diff --git a/Penn-night-safety-dashboard/README.md b/Penn-night-safety-dashboard/README.md new file mode 100644 index 0000000..ef55f60 --- /dev/null +++ b/Penn-night-safety-dashboard/README.md @@ -0,0 +1,31 @@ +Penn Nighttime Safety Dashboard +A Web-based Safety Visualization Tool for Penn Students + +This project is a nighttime safety dashboard designed to help Penn students navigate campus more safely. +It integrates crime data, building safety attributes, nighttime popularity levels, lighting levels, and routing functions. + +Features: +1. Interactive Map +Displays campus buildings with: Perceived safety level (1–5), Lighting level, Nighttime popularity, Place category (Academic / Residential / Public / Community). + +2. Crime Heatmap +Toggleable hotspot visualization using Penn’s crime incident dataset. + +3. Filters +You can filter buildings by: Category, Minimum safety level, Minimum popularity level, Minimum lighting level + +4. Search +Search for a building by name. The map pans and opens pop-up info automatically. + +5. Navigation: Shortest & Safest Path +Select a start and destination from the dropdown menus. +Two routing options: Shortest route (distance-based), Safest route (crime-weighted road network) + +Routes based on Street Centerline road geometry. Crime influence weighted using a Gaussian-based decay model. + +Data Sources: OpenDataPhilly(Crime.geojson, Street_Centerline.geojson) +All datasets are projected in WGS84 (EPSG:4326). + +Author: Hazel Sun +Master of City Planning, University of Pennsylvania +Course: MUSA Dashboard Project diff --git a/Penn-night-safety-dashboard/css/styles.css b/Penn-night-safety-dashboard/css/styles.css new file mode 100644 index 0000000..0198e1c --- /dev/null +++ b/Penn-night-safety-dashboard/css/styles.css @@ -0,0 +1,175 @@ +html, body { + height: 100%; + margin: 0; + padding: 0; + font-family: system-ui, -apple-system, "Segoe UI", sans-serif; +} + +header { + height: 80px; /* 👈 固定更短的高度 */ + display: flex; + align-items: center; + justify-content: center; + + background-color: #002855; + color: white; + + font-size: 1.2rem; /* 👈 再小一点 */ + font-weight: 600; + letter-spacing: 0.3px; + + margin: 0; + padding: 0; /* 👈 移除 padding */ +} + + + +/* main layout */ +main { + display: flex; + height: calc(100vh - 40px); /* header 高度 */ +} + +/* sidebar */ +.sidebar { + width: 280px; + padding: 20px; + background: #f8f9fa; + border-right: 1px solid #ddd; + overflow-y: auto; +} + +/* map */ +#map { + flex: 1; + height: 100%; + width: 100%; +} + +.legend { + background: white; + padding: 12px; + border-radius: 6px; + position: fixed; /* ← 改成固定位置 */ + bottom: 20px; /* ← 页面底部 */ + right: 20px; /* ← 页面右侧 */ + z-index: 9999; /* ← 确保永远在最上层 */ + box-shadow: 0 0 10px rgba(0,0,0,0.25); +} + + + +.legend i { + width: 14px; + height: 14px; + display: inline-block; + margin-right: 6px; + border-radius: 3px; +} + +/* search block */ +.search-block { + margin-top: 20px; /* 和 filter 区分 */ +} + +.search-block h3 { + margin: 0 0 8px 0; + font-size: 1rem; +} + +#place-search { + box-sizing: border-box; + width: 100%; + padding: 6px 8px; + font-size: 0.9rem; + border: 1px solid #ccc; + border-radius: 4px; +} + +#search-button { + margin-top: 8px; + padding: 6px 12px; + font-size: 0.9rem; + border: none; + border-radius: 4px; + background-color: #002855; + color: white; + cursor: pointer; +} + +#search-button:hover { + background-color: #01408a; +} +.slider-block { + margin-top: 24px; + font-size: 0.9rem; +} + +#safety-min, +#pop-min, +#light-min { + width: 100%; +} + +.slider-label { + margin-top: 4px; + color: #555; + font-size: 0.85rem; +} +.place-count { + margin: 0 0 0.75rem 0; + font-size: 0.85rem; + color: #555; +} + +.nav-block { + margin-bottom: 16px; + font-size: 0.9rem; +} + +.nav-block h2 { + font-size: 1.1rem; + margin: 0 0 8px 0; +} + +.nav-block label { + display: block; + margin-top: 4px; + margin-bottom: 2px; +} + +.nav-block select { + width: 100%; + padding: 4px 6px; + font-size: 0.9rem; + margin-bottom: 6px; + border-radius: 4px; + border: 1px solid #ccc; + box-sizing: border-box; +} + +.nav-block button { + display: block; + width: 100%; + margin-top: 6px; + padding: 6px 8px; + font-size: 0.9rem; + border-radius: 4px; + border: none; + cursor: pointer; + background-color: #002855; + color: #fff; +} + +.nav-block button.secondary { + background-color: #e0e0e0; + color: #333; +} + +.nav-block button:hover:not(.secondary) { + background-color: #01408a; +} + +.nav-block button.secondary:hover { + background-color: #cfcfcf; +} diff --git a/Penn-night-safety-dashboard/data/Crime.geojson b/Penn-night-safety-dashboard/data/Crime.geojson new file mode 100644 index 0000000..43ca87c --- /dev/null +++ b/Penn-night-safety-dashboard/data/Crime.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","id":1,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1,"objectid":15922813,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-26","dispatch_t":"12:50:00","hour":12,"dc_key":202418021139,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":2,"geometry":{"type":"Point","coordinates":[-75.187069849593854,39.952206329558521]},"properties":{"OBJECTID_1":2,"objectid":19998911,"dc_dist":"18","psa":"3","dispatch_d":1724025600000,"dispatch_1":"2024-08-19","dispatch_t":"15:03:00","hour":15,"dc_key":202418042161,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.18706985,"point_y":39.952206330000003}},{"type":"Feature","id":3,"geometry":{"type":"Point","coordinates":[-75.20578387982215,39.952020990076676]},"properties":{"OBJECTID_1":3,"objectid":24716465,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"14:41:00","hour":14,"dc_key":202418062451,"location_b":"4100 BLOCK Spruce St","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.205783879999998,"point_y":39.952020990000001}},{"type":"Feature","id":4,"geometry":{"type":"Point","coordinates":[-75.192587190346501,39.950447379742855]},"properties":{"OBJECTID_1":4,"objectid":21484853,"dc_dist":"18","psa":"3","dispatch_d":1728172800000,"dispatch_1":"2024-10-06","dispatch_t":"15:11:00","hour":15,"dc_key":202418051307,"location_b":"S 34TH ST & SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.192587189999998,"point_y":39.95044738}},{"type":"Feature","id":5,"geometry":{"type":"Point","coordinates":[-75.204199920090218,39.956259879789684]},"properties":{"OBJECTID_1":5,"objectid":23491370,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-13","dispatch_t":"11:17:00","hour":11,"dc_key":202418058891,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204199919999994,"point_y":39.956259879999998}},{"type":"Feature","id":6,"geometry":{"type":"Point","coordinates":[-75.201483179704951,39.953330459633037]},"properties":{"OBJECTID_1":6,"objectid":15167762,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-22","dispatch_t":"14:11:00","hour":14,"dc_key":202418009453,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.201483179999997,"point_y":39.953330459999997}},{"type":"Feature","id":7,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":7,"objectid":13653148,"dc_dist":"18","psa":"3","dispatch_d":1707868800000,"dispatch_1":"2024-02-14","dispatch_t":"05:47:00","hour":5,"dc_key":202418007951,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":8,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":8,"objectid":22069576,"dc_dist":"18","psa":"3","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"11:50:00","hour":11,"dc_key":202418056781,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":9,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":9,"objectid":13221424,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"11:25:00","hour":11,"dc_key":202418005217,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":10,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":10,"objectid":17931969,"dc_dist":"18","psa":"3","dispatch_d":1717804800000,"dispatch_1":"2024-06-08","dispatch_t":"00:18:00","hour":0,"dc_key":202418029228,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":11,"geometry":{"type":"Point","coordinates":[-75.203278450440109,39.951526569795419]},"properties":{"OBJECTID_1":11,"objectid":13222834,"dc_dist":"18","psa":"3","dispatch_d":1705190400000,"dispatch_1":"2024-01-13","dispatch_t":"21:52:00","hour":21,"dc_key":202418002337,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.203278449999999,"point_y":39.951526569999999}},{"type":"Feature","id":12,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":12,"objectid":18213296,"dc_dist":"16","psa":"1","dispatch_d":1719619200000,"dispatch_1":"2024-06-28","dispatch_t":"21:42:00","hour":21,"dc_key":202416024871,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":13,"geometry":{"type":"Point","coordinates":[-75.190037079947217,39.95256368956268]},"properties":{"OBJECTID_1":13,"objectid":13225624,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"07:33:00","hour":7,"dc_key":202418001768,"location_b":"S 33RD ST & WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190037079999996,"point_y":39.952563689999998}},{"type":"Feature","id":14,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":14,"objectid":13283202,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"13:36:00","hour":13,"dc_key":202418005442,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":15,"geometry":{"type":"Point","coordinates":[-75.202473409720028,39.955371239890837]},"properties":{"OBJECTID_1":15,"objectid":23492555,"dc_dist":"18","psa":"3","dispatch_d":1733356800000,"dispatch_1":"2024-12-05","dispatch_t":"14:07:00","hour":14,"dc_key":202418063119,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202473420000004,"point_y":39.955371239999998}},{"type":"Feature","id":16,"geometry":{"type":"Point","coordinates":[-75.205824190134251,39.951825339867582]},"properties":{"OBJECTID_1":16,"objectid":20452748,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"15:21:00","hour":15,"dc_key":202418046255,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.205824190000001,"point_y":39.951825339999999}},{"type":"Feature","id":17,"geometry":{"type":"Point","coordinates":[-75.206631349657016,39.955940859682983]},"properties":{"OBJECTID_1":17,"objectid":23656225,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"11:01:00","hour":11,"dc_key":202418063842,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206631349999995,"point_y":39.955940859999998}},{"type":"Feature","id":18,"geometry":{"type":"Point","coordinates":[-75.192561830364127,39.950499380342194]},"properties":{"OBJECTID_1":18,"objectid":12361355,"dc_dist":"18","psa":"3","dispatch_d":1704153600000,"dispatch_1":"2024-01-02","dispatch_t":"16:37:00","hour":16,"dc_key":202418000230,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192561830000002,"point_y":39.950499379999997}},{"type":"Feature","id":19,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":19,"objectid":20001610,"dc_dist":"18","psa":"3","dispatch_d":1724025600000,"dispatch_1":"2024-08-19","dispatch_t":"17:56:00","hour":17,"dc_key":202418042195,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":20,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":20,"objectid":16145457,"dc_dist":"18","psa":"3","dispatch_d":1713139200000,"dispatch_1":"2024-04-15","dispatch_t":"15:56:00","hour":15,"dc_key":202418019167,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":21,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":21,"objectid":14801796,"dc_dist":"18","psa":"3","dispatch_d":1710720000000,"dispatch_1":"2024-03-18","dispatch_t":"16:47:00","hour":16,"dc_key":202418014182,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":22,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":22,"objectid":14365955,"dc_dist":"18","psa":"3","dispatch_d":1709942400000,"dispatch_1":"2024-03-09","dispatch_t":"09:19:00","hour":9,"dc_key":202418012504,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":23,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":23,"objectid":15540564,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"12:50:00","hour":12,"dc_key":202418010605,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":24,"geometry":{"type":"Point","coordinates":[-75.191075619744026,39.9523557402253]},"properties":{"OBJECTID_1":24,"objectid":18429098,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"15:51:00","hour":15,"dc_key":202418035312,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.191075620000007,"point_y":39.952355740000002}},{"type":"Feature","id":25,"geometry":{"type":"Point","coordinates":[-75.203278450440109,39.951526569795419]},"properties":{"OBJECTID_1":25,"objectid":13624408,"dc_dist":"18","psa":"3","dispatch_d":1708214400000,"dispatch_1":"2024-02-17","dispatch_t":"22:55:00","hour":22,"dc_key":202418008650,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203278449999999,"point_y":39.951526569999999}},{"type":"Feature","id":26,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":26,"objectid":13228020,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"17:52:00","hour":17,"dc_key":202418004425,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":27,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":27,"objectid":13567827,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"18:04:00","hour":18,"dc_key":202418007672,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":28,"geometry":{"type":"Point","coordinates":[-75.198862639798961,39.948210639909178]},"properties":{"OBJECTID_1":28,"objectid":13132177,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"12:30:00","hour":12,"dc_key":202418005434,"location_b":"400 BLOCK UNIVERSITY AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198862640000002,"point_y":39.948210639999999}},{"type":"Feature","id":29,"geometry":{"type":"Point","coordinates":[-75.193848529985644,39.948787650329848]},"properties":{"OBJECTID_1":29,"objectid":13810974,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-30","dispatch_t":"23:16:00","hour":23,"dc_key":202418005160,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193848529999997,"point_y":39.94878765}},{"type":"Feature","id":30,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":30,"objectid":12361371,"dc_dist":"16","psa":"1","dispatch_d":1704585600000,"dispatch_1":"2024-01-07","dispatch_t":"12:17:00","hour":12,"dc_key":202416000700,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":31,"geometry":{"type":"Point","coordinates":[-75.192608290240344,39.950411620000295]},"properties":{"OBJECTID_1":31,"objectid":13965196,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-02","dispatch_t":"11:30:00","hour":11,"dc_key":202418005593,"location_b":"300 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192608289999995,"point_y":39.950411619999997}},{"type":"Feature","id":32,"geometry":{"type":"Point","coordinates":[-75.192229760195232,39.952281699940556]},"properties":{"OBJECTID_1":32,"objectid":13750085,"dc_dist":"18","psa":"3","dispatch_d":1707782400000,"dispatch_1":"2024-02-12","dispatch_t":"19:14:00","hour":19,"dc_key":202418007684,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192229760000004,"point_y":39.9522817}},{"type":"Feature","id":33,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":33,"objectid":23591450,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-17","dispatch_t":"20:48:00","hour":20,"dc_key":202418065586,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":34,"geometry":{"type":"Point","coordinates":[-75.206633130314685,39.955948930199042]},"properties":{"OBJECTID_1":34,"objectid":13624115,"dc_dist":"18","psa":"3","dispatch_d":1707782400000,"dispatch_1":"2024-02-13","dispatch_t":"17:32:00","hour":17,"dc_key":202418007834,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20663313,"point_y":39.955948929999998}},{"type":"Feature","id":35,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":35,"objectid":23492819,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-13","dispatch_t":"12:41:00","hour":12,"dc_key":202418064808,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":36,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":36,"objectid":12476491,"dc_dist":"18","psa":"3","dispatch_d":1704844800000,"dispatch_1":"2024-01-10","dispatch_t":"18:51:00","hour":18,"dc_key":202418001672,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":37,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":37,"objectid":13811216,"dc_dist":"16","psa":"2","dispatch_d":1705536000000,"dispatch_1":"2024-01-18","dispatch_t":"17:04:00","hour":17,"dc_key":202416001861,"location_b":"2900 BLOCK Market St","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":38,"geometry":{"type":"Point","coordinates":[-75.200537840249069,39.955008699791733]},"properties":{"OBJECTID_1":38,"objectid":13376280,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"22:16:00","hour":22,"dc_key":202418006710,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200537839999996,"point_y":39.9550087}},{"type":"Feature","id":39,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":39,"objectid":18218080,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"08:59:00","hour":8,"dc_key":202418033098,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":40,"geometry":{"type":"Point","coordinates":[-75.191466939947304,39.955852160448899]},"properties":{"OBJECTID_1":40,"objectid":14366449,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-26","dispatch_t":"20:20:00","hour":20,"dc_key":202418010268,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.191466939999998,"point_y":39.955852159999999}},{"type":"Feature","id":41,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":41,"objectid":15697815,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-22","dispatch_t":"00:35:00","hour":0,"dc_key":202418020354,"location_b":"3600 BLOCK Chestnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":42,"geometry":{"type":"Point","coordinates":[-75.195691989993293,39.953682590079495]},"properties":{"OBJECTID_1":42,"objectid":13568901,"dc_dist":"18","psa":"3","dispatch_d":1704153600000,"dispatch_1":"2024-01-02","dispatch_t":"16:08:00","hour":16,"dc_key":202418000226,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19569199,"point_y":39.95368259}},{"type":"Feature","id":43,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":43,"objectid":12915917,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-08","dispatch_t":"22:12:00","hour":22,"dc_key":202418001355,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":44,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":44,"objectid":20454271,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"11:12:00","hour":11,"dc_key":202418042884,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":45,"geometry":{"type":"Point","coordinates":[-75.197393150273626,39.94564153043234]},"properties":{"OBJECTID_1":45,"objectid":16790892,"dc_dist":"18","psa":"3","dispatch_d":1716508800000,"dispatch_1":"2024-05-24","dispatch_t":"13:17:00","hour":13,"dc_key":202418026514,"location_b":"3700 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.197393149999996,"point_y":39.945641530000003}},{"type":"Feature","id":46,"geometry":{"type":"Point","coordinates":[-75.184801909580415,39.954590520436227]},"properties":{"OBJECTID_1":46,"objectid":14090345,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-26","dispatch_t":"19:19:00","hour":19,"dc_key":202418010248,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184801910000004,"point_y":39.954590520000004}},{"type":"Feature","id":47,"geometry":{"type":"Point","coordinates":[-75.192901780392788,39.948720059982861]},"properties":{"OBJECTID_1":47,"objectid":13137770,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"11:24:00","hour":11,"dc_key":202418005216,"location_b":"S 33RD ST & CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19290178,"point_y":39.94872007}},{"type":"Feature","id":48,"geometry":{"type":"Point","coordinates":[-75.205814720273111,39.956332029699468]},"properties":{"OBJECTID_1":48,"objectid":16081272,"dc_dist":"18","psa":"3","dispatch_d":1712275200000,"dispatch_1":"2024-04-05","dispatch_t":"13:31:00","hour":13,"dc_key":202418017282,"location_b":"4100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205814720000006,"point_y":39.956332029999999}},{"type":"Feature","id":49,"geometry":{"type":"Point","coordinates":[-75.202670020405094,39.953660910122949]},"properties":{"OBJECTID_1":49,"objectid":13969419,"dc_dist":"18","psa":"3","dispatch_d":1707609600000,"dispatch_1":"2024-02-11","dispatch_t":"10:23:00","hour":10,"dc_key":202418007450,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202670019999999,"point_y":39.953660910000004}},{"type":"Feature","id":50,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":50,"objectid":13532434,"dc_dist":"18","psa":"3","dispatch_d":1707782400000,"dispatch_1":"2024-02-13","dispatch_t":"12:34:00","hour":12,"dc_key":202418007789,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":51,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":51,"objectid":14806135,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"16:17:00","hour":16,"dc_key":202418010220,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":52,"geometry":{"type":"Point","coordinates":[-75.202729460196394,39.956953329932276]},"properties":{"OBJECTID_1":52,"objectid":17937811,"dc_dist":"18","psa":"3","dispatch_d":1719792000000,"dispatch_1":"2024-07-01","dispatch_t":"11:09:00","hour":11,"dc_key":202418033659,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.20272946,"point_y":39.956953329999997}},{"type":"Feature","id":53,"geometry":{"type":"Point","coordinates":[-75.202898069590219,39.952744810324816]},"properties":{"OBJECTID_1":53,"objectid":13529768,"dc_dist":"18","psa":"3","dispatch_d":1706918400000,"dispatch_1":"2024-02-03","dispatch_t":"11:28:00","hour":11,"dc_key":202418005803,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202898070000003,"point_y":39.952744809999999}},{"type":"Feature","id":54,"geometry":{"type":"Point","coordinates":[-75.203809289666935,39.956139170086658]},"properties":{"OBJECTID_1":54,"objectid":13135800,"dc_dist":"18","psa":"3","dispatch_d":1705017600000,"dispatch_1":"2024-01-12","dispatch_t":"11:40:00","hour":11,"dc_key":202418002028,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203809289999995,"point_y":39.95613917}},{"type":"Feature","id":55,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":55,"objectid":14647781,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"14:22:00","hour":14,"dc_key":202418013423,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":56,"geometry":{"type":"Point","coordinates":[-75.185324129704782,39.95316823002986]},"properties":{"OBJECTID_1":56,"objectid":14089074,"dc_dist":"18","psa":"3","dispatch_d":1709337600000,"dispatch_1":"2024-03-02","dispatch_t":"12:59:00","hour":12,"dc_key":202418011234,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185324129999998,"point_y":39.953168230000003}},{"type":"Feature","id":57,"geometry":{"type":"Point","coordinates":[-75.205478290190911,39.95066885038716]},"properties":{"OBJECTID_1":57,"objectid":17344544,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-23","dispatch_t":"13:39:00","hour":13,"dc_key":202418026296,"location_b":"4000 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205478290000002,"point_y":39.95066885}},{"type":"Feature","id":58,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":58,"objectid":13968639,"dc_dist":"18","psa":"3","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"16:27:00","hour":16,"dc_key":202418010022,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":59,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":59,"objectid":13715680,"dc_dist":"18","psa":"3","dispatch_d":1706572800000,"dispatch_1":"2024-01-30","dispatch_t":"12:33:00","hour":12,"dc_key":202418005047,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":60,"geometry":{"type":"Point","coordinates":[-75.191322429686352,39.951862359560323]},"properties":{"OBJECTID_1":60,"objectid":12480035,"dc_dist":"18","psa":"3","dispatch_d":1705104000000,"dispatch_1":"2024-01-12","dispatch_t":"20:33:00","hour":20,"dc_key":202418002169,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19132243,"point_y":39.95186236}},{"type":"Feature","id":61,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":61,"objectid":14584169,"dc_dist":"18","psa":"3","dispatch_d":1710806400000,"dispatch_1":"2024-03-19","dispatch_t":"17:45:00","hour":17,"dc_key":202418014369,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":62,"geometry":{"type":"Point","coordinates":[-75.196026330051041,39.949772850436773]},"properties":{"OBJECTID_1":62,"objectid":16080148,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"16:24:00","hour":16,"dc_key":202418022040,"location_b":"3600 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196026329999995,"point_y":39.949772850000002}},{"type":"Feature","id":63,"geometry":{"type":"Point","coordinates":[-75.208977140382672,39.951782829813794]},"properties":{"OBJECTID_1":63,"objectid":16526297,"dc_dist":"18","psa":"3","dispatch_d":1715299200000,"dispatch_1":"2024-05-10","dispatch_t":"19:46:00","hour":19,"dc_key":202418023914,"location_b":"300 BLOCK S 43RD ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.208977140000002,"point_y":39.951782829999999}},{"type":"Feature","id":64,"geometry":{"type":"Point","coordinates":[-75.200451179778099,39.954442830172525]},"properties":{"OBJECTID_1":64,"objectid":13383212,"dc_dist":"18","psa":"3","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"11:12:00","hour":11,"dc_key":202418003487,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200451180000002,"point_y":39.954442829999998}},{"type":"Feature","id":65,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":65,"objectid":15543900,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-17","dispatch_t":"20:11:00","hour":20,"dc_key":202418019596,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":66,"geometry":{"type":"Point","coordinates":[-75.19059497977446,39.955313569965313]},"properties":{"OBJECTID_1":66,"objectid":14242405,"dc_dist":"18","psa":"3","dispatch_d":1709856000000,"dispatch_1":"2024-03-08","dispatch_t":"14:36:00","hour":14,"dc_key":202418012379,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19059498,"point_y":39.955313570000001}},{"type":"Feature","id":67,"geometry":{"type":"Point","coordinates":[-75.195691989993293,39.953682590079495]},"properties":{"OBJECTID_1":67,"objectid":13813657,"dc_dist":"18","psa":"3","dispatch_d":1708732800000,"dispatch_1":"2024-02-23","dispatch_t":"20:52:00","hour":20,"dc_key":202418009763,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19569199,"point_y":39.95368259}},{"type":"Feature","id":68,"geometry":{"type":"Point","coordinates":[-75.200096130132238,39.950752189661898]},"properties":{"OBJECTID_1":68,"objectid":17095863,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-01","dispatch_t":"21:04:00","hour":21,"dc_key":202418028027,"location_b":"3800 BLOCK SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.200096130000006,"point_y":39.950752190000003}},{"type":"Feature","id":69,"geometry":{"type":"Point","coordinates":[-75.209104130051514,39.949814929715274]},"properties":{"OBJECTID_1":69,"objectid":19066604,"dc_dist":"18","psa":"3","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"13:37:00","hour":13,"dc_key":202418032348,"location_b":"4200 BLOCK REGENT SQ","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20910413,"point_y":39.949814930000002}},{"type":"Feature","id":70,"geometry":{"type":"Point","coordinates":[-75.201197699813974,39.951193520264781]},"properties":{"OBJECTID_1":70,"objectid":13627937,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"13:40:00","hour":13,"dc_key":202418007612,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201197699999994,"point_y":39.951193519999997}},{"type":"Feature","id":71,"geometry":{"type":"Point","coordinates":[-75.192007370443775,39.954374520367878]},"properties":{"OBJECTID_1":71,"objectid":18219048,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"00:53:00","hour":0,"dc_key":202418034217,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.192007369999999,"point_y":39.954374520000002}},{"type":"Feature","id":72,"geometry":{"type":"Point","coordinates":[-75.194688690130931,39.953905550001195]},"properties":{"OBJECTID_1":72,"objectid":13626538,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"22:44:00","hour":22,"dc_key":202418006718,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194688690000007,"point_y":39.953905550000002}},{"type":"Feature","id":73,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":73,"objectid":13135337,"dc_dist":"18","psa":"3","dispatch_d":1706313600000,"dispatch_1":"2024-01-26","dispatch_t":"22:07:00","hour":22,"dc_key":202418004485,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":74,"geometry":{"type":"Point","coordinates":[-75.188646549998225,39.955483879977123]},"properties":{"OBJECTID_1":74,"objectid":13627531,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"10:50:00","hour":10,"dc_key":202418007590,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188646550000001,"point_y":39.955483880000003}},{"type":"Feature","id":75,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":75,"objectid":17938669,"dc_dist":"18","psa":"3","dispatch_d":1718668800000,"dispatch_1":"2024-06-18","dispatch_t":"14:16:00","hour":14,"dc_key":202418031217,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":76,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":76,"objectid":17938679,"dc_dist":"18","psa":"3","dispatch_d":1719792000000,"dispatch_1":"2024-07-01","dispatch_t":"18:06:00","hour":18,"dc_key":202418033708,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":77,"geometry":{"type":"Point","coordinates":[-75.203084499949682,39.95174684973739]},"properties":{"OBJECTID_1":77,"objectid":14926814,"dc_dist":"18","psa":"3","dispatch_d":1710720000000,"dispatch_1":"2024-03-18","dispatch_t":"11:43:00","hour":11,"dc_key":202418014146,"location_b":"S 40TH ST & SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.203084500000003,"point_y":39.951746849999999}},{"type":"Feature","id":78,"geometry":{"type":"Point","coordinates":[-75.20148496036262,39.953338530149097]},"properties":{"OBJECTID_1":78,"objectid":12759266,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-17","dispatch_t":"19:37:00","hour":19,"dc_key":202418002910,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201484960000002,"point_y":39.953338530000003}},{"type":"Feature","id":79,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":79,"objectid":14807174,"dc_dist":"18","psa":"3","dispatch_d":1710547200000,"dispatch_1":"2024-03-16","dispatch_t":"15:06:00","hour":15,"dc_key":202418013866,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":80,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":80,"objectid":19065439,"dc_dist":"18","psa":"3","dispatch_d":1721088000000,"dispatch_1":"2024-07-16","dispatch_t":"19:49:00","hour":19,"dc_key":202418036336,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":81,"geometry":{"type":"Point","coordinates":[-75.194810979942758,39.955037130059566]},"properties":{"OBJECTID_1":81,"objectid":13380215,"dc_dist":"18","psa":"3","dispatch_d":1704153600000,"dispatch_1":"2024-01-02","dispatch_t":"13:14:00","hour":13,"dc_key":202418000204,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19481098,"point_y":39.955037130000001}},{"type":"Feature","id":82,"geometry":{"type":"Point","coordinates":[-75.194688690130931,39.953905550001195]},"properties":{"OBJECTID_1":82,"objectid":14027467,"dc_dist":"18","psa":"3","dispatch_d":1708387200000,"dispatch_1":"2024-02-20","dispatch_t":"11:18:00","hour":11,"dc_key":202418009004,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194688690000007,"point_y":39.953905550000002}},{"type":"Feature","id":83,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":83,"objectid":22072721,"dc_dist":"18","psa":"3","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"19:52:00","hour":19,"dc_key":202418052535,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":84,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":84,"objectid":13814395,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"18:27:00","hour":18,"dc_key":202418007106,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":85,"geometry":{"type":"Point","coordinates":[-75.194561490020703,39.953909689580541]},"properties":{"OBJECTID_1":85,"objectid":23260853,"dc_dist":"18","psa":"3","dispatch_d":1733443200000,"dispatch_1":"2024-12-06","dispatch_t":"07:44:00","hour":7,"dc_key":202418063304,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194561489999998,"point_y":39.953909699999997}},{"type":"Feature","id":86,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":86,"objectid":18431879,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"01:10:00","hour":1,"dc_key":202418036770,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":87,"geometry":{"type":"Point","coordinates":[-75.187393889716191,39.953860479577543]},"properties":{"OBJECTID_1":87,"objectid":13628996,"dc_dist":"18","psa":"3","dispatch_d":1707091200000,"dispatch_1":"2024-02-05","dispatch_t":"17:38:00","hour":17,"dc_key":202418006198,"location_b":"0 BLOCK S 32ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187393889999996,"point_y":39.953860480000003}},{"type":"Feature","id":88,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":88,"objectid":17939509,"dc_dist":"18","psa":"3","dispatch_d":1719705600000,"dispatch_1":"2024-06-30","dispatch_t":"13:07:00","hour":13,"dc_key":202418033505,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":89,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":89,"objectid":13387880,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"19:50:00","hour":19,"dc_key":202418006658,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":90,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":90,"objectid":15703342,"dc_dist":"18","psa":"3","dispatch_d":1712534400000,"dispatch_1":"2024-04-08","dispatch_t":"12:21:00","hour":12,"dc_key":202418017794,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":91,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":91,"objectid":14649686,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"11:53:00","hour":11,"dc_key":202418013201,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":92,"geometry":{"type":"Point","coordinates":[-75.206633130314685,39.955948930199042]},"properties":{"OBJECTID_1":92,"objectid":13140828,"dc_dist":"18","psa":"3","dispatch_d":1706054400000,"dispatch_1":"2024-01-24","dispatch_t":"15:47:00","hour":15,"dc_key":202418003996,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.20663313,"point_y":39.955948929999998}},{"type":"Feature","id":93,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":93,"objectid":18816691,"dc_dist":"18","psa":"3","dispatch_d":1721260800000,"dispatch_1":"2024-07-18","dispatch_t":"18:41:00","hour":18,"dc_key":202418036684,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":94,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":94,"objectid":15988589,"dc_dist":"18","psa":"3","dispatch_d":1714953600000,"dispatch_1":"2024-05-06","dispatch_t":"09:15:00","hour":9,"dc_key":202418022952,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":95,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":95,"objectid":20593991,"dc_dist":"18","psa":"3","dispatch_d":1725753600000,"dispatch_1":"2024-09-08","dispatch_t":"16:05:00","hour":16,"dc_key":202418045901,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":96,"geometry":{"type":"Point","coordinates":[-75.192587190346501,39.950447379742855]},"properties":{"OBJECTID_1":96,"objectid":23786538,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"15:41:00","hour":15,"dc_key":202418063885,"location_b":"S 34TH ST & SPRUCE ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.192587189999998,"point_y":39.95044738}},{"type":"Feature","id":97,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":97,"objectid":23361593,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"12:17:00","hour":12,"dc_key":202418059992,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":98,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":98,"objectid":13722215,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-10","dispatch_t":"20:35:00","hour":20,"dc_key":202418001709,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":99,"geometry":{"type":"Point","coordinates":[-75.203807500016069,39.956131110362492]},"properties":{"OBJECTID_1":99,"objectid":15703815,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-16","dispatch_t":"20:23:00","hour":20,"dc_key":202418019380,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203807499999996,"point_y":39.956131110000001}},{"type":"Feature","id":100,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":100,"objectid":15924314,"dc_dist":"18","psa":"3","dispatch_d":1713052800000,"dispatch_1":"2024-04-14","dispatch_t":"17:24:00","hour":17,"dc_key":202418019026,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":101,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":101,"objectid":15924315,"dc_dist":"18","psa":"3","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"09:48:00","hour":9,"dc_key":202418021770,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":102,"geometry":{"type":"Point","coordinates":[-75.206065980060885,39.957708200173329]},"properties":{"OBJECTID_1":102,"objectid":16996948,"dc_dist":"16","psa":"1","dispatch_d":1712534400000,"dispatch_1":"2024-04-08","dispatch_t":"04:49:00","hour":4,"dc_key":202416011466,"location_b":"0 BLOCK N 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206065980000005,"point_y":39.957708199999999}},{"type":"Feature","id":103,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":103,"objectid":17408013,"dc_dist":"18","psa":"3","dispatch_d":1717372800000,"dispatch_1":"2024-06-03","dispatch_t":"07:09:00","hour":7,"dc_key":202418028231,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":104,"geometry":{"type":"Point","coordinates":[-75.183927800027902,39.954481390403885]},"properties":{"OBJECTID_1":104,"objectid":12366632,"dc_dist":"18","psa":"3","dispatch_d":1704499200000,"dispatch_1":"2024-01-06","dispatch_t":"04:23:00","hour":4,"dc_key":202418000925,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.183927800000006,"point_y":39.954481389999998}},{"type":"Feature","id":105,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":105,"objectid":18220744,"dc_dist":"18","psa":"3","dispatch_d":1720310400000,"dispatch_1":"2024-07-07","dispatch_t":"00:20:00","hour":0,"dc_key":202418034725,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":106,"geometry":{"type":"Point","coordinates":[-75.208250489968123,39.956093310058293]},"properties":{"OBJECTID_1":106,"objectid":16151217,"dc_dist":"18","psa":"3","dispatch_d":1714608000000,"dispatch_1":"2024-05-02","dispatch_t":"10:26:00","hour":10,"dc_key":202418022221,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208250489999998,"point_y":39.95609331}},{"type":"Feature","id":107,"geometry":{"type":"Point","coordinates":[-75.203933239627247,39.955547470139663]},"properties":{"OBJECTID_1":107,"objectid":15177642,"dc_dist":"18","psa":"3","dispatch_d":1710892800000,"dispatch_1":"2024-03-20","dispatch_t":"14:18:00","hour":14,"dc_key":202418014519,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203933239999998,"point_y":39.955547469999999}},{"type":"Feature","id":108,"geometry":{"type":"Point","coordinates":[-75.209104130051514,39.949814929715274]},"properties":{"OBJECTID_1":108,"objectid":17587819,"dc_dist":"18","psa":"3","dispatch_d":1716249600000,"dispatch_1":"2024-05-21","dispatch_t":"18:04:00","hour":18,"dc_key":202418025913,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20910413,"point_y":39.949814930000002}},{"type":"Feature","id":109,"geometry":{"type":"Point","coordinates":[-75.192227980436883,39.95227364021639]},"properties":{"OBJECTID_1":109,"objectid":16084044,"dc_dist":"18","psa":"3","dispatch_d":1713484800000,"dispatch_1":"2024-04-19","dispatch_t":"17:14:00","hour":17,"dc_key":202418019936,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192227979999998,"point_y":39.952273640000001}},{"type":"Feature","id":110,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":110,"objectid":21795543,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"18:49:00","hour":18,"dc_key":202418052239,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":111,"geometry":{"type":"Point","coordinates":[-75.204865559597863,39.951659170334494]},"properties":{"OBJECTID_1":111,"objectid":16150827,"dc_dist":"18","psa":"3","dispatch_d":1714003200000,"dispatch_1":"2024-04-25","dispatch_t":"08:32:00","hour":8,"dc_key":202418020904,"location_b":"4000 BLOCK Spruce St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204865560000002,"point_y":39.95165918}},{"type":"Feature","id":112,"geometry":{"type":"Point","coordinates":[-75.2004702103319,39.952683230146988]},"properties":{"OBJECTID_1":112,"objectid":14248768,"dc_dist":"18","psa":"3","dispatch_d":1709596800000,"dispatch_1":"2024-03-05","dispatch_t":"15:16:00","hour":15,"dc_key":202418011715,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200470210000006,"point_y":39.952683229999998}},{"type":"Feature","id":113,"geometry":{"type":"Point","coordinates":[-75.19347654970295,39.953775179780791]},"properties":{"OBJECTID_1":113,"objectid":14648357,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-21","dispatch_t":"11:22:00","hour":11,"dc_key":202418014700,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19347655,"point_y":39.953775180000001}},{"type":"Feature","id":114,"geometry":{"type":"Point","coordinates":[-75.19347654970295,39.953775179780791]},"properties":{"OBJECTID_1":114,"objectid":14648358,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-21","dispatch_t":"19:11:00","hour":19,"dc_key":202418014765,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19347655,"point_y":39.953775180000001}},{"type":"Feature","id":115,"geometry":{"type":"Point","coordinates":[-75.191322429686352,39.951862359560323]},"properties":{"OBJECTID_1":115,"objectid":13533859,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"17:57:00","hour":17,"dc_key":202418007664,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19132243,"point_y":39.95186236}},{"type":"Feature","id":116,"geometry":{"type":"Point","coordinates":[-75.199455550233438,39.950301870335124]},"properties":{"OBJECTID_1":116,"objectid":13533874,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-08","dispatch_t":"17:50:00","hour":17,"dc_key":202418006877,"location_b":"3700 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199455560000004,"point_y":39.950301879999998}},{"type":"Feature","id":117,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":117,"objectid":20663225,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-16","dispatch_t":"20:34:00","hour":20,"dc_key":202418047398,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":118,"geometry":{"type":"Point","coordinates":[-75.203278450440109,39.951526569795419]},"properties":{"OBJECTID_1":118,"objectid":20243552,"dc_dist":"18","psa":"3","dispatch_d":1725667200000,"dispatch_1":"2024-09-07","dispatch_t":"01:46:00","hour":1,"dc_key":202418045686,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.203278449999999,"point_y":39.951526569999999}},{"type":"Feature","id":119,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":119,"objectid":13660457,"dc_dist":"18","psa":"3","dispatch_d":1706400000000,"dispatch_1":"2024-01-27","dispatch_t":"19:52:00","hour":19,"dc_key":202418004642,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":120,"geometry":{"type":"Point","coordinates":[-75.193846750227294,39.948779579813788]},"properties":{"OBJECTID_1":120,"objectid":18676706,"dc_dist":"18","psa":"3","dispatch_d":1720483200000,"dispatch_1":"2024-07-08","dispatch_t":"22:14:00","hour":22,"dc_key":202418035024,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.193846750000006,"point_y":39.94877958}},{"type":"Feature","id":121,"geometry":{"type":"Point","coordinates":[-75.207700999701331,39.950471999583158]},"properties":{"OBJECTID_1":121,"objectid":24537797,"dc_dist":"18","psa":"3","dispatch_d":1734393600000,"dispatch_1":"2024-12-17","dispatch_t":"14:01:00","hour":14,"dc_key":202418065464,"location_b":"4200 BLOCK OSAGE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207701,"point_y":39.950471999999998}},{"type":"Feature","id":122,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":122,"objectid":22173062,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-23","dispatch_t":"20:48:00","hour":20,"dc_key":202418055026,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":123,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":123,"objectid":14928425,"dc_dist":"18","psa":"3","dispatch_d":1711497600000,"dispatch_1":"2024-03-26","dispatch_t":"23:47:00","hour":23,"dc_key":202418015717,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":124,"geometry":{"type":"Point","coordinates":[-75.199687190411453,39.956473240347805]},"properties":{"OBJECTID_1":124,"objectid":18433128,"dc_dist":"18","psa":"3","dispatch_d":1720656000000,"dispatch_1":"2024-07-10","dispatch_t":"20:32:00","hour":20,"dc_key":202418035366,"location_b":"0 BLOCK S 39TH ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.199687190000006,"point_y":39.956473240000001}},{"type":"Feature","id":125,"geometry":{"type":"Point","coordinates":[-75.206002639909855,39.953664070340608]},"properties":{"OBJECTID_1":125,"objectid":14248218,"dc_dist":"18","psa":"3","dispatch_d":1708128000000,"dispatch_1":"2024-02-17","dispatch_t":"08:06:00","hour":8,"dc_key":202418008537,"location_b":"4100 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206002639999994,"point_y":39.953664070000002}},{"type":"Feature","id":126,"geometry":{"type":"Point","coordinates":[-75.19706103963523,39.952280340165601]},"properties":{"OBJECTID_1":126,"objectid":18432133,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"13:33:00","hour":13,"dc_key":202418036445,"location_b":"3700 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197061039999994,"point_y":39.952280340000002}},{"type":"Feature","id":127,"geometry":{"type":"Point","coordinates":[-75.188818619983294,39.95284761002921]},"properties":{"OBJECTID_1":127,"objectid":23494241,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-18","dispatch_t":"19:52:00","hour":19,"dc_key":202418059871,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188818620000006,"point_y":39.952847609999999}},{"type":"Feature","id":128,"geometry":{"type":"Point","coordinates":[-75.20195466007948,39.957150390278343]},"properties":{"OBJECTID_1":128,"objectid":18816160,"dc_dist":"16","psa":"1","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"11:31:00","hour":11,"dc_key":202416026649,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.201954659999998,"point_y":39.957150390000002}},{"type":"Feature","id":129,"geometry":{"type":"Point","coordinates":[-75.202203730018084,39.954395560007129]},"properties":{"OBJECTID_1":129,"objectid":14092943,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"09:48:00","hour":9,"dc_key":202418001785,"location_b":"3900 BLOCK Walnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202203729999994,"point_y":39.954395560000002}},{"type":"Feature","id":130,"geometry":{"type":"Point","coordinates":[-75.192523229663266,39.954445940028165]},"properties":{"OBJECTID_1":130,"objectid":13288128,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"13:17:00","hour":13,"dc_key":202418004379,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192523230000006,"point_y":39.954445939999999}},{"type":"Feature","id":131,"geometry":{"type":"Point","coordinates":[-75.191351010140977,39.952416730447794]},"properties":{"OBJECTID_1":131,"objectid":15926102,"dc_dist":"18","psa":"3","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"11:50:00","hour":11,"dc_key":202418021796,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191351010000005,"point_y":39.952416730000003}},{"type":"Feature","id":132,"geometry":{"type":"Point","coordinates":[-75.189780110363756,39.954059920429017]},"properties":{"OBJECTID_1":132,"objectid":15702487,"dc_dist":"18","psa":"3","dispatch_d":1713225600000,"dispatch_1":"2024-04-16","dispatch_t":"11:27:00","hour":11,"dc_key":202418019323,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189780110000001,"point_y":39.954059919999999}},{"type":"Feature","id":133,"geometry":{"type":"Point","coordinates":[-75.185618350106722,39.953965759612174]},"properties":{"OBJECTID_1":133,"objectid":14371500,"dc_dist":"18","psa":"3","dispatch_d":1709164800000,"dispatch_1":"2024-02-29","dispatch_t":"14:26:00","hour":14,"dc_key":202418010845,"location_b":"3100 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185618349999999,"point_y":39.953965760000003}},{"type":"Feature","id":134,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":134,"objectid":16795137,"dc_dist":"18","psa":"3","dispatch_d":1716249600000,"dispatch_1":"2024-05-21","dispatch_t":"17:52:00","hour":17,"dc_key":202418025904,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":135,"geometry":{"type":"Point","coordinates":[-75.202592249732504,39.954121780295964]},"properties":{"OBJECTID_1":135,"objectid":14373679,"dc_dist":"18","psa":"3","dispatch_d":1709769600000,"dispatch_1":"2024-03-07","dispatch_t":"10:45:00","hour":10,"dc_key":202418012111,"location_b":"S 40TH ST & WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202592249999995,"point_y":39.954121780000001}},{"type":"Feature","id":136,"geometry":{"type":"Point","coordinates":[-75.185295089696581,39.953470289822064]},"properties":{"OBJECTID_1":136,"objectid":17590298,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"09:49:00","hour":9,"dc_key":202418029609,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.185295089999997,"point_y":39.953470289999998}},{"type":"Feature","id":137,"geometry":{"type":"Point","coordinates":[-75.200868129760352,39.956587449751055]},"properties":{"OBJECTID_1":137,"objectid":13440370,"dc_dist":"18","psa":"3","dispatch_d":1705881600000,"dispatch_1":"2024-01-22","dispatch_t":"12:17:00","hour":12,"dc_key":202418003637,"location_b":"3900 BLOCK Market St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200868130000003,"point_y":39.956587450000001}},{"type":"Feature","id":138,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":138,"objectid":17348708,"dc_dist":"16","psa":"1","dispatch_d":1718236800000,"dispatch_1":"2024-06-12","dispatch_t":"22:22:00","hour":22,"dc_key":202416022199,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":139,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":139,"objectid":18677137,"dc_dist":"18","psa":"3","dispatch_d":1721692800000,"dispatch_1":"2024-07-22","dispatch_t":"21:00:00","hour":21,"dc_key":202418037356,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":140,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":140,"objectid":15510993,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"12:24:00","hour":12,"dc_key":202418019688,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":141,"geometry":{"type":"Point","coordinates":[-75.208069169556495,39.955776969931264]},"properties":{"OBJECTID_1":141,"objectid":14115545,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"12:23:00","hour":12,"dc_key":202418010600,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208069170000002,"point_y":39.955776970000002}},{"type":"Feature","id":142,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":142,"objectid":18677140,"dc_dist":"18","psa":"3","dispatch_d":1719705600000,"dispatch_1":"2024-06-29","dispatch_t":"21:19:00","hour":21,"dc_key":202418033428,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":143,"geometry":{"type":"Point","coordinates":[-75.197928329628667,39.95538581969987]},"properties":{"OBJECTID_1":143,"objectid":18606598,"dc_dist":"18","psa":"3","dispatch_d":1720828800000,"dispatch_1":"2024-07-13","dispatch_t":"17:42:00","hour":17,"dc_key":202418035879,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197928329999996,"point_y":39.955385819999996}},{"type":"Feature","id":144,"geometry":{"type":"Point","coordinates":[-75.20195466007948,39.957150390278343]},"properties":{"OBJECTID_1":144,"objectid":20348023,"dc_dist":"16","psa":"1","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"11:25:00","hour":11,"dc_key":202416033743,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201954659999998,"point_y":39.957150390000002}},{"type":"Feature","id":145,"geometry":{"type":"Point","coordinates":[-75.192866470311344,39.952972970126496]},"properties":{"OBJECTID_1":145,"objectid":13291046,"dc_dist":"18","psa":"3","dispatch_d":1707091200000,"dispatch_1":"2024-02-05","dispatch_t":"14:15:00","hour":14,"dc_key":202418006164,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192866469999998,"point_y":39.952972969999998}},{"type":"Feature","id":146,"geometry":{"type":"Point","coordinates":[-75.204199920090218,39.956259879789684]},"properties":{"OBJECTID_1":146,"objectid":18462190,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"16:18:00","hour":16,"dc_key":202418030373,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204199919999994,"point_y":39.956259879999998}},{"type":"Feature","id":147,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":147,"objectid":16087213,"dc_dist":"18","psa":"3","dispatch_d":1713571200000,"dispatch_1":"2024-04-19","dispatch_t":"21:47:00","hour":21,"dc_key":202418020013,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":148,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":148,"objectid":20245802,"dc_dist":"18","psa":"3","dispatch_d":1725235200000,"dispatch_1":"2024-09-02","dispatch_t":"01:15:00","hour":1,"dc_key":202418044591,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":149,"geometry":{"type":"Point","coordinates":[-75.197235830069474,39.952040999992221]},"properties":{"OBJECTID_1":149,"objectid":17970945,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"07:34:00","hour":7,"dc_key":202418032670,"location_b":"3700 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197235829999997,"point_y":39.952041000000001}},{"type":"Feature","id":150,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":150,"objectid":16084992,"dc_dist":"18","psa":"3","dispatch_d":1713830400000,"dispatch_1":"2024-04-23","dispatch_t":"17:23:00","hour":17,"dc_key":202418020635,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":151,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":151,"objectid":13314099,"dc_dist":"18","psa":"3","dispatch_d":1705449600000,"dispatch_1":"2024-01-17","dispatch_t":"10:23:00","hour":10,"dc_key":202418002825,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":152,"geometry":{"type":"Point","coordinates":[-75.197928329628667,39.95538581969987]},"properties":{"OBJECTID_1":152,"objectid":14552824,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"09:28:00","hour":9,"dc_key":202418013168,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.197928329999996,"point_y":39.955385819999996}},{"type":"Feature","id":153,"geometry":{"type":"Point","coordinates":[-75.207431820022464,39.955704349676068]},"properties":{"OBJECTID_1":153,"objectid":15181460,"dc_dist":"18","psa":"3","dispatch_d":1709769600000,"dispatch_1":"2024-03-06","dispatch_t":"19:48:00","hour":19,"dc_key":202418011975,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207431819999996,"point_y":39.955704349999998}},{"type":"Feature","id":154,"geometry":{"type":"Point","coordinates":[-75.192526590429793,39.955631539663898]},"properties":{"OBJECTID_1":154,"objectid":14249642,"dc_dist":"18","psa":"3","dispatch_d":1708646400000,"dispatch_1":"2024-02-22","dispatch_t":"22:55:00","hour":22,"dc_key":202418009592,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.19252659,"point_y":39.955631539999999}},{"type":"Feature","id":155,"geometry":{"type":"Point","coordinates":[-75.206524360011144,39.95676169969272]},"properties":{"OBJECTID_1":155,"objectid":13974679,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-22","dispatch_t":"09:23:00","hour":9,"dc_key":202418009417,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206524360000003,"point_y":39.956761700000001}},{"type":"Feature","id":156,"geometry":{"type":"Point","coordinates":[-75.205574409731184,39.954897420379723]},"properties":{"OBJECTID_1":156,"objectid":23494339,"dc_dist":"18","psa":"3","dispatch_d":1732665600000,"dispatch_1":"2024-11-27","dispatch_t":"06:54:00","hour":6,"dc_key":202418061561,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205574409999997,"point_y":39.954897420000002}},{"type":"Feature","id":157,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":157,"objectid":13821346,"dc_dist":"16","psa":"1","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"10:18:00","hour":10,"dc_key":202416005193,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":158,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":158,"objectid":18818323,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-14","dispatch_t":"22:35:00","hour":22,"dc_key":202418036012,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":159,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":159,"objectid":12483262,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-10","dispatch_t":"21:36:00","hour":21,"dc_key":202418001726,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":160,"geometry":{"type":"Point","coordinates":[-75.182631230346942,39.953910870390416]},"properties":{"OBJECTID_1":160,"objectid":14813216,"dc_dist":"18","psa":"3","dispatch_d":1711065600000,"dispatch_1":"2024-03-22","dispatch_t":"13:49:00","hour":13,"dc_key":202418014899,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182631229999998,"point_y":39.953910870000001}},{"type":"Feature","id":161,"geometry":{"type":"Point","coordinates":[-75.20831524025607,39.951074260268967]},"properties":{"OBJECTID_1":161,"objectid":13754185,"dc_dist":"18","psa":"3","dispatch_d":1708473600000,"dispatch_1":"2024-02-20","dispatch_t":"21:52:00","hour":21,"dc_key":202418009150,"location_b":"4200 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208315240000005,"point_y":39.951074259999999}},{"type":"Feature","id":162,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":162,"objectid":14252918,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"16:26:00","hour":16,"dc_key":202418010205,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":163,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":163,"objectid":13292117,"dc_dist":"16","psa":"1","dispatch_d":1704844800000,"dispatch_1":"2024-01-10","dispatch_t":"11:53:00","hour":11,"dc_key":202416001024,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":164,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":164,"objectid":17941502,"dc_dist":"18","psa":"3","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"16:24:00","hour":16,"dc_key":202418032378,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":165,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":165,"objectid":16084860,"dc_dist":"18","psa":"3","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"18:28:00","hour":18,"dc_key":202418022853,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":166,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":166,"objectid":18462148,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-20","dispatch_t":"22:11:00","hour":22,"dc_key":202418031757,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":167,"geometry":{"type":"Point","coordinates":[-75.193903640440624,39.952652500312695]},"properties":{"OBJECTID_1":167,"objectid":13751380,"dc_dist":"18","psa":"3","dispatch_d":1707264000000,"dispatch_1":"2024-02-07","dispatch_t":"18:43:00","hour":18,"dc_key":202418006641,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193903640000002,"point_y":39.952652499999999}},{"type":"Feature","id":168,"geometry":{"type":"Point","coordinates":[-75.189781890122106,39.954067980153241]},"properties":{"OBJECTID_1":168,"objectid":13752163,"dc_dist":"18","psa":"3","dispatch_d":1708300800000,"dispatch_1":"2024-02-19","dispatch_t":"17:47:00","hour":17,"dc_key":202418008879,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189781890000006,"point_y":39.954067979999998}},{"type":"Feature","id":169,"geometry":{"type":"Point","coordinates":[-75.20148496036262,39.953338530149097]},"properties":{"OBJECTID_1":169,"objectid":13315691,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-02","dispatch_t":"14:56:00","hour":14,"dc_key":202418005621,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201484960000002,"point_y":39.953338530000003}},{"type":"Feature","id":170,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":170,"objectid":18433692,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-18","dispatch_t":"22:19:00","hour":22,"dc_key":202418036740,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":171,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":171,"objectid":18433693,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"17:16:00","hour":17,"dc_key":202418036877,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":172,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":172,"objectid":18433694,"dc_dist":"18","psa":"3","dispatch_d":1721433600000,"dispatch_1":"2024-07-19","dispatch_t":"21:50:00","hour":21,"dc_key":202418036947,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":173,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":173,"objectid":18462713,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"16:18:00","hour":16,"dc_key":202418036095,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":174,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":174,"objectid":13725370,"dc_dist":"18","psa":"3","dispatch_d":1708387200000,"dispatch_1":"2024-02-20","dispatch_t":"09:02:00","hour":9,"dc_key":202418008979,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":175,"geometry":{"type":"Point","coordinates":[-75.2004702103319,39.952683230146988]},"properties":{"OBJECTID_1":175,"objectid":12485770,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-09","dispatch_t":"15:54:00","hour":15,"dc_key":202418001452,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200470210000006,"point_y":39.952683229999998}},{"type":"Feature","id":176,"geometry":{"type":"Point","coordinates":[-75.183398989671616,39.952519239671233]},"properties":{"OBJECTID_1":176,"objectid":14251616,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"15:52:00","hour":15,"dc_key":202418010636,"location_b":"2900 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183398990000001,"point_y":39.952519240000001}},{"type":"Feature","id":177,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":177,"objectid":17000622,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-22","dispatch_t":"18:37:00","hour":18,"dc_key":202418020468,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":178,"geometry":{"type":"Point","coordinates":[-75.194308829988472,39.955407350369001]},"properties":{"OBJECTID_1":178,"objectid":15991730,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"11:14:00","hour":11,"dc_key":202418018630,"location_b":"S 36TH ST & LUDLOW ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.194308829999997,"point_y":39.955407350000002}},{"type":"Feature","id":179,"geometry":{"type":"Point","coordinates":[-75.199545569672239,39.953748569740753]},"properties":{"OBJECTID_1":179,"objectid":23494345,"dc_dist":"18","psa":"3","dispatch_d":1733788800000,"dispatch_1":"2024-12-09","dispatch_t":"22:54:00","hour":22,"dc_key":202418064001,"location_b":"3800 BLOCK WALNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.199545569999998,"point_y":39.953748570000002}},{"type":"Feature","id":180,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":180,"objectid":21586069,"dc_dist":"18","psa":"3","dispatch_d":1728086400000,"dispatch_1":"2024-10-05","dispatch_t":"18:46:00","hour":18,"dc_key":202418051209,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":181,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":181,"objectid":14653756,"dc_dist":"18","psa":"3","dispatch_d":1710460800000,"dispatch_1":"2024-03-14","dispatch_t":"21:35:00","hour":21,"dc_key":202418013535,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":182,"geometry":{"type":"Point","coordinates":[-75.202670020405094,39.953660910122949]},"properties":{"OBJECTID_1":182,"objectid":13321546,"dc_dist":"18","psa":"3","dispatch_d":1707264000000,"dispatch_1":"2024-02-07","dispatch_t":"10:43:00","hour":10,"dc_key":202418006552,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202670019999999,"point_y":39.953660910000004}},{"type":"Feature","id":183,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":183,"objectid":14120142,"dc_dist":"18","psa":"3","dispatch_d":1709596800000,"dispatch_1":"2024-03-05","dispatch_t":"15:15:00","hour":15,"dc_key":202418011714,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":184,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":184,"objectid":14120143,"dc_dist":"18","psa":"3","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"16:22:00","hour":16,"dc_key":202418010019,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":185,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":185,"objectid":14656807,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"19:55:00","hour":19,"dc_key":202418013272,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":186,"geometry":{"type":"Point","coordinates":[-75.199547350329908,39.953756630364239]},"properties":{"OBJECTID_1":186,"objectid":19512406,"dc_dist":"18","psa":"3","dispatch_d":1723507200000,"dispatch_1":"2024-08-12","dispatch_t":"21:52:00","hour":21,"dc_key":202418041036,"location_b":"3800 BLOCK WALNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.199547350000003,"point_y":39.953756640000002}},{"type":"Feature","id":187,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":187,"objectid":19752654,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-28","dispatch_t":"16:21:00","hour":16,"dc_key":202418038488,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":188,"geometry":{"type":"Point","coordinates":[-75.187068069835505,39.952198259941781]},"properties":{"OBJECTID_1":188,"objectid":15634802,"dc_dist":"18","psa":"3","dispatch_d":1712620800000,"dispatch_1":"2024-04-09","dispatch_t":"18:09:00","hour":18,"dc_key":202418018033,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187068069999995,"point_y":39.952198260000003}},{"type":"Feature","id":189,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":189,"objectid":14120151,"dc_dist":"18","psa":"3","dispatch_d":1708819200000,"dispatch_1":"2024-02-24","dispatch_t":"19:20:00","hour":19,"dc_key":202418009921,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":190,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":190,"objectid":20834102,"dc_dist":"18","psa":"3","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"12:39:00","hour":12,"dc_key":202418047309,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":191,"geometry":{"type":"Point","coordinates":[-75.192528759594552,39.947601569556866]},"properties":{"OBJECTID_1":191,"objectid":13389195,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"21:43:00","hour":21,"dc_key":202418006700,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.192528760000002,"point_y":39.947601570000003}},{"type":"Feature","id":192,"geometry":{"type":"Point","coordinates":[-75.206457939682139,39.955927469677022]},"properties":{"OBJECTID_1":192,"objectid":13544600,"dc_dist":"18","psa":"3","dispatch_d":1706054400000,"dispatch_1":"2024-01-24","dispatch_t":"17:22:00","hour":17,"dc_key":202418004013,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206457940000007,"point_y":39.955927469999999}},{"type":"Feature","id":193,"geometry":{"type":"Point","coordinates":[-75.201116539596569,39.950588540029173]},"properties":{"OBJECTID_1":193,"objectid":14121238,"dc_dist":"18","psa":"3","dispatch_d":1709510400000,"dispatch_1":"2024-03-04","dispatch_t":"15:39:00","hour":15,"dc_key":202418011536,"location_b":"3900 BLOCK DELANCEY ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201116540000001,"point_y":39.950588539999998}},{"type":"Feature","id":194,"geometry":{"type":"Point","coordinates":[-75.194371580184225,39.955401490386521]},"properties":{"OBJECTID_1":194,"objectid":16534201,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-22","dispatch_t":"20:55:00","hour":20,"dc_key":202418026173,"location_b":"3600 BLOCK Ludlow St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.194371579999995,"point_y":39.95540149}},{"type":"Feature","id":195,"geometry":{"type":"Point","coordinates":[-75.19762312041064,39.951061730014885]},"properties":{"OBJECTID_1":195,"objectid":13545814,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"14:23:00","hour":14,"dc_key":202418007048,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197623120000003,"point_y":39.951061729999999}},{"type":"Feature","id":196,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":196,"objectid":13148867,"dc_dist":"16","psa":"1","dispatch_d":1704153600000,"dispatch_1":"2024-01-02","dispatch_t":"01:47:00","hour":1,"dc_key":202416000090,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":197,"geometry":{"type":"Point","coordinates":[-75.195804589610077,39.953215820353876]},"properties":{"OBJECTID_1":197,"objectid":13576619,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"12:11:00","hour":12,"dc_key":202418005225,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.195804589999995,"point_y":39.953215819999997}},{"type":"Feature","id":198,"geometry":{"type":"Point","coordinates":[-75.20195466007948,39.957150390278343]},"properties":{"OBJECTID_1":198,"objectid":15384353,"dc_dist":"18","psa":"3","dispatch_d":1710028800000,"dispatch_1":"2024-03-10","dispatch_t":"13:35:00","hour":13,"dc_key":202418012678,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.201954659999998,"point_y":39.957150390000002}},{"type":"Feature","id":199,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":199,"objectid":15996199,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"01:11:00","hour":1,"dc_key":202418019638,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":200,"geometry":{"type":"Point","coordinates":[-75.208762150252994,39.954881329709679]},"properties":{"OBJECTID_1":200,"objectid":21758583,"dc_dist":"18","psa":"3","dispatch_d":1728950400000,"dispatch_1":"2024-10-15","dispatch_t":"19:24:00","hour":19,"dc_key":202418053289,"location_b":"S 43RD ST & WALNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.208762149999998,"point_y":39.954881329999999}},{"type":"Feature","id":201,"geometry":{"type":"Point","coordinates":[-75.203807500016069,39.956131110362492]},"properties":{"OBJECTID_1":201,"objectid":20665475,"dc_dist":"18","psa":"3","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"11:37:00","hour":11,"dc_key":202418047298,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203807499999996,"point_y":39.956131110000001}},{"type":"Feature","id":202,"geometry":{"type":"Point","coordinates":[-75.202954469672989,39.950919719869205]},"properties":{"OBJECTID_1":202,"objectid":23592953,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-13","dispatch_t":"18:16:00","hour":18,"dc_key":202418064872,"location_b":"300 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202954469999995,"point_y":39.950919720000002}},{"type":"Feature","id":203,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":203,"objectid":18323951,"dc_dist":"18","psa":"3","dispatch_d":1719619200000,"dispatch_1":"2024-06-29","dispatch_t":"05:25:00","hour":5,"dc_key":202418033319,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":204,"geometry":{"type":"Point","coordinates":[-75.192526979836202,39.947593499940126]},"properties":{"OBJECTID_1":204,"objectid":15605458,"dc_dist":"18","psa":"3","dispatch_d":1711497600000,"dispatch_1":"2024-03-27","dispatch_t":"10:25:00","hour":10,"dc_key":202418015768,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192526979999997,"point_y":39.947593509999997}},{"type":"Feature","id":205,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":205,"objectid":13444232,"dc_dist":"18","psa":"3","dispatch_d":1707004800000,"dispatch_1":"2024-02-04","dispatch_t":"18:26:00","hour":18,"dc_key":202418006048,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":206,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":206,"objectid":16823486,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"17:26:00","hour":17,"dc_key":202418027816,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":207,"geometry":{"type":"Point","coordinates":[-75.208250489968123,39.956093310058293]},"properties":{"OBJECTID_1":207,"objectid":16424771,"dc_dist":"18","psa":"3","dispatch_d":1715299200000,"dispatch_1":"2024-05-09","dispatch_t":"22:35:00","hour":22,"dc_key":202418023785,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208250489999998,"point_y":39.95609331}},{"type":"Feature","id":208,"geometry":{"type":"Point","coordinates":[-75.201923789950911,39.950340230017673]},"properties":{"OBJECTID_1":208,"objectid":15547602,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-17","dispatch_t":"20:53:00","hour":20,"dc_key":202418019605,"location_b":"3900 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201923789999995,"point_y":39.950340230000002}},{"type":"Feature","id":209,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":209,"objectid":15261184,"dc_dist":"18","psa":"3","dispatch_d":1711497600000,"dispatch_1":"2024-03-27","dispatch_t":"12:56:00","hour":12,"dc_key":202418015796,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":210,"geometry":{"type":"Point","coordinates":[-75.19187306029346,39.955536590141548]},"properties":{"OBJECTID_1":210,"objectid":13296355,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-22","dispatch_t":"20:32:00","hour":20,"dc_key":202418003720,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.191873060000006,"point_y":39.955536590000001}},{"type":"Feature","id":211,"geometry":{"type":"Point","coordinates":[-75.203818510415886,39.955818790205058]},"properties":{"OBJECTID_1":211,"objectid":13668683,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"19:51:00","hour":19,"dc_key":202418006660,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203818510000005,"point_y":39.955818790000002}},{"type":"Feature","id":212,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":212,"objectid":13729182,"dc_dist":"16","psa":"1","dispatch_d":1707091200000,"dispatch_1":"2024-02-05","dispatch_t":"13:53:00","hour":13,"dc_key":202416003937,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":213,"geometry":{"type":"Point","coordinates":[-75.200722060074952,39.952093339635951]},"properties":{"OBJECTID_1":213,"objectid":17412127,"dc_dist":"18","psa":"3","dispatch_d":1717891200000,"dispatch_1":"2024-06-09","dispatch_t":"13:00:00","hour":12,"dc_key":202418029476,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200722060000004,"point_y":39.952093339999998}},{"type":"Feature","id":214,"geometry":{"type":"Point","coordinates":[-75.205396479763692,39.954102540200097]},"properties":{"OBJECTID_1":214,"objectid":14875441,"dc_dist":"18","psa":"3","dispatch_d":1709596800000,"dispatch_1":"2024-03-05","dispatch_t":"17:52:00","hour":17,"dc_key":202418011741,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"1300","text_gener":"Receiving Stolen Property","point_x":-75.205396480000005,"point_y":39.954102540000001}},{"type":"Feature","id":215,"geometry":{"type":"Point","coordinates":[-75.191322429686352,39.951862359560323]},"properties":{"OBJECTID_1":215,"objectid":13441138,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"20:31:00","hour":20,"dc_key":202418006672,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19132243,"point_y":39.95186236}},{"type":"Feature","id":216,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":216,"objectid":18080365,"dc_dist":"18","psa":"3","dispatch_d":1720224000000,"dispatch_1":"2024-07-06","dispatch_t":"14:22:00","hour":14,"dc_key":202418034620,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":217,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":217,"objectid":15605116,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"09:25:00","hour":9,"dc_key":202418019661,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":218,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":218,"objectid":12919090,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-10","dispatch_t":"20:16:00","hour":20,"dc_key":202418001700,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":219,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":219,"objectid":12919094,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"09:38:00","hour":9,"dc_key":202418003782,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":220,"geometry":{"type":"Point","coordinates":[-75.19163827968282,39.955079030372985]},"properties":{"OBJECTID_1":220,"objectid":14099061,"dc_dist":"18","psa":"3","dispatch_d":1709510400000,"dispatch_1":"2024-03-04","dispatch_t":"14:04:00","hour":14,"dc_key":202418011531,"location_b":"3400 BLOCK LUDLOW ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.191638280000006,"point_y":39.95507903}},{"type":"Feature","id":221,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":221,"objectid":17971899,"dc_dist":"18","psa":"3","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"12:08:00","hour":12,"dc_key":202418032338,"location_b":"3600 BLOCK CHESTNUT ST 2","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":222,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":222,"objectid":12919109,"dc_dist":"18","psa":"3","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"11:24:00","hour":11,"dc_key":202418003489,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":223,"geometry":{"type":"Point","coordinates":[-75.185342080172802,39.953063580419951]},"properties":{"OBJECTID_1":223,"objectid":20458424,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"11:47:00","hour":11,"dc_key":202418042889,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185342079999998,"point_y":39.953063579999998}},{"type":"Feature","id":224,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":224,"objectid":13756920,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-08","dispatch_t":"20:40:00","hour":20,"dc_key":202418001334,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":225,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":225,"objectid":13543898,"dc_dist":"16","psa":"1","dispatch_d":1707955200000,"dispatch_1":"2024-02-14","dispatch_t":"22:10:00","hour":22,"dc_key":202416005154,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":226,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":226,"objectid":19512374,"dc_dist":"18","psa":"3","dispatch_d":1723766400000,"dispatch_1":"2024-08-15","dispatch_t":"20:04:00","hour":20,"dc_key":202418041520,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":227,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":227,"objectid":23592971,"dc_dist":"18","psa":"3","dispatch_d":1733270400000,"dispatch_1":"2024-12-04","dispatch_t":"11:35:00","hour":11,"dc_key":202418062864,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":228,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":228,"objectid":18954883,"dc_dist":"18","psa":"3","dispatch_d":1721779200000,"dispatch_1":"2024-07-24","dispatch_t":"13:01:00","hour":13,"dc_key":202418037647,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":229,"geometry":{"type":"Point","coordinates":[-75.202926009727548,39.954564440096874]},"properties":{"OBJECTID_1":229,"objectid":13295167,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-01","dispatch_t":"22:32:00","hour":22,"dc_key":202418005541,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202926009999999,"point_y":39.954564439999999}},{"type":"Feature","id":230,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":230,"objectid":21002807,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-02","dispatch_t":"20:16:00","hour":20,"dc_key":202418044700,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":231,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":231,"objectid":19170077,"dc_dist":"18","psa":"3","dispatch_d":1723075200000,"dispatch_1":"2024-08-08","dispatch_t":"18:59:00","hour":18,"dc_key":202418040331,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":232,"geometry":{"type":"Point","coordinates":[-75.198032810166012,39.953974510015655]},"properties":{"OBJECTID_1":232,"objectid":13346131,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"14:52:00","hour":14,"dc_key":202418005249,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198032810000001,"point_y":39.953974510000002}},{"type":"Feature","id":233,"geometry":{"type":"Point","coordinates":[-75.206132879728557,39.957681189935045]},"properties":{"OBJECTID_1":233,"objectid":15571913,"dc_dist":"16","psa":"1","dispatch_d":1710547200000,"dispatch_1":"2024-03-16","dispatch_t":"08:30:00","hour":8,"dc_key":202416008646,"location_b":"4200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206132879999998,"point_y":39.957681190000002}},{"type":"Feature","id":234,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":234,"objectid":14740671,"dc_dist":"18","psa":"3","dispatch_d":1711152000000,"dispatch_1":"2024-03-23","dispatch_t":"13:46:00","hour":13,"dc_key":202418015086,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":235,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":235,"objectid":20905552,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"16:12:00","hour":16,"dc_key":202418043932,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":236,"geometry":{"type":"Point","coordinates":[-75.203089889586693,39.95704588006339]},"properties":{"OBJECTID_1":236,"objectid":13351579,"dc_dist":"18","psa":"3","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"18:51:00","hour":18,"dc_key":202418003538,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203089890000001,"point_y":39.957045880000003}},{"type":"Feature","id":237,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":237,"objectid":16535937,"dc_dist":"16","psa":"1","dispatch_d":1716508800000,"dispatch_1":"2024-05-24","dispatch_t":"02:09:00","hour":2,"dc_key":202416018737,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":238,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":238,"objectid":18082376,"dc_dist":"18","psa":"3","dispatch_d":1719878400000,"dispatch_1":"2024-07-02","dispatch_t":"08:16:00","hour":8,"dc_key":202418033805,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":239,"geometry":{"type":"Point","coordinates":[-75.206516380326661,39.955783249897138]},"properties":{"OBJECTID_1":239,"objectid":14593601,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"10:43:00","hour":10,"dc_key":202418013391,"location_b":"100 BLOCK S 42ND ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206516390000004,"point_y":39.955783250000003}},{"type":"Feature","id":240,"geometry":{"type":"Point","coordinates":[-75.192663169569585,39.952120179902408]},"properties":{"OBJECTID_1":240,"objectid":16534903,"dc_dist":"18","psa":"3","dispatch_d":1714953600000,"dispatch_1":"2024-05-05","dispatch_t":"22:55:00","hour":22,"dc_key":202418022890,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.192663170000003,"point_y":39.952120180000001}},{"type":"Feature","id":241,"geometry":{"type":"Point","coordinates":[-75.207147789838587,39.951171059696719]},"properties":{"OBJECTID_1":241,"objectid":13581384,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"11:42:00","hour":11,"dc_key":202418003799,"location_b":"S 42ND ST & PINE ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.207147789999993,"point_y":39.95117106}},{"type":"Feature","id":242,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":242,"objectid":13101269,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-18","dispatch_t":"15:58:00","hour":15,"dc_key":202418003039,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":243,"geometry":{"type":"Point","coordinates":[-75.202157959921863,39.956987210091711]},"properties":{"OBJECTID_1":243,"objectid":13098400,"dc_dist":"18","psa":"3","dispatch_d":1704412800000,"dispatch_1":"2024-01-04","dispatch_t":"22:10:00","hour":22,"dc_key":202418000672,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202157959999994,"point_y":39.956987210000001}},{"type":"Feature","id":244,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":244,"objectid":19271086,"dc_dist":"18","psa":"3","dispatch_d":1721692800000,"dispatch_1":"2024-07-23","dispatch_t":"10:18:00","hour":10,"dc_key":202418037418,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":245,"geometry":{"type":"Point","coordinates":[-75.198004920390701,39.951107709653115]},"properties":{"OBJECTID_1":245,"objectid":13352281,"dc_dist":"18","psa":"3","dispatch_d":1707177600000,"dispatch_1":"2024-02-06","dispatch_t":"05:34:00","hour":5,"dc_key":202418006290,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198004920000002,"point_y":39.951107710000002}},{"type":"Feature","id":246,"geometry":{"type":"Point","coordinates":[-75.189489540309978,39.955594209705055]},"properties":{"OBJECTID_1":246,"objectid":17354013,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"06:43:00","hour":6,"dc_key":202418030513,"location_b":"N 33RD ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.189489539999997,"point_y":39.955594210000001}},{"type":"Feature","id":247,"geometry":{"type":"Point","coordinates":[-75.183885959969018,39.952576520190291]},"properties":{"OBJECTID_1":247,"objectid":13304201,"dc_dist":"18","psa":"3","dispatch_d":1706486400000,"dispatch_1":"2024-01-29","dispatch_t":"07:29:00","hour":7,"dc_key":202418004865,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.183885959999998,"point_y":39.952576520000001}},{"type":"Feature","id":248,"geometry":{"type":"Point","coordinates":[-75.197367470132576,39.953183249607321]},"properties":{"OBJECTID_1":248,"objectid":13551293,"dc_dist":"18","psa":"3","dispatch_d":1707609600000,"dispatch_1":"2024-02-10","dispatch_t":"20:55:00","hour":20,"dc_key":202418007352,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.197367470000003,"point_y":39.953183250000002}},{"type":"Feature","id":249,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":249,"objectid":14591023,"dc_dist":"18","psa":"3","dispatch_d":1710806400000,"dispatch_1":"2024-03-19","dispatch_t":"06:54:00","hour":6,"dc_key":202418014274,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":250,"geometry":{"type":"Point","coordinates":[-75.208102969676247,39.957968660025699]},"properties":{"OBJECTID_1":250,"objectid":13638630,"dc_dist":"16","psa":"1","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"00:26:00","hour":0,"dc_key":202416005161,"location_b":"0 BLOCK N 43RD ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.208102969999999,"point_y":39.957968659999999}},{"type":"Feature","id":251,"geometry":{"type":"Point","coordinates":[-75.19861473987828,39.95367348983973]},"properties":{"OBJECTID_1":251,"objectid":20247627,"dc_dist":"18","psa":"3","dispatch_d":1724716800000,"dispatch_1":"2024-08-27","dispatch_t":"11:40:00","hour":11,"dc_key":202418043455,"location_b":"100 BLOCK S 38TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198614739999996,"point_y":39.95367349}},{"type":"Feature","id":252,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":252,"objectid":15636918,"dc_dist":"18","psa":"3","dispatch_d":1713139200000,"dispatch_1":"2024-04-15","dispatch_t":"11:32:00","hour":11,"dc_key":202418019137,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":253,"geometry":{"type":"Point","coordinates":[-75.208458440204822,39.955089580319907]},"properties":{"OBJECTID_1":253,"objectid":15385224,"dc_dist":"18","psa":"3","dispatch_d":1711324800000,"dispatch_1":"2024-03-25","dispatch_t":"19:25:00","hour":19,"dc_key":202418015453,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.208458440000001,"point_y":39.955089579999999}},{"type":"Feature","id":254,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":254,"objectid":12705971,"dc_dist":"18","psa":"3","dispatch_d":1705190400000,"dispatch_1":"2024-01-14","dispatch_t":"02:41:00","hour":2,"dc_key":202418002363,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":255,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":255,"objectid":13258911,"dc_dist":"18","psa":"3","dispatch_d":1705881600000,"dispatch_1":"2024-01-22","dispatch_t":"11:13:00","hour":11,"dc_key":202418003633,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":256,"geometry":{"type":"Point","coordinates":[-75.20330577993775,39.950693060136643]},"properties":{"OBJECTID_1":256,"objectid":13261344,"dc_dist":"18","psa":"3","dispatch_d":1707091200000,"dispatch_1":"2024-02-05","dispatch_t":"16:42:00","hour":16,"dc_key":202418006183,"location_b":"S 40TH ST & PINE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.203305779999994,"point_y":39.95069307}},{"type":"Feature","id":257,"geometry":{"type":"Point","coordinates":[-75.19187306029346,39.955536590141548]},"properties":{"OBJECTID_1":257,"objectid":13327257,"dc_dist":"18","psa":"3","dispatch_d":1707004800000,"dispatch_1":"2024-02-04","dispatch_t":"01:19:00","hour":1,"dc_key":202418005950,"location_b":"3400 BLOCK Market St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.191873060000006,"point_y":39.955536590000001}},{"type":"Feature","id":258,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":258,"objectid":13760044,"dc_dist":"16","psa":"1","dispatch_d":1708473600000,"dispatch_1":"2024-02-21","dispatch_t":"07:54:00","hour":7,"dc_key":202416005848,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":259,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":259,"objectid":16823953,"dc_dist":"18","psa":"3","dispatch_d":1716249600000,"dispatch_1":"2024-05-21","dispatch_t":"17:02:00","hour":17,"dc_key":202418025900,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":260,"geometry":{"type":"Point","coordinates":[-75.183398989671616,39.952519239671233]},"properties":{"OBJECTID_1":260,"objectid":13449046,"dc_dist":"18","psa":"3","dispatch_d":1706400000000,"dispatch_1":"2024-01-28","dispatch_t":"01:04:00","hour":1,"dc_key":202418004700,"location_b":"2900 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183398990000001,"point_y":39.952519240000001}},{"type":"Feature","id":261,"geometry":{"type":"Point","coordinates":[-75.197854540254809,39.956659050175062]},"properties":{"OBJECTID_1":261,"objectid":13760319,"dc_dist":"16","psa":"1","dispatch_d":1707782400000,"dispatch_1":"2024-02-13","dispatch_t":"08:24:00","hour":8,"dc_key":202416004905,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197854539999994,"point_y":39.956659049999999}},{"type":"Feature","id":262,"geometry":{"type":"Point","coordinates":[-75.202280079761806,39.956759120437084]},"properties":{"OBJECTID_1":262,"objectid":13391775,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"17:08:00","hour":17,"dc_key":202418007078,"location_b":"0 BLOCK S 40th St","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.202280079999994,"point_y":39.956759120000001}},{"type":"Feature","id":263,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":263,"objectid":15574558,"dc_dist":"18","psa":"3","dispatch_d":1713484800000,"dispatch_1":"2024-04-19","dispatch_t":"13:46:00","hour":13,"dc_key":202418019905,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":264,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":264,"objectid":12377062,"dc_dist":"16","psa":"1","dispatch_d":1704153600000,"dispatch_1":"2024-01-02","dispatch_t":"15:38:00","hour":15,"dc_key":202416000137,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":265,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":265,"objectid":18530937,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"02:37:00","hour":2,"dc_key":202418036377,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":266,"geometry":{"type":"Point","coordinates":[-75.20844475971785,39.94997307010118]},"properties":{"OBJECTID_1":266,"objectid":13394529,"dc_dist":"18","psa":"3","dispatch_d":1704499200000,"dispatch_1":"2024-01-06","dispatch_t":"16:06:00","hour":16,"dc_key":202418000983,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.208444760000006,"point_y":39.949973069999999}},{"type":"Feature","id":267,"geometry":{"type":"Point","coordinates":[-75.20320690037812,39.953511069580259]},"properties":{"OBJECTID_1":267,"objectid":15551092,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-11","dispatch_t":"22:14:00","hour":22,"dc_key":202418018545,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203206899999998,"point_y":39.953511069999998}},{"type":"Feature","id":268,"geometry":{"type":"Point","coordinates":[-75.203208680136413,39.953519130203745]},"properties":{"OBJECTID_1":268,"objectid":12923850,"dc_dist":"18","psa":"3","dispatch_d":1704499200000,"dispatch_1":"2024-01-06","dispatch_t":"13:32:00","hour":13,"dc_key":202418000969,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.203208680000003,"point_y":39.953519129999997}},{"type":"Feature","id":269,"geometry":{"type":"Point","coordinates":[-75.193237839954293,39.952357650385295]},"properties":{"OBJECTID_1":269,"objectid":15637391,"dc_dist":"18","psa":"3","dispatch_d":1713830400000,"dispatch_1":"2024-04-23","dispatch_t":"01:13:00","hour":1,"dc_key":202418020536,"location_b":"3400 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193237839999995,"point_y":39.952357650000003}},{"type":"Feature","id":270,"geometry":{"type":"Point","coordinates":[-75.20747005020263,39.956017499907773]},"properties":{"OBJECTID_1":270,"objectid":15608068,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"09:36:00","hour":9,"dc_key":202418018603,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.207470049999998,"point_y":39.956017500000002}},{"type":"Feature","id":271,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":271,"objectid":13840609,"dc_dist":"18","psa":"3","dispatch_d":1707868800000,"dispatch_1":"2024-02-14","dispatch_t":"16:38:00","hour":16,"dc_key":202418008030,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":272,"geometry":{"type":"Point","coordinates":[-75.201483179704951,39.953330459633037]},"properties":{"OBJECTID_1":272,"objectid":15635430,"dc_dist":"18","psa":"3","dispatch_d":1712707200000,"dispatch_1":"2024-04-10","dispatch_t":"12:56:00","hour":12,"dc_key":202418018188,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201483179999997,"point_y":39.953330459999997}},{"type":"Feature","id":273,"geometry":{"type":"Point","coordinates":[-75.204665630414468,39.954440250017569]},"properties":{"OBJECTID_1":273,"objectid":20247407,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"11:25:00","hour":11,"dc_key":202418043884,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204665629999994,"point_y":39.954440249999998}},{"type":"Feature","id":274,"geometry":{"type":"Point","coordinates":[-75.191749179580938,39.950306420005347]},"properties":{"OBJECTID_1":274,"objectid":13350426,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"08:15:00","hour":8,"dc_key":202418003771,"location_b":"300 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191749180000002,"point_y":39.950306419999997}},{"type":"Feature","id":275,"geometry":{"type":"Point","coordinates":[-75.205156599997053,39.954422420058677]},"properties":{"OBJECTID_1":275,"objectid":12923009,"dc_dist":"18","psa":"3","dispatch_d":1704844800000,"dispatch_1":"2024-01-10","dispatch_t":"14:02:00","hour":14,"dc_key":202418001639,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.205156599999995,"point_y":39.95442242}},{"type":"Feature","id":276,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":276,"objectid":16584404,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-24","dispatch_t":"22:39:00","hour":22,"dc_key":202418026654,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":277,"geometry":{"type":"Point","coordinates":[-75.202470069637968,39.951348909624528]},"properties":{"OBJECTID_1":277,"objectid":14818055,"dc_dist":"18","psa":"3","dispatch_d":1711238400000,"dispatch_1":"2024-03-23","dispatch_t":"23:13:00","hour":23,"dc_key":202418015177,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202470070000004,"point_y":39.95134891}},{"type":"Feature","id":278,"geometry":{"type":"Point","coordinates":[-75.202157959921863,39.956987210091711]},"properties":{"OBJECTID_1":278,"objectid":12923976,"dc_dist":"18","psa":"3","dispatch_d":1704067200000,"dispatch_1":"2024-01-01","dispatch_t":"16:22:00","hour":16,"dc_key":202418000104,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202157959999994,"point_y":39.956987210000001}},{"type":"Feature","id":279,"geometry":{"type":"Point","coordinates":[-75.190090300027293,39.952248989799102]},"properties":{"OBJECTID_1":279,"objectid":13101929,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"13:30:00","hour":13,"dc_key":202418005240,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190090299999994,"point_y":39.952248990000001}},{"type":"Feature","id":280,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":280,"objectid":20553207,"dc_dist":"18","psa":"3","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"10:55:00","hour":10,"dc_key":202418047292,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":281,"geometry":{"type":"Point","coordinates":[-75.206065980060885,39.957708200173329]},"properties":{"OBJECTID_1":281,"objectid":16825256,"dc_dist":"16","psa":"1","dispatch_d":1715558400000,"dispatch_1":"2024-05-13","dispatch_t":"11:48:00","hour":11,"dc_key":202416016896,"location_b":"0 BLOCK N 42ND ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206065980000005,"point_y":39.957708199999999}},{"type":"Feature","id":282,"geometry":{"type":"Point","coordinates":[-75.198528860018826,39.956299789903426]},"properties":{"OBJECTID_1":282,"objectid":12924741,"dc_dist":"18","psa":"3","dispatch_d":1704672000000,"dispatch_1":"2024-01-08","dispatch_t":"02:03:00","hour":2,"dc_key":202418001197,"location_b":"3800 BLOCK Market St","ucr_genera":"2100","text_gener":"DRIVING UNDER THE INFLUENCE","point_x":-75.198528859999996,"point_y":39.956299790000003}},{"type":"Feature","id":283,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":283,"objectid":19617096,"dc_dist":"18","psa":"3","dispatch_d":1721088000000,"dispatch_1":"2024-07-16","dispatch_t":"19:53:00","hour":19,"dc_key":202418036337,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":284,"geometry":{"type":"Point","coordinates":[-75.184800129822122,39.954582459812741]},"properties":{"OBJECTID_1":284,"objectid":23495381,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"01:49:00","hour":1,"dc_key":202418063809,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.184800129999999,"point_y":39.954582459999997}},{"type":"Feature","id":285,"geometry":{"type":"Point","coordinates":[-75.194688690130931,39.953905550001195]},"properties":{"OBJECTID_1":285,"objectid":13842041,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-21","dispatch_t":"21:38:00","hour":21,"dc_key":202418009333,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194688690000007,"point_y":39.953905550000002}},{"type":"Feature","id":286,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":286,"objectid":16094339,"dc_dist":"16","psa":"1","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"13:03:00","hour":13,"dc_key":202416014666,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":287,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":287,"objectid":16094340,"dc_dist":"16","psa":"1","dispatch_d":1710892800000,"dispatch_1":"2024-03-20","dispatch_t":"19:14:00","hour":19,"dc_key":202416009135,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":288,"geometry":{"type":"Point","coordinates":[-75.197393150273626,39.94564153043234]},"properties":{"OBJECTID_1":288,"objectid":14595265,"dc_dist":"18","psa":"3","dispatch_d":1710892800000,"dispatch_1":"2024-03-20","dispatch_t":"18:13:00","hour":18,"dc_key":202418014567,"location_b":"3700 BLOCK CIVIC CENTER BLVD","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.197393149999996,"point_y":39.945641530000003}},{"type":"Feature","id":289,"geometry":{"type":"Point","coordinates":[-75.197854540254809,39.956659050175062]},"properties":{"OBJECTID_1":289,"objectid":14274710,"dc_dist":"16","psa":"1","dispatch_d":1709164800000,"dispatch_1":"2024-02-29","dispatch_t":"15:29:00","hour":15,"dc_key":202416006774,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.197854539999994,"point_y":39.956659049999999}},{"type":"Feature","id":290,"geometry":{"type":"Point","coordinates":[-75.207221289630752,39.952011280096542]},"properties":{"OBJECTID_1":290,"objectid":13767488,"dc_dist":"18","psa":"3","dispatch_d":1707609600000,"dispatch_1":"2024-02-11","dispatch_t":"01:04:00","hour":1,"dc_key":202418007402,"location_b":"4200 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.207221290000007,"point_y":39.952011280000001}},{"type":"Feature","id":291,"geometry":{"type":"Point","coordinates":[-75.204453410196663,39.956520690377602]},"properties":{"OBJECTID_1":291,"objectid":13501923,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"11:11:00","hour":11,"dc_key":202418007031,"location_b":"4100 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.204453409999999,"point_y":39.956520689999998}},{"type":"Feature","id":292,"geometry":{"type":"Point","coordinates":[-75.199154149644244,39.951292550011203]},"properties":{"OBJECTID_1":292,"objectid":13329410,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"10:50:00","hour":10,"dc_key":202418005208,"location_b":"200 BLOCK S 38TH ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.199154149999998,"point_y":39.951292549999998}},{"type":"Feature","id":293,"geometry":{"type":"Point","coordinates":[-75.20148496036262,39.953338530149097]},"properties":{"OBJECTID_1":293,"objectid":14128944,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-26","dispatch_t":"19:24:00","hour":19,"dc_key":202418010260,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201484960000002,"point_y":39.953338530000003}},{"type":"Feature","id":294,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":294,"objectid":15008392,"dc_dist":"18","psa":"3","dispatch_d":1711670400000,"dispatch_1":"2024-03-29","dispatch_t":"14:43:00","hour":14,"dc_key":202418016179,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":295,"geometry":{"type":"Point","coordinates":[-75.198150419905915,39.948174169702213]},"properties":{"OBJECTID_1":295,"objectid":13843538,"dc_dist":"18","psa":"3","dispatch_d":1705449600000,"dispatch_1":"2024-01-17","dispatch_t":"11:33:00","hour":11,"dc_key":202418002831,"location_b":"400 BLOCK UNIVERSITY AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198150420000005,"point_y":39.948174170000001}},{"type":"Feature","id":296,"geometry":{"type":"Point","coordinates":[-75.205827069763416,39.953293879708838]},"properties":{"OBJECTID_1":296,"objectid":16659330,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"11:02:00","hour":11,"dc_key":202418025141,"location_b":"4100 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205827069999998,"point_y":39.953293879999997}},{"type":"Feature","id":297,"geometry":{"type":"Point","coordinates":[-75.20571124967438,39.957325720305789]},"properties":{"OBJECTID_1":297,"objectid":16162599,"dc_dist":"18","psa":"3","dispatch_d":1715126400000,"dispatch_1":"2024-05-08","dispatch_t":"09:48:00","hour":9,"dc_key":202418023421,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.205711249999993,"point_y":39.95732572}},{"type":"Feature","id":298,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":298,"objectid":16230922,"dc_dist":"18","psa":"3","dispatch_d":1714608000000,"dispatch_1":"2024-05-02","dispatch_t":"14:29:00","hour":14,"dc_key":202418022268,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":299,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":299,"objectid":18821800,"dc_dist":"18","psa":"3","dispatch_d":1722297600000,"dispatch_1":"2024-07-29","dispatch_t":"21:17:00","hour":21,"dc_key":202418038661,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":300,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":300,"objectid":17693986,"dc_dist":"18","psa":"3","dispatch_d":1718668800000,"dispatch_1":"2024-06-18","dispatch_t":"18:37:00","hour":18,"dc_key":202418031273,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":301,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":301,"objectid":16927392,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"14:28:00","hour":14,"dc_key":202418025183,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":302,"geometry":{"type":"Point","coordinates":[-75.206075879797993,39.957660160188311]},"properties":{"OBJECTID_1":302,"objectid":15612388,"dc_dist":"18","psa":"3","dispatch_d":1712620800000,"dispatch_1":"2024-04-09","dispatch_t":"16:38:00","hour":16,"dc_key":202418018004,"location_b":"N 42ND ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.20607588,"point_y":39.957660160000003}},{"type":"Feature","id":303,"geometry":{"type":"Point","coordinates":[-75.208017019669683,39.957600939831536]},"properties":{"OBJECTID_1":303,"objectid":13736726,"dc_dist":"18","psa":"3","dispatch_d":1708387200000,"dispatch_1":"2024-02-20","dispatch_t":"11:12:00","hour":11,"dc_key":202418009011,"location_b":"0 BLOCK S 43RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20801702,"point_y":39.957600939999999}},{"type":"Feature","id":304,"geometry":{"type":"Point","coordinates":[-75.206715140391395,39.953439579772862]},"properties":{"OBJECTID_1":304,"objectid":21759690,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"12:44:00","hour":12,"dc_key":202418047990,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20671514,"point_y":39.953439580000001}},{"type":"Feature","id":305,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":305,"objectid":19027382,"dc_dist":"18","psa":"3","dispatch_d":1721779200000,"dispatch_1":"2024-07-23","dispatch_t":"20:06:00","hour":20,"dc_key":202418037538,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":306,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":306,"objectid":14130210,"dc_dist":"16","psa":"1","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"00:05:00","hour":0,"dc_key":202416003409,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":307,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":307,"objectid":13451194,"dc_dist":"16","psa":"1","dispatch_d":1707004800000,"dispatch_1":"2024-02-03","dispatch_t":"22:18:00","hour":22,"dc_key":202416003754,"location_b":"2900 BLOCK Market St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":308,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":308,"objectid":21352512,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-24","dispatch_t":"20:20:00","hour":20,"dc_key":202418049017,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":309,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":309,"objectid":13868705,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"04:18:00","hour":4,"dc_key":202418010118,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":310,"geometry":{"type":"Point","coordinates":[-75.193848529985644,39.948787650329848]},"properties":{"OBJECTID_1":310,"objectid":12895019,"dc_dist":"18","psa":"3","dispatch_d":1706054400000,"dispatch_1":"2024-01-23","dispatch_t":"20:32:00","hour":20,"dc_key":202418003903,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193848529999997,"point_y":39.94878765}},{"type":"Feature","id":311,"geometry":{"type":"Point","coordinates":[-75.198554470012766,39.950816379672233]},"properties":{"OBJECTID_1":311,"objectid":13842022,"dc_dist":"18","psa":"3","dispatch_d":1708473600000,"dispatch_1":"2024-02-21","dispatch_t":"12:25:00","hour":12,"dc_key":202418009238,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198554470000005,"point_y":39.950816379999999}},{"type":"Feature","id":312,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":312,"objectid":15520554,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"16:55:00","hour":16,"dc_key":202418019719,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":313,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":313,"objectid":13499430,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"11:14:00","hour":11,"dc_key":202418005421,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":314,"geometry":{"type":"Point","coordinates":[-75.198619550351907,39.947711849822042]},"properties":{"OBJECTID_1":314,"objectid":15575842,"dc_dist":"18","psa":"3","dispatch_d":1713657600000,"dispatch_1":"2024-04-21","dispatch_t":"16:55:00","hour":16,"dc_key":202418020297,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198619550000004,"point_y":39.947711849999997}},{"type":"Feature","id":315,"geometry":{"type":"Point","coordinates":[-75.199869830128534,39.954352360173345]},"properties":{"OBJECTID_1":315,"objectid":16162926,"dc_dist":"18","psa":"3","dispatch_d":1715126400000,"dispatch_1":"2024-05-08","dispatch_t":"10:43:00","hour":10,"dc_key":202418023428,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199869829999997,"point_y":39.954352360000001}},{"type":"Feature","id":316,"geometry":{"type":"Point","coordinates":[-75.202530960035745,39.951742399891884]},"properties":{"OBJECTID_1":316,"objectid":22454023,"dc_dist":"18","psa":"3","dispatch_d":1731369600000,"dispatch_1":"2024-11-12","dispatch_t":"12:22:00","hour":12,"dc_key":202418058670,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202530960000004,"point_y":39.951742400000001}},{"type":"Feature","id":317,"geometry":{"type":"Point","coordinates":[-75.1952419395638,39.949683959647075]},"properties":{"OBJECTID_1":317,"objectid":13874652,"dc_dist":"18","psa":"3","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"17:58:00","hour":17,"dc_key":202418008249,"location_b":"3400 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195241940000003,"point_y":39.949683960000002}},{"type":"Feature","id":318,"geometry":{"type":"Point","coordinates":[-75.199935039970057,39.955302570357389]},"properties":{"OBJECTID_1":318,"objectid":19547302,"dc_dist":"18","psa":"3","dispatch_d":1723766400000,"dispatch_1":"2024-08-16","dispatch_t":"10:37:00","hour":10,"dc_key":202418041617,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19993504,"point_y":39.955302570000001}},{"type":"Feature","id":319,"geometry":{"type":"Point","coordinates":[-75.206631349657016,39.955940859682983]},"properties":{"OBJECTID_1":319,"objectid":15793265,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"08:28:00","hour":8,"dc_key":202418021578,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.206631349999995,"point_y":39.955940859999998}},{"type":"Feature","id":320,"geometry":{"type":"Point","coordinates":[-75.194561490020703,39.953909689580541]},"properties":{"OBJECTID_1":320,"objectid":15272368,"dc_dist":"18","psa":"3","dispatch_d":1712620800000,"dispatch_1":"2024-04-08","dispatch_t":"22:23:00","hour":22,"dc_key":202418017876,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194561489999998,"point_y":39.953909699999997}},{"type":"Feature","id":321,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":321,"objectid":15354524,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-30","dispatch_t":"10:02:00","hour":10,"dc_key":202418016312,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":322,"geometry":{"type":"Point","coordinates":[-75.19059497977446,39.955313569965313]},"properties":{"OBJECTID_1":322,"objectid":14135309,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-27","dispatch_t":"10:31:00","hour":10,"dc_key":202418010353,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.19059498,"point_y":39.955313570000001}},{"type":"Feature","id":323,"geometry":{"type":"Point","coordinates":[-75.208458440204822,39.955089580319907]},"properties":{"OBJECTID_1":323,"objectid":15354302,"dc_dist":"18","psa":"3","dispatch_d":1712361600000,"dispatch_1":"2024-04-06","dispatch_t":"12:52:00","hour":12,"dc_key":202418017483,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208458440000001,"point_y":39.955089579999999}},{"type":"Feature","id":324,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":324,"objectid":13111469,"dc_dist":"16","psa":"1","dispatch_d":1706745600000,"dispatch_1":"2024-01-31","dispatch_t":"19:38:00","hour":19,"dc_key":202416003370,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":325,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":325,"objectid":15613970,"dc_dist":"18","psa":"3","dispatch_d":1713225600000,"dispatch_1":"2024-04-16","dispatch_t":"17:53:00","hour":17,"dc_key":202418019360,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":326,"geometry":{"type":"Point","coordinates":[-75.203814330367038,39.950486199878299]},"properties":{"OBJECTID_1":326,"objectid":14342375,"dc_dist":"18","psa":"3","dispatch_d":1710115200000,"dispatch_1":"2024-03-11","dispatch_t":"08:46:00","hour":8,"dc_key":202418012790,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.20381433,"point_y":39.9504862}},{"type":"Feature","id":327,"geometry":{"type":"Point","coordinates":[-75.207688230227632,39.950855250169695]},"properties":{"OBJECTID_1":327,"objectid":12902093,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-22","dispatch_t":"22:32:00","hour":22,"dc_key":202418003749,"location_b":"4200 BLOCK PINE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.207688230000002,"point_y":39.950855249999996}},{"type":"Feature","id":328,"geometry":{"type":"Point","coordinates":[-75.201602220266238,39.955135499703601]},"properties":{"OBJECTID_1":328,"objectid":15613030,"dc_dist":"18","psa":"3","dispatch_d":1713571200000,"dispatch_1":"2024-04-20","dispatch_t":"03:21:00","hour":3,"dc_key":202418020041,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201602219999998,"point_y":39.955135499999997}},{"type":"Feature","id":329,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":329,"objectid":16752914,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-30","dispatch_t":"00:44:00","hour":0,"dc_key":202418027516,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":330,"geometry":{"type":"Point","coordinates":[-75.195211250199009,39.951232350292798]},"properties":{"OBJECTID_1":330,"objectid":13458449,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-08","dispatch_t":"17:50:00","hour":17,"dc_key":202418006878,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.19521125,"point_y":39.951232349999998}},{"type":"Feature","id":331,"geometry":{"type":"Point","coordinates":[-75.204519889880999,39.956141879743996]},"properties":{"OBJECTID_1":331,"objectid":18502532,"dc_dist":"18","psa":"3","dispatch_d":1717804800000,"dispatch_1":"2024-06-08","dispatch_t":"01:05:00","hour":1,"dc_key":202418029245,"location_b":"4100 BLOCK CHESTNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.20451989,"point_y":39.956141879999997}},{"type":"Feature","id":332,"geometry":{"type":"Point","coordinates":[-75.203933239627247,39.955547470139663]},"properties":{"OBJECTID_1":332,"objectid":20555323,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-29","dispatch_t":"20:39:00","hour":20,"dc_key":202418044017,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203933239999998,"point_y":39.955547469999999}},{"type":"Feature","id":333,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":333,"objectid":18502016,"dc_dist":"16","psa":"1","dispatch_d":1720051200000,"dispatch_1":"2024-07-03","dispatch_t":"23:00:00","hour":23,"dc_key":202416025629,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":334,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":334,"objectid":16929321,"dc_dist":"16","psa":"1","dispatch_d":1715385600000,"dispatch_1":"2024-05-11","dispatch_t":"02:19:00","hour":2,"dc_key":202416016570,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":335,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":335,"objectid":16929323,"dc_dist":"16","psa":"1","dispatch_d":1716076800000,"dispatch_1":"2024-05-19","dispatch_t":"12:53:00","hour":12,"dc_key":202416017864,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":336,"geometry":{"type":"Point","coordinates":[-75.188680149569223,39.953512629904026]},"properties":{"OBJECTID_1":336,"objectid":13111237,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-01-31","dispatch_t":"20:48:00","hour":20,"dc_key":202418005329,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188680149999996,"point_y":39.953512629999999}},{"type":"Feature","id":337,"geometry":{"type":"Point","coordinates":[-75.200723849725819,39.952101410152011]},"properties":{"OBJECTID_1":337,"objectid":14532258,"dc_dist":"18","psa":"3","dispatch_d":1710460800000,"dispatch_1":"2024-03-15","dispatch_t":"04:58:00","hour":4,"dc_key":202418013585,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.200723850000003,"point_y":39.952101409999997}},{"type":"Feature","id":338,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":338,"objectid":17419718,"dc_dist":"16","psa":"1","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"16:49:00","hour":16,"dc_key":202416021781,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":339,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":339,"objectid":15272710,"dc_dist":"16","psa":"1","dispatch_d":1712102400000,"dispatch_1":"2024-04-03","dispatch_t":"14:13:00","hour":14,"dc_key":202416010774,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":340,"geometry":{"type":"Point","coordinates":[-75.199941249788822,39.955342760160306]},"properties":{"OBJECTID_1":340,"objectid":15272961,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-21","dispatch_t":"13:36:00","hour":13,"dc_key":202418014727,"location_b":"S 39TH ST & CHESTNUT ST","ucr_genera":"2100","text_gener":"DRIVING UNDER THE INFLUENCE","point_x":-75.199941249999995,"point_y":39.955342760000001}},{"type":"Feature","id":341,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":341,"objectid":16929779,"dc_dist":"18","psa":"3","dispatch_d":1717459200000,"dispatch_1":"2024-06-04","dispatch_t":"11:17:00","hour":11,"dc_key":202418028434,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":342,"geometry":{"type":"Point","coordinates":[-75.192588780347876,39.950455069845646]},"properties":{"OBJECTID_1":342,"objectid":13457858,"dc_dist":"18","psa":"3","dispatch_d":1706054400000,"dispatch_1":"2024-01-24","dispatch_t":"11:59:00","hour":11,"dc_key":202418003986,"location_b":"S 34TH ST & SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192588779999994,"point_y":39.950455069999997}},{"type":"Feature","id":343,"geometry":{"type":"Point","coordinates":[-75.199623149688591,39.956861750169708]},"properties":{"OBJECTID_1":343,"objectid":15794492,"dc_dist":"16","psa":"1","dispatch_d":1713052800000,"dispatch_1":"2024-04-13","dispatch_t":"20:08:00","hour":20,"dc_key":202416012408,"location_b":"N 39TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199623149999994,"point_y":39.956861750000002}},{"type":"Feature","id":344,"geometry":{"type":"Point","coordinates":[-75.201086950102649,39.955901199580751]},"properties":{"OBJECTID_1":344,"objectid":16929978,"dc_dist":"18","psa":"3","dispatch_d":1715817600000,"dispatch_1":"2024-05-16","dispatch_t":"12:27:00","hour":12,"dc_key":202418024936,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201086950000004,"point_y":39.9559012}},{"type":"Feature","id":345,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":345,"objectid":14532022,"dc_dist":"16","psa":"1","dispatch_d":1708128000000,"dispatch_1":"2024-02-17","dispatch_t":"07:17:00","hour":7,"dc_key":202416005426,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":346,"geometry":{"type":"Point","coordinates":[-75.187276080326797,39.951267240390905]},"properties":{"OBJECTID_1":346,"objectid":13112049,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"13:25:00","hour":13,"dc_key":202418001822,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.187276080000004,"point_y":39.95126724}},{"type":"Feature","id":347,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":347,"objectid":15939585,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"12:46:00","hour":12,"dc_key":202418022006,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":348,"geometry":{"type":"Point","coordinates":[-75.199154149644244,39.951292550011203]},"properties":{"OBJECTID_1":348,"objectid":13113149,"dc_dist":"18","psa":"3","dispatch_d":1704585600000,"dispatch_1":"2024-01-07","dispatch_t":"17:27:00","hour":17,"dc_key":202418001140,"location_b":"200 BLOCK S 38TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199154149999998,"point_y":39.951292549999998}},{"type":"Feature","id":349,"geometry":{"type":"Point","coordinates":[-75.197854540254809,39.956659050175062]},"properties":{"OBJECTID_1":349,"objectid":13111746,"dc_dist":"16","psa":"1","dispatch_d":1705622400000,"dispatch_1":"2024-01-19","dispatch_t":"09:54:00","hour":9,"dc_key":202416001943,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.197854539999994,"point_y":39.956659049999999}},{"type":"Feature","id":350,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":350,"objectid":15581719,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"19:23:00","hour":19,"dc_key":202418019764,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":351,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":351,"objectid":14844810,"dc_dist":"16","psa":"1","dispatch_d":1711238400000,"dispatch_1":"2024-03-24","dispatch_t":"19:10:00","hour":19,"dc_key":202416009595,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":352,"geometry":{"type":"Point","coordinates":[-75.198621330110257,39.947719920338102]},"properties":{"OBJECTID_1":352,"objectid":13596961,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-11","dispatch_t":"20:31:00","hour":20,"dc_key":202418007518,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198621329999995,"point_y":39.947719919999997}},{"type":"Feature","id":353,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":353,"objectid":13335251,"dc_dist":"18","psa":"3","dispatch_d":1707350400000,"dispatch_1":"2024-02-07","dispatch_t":"21:08:00","hour":21,"dc_key":202418006696,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":354,"geometry":{"type":"Point","coordinates":[-75.196847240207944,39.954571509667517]},"properties":{"OBJECTID_1":354,"objectid":21760571,"dc_dist":"18","psa":"3","dispatch_d":1728259200000,"dispatch_1":"2024-10-07","dispatch_t":"16:05:00","hour":16,"dc_key":202418051483,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.196847239999997,"point_y":39.954571510000001}},{"type":"Feature","id":355,"geometry":{"type":"Point","coordinates":[-75.191688940292295,39.952459879919559]},"properties":{"OBJECTID_1":355,"objectid":23495454,"dc_dist":"18","psa":"3","dispatch_d":1731024000000,"dispatch_1":"2024-11-08","dispatch_t":"17:31:00","hour":17,"dc_key":202418058089,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191688940000006,"point_y":39.952459879999999}},{"type":"Feature","id":356,"geometry":{"type":"Point","coordinates":[-75.203807500016069,39.956131110362492]},"properties":{"OBJECTID_1":356,"objectid":19174022,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"18:01:00","hour":18,"dc_key":202418036121,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203807499999996,"point_y":39.956131110000001}},{"type":"Feature","id":357,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":357,"objectid":15795032,"dc_dist":"16","psa":"1","dispatch_d":1712534400000,"dispatch_1":"2024-04-08","dispatch_t":"08:56:00","hour":8,"dc_key":202416011473,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":358,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":358,"objectid":18467585,"dc_dist":"16","psa":"1","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"19:49:00","hour":19,"dc_key":202416027876,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":359,"geometry":{"type":"Point","coordinates":[-75.19920600005679,39.951257999856864]},"properties":{"OBJECTID_1":359,"objectid":14882921,"dc_dist":"18","psa":"3","dispatch_d":1711411200000,"dispatch_1":"2024-03-26","dispatch_t":"11:02:00","hour":11,"dc_key":202418015552,"location_b":"S 38TH ST & UNIVERSITY AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199206000000004,"point_y":39.951258000000003}},{"type":"Feature","id":360,"geometry":{"type":"Point","coordinates":[-75.196966219615319,39.950345750056385]},"properties":{"OBJECTID_1":360,"objectid":12932959,"dc_dist":"18","psa":"3","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"12:28:00","hour":12,"dc_key":202418003493,"location_b":"3600 BLOCK Spruce St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.196966230000001,"point_y":39.950345749999997}},{"type":"Feature","id":361,"geometry":{"type":"Point","coordinates":[-75.196780829771456,39.952217320173247]},"properties":{"OBJECTID_1":361,"objectid":15668797,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-25","dispatch_t":"20:05:00","hour":20,"dc_key":202418021023,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196780829999994,"point_y":39.952217320000003}},{"type":"Feature","id":362,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":362,"objectid":17441602,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"10:04:00","hour":10,"dc_key":202418029611,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":363,"geometry":{"type":"Point","coordinates":[-75.200411439636184,39.954093629717306]},"properties":{"OBJECTID_1":363,"objectid":19031208,"dc_dist":"18","psa":"3","dispatch_d":1722211200000,"dispatch_1":"2024-07-29","dispatch_t":"08:49:00","hour":8,"dc_key":202418038578,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.200411439999996,"point_y":39.954093630000003}},{"type":"Feature","id":364,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":364,"objectid":21552897,"dc_dist":"18","psa":"3","dispatch_d":1728345600000,"dispatch_1":"2024-10-08","dispatch_t":"15:07:00","hour":15,"dc_key":202418051681,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":365,"geometry":{"type":"Point","coordinates":[-75.201037429833491,39.951165599912542]},"properties":{"OBJECTID_1":365,"objectid":21279704,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"11:13:00","hour":11,"dc_key":202418050027,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20103743,"point_y":39.951165600000003}},{"type":"Feature","id":366,"geometry":{"type":"Point","coordinates":[-75.189668140272431,39.954822729885109]},"properties":{"OBJECTID_1":366,"objectid":14286608,"dc_dist":"18","psa":"3","dispatch_d":1709424000000,"dispatch_1":"2024-03-02","dispatch_t":"21:53:00","hour":21,"dc_key":202418011307,"location_b":"3300 BLOCK LUDLOW ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.189668139999995,"point_y":39.954822729999997}},{"type":"Feature","id":367,"geometry":{"type":"Point","coordinates":[-75.207871719803961,39.952294769787841]},"properties":{"OBJECTID_1":367,"objectid":22137521,"dc_dist":"18","psa":"3","dispatch_d":1730246400000,"dispatch_1":"2024-10-30","dispatch_t":"08:59:00","hour":8,"dc_key":202418056288,"location_b":"300 BLOCK Saint Marks St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20787172,"point_y":39.952294770000002}},{"type":"Feature","id":368,"geometry":{"type":"Point","coordinates":[-75.204109260334064,39.955570749990159]},"properties":{"OBJECTID_1":368,"objectid":18007176,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-03","dispatch_t":"14:14:00","hour":14,"dc_key":202418034097,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204109259999996,"point_y":39.95557075}},{"type":"Feature","id":369,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":369,"objectid":16178876,"dc_dist":"18","psa":"3","dispatch_d":1714176000000,"dispatch_1":"2024-04-27","dispatch_t":"14:59:00","hour":14,"dc_key":202418021307,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":370,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":370,"objectid":17128931,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"12:24:00","hour":12,"dc_key":202418027782,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":371,"geometry":{"type":"Point","coordinates":[-75.199205679898171,39.951258349693148]},"properties":{"OBJECTID_1":371,"objectid":21723420,"dc_dist":"18","psa":"3","dispatch_d":1729555200000,"dispatch_1":"2024-10-22","dispatch_t":"16:07:00","hour":16,"dc_key":202418054698,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199205680000006,"point_y":39.951258359999997}},{"type":"Feature","id":372,"geometry":{"type":"Point","coordinates":[-75.202278290110939,39.956751049921081]},"properties":{"OBJECTID_1":372,"objectid":23263603,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-13","dispatch_t":"20:36:00","hour":20,"dc_key":202418059050,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202278300000003,"point_y":39.956751050000001}},{"type":"Feature","id":373,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":373,"objectid":22001748,"dc_dist":"18","psa":"3","dispatch_d":1729382400000,"dispatch_1":"2024-10-19","dispatch_t":"23:56:00","hour":23,"dc_key":202418054242,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":374,"geometry":{"type":"Point","coordinates":[-75.205161719837463,39.956062250172749]},"properties":{"OBJECTID_1":374,"objectid":13856538,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-22","dispatch_t":"09:12:00","hour":9,"dc_key":202418009414,"location_b":"4100 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.20516173,"point_y":39.956062250000002}},{"type":"Feature","id":375,"geometry":{"type":"Point","coordinates":[-75.199154149644244,39.951292550011203]},"properties":{"OBJECTID_1":375,"objectid":13514662,"dc_dist":"18","psa":"3","dispatch_d":1707782400000,"dispatch_1":"2024-02-12","dispatch_t":"19:54:00","hour":19,"dc_key":202418007691,"location_b":"200 BLOCK S 38TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199154149999998,"point_y":39.951292549999998}},{"type":"Feature","id":376,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":376,"objectid":15389073,"dc_dist":"18","psa":"3","dispatch_d":1712102400000,"dispatch_1":"2024-04-03","dispatch_t":"17:48:00","hour":17,"dc_key":202418016962,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":377,"geometry":{"type":"Point","coordinates":[-75.201730520247281,39.955889940068744]},"properties":{"OBJECTID_1":377,"objectid":18006276,"dc_dist":"18","psa":"3","dispatch_d":1719792000000,"dispatch_1":"2024-07-01","dispatch_t":"18:16:00","hour":18,"dc_key":202418033716,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201730519999998,"point_y":39.955889939999999}},{"type":"Feature","id":378,"geometry":{"type":"Point","coordinates":[-75.203589810121628,39.951382439947679]},"properties":{"OBJECTID_1":378,"objectid":13116409,"dc_dist":"18","psa":"3","dispatch_d":1704412800000,"dispatch_1":"2024-01-05","dispatch_t":"11:27:00","hour":11,"dc_key":202418000773,"location_b":"300 BLOCK S 40TH ST 2","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.203589809999997,"point_y":39.951382440000003}},{"type":"Feature","id":379,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":379,"objectid":21354420,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-09","dispatch_t":"20:40:00","hour":20,"dc_key":202418046146,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":380,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":380,"objectid":15434767,"dc_dist":"18","psa":"3","dispatch_d":1708300800000,"dispatch_1":"2024-02-19","dispatch_t":"11:38:00","hour":11,"dc_key":202418008828,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":381,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":381,"objectid":18535975,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-27","dispatch_t":"05:43:00","hour":5,"dc_key":202418032857,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":382,"geometry":{"type":"Point","coordinates":[-75.191981870167126,39.948266659578735]},"properties":{"OBJECTID_1":382,"objectid":19176453,"dc_dist":"18","psa":"3","dispatch_d":1722211200000,"dispatch_1":"2024-07-29","dispatch_t":"10:29:00","hour":10,"dc_key":202418038588,"location_b":"3100 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191981870000006,"point_y":39.948266660000002}},{"type":"Feature","id":383,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":383,"objectid":13881073,"dc_dist":"18","psa":"3","dispatch_d":1707264000000,"dispatch_1":"2024-02-07","dispatch_t":"14:24:00","hour":14,"dc_key":202418006592,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":384,"geometry":{"type":"Point","coordinates":[-75.208587259994033,39.951618440039056]},"properties":{"OBJECTID_1":384,"objectid":15358118,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"09:50:00","hour":9,"dc_key":202418013385,"location_b":"4200 BLOCK PINE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.208587260000002,"point_y":39.951618439999997}},{"type":"Feature","id":385,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":385,"objectid":20382410,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"13:32:00","hour":13,"dc_key":202418042556,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":386,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":386,"objectid":20382408,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"18:15:00","hour":18,"dc_key":202418044191,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":387,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":387,"objectid":18712420,"dc_dist":"18","psa":"3","dispatch_d":1721952000000,"dispatch_1":"2024-07-25","dispatch_t":"21:57:00","hour":21,"dc_key":202418037978,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":388,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":388,"objectid":18712421,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"01:07:00","hour":1,"dc_key":202418035614,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":389,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":389,"objectid":18712422,"dc_dist":"18","psa":"3","dispatch_d":1721088000000,"dispatch_1":"2024-07-15","dispatch_t":"22:35:00","hour":22,"dc_key":202418036172,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":390,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":390,"objectid":18007230,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"16:08:00","hour":16,"dc_key":202418029671,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":391,"geometry":{"type":"Point","coordinates":[-75.194154000007075,39.956181000253025]},"properties":{"OBJECTID_1":391,"objectid":15279450,"dc_dist":"16","psa":"1","dispatch_d":1711411200000,"dispatch_1":"2024-03-25","dispatch_t":"23:09:00","hour":23,"dc_key":202416009740,"location_b":"N 36TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194153999999997,"point_y":39.956181000000001}},{"type":"Feature","id":392,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":392,"objectid":18504232,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-26","dispatch_t":"21:38:00","hour":21,"dc_key":202418032811,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":393,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":393,"objectid":20556584,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"16:24:00","hour":16,"dc_key":202418041880,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":394,"geometry":{"type":"Point","coordinates":[-75.193245979718142,39.954083940421583]},"properties":{"OBJECTID_1":394,"objectid":19203090,"dc_dist":"18","psa":"3","dispatch_d":1722902400000,"dispatch_1":"2024-08-06","dispatch_t":"08:09:00","hour":8,"dc_key":202418039894,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.19324598,"point_y":39.954083939999997}},{"type":"Feature","id":395,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":395,"objectid":15584590,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"15:31:00","hour":15,"dc_key":202418018660,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":396,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":396,"objectid":18712427,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"03:24:00","hour":3,"dc_key":202418036031,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":397,"geometry":{"type":"Point","coordinates":[-75.208429480236305,39.951599430169608]},"properties":{"OBJECTID_1":397,"objectid":16178949,"dc_dist":"18","psa":"3","dispatch_d":1713484800000,"dispatch_1":"2024-04-19","dispatch_t":"17:29:00","hour":17,"dc_key":202418019941,"location_b":"4200 BLOCK Pine St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208429480000007,"point_y":39.951599430000002}},{"type":"Feature","id":398,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":398,"objectid":14136648,"dc_dist":"16","psa":"1","dispatch_d":1709424000000,"dispatch_1":"2024-03-03","dispatch_t":"08:12:00","hour":8,"dc_key":202416007042,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":399,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":399,"objectid":14222959,"dc_dist":"16","psa":"1","dispatch_d":1708300800000,"dispatch_1":"2024-02-18","dispatch_t":"22:52:00","hour":22,"dc_key":202416005611,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":400,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":400,"objectid":14675407,"dc_dist":"18","psa":"3","dispatch_d":1710806400000,"dispatch_1":"2024-03-19","dispatch_t":"10:22:00","hour":10,"dc_key":202418014297,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":401,"geometry":{"type":"Point","coordinates":[-75.187127419694605,39.955290510448776]},"properties":{"OBJECTID_1":401,"objectid":17946563,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"09:59:00","hour":9,"dc_key":202418030530,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.187127419999996,"point_y":39.955290509999998}},{"type":"Feature","id":402,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":402,"objectid":17600834,"dc_dist":"18","psa":"3","dispatch_d":1717545600000,"dispatch_1":"2024-06-04","dispatch_t":"21:29:00","hour":21,"dc_key":202418028542,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":403,"geometry":{"type":"Point","coordinates":[-75.187325040318342,39.953793939638672]},"properties":{"OBJECTID_1":403,"objectid":17727300,"dc_dist":"18","psa":"3","dispatch_d":1717632000000,"dispatch_1":"2024-06-06","dispatch_t":"14:31:00","hour":14,"dc_key":202418028862,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187325040000005,"point_y":39.953793939999997}},{"type":"Feature","id":404,"geometry":{"type":"Point","coordinates":[-75.19785275959714,39.956650979659059]},"properties":{"OBJECTID_1":404,"objectid":18536021,"dc_dist":"16","psa":"1","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"17:35:00","hour":17,"dc_key":202416026863,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197852760000004,"point_y":39.956650979999999}},{"type":"Feature","id":405,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":405,"objectid":16436589,"dc_dist":"16","psa":"1","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"13:31:00","hour":13,"dc_key":202416017227,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":406,"geometry":{"type":"Point","coordinates":[-75.204383170446931,39.952940259985041]},"properties":{"OBJECTID_1":406,"objectid":13117051,"dc_dist":"18","psa":"3","dispatch_d":1704585600000,"dispatch_1":"2024-01-07","dispatch_t":"16:38:00","hour":16,"dc_key":202418001130,"location_b":"4000 BLOCK LOCUST ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.20438317,"point_y":39.952940259999998}},{"type":"Feature","id":407,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":407,"objectid":17130896,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"08:16:00","hour":8,"dc_key":202418027755,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":408,"geometry":{"type":"Point","coordinates":[-75.203392520448404,39.957378300068569]},"properties":{"OBJECTID_1":408,"objectid":22277777,"dc_dist":"16","psa":"1","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"17:03:00","hour":17,"dc_key":202416037298,"location_b":"0 BLOCK N PRESTON ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203392519999994,"point_y":39.957378300000002}},{"type":"Feature","id":409,"geometry":{"type":"Point","coordinates":[-75.20738102991055,39.956327499814336]},"properties":{"OBJECTID_1":409,"objectid":15389755,"dc_dist":"18","psa":"3","dispatch_d":1712102400000,"dispatch_1":"2024-04-03","dispatch_t":"19:43:00","hour":19,"dc_key":202418016985,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207381029999993,"point_y":39.9563275}},{"type":"Feature","id":410,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":410,"objectid":20004977,"dc_dist":"18","psa":"3","dispatch_d":1724716800000,"dispatch_1":"2024-08-27","dispatch_t":"12:09:00","hour":12,"dc_key":202418043459,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":411,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":411,"objectid":14677620,"dc_dist":"18","psa":"3","dispatch_d":1709164800000,"dispatch_1":"2024-02-29","dispatch_t":"10:42:00","hour":10,"dc_key":202418010812,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":412,"geometry":{"type":"Point","coordinates":[-75.190710000366209,39.952641999828472]},"properties":{"OBJECTID_1":412,"objectid":20909828,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-17","dispatch_t":"19:25:00","hour":19,"dc_key":202418047567,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190709999999996,"point_y":39.952641999999997}},{"type":"Feature","id":413,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":413,"objectid":20004986,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"12:41:00","hour":12,"dc_key":202418041848,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":414,"geometry":{"type":"Point","coordinates":[-75.19281436988723,39.953222290076667]},"properties":{"OBJECTID_1":414,"objectid":19896175,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"08:16:00","hour":8,"dc_key":202418043861,"location_b":"3400 BLOCK Walnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192814369999994,"point_y":39.953222289999999}},{"type":"Feature","id":415,"geometry":{"type":"Point","coordinates":[-75.188818619983294,39.95284761002921]},"properties":{"OBJECTID_1":415,"objectid":14677965,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-21","dispatch_t":"19:48:00","hour":19,"dc_key":202418014774,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188818620000006,"point_y":39.952847609999999}},{"type":"Feature","id":416,"geometry":{"type":"Point","coordinates":[-75.206522570360278,39.956753630076037]},"properties":{"OBJECTID_1":416,"objectid":17362530,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-16","dispatch_t":"12:36:00","hour":12,"dc_key":202418030878,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.206522570000004,"point_y":39.956753630000001}},{"type":"Feature","id":417,"geometry":{"type":"Point","coordinates":[-75.20804035977477,39.950671290247897]},"properties":{"OBJECTID_1":417,"objectid":13117139,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"08:08:00","hour":8,"dc_key":202418001770,"location_b":"4200 BLOCK OSAGE AV","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.208040359999998,"point_y":39.950671290000003}},{"type":"Feature","id":418,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":418,"objectid":15279306,"dc_dist":"16","psa":"1","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"11:45:00","hour":11,"dc_key":202416006303,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":419,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":419,"objectid":18007835,"dc_dist":"18","psa":"3","dispatch_d":1718064000000,"dispatch_1":"2024-06-11","dispatch_t":"13:24:00","hour":13,"dc_key":202418029869,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":420,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":420,"objectid":17446923,"dc_dist":"18","psa":"3","dispatch_d":1717545600000,"dispatch_1":"2024-06-05","dispatch_t":"18:43:00","hour":18,"dc_key":202418028690,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":421,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":421,"objectid":19202088,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"17:18:00","hour":17,"dc_key":202418036874,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":422,"geometry":{"type":"Point","coordinates":[-75.188680149569223,39.953512629904026]},"properties":{"OBJECTID_1":422,"objectid":19756996,"dc_dist":"18","psa":"3","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"06:38:00","hour":6,"dc_key":202418037250,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.188680149999996,"point_y":39.953512629999999}},{"type":"Feature","id":423,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":423,"objectid":15434676,"dc_dist":"16","psa":"1","dispatch_d":1712707200000,"dispatch_1":"2024-04-10","dispatch_t":"10:44:00","hour":10,"dc_key":202416011872,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":424,"geometry":{"type":"Point","coordinates":[-75.205746700050156,39.952460209970752]},"properties":{"OBJECTID_1":424,"objectid":19031054,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"16:49:00","hour":16,"dc_key":202418038998,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205746700000006,"point_y":39.952460209999998}},{"type":"Feature","id":425,"geometry":{"type":"Point","coordinates":[-75.194787329571568,39.953143260353215]},"properties":{"OBJECTID_1":425,"objectid":17547124,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"17:50:00","hour":17,"dc_key":202418030404,"location_b":"S 36TH ST & WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194787329999997,"point_y":39.953143259999997}},{"type":"Feature","id":426,"geometry":{"type":"Point","coordinates":[-75.205174699752547,39.953747479762455]},"properties":{"OBJECTID_1":426,"objectid":18609129,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"10:15:00","hour":10,"dc_key":202418033108,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205174700000001,"point_y":39.953747479999997}},{"type":"Feature","id":427,"geometry":{"type":"Point","coordinates":[-75.206402529752893,39.956167569777563]},"properties":{"OBJECTID_1":427,"objectid":19758770,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"14:07:00","hour":14,"dc_key":202418042555,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206402530000005,"point_y":39.956167569999998}},{"type":"Feature","id":428,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":428,"objectid":21355929,"dc_dist":"18","psa":"3","dispatch_d":1726790400000,"dispatch_1":"2024-09-20","dispatch_t":"17:00:00","hour":17,"dc_key":202418048219,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":429,"geometry":{"type":"Point","coordinates":[-75.204368439551786,39.951127310377103]},"properties":{"OBJECTID_1":429,"objectid":13857941,"dc_dist":"18","psa":"3","dispatch_d":1708041600000,"dispatch_1":"2024-02-16","dispatch_t":"17:21:00","hour":17,"dc_key":202418008405,"location_b":"4000 BLOCK PINE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204368439999996,"point_y":39.951127309999997}},{"type":"Feature","id":430,"geometry":{"type":"Point","coordinates":[-75.198649229778084,39.953625590148931]},"properties":{"OBJECTID_1":430,"objectid":16180669,"dc_dist":"18","psa":"3","dispatch_d":1715385600000,"dispatch_1":"2024-05-10","dispatch_t":"21:45:00","hour":21,"dc_key":202418023927,"location_b":"S 38TH ST & WALNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.198649230000001,"point_y":39.953625590000001}},{"type":"Feature","id":431,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":431,"objectid":19896967,"dc_dist":"18","psa":"3","dispatch_d":1724544000000,"dispatch_1":"2024-08-25","dispatch_t":"18:21:00","hour":18,"dc_key":202418043208,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":432,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":432,"objectid":18924318,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"05:47:00","hour":5,"dc_key":202418038897,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":433,"geometry":{"type":"Point","coordinates":[-75.19259913963856,39.953481249859863]},"properties":{"OBJECTID_1":433,"objectid":23128317,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-25","dispatch_t":"15:20:00","hour":15,"dc_key":202418055379,"location_b":"3400 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192599139999999,"point_y":39.953481250000003}},{"type":"Feature","id":434,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":434,"objectid":18037469,"dc_dist":"18","psa":"3","dispatch_d":1717718400000,"dispatch_1":"2024-06-07","dispatch_t":"16:41:00","hour":16,"dc_key":202418029126,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":435,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":435,"objectid":14432055,"dc_dist":"18","psa":"3","dispatch_d":1710028800000,"dispatch_1":"2024-03-10","dispatch_t":"17:44:00","hour":17,"dc_key":202418012708,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":436,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":436,"objectid":18610133,"dc_dist":"18","psa":"3","dispatch_d":1721520000000,"dispatch_1":"2024-07-21","dispatch_t":"14:39:00","hour":14,"dc_key":202418037154,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":437,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":437,"objectid":17702564,"dc_dist":"18","psa":"3","dispatch_d":1719100800000,"dispatch_1":"2024-06-22","dispatch_t":"22:03:00","hour":22,"dc_key":202418032104,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":438,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":438,"objectid":19204071,"dc_dist":"18","psa":"3","dispatch_d":1723161600000,"dispatch_1":"2024-08-09","dispatch_t":"11:31:00","hour":11,"dc_key":202418040429,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":439,"geometry":{"type":"Point","coordinates":[-75.208774280308774,39.95043359043791]},"properties":{"OBJECTID_1":439,"objectid":14946388,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-30","dispatch_t":"13:34:00","hour":13,"dc_key":202418016331,"location_b":"4200 BLOCK OSAGE AV","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20877428,"point_y":39.950433590000003}},{"type":"Feature","id":440,"geometry":{"type":"Point","coordinates":[-75.200096130132238,39.950752189661898]},"properties":{"OBJECTID_1":440,"objectid":16935250,"dc_dist":"18","psa":"3","dispatch_d":1716076800000,"dispatch_1":"2024-05-18","dispatch_t":"20:04:00","hour":20,"dc_key":202418025429,"location_b":"3800 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200096130000006,"point_y":39.950752190000003}},{"type":"Feature","id":441,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":441,"objectid":19442603,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"05:15:00","hour":5,"dc_key":202418041811,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":442,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":442,"objectid":19033628,"dc_dist":"18","psa":"3","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"17:37:00","hour":17,"dc_key":202418037917,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":443,"geometry":{"type":"Point","coordinates":[-75.192561830364127,39.950499380342194]},"properties":{"OBJECTID_1":443,"objectid":13009886,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-09","dispatch_t":"11:06:00","hour":11,"dc_key":202418001417,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192561830000002,"point_y":39.950499379999997}},{"type":"Feature","id":444,"geometry":{"type":"Point","coordinates":[-75.206855410348851,39.951422830299407]},"properties":{"OBJECTID_1":444,"objectid":19032722,"dc_dist":"18","psa":"3","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"17:27:00","hour":17,"dc_key":202418037908,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206855410000003,"point_y":39.951422829999998}},{"type":"Feature","id":445,"geometry":{"type":"Point","coordinates":[-75.205869659856887,39.951605720027999]},"properties":{"OBJECTID_1":445,"objectid":16959197,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-25","dispatch_t":"15:59:00","hour":15,"dc_key":202418026769,"location_b":"300 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.205869660000005,"point_y":39.951605720000003}},{"type":"Feature","id":446,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":446,"objectid":18009781,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"17:13:00","hour":17,"dc_key":202418029686,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":447,"geometry":{"type":"Point","coordinates":[-75.190088520268944,39.952240930074936]},"properties":{"OBJECTID_1":447,"objectid":16961556,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"15:12:00","hour":15,"dc_key":202418027801,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190088520000003,"point_y":39.952240930000002}},{"type":"Feature","id":448,"geometry":{"type":"Point","coordinates":[-75.20393503017749,39.955555529863886]},"properties":{"OBJECTID_1":448,"objectid":20173170,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-28","dispatch_t":"20:18:00","hour":20,"dc_key":202418043781,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203935029999997,"point_y":39.955555529999998}},{"type":"Feature","id":449,"geometry":{"type":"Point","coordinates":[-75.207689259951337,39.955539860076556]},"properties":{"OBJECTID_1":449,"objectid":15280408,"dc_dist":"18","psa":"3","dispatch_d":1712620800000,"dispatch_1":"2024-04-09","dispatch_t":"12:11:00","hour":12,"dc_key":202418017959,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.207689259999995,"point_y":39.955539860000002}},{"type":"Feature","id":450,"geometry":{"type":"Point","coordinates":[-75.204199920090218,39.956259879789684]},"properties":{"OBJECTID_1":450,"objectid":21725184,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"16:50:00","hour":16,"dc_key":202418046647,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204199919999994,"point_y":39.956259879999998}},{"type":"Feature","id":451,"geometry":{"type":"Point","coordinates":[-75.199489309883688,39.950340640108493]},"properties":{"OBJECTID_1":451,"objectid":13520415,"dc_dist":"18","psa":"3","dispatch_d":1707264000000,"dispatch_1":"2024-02-06","dispatch_t":"20:47:00","hour":20,"dc_key":202418006451,"location_b":"3700 BLOCK HAMILTON WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.199489310000004,"point_y":39.95034064}},{"type":"Feature","id":452,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":452,"objectid":18009788,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-03","dispatch_t":"16:45:00","hour":16,"dc_key":202418034136,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":453,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":453,"objectid":18536930,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"17:59:00","hour":17,"dc_key":202418036124,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":454,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":454,"objectid":18956673,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"16:25:00","hour":16,"dc_key":202418030591,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":455,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":455,"objectid":16590818,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"08:38:00","hour":8,"dc_key":202418023636,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":456,"geometry":{"type":"Point","coordinates":[-75.192742020327955,39.954866480104045]},"properties":{"OBJECTID_1":456,"objectid":18608539,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"16:25:00","hour":16,"dc_key":202418035324,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192742019999997,"point_y":39.95486648}},{"type":"Feature","id":457,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":457,"objectid":23788340,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-10","dispatch_t":"21:22:00","hour":21,"dc_key":202418058426,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":458,"geometry":{"type":"Point","coordinates":[-75.200537840249069,39.955008699791733]},"properties":{"OBJECTID_1":458,"objectid":20172828,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-03","dispatch_t":"12:24:00","hour":12,"dc_key":202418044790,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200537839999996,"point_y":39.9550087}},{"type":"Feature","id":459,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":459,"objectid":16590830,"dc_dist":"18","psa":"3","dispatch_d":1715558400000,"dispatch_1":"2024-05-13","dispatch_t":"17:11:00","hour":17,"dc_key":202418024316,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":460,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":460,"objectid":14539586,"dc_dist":"18","psa":"3","dispatch_d":1710720000000,"dispatch_1":"2024-03-18","dispatch_t":"16:57:00","hour":16,"dc_key":202418014184,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":461,"geometry":{"type":"Point","coordinates":[-75.184800129822122,39.954582459812741]},"properties":{"OBJECTID_1":461,"objectid":16589476,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-23","dispatch_t":"02:04:00","hour":2,"dc_key":202418026227,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.184800129999999,"point_y":39.954582459999997}},{"type":"Feature","id":462,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":462,"objectid":16181524,"dc_dist":"18","psa":"3","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"10:05:00","hour":10,"dc_key":202418021772,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":463,"geometry":{"type":"Point","coordinates":[-75.204308849573692,39.956649469697311]},"properties":{"OBJECTID_1":463,"objectid":19032768,"dc_dist":"18","psa":"3","dispatch_d":1722470400000,"dispatch_1":"2024-07-31","dispatch_t":"21:07:00","hour":21,"dc_key":202418039064,"location_b":"S 41ST ST & LUDLOW ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.204308850000004,"point_y":39.956649470000002}},{"type":"Feature","id":464,"geometry":{"type":"Point","coordinates":[-75.20148496036262,39.953338530149097]},"properties":{"OBJECTID_1":464,"objectid":20104251,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"12:32:00","hour":12,"dc_key":202418044125,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.201484960000002,"point_y":39.953338530000003}},{"type":"Feature","id":465,"geometry":{"type":"Point","coordinates":[-75.208073519577226,39.957903839590585]},"properties":{"OBJECTID_1":465,"objectid":13501964,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"01:08:00","hour":1,"dc_key":202418006971,"location_b":"4200 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.208073519999999,"point_y":39.95790384}},{"type":"Feature","id":466,"geometry":{"type":"Point","coordinates":[-75.202706829656449,39.950173959760491]},"properties":{"OBJECTID_1":466,"objectid":15610095,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"15:32:00","hour":15,"dc_key":202418018661,"location_b":"3900 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202706829999997,"point_y":39.950173960000001}},{"type":"Feature","id":467,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":467,"objectid":16827341,"dc_dist":"18","psa":"3","dispatch_d":1716336000000,"dispatch_1":"2024-05-21","dispatch_t":"20:00:00","hour":19,"dc_key":202418025949,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":468,"geometry":{"type":"Point","coordinates":[-75.189780110363756,39.954059920429017]},"properties":{"OBJECTID_1":468,"objectid":15576498,"dc_dist":"18","psa":"3","dispatch_d":1713139200000,"dispatch_1":"2024-04-15","dispatch_t":"13:51:00","hour":13,"dc_key":202418019156,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189780110000001,"point_y":39.954059919999999}},{"type":"Feature","id":469,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":469,"objectid":13265950,"dc_dist":"16","psa":"1","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"16:21:00","hour":16,"dc_key":202416003465,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":470,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":470,"objectid":13265952,"dc_dist":"16","psa":"1","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"08:32:00","hour":8,"dc_key":202416002340,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":471,"geometry":{"type":"Point","coordinates":[-75.202357030252699,39.956668820409789]},"properties":{"OBJECTID_1":471,"objectid":13105422,"dc_dist":"18","psa":"3","dispatch_d":1704240000000,"dispatch_1":"2024-01-03","dispatch_t":"09:37:00","hour":9,"dc_key":202418000392,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.202357030000002,"point_y":39.956668819999997}},{"type":"Feature","id":472,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":472,"objectid":15640205,"dc_dist":"18","psa":"3","dispatch_d":1711929600000,"dispatch_1":"2024-04-01","dispatch_t":"19:22:00","hour":19,"dc_key":202418016588,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":473,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":473,"objectid":13869424,"dc_dist":"18","psa":"3","dispatch_d":1707782400000,"dispatch_1":"2024-02-13","dispatch_t":"08:08:00","hour":8,"dc_key":202418007764,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":474,"geometry":{"type":"Point","coordinates":[-75.198554470012766,39.950816379672233]},"properties":{"OBJECTID_1":474,"objectid":13007143,"dc_dist":"18","psa":"3","dispatch_d":1705276800000,"dispatch_1":"2024-01-15","dispatch_t":"15:40:00","hour":15,"dc_key":202418002584,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198554470000005,"point_y":39.950816379999999}},{"type":"Feature","id":475,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":475,"objectid":18150515,"dc_dist":"16","psa":"1","dispatch_d":1717718400000,"dispatch_1":"2024-06-06","dispatch_t":"22:19:00","hour":22,"dc_key":202416021257,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":476,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":476,"objectid":18608724,"dc_dist":"16","psa":"1","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"13:24:00","hour":13,"dc_key":202416024051,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":477,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":477,"objectid":19550766,"dc_dist":"18","psa":"3","dispatch_d":1722729600000,"dispatch_1":"2024-08-04","dispatch_t":"16:42:00","hour":16,"dc_key":202418039638,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":478,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":478,"objectid":18713483,"dc_dist":"18","psa":"3","dispatch_d":1718150400000,"dispatch_1":"2024-06-12","dispatch_t":"17:14:00","hour":17,"dc_key":202418030155,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":479,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":479,"objectid":16685496,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-22","dispatch_t":"20:26:00","hour":20,"dc_key":202418026161,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":480,"geometry":{"type":"Point","coordinates":[-75.192286979560436,39.951602209974055]},"properties":{"OBJECTID_1":480,"objectid":14946271,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-29","dispatch_t":"23:56:00","hour":23,"dc_key":202418016275,"location_b":"3300 BLOCK SMITH WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.192286980000006,"point_y":39.951602209999997}},{"type":"Feature","id":481,"geometry":{"type":"Point","coordinates":[-75.183741580109768,39.953336469802309]},"properties":{"OBJECTID_1":481,"objectid":18473932,"dc_dist":"18","psa":"3","dispatch_d":1721260800000,"dispatch_1":"2024-07-18","dispatch_t":"19:42:00","hour":19,"dc_key":202418036692,"location_b":"S 30TH ST & CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183741580000003,"point_y":39.953336470000004}},{"type":"Feature","id":482,"geometry":{"type":"Point","coordinates":[-75.186237789642234,39.954762309832802]},"properties":{"OBJECTID_1":482,"objectid":13008632,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-18","dispatch_t":"14:26:00","hour":14,"dc_key":202418003029,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.186237790000007,"point_y":39.95476231}},{"type":"Feature","id":483,"geometry":{"type":"Point","coordinates":[-75.189666359614762,39.954814660268426]},"properties":{"OBJECTID_1":483,"objectid":15649628,"dc_dist":"18","psa":"3","dispatch_d":1713916800000,"dispatch_1":"2024-04-23","dispatch_t":"20:09:00","hour":20,"dc_key":202418020660,"location_b":"3300 BLOCK LUDLOW ST","ucr_genera":"2100","text_gener":"DRIVING UNDER THE INFLUENCE","point_x":-75.189666360000004,"point_y":39.954814659999997}},{"type":"Feature","id":484,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":484,"objectid":19178575,"dc_dist":"18","psa":"3","dispatch_d":1718668800000,"dispatch_1":"2024-06-18","dispatch_t":"03:19:00","hour":3,"dc_key":202418031169,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":485,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":485,"objectid":17764625,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-12","dispatch_t":"20:27:00","hour":20,"dc_key":202418030214,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":486,"geometry":{"type":"Point","coordinates":[-75.206715330148313,39.954835490365667]},"properties":{"OBJECTID_1":486,"objectid":22763050,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-07","dispatch_t":"12:21:00","hour":12,"dc_key":202418057832,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206715329999994,"point_y":39.954835490000001}},{"type":"Feature","id":487,"geometry":{"type":"Point","coordinates":[-75.208250489968123,39.956093310058293]},"properties":{"OBJECTID_1":487,"objectid":16490622,"dc_dist":"18","psa":"3","dispatch_d":1715644800000,"dispatch_1":"2024-05-14","dispatch_t":"14:34:00","hour":14,"dc_key":202418024488,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208250489999998,"point_y":39.95609331}},{"type":"Feature","id":488,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":488,"objectid":14229464,"dc_dist":"16","psa":"1","dispatch_d":1709424000000,"dispatch_1":"2024-03-03","dispatch_t":"14:25:00","hour":14,"dc_key":202416007066,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":489,"geometry":{"type":"Point","coordinates":[-75.205399899885435,39.950152049577468]},"properties":{"OBJECTID_1":489,"objectid":23264517,"dc_dist":"18","psa":"3","dispatch_d":1731715200000,"dispatch_1":"2024-11-16","dispatch_t":"13:39:00","hour":13,"dc_key":202418059535,"location_b":"4000 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205399900000003,"point_y":39.95015205}},{"type":"Feature","id":490,"geometry":{"type":"Point","coordinates":[-75.194286790303067,39.955427270352288]},"properties":{"OBJECTID_1":490,"objectid":22456933,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-26","dispatch_t":"08:57:00","hour":8,"dc_key":202418055568,"location_b":"0 BLOCK S 36TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.194286790000007,"point_y":39.955427270000001}},{"type":"Feature","id":491,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":491,"objectid":16688717,"dc_dist":"18","psa":"3","dispatch_d":1716681600000,"dispatch_1":"2024-05-25","dispatch_t":"20:15:00","hour":20,"dc_key":202418026807,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":492,"geometry":{"type":"Point","coordinates":[-75.202668239747425,39.953652850398782]},"properties":{"OBJECTID_1":492,"objectid":22456529,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-11","dispatch_t":"12:46:00","hour":12,"dc_key":202418058508,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202668239999994,"point_y":39.953652849999997}},{"type":"Feature","id":493,"geometry":{"type":"Point","coordinates":[-75.198148640147565,39.94816610008553]},"properties":{"OBJECTID_1":493,"objectid":15592362,"dc_dist":"18","psa":"3","dispatch_d":1713484800000,"dispatch_1":"2024-04-19","dispatch_t":"19:40:00","hour":19,"dc_key":202418019982,"location_b":"400 BLOCK UNIVERSITY AV","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.198148639999999,"point_y":39.948166100000002}},{"type":"Feature","id":494,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":494,"objectid":12983272,"dc_dist":"16","psa":"1","dispatch_d":1704585600000,"dispatch_1":"2024-01-07","dispatch_t":"08:18:00","hour":8,"dc_key":202416000682,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":495,"geometry":{"type":"Point","coordinates":[-75.204311439621222,39.952180160186288]},"properties":{"OBJECTID_1":495,"objectid":14001241,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-21","dispatch_t":"19:39:00","hour":19,"dc_key":202418009309,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204311439999998,"point_y":39.952180159999997}},{"type":"Feature","id":496,"geometry":{"type":"Point","coordinates":[-75.207174339624032,39.951124460425547]},"properties":{"OBJECTID_1":496,"objectid":12987364,"dc_dist":"18","psa":"3","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"15:56:00","hour":15,"dc_key":202418003515,"location_b":"400 BLOCK S 42nd St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207174339999995,"point_y":39.951124460000003}},{"type":"Feature","id":497,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":497,"objectid":15889708,"dc_dist":"18","psa":"3","dispatch_d":1714003200000,"dispatch_1":"2024-04-25","dispatch_t":"11:35:00","hour":11,"dc_key":202418020938,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":498,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":498,"objectid":14961257,"dc_dist":"18","psa":"3","dispatch_d":1710892800000,"dispatch_1":"2024-03-20","dispatch_t":"18:36:00","hour":18,"dc_key":202418014574,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":499,"geometry":{"type":"Point","coordinates":[-75.20671711979918,39.954843550089834]},"properties":{"OBJECTID_1":499,"objectid":20106325,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-03","dispatch_t":"11:59:00","hour":11,"dc_key":202418044776,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206717119999993,"point_y":39.95484355}},{"type":"Feature","id":500,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":500,"objectid":17791965,"dc_dist":"18","psa":"3","dispatch_d":1717891200000,"dispatch_1":"2024-06-09","dispatch_t":"16:01:00","hour":16,"dc_key":202418029494,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":501,"geometry":{"type":"Point","coordinates":[-75.195639900361073,39.949723900337801]},"properties":{"OBJECTID_1":501,"objectid":16185153,"dc_dist":"18","psa":"3","dispatch_d":1715040000000,"dispatch_1":"2024-05-07","dispatch_t":"14:00:00","hour":14,"dc_key":202418023204,"location_b":"3600 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195639900000003,"point_y":39.949723900000002}},{"type":"Feature","id":502,"geometry":{"type":"Point","coordinates":[-75.193794479831354,39.951512370399655]},"properties":{"OBJECTID_1":502,"objectid":13036063,"dc_dist":"18","psa":"3","dispatch_d":1704240000000,"dispatch_1":"2024-01-03","dispatch_t":"15:40:00","hour":15,"dc_key":202418000441,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193794479999994,"point_y":39.951512370000003}},{"type":"Feature","id":503,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":503,"objectid":16490865,"dc_dist":"18","psa":"3","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"17:41:00","hour":17,"dc_key":202418024815,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":504,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":504,"objectid":17136264,"dc_dist":"18","psa":"3","dispatch_d":1717545600000,"dispatch_1":"2024-06-05","dispatch_t":"16:26:00","hour":16,"dc_key":202418028655,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":505,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":505,"objectid":15729832,"dc_dist":"18","psa":"3","dispatch_d":1713139200000,"dispatch_1":"2024-04-15","dispatch_t":"14:16:00","hour":14,"dc_key":202418019158,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":506,"geometry":{"type":"Point","coordinates":[-75.206524360011144,39.95676169969272]},"properties":{"OBJECTID_1":506,"objectid":13037964,"dc_dist":"18","psa":"3","dispatch_d":1704240000000,"dispatch_1":"2024-01-03","dispatch_t":"17:51:00","hour":17,"dc_key":202418000457,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206524360000003,"point_y":39.956761700000001}},{"type":"Feature","id":507,"geometry":{"type":"Point","coordinates":[-75.199136780138247,39.952534070391096]},"properties":{"OBJECTID_1":507,"objectid":13039472,"dc_dist":"18","psa":"3","dispatch_d":1705449600000,"dispatch_1":"2024-01-17","dispatch_t":"16:30:00","hour":16,"dc_key":202418002862,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199136780000003,"point_y":39.952534069999999}},{"type":"Feature","id":508,"geometry":{"type":"Point","coordinates":[-75.198554470012766,39.950816379672233]},"properties":{"OBJECTID_1":508,"objectid":13038002,"dc_dist":"18","psa":"3","dispatch_d":1705190400000,"dispatch_1":"2024-01-14","dispatch_t":"14:19:00","hour":14,"dc_key":202418002418,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198554470000005,"point_y":39.950816379999999}},{"type":"Feature","id":509,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":509,"objectid":18249453,"dc_dist":"18","psa":"3","dispatch_d":1720828800000,"dispatch_1":"2024-07-13","dispatch_t":"16:32:00","hour":16,"dc_key":202418035856,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":510,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":510,"objectid":14961024,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-29","dispatch_t":"20:14:00","hour":20,"dc_key":202418016234,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":511,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":511,"objectid":18539523,"dc_dist":"18","psa":"3","dispatch_d":1718755200000,"dispatch_1":"2024-06-19","dispatch_t":"19:02:00","hour":19,"dc_key":202418031542,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":512,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":512,"objectid":16455522,"dc_dist":"18","psa":"3","dispatch_d":1712707200000,"dispatch_1":"2024-04-09","dispatch_t":"21:36:00","hour":21,"dc_key":202418018079,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":513,"geometry":{"type":"Point","coordinates":[-75.189462440139437,39.955638149680908]},"properties":{"OBJECTID_1":513,"objectid":15889396,"dc_dist":"16","psa":"1","dispatch_d":1712016000000,"dispatch_1":"2024-04-01","dispatch_t":"21:19:00","hour":21,"dc_key":202416010578,"location_b":"0 BLOCK N 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.18946244,"point_y":39.955638149999999}},{"type":"Feature","id":514,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":514,"objectid":17213414,"dc_dist":"18","psa":"3","dispatch_d":1717372800000,"dispatch_1":"2024-06-03","dispatch_t":"17:15:00","hour":17,"dc_key":202418028309,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":515,"geometry":{"type":"Point","coordinates":[-75.197393150273626,39.94564153043234]},"properties":{"OBJECTID_1":515,"objectid":16689769,"dc_dist":"18","psa":"3","dispatch_d":1716508800000,"dispatch_1":"2024-05-24","dispatch_t":"12:35:00","hour":12,"dc_key":202418026512,"location_b":"3700 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.197393149999996,"point_y":39.945641530000003}},{"type":"Feature","id":516,"geometry":{"type":"Point","coordinates":[-75.206715140391395,39.953439579772862]},"properties":{"OBJECTID_1":516,"objectid":14686048,"dc_dist":"18","psa":"3","dispatch_d":1710028800000,"dispatch_1":"2024-03-10","dispatch_t":"05:59:00","hour":5,"dc_key":202418012639,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.20671514,"point_y":39.953439580000001}},{"type":"Feature","id":517,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":517,"objectid":14396829,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"12:52:00","hour":12,"dc_key":202418013207,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":518,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":518,"objectid":15452040,"dc_dist":"18","psa":"3","dispatch_d":1713052800000,"dispatch_1":"2024-04-14","dispatch_t":"16:54:00","hour":16,"dc_key":202418019017,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":519,"geometry":{"type":"Point","coordinates":[-75.192560049706515,39.950491309826134]},"properties":{"OBJECTID_1":519,"objectid":16456724,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"10:49:00","hour":10,"dc_key":202418023657,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192560049999997,"point_y":39.950491309999997}},{"type":"Feature","id":520,"geometry":{"type":"Point","coordinates":[-75.200164209710465,39.954585090329715]},"properties":{"OBJECTID_1":520,"objectid":20173769,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"18:50:00","hour":18,"dc_key":202418045628,"location_b":"3900 BLOCK SANSOM ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.200164220000005,"point_y":39.954585090000002}},{"type":"Feature","id":521,"geometry":{"type":"Point","coordinates":[-75.206715330148313,39.954835490365667]},"properties":{"OBJECTID_1":521,"objectid":20350090,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"14:38:00","hour":14,"dc_key":202418045576,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206715329999994,"point_y":39.954835490000001}},{"type":"Feature","id":522,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":522,"objectid":20731428,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"13:59:00","hour":13,"dc_key":202418048002,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":523,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":523,"objectid":15889414,"dc_dist":"18","psa":"3","dispatch_d":1712361600000,"dispatch_1":"2024-04-06","dispatch_t":"13:37:00","hour":13,"dc_key":202418017490,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":524,"geometry":{"type":"Point","coordinates":[-75.206631349657016,39.955940859682983]},"properties":{"OBJECTID_1":524,"objectid":15889635,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"14:10:00","hour":14,"dc_key":202418022022,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206631349999995,"point_y":39.955940859999998}},{"type":"Feature","id":525,"geometry":{"type":"Point","coordinates":[-75.193848529985644,39.948787650329848]},"properties":{"OBJECTID_1":525,"objectid":13039016,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-08","dispatch_t":"21:09:00","hour":21,"dc_key":202418001344,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193848529999997,"point_y":39.94878765}},{"type":"Feature","id":526,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":526,"objectid":17426324,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"18:09:00","hour":18,"dc_key":202418030410,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":527,"geometry":{"type":"Point","coordinates":[-75.198649229778084,39.953625590148931]},"properties":{"OBJECTID_1":527,"objectid":16550632,"dc_dist":"18","psa":"3","dispatch_d":1716163200000,"dispatch_1":"2024-05-20","dispatch_t":"13:22:00","hour":13,"dc_key":202418025638,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.198649230000001,"point_y":39.953625590000001}},{"type":"Feature","id":528,"geometry":{"type":"Point","coordinates":[-75.20487232969424,39.955565479962956]},"properties":{"OBJECTID_1":528,"objectid":17011391,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"09:42:00","hour":9,"dc_key":202418028071,"location_b":"100 BLOCK S 41ST ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204872330000001,"point_y":39.955565479999997}},{"type":"Feature","id":529,"geometry":{"type":"Point","coordinates":[-75.192526979836202,39.947593499940126]},"properties":{"OBJECTID_1":529,"objectid":15323993,"dc_dist":"18","psa":"3","dispatch_d":1712102400000,"dispatch_1":"2024-04-03","dispatch_t":"16:59:00","hour":16,"dc_key":202418016956,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192526979999997,"point_y":39.947593509999997}},{"type":"Feature","id":530,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":530,"objectid":15592297,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"16:37:00","hour":16,"dc_key":202418019524,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":531,"geometry":{"type":"Point","coordinates":[-75.204991849594137,39.953607209804943]},"properties":{"OBJECTID_1":531,"objectid":15799386,"dc_dist":"18","psa":"3","dispatch_d":1713139200000,"dispatch_1":"2024-04-15","dispatch_t":"15:23:00","hour":15,"dc_key":202418019160,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.204991849999999,"point_y":39.953607210000001}},{"type":"Feature","id":532,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":532,"objectid":16551114,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"17:25:00","hour":17,"dc_key":202418019542,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":533,"geometry":{"type":"Point","coordinates":[-75.205510750320855,39.95560933000661]},"properties":{"OBJECTID_1":533,"objectid":17631735,"dc_dist":"18","psa":"3","dispatch_d":1719100800000,"dispatch_1":"2024-06-23","dispatch_t":"10:33:00","hour":10,"dc_key":202418032167,"location_b":"4100 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.205510750000002,"point_y":39.955609330000001}},{"type":"Feature","id":534,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":534,"objectid":13014133,"dc_dist":"16","psa":"1","dispatch_d":1705190400000,"dispatch_1":"2024-01-14","dispatch_t":"18:14:00","hour":18,"dc_key":202416001512,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":535,"geometry":{"type":"Point","coordinates":[-75.205748489701023,39.952468279587492]},"properties":{"OBJECTID_1":535,"objectid":13040316,"dc_dist":"18","psa":"3","dispatch_d":1705190400000,"dispatch_1":"2024-01-14","dispatch_t":"13:22:00","hour":13,"dc_key":202418002410,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205748490000005,"point_y":39.952468279999998}},{"type":"Feature","id":536,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":536,"objectid":15834600,"dc_dist":"18","psa":"3","dispatch_d":1712966400000,"dispatch_1":"2024-04-13","dispatch_t":"13:23:00","hour":13,"dc_key":202418018834,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":537,"geometry":{"type":"Point","coordinates":[-75.204991849594137,39.953607209804943]},"properties":{"OBJECTID_1":537,"objectid":15767553,"dc_dist":"18","psa":"3","dispatch_d":1713225600000,"dispatch_1":"2024-04-16","dispatch_t":"01:32:00","hour":1,"dc_key":202418019274,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.204991849999999,"point_y":39.953607210000001}},{"type":"Feature","id":538,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":538,"objectid":15862879,"dc_dist":"18","psa":"3","dispatch_d":1714003200000,"dispatch_1":"2024-04-25","dispatch_t":"19:48:00","hour":19,"dc_key":202418021024,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":539,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":539,"objectid":13777449,"dc_dist":"18","psa":"3","dispatch_d":1706140800000,"dispatch_1":"2024-01-25","dispatch_t":"09:50:00","hour":9,"dc_key":202418004140,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":540,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":540,"objectid":18285789,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"07:33:00","hour":7,"dc_key":202418025346,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":541,"geometry":{"type":"Point","coordinates":[-75.202668239747425,39.953652850398782]},"properties":{"OBJECTID_1":541,"objectid":15767506,"dc_dist":"18","psa":"3","dispatch_d":1713916800000,"dispatch_1":"2024-04-24","dispatch_t":"14:16:00","hour":14,"dc_key":202418020753,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202668239999994,"point_y":39.953652849999997}},{"type":"Feature","id":542,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":542,"objectid":12987960,"dc_dist":"16","psa":"1","dispatch_d":1705795200000,"dispatch_1":"2024-01-21","dispatch_t":"15:49:00","hour":15,"dc_key":202416002166,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":543,"geometry":{"type":"Point","coordinates":[-75.194468000098084,39.954664999590136]},"properties":{"OBJECTID_1":543,"objectid":15454222,"dc_dist":"18","psa":"3","dispatch_d":1711497600000,"dispatch_1":"2024-03-27","dispatch_t":"18:22:00","hour":18,"dc_key":202418015858,"location_b":"S 36TH ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194468000000001,"point_y":39.954664999999999}},{"type":"Feature","id":544,"geometry":{"type":"Point","coordinates":[-75.203208680136413,39.953519130203745]},"properties":{"OBJECTID_1":544,"objectid":13017820,"dc_dist":"18","psa":"3","dispatch_d":1705276800000,"dispatch_1":"2024-01-15","dispatch_t":"15:06:00","hour":15,"dc_key":202418002582,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203208680000003,"point_y":39.953519129999997}},{"type":"Feature","id":545,"geometry":{"type":"Point","coordinates":[-75.191747399822589,39.950298350388607]},"properties":{"OBJECTID_1":545,"objectid":16690746,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-25","dispatch_t":"07:59:00","hour":7,"dc_key":202418026716,"location_b":"300 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191747399999997,"point_y":39.950298349999997}},{"type":"Feature","id":546,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":546,"objectid":14302983,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"16:33:00","hour":16,"dc_key":202418007635,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":547,"geometry":{"type":"Point","coordinates":[-75.205248040364722,39.95369511044106]},"properties":{"OBJECTID_1":547,"objectid":17706008,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"01:03:00","hour":1,"dc_key":202418032643,"location_b":"S 41ST ST & CHANCELLOR ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.205248040000001,"point_y":39.953695109999998}},{"type":"Feature","id":548,"geometry":{"type":"Point","coordinates":[-75.197367470132576,39.953183249607321]},"properties":{"OBJECTID_1":548,"objectid":13018263,"dc_dist":"18","psa":"3","dispatch_d":1706400000000,"dispatch_1":"2024-01-28","dispatch_t":"06:54:00","hour":6,"dc_key":202418004722,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.197367470000003,"point_y":39.953183250000002}},{"type":"Feature","id":549,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":549,"objectid":15732282,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"07:35:00","hour":7,"dc_key":202418019438,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":550,"geometry":{"type":"Point","coordinates":[-75.193848529985644,39.948787650329848]},"properties":{"OBJECTID_1":550,"objectid":14438909,"dc_dist":"18","psa":"3","dispatch_d":1706140800000,"dispatch_1":"2024-01-25","dispatch_t":"11:26:00","hour":11,"dc_key":202418004160,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193848529999997,"point_y":39.94878765}},{"type":"Feature","id":551,"geometry":{"type":"Point","coordinates":[-75.194468140392303,39.954664969912471]},"properties":{"OBJECTID_1":551,"objectid":17793134,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"16:40:00","hour":16,"dc_key":202418030597,"location_b":"S 36TH ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194468139999998,"point_y":39.954664970000003}},{"type":"Feature","id":552,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":552,"objectid":13040744,"dc_dist":"16","psa":"1","dispatch_d":1705017600000,"dispatch_1":"2024-01-11","dispatch_t":"23:50:00","hour":23,"dc_key":202416001212,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":553,"geometry":{"type":"Point","coordinates":[-75.203208680136413,39.953519130203745]},"properties":{"OBJECTID_1":553,"objectid":12988201,"dc_dist":"18","psa":"3","dispatch_d":1705017600000,"dispatch_1":"2024-01-12","dispatch_t":"12:21:00","hour":12,"dc_key":202418002039,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.203208680000003,"point_y":39.953519129999997}},{"type":"Feature","id":554,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":554,"objectid":18571259,"dc_dist":"18","psa":"3","dispatch_d":1718668800000,"dispatch_1":"2024-06-17","dispatch_t":"20:38:00","hour":20,"dc_key":202418031118,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":555,"geometry":{"type":"Point","coordinates":[-75.200978640252004,39.955057499703912]},"properties":{"OBJECTID_1":555,"objectid":17013187,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-30","dispatch_t":"18:32:00","hour":18,"dc_key":202418027653,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.200978640000002,"point_y":39.955057500000002}},{"type":"Feature","id":556,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":556,"objectid":13776747,"dc_dist":"18","psa":"3","dispatch_d":1708300800000,"dispatch_1":"2024-02-19","dispatch_t":"00:18:00","hour":0,"dc_key":202418008781,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":557,"geometry":{"type":"Point","coordinates":[-75.184800129822122,39.954582459812741]},"properties":{"OBJECTID_1":557,"objectid":17214931,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"18:26:00","hour":18,"dc_key":202418029711,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.184800129999999,"point_y":39.954582459999997}},{"type":"Feature","id":558,"geometry":{"type":"Point","coordinates":[-75.197470660142812,39.954975639813995]},"properties":{"OBJECTID_1":558,"objectid":17494797,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-16","dispatch_t":"16:13:00","hour":16,"dc_key":202418030897,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.197470659999993,"point_y":39.954975640000001}},{"type":"Feature","id":559,"geometry":{"type":"Point","coordinates":[-75.20327666978244,39.951518510071253]},"properties":{"OBJECTID_1":559,"objectid":15458033,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-22","dispatch_t":"18:59:00","hour":18,"dc_key":202418009517,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.203276669999994,"point_y":39.95151851}},{"type":"Feature","id":560,"geometry":{"type":"Point","coordinates":[-75.192608290240344,39.950411620000295]},"properties":{"OBJECTID_1":560,"objectid":13409806,"dc_dist":"18","psa":"3","dispatch_d":1704067200000,"dispatch_1":"2023-12-31","dispatch_t":"23:55:00","hour":23,"dc_key":202318067149,"location_b":"300 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192608289999995,"point_y":39.950411619999997}},{"type":"Feature","id":561,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":561,"objectid":13018806,"dc_dist":"16","psa":"1","dispatch_d":1705363200000,"dispatch_1":"2024-01-15","dispatch_t":"20:30:00","hour":20,"dc_key":202416001630,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":562,"geometry":{"type":"Point","coordinates":[-75.193848529985644,39.948787650329848]},"properties":{"OBJECTID_1":562,"objectid":14006378,"dc_dist":"18","psa":"3","dispatch_d":1708560000000,"dispatch_1":"2024-02-21","dispatch_t":"20:15:00","hour":20,"dc_key":202418009329,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193848529999997,"point_y":39.94878765}},{"type":"Feature","id":563,"geometry":{"type":"Point","coordinates":[-75.187065000449365,39.955296999956659]},"properties":{"OBJECTID_1":563,"objectid":18683778,"dc_dist":"16","psa":"1","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"16:01:00","hour":16,"dc_key":202416027504,"location_b":"MARKET ST & JOHN F KENNEDY BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187065000000004,"point_y":39.955297000000002}},{"type":"Feature","id":564,"geometry":{"type":"Point","coordinates":[-75.187276080326797,39.951267240390905]},"properties":{"OBJECTID_1":564,"objectid":13163811,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"17:57:00","hour":17,"dc_key":202418004429,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187276080000004,"point_y":39.95126724}},{"type":"Feature","id":565,"geometry":{"type":"Point","coordinates":[-75.201039209591784,39.951173670428602]},"properties":{"OBJECTID_1":565,"objectid":14148815,"dc_dist":"18","psa":"3","dispatch_d":1708473600000,"dispatch_1":"2024-02-21","dispatch_t":"17:52:00","hour":17,"dc_key":202418009279,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201039210000005,"point_y":39.951173670000003}},{"type":"Feature","id":566,"geometry":{"type":"Point","coordinates":[-75.19347654970295,39.953775179780791]},"properties":{"OBJECTID_1":566,"objectid":16022272,"dc_dist":"18","psa":"3","dispatch_d":1715040000000,"dispatch_1":"2024-05-07","dispatch_t":"16:27:00","hour":16,"dc_key":202418023231,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19347655,"point_y":39.953775180000001}},{"type":"Feature","id":567,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":567,"objectid":13066963,"dc_dist":"18","psa":"3","dispatch_d":1704672000000,"dispatch_1":"2024-01-08","dispatch_t":"15:55:00","hour":15,"dc_key":202418001273,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":568,"geometry":{"type":"Point","coordinates":[-75.201483179704951,39.953330459633037]},"properties":{"OBJECTID_1":568,"objectid":15458160,"dc_dist":"18","psa":"3","dispatch_d":1712102400000,"dispatch_1":"2024-04-03","dispatch_t":"00:58:00","hour":0,"dc_key":202418016840,"location_b":"3900 BLOCK Walnut St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201483179999997,"point_y":39.953330459999997}},{"type":"Feature","id":569,"geometry":{"type":"Point","coordinates":[-75.19187306029346,39.955536590141548]},"properties":{"OBJECTID_1":569,"objectid":14150210,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"17:28:00","hour":17,"dc_key":202418010663,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.191873060000006,"point_y":39.955536590000001}},{"type":"Feature","id":570,"geometry":{"type":"Point","coordinates":[-75.19187306029346,39.955536590141548]},"properties":{"OBJECTID_1":570,"objectid":13162267,"dc_dist":"18","psa":"3","dispatch_d":1705104000000,"dispatch_1":"2024-01-13","dispatch_t":"07:54:00","hour":7,"dc_key":202418002227,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.191873060000006,"point_y":39.955536590000001}},{"type":"Feature","id":571,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":571,"objectid":12994446,"dc_dist":"16","psa":"1","dispatch_d":1704153600000,"dispatch_1":"2024-01-01","dispatch_t":"22:29:00","hour":22,"dc_key":202416000077,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":572,"geometry":{"type":"Point","coordinates":[-75.208443780356163,39.956409070122561]},"properties":{"OBJECTID_1":572,"objectid":13045057,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-18","dispatch_t":"13:21:00","hour":13,"dc_key":202418003021,"location_b":"S 43RD ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208443790000004,"point_y":39.956409069999999}},{"type":"Feature","id":573,"geometry":{"type":"Point","coordinates":[-75.19059497977446,39.955313569965313]},"properties":{"OBJECTID_1":573,"objectid":14149672,"dc_dist":"18","psa":"3","dispatch_d":1709164800000,"dispatch_1":"2024-02-28","dispatch_t":"21:49:00","hour":21,"dc_key":202418010713,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19059498,"point_y":39.955313570000001}},{"type":"Feature","id":574,"geometry":{"type":"Point","coordinates":[-75.199849130432995,39.956083000230308]},"properties":{"OBJECTID_1":574,"objectid":16189850,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"14:12:00","hour":14,"dc_key":202418021654,"location_b":"3900 BLOCK LUDLOW ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199849130000004,"point_y":39.956083}},{"type":"Feature","id":575,"geometry":{"type":"Point","coordinates":[-75.202845460149831,39.955764409999574]},"properties":{"OBJECTID_1":575,"objectid":16966383,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"11:43:00","hour":11,"dc_key":202418028085,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202845460000006,"point_y":39.95576441}},{"type":"Feature","id":576,"geometry":{"type":"Point","coordinates":[-75.200462350257226,39.954388379819932]},"properties":{"OBJECTID_1":576,"objectid":13473860,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-01","dispatch_t":"20:59:00","hour":20,"dc_key":202418005525,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200462349999995,"point_y":39.954388379999997}},{"type":"Feature","id":577,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":577,"objectid":17793266,"dc_dist":"18","psa":"3","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"16:29:00","hour":16,"dc_key":202418032381,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":578,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":578,"objectid":14147553,"dc_dist":"18","psa":"3","dispatch_d":1704844800000,"dispatch_1":"2024-01-10","dispatch_t":"11:30:00","hour":11,"dc_key":202418001603,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":579,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":579,"objectid":18510627,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"10:14:00","hour":10,"dc_key":202418036805,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":580,"geometry":{"type":"Point","coordinates":[-75.192608290240344,39.950411620000295]},"properties":{"OBJECTID_1":580,"objectid":12946214,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"09:21:00","hour":9,"dc_key":202418004345,"location_b":"300 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192608289999995,"point_y":39.950411619999997}},{"type":"Feature","id":581,"geometry":{"type":"Point","coordinates":[-75.199935039970057,39.955302570357389]},"properties":{"OBJECTID_1":581,"objectid":12946672,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"14:02:00","hour":14,"dc_key":202418001827,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19993504,"point_y":39.955302570000001}},{"type":"Feature","id":582,"geometry":{"type":"Point","coordinates":[-75.193903640440624,39.952652500312695]},"properties":{"OBJECTID_1":582,"objectid":13164450,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-01-31","dispatch_t":"21:21:00","hour":21,"dc_key":202418005331,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193903640000002,"point_y":39.952652499999999}},{"type":"Feature","id":583,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":583,"objectid":15952732,"dc_dist":"18","psa":"3","dispatch_d":1712707200000,"dispatch_1":"2024-04-10","dispatch_t":"19:16:00","hour":19,"dc_key":202418018259,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":584,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":584,"objectid":15951615,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-25","dispatch_t":"21:13:00","hour":21,"dc_key":202418021041,"location_b":"3000 BLOCK Market St","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":585,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":585,"objectid":13901258,"dc_dist":"18","psa":"3","dispatch_d":1704326400000,"dispatch_1":"2024-01-04","dispatch_t":"17:54:00","hour":17,"dc_key":202418000628,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":586,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":586,"objectid":15686389,"dc_dist":"18","psa":"3","dispatch_d":1714003200000,"dispatch_1":"2024-04-25","dispatch_t":"16:28:00","hour":16,"dc_key":202418020975,"location_b":"3600 BLOCK Chestnut St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":587,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":587,"objectid":13470659,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"15:46:00","hour":15,"dc_key":202418007058,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":588,"geometry":{"type":"Point","coordinates":[-75.190060379582803,39.952526829949306]},"properties":{"OBJECTID_1":588,"objectid":13066423,"dc_dist":"18","psa":"3","dispatch_d":1705190400000,"dispatch_1":"2024-01-14","dispatch_t":"16:21:00","hour":16,"dc_key":202418002432,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190060380000006,"point_y":39.952526829999996}},{"type":"Feature","id":589,"geometry":{"type":"Point","coordinates":[-75.203607419746561,39.952454269948646]},"properties":{"OBJECTID_1":589,"objectid":16112989,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"10:01:00","hour":10,"dc_key":202418021987,"location_b":"4000 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203607419999997,"point_y":39.952454269999997}},{"type":"Feature","id":590,"geometry":{"type":"Point","coordinates":[-75.198554470012766,39.950816379672233]},"properties":{"OBJECTID_1":590,"objectid":14304060,"dc_dist":"18","psa":"3","dispatch_d":1708041600000,"dispatch_1":"2024-02-16","dispatch_t":"16:19:00","hour":16,"dc_key":202418008391,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198554470000005,"point_y":39.950816379999999}},{"type":"Feature","id":591,"geometry":{"type":"Point","coordinates":[-75.202157959921863,39.956987210091711]},"properties":{"OBJECTID_1":591,"objectid":13067520,"dc_dist":"18","psa":"3","dispatch_d":1705363200000,"dispatch_1":"2024-01-16","dispatch_t":"12:10:00","hour":12,"dc_key":202418002724,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202157959999994,"point_y":39.956987210000001}},{"type":"Feature","id":592,"geometry":{"type":"Point","coordinates":[-75.207873510354204,39.952302840303901]},"properties":{"OBJECTID_1":592,"objectid":14404682,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"10:18:00","hour":10,"dc_key":202418013387,"location_b":"300 BLOCK SAINT MARKS ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207873509999999,"point_y":39.952302840000002}},{"type":"Feature","id":593,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":593,"objectid":21489101,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"12:48:00","hour":12,"dc_key":202418050046,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":594,"geometry":{"type":"Point","coordinates":[-75.201800929968897,39.950706139876502]},"properties":{"OBJECTID_1":594,"objectid":12991647,"dc_dist":"18","psa":"3","dispatch_d":1704844800000,"dispatch_1":"2024-01-09","dispatch_t":"23:06:00","hour":23,"dc_key":202418001547,"location_b":"3900 BLOCK PINE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201800930000005,"point_y":39.950706140000001}},{"type":"Feature","id":595,"geometry":{"type":"Point","coordinates":[-75.195211250199009,39.951232350292798]},"properties":{"OBJECTID_1":595,"objectid":13066450,"dc_dist":"18","psa":"3","dispatch_d":1706140800000,"dispatch_1":"2024-01-25","dispatch_t":"16:16:00","hour":16,"dc_key":202418004189,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19521125,"point_y":39.951232349999998}},{"type":"Feature","id":596,"geometry":{"type":"Point","coordinates":[-75.192528759594552,39.947601569556866]},"properties":{"OBJECTID_1":596,"objectid":14305132,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"17:37:00","hour":17,"dc_key":202418004418,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.192528760000002,"point_y":39.947601570000003}},{"type":"Feature","id":597,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":597,"objectid":17139082,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-30","dispatch_t":"12:21:00","hour":12,"dc_key":202418027586,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":598,"geometry":{"type":"Point","coordinates":[-75.195691989993293,39.953682590079495]},"properties":{"OBJECTID_1":598,"objectid":13164546,"dc_dist":"18","psa":"3","dispatch_d":1704240000000,"dispatch_1":"2024-01-03","dispatch_t":"18:41:00","hour":18,"dc_key":202418000467,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19569199,"point_y":39.95368259}},{"type":"Feature","id":599,"geometry":{"type":"Point","coordinates":[-75.201456399693029,39.954351270194991]},"properties":{"OBJECTID_1":599,"objectid":13408867,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"17:26:00","hour":17,"dc_key":202418005281,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201456399999998,"point_y":39.954351269999997}},{"type":"Feature","id":600,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":600,"objectid":13042625,"dc_dist":"18","psa":"3","dispatch_d":1704326400000,"dispatch_1":"2024-01-03","dispatch_t":"19:44:00","hour":19,"dc_key":202418000478,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":601,"geometry":{"type":"Point","coordinates":[-75.202357030252699,39.956668820409789]},"properties":{"OBJECTID_1":601,"objectid":14402123,"dc_dist":"18","psa":"3","dispatch_d":1709424000000,"dispatch_1":"2024-03-02","dispatch_t":"19:14:00","hour":19,"dc_key":202418011277,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202357030000002,"point_y":39.956668819999997}},{"type":"Feature","id":602,"geometry":{"type":"Point","coordinates":[-75.19281436988723,39.953222290076667]},"properties":{"OBJECTID_1":602,"objectid":13069539,"dc_dist":"18","psa":"3","dispatch_d":1705017600000,"dispatch_1":"2024-01-12","dispatch_t":"11:51:00","hour":11,"dc_key":202418002032,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192814369999994,"point_y":39.953222289999999}},{"type":"Feature","id":603,"geometry":{"type":"Point","coordinates":[-75.198552690254417,39.950808319948067]},"properties":{"OBJECTID_1":603,"objectid":15106300,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"15:58:00","hour":15,"dc_key":202418007062,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19855269,"point_y":39.95080832}},{"type":"Feature","id":604,"geometry":{"type":"Point","coordinates":[-75.20605943029841,39.950767440365155]},"properties":{"OBJECTID_1":604,"objectid":15954772,"dc_dist":"18","psa":"3","dispatch_d":1712966400000,"dispatch_1":"2024-04-13","dispatch_t":"02:01:00","hour":2,"dc_key":202418018782,"location_b":"4100 BLOCK PINE ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.206059440000004,"point_y":39.95076744}},{"type":"Feature","id":605,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":605,"objectid":14153951,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-18","dispatch_t":"10:07:00","hour":10,"dc_key":202418002997,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":606,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":606,"objectid":13166239,"dc_dist":"18","psa":"3","dispatch_d":1706918400000,"dispatch_1":"2024-02-02","dispatch_t":"21:37:00","hour":21,"dc_key":202418005725,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":607,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":607,"objectid":16598896,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-25","dispatch_t":"16:48:00","hour":16,"dc_key":202418026775,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":608,"geometry":{"type":"Point","coordinates":[-75.192560049706515,39.950491309826134]},"properties":{"OBJECTID_1":608,"objectid":14971079,"dc_dist":"18","psa":"3","dispatch_d":1710201600000,"dispatch_1":"2024-03-11","dispatch_t":"23:56:00","hour":23,"dc_key":202418012918,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.192560049999997,"point_y":39.950491309999997}},{"type":"Feature","id":609,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":609,"objectid":15108660,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-30","dispatch_t":"19:24:00","hour":19,"dc_key":202418016362,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":610,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":610,"objectid":14153944,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-08","dispatch_t":"20:25:00","hour":20,"dc_key":202418006921,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":611,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":611,"objectid":14445757,"dc_dist":"16","psa":"1","dispatch_d":1709856000000,"dispatch_1":"2024-03-08","dispatch_t":"10:05:00","hour":10,"dc_key":202416007665,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":612,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":612,"objectid":14612794,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"14:55:00","hour":14,"dc_key":202418010630,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":613,"geometry":{"type":"Point","coordinates":[-75.204111040092414,39.955578809714325]},"properties":{"OBJECTID_1":613,"objectid":13411057,"dc_dist":"18","psa":"3","dispatch_d":1707091200000,"dispatch_1":"2024-02-05","dispatch_t":"13:06:00","hour":13,"dc_key":202418006146,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204111040000001,"point_y":39.955578809999999}},{"type":"Feature","id":614,"geometry":{"type":"Point","coordinates":[-75.192205509976247,39.948542790117699]},"properties":{"OBJECTID_1":614,"objectid":13844545,"dc_dist":"18","psa":"3","dispatch_d":1708646400000,"dispatch_1":"2024-02-23","dispatch_t":"13:16:00","hour":13,"dc_key":202418009678,"location_b":"0 BLOCK Convention Ave","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192205509999994,"point_y":39.948542789999998}},{"type":"Feature","id":615,"geometry":{"type":"Point","coordinates":[-75.203578359953326,39.951747570094312]},"properties":{"OBJECTID_1":615,"objectid":20906715,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-18","dispatch_t":"16:35:00","hour":16,"dc_key":202418047768,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203578359999995,"point_y":39.951747570000002}},{"type":"Feature","id":616,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":616,"objectid":15553245,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"09:05:00","hour":9,"dc_key":202418019449,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":617,"geometry":{"type":"Point","coordinates":[-75.205217010156844,39.95678428976322]},"properties":{"OBJECTID_1":617,"objectid":14130707,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-02","dispatch_t":"15:43:00","hour":15,"dc_key":202418005631,"location_b":"4100 BLOCK LUDLOW ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.205217009999998,"point_y":39.956784290000002}},{"type":"Feature","id":618,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":618,"objectid":18500671,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"03:49:00","hour":3,"dc_key":202418034240,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":619,"geometry":{"type":"Point","coordinates":[-75.198814779678287,39.952495059599357]},"properties":{"OBJECTID_1":619,"objectid":13736687,"dc_dist":"18","psa":"3","dispatch_d":1708300800000,"dispatch_1":"2024-02-18","dispatch_t":"23:56:00","hour":23,"dc_key":202418008778,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.198814780000006,"point_y":39.952495069999998}},{"type":"Feature","id":620,"geometry":{"type":"Point","coordinates":[-75.199933250319191,39.95529449984133]},"properties":{"OBJECTID_1":620,"objectid":18500683,"dc_dist":"18","psa":"3","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"16:18:00","hour":16,"dc_key":202418035488,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199933250000001,"point_y":39.955294500000001}},{"type":"Feature","id":621,"geometry":{"type":"Point","coordinates":[-75.203053209837719,39.957204140059048]},"properties":{"OBJECTID_1":621,"objectid":21352817,"dc_dist":"18","psa":"3","dispatch_d":1727913600000,"dispatch_1":"2024-10-03","dispatch_t":"15:09:00","hour":15,"dc_key":202418050749,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203053209999993,"point_y":39.957204140000002}},{"type":"Feature","id":622,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":622,"objectid":13413375,"dc_dist":"18","psa":"3","dispatch_d":1706918400000,"dispatch_1":"2024-02-03","dispatch_t":"17:25:00","hour":17,"dc_key":202418005862,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":623,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":623,"objectid":13413378,"dc_dist":"18","psa":"3","dispatch_d":1706400000000,"dispatch_1":"2024-01-28","dispatch_t":"15:18:00","hour":15,"dc_key":202418004758,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":624,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":624,"objectid":13413379,"dc_dist":"18","psa":"3","dispatch_d":1705276800000,"dispatch_1":"2024-01-15","dispatch_t":"18:48:00","hour":18,"dc_key":202418002630,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":625,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":625,"objectid":13413383,"dc_dist":"18","psa":"3","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"16:25:00","hour":16,"dc_key":202418003832,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":626,"geometry":{"type":"Point","coordinates":[-75.200155120262536,39.955724509778349]},"properties":{"OBJECTID_1":626,"objectid":14969919,"dc_dist":"18","psa":"3","dispatch_d":1708732800000,"dispatch_1":"2024-02-23","dispatch_t":"21:03:00","hour":21,"dc_key":202418009772,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"2000","text_gener":"Offenses Against Family and Children","point_x":-75.200155120000005,"point_y":39.955724510000003}},{"type":"Feature","id":627,"geometry":{"type":"Point","coordinates":[-75.19259913963856,39.953481249859863]},"properties":{"OBJECTID_1":627,"objectid":20937562,"dc_dist":"18","psa":"3","dispatch_d":1726963200000,"dispatch_1":"2024-09-22","dispatch_t":"16:41:00","hour":16,"dc_key":202418048586,"location_b":"3400 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192599139999999,"point_y":39.953481250000003}},{"type":"Feature","id":628,"geometry":{"type":"Point","coordinates":[-75.2004702103319,39.952683230146988]},"properties":{"OBJECTID_1":628,"objectid":12952211,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-09","dispatch_t":"15:53:00","hour":15,"dc_key":202418001451,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200470210000006,"point_y":39.952683229999998}},{"type":"Feature","id":629,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":629,"objectid":14972935,"dc_dist":"16","psa":"1","dispatch_d":1709596800000,"dispatch_1":"2024-03-04","dispatch_t":"23:19:00","hour":23,"dc_key":202416007257,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":630,"geometry":{"type":"Point","coordinates":[-75.205154810346187,39.954414350441994]},"properties":{"OBJECTID_1":630,"objectid":16462858,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"02:50:00","hour":2,"dc_key":202418025332,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.205154809999996,"point_y":39.95441435}},{"type":"Feature","id":631,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":631,"objectid":14770504,"dc_dist":"18","psa":"3","dispatch_d":1710633600000,"dispatch_1":"2024-03-16","dispatch_t":"21:17:00","hour":21,"dc_key":202418013923,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":632,"geometry":{"type":"Point","coordinates":[-75.207047779831157,39.956234070146252]},"properties":{"OBJECTID_1":632,"objectid":13075794,"dc_dist":"16","psa":"1","dispatch_d":1706054400000,"dispatch_1":"2024-01-23","dispatch_t":"19:50:00","hour":19,"dc_key":202416002427,"location_b":"Address Unavailable","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207047790000004,"point_y":39.956234070000001}},{"type":"Feature","id":633,"geometry":{"type":"Point","coordinates":[-75.208252269726415,39.956101379674976]},"properties":{"OBJECTID_1":633,"objectid":13936791,"dc_dist":"18","psa":"3","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"12:55:00","hour":12,"dc_key":202418010006,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208252270000003,"point_y":39.95610138}},{"type":"Feature","id":634,"geometry":{"type":"Point","coordinates":[-75.195550780244275,39.954384340065303]},"properties":{"OBJECTID_1":634,"objectid":13418473,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"18:01:00","hour":18,"dc_key":202418007096,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195550780000005,"point_y":39.954384339999997}},{"type":"Feature","id":635,"geometry":{"type":"Point","coordinates":[-75.183397209913267,39.952511179947066]},"properties":{"OBJECTID_1":635,"objectid":16464033,"dc_dist":"18","psa":"3","dispatch_d":1716249600000,"dispatch_1":"2024-05-21","dispatch_t":"14:51:00","hour":14,"dc_key":202418025866,"location_b":"2900 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183397209999995,"point_y":39.952511180000002}},{"type":"Feature","id":636,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":636,"objectid":15741145,"dc_dist":"18","psa":"3","dispatch_d":1711324800000,"dispatch_1":"2024-03-25","dispatch_t":"10:09:00","hour":10,"dc_key":202418015377,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":637,"geometry":{"type":"Point","coordinates":[-75.197367470132576,39.953183249607321]},"properties":{"OBJECTID_1":637,"objectid":13687362,"dc_dist":"18","psa":"3","dispatch_d":1708128000000,"dispatch_1":"2024-02-17","dispatch_t":"16:09:00","hour":16,"dc_key":202418008588,"location_b":"3700 BLOCK Walnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197367470000003,"point_y":39.953183250000002}},{"type":"Feature","id":638,"geometry":{"type":"Point","coordinates":[-75.206855410348851,39.951422830299407]},"properties":{"OBJECTID_1":638,"objectid":14617684,"dc_dist":"18","psa":"3","dispatch_d":1709251200000,"dispatch_1":"2024-03-01","dispatch_t":"11:26:00","hour":11,"dc_key":202418011039,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206855410000003,"point_y":39.951422829999998}},{"type":"Feature","id":639,"geometry":{"type":"Point","coordinates":[-75.19347833036062,39.953783250296794]},"properties":{"OBJECTID_1":639,"objectid":14183523,"dc_dist":"18","psa":"3","dispatch_d":1708128000000,"dispatch_1":"2024-02-17","dispatch_t":"15:43:00","hour":15,"dc_key":202418008584,"location_b":"3500 BLOCK Sansom St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193478330000005,"point_y":39.953783250000001}},{"type":"Feature","id":640,"geometry":{"type":"Point","coordinates":[-75.202651120252938,39.950652839756799]},"properties":{"OBJECTID_1":640,"objectid":17172103,"dc_dist":"18","psa":"3","dispatch_d":1717718400000,"dispatch_1":"2024-06-07","dispatch_t":"18:48:00","hour":18,"dc_key":202418029168,"location_b":"3900 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202651119999999,"point_y":39.950652839999997}},{"type":"Feature","id":641,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":641,"objectid":14774846,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"18:04:00","hour":18,"dc_key":202418010235,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":642,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":642,"objectid":15894985,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-26","dispatch_t":"16:55:00","hour":16,"dc_key":202418021165,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":643,"geometry":{"type":"Point","coordinates":[-75.202203730018084,39.954395560007129]},"properties":{"OBJECTID_1":643,"objectid":13907616,"dc_dist":"18","psa":"3","dispatch_d":1706918400000,"dispatch_1":"2024-02-03","dispatch_t":"17:54:00","hour":17,"dc_key":202418005864,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202203729999994,"point_y":39.954395560000002}},{"type":"Feature","id":644,"geometry":{"type":"Point","coordinates":[-75.203208680136413,39.953519130203745]},"properties":{"OBJECTID_1":644,"objectid":13047345,"dc_dist":"18","psa":"3","dispatch_d":1704931200000,"dispatch_1":"2024-01-11","dispatch_t":"10:08:00","hour":10,"dc_key":202418001793,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"1200","text_gener":"Embezzlement","point_x":-75.203208680000003,"point_y":39.953519129999997}},{"type":"Feature","id":645,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":645,"objectid":14771065,"dc_dist":"18","psa":"3","dispatch_d":1711324800000,"dispatch_1":"2024-03-25","dispatch_t":"19:46:00","hour":19,"dc_key":202418015454,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":646,"geometry":{"type":"Point","coordinates":[-75.187326820076635,39.953802010154675]},"properties":{"OBJECTID_1":646,"objectid":13071354,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-08","dispatch_t":"20:07:00","hour":20,"dc_key":202418001341,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187326819999996,"point_y":39.953802009999997}},{"type":"Feature","id":647,"geometry":{"type":"Point","coordinates":[-75.202670020405094,39.953660910122949]},"properties":{"OBJECTID_1":647,"objectid":14309274,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-27","dispatch_t":"10:19:00","hour":10,"dc_key":202418010352,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202670019999999,"point_y":39.953660910000004}},{"type":"Feature","id":648,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":648,"objectid":14694998,"dc_dist":"16","psa":"1","dispatch_d":1710806400000,"dispatch_1":"2024-03-19","dispatch_t":"08:02:00","hour":8,"dc_key":202416008961,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":649,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":649,"objectid":15867628,"dc_dist":"18","psa":"3","dispatch_d":1714176000000,"dispatch_1":"2024-04-27","dispatch_t":"19:02:00","hour":19,"dc_key":202418021353,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":650,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":650,"objectid":15953900,"dc_dist":"18","psa":"3","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"16:20:00","hour":16,"dc_key":202418021831,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":651,"geometry":{"type":"Point","coordinates":[-75.205576190388854,39.954905489996406]},"properties":{"OBJECTID_1":651,"objectid":14408485,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"00:54:00","hour":0,"dc_key":202418013134,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.205576190000002,"point_y":39.954905490000002}},{"type":"Feature","id":652,"geometry":{"type":"Point","coordinates":[-75.183336779968386,39.95482807005942]},"properties":{"OBJECTID_1":652,"objectid":14310631,"dc_dist":"16","psa":"1","dispatch_d":1707350400000,"dispatch_1":"2024-02-08","dispatch_t":"15:54:00","hour":15,"dc_key":202416004344,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183336780000005,"point_y":39.954828069999998}},{"type":"Feature","id":653,"geometry":{"type":"Point","coordinates":[-75.184800129822122,39.954582459812741]},"properties":{"OBJECTID_1":653,"objectid":14773057,"dc_dist":"18","psa":"3","dispatch_d":1706745600000,"dispatch_1":"2024-02-01","dispatch_t":"12:25:00","hour":12,"dc_key":202418005432,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184800129999999,"point_y":39.954582459999997}},{"type":"Feature","id":654,"geometry":{"type":"Point","coordinates":[-75.185343859931152,39.953071640144117]},"properties":{"OBJECTID_1":654,"objectid":13907169,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-02","dispatch_t":"17:41:00","hour":17,"dc_key":202418005657,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185343860000003,"point_y":39.953071639999997}},{"type":"Feature","id":655,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":655,"objectid":14970603,"dc_dist":"18","psa":"3","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"04:50:00","hour":4,"dc_key":202418008144,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":656,"geometry":{"type":"Point","coordinates":[-75.20148496036262,39.953338530149097]},"properties":{"OBJECTID_1":656,"objectid":13932815,"dc_dist":"18","psa":"3","dispatch_d":1705536000000,"dispatch_1":"2024-01-17","dispatch_t":"19:36:00","hour":19,"dc_key":202418002909,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201484960000002,"point_y":39.953338530000003}},{"type":"Feature","id":657,"geometry":{"type":"Point","coordinates":[-75.19347833036062,39.953783250296794]},"properties":{"OBJECTID_1":657,"objectid":14492501,"dc_dist":"18","psa":"3","dispatch_d":1708387200000,"dispatch_1":"2024-02-20","dispatch_t":"18:32:00","hour":18,"dc_key":202418009080,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193478330000005,"point_y":39.953783250000001}},{"type":"Feature","id":658,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":658,"objectid":18354434,"dc_dist":"18","psa":"3","dispatch_d":1716163200000,"dispatch_1":"2024-05-19","dispatch_t":"20:19:00","hour":20,"dc_key":202418025548,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":659,"geometry":{"type":"Point","coordinates":[-75.185343859931152,39.953071640144117]},"properties":{"OBJECTID_1":659,"objectid":13475554,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"16:06:00","hour":16,"dc_key":202418005262,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185343860000003,"point_y":39.953071639999997}},{"type":"Feature","id":660,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":660,"objectid":15023082,"dc_dist":"18","psa":"3","dispatch_d":1712016000000,"dispatch_1":"2024-04-02","dispatch_t":"11:37:00","hour":11,"dc_key":202418016680,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":661,"geometry":{"type":"Point","coordinates":[-75.187073890247802,39.952171179556331]},"properties":{"OBJECTID_1":661,"objectid":17239331,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"16:00:00","hour":15,"dc_key":202418027803,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187073889999994,"point_y":39.952171180000001}},{"type":"Feature","id":662,"geometry":{"type":"Point","coordinates":[-75.201114759838276,39.950580470412433]},"properties":{"OBJECTID_1":662,"objectid":15460441,"dc_dist":"18","psa":"3","dispatch_d":1711065600000,"dispatch_1":"2024-03-22","dispatch_t":"08:56:00","hour":8,"dc_key":202418014844,"location_b":"3900 BLOCK DELANCEY ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.201114759999996,"point_y":39.950580469999998}},{"type":"Feature","id":663,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":663,"objectid":14969893,"dc_dist":"16","psa":"1","dispatch_d":1707868800000,"dispatch_1":"2024-02-14","dispatch_t":"00:12:00","hour":0,"dc_key":202416005021,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":664,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":664,"objectid":14969894,"dc_dist":"16","psa":"1","dispatch_d":1707955200000,"dispatch_1":"2024-02-14","dispatch_t":"20:39:00","hour":20,"dc_key":202416005142,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":665,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":665,"objectid":14013121,"dc_dist":"16","psa":"1","dispatch_d":1708819200000,"dispatch_1":"2024-02-24","dispatch_t":"19:25:00","hour":19,"dc_key":202416006255,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":666,"geometry":{"type":"Point","coordinates":[-75.20195677978154,39.957158069589298]},"properties":{"OBJECTID_1":666,"objectid":14310731,"dc_dist":"16","psa":"1","dispatch_d":1708473600000,"dispatch_1":"2024-02-21","dispatch_t":"13:24:00","hour":13,"dc_key":202416005867,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.201956780000003,"point_y":39.957158069999998}},{"type":"Feature","id":667,"geometry":{"type":"Point","coordinates":[-75.205215230398551,39.956776230039054]},"properties":{"OBJECTID_1":667,"objectid":15806838,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"12:00:00","hour":11,"dc_key":202418021994,"location_b":"4100 BLOCK LUDLOW ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.205215229999993,"point_y":39.956776230000003}},{"type":"Feature","id":668,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":668,"objectid":15080705,"dc_dist":"18","psa":"3","dispatch_d":1710201600000,"dispatch_1":"2024-03-12","dispatch_t":"18:25:00","hour":18,"dc_key":202418013050,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":669,"geometry":{"type":"Point","coordinates":[-75.19059497977446,39.955313569965313]},"properties":{"OBJECTID_1":669,"objectid":13791608,"dc_dist":"18","psa":"3","dispatch_d":1704153600000,"dispatch_1":"2024-01-01","dispatch_t":"23:47:00","hour":23,"dc_key":202418000150,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.19059498,"point_y":39.955313570000001}},{"type":"Feature","id":670,"geometry":{"type":"Point","coordinates":[-75.196513710439319,39.950925110405592]},"properties":{"OBJECTID_1":670,"objectid":14473984,"dc_dist":"18","psa":"3","dispatch_d":1710547200000,"dispatch_1":"2024-03-16","dispatch_t":"15:24:00","hour":15,"dc_key":202418013868,"location_b":"3600 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.196513710000005,"point_y":39.95092511}},{"type":"Feature","id":671,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":671,"objectid":16939226,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-30","dispatch_t":"22:07:00","hour":22,"dc_key":202418027706,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":672,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":672,"objectid":12956877,"dc_dist":"16","psa":"1","dispatch_d":1705968000000,"dispatch_1":"2024-01-23","dispatch_t":"09:05:00","hour":9,"dc_key":202416002342,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":673,"geometry":{"type":"Point","coordinates":[-75.208250489968123,39.956093310058293]},"properties":{"OBJECTID_1":673,"objectid":14773966,"dc_dist":"18","psa":"3","dispatch_d":1708041600000,"dispatch_1":"2024-02-16","dispatch_t":"11:47:00","hour":11,"dc_key":202418008365,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208250489999998,"point_y":39.95609331}},{"type":"Feature","id":674,"geometry":{"type":"Point","coordinates":[-75.200413220293854,39.954101700233309]},"properties":{"OBJECTID_1":674,"objectid":13791750,"dc_dist":"18","psa":"3","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"12:27:00","hour":12,"dc_key":202418008193,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200413220000002,"point_y":39.954101700000002}},{"type":"Feature","id":675,"geometry":{"type":"Point","coordinates":[-75.188680149569223,39.953512629904026]},"properties":{"OBJECTID_1":675,"objectid":19791880,"dc_dist":"18","psa":"3","dispatch_d":1724025600000,"dispatch_1":"2024-08-19","dispatch_t":"11:49:00","hour":11,"dc_key":202418042136,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188680149999996,"point_y":39.953512629999999}},{"type":"Feature","id":676,"geometry":{"type":"Point","coordinates":[-75.206459429858739,39.952349429682499]},"properties":{"OBJECTID_1":676,"objectid":15461179,"dc_dist":"18","psa":"3","dispatch_d":1709164800000,"dispatch_1":"2024-02-29","dispatch_t":"18:58:00","hour":18,"dc_key":202418010919,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206459429999995,"point_y":39.952349429999998}},{"type":"Feature","id":677,"geometry":{"type":"Point","coordinates":[-75.204871319755568,39.950159940229128]},"properties":{"OBJECTID_1":677,"objectid":15294338,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"10:59:00","hour":10,"dc_key":202418018620,"location_b":"4000 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204871319999995,"point_y":39.950159939999999}},{"type":"Feature","id":678,"geometry":{"type":"Point","coordinates":[-75.196941359655966,39.952265299903729]},"properties":{"OBJECTID_1":678,"objectid":16559350,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"09:04:00","hour":9,"dc_key":202418025128,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196941359999997,"point_y":39.952265300000001}},{"type":"Feature","id":679,"geometry":{"type":"Point","coordinates":[-75.19347833036062,39.953783250296794]},"properties":{"OBJECTID_1":679,"objectid":13936334,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"17:20:00","hour":17,"dc_key":202418010657,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193478330000005,"point_y":39.953783250000001}},{"type":"Feature","id":680,"geometry":{"type":"Point","coordinates":[-75.208442409789313,39.956400780171919]},"properties":{"OBJECTID_1":680,"objectid":16053538,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"17:48:00","hour":17,"dc_key":202418021682,"location_b":"S 43RD ST & CHESTNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.208442410000004,"point_y":39.956400780000003}},{"type":"Feature","id":681,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":681,"objectid":14617022,"dc_dist":"18","psa":"3","dispatch_d":1710028800000,"dispatch_1":"2024-03-10","dispatch_t":"03:05:00","hour":3,"dc_key":202418012628,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":682,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":682,"objectid":14615016,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"09:00:00","hour":9,"dc_key":202418007010,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":683,"geometry":{"type":"Point","coordinates":[-75.190160900405203,39.951924599840481]},"properties":{"OBJECTID_1":683,"objectid":14181966,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"17:17:00","hour":17,"dc_key":202418010221,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190160899999995,"point_y":39.951924599999998}},{"type":"Feature","id":684,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":684,"objectid":13790909,"dc_dist":"16","psa":"1","dispatch_d":1708300800000,"dispatch_1":"2024-02-19","dispatch_t":"18:01:00","hour":18,"dc_key":202416005685,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":685,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":685,"objectid":17216160,"dc_dist":"16","psa":"1","dispatch_d":1717545600000,"dispatch_1":"2024-06-05","dispatch_t":"11:24:00","hour":11,"dc_key":202416020968,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":686,"geometry":{"type":"Point","coordinates":[-75.208429480236305,39.951599430169608]},"properties":{"OBJECTID_1":686,"objectid":15741090,"dc_dist":"18","psa":"3","dispatch_d":1712016000000,"dispatch_1":"2024-04-02","dispatch_t":"10:06:00","hour":10,"dc_key":202418016671,"location_b":"4200 BLOCK PINE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.208429480000007,"point_y":39.951599430000002}},{"type":"Feature","id":687,"geometry":{"type":"Point","coordinates":[-75.191077400401696,39.952363809841984]},"properties":{"OBJECTID_1":687,"objectid":14180958,"dc_dist":"18","psa":"3","dispatch_d":1707955200000,"dispatch_1":"2024-02-15","dispatch_t":"11:16:00","hour":11,"dc_key":202418008197,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.191077410000005,"point_y":39.952363810000001}},{"type":"Feature","id":688,"geometry":{"type":"Point","coordinates":[-75.194815769731974,39.953099820400439]},"properties":{"OBJECTID_1":688,"objectid":14773551,"dc_dist":"18","psa":"3","dispatch_d":1711497600000,"dispatch_1":"2024-03-26","dispatch_t":"20:18:00","hour":20,"dc_key":202418015679,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194815770000005,"point_y":39.953099819999998}},{"type":"Feature","id":689,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":689,"objectid":16115662,"dc_dist":"18","psa":"3","dispatch_d":1712188800000,"dispatch_1":"2024-04-04","dispatch_t":"12:22:00","hour":12,"dc_key":202418017060,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":690,"geometry":{"type":"Point","coordinates":[-75.19259913963856,39.953481249859863]},"properties":{"OBJECTID_1":690,"objectid":16116580,"dc_dist":"18","psa":"3","dispatch_d":1713052800000,"dispatch_1":"2024-04-13","dispatch_t":"21:01:00","hour":21,"dc_key":202418018911,"location_b":"3400 BLOCK Sansom St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192599139999999,"point_y":39.953481250000003}},{"type":"Feature","id":691,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":691,"objectid":15080874,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"12:30:00","hour":12,"dc_key":202418013410,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":692,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":692,"objectid":19446079,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-28","dispatch_t":"18:54:00","hour":18,"dc_key":202418038513,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":693,"geometry":{"type":"Point","coordinates":[-75.192528759594552,39.947601569556866]},"properties":{"OBJECTID_1":693,"objectid":14181489,"dc_dist":"18","psa":"3","dispatch_d":1706140800000,"dispatch_1":"2024-01-25","dispatch_t":"11:09:00","hour":11,"dc_key":202418004157,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192528760000002,"point_y":39.947601570000003}},{"type":"Feature","id":694,"geometry":{"type":"Point","coordinates":[-75.201116539596569,39.950588540029173]},"properties":{"OBJECTID_1":694,"objectid":13935849,"dc_dist":"18","psa":"3","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"15:48:00","hour":15,"dc_key":202418010198,"location_b":"3900 BLOCK DELANCEY ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201116540000001,"point_y":39.950588539999998}},{"type":"Feature","id":695,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":695,"objectid":13482157,"dc_dist":"16","psa":"1","dispatch_d":1706486400000,"dispatch_1":"2024-01-29","dispatch_t":"10:59:00","hour":10,"dc_key":202416003093,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":696,"geometry":{"type":"Point","coordinates":[-75.209001780008123,39.95374206044778]},"properties":{"OBJECTID_1":696,"objectid":13415766,"dc_dist":"18","psa":"3","dispatch_d":1706227200000,"dispatch_1":"2024-01-26","dispatch_t":"12:21:00","hour":12,"dc_key":202418004375,"location_b":"S 43RD ST & LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.209001779999994,"point_y":39.953742069999997}},{"type":"Feature","id":697,"geometry":{"type":"Point","coordinates":[-75.199205679898171,39.951258349693148]},"properties":{"OBJECTID_1":697,"objectid":18106874,"dc_dist":"18","psa":"3","dispatch_d":1718841600000,"dispatch_1":"2024-06-20","dispatch_t":"13:25:00","hour":13,"dc_key":202418031671,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.199205680000006,"point_y":39.951258359999997}},{"type":"Feature","id":698,"geometry":{"type":"Point","coordinates":[-75.207686439677389,39.950847179653692]},"properties":{"OBJECTID_1":698,"objectid":15081126,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"15:19:00","hour":15,"dc_key":202418013431,"location_b":"4200 BLOCK PINE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.207686440000003,"point_y":39.950847179999997}},{"type":"Feature","id":699,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820999589515]},"properties":{"OBJECTID_1":699,"objectid":14777016,"dc_dist":"16","psa":"1","dispatch_d":1711411200000,"dispatch_1":"2024-03-26","dispatch_t":"00:58:00","hour":0,"dc_key":202416009750,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.183335,"point_y":39.954821000000003}},{"type":"Feature","id":700,"geometry":{"type":"Point","coordinates":[-75.203084499949682,39.95174684973739]},"properties":{"OBJECTID_1":700,"objectid":16465112,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"04:13:00","hour":4,"dc_key":202418025339,"location_b":"S 40TH ST & SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203084500000003,"point_y":39.951746849999999}},{"type":"Feature","id":701,"geometry":{"type":"Point","coordinates":[-75.191821149626321,39.952802390318084]},"properties":{"OBJECTID_1":701,"objectid":12963792,"dc_dist":"18","psa":"3","dispatch_d":1705881600000,"dispatch_1":"2024-01-21","dispatch_t":"20:47:00","hour":20,"dc_key":202418003560,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.191821149999996,"point_y":39.952802400000003}},{"type":"Feature","id":702,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":702,"objectid":14778911,"dc_dist":"18","psa":"3","dispatch_d":1710460800000,"dispatch_1":"2024-03-15","dispatch_t":"12:12:00","hour":12,"dc_key":202418013632,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":703,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":703,"objectid":16197541,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"18:33:00","hour":18,"dc_key":202418023737,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":704,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":704,"objectid":16197542,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"00:56:00","hour":0,"dc_key":202418021546,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":705,"geometry":{"type":"Point","coordinates":[-75.196782610429068,39.952225379897413]},"properties":{"OBJECTID_1":705,"objectid":13080823,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-09","dispatch_t":"09:24:00","hour":9,"dc_key":202418001397,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"1200","text_gener":"Embezzlement","point_x":-75.19678261,"point_y":39.952225380000002}},{"type":"Feature","id":706,"geometry":{"type":"Point","coordinates":[-75.208252269726415,39.956101379674976]},"properties":{"OBJECTID_1":706,"objectid":13422641,"dc_dist":"18","psa":"3","dispatch_d":1706659200000,"dispatch_1":"2024-01-31","dispatch_t":"10:29:00","hour":10,"dc_key":202418005204,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.208252270000003,"point_y":39.95610138}},{"type":"Feature","id":707,"geometry":{"type":"Point","coordinates":[-75.19956849968645,39.954882089636783]},"properties":{"OBJECTID_1":707,"objectid":15084706,"dc_dist":"18","psa":"3","dispatch_d":1712016000000,"dispatch_1":"2024-04-01","dispatch_t":"20:59:00","hour":20,"dc_key":202418016605,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199568499999998,"point_y":39.954882089999998}},{"type":"Feature","id":708,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":708,"objectid":15843273,"dc_dist":"18","psa":"3","dispatch_d":1714262400000,"dispatch_1":"2024-04-28","dispatch_t":"16:27:00","hour":16,"dc_key":202418021469,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":709,"geometry":{"type":"Point","coordinates":[-75.197975890275075,39.95669739007252]},"properties":{"OBJECTID_1":709,"objectid":17143519,"dc_dist":"16","psa":"1","dispatch_d":1718150400000,"dispatch_1":"2024-06-11","dispatch_t":"22:01:00","hour":22,"dc_key":202416022016,"location_b":"0 BLOCK N 38th St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197975889999995,"point_y":39.956697390000002}},{"type":"Feature","id":710,"geometry":{"type":"Point","coordinates":[-75.200034999615525,39.955354999933377]},"properties":{"OBJECTID_1":710,"objectid":16694973,"dc_dist":"18","psa":"3","dispatch_d":1715126400000,"dispatch_1":"2024-05-08","dispatch_t":"16:31:00","hour":16,"dc_key":202418023484,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200035,"point_y":39.955354999999997}},{"type":"Feature","id":711,"geometry":{"type":"Point","coordinates":[-75.190035300188924,39.952555629838514]},"properties":{"OBJECTID_1":711,"objectid":16117289,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"14:06:00","hour":14,"dc_key":202418022028,"location_b":"S 33RD ST & WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.190035300000005,"point_y":39.952555629999999}},{"type":"Feature","id":712,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":712,"objectid":15294862,"dc_dist":"18","psa":"3","dispatch_d":1712188800000,"dispatch_1":"2024-04-04","dispatch_t":"09:50:00","hour":9,"dc_key":202418017044,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":713,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":713,"objectid":14618398,"dc_dist":"18","psa":"3","dispatch_d":1709942400000,"dispatch_1":"2024-03-08","dispatch_t":"20:23:00","hour":20,"dc_key":202418012438,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":714,"geometry":{"type":"Point","coordinates":[-75.190944780077473,39.949708090256195]},"properties":{"OBJECTID_1":714,"objectid":16468393,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"11:28:00","hour":11,"dc_key":202418025361,"location_b":"3200 BLOCK SOUTH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.190944779999995,"point_y":39.949708090000001}},{"type":"Feature","id":715,"geometry":{"type":"Point","coordinates":[-75.202912340032412,39.957014019781241]},"properties":{"OBJECTID_1":715,"objectid":15084281,"dc_dist":"18","psa":"3","dispatch_d":1711152000000,"dispatch_1":"2024-03-22","dispatch_t":"20:51:00","hour":20,"dc_key":202418014986,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202912339999997,"point_y":39.957014020000003}},{"type":"Feature","id":716,"geometry":{"type":"Point","coordinates":[-75.208443780356163,39.956409070122561]},"properties":{"OBJECTID_1":716,"objectid":13199589,"dc_dist":"18","psa":"3","dispatch_d":1705622400000,"dispatch_1":"2024-01-19","dispatch_t":"15:18:00","hour":15,"dc_key":202418003222,"location_b":"S 43RD ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208443790000004,"point_y":39.956409069999999}},{"type":"Feature","id":717,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":717,"objectid":16939722,"dc_dist":"16","psa":"1","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"19:25:00","hour":19,"dc_key":202416020136,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":718,"geometry":{"type":"Point","coordinates":[-75.189462440139437,39.955638149680908]},"properties":{"OBJECTID_1":718,"objectid":15778759,"dc_dist":"16","psa":"1","dispatch_d":1710892800000,"dispatch_1":"2024-03-20","dispatch_t":"12:06:00","hour":12,"dc_key":202416009089,"location_b":"0 BLOCK N 33RD ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.18946244,"point_y":39.955638149999999}},{"type":"Feature","id":719,"geometry":{"type":"Point","coordinates":[-75.191688940292295,39.952459879919559]},"properties":{"OBJECTID_1":719,"objectid":18042890,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-17","dispatch_t":"20:35:00","hour":20,"dc_key":202418025275,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.191688940000006,"point_y":39.952459879999999}},{"type":"Feature","id":720,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":720,"objectid":18825569,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-02","dispatch_t":"20:43:00","hour":20,"dc_key":202418033931,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":721,"geometry":{"type":"Point","coordinates":[-75.207013709914747,39.951441729552243]},"properties":{"OBJECTID_1":721,"objectid":15084915,"dc_dist":"18","psa":"3","dispatch_d":1712275200000,"dispatch_1":"2024-04-04","dispatch_t":"23:53:00","hour":23,"dc_key":202418017199,"location_b":"300 BLOCK S 42nd St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207013709999998,"point_y":39.951441729999999}},{"type":"Feature","id":722,"geometry":{"type":"Point","coordinates":[-75.202017539777614,39.956761800416814]},"properties":{"OBJECTID_1":722,"objectid":15775858,"dc_dist":"18","psa":"3","dispatch_d":1713916800000,"dispatch_1":"2024-04-24","dispatch_t":"16:33:00","hour":16,"dc_key":202418020769,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.20201754,"point_y":39.956761800000002}},{"type":"Feature","id":723,"geometry":{"type":"Point","coordinates":[-75.2073828096689,39.956335570330339]},"properties":{"OBJECTID_1":723,"objectid":13692109,"dc_dist":"18","psa":"3","dispatch_d":1707004800000,"dispatch_1":"2024-02-04","dispatch_t":"11:42:00","hour":11,"dc_key":202418005997,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207382809999999,"point_y":39.95633557}},{"type":"Feature","id":724,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":724,"objectid":15138293,"dc_dist":"18","psa":"3","dispatch_d":1709251200000,"dispatch_1":"2024-03-01","dispatch_t":"10:44:00","hour":10,"dc_key":202418011034,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":725,"geometry":{"type":"Point","coordinates":[-75.205576190388854,39.954905489996406]},"properties":{"OBJECTID_1":725,"objectid":19792340,"dc_dist":"18","psa":"3","dispatch_d":1724112000000,"dispatch_1":"2024-08-20","dispatch_t":"07:20:00","hour":7,"dc_key":202418042282,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205576190000002,"point_y":39.954905490000002}},{"type":"Feature","id":726,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":726,"objectid":16117538,"dc_dist":"18","psa":"3","dispatch_d":1715040000000,"dispatch_1":"2024-05-07","dispatch_t":"16:38:00","hour":16,"dc_key":202418023234,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":727,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":727,"objectid":17030154,"dc_dist":"18","psa":"3","dispatch_d":1717632000000,"dispatch_1":"2024-06-06","dispatch_t":"10:25:00","hour":10,"dc_key":202418028822,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":728,"geometry":{"type":"Point","coordinates":[-75.206631349657016,39.955940859682983]},"properties":{"OBJECTID_1":728,"objectid":17061829,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"16:03:00","hour":16,"dc_key":202418025194,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206631349999995,"point_y":39.955940859999998}},{"type":"Feature","id":729,"geometry":{"type":"Point","coordinates":[-75.196067969561113,39.948788719623792]},"properties":{"OBJECTID_1":729,"objectid":16056057,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-22","dispatch_t":"13:14:00","hour":13,"dc_key":202418020405,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196067970000001,"point_y":39.948788720000003}},{"type":"Feature","id":730,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":730,"objectid":16870458,"dc_dist":"18","psa":"3","dispatch_d":1715040000000,"dispatch_1":"2024-05-07","dispatch_t":"07:55:00","hour":7,"dc_key":202418023155,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":731,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":731,"objectid":16870459,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"10:04:00","hour":10,"dc_key":202418023649,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":732,"geometry":{"type":"Point","coordinates":[-75.192121759711426,39.952790920364748]},"properties":{"OBJECTID_1":732,"objectid":16940059,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"00:40:00","hour":0,"dc_key":202418025306,"location_b":"3400 BLOCK WOODLAND WALK","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.192121760000006,"point_y":39.952790919999998}},{"type":"Feature","id":733,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":733,"objectid":12963334,"dc_dist":"16","psa":"1","dispatch_d":1704067200000,"dispatch_1":"2024-01-01","dispatch_t":"14:33:00","hour":14,"dc_key":202416000037,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":734,"geometry":{"type":"Point","coordinates":[-75.187068069835505,39.952198259941781]},"properties":{"OBJECTID_1":734,"objectid":19376912,"dc_dist":"18","psa":"3","dispatch_d":1719100800000,"dispatch_1":"2024-06-23","dispatch_t":"09:13:00","hour":9,"dc_key":202418032158,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187068069999995,"point_y":39.952198260000003}},{"type":"Feature","id":735,"geometry":{"type":"Point","coordinates":[-75.187274309561701,39.951259169874845]},"properties":{"OBJECTID_1":735,"objectid":18395373,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-27","dispatch_t":"16:00:00","hour":15,"dc_key":202418032923,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187274310000006,"point_y":39.95125917}},{"type":"Feature","id":736,"geometry":{"type":"Point","coordinates":[-75.198496540183157,39.954338870342667]},"properties":{"OBJECTID_1":736,"objectid":17242573,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-30","dispatch_t":"18:32:00","hour":18,"dc_key":202418027652,"location_b":"100 BLOCK S 38TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.198496539999994,"point_y":39.954338870000001}},{"type":"Feature","id":737,"geometry":{"type":"Point","coordinates":[-75.191981870167126,39.948266659578735]},"properties":{"OBJECTID_1":737,"objectid":15465988,"dc_dist":"18","psa":"3","dispatch_d":1710201600000,"dispatch_1":"2024-03-12","dispatch_t":"12:20:00","hour":12,"dc_key":202418012984,"location_b":"3100 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.191981870000006,"point_y":39.948266660000002}},{"type":"Feature","id":738,"geometry":{"type":"Point","coordinates":[-75.193247760375812,39.954092000145749]},"properties":{"OBJECTID_1":738,"objectid":13912834,"dc_dist":"18","psa":"3","dispatch_d":1708300800000,"dispatch_1":"2024-02-19","dispatch_t":"10:21:00","hour":10,"dc_key":202418008819,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.193247760000006,"point_y":39.954092000000003}},{"type":"Feature","id":739,"geometry":{"type":"Point","coordinates":[-75.201975400244464,39.955322959786827]},"properties":{"OBJECTID_1":739,"objectid":17062028,"dc_dist":"18","psa":"3","dispatch_d":1717459200000,"dispatch_1":"2024-06-04","dispatch_t":"17:37:00","hour":17,"dc_key":202418028473,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201975399999995,"point_y":39.955322959999997}},{"type":"Feature","id":740,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":740,"objectid":16940487,"dc_dist":"18","psa":"3","dispatch_d":1716854400000,"dispatch_1":"2024-05-28","dispatch_t":"09:54:00","hour":9,"dc_key":202418027166,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":741,"geometry":{"type":"Point","coordinates":[-75.198189560199978,39.951201779638495]},"properties":{"OBJECTID_1":741,"objectid":17953759,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-03","dispatch_t":"14:27:00","hour":14,"dc_key":202418034098,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.198189560000003,"point_y":39.951201779999998}},{"type":"Feature","id":742,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":742,"objectid":17497443,"dc_dist":"18","psa":"3","dispatch_d":1719014400000,"dispatch_1":"2024-06-21","dispatch_t":"21:30:00","hour":21,"dc_key":202418031963,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":743,"geometry":{"type":"Point","coordinates":[-75.206912770008273,39.954097409567851]},"properties":{"OBJECTID_1":743,"objectid":15112262,"dc_dist":"18","psa":"3","dispatch_d":1711065600000,"dispatch_1":"2024-03-22","dispatch_t":"10:37:00","hour":10,"dc_key":202418014862,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206912770000002,"point_y":39.954097410000003}},{"type":"Feature","id":744,"geometry":{"type":"Point","coordinates":[-75.191414409647223,39.949325940439849]},"properties":{"OBJECTID_1":744,"objectid":14058391,"dc_dist":"18","psa":"3","dispatch_d":1707696000000,"dispatch_1":"2024-02-12","dispatch_t":"07:39:00","hour":7,"dc_key":202418007564,"location_b":"3200 BLOCK SOUTH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191414409999993,"point_y":39.949325940000001}},{"type":"Feature","id":745,"geometry":{"type":"Point","coordinates":[-75.183336779968386,39.95482807005942]},"properties":{"OBJECTID_1":745,"objectid":13199555,"dc_dist":"16","psa":"1","dispatch_d":1705881600000,"dispatch_1":"2024-01-22","dispatch_t":"13:10:00","hour":13,"dc_key":202416002250,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.183336780000005,"point_y":39.954828069999998}},{"type":"Feature","id":746,"geometry":{"type":"Point","coordinates":[-75.198532559829744,39.954374430435678]},"properties":{"OBJECTID_1":746,"objectid":15741217,"dc_dist":"18","psa":"3","dispatch_d":1712966400000,"dispatch_1":"2024-04-13","dispatch_t":"00:09:00","hour":0,"dc_key":202418018769,"location_b":"3800 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.198532560000004,"point_y":39.954374430000001}},{"type":"Feature","id":747,"geometry":{"type":"Point","coordinates":[-75.19920777981514,39.951266070372924]},"properties":{"OBJECTID_1":747,"objectid":13056095,"dc_dist":"18","psa":"3","dispatch_d":1705449600000,"dispatch_1":"2024-01-17","dispatch_t":"16:23:00","hour":16,"dc_key":202418002860,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199207779999995,"point_y":39.951266070000003}},{"type":"Feature","id":748,"geometry":{"type":"Point","coordinates":[-75.196780829771456,39.952217320173247]},"properties":{"OBJECTID_1":748,"objectid":16869340,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-25","dispatch_t":"16:11:00","hour":16,"dc_key":202418026770,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.196780829999994,"point_y":39.952217320000003}},{"type":"Feature","id":749,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":749,"objectid":14781932,"dc_dist":"16","psa":"1","dispatch_d":1710633600000,"dispatch_1":"2024-03-17","dispatch_t":"16:49:00","hour":16,"dc_key":202416008785,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":750,"geometry":{"type":"Point","coordinates":[-75.19706103963523,39.952280340165601]},"properties":{"OBJECTID_1":750,"objectid":18961504,"dc_dist":"18","psa":"3","dispatch_d":1721260800000,"dispatch_1":"2024-07-18","dispatch_t":"13:14:00","hour":13,"dc_key":202418036615,"location_b":"3700 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197061039999994,"point_y":39.952280340000002}},{"type":"Feature","id":751,"geometry":{"type":"Point","coordinates":[-75.190342829657823,39.951458750121276]},"properties":{"OBJECTID_1":751,"objectid":17797959,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-27","dispatch_t":"15:45:00","hour":15,"dc_key":202418032919,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190342830000006,"point_y":39.95145875}},{"type":"Feature","id":752,"geometry":{"type":"Point","coordinates":[-75.190189140016741,39.951794850152282]},"properties":{"OBJECTID_1":752,"objectid":13945990,"dc_dist":"18","psa":"3","dispatch_d":1708992000000,"dispatch_1":"2024-02-26","dispatch_t":"22:14:00","hour":22,"dc_key":202418010295,"location_b":"200 BLOCK S 33rd St","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.190189140000001,"point_y":39.951794849999999}},{"type":"Feature","id":753,"geometry":{"type":"Point","coordinates":[-75.188818619983294,39.95284761002921]},"properties":{"OBJECTID_1":753,"objectid":16700998,"dc_dist":"18","psa":"3","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"10:30:00","hour":10,"dc_key":202418019671,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.188818620000006,"point_y":39.952847609999999}},{"type":"Feature","id":754,"geometry":{"type":"Point","coordinates":[-75.20327666978244,39.951518510071253]},"properties":{"OBJECTID_1":754,"objectid":15901481,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-22","dispatch_t":"18:47:00","hour":18,"dc_key":202418020473,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203276669999994,"point_y":39.95151851}},{"type":"Feature","id":755,"geometry":{"type":"Point","coordinates":[-75.194561490020703,39.953909689580541]},"properties":{"OBJECTID_1":755,"objectid":16031054,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"17:54:00","hour":17,"dc_key":202418022063,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194561489999998,"point_y":39.953909699999997}},{"type":"Feature","id":756,"geometry":{"type":"Point","coordinates":[-75.194085620055262,39.955470620372864]},"properties":{"OBJECTID_1":756,"objectid":13209159,"dc_dist":"18","psa":"3","dispatch_d":1704758400000,"dispatch_1":"2024-01-09","dispatch_t":"15:47:00","hour":15,"dc_key":202418001454,"location_b":"0 BLOCK S 36TH ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.194085619999996,"point_y":39.95547062}},{"type":"Feature","id":757,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":757,"objectid":17144315,"dc_dist":"18","psa":"3","dispatch_d":1717372800000,"dispatch_1":"2024-06-03","dispatch_t":"16:53:00","hour":16,"dc_key":202418028307,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":758,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":758,"objectid":16621580,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"17:24:00","hour":17,"dc_key":202418019540,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":759,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":759,"objectid":15844834,"dc_dist":"16","psa":"1","dispatch_d":1713398400000,"dispatch_1":"2024-04-18","dispatch_t":"19:21:00","hour":19,"dc_key":202416013199,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":760,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":760,"objectid":13489446,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-02","dispatch_t":"13:11:00","hour":13,"dc_key":202418005607,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":761,"geometry":{"type":"Point","coordinates":[-75.183397209913267,39.952511179947066]},"properties":{"OBJECTID_1":761,"objectid":16061479,"dc_dist":"18","psa":"3","dispatch_d":1713484800000,"dispatch_1":"2024-04-18","dispatch_t":"21:15:00","hour":21,"dc_key":202418019809,"location_b":"2900 BLOCK CHESTNUT ST 306","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183397209999995,"point_y":39.952511180000002}},{"type":"Feature","id":762,"geometry":{"type":"Point","coordinates":[-75.200868129760352,39.956587449751055]},"properties":{"OBJECTID_1":762,"objectid":14321936,"dc_dist":"18","psa":"3","dispatch_d":1709856000000,"dispatch_1":"2024-03-08","dispatch_t":"10:40:00","hour":10,"dc_key":202418012336,"location_b":"3900-90 MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.200868130000003,"point_y":39.956587450000001}},{"type":"Feature","id":763,"geometry":{"type":"Point","coordinates":[-75.198148640147565,39.94816610008553]},"properties":{"OBJECTID_1":763,"objectid":16033029,"dc_dist":"18","psa":"3","dispatch_d":1714608000000,"dispatch_1":"2024-05-02","dispatch_t":"17:24:00","hour":17,"dc_key":202418022311,"location_b":"400 BLOCK UNIVERSITY AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.198148639999999,"point_y":39.948166100000002}},{"type":"Feature","id":764,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":764,"objectid":13698278,"dc_dist":"16","psa":"1","dispatch_d":1707523200000,"dispatch_1":"2024-02-10","dispatch_t":"07:14:00","hour":7,"dc_key":202416004597,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":765,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":765,"objectid":20415397,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-11","dispatch_t":"17:31:00","hour":17,"dc_key":202418046449,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":766,"geometry":{"type":"Point","coordinates":[-75.202476040237002,39.957132509957432]},"properties":{"OBJECTID_1":766,"objectid":17797803,"dc_dist":"18","psa":"3","dispatch_d":1718582400000,"dispatch_1":"2024-06-17","dispatch_t":"15:57:00","hour":15,"dc_key":202418031056,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.202476039999993,"point_y":39.957132510000001}},{"type":"Feature","id":767,"geometry":{"type":"Point","coordinates":[-75.189489540309978,39.955594209705055]},"properties":{"OBJECTID_1":767,"objectid":16700098,"dc_dist":"18","psa":"3","dispatch_d":1716854400000,"dispatch_1":"2024-05-28","dispatch_t":"09:42:00","hour":9,"dc_key":202418027161,"location_b":"N 33RD ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.189489539999997,"point_y":39.955594210000001}},{"type":"Feature","id":768,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":768,"objectid":18334624,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"02:53:00","hour":2,"dc_key":202418035231,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":769,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":769,"objectid":15497415,"dc_dist":"16","psa":"1","dispatch_d":1712966400000,"dispatch_1":"2024-04-13","dispatch_t":"07:33:00","hour":7,"dc_key":202416012318,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":770,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":770,"objectid":17551714,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-21","dispatch_t":"18:45:00","hour":18,"dc_key":202418031911,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":771,"geometry":{"type":"Point","coordinates":[-75.184571450212218,39.953144579658669]},"properties":{"OBJECTID_1":771,"objectid":14192101,"dc_dist":"18","psa":"3","dispatch_d":1709078400000,"dispatch_1":"2024-02-28","dispatch_t":"15:25:00","hour":15,"dc_key":202418010637,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.184571450000007,"point_y":39.95314458}},{"type":"Feature","id":772,"geometry":{"type":"Point","coordinates":[-75.201610690081225,39.951504559787679]},"properties":{"OBJECTID_1":772,"objectid":17988880,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-03","dispatch_t":"17:34:00","hour":17,"dc_key":202418034134,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201610689999995,"point_y":39.951504559999997}},{"type":"Feature","id":773,"geometry":{"type":"Point","coordinates":[-75.197393150273626,39.94564153043234]},"properties":{"OBJECTID_1":773,"objectid":16622735,"dc_dist":"18","psa":"3","dispatch_d":1716508800000,"dispatch_1":"2024-05-24","dispatch_t":"15:58:00","hour":15,"dc_key":202418026543,"location_b":"3700 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.197393149999996,"point_y":39.945641530000003}},{"type":"Feature","id":774,"geometry":{"type":"Point","coordinates":[-75.200722060074952,39.952093339635951]},"properties":{"OBJECTID_1":774,"objectid":18288665,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"16:31:00","hour":16,"dc_key":202418035698,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200722060000004,"point_y":39.952093339999998}},{"type":"Feature","id":775,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":775,"objectid":14627472,"dc_dist":"18","psa":"3","dispatch_d":1710720000000,"dispatch_1":"2024-03-18","dispatch_t":"12:03:00","hour":12,"dc_key":202418014147,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1200","text_gener":"Embezzlement","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":776,"geometry":{"type":"Point","coordinates":[-75.208460229855689,39.95509764004413]},"properties":{"OBJECTID_1":776,"objectid":14067732,"dc_dist":"18","psa":"3","dispatch_d":1709510400000,"dispatch_1":"2024-03-03","dispatch_t":"19:03:00","hour":19,"dc_key":202418011427,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.20846023,"point_y":39.955097639999998}},{"type":"Feature","id":777,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":777,"objectid":15780802,"dc_dist":"16","psa":"1","dispatch_d":1709510400000,"dispatch_1":"2024-03-03","dispatch_t":"22:07:00","hour":22,"dc_key":202416007113,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":778,"geometry":{"type":"Point","coordinates":[-75.207524290113838,39.956706500204859]},"properties":{"OBJECTID_1":778,"objectid":14502042,"dc_dist":"18","psa":"3","dispatch_d":1710374400000,"dispatch_1":"2024-03-14","dispatch_t":"17:07:00","hour":17,"dc_key":202418013465,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1200","text_gener":"Embezzlement","point_x":-75.207524289999995,"point_y":39.956706500000003}},{"type":"Feature","id":779,"geometry":{"type":"Point","coordinates":[-75.19810505990057,39.953617290305772]},"properties":{"OBJECTID_1":779,"objectid":18961592,"dc_dist":"18","psa":"3","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"17:50:00","hour":17,"dc_key":202418037918,"location_b":"3700 BLOCK Walnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198105060000003,"point_y":39.953617289999997}},{"type":"Feature","id":780,"geometry":{"type":"Point","coordinates":[-75.194815769731974,39.953099820400439]},"properties":{"OBJECTID_1":780,"objectid":21489889,"dc_dist":"18","psa":"3","dispatch_d":1728259200000,"dispatch_1":"2024-10-06","dispatch_t":"23:11:00","hour":23,"dc_key":202418051384,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194815770000005,"point_y":39.953099819999998}},{"type":"Feature","id":781,"geometry":{"type":"Point","coordinates":[-75.204944670260261,39.951199239953041]},"properties":{"OBJECTID_1":781,"objectid":14166973,"dc_dist":"18","psa":"3","dispatch_d":1709424000000,"dispatch_1":"2024-03-02","dispatch_t":"21:42:00","hour":21,"dc_key":202418011303,"location_b":"4000 BLOCK PINE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204944670000003,"point_y":39.951199240000001}},{"type":"Feature","id":782,"geometry":{"type":"Point","coordinates":[-75.201932329913063,39.955529150050268]},"properties":{"OBJECTID_1":782,"objectid":16502077,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-23","dispatch_t":"17:28:00","hour":17,"dc_key":202418026342,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.201932330000005,"point_y":39.955529149999997}},{"type":"Feature","id":783,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":783,"objectid":20312401,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-03","dispatch_t":"12:49:00","hour":12,"dc_key":202418044782,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":784,"geometry":{"type":"Point","coordinates":[-75.207015489673097,39.951449800068247]},"properties":{"OBJECTID_1":784,"objectid":13489634,"dc_dist":"18","psa":"3","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"16:37:00","hour":16,"dc_key":202418007071,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.207015490000003,"point_y":39.951449799999999}},{"type":"Feature","id":785,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":785,"objectid":17033572,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-30","dispatch_t":"20:58:00","hour":20,"dc_key":202418027697,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":786,"geometry":{"type":"Point","coordinates":[-75.183334389570405,39.954841680399284]},"properties":{"OBJECTID_1":786,"objectid":13206094,"dc_dist":"16","psa":"1","dispatch_d":1705708800000,"dispatch_1":"2024-01-20","dispatch_t":"08:24:00","hour":8,"dc_key":202416002032,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183334389999999,"point_y":39.954841680000001}},{"type":"Feature","id":787,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":787,"objectid":16623693,"dc_dist":"16","psa":"1","dispatch_d":1716336000000,"dispatch_1":"2024-05-22","dispatch_t":"15:34:00","hour":15,"dc_key":202416018413,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":788,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":788,"objectid":16972235,"dc_dist":"18","psa":"3","dispatch_d":1716163200000,"dispatch_1":"2024-05-20","dispatch_t":"08:51:00","hour":8,"dc_key":202418025606,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":789,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":789,"objectid":14625772,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-20","dispatch_t":"21:33:00","hour":21,"dc_key":202418014608,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":790,"geometry":{"type":"Point","coordinates":[-75.198619550351907,39.947711849822042]},"properties":{"OBJECTID_1":790,"objectid":18396015,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"19:54:00","hour":19,"dc_key":202418035358,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198619550000004,"point_y":39.947711849999997}},{"type":"Feature","id":791,"geometry":{"type":"Point","coordinates":[-75.201730520247281,39.955889940068744]},"properties":{"OBJECTID_1":791,"objectid":16722428,"dc_dist":"18","psa":"3","dispatch_d":1712880000000,"dispatch_1":"2024-04-12","dispatch_t":"15:36:00","hour":15,"dc_key":202418018667,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.201730519999998,"point_y":39.955889939999999}},{"type":"Feature","id":792,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":792,"objectid":16768324,"dc_dist":"16","psa":"1","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"05:40:00","hour":5,"dc_key":202416015544,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":793,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":793,"objectid":17799054,"dc_dist":"16","psa":"1","dispatch_d":1719705600000,"dispatch_1":"2024-06-30","dispatch_t":"12:39:00","hour":12,"dc_key":202416025061,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":794,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":794,"objectid":21070626,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"00:32:00","hour":0,"dc_key":202418049503,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":795,"geometry":{"type":"Point","coordinates":[-75.205798189834582,39.952821660091615]},"properties":{"OBJECTID_1":795,"objectid":17871897,"dc_dist":"18","psa":"3","dispatch_d":1718150400000,"dispatch_1":"2024-06-12","dispatch_t":"16:49:00","hour":16,"dc_key":202418030137,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205798189999996,"point_y":39.952821659999998}},{"type":"Feature","id":796,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":796,"objectid":15338507,"dc_dist":"18","psa":"3","dispatch_d":1711756800000,"dispatch_1":"2024-03-30","dispatch_t":"02:32:00","hour":2,"dc_key":202418016293,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":797,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":797,"objectid":18289723,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-20","dispatch_t":"23:01:00","hour":23,"dc_key":202418031764,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":798,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":798,"objectid":22206027,"dc_dist":"18","psa":"3","dispatch_d":1729468800000,"dispatch_1":"2024-10-21","dispatch_t":"19:40:00","hour":19,"dc_key":202418054592,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":799,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":799,"objectid":17031051,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-30","dispatch_t":"18:17:00","hour":18,"dc_key":202418027651,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":800,"geometry":{"type":"Point","coordinates":[-75.203513140219229,39.956382169601511]},"properties":{"OBJECTID_1":800,"objectid":14629663,"dc_dist":"18","psa":"3","dispatch_d":1710979200000,"dispatch_1":"2024-03-21","dispatch_t":"17:13:00","hour":17,"dc_key":202418014751,"location_b":"4000 BLOCK LUDLOW ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203513139999998,"point_y":39.956382169999998}},{"type":"Feature","id":801,"geometry":{"type":"Point","coordinates":[-75.208442409789313,39.956400780171919]},"properties":{"OBJECTID_1":801,"objectid":16607814,"dc_dist":"18","psa":"3","dispatch_d":1716336000000,"dispatch_1":"2024-05-22","dispatch_t":"16:21:00","hour":16,"dc_key":202418026096,"location_b":"S 43RD ST & CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.208442410000004,"point_y":39.956400780000003}},{"type":"Feature","id":802,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":802,"objectid":15965123,"dc_dist":"18","psa":"3","dispatch_d":1712361600000,"dispatch_1":"2024-04-06","dispatch_t":"02:35:00","hour":2,"dc_key":202418017441,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":803,"geometry":{"type":"Point","coordinates":[-75.196844130352304,39.950909990104037]},"properties":{"OBJECTID_1":803,"objectid":16567759,"dc_dist":"18","psa":"3","dispatch_d":1716163200000,"dispatch_1":"2024-05-20","dispatch_t":"10:40:00","hour":10,"dc_key":202418025617,"location_b":"3600 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196844130000002,"point_y":39.95090999}},{"type":"Feature","id":804,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":804,"objectid":16725788,"dc_dist":"18","psa":"3","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"16:19:00","hour":16,"dc_key":202418024795,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":805,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":805,"objectid":15877019,"dc_dist":"16","psa":"1","dispatch_d":1714176000000,"dispatch_1":"2024-04-26","dispatch_t":"20:15:00","hour":20,"dc_key":202416014320,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":806,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":806,"objectid":14788798,"dc_dist":"16","psa":"1","dispatch_d":1709251200000,"dispatch_1":"2024-03-01","dispatch_t":"13:38:00","hour":13,"dc_key":202416006860,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":807,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":807,"objectid":15086174,"dc_dist":"18","psa":"3","dispatch_d":1709510400000,"dispatch_1":"2024-03-04","dispatch_t":"10:54:00","hour":10,"dc_key":202418011507,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":808,"geometry":{"type":"Point","coordinates":[-75.205165009557504,39.952851180337746]},"properties":{"OBJECTID_1":808,"objectid":19618484,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-27","dispatch_t":"15:51:00","hour":15,"dc_key":202418032921,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205165010000002,"point_y":39.952851180000003}},{"type":"Feature","id":809,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":809,"objectid":16119315,"dc_dist":"16","psa":"1","dispatch_d":1713744000000,"dispatch_1":"2024-04-21","dispatch_t":"20:55:00","hour":20,"dc_key":202416013644,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":810,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":810,"objectid":15082484,"dc_dist":"18","psa":"3","dispatch_d":1711411200000,"dispatch_1":"2024-03-26","dispatch_t":"17:41:00","hour":17,"dc_key":202418015618,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":811,"geometry":{"type":"Point","coordinates":[-75.182631230346942,39.953910870390416]},"properties":{"OBJECTID_1":811,"objectid":16721966,"dc_dist":"18","psa":"3","dispatch_d":1712361600000,"dispatch_1":"2024-04-06","dispatch_t":"01:09:00","hour":1,"dc_key":202418017431,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182631229999998,"point_y":39.953910870000001}},{"type":"Feature","id":812,"geometry":{"type":"Point","coordinates":[-75.20058448988226,39.952724820194362]},"properties":{"OBJECTID_1":812,"objectid":14415820,"dc_dist":"18","psa":"3","dispatch_d":1710201600000,"dispatch_1":"2024-03-11","dispatch_t":"20:58:00","hour":20,"dc_key":202418012889,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.200584489999997,"point_y":39.95272482}},{"type":"Feature","id":813,"geometry":{"type":"Point","coordinates":[-75.192526979836202,39.947593499940126]},"properties":{"OBJECTID_1":813,"objectid":15200342,"dc_dist":"18","psa":"3","dispatch_d":1712016000000,"dispatch_1":"2024-04-02","dispatch_t":"16:51:00","hour":16,"dc_key":202418016729,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.192526979999997,"point_y":39.947593509999997}},{"type":"Feature","id":814,"geometry":{"type":"Point","coordinates":[-75.203278450440109,39.951526569795419]},"properties":{"OBJECTID_1":814,"objectid":13202957,"dc_dist":"18","psa":"3","dispatch_d":1706832000000,"dispatch_1":"2024-02-01","dispatch_t":"21:44:00","hour":21,"dc_key":202418005535,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.203278449999999,"point_y":39.951526569999999}},{"type":"Feature","id":815,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":815,"objectid":17513815,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-21","dispatch_t":"09:58:00","hour":9,"dc_key":202418031816,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":816,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":816,"objectid":16467222,"dc_dist":"18","psa":"3","dispatch_d":1715472000000,"dispatch_1":"2024-05-12","dispatch_t":"19:22:00","hour":19,"dc_key":202418024193,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":817,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":817,"objectid":15466060,"dc_dist":"16","psa":"1","dispatch_d":1712793600000,"dispatch_1":"2024-04-11","dispatch_t":"10:30:00","hour":10,"dc_key":202416012011,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":818,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":818,"objectid":15466067,"dc_dist":"16","psa":"1","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"17:08:00","hour":17,"dc_key":202416006319,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":819,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":819,"objectid":15466068,"dc_dist":"16","psa":"1","dispatch_d":1712448000000,"dispatch_1":"2024-04-07","dispatch_t":"17:31:00","hour":17,"dc_key":202416011396,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":820,"geometry":{"type":"Point","coordinates":[-75.197845930145547,39.951080710206668]},"properties":{"OBJECTID_1":820,"objectid":15907375,"dc_dist":"18","psa":"3","dispatch_d":1711152000000,"dispatch_1":"2024-03-23","dispatch_t":"17:37:00","hour":17,"dc_key":202418015125,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.19784593,"point_y":39.951080709999999}},{"type":"Feature","id":821,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":821,"objectid":13951324,"dc_dist":"16","psa":"1","dispatch_d":1708905600000,"dispatch_1":"2024-02-26","dispatch_t":"12:31:00","hour":12,"dc_key":202416006406,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":822,"geometry":{"type":"Point","coordinates":[-75.203816729758216,39.955810719688998]},"properties":{"OBJECTID_1":822,"objectid":16768431,"dc_dist":"18","psa":"3","dispatch_d":1716076800000,"dispatch_1":"2024-05-19","dispatch_t":"03:40:00","hour":3,"dc_key":202418025474,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.20381673,"point_y":39.955810720000002}},{"type":"Feature","id":823,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":823,"objectid":19274985,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"03:47:00","hour":3,"dc_key":202418033080,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":824,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":824,"objectid":16117953,"dc_dist":"18","psa":"3","dispatch_d":1714176000000,"dispatch_1":"2024-04-27","dispatch_t":"14:10:00","hour":14,"dc_key":202418021304,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":825,"geometry":{"type":"Point","coordinates":[-75.192560049706515,39.950491309826134]},"properties":{"OBJECTID_1":825,"objectid":18042885,"dc_dist":"18","psa":"3","dispatch_d":1720137600000,"dispatch_1":"2024-07-05","dispatch_t":"18:58:00","hour":18,"dc_key":202418034486,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192560049999997,"point_y":39.950491309999997}},{"type":"Feature","id":826,"geometry":{"type":"Point","coordinates":[-75.208102969676247,39.957968660025699]},"properties":{"OBJECTID_1":826,"objectid":13422408,"dc_dist":"16","psa":"1","dispatch_d":1707436800000,"dispatch_1":"2024-02-09","dispatch_t":"03:31:00","hour":3,"dc_key":202416004441,"location_b":"0 BLOCK N 43RD ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.208102969999999,"point_y":39.957968659999999}},{"type":"Feature","id":827,"geometry":{"type":"Point","coordinates":[-75.20469309031381,39.953438079703687]},"properties":{"OBJECTID_1":827,"objectid":14620033,"dc_dist":"18","psa":"3","dispatch_d":1710288000000,"dispatch_1":"2024-03-13","dispatch_t":"11:00:00","hour":11,"dc_key":202418013182,"location_b":"4000 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.2046931,"point_y":39.953438079999998}},{"type":"Feature","id":828,"geometry":{"type":"Point","coordinates":[-75.205399899885435,39.950152049577468]},"properties":{"OBJECTID_1":828,"objectid":16119742,"dc_dist":"18","psa":"3","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"11:50:00","hour":11,"dc_key":202418021797,"location_b":"4000 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205399900000003,"point_y":39.95015205}},{"type":"Feature","id":829,"geometry":{"type":"Point","coordinates":[-75.200228809811676,39.952076620339824]},"properties":{"OBJECTID_1":829,"objectid":20350961,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"10:43:00","hour":10,"dc_key":202418046220,"location_b":"3800 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200228809999999,"point_y":39.95207662}},{"type":"Feature","id":830,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":830,"objectid":15138630,"dc_dist":"18","psa":"3","dispatch_d":1709769600000,"dispatch_1":"2024-03-07","dispatch_t":"17:37:00","hour":17,"dc_key":202418012168,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":831,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":831,"objectid":13056025,"dc_dist":"16","psa":"1","dispatch_d":1704067200000,"dispatch_1":"2024-01-01","dispatch_t":"15:15:00","hour":15,"dc_key":202416000040,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":832,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":832,"objectid":17178806,"dc_dist":"18","psa":"3","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"12:09:00","hour":12,"dc_key":202418019488,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":833,"geometry":{"type":"Point","coordinates":[-75.205215230398551,39.956776230039054]},"properties":{"OBJECTID_1":833,"objectid":15967557,"dc_dist":"18","psa":"3","dispatch_d":1714521600000,"dispatch_1":"2024-05-01","dispatch_t":"12:02:00","hour":12,"dc_key":202418021995,"location_b":"4100 BLOCK LUDLOW ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.205215229999993,"point_y":39.956776230000003}},{"type":"Feature","id":834,"geometry":{"type":"Point","coordinates":[-75.205387640327274,39.951608519617537]},"properties":{"OBJECTID_1":834,"objectid":18990827,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"13:24:00","hour":13,"dc_key":202418035668,"location_b":"300 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205387650000006,"point_y":39.951608520000001}},{"type":"Feature","id":835,"geometry":{"type":"Point","coordinates":[-75.201774899991619,39.952209749680264]},"properties":{"OBJECTID_1":835,"objectid":20386674,"dc_dist":"18","psa":"3","dispatch_d":1725494400000,"dispatch_1":"2024-09-05","dispatch_t":"11:06:00","hour":11,"dc_key":202418045279,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201774900000004,"point_y":39.952209750000002}},{"type":"Feature","id":836,"geometry":{"type":"Point","coordinates":[-75.20327666978244,39.951518510071253]},"properties":{"OBJECTID_1":836,"objectid":16205039,"dc_dist":"18","psa":"3","dispatch_d":1715472000000,"dispatch_1":"2024-05-12","dispatch_t":"17:16:00","hour":17,"dc_key":202418024169,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203276669999994,"point_y":39.95151851}},{"type":"Feature","id":837,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":837,"objectid":17906239,"dc_dist":"18","psa":"3","dispatch_d":1717200000000,"dispatch_1":"2024-06-01","dispatch_t":"16:10:00","hour":16,"dc_key":202418027983,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":838,"geometry":{"type":"Point","coordinates":[-75.196357060230127,39.955649390307144]},"properties":{"OBJECTID_1":838,"objectid":17516844,"dc_dist":"18","psa":"3","dispatch_d":1718064000000,"dispatch_1":"2024-06-11","dispatch_t":"16:27:00","hour":16,"dc_key":202418029898,"location_b":"3700 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.196357059999997,"point_y":39.955649389999998}},{"type":"Feature","id":839,"geometry":{"type":"Point","coordinates":[-75.206855410348851,39.951422830299407]},"properties":{"OBJECTID_1":839,"objectid":16770083,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-28","dispatch_t":"23:19:00","hour":23,"dc_key":202418021535,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206855410000003,"point_y":39.951422829999998}},{"type":"Feature","id":840,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":840,"objectid":16770091,"dc_dist":"18","psa":"3","dispatch_d":1716940800000,"dispatch_1":"2024-05-29","dispatch_t":"11:56:00","hour":11,"dc_key":202418027370,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":841,"geometry":{"type":"Point","coordinates":[-75.195075330262227,39.951840030293226]},"properties":{"OBJECTID_1":841,"objectid":16769187,"dc_dist":"18","psa":"3","dispatch_d":1713830400000,"dispatch_1":"2024-04-23","dispatch_t":"18:11:00","hour":18,"dc_key":202418020641,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195075329999995,"point_y":39.95184003}},{"type":"Feature","id":842,"geometry":{"type":"Point","coordinates":[-75.202367180001318,39.955913540077859]},"properties":{"OBJECTID_1":842,"objectid":14788218,"dc_dist":"18","psa":"3","dispatch_d":1710460800000,"dispatch_1":"2024-03-14","dispatch_t":"23:38:00","hour":23,"dc_key":202418013561,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202367179999996,"point_y":39.955913539999997}},{"type":"Feature","id":843,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":843,"objectid":17222130,"dc_dist":"16","psa":"1","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"13:12:00","hour":13,"dc_key":202416022267,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":844,"geometry":{"type":"Point","coordinates":[-75.203969299743335,39.955091489580639]},"properties":{"OBJECTID_1":844,"objectid":16567611,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-08","dispatch_t":"21:21:00","hour":21,"dc_key":202418023560,"location_b":"4000 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203969299999997,"point_y":39.955091500000002}},{"type":"Feature","id":845,"geometry":{"type":"Point","coordinates":[-75.194618650030634,39.956288370312109]},"properties":{"OBJECTID_1":845,"objectid":14195008,"dc_dist":"16","psa":"1","dispatch_d":1708819200000,"dispatch_1":"2024-02-25","dispatch_t":"02:01:00","hour":2,"dc_key":202416006278,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194618649999995,"point_y":39.956288370000003}},{"type":"Feature","id":846,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":846,"objectid":15093424,"dc_dist":"16","psa":"1","dispatch_d":1711670400000,"dispatch_1":"2024-03-29","dispatch_t":"12:16:00","hour":12,"dc_key":202416010188,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":847,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":847,"objectid":16624993,"dc_dist":"18","psa":"3","dispatch_d":1716595200000,"dispatch_1":"2024-05-24","dispatch_t":"20:18:00","hour":20,"dc_key":202418026618,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":848,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":848,"objectid":15210861,"dc_dist":"16","psa":"1","dispatch_d":1711670400000,"dispatch_1":"2024-03-29","dispatch_t":"06:59:00","hour":6,"dc_key":202416010148,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":849,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":849,"objectid":16877084,"dc_dist":"16","psa":"1","dispatch_d":1716940800000,"dispatch_1":"2024-05-29","dispatch_t":"02:35:00","hour":2,"dc_key":202416019621,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":850,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":850,"objectid":17247965,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"15:17:00","hour":15,"dc_key":202418030358,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":851,"geometry":{"type":"Point","coordinates":[-75.205869659856887,39.951605720027999]},"properties":{"OBJECTID_1":851,"objectid":17432339,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-13","dispatch_t":"12:02:00","hour":12,"dc_key":202418030333,"location_b":"300 BLOCK S 41ST ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205869660000005,"point_y":39.951605720000003}},{"type":"Feature","id":852,"geometry":{"type":"Point","coordinates":[-75.200722060074952,39.952093339635951]},"properties":{"OBJECTID_1":852,"objectid":18359267,"dc_dist":"18","psa":"3","dispatch_d":1720483200000,"dispatch_1":"2024-07-09","dispatch_t":"07:03:00","hour":7,"dc_key":202418035074,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200722060000004,"point_y":39.952093339999998}},{"type":"Feature","id":853,"geometry":{"type":"Point","coordinates":[-75.203421150365784,39.950430090276484]},"properties":{"OBJECTID_1":853,"objectid":18515137,"dc_dist":"18","psa":"3","dispatch_d":1720915200000,"dispatch_1":"2024-07-14","dispatch_t":"01:18:00","hour":1,"dc_key":202418035924,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.203421149999997,"point_y":39.950430089999998}},{"type":"Feature","id":854,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":854,"objectid":18236431,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"15:15:00","hour":15,"dc_key":202418034292,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":855,"geometry":{"type":"Point","coordinates":[-75.198471840303171,39.954374729909887]},"properties":{"OBJECTID_1":855,"objectid":19648630,"dc_dist":"18","psa":"3","dispatch_d":1722211200000,"dispatch_1":"2024-07-29","dispatch_t":"13:57:00","hour":13,"dc_key":202418038611,"location_b":"3700 BLOCK Sansom St","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.198471839999996,"point_y":39.954374729999998}},{"type":"Feature","id":856,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":856,"objectid":15909089,"dc_dist":"16","psa":"1","dispatch_d":1713312000000,"dispatch_1":"2024-04-17","dispatch_t":"05:34:00","hour":5,"dc_key":202416012948,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":857,"geometry":{"type":"Point","coordinates":[-75.195240159805508,39.949675899922909]},"properties":{"OBJECTID_1":857,"objectid":17658349,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-23","dispatch_t":"12:24:00","hour":12,"dc_key":202418026287,"location_b":"3400 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195240159999997,"point_y":39.949675900000003}},{"type":"Feature","id":858,"geometry":{"type":"Point","coordinates":[-75.200588179800604,39.95268962972267]},"properties":{"OBJECTID_1":858,"objectid":17379012,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-16","dispatch_t":"18:52:00","hour":18,"dc_key":202418030925,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200588179999997,"point_y":39.952689630000002}},{"type":"Feature","id":859,"geometry":{"type":"Point","coordinates":[-75.198311779864696,39.955144000095572]},"properties":{"OBJECTID_1":859,"objectid":17039284,"dc_dist":"18","psa":"3","dispatch_d":1717459200000,"dispatch_1":"2024-06-04","dispatch_t":"17:15:00","hour":17,"dc_key":202418028468,"location_b":"S 38TH ST & CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.198311790000005,"point_y":39.955143999999997}},{"type":"Feature","id":860,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":860,"objectid":17837410,"dc_dist":"16","psa":"1","dispatch_d":1717804800000,"dispatch_1":"2024-06-08","dispatch_t":"09:56:00","hour":9,"dc_key":202416021472,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":861,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":861,"objectid":17555151,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-20","dispatch_t":"20:44:00","hour":20,"dc_key":202418031742,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":862,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":862,"objectid":17655489,"dc_dist":"18","psa":"3","dispatch_d":1719187200000,"dispatch_1":"2024-06-24","dispatch_t":"14:11:00","hour":14,"dc_key":202418032353,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":863,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":863,"objectid":17179429,"dc_dist":"16","psa":"1","dispatch_d":1718150400000,"dispatch_1":"2024-06-12","dispatch_t":"07:57:00","hour":7,"dc_key":202416022050,"location_b":"2900 BLOCK Market St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":864,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":864,"objectid":17179653,"dc_dist":"18","psa":"3","dispatch_d":1717459200000,"dispatch_1":"2024-06-04","dispatch_t":"13:38:00","hour":13,"dc_key":202418028444,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":865,"geometry":{"type":"Point","coordinates":[-75.184659640430027,39.953504230236092]},"properties":{"OBJECTID_1":865,"objectid":18153055,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"09:22:00","hour":9,"dc_key":202418032683,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.184659640000007,"point_y":39.95350423}},{"type":"Feature","id":866,"geometry":{"type":"Point","coordinates":[-75.186236009883885,39.954754250108635]},"properties":{"OBJECTID_1":866,"objectid":15211104,"dc_dist":"18","psa":"3","dispatch_d":1712016000000,"dispatch_1":"2024-04-02","dispatch_t":"13:19:00","hour":13,"dc_key":202418016702,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.186236010000002,"point_y":39.954754250000001}},{"type":"Feature","id":867,"geometry":{"type":"Point","coordinates":[-75.197367470132576,39.953183249607321]},"properties":{"OBJECTID_1":867,"objectid":20279130,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"19:29:00","hour":19,"dc_key":202418045141,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197367470000003,"point_y":39.953183250000002}},{"type":"Feature","id":868,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":868,"objectid":18397590,"dc_dist":"16","psa":"1","dispatch_d":1717372800000,"dispatch_1":"2024-06-03","dispatch_t":"00:52:00","hour":0,"dc_key":202416020465,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":869,"geometry":{"type":"Point","coordinates":[-75.202154510122512,39.951572189704848]},"properties":{"OBJECTID_1":869,"objectid":18398543,"dc_dist":"18","psa":"3","dispatch_d":1719273600000,"dispatch_1":"2024-06-25","dispatch_t":"06:28:00","hour":6,"dc_key":202418032483,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.20215451,"point_y":39.95157219}},{"type":"Feature","id":870,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":870,"objectid":17380643,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"16:15:00","hour":16,"dc_key":202418030590,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":871,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":871,"objectid":17312848,"dc_dist":"18","psa":"3","dispatch_d":1717113600000,"dispatch_1":"2024-05-31","dispatch_t":"08:07:00","hour":8,"dc_key":202418027754,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":872,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":872,"objectid":21491493,"dc_dist":"18","psa":"3","dispatch_d":1727568000000,"dispatch_1":"2024-09-29","dispatch_t":"17:06:00","hour":17,"dc_key":202418049908,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":873,"geometry":{"type":"Point","coordinates":[-75.208101189917954,39.957960590408959]},"properties":{"OBJECTID_1":873,"objectid":16905575,"dc_dist":"16","psa":"1","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"11:53:00","hour":11,"dc_key":202416020388,"location_b":"0 BLOCK N 43rd St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.208101189999994,"point_y":39.957960589999999}},{"type":"Feature","id":874,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":874,"objectid":18783027,"dc_dist":"18","psa":"3","dispatch_d":1720483200000,"dispatch_1":"2024-07-08","dispatch_t":"20:28:00","hour":20,"dc_key":202418035009,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":875,"geometry":{"type":"Point","coordinates":[-75.202694689708153,39.950570610245506]},"properties":{"OBJECTID_1":875,"objectid":19035843,"dc_dist":"18","psa":"3","dispatch_d":1722643200000,"dispatch_1":"2024-08-03","dispatch_t":"11:45:00","hour":11,"dc_key":202418039497,"location_b":"3900 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202694690000001,"point_y":39.95057061}},{"type":"Feature","id":876,"geometry":{"type":"Point","coordinates":[-75.197203479656821,39.953871570016986]},"properties":{"OBJECTID_1":876,"objectid":20280682,"dc_dist":"18","psa":"3","dispatch_d":1725235200000,"dispatch_1":"2024-09-02","dispatch_t":"17:21:00","hour":17,"dc_key":202418044662,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197203479999999,"point_y":39.953871569999997}},{"type":"Feature","id":877,"geometry":{"type":"Point","coordinates":[-75.20363121041197,39.950969310285473]},"properties":{"OBJECTID_1":877,"objectid":18400656,"dc_dist":"18","psa":"3","dispatch_d":1716422400000,"dispatch_1":"2024-05-23","dispatch_t":"16:09:00","hour":16,"dc_key":202418026314,"location_b":"4000 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203631209999998,"point_y":39.950969309999998}},{"type":"Feature","id":878,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":878,"objectid":20417303,"dc_dist":"18","psa":"3","dispatch_d":1723939200000,"dispatch_1":"2024-08-18","dispatch_t":"11:32:00","hour":11,"dc_key":202418042016,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":879,"geometry":{"type":"Point","coordinates":[-75.190342829657823,39.951458750121276]},"properties":{"OBJECTID_1":879,"objectid":18643774,"dc_dist":"18","psa":"3","dispatch_d":1717891200000,"dispatch_1":"2024-06-09","dispatch_t":"14:22:00","hour":14,"dc_key":202418029485,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190342830000006,"point_y":39.95145875}},{"type":"Feature","id":880,"geometry":{"type":"Point","coordinates":[-75.202364869642963,39.957286089881222]},"properties":{"OBJECTID_1":880,"objectid":20835837,"dc_dist":"16","psa":"1","dispatch_d":1725840000000,"dispatch_1":"2024-09-09","dispatch_t":"10:06:00","hour":10,"dc_key":202416036330,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202364869999997,"point_y":39.957286089999997}},{"type":"Feature","id":881,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":881,"objectid":21828912,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"10:13:00","hour":10,"dc_key":202418052137,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":882,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":882,"objectid":16209714,"dc_dist":"18","psa":"3","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"17:39:00","hour":17,"dc_key":202418022861,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":883,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":883,"objectid":18577976,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"15:22:00","hour":15,"dc_key":202418036850,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":884,"geometry":{"type":"Point","coordinates":[-75.206073080208455,39.957673710273582]},"properties":{"OBJECTID_1":884,"objectid":18449695,"dc_dist":"16","psa":"1","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"06:41:00","hour":6,"dc_key":202416026800,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.206073070000002,"point_y":39.957673710000002}},{"type":"Feature","id":885,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":885,"objectid":19134748,"dc_dist":"16","psa":"1","dispatch_d":1722297600000,"dispatch_1":"2024-07-30","dispatch_t":"14:59:00","hour":14,"dc_key":202416029901,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":886,"geometry":{"type":"Point","coordinates":[-75.205841420245292,39.954576369603842]},"properties":{"OBJECTID_1":886,"objectid":19382239,"dc_dist":"18","psa":"3","dispatch_d":1722902400000,"dispatch_1":"2024-08-06","dispatch_t":"16:44:00","hour":16,"dc_key":202418039953,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205841419999999,"point_y":39.954576369999998}},{"type":"Feature","id":887,"geometry":{"type":"Point","coordinates":[-75.200722060074952,39.952093339635951]},"properties":{"OBJECTID_1":887,"objectid":18889050,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-03","dispatch_t":"23:16:00","hour":23,"dc_key":202418034199,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200722060000004,"point_y":39.952093339999998}},{"type":"Feature","id":888,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":888,"objectid":18362808,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-16","dispatch_t":"21:02:00","hour":21,"dc_key":202418036357,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":889,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":889,"objectid":19795716,"dc_dist":"18","psa":"3","dispatch_d":1723766400000,"dispatch_1":"2024-08-15","dispatch_t":"21:15:00","hour":21,"dc_key":202418041542,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":890,"geometry":{"type":"Point","coordinates":[-75.203088109828343,39.95703781044665]},"properties":{"OBJECTID_1":890,"objectid":20388341,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"17:05:00","hour":17,"dc_key":202418046654,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203088109999996,"point_y":39.957037810000003}},{"type":"Feature","id":891,"geometry":{"type":"Point","coordinates":[-75.200468429674231,39.952675159630985]},"properties":{"OBJECTID_1":891,"objectid":18401180,"dc_dist":"18","psa":"3","dispatch_d":1720310400000,"dispatch_1":"2024-07-07","dispatch_t":"14:34:00","hour":14,"dc_key":202418034785,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200468430000001,"point_y":39.952675159999998}},{"type":"Feature","id":892,"geometry":{"type":"Point","coordinates":[-75.206588749671027,39.951387289991487]},"properties":{"OBJECTID_1":892,"objectid":20836024,"dc_dist":"18","psa":"3","dispatch_d":1726790400000,"dispatch_1":"2024-09-20","dispatch_t":"15:02:00","hour":15,"dc_key":202418048202,"location_b":"4100 BLOCK PINE ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.206588749999995,"point_y":39.95138729}},{"type":"Feature","id":893,"geometry":{"type":"Point","coordinates":[-75.196412749848491,39.949821799636425]},"properties":{"OBJECTID_1":893,"objectid":18185025,"dc_dist":"18","psa":"3","dispatch_d":1718841600000,"dispatch_1":"2024-06-20","dispatch_t":"15:58:00","hour":15,"dc_key":202418031682,"location_b":"3600 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196412760000001,"point_y":39.949821800000002}},{"type":"Feature","id":894,"geometry":{"type":"Point","coordinates":[-75.206340720248022,39.951422270021794]},"properties":{"OBJECTID_1":894,"objectid":18098086,"dc_dist":"18","psa":"3","dispatch_d":1719014400000,"dispatch_1":"2024-06-22","dispatch_t":"05:49:00","hour":5,"dc_key":202418032010,"location_b":"4100 BLOCK Pine St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20634072,"point_y":39.951422270000002}},{"type":"Feature","id":895,"geometry":{"type":"Point","coordinates":[-75.204209829719844,39.957034220353023]},"properties":{"OBJECTID_1":895,"objectid":17042916,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"13:25:00","hour":13,"dc_key":202418028092,"location_b":"0 BLOCK S 41ST ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204209829999996,"point_y":39.957034219999997}},{"type":"Feature","id":896,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":896,"objectid":18362318,"dc_dist":"16","psa":"1","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"02:22:00","hour":2,"dc_key":202416026785,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":897,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":897,"objectid":18186288,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-09","dispatch_t":"21:34:00","hour":21,"dc_key":202418035196,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":898,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":898,"objectid":18449737,"dc_dist":"16","psa":"1","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"15:19:00","hour":15,"dc_key":202416027007,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":899,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":899,"objectid":20314283,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"12:43:00","hour":12,"dc_key":202418043892,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":900,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":900,"objectid":19795729,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-28","dispatch_t":"16:54:00","hour":16,"dc_key":202418038497,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":901,"geometry":{"type":"Point","coordinates":[-75.205154810346187,39.954414350441994]},"properties":{"OBJECTID_1":901,"objectid":19213180,"dc_dist":"18","psa":"3","dispatch_d":1722643200000,"dispatch_1":"2024-08-02","dispatch_t":"20:18:00","hour":20,"dc_key":202418039416,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.205154809999996,"point_y":39.95441435}},{"type":"Feature","id":902,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":902,"objectid":17841568,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"18:15:00","hour":18,"dc_key":202418033196,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":903,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":903,"objectid":17383615,"dc_dist":"16","psa":"1","dispatch_d":1718236800000,"dispatch_1":"2024-06-12","dispatch_t":"22:22:00","hour":22,"dc_key":202416022198,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":904,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":904,"objectid":18449743,"dc_dist":"16","psa":"1","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"09:27:00","hour":9,"dc_key":202416027443,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":905,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":905,"objectid":17780638,"dc_dist":"16","psa":"1","dispatch_d":1719705600000,"dispatch_1":"2024-06-29","dispatch_t":"20:45:00","hour":20,"dc_key":202416024990,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":906,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":906,"objectid":19277535,"dc_dist":"18","psa":"3","dispatch_d":1722556800000,"dispatch_1":"2024-08-01","dispatch_t":"23:52:00","hour":23,"dc_key":202418039306,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"200","text_gener":"Rape","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":907,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":907,"objectid":20864861,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-25","dispatch_t":"18:01:00","hour":18,"dc_key":202418049210,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":908,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":908,"objectid":19101356,"dc_dist":"18","psa":"3","dispatch_d":1722729600000,"dispatch_1":"2024-08-04","dispatch_t":"14:46:00","hour":14,"dc_key":202418039622,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":909,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":909,"objectid":18927794,"dc_dist":"18","psa":"3","dispatch_d":1719100800000,"dispatch_1":"2024-06-23","dispatch_t":"17:28:00","hour":17,"dc_key":202418032214,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":910,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":910,"objectid":18114857,"dc_dist":"18","psa":"3","dispatch_d":1716854400000,"dispatch_1":"2024-05-28","dispatch_t":"09:11:00","hour":9,"dc_key":202418027155,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":911,"geometry":{"type":"Point","coordinates":[-75.193972890036832,39.950678109806972]},"properties":{"OBJECTID_1":911,"objectid":19968686,"dc_dist":"18","psa":"3","dispatch_d":1724630400000,"dispatch_1":"2024-08-26","dispatch_t":"14:12:00","hour":14,"dc_key":202418043326,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193972889999998,"point_y":39.950678109999998}},{"type":"Feature","id":912,"geometry":{"type":"Point","coordinates":[-75.192229760195232,39.952281699940556]},"properties":{"OBJECTID_1":912,"objectid":20280726,"dc_dist":"18","psa":"3","dispatch_d":1724716800000,"dispatch_1":"2024-08-26","dispatch_t":"21:07:00","hour":21,"dc_key":202418043389,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192229760000004,"point_y":39.9522817}},{"type":"Feature","id":913,"geometry":{"type":"Point","coordinates":[-75.203317169851459,39.950334999560653]},"properties":{"OBJECTID_1":913,"objectid":16637396,"dc_dist":"18","psa":"3","dispatch_d":1716768000000,"dispatch_1":"2024-05-27","dispatch_t":"19:08:00","hour":19,"dc_key":202418027094,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203317170000005,"point_y":39.950335000000003}},{"type":"Feature","id":914,"geometry":{"type":"Point","coordinates":[-75.183885959969018,39.952576520190291]},"properties":{"OBJECTID_1":914,"objectid":19559443,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-11","dispatch_t":"20:57:00","hour":20,"dc_key":202418040857,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183885959999998,"point_y":39.952576520000001}},{"type":"Feature","id":915,"geometry":{"type":"Point","coordinates":[-75.208600519598235,39.955637940138899]},"properties":{"OBJECTID_1":915,"objectid":19381118,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"15:19:00","hour":15,"dc_key":202418034294,"location_b":"S 43RD ST & SANSOM ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.208600520000005,"point_y":39.955637940000003}},{"type":"Feature","id":916,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":916,"objectid":18927808,"dc_dist":"18","psa":"3","dispatch_d":1721088000000,"dispatch_1":"2024-07-16","dispatch_t":"16:48:00","hour":16,"dc_key":202418036301,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":917,"geometry":{"type":"Point","coordinates":[-75.190342829657823,39.951458750121276]},"properties":{"OBJECTID_1":917,"objectid":18855647,"dc_dist":"18","psa":"3","dispatch_d":1719273600000,"dispatch_1":"2024-06-25","dispatch_t":"14:16:00","hour":14,"dc_key":202418032525,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.190342830000006,"point_y":39.95145875}},{"type":"Feature","id":918,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":918,"objectid":19477480,"dc_dist":"18","psa":"3","dispatch_d":1722643200000,"dispatch_1":"2024-08-03","dispatch_t":"02:26:00","hour":2,"dc_key":202418039460,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":919,"geometry":{"type":"Point","coordinates":[-75.195763870106475,39.953323319915341]},"properties":{"OBJECTID_1":919,"objectid":20353973,"dc_dist":"18","psa":"3","dispatch_d":1725667200000,"dispatch_1":"2024-09-07","dispatch_t":"16:26:00","hour":16,"dc_key":202418045751,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195763869999993,"point_y":39.953323320000003}},{"type":"Feature","id":920,"geometry":{"type":"Point","coordinates":[-75.187065000449365,39.955296999956659]},"properties":{"OBJECTID_1":920,"objectid":17523331,"dc_dist":"16","psa":"1","dispatch_d":1718582400000,"dispatch_1":"2024-06-17","dispatch_t":"05:53:00","hour":5,"dc_key":202416022845,"location_b":"MARKET ST & JOHN F KENNEDY BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187065000000004,"point_y":39.955297000000002}},{"type":"Feature","id":921,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":921,"objectid":18155321,"dc_dist":"16","psa":"1","dispatch_d":1719273600000,"dispatch_1":"2024-06-25","dispatch_t":"09:48:00","hour":9,"dc_key":202416024186,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":922,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":922,"objectid":20388373,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"14:53:00","hour":14,"dc_key":202418041868,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":923,"geometry":{"type":"Point","coordinates":[-75.201483179704951,39.953330459633037]},"properties":{"OBJECTID_1":923,"objectid":21004493,"dc_dist":"18","psa":"3","dispatch_d":1727740800000,"dispatch_1":"2024-10-01","dispatch_t":"11:26:00","hour":11,"dc_key":202418050231,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201483179999997,"point_y":39.953330459999997}},{"type":"Feature","id":924,"geometry":{"type":"Point","coordinates":[-75.202926009727548,39.954564440096874]},"properties":{"OBJECTID_1":924,"objectid":20033854,"dc_dist":"18","psa":"3","dispatch_d":1724630400000,"dispatch_1":"2024-08-25","dispatch_t":"20:31:00","hour":20,"dc_key":202418043221,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202926009999999,"point_y":39.954564439999999}},{"type":"Feature","id":925,"geometry":{"type":"Point","coordinates":[-75.206855410348851,39.951422830299407]},"properties":{"OBJECTID_1":925,"objectid":17044367,"dc_dist":"18","psa":"3","dispatch_d":1717804800000,"dispatch_1":"2024-06-08","dispatch_t":"18:57:00","hour":18,"dc_key":202418029364,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206855410000003,"point_y":39.951422829999998}},{"type":"Feature","id":926,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":926,"objectid":17384826,"dc_dist":"16","psa":"1","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"17:03:00","hour":17,"dc_key":202416021785,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":927,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":927,"objectid":18115685,"dc_dist":"18","psa":"3","dispatch_d":1719619200000,"dispatch_1":"2024-06-29","dispatch_t":"17:58:00","hour":17,"dc_key":202418033394,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":928,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":928,"objectid":17520262,"dc_dist":"18","psa":"3","dispatch_d":1718755200000,"dispatch_1":"2024-06-19","dispatch_t":"14:13:00","hour":14,"dc_key":202418031478,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":929,"geometry":{"type":"Point","coordinates":[-75.208367999883251,39.954609100429707]},"properties":{"OBJECTID_1":929,"objectid":15094881,"dc_dist":"18","psa":"3","dispatch_d":1712102400000,"dispatch_1":"2024-04-02","dispatch_t":"21:14:00","hour":21,"dc_key":202418016818,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.208367999999993,"point_y":39.954609099999999}},{"type":"Feature","id":930,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":930,"objectid":16037550,"dc_dist":"16","psa":"1","dispatch_d":1714003200000,"dispatch_1":"2024-04-25","dispatch_t":"07:03:00","hour":7,"dc_key":202416014101,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":931,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":931,"objectid":16066518,"dc_dist":"16","psa":"1","dispatch_d":1714176000000,"dispatch_1":"2024-04-26","dispatch_t":"23:11:00","hour":23,"dc_key":202416014348,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"2200","text_gener":"Liquor Law Violations","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":932,"geometry":{"type":"Point","coordinates":[-75.197004070281594,39.952259269949423]},"properties":{"OBJECTID_1":932,"objectid":18398486,"dc_dist":"18","psa":"3","dispatch_d":1718841600000,"dispatch_1":"2024-06-20","dispatch_t":"14:43:00","hour":14,"dc_key":202418031676,"location_b":"200 BLOCK S 37TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197004070000006,"point_y":39.952259269999999}},{"type":"Feature","id":933,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":933,"objectid":19620550,"dc_dist":"18","psa":"3","dispatch_d":1723334400000,"dispatch_1":"2024-08-10","dispatch_t":"21:59:00","hour":21,"dc_key":202418040727,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":934,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":934,"objectid":20795865,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"14:09:00","hour":14,"dc_key":202418045050,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":935,"geometry":{"type":"Point","coordinates":[-75.198683549706004,39.955126320323473]},"properties":{"OBJECTID_1":935,"objectid":18290575,"dc_dist":"18","psa":"3","dispatch_d":1719792000000,"dispatch_1":"2024-07-01","dispatch_t":"19:04:00","hour":19,"dc_key":202418033730,"location_b":"3800 BLOCK Chestnut St","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.198683549999998,"point_y":39.955126329999999}},{"type":"Feature","id":936,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":936,"objectid":19305974,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"17:04:00","hour":17,"dc_key":202418033171,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":937,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":937,"objectid":18183765,"dc_dist":"18","psa":"3","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"18:49:00","hour":18,"dc_key":202418035535,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":938,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":938,"objectid":19099407,"dc_dist":"18","psa":"3","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"17:01:00","hour":17,"dc_key":202418040124,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":939,"geometry":{"type":"Point","coordinates":[-75.205143200098576,39.953897560424139]},"properties":{"OBJECTID_1":939,"objectid":20597846,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"07:16:00","hour":7,"dc_key":202418047939,"location_b":"200 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205143199999995,"point_y":39.953897560000001}},{"type":"Feature","id":940,"geometry":{"type":"Point","coordinates":[-75.187073890247802,39.952171179556331]},"properties":{"OBJECTID_1":940,"objectid":18513819,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"14:57:00","hour":14,"dc_key":202418035680,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.187073889999994,"point_y":39.952171180000001}},{"type":"Feature","id":941,"geometry":{"type":"Point","coordinates":[-75.200582710123911,39.952716749678302]},"properties":{"OBJECTID_1":941,"objectid":19379650,"dc_dist":"18","psa":"3","dispatch_d":1721606400000,"dispatch_1":"2024-07-21","dispatch_t":"21:22:00","hour":21,"dc_key":202418037208,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200582710000006,"point_y":39.95271675}},{"type":"Feature","id":942,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":942,"objectid":17432294,"dc_dist":"18","psa":"3","dispatch_d":1718236800000,"dispatch_1":"2024-06-12","dispatch_t":"20:05:00","hour":20,"dc_key":202418030200,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":943,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":943,"objectid":19105752,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"13:14:00","hour":13,"dc_key":202418035665,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":944,"geometry":{"type":"Point","coordinates":[-75.19259913963856,39.953481249859863]},"properties":{"OBJECTID_1":944,"objectid":18053042,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"01:56:00","hour":1,"dc_key":202418032647,"location_b":"3400 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192599139999999,"point_y":39.953481250000003}},{"type":"Feature","id":945,"geometry":{"type":"Point","coordinates":[-75.203888209673096,39.95178730034371]},"properties":{"OBJECTID_1":945,"objectid":18785665,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"10:00:00","hour":10,"dc_key":202418036055,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.203888210000002,"point_y":39.951787299999999}},{"type":"Feature","id":946,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":946,"objectid":18299622,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"18:32:00","hour":18,"dc_key":202418033203,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":947,"geometry":{"type":"Point","coordinates":[-75.192742020327955,39.954866480104045]},"properties":{"OBJECTID_1":947,"objectid":17390431,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-16","dispatch_t":"00:56:00","hour":0,"dc_key":202418030817,"location_b":"3400 BLOCK Chestnut St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.192742019999997,"point_y":39.95486648}},{"type":"Feature","id":948,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":948,"objectid":21623864,"dc_dist":"18","psa":"3","dispatch_d":1728864000000,"dispatch_1":"2024-10-13","dispatch_t":"21:38:00","hour":21,"dc_key":202418052889,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":949,"geometry":{"type":"Point","coordinates":[-75.185330809868958,39.953508449855121]},"properties":{"OBJECTID_1":949,"objectid":18521830,"dc_dist":"18","psa":"3","dispatch_d":1717027200000,"dispatch_1":"2024-05-29","dispatch_t":"21:34:00","hour":21,"dc_key":202418027497,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.185330809999996,"point_y":39.953508450000001}},{"type":"Feature","id":950,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":950,"objectid":17563047,"dc_dist":"18","psa":"3","dispatch_d":1719014400000,"dispatch_1":"2024-06-22","dispatch_t":"08:30:00","hour":8,"dc_key":202418032014,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":951,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":951,"objectid":17563048,"dc_dist":"18","psa":"3","dispatch_d":1719014400000,"dispatch_1":"2024-06-22","dispatch_t":"08:55:00","hour":8,"dc_key":202418032016,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":952,"geometry":{"type":"Point","coordinates":[-75.199499519886899,39.95523377042224]},"properties":{"OBJECTID_1":952,"objectid":19762761,"dc_dist":"18","psa":"3","dispatch_d":1724630400000,"dispatch_1":"2024-08-26","dispatch_t":"19:24:00","hour":19,"dc_key":202418043382,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199499520000003,"point_y":39.95523377}},{"type":"Feature","id":953,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":953,"objectid":18892514,"dc_dist":"18","psa":"3","dispatch_d":1722038400000,"dispatch_1":"2024-07-27","dispatch_t":"16:04:00","hour":16,"dc_key":202418038320,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":954,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":954,"objectid":18297120,"dc_dist":"18","psa":"3","dispatch_d":1720483200000,"dispatch_1":"2024-07-09","dispatch_t":"16:40:00","hour":16,"dc_key":202418035125,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":955,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":955,"objectid":19348214,"dc_dist":"18","psa":"3","dispatch_d":1722556800000,"dispatch_1":"2024-08-02","dispatch_t":"12:44:00","hour":12,"dc_key":202418039361,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":956,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":956,"objectid":17083910,"dc_dist":"16","psa":"1","dispatch_d":1717891200000,"dispatch_1":"2024-06-09","dispatch_t":"16:55:00","hour":16,"dc_key":202416021645,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":957,"geometry":{"type":"Point","coordinates":[-75.193237839954293,39.952357650385295]},"properties":{"OBJECTID_1":957,"objectid":16218251,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-26","dispatch_t":"17:09:00","hour":17,"dc_key":202418021167,"location_b":"3400 BLOCK WOODLAND WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.193237839999995,"point_y":39.952357650000003}},{"type":"Feature","id":958,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":958,"objectid":17531536,"dc_dist":"16","psa":"1","dispatch_d":1718668800000,"dispatch_1":"2024-06-18","dispatch_t":"08:08:00","hour":8,"dc_key":202416023006,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":959,"geometry":{"type":"Point","coordinates":[-75.184800129822122,39.954582459812741]},"properties":{"OBJECTID_1":959,"objectid":17389409,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"18:26:00","hour":18,"dc_key":202418029709,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.184800129999999,"point_y":39.954582459999997}},{"type":"Feature","id":960,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":960,"objectid":19348219,"dc_dist":"18","psa":"3","dispatch_d":1723334400000,"dispatch_1":"2024-08-11","dispatch_t":"16:51:00","hour":16,"dc_key":202418040822,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":961,"geometry":{"type":"Point","coordinates":[-75.206635650215048,39.953996760142445]},"properties":{"OBJECTID_1":961,"objectid":19383484,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"18:23:00","hour":18,"dc_key":202418035340,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206635649999996,"point_y":39.953996760000003}},{"type":"Feature","id":962,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":962,"objectid":20940859,"dc_dist":"18","psa":"3","dispatch_d":1726272000000,"dispatch_1":"2024-09-13","dispatch_t":"20:52:00","hour":20,"dc_key":202418046912,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":963,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":963,"objectid":21004994,"dc_dist":"18","psa":"3","dispatch_d":1726963200000,"dispatch_1":"2024-09-22","dispatch_t":"16:45:00","hour":16,"dc_key":202418048587,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":964,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":964,"objectid":20208399,"dc_dist":"18","psa":"3","dispatch_d":1725148800000,"dispatch_1":"2024-09-01","dispatch_t":"09:08:00","hour":9,"dc_key":202418044487,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":965,"geometry":{"type":"Point","coordinates":[-75.187274309561701,39.951259169874845]},"properties":{"OBJECTID_1":965,"objectid":18724423,"dc_dist":"18","psa":"3","dispatch_d":1718668800000,"dispatch_1":"2024-06-18","dispatch_t":"16:56:00","hour":16,"dc_key":202418031250,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.187274310000006,"point_y":39.95125917}},{"type":"Feature","id":966,"geometry":{"type":"Point","coordinates":[-75.191819369867972,39.952794329694598]},"properties":{"OBJECTID_1":966,"objectid":21797202,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-24","dispatch_t":"19:24:00","hour":19,"dc_key":202418055213,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191819370000005,"point_y":39.952794330000003}},{"type":"Feature","id":967,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":967,"objectid":18520279,"dc_dist":"16","psa":"1","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"10:08:00","hour":10,"dc_key":202416027447,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":968,"geometry":{"type":"Point","coordinates":[-75.190110389982465,39.952297049569211]},"properties":{"OBJECTID_1":968,"objectid":20282500,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-02","dispatch_t":"20:54:00","hour":20,"dc_key":202418044706,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190110390000001,"point_y":39.952297049999999}},{"type":"Feature","id":969,"geometry":{"type":"Point","coordinates":[-75.194371179985922,39.954666839603021]},"properties":{"OBJECTID_1":969,"objectid":19182123,"dc_dist":"18","psa":"3","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"04:02:00","hour":4,"dc_key":202418040049,"location_b":"3500 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.194371180000005,"point_y":39.954666840000002}},{"type":"Feature","id":970,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":970,"objectid":23851460,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"18:00:00","hour":17,"dc_key":202418066269,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":971,"geometry":{"type":"Point","coordinates":[-75.206635650215048,39.953996760142445]},"properties":{"OBJECTID_1":971,"objectid":18786881,"dc_dist":"18","psa":"3","dispatch_d":1720569600000,"dispatch_1":"2024-07-10","dispatch_t":"18:20:00","hour":18,"dc_key":202418035339,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206635649999996,"point_y":39.953996760000003}},{"type":"Feature","id":972,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":972,"objectid":19136111,"dc_dist":"18","psa":"3","dispatch_d":1718323200000,"dispatch_1":"2024-06-14","dispatch_t":"03:01:00","hour":3,"dc_key":202418030503,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":973,"geometry":{"type":"Point","coordinates":[-75.203400019894957,39.950939620067459]},"properties":{"OBJECTID_1":973,"objectid":21797217,"dc_dist":"18","psa":"3","dispatch_d":1724716800000,"dispatch_1":"2024-08-27","dispatch_t":"10:16:00","hour":10,"dc_key":202418043446,"location_b":"4000 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203400020000004,"point_y":39.95093962}},{"type":"Feature","id":974,"geometry":{"type":"Point","coordinates":[-75.204929200122422,39.952595219793636]},"properties":{"OBJECTID_1":974,"objectid":20836597,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"15:57:00","hour":15,"dc_key":202418044159,"location_b":"4000 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204929199999995,"point_y":39.952595219999999}},{"type":"Feature","id":975,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":975,"objectid":19452471,"dc_dist":"18","psa":"3","dispatch_d":1723161600000,"dispatch_1":"2024-08-09","dispatch_t":"11:07:00","hour":11,"dc_key":202418040423,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":976,"geometry":{"type":"Point","coordinates":[-75.187127419694605,39.955290510448776]},"properties":{"OBJECTID_1":976,"objectid":17527344,"dc_dist":"18","psa":"3","dispatch_d":1717977600000,"dispatch_1":"2024-06-10","dispatch_t":"09:27:00","hour":9,"dc_key":202418029606,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.187127419999996,"point_y":39.955290509999998}},{"type":"Feature","id":977,"geometry":{"type":"Point","coordinates":[-75.197470660142812,39.954975639813995]},"properties":{"OBJECTID_1":977,"objectid":16219709,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"09:27:00","hour":9,"dc_key":202418023639,"location_b":"3700 BLOCK Chestnut St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.197470659999993,"point_y":39.954975640000001}},{"type":"Feature","id":978,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":978,"objectid":20865871,"dc_dist":"18","psa":"3","dispatch_d":1726963200000,"dispatch_1":"2024-09-22","dispatch_t":"19:06:00","hour":19,"dc_key":202418048612,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":979,"geometry":{"type":"Point","coordinates":[-75.203421150365784,39.950430090276484]},"properties":{"OBJECTID_1":979,"objectid":19137792,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"12:55:00","hour":12,"dc_key":202418036824,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.203421149999997,"point_y":39.950430089999998}},{"type":"Feature","id":980,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":980,"objectid":19036742,"dc_dist":"18","psa":"3","dispatch_d":1722729600000,"dispatch_1":"2024-08-04","dispatch_t":"09:37:00","hour":9,"dc_key":202418039600,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":981,"geometry":{"type":"Point","coordinates":[-75.206524360011144,39.95676169969272]},"properties":{"OBJECTID_1":981,"objectid":19522822,"dc_dist":"18","psa":"3","dispatch_d":1724025600000,"dispatch_1":"2024-08-19","dispatch_t":"11:19:00","hour":11,"dc_key":202418042132,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206524360000003,"point_y":39.956761700000001}},{"type":"Feature","id":982,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":982,"objectid":18859207,"dc_dist":"18","psa":"3","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"18:48:00","hour":18,"dc_key":202418037930,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":983,"geometry":{"type":"Point","coordinates":[-75.20792207014739,39.950009290296578]},"properties":{"OBJECTID_1":983,"objectid":18859692,"dc_dist":"18","psa":"3","dispatch_d":1721088000000,"dispatch_1":"2024-07-16","dispatch_t":"00:02:00","hour":0,"dc_key":202418036189,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.207922069999995,"point_y":39.950009289999997}},{"type":"Feature","id":984,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":984,"objectid":16641218,"dc_dist":"18","psa":"3","dispatch_d":1716336000000,"dispatch_1":"2024-05-22","dispatch_t":"19:57:00","hour":19,"dc_key":202418026148,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":985,"geometry":{"type":"Point","coordinates":[-75.192203730217955,39.948534730393533]},"properties":{"OBJECTID_1":985,"objectid":16221245,"dc_dist":"18","psa":"3","dispatch_d":1715385600000,"dispatch_1":"2024-05-11","dispatch_t":"19:24:00","hour":19,"dc_key":202418024040,"location_b":"0 BLOCK Convention Ave","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.192203730000003,"point_y":39.948534729999999}},{"type":"Feature","id":986,"geometry":{"type":"Point","coordinates":[-75.200468429674231,39.952675159630985]},"properties":{"OBJECTID_1":986,"objectid":17885282,"dc_dist":"18","psa":"3","dispatch_d":1719878400000,"dispatch_1":"2024-07-02","dispatch_t":"14:20:00","hour":14,"dc_key":202418033851,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200468430000001,"point_y":39.952675159999998}},{"type":"Feature","id":987,"geometry":{"type":"Point","coordinates":[-75.185616570348429,39.953957689995434]},"properties":{"OBJECTID_1":987,"objectid":21493626,"dc_dist":"18","psa":"3","dispatch_d":1727827200000,"dispatch_1":"2024-10-02","dispatch_t":"16:32:00","hour":16,"dc_key":202418050541,"location_b":"3100 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185616569999993,"point_y":39.953957690000003}},{"type":"Feature","id":988,"geometry":{"type":"Point","coordinates":[-75.190344610315492,39.951466809845442]},"properties":{"OBJECTID_1":988,"objectid":19689112,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-22","dispatch_t":"12:13:00","hour":12,"dc_key":202418042709,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190344609999997,"point_y":39.951466809999999}},{"type":"Feature","id":989,"geometry":{"type":"Point","coordinates":[-75.20792207014739,39.950009290296578]},"properties":{"OBJECTID_1":989,"objectid":18118164,"dc_dist":"18","psa":"3","dispatch_d":1719964800000,"dispatch_1":"2024-07-03","dispatch_t":"09:27:00","hour":9,"dc_key":202418034037,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.207922069999995,"point_y":39.950009289999997}},{"type":"Feature","id":990,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":990,"objectid":22208063,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-24","dispatch_t":"17:10:00","hour":17,"dc_key":202418055192,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":991,"geometry":{"type":"Point","coordinates":[-75.205824190134251,39.951825339867582]},"properties":{"OBJECTID_1":991,"objectid":20797647,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"12:23:00","hour":12,"dc_key":202418046236,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.205824190000001,"point_y":39.951825339999999}},{"type":"Feature","id":992,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":992,"objectid":19383089,"dc_dist":"18","psa":"3","dispatch_d":1722643200000,"dispatch_1":"2024-08-02","dispatch_t":"21:22:00","hour":21,"dc_key":202418039427,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":993,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":993,"objectid":19690745,"dc_dist":"18","psa":"3","dispatch_d":1724457600000,"dispatch_1":"2024-08-23","dispatch_t":"21:40:00","hour":21,"dc_key":202418043012,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":994,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":994,"objectid":20466037,"dc_dist":"18","psa":"3","dispatch_d":1726272000000,"dispatch_1":"2024-09-14","dispatch_t":"17:16:00","hour":17,"dc_key":202418047045,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":995,"geometry":{"type":"Point","coordinates":[-75.194094189695079,39.950021690148958]},"properties":{"OBJECTID_1":995,"objectid":20067569,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"14:49:00","hour":14,"dc_key":202418043914,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194094190000001,"point_y":39.95002169}},{"type":"Feature","id":996,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":996,"objectid":20867641,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-10","dispatch_t":"17:34:00","hour":17,"dc_key":202418040700,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":997,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":997,"objectid":19725960,"dc_dist":"18","psa":"3","dispatch_d":1723939200000,"dispatch_1":"2024-08-18","dispatch_t":"12:36:00","hour":12,"dc_key":202418042026,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":998,"geometry":{"type":"Point","coordinates":[-75.20792207014739,39.950009290296578]},"properties":{"OBJECTID_1":998,"objectid":17919499,"dc_dist":"18","psa":"3","dispatch_d":1719792000000,"dispatch_1":"2024-07-01","dispatch_t":"15:25:00","hour":15,"dc_key":202418033680,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207922069999995,"point_y":39.950009289999997}},{"type":"Feature","id":999,"geometry":{"type":"Point","coordinates":[-75.20360324959023,39.953869810043727]},"properties":{"OBJECTID_1":999,"objectid":18756054,"dc_dist":"18","psa":"3","dispatch_d":1722038400000,"dispatch_1":"2024-07-27","dispatch_t":"15:33:00","hour":15,"dc_key":202418038312,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.20360325,"point_y":39.95386981}},{"type":"Feature","id":1000,"geometry":{"type":"Point","coordinates":[-75.202656689754406,39.955185889617155]},"properties":{"OBJECTID_1":1000,"objectid":22209631,"dc_dist":"18","psa":"3","dispatch_d":1729036800000,"dispatch_1":"2024-10-16","dispatch_t":"01:48:00","hour":1,"dc_key":202418053358,"location_b":"100 BLOCK S 40TH ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.202656700000006,"point_y":39.955185890000003}},{"type":"Feature","id":1001,"geometry":{"type":"Point","coordinates":[-75.189781890122106,39.954067980153241]},"properties":{"OBJECTID_1":1001,"objectid":19654279,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"18:53:00","hour":18,"dc_key":202418042984,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189781890000006,"point_y":39.954067979999998}},{"type":"Feature","id":1002,"geometry":{"type":"Point","coordinates":[-75.202082370105245,39.950580570237207]},"properties":{"OBJECTID_1":1002,"objectid":19140642,"dc_dist":"18","psa":"3","dispatch_d":1721692800000,"dispatch_1":"2024-07-23","dispatch_t":"19:20:00","hour":19,"dc_key":202418037529,"location_b":"3900 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202082369999999,"point_y":39.95058057}},{"type":"Feature","id":1003,"geometry":{"type":"Point","coordinates":[-75.193144609935757,39.948072879959511]},"properties":{"OBJECTID_1":1003,"objectid":20108814,"dc_dist":"18","psa":"3","dispatch_d":1724112000000,"dispatch_1":"2024-08-20","dispatch_t":"13:17:00","hour":13,"dc_key":202418042334,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193144610000004,"point_y":39.948072879999998}},{"type":"Feature","id":1004,"geometry":{"type":"Point","coordinates":[-75.20195500002319,39.957149999972557]},"properties":{"OBJECTID_1":1004,"objectid":19386238,"dc_dist":"16","psa":"1","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"01:15:00","hour":1,"dc_key":202416027739,"location_b":"S 40TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201954999999998,"point_y":39.957149999999999}},{"type":"Feature","id":1005,"geometry":{"type":"Point","coordinates":[-75.190018120439845,39.954521789748867]},"properties":{"OBJECTID_1":1005,"objectid":20421004,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"13:36:00","hour":13,"dc_key":202418046245,"location_b":"0 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190018120000005,"point_y":39.954521790000001}},{"type":"Feature","id":1006,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":1006,"objectid":20696109,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"11:25:00","hour":11,"dc_key":202418043883,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":1007,"geometry":{"type":"Point","coordinates":[-75.206715330148313,39.954835490365667]},"properties":{"OBJECTID_1":1007,"objectid":20972057,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"14:40:00","hour":14,"dc_key":202418045577,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206715329999994,"point_y":39.954835490000001}},{"type":"Feature","id":1008,"geometry":{"type":"Point","coordinates":[-75.20792207014739,39.950009290296578]},"properties":{"OBJECTID_1":1008,"objectid":18166341,"dc_dist":"18","psa":"3","dispatch_d":1720137600000,"dispatch_1":"2024-07-05","dispatch_t":"19:02:00","hour":19,"dc_key":202418034489,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207922069999995,"point_y":39.950009289999997}},{"type":"Feature","id":1009,"geometry":{"type":"Point","coordinates":[-75.192526979836202,39.947593499940126]},"properties":{"OBJECTID_1":1009,"objectid":20695660,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-03","dispatch_t":"18:15:00","hour":18,"dc_key":202418044881,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192526979999997,"point_y":39.947593509999997}},{"type":"Feature","id":1010,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1010,"objectid":21830815,"dc_dist":"18","psa":"3","dispatch_d":1726790400000,"dispatch_1":"2024-09-20","dispatch_t":"07:56:00","hour":7,"dc_key":202418048118,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1011,"geometry":{"type":"Point","coordinates":[-75.185113409556152,39.952206120016456]},"properties":{"OBJECTID_1":1011,"objectid":20696120,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-28","dispatch_t":"17:59:00","hour":17,"dc_key":202418038506,"location_b":"3000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.18511341,"point_y":39.95220612}},{"type":"Feature","id":1012,"geometry":{"type":"Point","coordinates":[-75.198189560199978,39.951201779638495]},"properties":{"OBJECTID_1":1012,"objectid":18730330,"dc_dist":"18","psa":"3","dispatch_d":1721952000000,"dispatch_1":"2024-07-25","dispatch_t":"22:43:00","hour":22,"dc_key":202418037985,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.198189560000003,"point_y":39.951201779999998}},{"type":"Feature","id":1013,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1013,"objectid":19830596,"dc_dist":"18","psa":"3","dispatch_d":1723507200000,"dispatch_1":"2024-08-13","dispatch_t":"19:46:00","hour":19,"dc_key":202418041167,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1014,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1014,"objectid":19830604,"dc_dist":"18","psa":"3","dispatch_d":1723939200000,"dispatch_1":"2024-08-18","dispatch_t":"16:12:00","hour":16,"dc_key":202418042049,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1015,"geometry":{"type":"Point","coordinates":[-75.203031920186902,39.957036830185643]},"properties":{"OBJECTID_1":1015,"objectid":19937648,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"16:45:00","hour":16,"dc_key":202418044174,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.203031920000001,"point_y":39.95703683}},{"type":"Feature","id":1016,"geometry":{"type":"Point","coordinates":[-75.203421150365784,39.950430090276484]},"properties":{"OBJECTID_1":1016,"objectid":18062759,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"09:42:00","hour":9,"dc_key":202418033106,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.203421149999997,"point_y":39.950430089999998}},{"type":"Feature","id":1017,"geometry":{"type":"Point","coordinates":[-75.203421150365784,39.950430090276484]},"properties":{"OBJECTID_1":1017,"objectid":18585675,"dc_dist":"18","psa":"3","dispatch_d":1720915200000,"dispatch_1":"2024-07-14","dispatch_t":"01:18:00","hour":1,"dc_key":202418035923,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.203421149999997,"point_y":39.950430089999998}},{"type":"Feature","id":1018,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1018,"objectid":17921720,"dc_dist":"18","psa":"3","dispatch_d":1719705600000,"dispatch_1":"2024-06-30","dispatch_t":"00:53:00","hour":0,"dc_key":202418033457,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1019,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":1019,"objectid":20465971,"dc_dist":"16","psa":"1","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"10:39:00","hour":10,"dc_key":202416036775,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":1020,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1020,"objectid":20464391,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"02:05:00","hour":2,"dc_key":202418045468,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1021,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1021,"objectid":19830616,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"14:36:00","hour":14,"dc_key":202418034290,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1022,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1022,"objectid":17850410,"dc_dist":"16","psa":"1","dispatch_d":1719014400000,"dispatch_1":"2024-06-22","dispatch_t":"15:12:00","hour":15,"dc_key":202416023784,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1023,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1023,"objectid":18649151,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"19:18:00","hour":19,"dc_key":202418028140,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1024,"geometry":{"type":"Point","coordinates":[-75.19347654970295,39.953775179780791]},"properties":{"OBJECTID_1":1024,"objectid":20559818,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-22","dispatch_t":"07:33:00","hour":7,"dc_key":202418042683,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19347655,"point_y":39.953775180000001}},{"type":"Feature","id":1025,"geometry":{"type":"Point","coordinates":[-75.191075619744026,39.9523557402253]},"properties":{"OBJECTID_1":1025,"objectid":21074481,"dc_dist":"18","psa":"3","dispatch_d":1727136000000,"dispatch_1":"2024-09-24","dispatch_t":"06:09:00","hour":6,"dc_key":202418048853,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.191075620000007,"point_y":39.952355740000002}},{"type":"Feature","id":1026,"geometry":{"type":"Point","coordinates":[-75.202184880228003,39.954699260162784]},"properties":{"OBJECTID_1":1026,"objectid":20138351,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"13:38:00","hour":13,"dc_key":202418045558,"location_b":"100 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202184880000004,"point_y":39.954699259999998}},{"type":"Feature","id":1027,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":1027,"objectid":17569756,"dc_dist":"18","psa":"3","dispatch_d":1719014400000,"dispatch_1":"2024-06-22","dispatch_t":"04:18:00","hour":4,"dc_key":202418032004,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":1028,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1028,"objectid":19387514,"dc_dist":"18","psa":"3","dispatch_d":1723680000000,"dispatch_1":"2024-08-15","dispatch_t":"16:32:00","hour":16,"dc_key":202418041481,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1029,"geometry":{"type":"Point","coordinates":[-75.187733370298758,39.952262889720657]},"properties":{"OBJECTID_1":1029,"objectid":19901738,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-22","dispatch_t":"09:03:00","hour":9,"dc_key":202418042691,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.187733370000004,"point_y":39.95226289}},{"type":"Feature","id":1030,"geometry":{"type":"Point","coordinates":[-75.202954469672989,39.950919719869205]},"properties":{"OBJECTID_1":1030,"objectid":22926653,"dc_dist":"18","psa":"3","dispatch_d":1732233600000,"dispatch_1":"2024-11-22","dispatch_t":"09:50:00","hour":9,"dc_key":202418060607,"location_b":"300 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202954469999995,"point_y":39.950919720000002}},{"type":"Feature","id":1031,"geometry":{"type":"Point","coordinates":[-75.189472380346047,39.955588859638226]},"properties":{"OBJECTID_1":1031,"objectid":17292937,"dc_dist":"18","psa":"3","dispatch_d":1717804800000,"dispatch_1":"2024-06-08","dispatch_t":"00:42:00","hour":0,"dc_key":202418029231,"location_b":"0 BLOCK S 33RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.189472379999998,"point_y":39.955588859999999}},{"type":"Feature","id":1032,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1032,"objectid":18998341,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"11:08:00","hour":11,"dc_key":202418038928,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1033,"geometry":{"type":"Point","coordinates":[-75.183741580109768,39.953336469802309]},"properties":{"OBJECTID_1":1033,"objectid":22586318,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-18","dispatch_t":"16:48:00","hour":16,"dc_key":202418047771,"location_b":"S 30TH ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183741580000003,"point_y":39.953336470000004}},{"type":"Feature","id":1034,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1034,"objectid":22485073,"dc_dist":"18","psa":"3","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"11:54:00","hour":11,"dc_key":202418056782,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1035,"geometry":{"type":"Point","coordinates":[-75.206930730368867,39.95222186984347]},"properties":{"OBJECTID_1":1035,"objectid":21689512,"dc_dist":"18","psa":"3","dispatch_d":1729382400000,"dispatch_1":"2024-10-20","dispatch_t":"11:12:00","hour":11,"dc_key":202418054307,"location_b":"S 42ND ST & SPRUCE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206930720000003,"point_y":39.952221870000002}},{"type":"Feature","id":1036,"geometry":{"type":"Point","coordinates":[-75.19810505990057,39.953617290305772]},"properties":{"OBJECTID_1":1036,"objectid":20421817,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"01:05:00","hour":1,"dc_key":202418044060,"location_b":"3700 BLOCK Walnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198105060000003,"point_y":39.953617289999997}},{"type":"Feature","id":1037,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":1037,"objectid":19107863,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-28","dispatch_t":"09:13:00","hour":9,"dc_key":202418038453,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":1038,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1038,"objectid":18934267,"dc_dist":"18","psa":"3","dispatch_d":1721952000000,"dispatch_1":"2024-07-26","dispatch_t":"11:43:00","hour":11,"dc_key":202418038056,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1039,"geometry":{"type":"Point","coordinates":[-75.183927800027902,39.954481390403885]},"properties":{"OBJECTID_1":1039,"objectid":19799538,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"12:57:00","hour":12,"dc_key":202418034278,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183927800000006,"point_y":39.954481389999998}},{"type":"Feature","id":1040,"geometry":{"type":"Point","coordinates":[-75.189480440070213,39.955554359845905]},"properties":{"OBJECTID_1":1040,"objectid":20038483,"dc_dist":"18","psa":"3","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"09:39:00","hour":9,"dc_key":202418043868,"location_b":"0 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189480439999997,"point_y":39.955554360000001}},{"type":"Feature","id":1041,"geometry":{"type":"Point","coordinates":[-75.202367180001318,39.955913540077859]},"properties":{"OBJECTID_1":1041,"objectid":18555100,"dc_dist":"18","psa":"3","dispatch_d":1721260800000,"dispatch_1":"2024-07-18","dispatch_t":"17:49:00","hour":17,"dc_key":202418036676,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202367179999996,"point_y":39.955913539999997}},{"type":"Feature","id":1042,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":1042,"objectid":19454030,"dc_dist":"18","psa":"3","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"09:41:00","hour":9,"dc_key":202418037264,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":1043,"geometry":{"type":"Point","coordinates":[-75.183927800027902,39.954481390403885]},"properties":{"OBJECTID_1":1043,"objectid":19904234,"dc_dist":"18","psa":"3","dispatch_d":1720483200000,"dispatch_1":"2024-07-09","dispatch_t":"12:46:00","hour":12,"dc_key":202418035110,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183927800000006,"point_y":39.954481389999998}},{"type":"Feature","id":1044,"geometry":{"type":"Point","coordinates":[-75.202956250330658,39.950927779593428]},"properties":{"OBJECTID_1":1044,"objectid":20141188,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"13:04:00","hour":13,"dc_key":202418045035,"location_b":"300 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20295625,"point_y":39.950927780000001}},{"type":"Feature","id":1045,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1045,"objectid":24071883,"dc_dist":"18","psa":"3","dispatch_d":1735516800000,"dispatch_1":"2024-12-30","dispatch_t":"14:46:00","hour":14,"dc_key":202418067752,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1046,"geometry":{"type":"Point","coordinates":[-75.205092079935525,39.954420330034282]},"properties":{"OBJECTID_1":1046,"objectid":18203959,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"06:00:00","hour":6,"dc_key":202418033087,"location_b":"S 41ST ST & WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20509208,"point_y":39.954420329999998}},{"type":"Feature","id":1047,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1047,"objectid":20359840,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"07:53:00","hour":7,"dc_key":202418046197,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1048,"geometry":{"type":"Point","coordinates":[-75.202674079944813,39.955744040355228]},"properties":{"OBJECTID_1":1048,"objectid":18977725,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"15:57:00","hour":15,"dc_key":202418038985,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.202674079999994,"point_y":39.955744039999999}},{"type":"Feature","id":1049,"geometry":{"type":"Point","coordinates":[-75.203208680136413,39.953519130203745]},"properties":{"OBJECTID_1":1049,"objectid":19591329,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"09:17:00","hour":9,"dc_key":202418041833,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203208680000003,"point_y":39.953519129999997}},{"type":"Feature","id":1050,"geometry":{"type":"Point","coordinates":[-75.207296079950083,39.955696049832909]},"properties":{"OBJECTID_1":1050,"objectid":19692399,"dc_dist":"18","psa":"3","dispatch_d":1724112000000,"dispatch_1":"2024-08-20","dispatch_t":"16:12:00","hour":16,"dc_key":202418042370,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207296080000006,"point_y":39.95569605}},{"type":"Feature","id":1051,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1051,"objectid":18654027,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"13:51:00","hour":13,"dc_key":202418036450,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1052,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1052,"objectid":22078697,"dc_dist":"16","psa":"1","dispatch_d":1728432000000,"dispatch_1":"2024-10-09","dispatch_t":"14:24:00","hour":14,"dc_key":202416041005,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1053,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1053,"objectid":20522082,"dc_dist":"18","psa":"3","dispatch_d":1725840000000,"dispatch_1":"2024-09-09","dispatch_t":"19:40:00","hour":19,"dc_key":202418046130,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1054,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":1054,"objectid":21213405,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-18","dispatch_t":"17:46:00","hour":17,"dc_key":202418047799,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":1055,"geometry":{"type":"Point","coordinates":[-75.197854540254809,39.956659050175062]},"properties":{"OBJECTID_1":1055,"objectid":20141231,"dc_dist":"16","psa":"1","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"12:21:00","hour":12,"dc_key":202416034859,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197854539999994,"point_y":39.956659049999999}},{"type":"Feature","id":1056,"geometry":{"type":"Point","coordinates":[-75.205995039739264,39.952490990167121]},"properties":{"OBJECTID_1":1056,"objectid":20466681,"dc_dist":"18","psa":"3","dispatch_d":1725062400000,"dispatch_1":"2024-08-30","dispatch_t":"20:14:00","hour":20,"dc_key":202418044229,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.205995040000005,"point_y":39.952490990000001}},{"type":"Feature","id":1057,"geometry":{"type":"Point","coordinates":[-75.199849130432995,39.956083000230308]},"properties":{"OBJECTID_1":1057,"objectid":19486757,"dc_dist":"18","psa":"3","dispatch_d":1720915200000,"dispatch_1":"2024-07-14","dispatch_t":"14:06:00","hour":14,"dc_key":202418035961,"location_b":"3900 BLOCK LUDLOW ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199849130000004,"point_y":39.956083}},{"type":"Feature","id":1058,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1058,"objectid":19189361,"dc_dist":"16","psa":"1","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"09:25:00","hour":9,"dc_key":202416031078,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1059,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1059,"objectid":18590781,"dc_dist":"16","psa":"1","dispatch_d":1720396800000,"dispatch_1":"2024-07-08","dispatch_t":"17:54:00","hour":17,"dc_key":202416026327,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1060,"geometry":{"type":"Point","coordinates":[-75.183397209913267,39.952511179947066]},"properties":{"OBJECTID_1":1060,"objectid":20394197,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-03","dispatch_t":"18:43:00","hour":18,"dc_key":202418044894,"location_b":"2900 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183397209999995,"point_y":39.952511180000002}},{"type":"Feature","id":1061,"geometry":{"type":"Point","coordinates":[-75.199688970169802,39.956481309964545]},"properties":{"OBJECTID_1":1061,"objectid":19903295,"dc_dist":"18","psa":"3","dispatch_d":1724803200000,"dispatch_1":"2024-08-28","dispatch_t":"19:00:00","hour":18,"dc_key":202418043752,"location_b":"0 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.199688969999997,"point_y":39.956481310000001}},{"type":"Feature","id":1062,"geometry":{"type":"Point","coordinates":[-75.207963269888978,39.954011779719906]},"properties":{"OBJECTID_1":1062,"objectid":19728616,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"14:15:00","hour":14,"dc_key":202418042557,"location_b":"200 BLOCK SAINT MARKS SQ","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207963269999993,"point_y":39.954011780000002}},{"type":"Feature","id":1063,"geometry":{"type":"Point","coordinates":[-75.192560049706515,39.950491309826134]},"properties":{"OBJECTID_1":1063,"objectid":20731785,"dc_dist":"18","psa":"3","dispatch_d":1727049600000,"dispatch_1":"2024-09-23","dispatch_t":"16:00:00","hour":16,"dc_key":202418048752,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192560049999997,"point_y":39.950491309999997}},{"type":"Feature","id":1064,"geometry":{"type":"Point","coordinates":[-75.199655000078167,39.953385910031784]},"properties":{"OBJECTID_1":1064,"objectid":19389588,"dc_dist":"18","psa":"3","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"11:09:00","hour":11,"dc_key":202418040075,"location_b":"3800 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199655000000007,"point_y":39.953385910000002}},{"type":"Feature","id":1065,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":1065,"objectid":19354309,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-11","dispatch_t":"23:30:00","hour":23,"dc_key":202418040867,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":1066,"geometry":{"type":"Point","coordinates":[-75.204325579661713,39.950113789719694]},"properties":{"OBJECTID_1":1066,"objectid":21831686,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"12:59:00","hour":12,"dc_key":202418050045,"location_b":"4000 BLOCK BALTIMORE AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204325580000003,"point_y":39.950113790000003}},{"type":"Feature","id":1067,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":1067,"objectid":19144666,"dc_dist":"18","psa":"3","dispatch_d":1723075200000,"dispatch_1":"2024-08-08","dispatch_t":"19:47:00","hour":19,"dc_key":202418040339,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":1068,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1068,"objectid":19146376,"dc_dist":"16","psa":"1","dispatch_d":1722816000000,"dispatch_1":"2024-08-05","dispatch_t":"09:19:00","hour":9,"dc_key":202416030741,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1069,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1069,"objectid":21591020,"dc_dist":"18","psa":"3","dispatch_d":1725062400000,"dispatch_1":"2024-08-31","dispatch_t":"19:43:00","hour":19,"dc_key":202418044417,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1070,"geometry":{"type":"Point","coordinates":[-75.204109260334064,39.955570749990159]},"properties":{"OBJECTID_1":1070,"objectid":21076312,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"12:30:00","hour":12,"dc_key":202418049557,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204109259999996,"point_y":39.95557075}},{"type":"Feature","id":1071,"geometry":{"type":"Point","coordinates":[-75.188468069645637,39.954686759586366]},"properties":{"OBJECTID_1":1071,"objectid":21283490,"dc_dist":"18","psa":"3","dispatch_d":1725062400000,"dispatch_1":"2024-08-30","dispatch_t":"20:40:00","hour":20,"dc_key":202418044240,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188468069999999,"point_y":39.954686760000001}},{"type":"Feature","id":1072,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1072,"objectid":20179480,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"19:32:00","hour":19,"dc_key":202418042993,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1073,"geometry":{"type":"Point","coordinates":[-75.204860519797137,39.957210660143915]},"properties":{"OBJECTID_1":1073,"objectid":19355148,"dc_dist":"18","psa":"3","dispatch_d":1719878400000,"dispatch_1":"2024-07-02","dispatch_t":"14:17:00","hour":14,"dc_key":202418033849,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.204860519999997,"point_y":39.957210660000001}},{"type":"Feature","id":1074,"geometry":{"type":"Point","coordinates":[-75.194468140392303,39.954664969912471]},"properties":{"OBJECTID_1":1074,"objectid":19487069,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-11","dispatch_t":"23:39:00","hour":23,"dc_key":202418040868,"location_b":"S 36TH ST & CHESTNUT ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194468139999998,"point_y":39.954664970000003}},{"type":"Feature","id":1075,"geometry":{"type":"Point","coordinates":[-75.198191339958328,39.951209840261981]},"properties":{"OBJECTID_1":1075,"objectid":19692525,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-21","dispatch_t":"20:08:00","hour":20,"dc_key":202418042641,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198191339999994,"point_y":39.951209839999997}},{"type":"Feature","id":1076,"geometry":{"type":"Point","coordinates":[-75.200096130132238,39.950752189661898]},"properties":{"OBJECTID_1":1076,"objectid":20394085,"dc_dist":"18","psa":"3","dispatch_d":1726185600000,"dispatch_1":"2024-09-13","dispatch_t":"00:16:00","hour":0,"dc_key":202418046755,"location_b":"3800 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.200096130000006,"point_y":39.950752190000003}},{"type":"Feature","id":1077,"geometry":{"type":"Point","coordinates":[-75.207166100035465,39.95596997973081]},"properties":{"OBJECTID_1":1077,"objectid":19146736,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"13:53:00","hour":13,"dc_key":202418038958,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207166099999995,"point_y":39.955969979999999}},{"type":"Feature","id":1078,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":1078,"objectid":19223034,"dc_dist":"18","psa":"3","dispatch_d":1722038400000,"dispatch_1":"2024-07-27","dispatch_t":"07:16:00","hour":7,"dc_key":202418038265,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":1079,"geometry":{"type":"Point","coordinates":[-75.185330809868958,39.953508449855121]},"properties":{"OBJECTID_1":1079,"objectid":22486774,"dc_dist":"18","psa":"3","dispatch_d":1730332800000,"dispatch_1":"2024-10-31","dispatch_t":"15:18:00","hour":15,"dc_key":202418056571,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.185330809999996,"point_y":39.953508450000001}},{"type":"Feature","id":1080,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1080,"objectid":21179865,"dc_dist":"18","psa":"3","dispatch_d":1726876800000,"dispatch_1":"2024-09-21","dispatch_t":"02:35:00","hour":2,"dc_key":202418048323,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1081,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":1081,"objectid":19355679,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"17:39:00","hour":17,"dc_key":202418033185,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":1082,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":1082,"objectid":19355681,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"18:06:00","hour":18,"dc_key":202418033194,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":1083,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":1083,"objectid":19355683,"dc_dist":"18","psa":"3","dispatch_d":1718928000000,"dispatch_1":"2024-06-21","dispatch_t":"10:06:00","hour":10,"dc_key":202418031818,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":1084,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1084,"objectid":19355690,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-16","dispatch_t":"13:48:00","hour":13,"dc_key":202418030883,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1085,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1085,"objectid":20801009,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"12:37:00","hour":12,"dc_key":202418046616,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1086,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1086,"objectid":20522771,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-11","dispatch_t":"18:46:00","hour":18,"dc_key":202418046476,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1087,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":1087,"objectid":19939738,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"13:59:00","hour":13,"dc_key":202418044147,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":1088,"geometry":{"type":"Point","coordinates":[-75.190159119747534,39.951916540116258]},"properties":{"OBJECTID_1":1088,"objectid":21075549,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"17:35:00","hour":17,"dc_key":202418049425,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190159120000004,"point_y":39.951916539999999}},{"type":"Feature","id":1089,"geometry":{"type":"Point","coordinates":[-75.203790609848738,39.950997809801152]},"properties":{"OBJECTID_1":1089,"objectid":19566325,"dc_dist":"18","psa":"3","dispatch_d":1723334400000,"dispatch_1":"2024-08-11","dispatch_t":"07:36:00","hour":7,"dc_key":202418040774,"location_b":"4000 BLOCK Pine St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203790609999999,"point_y":39.950997809999997}},{"type":"Feature","id":1090,"geometry":{"type":"Point","coordinates":[-75.197123559604563,39.954932609952039]},"properties":{"OBJECTID_1":1090,"objectid":18589822,"dc_dist":"18","psa":"3","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"10:32:00","hour":10,"dc_key":202418037270,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.197123559999994,"point_y":39.95493261}},{"type":"Feature","id":1091,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1091,"objectid":21761824,"dc_dist":"18","psa":"3","dispatch_d":1729296000000,"dispatch_1":"2024-10-19","dispatch_t":"07:08:00","hour":7,"dc_key":202418054094,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1092,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":1092,"objectid":17677267,"dc_dist":"18","psa":"3","dispatch_d":1718841600000,"dispatch_1":"2024-06-20","dispatch_t":"13:06:00","hour":13,"dc_key":202418031669,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":1093,"geometry":{"type":"Point","coordinates":[-75.189747220357901,39.954031150217475]},"properties":{"OBJECTID_1":1093,"objectid":17327812,"dc_dist":"18","psa":"3","dispatch_d":1718496000000,"dispatch_1":"2024-06-15","dispatch_t":"20:38:00","hour":20,"dc_key":202418030790,"location_b":"100 BLOCK S 33RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.189747220000001,"point_y":39.954031149999999}},{"type":"Feature","id":1094,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":1094,"objectid":21385151,"dc_dist":"18","psa":"3","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"17:44:00","hour":17,"dc_key":202418047391,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":1095,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1095,"objectid":18378867,"dc_dist":"16","psa":"1","dispatch_d":1716508800000,"dispatch_1":"2024-05-24","dispatch_t":"16:58:00","hour":16,"dc_key":202416018832,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1096,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1096,"objectid":18378875,"dc_dist":"16","psa":"1","dispatch_d":1720656000000,"dispatch_1":"2024-07-11","dispatch_t":"06:29:00","hour":6,"dc_key":202416026799,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1097,"geometry":{"type":"Point","coordinates":[-75.202787979981224,39.953459479971059]},"properties":{"OBJECTID_1":1097,"objectid":18133793,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"01:14:00","hour":1,"dc_key":202418032646,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.202787979999997,"point_y":39.953459479999999}},{"type":"Feature","id":1098,"geometry":{"type":"Point","coordinates":[-75.190108610224172,39.952288979952527]},"properties":{"OBJECTID_1":1098,"objectid":21283856,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-25","dispatch_t":"16:44:00","hour":16,"dc_key":202418049179,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190108609999996,"point_y":39.952288979999999}},{"type":"Feature","id":1099,"geometry":{"type":"Point","coordinates":[-75.192097979837854,39.952815520419961]},"properties":{"OBJECTID_1":1099,"objectid":21282986,"dc_dist":"18","psa":"3","dispatch_d":1726876800000,"dispatch_1":"2024-09-20","dispatch_t":"20:57:00","hour":20,"dc_key":202418048284,"location_b":"S 34TH ST & WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19209798,"point_y":39.952815520000001}},{"type":"Feature","id":1100,"geometry":{"type":"Point","coordinates":[-75.20792207014739,39.950009290296578]},"properties":{"OBJECTID_1":1100,"objectid":18413392,"dc_dist":"18","psa":"3","dispatch_d":1720137600000,"dispatch_1":"2024-07-05","dispatch_t":"19:01:00","hour":19,"dc_key":202418034488,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207922069999995,"point_y":39.950009289999997}},{"type":"Feature","id":1101,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":1101,"objectid":18939247,"dc_dist":"16","psa":"1","dispatch_d":1720483200000,"dispatch_1":"2024-07-09","dispatch_t":"13:00:00","hour":13,"dc_key":202416026448,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":1102,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1102,"objectid":22176187,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-26","dispatch_t":"01:25:00","hour":1,"dc_key":202418055520,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1103,"geometry":{"type":"Point","coordinates":[-75.206104429675634,39.94989854957845]},"properties":{"OBJECTID_1":1103,"objectid":19807100,"dc_dist":"18","psa":"3","dispatch_d":1724457600000,"dispatch_1":"2024-08-24","dispatch_t":"13:28:00","hour":13,"dc_key":202418043086,"location_b":"4100 BLOCK BALTIMORE AV","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206104429999996,"point_y":39.94989855}},{"type":"Feature","id":1104,"geometry":{"type":"Point","coordinates":[-75.204323479744744,39.953912220272798]},"properties":{"OBJECTID_1":1104,"objectid":21386237,"dc_dist":"18","psa":"3","dispatch_d":1726358400000,"dispatch_1":"2024-09-15","dispatch_t":"07:52:00","hour":7,"dc_key":202418047149,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.204323489999993,"point_y":39.953912219999999}},{"type":"Feature","id":1105,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1105,"objectid":19119637,"dc_dist":"16","psa":"1","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"08:01:00","hour":8,"dc_key":202416031068,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1106,"geometry":{"type":"Point","coordinates":[-75.205995039739264,39.952490990167121]},"properties":{"OBJECTID_1":1106,"objectid":18980742,"dc_dist":"18","psa":"3","dispatch_d":1722556800000,"dispatch_1":"2024-08-02","dispatch_t":"12:16:00","hour":12,"dc_key":202418039357,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205995040000005,"point_y":39.952490990000001}},{"type":"Feature","id":1107,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1107,"objectid":19461904,"dc_dist":"16","psa":"1","dispatch_d":1722470400000,"dispatch_1":"2024-08-01","dispatch_t":"09:44:00","hour":9,"dc_key":202416030217,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1108,"geometry":{"type":"Point","coordinates":[-75.197470660142812,39.954975639813995]},"properties":{"OBJECTID_1":1108,"objectid":19357677,"dc_dist":"18","psa":"3","dispatch_d":1718755200000,"dispatch_1":"2024-06-19","dispatch_t":"13:08:00","hour":13,"dc_key":202418031472,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.197470659999993,"point_y":39.954975640000001}},{"type":"Feature","id":1109,"geometry":{"type":"Point","coordinates":[-75.196026330051041,39.949772850436773]},"properties":{"OBJECTID_1":1109,"objectid":20523725,"dc_dist":"18","psa":"3","dispatch_d":1724716800000,"dispatch_1":"2024-08-27","dispatch_t":"08:39:00","hour":8,"dc_key":202418043436,"location_b":"3600 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196026329999995,"point_y":39.949772850000002}},{"type":"Feature","id":1110,"geometry":{"type":"Point","coordinates":[-75.20058448988226,39.952724820194362]},"properties":{"OBJECTID_1":1110,"objectid":20071458,"dc_dist":"18","psa":"3","dispatch_d":1725148800000,"dispatch_1":"2024-09-01","dispatch_t":"02:09:00","hour":2,"dc_key":202418044466,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200584489999997,"point_y":39.95272482}},{"type":"Feature","id":1111,"geometry":{"type":"Point","coordinates":[-75.196412749848491,39.949821799636425]},"properties":{"OBJECTID_1":1111,"objectid":21077506,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"11:49:00","hour":11,"dc_key":202418049547,"location_b":"3600 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196412760000001,"point_y":39.949821800000002}},{"type":"Feature","id":1112,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1112,"objectid":19119649,"dc_dist":"16","psa":"1","dispatch_d":1722470400000,"dispatch_1":"2024-08-01","dispatch_t":"10:03:00","hour":10,"dc_key":202416030222,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1113,"geometry":{"type":"Point","coordinates":[-75.192227980436883,39.95227364021639]},"properties":{"OBJECTID_1":1113,"objectid":21762732,"dc_dist":"18","psa":"3","dispatch_d":1729468800000,"dispatch_1":"2024-10-21","dispatch_t":"16:50:00","hour":16,"dc_key":202418054522,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192227979999998,"point_y":39.952273640000001}},{"type":"Feature","id":1114,"geometry":{"type":"Point","coordinates":[-75.204766980411762,39.950050159986972]},"properties":{"OBJECTID_1":1114,"objectid":19012022,"dc_dist":"18","psa":"3","dispatch_d":1721779200000,"dispatch_1":"2024-07-24","dispatch_t":"10:27:00","hour":10,"dc_key":202418037629,"location_b":"4000 BLOCK BALTIMORE AV","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.204766980000002,"point_y":39.950050160000004}},{"type":"Feature","id":1115,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1115,"objectid":18767198,"dc_dist":"16","psa":"1","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"13:56:00","hour":13,"dc_key":202416028596,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1116,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1116,"objectid":18767200,"dc_dist":"16","psa":"1","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"10:24:00","hour":10,"dc_key":202416029092,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1117,"geometry":{"type":"Point","coordinates":[-75.20058448988226,39.952724820194362]},"properties":{"OBJECTID_1":1117,"objectid":19943559,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"03:56:00","hour":3,"dc_key":202418044075,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.200584489999997,"point_y":39.95272482}},{"type":"Feature","id":1118,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1118,"objectid":21628734,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-25","dispatch_t":"18:33:00","hour":18,"dc_key":202418049240,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1119,"geometry":{"type":"Point","coordinates":[-75.20571124967438,39.957325720305789]},"properties":{"OBJECTID_1":1119,"objectid":21215993,"dc_dist":"18","psa":"3","dispatch_d":1725667200000,"dispatch_1":"2024-09-07","dispatch_t":"04:07:00","hour":4,"dc_key":202418045699,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.205711249999993,"point_y":39.95732572}},{"type":"Feature","id":1120,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1120,"objectid":21111435,"dc_dist":"18","psa":"3","dispatch_d":1728000000000,"dispatch_1":"2024-10-04","dispatch_t":"18:22:00","hour":18,"dc_key":202418051020,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1121,"geometry":{"type":"Point","coordinates":[-75.202898069590219,39.952744810324816]},"properties":{"OBJECTID_1":1121,"objectid":20114097,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-22","dispatch_t":"12:23:00","hour":12,"dc_key":202418042713,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202898070000003,"point_y":39.952744809999999}},{"type":"Feature","id":1122,"geometry":{"type":"Point","coordinates":[-75.2073828096689,39.956335570330339]},"properties":{"OBJECTID_1":1122,"objectid":20145709,"dc_dist":"18","psa":"3","dispatch_d":1724803200000,"dispatch_1":"2024-08-28","dispatch_t":"12:03:00","hour":12,"dc_key":202418043653,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207382809999999,"point_y":39.95633557}},{"type":"Feature","id":1123,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1123,"objectid":21800387,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"18:21:00","hour":18,"dc_key":202418054978,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1124,"geometry":{"type":"Point","coordinates":[-75.198227720233092,39.951126689844898]},"properties":{"OBJECTID_1":1124,"objectid":21663178,"dc_dist":"18","psa":"3","dispatch_d":1729382400000,"dispatch_1":"2024-10-19","dispatch_t":"20:44:00","hour":20,"dc_key":202418054215,"location_b":"3700 BLOCK Spruce St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198227729999999,"point_y":39.951126690000002}},{"type":"Feature","id":1125,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":1125,"objectid":21556512,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"00:53:00","hour":0,"dc_key":202418047917,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":1126,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":1126,"objectid":21181446,"dc_dist":"18","psa":"3","dispatch_d":1724803200000,"dispatch_1":"2024-08-28","dispatch_t":"17:47:00","hour":17,"dc_key":202418043731,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":1127,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":1127,"objectid":20361410,"dc_dist":"16","psa":"1","dispatch_d":1725840000000,"dispatch_1":"2024-09-09","dispatch_t":"19:21:00","hour":19,"dc_key":202416036411,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":1128,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":1128,"objectid":21140175,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"10:56:00","hour":10,"dc_key":202418049357,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":1129,"geometry":{"type":"Point","coordinates":[-75.200536059591457,39.95500064006751]},"properties":{"OBJECTID_1":1129,"objectid":20324020,"dc_dist":"18","psa":"3","dispatch_d":1725753600000,"dispatch_1":"2024-09-07","dispatch_t":"20:24:00","hour":20,"dc_key":202418045810,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200536060000005,"point_y":39.955000640000002}},{"type":"Feature","id":1130,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":1130,"objectid":19489611,"dc_dist":"18","psa":"3","dispatch_d":1720137600000,"dispatch_1":"2024-07-05","dispatch_t":"00:53:00","hour":0,"dc_key":202418034363,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":1131,"geometry":{"type":"Point","coordinates":[-75.199623000401118,39.95686400027347]},"properties":{"OBJECTID_1":1131,"objectid":20495655,"dc_dist":"16","psa":"1","dispatch_d":1724112000000,"dispatch_1":"2024-08-20","dispatch_t":"19:16:00","hour":19,"dc_key":202416033237,"location_b":"3900 BLOCK MARKET ST 812","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199623000000003,"point_y":39.956864000000003}},{"type":"Feature","id":1132,"geometry":{"type":"Point","coordinates":[-75.199933250319191,39.95529449984133]},"properties":{"OBJECTID_1":1132,"objectid":22348784,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"16:48:00","hour":16,"dc_key":202418048030,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199933250000001,"point_y":39.955294500000001}},{"type":"Feature","id":1133,"geometry":{"type":"Point","coordinates":[-75.204322950044059,39.950859010235206]},"properties":{"OBJECTID_1":1133,"objectid":21801119,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-25","dispatch_t":"10:33:00","hour":10,"dc_key":202418049109,"location_b":"4000 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204322950000005,"point_y":39.950859010000002}},{"type":"Feature","id":1134,"geometry":{"type":"Point","coordinates":[-75.197470660142812,39.954975639813995]},"properties":{"OBJECTID_1":1134,"objectid":20605577,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-18","dispatch_t":"14:53:00","hour":14,"dc_key":202418047751,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.197470659999993,"point_y":39.954975640000001}},{"type":"Feature","id":1135,"geometry":{"type":"Point","coordinates":[-75.208367999883251,39.954609100429707]},"properties":{"OBJECTID_1":1135,"objectid":19490100,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"11:04:00","hour":11,"dc_key":202418035652,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.208367999999993,"point_y":39.954609099999999}},{"type":"Feature","id":1136,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1136,"objectid":20144552,"dc_dist":"18","psa":"3","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"12:10:00","hour":12,"dc_key":202418035660,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1137,"geometry":{"type":"Point","coordinates":[-75.191821149626321,39.952802390318084]},"properties":{"OBJECTID_1":1137,"objectid":19593795,"dc_dist":"18","psa":"3","dispatch_d":1724112000000,"dispatch_1":"2024-08-20","dispatch_t":"14:34:00","hour":14,"dc_key":202418042353,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.191821149999996,"point_y":39.952802400000003}},{"type":"Feature","id":1138,"geometry":{"type":"Point","coordinates":[-75.203084999972759,39.951746999924183]},"properties":{"OBJECTID_1":1138,"objectid":20426248,"dc_dist":"18","psa":"3","dispatch_d":1726272000000,"dispatch_1":"2024-09-14","dispatch_t":"10:57:00","hour":10,"dc_key":202418046995,"location_b":"S 40TH ST & SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.203085000000002,"point_y":39.951746999999997}},{"type":"Feature","id":1139,"geometry":{"type":"Point","coordinates":[-75.191466939947304,39.955852160448899]},"properties":{"OBJECTID_1":1139,"objectid":19698264,"dc_dist":"18","psa":"3","dispatch_d":1719532800000,"dispatch_1":"2024-06-28","dispatch_t":"17:57:00","hour":17,"dc_key":202418033188,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191466939999998,"point_y":39.955852159999999}},{"type":"Feature","id":1140,"geometry":{"type":"Point","coordinates":[-75.196447819810999,39.954916319632503]},"properties":{"OBJECTID_1":1140,"objectid":20072870,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-11","dispatch_t":"22:40:00","hour":22,"dc_key":202418040865,"location_b":"S 37TH ST & CHESTNUT ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.196447820000003,"point_y":39.954916330000003}},{"type":"Feature","id":1141,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1141,"objectid":20871951,"dc_dist":"18","psa":"3","dispatch_d":1723766400000,"dispatch_1":"2024-08-16","dispatch_t":"13:46:00","hour":13,"dc_key":202418041643,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1142,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1142,"objectid":20871955,"dc_dist":"18","psa":"3","dispatch_d":1723852800000,"dispatch_1":"2024-08-17","dispatch_t":"09:54:00","hour":9,"dc_key":202418041834,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1143,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":1143,"objectid":18801249,"dc_dist":"18","psa":"3","dispatch_d":1719446400000,"dispatch_1":"2024-06-27","dispatch_t":"17:09:00","hour":17,"dc_key":202418032937,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":1144,"geometry":{"type":"Point","coordinates":[-75.194809200184409,39.955029060442826]},"properties":{"OBJECTID_1":1144,"objectid":20524522,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-17","dispatch_t":"17:12:00","hour":17,"dc_key":202418047544,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194809199999995,"point_y":39.955029060000001}},{"type":"Feature","id":1145,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1145,"objectid":23527187,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"12:02:00","hour":12,"dc_key":202418054879,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1146,"geometry":{"type":"Point","coordinates":[-75.200366360219334,39.953296199959709]},"properties":{"OBJECTID_1":1146,"objectid":20870422,"dc_dist":"18","psa":"3","dispatch_d":1726358400000,"dispatch_1":"2024-09-15","dispatch_t":"19:16:00","hour":19,"dc_key":202418047208,"location_b":"200 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200366360000004,"point_y":39.953296199999997}},{"type":"Feature","id":1147,"geometry":{"type":"Point","coordinates":[-75.190018120439845,39.954521789748867]},"properties":{"OBJECTID_1":1147,"objectid":20397288,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-11","dispatch_t":"10:39:00","hour":10,"dc_key":202418046368,"location_b":"0 BLOCK S 33RD ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.190018120000005,"point_y":39.954521790000001}},{"type":"Feature","id":1148,"geometry":{"type":"Point","coordinates":[-75.195244650120458,39.951228819554444]},"properties":{"OBJECTID_1":1148,"objectid":21111307,"dc_dist":"18","psa":"3","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"11:37:00","hour":11,"dc_key":202418047297,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195244639999999,"point_y":39.951228819999997}},{"type":"Feature","id":1149,"geometry":{"type":"Point","coordinates":[-75.183397209913267,39.952511179947066]},"properties":{"OBJECTID_1":1149,"objectid":20324415,"dc_dist":"18","psa":"3","dispatch_d":1725321600000,"dispatch_1":"2024-09-02","dispatch_t":"21:13:00","hour":21,"dc_key":202418044708,"location_b":"2900 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183397209999995,"point_y":39.952511180000002}},{"type":"Feature","id":1150,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":1150,"objectid":19661950,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"12:05:00","hour":12,"dc_key":202418042543,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":1151,"geometry":{"type":"Point","coordinates":[-75.2004702103319,39.952683230146988]},"properties":{"OBJECTID_1":1151,"objectid":19868544,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-09","dispatch_t":"22:53:00","hour":22,"dc_key":202418040558,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200470210000006,"point_y":39.952683229999998}},{"type":"Feature","id":1152,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1152,"objectid":21044364,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"14:33:00","hour":14,"dc_key":202418045072,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1153,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1153,"objectid":20495377,"dc_dist":"16","psa":"1","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"10:23:00","hour":10,"dc_key":202416034837,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1154,"geometry":{"type":"Point","coordinates":[-75.203084499949682,39.95174684973739]},"properties":{"OBJECTID_1":1154,"objectid":19320273,"dc_dist":"18","psa":"3","dispatch_d":1723161600000,"dispatch_1":"2024-08-09","dispatch_t":"13:21:00","hour":13,"dc_key":202418040449,"location_b":"S 40TH ST & SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203084500000003,"point_y":39.951746849999999}},{"type":"Feature","id":1155,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":1155,"objectid":19460684,"dc_dist":"18","psa":"3","dispatch_d":1723075200000,"dispatch_1":"2024-08-08","dispatch_t":"06:37:00","hour":6,"dc_key":202418040221,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":1156,"geometry":{"type":"Point","coordinates":[-75.205620779675201,39.953070749815311]},"properties":{"OBJECTID_1":1156,"objectid":18874729,"dc_dist":"18","psa":"3","dispatch_d":1722470400000,"dispatch_1":"2024-07-31","dispatch_t":"20:47:00","hour":20,"dc_key":202418039056,"location_b":"4100 BLOCK LOCUST ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205620780000004,"point_y":39.953070750000002}},{"type":"Feature","id":1157,"geometry":{"type":"Point","coordinates":[-75.183927800027902,39.954481390403885]},"properties":{"OBJECTID_1":1157,"objectid":20113519,"dc_dist":"18","psa":"3","dispatch_d":1721692800000,"dispatch_1":"2024-07-23","dispatch_t":"16:22:00","hour":16,"dc_key":202418037483,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183927800000006,"point_y":39.954481389999998}},{"type":"Feature","id":1158,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":1158,"objectid":20974872,"dc_dist":"16","psa":"1","dispatch_d":1726790400000,"dispatch_1":"2024-09-20","dispatch_t":"15:50:00","hour":15,"dc_key":202416038071,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":1159,"geometry":{"type":"Point","coordinates":[-75.188680149569223,39.953512629904026]},"properties":{"OBJECTID_1":1159,"objectid":20117569,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"18:59:00","hour":18,"dc_key":202418036513,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188680149999996,"point_y":39.953512629999999}},{"type":"Feature","id":1160,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":1160,"objectid":20117571,"dc_dist":"16","psa":"1","dispatch_d":1723334400000,"dispatch_1":"2024-08-11","dispatch_t":"15:10:00","hour":15,"dc_key":202416031806,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":1161,"geometry":{"type":"Point","coordinates":[-75.200039880236261,39.954973190060741]},"properties":{"OBJECTID_1":1161,"objectid":19699357,"dc_dist":"18","psa":"3","dispatch_d":1723680000000,"dispatch_1":"2024-08-15","dispatch_t":"02:46:00","hour":2,"dc_key":202418041406,"location_b":"100 BLOCK S 39th St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.200039880000006,"point_y":39.954973189999997}},{"type":"Feature","id":1162,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":1162,"objectid":21557444,"dc_dist":"18","psa":"3","dispatch_d":1728086400000,"dispatch_1":"2024-10-05","dispatch_t":"18:39:00","hour":18,"dc_key":202418051208,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":1163,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":1163,"objectid":19873317,"dc_dist":"16","psa":"1","dispatch_d":1720483200000,"dispatch_1":"2024-07-09","dispatch_t":"12:57:00","hour":12,"dc_key":202416026444,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":1164,"geometry":{"type":"Point","coordinates":[-75.192524809772124,39.955623470047158]},"properties":{"OBJECTID_1":1164,"objectid":21013665,"dc_dist":"18","psa":"3","dispatch_d":1726963200000,"dispatch_1":"2024-09-22","dispatch_t":"04:38:00","hour":4,"dc_key":202418048519,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192524809999995,"point_y":39.955623469999999}},{"type":"Feature","id":1165,"geometry":{"type":"Point","coordinates":[-75.183884180210725,39.952568449674288]},"properties":{"OBJECTID_1":1165,"objectid":19295811,"dc_dist":"18","psa":"3","dispatch_d":1723334400000,"dispatch_1":"2024-08-11","dispatch_t":"15:54:00","hour":15,"dc_key":202418040813,"location_b":"100 BLOCK S 30TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.183884180000007,"point_y":39.952568450000001}},{"type":"Feature","id":1166,"geometry":{"type":"Point","coordinates":[-75.183274320253645,39.954835299709373]},"properties":{"OBJECTID_1":1166,"objectid":19838655,"dc_dist":"16","psa":"1","dispatch_d":1723593600000,"dispatch_1":"2024-08-13","dispatch_t":"22:27:00","hour":22,"dc_key":202416032197,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183274319999995,"point_y":39.954835299999999}},{"type":"Feature","id":1167,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1167,"objectid":20976924,"dc_dist":"18","psa":"3","dispatch_d":1727481600000,"dispatch_1":"2024-09-28","dispatch_t":"18:53:00","hour":18,"dc_key":202418049798,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1168,"geometry":{"type":"Point","coordinates":[-75.20544941026202,39.951980109594444]},"properties":{"OBJECTID_1":1168,"objectid":21834075,"dc_dist":"18","psa":"3","dispatch_d":1728950400000,"dispatch_1":"2024-10-15","dispatch_t":"08:17:00","hour":8,"dc_key":202418053132,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20544941,"point_y":39.951980110000001}},{"type":"Feature","id":1169,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1169,"objectid":20498905,"dc_dist":"18","psa":"3","dispatch_d":1723939200000,"dispatch_1":"2024-08-18","dispatch_t":"15:18:00","hour":15,"dc_key":202418042040,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1170,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1170,"objectid":21727232,"dc_dist":"18","psa":"3","dispatch_d":1728950400000,"dispatch_1":"2024-10-15","dispatch_t":"17:00:00","hour":17,"dc_key":202418053239,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1171,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1171,"objectid":19496715,"dc_dist":"16","psa":"1","dispatch_d":1723939200000,"dispatch_1":"2024-08-18","dispatch_t":"13:06:00","hour":13,"dc_key":202416032900,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1172,"geometry":{"type":"Point","coordinates":[-75.200411439636184,39.954093629717306]},"properties":{"OBJECTID_1":1172,"objectid":23528102,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-11","dispatch_t":"18:19:00","hour":18,"dc_key":202418058566,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200411439999996,"point_y":39.954093630000003}},{"type":"Feature","id":1173,"geometry":{"type":"Point","coordinates":[-75.202926009727548,39.954564440096874]},"properties":{"OBJECTID_1":1173,"objectid":20116103,"dc_dist":"18","psa":"3","dispatch_d":1721260800000,"dispatch_1":"2024-07-17","dispatch_t":"23:15:00","hour":23,"dc_key":202418036555,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202926009999999,"point_y":39.954564439999999}},{"type":"Feature","id":1174,"geometry":{"type":"Point","coordinates":[-75.198534339588036,39.954382500052361]},"properties":{"OBJECTID_1":1174,"objectid":20116352,"dc_dist":"18","psa":"3","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"17:42:00","hour":17,"dc_key":202418037325,"location_b":"3800 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.198534339999995,"point_y":39.954382500000001}},{"type":"Feature","id":1175,"geometry":{"type":"Point","coordinates":[-75.202685629937832,39.955050760184463]},"properties":{"OBJECTID_1":1175,"objectid":21285669,"dc_dist":"18","psa":"3","dispatch_d":1728345600000,"dispatch_1":"2024-10-07","dispatch_t":"20:47:00","hour":20,"dc_key":202418051551,"location_b":"100 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202685630000005,"point_y":39.955050759999999}},{"type":"Feature","id":1176,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1176,"objectid":21246425,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"16:04:00","hour":16,"dc_key":202418049387,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1177,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":1177,"objectid":19838444,"dc_dist":"16","psa":"1","dispatch_d":1721260800000,"dispatch_1":"2024-07-18","dispatch_t":"08:19:00","hour":8,"dc_key":202416027934,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":1178,"geometry":{"type":"Point","coordinates":[-75.191351010140977,39.952416730447794]},"properties":{"OBJECTID_1":1178,"objectid":22005338,"dc_dist":"18","psa":"3","dispatch_d":1729036800000,"dispatch_1":"2024-10-16","dispatch_t":"14:48:00","hour":14,"dc_key":202418053452,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191351010000005,"point_y":39.952416730000003}},{"type":"Feature","id":1179,"geometry":{"type":"Point","coordinates":[-75.19996199984638,39.955249000441086]},"properties":{"OBJECTID_1":1179,"objectid":21047231,"dc_dist":"18","psa":"3","dispatch_d":1727481600000,"dispatch_1":"2024-09-28","dispatch_t":"11:44:00","hour":11,"dc_key":202418049745,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.199961999999999,"point_y":39.955249000000002}},{"type":"Feature","id":1180,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1180,"objectid":20567893,"dc_dist":"18","psa":"3","dispatch_d":1726272000000,"dispatch_1":"2024-09-14","dispatch_t":"13:35:00","hour":13,"dc_key":202418047008,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1181,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1181,"objectid":20978222,"dc_dist":"16","psa":"1","dispatch_d":1724889600000,"dispatch_1":"2024-08-28","dispatch_t":"21:08:00","hour":21,"dc_key":202416034602,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1182,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1182,"objectid":20978223,"dc_dist":"16","psa":"1","dispatch_d":1724198400000,"dispatch_1":"2024-08-20","dispatch_t":"21:24:00","hour":21,"dc_key":202416033255,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1183,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1183,"objectid":21013582,"dc_dist":"18","psa":"3","dispatch_d":1726272000000,"dispatch_1":"2024-09-14","dispatch_t":"08:02:00","hour":8,"dc_key":202418046978,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1184,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1184,"objectid":21013584,"dc_dist":"18","psa":"3","dispatch_d":1726358400000,"dispatch_1":"2024-09-15","dispatch_t":"19:10:00","hour":19,"dc_key":202418047206,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1185,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":1185,"objectid":20565745,"dc_dist":"16","psa":"1","dispatch_d":1721692800000,"dispatch_1":"2024-07-22","dispatch_t":"20:38:00","hour":20,"dc_key":202416028678,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":1186,"geometry":{"type":"Point","coordinates":[-75.191819369867972,39.952794329694598]},"properties":{"OBJECTID_1":1186,"objectid":23853867,"dc_dist":"18","psa":"3","dispatch_d":1732492800000,"dispatch_1":"2024-11-25","dispatch_t":"10:52:00","hour":10,"dc_key":202418061138,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191819370000005,"point_y":39.952794330000003}},{"type":"Feature","id":1187,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1187,"objectid":19259084,"dc_dist":"16","psa":"1","dispatch_d":1721865600000,"dispatch_1":"2024-07-25","dispatch_t":"05:01:00","hour":5,"dc_key":202416029069,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1188,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1188,"objectid":16280569,"dc_dist":"18","psa":"3","dispatch_d":1712361600000,"dispatch_1":"2024-04-06","dispatch_t":"13:34:00","hour":13,"dc_key":202418017486,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1189,"geometry":{"type":"Point","coordinates":[-75.20179914031803,39.950698070259762]},"properties":{"OBJECTID_1":1189,"objectid":19121471,"dc_dist":"18","psa":"3","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"15:27:00","hour":15,"dc_key":202418038983,"location_b":"3900 BLOCK PINE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.201799140000006,"point_y":39.950698080000002}},{"type":"Feature","id":1190,"geometry":{"type":"Point","coordinates":[-75.204632869910995,39.954941179591799]},"properties":{"OBJECTID_1":1190,"objectid":21286888,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-29","dispatch_t":"20:12:00","hour":20,"dc_key":202418049934,"location_b":"100 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204632869999998,"point_y":39.954941179999999}},{"type":"Feature","id":1191,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1191,"objectid":21216842,"dc_dist":"18","psa":"3","dispatch_d":1728086400000,"dispatch_1":"2024-10-05","dispatch_t":"16:58:00","hour":16,"dc_key":202418051199,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1192,"geometry":{"type":"Point","coordinates":[-75.189781890122106,39.954067980153241]},"properties":{"OBJECTID_1":1192,"objectid":20073669,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"18:26:00","hour":18,"dc_key":202418045128,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189781890000006,"point_y":39.954067979999998}},{"type":"Feature","id":1193,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1193,"objectid":23422824,"dc_dist":"18","psa":"3","dispatch_d":1730246400000,"dispatch_1":"2024-10-30","dispatch_t":"13:33:00","hour":13,"dc_key":202418056324,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1194,"geometry":{"type":"Point","coordinates":[-75.200536059591457,39.95500064006751]},"properties":{"OBJECTID_1":1194,"objectid":22826785,"dc_dist":"18","psa":"3","dispatch_d":1731196800000,"dispatch_1":"2024-11-10","dispatch_t":"00:20:00","hour":0,"dc_key":202418058325,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.200536060000005,"point_y":39.955000640000002}},{"type":"Feature","id":1195,"geometry":{"type":"Point","coordinates":[-75.206524360011144,39.95676169969272]},"properties":{"OBJECTID_1":1195,"objectid":19872588,"dc_dist":"18","psa":"3","dispatch_d":1724457600000,"dispatch_1":"2024-08-24","dispatch_t":"11:26:00","hour":11,"dc_key":202418043075,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206524360000003,"point_y":39.956761700000001}},{"type":"Feature","id":1196,"geometry":{"type":"Point","coordinates":[-75.201929919729992,39.957202620204839]},"properties":{"OBJECTID_1":1196,"objectid":19911740,"dc_dist":"16","psa":"1","dispatch_d":1724803200000,"dispatch_1":"2024-08-27","dispatch_t":"23:22:00","hour":23,"dc_key":202416034451,"location_b":"0 BLOCK N 40TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201929919999998,"point_y":39.957202619999997}},{"type":"Feature","id":1197,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":1197,"objectid":21593420,"dc_dist":"18","psa":"3","dispatch_d":1727049600000,"dispatch_1":"2024-09-23","dispatch_t":"14:03:00","hour":14,"dc_key":202418048744,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":1198,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":1198,"objectid":20116243,"dc_dist":"18","psa":"3","dispatch_d":1724457600000,"dispatch_1":"2024-08-24","dispatch_t":"10:34:00","hour":10,"dc_key":202418043070,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":1199,"geometry":{"type":"Point","coordinates":[-75.196944000065514,39.955393169858951]},"properties":{"OBJECTID_1":1199,"objectid":20116244,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"11:57:00","hour":11,"dc_key":202418042542,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.196944009999996,"point_y":39.955393170000001}},{"type":"Feature","id":1200,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1200,"objectid":21931427,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-25","dispatch_t":"21:49:00","hour":21,"dc_key":202418055485,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1201,"geometry":{"type":"Point","coordinates":[-75.206522570360278,39.956753630076037]},"properties":{"OBJECTID_1":1201,"objectid":16283874,"dc_dist":"18","psa":"3","dispatch_d":1714348800000,"dispatch_1":"2024-04-29","dispatch_t":"08:16:00","hour":8,"dc_key":202418021577,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.206522570000004,"point_y":39.956753630000001}},{"type":"Feature","id":1202,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1202,"objectid":23026416,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"13:49:00","hour":13,"dc_key":202418054914,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1203,"geometry":{"type":"Point","coordinates":[-75.208622800301953,39.952096359559391]},"properties":{"OBJECTID_1":1203,"objectid":21459652,"dc_dist":"18","psa":"3","dispatch_d":1728259200000,"dispatch_1":"2024-10-07","dispatch_t":"11:53:00","hour":11,"dc_key":202418051443,"location_b":"4200 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208622800000001,"point_y":39.952096359999999}},{"type":"Feature","id":1204,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":1204,"objectid":16281150,"dc_dist":"18","psa":"3","dispatch_d":1711670400000,"dispatch_1":"2024-03-29","dispatch_t":"17:03:00","hour":17,"dc_key":202418016197,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":1205,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1205,"objectid":21594255,"dc_dist":"18","psa":"3","dispatch_d":1725148800000,"dispatch_1":"2024-09-01","dispatch_t":"11:31:00","hour":11,"dc_key":202418044502,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1206,"geometry":{"type":"Point","coordinates":[-75.19059497977446,39.955313569965313]},"properties":{"OBJECTID_1":1206,"objectid":20116998,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"00:24:00","hour":0,"dc_key":202418036755,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"2100","text_gener":"DRIVING UNDER THE INFLUENCE","point_x":-75.19059498,"point_y":39.955313570000001}},{"type":"Feature","id":1207,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":1207,"objectid":19636490,"dc_dist":"16","psa":"1","dispatch_d":1723766400000,"dispatch_1":"2024-08-16","dispatch_t":"06:10:00","hour":6,"dc_key":202416032572,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":1208,"geometry":{"type":"Point","coordinates":[-75.201926520292659,39.950715179861731]},"properties":{"OBJECTID_1":1208,"objectid":19326063,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-12","dispatch_t":"04:20:00","hour":4,"dc_key":202418040893,"location_b":"3900 BLOCK PINE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201926520000001,"point_y":39.950715180000003}},{"type":"Feature","id":1209,"geometry":{"type":"Point","coordinates":[-75.20241305981483,39.952296949744493]},"properties":{"OBJECTID_1":1209,"objectid":21558912,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"05:45:00","hour":5,"dc_key":202418053606,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202413059999998,"point_y":39.952296949999997}},{"type":"Feature","id":1210,"geometry":{"type":"Point","coordinates":[-75.20289628983187,39.952736749701273]},"properties":{"OBJECTID_1":1210,"objectid":22826723,"dc_dist":"18","psa":"3","dispatch_d":1732320000000,"dispatch_1":"2024-11-23","dispatch_t":"11:31:00","hour":11,"dc_key":202418060819,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202896289999998,"point_y":39.95273675}},{"type":"Feature","id":1211,"geometry":{"type":"Point","coordinates":[-75.200410810110782,39.953261319754176]},"properties":{"OBJECTID_1":1211,"objectid":23296547,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"00:21:00","hour":0,"dc_key":202418052085,"location_b":"200 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200410809999994,"point_y":39.953261320000003}},{"type":"Feature","id":1212,"geometry":{"type":"Point","coordinates":[-75.192195409690385,39.948538819610917]},"properties":{"OBJECTID_1":1212,"objectid":20921062,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-17","dispatch_t":"05:09:00","hour":5,"dc_key":202418047446,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192195409999997,"point_y":39.948538820000003}},{"type":"Feature","id":1213,"geometry":{"type":"Point","coordinates":[-75.204407579845906,39.95509062982876]},"properties":{"OBJECTID_1":1213,"objectid":21492371,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"12:10:00","hour":12,"dc_key":202418049549,"location_b":"4000 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204407579999994,"point_y":39.955090630000001}},{"type":"Feature","id":1214,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1214,"objectid":16134519,"dc_dist":"16","psa":"1","dispatch_d":1714780800000,"dispatch_1":"2024-05-04","dispatch_t":"05:27:00","hour":5,"dc_key":202416015422,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1215,"geometry":{"type":"Point","coordinates":[-75.206518169977528,39.955791320413141]},"properties":{"OBJECTID_1":1215,"objectid":19826181,"dc_dist":"18","psa":"3","dispatch_d":1723593600000,"dispatch_1":"2024-08-14","dispatch_t":"12:31:00","hour":12,"dc_key":202418041270,"location_b":"100 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.206518169999995,"point_y":39.955791320000003}},{"type":"Feature","id":1216,"geometry":{"type":"Point","coordinates":[-75.204499340372195,39.951611529648403]},"properties":{"OBJECTID_1":1216,"objectid":19381325,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-10","dispatch_t":"10:33:00","hour":10,"dc_key":202418040614,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.204499339999998,"point_y":39.951611530000001}},{"type":"Feature","id":1217,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1217,"objectid":18401891,"dc_dist":"18","psa":"3","dispatch_d":1717286400000,"dispatch_1":"2024-06-02","dispatch_t":"19:18:00","hour":19,"dc_key":202418028141,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1218,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":1218,"objectid":22483598,"dc_dist":"18","psa":"3","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"11:13:00","hour":11,"dc_key":202418056772,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":1219,"geometry":{"type":"Point","coordinates":[-75.205574409731184,39.954897420379723]},"properties":{"OBJECTID_1":1219,"objectid":19477504,"dc_dist":"18","psa":"3","dispatch_d":1722124800000,"dispatch_1":"2024-07-27","dispatch_t":"21:36:00","hour":21,"dc_key":202418038395,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205574409999997,"point_y":39.954897420000002}},{"type":"Feature","id":1220,"geometry":{"type":"Point","coordinates":[-75.203405250351977,39.957330650389281]},"properties":{"OBJECTID_1":1220,"objectid":18546664,"dc_dist":"16","psa":"1","dispatch_d":1720742400000,"dispatch_1":"2024-07-12","dispatch_t":"08:15:00","hour":8,"dc_key":202416026979,"location_b":"N PRESTON ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203405250000003,"point_y":39.957330650000003}},{"type":"Feature","id":1221,"geometry":{"type":"Point","coordinates":[-75.204199920090218,39.956259879789684]},"properties":{"OBJECTID_1":1221,"objectid":22483637,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-11","dispatch_t":"16:05:00","hour":16,"dc_key":202418058529,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204199919999994,"point_y":39.956259879999998}},{"type":"Feature","id":1222,"geometry":{"type":"Point","coordinates":[-75.208252269726415,39.956101379674976]},"properties":{"OBJECTID_1":1222,"objectid":19968940,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"18:37:00","hour":18,"dc_key":202418042973,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208252270000003,"point_y":39.95610138}},{"type":"Feature","id":1223,"geometry":{"type":"Point","coordinates":[-75.196780829771456,39.952217320173247]},"properties":{"OBJECTID_1":1223,"objectid":21316631,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"15:11:00","hour":15,"dc_key":202418052184,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196780829999994,"point_y":39.952217320000003}},{"type":"Feature","id":1224,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1224,"objectid":22520782,"dc_dist":"16","psa":"1","dispatch_d":1729987200000,"dispatch_1":"2024-10-27","dispatch_t":"17:17:00","hour":17,"dc_key":202416043864,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1225,"geometry":{"type":"Point","coordinates":[-75.190710000366209,39.952641999828472]},"properties":{"OBJECTID_1":1225,"objectid":21529110,"dc_dist":"18","psa":"3","dispatch_d":1728691200000,"dispatch_1":"2024-10-11","dispatch_t":"20:27:00","hour":20,"dc_key":202418052541,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190709999999996,"point_y":39.952641999999997}},{"type":"Feature","id":1226,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1226,"objectid":21014663,"dc_dist":"18","psa":"3","dispatch_d":1727740800000,"dispatch_1":"2024-09-30","dispatch_t":"20:18:00","hour":20,"dc_key":202418050132,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1227,"geometry":{"type":"Point","coordinates":[-75.206715330148313,39.954835490365667]},"properties":{"OBJECTID_1":1227,"objectid":20638664,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-12","dispatch_t":"12:59:00","hour":12,"dc_key":202418040932,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206715329999994,"point_y":39.954835490000001}},{"type":"Feature","id":1228,"geometry":{"type":"Point","coordinates":[-75.205574409731184,39.954897420379723]},"properties":{"OBJECTID_1":1228,"objectid":20638667,"dc_dist":"18","psa":"3","dispatch_d":1724025600000,"dispatch_1":"2024-08-19","dispatch_t":"16:42:00","hour":16,"dc_key":202418042177,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.205574409999997,"point_y":39.954897420000002}},{"type":"Feature","id":1229,"geometry":{"type":"Point","coordinates":[-75.196780829771456,39.952217320173247]},"properties":{"OBJECTID_1":1229,"objectid":21247999,"dc_dist":"18","psa":"3","dispatch_d":1727740800000,"dispatch_1":"2024-10-01","dispatch_t":"15:28:00","hour":15,"dc_key":202418050284,"location_b":"3600 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196780829999994,"point_y":39.952217320000003}},{"type":"Feature","id":1230,"geometry":{"type":"Point","coordinates":[-75.192560049706515,39.950491309826134]},"properties":{"OBJECTID_1":1230,"objectid":16286796,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"09:44:00","hour":9,"dc_key":202418023644,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192560049999997,"point_y":39.950491309999997}},{"type":"Feature","id":1231,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":1231,"objectid":23789764,"dc_dist":"18","psa":"3","dispatch_d":1733529600000,"dispatch_1":"2024-12-07","dispatch_t":"14:52:00","hour":14,"dc_key":202418063579,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":1232,"geometry":{"type":"Point","coordinates":[-75.192524809772124,39.955623470047158]},"properties":{"OBJECTID_1":1232,"objectid":21186065,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-12","dispatch_t":"09:38:00","hour":9,"dc_key":202418040908,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.192524809999995,"point_y":39.955623469999999}},{"type":"Feature","id":1233,"geometry":{"type":"Point","coordinates":[-75.189673000208757,39.948891000419394]},"properties":{"OBJECTID_1":1233,"objectid":21528839,"dc_dist":"18","psa":"3","dispatch_d":1726790400000,"dispatch_1":"2024-09-19","dispatch_t":"20:29:00","hour":20,"dc_key":202418048060,"location_b":"3000 BLOCK SOUTH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189672999999999,"point_y":39.948891000000003}},{"type":"Feature","id":1234,"geometry":{"type":"Point","coordinates":[-75.207575000186068,39.956291999975861]},"properties":{"OBJECTID_1":1234,"objectid":20404919,"dc_dist":"18","psa":"3","dispatch_d":1725667200000,"dispatch_1":"2024-09-07","dispatch_t":"19:48:00","hour":19,"dc_key":202418045805,"location_b":"4200 BLOCK CHESTNUT ST 209","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.207575000000006,"point_y":39.956291999999998}},{"type":"Feature","id":1235,"geometry":{"type":"Point","coordinates":[-75.194618650030634,39.956288370312109]},"properties":{"OBJECTID_1":1235,"objectid":20190874,"dc_dist":"16","psa":"1","dispatch_d":1723420800000,"dispatch_1":"2024-08-11","dispatch_t":"21:55:00","hour":21,"dc_key":202416031866,"location_b":"3600 BLOCK Market St","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.194618649999995,"point_y":39.956288370000003}},{"type":"Feature","id":1236,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1236,"objectid":21967626,"dc_dist":"18","psa":"3","dispatch_d":1728950400000,"dispatch_1":"2024-10-14","dispatch_t":"21:26:00","hour":21,"dc_key":202418053073,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1237,"geometry":{"type":"Point","coordinates":[-75.199623000401118,39.95686400027347]},"properties":{"OBJECTID_1":1237,"objectid":21047888,"dc_dist":"16","psa":"1","dispatch_d":1727740800000,"dispatch_1":"2024-10-01","dispatch_t":"16:49:00","hour":16,"dc_key":202416039661,"location_b":"3900 BLOCK MARKET ST 1717","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.199623000000003,"point_y":39.956864000000003}},{"type":"Feature","id":1238,"geometry":{"type":"Point","coordinates":[-75.188266970444317,39.955442979709801]},"properties":{"OBJECTID_1":1238,"objectid":20637452,"dc_dist":"16","psa":"1","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"03:36:00","hour":3,"dc_key":202416030020,"location_b":"N 32ND ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.188266970000001,"point_y":39.955442980000001}},{"type":"Feature","id":1239,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1239,"objectid":20637954,"dc_dist":"18","psa":"3","dispatch_d":1726358400000,"dispatch_1":"2024-09-15","dispatch_t":"10:39:00","hour":10,"dc_key":202418047157,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1240,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1240,"objectid":21317484,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-18","dispatch_t":"14:03:00","hour":14,"dc_key":202418047744,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1241,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1241,"objectid":21143596,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"14:41:00","hour":14,"dc_key":202418046628,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1242,"geometry":{"type":"Point","coordinates":[-75.196464999560021,39.954910000096504]},"properties":{"OBJECTID_1":1242,"objectid":20370030,"dc_dist":"18","psa":"3","dispatch_d":1725753600000,"dispatch_1":"2024-09-08","dispatch_t":"16:33:00","hour":16,"dc_key":202418045912,"location_b":"3700 BLOCK CHESTNUT ST 1157","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.196465000000003,"point_y":39.954909999999998}},{"type":"Feature","id":1243,"geometry":{"type":"Point","coordinates":[-75.200411439636184,39.954093629717306]},"properties":{"OBJECTID_1":1243,"objectid":20639273,"dc_dist":"18","psa":"3","dispatch_d":1725148800000,"dispatch_1":"2024-09-01","dispatch_t":"16:29:00","hour":16,"dc_key":202418044529,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200411439999996,"point_y":39.954093630000003}},{"type":"Feature","id":1244,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1244,"objectid":21185978,"dc_dist":"18","psa":"3","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"14:12:00","hour":14,"dc_key":202418040103,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1245,"geometry":{"type":"Point","coordinates":[-75.204211610377456,39.957042280077189]},"properties":{"OBJECTID_1":1245,"objectid":19918053,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"17:15:00","hour":17,"dc_key":202418044182,"location_b":"0 BLOCK S 41ST ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.204211610000002,"point_y":39.957042280000003}},{"type":"Feature","id":1246,"geometry":{"type":"Point","coordinates":[-75.183336830330404,39.954828079951994]},"properties":{"OBJECTID_1":1246,"objectid":20082684,"dc_dist":"16","psa":"1","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"10:25:00","hour":10,"dc_key":202416028114,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183336830000002,"point_y":39.954828079999999}},{"type":"Feature","id":1247,"geometry":{"type":"Point","coordinates":[-75.208117789604273,39.95124819994453]},"properties":{"OBJECTID_1":1247,"objectid":19708655,"dc_dist":"18","psa":"3","dispatch_d":1724371200000,"dispatch_1":"2024-08-23","dispatch_t":"10:55:00","hour":10,"dc_key":202418042885,"location_b":"4200 BLOCK PINE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.208117790000003,"point_y":39.951248200000002}},{"type":"Feature","id":1248,"geometry":{"type":"Point","coordinates":[-75.192526979836202,39.947593499940126]},"properties":{"OBJECTID_1":1248,"objectid":22624260,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"15:41:00","hour":15,"dc_key":202418057497,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192526979999997,"point_y":39.947593509999997}},{"type":"Feature","id":1249,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1249,"objectid":22006596,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"19:24:00","hour":19,"dc_key":202418050131,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1250,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1250,"objectid":22006597,"dc_dist":"18","psa":"3","dispatch_d":1727913600000,"dispatch_1":"2024-10-03","dispatch_t":"19:34:00","hour":19,"dc_key":202418050820,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1251,"geometry":{"type":"Point","coordinates":[-75.208431259994597,39.951607499786348]},"properties":{"OBJECTID_1":1251,"objectid":19952739,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"18:34:00","hour":18,"dc_key":202418044202,"location_b":"4200 BLOCK PINE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.208431259999998,"point_y":39.951607500000001}},{"type":"Feature","id":1252,"geometry":{"type":"Point","coordinates":[-75.200536059591457,39.95500064006751]},"properties":{"OBJECTID_1":1252,"objectid":21221075,"dc_dist":"18","psa":"3","dispatch_d":1727481600000,"dispatch_1":"2024-09-28","dispatch_t":"14:34:00","hour":14,"dc_key":202418049765,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.200536060000005,"point_y":39.955000640000002}},{"type":"Feature","id":1253,"geometry":{"type":"Point","coordinates":[-75.199940999777255,39.955343000279299]},"properties":{"OBJECTID_1":1253,"objectid":20529981,"dc_dist":"18","psa":"3","dispatch_d":1726358400000,"dispatch_1":"2024-09-15","dispatch_t":"09:38:00","hour":9,"dc_key":202418047154,"location_b":"S 39TH ST & CHESTNUT ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.199940999999995,"point_y":39.955342999999999}},{"type":"Feature","id":1254,"geometry":{"type":"Point","coordinates":[-75.201730520247281,39.955889940068744]},"properties":{"OBJECTID_1":1254,"objectid":23789787,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"18:57:00","hour":18,"dc_key":202418062507,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201730519999998,"point_y":39.955889939999999}},{"type":"Feature","id":1255,"geometry":{"type":"Point","coordinates":[-75.192899999735175,39.948712000258638]},"properties":{"OBJECTID_1":1255,"objectid":21185649,"dc_dist":"18","psa":"3","dispatch_d":1727136000000,"dispatch_1":"2024-09-24","dispatch_t":"08:05:00","hour":8,"dc_key":202418048861,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192899999999995,"point_y":39.948712}},{"type":"Feature","id":1256,"geometry":{"type":"Point","coordinates":[-75.193306360200324,39.948102800403944]},"properties":{"OBJECTID_1":1256,"objectid":20120615,"dc_dist":"18","psa":"3","dispatch_d":1724198400000,"dispatch_1":"2024-08-21","dispatch_t":"18:45:00","hour":18,"dc_key":202418042631,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193306359999994,"point_y":39.948102800000001}},{"type":"Feature","id":1257,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1257,"objectid":22624715,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-26","dispatch_t":"00:42:00","hour":0,"dc_key":202418055511,"location_b":"3700 BLOCK Spruce St","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1258,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1258,"objectid":23528485,"dc_dist":"18","psa":"3","dispatch_d":1734220800000,"dispatch_1":"2024-12-15","dispatch_t":"16:37:00","hour":16,"dc_key":202418065152,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1259,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":1259,"objectid":20369527,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"18:10:00","hour":18,"dc_key":202418045120,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":1260,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1260,"objectid":22489902,"dc_dist":"18","psa":"3","dispatch_d":1728777600000,"dispatch_1":"2024-10-13","dispatch_t":"11:29:00","hour":11,"dc_key":202418052833,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1261,"geometry":{"type":"Point","coordinates":[-75.203706999878079,39.955031000280485]},"properties":{"OBJECTID_1":1261,"objectid":21185682,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"12:09:00","hour":12,"dc_key":202418049548,"location_b":"4000 BLOCK SANSOM ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.203706999999994,"point_y":39.955030999999998}},{"type":"Feature","id":1262,"geometry":{"type":"Point","coordinates":[-75.198574999736422,39.955175999772621]},"properties":{"OBJECTID_1":1262,"objectid":21116710,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"18:28:00","hour":18,"dc_key":202418048045,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198575000000005,"point_y":39.955176000000002}},{"type":"Feature","id":1263,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1263,"objectid":22213858,"dc_dist":"18","psa":"3","dispatch_d":1728345600000,"dispatch_1":"2024-10-08","dispatch_t":"18:48:00","hour":18,"dc_key":202418051723,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1264,"geometry":{"type":"Point","coordinates":[-75.199205679898171,39.951258349693148]},"properties":{"OBJECTID_1":1264,"objectid":19330413,"dc_dist":"18","psa":"3","dispatch_d":1723420800000,"dispatch_1":"2024-08-12","dispatch_t":"17:31:00","hour":17,"dc_key":202418040978,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.199205680000006,"point_y":39.951258359999997}},{"type":"Feature","id":1265,"geometry":{"type":"Point","coordinates":[-75.193245979718142,39.954083940421583]},"properties":{"OBJECTID_1":1265,"objectid":22553778,"dc_dist":"18","psa":"3","dispatch_d":1730160000000,"dispatch_1":"2024-10-29","dispatch_t":"11:55:00","hour":11,"dc_key":202418056079,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.19324598,"point_y":39.954083939999997}},{"type":"Feature","id":1266,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1266,"objectid":20500263,"dc_dist":"16","psa":"1","dispatch_d":1721779200000,"dispatch_1":"2024-07-24","dispatch_t":"17:44:00","hour":17,"dc_key":202416028977,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1267,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":1267,"objectid":16288022,"dc_dist":"18","psa":"3","dispatch_d":1712620800000,"dispatch_1":"2024-04-09","dispatch_t":"16:51:00","hour":16,"dc_key":202418018001,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":1268,"geometry":{"type":"Point","coordinates":[-75.192197190347997,39.948546880234403]},"properties":{"OBJECTID_1":1268,"objectid":20054685,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"02:20:00","hour":2,"dc_key":202418044070,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192197190000002,"point_y":39.948546880000002}},{"type":"Feature","id":1269,"geometry":{"type":"Point","coordinates":[-75.20176136969144,39.952851610213713]},"properties":{"OBJECTID_1":1269,"objectid":20119758,"dc_dist":"18","psa":"3","dispatch_d":1721347200000,"dispatch_1":"2024-07-19","dispatch_t":"12:11:00","hour":12,"dc_key":202418036817,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.20176137,"point_y":39.952851610000003}},{"type":"Feature","id":1270,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1270,"objectid":21316620,"dc_dist":"18","psa":"3","dispatch_d":1725753600000,"dispatch_1":"2024-09-07","dispatch_t":"23:16:00","hour":23,"dc_key":202418045836,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1271,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1271,"objectid":22041138,"dc_dist":"18","psa":"3","dispatch_d":1730332800000,"dispatch_1":"2024-10-31","dispatch_t":"17:16:00","hour":17,"dc_key":202418056609,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1272,"geometry":{"type":"Point","coordinates":[-75.185840870259938,39.954706319840852]},"properties":{"OBJECTID_1":1272,"objectid":20705792,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"07:15:00","hour":7,"dc_key":202418047938,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.185840870000007,"point_y":39.95470632}},{"type":"Feature","id":1273,"geometry":{"type":"Point","coordinates":[-75.192585999644109,39.95044800027506]},"properties":{"OBJECTID_1":1273,"objectid":21426852,"dc_dist":"18","psa":"3","dispatch_d":1728864000000,"dispatch_1":"2024-10-13","dispatch_t":"21:42:00","hour":21,"dc_key":202418052891,"location_b":"34th St And Market St","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.192586000000006,"point_y":39.950448000000002}},{"type":"Feature","id":1274,"geometry":{"type":"Point","coordinates":[-75.18472746010417,39.95493246965782]},"properties":{"OBJECTID_1":1274,"objectid":20228662,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-22","dispatch_t":"14:24:00","hour":14,"dc_key":202418042724,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.184727460000005,"point_y":39.954932470000003}},{"type":"Feature","id":1275,"geometry":{"type":"Point","coordinates":[-75.190159119747534,39.951916540116258]},"properties":{"OBJECTID_1":1275,"objectid":22865283,"dc_dist":"18","psa":"3","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"17:01:00","hour":17,"dc_key":202418060480,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190159120000004,"point_y":39.951916539999999}},{"type":"Feature","id":1276,"geometry":{"type":"Point","coordinates":[-75.201730520247281,39.955889940068744]},"properties":{"OBJECTID_1":1276,"objectid":22865287,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-19","dispatch_t":"21:01:00","hour":21,"dc_key":202418060116,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"300","text_gener":"Robbery Firearm","point_x":-75.201730519999998,"point_y":39.955889939999999}},{"type":"Feature","id":1277,"geometry":{"type":"Point","coordinates":[-75.202530960035745,39.951742399891884]},"properties":{"OBJECTID_1":1277,"objectid":20640487,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-11","dispatch_t":"13:55:00","hour":13,"dc_key":202418046403,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202530960000004,"point_y":39.951742400000001}},{"type":"Feature","id":1278,"geometry":{"type":"Point","coordinates":[-75.192742020327955,39.954866480104045]},"properties":{"OBJECTID_1":1278,"objectid":20709269,"dc_dist":"18","psa":"3","dispatch_d":1725753600000,"dispatch_1":"2024-09-08","dispatch_t":"12:38:00","hour":12,"dc_key":202418045890,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192742019999997,"point_y":39.95486648}},{"type":"Feature","id":1279,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1279,"objectid":21935187,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-25","dispatch_t":"20:31:00","hour":20,"dc_key":202418055468,"location_b":"3700 BLOCK Spruce St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1280,"geometry":{"type":"Point","coordinates":[-75.201612469839574,39.951512620411165]},"properties":{"OBJECTID_1":1280,"objectid":20228771,"dc_dist":"18","psa":"3","dispatch_d":1722988800000,"dispatch_1":"2024-08-07","dispatch_t":"19:45:00","hour":19,"dc_key":202418040163,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201612470000001,"point_y":39.951512620000003}},{"type":"Feature","id":1281,"geometry":{"type":"Point","coordinates":[-75.19949774012855,39.95522569990618]},"properties":{"OBJECTID_1":1281,"objectid":21767639,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-18","dispatch_t":"20:53:00","hour":20,"dc_key":202418047866,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199497739999998,"point_y":39.9552257}},{"type":"Feature","id":1282,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":1282,"objectid":20640563,"dc_dist":"16","psa":"1","dispatch_d":1721606400000,"dispatch_1":"2024-07-22","dispatch_t":"10:12:00","hour":10,"dc_key":202416028558,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":1283,"geometry":{"type":"Point","coordinates":[-75.206681619960762,39.953047409710223]},"properties":{"OBJECTID_1":1283,"objectid":20057543,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-10","dispatch_t":"09:40:00","hour":9,"dc_key":202418040608,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.206681619999998,"point_y":39.953047410000003}},{"type":"Feature","id":1284,"geometry":{"type":"Point","coordinates":[-75.195763870106475,39.953323319915341]},"properties":{"OBJECTID_1":1284,"objectid":21146544,"dc_dist":"18","psa":"3","dispatch_d":1726790400000,"dispatch_1":"2024-09-20","dispatch_t":"12:54:00","hour":12,"dc_key":202418048174,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195763869999993,"point_y":39.953323320000003}},{"type":"Feature","id":1285,"geometry":{"type":"Point","coordinates":[-75.190159119747534,39.951916540116258]},"properties":{"OBJECTID_1":1285,"objectid":21969302,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-17","dispatch_t":"12:58:00","hour":12,"dc_key":202418047504,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190159120000004,"point_y":39.951916539999999}},{"type":"Feature","id":1286,"geometry":{"type":"Point","coordinates":[-75.188899700161016,39.95247850038254]},"properties":{"OBJECTID_1":1286,"objectid":20192994,"dc_dist":"18","psa":"3","dispatch_d":1723161600000,"dispatch_1":"2024-08-09","dispatch_t":"10:37:00","hour":10,"dc_key":202418040416,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188899699999993,"point_y":39.952478499999998}},{"type":"Feature","id":1287,"geometry":{"type":"Point","coordinates":[-75.207943250080916,39.956759429803867]},"properties":{"OBJECTID_1":1287,"objectid":20156847,"dc_dist":"18","psa":"3","dispatch_d":1724976000000,"dispatch_1":"2024-08-30","dispatch_t":"08:00:00","hour":7,"dc_key":202418044091,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.20794325,"point_y":39.956759439999999}},{"type":"Feature","id":1288,"geometry":{"type":"Point","coordinates":[-75.205037279746648,39.957532680388965]},"properties":{"OBJECTID_1":1288,"objectid":21317707,"dc_dist":"16","psa":"1","dispatch_d":1728345600000,"dispatch_1":"2024-10-08","dispatch_t":"05:49:00","hour":5,"dc_key":202416040741,"location_b":"N 41ST ST & MARKET ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.205037279999999,"point_y":39.95753268}},{"type":"Feature","id":1289,"geometry":{"type":"Point","coordinates":[-75.196540760247842,39.954531509621518]},"properties":{"OBJECTID_1":1289,"objectid":21697486,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"14:12:00","hour":14,"dc_key":202418049381,"location_b":"100 BLOCK S 37TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.196540760000005,"point_y":39.954531510000002}},{"type":"Feature","id":1290,"geometry":{"type":"Point","coordinates":[-75.187326820076635,39.953802010154675]},"properties":{"OBJECTID_1":1290,"objectid":20083649,"dc_dist":"18","psa":"3","dispatch_d":1724803200000,"dispatch_1":"2024-08-28","dispatch_t":"09:57:00","hour":9,"dc_key":202418043637,"location_b":"3100 BLOCK Chestnut St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.187326819999996,"point_y":39.953802009999997}},{"type":"Feature","id":1291,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":1291,"objectid":22865144,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"14:03:00","hour":14,"dc_key":202418052175,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":1292,"geometry":{"type":"Point","coordinates":[-75.191981870167126,39.948266659578735]},"properties":{"OBJECTID_1":1292,"objectid":21837586,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"16:16:00","hour":16,"dc_key":202418049388,"location_b":"3100 BLOCK CONVENTION AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.191981870000006,"point_y":39.948266660000002}},{"type":"Feature","id":1293,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":1293,"objectid":23224584,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-24","dispatch_t":"15:53:00","hour":15,"dc_key":202418055170,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":1294,"geometry":{"type":"Point","coordinates":[-75.189001810085415,39.952025600001491]},"properties":{"OBJECTID_1":1294,"objectid":22521156,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"14:45:00","hour":14,"dc_key":202418059169,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189001809999993,"point_y":39.952025599999999}},{"type":"Feature","id":1295,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":1295,"objectid":24626421,"dc_dist":"18","psa":"3","dispatch_d":1733270400000,"dispatch_1":"2024-12-03","dispatch_t":"19:53:00","hour":19,"dc_key":202418062771,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":1296,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1296,"objectid":22110401,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-24","dispatch_t":"12:50:00","hour":12,"dc_key":202418055139,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1297,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":1297,"objectid":20536585,"dc_dist":"18","psa":"3","dispatch_d":1726531200000,"dispatch_1":"2024-09-16","dispatch_t":"20:35:00","hour":20,"dc_key":202418047399,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":1298,"geometry":{"type":"Point","coordinates":[-75.190371349857855,39.951434249890781]},"properties":{"OBJECTID_1":1298,"objectid":22866803,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"16:26:00","hour":16,"dc_key":202418060265,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.190371350000007,"point_y":39.951434249999998}},{"type":"Feature","id":1299,"geometry":{"type":"Point","coordinates":[-75.202850999973634,39.952865000219617]},"properties":{"OBJECTID_1":1299,"objectid":22182219,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-25","dispatch_t":"20:30:00","hour":20,"dc_key":202418055467,"location_b":"3900 BLOCK Walnut St","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.202850999999995,"point_y":39.952865000000003}},{"type":"Feature","id":1300,"geometry":{"type":"Point","coordinates":[-75.205841420245292,39.954576369603842]},"properties":{"OBJECTID_1":1300,"objectid":22144067,"dc_dist":"18","psa":"3","dispatch_d":1729555200000,"dispatch_1":"2024-10-22","dispatch_t":"13:19:00","hour":13,"dc_key":202418054666,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205841419999999,"point_y":39.954576369999998}},{"type":"Feature","id":1301,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":1301,"objectid":20195532,"dc_dist":"16","psa":"1","dispatch_d":1722384000000,"dispatch_1":"2024-07-31","dispatch_t":"10:07:00","hour":10,"dc_key":202416030046,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":1302,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":1302,"objectid":20195535,"dc_dist":"16","psa":"1","dispatch_d":1723075200000,"dispatch_1":"2024-08-08","dispatch_t":"12:13:00","hour":12,"dc_key":202416031276,"location_b":"2900 BLOCK Market St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":1303,"geometry":{"type":"Point","coordinates":[-75.202333930266605,39.954403910212363]},"properties":{"OBJECTID_1":1303,"objectid":22247800,"dc_dist":"18","psa":"3","dispatch_d":1730160000000,"dispatch_1":"2024-10-29","dispatch_t":"06:26:00","hour":6,"dc_key":202418056036,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202333929999995,"point_y":39.954403910000003}},{"type":"Feature","id":1304,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1304,"objectid":21972465,"dc_dist":"18","psa":"3","dispatch_d":1729987200000,"dispatch_1":"2024-10-27","dispatch_t":"17:16:00","hour":17,"dc_key":202418055788,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1305,"geometry":{"type":"Point","coordinates":[-75.204082529784898,39.956650250308883]},"properties":{"OBJECTID_1":1305,"objectid":22523015,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-10","dispatch_t":"20:44:00","hour":20,"dc_key":202418058423,"location_b":"4000 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204082529999994,"point_y":39.956650250000003}},{"type":"Feature","id":1306,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1306,"objectid":23298005,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"13:04:00","hour":13,"dc_key":202418062304,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1307,"geometry":{"type":"Point","coordinates":[-75.20195500002319,39.957149999972557]},"properties":{"OBJECTID_1":1307,"objectid":20646626,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-04","dispatch_t":"10:42:00","hour":10,"dc_key":202418045009,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201954999999998,"point_y":39.957149999999999}},{"type":"Feature","id":1308,"geometry":{"type":"Point","coordinates":[-75.198683549706004,39.955126320323473]},"properties":{"OBJECTID_1":1308,"objectid":16302526,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"10:15:00","hour":10,"dc_key":202418025135,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.198683549999998,"point_y":39.955126329999999}},{"type":"Feature","id":1309,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1309,"objectid":21972467,"dc_dist":"18","psa":"3","dispatch_d":1730160000000,"dispatch_1":"2024-10-28","dispatch_t":"20:30:00","hour":20,"dc_key":202418056006,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1310,"geometry":{"type":"Point","coordinates":[-75.192587190346501,39.950447379742855]},"properties":{"OBJECTID_1":1310,"objectid":21599442,"dc_dist":"18","psa":"3","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"00:41:00","hour":0,"dc_key":202418052341,"location_b":"S 34TH ST & SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192587189999998,"point_y":39.95044738}},{"type":"Feature","id":1311,"geometry":{"type":"Point","coordinates":[-75.196540760247842,39.954531509621518]},"properties":{"OBJECTID_1":1311,"objectid":22766385,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"11:53:00","hour":11,"dc_key":202418059986,"location_b":"100 BLOCK S 37TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.196540760000005,"point_y":39.954531510000002}},{"type":"Feature","id":1312,"geometry":{"type":"Point","coordinates":[-75.187274309561701,39.951259169874845]},"properties":{"OBJECTID_1":1312,"objectid":22383948,"dc_dist":"18","psa":"3","dispatch_d":1730678400000,"dispatch_1":"2024-11-04","dispatch_t":"13:46:00","hour":13,"dc_key":202418057331,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187274310000006,"point_y":39.95125917}},{"type":"Feature","id":1313,"geometry":{"type":"Point","coordinates":[-75.182387780271824,39.954728069944508]},"properties":{"OBJECTID_1":1313,"objectid":20230239,"dc_dist":"16","psa":"1","dispatch_d":1722211200000,"dispatch_1":"2024-07-29","dispatch_t":"17:26:00","hour":17,"dc_key":202416029787,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182387779999999,"point_y":39.954728070000002}},{"type":"Feature","id":1314,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1314,"objectid":23298011,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"17:18:00","hour":17,"dc_key":202418060282,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1315,"geometry":{"type":"Point","coordinates":[-75.192587190346501,39.950447379742855]},"properties":{"OBJECTID_1":1315,"objectid":22414195,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-23","dispatch_t":"20:05:00","hour":20,"dc_key":202418055016,"location_b":"S 34TH ST & SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192587189999998,"point_y":39.95044738}},{"type":"Feature","id":1316,"geometry":{"type":"Point","coordinates":[-75.192663169569585,39.952120179902408]},"properties":{"OBJECTID_1":1316,"objectid":23660651,"dc_dist":"18","psa":"3","dispatch_d":1733875200000,"dispatch_1":"2024-12-11","dispatch_t":"17:23:00","hour":17,"dc_key":202418064410,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192663170000003,"point_y":39.952120180000001}},{"type":"Feature","id":1317,"geometry":{"type":"Point","coordinates":[-75.205338690228359,39.952273259803178]},"properties":{"OBJECTID_1":1317,"objectid":20511111,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"17:46:00","hour":17,"dc_key":202418046675,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205338690000005,"point_y":39.952273259999998}},{"type":"Feature","id":1318,"geometry":{"type":"Point","coordinates":[-75.204252480067851,39.950468729648207]},"properties":{"OBJECTID_1":1318,"objectid":21291985,"dc_dist":"18","psa":"3","dispatch_d":1728172800000,"dispatch_1":"2024-10-06","dispatch_t":"16:51:00","hour":16,"dc_key":202418051319,"location_b":"4000 BLOCK PINE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.204252479999994,"point_y":39.950468729999997}},{"type":"Feature","id":1319,"geometry":{"type":"Point","coordinates":[-75.192007370443775,39.954374520367878]},"properties":{"OBJECTID_1":1319,"objectid":21970116,"dc_dist":"18","psa":"3","dispatch_d":1729728000000,"dispatch_1":"2024-10-24","dispatch_t":"00:57:00","hour":0,"dc_key":202418055063,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192007369999999,"point_y":39.954374520000002}},{"type":"Feature","id":1320,"geometry":{"type":"Point","coordinates":[-75.185342080172802,39.953063580419951]},"properties":{"OBJECTID_1":1320,"objectid":22352291,"dc_dist":"18","psa":"3","dispatch_d":1731024000000,"dispatch_1":"2024-11-07","dispatch_t":"19:14:00","hour":19,"dc_key":202418057914,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185342079999998,"point_y":39.953063579999998}},{"type":"Feature","id":1321,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1321,"objectid":21053037,"dc_dist":"18","psa":"3","dispatch_d":1727913600000,"dispatch_1":"2024-10-02","dispatch_t":"22:08:00","hour":22,"dc_key":202418050619,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1322,"geometry":{"type":"Point","coordinates":[-75.20815578955802,39.951057749615529]},"properties":{"OBJECTID_1":1322,"objectid":20337141,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-11","dispatch_t":"06:07:00","hour":6,"dc_key":202418046345,"location_b":"4200 BLOCK PINE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.208155790000006,"point_y":39.951057749999997}},{"type":"Feature","id":1323,"geometry":{"type":"Point","coordinates":[-75.206065980060885,39.957708200173329]},"properties":{"OBJECTID_1":1323,"objectid":16297513,"dc_dist":"16","psa":"1","dispatch_d":1710806400000,"dispatch_1":"2024-03-19","dispatch_t":"16:23:00","hour":16,"dc_key":202416008993,"location_b":"0 BLOCK N 42ND ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.206065980000005,"point_y":39.957708199999999}},{"type":"Feature","id":1324,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":1324,"objectid":20575601,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-12","dispatch_t":"07:11:00","hour":7,"dc_key":202418046573,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":1325,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":1325,"objectid":24166628,"dc_dist":"18","psa":"3","dispatch_d":1731888000000,"dispatch_1":"2024-11-18","dispatch_t":"13:16:00","hour":13,"dc_key":202418059804,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":1326,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1326,"objectid":21936349,"dc_dist":"16","psa":"1","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"01:34:00","hour":1,"dc_key":202416041286,"location_b":"0 BLOCK N 30TH ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1327,"geometry":{"type":"Point","coordinates":[-75.196464999560021,39.954910000096504]},"properties":{"OBJECTID_1":1327,"objectid":20647122,"dc_dist":"18","psa":"3","dispatch_d":1726617600000,"dispatch_1":"2024-09-17","dispatch_t":"22:15:00","hour":22,"dc_key":202418047625,"location_b":"3700 BLOCK CHESTNUT ST 1242","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196465000000003,"point_y":39.954909999999998}},{"type":"Feature","id":1328,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":1328,"objectid":22591198,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"17:11:00","hour":17,"dc_key":202418049417,"location_b":"3200 BLOCK Market St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":1329,"geometry":{"type":"Point","coordinates":[-75.207600459993216,39.955723540309179]},"properties":{"OBJECTID_1":1329,"objectid":21322422,"dc_dist":"18","psa":"3","dispatch_d":1728432000000,"dispatch_1":"2024-10-09","dispatch_t":"12:00:00","hour":12,"dc_key":202418051878,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207600459999995,"point_y":39.955723540000001}},{"type":"Feature","id":1330,"geometry":{"type":"Point","coordinates":[-75.187325040318342,39.953793939638672]},"properties":{"OBJECTID_1":1330,"objectid":22384189,"dc_dist":"18","psa":"3","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"14:52:00","hour":14,"dc_key":202418052443,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187325040000005,"point_y":39.953793939999997}},{"type":"Feature","id":1331,"geometry":{"type":"Point","coordinates":[-75.204632869910995,39.954941179591799]},"properties":{"OBJECTID_1":1331,"objectid":23498892,"dc_dist":"18","psa":"3","dispatch_d":1733443200000,"dispatch_1":"2024-12-06","dispatch_t":"12:23:00","hour":12,"dc_key":202418063349,"location_b":"100 BLOCK S 41ST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204632869999998,"point_y":39.954941179999999}},{"type":"Feature","id":1332,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1332,"objectid":23364624,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-13","dispatch_t":"20:09:00","hour":20,"dc_key":202418059046,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1333,"geometry":{"type":"Point","coordinates":[-75.20320690037812,39.953511069580259]},"properties":{"OBJECTID_1":1333,"objectid":21601246,"dc_dist":"18","psa":"3","dispatch_d":1727568000000,"dispatch_1":"2024-09-29","dispatch_t":"09:53:00","hour":9,"dc_key":202418049867,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.203206899999998,"point_y":39.953511069999998}},{"type":"Feature","id":1334,"geometry":{"type":"Point","coordinates":[-75.202112410159543,39.956681540420789]},"properties":{"OBJECTID_1":1334,"objectid":22765261,"dc_dist":"18","psa":"3","dispatch_d":1729209600000,"dispatch_1":"2024-10-18","dispatch_t":"12:59:00","hour":12,"dc_key":202418053911,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202112409999998,"point_y":39.956681539999998}},{"type":"Feature","id":1335,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":1335,"objectid":24074422,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"12:48:00","hour":12,"dc_key":202418066210,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":1336,"geometry":{"type":"Point","coordinates":[-75.199623000401118,39.95686400027347]},"properties":{"OBJECTID_1":1336,"objectid":21151224,"dc_dist":"16","psa":"1","dispatch_d":1727136000000,"dispatch_1":"2024-09-24","dispatch_t":"15:46:00","hour":15,"dc_key":202416038600,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.199623000000003,"point_y":39.956864000000003}},{"type":"Feature","id":1337,"geometry":{"type":"Point","coordinates":[-75.204252480067851,39.950468729648207]},"properties":{"OBJECTID_1":1337,"objectid":21395490,"dc_dist":"18","psa":"3","dispatch_d":1728172800000,"dispatch_1":"2024-10-06","dispatch_t":"16:47:00","hour":16,"dc_key":202418051318,"location_b":"4000 BLOCK PINE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.204252479999994,"point_y":39.950468729999997}},{"type":"Feature","id":1338,"geometry":{"type":"Point","coordinates":[-75.186236009883885,39.954754250108635]},"properties":{"OBJECTID_1":1338,"objectid":24043922,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-12","dispatch_t":"11:49:00","hour":11,"dc_key":202418064579,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.186236010000002,"point_y":39.954754250000001}},{"type":"Feature","id":1339,"geometry":{"type":"Point","coordinates":[-75.200038099578592,39.954965130336575]},"properties":{"OBJECTID_1":1339,"objectid":20855479,"dc_dist":"18","psa":"3","dispatch_d":1726012800000,"dispatch_1":"2024-09-10","dispatch_t":"21:58:00","hour":21,"dc_key":202418046301,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.2000381,"point_y":39.954965129999998}},{"type":"Feature","id":1340,"geometry":{"type":"Point","coordinates":[-75.183336779968386,39.95482807005942]},"properties":{"OBJECTID_1":1340,"objectid":20230432,"dc_dist":"18","psa":"3","dispatch_d":1722211200000,"dispatch_1":"2024-07-29","dispatch_t":"08:36:00","hour":8,"dc_key":202418038573,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183336780000005,"point_y":39.954828069999998}},{"type":"Feature","id":1341,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":1341,"objectid":23791234,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"14:33:00","hour":14,"dc_key":202418065792,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":1342,"geometry":{"type":"Point","coordinates":[-75.18846928013312,39.95468761034499]},"properties":{"OBJECTID_1":1342,"objectid":21970875,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-16","dispatch_t":"21:28:00","hour":21,"dc_key":202418053545,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188469280000007,"point_y":39.954687610000001}},{"type":"Feature","id":1343,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1343,"objectid":23131357,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"13:15:00","hour":13,"dc_key":202418060238,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1344,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1344,"objectid":23131362,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"11:24:00","hour":11,"dc_key":202418059143,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1345,"geometry":{"type":"Point","coordinates":[-75.208429480236305,39.951599430169608]},"properties":{"OBJECTID_1":1345,"objectid":24135525,"dc_dist":"18","psa":"3","dispatch_d":1735430400000,"dispatch_1":"2024-12-29","dispatch_t":"08:32:00","hour":8,"dc_key":202418067560,"location_b":"4200 BLOCK PINE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208429480000007,"point_y":39.951599430000002}},{"type":"Feature","id":1346,"geometry":{"type":"Point","coordinates":[-75.207166100035465,39.95596997973081]},"properties":{"OBJECTID_1":1346,"objectid":21190520,"dc_dist":"18","psa":"3","dispatch_d":1727827200000,"dispatch_1":"2024-10-01","dispatch_t":"22:05:00","hour":22,"dc_key":202418050401,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207166099999995,"point_y":39.955969979999999}},{"type":"Feature","id":1347,"geometry":{"type":"Point","coordinates":[-75.208014630171022,39.956406290318114]},"properties":{"OBJECTID_1":1347,"objectid":21148319,"dc_dist":"18","psa":"3","dispatch_d":1726963200000,"dispatch_1":"2024-09-21","dispatch_t":"20:41:00","hour":20,"dc_key":202418048467,"location_b":"4200 BLOCK Chestnut St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.208014629999994,"point_y":39.956406289999997}},{"type":"Feature","id":1348,"geometry":{"type":"Point","coordinates":[-75.194371179985922,39.954666839603021]},"properties":{"OBJECTID_1":1348,"objectid":21294225,"dc_dist":"18","psa":"3","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"11:37:00","hour":11,"dc_key":202418049367,"location_b":"3500 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194371180000005,"point_y":39.954666840000002}},{"type":"Feature","id":1349,"geometry":{"type":"Point","coordinates":[-75.192227980436883,39.95227364021639]},"properties":{"OBJECTID_1":1349,"objectid":20924423,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-09","dispatch_t":"21:05:00","hour":21,"dc_key":202418046147,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.192227979999998,"point_y":39.952273640000001}},{"type":"Feature","id":1350,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":1350,"objectid":23029289,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-06","dispatch_t":"21:20:00","hour":21,"dc_key":202418057752,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":1351,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":1351,"objectid":24981031,"dc_dist":"18","psa":"3","dispatch_d":1733875200000,"dispatch_1":"2024-12-11","dispatch_t":"17:33:00","hour":17,"dc_key":202418064422,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":1352,"geometry":{"type":"Point","coordinates":[-75.190371349857855,39.951434249890781]},"properties":{"OBJECTID_1":1352,"objectid":20336565,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-03","dispatch_t":"21:36:00","hour":21,"dc_key":202418044933,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.190371350000007,"point_y":39.951434249999998}},{"type":"Feature","id":1353,"geometry":{"type":"Point","coordinates":[-75.205478290190911,39.95066885038716]},"properties":{"OBJECTID_1":1353,"objectid":21089112,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"14:14:00","hour":14,"dc_key":202418049574,"location_b":"4000 BLOCK PINE ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.205478290000002,"point_y":39.95066885}},{"type":"Feature","id":1354,"geometry":{"type":"Point","coordinates":[-75.202262579854164,39.954086529569736]},"properties":{"OBJECTID_1":1354,"objectid":24167581,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"13:33:00","hour":13,"dc_key":202418066226,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202262579999996,"point_y":39.954086529999998}},{"type":"Feature","id":1355,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1355,"objectid":22994377,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"17:45:00","hour":17,"dc_key":202418060284,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1356,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1356,"objectid":22994379,"dc_dist":"18","psa":"3","dispatch_d":1731715200000,"dispatch_1":"2024-11-15","dispatch_t":"20:59:00","hour":20,"dc_key":202418059448,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1357,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1357,"objectid":21702190,"dc_dist":"18","psa":"3","dispatch_d":1728777600000,"dispatch_1":"2024-10-13","dispatch_t":"08:10:00","hour":8,"dc_key":202418052823,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1358,"geometry":{"type":"Point","coordinates":[-75.207439770029339,39.951366069588516]},"properties":{"OBJECTID_1":1358,"objectid":21399705,"dc_dist":"18","psa":"3","dispatch_d":1725408000000,"dispatch_1":"2024-09-03","dispatch_t":"20:29:00","hour":20,"dc_key":202418044925,"location_b":"300 BLOCK S 42ND ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.207439769999993,"point_y":39.951366069999999}},{"type":"Feature","id":1359,"geometry":{"type":"Point","coordinates":[-75.19662956020602,39.956028700064508]},"properties":{"OBJECTID_1":1359,"objectid":21258620,"dc_dist":"18","psa":"3","dispatch_d":1727827200000,"dispatch_1":"2024-10-02","dispatch_t":"19:40:00","hour":19,"dc_key":202418050589,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.196629560000005,"point_y":39.956028699999997}},{"type":"Feature","id":1360,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1360,"objectid":20542922,"dc_dist":"16","psa":"1","dispatch_d":1726444800000,"dispatch_1":"2024-09-16","dispatch_t":"13:42:00","hour":13,"dc_key":202416037274,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1361,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1361,"objectid":21869388,"dc_dist":"18","psa":"3","dispatch_d":1728259200000,"dispatch_1":"2024-10-07","dispatch_t":"10:13:00","hour":10,"dc_key":202418051429,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1362,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1362,"objectid":16366372,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"15:23:00","hour":15,"dc_key":202418025387,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1363,"geometry":{"type":"Point","coordinates":[-75.204796310001655,39.952877849733056]},"properties":{"OBJECTID_1":1363,"objectid":23090728,"dc_dist":"18","psa":"3","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"00:27:00","hour":0,"dc_key":202418060386,"location_b":"4000 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.204796310000006,"point_y":39.95287785}},{"type":"Feature","id":1364,"geometry":{"type":"Point","coordinates":[-75.202302919843817,39.955401209798026]},"properties":{"OBJECTID_1":1364,"objectid":20884594,"dc_dist":"18","psa":"3","dispatch_d":1727049600000,"dispatch_1":"2024-09-23","dispatch_t":"12:59:00","hour":12,"dc_key":202418048739,"location_b":"100 BLOCK S 40TH ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.202302919999994,"point_y":39.955401209999998}},{"type":"Feature","id":1365,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1365,"objectid":22186584,"dc_dist":"18","psa":"3","dispatch_d":1730505600000,"dispatch_1":"2024-11-02","dispatch_t":"19:07:00","hour":19,"dc_key":202418057090,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1366,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":1366,"objectid":23090476,"dc_dist":"18","psa":"3","dispatch_d":1731888000000,"dispatch_1":"2024-11-18","dispatch_t":"11:00:00","hour":11,"dc_key":202418059787,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":1367,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1367,"objectid":22832078,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"14:22:00","hour":14,"dc_key":202418053667,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1368,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1368,"objectid":21435419,"dc_dist":"18","psa":"3","dispatch_d":1726185600000,"dispatch_1":"2024-09-12","dispatch_t":"21:20:00","hour":21,"dc_key":202418046731,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1369,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1369,"objectid":20749825,"dc_dist":"16","psa":"1","dispatch_d":1724889600000,"dispatch_1":"2024-08-29","dispatch_t":"08:15:00","hour":8,"dc_key":202416034647,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1370,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":1370,"objectid":21602593,"dc_dist":"18","psa":"3","dispatch_d":1729209600000,"dispatch_1":"2024-10-18","dispatch_t":"12:24:00","hour":12,"dc_key":202418053903,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":1371,"geometry":{"type":"Point","coordinates":[-75.185295089696581,39.953470289822064]},"properties":{"OBJECTID_1":1371,"objectid":22524598,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-07","dispatch_t":"13:20:00","hour":13,"dc_key":202418057843,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.185295089999997,"point_y":39.953470289999998}},{"type":"Feature","id":1372,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":1372,"objectid":24475459,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"16:43:00","hour":16,"dc_key":202418060267,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":1373,"geometry":{"type":"Point","coordinates":[-75.205074669960027,39.952241539815248]},"properties":{"OBJECTID_1":1373,"objectid":23062418,"dc_dist":"18","psa":"3","dispatch_d":1732665600000,"dispatch_1":"2024-11-27","dispatch_t":"18:18:00","hour":18,"dc_key":202418061678,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205074670000002,"point_y":39.952241540000003}},{"type":"Feature","id":1374,"geometry":{"type":"Point","coordinates":[-75.208709719777687,39.949918109832936]},"properties":{"OBJECTID_1":1374,"objectid":23132593,"dc_dist":"18","psa":"3","dispatch_d":1732838400000,"dispatch_1":"2024-11-28","dispatch_t":"19:13:00","hour":19,"dc_key":202418061850,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.208709720000002,"point_y":39.949918109999999}},{"type":"Feature","id":1375,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1375,"objectid":22217751,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"10:01:00","hour":10,"dc_key":202418045516,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1376,"geometry":{"type":"Point","coordinates":[-75.202333930266605,39.954403910212363]},"properties":{"OBJECTID_1":1376,"objectid":21434481,"dc_dist":"18","psa":"3","dispatch_d":1728691200000,"dispatch_1":"2024-10-12","dispatch_t":"06:46:00","hour":6,"dc_key":202418052632,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202333929999995,"point_y":39.954403910000003}},{"type":"Feature","id":1377,"geometry":{"type":"Point","coordinates":[-75.19259913963856,39.953481249859863]},"properties":{"OBJECTID_1":1377,"objectid":24354870,"dc_dist":"18","psa":"3","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"17:02:00","hour":17,"dc_key":202418060482,"location_b":"3400 BLOCK SANSOM ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.192599139999999,"point_y":39.953481250000003}},{"type":"Feature","id":1378,"geometry":{"type":"Point","coordinates":[-75.189780110363756,39.954059920429017]},"properties":{"OBJECTID_1":1378,"objectid":16304805,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-21","dispatch_t":"23:06:00","hour":23,"dc_key":202418020348,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.189780110000001,"point_y":39.954059919999999}},{"type":"Feature","id":1379,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1379,"objectid":22831223,"dc_dist":"18","psa":"3","dispatch_d":1732320000000,"dispatch_1":"2024-11-23","dispatch_t":"11:40:00","hour":11,"dc_key":202418060828,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1380,"geometry":{"type":"Point","coordinates":[-75.196446040052649,39.954908259908336]},"properties":{"OBJECTID_1":1380,"objectid":23063031,"dc_dist":"18","psa":"3","dispatch_d":1732838400000,"dispatch_1":"2024-11-29","dispatch_t":"09:23:00","hour":9,"dc_key":202418061900,"location_b":"S 37TH ST & CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.196446039999998,"point_y":39.954908260000003}},{"type":"Feature","id":1381,"geometry":{"type":"Point","coordinates":[-75.197235830069474,39.952040999992221]},"properties":{"OBJECTID_1":1381,"objectid":22797161,"dc_dist":"18","psa":"3","dispatch_d":1731024000000,"dispatch_1":"2024-11-08","dispatch_t":"10:03:00","hour":10,"dc_key":202418057995,"location_b":"3700 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197235829999997,"point_y":39.952041000000001}},{"type":"Feature","id":1382,"geometry":{"type":"Point","coordinates":[-75.199437849776928,39.950367930036009]},"properties":{"OBJECTID_1":1382,"objectid":22797167,"dc_dist":"18","psa":"3","dispatch_d":1727481600000,"dispatch_1":"2024-09-28","dispatch_t":"18:07:00","hour":18,"dc_key":202418049787,"location_b":"300 BLOCK UNIVERSITY AV","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199437849999995,"point_y":39.950367929999999}},{"type":"Feature","id":1383,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1383,"objectid":23661747,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-24","dispatch_t":"21:45:00","hour":21,"dc_key":202418055258,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1384,"geometry":{"type":"Point","coordinates":[-75.20235524959503,39.956660749893729]},"properties":{"OBJECTID_1":1384,"objectid":23531685,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-14","dispatch_t":"13:51:00","hour":13,"dc_key":202418065019,"location_b":"0 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202355249999997,"point_y":39.956660749999998}},{"type":"Feature","id":1385,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":1385,"objectid":21155595,"dc_dist":"18","psa":"3","dispatch_d":1727395200000,"dispatch_1":"2024-09-27","dispatch_t":"07:53:00","hour":7,"dc_key":202418049527,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":1386,"geometry":{"type":"Point","coordinates":[-75.196942220307164,39.955385110134785]},"properties":{"OBJECTID_1":1386,"objectid":22185879,"dc_dist":"18","psa":"3","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"09:47:00","hour":9,"dc_key":202418056757,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.196942219999997,"point_y":39.955385110000002}},{"type":"Feature","id":1387,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":1387,"objectid":22696083,"dc_dist":"18","psa":"3","dispatch_d":1730332800000,"dispatch_1":"2024-10-31","dispatch_t":"19:17:00","hour":19,"dc_key":202418056639,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":1388,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1388,"objectid":22558892,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-26","dispatch_t":"16:53:00","hour":16,"dc_key":202418055622,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1389,"geometry":{"type":"Point","coordinates":[-75.198148640147565,39.94816610008553]},"properties":{"OBJECTID_1":1389,"objectid":21226385,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"10:09:00","hour":10,"dc_key":202418050021,"location_b":"400 BLOCK UNIVERSITY AV","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.198148639999999,"point_y":39.948166100000002}},{"type":"Feature","id":1390,"geometry":{"type":"Point","coordinates":[-75.192227980436883,39.95227364021639]},"properties":{"OBJECTID_1":1390,"objectid":22659247,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-15","dispatch_t":"16:25:00","hour":16,"dc_key":202418059378,"location_b":"200 BLOCK S 34TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192227979999998,"point_y":39.952273640000001}},{"type":"Feature","id":1391,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1391,"objectid":21327363,"dc_dist":"18","psa":"3","dispatch_d":1728432000000,"dispatch_1":"2024-10-08","dispatch_t":"21:25:00","hour":21,"dc_key":202418051779,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1392,"geometry":{"type":"Point","coordinates":[-75.190088520268944,39.952240930074936]},"properties":{"OBJECTID_1":1392,"objectid":23725150,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"14:06:00","hour":14,"dc_key":202418060244,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190088520000003,"point_y":39.952240930000002}},{"type":"Feature","id":1393,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":1393,"objectid":22994218,"dc_dist":"16","psa":"1","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"12:24:00","hour":12,"dc_key":202416046640,"location_b":"2900 BLOCK Market St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":1394,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1394,"objectid":22558900,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-07","dispatch_t":"11:21:00","hour":11,"dc_key":202418057825,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1395,"geometry":{"type":"Point","coordinates":[-75.189472380346047,39.955588859638226]},"properties":{"OBJECTID_1":1395,"objectid":20993367,"dc_dist":"18","psa":"3","dispatch_d":1726099200000,"dispatch_1":"2024-09-11","dispatch_t":"21:36:00","hour":21,"dc_key":202418046508,"location_b":"0 BLOCK S 33RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.189472379999998,"point_y":39.955588859999999}},{"type":"Feature","id":1396,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1396,"objectid":24044700,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-11","dispatch_t":"21:49:00","hour":21,"dc_key":202418064495,"location_b":"3300 BLOCK Market St","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1397,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1397,"objectid":23031146,"dc_dist":"18","psa":"3","dispatch_d":1732838400000,"dispatch_1":"2024-11-29","dispatch_t":"09:29:00","hour":9,"dc_key":202418061897,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1398,"geometry":{"type":"Point","coordinates":[-75.193098999918845,39.948100999961241]},"properties":{"OBJECTID_1":1398,"objectid":21060788,"dc_dist":"18","psa":"3","dispatch_d":1727740800000,"dispatch_1":"2024-10-01","dispatch_t":"12:40:00","hour":12,"dc_key":202418050242,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193099000000004,"point_y":39.948101000000001}},{"type":"Feature","id":1399,"geometry":{"type":"Point","coordinates":[-75.193098999918845,39.948100999961241]},"properties":{"OBJECTID_1":1399,"objectid":21975661,"dc_dist":"18","psa":"3","dispatch_d":1730073600000,"dispatch_1":"2024-10-28","dispatch_t":"17:08:00","hour":17,"dc_key":202418055972,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.193099000000004,"point_y":39.948101000000001}},{"type":"Feature","id":1400,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1400,"objectid":20889973,"dc_dist":"18","psa":"3","dispatch_d":1727222400000,"dispatch_1":"2024-09-25","dispatch_t":"01:42:00","hour":1,"dc_key":202418049073,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1401,"geometry":{"type":"Point","coordinates":[-75.208101060415572,39.952029959914796]},"properties":{"OBJECTID_1":1401,"objectid":22285598,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"14:56:00","hour":14,"dc_key":202418057486,"location_b":"4200 BLOCK SPRUCE ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.208101060000004,"point_y":39.952029959999997}},{"type":"Feature","id":1402,"geometry":{"type":"Point","coordinates":[-75.19920600005679,39.951257999856864]},"properties":{"OBJECTID_1":1402,"objectid":20580238,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"17:01:00","hour":17,"dc_key":202418046266,"location_b":"200 BLOCK S 38th St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.199206000000004,"point_y":39.951258000000003}},{"type":"Feature","id":1403,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1403,"objectid":22386397,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"12:51:00","hour":12,"dc_key":202418054898,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1404,"geometry":{"type":"Point","coordinates":[-75.205402290283416,39.951546239767197]},"properties":{"OBJECTID_1":1404,"objectid":21433136,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"10:41:00","hour":10,"dc_key":202418045528,"location_b":"300 BLOCK S 41st St","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.205402289999995,"point_y":39.95154625}},{"type":"Feature","id":1405,"geometry":{"type":"Point","coordinates":[-75.19762133975297,39.951053660398145]},"properties":{"OBJECTID_1":1405,"objectid":22086019,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"12:29:00","hour":12,"dc_key":202418054887,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"1000","text_gener":"Forgery and Counterfeiting","point_x":-75.197621339999998,"point_y":39.951053659999999}},{"type":"Feature","id":1406,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1406,"objectid":23061739,"dc_dist":"18","psa":"3","dispatch_d":1732838400000,"dispatch_1":"2024-11-29","dispatch_t":"12:31:00","hour":12,"dc_key":202418061925,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1407,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1407,"objectid":21025614,"dc_dist":"16","psa":"1","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"08:55:00","hour":8,"dc_key":202416037831,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1408,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1408,"objectid":21842136,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-24","dispatch_t":"23:28:00","hour":23,"dc_key":202418055276,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1409,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1409,"objectid":22252301,"dc_dist":"18","psa":"3","dispatch_d":1725580800000,"dispatch_1":"2024-09-06","dispatch_t":"10:09:00","hour":10,"dc_key":202418045519,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1410,"geometry":{"type":"Point","coordinates":[-75.200536059591457,39.95500064006751]},"properties":{"OBJECTID_1":1410,"objectid":23501644,"dc_dist":"18","psa":"3","dispatch_d":1732665600000,"dispatch_1":"2024-11-27","dispatch_t":"04:29:00","hour":4,"dc_key":202418061551,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.200536060000005,"point_y":39.955000640000002}},{"type":"Feature","id":1411,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1411,"objectid":22997449,"dc_dist":"18","psa":"3","dispatch_d":1730160000000,"dispatch_1":"2024-10-28","dispatch_t":"20:20:00","hour":20,"dc_key":202418056005,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1412,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1412,"objectid":23033904,"dc_dist":"09","psa":"4","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"09:26:00","hour":9,"dc_key":202409110729,"location_b":"1100 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1413,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1413,"objectid":22290172,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-25","dispatch_t":"13:05:00","hour":13,"dc_key":202418055351,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1414,"geometry":{"type":"Point","coordinates":[-75.194815769731974,39.953099820400439]},"properties":{"OBJECTID_1":1414,"objectid":21775755,"dc_dist":"18","psa":"3","dispatch_d":1729296000000,"dispatch_1":"2024-10-19","dispatch_t":"12:28:00","hour":12,"dc_key":202418054122,"location_b":"200 BLOCK S 36TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194815770000005,"point_y":39.953099819999998}},{"type":"Feature","id":1415,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1415,"objectid":22997456,"dc_dist":"18","psa":"3","dispatch_d":1731888000000,"dispatch_1":"2024-11-18","dispatch_t":"15:51:00","hour":15,"dc_key":202418059822,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1416,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1416,"objectid":23459484,"dc_dist":"18","psa":"3","dispatch_d":1729900800000,"dispatch_1":"2024-10-26","dispatch_t":"10:28:00","hour":10,"dc_key":202418055569,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1417,"geometry":{"type":"Point","coordinates":[-75.207722599618251,39.953591610164722]},"properties":{"OBJECTID_1":1417,"objectid":23092227,"dc_dist":"18","psa":"3","dispatch_d":1728864000000,"dispatch_1":"2024-10-14","dispatch_t":"12:42:00","hour":12,"dc_key":202418052977,"location_b":"4200 BLOCK LOCUST ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207722599999997,"point_y":39.953591609999997}},{"type":"Feature","id":1418,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1418,"objectid":23368443,"dc_dist":"16","psa":"1","dispatch_d":1731974400000,"dispatch_1":"2024-11-18","dispatch_t":"23:55:00","hour":23,"dc_key":202416047324,"location_b":"3000 BLOCK Market St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1419,"geometry":{"type":"Point","coordinates":[-75.208092440413736,39.949805209842623]},"properties":{"OBJECTID_1":1419,"objectid":21779001,"dc_dist":"18","psa":"3","dispatch_d":1729296000000,"dispatch_1":"2024-10-19","dispatch_t":"15:17:00","hour":15,"dc_key":202418054146,"location_b":"4200 BLOCK BALTIMORE AV","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.208092440000001,"point_y":39.949805210000001}},{"type":"Feature","id":1420,"geometry":{"type":"Point","coordinates":[-75.186796620267785,39.953650290028918]},"properties":{"OBJECTID_1":1420,"objectid":23531953,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-13","dispatch_t":"14:45:00","hour":14,"dc_key":202418064828,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.186796619999996,"point_y":39.9536503}},{"type":"Feature","id":1421,"geometry":{"type":"Point","coordinates":[-75.200099730118438,39.954583149592736]},"properties":{"OBJECTID_1":1421,"objectid":24138520,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"07:44:00","hour":7,"dc_key":202418065690,"location_b":"S 39TH ST & SANSOM ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.200099730000005,"point_y":39.954583149999998}},{"type":"Feature","id":1422,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1422,"objectid":22770638,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"09:44:00","hour":9,"dc_key":202418050011,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1423,"geometry":{"type":"Point","coordinates":[-75.197524999878794,39.953485000032799]},"properties":{"OBJECTID_1":1423,"objectid":22148413,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-22","dispatch_t":"23:36:00","hour":23,"dc_key":202418054809,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197524999999999,"point_y":39.953485000000001}},{"type":"Feature","id":1424,"geometry":{"type":"Point","coordinates":[-75.193099999965,39.948102000007339]},"properties":{"OBJECTID_1":1424,"objectid":21814029,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-16","dispatch_t":"20:45:00","hour":20,"dc_key":202418053543,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193100000000001,"point_y":39.948101999999999}},{"type":"Feature","id":1425,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1425,"objectid":23916822,"dc_dist":"16","psa":"1","dispatch_d":1733443200000,"dispatch_1":"2024-12-06","dispatch_t":"00:58:00","hour":0,"dc_key":202416049833,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1426,"geometry":{"type":"Point","coordinates":[-75.201483179704951,39.953330459633037]},"properties":{"OBJECTID_1":1426,"objectid":21680942,"dc_dist":"18","psa":"3","dispatch_d":1726704000000,"dispatch_1":"2024-09-19","dispatch_t":"17:52:00","hour":17,"dc_key":202418048037,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.201483179999997,"point_y":39.953330459999997}},{"type":"Feature","id":1427,"geometry":{"type":"Point","coordinates":[-75.192899999735175,39.948712000258638]},"properties":{"OBJECTID_1":1427,"objectid":21439792,"dc_dist":"18","psa":"3","dispatch_d":1728691200000,"dispatch_1":"2024-10-11","dispatch_t":"20:06:00","hour":20,"dc_key":202418052538,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.192899999999995,"point_y":39.948712}},{"type":"Feature","id":1428,"geometry":{"type":"Point","coordinates":[-75.192007370443775,39.954374520367878]},"properties":{"OBJECTID_1":1428,"objectid":23428559,"dc_dist":"18","psa":"3","dispatch_d":1733788800000,"dispatch_1":"2024-12-09","dispatch_t":"19:06:00","hour":19,"dc_key":202418063955,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192007369999999,"point_y":39.954374520000002}},{"type":"Feature","id":1429,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1429,"objectid":22048366,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"08:42:00","hour":8,"dc_key":202418053614,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1430,"geometry":{"type":"Point","coordinates":[-75.193835040154966,39.952964229615532]},"properties":{"OBJECTID_1":1430,"objectid":23950502,"dc_dist":"18","psa":"3","dispatch_d":1732579200000,"dispatch_1":"2024-11-26","dispatch_t":"16:46:00","hour":16,"dc_key":202418061395,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193835039999996,"point_y":39.952964229999999}},{"type":"Feature","id":1431,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1431,"objectid":23427312,"dc_dist":"16","psa":"1","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"01:34:00","hour":1,"dc_key":202416047472,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1432,"geometry":{"type":"Point","coordinates":[-75.198861000334887,39.953651999640101]},"properties":{"OBJECTID_1":1432,"objectid":21439812,"dc_dist":"18","psa":"3","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"16:43:00","hour":16,"dc_key":202418052464,"location_b":"3800 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.198860999999994,"point_y":39.953651999999998}},{"type":"Feature","id":1433,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1433,"objectid":23856801,"dc_dist":"18","psa":"3","dispatch_d":1734825600000,"dispatch_1":"2024-12-22","dispatch_t":"16:40:00","hour":16,"dc_key":202418066577,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1434,"geometry":{"type":"Point","coordinates":[-75.200366360219334,39.953296199959709]},"properties":{"OBJECTID_1":1434,"objectid":22996066,"dc_dist":"18","psa":"3","dispatch_d":1730073600000,"dispatch_1":"2024-10-28","dispatch_t":"09:49:00","hour":9,"dc_key":202418055895,"location_b":"200 BLOCK S 39TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200366360000004,"point_y":39.953296199999997}},{"type":"Feature","id":1435,"geometry":{"type":"Point","coordinates":[-75.207046000072808,39.956225999630249]},"properties":{"OBJECTID_1":1435,"objectid":23533782,"dc_dist":"18","psa":"3","dispatch_d":1733875200000,"dispatch_1":"2024-12-10","dispatch_t":"20:37:00","hour":20,"dc_key":202418064220,"location_b":"4200 BLOCK CHESTNUT ST 738","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207046000000005,"point_y":39.956226000000001}},{"type":"Feature","id":1436,"geometry":{"type":"Point","coordinates":[-75.196357060230127,39.955649390307144]},"properties":{"OBJECTID_1":1436,"objectid":22728276,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"13:14:00","hour":13,"dc_key":202418054900,"location_b":"3700 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196357059999997,"point_y":39.955649389999998}},{"type":"Feature","id":1437,"geometry":{"type":"Point","coordinates":[-75.194651670438191,39.953859719650382]},"properties":{"OBJECTID_1":1437,"objectid":22995921,"dc_dist":"18","psa":"3","dispatch_d":1730505600000,"dispatch_1":"2024-11-02","dispatch_t":"11:26:00","hour":11,"dc_key":202418057025,"location_b":"100 BLOCK S 36TH ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.194651669999999,"point_y":39.953859719999997}},{"type":"Feature","id":1438,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1438,"objectid":22834398,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"11:06:00","hour":11,"dc_key":202418059978,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1439,"geometry":{"type":"Point","coordinates":[-75.207219509872459,39.952003209580482]},"properties":{"OBJECTID_1":1439,"objectid":22220925,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"14:55:00","hour":14,"dc_key":202418057485,"location_b":"4200 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.207219510000002,"point_y":39.952003210000001}},{"type":"Feature","id":1440,"geometry":{"type":"Point","coordinates":[-75.204199920090218,39.956259879789684]},"properties":{"OBJECTID_1":1440,"objectid":22288896,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-07","dispatch_t":"18:51:00","hour":18,"dc_key":202418057907,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.204199919999994,"point_y":39.956259879999998}},{"type":"Feature","id":1441,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1441,"objectid":23064795,"dc_dist":"18","psa":"3","dispatch_d":1731024000000,"dispatch_1":"2024-11-07","dispatch_t":"21:22:00","hour":21,"dc_key":202418057943,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1442,"geometry":{"type":"Point","coordinates":[-75.193142830177408,39.948064820235345]},"properties":{"OBJECTID_1":1442,"objectid":22996652,"dc_dist":"18","psa":"3","dispatch_d":1727913600000,"dispatch_1":"2024-10-03","dispatch_t":"13:11:00","hour":13,"dc_key":202418050712,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193142829999999,"point_y":39.948064819999999}},{"type":"Feature","id":1443,"geometry":{"type":"Point","coordinates":[-75.189489540309978,39.955594209705055]},"properties":{"OBJECTID_1":1443,"objectid":21259713,"dc_dist":"16","psa":"1","dispatch_d":1728259200000,"dispatch_1":"2024-10-07","dispatch_t":"02:39:00","hour":2,"dc_key":202416040574,"location_b":"N 33RD ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.189489539999997,"point_y":39.955594210000001}},{"type":"Feature","id":1444,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1444,"objectid":23064802,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"16:02:00","hour":16,"dc_key":202418062320,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1445,"geometry":{"type":"Point","coordinates":[-75.193890950107232,39.955814780128037]},"properties":{"OBJECTID_1":1445,"objectid":24076421,"dc_dist":"18","psa":"3","dispatch_d":1732406400000,"dispatch_1":"2024-11-24","dispatch_t":"17:10:00","hour":17,"dc_key":202418061035,"location_b":"3500 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.193890949999997,"point_y":39.955814779999997}},{"type":"Feature","id":1446,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1446,"objectid":21705131,"dc_dist":"16","psa":"1","dispatch_d":1729296000000,"dispatch_1":"2024-10-19","dispatch_t":"02:54:00","hour":2,"dc_key":202416042506,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1447,"geometry":{"type":"Point","coordinates":[-75.207046000072808,39.956225999630249]},"properties":{"OBJECTID_1":1447,"objectid":21872794,"dc_dist":"18","psa":"3","dispatch_d":1728345600000,"dispatch_1":"2024-10-08","dispatch_t":"10:44:00","hour":10,"dc_key":202418051648,"location_b":"4200 BLOCK CHESTNUT ST 233","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207046000000005,"point_y":39.956226000000001}},{"type":"Feature","id":1448,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":1448,"objectid":22221767,"dc_dist":"18","psa":"3","dispatch_d":1729468800000,"dispatch_1":"2024-10-21","dispatch_t":"01:07:00","hour":1,"dc_key":202418054410,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":1449,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1449,"objectid":22662398,"dc_dist":"18","psa":"3","dispatch_d":1730592000000,"dispatch_1":"2024-11-03","dispatch_t":"18:03:00","hour":18,"dc_key":202418057224,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1450,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":1450,"objectid":23598834,"dc_dist":"16","psa":"1","dispatch_d":1734048000000,"dispatch_1":"2024-12-12","dispatch_t":"22:25:00","hour":22,"dc_key":202416050969,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":1451,"geometry":{"type":"Point","coordinates":[-75.189001810085415,39.952025600001491]},"properties":{"OBJECTID_1":1451,"objectid":23460950,"dc_dist":"18","psa":"3","dispatch_d":1732492800000,"dispatch_1":"2024-11-25","dispatch_t":"14:13:00","hour":14,"dc_key":202418061168,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189001809999993,"point_y":39.952025599999999}},{"type":"Feature","id":1452,"geometry":{"type":"Point","coordinates":[-75.190088520268944,39.952240930074936]},"properties":{"OBJECTID_1":1452,"objectid":22659892,"dc_dist":"18","psa":"3","dispatch_d":1731888000000,"dispatch_1":"2024-11-18","dispatch_t":"11:00:00","hour":11,"dc_key":202418059786,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190088520000003,"point_y":39.952240930000002}},{"type":"Feature","id":1453,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":1453,"objectid":22015051,"dc_dist":"18","psa":"3","dispatch_d":1730073600000,"dispatch_1":"2024-10-28","dispatch_t":"19:31:00","hour":19,"dc_key":202418055993,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":1454,"geometry":{"type":"Point","coordinates":[-75.192899999735175,39.948712000258638]},"properties":{"OBJECTID_1":1454,"objectid":21645324,"dc_dist":"18","psa":"3","dispatch_d":1729209600000,"dispatch_1":"2024-10-18","dispatch_t":"10:47:00","hour":10,"dc_key":202418053883,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192899999999995,"point_y":39.948712}},{"type":"Feature","id":1455,"geometry":{"type":"Point","coordinates":[-75.204082529784898,39.956650250308883]},"properties":{"OBJECTID_1":1455,"objectid":22996121,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"11:50:00","hour":11,"dc_key":202418057459,"location_b":"4000 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.204082529999994,"point_y":39.956650250000003}},{"type":"Feature","id":1456,"geometry":{"type":"Point","coordinates":[-75.205024229684398,39.957580269813661]},"properties":{"OBJECTID_1":1456,"objectid":23229529,"dc_dist":"16","psa":"1","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"16:57:00","hour":16,"dc_key":202416047409,"location_b":"0 BLOCK N 41ST ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.205024230000006,"point_y":39.957580280000002}},{"type":"Feature","id":1457,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":1457,"objectid":22014526,"dc_dist":"18","psa":"3","dispatch_d":1730246400000,"dispatch_1":"2024-10-30","dispatch_t":"13:27:00","hour":13,"dc_key":202418056321,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":1458,"geometry":{"type":"Point","coordinates":[-75.195548999586606,39.954376270448563]},"properties":{"OBJECTID_1":1458,"objectid":22632146,"dc_dist":"18","psa":"3","dispatch_d":1730160000000,"dispatch_1":"2024-10-29","dispatch_t":"16:50:00","hour":16,"dc_key":202418056151,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.195549,"point_y":39.954376269999997}},{"type":"Feature","id":1459,"geometry":{"type":"Point","coordinates":[-75.206702809786805,39.953682640441571]},"properties":{"OBJECTID_1":1459,"objectid":23950961,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"15:28:00","hour":15,"dc_key":202418062453,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206702809999996,"point_y":39.953682639999997}},{"type":"Feature","id":1460,"geometry":{"type":"Point","coordinates":[-75.205574409731184,39.954897420379723]},"properties":{"OBJECTID_1":1460,"objectid":21705655,"dc_dist":"18","psa":"3","dispatch_d":1728777600000,"dispatch_1":"2024-10-13","dispatch_t":"13:08:00","hour":13,"dc_key":202418052849,"location_b":"4100 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.205574409999997,"point_y":39.954897420000002}},{"type":"Feature","id":1461,"geometry":{"type":"Point","coordinates":[-75.200548999936359,39.952698999759093]},"properties":{"OBJECTID_1":1461,"objectid":22872051,"dc_dist":"18","psa":"3","dispatch_d":1731715200000,"dispatch_1":"2024-11-15","dispatch_t":"19:20:00","hour":19,"dc_key":202418059430,"location_b":"3900 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200548999999995,"point_y":39.952699000000003}},{"type":"Feature","id":1462,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1462,"objectid":23197933,"dc_dist":"18","psa":"3","dispatch_d":1731110400000,"dispatch_1":"2024-11-09","dispatch_t":"11:47:00","hour":11,"dc_key":202418058222,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1463,"geometry":{"type":"Point","coordinates":[-75.199655000078167,39.953385910031784]},"properties":{"OBJECTID_1":1463,"objectid":21979036,"dc_dist":"18","psa":"3","dispatch_d":1730073600000,"dispatch_1":"2024-10-28","dispatch_t":"19:01:00","hour":19,"dc_key":202418055989,"location_b":"3800 BLOCK Walnut St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199655000000007,"point_y":39.953385910000002}},{"type":"Feature","id":1464,"geometry":{"type":"Point","coordinates":[-75.194686910372582,39.953897490277029]},"properties":{"OBJECTID_1":1464,"objectid":22118871,"dc_dist":"18","psa":"3","dispatch_d":1730073600000,"dispatch_1":"2024-10-28","dispatch_t":"19:01:00","hour":19,"dc_key":202418055990,"location_b":"3600 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194686910000001,"point_y":39.953897490000003}},{"type":"Feature","id":1465,"geometry":{"type":"Point","coordinates":[-75.191465160188955,39.955844089932839]},"properties":{"OBJECTID_1":1465,"objectid":21873734,"dc_dist":"16","psa":"1","dispatch_d":1724803200000,"dispatch_1":"2024-08-27","dispatch_t":"20:41:00","hour":20,"dc_key":202416034435,"location_b":"N 34TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191465160000007,"point_y":39.955844089999999}},{"type":"Feature","id":1466,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1466,"objectid":22871257,"dc_dist":"16","psa":"1","dispatch_d":1732147200000,"dispatch_1":"2024-11-20","dispatch_t":"19:26:00","hour":19,"dc_key":202416047579,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"200","text_gener":"Rape","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1467,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1467,"objectid":21438884,"dc_dist":"16","psa":"1","dispatch_d":1727308800000,"dispatch_1":"2024-09-26","dispatch_t":"13:06:00","hour":13,"dc_key":202416038959,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1468,"geometry":{"type":"Point","coordinates":[-75.199770480223435,39.951302429963221]},"properties":{"OBJECTID_1":1468,"objectid":21264800,"dc_dist":"18","psa":"3","dispatch_d":1728086400000,"dispatch_1":"2024-10-04","dispatch_t":"23:04:00","hour":23,"dc_key":202418051084,"location_b":"3800 BLOCK Spruce St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199770490000006,"point_y":39.951302429999998}},{"type":"Feature","id":1469,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1469,"objectid":21543444,"dc_dist":"16","psa":"1","dispatch_d":1728604800000,"dispatch_1":"2024-10-11","dispatch_t":"18:49:00","hour":18,"dc_key":202416041401,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1470,"geometry":{"type":"Point","coordinates":[-75.207522499563652,39.956698429688856]},"properties":{"OBJECTID_1":1470,"objectid":23949865,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"17:24:00","hour":17,"dc_key":202418063912,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207522499999996,"point_y":39.956698430000003}},{"type":"Feature","id":1471,"geometry":{"type":"Point","coordinates":[-75.203030140428609,39.957028759669583]},"properties":{"OBJECTID_1":1471,"objectid":23033325,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-14","dispatch_t":"19:56:00","hour":19,"dc_key":202418059246,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203030130000002,"point_y":39.95702876}},{"type":"Feature","id":1472,"geometry":{"type":"Point","coordinates":[-75.186555379826871,39.953666670280654]},"properties":{"OBJECTID_1":1472,"objectid":22389154,"dc_dist":"18","psa":"3","dispatch_d":1731024000000,"dispatch_1":"2024-11-08","dispatch_t":"11:20:00","hour":11,"dc_key":202418058011,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.186555380000001,"point_y":39.953666669999997}},{"type":"Feature","id":1473,"geometry":{"type":"Point","coordinates":[-75.200536059591457,39.95500064006751]},"properties":{"OBJECTID_1":1473,"objectid":21976838,"dc_dist":"18","psa":"3","dispatch_d":1730246400000,"dispatch_1":"2024-10-29","dispatch_t":"21:11:00","hour":21,"dc_key":202418056246,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200536060000005,"point_y":39.955000640000002}},{"type":"Feature","id":1474,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1474,"objectid":23329112,"dc_dist":"18","psa":"3","dispatch_d":1728864000000,"dispatch_1":"2024-10-14","dispatch_t":"01:16:00","hour":1,"dc_key":202418052909,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1475,"geometry":{"type":"Point","coordinates":[-75.199152369885951,39.95128448039452]},"properties":{"OBJECTID_1":1475,"objectid":22223552,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"07:32:00","hour":7,"dc_key":202418057421,"location_b":"200 BLOCK S 38TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199152369999993,"point_y":39.951284489999999}},{"type":"Feature","id":1476,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":1476,"objectid":21875777,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"16:00:00","hour":16,"dc_key":202418053686,"location_b":"4000 BLOCK Walnut St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":1477,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1477,"objectid":22152539,"dc_dist":"18","psa":"3","dispatch_d":1727827200000,"dispatch_1":"2024-10-02","dispatch_t":"15:00:00","hour":15,"dc_key":202418050525,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1478,"geometry":{"type":"Point","coordinates":[-75.207046000072808,39.956225999630249]},"properties":{"OBJECTID_1":1478,"objectid":23200654,"dc_dist":"09","psa":"4","dispatch_d":1733184000000,"dispatch_1":"2024-12-03","dispatch_t":"15:58:00","hour":15,"dc_key":202409116568,"location_b":"Address Unavailable","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207046000000005,"point_y":39.956226000000001}},{"type":"Feature","id":1479,"geometry":{"type":"Point","coordinates":[-75.188678369810873,39.953504560287286]},"properties":{"OBJECTID_1":1479,"objectid":23559649,"dc_dist":"18","psa":"3","dispatch_d":1732579200000,"dispatch_1":"2024-11-26","dispatch_t":"17:11:00","hour":17,"dc_key":202418061406,"location_b":"3200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.188678370000005,"point_y":39.953504559999999}},{"type":"Feature","id":1480,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1480,"objectid":24268415,"dc_dist":"18","psa":"3","dispatch_d":1735257600000,"dispatch_1":"2024-12-27","dispatch_t":"12:03:00","hour":12,"dc_key":202418067232,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1481,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1481,"objectid":22731462,"dc_dist":"18","psa":"3","dispatch_d":1731715200000,"dispatch_1":"2024-11-16","dispatch_t":"18:52:00","hour":18,"dc_key":202418059595,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1482,"geometry":{"type":"Point","coordinates":[-75.187274309561701,39.951259169874845]},"properties":{"OBJECTID_1":1482,"objectid":22533114,"dc_dist":"18","psa":"3","dispatch_d":1729987200000,"dispatch_1":"2024-10-27","dispatch_t":"01:12:00","hour":1,"dc_key":202418055711,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.187274310000006,"point_y":39.95125917}},{"type":"Feature","id":1483,"geometry":{"type":"Point","coordinates":[-75.187274309561701,39.951259169874845]},"properties":{"OBJECTID_1":1483,"objectid":22291681,"dc_dist":"18","psa":"3","dispatch_d":1730505600000,"dispatch_1":"2024-11-02","dispatch_t":"17:19:00","hour":17,"dc_key":202418057061,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.187274310000006,"point_y":39.95125917}},{"type":"Feature","id":1484,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1484,"objectid":21266854,"dc_dist":"16","psa":"1","dispatch_d":1727481600000,"dispatch_1":"2024-09-28","dispatch_t":"11:16:00","hour":11,"dc_key":202416039268,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1485,"geometry":{"type":"Point","coordinates":[-75.200261000145019,39.953823000331226]},"properties":{"OBJECTID_1":1485,"objectid":21713842,"dc_dist":"18","psa":"3","dispatch_d":1729382400000,"dispatch_1":"2024-10-20","dispatch_t":"02:41:00","hour":2,"dc_key":202418054264,"location_b":"200 BLOCK S 39TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.200260999999998,"point_y":39.953823}},{"type":"Feature","id":1486,"geometry":{"type":"Point","coordinates":[-75.203232659659477,39.951327309707608]},"properties":{"OBJECTID_1":1486,"objectid":23561846,"dc_dist":"18","psa":"3","dispatch_d":1733788800000,"dispatch_1":"2024-12-09","dispatch_t":"19:58:00","hour":19,"dc_key":202418063971,"location_b":"300 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203232659999998,"point_y":39.951327310000003}},{"type":"Feature","id":1487,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1487,"objectid":23918020,"dc_dist":"18","psa":"3","dispatch_d":1734220800000,"dispatch_1":"2024-12-15","dispatch_t":"01:02:00","hour":1,"dc_key":202418065099,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1488,"geometry":{"type":"Point","coordinates":[-75.190483210231946,39.95143757018775]},"properties":{"OBJECTID_1":1488,"objectid":21879766,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"09:10:00","hour":9,"dc_key":202418053621,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.190483209999996,"point_y":39.951437570000003}},{"type":"Feature","id":1489,"geometry":{"type":"Point","coordinates":[-75.188264119593384,39.955456529795072]},"properties":{"OBJECTID_1":1489,"objectid":22053861,"dc_dist":"16","psa":"1","dispatch_d":1729987200000,"dispatch_1":"2024-10-27","dispatch_t":"16:23:00","hour":16,"dc_key":202416043855,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188264119999999,"point_y":39.955456529999999}},{"type":"Feature","id":1490,"geometry":{"type":"Point","coordinates":[-75.205510750320855,39.95560933000661]},"properties":{"OBJECTID_1":1490,"objectid":22393597,"dc_dist":"18","psa":"3","dispatch_d":1731110400000,"dispatch_1":"2024-11-08","dispatch_t":"20:06:00","hour":20,"dc_key":202418058116,"location_b":"4100 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.205510750000002,"point_y":39.955609330000001}},{"type":"Feature","id":1491,"geometry":{"type":"Point","coordinates":[-75.186796620267785,39.953650290028918]},"properties":{"OBJECTID_1":1491,"objectid":22055295,"dc_dist":"18","psa":"3","dispatch_d":1730332800000,"dispatch_1":"2024-10-31","dispatch_t":"15:52:00","hour":15,"dc_key":202418056582,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.186796619999996,"point_y":39.9536503}},{"type":"Feature","id":1492,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1492,"objectid":22704114,"dc_dist":"18","psa":"3","dispatch_d":1732060800000,"dispatch_1":"2024-11-19","dispatch_t":"20:17:00","hour":20,"dc_key":202418060104,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1493,"geometry":{"type":"Point","coordinates":[-75.191639560317412,39.952691979651206]},"properties":{"OBJECTID_1":1493,"objectid":16342632,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"01:46:00","hour":1,"dc_key":202418025322,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault Firearm","point_x":-75.191639559999999,"point_y":39.952691979999997}},{"type":"Feature","id":1494,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1494,"objectid":22773323,"dc_dist":"18","psa":"3","dispatch_d":1730678400000,"dispatch_1":"2024-11-04","dispatch_t":"16:58:00","hour":16,"dc_key":202418057349,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1495,"geometry":{"type":"Point","coordinates":[-75.183332619704572,39.954833609883224]},"properties":{"OBJECTID_1":1495,"objectid":22939245,"dc_dist":"16","psa":"1","dispatch_d":1732579200000,"dispatch_1":"2024-11-26","dispatch_t":"04:55:00","hour":4,"dc_key":202416048318,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.183332620000002,"point_y":39.954833610000001}},{"type":"Feature","id":1496,"geometry":{"type":"Point","coordinates":[-75.199594650172912,39.953679640303221]},"properties":{"OBJECTID_1":1496,"objectid":22154880,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-22","dispatch_t":"23:37:00","hour":23,"dc_key":202418054810,"location_b":"3800 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.199594649999995,"point_y":39.953679639999997}},{"type":"Feature","id":1497,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":1497,"objectid":24103252,"dc_dist":"18","psa":"3","dispatch_d":1732579200000,"dispatch_1":"2024-11-26","dispatch_t":"14:19:00","hour":14,"dc_key":202418061362,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":1498,"geometry":{"type":"Point","coordinates":[-75.19949774012855,39.95522569990618]},"properties":{"OBJECTID_1":1498,"objectid":22319233,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-07","dispatch_t":"12:58:00","hour":12,"dc_key":202418057836,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.199497739999998,"point_y":39.9552257}},{"type":"Feature","id":1499,"geometry":{"type":"Point","coordinates":[-75.190710000366209,39.952641999828472]},"properties":{"OBJECTID_1":1499,"objectid":22837426,"dc_dist":"18","psa":"3","dispatch_d":1732233600000,"dispatch_1":"2024-11-22","dispatch_t":"13:30:00","hour":13,"dc_key":202418060643,"location_b":"3300 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190709999999996,"point_y":39.952641999999997}},{"type":"Feature","id":1500,"geometry":{"type":"Point","coordinates":[-75.197505919862294,39.955453839922825]},"properties":{"OBJECTID_1":1500,"objectid":23096405,"dc_dist":"18","psa":"3","dispatch_d":1732752000000,"dispatch_1":"2024-11-28","dispatch_t":"12:34:00","hour":12,"dc_key":202418061828,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.197505919999998,"point_y":39.955453839999997}},{"type":"Feature","id":1501,"geometry":{"type":"Point","coordinates":[-75.200913999681291,39.952132999738183]},"properties":{"OBJECTID_1":1501,"objectid":23860120,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-12","dispatch_t":"16:50:00","hour":16,"dc_key":202418064637,"location_b":"3900 BLOCK IRVING ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.200913999999997,"point_y":39.952133000000003}},{"type":"Feature","id":1502,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1502,"objectid":22255651,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-05","dispatch_t":"22:00:00","hour":21,"dc_key":202418057586,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1503,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1503,"objectid":23231243,"dc_dist":"18","psa":"3","dispatch_d":1733184000000,"dispatch_1":"2024-12-03","dispatch_t":"18:11:00","hour":18,"dc_key":202418062733,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1504,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1504,"objectid":22564056,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"17:15:00","hour":17,"dc_key":202418057526,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1505,"geometry":{"type":"Point","coordinates":[-75.194787999566472,39.953143999595966]},"properties":{"OBJECTID_1":1505,"objectid":21267470,"dc_dist":"18","psa":"3","dispatch_d":1726876800000,"dispatch_1":"2024-09-21","dispatch_t":"17:06:00","hour":17,"dc_key":202418048412,"location_b":"100 BLOCK S 36TH ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194788000000003,"point_y":39.953144000000002}},{"type":"Feature","id":1506,"geometry":{"type":"Point","coordinates":[-75.189780110363756,39.954059920429017]},"properties":{"OBJECTID_1":1506,"objectid":23463102,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-12","dispatch_t":"19:49:00","hour":19,"dc_key":202418064698,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.189780110000001,"point_y":39.954059919999999}},{"type":"Feature","id":1507,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":1507,"objectid":23560076,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-12","dispatch_t":"13:44:00","hour":13,"dc_key":202418064595,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":1508,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1508,"objectid":25285541,"dc_dist":"18","psa":"3","dispatch_d":1734912000000,"dispatch_1":"2024-12-23","dispatch_t":"18:45:00","hour":18,"dc_key":202418066732,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1509,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1509,"objectid":22424867,"dc_dist":"18","psa":"3","dispatch_d":1731196800000,"dispatch_1":"2024-11-09","dispatch_t":"19:32:00","hour":19,"dc_key":202418058279,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1800","text_gener":"Narcotic / Drug Law Violations","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1510,"geometry":{"type":"Point","coordinates":[-75.194153749995507,39.956181000253025]},"properties":{"OBJECTID_1":1510,"objectid":22774646,"dc_dist":"16","psa":"1","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"12:37:00","hour":12,"dc_key":202416047369,"location_b":"N 36TH ST & MARKET ST","ucr_genera":"2000","text_gener":"Offenses Against Family and Children","point_x":-75.194153749999998,"point_y":39.956181000000001}},{"type":"Feature","id":1511,"geometry":{"type":"Point","coordinates":[-75.194153749995507,39.956181000253025]},"properties":{"OBJECTID_1":1511,"objectid":22291603,"dc_dist":"16","psa":"1","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"08:46:00","hour":8,"dc_key":202416044649,"location_b":"N 36TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194153749999998,"point_y":39.956181000000001}},{"type":"Feature","id":1512,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1512,"objectid":16341053,"dc_dist":"18","psa":"3","dispatch_d":1715126400000,"dispatch_1":"2024-05-08","dispatch_t":"17:06:00","hour":17,"dc_key":202418023524,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1513,"geometry":{"type":"Point","coordinates":[-75.193098999918845,39.948100999961241]},"properties":{"OBJECTID_1":1513,"objectid":22126388,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-25","dispatch_t":"11:48:00","hour":11,"dc_key":202418055334,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193099000000004,"point_y":39.948101000000001}},{"type":"Feature","id":1514,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1514,"objectid":16255638,"dc_dist":"18","psa":"3","dispatch_d":1715558400000,"dispatch_1":"2024-05-13","dispatch_t":"08:32:00","hour":8,"dc_key":202418024232,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1515,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1515,"objectid":23100819,"dc_dist":"09","psa":"4","dispatch_d":1732924800000,"dispatch_1":"2024-11-30","dispatch_t":"12:52:00","hour":12,"dc_key":202409115206,"location_b":"1100 BLOCK LUDLOW ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1516,"geometry":{"type":"Point","coordinates":[-75.199205679898171,39.951258349693148]},"properties":{"OBJECTID_1":1516,"objectid":23001405,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-13","dispatch_t":"07:41:00","hour":7,"dc_key":202418058856,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.199205680000006,"point_y":39.951258359999997}},{"type":"Feature","id":1517,"geometry":{"type":"Point","coordinates":[-75.201998299681748,39.950926349671363]},"properties":{"OBJECTID_1":1517,"objectid":24204196,"dc_dist":"18","psa":"3","dispatch_d":1734393600000,"dispatch_1":"2024-12-17","dispatch_t":"12:56:00","hour":12,"dc_key":202418065446,"location_b":"3900 BLOCK DELANCEY ST","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.2019983,"point_y":39.950926350000003}},{"type":"Feature","id":1518,"geometry":{"type":"Point","coordinates":[-75.193098999918845,39.948100999961241]},"properties":{"OBJECTID_1":1518,"objectid":24422549,"dc_dist":"18","psa":"3","dispatch_d":1735084800000,"dispatch_1":"2024-12-24","dispatch_t":"19:52:00","hour":19,"dc_key":202418066881,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193099000000004,"point_y":39.948101000000001}},{"type":"Feature","id":1519,"geometry":{"type":"Point","coordinates":[-75.206522570360278,39.956753630076037]},"properties":{"OBJECTID_1":1519,"objectid":23668277,"dc_dist":"18","psa":"3","dispatch_d":1734393600000,"dispatch_1":"2024-12-17","dispatch_t":"13:27:00","hour":13,"dc_key":202418065452,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.206522570000004,"point_y":39.956753630000001}},{"type":"Feature","id":1520,"geometry":{"type":"Point","coordinates":[-75.199205679898171,39.951258349693148]},"properties":{"OBJECTID_1":1520,"objectid":23976242,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"01:54:00","hour":1,"dc_key":202418066154,"location_b":"S 38TH ST & SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199205680000006,"point_y":39.951258359999997}},{"type":"Feature","id":1521,"geometry":{"type":"Point","coordinates":[-75.20320690037812,39.953511069580259]},"properties":{"OBJECTID_1":1521,"objectid":16260273,"dc_dist":"18","psa":"3","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"17:16:00","hour":17,"dc_key":202418024806,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.203206899999998,"point_y":39.953511069999998}},{"type":"Feature","id":1522,"geometry":{"type":"Point","coordinates":[-75.189489540309978,39.955594209705055]},"properties":{"OBJECTID_1":1522,"objectid":22058495,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"01:07:00","hour":1,"dc_key":202418054823,"location_b":"S 33RD ST & MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.189489539999997,"point_y":39.955594210000001}},{"type":"Feature","id":1523,"geometry":{"type":"Point","coordinates":[-75.19785275959714,39.956650979659059]},"properties":{"OBJECTID_1":1523,"objectid":21921811,"dc_dist":"16","psa":"1","dispatch_d":1729209600000,"dispatch_1":"2024-10-18","dispatch_t":"16:56:00","hour":16,"dc_key":202416042402,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.197852760000004,"point_y":39.956650979999999}},{"type":"Feature","id":1524,"geometry":{"type":"Point","coordinates":[-75.204323479744744,39.953912220272798]},"properties":{"OBJECTID_1":1524,"objectid":22429524,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-06","dispatch_t":"10:14:00","hour":10,"dc_key":202418057646,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204323489999993,"point_y":39.953912219999999}},{"type":"Feature","id":1525,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":1525,"objectid":22876388,"dc_dist":"18","psa":"3","dispatch_d":1732406400000,"dispatch_1":"2024-11-24","dispatch_t":"11:21:00","hour":11,"dc_key":202418061001,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":1526,"geometry":{"type":"Point","coordinates":[-75.196189889751565,39.954862850440236]},"properties":{"OBJECTID_1":1526,"objectid":16261242,"dc_dist":"18","psa":"3","dispatch_d":1714608000000,"dispatch_1":"2024-05-02","dispatch_t":"02:46:00","hour":2,"dc_key":202418022178,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.196189889999999,"point_y":39.954862849999998}},{"type":"Feature","id":1527,"geometry":{"type":"Point","coordinates":[-75.202590469974155,39.954113709779961]},"properties":{"OBJECTID_1":1527,"objectid":24423421,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-14","dispatch_t":"17:39:00","hour":17,"dc_key":202418065041,"location_b":"S 40TH ST & WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202590470000004,"point_y":39.954113710000001}},{"type":"Feature","id":1528,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1528,"objectid":24724717,"dc_dist":"16","psa":"1","dispatch_d":1735516800000,"dispatch_1":"2024-12-30","dispatch_t":"08:28:00","hour":8,"dc_key":202416053665,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1529,"geometry":{"type":"Point","coordinates":[-75.198552690254417,39.950808319948067]},"properties":{"OBJECTID_1":1529,"objectid":22567273,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-06","dispatch_t":"12:55:00","hour":12,"dc_key":202418057676,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.19855269,"point_y":39.95080832}},{"type":"Feature","id":1530,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":1530,"objectid":24104151,"dc_dist":"18","psa":"3","dispatch_d":1733270400000,"dispatch_1":"2024-12-04","dispatch_t":"10:12:00","hour":10,"dc_key":202418062846,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":1531,"geometry":{"type":"Point","coordinates":[-75.202301110407859,39.955587400038553]},"properties":{"OBJECTID_1":1531,"objectid":22669053,"dc_dist":"18","psa":"3","dispatch_d":1730937600000,"dispatch_1":"2024-11-06","dispatch_t":"20:06:00","hour":20,"dc_key":202418057765,"location_b":"100 BLOCK S 40th St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202301109999993,"point_y":39.955587399999999}},{"type":"Feature","id":1532,"geometry":{"type":"Point","coordinates":[-75.204860519797137,39.957210660143915]},"properties":{"OBJECTID_1":1532,"objectid":22427967,"dc_dist":"18","psa":"3","dispatch_d":1731196800000,"dispatch_1":"2024-11-09","dispatch_t":"20:37:00","hour":20,"dc_key":202418058291,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.204860519999997,"point_y":39.957210660000001}},{"type":"Feature","id":1533,"geometry":{"type":"Point","coordinates":[-75.208711039982461,39.95108124979987]},"properties":{"OBJECTID_1":1533,"objectid":24080330,"dc_dist":"18","psa":"3","dispatch_d":1735516800000,"dispatch_1":"2024-12-30","dispatch_t":"18:27:00","hour":18,"dc_key":202418067785,"location_b":"4200 BLOCK PINE ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.208711039999997,"point_y":39.951081250000001}},{"type":"Feature","id":1534,"geometry":{"type":"Point","coordinates":[-75.20241305981483,39.952296949744493]},"properties":{"OBJECTID_1":1534,"objectid":23277529,"dc_dist":"18","psa":"3","dispatch_d":1733184000000,"dispatch_1":"2024-12-02","dispatch_t":"23:14:00","hour":23,"dc_key":202418062568,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202413059999998,"point_y":39.952296949999997}},{"type":"Feature","id":1535,"geometry":{"type":"Point","coordinates":[-75.186943330270424,39.954906919918471]},"properties":{"OBJECTID_1":1535,"objectid":21987111,"dc_dist":"18","psa":"3","dispatch_d":1729209600000,"dispatch_1":"2024-10-18","dispatch_t":"11:10:00","hour":11,"dc_key":202418053890,"location_b":"3100 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.186943330000005,"point_y":39.954906919999999}},{"type":"Feature","id":1536,"geometry":{"type":"Point","coordinates":[-75.197365690374284,39.953175179990637]},"properties":{"OBJECTID_1":1536,"objectid":16258571,"dc_dist":"18","psa":"3","dispatch_d":1713744000000,"dispatch_1":"2024-04-22","dispatch_t":"10:59:00","hour":10,"dc_key":202418020390,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197365689999998,"point_y":39.953175180000002}},{"type":"Feature","id":1537,"geometry":{"type":"Point","coordinates":[-75.205824190134251,39.951825339867582]},"properties":{"OBJECTID_1":1537,"objectid":22023858,"dc_dist":"18","psa":"3","dispatch_d":1729641600000,"dispatch_1":"2024-10-23","dispatch_t":"09:09:00","hour":9,"dc_key":202418054853,"location_b":"4100 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205824190000001,"point_y":39.951825339999999}},{"type":"Feature","id":1538,"geometry":{"type":"Point","coordinates":[-75.197201699898471,39.953863500400303]},"properties":{"OBJECTID_1":1538,"objectid":16259477,"dc_dist":"18","psa":"3","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"12:51:00","hour":12,"dc_key":202418024757,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197201699999994,"point_y":39.953863499999997}},{"type":"Feature","id":1539,"geometry":{"type":"Point","coordinates":[-75.193002880378572,39.953715820029117]},"properties":{"OBJECTID_1":1539,"objectid":16260396,"dc_dist":"18","psa":"3","dispatch_d":1715472000000,"dispatch_1":"2024-05-12","dispatch_t":"16:02:00","hour":16,"dc_key":202418024162,"location_b":"3400 BLOCK SANSOM ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.193002879999995,"point_y":39.953715819999999}},{"type":"Feature","id":1540,"geometry":{"type":"Point","coordinates":[-75.190342829657823,39.951458750121276]},"properties":{"OBJECTID_1":1540,"objectid":22127773,"dc_dist":"18","psa":"3","dispatch_d":1730505600000,"dispatch_1":"2024-11-02","dispatch_t":"17:48:00","hour":17,"dc_key":202418057069,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.190342830000006,"point_y":39.95145875}},{"type":"Feature","id":1541,"geometry":{"type":"Point","coordinates":[-75.202333930266605,39.954403910212363]},"properties":{"OBJECTID_1":1541,"objectid":23041683,"dc_dist":"18","psa":"3","dispatch_d":1731196800000,"dispatch_1":"2024-11-10","dispatch_t":"03:35:00","hour":3,"dc_key":202418058341,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202333929999995,"point_y":39.954403910000003}},{"type":"Feature","id":1542,"geometry":{"type":"Point","coordinates":[-75.192812590128881,39.953214230352501]},"properties":{"OBJECTID_1":1542,"objectid":22196872,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-25","dispatch_t":"18:55:00","hour":18,"dc_key":202418055445,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.192812590000003,"point_y":39.95321423}},{"type":"Feature","id":1543,"geometry":{"type":"Point","coordinates":[-75.198128400005601,39.95592197032272]},"properties":{"OBJECTID_1":1543,"objectid":23886677,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"12:24:00","hour":12,"dc_key":202418062426,"location_b":"0 BLOCK S 38TH ST","ucr_genera":"600","text_gener":"Theft from Vehicle","point_x":-75.198128409999995,"point_y":39.955921969999999}},{"type":"Feature","id":1544,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":1544,"objectid":24385749,"dc_dist":"18","psa":"3","dispatch_d":1733616000000,"dispatch_1":"2024-12-07","dispatch_t":"23:23:00","hour":23,"dc_key":202418063678,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":1545,"geometry":{"type":"Point","coordinates":[-75.202922999696625,39.957272000202693]},"properties":{"OBJECTID_1":1545,"objectid":22127020,"dc_dist":"16","psa":"1","dispatch_d":1730419200000,"dispatch_1":"2024-11-01","dispatch_t":"10:27:00","hour":10,"dc_key":202416044662,"location_b":"4027-4037 Market St","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202922999999998,"point_y":39.957272000000003}},{"type":"Feature","id":1546,"geometry":{"type":"Point","coordinates":[-75.198812999919994,39.952486999875191]},"properties":{"OBJECTID_1":1546,"objectid":22429294,"dc_dist":"18","psa":"3","dispatch_d":1730678400000,"dispatch_1":"2024-11-04","dispatch_t":"15:01:00","hour":15,"dc_key":202418057340,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.198813000000001,"point_y":39.952486999999998}},{"type":"Feature","id":1547,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1547,"objectid":21921164,"dc_dist":"18","psa":"3","dispatch_d":1729123200000,"dispatch_1":"2024-10-17","dispatch_t":"16:25:00","hour":16,"dc_key":202418053684,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1548,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1548,"objectid":23098059,"dc_dist":"18","psa":"3","dispatch_d":1732752000000,"dispatch_1":"2024-11-27","dispatch_t":"19:07:00","hour":19,"dc_key":202418061703,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1549,"geometry":{"type":"Point","coordinates":[-75.206522570360278,39.956753630076037]},"properties":{"OBJECTID_1":1549,"objectid":22507664,"dc_dist":"18","psa":"3","dispatch_d":1729814400000,"dispatch_1":"2024-10-24","dispatch_t":"21:12:00","hour":21,"dc_key":202418055254,"location_b":"4200 BLOCK LUDLOW ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.206522570000004,"point_y":39.956753630000001}},{"type":"Feature","id":1550,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":1550,"objectid":24231039,"dc_dist":"18","psa":"3","dispatch_d":1733529600000,"dispatch_1":"2024-12-06","dispatch_t":"19:15:00","hour":19,"dc_key":202418063453,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":1551,"geometry":{"type":"Point","coordinates":[-75.202668239747425,39.953652850398782]},"properties":{"OBJECTID_1":1551,"objectid":22606665,"dc_dist":"18","psa":"3","dispatch_d":1731369600000,"dispatch_1":"2024-11-12","dispatch_t":"14:20:00","hour":14,"dc_key":202418058687,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.202668239999994,"point_y":39.953652849999997}},{"type":"Feature","id":1552,"geometry":{"type":"Point","coordinates":[-75.198031030407662,39.953966450291489]},"properties":{"OBJECTID_1":1552,"objectid":16256868,"dc_dist":"18","psa":"3","dispatch_d":1713830400000,"dispatch_1":"2024-04-23","dispatch_t":"19:21:00","hour":19,"dc_key":202418020652,"location_b":"3700 BLOCK WALNUT ST","ucr_genera":"300","text_gener":"Robbery No Firearm","point_x":-75.198031029999996,"point_y":39.953966450000003}},{"type":"Feature","id":1553,"geometry":{"type":"Point","coordinates":[-75.192606509582731,39.950403550383612]},"properties":{"OBJECTID_1":1553,"objectid":22507101,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-06","dispatch_t":"15:40:00","hour":15,"dc_key":202418057701,"location_b":"300 BLOCK S 34TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.192606510000005,"point_y":39.950403559999998}},{"type":"Feature","id":1554,"geometry":{"type":"Point","coordinates":[-75.199487530125396,39.950332580384327]},"properties":{"OBJECTID_1":1554,"objectid":23886403,"dc_dist":"18","psa":"3","dispatch_d":1734393600000,"dispatch_1":"2024-12-17","dispatch_t":"18:43:00","hour":18,"dc_key":202418065534,"location_b":"3700 BLOCK HAMILTON WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.199487529999999,"point_y":39.950332580000001}},{"type":"Feature","id":1555,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1555,"objectid":23757298,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-08","dispatch_t":"21:07:00","hour":21,"dc_key":202418063798,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1556,"geometry":{"type":"Point","coordinates":[-75.205217729614503,39.951768570163438]},"properties":{"OBJECTID_1":1556,"objectid":23097073,"dc_dist":"18","psa":"3","dispatch_d":1729296000000,"dispatch_1":"2024-10-19","dispatch_t":"16:58:00","hour":16,"dc_key":202418054178,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.205217730000001,"point_y":39.951768569999999}},{"type":"Feature","id":1557,"geometry":{"type":"Point","coordinates":[-75.19785275959714,39.956650979659059]},"properties":{"OBJECTID_1":1557,"objectid":23139202,"dc_dist":"16","psa":"1","dispatch_d":1732060800000,"dispatch_1":"2024-11-20","dispatch_t":"14:16:00","hour":14,"dc_key":202416047536,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197852760000004,"point_y":39.956650979999999}},{"type":"Feature","id":1558,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1558,"objectid":24171916,"dc_dist":"18","psa":"3","dispatch_d":1735603200000,"dispatch_1":"2024-12-31","dispatch_t":"12:04:00","hour":12,"dc_key":202418067905,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1559,"geometry":{"type":"Point","coordinates":[-75.19009199974596,39.952292999922065]},"properties":{"OBJECTID_1":1559,"objectid":23101643,"dc_dist":"18","psa":"3","dispatch_d":1732579200000,"dispatch_1":"2024-11-25","dispatch_t":"19:19:00","hour":19,"dc_key":202418061234,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190092000000007,"point_y":39.952292999999997}},{"type":"Feature","id":1560,"geometry":{"type":"Point","coordinates":[-75.200096130132238,39.950752189661898]},"properties":{"OBJECTID_1":1560,"objectid":22737381,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-15","dispatch_t":"15:19:00","hour":15,"dc_key":202418059366,"location_b":"3800 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.200096130000006,"point_y":39.950752190000003}},{"type":"Feature","id":1561,"geometry":{"type":"Point","coordinates":[-75.190342829657823,39.951458750121276]},"properties":{"OBJECTID_1":1561,"objectid":22741183,"dc_dist":"18","psa":"3","dispatch_d":1731715200000,"dispatch_1":"2024-11-16","dispatch_t":"15:11:00","hour":15,"dc_key":202418059542,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.190342830000006,"point_y":39.95145875}},{"type":"Feature","id":1562,"geometry":{"type":"Point","coordinates":[-75.193901849890437,39.952644439689209]},"properties":{"OBJECTID_1":1562,"objectid":22972636,"dc_dist":"18","psa":"3","dispatch_d":1732492800000,"dispatch_1":"2024-11-25","dispatch_t":"09:55:00","hour":9,"dc_key":202418061130,"location_b":"3400 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.193901859999997,"point_y":39.95264444}},{"type":"Feature","id":1563,"geometry":{"type":"Point","coordinates":[-75.194468140392303,39.954664969912471]},"properties":{"OBJECTID_1":1563,"objectid":22644848,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-13","dispatch_t":"11:49:00","hour":11,"dc_key":202418058894,"location_b":"S 36TH ST & CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.194468139999998,"point_y":39.954664970000003}},{"type":"Feature","id":1564,"geometry":{"type":"Point","coordinates":[-75.198552690254417,39.950808319948067]},"properties":{"OBJECTID_1":1564,"objectid":22645559,"dc_dist":"18","psa":"3","dispatch_d":1731283200000,"dispatch_1":"2024-11-10","dispatch_t":"23:44:00","hour":23,"dc_key":202418058438,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.19855269,"point_y":39.95080832}},{"type":"Feature","id":1565,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":1565,"objectid":23239603,"dc_dist":"18","psa":"3","dispatch_d":1733443200000,"dispatch_1":"2024-12-06","dispatch_t":"09:47:00","hour":9,"dc_key":202418063315,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":1566,"geometry":{"type":"Point","coordinates":[-75.203321000064079,39.950601000136089]},"properties":{"OBJECTID_1":1566,"objectid":22575354,"dc_dist":"18","psa":"3","dispatch_d":1731369600000,"dispatch_1":"2024-11-11","dispatch_t":"19:49:00","hour":19,"dc_key":202418058577,"location_b":"400 BLOCK S 40TH ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.203321000000003,"point_y":39.950600999999999}},{"type":"Feature","id":1567,"geometry":{"type":"Point","coordinates":[-75.20077981004016,39.957086829793411]},"properties":{"OBJECTID_1":1567,"objectid":23865612,"dc_dist":"16","psa":"1","dispatch_d":1734912000000,"dispatch_1":"2024-12-23","dispatch_t":"16:11:00","hour":16,"dc_key":202416052581,"location_b":"3900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.200779819999994,"point_y":39.957086830000001}},{"type":"Feature","id":1568,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1568,"objectid":23238048,"dc_dist":"18","psa":"3","dispatch_d":1733184000000,"dispatch_1":"2024-12-03","dispatch_t":"14:48:00","hour":14,"dc_key":202418062674,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1569,"geometry":{"type":"Point","coordinates":[-75.186555379826871,39.953666670280654]},"properties":{"OBJECTID_1":1569,"objectid":16265230,"dc_dist":"18","psa":"3","dispatch_d":1715644800000,"dispatch_1":"2024-05-14","dispatch_t":"10:37:00","hour":10,"dc_key":202418024454,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.186555380000001,"point_y":39.953666669999997}},{"type":"Feature","id":1570,"geometry":{"type":"Point","coordinates":[-75.202333930266605,39.954403910212363]},"properties":{"OBJECTID_1":1570,"objectid":23671896,"dc_dist":"18","psa":"3","dispatch_d":1732320000000,"dispatch_1":"2024-11-22","dispatch_t":"22:51:00","hour":22,"dc_key":202418060759,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.202333929999995,"point_y":39.954403910000003}},{"type":"Feature","id":1571,"geometry":{"type":"Point","coordinates":[-75.202668239747425,39.953652850398782]},"properties":{"OBJECTID_1":1571,"objectid":23542616,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"11:32:00","hour":11,"dc_key":202418063849,"location_b":"200 BLOCK S 40th St","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.202668239999994,"point_y":39.953652849999997}},{"type":"Feature","id":1572,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1572,"objectid":23279001,"dc_dist":"16","psa":"1","dispatch_d":1733270400000,"dispatch_1":"2024-12-03","dispatch_t":"21:54:00","hour":21,"dc_key":202416049378,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1573,"geometry":{"type":"Point","coordinates":[-75.20360324959023,39.953869810043727]},"properties":{"OBJECTID_1":1573,"objectid":23377756,"dc_dist":"18","psa":"3","dispatch_d":1731801600000,"dispatch_1":"2024-11-17","dispatch_t":"02:16:00","hour":2,"dc_key":202418059648,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.20360325,"point_y":39.95386981}},{"type":"Feature","id":1574,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":1574,"objectid":22436446,"dc_dist":"18","psa":"3","dispatch_d":1727654400000,"dispatch_1":"2024-09-30","dispatch_t":"09:45:00","hour":9,"dc_key":202418050012,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":1575,"geometry":{"type":"Point","coordinates":[-75.184569669554548,39.953136519934503]},"properties":{"OBJECTID_1":1575,"objectid":23405461,"dc_dist":"18","psa":"3","dispatch_d":1732406400000,"dispatch_1":"2024-11-24","dispatch_t":"11:22:00","hour":11,"dc_key":202418061002,"location_b":"3000 BLOCK CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.184569670000002,"point_y":39.953136520000001}},{"type":"Feature","id":1576,"geometry":{"type":"Point","coordinates":[-75.194552819656849,39.956148319789179]},"properties":{"OBJECTID_1":1576,"objectid":22741292,"dc_dist":"18","psa":"3","dispatch_d":1730678400000,"dispatch_1":"2024-11-04","dispatch_t":"08:41:00","hour":8,"dc_key":202418057293,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194552819999998,"point_y":39.956148319999997}},{"type":"Feature","id":1577,"geometry":{"type":"Point","coordinates":[-75.19949774012855,39.95522569990618]},"properties":{"OBJECTID_1":1577,"objectid":23166419,"dc_dist":"18","psa":"3","dispatch_d":1732320000000,"dispatch_1":"2024-11-22","dispatch_t":"20:36:00","hour":20,"dc_key":202418060733,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.199497739999998,"point_y":39.9552257}},{"type":"Feature","id":1578,"geometry":{"type":"Point","coordinates":[-75.183741580109768,39.953336469802309]},"properties":{"OBJECTID_1":1578,"objectid":23699326,"dc_dist":"18","psa":"3","dispatch_d":1733443200000,"dispatch_1":"2024-12-06","dispatch_t":"13:24:00","hour":13,"dc_key":202418063356,"location_b":"S 30TH ST & CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.183741580000003,"point_y":39.953336470000004}},{"type":"Feature","id":1579,"geometry":{"type":"Point","coordinates":[-75.193099999965,39.948102000007339]},"properties":{"OBJECTID_1":1579,"objectid":22436792,"dc_dist":"18","psa":"3","dispatch_d":1731110400000,"dispatch_1":"2024-11-09","dispatch_t":"17:10:00","hour":17,"dc_key":202418058265,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193100000000001,"point_y":39.948101999999999}},{"type":"Feature","id":1580,"geometry":{"type":"Point","coordinates":[-75.205510750320855,39.95560933000661]},"properties":{"OBJECTID_1":1580,"objectid":22403598,"dc_dist":"18","psa":"3","dispatch_d":1731110400000,"dispatch_1":"2024-11-08","dispatch_t":"22:07:00","hour":22,"dc_key":202418058140,"location_b":"4100 BLOCK Chestnut St240","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205510750000002,"point_y":39.955609330000001}},{"type":"Feature","id":1581,"geometry":{"type":"Point","coordinates":[-75.202589999628742,39.954114000260972]},"properties":{"OBJECTID_1":1581,"objectid":22944762,"dc_dist":"18","psa":"3","dispatch_d":1732233600000,"dispatch_1":"2024-11-22","dispatch_t":"12:53:00","hour":12,"dc_key":202418060644,"location_b":"S 40th St & Walnut St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.202590000000001,"point_y":39.954113999999997}},{"type":"Feature","id":1582,"geometry":{"type":"Point","coordinates":[-75.201495520202059,39.950420429759106]},"properties":{"OBJECTID_1":1582,"objectid":22814454,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-15","dispatch_t":"17:07:00","hour":17,"dc_key":202418059387,"location_b":"3900 BLOCK PINE ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.201495519999995,"point_y":39.950420430000001}},{"type":"Feature","id":1583,"geometry":{"type":"Point","coordinates":[-75.202333930266605,39.954403910212363]},"properties":{"OBJECTID_1":1583,"objectid":23075251,"dc_dist":"18","psa":"3","dispatch_d":1731801600000,"dispatch_1":"2024-11-16","dispatch_t":"22:54:00","hour":22,"dc_key":202418059635,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.202333929999995,"point_y":39.954403910000003}},{"type":"Feature","id":1584,"geometry":{"type":"Point","coordinates":[-75.20195466007948,39.957150390278343]},"properties":{"OBJECTID_1":1584,"objectid":23435004,"dc_dist":"16","psa":"1","dispatch_d":1733529600000,"dispatch_1":"2024-12-07","dispatch_t":"12:57:00","hour":12,"dc_key":202416050020,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.201954659999998,"point_y":39.957150390000002}},{"type":"Feature","id":1585,"geometry":{"type":"Point","coordinates":[-75.194154000007075,39.95618300034522]},"properties":{"OBJECTID_1":1585,"objectid":24206504,"dc_dist":"16","psa":"1","dispatch_d":1735516800000,"dispatch_1":"2024-12-30","dispatch_t":"01:14:00","hour":1,"dc_key":202416053648,"location_b":"3600 BLOCK MARKET ST 909","ucr_genera":"600","text_gener":"Thefts","point_x":-75.194153999999997,"point_y":39.956183000000003}},{"type":"Feature","id":1586,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1586,"objectid":24107197,"dc_dist":"18","psa":"3","dispatch_d":1735171200000,"dispatch_1":"2024-12-26","dispatch_t":"07:44:00","hour":7,"dc_key":202418067004,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1587,"geometry":{"type":"Point","coordinates":[-75.184725680345821,39.954924400041079]},"properties":{"OBJECTID_1":1587,"objectid":22813888,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-13","dispatch_t":"13:01:00","hour":13,"dc_key":202418058912,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.18472568,"point_y":39.954924400000003}},{"type":"Feature","id":1588,"geometry":{"type":"Point","coordinates":[-75.19785275959714,39.956650979659059]},"properties":{"OBJECTID_1":1588,"objectid":23800206,"dc_dist":"16","psa":"1","dispatch_d":1734566400000,"dispatch_1":"2024-12-19","dispatch_t":"10:33:00","hour":10,"dc_key":202416052037,"location_b":"3700 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.197852760000004,"point_y":39.956650979999999}},{"type":"Feature","id":1589,"geometry":{"type":"Point","coordinates":[-75.208063000207233,39.952366999737308]},"properties":{"OBJECTID_1":1589,"objectid":22402917,"dc_dist":"18","psa":"3","dispatch_d":1731110400000,"dispatch_1":"2024-11-08","dispatch_t":"19:45:00","hour":19,"dc_key":202418058113,"location_b":"4200 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.208062999999996,"point_y":39.952367000000002}},{"type":"Feature","id":1590,"geometry":{"type":"Point","coordinates":[-75.199203740060511,39.954457870434453]},"properties":{"OBJECTID_1":1590,"objectid":23865689,"dc_dist":"18","psa":"3","dispatch_d":1734307200000,"dispatch_1":"2024-12-16","dispatch_t":"11:51:00","hour":11,"dc_key":202418065255,"location_b":"3800 BLOCK SANSOM ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199203740000002,"point_y":39.954457869999999}},{"type":"Feature","id":1591,"geometry":{"type":"Point","coordinates":[-75.192899999735175,39.948712000258638]},"properties":{"OBJECTID_1":1591,"objectid":22945783,"dc_dist":"18","psa":"3","dispatch_d":1732579200000,"dispatch_1":"2024-11-26","dispatch_t":"16:57:00","hour":16,"dc_key":202418061399,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"1700","text_gener":"Other Sex Offenses (Not Commercialized)","point_x":-75.192899999999995,"point_y":39.948712}},{"type":"Feature","id":1592,"geometry":{"type":"Point","coordinates":[-75.200978640252004,39.955057499703912]},"properties":{"OBJECTID_1":1592,"objectid":22576327,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-13","dispatch_t":"09:39:00","hour":9,"dc_key":202418058874,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.200978640000002,"point_y":39.955057500000002}},{"type":"Feature","id":1593,"geometry":{"type":"Point","coordinates":[-75.193866000215678,39.953029999734724]},"properties":{"OBJECTID_1":1593,"objectid":22945794,"dc_dist":"18","psa":"3","dispatch_d":1732665600000,"dispatch_1":"2024-11-27","dispatch_t":"07:34:00","hour":7,"dc_key":202418061565,"location_b":"3500 BLOCK WALNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.193866,"point_y":39.953029999999998}},{"type":"Feature","id":1594,"geometry":{"type":"Point","coordinates":[-75.204860519797137,39.957210660143915]},"properties":{"OBJECTID_1":1594,"objectid":22783669,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"12:54:00","hour":12,"dc_key":202418059152,"location_b":"4100 BLOCK MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.204860519999997,"point_y":39.957210660000001}},{"type":"Feature","id":1595,"geometry":{"type":"Point","coordinates":[-75.185322349946432,39.953160170305694]},"properties":{"OBJECTID_1":1595,"objectid":23800018,"dc_dist":"18","psa":"3","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"12:37:00","hour":12,"dc_key":202418060444,"location_b":"100 BLOCK 31ST LOWER LEVEL ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.185322350000007,"point_y":39.953160169999997}},{"type":"Feature","id":1596,"geometry":{"type":"Point","coordinates":[-75.199623000401118,39.95686400027347]},"properties":{"OBJECTID_1":1596,"objectid":22782127,"dc_dist":"16","psa":"1","dispatch_d":1730246400000,"dispatch_1":"2024-10-30","dispatch_t":"06:56:00","hour":6,"dc_key":202416044253,"location_b":"38th Market St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.199623000000003,"point_y":39.956864000000003}},{"type":"Feature","id":1597,"geometry":{"type":"Point","coordinates":[-75.202698150299341,39.954989719599951]},"properties":{"OBJECTID_1":1597,"objectid":22329932,"dc_dist":"18","psa":"3","dispatch_d":1730678400000,"dispatch_1":"2024-11-04","dispatch_t":"13:00:00","hour":13,"dc_key":202418057320,"location_b":"100 BLOCK S 40TH ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202698150000003,"point_y":39.95498972}},{"type":"Feature","id":1598,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1598,"objectid":22783694,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-15","dispatch_t":"10:48:00","hour":10,"dc_key":202418059330,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1599,"geometry":{"type":"Point","coordinates":[-75.198619550351907,39.947711849822042]},"properties":{"OBJECTID_1":1599,"objectid":23406513,"dc_dist":"18","psa":"3","dispatch_d":1732665600000,"dispatch_1":"2024-11-27","dispatch_t":"13:48:00","hour":13,"dc_key":202418061623,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.198619550000004,"point_y":39.947711849999997}},{"type":"Feature","id":1600,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1600,"objectid":23979179,"dc_dist":"18","psa":"3","dispatch_d":1733875200000,"dispatch_1":"2024-12-11","dispatch_t":"16:02:00","hour":16,"dc_key":202418064383,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1601,"geometry":{"type":"Point","coordinates":[-75.195690210235,39.953674519563492]},"properties":{"OBJECTID_1":1601,"objectid":24107643,"dc_dist":"18","psa":"3","dispatch_d":1734998400000,"dispatch_1":"2024-12-24","dispatch_t":"11:06:00","hour":11,"dc_key":202418066836,"location_b":"3600 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.195690200000001,"point_y":39.95367452}},{"type":"Feature","id":1602,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1602,"objectid":23145874,"dc_dist":"16","psa":"1","dispatch_d":1733270400000,"dispatch_1":"2024-12-03","dispatch_t":"21:54:00","hour":21,"dc_key":202416049377,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1603,"geometry":{"type":"Point","coordinates":[-75.197934189611146,39.952044449791572]},"properties":{"OBJECTID_1":1603,"objectid":16261910,"dc_dist":"18","psa":"3","dispatch_d":1715472000000,"dispatch_1":"2024-05-12","dispatch_t":"14:22:00","hour":14,"dc_key":202418024157,"location_b":"3700 BLOCK LOCUST WALK","ucr_genera":"600","text_gener":"Thefts","point_x":-75.197934189999998,"point_y":39.952044450000002}},{"type":"Feature","id":1604,"geometry":{"type":"Point","coordinates":[-75.194371179985922,39.954666839603021]},"properties":{"OBJECTID_1":1604,"objectid":22947144,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-12","dispatch_t":"20:08:00","hour":20,"dc_key":202418058789,"location_b":"3500 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.194371180000005,"point_y":39.954666840000002}},{"type":"Feature","id":1605,"geometry":{"type":"Point","coordinates":[-75.182631230346942,39.953910870390416]},"properties":{"OBJECTID_1":1605,"objectid":23831749,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"14:46:00","hour":14,"dc_key":202418065793,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182631229999998,"point_y":39.953910870000001}},{"type":"Feature","id":1606,"geometry":{"type":"Point","coordinates":[-75.193098999918845,39.948100999961241]},"properties":{"OBJECTID_1":1606,"objectid":22947797,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"02:15:00","hour":2,"dc_key":202418059084,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.193099000000004,"point_y":39.948101000000001}},{"type":"Feature","id":1607,"geometry":{"type":"Point","coordinates":[-75.187325040318342,39.953793939638672]},"properties":{"OBJECTID_1":1607,"objectid":23048303,"dc_dist":"18","psa":"3","dispatch_d":1731456000000,"dispatch_1":"2024-11-12","dispatch_t":"19:27:00","hour":19,"dc_key":202418058759,"location_b":"3100 BLOCK CHESTNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.187325040000005,"point_y":39.953793939999997}},{"type":"Feature","id":1608,"geometry":{"type":"Point","coordinates":[-75.190159119747534,39.951916540116258]},"properties":{"OBJECTID_1":1608,"objectid":23927365,"dc_dist":"18","psa":"3","dispatch_d":1734825600000,"dispatch_1":"2024-12-22","dispatch_t":"00:35:00","hour":0,"dc_key":202418066494,"location_b":"200 BLOCK S 33RD ST","ucr_genera":"2100","text_gener":"DRIVING UNDER THE INFLUENCE","point_x":-75.190159120000004,"point_y":39.951916539999999}},{"type":"Feature","id":1609,"geometry":{"type":"Point","coordinates":[-75.203987750234432,39.954223540384135]},"properties":{"OBJECTID_1":1609,"objectid":22335515,"dc_dist":"18","psa":"3","dispatch_d":1728777600000,"dispatch_1":"2024-10-13","dispatch_t":"14:25:00","hour":14,"dc_key":202418052851,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.203987749999996,"point_y":39.954223540000001}},{"type":"Feature","id":1610,"geometry":{"type":"Point","coordinates":[-75.208250489968123,39.956093310058293]},"properties":{"OBJECTID_1":1610,"objectid":23736932,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-12","dispatch_t":"14:39:00","hour":14,"dc_key":202418064606,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.208250489999998,"point_y":39.95609331}},{"type":"Feature","id":1611,"geometry":{"type":"Point","coordinates":[-75.192007370443775,39.954374520367878]},"properties":{"OBJECTID_1":1611,"objectid":23571135,"dc_dist":"18","psa":"3","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"17:16:00","hour":17,"dc_key":202418060488,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.192007369999999,"point_y":39.954374520000002}},{"type":"Feature","id":1612,"geometry":{"type":"Point","coordinates":[-75.197659769582685,39.953438249675514]},"properties":{"OBJECTID_1":1612,"objectid":22852457,"dc_dist":"18","psa":"3","dispatch_d":1731628800000,"dispatch_1":"2024-11-14","dispatch_t":"19:57:00","hour":19,"dc_key":202418059247,"location_b":"3700 BLOCK Walnut St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.197659770000001,"point_y":39.953438249999998}},{"type":"Feature","id":1613,"geometry":{"type":"Point","coordinates":[-75.19347654970295,39.953775179780791]},"properties":{"OBJECTID_1":1613,"objectid":23571987,"dc_dist":"18","psa":"3","dispatch_d":1730246400000,"dispatch_1":"2024-10-30","dispatch_t":"10:59:00","hour":10,"dc_key":202418056302,"location_b":"3500 BLOCK SANSOM ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.19347655,"point_y":39.953775180000001}},{"type":"Feature","id":1614,"geometry":{"type":"Point","coordinates":[-75.202952090066844,39.951415460355236]},"properties":{"OBJECTID_1":1614,"objectid":23439692,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-19","dispatch_t":"11:53:00","hour":11,"dc_key":202418059984,"location_b":"3900 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.202952089999997,"point_y":39.95141546}},{"type":"Feature","id":1615,"geometry":{"type":"Point","coordinates":[-75.204269540207065,39.951832479585335]},"properties":{"OBJECTID_1":1615,"objectid":23439696,"dc_dist":"18","psa":"3","dispatch_d":1730764800000,"dispatch_1":"2024-11-05","dispatch_t":"13:24:00","hour":13,"dc_key":202418057475,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204269539999999,"point_y":39.95183248}},{"type":"Feature","id":1616,"geometry":{"type":"Point","coordinates":[-75.192899999735175,39.948712000258638]},"properties":{"OBJECTID_1":1616,"objectid":22715317,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-06","dispatch_t":"18:08:00","hour":18,"dc_key":202418057724,"location_b":"0 BLOCK CONVENTION AV","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.192899999999995,"point_y":39.948712}},{"type":"Feature","id":1617,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1617,"objectid":23735489,"dc_dist":"18","psa":"3","dispatch_d":1733875200000,"dispatch_1":"2024-12-11","dispatch_t":"14:00:00","hour":13,"dc_key":202418064367,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1618,"geometry":{"type":"Point","coordinates":[-75.202590469974155,39.954113709779961]},"properties":{"OBJECTID_1":1618,"objectid":23147555,"dc_dist":"18","psa":"3","dispatch_d":1732924800000,"dispatch_1":"2024-11-29","dispatch_t":"22:07:00","hour":22,"dc_key":202418062074,"location_b":"S 40TH ST & WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.202590470000004,"point_y":39.954113710000001}},{"type":"Feature","id":1619,"geometry":{"type":"Point","coordinates":[-75.197123559604563,39.954932609952039]},"properties":{"OBJECTID_1":1619,"objectid":23675139,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"00:14:00","hour":0,"dc_key":202418062259,"location_b":"3700 BLOCK CHESTNUT ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.197123559999994,"point_y":39.95493261}},{"type":"Feature","id":1620,"geometry":{"type":"Point","coordinates":[-75.19732605994966,39.948221279788299]},"properties":{"OBJECTID_1":1620,"objectid":23209552,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"12:06:00","hour":12,"dc_key":202418062294,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.197326059999995,"point_y":39.948221279999999}},{"type":"Feature","id":1621,"geometry":{"type":"Point","coordinates":[-75.193304580441975,39.948094739780458]},"properties":{"OBJECTID_1":1621,"objectid":23440721,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"12:51:00","hour":12,"dc_key":202418063863,"location_b":"3400 BLOCK CIVIC CENTER BLVD","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.193304580000003,"point_y":39.948094740000002}},{"type":"Feature","id":1622,"geometry":{"type":"Point","coordinates":[-75.20327666978244,39.951518510071253]},"properties":{"OBJECTID_1":1622,"objectid":23700859,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-17","dispatch_t":"23:12:00","hour":23,"dc_key":202418065618,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.203276669999994,"point_y":39.95151851}},{"type":"Feature","id":1623,"geometry":{"type":"Point","coordinates":[-75.192742020327955,39.954866480104045]},"properties":{"OBJECTID_1":1623,"objectid":22894242,"dc_dist":"18","psa":"3","dispatch_d":1730851200000,"dispatch_1":"2024-11-05","dispatch_t":"23:35:00","hour":23,"dc_key":202418057595,"location_b":"3400 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.192742019999997,"point_y":39.95486648}},{"type":"Feature","id":1624,"geometry":{"type":"Point","coordinates":[-75.202924220076682,39.954556369580871]},"properties":{"OBJECTID_1":1624,"objectid":23546255,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-13","dispatch_t":"18:59:00","hour":18,"dc_key":202418064884,"location_b":"4000 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20292422,"point_y":39.954556369999999}},{"type":"Feature","id":1625,"geometry":{"type":"Point","coordinates":[-75.182631230346942,39.953910870390416]},"properties":{"OBJECTID_1":1625,"objectid":16269869,"dc_dist":"18","psa":"3","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"15:26:00","hour":15,"dc_key":202418022826,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182631229999998,"point_y":39.953910870000001}},{"type":"Feature","id":1626,"geometry":{"type":"Point","coordinates":[-75.206607680400111,39.955122650190219]},"properties":{"OBJECTID_1":1626,"objectid":22679509,"dc_dist":"18","psa":"3","dispatch_d":1731974400000,"dispatch_1":"2024-11-18","dispatch_t":"19:46:00","hour":19,"dc_key":202418059880,"location_b":"4200 BLOCK SANSOM ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.206607680000005,"point_y":39.95512265}},{"type":"Feature","id":1627,"geometry":{"type":"Point","coordinates":[-75.204865559597863,39.951659170334494]},"properties":{"OBJECTID_1":1627,"objectid":23572161,"dc_dist":"18","psa":"3","dispatch_d":1729555200000,"dispatch_1":"2024-10-22","dispatch_t":"11:08:00","hour":11,"dc_key":202418054650,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.204865560000002,"point_y":39.95165918}},{"type":"Feature","id":1628,"geometry":{"type":"Point","coordinates":[-75.198311779864696,39.955144000095572]},"properties":{"OBJECTID_1":1628,"objectid":23893855,"dc_dist":"18","psa":"3","dispatch_d":1732924800000,"dispatch_1":"2024-11-29","dispatch_t":"20:12:00","hour":20,"dc_key":202418062041,"location_b":"S 38TH ST & CHESTNUT ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.198311790000005,"point_y":39.955143999999997}},{"type":"Feature","id":1629,"geometry":{"type":"Point","coordinates":[-75.206208209641147,39.951355230059846]},"properties":{"OBJECTID_1":1629,"objectid":23707353,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"18:32:00","hour":18,"dc_key":202418063944,"location_b":"4100 BLOCK PINE ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.20620821,"point_y":39.951355239999998}},{"type":"Feature","id":1630,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1630,"objectid":26654324,"dc_dist":"18","psa":"3","dispatch_d":1734739200000,"dispatch_1":"2024-12-21","dispatch_t":"16:44:00","hour":16,"dc_key":202418066444,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1631,"geometry":{"type":"Point","coordinates":[-75.20643391968963,39.954589989836222]},"properties":{"OBJECTID_1":1631,"objectid":23579224,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"18:46:00","hour":18,"dc_key":202418062356,"location_b":"S 42ND ST & WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.206433919999995,"point_y":39.954589990000002}},{"type":"Feature","id":1632,"geometry":{"type":"Point","coordinates":[-75.192951000288417,39.950493999698381]},"properties":{"OBJECTID_1":1632,"objectid":23838732,"dc_dist":"18","psa":"3","dispatch_d":1734998400000,"dispatch_1":"2024-12-23","dispatch_t":"20:17:00","hour":20,"dc_key":202418066762,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.192950999999994,"point_y":39.950493999999999}},{"type":"Feature","id":1633,"geometry":{"type":"Point","coordinates":[-75.194550070429386,39.954353309857424]},"properties":{"OBJECTID_1":1633,"objectid":22980964,"dc_dist":"18","psa":"3","dispatch_d":1731542400000,"dispatch_1":"2024-11-14","dispatch_t":"18:30:00","hour":18,"dc_key":202418059222,"location_b":"100 BLOCK S 36TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.194550070000005,"point_y":39.954353310000002}},{"type":"Feature","id":1634,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1634,"objectid":26654323,"dc_dist":"18","psa":"3","dispatch_d":1734739200000,"dispatch_1":"2024-12-21","dispatch_t":"16:37:00","hour":16,"dc_key":202418066441,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1635,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1635,"objectid":23741725,"dc_dist":"16","psa":"1","dispatch_d":1734307200000,"dispatch_1":"2024-12-16","dispatch_t":"13:43:00","hour":13,"dc_key":202416051473,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1636,"geometry":{"type":"Point","coordinates":[-75.19762133975297,39.951053660398145]},"properties":{"OBJECTID_1":1636,"objectid":23579277,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"18:58:00","hour":18,"dc_key":202418062509,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.197621339999998,"point_y":39.951053659999999}},{"type":"Feature","id":1637,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1637,"objectid":24873990,"dc_dist":"18","psa":"3","dispatch_d":1735430400000,"dispatch_1":"2024-12-29","dispatch_t":"08:34:00","hour":8,"dc_key":202418067559,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1638,"geometry":{"type":"Point","coordinates":[-75.188818619983294,39.95284761002921]},"properties":{"OBJECTID_1":1638,"objectid":23247559,"dc_dist":"18","psa":"3","dispatch_d":1733356800000,"dispatch_1":"2024-12-04","dispatch_t":"22:04:00","hour":22,"dc_key":202418063001,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.188818620000006,"point_y":39.952847609999999}},{"type":"Feature","id":1639,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1639,"objectid":23445180,"dc_dist":"16","psa":"1","dispatch_d":1733356800000,"dispatch_1":"2024-12-05","dispatch_t":"13:48:00","hour":13,"dc_key":202416049673,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1640,"geometry":{"type":"Point","coordinates":[-75.183335000210036,39.954820000442737]},"properties":{"OBJECTID_1":1640,"objectid":26655087,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"09:15:00","hour":9,"dc_key":202418066176,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183335,"point_y":39.954819999999998}},{"type":"Feature","id":1641,"geometry":{"type":"Point","coordinates":[-75.203167000156895,39.951315999833582]},"properties":{"OBJECTID_1":1641,"objectid":24060436,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-17","dispatch_t":"22:36:00","hour":22,"dc_key":202418065613,"location_b":"300 BLOCK S 40th St","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203166999999993,"point_y":39.951315999999998}},{"type":"Feature","id":1642,"geometry":{"type":"Point","coordinates":[-75.189780110363756,39.954059920429017]},"properties":{"OBJECTID_1":1642,"objectid":24180713,"dc_dist":"18","psa":"3","dispatch_d":1734048000000,"dispatch_1":"2024-12-12","dispatch_t":"21:53:00","hour":21,"dc_key":202418064728,"location_b":"3300 BLOCK WOODLAND WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.189780110000001,"point_y":39.954059919999999}},{"type":"Feature","id":1643,"geometry":{"type":"Point","coordinates":[-75.20195466007948,39.957150390278343]},"properties":{"OBJECTID_1":1643,"objectid":24115253,"dc_dist":"16","psa":"1","dispatch_d":1732492800000,"dispatch_1":"2024-11-25","dispatch_t":"07:26:00","hour":7,"dc_key":202416048155,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.201954659999998,"point_y":39.957150390000002}},{"type":"Feature","id":1644,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1644,"objectid":23643142,"dc_dist":"16","psa":"1","dispatch_d":1732147200000,"dispatch_1":"2024-11-21","dispatch_t":"11:38:00","hour":11,"dc_key":202416047651,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1645,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1645,"objectid":23930714,"dc_dist":"18","psa":"3","dispatch_d":1734652800000,"dispatch_1":"2024-12-20","dispatch_t":"17:42:00","hour":17,"dc_key":202418066266,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1646,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1646,"objectid":24787624,"dc_dist":"16","psa":"1","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"18:28:00","hour":18,"dc_key":202416051929,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1647,"geometry":{"type":"Point","coordinates":[-75.206520529798581,39.953814890245042]},"properties":{"OBJECTID_1":1647,"objectid":23347715,"dc_dist":"18","psa":"3","dispatch_d":1732924800000,"dispatch_1":"2024-11-30","dispatch_t":"08:04:00","hour":8,"dc_key":202418062108,"location_b":"200 BLOCK S 42ND ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.20652054,"point_y":39.953814889999997}},{"type":"Feature","id":1648,"geometry":{"type":"Point","coordinates":[-75.208458440204822,39.955089580319907]},"properties":{"OBJECTID_1":1648,"objectid":23894969,"dc_dist":"18","psa":"3","dispatch_d":1735084800000,"dispatch_1":"2024-12-24","dispatch_t":"23:25:00","hour":23,"dc_key":202418066899,"location_b":"4200 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.208458440000001,"point_y":39.955089579999999}},{"type":"Feature","id":1649,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1649,"objectid":23774397,"dc_dist":"16","psa":"1","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"11:14:00","hour":11,"dc_key":202416051837,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1650,"geometry":{"type":"Point","coordinates":[-75.204209829719844,39.957034220353023]},"properties":{"OBJECTID_1":1650,"objectid":22912472,"dc_dist":"18","psa":"3","dispatch_d":1731888000000,"dispatch_1":"2024-11-17","dispatch_t":"19:14:00","hour":19,"dc_key":202418059730,"location_b":"0 BLOCK S 41ST ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.204209829999996,"point_y":39.957034219999997}},{"type":"Feature","id":1651,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1651,"objectid":16348171,"dc_dist":"18","psa":"3","dispatch_d":1714089600000,"dispatch_1":"2024-04-26","dispatch_t":"03:27:00","hour":3,"dc_key":202418021085,"location_b":"N 30TH ST & MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1652,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1652,"objectid":24879113,"dc_dist":"16","psa":"1","dispatch_d":1735603200000,"dispatch_1":"2024-12-31","dispatch_t":"00:43:00","hour":0,"dc_key":202416053852,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1653,"geometry":{"type":"Point","coordinates":[-75.188644770239932,39.95547581036044]},"properties":{"OBJECTID_1":1653,"objectid":24396018,"dc_dist":"18","psa":"3","dispatch_d":1735430400000,"dispatch_1":"2024-12-28","dispatch_t":"23:46:00","hour":23,"dc_key":202418067518,"location_b":"3200 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.188644769999996,"point_y":39.955475810000003}},{"type":"Feature","id":1654,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1654,"objectid":24790125,"dc_dist":"18","psa":"3","dispatch_d":1734393600000,"dispatch_1":"2024-12-16","dispatch_t":"19:33:00","hour":19,"dc_key":202418065350,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1655,"geometry":{"type":"Point","coordinates":[-75.182385999614155,39.954720000327825]},"properties":{"OBJECTID_1":1655,"objectid":24122720,"dc_dist":"16","psa":"1","dispatch_d":1735171200000,"dispatch_1":"2024-12-26","dispatch_t":"12:27:00","hour":12,"dc_key":202416052975,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.182385999999994,"point_y":39.954720000000002}},{"type":"Feature","id":1656,"geometry":{"type":"Point","coordinates":[-75.20327666978244,39.951518510071253]},"properties":{"OBJECTID_1":1656,"objectid":24965540,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-13","dispatch_t":"21:49:00","hour":21,"dc_key":202418064938,"location_b":"4000 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.203276669999994,"point_y":39.95151851}},{"type":"Feature","id":1657,"geometry":{"type":"Point","coordinates":[-75.199869830128534,39.954352360173345]},"properties":{"OBJECTID_1":1657,"objectid":25021823,"dc_dist":"18","psa":"3","dispatch_d":1733961600000,"dispatch_1":"2024-12-11","dispatch_t":"23:36:00","hour":23,"dc_key":202418064502,"location_b":"100 BLOCK S 39TH ST","ucr_genera":"900","text_gener":"Arson","point_x":-75.199869829999997,"point_y":39.954352360000001}},{"type":"Feature","id":1658,"geometry":{"type":"Point","coordinates":[-75.194616870272284,39.956280309688566]},"properties":{"OBJECTID_1":1658,"objectid":23993216,"dc_dist":"16","psa":"1","dispatch_d":1735344000000,"dispatch_1":"2024-12-28","dispatch_t":"02:15:00","hour":2,"dc_key":202416053306,"location_b":"3600 BLOCK MARKET ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194616870000004,"point_y":39.956280309999997}},{"type":"Feature","id":1659,"geometry":{"type":"Point","coordinates":[-75.200468429674231,39.952675159630985]},"properties":{"OBJECTID_1":1659,"objectid":24311245,"dc_dist":"18","psa":"3","dispatch_d":1733097600000,"dispatch_1":"2024-12-02","dispatch_t":"18:58:00","hour":18,"dc_key":202418062508,"location_b":"3800 BLOCK LOCUST WALK","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.200468430000001,"point_y":39.952675159999998}},{"type":"Feature","id":1660,"geometry":{"type":"Point","coordinates":[-75.201894859660001,39.950556730109042]},"properties":{"OBJECTID_1":1660,"objectid":24249371,"dc_dist":"18","psa":"3","dispatch_d":1735257600000,"dispatch_1":"2024-12-27","dispatch_t":"16:54:00","hour":16,"dc_key":202418067298,"location_b":"3900 BLOCK Pine St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.201894859999996,"point_y":39.950556730000002}},{"type":"Feature","id":1661,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1661,"objectid":25166106,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-14","dispatch_t":"14:08:00","hour":14,"dc_key":202418065018,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1662,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1662,"objectid":16330799,"dc_dist":"18","psa":"3","dispatch_d":1715212800000,"dispatch_1":"2024-05-09","dispatch_t":"01:02:00","hour":1,"dc_key":202418023600,"location_b":"3300 BLOCK Market St","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1663,"geometry":{"type":"Point","coordinates":[-75.183272550387869,39.954827230092633]},"properties":{"OBJECTID_1":1663,"objectid":16337649,"dc_dist":"16","psa":"1","dispatch_d":1711843200000,"dispatch_1":"2024-03-31","dispatch_t":"12:46:00","hour":12,"dc_key":202416010425,"location_b":"2900 BLOCK MARKET ST","ucr_genera":"500","text_gener":"Burglary Non-Residential","point_x":-75.183272549999998,"point_y":39.954827229999999}},{"type":"Feature","id":1664,"geometry":{"type":"Point","coordinates":[-75.206260360427279,39.956491279848763]},"properties":{"OBJECTID_1":1664,"objectid":16339602,"dc_dist":"18","psa":"3","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"15:37:00","hour":15,"dc_key":202418022832,"location_b":"0 BLOCK S 42ND ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.206260360000002,"point_y":39.956491280000002}},{"type":"Feature","id":1665,"geometry":{"type":"Point","coordinates":[-75.198295100138694,39.951134809823657]},"properties":{"OBJECTID_1":1665,"objectid":16337822,"dc_dist":"18","psa":"3","dispatch_d":1712188800000,"dispatch_1":"2024-04-04","dispatch_t":"11:41:00","hour":11,"dc_key":202418017057,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198295099999996,"point_y":39.951134809999999}},{"type":"Feature","id":1666,"geometry":{"type":"Point","coordinates":[-75.201928139971642,39.957194549688779]},"properties":{"OBJECTID_1":1666,"objectid":16325675,"dc_dist":"16","psa":"1","dispatch_d":1714435200000,"dispatch_1":"2024-04-30","dispatch_t":"13:22:00","hour":13,"dc_key":202416014794,"location_b":"0 BLOCK N 40TH ST","ucr_genera":"1500","text_gener":"Weapon Violations","point_x":-75.201928140000007,"point_y":39.957194549999997}},{"type":"Feature","id":1667,"geometry":{"type":"Point","coordinates":[-75.201454619934736,39.954343209571505]},"properties":{"OBJECTID_1":1667,"objectid":16321420,"dc_dist":"18","psa":"3","dispatch_d":1715731200000,"dispatch_1":"2024-05-15","dispatch_t":"19:26:00","hour":19,"dc_key":202418024836,"location_b":"3900 BLOCK WALNUT ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201454620000007,"point_y":39.954343209999998}},{"type":"Feature","id":1668,"geometry":{"type":"Point","coordinates":[-75.202156170270996,39.956979139575708]},"properties":{"OBJECTID_1":1668,"objectid":26658027,"dc_dist":"18","psa":"3","dispatch_d":1732924800000,"dispatch_1":"2024-11-30","dispatch_t":"16:31:00","hour":16,"dc_key":202418062182,"location_b":"4000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.202156169999995,"point_y":39.956979140000001}},{"type":"Feature","id":1669,"geometry":{"type":"Point","coordinates":[-75.20320690037812,39.953511069580259]},"properties":{"OBJECTID_1":1669,"objectid":16356769,"dc_dist":"18","psa":"3","dispatch_d":1715990400000,"dispatch_1":"2024-05-18","dispatch_t":"12:48:00","hour":12,"dc_key":202418025374,"location_b":"200 BLOCK S 40TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.203206899999998,"point_y":39.953511069999998}},{"type":"Feature","id":1670,"geometry":{"type":"Point","coordinates":[-75.186679999782143,39.952135999876532]},"properties":{"OBJECTID_1":1670,"objectid":23611375,"dc_dist":"18","psa":"3","dispatch_d":1734307200000,"dispatch_1":"2024-12-16","dispatch_t":"13:34:00","hour":13,"dc_key":202418065270,"location_b":"3100 BLOCK WALNUT ST 553","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.186679999999996,"point_y":39.952136000000003}},{"type":"Feature","id":1671,"geometry":{"type":"Point","coordinates":[-75.19956849968645,39.954882089636783]},"properties":{"OBJECTID_1":1671,"objectid":16355975,"dc_dist":"18","psa":"3","dispatch_d":1715904000000,"dispatch_1":"2024-05-17","dispatch_t":"19:08:00","hour":19,"dc_key":202418025250,"location_b":"3800 BLOCK CHESTNUT ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.199568499999998,"point_y":39.954882089999998}},{"type":"Feature","id":1672,"geometry":{"type":"Point","coordinates":[-75.203683999716759,39.957366000040906]},"properties":{"OBJECTID_1":1672,"objectid":16356026,"dc_dist":"16","psa":"1","dispatch_d":1715472000000,"dispatch_1":"2024-05-12","dispatch_t":"18:51:00","hour":18,"dc_key":202416016810,"location_b":"4000 BLOCK MARKET ST BUS2","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.203683999999996,"point_y":39.957366}},{"type":"Feature","id":1673,"geometry":{"type":"Point","coordinates":[-75.205811999823879,39.950971000111622]},"properties":{"OBJECTID_1":1673,"objectid":23612429,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-14","dispatch_t":"17:21:00","hour":17,"dc_key":202418065037,"location_b":"400 BLOCK S 41ST ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.205811999999995,"point_y":39.950971000000003}},{"type":"Feature","id":1674,"geometry":{"type":"Point","coordinates":[-75.188818619983294,39.95284761002921]},"properties":{"OBJECTID_1":1674,"objectid":23612092,"dc_dist":"18","psa":"3","dispatch_d":1733788800000,"dispatch_1":"2024-12-10","dispatch_t":"01:02:00","hour":1,"dc_key":202418064015,"location_b":"3200 BLOCK WALNUT ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.188818620000006,"point_y":39.952847609999999}},{"type":"Feature","id":1675,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":1675,"objectid":16354135,"dc_dist":"18","psa":"3","dispatch_d":1715040000000,"dispatch_1":"2024-05-07","dispatch_t":"05:09:00","hour":5,"dc_key":202418023145,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":1676,"geometry":{"type":"Point","coordinates":[-75.194435399673921,39.951894860159712]},"properties":{"OBJECTID_1":1676,"objectid":16354139,"dc_dist":"18","psa":"3","dispatch_d":1714867200000,"dispatch_1":"2024-05-05","dispatch_t":"13:50:00","hour":13,"dc_key":202418022817,"location_b":"3500 BLOCK WOODLAND WALK","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194435400000003,"point_y":39.951894860000003}},{"type":"Feature","id":1677,"geometry":{"type":"Point","coordinates":[-75.19732605994966,39.948221279788299]},"properties":{"OBJECTID_1":1677,"objectid":23677988,"dc_dist":"18","psa":"3","dispatch_d":1734566400000,"dispatch_1":"2024-12-18","dispatch_t":"23:43:00","hour":23,"dc_key":202418065927,"location_b":"400 BLOCK CURIE BLVD","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.197326059999995,"point_y":39.948221279999999}},{"type":"Feature","id":1678,"geometry":{"type":"Point","coordinates":[-75.194092409936729,39.950013619632898]},"properties":{"OBJECTID_1":1678,"objectid":22900699,"dc_dist":"18","psa":"3","dispatch_d":1732233600000,"dispatch_1":"2024-11-22","dispatch_t":"12:26:00","hour":12,"dc_key":202418060633,"location_b":"3400 BLOCK SPRUCE ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.194092409999996,"point_y":39.95001362}},{"type":"Feature","id":1679,"geometry":{"type":"Point","coordinates":[-75.206931000165469,39.952222000245172]},"properties":{"OBJECTID_1":1679,"objectid":23676871,"dc_dist":"18","psa":"3","dispatch_d":1732492800000,"dispatch_1":"2024-11-24","dispatch_t":"21:54:00","hour":21,"dc_key":202418061073,"location_b":"S 42ND ST & SPRUCE ST","ucr_genera":"1400","text_gener":"Vandalism/Criminal Mischief","point_x":-75.206930999999997,"point_y":39.952221999999999}},{"type":"Feature","id":1680,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1680,"objectid":26652905,"dc_dist":"18","psa":"3","dispatch_d":1733011200000,"dispatch_1":"2024-12-01","dispatch_t":"17:03:00","hour":17,"dc_key":202418062332,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1681,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1681,"objectid":26652908,"dc_dist":"18","psa":"3","dispatch_d":1733616000000,"dispatch_1":"2024-12-08","dispatch_t":"16:52:00","hour":16,"dc_key":202418063764,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1682,"geometry":{"type":"Point","coordinates":[-75.183926020269553,39.954473319887882]},"properties":{"OBJECTID_1":1682,"objectid":26652909,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"17:37:00","hour":17,"dc_key":202418063918,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183926020000001,"point_y":39.954473319999998}},{"type":"Feature","id":1683,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1683,"objectid":26653590,"dc_dist":"18","psa":"3","dispatch_d":1733616000000,"dispatch_1":"2024-12-08","dispatch_t":"15:47:00","hour":15,"dc_key":202418063747,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1684,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1684,"objectid":26653591,"dc_dist":"18","psa":"3","dispatch_d":1733616000000,"dispatch_1":"2024-12-08","dispatch_t":"16:16:00","hour":16,"dc_key":202418063753,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1685,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1685,"objectid":26653592,"dc_dist":"18","psa":"3","dispatch_d":1733702400000,"dispatch_1":"2024-12-09","dispatch_t":"11:03:00","hour":11,"dc_key":202418063843,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1686,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1686,"objectid":26653594,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"10:50:00","hour":10,"dc_key":202418065753,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1687,"geometry":{"type":"Point","coordinates":[-75.191871279635791,39.955528519625545]},"properties":{"OBJECTID_1":1687,"objectid":26653159,"dc_dist":"18","psa":"3","dispatch_d":1734480000000,"dispatch_1":"2024-12-18","dispatch_t":"18:15:00","hour":18,"dc_key":202418065861,"location_b":"3400 BLOCK MARKET ST","ucr_genera":"2400","text_gener":"Disorderly Conduct","point_x":-75.191871280000001,"point_y":39.955528520000001}},{"type":"Feature","id":1688,"geometry":{"type":"Point","coordinates":[-75.203084499949682,39.95174684973739]},"properties":{"OBJECTID_1":1688,"objectid":16408899,"dc_dist":"18","psa":"3","dispatch_d":1716076800000,"dispatch_1":"2024-05-19","dispatch_t":"16:51:00","hour":16,"dc_key":202418025520,"location_b":"S 40TH ST & SPRUCE ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.203084500000003,"point_y":39.951746849999999}},{"type":"Feature","id":1689,"geometry":{"type":"Point","coordinates":[-75.187068069835505,39.952198259941781]},"properties":{"OBJECTID_1":1689,"objectid":23851427,"dc_dist":"18","psa":"3","dispatch_d":1734134400000,"dispatch_1":"2024-12-13","dispatch_t":"21:50:00","hour":21,"dc_key":202418064944,"location_b":"3100 BLOCK WALNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.187068069999995,"point_y":39.952198260000003}},{"type":"Feature","id":1690,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1690,"objectid":19417979,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-10","dispatch_t":"14:49:00","hour":14,"dc_key":202418040648,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1691,"geometry":{"type":"Point","coordinates":[-75.198296879897043,39.951142870447143]},"properties":{"OBJECTID_1":1691,"objectid":19722540,"dc_dist":"18","psa":"3","dispatch_d":1724284800000,"dispatch_1":"2024-08-21","dispatch_t":"20:27:00","hour":20,"dc_key":202418042642,"location_b":"3700 BLOCK SPRUCE ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.198296880000001,"point_y":39.951142869999998}},{"type":"Feature","id":1692,"geometry":{"type":"Point","coordinates":[-75.194810979942758,39.955037130059566]},"properties":{"OBJECTID_1":1692,"objectid":19583102,"dc_dist":"18","psa":"3","dispatch_d":1723248000000,"dispatch_1":"2024-08-10","dispatch_t":"07:14:00","hour":7,"dc_key":202418040598,"location_b":"3600 BLOCK CHESTNUT ST","ucr_genera":"400","text_gener":"Aggravated Assault No Firearm","point_x":-75.19481098,"point_y":39.955037130000001}},{"type":"Feature","id":1693,"geometry":{"type":"Point","coordinates":[-75.207941460429993,39.956751370079701]},"properties":{"OBJECTID_1":1693,"objectid":19383100,"dc_dist":"18","psa":"3","dispatch_d":1721001600000,"dispatch_1":"2024-07-15","dispatch_t":"19:21:00","hour":19,"dc_key":202418036136,"location_b":"4200 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.207941460000001,"point_y":39.956751369999999}},{"type":"Feature","id":1694,"geometry":{"type":"Point","coordinates":[-75.202845460149831,39.955764409999574]},"properties":{"OBJECTID_1":1694,"objectid":18930021,"dc_dist":"18","psa":"3","dispatch_d":1719705600000,"dispatch_1":"2024-06-30","dispatch_t":"11:29:00","hour":11,"dc_key":202418033489,"location_b":"4000 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.202845460000006,"point_y":39.95576441}},{"type":"Feature","id":1695,"geometry":{"type":"Point","coordinates":[-75.203232659659477,39.951327309707608]},"properties":{"OBJECTID_1":1695,"objectid":18345255,"dc_dist":"18","psa":"3","dispatch_d":1720051200000,"dispatch_1":"2024-07-04","dispatch_t":"00:37:00","hour":0,"dc_key":202418034212,"location_b":"300 BLOCK S 40TH ST","ucr_genera":"700","text_gener":"Motor Vehicle Theft","point_x":-75.203232659999998,"point_y":39.951327310000003}},{"type":"Feature","id":1696,"geometry":{"type":"Point","coordinates":[-75.19059320001611,39.955305500348629]},"properties":{"OBJECTID_1":1696,"objectid":18406723,"dc_dist":"18","psa":"3","dispatch_d":1721174400000,"dispatch_1":"2024-07-17","dispatch_t":"11:15:00","hour":11,"dc_key":202418036420,"location_b":"3300 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.190593199999995,"point_y":39.955305500000001}},{"type":"Feature","id":1697,"geometry":{"type":"Point","coordinates":[-75.183335049672792,39.954820010335254]},"properties":{"OBJECTID_1":1697,"objectid":18367185,"dc_dist":"18","psa":"3","dispatch_d":1719360000000,"dispatch_1":"2024-06-26","dispatch_t":"18:12:00","hour":18,"dc_key":202418032752,"location_b":"S 30TH ST & MARKET ST","ucr_genera":"1100","text_gener":"Fraud","point_x":-75.183335060000005,"point_y":39.954820009999999}},{"type":"Feature","id":1698,"geometry":{"type":"Point","coordinates":[-75.201977250149923,39.955919179726436]},"properties":{"OBJECTID_1":1698,"objectid":21382004,"dc_dist":"18","psa":"3","dispatch_d":1728518400000,"dispatch_1":"2024-10-10","dispatch_t":"17:01:00","hour":17,"dc_key":202418052199,"location_b":"3900 BLOCK CHESTNUT ST","ucr_genera":"600","text_gener":"Thefts","point_x":-75.201977260000007,"point_y":39.955919180000002}},{"type":"Feature","id":1699,"geometry":{"type":"Point","coordinates":[-75.183927800027902,39.954481390403885]},"properties":{"OBJECTID_1":1699,"objectid":19624382,"dc_dist":"18","psa":"3","dispatch_d":1723593600000,"dispatch_1":"2024-08-14","dispatch_t":"13:19:00","hour":13,"dc_key":202418041282,"location_b":"3000 BLOCK MARKET ST","ucr_genera":"2600","text_gener":"All Other Offenses","point_x":-75.183927800000006,"point_y":39.954481389999998}},{"type":"Feature","id":1700,"geometry":{"type":"Point","coordinates":[-75.201956439837772,39.957158459895084]},"properties":{"OBJECTID_1":1700,"objectid":19624946,"dc_dist":"16","psa":"1","dispatch_d":1723075200000,"dispatch_1":"2024-08-08","dispatch_t":"18:21:00","hour":18,"dc_key":202416031376,"location_b":"N 40TH ST & MARKET ST","ucr_genera":"800","text_gener":"Other Assaults","point_x":-75.201956440000004,"point_y":39.957158460000002}},{"type":"Feature","id":1701,"geometry":{"type":"Point","coordinates":[-75.207809410276013,39.953685729612801]},"properties":{"OBJECTID_1":1701,"objectid":20388801,"dc_dist":"18","psa":"3","dispatch_d":1725926400000,"dispatch_1":"2024-09-10","dispatch_t":"07:24:00","hour":7,"dc_key":202418046195,"location_b":"200 BLOCK SAINT MARKS SQ","ucr_genera":"500","text_gener":"Burglary Residential","point_x":-75.207809409999996,"point_y":39.953685729999997}}]} \ No newline at end of file diff --git a/Penn-night-safety-dashboard/data/Street_Centerline.geojson b/Penn-night-safety-dashboard/data/Street_Centerline.geojson new file mode 100644 index 0000000..58b6b7d --- /dev/null +++ b/Penn-night-safety-dashboard/data/Street_Centerline.geojson @@ -0,0 +1,41266 @@ +{ +"type": "FeatureCollection", +"name": "Street_Centerline", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "fnode_": 26705, "tnode_": 26716, "lpoly_": null, "rpoly_": null, "length": 2862.8446152199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 16120, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 100002, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 1, "Shape__Length": 1137.3445513396114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253624511082293, 39.881338139638402 ], [ -75.253825793127405, 39.881121112897802 ], [ -75.254388510518794, 39.880519412126297 ], [ -75.254899708594195, 39.880015633861198 ], [ -75.255418583254894, 39.879568398258897 ], [ -75.255928855554401, 39.879161925035802 ], [ -75.256421833066895, 39.878815990171901 ], [ -75.257013392727799, 39.8784313939897 ], [ -75.257609658768004, 39.878084032455902 ], [ -75.258464256650598, 39.877649262450802 ], [ -75.2593092253842, 39.877292441433703 ], [ -75.260049576613, 39.8770219273081 ], [ -75.260563668262293, 39.876835080331801 ], [ -75.261088306546895, 39.876613129717697 ], [ -75.261384705622902, 39.876421881291101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26699, "tnode_": 26704, "lpoly_": null, "rpoly_": null, "length": 935.02316291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 16120, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 100003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 2, "Shape__Length": 371.88802953181533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251487983973107, 39.883729285812301 ], [ -75.253366551267305, 39.8816094512405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26704, "tnode_": 26705, "lpoly_": null, "rpoly_": null, "length": 122.51260821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 3, "Shape__Length": 48.720226612448535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253366551267305, 39.8816094512405 ], [ -75.253624511082293, 39.881338139638402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26658, "tnode_": 26672, "lpoly_": null, "rpoly_": null, "length": 735.81888314000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 30570, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK PL", "stname": "EASTWICK PL", "objectid": 4, "Shape__Length": 292.69385574891589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245755127143198, 39.892274106724301 ], [ -75.247237513585901, 39.890607927388899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26653, "tnode_": 26668, "lpoly_": null, "rpoly_": null, "length": 735.20914043000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 40570, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY PL", "stname": "HARLEY PL", "objectid": 5, "Shape__Length": 292.44037687388584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246475916093203, 39.892666836584297 ], [ -75.247982213635396, 39.891015471567101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26649, "tnode_": 26666, "lpoly_": null, "rpoly_": null, "length": 728.72715825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUTHER", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 52010, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUTHER PL", "stname": "LUTHER PL", "objectid": 6, "Shape__Length": 289.87189933511689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247220932033798, 39.893048301266099 ], [ -75.2486977143123, 39.891402775094697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26565, "tnode_": 29786, "lpoly_": null, "rpoly_": null, "length": 281.85535865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2827, "r_f_add": 2800, "r_t_add": 2826, "st_code": 89650, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 100009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-12-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 7, "Shape__Length": 112.03319792165726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246556556843203, 39.899975928266798 ], [ -75.247053998317597, 39.900237712184698 ], [ -75.247054307621795, 39.900237445036701 ], [ -75.246824919213907, 39.900491372363497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26601, "tnode_": 26602, "lpoly_": null, "rpoly_": null, "length": 256.66182199000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 89670, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 8, "Shape__Length": 101.95227471579668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243941684728298, 39.896662788923301 ], [ -75.243181203339702, 39.896271247951297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26592, "tnode_": 26601, "lpoly_": null, "rpoly_": null, "length": 571.36692277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PONTIAC", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 65255, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PONTIAC AVE", "stname": "PONTIAC AVE", "objectid": 9, "Shape__Length": 227.2886159649712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242772472733094, 39.897946955972301 ], [ -75.243941684728298, 39.896662788923301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26583, "tnode_": 26591, "lpoly_": null, "rpoly_": null, "length": 295.36511988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUFFOLK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 75280, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUFFOLK AVE", "stname": "SUFFOLK AVE", "objectid": 10, "Shape__Length": 117.5005684426425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244167323618299, 39.898684306740897 ], [ -75.244765563835699, 39.898017146797301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26589, "tnode_": 26598, "lpoly_": null, "rpoly_": null, "length": 366.64436954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYONS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 52220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 100014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYONS AVE", "stname": "LYONS AVE", "objectid": 11, "Shape__Length": 145.85664529699596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246851104147893, 39.898226863747396 ], [ -75.247591119229597, 39.897397326522601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26579, "tnode_": 26560, "lpoly_": null, "rpoly_": null, "length": 593.57502253000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRUNSWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 19480, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 100015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRUNSWICK AVE", "stname": "BRUNSWICK AVE", "objectid": 12, "Shape__Length": 236.07818139546933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244906289606405, 39.899100401645804 ], [ -75.243917184428497, 39.900189767493899 ], [ -75.244230058856104, 39.900368659233898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26576, "tnode_": 26587, "lpoly_": null, "rpoly_": null, "length": 371.51996093000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 22640, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 100016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 13, "Shape__Length": 147.79881976095123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252383455488498, 39.899271669427598 ], [ -75.253132631824698, 39.898430735766802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26596, "tnode_": 26600, "lpoly_": null, "rpoly_": null, "length": 49.00445145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100020, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 14, "Shape__Length": 19.495925140432618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252351167206299, 39.897627224668597 ], [ -75.252447467368896, 39.897514998029202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26600, "tnode_": 29185, "lpoly_": null, "rpoly_": null, "length": 1175.3539098700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8598, "r_f_add": 8401, "r_t_add": 8599, "st_code": 50820, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 15, "Shape__Length": 467.5371578525511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252447467368896, 39.897514998029202 ], [ -75.254287730694998, 39.895505114511401 ], [ -75.254869661286506, 39.894882646760799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26649, "tnode_": 26653, "lpoly_": null, "rpoly_": null, "length": 251.0243952, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "85TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3249, "r_f_add": 3200, "r_t_add": 3248, "st_code": 89730, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 100023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 85TH ST", "stname": "S 85TH ST", "objectid": 16, "Shape__Length": 99.70673504898302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247220932033798, 39.893048301266099 ], [ -75.246475916093203, 39.892666836584297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26653, "tnode_": 26658, "lpoly_": null, "rpoly_": null, "length": 247.73963186, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "85TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3251, "l_t_add": 3299, "r_f_add": 3250, "r_t_add": 3298, "st_code": 89730, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 100024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 85TH ST", "stname": "S 85TH ST", "objectid": 17, "Shape__Length": 98.412020236974371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246475916093203, 39.892666836584297 ], [ -75.245755127143198, 39.892274106724301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26579, "tnode_": 26583, "lpoly_": null, "rpoly_": null, "length": 256.83433180999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2951, "l_t_add": 2999, "r_f_add": 2950, "r_t_add": 2998, "st_code": 89650, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 100025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 18, "Shape__Length": 102.04039670803988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244906289606405, 39.899100401645804 ], [ -75.244167323618299, 39.898684306740897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26583, "tnode_": 26592, "lpoly_": null, "rpoly_": null, "length": 474.6743682, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 89650, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 100026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 19, "Shape__Length": 188.56574789584016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244167323618299, 39.898684306740897 ], [ -75.242772472733094, 39.897946955972301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26592, "tnode_": 26594, "lpoly_": null, "rpoly_": null, "length": 252.869044, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3101, "l_t_add": 3149, "r_f_add": 3100, "r_t_add": 3148, "st_code": 89650, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 20, "Shape__Length": 100.44423875546168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242772472733094, 39.897946955972301 ], [ -75.242018665897106, 39.8975664951273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26606, "tnode_": 26608, "lpoly_": null, "rpoly_": null, "length": 119.6501288, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100028, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 21, "Shape__Length": 47.478034581632748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249281860286303, 39.8956602846389 ], [ -75.248865657167002, 39.895588808868901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26543, "tnode_": 26550, "lpoly_": null, "rpoly_": null, "length": 241.04540258, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89670, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 100029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 22, "Shape__Length": 95.770859273390101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252761984289194, 39.901405554408001 ], [ -75.252068642569, 39.901014807486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26617, "tnode_": 26646, "lpoly_": null, "rpoly_": null, "length": 795.77444698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUFFOLK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 75290, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUFFOLK PL", "stname": "SUFFOLK PL", "objectid": 23, "Shape__Length": 316.3544016304412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2477060342068, 39.894800089829303 ], [ -75.248605258989102, 39.893785295522903 ], [ -75.247576607759697, 39.893250651933101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26550, "tnode_": 26571, "lpoly_": null, "rpoly_": null, "length": 569.14098691000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 19740, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 100031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 24, "Shape__Length": 226.42125188448566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252068642569, 39.901014807486 ], [ -75.253217541487302, 39.899727189387299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26594, "tnode_": 26602, "lpoly_": null, "rpoly_": null, "length": 573.61026360999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 40560, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 25, "Shape__Length": 228.18540223740123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242018665897106, 39.8975664951273 ], [ -75.243181203339702, 39.896271247951297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26622, "tnode_": 26628, "lpoly_": null, "rpoly_": null, "length": 174.80159721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANE", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 25590, "l_hundred": 0, "r_hundred": 0, "seg_id": 100033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANE ST", "stname": "CRANE ST", "objectid": 26, "Shape__Length": 69.528042031682347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246768028137893, 39.8944662067886 ], [ -75.247134678346498, 39.894078267045899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26571, "tnode_": 26573, "lpoly_": null, "rpoly_": null, "length": 122.02244044000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 19740, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 100035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 27, "Shape__Length": 48.533348699938358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253217541487302, 39.899727189387299 ], [ -75.253483603550805, 39.899462219472298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26577, "tnode_": 26590, "lpoly_": null, "rpoly_": null, "length": 327.00518071000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 39020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 100036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 28, "Shape__Length": 130.09123581306409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248586705952903, 39.899143688878901 ], [ -75.249243055750796, 39.898401901969102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26625, "tnode_": 26636, "lpoly_": null, "rpoly_": null, "length": 467.44051333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 36790, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIBSON PL", "stname": "GIBSON PL", "objectid": 29, "Shape__Length": 185.87195010169904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251677740633397, 39.8943979035827 ], [ -75.251980258347103, 39.894546132909703 ], [ -75.2527426470904, 39.893728077700203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26639, "tnode_": 26651, "lpoly_": null, "rpoly_": null, "length": 461.54321028000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRATIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 25615, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRATIN PL", "stname": "CRATIN PL", "objectid": 30, "Shape__Length": 183.52096339246549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250284650987894, 39.893635594321502 ], [ -75.250586997536004, 39.893785954577801 ], [ -75.251344037121498, 39.892986189183397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29185, "tnode_": 26656, "lpoly_": null, "rpoly_": null, "length": 1329.45261594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 50820, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 31, "Shape__Length": 529.29867348773496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254869661286506, 39.894882646760799 ], [ -75.255389039260905, 39.894291753287803 ], [ -75.255553253881402, 39.894054526742302 ], [ -75.255694089142395, 39.893762466005803 ], [ -75.255841454236602, 39.893292359291401 ], [ -75.2559989884559, 39.892589969600898 ], [ -75.256058319549794, 39.891431749402699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26605, "tnode_": 26616, "lpoly_": null, "rpoly_": null, "length": 481.06556555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3600, "r_t_add": 3798, "st_code": 45120, "l_hundred": 0, "r_hundred": 3600, "seg_id": 100040, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 32, "Shape__Length": 191.4241957624927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237493259899907, 39.895745334148003 ], [ -75.236985141367995, 39.894907513504997 ], [ -75.236883150294403, 39.894719803765298 ], [ -75.2366788058076, 39.894609206600101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26574, "tnode_": 26584, "lpoly_": null, "rpoly_": null, "length": 254.15947007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8225, "r_t_add": 8299, "st_code": 50820, "l_hundred": 0, "r_hundred": 8200, "seg_id": 100042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 33, "Shape__Length": 101.10617606915558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251031890801599, 39.8993945698574 ], [ -75.251553222567694, 39.898823998189499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27881, "tnode_": 26664, "lpoly_": null, "rpoly_": null, "length": 48.65757031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 34, "Shape__Length": 19.332994050401684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241827473546394, 39.892015394866903 ], [ -75.241962781705496, 39.891931861260304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26664, "tnode_": 28011, "lpoly_": null, "rpoly_": null, "length": 1032.93914062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8528, "r_f_add": 8401, "r_t_add": 8529, "st_code": 16120, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100045, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 35, "Shape__Length": 410.26429522135425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241962781705496, 39.891931861260304 ], [ -75.242430495671798, 39.891615420663101 ], [ -75.242945598460196, 39.891315734483896 ], [ -75.243391003560603, 39.891107206139502 ], [ -75.243877049976305, 39.890892139704 ], [ -75.245034622335595, 39.890385626772499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26550, "tnode_": 26559, "lpoly_": null, "rpoly_": null, "length": 291.70021916999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2648, "st_code": 89670, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 100046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 36, "Shape__Length": 115.87904710986741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252068642569, 39.901014807486 ], [ -75.251206095388, 39.900567740023703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26559, "tnode_": 26564, "lpoly_": null, "rpoly_": null, "length": 284.44185922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2651, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 89670, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 100047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 37, "Shape__Length": 113.00363189962384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251206095388, 39.900567740023703 ], [ -75.250377022317195, 39.900118361233901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26571, "tnode_": 26576, "lpoly_": null, "rpoly_": null, "length": 286.88374327999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "83RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2609, "r_f_add": 2600, "r_t_add": 2608, "st_code": 89690, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 100048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 83RD ST", "stname": "S 83RD ST", "objectid": 38, "Shape__Length": 113.97385008948119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253217541487302, 39.899727189387299 ], [ -75.252383455488498, 39.899271669427598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26576, "tnode_": 26584, "lpoly_": null, "rpoly_": null, "length": 284.35448277, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "83RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2611, "l_t_add": 2699, "r_f_add": 2610, "r_t_add": 2698, "st_code": 89690, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 100049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 83RD ST", "stname": "S 83RD ST", "objectid": 39, "Shape__Length": 112.96573871571621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252383455488498, 39.899271669427598 ], [ -75.251553222567694, 39.898823998189499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29185, "tnode_": 26624, "lpoly_": null, "rpoly_": null, "length": 255.07309204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2710, "st_code": 89750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 40, "Shape__Length": 101.32780396470727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254869661286506, 39.894882646760799 ], [ -75.254126622741595, 39.894479261411803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26624, "tnode_": 26631, "lpoly_": null, "rpoly_": null, "length": 234.37426716, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2713, "l_t_add": 2729, "r_f_add": 2712, "r_t_add": 2728, "st_code": 89750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 41, "Shape__Length": 93.100607117268723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254126622741595, 39.894479261411803 ], [ -75.253438283446599, 39.894114808608499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26631, "tnode_": 26636, "lpoly_": null, "rpoly_": null, "length": 240.72307453000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2731, "l_t_add": 2741, "r_f_add": 2730, "r_t_add": 2748, "st_code": 89750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 42, "Shape__Length": 95.630217346643406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253438283446599, 39.894114808608499 ], [ -75.2527426470904, 39.893728077700203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26636, "tnode_": 26645, "lpoly_": null, "rpoly_": null, "length": 238.14351198999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2743, "l_t_add": 2755, "r_f_add": 2750, "r_t_add": 2758, "st_code": 89750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 43, "Shape__Length": 94.592937770599434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2527426470904, 39.893728077700203 ], [ -75.252037930213206, 39.893363791814501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26645, "tnode_": 26651, "lpoly_": null, "rpoly_": null, "length": 238.39430917, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2760, "r_t_add": 2798, "st_code": 89750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 44, "Shape__Length": 94.700458144548662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252037930213206, 39.893363791814501 ], [ -75.251344037121498, 39.892986189183397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26666, "tnode_": 26668, "lpoly_": null, "rpoly_": null, "length": 245.39086265, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3101, "l_t_add": 3129, "r_f_add": 3100, "r_t_add": 3128, "st_code": 89750, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 45, "Shape__Length": 97.476067176217001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2486977143123, 39.891402775094697 ], [ -75.247982213635396, 39.891015471567101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26668, "tnode_": 26672, "lpoly_": null, "rpoly_": null, "length": 256.33845929, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3131, "l_t_add": 3169, "r_f_add": 3130, "r_t_add": 3168, "st_code": 89750, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 46, "Shape__Length": 101.82612459091979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247982213635396, 39.891015471567101 ], [ -75.247237513585901, 39.890607927388899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26672, "tnode_": 26674, "lpoly_": null, "rpoly_": null, "length": 196.41541213, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "86TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3171, "l_t_add": 3501, "r_f_add": 3170, "r_t_add": 3502, "st_code": 89750, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 86TH ST", "stname": "S 86TH ST", "objectid": 47, "Shape__Length": 78.017358859798492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247237513585901, 39.890607927388899 ], [ -75.246660087338597, 39.890303176224599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26541, "tnode_": 26549, "lpoly_": null, "rpoly_": null, "length": 301.89769517000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2851, "l_t_add": 2899, "r_f_add": 2850, "r_t_add": 2898, "st_code": 89630, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 100058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 48, "Shape__Length": 119.93757471950292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245405962242501, 39.901264786090799 ], [ -75.2445230293214, 39.900791098647403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26594, "tnode_": 26593, "lpoly_": null, "rpoly_": null, "length": 192.27551172, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3151, "l_t_add": 3199, "r_f_add": 3150, "r_t_add": 3198, "st_code": 89650, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 100059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 49, "Shape__Length": 76.305886740031468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242018665897106, 39.8975664951273 ], [ -75.241480927321604, 39.897672890827202 ], [ -75.241358390740004, 39.897706503841199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26564, "tnode_": 26567, "lpoly_": null, "rpoly_": null, "length": 50.18000344, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89670, "l_hundred": 0, "r_hundred": 0, "seg_id": 100061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 50, "Shape__Length": 19.936058869729766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250377022317195, 39.900118361233901 ], [ -75.250231488186799, 39.900038294248198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26567, "tnode_": 26568, "lpoly_": null, "rpoly_": null, "length": 52.33026159, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89670, "l_hundred": 0, "r_hundred": 0, "seg_id": 100062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 51, "Shape__Length": 20.78801986283117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250231488186799, 39.900038294248198 ], [ -75.250076562595297, 39.899958307867202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26568, "tnode_": 28444, "lpoly_": null, "rpoly_": null, "length": 49.86517176, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89670, "l_hundred": 0, "r_hundred": 0, "seg_id": 100063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 52, "Shape__Length": 19.813796213410956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250076562595297, 39.899958307867202 ], [ -75.249935981789406, 39.899874558045198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26600, "tnode_": 26608, "lpoly_": null, "rpoly_": null, "length": 1225.72097489, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100066, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 53, "Shape__Length": 486.92304550265362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252447467368896, 39.897514998029202 ], [ -75.248865657167002, 39.895588808868901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26608, "tnode_": 26622, "lpoly_": null, "rpoly_": null, "length": 716.70197055000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100067, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 54, "Shape__Length": 284.70423329236218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248865657167002, 39.895588808868901 ], [ -75.246768028137893, 39.8944662067886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26552, "tnode_": 26549, "lpoly_": null, "rpoly_": null, "length": 58.5932357, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89630, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 100069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 55, "Shape__Length": 23.306503285567764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244397380479199, 39.900919574740797 ], [ -75.2445230293214, 39.900791098647403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28018, "tnode_": 26699, "lpoly_": null, "rpoly_": null, "length": 641.03532908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 16120, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 100070, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 56, "Shape__Length": 254.94854420209509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250164510904895, 39.885163538380901 ], [ -75.251487983973107, 39.883729285812301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26655, "tnode_": 26674, "lpoly_": null, "rpoly_": null, "length": 902.32793014000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIO LANZA", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 53490, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIO LANZA BLVD", "stname": "MARIO LANZA BLVD", "objectid": 57, "Shape__Length": 358.93131185222819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244850666983794, 39.892350747784199 ], [ -75.245656599947296, 39.891423223841102 ], [ -75.246660087338597, 39.890303176224599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26604, "tnode_": 26645, "lpoly_": null, "rpoly_": null, "length": 1124.9666517399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYONS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8598, "r_f_add": 8401, "r_t_add": 8599, "st_code": 52230, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYONS PL", "stname": "LYONS PL", "objectid": 58, "Shape__Length": 447.4949827048315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249742685215793, 39.895895278381801 ], [ -75.250793389250603, 39.8946907493157 ], [ -75.252037930213206, 39.893363791814501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26645, "tnode_": 26663, "lpoly_": null, "rpoly_": null, "length": 552.41044880999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYONS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 52230, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100076, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYONS PL", "stname": "LYONS PL", "objectid": 59, "Shape__Length": 219.67090485691756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252037930213206, 39.893363791814501 ], [ -75.252936736963505, 39.892365398425902 ], [ -75.252607058261603, 39.892202921514901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26559, "tnode_": 26572, "lpoly_": null, "rpoly_": null, "length": 479.63567159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 22640, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 100077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 60, "Shape__Length": 190.78230995258687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251206095388, 39.900567740023703 ], [ -75.252063115515796, 39.899606711665101 ], [ -75.251902775778206, 39.899520209151298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26565, "tnode_": 27860, "lpoly_": null, "rpoly_": null, "length": 297.40422735, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2829, "l_t_add": 2899, "r_f_add": 2828, "r_t_add": 2898, "st_code": 89650, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 100080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 61, "Shape__Length": 118.14789303410906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246556556843203, 39.899975928266798 ], [ -75.245683618700298, 39.899512808547101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26612, "tnode_": 26630, "lpoly_": null, "rpoly_": null, "length": 552.85907248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRUNSWICK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 19490, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRUNSWICK PL", "stname": "BRUNSWICK PL", "objectid": 62, "Shape__Length": 219.85550646797634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248395450445798, 39.8951753562148 ], [ -75.249301650381895, 39.894171475655298 ], [ -75.248978696880698, 39.894012977772597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26609, "tnode_": 26626, "lpoly_": null, "rpoly_": null, "length": 567.28933209000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBBS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 36750, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIBBS PL", "stname": "GIBBS PL", "objectid": 63, "Shape__Length": 225.62995779168276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249047587077897, 39.895527967532402 ], [ -75.249962518875094, 39.894454743743601 ], [ -75.249677404993903, 39.894291979025503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26545, "tnode_": 26559, "lpoly_": null, "rpoly_": null, "length": 293.12150305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 22640, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 64, "Shape__Length": 116.60517019758039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250598203239704, 39.901222157892697 ], [ -75.251206095388, 39.900567740023703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26603, "tnode_": 26615, "lpoly_": null, "rpoly_": null, "length": 604.8520938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MADISON", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 52810, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MADISON PL", "stname": "MADISON PL", "objectid": 65, "Shape__Length": 240.55892813427704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250434803709297, 39.896275909513299 ], [ -75.251458041210398, 39.895134694556397 ], [ -75.251173003752399, 39.894971652452902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26631, "tnode_": 26652, "lpoly_": null, "rpoly_": null, "length": 544.09552644999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHENEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 22690, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100086, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHENEY PL", "stname": "CHENEY PL", "objectid": 66, "Shape__Length": 216.37886984633252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253438283446599, 39.894114808608499 ], [ -75.254322774890298, 39.893107145938401 ], [ -75.254019689725695, 39.892957623791297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26624, "tnode_": 26661, "lpoly_": null, "rpoly_": null, "length": 952.68564813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 28510, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS PL", "stname": "DICKS PL", "objectid": 67, "Shape__Length": 378.99255091839115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254126622741595, 39.894479261411803 ], [ -75.255084929074201, 39.893420672585997 ], [ -75.255193164352207, 39.892637884806 ], [ -75.254618405605797, 39.892333117616097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26636, "tnode_": 26657, "lpoly_": null, "rpoly_": null, "length": 546.66475465000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 36790, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100088, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIBSON PL", "stname": "GIBSON PL", "objectid": 68, "Shape__Length": 217.39997969183622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2527426470904, 39.893728077700203 ], [ -75.253618252645495, 39.8927269012827 ], [ -75.253301335491301, 39.892563972788203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26651, "tnode_": 26662, "lpoly_": null, "rpoly_": null, "length": 390.37749705000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRATIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 25615, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100089, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRATIN PL", "stname": "CRATIN PL", "objectid": 69, "Shape__Length": 155.22947517778968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251344037121498, 39.892986189183397 ], [ -75.251903726777101, 39.892330724814201 ], [ -75.251588400319804, 39.892177665851698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28444, "tnode_": 26577, "lpoly_": null, "rpoly_": null, "length": 462.81989297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 89670, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 100090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 70, "Shape__Length": 183.86755351173932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249935981789406, 39.899874558045198 ], [ -75.248586705952903, 39.899143688878901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26628, "tnode_": 26655, "lpoly_": null, "rpoly_": null, "length": 951.92682022999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANE", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 25590, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 100091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANE ST", "stname": "CRANE ST", "objectid": 71, "Shape__Length": 378.33841256248934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247134678346498, 39.894078267045899 ], [ -75.247161161353702, 39.893978793706701 ], [ -75.247152987079801, 39.893771837391697 ], [ -75.247072245499595, 39.8936058674349 ], [ -75.2469193842648, 39.893468731850596 ], [ -75.244850666983794, 39.892350747784199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26575, "tnode_": 26596, "lpoly_": null, "rpoly_": null, "length": 818.94654406999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100098, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 72, "Shape__Length": 325.72695178988431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250596169616401, 39.899365492323597 ], [ -75.252179142771098, 39.8976369829169 ], [ -75.252351167206299, 39.897627224668597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20892, "tnode_": 20873, "lpoly_": null, "rpoly_": null, "length": 560.29145330999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 64820, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 73, "Shape__Length": 222.50376498062636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244086222110994, 39.955752157771499 ], [ -75.246061062111906, 39.955988607202499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26582, "tnode_": 28056, "lpoly_": null, "rpoly_": null, "length": 663.08419353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 8300, "r_hundred": 0, "seg_id": 100099, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 74, "Shape__Length": 263.7951512046551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250600727008504, 39.899154519084398 ], [ -75.251922934009997, 39.897645818066898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26568, "tnode_": 26575, "lpoly_": null, "rpoly_": null, "length": 260.55599762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100100, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 75, "Shape__Length": 103.6590282468968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250076562595297, 39.899958307867202 ], [ -75.250596169616401, 39.899365492323597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28444, "tnode_": 26582, "lpoly_": null, "rpoly_": null, "length": 321.84774532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 8200, "r_hundred": 0, "seg_id": 100101, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 76, "Shape__Length": 128.03141278600566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249935981789406, 39.899874558045198 ], [ -75.250600727008504, 39.899154519084398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26612, "tnode_": 26617, "lpoly_": null, "rpoly_": null, "length": 236.87304387, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2960, "r_t_add": 2998, "st_code": 89710, "l_hundred": 0, "r_hundred": 2900, "seg_id": 100104, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 77, "Shape__Length": 94.098695760710157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248395450445798, 39.8951753562148 ], [ -75.2477060342068, 39.894800089829303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26617, "tnode_": 26628, "lpoly_": null, "rpoly_": null, "length": 363.08685322999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3000, "r_t_add": 3098, "st_code": 89710, "l_hundred": 0, "r_hundred": 3000, "seg_id": 100105, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 78, "Shape__Length": 144.36321842980468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2477060342068, 39.894800089829303 ], [ -75.247296287274096, 39.894595637407498 ], [ -75.247266141995198, 39.894558849379102 ], [ -75.247267529136593, 39.894513402064099 ], [ -75.247376082649495, 39.894360552897297 ], [ -75.247376350516603, 39.894291356206701 ], [ -75.247333666288398, 39.8942258293539 ], [ -75.2472545676994, 39.894145883456503 ], [ -75.247134678346498, 39.894078267045899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26606, "tnode_": 26609, "lpoly_": null, "rpoly_": null, "length": 81.513118229999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2906, "r_t_add": 2908, "st_code": 89710, "l_hundred": 0, "r_hundred": 2900, "seg_id": 100106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 79, "Shape__Length": 32.383808130056266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249281860286303, 39.8956602846389 ], [ -75.249047587077897, 39.895527967532402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26609, "tnode_": 26612, "lpoly_": null, "rpoly_": null, "length": 223.567889, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2910, "r_t_add": 2958, "st_code": 89710, "l_hundred": 0, "r_hundred": 2900, "seg_id": 100107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 80, "Shape__Length": 88.812606012322121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249047587077897, 39.895527967532402 ], [ -75.248395450445798, 39.8951753562148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26600, "tnode_": 26603, "lpoly_": null, "rpoly_": null, "length": 739.84750094999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2798, "st_code": 89710, "l_hundred": 0, "r_hundred": 2700, "seg_id": 100108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 81, "Shape__Length": 293.9757927913551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252447467368896, 39.897514998029202 ], [ -75.252410310392307, 39.897347586137798 ], [ -75.250434803709297, 39.896275909513299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26603, "tnode_": 26604, "lpoly_": null, "rpoly_": null, "length": 238.62036915, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89710, "l_hundred": 0, "r_hundred": 2800, "seg_id": 100109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 82, "Shape__Length": 94.796078382800331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250434803709297, 39.896275909513299 ], [ -75.249742685215793, 39.895895278381801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26604, "tnode_": 26606, "lpoly_": null, "rpoly_": null, "length": 155.07185088, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2900, "r_t_add": 2904, "st_code": 89710, "l_hundred": 0, "r_hundred": 2900, "seg_id": 100110, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 83, "Shape__Length": 61.596663812819209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249742685215793, 39.895895278381801 ], [ -75.249281860286303, 39.8956602846389 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26713, "tnode_": 26721, "lpoly_": null, "rpoly_": null, "length": 1388.2866224499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDUSTRIAL", "st_type": "HWY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 9101, "l_t_add": 9199, "r_f_add": 0, "r_t_add": 0, "st_code": 44900, "l_hundred": 9100, "r_hundred": 0, "seg_id": 100115, "oneway": "TF", "class": 12, "responsibl": "STRICKEN", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "INDUSTRIAL HWY", "stname": "INDUSTRIAL HWY", "objectid": 84, "Shape__Length": 550.95572150414137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248869419818703, 39.877496424335199 ], [ -75.249152024028902, 39.877402573159102 ], [ -75.249822129640506, 39.877149809262598 ], [ -75.250828644580295, 39.876798156646203 ], [ -75.251785899114196, 39.876493037968899 ], [ -75.252348256220699, 39.876325818481703 ], [ -75.2528813034656, 39.876179933649702 ], [ -75.253304020856007, 39.876060945456601 ], [ -75.253426937174893, 39.876021995059403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26670, "tnode_": 26690, "lpoly_": null, "rpoly_": null, "length": 1701.5130905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 100120, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 85, "Shape__Length": 676.80869674219241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239954659943606, 39.890523749227 ], [ -75.240645617866804, 39.889955615095097 ], [ -75.241294423365105, 39.889335774340402 ], [ -75.241863864553295, 39.888729381431801 ], [ -75.242324255700098, 39.888139582953301 ], [ -75.242683350381498, 39.887623499806402 ], [ -75.243327683167095, 39.886671148738202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26705, "tnode_": 26706, "lpoly_": null, "rpoly_": null, "length": 154.84224164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "TP", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9180, "l_hundred": 0, "r_hundred": 0, "seg_id": 100121, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP TP", "stname": "DELAWARE EXPY RAMP TP", "objectid": 86, "Shape__Length": 61.459912956596227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253624511082293, 39.881338139638402 ], [ -75.253417219924899, 39.881351380564801 ], [ -75.253318399831201, 39.881351861250998 ], [ -75.253236249173298, 39.881335274464298 ], [ -75.2531817131227, 39.881298817867098 ], [ -75.253129549749403, 39.8812444318621 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26690, "tnode_": 26698, "lpoly_": null, "rpoly_": null, "length": 1238.69060586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 100122, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 87, "Shape__Length": 493.05882095461573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243327683167095, 39.886671148738202 ], [ -75.243430627827806, 39.886455293141502 ], [ -75.2437213455879, 39.885966020818302 ], [ -75.243947716879205, 39.885488470076702 ], [ -75.244207872985001, 39.8849033411216 ], [ -75.244420620011496, 39.884448467934803 ], [ -75.244711726307997, 39.883903893554397 ], [ -75.244824282577397, 39.883687219878801 ], [ -75.244873814921306, 39.883491314862198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26704, "tnode_": 26706, "lpoly_": null, "rpoly_": null, "length": 151.90360054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "TP", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9180, "l_hundred": 0, "r_hundred": 0, "seg_id": 100123, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP TP", "stname": "DELAWARE EXPY RAMP TP", "objectid": 88, "Shape__Length": 60.438244373486746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253366551267305, 39.8816094512405 ], [ -75.2532656139457, 39.881529104717501 ], [ -75.253211530748402, 39.8814529711548 ], [ -75.253179457335406, 39.881388847993101 ], [ -75.253151872335806, 39.881324823516003 ], [ -75.253129549749403, 39.8812444318621 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26567, "tnode_": 26580, "lpoly_": null, "rpoly_": null, "length": 376.36286583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100125, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 89, "Shape__Length": 149.72328535148796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250231488186799, 39.900038294248198 ], [ -75.250998050467999, 39.899190451287701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26580, "tnode_": 26596, "lpoly_": null, "rpoly_": null, "length": 684.53276724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100127, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 90, "Shape__Length": 272.33363173321101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250998050467999, 39.899190451287701 ], [ -75.252325963308195, 39.897665926256401 ], [ -75.252351167206299, 39.897627224668597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26584, "tnode_": 29173, "lpoly_": null, "rpoly_": null, "length": 372.44086124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8301, "r_t_add": 8399, "st_code": 50820, "l_hundred": 0, "r_hundred": 8300, "seg_id": 100128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 91, "Shape__Length": 148.16108191290067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251553222567694, 39.898823998189499 ], [ -75.252310481015101, 39.897984292896702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26564, "tnode_": 26574, "lpoly_": null, "rpoly_": null, "length": 321.36997835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8201, "r_t_add": 8221, "st_code": 50820, "l_hundred": 0, "r_hundred": 8200, "seg_id": 100129, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 92, "Shape__Length": 127.84632603596357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250377022317195, 39.900118361233901 ], [ -75.251031890801599, 39.8993945698574 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29747, "tnode_": 26714, "lpoly_": null, "rpoly_": null, "length": 4101.1200604300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100131, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 93, "Shape__Length": 1629.4673629929337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242220454084801, 39.884116112728698 ], [ -75.242699211079199, 39.884220444717599 ], [ -75.242979338826501, 39.8842495493626 ], [ -75.243251556813405, 39.884262068700998 ], [ -75.243511607652394, 39.8842579096791 ], [ -75.243747859581504, 39.884235690863797 ], [ -75.243961028858806, 39.884202091817301 ], [ -75.244188713576506, 39.884151271025203 ], [ -75.244450938623103, 39.884088075675997 ], [ -75.244942927053302, 39.883929894774802 ], [ -75.246834693690602, 39.8832291598724 ], [ -75.247209506897406, 39.883066087263998 ], [ -75.247416299347805, 39.882938267300098 ], [ -75.247635190593897, 39.8827562200375 ], [ -75.247777356125098, 39.8825997422475 ], [ -75.247900615764294, 39.882407822728503 ], [ -75.248031642179299, 39.882142119199898 ], [ -75.248308650402507, 39.881478702283403 ], [ -75.248582546978596, 39.880860444904798 ], [ -75.248767846079502, 39.880449949258903 ], [ -75.248874366972004, 39.880240773486101 ], [ -75.249018838320794, 39.880038250801 ], [ -75.249301052653607, 39.879682739717801 ], [ -75.249450004981796, 39.879517315368098 ], [ -75.249699397777803, 39.879289575857797 ], [ -75.250137188629594, 39.878958353076399 ], [ -75.250644791721498, 39.878657585845801 ], [ -75.251255875950406, 39.8783342353424 ], [ -75.2518368851552, 39.878067937257597 ], [ -75.252332499881405, 39.877871257011599 ], [ -75.252716859365094, 39.877673931410797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26717, "tnode_": 26715, "lpoly_": null, "rpoly_": null, "length": 196.73243309, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1070, "l_t_add": 1086, "r_f_add": 1071, "r_t_add": 1087, "st_code": 1060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 100132, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 94, "Shape__Length": 78.041373007654002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259426855172094, 39.8763204062532 ], [ -75.2587410955677, 39.876432186519096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29791, "tnode_": 26719, "lpoly_": null, "rpoly_": null, "length": 701.86647597000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8970, "l_hundred": 0, "r_hundred": 0, "seg_id": 100133, "oneway": "FT", "class": 10, "responsibl": "AIRPORT", "update_": "2013-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "AIRPORT RAMP K", "stname": "AIRPORT RAMP K", "objectid": 95, "Shape__Length": 278.76612552853993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250224918577501, 39.876163544127301 ], [ -75.248212910545803, 39.877307712268099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26690, "tnode_": 26697, "lpoly_": null, "rpoly_": null, "length": 1366.8851849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9145, "l_hundred": 0, "r_hundred": 0, "seg_id": 100135, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP L", "stname": "DELAWARE EXPY RAMP L", "objectid": 96, "Shape__Length": 543.48281596939353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243327683167095, 39.886671148738202 ], [ -75.243529150551296, 39.886441036315901 ], [ -75.243947921028294, 39.885829835798603 ], [ -75.244497030601593, 39.885034391315301 ], [ -75.244643559751907, 39.884873478751302 ], [ -75.244899659254102, 39.884629620878698 ], [ -75.245128160429104, 39.884440958672698 ], [ -75.245346334368193, 39.884301305109602 ], [ -75.245585793316806, 39.884162116298398 ], [ -75.2458202696142, 39.884042512038498 ], [ -75.245994017946103, 39.883969779967998 ], [ -75.246335378997401, 39.883834364040403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26697, "tnode_": 26699, "lpoly_": null, "rpoly_": null, "length": 1550.72101593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9125, "l_hundred": 0, "r_hundred": 0, "seg_id": 100137, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP H", "stname": "DELAWARE EXPY RAMP H", "objectid": 97, "Shape__Length": 615.4263101997675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246335378997401, 39.883834364040403 ], [ -75.247700170047693, 39.883330960273703 ], [ -75.248150510962503, 39.883168371468201 ], [ -75.248410113705603, 39.883115655191702 ], [ -75.248653999220593, 39.883078164427403 ], [ -75.248881881705501, 39.883063676705397 ], [ -75.249094048537799, 39.883064414716301 ], [ -75.2493509125716, 39.883093315102101 ], [ -75.249631628945295, 39.883146205265803 ], [ -75.250047351608899, 39.883260552128199 ], [ -75.251203155061702, 39.883602008539 ], [ -75.251487983973107, 39.883729285812301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26706, "tnode_": 26715, "lpoly_": null, "rpoly_": null, "length": 2713.5699708399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "TP", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9180, "l_hundred": 0, "r_hundred": 0, "seg_id": 100139, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP TP", "stname": "DELAWARE EXPY RAMP TP", "objectid": 98, "Shape__Length": 1078.5557617296281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253129549749403, 39.8812444318621 ], [ -75.253100522299604, 39.881150190040699 ], [ -75.253101042688101, 39.881037731575098 ], [ -75.253119931276203, 39.880930899974601 ], [ -75.253178116463801, 39.880768409013299 ], [ -75.253421498545904, 39.880159460119401 ], [ -75.253541737656505, 39.879894485308299 ], [ -75.253594206288099, 39.879739087478299 ], [ -75.253623430493803, 39.879604343033797 ], [ -75.253679990002198, 39.879290367104502 ], [ -75.253737623394201, 39.878858781192399 ], [ -75.253833891517104, 39.8783865056851 ], [ -75.253886257356697, 39.878253394231599 ], [ -75.253962460381501, 39.878109547707503 ], [ -75.2540531235001, 39.877960110105498 ], [ -75.254154125275093, 39.877833964784898 ], [ -75.254287538741593, 39.877687088922301 ], [ -75.254416328041998, 39.877572080258801 ], [ -75.254676077800497, 39.877377041208298 ], [ -75.254949593296004, 39.877237035602398 ], [ -75.255320006717795, 39.877075388817801 ], [ -75.255757101887795, 39.876959840907098 ], [ -75.256472989327804, 39.876803458223002 ], [ -75.257085597209297, 39.876696934867297 ], [ -75.257738558182794, 39.876596497270803 ], [ -75.258445200727706, 39.8765076440718 ], [ -75.258547387333195, 39.876497552085702 ], [ -75.2587410955677, 39.876432186519096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26714, "tnode_": 26698, "lpoly_": null, "rpoly_": null, "length": 3138.65941312, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1128, "l_t_add": 1186, "r_f_add": 1129, "r_t_add": 1187, "st_code": 1060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 100140, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 99, "Shape__Length": 1247.3126403440315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252716859365094, 39.877673931410797 ], [ -75.252169010836099, 39.877838083259697 ], [ -75.251411602824106, 39.878130361463697 ], [ -75.250346096051103, 39.878589343718097 ], [ -75.249411149760903, 39.879080776577801 ], [ -75.248540624004306, 39.879611677979902 ], [ -75.247841859561802, 39.880099793612601 ], [ -75.247122740541698, 39.880693211059302 ], [ -75.246610414817596, 39.881181595574901 ], [ -75.245997487570307, 39.881867905692197 ], [ -75.245551093206402, 39.882414883640799 ], [ -75.245171910674301, 39.882970970413503 ], [ -75.244873814921306, 39.883491314862198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26575, "tnode_": 26582, "lpoly_": null, "rpoly_": null, "length": 76.86432833000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100145, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 100, "Shape__Length": 30.61714242927502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250596169616401, 39.899365492323597 ], [ -75.250600727008504, 39.899154519084398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26574, "tnode_": 26580, "lpoly_": null, "rpoly_": null, "length": 74.9604145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 100146, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 101, "Shape__Length": 29.856919777272587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251031890801599, 39.8993945698574 ], [ -75.250998050467999, 39.899190451287701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26577, "tnode_": 26589, "lpoly_": null, "rpoly_": null, "length": 590.49644916, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "82ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89670, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 100153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 82ND ST", "stname": "S 82ND ST", "objectid": 102, "Shape__Length": 234.57738512516781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248586705952903, 39.899143688878901 ], [ -75.246851104147893, 39.898226863747396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26551, "tnode_": 26545, "lpoly_": null, "rpoly_": null, "length": 144.57186018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 77450, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN PL", "stname": "TITAN PL", "objectid": 103, "Shape__Length": 57.438656436040269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250179886409796, 39.900990423621899 ], [ -75.250598203239704, 39.901222157892697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26539, "tnode_": 26550, "lpoly_": null, "rpoly_": null, "length": 287.58682713999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 19740, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 104, "Shape__Length": 114.40940488194738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251482465959597, 39.901662439355803 ], [ -75.252068642569, 39.901014807486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26542, "tnode_": 26539, "lpoly_": null, "rpoly_": null, "length": 154.36562201000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERMEER", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 79955, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100160, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERMEER PL", "stname": "VERMEER PL", "objectid": 105, "Shape__Length": 61.327785706776417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251032557771893, 39.901418524896002 ], [ -75.251482465959597, 39.901662439355803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26549, "tnode_": 27860, "lpoly_": null, "rpoly_": null, "length": 568.21768382999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYONS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 52220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 100165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYONS AVE", "stname": "LYONS AVE", "objectid": 106, "Shape__Length": 226.04639379155049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2445230293214, 39.900791098647403 ], [ -75.245683618700298, 39.899512808547101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27860, "tnode_": 26589, "lpoly_": null, "rpoly_": null, "length": 571.61518697999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYONS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 52220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-12T00:00:00Z", "newsegdate": "1999-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "LYONS AVE", "stname": "LYONS AVE", "objectid": 107, "Shape__Length": 227.39372387801612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245683618700298, 39.899512808547101 ], [ -75.246851104147893, 39.898226863747396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27860, "tnode_": 26579, "lpoly_": null, "rpoly_": null, "length": 264.83421245, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "81ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2901, "l_t_add": 2949, "r_f_add": 2900, "r_t_add": 2948, "st_code": 89650, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 100171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": "1999-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 81ST ST", "stname": "S 81ST ST", "objectid": 108, "Shape__Length": 105.20833771045432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245683618700298, 39.899512808547101 ], [ -75.245631839814706, 39.899485338569697 ], [ -75.244906289606405, 39.899100401645804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27913, "tnode_": 26578, "lpoly_": null, "rpoly_": null, "length": 20.11153568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 100174, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 109, "Shape__Length": 7.9885539466044992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255299591448207, 39.8987888745582 ], [ -75.255239317452805, 39.898758995056497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27914, "tnode_": 26717, "lpoly_": null, "rpoly_": null, "length": 75.90254282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 100175, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-03T00:00:00Z", "newsegdate": "1999-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 110, "Shape__Length": 30.104775345147541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259696935650794, 39.876309770878301 ], [ -75.259426855172094, 39.8763204062532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26721, "tnode_": 27918, "lpoly_": null, "rpoly_": null, "length": 9.41119737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 100180, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 111, "Shape__Length": 3.7350720161360416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253426937174893, 39.876021995059403 ], [ -75.253457613070594, 39.876011563193998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28013, "tnode_": 28014, "lpoly_": null, "rpoly_": null, "length": 559.18422202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TINICUM", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 77365, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 100184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TINICUM BLVD", "stname": "TINICUM BLVD", "objectid": 112, "Shape__Length": 222.40156676769465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246637562595396, 39.8868698168191 ], [ -75.247791128711796, 39.885618178692702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28014, "tnode_": 28015, "lpoly_": null, "rpoly_": null, "length": 511.00718143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TINICUM", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8900, "l_t_add": 9000, "r_f_add": 8901, "r_t_add": 8999, "st_code": 77365, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 100185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TINICUM BLVD", "stname": "TINICUM BLVD", "objectid": 113, "Shape__Length": 203.25046702029056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247791128711796, 39.885618178692702 ], [ -75.248818142534006, 39.884459811926902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28016, "tnode_": 28013, "lpoly_": null, "rpoly_": null, "length": 460.26214203999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "88TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 89790, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 100186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 88TH ST", "stname": "S 88TH ST", "objectid": 114, "Shape__Length": 182.81057892684021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247990040770006, 39.8875845568719 ], [ -75.246637562595396, 39.8868698168191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28017, "tnode_": 28014, "lpoly_": null, "rpoly_": null, "length": 452.53563504, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "89TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 89810, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 100187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 89TH ST", "stname": "S 89TH ST", "objectid": 115, "Shape__Length": 179.73788324744692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249121570278703, 39.886320142219297 ], [ -75.247791128711796, 39.885618178692702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28018, "tnode_": 28015, "lpoly_": null, "rpoly_": null, "length": 456.5957846, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "90TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 89830, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 100188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 90TH ST", "stname": "S 90TH ST", "objectid": 116, "Shape__Length": 181.34448226297238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250164510904895, 39.885163538380901 ], [ -75.248818142534006, 39.884459811926902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28016, "tnode_": 28017, "lpoly_": null, "rpoly_": null, "length": 559.45411196000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 16120, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 100192, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 117, "Shape__Length": 222.52264490360324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247990040770006, 39.8875845568719 ], [ -75.248998374341099, 39.886454889358603 ], [ -75.249121570278703, 39.886320142219297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28017, "tnode_": 28018, "lpoly_": null, "rpoly_": null, "length": 513.01208416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 16120, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 100193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 118, "Shape__Length": 204.04405053888803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249121570278703, 39.886320142219297 ], [ -75.250164510904895, 39.885163538380901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26674, "tnode_": 28044, "lpoly_": null, "rpoly_": null, "length": 482.64760901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIO LANZA", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 53490, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 100194, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MARIO LANZA BLVD", "stname": "MARIO LANZA BLVD", "objectid": 119, "Shape__Length": 191.97534088633927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246660087338597, 39.890303176224599 ], [ -75.247647107305497, 39.889218121353302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28056, "tnode_": 28058, "lpoly_": null, "rpoly_": null, "length": 739.01364271, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2999, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 2700, "r_hundred": 0, "seg_id": 100195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 3, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 120, "Shape__Length": 293.60583304949444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251922934009997, 39.897645818066898 ], [ -75.251907636019197, 39.897576810211703 ], [ -75.2516562434961, 39.897439655778797 ], [ -75.250147560666406, 39.896626115445798 ], [ -75.249824675786499, 39.896453260832097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28057, "tnode_": 28058, "lpoly_": null, "rpoly_": null, "length": 229.76479567000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100196, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-01-04T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 3, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 121, "Shape__Length": 91.2044856414864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250587305600405, 39.8966829783948 ], [ -75.250150324424197, 39.896550932995801 ], [ -75.249824675786499, 39.896453260832097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28057, "tnode_": 28059, "lpoly_": null, "rpoly_": null, "length": 1346.09848478, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100197, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-01-04T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 1, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 122, "Shape__Length": 534.73007149268733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250587305600405, 39.8966829783948 ], [ -75.246645178085998, 39.894577141627799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28058, "tnode_": 28059, "lpoly_": null, "rpoly_": null, "length": 1156.62668682, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 3000, "r_hundred": 0, "seg_id": 100198, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-03-06T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 3, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 123, "Shape__Length": 459.51720232987446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249824675786499, 39.896453260832097 ], [ -75.249213501071694, 39.896126065716103 ], [ -75.248004021029203, 39.895478915419297 ], [ -75.246998171278307, 39.894939657996197 ], [ -75.246651267291796, 39.894743974508401 ], [ -75.246592684808803, 39.894676856773501 ], [ -75.246607307272598, 39.894611338794199 ], [ -75.246645178085998, 39.894577141627799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28059, "tnode_": 26622, "lpoly_": null, "rpoly_": null, "length": 53.11640071, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-01-04T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 2, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 124, "Shape__Length": 21.121092704468666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246645178085998, 39.894577141627799 ], [ -75.246768028137893, 39.8944662067886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26596, "tnode_": 28057, "lpoly_": null, "rpoly_": null, "length": 602.70773445000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 0, "r_hundred": 0, "seg_id": 100200, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-01-04T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 1, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 125, "Shape__Length": 239.4285185865217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252351167206299, 39.897627224668597 ], [ -75.252071823777499, 39.897475921123203 ], [ -75.250587305600405, 39.8966829783948 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28617, "tnode_": 28618, "lpoly_": null, "rpoly_": null, "length": 96.24530461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMP F", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1127, "l_hundred": 0, "r_hundred": 0, "seg_id": 100201, "oneway": "B", "class": 9, "responsibl": "AIRPORT", "update_": "2009-07-23T00:00:00Z", "newsegdate": "2003-02-10T00:00:00Z", "multi_rep": 0, "streetlabe": "RAMP F", "stname": "RAMP F", "objectid": 126, "Shape__Length": 38.232995261967822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241930245056494, 39.886456107537001 ], [ -75.241815493702305, 39.886554102125402 ], [ -75.241760479009599, 39.886584046369201 ], [ -75.241723488101499, 39.886595102881401 ], [ -75.241682868709304, 39.8866001460189 ], [ -75.241659413085998, 39.886599632655297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28618, "tnode_": 29997, "lpoly_": null, "rpoly_": null, "length": 890.57498781999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMP F", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1127, "l_hundred": 0, "r_hundred": 0, "seg_id": 100202, "oneway": "B", "class": 9, "responsibl": "AIRPORT", "update_": "2009-07-23T00:00:00Z", "newsegdate": "2003-02-10T00:00:00Z", "multi_rep": 0, "streetlabe": "RAMP F", "stname": "RAMP F", "objectid": 127, "Shape__Length": 354.55151929314434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241659413085998, 39.886599632655297 ], [ -75.241654011666498, 39.8865995144359 ], [ -75.241592502759204, 39.886596685153101 ], [ -75.241540778031293, 39.886589619980199 ], [ -75.241500705201702, 39.886579843748699 ], [ -75.241462829292203, 39.8865626986046 ], [ -75.241430835752297, 39.8865427161317 ], [ -75.241367435685206, 39.886459853249299 ], [ -75.241334548876907, 39.886344707089101 ], [ -75.241326564469105, 39.886183620121798 ], [ -75.241362249671297, 39.885719544019402 ], [ -75.241471200556703, 39.8849479521879 ], [ -75.241484206508801, 39.884309664339902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26593, "tnode_": 26655, "lpoly_": null, "rpoly_": null, "length": 2260.9113084300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIO LANZA", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8498, "r_f_add": 8101, "r_t_add": 8499, "st_code": 53490, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 100208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MARIO LANZA BLVD", "stname": "MARIO LANZA BLVD", "objectid": 128, "Shape__Length": 899.63727545197662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241358390740004, 39.897706503841199 ], [ -75.241238296985998, 39.897184682836702 ], [ -75.241232529419705, 39.8968491722582 ], [ -75.241292619221198, 39.896521794782501 ], [ -75.241425951025093, 39.896197164522 ], [ -75.241591548573794, 39.895914429205 ], [ -75.241970544800694, 39.895479067707399 ], [ -75.243884640988597, 39.893357337757202 ], [ -75.2443059933764, 39.892909036204003 ], [ -75.244850666983794, 39.892350747784199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28059, "tnode_": 27881, "lpoly_": null, "rpoly_": null, "length": 1642.6718398300002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3101, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 89710, "l_hundred": 3100, "r_hundred": 0, "seg_id": 100209, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 1, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 129, "Shape__Length": 652.51457623752754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246645178085998, 39.894577141627799 ], [ -75.244039865669905, 39.893185268561197 ], [ -75.241827473546394, 39.892015394866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26622, "tnode_": 26664, "lpoly_": null, "rpoly_": null, "length": 1634.1330296200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3100, "r_t_add": 3298, "st_code": 89710, "l_hundred": 0, "r_hundred": 3100, "seg_id": 100210, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 2, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 130, "Shape__Length": 649.11265458984053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246768028137893, 39.8944662067886 ], [ -75.244139346440207, 39.893079846895603 ], [ -75.241962781705496, 39.891931861260304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28798, "tnode_": 26718, "lpoly_": null, "rpoly_": null, "length": 21.41875833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 100211, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 131, "Shape__Length": 8.4969224561694272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257466841240898, 39.876252378215497 ], [ -75.257392615341004, 39.876266034504901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26715, "tnode_": 26714, "lpoly_": null, "rpoly_": null, "length": 1763.90978647, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1088, "l_t_add": 1126, "r_f_add": 1089, "r_t_add": 1127, "st_code": 1060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 100212, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 132, "Shape__Length": 699.83150362798415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2587410955677, 39.876432186519096 ], [ -75.258475637432099, 39.8764045614355 ], [ -75.258197636854206, 39.876434518230297 ], [ -75.257773061496195, 39.876483916713902 ], [ -75.257518407620495, 39.876513543527501 ], [ -75.256749797742401, 39.876632308014301 ], [ -75.255980611295499, 39.876766687936801 ], [ -75.255208168790801, 39.876924204089498 ], [ -75.254212870559201, 39.877179162683902 ], [ -75.253411663860504, 39.877425168252699 ], [ -75.252716859365094, 39.877673931410797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26570, "tnode_": 26586, "lpoly_": null, "rpoly_": null, "length": 920.67122333999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 89570, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 120076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 133, "Shape__Length": 365.78580317315334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234979584248194, 39.899569658191098 ], [ -75.234907042565794, 39.8994615534762 ], [ -75.232347245818502, 39.898083148772699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28011, "tnode_": 28013, "lpoly_": null, "rpoly_": null, "length": 1519.48595815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TINICUM", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8798, "r_f_add": 8501, "r_t_add": 8799, "st_code": 77365, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-21T00:00:00Z", "newsegdate": "2006-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "TINICUM BLVD", "stname": "TINICUM BLVD", "objectid": 134, "Shape__Length": 604.47355368847832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245034622335595, 39.890385626772499 ], [ -75.244839678669706, 39.8901895146968 ], [ -75.244681662681202, 39.8899974963049 ], [ -75.244523648720502, 39.889805478621 ], [ -75.244445106143999, 39.8896195823177 ], [ -75.244422962106796, 39.889451336833702 ], [ -75.244471453854203, 39.889294173470503 ], [ -75.245539148958201, 39.888066645551397 ], [ -75.246637562595396, 39.8868698168191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28011, "tnode_": 28016, "lpoly_": null, "rpoly_": null, "length": 1324.0374069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8530, "l_t_add": 8798, "r_f_add": 8531, "r_t_add": 8799, "st_code": 16120, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 100214, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-09-21T00:00:00Z", "newsegdate": "2006-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 135, "Shape__Length": 526.49063736183211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245034622335595, 39.890385626772499 ], [ -75.245282492666504, 39.890262553316802 ], [ -75.245669843046997, 39.890015325837403 ], [ -75.245707525647205, 39.889976495610398 ], [ -75.246233152173502, 39.889514431102199 ], [ -75.247990040770006, 39.8875845568719 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26578, "tnode_": 26596, "lpoly_": null, "rpoly_": null, "length": 913.67334784000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "84TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2699, "r_f_add": 2500, "r_t_add": 2698, "st_code": 89710, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 100215, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-11-06T00:00:00Z", "newsegdate": "2006-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 84TH ST", "stname": "S 84TH ST", "objectid": 136, "Shape__Length": 362.80238813383244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255239317452805, 39.898758995056497 ], [ -75.254080659029398, 39.8984285468648 ], [ -75.253652756415804, 39.898264033052499 ], [ -75.253288786375904, 39.898103556372497 ], [ -75.252527420181806, 39.897716078970198 ], [ -75.252351167206299, 39.897627224668597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26683, "tnode_": 26712, "lpoly_": null, "rpoly_": null, "length": 2743.9627944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 100216, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 137, "Shape__Length": 1091.8001571381681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241106830423206, 39.888376307516701 ], [ -75.241113284484797, 39.888367456877603 ], [ -75.241708432911395, 39.887598370178601 ], [ -75.242078682013698, 39.887022990812099 ], [ -75.242290078761002, 39.886650257734402 ], [ -75.242645356767696, 39.886044576701302 ], [ -75.243161925790204, 39.885132479201701 ], [ -75.243825603659204, 39.884017400822501 ], [ -75.244555724901701, 39.882993422369402 ], [ -75.245177757071403, 39.8822180975734 ], [ -75.245411840805801, 39.881989192519598 ], [ -75.2456900716343, 39.881751065151498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26718, "tnode_": 29307, "lpoly_": null, "rpoly_": null, "length": 252.47002766, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1100, "l_t_add": 1108, "r_f_add": 1101, "r_t_add": 1109, "st_code": 1050, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 100218, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2008-06-27T00:00:00Z", "newsegdate": "2008-06-27T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 138, "Shape__Length": 100.15367891448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257392615341004, 39.876266034504901 ], [ -75.256514798093093, 39.876417374768401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29307, "tnode_": 26712, "lpoly_": null, "rpoly_": null, "length": 3701.4997661399998, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1110, "l_t_add": 1134, "r_f_add": 1111, "r_t_add": 1135, "st_code": 1050, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 100219, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2008-06-27T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 139, "Shape__Length": 1469.9472757608225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.256514798093093, 39.876417374768401 ], [ -75.2559089660664, 39.876507184991901 ], [ -75.255036309488204, 39.876696627469599 ], [ -75.254148986109598, 39.876917009233701 ], [ -75.253008381892101, 39.877243144978799 ], [ -75.252598657090402, 39.877378883732199 ], [ -75.251896766770997, 39.877630416667202 ], [ -75.251283512817096, 39.8778682424023 ], [ -75.250993073128001, 39.878015484678698 ], [ -75.249886988990298, 39.878532798173197 ], [ -75.249108910550802, 39.878938820331697 ], [ -75.248496954868301, 39.879306164092498 ], [ -75.247995490054805, 39.879654767300202 ], [ -75.247555454569195, 39.879975098774402 ], [ -75.247069038936402, 39.8803620973204 ], [ -75.246597519867706, 39.8807917182585 ], [ -75.246134621770906, 39.881248287044201 ], [ -75.245845238885494, 39.881561127137203 ], [ -75.2456900716343, 39.881751065151498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29307, "tnode_": 29310, "lpoly_": null, "rpoly_": null, "length": 4160.6366446100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "NB", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8980, "l_hundred": 0, "r_hundred": 0, "seg_id": 100220, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-06-27T00:00:00Z", "newsegdate": "2008-06-27T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP NB", "stname": "AIRPORT RAMP NB", "objectid": 140, "Shape__Length": 1652.5358280441171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.256514798093093, 39.876417374768401 ], [ -75.255624008408802, 39.876456547347203 ], [ -75.254819322534502, 39.876608925168902 ], [ -75.254284153144397, 39.876711006255299 ], [ -75.253836369115405, 39.8767950846849 ], [ -75.253256790422896, 39.8769004580301 ], [ -75.252868420690504, 39.876974454057802 ], [ -75.252379808874906, 39.8770647450703 ], [ -75.251688452481801, 39.877198952124999 ], [ -75.251464852585599, 39.877258053648298 ], [ -75.251071278933097, 39.877373158680399 ], [ -75.250837675787594, 39.877453365528602 ], [ -75.250531017781796, 39.877563256380398 ], [ -75.250056972697607, 39.877759061498601 ], [ -75.249494232142794, 39.878008375468802 ], [ -75.248988852014094, 39.8782532516312 ], [ -75.248546681651206, 39.878485287820197 ], [ -75.248079858388394, 39.878735267079797 ], [ -75.247617674963294, 39.879009514959598 ], [ -75.247250358695496, 39.879263085655197 ], [ -75.2468559714478, 39.879550184506002 ], [ -75.246545441496096, 39.879814944933301 ], [ -75.246341944157805, 39.880029440389997 ], [ -75.246179845209099, 39.880222092675602 ], [ -75.246084163347106, 39.880365015079903 ], [ -75.245957096544203, 39.880558433432199 ], [ -75.245833207438594, 39.880815897014102 ], [ -75.245777147234506, 39.880985275010701 ], [ -75.245756576840705, 39.881092874389097 ], [ -75.245738910948106, 39.8812218628428 ], [ -75.245743998975499, 39.881334288227997 ], [ -75.245745450224803, 39.8814452123721 ], [ -75.245777255210001, 39.8815838124953 ], [ -75.2458232879805, 39.881736939381099 ], [ -75.245867620320894, 39.881836005541899 ], [ -75.245969610480898, 39.882023054836999 ], [ -75.246052403079005, 39.882130069221198 ], [ -75.246155427493704, 39.882238947350402 ], [ -75.246235788791793, 39.882311788766103 ], [ -75.246293067361407, 39.882359955784899 ], [ -75.246302078140801, 39.882365839716101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29310, "tnode_": 29308, "lpoly_": null, "rpoly_": null, "length": 2385.42664595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "NB", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8980, "l_hundred": 0, "r_hundred": 0, "seg_id": 100221, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-06-27T00:00:00Z", "newsegdate": "2008-06-27T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP NB", "stname": "AIRPORT RAMP NB", "objectid": 141, "Shape__Length": 947.43727497365649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246302078140801, 39.882365839716101 ], [ -75.246337230074403, 39.882413523296798 ], [ -75.246362155865697, 39.8824382369883 ], [ -75.246463114123401, 39.882502997612697 ], [ -75.246526238729004, 39.882542761620101 ], [ -75.246625719270099, 39.8825975383469 ], [ -75.246845380810299, 39.882696167751298 ], [ -75.246985584351904, 39.8827475683469 ], [ -75.247109663737703, 39.882785820712002 ], [ -75.247376732202895, 39.882849942984699 ], [ -75.247635521882401, 39.882888292959599 ], [ -75.247780720950701, 39.882904258387597 ], [ -75.247922597856103, 39.8829101996349 ], [ -75.248023961247696, 39.882913834443301 ], [ -75.248160515192396, 39.882913972118402 ], [ -75.248313874197095, 39.882908789419098 ], [ -75.248491464122097, 39.882897027507497 ], [ -75.248662044804803, 39.882875160873702 ], [ -75.248988768429697, 39.882822580269803 ], [ -75.2491896861752, 39.882778627580201 ], [ -75.249666479672399, 39.882659656921497 ], [ -75.250058452311606, 39.882538834008102 ], [ -75.250288751312794, 39.882448603919599 ], [ -75.250506089551607, 39.8823595124626 ], [ -75.250692028357093, 39.882271157577698 ], [ -75.250842359107196, 39.882197664380698 ], [ -75.251049414769696, 39.882087022114597 ], [ -75.251239876220595, 39.881976018562199 ], [ -75.251487374968804, 39.8818193409438 ], [ -75.251720329465698, 39.881656659588998 ], [ -75.251984506815603, 39.881447742872503 ], [ -75.252202169657807, 39.881249184956999 ], [ -75.252334247306806, 39.881119845936901 ], [ -75.252497549009703, 39.880944271762097 ], [ -75.252578537201899, 39.8808493613328 ], [ -75.252708074029599, 39.880688689536598 ], [ -75.2527682068378, 39.880608963903803 ], [ -75.2529595427971, 39.880323106957299 ], [ -75.253070829347095, 39.880106591030597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29310, "tnode_": 26709, "lpoly_": null, "rpoly_": null, "length": 2146.86977432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "KK", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8971, "l_hundred": 0, "r_hundred": 0, "seg_id": 100222, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-06-27T00:00:00Z", "newsegdate": "2008-06-27T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP KK", "stname": "AIRPORT RAMP KK", "objectid": 142, "Shape__Length": 852.56151825100835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246302078140801, 39.882365839716101 ], [ -75.2463828632157, 39.882398803323497 ], [ -75.246457354726203, 39.882445539811798 ], [ -75.2465512431299, 39.8824955651396 ], [ -75.246629660363695, 39.882536659658001 ], [ -75.246748701951205, 39.882585085408898 ], [ -75.246876313077394, 39.882627970601099 ], [ -75.247052266904106, 39.8826704789264 ], [ -75.247137230458307, 39.882685223274102 ], [ -75.247252867239197, 39.882699921148998 ], [ -75.247379831805105, 39.882709854060799 ], [ -75.247522846987394, 39.882712977137501 ], [ -75.247653097607895, 39.882709376514299 ], [ -75.247805286282102, 39.882690503596301 ], [ -75.247910219317504, 39.882667733581002 ], [ -75.248108939389198, 39.882621949931803 ], [ -75.248190890803201, 39.882592234036899 ], [ -75.248369277644002, 39.882518081593297 ], [ -75.2484745179014, 39.882461664813597 ], [ -75.248686083617997, 39.882344557830201 ], [ -75.248964022396905, 39.882191666437897 ], [ -75.249205058928396, 39.882056585412599 ], [ -75.249446094502701, 39.881921503880399 ], [ -75.249691694021195, 39.8817886703048 ], [ -75.249937317751801, 39.881655119562602 ], [ -75.250183203425493, 39.881514414747997 ], [ -75.250432698919596, 39.881376651516703 ], [ -75.250682192201694, 39.881238888616998 ], [ -75.250939271802693, 39.881096993805798 ], [ -75.251186958811104, 39.880957757885298 ], [ -75.251436396515004, 39.880821422973298 ], [ -75.251685833186102, 39.8806850884189 ], [ -75.251988376782606, 39.880519837716903 ], [ -75.252254177246996, 39.880368105748403 ], [ -75.252355397729303, 39.8802944133271 ], [ -75.252530188208695, 39.880140697121803 ], [ -75.252618986099506, 39.8800509817166 ], [ -75.252689153054007, 39.8800059260073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29319, "tnode_": 29308, "lpoly_": null, "rpoly_": null, "length": 1269.0116706400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "LL", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8974, "l_hundred": 0, "r_hundred": 0, "seg_id": 100223, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-06-30T00:00:00Z", "newsegdate": "2008-06-30T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP LL", "stname": "AIRPORT RAMP LL", "objectid": 143, "Shape__Length": 504.09939219021845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249530278350306, 39.8821968350844 ], [ -75.249864088927296, 39.882020159918099 ], [ -75.2501643885482, 39.881865402849101 ], [ -75.250277727696599, 39.881806493300502 ], [ -75.250387206290199, 39.881751780950303 ], [ -75.250653183004403, 39.881623396545798 ], [ -75.250875685870696, 39.881518331691602 ], [ -75.251407214257299, 39.881272971800797 ], [ -75.2519538131573, 39.881020800392797 ], [ -75.252215819061703, 39.880899463583297 ], [ -75.252348559545595, 39.880816706739999 ], [ -75.252418736347195, 39.880772555984898 ], [ -75.252592031698597, 39.880645002492003 ], [ -75.252641685823903, 39.8806046876634 ], [ -75.252720212177294, 39.8805350233269 ], [ -75.252816603682405, 39.8804329161309 ], [ -75.252919386700398, 39.880308108912203 ], [ -75.253070829347095, 39.880106591030597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26697, "tnode_": 29319, "lpoly_": null, "rpoly_": null, "length": 1079.5656014599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9145, "l_hundred": 0, "r_hundred": 0, "seg_id": 100226, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2008-07-31T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP L", "stname": "DELAWARE EXPY RAMP L", "objectid": 144, "Shape__Length": 428.74485067561307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246335378997401, 39.883834364040403 ], [ -75.246518527772807, 39.883720459370203 ], [ -75.247268304728095, 39.883390426783997 ], [ -75.2478073778599, 39.883156987683499 ], [ -75.248198049436397, 39.882974797621003 ], [ -75.248734071285199, 39.882686796581801 ], [ -75.249372067302204, 39.882303154372998 ], [ -75.249530278350306, 39.8821968350844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29319, "tnode_": 26709, "lpoly_": null, "rpoly_": null, "length": 1201.93402399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9145, "l_hundred": 0, "r_hundred": 0, "seg_id": 100227, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2008-07-31T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP L", "stname": "DELAWARE EXPY RAMP L", "objectid": 145, "Shape__Length": 477.59132280258183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249530278350306, 39.8821968350844 ], [ -75.249820895266794, 39.882001535607202 ], [ -75.252076317616101, 39.880610553656702 ], [ -75.252263050368597, 39.880480803220301 ], [ -75.252433721178804, 39.880337957010802 ], [ -75.252545368569201, 39.880225686889801 ], [ -75.252636354896595, 39.880112966404504 ], [ -75.252689153054007, 39.8800059260073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29595, "tnode_": 29246, "lpoly_": null, "rpoly_": null, "length": 205.74392167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15010, "r_f_add": 15001, "r_t_add": 15011, "st_code": 75477, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 100229, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2010-11-22T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 146, "Shape__Length": 82.096636823264859 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990564744232003, 40.116754169863697 ], [ -74.990119805050995, 40.117203943006302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29745, "tnode_": 29743, "lpoly_": null, "rpoly_": null, "length": 1225.7242300300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 100232, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2011-10-17T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 147, "Shape__Length": 488.05406765861994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242056490458097, 39.886024413581502 ], [ -75.242009181786102, 39.884525003334602 ], [ -75.242007680843699, 39.883914520793297 ], [ -75.241955258760299, 39.883560221661298 ], [ -75.241506135255193, 39.882731730194898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29743, "tnode_": 29747, "lpoly_": null, "rpoly_": null, "length": 607.07885510999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100233, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2011-10-17T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 148, "Shape__Length": 241.49347782121339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241506135255193, 39.882731730194898 ], [ -75.241365720282602, 39.883126418515502 ], [ -75.241379910650707, 39.883313613400503 ], [ -75.241462451127106, 39.8835063679307 ], [ -75.241551609816796, 39.883662702201697 ], [ -75.241703999869401, 39.883820420369503 ], [ -75.241955759713406, 39.884000627781703 ], [ -75.242106025577399, 39.884072981950801 ], [ -75.242220454084801, 39.884116112728698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29744, "tnode_": 29747, "lpoly_": null, "rpoly_": null, "length": 421.99577288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100234, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2011-10-17T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 149, "Shape__Length": 167.66123968050405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241076909166694, 39.883399441191301 ], [ -75.241302698292202, 39.883629922846801 ], [ -75.241456416292806, 39.883757642988797 ], [ -75.241654852423807, 39.883888644635199 ], [ -75.241886739288006, 39.884004258325803 ], [ -75.242081154548202, 39.884082205357998 ], [ -75.242220454084801, 39.884116112728698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26683, "tnode_": 29745, "lpoly_": null, "rpoly_": null, "length": 907.66163181000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 100236, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2011-10-17T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 150, "Shape__Length": 361.33056764024684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241106830423206, 39.888376307516701 ], [ -75.241655152951196, 39.887563241104203 ], [ -75.241911325313097, 39.886911062272098 ], [ -75.241992180753002, 39.886516883511398 ], [ -75.242056490458097, 39.886024413581502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29788, "tnode_": 29790, "lpoly_": null, "rpoly_": null, "length": 811.80232278999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTT", "st_type": "WAY", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 98, "st_code": 3241, "l_hundred": 100, "r_hundred": 100, "seg_id": 100237, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2013-02-05T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "SCOTT WAY", "stname": "SCOTT WAY", "objectid": 151, "Shape__Length": 323.08828942694578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261905459524201, 39.875279412722598 ], [ -75.261958665786295, 39.875063707298601 ], [ -75.261975305055103, 39.874769558895899 ], [ -75.262028651880698, 39.874195291046298 ], [ -75.262082529209806, 39.874008427286597 ], [ -75.262156066803499, 39.873856822580798 ], [ -75.262292401673804, 39.873686474767901 ], [ -75.2624810584296, 39.873532555154497 ], [ -75.262567985540599, 39.873386620689899 ], [ -75.262703055275594, 39.873200673188002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26716, "tnode_": 29788, "lpoly_": null, "rpoly_": null, "length": 451.15389487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 98, "st_code": 16120, "l_hundred": 0, "r_hundred": 0, "seg_id": 100239, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 152, "Shape__Length": 179.54500908327384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261384705622902, 39.876421881291101 ], [ -75.261493811525298, 39.8763272224123 ], [ -75.261654515551598, 39.876149376625698 ], [ -75.261822989010696, 39.8757590993945 ], [ -75.261905459524201, 39.875279412722598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26720, "tnode_": 29788, "lpoly_": null, "rpoly_": null, "length": 2145.4268939400004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDUSTRIAL", "st_type": "HWY", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 44900, "l_hundred": 0, "r_hundred": 0, "seg_id": 100240, "oneway": "FT", "class": 2, "responsibl": "TOWNSHIP", "update_": "2007-01-23T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 2, "streetlabe": "INDUSTRIAL HWY", "stname": "INDUSTRIAL HWY", "objectid": 153, "Shape__Length": 850.99892864863386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254365899129297, 39.8759433730675 ], [ -75.255930188678903, 39.875616335175003 ], [ -75.2571018457717, 39.875409690090301 ], [ -75.258119751363694, 39.875287621783102 ], [ -75.2591491503794, 39.875225588507199 ], [ -75.259806760751601, 39.875218777648698 ], [ -75.260454347417394, 39.875236366565801 ], [ -75.261411465843096, 39.875278260102803 ], [ -75.261905459524201, 39.875279412722598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29793, "tnode_": 29311, "lpoly_": null, "rpoly_": null, "length": 331.90869539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "LL", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8974, "l_hundred": 0, "r_hundred": 0, "seg_id": 100241, "oneway": "FT", "class": 10, "responsibl": "AIRPORT", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP LL", "stname": "AIRPORT RAMP LL", "objectid": 154, "Shape__Length": 131.6414964441756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254256268712496, 39.874718824868403 ], [ -75.254253956015802, 39.874718688902497 ], [ -75.253077176982103, 39.8746494115628 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26709, "tnode_": 29791, "lpoly_": null, "rpoly_": null, "length": 2025.75586363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8970, "l_hundred": 0, "r_hundred": 0, "seg_id": 100244, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2013-04-01T00:00:00Z", "newsegdate": "2013-04-01T00:00:00Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP K", "stname": "AIRPORT RAMP K", "objectid": 155, "Shape__Length": 805.64749330803647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252689153054007, 39.8800059260073 ], [ -75.252787957452995, 39.879813580414798 ], [ -75.252857421800698, 39.879611176438502 ], [ -75.252918655158794, 39.879182373140601 ], [ -75.252949124657405, 39.878577656710497 ], [ -75.252979618609004, 39.8778352441607 ], [ -75.252906908702002, 39.877423987220403 ], [ -75.252852036304503, 39.877179181495599 ], [ -75.252749357915306, 39.876931952691798 ], [ -75.252622253849196, 39.8766736066015 ], [ -75.252520983995097, 39.8765212249616 ], [ -75.252353714718794, 39.8763472909502 ], [ -75.252232861090306, 39.8762516888062 ], [ -75.252131012341593, 39.876178230916601 ], [ -75.251960620649896, 39.8760893728073 ], [ -75.251718940616698, 39.876019153228597 ], [ -75.251479614753407, 39.875987464904703 ], [ -75.2511709865759, 39.875971911637301 ], [ -75.250778049013803, 39.876069223084102 ], [ -75.250224918577501, 39.876163544127301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26694, "tnode_": 26696, "lpoly_": null, "rpoly_": null, "length": 540.33925077000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESCORT", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8301, "l_t_add": 8499, "r_f_add": 8300, "r_t_add": 8498, "st_code": 32130, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 120001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESCORT ST", "stname": "ESCORT ST", "objectid": 156, "Shape__Length": 214.60791969669231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229102521830399, 39.884702562844097 ], [ -75.229216786325594, 39.884597205182097 ], [ -75.229406462394294, 39.884418354737299 ], [ -75.229557443811998, 39.884303177949398 ], [ -75.229741787760204, 39.884197701401099 ], [ -75.229967385571598, 39.884105414132001 ], [ -75.230670246288597, 39.883904114618197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26693, "tnode_": 26694, "lpoly_": null, "rpoly_": null, "length": 299.60615324000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESCORT", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8201, "l_t_add": 8299, "r_f_add": 8200, "r_t_add": 8298, "st_code": 32130, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 120004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESCORT ST", "stname": "ESCORT ST", "objectid": 157, "Shape__Length": 119.18515925456715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2285384084078, 39.885400829359298 ], [ -75.229102521830399, 39.884702562844097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26586, "tnode_": 26607, "lpoly_": null, "rpoly_": null, "length": 1048.32142239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLSTEIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 43300, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 120005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLSTEIN AVE", "stname": "HOLSTEIN AVE", "objectid": 158, "Shape__Length": 417.25075811631268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232347245818502, 39.898083148772699 ], [ -75.233426841734001, 39.896861841058701 ], [ -75.233563646603898, 39.896656759397501 ], [ -75.233625313842495, 39.896474764030202 ], [ -75.233613432548907, 39.896300336046103 ], [ -75.233482893451395, 39.895499694388597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26607, "tnode_": 26616, "lpoly_": null, "rpoly_": null, "length": 958.12354917000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7801, "l_t_add": 7989, "r_f_add": 7800, "r_t_add": 7988, "st_code": 16120, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 120010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 159, "Shape__Length": 380.30186316140362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233482893451395, 39.895499694388597 ], [ -75.234070408580394, 39.895414997761499 ], [ -75.234599399236401, 39.895304375176202 ], [ -75.235172814924496, 39.8951477118285 ], [ -75.235796254763599, 39.894922069811301 ], [ -75.2366788058076, 39.894609206600101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26660, "tnode_": 26677, "lpoly_": null, "rpoly_": null, "length": 2137.3832343700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7401, "r_t_add": 7799, "st_code": 64080, "l_hundred": 0, "r_hundred": 7400, "seg_id": 120013, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 160, "Shape__Length": 848.67680347037606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224497542514499, 39.8920252141844 ], [ -75.224902860651497, 39.891859294860801 ], [ -75.225169835687197, 39.891753729073898 ], [ -75.225514148016202, 39.891623657883798 ], [ -75.225704790254497, 39.891563333579903 ], [ -75.225912465939899, 39.891519429976803 ], [ -75.226171465311893, 39.891479933112002 ], [ -75.226367644270496, 39.8914641642018 ], [ -75.226667683347699, 39.891460725922997 ], [ -75.227235591079804, 39.891480267074201 ], [ -75.227546337220204, 39.891488622878498 ], [ -75.227741080744906, 39.891492908691603 ], [ -75.227906655005199, 39.891487453120703 ], [ -75.228076612638802, 39.891469961820697 ], [ -75.228243253168799, 39.8914357162068 ], [ -75.228390561279298, 39.891391944942598 ], [ -75.228552311894106, 39.891330293765002 ], [ -75.228793171678603, 39.891196121440501 ], [ -75.229063797844702, 39.891018762595102 ], [ -75.230505945812695, 39.890025670299003 ], [ -75.230716962879498, 39.889885408671198 ], [ -75.230933947355297, 39.889767482013603 ], [ -75.231049533386994, 39.8897178276791 ], [ -75.2311497882433, 39.889691907337301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26667, "tnode_": 26673, "lpoly_": null, "rpoly_": null, "length": 650.75932355000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 7600, "r_hundred": 0, "seg_id": 120014, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 161, "Shape__Length": 258.33880972156248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227481953989098, 39.890856798939197 ], [ -75.228094616497799, 39.890794062401298 ], [ -75.228259770148398, 39.890777916671098 ], [ -75.228475962340497, 39.890743987042399 ], [ -75.228640596467898, 39.890701370629401 ], [ -75.228827694642504, 39.890639666748001 ], [ -75.228968252191194, 39.890572092392802 ], [ -75.229137173301396, 39.8904808228897 ], [ -75.229577097615305, 39.890208101942498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26640, "tnode_": 26635, "lpoly_": null, "rpoly_": null, "length": 1928.4243278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120019, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 162, "Shape__Length": 765.14429033941974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235451066626695, 39.892754623442002 ], [ -75.235162803881195, 39.892812032673397 ], [ -75.234282124313793, 39.893034166666297 ], [ -75.233448988040905, 39.893196682806703 ], [ -75.232628449384706, 39.893320724097499 ], [ -75.231904989270802, 39.893388777189401 ], [ -75.231507732222695, 39.8934189755809 ], [ -75.2311226041476, 39.893437089186001 ], [ -75.2307343959787, 39.893457761110398 ], [ -75.230365442830305, 39.893460413393797 ], [ -75.229929640167001, 39.893457289730698 ], [ -75.229516651711805, 39.8934417512057 ], [ -75.229093293335197, 39.893404458270901 ], [ -75.228695933747701, 39.8933439889745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26659, "tnode_": 26677, "lpoly_": null, "rpoly_": null, "length": 1084.5078307900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 120020, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 163, "Shape__Length": 431.39388339062702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231365654402097, 39.892116559689804 ], [ -75.231096818003806, 39.891937110655498 ], [ -75.230858304891996, 39.891767908655297 ], [ -75.230710184216704, 39.891648514395598 ], [ -75.230590423338796, 39.891528752236901 ], [ -75.230469920999496, 39.891388634526201 ], [ -75.230400950064904, 39.891281688101003 ], [ -75.230336837787803, 39.891145011007197 ], [ -75.230291560738493, 39.890978689776396 ], [ -75.230272413150303, 39.890825238889498 ], [ -75.230274662614804, 39.8907166649755 ], [ -75.230295679281596, 39.890586649956603 ], [ -75.230342759180999, 39.890458558514297 ], [ -75.230419415795694, 39.890304481073102 ], [ -75.230522328632105, 39.890159862809497 ], [ -75.230627647767705, 39.890046039392303 ], [ -75.230748562783305, 39.889942122786003 ], [ -75.230881529007306, 39.889848035931799 ], [ -75.231052016129397, 39.889746575407599 ], [ -75.2311497882433, 39.889691907337301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26665, "tnode_": 26621, "lpoly_": null, "rpoly_": null, "length": 1362.7583544500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORT MIFFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 34720, "l_hundred": 0, "r_hundred": 0, "seg_id": 120022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORT MIFFLIN RD", "stname": "FORT MIFFLIN RD", "objectid": 164, "Shape__Length": 542.15009133176363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207851090928003, 39.890462692254502 ], [ -75.207994287992094, 39.890624140543402 ], [ -75.2081915284638, 39.890895411346101 ], [ -75.209201526719397, 39.892164703385902 ], [ -75.210224269876406, 39.893464285930001 ], [ -75.210294787112602, 39.893524225404803 ], [ -75.210370283009695, 39.893572599946701 ], [ -75.210442893800902, 39.893613820516002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26629, "tnode_": 26633, "lpoly_": null, "rpoly_": null, "length": 41.29147231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 56400, "l_hundred": 0, "r_hundred": 0, "seg_id": 120025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINGO AVE", "stname": "MINGO AVE", "objectid": 165, "Shape__Length": 16.445670426246828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226085602540493, 39.893494450635302 ], [ -75.226098020792605, 39.893381504581697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26611, "tnode_": 26629, "lpoly_": null, "rpoly_": null, "length": 487.0553477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 56400, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 120026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINGO AVE", "stname": "MINGO AVE", "objectid": 166, "Shape__Length": 193.99222597509774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226026412793601, 39.894830702493898 ], [ -75.226085602540493, 39.893494450635302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26623, "tnode_": 26640, "lpoly_": null, "rpoly_": null, "length": 4242.9524625599997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120028, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 167, "Shape__Length": 1683.6705518337526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220809341835505, 39.893676880984401 ], [ -75.221402491989195, 39.893510756516903 ], [ -75.222302023772798, 39.893181662188297 ], [ -75.222776982819596, 39.893028269110701 ], [ -75.223138871662599, 39.892934180949403 ], [ -75.223499062611694, 39.892863192810303 ], [ -75.223839672910799, 39.892828869746602 ], [ -75.2241902271345, 39.892814807545797 ], [ -75.224518575702106, 39.892827489496099 ], [ -75.224821183535298, 39.892866838797502 ], [ -75.225460111283297, 39.892989854345998 ], [ -75.226436907225505, 39.893184328953502 ], [ -75.227047903771606, 39.8933055402387 ], [ -75.2276429652579, 39.893408554169199 ], [ -75.228179452536693, 39.893481277601701 ], [ -75.228584968876206, 39.893530925129603 ], [ -75.229005061474695, 39.8935603760915 ], [ -75.229551894913101, 39.893597150049402 ], [ -75.229975337105401, 39.893606460817203 ], [ -75.230337688403793, 39.893606169414603 ], [ -75.231232588703904, 39.8935870949689 ], [ -75.231888485195796, 39.8935326281958 ], [ -75.232427272423607, 39.893471281377103 ], [ -75.2329159594629, 39.893404526854297 ], [ -75.233608222159404, 39.893273361427603 ], [ -75.234154817813803, 39.893151909448598 ], [ -75.234724701870206, 39.893005136215301 ], [ -75.235165905224406, 39.892861458191497 ], [ -75.235451066626695, 39.892754623442002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26689, "tnode_": 26688, "lpoly_": null, "rpoly_": null, "length": 2255.6197703300004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 120030, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 168, "Shape__Length": 895.13642649081009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210507744493199, 39.8859890450736 ], [ -75.211030541922199, 39.886076675849303 ], [ -75.211345803571007, 39.886134000652604 ], [ -75.211545572462995, 39.886183886669002 ], [ -75.211744915168893, 39.886249336728604 ], [ -75.211948849441598, 39.886324424333999 ], [ -75.212203527344798, 39.886433060532497 ], [ -75.212441841415298, 39.886548963515303 ], [ -75.212783446507103, 39.886716743055601 ], [ -75.212895538537296, 39.886765000920498 ], [ -75.213002896042099, 39.886807431597397 ], [ -75.213103258270394, 39.8868382627888 ], [ -75.213179379478504, 39.8868552071566 ], [ -75.213258045824801, 39.886870299485103 ], [ -75.213372726501404, 39.886882374945898 ], [ -75.213491471830906, 39.886885003140698 ], [ -75.213786431523104, 39.886876271584597 ], [ -75.214839022016093, 39.886836997632201 ], [ -75.216378875295007, 39.886785835078399 ], [ -75.216530012647198, 39.886777838920601 ], [ -75.216710638692106, 39.886753108673403 ], [ -75.216929688343299, 39.8867100892381 ], [ -75.217117954623404, 39.8866595522545 ], [ -75.2173158513164, 39.886588716496497 ], [ -75.217878468391504, 39.886340630321499 ], [ -75.218088344535602, 39.8861991347394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26640, "tnode_": 26670, "lpoly_": null, "rpoly_": null, "length": 1509.713285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120031, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 169, "Shape__Length": 599.62388451545837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235451066626695, 39.892754623442002 ], [ -75.235595758150694, 39.8927000384735 ], [ -75.236020958340603, 39.892560039927503 ], [ -75.236462876198601, 39.892397537390899 ], [ -75.236996362889997, 39.892176772435697 ], [ -75.2375191545094, 39.891942856658403 ], [ -75.238084064024505, 39.891653564760198 ], [ -75.238637281324898, 39.891354360727398 ], [ -75.239065974400006, 39.891090393164099 ], [ -75.239477196660999, 39.8908277532745 ], [ -75.239954659943606, 39.890523749227 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26667, "tnode_": 26659, "lpoly_": null, "rpoly_": null, "length": 1211.5734609599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 120036, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 170, "Shape__Length": 480.99469622324438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227481953989098, 39.890856798939197 ], [ -75.228142960715005, 39.8908691945052 ], [ -75.228534649555201, 39.890910782511902 ], [ -75.228879908670393, 39.890978135442303 ], [ -75.229102597707595, 39.891032488557798 ], [ -75.229359041833803, 39.891114371168101 ], [ -75.229593493455297, 39.891212255122397 ], [ -75.230684931164305, 39.891789525837403 ], [ -75.231099623664093, 39.8920047020666 ], [ -75.231365654402097, 39.892116559689804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26691, "tnode_": 26688, "lpoly_": null, "rpoly_": null, "length": 2495.2194926299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9060, "l_hundred": 0, "r_hundred": 0, "seg_id": 120038, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A", "stname": "DELAWARE EXPY RAMP A", "objectid": 171, "Shape__Length": 990.06057529333566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209507296526695, 39.885562698787503 ], [ -75.209629439471996, 39.885523712411299 ], [ -75.209778482146803, 39.885506839922002 ], [ -75.210102106059296, 39.885490473996299 ], [ -75.210516943781698, 39.885486216032398 ], [ -75.210909597862994, 39.885491553614102 ], [ -75.211409398241798, 39.885533088771901 ], [ -75.211722771850901, 39.885568551174899 ], [ -75.211918087541406, 39.885592842260699 ], [ -75.212337571152403, 39.885662026724098 ], [ -75.213014737048795, 39.885803069468402 ], [ -75.214289134309197, 39.886070932240898 ], [ -75.215206945749301, 39.886258345632399 ], [ -75.216682807711095, 39.886577158576898 ], [ -75.2167670376231, 39.886587523179202 ], [ -75.216902849081507, 39.886596681620802 ], [ -75.2169839188563, 39.8865923169204 ], [ -75.217072105589907, 39.886579911245398 ], [ -75.217191249400699, 39.886557220877499 ], [ -75.217341328390404, 39.8865003957319 ], [ -75.218088344535602, 39.8861991347394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26654, "tnode_": 26683, "lpoly_": null, "rpoly_": null, "length": 2058.37781292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120039, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 172, "Shape__Length": 817.93250646724994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235574297772601, 39.891994558103697 ], [ -75.235900010401096, 39.891870553279396 ], [ -75.236497235025993, 39.891619109739302 ], [ -75.237167909304304, 39.8913152552567 ], [ -75.237823574295405, 39.890963714382899 ], [ -75.238499258538297, 39.890554035794302 ], [ -75.239141507821003, 39.890112506867602 ], [ -75.239861958263802, 39.8895549912164 ], [ -75.241106830423206, 39.888376307516701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24676, "tnode_": 24692, "lpoly_": null, "rpoly_": null, "length": 150.73639235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1881, "l_t_add": 1899, "r_f_add": 1880, "r_t_add": 1898, "st_code": 89240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 173, "Shape__Length": 59.846161146083354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241500407742905, 39.9270977939413 ], [ -75.240981941867204, 39.926988762811703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26659, "tnode_": 26654, "lpoly_": null, "rpoly_": null, "length": 1230.2636579800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 120040, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 174, "Shape__Length": 488.21248341080047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231365654402097, 39.892116559689804 ], [ -75.231518693603306, 39.892180547089097 ], [ -75.231781001063297, 39.892276020163898 ], [ -75.232038414211104, 39.892349124165598 ], [ -75.232248709817, 39.892400835430699 ], [ -75.232502615200602, 39.892441447949203 ], [ -75.232728951851001, 39.892470674889999 ], [ -75.2328931592738, 39.892476976102699 ], [ -75.233109906144193, 39.892481735947001 ], [ -75.233295488592006, 39.892477726438997 ], [ -75.233555280840406, 39.892453784221999 ], [ -75.233871906129295, 39.8924068342521 ], [ -75.234443906785302, 39.892286518107497 ], [ -75.235574297772601, 39.891994558103697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26643, "tnode_": 26654, "lpoly_": null, "rpoly_": null, "length": 2402.82511965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120041, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 175, "Shape__Length": 953.4332116792026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272384643463, 39.892850584999799 ], [ -75.227549220953094, 39.892857219080902 ], [ -75.227860080246501, 39.892891426026402 ], [ -75.228229040192105, 39.8929327741576 ], [ -75.228611932160007, 39.8929719921789 ], [ -75.229035687381099, 39.892998533264397 ], [ -75.229515761211999, 39.893013395468799 ], [ -75.229822888089203, 39.8930201489732 ], [ -75.230195184938296, 39.893015110472703 ], [ -75.230728950456907, 39.893001324055497 ], [ -75.231098298203804, 39.892987917817202 ], [ -75.231750990269802, 39.892933568939199 ], [ -75.232400183027707, 39.892844326783802 ], [ -75.233120201685395, 39.892718079942 ], [ -75.233660732101498, 39.892609411192801 ], [ -75.234275921509294, 39.892446415976998 ], [ -75.234914558210903, 39.892253798229703 ], [ -75.235574297772601, 39.891994558103697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26689, "tnode_": 26686, "lpoly_": null, "rpoly_": null, "length": 1822.762181, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1418, "l_t_add": 1458, "r_f_add": 1419, "r_t_add": 1459, "st_code": 1060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 120044, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 176, "Shape__Length": 723.39558680124128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210507744493199, 39.8859890450736 ], [ -75.209652803023005, 39.885983637634801 ], [ -75.208693571523597, 39.886035664942199 ], [ -75.207748868190507, 39.886181743405103 ], [ -75.207284638675603, 39.8862962849703 ], [ -75.206846958858904, 39.886397987080898 ], [ -75.206430228505994, 39.8865344339318 ], [ -75.205900256389597, 39.8867240737438 ], [ -75.205391230552905, 39.886948456780601 ], [ -75.204426142807506, 39.887425831928198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26691, "tnode_": 26686, "lpoly_": null, "rpoly_": null, "length": 1611.20679997, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1426, "l_t_add": 1458, "r_f_add": 1427, "r_t_add": 1459, "st_code": 1050, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 120045, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 177, "Shape__Length": 639.66147982058237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209507296526695, 39.885562698787503 ], [ -75.2093806454115, 39.885580877327598 ], [ -75.208539935223698, 39.8856843064939 ], [ -75.207731719400002, 39.885845670456803 ], [ -75.207099716141897, 39.886035071354499 ], [ -75.206541479815598, 39.886236942391101 ], [ -75.206219875268005, 39.8863583588791 ], [ -75.205608088271006, 39.886653309892502 ], [ -75.205010726912803, 39.887008569717999 ], [ -75.204426142807506, 39.887425831928198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26660, "tnode_": 26667, "lpoly_": null, "rpoly_": null, "length": 947.23648218000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 7400, "r_hundred": 0, "seg_id": 120048, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 178, "Shape__Length": 376.09815795092391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224497542514499, 39.8920252141844 ], [ -75.225052308788506, 39.891730876545402 ], [ -75.225636197245194, 39.891473562787503 ], [ -75.226310118197802, 39.891159165462 ], [ -75.226713857844999, 39.891017020384602 ], [ -75.227128972382204, 39.890909228003203 ], [ -75.227481953989098, 39.890856798939197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27999, "tnode_": 26633, "lpoly_": null, "rpoly_": null, "length": 1001.0510539400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 0, "r_t_add": 0, "st_code": 16120, "l_hundred": 7400, "r_hundred": 0, "seg_id": 120049, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 179, "Shape__Length": 397.37841993784912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222833256435607, 39.892425594096203 ], [ -75.222905826537499, 39.892474713810003 ], [ -75.223136355910697, 39.892630891348198 ], [ -75.223333835912499, 39.892757371803299 ], [ -75.223709191673194, 39.892950632696802 ], [ -75.224144028004204, 39.893059159495003 ], [ -75.225814636768703, 39.893326829017496 ], [ -75.226098020792605, 39.893381504581697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26694, "tnode_": 26700, "lpoly_": null, "rpoly_": null, "length": 1226.4448212499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXECUTIVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8300, "l_t_add": 8498, "r_f_add": 8301, "r_t_add": 8499, "st_code": 32550, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 120050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXECUTIVE AVE", "stname": "EXECUTIVE AVE", "objectid": 180, "Shape__Length": 487.41586164106866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229102521830399, 39.884702562844097 ], [ -75.228074517679005, 39.884411508178196 ], [ -75.227812396645703, 39.884313439571997 ], [ -75.227540823924897, 39.884185827605698 ], [ -75.227302608278706, 39.884010294444799 ], [ -75.227081746329503, 39.883792571522598 ], [ -75.2260619362889, 39.8824876558811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26696, "tnode_": 26703, "lpoly_": null, "rpoly_": null, "length": 1199.93192576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 45120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 120051, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 181, "Shape__Length": 477.36945175074158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230670246288597, 39.883904114618197 ], [ -75.230413309267107, 39.883469877631498 ], [ -75.229914728114807, 39.882420789742 ], [ -75.229545589516405, 39.881872605374603 ], [ -75.229035038073306, 39.881357314568298 ], [ -75.228605375885806, 39.881077055103802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27216, "tnode_": 26605, "lpoly_": null, "rpoly_": null, "length": 2617.4335482199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 120058, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 182, "Shape__Length": 1041.8834017756678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2368964676715, 39.895167781571999 ], [ -75.237060085448604, 39.895648740650898 ], [ -75.237232346794102, 39.896202658737103 ], [ -75.237979699683194, 39.898584233747002 ], [ -75.238034632438399, 39.898662775414799 ], [ -75.238152583590093, 39.898701774813397 ], [ -75.238266000096999, 39.898696676423 ], [ -75.238351161641205, 39.898656833617203 ], [ -75.238451145411005, 39.898554817988398 ], [ -75.238559647677206, 39.898444111414001 ], [ -75.238572218067105, 39.898431285459402 ], [ -75.238827792606898, 39.898138880652503 ], [ -75.238870606621802, 39.8980485928519 ], [ -75.238882311035894, 39.897945459181003 ], [ -75.238639538926606, 39.897188241995302 ], [ -75.238442230185498, 39.8968198203995 ], [ -75.238327014745707, 39.896645806676801 ], [ -75.238081204241496, 39.896343518703397 ], [ -75.237732249130701, 39.895969109905003 ], [ -75.237493259899907, 39.895745334148003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26671, "tnode_": 26650, "lpoly_": null, "rpoly_": null, "length": 1604.1563687300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 120059, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 183, "Shape__Length": 637.71314533616032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218677759669603, 39.889321289469997 ], [ -75.2190745613037, 39.889646003988801 ], [ -75.219571318771401, 39.889994318224197 ], [ -75.220230527651594, 39.890472125444603 ], [ -75.220710865940404, 39.890803854959699 ], [ -75.221349159046994, 39.891255841480898 ], [ -75.221564341634604, 39.891428446869398 ], [ -75.221762887042402, 39.891631972963502 ], [ -75.222106573644098, 39.8920665989003 ], [ -75.222259547920899, 39.8922493320919 ], [ -75.222454846991099, 39.8924170489354 ], [ -75.222576276338501, 39.892511063743299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26643, "tnode_": 26682, "lpoly_": null, "rpoly_": null, "length": 3383.34104781, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1316, "l_t_add": 1378, "r_f_add": 1317, "r_t_add": 1379, "st_code": 1050, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 120060, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 184, "Shape__Length": 1343.7520099951382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272384643463, 39.892850584999799 ], [ -75.226298202, 39.8926713871343 ], [ -75.225987887483797, 39.892599980263697 ], [ -75.2255017372282, 39.892477719856103 ], [ -75.225097869720997, 39.8923663638028 ], [ -75.224710279199996, 39.892235267238803 ], [ -75.224284234473998, 39.892092427954999 ], [ -75.223716280386597, 39.8918674776098 ], [ -75.223246538620003, 39.891663753831502 ], [ -75.222693952959403, 39.891397875790801 ], [ -75.222145916793295, 39.891100435996499 ], [ -75.221712935843598, 39.890845164782903 ], [ -75.219479717462207, 39.889465539208203 ], [ -75.218416323299394, 39.888814371878802 ], [ -75.217556955922504, 39.8882755417604 ], [ -75.217145972357102, 39.887980010617902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26682, "tnode_": 27999, "lpoly_": null, "rpoly_": null, "length": 2411.6763808400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 120061, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 185, "Shape__Length": 958.53698941330742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217145972357102, 39.887980010617902 ], [ -75.217640989499799, 39.888235921890796 ], [ -75.2190403425368, 39.889044753781597 ], [ -75.219507199770106, 39.8893057687687 ], [ -75.219855591306398, 39.8894931938569 ], [ -75.220142781939302, 39.889625508742 ], [ -75.221596705332701, 39.890281142519399 ], [ -75.221704019597993, 39.890346921377201 ], [ -75.221801050763005, 39.890412473297197 ], [ -75.221897592580007, 39.890491225700302 ], [ -75.222019098862006, 39.890636582769503 ], [ -75.222085917605497, 39.890776770012003 ], [ -75.2221185136071, 39.890914880634298 ], [ -75.222115169342501, 39.891097116107197 ], [ -75.222089653555699, 39.891361841960702 ], [ -75.222097506014904, 39.891572314853597 ], [ -75.222139305313306, 39.891739692903201 ], [ -75.222200104946197, 39.891857288970698 ], [ -75.222307807145199, 39.892004982949203 ], [ -75.222426870342701, 39.8921238638058 ], [ -75.222599886238598, 39.892267713454402 ], [ -75.222749565297306, 39.8923689463358 ], [ -75.222833256435607, 39.892425594096203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26623, "tnode_": 26660, "lpoly_": null, "rpoly_": null, "length": 1197.32448858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7398, "r_f_add": 7001, "r_t_add": 7399, "st_code": 64080, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 120067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 186, "Shape__Length": 475.47529803880917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220809341835505, 39.893676880984401 ], [ -75.221706972447706, 39.893268054903203 ], [ -75.222892945240702, 39.892736972107201 ], [ -75.223846967536502, 39.892312212731099 ], [ -75.224337743080397, 39.892083247400599 ], [ -75.224497542514499, 39.8920252141844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26650, "tnode_": 26629, "lpoly_": null, "rpoly_": null, "length": 1076.76559032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7401, "r_t_add": 7499, "st_code": 16120, "l_hundred": 0, "r_hundred": 7400, "seg_id": 120068, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 187, "Shape__Length": 427.43133467525701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222576276338501, 39.892511063743299 ], [ -75.222843330654598, 39.892714306431202 ], [ -75.223054568892806, 39.892871462526003 ], [ -75.223331488321193, 39.893033005206298 ], [ -75.223979008881699, 39.893179201151497 ], [ -75.225458324219005, 39.893409679607302 ], [ -75.226085602540493, 39.893494450635302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26633, "tnode_": 26613, "lpoly_": null, "rpoly_": null, "length": 1080.3264371099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 0, "r_t_add": 0, "st_code": 16120, "l_hundred": 7500, "r_hundred": 0, "seg_id": 120069, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 188, "Shape__Length": 428.90899943384403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226098020792605, 39.893381504581697 ], [ -75.226406402509696, 39.893428246925701 ], [ -75.226744864894499, 39.893470883467401 ], [ -75.227072170949796, 39.8935406385568 ], [ -75.227399361126601, 39.893616309706204 ], [ -75.227751271785095, 39.893704142276299 ], [ -75.228146636968305, 39.893823509734098 ], [ -75.228608304048905, 39.893996657102697 ], [ -75.229056821051998, 39.894190192138304 ], [ -75.229391857059298, 39.894372780269201 ], [ -75.229540309545698, 39.894554773961701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26629, "tnode_": 26613, "lpoly_": null, "rpoly_": null, "length": 1052.8319196399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7501, "r_t_add": 7599, "st_code": 16120, "l_hundred": 0, "r_hundred": 7500, "seg_id": 120070, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 189, "Shape__Length": 417.93093360859535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226085602540493, 39.893494450635302 ], [ -75.2264529107632, 39.893542643583501 ], [ -75.226901634492194, 39.893622892135603 ], [ -75.2272903338433, 39.893707358036103 ], [ -75.227691576804403, 39.893808382379603 ], [ -75.2281184627752, 39.893944525490802 ], [ -75.228686031399903, 39.894182036291802 ], [ -75.229097172638106, 39.894379614349099 ], [ -75.229353234735498, 39.894500798827202 ], [ -75.229540309545698, 39.894554773961701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26613, "tnode_": 26607, "lpoly_": null, "rpoly_": null, "length": 1194.27947595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 16120, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 120071, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 190, "Shape__Length": 474.06504603659874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229540309545698, 39.894554773961701 ], [ -75.2305788994463, 39.895090307767497 ], [ -75.230972133414994, 39.895237205086502 ], [ -75.231436364314206, 39.895388912763401 ], [ -75.2319295801111, 39.895470857675498 ], [ -75.232418025439202, 39.895532113284901 ], [ -75.233482893451395, 39.895499694388597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26621, "tnode_": 26650, "lpoly_": null, "rpoly_": null, "length": 4424.5976297300003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 8000, "r_f_add": 7801, "r_t_add": 8001, "st_code": 64090, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 120072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 191, "Shape__Length": 1758.0044387881926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210442893800902, 39.893613820516002 ], [ -75.210524740155293, 39.893657749551103 ], [ -75.210638881883099, 39.893685964245002 ], [ -75.210764715479797, 39.893685249845497 ], [ -75.210911290701901, 39.893663692376101 ], [ -75.211621387023897, 39.893555858167197 ], [ -75.211770080852205, 39.893734035822902 ], [ -75.212384963228104, 39.894548436095 ], [ -75.213330336627195, 39.895793551876302 ], [ -75.213751879522903, 39.896345942348098 ], [ -75.213856253432198, 39.896431091758203 ], [ -75.214010102832901, 39.896471313419099 ], [ -75.2142267396503, 39.896430083982096 ], [ -75.214458058679796, 39.896315543623302 ], [ -75.219513091342407, 39.894061720333497 ], [ -75.221069419306005, 39.893341308157197 ], [ -75.221301058287196, 39.893217556918202 ], [ -75.221731593879696, 39.8928864910973 ], [ -75.221940035509306, 39.892743818591498 ], [ -75.222299427926998, 39.892577193483 ], [ -75.222576276338501, 39.892511063743299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27999, "tnode_": 26673, "lpoly_": null, "rpoly_": null, "length": 2243.2806686899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 8298, "r_f_add": 7801, "r_t_add": 8299, "st_code": 73430, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 120073, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2011-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH RD", "stname": "SOUTH RD", "objectid": 192, "Shape__Length": 890.87355061054689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222833256435607, 39.892425594096203 ], [ -75.222872219412395, 39.892412634557701 ], [ -75.223076924034899, 39.892327272253098 ], [ -75.223325234453696, 39.892210188930598 ], [ -75.223462917011602, 39.8921206256232 ], [ -75.223564611017196, 39.892024376334703 ], [ -75.223735560574298, 39.891824326635998 ], [ -75.223883845683105, 39.891639673509502 ], [ -75.224063418217099, 39.891469326552503 ], [ -75.224306587397507, 39.891290427470203 ], [ -75.225101261259596, 39.890840215435901 ], [ -75.225743168136205, 39.890501128057302 ], [ -75.225871005416593, 39.890464967213497 ], [ -75.226111693942002, 39.890455651709097 ], [ -75.227627835579298, 39.8904792134243 ], [ -75.227724330243902, 39.890476157193 ], [ -75.227823386368996, 39.890464523883203 ], [ -75.227932294995199, 39.890428935314503 ], [ -75.228748148952604, 39.890067028350899 ], [ -75.228861857017307, 39.890022910239303 ], [ -75.228936531008202, 39.890003833492798 ], [ -75.229015620591497, 39.889986580135997 ], [ -75.229092023274703, 39.889981354513601 ], [ -75.2291704093753, 39.889983078614001 ], [ -75.229257177963405, 39.890000526534998 ], [ -75.229336845334601, 39.890028177884602 ], [ -75.229420415689006, 39.890071455424298 ], [ -75.229577097615305, 39.890208101942498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26700, "tnode_": 26703, "lpoly_": null, "rpoly_": null, "length": 884.07616381000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENTERPRISE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8333, "st_code": 31870, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 120074, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENTERPRISE AVE", "stname": "ENTERPRISE AVE", "objectid": 193, "Shape__Length": 351.15033560586335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2260619362889, 39.8824876558811 ], [ -75.227495566705699, 39.881829720712403 ], [ -75.227789469869705, 39.8816421966512 ], [ -75.228145825743795, 39.881356133650399 ], [ -75.228605375885806, 39.881077055103802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26621, "tnode_": 26711, "lpoly_": null, "rpoly_": null, "length": 3058.2553095799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOG ISLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4901, "l_t_add": 4903, "r_f_add": 4900, "r_t_add": 4902, "st_code": 43000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 120077, "oneway": "B", "class": 5, "responsibl": "AIRPORT", "update_": "2001-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOG ISLAND RD", "stname": "HOG ISLAND RD", "objectid": 194, "Shape__Length": 1217.9202250825119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210442893800902, 39.893613820516002 ], [ -75.210478451757695, 39.893436059232997 ], [ -75.210608925761306, 39.892864519866201 ], [ -75.211112339847205, 39.890982298777999 ], [ -75.211391746808502, 39.889875481415302 ], [ -75.211458769270706, 39.889460233085998 ], [ -75.211670410635804, 39.8871591781894 ], [ -75.211747256475704, 39.886086033133701 ], [ -75.211756957889094, 39.885471881978901 ], [ -75.211769806917005, 39.885300575943397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26635, "tnode_": 26671, "lpoly_": null, "rpoly_": null, "length": 3223.2607993399997, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1308, "l_t_add": 1368, "r_f_add": 1309, "r_t_add": 1369, "st_code": 1060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 120078, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 195, "Shape__Length": 1279.8841664529623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228695933747701, 39.8933439889745 ], [ -75.228355024832993, 39.893299121261897 ], [ -75.227986136440606, 39.893255819989797 ], [ -75.227615218259004, 39.893198790289603 ], [ -75.227214308233002, 39.893134958032903 ], [ -75.226720512524594, 39.8930379905579 ], [ -75.226166475358994, 39.892918650702597 ], [ -75.225502888401294, 39.892747660175701 ], [ -75.224905085399399, 39.892582024476603 ], [ -75.224640263828903, 39.892498399408097 ], [ -75.223957087767403, 39.892236114063401 ], [ -75.223344968376495, 39.892001102812003 ], [ -75.222608938990106, 39.891654932269901 ], [ -75.222037696111897, 39.8913358436929 ], [ -75.221185248935299, 39.890830881346801 ], [ -75.220341899480403, 39.890315493090903 ], [ -75.219724527067001, 39.889928572345198 ], [ -75.219127859083798, 39.889564227599401 ], [ -75.218677759669603, 39.889321289469997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27216, "tnode_": 26616, "lpoly_": null, "rpoly_": null, "length": 217.36355819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3751, "l_t_add": 3799, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 3700, "r_hundred": 0, "seg_id": 120079, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 196, "Shape__Length": 86.534655441134063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2368964676715, 39.895167781571999 ], [ -75.236667776892801, 39.894777385187098 ], [ -75.2366788058076, 39.894609206600101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26698, "tnode_": 27681, "lpoly_": null, "rpoly_": null, "length": 647.35103706999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1188, "l_t_add": 1198, "r_f_add": 1189, "r_t_add": 1199, "st_code": 1060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 120080, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": "1998-10-23T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 197, "Shape__Length": 257.60640478344908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244873814921306, 39.883491314862198 ], [ -75.244704392094505, 39.8837055453047 ], [ -75.244444869204997, 39.884137177768402 ], [ -75.244213737161601, 39.8845128733197 ], [ -75.243867001352697, 39.885088689288096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26650, "tnode_": 27999, "lpoly_": null, "rpoly_": null, "length": 78.54414544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64090, "l_hundred": 0, "r_hundred": 0, "seg_id": 120092, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1999-11-29T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 198, "Shape__Length": 31.179030621327549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222576276338501, 39.892511063743299 ], [ -75.222833256435607, 39.892425594096203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28299, "tnode_": 28300, "lpoly_": null, "rpoly_": null, "length": 64.77538035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4197, "l_t_add": 4199, "r_f_add": 4196, "r_t_add": 4198, "st_code": 45120, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 120094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-10-29T00:00:00Z", "newsegdate": "2001-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 199, "Shape__Length": 25.781197278348465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233897167793501, 39.889931308895903 ], [ -75.233867493962805, 39.889876714788002 ], [ -75.233802692786895, 39.889769097988797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26688, "tnode_": 28301, "lpoly_": null, "rpoly_": null, "length": 1713.43298342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENTERPRISE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8201, "l_t_add": 8299, "r_f_add": 8200, "r_t_add": 8298, "st_code": 31870, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 120102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-04-17T00:00:00Z", "newsegdate": "2001-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "ENTERPRISE AVE", "stname": "ENTERPRISE AVE", "objectid": 200, "Shape__Length": 680.38576293614051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218088344535602, 39.8861991347394 ], [ -75.222057969977499, 39.884368065065502 ], [ -75.223320622606394, 39.883775103617197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28301, "tnode_": 26700, "lpoly_": null, "rpoly_": null, "length": 901.01137573000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENTERPRISE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8335, "l_t_add": 8399, "r_f_add": 8400, "r_t_add": 8498, "st_code": 31870, "l_hundred": 8300, "r_hundred": 8400, "seg_id": 120103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-04-29T00:00:00Z", "newsegdate": "2001-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "ENTERPRISE AVE", "stname": "ENTERPRISE AVE", "objectid": 201, "Shape__Length": 357.77972701802787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223320622606394, 39.883775103617197 ], [ -75.2260619362889, 39.8824876558811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26677, "tnode_": 28299, "lpoly_": null, "rpoly_": null, "length": 786.75867217999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7801, "r_t_add": 8199, "st_code": 64080, "l_hundred": 0, "r_hundred": 7800, "seg_id": 120105, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 2, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 202, "Shape__Length": 312.1549595947663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2311497882433, 39.889691907337301 ], [ -75.231384209292301, 39.8896370544579 ], [ -75.2316230078182, 39.889606777389197 ], [ -75.231846414539802, 39.889608953439797 ], [ -75.232067759479193, 39.889637311782998 ], [ -75.232451913215101, 39.889693524347102 ], [ -75.233897167793501, 39.889931308895903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26673, "tnode_": 28300, "lpoly_": null, "rpoly_": null, "length": 1266.5084094899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 8198, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 7700, "r_hundred": 0, "seg_id": 120106, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 1, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 203, "Shape__Length": 502.65747857119067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229577097615305, 39.890208101942498 ], [ -75.229922409520498, 39.8900067592214 ], [ -75.230245972215101, 39.889830422061003 ], [ -75.230416961532896, 39.8897483287315 ], [ -75.230631250376405, 39.8896614953726 ], [ -75.230903871214196, 39.889580042393 ], [ -75.231223685640401, 39.8895173882172 ], [ -75.231531804014693, 39.889483169309102 ], [ -75.231897143684407, 39.889484365405899 ], [ -75.232236104397302, 39.889527336717201 ], [ -75.232655216096504, 39.889591497506899 ], [ -75.233802692786895, 39.889769097988797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26634, "tnode_": 28299, "lpoly_": null, "rpoly_": null, "length": 1294.8509113399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4001, "l_t_add": 4195, "r_f_add": 4000, "r_t_add": 4194, "st_code": 45120, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 120109, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-10-21T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 204, "Shape__Length": 515.36933497871291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235802686657294, 39.893168077170799 ], [ -75.234334678850203, 39.890736226940398 ], [ -75.233897167793501, 39.889931308895903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28300, "tnode_": 26696, "lpoly_": null, "rpoly_": null, "length": 2312.2657425899997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4201, "l_t_add": 4699, "r_f_add": 4200, "r_t_add": 4698, "st_code": 45120, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 120110, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-21T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 205, "Shape__Length": 920.3421389980831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233802692786895, 39.889769097988797 ], [ -75.233798351135405, 39.889761889303102 ], [ -75.233429000234096, 39.889187282713401 ], [ -75.233249552773799, 39.8889322867876 ], [ -75.232782788882304, 39.888147549907998 ], [ -75.232230232227593, 39.887098144070897 ], [ -75.230670246288597, 39.883904114618197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26616, "tnode_": 26634, "lpoly_": null, "rpoly_": null, "length": 579.71383733000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3801, "l_t_add": 3999, "r_f_add": 3800, "r_t_add": 3998, "st_code": 45120, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 120111, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-11-29T00:00:00Z", "newsegdate": "2004-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 206, "Shape__Length": 230.73399635738309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366788058076, 39.894609206600101 ], [ -75.236038792255499, 39.893572683770202 ], [ -75.235802686657294, 39.893168077170799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26634, "tnode_": 26670, "lpoly_": null, "rpoly_": null, "length": 1517.96086457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 120112, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-11-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 207, "Shape__Length": 603.16782544338594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235802686657294, 39.893168077170799 ], [ -75.236193410883999, 39.8930301544004 ], [ -75.237535526108701, 39.8922262281286 ], [ -75.238136296931799, 39.891840746106901 ], [ -75.238859317623096, 39.8913478352911 ], [ -75.239198242801606, 39.8911122738727 ], [ -75.239512120889003, 39.8908875532507 ], [ -75.239954659943606, 39.890523749227 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27681, "tnode_": 26635, "lpoly_": null, "rpoly_": null, "length": 5638.9033976800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1200, "l_t_add": 1306, "r_f_add": 1201, "r_t_add": 1307, "st_code": 1060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 120114, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 208, "Shape__Length": 2240.3744816933422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243867001352697, 39.885088689288096 ], [ -75.243560212352904, 39.885598159357201 ], [ -75.242325813732194, 39.8876455839629 ], [ -75.242031579096107, 39.888057245612899 ], [ -75.241576950234005, 39.888624389238203 ], [ -75.241058433628197, 39.889186335879202 ], [ -75.240527233602805, 39.889691052584297 ], [ -75.239901896502403, 39.890208892521599 ], [ -75.239213088592095, 39.890710151664202 ], [ -75.238773709294406, 39.890996666333699 ], [ -75.238284797764095, 39.891289686616297 ], [ -75.237686695310202, 39.8916030913851 ], [ -75.237049470085296, 39.891908041793997 ], [ -75.236279059933295, 39.892229921313699 ], [ -75.2357008981338, 39.892449702068703 ], [ -75.235158304477494, 39.892614297740103 ], [ -75.234542638354696, 39.892790202096599 ], [ -75.233804117055698, 39.892963406215898 ], [ -75.233066707549597, 39.893106495337101 ], [ -75.232274248598003, 39.893226846636601 ], [ -75.231808775231301, 39.893270432026497 ], [ -75.231349123318495, 39.8933076860162 ], [ -75.230777788034999, 39.893342483482101 ], [ -75.230140239112302, 39.893354297588402 ], [ -75.229974411804605, 39.893353115069601 ], [ -75.228695933747701, 39.8933439889745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26712, "tnode_": 26643, "lpoly_": null, "rpoly_": null, "length": 7281.7209607800005, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1136, "l_t_add": 1314, "r_f_add": 1137, "r_t_add": 1315, "st_code": 1050, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 120115, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 209, "Shape__Length": 2893.6714049109614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2456900716343, 39.881751065151498 ], [ -75.245517223852701, 39.881962644058 ], [ -75.245193393834597, 39.882387604441902 ], [ -75.244749475646898, 39.883055150483202 ], [ -75.244253666772707, 39.883896710860199 ], [ -75.243588609124302, 39.884998898775997 ], [ -75.243577347431795, 39.885017563435603 ], [ -75.243191911506102, 39.8856491856397 ], [ -75.242654853816006, 39.886579463151797 ], [ -75.242089068160197, 39.887479568930999 ], [ -75.241665902075596, 39.888083413135 ], [ -75.241222099080701, 39.888624215725599 ], [ -75.240853392114303, 39.888999607453599 ], [ -75.240510424992806, 39.889345188253003 ], [ -75.239995993876704, 39.889793033184702 ], [ -75.239259344202097, 39.890370969984701 ], [ -75.238377181828199, 39.890954322668101 ], [ -75.237734896929197, 39.891314137341702 ], [ -75.236788101452504, 39.891763244045897 ], [ -75.235942724226305, 39.892106312275601 ], [ -75.235320208154704, 39.892316509184901 ], [ -75.234642005332702, 39.892521175747198 ], [ -75.234077709362793, 39.892668071148599 ], [ -75.233199189361102, 39.892848959693097 ], [ -75.232142408651498, 39.893010695314302 ], [ -75.231211900558904, 39.893089426776399 ], [ -75.230573876017203, 39.893114147686099 ], [ -75.229981161060294, 39.893115610012103 ], [ -75.229869638280405, 39.8931158843764 ], [ -75.2292274636944, 39.893101762750298 ], [ -75.228759195654106, 39.893069939172101 ], [ -75.2282746526935, 39.893024840693101 ], [ -75.227718233946604, 39.892952809764701 ], [ -75.2272384643463, 39.892850584999799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26682, "tnode_": 26691, "lpoly_": null, "rpoly_": null, "length": 2384.3003281399997, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1380, "l_t_add": 1424, "r_f_add": 1381, "r_t_add": 1425, "st_code": 1050, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 120116, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 210, "Shape__Length": 946.49538990496137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217145972357102, 39.887980010617902 ], [ -75.215942822055098, 39.887278523484802 ], [ -75.215175892220699, 39.886815683574603 ], [ -75.214426213451105, 39.886447148556201 ], [ -75.214034386612497, 39.886282593794498 ], [ -75.213909874370799, 39.8862303023134 ], [ -75.213392008795196, 39.886054502897103 ], [ -75.212827431609597, 39.885884635315001 ], [ -75.212269742374801, 39.885759185486201 ], [ -75.21174097366, 39.885671380336902 ], [ -75.211306459601801, 39.885618040037997 ], [ -75.210901599093106, 39.885588894682897 ], [ -75.210492000161494, 39.885569731425903 ], [ -75.210155918468999, 39.885569008743303 ], [ -75.2098375338133, 39.885561952238 ], [ -75.209507296526695, 39.885562698787503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26671, "tnode_": 26689, "lpoly_": null, "rpoly_": null, "length": 2654.09579321, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1370, "l_t_add": 1416, "r_f_add": 1371, "r_t_add": 1417, "st_code": 1060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 120117, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 211, "Shape__Length": 1053.8686736826546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218677759669603, 39.889321289469997 ], [ -75.215921179487196, 39.887608858561798 ], [ -75.214636629577498, 39.886921886276397 ], [ -75.214317345448507, 39.886781209236297 ], [ -75.213980641512805, 39.886647874606098 ], [ -75.213813005204202, 39.886589927330803 ], [ -75.213461784786801, 39.886468518113297 ], [ -75.213085443204307, 39.886353404732603 ], [ -75.212719967319501, 39.886261390890503 ], [ -75.212166635257702, 39.8861521803586 ], [ -75.211736401416005, 39.8860793946928 ], [ -75.211014836920498, 39.885997219832099 ], [ -75.210507744493199, 39.8859890450736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26616, "tnode_": 27881, "lpoly_": null, "rpoly_": null, "length": 1736.17636339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8010, "l_t_add": 8398, "r_f_add": 8011, "r_t_add": 8399, "st_code": 16120, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 120118, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-09-21T00:00:00Z", "newsegdate": "2006-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM AVE", "stname": "BARTRAM AVE", "objectid": 212, "Shape__Length": 689.60839894421451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366788058076, 39.894609206600101 ], [ -75.237745102083394, 39.894254156770401 ], [ -75.238675049331206, 39.893872038900597 ], [ -75.239449427133394, 39.893483451891399 ], [ -75.241827473546394, 39.892015394866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26696, "tnode_": 29153, "lpoly_": null, "rpoly_": null, "length": 505.22647873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 1293, "l_hundred": 0, "r_hundred": 0, "seg_id": 120119, "oneway": "B", "class": 18, "responsibl": "PRIVATE", "update_": "2006-11-22T00:00:00Z", "newsegdate": "2006-11-22T00:00:00Z", "multi_rep": 0, "streetlabe": "PIA WAY", "stname": "PIA WAY", "objectid": 213, "Shape__Length": 200.47464460993896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230670246288597, 39.883904114618197 ], [ -75.231478152084904, 39.883712040920102 ], [ -75.232389618184897, 39.883493047152498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24677, "tnode_": 24710, "lpoly_": null, "rpoly_": null, "length": 174.50004752000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6470, "l_t_add": 6498, "r_f_add": 6471, "r_t_add": 6499, "st_code": 38640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 214, "Shape__Length": 69.382968219427212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235131001108101, 39.926968139939397 ], [ -75.235595922844993, 39.926649800456403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24647, "tnode_": 24710, "lpoly_": null, "rpoly_": null, "length": 289.11037655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2003, "l_t_add": 2099, "r_f_add": 2020, "r_t_add": 2098, "st_code": 89160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200019, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 215, "Shape__Length": 115.00078151472319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236290655084701, 39.927236127559098 ], [ -75.235595922844993, 39.926649800456403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24668, "tnode_": 24725, "lpoly_": null, "rpoly_": null, "length": 247.36237865000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2221, "l_t_add": 2299, "r_f_add": 2220, "r_t_add": 2298, "st_code": 89080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200021, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 216, "Shape__Length": 98.389681374409633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231124052014195, 39.926900197828502 ], [ -75.230522312938703, 39.926403744121302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24725, "tnode_": 24781, "lpoly_": null, "rpoly_": null, "length": 229.45454658, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2322, "st_code": 89080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200024, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 217, "Shape__Length": 91.264072440009969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230522312938703, 39.926403744121302 ], [ -75.229960766994296, 39.925945668966897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24692, "tnode_": 24737, "lpoly_": null, "rpoly_": null, "length": 279.06468497999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 89240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 218, "Shape__Length": 110.9112004369654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240981941867204, 39.926988762811703 ], [ -75.240602814814196, 39.926902673385598 ], [ -75.240524182292603, 39.9268475435073 ], [ -75.240178730042004, 39.926576322535297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27920, "tnode_": 29787, "lpoly_": null, "rpoly_": null, "length": 22553.873875280002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOG ISLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 98, "st_code": 43000, "l_hundred": 0, "r_hundred": 0, "seg_id": 120120, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2013-01-31T00:00:00Z", "newsegdate": "2013-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "HOG ISLAND RD", "stname": "HOG ISLAND RD", "objectid": 219, "Shape__Length": 8951.9073893138211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215699508449404, 39.875106465618401 ], [ -75.216769631917899, 39.874591036859997 ], [ -75.2175232647146, 39.874304324861399 ], [ -75.218198784371097, 39.874092385222703 ], [ -75.218873907532696, 39.873890984558898 ], [ -75.219687334812406, 39.873653064071497 ], [ -75.220562919000699, 39.873400683103199 ], [ -75.221165406870796, 39.873218769013199 ], [ -75.221623626519204, 39.8730494972638 ], [ -75.2219926063663, 39.872886169268099 ], [ -75.222457081698593, 39.872640530201899 ], [ -75.222880896588407, 39.8723834409505 ], [ -75.223250169134403, 39.872119871188403 ], [ -75.223635765766304, 39.871785434412502 ], [ -75.223958610047404, 39.871481269608601 ], [ -75.224291032352397, 39.871103450263902 ], [ -75.2247182660997, 39.870477111268002 ], [ -75.225071412896, 39.869725151740298 ], [ -75.225393860515695, 39.869062206612902 ], [ -75.225577414639901, 39.868728588090299 ], [ -75.225818628470094, 39.868409429345299 ], [ -75.226264005443596, 39.867939126216399 ], [ -75.226616823531202, 39.867656718015297 ], [ -75.227051439311893, 39.867384024415003 ], [ -75.227393401415497, 39.867209532557197 ], [ -75.228008813203303, 39.866954005722803 ], [ -75.228716380327597, 39.866705779949299 ], [ -75.229219102204397, 39.866534820408702 ], [ -75.229675073375603, 39.866367959692802 ], [ -75.230089615728005, 39.866184797882902 ], [ -75.230480005906301, 39.865996413803998 ], [ -75.230963341751007, 39.865763174242801 ], [ -75.231339657182303, 39.865626065381598 ], [ -75.232295379317904, 39.865290649772398 ], [ -75.2334602675067, 39.864894165352098 ], [ -75.233792937247102, 39.8647844578282 ], [ -75.2341990810407, 39.864663236178103 ], [ -75.2347185903715, 39.864562088596102 ], [ -75.235206822918101, 39.864442665622803 ], [ -75.235621955109394, 39.8643251538155 ], [ -75.236403086016594, 39.864060909715299 ], [ -75.236809740121302, 39.8639256211587 ], [ -75.237608714527497, 39.863672312021698 ], [ -75.238319346122097, 39.863462786219401 ], [ -75.238853300797402, 39.863340832910801 ], [ -75.239377871461699, 39.863225706482702 ], [ -75.240108832239599, 39.863083443881699 ], [ -75.2406840844111, 39.862955352845397 ], [ -75.241063619301698, 39.862812420569703 ], [ -75.241478187616906, 39.862585839109698 ], [ -75.241787990900207, 39.862353446018503 ], [ -75.242024306203902, 39.862133511529102 ], [ -75.242282748741601, 39.861808542815801 ], [ -75.242744122934198, 39.861178491118501 ], [ -75.243056735980602, 39.860745669877701 ], [ -75.243322475638095, 39.860470100739697 ], [ -75.243529476304303, 39.860302281461998 ], [ -75.2439672099364, 39.860065646808003 ], [ -75.244488740333594, 39.859908223283597 ], [ -75.245582247891505, 39.859710544346797 ], [ -75.2466808280371, 39.859498896054603 ], [ -75.248325562943293, 39.8592041979119 ], [ -75.250301464770402, 39.858839323181599 ], [ -75.252915733845995, 39.858365225385199 ], [ -75.254129176167694, 39.8581313898421 ], [ -75.255167132255096, 39.857953513357401 ], [ -75.255593807914195, 39.857892458964599 ], [ -75.255895812203804, 39.857870896554601 ], [ -75.256128382793705, 39.857875959751397 ], [ -75.256428842468907, 39.857896569191603 ], [ -75.256966999837701, 39.858031386903498 ], [ -75.258097787987694, 39.8583092344631 ], [ -75.258794017560106, 39.8584896895021 ], [ -75.259631560857201, 39.858550106558098 ], [ -75.260683566845699, 39.858611661278601 ], [ -75.262080998597895, 39.858712363867099 ], [ -75.264937211476607, 39.858858772793901 ], [ -75.265959870714099, 39.858849295884397 ], [ -75.266890169642707, 39.8588694641345 ], [ -75.268013027302004, 39.858865659038997 ], [ -75.269158044435997, 39.858879908269998 ], [ -75.271008166301897, 39.858832026817097 ], [ -75.272432770384299, 39.858813603833099 ], [ -75.273341804392103, 39.858791052230302 ], [ -75.274157457986902, 39.858826269208699 ], [ -75.276273309812893, 39.858875494453102 ], [ -75.276938986188895, 39.858893384111603 ], [ -75.277289746782998, 39.8589115070369 ], [ -75.277589577698393, 39.858949634388999 ], [ -75.277869763363995, 39.859026026166298 ], [ -75.278184516598699, 39.859155922003502 ], [ -75.278498378572095, 39.859310418902702 ], [ -75.278878313946294, 39.859656271993799 ], [ -75.279159966406596, 39.859943727716598 ], [ -75.279370952943694, 39.8601663484474 ], [ -75.279560158538899, 39.860360360464398 ], [ -75.279694640876201, 39.860553193068199 ], [ -75.279748823098998, 39.860695051725003 ], [ -75.279759281134105, 39.860909830178898 ], [ -75.279691318972397, 39.861147538874398 ], [ -75.279505548325602, 39.861361603411801 ], [ -75.279095896028096, 39.861708012192203 ], [ -75.278657473168195, 39.8620924890173 ], [ -75.278347157432606, 39.862342555166599 ], [ -75.2781107034549, 39.862569593012402 ], [ -75.277989155882594, 39.862774488622001 ], [ -75.277955790625299, 39.862939080302702 ], [ -75.277966372215801, 39.8631503442625 ], [ -75.278040345724506, 39.8636267714529 ], [ -75.278015334602998, 39.863812646251802 ], [ -75.277979324620304, 39.8639244219764 ], [ -75.277921404013796, 39.864011103737496 ], [ -75.277809905470903, 39.864064974200801 ], [ -75.277487722464002, 39.864138918251598 ], [ -75.277013794748797, 39.864208870699201 ], [ -75.275795568012896, 39.864338354226902 ], [ -75.2757602999488, 39.864345066247402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29787, "tnode_": 29790, "lpoly_": null, "rpoly_": null, "length": 6949.9975761000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TINICUM ISLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 1, "l_t_add": 999, "r_f_add": 2, "r_t_add": 998, "st_code": 77380, "l_hundred": 100, "r_hundred": 100, "seg_id": 120121, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2013-01-31T00:00:00Z", "newsegdate": "2013-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "TINICUM ISLAND RD", "stname": "TINICUM ISLAND RD", "objectid": 220, "Shape__Length": 2761.5557048611149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2757602999488, 39.864345066247402 ], [ -75.275347452379293, 39.864423641534401 ], [ -75.274304772032707, 39.864667549112902 ], [ -75.273311411022306, 39.864872943158701 ], [ -75.272559017578601, 39.865041332945502 ], [ -75.271768514839707, 39.865222083079502 ], [ -75.271418719061103, 39.865333223809998 ], [ -75.271157952315306, 39.865443652569397 ], [ -75.270906197159107, 39.865588568169898 ], [ -75.270709363668104, 39.865729396470698 ], [ -75.270485510091603, 39.865954053972096 ], [ -75.270317537718896, 39.866148265276102 ], [ -75.2701452408417, 39.866461091271802 ], [ -75.270041931205697, 39.866759581783903 ], [ -75.270004573273098, 39.867033120724798 ], [ -75.270030189319698, 39.867363418988496 ], [ -75.270210487048303, 39.867958223207197 ], [ -75.270475268215506, 39.868771167719402 ], [ -75.2705151262236, 39.868898652136799 ], [ -75.270859826354794, 39.869961293466098 ], [ -75.271229213781993, 39.8710983295164 ], [ -75.271352313652997, 39.871478219938702 ], [ -75.271394755011201, 39.871816795949101 ], [ -75.2713554426077, 39.872238017718203 ], [ -75.271238733300805, 39.872528306169201 ], [ -75.271045514897395, 39.872851232632698 ], [ -75.270852427803803, 39.873076556949798 ], [ -75.270577140005898, 39.873302740388503 ], [ -75.270293317634298, 39.873481255644897 ], [ -75.269893277088499, 39.8736546167383 ], [ -75.269375960277799, 39.873851816727601 ], [ -75.268751917517505, 39.874065169153198 ], [ -75.266969960306, 39.874672868085497 ], [ -75.266776940048999, 39.874708254814202 ], [ -75.266657301801501, 39.874703023956897 ], [ -75.266552404484401, 39.874669095266697 ], [ -75.266378125975294, 39.874660041784502 ], [ -75.266267690389597, 39.874684028077297 ], [ -75.266188430382797, 39.874698137679701 ], [ -75.266074959662205, 39.874711505636199 ], [ -75.265835777174203, 39.874698407176801 ], [ -75.265566190388796, 39.874674096636397 ], [ -75.265069804730899, 39.874578917708099 ], [ -75.264563587980206, 39.874378005986998 ], [ -75.264021428023696, 39.874036499577102 ], [ -75.263473009326802, 39.873679027011697 ], [ -75.262703055275594, 39.873200673188002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29790, "tnode_": 29793, "lpoly_": null, "rpoly_": null, "length": 3059.8331868799996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TINICUM ISLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 1001, "l_t_add": 1923, "r_f_add": 1000, "r_t_add": 1922, "st_code": 77380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 120122, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2013-01-31T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "TINICUM ISLAND RD", "stname": "TINICUM ISLAND RD", "objectid": 221, "Shape__Length": 1214.9000320432451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262703055275594, 39.873200673188002 ], [ -75.261907769113705, 39.872666366615 ], [ -75.261603697639501, 39.872461916319203 ], [ -75.261199748170895, 39.872273761564699 ], [ -75.260928101806897, 39.872212463607298 ], [ -75.260602302535901, 39.872134160815101 ], [ -75.260274669946597, 39.872105938357102 ], [ -75.259980473903298, 39.872099545449402 ], [ -75.259537251164701, 39.872142671969897 ], [ -75.258860871721794, 39.872288884496399 ], [ -75.258374376198603, 39.872391739288297 ], [ -75.257805294347307, 39.872505985390902 ], [ -75.256428957972204, 39.8727873218035 ], [ -75.255621990191699, 39.872946501241799 ], [ -75.254953306627201, 39.873069116598103 ], [ -75.254666953013896, 39.873128829802504 ], [ -75.254538831333605, 39.873168247371801 ], [ -75.254498977652702, 39.873228053016099 ], [ -75.254475878235496, 39.873391104052899 ], [ -75.254441910791201, 39.873757041315102 ], [ -75.254391032981601, 39.874117334976503 ], [ -75.254365055438498, 39.874172166603003 ], [ -75.254341918795305, 39.874242887801501 ], [ -75.254274309464606, 39.874312640367798 ], [ -75.254185302680895, 39.874405668841199 ], [ -75.254167847594104, 39.874508169168102 ], [ -75.254256268712496, 39.874718824868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28301, "tnode_": 29920, "lpoly_": null, "rpoly_": null, "length": 5603.2207289199996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORT MIFFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 4701, "l_t_add": 4999, "r_f_add": 4700, "r_t_add": 4998, "st_code": 34720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 120123, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "FORT MIFFLIN RD", "stname": "FORT MIFFLIN RD", "objectid": 222, "Shape__Length": 2226.5596675705469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223320622606394, 39.883775103617197 ], [ -75.222690309303999, 39.8829567823689 ], [ -75.222688644380796, 39.882954692273003 ], [ -75.222604633335607, 39.8828703034144 ], [ -75.222519344115199, 39.882798821053598 ], [ -75.222330848051001, 39.8826646997802 ], [ -75.222267559572998, 39.882625114944297 ], [ -75.222139611675999, 39.882561314813699 ], [ -75.2220364953901, 39.882517771681698 ], [ -75.221911901545994, 39.8824712913176 ], [ -75.2217767627847, 39.882428890363201 ], [ -75.221645298046496, 39.882395192876103 ], [ -75.221458506946007, 39.882365817457199 ], [ -75.221327771608898, 39.882355541877203 ], [ -75.221220795060205, 39.882351333376697 ], [ -75.221077595762196, 39.8823537172333 ], [ -75.220947771431, 39.882361939036599 ], [ -75.220806418427102, 39.882379145112701 ], [ -75.220694932063296, 39.882395194693302 ], [ -75.216665546763394, 39.8831773215176 ], [ -75.214147937065604, 39.883668828129203 ], [ -75.213971495546502, 39.883701247635003 ], [ -75.213891663407495, 39.883709454168098 ], [ -75.213856500579197, 39.883710100492102 ], [ -75.213699055305995, 39.883716590159501 ], [ -75.213623290915095, 39.883714913336902 ], [ -75.213553123346699, 39.8837119349528 ], [ -75.213512629156597, 39.883706764331301 ], [ -75.213416856022505, 39.883696095797298 ], [ -75.213310154793007, 39.883680910932 ], [ -75.213194479212802, 39.883658403081498 ], [ -75.213172463697205, 39.883653641384001 ], [ -75.213044224988195, 39.883620882079001 ], [ -75.212954686058097, 39.883591829252303 ], [ -75.212923802437999, 39.883576897081802 ], [ -75.212785643779696, 39.883512571983402 ], [ -75.212698697287195, 39.883463629047398 ], [ -75.212597603555494, 39.883397274473701 ], [ -75.212523910862402, 39.883340076142296 ], [ -75.212405827298994, 39.883233451496999 ], [ -75.212287115971293, 39.883094041544602 ], [ -75.212251036875003, 39.883036814585999 ], [ -75.212219122782003, 39.882971963659799 ], [ -75.212184670976498, 39.882906608726699 ], [ -75.212158692891407, 39.882838859162298 ], [ -75.212128474319101, 39.882723964409401 ], [ -75.212098380653103, 39.882612745801303 ], [ -75.212072749911897, 39.882490746410298 ], [ -75.212049228429507, 39.882357167182697 ], [ -75.212027430871998, 39.882222334990402 ], [ -75.212005633434401, 39.8820875018937 ], [ -75.2120019764983, 39.882067909684501 ], [ -75.211872475899497, 39.881102918129301 ], [ -75.211865222458499, 39.880977812689103 ], [ -75.211865104644104, 39.880941323963803 ], [ -75.211866738296095, 39.880818220970099 ], [ -75.211875935249594, 39.880690723715503 ], [ -75.211894633829203, 39.880586241293599 ], [ -75.211924278225695, 39.880466038231901 ], [ -75.211968793912803, 39.880343884095801 ], [ -75.212022054404599, 39.8802253447301 ], [ -75.212085283980798, 39.8801172876518 ], [ -75.212153202887606, 39.880002493080198 ], [ -75.212222644585097, 39.879886591527203 ], [ -75.212292084843895, 39.879770690806602 ], [ -75.212367106499997, 39.879647711931803 ], [ -75.213544888595905, 39.877568290626897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29920, "tnode_": 27920, "lpoly_": null, "rpoly_": null, "length": 1108.5561996500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORT MIFFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 34720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 120124, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "FORT MIFFLIN RD", "stname": "FORT MIFFLIN RD", "objectid": 223, "Shape__Length": 440.84948664694116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213544888595905, 39.877568290626897 ], [ -75.214181676254796, 39.876443959680003 ], [ -75.214217670479897, 39.876361527036401 ], [ -75.214293037918594, 39.876221610464803 ], [ -75.214417217954903, 39.876046881658397 ], [ -75.2145464321936, 39.875889581385202 ], [ -75.214728657214806, 39.875705073207101 ], [ -75.214904532122503, 39.875569998308499 ], [ -75.215076213168402, 39.875446526284698 ], [ -75.215699508449404, 39.875106465618401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29920, "tnode_": 29921, "lpoly_": null, "rpoly_": null, "length": 719.75995483999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOG ISLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19113, "zip_right": 19113, "l_f_add": 6401, "l_t_add": 6401, "r_f_add": 6400, "r_t_add": 6400, "st_code": 43000, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 120126, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-01-31T00:00:00Z", "newsegdate": "2015-04-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HOG ISLAND RD", "stname": "HOG ISLAND RD", "objectid": 224, "Shape__Length": 286.00413841827003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213544888595905, 39.877568290626897 ], [ -75.211673965154205, 39.8762169858663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30111, "tnode_": 30123, "lpoly_": null, "rpoly_": null, "length": 2883.1588158200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPARTURES", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8660, "r_f_add": 8001, "r_t_add": 8661, "st_code": 28230, "l_hundred": 0, "r_hundred": 0, "seg_id": 120128, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2023-11-27T10:20:53Z", "newsegdate": "2023-11-27T10:20:53Z", "multi_rep": 0, "streetlabe": "DEPARTURES RD", "stname": "DEPARTURES RD", "objectid": 225, "Shape__Length": 1145.038821264787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2474855571365, 39.875617621788301 ], [ -75.242149434212095, 39.876720051825998 ], [ -75.241598617689903, 39.8769215987801 ], [ -75.241157344410496, 39.877159717185101 ], [ -75.240759446963096, 39.877424417085102 ], [ -75.240380241909605, 39.8777835105073 ], [ -75.2401137293338, 39.8780938063123 ], [ -75.239883006022197, 39.878486054335397 ], [ -75.239734913440799, 39.878892928741401 ], [ -75.239641593669504, 39.879318091166297 ], [ -75.239691022695496, 39.879563836433903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30123, "tnode_": 30124, "lpoly_": null, "rpoly_": null, "length": 118.1797365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 32200, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 120129, "oneway": "B", "class": 12, "responsibl": "AIRPORT", "update_": "2023-11-27T11:52:30Z", "newsegdate": "2023-11-27T11:52:30Z", "multi_rep": null, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 226, "Shape__Length": 46.879903413101985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239691022695496, 39.879563836433903 ], [ -75.239900222181902, 39.879538698782397 ], [ -75.240106153291606, 39.879567745268503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30123, "tnode_": 30180, "lpoly_": null, "rpoly_": null, "length": 411.92513749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPARTURES", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8662, "l_t_add": 8756, "r_f_add": 8663, "r_t_add": 8757, "st_code": 28230, "l_hundred": 0, "r_hundred": 0, "seg_id": 120130, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T08:53:52Z", "newsegdate": "2025-07-08T08:53:52Z", "multi_rep": 0, "streetlabe": "DEPARTURES RD", "stname": "DEPARTURES RD", "objectid": 227, "Shape__Length": 163.96175213269873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239691022695496, 39.879563836433903 ], [ -75.239707187804996, 39.8796442051989 ], [ -75.239787959423694, 39.879859577002598 ], [ -75.240177684162802, 39.880628296105101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30180, "tnode_": 29744, "lpoly_": null, "rpoly_": null, "length": 1048.65473731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPARTURES", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8758, "l_t_add": 8994, "r_f_add": 8759, "r_t_add": 8995, "st_code": 28230, "l_hundred": 0, "r_hundred": 0, "seg_id": 120131, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T08:53:52Z", "newsegdate": "2025-07-08T08:53:52Z", "multi_rep": 0, "streetlabe": "DEPARTURES RD", "stname": "DEPARTURES RD", "objectid": 228, "Shape__Length": 417.48362578896229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240177684162802, 39.880628296105101 ], [ -75.240434064663503, 39.8811339882092 ], [ -75.240534688581207, 39.882040651591502 ], [ -75.240801190374796, 39.882889786491603 ], [ -75.240972707599695, 39.883217733132199 ], [ -75.241076909166694, 39.883399441191301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24559, "tnode_": 24607, "lpoly_": null, "rpoly_": null, "length": 187.9939418, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1929, "r_f_add": 1900, "r_t_add": 1928, "st_code": 89200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 229, "Shape__Length": 74.783589178170743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239495804882907, 39.928033443692499 ], [ -75.239049770234999, 39.927648212905503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24615, "tnode_": 24647, "lpoly_": null, "rpoly_": null, "length": 177.54612114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6444, "l_t_add": 6498, "r_f_add": 6445, "r_t_add": 6499, "st_code": 78960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 230, "Shape__Length": 70.553141330281875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235758590783803, 39.927499017337801 ], [ -75.236208922052199, 39.927266055453003 ], [ -75.236290655084701, 39.927236127559098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24615, "tnode_": 24677, "lpoly_": null, "rpoly_": null, "length": 261.49615855000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 73020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SIMPSON ST", "stname": "S SIMPSON ST", "objectid": 231, "Shape__Length": 104.01745645086228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235758590783803, 39.927499017337801 ], [ -75.235131001108101, 39.926968139939397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24580, "tnode_": 24685, "lpoly_": null, "rpoly_": null, "length": 471.92740684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 47780, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 232, "Shape__Length": 187.65082607955679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236988853064204, 39.927830167476401 ], [ -75.238236871659794, 39.926961204688801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24640, "tnode_": 24685, "lpoly_": null, "rpoly_": null, "length": 187.96943031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1971, "l_t_add": 1999, "r_f_add": 1970, "r_t_add": 1998, "st_code": 89200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 233, "Shape__Length": 74.76995472946949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238688143253796, 39.927342708981897 ], [ -75.238236871659794, 39.926961204688801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24559, "tnode_": 24692, "lpoly_": null, "rpoly_": null, "length": 564.40014743999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 22760, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 234, "Shape__Length": 224.42501409825681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239495804882907, 39.928033443692499 ], [ -75.240981941867204, 39.926988762811703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24710, "tnode_": 24751, "lpoly_": null, "rpoly_": null, "length": 168.68887698999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6516, "r_f_add": 6501, "r_t_add": 6517, "st_code": 38640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 235, "Shape__Length": 67.078329425891312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235595922844993, 39.926649800456403 ], [ -75.236035776647995, 39.926333961294198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24647, "tnode_": 24756, "lpoly_": null, "rpoly_": null, "length": 474.68190257999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 78960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200027, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 236, "Shape__Length": 188.7500399807717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236290655084701, 39.927236127559098 ], [ -75.237537341206107, 39.9263548221004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24706, "tnode_": 24756, "lpoly_": null, "rpoly_": null, "length": 112.38062728, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2007, "r_f_add": 2000, "r_t_add": 2014, "st_code": 89200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 237, "Shape__Length": 44.706225550023341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237799939650898, 39.926587837794997 ], [ -75.237537341206107, 39.9263548221004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24751, "tnode_": 24777, "lpoly_": null, "rpoly_": null, "length": 135.44743824999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6518, "l_t_add": 6534, "r_f_add": 6519, "r_t_add": 6535, "st_code": 38640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 238, "Shape__Length": 53.855030646874638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236035776647995, 39.926333961294198 ], [ -75.236396276976606, 39.926086545262997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24734, "tnode_": 24788, "lpoly_": null, "rpoly_": null, "length": 231.6665588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6419, "st_code": 84480, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200030, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 239, "Shape__Length": 92.11770699278371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233102586480896, 39.926461200164098 ], [ -75.233711384135106, 39.926031386808198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24668, "tnode_": 24791, "lpoly_": null, "rpoly_": null, "length": 515.24122724000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 71120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 200031, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 240, "Shape__Length": 204.86922468633713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231124052014195, 39.926900197828502 ], [ -75.232488752687701, 39.9259533209813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24734, "tnode_": 24791, "lpoly_": null, "rpoly_": null, "length": 252.72065357, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2235, "r_f_add": 2200, "r_t_add": 2234, "st_code": 89120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 241, "Shape__Length": 100.52087152840852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233102586480896, 39.926461200164098 ], [ -75.232488752687701, 39.9259533209813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24777, "tnode_": 24817, "lpoly_": null, "rpoly_": null, "length": 167.6784619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6536, "l_t_add": 6598, "r_f_add": 6537, "r_t_add": 6599, "st_code": 38640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 242, "Shape__Length": 66.674506158535166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236396276976606, 39.926086545262997 ], [ -75.236835792025801, 39.925774506976801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24756, "tnode_": 24817, "lpoly_": null, "rpoly_": null, "length": 288.79710446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2009, "l_t_add": 2099, "r_f_add": 2016, "r_t_add": 2098, "st_code": 89200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 243, "Shape__Length": 114.87016127746654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237537341206107, 39.9263548221004 ], [ -75.236835792025801, 39.925774506976801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24788, "tnode_": 24834, "lpoly_": null, "rpoly_": null, "length": 238.48877706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6424, "l_t_add": 6498, "r_f_add": 6421, "r_t_add": 6499, "st_code": 84480, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200035, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 244, "Shape__Length": 94.835020903513879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233711384135106, 39.926031386808198 ], [ -75.234330056792501, 39.925582251628697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24710, "tnode_": 24834, "lpoly_": null, "rpoly_": null, "length": 526.57520695999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 89160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200036, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 245, "Shape__Length": 209.45542698450362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235595922844993, 39.926649800456403 ], [ -75.234330056792501, 39.925582251628697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24725, "tnode_": 24843, "lpoly_": null, "rpoly_": null, "length": 517.02342437000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 63180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 200037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 246, "Shape__Length": 205.58434409345196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230522312938703, 39.926403744121302 ], [ -75.231879464151305, 39.925443221657403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24791, "tnode_": 24843, "lpoly_": null, "rpoly_": null, "length": 252.44954469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2237, "l_t_add": 2299, "r_f_add": 2236, "r_t_add": 2298, "st_code": 89120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 247, "Shape__Length": 100.41461407146848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232488752687701, 39.9259533209813 ], [ -75.231879464151305, 39.925443221657403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24817, "tnode_": 24859, "lpoly_": null, "rpoly_": null, "length": 225.29761467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6628, "r_f_add": 6601, "r_t_add": 6619, "st_code": 38640, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 248, "Shape__Length": 89.58144746697819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236835792025801, 39.925774506976801 ], [ -75.237432259671706, 39.925360245589196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24807, "tnode_": 24860, "lpoly_": null, "rpoly_": null, "length": 268.9806319, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1920, "st_code": 89270, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 249, "Shape__Length": 106.98535590167452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242351443317901, 39.9260403368353 ], [ -75.241694273924494, 39.925502551363202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24756, "tnode_": 24862, "lpoly_": null, "rpoly_": null, "length": 496.20616019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6665, "st_code": 78960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 250, "Shape__Length": 197.30240672663246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237537341206107, 39.9263548221004 ], [ -75.238846415709503, 39.9254385049801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24834, "tnode_": 24866, "lpoly_": null, "rpoly_": null, "length": 167.8920338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6518, "r_f_add": 6501, "r_t_add": 6513, "st_code": 84480, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200042, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 251, "Shape__Length": 66.756006679323676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234330056792501, 39.925582251628697 ], [ -75.234774622785096, 39.925273610634598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24751, "tnode_": 24866, "lpoly_": null, "rpoly_": null, "length": 523.74931005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DAGGETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 27120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200043, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DAGGETT ST", "stname": "S DAGGETT ST", "objectid": 252, "Shape__Length": 208.32917703590999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236035776647995, 39.926333961294198 ], [ -75.234774622785096, 39.925273610634598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24834, "tnode_": 24874, "lpoly_": null, "rpoly_": null, "length": 183.39947825000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2209, "r_f_add": 2200, "r_t_add": 2208, "st_code": 89160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200044, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 253, "Shape__Length": 72.952613591666449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234330056792501, 39.925582251628697 ], [ -75.233893756930698, 39.925207248644199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24843, "tnode_": 24895, "lpoly_": null, "rpoly_": null, "length": 204.8920187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 89120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 254, "Shape__Length": 81.502090628926723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231879464151305, 39.925443221657403 ], [ -75.231392665074196, 39.925023838515997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24817, "tnode_": 24896, "lpoly_": null, "rpoly_": null, "length": 335.95198992000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2135, "r_f_add": 2100, "r_t_add": 2126, "st_code": 89200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 255, "Shape__Length": 133.63551615170704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236835792025801, 39.925774506976801 ], [ -75.236037458952495, 39.925086966172699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24866, "tnode_": 24907, "lpoly_": null, "rpoly_": null, "length": 136.70263482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6520, "l_t_add": 6534, "r_f_add": 6515, "r_t_add": 6525, "st_code": 84480, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200047, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 256, "Shape__Length": 54.354640339855948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234774622785096, 39.925273610634598 ], [ -75.235136358526503, 39.925022100020001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24777, "tnode_": 24907, "lpoly_": null, "rpoly_": null, "length": 524.61774685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOULD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 37800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOULD ST", "stname": "GOULD ST", "objectid": 257, "Shape__Length": 208.67582523651708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236396276976606, 39.926086545262997 ], [ -75.235136358526503, 39.925022100020001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24859, "tnode_": 24938, "lpoly_": null, "rpoly_": null, "length": 277.03538197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6630, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 38640, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 258, "Shape__Length": 110.1538341540637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237432259671706, 39.925360245589196 ], [ -75.238163431498904, 39.9248489260697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24862, "tnode_": 24938, "lpoly_": null, "rpoly_": null, "length": 287.78646324, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 89240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 259, "Shape__Length": 114.47619755918195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238846415709503, 39.9254385049801 ], [ -75.238163431498904, 39.9248489260697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24862, "tnode_": 24940, "lpoly_": null, "rpoly_": null, "length": 282.33695459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6740, "r_f_add": 6701, "r_t_add": 6725, "st_code": 78960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200051, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 260, "Shape__Length": 112.26604174175333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238846415709503, 39.9254385049801 ], [ -75.239124029793501, 39.925234406297399 ], [ -75.2395852277496, 39.924912152254201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24859, "tnode_": 24941, "lpoly_": null, "rpoly_": null, "length": 262.39049784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2125, "r_f_add": 2100, "r_t_add": 2124, "st_code": 72660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200052, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 261, "Shape__Length": 104.38061321096318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237432259671706, 39.925360245589196 ], [ -75.236820806624493, 39.924815086067397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24907, "tnode_": 24951, "lpoly_": null, "rpoly_": null, "length": 165.56765405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6536, "l_t_add": 6598, "r_f_add": 6527, "r_t_add": 6599, "st_code": 84480, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200053, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 262, "Shape__Length": 65.834754259646218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235136358526503, 39.925022100020001 ], [ -75.235569407388596, 39.924713217932798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24896, "tnode_": 24951, "lpoly_": null, "rpoly_": null, "length": 189.12882119000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2137, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 89200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 263, "Shape__Length": 75.220200472135431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236037458952495, 39.925086966172699 ], [ -75.235569407388596, 39.924713217932798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24843, "tnode_": 24965, "lpoly_": null, "rpoly_": null, "length": 473.11056499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 63180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 264, "Shape__Length": 188.11855335907401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231879464151305, 39.925443221657403 ], [ -75.233124652594199, 39.924567070899997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24918, "tnode_": 24965, "lpoly_": null, "rpoly_": null, "length": 169.84225524, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2230, "r_t_add": 2298, "st_code": 89160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200056, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 265, "Shape__Length": 67.553811156776845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233537705061394, 39.924908012824197 ], [ -75.233124652594199, 39.924567070899997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24954, "tnode_": 24994, "lpoly_": null, "rpoly_": null, "length": 167.58209854, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2321, "l_t_add": 2399, "r_f_add": 2320, "r_t_add": 2398, "st_code": 89120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 266, "Shape__Length": 66.654452920181626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230897022279905, 39.924583560285498 ], [ -75.230806128269506, 39.9245073257947 ], [ -75.230489342241796, 39.9242472522686 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24896, "tnode_": 24970, "lpoly_": null, "rpoly_": null, "length": 225.5275655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6636, "r_f_add": 6601, "r_t_add": 6635, "st_code": 85680, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 267, "Shape__Length": 89.679672639327819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236037458952495, 39.925086966172699 ], [ -75.236622655811203, 39.924662367168096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24941, "tnode_": 24970, "lpoly_": null, "rpoly_": null, "length": 78.63608842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2127, "l_t_add": 2133, "r_f_add": 2126, "r_t_add": 2132, "st_code": 72660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200059, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 268, "Shape__Length": 31.27283288277647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236820806624493, 39.924815086067397 ], [ -75.236622655811203, 39.924662367168096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24874, "tnode_": 24997, "lpoly_": null, "rpoly_": null, "length": 471.39883383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 71120, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200060, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 269, "Shape__Length": 187.43505599451777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233893756930698, 39.925207248644199 ], [ -75.235137865937205, 39.924337166264799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24951, "tnode_": 24997, "lpoly_": null, "rpoly_": null, "length": 182.79885496, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 89200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 270, "Shape__Length": 72.714721121318959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235569407388596, 39.924713217932798 ], [ -75.235137865937205, 39.924337166264799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24938, "tnode_": 25007, "lpoly_": null, "rpoly_": null, "length": 281.03741745999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6736, "r_f_add": 6701, "r_t_add": 6743, "st_code": 38640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 271, "Shape__Length": 111.75104377113655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238163431498904, 39.9248489260697 ], [ -75.238446768733397, 39.9246644050762 ], [ -75.238894242133199, 39.924321961055803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24940, "tnode_": 25007, "lpoly_": null, "rpoly_": null, "length": 289.45169311999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNAFFON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 18180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONNAFFON ST", "stname": "BONNAFFON ST", "objectid": 272, "Shape__Length": 115.13531947089652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2395852277496, 39.924912152254201 ], [ -75.238894242133199, 39.924321961055803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24951, "tnode_": 25009, "lpoly_": null, "rpoly_": null, "length": 252.42257842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6629, "st_code": 84480, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200064, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 273, "Shape__Length": 100.36870942509231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235569407388596, 39.924713217932798 ], [ -75.236232157220897, 39.924244413028497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24970, "tnode_": 25009, "lpoly_": null, "rpoly_": null, "length": 195.67455773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2134, "r_t_add": 2198, "st_code": 72660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 274, "Shape__Length": 77.852283292164486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236622655811203, 39.924662367168096 ], [ -75.23622168016, 39.924320518399803 ], [ -75.236232157220897, 39.924244413028497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24940, "tnode_": 25010, "lpoly_": null, "rpoly_": null, "length": 293.99790738000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6742, "l_t_add": 6798, "r_f_add": 6727, "r_t_add": 6799, "st_code": 78960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200066, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 275, "Shape__Length": 116.8954114984251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2395852277496, 39.924912152254201 ], [ -75.240364538747002, 39.924372400615503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24938, "tnode_": 25011, "lpoly_": null, "rpoly_": null, "length": 265.79348724000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2133, "r_f_add": 2100, "r_t_add": 2126, "st_code": 89240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 276, "Shape__Length": 105.72284687107596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238163431498904, 39.9248489260697 ], [ -75.237525750006895, 39.924309186507898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24957, "tnode_": 25018, "lpoly_": null, "rpoly_": null, "length": 262.40543142999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 89300, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 277, "Shape__Length": 104.38080000654281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243982973152598, 39.924877597633298 ], [ -75.243362843477897, 39.924338227368303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24918, "tnode_": 25026, "lpoly_": null, "rpoly_": null, "length": 470.92190702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GESNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 36720, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200069, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GESNER ST", "stname": "GESNER ST", "objectid": 278, "Shape__Length": 187.24863473808432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233537705061394, 39.924908012824197 ], [ -75.234774352369897, 39.924033586427903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24997, "tnode_": 25026, "lpoly_": null, "rpoly_": null, "length": 150.41545907, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2217, "l_t_add": 2233, "r_f_add": 2216, "r_t_add": 2232, "st_code": 89200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 279, "Shape__Length": 59.827801522279202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235137865937205, 39.924337166264799 ], [ -75.234774352369897, 39.924033586427903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24954, "tnode_": 25056, "lpoly_": null, "rpoly_": null, "length": 477.75066505000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 37300, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200071, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 280, "Shape__Length": 189.94093465944354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230897022279905, 39.924583560285498 ], [ -75.232073019395898, 39.923753205074803 ], [ -75.232180493384206, 39.923758924796303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24965, "tnode_": 25059, "lpoly_": null, "rpoly_": null, "length": 470.29657576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 63180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 281, "Shape__Length": 186.99166959451941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233124652594199, 39.924567070899997 ], [ -75.234370983649498, 39.923703402171903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25026, "tnode_": 25059, "lpoly_": null, "rpoly_": null, "length": 165.12640954, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2235, "l_t_add": 2299, "r_f_add": 2234, "r_t_add": 2298, "st_code": 89200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 282, "Shape__Length": 65.676194026873375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234774352369897, 39.924033586427903 ], [ -75.234370983649498, 39.923703402171903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25009, "tnode_": 25061, "lpoly_": null, "rpoly_": null, "length": 252.05983009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6631, "r_t_add": 6699, "st_code": 84480, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200074, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 283, "Shape__Length": 100.22876945613865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236232157220897, 39.924244413028497 ], [ -75.2368862283206, 39.923769892085197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25011, "tnode_": 25061, "lpoly_": null, "rpoly_": null, "length": 266.02224221, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 89240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 284, "Shape__Length": 105.81223068008126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237525750006895, 39.924309186507898 ], [ -75.2368862283206, 39.923769892085197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25007, "tnode_": 25063, "lpoly_": null, "rpoly_": null, "length": 292.48161865000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6738, "l_t_add": 6798, "r_f_add": 6745, "r_t_add": 6799, "st_code": 38640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 285, "Shape__Length": 116.28865070638537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238894242133199, 39.924321961055803 ], [ -75.239673895383504, 39.9237887556408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25010, "tnode_": 25063, "lpoly_": null, "rpoly_": null, "length": 287.62123435999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2024, "r_t_add": 2098, "st_code": 89270, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 286, "Shape__Length": 114.403928991198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240364538747002, 39.924372400615503 ], [ -75.239673895383504, 39.9237887556408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25056, "tnode_": 25094, "lpoly_": null, "rpoly_": null, "length": 184.85684050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2371, "l_t_add": 2399, "r_f_add": 2370, "r_t_add": 2398, "st_code": 89160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200079, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 287, "Shape__Length": 73.525766011026818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232180493384206, 39.923758924796303 ], [ -75.231733001092493, 39.923386363990801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25008, "tnode_": 25102, "lpoly_": null, "rpoly_": null, "length": 467.55066833999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 51000, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200080, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 288, "Shape__Length": 185.9048906278168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2327330849578, 39.924228623582103 ], [ -75.233963061206296, 39.923362300031997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25061, "tnode_": 25108, "lpoly_": null, "rpoly_": null, "length": 196.02701274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6714, "r_f_add": 6701, "r_t_add": 6709, "st_code": 84480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200081, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 289, "Shape__Length": 77.940832394838225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2368862283206, 39.923769892085197 ], [ -75.237405126689197, 39.923409399116203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25059, "tnode_": 25122, "lpoly_": null, "rpoly_": null, "length": 252.45240262000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6626, "r_f_add": 6601, "r_t_add": 6627, "st_code": 63180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 290, "Shape__Length": 100.37927643314733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234370983649498, 39.923703402171903 ], [ -75.235033503561596, 39.923234291937902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25009, "tnode_": 25122, "lpoly_": null, "rpoly_": null, "length": 498.42365401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 72660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200083, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 291, "Shape__Length": 198.25040432626892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236232157220897, 39.924244413028497 ], [ -75.235033503561596, 39.923234291937902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25063, "tnode_": 25132, "lpoly_": null, "rpoly_": null, "length": 294.92272173000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6832, "r_f_add": 6801, "r_t_add": 6829, "st_code": 38640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 292, "Shape__Length": 117.26805763305758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239673895383504, 39.9237887556408 ], [ -75.240445098591394, 39.923238413453902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25066, "tnode_": 25132, "lpoly_": null, "rpoly_": null, "length": 289.9451488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIKENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 11420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200085, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AIKENS ST", "stname": "AIKENS ST", "objectid": 293, "Shape__Length": 115.32708455807322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241141781793402, 39.9238264476163 ], [ -75.240445098591394, 39.923238413453902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25063, "tnode_": 25133, "lpoly_": null, "rpoly_": null, "length": 265.94592123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2123, "r_f_add": 2100, "r_t_add": 2126, "st_code": 89270, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 294, "Shape__Length": 105.78068528138461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239673895383504, 39.9237887556408 ], [ -75.239033919475602, 39.923250068078602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25066, "tnode_": 25148, "lpoly_": null, "rpoly_": null, "length": 329.85271791000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6818, "l_t_add": 6898, "r_f_add": 6835, "r_t_add": 6899, "st_code": 78960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200087, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 295, "Shape__Length": 131.15094990347416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241141781793402, 39.9238264476163 ], [ -75.242013689216293, 39.923218795897597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25081, "tnode_": 25148, "lpoly_": null, "rpoly_": null, "length": 275.96162242999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2033, "r_f_add": 2000, "r_t_add": 2026, "st_code": 89300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 296, "Shape__Length": 109.7646832652692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242677329477999, 39.923778078630697 ], [ -75.242013689216293, 39.923218795897597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25108, "tnode_": 25154, "lpoly_": null, "rpoly_": null, "length": 175.80618511999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6716, "l_t_add": 6730, "r_f_add": 6711, "r_t_add": 6729, "st_code": 84480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200089, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 297, "Shape__Length": 69.899359941762555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237405126689197, 39.923409399116203 ], [ -75.237872432464002, 39.923087751693799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25142, "tnode_": 25178, "lpoly_": null, "rpoly_": null, "length": 177.38967706, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2431, "l_t_add": 2469, "r_f_add": 2430, "r_t_add": 2468, "st_code": 89160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200090, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 298, "Shape__Length": 70.558561816096329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231256771552694, 39.9229930715573 ], [ -75.231142467542199, 39.922896800267601 ], [ -75.231046630607295, 39.922815819008697 ], [ -75.230833428145402, 39.922631308832898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25056, "tnode_": 25165, "lpoly_": null, "rpoly_": null, "length": 466.84887996999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 37300, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200091, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 299, "Shape__Length": 185.62431476897083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232180493384206, 39.923758924796303 ], [ -75.233409012968494, 39.922894236666401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25122, "tnode_": 25175, "lpoly_": null, "rpoly_": null, "length": 249.35812694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6628, "l_t_add": 6698, "r_f_add": 6629, "r_t_add": 6699, "st_code": 63180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 300, "Shape__Length": 99.14978928020281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235033503561596, 39.923234291937902 ], [ -75.235685543630893, 39.922768967623902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25061, "tnode_": 25175, "lpoly_": null, "rpoly_": null, "length": 496.34339609, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 89240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200093, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 301, "Shape__Length": 197.41740971892733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2368862283206, 39.923769892085197 ], [ -75.235685543630893, 39.922768967623902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25154, "tnode_": 25193, "lpoly_": null, "rpoly_": null, "length": 201.93018439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6732, "l_t_add": 6798, "r_f_add": 6731, "r_t_add": 6799, "st_code": 84480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200094, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 302, "Shape__Length": 80.290096014348848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237872432464002, 39.923087751693799 ], [ -75.238402416981799, 39.922712569629503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25133, "tnode_": 25193, "lpoly_": null, "rpoly_": null, "length": 264.02722353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2125, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 89270, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 303, "Shape__Length": 105.01897728095172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239033919475602, 39.923250068078602 ], [ -75.238402416981799, 39.922712569629503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25094, "tnode_": 25201, "lpoly_": null, "rpoly_": null, "length": 469.92829827999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 38300, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 304, "Shape__Length": 186.84486629662823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231733001092493, 39.923386363990801 ], [ -75.2329739639096, 39.922519647262298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25165, "tnode_": 25201, "lpoly_": null, "rpoly_": null, "length": 183.05647177, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2325, "l_t_add": 2399, "r_f_add": 2324, "r_t_add": 2398, "st_code": 89200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 305, "Shape__Length": 72.813552439273209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233409012968494, 39.922894236666401 ], [ -75.2329739639096, 39.922519647262298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25132, "tnode_": 25216, "lpoly_": null, "rpoly_": null, "length": 332.73818236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6834, "l_t_add": 6898, "r_f_add": 6831, "r_t_add": 6899, "st_code": 38640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 306, "Shape__Length": 132.30236913311475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240445098591394, 39.923238413453902 ], [ -75.2413164930378, 39.922618598718401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25148, "tnode_": 25216, "lpoly_": null, "rpoly_": null, "length": 293.33085262000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2035, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 89300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 307, "Shape__Length": 116.67722013955245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242013689216293, 39.923218795897597 ], [ -75.2413164930378, 39.922618598718401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25175, "tnode_": 25231, "lpoly_": null, "rpoly_": null, "length": 161.57646122, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 89240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200100, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 308, "Shape__Length": 64.269336699001357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235685543630893, 39.922768967623902 ], [ -75.235301355409007, 39.922438462918699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25175, "tnode_": 25232, "lpoly_": null, "rpoly_": null, "length": 202.97948023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6717, "st_code": 63180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 309, "Shape__Length": 80.71000080175223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235685543630893, 39.922768967623902 ], [ -75.236213531290105, 39.922387897908003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25108, "tnode_": 25232, "lpoly_": null, "rpoly_": null, "length": 500.1697588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNAFFON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 18180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONNAFFON ST", "stname": "BONNAFFON ST", "objectid": 310, "Shape__Length": 198.9491363024049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237405126689197, 39.923409399116203 ], [ -75.236213531290105, 39.922387897908003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25142, "tnode_": 25255, "lpoly_": null, "rpoly_": null, "length": 471.8228955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 82800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 200103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 311, "Shape__Length": 187.60096455054526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231256771552694, 39.9229930715573 ], [ -75.232496759996295, 39.922117819684701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25193, "tnode_": 25267, "lpoly_": null, "rpoly_": null, "length": 296.36507558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 84480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 312, "Shape__Length": 117.83378751184733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238402416981799, 39.922712569629503 ], [ -75.239186484958793, 39.922167197490701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25232, "tnode_": 25269, "lpoly_": null, "rpoly_": null, "length": 174.64165207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6720, "l_t_add": 6740, "r_f_add": 6719, "r_t_add": 6733, "st_code": 63180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 313, "Shape__Length": 69.43589606750939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236213531290105, 39.922387897908003 ], [ -75.236676844190796, 39.922067615747302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25154, "tnode_": 25269, "lpoly_": null, "rpoly_": null, "length": 500.5504999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOBSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 42900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOBSON ST", "stname": "HOBSON ST", "objectid": 314, "Shape__Length": 199.09782038802717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237872432464002, 39.923087751693799 ], [ -75.236676844190796, 39.922067615747302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25269, "tnode_": 25310, "lpoly_": null, "rpoly_": null, "length": 199.14462864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6742, "l_t_add": 6798, "r_f_add": 6735, "r_t_add": 6799, "st_code": 63180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 315, "Shape__Length": 79.177196525301568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236676844190796, 39.922067615747302 ], [ -75.237205855593103, 39.921702994691302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25193, "tnode_": 25310, "lpoly_": null, "rpoly_": null, "length": 497.88613091000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 89270, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 316, "Shape__Length": 198.03262007495331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238402416981799, 39.922712569629503 ], [ -75.237205855593103, 39.921702994691302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25216, "tnode_": 25324, "lpoly_": null, "rpoly_": null, "length": 520.36010828999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 38640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 317, "Shape__Length": 206.89979086599786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2413164930378, 39.922618598718401 ], [ -75.242682072119393, 39.921651664131701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25275, "tnode_": 25324, "lpoly_": null, "rpoly_": null, "length": 264.61694912999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2030, "r_t_add": 2098, "st_code": 89330, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200110, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 318, "Shape__Length": 105.24596501499425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243324705142896, 39.922183196501798 ], [ -75.242998276127395, 39.9219002460882 ], [ -75.242682072119393, 39.921651664131701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25267, "tnode_": 25336, "lpoly_": null, "rpoly_": null, "length": 328.49279992000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 84480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200112, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 319, "Shape__Length": 130.6115982496371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239186484958793, 39.922167197490701 ], [ -75.240047815561795, 39.921556182010796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25334, "tnode_": 25407, "lpoly_": null, "rpoly_": null, "length": 375.16404611999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2540, "st_code": 89200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 320, "Shape__Length": 149.21881774958209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231566913068306, 39.9213409878341 ], [ -75.230667394849505, 39.920578793319599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25231, "tnode_": 25343, "lpoly_": null, "rpoly_": null, "length": 569.00419917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 51000, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 321, "Shape__Length": 226.24047017739841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235301355409007, 39.922438462918699 ], [ -75.236794424563001, 39.921381002559599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25275, "tnode_": 25359, "lpoly_": null, "rpoly_": null, "length": 451.48883092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 78960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200115, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 322, "Shape__Length": 179.51129329304459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243324705142896, 39.922183196501798 ], [ -75.244515215083794, 39.921349015862098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25336, "tnode_": 25377, "lpoly_": null, "rpoly_": null, "length": 244.54032655, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2219, "r_f_add": 2200, "r_t_add": 2218, "st_code": 89300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 323, "Shape__Length": 97.26350279895415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240047815561795, 39.921556182010796 ], [ -75.239459533883704, 39.9210607368586 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25334, "tnode_": 25380, "lpoly_": null, "rpoly_": null, "length": 250.80897385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6638, "r_f_add": 6601, "r_t_add": 6621, "st_code": 31480, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200117, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 324, "Shape__Length": 99.722622222533502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231566913068306, 39.9213409878341 ], [ -75.232224711274398, 39.920874608501997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25310, "tnode_": 25423, "lpoly_": null, "rpoly_": null, "length": 625.76567994999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 63180, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 325, "Shape__Length": 248.80221546881506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237205855593103, 39.921702994691302 ], [ -75.238854292084596, 39.920545463688299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25377, "tnode_": 25423, "lpoly_": null, "rpoly_": null, "length": 253.08555967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2221, "l_t_add": 2299, "r_f_add": 2220, "r_t_add": 2298, "st_code": 89300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 326, "Shape__Length": 100.66367260903634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239459533883704, 39.9210607368586 ], [ -75.238854292084596, 39.920545463688299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25380, "tnode_": 25427, "lpoly_": null, "rpoly_": null, "length": 253.39752218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6640, "l_t_add": 6698, "r_f_add": 6623, "r_t_add": 6699, "st_code": 31480, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200120, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 327, "Shape__Length": 100.75065515188616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232224711274398, 39.920874608501997 ], [ -75.232890051641405, 39.920404050159298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25336, "tnode_": 25429, "lpoly_": null, "rpoly_": null, "length": 521.31528663999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 84480, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 328, "Shape__Length": 207.27506204604271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240047815561795, 39.921556182010796 ], [ -75.241417862553106, 39.920589135087702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25324, "tnode_": 25429, "lpoly_": null, "rpoly_": null, "length": 524.92982505999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 89330, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200122, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 329, "Shape__Length": 208.78424601129927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242682072119393, 39.921651664131701 ], [ -75.241417862553106, 39.920589135087702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25324, "tnode_": 25435, "lpoly_": null, "rpoly_": null, "length": 593.66298329000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 38640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 330, "Shape__Length": 236.03444310818546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242682072119393, 39.921651664131701 ], [ -75.244251737572597, 39.920558430186396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25424, "tnode_": 25435, "lpoly_": null, "rpoly_": null, "length": 107.76430419, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2091, "l_t_add": 2099, "r_f_add": 2090, "r_t_add": 2098, "st_code": 89360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 331, "Shape__Length": 42.816945559094592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244577647758007, 39.920715087024803 ], [ -75.244251737572597, 39.920558430186396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25427, "tnode_": 25457, "lpoly_": null, "rpoly_": null, "length": 193.82972124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6714, "r_f_add": 6701, "r_t_add": 6715, "st_code": 31480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200125, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 332, "Shape__Length": 77.067152520543189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232890051641405, 39.920404050159298 ], [ -75.2333973223664, 39.920042721887299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25423, "tnode_": 25462, "lpoly_": null, "rpoly_": null, "length": 217.73857253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 89300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 333, "Shape__Length": 86.605508717107668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238854292084596, 39.920545463688299 ], [ -75.238336217351005, 39.920100330696997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25377, "tnode_": 25471, "lpoly_": null, "rpoly_": null, "length": 525.64947744000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 71120, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200127, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 334, "Shape__Length": 208.99631439814596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239459533883704, 39.9210607368586 ], [ -75.240841720411296, 39.920086287973099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25429, "tnode_": 25471, "lpoly_": null, "rpoly_": null, "length": 244.27283649, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2223, "r_f_add": 2200, "r_t_add": 2222, "st_code": 89330, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200128, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 335, "Shape__Length": 97.162502947388134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241417862553106, 39.920589135087702 ], [ -75.240841720411296, 39.920086287973099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25437, "tnode_": 25475, "lpoly_": null, "rpoly_": null, "length": 266.96043880999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 85680, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 336, "Shape__Length": 106.13969957406415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242971286707004, 39.920559495492697 ], [ -75.243676917520006, 39.920067704475798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25435, "tnode_": 25475, "lpoly_": null, "rpoly_": null, "length": 240.73083409, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2123, "r_f_add": 2100, "r_t_add": 2116, "st_code": 89360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 337, "Shape__Length": 95.749463237243404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244251737572597, 39.920558430186396 ], [ -75.243676917520006, 39.920067704475798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25457, "tnode_": 25487, "lpoly_": null, "rpoly_": null, "length": 183.96518056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6716, "l_t_add": 6736, "r_f_add": 6717, "r_t_add": 6737, "st_code": 31480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200131, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 338, "Shape__Length": 73.142662628812118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2333973223664, 39.920042721887299 ], [ -75.233881773074003, 39.9197022956998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25423, "tnode_": 25504, "lpoly_": null, "rpoly_": null, "length": 523.76328033999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 63180, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 339, "Shape__Length": 208.2498242041577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238854292084596, 39.920545463688299 ], [ -75.240223757695404, 39.919568033495899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25471, "tnode_": 25504, "lpoly_": null, "rpoly_": null, "length": 256.29323457000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2225, "l_t_add": 2299, "r_f_add": 2224, "r_t_add": 2298, "st_code": 89330, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200133, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 340, "Shape__Length": 101.93504788874884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240841720411296, 39.920086287973099 ], [ -75.240223757695404, 39.919568033495899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25487, "tnode_": 25520, "lpoly_": null, "rpoly_": null, "length": 199.00758871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6738, "l_t_add": 6798, "r_f_add": 6739, "r_t_add": 6799, "st_code": 31480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200134, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 341, "Shape__Length": 79.122411893125857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233881773074003, 39.9197022956998 ], [ -75.234406671695695, 39.9193347421105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25429, "tnode_": 25523, "lpoly_": null, "rpoly_": null, "length": 596.37312007000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 84480, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200135, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 342, "Shape__Length": 237.11227291077446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241417862553106, 39.920589135087702 ], [ -75.242988521972094, 39.919485700460399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25475, "tnode_": 25523, "lpoly_": null, "rpoly_": null, "length": 286.76298831999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2125, "l_t_add": 2199, "r_f_add": 2118, "r_t_add": 2198, "st_code": 89360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 343, "Shape__Length": 114.05545071867586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243676917520006, 39.920067704475798 ], [ -75.242988521972094, 39.919485700460399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25462, "tnode_": 25538, "lpoly_": null, "rpoly_": null, "length": 520.20803047999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 51000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 344, "Shape__Length": 206.83334562314414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238336217351005, 39.920100330696997 ], [ -75.239698793313394, 39.9191315450839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25504, "tnode_": 25538, "lpoly_": null, "rpoly_": null, "length": 216.71345685, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 89330, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200138, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 345, "Shape__Length": 86.190992853914608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240223757695404, 39.919568033495899 ], [ -75.239698793313394, 39.9191315450839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25457, "tnode_": 25541, "lpoly_": null, "rpoly_": null, "length": 576.37898252000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNAFFON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 18180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200139, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONNAFFON ST", "stname": "BONNAFFON ST", "objectid": 346, "Shape__Length": 229.24392524847059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2333973223664, 39.920042721887299 ], [ -75.232012603653303, 39.918873685077202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25520, "tnode_": 25545, "lpoly_": null, "rpoly_": null, "length": 209.70882903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6836, "r_f_add": 6801, "r_t_add": 6837, "st_code": 31480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200140, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 347, "Shape__Length": 83.374156371933694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234406671695695, 39.9193347421105 ], [ -75.234963528132695, 39.918950610632898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25475, "tnode_": 25551, "lpoly_": null, "rpoly_": null, "length": 521.06990307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 85680, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200142, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 348, "Shape__Length": 207.16748461388894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243676917520006, 39.920067704475798 ], [ -75.24505472477, 39.919108245726598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25514, "tnode_": 25551, "lpoly_": null, "rpoly_": null, "length": 238.38663699, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2120, "st_code": 89390, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 349, "Shape__Length": 94.8316917470585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245578899268097, 39.919609672134499 ], [ -75.245555002677193, 39.9195240081552 ], [ -75.24505472477, 39.919108245726598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25471, "tnode_": 25555, "lpoly_": null, "rpoly_": null, "length": 594.72993956000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 71120, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 350, "Shape__Length": 236.46684759443005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240841720411296, 39.920086287973099 ], [ -75.240881190821, 39.920041618151103 ], [ -75.242391744514606, 39.9189743307764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25523, "tnode_": 25555, "lpoly_": null, "rpoly_": null, "length": 250.44231949, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2223, "r_f_add": 2200, "r_t_add": 2222, "st_code": 89360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 351, "Shape__Length": 99.611299039375325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242988521972094, 39.919485700460399 ], [ -75.242391744514606, 39.9189743307764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25523, "tnode_": 25570, "lpoly_": null, "rpoly_": null, "length": 325.991119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7116, "r_f_add": 7101, "r_t_add": 7125, "st_code": 84480, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200146, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 352, "Shape__Length": 129.61109281138192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242988521972094, 39.919485700460399 ], [ -75.243844379564806, 39.918880275798998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25487, "tnode_": 25576, "lpoly_": null, "rpoly_": null, "length": 574.96890567999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOBSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 42900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200147, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOBSON ST", "stname": "HOBSON ST", "objectid": 353, "Shape__Length": 228.6780297728302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233881773074003, 39.9197022956998 ], [ -75.232493844762502, 39.918540777081702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25545, "tnode_": 25580, "lpoly_": null, "rpoly_": null, "length": 196.57650548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6838, "l_t_add": 6838, "r_f_add": 6839, "r_t_add": 6839, "st_code": 31480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200148, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 354, "Shape__Length": 78.157028907864884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234963528132695, 39.918950610632898 ], [ -75.235478877579297, 39.918584913417398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25548, "tnode_": 25582, "lpoly_": null, "rpoly_": null, "length": 185.76086941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7232, "l_t_add": 7298, "r_f_add": 7233, "r_t_add": 7299, "st_code": 38640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 355, "Shape__Length": 73.836568416725001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246342027510707, 39.919086345776101 ], [ -75.246859543013599, 39.9187681526723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25551, "tnode_": 25591, "lpoly_": null, "rpoly_": null, "length": 229.20766867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 85680, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200150, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 356, "Shape__Length": 91.133755305391134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.24505472477, 39.919108245726598 ], [ -75.245651439653798, 39.918678375673203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25548, "tnode_": 25591, "lpoly_": null, "rpoly_": null, "length": 258.17232843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 51280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 357, "Shape__Length": 102.63283773832221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246342027510707, 39.919086345776101 ], [ -75.245824144395201, 39.918674309942602 ], [ -75.245726549467506, 39.9186643514997 ], [ -75.245651439653798, 39.918678375673203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25504, "tnode_": 25600, "lpoly_": null, "rpoly_": null, "length": 596.55479373000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 63180, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 358, "Shape__Length": 237.17315739176337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240223757695404, 39.919568033495899 ], [ -75.2418068112284, 39.918474423445097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25555, "tnode_": 25600, "lpoly_": null, "rpoly_": null, "length": 245.11700664, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2225, "l_t_add": 2299, "r_f_add": 2224, "r_t_add": 2298, "st_code": 89360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 359, "Shape__Length": 97.491977824232649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242391744514606, 39.9189743307764 ], [ -75.2418068112284, 39.918474423445097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25576, "tnode_": 25688, "lpoly_": null, "rpoly_": null, "length": 584.20753162999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOBSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 42900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOBSON ST", "stname": "HOBSON ST", "objectid": 360, "Shape__Length": 232.35488811317944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232493844762502, 39.918540777081702 ], [ -75.231094469540196, 39.917352976444803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25551, "tnode_": 25606, "lpoly_": null, "rpoly_": null, "length": 286.81983099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2123, "l_t_add": 2199, "r_f_add": 2122, "r_t_add": 2198, "st_code": 89390, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 361, "Shape__Length": 114.0775807155797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.24505472477, 39.919108245726598 ], [ -75.244368099520699, 39.918524799363603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25520, "tnode_": 25611, "lpoly_": null, "rpoly_": null, "length": 577.46158933000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89270, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 362, "Shape__Length": 229.66220158717741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234406671695695, 39.9193347421105 ], [ -75.233002741733003, 39.918175313996898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25580, "tnode_": 25616, "lpoly_": null, "rpoly_": null, "length": 216.46936763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6840, "l_t_add": 6898, "r_f_add": 6841, "r_t_add": 6899, "st_code": 31480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200157, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 363, "Shape__Length": 86.067777930773786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235478877579297, 39.918584913417398 ], [ -75.236043263818303, 39.918179624534602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25545, "tnode_": 25640, "lpoly_": null, "rpoly_": null, "length": 579.64426869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARROLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 21620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200158, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARROLL ST", "stname": "CARROLL ST", "objectid": 364, "Shape__Length": 230.54053697481427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234963528132695, 39.918950610632898 ], [ -75.233573691421299, 39.9177730552762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25600, "tnode_": 25660, "lpoly_": null, "rpoly_": null, "length": 328.93938084000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 63180, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 365, "Shape__Length": 130.7839371227177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2418068112284, 39.918474423445097 ], [ -75.242666404873304, 39.917860194731396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25611, "tnode_": 25737, "lpoly_": null, "rpoly_": null, "length": 583.67261595000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89270, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 366, "Shape__Length": 232.14473353835405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233002741733003, 39.918175313996898 ], [ -75.231611153173205, 39.916984081231298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25582, "tnode_": 25704, "lpoly_": null, "rpoly_": null, "length": 532.77470423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 0, "r_t_add": 0, "st_code": 24060, "l_hundred": 2100, "r_hundred": 0, "seg_id": 200161, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 367, "Shape__Length": 211.95583748829799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246859543013599, 39.9187681526723 ], [ -75.246761475924501, 39.918708440106101 ], [ -75.246495705640697, 39.918342008016602 ], [ -75.246180298783003, 39.918055945588399 ], [ -75.245693862290494, 39.917624551282898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25616, "tnode_": 25722, "lpoly_": null, "rpoly_": null, "length": 523.74012303999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 31480, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200162, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2009-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 368, "Shape__Length": 208.22223407976108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236043263818303, 39.918179624534602 ], [ -75.237429791630902, 39.917216697106397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25602, "tnode_": 25723, "lpoly_": null, "rpoly_": null, "length": 595.03776575999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 38300, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 369, "Shape__Length": 236.5765141664437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238833732455603, 39.918395530647203 ], [ -75.240396568192196, 39.917290985450997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25692, "tnode_": 25740, "lpoly_": null, "rpoly_": null, "length": 203.0565108, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2545, "l_t_add": 2599, "r_f_add": 2544, "r_t_add": 2598, "st_code": 89300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 370, "Shape__Length": 80.760936753054196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235155461354097, 39.917421365877402 ], [ -75.234670466936606, 39.917007546763401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25704, "tnode_": 25751, "lpoly_": null, "rpoly_": null, "length": 235.60919088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7278, "l_t_add": 7298, "r_f_add": 7227, "r_t_add": 7299, "st_code": 84480, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200165, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 371, "Shape__Length": 93.674883792950951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245693862290494, 39.917624551282898 ], [ -75.246310472054105, 39.917185359454102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25640, "tnode_": 25775, "lpoly_": null, "rpoly_": null, "length": 579.41426526000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARROLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 21620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200166, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARROLL ST", "stname": "CARROLL ST", "objectid": 372, "Shape__Length": 230.44228710869649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233573691421299, 39.9177730552762 ], [ -75.232179713766996, 39.916599277970398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25634, "tnode_": 25764, "lpoly_": null, "rpoly_": null, "length": 593.0018102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 82800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200167, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 373, "Shape__Length": 235.76293480798589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2383503037926, 39.917984508266997 ], [ -75.239911947233594, 39.916887246147198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25722, "tnode_": 25769, "lpoly_": null, "rpoly_": null, "length": 216.03888083000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7018, "r_f_add": 7001, "r_t_add": 7019, "st_code": 31480, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200168, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 374, "Shape__Length": 85.892193591952349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237429791630902, 39.917216697106397 ], [ -75.237997217676494, 39.916815687782602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25690, "tnode_": 25809, "lpoly_": null, "rpoly_": null, "length": 581.74395717000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 54260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200169, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASSEY ST", "stname": "MASSEY ST", "objectid": 375, "Shape__Length": 231.36624063424804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234097009613507, 39.917405862434997 ], [ -75.232695164999697, 39.916228966229802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25723, "tnode_": 25825, "lpoly_": null, "rpoly_": null, "length": 519.13419193000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 38300, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 376, "Shape__Length": 206.39586235801283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240396568192196, 39.917290985450997 ], [ -75.241759414701505, 39.916326824140903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25796, "tnode_": 25838, "lpoly_": null, "rpoly_": null, "length": 204.31702644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2531, "l_t_add": 2599, "r_f_add": 2530, "r_t_add": 2598, "st_code": 89330, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200171, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 377, "Shape__Length": 81.261033665967972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236517297879999, 39.916461504732801 ], [ -75.236029130689502, 39.916045234198897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25769, "tnode_": 25843, "lpoly_": null, "rpoly_": null, "length": 378.02507185999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7020, "l_t_add": 7098, "r_f_add": 7021, "r_t_add": 7099, "st_code": 31480, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200172, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 378, "Shape__Length": 150.29462375474941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237997217676494, 39.916815687782602 ], [ -75.238987652184903, 39.916111959447697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25769, "tnode_": 25882, "lpoly_": null, "rpoly_": null, "length": 581.7335747300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLBROOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 43040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200173, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLBROOK ST", "stname": "HOLBROOK ST", "objectid": 379, "Shape__Length": 231.35231080137405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237997217676494, 39.916815687782602 ], [ -75.236661990825894, 39.915697113075701 ], [ -75.236583170559996, 39.915648729880999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25843, "tnode_": 25908, "lpoly_": null, "rpoly_": null, "length": 361.20325158999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2531, "r_f_add": 2500, "r_t_add": 2520, "st_code": 89360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 380, "Shape__Length": 143.65739598920382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238987652184903, 39.916111959447697 ], [ -75.238125654446904, 39.9153753542993 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25825, "tnode_": 25918, "lpoly_": null, "rpoly_": null, "length": 518.31418256000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 38300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 381, "Shape__Length": 206.05903820150866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241759414701505, 39.916326824140903 ], [ -75.243132208237299, 39.915374442727398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25843, "tnode_": 25927, "lpoly_": null, "rpoly_": null, "length": 519.75565368999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 31480, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200177, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 382, "Shape__Length": 206.63070598718573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238987652184903, 39.916111959447697 ], [ -75.240365394449, 39.915157900570499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25825, "tnode_": 25927, "lpoly_": null, "rpoly_": null, "length": 578.12437811999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 89390, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 383, "Shape__Length": 229.92252424764857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241759414701505, 39.916326824140903 ], [ -75.240365394449, 39.915157900570499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25838, "tnode_": 25936, "lpoly_": null, "rpoly_": null, "length": 583.52771425000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89330, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200179, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 384, "Shape__Length": 232.07716536947129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236029130689502, 39.916045234198897 ], [ -75.234633357128402, 39.914857474819001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25882, "tnode_": 25962, "lpoly_": null, "rpoly_": null, "length": 577.67091806999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLBROOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 43040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200180, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLBROOK ST", "stname": "HOLBROOK ST", "objectid": 385, "Shape__Length": 229.73071864146266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236583170559996, 39.915648729880999 ], [ -75.236502413742897, 39.915612789272103 ], [ -75.235177282754805, 39.914494376991001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25927, "tnode_": 25968, "lpoly_": null, "rpoly_": null, "length": 321.98838545999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7234, "r_f_add": 7201, "r_t_add": 7217, "st_code": 31480, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200181, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 386, "Shape__Length": 128.01235273290948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240365394449, 39.915157900570499 ], [ -75.2412094239087, 39.914558850613702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25908, "tnode_": 25974, "lpoly_": null, "rpoly_": null, "length": 517.62952168000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 77080, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 387, "Shape__Length": 205.7918287175267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238125654446904, 39.9153753542993 ], [ -75.239484572811193, 39.914414037982397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25927, "tnode_": 25974, "lpoly_": null, "rpoly_": null, "length": 366.71062368000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2543, "r_f_add": 2500, "r_t_add": 2542, "st_code": 89390, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 388, "Shape__Length": 145.84236310520782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240365394449, 39.915157900570499 ], [ -75.239484572811193, 39.914414037982397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25936, "tnode_": 25989, "lpoly_": null, "rpoly_": null, "length": 385.52491006999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2735, "r_f_add": 2700, "r_t_add": 2710, "st_code": 89330, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200184, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 389, "Shape__Length": 153.31428921063133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234633357128402, 39.914857474819001 ], [ -75.233690862688604, 39.914087215058302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25968, "tnode_": 25999, "lpoly_": null, "rpoly_": null, "length": 197.39337868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7219, "r_t_add": 7299, "st_code": 31480, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200185, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 390, "Shape__Length": 78.475838265315488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2412094239087, 39.914558850613702 ], [ -75.241728299202904, 39.914192821892598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25918, "tnode_": 25999, "lpoly_": null, "rpoly_": null, "length": 583.41216297000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 89420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 391, "Shape__Length": 232.02393622754411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243132208237299, 39.915374442727398 ], [ -75.241728299202904, 39.914192821892598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25989, "tnode_": 26001, "lpoly_": null, "rpoly_": null, "length": 174.97213146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7012, "r_f_add": 7001, "r_t_add": 7003, "st_code": 63240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 392, "Shape__Length": 69.440915156690409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233690862688604, 39.914087215058302 ], [ -75.2343089803136, 39.9140227910231 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26001, "tnode_": 26010, "lpoly_": null, "rpoly_": null, "length": 152.65654805, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7014, "l_t_add": 7026, "r_f_add": 7005, "r_t_add": 7021, "st_code": 63240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 393, "Shape__Length": 60.584557599195925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2343089803136, 39.9140227910231 ], [ -75.234848210542097, 39.9139662800956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26010, "tnode_": 26016, "lpoly_": null, "rpoly_": null, "length": 69.11160593, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7028, "l_t_add": 7032, "r_f_add": 7023, "r_t_add": 7027, "st_code": 63240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 394, "Shape__Length": 27.427760482374143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234848210542097, 39.9139662800956 ], [ -75.235092829839601, 39.913943678309998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25974, "tnode_": 26018, "lpoly_": null, "rpoly_": null, "length": 220.70967145, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2545, "l_t_add": 2599, "r_f_add": 2544, "r_t_add": 2598, "st_code": 89390, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 395, "Shape__Length": 87.774864214081703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239484572811193, 39.914414037982397 ], [ -75.238951860946997, 39.913968155623401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25974, "tnode_": 26022, "lpoly_": null, "rpoly_": null, "length": 196.86379524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7216, "r_f_add": 7201, "r_t_add": 7217, "st_code": 77080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200191, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 396, "Shape__Length": 78.265691880568255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239484572811193, 39.914414037982397 ], [ -75.240001192353702, 39.914048267533303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25989, "tnode_": 26023, "lpoly_": null, "rpoly_": null, "length": 116.35197604, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2712, "r_t_add": 2798, "st_code": 89330, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200192, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 397, "Shape__Length": 46.27579635834897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233690862688604, 39.914087215058302 ], [ -75.2334159358536, 39.9138480560622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26022, "tnode_": 26042, "lpoly_": null, "rpoly_": null, "length": 144.04634263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7218, "l_t_add": 7298, "r_f_add": 7219, "r_t_add": 7299, "st_code": 77080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 398, "Shape__Length": 57.266931580036626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240001192353702, 39.914048267533303 ], [ -75.240312604791598, 39.913831580350703 ], [ -75.240379545417895, 39.913780991584098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25968, "tnode_": 26042, "lpoly_": null, "rpoly_": null, "length": 369.7062734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2537, "r_f_add": 2500, "r_t_add": 2530, "st_code": 51280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200194, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 399, "Shape__Length": 147.05867999654976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2412094239087, 39.914558850613702 ], [ -75.240411951131094, 39.913868217105701 ], [ -75.240379545417895, 39.913780991584098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26023, "tnode_": 26068, "lpoly_": null, "rpoly_": null, "length": 272.81814235000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2901, "r_f_add": 2800, "r_t_add": 2900, "st_code": 89330, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 200195, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 400, "Shape__Length": 108.48247888996364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2334159358536, 39.9138480560622 ], [ -75.232733414854295, 39.913314530250901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25937, "tnode_": 26046, "lpoly_": null, "rpoly_": null, "length": 652.78766284999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7498, "r_f_add": 7301, "r_t_add": 7499, "st_code": 37300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 401, "Shape__Length": 259.4983783651935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244665577165406, 39.915119499636802 ], [ -75.244948522195699, 39.914965080868903 ], [ -75.246418337088102, 39.913943120117402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26022, "tnode_": 26053, "lpoly_": null, "rpoly_": null, "length": 220.66303607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STETLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 74740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STETLER ST", "stname": "STETLER ST", "objectid": 402, "Shape__Length": 87.810707126142105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240001192353702, 39.914048267533303 ], [ -75.239662550495297, 39.913742591689498 ], [ -75.239596696228901, 39.913545043759001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26023, "tnode_": 26057, "lpoly_": null, "rpoly_": null, "length": 210.16773851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7028, "r_f_add": 7001, "r_t_add": 7029, "st_code": 39020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200198, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 403, "Shape__Length": 83.546481375681026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2334159358536, 39.9138480560622 ], [ -75.233979125006499, 39.913467565071898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25999, "tnode_": 26064, "lpoly_": null, "rpoly_": null, "length": 385.38402229000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2535, "r_f_add": 2500, "r_t_add": 2512, "st_code": 89420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 404, "Shape__Length": 153.26880974247868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241728299202904, 39.914192821892598 ], [ -75.240806291912193, 39.913408524713802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26057, "tnode_": 26083, "lpoly_": null, "rpoly_": null, "length": 186.59664653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7030, "l_t_add": 7068, "r_f_add": 7031, "r_t_add": 7069, "st_code": 39020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 405, "Shape__Length": 74.181228451621962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233979125006499, 39.913467565071898 ], [ -75.234471267234497, 39.913122953539002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26064, "tnode_": 26085, "lpoly_": null, "rpoly_": null, "length": 690.63387453999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 63240, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 406, "Shape__Length": 274.10205959180922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240806291912193, 39.913408524713802 ], [ -75.242959888113504, 39.9132114343711 ], [ -75.243228854280105, 39.9131214677721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25999, "tnode_": 26085, "lpoly_": null, "rpoly_": null, "length": 574.01802331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7361, "st_code": 31480, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200202, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2008-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 407, "Shape__Length": 228.20996762875777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241728299202904, 39.914192821892598 ], [ -75.243228854280105, 39.9131214677721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26066, "tnode_": 26092, "lpoly_": null, "rpoly_": null, "length": 179.03281193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2721, "l_t_add": 2741, "r_f_add": 2720, "r_t_add": 2740, "st_code": 89360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 408, "Shape__Length": 71.200418453603959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235700742517906, 39.91333351414 ], [ -75.235270752875493, 39.912970330972001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26064, "tnode_": 26098, "lpoly_": null, "rpoly_": null, "length": 196.73218579000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2537, "l_t_add": 2599, "r_f_add": 2514, "r_t_add": 2598, "st_code": 89420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200204, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 409, "Shape__Length": 78.24034419881005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240806291912193, 39.913408524713802 ], [ -75.240598357865693, 39.913242475033798 ], [ -75.240335528750194, 39.913008483061397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26083, "tnode_": 26115, "lpoly_": null, "rpoly_": null, "length": 199.17273935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7070, "l_t_add": 7098, "r_f_add": 7071, "r_t_add": 7099, "st_code": 39020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 410, "Shape__Length": 79.185350316996576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234471267234497, 39.913122953539002 ], [ -75.234988971540901, 39.912748777745499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26092, "tnode_": 26115, "lpoly_": null, "rpoly_": null, "length": 112.96855071, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2743, "l_t_add": 2799, "r_f_add": 2742, "r_t_add": 2798, "st_code": 89360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 411, "Shape__Length": 44.92047160752778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235270752875493, 39.912970330972001 ], [ -75.234988971540901, 39.912748777745499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26085, "tnode_": 26120, "lpoly_": null, "rpoly_": null, "length": 133.72456089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7318, "l_t_add": 7362, "r_f_add": 7363, "r_t_add": 7363, "st_code": 31480, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 412, "Shape__Length": 53.160200426958134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243228854280105, 39.9131214677721 ], [ -75.243583950541705, 39.912876552967901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26055, "tnode_": 26132, "lpoly_": null, "rpoly_": null, "length": 418.0153196, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2617, "l_t_add": 2699, "r_f_add": 2616, "r_t_add": 2660, "st_code": 89390, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 413, "Shape__Length": 166.24423528344181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238902206205296, 39.913419562313202 ], [ -75.2379017831, 39.912569107560401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26127, "tnode_": 26135, "lpoly_": null, "rpoly_": null, "length": 387.08422639000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7358, "r_f_add": 7301, "r_t_add": 7359, "st_code": 77080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200209, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 414, "Shape__Length": 153.64526523455382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240898174202997, 39.912624713519598 ], [ -75.240962355366406, 39.912683347462398 ], [ -75.241010668565806, 39.912700611842702 ], [ -75.242228592976403, 39.9125856887906 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26120, "tnode_": 26140, "lpoly_": null, "rpoly_": null, "length": 183.36751632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7364, "l_t_add": 7380, "r_f_add": 7365, "r_t_add": 7381, "st_code": 31480, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 415, "Shape__Length": 72.895202437832438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243583950541705, 39.912876552967901 ], [ -75.244070110967698, 39.912540067877003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26066, "tnode_": 26144, "lpoly_": null, "rpoly_": null, "length": 519.07776949000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 39140, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 416, "Shape__Length": 206.35104504608654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235700742517906, 39.91333351414 ], [ -75.237010835354198, 39.912418755174599 ], [ -75.237078886059294, 39.912383588852897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26116, "tnode_": 26144, "lpoly_": null, "rpoly_": null, "length": 203.32236231000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2739, "r_f_add": 2700, "r_t_add": 2738, "st_code": 89390, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 417, "Shape__Length": 80.858176758886785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237569562698496, 39.912794385459101 ], [ -75.237078886059294, 39.912383588852897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26072, "tnode_": 26160, "lpoly_": null, "rpoly_": null, "length": 578.50469062000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 51280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 418, "Shape__Length": 230.0651803306063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239812740564801, 39.913377311975196 ], [ -75.238420117369003, 39.912206028141398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26140, "tnode_": 27194, "lpoly_": null, "rpoly_": null, "length": 152.57968992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7382, "l_t_add": 7398, "r_f_add": 7383, "r_t_add": 7397, "st_code": 31480, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 419, "Shape__Length": 60.657380044765716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244070110967698, 39.912540067877003 ], [ -75.244472007946896, 39.912257838822903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26092, "tnode_": 26175, "lpoly_": null, "rpoly_": null, "length": 515.54788491000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 28940, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200215, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOREL ST", "stname": "DOREL ST", "objectid": 420, "Shape__Length": 204.95644092933213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235270752875493, 39.912970330972001 ], [ -75.236625057306398, 39.912013634458702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26144, "tnode_": 26175, "lpoly_": null, "rpoly_": null, "length": 185.39128853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2741, "l_t_add": 2769, "r_f_add": 2740, "r_t_add": 2768, "st_code": 89390, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 421, "Shape__Length": 73.722974706740516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237078886059294, 39.912383588852897 ], [ -75.236625057306398, 39.912013634458702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26115, "tnode_": 26195, "lpoly_": null, "rpoly_": null, "length": 518.86691347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7200, "r_f_add": 7101, "r_t_add": 7199, "st_code": 39020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 422, "Shape__Length": 206.27850840985107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234988971540901, 39.912748777745499 ], [ -75.235048408883102, 39.912690866314101 ], [ -75.236346044862302, 39.911782339739297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26175, "tnode_": 26195, "lpoly_": null, "rpoly_": null, "length": 115.00120258, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2771, "l_t_add": 2799, "r_f_add": 2770, "r_t_add": 2798, "st_code": 89390, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 423, "Shape__Length": 45.732858197934128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236625057306398, 39.912013634458702 ], [ -75.236346044862302, 39.911782339739297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26098, "tnode_": 26197, "lpoly_": null, "rpoly_": null, "length": 577.75177969000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 424, "Shape__Length": 229.76974365765722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240335528750194, 39.913008483061397 ], [ -75.238953539634693, 39.911832545210103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26172, "tnode_": 26209, "lpoly_": null, "rpoly_": null, "length": 182.58918006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7402, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7417, "st_code": 31480, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 425, "Shape__Length": 72.582211680238203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244549900433697, 39.9122031388696 ], [ -75.245038328932793, 39.911871835107497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26144, "tnode_": 26242, "lpoly_": null, "rpoly_": null, "length": 527.44784621999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 39140, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 426, "Shape__Length": 209.70308063937753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237078886059294, 39.912383588852897 ], [ -75.238398993098897, 39.911458248513 ], [ -75.238420360604806, 39.9113868676598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26197, "tnode_": 26242, "lpoly_": null, "rpoly_": null, "length": 220.74738373, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 89420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 427, "Shape__Length": 87.786307067886185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238953539634693, 39.911832545210103 ], [ -75.238420360604806, 39.9113868676598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26198, "tnode_": 26264, "lpoly_": null, "rpoly_": null, "length": 366.5987751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7362, "r_f_add": 7301, "r_t_add": 7359, "st_code": 22640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 428, "Shape__Length": 145.74113984451563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239989943701104, 39.911847522116503 ], [ -75.240950445105099, 39.911165126671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26242, "tnode_": 26273, "lpoly_": null, "rpoly_": null, "length": 237.778626, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2715, "l_t_add": 2799, "r_f_add": 2714, "r_t_add": 2798, "st_code": 89420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 429, "Shape__Length": 94.563096390143158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238420360604806, 39.9113868676598 ], [ -75.237853605100298, 39.9109015089332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26247, "tnode_": 26284, "lpoly_": null, "rpoly_": null, "length": 388.77246882999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7200, "r_f_add": 7101, "r_t_add": 7201, "st_code": 18710, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANT PL", "stname": "BRANT PL", "objectid": 430, "Shape__Length": 154.5721558843384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234078249696196, 39.9110700546019 ], [ -75.2342655181955, 39.911234868455097 ], [ -75.235069408213604, 39.910654992067201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26270, "tnode_": 26299, "lpoly_": null, "rpoly_": null, "length": 215.08126409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7517, "st_code": 31480, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 431, "Shape__Length": 85.4963654974474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246024451916995, 39.9111572529348 ], [ -75.246600751488501, 39.910767836940401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26273, "tnode_": 26311, "lpoly_": null, "rpoly_": null, "length": 229.40002349, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "73RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 200227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 73RD ST", "stname": "S 73RD ST", "objectid": 432, "Shape__Length": 91.230204267347489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237853605100298, 39.9109015089332 ], [ -75.2373065925742, 39.910433413232298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26244, "tnode_": 26318, "lpoly_": null, "rpoly_": null, "length": 669.38904091000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 16640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200228, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLFORD ST", "stname": "BELLFORD ST", "objectid": 433, "Shape__Length": 265.96945471625821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245518458592301, 39.911525408714802 ], [ -75.243980755068193, 39.910709277307703 ], [ -75.243793714376807, 39.910610003230602 ], [ -75.243555549860503, 39.910480596458598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26284, "tnode_": 26321, "lpoly_": null, "rpoly_": null, "length": 227.40792782000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2999, "r_f_add": 2800, "r_t_add": 2998, "st_code": 89390, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 200229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 434, "Shape__Length": 90.437541326956477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235069408213604, 39.910654992067201 ], [ -75.2345269753922, 39.910191080836697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26299, "tnode_": 26333, "lpoly_": null, "rpoly_": null, "length": 306.271427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7514, "l_t_add": 7546, "r_f_add": 7519, "r_t_add": 7599, "st_code": 31480, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 435, "Shape__Length": 121.74958851865806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246600751488501, 39.910767836940401 ], [ -75.247413331903203, 39.9102063275202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26302, "tnode_": 26333, "lpoly_": null, "rpoly_": null, "length": 291.38529208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 13040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCOLA ST", "stname": "ARCOLA ST", "objectid": 436, "Shape__Length": 115.87675690846672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248115085631198, 39.910796054383297 ], [ -75.247413331903203, 39.9102063275202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26299, "tnode_": 26338, "lpoly_": null, "rpoly_": null, "length": 492.84324375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 23580, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAYMONT ST", "stname": "CLAYMONT ST", "objectid": 437, "Shape__Length": 195.81143253840744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246600751488501, 39.910767836940401 ], [ -75.246476949330301, 39.9107345935045 ], [ -75.245144271173601, 39.910017570534798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26333, "tnode_": 26340, "lpoly_": null, "rpoly_": null, "length": 64.16130276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7548, "l_t_add": 7598, "r_f_add": 7601, "r_t_add": 7603, "st_code": 31480, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 200233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 438, "Shape__Length": 25.512170586791996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247413331903203, 39.9102063275202 ], [ -75.247572911575304, 39.910080153536697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26340, "tnode_": 26359, "lpoly_": null, "rpoly_": null, "length": 182.00911702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7616, "r_f_add": 7605, "r_t_add": 7621, "st_code": 31480, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 439, "Shape__Length": 72.350852966107823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247572911575304, 39.910080153536697 ], [ -75.248057538827595, 39.909747959014503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26331, "tnode_": 26363, "lpoly_": null, "rpoly_": null, "length": 276.30140877000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 22640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 440, "Shape__Length": 109.92465587649031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242502451605503, 39.910181657830002 ], [ -75.243082962624896, 39.9095689238329 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26339, "tnode_": 26363, "lpoly_": null, "rpoly_": null, "length": 293.81434978, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2648, "st_code": 89480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 441, "Shape__Length": 116.74152115050572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243941990175799, 39.910030343147298 ], [ -75.243082962624896, 39.9095689238329 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26359, "tnode_": 26366, "lpoly_": null, "rpoly_": null, "length": 60.97242502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7618, "l_t_add": 7618, "r_f_add": 7623, "r_t_add": 7623, "st_code": 31480, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 442, "Shape__Length": 24.246931861341011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248057538827595, 39.909747959014503 ], [ -75.248204397875597, 39.909624571768298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26344, "tnode_": 26370, "lpoly_": null, "rpoly_": null, "length": 211.50555228000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 28465, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS PL", "stname": "DICKENS PL", "objectid": 443, "Shape__Length": 84.123334982575315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246296865262195, 39.910000302597197 ], [ -75.246580719640406, 39.909869564773501 ], [ -75.246683775711304, 39.909745412115903 ], [ -75.246694948476403, 39.909647266772701 ], [ -75.246658141509101, 39.909572425799901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26340, "tnode_": 26370, "lpoly_": null, "rpoly_": null, "length": 316.3285972, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2505, "r_f_add": 2500, "r_t_add": 2520, "st_code": 89510, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 444, "Shape__Length": 125.69444257062304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247572911575304, 39.910080153536697 ], [ -75.246658141509101, 39.909572425799901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26366, "tnode_": 26382, "lpoly_": null, "rpoly_": null, "length": 203.88840709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7620, "l_t_add": 7636, "r_f_add": 7625, "r_t_add": 7645, "st_code": 31480, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 445, "Shape__Length": 81.043875332994759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248204397875597, 39.909624571768298 ], [ -75.248752861234195, 39.909257331354098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26357, "tnode_": 26382, "lpoly_": null, "rpoly_": null, "length": 287.67863158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ULENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 78800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ULENA ST", "stname": "ULENA ST", "objectid": 446, "Shape__Length": 114.39581124363498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249454504080603, 39.909833254281899 ], [ -75.248752861234195, 39.909257331354098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26338, "tnode_": 26384, "lpoly_": null, "rpoly_": null, "length": 372.03996625999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7512, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 32260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESTE AVE", "stname": "ESTE AVE", "objectid": 447, "Shape__Length": 148.02051472670124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245144271173601, 39.910017570534798 ], [ -75.245911344796298, 39.909184447056397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26370, "tnode_": 26384, "lpoly_": null, "rpoly_": null, "length": 252.71767303000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2507, "l_t_add": 2511, "r_f_add": 2522, "r_t_add": 2538, "st_code": 89510, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 448, "Shape__Length": 100.40614517160243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246658141509101, 39.909572425799901 ], [ -75.245911344796298, 39.909184447056397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26366, "tnode_": 26388, "lpoly_": null, "rpoly_": null, "length": 209.00250501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELLA", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 69370, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELLA PL", "stname": "ROSELLA PL", "objectid": 449, "Shape__Length": 83.156124287780017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248204397875597, 39.909624571768298 ], [ -75.247777919470394, 39.909154137285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26384, "tnode_": 26399, "lpoly_": null, "rpoly_": null, "length": 270.73778024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2513, "l_t_add": 2599, "r_f_add": 2540, "r_t_add": 2598, "st_code": 89510, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 450, "Shape__Length": 107.57305010994087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245911344796298, 39.909184447056397 ], [ -75.245122382896696, 39.908756426271196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26382, "tnode_": 26400, "lpoly_": null, "rpoly_": null, "length": 191.62017151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7638, "l_t_add": 7698, "r_f_add": 7647, "r_t_add": 7699, "st_code": 31480, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 451, "Shape__Length": 76.264984959862716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248752861234195, 39.909257331354098 ], [ -75.248894989239702, 39.909093194499199 ], [ -75.248929380290207, 39.909022489802197 ], [ -75.248908692176698, 39.908935369337399 ], [ -75.248867499699401, 39.908878901978298 ], [ -75.248785473600407, 39.908801505664101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26385, "tnode_": 26402, "lpoly_": null, "rpoly_": null, "length": 223.69348702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2736, "r_t_add": 2798, "st_code": 65050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLOVER ST", "stname": "PLOVER ST", "objectid": 452, "Shape__Length": 88.955042467189216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240508996185795, 39.909023150429199 ], [ -75.239970062057097, 39.908570577454903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26363, "tnode_": 26415, "lpoly_": null, "rpoly_": null, "length": 572.26456384000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 22640, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 453, "Shape__Length": 227.68613562022389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243082962624896, 39.9095689238329 ], [ -75.2442507530494, 39.9082808756812 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26399, "tnode_": 26415, "lpoly_": null, "rpoly_": null, "length": 299.67081300999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2620, "st_code": 89510, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 454, "Shape__Length": 119.06949318633539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245122382896696, 39.908756426271196 ], [ -75.2442507530494, 39.9082808756812 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26370, "tnode_": 26418, "lpoly_": null, "rpoly_": null, "length": 569.21291441999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 28460, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200251, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 455, "Shape__Length": 226.47483071044581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246658141509101, 39.909572425799901 ], [ -75.247814082393603, 39.9082882340617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26400, "tnode_": 26418, "lpoly_": null, "rpoly_": null, "length": 330.48815, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2527, "r_f_add": 2500, "r_t_add": 2522, "st_code": 89540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 77TH ST", "stname": "S 77TH ST", "objectid": 456, "Shape__Length": 131.30699126558054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248785473600407, 39.908801505664101 ], [ -75.247814082393603, 39.9082882340617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26409, "tnode_": 26426, "lpoly_": null, "rpoly_": null, "length": 230.0156695, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3015, "r_f_add": 3000, "r_t_add": 3014, "st_code": 89450, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 457, "Shape__Length": 91.467687040148192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237284570909907, 39.908250526822101 ], [ -75.236729703825006, 39.907785663212998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26415, "tnode_": 26430, "lpoly_": null, "rpoly_": null, "length": 287.14876303, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2619, "l_t_add": 2699, "r_f_add": 2622, "r_t_add": 2698, "st_code": 89510, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 458, "Shape__Length": 114.09086147024087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2442507530494, 39.9082808756812 ], [ -75.243412206524994, 39.907828853813797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26426, "tnode_": 26432, "lpoly_": null, "rpoly_": null, "length": 234.41740048999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3017, "l_t_add": 3031, "r_f_add": 3016, "r_t_add": 3030, "st_code": 89450, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 459, "Shape__Length": 93.222242124286439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236729703825006, 39.907785663212998 ], [ -75.236172338607105, 39.907306233237101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26430, "tnode_": 26434, "lpoly_": null, "rpoly_": null, "length": 230.26701201, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 89510, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 460, "Shape__Length": 91.491495689017412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243412206524994, 39.907828853813797 ], [ -75.242742016170695, 39.9074639181446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21216, "tnode_": 21196, "lpoly_": null, "rpoly_": null, "length": 561.4457538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 64820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 461, "Shape__Length": 222.95223913529748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214375557826401, 39.952062961490498 ], [ -75.216351887143801, 39.9523118187536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26418, "tnode_": 26899, "lpoly_": null, "rpoly_": null, "length": 250.83313801, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2529, "l_t_add": 2543, "r_f_add": 2524, "r_t_add": 2524, "st_code": 89540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 77TH ST", "stname": "S 77TH ST", "objectid": 462, "Shape__Length": 99.657276220882153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247814082393603, 39.9082882340617 ], [ -75.247075253982104, 39.907900439349397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26439, "tnode_": 26437, "lpoly_": null, "rpoly_": null, "length": 154.71253437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 89510, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 463, "Shape__Length": 61.403070572627506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242096264325198, 39.907167688543801 ], [ -75.241559815326895, 39.907266155092699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26434, "tnode_": 26439, "lpoly_": null, "rpoly_": null, "length": 211.2926628, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2719, "l_t_add": 2729, "r_f_add": 2718, "r_t_add": 2732, "st_code": 89510, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 464, "Shape__Length": 83.928945485698321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242742016170695, 39.9074639181446 ], [ -75.242318103193398, 39.907249328547501 ], [ -75.242096264325198, 39.907167688543801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26436, "tnode_": 26447, "lpoly_": null, "rpoly_": null, "length": 300.37267651999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89540, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200260, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 77TH ST", "stname": "S 77TH ST", "objectid": 465, "Shape__Length": 119.33914657577004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246278351845902, 39.907469865358699 ], [ -75.2453950713208, 39.907003840999501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26440, "tnode_": 26449, "lpoly_": null, "rpoly_": null, "length": 228.6933445, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 89570, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 466, "Shape__Length": 90.860177884726198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2494771025369, 39.907261625204498 ], [ -75.248804181423793, 39.906907286884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26449, "tnode_": 26456, "lpoly_": null, "rpoly_": null, "length": 233.67094318, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2521, "l_t_add": 2537, "r_f_add": 2520, "r_t_add": 2536, "st_code": 89570, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 467, "Shape__Length": 92.840438478649219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248804181423793, 39.906907286884 ], [ -75.248120943020595, 39.906540411742697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26456, "tnode_": 26464, "lpoly_": null, "rpoly_": null, "length": 239.11327407000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2539, "l_t_add": 2599, "r_f_add": 2538, "r_t_add": 2598, "st_code": 89570, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 468, "Shape__Length": 94.99814142610029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248120943020595, 39.906540411742697 ], [ -75.247416172608197, 39.906171280160201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26464, "tnode_": 26472, "lpoly_": null, "rpoly_": null, "length": 292.88763629000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2621, "r_f_add": 2600, "r_t_add": 2628, "st_code": 89570, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 469, "Shape__Length": 116.37273243187643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247416172608197, 39.906171280160201 ], [ -75.246568245309206, 39.905702239617199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26472, "tnode_": 26478, "lpoly_": null, "rpoly_": null, "length": 234.6809628, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2623, "l_t_add": 2699, "r_f_add": 2630, "r_t_add": 2698, "st_code": 89570, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 470, "Shape__Length": 93.23737142918732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246568245309206, 39.905702239617199 ], [ -75.245878330520895, 39.9053379392981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26478, "tnode_": 26485, "lpoly_": null, "rpoly_": null, "length": 234.13352612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2714, "st_code": 89570, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 471, "Shape__Length": 93.01813664477784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245878330520895, 39.9053379392981 ], [ -75.245188320712103, 39.904976414856201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26485, "tnode_": 26490, "lpoly_": null, "rpoly_": null, "length": 225.97941103, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2717, "l_t_add": 2731, "r_f_add": 2716, "r_t_add": 2730, "st_code": 89570, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 472, "Shape__Length": 89.779854140366055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245188320712103, 39.904976414856201 ], [ -75.244524687869102, 39.904624843739001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26490, "tnode_": 26497, "lpoly_": null, "rpoly_": null, "length": 235.27124702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2733, "l_t_add": 2747, "r_f_add": 2732, "r_t_add": 2746, "st_code": 89570, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 473, "Shape__Length": 93.477698045393993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244524687869102, 39.904624843739001 ], [ -75.243843133232403, 39.9042485499996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26497, "tnode_": 27229, "lpoly_": null, "rpoly_": null, "length": 274.50983211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2749, "l_t_add": 2799, "r_f_add": 2748, "r_t_add": 2798, "st_code": 89570, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 474, "Shape__Length": 109.1656850733721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243843133232403, 39.9042485499996 ], [ -75.243511054106605, 39.904089131609602 ], [ -75.243320781458493, 39.903908008782203 ], [ -75.243253521039193, 39.9037278853598 ], [ -75.243242112175693, 39.903697334557698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26513, "tnode_": 26519, "lpoly_": null, "rpoly_": null, "length": 290.78884775999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2620, "st_code": 89630, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 475, "Shape__Length": 115.52918741379808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249738448387404, 39.903584181433501 ], [ -75.248889328310099, 39.903126431917997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26519, "tnode_": 26522, "lpoly_": null, "rpoly_": null, "length": 237.72785497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2621, "l_t_add": 2699, "r_f_add": 2622, "r_t_add": 2698, "st_code": 89630, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 476, "Shape__Length": 94.445046822041618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248889328310099, 39.903126431917997 ], [ -75.248191491839293, 39.902756270891999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26534, "tnode_": 26577, "lpoly_": null, "rpoly_": null, "length": 1142.76339394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 39020, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 477, "Shape__Length": 454.6134046673925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246255449306105, 39.901715965264003 ], [ -75.247410334154296, 39.900424342930002 ], [ -75.248586705952903, 39.899143688878901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24750, "tnode_": 24807, "lpoly_": null, "rpoly_": null, "length": 243.99683957000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1816, "r_t_add": 1898, "st_code": 89270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 478, "Shape__Length": 97.058992994848595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242930721499803, 39.926540063033002 ], [ -75.242351443317901, 39.9260403368353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26282, "tnode_": 26293, "lpoly_": null, "rpoly_": null, "length": 54.63945571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7374, "l_t_add": 7398, "r_f_add": 7375, "r_t_add": 7399, "st_code": 22640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 479, "Shape__Length": 21.760835868199447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241280685617596, 39.910816806749402 ], [ -75.241224235216393, 39.9106732522215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26293, "tnode_": 26313, "lpoly_": null, "rpoly_": null, "length": 52.75815287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2701, "r_f_add": 2700, "r_t_add": 2700, "st_code": 65050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLOVER ST", "stname": "PLOVER ST", "objectid": 480, "Shape__Length": 21.013141133667993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241224235216393, 39.9106732522215 ], [ -75.241176404306799, 39.910533186625003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26313, "tnode_": 26349, "lpoly_": null, "rpoly_": null, "length": 266.58661952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2703, "l_t_add": 2721, "r_f_add": 2702, "r_t_add": 2716, "st_code": 65050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLOVER ST", "stname": "PLOVER ST", "objectid": 481, "Shape__Length": 106.18173877967314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241176404306799, 39.910533186625003 ], [ -75.240949090555702, 39.909822617228699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26393, "tnode_": 26409, "lpoly_": null, "rpoly_": null, "length": 231.56309435999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89450, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 200280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 482, "Shape__Length": 92.087767212456697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237836266155597, 39.908723353149803 ], [ -75.237284570909907, 39.908250526822101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26450, "tnode_": 26472, "lpoly_": null, "rpoly_": null, "length": 486.86385399000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7706, "l_t_add": 7798, "r_f_add": 7705, "r_t_add": 7799, "st_code": 22640, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 483, "Shape__Length": 193.6989807751616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245572178574903, 39.906796674218803 ], [ -75.246568245309206, 39.905702239617199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26415, "tnode_": 26438, "lpoly_": null, "rpoly_": null, "length": 443.52803172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7618, "r_f_add": 7601, "r_t_add": 7633, "st_code": 22640, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 484, "Shape__Length": 176.46872939861331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2442507530494, 39.9082808756812 ], [ -75.245144297630503, 39.907276448078001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26438, "tnode_": 26441, "lpoly_": null, "rpoly_": null, "length": 155.39358234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 22635, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200283, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE PL", "stname": "CHELWYNDE PL", "objectid": 485, "Shape__Length": 61.749825164135544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245144297630503, 39.907276448078001 ], [ -75.244703372567301, 39.907018262465598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26438, "tnode_": 26447, "lpoly_": null, "rpoly_": null, "length": 121.70112523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7620, "l_t_add": 7698, "r_f_add": 7635, "r_t_add": 7699, "st_code": 22640, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 486, "Shape__Length": 48.418565802420446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245144297630503, 39.907276448078001 ], [ -75.2453950713208, 39.907003840999501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27228, "tnode_": 26593, "lpoly_": null, "rpoly_": null, "length": 2138.1426334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIO LANZA", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 53490, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIO LANZA BLVD", "stname": "MARIO LANZA BLVD", "objectid": 487, "Shape__Length": 851.51225777587479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243146338304896, 39.903412135334399 ], [ -75.242296608030898, 39.900673392259499 ], [ -75.241358390740004, 39.897706503841199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24642, "tnode_": 24658, "lpoly_": null, "rpoly_": null, "length": 73.39212335000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6440, "l_t_add": 6448, "r_f_add": 6441, "r_t_add": 6449, "st_code": 38640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 488, "Shape__Length": 29.186133355604625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234772394123397, 39.927228019357798 ], [ -75.234960924148993, 39.927088297752697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24658, "tnode_": 24677, "lpoly_": null, "rpoly_": null, "length": 64.73960606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6450, "l_t_add": 6468, "r_f_add": 6451, "r_t_add": 6469, "st_code": 38640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 489, "Shape__Length": 25.742777222108344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234960924148993, 39.927088297752697 ], [ -75.235131001108101, 39.926968139939397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24658, "tnode_": 24788, "lpoly_": null, "rpoly_": null, "length": 520.62511128999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 73020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200288, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SIMPSON ST", "stname": "S SIMPSON ST", "objectid": 490, "Shape__Length": 207.09121463302955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234960924148993, 39.927088297752697 ], [ -75.233711384135106, 39.926031386808198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24607, "tnode_": 24626, "lpoly_": null, "rpoly_": null, "length": 76.94534158, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1931, "l_t_add": 1939, "r_f_add": 1930, "r_t_add": 1938, "st_code": 89200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 491, "Shape__Length": 30.608666089300527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239049770234999, 39.927648212905503 ], [ -75.238867372223993, 39.927490428129097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24890, "tnode_": 24918, "lpoly_": null, "rpoly_": null, "length": 80.67487871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2221, "l_t_add": 2229, "r_f_add": 2212, "r_t_add": 2228, "st_code": 89160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200290, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 492, "Shape__Length": 32.092045485198945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233727240826198, 39.925074598280901 ], [ -75.233537705061394, 39.924908012824197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24791, "tnode_": 24890, "lpoly_": null, "rpoly_": null, "length": 472.3575722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 71120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 200291, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 493, "Shape__Length": 187.82362262071959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232488752687701, 39.9259533209813 ], [ -75.233727240826198, 39.925074598280901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26349, "tnode_": 26376, "lpoly_": null, "rpoly_": null, "length": 212.57512914999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2723, "l_t_add": 2731, "r_f_add": 2718, "r_t_add": 2726, "st_code": 65050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLOVER ST", "stname": "PLOVER ST", "objectid": 494, "Shape__Length": 84.669278854826686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240949090555702, 39.909822617228699 ], [ -75.240776000689493, 39.909266574333898 ], [ -75.240778356029693, 39.909254966116599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26376, "tnode_": 26385, "lpoly_": null, "rpoly_": null, "length": 113.31907943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2733, "l_t_add": 2735, "r_f_add": 2728, "r_t_add": 2734, "st_code": 65050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLOVER ST", "stname": "PLOVER ST", "objectid": 495, "Shape__Length": 45.065409720827688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240778356029693, 39.909254966116599 ], [ -75.240508996185795, 39.909023150429199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25933, "tnode_": 26040, "lpoly_": null, "rpoly_": null, "length": 581.06569910999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 496, "Shape__Length": 231.08945872484733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237602538159706, 39.914943500742403 ], [ -75.236204561930705, 39.913766436861302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25908, "tnode_": 25933, "lpoly_": null, "rpoly_": null, "length": 215.12997661999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2533, "l_t_add": 2599, "r_f_add": 2522, "r_t_add": 2598, "st_code": 89360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 497, "Shape__Length": 85.554749612978071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238125654446904, 39.9153753542993 ], [ -75.237602538159706, 39.914943500742403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26055, "tnode_": 26053, "lpoly_": null, "rpoly_": null, "length": 205.28634039000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7214, "r_f_add": 7201, "r_t_add": 7213, "st_code": 63240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 498, "Shape__Length": 81.495557916659536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238902206205296, 39.913419562313202 ], [ -75.238949468994207, 39.913430072321503 ], [ -75.239020574683494, 39.9134667855554 ], [ -75.239062650415605, 39.913493841308998 ], [ -75.239112532292296, 39.913510516452497 ], [ -75.2391825682855, 39.913514261278898 ], [ -75.239260159644999, 39.913513749434699 ], [ -75.2394028662941, 39.913516874474503 ], [ -75.239596696228901, 39.913545043759001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26016, "tnode_": 26040, "lpoly_": null, "rpoly_": null, "length": 255.52868183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7034, "l_t_add": 7098, "r_f_add": 7029, "r_t_add": 7099, "st_code": 63240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 499, "Shape__Length": 101.40980707611007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235092829839601, 39.913943678309998 ], [ -75.235737759621301, 39.913882863005902 ], [ -75.235996939255003, 39.913907697981998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26040, "tnode_": 26066, "lpoly_": null, "rpoly_": null, "length": 211.76697844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2719, "r_f_add": 2700, "r_t_add": 2718, "st_code": 89360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 500, "Shape__Length": 84.221953130160259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236204561930705, 39.913766436861302 ], [ -75.235700742517906, 39.91333351414 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26062, "tnode_": 26064, "lpoly_": null, "rpoly_": null, "length": 127.5146799, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7230, "l_t_add": 7298, "r_f_add": 7231, "r_t_add": 7299, "st_code": 63240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 501, "Shape__Length": 50.606788695908222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240356628753304, 39.913459817001701 ], [ -75.240806291912193, 39.913408524713802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26053, "tnode_": 26062, "lpoly_": null, "rpoly_": null, "length": 215.42294929, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7216, "l_t_add": 7228, "r_f_add": 7215, "r_t_add": 7229, "st_code": 63240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 502, "Shape__Length": 85.494817304550594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239596696228901, 39.913545043759001 ], [ -75.240356628753304, 39.913459817001701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26042, "tnode_": 26062, "lpoly_": null, "rpoly_": null, "length": 117.17451448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2539, "l_t_add": 2599, "r_f_add": 2532, "r_t_add": 2598, "st_code": 51280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200303, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 503, "Shape__Length": 46.683056472980184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240379545417895, 39.913780991584098 ], [ -75.240356628753304, 39.913459817001701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26018, "tnode_": 26055, "lpoly_": null, "rpoly_": null, "length": 205.77057733000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2615, "r_f_add": 2600, "r_t_add": 2614, "st_code": 89390, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 504, "Shape__Length": 81.963854095735925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238951860946997, 39.913968155623401 ], [ -75.238920454618295, 39.913937552038597 ], [ -75.238911540717396, 39.913885359489797 ], [ -75.238944845288898, 39.913783692648302 ], [ -75.238957767044695, 39.913700541724502 ], [ -75.238938200790699, 39.913563585431703 ], [ -75.238907400634005, 39.913456830409999 ], [ -75.238902206205296, 39.913419562313202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25149, "tnode_": 25167, "lpoly_": null, "rpoly_": null, "length": 233.79641034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 49260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARRY ST", "stname": "LARRY ST", "objectid": 505, "Shape__Length": 92.802071773201959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244502976273495, 39.923200734575303 ], [ -75.244079340063294, 39.9231342633202 ], [ -75.243680688155905, 39.923099347868003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25167, "tnode_": 25216, "lpoly_": null, "rpoly_": null, "length": 685.91335311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 49260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARRY ST", "stname": "LARRY ST", "objectid": 506, "Shape__Length": 272.30384873908343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243680688155905, 39.923099347868003 ], [ -75.242077644283597, 39.922780868263303 ], [ -75.241822738625601, 39.922732731682402 ], [ -75.2413164930378, 39.922618598718401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25541, "tnode_": 25641, "lpoly_": null, "rpoly_": null, "length": 582.53952818999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNAFFON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 18180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200307, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONNAFFON ST", "stname": "BONNAFFON ST", "objectid": 507, "Shape__Length": 231.69082854755823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232012603653303, 39.918873685077202 ], [ -75.230614203047296, 39.917691385225901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24655, "tnode_": 24651, "lpoly_": null, "rpoly_": null, "length": 59.38454324, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1818, "st_code": 89240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 508, "Shape__Length": 23.572083778082586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243467741709097, 39.927405757796798 ], [ -75.243257469674404, 39.927386595161401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24655, "tnode_": 24693, "lpoly_": null, "rpoly_": null, "length": 158.10559664000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 24060, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200309, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 509, "Shape__Length": 63.002816181924082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243467741709097, 39.927405757796798 ], [ -75.243496764317001, 39.926972313345303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25134, "tnode_": 25149, "lpoly_": null, "rpoly_": null, "length": 87.9097324, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1925, "l_t_add": 1949, "r_f_add": 1924, "r_t_add": 1948, "st_code": 89330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200310, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 510, "Shape__Length": 34.96276517131561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244720225403498, 39.923374682389898 ], [ -75.244502976273495, 39.923200734575303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25194, "tnode_": 25275, "lpoly_": null, "rpoly_": null, "length": 314.11089268999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2029, "r_f_add": 2000, "r_t_add": 2028, "st_code": 89330, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200312, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 511, "Shape__Length": 124.94179752619252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244071747608501, 39.9228255954785 ], [ -75.243324705142896, 39.922183196501798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24822, "tnode_": 24862, "lpoly_": null, "rpoly_": null, "length": 183.15922911000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 89240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200313, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2010-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 512, "Shape__Length": 72.876374405714728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239239356928096, 39.925833110666701 ], [ -75.238873084108704, 39.925507792537999 ], [ -75.238846415709503, 39.9254385049801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25770, "tnode_": 25878, "lpoly_": null, "rpoly_": null, "length": 559.12191125999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7246, "l_t_add": 7298, "r_f_add": 7243, "r_t_add": 7299, "st_code": 63180, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 513, "Shape__Length": 222.28117809753829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243823549774604, 39.916949176240003 ], [ -75.245309216469806, 39.915925910778803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25660, "tnode_": 25770, "lpoly_": null, "rpoly_": null, "length": 470.96796360999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7244, "r_f_add": 7201, "r_t_add": 7241, "st_code": 63180, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 514, "Shape__Length": 187.28305711377919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242666404873304, 39.917860194731396 ], [ -75.242749138067893, 39.917687719267398 ], [ -75.243823549774604, 39.916949176240003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25711, "tnode_": 25770, "lpoly_": null, "rpoly_": null, "length": 260.50673325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 51280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 515, "Shape__Length": 103.61655562162835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244435284377104, 39.917487247476402 ], [ -75.243823549774604, 39.916949176240003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25582, "tnode_": 25751, "lpoly_": null, "rpoly_": null, "length": 614.7760972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2100, "r_t_add": 2198, "st_code": 24060, "l_hundred": 0, "r_hundred": 2100, "seg_id": 200317, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 516, "Shape__Length": 244.83467707987563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246859543013599, 39.9187681526723 ], [ -75.246900339994696, 39.918583755984699 ], [ -75.246925745195995, 39.918322796604699 ], [ -75.2468704396628, 39.918108729747097 ], [ -75.246790341150401, 39.917924529179999 ], [ -75.246310472054105, 39.917185359454102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25751, "tnode_": 25782, "lpoly_": null, "rpoly_": null, "length": 207.26415144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 84480, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200318, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 517, "Shape__Length": 82.348405172973685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246310472054105, 39.917185359454102 ], [ -75.246803361646101, 39.916927412830397 ], [ -75.246933431723207, 39.9168817475175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26321, "tnode_": 26343, "lpoly_": null, "rpoly_": null, "length": 232.13055213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3015, "r_f_add": 3000, "r_t_add": 3014, "st_code": 89390, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 518, "Shape__Length": 92.310942368831888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2345269753922, 39.910191080836697 ], [ -75.233966378498295, 39.909722376785098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26508, "tnode_": 26513, "lpoly_": null, "rpoly_": null, "length": 245.86983426, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89630, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200320, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 519, "Shape__Length": 97.684567484824527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250455149544194, 39.903972600761001 ], [ -75.249738448387404, 39.903584181433501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26343, "tnode_": 26390, "lpoly_": null, "rpoly_": null, "length": 553.1349384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALLARD", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 53030, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALLARD PL", "stname": "MALLARD PL", "objectid": 520, "Shape__Length": 219.91626441252885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233966378498295, 39.909722376785098 ], [ -75.234775841250695, 39.909152235110398 ], [ -75.234176435026001, 39.908661601650898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27224, "tnode_": 28444, "lpoly_": null, "rpoly_": null, "length": 1171.16927001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 8000, "r_hundred": 0, "seg_id": 200322, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 521, "Shape__Length": 465.5840761286978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246977467948, 39.902112182678501 ], [ -75.247015034468006, 39.9020955768489 ], [ -75.247895729104798, 39.9015914736637 ], [ -75.248307386948099, 39.901324724982999 ], [ -75.248886060838004, 39.900887176243799 ], [ -75.249505156123405, 39.9003435893828 ], [ -75.249935981789406, 39.899874558045198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26492, "tnode_": 27213, "lpoly_": null, "rpoly_": null, "length": 414.57862896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50820, "l_hundred": 0, "r_hundred": 7600, "seg_id": 200323, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 522, "Shape__Length": 164.5420862154796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238578027444206, 39.904486263918102 ], [ -75.240004922650797, 39.9041903820576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27227, "tnode_": 26564, "lpoly_": null, "rpoly_": null, "length": 1165.010169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8001, "r_t_add": 8199, "st_code": 50820, "l_hundred": 0, "r_hundred": 8000, "seg_id": 200324, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 523, "Shape__Length": 463.1565401880797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247461723186007, 39.902371438456797 ], [ -75.248361360244104, 39.901843605838302 ], [ -75.249767473784104, 39.9007600977517 ], [ -75.250377022317195, 39.900118361233901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26505, "tnode_": 26508, "lpoly_": null, "rpoly_": null, "length": 180.77716379, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 89630, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 524, "Shape__Length": 71.819500562892301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250987580303004, 39.9042521060327 ], [ -75.250455149544194, 39.903972600761001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26205, "tnode_": 26255, "lpoly_": null, "rpoly_": null, "length": 295.54250325000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 89480, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 525, "Shape__Length": 117.51725358513724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247013419020604, 39.911937256210599 ], [ -75.246277411415704, 39.911356765724797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26255, "tnode_": 26270, "lpoly_": null, "rpoly_": null, "length": 101.5765383, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 89480, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 526, "Shape__Length": 40.389885524242835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246277411415704, 39.911356765724797 ], [ -75.246024451916995, 39.9111572529348 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26190, "tnode_": 26209, "lpoly_": null, "rpoly_": null, "length": 102.41116369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 13560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200328, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHFORD ST", "stname": "ASHFORD ST", "objectid": 527, "Shape__Length": 40.717759859476729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245300443043504, 39.912067520833901 ], [ -75.245038328932793, 39.911871835107497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26229, "tnode_": 26244, "lpoly_": null, "rpoly_": null, "length": 101.45147996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 16640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLFORD ST", "stname": "BELLFORD ST", "objectid": 528, "Shape__Length": 40.33098351072401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245785898076505, 39.911712880884799 ], [ -75.245518458592301, 39.911525408714802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26113, "tnode_": 26172, "lpoly_": null, "rpoly_": null, "length": 389.72051166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 89450, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200330, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 529, "Shape__Length": 154.9859048098391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245490244284497, 39.912990519724502 ], [ -75.245256414784606, 39.912791567375002 ], [ -75.244815510403001, 39.912415877715397 ], [ -75.244549900433697, 39.9122031388696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26058, "tnode_": 26120, "lpoly_": null, "rpoly_": null, "length": 389.71008468999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 13060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200332, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDELL ST", "stname": "ARDELL ST", "objectid": 530, "Shape__Length": 154.9882415743356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244515941406206, 39.9136697346283 ], [ -75.244289262950502, 39.913485720969597 ], [ -75.243838448808305, 39.913091027044899 ], [ -75.243583950541705, 39.912876552967901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26080, "tnode_": 26140, "lpoly_": null, "rpoly_": null, "length": 389.59951205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 55980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILAN ST", "stname": "MILAN ST", "objectid": 531, "Shape__Length": 154.94613399954963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244997401867593, 39.913336130570201 ], [ -75.244771517692101, 39.913135129876203 ], [ -75.244305135840094, 39.912745518899101 ], [ -75.244070110967698, 39.912540067877003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26270, "tnode_": 26320, "lpoly_": null, "rpoly_": null, "length": 441.3069056, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2541, "r_f_add": 2500, "r_t_add": 2538, "st_code": 89480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 532, "Shape__Length": 175.34971648965904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246024451916995, 39.9111572529348 ], [ -75.245774384668394, 39.911020832592897 ], [ -75.244737290139597, 39.910460787198303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26320, "tnode_": 26338, "lpoly_": null, "rpoly_": null, "length": 197.87206193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7510, "r_f_add": 7501, "r_t_add": 7517, "st_code": 32260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESTE AVE", "stname": "ESTE AVE", "objectid": 533, "Shape__Length": 78.726725763273805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244737290139597, 39.910460787198303 ], [ -75.244944899780506, 39.910251575703697 ], [ -75.245144271173601, 39.910017570534798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26244, "tnode_": 26270, "lpoly_": null, "rpoly_": null, "length": 195.28009214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7436, "l_t_add": 7498, "r_f_add": 7437, "r_t_add": 7499, "st_code": 31480, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 534, "Shape__Length": 77.636948371232336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245518458592301, 39.911525408714802 ], [ -75.245753444877195, 39.911354436366402 ], [ -75.246024451916995, 39.9111572529348 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26209, "tnode_": 26244, "lpoly_": null, "rpoly_": null, "length": 184.57305391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7418, "l_t_add": 7434, "r_f_add": 7419, "r_t_add": 7435, "st_code": 31480, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 535, "Shape__Length": 73.379356627485691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245038328932793, 39.911871835107497 ], [ -75.245261319973295, 39.911712498342197 ], [ -75.245518458592301, 39.911525408714802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26209, "tnode_": 26281, "lpoly_": null, "rpoly_": null, "length": 629.21720583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 13560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200348, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHFORD ST", "stname": "ASHFORD ST", "objectid": 536, "Shape__Length": 250.01167943817927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245038328932793, 39.911871835107497 ], [ -75.244628525978897, 39.911647364767298 ], [ -75.2435377920349, 39.911095233673599 ], [ -75.243197020122295, 39.910887257908797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27194, "tnode_": 26256, "lpoly_": null, "rpoly_": null, "length": 585.84738471000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89450, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 537, "Shape__Length": 232.82866212389212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244472007946896, 39.912257838822903 ], [ -75.244120499415104, 39.912081993238402 ], [ -75.243090276047297, 39.9115400526141 ], [ -75.242835495410006, 39.911281390288302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26320, "tnode_": 26339, "lpoly_": null, "rpoly_": null, "length": 272.84480104, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2543, "l_t_add": 2599, "r_f_add": 2540, "r_t_add": 2598, "st_code": 89480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200354, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 538, "Shape__Length": 108.41199474240112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244737290139597, 39.910460787198303 ], [ -75.244539967160094, 39.910366849686199 ], [ -75.243941990175799, 39.910030343147298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26264, "tnode_": 26282, "lpoly_": null, "rpoly_": null, "length": 165.95912918000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7364, "l_t_add": 7372, "r_f_add": 7361, "r_t_add": 7373, "st_code": 22640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200356, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 539, "Shape__Length": 66.014609310984795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240950445105099, 39.911165126671598 ], [ -75.241232457030307, 39.9109746237122 ], [ -75.241258150643205, 39.910949116583602 ], [ -75.241271646521099, 39.910914872289297 ], [ -75.241281878621905, 39.910858576820097 ], [ -75.241280685617596, 39.910816806749402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26135, "tnode_": 26142, "lpoly_": null, "rpoly_": null, "length": 224.76353024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7360, "l_t_add": 7398, "r_f_add": 7361, "r_t_add": 7399, "st_code": 77080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 540, "Shape__Length": 89.198494879423919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242228592976403, 39.9125856887906 ], [ -75.242577613531395, 39.9125536012967 ], [ -75.243023819042307, 39.9125102851511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26127, "tnode_": 26161, "lpoly_": null, "rpoly_": null, "length": 200.5920166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 17500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200360, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIALY ST", "stname": "BIALY ST", "objectid": 541, "Shape__Length": 79.774750163909857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240898174202997, 39.912624713519598 ], [ -75.240682772968697, 39.912443351203798 ], [ -75.240418442493706, 39.9122163830869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27195, "tnode_": 26243, "lpoly_": null, "rpoly_": null, "length": 206.59246976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERBRO", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2620, "st_code": 17020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERBRO ST", "stname": "BERBRO ST", "objectid": 542, "Shape__Length": 82.086160764582516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242095727043505, 39.911776693776901 ], [ -75.2417716318148, 39.911600248446298 ], [ -75.241489518137996, 39.9114547472673 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26161, "tnode_": 26198, "lpoly_": null, "rpoly_": null, "length": 180.32326824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2621, "l_t_add": 2641, "r_f_add": 2620, "r_t_add": 2638, "st_code": 17500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200364, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIALY ST", "stname": "BIALY ST", "objectid": 543, "Shape__Length": 71.715102611134213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240418442493706, 39.9122163830869 ], [ -75.240215426608799, 39.912048856316801 ], [ -75.239989943701104, 39.911847522116503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26243, "tnode_": 26264, "lpoly_": null, "rpoly_": null, "length": 184.39852452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERBRO", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2621, "l_t_add": 2699, "r_f_add": 2622, "r_t_add": 2698, "st_code": 17020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERBRO ST", "stname": "BERBRO ST", "objectid": 544, "Shape__Length": 73.268893665789548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241489518137996, 39.9114547472673 ], [ -75.241228723351597, 39.911311679651803 ], [ -75.240950445105099, 39.911165126671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26198, "tnode_": 26240, "lpoly_": null, "rpoly_": null, "length": 199.24341156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2643, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 17500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200368, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIALY ST", "stname": "BIALY ST", "objectid": 545, "Shape__Length": 79.233201799692623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239989943701104, 39.911847522116503 ], [ -75.239761132287001, 39.911658799669198 ], [ -75.239506204070807, 39.911447043048298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26376, "tnode_": 26383, "lpoly_": null, "rpoly_": null, "length": 233.77811854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TANAGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 76670, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TANAGER ST", "stname": "TANAGER ST", "objectid": 546, "Shape__Length": 92.785520200838818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240778356029693, 39.909254966116599 ], [ -75.241589172778902, 39.909106803300403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26383, "tnode_": 26387, "lpoly_": null, "rpoly_": null, "length": 86.00317166000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TANAGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 76670, "l_hundred": 0, "r_hundred": 0, "seg_id": 200371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TANAGER ST", "stname": "TANAGER ST", "objectid": 547, "Shape__Length": 34.134509295210606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241589172778902, 39.909106803300403 ], [ -75.241887138912503, 39.909051269165097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26447, "tnode_": 26450, "lpoly_": null, "rpoly_": null, "length": 90.35496509000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7704, "r_f_add": 7701, "r_t_add": 7703, "st_code": 22640, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200404, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 548, "Shape__Length": 35.951943887715103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2453950713208, 39.907003840999501 ], [ -75.245572178574903, 39.906796674218803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26519, "tnode_": 26533, "lpoly_": null, "rpoly_": null, "length": 592.40963984999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 22640, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 549, "Shape__Length": 235.68258864551007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248889328310099, 39.903126431917997 ], [ -75.250090863242093, 39.9017891602604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26456, "tnode_": 26487, "lpoly_": null, "rpoly_": null, "length": 843.69566386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCURY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 55530, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCURY PL", "stname": "MERCURY PL", "objectid": 550, "Shape__Length": 335.62046305197117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248120943020595, 39.906540411742697 ], [ -75.249311905333499, 39.905228555426199 ], [ -75.249586755903593, 39.905381404233403 ], [ -75.249911928991907, 39.905002410469102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26462, "tnode_": 26478, "lpoly_": null, "rpoly_": null, "length": 596.51226871999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORPHEUS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 61790, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORPHEUS PL", "stname": "ORPHEUS PL", "objectid": 551, "Shape__Length": 237.26881557498444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244568822987205, 39.906303987753098 ], [ -75.244838077457402, 39.906459417944497 ], [ -75.244948670133596, 39.906349438420897 ], [ -75.245878330520895, 39.9053379392981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26452, "tnode_": 26492, "lpoly_": null, "rpoly_": null, "length": 1206.9758101799998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 7401, "r_t_add": 7599, "st_code": 50820, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200408, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 552, "Shape__Length": 479.61061708065688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235165794265896, 39.9064622777816 ], [ -75.235737523697495, 39.905996147173397 ], [ -75.236612727696297, 39.905408603940501 ], [ -75.237777050746402, 39.9047828256519 ], [ -75.238578027444206, 39.904486263918102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27226, "tnode_": 26567, "lpoly_": null, "rpoly_": null, "length": 1167.6386804399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200409, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 553, "Shape__Length": 464.19940569382788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247310164551394, 39.902291515581297 ], [ -75.248202612140901, 39.901789496543003 ], [ -75.249111192510597, 39.901122803412598 ], [ -75.249753015144293, 39.900557202471099 ], [ -75.250231488186799, 39.900038294248198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26408, "tnode_": 26432, "lpoly_": null, "rpoly_": null, "length": 580.01521379000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERGANSER", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 55570, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERGANSER PL", "stname": "MERGANSER PL", "objectid": 554, "Shape__Length": 230.57630965034937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234658951107903, 39.908118362351097 ], [ -75.234844343152503, 39.9082546834846 ], [ -75.236172338607105, 39.907306233237101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26426, "tnode_": 26444, "lpoly_": null, "rpoly_": null, "length": 497.83008567999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENSLOW", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 41970, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENSLOW PL", "stname": "HENSLOW PL", "objectid": 555, "Shape__Length": 197.91510604822997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236729703825006, 39.907785663212998 ], [ -75.237763619673004, 39.907067856397802 ], [ -75.238008408655006, 39.907294210274998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26409, "tnode_": 26427, "lpoly_": null, "rpoly_": null, "length": 496.73552365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEREGRINE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 64230, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEREGRINE PL", "stname": "PEREGRINE PL", "objectid": 556, "Shape__Length": 197.48637913794695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237284570909907, 39.908250526822101 ], [ -75.238291126223501, 39.907538585578401 ], [ -75.238552988269603, 39.907775480904199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26135, "tnode_": 26201, "lpoly_": null, "rpoly_": null, "length": 277.85321146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERBRO", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 17020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200413, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERBRO ST", "stname": "BERBRO ST", "objectid": 557, "Shape__Length": 110.6754677307577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242228592976403, 39.9125856887906 ], [ -75.242006070434698, 39.9118424440273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26161, "tnode_": 26243, "lpoly_": null, "rpoly_": null, "length": 408.96958334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 36180, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200414, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARMAN ST", "stname": "GARMAN ST", "objectid": 558, "Shape__Length": 162.5867034676115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240418442493706, 39.9122163830869 ], [ -75.241489518137996, 39.9114547472673 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25962, "tnode_": 26010, "lpoly_": null, "rpoly_": null, "length": 222.71824906000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLBROOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2739, "r_f_add": 2700, "r_t_add": 2738, "st_code": 43040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLBROOK ST", "stname": "HOLBROOK ST", "objectid": 559, "Shape__Length": 88.650294186477709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235177282754805, 39.914494376991001 ], [ -75.235087832259495, 39.914421457882298 ], [ -75.234904107847797, 39.914255563777502 ], [ -75.234886136967702, 39.914099830619797 ], [ -75.234848210542097, 39.9139662800956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25781, "tnode_": 25851, "lpoly_": null, "rpoly_": null, "length": 341.29969877999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 36180, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARMAN ST", "stname": "GARMAN ST", "objectid": 560, "Shape__Length": 135.69906456320871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234180866895102, 39.916593446011802 ], [ -75.2350657198036, 39.915950364041798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25811, "tnode_": 25886, "lpoly_": null, "rpoly_": null, "length": 341.81397756999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 22640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200418, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 561, "Shape__Length": 135.89331421290541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233763480072199, 39.916245131057998 ], [ -75.234664402946393, 39.915613323140299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25672, "tnode_": 25797, "lpoly_": null, "rpoly_": null, "length": 595.73178072000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 67800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200419, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 562, "Shape__Length": 236.84732837085491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237922374435399, 39.917633273381597 ], [ -75.239490811351999, 39.9165306328509 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25711, "tnode_": 25816, "lpoly_": null, "rpoly_": null, "length": 511.90635432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7250, "l_t_add": 7298, "r_f_add": 7257, "r_t_add": 7299, "st_code": 71120, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 563, "Shape__Length": 203.5120410158039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244435284377104, 39.917487247476402 ], [ -75.245795709632901, 39.916550569456199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25133, "tnode_": 25191, "lpoly_": null, "rpoly_": null, "length": 209.43425746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 85680, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 564, "Shape__Length": 83.277757527374888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239033919475602, 39.923250068078602 ], [ -75.239577787621002, 39.922856131384997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25011, "tnode_": 25133, "lpoly_": null, "rpoly_": null, "length": 572.52682323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 85680, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200423, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 565, "Shape__Length": 227.64354529213585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237525750006895, 39.924309186507898 ], [ -75.239033919475602, 39.923250068078602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24941, "tnode_": 25011, "lpoly_": null, "rpoly_": null, "length": 270.28615082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6638, "l_t_add": 6698, "r_f_add": 6637, "r_t_add": 6699, "st_code": 85680, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 566, "Shape__Length": 107.47483620713481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236820806624493, 39.924815086067397 ], [ -75.237525750006895, 39.924309186507898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25024, "tnode_": 25080, "lpoly_": null, "rpoly_": null, "length": 170.48624928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2001, "r_f_add": 2000, "r_t_add": 2000, "st_code": 24060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200427, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 567, "Shape__Length": 67.91227897379575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245515473355198, 39.924105587543799 ], [ -75.245687650665403, 39.923656748593402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25070, "tnode_": 25080, "lpoly_": null, "rpoly_": null, "length": 133.7546566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 22760, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 568, "Shape__Length": 53.178933424499391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245329946306796, 39.923899576830699 ], [ -75.245687650665403, 39.923656748593402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25024, "tnode_": 25070, "lpoly_": null, "rpoly_": null, "length": 91.32132341, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1919, "r_f_add": 1900, "r_t_add": 1918, "st_code": 89330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200429, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 569, "Shape__Length": 36.342344744190292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245515473355198, 39.924105587543799 ], [ -75.245329946306796, 39.923899576830699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24693, "tnode_": 24750, "lpoly_": null, "rpoly_": null, "length": 223.64923563000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1814, "st_code": 89270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 570, "Shape__Length": 88.944210547730933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243496764317001, 39.926972313345303 ], [ -75.243156634062103, 39.926721556970499 ], [ -75.242930721499803, 39.926540063033002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24651, "tnode_": 24657, "lpoly_": null, "rpoly_": null, "length": 255.0658937, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1821, "l_t_add": 1839, "r_f_add": 1820, "r_t_add": 1838, "st_code": 89240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 571, "Shape__Length": 101.2537293353848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243257469674404, 39.927386595161401 ], [ -75.242772756681902, 39.927350698590701 ], [ -75.242363593660201, 39.927269597691399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24807, "tnode_": 24957, "lpoly_": null, "rpoly_": null, "length": 623.5640516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 22760, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 572, "Shape__Length": 247.94983905030131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242351443317901, 39.9260403368353 ], [ -75.242841738874802, 39.925683078229497 ], [ -75.243426673181403, 39.925264360921602 ], [ -75.243982973152598, 39.924877597633298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24860, "tnode_": 24916, "lpoly_": null, "rpoly_": null, "length": 310.28278662999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1915, "l_t_add": 1999, "r_f_add": 1922, "r_t_add": 1998, "st_code": 89270, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 573, "Shape__Length": 123.42482374699387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241694273924494, 39.925502551363202 ], [ -75.240957773479295, 39.924866972030202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25010, "tnode_": 25066, "lpoly_": null, "rpoly_": null, "length": 295.09198835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6816, "r_f_add": 6801, "r_t_add": 6833, "st_code": 78960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200438, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 574, "Shape__Length": 117.33272698298006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240364538747002, 39.924372400615503 ], [ -75.240759823702206, 39.924091266989997 ], [ -75.241141781793402, 39.9238264476163 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25570, "tnode_": 25617, "lpoly_": null, "rpoly_": null, "length": 271.78332948000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2249, "r_f_add": 2200, "r_t_add": 2248, "st_code": 89390, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 575, "Shape__Length": 108.09821901476062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243844379564806, 39.918880275798998 ], [ -75.243196259026107, 39.918325673839199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25646, "tnode_": 25711, "lpoly_": null, "rpoly_": null, "length": 269.88863564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2249, "r_f_add": 2200, "r_t_add": 2248, "st_code": 51280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LLOYD ST", "stname": "LLOYD ST", "objectid": 576, "Shape__Length": 107.33883075996098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245086413870993, 39.918032706287001 ], [ -75.244435284377104, 39.917487247476402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24965, "tnode_": 25008, "lpoly_": null, "rpoly_": null, "length": 165.13526765, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2329, "r_f_add": 2300, "r_t_add": 2328, "st_code": 89160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200445, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 577, "Shape__Length": 65.687226764340068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233124652594199, 39.924567070899997 ], [ -75.232962377384297, 39.924421071374702 ], [ -75.2327330849578, 39.924228623582103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25059, "tnode_": 25102, "lpoly_": null, "rpoly_": null, "length": 168.91915243999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2322, "st_code": 89200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200447, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 578, "Shape__Length": 67.187173460422201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234370983649498, 39.923703402171903 ], [ -75.234201281700194, 39.923557687473298 ], [ -75.233963061206296, 39.923362300031997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25094, "tnode_": 25142, "lpoly_": null, "rpoly_": null, "length": 195.88055385000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 89160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200449, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 579, "Shape__Length": 77.908707214927034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231733001092493, 39.923386363990801 ], [ -75.231522025367795, 39.923209467948801 ], [ -75.231256771552694, 39.9229930715573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25201, "tnode_": 25255, "lpoly_": null, "rpoly_": null, "length": 198.35311142, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 89200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 580, "Shape__Length": 78.894135521154027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2329739639096, 39.922519647262298 ], [ -75.2326941990992, 39.922287197094398 ], [ -75.232496759996295, 39.922117819684701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25255, "tnode_": 25294, "lpoly_": null, "rpoly_": null, "length": 176.97255974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2431, "l_t_add": 2469, "r_f_add": 2430, "r_t_add": 2468, "st_code": 89200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 581, "Shape__Length": 70.386972152330713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232496759996295, 39.922117819684701 ], [ -75.232254945356004, 39.921920404311301 ], [ -75.232066402727398, 39.921762564104903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25294, "tnode_": 25334, "lpoly_": null, "rpoly_": null, "length": 207.92529814, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 89200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 582, "Shape__Length": 82.70086486632357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232066402727398, 39.921762564104903 ], [ -75.231851194834604, 39.921571713801001 ], [ -75.231566913068306, 39.9213409878341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25380, "tnode_": 25483, "lpoly_": null, "rpoly_": null, "length": 580.87550081999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 72660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200457, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 583, "Shape__Length": 231.03590452257066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232224711274398, 39.920874608501997 ], [ -75.231956302560306, 39.920642607505101 ], [ -75.231665898150396, 39.920390254865602 ], [ -75.230830580924902, 39.919695574878197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25427, "tnode_": 25521, "lpoly_": null, "rpoly_": null, "length": 579.09189804000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200459, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 584, "Shape__Length": 230.32164542149755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232890051641405, 39.920404050159298 ], [ -75.232622117704807, 39.920174164978 ], [ -75.231494630928097, 39.919232482699002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25580, "tnode_": 25690, "lpoly_": null, "rpoly_": null, "length": 578.56168675000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 54260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASSEY ST", "stname": "MASSEY ST", "objectid": 585, "Shape__Length": 230.11188130321361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235478877579297, 39.918584913417398 ], [ -75.235261015919207, 39.918393289597397 ], [ -75.234097009613507, 39.917405862434997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25616, "tnode_": 25692, "lpoly_": null, "rpoly_": null, "length": 371.91756668, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2543, "r_f_add": 2500, "r_t_add": 2542, "st_code": 89300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 586, "Shape__Length": 147.92299317837382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236043263818303, 39.918179624534602 ], [ -75.235821737244393, 39.917993849981897 ], [ -75.235600372977601, 39.917807958701303 ], [ -75.235155461354097, 39.917421365877402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25722, "tnode_": 25796, "lpoly_": null, "rpoly_": null, "length": 375.78519323, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2528, "st_code": 89330, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200467, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 587, "Shape__Length": 149.44992499599937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237429791630902, 39.917216697106397 ], [ -75.236926040551495, 39.916808471992297 ], [ -75.236517297879999, 39.916461504732801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25856, "tnode_": 25894, "lpoly_": null, "rpoly_": null, "length": 198.22612914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2759, "r_f_add": 2700, "r_t_add": 2758, "st_code": 89300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 588, "Shape__Length": 78.836163185233559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233269256095298, 39.915834762936797 ], [ -75.233011125720694, 39.915602689619099 ], [ -75.232793179700494, 39.9154330936652 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25740, "tnode_": 25781, "lpoly_": null, "rpoly_": null, "length": 204.0030895, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 89300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 589, "Shape__Length": 81.135529335682534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234670466936606, 39.917007546763401 ], [ -75.234451478994103, 39.916824327154202 ], [ -75.234180866895102, 39.916593446011802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25781, "tnode_": 25811, "lpoly_": null, "rpoly_": null, "length": 172.65350251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2621, "l_t_add": 2641, "r_f_add": 2620, "r_t_add": 2640, "st_code": 89300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 590, "Shape__Length": 68.665066391859014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234180866895102, 39.916593446011802 ], [ -75.233988732544006, 39.916435938069597 ], [ -75.233763480072199, 39.916245131057998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25811, "tnode_": 25856, "lpoly_": null, "rpoly_": null, "length": 203.87932279, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2643, "l_t_add": 2699, "r_f_add": 2642, "r_t_add": 2698, "st_code": 89300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 591, "Shape__Length": 81.082461661532804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233763480072199, 39.916245131057998 ], [ -75.233544591198196, 39.916061957733099 ], [ -75.233269256095298, 39.915834762936797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25672, "tnode_": 25722, "lpoly_": null, "rpoly_": null, "length": 205.24021277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 89330, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200478, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 592, "Shape__Length": 81.628280170145246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237922374435399, 39.917633273381597 ], [ -75.237671252841807, 39.917416716671298 ], [ -75.237429791630902, 39.917216697106397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25797, "tnode_": 25843, "lpoly_": null, "rpoly_": null, "length": 207.80549785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2427, "l_t_add": 2499, "r_f_add": 2426, "r_t_add": 2498, "st_code": 89360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 593, "Shape__Length": 82.644578945884035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239490811351999, 39.9165306328509 ], [ -75.239208698676705, 39.916292989801299 ], [ -75.238987652184903, 39.916111959447697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25634, "tnode_": 25672, "lpoly_": null, "rpoly_": null, "length": 175.49335957, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2431, "l_t_add": 2469, "r_f_add": 2430, "r_t_add": 2468, "st_code": 89330, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200482, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 594, "Shape__Length": 69.793625881485326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2383503037926, 39.917984508266997 ], [ -75.238126606494603, 39.917809641433799 ], [ -75.237922374435399, 39.917633273381597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25764, "tnode_": 25797, "lpoly_": null, "rpoly_": null, "length": 175.60806008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2411, "l_t_add": 2425, "r_f_add": 2410, "r_t_add": 2424, "st_code": 89360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 595, "Shape__Length": 69.842398403742095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239911947233594, 39.916887246147198 ], [ -75.239717998760696, 39.916717463880197 ], [ -75.239490811351999, 39.9165306328509 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25602, "tnode_": 25634, "lpoly_": null, "rpoly_": null, "length": 202.03163055, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 89330, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200486, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 596, "Shape__Length": 80.353900285092664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238833732455603, 39.918395530647203 ], [ -75.238608820591097, 39.918210996664499 ], [ -75.2383503037926, 39.917984508266997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25723, "tnode_": 25764, "lpoly_": null, "rpoly_": null, "length": 200.28363321, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2409, "r_f_add": 2400, "r_t_add": 2408, "st_code": 89360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 597, "Shape__Length": 79.654208082911751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240396568192196, 39.917290985450997 ], [ -75.2401245970361, 39.917060614350298 ], [ -75.239911947233594, 39.916887246147198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24580, "tnode_": 24647, "lpoly_": null, "rpoly_": null, "length": 291.8423859, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2001, "r_f_add": 2000, "r_t_add": 2018, "st_code": 89160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200522, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 598, "Shape__Length": 116.09035121996651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236988853064204, 39.927830167476401 ], [ -75.236290655084701, 39.927236127559098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25080, "tnode_": 25415, "lpoly_": null, "rpoly_": null, "length": 1082.9462574600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2003, "l_t_add": 2069, "r_f_add": 2002, "r_t_add": 2068, "st_code": 24060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200524, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 599, "Shape__Length": 431.37270352106117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245687650665403, 39.923656748593402 ], [ -75.245963521951893, 39.923002951848602 ], [ -75.2461303254276, 39.922763325346203 ], [ -75.246280224870603, 39.922553738935399 ], [ -75.246329982643005, 39.922275066247401 ], [ -75.246361940908599, 39.922050741113999 ], [ -75.246464930311305, 39.921827965949497 ], [ -75.246535902048294, 39.921616655974901 ], [ -75.246591536313005, 39.921392846810498 ], [ -75.246663635395507, 39.920810799327803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25225, "tnode_": 25359, "lpoly_": null, "rpoly_": null, "length": 471.42595823, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2041, "l_t_add": 2057, "r_f_add": 2040, "r_t_add": 2056, "st_code": 89360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200526, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 600, "Shape__Length": 187.83767122683736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244357208848598, 39.9226374091567 ], [ -75.244515215083794, 39.921349015862098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25424, "tnode_": 27870, "lpoly_": null, "rpoly_": null, "length": 460.70366348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7150, "r_f_add": 7101, "r_t_add": 7127, "st_code": 78960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200528, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 601, "Shape__Length": 182.856993824287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244577647758007, 39.920715087024803 ], [ -75.244694749498706, 39.920676885637 ], [ -75.246204607312904, 39.920775986083598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25570, "tnode_": 25606, "lpoly_": null, "rpoly_": null, "length": 195.82780865000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7118, "l_t_add": 7198, "r_f_add": 7127, "r_t_add": 7199, "st_code": 84480, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200529, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 602, "Shape__Length": 77.852503627392394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243844379564806, 39.918880275798998 ], [ -75.244368099520699, 39.918524799363603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25606, "tnode_": 25646, "lpoly_": null, "rpoly_": null, "length": 269.68620053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7248, "r_f_add": 7201, "r_t_add": 7217, "st_code": 84480, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200530, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 603, "Shape__Length": 107.21661297530575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244368099520699, 39.918524799363603 ], [ -75.245086413870993, 39.918032706287001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25646, "tnode_": 25704, "lpoly_": null, "rpoly_": null, "length": 226.13955569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7250, "l_t_add": 7276, "r_f_add": 7219, "r_t_add": 7225, "st_code": 84480, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200531, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 604, "Shape__Length": 89.900193803502319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245086413870993, 39.918032706287001 ], [ -75.245693862290494, 39.917624551282898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25216, "tnode_": 25267, "lpoly_": null, "rpoly_": null, "length": 619.64242394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 49260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 200532, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARRY ST", "stname": "LARRY ST", "objectid": 605, "Shape__Length": 245.99787343630967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2413164930378, 39.922618598718401 ], [ -75.239186484958793, 39.922167197490701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26311, "tnode_": 26353, "lpoly_": null, "rpoly_": null, "length": 584.87131012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWLARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 55070, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200533, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOWLARK PL", "stname": "MEADOWLARK PL", "objectid": 606, "Shape__Length": 232.52134096794489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2373065925742, 39.910433413232298 ], [ -75.238582031974303, 39.909524363836397 ], [ -75.238820719978605, 39.909718326451703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26440, "tnode_": 26465, "lpoly_": null, "rpoly_": null, "length": 669.59321463000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SATURN", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 71030, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200535, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SATURN PL", "stname": "SATURN PL", "objectid": 607, "Shape__Length": 266.34052062649374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2494771025369, 39.907261625204498 ], [ -75.250663216613404, 39.905976953054498 ], [ -75.250943766801996, 39.906124779878397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26449, "tnode_": 26471, "lpoly_": null, "rpoly_": null, "length": 667.84348734999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VENUS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 79930, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200536, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VENUS PL", "stname": "VENUS PL", "objectid": 608, "Shape__Length": 265.64476795120822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248804181423793, 39.906907286884 ], [ -75.2499758623281, 39.905624902547999 ], [ -75.250262525532506, 39.905771975136602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26522, "tnode_": 26528, "lpoly_": null, "rpoly_": null, "length": 392.28436233999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POMPEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 65250, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200538, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POMPEY PL", "stname": "POMPEY PL", "objectid": 609, "Shape__Length": 156.00063329514757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248191491839293, 39.902756270891999 ], [ -75.248803370221694, 39.9021022159532 ], [ -75.249094474758905, 39.902253954979599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26434, "tnode_": 26455, "lpoly_": null, "rpoly_": null, "length": 465.96326151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 45985, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAY PL", "stname": "JAY PL", "objectid": 610, "Shape__Length": 185.33561681605499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242742016170695, 39.9074639181446 ], [ -75.243473502063907, 39.906630286683203 ], [ -75.243175396454404, 39.906482561946397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26473, "tnode_": 26485, "lpoly_": null, "rpoly_": null, "length": 506.85655975999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELPHI", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 28130, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200540, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELPHI PL", "stname": "DELPHI PL", "objectid": 611, "Shape__Length": 201.58579192086253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244051035977805, 39.905751329145197 ], [ -75.244369462608105, 39.905889657842799 ], [ -75.245188320712103, 39.904976414856201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26477, "tnode_": 26490, "lpoly_": null, "rpoly_": null, "length": 508.90205988999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLYMPUS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 61376, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLYMPUS PL", "stname": "OLYMPUS PL", "objectid": 612, "Shape__Length": 202.39703985075045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243376228858097, 39.905397024013901 ], [ -75.243679525698894, 39.9055400820491 ], [ -75.244524687869102, 39.904624843739001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26483, "tnode_": 26497, "lpoly_": null, "rpoly_": null, "length": 517.96789061000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASON", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 45970, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200542, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASON PL", "stname": "JASON PL", "objectid": 613, "Shape__Length": 206.01589867487795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242700390366593, 39.905029504351198 ], [ -75.243011039623099, 39.905186325532497 ], [ -75.243843133232403, 39.9042485499996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26534, "tnode_": 26541, "lpoly_": null, "rpoly_": null, "length": 289.51312169, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2849, "r_f_add": 2800, "r_t_add": 2848, "st_code": 89630, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 200543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 614, "Shape__Length": 115.01621469679833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246255449306105, 39.901715965264003 ], [ -75.245405962242501, 39.901264786090799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26242, "tnode_": 26272, "lpoly_": null, "rpoly_": null, "length": 407.53529415999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUNTING", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 19770, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUNTING PL", "stname": "BUNTING PL", "objectid": 615, "Shape__Length": 162.03537422188953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238420360604806, 39.9113868676598 ], [ -75.238463588806894, 39.911323393503302 ], [ -75.239210596519499, 39.9108047285198 ], [ -75.239450187256097, 39.911005274102898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26273, "tnode_": 26305, "lpoly_": null, "rpoly_": null, "length": 405.65655025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGLET", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 47750, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200546, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGLET PL", "stname": "KINGLET PL", "objectid": 616, "Shape__Length": 161.27782384343999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237853605100298, 39.9109015089332 ], [ -75.238656103560203, 39.910333987971001 ], [ -75.238897931810897, 39.910535699226003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26328, "tnode_": 26385, "lpoly_": null, "rpoly_": null, "length": 574.50843509000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDPIPER", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 70835, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200547, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDPIPER PL", "stname": "SANDPIPER PL", "objectid": 617, "Shape__Length": 228.39712543000044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239518433163198, 39.910102576131997 ], [ -75.239267649159203, 39.9098997059955 ], [ -75.240508996185795, 39.909023150429199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25541, "tnode_": 25576, "lpoly_": null, "rpoly_": null, "length": 181.46126929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6730, "l_t_add": 6768, "r_f_add": 6731, "r_t_add": 6769, "st_code": 19740, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200549, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 618, "Shape__Length": 72.143681485033198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232012603653303, 39.918873685077202 ], [ -75.232493844762502, 39.918540777081702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25576, "tnode_": 25611, "lpoly_": null, "rpoly_": null, "length": 195.19189693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6770, "l_t_add": 6798, "r_f_add": 6771, "r_t_add": 6799, "st_code": 19740, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200550, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 619, "Shape__Length": 77.607880418921368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232493844762502, 39.918540777081702 ], [ -75.233002741733003, 39.918175313996898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25611, "tnode_": 25640, "lpoly_": null, "rpoly_": null, "length": 217.07340942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6829, "st_code": 19740, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200551, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 620, "Shape__Length": 86.304190697544854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233002741733003, 39.918175313996898 ], [ -75.233573691421299, 39.9177730552762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25740, "tnode_": 25802, "lpoly_": null, "rpoly_": null, "length": 341.16191243000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6934, "r_f_add": 6901, "r_t_add": 6933, "st_code": 19740, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200552, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 621, "Shape__Length": 135.63911374371776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234670466936606, 39.917007546763401 ], [ -75.235564262748994, 39.9163723930738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25802, "tnode_": 25838, "lpoly_": null, "rpoly_": null, "length": 176.65526919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6936, "l_t_add": 6998, "r_f_add": 6935, "r_t_add": 6999, "st_code": 19740, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200553, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 622, "Shape__Length": 70.232747280348718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235564262748994, 39.9163723930738 ], [ -75.236029130689502, 39.916045234198897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25838, "tnode_": 25882, "lpoly_": null, "rpoly_": null, "length": 212.16898565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7036, "r_f_add": 7001, "r_t_add": 7037, "st_code": 19740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200554, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 623, "Shape__Length": 84.354248595739548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236029130689502, 39.916045234198897 ], [ -75.236583170559996, 39.915648729880999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26018, "tnode_": 26053, "lpoly_": null, "rpoly_": null, "length": 237.64808774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7214, "r_f_add": 7201, "r_t_add": 7215, "st_code": 19740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200555, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 624, "Shape__Length": 94.465338084108978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238951860946997, 39.913968155623401 ], [ -75.239596696228901, 39.913545043759001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26053, "tnode_": 26072, "lpoly_": null, "rpoly_": null, "length": 86.05970039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7216, "l_t_add": 7248, "r_f_add": 7217, "r_t_add": 7249, "st_code": 19740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200556, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 625, "Shape__Length": 34.219963984327705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239596696228901, 39.913545043759001 ], [ -75.239812740564801, 39.913377311975196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26072, "tnode_": 26098, "lpoly_": null, "rpoly_": null, "length": 198.89364852999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7250, "l_t_add": 7298, "r_f_add": 7251, "r_t_add": 7299, "st_code": 19740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200557, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 626, "Shape__Length": 79.070930119891372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239812740564801, 39.913377311975196 ], [ -75.240335528750194, 39.913008483061397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26098, "tnode_": 26127, "lpoly_": null, "rpoly_": null, "length": 210.84456888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7317, "st_code": 19740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200558, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 627, "Shape__Length": 83.816060509371624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240335528750194, 39.913008483061397 ], [ -75.240898174202997, 39.912624713519598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26127, "tnode_": 26201, "lpoly_": null, "rpoly_": null, "length": 421.65868904999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7320, "l_t_add": 7368, "r_f_add": 7319, "r_t_add": 7369, "st_code": 19740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200559, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 628, "Shape__Length": 167.62993402767921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240898174202997, 39.912624713519598 ], [ -75.242006070434698, 39.9118424440273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26256, "tnode_": 26281, "lpoly_": null, "rpoly_": null, "length": 175.78209295000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7404, "r_f_add": 7401, "r_t_add": 7417, "st_code": 19740, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 629, "Shape__Length": 69.938973233164205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242835495410006, 39.911281390288302 ], [ -75.243197020122295, 39.910887257908797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26318, "tnode_": 26339, "lpoly_": null, "rpoly_": null, "length": 196.60773946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7422, "l_t_add": 7498, "r_f_add": 7439, "r_t_add": 7499, "st_code": 19740, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 630, "Shape__Length": 78.232904605660707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243555549860503, 39.910480596458598 ], [ -75.243941990175799, 39.910030343147298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26339, "tnode_": 26399, "lpoly_": null, "rpoly_": null, "length": 570.09637088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 19740, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 631, "Shape__Length": 226.81637519045111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243941990175799, 39.910030343147298 ], [ -75.245122382896696, 39.908756426271196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26436, "tnode_": 26464, "lpoly_": null, "rpoly_": null, "length": 570.67660851000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 19740, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 200563, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 632, "Shape__Length": 227.06067771017058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246278351845902, 39.907469865358699 ], [ -75.247416172608197, 39.906171280160201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26464, "tnode_": 26513, "lpoly_": null, "rpoly_": null, "length": 1145.7131025899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7998, "r_f_add": 7801, "r_t_add": 7999, "st_code": 19740, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 633, "Shape__Length": 455.82420062279317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247416172608197, 39.906171280160201 ], [ -75.249738448387404, 39.903584181433501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26513, "tnode_": 26527, "lpoly_": null, "rpoly_": null, "length": 603.24787658000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 19740, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 634, "Shape__Length": 239.99207412783633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249738448387404, 39.903584181433501 ], [ -75.250969793704002, 39.902226631731303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25882, "tnode_": 25909, "lpoly_": null, "rpoly_": null, "length": 181.5624053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7038, "l_t_add": 7042, "r_f_add": 7039, "r_t_add": 7043, "st_code": 19740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200566, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 635, "Shape__Length": 72.179216439207181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236583170559996, 39.915648729880999 ], [ -75.237066576785693, 39.9153172891289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25933, "tnode_": 26018, "lpoly_": null, "rpoly_": null, "length": 519.13648968999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 19740, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200567, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 636, "Shape__Length": 206.39838175726396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237602538159706, 39.914943500742403 ], [ -75.238951860946997, 39.913968155623401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27217, "tnode_": 26231, "lpoly_": null, "rpoly_": null, "length": 106.22508563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7380, "l_t_add": 7398, "r_f_add": 7381, "r_t_add": 7399, "st_code": 19740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200568, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 637, "Shape__Length": 42.221282583599496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242662148034995, 39.911392530088797 ], [ -75.242371137457198, 39.911579105071503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26281, "tnode_": 26318, "lpoly_": null, "rpoly_": null, "length": 179.08018478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7406, "l_t_add": 7420, "r_f_add": 7419, "r_t_add": 7437, "st_code": 19740, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 638, "Shape__Length": 71.255635201704749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243197020122295, 39.910887257908797 ], [ -75.243369999590996, 39.910683916027502 ], [ -75.243555549860503, 39.910480596458598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27195, "tnode_": 26231, "lpoly_": null, "rpoly_": null, "length": 105.59434742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7372, "l_t_add": 7378, "r_f_add": 7373, "r_t_add": 7379, "st_code": 19740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200572, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 639, "Shape__Length": 41.979887750574875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242095727043505, 39.911776693776901 ], [ -75.242279002067406, 39.911646221273401 ], [ -75.242371137457198, 39.911579105071503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25640, "tnode_": 25690, "lpoly_": null, "rpoly_": null, "length": 198.59438927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6830, "l_t_add": 6858, "r_f_add": 6831, "r_t_add": 6859, "st_code": 19740, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200574, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 640, "Shape__Length": 78.956208669546299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233573691421299, 39.9177730552762 ], [ -75.233833987137402, 39.9175904162609 ], [ -75.234097009613507, 39.917405862434997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25690, "tnode_": 25740, "lpoly_": null, "rpoly_": null, "length": 216.66021839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6860, "l_t_add": 6898, "r_f_add": 6861, "r_t_add": 6899, "st_code": 19740, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200575, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 641, "Shape__Length": 86.136551229677707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234097009613507, 39.917405862434997 ], [ -75.234405040901905, 39.917198640791199 ], [ -75.234670466936606, 39.917007546763401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26394, "tnode_": 26419, "lpoly_": null, "rpoly_": null, "length": 232.36548272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOTHAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 0, "r_t_add": 0, "st_code": 29010, "l_hundred": 2700, "r_hundred": 0, "seg_id": 200576, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOTHAN PLZ", "stname": "DOTHAN PLZ", "objectid": 642, "Shape__Length": 92.531156846799192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242558163106594, 39.908770708933098 ], [ -75.242392872838593, 39.908258743829101 ], [ -75.242475985310804, 39.908168889215602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26393, "tnode_": 26420, "lpoly_": null, "rpoly_": null, "length": 351.45194715000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAPWING", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 49118, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAPWING PL", "stname": "LAPWING PL", "objectid": 643, "Shape__Length": 139.72154551983772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237836266155597, 39.908723353149803 ], [ -75.238531009185706, 39.908222787656896 ], [ -75.238318089757399, 39.908058523447401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26372, "tnode_": 26393, "lpoly_": null, "rpoly_": null, "length": 591.74761974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSPUR", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 51645, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSPUR PL", "stname": "LONGSPUR PL", "objectid": 644, "Shape__Length": 235.24771156253183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236297033929304, 39.909475348643099 ], [ -75.236505168958004, 39.909653919539998 ], [ -75.237836266155597, 39.908723353149803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26284, "tnode_": 26336, "lpoly_": null, "rpoly_": null, "length": 405.1457934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GANNET", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 36050, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GANNET PL", "stname": "GANNET PL", "objectid": 645, "Shape__Length": 161.06337741822057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235069408213604, 39.910654992067201 ], [ -75.235894641917099, 39.910083290022001 ], [ -75.235659899187894, 39.909900107915597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26321, "tnode_": 26380, "lpoly_": null, "rpoly_": null, "length": 588.99240271999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEARWATER", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 72360, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEARWATER PL", "stname": "SHEARWATER PL", "objectid": 646, "Shape__Length": 234.1497716271052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2345269753922, 39.910191080836697 ], [ -75.235825841373895, 39.909282113182599 ], [ -75.235585874551404, 39.909091771404903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26321, "tnode_": 26301, "lpoly_": null, "rpoly_": null, "length": 393.54492382999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHOEBE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 64570, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHOEBE PL", "stname": "PHOEBE PL", "objectid": 647, "Shape__Length": 156.45394634380304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2345269753922, 39.910191080836697 ], [ -75.233714239391205, 39.910761862813402 ], [ -75.233500132933202, 39.910596853542799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26396, "tnode_": 26409, "lpoly_": null, "rpoly_": null, "length": 415.8326276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOREAL", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 18330, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOREAL PL", "stname": "BOREAL PL", "objectid": 648, "Shape__Length": 165.31881290644418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236214353690499, 39.908665846224999 ], [ -75.236431717605598, 39.908852407884297 ], [ -75.237284570909907, 39.908250526822101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26403, "tnode_": 26426, "lpoly_": null, "rpoly_": null, "length": 597.34642666000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDERLING", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 70830, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDERLING PL", "stname": "SANDERLING PL", "objectid": 649, "Shape__Length": 237.47010541795643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235175571489194, 39.908539551281699 ], [ -75.235391551920898, 39.908722373433399 ], [ -75.236729703825006, 39.907785663212998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26343, "tnode_": 26308, "lpoly_": null, "rpoly_": null, "length": 598.7881093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUMMINGBIRD", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 43990, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUMMINGBIRD PL", "stname": "HUMMINGBIRD PL", "objectid": 650, "Shape__Length": 238.04794387668386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233966378498295, 39.909722376785098 ], [ -75.232691957433602, 39.910603052378796 ], [ -75.232468411054498, 39.910414846708903 ], [ -75.232405578575893, 39.9103641815096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26487, "tnode_": 26508, "lpoly_": null, "rpoly_": null, "length": 486.68256637000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 53790, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 200585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARS PL", "stname": "MARS PL", "objectid": 651, "Shape__Length": 193.572366109629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249911928991907, 39.905002410469102 ], [ -75.249646581688395, 39.904870733078901 ], [ -75.250455149544194, 39.903972600761001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26508, "tnode_": 26532, "lpoly_": null, "rpoly_": null, "length": 953.63292662999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 53790, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARS PL", "stname": "MARS PL", "objectid": 652, "Shape__Length": 379.35562483610124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250455149544194, 39.903972600761001 ], [ -75.251644122937194, 39.902643024765098 ], [ -75.251384925249596, 39.902479363149297 ], [ -75.251933350479106, 39.901865311480698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26527, "tnode_": 26529, "lpoly_": null, "rpoly_": null, "length": 148.85958472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APOLLO", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 12830, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200588, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APOLLO PLZ", "stname": "APOLLO PLZ", "objectid": 653, "Shape__Length": 59.149869437748549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250969793704002, 39.902226631731303 ], [ -75.250548691941503, 39.901978039267703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26519, "tnode_": 26511, "lpoly_": null, "rpoly_": null, "length": 423.75839362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAESAR", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 20810, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 200589, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAESAR PL", "stname": "CAESAR PL", "objectid": 654, "Shape__Length": 168.52639821719174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248889328310099, 39.903126431917997 ], [ -75.248234953805394, 39.903851563776598 ], [ -75.247928171555898, 39.903700937393801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26485, "tnode_": 26516, "lpoly_": null, "rpoly_": null, "length": 720.82905212999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDIS", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 55910, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200590, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDIS PL", "stname": "MIDIS PL", "objectid": 655, "Shape__Length": 286.73138815933828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245188320712103, 39.904976414856201 ], [ -75.245982261091598, 39.904097751026399 ], [ -75.245730055461195, 39.903968037144701 ], [ -75.246224022910297, 39.903410802423601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26450, "tnode_": 26454, "lpoly_": null, "rpoly_": null, "length": 104.25799748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMES", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 42110, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMES PL", "stname": "HERMES PL", "objectid": 656, "Shape__Length": 41.423584005344331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245572178574903, 39.906796674218803 ], [ -75.245268110144593, 39.906632131172799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25751, "tnode_": 25816, "lpoly_": null, "rpoly_": null, "length": 272.62106329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2225, "r_f_add": 2200, "r_t_add": 2224, "st_code": 45120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200592, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 657, "Shape__Length": 108.50021134196169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246310472054105, 39.917185359454102 ], [ -75.245795709632901, 39.916550569456199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25816, "tnode_": 25878, "lpoly_": null, "rpoly_": null, "length": 265.33424618000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2227, "l_t_add": 2299, "r_f_add": 2226, "r_t_add": 2298, "st_code": 45120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200593, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 658, "Shape__Length": 105.60584246597817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245795709632901, 39.916550569456199 ], [ -75.245309216469806, 39.915925910778803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26085, "tnode_": 26142, "lpoly_": null, "rpoly_": null, "length": 229.95357413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2501, "l_t_add": 2513, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2500, "r_hundred": 0, "seg_id": 200594, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 659, "Shape__Length": 91.592349502544863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243228854280105, 39.9131214677721 ], [ -75.243105909697803, 39.912759638087799 ], [ -75.243023819042307, 39.9125102851511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26142, "tnode_": 27217, "lpoly_": null, "rpoly_": null, "length": 419.62756431000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2515, "l_t_add": 2599, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2500, "r_hundred": 0, "seg_id": 200595, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 660, "Shape__Length": 167.14162255137396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243023819042307, 39.9125102851511 ], [ -75.242662148034995, 39.911392530088797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26548, "tnode_": 27215, "lpoly_": null, "rpoly_": null, "length": 2787.19108684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2900, "r_t_add": 3598, "st_code": 45120, "l_hundred": 0, "r_hundred": 2900, "seg_id": 200597, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 661, "Shape__Length": 1109.8036562529039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238950257211499, 39.900756212317901 ], [ -75.238450605763205, 39.899163317580097 ], [ -75.238572544172897, 39.899050010469601 ], [ -75.238602421232201, 39.8990222476748 ], [ -75.238714538721496, 39.898918064067402 ], [ -75.238746373168595, 39.898888483566097 ], [ -75.238900141333303, 39.898745597320499 ], [ -75.2391685728319, 39.898784702590397 ], [ -75.239287350021002, 39.898901057598401 ], [ -75.239792981540802, 39.901611729033398 ], [ -75.240529296956495, 39.903915948784203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26256, "tnode_": 26331, "lpoly_": null, "rpoly_": null, "length": 411.36258756000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2600, "r_t_add": 2606, "st_code": 45120, "l_hundred": 0, "r_hundred": 2600, "seg_id": 200598, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 662, "Shape__Length": 163.85112850613311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242835495410006, 39.911281390288302 ], [ -75.242502451605503, 39.910181657830002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26437, "tnode_": 26496, "lpoly_": null, "rpoly_": null, "length": 1148.27384136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2800, "r_t_add": 2898, "st_code": 45120, "l_hundred": 0, "r_hundred": 2800, "seg_id": 200599, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 663, "Shape__Length": 457.33513844747262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241559815326895, 39.907266155092699 ], [ -75.241338074807004, 39.906571920734699 ], [ -75.240610215174598, 39.904200030547599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26502, "tnode_": 26605, "lpoly_": null, "rpoly_": null, "length": 3096.88956736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200600, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 664, "Shape__Length": 1233.268235668093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240283921414999, 39.903963183380696 ], [ -75.239154142265406, 39.900284525989697 ], [ -75.238714658626094, 39.898917953168898 ], [ -75.238393205537307, 39.897918359465798 ], [ -75.238127888812897, 39.897144693156498 ], [ -75.237934310726004, 39.896637200856297 ], [ -75.237659983544404, 39.896083958001498 ], [ -75.237493259899907, 39.895745334148003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25878, "tnode_": 25937, "lpoly_": null, "rpoly_": null, "length": 344.80785569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2309, "r_f_add": 2300, "r_t_add": 2308, "st_code": 45120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200601, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 665, "Shape__Length": 137.2305113985623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245309216469806, 39.915925910778803 ], [ -75.244665577165406, 39.915119499636802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25937, "tnode_": 26024, "lpoly_": null, "rpoly_": null, "length": 436.35649161000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2311, "l_t_add": 2433, "r_f_add": 2310, "r_t_add": 2434, "st_code": 45120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200602, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 666, "Shape__Length": 173.66384442245996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244665577165406, 39.915119499636802 ], [ -75.243851266608999, 39.914098882848101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26024, "tnode_": 26085, "lpoly_": null, "rpoly_": null, "length": 397.3261536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2435, "l_t_add": 2499, "r_f_add": 2436, "r_t_add": 2498, "st_code": 45120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200603, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 667, "Shape__Length": 158.17666117229248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243851266608999, 39.914098882848101 ], [ -75.243614780460604, 39.9137993632296 ], [ -75.243228854280105, 39.9131214677721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26016, "tnode_": 26083, "lpoly_": null, "rpoly_": null, "length": 361.21209577999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUHFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 57540, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200607, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUHFELD ST", "stname": "MUHFELD ST", "objectid": 668, "Shape__Length": 143.73976384083983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235092829839601, 39.913943678309998 ], [ -75.235041380307806, 39.9136106246007 ], [ -75.234471267234497, 39.913122953539002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25909, "tnode_": 25994, "lpoly_": null, "rpoly_": null, "length": 581.7282671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUHFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 57540, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUHFELD ST", "stname": "MUHFELD ST", "objectid": 669, "Shape__Length": 231.35628270415853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237066576785693, 39.9153172891289 ], [ -75.2356704639067, 39.914136448335299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24665, "tnode_": 24750, "lpoly_": null, "rpoly_": null, "length": 351.42826796999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 77840, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 670, "Shape__Length": 139.74414199928481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242013741463197, 39.927197524815597 ], [ -75.242713663844995, 39.926694657181301 ], [ -75.242930721499803, 39.926540063033002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25802, "tnode_": 25851, "lpoly_": null, "rpoly_": null, "length": 207.83725839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 75940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200610, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLMAR ST", "stname": "SYLMAR ST", "objectid": 671, "Shape__Length": 82.659804524157806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235564262748994, 39.9163723930738 ], [ -75.235326578823802, 39.916166778127099 ], [ -75.2350657198036, 39.915950364041798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25851, "tnode_": 25886, "lpoly_": null, "rpoly_": null, "length": 166.59556271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2621, "l_t_add": 2641, "r_f_add": 2620, "r_t_add": 2640, "st_code": 75940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200612, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLMAR ST", "stname": "SYLMAR ST", "objectid": 672, "Shape__Length": 66.255998285600015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2350657198036, 39.915950364041798 ], [ -75.234859663404094, 39.915771894145699 ], [ -75.234664402946393, 39.915613323140299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25886, "tnode_": 25912, "lpoly_": null, "rpoly_": null, "length": 207.34547891000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2643, "l_t_add": 2699, "r_f_add": 2642, "r_t_add": 2698, "st_code": 75940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200614, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLMAR ST", "stname": "SYLMAR ST", "objectid": 673, "Shape__Length": 82.461775640742601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234664402946393, 39.915613323140299 ], [ -75.234432895613097, 39.915418419421997 ], [ -75.234164448072093, 39.915194079985902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25912, "tnode_": 25924, "lpoly_": null, "rpoly_": null, "length": 122.57972971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 75940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLMAR ST", "stname": "SYLMAR ST", "objectid": 674, "Shape__Length": 48.733146625900574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234164448072093, 39.915194079985902 ], [ -75.234093884047795, 39.915179235582499 ], [ -75.233845145379107, 39.914974765930801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24626, "tnode_": 24737, "lpoly_": null, "rpoly_": null, "length": 496.13456501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 67860, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 200619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 675, "Shape__Length": 197.27562369256438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238867372223993, 39.927490428129097 ], [ -75.240178730042004, 39.926576322535297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24737, "tnode_": 24860, "lpoly_": null, "rpoly_": null, "length": 577.65082788999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 67860, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200620, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 676, "Shape__Length": 229.69252779178271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240178730042004, 39.926576322535297 ], [ -75.241491524466298, 39.925643627707601 ], [ -75.241694273924494, 39.925502551363202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24860, "tnode_": 25018, "lpoly_": null, "rpoly_": null, "length": 631.5915569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 67860, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200622, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 677, "Shape__Length": 251.12946646729608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241694273924494, 39.925502551363202 ], [ -75.242184022995005, 39.925162919675202 ], [ -75.242831106834203, 39.9247085085264 ], [ -75.243362843477897, 39.924338227368303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26495, "tnode_": 26478, "lpoly_": null, "rpoly_": null, "length": 487.18659989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTAUR", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 22130, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200626, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTAUR PL", "stname": "CENTAUR PL", "objectid": 678, "Shape__Length": 193.78094142066519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246356715596306, 39.904296748320903 ], [ -75.246648959385993, 39.904461602565497 ], [ -75.245878330520895, 39.9053379392981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26439, "tnode_": 26461, "lpoly_": null, "rpoly_": null, "length": 479.11244981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAVEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 67470, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200627, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAVEN PL", "stname": "RAVEN PL", "objectid": 679, "Shape__Length": 190.5986221321794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242096264325198, 39.907167688543801 ], [ -75.242167945768699, 39.907005447818499 ], [ -75.242799567466605, 39.906274972933197 ], [ -75.242518260288506, 39.906120231065401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26541, "tnode_": 26565, "lpoly_": null, "rpoly_": null, "length": 569.78198456999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MADISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 52800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 200628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MADISON AVE", "stname": "MADISON AVE", "objectid": 680, "Shape__Length": 226.67688773810295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245405962242501, 39.901264786090799 ], [ -75.246556556843203, 39.899975928266798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26306, "tnode_": 26349, "lpoly_": null, "rpoly_": null, "length": 466.43786482999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDRICK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 55210, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200629, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDRICK PL", "stname": "MEDRICK PL", "objectid": 681, "Shape__Length": 185.35526877263479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240020133327107, 39.910545200669802 ], [ -75.239826730316594, 39.910374183150502 ], [ -75.240500667272798, 39.909907307731501 ], [ -75.240949090555702, 39.909822617228699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25310, "tnode_": 25343, "lpoly_": null, "rpoly_": null, "length": 164.6733411, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2349, "r_f_add": 2300, "r_t_add": 2348, "st_code": 89270, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 682, "Shape__Length": 65.487949002427357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237205855593103, 39.921702994691302 ], [ -75.237034525088902, 39.921581303290601 ], [ -75.236794424563001, 39.921381002559599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25343, "tnode_": 25357, "lpoly_": null, "rpoly_": null, "length": 60.74969295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2351, "l_t_add": 2399, "r_f_add": 2350, "r_t_add": 2398, "st_code": 89270, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200631, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 683, "Shape__Length": 24.168527329328292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236794424563001, 39.921381002559599 ], [ -75.236658613386197, 39.9212510953327 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25775, "tnode_": 25809, "lpoly_": null, "rpoly_": null, "length": 197.7617342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6822, "l_t_add": 6844, "r_f_add": 6823, "r_t_add": 6845, "st_code": 28500, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 684, "Shape__Length": 78.627459731758506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232179713766996, 39.916599277970398 ], [ -75.232428593975399, 39.9164155184097 ], [ -75.232695164999697, 39.916228966229802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25856, "tnode_": 25912, "lpoly_": null, "rpoly_": null, "length": 342.8210725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6934, "r_f_add": 6901, "r_t_add": 6935, "st_code": 28500, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 685, "Shape__Length": 136.29831585573967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233269256095298, 39.915834762936797 ], [ -75.234164448072093, 39.915194079985902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25912, "tnode_": 25936, "lpoly_": null, "rpoly_": null, "length": 179.82393912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6936, "l_t_add": 6998, "r_f_add": 6937, "r_t_add": 6999, "st_code": 28500, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 686, "Shape__Length": 71.494056874697719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234164448072093, 39.915194079985902 ], [ -75.234633357128402, 39.914857474819001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25936, "tnode_": 25962, "lpoly_": null, "rpoly_": null, "length": 201.92895923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7028, "r_f_add": 7001, "r_t_add": 7029, "st_code": 28500, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 687, "Shape__Length": 80.270708728988097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234633357128402, 39.914857474819001 ], [ -75.235177282754805, 39.914494376991001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26116, "tnode_": 26132, "lpoly_": null, "rpoly_": null, "length": 124.17663617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7210, "r_f_add": 7181, "r_t_add": 7199, "st_code": 28500, "l_hundred": 7200, "r_hundred": 7100, "seg_id": 200637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 688, "Shape__Length": 49.36269919175021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237569562698496, 39.912794385459101 ], [ -75.2379017831, 39.912569107560401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26132, "tnode_": 26160, "lpoly_": null, "rpoly_": null, "length": 196.56009241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7212, "l_t_add": 7234, "r_f_add": 7201, "r_t_add": 7235, "st_code": 28500, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 689, "Shape__Length": 78.141194558140441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2379017831, 39.912569107560401 ], [ -75.238420117369003, 39.912206028141398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26160, "tnode_": 26197, "lpoly_": null, "rpoly_": null, "length": 202.24178885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7237, "r_t_add": 7299, "st_code": 28500, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 690, "Shape__Length": 80.399411803642266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238420117369003, 39.912206028141398 ], [ -75.238953539634693, 39.911832545210103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25962, "tnode_": 25994, "lpoly_": null, "rpoly_": null, "length": 190.10474919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7030, "l_t_add": 7058, "r_f_add": 7031, "r_t_add": 7059, "st_code": 28500, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 691, "Shape__Length": 75.58232522342729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235177282754805, 39.914494376991001 ], [ -75.2356704639067, 39.914136448335299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26240, "tnode_": 26293, "lpoly_": null, "rpoly_": null, "length": 574.67853182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7322, "l_t_add": 7412, "r_f_add": 7319, "r_t_add": 7411, "st_code": 28500, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 692, "Shape__Length": 228.30186361249184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239506204070807, 39.911447043048298 ], [ -75.240176755727205, 39.910969152547501 ], [ -75.240322727286696, 39.910865173831802 ], [ -75.240545853169607, 39.910804789922999 ], [ -75.240953655449502, 39.9107238430419 ], [ -75.241224235216393, 39.9106732522215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26394, "tnode_": 26410, "lpoly_": null, "rpoly_": null, "length": 172.7467419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 28500, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 693, "Shape__Length": 68.726329695979572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242558163106594, 39.908770708933098 ], [ -75.242918192681699, 39.908385998205503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26363, "tnode_": 26394, "lpoly_": null, "rpoly_": null, "length": 344.39017165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2651, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 89480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 75TH ST", "stname": "S 75TH ST", "objectid": 694, "Shape__Length": 137.06088293016984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243082962624896, 39.9095689238329 ], [ -75.242733189847002, 39.9093599946344 ], [ -75.242558163106594, 39.908770708933098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26410, "tnode_": 26430, "lpoly_": null, "rpoly_": null, "length": 245.8571762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 28500, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 695, "Shape__Length": 97.821338919169392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242918192681699, 39.908385998205503 ], [ -75.243150892709806, 39.908134923482301 ], [ -75.243183060752898, 39.908090932192998 ], [ -75.243412206524994, 39.907828853813797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26293, "tnode_": 26314, "lpoly_": null, "rpoly_": null, "length": 237.27378303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7414, "l_t_add": 7498, "r_f_add": 0, "r_t_add": 0, "st_code": 28500, "l_hundred": 7400, "r_hundred": 0, "seg_id": 200646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 696, "Shape__Length": 94.170641912986795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241224235216393, 39.9106732522215 ], [ -75.242052135698401, 39.910539929587898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26314, "tnode_": 26317, "lpoly_": null, "rpoly_": null, "length": 90.9596973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28500, "l_hundred": 0, "r_hundred": 0, "seg_id": 200647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 697, "Shape__Length": 36.103497777056255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242052135698401, 39.910539929587898 ], [ -75.242366122937597, 39.910477625796403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26231, "tnode_": 26292, "lpoly_": null, "rpoly_": null, "length": 314.29616862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200648, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 698, "Shape__Length": 125.18752604976153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242371137457198, 39.911579105071503 ], [ -75.242109031006507, 39.910740264137502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26292, "tnode_": 26282, "lpoly_": null, "rpoly_": null, "length": 239.10017155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7413, "r_t_add": 7499, "st_code": 28500, "l_hundred": 0, "r_hundred": 7400, "seg_id": 200649, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 699, "Shape__Length": 94.900801160564285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242109031006507, 39.910740264137502 ], [ -75.241996561747399, 39.910717216102803 ], [ -75.241927764505903, 39.9107031512169 ], [ -75.241871858817404, 39.9107047699124 ], [ -75.241280685617596, 39.910816806749402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26314, "tnode_": 26292, "lpoly_": null, "rpoly_": null, "length": 74.7031904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200650, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 700, "Shape__Length": 29.755919756777843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242052135698401, 39.910539929587898 ], [ -75.242109031006507, 39.910740264137502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26197, "tnode_": 26240, "lpoly_": null, "rpoly_": null, "length": 209.23261474999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7320, "r_f_add": 7301, "r_t_add": 7317, "st_code": 28500, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 701, "Shape__Length": 83.177493257313671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238953539634693, 39.911832545210103 ], [ -75.239221932679698, 39.9116538373761 ], [ -75.239506204070807, 39.911447043048298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25809, "tnode_": 25856, "lpoly_": null, "rpoly_": null, "length": 215.76442268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6846, "l_t_add": 6898, "r_f_add": 6847, "r_t_add": 6899, "st_code": 28500, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 702, "Shape__Length": 85.776996568393983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232695164999697, 39.916228966229802 ], [ -75.2329948126483, 39.916024247495201 ], [ -75.233269256095298, 39.915834762936797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26416, "tnode_": 26435, "lpoly_": null, "rpoly_": null, "length": 462.81110521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNSTONE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 78125, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200656, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNSTONE PL", "stname": "TURNSTONE PL", "objectid": 703, "Shape__Length": 184.0237390476978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240396017166006, 39.908243483031697 ], [ -75.240228405778396, 39.907684415474002 ], [ -75.240438724210193, 39.9075491393533 ], [ -75.240976029086497, 39.907437861130703 ], [ -75.241050044879998, 39.907442334462097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26313, "tnode_": 26383, "lpoly_": null, "rpoly_": null, "length": 687.91042243999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2733, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2700, "r_hundred": 0, "seg_id": 200657, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 704, "Shape__Length": 273.70878592893109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241176404306799, 39.910533186625003 ], [ -75.241765145266001, 39.910428695246203 ], [ -75.241851840327399, 39.910406708385203 ], [ -75.241901343417695, 39.910358187141703 ], [ -75.241936882976603, 39.910300174769297 ], [ -75.241946607220797, 39.910230574877801 ], [ -75.241589172778902, 39.909106803300403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26383, "tnode_": 26435, "lpoly_": null, "rpoly_": null, "length": 624.91459873999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2700, "r_hundred": 0, "seg_id": 200658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 705, "Shape__Length": 248.89591228759053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241589172778902, 39.909106803300403 ], [ -75.241050044879998, 39.907442334462097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26496, "tnode_": 26500, "lpoly_": null, "rpoly_": null, "length": 47.69122174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200659, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 706, "Shape__Length": 18.995543272774459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240610215174598, 39.904200030547599 ], [ -75.240578955533806, 39.904071344675302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26261, "tnode_": 26302, "lpoly_": null, "rpoly_": null, "length": 446.73917027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 82800, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 200660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 707, "Shape__Length": 177.62022422933472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247301003390206, 39.911357299955803 ], [ -75.247371599047597, 39.911422612349199 ], [ -75.247453992756505, 39.911471692261799 ], [ -75.247530790291094, 39.911483712876198 ], [ -75.247611514855905, 39.911480303162399 ], [ -75.247699002720196, 39.911446610890501 ], [ -75.248224497945202, 39.911066968313698 ], [ -75.248250553894096, 39.910997710893298 ], [ -75.248249100379596, 39.910945956814899 ], [ -75.248224157129499, 39.9108936892545 ], [ -75.248115085631198, 39.910796054383297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26329, "tnode_": 26357, "lpoly_": null, "rpoly_": null, "length": 415.78268498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 82800, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200661, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 708, "Shape__Length": 165.31452108152212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248735836197596, 39.910331614649898 ], [ -75.248798961346694, 39.910400405883102 ], [ -75.248895818089807, 39.9104446529321 ], [ -75.248971736015505, 39.910463162178402 ], [ -75.249070452509997, 39.910456887776597 ], [ -75.249137294677098, 39.910424638863397 ], [ -75.249518939331594, 39.9101650218633 ], [ -75.249593310773307, 39.910075418492603 ], [ -75.249581327961593, 39.909971768331197 ], [ -75.249528253816095, 39.909910703819399 ], [ -75.249454504080603, 39.909833254281899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26329, "tnode_": 26359, "lpoly_": null, "rpoly_": null, "length": 285.32970899000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2599, "r_f_add": 2400, "r_t_add": 2598, "st_code": 69380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200662, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELLA ST", "stname": "ROSELLA ST", "objectid": 709, "Shape__Length": 113.47308810993469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248735836197596, 39.910331614649898 ], [ -75.248057538827595, 39.909747959014503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26261, "tnode_": 26299, "lpoly_": null, "rpoly_": null, "length": 291.03105496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 23580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 200663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAYMONT ST", "stname": "CLAYMONT ST", "objectid": 710, "Shape__Length": 115.73722220151006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247301003390206, 39.911357299955803 ], [ -75.246827325354303, 39.910956390221898 ], [ -75.246600751488501, 39.910767836940401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26024, "tnode_": 26052, "lpoly_": null, "rpoly_": null, "length": 201.85911597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 82800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200665, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 711, "Shape__Length": 80.251634295505426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243851266608999, 39.914098882848101 ], [ -75.244380429517307, 39.913723360086102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26080, "tnode_": 26113, "lpoly_": null, "rpoly_": null, "length": 186.98712188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7382, "l_t_add": 7398, "r_f_add": 7379, "r_t_add": 7399, "st_code": 82800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200666, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 712, "Shape__Length": 74.33653232193484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244997401867593, 39.913336130570201 ], [ -75.245490244284497, 39.912990519724502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26052, "tnode_": 26058, "lpoly_": null, "rpoly_": null, "length": 42.73894205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7300, "l_t_add": 7362, "r_f_add": 7301, "r_t_add": 7355, "st_code": 82800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 713, "Shape__Length": 16.97450610607758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244380429517307, 39.913723360086102 ], [ -75.244515941406206, 39.9136697346283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26058, "tnode_": 26080, "lpoly_": null, "rpoly_": null, "length": 181.68423516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7364, "l_t_add": 7380, "r_f_add": 7357, "r_t_add": 7377, "st_code": 82800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 714, "Shape__Length": 72.227037785595769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244515941406206, 39.9136697346283 ], [ -75.244997401867593, 39.913336130570201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27993, "tnode_": 26522, "lpoly_": null, "rpoly_": null, "length": 500.96211131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POMPEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 65250, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 200669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POMPEY PL", "stname": "POMPEY PL", "objectid": 715, "Shape__Length": 199.30000697663019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247167749983007, 39.903883003712401 ], [ -75.248191491839293, 39.902756270891999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26510, "tnode_": 27228, "lpoly_": null, "rpoly_": null, "length": 63.60476647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIO LANZA", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 53490, "l_hundred": 0, "r_hundred": 0, "seg_id": 200671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIO LANZA BLVD", "stname": "MARIO LANZA BLVD", "objectid": 716, "Shape__Length": 25.331696940781651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243199029348304, 39.903581957222997 ], [ -75.243149045317907, 39.9034208629933 ], [ -75.243146338304896, 39.903412135334399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25909, "tnode_": 25933, "lpoly_": null, "rpoly_": null, "length": 202.83894723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7044, "l_t_add": 7098, "r_f_add": 7045, "r_t_add": 7099, "st_code": 19740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200672, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 717, "Shape__Length": 80.639868412305972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237066576785693, 39.9153172891289 ], [ -75.237602538159706, 39.914943500742403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26399, "tnode_": 26404, "lpoly_": null, "rpoly_": null, "length": 157.85429915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 19740, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200673, "oneway": "B", "class": 6, "responsibl": "STRICKEN", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 718, "Shape__Length": 62.802564532400808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245122382896696, 39.908756426271196 ], [ -75.245449218149204, 39.908403690483603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25167, "tnode_": 25194, "lpoly_": null, "rpoly_": null, "length": 148.24022832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6960, "l_t_add": 6998, "r_f_add": 6961, "r_t_add": 6999, "st_code": 47780, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 719, "Shape__Length": 58.941021880758498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243680688155905, 39.923099347868003 ], [ -75.244071747608501, 39.9228255954785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25194, "tnode_": 25225, "lpoly_": null, "rpoly_": null, "length": 105.40415959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 47780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200679, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 720, "Shape__Length": 41.904154097371851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244071747608501, 39.9228255954785 ], [ -75.244357208848598, 39.9226374091567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25081, "tnode_": 25167, "lpoly_": null, "rpoly_": null, "length": 374.63344211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6958, "r_f_add": 6901, "r_t_add": 6959, "st_code": 47780, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 721, "Shape__Length": 148.94712402635668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242677329477999, 39.923778078630697 ], [ -75.243005942916994, 39.923547731917097 ], [ -75.243680688155905, 39.923099347868003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24916, "tnode_": 25081, "lpoly_": null, "rpoly_": null, "length": 624.57697912000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 47780, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200682, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 722, "Shape__Length": 248.2916335645134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240957773479295, 39.924866972030202 ], [ -75.241371871099602, 39.924623326528398 ], [ -75.242677329477999, 39.923778078630697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24692, "tnode_": 24807, "lpoly_": null, "rpoly_": null, "length": 516.79138545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 22760, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 200684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 723, "Shape__Length": 205.48515708613627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240981941867204, 39.926988762811703 ], [ -75.242089895997296, 39.926202455067497 ], [ -75.242351443317901, 39.9260403368353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24874, "tnode_": 24890, "lpoly_": null, "rpoly_": null, "length": 67.20238271, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2211, "l_t_add": 2219, "r_f_add": 2210, "r_t_add": 2210, "st_code": 89160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200688, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 724, "Shape__Length": 26.727659910593395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233893756930698, 39.925207248644199 ], [ -75.233727240826198, 39.925074598280901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24626, "tnode_": 24640, "lpoly_": null, "rpoly_": null, "length": 73.63685713, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1941, "l_t_add": 1949, "r_f_add": 1940, "r_t_add": 1948, "st_code": 89200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 725, "Shape__Length": 29.289715500062709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238867372223993, 39.927490428129097 ], [ -75.238688143253796, 39.927342708981897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24916, "tnode_": 25010, "lpoly_": null, "rpoly_": null, "length": 245.2404642, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2029, "r_f_add": 2000, "r_t_add": 2022, "st_code": 89270, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 726, "Shape__Length": 97.54477129291287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240957773479295, 39.924866972030202 ], [ -75.240364538747002, 39.924372400615503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25070, "tnode_": 25134, "lpoly_": null, "rpoly_": null, "length": 256.52687466999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1921, "l_t_add": 1923, "r_f_add": 1920, "r_t_add": 1922, "st_code": 89330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200694, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 727, "Shape__Length": 102.03890285627435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245329946306796, 39.923899576830699 ], [ -75.244720225403498, 39.923374682389898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25660, "tnode_": 25825, "lpoly_": null, "rpoly_": null, "length": 648.29810970999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 89390, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 728, "Shape__Length": 258.05384137803833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242666404873304, 39.917860194731396 ], [ -75.242619266149603, 39.9176447697198 ], [ -75.242575368895501, 39.9174753139961 ], [ -75.242594339335795, 39.917331805003002 ], [ -75.242613696619003, 39.917177773652199 ], [ -75.242551191461203, 39.917018441797403 ], [ -75.242421619478705, 39.916880320264397 ], [ -75.241759414701505, 39.916326824140903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25617, "tnode_": 25660, "lpoly_": null, "rpoly_": null, "length": 225.48060049, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 89390, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 200697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-20T00:00:00Z", "newsegdate": "2002-06-20T00:00:00Z", "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 729, "Shape__Length": 89.685847659929522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243196259026107, 39.918325673839199 ], [ -75.243181193754097, 39.918312123284402 ], [ -75.242666404873304, 39.917860194731396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24657, "tnode_": 24665, "lpoly_": null, "rpoly_": null, "length": 101.57159244, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1841, "l_t_add": 1859, "r_f_add": 1840, "r_t_add": 1858, "st_code": 89240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200699, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 730, "Shape__Length": 40.326186234237284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242363593660201, 39.927269597691399 ], [ -75.242013741463197, 39.927197524815597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24693, "tnode_": 25024, "lpoly_": null, "rpoly_": null, "length": 1215.7864516099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6998, "r_f_add": 6801, "r_t_add": 6999, "st_code": 24060, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 200700, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-07-24T00:00:00Z", "newsegdate": "2001-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 731, "Shape__Length": 483.99454854547474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243496764317001, 39.926972313345303 ], [ -75.243657412794306, 39.926615679552299 ], [ -75.243938168112294, 39.9259924058941 ], [ -75.244177589547704, 39.925711796978703 ], [ -75.2443967434711, 39.925552379739102 ], [ -75.244662358310094, 39.925418304005099 ], [ -75.244922765593401, 39.925211132577402 ], [ -75.245105364750103, 39.924971853344701 ], [ -75.245301675947005, 39.924574748192803 ], [ -75.245515473355198, 39.924105587543799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25008, "tnode_": 25056, "lpoly_": null, "rpoly_": null, "length": 230.86195737999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2331, "l_t_add": 2369, "r_f_add": 2330, "r_t_add": 2368, "st_code": 89160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200701, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 732, "Shape__Length": 91.828343839247339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2327330849578, 39.924228623582103 ], [ -75.232180493384206, 39.923758924796303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25231, "tnode_": 25427, "lpoly_": null, "rpoly_": null, "length": 1003.32188296, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2321, "l_t_add": 2499, "r_f_add": 2320, "r_t_add": 2498, "st_code": 89240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200702, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2008-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 733, "Shape__Length": 399.06344301210817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235301355409007, 39.922438462918699 ], [ -75.232890051641405, 39.920404050159298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25538, "tnode_": 25602, "lpoly_": null, "rpoly_": null, "length": 361.76587695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2321, "l_t_add": 2399, "r_f_add": 2320, "r_t_add": 2398, "st_code": 89330, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200703, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 734, "Shape__Length": 143.8862804573499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239698793313394, 39.9191315450839 ], [ -75.239461236230895, 39.918948361426303 ], [ -75.238833732455603, 39.918395530647203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25600, "tnode_": 25723, "lpoly_": null, "rpoly_": null, "length": 585.09058534000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 89360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 200704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 735, "Shape__Length": 232.70067557456167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2418068112284, 39.918474423445097 ], [ -75.241084694000804, 39.917871723399401 ], [ -75.240396568192196, 39.917290985450997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26001, "tnode_": 26057, "lpoly_": null, "rpoly_": null, "length": 233.23909969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLBROOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2741, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 43040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200705, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLBROOK ST", "stname": "HOLBROOK ST", "objectid": 736, "Shape__Length": 92.839638839277256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2343089803136, 39.9140227910231 ], [ -75.234265909700397, 39.913718891368397 ], [ -75.233979125006499, 39.913467565071898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26522, "tnode_": 27227, "lpoly_": null, "rpoly_": null, "length": 248.13950824, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2707, "r_f_add": 2700, "r_t_add": 2714, "st_code": 89630, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 737, "Shape__Length": 98.579865208823179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248191491839293, 39.902756270891999 ], [ -75.247461723186007, 39.902371438456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24957, "tnode_": 25070, "lpoly_": null, "rpoly_": null, "length": 519.28420792000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 22760, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 738, "Shape__Length": 206.48904414803434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243982973152598, 39.924877597633298 ], [ -75.244969075530193, 39.924161604373197 ], [ -75.245329946306796, 39.923899576830699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24665, "tnode_": 24676, "lpoly_": null, "rpoly_": null, "length": 148.48308658, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1861, "l_t_add": 1879, "r_f_add": 1860, "r_t_add": 1878, "st_code": 89240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 739, "Shape__Length": 58.949394673252229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242013741463197, 39.927197524815597 ], [ -75.241500407742905, 39.9270977939413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26085, "tnode_": 26256, "lpoly_": null, "rpoly_": null, "length": 690.60417355000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2500, "r_t_add": 2598, "st_code": 45120, "l_hundred": 0, "r_hundred": 2500, "seg_id": 200711, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 740, "Shape__Length": 275.07580232409418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243228854280105, 39.9131214677721 ], [ -75.243326885206599, 39.9128773425291 ], [ -75.243217522746704, 39.912494775322699 ], [ -75.242835495410006, 39.911281390288302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26040, "tnode_": 26116, "lpoly_": null, "rpoly_": null, "length": 521.54113567000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7179, "st_code": 28500, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200712, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 741, "Shape__Length": 207.34474560722225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236204561930705, 39.913766436861302 ], [ -75.236459296704396, 39.9135851408683 ], [ -75.237569562698496, 39.912794385459101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25692, "tnode_": 25796, "lpoly_": null, "rpoly_": null, "length": 517.86610038999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 77080, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200716, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 742, "Shape__Length": 205.8905908989079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235155461354097, 39.917421365877402 ], [ -75.236517297879999, 39.916461504732801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26387, "tnode_": 26413, "lpoly_": null, "rpoly_": null, "length": 702.19148155000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200717, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 743, "Shape__Length": 279.6333775321275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241887138912503, 39.909051269165097 ], [ -75.2416894988949, 39.908470333191097 ], [ -75.241456347608803, 39.908079370151903 ], [ -75.241335974376796, 39.907827060711497 ], [ -75.241135244832094, 39.907218344104301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27214, "tnode_": 26502, "lpoly_": null, "rpoly_": null, "length": 54.03597107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200719, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 744, "Shape__Length": 21.446056760403689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240097749443095, 39.904001194608 ], [ -75.240283921414999, 39.903963183380696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26331, "tnode_": 26373, "lpoly_": null, "rpoly_": null, "length": 440.28382967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2608, "r_t_add": 2704, "st_code": 45120, "l_hundred": 0, "r_hundred": 2600, "seg_id": 200720, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 745, "Shape__Length": 175.36204889881591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242502451605503, 39.910181657830002 ], [ -75.242117724681094, 39.9090098988611 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27225, "tnode_": 26568, "lpoly_": null, "rpoly_": null, "length": 1167.57690959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200722, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 746, "Shape__Length": 464.16534361085115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247139274341293, 39.902201398250497 ], [ -75.248502221228605, 39.901390876836203 ], [ -75.249444543095805, 39.9006011185582 ], [ -75.250076562595297, 39.899958307867202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26373, "tnode_": 26437, "lpoly_": null, "rpoly_": null, "length": 654.21242742000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2706, "r_t_add": 2798, "st_code": 45120, "l_hundred": 0, "r_hundred": 2700, "seg_id": 200723, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 747, "Shape__Length": 260.56574028176232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242117724681094, 39.9090098988611 ], [ -75.241559815326895, 39.907266155092699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26373, "tnode_": 27211, "lpoly_": null, "rpoly_": null, "length": 1854.5538577899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200724, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 748, "Shape__Length": 738.5727410418192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242117724681094, 39.9090098988611 ], [ -75.241875615503005, 39.908458517028301 ], [ -75.2415545180924, 39.907974838716399 ], [ -75.240334247753495, 39.904122089867698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26413, "tnode_": 27213, "lpoly_": null, "rpoly_": null, "length": 1155.8817111399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2800, "r_hundred": 0, "seg_id": 200725, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 749, "Shape__Length": 460.30609888062276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241135244832094, 39.907218344104301 ], [ -75.240944694779003, 39.907049044080402 ], [ -75.240902898173999, 39.9069437193628 ], [ -75.240004922650797, 39.9041903820576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26492, "tnode_": 26498, "lpoly_": null, "rpoly_": null, "length": 265.75937416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7638, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7600, "r_hundred": 0, "seg_id": 200726, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 750, "Shape__Length": 105.52968103423265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238578027444206, 39.904486263918102 ], [ -75.239429040588703, 39.904165851236101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26498, "tnode_": 26501, "lpoly_": null, "rpoly_": null, "length": 154.98215183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7640, "l_t_add": 7698, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7600, "r_hundred": 0, "seg_id": 200727, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 751, "Shape__Length": 61.518752212266897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239429040588703, 39.904165851236101 ], [ -75.239952870398298, 39.904030775388797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26501, "tnode_": 26506, "lpoly_": null, "rpoly_": null, "length": 86.80988446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200728, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 752, "Shape__Length": 34.577785626477819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239952870398298, 39.904030775388797 ], [ -75.239904544462902, 39.903795395538701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27214, "tnode_": 29216, "lpoly_": null, "rpoly_": null, "length": 980.0818241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200731, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 753, "Shape__Length": 390.33730268148526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240097749443095, 39.904001194608 ], [ -75.239835000875004, 39.903186395074002 ], [ -75.239324049604093, 39.901377815274998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29216, "tnode_": 27216, "lpoly_": null, "rpoly_": null, "length": 2369.71878483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3749, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 3000, "r_hundred": 0, "seg_id": 200732, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 754, "Shape__Length": 943.58230889776701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239324049604093, 39.901377815274998 ], [ -75.238994006250493, 39.900264706619502 ], [ -75.238822160057495, 39.899766766136203 ], [ -75.238604168049903, 39.899020623610497 ], [ -75.238603633256901, 39.8990187918833 ], [ -75.238425624588899, 39.898506794376601 ], [ -75.237981436179098, 39.897202928858498 ], [ -75.237597449434006, 39.896344558957097 ], [ -75.237326847132707, 39.895835129384999 ], [ -75.2368964676715, 39.895167781571999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26498, "tnode_": 26506, "lpoly_": null, "rpoly_": null, "length": 195.16356548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200733, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 755, "Shape__Length": 77.592415966540315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239429040588703, 39.904165851236101 ], [ -75.239513840051501, 39.904076253776999 ], [ -75.239560634800995, 39.904033739790499 ], [ -75.239709746636393, 39.9039760519561 ], [ -75.239787137389797, 39.903929564145599 ], [ -75.239860463063593, 39.903874859399501 ], [ -75.239904544462902, 39.903795395538701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26419, "tnode_": 26410, "lpoly_": null, "rpoly_": null, "length": 152.76609342999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOTHAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2798, "st_code": 29010, "l_hundred": 0, "r_hundred": 2700, "seg_id": 200749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOTHAN PLZ", "stname": "DOTHAN PLZ", "objectid": 756, "Shape__Length": 60.699620603450789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242475985310804, 39.908168889215602 ], [ -75.242485144276301, 39.908156309847797 ], [ -75.242918192681699, 39.908385998205503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26533, "tnode_": 26538, "lpoly_": null, "rpoly_": null, "length": 189.03917378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAESAR", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 20810, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 200764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAESAR PL", "stname": "CAESAR PL", "objectid": 757, "Shape__Length": 75.100329704015039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250090863242093, 39.9017891602604 ], [ -75.249535768628803, 39.901495025694501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26343, "tnode_": 26378, "lpoly_": null, "rpoly_": null, "length": 321.43208297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3017, "l_t_add": 3199, "r_f_add": 3016, "r_t_add": 3198, "st_code": 89390, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200765, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 758, "Shape__Length": 127.81411625544386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233966378498295, 39.909722376785098 ], [ -75.233525173777807, 39.9093586564085 ], [ -75.233176633586794, 39.909083151610503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26900, "tnode_": 26899, "lpoly_": null, "rpoly_": null, "length": 156.53302856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 32260, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESTE AVE", "stname": "ESTE AVE", "objectid": 759, "Shape__Length": 62.276538754316903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246751358622205, 39.908250333523 ], [ -75.247075253982104, 39.907900439349397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26899, "tnode_": 26436, "lpoly_": null, "rpoly_": null, "length": 273.09841137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2545, "l_t_add": 2599, "r_f_add": 2526, "r_t_add": 2598, "st_code": 89540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 200767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 77TH ST", "stname": "S 77TH ST", "objectid": 760, "Shape__Length": 108.5081836310672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247075253982104, 39.907900439349397 ], [ -75.246278351845902, 39.907469865358699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26201, "tnode_": 27195, "lpoly_": null, "rpoly_": null, "length": 34.73102663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7370, "l_t_add": 7370, "r_f_add": 7371, "r_t_add": 7371, "st_code": 19740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 200770, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-22T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 761, "Shape__Length": 13.808225057807377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242006070434698, 39.9118424440273 ], [ -75.242095727043505, 39.911776693776901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27194, "tnode_": 26172, "lpoly_": null, "rpoly_": null, "length": 29.57196228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7400, "r_f_add": 7399, "r_t_add": 7399, "st_code": 31480, "l_hundred": 7400, "r_hundred": 7300, "seg_id": 200771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 762, "Shape__Length": 11.756173808598836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244472007946896, 39.912257838822903 ], [ -75.244549900433697, 39.9122031388696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27211, "tnode_": 26500, "lpoly_": null, "rpoly_": null, "length": 71.09932183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200772, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 763, "Shape__Length": 28.218505852334829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240334247753495, 39.904122089867698 ], [ -75.240578955533806, 39.904071344675302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27212, "tnode_": 27211, "lpoly_": null, "rpoly_": null, "length": 53.78975739000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200773, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 764, "Shape__Length": 21.348552087367086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2401491154247, 39.904160480741602 ], [ -75.240334247753495, 39.904122089867698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27213, "tnode_": 27212, "lpoly_": null, "rpoly_": null, "length": 41.89485454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200774, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 765, "Shape__Length": 16.627606787194804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240004922650797, 39.9041903820576 ], [ -75.2401491154247, 39.904160480741602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27213, "tnode_": 26501, "lpoly_": null, "rpoly_": null, "length": 59.947743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200775, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 766, "Shape__Length": 23.874936477823073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240004922650797, 39.9041903820576 ], [ -75.239952870398298, 39.904030775388797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27212, "tnode_": 27214, "lpoly_": null, "rpoly_": null, "length": 59.78780352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200776, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-10T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 767, "Shape__Length": 23.81134516744256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2401491154247, 39.904160480741602 ], [ -75.240097749443095, 39.904001194608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27211, "tnode_": 26502, "lpoly_": null, "rpoly_": null, "length": 59.58380305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200777, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-10T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 2, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 768, "Shape__Length": 23.730267924812971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240334247753495, 39.904122089867698 ], [ -75.240283921414999, 39.903963183380696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26501, "tnode_": 27214, "lpoly_": null, "rpoly_": null, "length": 42.05081899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200778, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-10T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 769, "Shape__Length": 16.689340233906677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239952870398298, 39.904030775388797 ], [ -75.240097749443095, 39.904001194608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27215, "tnode_": 26500, "lpoly_": null, "rpoly_": null, "length": 58.29711514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200779, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-07-10T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 4, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 770, "Shape__Length": 23.217717976105877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240529296956495, 39.903915948784203 ], [ -75.240578955533806, 39.904071344675302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26502, "tnode_": 27215, "lpoly_": null, "rpoly_": null, "length": 70.9594928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200780, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-10T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 771, "Shape__Length": 28.161960109365438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240283921414999, 39.903963183380696 ], [ -75.240529296956495, 39.903915948784203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26256, "tnode_": 27217, "lpoly_": null, "rpoly_": null, "length": 63.27604132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19740, "l_hundred": 0, "r_hundred": 0, "seg_id": 200781, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 772, "Shape__Length": 25.150272706622989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242835495410006, 39.911281390288302 ], [ -75.242662148034995, 39.911392530088797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27217, "tnode_": 26317, "lpoly_": null, "rpoly_": null, "length": 343.47297683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2600, "r_hundred": 0, "seg_id": 200782, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-10T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 773, "Shape__Length": 136.80650264363086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242662148034995, 39.911392530088797 ], [ -75.242366122937597, 39.910477625796403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27227, "tnode_": 27226, "lpoly_": null, "rpoly_": null, "length": 51.53397805, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2709, "l_t_add": 2729, "r_f_add": 2716, "r_t_add": 2728, "st_code": 89630, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200783, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 774, "Shape__Length": 20.473141833483467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247461723186007, 39.902371438456797 ], [ -75.247310164551394, 39.902291515581297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27226, "tnode_": 27225, "lpoly_": null, "rpoly_": null, "length": 58.10730948, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2731, "l_t_add": 2749, "r_f_add": 2730, "r_t_add": 2748, "st_code": 89630, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200784, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 775, "Shape__Length": 23.084530842901255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247310164551394, 39.902291515581297 ], [ -75.247139274341293, 39.902201398250497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27225, "tnode_": 27224, "lpoly_": null, "rpoly_": null, "length": 55.83111649, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2751, "l_t_add": 2769, "r_f_add": 2750, "r_t_add": 2768, "st_code": 89630, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200785, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 776, "Shape__Length": 22.181958571201026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247139274341293, 39.902201398250497 ], [ -75.246977467948, 39.902112182678501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27229, "tnode_": 27227, "lpoly_": null, "rpoly_": null, "length": 1286.73632834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7801, "r_t_add": 7999, "st_code": 50820, "l_hundred": 0, "r_hundred": 7800, "seg_id": 200786, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-08T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 777, "Shape__Length": 510.85424709005048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243242112175693, 39.903697334557698 ], [ -75.2444658688093, 39.903463572433097 ], [ -75.244959771500604, 39.903344940607603 ], [ -75.246362497145995, 39.902870833564002 ], [ -75.2474571115076, 39.902374144371002 ], [ -75.247461723186007, 39.902371438456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26510, "tnode_": 27226, "lpoly_": null, "rpoly_": null, "length": 1252.13533308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200787, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 778, "Shape__Length": 497.11264276495228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243199029348304, 39.903581957222997 ], [ -75.244987473544697, 39.903187983867703 ], [ -75.246311664486399, 39.902744227653898 ], [ -75.247303863158905, 39.902295060363798 ], [ -75.247310164551394, 39.902291515581297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27224, "tnode_": 26534, "lpoly_": null, "rpoly_": null, "length": 248.7335331, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "80TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2771, "l_t_add": 2799, "r_f_add": 2770, "r_t_add": 2798, "st_code": 89630, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-08T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 80TH ST", "stname": "S 80TH ST", "objectid": 779, "Shape__Length": 98.821789738121097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246977467948, 39.902112182678501 ], [ -75.246947495493302, 39.902095656330303 ], [ -75.246255449306105, 39.901715965264003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27228, "tnode_": 27225, "lpoly_": null, "rpoly_": null, "length": 1211.0630329100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200789, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 780, "Shape__Length": 480.79191529212272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243146338304896, 39.903412135334399 ], [ -75.2444845638109, 39.903154484407104 ], [ -75.245185573391296, 39.902967224713898 ], [ -75.246248491636706, 39.902600137819398 ], [ -75.247139274341293, 39.902201398250497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27228, "tnode_": 27224, "lpoly_": null, "rpoly_": null, "length": 1186.6018680699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7998, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7800, "r_hundred": 0, "seg_id": 200790, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-08T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 4, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 781, "Shape__Length": 471.13754840806121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243146338304896, 39.903412135334399 ], [ -75.243559098590694, 39.9032861876033 ], [ -75.243643135096207, 39.903186735304303 ], [ -75.244357090725202, 39.903044780907202 ], [ -75.244770063506493, 39.9029412628866 ], [ -75.245198672707204, 39.9028099488566 ], [ -75.245649803388403, 39.902662243375502 ], [ -75.246287169578693, 39.902417314297601 ], [ -75.246977467948, 39.902112182678501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26496, "tnode_": 27229, "lpoly_": null, "rpoly_": null, "length": 760.76417617999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7701, "r_t_add": 7799, "st_code": 50820, "l_hundred": 0, "r_hundred": 7700, "seg_id": 200792, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-08T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 3, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 782, "Shape__Length": 301.92634322741316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240610215174598, 39.904200030547599 ], [ -75.243242112175693, 39.903697334557698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26413, "tnode_": 27212, "lpoly_": null, "rpoly_": null, "length": 1147.7655101799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200793, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 783, "Shape__Length": 457.12470636794052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241135244832094, 39.907218344104301 ], [ -75.2401491154247, 39.904160480741602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27229, "tnode_": 26510, "lpoly_": null, "rpoly_": null, "length": 43.73339077, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "78TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89570, "l_hundred": 0, "r_hundred": 0, "seg_id": 200794, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": "1998-08-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 78TH ST", "stname": "S 78TH ST", "objectid": 784, "Shape__Length": 17.416077677667147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243242112175693, 39.903697334557698 ], [ -75.243199029348304, 39.903581957222997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27871, "tnode_": 27870, "lpoly_": null, "rpoly_": null, "length": 156.06793241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200807, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-16T00:00:00Z", "newsegdate": "1999-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "ALLMAN ST", "stname": "ALLMAN ST", "objectid": 785, "Shape__Length": 62.183997212925838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246156098259107, 39.921202781254003 ], [ -75.246204607312904, 39.920775986083598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27870, "tnode_": 25415, "lpoly_": null, "rpoly_": null, "length": 129.37445012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7152, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 78960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200808, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-02-16T00:00:00Z", "newsegdate": "1999-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 786, "Shape__Length": 51.348013134858427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246204607312904, 39.920775986083598 ], [ -75.246663635395507, 39.920810799327803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25782, "tnode_": 27912, "lpoly_": null, "rpoly_": null, "length": 5.70313874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 200811, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 787, "Shape__Length": 2.2642817859266602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246933431723207, 39.9168817475175 ], [ -75.246952654592206, 39.916876647688497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27993, "tnode_": 26516, "lpoly_": null, "rpoly_": null, "length": 315.74040842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILLIPS", "st_type": "TER", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 64550, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 200812, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-18T00:00:00Z", "newsegdate": "1999-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PHILLIPS TER", "stname": "PHILLIPS TER", "objectid": 788, "Shape__Length": 125.42694798595794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247167749983007, 39.903883003712401 ], [ -75.246224022910297, 39.903410802423601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28176, "tnode_": 26452, "lpoly_": null, "rpoly_": null, "length": 97.03813052, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3056, "l_t_add": 3098, "r_f_add": 3057, "r_t_add": 3099, "st_code": 89450, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": "2000-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 789, "Shape__Length": 38.587275087659215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235399772624305, 39.906658464721602 ], [ -75.235165794265896, 39.9064622777816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26432, "tnode_": 28176, "lpoly_": null, "rpoly_": null, "length": 320.40226352999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3033, "l_t_add": 3055, "r_f_add": 3032, "r_t_add": 3054, "st_code": 89450, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 200814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": "2000-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 790, "Shape__Length": 127.40894925218467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236172338607105, 39.907306233237101 ], [ -75.235399772624305, 39.906658464721602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26430, "tnode_": 28240, "lpoly_": null, "rpoly_": null, "length": 456.73424877999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 28500, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200817, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-20T00:00:00Z", "newsegdate": "2001-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 791, "Shape__Length": 181.72046677447054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243412206524994, 39.907828853813797 ], [ -75.244335248936494, 39.9067960518299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28240, "tnode_": 28241, "lpoly_": null, "rpoly_": null, "length": 102.07173244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOTHAN", "st_type": "TER", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2798, "st_code": 29016, "l_hundred": 0, "r_hundred": 2700, "seg_id": 200818, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-20T00:00:00Z", "newsegdate": "2001-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "DOTHAN TER", "stname": "DOTHAN TER", "objectid": 792, "Shape__Length": 40.556651022901875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244335248936494, 39.9067960518299 ], [ -75.244336095774202, 39.906795104474199 ], [ -75.2440416805251, 39.906632444045599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28383, "tnode_": 26499, "lpoly_": null, "rpoly_": null, "length": 109.62521866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEIRON", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 22530, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200822, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": "2002-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CHEIRON PL", "stname": "CHEIRON PL", "objectid": 793, "Shape__Length": 43.558398308908146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247715948929098, 39.904436243375699 ], [ -75.247401584534202, 39.904257513037003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26472, "tnode_": 28383, "lpoly_": null, "rpoly_": null, "length": 562.46254089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 22640, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 200823, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": "2002-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 794, "Shape__Length": 223.77360822274795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246568245309206, 39.905702239617199 ], [ -75.247715948929098, 39.904436243375699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25359, "tnode_": 25424, "lpoly_": null, "rpoly_": null, "length": 231.6028465, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2059, "l_t_add": 2089, "r_f_add": 2058, "r_t_add": 2088, "st_code": 89360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200828, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-05-20T00:00:00Z", "newsegdate": "2002-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 795, "Shape__Length": 92.280976446327372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244515215083794, 39.921349015862098 ], [ -75.244520641666398, 39.921266169178601 ], [ -75.244577647758007, 39.920715087024803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28661, "tnode_": 28662, "lpoly_": null, "rpoly_": null, "length": 131.34913942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1290, "l_hundred": 0, "r_hundred": 0, "seg_id": 200829, "oneway": "B", "class": 6, "responsibl": "AIRPORT", "update_": "2003-04-08T00:00:00Z", "newsegdate": "2003-04-07T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE PLAZA DWY", "stname": "PENROSE PLAZA DWY", "objectid": 796, "Shape__Length": 52.313442250921021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241742296959302, 39.903682439469698 ], [ -75.241640399394498, 39.903330513278803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27215, "tnode_": 28661, "lpoly_": null, "rpoly_": null, "length": 350.78557658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7748, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7700, "r_hundred": 0, "seg_id": 200830, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2005-02-25T00:00:00Z", "newsegdate": "2003-04-07T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 797, "Shape__Length": 139.217302419101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240529296956495, 39.903915948784203 ], [ -75.241742296959302, 39.903682439469698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28661, "tnode_": 27228, "lpoly_": null, "rpoly_": null, "length": 406.03555513000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7750, "l_t_add": 7798, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7700, "r_hundred": 0, "seg_id": 200831, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2005-02-25T00:00:00Z", "newsegdate": "2003-04-07T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 798, "Shape__Length": 161.1439317147258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241742296959302, 39.903682439469698 ], [ -75.243146338304896, 39.903412135334399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26500, "tnode_": 28663, "lpoly_": null, "rpoly_": null, "length": 350.73785263000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200832, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-04-08T00:00:00Z", "newsegdate": "2003-04-08T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 799, "Shape__Length": 139.19663677607014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240578955533806, 39.904071344675302 ], [ -75.241794180905003, 39.903845350909599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28663, "tnode_": 26510, "lpoly_": null, "rpoly_": null, "length": 405.65159946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 0, "r_hundred": 0, "seg_id": 200833, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-04-08T00:00:00Z", "newsegdate": "2003-04-08T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 800, "Shape__Length": 160.99011414983224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241794180905003, 39.903845350909599 ], [ -75.241961421898495, 39.903814248761002 ], [ -75.243199029348304, 39.903581957222997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28663, "tnode_": 28661, "lpoly_": null, "rpoly_": null, "length": 61.10479903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1290, "l_hundred": 0, "r_hundred": 0, "seg_id": 200834, "oneway": "B", "class": 6, "responsibl": "AIRPORT", "update_": "2003-04-08T00:00:00Z", "newsegdate": "2003-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE PLAZA DWY", "stname": "PENROSE PLAZA DWY", "objectid": 801, "Shape__Length": 24.335874375688398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241794180905003, 39.903845350909599 ], [ -75.241742296959302, 39.903682439469698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28736, "tnode_": 25024, "lpoly_": null, "rpoly_": null, "length": 288.42835486999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 89330, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 200835, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-05-18T00:00:00Z", "newsegdate": "2003-09-30T00:00:00Z", "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 802, "Shape__Length": 114.91950545619352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245680948881699, 39.924887022385498 ], [ -75.245574571389099, 39.924401592156201 ], [ -75.245515473355198, 39.924105587543799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25018, "tnode_": 28741, "lpoly_": null, "rpoly_": null, "length": 174.79865235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6988, "r_f_add": 6901, "r_t_add": 6989, "st_code": 67860, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200836, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": "2003-10-20T00:00:00Z", "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 803, "Shape__Length": 69.503916153608074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243362843477897, 39.924338227368303 ], [ -75.243821049947698, 39.924012972249898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28742, "tnode_": 25134, "lpoly_": null, "rpoly_": null, "length": 51.53483455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6990, "l_t_add": 6998, "r_f_add": 6991, "r_t_add": 6999, "st_code": 67860, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 200837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": "2003-10-20T00:00:00Z", "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 804, "Shape__Length": 20.491196457546799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244585138648105, 39.923470577073502 ], [ -75.244720225403498, 39.923374682389898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28802, "tnode_": 28736, "lpoly_": null, "rpoly_": null, "length": 7.88015088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 200838, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 805, "Shape__Length": 3.1397643948234171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245685255362702, 39.924908398787601 ], [ -75.245680948881699, 39.924887022385498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26387, "tnode_": 26373, "lpoly_": null, "rpoly_": null, "length": 66.419796170000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TANAGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 76670, "l_hundred": 0, "r_hundred": 0, "seg_id": 200839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "TANAGER ST", "stname": "TANAGER ST", "objectid": 806, "Shape__Length": 26.361479923214191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241887138912503, 39.909051269165097 ], [ -75.242117724681094, 39.9090098988611 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28871, "tnode_": 25225, "lpoly_": null, "rpoly_": null, "length": 145.47970963, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2038, "st_code": 89360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200840, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-04-27T00:00:00Z", "newsegdate": "2004-05-20T00:00:00Z", "multi_rep": 0, "streetlabe": "S 71ST ST", "stname": "S 71ST ST", "objectid": 807, "Shape__Length": 57.966808148161313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244312787210305, 39.923035283855199 ], [ -75.2443172368137, 39.922979999734601 ], [ -75.244357208848598, 39.9226374091567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25149, "tnode_": 28871, "lpoly_": null, "rpoly_": null, "length": 80.48669829, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1951, "l_t_add": 1969, "r_f_add": 1950, "r_t_add": 1968, "st_code": 89330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200841, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-05-20T00:00:00Z", "newsegdate": "2004-05-20T00:00:00Z", "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 808, "Shape__Length": 32.015668427147325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244502976273495, 39.923200734575303 ], [ -75.244312787210305, 39.923035283855199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28871, "tnode_": 25194, "lpoly_": null, "rpoly_": null, "length": 102.00679187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1971, "l_t_add": 1999, "r_f_add": 1970, "r_t_add": 1998, "st_code": 89330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 200842, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-05-20T00:00:00Z", "newsegdate": "2004-05-20T00:00:00Z", "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 809, "Shape__Length": 40.575731760321347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244312787210305, 39.923035283855199 ], [ -75.244071747608501, 39.9228255954785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26506, "tnode_": 29216, "lpoly_": null, "rpoly_": null, "length": 899.24555643999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 2900, "r_hundred": 0, "seg_id": 200843, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-10-15T00:00:00Z", "newsegdate": "2005-10-25T00:00:00Z", "multi_rep": 3, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 810, "Shape__Length": 358.15417417589606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239904544462902, 39.903795395538701 ], [ -75.239382341224896, 39.902180497198003 ], [ -75.2393552851198, 39.9016074629263 ], [ -75.239324049604093, 39.901377815274998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29215, "tnode_": 29216, "lpoly_": null, "rpoly_": null, "length": 293.38834327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUFFOLK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7701, "r_t_add": 7799, "st_code": 75280, "l_hundred": 0, "r_hundred": 7700, "seg_id": 200844, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2007-10-15T00:00:00Z", "multi_rep": 1, "streetlabe": "SUFFOLK AVE", "stname": "SUFFOLK AVE", "objectid": 811, "Shape__Length": 116.41370081127063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238286398279897, 39.901460968553501 ], [ -75.238981314821004, 39.901431386525097 ], [ -75.239324049604093, 39.901377815274998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26492, "tnode_": 29215, "lpoly_": null, "rpoly_": null, "length": 1162.16865226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUFFOLK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 75280, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 200845, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2007-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SUFFOLK AVE", "stname": "SUFFOLK AVE", "objectid": 812, "Shape__Length": 462.76922490579864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238578027444206, 39.904486263918102 ], [ -75.2378558546622, 39.902219709951403 ], [ -75.237833449141206, 39.902061404196999 ], [ -75.237923432601704, 39.901886696386001 ], [ -75.238286398279897, 39.901460968553501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29215, "tnode_": 26548, "lpoly_": null, "rpoly_": null, "length": 317.17836311999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUFFOLK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 0, "r_t_add": 0, "st_code": 75280, "l_hundred": 7700, "r_hundred": 0, "seg_id": 200846, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2007-10-15T00:00:00Z", "multi_rep": 2, "streetlabe": "SUFFOLK AVE", "stname": "SUFFOLK AVE", "objectid": 813, "Shape__Length": 126.1723677581043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238286398279897, 39.901460968553501 ], [ -75.238950257211499, 39.900756212317901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26353, "tnode_": 29543, "lpoly_": null, "rpoly_": null, "length": 244.86768695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDWING", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7418, "r_f_add": 7401, "r_t_add": 7419, "st_code": 67767, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200847, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": "2009-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "REDWING PL", "stname": "REDWING PL", "objectid": 814, "Shape__Length": 97.34389210207496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238820719978605, 39.909718326451703 ], [ -75.239462642054605, 39.909262840900503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29543, "tnode_": 26402, "lpoly_": null, "rpoly_": null, "length": 363.41552497000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDWING", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7420, "l_t_add": 7498, "r_f_add": 7421, "r_t_add": 7499, "st_code": 67767, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 200848, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": "2009-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "REDWING PL", "stname": "REDWING PL", "objectid": 815, "Shape__Length": 144.48327317110468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239462642054605, 39.909262840900503 ], [ -75.2392511060104, 39.909075192884202 ], [ -75.239970062057097, 39.908570577454903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25617, "tnode_": 25711, "lpoly_": null, "rpoly_": null, "length": 462.67822473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7248, "r_f_add": 7201, "r_t_add": 7255, "st_code": 71120, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200849, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2016-02-03T00:00:00Z", "newsegdate": "2014-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 816, "Shape__Length": 183.93722031549513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243196259026107, 39.918325673839199 ], [ -75.243484689015901, 39.918130501065697 ], [ -75.243847423217105, 39.917885047301503 ], [ -75.2442249117275, 39.917629605726901 ], [ -75.244435284377104, 39.917487247476402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25415, "tnode_": 25582, "lpoly_": null, "rpoly_": null, "length": 746.15859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2070, "l_t_add": 2070, "r_f_add": 2071, "r_t_add": 2071, "st_code": 24060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 200850, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-10-27T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 817, "Shape__Length": 297.29805861739919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246663635395507, 39.920810799327803 ], [ -75.246715146272393, 39.920365405489598 ], [ -75.246844517196905, 39.918979263273201 ], [ -75.246859543013599, 39.9187681526723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25435, "tnode_": 25514, "lpoly_": null, "rpoly_": null, "length": 508.06837449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7100, "l_t_add": 7138, "r_f_add": 7101, "r_t_add": 7149, "st_code": 38640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 200851, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2016-10-27T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 818, "Shape__Length": 202.01023472142484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244251737572597, 39.920558430186396 ], [ -75.245301551401099, 39.919824097804302 ], [ -75.245578899268097, 39.919609672134499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27622, "tnode_": 29979, "lpoly_": null, "rpoly_": null, "length": 183.66942755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7140, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 38640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200852, "oneway": "B", "class": 4, "responsibl": "PHA", "update_": "2006-05-29T00:00:00Z", "newsegdate": "2017-04-10T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 819, "Shape__Length": 73.018528358012858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246380637967505, 39.919672753009898 ], [ -75.246209942563397, 39.9196726477645 ], [ -75.246117283665001, 39.919601451576298 ], [ -75.245937629930694, 39.919454802031801 ], [ -75.245904929994694, 39.919389087573897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29979, "tnode_": 25548, "lpoly_": null, "rpoly_": null, "length": 164.90571477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7222, "l_t_add": 7230, "r_f_add": 7223, "r_t_add": 7231, "st_code": 38640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": "2017-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 820, "Shape__Length": 65.562346286501821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245904929994694, 39.919389087573897 ], [ -75.246342027510707, 39.919086345776101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25514, "tnode_": 29979, "lpoly_": null, "rpoly_": null, "length": 121.73682387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7221, "st_code": 38640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 200854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": "2017-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 821, "Shape__Length": 48.397457944176253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245578899268097, 39.919609672134499 ], [ -75.245904929994694, 39.919389087573897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26317, "tnode_": 29989, "lpoly_": null, "rpoly_": null, "length": 182.71313211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200855, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": "2017-10-02T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 822, "Shape__Length": 72.772965363818031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242366122937597, 39.910477625796403 ], [ -75.242201410631694, 39.909992358765997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29989, "tnode_": 26387, "lpoly_": null, "rpoly_": null, "length": 353.97683191000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200856, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": "2017-10-02T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 823, "Shape__Length": 140.98532717299651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242201410631694, 39.909992358765997 ], [ -75.241887138912503, 39.909051269165097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29989, "tnode_": 26314, "lpoly_": null, "rpoly_": null, "length": 203.81833437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45120, "l_hundred": 0, "r_hundred": 0, "seg_id": 200857, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": "2017-10-02T00:00:00Z", "multi_rep": 1, "streetlabe": "ISLAND AVE", "stname": "ISLAND AVE", "objectid": 824, "Shape__Length": 81.185971244353297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242201410631694, 39.909992358765997 ], [ -75.242052135698401, 39.910539929587898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30077, "tnode_": 26040, "lpoly_": null, "rpoly_": null, "length": 77.77532986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7083, "l_t_add": 7099, "r_f_add": 7084, "r_t_add": 7098, "st_code": 28500, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2021-06-25T11:54:03Z", "newsegdate": "2021-06-25T11:54:03Z", "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 825, "Shape__Length": 30.918006384488294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235996939255003, 39.913907697981998 ], [ -75.2361760608932, 39.9137821929599 ], [ -75.236204561930705, 39.913766436861302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25994, "tnode_": 30077, "lpoly_": null, "rpoly_": null, "length": 123.81814815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 7060, "l_t_add": 7082, "r_f_add": 7061, "r_t_add": 7081, "st_code": 28500, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 200859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2021-06-25T11:54:03Z", "newsegdate": "2021-06-25T11:54:03Z", "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 826, "Shape__Length": 49.224312481025976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2356704639067, 39.914136448335299 ], [ -75.235996939255003, 39.913907697981998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25387, "tnode_": 25497, "lpoly_": null, "rpoly_": null, "length": 459.98644113, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2500, "r_hundred": 0, "seg_id": 220002, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 827, "Shape__Length": 183.2572529449215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170713151381406, 39.919403052690598 ], [ -75.170987275726404, 39.918158097565197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25497, "tnode_": 25559, "lpoly_": null, "rpoly_": null, "length": 267.43387433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2623, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2600, "r_hundred": 0, "seg_id": 220003, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 828, "Shape__Length": 106.54542755730994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170987275726404, 39.918158097565197 ], [ -75.171131789096506, 39.9174324396771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25577, "tnode_": 25609, "lpoly_": null, "rpoly_": null, "length": 132.50880394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2708, "st_code": 73100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 829, "Shape__Length": 52.790157710072911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175363561309894, 39.917286867432203 ], [ -75.175440275750105, 39.916927942267002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25527, "tnode_": 27011, "lpoly_": null, "rpoly_": null, "length": 459.87195205999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220006, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 830, "Shape__Length": 183.20556892350731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902487186898, 39.917980332553803 ], [ -75.181191547859697, 39.916737702171901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25648, "tnode_": 27011, "lpoly_": null, "rpoly_": null, "length": 454.75035551999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 46240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220007, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 831, "Shape__Length": 180.49054736869257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179593759402294, 39.916526363284198 ], [ -75.181191547859697, 39.916737702171901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26044, "tnode_": 26039, "lpoly_": null, "rpoly_": null, "length": 177.04740088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 62680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220009, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 832, "Shape__Length": 70.268508003074217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175920535249801, 39.912279728237898 ], [ -75.176539351385301, 39.912375288156397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26048, "tnode_": 26044, "lpoly_": null, "rpoly_": null, "length": 168.6546335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 62680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220010, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 833, "Shape__Length": 66.933143834928202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175326150901, 39.912210128508498 ], [ -75.175920535249801, 39.912279728237898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26054, "tnode_": 26048, "lpoly_": null, "rpoly_": null, "length": 170.1370288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 62680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220011, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 834, "Shape__Length": 67.523622112965612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174729113160495, 39.912127948284301 ], [ -75.175326150901, 39.912210128508498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26060, "tnode_": 26054, "lpoly_": null, "rpoly_": null, "length": 178.30284824999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1526, "r_f_add": 1501, "r_t_add": 1515, "st_code": 62680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220012, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 835, "Shape__Length": 70.762411165989249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174101171699107, 39.912052150743499 ], [ -75.174729113160495, 39.912127948284301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26065, "tnode_": 26081, "lpoly_": null, "rpoly_": null, "length": 461.50412179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 71230, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-16T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHLEY ST", "stname": "SCHLEY ST", "objectid": 836, "Shape__Length": 183.28031861098941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179882797407998, 39.912109190687403 ], [ -75.180298579308896, 39.912162880215298 ], [ -75.180841119710905, 39.912232935743198 ], [ -75.180998432730803, 39.912220704900697 ], [ -75.181178766158695, 39.912140720878199 ], [ -75.181277729002602, 39.9120484103697 ], [ -75.181297176765398, 39.911932482225701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26084, "tnode_": 26076, "lpoly_": null, "rpoly_": null, "length": 118.75967687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 62680, "l_hundred": 0, "r_hundred": 0, "seg_id": 220015, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 837, "Shape__Length": 47.15081603265341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172370482833202, 39.911735184883099 ], [ -75.172766022256198, 39.911851395255802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26104, "tnode_": 26103, "lpoly_": null, "rpoly_": null, "length": 53.99594115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANVALE", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 49115, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANVALE PL", "stname": "LANVALE PL", "objectid": 838, "Shape__Length": 21.429526821735983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179514769940695, 39.911553676588397 ], [ -75.179704337718405, 39.9115793708269 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26118, "tnode_": 26108, "lpoly_": null, "rpoly_": null, "length": 191.93485707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROATAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 26030, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROATAN PL", "stname": "CROATAN PL", "objectid": 839, "Shape__Length": 76.173304188000429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176309062876399, 39.911451928452799 ], [ -75.176983321494504, 39.911541410916897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26136, "tnode_": 26130, "lpoly_": null, "rpoly_": null, "length": 49.29986685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOISE", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 18150, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOISE PL", "stname": "BOISE PL", "objectid": 840, "Shape__Length": 19.565253753260574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178778540537905, 39.911297155472802 ], [ -75.178952141080501, 39.911318212159998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26158, "tnode_": 26152, "lpoly_": null, "rpoly_": null, "length": 138.41083304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1910, "r_f_add": 1913, "r_t_add": 1923, "st_code": 34710, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 841, "Shape__Length": 54.931556450326056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180173753340597, 39.910948274067302 ], [ -75.180659085428502, 39.911016683403801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26162, "tnode_": 26158, "lpoly_": null, "rpoly_": null, "length": 232.30510836000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1840, "l_t_add": 1898, "r_f_add": 1841, "r_t_add": 1911, "st_code": 34710, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 842, "Shape__Length": 92.193908445384309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179357285461705, 39.910841762334101 ], [ -75.180173753340597, 39.910948274067302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26167, "tnode_": 26162, "lpoly_": null, "rpoly_": null, "length": 130.51115981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1824, "l_t_add": 1838, "r_f_add": 1829, "r_t_add": 1839, "st_code": 34710, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 843, "Shape__Length": 51.794194749568192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1788972867799, 39.910788166893298 ], [ -75.179357285461705, 39.910841762334101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26179, "tnode_": 26167, "lpoly_": null, "rpoly_": null, "length": 237.59205035000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1827, "st_code": 34710, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 844, "Shape__Length": 94.292728990605127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178063204978102, 39.910674928428101 ], [ -75.1788972867799, 39.910788166893298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26158, "tnode_": 26192, "lpoly_": null, "rpoly_": null, "length": 291.93933714000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 40070, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSEY PL", "stname": "HALSEY PL", "objectid": 845, "Shape__Length": 116.19930524262647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180173753340597, 39.910948274067302 ], [ -75.180297465703802, 39.910330320872099 ], [ -75.180524031622696, 39.910354595993297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26220, "tnode_": 26248, "lpoly_": null, "rpoly_": null, "length": 234.43349954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEYTE", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 50630, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEYTE PL", "stname": "LEYTE PL", "objectid": 846, "Shape__Length": 93.318658312328807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175977384647496, 39.910286384313601 ], [ -75.176084222551495, 39.909775281058202 ], [ -75.176244966377695, 39.909798060753701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26290, "tnode_": 26280, "lpoly_": null, "rpoly_": null, "length": 281.74338233999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HULSEMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 43960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HULSEMAN ST", "stname": "HULSEMAN ST", "objectid": 847, "Shape__Length": 111.81408654038985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178364344915096, 39.909361765907697 ], [ -75.179351985913996, 39.909502100193201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26335, "tnode_": 26316, "lpoly_": null, "rpoly_": null, "length": 1218.8702153900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1998, "r_f_add": 1801, "r_t_add": 1999, "st_code": 40980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 848, "Shape__Length": 483.70993231565978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1785145986657, 39.908679819698598 ], [ -75.182802830393399, 39.909217959093901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26039, "tnode_": 26038, "lpoly_": null, "rpoly_": null, "length": 67.73139677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1700, "r_f_add": 1701, "r_t_add": 1701, "st_code": 62680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220034, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 849, "Shape__Length": 26.880030588730516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176539351385301, 39.912375288156397 ], [ -75.176778348231096, 39.912401714684499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26038, "tnode_": 26035, "lpoly_": null, "rpoly_": null, "length": 110.90346017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1702, "l_t_add": 1714, "r_f_add": 1703, "r_t_add": 1715, "st_code": 62680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220035, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 850, "Shape__Length": 44.015030592369065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176778348231096, 39.912401714684499 ], [ -75.177167833188904, 39.912453949565801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26179, "tnode_": 26225, "lpoly_": null, "rpoly_": null, "length": 140.85144116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3163, "l_t_add": 3173, "r_f_add": 3156, "r_t_add": 3164, "st_code": 88140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 851, "Shape__Length": 56.106879816734825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178063204978102, 39.910674928428101 ], [ -75.178154480901995, 39.910294715987703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26225, "tnode_": 26246, "lpoly_": null, "rpoly_": null, "length": 93.16585107, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3175, "l_t_add": 3199, "r_f_add": 0, "r_t_add": 0, "st_code": 88140, "l_hundred": 3100, "r_hundred": 0, "seg_id": 220037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 852, "Shape__Length": 37.111992592751996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178154480901995, 39.910294715987703 ], [ -75.178212294835106, 39.910042868883899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26352, "tnode_": 26348, "lpoly_": null, "rpoly_": null, "length": 206.7176353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 40980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 853, "Shape__Length": 82.035706850489589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176009362101098, 39.908353788715701 ], [ -75.176736336458603, 39.908446435552897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26348, "tnode_": 26341, "lpoly_": null, "rpoly_": null, "length": 257.71684446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 40980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 854, "Shape__Length": 102.276651941072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176736336458603, 39.908446435552897 ], [ -75.177640608354196, 39.9085711281013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26365, "tnode_": 26356, "lpoly_": null, "rpoly_": null, "length": 480.20106681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 40980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 855, "Shape__Length": 190.56857786341786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1735800047352, 39.908034584120102 ], [ -75.175266536513206, 39.908259841463497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26356, "tnode_": 26352, "lpoly_": null, "rpoly_": null, "length": 211.18262407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 40980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 856, "Shape__Length": 83.807387750778119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175266536513206, 39.908259841463497 ], [ -75.176009362101098, 39.908353788715701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26451, "tnode_": 26458, "lpoly_": null, "rpoly_": null, "length": 280.70637317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2613, "st_code": 64080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 857, "Shape__Length": 111.46380090771446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193990694884405, 39.90564241501 ], [ -75.1944259086372, 39.905542323843399 ], [ -75.194891914698502, 39.905322676978997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26121, "tnode_": 26185, "lpoly_": null, "rpoly_": null, "length": 307.57259001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2136, "l_t_add": 2190, "r_f_add": 2135, "r_t_add": 2189, "st_code": 64080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 858, "Shape__Length": 122.28870251446727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184732558806701, 39.911323208833998 ], [ -75.185516141536795, 39.910732644486998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26185, "tnode_": 26237, "lpoly_": null, "rpoly_": null, "length": 345.82557121999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2192, "l_t_add": 2198, "r_f_add": 2191, "r_t_add": 2199, "st_code": 64080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 859, "Shape__Length": 137.51309100254252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185516141536795, 39.910732644486998 ], [ -75.1863705277067, 39.9100482954534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26451, "tnode_": 26460, "lpoly_": null, "rpoly_": null, "length": 206.9459052, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 88310, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 220051, "oneway": "B", "class": 3, "responsibl": "PIDC", "update_": "1999-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 860, "Shape__Length": 82.42801963432872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193990694884405, 39.90564241501 ], [ -75.193851552931804, 39.905084520342598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25866, "tnode_": 25955, "lpoly_": null, "rpoly_": null, "length": 464.17167508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWITCH", "st_type": "DR", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6500, "l_t_add": 6698, "r_f_add": 6501, "r_t_add": 6699, "st_code": 60235, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWITCH DR", "stname": "NORWITCH DR", "objectid": 861, "Shape__Length": 184.80255173882244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222922644001898, 39.915502427404398 ], [ -75.223626840171406, 39.9143493582947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25975, "tnode_": 26027, "lpoly_": null, "rpoly_": null, "length": 158.0567504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6700, "l_t_add": 6700, "r_f_add": 0, "r_t_add": 0, "st_code": 32200, "l_hundred": 6700, "r_hundred": 0, "seg_id": 220056, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 862, "Shape__Length": 62.959990163363067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221516447928195, 39.913982503553498 ], [ -75.221638718901104, 39.913558956755502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26433, "tnode_": 26494, "lpoly_": null, "rpoly_": null, "length": 1285.3869941, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3315, "r_f_add": 3200, "r_t_add": 3316, "st_code": 89330, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 863, "Shape__Length": 511.72280013544116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228077870642693, 39.907265326465399 ], [ -75.2262259205975, 39.904037875824102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26486, "tnode_": 26525, "lpoly_": null, "rpoly_": null, "length": 1125.5545522699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREWSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 7401, "r_t_add": 7599, "st_code": 18760, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 220058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREWSTER AVE", "stname": "BREWSTER AVE", "objectid": 864, "Shape__Length": 447.76640724885766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230438248085207, 39.904636947967902 ], [ -75.230583275751599, 39.904562721715799 ], [ -75.232764699247397, 39.902130965927803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26525, "tnode_": 26547, "lpoly_": null, "rpoly_": null, "length": 938.40433197000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 89510, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 76TH ST", "stname": "S 76TH ST", "objectid": 865, "Shape__Length": 372.80682048395886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232764699247397, 39.902130965927803 ], [ -75.230015518579705, 39.900663788324998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26525, "tnode_": 26570, "lpoly_": null, "rpoly_": null, "length": 1127.2859167600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREWSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7798, "r_f_add": 7601, "r_t_add": 7799, "st_code": 18760, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 220060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREWSTER AVE", "stname": "BREWSTER AVE", "objectid": 866, "Shape__Length": 448.48346960607171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232764699247397, 39.902130965927803 ], [ -75.234907552723399, 39.899758882602598 ], [ -75.234974245033101, 39.899681471799198 ], [ -75.234979584248194, 39.899569658191098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25399, "tnode_": 25386, "lpoly_": null, "rpoly_": null, "length": 286.88607711000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2022, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 72740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220063, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 867, "Shape__Length": 113.86889316938932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181504480680601, 39.919511059476697 ], [ -75.182513888965801, 39.919638064298702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25410, "tnode_": 25399, "lpoly_": null, "rpoly_": null, "length": 263.89499691000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2019, "st_code": 72740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220064, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 868, "Shape__Length": 104.74622511074575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180579408239296, 39.919379041067401 ], [ -75.181504480680601, 39.919511059476697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25418, "tnode_": 25410, "lpoly_": null, "rpoly_": null, "length": 219.98878346000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1918, "l_t_add": 1998, "r_f_add": 1935, "r_t_add": 1999, "st_code": 72740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220065, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 869, "Shape__Length": 87.312969890819929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179801724827001, 39.919300801892902 ], [ -75.180579408239296, 39.919379041067401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25311, "tnode_": 25425, "lpoly_": null, "rpoly_": null, "length": 456.77863786, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220066, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 870, "Shape__Length": 181.98100830252099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178740276034503, 39.920424205174001 ], [ -75.179019134061804, 39.919188809870498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25425, "tnode_": 25418, "lpoly_": null, "rpoly_": null, "length": 223.27038183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1933, "st_code": 72740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220067, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 871, "Shape__Length": 88.621146718139912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179019134061804, 39.919188809870498 ], [ -75.179801724827001, 39.919300801892902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25433, "tnode_": 25425, "lpoly_": null, "rpoly_": null, "length": 226.67588906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1819, "r_t_add": 1899, "st_code": 72740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220068, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 872, "Shape__Length": 89.970461206906705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178222003415499, 39.919086486664099 ], [ -75.179019134061804, 39.919188809870498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25439, "tnode_": 25433, "lpoly_": null, "rpoly_": null, "length": 222.67789291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1817, "st_code": 72740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 873, "Shape__Length": 88.38472008453337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177440366566501, 39.918979558932797 ], [ -75.178222003415499, 39.919086486664099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25444, "tnode_": 25439, "lpoly_": null, "rpoly_": null, "length": 149.17390287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1760, "l_t_add": 1798, "r_f_add": 1761, "r_t_add": 1799, "st_code": 72740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220070, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 874, "Shape__Length": 59.209691986260886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176916809540998, 39.918907633999197 ], [ -75.177440366566501, 39.918979558932797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25449, "tnode_": 25444, "lpoly_": null, "rpoly_": null, "length": 77.56205884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1740, "l_t_add": 1758, "r_f_add": 1741, "r_t_add": 1759, "st_code": 72740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 875, "Shape__Length": 30.785349537083253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176644195182902, 39.918871980653499 ], [ -75.176916809540998, 39.918907633999197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25452, "tnode_": 25449, "lpoly_": null, "rpoly_": null, "length": 59.81537321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1720, "l_t_add": 1738, "r_f_add": 1721, "r_t_add": 1739, "st_code": 72740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220072, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 876, "Shape__Length": 23.740816434625646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176433222102503, 39.918848052970198 ], [ -75.176644195182902, 39.918871980653499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25341, "tnode_": 25455, "lpoly_": null, "rpoly_": null, "length": 460.13541350999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220073, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 877, "Shape__Length": 183.32166753593484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175617761195198, 39.920022405545801 ], [ -75.175867734524005, 39.918774026039699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25455, "tnode_": 25452, "lpoly_": null, "rpoly_": null, "length": 160.89250444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 72740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220074, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 878, "Shape__Length": 63.860183069719966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175867734524005, 39.918774026039699 ], [ -75.176433222102503, 39.918848052970198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25458, "tnode_": 25455, "lpoly_": null, "rpoly_": null, "length": 159.75405895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1627, "r_t_add": 1699, "st_code": 72740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220075, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 879, "Shape__Length": 63.407864552640149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175305804049103, 39.9187025665709 ], [ -75.175867734524005, 39.918774026039699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25464, "tnode_": 25458, "lpoly_": null, "rpoly_": null, "length": 131.90070244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1616, "l_t_add": 1624, "r_f_add": 1617, "r_t_add": 1625, "st_code": 72740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220076, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 880, "Shape__Length": 52.352864136683984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174842197617494, 39.918641956093502 ], [ -75.175305804049103, 39.9187025665709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25469, "tnode_": 25464, "lpoly_": null, "rpoly_": null, "length": 153.08581865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 72740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220077, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 881, "Shape__Length": 60.761502015067855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174304229765497, 39.918571159600198 ], [ -75.174842197617494, 39.918641956093502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25473, "tnode_": 25469, "lpoly_": null, "rpoly_": null, "length": 153.27172326000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1526, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 72740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 882, "Shape__Length": 60.83537274335729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173765777586198, 39.918499522545098 ], [ -75.174304229765497, 39.918571159600198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25477, "tnode_": 25473, "lpoly_": null, "rpoly_": null, "length": 137.65369272000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1524, "r_f_add": 1515, "r_t_add": 1527, "st_code": 72740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220079, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 883, "Shape__Length": 54.635866076238685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173281653035005, 39.918437639169099 ], [ -75.173765777586198, 39.918499522545098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25481, "tnode_": 25477, "lpoly_": null, "rpoly_": null, "length": 154.81654688999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 72740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 884, "Shape__Length": 61.447831315901084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172737108796198, 39.918368313790502 ], [ -75.173281653035005, 39.918437639169099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25486, "tnode_": 25481, "lpoly_": null, "rpoly_": null, "length": 151.42907155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 72740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220081, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 885, "Shape__Length": 60.101915018039911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172202940494898, 39.918308112092902 ], [ -75.172737108796198, 39.918368313790502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25491, "tnode_": 25486, "lpoly_": null, "rpoly_": null, "length": 126.12646819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1427, "st_code": 72740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 886, "Shape__Length": 50.061639799377524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171760694168896, 39.918245528416797 ], [ -75.172202940494898, 39.918308112092902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26955, "tnode_": 25491, "lpoly_": null, "rpoly_": null, "length": 180.84029261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 72740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 887, "Shape__Length": 71.777221076801041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171125286086095, 39.918161493712702 ], [ -75.171760694168896, 39.918245528416797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25425, "tnode_": 27014, "lpoly_": null, "rpoly_": null, "length": 470.32332268, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 888, "Shape__Length": 187.37632982533114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179019134061804, 39.919188809870498 ], [ -75.179288902322497, 39.917914531637301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25455, "tnode_": 27019, "lpoly_": null, "rpoly_": null, "length": 467.68820183999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 889, "Shape__Length": 186.32321367689917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175867734524005, 39.918774026039699 ], [ -75.176150893819496, 39.917508811481397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25537, "tnode_": 25648, "lpoly_": null, "rpoly_": null, "length": 466.1704427, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220087, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 890, "Shape__Length": 185.71650117606694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179315684924305, 39.917788020000302 ], [ -75.179593759402294, 39.916526363284198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25544, "tnode_": 25661, "lpoly_": null, "rpoly_": null, "length": 461.51425227000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 23760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220088, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 891, "Shape__Length": 183.86115998736045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178348813384204, 39.9176559621311 ], [ -75.178624350564803, 39.9164069385224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25661, "tnode_": 25648, "lpoly_": null, "rpoly_": null, "length": 275.38189784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 46240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220089, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 892, "Shape__Length": 109.29728124211297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178624350564803, 39.9164069385224 ], [ -75.179593759402294, 39.916526363284198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25668, "tnode_": 25661, "lpoly_": null, "rpoly_": null, "length": 174.90756822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1832, "r_f_add": 1801, "r_t_add": 1833, "st_code": 46240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 893, "Shape__Length": 69.420610392466386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178009826239503, 39.9163255635466 ], [ -75.178624350564803, 39.9164069385224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25679, "tnode_": 25668, "lpoly_": null, "rpoly_": null, "length": 214.65750376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 46240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220091, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 894, "Shape__Length": 85.19700802701324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177255423548303, 39.916226689832598 ], [ -75.178009826239503, 39.9163255635466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25567, "tnode_": 25696, "lpoly_": null, "rpoly_": null, "length": 466.72357244, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220092, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 895, "Shape__Length": 185.93630773742109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176178267316502, 39.917386499821497 ], [ -75.176452991153795, 39.916122868585397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25696, "tnode_": 25679, "lpoly_": null, "rpoly_": null, "length": 228.24234918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1721, "st_code": 46240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220093, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 896, "Shape__Length": 90.588412223866811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176452991153795, 39.916122868585397 ], [ -75.177255423548303, 39.916226689832598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25696, "tnode_": 25728, "lpoly_": null, "rpoly_": null, "length": 115.0944204, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2800, "r_t_add": 2808, "st_code": 88120, "l_hundred": 2700, "r_hundred": 2800, "seg_id": 220094, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 897, "Shape__Length": 45.824700607143761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176452991153795, 39.916122868585397 ], [ -75.176281028859904, 39.9158360065802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25648, "tnode_": 25787, "lpoly_": null, "rpoly_": null, "length": 463.91123262000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220095, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 898, "Shape__Length": 184.81353087089556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179593759402294, 39.916526363284198 ], [ -75.179867302055001, 39.915270407938202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25844, "tnode_": 25836, "lpoly_": null, "rpoly_": null, "length": 175.8124174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1636, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 17580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220096, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 899, "Shape__Length": 69.777854747311792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175397527967206, 39.914700484135899 ], [ -75.176015470960294, 39.914781133042098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25852, "tnode_": 25844, "lpoly_": null, "rpoly_": null, "length": 169.28887285000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1634, "r_f_add": 1601, "r_t_add": 1635, "st_code": 17580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 900, "Shape__Length": 67.188455964394507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1748022806363, 39.9146238979408 ], [ -75.175397527967206, 39.914700484135899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25858, "tnode_": 25852, "lpoly_": null, "rpoly_": null, "length": 162.95254652999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 17580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220098, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 901, "Shape__Length": 64.672626416287954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174228215487105, 39.914555430514497 ], [ -75.1748022806363, 39.9146238979408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25869, "tnode_": 25858, "lpoly_": null, "rpoly_": null, "length": 187.14099727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 17580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220099, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 902, "Shape__Length": 74.274189970152563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173570924373095, 39.914467488660797 ], [ -75.174228215487105, 39.914555430514497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25871, "tnode_": 25869, "lpoly_": null, "rpoly_": null, "length": 169.36289703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1436, "l_t_add": 1498, "r_f_add": 1437, "r_t_add": 1499, "st_code": 17580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 903, "Shape__Length": 67.215692667377752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172973224439104, 39.914401776979901 ], [ -75.173570924373095, 39.914467488660797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25887, "tnode_": 25880, "lpoly_": null, "rpoly_": null, "length": 115.94984437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 17580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 904, "Shape__Length": 46.016608217043562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171878817447706, 39.914265285487801 ], [ -75.172288864370501, 39.914305432703301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25836, "tnode_": 25823, "lpoly_": null, "rpoly_": null, "length": 331.33384236000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 17580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220102, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 905, "Shape__Length": 131.50023734313638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176015470960294, 39.914781133042098 ], [ -75.176838207469203, 39.914895197516898 ], [ -75.176995806361305, 39.9149048162814 ], [ -75.177182813712804, 39.914899825297603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25341, "tnode_": 25335, "lpoly_": null, "rpoly_": null, "length": 213.69326686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1717, "st_code": 65360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220103, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 906, "Shape__Length": 84.818490465942986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175617761195198, 39.920022405545801 ], [ -75.176369442824594, 39.920117960985898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25347, "tnode_": 25341, "lpoly_": null, "rpoly_": null, "length": 161.6350081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 65360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220105, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 907, "Shape__Length": 64.155089048462187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175048608199901, 39.919952939908299 ], [ -75.175617761195198, 39.920022405545801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25350, "tnode_": 25347, "lpoly_": null, "rpoly_": null, "length": 130.3895859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1624, "r_f_add": 1615, "r_t_add": 1627, "st_code": 65360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220106, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 908, "Shape__Length": 51.753875113299621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174590118843696, 39.919893872522202 ], [ -75.175048608199901, 39.919952939908299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25354, "tnode_": 25350, "lpoly_": null, "rpoly_": null, "length": 157.79570216000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 65360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 909, "Shape__Length": 62.632464045945454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174036054175801, 39.919818834567799 ], [ -75.174590118843696, 39.919893872522202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25361, "tnode_": 25354, "lpoly_": null, "rpoly_": null, "length": 153.79111335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 65360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220109, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 910, "Shape__Length": 61.041674487814596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173494652640301, 39.919752112803799 ], [ -75.174036054175801, 39.919818834567799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25362, "tnode_": 25361, "lpoly_": null, "rpoly_": null, "length": 138.56004882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1526, "r_f_add": 1515, "r_t_add": 1527, "st_code": 65360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220111, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 911, "Shape__Length": 54.996810624683754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173007551866704, 39.919688808264901 ], [ -75.173494652640301, 39.919752112803799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25367, "tnode_": 25362, "lpoly_": null, "rpoly_": null, "length": 158.06304767999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 65360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220112, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 912, "Shape__Length": 62.735417893137004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172449138938902, 39.919630515610798 ], [ -75.173007551866704, 39.919688808264901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25374, "tnode_": 25367, "lpoly_": null, "rpoly_": null, "length": 144.98772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 65360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220113, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 913, "Shape__Length": 57.550284036719752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171942124286105, 39.919553029179099 ], [ -75.172449138938902, 39.919630515610798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25383, "tnode_": 25374, "lpoly_": null, "rpoly_": null, "length": 128.69579707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1427, "st_code": 65360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 914, "Shape__Length": 51.081312277288376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171489629325606, 39.919494564298702 ], [ -75.171942124286105, 39.919553029179099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26954, "tnode_": 25383, "lpoly_": null, "rpoly_": null, "length": 179.60047963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 65360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220116, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 915, "Shape__Length": 71.284889312563948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170856787402897, 39.919419513327703 ], [ -75.171489629325606, 39.919494564298702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25335, "tnode_": 25449, "lpoly_": null, "rpoly_": null, "length": 460.38397835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 24360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 916, "Shape__Length": 183.4174856803393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176369442824594, 39.920117960985898 ], [ -75.176644195182902, 39.918871980653499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25347, "tnode_": 25458, "lpoly_": null, "rpoly_": null, "length": 461.16584072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 22180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220119, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 917, "Shape__Length": 183.73110281430692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175048608199901, 39.919952939908299 ], [ -75.175305804049103, 39.9187025665709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25354, "tnode_": 25469, "lpoly_": null, "rpoly_": null, "length": 460.6878557, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220120, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 918, "Shape__Length": 183.53873142819816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174036054175801, 39.919818834567799 ], [ -75.174304229765497, 39.918571159600198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25362, "tnode_": 25477, "lpoly_": null, "rpoly_": null, "length": 462.21724992999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 42420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 919, "Shape__Length": 184.14695910328356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173007551866704, 39.919688808264901 ], [ -75.173281653035005, 39.918437639169099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25383, "tnode_": 25491, "lpoly_": null, "rpoly_": null, "length": 461.30990211000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 69480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220122, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 920, "Shape__Length": 183.7853186754555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171489629325606, 39.919494564298702 ], [ -75.171760694168896, 39.918245528416797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25469, "tnode_": 27023, "lpoly_": null, "rpoly_": null, "length": 467.43933467, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220123, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 921, "Shape__Length": 186.22501871111982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174304229765497, 39.918571159600198 ], [ -75.174577000217099, 39.917305285125302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25491, "tnode_": 25593, "lpoly_": null, "rpoly_": null, "length": 471.46649485, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 69480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 922, "Shape__Length": 187.81178068392856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171760694168896, 39.918245528416797 ], [ -75.172016151529903, 39.917069399061504 ], [ -75.172089628986996, 39.916984805138902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25557, "tnode_": 25592, "lpoly_": null, "rpoly_": null, "length": 126.60832644, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2710, "st_code": 24360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 923, "Shape__Length": 50.439521222292605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176967445691602, 39.917478368821399 ], [ -75.177041393121002, 39.917135508809402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25477, "tnode_": 27024, "lpoly_": null, "rpoly_": null, "length": 466.98489603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 42420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 924, "Shape__Length": 186.04416942631019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173281653035005, 39.918437639169099 ], [ -75.173550261382502, 39.917172501213003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25592, "tnode_": 25645, "lpoly_": null, "rpoly_": null, "length": 237.66570473, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2713, "l_t_add": 2739, "r_f_add": 0, "r_t_add": 0, "st_code": 24360, "l_hundred": 2700, "r_hundred": 0, "seg_id": 220127, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 925, "Shape__Length": 94.641643728430665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177041393121002, 39.917135508809402 ], [ -75.176985748060105, 39.917078492774799 ], [ -75.1770417572924, 39.916806858049497 ], [ -75.177092664138399, 39.916594528814997 ], [ -75.177180007953496, 39.916534503628199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25645, "tnode_": 25679, "lpoly_": null, "rpoly_": null, "length": 114.1089903, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2741, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 24360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220128, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 926, "Shape__Length": 45.457944112899227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177180007953496, 39.916534503628199 ], [ -75.177255423548303, 39.916226689832598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25350, "tnode_": 25464, "lpoly_": null, "rpoly_": null, "length": 461.49897620999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 15720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 927, "Shape__Length": 183.86438854676771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174590118843696, 39.919893872522202 ], [ -75.174842197617494, 39.918641956093502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25361, "tnode_": 25473, "lpoly_": null, "rpoly_": null, "length": 462.58976395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 56560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 928, "Shape__Length": 184.29600252931178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173494652640301, 39.919752112803799 ], [ -75.173765777586198, 39.918499522545098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25367, "tnode_": 25481, "lpoly_": null, "rpoly_": null, "length": 466.8381037, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220135, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 929, "Shape__Length": 185.98606657864914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172449138938902, 39.919630515610798 ], [ -75.172737108796198, 39.918368313790502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25374, "tnode_": 25486, "lpoly_": null, "rpoly_": null, "length": 459.36349886, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 21420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220136, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 930, "Shape__Length": 183.01133532101585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171942124286105, 39.919553029179099 ], [ -75.172202940494898, 39.918308112092902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25444, "tnode_": 27016, "lpoly_": null, "rpoly_": null, "length": 466.95350679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 18520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 931, "Shape__Length": 186.0326666824692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176916809540998, 39.918907633999197 ], [ -75.177187321600002, 39.917642823659797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25452, "tnode_": 27018, "lpoly_": null, "rpoly_": null, "length": 468.01215832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 24360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 932, "Shape__Length": 186.45427753972271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176433222102503, 39.918848052970198 ], [ -75.176704250983505, 39.9175803629211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25464, "tnode_": 27022, "lpoly_": null, "rpoly_": null, "length": 467.89672619000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 15720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220139, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 933, "Shape__Length": 186.40897089155686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174842197617494, 39.918641956093502 ], [ -75.175104330307704, 39.917373478301997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25473, "tnode_": 27025, "lpoly_": null, "rpoly_": null, "length": 466.71907554000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 56560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220140, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 934, "Shape__Length": 185.93727375735608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173765777586198, 39.918499522545098 ], [ -75.174042305061207, 39.917236136543899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25481, "tnode_": 27026, "lpoly_": null, "rpoly_": null, "length": 467.38600649, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 935, "Shape__Length": 186.20424187471832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172737108796198, 39.918368313790502 ], [ -75.173002672406497, 39.917101679444997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25486, "tnode_": 27027, "lpoly_": null, "rpoly_": null, "length": 470.56987976, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 21420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 936, "Shape__Length": 187.47147239513964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172202940494898, 39.918308112092902 ], [ -75.172477574064402, 39.917033764548897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25644, "tnode_": 25869, "lpoly_": null, "rpoly_": null, "length": 748.06399757999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 937, "Shape__Length": 298.01252299655351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1731276564349, 39.916492453878597 ], [ -75.173570924373095, 39.914467488660797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25458, "tnode_": 27020, "lpoly_": null, "rpoly_": null, "length": 468.12402753000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 22180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220144, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 938, "Shape__Length": 186.4962805051677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175305804049103, 39.9187025665709 ], [ -75.175591669095994, 39.917436498494297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27005, "tnode_": 25593, "lpoly_": null, "rpoly_": null, "length": 250.66844222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1424, "r_f_add": 1401, "r_t_add": 1423, "st_code": 57340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220146, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 939, "Shape__Length": 99.572241267762465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1713075047562, 39.917317677677602 ], [ -75.172089628986996, 39.916984805138902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25544, "tnode_": 25537, "lpoly_": null, "rpoly_": null, "length": 275.44056292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1800, "r_hundred": 0, "seg_id": 220148, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 940, "Shape__Length": 109.32499083606135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178348813384204, 39.9176559621311 ], [ -75.179315684924305, 39.917788020000302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25550, "tnode_": 25544, "lpoly_": null, "rpoly_": null, "length": 174.0032439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1800, "r_hundred": 0, "seg_id": 220149, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 941, "Shape__Length": 69.061169945755637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177735406222595, 39.9175847879293 ], [ -75.178348813384204, 39.9176559621311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25554, "tnode_": 25550, "lpoly_": null, "rpoly_": null, "length": 148.25916397999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1700, "r_hundred": 0, "seg_id": 220150, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 942, "Shape__Length": 58.844312030548252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177213807960001, 39.917518984492098 ], [ -75.177735406222595, 39.9175847879293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25557, "tnode_": 25554, "lpoly_": null, "rpoly_": null, "length": 70.67088948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1722, "l_t_add": 1726, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1700, "r_hundred": 0, "seg_id": 220151, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 943, "Shape__Length": 28.051343690082447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176967445691602, 39.917478368821399 ], [ -75.177213807960001, 39.917518984492098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25560, "tnode_": 25557, "lpoly_": null, "rpoly_": null, "length": 66.9825828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1720, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1700, "r_hundred": 0, "seg_id": 220152, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 944, "Shape__Length": 26.583588455722559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176729647143702, 39.917461575685998 ], [ -75.176967445691602, 39.917478368821399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25567, "tnode_": 25560, "lpoly_": null, "rpoly_": null, "length": 157.06192025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1700, "r_hundred": 0, "seg_id": 220153, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 945, "Shape__Length": 62.339058234964519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176178267316502, 39.917386499821497 ], [ -75.176729647143702, 39.917461575685998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25572, "tnode_": 25567, "lpoly_": null, "rpoly_": null, "length": 159.00190601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1600, "r_hundred": 0, "seg_id": 220154, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 946, "Shape__Length": 63.107736824288956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175618644760505, 39.917317024314897 ], [ -75.176178267316502, 39.917386499821497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25577, "tnode_": 25572, "lpoly_": null, "rpoly_": null, "length": 72.38967612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1622, "l_t_add": 1626, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1600, "r_hundred": 0, "seg_id": 220155, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 947, "Shape__Length": 28.731123820670486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175363561309894, 39.917286867432203 ], [ -75.175618644760505, 39.917317024314897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25594, "tnode_": 25588, "lpoly_": null, "rpoly_": null, "length": 140.19795088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1530, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1500, "r_hundred": 0, "seg_id": 220158, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 948, "Shape__Length": 55.643460934068422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173576084142695, 39.917050874233901 ], [ -75.174070411977794, 39.917107722094897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25597, "tnode_": 25594, "lpoly_": null, "rpoly_": null, "length": 155.87258108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1500, "r_hundred": 0, "seg_id": 220159, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 949, "Shape__Length": 61.867150975538109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173029486030202, 39.916973786659703 ], [ -75.173576084142695, 39.917050874233901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25604, "tnode_": 25597, "lpoly_": null, "rpoly_": null, "length": 179.46159357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1400, "r_hundred": 0, "seg_id": 220160, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 950, "Shape__Length": 71.227249677463007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172397300753303, 39.916898078190101 ], [ -75.173029486030202, 39.916973786659703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27006, "tnode_": 25604, "lpoly_": null, "rpoly_": null, "length": 276.82460159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1400, "r_hundred": 0, "seg_id": 220162, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 951, "Shape__Length": 109.87262094831151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171425272362299, 39.916766714911098 ], [ -75.172397300753303, 39.916898078190101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25318, "tnode_": 25433, "lpoly_": null, "rpoly_": null, "length": 454.7513181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 23760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220163, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 952, "Shape__Length": 181.17485411172325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177956635685405, 39.9203180013576 ], [ -75.178222003415499, 39.919086486664099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25263, "tnode_": 25386, "lpoly_": null, "rpoly_": null, "length": 459.64397964999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220165, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 953, "Shape__Length": 183.12219981562001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1822230433648, 39.920879813484099 ], [ -75.182513888965801, 39.919638064298702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25369, "tnode_": 27084, "lpoly_": null, "rpoly_": null, "length": 469.37303612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220166, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 954, "Shape__Length": 186.99638098545549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184087019782694, 39.919841180901997 ], [ -75.1843775777579, 39.918572264030402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25386, "tnode_": 27012, "lpoly_": null, "rpoly_": null, "length": 469.42758399000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220167, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 955, "Shape__Length": 187.01893259093913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182513888965801, 39.919638064298702 ], [ -75.182795339274804, 39.918367779139302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25508, "tnode_": 25494, "lpoly_": null, "rpoly_": null, "length": 450.2672528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 2100, "r_hundred": 0, "seg_id": 220168, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 956, "Shape__Length": 178.71589463797307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182823285388693, 39.918241646073596 ], [ -75.184405148031303, 39.918451858969597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25527, "tnode_": 25508, "lpoly_": null, "rpoly_": null, "length": 547.124707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 2000, "r_hundred": 0, "seg_id": 220169, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 957, "Shape__Length": 217.16006467698858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902487186898, 39.917980332553803 ], [ -75.182823285388693, 39.918241646073596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25537, "tnode_": 25527, "lpoly_": null, "rpoly_": null, "length": 450.57586907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1900, "r_hundred": 0, "seg_id": 220170, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 958, "Shape__Length": 178.83379834048816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179315684924305, 39.917788020000302 ], [ -75.180902487186898, 39.917980332553803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25728, "tnode_": 25725, "lpoly_": null, "rpoly_": null, "length": 527.91510158000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 75000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220171, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOCKER ST", "stname": "STOCKER ST", "objectid": 959, "Shape__Length": 209.55588283239601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176281028859904, 39.9158360065802 ], [ -75.176636222081399, 39.915703114039097 ], [ -75.178101315137596, 39.915899381595899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25282, "tnode_": 25399, "lpoly_": null, "rpoly_": null, "length": 456.40886210999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 48880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220174, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 960, "Shape__Length": 181.83621240319565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181237128172299, 39.920746932935501 ], [ -75.181504480680601, 39.919511059476697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25293, "tnode_": 25410, "lpoly_": null, "rpoly_": null, "length": 461.27353968, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 961, "Shape__Length": 183.7751055243213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180316984231098, 39.920629069967703 ], [ -75.180579408239296, 39.919379041067401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25303, "tnode_": 25418, "lpoly_": null, "rpoly_": null, "length": 454.01803636, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 36220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220176, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 962, "Shape__Length": 180.88240156548781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179530803405498, 39.920529557850301 ], [ -75.179801724827001, 39.919300801892902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25410, "tnode_": 27013, "lpoly_": null, "rpoly_": null, "length": 466.22087240999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220177, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 963, "Shape__Length": 185.73895420812605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180579408239296, 39.919379041067401 ], [ -75.180870462966695, 39.918118979908797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25550, "tnode_": 25668, "lpoly_": null, "rpoly_": null, "length": 465.12619678, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220178, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 964, "Shape__Length": 185.30038464814172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177735406222595, 39.9175847879293 ], [ -75.178009826239503, 39.9163255635466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25668, "tnode_": 25725, "lpoly_": null, "rpoly_": null, "length": 157.35710816, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2819, "r_f_add": 2800, "r_t_add": 2818, "st_code": 88140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 965, "Shape__Length": 62.688502854660804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178009826239503, 39.9163255635466 ], [ -75.178101315137596, 39.915899381595899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25725, "tnode_": 25766, "lpoly_": null, "rpoly_": null, "length": 148.80894023, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2821, "l_t_add": 2839, "r_f_add": 2820, "r_t_add": 2838, "st_code": 88140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220180, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 966, "Shape__Length": 59.282959605489999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178101315137596, 39.915899381595899 ], [ -75.178185961460798, 39.915496115638298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25766, "tnode_": 25807, "lpoly_": null, "rpoly_": null, "length": 159.69827919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2841, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 88140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220181, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 967, "Shape__Length": 63.621418743343085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178185961460798, 39.915496115638298 ], [ -75.178271530695397, 39.915062703533501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25439, "tnode_": 27015, "lpoly_": null, "rpoly_": null, "length": 468.47733687, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220183, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 968, "Shape__Length": 186.64035740513063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177440366566501, 39.918979558932797 ], [ -75.177708866180197, 39.917710255924597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25276, "tnode_": 25263, "lpoly_": null, "rpoly_": null, "length": 227.99459982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2068, "l_t_add": 2098, "r_f_add": 2069, "r_t_add": 2099, "st_code": 65360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220184, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 969, "Shape__Length": 90.495244727099362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181420244927196, 39.920781675850698 ], [ -75.1822230433648, 39.920879813484099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25282, "tnode_": 25276, "lpoly_": null, "rpoly_": null, "length": 52.8982286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2038, "l_t_add": 2066, "r_f_add": 2039, "r_t_add": 2067, "st_code": 65360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220185, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 970, "Shape__Length": 20.998980853421294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181237128172299, 39.920746932935501 ], [ -75.181420244927196, 39.920781675850698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25285, "tnode_": 25282, "lpoly_": null, "rpoly_": null, "length": 96.28366626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2024, "l_t_add": 2036, "r_f_add": 2025, "r_t_add": 2037, "st_code": 65360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220186, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 971, "Shape__Length": 38.215423312004489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180896643535604, 39.920713313078501 ], [ -75.181237128172299, 39.920746932935501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25293, "tnode_": 25285, "lpoly_": null, "rpoly_": null, "length": 165.45800902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2022, "r_f_add": 2001, "r_t_add": 2023, "st_code": 65360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220187, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 972, "Shape__Length": 65.675728536801074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180316984231098, 39.920629069967703 ], [ -75.180896643535604, 39.920713313078501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25300, "tnode_": 25293, "lpoly_": null, "rpoly_": null, "length": 157.01652101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1934, "l_t_add": 1998, "r_f_add": 1935, "r_t_add": 1999, "st_code": 65360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220188, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 973, "Shape__Length": 62.323028248591548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179764687948804, 39.920558741610598 ], [ -75.180316984231098, 39.920629069967703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25303, "tnode_": 25300, "lpoly_": null, "rpoly_": null, "length": 66.45763336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1924, "l_t_add": 1932, "r_f_add": 1925, "r_t_add": 1933, "st_code": 65360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220189, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 974, "Shape__Length": 26.378249391893608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179530803405498, 39.920529557850301 ], [ -75.179764687948804, 39.920558741610598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25307, "tnode_": 25303, "lpoly_": null, "rpoly_": null, "length": 73.77256256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1916, "l_t_add": 1922, "r_f_add": 1917, "r_t_add": 1923, "st_code": 65360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220190, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 975, "Shape__Length": 29.281524765479617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179271014438896, 39.920497936743899 ], [ -75.179530803405498, 39.920529557850301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25311, "tnode_": 25307, "lpoly_": null, "rpoly_": null, "length": 151.26953645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 65360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220191, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 976, "Shape__Length": 60.042986119060089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178740276034503, 39.920424205174001 ], [ -75.179271014438896, 39.920497936743899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25318, "tnode_": 25311, "lpoly_": null, "rpoly_": null, "length": 223.18109666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1819, "r_t_add": 1899, "st_code": 65360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 977, "Shape__Length": 88.586000079055395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177956635685405, 39.9203180013576 ], [ -75.178740276034503, 39.920424205174001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25326, "tnode_": 25318, "lpoly_": null, "rpoly_": null, "length": 223.06824726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1817, "st_code": 65360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 978, "Shape__Length": 88.538174994488799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177170064565402, 39.920227611228597 ], [ -75.177956635685405, 39.9203180013576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25386, "tnode_": 25369, "lpoly_": null, "rpoly_": null, "length": 447.41020419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 72740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220194, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 979, "Shape__Length": 177.5844282824105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182513888965801, 39.919638064298702 ], [ -75.184087019782694, 39.919841180901997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25777, "tnode_": 25836, "lpoly_": null, "rpoly_": null, "length": 220.81166958, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2825, "l_t_add": 2899, "r_f_add": 2836, "r_t_add": 2898, "st_code": 88120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220200, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 980, "Shape__Length": 87.969109647525897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175935569123396, 39.915381528791599 ], [ -75.175923603360204, 39.915235891544199 ], [ -75.176015470960294, 39.914781133042098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25684, "tnode_": 25858, "lpoly_": null, "rpoly_": null, "length": 601.44774623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 75880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 981, "Shape__Length": 239.60917073378076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173913683532106, 39.916188620123897 ], [ -75.174228215487105, 39.914555430514497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25836, "tnode_": 25939, "lpoly_": null, "rpoly_": null, "length": 463.26235218, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88120, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220202, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 982, "Shape__Length": 184.55032682537441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176015470960294, 39.914781133042098 ], [ -75.176288654161297, 39.913526938293401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25844, "tnode_": 25944, "lpoly_": null, "rpoly_": null, "length": 460.19377667999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 73100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220203, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 983, "Shape__Length": 183.3278084880551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175397527967206, 39.914700484135899 ], [ -75.175668089113998, 39.913454492225902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25858, "tnode_": 25954, "lpoly_": null, "rpoly_": null, "length": 464.30057168000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 75880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 984, "Shape__Length": 184.96733107290405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174228215487105, 39.914555430514497 ], [ -75.174472836192606, 39.913294862710103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25717, "tnode_": 25852, "lpoly_": null, "rpoly_": null, "length": 481.86933124000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220205, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 985, "Shape__Length": 191.96905039734034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174540206477204, 39.915931206377302 ], [ -75.1748022806363, 39.9146238979408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25862, "tnode_": 25926, "lpoly_": null, "rpoly_": null, "length": 298.99091244, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 23760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220206, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 986, "Shape__Length": 119.11062940594358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177957824802107, 39.914584660207097 ], [ -75.178125338142095, 39.913774091678597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25852, "tnode_": 25949, "lpoly_": null, "rpoly_": null, "length": 460.52695489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220207, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 987, "Shape__Length": 183.46050506640802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1748022806363, 39.9146238979408 ], [ -75.175071833555606, 39.913376849287303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25823, "tnode_": 25932, "lpoly_": null, "rpoly_": null, "length": 456.22912997000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2911, "l_t_add": 2999, "r_f_add": 2910, "r_t_add": 2998, "st_code": 88140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220208, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 988, "Shape__Length": 181.73317588270058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177182813712804, 39.914899825297603 ], [ -75.177261050162599, 39.914783049951097 ], [ -75.177305107341297, 39.9146624018125 ], [ -75.177509549411397, 39.913679246500699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25926, "tnode_": 25913, "lpoly_": null, "rpoly_": null, "length": 383.68910286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 65200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220209, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 989, "Shape__Length": 152.3147868760625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178125338142095, 39.913774091678597 ], [ -75.179127013130596, 39.913894383808 ], [ -75.179306904035101, 39.913940990310202 ], [ -75.1794284232666, 39.914026046763901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25932, "tnode_": 25926, "lpoly_": null, "rpoly_": null, "length": 176.16006930999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 65200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220210, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 990, "Shape__Length": 69.917719024022887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177509549411397, 39.913679246500699 ], [ -75.178125338142095, 39.913774091678597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25934, "tnode_": 25932, "lpoly_": null, "rpoly_": null, "length": 168.79297521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 65200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220211, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 991, "Shape__Length": 66.990270164961558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176915635179597, 39.913604843647803 ], [ -75.177509549411397, 39.913679246500699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25939, "tnode_": 25934, "lpoly_": null, "rpoly_": null, "length": 178.15360759000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1715, "st_code": 65200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220212, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 992, "Shape__Length": 70.705108389288938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176288654161297, 39.913526938293401 ], [ -75.176915635179597, 39.913604843647803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25944, "tnode_": 25939, "lpoly_": null, "rpoly_": null, "length": 176.06817708999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1636, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 65200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220213, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 993, "Shape__Length": 69.876563905282012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175668089113998, 39.913454492225902 ], [ -75.176288654161297, 39.913526938293401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25949, "tnode_": 25944, "lpoly_": null, "rpoly_": null, "length": 169.63461631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1634, "r_f_add": 1601, "r_t_add": 1635, "st_code": 65200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220214, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 994, "Shape__Length": 67.324614456252661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175071833555606, 39.913376849287303 ], [ -75.175668089113998, 39.913454492225902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25954, "tnode_": 25949, "lpoly_": null, "rpoly_": null, "length": 170.66300031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 65200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220215, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 995, "Shape__Length": 67.73344020969563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174472836192606, 39.913294862710103 ], [ -75.175071833555606, 39.913376849287303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25959, "tnode_": 25954, "lpoly_": null, "rpoly_": null, "length": 178.56899439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 65200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220216, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 996, "Shape__Length": 70.869440109491009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173844163304295, 39.913217895170597 ], [ -75.174472836192606, 39.913294862710103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25963, "tnode_": 25959, "lpoly_": null, "rpoly_": null, "length": 164.82804069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1436, "l_t_add": 1498, "r_f_add": 1437, "r_t_add": 1499, "st_code": 65200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 997, "Shape__Length": 65.416422820465613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173264424586705, 39.913144203514001 ], [ -75.173844163304295, 39.913217895170597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25869, "tnode_": 25959, "lpoly_": null, "rpoly_": null, "length": 461.61202458000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220218, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 998, "Shape__Length": 183.89189810341983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173570924373095, 39.914467488660797 ], [ -75.173844163304295, 39.913217895170597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26076, "tnode_": 26149, "lpoly_": null, "rpoly_": null, "length": 251.39576321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3100, "r_t_add": 3164, "st_code": 19160, "l_hundred": 0, "r_hundred": 3100, "seg_id": 220220, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 999, "Shape__Length": 100.13925288619545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172766022256198, 39.911851395255802 ], [ -75.172949196402897, 39.911175851586201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26149, "tnode_": 26178, "lpoly_": null, "rpoly_": null, "length": 201.46021355, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3166, "r_t_add": 3198, "st_code": 19160, "l_hundred": 0, "r_hundred": 3100, "seg_id": 220221, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1000, "Shape__Length": 80.256945735926237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172949196402897, 39.911175851586201 ], [ -75.173028172066495, 39.910626171806598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26178, "tnode_": 26188, "lpoly_": null, "rpoly_": null, "length": 38.51021918, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220222, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1001, "Shape__Length": 15.339992519188291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173028172066495, 39.910626171806598 ], [ -75.173054466123304, 39.910522413668801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26188, "tnode_": 26287, "lpoly_": null, "rpoly_": null, "length": 453.21732161, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3200, "r_t_add": 3298, "st_code": 19160, "l_hundred": 0, "r_hundred": 3200, "seg_id": 220223, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1002, "Shape__Length": 180.54109201707416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173054466123304, 39.910522413668801 ], [ -75.173295726878806, 39.909292225114903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26183, "tnode_": 26178, "lpoly_": null, "rpoly_": null, "length": 96.26008192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 26420, "l_hundred": 0, "r_hundred": 0, "seg_id": 220224, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 1003, "Shape__Length": 38.20158230433352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172689199908604, 39.910585122473996 ], [ -75.173028172066495, 39.910626171806598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26287, "tnode_": 26365, "lpoly_": null, "rpoly_": null, "length": 465.02516097, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3300, "r_t_add": 3398, "st_code": 19160, "l_hundred": 0, "r_hundred": 3300, "seg_id": 220225, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1004, "Shape__Length": 185.23624095638516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173295726878806, 39.909292225114903 ], [ -75.1735800047352, 39.908034584120102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26365, "tnode_": 26412, "lpoly_": null, "rpoly_": null, "length": 460.10800754000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3400, "r_t_add": 3498, "st_code": 19160, "l_hundred": 0, "r_hundred": 3400, "seg_id": 220226, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1005, "Shape__Length": 183.2774581812011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1735800047352, 39.908034584120102 ], [ -75.173838906935103, 39.906787365673601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26412, "tnode_": 26442, "lpoly_": null, "rpoly_": null, "length": 497.22361453999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3500, "r_t_add": 3598, "st_code": 19160, "l_hundred": 0, "r_hundred": 3500, "seg_id": 220227, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1006, "Shape__Length": 198.05456867405312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173838906935103, 39.906787365673601 ], [ -75.1741435790086, 39.9054427422153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26084, "tnode_": 26183, "lpoly_": null, "rpoly_": null, "length": 428.38099231000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220233, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1007, "Shape__Length": 170.6362478938839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172370482833202, 39.911735184883099 ], [ -75.172689199908604, 39.910585122473996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25110, "tnode_": 25170, "lpoly_": null, "rpoly_": null, "length": 158.41313856, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2514, "st_code": 88350, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220236, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 1008, "Shape__Length": 63.11595848368318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193617667246599, 39.922350446958902 ], [ -75.193700984683204, 39.921920340447699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25096, "tnode_": 25156, "lpoly_": null, "rpoly_": null, "length": 140.50294442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 29080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 1009, "Shape__Length": 55.952610890523069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194669924364305, 39.922426572668599 ], [ -75.194753853147901, 39.922371529049201 ], [ -75.194790219203497, 39.922244620692503 ], [ -75.194809526718501, 39.922074417195901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25119, "tnode_": 25110, "lpoly_": null, "rpoly_": null, "length": 144.69189315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 65360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1010, "Shape__Length": 57.431915588258384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193107934289799, 39.922289355894499 ], [ -75.193617667246599, 39.922350446958902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25156, "tnode_": 25181, "lpoly_": null, "rpoly_": null, "length": 92.8071724, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2549, "r_f_add": 2500, "r_t_add": 2548, "st_code": 29080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 1011, "Shape__Length": 36.97605554435205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194809526718501, 39.922074417195901 ], [ -75.194863183014306, 39.921823021654603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25188, "tnode_": 25181, "lpoly_": null, "rpoly_": null, "length": 146.8134726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 81280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTER ST", "stname": "WALTER ST", "objectid": 1012, "Shape__Length": 58.27533565735785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194348006745201, 39.921751727957002 ], [ -75.194863183014306, 39.921823021654603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25170, "tnode_": 25156, "lpoly_": null, "rpoly_": null, "length": 315.95141959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 32040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220241, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERNEST ST", "stname": "ERNEST ST", "objectid": 1013, "Shape__Length": 125.41254515574578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193700984683204, 39.921920340447699 ], [ -75.194809526718501, 39.922074417195901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25335, "tnode_": 25326, "lpoly_": null, "rpoly_": null, "length": 228.09072308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1719, "r_t_add": 1799, "st_code": 65360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220244, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1014, "Shape__Length": 90.534708228615031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176369442824594, 39.920117960985898 ], [ -75.177170064565402, 39.920227611228597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25326, "tnode_": 25439, "lpoly_": null, "rpoly_": null, "length": 460.92112768000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1015, "Shape__Length": 183.63247514908505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177170064565402, 39.920227611228597 ], [ -75.177440366566501, 39.918979558932797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26367, "tnode_": 26365, "lpoly_": null, "rpoly_": null, "length": 96.57631854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 40980, "l_hundred": 0, "r_hundred": 0, "seg_id": 220250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1016, "Shape__Length": 38.323105302854671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173237056922801, 39.908011529229903 ], [ -75.1735800047352, 39.908034584120102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25964, "tnode_": 26121, "lpoly_": null, "rpoly_": null, "length": 1039.8101149099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2134, "r_f_add": 2001, "r_t_add": 2133, "st_code": 64080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1017, "Shape__Length": 413.33750201661167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181949319065197, 39.913193000836202 ], [ -75.182790551978698, 39.912765110251499 ], [ -75.183934858783701, 39.911951435173599 ], [ -75.184732558806701, 39.911323208833998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26081, "tnode_": 26145, "lpoly_": null, "rpoly_": null, "length": 298.24321726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3183, "r_f_add": 3100, "r_t_add": 3168, "st_code": 78780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S UBER ST", "stname": "S UBER ST", "objectid": 1018, "Shape__Length": 118.80891046606354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181297176765398, 39.911932482225701 ], [ -75.181458822413006, 39.911123284866797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26145, "tnode_": 26222, "lpoly_": null, "rpoly_": null, "length": 276.94945315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3185, "l_t_add": 3199, "r_f_add": 3170, "r_t_add": 3198, "st_code": 78780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S UBER ST", "stname": "S UBER ST", "objectid": 1019, "Shape__Length": 110.32240661764648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181458822413006, 39.911123284866797 ], [ -75.181627301613005, 39.910374175754697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26220, "tnode_": 26212, "lpoly_": null, "rpoly_": null, "length": 102.05998684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1617, "st_code": 34710, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 1020, "Shape__Length": 40.508886720456843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175977384647496, 39.910286384313601 ], [ -75.176330153428694, 39.910354886577899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25091, "tnode_": 25547, "lpoly_": null, "rpoly_": null, "length": 3776.7386718100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3599, "r_f_add": 3000, "r_t_add": 3598, "st_code": 89040, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220261, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 1021, "Shape__Length": 1500.2747810562448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220511172187003, 39.923250889400599 ], [ -75.220268549137501, 39.923033893860598 ], [ -75.215649105061203, 39.921150842343899 ], [ -75.215313330620404, 39.921019991256998 ], [ -75.212868839103905, 39.920021760758203 ], [ -75.208703491552598, 39.918307807431198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25451, "tnode_": 25685, "lpoly_": null, "rpoly_": null, "length": 2232.77487053, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3001, "l_t_add": 3221, "r_f_add": 3000, "r_t_add": 3198, "st_code": 89080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220262, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1022, "Shape__Length": 886.94376420692788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222774547830397, 39.919927670680998 ], [ -75.216406893018501, 39.917323047322199 ], [ -75.216042320865, 39.917144701435099 ], [ -75.215825748953307, 39.916965612534902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25547, "tnode_": 25685, "lpoly_": null, "rpoly_": null, "length": 2056.7538364799998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6100, "l_t_add": 6298, "r_f_add": 6101, "r_t_add": 6299, "st_code": 63240, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220263, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1023, "Shape__Length": 816.42853876740548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208703491552598, 39.918307807431198 ], [ -75.215825748953307, 39.916965612534902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25955, "tnode_": 26433, "lpoly_": null, "rpoly_": null, "length": 2895.7074497199997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWITCH", "st_type": "DR", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6700, "l_t_add": 6998, "r_f_add": 6701, "r_t_add": 6999, "st_code": 60235, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWITCH DR", "stname": "NORWITCH DR", "objectid": 1024, "Shape__Length": 1152.7369954118749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223626840171406, 39.9143493582947 ], [ -75.227491366492501, 39.907606433046297 ], [ -75.227612029935599, 39.907472806617903 ], [ -75.227827316796393, 39.907356986117897 ], [ -75.228077870642693, 39.907265326465399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26524, "tnode_": 26613, "lpoly_": null, "rpoly_": null, "length": 3042.85284318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7898, "r_f_add": 7001, "r_t_add": 7899, "st_code": 32200, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 220266, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1025, "Shape__Length": 1211.0560760594738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225009956423506, 39.901980572342801 ], [ -75.225927630460504, 39.898752534774502 ], [ -75.226138609571393, 39.898330910642898 ], [ -75.226360503839302, 39.8980537070087 ], [ -75.2282929902196, 39.895918754643702 ], [ -75.229540309545698, 39.894554773961701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25592, "tnode_": 25645, "lpoly_": null, "rpoly_": null, "length": 241.37014962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2712, "r_t_add": 2738, "st_code": 24360, "l_hundred": 0, "r_hundred": 2700, "seg_id": 220267, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 1026, "Shape__Length": 96.11305630744971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177041393121002, 39.917135508809402 ], [ -75.177136514290595, 39.917097281581 ], [ -75.177191058906402, 39.916859044216203 ], [ -75.177235028450397, 39.916608726622201 ], [ -75.177180007953496, 39.916534503628199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25248, "tnode_": 25369, "lpoly_": null, "rpoly_": null, "length": 460.01922278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220268, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 1027, "Shape__Length": 183.27880062435744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183846446867307, 39.921089744847599 ], [ -75.183850498949695, 39.921002584331298 ], [ -75.184087019782694, 39.919841180901997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25750, "tnode_": 25844, "lpoly_": null, "rpoly_": null, "length": 354.57371100999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 73100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220270, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1028, "Shape__Length": 141.25660100450003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175219482554695, 39.9156626886897 ], [ -75.175221901340905, 39.915516273333303 ], [ -75.175397527967206, 39.914700484135899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25110, "tnode_": 25096, "lpoly_": null, "rpoly_": null, "length": 297.45658003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 65360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220271, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1029, "Shape__Length": 118.06446076440523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193617667246599, 39.922350446958902 ], [ -75.194167766837694, 39.9224132031583 ], [ -75.194435419790295, 39.922437414123799 ], [ -75.194669924364305, 39.922426572668599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26027, "tnode_": 26215, "lpoly_": null, "rpoly_": null, "length": 1241.5804468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3499, "r_f_add": 3200, "r_t_add": 3498, "st_code": 89240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1030, "Shape__Length": 493.11920501786199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221638718901104, 39.913558956755502 ], [ -75.221485786595494, 39.913517527639598 ], [ -75.217716196870697, 39.911983025176603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25922, "tnode_": 25975, "lpoly_": null, "rpoly_": null, "length": 943.0026895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6500, "l_t_add": 6698, "r_f_add": 0, "r_t_add": 0, "st_code": 32200, "l_hundred": 6500, "r_hundred": 0, "seg_id": 220274, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1031, "Shape__Length": 375.33449742142045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220079156223704, 39.916156372069302 ], [ -75.220436568027097, 39.916041462456299 ], [ -75.220712350826503, 39.915881329142202 ], [ -75.220945773684804, 39.915651002743601 ], [ -75.221117831452304, 39.915377767385401 ], [ -75.221516447928195, 39.913982503553498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26027, "tnode_": 26298, "lpoly_": null, "rpoly_": null, "length": 2007.9317755900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6702, "l_t_add": 6794, "r_f_add": 0, "r_t_add": 0, "st_code": 32200, "l_hundred": 6700, "r_hundred": 0, "seg_id": 220275, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1032, "Shape__Length": 799.80018194732304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221638718901104, 39.913558956755502 ], [ -75.223198363480506, 39.9081793722764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26298, "tnode_": 26524, "lpoly_": null, "rpoly_": null, "length": 2314.5997851000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6796, "l_t_add": 6998, "r_f_add": 6801, "r_t_add": 6999, "st_code": 32200, "l_hundred": 6700, "r_hundred": 6800, "seg_id": 220276, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1033, "Shape__Length": 921.871736522025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223198363480506, 39.9081793722764 ], [ -75.225009956423506, 39.901980572342801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26238, "tnode_": 26433, "lpoly_": null, "rpoly_": null, "length": 1537.8792498300002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3033, "l_t_add": 3199, "r_f_add": 3032, "r_t_add": 3198, "st_code": 89330, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220280, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1034, "Shape__Length": 612.25464020503227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230346284486203, 39.911108610584897 ], [ -75.228077870642693, 39.907265326465399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26463, "tnode_": 26460, "lpoly_": null, "rpoly_": null, "length": 118.70356858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220281, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1035, "Shape__Length": 47.200260513245709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194139746142994, 39.9048459421902 ], [ -75.193851552931804, 39.905084520342598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26463, "tnode_": 26517, "lpoly_": null, "rpoly_": null, "length": 2163.5281909800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220282, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1036, "Shape__Length": 859.14911938744467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194139746142994, 39.9048459421902 ], [ -75.194200029346007, 39.904761994995397 ], [ -75.194378411340693, 39.904638253106803 ], [ -75.195208354247896, 39.904642542688698 ], [ -75.195613501262898, 39.904601435535703 ], [ -75.196081436602597, 39.9044998347145 ], [ -75.196309349524697, 39.9044464790639 ], [ -75.196873155903901, 39.9042865810598 ], [ -75.200787912865593, 39.902489356956998 ], [ -75.2009815743979, 39.902578488720501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26398, "tnode_": 26431, "lpoly_": null, "rpoly_": null, "length": 610.03953187000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 64080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220284, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1037, "Shape__Length": 242.34934461518614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190076572796798, 39.907529668015997 ], [ -75.190695848729902, 39.907225537768703 ], [ -75.1911303992337, 39.907010211228403 ], [ -75.191898995023394, 39.9066162270747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26431, "tnode_": 26451, "lpoly_": null, "rpoly_": null, "length": 685.72329032000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 64080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220285, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1038, "Shape__Length": 272.38000043669223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191898995023394, 39.9066162270747 ], [ -75.192213897828097, 39.906472241802398 ], [ -75.193792178433299, 39.905738155476499 ], [ -75.193990694884405, 39.90564241501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26185, "tnode_": 26176, "lpoly_": null, "rpoly_": null, "length": 203.57275966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 40980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-09-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1039, "Shape__Length": 80.860731876971471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185516141536795, 39.910732644486998 ], [ -75.185823413125306, 39.9106421965556 ], [ -75.186144713240196, 39.910821404197002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25329, "tnode_": 25421, "lpoly_": null, "rpoly_": null, "length": 92.89045544, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2550, "r_t_add": 2598, "st_code": 88310, "l_hundred": 0, "r_hundred": 2500, "seg_id": 220290, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1040, "Shape__Length": 37.010111025437801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191066130051198, 39.919326541102798 ], [ -75.191032806751593, 39.9190728391535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25245, "tnode_": 25421, "lpoly_": null, "rpoly_": null, "length": 841.16741959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 0, "r_t_add": 0, "st_code": 88310, "l_hundred": 2500, "r_hundred": 0, "seg_id": 220291, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1041, "Shape__Length": 335.12646181643072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1905371989358, 39.921350190459201 ], [ -75.190858766430196, 39.919892010235401 ], [ -75.191032806751593, 39.9190728391535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25329, "tnode_": 25219, "lpoly_": null, "rpoly_": null, "length": 948.40561177000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88310, "l_hundred": 0, "r_hundred": 0, "seg_id": 220292, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1042, "Shape__Length": 377.52116010065771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191066130051198, 39.919326541102798 ], [ -75.190844536045304, 39.9208855262019 ], [ -75.190886168473199, 39.921038500646098 ], [ -75.1910062674431, 39.921205389899001 ], [ -75.191137002927405, 39.9212995346656 ], [ -75.191394014740894, 39.921396497989299 ], [ -75.191575306125699, 39.9214066250101 ], [ -75.191821695562894, 39.921396971854698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25597, "tnode_": 25622, "lpoly_": null, "rpoly_": null, "length": 82.68374435, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88080, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220293, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1043, "Shape__Length": 32.940914436861988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173029486030202, 39.916973786659703 ], [ -75.173072408007002, 39.916749228393002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25622, "tnode_": 25644, "lpoly_": null, "rpoly_": null, "length": 94.8133868, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220294, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1044, "Shape__Length": 37.772367951056353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173072408007002, 39.916749228393002 ], [ -75.1731276564349, 39.916492453878597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25728, "tnode_": 25753, "lpoly_": null, "rpoly_": null, "length": 102.77597557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 2823, "r_f_add": 2810, "r_t_add": 2834, "st_code": 88120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220295, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1045, "Shape__Length": 40.911542587322273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176281028859904, 39.9158360065802 ], [ -75.176106152183706, 39.915588083725702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25753, "tnode_": 25777, "lpoly_": null, "rpoly_": null, "length": 89.170156580000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88120, "l_hundred": 0, "r_hundred": 0, "seg_id": 220296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1046, "Shape__Length": 35.486990767443778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176106152183706, 39.915588083725702 ], [ -75.175935569123396, 39.915381528791599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25823, "tnode_": 25815, "lpoly_": null, "rpoly_": null, "length": 130.41440022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 17580, "l_hundred": 0, "r_hundred": 0, "seg_id": 220297, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1047, "Shape__Length": 51.768101814490727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177182813712804, 39.914899825297603 ], [ -75.177631897079806, 39.9149924608775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25815, "tnode_": 25807, "lpoly_": null, "rpoly_": null, "length": 181.40775124000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 17580, "l_hundred": 0, "r_hundred": 0, "seg_id": 220298, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1048, "Shape__Length": 71.997106336302821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177631897079806, 39.9149924608775 ], [ -75.177705992555801, 39.914993707915798 ], [ -75.178271530695397, 39.915062703533501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25807, "tnode_": 25846, "lpoly_": null, "rpoly_": null, "length": 134.61202526, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2909, "r_f_add": 2900, "r_t_add": 2908, "st_code": 88140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220299, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1049, "Shape__Length": 53.622982830228743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178271530695397, 39.915062703533501 ], [ -75.178370049591607, 39.914701047472803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25846, "tnode_": 25881, "lpoly_": null, "rpoly_": null, "length": 103.83958675, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88140, "l_hundred": 0, "r_hundred": 0, "seg_id": 220300, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1050, "Shape__Length": 41.368196318227859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178370049591607, 39.914701047472803 ], [ -75.178421904458204, 39.914418805134403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25896, "tnode_": 25913, "lpoly_": null, "rpoly_": null, "length": 81.527668, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1051, "Shape__Length": 32.449493376655127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179574283005493, 39.914219625208297 ], [ -75.1794284232666, 39.914026046763901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25604, "tnode_": 25622, "lpoly_": null, "rpoly_": null, "length": 198.84715671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1425, "r_t_add": 1499, "st_code": 57340, "l_hundred": 0, "r_hundred": 1400, "seg_id": 220303, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1052, "Shape__Length": 78.942666805211019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172397300753303, 39.916898078190101 ], [ -75.172587189639998, 39.9168905139719 ], [ -75.173072408007002, 39.916749228393002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25689, "tnode_": 25720, "lpoly_": null, "rpoly_": null, "length": 173.02582445000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1617, "st_code": 57340, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220304, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1053, "Shape__Length": 68.719713778621497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174843676869003, 39.916089675149401 ], [ -75.175395827745405, 39.915877935544003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25720, "tnode_": 25753, "lpoly_": null, "rpoly_": null, "length": 225.49934303000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1619, "r_t_add": 1699, "st_code": 57340, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220305, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1054, "Shape__Length": 89.567291573759761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175395827745405, 39.915877935544003 ], [ -75.176106152183706, 39.915588083725702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25753, "tnode_": 25790, "lpoly_": null, "rpoly_": null, "length": 316.0663519, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1701, "r_t_add": 1733, "st_code": 57340, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220306, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1055, "Shape__Length": 125.52894419515884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176106152183706, 39.915588083725702 ], [ -75.177115140482002, 39.915201891311398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25790, "tnode_": 25815, "lpoly_": null, "rpoly_": null, "length": 163.80645359, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1735, "r_t_add": 1747, "st_code": 57340, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220307, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1056, "Shape__Length": 65.061953481988525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177115140482002, 39.915201891311398 ], [ -75.177631897079806, 39.9149924608775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25815, "tnode_": 25846, "lpoly_": null, "rpoly_": null, "length": 232.68684783, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1749, "r_t_add": 1799, "st_code": 57340, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220308, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1057, "Shape__Length": 92.416860282267109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177631897079806, 39.9149924608775 ], [ -75.178370049591607, 39.914701047472803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25846, "tnode_": 25896, "lpoly_": null, "rpoly_": null, "length": 380.61374529, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1801, "r_t_add": 1899, "st_code": 57340, "l_hundred": 0, "r_hundred": 1800, "seg_id": 220309, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1058, "Shape__Length": 151.17102391440997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178370049591607, 39.914701047472803 ], [ -75.179574283005493, 39.914219625208297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25644, "tnode_": 25684, "lpoly_": null, "rpoly_": null, "length": 246.70598522, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1500, "r_hundred": 0, "seg_id": 220310, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1059, "Shape__Length": 97.984360382127448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1731276564349, 39.916492453878597 ], [ -75.173913683532106, 39.916188620123897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25717, "tnode_": 25732, "lpoly_": null, "rpoly_": null, "length": 118.66703832, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1606, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1600, "r_hundred": 0, "seg_id": 220311, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1060, "Shape__Length": 47.129488853221552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174540206477204, 39.915931206377302 ], [ -75.174919848115493, 39.915787479434101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25732, "tnode_": 25750, "lpoly_": null, "rpoly_": null, "length": 95.55569678000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1608, "l_t_add": 1630, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1600, "r_hundred": 0, "seg_id": 220312, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1061, "Shape__Length": 37.955339110370851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174919848115493, 39.915787479434101 ], [ -75.175219482554695, 39.9156626886897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25750, "tnode_": 25777, "lpoly_": null, "rpoly_": null, "length": 225.47351288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1600, "r_hundred": 0, "seg_id": 220313, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1062, "Shape__Length": 89.552171375502937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175219482554695, 39.9156626886897 ], [ -75.175935569123396, 39.915381528791599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25823, "tnode_": 25862, "lpoly_": null, "rpoly_": null, "length": 245.85315251, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1800, "r_hundred": 0, "seg_id": 220314, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1063, "Shape__Length": 97.64985425244474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177182813712804, 39.914899825297603 ], [ -75.177957824802107, 39.914584660207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25862, "tnode_": 25881, "lpoly_": null, "rpoly_": null, "length": 143.51742243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1820, "l_t_add": 1826, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1800, "r_hundred": 0, "seg_id": 220315, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1064, "Shape__Length": 56.993922366184279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177957824802107, 39.914584660207097 ], [ -75.178421904458204, 39.914418805134403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25881, "tnode_": 25913, "lpoly_": null, "rpoly_": null, "length": 316.5244954, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1828, "l_t_add": 1898, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1800, "r_hundred": 0, "seg_id": 220316, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1065, "Shape__Length": 125.71182833305033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178421904458204, 39.914418805134403 ], [ -75.1794284232666, 39.914026046763901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25913, "tnode_": 25964, "lpoly_": null, "rpoly_": null, "length": 772.12974660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1900, "r_hundred": 0, "seg_id": 220317, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1066, "Shape__Length": 306.60477480790314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1794284232666, 39.914026046763901 ], [ -75.180489055935098, 39.913590416012198 ], [ -75.181112610644206, 39.9133915252634 ], [ -75.181949319065197, 39.913193000836202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25604, "tnode_": 25644, "lpoly_": null, "rpoly_": null, "length": 258.1870588, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1400, "r_hundred": 0, "seg_id": 220319, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1067, "Shape__Length": 102.60458212044688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172397300753303, 39.916898078190101 ], [ -75.172465052491901, 39.916797118138398 ], [ -75.172943210382698, 39.9165941792632 ], [ -75.1731276564349, 39.916492453878597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25684, "tnode_": 25717, "lpoly_": null, "rpoly_": null, "length": 199.1956034, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1500, "r_hundred": 0, "seg_id": 220320, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1068, "Shape__Length": 79.120687362189273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173913683532106, 39.916188620123897 ], [ -75.174540206477204, 39.915931206377302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25777, "tnode_": 25823, "lpoly_": null, "rpoly_": null, "length": 391.40568745999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 1700, "r_hundred": 0, "seg_id": 220321, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1069, "Shape__Length": 155.451917792182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175935569123396, 39.915381528791599 ], [ -75.176848038225003, 39.915029528551202 ], [ -75.176933168723593, 39.914995813957702 ], [ -75.177182813712804, 39.914899825297603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25609, "tnode_": 25683, "lpoly_": null, "rpoly_": null, "length": 295.10630806999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2713, "l_t_add": 2741, "r_f_add": 0, "r_t_add": 0, "st_code": 73100, "l_hundred": 2700, "r_hundred": 0, "seg_id": 220322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1070, "Shape__Length": 117.52654915871179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440275750105, 39.916927942267002 ], [ -75.1753681429728, 39.916850715766003 ], [ -75.175387168247497, 39.916725700273602 ], [ -75.175470108522205, 39.916346834919104 ], [ -75.175494428231104, 39.916232942379096 ], [ -75.175575117526805, 39.916168558532398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21234, "tnode_": 21216, "lpoly_": null, "rpoly_": null, "length": 561.82970594000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 64820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 1071, "Shape__Length": 223.10270431078578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212396511130805, 39.951820480753099 ], [ -75.214375557826401, 39.952062961490498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25609, "tnode_": 25683, "lpoly_": null, "rpoly_": null, "length": 310.70431241, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2710, "r_t_add": 2750, "st_code": 73100, "l_hundred": 0, "r_hundred": 2700, "seg_id": 220323, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1072, "Shape__Length": 123.70723903271511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440275750105, 39.916927942267002 ], [ -75.175558803314601, 39.916872602775697 ], [ -75.175581707480106, 39.916796091216298 ], [ -75.175636473073496, 39.916557440463698 ], [ -75.175685443893002, 39.916320859858601 ], [ -75.175660635180705, 39.916221268833198 ], [ -75.175575117526805, 39.916168558532398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26251, "tnode_": 26341, "lpoly_": null, "rpoly_": null, "length": 499.88358462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 88120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220324, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-06-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1073, "Shape__Length": 199.12062726629156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1773178366861, 39.909920672089001 ], [ -75.177549331588594, 39.908952770040102 ], [ -75.177640608354196, 39.9085711281013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26194, "tnode_": 26241, "lpoly_": null, "rpoly_": null, "length": 174.31216066, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3171, "l_t_add": 3183, "r_f_add": 3170, "r_t_add": 3184, "st_code": 88120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1074, "Shape__Length": 69.438818989887125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177206886388603, 39.910527765333498 ], [ -75.177296409155701, 39.9100542484654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26241, "tnode_": 26251, "lpoly_": null, "rpoly_": null, "length": 49.02931632, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3186, "r_t_add": 3198, "st_code": 88120, "l_hundred": 0, "r_hundred": 3100, "seg_id": 220326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1075, "Shape__Length": 19.531624104786705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177296409155701, 39.9100542484654 ], [ -75.1773178366861, 39.909920672089001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25421, "tnode_": 26090, "lpoly_": null, "rpoly_": null, "length": 2577.65791438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2601, "l_t_add": 3399, "r_f_add": 2600, "r_t_add": 3398, "st_code": 88310, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220328, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1076, "Shape__Length": 1026.890094093786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191032806751593, 39.9190728391535 ], [ -75.191683657791501, 39.915932953110399 ], [ -75.192522380509999, 39.912090483818403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25896, "tnode_": 25964, "lpoly_": null, "rpoly_": null, "length": 764.4753276, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57340, "l_hundred": 0, "r_hundred": 1900, "seg_id": 220329, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1077, "Shape__Length": 303.66230288102008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179574283005493, 39.914219625208297 ], [ -75.180326947915503, 39.913909120746197 ], [ -75.180466332583606, 39.913856208066598 ], [ -75.181372162415599, 39.913477159441399 ], [ -75.181949319065197, 39.913193000836202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25964, "tnode_": 26206, "lpoly_": null, "rpoly_": null, "length": 997.99116988999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 88180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220330, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1078, "Shape__Length": 397.55606467060937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181949319065197, 39.913193000836202 ], [ -75.182094464599999, 39.9124886018813 ], [ -75.182546530265896, 39.910492327038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26517, "tnode_": 26466, "lpoly_": null, "rpoly_": null, "length": 1741.68499692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1079, "Shape__Length": 692.22542520851425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2009815743979, 39.902578488720501 ], [ -75.200969719964803, 39.902728816575298 ], [ -75.198732237841199, 39.903725652744797 ], [ -75.198414259461998, 39.903992257153099 ], [ -75.198223891409995, 39.904225209746599 ], [ -75.198091718470295, 39.904380395102699 ], [ -75.197958631483303, 39.904559886258397 ], [ -75.197776150515395, 39.904793014662602 ], [ -75.197555357436599, 39.904994879873499 ], [ -75.197411049776903, 39.905052484651002 ], [ -75.197300129356606, 39.9050621783338 ], [ -75.197165766160694, 39.905065268064398 ], [ -75.197071538914003, 39.905051006072398 ], [ -75.196970334082295, 39.905012261409603 ], [ -75.196410440770507, 39.904597400837297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26494, "tnode_": 26524, "lpoly_": null, "rpoly_": null, "length": 823.4328008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3317, "l_t_add": 3399, "r_f_add": 3318, "r_t_add": 3398, "st_code": 89330, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220336, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1080, "Shape__Length": 327.79181053178655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2262259205975, 39.904037875824102 ], [ -75.225009956423506, 39.901980572342801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25263, "tnode_": 25248, "lpoly_": null, "rpoly_": null, "length": 461.71942855999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 65360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220337, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1081, "Shape__Length": 183.26740923670332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1822230433648, 39.920879813484099 ], [ -75.183846446867307, 39.921089744847599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26358, "tnode_": 26398, "lpoly_": null, "rpoly_": null, "length": 409.68230418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3699, "r_f_add": 3500, "r_t_add": 3698, "st_code": 64090, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 220339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 1082, "Shape__Length": 163.03249708147146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189393720352498, 39.9084829128712 ], [ -75.189509456821398, 39.908383671198401 ], [ -75.189844819845703, 39.908067758993901 ], [ -75.190072448026996, 39.907749441096598 ], [ -75.190076572796798, 39.907529668015997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26225, "tnode_": 26246, "lpoly_": null, "rpoly_": null, "length": 227.27382588999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3166, "r_t_add": 3198, "st_code": 88140, "l_hundred": 0, "r_hundred": 3100, "seg_id": 220344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1083, "Shape__Length": 90.328710681706127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178154480901995, 39.910294715987703 ], [ -75.178406263270602, 39.910324528281201 ], [ -75.178451537871496, 39.910089402815501 ], [ -75.178212294835106, 39.910042868883899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26241, "tnode_": 26251, "lpoly_": null, "rpoly_": null, "length": 157.41397762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3185, "l_t_add": 3199, "r_f_add": 0, "r_t_add": 0, "st_code": 88120, "l_hundred": 3100, "r_hundred": 0, "seg_id": 220345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1084, "Shape__Length": 62.534932066488835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177296409155701, 39.9100542484654 ], [ -75.177092216662203, 39.9100268848102 ], [ -75.177122720357602, 39.909907497680301 ], [ -75.1773178366861, 39.909920672089001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25932, "tnode_": 25966, "lpoly_": null, "rpoly_": null, "length": 187.63973932000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 88140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1085, "Shape__Length": 74.749219765284309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177509549411397, 39.913679246500699 ], [ -75.177621780837697, 39.913171453475698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25990, "tnode_": 26030, "lpoly_": null, "rpoly_": null, "length": 136.80341427000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 88140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1086, "Shape__Length": 54.503238780007685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177669200250506, 39.912885979088799 ], [ -75.177666428170596, 39.912510442282098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25939, "tnode_": 25978, "lpoly_": null, "rpoly_": null, "length": 187.86499507, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 88120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1087, "Shape__Length": 74.837519714030975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176288654161297, 39.913526938293401 ], [ -75.176409293514894, 39.913019661168498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26005, "tnode_": 26039, "lpoly_": null, "rpoly_": null, "length": 133.2657276, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 88120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1088, "Shape__Length": 53.087350002459665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176456594688105, 39.912735526125402 ], [ -75.176539351385301, 39.912375288156397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26176, "tnode_": 26237, "lpoly_": null, "rpoly_": null, "length": 291.53668709000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3265, "l_t_add": 3299, "r_f_add": 3266, "r_t_add": 3298, "st_code": 88220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220350, "oneway": "B", "class": 5, "responsibl": "DRPA", "update_": "2011-09-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 1089, "Shape__Length": 116.11685432557486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186144713240196, 39.910821404197002 ], [ -75.186207315445003, 39.910757502547497 ], [ -75.1863705277067, 39.9100482954534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25996, "tnode_": 26035, "lpoly_": null, "rpoly_": null, "length": 131.13626511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 24360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 1090, "Shape__Length": 52.239662744295586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177090005254001, 39.912808911368401 ], [ -75.177167833188904, 39.912453949565801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25934, "tnode_": 25971, "lpoly_": null, "rpoly_": null, "length": 188.56607488, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 24360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 1091, "Shape__Length": 75.117297323096608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176915635179597, 39.913604843647803 ], [ -75.177034096108102, 39.913095306891897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25180, "tnode_": 25185, "lpoly_": null, "rpoly_": null, "length": 45.60061893, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2576, "l_t_add": 2598, "r_f_add": 2577, "r_t_add": 2599, "st_code": 63240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220353, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1092, "Shape__Length": 18.100865165197281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190160378666803, 39.921710209348099 ], [ -75.190319899703795, 39.921686045557202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25143, "tnode_": 25329, "lpoly_": null, "rpoly_": null, "length": 1018.6647484900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2500, "r_t_add": 2548, "st_code": 88310, "l_hundred": 0, "r_hundred": 2500, "seg_id": 220355, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1093, "Shape__Length": 405.84574299936639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190711393470806, 39.922084661742197 ], [ -75.190629316971098, 39.921790499216598 ], [ -75.190615134068807, 39.921747609969501 ], [ -75.190609072187101, 39.921698820177902 ], [ -75.190603467897901, 39.921637876978302 ], [ -75.190597406034399, 39.921589087186 ], [ -75.190601066705895, 39.921491859924402 ], [ -75.190651051882199, 39.921213211442499 ], [ -75.190698520057097, 39.921001406682997 ], [ -75.191066130051198, 39.919326541102798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25944, "tnode_": 25981, "lpoly_": null, "rpoly_": null, "length": 188.1412694, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 73100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1094, "Shape__Length": 74.948320145067569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175668089113998, 39.913454492225902 ], [ -75.175783595083502, 39.912945737158601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26014, "tnode_": 26044, "lpoly_": null, "rpoly_": null, "length": 136.28665841999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 73100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1095, "Shape__Length": 54.291078126739507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175838490876799, 39.912648479283199 ], [ -75.175920535249801, 39.912279728237898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26019, "tnode_": 26048, "lpoly_": null, "rpoly_": null, "length": 135.58327557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 88100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220361, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1096, "Shape__Length": 54.012203309330992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175254397540797, 39.912578197587202 ], [ -75.175326150901, 39.912210128508498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25949, "tnode_": 25986, "lpoly_": null, "rpoly_": null, "length": 189.15881457, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 88100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1097, "Shape__Length": 75.353818836499329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175071833555606, 39.913376849287303 ], [ -75.175186408763807, 39.912865134713101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26031, "tnode_": 26054, "lpoly_": null, "rpoly_": null, "length": 137.27964118999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 75880, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220363, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 1098, "Shape__Length": 54.685355256542465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174638972247195, 39.912498350307601 ], [ -75.174729113160495, 39.912127948284301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25954, "tnode_": 25997, "lpoly_": null, "rpoly_": null, "length": 188.06947208, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 75880, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 1099, "Shape__Length": 74.920235457426131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174472836192606, 39.913294862710103 ], [ -75.174583647928003, 39.912785688747803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26036, "tnode_": 26060, "lpoly_": null, "rpoly_": null, "length": 129.70042531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3051, "l_t_add": 3099, "r_f_add": 3050, "r_t_add": 3098, "st_code": 88080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1100, "Shape__Length": 51.667439831883691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174024640920194, 39.912403283620797 ], [ -75.174101171699107, 39.912052150743499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25959, "tnode_": 26004, "lpoly_": null, "rpoly_": null, "length": 189.18063785000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3049, "r_f_add": 3000, "r_t_add": 3048, "st_code": 88080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1101, "Shape__Length": 75.361221314397241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173844163304295, 39.913217895170597 ], [ -75.173965982895595, 39.912707112960199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25963, "tnode_": 26015, "lpoly_": null, "rpoly_": null, "length": 193.33688233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 21420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 1102, "Shape__Length": 77.016028887512078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173264424586705, 39.913144203514001 ], [ -75.173393656428203, 39.912622882557201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25969, "tnode_": 26076, "lpoly_": null, "rpoly_": null, "length": 439.37535513999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3000, "r_t_add": 3098, "st_code": 19160, "l_hundred": 0, "r_hundred": 3000, "seg_id": 220368, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1103, "Shape__Length": 175.03115644397695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172515118625398, 39.913041875734201 ], [ -75.172643950720897, 39.9124047355225 ], [ -75.172663879440606, 39.912295710280901 ], [ -75.172766022256198, 39.911851395255802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26183, "tnode_": 26288, "lpoly_": null, "rpoly_": null, "length": 492.4319043, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220369, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1104, "Shape__Length": 196.1592626355739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172689199908604, 39.910585122473996 ], [ -75.172955008423799, 39.909360605910898 ], [ -75.172973907819099, 39.909251289903999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26367, "tnode_": 26411, "lpoly_": null, "rpoly_": null, "length": 460.65473998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220372, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1105, "Shape__Length": 183.49348727931724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173237056922801, 39.908011529229903 ], [ -75.173450824477897, 39.907167601006897 ], [ -75.173483131081596, 39.906950942108999 ], [ -75.173489316826306, 39.906764364859498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26414, "tnode_": 26445, "lpoly_": null, "rpoly_": null, "length": 498.95603779000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3500, "r_hundred": 0, "seg_id": 220373, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1106, "Shape__Length": 198.71007478391368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173147728381394, 39.9067134834496 ], [ -75.173163283415604, 39.906614899923703 ], [ -75.173394462086193, 39.905566434761901 ], [ -75.173549834898793, 39.905397628635399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26411, "tnode_": 26445, "lpoly_": null, "rpoly_": null, "length": 498.18141956, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220374, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1107, "Shape__Length": 198.45814970265531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173489316826306, 39.906764364859498 ], [ -75.173535770285397, 39.905603833998498 ], [ -75.173549834898793, 39.905397628635399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26289, "tnode_": 26352, "lpoly_": null, "rpoly_": null, "length": 350.18940597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAUCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 22525, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAUCER ST", "stname": "CHAUCER ST", "objectid": 1108, "Shape__Length": 139.49262532097688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175790451839305, 39.909300205804499 ], [ -75.176009362101098, 39.908353788715701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26686, "tnode_": 27677, "lpoly_": null, "rpoly_": null, "length": 2235.99912111, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1460, "l_t_add": 1498, "r_f_add": 1461, "r_t_add": 1499, "st_code": 1060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220378, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-10-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 1109, "Shape__Length": 888.66218720220945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204426142807506, 39.887425831928198 ], [ -75.203989739445603, 39.887705324586001 ], [ -75.202959477510902, 39.888442657737102 ], [ -75.198851928817206, 39.891446938435799 ], [ -75.198614168859194, 39.891623531282697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26491, "tnode_": 26489, "lpoly_": null, "rpoly_": null, "length": 183.86126245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ZINKOFF", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 86330, "l_hundred": 0, "r_hundred": 0, "seg_id": 220379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ZINKOFF BLVD", "stname": "ZINKOFF BLVD", "objectid": 1110, "Shape__Length": 72.956091045764225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174008163637296, 39.9029201351225 ], [ -75.174410745429299, 39.9029561269274 ], [ -75.174658406200606, 39.902982687528201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26554, "tnode_": 27788, "lpoly_": null, "rpoly_": null, "length": 654.14302491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4000, "r_t_add": 4498, "st_code": 19160, "l_hundred": 0, "r_hundred": 4000, "seg_id": 220381, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1111, "Shape__Length": 260.5468595150079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175549872830899, 39.899166492295102 ], [ -75.175574959283395, 39.8985034681847 ], [ -75.1755063500039, 39.898021460777699 ], [ -75.175636816485095, 39.8973818007304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26489, "tnode_": 26535, "lpoly_": null, "rpoly_": null, "length": 1080.2137496400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3800, "r_t_add": 3998, "st_code": 19160, "l_hundred": 0, "r_hundred": 3800, "seg_id": 220382, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1112, "Shape__Length": 430.2403093975542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174658406200606, 39.902982687528201 ], [ -75.175337208134096, 39.900063813344502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26535, "tnode_": 26546, "lpoly_": null, "rpoly_": null, "length": 252.43351568, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220383, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1113, "Shape__Length": 100.5410944469205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175337208134096, 39.900063813344502 ], [ -75.175485659943902, 39.899380349093398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26537, "tnode_": 26544, "lpoly_": null, "rpoly_": null, "length": 209.32425818, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220384, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1114, "Shape__Length": 83.37152626845905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174663293876307, 39.899910066013398 ], [ -75.174783449051105, 39.899342945402303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28021, "tnode_": 26555, "lpoly_": null, "rpoly_": null, "length": 61.32466221, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220385, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1115, "Shape__Length": 24.426001255891741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174835919217699, 39.899076851954803 ], [ -75.174860346806597, 39.898909562582801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26555, "tnode_": 27786, "lpoly_": null, "rpoly_": null, "length": 588.30851303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 4001, "l_t_add": 4499, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 4000, "r_hundred": 0, "seg_id": 220386, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1999-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1116, "Shape__Length": 234.27151146362505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174860346806597, 39.898909562582801 ], [ -75.174921070593001, 39.898612822741804 ], [ -75.175206554420399, 39.897818758144098 ], [ -75.175401597573995, 39.897351691948998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25683, "tnode_": 25720, "lpoly_": null, "rpoly_": null, "length": 117.2068867, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2743, "l_t_add": 2799, "r_f_add": 2752, "r_t_add": 2798, "st_code": 73100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1117, "Shape__Length": 46.664246854848017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175575117526805, 39.916168558532398 ], [ -75.175395827745405, 39.915877935544003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26509, "tnode_": 28023, "lpoly_": null, "rpoly_": null, "length": 468.97559334, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3801, "l_t_add": 3999, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3800, "r_hundred": 0, "seg_id": 220393, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1118, "Shape__Length": 186.79529358883877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174355764352796, 39.901538226378399 ], [ -75.174396493188496, 39.901233633808999 ], [ -75.174591939268097, 39.900264055209803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26288, "tnode_": 26287, "lpoly_": null, "rpoly_": null, "length": 91.50457259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36460, "l_hundred": 0, "r_hundred": 0, "seg_id": 220395, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2000-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 1119, "Shape__Length": 36.31395817483407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172973907819099, 39.909251289903999 ], [ -75.173295726878806, 39.909292225114903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26136, "tnode_": 26167, "lpoly_": null, "rpoly_": null, "length": 188.38384393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOISE", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 18150, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOISE PL", "stname": "BOISE PL", "objectid": 1120, "Shape__Length": 75.042114031204747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178778540537905, 39.911297155472802 ], [ -75.1788972867799, 39.910788166893298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26153, "tnode_": 26212, "lpoly_": null, "rpoly_": null, "length": 191.75813846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 73100, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1121, "Shape__Length": 76.357423269551802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176131534995406, 39.910845421815502 ], [ -75.176266375136095, 39.9106948649682 ], [ -75.176330153428694, 39.910354886577899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25964, "tnode_": 26012, "lpoly_": null, "rpoly_": null, "length": 824.60924707999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYAMENSING", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 57350, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 220402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYAMENSING RD", "stname": "MOYAMENSING RD", "objectid": 1122, "Shape__Length": 327.2567986833198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181949319065197, 39.913193000836202 ], [ -75.183097511622805, 39.913029703157299 ], [ -75.184083176105304, 39.912942480884503 ], [ -75.184861823320603, 39.912909527581697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26151, "tnode_": 26090, "lpoly_": null, "rpoly_": null, "length": 902.99969025999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2598, "r_f_add": 2401, "r_t_add": 2599, "st_code": 40980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1123, "Shape__Length": 358.50087306909916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189498147341695, 39.911241383604199 ], [ -75.192522380509999, 39.912090483818403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26034, "tnode_": 26173, "lpoly_": null, "rpoly_": null, "length": 812.82170402999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3399, "r_f_add": 3100, "r_t_add": 3398, "st_code": 64090, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 1124, "Shape__Length": 323.52656896758054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185371626584896, 39.912847160687697 ], [ -75.186736380472695, 39.910934778941602 ], [ -75.1867790022403, 39.9108981777728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26425, "tnode_": 26431, "lpoly_": null, "rpoly_": null, "length": 197.39273529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATEWAY", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3600, "r_t_add": 3698, "st_code": 36390, "l_hundred": 0, "r_hundred": 3600, "seg_id": 220405, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "GATEWAY DR", "stname": "GATEWAY DR", "objectid": 1125, "Shape__Length": 78.359577777167146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191236641553203, 39.906634866161099 ], [ -75.191340240358997, 39.906680394465504 ], [ -75.191450020937907, 39.906701090080702 ], [ -75.191713836179304, 39.906615750580698 ], [ -75.191898995023394, 39.9066162270747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25384, "tnode_": 25147, "lpoly_": null, "rpoly_": null, "length": 876.71711903999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 79840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220406, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 1126, "Shape__Length": 348.86912314488683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188256371524702, 39.919762750669904 ], [ -75.189106716625105, 39.920692184458801 ], [ -75.189326279261493, 39.9209222773001 ], [ -75.189814364622606, 39.921407396411603 ], [ -75.190061752615406, 39.921725323996597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25159, "tnode_": 25147, "lpoly_": null, "rpoly_": null, "length": 337.77172916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2564, "r_f_add": 2501, "r_t_add": 2565, "st_code": 63240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220407, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1127, "Shape__Length": 134.09643536336696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188903282701204, 39.921978558479701 ], [ -75.190061752615406, 39.921725323996597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25185, "tnode_": 25219, "lpoly_": null, "rpoly_": null, "length": 434.28320133, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 63240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220408, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1128, "Shape__Length": 172.40046783661057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190319899703795, 39.921686045557202 ], [ -75.190391415908195, 39.9216752125987 ], [ -75.190467120717202, 39.9216637450794 ], [ -75.191096513110296, 39.921535822552798 ], [ -75.191223931879705, 39.921508256995601 ], [ -75.191821695562894, 39.921396971854698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26411, "tnode_": 26412, "lpoly_": null, "rpoly_": null, "length": 98.43626032, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220409, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1129, "Shape__Length": 39.060406646273101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173489316826306, 39.906764364859498 ], [ -75.173584590189094, 39.906771626569999 ], [ -75.173838906935103, 39.906787365673601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26414, "tnode_": 26411, "lpoly_": null, "rpoly_": null, "length": 97.60693946, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220410, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1130, "Shape__Length": 38.735727121586216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173147728381394, 39.9067134834496 ], [ -75.173489316826306, 39.906764364859498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26491, "tnode_": 26509, "lpoly_": null, "rpoly_": null, "length": 512.76370779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220415, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1131, "Shape__Length": 204.2275991305724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174008163637296, 39.9029201351225 ], [ -75.174355764352796, 39.901538226378399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26537, "tnode_": 26535, "lpoly_": null, "rpoly_": null, "length": 284.39942063000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220416, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1132, "Shape__Length": 113.05547827594386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174663293876307, 39.899910066013398 ], [ -75.174807673229793, 39.899780728234703 ], [ -75.174857214003097, 39.899766742016098 ], [ -75.174903491408301, 39.899752681563598 ], [ -75.174952841707395, 39.8997437240888 ], [ -75.175031287300996, 39.8997429697895 ], [ -75.175083427233801, 39.899746657583101 ], [ -75.1752173402582, 39.899815198204301 ], [ -75.175292323934798, 39.899920273818203 ], [ -75.175337208134096, 39.900063813344502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25584, "tnode_": 25689, "lpoly_": null, "rpoly_": null, "length": 404.79389301999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220418, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1133, "Shape__Length": 161.26371866464271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174602853615795, 39.917185303894698 ], [ -75.174843676869003, 39.916089675149401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25689, "tnode_": 25732, "lpoly_": null, "rpoly_": null, "length": 112.13876415, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88100, "l_hundred": 0, "r_hundred": 0, "seg_id": 220419, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1134, "Shape__Length": 44.672430111132606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174843676869003, 39.916089675149401 ], [ -75.174919848115493, 39.915787479434101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25689, "tnode_": 25717, "lpoly_": null, "rpoly_": null, "length": 104.54790203, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88100, "l_hundred": 0, "r_hundred": 0, "seg_id": 220420, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1135, "Shape__Length": 41.544074303548449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174843676869003, 39.916089675149401 ], [ -75.174715306130906, 39.916052590252797 ], [ -75.174540206477204, 39.915931206377302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26296, "tnode_": 26356, "lpoly_": null, "rpoly_": null, "length": 346.80135453000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3399, "r_f_add": 3200, "r_t_add": 3398, "st_code": 75880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 1136, "Shape__Length": 138.14531848757287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175066353029493, 39.909199290565297 ], [ -75.175266536513206, 39.908259841463497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26285, "tnode_": 26348, "lpoly_": null, "rpoly_": null, "length": 350.05542396000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3399, "r_f_add": 3200, "r_t_add": 3398, "st_code": 73100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1137, "Shape__Length": 139.43763039913361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1765060845497, 39.909390880979302 ], [ -75.176736336458603, 39.908446435552897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26296, "tnode_": 26289, "lpoly_": null, "rpoly_": null, "length": 206.43434431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HULSEMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 43960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HULSEMAN ST", "stname": "HULSEMAN ST", "objectid": 1138, "Shape__Length": 81.925952027570276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175066353029493, 39.909199290565297 ], [ -75.175790451839305, 39.909300205804499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26289, "tnode_": 26285, "lpoly_": null, "rpoly_": null, "length": 203.45863434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HULSEMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 43960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HULSEMAN ST", "stname": "HULSEMAN ST", "objectid": 1139, "Shape__Length": 80.743401911781007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175790451839305, 39.909300205804499 ], [ -75.1765060845497, 39.909390880979302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22259, "tnode_": 22240, "lpoly_": null, "rpoly_": null, "length": 455.08691545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 64820, "l_hundred": 0, "r_hundred": 0, "seg_id": 340252, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 1140, "Shape__Length": 180.69232145381818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143643756111601, 39.9428948331851 ], [ -75.145245464005697, 39.943096613784498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26509, "tnode_": 26562, "lpoly_": null, "rpoly_": null, "length": 2437.7395895200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9060, "l_hundred": 0, "r_hundred": 0, "seg_id": 220428, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A", "stname": "DELAWARE EXPY RAMP A", "objectid": 1141, "Shape__Length": 968.36317273410987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174355764352796, 39.901538226378399 ], [ -75.174529584260299, 39.901256757324198 ], [ -75.174675531778703, 39.9009404278166 ], [ -75.174875142075706, 39.9005875557312 ], [ -75.175120264705797, 39.900293484110897 ], [ -75.175284041919696, 39.900139035026598 ], [ -75.175633421435805, 39.899879280207401 ], [ -75.176238484689307, 39.899540119905097 ], [ -75.177415414253403, 39.898977575801403 ], [ -75.178110998845298, 39.898749910650601 ], [ -75.178627954715296, 39.898652035628601 ], [ -75.181341522900496, 39.898434526453002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26555, "tnode_": 26554, "lpoly_": null, "rpoly_": null, "length": 223.06523568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 220429, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 1142, "Shape__Length": 88.582962433733215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174860346806597, 39.898909562582801 ], [ -75.175136452369898, 39.898950546120197 ], [ -75.175261197931206, 39.898974084190797 ], [ -75.175337859825703, 39.899003453773098 ], [ -75.175387449365701, 39.899036823914201 ], [ -75.175549872830899, 39.899166492295102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26558, "tnode_": 26555, "lpoly_": null, "rpoly_": null, "length": 1184.2121606399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 220430, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 1143, "Shape__Length": 469.866692586483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170673689967202, 39.898716405094397 ], [ -75.171309487931396, 39.898651291265203 ], [ -75.172295178106594, 39.898632673959398 ], [ -75.172686410998395, 39.898649629238101 ], [ -75.173161683518003, 39.898684788047902 ], [ -75.174294796529594, 39.898828540754103 ], [ -75.174790764600303, 39.898904295272601 ], [ -75.174860346806597, 39.898909562582801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26544, "tnode_": 26546, "lpoly_": null, "rpoly_": null, "length": 199.58765966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220434, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 1144, "Shape__Length": 79.195271623570491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174783449051105, 39.899342945402303 ], [ -75.175030747787503, 39.899391635267499 ], [ -75.175125834161705, 39.899397850153697 ], [ -75.175348526151396, 39.899390616575801 ], [ -75.175475977434004, 39.8993812425717 ], [ -75.175485659943902, 39.899380349093398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26445, "tnode_": 26443, "lpoly_": null, "rpoly_": null, "length": 84.91656069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63340, "l_hundred": 0, "r_hundred": 0, "seg_id": 220436, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1145, "Shape__Length": 33.696229589198701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173549834898793, 39.905397628635399 ], [ -75.173849995987396, 39.905427630470697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26443, "tnode_": 26442, "lpoly_": null, "rpoly_": null, "length": 82.54856384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63340, "l_hundred": 0, "r_hundred": 0, "seg_id": 220437, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1146, "Shape__Length": 32.755004857587259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173849995987396, 39.905427630470697 ], [ -75.1741435790086, 39.9054427422153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25588, "tnode_": 25584, "lpoly_": null, "rpoly_": null, "length": 152.00139271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1532, "l_t_add": 1598, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1500, "r_hundred": 0, "seg_id": 220439, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1147, "Shape__Length": 60.331268793945135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174070411977794, 39.917107722094897 ], [ -75.174602853615795, 39.917185303894698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25622, "tnode_": 25662, "lpoly_": null, "rpoly_": null, "length": 363.05049165000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1501, "r_t_add": 1535, "st_code": 57340, "l_hundred": 0, "r_hundred": 1500, "seg_id": 220440, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1148, "Shape__Length": 144.18068507411573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173072408007002, 39.916749228393002 ], [ -75.174245103941004, 39.916327515037899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25588, "tnode_": 25662, "lpoly_": null, "rpoly_": null, "length": 288.40848317999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 56560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220441, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 1149, "Shape__Length": 114.89721793130305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174070411977794, 39.917107722094897 ], [ -75.174245103941004, 39.916327515037899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25887, "tnode_": 25969, "lpoly_": null, "rpoly_": null, "length": 482.9758978, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220442, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1150, "Shape__Length": 192.31244498310389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171878817447706, 39.914265285487801 ], [ -75.172063149843197, 39.913886839765901 ], [ -75.172391772889398, 39.913157436493698 ], [ -75.172515118625398, 39.913041875734201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25972, "tnode_": 25969, "lpoly_": null, "rpoly_": null, "length": 114.52425746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65200, "l_hundred": 0, "r_hundred": 0, "seg_id": 220444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 1151, "Shape__Length": 45.451115818098849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172111401421404, 39.912995114775399 ], [ -75.172515118625398, 39.913041875734201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26425, "tnode_": 26503, "lpoly_": null, "rpoly_": null, "length": 1386.68907711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATEWAY", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3701, "l_t_add": 3999, "r_f_add": 3700, "r_t_add": 3998, "st_code": 36390, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 220452, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATEWAY DR", "stname": "GATEWAY DR", "objectid": 1152, "Shape__Length": 552.36086515434761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191236641553203, 39.906634866161099 ], [ -75.191706970130497, 39.903892203583801 ], [ -75.191903624620394, 39.902863128802103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26173, "tnode_": 26163, "lpoly_": null, "rpoly_": null, "length": 215.82911697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 40980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 220457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1153, "Shape__Length": 85.655787549732395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867790022403, 39.9108981777728 ], [ -75.187536915012103, 39.911000039843699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26458, "tnode_": 26463, "lpoly_": null, "rpoly_": null, "length": 317.21803088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 0, "r_hundred": 0, "seg_id": 220464, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1154, "Shape__Length": 126.08414168923252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194891914698502, 39.905322676978997 ], [ -75.194394567250697, 39.905258959109702 ], [ -75.194247847908599, 39.905170542906603 ], [ -75.194166308242899, 39.905028842581103 ], [ -75.194139746142994, 39.9048459421902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25948, "tnode_": 26176, "lpoly_": null, "rpoly_": null, "length": 1880.1568963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "N", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9450, "l_hundred": 0, "r_hundred": 0, "seg_id": 220465, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP N", "stname": "SCHUYLKILL EXPY RAMP N", "objectid": 1155, "Shape__Length": 747.41910644422876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181653838906598, 39.9135084539774 ], [ -75.183466775306101, 39.913569253155899 ], [ -75.184130192553198, 39.9134754287604 ], [ -75.185103881331798, 39.912984507442303 ], [ -75.185916920115304, 39.911862579338496 ], [ -75.186077521416706, 39.911373542722998 ], [ -75.1861677225411, 39.910915947306897 ], [ -75.186144713240196, 39.910821404197002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25976, "tnode_": 26185, "lpoly_": null, "rpoly_": null, "length": 2236.61249563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9445, "l_hundred": 0, "r_hundred": 0, "seg_id": 220466, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP M", "stname": "SCHUYLKILL EXPY RAMP M", "objectid": 1156, "Shape__Length": 888.22698313039882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178366241974302, 39.9130611315613 ], [ -75.1786222273535, 39.913073455063 ], [ -75.179087617920203, 39.9130958565828 ], [ -75.179521296967195, 39.913088356929599 ], [ -75.179860175487605, 39.9130684202037 ], [ -75.180344011147795, 39.912960181498299 ], [ -75.180699036595698, 39.9128672393147 ], [ -75.180918331170801, 39.912820883266903 ], [ -75.181843294214005, 39.9123815390465 ], [ -75.182664642367499, 39.911985284672902 ], [ -75.185153892882397, 39.910767100949002 ], [ -75.185516141536795, 39.910732644486998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26121, "tnode_": 26119, "lpoly_": null, "rpoly_": null, "length": 340.78740453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMESTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 43400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 220467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMESTEAD ST", "stname": "HOMESTEAD ST", "objectid": 1157, "Shape__Length": 135.28472014110204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184732558806701, 39.911323208833998 ], [ -75.184867674532995, 39.911413379609797 ], [ -75.185000216763001, 39.911458917836903 ], [ -75.185220478441593, 39.9114820910441 ], [ -75.185566536914706, 39.911520241386597 ], [ -75.185882918113606, 39.911551626192697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25369, "tnode_": 25364, "lpoly_": null, "rpoly_": null, "length": 269.08658657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 72740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 220469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1158, "Shape__Length": 106.8056303922726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184087019782694, 39.919841180901997 ], [ -75.185032572868593, 39.919965973895103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25662, "tnode_": 25689, "lpoly_": null, "rpoly_": null, "length": 188.93942472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1537, "r_t_add": 1599, "st_code": 57340, "l_hundred": 0, "r_hundred": 1500, "seg_id": 220470, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1159, "Shape__Length": 75.043716918315241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174245103941004, 39.916327515037899 ], [ -75.174843676869003, 39.916089675149401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27011, "tnode_": 25964, "lpoly_": null, "rpoly_": null, "length": 1308.6811305200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2801, "l_t_add": 3099, "r_f_add": 2800, "r_t_add": 3098, "st_code": 88180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220471, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1160, "Shape__Length": 521.34881794663715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181191547859697, 39.916737702171901 ], [ -75.181888890098804, 39.913520475068403 ], [ -75.181889578752603, 39.913517298209698 ], [ -75.181949319065197, 39.913193000836202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26176, "tnode_": 26173, "lpoly_": null, "rpoly_": null, "length": 180.12025337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2223, "st_code": 40980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 220472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1161, "Shape__Length": 71.482421540535995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186144713240196, 39.910821404197002 ], [ -75.1867790022403, 39.9108981777728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26173, "tnode_": 26235, "lpoly_": null, "rpoly_": null, "length": 222.29187697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 64090, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 220473, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 1162, "Shape__Length": 88.473364774863526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867790022403, 39.9108981777728 ], [ -75.187172886481306, 39.910368685808599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25185, "tnode_": 25397, "lpoly_": null, "rpoly_": null, "length": 801.59019482999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "P", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9460, "l_hundred": 0, "r_hundred": 0, "seg_id": 220477, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP P", "stname": "SCHUYLKILL EXPY RAMP P", "objectid": 1163, "Shape__Length": 319.26648782730661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190319899703795, 39.921686045557202 ], [ -75.190338336462005, 39.921546812433597 ], [ -75.190013388265598, 39.921156403916399 ], [ -75.189834962040607, 39.920860492301003 ], [ -75.189721503747805, 39.920517376557797 ], [ -75.189683077268299, 39.920279327834102 ], [ -75.1897616159211, 39.919605414683701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25615, "tnode_": 25887, "lpoly_": null, "rpoly_": null, "length": 937.88720452999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2899, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2700, "r_hundred": 0, "seg_id": 220482, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1164, "Shape__Length": 373.61728174120356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171274383277293, 39.9167877109019 ], [ -75.1717995436628, 39.9143549107864 ], [ -75.171878817447706, 39.914265285487801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25170, "tnode_": 25270, "lpoly_": null, "rpoly_": null, "length": 288.64826678999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2517, "l_t_add": 2579, "r_f_add": 2516, "r_t_add": 2578, "st_code": 88350, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220483, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 1165, "Shape__Length": 115.00221285808527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193700984683204, 39.921920340447699 ], [ -75.193866259737305, 39.921138249529001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25219, "tnode_": 25270, "lpoly_": null, "rpoly_": null, "length": 581.82639515999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 63240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220484, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1166, "Shape__Length": 230.94254664086839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191821695562894, 39.921396971854698 ], [ -75.192496515914399, 39.921275129743997 ], [ -75.193866259737305, 39.921138249529001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25188, "tnode_": 25288, "lpoly_": null, "rpoly_": null, "length": 243.06826812, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 59660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 1167, "Shape__Length": 96.842250922813676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194348006745201, 39.921751727957002 ], [ -75.194487115337594, 39.921093127290803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25270, "tnode_": 25288, "lpoly_": null, "rpoly_": null, "length": 174.91510323, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2818, "r_f_add": 2801, "r_t_add": 2819, "st_code": 63240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220486, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1168, "Shape__Length": 69.422964349856045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193866259737305, 39.921138249529001 ], [ -75.194487115337594, 39.921093127290803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27615, "tnode_": 25547, "lpoly_": null, "rpoly_": null, "length": 2020.7588070500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 63240, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220487, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1169, "Shape__Length": 802.23110098989298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201793104356994, 39.919827364533297 ], [ -75.206348815896007, 39.918989635081303 ], [ -75.207037485468206, 39.918834794833998 ], [ -75.207454079223893, 39.918704849071403 ], [ -75.208329131560603, 39.918399483958403 ], [ -75.208703491552598, 39.918307807431198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25181, "tnode_": 25302, "lpoly_": null, "rpoly_": null, "length": 296.83070775, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2551, "l_t_add": 2599, "r_f_add": 2550, "r_t_add": 2598, "st_code": 29080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 1170, "Shape__Length": 118.2598076654036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194863183014306, 39.921823021654603 ], [ -75.195048292306694, 39.921020745450299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25288, "tnode_": 25302, "lpoly_": null, "rpoly_": null, "length": 159.59540554, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2820, "l_t_add": 2828, "r_f_add": 2821, "r_t_add": 2825, "st_code": 63240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220489, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1171, "Shape__Length": 63.347240273600974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194487115337594, 39.921093127290803 ], [ -75.195048292306694, 39.921020745450299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26494, "tnode_": 26512, "lpoly_": null, "rpoly_": null, "length": 526.95294372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLSTEIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7398, "r_f_add": 7001, "r_t_add": 7399, "st_code": 43300, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 220490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLSTEIN AVE", "stname": "HOLSTEIN AVE", "objectid": 1172, "Shape__Length": 209.37142351037582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2262259205975, 39.904037875824102 ], [ -75.226788121130298, 39.903868486990604 ], [ -75.227465244634502, 39.903521031906202 ], [ -75.227720426220799, 39.903225436901302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26512, "tnode_": 26547, "lpoly_": null, "rpoly_": null, "length": 1133.7663907599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLSTEIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 7401, "r_t_add": 7599, "st_code": 43300, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 220491, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLSTEIN AVE", "stname": "HOLSTEIN AVE", "objectid": 1173, "Shape__Length": 451.05326837647561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227720426220799, 39.903225436901302 ], [ -75.230015518579705, 39.900663788324998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26547, "tnode_": 26586, "lpoly_": null, "rpoly_": null, "length": 1145.32403024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLSTEIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7600, "l_t_add": 7798, "r_f_add": 7601, "r_t_add": 7799, "st_code": 43300, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 220492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLSTEIN AVE", "stname": "HOLSTEIN AVE", "objectid": 1174, "Shape__Length": 455.62748527902056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230015518579705, 39.900663788324998 ], [ -75.231248166194703, 39.899305787698196 ], [ -75.232347245818502, 39.898083148772699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26486, "tnode_": 26512, "lpoly_": null, "rpoly_": null, "length": 922.59620353999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "74TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 89450, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220493, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 74TH ST", "stname": "S 74TH ST", "objectid": 1175, "Shape__Length": 366.52790729985736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230438248085207, 39.904636947967902 ], [ -75.230273750431294, 39.904604572543398 ], [ -75.227720426220799, 39.903225436901302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26119, "tnode_": 26176, "lpoly_": null, "rpoly_": null, "length": 283.48442403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3219, "l_t_add": 3263, "r_f_add": 3220, "r_t_add": 3264, "st_code": 88220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 1176, "Shape__Length": 112.8914369921866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185882918113606, 39.911551626192697 ], [ -75.186033317959101, 39.910899945341697 ], [ -75.186144713240196, 39.910821404197002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26078, "tnode_": 26119, "lpoly_": null, "rpoly_": null, "length": 287.932487, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3217, "r_f_add": 3200, "r_t_add": 3218, "st_code": 88220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220495, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 1177, "Shape__Length": 114.6457090676727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185518924456602, 39.9122797527559 ], [ -75.185746165686595, 39.911992560345702 ], [ -75.185815711536605, 39.911823823933197 ], [ -75.185882918113606, 39.911551626192697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26206, "tnode_": 26316, "lpoly_": null, "rpoly_": null, "length": 469.76398683999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3399, "r_f_add": 3200, "r_t_add": 3398, "st_code": 88180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220496, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1178, "Shape__Length": 187.13155544508572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182546530265896, 39.910492327038199 ], [ -75.182802830393399, 39.909217959093901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26076, "tnode_": 26060, "lpoly_": null, "rpoly_": null, "length": 381.6136167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 62680, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220497, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1179, "Shape__Length": 151.4569843455152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172766022256198, 39.911851395255802 ], [ -75.174101171699107, 39.912052150743499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26070, "tnode_": 26123, "lpoly_": null, "rpoly_": null, "length": 270.54663685000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "9", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 9385, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220498, "oneway": "B", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 9", "stname": "SCHUYLKILL EXPY RAMP 9", "objectid": 1180, "Shape__Length": 107.77108944358102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173849285712393, 39.911954047925498 ], [ -75.174027205761703, 39.911224110326302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26037, "tnode_": 26070, "lpoly_": null, "rpoly_": null, "length": 262.03342204999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9435, "l_hundred": 0, "r_hundred": 0, "seg_id": 220499, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP K", "stname": "SCHUYLKILL EXPY RAMP K", "objectid": 1181, "Shape__Length": 104.18956710887623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173244773491703, 39.912417558793599 ], [ -75.173530287997295, 39.912357757271401 ], [ -75.173699685099706, 39.912264253579004 ], [ -75.173776461344403, 39.912113932706099 ], [ -75.173849285712393, 39.911954047925498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25976, "tnode_": 26028, "lpoly_": null, "rpoly_": null, "length": 1231.2743911800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34856, "l_t_add": 34878, "r_f_add": 34857, "r_t_add": 34879, "st_code": 1150, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 220500, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 1182, "Shape__Length": 488.66322181078311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178366241974302, 39.9130611315613 ], [ -75.177818601513593, 39.912989250684902 ], [ -75.174037740957601, 39.912500706368903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26028, "tnode_": 26070, "lpoly_": null, "rpoly_": null, "length": 217.07700888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9440, "l_hundred": 0, "r_hundred": 0, "seg_id": 220501, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP L", "stname": "SCHUYLKILL EXPY RAMP L", "objectid": 1183, "Shape__Length": 86.433227887058337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174037740957601, 39.912500706368903 ], [ -75.1739009386405, 39.912372168140202 ], [ -75.173834063580401, 39.912261191345401 ], [ -75.173840771637998, 39.912116706794698 ], [ -75.173849285712393, 39.911954047925498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26028, "tnode_": 26037, "lpoly_": null, "rpoly_": null, "length": 224.49697722000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34880, "l_t_add": 34884, "r_f_add": 34881, "r_t_add": 34885, "st_code": 1150, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 220503, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 1184, "Shape__Length": 89.093747976249475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174037740957601, 39.912500706368903 ], [ -75.173244773491703, 39.912417558793599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26149, "tnode_": 26123, "lpoly_": null, "rpoly_": null, "length": 443.63329956999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9435, "l_hundred": 0, "r_hundred": 0, "seg_id": 220504, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP K", "stname": "SCHUYLKILL EXPY RAMP K", "objectid": 1185, "Shape__Length": 176.38396820349146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172949196402897, 39.911175851586201 ], [ -75.173120354575502, 39.910948282316703 ], [ -75.173290771632296, 39.910840045407497 ], [ -75.173525817416703, 39.910809306308799 ], [ -75.1737291192036, 39.910861904495199 ], [ -75.173850718274693, 39.910944684865498 ], [ -75.173937049121093, 39.911066696578203 ], [ -75.174027205761703, 39.911224110326302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26123, "tnode_": 26178, "lpoly_": null, "rpoly_": null, "length": 421.76740122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9440, "l_hundred": 0, "r_hundred": 0, "seg_id": 220505, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP L", "stname": "SCHUYLKILL EXPY RAMP L", "objectid": 1186, "Shape__Length": 167.62411671697328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174027205761703, 39.911224110326302 ], [ -75.174059689914898, 39.911053443016499 ], [ -75.173988159138204, 39.910883734496998 ], [ -75.173839286436504, 39.910766320927202 ], [ -75.173646597700696, 39.910707958877701 ], [ -75.173199456998105, 39.910643876706203 ], [ -75.173028172066495, 39.910626171806598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25790, "tnode_": 25766, "lpoly_": null, "rpoly_": null, "length": 341.62544914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARA", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 15820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220506, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARA ST", "stname": "BARBARA ST", "objectid": 1187, "Shape__Length": 135.67235323939295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177115140482002, 39.915201891311398 ], [ -75.177239714626694, 39.915376762248698 ], [ -75.178185961460798, 39.915496115638298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26443, "tnode_": 28276, "lpoly_": null, "rpoly_": null, "length": 599.84591357, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 220507, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1188, "Shape__Length": 238.9354644914352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173849995987396, 39.905427630470697 ], [ -75.173849008700003, 39.905298493861501 ], [ -75.173844061550597, 39.9051697503062 ], [ -75.173984022371698, 39.904219675764701 ], [ -75.173979521822503, 39.903984646918701 ], [ -75.173978074286495, 39.903892943414199 ], [ -75.173918883479203, 39.903797489732803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26489, "tnode_": 26563, "lpoly_": null, "rpoly_": null, "length": 3078.4361746599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 220508, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 1189, "Shape__Length": 1223.2699158141108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174658406200606, 39.902982687528201 ], [ -75.174635792928001, 39.902660605826597 ], [ -75.174608642411201, 39.901918009985003 ], [ -75.174603385229702, 39.901431343453403 ], [ -75.174840804389603, 39.900792000142403 ], [ -75.175157413306593, 39.900355137006301 ], [ -75.175523952942399, 39.900059277796501 ], [ -75.175975206264397, 39.899820055501699 ], [ -75.176487503427595, 39.899636939500603 ], [ -75.178230717488503, 39.899342536744903 ], [ -75.180022643872903, 39.898938752106297 ], [ -75.182092385611597, 39.898494729579802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25807, "tnode_": 25787, "lpoly_": null, "rpoly_": null, "length": 453.99757366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 17580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220511, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1190, "Shape__Length": 180.18731467479299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178271530695397, 39.915062703533501 ], [ -75.178704511786293, 39.915123029169202 ], [ -75.179446320423807, 39.915219839826399 ], [ -75.179867302055001, 39.915270407938202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25787, "tnode_": 25896, "lpoly_": null, "rpoly_": null, "length": 418.75630922, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220512, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1191, "Shape__Length": 166.73470713409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179867302055001, 39.915270407938202 ], [ -75.179987717086703, 39.914734729862602 ], [ -75.179842790564905, 39.9145352244335 ], [ -75.179574283005493, 39.914219625208297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26212, "tnode_": 26194, "lpoly_": null, "rpoly_": null, "length": 254.34577561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1618, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 34710, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 220519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 1192, "Shape__Length": 100.95515921822486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176330153428694, 39.910354886577899 ], [ -75.176797991860099, 39.910425469585 ], [ -75.177206886388603, 39.910527765333498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26038, "tnode_": 26108, "lpoly_": null, "rpoly_": null, "length": 318.62719491999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3143, "r_f_add": 3100, "r_t_add": 3132, "st_code": 88120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1193, "Shape__Length": 126.92520696680585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176778348231096, 39.912401714684499 ], [ -75.176868435188297, 39.912034032894603 ], [ -75.176983321494504, 39.911541410916897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26108, "tnode_": 26194, "lpoly_": null, "rpoly_": null, "length": 374.56331165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3145, "l_t_add": 3169, "r_f_add": 3134, "r_t_add": 3168, "st_code": 88120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220523, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1194, "Shape__Length": 149.20793593135193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176983321494504, 39.911541410916897 ], [ -75.177044582718196, 39.9112326552751 ], [ -75.177206886388603, 39.910527765333498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26188, "tnode_": 26164, "lpoly_": null, "rpoly_": null, "length": 505.48100919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1512, "r_f_add": 1401, "r_t_add": 1515, "st_code": 26420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 1195, "Shape__Length": 200.6167298298401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173054466123304, 39.910522413668801 ], [ -75.174169201279796, 39.910678481409903 ], [ -75.174435781700296, 39.910737519612603 ], [ -75.174820151547394, 39.910794770972899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26164, "tnode_": 26153, "lpoly_": null, "rpoly_": null, "length": 374.81779795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1698, "r_f_add": 1517, "r_t_add": 1699, "st_code": 26420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 1196, "Shape__Length": 148.75733125527813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174820151547394, 39.910794770972899 ], [ -75.175587363291996, 39.910898565671602 ], [ -75.175824861207502, 39.910912860942801 ], [ -75.176131534995406, 39.910845421815502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26232, "tnode_": 26220, "lpoly_": null, "rpoly_": null, "length": 285.68061465000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34710, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 220532, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 1197, "Shape__Length": 113.37540780907497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.17497300894, 39.910156873619002 ], [ -75.175977384647496, 39.910286384313601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26164, "tnode_": 26232, "lpoly_": null, "rpoly_": null, "length": 236.3005419, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3167, "r_f_add": 3100, "r_t_add": 3182, "st_code": 75880, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220534, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 1198, "Shape__Length": 94.128176241254891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174820151547394, 39.910794770972899 ], [ -75.174883780143702, 39.910520627837698 ], [ -75.17497300894, 39.910156873619002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26232, "tnode_": 26267, "lpoly_": null, "rpoly_": null, "length": 219.08350303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3169, "l_t_add": 3199, "r_f_add": 3184, "r_t_add": 3198, "st_code": 75880, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 1199, "Shape__Length": 87.227728048004735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.17497300894, 39.910156873619002 ], [ -75.175042234190599, 39.909778514233899 ], [ -75.175058950882701, 39.9096450332991 ], [ -75.175168413708406, 39.909657509310598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26086, "tnode_": 26179, "lpoly_": null, "rpoly_": null, "length": 420.60347499, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3121, "l_t_add": 3161, "r_f_add": 3126, "r_t_add": 3154, "st_code": 88140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1200, "Shape__Length": 167.55157313801655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177833054619896, 39.9118157732116 ], [ -75.177986608832995, 39.911097528530497 ], [ -75.178063204978102, 39.910674928428101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26035, "tnode_": 26030, "lpoly_": null, "rpoly_": null, "length": 141.37235483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1796, "r_f_add": 1717, "r_t_add": 1797, "st_code": 62680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220546, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1201, "Shape__Length": 56.105640309005985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177167833188904, 39.912453949565801 ], [ -75.177238834966701, 39.912461928388502 ], [ -75.177666428170596, 39.912510442282098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26194, "tnode_": 26179, "lpoly_": null, "rpoly_": null, "length": 246.36559066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 34710, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220548, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 1202, "Shape__Length": 97.781875110279003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177206886388603, 39.910527765333498 ], [ -75.177594277653199, 39.910609393514903 ], [ -75.178063204978102, 39.910674928428101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26030, "tnode_": 26002, "lpoly_": null, "rpoly_": null, "length": 589.00670012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 62680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220555, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-11-16T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1203, "Shape__Length": 233.76254670649291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177666428170596, 39.912510442282098 ], [ -75.178057091730096, 39.912565513519901 ], [ -75.179317766673506, 39.9127406492304 ], [ -75.179736605440397, 39.912777143162003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26222, "tnode_": 26206, "lpoly_": null, "rpoly_": null, "length": 261.49328284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 36460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220563, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 1204, "Shape__Length": 103.77682917615937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181627301613005, 39.910374175754697 ], [ -75.182015317587698, 39.910431436839403 ], [ -75.182546530265896, 39.910492327038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26245, "tnode_": 26222, "lpoly_": null, "rpoly_": null, "length": 662.4200228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 36460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 220566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 1205, "Shape__Length": 262.8902574766592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1793004725195, 39.9100645590214 ], [ -75.179757360995694, 39.910124261460702 ], [ -75.181627301613005, 39.910374175754697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26290, "tnode_": 26335, "lpoly_": null, "rpoly_": null, "length": 251.97545371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3223, "l_t_add": 3299, "r_f_add": 3218, "r_t_add": 3298, "st_code": 88140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1206, "Shape__Length": 100.37195787272816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178364344915096, 39.909361765907697 ], [ -75.178427298477004, 39.909064222928698 ], [ -75.1785145986657, 39.908679819698598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26246, "tnode_": 26290, "lpoly_": null, "rpoly_": null, "length": 251.75335924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3221, "r_f_add": 3200, "r_t_add": 3216, "st_code": 88140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 220570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1207, "Shape__Length": 100.28421273022732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178212294835106, 39.910042868883899 ], [ -75.178246829307398, 39.909886556514202 ], [ -75.178364344915096, 39.909361765907697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26341, "tnode_": 26335, "lpoly_": null, "rpoly_": null, "length": 248.36455977999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 40980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 220572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1208, "Shape__Length": 98.563095631252452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177640608354196, 39.9085711281013 ], [ -75.178096952060002, 39.908626717473297 ], [ -75.1785145986657, 39.908679819698598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25969, "tnode_": 25963, "lpoly_": null, "rpoly_": null, "length": 213.4740569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1434, "r_f_add": 1401, "r_t_add": 1435, "st_code": 65200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 1209, "Shape__Length": 84.724122451998412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172515118625398, 39.913041875734201 ], [ -75.172995698260394, 39.913107505651098 ], [ -75.173264424586705, 39.913144203514001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25871, "tnode_": 25963, "lpoly_": null, "rpoly_": null, "length": 465.57028801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 21420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220578, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 1210, "Shape__Length": 185.46549987780088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172973224439104, 39.914401776979901 ], [ -75.173181777575806, 39.9134070009056 ], [ -75.173264424586705, 39.913144203514001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25880, "tnode_": 25969, "lpoly_": null, "rpoly_": null, "length": 465.25936990999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2900, "r_t_add": 2998, "st_code": 19160, "l_hundred": 0, "r_hundred": 2900, "seg_id": 220580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1211, "Shape__Length": 185.34906485013508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172288864370501, 39.914305432703301 ], [ -75.172485311015194, 39.913316928646303 ], [ -75.172516656277807, 39.913180998102 ], [ -75.172515118625398, 39.913041875734201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25880, "tnode_": 25871, "lpoly_": null, "rpoly_": null, "length": 195.17167614000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1434, "r_f_add": 1401, "r_t_add": 1435, "st_code": 17580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220582, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1212, "Shape__Length": 77.462286401735938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172288864370501, 39.914305432703301 ], [ -75.172753533014898, 39.914374262912901 ], [ -75.172973224439104, 39.914401776979901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25942, "tnode_": 25952, "lpoly_": null, "rpoly_": null, "length": 63.5615344, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89270, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220595, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1213, "Shape__Length": 25.276858317802553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228675624978194, 39.914626194724697 ], [ -75.228520039284305, 39.9144993445286 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25952, "tnode_": 25991, "lpoly_": null, "rpoly_": null, "length": 235.2737941, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3001, "l_t_add": 3021, "r_f_add": 3000, "r_t_add": 3014, "st_code": 89270, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1214, "Shape__Length": 93.569735405193157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228520039284305, 39.9144993445286 ], [ -75.227956737373603, 39.914020830632097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25952, "tnode_": 26013, "lpoly_": null, "rpoly_": null, "length": 513.78202079000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FINCH", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 34050, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 220597, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FINCH PL", "stname": "FINCH PL", "objectid": 1215, "Shape__Length": 204.26745565600714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228520039284305, 39.9144993445286 ], [ -75.229662373036405, 39.913688258199997 ], [ -75.229856566058601, 39.913841175295701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26141, "tnode_": 26187, "lpoly_": null, "rpoly_": null, "length": 228.15269768000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 0, "r_hundred": 0, "seg_id": 220599, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1216, "Shape__Length": 90.728718605354516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231546985452098, 39.912322192448201 ], [ -75.230990658141593, 39.911865327399703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26187, "tnode_": 26238, "lpoly_": null, "rpoly_": null, "length": 333.37138066, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 0, "r_hundred": 0, "seg_id": 220600, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1217, "Shape__Length": 132.65232664670836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230990658141593, 39.911865327399703 ], [ -75.230730027539494, 39.911650629601802 ], [ -75.230585887880494, 39.9115011654401 ], [ -75.230432543491801, 39.911289435389101 ], [ -75.230346284486203, 39.911108610584897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25991, "tnode_": 26041, "lpoly_": null, "rpoly_": null, "length": 252.84345419, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3023, "l_t_add": 3099, "r_f_add": 3016, "r_t_add": 3098, "st_code": 89270, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220603, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1218, "Shape__Length": 100.55166765612725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227956737373603, 39.914020830632097 ], [ -75.227343170412297, 39.913512380382699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26041, "tnode_": 26049, "lpoly_": null, "rpoly_": null, "length": 59.68604706, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89270, "l_hundred": 0, "r_hundred": 0, "seg_id": 220604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1219, "Shape__Length": 23.744405982282888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227343170412297, 39.913512380382699 ], [ -75.227212993967896, 39.913382778011403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25243, "tnode_": 25305, "lpoly_": null, "rpoly_": null, "length": 290.95798472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2520, "st_code": 89160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220605, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1220, "Shape__Length": 115.72459290030402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230330386734295, 39.922210587962503 ], [ -75.229626903548194, 39.9216235958325 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25305, "tnode_": 25323, "lpoly_": null, "rpoly_": null, "length": 84.76201349, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2523, "l_t_add": 2549, "r_f_add": 2522, "r_t_add": 2548, "st_code": 89160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220606, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1221, "Shape__Length": 33.715438821641015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229626903548194, 39.9216235958325 ], [ -75.229426503441701, 39.921449433822197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25264, "tnode_": 25358, "lpoly_": null, "rpoly_": null, "length": 469.27268112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 19740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220607, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1222, "Shape__Length": 186.5800303989856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227694912091394, 39.921899462317803 ], [ -75.228934264601094, 39.921034080492099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25323, "tnode_": 25358, "lpoly_": null, "rpoly_": null, "length": 204.83048325, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2551, "l_t_add": 2599, "r_f_add": 2550, "r_t_add": 2598, "st_code": 89160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220608, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1223, "Shape__Length": 81.469530523523829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229426503441701, 39.921449433822197 ], [ -75.228934264601094, 39.921034080492099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25348, "tnode_": 25379, "lpoly_": null, "rpoly_": null, "length": 152.25892975000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6349, "st_code": 50820, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220609, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1224, "Shape__Length": 60.614117157473615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224148330537304, 39.921042437386902 ], [ -75.224406061962597, 39.920674581018702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25279, "tnode_": 25381, "lpoly_": null, "rpoly_": null, "length": 523.63007633999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 28500, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1225, "Shape__Length": 208.1965225210902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224928726587905, 39.9217012053115 ], [ -75.226303837388201, 39.920729006331797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25358, "tnode_": 25392, "lpoly_": null, "rpoly_": null, "length": 200.95997998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 89160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220611, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1226, "Shape__Length": 79.927645192260172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228934264601094, 39.921034080492099 ], [ -75.228448068722798, 39.920628881407701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25348, "tnode_": 25396, "lpoly_": null, "rpoly_": null, "length": 279.92573783, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220612, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1227, "Shape__Length": 111.3279500376424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224148330537304, 39.921042437386902 ], [ -75.223460203579506, 39.920485878182802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25358, "tnode_": 25400, "lpoly_": null, "rpoly_": null, "length": 234.99424161000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6522, "r_f_add": 6501, "r_t_add": 6523, "st_code": 19740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220613, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1228, "Shape__Length": 93.438137325005883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228934264601094, 39.921034080492099 ], [ -75.229544519634402, 39.920592092512798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25392, "tnode_": 25430, "lpoly_": null, "rpoly_": null, "length": 180.42825467, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2621, "l_t_add": 2643, "r_f_add": 2620, "r_t_add": 2642, "st_code": 89160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220615, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1229, "Shape__Length": 71.762012979369871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228448068722798, 39.920628881407701 ], [ -75.228012951354998, 39.920264086226297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25400, "tnode_": 25441, "lpoly_": null, "rpoly_": null, "length": 237.18393292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6524, "l_t_add": 6598, "r_f_add": 6525, "r_t_add": 6599, "st_code": 19740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220616, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1230, "Shape__Length": 94.301254704508864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229544519634402, 39.920592092512798 ], [ -75.230171154483003, 39.9201549078469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25407, "tnode_": 25441, "lpoly_": null, "rpoly_": null, "length": 207.88798283, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2531, "l_t_add": 2599, "r_f_add": 2542, "r_t_add": 2598, "st_code": 89200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1231, "Shape__Length": 82.686544606327743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230667394849505, 39.920578793319599 ], [ -75.230171154483003, 39.9201549078469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25396, "tnode_": 25451, "lpoly_": null, "rpoly_": null, "length": 279.88528251000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220618, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1232, "Shape__Length": 111.31238933075673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223460203579506, 39.920485878182802 ], [ -75.222774547830397, 39.919927670680998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25381, "tnode_": 25463, "lpoly_": null, "rpoly_": null, "length": 472.32791683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 28500, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1233, "Shape__Length": 187.79836171198869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226303837388201, 39.920729006331797 ], [ -75.2275407498839, 39.919849168153497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25430, "tnode_": 25463, "lpoly_": null, "rpoly_": null, "length": 200.96730982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2645, "l_t_add": 2699, "r_f_add": 2644, "r_t_add": 2698, "st_code": 89160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220620, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1234, "Shape__Length": 79.937919740090024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228012951354998, 39.920264086226297 ], [ -75.2275407498839, 39.919849168153497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25379, "tnode_": 25465, "lpoly_": null, "rpoly_": null, "length": 386.55243707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 50820, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220621, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1235, "Shape__Length": 153.88594337532686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224406061962597, 39.920674581018702 ], [ -75.225057274140795, 39.919739387250999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25441, "tnode_": 25483, "lpoly_": null, "rpoly_": null, "length": 249.41825391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 19740, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220622, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1236, "Shape__Length": 99.164501007965569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230171154483003, 39.9201549078469 ], [ -75.230830580924902, 39.919695574878197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25463, "tnode_": 25498, "lpoly_": null, "rpoly_": null, "length": 233.64528606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6522, "r_f_add": 6501, "r_t_add": 6523, "st_code": 28500, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1237, "Shape__Length": 92.894119511278575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2275407498839, 39.919849168153497 ], [ -75.228156816356801, 39.919417477789899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25465, "tnode_": 25511, "lpoly_": null, "rpoly_": null, "length": 245.23338899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 50820, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220624, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1238, "Shape__Length": 97.632237133621729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225057274140795, 39.919739387250999 ], [ -75.225455022891296, 39.919139889178297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25451, "tnode_": 25515, "lpoly_": null, "rpoly_": null, "length": 359.93027788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 30560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1239, "Shape__Length": 143.28438119158523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222774547830397, 39.919927670680998 ], [ -75.223385270921696, 39.919058695561198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25465, "tnode_": 25515, "lpoly_": null, "rpoly_": null, "length": 530.50219903000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1240, "Shape__Length": 210.7237034361421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225057274140795, 39.919739387250999 ], [ -75.223385270921696, 39.919058695561198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25483, "tnode_": 25521, "lpoly_": null, "rpoly_": null, "length": 251.29965137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 19740, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220627, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1241, "Shape__Length": 99.912064200658477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230830580924902, 39.919695574878197 ], [ -75.231494630928097, 39.919232482699002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25498, "tnode_": 25535, "lpoly_": null, "rpoly_": null, "length": 235.05713747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6524, "l_t_add": 6598, "r_f_add": 6525, "r_t_add": 6599, "st_code": 28500, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1242, "Shape__Length": 93.459944088876654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228156816356801, 39.919417477789899 ], [ -75.228768756203706, 39.918976632212498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25441, "tnode_": 25535, "lpoly_": null, "rpoly_": null, "length": 582.20856856, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1243, "Shape__Length": 231.56071199819436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230171154483003, 39.9201549078469 ], [ -75.228768756203706, 39.918976632212498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25521, "tnode_": 25541, "lpoly_": null, "rpoly_": null, "length": 195.42794084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6728, "r_f_add": 6701, "r_t_add": 6729, "st_code": 19740, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220631, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1244, "Shape__Length": 77.697018697037521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231494630928097, 39.919232482699002 ], [ -75.232012603653303, 39.918873685077202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25511, "tnode_": 25563, "lpoly_": null, "rpoly_": null, "length": 261.04566890999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 50820, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220632, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1245, "Shape__Length": 103.91918965769223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225455022891296, 39.919139889178297 ], [ -75.225896222445201, 39.918508929378099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25526, "tnode_": 25563, "lpoly_": null, "rpoly_": null, "length": 299.2401584, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2771, "l_t_add": 2799, "r_f_add": 2770, "r_t_add": 2798, "st_code": 89160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220633, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1246, "Shape__Length": 119.00002123096374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226639668220699, 39.919094903477003 ], [ -75.226018937460694, 39.918575399836698 ], [ -75.225896222445201, 39.918508929378099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25515, "tnode_": 25564, "lpoly_": null, "rpoly_": null, "length": 247.91222909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 30560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1247, "Shape__Length": 98.691700340854325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223385270921696, 39.919058695561198 ], [ -75.223802180409194, 39.918458615180903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25511, "tnode_": 25564, "lpoly_": null, "rpoly_": null, "length": 525.86066121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 73020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220635, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SIMPSON ST", "stname": "S SIMPSON ST", "objectid": 1248, "Shape__Length": 208.88169705587075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225455022891296, 39.919139889178297 ], [ -75.223802180409194, 39.918458615180903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25535, "tnode_": 25566, "lpoly_": null, "rpoly_": null, "length": 200.99245526000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 89200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220636, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1249, "Shape__Length": 79.944560167725825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228768756203706, 39.918976632212498 ], [ -75.228293324007893, 39.918563821105202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25535, "tnode_": 25574, "lpoly_": null, "rpoly_": null, "length": 250.65458678000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6624, "r_f_add": 6601, "r_t_add": 6625, "st_code": 28500, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1250, "Shape__Length": 99.653526984696356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228768756203706, 39.918976632212498 ], [ -75.229432657029903, 39.918516060514598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25566, "tnode_": 25599, "lpoly_": null, "rpoly_": null, "length": 170.81985734, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2750, "r_t_add": 2798, "st_code": 89200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1251, "Shape__Length": 67.933855345860053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228293324007893, 39.918563821105202 ], [ -75.227873833284093, 39.918223888518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25574, "tnode_": 25619, "lpoly_": null, "rpoly_": null, "length": 250.9028303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6626, "l_t_add": 6698, "r_f_add": 6627, "r_t_add": 6699, "st_code": 28500, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1252, "Shape__Length": 99.751386634522433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229432657029903, 39.918516060514598 ], [ -75.230097457630905, 39.918055243654301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25521, "tnode_": 25619, "lpoly_": null, "rpoly_": null, "length": 580.94415763000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1253, "Shape__Length": 231.05598809791064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231494630928097, 39.919232482699002 ], [ -75.230097457630905, 39.918055243654301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25564, "tnode_": 25624, "lpoly_": null, "rpoly_": null, "length": 252.57403407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 30560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1254, "Shape__Length": 100.55257889351998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223802180409194, 39.918458615180903 ], [ -75.224212371262595, 39.917841386287797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25563, "tnode_": 25624, "lpoly_": null, "rpoly_": null, "length": 531.94655935000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1255, "Shape__Length": 211.28762903149877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225896222445201, 39.918508929378099 ], [ -75.225806224491507, 39.918491399595503 ], [ -75.224212371262595, 39.917841386287797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25569, "tnode_": 25627, "lpoly_": null, "rpoly_": null, "length": 313.86687381000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOBOLINK", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 18090, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOBOLINK PL", "stname": "BOBOLINK PL", "objectid": 1256, "Shape__Length": 124.82499186692215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226613893531294, 39.918432840300099 ], [ -75.226765119077797, 39.918253857611496 ], [ -75.227375008777798, 39.917807244030598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25599, "tnode_": 25627, "lpoly_": null, "rpoly_": null, "length": 206.48330791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1257, "Shape__Length": 82.121381052410612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227873833284093, 39.918223888518 ], [ -75.227637576790102, 39.918017073224597 ], [ -75.227375008777798, 39.917807244030598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25619, "tnode_": 25641, "lpoly_": null, "rpoly_": null, "length": 196.41337296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6716, "r_f_add": 6701, "r_t_add": 6717, "st_code": 28500, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1258, "Shape__Length": 78.08995509601904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230097457630905, 39.918055243654301 ], [ -75.230614203047296, 39.917691385225901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25619, "tnode_": 25652, "lpoly_": null, "rpoly_": null, "length": 197.6449545, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 89240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1259, "Shape__Length": 78.609117366068631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230097457630905, 39.918055243654301 ], [ -75.229624984045898, 39.917652731246001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25641, "tnode_": 25688, "lpoly_": null, "rpoly_": null, "length": 182.60649043000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6718, "l_t_add": 6740, "r_f_add": 6719, "r_t_add": 6741, "st_code": 28500, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1260, "Shape__Length": 72.600345266072395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230614203047296, 39.917691385225901 ], [ -75.231094469540196, 39.917352976444803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25652, "tnode_": 25693, "lpoly_": null, "rpoly_": null, "length": 178.63718839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2750, "r_t_add": 2798, "st_code": 89240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1261, "Shape__Length": 71.046453687937074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229624984045898, 39.917652731246001 ], [ -75.229194035143905, 39.917291677319398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25627, "tnode_": 25697, "lpoly_": null, "rpoly_": null, "length": 248.64665291, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2939, "r_f_add": 2900, "r_t_add": 2938, "st_code": 89200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1262, "Shape__Length": 98.987029676836016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227375008777798, 39.917807244030598 ], [ -75.227234316219196, 39.9176805477789 ], [ -75.227139792748304, 39.917584042456902 ], [ -75.227067116115194, 39.917427584210898 ], [ -75.227003566059807, 39.9172040491922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25607, "tnode_": 25715, "lpoly_": null, "rpoly_": null, "length": 370.25428306000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 50820, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220650, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1263, "Shape__Length": 147.49929737531539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226255076692397, 39.917908743796097 ], [ -75.2262890568323, 39.917763441665599 ], [ -75.226296987571004, 39.917574740801399 ], [ -75.226264716710403, 39.917416331414103 ], [ -75.226226340379597, 39.9172720107873 ], [ -75.226103015109103, 39.916912030373602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25688, "tnode_": 25737, "lpoly_": null, "rpoly_": null, "length": 197.64460007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6742, "l_t_add": 6798, "r_f_add": 6743, "r_t_add": 6799, "st_code": 28500, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220651, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1264, "Shape__Length": 78.580794608702419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231094469540196, 39.917352976444803 ], [ -75.231611153173205, 39.916984081231298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25693, "tnode_": 25744, "lpoly_": null, "rpoly_": null, "length": 209.32228296, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2915, "r_f_add": 2800, "r_t_add": 2914, "st_code": 89240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1265, "Shape__Length": 83.255369118203788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229194035143905, 39.917291677319398 ], [ -75.228963986883201, 39.9170871564518 ], [ -75.228698432833895, 39.916862139589099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25715, "tnode_": 25746, "lpoly_": null, "rpoly_": null, "length": 193.1379773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6604, "r_f_add": 6501, "r_t_add": 6599, "st_code": 40573, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 1266, "Shape__Length": 76.679685130913441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226103015109103, 39.916912030373602 ], [ -75.2263817194534, 39.916953768024001 ], [ -75.226486928404398, 39.916945659998802 ], [ -75.226579287937994, 39.9169190292683 ], [ -75.226753969000598, 39.916843622687999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25697, "tnode_": 25746, "lpoly_": null, "rpoly_": null, "length": 150.1179602, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2941, "l_t_add": 2999, "r_f_add": 2940, "r_t_add": 2998, "st_code": 89200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220655, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 66TH ST", "stname": "S 66TH ST", "objectid": 1267, "Shape__Length": 59.757006140752964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227003566059807, 39.9172040491922 ], [ -75.226957051859401, 39.9170890052077 ], [ -75.226863791436003, 39.916958532754997 ], [ -75.226753969000598, 39.916843622687999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25624, "tnode_": 25760, "lpoly_": null, "rpoly_": null, "length": 511.22013999000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6568, "r_f_add": 6501, "r_t_add": 6569, "st_code": 30560, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1268, "Shape__Length": 203.5096030017672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224212371262595, 39.917841386287797 ], [ -75.225067512235398, 39.916602092140401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25737, "tnode_": 25775, "lpoly_": null, "rpoly_": null, "length": 212.33095156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6820, "r_f_add": 6801, "r_t_add": 6821, "st_code": 28500, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 220657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1269, "Shape__Length": 84.410584178314267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231611153173205, 39.916984081231298 ], [ -75.232179713766996, 39.916599277970398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25746, "tnode_": 25776, "lpoly_": null, "rpoly_": null, "length": 178.51076106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6606, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6615, "st_code": 40573, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 1270, "Shape__Length": 70.974684793688922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226753969000598, 39.916843622687999 ], [ -75.227217909455604, 39.916508195239402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25773, "tnode_": 25808, "lpoly_": null, "rpoly_": null, "length": 179.83928954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2750, "r_t_add": 2798, "st_code": 89270, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1271, "Shape__Length": 71.516317760858612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2311433470759, 39.9165869034099 ], [ -75.230932142250197, 39.916418662924698 ], [ -75.230697750781204, 39.916231951173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25776, "tnode_": 25813, "lpoly_": null, "rpoly_": null, "length": 219.50895095000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6617, "r_t_add": 6699, "st_code": 40573, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 1272, "Shape__Length": 87.259368838119727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227217909455604, 39.916508195239402 ], [ -75.227811929359603, 39.916115920233203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25760, "tnode_": 25841, "lpoly_": null, "rpoly_": null, "length": 290.58524345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6570, "l_t_add": 6598, "r_f_add": 6571, "r_t_add": 6599, "st_code": 30560, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1273, "Shape__Length": 115.52198414416635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225067512235398, 39.916602092140401 ], [ -75.225269371410207, 39.916333849062603 ], [ -75.225401632848602, 39.916235134141303 ], [ -75.225576786313994, 39.9161660278357 ], [ -75.225815496639697, 39.916103089507899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25715, "tnode_": 25841, "lpoly_": null, "rpoly_": null, "length": 305.5195315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 50820, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220663, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1274, "Shape__Length": 121.69402102227949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226103015109103, 39.916912030373602 ], [ -75.225815496639697, 39.916103089507899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25744, "tnode_": 25853, "lpoly_": null, "rpoly_": null, "length": 567.91740646000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6801, "st_code": 39020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVERS AVE", "stname": "GROVERS AVE", "objectid": 1275, "Shape__Length": 225.78245139121879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228698432833895, 39.916862139589099 ], [ -75.230199982222899, 39.915816368460398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25808, "tnode_": 25853, "lpoly_": null, "rpoly_": null, "length": 205.97125922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2849, "r_f_add": 2800, "r_t_add": 2848, "st_code": 89270, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1276, "Shape__Length": 81.915277501565015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230697750781204, 39.916231951173103 ], [ -75.230485720556899, 39.916048690975401 ], [ -75.230199982222899, 39.915816368460398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25813, "tnode_": 25911, "lpoly_": null, "rpoly_": null, "length": 545.69930055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 40573, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 1277, "Shape__Length": 216.92703552470832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227811929359603, 39.916115920233203 ], [ -75.228531817309801, 39.915650770766803 ], [ -75.229181701400606, 39.9152021284741 ], [ -75.229284895583802, 39.9151377297704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25323, "tnode_": 25407, "lpoly_": null, "rpoly_": null, "length": 470.8823532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 77080, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 1278, "Shape__Length": 187.22055072404595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229426503441701, 39.921449433822197 ], [ -75.230667394849505, 39.920578793319599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25379, "tnode_": 25419, "lpoly_": null, "rpoly_": null, "length": 465.45310626000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 39140, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1279, "Shape__Length": 184.92768067310703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224406061962597, 39.920674581018702 ], [ -75.225001142169404, 39.920793526314696 ], [ -75.225116419246703, 39.920797997421197 ], [ -75.225234420118596, 39.920729099685403 ], [ -75.2258092973468, 39.920321906422501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25345, "tnode_": 25430, "lpoly_": null, "rpoly_": null, "length": 465.40619673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 22640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 1280, "Shape__Length": 185.05048058647316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226798938107805, 39.921134998175098 ], [ -75.228012951354998, 39.920264086226297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25419, "tnode_": 25493, "lpoly_": null, "rpoly_": null, "length": 472.87844237000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 39140, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1281, "Shape__Length": 188.01641025254747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2258092973468, 39.920321906422501 ], [ -75.227001397413801, 39.919489510804198 ], [ -75.227045962407601, 39.9194415248488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25400, "tnode_": 25498, "lpoly_": null, "rpoly_": null, "length": 578.44279043999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DAGGETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 27120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DAGGETT ST", "stname": "S DAGGETT ST", "objectid": 1282, "Shape__Length": 230.06778686411727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229544519634402, 39.920592092512798 ], [ -75.228156816356801, 39.919417477789899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25493, "tnode_": 25566, "lpoly_": null, "rpoly_": null, "length": 473.96491046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 39140, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1283, "Shape__Length": 188.44166006129311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227045962407601, 39.9194415248488 ], [ -75.228293324007893, 39.918563821105202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25483, "tnode_": 25574, "lpoly_": null, "rpoly_": null, "length": 581.69638603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIELDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 72660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220674, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIELDS ST", "stname": "SHIELDS ST", "objectid": 1284, "Shape__Length": 231.35736862472675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230830580924902, 39.919695574878197 ], [ -75.229432657029903, 39.918516060514598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25566, "tnode_": 25652, "lpoly_": null, "rpoly_": null, "length": 500.66542858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 39140, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220676, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1285, "Shape__Length": 199.04460232955498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228293324007893, 39.918563821105202 ], [ -75.229550305647194, 39.917679792743002 ], [ -75.229624984045898, 39.917652731246001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25652, "tnode_": 25773, "lpoly_": null, "rpoly_": null, "length": 576.31704957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 39140, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220677, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1286, "Shape__Length": 229.12798930504442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229624984045898, 39.917652731246001 ], [ -75.2311433470759, 39.9165869034099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25773, "tnode_": 25894, "lpoly_": null, "rpoly_": null, "length": 625.16859577000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 39140, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 220679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUYER AVE", "stname": "GUYER AVE", "objectid": 1287, "Shape__Length": 248.54417055823959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2311433470759, 39.9165869034099 ], [ -75.232793179700494, 39.9154330936652 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25448, "tnode_": 25526, "lpoly_": null, "rpoly_": null, "length": 470.29820608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 28940, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220680, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOREL ST", "stname": "DOREL ST", "objectid": 1288, "Shape__Length": 186.98633745259198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225403572818607, 39.9199671851052 ], [ -75.226639668220699, 39.919094903477003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25526, "tnode_": 25599, "lpoly_": null, "rpoly_": null, "length": 469.59054882000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 28940, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220681, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOREL ST", "stname": "DOREL ST", "objectid": 1289, "Shape__Length": 186.70263014019574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226639668220699, 39.919094903477003 ], [ -75.227873833284093, 39.918223888518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25599, "tnode_": 25693, "lpoly_": null, "rpoly_": null, "length": 502.44759198999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 28940, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220683, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOREL ST", "stname": "DOREL ST", "objectid": 1290, "Shape__Length": 199.76368649458689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227873833284093, 39.918223888518 ], [ -75.229194035143905, 39.917291677319398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25693, "tnode_": 25808, "lpoly_": null, "rpoly_": null, "length": 571.7860358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 28940, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220684, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOREL ST", "stname": "DOREL ST", "objectid": 1291, "Shape__Length": 227.32715017381148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229194035143905, 39.917291677319398 ], [ -75.230697750781204, 39.916231951173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25315, "tnode_": 25392, "lpoly_": null, "rpoly_": null, "length": 469.27442125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 36180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220685, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARMAN ST", "stname": "GARMAN ST", "objectid": 1292, "Shape__Length": 186.58813653366988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227221798408607, 39.921505243337997 ], [ -75.228448068722798, 39.920628881407701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24875, "tnode_": 24937, "lpoly_": null, "rpoly_": null, "length": 197.69798901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6128, "r_f_add": 6101, "r_t_add": 6129, "st_code": 19740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220686, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1293, "Shape__Length": 78.616719579995674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223454411415403, 39.9248999886197 ], [ -75.2239619204652, 39.9245233614946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24937, "tnode_": 24987, "lpoly_": null, "rpoly_": null, "length": 179.5631473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6130, "l_t_add": 6158, "r_f_add": 6131, "r_t_add": 6159, "st_code": 19740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220687, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1294, "Shape__Length": 71.391863051414404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2239619204652, 39.9245233614946 ], [ -75.224442858820595, 39.924198001329401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24987, "tnode_": 25021, "lpoly_": null, "rpoly_": null, "length": 191.84146128999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6160, "l_t_add": 6198, "r_f_add": 6161, "r_t_add": 6199, "st_code": 19740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220688, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1295, "Shape__Length": 76.275433693185832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224442858820595, 39.924198001329401 ], [ -75.224953264011702, 39.923847422249203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24973, "tnode_": 25021, "lpoly_": null, "rpoly_": null, "length": 263.41718447, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2535, "l_t_add": 2599, "r_f_add": 2530, "r_t_add": 2598, "st_code": 89060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220689, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1296, "Shape__Length": 104.77126155603345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225594706251002, 39.924375614619898 ], [ -75.224953264011702, 39.923847422249203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24994, "tnode_": 25032, "lpoly_": null, "rpoly_": null, "length": 194.26184686, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2416, "st_code": 89120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1297, "Shape__Length": 77.269415693690078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230489342241796, 39.9242472522686 ], [ -75.230022970220404, 39.923852987371497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25014, "tnode_": 25041, "lpoly_": null, "rpoly_": null, "length": 210.06616705000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2949, "r_f_add": 2800, "r_t_add": 2898, "st_code": 89040, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 220691, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 1298, "Shape__Length": 83.450335116315088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222170679820806, 39.923923014308102 ], [ -75.221512959365796, 39.923647170925697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25013, "tnode_": 25043, "lpoly_": null, "rpoly_": null, "length": 160.93045374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6314, "r_f_add": 6301, "r_t_add": 6313, "st_code": 31480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220692, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1299, "Shape__Length": 63.993214563346719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227726849517197, 39.924044798854098 ], [ -75.228142686906907, 39.923740403067598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25014, "tnode_": 25069, "lpoly_": null, "rpoly_": null, "length": 234.31186389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6121, "st_code": 50820, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220693, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1300, "Shape__Length": 93.283512916934086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222170679820806, 39.923923014308102 ], [ -75.222566319687104, 39.923356503934301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25032, "tnode_": 25074, "lpoly_": null, "rpoly_": null, "length": 173.14514972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2419, "l_t_add": 2469, "r_f_add": 2418, "r_t_add": 2468, "st_code": 89120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1301, "Shape__Length": 68.867053090332746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230022970220404, 39.923852987371497 ], [ -75.229602892883506, 39.923504697801498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25021, "tnode_": 25090, "lpoly_": null, "rpoly_": null, "length": 292.26770188, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2653, "r_f_add": 2600, "r_t_add": 2632, "st_code": 89060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1302, "Shape__Length": 116.25749565359031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224953264011702, 39.923847422249203 ], [ -75.224262153432207, 39.9232469567267 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25041, "tnode_": 25091, "lpoly_": null, "rpoly_": null, "length": 315.89158286000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2951, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 1303, "Shape__Length": 125.47970300082042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221512959365796, 39.923647170925697 ], [ -75.220511172187003, 39.923250889400599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25043, "tnode_": 25128, "lpoly_": null, "rpoly_": null, "length": 358.79188536000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6316, "l_t_add": 6398, "r_f_add": 6315, "r_t_add": 6399, "st_code": 31480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220697, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1304, "Shape__Length": 142.65593773060749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228142686906907, 39.923740403067598 ], [ -75.229092803620603, 39.923080901842198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25074, "tnode_": 25128, "lpoly_": null, "rpoly_": null, "length": 210.48046875, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 89120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220698, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1305, "Shape__Length": 83.716734505344533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229602892883506, 39.923504697801498 ], [ -75.229092803620603, 39.923080901842198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25021, "tnode_": 25138, "lpoly_": null, "rpoly_": null, "length": 521.77108983999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 19740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220699, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1306, "Shape__Length": 207.4653940119222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224953264011702, 39.923847422249203 ], [ -75.226321255109397, 39.922876765543101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25091, "tnode_": 25152, "lpoly_": null, "rpoly_": null, "length": 222.57402647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6128, "r_f_add": 6101, "r_t_add": 6129, "st_code": 30560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220700, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1307, "Shape__Length": 88.609814143851409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220511172187003, 39.923250889400599 ], [ -75.220886545511902, 39.922712574909802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25090, "tnode_": 25166, "lpoly_": null, "rpoly_": null, "length": 289.18790259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2655, "l_t_add": 2699, "r_f_add": 2634, "r_t_add": 2698, "st_code": 89060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1308, "Shape__Length": 115.02317371585937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224262153432207, 39.9232469567267 ], [ -75.223564376596002, 39.922662516430201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25069, "tnode_": 25177, "lpoly_": null, "rpoly_": null, "length": 386.88915394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6122, "l_t_add": 6198, "r_f_add": 6123, "r_t_add": 6199, "st_code": 50820, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220702, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1309, "Shape__Length": 154.03490480297847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222566319687104, 39.923356503934301 ], [ -75.2231964264802, 39.922411728216602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25166, "tnode_": 25177, "lpoly_": null, "rpoly_": null, "length": 137.82951588, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 89060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1310, "Shape__Length": 54.798469015077842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223564376596002, 39.922662516430201 ], [ -75.2231964264802, 39.922411728216602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25128, "tnode_": 25192, "lpoly_": null, "rpoly_": null, "length": 291.4209145, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2531, "r_f_add": 2500, "r_t_add": 2530, "st_code": 89120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1311, "Shape__Length": 115.91365135402536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229092803620603, 39.923080901842198 ], [ -75.228394000795205, 39.922488880140897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25152, "tnode_": 25209, "lpoly_": null, "rpoly_": null, "length": 191.63915485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6130, "l_t_add": 6158, "r_f_add": 6131, "r_t_add": 6159, "st_code": 30560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1312, "Shape__Length": 76.297610894992246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220886545511902, 39.922712574909802 ], [ -75.221200104042893, 39.922245169799403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25166, "tnode_": 25210, "lpoly_": null, "rpoly_": null, "length": 201.96557864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6233, "st_code": 28500, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1313, "Shape__Length": 80.307908633013142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223564376596002, 39.922662516430201 ], [ -75.224087879651805, 39.922281839232099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25177, "tnode_": 25224, "lpoly_": null, "rpoly_": null, "length": 207.69874757, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2896, "st_code": 89060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1314, "Shape__Length": 82.504348565680544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2231964264802, 39.922411728216602 ], [ -75.222541397724299, 39.922145795934398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25224, "tnode_": 25235, "lpoly_": null, "rpoly_": null, "length": 53.34790892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2903, "r_f_add": 2898, "r_t_add": 2898, "st_code": 89060, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 220709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1315, "Shape__Length": 21.192616672827192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222541397724299, 39.922145795934398 ], [ -75.222374739214004, 39.9220752221892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25128, "tnode_": 25243, "lpoly_": null, "rpoly_": null, "length": 470.1104948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 31480, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220710, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1316, "Shape__Length": 186.91898303283668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229092803620603, 39.923080901842198 ], [ -75.230330386734295, 39.922210587962503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25138, "tnode_": 25264, "lpoly_": null, "rpoly_": null, "length": 524.58500219000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 19740, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220711, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1317, "Shape__Length": 208.58237578760824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226321255109397, 39.922876765543101 ], [ -75.227694912091394, 39.921899462317803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25209, "tnode_": 25271, "lpoly_": null, "rpoly_": null, "length": 209.88952495000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6160, "l_t_add": 6198, "r_f_add": 6161, "r_t_add": 6199, "st_code": 30560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220712, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1318, "Shape__Length": 83.559596778465206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221200104042893, 39.922245169799403 ], [ -75.221551989076403, 39.9217366729224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25235, "tnode_": 25271, "lpoly_": null, "rpoly_": null, "length": 261.65433879, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2905, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 89060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1319, "Shape__Length": 103.93850580005042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222374739214004, 39.9220752221892 ], [ -75.221551989076403, 39.9217366729224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25210, "tnode_": 25279, "lpoly_": null, "rpoly_": null, "length": 316.79643334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6220, "l_t_add": 6298, "r_f_add": 6235, "r_t_add": 6299, "st_code": 28500, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1320, "Shape__Length": 125.95460938026571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224087879651805, 39.922281839232099 ], [ -75.224928726587905, 39.9217012053115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25264, "tnode_": 25315, "lpoly_": null, "rpoly_": null, "length": 195.53086187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 89120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1321, "Shape__Length": 77.769290370428408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227694912091394, 39.921899462317803 ], [ -75.227221798408607, 39.921505243337997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25243, "tnode_": 25334, "lpoly_": null, "rpoly_": null, "length": 469.71956493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 31480, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220716, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1322, "Shape__Length": 186.7611735575444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230330386734295, 39.922210587962503 ], [ -75.231566913068306, 39.9213409878341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25271, "tnode_": 25328, "lpoly_": null, "rpoly_": null, "length": 213.15564211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6238, "r_f_add": 6201, "r_t_add": 6239, "st_code": 30560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1323, "Shape__Length": 84.859817819320753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221551989076403, 39.9217366729224 ], [ -75.221907955743106, 39.921219693859001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25315, "tnode_": 25331, "lpoly_": null, "rpoly_": null, "length": 91.26806547, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2621, "l_t_add": 2641, "r_f_add": 2620, "r_t_add": 2640, "st_code": 89120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1324, "Shape__Length": 36.301164304244082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227221798408607, 39.921505243337997 ], [ -75.227002466534799, 39.921320170997703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25331, "tnode_": 25345, "lpoly_": null, "rpoly_": null, "length": 88.36900082, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2643, "l_t_add": 2649, "r_f_add": 2642, "r_t_add": 2648, "st_code": 89120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1325, "Shape__Length": 35.153134232873235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227002466534799, 39.921320170997703 ], [ -75.226798938107805, 39.921134998175098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25177, "tnode_": 25348, "lpoly_": null, "rpoly_": null, "length": 565.7688503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 50820, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220720, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1326, "Shape__Length": 225.23725234073217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2231964264802, 39.922411728216602 ], [ -75.224148330537304, 39.921042437386902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25345, "tnode_": 25381, "lpoly_": null, "rpoly_": null, "length": 202.87350757000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2651, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 89120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1327, "Shape__Length": 80.686258860484998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226798938107805, 39.921134998175098 ], [ -75.226303837388201, 39.920729006331797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25328, "tnode_": 25451, "lpoly_": null, "rpoly_": null, "length": 529.7203346199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6240, "l_t_add": 6298, "r_f_add": 6241, "r_t_add": 6299, "st_code": 30560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1328, "Shape__Length": 210.89259652168627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221907955743106, 39.921219693859001 ], [ -75.222774547830397, 39.919927670680998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25448, "tnode_": 25465, "lpoly_": null, "rpoly_": null, "length": 129.40699238000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2771, "l_t_add": 2799, "r_f_add": 2770, "r_t_add": 2798, "st_code": 89120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1329, "Shape__Length": 51.445366169709956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225403572818607, 39.9199671851052 ], [ -75.225187707781899, 39.919790607942403 ], [ -75.225057274140795, 39.919739387250999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25192, "tnode_": 25227, "lpoly_": null, "rpoly_": null, "length": 104.49283749, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2533, "l_t_add": 2541, "r_f_add": 2532, "r_t_add": 2540, "st_code": 89120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220724, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1330, "Shape__Length": 41.556786487969561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228394000795205, 39.922488880140897 ], [ -75.228134580489098, 39.922283006552099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25227, "tnode_": 25264, "lpoly_": null, "rpoly_": null, "length": 186.35643054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2543, "l_t_add": 2599, "r_f_add": 2542, "r_t_add": 2598, "st_code": 89120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220725, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1331, "Shape__Length": 74.127380459186085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228134580489098, 39.922283006552099 ], [ -75.227694912091394, 39.921899462317803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24937, "tnode_": 25069, "lpoly_": null, "rpoly_": null, "length": 577.83858494999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 28400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220726, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DEWEY ST", "stname": "S DEWEY ST", "objectid": 1332, "Shape__Length": 229.83519600515069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2239619204652, 39.9245233614946 ], [ -75.222566319687104, 39.923356503934301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25090, "tnode_": 25136, "lpoly_": null, "rpoly_": null, "length": 200.29153239000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6212, "r_f_add": 6201, "r_t_add": 6213, "st_code": 22640, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220727, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 1333, "Shape__Length": 79.642257482590225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224262153432207, 39.9232469567267 ], [ -75.224782383085397, 39.9228703019892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25099, "tnode_": 25152, "lpoly_": null, "rpoly_": null, "length": 312.20841579, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 28400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220728, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DEWEY ST", "stname": "S DEWEY ST", "objectid": 1334, "Shape__Length": 124.02079410429118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221870121805296, 39.923113860482403 ], [ -75.220886545511902, 39.922712574909802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25136, "tnode_": 25210, "lpoly_": null, "rpoly_": null, "length": 289.65085041999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 33800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 1335, "Shape__Length": 115.20928142698101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224782383085397, 39.9228703019892 ], [ -75.224087879651805, 39.922281839232099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25136, "tnode_": 25215, "lpoly_": null, "rpoly_": null, "length": 322.52157505000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6214, "l_t_add": 6298, "r_f_add": 6215, "r_t_add": 6299, "st_code": 22640, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220730, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 1336, "Shape__Length": 128.23495144976056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224782383085397, 39.9228703019892 ], [ -75.2256338564858, 39.922275269180801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25235, "tnode_": 25299, "lpoly_": null, "rpoly_": null, "length": 213.47383149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 40560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220731, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 1337, "Shape__Length": 84.992921021525504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222374739214004, 39.9220752221892 ], [ -75.222716369203795, 39.921551561824501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25299, "tnode_": 25328, "lpoly_": null, "rpoly_": null, "length": 256.96231944000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 33800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220732, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 1338, "Shape__Length": 102.07355755989464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222716369203795, 39.921551561824501 ], [ -75.221907955743106, 39.921219693859001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25215, "tnode_": 25331, "lpoly_": null, "rpoly_": null, "length": 518.08214822999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELWYNDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 22640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220733, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELWYNDE AVE", "stname": "CHELWYNDE AVE", "objectid": 1339, "Shape__Length": 205.98715815506014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2256338564858, 39.922275269180801 ], [ -75.227002466534799, 39.921320170997703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25299, "tnode_": 25396, "lpoly_": null, "rpoly_": null, "length": 440.72095134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6220, "l_t_add": 6298, "r_f_add": 6221, "r_t_add": 6299, "st_code": 40560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220734, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 1340, "Shape__Length": 175.45186310714971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222716369203795, 39.921551561824501 ], [ -75.223460203579506, 39.920485878182802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27192, "tnode_": 24910, "lpoly_": null, "rpoly_": null, "length": 456.71204418999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 82800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220736, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 1341, "Shape__Length": 181.61561863371091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227484170016098, 39.9256890007237 ], [ -75.228615092576305, 39.924887685001103 ], [ -75.228654669802594, 39.924824214974002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24835, "tnode_": 24987, "lpoly_": null, "rpoly_": null, "length": 578.79823734999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 68940, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROBINSON ST", "stname": "S ROBINSON ST", "objectid": 1342, "Shape__Length": 230.22302003414555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225835303397005, 39.925370676029502 ], [ -75.224442858820595, 39.924198001329401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24910, "tnode_": 25032, "lpoly_": null, "rpoly_": null, "length": 521.97178144000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 82800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220738, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 1343, "Shape__Length": 207.54831594432937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228654669802594, 39.924824214974002 ], [ -75.230022970220404, 39.923852987371497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24987, "tnode_": 25115, "lpoly_": null, "rpoly_": null, "length": 575.14541723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 68940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220739, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROBINSON ST", "stname": "S ROBINSON ST", "objectid": 1344, "Shape__Length": 228.7622769572159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224442858820595, 39.924198001329401 ], [ -75.2230527114978, 39.923037332655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25043, "tnode_": 25116, "lpoly_": null, "rpoly_": null, "length": 287.95109847000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 38980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220740, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GROSS ST", "stname": "S GROSS ST", "objectid": 1345, "Shape__Length": 114.53469373462447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228142686906907, 39.923740403067598 ], [ -75.227452301236198, 39.9231553578486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25098, "tnode_": 25227, "lpoly_": null, "rpoly_": null, "length": 521.85814082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 77080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 1346, "Shape__Length": 207.49643213485015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226763654593995, 39.923251548986798 ], [ -75.228134580489098, 39.922283006552099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24757, "tnode_": 24796, "lpoly_": null, "rpoly_": null, "length": 193.24390223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 31480, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220745, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1347, "Shape__Length": 76.838354306901579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224843347774694, 39.926064154852497 ], [ -75.2253525891755, 39.9257068212573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24772, "tnode_": 24802, "lpoly_": null, "rpoly_": null, "length": 154.40021546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6010, "r_f_add": 6001, "r_t_add": 6011, "st_code": 77080, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 1348, "Shape__Length": 61.386908844611639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222137778755993, 39.9258778439482 ], [ -75.222553968431896, 39.925600407176702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24796, "tnode_": 24835, "lpoly_": null, "rpoly_": null, "length": 182.54766524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6120, "l_t_add": 6142, "r_f_add": 6121, "r_t_add": 6141, "st_code": 31480, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220747, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1349, "Shape__Length": 72.583821976213841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2253525891755, 39.9257068212573 ], [ -75.225835303397005, 39.925370676029502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24772, "tnode_": 24853, "lpoly_": null, "rpoly_": null, "length": 296.12028572000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 89020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 1350, "Shape__Length": 117.93558375134504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222137778755993, 39.9258778439482 ], [ -75.221750926736902, 39.925121487358098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24853, "tnode_": 24875, "lpoly_": null, "rpoly_": null, "length": 485.33398796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 19740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220749, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1351, "Shape__Length": 192.6545364450553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221750926736902, 39.925121487358098 ], [ -75.223284852611002, 39.924945516510299 ], [ -75.223454411415403, 39.9248999886197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24757, "tnode_": 24875, "lpoly_": null, "rpoly_": null, "length": 575.84565893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 89040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 1352, "Shape__Length": 229.0488072326331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224843347774694, 39.926064154852497 ], [ -75.223454411415403, 39.9248999886197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24858, "tnode_": 24910, "lpoly_": null, "rpoly_": null, "length": 192.59901946, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 89080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220751, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1353, "Shape__Length": 76.605322101729996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229123365950301, 39.9252106248898 ], [ -75.228654669802594, 39.924824214974002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24894, "tnode_": 24936, "lpoly_": null, "rpoly_": null, "length": 142.57432566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6202, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6213, "st_code": 31480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220752, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1354, "Shape__Length": 56.689997724865044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2265011527425, 39.924903131929597 ], [ -75.226876872464501, 39.9246395017758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24910, "tnode_": 24969, "lpoly_": null, "rpoly_": null, "length": 170.71819387, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2417, "l_t_add": 2469, "r_f_add": 2416, "r_t_add": 2468, "st_code": 89080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220753, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1355, "Shape__Length": 67.89811630935445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228654669802594, 39.924824214974002 ], [ -75.228232872976605, 39.9244863368396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24936, "tnode_": 25013, "lpoly_": null, "rpoly_": null, "length": 322.12550455000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6215, "r_t_add": 6299, "st_code": 31480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220755, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1356, "Shape__Length": 128.08110334571887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226876872464501, 39.9246395017758 ], [ -75.227726849517197, 39.924044798854098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24969, "tnode_": 25013, "lpoly_": null, "rpoly_": null, "length": 214.5082416, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 89080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220756, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1357, "Shape__Length": 85.328147033148298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228232872976605, 39.9244863368396 ], [ -75.227726849517197, 39.924044798854098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24875, "tnode_": 25014, "lpoly_": null, "rpoly_": null, "length": 512.21720729000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 89040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 1358, "Shape__Length": 203.70216429631247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223454411415403, 39.9248999886197 ], [ -75.222319621203795, 39.923954898916598 ], [ -75.222170679820806, 39.923923014308102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25013, "tnode_": 25071, "lpoly_": null, "rpoly_": null, "length": 315.84185605, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2530, "st_code": 89080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220758, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1359, "Shape__Length": 125.62374860368188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227726849517197, 39.924044798854098 ], [ -75.226960851219999, 39.923409265043297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25071, "tnode_": 25098, "lpoly_": null, "rpoly_": null, "length": 79.74926086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2531, "l_t_add": 2537, "r_f_add": 2532, "r_t_add": 2536, "st_code": 89080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220759, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1360, "Shape__Length": 31.71719681952229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226960851219999, 39.923409265043297 ], [ -75.226763654593995, 39.923251548986798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25098, "tnode_": 25138, "lpoly_": null, "rpoly_": null, "length": 184.48899165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2539, "l_t_add": 2599, "r_f_add": 2538, "r_t_add": 2598, "st_code": 89080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220760, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1361, "Shape__Length": 73.381413474320183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226763654593995, 39.923251548986798 ], [ -75.226321255109397, 39.922876765543101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25138, "tnode_": 25215, "lpoly_": null, "rpoly_": null, "length": 291.86187988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2601, "l_t_add": 2653, "r_f_add": 2600, "r_t_add": 2652, "st_code": 89080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220761, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1362, "Shape__Length": 116.09601953456476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226321255109397, 39.922876765543101 ], [ -75.2256338564858, 39.922275269180801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25215, "tnode_": 25279, "lpoly_": null, "rpoly_": null, "length": 287.83162819, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2655, "l_t_add": 2699, "r_f_add": 2654, "r_t_add": 2698, "st_code": 89080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220762, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1363, "Shape__Length": 114.47570153219581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2256338564858, 39.922275269180801 ], [ -75.224928726587905, 39.9217012053115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25279, "tnode_": 25348, "lpoly_": null, "rpoly_": null, "length": 324.8098661, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 89080, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220763, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1364, "Shape__Length": 129.19062805458424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224928726587905, 39.9217012053115 ], [ -75.224148330537304, 39.921042437386902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24835, "tnode_": 24878, "lpoly_": null, "rpoly_": null, "length": 195.44049889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6144, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6167, "st_code": 31480, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220764, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1365, "Shape__Length": 77.710665960657522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225835303397005, 39.925370676029502 ], [ -75.226350811287503, 39.925009689271803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24878, "tnode_": 24894, "lpoly_": null, "rpoly_": null, "length": 57.31267828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6200, "r_f_add": 6169, "r_t_add": 6199, "st_code": 31480, "l_hundred": 6200, "r_hundred": 6100, "seg_id": 220765, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 1366, "Shape__Length": 22.789016595042039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226350811287503, 39.925009689271803 ], [ -75.2265011527425, 39.924903131929597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25071, "tnode_": 25116, "lpoly_": null, "rpoly_": null, "length": 176.15982126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6314, "r_f_add": 6301, "r_t_add": 6315, "st_code": 28460, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 1367, "Shape__Length": 70.021835116548104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226960851219999, 39.923409265043297 ], [ -75.227071924366797, 39.923423266948703 ], [ -75.227452301236198, 39.9231553578486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25116, "tnode_": 25192, "lpoly_": null, "rpoly_": null, "length": 358.75859614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6316, "l_t_add": 6398, "r_f_add": 6317, "r_t_add": 6399, "st_code": 28460, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 1368, "Shape__Length": 142.64690267641538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227452301236198, 39.9231553578486 ], [ -75.228394000795205, 39.922488880140897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25192, "tnode_": 25305, "lpoly_": null, "rpoly_": null, "length": 467.90803738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 28460, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220768, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 1369, "Shape__Length": 186.04092876886534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228394000795205, 39.922488880140897 ], [ -75.229626903548194, 39.9216235958325 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24850, "tnode_": 24969, "lpoly_": null, "rpoly_": null, "length": 458.63355101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 67800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220770, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 1370, "Shape__Length": 182.3552322069585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227015979104706, 39.925326306667401 ], [ -75.227063438406702, 39.9253036708213 ], [ -75.228232872976605, 39.9244863368396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24973, "tnode_": 25016, "lpoly_": null, "rpoly_": null, "length": 202.71795121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 28460, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 1371, "Shape__Length": 80.608582718420635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225594706251002, 39.924375614619898 ], [ -75.226120976233801, 39.923994175422898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24936, "tnode_": 25016, "lpoly_": null, "rpoly_": null, "length": 316.560135, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 33800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220772, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 1372, "Shape__Length": 125.91758382823006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226876872464501, 39.9246395017758 ], [ -75.226120976233801, 39.923994175422898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25016, "tnode_": 25071, "lpoly_": null, "rpoly_": null, "length": 317.63204079000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6220, "l_t_add": 6298, "r_f_add": 6221, "r_t_add": 6299, "st_code": 28460, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220773, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 1373, "Shape__Length": 126.29210847092061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226120976233801, 39.923994175422898 ], [ -75.226960851219999, 39.923409265043297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24969, "tnode_": 25074, "lpoly_": null, "rpoly_": null, "length": 526.03346065000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 67800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 1374, "Shape__Length": 209.16577332142134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228232872976605, 39.9244863368396 ], [ -75.228259939466298, 39.924444409477204 ], [ -75.229602892883506, 39.923504697801498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24732, "tnode_": 24766, "lpoly_": null, "rpoly_": null, "length": 168.06972065000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2360, "l_t_add": 2398, "r_f_add": 2361, "r_t_add": 2399, "st_code": 89060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 220775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1375, "Shape__Length": 66.838508662102015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228380495666798, 39.926371293805197 ], [ -75.227952702392201, 39.926048207098198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24766, "tnode_": 27192, "lpoly_": null, "rpoly_": null, "length": 185.44606657, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2412, "st_code": 89060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1376, "Shape__Length": 73.75060996140499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227952702392201, 39.926048207098198 ], [ -75.227484170016098, 39.9256890007237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24808, "tnode_": 24850, "lpoly_": null, "rpoly_": null, "length": 160.56915951, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2421, "l_t_add": 2435, "r_f_add": 2416, "r_t_add": 2434, "st_code": 89060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1377, "Shape__Length": 63.858397824392732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2274192164856, 39.925639202687101 ], [ -75.227015979104706, 39.925326306667401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24850, "tnode_": 24894, "lpoly_": null, "rpoly_": null, "length": 211.21796554, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2437, "l_t_add": 2499, "r_f_add": 2436, "r_t_add": 2498, "st_code": 89060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1378, "Shape__Length": 84.010542949451263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227015979104706, 39.925326306667401 ], [ -75.2265011527425, 39.924903131929597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24878, "tnode_": 24973, "lpoly_": null, "rpoly_": null, "length": 313.56716325999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2533, "r_f_add": 2500, "r_t_add": 2528, "st_code": 89060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1379, "Shape__Length": 124.72339576322672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226350811287503, 39.925009689271803 ], [ -75.225594706251002, 39.924375614619898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25115, "tnode_": 25166, "lpoly_": null, "rpoly_": null, "length": 198.53675807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6150, "l_t_add": 6198, "r_f_add": 6151, "r_t_add": 6199, "st_code": 28500, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220780, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1380, "Shape__Length": 78.946022605863291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2230527114978, 39.923037332655298 ], [ -75.223527259544895, 39.922704343823 ], [ -75.223564376596002, 39.922662516430201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24796, "tnode_": 24937, "lpoly_": null, "rpoly_": null, "length": 581.36839396999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 28400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 220781, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DEWEY ST", "stname": "S DEWEY ST", "objectid": 1381, "Shape__Length": 231.25117528008283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2253525891755, 39.9257068212573 ], [ -75.2239619204652, 39.9245233614946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24766, "tnode_": 24858, "lpoly_": null, "rpoly_": null, "length": 448.21644001000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 38300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 1382, "Shape__Length": 178.22761611810148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227952702392201, 39.926048207098198 ], [ -75.229123365950301, 39.9252106248898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24858, "tnode_": 24994, "lpoly_": null, "rpoly_": null, "length": 519.55403653999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 38300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220784, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 1383, "Shape__Length": 206.58554177457461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229123365950301, 39.9252106248898 ], [ -75.230489342241796, 39.9242472522686 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24994, "tnode_": 25094, "lpoly_": null, "rpoly_": null, "length": 469.06319409000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 38300, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 220785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 1384, "Shape__Length": 186.50000693867096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230489342241796, 39.9242472522686 ], [ -75.231733001092493, 39.923386363990801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24684, "tnode_": 24725, "lpoly_": null, "rpoly_": null, "length": 209.24257802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6219, "r_t_add": 6299, "st_code": 63180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 1385, "Shape__Length": 83.198139706405385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229967036161497, 39.926787367124 ], [ -75.230522312938703, 39.926403744121302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24802, "tnode_": 24847, "lpoly_": null, "rpoly_": null, "length": 194.24099812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6012, "l_t_add": 6020, "r_f_add": 6013, "r_t_add": 6021, "st_code": 77080, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220790, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 1386, "Shape__Length": 77.235612911925045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222553968431896, 39.925600407176702 ], [ -75.223063811620804, 39.925239528858398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24847, "tnode_": 24875, "lpoly_": null, "rpoly_": null, "length": 167.49634190999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6022, "l_t_add": 6098, "r_f_add": 6023, "r_t_add": 6099, "st_code": 77080, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220792, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 1387, "Shape__Length": 66.625965350399483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223063811620804, 39.925239528858398 ], [ -75.223418496300297, 39.9249735774846 ], [ -75.223454411415403, 39.9248999886197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25178, "tnode_": 25294, "lpoly_": null, "rpoly_": null, "length": 468.77248263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 67800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220794, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 1388, "Shape__Length": 186.38645716153863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230833428145402, 39.922631308832898 ], [ -75.232066402727398, 39.921762564104903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25991, "tnode_": 26043, "lpoly_": null, "rpoly_": null, "length": 536.31618597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREBE", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 38355, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 220796, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREBE PL", "stname": "GREBE PL", "objectid": 1389, "Shape__Length": 213.21902166251573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227956737373603, 39.914020830632097 ], [ -75.229117674234701, 39.913209159771696 ], [ -75.229361117128704, 39.9133961398556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25563, "tnode_": 25607, "lpoly_": null, "rpoly_": null, "length": 242.37930929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 50820, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 220797, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1390, "Shape__Length": 96.502934849471728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225896222445201, 39.918508929378099 ], [ -75.226005778619395, 39.9183747866415 ], [ -75.226127030103797, 39.918208076968 ], [ -75.226207221737099, 39.9180534927414 ], [ -75.226255076692397, 39.917908743796097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25607, "tnode_": 25760, "lpoly_": null, "rpoly_": null, "length": 704.54352154000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BITTERN", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 17730, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220798, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BITTERN PL", "stname": "BITTERN PL", "objectid": 1391, "Shape__Length": 280.17448333301786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226255076692397, 39.917908743796097 ], [ -75.225389127886004, 39.9175742521141 ], [ -75.225594319330696, 39.917276342538003 ], [ -75.225416431996393, 39.916749395137799 ], [ -75.225067512235398, 39.916602092140401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24781, "tnode_": 24814, "lpoly_": null, "rpoly_": null, "length": 128.12429275, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2325, "l_t_add": 2333, "r_f_add": 2324, "r_t_add": 2332, "st_code": 89080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 220800, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1392, "Shape__Length": 50.96949458832102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229960766994296, 39.925945668966897 ], [ -75.229662702380395, 39.925679131854402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24814, "tnode_": 24858, "lpoly_": null, "rpoly_": null, "length": 228.05549025, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2335, "l_t_add": 2399, "r_f_add": 2336, "r_t_add": 2398, "st_code": 89080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 220801, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 1393, "Shape__Length": 90.717818449415546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229662702380395, 39.925679131854402 ], [ -75.229123365950301, 39.9252106248898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26041, "tnode_": 26218, "lpoly_": null, "rpoly_": null, "length": 1140.7008127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6801, "r_t_add": 6999, "st_code": 50820, "l_hundred": 0, "r_hundred": 6800, "seg_id": 220806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1394, "Shape__Length": 453.4330736807251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227343170412297, 39.913512380382699 ], [ -75.227500505896501, 39.913528125431498 ], [ -75.228142027184603, 39.913018641120502 ], [ -75.228847908709795, 39.9125338667424 ], [ -75.230194818610101, 39.911594762033602 ], [ -75.230267062545494, 39.911564504984703 ], [ -75.230333009693993, 39.911561012386599 ], [ -75.230406725786096, 39.911571724423801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26093, "tnode_": 26134, "lpoly_": null, "rpoly_": null, "length": 230.57615904, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2951, "l_t_add": 2999, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 2900, "r_hundred": 0, "seg_id": 220807, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1395, "Shape__Length": 91.693516898685672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232014507438706, 39.912897094551298 ], [ -75.231452763356998, 39.912435017814701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26134, "tnode_": 26171, "lpoly_": null, "rpoly_": null, "length": 236.06431436, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3001, "l_t_add": 3015, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 3000, "r_hundred": 0, "seg_id": 220808, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1396, "Shape__Length": 93.877918821680225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231452763356998, 39.912435017814701 ], [ -75.230881920644904, 39.911958887205401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26171, "tnode_": 26218, "lpoly_": null, "rpoly_": null, "length": 194.0647086, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3017, "l_t_add": 3031, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 3000, "r_hundred": 0, "seg_id": 220809, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1397, "Shape__Length": 77.171487065081251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230881920644904, 39.911958887205401 ], [ -75.230406725786096, 39.911571724423801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26236, "tnode_": 26378, "lpoly_": null, "rpoly_": null, "length": 1023.5020366199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7001, "r_t_add": 7199, "st_code": 50820, "l_hundred": 0, "r_hundred": 7000, "seg_id": 220810, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1398, "Shape__Length": 407.05739210533176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230786419296294, 39.911193767472298 ], [ -75.231283833036898, 39.910819172323798 ], [ -75.231804704536998, 39.910428204804198 ], [ -75.232059986071107, 39.9102263842694 ], [ -75.232305266800793, 39.910003600823899 ], [ -75.232551006364702, 39.909768381495098 ], [ -75.232797359279502, 39.909516580585702 ], [ -75.233022025910401, 39.909268452160603 ], [ -75.233176633586794, 39.909083151610503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26378, "tnode_": 28176, "lpoly_": null, "rpoly_": null, "length": 1081.39006371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7201, "r_t_add": 7399, "st_code": 50820, "l_hundred": 0, "r_hundred": 7200, "seg_id": 220811, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1399, "Shape__Length": 430.23599114395716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233176633586794, 39.909083151610503 ], [ -75.233792655164905, 39.908420221857 ], [ -75.234459218274793, 39.907674366666903 ], [ -75.234950012196094, 39.9071433533978 ], [ -75.235212723976403, 39.906845917947699 ], [ -75.235399772624305, 39.906658464721602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25041, "tnode_": 25099, "lpoly_": null, "rpoly_": null, "length": 218.58187375999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 40560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220813, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 1400, "Shape__Length": 87.025702346894661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221512959365796, 39.923647170925697 ], [ -75.221870121805296, 39.923113860482403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25099, "tnode_": 25160, "lpoly_": null, "rpoly_": null, "length": 193.50439109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6120, "l_t_add": 6142, "r_f_add": 6121, "r_t_add": 6143, "st_code": 40560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220814, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 1401, "Shape__Length": 77.036116261414179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221870121805296, 39.923113860482403 ], [ -75.222197802668703, 39.922646406423397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25160, "tnode_": 25224, "lpoly_": null, "rpoly_": null, "length": 206.26163953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6144, "l_t_add": 6198, "r_f_add": 6145, "r_t_add": 6199, "st_code": 40560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220815, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY AVE", "stname": "HARLEY AVE", "objectid": 1402, "Shape__Length": 82.116690480738143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222197802668703, 39.922646406423397 ], [ -75.222541397724299, 39.922145795934398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25160, "tnode_": 25209, "lpoly_": null, "rpoly_": null, "length": 315.70731271, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 68940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220816, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROBINSON ST", "stname": "S ROBINSON ST", "objectid": 1403, "Shape__Length": 125.40739665318975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222197802668703, 39.922646406423397 ], [ -75.221200104042893, 39.922245169799403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25069, "tnode_": 25115, "lpoly_": null, "rpoly_": null, "length": 179.24620904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6148, "r_f_add": 6101, "r_t_add": 6149, "st_code": 28500, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 220817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKS AVE", "stname": "DICKS AVE", "objectid": 1404, "Shape__Length": 71.260424956016223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222566319687104, 39.923356503934301 ], [ -75.2230527114978, 39.923037332655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24781, "tnode_": 24832, "lpoly_": null, "rpoly_": null, "length": 242.10609442999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 51000, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220818, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 1405, "Shape__Length": 96.266631880604265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229960766994296, 39.925945668966897 ], [ -75.230599163853995, 39.925498315816299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24814, "tnode_": 24954, "lpoly_": null, "rpoly_": null, "length": 554.2983406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 37300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 220819, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 1406, "Shape__Length": 220.46612818039671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229662702380395, 39.925679131854402 ], [ -75.230816591594902, 39.924869688946501 ], [ -75.230905326165697, 39.924801763290297 ], [ -75.230930067358003, 39.9247464062435 ], [ -75.230906614532302, 39.924644572099602 ], [ -75.230897022279905, 39.924583560285498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26061, "tnode_": 26068, "lpoly_": null, "rpoly_": null, "length": 44.90699676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDBIRD", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67790, "l_hundred": 0, "r_hundred": 0, "seg_id": 220820, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDBIRD PL", "stname": "REEDBIRD PL", "objectid": 1407, "Shape__Length": 17.853075084555744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232615506748601, 39.913397914511201 ], [ -75.232733414854295, 39.913314530250901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26238, "tnode_": 26381, "lpoly_": null, "rpoly_": null, "length": 1094.1427202100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7198, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7000, "r_hundred": 0, "seg_id": 220821, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1408, "Shape__Length": 435.12546313779393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230346284486203, 39.911108610584897 ], [ -75.231181557957399, 39.910511285477 ], [ -75.231631075551505, 39.910158176905902 ], [ -75.231967130390302, 39.909883238211698 ], [ -75.232323940536702, 39.909519127731699 ], [ -75.232632077609296, 39.909212205011798 ], [ -75.232946765916694, 39.9088820246739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26049, "tnode_": 26238, "lpoly_": null, "rpoly_": null, "length": 1208.8330553000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6800, "l_t_add": 6998, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 6800, "r_hundred": 0, "seg_id": 220822, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1409, "Shape__Length": 480.59630672670659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227212993967896, 39.913382778011403 ], [ -75.227722235254504, 39.912945810485603 ], [ -75.2283948988823, 39.9124766116066 ], [ -75.229178260524407, 39.911906865265301 ], [ -75.230346284486203, 39.911108610584897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25967, "tnode_": 26061, "lpoly_": null, "rpoly_": null, "length": 664.23393384999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDBIRD", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 67790, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 220823, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDBIRD PL", "stname": "REEDBIRD PL", "objectid": 1410, "Shape__Length": 264.08586099883405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230891791883295, 39.914240260679797 ], [ -75.231141404480596, 39.914443764194601 ], [ -75.232615506748601, 39.913397914511201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26050, "tnode_": 26134, "lpoly_": null, "rpoly_": null, "length": 512.89899207999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROSBEAK", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 38950, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 220824, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROSBEAK PL", "stname": "GROSBEAK PL", "objectid": 1411, "Shape__Length": 203.91883019385665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230534082745393, 39.913403480347199 ], [ -75.230331766929893, 39.913214829828597 ], [ -75.231452763356998, 39.912435017814701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26089, "tnode_": 26171, "lpoly_": null, "rpoly_": null, "length": 521.27212205000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IBIS", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 44770, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 220825, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IBIS PL", "stname": "IBIS PL", "objectid": 1412, "Shape__Length": 207.24366298713198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2300070399276, 39.9129405966384 ], [ -75.229769215983893, 39.912741954593599 ], [ -75.230881920644904, 39.911958887205401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25627, "tnode_": 25658, "lpoly_": null, "rpoly_": null, "length": 339.83185234999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORMORANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 25090, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORMORANT PL", "stname": "CORMORANT PL", "objectid": 1413, "Shape__Length": 135.12604041910669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227375008777798, 39.917807244030598 ], [ -75.228033847860004, 39.917342964207997 ], [ -75.228242261164596, 39.917528338867598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25938, "tnode_": 25952, "lpoly_": null, "rpoly_": null, "length": 471.8717196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EGRET", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 30910, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 220828, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EGRET PL", "stname": "EGRET PL", "objectid": 1414, "Shape__Length": 187.40398322802599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227020326870402, 39.914725840895301 ], [ -75.227223991730696, 39.914865119896199 ], [ -75.227654116591196, 39.914790915778603 ], [ -75.228227078278707, 39.9146856760782 ], [ -75.228520039284305, 39.9144993445286 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25776, "tnode_": 25798, "lpoly_": null, "rpoly_": null, "length": 289.66645012000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWITCHER", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 29085, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 220829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWITCHER PL", "stname": "DOWITCHER PL", "objectid": 1415, "Shape__Length": 115.19331611749107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227217909455604, 39.916508195239402 ], [ -75.226723381114894, 39.916083115925197 ], [ -75.226505299656097, 39.916232068972398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25697, "tnode_": 25712, "lpoly_": null, "rpoly_": null, "length": 294.40090487999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURLEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 26410, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 220830, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURLEW PL", "stname": "CURLEW PL", "objectid": 1416, "Shape__Length": 117.06624522029756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227003566059807, 39.9172040491922 ], [ -75.227497135407305, 39.916857943412303 ], [ -75.227745509795696, 39.917081409419801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25998, "tnode_": 26093, "lpoly_": null, "rpoly_": null, "length": 575.76059791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAXWING", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6900, "l_t_add": 6990, "r_f_add": 6901, "r_t_add": 6991, "st_code": 81870, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 220831, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAXWING PL", "stname": "WAXWING PL", "objectid": 1417, "Shape__Length": 228.88915417146836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230489719212201, 39.9139551186665 ], [ -75.232014507438706, 39.912897094551298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26061, "tnode_": 26093, "lpoly_": null, "rpoly_": null, "length": 248.40946682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2903, "l_t_add": 2949, "r_f_add": 0, "r_t_add": 0, "st_code": 89330, "l_hundred": 2900, "r_hundred": 0, "seg_id": 220832, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1418, "Shape__Length": 98.788529791250696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232615506748601, 39.913397914511201 ], [ -75.232014507438706, 39.912897094551298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26193, "tnode_": 26265, "lpoly_": null, "rpoly_": null, "length": 430.57845483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 49210, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 220833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARK PL", "stname": "LARK PL", "objectid": 1419, "Shape__Length": 171.18575208349839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2312022766626, 39.911715117024698 ], [ -75.232091161709803, 39.911084364851597 ], [ -75.2318679141774, 39.910901232681702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26378, "tnode_": 26381, "lpoly_": null, "rpoly_": null, "length": 97.60373303, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89390, "l_hundred": 0, "r_hundred": 0, "seg_id": 220834, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 72ND ST", "stname": "S 72ND ST", "objectid": 1420, "Shape__Length": 38.816799335229902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233176633586794, 39.909083151610503 ], [ -75.232946765916694, 39.9088820246739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26141, "tnode_": 26148, "lpoly_": null, "rpoly_": null, "length": 77.74624272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDRAKE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 72505, "l_hundred": 0, "r_hundred": 0, "seg_id": 220835, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDRAKE PL", "stname": "SHELDRAKE PL", "objectid": 1421, "Shape__Length": 30.901417784496303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231546985452098, 39.912322192448201 ], [ -75.231761048499294, 39.912186633591404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26187, "tnode_": 26193, "lpoly_": null, "rpoly_": null, "length": 80.735699610000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 49210, "l_hundred": 0, "r_hundred": 0, "seg_id": 220836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARK PL", "stname": "LARK PL", "objectid": 1422, "Shape__Length": 32.096509452072524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230990658141593, 39.911865327399703 ], [ -75.2312022766626, 39.911715117024698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24959, "tnode_": 24984, "lpoly_": null, "rpoly_": null, "length": 129.0271975, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 56220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 1423, "Shape__Length": 51.254990036644571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221817674169301, 39.924414046954801 ], [ -75.221410567642295, 39.924249100197102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24959, "tnode_": 25014, "lpoly_": null, "rpoly_": null, "length": 204.44729129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6032, "l_t_add": 6098, "r_f_add": 6019, "r_t_add": 6099, "st_code": 50820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220840, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1424, "Shape__Length": 81.391262126088719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221817674169301, 39.924414046954801 ], [ -75.222170679820806, 39.923923014308102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24848, "tnode_": 24876, "lpoly_": null, "rpoly_": null, "length": 137.15137461999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6014, "r_f_add": 6001, "r_t_add": 6007, "st_code": 50820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 220842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1425, "Shape__Length": 54.608040996702549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221306909816903, 39.925164736873697 ], [ -75.221527005929502, 39.924828530209702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24848, "tnode_": 24853, "lpoly_": null, "rpoly_": null, "length": 125.5256333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUIST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 19740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 220845, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUIST AVE", "stname": "BUIST AVE", "objectid": 1426, "Shape__Length": 49.82484140308032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221306909816903, 39.925164736873697 ], [ -75.221750926736902, 39.925121487358098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24853, "tnode_": 24876, "lpoly_": null, "rpoly_": null, "length": 131.88034008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2621, "l_t_add": 2699, "r_f_add": 2620, "r_t_add": 2698, "st_code": 89020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220846, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2010-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 1427, "Shape__Length": 52.488571437995958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221750926736902, 39.925121487358098 ], [ -75.221667874284293, 39.924896189310999 ], [ -75.221527005929502, 39.924828530209702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24637, "tnode_": 24715, "lpoly_": null, "rpoly_": null, "length": 346.10313838999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2349, "r_f_add": 2300, "r_t_add": 2348, "st_code": 89060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 220851, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1428, "Shape__Length": 137.6495612150581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229402986382595, 39.9271658797973 ], [ -75.228842526272402, 39.9267279675202 ], [ -75.228536279557702, 39.926489551517903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24715, "tnode_": 24732, "lpoly_": null, "rpoly_": null, "length": 61.35779221, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2351, "l_t_add": 2359, "r_f_add": 2350, "r_t_add": 2358, "st_code": 89060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 220852, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1429, "Shape__Length": 24.401290611428131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228536279557702, 39.926489551517903 ], [ -75.228380495666798, 39.926371293805197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24715, "tnode_": 24814, "lpoly_": null, "rpoly_": null, "length": 432.39152611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 37300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 220854, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 1430, "Shape__Length": 171.93806779477123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228536279557702, 39.926489551517903 ], [ -75.229662702380395, 39.925679131854402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25178, "tnode_": 25243, "lpoly_": null, "rpoly_": null, "length": 208.32051633, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 89160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 220855, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1431, "Shape__Length": 82.857652039521938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230833428145402, 39.922631308832898 ], [ -75.230590274250005, 39.9224301970075 ], [ -75.230330386734295, 39.922210587962503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25737, "tnode_": 25773, "lpoly_": null, "rpoly_": null, "length": 195.3288533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 89270, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1432, "Shape__Length": 77.686198770093512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231611153173205, 39.916984081231298 ], [ -75.231348435045504, 39.916759329395198 ], [ -75.2311433470759, 39.9165869034099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25853, "tnode_": 25911, "lpoly_": null, "rpoly_": null, "length": 356.5654845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2851, "l_t_add": 2899, "r_f_add": 2850, "r_t_add": 2898, "st_code": 89270, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 220860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 68TH ST", "stname": "S 68TH ST", "objectid": 1433, "Shape__Length": 141.7726946995829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230199982222899, 39.915816368460398 ], [ -75.229894504785904, 39.915589523671301 ], [ -75.229542662750404, 39.915346615734997 ], [ -75.229284895583802, 39.9151377297704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25744, "tnode_": 25813, "lpoly_": null, "rpoly_": null, "length": 368.54567613999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2917, "l_t_add": 2999, "r_f_add": 2916, "r_t_add": 2998, "st_code": 89240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 220862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1434, "Shape__Length": 146.57486310175588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228698432833895, 39.916862139589099 ], [ -75.228399591810998, 39.916620987445299 ], [ -75.228106916704803, 39.916383184858397 ], [ -75.227811929359603, 39.916115920233203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25381, "tnode_": 25419, "lpoly_": null, "rpoly_": null, "length": 203.06106329000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2729, "r_f_add": 2700, "r_t_add": 2728, "st_code": 89120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1435, "Shape__Length": 80.760984889107718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226303837388201, 39.920729006331797 ], [ -75.2260228146543, 39.920497699052 ], [ -75.2258092973468, 39.920321906422501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25463, "tnode_": 25493, "lpoly_": null, "rpoly_": null, "length": 203.25463143000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2729, "r_f_add": 2700, "r_t_add": 2728, "st_code": 89160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220868, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1436, "Shape__Length": 80.83705879599384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2275407498839, 39.919849168153497 ], [ -75.227262101844204, 39.919618845090902 ], [ -75.227045962407601, 39.9194415248488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25419, "tnode_": 25448, "lpoly_": null, "rpoly_": null, "length": 172.21276391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2731, "l_t_add": 2769, "r_f_add": 2730, "r_t_add": 2768, "st_code": 89120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220870, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 1437, "Shape__Length": 68.499756117889035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2258092973468, 39.920321906422501 ], [ -75.225599896769594, 39.920145068746599 ], [ -75.225403572818607, 39.9199671851052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25493, "tnode_": 25526, "lpoly_": null, "rpoly_": null, "length": 170.10270174, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2731, "l_t_add": 2769, "r_f_add": 2730, "r_t_add": 2768, "st_code": 89160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 220872, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 1438, "Shape__Length": 67.656352508380735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227045962407601, 39.9194415248488 ], [ -75.226844013026593, 39.919265219212498 ], [ -75.226639668220699, 39.919094903477003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26148, "tnode_": 26193, "lpoly_": null, "rpoly_": null, "length": 232.53765611, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3000, "r_t_add": 3014, "st_code": 89330, "l_hundred": 0, "r_hundred": 3000, "seg_id": 220878, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1439, "Shape__Length": 92.477217380239466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231761048499294, 39.912186633591404 ], [ -75.231458601253806, 39.911930028160498 ], [ -75.2312022766626, 39.911715117024698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26148, "tnode_": 26268, "lpoly_": null, "rpoly_": null, "length": 687.65962406999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDRAKE", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 72505, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 220880, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDRAKE PL", "stname": "SHELDRAKE PL", "objectid": 1440, "Shape__Length": 273.40975973296543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231761048499294, 39.912186633591404 ], [ -75.233120504822693, 39.911211664596301 ], [ -75.232818318010104, 39.910951578022399 ], [ -75.232728207010595, 39.910868629633804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26193, "tnode_": 26236, "lpoly_": null, "rpoly_": null, "length": 236.94705811, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3016, "r_t_add": 3030, "st_code": 89330, "l_hundred": 0, "r_hundred": 3000, "seg_id": 220886, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1441, "Shape__Length": 94.269253612448949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2312022766626, 39.911715117024698 ], [ -75.230929302249706, 39.9114864974784 ], [ -75.230828582199194, 39.911399786150803 ], [ -75.230756975400595, 39.911290662447598 ], [ -75.230761446355999, 39.911234921383198 ], [ -75.230786419296294, 39.911193767472298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26152, "tnode_": 26145, "lpoly_": null, "rpoly_": null, "length": 227.68391047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORRESTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1912, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 34710, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 220889, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORRESTAL ST", "stname": "FORRESTAL ST", "objectid": 1442, "Shape__Length": 90.36057449795544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180659085428502, 39.911016683403801 ], [ -75.181458822413006, 39.911123284866797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26071, "tnode_": 26104, "lpoly_": null, "rpoly_": null, "length": 183.79076934999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANVALE", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 49115, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 220890, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANVALE PL", "stname": "LANVALE PL", "objectid": 1443, "Shape__Length": 73.215300119281395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179443290070097, 39.912052035786303 ], [ -75.179428386842204, 39.911952373124301 ], [ -75.179514769940695, 39.911553676588397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27005, "tnode_": 27010, "lpoly_": null, "rpoly_": null, "length": 156.36655372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2636, "r_t_add": 2698, "st_code": 19160, "l_hundred": 0, "r_hundred": 2600, "seg_id": 220918, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1444, "Shape__Length": 62.294913868748807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1713075047562, 39.917317677677602 ], [ -75.171397519228904, 39.916894064570499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25615, "tnode_": 27006, "lpoly_": null, "rpoly_": null, "length": 43.01043642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220919, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1445, "Shape__Length": 17.071091881530709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171274383277293, 39.9167877109019 ], [ -75.171425272362299, 39.916766714911098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26954, "tnode_": 26955, "lpoly_": null, "rpoly_": null, "length": 464.42081488999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2500, "r_t_add": 2598, "st_code": 19160, "l_hundred": 0, "r_hundred": 2500, "seg_id": 220920, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1446, "Shape__Length": 185.02512069794363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170856787402897, 39.919419513327703 ], [ -75.171125286086095, 39.918161493712702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26955, "tnode_": 27005, "lpoly_": null, "rpoly_": null, "length": 311.60729372999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2600, "r_t_add": 2634, "st_code": 19160, "l_hundred": 0, "r_hundred": 2600, "seg_id": 220921, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1447, "Shape__Length": 124.14205591928804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171125286086095, 39.918161493712702 ], [ -75.1713075047562, 39.917317677677602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25387, "tnode_": 26954, "lpoly_": null, "rpoly_": null, "length": 40.73262866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220922, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1448, "Shape__Length": 16.167003928491596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170713151381406, 39.919403052690598 ], [ -75.170856787402897, 39.919419513327703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25497, "tnode_": 26955, "lpoly_": null, "rpoly_": null, "length": 38.73136761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 72740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220923, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1449, "Shape__Length": 15.371148724957925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170987275726404, 39.918158097565197 ], [ -75.171125286086095, 39.918161493712702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25615, "tnode_": 27010, "lpoly_": null, "rpoly_": null, "length": 51.90386282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 220924, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1450, "Shape__Length": 20.64391557496938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171274383277293, 39.9167877109019 ], [ -75.171397519228904, 39.916894064570499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27010, "tnode_": 25593, "lpoly_": null, "rpoly_": null, "length": 196.93272707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1401, "r_t_add": 1417, "st_code": 61560, "l_hundred": 0, "r_hundred": 1400, "seg_id": 220925, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1451, "Shape__Length": 78.162858246627962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171397519228904, 39.916894064570499 ], [ -75.172089628986996, 39.916984805138902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25593, "tnode_": 27027, "lpoly_": null, "rpoly_": null, "length": 110.27143968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1419, "r_t_add": 1419, "st_code": 61560, "l_hundred": 0, "r_hundred": 1400, "seg_id": 220926, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1452, "Shape__Length": 43.76657413547467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172089628986996, 39.916984805138902 ], [ -75.172477574064402, 39.917033764548897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27027, "tnode_": 27026, "lpoly_": null, "rpoly_": null, "length": 149.3546217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1421, "r_t_add": 1499, "st_code": 61560, "l_hundred": 0, "r_hundred": 1400, "seg_id": 220927, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1453, "Shape__Length": 59.278984540175735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172477574064402, 39.917033764548897 ], [ -75.173002672406497, 39.917101679444997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27026, "tnode_": 27024, "lpoly_": null, "rpoly_": null, "length": 155.75139546999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1501, "r_t_add": 1515, "st_code": 61560, "l_hundred": 0, "r_hundred": 1500, "seg_id": 220928, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1454, "Shape__Length": 61.817932528894893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173002672406497, 39.917101679444997 ], [ -75.173550261382502, 39.917172501213003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27024, "tnode_": 27025, "lpoly_": null, "rpoly_": null, "length": 139.95229072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1517, "r_t_add": 1521, "st_code": 61560, "l_hundred": 0, "r_hundred": 1500, "seg_id": 220929, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1455, "Shape__Length": 55.547301637960423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173550261382502, 39.917172501213003 ], [ -75.174042305061207, 39.917236136543899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27025, "tnode_": 27023, "lpoly_": null, "rpoly_": null, "length": 152.08336327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1523, "r_t_add": 1599, "st_code": 61560, "l_hundred": 0, "r_hundred": 1500, "seg_id": 220930, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1456, "Shape__Length": 60.362203336765525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174042305061207, 39.917236136543899 ], [ -75.174577000217099, 39.917305285125302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27023, "tnode_": 27022, "lpoly_": null, "rpoly_": null, "length": 149.98819343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1615, "st_code": 61560, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220931, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1457, "Shape__Length": 59.530685629298148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174577000217099, 39.917305285125302 ], [ -75.175104330307704, 39.917373478301997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27020, "tnode_": 27019, "lpoly_": null, "rpoly_": null, "length": 159.05937668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1629, "r_t_add": 1699, "st_code": 61560, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220932, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1458, "Shape__Length": 63.131183595862773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175591669095994, 39.917436498494297 ], [ -75.176150893819496, 39.917508811481397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27019, "tnode_": 27018, "lpoly_": null, "rpoly_": null, "length": 157.39014437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1701, "r_t_add": 1715, "st_code": 61560, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220933, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1459, "Shape__Length": 62.468725440270141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176150893819496, 39.917508811481397 ], [ -75.176704250983505, 39.9175803629211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27016, "tnode_": 27015, "lpoly_": null, "rpoly_": null, "length": 148.34113999000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1729, "r_t_add": 1799, "st_code": 61560, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220934, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1460, "Shape__Length": 58.877255607036389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177187321600002, 39.917642823659797 ], [ -75.177708866180197, 39.917710255924597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27014, "tnode_": 27013, "lpoly_": null, "rpoly_": null, "length": 449.83345707999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1901, "r_t_add": 1999, "st_code": 61560, "l_hundred": 0, "r_hundred": 1900, "seg_id": 220935, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1461, "Shape__Length": 178.54177827610928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179288902322497, 39.917914531637301 ], [ -75.180870462966695, 39.918118979908797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27013, "tnode_": 27012, "lpoly_": null, "rpoly_": null, "length": 547.47704589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61560, "l_hundred": 0, "r_hundred": 2000, "seg_id": 220936, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1462, "Shape__Length": 217.29786238292633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180870462966695, 39.918118979908797 ], [ -75.182795339274804, 39.918367779139302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27012, "tnode_": 27084, "lpoly_": null, "rpoly_": null, "length": 450.02025725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2101, "r_t_add": 2199, "st_code": 61560, "l_hundred": 0, "r_hundred": 2100, "seg_id": 220937, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1463, "Shape__Length": 178.61710163021539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182795339274804, 39.918367779139302 ], [ -75.1843775777579, 39.918572264030402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27084, "tnode_": 25494, "lpoly_": null, "rpoly_": null, "length": 44.53790017, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220938, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-08-11T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 1464, "Shape__Length": 17.743545256685646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1843775777579, 39.918572264030402 ], [ -75.184405148031303, 39.918451858969597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27012, "tnode_": 25508, "lpoly_": null, "rpoly_": null, "length": 46.61183796, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220939, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 1465, "Shape__Length": 18.569866087860138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182795339274804, 39.918367779139302 ], [ -75.182823285388693, 39.918241646073596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27013, "tnode_": 25527, "lpoly_": null, "rpoly_": null, "length": 51.2992857, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220940, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1466, "Shape__Length": 20.437048295064887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180870462966695, 39.918118979908797 ], [ -75.180902487186898, 39.917980332553803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27015, "tnode_": 25550, "lpoly_": null, "rpoly_": null, "length": 46.3080077, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220941, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1467, "Shape__Length": 18.448822362060525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177708866180197, 39.917710255924597 ], [ -75.177735406222595, 39.9175847879293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27016, "tnode_": 25554, "lpoly_": null, "rpoly_": null, "length": 45.72002431, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 18520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220942, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 1468, "Shape__Length": 18.214515377425389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177187321600002, 39.917642823659797 ], [ -75.177213807960001, 39.917518984492098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27018, "tnode_": 25560, "lpoly_": null, "rpoly_": null, "length": 43.85446635, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220943, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 1469, "Shape__Length": 17.471277121934051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176704250983505, 39.9175803629211 ], [ -75.176729647143702, 39.917461575685998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27019, "tnode_": 25567, "lpoly_": null, "rpoly_": null, "length": 45.21266393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220944, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-08-11T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1470, "Shape__Length": 18.01217887741765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176150893819496, 39.917508811481397 ], [ -75.176178267316502, 39.917386499821497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27020, "tnode_": 25572, "lpoly_": null, "rpoly_": null, "length": 44.17513487, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 22180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220945, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 1471, "Shape__Length": 17.598787016903401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175591669095994, 39.917436498494297 ], [ -75.175618644760505, 39.917317024314897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27023, "tnode_": 25584, "lpoly_": null, "rpoly_": null, "length": 44.30451394, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-08-19T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1472, "Shape__Length": 17.65047330142697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174577000217099, 39.917305285125302 ], [ -75.174602853615795, 39.917185303894698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27025, "tnode_": 25588, "lpoly_": null, "rpoly_": null, "length": 47.43877025, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 56560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-19T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 1473, "Shape__Length": 18.899047598886959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174042305061207, 39.917236136543899 ], [ -75.174070411977794, 39.917107722094897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27024, "tnode_": 25594, "lpoly_": null, "rpoly_": null, "length": 44.89466646, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 42420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-19T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 1474, "Shape__Length": 17.88560295308891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173550261382502, 39.917172501213003 ], [ -75.173576084142695, 39.917050874233901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27026, "tnode_": 25597, "lpoly_": null, "rpoly_": null, "length": 47.19221935, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220950, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1475, "Shape__Length": 18.800952320605774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173002672406497, 39.917101679444997 ], [ -75.173029486030202, 39.916973786659703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25593, "tnode_": 25604, "lpoly_": null, "rpoly_": null, "length": 91.90372397, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 57340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220952, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2003-04-25T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1476, "Shape__Length": 36.489745473964533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172089628986996, 39.916984805138902 ], [ -75.172397300753303, 39.916898078190101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27010, "tnode_": 27006, "lpoly_": null, "rpoly_": null, "length": 47.03980666, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 2600, "seg_id": 220953, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1477, "Shape__Length": 18.740028934496642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171397519228904, 39.916894064570499 ], [ -75.171425272362299, 39.916766714911098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27017, "tnode_": 25557, "lpoly_": null, "rpoly_": null, "length": 48.87661859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220959, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 1478, "Shape__Length": 19.471473788289156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176935243389494, 39.9176102302321 ], [ -75.176967445691602, 39.917478368821399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27015, "tnode_": 27014, "lpoly_": null, "rpoly_": null, "length": 449.40264452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1801, "r_t_add": 1899, "st_code": 61560, "l_hundred": 0, "r_hundred": 1800, "seg_id": 220960, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-13T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1479, "Shape__Length": 178.37025450222202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177708866180197, 39.917710255924597 ], [ -75.179288902322497, 39.917914531637301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27006, "tnode_": 25887, "lpoly_": null, "rpoly_": null, "length": 925.00676523000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2898, "st_code": 19160, "l_hundred": 0, "r_hundred": 2700, "seg_id": 220961, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-23T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1480, "Shape__Length": 368.5002129765893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171425272362299, 39.916766714911098 ], [ -75.171697420183094, 39.915490441711903 ], [ -75.171819588509095, 39.914893647512599 ], [ -75.171928271255496, 39.914382277022703 ], [ -75.171896036815596, 39.914324452185397 ], [ -75.171878817447706, 39.914265285487801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27014, "tnode_": 25537, "lpoly_": null, "rpoly_": null, "length": 46.69417722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220962, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1481, "Shape__Length": 18.602722207121442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179288902322497, 39.917914531637301 ], [ -75.179315684924305, 39.917788020000302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27017, "tnode_": 27016, "lpoly_": null, "rpoly_": null, "length": 71.69787738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1723, "r_t_add": 1727, "st_code": 61560, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220963, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1482, "Shape__Length": 28.457184474293342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176935243389494, 39.9176102302321 ], [ -75.177187321600002, 39.917642823659797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27018, "tnode_": 27017, "lpoly_": null, "rpoly_": null, "length": 65.70054756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1717, "r_t_add": 1721, "st_code": 61560, "l_hundred": 0, "r_hundred": 1700, "seg_id": 220964, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1483, "Shape__Length": 26.076807504353052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176704250983505, 39.9175803629211 ], [ -75.176935243389494, 39.9176102302321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27021, "tnode_": 27020, "lpoly_": null, "rpoly_": null, "length": 72.09597644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1623, "r_t_add": 1627, "st_code": 61560, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220965, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1484, "Shape__Length": 28.615105479695345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175338192772699, 39.917403720561403 ], [ -75.175591669095994, 39.917436498494297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27022, "tnode_": 27021, "lpoly_": null, "rpoly_": null, "length": 66.51729959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1617, "r_t_add": 1621, "st_code": 61560, "l_hundred": 0, "r_hundred": 1600, "seg_id": 220966, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 1, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1485, "Shape__Length": 26.400900083898005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175104330307704, 39.917373478301997 ], [ -75.175338192772699, 39.917403720561403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27021, "tnode_": 25577, "lpoly_": null, "rpoly_": null, "length": 43.15814071, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 220967, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 1486, "Shape__Length": 17.193768178250078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175338192772699, 39.917403720561403 ], [ -75.175363561309894, 39.917286867432203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27192, "tnode_": 24808, "lpoly_": null, "rpoly_": null, "length": 25.7089264, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2419, "l_t_add": 2419, "r_f_add": 2414, "r_t_add": 2414, "st_code": 89060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 1487, "Shape__Length": 10.224230638886981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227484170016098, 39.9256890007237 ], [ -75.2274192164856, 39.925639202687101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27677, "tnode_": 26581, "lpoly_": null, "rpoly_": null, "length": 3587.9832214600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1500, "l_t_add": 1566, "r_f_add": 1501, "r_t_add": 1567, "st_code": 1060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221046, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-10-07T00:00:00Z", "newsegdate": "1998-10-27T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 1488, "Shape__Length": 1425.4061608240861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198614168859194, 39.891623531282697 ], [ -75.197177479292407, 39.892690589010797 ], [ -75.196310194651701, 39.893324350449497 ], [ -75.195303202011004, 39.894068217869702 ], [ -75.194207580138595, 39.894858756930503 ], [ -75.192850218449294, 39.895679936052602 ], [ -75.192030432071704, 39.8960630441277 ], [ -75.191943365458201, 39.896098722662998 ], [ -75.190651068327895, 39.896628271213402 ], [ -75.189605213924906, 39.896933332701003 ], [ -75.188332412231802, 39.897240548199498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25302, "tnode_": 27615, "lpoly_": null, "rpoly_": null, "length": 1941.1717303500002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2830, "l_t_add": 5998, "r_f_add": 2827, "r_t_add": 5999, "st_code": 63240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 221051, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1489, "Shape__Length": 770.56047297238126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195048292306694, 39.921020745450299 ], [ -75.200064162256297, 39.9201452396007 ], [ -75.201793104356994, 39.919827364533297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27788, "tnode_": 27796, "lpoly_": null, "rpoly_": null, "length": 451.12312904000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4500, "r_t_add": 4598, "st_code": 19160, "l_hundred": 0, "r_hundred": 4500, "seg_id": 221052, "oneway": "FT", "class": 2, "responsibl": "PIDC", "update_": "1999-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1490, "Shape__Length": 179.67594308691352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175636816485095, 39.8973818007304 ], [ -75.175706125228501, 39.897041984916299 ], [ -75.175783446799102, 39.896662878328797 ], [ -75.175841597486297, 39.8961541952864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27796, "tnode_": 27797, "lpoly_": null, "rpoly_": null, "length": 779.54251405000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 19160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 221053, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1491, "Shape__Length": 310.46109759950781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175841597486297, 39.8961541952864 ], [ -75.176299592406707, 39.894043529566297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27797, "tnode_": 27775, "lpoly_": null, "rpoly_": null, "length": 989.50885801999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4701, "l_t_add": 4899, "r_f_add": 4700, "r_t_add": 4898, "st_code": 19160, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 221054, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1492, "Shape__Length": 394.09916512191478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176299592406707, 39.894043529566297 ], [ -75.176313238072794, 39.893889309466701 ], [ -75.176318717504202, 39.8936444451464 ], [ -75.176042191987804, 39.891337407305599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27775, "tnode_": 27776, "lpoly_": null, "rpoly_": null, "length": 470.86625083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 19160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221055, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1493, "Shape__Length": 187.5282801616172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176042191987804, 39.891337407305599 ], [ -75.176029622376703, 39.891228999786797 ], [ -75.175875965884302, 39.8900511830402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27776, "tnode_": 27777, "lpoly_": null, "rpoly_": null, "length": 469.14312790999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 19160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221056, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1494, "Shape__Length": 186.83878918432868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175875965884302, 39.8900511830402 ], [ -75.175844971313694, 39.889813599612197 ], [ -75.175713321810903, 39.888769434890897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27777, "tnode_": 27778, "lpoly_": null, "rpoly_": null, "length": 488.69871278, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 19160, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 221058, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1495, "Shape__Length": 194.62475359644571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175713321810903, 39.888769434890897 ], [ -75.175563212216701, 39.887432887167002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27775, "tnode_": 27774, "lpoly_": null, "rpoly_": null, "length": 322.53387904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 24895, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221059, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1496, "Shape__Length": 127.9568158578934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176042191987804, 39.891337407305599 ], [ -75.177185621669096, 39.891247219448701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27774, "tnode_": 27773, "lpoly_": null, "rpoly_": null, "length": 469.86787353, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221061, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1497, "Shape__Length": 187.13089464585047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177185621669096, 39.891247219448701 ], [ -75.177025178347094, 39.8899633066953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27776, "tnode_": 27773, "lpoly_": null, "rpoly_": null, "length": 324.06997958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 48010, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221062, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1498, "Shape__Length": 128.5634788658281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175875965884302, 39.8900511830402 ], [ -75.177025178347094, 39.8899633066953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27773, "tnode_": 27768, "lpoly_": null, "rpoly_": null, "length": 479.04909392999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 48010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221065, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1499, "Shape__Length": 190.04574349093937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177025178347094, 39.8899633066953 ], [ -75.178723970319993, 39.8898333856622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27768, "tnode_": 27769, "lpoly_": null, "rpoly_": null, "length": 467.0590532000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 88100, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221066, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1500, "Shape__Length": 186.00756310038386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178723970319993, 39.8898333856622 ], [ -75.178572870214197, 39.8886607134678 ], [ -75.178590478417306, 39.888557902027401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27768, "tnode_": 27764, "lpoly_": null, "rpoly_": null, "length": 506.86444901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 48010, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 221067, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1501, "Shape__Length": 201.07982949062938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178723970319993, 39.8898333856622 ], [ -75.180416808507303, 39.889703893575799 ], [ -75.180521708650005, 39.889698912988003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27763, "tnode_": 27764, "lpoly_": null, "rpoly_": null, "length": 610.02505786999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88120, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221069, "oneway": "B", "class": 12, "responsibl": "PIDC", "update_": "2010-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1502, "Shape__Length": 242.94788970710354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180753809411001, 39.891363928460102 ], [ -75.180685236971499, 39.890896112960498 ], [ -75.180521708650005, 39.889698912988003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27764, "tnode_": 27765, "lpoly_": null, "rpoly_": null, "length": 953.00794386999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5199, "r_f_add": 5000, "r_t_add": 5198, "st_code": 88120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221070, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 1503, "Shape__Length": 379.53543406769393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180521708650005, 39.889698912988003 ], [ -75.180315714768398, 39.8881907501138 ], [ -75.180199107183995, 39.887094784091097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27761, "tnode_": 27758, "lpoly_": null, "rpoly_": null, "length": 689.7595592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1900, "l_t_add": 2198, "r_f_add": 1901, "r_t_add": 2199, "st_code": 48010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 221071, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1504, "Shape__Length": 273.64153210589171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184977376827803, 39.889493487951498 ], [ -75.187416566021497, 39.889259592271401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27757, "tnode_": 27758, "lpoly_": null, "rpoly_": null, "length": 710.13518194999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221073, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 1505, "Shape__Length": 282.81921898731423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187654972387705, 39.891200334687603 ], [ -75.187416566021497, 39.889259592271401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27758, "tnode_": 27759, "lpoly_": null, "rpoly_": null, "length": 1158.4903339, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5199, "r_f_add": 5000, "r_t_add": 5198, "st_code": 88200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221078, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 1506, "Shape__Length": 461.09294848203098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187416566021497, 39.889259592271401 ], [ -75.188070585422196, 39.889099313419997 ], [ -75.187731907733195, 39.886460667519898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27754, "tnode_": 27755, "lpoly_": null, "rpoly_": null, "length": 1261.51095992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASIN BRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4601, "l_t_add": 4899, "r_f_add": 4600, "r_t_add": 4898, "st_code": 16157, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 221087, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "BASIN BRIDGE RD", "stname": "BASIN BRIDGE RD", "objectid": 1507, "Shape__Length": 502.35774158082484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191586303172699, 39.895007522563503 ], [ -75.190787474664702, 39.892550048168097 ], [ -75.1907462774804, 39.892391727376399 ], [ -75.190649091648297, 39.891627181817803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29725, "tnode_": 27761, "lpoly_": null, "rpoly_": null, "length": 599.54238205999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221088, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1508, "Shape__Length": 238.69646731810965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184768741749494, 39.8910574757546 ], [ -75.184636951771395, 39.889939550991002 ], [ -75.184644215798798, 39.8898849330171 ], [ -75.184679106907893, 39.889833604923602 ], [ -75.184977376827803, 39.889493487951498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27761, "tnode_": 27762, "lpoly_": null, "rpoly_": null, "length": 997.1774105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5199, "r_f_add": 5000, "r_t_add": 5198, "st_code": 88160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221089, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1509, "Shape__Length": 397.12164213520737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184977376827803, 39.889493487951498 ], [ -75.185031344924994, 39.889257743430697 ], [ -75.185061635636799, 39.889086351688597 ], [ -75.185061604892695, 39.888907630988797 ], [ -75.184796062264397, 39.886771096948301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27797, "tnode_": 27823, "lpoly_": null, "rpoly_": null, "length": 847.68013853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INTREPID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1598, "r_f_add": 1401, "r_t_add": 1599, "st_code": 44950, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221091, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "INTREPID AVE", "stname": "INTREPID AVE", "objectid": 1510, "Shape__Length": 336.29464132173035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176299592406707, 39.894043529566297 ], [ -75.179320312863297, 39.894012789326602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27823, "tnode_": 27766, "lpoly_": null, "rpoly_": null, "length": 922.93003574, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4701, "l_t_add": 4889, "r_f_add": 4700, "r_t_add": 4898, "st_code": 88100, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 221092, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-08-30T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1511, "Shape__Length": 367.57944131575709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179320312863297, 39.894012789326602 ], [ -75.178996180697695, 39.891491560397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27766, "tnode_": 27767, "lpoly_": null, "rpoly_": null, "length": 121.75021258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4891, "l_t_add": 4899, "r_f_add": 4900, "r_t_add": 4920, "st_code": 88100, "l_hundred": 4800, "r_hundred": 4900, "seg_id": 221093, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1512, "Shape__Length": 48.456357813154341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178996180697695, 39.891491560397 ], [ -75.178980038566806, 39.8914355103039 ], [ -75.178915067788196, 39.891242284002303 ], [ -75.178838563871693, 39.891192407737599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27767, "tnode_": 27768, "lpoly_": null, "rpoly_": null, "length": 498.28067011000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4922, "r_t_add": 4998, "st_code": 88100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 221094, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1513, "Shape__Length": 198.44351900873136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178838563871693, 39.891192407737599 ], [ -75.178879816602802, 39.891006421698101 ], [ -75.178723970319993, 39.8898333856622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27769, "tnode_": 27770, "lpoly_": null, "rpoly_": null, "length": 441.90652572, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 88100, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 221095, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 1514, "Shape__Length": 175.98924657221519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178590478417306, 39.888557902027401 ], [ -75.178453525251996, 39.887349408246799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27772, "tnode_": 27769, "lpoly_": null, "rpoly_": null, "length": 481.23899633000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSHIP", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34285, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221096, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-05-06T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "FLAGSHIP DR", "stname": "FLAGSHIP DR", "objectid": 1515, "Shape__Length": 190.91036823662421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176883321529004, 39.888683423034699 ], [ -75.178590478417306, 39.888557902027401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27777, "tnode_": 27772, "lpoly_": null, "rpoly_": null, "length": 329.81608332999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSHIP", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 34285, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221097, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-05-06T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "FLAGSHIP DR", "stname": "FLAGSHIP DR", "objectid": 1516, "Shape__Length": 130.84020114891044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175713321810903, 39.888769434890897 ], [ -75.176883321529004, 39.888683423034699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27772, "tnode_": 27771, "lpoly_": null, "rpoly_": null, "length": 475.58042236, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 88080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 221098, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1517, "Shape__Length": 189.3991131070745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176883321529004, 39.888683423034699 ], [ -75.176723644813805, 39.887383701397702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27780, "tnode_": 27776, "lpoly_": null, "rpoly_": null, "length": 629.50236481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 48010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 221100, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1518, "Shape__Length": 249.73399449355941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173644052263896, 39.890225134845203 ], [ -75.175875965884302, 39.8900511830402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27822, "tnode_": 27754, "lpoly_": null, "rpoly_": null, "length": 978.11859495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASIN BRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4401, "l_t_add": 4599, "r_f_add": 4400, "r_t_add": 4598, "st_code": 16157, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 221101, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "2011-03-21T00:00:00Z", "multi_rep": 0, "streetlabe": "BASIN BRIDGE RD", "stname": "BASIN BRIDGE RD", "objectid": 1519, "Shape__Length": 389.50344160373959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192436173675006, 39.897611564390203 ], [ -75.192068191184006, 39.896481923321197 ], [ -75.191586303172699, 39.895007522563503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27766, "tnode_": 27763, "lpoly_": null, "rpoly_": null, "length": 495.39144704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 24895, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 221102, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1999-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1520, "Shape__Length": 196.53266691828995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178996180697695, 39.891491560397 ], [ -75.180753809411001, 39.891363928460102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27774, "tnode_": 27767, "lpoly_": null, "rpoly_": null, "length": 470.75136037000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 24895, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221104, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "1999-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1521, "Shape__Length": 186.77091691247165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177185621669096, 39.891247219448701 ], [ -75.178580884980704, 39.891137153062203 ], [ -75.178738035318503, 39.891145520806496 ], [ -75.178838563871693, 39.891192407737599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25894, "tnode_": 27852, "lpoly_": null, "rpoly_": null, "length": 86.66949067, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2761, "l_t_add": 2799, "r_f_add": 2760, "r_t_add": 2798, "st_code": 89300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 221107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-16T00:00:00Z", "newsegdate": "1999-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 69TH ST", "stname": "S 69TH ST", "objectid": 1522, "Shape__Length": 34.470221808976163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232793179700494, 39.9154330936652 ], [ -75.232586890028301, 39.915255972200001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25147, "tnode_": 25180, "lpoly_": null, "rpoly_": null, "length": 28.20825804, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2566, "l_t_add": 2574, "r_f_add": 2567, "r_t_add": 2575, "st_code": 63240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 221108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": "1999-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1523, "Shape__Length": 11.19713056577962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190061752615406, 39.921725323996597 ], [ -75.190064188389499, 39.9217247801067 ], [ -75.190160378666803, 39.921710209348099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28023, "tnode_": 26537, "lpoly_": null, "rpoly_": null, "length": 130.49662671, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221109, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1524, "Shape__Length": 51.976198123365904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174591939268097, 39.900264055209803 ], [ -75.174663293876307, 39.899910066013398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26544, "tnode_": 28021, "lpoly_": null, "rpoly_": null, "length": 98.04455658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221110, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1525, "Shape__Length": 39.050342540535645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174783449051105, 39.899342945402303 ], [ -75.174835919217699, 39.899076851954803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26546, "tnode_": 26554, "lpoly_": null, "rpoly_": null, "length": 80.01051457, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221111, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-12-16T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1526, "Shape__Length": 31.863872797794698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175485659943902, 39.899380349093398 ], [ -75.175486603553793, 39.899377270800002 ], [ -75.175523453356803, 39.899238216076903 ], [ -75.175549872830899, 39.899166492295102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28115, "tnode_": 27774, "lpoly_": null, "rpoly_": null, "length": 747.60172319000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4701, "l_t_add": 4899, "r_f_add": 4700, "r_t_add": 4898, "st_code": 88080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 221112, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-04-28T00:00:00Z", "newsegdate": "2000-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1527, "Shape__Length": 297.7470636363613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177464784261005, 39.893288185120703 ], [ -75.177185621669096, 39.891247219448701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26381, "tnode_": 26452, "lpoly_": null, "rpoly_": null, "length": 1079.6833101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 7200, "l_t_add": 7398, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 7200, "r_hundred": 0, "seg_id": 221117, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2000-10-25T00:00:00Z", "newsegdate": "2000-10-25T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1528, "Shape__Length": 429.55512513574462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232946765916694, 39.9088820246739 ], [ -75.234051956397096, 39.9076511478019 ], [ -75.234346115718097, 39.907316158874401 ], [ -75.234734621282996, 39.906881036602897 ], [ -75.234982773588001, 39.906622086335702 ], [ -75.235165794265896, 39.9064622777816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26206, "tnode_": 28216, "lpoly_": null, "rpoly_": null, "length": 247.46768699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPRI", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 21250, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": "2001-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPRI DR", "stname": "CAPRI DR", "objectid": 1529, "Shape__Length": 98.209565114426638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182546530265896, 39.910492327038199 ], [ -75.183417825141504, 39.910598550511303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25841, "tnode_": 28251, "lpoly_": null, "rpoly_": null, "length": 46.02163619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 30560, "l_hundred": 0, "r_hundred": 0, "seg_id": 221122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": "2001-06-15T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 1530, "Shape__Length": 18.264459446343793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225815496639697, 39.916103089507899 ], [ -75.225978790288394, 39.916090843017997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28251, "tnode_": 26041, "lpoly_": null, "rpoly_": null, "length": 1034.4068506799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6651, "r_t_add": 6799, "st_code": 50820, "l_hundred": 0, "r_hundred": 6600, "seg_id": 221123, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2003-07-17T00:00:00Z", "newsegdate": "2001-06-15T00:00:00Z", "multi_rep": 1, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1531, "Shape__Length": 411.84659666696155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225978790288394, 39.916090843017997 ], [ -75.225972020947296, 39.916017641926501 ], [ -75.225979861974693, 39.915806446559799 ], [ -75.226056328585699, 39.915345405807201 ], [ -75.226193256255598, 39.9150542187231 ], [ -75.226445290766804, 39.9146598806798 ], [ -75.226751116060498, 39.914215313205702 ], [ -75.227343170412297, 39.913512380382699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26445, "tnode_": 28276, "lpoly_": null, "rpoly_": null, "length": 603.1079373, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3600, "r_hundred": 0, "seg_id": 221124, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-08-29T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1532, "Shape__Length": 240.19835404738669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173549834898793, 39.905397628635399 ], [ -75.173544682686895, 39.905235779886901 ], [ -75.173560054991995, 39.905057181257 ], [ -75.173771269742801, 39.904043510046897 ], [ -75.173816004369698, 39.903858800154801 ], [ -75.173918883479203, 39.903797489732803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26686, "tnode_": 27677, "lpoly_": null, "rpoly_": null, "length": 2235.99912111, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1460, "l_t_add": 1498, "r_f_add": 1461, "r_t_add": 1499, "st_code": 1050, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221126, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-10-07T00:00:00Z", "newsegdate": "2001-11-13T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 1533, "Shape__Length": 888.66218720220945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204426142807506, 39.887425831928198 ], [ -75.203989739445603, 39.887705324586001 ], [ -75.202959477510902, 39.888442657737102 ], [ -75.198851928817206, 39.891446938435799 ], [ -75.198614168859194, 39.891623531282697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27677, "tnode_": 26581, "lpoly_": null, "rpoly_": null, "length": 3587.9832214600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1500, "l_t_add": 1566, "r_f_add": 1501, "r_t_add": 1567, "st_code": 1050, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221127, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-10-07T00:00:00Z", "newsegdate": "2001-11-13T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 1534, "Shape__Length": 1425.4061608240861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198614168859194, 39.891623531282697 ], [ -75.197177479292407, 39.892690589010797 ], [ -75.196310194651701, 39.893324350449497 ], [ -75.195303202011004, 39.894068217869702 ], [ -75.194207580138595, 39.894858756930503 ], [ -75.192850218449294, 39.895679936052602 ], [ -75.192030432071704, 39.8960630441277 ], [ -75.191943365458201, 39.896098722662998 ], [ -75.190651068327895, 39.896628271213402 ], [ -75.189605213924906, 39.896933332701003 ], [ -75.188332412231802, 39.897240548199498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26002, "tnode_": 25964, "lpoly_": null, "rpoly_": null, "length": 666.91857415000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 62680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 221128, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-11-16T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1535, "Shape__Length": 264.78331627593144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179736605440397, 39.912777143162003 ], [ -75.1801694300012, 39.912799094056801 ], [ -75.180794202417403, 39.9128304635638 ], [ -75.181462344488693, 39.9128637500637 ], [ -75.181949319065197, 39.913193000836202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26002, "tnode_": 26065, "lpoly_": null, "rpoly_": null, "length": 246.7878072, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 88160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-16T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 1536, "Shape__Length": 98.310473234272422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179736605440397, 39.912777143162003 ], [ -75.179804818383502, 39.912432077285402 ], [ -75.179882797407998, 39.912109190687403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26030, "tnode_": 26086, "lpoly_": null, "rpoly_": null, "length": 257.41422455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3119, "r_f_add": 3100, "r_t_add": 3124, "st_code": 88140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1537, "Shape__Length": 102.54089831222946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177666428170596, 39.912510442282098 ], [ -75.177732150454602, 39.9121886469472 ], [ -75.177833054619896, 39.9118157732116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26086, "tnode_": 26071, "lpoly_": null, "rpoly_": null, "length": 459.83596944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1848, "r_f_add": 1801, "r_t_add": 1849, "st_code": 71230, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 221139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-16T00:00:00Z", "newsegdate": "2001-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHLEY ST", "stname": "SCHLEY ST", "objectid": 1538, "Shape__Length": 182.50104279748683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177833054619896, 39.9118157732116 ], [ -75.178198661001503, 39.9118683528106 ], [ -75.179443290070097, 39.912052035786303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26071, "tnode_": 26065, "lpoly_": null, "rpoly_": null, "length": 125.03750416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1850, "l_t_add": 1898, "r_f_add": 1851, "r_t_add": 1899, "st_code": 71230, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 221142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-06T00:00:00Z", "newsegdate": "2002-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHLEY ST", "stname": "SCHLEY ST", "objectid": 1539, "Shape__Length": 49.623916777048663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179443290070097, 39.912052035786303 ], [ -75.179882797407998, 39.912109190687403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26171, "tnode_": 26187, "lpoly_": null, "rpoly_": null, "length": 45.73894311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IBIS", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 44770, "l_hundred": 0, "r_hundred": 0, "seg_id": 221144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-17T00:00:00Z", "newsegdate": "2002-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "IBIS PL", "stname": "IBIS PL", "objectid": 1540, "Shape__Length": 18.190468374481828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230881920644904, 39.911958887205401 ], [ -75.230990658141593, 39.911865327399703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28276, "tnode_": 26491, "lpoly_": null, "rpoly_": null, "length": 324.12071956, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3700, "r_hundred": 0, "seg_id": 221145, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-11-05T00:00:00Z", "newsegdate": "2002-11-05T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1541, "Shape__Length": 129.09989336468271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173918883479203, 39.903797489732803 ], [ -75.173872394157698, 39.9036770615254 ], [ -75.174008163637296, 39.9029201351225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26442, "tnode_": 28505, "lpoly_": null, "rpoly_": null, "length": 586.14780093000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3600, "r_t_add": 3698, "st_code": 19160, "l_hundred": 0, "r_hundred": 3600, "seg_id": 221146, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-11-05T00:00:00Z", "newsegdate": "2002-11-05T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1542, "Shape__Length": 233.47383182751798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1741435790086, 39.9054427422153 ], [ -75.174476027303101, 39.903854192667197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28505, "tnode_": 26489, "lpoly_": null, "rpoly_": null, "length": 321.57038683999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3700, "r_t_add": 3798, "st_code": 19160, "l_hundred": 0, "r_hundred": 3700, "seg_id": 221147, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-11-05T00:00:00Z", "newsegdate": "2002-11-05T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1543, "Shape__Length": 128.08531102738999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174476027303101, 39.903854192667197 ], [ -75.174658406200606, 39.902982687528201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25955, "tnode_": 28676, "lpoly_": null, "rpoly_": null, "length": 505.95696379000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 89240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": "2003-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1544, "Shape__Length": 200.82742958008768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223626840171406, 39.9143493582947 ], [ -75.223120266808706, 39.914236548503901 ], [ -75.221923602077197, 39.914036314022503 ], [ -75.221872592655998, 39.914029572415302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28676, "tnode_": 25975, "lpoly_": null, "rpoly_": null, "length": 101.36463707, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89240, "l_hundred": 0, "r_hundred": 0, "seg_id": 221149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": "2003-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "S 67TH ST", "stname": "S 67TH ST", "objectid": 1545, "Shape__Length": 40.230092944713888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221872592655998, 39.914029572415302 ], [ -75.221516447928195, 39.913982503553498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25922, "tnode_": 28676, "lpoly_": null, "rpoly_": null, "length": 1082.8392401899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6501, "r_t_add": 6699, "st_code": 32200, "l_hundred": 0, "r_hundred": 6500, "seg_id": 221150, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-31T00:00:00Z", "newsegdate": "2003-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1546, "Shape__Length": 430.88854524362876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220079156223704, 39.916156372069302 ], [ -75.220204687148694, 39.916230267771901 ], [ -75.220387119785599, 39.916245649098002 ], [ -75.2206546147643, 39.916191716847798 ], [ -75.220929504853999, 39.916113015530399 ], [ -75.221139854594895, 39.915994645315699 ], [ -75.221307932050806, 39.915862082411699 ], [ -75.221385031273797, 39.915704226510201 ], [ -75.221554777897794, 39.915144534198703 ], [ -75.221872592655998, 39.914029572415302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28676, "tnode_": 26298, "lpoly_": null, "rpoly_": null, "length": 2237.2869052300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6701, "r_t_add": 6799, "st_code": 32200, "l_hundred": 0, "r_hundred": 6700, "seg_id": 221151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": "2003-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ESSINGTON AVE", "stname": "ESSINGTON AVE", "objectid": 1547, "Shape__Length": 891.05043865914126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221872592655998, 39.914029572415302 ], [ -75.222793267443706, 39.910799435545201 ], [ -75.223491711330894, 39.908398552703098 ], [ -75.223507395853602, 39.908316248780203 ], [ -75.223490006428804, 39.908274541208201 ], [ -75.223452655059504, 39.908246408747701 ], [ -75.223198363480506, 39.9081793722764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25841, "tnode_": 26049, "lpoly_": null, "rpoly_": null, "length": 1084.90199145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6650, "l_t_add": 6798, "r_f_add": 0, "r_t_add": 0, "st_code": 50820, "l_hundred": 6600, "r_hundred": 0, "seg_id": 221152, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-17T00:00:00Z", "newsegdate": "2003-07-17T00:00:00Z", "multi_rep": 2, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1548, "Shape__Length": 431.96760068590009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225815496639697, 39.916103089507899 ], [ -75.225840128372297, 39.915654606465203 ], [ -75.225908790554399, 39.915366069472398 ], [ -75.226061204813703, 39.914967819022003 ], [ -75.226276776820796, 39.914601856592803 ], [ -75.226569715351602, 39.914147912140699 ], [ -75.227078061978702, 39.913520573645698 ], [ -75.227212993967896, 39.913382778011403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28705, "tnode_": 26517, "lpoly_": null, "rpoly_": null, "length": 599.72453568000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANIER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 48960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 221154, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-07-18T00:00:00Z", "newsegdate": "2003-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LANIER AVE", "stname": "LANIER AVE", "objectid": 1549, "Shape__Length": 238.65337374717566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202076888588294, 39.903992258931702 ], [ -75.2009815743979, 39.902578488720501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26458, "tnode_": 26466, "lpoly_": null, "rpoly_": null, "length": 501.30059396000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2614, "l_t_add": 2798, "r_f_add": 2615, "r_t_add": 2799, "st_code": 64080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221155, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-18T00:00:00Z", "newsegdate": "2003-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1550, "Shape__Length": 199.12899408253591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194891914698502, 39.905322676978997 ], [ -75.196410440770507, 39.904597400837297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25685, "tnode_": 25922, "lpoly_": null, "rpoly_": null, "length": 1229.24609962, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 6300, "l_t_add": 6498, "r_f_add": 6301, "r_t_add": 6499, "st_code": 63240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 221156, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2003-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 1551, "Shape__Length": 487.94432002039423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215825748953307, 39.916965612534902 ], [ -75.218387513846807, 39.916481040369803 ], [ -75.219248220282907, 39.916313046198503 ], [ -75.219872690132206, 39.916209090901198 ], [ -75.220079156223704, 39.916156372069302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28767, "tnode_": 28766, "lpoly_": null, "rpoly_": null, "length": 360.77905397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "23RD STREET", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1001, "l_hundred": 0, "r_hundred": 0, "seg_id": 221157, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "23RD STREET DR", "stname": "23RD STREET DR", "objectid": 1552, "Shape__Length": 143.73640010072853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186029689748096, 39.918699625785003 ], [ -75.186213357238699, 39.917719390701002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25494, "tnode_": 28767, "lpoly_": null, "rpoly_": null, "length": 464.54344144000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 61560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 221158, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-11-25T00:00:00Z", "newsegdate": "2003-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1553, "Shape__Length": 184.38939484159715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184405148031303, 39.918451858969597 ], [ -75.185102104745198, 39.918562314001903 ], [ -75.186020306362494, 39.918697856306203 ], [ -75.186029689748096, 39.918699625785003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28818, "tnode_": 26491, "lpoly_": null, "rpoly_": null, "length": 354.66032355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ZINKOFF", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 86330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 221160, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-09-15T00:00:00Z", "newsegdate": "2004-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ZINKOFF BLVD", "stname": "ZINKOFF BLVD", "objectid": 1554, "Shape__Length": 140.736347947789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172762420949894, 39.902754767241099 ], [ -75.174008163637296, 39.9029201351225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26237, "tnode_": 26398, "lpoly_": null, "rpoly_": null, "length": 1386.9064442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2398, "r_f_add": 2201, "r_t_add": 2399, "st_code": 64080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 221161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-06-23T00:00:00Z", "newsegdate": "2004-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1555, "Shape__Length": 551.29393671734715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1863705277067, 39.9100482954534 ], [ -75.187121423713606, 39.909498780488697 ], [ -75.1875427209701, 39.909215693147303 ], [ -75.189482874295095, 39.907912937050803 ], [ -75.190076572796798, 39.907529668015997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26405, "tnode_": 26398, "lpoly_": null, "rpoly_": null, "length": 623.10630553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 63340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221162, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-06-23T00:00:00Z", "newsegdate": "2004-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1556, "Shape__Length": 247.27592542646425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187885745971798, 39.907253883672503 ], [ -75.189407161058398, 39.907471343390696 ], [ -75.190076572796798, 39.907529668015997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24876, "tnode_": 24959, "lpoly_": null, "rpoly_": null, "length": 171.60077264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6016, "l_t_add": 6030, "r_f_add": 6009, "r_t_add": 6017, "st_code": 50820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 221163, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-06-24T00:00:00Z", "newsegdate": "2004-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 1557, "Shape__Length": 68.317744867140021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221527005929502, 39.924828530209702 ], [ -75.221697700257707, 39.924590121369597 ], [ -75.221817674169301, 39.924414046954801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25972, "tnode_": 28874, "lpoly_": null, "rpoly_": null, "length": 148.7142731, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3001, "l_t_add": 3025, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3000, "r_hundred": 0, "seg_id": 221164, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-06-28T00:00:00Z", "newsegdate": "2004-06-28T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1558, "Shape__Length": 59.243056654042498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172111401421404, 39.912995114775399 ], [ -75.172193670581294, 39.912591820684398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28874, "tnode_": 26084, "lpoly_": null, "rpoly_": null, "length": 315.97401703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3027, "l_t_add": 3099, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3000, "r_hundred": 0, "seg_id": 221165, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-06-28T00:00:00Z", "newsegdate": "2004-06-28T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1559, "Shape__Length": 125.87260719543393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172193670581294, 39.912591820684398 ], [ -75.172370482833202, 39.911735184883099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24848, "tnode_": 28878, "lpoly_": null, "rpoly_": null, "length": 128.64660932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 89020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 221166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-15T00:00:00Z", "newsegdate": "2004-07-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 1560, "Shape__Length": 51.09883970680643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221306909816903, 39.925164736873697 ], [ -75.221193091481595, 39.9251987129038 ], [ -75.220894021191896, 39.9250797768726 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24876, "tnode_": 24901, "lpoly_": null, "rpoly_": null, "length": 129.50518675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2701, "l_t_add": 2999, "r_f_add": 2700, "r_t_add": 2998, "st_code": 30800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 221167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-07-22T00:00:00Z", "newsegdate": "2004-07-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 1561, "Shape__Length": 51.448385040878726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221527005929502, 39.924828530209702 ], [ -75.221465581384805, 39.924804520136803 ], [ -75.221122522532895, 39.924657132387203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26316, "tnode_": 28880, "lpoly_": null, "rpoly_": null, "length": 441.6314618, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 88180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221168, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1562, "Shape__Length": 175.91548110928801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182802830393399, 39.909217959093901 ], [ -75.183082649592606, 39.9080424907172 ], [ -75.183086357052403, 39.908025450911197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28880, "tnode_": 26423, "lpoly_": null, "rpoly_": null, "length": 516.64809878000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3595, "r_f_add": 3500, "r_t_add": 3594, "st_code": 88180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221169, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1563, "Shape__Length": 205.79719572215998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183086357052403, 39.908025450911197 ], [ -75.1833907405845, 39.906626691983597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26423, "tnode_": 28886, "lpoly_": null, "rpoly_": null, "length": 497.97041449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 63340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221170, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1564, "Shape__Length": 197.627865925403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1833907405845, 39.906626691983597 ], [ -75.184329635504199, 39.906799203061198 ], [ -75.185126403940899, 39.9069104888518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28880, "tnode_": 28882, "lpoly_": null, "rpoly_": null, "length": 251.78721305000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2008, "r_f_add": 2001, "r_t_add": 2009, "st_code": 68045, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-15T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1565, "Shape__Length": 99.920876064968041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183086357052403, 39.908025450911197 ], [ -75.183972036336002, 39.908137312513901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28882, "tnode_": 28885, "lpoly_": null, "rpoly_": null, "length": 241.1475848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2010, "l_t_add": 2018, "r_f_add": 2011, "r_t_add": 2019, "st_code": 68045, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-15T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1566, "Shape__Length": 95.698735670715692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183972036336002, 39.908137312513901 ], [ -75.184820285778699, 39.908244473368001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28885, "tnode_": 28889, "lpoly_": null, "rpoly_": null, "length": 289.82666206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2020, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 68045, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-15T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1567, "Shape__Length": 115.01707383244528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184820285778699, 39.908244473368001 ], [ -75.1858397855503, 39.908373184830097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28889, "tnode_": 28897, "lpoly_": null, "rpoly_": null, "length": 247.90836053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2117, "st_code": 68045, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-15T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1568, "Shape__Length": 98.381889439317817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1858397855503, 39.908373184830097 ], [ -75.186712029646898, 39.9084823585113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28897, "tnode_": 28894, "lpoly_": null, "rpoly_": null, "length": 243.2056427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2119, "r_t_add": 2199, "st_code": 68045, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-15T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1569, "Shape__Length": 96.519792878741256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186712029646898, 39.9084823585113 ], [ -75.186806969586996, 39.9084942409973 ], [ -75.187532819250606, 39.908585085565498 ], [ -75.187562778064205, 39.908570607420899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28894, "tnode_": 28895, "lpoly_": null, "rpoly_": null, "length": 240.8440026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3511, "r_f_add": 3500, "r_t_add": 3512, "st_code": 68045, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-12-12T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1570, "Shape__Length": 95.924736231646108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187562778064205, 39.908570607420899 ], [ -75.187596383423497, 39.908554366407003 ], [ -75.187733312299798, 39.907932652153697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28895, "tnode_": 26405, "lpoly_": null, "rpoly_": null, "length": 250.93908661999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3513, "l_t_add": 3599, "r_f_add": 3514, "r_t_add": 3598, "st_code": 68045, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-16T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVE DR", "stname": "RESERVE DR", "objectid": 1571, "Shape__Length": 99.956628637824707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187733312299798, 39.907932652153697 ], [ -75.187853414287005, 39.907387325961203 ], [ -75.187885745971798, 39.907253883672503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28881, "tnode_": 28882, "lpoly_": null, "rpoly_": null, "length": 313.40615441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMA", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 65690, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221179, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "PRIMA CT", "stname": "PRIMA CT", "objectid": 1572, "Shape__Length": 124.84206648946197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183789336312003, 39.908986069639703 ], [ -75.183972036336002, 39.908137312513901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28882, "tnode_": 28883, "lpoly_": null, "rpoly_": null, "length": 308.71029535999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMA", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 65690, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221180, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "PRIMA CT", "stname": "PRIMA CT", "objectid": 1573, "Shape__Length": 122.96942307082787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183972036336002, 39.908137312513901 ], [ -75.184156017627799, 39.9073017917909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28884, "tnode_": 28885, "lpoly_": null, "rpoly_": null, "length": 316.38073558999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSCANY", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 78135, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221181, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "TUSCANY DR", "stname": "TUSCANY DR", "objectid": 1574, "Shape__Length": 126.02736995460612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184637282943498, 39.9091014681863 ], [ -75.184820285778699, 39.908244473368001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28885, "tnode_": 28886, "lpoly_": null, "rpoly_": null, "length": 493.983592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSCANY", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 78135, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "TUSCANY DR", "stname": "TUSCANY DR", "objectid": 1575, "Shape__Length": 196.76618113303385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184820285778699, 39.908244473368001 ], [ -75.184868117871005, 39.908134533699702 ], [ -75.185126403940899, 39.9069104888518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28888, "tnode_": 28887, "lpoly_": null, "rpoly_": null, "length": 207.83232722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SORRENTO", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 73410, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221184, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SORRENTO CT", "stname": "SORRENTO CT", "objectid": 1576, "Shape__Length": 82.625640095878765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185565311802407, 39.909481092748003 ], [ -75.186103270973902, 39.909873356848998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28888, "tnode_": 28889, "lpoly_": null, "rpoly_": null, "length": 411.65693245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPRI", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3405, "l_t_add": 3499, "r_f_add": 3404, "r_t_add": 3498, "st_code": 21245, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-02-10T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPRI CT ", "stname": "CAPRI CT ", "objectid": 1577, "Shape__Length": 163.97252300631584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185565311802407, 39.909481092748003 ], [ -75.185572842328796, 39.909470533765102 ], [ -75.185580675260695, 39.909451957145599 ], [ -75.185591180530395, 39.9094334403025 ], [ -75.185596085872405, 39.9093979339805 ], [ -75.185611418603301, 39.909369612200898 ], [ -75.185807529489793, 39.908495659431502 ], [ -75.1858397855503, 39.908373184830097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28889, "tnode_": 28890, "lpoly_": null, "rpoly_": null, "length": 318.11966453999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPRI", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 21245, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221186, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-30T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPRI CT ", "stname": "CAPRI CT ", "objectid": 1578, "Shape__Length": 126.71428256276933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1858397855503, 39.908373184830097 ], [ -75.185890058944096, 39.9082457485909 ], [ -75.186045977805094, 39.9075154628161 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28898, "tnode_": 28891, "lpoly_": null, "rpoly_": null, "length": 79.5728552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVI", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 77810, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221187, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-03-31T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "TREVI CT", "stname": "TREVI CT", "objectid": 1579, "Shape__Length": 31.631993988488286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186551296979204, 39.909246023484997 ], [ -75.186761518391094, 39.909392672678798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28898, "tnode_": 28897, "lpoly_": null, "rpoly_": null, "length": 281.81990506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVI", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 77810, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221188, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "TREVI CT", "stname": "TREVI CT", "objectid": 1580, "Shape__Length": 112.2610164134107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186551296979204, 39.909246023484997 ], [ -75.186712029646898, 39.9084823585113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28897, "tnode_": 28893, "lpoly_": null, "rpoly_": null, "length": 316.16431197000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVI", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 77810, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221189, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-07-29T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "TREVI CT", "stname": "TREVI CT", "objectid": 1581, "Shape__Length": 125.9406374797323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186712029646898, 39.9084823585113 ], [ -75.186890548962396, 39.907625404918697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28895, "tnode_": 28896, "lpoly_": null, "rpoly_": null, "length": 220.08307668999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIENA", "st_type": "CT", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 72815, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 221190, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-07-19T00:00:00Z", "newsegdate": "2004-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SIENA CT", "stname": "SIENA CT", "objectid": 1582, "Shape__Length": 87.340764144740092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187733312299798, 39.907932652153697 ], [ -75.188505534453597, 39.9080391153568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28886, "tnode_": 26405, "lpoly_": null, "rpoly_": null, "length": 784.47531533999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2298, "r_f_add": 2101, "r_t_add": 2299, "st_code": 63340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221191, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-09-21T00:00:00Z", "newsegdate": "2004-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1583, "Shape__Length": 311.31179240925866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185126403940899, 39.9069104888518 ], [ -75.185303045467506, 39.906935160459099 ], [ -75.186267386936507, 39.907072056392501 ], [ -75.186988194681007, 39.907158370752398 ], [ -75.187554937033497, 39.907206182237402 ], [ -75.187885745971798, 39.907253883672503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25270, "tnode_": 28926, "lpoly_": null, "rpoly_": null, "length": 64.02117329000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2581, "l_t_add": 2599, "r_f_add": 2580, "r_t_add": 2598, "st_code": 88350, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 221192, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": "2004-11-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 1584, "Shape__Length": 25.506477926827156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193866259737305, 39.921138249529001 ], [ -75.193905851493298, 39.920965167299002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25219, "tnode_": 28926, "lpoly_": null, "rpoly_": null, "length": 611.09756134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTAGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 35230, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 221193, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2004-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "FRONTAGE RD", "stname": "FRONTAGE RD", "objectid": 1585, "Shape__Length": 242.60824367528406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191821695562894, 39.921396971854698 ], [ -75.191849941959106, 39.921355016767201 ], [ -75.193905851493298, 39.920965167299002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28926, "tnode_": 28927, "lpoly_": null, "rpoly_": null, "length": 1966.7705596200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTAGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2998, "r_f_add": 2801, "r_t_add": 2999, "st_code": 35230, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 221194, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-01-31T00:00:00Z", "newsegdate": "2004-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "FRONTAGE RD", "stname": "FRONTAGE RD", "objectid": 1586, "Shape__Length": 780.73686410886671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193905851493298, 39.920965167299002 ], [ -75.195441647798106, 39.9206739171075 ], [ -75.1961663677057, 39.920582254435203 ], [ -75.199168323400002, 39.9200120436305 ], [ -75.200721265831405, 39.919703328316501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28933, "tnode_": 25972, "lpoly_": null, "rpoly_": null, "length": 78.89000956, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221195, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": "2005-01-21T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1587, "Shape__Length": 31.428223103521031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172074065926495, 39.913209761021797 ], [ -75.172111401421404, 39.912995114775399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28932, "tnode_": 28933, "lpoly_": null, "rpoly_": null, "length": 92.8380845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221196, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": "2005-01-28T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1588, "Shape__Length": 36.844087941613139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171746161789301, 39.913175253437601 ], [ -75.172074065926495, 39.913209761021797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25887, "tnode_": 28933, "lpoly_": null, "rpoly_": null, "length": 388.58397946000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 221197, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2005-01-28T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1589, "Shape__Length": 154.80365346263289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171878817447706, 39.914265285487801 ], [ -75.171922835184503, 39.913914816523203 ], [ -75.172074065926495, 39.913209761021797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26442, "tnode_": 28971, "lpoly_": null, "rpoly_": null, "length": 341.38521647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221200, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-05-24T00:00:00Z", "newsegdate": "2005-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1590, "Shape__Length": 135.4728149861505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1741435790086, 39.9054427422153 ], [ -75.175343938010897, 39.905596472398003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28971, "tnode_": 28972, "lpoly_": null, "rpoly_": null, "length": 214.76123172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FDR PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 33730, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 221202, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2005-05-24T00:00:00Z", "newsegdate": "2005-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "FDR PARK DR", "stname": "FDR PARK DR", "objectid": 1591, "Shape__Length": 85.545474594152665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175343938010897, 39.905596472398003 ], [ -75.175457121443699, 39.905013405060799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26535, "tnode_": 28973, "lpoly_": null, "rpoly_": null, "length": 158.91447855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FDR PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 33730, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221203, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2005-05-24T00:00:00Z", "newsegdate": "2005-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "FDR PARK DR", "stname": "FDR PARK DR", "objectid": 1592, "Shape__Length": 63.055594649295983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175337208134096, 39.900063813344502 ], [ -75.175898030291293, 39.900124852643302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28216, "tnode_": 28977, "lpoly_": null, "rpoly_": null, "length": 509.95141629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPRI", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3379, "r_f_add": 3100, "r_t_add": 3378, "st_code": 21250, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-01-13T00:00:00Z", "newsegdate": "2005-07-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPRI DR", "stname": "CAPRI DR", "objectid": 1593, "Shape__Length": 202.56509359988914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183417825141504, 39.910598550511303 ], [ -75.183536371182498, 39.910603091990197 ], [ -75.183635799979896, 39.910601291164099 ], [ -75.183735988202201, 39.910579370553201 ], [ -75.183842162456799, 39.910537447148002 ], [ -75.184867271205206, 39.9100131033887 ], [ -75.184979723622504, 39.909941924862402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28216, "tnode_": 28978, "lpoly_": null, "rpoly_": null, "length": 376.71609423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAVINCI", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3399, "r_f_add": 3200, "r_t_add": 3398, "st_code": 27550, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-03-31T00:00:00Z", "newsegdate": "2005-07-11T00:00:00Z", "multi_rep": 0, "streetlabe": "DAVINCI DR", "stname": "DAVINCI DR", "objectid": 1594, "Shape__Length": 150.04878538304558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183417825141504, 39.910598550511303 ], [ -75.183636374390503, 39.909627923631199 ], [ -75.183682676187004, 39.9095942801993 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28978, "tnode_": 28977, "lpoly_": null, "rpoly_": null, "length": 400.82810621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERONA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 79970, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-27T00:00:00Z", "newsegdate": "2005-07-11T00:00:00Z", "multi_rep": 0, "streetlabe": "VERONA DR", "stname": "VERONA DR", "objectid": 1595, "Shape__Length": 159.15784441025539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183682676187004, 39.9095942801993 ], [ -75.183733785766506, 39.9095824190954 ], [ -75.184445457760404, 39.9096677064706 ], [ -75.184635049685497, 39.909715298551703 ], [ -75.184729193223106, 39.909756419827701 ], [ -75.184979723622504, 39.909941924862402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28767, "tnode_": 29033, "lpoly_": null, "rpoly_": null, "length": 390.94260574000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 61560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221208, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-18T00:00:00Z", "newsegdate": "2006-05-18T00:00:00Z", "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1596, "Shape__Length": 155.2100744395787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186029689748096, 39.918699625785003 ], [ -75.186964070190896, 39.9188757838726 ], [ -75.187356229169296, 39.919014904784802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29033, "tnode_": 25384, "lpoly_": null, "rpoly_": null, "length": 378.05137985000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 79840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221209, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-18T00:00:00Z", "newsegdate": "2006-05-18T00:00:00Z", "multi_rep": 0, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 1597, "Shape__Length": 150.35586303774801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187356229169296, 39.919014904784802 ], [ -75.187439192247894, 39.919058913641997 ], [ -75.187798212721304, 39.919260356751302 ], [ -75.188041719046595, 39.919464445357903 ], [ -75.188256371524702, 39.919762750669904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26581, "tnode_": 26562, "lpoly_": null, "rpoly_": null, "length": 2009.1603582299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1568, "l_t_add": 1606, "r_f_add": 1599, "r_t_add": 1607, "st_code": 1050, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221210, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 1598, "Shape__Length": 797.27372785946773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188332412231802, 39.897240548199498 ], [ -75.185397606669994, 39.897745460215503 ], [ -75.182475975948506, 39.898241816440397 ], [ -75.181341522900496, 39.898434526453002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26581, "tnode_": 26563, "lpoly_": null, "rpoly_": null, "length": 1810.0525600400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1568, "l_t_add": 1602, "r_f_add": 1569, "r_t_add": 1603, "st_code": 1060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221211, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 1599, "Shape__Length": 718.31432958364985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188332412231802, 39.897240548199498 ], [ -75.185145241938102, 39.8979465963561 ], [ -75.182514706966799, 39.898418908343302 ], [ -75.182092385611597, 39.898494729579802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25101, "tnode_": 25948, "lpoly_": null, "rpoly_": null, "length": 5054.3632588599994, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34744, "l_t_add": 34838, "r_f_add": 34745, "r_t_add": 34839, "st_code": 1160, "l_hundred": 34700, "r_hundred": 34700, "seg_id": 221212, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 1600, "Shape__Length": 2010.1428104862641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189890267329204, 39.922190207545697 ], [ -75.189775007092294, 39.922032946107997 ], [ -75.1897078665815, 39.921928055260402 ], [ -75.189510340853602, 39.921510080431297 ], [ -75.189441032604904, 39.921253096574198 ], [ -75.189415873125796, 39.921082243062202 ], [ -75.189450426665005, 39.920584305116101 ], [ -75.1903012121074, 39.916449415739102 ], [ -75.190252082046001, 39.915972042743697 ], [ -75.190083232946293, 39.915526193650301 ], [ -75.189941302492599, 39.915310161176798 ], [ -75.189766892998406, 39.915117729592801 ], [ -75.189484750990104, 39.914849910932602 ], [ -75.189268596973307, 39.914717364386 ], [ -75.189013674762094, 39.914565706907602 ], [ -75.188901863765196, 39.914518144421997 ], [ -75.188757151159706, 39.914456585767098 ], [ -75.1884138223447, 39.914345524627699 ], [ -75.188147348319006, 39.914290916110801 ], [ -75.186614719826693, 39.914092449593497 ], [ -75.185018740660993, 39.913898627839998 ], [ -75.182613870629396, 39.913583280857601 ], [ -75.181653838906598, 39.9135084539774 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25397, "tnode_": 25976, "lpoly_": null, "rpoly_": null, "length": 5090.8499702200006, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34760, "l_t_add": 34854, "r_f_add": 34761, "r_t_add": 34855, "st_code": 1150, "l_hundred": 34700, "r_hundred": 34700, "seg_id": 221213, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 1601, "Shape__Length": 2023.2262530251762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1897616159211, 39.919605414683701 ], [ -75.190400712437906, 39.916743564919699 ], [ -75.190456185849101, 39.916319075614297 ], [ -75.190442120240903, 39.916063324632397 ], [ -75.190379790379097, 39.915830824313602 ], [ -75.190242664432404, 39.9154871805586 ], [ -75.190093300925795, 39.915258817805501 ], [ -75.189866853558001, 39.914980080014402 ], [ -75.189606326232294, 39.914767479712602 ], [ -75.189297764411094, 39.914572052300997 ], [ -75.188978506462405, 39.914422778076798 ], [ -75.188956266619002, 39.9144123791976 ], [ -75.1886052753012, 39.914295065655303 ], [ -75.1882136836699, 39.914207252014897 ], [ -75.1874277559413, 39.914104542925998 ], [ -75.186607447830397, 39.914009625620402 ], [ -75.185336352361205, 39.913833446793198 ], [ -75.184575847942497, 39.913695657096 ], [ -75.183357158779799, 39.913450191271302 ], [ -75.182332451667506, 39.913297214532498 ], [ -75.181473914319099, 39.913235410833202 ], [ -75.180534860109901, 39.913214369010099 ], [ -75.178886745873996, 39.913147010253397 ], [ -75.178366241974302, 39.9130611315613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29143, "tnode_": 26118, "lpoly_": null, "rpoly_": null, "length": 53.84764246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROATAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 26030, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": "2006-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "CROATAN PL", "stname": "CROATAN PL", "objectid": 1602, "Shape__Length": 21.450076139517584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176274393803098, 39.911597316150001 ], [ -75.176309062876399, 39.911451928452799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26117, "tnode_": 29144, "lpoly_": null, "rpoly_": null, "length": 58.99535322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLYMPIA", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 61375, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 221215, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": "2006-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "OLYMPIA PL", "stname": "OLYMPIA PL", "objectid": 1603, "Shape__Length": 23.413263618167015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180336739816894, 39.911506460698298 ], [ -75.180544293112206, 39.9115325647766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29144, "tnode_": 26152, "lpoly_": null, "rpoly_": null, "length": 190.67948722999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLYMPIA", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 61375, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": "2006-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "OLYMPIA PL", "stname": "OLYMPIA PL", "objectid": 1604, "Shape__Length": 75.957612289430372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180544293112206, 39.9115325647766 ], [ -75.180572211564098, 39.911390172836597 ], [ -75.180659085428502, 39.911016683403801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25584, "tnode_": 25577, "lpoly_": null, "rpoly_": null, "length": 216.57616265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 0, "r_t_add": 0, "st_code": 61560, "l_hundred": 1600, "r_hundred": 0, "seg_id": 221217, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-05-25T00:00:00Z", "newsegdate": "2007-05-25T00:00:00Z", "multi_rep": 2, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1605, "Shape__Length": 85.960119982078339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174602853615795, 39.917185303894698 ], [ -75.175129314260104, 39.917252578235903 ], [ -75.175363561309894, 39.917286867432203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26405, "tnode_": 26425, "lpoly_": null, "rpoly_": null, "length": 1064.2352550100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATEWAY", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 0, "r_t_add": 0, "st_code": 36390, "l_hundred": 3600, "r_hundred": 0, "seg_id": 221218, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-09-13T00:00:00Z", "newsegdate": "2007-07-09T00:00:00Z", "multi_rep": 2, "streetlabe": "GATEWAY DR", "stname": "GATEWAY DR", "objectid": 1606, "Shape__Length": 422.62120340362486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187885745971798, 39.907253883672503 ], [ -75.187972182895905, 39.907151585723099 ], [ -75.189467322256604, 39.907344068935998 ], [ -75.189900158075105, 39.907384144804297 ], [ -75.190164665428398, 39.9072805787848 ], [ -75.190919871412405, 39.906938611893899 ], [ -75.1911230800157, 39.906785019960502 ], [ -75.191236641553203, 39.906634866161099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27773, "tnode_": 27772, "lpoly_": null, "rpoly_": null, "length": 467.93447300999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 88080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221219, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2007-10-24T00:00:00Z", "newsegdate": "2007-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 1607, "Shape__Length": 186.35883797235459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177025178347094, 39.8899633066953 ], [ -75.176883321529004, 39.888683423034699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26163, "tnode_": 29231, "lpoly_": null, "rpoly_": null, "length": 119.15657225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2306, "r_f_add": 2301, "r_t_add": 2307, "st_code": 40980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-01-02T00:00:00Z", "newsegdate": "2007-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1608, "Shape__Length": 47.288674186527864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187536915012103, 39.911000039843699 ], [ -75.187956352271499, 39.911051657843601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29233, "tnode_": 26163, "lpoly_": null, "rpoly_": null, "length": 297.7519094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALABRIA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 20840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-07T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CALABRIA WAY", "stname": "CALABRIA WAY", "objectid": 1609, "Shape__Length": 118.61026713418747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187356450065906, 39.9118055059703 ], [ -75.187536915012103, 39.911000039843699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29234, "tnode_": 29231, "lpoly_": null, "rpoly_": null, "length": 298.76961899000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3211, "l_t_add": 3299, "r_f_add": 3210, "r_t_add": 3298, "st_code": 64670, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1610, "Shape__Length": 119.01671516684677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187781712216903, 39.911860717282302 ], [ -75.187956352271499, 39.911051657843601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29236, "tnode_": 29234, "lpoly_": null, "rpoly_": null, "length": 193.48127919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3209, "r_f_add": 3200, "r_t_add": 3208, "st_code": 64670, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1611, "Shape__Length": 77.075540537987919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187670946063903, 39.9123849541445 ], [ -75.187781712216903, 39.911860717282302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29232, "tnode_": 29233, "lpoly_": null, "rpoly_": null, "length": 78.85782062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOGGIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34570, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 221225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-07T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "FOGGIA DR", "stname": "FOGGIA DR", "objectid": 1612, "Shape__Length": 31.295599791372076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187078409638701, 39.911773608342401 ], [ -75.187356450065906, 39.9118055059703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29233, "tnode_": 29234, "lpoly_": null, "rpoly_": null, "length": 120.9797307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOGGIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 34570, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-07T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "FOGGIA DR", "stname": "FOGGIA DR", "objectid": 1613, "Shape__Length": 48.01330738592074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187356450065906, 39.9118055059703 ], [ -75.187781712216903, 39.911860717282302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29235, "tnode_": 29232, "lpoly_": null, "rpoly_": null, "length": 192.30928324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALERNO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 70710, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-07T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SALERNO WAY", "stname": "SALERNO WAY", "objectid": 1614, "Shape__Length": 76.608160852917493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1869655096325, 39.912294313634597 ], [ -75.187078409638701, 39.911773608342401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29235, "tnode_": 29236, "lpoly_": null, "rpoly_": null, "length": 200.62604282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2308, "r_f_add": 2201, "r_t_add": 2309, "st_code": 69150, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 221228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-10-07T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ROMA DR", "stname": "ROMA DR", "objectid": 1615, "Shape__Length": 79.623011394955839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1869655096325, 39.912294313634597 ], [ -75.187670946063903, 39.9123849541445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29236, "tnode_": 29237, "lpoly_": null, "rpoly_": null, "length": 444.54143901999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2310, "l_t_add": 2398, "r_f_add": 2311, "r_t_add": 2399, "st_code": 69150, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ROMA DR", "stname": "ROMA DR", "objectid": 1616, "Shape__Length": 176.42650687422579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187670946063903, 39.9123849541445 ], [ -75.189234330182998, 39.912584426770501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29237, "tnode_": 29238, "lpoly_": null, "rpoly_": null, "length": 219.37345581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 69150, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ROMA DR", "stname": "ROMA DR", "objectid": 1617, "Shape__Length": 87.063230426126168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189234330182998, 39.912584426770501 ], [ -75.190006254711705, 39.912680890602303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29238, "tnode_": 29240, "lpoly_": null, "rpoly_": null, "length": 189.23592014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRIESTE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 77825, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "TRIESTE WAY", "stname": "TRIESTE WAY", "objectid": 1618, "Shape__Length": 75.383825416232497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190006254711705, 39.912680890602303 ], [ -75.190120498557206, 39.912168917480301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29237, "tnode_": 29239, "lpoly_": null, "rpoly_": null, "length": 189.6086175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPOLI", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3209, "r_f_add": 3200, "r_t_add": 3208, "st_code": 58890, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "NAPOLI WAY", "stname": "NAPOLI WAY", "objectid": 1619, "Shape__Length": 75.532893991143069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189234330182998, 39.912584426770501 ], [ -75.189343948326396, 39.912070817457398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29239, "tnode_": 26151, "lpoly_": null, "rpoly_": null, "length": 306.08540884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPOLI", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3211, "l_t_add": 3299, "r_f_add": 3210, "r_t_add": 3298, "st_code": 58890, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "NAPOLI WAY", "stname": "NAPOLI WAY", "objectid": 1620, "Shape__Length": 121.93200024661493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189343948326396, 39.912070817457398 ], [ -75.189507712261204, 39.911314235705397 ], [ -75.189498147341695, 39.911241383604199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29239, "tnode_": 29240, "lpoly_": null, "rpoly_": null, "length": 220.75172863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENOA", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 36520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-30T00:00:00Z", "newsegdate": "2008-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "GENOA DR", "stname": "GENOA DR", "objectid": 1621, "Shape__Length": 87.609758665233272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189343948326396, 39.912070817457398 ], [ -75.190120498557206, 39.912168917480301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26288, "tnode_": 26367, "lpoly_": null, "rpoly_": null, "length": 457.64476201999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3300, "r_hundred": 0, "seg_id": 221235, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-02-06T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 1622, "Shape__Length": 182.29862490734899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172973907819099, 39.909251289903999 ], [ -75.17299358516, 39.9091555876889 ], [ -75.173076222029096, 39.908727173949799 ], [ -75.173237056922801, 39.908011529229903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28977, "tnode_": 28888, "lpoly_": null, "rpoly_": null, "length": 235.43644547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPRI", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3381, "l_t_add": 3403, "r_f_add": 3380, "r_t_add": 3402, "st_code": 21250, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 221236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-02-08T00:00:00Z", "newsegdate": "2008-02-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPRI DR", "stname": "CAPRI DR", "objectid": 1623, "Shape__Length": 93.614036027855946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184979723622504, 39.909941924862402 ], [ -75.185083495082097, 39.909877055508197 ], [ -75.185282371710699, 39.909702362246499 ], [ -75.185532822933496, 39.909515166637497 ], [ -75.185565311802407, 39.909481092748003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26090, "tnode_": 26451, "lpoly_": null, "rpoly_": null, "length": 2387.70627848, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3899, "r_f_add": 3400, "r_t_add": 3898, "st_code": 88310, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221237, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-06-17T00:00:00Z", "newsegdate": "2008-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1624, "Shape__Length": 951.1015233194131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192522380509999, 39.912090483818403 ], [ -75.194019621228506, 39.905816292295199 ], [ -75.193990694884405, 39.90564241501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29231, "tnode_": 26151, "lpoly_": null, "rpoly_": null, "length": 438.0019421, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2308, "l_t_add": 2398, "r_f_add": 2309, "r_t_add": 2399, "st_code": 40980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221238, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1625, "Shape__Length": 173.82648039045074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187956352271499, 39.911051657843601 ], [ -75.1882465316273, 39.911087367415 ], [ -75.188763933074995, 39.9111510374549 ], [ -75.189498147341695, 39.911241383604199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29231, "tnode_": 29495, "lpoly_": null, "rpoly_": null, "length": 418.03656409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3301, "l_t_add": 3319, "r_f_add": 3300, "r_t_add": 3318, "st_code": 64670, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 221239, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1626, "Shape__Length": 166.41681830349046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187956352271499, 39.911051657843601 ], [ -75.188088891429899, 39.910443864754598 ], [ -75.188122179380201, 39.910376917553201 ], [ -75.188509876251004, 39.910027535432199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29495, "tnode_": 29497, "lpoly_": null, "rpoly_": null, "length": 340.49891205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3321, "l_t_add": 3399, "r_f_add": 3320, "r_t_add": 3398, "st_code": 64670, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 221240, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1627, "Shape__Length": 135.3746971097969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188509876251004, 39.910027535432199 ], [ -75.188517985892204, 39.910020227432803 ], [ -75.188999897768497, 39.909594383424199 ], [ -75.189133547396693, 39.909546599743898 ], [ -75.189340640533402, 39.909415842564002 ], [ -75.189375132141294, 39.909385233504899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29497, "tnode_": 29499, "lpoly_": null, "rpoly_": null, "length": 575.62425598999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 64670, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221241, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1628, "Shape__Length": 228.9655089601236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189375132141294, 39.909385233504899 ], [ -75.189381563240602, 39.909379525992101 ], [ -75.189509740670303, 39.9092436216755 ], [ -75.189566383695094, 39.909139965111102 ], [ -75.189599796923005, 39.909069635232299 ], [ -75.190642708788403, 39.908154909127703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29499, "tnode_": 29500, "lpoly_": null, "rpoly_": null, "length": 95.78471522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 3503, "r_f_add": 3500, "r_t_add": 3502, "st_code": 64670, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221242, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1629, "Shape__Length": 38.091953962790498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190642708788403, 39.908154909127703 ], [ -75.190649694798694, 39.908148782353699 ], [ -75.190869843400407, 39.907958590648299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29500, "tnode_": 29502, "lpoly_": null, "rpoly_": null, "length": 89.12508219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIETRO", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3505, "l_t_add": 3599, "r_f_add": 3504, "r_t_add": 3598, "st_code": 64670, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221243, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIETRO WAY", "stname": "PIETRO WAY", "objectid": 1630, "Shape__Length": 35.443400597087042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190869843400407, 39.907958590648299 ], [ -75.191081240398006, 39.907775959085697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29499, "tnode_": 29498, "lpoly_": null, "rpoly_": null, "length": 105.9129083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILANO", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 55990, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221244, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MILANO DR", "stname": "MILANO DR", "objectid": 1631, "Shape__Length": 42.095432420917703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190642708788403, 39.908154909127703 ], [ -75.190932513329997, 39.908341247083797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29502, "tnode_": 29501, "lpoly_": null, "rpoly_": null, "length": 96.62894145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLI", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2498, "r_f_add": 2301, "r_t_add": 2499, "st_code": 24230, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221245, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "COLLI DR", "stname": "COLLI DR", "objectid": 1632, "Shape__Length": 38.410255089014903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191081240398006, 39.907775959085697 ], [ -75.191158754713996, 39.907818304061699 ], [ -75.191325937607601, 39.907930341342201 ], [ -75.191333956563994, 39.907950828157901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29497, "tnode_": 29496, "lpoly_": null, "rpoly_": null, "length": 417.88410589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAN VINCENZO", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 70810, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221246, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "SAN VINCENZO DR", "stname": "SAN VINCENZO DR", "objectid": 1633, "Shape__Length": 166.01560535882575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189375132141294, 39.909385233504899 ], [ -75.1900069551412, 39.909811729598601 ], [ -75.190111419000502, 39.909872083623 ], [ -75.190173242302507, 39.909897639043102 ], [ -75.190617424509497, 39.909946335553002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29496, "tnode_": 29498, "lpoly_": null, "rpoly_": null, "length": 604.65271228999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MESSINA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3401, "l_t_add": 3435, "r_f_add": 3400, "r_t_add": 3436, "st_code": 55750, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221249, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MESSINA WAY", "stname": "MESSINA WAY", "objectid": 1634, "Shape__Length": 240.82589618114619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190617424509497, 39.909946335553002 ], [ -75.190712311947095, 39.909520932241101 ], [ -75.190682845876793, 39.909486428932503 ], [ -75.190655162058206, 39.909404580433801 ], [ -75.190656244203893, 39.909325792425101 ], [ -75.190666045035698, 39.909232210770199 ], [ -75.190682784014598, 39.909137816321 ], [ -75.190765200087796, 39.9089331971552 ], [ -75.190847169461307, 39.908857181604901 ], [ -75.190862126070797, 39.908810131414597 ], [ -75.190933212845394, 39.908439415018002 ], [ -75.190932513329997, 39.908341247083797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29498, "tnode_": 29501, "lpoly_": null, "rpoly_": null, "length": 181.82290143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MESSINA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3437, "l_t_add": 3499, "r_f_add": 3438, "r_t_add": 3498, "st_code": 55750, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221250, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MESSINA WAY", "stname": "MESSINA WAY", "objectid": 1635, "Shape__Length": 72.323974492508256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190932513329997, 39.908341247083797 ], [ -75.190978716185199, 39.908281356709601 ], [ -75.191288008746994, 39.908003955976604 ], [ -75.191333956563994, 39.907950828157901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26151, "tnode_": 29494, "lpoly_": null, "rpoly_": null, "length": 175.24682137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPOLI", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3301, "l_t_add": 3309, "r_f_add": 3300, "r_t_add": 3308, "st_code": 58890, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 221251, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "NAPOLI WAY", "stname": "NAPOLI WAY", "objectid": 1636, "Shape__Length": 69.800356314884894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189498147341695, 39.911241383604199 ], [ -75.1895466764622, 39.9111804230335 ], [ -75.189632221354998, 39.910776184622001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26398, "tnode_": 29500, "lpoly_": null, "rpoly_": null, "length": 273.58159834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALERMO", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 62750, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221252, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2008-11-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PALERMO DR", "stname": "PALERMO DR", "objectid": 1637, "Shape__Length": 108.70227725931881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190076572796798, 39.907529668015997 ], [ -75.190400164182094, 39.907655832025497 ], [ -75.190869843400407, 39.907958590648299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29599, "tnode_": 29598, "lpoly_": null, "rpoly_": null, "length": 123.07527059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALLOWS", "st_type": "LN", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3010, "r_f_add": 3001, "r_t_add": 3011, "st_code": 36020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 221254, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-01-31T00:00:00Z", "newsegdate": "2011-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "GALLOWS LN", "stname": "GALLOWS LN", "objectid": 1638, "Shape__Length": 48.872893231309263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202277908915605, 39.921821052753501 ], [ -75.202686152299506, 39.921944921686901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29599, "tnode_": 28927, "lpoly_": null, "rpoly_": null, "length": 894.33385596000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 68780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 221255, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-01-31T00:00:00Z", "newsegdate": "2011-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVER RD", "stname": "RIVER RD", "objectid": 1639, "Shape__Length": 355.99408575019635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202277908915605, 39.921821052753501 ], [ -75.200877210451793, 39.920178318828697 ], [ -75.200721265831405, 39.919703328316501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29620, "tnode_": 26623, "lpoly_": null, "rpoly_": null, "length": 3003.2922179699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 5452, "l_t_add": 6998, "r_f_add": 5453, "r_t_add": 6999, "st_code": 64080, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 221256, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1640, "Shape__Length": 1192.7156188634012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211574074793006, 39.897844276740301 ], [ -75.211963534364799, 39.897666069866901 ], [ -75.212728096063202, 39.897319605904499 ], [ -75.213263132888898, 39.897077147359703 ], [ -75.213772264759299, 39.896846423606199 ], [ -75.214553762704099, 39.896484693838303 ], [ -75.220809341835505, 39.893676880984401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26466, "tnode_": 29620, "lpoly_": null, "rpoly_": null, "length": 4914.4911488500002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 5450, "r_f_add": 2801, "r_t_add": 5451, "st_code": 64080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 221257, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 1641, "Shape__Length": 1951.8401299033317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196410440770507, 39.904597400837297 ], [ -75.196813155904593, 39.9044201020996 ], [ -75.200819912932403, 39.902656158252398 ], [ -75.201130080711195, 39.902518848418701 ], [ -75.210657274720504, 39.898257986786803 ], [ -75.211302072600702, 39.897968737811901 ], [ -75.211574074793006, 39.897844276740301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26503, "tnode_": 29693, "lpoly_": null, "rpoly_": null, "length": 1357.0527616299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEAFF", "st_type": "LN", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3501, "l_t_add": 4001, "r_f_add": 3500, "r_t_add": 4000, "st_code": 72340, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221258, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-16T00:00:00Z", "newsegdate": "2011-03-16T00:00:00Z", "multi_rep": 0, "streetlabe": "SHEAFF LN", "stname": "SHEAFF LN", "objectid": 1642, "Shape__Length": 540.04857040233924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191903624620394, 39.902863128802103 ], [ -75.192095998765197, 39.902797137526498 ], [ -75.192184521424196, 39.9027429123771 ], [ -75.192845042277, 39.9020312170925 ], [ -75.192878775540095, 39.901996584295702 ], [ -75.192920902596995, 39.901918428107003 ], [ -75.192984643083705, 39.901588896934697 ], [ -75.192985346967404, 39.9015701788679 ], [ -75.192975483920506, 39.901544981098297 ], [ -75.192581577745401, 39.900736909804102 ], [ -75.192567331696594, 39.900684555115703 ], [ -75.192563416574302, 39.9006449197962 ], [ -75.192571555490304, 39.900572250330697 ], [ -75.192601138362406, 39.900504221950598 ], [ -75.193032791998704, 39.900128779419497 ], [ -75.193062786761701, 39.9000885742538 ], [ -75.193082371609904, 39.900032056576102 ], [ -75.1930855600624, 39.900003199020603 ], [ -75.193079765079005, 39.899921680760897 ], [ -75.193064695664603, 39.899819352259499 ], [ -75.193021373658397, 39.899749697503502 ], [ -75.192970654353502, 39.899661144846803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29713, "tnode_": 29714, "lpoly_": null, "rpoly_": null, "length": 167.85133992000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOVACARE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 1119, "l_hundred": 0, "r_hundred": 0, "seg_id": 221259, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-04-18T00:00:00Z", "newsegdate": "2011-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "NOVACARE WAY", "stname": "NOVACARE WAY", "objectid": 1643, "Shape__Length": 66.860382678503143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178059866805498, 39.906411324740702 ], [ -75.178151436659206, 39.9059559799461 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28971, "tnode_": 29714, "lpoly_": null, "rpoly_": null, "length": 798.4540276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1750, "r_f_add": 1501, "r_t_add": 1751, "st_code": 63340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 221260, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-04-18T00:00:00Z", "newsegdate": "2011-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1644, "Shape__Length": 316.85384893488811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175343938010897, 39.905596472398003 ], [ -75.178151436659206, 39.9059559799461 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29714, "tnode_": 26423, "lpoly_": null, "rpoly_": null, "length": 1490.03806768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1752, "l_t_add": 1998, "r_f_add": 1753, "r_t_add": 1999, "st_code": 63340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 221261, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-04-18T00:00:00Z", "newsegdate": "2011-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1645, "Shape__Length": 591.30247681721721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178151436659206, 39.9059559799461 ], [ -75.1833907405845, 39.906626691983597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29722, "tnode_": 27771, "lpoly_": null, "rpoly_": null, "length": 150.14573503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 11341, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221262, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-02T00:00:00Z", "newsegdate": "2011-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 1646, "Shape__Length": 59.562826434877856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176191236140198, 39.887424537080797 ], [ -75.176723644813805, 39.887383701397702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27764, "tnode_": 29723, "lpoly_": null, "rpoly_": null, "length": 313.21473377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 48010, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 221263, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "2011-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1647, "Shape__Length": 124.25625312265554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180521708650005, 39.889698912988003 ], [ -75.180592508402498, 39.8896955509964 ], [ -75.181632587958205, 39.889615665325003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29723, "tnode_": 27761, "lpoly_": null, "rpoly_": null, "length": 946.21194562000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 48010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 221264, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "2011-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 1648, "Shape__Length": 375.38338193849643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181632587958205, 39.889615665325003 ], [ -75.183222940403496, 39.889493495962 ], [ -75.183414569414495, 39.889485505823501 ], [ -75.183541319486395, 39.889506767204402 ], [ -75.184056749120202, 39.889579719248097 ], [ -75.1841844255312, 39.889576436382498 ], [ -75.184464600939705, 39.889545862519803 ], [ -75.184977376827803, 39.889493487951498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29723, "tnode_": 29724, "lpoly_": null, "rpoly_": null, "length": 951.945547, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5299, "r_f_add": 5000, "r_t_add": 5298, "st_code": 88140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 221265, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "2011-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 1649, "Shape__Length": 379.1141940349122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181632587958205, 39.889615665325003 ], [ -75.181577122038107, 39.889072304192901 ], [ -75.181337261911395, 39.887012400509803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29725, "tnode_": 27757, "lpoly_": null, "rpoly_": null, "length": 827.23839537999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1900, "l_t_add": 2098, "r_f_add": 1901, "r_t_add": 2099, "st_code": 24895, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 221266, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "2011-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1650, "Shape__Length": 328.22379515697014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184768741749494, 39.8910574757546 ], [ -75.186335304455099, 39.890937863839902 ], [ -75.186494562242899, 39.890926134101299 ], [ -75.187654972387705, 39.891200334687603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27763, "tnode_": 29725, "lpoly_": null, "rpoly_": null, "length": 1132.1433950599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1700, "l_t_add": 1898, "r_f_add": 1701, "r_t_add": 1899, "st_code": 24895, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 221267, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-03T00:00:00Z", "newsegdate": "2011-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1651, "Shape__Length": 449.14634914932827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180753809411001, 39.891363928460102 ], [ -75.184768741749494, 39.8910574757546 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27757, "tnode_": 27755, "lpoly_": null, "rpoly_": null, "length": 1020.7230700099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 24895, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 221268, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-08-31T00:00:00Z", "newsegdate": "2011-08-31T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 1652, "Shape__Length": 405.26822317316669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187654972387705, 39.891200334687603 ], [ -75.187730798606793, 39.891688162661602 ], [ -75.187780079225007, 39.891751820588098 ], [ -75.187859508356496, 39.891799091830599 ], [ -75.187951287279503, 39.8918125169318 ], [ -75.1880470745579, 39.891817501696103 ], [ -75.190649091648297, 39.891627181817803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26298, "tnode_": 29771, "lpoly_": null, "rpoly_": null, "length": 242.35042438000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHOLESALE PRODUCE MARKET", "st_type": "DWY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1275, "l_hundred": 0, "r_hundred": 0, "seg_id": 221269, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2012-09-07T00:00:00Z", "newsegdate": "2012-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WHOLESALE PRODUCE MARKET DWY", "stname": "WHOLESALE PRODUCE MARKET DWY", "objectid": 1653, "Shape__Length": 96.176235584323138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223198363480506, 39.9081793722764 ], [ -75.222946044404495, 39.908183049516502 ], [ -75.2223461610822, 39.908091654832901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29494, "tnode_": 29829, "lpoly_": null, "rpoly_": null, "length": 154.13270688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPOLI", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 58890, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 221270, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-04T00:00:00Z", "newsegdate": "2014-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "NAPOLI WAY", "stname": "NAPOLI WAY", "objectid": 1654, "Shape__Length": 61.168184928434101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189632221354998, 39.910776184622001 ], [ -75.190082877151298, 39.910830248104403 ], [ -75.190166440457503, 39.910828728868999 ], [ -75.190175887932895, 39.910826843166099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29494, "tnode_": 29495, "lpoly_": null, "rpoly_": null, "length": 416.8218898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPOLI", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 58890, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 221271, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-25T00:00:00Z", "newsegdate": "2014-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "NAPOLI WAY", "stname": "NAPOLI WAY", "objectid": 1655, "Shape__Length": 165.68441087535732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189632221354998, 39.910776184622001 ], [ -75.189580261325304, 39.910752443991598 ], [ -75.188509876251004, 39.910027535432199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29829, "tnode_": 29496, "lpoly_": null, "rpoly_": null, "length": 370.11145258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MESSINA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 55750, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 221272, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-04T00:00:00Z", "newsegdate": "2014-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MESSINA WAY", "stname": "MESSINA WAY", "objectid": 1656, "Shape__Length": 147.33588487250762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190175887932895, 39.910826843166099 ], [ -75.190303718633899, 39.910801332655097 ], [ -75.190375635861201, 39.910758939354999 ], [ -75.190453217005697, 39.910682826054803 ], [ -75.190462636455095, 39.910666113597699 ], [ -75.190574842061395, 39.910137240382802 ], [ -75.190617424509497, 39.909946335553002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27754, "tnode_": 29868, "lpoly_": null, "rpoly_": null, "length": 952.9363505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2200, "l_t_add": 2698, "r_f_add": 2201, "r_t_add": 2699, "st_code": 48945, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221273, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2014-06-06T00:00:00Z", "newsegdate": "2014-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LANGLEY AVE", "stname": "LANGLEY AVE", "objectid": 1657, "Shape__Length": 378.18592755951943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191586303172699, 39.895007522563503 ], [ -75.194831436674207, 39.894236177002298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26162, "tnode_": 26203, "lpoly_": null, "rpoly_": null, "length": 294.66943453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENFELD", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 28170, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 221274, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-06-09T00:00:00Z", "newsegdate": "2015-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "DENFELD PL", "stname": "DENFELD PL", "objectid": 1658, "Shape__Length": 117.28271625009448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179357285461705, 39.910841762334101 ], [ -75.179470436652593, 39.910227454618202 ], [ -75.179229853772497, 39.910192995194002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26245, "tnode_": 26280, "lpoly_": null, "rpoly_": null, "length": 205.98439851999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENFELD", "st_type": "PL", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 28170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 221275, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-06-09T00:00:00Z", "newsegdate": "2015-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "DENFELD PL", "stname": "DENFELD PL", "objectid": 1659, "Shape__Length": 82.058434403294754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1793004725195, 39.9100645590214 ], [ -75.179360134996003, 39.909701535516398 ], [ -75.179351985913996, 39.909502100193201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29982, "tnode_": 27822, "lpoly_": null, "rpoly_": null, "length": 1913.54454747, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19112, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 88310, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 221276, "oneway": "B", "class": 3, "responsibl": "PIDC", "update_": "2017-06-16T00:00:00Z", "newsegdate": "2017-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1660, "Shape__Length": 761.92571685427765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193674991651903, 39.902584721006498 ], [ -75.193673612790107, 39.902566910661399 ], [ -75.193679842217094, 39.902532559884797 ], [ -75.193686105501698, 39.902498210763902 ], [ -75.193692397934399, 39.902463864094997 ], [ -75.193698717211404, 39.902429518925501 ], [ -75.193705060994702, 39.902395175203203 ], [ -75.193711424608793, 39.902360832824002 ], [ -75.193717805715906, 39.9023264917356 ], [ -75.1937241996404, 39.902292151833898 ], [ -75.193730604112304, 39.902257811266097 ], [ -75.193737015523297, 39.902223472654903 ], [ -75.193743430468302, 39.902189133221199 ], [ -75.193749845373006, 39.902154794687497 ], [ -75.193756256798494, 39.902120455174902 ], [ -75.193762662373004, 39.902086115531702 ], [ -75.1937690586239, 39.902051774779302 ], [ -75.193775442010704, 39.9020174337398 ], [ -75.193781807891597, 39.901983091408702 ], [ -75.193788155064098, 39.901948748660097 ], [ -75.193794477751496, 39.901914403563403 ], [ -75.193800775919897, 39.901880057018602 ], [ -75.193807042556102, 39.901845708869502 ], [ -75.193813276525105, 39.901811358189804 ], [ -75.193819475455498, 39.901777005827398 ], [ -75.193825633570498, 39.901742649851599 ], [ -75.193831748464802, 39.901708292010902 ], [ -75.193837816665607, 39.901673931326698 ], [ -75.193843835835395, 39.901639567746997 ], [ -75.193849801332505, 39.901605200267198 ], [ -75.193855710819307, 39.901570828835197 ], [ -75.193861560755295, 39.901536454273099 ], [ -75.193867347667904, 39.901502075602401 ], [ -75.193873066881807, 39.901467692718903 ], [ -75.193873386602903, 39.901440982251899 ], [ -75.193868112154206, 39.901401915853903 ], [ -75.193860054160297, 39.9013472089527 ], [ -75.193861322012097, 39.901313481853002 ], [ -75.193859903880707, 39.901261518819503 ], [ -75.193847893281202, 39.9012223022089 ], [ -75.193842326265994, 39.901191019401899 ], [ -75.193843789188904, 39.901152103240896 ], [ -75.193838808512993, 39.901105254175398 ], [ -75.193830360513402, 39.901060923594599 ], [ -75.193832311071105, 39.901009035680097 ], [ -75.1938340665602, 39.900962336827099 ], [ -75.193836114644796, 39.9009078543817 ], [ -75.193826152211201, 39.900814155323403 ], [ -75.193823218492497, 39.900712823785803 ], [ -75.193863234967907, 39.9003657764938 ], [ -75.193870016995305, 39.900275047535402 ], [ -75.193830463236296, 39.899880810537297 ], [ -75.193820710931504, 39.8998469079676 ], [ -75.193810703763802, 39.899813063684903 ], [ -75.193800494331597, 39.899779278862297 ], [ -75.193790134233197, 39.899745550144999 ], [ -75.193779621349904, 39.899711840544697 ], [ -75.193768938217005, 39.8996781478697 ], [ -75.193758069368997, 39.899644478983099 ], [ -75.193747001678403, 39.8996108408002 ], [ -75.193735720848593, 39.899577240210299 ], [ -75.193724213751807, 39.899543684128403 ], [ -75.193712463788003, 39.899510178491497 ], [ -75.1937004589645, 39.899476731141 ], [ -75.193688183815794, 39.899443348940103 ], [ -75.193675625180802, 39.899410039704101 ], [ -75.193662768830606, 39.899376808521801 ], [ -75.193649599266294, 39.899343663156301 ], [ -75.193636104529205, 39.899310610549101 ], [ -75.193622280215195, 39.899277643393603 ], [ -75.193608146515004, 39.899244722495702 ], [ -75.193593687828198, 39.899211858319397 ], [ -75.193578886013597, 39.899179066678201 ], [ -75.193563719423494, 39.899146363307203 ], [ -75.193548169984297, 39.8991137622194 ], [ -75.193532217183503, 39.899081280076203 ], [ -75.193515842947505, 39.899048930890601 ], [ -75.193499025595003, 39.899016731297799 ], [ -75.193481747018495, 39.898984696211102 ], [ -75.193463986773395, 39.898952840491198 ], [ -75.193445725549495, 39.898921179925601 ], [ -75.193427022838094, 39.898889687909502 ], [ -75.193408105454793, 39.898858243360401 ], [ -75.193388983885299, 39.898826847413098 ], [ -75.193369650846293, 39.8987955071131 ], [ -75.193350096615205, 39.898764232154498 ], [ -75.193330316246005, 39.898733029634997 ], [ -75.193310298813401, 39.898701910122803 ], [ -75.193290038236697, 39.898670879789201 ], [ -75.193269527063094, 39.898639950181 ], [ -75.193248755705397, 39.898609127391303 ], [ -75.193227716812501, 39.898578420265899 ], [ -75.193206404134301, 39.898547839477601 ], [ -75.193184806914701, 39.898517391093201 ], [ -75.193162920106403, 39.898487084910997 ], [ -75.193140735189502, 39.8984569297509 ], [ -75.193118242508802, 39.898426933506499 ], [ -75.193095432308098, 39.898397106772101 ], [ -75.193072078890296, 39.898367540920603 ], [ -75.193048096950406, 39.898338264683296 ], [ -75.193023562613106, 39.898309244618297 ], [ -75.192998548564404, 39.898280445405597 ], [ -75.192973128591603, 39.898251833551498 ], [ -75.192947377717999, 39.898223373787999 ], [ -75.192921368561798, 39.898195032595503 ], [ -75.1928951772814, 39.898166775632497 ], [ -75.1928688742248, 39.8981385675269 ], [ -75.192842536651099, 39.898110375763899 ], [ -75.192816237279999, 39.898082164123501 ], [ -75.192790049864001, 39.898053900012698 ], [ -75.192764048291195, 39.898025547237602 ], [ -75.192738306314098, 39.897997073205602 ], [ -75.192712875139307, 39.897968453830899 ], [ -75.192687358748401, 39.897939861381197 ], [ -75.192661732088496, 39.897911308812503 ], [ -75.192636171156494, 39.897882719861698 ], [ -75.192610853151805, 39.897854017391602 ], [ -75.192585956442301, 39.897825124291302 ], [ -75.1925616570919, 39.897795962497398 ], [ -75.192538132231903, 39.8977664566737 ], [ -75.192516044736195, 39.897736306257997 ], [ -75.192495469660301, 39.8977054750831 ], [ -75.192475758492705, 39.897674255023198 ], [ -75.192456265060201, 39.897642938003798 ], [ -75.192436173675006, 39.897611564390203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26460, "tnode_": 29982, "lpoly_": null, "rpoly_": null, "length": 925.7512757400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19112, "l_f_add": 4001, "l_t_add": 4399, "r_f_add": 4000, "r_t_add": 4398, "st_code": 88310, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 221277, "oneway": "B", "class": 3, "responsibl": "PIDC", "update_": "1999-01-04T00:00:00Z", "newsegdate": "2017-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 1661, "Shape__Length": 368.72999884397615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193851552931804, 39.905084520342598 ], [ -75.193767247138894, 39.904881147992398 ], [ -75.193542553870699, 39.904090193255897 ], [ -75.193496386711999, 39.903457478461803 ], [ -75.193639136677007, 39.902706287354597 ], [ -75.193655161417695, 39.902669977283303 ], [ -75.193661269468095, 39.902635619295502 ], [ -75.193667420727394, 39.902601263172102 ], [ -75.193674991651903, 39.902584721006498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29982, "tnode_": 29981, "lpoly_": null, "rpoly_": null, "length": 1026.56610555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 64090, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-06-17T00:00:00Z", "newsegdate": "2017-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE FERRY RD", "stname": "PENROSE FERRY RD", "objectid": 1662, "Shape__Length": 407.86314834851942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193674991651903, 39.902584721006498 ], [ -75.193812309328905, 39.9025987655492 ], [ -75.193925742404403, 39.9026159381418 ], [ -75.194011773556099, 39.902646122875304 ], [ -75.1940911174554, 39.902665019275403 ], [ -75.194237759449706, 39.902668288816599 ], [ -75.194425038225106, 39.902655336863702 ], [ -75.194576123167494, 39.902658705022397 ], [ -75.194706148525299, 39.902630776450899 ], [ -75.195811091706602, 39.901867581455399 ], [ -75.196615659853705, 39.901265103828997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28972, "tnode_": 28973, "lpoly_": null, "rpoly_": null, "length": 1962.37794156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FDR PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 33730, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221280, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2018-06-27T10:23:51Z", "newsegdate": "2018-06-27T10:23:51Z", "multi_rep": 0, "streetlabe": "FDR PARK DR", "stname": "FDR PARK DR", "objectid": 1663, "Shape__Length": 781.2211512928061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175457121443699, 39.905013405060799 ], [ -75.175313273598306, 39.904930094957201 ], [ -75.175089936441594, 39.9048607119948 ], [ -75.1749639189904, 39.904755372100901 ], [ -75.174859280832706, 39.904657663671301 ], [ -75.174768096129696, 39.9045316510798 ], [ -75.174736325145901, 39.904308039132303 ], [ -75.174776408771805, 39.904066969635302 ], [ -75.174900145297201, 39.903578658015597 ], [ -75.175022461616805, 39.903209512215199 ], [ -75.175151439550305, 39.902909648929203 ], [ -75.175250443377607, 39.902747380937697 ], [ -75.175482829402696, 39.902414081418698 ], [ -75.175725510463494, 39.902135842957797 ], [ -75.175898168220499, 39.901908478717601 ], [ -75.175975339864706, 39.901750488073702 ], [ -75.176015309512394, 39.9015940461084 ], [ -75.176007510702902, 39.901391235752897 ], [ -75.1759631874978, 39.900763265704597 ], [ -75.175946777712795, 39.900379083469602 ], [ -75.175985007518506, 39.900186843035698 ], [ -75.175898030291293, 39.900124852643302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28973, "tnode_": 30008, "lpoly_": null, "rpoly_": null, "length": 2171.9425205400003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FDR PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1412, "l_t_add": 1440, "r_f_add": 1413, "r_t_add": 1441, "st_code": 33730, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221281, "oneway": "FT", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2019-01-17T13:32:36Z", "newsegdate": "2019-01-17T13:32:36Z", "multi_rep": 0, "streetlabe": "FDR PARK DR", "stname": "FDR PARK DR", "objectid": 1664, "Shape__Length": 862.28621871486723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175457121443699, 39.905013405060799 ], [ -75.175559507765797, 39.904964899012597 ], [ -75.175778538103899, 39.904935489107103 ], [ -75.175932301161495, 39.904929406451799 ], [ -75.176233413205395, 39.904890395885502 ], [ -75.176391164220902, 39.904844351209903 ], [ -75.176600347284094, 39.904747968905902 ], [ -75.176742149184093, 39.904665330572698 ], [ -75.176870113909203, 39.904555680851999 ], [ -75.177108002455199, 39.904355047839303 ], [ -75.177388456295304, 39.904142020213399 ], [ -75.177588747934706, 39.904018736024099 ], [ -75.177904293283802, 39.903859894995399 ], [ -75.1780845966843, 39.903806726113402 ], [ -75.178284838172701, 39.903750189365397 ], [ -75.178640087675703, 39.903720016026 ], [ -75.178830383955301, 39.903730005878501 ], [ -75.179158009118893, 39.903775496465599 ], [ -75.179455872457098, 39.903822227073299 ], [ -75.179733655060105, 39.903876133726698 ], [ -75.180332434562402, 39.9039544009228 ], [ -75.180633494168703, 39.903982127460097 ], [ -75.180902677132806, 39.9040015108381 ], [ -75.1812759922108, 39.904017505608003 ], [ -75.181699827150396, 39.904072773570498 ], [ -75.181957098521806, 39.904145286946203 ], [ -75.182253238358399, 39.904237742988499 ], [ -75.182472219667005, 39.904275068955798 ], [ -75.182554012183203, 39.904273086901 ], [ -75.182568590233402, 39.904268318182901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30008, "tnode_": 28972, "lpoly_": null, "rpoly_": null, "length": 4595.8748313699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FDR PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1442, "l_t_add": 1498, "r_f_add": 1443, "r_t_add": 1499, "st_code": 33730, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221282, "oneway": "FT", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2019-01-17T13:32:36Z", "newsegdate": "2019-01-17T13:32:36Z", "multi_rep": 0, "streetlabe": "FDR PARK DR", "stname": "FDR PARK DR", "objectid": 1665, "Shape__Length": 1826.8572327033082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182568590233402, 39.904268318182901 ], [ -75.182739550018596, 39.904212399127502 ], [ -75.182995703603794, 39.904052214223398 ], [ -75.183275648357593, 39.903720917918399 ], [ -75.183513041259104, 39.903270425000599 ], [ -75.183731039178497, 39.902743212450098 ], [ -75.183816885510495, 39.902371334465698 ], [ -75.183850413681796, 39.9020078206389 ], [ -75.183803505479105, 39.901741676818098 ], [ -75.1837156014615, 39.901577601658602 ], [ -75.183604137610601, 39.901447327479801 ], [ -75.1834385302367, 39.901308212952898 ], [ -75.183301046602807, 39.901080091692499 ], [ -75.183253089973704, 39.900907374301198 ], [ -75.183253393010403, 39.900768159515103 ], [ -75.183310109769707, 39.900511965508699 ], [ -75.183414942631003, 39.900293083917603 ], [ -75.183590126178999, 39.900047170257103 ], [ -75.183788509685101, 39.899776982624999 ], [ -75.183894949011105, 39.899581023203503 ], [ -75.183989564853107, 39.899304698225301 ], [ -75.184003142425695, 39.8990761444405 ], [ -75.183954969671902, 39.898909144832501 ], [ -75.183890371186095, 39.898783733963 ], [ -75.183845953511906, 39.898714082521501 ], [ -75.183725202393106, 39.898633185790501 ], [ -75.183533927541305, 39.898518289717501 ], [ -75.183358172450298, 39.898451417842402 ], [ -75.183118410883594, 39.898440327478703 ], [ -75.182774842229705, 39.898489848258301 ], [ -75.182203979630202, 39.898591489784401 ], [ -75.181233460361, 39.898785251921602 ], [ -75.180130589399994, 39.899008459872398 ], [ -75.179590944628899, 39.8991355816256 ], [ -75.179308355024901, 39.899209344375798 ], [ -75.179202573410507, 39.899256557398999 ], [ -75.178974579382896, 39.899392572981299 ], [ -75.178814681215997, 39.899495787032201 ], [ -75.178701188506693, 39.899550455516703 ], [ -75.178578375603706, 39.899589657062101 ], [ -75.178346633594103, 39.899628323035699 ], [ -75.178056738708705, 39.899633261698497 ], [ -75.177766772857595, 39.899640105481403 ], [ -75.1774656117001, 39.899681024975699 ], [ -75.177081005784103, 39.899767750519302 ], [ -75.176815657345699, 39.899843801686799 ], [ -75.176329347176406, 39.900000712816201 ], [ -75.1760928199608, 39.900100295200602 ], [ -75.175985007518506, 39.900186843035698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26423, "tnode_": 30008, "lpoly_": null, "rpoly_": null, "length": 910.13674468, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3597, "l_t_add": 3599, "r_f_add": 3596, "r_t_add": 3598, "st_code": 88180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 221283, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2019-01-17T13:46:07Z", "newsegdate": "2019-01-17T13:46:07Z", "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 1666, "Shape__Length": 362.41513146105189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1833907405845, 39.906626691983597 ], [ -75.183191002495406, 39.906403519231702 ], [ -75.182996586679295, 39.906141701067298 ], [ -75.182830276972695, 39.905873360621598 ], [ -75.182643418888503, 39.905411461233101 ], [ -75.182620605568502, 39.9050319055779 ], [ -75.182588783448494, 39.904644995916797 ], [ -75.182568590233402, 39.904268318182901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26316, "tnode_": 30042, "lpoly_": null, "rpoly_": null, "length": 172.87893885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENAISSANCE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 67947, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 221284, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2021-01-22T14:01:12Z", "newsegdate": "2021-01-22T14:01:12Z", "multi_rep": null, "streetlabe": "RENAISSANCE WALK", "stname": "RENAISSANCE WALK", "objectid": 1667, "Shape__Length": 68.604465921332547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182802830393399, 39.909217959093901 ], [ -75.183414510139997, 39.909275638623598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27796, "tnode_": 30082, "lpoly_": null, "rpoly_": null, "length": 1209.8018574099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1400, "l_t_add": 1606, "r_f_add": 1401, "r_t_add": 1607, "st_code": 48945, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 221285, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2021-10-15T14:53:14Z", "newsegdate": "2021-10-15T14:53:14Z", "multi_rep": 0, "streetlabe": "LANGLEY AVE", "stname": "LANGLEY AVE", "objectid": 1668, "Shape__Length": 480.43823247673259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175841597486297, 39.8961541952864 ], [ -75.178684861462102, 39.896610287461897 ], [ -75.178759283230207, 39.896632693762903 ], [ -75.178801959912207, 39.896644824559502 ], [ -75.178844064102506, 39.896657648891797 ], [ -75.178906667490097, 39.896698996874001 ], [ -75.179271803899596, 39.897034489471601 ], [ -75.179394499368996, 39.897301459528798 ], [ -75.179355052654103, 39.897466776532603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30082, "tnode_": 27754, "lpoly_": null, "rpoly_": null, "length": 3548.0792977900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1600, "l_t_add": 2198, "r_f_add": 1601, "r_t_add": 2199, "st_code": 49750, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 221286, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2021-10-15T14:53:14Z", "newsegdate": "2021-10-15T14:53:14Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 1669, "Shape__Length": 1408.0107920058517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179355052654103, 39.897466776532603 ], [ -75.179927076874705, 39.897317841568999 ], [ -75.181730465324407, 39.896978803810697 ], [ -75.182765279155404, 39.896749512330103 ], [ -75.184251620608094, 39.896453447367499 ], [ -75.186561677327703, 39.895998765113703 ], [ -75.186860032070797, 39.895918113201098 ], [ -75.191261786739702, 39.895085655452696 ], [ -75.191586303172699, 39.895007522563503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27788, "tnode_": 30082, "lpoly_": null, "rpoly_": null, "length": 1056.6592955900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1384, "l_t_add": 1398, "r_f_add": 1385, "r_t_add": 1399, "st_code": 49750, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 221287, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2021-10-15T14:53:45Z", "newsegdate": "2021-10-15T14:53:45Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 1670, "Shape__Length": 419.26472191514449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175636816485095, 39.8973818007304 ], [ -75.176625397612497, 39.8975042859295 ], [ -75.177754766784105, 39.897620601052402 ], [ -75.178368371582096, 39.897634369297499 ], [ -75.179152331132002, 39.897515506780699 ], [ -75.179355052654103, 39.897466776532603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30084, "tnode_": 26141, "lpoly_": null, "rpoly_": null, "length": 243.58678449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2952, "r_t_add": 2998, "st_code": 89330, "l_hundred": 0, "r_hundred": 2900, "seg_id": 221288, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2021-11-22T11:24:18Z", "newsegdate": "2021-11-22T11:24:18Z", "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1671, "Shape__Length": 96.870509303348314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232135132010399, 39.912814127363603 ], [ -75.231546985452098, 39.912322192448201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26068, "tnode_": 30084, "lpoly_": null, "rpoly_": null, "length": 247.78127314000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2902, "r_t_add": 2950, "st_code": 89330, "l_hundred": 0, "r_hundred": 2900, "seg_id": 221289, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2021-11-22T11:24:18Z", "newsegdate": "2021-11-22T11:24:18Z", "multi_rep": 0, "streetlabe": "S 70TH ST", "stname": "S 70TH ST", "objectid": 1672, "Shape__Length": 98.539302700235595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232733414854295, 39.913314530250901 ], [ -75.232135132010399, 39.912814127363603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26093, "tnode_": 30084, "lpoly_": null, "rpoly_": null, "length": 45.36999939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAXWING", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6992, "l_t_add": 6998, "r_f_add": 6993, "r_t_add": 6999, "st_code": 81870, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 221290, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-11-22T11:26:18Z", "newsegdate": "2021-11-22T11:26:18Z", "multi_rep": 0, "streetlabe": "WAXWING PL", "stname": "WAXWING PL", "objectid": 1673, "Shape__Length": 18.036029844451754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232014507438706, 39.912897094551298 ], [ -75.232135132010399, 39.912814127363603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30131, "tnode_": 28927, "lpoly_": null, "rpoly_": null, "length": 2685.7374713999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3600, "l_t_add": 3650, "r_f_add": 3601, "r_t_add": 3649, "st_code": 71320, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 221291, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T15:58:07Z", "newsegdate": "2024-02-26T15:58:07Z", "multi_rep": null, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 1674, "Shape__Length": 1069.5601669268208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203662320921694, 39.912792680409503 ], [ -75.202718169824195, 39.914194000098703 ], [ -75.202159486086899, 39.915505790505797 ], [ -75.201608127429296, 39.9166215636671 ], [ -75.201085815483395, 39.917811546533102 ], [ -75.200641829781702, 39.918610911452099 ], [ -75.200721265831405, 39.919703328316501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30131, "tnode_": 28705, "lpoly_": null, "rpoly_": null, "length": 3615.9494093100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3652, "l_t_add": 3698, "r_f_add": 3651, "r_t_add": 3699, "st_code": 71320, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 221292, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T16:01:58Z", "newsegdate": "2024-02-26T16:01:58Z", "multi_rep": null, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 1675, "Shape__Length": 1439.314692693732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203662320921694, 39.912792680409503 ], [ -75.204700049849905, 39.911442475777598 ], [ -75.205440382603598, 39.910379929505702 ], [ -75.205775973092997, 39.909921453577503 ], [ -75.205703445360896, 39.909306787807203 ], [ -75.205253711730606, 39.908561137282497 ], [ -75.204159709210302, 39.9071635991383 ], [ -75.202076888588294, 39.903992258931702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28926, "tnode_": 30132, "lpoly_": null, "rpoly_": null, "length": 3655.5726068200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCES HARPER", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 34930, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221293, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T16:05:33Z", "newsegdate": "2024-02-26T16:05:33Z", "multi_rep": null, "streetlabe": "FRANCES HARPER DR ", "stname": "FRANCES HARPER DR ", "objectid": 1676, "Shape__Length": 1454.7786104027277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193905851493298, 39.920965167299002 ], [ -75.193865939820995, 39.920103052636001 ], [ -75.1939470878972, 39.919638936873604 ], [ -75.194284643863895, 39.9191314911292 ], [ -75.195555122318893, 39.9183750871548 ], [ -75.196412829432703, 39.917584955598599 ], [ -75.196548784080093, 39.916509000183702 ], [ -75.196821746138497, 39.916024631863102 ], [ -75.197403696201803, 39.915792366058497 ], [ -75.198304756138299, 39.915542677149901 ], [ -75.198767696045493, 39.915087055221598 ], [ -75.199205246773204, 39.914459210540599 ], [ -75.199548252865597, 39.913804738526402 ], [ -75.199808664660793, 39.912805115323003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30132, "tnode_": 26458, "lpoly_": null, "rpoly_": null, "length": 3538.1602745499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCES HARPER", "st_type": "DR", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 34930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 221294, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T16:07:29Z", "newsegdate": "2024-02-26T16:07:29Z", "multi_rep": null, "streetlabe": "FRANCES HARPER DR ", "stname": "FRANCES HARPER DR ", "objectid": 1677, "Shape__Length": 1407.6162964364962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199808664660793, 39.912805115323003 ], [ -75.199862540428896, 39.912217778146498 ], [ -75.200021975569001, 39.911363042889299 ], [ -75.200182325588599, 39.9104838060533 ], [ -75.200285471826305, 39.909431639849103 ], [ -75.200008660264402, 39.9083219791885 ], [ -75.199600000067605, 39.907331995231303 ], [ -75.198693901533105, 39.906870431271301 ], [ -75.197157034767599, 39.906247681627598 ], [ -75.194891914698502, 39.905322676978997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26090, "tnode_": 30132, "lpoly_": null, "rpoly_": null, "length": 2101.5534311499996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2650, "r_f_add": 2601, "r_t_add": 2649, "st_code": 40980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221295, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T16:09:47Z", "newsegdate": "2024-02-26T16:09:47Z", "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1678, "Shape__Length": 834.13959538067013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192522380509999, 39.912090483818403 ], [ -75.194398689613294, 39.912709173492701 ], [ -75.195473133959297, 39.912929297707201 ], [ -75.197225887238005, 39.9128947706619 ], [ -75.199808664660793, 39.912805115323003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30131, "tnode_": 30132, "lpoly_": null, "rpoly_": null, "length": 1081.03686036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2652, "l_t_add": 2698, "r_f_add": 2651, "r_t_add": 2699, "st_code": 40980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 221296, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2024-02-26T16:10:50Z", "newsegdate": "2024-02-26T16:10:50Z", "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 1679, "Shape__Length": 428.99084873833937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203662320921694, 39.912792680409503 ], [ -75.199808664660793, 39.912805115323003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25426, "tnode_": 25445, "lpoly_": null, "rpoly_": null, "length": 188.57192138, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1242, "r_f_add": 1201, "r_t_add": 1243, "st_code": 57340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240001, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1680, "Shape__Length": 74.887542317834146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167088355888197, 39.918968422208003 ], [ -75.167406166520607, 39.9188866246892 ], [ -75.167701818475294, 39.9187617866964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25445, "tnode_": 25466, "lpoly_": null, "rpoly_": null, "length": 174.04447539, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1246, "l_t_add": 1262, "r_f_add": 1245, "r_t_add": 1263, "st_code": 57340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240002, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1681, "Shape__Length": 69.129050053717023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167701818475294, 39.9187617866964 ], [ -75.168254637833599, 39.918544820999699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25466, "tnode_": 25480, "lpoly_": null, "rpoly_": null, "length": 183.21737137, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1264, "l_t_add": 1298, "r_f_add": 1265, "r_t_add": 1299, "st_code": 57340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240003, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1682, "Shape__Length": 72.767271443276599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168254637833599, 39.918544820999699 ], [ -75.168842839406295, 39.918326115588201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25394, "tnode_": 25503, "lpoly_": null, "rpoly_": null, "length": 458.79331214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 81840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240004, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 1683, "Shape__Length": 182.78198046735477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170071237144896, 39.919311670497599 ], [ -75.170342561178302, 39.918069672946402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25480, "tnode_": 25506, "lpoly_": null, "rpoly_": null, "length": 240.70812789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1312, "r_f_add": 1301, "r_t_add": 1311, "st_code": 57340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240005, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1684, "Shape__Length": 95.622690510938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168842839406295, 39.918326115588201 ], [ -75.169366120081406, 39.918117111443401 ], [ -75.169586218549099, 39.917998489032001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25406, "tnode_": 25506, "lpoly_": null, "rpoly_": null, "length": 462.75158304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 23440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240006, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 1685, "Shape__Length": 184.31358329070474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169199358369795, 39.919204587589398 ], [ -75.169430241926904, 39.918118554642298 ], [ -75.169586218549099, 39.917998489032001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25506, "tnode_": 25507, "lpoly_": null, "rpoly_": null, "length": 91.82954223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1314, "l_t_add": 1326, "r_f_add": 1315, "r_t_add": 1325, "st_code": 72740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1686, "Shape__Length": 36.444102094115038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169586218549099, 39.917998489032001 ], [ -75.1697401285046, 39.917998246878298 ], [ -75.169913207073193, 39.918007209950602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25398, "tnode_": 25507, "lpoly_": null, "rpoly_": null, "length": 464.02989549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 46460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 1687, "Shape__Length": 184.86806569286591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169638747933703, 39.919263378451298 ], [ -75.169913207073193, 39.918007209950602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25507, "tnode_": 25503, "lpoly_": null, "rpoly_": null, "length": 122.56378988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1328, "l_t_add": 1336, "r_f_add": 1327, "r_t_add": 1337, "st_code": 72740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240009, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1688, "Shape__Length": 48.647731054483394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169913207073193, 39.918007209950602 ], [ -75.170342561178302, 39.918069672946402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25513, "tnode_": 25506, "lpoly_": null, "rpoly_": null, "length": 184.92426962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1312, "r_f_add": 1301, "r_t_add": 1313, "st_code": 72740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240010, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1689, "Shape__Length": 73.407306604878556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168947703086502, 39.9178852198621 ], [ -75.169440601584597, 39.917948079640901 ], [ -75.169586218549099, 39.917998489032001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25517, "tnode_": 25513, "lpoly_": null, "rpoly_": null, "length": 152.73871753999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 72740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240011, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1690, "Shape__Length": 60.622122636506653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168409884960099, 39.9178196156982 ], [ -75.168947703086502, 39.9178852198621 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25506, "tnode_": 25522, "lpoly_": null, "rpoly_": null, "length": 106.62102756, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1314, "l_t_add": 1336, "r_f_add": 1313, "r_t_add": 1335, "st_code": 57340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240012, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1691, "Shape__Length": 42.340429699643146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169586218549099, 39.917998489032001 ], [ -75.169737718766996, 39.917959258880003 ], [ -75.169934915191405, 39.917883678205897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25445, "tnode_": 25524, "lpoly_": null, "rpoly_": null, "length": 369.12757456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 21000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 1692, "Shape__Length": 147.05918447729243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167701818475294, 39.9187617866964 ], [ -75.167915235402901, 39.917761898259798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25524, "tnode_": 25517, "lpoly_": null, "rpoly_": null, "length": 140.33288036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1216, "l_t_add": 1224, "r_f_add": 1217, "r_t_add": 1225, "st_code": 72740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240014, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1693, "Shape__Length": 55.697735227811307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167915235402901, 39.917761898259798 ], [ -75.168409884960099, 39.9178196156982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25426, "tnode_": 25528, "lpoly_": null, "rpoly_": null, "length": 471.95077634999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240015, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1694, "Shape__Length": 188.02246401653557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167088355888197, 39.918968422208003 ], [ -75.167370342051299, 39.917691181461301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25528, "tnode_": 25524, "lpoly_": null, "rpoly_": null, "length": 154.998097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 72740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1695, "Shape__Length": 61.519525792574036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167370342051299, 39.917691181461301 ], [ -75.167915235402901, 39.917761898259798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25531, "tnode_": 25528, "lpoly_": null, "rpoly_": null, "length": 152.45289204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1126, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 72740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1696, "Shape__Length": 60.510072188971904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166835332703698, 39.917617478015799 ], [ -75.167370342051299, 39.917691181461301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25534, "tnode_": 25531, "lpoly_": null, "rpoly_": null, "length": 142.39525211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1114, "l_t_add": 1124, "r_f_add": 1117, "r_t_add": 1125, "st_code": 72740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240018, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1697, "Shape__Length": 56.516111513429415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166333409300407, 39.917558941983302 ], [ -75.166835332703698, 39.917617478015799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25522, "tnode_": 25536, "lpoly_": null, "rpoly_": null, "length": 155.62349802, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1338, "r_f_add": 1337, "r_t_add": 1337, "st_code": 57340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240019, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1698, "Shape__Length": 61.809106095110124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169934915191405, 39.917883678205897 ], [ -75.170432379366005, 39.917694528833103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25539, "tnode_": 25534, "lpoly_": null, "rpoly_": null, "length": 149.89292846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1112, "r_f_add": 1101, "r_t_add": 1115, "st_code": 72740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240020, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1699, "Shape__Length": 59.494568666614043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165808175899002, 39.91748315009 ], [ -75.166333409300407, 39.917558941983302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25542, "tnode_": 25539, "lpoly_": null, "rpoly_": null, "length": 153.05336739000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1034, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 72740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1700, "Shape__Length": 60.746946600530606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165269595589805, 39.917415766810301 ], [ -75.165808175899002, 39.91748315009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25546, "tnode_": 25542, "lpoly_": null, "rpoly_": null, "length": 142.68603207000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1020, "l_t_add": 1032, "r_f_add": 1021, "r_t_add": 1033, "st_code": 72740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240022, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1701, "Shape__Length": 56.633508317363074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164769125517694, 39.917345666852697 ], [ -75.165269595589805, 39.917415766810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25552, "tnode_": 25546, "lpoly_": null, "rpoly_": null, "length": 152.56141090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 72740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240023, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1702, "Shape__Length": 60.552660551108183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164233535181793, 39.917272789506001 ], [ -75.164769125517694, 39.917345666852697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25556, "tnode_": 25552, "lpoly_": null, "rpoly_": null, "length": 149.85304383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 934, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 72740, "l_hundred": 900, "r_hundred": 900, "seg_id": 240024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1703, "Shape__Length": 59.476358027469068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163705993708405, 39.917207887691902 ], [ -75.164233535181793, 39.917272789506001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25561, "tnode_": 25556, "lpoly_": null, "rpoly_": null, "length": 93.74254127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 924, "l_t_add": 932, "r_f_add": 925, "r_t_add": 933, "st_code": 72740, "l_hundred": 900, "r_hundred": 900, "seg_id": 240025, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1704, "Shape__Length": 37.205906613627754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163375660120096, 39.917168877719298 ], [ -75.163705993708405, 39.917207887691902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25528, "tnode_": 25639, "lpoly_": null, "rpoly_": null, "length": 522.07249608000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1705, "Shape__Length": 207.98063592609873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167370342051299, 39.917691181461301 ], [ -75.167641474695003, 39.916477905782003 ], [ -75.167569385963503, 39.916283632291901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25503, "tnode_": 25497, "lpoly_": null, "rpoly_": null, "length": 183.68750116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 72740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240035, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1706, "Shape__Length": 72.907815891560048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170342561178302, 39.918069672946402 ], [ -75.170987275726404, 39.918158097565197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25536, "tnode_": 25559, "lpoly_": null, "rpoly_": null, "length": 218.18282982, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 57340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240036, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 1707, "Shape__Length": 86.653993273200044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170432379366005, 39.917694528833103 ], [ -75.171131789096506, 39.9174324396771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26469, "tnode_": 26467, "lpoly_": null, "rpoly_": null, "length": 664.41521497999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 63340, "l_hundred": 700, "r_hundred": 700, "seg_id": 240039, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1708, "Shape__Length": 263.65641719996131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162309293256698, 39.903952605343498 ], [ -75.164645160643403, 39.904253012832697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26476, "tnode_": 26469, "lpoly_": null, "rpoly_": null, "length": 1101.51699244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 698, "r_f_add": 501, "r_t_add": 699, "st_code": 63340, "l_hundred": 500, "r_hundred": 500, "seg_id": 240040, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1709, "Shape__Length": 437.10355670002718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158433116469496, 39.903471581400701 ], [ -75.162309293256698, 39.903952605343498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26480, "tnode_": 26476, "lpoly_": null, "rpoly_": null, "length": 616.86747398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 63340, "l_hundred": 400, "r_hundred": 400, "seg_id": 240041, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1710, "Shape__Length": 244.79029413526433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156269962183899, 39.903168284844497 ], [ -75.158433116469496, 39.903471581400701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26484, "tnode_": 26480, "lpoly_": null, "rpoly_": null, "length": 436.66081583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 63340, "l_hundred": 300, "r_hundred": 300, "seg_id": 240042, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1711, "Shape__Length": 173.27391685945685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154733351145495, 39.902977791881497 ], [ -75.156269962183899, 39.903168284844497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26488, "tnode_": 26484, "lpoly_": null, "rpoly_": null, "length": 717.17957358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 63340, "l_hundred": 100, "r_hundred": 100, "seg_id": 240043, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 1712, "Shape__Length": 284.60143761553377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152226181886604, 39.902596921741399 ], [ -75.152877990854904, 39.9027164231955 ], [ -75.153429771330195, 39.902788390578898 ], [ -75.154733351145495, 39.902977791881497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26208, "tnode_": 26147, "lpoly_": null, "rpoly_": null, "length": 676.12663833000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 850, "l_t_add": 998, "r_f_add": 851, "r_t_add": 999, "st_code": 62680, "l_hundred": 800, "r_hundred": 800, "seg_id": 240044, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1713, "Shape__Length": 268.42978081959052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163400972294596, 39.910097973209297 ], [ -75.1656594064507, 39.910746146622898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26262, "tnode_": 26208, "lpoly_": null, "rpoly_": null, "length": 690.87178529000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 848, "r_f_add": 701, "r_t_add": 849, "st_code": 62680, "l_hundred": 700, "r_hundred": 700, "seg_id": 240045, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1714, "Shape__Length": 274.3157379192042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161135674039997, 39.909353966199902 ], [ -75.163400972294596, 39.910097973209297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26327, "tnode_": 26262, "lpoly_": null, "rpoly_": null, "length": 1126.5901530599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 698, "r_f_add": 551, "r_t_add": 699, "st_code": 62680, "l_hundred": 500, "r_hundred": 500, "seg_id": 240046, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1715, "Shape__Length": 447.26385348230542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157380516218893, 39.908278224735298 ], [ -75.157852657776303, 39.908342042568002 ], [ -75.158172000148895, 39.9084357606202 ], [ -75.1587413733631, 39.908600003803599 ], [ -75.159573778715796, 39.908862090838497 ], [ -75.161135674039997, 39.909353966199902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26342, "tnode_": 26327, "lpoly_": null, "rpoly_": null, "length": 619.43173772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 330, "l_t_add": 498, "r_f_add": 331, "r_t_add": 499, "st_code": 62680, "l_hundred": 300, "r_hundred": 300, "seg_id": 240047, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1716, "Shape__Length": 245.81998168533656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155202135539398, 39.908000617328099 ], [ -75.157380516218893, 39.908278224735298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26371, "tnode_": 26354, "lpoly_": null, "rpoly_": null, "length": 705.04156385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 62680, "l_hundred": 100, "r_hundred": 100, "seg_id": 240048, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1717, "Shape__Length": 279.79739062409629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151204394142596, 39.9074708620767 ], [ -75.153677628083599, 39.907814432167001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26262, "tnode_": 26469, "lpoly_": null, "rpoly_": null, "length": 1994.9752342300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3599, "r_f_add": 3100, "r_t_add": 3598, "st_code": 87940, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240051, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 1718, "Shape__Length": 794.65385958485672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161135674039997, 39.909353966199902 ], [ -75.161897258530203, 39.905839171716899 ], [ -75.162309293256698, 39.903952605343498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26327, "tnode_": 26476, "lpoly_": null, "rpoly_": null, "length": 1775.6996803299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3599, "r_f_add": 3100, "r_t_add": 3598, "st_code": 49680, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 1719, "Shape__Length": 707.30113915098104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157380516218893, 39.908278224735298 ], [ -75.158433116469496, 39.903471581400701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26354, "tnode_": 26484, "lpoly_": null, "rpoly_": null, "length": 1786.62114535, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3599, "r_f_add": 3100, "r_t_add": 3598, "st_code": 87860, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 1720, "Shape__Length": 711.64692211389422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153677628083599, 39.907814432167001 ], [ -75.154733351145495, 39.902977791881497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26371, "tnode_": 26488, "lpoly_": null, "rpoly_": null, "length": 1798.4804667899998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3599, "r_f_add": 3100, "r_t_add": 3598, "st_code": 35220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240054, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 1721, "Shape__Length": 716.37280671234237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151204394142596, 39.9074708620767 ], [ -75.152226181886604, 39.902596921741399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26484, "tnode_": 26520, "lpoly_": null, "rpoly_": null, "length": 713.65414798999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 87860, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 240055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 1722, "Shape__Length": 284.24865978908645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154733351145495, 39.902977791881497 ], [ -75.155155162621398, 39.901045844391703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26480, "tnode_": 26521, "lpoly_": null, "rpoly_": null, "length": 844.27856831999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 36000, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 240056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GALLOWAY ST", "stname": "S GALLOWAY ST", "objectid": 1723, "Shape__Length": 336.27698244390626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156269962183899, 39.903168284844497 ], [ -75.156765471462194, 39.900882268543299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26476, "tnode_": 26523, "lpoly_": null, "rpoly_": null, "length": 1080.37323195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 49680, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 240057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 1724, "Shape__Length": 430.31196834388948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158433116469496, 39.903471581400701 ], [ -75.159078475297704, 39.9005477661482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26467, "tnode_": 26540, "lpoly_": null, "rpoly_": null, "length": 1721.65179982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3601, "l_t_add": 3899, "r_f_add": 3600, "r_t_add": 3898, "st_code": 27380, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 240058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1725, "Shape__Length": 685.73356455890632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164645160643403, 39.904253012832697 ], [ -75.165662539577696, 39.899592266538299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26101, "tnode_": 26210, "lpoly_": null, "rpoly_": null, "length": 431.064076, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 88060, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240059, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1726, "Shape__Length": 171.71545403722635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170355114749398, 39.911411074623203 ], [ -75.170607056271805, 39.910243762257203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26210, "tnode_": 26312, "lpoly_": null, "rpoly_": null, "length": 462.35602289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 88060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 240060, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1727, "Shape__Length": 184.17751056873456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170607056271805, 39.910243762257203 ], [ -75.170876711867294, 39.9089916390516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26095, "tnode_": 26199, "lpoly_": null, "rpoly_": null, "length": 433.32240229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 46460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 1728, "Shape__Length": 172.61444825196776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171139351676899, 39.911516443565901 ], [ -75.171398595113303, 39.910343790610497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26199, "tnode_": 26303, "lpoly_": null, "rpoly_": null, "length": 462.14236966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 46460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 240062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 1729, "Shape__Length": 184.09184450878266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171398595113303, 39.910343790610497 ], [ -75.171673814321295, 39.9090929803303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25705, "tnode_": 25699, "lpoly_": null, "rpoly_": null, "length": 202.34807544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 913, "st_code": 61560, "l_hundred": 900, "r_hundred": 900, "seg_id": 240064, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1730, "Shape__Length": 80.312964472778148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1628125856369, 39.915655715544602 ], [ -75.163521184471804, 39.915759747871597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25581, "tnode_": 25708, "lpoly_": null, "rpoly_": null, "length": 458.36382773000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 35220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240066, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 1731, "Shape__Length": 182.60471207030992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149444252909504, 39.916651861882499 ], [ -75.149708909975601, 39.915410207728897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25734, "tnode_": 25731, "lpoly_": null, "rpoly_": null, "length": 99.21663557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 704, "l_t_add": 708, "r_f_add": 705, "r_t_add": 709, "st_code": 61560, "l_hundred": 700, "r_hundred": 700, "seg_id": 240067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1732, "Shape__Length": 39.37774215544048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160500258009094, 39.915370522001801 ], [ -75.160849600600201, 39.9154131512608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25736, "tnode_": 25734, "lpoly_": null, "rpoly_": null, "length": 31.79247575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 702, "l_t_add": 702, "r_f_add": 703, "r_t_add": 703, "st_code": 61560, "l_hundred": 700, "r_hundred": 700, "seg_id": 240068, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1733, "Shape__Length": 12.617001729954351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160387179889, 39.915364610804801 ], [ -75.160500258009094, 39.915370522001801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25752, "tnode_": 25747, "lpoly_": null, "rpoly_": null, "length": 161.26421882999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 628, "r_f_add": 617, "r_t_add": 629, "st_code": 61560, "l_hundred": 600, "r_hundred": 600, "seg_id": 240070, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1734, "Shape__Length": 64.004018681113038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158655595899504, 39.915140776360403 ], [ -75.1592226837776, 39.915213491004899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25756, "tnode_": 25752, "lpoly_": null, "rpoly_": null, "length": 105.50046684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 61560, "l_hundred": 600, "r_hundred": 600, "seg_id": 240072, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1735, "Shape__Length": 41.87298640262923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158285790110796, 39.915088006249803 ], [ -75.158655595899504, 39.915140776360403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25757, "tnode_": 25756, "lpoly_": null, "rpoly_": null, "length": 54.09991571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 598, "l_t_add": 598, "r_f_add": 599, "r_t_add": 599, "st_code": 61560, "l_hundred": 500, "r_hundred": 500, "seg_id": 240073, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1736, "Shape__Length": 21.473117048355576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158097252224806, 39.915056733434199 ], [ -75.158285790110796, 39.915088006249803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25762, "tnode_": 25757, "lpoly_": null, "rpoly_": null, "length": 99.26329767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 558, "l_t_add": 596, "r_f_add": 559, "r_t_add": 597, "st_code": 61560, "l_hundred": 500, "r_hundred": 500, "seg_id": 240074, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1737, "Shape__Length": 39.396606872753758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157748380254205, 39.915011114067802 ], [ -75.158097252224806, 39.915056733434199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25763, "tnode_": 25762, "lpoly_": null, "rpoly_": null, "length": 74.91845971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 526, "l_t_add": 556, "r_f_add": 527, "r_t_add": 557, "st_code": 61560, "l_hundred": 500, "r_hundred": 500, "seg_id": 240075, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1738, "Shape__Length": 29.736211120871268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157487196496902, 39.914968143233999 ], [ -75.157748380254205, 39.915011114067802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25771, "tnode_": 25763, "lpoly_": null, "rpoly_": null, "length": 220.13086013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 525, "st_code": 61560, "l_hundred": 500, "r_hundred": 500, "seg_id": 240076, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1739, "Shape__Length": 87.365435127306611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156711058094402, 39.9148788711422 ], [ -75.157487196496902, 39.914968143233999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25806, "tnode_": 25786, "lpoly_": null, "rpoly_": null, "length": 539.1001967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 320, "l_t_add": 398, "r_f_add": 321, "r_t_add": 399, "st_code": 61560, "l_hundred": 300, "r_hundred": 300, "seg_id": 240077, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1740, "Shape__Length": 213.96183587837143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153176951610902, 39.914422310109899 ], [ -75.1550717670344, 39.914669610862703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25814, "tnode_": 25806, "lpoly_": null, "rpoly_": null, "length": 160.58500313000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 319, "st_code": 61560, "l_hundred": 300, "r_hundred": 300, "seg_id": 240078, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1741, "Shape__Length": 63.732209225329548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152610543211196, 39.914358338586098 ], [ -75.153176951610902, 39.914422310109899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25819, "tnode_": 25814, "lpoly_": null, "rpoly_": null, "length": 66.29139707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 236, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 61560, "l_hundred": 200, "r_hundred": 200, "seg_id": 240079, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1742, "Shape__Length": 26.311024615689853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152378594269905, 39.914323494062202 ], [ -75.152610543211196, 39.914358338586098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25708, "tnode_": 25849, "lpoly_": null, "rpoly_": null, "length": 511.63725698000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 35220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240080, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 1743, "Shape__Length": 203.82212185331343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149708909975601, 39.915410207728897 ], [ -75.149966177686295, 39.914213893467704 ], [ -75.150016714840305, 39.914025977365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25741, "tnode_": 25879, "lpoly_": null, "rpoly_": null, "length": 471.41321254000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 87940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240081, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 1744, "Shape__Length": 187.79820873267238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159845967668403, 39.915295213027399 ], [ -75.160127805987202, 39.914019451727597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25953, "tnode_": 25946, "lpoly_": null, "rpoly_": null, "length": 171.50086234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 828, "l_t_add": 838, "r_f_add": 829, "r_t_add": 835, "st_code": 17580, "l_hundred": 800, "r_hundred": 800, "seg_id": 240082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1745, "Shape__Length": 68.065563244442572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162718232097205, 39.913071639130401 ], [ -75.163320383501102, 39.913153090073401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25956, "tnode_": 25953, "lpoly_": null, "rpoly_": null, "length": 171.49789761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 734, "l_t_add": 826, "r_f_add": 801, "r_t_add": 827, "st_code": 17580, "l_hundred": 700, "r_hundred": 800, "seg_id": 240084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1746, "Shape__Length": 68.062790382819273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162114350774104, 39.912998229874198 ], [ -75.162718232097205, 39.913071639130401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25958, "tnode_": 25956, "lpoly_": null, "rpoly_": null, "length": 74.70529895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 730, "l_t_add": 732, "r_f_add": 731, "r_t_add": 799, "st_code": 17580, "l_hundred": 700, "r_hundred": 700, "seg_id": 240085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1747, "Shape__Length": 29.650167156251864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161853270435003, 39.912957785044199 ], [ -75.162114350774104, 39.912998229874198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25961, "tnode_": 25958, "lpoly_": null, "rpoly_": null, "length": 85.45053412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 726, "l_t_add": 728, "r_f_add": 727, "r_t_add": 729, "st_code": 17580, "l_hundred": 700, "r_hundred": 700, "seg_id": 240086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1748, "Shape__Length": 33.912259592379016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161551630531207, 39.9129250781683 ], [ -75.161853270435003, 39.912957785044199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25965, "tnode_": 25961, "lpoly_": null, "rpoly_": null, "length": 158.02912115000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 712, "l_t_add": 724, "r_f_add": 713, "r_t_add": 725, "st_code": 17580, "l_hundred": 700, "r_hundred": 700, "seg_id": 240087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1749, "Shape__Length": 62.71816997763532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160996208747406, 39.912852579544001 ], [ -75.161551630531207, 39.9129250781683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25970, "tnode_": 25965, "lpoly_": null, "rpoly_": null, "length": 171.90645594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 711, "st_code": 17580, "l_hundred": 700, "r_hundred": 700, "seg_id": 240088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1750, "Shape__Length": 68.227470415633135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160394060049796, 39.912764921836299 ], [ -75.160996208747406, 39.912852579544001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25953, "tnode_": 26000, "lpoly_": null, "rpoly_": null, "length": 213.00080667, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2919, "r_f_add": 2900, "r_t_add": 2918, "st_code": 27380, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1751, "Shape__Length": 84.851283901416636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162718232097205, 39.913071639130401 ], [ -75.162846428609697, 39.912495318491203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25958, "tnode_": 26011, "lpoly_": null, "rpoly_": null, "length": 212.15925926, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 35000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 1752, "Shape__Length": 84.515247100267118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161853270435003, 39.912957785044199 ], [ -75.161985310602304, 39.912384325308402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26011, "tnode_": 26000, "lpoly_": null, "rpoly_": null, "length": 244.92249278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STELLA MARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 74630, "l_hundred": 700, "r_hundred": 700, "seg_id": 240091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STELLA MARIS ST", "stname": "STELLA MARIS ST", "objectid": 1753, "Shape__Length": 97.203273303797886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161985310602304, 39.912384325308402 ], [ -75.162846428609697, 39.912495318491203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25694, "tnode_": 25680, "lpoly_": null, "rpoly_": null, "length": 198.15067871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MICHAEL", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 74185, "l_hundred": 500, "r_hundred": 500, "seg_id": 240092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MICHAEL DR", "stname": "SAINT MICHAEL DR", "objectid": 1754, "Shape__Length": 78.645467920591912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156529974182504, 39.915719413005199 ], [ -75.157225710511398, 39.915813571496798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25814, "tnode_": 25992, "lpoly_": null, "rpoly_": null, "length": 769.38555549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2899, "r_f_add": 2700, "r_t_add": 2898, "st_code": 87860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 1755, "Shape__Length": 306.45057194413545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152610543211196, 39.914358338586098 ], [ -75.152990027717195, 39.912611256561902 ], [ -75.153066566529503, 39.912445400534899 ], [ -75.153207323718306, 39.912321407107299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25733, "tnode_": 25708, "lpoly_": null, "rpoly_": null, "length": 668.43676627000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 72740, "l_hundred": 0, "r_hundred": 0, "seg_id": 240094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1756, "Shape__Length": 265.29743454483287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147360452440395, 39.915099402572899 ], [ -75.147710938760298, 39.915143884761299 ], [ -75.147724050651703, 39.915145481639698 ], [ -75.147995327615604, 39.915178520549198 ], [ -75.149708909975601, 39.915410207728897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25837, "tnode_": 25830, "lpoly_": null, "rpoly_": null, "length": 157.27075562000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 132, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 61560, "l_hundred": 100, "r_hundred": 100, "seg_id": 240095, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1757, "Shape__Length": 62.420546727200957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151041660196199, 39.914148347329899 ], [ -75.151591943023504, 39.914230994370698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25849, "tnode_": 25845, "lpoly_": null, "rpoly_": null, "length": 151.51060821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 61560, "l_hundred": 100, "r_hundred": 100, "seg_id": 240096, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1758, "Shape__Length": 60.130769017889378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150016714840305, 39.914025977365 ], [ -75.1505508199497, 39.914087857156403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25845, "tnode_": 25837, "lpoly_": null, "rpoly_": null, "length": 139.43992147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 120, "l_t_add": 130, "r_f_add": 121, "r_t_add": 131, "st_code": 61560, "l_hundred": 100, "r_hundred": 100, "seg_id": 240097, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1759, "Shape__Length": 55.340889026657479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1505508199497, 39.914087857156403 ], [ -75.151041660196199, 39.914148347329899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25731, "tnode_": 25724, "lpoly_": null, "rpoly_": null, "length": 192.81976619000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 710, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 61560, "l_hundred": 700, "r_hundred": 700, "seg_id": 240098, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1760, "Shape__Length": 76.527431760039619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160849600600201, 39.9154131512608 ], [ -75.161528748132994, 39.915494887586597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25719, "tnode_": 25714, "lpoly_": null, "rpoly_": null, "length": 59.86404135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 816, "l_t_add": 826, "r_f_add": 815, "r_t_add": 825, "st_code": 61560, "l_hundred": 800, "r_hundred": 800, "seg_id": 240100, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1761, "Shape__Length": 23.758645425043138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161958391917807, 39.915555177945997 ], [ -75.162169910991693, 39.915577020326197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25714, "tnode_": 25710, "lpoly_": null, "rpoly_": null, "length": 67.7870494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 828, "l_t_add": 834, "r_f_add": 827, "r_t_add": 833, "st_code": 61560, "l_hundred": 800, "r_hundred": 800, "seg_id": 240101, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1762, "Shape__Length": 26.903926648457062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162169910991693, 39.915577020326197 ], [ -75.162408494832505, 39.915606606495203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25529, "tnode_": 25525, "lpoly_": null, "rpoly_": null, "length": 156.22698458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 426, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 65360, "l_hundred": 400, "r_hundred": 400, "seg_id": 240102, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1763, "Shape__Length": 62.006476495068512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155591517650095, 39.917456014190797 ], [ -75.156141400151498, 39.917524155635498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25530, "tnode_": 25529, "lpoly_": null, "rpoly_": null, "length": 141.98793136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 414, "l_t_add": 424, "r_f_add": 415, "r_t_add": 425, "st_code": 65360, "l_hundred": 400, "r_hundred": 400, "seg_id": 240103, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1764, "Shape__Length": 56.354864891718115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155091663365894, 39.9173945174865 ], [ -75.155591517650095, 39.917456014190797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25533, "tnode_": 25530, "lpoly_": null, "rpoly_": null, "length": 167.81486672999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 413, "st_code": 65360, "l_hundred": 400, "r_hundred": 400, "seg_id": 240104, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1765, "Shape__Length": 66.607952888623799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1545037304533, 39.917309259714003 ], [ -75.155091663365894, 39.9173945174865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25543, "tnode_": 25533, "lpoly_": null, "rpoly_": null, "length": 359.96279533999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 340, "l_t_add": 398, "r_f_add": 321, "r_t_add": 399, "st_code": 65360, "l_hundred": 300, "r_hundred": 300, "seg_id": 240105, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1766, "Shape__Length": 142.87023506707371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153238569116695, 39.917143787464397 ], [ -75.1545037304533, 39.917309259714003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25549, "tnode_": 25543, "lpoly_": null, "rpoly_": null, "length": 182.00414698999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 338, "r_f_add": 301, "r_t_add": 319, "st_code": 65360, "l_hundred": 300, "r_hundred": 300, "seg_id": 240106, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1767, "Shape__Length": 72.238294992844843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152599426758201, 39.9170576807619 ], [ -75.153238569116695, 39.917143787464397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25553, "tnode_": 25549, "lpoly_": null, "rpoly_": null, "length": 156.53226959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 230, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 65360, "l_hundred": 200, "r_hundred": 200, "seg_id": 240107, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1768, "Shape__Length": 62.1278045846664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152049147503703, 39.916986255989599 ], [ -75.152599426758201, 39.9170576807619 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25558, "tnode_": 25553, "lpoly_": null, "rpoly_": null, "length": 140.2631806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 216, "l_t_add": 228, "r_f_add": 215, "r_t_add": 227, "st_code": 65360, "l_hundred": 200, "r_hundred": 200, "seg_id": 240108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1769, "Shape__Length": 55.670676145598883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151556226825505, 39.916921504886297 ], [ -75.152049147503703, 39.916986255989599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25565, "tnode_": 25558, "lpoly_": null, "rpoly_": null, "length": 153.20135082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 213, "st_code": 65360, "l_hundred": 200, "r_hundred": 200, "seg_id": 240109, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1770, "Shape__Length": 60.805690546779992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151017717832701, 39.916851328484903 ], [ -75.151556226825505, 39.916921504886297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25587, "tnode_": 25581, "lpoly_": null, "rpoly_": null, "length": 162.16557153000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 99, "st_code": 65360, "l_hundred": 0, "r_hundred": 0, "seg_id": 240110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1771, "Shape__Length": 64.362817129113964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148873639154104, 39.916580350641603 ], [ -75.149444252909504, 39.916651861882499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25590, "tnode_": 25587, "lpoly_": null, "rpoly_": null, "length": 102.7289275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 60, "l_t_add": 68, "r_f_add": 61, "r_t_add": 69, "st_code": 65360, "l_hundred": 0, "r_hundred": 0, "seg_id": 240111, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1772, "Shape__Length": 40.772681649607946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148512220759699, 39.916534791601002 ], [ -75.148873639154104, 39.916580350641603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25603, "tnode_": 25590, "lpoly_": null, "rpoly_": null, "length": 403.62491825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 58, "r_f_add": 1, "r_t_add": 59, "st_code": 65360, "l_hundred": 0, "r_hundred": 0, "seg_id": 240112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1773, "Shape__Length": 160.19771344525316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147093279589697, 39.916350782043999 ], [ -75.148512220759699, 39.916534791601002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25553, "tnode_": 25671, "lpoly_": null, "rpoly_": null, "length": 459.74437627999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 12460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 1774, "Shape__Length": 183.15383935572302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152049147503703, 39.916986255989599 ], [ -75.152326607570998, 39.915742414555098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25565, "tnode_": 25686, "lpoly_": null, "rpoly_": null, "length": 458.12122982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 1775, "Shape__Length": 182.50895810022632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151017717832701, 39.916851328484903 ], [ -75.151279690642795, 39.915610011449701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25686, "tnode_": 25830, "lpoly_": null, "rpoly_": null, "length": 509.92974689000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 1776, "Shape__Length": 203.14182463233161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151279690642795, 39.915610011449701 ], [ -75.151591943023504, 39.914230994370698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25571, "tnode_": 25565, "lpoly_": null, "rpoly_": null, "length": 155.82022061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 136, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 65360, "l_hundred": 100, "r_hundred": 100, "seg_id": 240116, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1777, "Shape__Length": 61.844653206307456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150469540072507, 39.916782096233703 ], [ -75.151017717832701, 39.916851328484903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25581, "tnode_": 25575, "lpoly_": null, "rpoly_": null, "length": 150.65717637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 110, "r_f_add": 101, "r_t_add": 115, "st_code": 65360, "l_hundred": 100, "r_hundred": 100, "seg_id": 240117, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1778, "Shape__Length": 59.796506970122316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149444252909504, 39.916651861882499 ], [ -75.149972928287397, 39.916724803325202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25575, "tnode_": 25571, "lpoly_": null, "rpoly_": null, "length": 140.85619916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 112, "l_t_add": 134, "r_f_add": 117, "r_t_add": 135, "st_code": 65360, "l_hundred": 100, "r_hundred": 100, "seg_id": 240118, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1779, "Shape__Length": 55.904476900007054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149972928287397, 39.916724803325202 ], [ -75.150469540072507, 39.916782096233703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25533, "tnode_": 25601, "lpoly_": null, "rpoly_": null, "length": 271.4276392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2549, "r_f_add": 2500, "r_t_add": 2548, "st_code": 87880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240119, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 1780, "Shape__Length": 108.13333942995186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1545037304533, 39.917309259714003 ], [ -75.154498193612298, 39.917252278223103 ], [ -75.154650680457706, 39.916574409531599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25601, "tnode_": 25583, "lpoly_": null, "rpoly_": null, "length": 468.66600307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VOLLMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 80320, "l_hundred": 400, "r_hundred": 400, "seg_id": 240120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VOLLMER ST", "stname": "VOLLMER ST", "objectid": 1781, "Shape__Length": 186.01022635348602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154650680457706, 39.916574409531599 ], [ -75.156301442393698, 39.916773065313798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25632, "tnode_": 25626, "lpoly_": null, "rpoly_": null, "length": 222.99609888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 430, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 72740, "l_hundred": 400, "r_hundred": 400, "seg_id": 240121, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1782, "Shape__Length": 88.506693994507117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155619048859407, 39.916168720838002 ], [ -75.156402536870303, 39.916272424003303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25601, "tnode_": 25638, "lpoly_": null, "rpoly_": null, "length": 189.5148792, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2551, "l_t_add": 2599, "r_f_add": 2550, "r_t_add": 2598, "st_code": 87880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240122, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 1783, "Shape__Length": 75.499236412658774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154650680457706, 39.916574409531599 ], [ -75.154765126410297, 39.9160616853069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25543, "tnode_": 25655, "lpoly_": null, "rpoly_": null, "length": 461.10313162, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 36000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GALLOWAY ST", "stname": "S GALLOWAY ST", "objectid": 1784, "Shape__Length": 183.6952643024344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153238569116695, 39.917143787464397 ], [ -75.153518829587597, 39.915896532718598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25655, "tnode_": 25638, "lpoly_": null, "rpoly_": null, "length": 354.73364652000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 72740, "l_hundred": 300, "r_hundred": 300, "seg_id": 240124, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1785, "Shape__Length": 140.79259259263384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153518829587597, 39.915896532718598 ], [ -75.154765126410297, 39.9160616853069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25549, "tnode_": 25665, "lpoly_": null, "rpoly_": null, "length": 458.07301862999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240125, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 1786, "Shape__Length": 182.48792188086065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152599426758201, 39.9170576807619 ], [ -75.152877718770696, 39.915818605440897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25665, "tnode_": 25655, "lpoly_": null, "rpoly_": null, "length": 182.06299302000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 72740, "l_hundred": 300, "r_hundred": 300, "seg_id": 240126, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1787, "Shape__Length": 72.258783489522855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152877718770696, 39.915818605440897 ], [ -75.153518829587597, 39.915896532718598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25671, "tnode_": 25665, "lpoly_": null, "rpoly_": null, "length": 157.06266914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 72740, "l_hundred": 200, "r_hundred": 200, "seg_id": 240127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1788, "Shape__Length": 62.338073723886609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152326607570998, 39.915742414555098 ], [ -75.152877718770696, 39.915818605440897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25674, "tnode_": 25671, "lpoly_": null, "rpoly_": null, "length": 69.39353734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 224, "l_t_add": 228, "r_f_add": 225, "r_t_add": 229, "st_code": 72740, "l_hundred": 200, "r_hundred": 200, "seg_id": 240128, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1789, "Shape__Length": 27.541896359556318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152082733524196, 39.915710433099697 ], [ -75.152326607570998, 39.915742414555098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25558, "tnode_": 25677, "lpoly_": null, "rpoly_": null, "length": 458.62593908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 64520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240129, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 1790, "Shape__Length": 182.70851172075606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151556226825505, 39.916921504886297 ], [ -75.1518302718802, 39.9156803288625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25677, "tnode_": 25674, "lpoly_": null, "rpoly_": null, "length": 71.66157638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 216, "l_t_add": 222, "r_f_add": 217, "r_t_add": 223, "st_code": 72740, "l_hundred": 200, "r_hundred": 200, "seg_id": 240130, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1791, "Shape__Length": 28.44151649539722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1518302718802, 39.9156803288625 ], [ -75.152082733524196, 39.915710433099697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25638, "tnode_": 25786, "lpoly_": null, "rpoly_": null, "length": 514.35057693, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240131, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 1792, "Shape__Length": 204.90553404260663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154765126410297, 39.9160616853069 ], [ -75.1550717670344, 39.914669610862703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25665, "tnode_": 25806, "lpoly_": null, "rpoly_": null, "length": 515.5242219, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240132, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 1793, "Shape__Length": 205.37353121728492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152877718770696, 39.915818605440897 ], [ -75.153176951610902, 39.914422310109899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25698, "tnode_": 25686, "lpoly_": null, "rpoly_": null, "length": 153.79542117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 136, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 72740, "l_hundred": 100, "r_hundred": 100, "seg_id": 240135, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1794, "Shape__Length": 61.04185228478638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150740890828502, 39.9155318663936 ], [ -75.151279690642795, 39.915610011449701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25708, "tnode_": 25703, "lpoly_": null, "rpoly_": null, "length": 149.96803473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 72740, "l_hundred": 100, "r_hundred": 100, "seg_id": 240136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1795, "Shape__Length": 59.520988629428054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149708909975601, 39.915410207728897 ], [ -75.150236197470093, 39.915478194416302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25703, "tnode_": 25698, "lpoly_": null, "rpoly_": null, "length": 142.91463316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 116, "l_t_add": 134, "r_f_add": 117, "r_t_add": 135, "st_code": 72740, "l_hundred": 100, "r_hundred": 100, "seg_id": 240137, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1796, "Shape__Length": 56.719678949433337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150236197470093, 39.915478194416302 ], [ -75.150740890828502, 39.9155318663936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25674, "tnode_": 25819, "lpoly_": null, "rpoly_": null, "length": 513.30896815999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT CHRISTOPHER", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 74050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT CHRISTOPHER DR", "stname": "SAINT CHRISTOPHER DR", "objectid": 1797, "Shape__Length": 204.48703810844088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152082733524196, 39.915710433099697 ], [ -75.152116285052003, 39.915532750729902 ], [ -75.152136117937204, 39.915243063399799 ], [ -75.152206677114506, 39.914925286431099 ], [ -75.152301094746605, 39.914671025933799 ], [ -75.152378594269905, 39.914323494062202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25432, "tnode_": 25426, "lpoly_": null, "rpoly_": null, "length": 153.57387699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1126, "l_t_add": 1198, "r_f_add": 1137, "r_t_add": 1199, "st_code": 65360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240139, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1798, "Shape__Length": 60.971350188991835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166568592295306, 39.918862167782301 ], [ -75.166981511634305, 39.918912012880298 ], [ -75.167088355888197, 39.918968422208003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25438, "tnode_": 25432, "lpoly_": null, "rpoly_": null, "length": 141.10531627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1114, "l_t_add": 1124, "r_f_add": 1119, "r_t_add": 1135, "st_code": 65360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240140, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1799, "Shape__Length": 56.006308181056738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166072517474703, 39.918797850119503 ], [ -75.166568592295306, 39.918862167782301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25440, "tnode_": 25438, "lpoly_": null, "rpoly_": null, "length": 152.44464915, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1112, "r_f_add": 1101, "r_t_add": 1117, "st_code": 65360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240141, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1800, "Shape__Length": 60.506302217151784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165535823592606, 39.918731907419598 ], [ -75.166072517474703, 39.918797850119503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25447, "tnode_": 25440, "lpoly_": null, "rpoly_": null, "length": 157.25893187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1032, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 65360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1801, "Shape__Length": 62.417877225153624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164983118106306, 39.918659505818901 ], [ -75.165535823592606, 39.918731907419598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25450, "tnode_": 25447, "lpoly_": null, "rpoly_": null, "length": 137.90904078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1016, "l_t_add": 1030, "r_f_add": 1017, "r_t_add": 1029, "st_code": 65360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240143, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1802, "Shape__Length": 54.737930705138183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164498768270093, 39.918594459013597 ], [ -75.164983118106306, 39.918659505818901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25454, "tnode_": 25450, "lpoly_": null, "rpoly_": null, "length": 153.34519911000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1015, "st_code": 65360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240144, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1803, "Shape__Length": 60.863579496987171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163958934426006, 39.918527987549901 ], [ -75.164498768270093, 39.918594459013597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25459, "tnode_": 25454, "lpoly_": null, "rpoly_": null, "length": 151.50538798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 936, "l_t_add": 998, "r_f_add": 937, "r_t_add": 999, "st_code": 65360, "l_hundred": 900, "r_hundred": 900, "seg_id": 240145, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1804, "Shape__Length": 60.133721204549474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163426073647102, 39.918459969707797 ], [ -75.163958934426006, 39.918527987549901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25461, "tnode_": 25459, "lpoly_": null, "rpoly_": null, "length": 114.2178537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 920, "l_t_add": 934, "r_f_add": 921, "r_t_add": 935, "st_code": 65360, "l_hundred": 900, "r_hundred": 900, "seg_id": 240146, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1805, "Shape__Length": 45.33414046711902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163024569730993, 39.9184077157554 ], [ -75.163426073647102, 39.918459969707797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25470, "tnode_": 25461, "lpoly_": null, "rpoly_": null, "length": 180.92505157000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 65360, "l_hundred": 900, "r_hundred": 900, "seg_id": 240148, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1806, "Shape__Length": 71.810926482261721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162388738699207, 39.918324197746003 ], [ -75.163024569730993, 39.9184077157554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25474, "tnode_": 25470, "lpoly_": null, "rpoly_": null, "length": 158.27253188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 826, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 65360, "l_hundred": 800, "r_hundred": 800, "seg_id": 240149, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1807, "Shape__Length": 62.820942915610189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161833778370294, 39.918245654368199 ], [ -75.162388738699207, 39.918324197746003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25476, "tnode_": 25474, "lpoly_": null, "rpoly_": null, "length": 133.15164241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 814, "l_t_add": 824, "r_f_add": 815, "r_t_add": 829, "st_code": 65360, "l_hundred": 800, "r_hundred": 800, "seg_id": 240150, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1808, "Shape__Length": 52.848540607713559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161365226467893, 39.918187026364897 ], [ -75.161833778370294, 39.918245654368199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25482, "tnode_": 25476, "lpoly_": null, "rpoly_": null, "length": 152.00848894000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 813, "st_code": 65360, "l_hundred": 800, "r_hundred": 800, "seg_id": 240151, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1809, "Shape__Length": 60.33183098467233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160829138565404, 39.918125951417899 ], [ -75.161365226467893, 39.918187026364897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25488, "tnode_": 25482, "lpoly_": null, "rpoly_": null, "length": 156.84314254999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 726, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 65360, "l_hundred": 700, "r_hundred": 700, "seg_id": 240152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1810, "Shape__Length": 62.252393685025318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160278017264602, 39.918053209493003 ], [ -75.160829138565404, 39.918125951417899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25492, "tnode_": 25488, "lpoly_": null, "rpoly_": null, "length": 132.9820476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 714, "l_t_add": 724, "r_f_add": 717, "r_t_add": 729, "st_code": 65360, "l_hundred": 700, "r_hundred": 700, "seg_id": 240153, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1811, "Shape__Length": 52.781429478454925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159810466853102, 39.917992775839103 ], [ -75.160278017264602, 39.918053209493003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25495, "tnode_": 25492, "lpoly_": null, "rpoly_": null, "length": 151.08445802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 715, "st_code": 65360, "l_hundred": 700, "r_hundred": 700, "seg_id": 240154, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1812, "Shape__Length": 59.966529861941204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159279494144698, 39.917923098994599 ], [ -75.159810466853102, 39.917992775839103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25500, "tnode_": 25495, "lpoly_": null, "rpoly_": null, "length": 157.31347979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 65360, "l_hundred": 600, "r_hundred": 600, "seg_id": 240155, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1813, "Shape__Length": 62.439059453664228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158726918732, 39.917849259790202 ], [ -75.159279494144698, 39.917923098994599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25505, "tnode_": 25500, "lpoly_": null, "rpoly_": null, "length": 134.63605855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 628, "r_f_add": 617, "r_t_add": 629, "st_code": 65360, "l_hundred": 600, "r_hundred": 600, "seg_id": 240156, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1814, "Shape__Length": 53.437588609816494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158253361518803, 39.917788965988301 ], [ -75.158726918732, 39.917849259790202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25510, "tnode_": 25505, "lpoly_": null, "rpoly_": null, "length": 152.87196844000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 65360, "l_hundred": 600, "r_hundred": 600, "seg_id": 240157, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1815, "Shape__Length": 60.675009178574697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157715172584801, 39.917722831808298 ], [ -75.158253361518803, 39.917788965988301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25512, "tnode_": 25510, "lpoly_": null, "rpoly_": null, "length": 153.9612115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 526, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 65360, "l_hundred": 500, "r_hundred": 500, "seg_id": 240158, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1816, "Shape__Length": 61.107278315854387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157173157857898, 39.917656185984796 ], [ -75.157715172584801, 39.917722831808298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25518, "tnode_": 25512, "lpoly_": null, "rpoly_": null, "length": 138.67956357999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 514, "l_t_add": 524, "r_f_add": 515, "r_t_add": 527, "st_code": 65360, "l_hundred": 500, "r_hundred": 500, "seg_id": 240159, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1817, "Shape__Length": 55.043178585776779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156686372825305, 39.9175896217698 ], [ -75.157173157857898, 39.917656185984796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25525, "tnode_": 25518, "lpoly_": null, "rpoly_": null, "length": 154.71406038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 513, "st_code": 65360, "l_hundred": 500, "r_hundred": 500, "seg_id": 240160, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1818, "Shape__Length": 61.405695070155474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156141400151498, 39.917524155635498 ], [ -75.156686372825305, 39.9175896217698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25440, "tnode_": 25539, "lpoly_": null, "rpoly_": null, "length": 461.26962706, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240161, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1819, "Shape__Length": 183.7670368904239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165535823592606, 39.918731907419598 ], [ -75.165808175899002, 39.91748315009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25447, "tnode_": 25542, "lpoly_": null, "rpoly_": null, "length": 460.1422551, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 81460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240162, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 1820, "Shape__Length": 183.315494855699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164983118106306, 39.918659505818901 ], [ -75.165269595589805, 39.917415766810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25450, "tnode_": 25546, "lpoly_": null, "rpoly_": null, "length": 461.18981624999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 11840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240163, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1821, "Shape__Length": 183.73515526834922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164498768270093, 39.918594459013597 ], [ -75.164769125517694, 39.917345666852697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25470, "tnode_": 25568, "lpoly_": null, "rpoly_": null, "length": 459.01637375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240164, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 1822, "Shape__Length": 182.86853992829651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162388738699207, 39.918324197746003 ], [ -75.162657931057097, 39.917081304904102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25474, "tnode_": 25573, "lpoly_": null, "rpoly_": null, "length": 459.09168842000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 27380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240165, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1823, "Shape__Length": 182.89399412832424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161833778370294, 39.918245654368199 ], [ -75.161866681617994, 39.918191258420102 ], [ -75.1621103309284, 39.917070858246497 ], [ -75.162108560584102, 39.917006613581599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25476, "tnode_": 25579, "lpoly_": null, "rpoly_": null, "length": 459.65893146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 56020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240166, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 1824, "Shape__Length": 183.12253457196022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161365226467893, 39.918187026364897 ], [ -75.1616226791717, 39.9170003246495 ], [ -75.161643366523606, 39.916943851861099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25525, "tnode_": 25583, "lpoly_": null, "rpoly_": null, "length": 277.26687941, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2535, "r_f_add": 2500, "r_t_add": 2532, "st_code": 87900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240167, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 1825, "Shape__Length": 110.46043518015243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156141400151498, 39.917524155635498 ], [ -75.156301442393698, 39.916773065313798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25488, "tnode_": 25589, "lpoly_": null, "rpoly_": null, "length": 462.23331790999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 35000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240168, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 1826, "Shape__Length": 184.14958377536405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160278017264602, 39.918053209493003 ], [ -75.160547860114093, 39.916801447804197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25495, "tnode_": 25598, "lpoly_": null, "rpoly_": null, "length": 459.02607599000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87940, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 1827, "Shape__Length": 182.8707185148827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159279494144698, 39.917923098994599 ], [ -75.159552914742605, 39.9166807267016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25505, "tnode_": 25610, "lpoly_": null, "rpoly_": null, "length": 458.10236681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 53880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240170, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 1828, "Shape__Length": 182.50355836979952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158253361518803, 39.917788965988301 ], [ -75.158257050345, 39.917735546884103 ], [ -75.158506197394004, 39.916608462926597 ], [ -75.158514557101, 39.916548044861997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25512, "tnode_": 25620, "lpoly_": null, "rpoly_": null, "length": 461.91371553, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 33260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240171, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 1829, "Shape__Length": 184.02014812710263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157173157857898, 39.917656185984796 ], [ -75.157408718325598, 39.916460324725698 ], [ -75.157437869226399, 39.916406331687398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25518, "tnode_": 25623, "lpoly_": null, "rpoly_": null, "length": 459.9906659, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 67840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240172, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 1830, "Shape__Length": 183.25545440093978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156686372825305, 39.9175896217698 ], [ -75.156951027674396, 39.916343441476002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25583, "tnode_": 25626, "lpoly_": null, "rpoly_": null, "length": 184.56598702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2537, "l_t_add": 2599, "r_f_add": 2534, "r_t_add": 2598, "st_code": 87900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240173, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 1831, "Shape__Length": 73.529383286717547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156301442393698, 39.916773065313798 ], [ -75.156402536870303, 39.916272424003303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25539, "tnode_": 25659, "lpoly_": null, "rpoly_": null, "length": 524.1501746, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1832, "Shape__Length": 208.76342751023836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165808175899002, 39.91748315009 ], [ -75.166072122451794, 39.916270569703997 ], [ -75.166254858590705, 39.916115542234699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25568, "tnode_": 25705, "lpoly_": null, "rpoly_": null, "length": 532.78428066000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 1833, "Shape__Length": 212.23425245972123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162657931057097, 39.917081304904102 ], [ -75.162932858063499, 39.9158784957432 ], [ -75.1628125856369, 39.915655715544602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25589, "tnode_": 25731, "lpoly_": null, "rpoly_": null, "length": 512.76495768999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 35000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 1834, "Shape__Length": 204.27664981262669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160547860114093, 39.916801447804197 ], [ -75.160849600600201, 39.9154131512608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25598, "tnode_": 25741, "lpoly_": null, "rpoly_": null, "length": 511.46713369000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240177, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 1835, "Shape__Length": 203.76009281424524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159552914742605, 39.9166807267016 ], [ -75.159558784507496, 39.916617180753903 ], [ -75.159845967668403, 39.915295213027399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25734, "tnode_": 25789, "lpoly_": null, "rpoly_": null, "length": 188.33723224, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 17420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240178, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1836, "Shape__Length": 75.029123490650903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160500258009094, 39.915370522001801 ], [ -75.160611576259996, 39.914860667764799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25758, "tnode_": 25804, "lpoly_": null, "rpoly_": null, "length": 182.19880489000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 88020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1837, "Shape__Length": 72.579341961135839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166420012975195, 39.915335671704199 ], [ -75.166522088872398, 39.9148987507619 ], [ -75.166548635921203, 39.914846374604103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25705, "tnode_": 25848, "lpoly_": null, "rpoly_": null, "length": 464.44910738, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 87980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 1838, "Shape__Length": 185.0249478591933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1628125856369, 39.915655715544602 ], [ -75.163081027688705, 39.914458380408099 ], [ -75.163073205569901, 39.914398759300099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25747, "tnode_": 25888, "lpoly_": null, "rpoly_": null, "length": 471.60171416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 72560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240181, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 1839, "Shape__Length": 187.87257330562187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1592226837776, 39.915213491004899 ], [ -75.159481356209696, 39.913990280229797 ], [ -75.1595035330689, 39.913937699621997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25752, "tnode_": 25891, "lpoly_": null, "rpoly_": null, "length": 470.31334718000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 53880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240182, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 1840, "Shape__Length": 187.35913955985569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158655595899504, 39.915140776360403 ], [ -75.158940107118696, 39.913868430590597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25888, "tnode_": 25977, "lpoly_": null, "rpoly_": null, "length": 457.5338448, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 72560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 1841, "Shape__Length": 182.2650940207055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1595035330689, 39.913937699621997 ], [ -75.159520281086202, 39.913883206024103 ], [ -75.159778860223597, 39.912699851933503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25891, "tnode_": 25982, "lpoly_": null, "rpoly_": null, "length": 459.33030152000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 53880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240184, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 1842, "Shape__Length": 182.98233976039947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158940107118696, 39.913868430590597 ], [ -75.159205056890798, 39.912624126187502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25659, "tnode_": 25730, "lpoly_": null, "rpoly_": null, "length": 192.40714145000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 88020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1843, "Shape__Length": 76.651310191755002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166254858590705, 39.916115542234699 ], [ -75.166368560265695, 39.915594667185402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25730, "tnode_": 25758, "lpoly_": null, "rpoly_": null, "length": 95.4448973, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2719, "l_t_add": 2729, "r_f_add": 2718, "r_t_add": 2728, "st_code": 88020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1844, "Shape__Length": 38.023888946583973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166368560265695, 39.915594667185402 ], [ -75.166420012975195, 39.915335671704199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25789, "tnode_": 25817, "lpoly_": null, "rpoly_": null, "length": 98.73687802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2719, "l_t_add": 2729, "r_f_add": 2718, "r_t_add": 2728, "st_code": 17420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240187, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1845, "Shape__Length": 39.334806122530985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160611576259996, 39.914860667764799 ], [ -75.160665823343905, 39.9145928606628 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25817, "tnode_": 25872, "lpoly_": null, "rpoly_": null, "length": 183.30566173, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 17420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240188, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1846, "Shape__Length": 73.024673591559761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160665823343905, 39.9145928606628 ], [ -75.160759168712502, 39.914161386332502 ], [ -75.160751231771201, 39.9140958940961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25454, "tnode_": 25552, "lpoly_": null, "rpoly_": null, "length": 463.6880097, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240189, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 1847, "Shape__Length": 184.72982749271205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163958934426006, 39.918527987549901 ], [ -75.164233535181793, 39.917272789506001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25562, "tnode_": 25561, "lpoly_": null, "rpoly_": null, "length": 46.1309338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 916, "l_t_add": 922, "r_f_add": 917, "r_t_add": 923, "st_code": 72740, "l_hundred": 900, "r_hundred": 900, "seg_id": 240190, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1848, "Shape__Length": 18.310345397289289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163214522989605, 39.917143555768902 ], [ -75.163375660120096, 39.917168877719298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25568, "tnode_": 25562, "lpoly_": null, "rpoly_": null, "length": 157.76351101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 915, "st_code": 72740, "l_hundred": 900, "r_hundred": 900, "seg_id": 240191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1849, "Shape__Length": 62.614835915448367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162657931057097, 39.917081304904102 ], [ -75.163214522989605, 39.917143555768902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25573, "tnode_": 25568, "lpoly_": null, "rpoly_": null, "length": 156.48336628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 830, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 72740, "l_hundred": 800, "r_hundred": 800, "seg_id": 240192, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1850, "Shape__Length": 62.109057171205365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162108560584102, 39.917006613581599 ], [ -75.162657931057097, 39.917081304904102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25579, "tnode_": 25573, "lpoly_": null, "rpoly_": null, "length": 132.47596799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 810, "l_t_add": 828, "r_f_add": 811, "r_t_add": 829, "st_code": 72740, "l_hundred": 800, "r_hundred": 800, "seg_id": 240193, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1851, "Shape__Length": 52.580249904524869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161643366523606, 39.916943851861099 ], [ -75.162108560584102, 39.917006613581599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25482, "tnode_": 25585, "lpoly_": null, "rpoly_": null, "length": 460.82120711, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240194, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1852, "Shape__Length": 183.58903504947253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160829138565404, 39.918125951417899 ], [ -75.161085189925402, 39.916876397390702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25585, "tnode_": 25579, "lpoly_": null, "rpoly_": null, "length": 158.48668577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 808, "r_f_add": 801, "r_t_add": 809, "st_code": 72740, "l_hundred": 800, "r_hundred": 800, "seg_id": 240195, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1853, "Shape__Length": 62.902513818986577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161085189925402, 39.916876397390702 ], [ -75.161643366523606, 39.916943851861099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25589, "tnode_": 25585, "lpoly_": null, "rpoly_": null, "length": 153.17569269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 726, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 72740, "l_hundred": 700, "r_hundred": 700, "seg_id": 240196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1854, "Shape__Length": 60.79641257437504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160547860114093, 39.916801447804197 ], [ -75.161085189925402, 39.916876397390702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25492, "tnode_": 25595, "lpoly_": null, "rpoly_": null, "length": 459.78262282000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 17420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1855, "Shape__Length": 183.17157549449584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159810466853102, 39.917992775839103 ], [ -75.160089233272004, 39.916749000529499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25595, "tnode_": 25589, "lpoly_": null, "rpoly_": null, "length": 130.05741546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 714, "l_t_add": 724, "r_f_add": 715, "r_t_add": 725, "st_code": 72740, "l_hundred": 700, "r_hundred": 700, "seg_id": 240198, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1856, "Shape__Length": 51.618482772564064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160089233272004, 39.916749000529499 ], [ -75.160547860114093, 39.916801447804197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25598, "tnode_": 25595, "lpoly_": null, "rpoly_": null, "length": 152.48136455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 713, "st_code": 72740, "l_hundred": 700, "r_hundred": 700, "seg_id": 240199, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1857, "Shape__Length": 60.519476988981104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159552914742605, 39.9166807267016 ], [ -75.160089233272004, 39.916749000529499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25500, "tnode_": 25605, "lpoly_": null, "rpoly_": null, "length": 461.16096289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 72560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 1858, "Shape__Length": 183.71853634073838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158726918732, 39.917849259790202 ], [ -75.158749412976107, 39.917802491724203 ], [ -75.159012274147301, 39.916603381229599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25605, "tnode_": 25598, "lpoly_": null, "rpoly_": null, "length": 154.2470642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 72740, "l_hundred": 600, "r_hundred": 600, "seg_id": 240201, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1859, "Shape__Length": 61.221857473469335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159012274147301, 39.916603381229599 ], [ -75.159552914742605, 39.9166807267016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25610, "tnode_": 25605, "lpoly_": null, "rpoly_": null, "length": 141.05956001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 628, "r_f_add": 617, "r_t_add": 629, "st_code": 72740, "l_hundred": 600, "r_hundred": 600, "seg_id": 240202, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1860, "Shape__Length": 55.984701714744077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158514557101, 39.916548044861997 ], [ -75.159012274147301, 39.916603381229599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25510, "tnode_": 25613, "lpoly_": null, "rpoly_": null, "length": 458.46298493, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 87920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240203, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 1861, "Shape__Length": 182.64572012905884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157715172584801, 39.917722831808298 ], [ -75.157716651723206, 39.9176619176339 ], [ -75.157983867115107, 39.916482110955101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25613, "tnode_": 25610, "lpoly_": null, "rpoly_": null, "length": 150.78620908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 72740, "l_hundred": 600, "r_hundred": 600, "seg_id": 240204, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1862, "Shape__Length": 59.846205522832513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157983867115107, 39.916482110955101 ], [ -75.158514557101, 39.916548044861997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25620, "tnode_": 25613, "lpoly_": null, "rpoly_": null, "length": 155.62298685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 524, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 72740, "l_hundred": 500, "r_hundred": 500, "seg_id": 240205, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1863, "Shape__Length": 61.767325749967071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157437869226399, 39.916406331687398 ], [ -75.157983867115107, 39.916482110955101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25623, "tnode_": 25620, "lpoly_": null, "rpoly_": null, "length": 138.46992706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 518, "l_t_add": 522, "r_f_add": 519, "r_t_add": 525, "st_code": 72740, "l_hundred": 500, "r_hundred": 500, "seg_id": 240206, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1864, "Shape__Length": 54.958265276064289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156951027674396, 39.916343441476002 ], [ -75.157437869226399, 39.916406331687398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25626, "tnode_": 25623, "lpoly_": null, "rpoly_": null, "length": 156.01452709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 517, "st_code": 72740, "l_hundred": 500, "r_hundred": 500, "seg_id": 240207, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 1865, "Shape__Length": 61.921629416317039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156402536870303, 39.916272424003303 ], [ -75.156951027674396, 39.916343441476002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25546, "tnode_": 25675, "lpoly_": null, "rpoly_": null, "length": 512.6615565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 11840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1866, "Shape__Length": 204.23795676304957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164769125517694, 39.917345666852697 ], [ -75.165064702164898, 39.915956871638897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25552, "tnode_": 25682, "lpoly_": null, "rpoly_": null, "length": 512.47028385, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240209, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 1867, "Shape__Length": 204.16093418367751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164233535181793, 39.917272789506001 ], [ -75.164533226893795, 39.915885049612797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25556, "tnode_": 25691, "lpoly_": null, "rpoly_": null, "length": 513.40447866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 44200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240210, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 1868, "Shape__Length": 204.53123107399313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163705993708405, 39.917207887691902 ], [ -75.164017625069903, 39.915819105455803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25579, "tnode_": 25719, "lpoly_": null, "rpoly_": null, "length": 513.52863075999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 56020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240211, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 1869, "Shape__Length": 204.57940227209625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161643366523606, 39.916943851861099 ], [ -75.161658232799297, 39.916878672673498 ], [ -75.161958391917807, 39.915555177945997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25595, "tnode_": 25736, "lpoly_": null, "rpoly_": null, "length": 511.18629244, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 17420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1870, "Shape__Length": 203.64800156206883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160089233272004, 39.916749000529499 ], [ -75.160387179889, 39.915364610804801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25605, "tnode_": 25747, "lpoly_": null, "rpoly_": null, "length": 514.09271919000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 72560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 1871, "Shape__Length": 204.80276388285995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159012274147301, 39.916603381229599 ], [ -75.159275363517693, 39.915393279453497 ], [ -75.1592226837776, 39.915213491004899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25610, "tnode_": 25752, "lpoly_": null, "rpoly_": null, "length": 524.57343976999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 53880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240214, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 1872, "Shape__Length": 208.96596245256598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158514557101, 39.916548044861997 ], [ -75.1585182471038, 39.916478840836497 ], [ -75.158765086978804, 39.915342550905699 ], [ -75.158655595899504, 39.915140776360403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25613, "tnode_": 25756, "lpoly_": null, "rpoly_": null, "length": 514.86034298000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87920, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240215, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 1873, "Shape__Length": 205.11060267255345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157983867115107, 39.916482110955101 ], [ -75.158285790110796, 39.915088006249803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25724, "tnode_": 25783, "lpoly_": null, "rpoly_": null, "length": 186.39595111, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 87960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1874, "Shape__Length": 74.257393756611393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161528748132994, 39.915494887586597 ], [ -75.161628166031406, 39.914988966206401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25768, "tnode_": 25818, "lpoly_": null, "rpoly_": null, "length": 183.28575899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 11840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240217, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1875, "Shape__Length": 73.015980773538445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165401535621399, 39.915200645617603 ], [ -75.165497815753696, 39.9147574678762 ], [ -75.165482416452505, 39.914704984319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25695, "tnode_": 25835, "lpoly_": null, "rpoly_": null, "length": 469.33438956999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 44200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240218, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 1876, "Shape__Length": 186.96544264378903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844817036306, 39.915796575535303 ], [ -75.164103307981705, 39.914584303937403 ], [ -75.164141517507005, 39.914532152594703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25757, "tnode_": 25898, "lpoly_": null, "rpoly_": null, "length": 466.5678626, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 33260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240219, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 1877, "Shape__Length": 185.86757632850069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158097252224806, 39.915056733434199 ], [ -75.158367148434394, 39.913849867953999 ], [ -75.158372579397593, 39.913793865365797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25763, "tnode_": 25902, "lpoly_": null, "rpoly_": null, "length": 465.37827073, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 67380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240220, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 1878, "Shape__Length": 185.39265929159725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157487196496902, 39.914968143233999 ], [ -75.157768993046602, 39.913709184407999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25977, "tnode_": 25970, "lpoly_": null, "rpoly_": null, "length": 174.19626136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 632, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 17580, "l_hundred": 600, "r_hundred": 600, "seg_id": 240221, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1879, "Shape__Length": 69.131797013100993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159778860223597, 39.912699851933503 ], [ -75.160394060049796, 39.912764921836299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25982, "tnode_": 25977, "lpoly_": null, "rpoly_": null, "length": 163.31025183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 630, "r_f_add": 617, "r_t_add": 629, "st_code": 17580, "l_hundred": 600, "r_hundred": 600, "seg_id": 240222, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1880, "Shape__Length": 64.814069889788072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159205056890798, 39.912624126187502 ], [ -75.159778860223597, 39.912699851933503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25898, "tnode_": 25984, "lpoly_": null, "rpoly_": null, "length": 458.90940178, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 33260, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 1881, "Shape__Length": 182.81490637158538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158372579397593, 39.913793865365797 ], [ -75.158378082559693, 39.913731824881502 ], [ -75.158632012422501, 39.912550316744401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25984, "tnode_": 25982, "lpoly_": null, "rpoly_": null, "length": 162.98399745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 552, "l_t_add": 614, "r_f_add": 553, "r_t_add": 615, "st_code": 17580, "l_hundred": 500, "r_hundred": 500, "seg_id": 240224, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1882, "Shape__Length": 64.684177536611159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158632012422501, 39.912550316744401 ], [ -75.159205056890798, 39.912624126187502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25995, "tnode_": 25984, "lpoly_": null, "rpoly_": null, "length": 173.75707366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 550, "r_f_add": 501, "r_t_add": 551, "st_code": 17580, "l_hundred": 500, "r_hundred": 500, "seg_id": 240225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1883, "Shape__Length": 68.959760815199175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158021208621804, 39.912471088883699 ], [ -75.158632012422501, 39.912550316744401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25673, "tnode_": 25743, "lpoly_": null, "rpoly_": null, "length": 190.40879591000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 11840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240234, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1884, "Shape__Length": 75.854547868760122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165229658910206, 39.915981048161697 ], [ -75.165345646918595, 39.9154660388567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25743, "tnode_": 25768, "lpoly_": null, "rpoly_": null, "length": 97.940785330000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2718, "l_t_add": 2728, "r_f_add": 2719, "r_t_add": 2729, "st_code": 11840, "l_hundred": 0, "r_hundred": 0, "seg_id": 240235, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1885, "Shape__Length": 39.017716348321159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165345646918595, 39.9154660388567 ], [ -75.165401535621399, 39.915200645617603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25783, "tnode_": 25805, "lpoly_": null, "rpoly_": null, "length": 95.71867829, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2719, "l_t_add": 2729, "r_f_add": 2718, "r_t_add": 2728, "st_code": 87960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1886, "Shape__Length": 38.132016032098008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161628166031406, 39.914988966206401 ], [ -75.161684131569501, 39.914729764383097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25585, "tnode_": 25724, "lpoly_": null, "rpoly_": null, "length": 528.93832908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 87960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240237, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1887, "Shape__Length": 210.6700950891684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161085189925402, 39.916876397390702 ], [ -75.161108821142903, 39.916812350531103 ], [ -75.161351239731104, 39.915644114187401 ], [ -75.161528748132994, 39.915494887586597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25714, "tnode_": 25854, "lpoly_": null, "rpoly_": null, "length": 466.17392925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 27380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240238, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1888, "Shape__Length": 185.71289398858073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162169910991693, 39.915577020326197 ], [ -75.162441129414105, 39.9143144703907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25805, "tnode_": 25860, "lpoly_": null, "rpoly_": null, "length": 183.02647455, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 87960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1889, "Shape__Length": 72.912172940882542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161684131569501, 39.914729764383097 ], [ -75.161796313943398, 39.914234815338297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25461, "tnode_": 25561, "lpoly_": null, "rpoly_": null, "length": 471.77551099000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 64220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 1890, "Shape__Length": 187.91934878990077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163024569730993, 39.9184077157554 ], [ -75.163109927660003, 39.918371770070102 ], [ -75.163375660120096, 39.917168877719298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25562, "tnode_": 25699, "lpoly_": null, "rpoly_": null, "length": 511.38263873000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 64220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 1891, "Shape__Length": 203.72614006964011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163214522989605, 39.917143555768902 ], [ -75.163521184471804, 39.915759747871597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25573, "tnode_": 25710, "lpoly_": null, "rpoly_": null, "length": 516.90988648999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 27380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1892, "Shape__Length": 205.92906815053169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162108560584102, 39.917006613581599 ], [ -75.162122579486507, 39.916923169612701 ], [ -75.162408494832505, 39.915606606495203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25682, "tnode_": 25826, "lpoly_": null, "rpoly_": null, "length": 468.74532537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240243, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 1893, "Shape__Length": 186.73864942475234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164533226893795, 39.915885049612797 ], [ -75.164802149938495, 39.914615055861603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25929, "tnode_": 25923, "lpoly_": null, "rpoly_": null, "length": 161.56089462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1034, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 17580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1894, "Shape__Length": 64.120003985472934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166286042047702, 39.913535234229499 ], [ -75.1668544439584, 39.913606756032102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25931, "tnode_": 25929, "lpoly_": null, "rpoly_": null, "length": 160.66999155000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1014, "l_t_add": 1032, "r_f_add": 1015, "r_t_add": 1033, "st_code": 17580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1895, "Shape__Length": 63.767833378456302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165722473161495, 39.913456521190398 ], [ -75.166286042047702, 39.913535234229499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25943, "tnode_": 25940, "lpoly_": null, "rpoly_": null, "length": 162.08358608999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 934, "r_f_add": 901, "r_t_add": 933, "st_code": 17580, "l_hundred": 900, "r_hundred": 900, "seg_id": 240246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1896, "Shape__Length": 64.327900582691015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163864881272303, 39.913214980033104 ], [ -75.164434256521801, 39.913290687790401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25946, "tnode_": 25943, "lpoly_": null, "rpoly_": null, "length": 154.39654652000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 840, "l_t_add": 898, "r_f_add": 837, "r_t_add": 899, "st_code": 17580, "l_hundred": 800, "r_hundred": 800, "seg_id": 240247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1897, "Shape__Length": 61.275141518177989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163320383501102, 39.913153090073401 ], [ -75.163864881272303, 39.913214980033104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25940, "tnode_": 25935, "lpoly_": null, "rpoly_": null, "length": 184.92024236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 936, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 17580, "l_hundred": 900, "r_hundred": 900, "seg_id": 240248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1898, "Shape__Length": 73.391576255922274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164434256521801, 39.913290687790401 ], [ -75.165083679671298, 39.913377837486202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25625, "tnode_": 25621, "lpoly_": null, "rpoly_": null, "length": 121.12895898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1332, "l_t_add": 1362, "r_f_add": 1333, "r_t_add": 1363, "st_code": 61560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240250, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1899, "Shape__Length": 48.076210945113843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170210328208199, 39.916640625139301 ], [ -75.170635845374704, 39.916697256922603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25639, "tnode_": 25637, "lpoly_": null, "rpoly_": null, "length": 180.29045038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 61560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1900, "Shape__Length": 71.556259968231544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167569385963503, 39.916283632291901 ], [ -75.168203699594301, 39.916363483636701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25653, "tnode_": 25650, "lpoly_": null, "rpoly_": null, "length": 61.76630155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1120, "l_t_add": 1124, "r_f_add": 1121, "r_t_add": 1125, "st_code": 61560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240253, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1901, "Shape__Length": 24.51562210961756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166916458367496, 39.916198791695201 ], [ -75.1671326604162, 39.9162309397584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25534, "tnode_": 25654, "lpoly_": null, "rpoly_": null, "length": 514.08357948999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 46140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240254, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 1902, "Shape__Length": 204.80338126014126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166333409300407, 39.917558941983302 ], [ -75.166641680271695, 39.916167823728898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25654, "tnode_": 25653, "lpoly_": null, "rpoly_": null, "length": 77.89807567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1114, "l_t_add": 1118, "r_f_add": 1115, "r_t_add": 1119, "st_code": 61560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240255, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1903, "Shape__Length": 30.916620663511516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166641680271695, 39.916167823728898 ], [ -75.166916458367496, 39.916198791695201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25542, "tnode_": 25669, "lpoly_": null, "rpoly_": null, "length": 514.89503891999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 81460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240257, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 1904, "Shape__Length": 205.12706047907415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165269595589805, 39.917415766810301 ], [ -75.165572640411597, 39.916021709347902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25669, "tnode_": 25659, "lpoly_": null, "rpoly_": null, "length": 194.3953571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1008, "l_t_add": 1098, "r_f_add": 1009, "r_t_add": 1099, "st_code": 61560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240258, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1905, "Shape__Length": 77.15562596346318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165572640411597, 39.916021709347902 ], [ -75.166254858590705, 39.916115542234699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25673, "tnode_": 25669, "lpoly_": null, "rpoly_": null, "length": 97.34216289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1004, "l_t_add": 1006, "r_f_add": 1005, "r_t_add": 1007, "st_code": 61560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240259, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1906, "Shape__Length": 38.633929412847493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165229658910206, 39.915981048161697 ], [ -75.165572640411597, 39.916021709347902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25675, "tnode_": 25673, "lpoly_": null, "rpoly_": null, "length": 47.10218518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1002, "l_t_add": 1002, "r_f_add": 1003, "r_t_add": 1003, "st_code": 61560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240260, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1907, "Shape__Length": 18.695156402401818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165064702164898, 39.915956871638897 ], [ -75.165229658910206, 39.915981048161697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25695, "tnode_": 25691, "lpoly_": null, "rpoly_": null, "length": 49.16383623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 928, "l_t_add": 934, "r_f_add": 927, "r_t_add": 933, "st_code": 61560, "l_hundred": 900, "r_hundred": 900, "seg_id": 240261, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1908, "Shape__Length": 19.512842898638581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844817036306, 39.915796575535303 ], [ -75.164017625069903, 39.915819105455803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25699, "tnode_": 25695, "lpoly_": null, "rpoly_": null, "length": 91.76733192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 916, "l_t_add": 926, "r_f_add": 915, "r_t_add": 925, "st_code": 61560, "l_hundred": 900, "r_hundred": 900, "seg_id": 240262, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1909, "Shape__Length": 36.42096894268802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163521184471804, 39.915759747871597 ], [ -75.163844817036306, 39.915796575535303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25774, "tnode_": 25903, "lpoly_": null, "rpoly_": null, "length": 457.88338938000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1910, "Shape__Length": 182.40809018803293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1695361382085, 39.915228289620003 ], [ -75.169810397738601, 39.913989210298098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25903, "tnode_": 25899, "lpoly_": null, "rpoly_": null, "length": 235.23646951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 17580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1911, "Shape__Length": 93.363969741483842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169810397738601, 39.913989210298098 ], [ -75.170634477242601, 39.914108812806397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25910, "tnode_": 25906, "lpoly_": null, "rpoly_": null, "length": 161.74644998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1220, "l_t_add": 1238, "r_f_add": 1221, "r_t_add": 1239, "st_code": 17580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1912, "Shape__Length": 64.194066966814276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168626754312399, 39.913836659379399 ], [ -75.169195656598504, 39.913908989843698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25917, "tnode_": 25910, "lpoly_": null, "rpoly_": null, "length": 161.33441502999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 17580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1913, "Shape__Length": 64.030437849664565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168059264685894, 39.913764686749801 ], [ -75.168626754312399, 39.913836659379399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25919, "tnode_": 25917, "lpoly_": null, "rpoly_": null, "length": 169.07307876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 17580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1914, "Shape__Length": 67.102653814049503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167465666202105, 39.913684239284201 ], [ -75.168059264685894, 39.913764686749801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25923, "tnode_": 25919, "lpoly_": null, "rpoly_": null, "length": 173.76564143000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 17580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1915, "Shape__Length": 68.963981823813484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1668544439584, 39.913606756032102 ], [ -75.167465666202105, 39.913684239284201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25621, "tnode_": 25615, "lpoly_": null, "rpoly_": null, "length": 182.11792229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1364, "l_t_add": 1398, "r_f_add": 1365, "r_t_add": 1399, "st_code": 61560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240269, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1916, "Shape__Length": 72.283943152996557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170635845374704, 39.916697256922603 ], [ -75.171274383277293, 39.9167877109019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25889, "tnode_": 25887, "lpoly_": null, "rpoly_": null, "length": 101.23493042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 17580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1917, "Shape__Length": 40.178767270529114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171523142936806, 39.914218206354597 ], [ -75.171878817447706, 39.914265285487801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25398, "tnode_": 25394, "lpoly_": null, "rpoly_": null, "length": 122.57918246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1326, "l_t_add": 1336, "r_f_add": 1327, "r_t_add": 1337, "st_code": 65360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1918, "Shape__Length": 48.652054271070412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169638747933703, 39.919263378451298 ], [ -75.170071237144896, 39.919311670497599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25406, "tnode_": 25398, "lpoly_": null, "rpoly_": null, "length": 125.09279368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1314, "l_t_add": 1324, "r_f_add": 1315, "r_t_add": 1325, "st_code": 65360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240273, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1919, "Shape__Length": 49.651393510019204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169199358369795, 39.919204587589398 ], [ -75.169638747933703, 39.919263378451298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25411, "tnode_": 25406, "lpoly_": null, "rpoly_": null, "length": 150.47581085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1312, "r_f_add": 1301, "r_t_add": 1313, "st_code": 65360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1920, "Shape__Length": 59.726465510943065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1686710305611, 39.919132902207799 ], [ -75.169199358369795, 39.919204587589398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25416, "tnode_": 25411, "lpoly_": null, "rpoly_": null, "length": 160.59373124000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1229, "r_t_add": 1299, "st_code": 65360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240275, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1921, "Shape__Length": 63.741263085044572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168105900785406, 39.919062208417699 ], [ -75.1686710305611, 39.919132902207799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25420, "tnode_": 25416, "lpoly_": null, "rpoly_": null, "length": 130.1807506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1214, "l_t_add": 1226, "r_f_add": 1215, "r_t_add": 1227, "st_code": 65360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1922, "Shape__Length": 51.67006635870549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167647874061501, 39.919004528109497 ], [ -75.168105900785406, 39.919062208417699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25426, "tnode_": 25420, "lpoly_": null, "rpoly_": null, "length": 158.78108279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 65360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240277, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1923, "Shape__Length": 63.020984179920021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167088355888197, 39.918968422208003 ], [ -75.167388247090997, 39.918960013368803 ], [ -75.167647874061501, 39.919004528109497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25411, "tnode_": 25480, "lpoly_": null, "rpoly_": null, "length": 297.82253908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2525, "r_f_add": 2500, "r_t_add": 2530, "st_code": 88060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240278, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1924, "Shape__Length": 118.65236257218449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1686710305611, 39.919132902207799 ], [ -75.168842839406295, 39.918326115588201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25480, "tnode_": 25513, "lpoly_": null, "rpoly_": null, "length": 163.2814969, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2527, "l_t_add": 2599, "r_f_add": 2532, "r_t_add": 2598, "st_code": 88060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240279, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1925, "Shape__Length": 65.049073784691217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168842839406295, 39.918326115588201 ], [ -75.168947703086502, 39.9178852198621 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25466, "tnode_": 25517, "lpoly_": null, "rpoly_": null, "length": 267.7440494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 45100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1926, "Shape__Length": 106.66814107918559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168254637833599, 39.918544820999699 ], [ -75.168409884960099, 39.9178196156982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25432, "tnode_": 25531, "lpoly_": null, "rpoly_": null, "length": 459.54948353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 71020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240281, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 1927, "Shape__Length": 183.082760567967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166568592295306, 39.918862167782301 ], [ -75.166835332703698, 39.917617478015799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25517, "tnode_": 25633, "lpoly_": null, "rpoly_": null, "length": 519.21925667000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 45100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1928, "Shape__Length": 206.84704191489902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168409884960099, 39.9178196156982 ], [ -75.168666421469695, 39.916615201513402 ], [ -75.168597520954293, 39.916417374832001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25394, "tnode_": 25387, "lpoly_": null, "rpoly_": null, "length": 183.12985586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 65360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240283, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTER ST", "stname": "PORTER ST", "objectid": 1929, "Shape__Length": 72.688551733029826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170071237144896, 39.919311670497599 ], [ -75.170501678699395, 39.919376996274899 ], [ -75.170713151381406, 39.919403052690598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25713, "tnode_": 25739, "lpoly_": null, "rpoly_": null, "length": 97.51461541, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2717, "l_t_add": 2725, "r_f_add": 2716, "r_t_add": 2724, "st_code": 88040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240284, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1930, "Shape__Length": 38.848517346770642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167685467338103, 39.915766110179703 ], [ -75.167738136644104, 39.915501510269898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25702, "tnode_": 25729, "lpoly_": null, "rpoly_": null, "length": 96.61307201, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2719, "l_t_add": 2725, "r_f_add": 2718, "r_t_add": 2724, "st_code": 45100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240285, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1931, "Shape__Length": 38.488706793377695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168706728146802, 39.915898475309497 ], [ -75.168764071462604, 39.915636961707101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25513, "tnode_": 25629, "lpoly_": null, "rpoly_": null, "length": 509.23014111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240286, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1932, "Shape__Length": 202.87188588407872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168947703086502, 39.9178852198621 ], [ -75.169245829964694, 39.916506296030498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25438, "tnode_": 25534, "lpoly_": null, "rpoly_": null, "length": 457.20613837999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 46140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240287, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 1933, "Shape__Length": 182.14965581664111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166072517474703, 39.918797850119503 ], [ -75.166333409300407, 39.917558941983302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25536, "tnode_": 25621, "lpoly_": null, "rpoly_": null, "length": 367.74370165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 81840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 1934, "Shape__Length": 146.50685393131624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170432379366005, 39.917694528833103 ], [ -75.170635845374704, 39.916697256922603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25522, "tnode_": 25625, "lpoly_": null, "rpoly_": null, "length": 459.3642514, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 46460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240289, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 1935, "Shape__Length": 183.00507300133756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169934915191405, 39.917883678205897 ], [ -75.170210328208199, 39.916640625139301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25524, "tnode_": 25637, "lpoly_": null, "rpoly_": null, "length": 515.80310562, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 21000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240290, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 1936, "Shape__Length": 205.49199704998918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167915235402901, 39.917761898259798 ], [ -75.168203699594301, 39.916363483636701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25531, "tnode_": 25650, "lpoly_": null, "rpoly_": null, "length": 511.92996777999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 71020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240291, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 1937, "Shape__Length": 203.94700273668295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166835332703698, 39.917617478015799 ], [ -75.1671326604162, 39.9162309397584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25653, "tnode_": 25799, "lpoly_": null, "rpoly_": null, "length": 468.34108523999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 54160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240292, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARVINE ST", "stname": "S MARVINE ST", "objectid": 1938, "Shape__Length": 186.57780098731615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166916458367496, 39.916198791695201 ], [ -75.1671897928764, 39.914930481205602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25840, "tnode_": 25835, "lpoly_": null, "rpoly_": null, "length": 154.60866982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 920, "l_t_add": 938, "r_f_add": 921, "r_t_add": 939, "st_code": 46240, "l_hundred": 900, "r_hundred": 900, "seg_id": 240293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1939, "Shape__Length": 61.362302193786945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163598313018795, 39.914460283068102 ], [ -75.164141517507005, 39.914532152594703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25848, "tnode_": 25840, "lpoly_": null, "rpoly_": null, "length": 148.99483438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 46240, "l_hundred": 900, "r_hundred": 900, "seg_id": 240294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1940, "Shape__Length": 59.132760647717326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163073205569901, 39.914398759300099 ], [ -75.163598313018795, 39.914460283068102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25864, "tnode_": 25860, "lpoly_": null, "rpoly_": null, "length": 146.48086342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 740, "l_t_add": 798, "r_f_add": 715, "r_t_add": 799, "st_code": 46240, "l_hundred": 700, "r_hundred": 700, "seg_id": 240295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1941, "Shape__Length": 58.13656637459259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161282064079799, 39.914164972335001 ], [ -75.161796313943398, 39.914234815338297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25860, "tnode_": 25859, "lpoly_": null, "rpoly_": null, "length": 12.65521921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 46240, "l_hundred": 0, "r_hundred": 0, "seg_id": 240296, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1942, "Shape__Length": 5.0224265894193856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161796313943398, 39.914234815338297 ], [ -75.161841070684005, 39.914239181091901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25788, "tnode_": 25784, "lpoly_": null, "rpoly_": null, "length": 154.82610527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1220, "l_t_add": 1238, "r_f_add": 1215, "r_t_add": 1239, "st_code": 46240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1943, "Shape__Length": 61.448822160677153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168359557677206, 39.915073545532401 ], [ -75.168903910422799, 39.915143794503102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25793, "tnode_": 25788, "lpoly_": null, "rpoly_": null, "length": 153.33333534000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1213, "st_code": 46240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1944, "Shape__Length": 60.855254536582727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167819259096902, 39.915009705886298 ], [ -75.168359557677206, 39.915073545532401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25812, "tnode_": 25804, "lpoly_": null, "rpoly_": null, "length": 150.32931993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1040, "l_t_add": 1098, "r_f_add": 1017, "r_t_add": 1099, "st_code": 46240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1945, "Shape__Length": 59.664844387101425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166021255451597, 39.914773036058897 ], [ -75.166548635921203, 39.914846374604103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25818, "tnode_": 25812, "lpoly_": null, "rpoly_": null, "length": 153.17015998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1020, "l_t_add": 1038, "r_f_add": 1003, "r_t_add": 1015, "st_code": 46240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240300, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1946, "Shape__Length": 60.79099323036511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165482416452505, 39.914704984319101 ], [ -75.166021255451597, 39.914773036058897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25872, "tnode_": 25864, "lpoly_": null, "rpoly_": null, "length": 151.01740915000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 720, "l_t_add": 738, "r_f_add": 703, "r_t_add": 713, "st_code": 46240, "l_hundred": 700, "r_hundred": 700, "seg_id": 240301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1947, "Shape__Length": 59.936435705169423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160751231771201, 39.9140958940961 ], [ -75.161282064079799, 39.914164972335001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25891, "tnode_": 25888, "lpoly_": null, "rpoly_": null, "length": 160.05128967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 630, "r_f_add": 617, "r_t_add": 631, "st_code": 46240, "l_hundred": 600, "r_hundred": 600, "seg_id": 240302, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1948, "Shape__Length": 63.520894570827366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158940107118696, 39.913868430590597 ], [ -75.1595035330689, 39.913937699621997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25898, "tnode_": 25891, "lpoly_": null, "rpoly_": null, "length": 161.50104671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 46240, "l_hundred": 600, "r_hundred": 600, "seg_id": 240303, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1949, "Shape__Length": 64.097077591183123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158372579397593, 39.913793865365797 ], [ -75.158940107118696, 39.913868430590597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25902, "tnode_": 25898, "lpoly_": null, "rpoly_": null, "length": 172.10277097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 46240, "l_hundred": 500, "r_hundred": 500, "seg_id": 240304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1950, "Shape__Length": 68.30568716068359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157768993046602, 39.913709184407999 ], [ -75.158372579397593, 39.913793865365797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26303, "tnode_": 27973, "lpoly_": null, "rpoly_": null, "length": 266.57545822000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1316, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 36460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 1951, "Shape__Length": 105.78958411446558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171673814321295, 39.9090929803303 ], [ -75.172064222946403, 39.909141992161501 ], [ -75.172613375804502, 39.9092021311642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26312, "tnode_": 26303, "lpoly_": null, "rpoly_": null, "length": 226.64242028000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 36460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 1952, "Shape__Length": 89.943644979551522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170876711867294, 39.9089916390516 ], [ -75.171271658935893, 39.9090415161659 ], [ -75.171673814321295, 39.9090929803303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26210, "tnode_": 26199, "lpoly_": null, "rpoly_": null, "length": 225.04506167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1334, "r_f_add": 1301, "r_t_add": 1333, "st_code": 26420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 1953, "Shape__Length": 89.311332620308761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170607056271805, 39.910243762257203 ], [ -75.171000148242499, 39.910288815821403 ], [ -75.171398595113303, 39.910343790610497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26095, "tnode_": 26084, "lpoly_": null, "rpoly_": null, "length": 355.99409602000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 62680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240332, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1954, "Shape__Length": 141.3002889166915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171139351676899, 39.911516443565901 ], [ -75.171541092893506, 39.911571067420297 ], [ -75.172053069691103, 39.911637284240101 ], [ -75.172370482833202, 39.911735184883099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26101, "tnode_": 26095, "lpoly_": null, "rpoly_": null, "length": 223.35138039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1334, "r_f_add": 1301, "r_t_add": 1333, "st_code": 62680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240334, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 1955, "Shape__Length": 88.641893070426619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170355114749398, 39.911411074623203 ], [ -75.170738396630895, 39.911467635810197 ], [ -75.171139351676899, 39.911516443565901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25993, "tnode_": 25983, "lpoly_": null, "rpoly_": null, "length": 237.5480345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1348, "r_f_add": 1301, "r_t_add": 1349, "st_code": 65200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240338, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 1956, "Shape__Length": 94.277517326951426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170070741071001, 39.912734192868399 ], [ -75.170471351485901, 39.912788970578397 ], [ -75.170905377606999, 39.912844315683898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25899, "tnode_": 25983, "lpoly_": null, "rpoly_": null, "length": 466.85960064, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 46460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 1957, "Shape__Length": 185.98216406078808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170634477242601, 39.914108812806397 ], [ -75.170708200304503, 39.913767126105498 ], [ -75.170905377606999, 39.912844315683898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25903, "tnode_": 25993, "lpoly_": null, "rpoly_": null, "length": 463.00008566999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240341, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 1958, "Shape__Length": 184.44544598141886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169810397738601, 39.913989210298098 ], [ -75.169871428828401, 39.913659043512403 ], [ -75.170070741071001, 39.912734192868399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25906, "tnode_": 25903, "lpoly_": null, "rpoly_": null, "length": 174.90476991999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1240, "l_t_add": 1298, "r_f_add": 1241, "r_t_add": 1299, "st_code": 17580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1959, "Shape__Length": 69.41681656613946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169195656598504, 39.913908989843698 ], [ -75.169366604943605, 39.913932337588598 ], [ -75.169810397738601, 39.913989210298098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25983, "tnode_": 25972, "lpoly_": null, "rpoly_": null, "length": 342.7680101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1350, "l_t_add": 1398, "r_f_add": 1351, "r_t_add": 1399, "st_code": 65200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240345, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 1960, "Shape__Length": 136.03576498600438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170905377606999, 39.912844315683898 ], [ -75.171286878632699, 39.912891013721797 ], [ -75.1718072934612, 39.912961138797399 ], [ -75.172111401421404, 39.912995114775399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25899, "tnode_": 25889, "lpoly_": null, "rpoly_": null, "length": 252.44867593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 17580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 1961, "Shape__Length": 100.19182732315545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170634477242601, 39.914108812806397 ], [ -75.171018072341695, 39.9141564128563 ], [ -75.171523142936806, 39.914218206354597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25793, "tnode_": 25917, "lpoly_": null, "rpoly_": null, "length": 459.9535747, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240351, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1962, "Shape__Length": 183.23258659192271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167819259096902, 39.915009705886298 ], [ -75.167803055945896, 39.914951844435002 ], [ -75.167851016419803, 39.9147303556664 ], [ -75.168059264685894, 39.913764686749801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25799, "tnode_": 25919, "lpoly_": null, "rpoly_": null, "length": 460.531828, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 54160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240352, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARVINE ST", "stname": "S MARVINE ST", "objectid": 1963, "Shape__Length": 183.46234304893511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1671897928764, 39.914930481205602 ], [ -75.167249874811702, 39.914656086843898 ], [ -75.167465666202105, 39.913684239284201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25788, "tnode_": 25910, "lpoly_": null, "rpoly_": null, "length": 456.76657946, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 21000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 1964, "Shape__Length": 181.96371136974631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168359557677206, 39.915073545532401 ], [ -75.168416364783496, 39.914810639657098 ], [ -75.168626754312399, 39.913836659379399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25784, "tnode_": 25906, "lpoly_": null, "rpoly_": null, "length": 458.19206246, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 45100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1965, "Shape__Length": 182.52541556886641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168903910422799, 39.915143794503102 ], [ -75.168936542905598, 39.915097141125798 ], [ -75.168980846206296, 39.914878995295602 ], [ -75.169195656598504, 39.913908989843698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25804, "tnode_": 25923, "lpoly_": null, "rpoly_": null, "length": 461.40024196999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240360, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 1966, "Shape__Length": 183.79870524213359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166548635921203, 39.914846374604103 ], [ -75.166593596676606, 39.914791872487598 ], [ -75.166644398737802, 39.914575272206498 ], [ -75.1668544439584, 39.913606756032102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25812, "tnode_": 25929, "lpoly_": null, "rpoly_": null, "length": 456.98531694999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 81460, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240363, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 1967, "Shape__Length": 182.05041606861889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166021255451597, 39.914773036058897 ], [ -75.166080026659003, 39.914498891980699 ], [ -75.166286042047702, 39.913535234229499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25659, "tnode_": 25654, "lpoly_": null, "rpoly_": null, "length": 110.18040447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1112, "r_f_add": 1101, "r_t_add": 1113, "st_code": 61560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240364, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1968, "Shape__Length": 43.730579775130835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166254858590705, 39.916115542234699 ], [ -75.166560803769002, 39.916159003211497 ], [ -75.166641680271695, 39.916167823728898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25650, "tnode_": 25639, "lpoly_": null, "rpoly_": null, "length": 124.01000044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1126, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 61560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1969, "Shape__Length": 49.218450113751956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1671326604162, 39.9162309397584 ], [ -75.167262440607303, 39.916248728273601 ], [ -75.167569385963503, 39.916283632291901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25739, "tnode_": 25793, "lpoly_": null, "rpoly_": null, "length": 181.764887, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2727, "l_t_add": 2799, "r_f_add": 2726, "r_t_add": 2798, "st_code": 88040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240368, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1970, "Shape__Length": 72.4107140869625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167738136644104, 39.915501510269898 ], [ -75.1677865099592, 39.915266734523598 ], [ -75.167833250012507, 39.9150644765827 ], [ -75.167819259096902, 39.915009705886298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25633, "tnode_": 25702, "lpoly_": null, "rpoly_": null, "length": 191.52405618, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2717, "r_f_add": 2700, "r_t_add": 2716, "st_code": 45100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240370, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1971, "Shape__Length": 76.300314677980353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168597520954293, 39.916417374832001 ], [ -75.168664277875706, 39.916130181623203 ], [ -75.168706728146802, 39.915898475309497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25639, "tnode_": 25713, "lpoly_": null, "rpoly_": null, "length": 191.31521023, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2714, "st_code": 88040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240372, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 1972, "Shape__Length": 76.216046926914942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167569385963503, 39.916283632291901 ], [ -75.167632694881803, 39.916001902272697 ], [ -75.167685467338103, 39.915766110179703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25784, "tnode_": 25774, "lpoly_": null, "rpoly_": null, "length": 180.00000999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1240, "l_t_add": 1298, "r_f_add": 1241, "r_t_add": 1299, "st_code": 46240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240374, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1973, "Shape__Length": 71.440710080971328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168903910422799, 39.915143794503102 ], [ -75.169179992419799, 39.915182 ], [ -75.1695361382085, 39.915228289620003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25804, "tnode_": 25799, "lpoly_": null, "rpoly_": null, "length": 182.44370104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 46240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240378, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1974, "Shape__Length": 72.409971708868952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166548635921203, 39.914846374604103 ], [ -75.166833934684206, 39.914883011277603 ], [ -75.1671897928764, 39.914930481205602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25799, "tnode_": 25793, "lpoly_": null, "rpoly_": null, "length": 178.9190031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 46240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240380, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1975, "Shape__Length": 71.010534586114801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1671897928764, 39.914930481205602 ], [ -75.167540541042698, 39.914973009977899 ], [ -75.167819259096902, 39.915009705886298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25729, "tnode_": 25784, "lpoly_": null, "rpoly_": null, "length": 184.62225784, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2727, "l_t_add": 2799, "r_f_add": 2726, "r_t_add": 2798, "st_code": 45100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240382, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 1976, "Shape__Length": 73.542242514797863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168764071462604, 39.915636961707101 ], [ -75.168821115046697, 39.915399171383399 ], [ -75.168866432758804, 39.915204402745097 ], [ -75.168903910422799, 39.915143794503102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25633, "tnode_": 25629, "lpoly_": null, "rpoly_": null, "length": 184.71659676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1230, "l_t_add": 1298, "r_f_add": 1231, "r_t_add": 1299, "st_code": 61560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240384, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1977, "Shape__Length": 73.314496992364425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168597520954293, 39.916417374832001 ], [ -75.168908718790902, 39.9164595178311 ], [ -75.169245829964694, 39.916506296030498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25682, "tnode_": 25675, "lpoly_": null, "rpoly_": null, "length": 151.36758127000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1000, "r_f_add": 1001, "r_t_add": 1001, "st_code": 61560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240386, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1978, "Shape__Length": 60.077519682813289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164533226893795, 39.915885049612797 ], [ -75.164934975120005, 39.915941036114603 ], [ -75.165064702164898, 39.915956871638897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25826, "tnode_": 25818, "lpoly_": null, "rpoly_": null, "length": 193.6418435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1001, "st_code": 46240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1979, "Shape__Length": 76.85434879337555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164802149938495, 39.914615055861603 ], [ -75.165169026716001, 39.914668062333803 ], [ -75.165482416452505, 39.914704984319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25691, "tnode_": 25682, "lpoly_": null, "rpoly_": null, "length": 146.63115086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 936, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 61560, "l_hundred": 900, "r_hundred": 900, "seg_id": 240390, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1980, "Shape__Length": 58.196917091189512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164017625069903, 39.915819105455803 ], [ -75.164135605353295, 39.915831393788501 ], [ -75.164533226893795, 39.915885049612797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25835, "tnode_": 25826, "lpoly_": null, "rpoly_": null, "length": 187.77442926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 940, "l_t_add": 998, "r_f_add": 941, "r_t_add": 999, "st_code": 46240, "l_hundred": 900, "r_hundred": 900, "seg_id": 240392, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1981, "Shape__Length": 74.524687538869728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164141517507005, 39.914532152594703 ], [ -75.164404831619606, 39.914568323849799 ], [ -75.164802149938495, 39.914615055861603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25818, "tnode_": 25931, "lpoly_": null, "rpoly_": null, "length": 460.62429941, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 11840, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240396, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 1982, "Shape__Length": 183.50079915152662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165482416452505, 39.914704984319101 ], [ -75.165472324781106, 39.9146471737619 ], [ -75.165514352607701, 39.914436384086599 ], [ -75.165722473161495, 39.913456521190398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25826, "tnode_": 25935, "lpoly_": null, "rpoly_": null, "length": 457.56318902000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 88000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240399, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 1983, "Shape__Length": 182.27778113005803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164802149938495, 39.914615055861603 ], [ -75.164865212144704, 39.9143340757294 ], [ -75.165083679671298, 39.913377837486202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25835, "tnode_": 25940, "lpoly_": null, "rpoly_": null, "length": 460.40118080999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 44200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240400, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 1984, "Shape__Length": 183.4044833481816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164141517507005, 39.914532152594703 ], [ -75.164172465964796, 39.914483001846598 ], [ -75.164222241668, 39.914254360656003 ], [ -75.164434256521801, 39.913290687790401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25840, "tnode_": 25943, "lpoly_": null, "rpoly_": null, "length": 460.5384264, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 87980, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240404, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 1985, "Shape__Length": 183.46332429246337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163598313018795, 39.914460283068102 ], [ -75.163663819819703, 39.9141709953944 ], [ -75.163671054013705, 39.914167192309399 ], [ -75.163864881272303, 39.913214980033104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25848, "tnode_": 25946, "lpoly_": null, "rpoly_": null, "length": 460.61453325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 56020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240406, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 1986, "Shape__Length": 183.49297128307785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163073205569901, 39.914398759300099 ], [ -75.163056149068595, 39.914332099217603 ], [ -75.163101129125806, 39.914102187910601 ], [ -75.163320383501102, 39.913153090073401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25859, "tnode_": 25854, "lpoly_": null, "rpoly_": null, "length": 170.55514865000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 46240, "l_hundred": 800, "r_hundred": 800, "seg_id": 240412, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1987, "Shape__Length": 67.69032433537528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161841070684005, 39.914239181091901 ], [ -75.162088531426505, 39.914272834692603 ], [ -75.162441129414105, 39.9143144703907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25879, "tnode_": 25872, "lpoly_": null, "rpoly_": null, "length": 177.08469506999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 701, "st_code": 46240, "l_hundred": 700, "r_hundred": 700, "seg_id": 240414, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1988, "Shape__Length": 70.281212394074942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160127805987202, 39.914019451727597 ], [ -75.160464974786194, 39.914059812467897 ], [ -75.160751231771201, 39.9140958940961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25859, "tnode_": 25956, "lpoly_": null, "rpoly_": null, "length": 458.50980918, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 87960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 1989, "Shape__Length": 182.655198972503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161841070684005, 39.914239181091901 ], [ -75.161907060134894, 39.913940787755401 ], [ -75.162114350774104, 39.912998229874198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25864, "tnode_": 25961, "lpoly_": null, "rpoly_": null, "length": 457.95942904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 35000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240418, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 1990, "Shape__Length": 182.43623808776223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161282064079799, 39.914164972335001 ], [ -75.161348471997002, 39.913870094574897 ], [ -75.161352550746301, 39.913850892273302 ], [ -75.161551630531207, 39.9129250781683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25872, "tnode_": 25965, "lpoly_": null, "rpoly_": null, "length": 458.98303780999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 17420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 1991, "Shape__Length": 182.84455463716779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160751231771201, 39.9140958940961 ], [ -75.160741442331499, 39.914035293996299 ], [ -75.160791170028006, 39.913785228551902 ], [ -75.160996208747406, 39.912852579544001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25854, "tnode_": 25953, "lpoly_": null, "rpoly_": null, "length": 459.37482895, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 27380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240422, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 1992, "Shape__Length": 182.99947279483405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162441129414105, 39.9143144703907 ], [ -75.162500446668005, 39.914028163803202 ], [ -75.162718232097205, 39.913071639130401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25854, "tnode_": 25848, "lpoly_": null, "rpoly_": null, "length": 179.94636853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 822, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 46240, "l_hundred": 800, "r_hundred": 800, "seg_id": 240424, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1993, "Shape__Length": 71.418510461949694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162441129414105, 39.9143144703907 ], [ -75.162775770559094, 39.914360102149899 ], [ -75.163073205569901, 39.914398759300099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25710, "tnode_": 25705, "lpoly_": null, "rpoly_": null, "length": 114.75624996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 836, "l_t_add": 898, "r_f_add": 835, "r_t_add": 899, "st_code": 61560, "l_hundred": 800, "r_hundred": 800, "seg_id": 240426, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1994, "Shape__Length": 45.545337817810889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162408494832505, 39.915606606495203 ], [ -75.162498918668504, 39.915618461113503 ], [ -75.1628125856369, 39.915655715544602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25724, "tnode_": 25719, "lpoly_": null, "rpoly_": null, "length": 122.50490334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 813, "st_code": 61560, "l_hundred": 800, "r_hundred": 800, "seg_id": 240427, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1995, "Shape__Length": 48.622115859246591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161528748132994, 39.915494887586597 ], [ -75.161823105729297, 39.915535474158702 ], [ -75.161958391917807, 39.915555177945997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25741, "tnode_": 25736, "lpoly_": null, "rpoly_": null, "length": 153.92138052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 700, "r_f_add": 701, "r_t_add": 701, "st_code": 61560, "l_hundred": 700, "r_hundred": 700, "seg_id": 240429, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1996, "Shape__Length": 61.089911630808977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159845967668403, 39.915295213027399 ], [ -75.160195415607205, 39.915342951845702 ], [ -75.160387179889, 39.915364610804801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25879, "tnode_": 25970, "lpoly_": null, "rpoly_": null, "length": 463.06704309000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 87940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240433, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 1997, "Shape__Length": 184.47144546383433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160127805987202, 39.914019451727597 ], [ -75.160193215073306, 39.913702176980003 ], [ -75.160394060049796, 39.912764921836299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25747, "tnode_": 25741, "lpoly_": null, "rpoly_": null, "length": 177.36884813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 61560, "l_hundred": 600, "r_hundred": 600, "seg_id": 240435, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 1998, "Shape__Length": 70.396232452292736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1592226837776, 39.915213491004899 ], [ -75.159521706062193, 39.915255932420301 ], [ -75.159845967668403, 39.915295213027399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25888, "tnode_": 25879, "lpoly_": null, "rpoly_": null, "length": 177.63243396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 632, "l_t_add": 698, "r_f_add": 633, "r_t_add": 699, "st_code": 46240, "l_hundred": 600, "r_hundred": 600, "seg_id": 240437, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHNSTON ST", "stname": "JOHNSTON ST", "objectid": 1999, "Shape__Length": 70.499459735608951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1595035330689, 39.913937699621997 ], [ -75.159791000638194, 39.913974935493897 ], [ -75.160127805987202, 39.914019451727597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25694, "tnode_": 25771, "lpoly_": null, "rpoly_": null, "length": 310.40046664, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2613, "l_t_add": 2699, "r_f_add": 2612, "r_t_add": 2698, "st_code": 87900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240439, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 2000, "Shape__Length": 123.65685636583123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156529974182504, 39.915719413005199 ], [ -75.156601887402601, 39.915401285988501 ], [ -75.1566363517437, 39.915255430993 ], [ -75.156711058094402, 39.9148788711422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25626, "tnode_": 25694, "lpoly_": null, "rpoly_": null, "length": 204.61176717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2611, "r_f_add": 2600, "r_t_add": 2610, "st_code": 87900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240440, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 2001, "Shape__Length": 81.512548827603581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156402536870303, 39.916272424003303 ], [ -75.156462871982001, 39.916028548525503 ], [ -75.156529974182504, 39.915719413005199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25632, "tnode_": 25706, "lpoly_": null, "rpoly_": null, "length": 202.08875747, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2616, "st_code": 49680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 2002, "Shape__Length": 80.507386618241867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155619048859407, 39.916168720838002 ], [ -75.155679102277801, 39.915928588478501 ], [ -75.155744379683597, 39.915622472811201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25638, "tnode_": 25632, "lpoly_": null, "rpoly_": null, "length": 242.68525546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 427, "st_code": 72740, "l_hundred": 400, "r_hundred": 400, "seg_id": 240444, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 2003, "Shape__Length": 96.320031719934263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154765126410297, 39.9160616853069 ], [ -75.155194261755398, 39.916114136265101 ], [ -75.155619048859407, 39.916168720838002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25706, "tnode_": 25694, "lpoly_": null, "rpoly_": null, "length": 223.17783841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MICHAEL", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 74185, "l_hundred": 400, "r_hundred": 400, "seg_id": 240448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MICHAEL DR", "stname": "SAINT MICHAEL DR", "objectid": 2004, "Shape__Length": 88.576824529035008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155744379683597, 39.915622472811201 ], [ -75.156236377601701, 39.9156839234725 ], [ -75.156529974182504, 39.915719413005199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25686, "tnode_": 25677, "lpoly_": null, "rpoly_": null, "length": 156.60241352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHUNK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 215, "st_code": 72740, "l_hundred": 200, "r_hundred": 200, "seg_id": 240450, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHUNK ST", "stname": "SHUNK ST", "objectid": 2005, "Shape__Length": 62.154321425102538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151279690642795, 39.915610011449701 ], [ -75.151691243654398, 39.915657775645101 ], [ -75.1518302718802, 39.9156803288625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25830, "tnode_": 25819, "lpoly_": null, "rpoly_": null, "length": 223.23156926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 234, "r_f_add": 201, "r_t_add": 235, "st_code": 61560, "l_hundred": 200, "r_hundred": 200, "seg_id": 240452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2006, "Shape__Length": 88.595559652189735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151591943023504, 39.914230994370698 ], [ -75.151968418102896, 39.914272786388601 ], [ -75.152378594269905, 39.914323494062202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25876, "tnode_": 25849, "lpoly_": null, "rpoly_": null, "length": 671.79449661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 44, "l_t_add": 98, "r_f_add": 61, "r_t_add": 99, "st_code": 61560, "l_hundred": 0, "r_hundred": 0, "seg_id": 240456, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2007, "Shape__Length": 266.62335320766221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1476549794736, 39.913720328154 ], [ -75.150016714840305, 39.914025977365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25620, "tnode_": 25762, "lpoly_": null, "rpoly_": null, "length": 515.72563756, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 33260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240457, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 2008, "Shape__Length": 205.45371284272176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157437869226399, 39.916406331687398 ], [ -75.157456327650095, 39.916349635282003 ], [ -75.157748380254205, 39.915011114067802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25935, "tnode_": 25931, "lpoly_": null, "rpoly_": null, "length": 181.47061460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1013, "st_code": 17580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240458, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGLER ST", "stname": "BIGLER ST", "objectid": 2009, "Shape__Length": 72.021272989712216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165083679671298, 39.913377837486202 ], [ -75.165722473161495, 39.913456521190398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25637, "tnode_": 25633, "lpoly_": null, "rpoly_": null, "length": 112.19972261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1220, "l_t_add": 1228, "r_f_add": 1221, "r_t_add": 1229, "st_code": 61560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240459, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2010, "Shape__Length": 44.532289639378796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168203699594301, 39.916363483636701 ], [ -75.168597520954293, 39.916417374832001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26457, "tnode_": 26482, "lpoly_": null, "rpoly_": null, "length": 595.92471135000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3601, "l_t_add": 3899, "r_f_add": 3600, "r_t_add": 3898, "st_code": 88020, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 240460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2011, "Shape__Length": 237.35948902602854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168516664692405, 39.904758129875603 ], [ -75.168896711676595, 39.9031486383873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26482, "tnode_": 28019, "lpoly_": null, "rpoly_": null, "length": 1721.1142454399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 88020, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 240461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2012, "Shape__Length": 685.24866229389932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168896711676595, 39.9031486383873 ], [ -75.169652937043693, 39.899561219793 ], [ -75.169859654209105, 39.899282801036101 ], [ -75.170590223484197, 39.898757834158197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26379, "tnode_": 26364, "lpoly_": null, "rpoly_": null, "length": 961.78179021999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 62680, "l_hundred": 0, "r_hundred": 0, "seg_id": 240462, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 2013, "Shape__Length": 381.67765535307137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135453527111807, 39.9068789509776 ], [ -75.138832706387504, 39.907324202118602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25930, "tnode_": 25876, "lpoly_": null, "rpoly_": null, "length": 1977.8991848400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 8, "l_t_add": 42, "r_f_add": 17, "r_t_add": 59, "st_code": 61560, "l_hundred": 0, "r_hundred": 0, "seg_id": 240465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2014, "Shape__Length": 784.98680901083344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140702279540207, 39.912817388755101 ], [ -75.1476549794736, 39.913720328154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26493, "tnode_": 26488, "lpoly_": null, "rpoly_": null, "length": 2763.0989016200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 63340, "l_hundred": 0, "r_hundred": 0, "seg_id": 240466, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 2015, "Shape__Length": 1096.4823463071134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570185008296, 39.902259614065798 ], [ -75.143365834947602, 39.902008556829102 ], [ -75.144368536437796, 39.901852951019102 ], [ -75.145201054844406, 39.901742123793397 ], [ -75.1453910313558, 39.901730222210098 ], [ -75.145601218490796, 39.901740404048901 ], [ -75.145922996468897, 39.9017693390213 ], [ -75.149081167657499, 39.902149191345401 ], [ -75.149661197684907, 39.9022164119027 ], [ -75.150080544815907, 39.9022637667819 ], [ -75.152226181886604, 39.902596921741399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26354, "tnode_": 26342, "lpoly_": null, "rpoly_": null, "length": 433.1761465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 328, "r_f_add": 301, "r_t_add": 329, "st_code": 62680, "l_hundred": 300, "r_hundred": 300, "seg_id": 240471, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 2016, "Shape__Length": 171.90328613264938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153677628083599, 39.907814432167001 ], [ -75.154493016875705, 39.907898411847398 ], [ -75.155202135539398, 39.908000617328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26125, "tnode_": 26107, "lpoly_": null, "rpoly_": null, "length": 836.71293346000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34930, "l_t_add": 34944, "r_f_add": 34931, "r_t_add": 34945, "st_code": 1150, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240473, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2017, "Shape__Length": 332.06305374768579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162021831433407, 39.910954487843298 ], [ -75.162449635067901, 39.911020482152999 ], [ -75.164572182243404, 39.911292865091902 ], [ -75.164963478044697, 39.911331689889202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26233, "tnode_": 26125, "lpoly_": null, "rpoly_": null, "length": 1763.1312706200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34946, "l_t_add": 34976, "r_f_add": 34947, "r_t_add": 34977, "st_code": 1150, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240474, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2018, "Shape__Length": 699.93793199866423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156091749804403, 39.909534483957998 ], [ -75.156752788074797, 39.909744189568499 ], [ -75.156863613601999, 39.909805966359698 ], [ -75.158062729333494, 39.910178240094197 ], [ -75.158384969095806, 39.910394710968298 ], [ -75.159062826799698, 39.910546003383097 ], [ -75.159974779567705, 39.910697476330498 ], [ -75.162021831433407, 39.910954487843298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26150, "tnode_": 26126, "lpoly_": null, "rpoly_": null, "length": 469.90403802999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34952, "l_t_add": 34960, "r_f_add": 34953, "r_t_add": 34961, "st_code": 1160, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240477, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2005-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2019, "Shape__Length": 186.49649223301833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159230522343904, 39.9107111250106 ], [ -75.159741411362404, 39.910798891650202 ], [ -75.1608729869141, 39.910963647350698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26207, "tnode_": 26150, "lpoly_": null, "rpoly_": null, "length": 758.37630582999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34962, "l_t_add": 34974, "r_f_add": 34963, "r_t_add": 34975, "st_code": 1160, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240478, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2020, "Shape__Length": 301.02560517648794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156628012490799, 39.910147765458298 ], [ -75.159230522343904, 39.9107111250106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25916, "tnode_": 26097, "lpoly_": null, "rpoly_": null, "length": 1281.68824144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9085, "l_hundred": 0, "r_hundred": 0, "seg_id": 240479, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D-DE", "stname": "DELAWARE EXPY RAMP D-DE", "objectid": 2021, "Shape__Length": 509.73039725699346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148488038920405, 39.913276647885297 ], [ -75.148710779033095, 39.912779180557301 ], [ -75.148897570298203, 39.912272487131901 ], [ -75.149024224478595, 39.912004863126697 ], [ -75.149155516920203, 39.911723413533998 ], [ -75.149311711185106, 39.911502408787598 ], [ -75.149437051468993, 39.911376511380098 ], [ -75.149597008800896, 39.911260380423499 ], [ -75.149856360519294, 39.9111282632892 ], [ -75.150031853766805, 39.911072639888502 ], [ -75.150235106634099, 39.911044315952303 ], [ -75.150422363257306, 39.911027604415501 ], [ -75.150577742036603, 39.9110311275386 ], [ -75.151212145333105, 39.9110932713875 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26097, "tnode_": 26216, "lpoly_": null, "rpoly_": null, "length": 3049.0541812799997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "D-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9415, "l_hundred": 0, "r_hundred": 0, "seg_id": 240480, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP D-DE", "stname": "SCHUYLKILL EXPY RAMP D-DE", "objectid": 2022, "Shape__Length": 1210.8196431460619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151212145333105, 39.9110932713875 ], [ -75.151638531586897, 39.911117828965097 ], [ -75.152265372994407, 39.911196977121499 ], [ -75.154036009357, 39.911413649874703 ], [ -75.154566668095896, 39.9114581364313 ], [ -75.155827410559695, 39.9116093674863 ], [ -75.156704724427797, 39.9117155568089 ], [ -75.156859616526106, 39.911731236741701 ], [ -75.156975476914198, 39.911733858192903 ], [ -75.157157320215802, 39.911733911828797 ], [ -75.1572762761338, 39.911724424811503 ], [ -75.157456259975405, 39.911704141370997 ], [ -75.157618197010393, 39.911673302301203 ], [ -75.1578337253424, 39.911619320189303 ], [ -75.158004876517793, 39.911554188004303 ], [ -75.158184544955603, 39.9114730108641 ], [ -75.158354222243304, 39.911377402134399 ], [ -75.158429882766796, 39.911328375209798 ], [ -75.158516771722205, 39.9112613365998 ], [ -75.158609622523997, 39.911176168138603 ], [ -75.158700689474003, 39.911068633848501 ], [ -75.158754042109393, 39.910982572502903 ], [ -75.158762637903706, 39.9109645013395 ], [ -75.158809713115403, 39.9108356781067 ], [ -75.158819925595694, 39.910706021696299 ], [ -75.158823712393101, 39.910606662767201 ], [ -75.158796520240202, 39.9104903672959 ], [ -75.158763520812201, 39.910388146917001 ], [ -75.158706823356994, 39.910285390881199 ], [ -75.158644318662198, 39.910196710810702 ], [ -75.158527291961505, 39.910086502818402 ], [ -75.158352415380705, 39.909972956949503 ], [ -75.158217812623604, 39.9099090294687 ], [ -75.158116281232907, 39.909876292239197 ], [ -75.158053551238893, 39.909862696732603 ], [ -75.157967354041105, 39.909842482424402 ], [ -75.157833607522406, 39.909825252021299 ], [ -75.157310782135198, 39.909782987492001 ], [ -75.156974771004499, 39.909747380697802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26216, "tnode_": 26233, "lpoly_": null, "rpoly_": null, "length": 260.26562973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240482, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2023, "Shape__Length": 103.31560631493849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156974771004499, 39.909747380697802 ], [ -75.156745373705405, 39.909715724444403 ], [ -75.156091749804403, 39.909534483957998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25698, "tnode_": 25837, "lpoly_": null, "rpoly_": null, "length": 511.00377021999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 40360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240487, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 2024, "Shape__Length": 203.57124847909591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150740890828502, 39.9155318663936 ], [ -75.151041660196199, 39.914148347329899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25571, "tnode_": 25698, "lpoly_": null, "rpoly_": null, "length": 461.75259519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 40360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240488, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 2025, "Shape__Length": 183.95439827250067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150469540072507, 39.916782096233703 ], [ -75.150740890828502, 39.9155318663936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25703, "tnode_": 25845, "lpoly_": null, "rpoly_": null, "length": 514.10642365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 43820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240489, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 2026, "Shape__Length": 204.80531383466067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150236197470093, 39.915478194416302 ], [ -75.1505508199497, 39.914087857156403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25575, "tnode_": 25703, "lpoly_": null, "rpoly_": null, "length": 460.08235542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 43820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 240490, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 2027, "Shape__Length": 183.28987224260709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149972928287397, 39.916724803325202 ], [ -75.150236197470093, 39.915478194416302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25733, "tnode_": 25876, "lpoly_": null, "rpoly_": null, "length": 509.11995621999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 75780, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240496, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 2028, "Shape__Length": 202.82025034687726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147360452440395, 39.915099402572899 ], [ -75.1476549794736, 39.913720328154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25603, "tnode_": 25733, "lpoly_": null, "rpoly_": null, "length": 461.97417368000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2431, "l_t_add": 2599, "r_f_add": 2430, "r_t_add": 2598, "st_code": 75780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 240498, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 2029, "Shape__Length": 184.04213188361777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147093279589697, 39.916350782043999 ], [ -75.147360452440395, 39.915099402572899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25951, "tnode_": 25930, "lpoly_": null, "rpoly_": null, "length": 692.84630204000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 4, "l_t_add": 6, "r_f_add": 11, "r_t_add": 15, "st_code": 61560, "l_hundred": 0, "r_hundred": 0, "seg_id": 240499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2030, "Shape__Length": 274.97322936693774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1382662219157, 39.912503800542503 ], [ -75.140702279540207, 39.912817388755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27806, "tnode_": 27815, "lpoly_": null, "rpoly_": null, "length": 1198.6393364600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 6999, "r_f_add": 5000, "r_t_add": 6998, "st_code": 49750, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 240693, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2031, "Shape__Length": 477.3458592274369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166531650258506, 39.890773081311899 ], [ -75.1664719945082, 39.890711375692803 ], [ -75.166047477580094, 39.887514576706103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29118, "tnode_": 26345, "lpoly_": null, "rpoly_": null, "length": 2776.0275719800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "J", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9130, "l_hundred": 0, "r_hundred": 0, "seg_id": 240500, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP J", "stname": "DELAWARE EXPY RAMP J", "objectid": 2032, "Shape__Length": 1104.2460836700145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150870344867201, 39.902503990032301 ], [ -75.1506341673973, 39.902752638844198 ], [ -75.150196565497296, 39.903402754427503 ], [ -75.149998214854506, 39.903893285834201 ], [ -75.149814937094703, 39.904731164688002 ], [ -75.149509956726703, 39.906114698284597 ], [ -75.149391405845293, 39.906660423733904 ], [ -75.149390839376494, 39.906839980849298 ], [ -75.149420739950699, 39.906964416248201 ], [ -75.149476012267399, 39.907084574287801 ], [ -75.149523694246099, 39.907156028400898 ], [ -75.149580727597794, 39.9072301201656 ], [ -75.149641373835294, 39.907292161598299 ], [ -75.149742390128296, 39.907369677389902 ], [ -75.149803778390705, 39.9074123230574 ], [ -75.149884148666402, 39.907452970970198 ], [ -75.149989611427401, 39.907496616178499 ], [ -75.150126556715705, 39.907540974377099 ], [ -75.150276558893793, 39.907573495355798 ], [ -75.150549248922403, 39.907611224613298 ], [ -75.152844468617403, 39.907922846191902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26345, "tnode_": 26342, "lpoly_": null, "rpoly_": null, "length": 663.77191621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9248, "l_hundred": 0, "r_hundred": 0, "seg_id": 240505, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE RAMP", "stname": "PACKER AVE RAMP", "objectid": 2033, "Shape__Length": 263.39520172185894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152844468617403, 39.907922846191902 ], [ -75.153110976680694, 39.907941064512698 ], [ -75.153525155069204, 39.907986845418002 ], [ -75.154075078897804, 39.908025992055101 ], [ -75.154466479492797, 39.908008161631003 ], [ -75.155202135539398, 39.908000617328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26342, "tnode_": 26392, "lpoly_": null, "rpoly_": null, "length": 387.09687548, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3599, "r_f_add": 3100, "r_t_add": 3598, "st_code": 36000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240506, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GALLOWAY ST", "stname": "S GALLOWAY ST", "objectid": 2034, "Shape__Length": 154.18958443909969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155202135539398, 39.908000617328099 ], [ -75.155453852006602, 39.906955818450697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25706, "tnode_": 25735, "lpoly_": null, "rpoly_": null, "length": 93.99008749, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2619, "l_t_add": 2699, "r_f_add": 2618, "r_t_add": 2698, "st_code": 49680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 240508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 2035, "Shape__Length": 37.443825954336198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155744379683597, 39.915622472811201 ], [ -75.155798698526496, 39.9153678709269 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25768, "tnode_": 25758, "lpoly_": null, "rpoly_": null, "length": 289.89618921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 0, "r_t_add": 0, "st_code": 56580, "l_hundred": 1000, "r_hundred": 0, "seg_id": 240509, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2036, "Shape__Length": 115.05763260870012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165401535621399, 39.915200645617603 ], [ -75.166420012975195, 39.915335671704199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25789, "tnode_": 25783, "lpoly_": null, "rpoly_": null, "length": 288.96933123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 701, "r_t_add": 799, "st_code": 56580, "l_hundred": 0, "r_hundred": 700, "seg_id": 240510, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2037, "Shape__Length": 114.68799252234615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160611576259996, 39.914860667764799 ], [ -75.161628166031406, 39.914988966206401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25739, "tnode_": 25729, "lpoly_": null, "rpoly_": null, "length": 291.9828538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 56580, "l_hundred": 1200, "r_hundred": 0, "seg_id": 240511, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2038, "Shape__Length": 115.886220875348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167738136644104, 39.915501510269898 ], [ -75.168764071462604, 39.915636961707101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25817, "tnode_": 25805, "lpoly_": null, "rpoly_": null, "length": 289.96880254999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 0, "r_t_add": 0, "st_code": 56580, "l_hundred": 700, "r_hundred": 0, "seg_id": 240512, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2039, "Shape__Length": 115.0857872688059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160665823343905, 39.9145928606628 ], [ -75.161684131569501, 39.914729764383097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25743, "tnode_": 25730, "lpoly_": null, "rpoly_": null, "length": 290.73677376999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1001, "r_t_add": 1099, "st_code": 56580, "l_hundred": 0, "r_hundred": 1000, "seg_id": 240513, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2040, "Shape__Length": 115.39040934956299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165345646918595, 39.9154660388567 ], [ -75.166368560265695, 39.915594667185402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25713, "tnode_": 25702, "lpoly_": null, "rpoly_": null, "length": 290.50087693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOLLBORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1299, "st_code": 56580, "l_hundred": 0, "r_hundred": 1200, "seg_id": 240514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "MOLLBORE TER", "stname": "MOLLBORE TER", "objectid": 2041, "Shape__Length": 115.29801775627757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167685467338103, 39.915766110179703 ], [ -75.168706728146802, 39.915898475309497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25935, "tnode_": 26147, "lpoly_": null, "rpoly_": null, "length": 972.18578771, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 88000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240515, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 2042, "Shape__Length": 387.27852777234193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165083679671298, 39.913377837486202 ], [ -75.1656594064507, 39.910746146622898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26457, "tnode_": 26445, "lpoly_": null, "rpoly_": null, "length": 1431.15212163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1398, "r_f_add": 1101, "r_t_add": 1399, "st_code": 63340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240516, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 2043, "Shape__Length": 567.9233311905657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168516664692405, 39.904758129875603 ], [ -75.173549834898793, 39.905397628635399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25889, "tnode_": 28932, "lpoly_": null, "rpoly_": null, "length": 385.0449752, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2945, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2900, "r_hundred": 0, "seg_id": 240517, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2044, "Shape__Length": 153.39034506195225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171523142936806, 39.914218206354597 ], [ -75.171746161789301, 39.913175253437601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26199, "tnode_": 26191, "lpoly_": null, "rpoly_": null, "length": 264.71924317000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 26420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 2045, "Shape__Length": 105.05623735669535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171398595113303, 39.910343790610497 ], [ -75.1717959728945, 39.910395255734301 ], [ -75.172330087159196, 39.910459957387701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25970, "tnode_": 26059, "lpoly_": null, "rpoly_": null, "length": 240.51569665, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 87940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240524, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 2046, "Shape__Length": 95.812370405137798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160394060049796, 39.912764921836299 ], [ -75.160534033164197, 39.912113533433804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26059, "tnode_": 26077, "lpoly_": null, "rpoly_": null, "length": 281.39534892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3001, "l_t_add": 3001, "r_f_add": 3000, "r_t_add": 3000, "st_code": 87940, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 240525, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 2047, "Shape__Length": 112.09514293762082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160534033164197, 39.912113533433804 ], [ -75.160704483532797, 39.911352300873702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26126, "tnode_": 26075, "lpoly_": null, "rpoly_": null, "length": 1876.07611462, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34916, "l_t_add": 34950, "r_f_add": 34917, "r_t_add": 34951, "st_code": 1160, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240527, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2048, "Shape__Length": 744.54879857940637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1608729869141, 39.910963647350698 ], [ -75.167474276841702, 39.9117889200189 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29117, "tnode_": 26129, "lpoly_": null, "rpoly_": null, "length": 2144.0683900099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9065, "l_hundred": 0, "r_hundred": 0, "seg_id": 240528, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A-DE", "stname": "DELAWARE EXPY RAMP A-DE", "objectid": 2049, "Shape__Length": 853.09299009299446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147837719048894, 39.914660433041497 ], [ -75.1479435857933, 39.914031217710999 ], [ -75.1484643137116, 39.911498152327297 ], [ -75.148569338767501, 39.9110903607287 ], [ -75.148603848530797, 39.911001324551201 ], [ -75.148665892866404, 39.910903930856399 ], [ -75.148788896337607, 39.910774618518502 ], [ -75.148891778815297, 39.910690496196501 ], [ -75.149022255783606, 39.910630756172999 ], [ -75.149191919147199, 39.910568564007399 ], [ -75.149332903750206, 39.910541823156002 ], [ -75.149481201013003, 39.910527222584498 ], [ -75.1495938501713, 39.910529777803603 ], [ -75.151160621930401, 39.910698842968699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26129, "tnode_": 26106, "lpoly_": null, "rpoly_": null, "length": 1090.2994522700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9065, "l_hundred": 0, "r_hundred": 0, "seg_id": 240532, "oneway": "TF", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A-DE", "stname": "DELAWARE EXPY RAMP A-DE", "objectid": 2050, "Shape__Length": 432.68108951357885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151160621930401, 39.910698842968699 ], [ -75.151426059052397, 39.910706051842197 ], [ -75.151557901884601, 39.910715028358098 ], [ -75.153586630039698, 39.910937636186901 ], [ -75.154523935909694, 39.911030715424097 ], [ -75.155016810455194, 39.9110601507818 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26369, "tnode_": 26367, "lpoly_": null, "rpoly_": null, "length": 103.6408433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTRANFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 40980, "l_hundred": 0, "r_hundred": 0, "seg_id": 240539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTRANFT ST", "stname": "HARTRANFT ST", "objectid": 2051, "Shape__Length": 41.130903802267873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172874164767094, 39.907958226610802 ], [ -75.173237056922801, 39.908011529229903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25902, "tnode_": 25995, "lpoly_": null, "rpoly_": null, "length": 456.53127505000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2801, "l_t_add": 2901, "r_f_add": 2800, "r_t_add": 2898, "st_code": 67380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 240541, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 2052, "Shape__Length": 181.86843550571999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157768993046602, 39.913709184407999 ], [ -75.158021208621804, 39.912471088883699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25957, "tnode_": 25951, "lpoly_": null, "rpoly_": null, "length": 154.02074816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 9, "st_code": 61560, "l_hundred": 0, "r_hundred": 0, "seg_id": 240542, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2053, "Shape__Length": 61.129632804847262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137727972305299, 39.912420343996303 ], [ -75.1382662219157, 39.912503800542503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26364, "tnode_": 26361, "lpoly_": null, "rpoly_": null, "length": 159.49576859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 62680, "l_hundred": 0, "r_hundred": 0, "seg_id": 240543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 2054, "Shape__Length": 63.29559523602083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138832706387504, 39.907324202118602 ], [ -75.139392676366597, 39.9073998784989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26276, "tnode_": 25916, "lpoly_": null, "rpoly_": null, "length": 1905.1218409399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1836, "l_t_add": 1872, "r_f_add": 1837, "r_t_add": 1873, "st_code": 1060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 240548, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 2055, "Shape__Length": 758.90911646300151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149581000457403, 39.9081172611751 ], [ -75.149493597257205, 39.908459670536203 ], [ -75.149062053074999, 39.910814748434198 ], [ -75.149015248851398, 39.911151524588099 ], [ -75.148892078118905, 39.911652004695803 ], [ -75.148603459655902, 39.912753008976303 ], [ -75.148488038920405, 39.913276647885297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26369, "tnode_": 26414, "lpoly_": null, "rpoly_": null, "length": 459.8891878, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3400, "r_hundred": 0, "seg_id": 240552, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2056, "Shape__Length": 183.18796838815209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172874164767094, 39.907958226610802 ], [ -75.1730800756566, 39.9070095929834 ], [ -75.173147728381394, 39.9067134834496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28082, "tnode_": 26191, "lpoly_": null, "rpoly_": null, "length": 361.5867601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3100, "r_hundred": 0, "seg_id": 240553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2057, "Shape__Length": 144.03645943468075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172100276786296, 39.911436655420196 ], [ -75.172330087159196, 39.910459957387701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26191, "tnode_": 27973, "lpoly_": null, "rpoly_": null, "length": 465.0439036, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 3200, "r_hundred": 0, "seg_id": 240554, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2058, "Shape__Length": 185.24701475442373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172330087159196, 39.910459957387701 ], [ -75.172613375804502, 39.9092021311642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25957, "tnode_": 26364, "lpoly_": null, "rpoly_": null, "length": 1885.26277848, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 23055, "l_hundred": 2700, "r_hundred": 0, "seg_id": 240555, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 2059, "Shape__Length": 750.97846125785497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137727972305299, 39.912420343996303 ], [ -75.137755846074995, 39.912279366829701 ], [ -75.137726850462499, 39.912211805957199 ], [ -75.138607569893296, 39.908199550651403 ], [ -75.138832706387504, 39.907324202118602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26364, "tnode_": 26566, "lpoly_": null, "rpoly_": null, "length": 3113.4261582600002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3301, "l_t_add": 4101, "r_f_add": 0, "r_t_add": 0, "st_code": 23055, "l_hundred": 3300, "r_hundred": 0, "seg_id": 240556, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 2060, "Shape__Length": 1240.0987212461825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138832706387504, 39.907324202118602 ], [ -75.138881391872999, 39.9072387622235 ], [ -75.138970007596896, 39.906815228499099 ], [ -75.140138726177398, 39.901434826933702 ], [ -75.140191702059397, 39.901083281190999 ], [ -75.140647104349, 39.898895850036702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25664, "tnode_": 25957, "lpoly_": null, "rpoly_": null, "length": 1129.41082809, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2699, "r_f_add": 0, "r_t_add": 0, "st_code": 23055, "l_hundred": 2400, "r_hundred": 0, "seg_id": 240557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 2061, "Shape__Length": 449.902619238738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137450556429897, 39.915459093238603 ], [ -75.137449647992298, 39.9154128535626 ], [ -75.137380085388301, 39.915275278532803 ], [ -75.137343197588706, 39.9152075368415 ], [ -75.137277313511603, 39.915072233253902 ], [ -75.137241360076402, 39.914980185142198 ], [ -75.137237904841797, 39.914864549943402 ], [ -75.137226559558599, 39.914748734036799 ], [ -75.137238188589606, 39.914651688348599 ], [ -75.137249114642003, 39.914572872396398 ], [ -75.137727972305299, 39.912420343996303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27780, "tnode_": 27781, "lpoly_": null, "rpoly_": null, "length": 471.1739789, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 88060, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 240695, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2062, "Shape__Length": 187.64707403235644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173644052263896, 39.890225134845203 ], [ -75.173469615009296, 39.888938700697601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19535, "tnode_": 19523, "lpoly_": null, "rpoly_": null, "length": 187.95996379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5816, "r_f_add": 5801, "r_t_add": 5817, "st_code": 80120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 2063, "Shape__Length": 74.654617214980178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235844741170197, 39.966094703230901 ], [ -75.236506871223995, 39.966176296045496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26361, "tnode_": 26493, "lpoly_": null, "rpoly_": null, "length": 2187.6091089199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3300, "r_t_add": 3600, "st_code": 23055, "l_hundred": 0, "r_hundred": 3300, "seg_id": 240559, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 2064, "Shape__Length": 870.63129948948153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139392676366597, 39.9073998784989 ], [ -75.139440911392597, 39.907269750827297 ], [ -75.139977907554098, 39.905007337889302 ], [ -75.139983039244996, 39.904873652624602 ], [ -75.139971224436096, 39.904769990184498 ], [ -75.139999559904595, 39.904648997058203 ], [ -75.140042742436705, 39.904552669618802 ], [ -75.140164865758194, 39.904251353463998 ], [ -75.140249365042905, 39.904107311298702 ], [ -75.140367521905901, 39.903909297187198 ], [ -75.140484745208695, 39.903735590270003 ], [ -75.140568775603299, 39.903603701050201 ], [ -75.1406425837624, 39.903532398213699 ], [ -75.140741927177103, 39.903413020372497 ], [ -75.1409060219585, 39.903252543777199 ], [ -75.141094253240198, 39.903080451569203 ], [ -75.141403628380701, 39.902838133919502 ], [ -75.141839939633499, 39.9025804570784 ], [ -75.142570185008296, 39.902259614065798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25951, "tnode_": 26361, "lpoly_": null, "rpoly_": null, "length": 1886.951658, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 3298, "st_code": 23055, "l_hundred": 0, "r_hundred": 2700, "seg_id": 240560, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 2065, "Shape__Length": 751.65591327878906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1382662219157, 39.912503800542503 ], [ -75.1383286195708, 39.9123775639057 ], [ -75.1392388106498, 39.908213928044198 ], [ -75.139392676366597, 39.9073998784989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26556, "tnode_": 26544, "lpoly_": null, "rpoly_": null, "length": 1207.8446124799998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 240562, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 2066, "Shape__Length": 479.25136867588225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170519043950605, 39.898897161955396 ], [ -75.171715123046894, 39.898986721289702 ], [ -75.172215927888402, 39.8990469307384 ], [ -75.172833136516601, 39.899109755197102 ], [ -75.1735502614289, 39.899191136850803 ], [ -75.174783449051105, 39.899342945402303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28081, "tnode_": 25993, "lpoly_": null, "rpoly_": null, "length": 159.34125006999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 65200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240600, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": "2000-01-12T00:00:00Z", "multi_rep": 0, "streetlabe": "POLLOCK ST", "stname": "POLLOCK ST", "objectid": 2067, "Shape__Length": 63.240169462463157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169512347122904, 39.912654021858799 ], [ -75.169644286527003, 39.912673666558199 ], [ -75.170070741071001, 39.912734192868399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26213, "tnode_": 26210, "lpoly_": null, "rpoly_": null, "length": 99.79664812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 26420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURTIN ST", "stname": "CURTIN ST", "objectid": 2068, "Shape__Length": 39.606866498322368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170257923910199, 39.910191196355498 ], [ -75.170607056271805, 39.910243762257203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26075, "tnode_": 25993, "lpoly_": null, "rpoly_": null, "length": 806.16310656999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240602, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2069, "Shape__Length": 320.14242687435217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167474276841702, 39.9117889200189 ], [ -75.167768819924106, 39.911880591501003 ], [ -75.1679462195452, 39.911933347282996 ], [ -75.168022395667194, 39.9119568052974 ], [ -75.168106148056495, 39.9119829999741 ], [ -75.168269180954596, 39.912043558860901 ], [ -75.169683963143896, 39.912581423394997 ], [ -75.170070741071001, 39.912734192868399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28874, "tnode_": 26051, "lpoly_": null, "rpoly_": null, "length": 954.67771397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240603, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2070, "Shape__Length": 379.12017944478663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172193670581294, 39.912591820684398 ], [ -75.1721062902879, 39.912647328959999 ], [ -75.171997622028599, 39.912717306320197 ], [ -75.1719127135147, 39.912762267797198 ], [ -75.171837600008004, 39.912788762436499 ], [ -75.171722284880005, 39.912808554025901 ], [ -75.171608625034906, 39.912808145035797 ], [ -75.1714664617229, 39.9127961619565 ], [ -75.171298419227497, 39.912772703350797 ], [ -75.170363471860099, 39.912659567733897 ], [ -75.170220086269396, 39.9126373795307 ], [ -75.170140377235299, 39.912605787534602 ], [ -75.170092608580703, 39.912566787981497 ], [ -75.170062414286704, 39.912528184788798 ], [ -75.170042866451197, 39.912487110915201 ], [ -75.170034478524002, 39.912430035662702 ], [ -75.170040253479598, 39.912370569770999 ], [ -75.170066910277399, 39.912316991594103 ], [ -75.170106908183996, 39.912282676391499 ], [ -75.170153523532903, 39.9122593456933 ], [ -75.170228359459102, 39.9122339406427 ], [ -75.170323462149796, 39.912230662784502 ], [ -75.170488756877901, 39.912231672610801 ], [ -75.170854134840397, 39.912225066671901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25629, "tnode_": 25774, "lpoly_": null, "rpoly_": null, "length": 472.62283997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2071, "Shape__Length": 188.28225637799952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169245829964694, 39.916506296030498 ], [ -75.1695361382085, 39.915228289620003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25629, "tnode_": 25625, "lpoly_": null, "rpoly_": null, "length": 274.93566054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1331, "st_code": 61560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240611, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2072, "Shape__Length": 109.12325650626394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169245829964694, 39.916506296030498 ], [ -75.170210328208199, 39.916640625139301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26429, "tnode_": 26269, "lpoly_": null, "rpoly_": null, "length": 6338.2986818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 35000, "l_t_add": 35198, "r_f_add": 35001, "r_t_add": 35199, "st_code": 71330, "l_hundred": 35000, "r_hundred": 35000, "seg_id": 240613, "oneway": "B", "class": 1, "responsibl": "DRPA", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY", "stname": "SCHUYLKILL EXPY", "objectid": 2073, "Shape__Length": 2515.5123150484051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129830898193106, 39.905274998634802 ], [ -75.131209243030796, 39.905523769345898 ], [ -75.141585307611507, 39.907307929471401 ], [ -75.148859661369897, 39.908557454915901 ], [ -75.151879573036396, 39.9090708568434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26107, "tnode_": 26208, "lpoly_": null, "rpoly_": null, "length": 734.84709680999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240617, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2074, "Shape__Length": 292.11838343742244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164963478044697, 39.911331689889202 ], [ -75.164728871739399, 39.9112480887526 ], [ -75.164542130664898, 39.911209776774498 ], [ -75.164170160970301, 39.911093402502502 ], [ -75.163933530385407, 39.911008497121301 ], [ -75.163675535100595, 39.910903216608702 ], [ -75.163537698670893, 39.910840430841297 ], [ -75.163436730988806, 39.910778476726001 ], [ -75.163372634287796, 39.910717354413102 ], [ -75.163330983036701, 39.910648213966802 ], [ -75.163311562364996, 39.910576732379099 ], [ -75.163340489061795, 39.9103983565251 ], [ -75.163400972294596, 39.910097973209297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26077, "tnode_": 26126, "lpoly_": null, "rpoly_": null, "length": 982.04055652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240618, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2075, "Shape__Length": 390.42540902383195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160704483532797, 39.911352300873702 ], [ -75.160812673418803, 39.911653986799003 ], [ -75.160892716570999, 39.911783280410503 ], [ -75.160999428816893, 39.911882616392496 ], [ -75.161082982024496, 39.911928291769897 ], [ -75.161184498974094, 39.911968898137502 ], [ -75.1612799541074, 39.911982000922599 ], [ -75.161418436013903, 39.911985127762698 ], [ -75.161530490594998, 39.911973707308903 ], [ -75.161662182917397, 39.911930422311599 ], [ -75.161752931609897, 39.911880473351403 ], [ -75.161822270413893, 39.911832777379601 ], [ -75.161863202743604, 39.911784440095602 ], [ -75.161912173734905, 39.911711653149098 ], [ -75.161945055955897, 39.9115947153376 ], [ -75.161947554094596, 39.9115290902499 ], [ -75.161929684666504, 39.911438374257202 ], [ -75.161900122194197, 39.911374761802499 ], [ -75.161836195612906, 39.911280269660097 ], [ -75.161742823277095, 39.911212480218502 ], [ -75.161624281910505, 39.911152331623299 ], [ -75.1608729869141, 39.910963647350698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26074, "tnode_": 26084, "lpoly_": null, "rpoly_": null, "length": 1210.8626986099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240619, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2076, "Shape__Length": 480.60552041009214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168198170355396, 39.911747950202802 ], [ -75.168466794911893, 39.911724577470601 ], [ -75.1689472639938, 39.911757992836399 ], [ -75.171291742676203, 39.9118975596637 ], [ -75.171397466314701, 39.911905204954103 ], [ -75.171496355764802, 39.9119126964397 ], [ -75.171632831105498, 39.911921032239498 ], [ -75.171769406235498, 39.911926737355301 ], [ -75.171902564280799, 39.911932365466903 ], [ -75.172059640935103, 39.911938531258599 ], [ -75.172151995615295, 39.911937974238697 ], [ -75.172210980834905, 39.911915599326903 ], [ -75.172253380510995, 39.9118796831455 ], [ -75.172370482833202, 39.911735184883099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26107, "tnode_": 26074, "lpoly_": null, "rpoly_": null, "length": 919.99502026000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34912, "l_t_add": 34928, "r_f_add": 34913, "r_t_add": 34929, "st_code": 1150, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240621, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2077, "Shape__Length": 365.1167867108158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164963478044697, 39.911331689889202 ], [ -75.168198170355396, 39.911747950202802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26147, "tnode_": 26101, "lpoly_": null, "rpoly_": null, "length": 1339.7347021799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PACKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1298, "r_f_add": 1001, "r_t_add": 1299, "st_code": 62680, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240624, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PACKER AVE", "stname": "PACKER AVE", "objectid": 2078, "Shape__Length": 531.70746336499246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1656594064507, 39.910746146622898 ], [ -75.167015371288997, 39.910977409973398 ], [ -75.169937851211003, 39.911351829138603 ], [ -75.169964818666898, 39.911355049874203 ], [ -75.170355114749398, 39.911411074623203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25876, "tnode_": 27536, "lpoly_": null, "rpoly_": null, "length": 435.04229837999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2899, "r_f_add": 2700, "r_t_add": 2898, "st_code": 75780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240637, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2010-08-24T00:00:00Z", "newsegdate": "1998-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 2079, "Shape__Length": 173.30968525069724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1476549794736, 39.913720328154 ], [ -75.147882403234405, 39.912538992096998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27796, "tnode_": 27794, "lpoly_": null, "rpoly_": null, "length": 358.26655248000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENT", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 25720, "l_hundred": 0, "r_hundred": 0, "seg_id": 240650, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCENT DR", "stname": "CRESCENT DR", "objectid": 2080, "Shape__Length": 142.15561642789811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175841597486297, 39.8961541952864 ], [ -75.175182052578407, 39.896054458870502 ], [ -75.174899687577806, 39.896062284833 ], [ -75.174708329303698, 39.896095770458999 ], [ -75.174586056852107, 39.896118948042101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27792, "tnode_": 27797, "lpoly_": null, "rpoly_": null, "length": 648.35925697999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INTREPID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 44950, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240655, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INTREPID AVE", "stname": "INTREPID AVE", "objectid": 2081, "Shape__Length": 257.24202886563376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174015459230603, 39.893802866964002 ], [ -75.174123293076903, 39.8937895164118 ], [ -75.175035140263105, 39.893882571431497 ], [ -75.176299592406707, 39.894043529566297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27779, "tnode_": 27775, "lpoly_": null, "rpoly_": null, "length": 632.27933673000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 24895, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240662, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 2082, "Shape__Length": 250.84139819397652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173801510536805, 39.891519550143101 ], [ -75.173983103110601, 39.891499788208598 ], [ -75.176042191987804, 39.891337407305599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27783, "tnode_": 27779, "lpoly_": null, "rpoly_": null, "length": 550.6897344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 24895, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240668, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 2083, "Shape__Length": 218.47222443157074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171848792146605, 39.891670186568298 ], [ -75.172878123915794, 39.891588904156798 ], [ -75.173801510536805, 39.891519550143101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27807, "tnode_": 27783, "lpoly_": null, "rpoly_": null, "length": 407.24246998999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 24895, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240669, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 2084, "Shape__Length": 161.56359559172427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170404873392101, 39.8917825498459 ], [ -75.171610601951997, 39.891691115460297 ], [ -75.171848792146605, 39.891670186568298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27779, "tnode_": 27780, "lpoly_": null, "rpoly_": null, "length": 473.59739829, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88060, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 240670, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2085, "Shape__Length": 188.61731544099374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173801510536805, 39.891519550143101 ], [ -75.173644052263896, 39.890225134845203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27807, "tnode_": 27789, "lpoly_": null, "rpoly_": null, "length": 473.88912016, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 240675, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2086, "Shape__Length": 188.73324081512959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170404873392101, 39.8917825498459 ], [ -75.170235806732904, 39.8904881987254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29772, "tnode_": 27807, "lpoly_": null, "rpoly_": null, "length": 973.02212830999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTITUTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 900, "l_t_add": 1098, "r_f_add": 901, "r_t_add": 1099, "st_code": 24895, "l_hundred": 900, "r_hundred": 900, "seg_id": 240684, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTITUTION AVE", "stname": "CONSTITUTION AVE", "objectid": 2087, "Shape__Length": 386.02372822157503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166954549295397, 39.892048641935702 ], [ -75.170404873392101, 39.8917825498459 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27803, "tnode_": 27806, "lpoly_": null, "rpoly_": null, "length": 473.98285096000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 49750, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 240685, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2008-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2088, "Shape__Length": 188.77657440496225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166622210039705, 39.8920722581788 ], [ -75.166546969188204, 39.890904228967401 ], [ -75.166531650258506, 39.890773081311899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27806, "tnode_": 28112, "lpoly_": null, "rpoly_": null, "length": 628.48568763999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 48010, "l_hundred": 900, "r_hundred": 900, "seg_id": 240686, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2089, "Shape__Length": 249.33128100909994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166531650258506, 39.890773081311899 ], [ -75.168761581181798, 39.890612088110203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27789, "tnode_": 27785, "lpoly_": null, "rpoly_": null, "length": 471.44289891, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 88020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 240690, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2090, "Shape__Length": 187.75726830628287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170235806732904, 39.8904881987254 ], [ -75.170089533314595, 39.889198941961098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27781, "tnode_": 27777, "lpoly_": null, "rpoly_": null, "length": 632.63813605999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSHIP", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 34285, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240696, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAGSHIP DR", "stname": "FLAGSHIP DR", "objectid": 2091, "Shape__Length": 250.97263780856605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173469615009296, 39.888938700697601 ], [ -75.175713321810903, 39.888769434890897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27785, "tnode_": 27781, "lpoly_": null, "rpoly_": null, "length": 953.23691539000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSHIP", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1298, "r_f_add": 1101, "r_t_add": 1299, "st_code": 34285, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240698, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAGSHIP DR", "stname": "FLAGSHIP DR", "objectid": 2092, "Shape__Length": 378.15853427578867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170089533314595, 39.889198941961098 ], [ -75.173469615009296, 39.888938700697601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27781, "tnode_": 27782, "lpoly_": null, "rpoly_": null, "length": 547.47670747000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 88060, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 240700, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2093, "Shape__Length": 218.03340086788779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173469615009296, 39.888938700697601 ], [ -75.1734618763182, 39.888909750126501 ], [ -75.173455993915496, 39.888854987581801 ], [ -75.173304156895995, 39.887441432424602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27782, "tnode_": 27778, "lpoly_": null, "rpoly_": null, "length": 634.04842294000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 11341, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240701, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2094, "Shape__Length": 251.51768641834255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173304156895995, 39.887441432424602 ], [ -75.173331355326795, 39.887443619802902 ], [ -75.174137211271301, 39.887431150962897 ], [ -75.175328084614193, 39.8874360647618 ], [ -75.175563212216701, 39.887432887167002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27784, "tnode_": 27782, "lpoly_": null, "rpoly_": null, "length": 994.98126374999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1298, "r_f_add": 1101, "r_t_add": 1299, "st_code": 11341, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240702, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2095, "Shape__Length": 394.74402209491166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169817263696203, 39.887235716196599 ], [ -75.171517624051802, 39.887112275319403 ], [ -75.173218265897304, 39.887434523184098 ], [ -75.173304156895995, 39.887441432424602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27785, "tnode_": 27784, "lpoly_": null, "rpoly_": null, "length": 719.23694889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 88020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 240703, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2096, "Shape__Length": 286.43296743663126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170089533314595, 39.889198941961098 ], [ -75.169817263696203, 39.887235716196599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27815, "tnode_": 27784, "lpoly_": null, "rpoly_": null, "length": 1062.7805989800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 900, "l_t_add": 1098, "r_f_add": 901, "r_t_add": 1099, "st_code": 11341, "l_hundred": 900, "r_hundred": 900, "seg_id": 240704, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2097, "Shape__Length": 421.60392120849599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166047477580094, 39.887514576706103 ], [ -75.166256551297906, 39.887500615031698 ], [ -75.169172995625203, 39.887289749781303 ], [ -75.169817263696203, 39.887235716196599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27811, "tnode_": 27812, "lpoly_": null, "rpoly_": null, "length": 373.32664145999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSBY", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 26041, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 240709, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSBY RD", "stname": "CROSBY RD", "objectid": 2098, "Shape__Length": 148.67783789139804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162715225925695, 39.889644656830598 ], [ -75.162699386866194, 39.889613715125201 ], [ -75.162592507076099, 39.888625570123502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27811, "tnode_": 27813, "lpoly_": null, "rpoly_": null, "length": 971.24234659000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIDDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 17550, "l_hundred": 700, "r_hundred": 700, "seg_id": 240712, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIDDLE RD", "stname": "BIDDLE RD", "objectid": 2099, "Shape__Length": 385.42805917475528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162715225925695, 39.889644656830598 ], [ -75.162737230013505, 39.8896626306055 ], [ -75.162776400607697, 39.889676622866197 ], [ -75.162833071038904, 39.889677902151 ], [ -75.164347892958304, 39.889582330248302 ], [ -75.164745465738704, 39.8892833549112 ], [ -75.165994289126502, 39.889198580264598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27809, "tnode_": 27806, "lpoly_": null, "rpoly_": null, "length": 6021.88212699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 100, "l_t_add": 898, "r_f_add": 101, "r_t_add": 899, "st_code": 48010, "l_hundred": 100, "r_hundred": 100, "seg_id": 240718, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2100, "Shape__Length": 2389.0838129860781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145236846964295, 39.892561297392199 ], [ -75.145875841905095, 39.8925150951289 ], [ -75.1493981049166, 39.892227248824099 ], [ -75.1535856259176, 39.891919772891299 ], [ -75.156136358656198, 39.891732405139798 ], [ -75.162544717045094, 39.8912589242167 ], [ -75.164308275188105, 39.891128559291701 ], [ -75.165176523686398, 39.890853007967301 ], [ -75.166531650258506, 39.890773081311899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27816, "tnode_": 27814, "lpoly_": null, "rpoly_": null, "length": 1780.1766159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 11341, "l_hundred": 400, "r_hundred": 400, "seg_id": 240719, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2101, "Shape__Length": 706.26449785967293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151917763152397, 39.888606157677003 ], [ -75.151976217993905, 39.888510396017899 ], [ -75.152028387860597, 39.888480994399202 ], [ -75.152176894905907, 39.888453775601597 ], [ -75.154656260784094, 39.888284933976998 ], [ -75.154735431206703, 39.888291095866201 ], [ -75.155357793575106, 39.888331403654497 ], [ -75.157658106905302, 39.888153551033 ], [ -75.158139692691194, 39.888116310845298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27818, "tnode_": 27816, "lpoly_": null, "rpoly_": null, "length": 605.66138456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 57670, "l_hundred": 300, "r_hundred": 300, "seg_id": 240721, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSTIN ST", "stname": "MUSTIN ST", "objectid": 2102, "Shape__Length": 240.93360364460878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151067388162204, 39.889959905009299 ], [ -75.151443492648298, 39.889686752363097 ], [ -75.151844259651696, 39.889500127647501 ], [ -75.151939034769597, 39.889186785532203 ], [ -75.151949038634996, 39.889073411614397 ], [ -75.151915711923905, 39.8886095170351 ], [ -75.151917763152397, 39.888606157677003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27819, "tnode_": 27818, "lpoly_": null, "rpoly_": null, "length": 487.51535584000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 57670, "l_hundred": 200, "r_hundred": 200, "seg_id": 240723, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSTIN ST", "stname": "MUSTIN ST", "objectid": 2103, "Shape__Length": 193.80855937304088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149882731579794, 39.8909369160897 ], [ -75.150638415388997, 39.890271451013597 ], [ -75.150970948521504, 39.890029945704804 ], [ -75.151067388162204, 39.889959905009299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27819, "tnode_": 27820, "lpoly_": null, "rpoly_": null, "length": 605.97694981999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUGHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 19370, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 240724, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2002-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUGHTON RD", "stname": "BROUGHTON RD", "objectid": 2104, "Shape__Length": 241.05891309679754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149882731579794, 39.8909369160897 ], [ -75.149057625514303, 39.890375402700599 ], [ -75.149009125969798, 39.890308763535302 ], [ -75.148989295744599, 39.890234036879903 ], [ -75.148929501199305, 39.889572923866098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27817, "tnode_": 27816, "lpoly_": null, "rpoly_": null, "length": 571.27448419000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 11341, "l_hundred": 300, "r_hundred": 300, "seg_id": 240725, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2105, "Shape__Length": 226.69535950838775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149968357613304, 39.889058079274697 ], [ -75.151917763152397, 39.888606157677003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27818, "tnode_": 27817, "lpoly_": null, "rpoly_": null, "length": 450.59788793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMMONS", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 31770, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 240726, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMMONS ST", "stname": "EMMONS ST", "objectid": 2106, "Shape__Length": 179.12811502727217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151067388162204, 39.889959905009299 ], [ -75.149968357613304, 39.889058079274697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27821, "tnode_": 27817, "lpoly_": null, "rpoly_": null, "length": 147.05142706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 11341, "l_hundred": 200, "r_hundred": 200, "seg_id": 240727, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2107, "Shape__Length": 58.353759992720192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149466557882107, 39.889174402235703 ], [ -75.149968357613304, 39.889058079274697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27809, "tnode_": 27819, "lpoly_": null, "rpoly_": null, "length": 1953.0029159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 57670, "l_hundred": 0, "r_hundred": 0, "seg_id": 240728, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2006-11-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSTIN ST", "stname": "MUSTIN ST", "objectid": 2108, "Shape__Length": 776.08691309955009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145236846964295, 39.892561297392199 ], [ -75.145139647737494, 39.891795630117102 ], [ -75.145143482428196, 39.891695515427102 ], [ -75.145154703478696, 39.891628969526103 ], [ -75.145200581770894, 39.891563210389997 ], [ -75.1452724548829, 39.891498042914399 ], [ -75.146215596720197, 39.8909771813208 ], [ -75.146985366108396, 39.890575219268698 ], [ -75.147099543278401, 39.890555966210499 ], [ -75.147173048805698, 39.890562004622502 ], [ -75.147235053537798, 39.890572151765099 ], [ -75.147319224531202, 39.8905959094187 ], [ -75.147402560276205, 39.890641494224198 ], [ -75.148335836318196, 39.891302777510901 ], [ -75.148397506745397, 39.891321654526301 ], [ -75.148453844298203, 39.891331671447404 ], [ -75.149437936381204, 39.891257882200001 ], [ -75.149495443690597, 39.891237340875897 ], [ -75.149547115965504, 39.8912210361839 ], [ -75.149593620881404, 39.8911915070682 ], [ -75.149882731579794, 39.8909369160897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27804, "tnode_": 27805, "lpoly_": null, "rpoly_": null, "length": 7520.57437923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATROL", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2, "l_t_add": 798, "r_f_add": 1, "r_t_add": 799, "st_code": 63315, "l_hundred": 0, "r_hundred": 0, "seg_id": 240730, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATROL RD", "stname": "PATROL RD", "objectid": 2109, "Shape__Length": 2984.1954358976291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144973379864496, 39.894777866923299 ], [ -75.145353729413202, 39.894825766665399 ], [ -75.148837948393705, 39.8952479916668 ], [ -75.152510449021193, 39.895695630065397 ], [ -75.152746776789996, 39.895725403132097 ], [ -75.154126739938604, 39.895899242067699 ], [ -75.156072834999193, 39.896137621372901 ], [ -75.158278423513394, 39.896393980874898 ], [ -75.159290753949904, 39.896517063467101 ], [ -75.162931882660899, 39.896963656758899 ], [ -75.163230752800501, 39.896982546855497 ], [ -75.165860573762103, 39.897072228821202 ], [ -75.166215277685595, 39.897074152214998 ], [ -75.166562795502699, 39.8970576957962 ], [ -75.166680953677798, 39.897060358885703 ], [ -75.166963379839402, 39.897097086253801 ], [ -75.167143864095607, 39.897119371033099 ], [ -75.169576304869196, 39.897216665344402 ], [ -75.170447913136798, 39.897309153710097 ], [ -75.170575099093895, 39.897281653533398 ], [ -75.170710852985096, 39.897236128394397 ], [ -75.170807911270998, 39.897171514762299 ], [ -75.170906119976493, 39.8970765636316 ], [ -75.170964941524403, 39.896980727101599 ], [ -75.170991794635597, 39.896896316934203 ], [ -75.170967197461806, 39.896691673673203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27805, "tnode_": 27824, "lpoly_": null, "rpoly_": null, "length": 822.4069477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1298, "r_f_add": 1101, "r_t_add": 1299, "st_code": 49750, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240736, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2110, "Shape__Length": 326.34179947726318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170967197461806, 39.896691673673203 ], [ -75.170979010637495, 39.896695323687702 ], [ -75.171024522197399, 39.896708888936303 ], [ -75.171070243269, 39.896721957915901 ], [ -75.171116194873505, 39.896734469830399 ], [ -75.171162391539298, 39.896746380856598 ], [ -75.171208769243606, 39.8967578985893 ], [ -75.171255296350296, 39.896769116923103 ], [ -75.171301960590597, 39.896780050899103 ], [ -75.1713487520678, 39.896790714710697 ], [ -75.171395659681806, 39.896801123425298 ], [ -75.171442671164201, 39.896811292084102 ], [ -75.171489777786803, 39.896821234906703 ], [ -75.171536967315106, 39.896830966034202 ], [ -75.171584228615501, 39.896840501434298 ], [ -75.171631551790895, 39.896849855300403 ], [ -75.171678925742, 39.896859042700001 ], [ -75.171726338234194, 39.8968680777743 ], [ -75.171773780539795, 39.896876974743002 ], [ -75.171821240322203, 39.8968857504479 ], [ -75.171868707718701, 39.896894418182299 ], [ -75.171916202291598, 39.896902986495498 ], [ -75.171963736931104, 39.896911454776202 ], [ -75.172011313010799, 39.896919817649199 ], [ -75.1720589271264, 39.896928072335001 ], [ -75.172106579380099, 39.896936216132602 ], [ -75.172154269976403, 39.896944243640498 ], [ -75.172201997814696, 39.896952153032103 ], [ -75.172249760761702, 39.896959938853001 ], [ -75.172297558885603, 39.896967599302798 ], [ -75.172345392390795, 39.896975128980102 ], [ -75.172393257839005, 39.896982526005203 ], [ -75.172441155400506, 39.896989785877103 ], [ -75.172489086380295, 39.896996905020899 ], [ -75.172537046205306, 39.897003880630798 ], [ -75.172585037417605, 39.897010707357801 ], [ -75.172633057747504, 39.897017383348697 ], [ -75.1726811049936, 39.897023904949997 ], [ -75.172729180529103, 39.897030266786601 ], [ -75.172777287860001, 39.897036468937003 ], [ -75.172825429016399, 39.897042519556202 ], [ -75.172873602488295, 39.897048427620298 ], [ -75.172921805528105, 39.897054203879598 ], [ -75.172970036591707, 39.897059858210497 ], [ -75.173018291763, 39.897065401337201 ], [ -75.173066570666506, 39.897070843162297 ], [ -75.173114869352105, 39.897076195310198 ], [ -75.173163187512799, 39.897081465883097 ], [ -75.173211520029596, 39.897086666479098 ], [ -75.173259867696004, 39.897091807027202 ], [ -75.173308225461497, 39.8970968973249 ], [ -75.173356591713599, 39.897101949049201 ], [ -75.173404966145497, 39.897106970302403 ], [ -75.173829556743598, 39.897156546896603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27824, "tnode_": 27786, "lpoly_": null, "rpoly_": null, "length": 446.95102626000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1300, "l_t_add": 1378, "r_f_add": 1301, "r_t_add": 1379, "st_code": 49750, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240737, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2003-05-05T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2111, "Shape__Length": 177.3426194039526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173829556743598, 39.897156546896603 ], [ -75.173878627793897, 39.897156737049897 ], [ -75.175401597573995, 39.897351691948998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27786, "tnode_": 27788, "lpoly_": null, "rpoly_": null, "length": 66.9037317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1380, "l_t_add": 1382, "r_f_add": 1381, "r_t_add": 1383, "st_code": 49750, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 240738, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2003-05-05T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2112, "Shape__Length": 26.546402994338656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175401597573995, 39.897351691948998 ], [ -75.175636816485095, 39.8973818007304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27809, "tnode_": 27825, "lpoly_": null, "rpoly_": null, "length": 449.96626795000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 48010, "l_hundred": 0, "r_hundred": 0, "seg_id": 240739, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1998-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2113, "Shape__Length": 178.51457227354669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145236846964295, 39.892561297392199 ], [ -75.143640295307506, 39.892676720983403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27812, "tnode_": 27814, "lpoly_": null, "rpoly_": null, "length": 1342.36862623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROGERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 69130, "l_hundred": 600, "r_hundred": 600, "seg_id": 240740, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "1999-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ROGERS RD", "stname": "ROGERS RD", "objectid": 2114, "Shape__Length": 532.76795153890066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162592507076099, 39.888625570123502 ], [ -75.159433857659195, 39.8888299491542 ], [ -75.159320767784806, 39.888820838825701 ], [ -75.159214093003399, 39.888792212276897 ], [ -75.158139692691194, 39.888116310845298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27786, "tnode_": 27796, "lpoly_": null, "rpoly_": null, "length": 453.35976168999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 4500, "r_hundred": 0, "seg_id": 240741, "oneway": "TF", "class": 2, "responsibl": "PIDC", "update_": "1999-01-04T00:00:00Z", "newsegdate": "1999-02-16T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2115, "Shape__Length": 180.52624323854161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175401597573995, 39.897351691948998 ], [ -75.175841597486297, 39.8961541952864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27921, "tnode_": 26429, "lpoly_": null, "rpoly_": null, "length": 17.08252856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 240744, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 2116, "Shape__Length": 6.7797567542228006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129830898193106, 39.905274998634802 ], [ -75.129771846136094, 39.905263566385599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27973, "tnode_": 26288, "lpoly_": null, "rpoly_": null, "length": 102.7893021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEARY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36460, "l_hundred": 0, "r_hundred": 0, "seg_id": 240745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-02-08T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "GEARY ST", "stname": "GEARY ST", "objectid": 2117, "Shape__Length": 40.793169305191007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172613375804502, 39.9092021311642 ], [ -75.172620292311706, 39.909202575886702 ], [ -75.172959480514294, 39.909251293562903 ], [ -75.172973907819099, 39.909251289903999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28019, "tnode_": 28020, "lpoly_": null, "rpoly_": null, "length": 424.64356781000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERMINAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 76940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-07T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TERMINAL AVE", "stname": "TERMINAL AVE", "objectid": 2118, "Shape__Length": 168.48036876199097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170590223484197, 39.898757834158197 ], [ -75.170864333510394, 39.898729744672799 ], [ -75.171270376014604, 39.898738880215902 ], [ -75.172100602865797, 39.898760909469203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28020, "tnode_": 28021, "lpoly_": null, "rpoly_": null, "length": 776.59956112999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERMINAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1398, "r_f_add": 1201, "r_t_add": 1399, "st_code": 76940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-07T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TERMINAL AVE", "stname": "TERMINAL AVE", "objectid": 2119, "Shape__Length": 308.1457392103668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172100602865797, 39.898760909469203 ], [ -75.172991233112398, 39.8988294603691 ], [ -75.174050843047894, 39.898957430506599 ], [ -75.174835919217699, 39.899076851954803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28020, "tnode_": 28023, "lpoly_": null, "rpoly_": null, "length": 976.83606684000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH TERMINAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1398, "r_f_add": 1101, "r_t_add": 1399, "st_code": 60175, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-09T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH TERMINAL AVE", "stname": "NORTH TERMINAL AVE", "objectid": 2120, "Shape__Length": 388.19666406506968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172100602865797, 39.898760909469203 ], [ -75.172323982912602, 39.898944314129999 ], [ -75.172493441667001, 39.899100892703999 ], [ -75.172592738103305, 39.899162464496797 ], [ -75.1727076921877, 39.899201612410401 ], [ -75.173194027792903, 39.899252984819803 ], [ -75.173612013594195, 39.8993068635532 ], [ -75.173977522316903, 39.899397661706097 ], [ -75.174202086635106, 39.899530408021299 ], [ -75.174316682092297, 39.899623968375899 ], [ -75.174393394939202, 39.899704320901101 ], [ -75.174492444554005, 39.899868717266898 ], [ -75.174562473880101, 39.900089779512697 ], [ -75.174591939268097, 39.900264055209803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28021, "tnode_": 26554, "lpoly_": null, "rpoly_": null, "length": 202.96257053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERMINAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 76940, "l_hundred": 0, "r_hundred": 0, "seg_id": 240749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-07T00:00:00Z", "newsegdate": "1999-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TERMINAL AVE", "stname": "TERMINAL AVE", "objectid": 2121, "Shape__Length": 80.534281498973854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174835919217699, 39.899076851954803 ], [ -75.175549872830899, 39.899166492295102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28112, "tnode_": 28114, "lpoly_": null, "rpoly_": null, "length": 486.20809521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 81460, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 240752, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-04-28T00:00:00Z", "newsegdate": "2000-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 2122, "Shape__Length": 193.63740079848802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168761581181798, 39.890612088110203 ], [ -75.168603583120699, 39.889282945296401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28112, "tnode_": 27789, "lpoly_": null, "rpoly_": null, "length": 416.13940474000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 48010, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240754, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2000-04-28T00:00:00Z", "newsegdate": "2000-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2123, "Shape__Length": 165.09144957856361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168761581181798, 39.890612088110203 ], [ -75.170235806732904, 39.8904881987254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26147, "tnode_": 28266, "lpoly_": null, "rpoly_": null, "length": 1330.9556781199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3001, "l_t_add": 3599, "r_f_add": 3000, "r_t_add": 3598, "st_code": 88000, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 240756, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-08-09T00:00:00Z", "newsegdate": "2001-08-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 2124, "Shape__Length": 530.17630233549414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1656594064507, 39.910746146622898 ], [ -75.166427878624901, 39.907140750846402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26208, "tnode_": 28267, "lpoly_": null, "rpoly_": null, "length": 1204.0966264400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3101, "l_t_add": 3499, "r_f_add": 3100, "r_t_add": 3498, "st_code": 27380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 240757, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-08-09T00:00:00Z", "newsegdate": "2001-08-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 2125, "Shape__Length": 479.64047234561298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163400972294596, 39.910097973209297 ], [ -75.1633919280615, 39.909919265930696 ], [ -75.164061024243097, 39.906835462746898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28267, "tnode_": 26467, "lpoly_": null, "rpoly_": null, "length": 954.90674442, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 27380, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 240758, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-08-09T00:00:00Z", "newsegdate": "2001-08-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 2126, "Shape__Length": 380.3563146216303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164061024243097, 39.906835462746898 ], [ -75.164645160643403, 39.904253012832697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28267, "tnode_": 28266, "lpoly_": null, "rpoly_": null, "length": 673.25519333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILLIES", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 998, "r_f_add": 801, "r_t_add": 999, "st_code": 64540, "l_hundred": 800, "r_hundred": 800, "seg_id": 240759, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-11-14T00:00:00Z", "newsegdate": "2001-08-09T00:00:00Z", "multi_rep": 0, "streetlabe": "PHILLIES DR", "stname": "PHILLIES DR", "objectid": 2127, "Shape__Length": 267.17583875907269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164061024243097, 39.906835462746898 ], [ -75.166427878624901, 39.907140750846402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26482, "tnode_": 28276, "lpoly_": null, "rpoly_": null, "length": 1428.7002399800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH ACCESS", "st_type": "RD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1398, "r_f_add": 1101, "r_t_add": 1399, "st_code": 60170, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240760, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-08-29T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH ACCESS RD", "stname": "NORTH ACCESS RD", "objectid": 2128, "Shape__Length": 566.93894737036044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168896711676595, 39.9031486383873 ], [ -75.173918883479203, 39.903797489732803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26106, "tnode_": 26207, "lpoly_": null, "rpoly_": null, "length": 1619.2327212499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9065, "l_hundred": 0, "r_hundred": 0, "seg_id": 240762, "oneway": "TF", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2001-11-28T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A-DE", "stname": "DELAWARE EXPY RAMP A-DE", "objectid": 2129, "Shape__Length": 643.15035180788709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155016810455194, 39.9110601507818 ], [ -75.155812146982797, 39.9111388440217 ], [ -75.156570621909097, 39.911292598808899 ], [ -75.156905494619906, 39.911381011225401 ], [ -75.157179128376796, 39.911444084991402 ], [ -75.157379526395999, 39.9114905324181 ], [ -75.157545991449496, 39.911509267204202 ], [ -75.157686176333698, 39.911503454828498 ], [ -75.157799967944399, 39.911476088720804 ], [ -75.157917987508199, 39.911439834936701 ], [ -75.157985506125399, 39.911402440172097 ], [ -75.158049711405496, 39.911350000033003 ], [ -75.158118257403302, 39.911285682554102 ], [ -75.158187601531793, 39.9112004253845 ], [ -75.158220958422504, 39.911141299584301 ], [ -75.1582356913447, 39.911060795952501 ], [ -75.158242083596704, 39.910995073288703 ], [ -75.158237622502796, 39.9109081466679 ], [ -75.158158892010107, 39.910729722959204 ], [ -75.158103133671503, 39.910662595203597 ], [ -75.157974482185395, 39.910569867593303 ], [ -75.1577096470143, 39.910480047840501 ], [ -75.157545843738504, 39.910419157085101 ], [ -75.156628012490799, 39.910147765458298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28276, "tnode_": 28505, "lpoly_": null, "rpoly_": null, "length": 157.66945471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH ACCESS", "st_type": "RD", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 60170, "l_hundred": 0, "r_hundred": 0, "seg_id": 240763, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-11-05T00:00:00Z", "newsegdate": "2002-11-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH ACCESS RD", "stname": "NORTH ACCESS RD", "objectid": 2130, "Shape__Length": 62.564413745897092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173918883479203, 39.903797489732803 ], [ -75.174476027303101, 39.903854192667197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28638, "tnode_": 28639, "lpoly_": null, "rpoly_": null, "length": 208.62751299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITMAN PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1266, "l_hundred": 0, "r_hundred": 0, "seg_id": 240764, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-04-10T00:00:00Z", "newsegdate": "2003-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITMAN PLAZA DWY", "stname": "WHITMAN PLAZA DWY", "objectid": 2131, "Shape__Length": 83.111704773281247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559903161195, 39.914786869122402 ], [ -75.156112581363601, 39.914221951707603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25786, "tnode_": 28638, "lpoly_": null, "rpoly_": null, "length": 261.18062285000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 417, "st_code": 61560, "l_hundred": 400, "r_hundred": 400, "seg_id": 240765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2003-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2132, "Shape__Length": 103.65897537133348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1550717670344, 39.914669610862703 ], [ -75.1559903161195, 39.914786869122402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28638, "tnode_": 25771, "lpoly_": null, "rpoly_": null, "length": 204.93546435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 418, "l_t_add": 498, "r_f_add": 419, "r_t_add": 499, "st_code": 61560, "l_hundred": 400, "r_hundred": 400, "seg_id": 240766, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2003-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "OREGON AVE", "stname": "OREGON AVE", "objectid": 2133, "Shape__Length": 81.336174429635506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559903161195, 39.914786869122402 ], [ -75.156711058094402, 39.9148788711422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26125, "tnode_": 26208, "lpoly_": null, "rpoly_": null, "length": 558.41076293000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 240767, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 2134, "Shape__Length": 221.98016157156673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162021831433407, 39.910954487843298 ], [ -75.162420478249601, 39.910927727474999 ], [ -75.162597340977698, 39.910909109972799 ], [ -75.162741784844201, 39.910860692866002 ], [ -75.162853685851005, 39.9107857009257 ], [ -75.1629603997186, 39.910626617015303 ], [ -75.162999938970202, 39.910548647702903 ], [ -75.163248087769105, 39.910120158547997 ], [ -75.163400972294596, 39.910097973209297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26077, "tnode_": 26262, "lpoly_": null, "rpoly_": null, "length": 737.94048953999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3003, "l_t_add": 3099, "r_f_add": 3002, "r_t_add": 3098, "st_code": 87940, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 240768, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-05-21T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 2135, "Shape__Length": 293.9584168680019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160704483532797, 39.911352300873702 ], [ -75.160915485732204, 39.910389506304199 ], [ -75.161135674039997, 39.909353966199902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27812, "tnode_": 28827, "lpoly_": null, "rpoly_": null, "length": 520.70318908999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROGERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 69130, "l_hundred": 700, "r_hundred": 700, "seg_id": 240769, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "2004-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ROGERS RD", "stname": "ROGERS RD", "objectid": 2136, "Shape__Length": 206.99216748796576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162592507076099, 39.888625570123502 ], [ -75.1629859248023, 39.8885903402591 ], [ -75.163823971092398, 39.887669875414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27814, "tnode_": 28827, "lpoly_": null, "rpoly_": null, "length": 1743.01930571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 600, "l_t_add": 798, "r_f_add": 601, "r_t_add": 799, "st_code": 11341, "l_hundred": 600, "r_hundred": 600, "seg_id": 240770, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "2004-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2137, "Shape__Length": 691.83469690248194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158139692691194, 39.888116310845298 ], [ -75.158908895826102, 39.888062478540903 ], [ -75.158984715845307, 39.888058892913399 ], [ -75.159059930673095, 39.888071192928699 ], [ -75.159135633968404, 39.8881120896528 ], [ -75.159215034181202, 39.888173138284003 ], [ -75.159476841709306, 39.8884938407205 ], [ -75.159547763972199, 39.888525071083798 ], [ -75.159615201086595, 39.8885046717593 ], [ -75.160972194928803, 39.887902401319003 ], [ -75.161022463555099, 39.887888167345899 ], [ -75.163805628639096, 39.887671147302797 ], [ -75.163823971092398, 39.887669875414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28827, "tnode_": 27815, "lpoly_": null, "rpoly_": null, "length": 626.5284063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRAL PEARY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 11341, "l_hundred": 800, "r_hundred": 800, "seg_id": 240771, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2004-03-12T00:00:00Z", "newsegdate": "2004-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRAL PEARY WAY", "stname": "ADMIRAL PEARY WAY", "objectid": 2138, "Shape__Length": 248.54291880066759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163823971092398, 39.887669875414801 ], [ -75.166047477580094, 39.887514576706103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26129, "tnode_": 25987, "lpoly_": null, "rpoly_": null, "length": 1578.80569825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9100, "l_hundred": 0, "r_hundred": 0, "seg_id": 240773, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E-DE", "stname": "DELAWARE EXPY RAMP E-DE", "objectid": 2139, "Shape__Length": 627.19024808516269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151160621930401, 39.910698842968699 ], [ -75.151459303373898, 39.910751714946201 ], [ -75.152388035623602, 39.910865575171002 ], [ -75.152576546200805, 39.910917749038603 ], [ -75.152729297599606, 39.910990072007998 ], [ -75.152827780877004, 39.911058170392899 ], [ -75.152910611463696, 39.911128908194499 ], [ -75.153010808759007, 39.911253930257303 ], [ -75.153057764849393, 39.911347807115803 ], [ -75.153085298879901, 39.911441244010703 ], [ -75.153098094108799, 39.911513389309697 ], [ -75.153090895799707, 39.911600052174002 ], [ -75.153075015196407, 39.911710469290703 ], [ -75.153044624157801, 39.911793611804903 ], [ -75.153011262446697, 39.911852736099 ], [ -75.152949909111001, 39.9119321831324 ], [ -75.152856564945694, 39.912034858160503 ], [ -75.152740712214793, 39.912116064566 ], [ -75.152629659362006, 39.912173427778697 ], [ -75.152475761285203, 39.912232815153502 ], [ -75.152342885546801, 39.9122507622778 ], [ -75.152206354803297, 39.912262638248102 ], [ -75.1519929321381, 39.912251814798999 ], [ -75.150976608683493, 39.912129702243497 ], [ -75.150613563631893, 39.912087799420199 ], [ -75.150501354043897, 39.912045466139702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26097, "tnode_": 25987, "lpoly_": null, "rpoly_": null, "length": 1086.1663773300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9110, "l_hundred": 0, "r_hundred": 0, "seg_id": 240774, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F-DE", "stname": "DELAWARE EXPY RAMP F-DE", "objectid": 2140, "Shape__Length": 431.47516238552794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151212145333105, 39.9110932713875 ], [ -75.151591250692505, 39.9111648799759 ], [ -75.151861222598896, 39.911221896284999 ], [ -75.152065158057098, 39.911277415536802 ], [ -75.152195060154995, 39.911337244163299 ], [ -75.152278347598397, 39.911396017317003 ], [ -75.152341984432397, 39.911460332442402 ], [ -75.1523899683868, 39.911527286962702 ], [ -75.152424699453306, 39.911635857558601 ], [ -75.152429154368093, 39.911722783531097 ], [ -75.152409843954302, 39.911821147407103 ], [ -75.152360029735902, 39.911903849677799 ], [ -75.152298789861305, 39.911980305761801 ], [ -75.152206359100006, 39.912059048250697 ], [ -75.1521189547028, 39.912107965455697 ], [ -75.152012586188803, 39.912144477391102 ], [ -75.151918556479998, 39.9121633033986 ], [ -75.151809789239707, 39.912160838500903 ], [ -75.151500167378799, 39.912123882125996 ], [ -75.150998560899396, 39.912060323022096 ], [ -75.150627597199801, 39.912021667304003 ], [ -75.150501354043897, 39.912045466139702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25987, "tnode_": 26154, "lpoly_": null, "rpoly_": null, "length": 625.70764622999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 35220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 240775, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-21T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 2141, "Shape__Length": 249.25502011376048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150501354043897, 39.912045466139702 ], [ -75.150582490737193, 39.911565695655398 ], [ -75.150854400332605, 39.910349767920998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25849, "tnode_": 25987, "lpoly_": null, "rpoly_": null, "length": 735.66911992999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2701, "l_t_add": 2899, "r_f_add": 2700, "r_t_add": 2898, "st_code": 35220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 240776, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-21T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 2142, "Shape__Length": 293.05242203234155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150016714840305, 39.914025977365 ], [ -75.150076936967906, 39.913932620492503 ], [ -75.150407863590999, 39.9124406055831 ], [ -75.150501354043897, 39.912045466139702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20785, "tnode_": 20845, "lpoly_": null, "rpoly_": null, "length": 193.00178738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 24060, "l_hundred": 300, "r_hundred": 300, "seg_id": 300006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2143, "Shape__Length": 76.934232001001178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247990977326396, 39.956767783830301 ], [ -75.248102418058707, 39.956244956793903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26106, "tnode_": 26154, "lpoly_": null, "rpoly_": null, "length": 1198.1390048199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "K-DE", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9140, "l_hundred": 0, "r_hundred": 0, "seg_id": 240777, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP K-DE", "stname": "DELAWARE EXPY RAMP K-DE", "objectid": 2144, "Shape__Length": 475.54047975253286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155016810455194, 39.9110601507818 ], [ -75.1546465262456, 39.910976604831603 ], [ -75.154093098766097, 39.910910183060103 ], [ -75.153764858944797, 39.910851853401198 ], [ -75.153452385591905, 39.910787890800499 ], [ -75.152889936297896, 39.9106523974474 ], [ -75.152353766021605, 39.910541449457497 ], [ -75.151909338669597, 39.910471498552397 ], [ -75.151289360483702, 39.910401597865601 ], [ -75.150854400332605, 39.910349767920998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26154, "tnode_": 26276, "lpoly_": null, "rpoly_": null, "length": 1076.8136951199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9125, "l_hundred": 0, "r_hundred": 0, "seg_id": 240778, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-10-21T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP H", "stname": "DELAWARE EXPY RAMP H", "objectid": 2145, "Shape__Length": 428.44715571205927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150854400332605, 39.910349767920998 ], [ -75.150468297975195, 39.910304283606798 ], [ -75.150251581716404, 39.910280987642302 ], [ -75.150099008723899, 39.910249664489001 ], [ -75.149933811656993, 39.910193674988399 ], [ -75.149827357203193, 39.910139017575503 ], [ -75.149701568671304, 39.910057800022997 ], [ -75.149620966925795, 39.9099776072811 ], [ -75.149556113011499, 39.909899513362198 ], [ -75.149513388928796, 39.909834111303802 ], [ -75.149465150400403, 39.909735496831601 ], [ -75.149444553791, 39.909682786596797 ], [ -75.149429939510796, 39.909591900632599 ], [ -75.149430211935098, 39.909466523378597 ], [ -75.149442313874005, 39.909327482875497 ], [ -75.149583704360296, 39.908468680291499 ], [ -75.149581000457403, 39.9081172611751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28932, "tnode_": 28879, "lpoly_": null, "rpoly_": null, "length": 45.17822412, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2947, "l_t_add": 2999, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2900, "r_hundred": 0, "seg_id": 240780, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-29T00:00:00Z", "newsegdate": "2005-01-21T00:00:00Z", "multi_rep": 3, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2146, "Shape__Length": 17.997127164640858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171746161789301, 39.913175253437601 ], [ -75.171769290078004, 39.913067088655602 ], [ -75.171774268481201, 39.9130532096545 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26269, "tnode_": 26233, "lpoly_": null, "rpoly_": null, "length": 1195.4631428499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34978, "l_t_add": 34998, "r_f_add": 34979, "r_t_add": 34999, "st_code": 1150, "l_hundred": 34900, "r_hundred": 34900, "seg_id": 240782, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2006-09-06T00:00:00Z", "newsegdate": "2006-09-06T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2147, "Shape__Length": 474.41733148464425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151879573036396, 39.9090708568434 ], [ -75.152105727947699, 39.909085421067097 ], [ -75.152804884060799, 39.9091304438912 ], [ -75.153182148602596, 39.909157765632997 ], [ -75.153917189984199, 39.909210994573698 ], [ -75.154814293135999, 39.909320603504597 ], [ -75.156091749804403, 39.909534483957998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26269, "tnode_": 26207, "lpoly_": null, "rpoly_": null, "length": 1390.94244968, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1160, "l_hundred": 0, "r_hundred": 0, "seg_id": 240783, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2006-09-06T00:00:00Z", "newsegdate": "2006-09-06T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2148, "Shape__Length": 552.12710091357542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151879573036396, 39.9090708568434 ], [ -75.152097575384801, 39.909129636814001 ], [ -75.154519939893802, 39.9097827512009 ], [ -75.156628012490799, 39.910147765458298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29118, "tnode_": 29117, "lpoly_": null, "rpoly_": null, "length": 4521.3869450600005, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1796, "l_t_add": 1882, "r_f_add": 1797, "r_t_add": 1883, "st_code": 1050, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 240785, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-06T00:00:00Z", "newsegdate": "2006-09-06T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 2149, "Shape__Length": 1800.9503414142516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150870344867201, 39.902503990032301 ], [ -75.150708606599096, 39.902783446903399 ], [ -75.150692352809699, 39.902812625525698 ], [ -75.150461655405707, 39.903226770800401 ], [ -75.150379150174203, 39.903406896132097 ], [ -75.150326554234596, 39.903546447360199 ], [ -75.150214503523003, 39.903922457614499 ], [ -75.149202491950803, 39.908551326711603 ], [ -75.149049659073896, 39.9093340826171 ], [ -75.148903462990901, 39.910519808674202 ], [ -75.148819346159101, 39.911071168844103 ], [ -75.148748853886204, 39.911431135863303 ], [ -75.148524331761195, 39.912275356948697 ], [ -75.148151780878706, 39.913693753526204 ], [ -75.148075362403702, 39.913961373406103 ], [ -75.147837719048894, 39.914660433041497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26556, "tnode_": 26276, "lpoly_": null, "rpoly_": null, "length": 7823.3721490299995, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1682, "l_t_add": 1834, "r_f_add": 1683, "r_t_add": 1835, "st_code": 1060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 240786, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 2150, "Shape__Length": 3107.9587271275677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170519043950605, 39.898897161955396 ], [ -75.170445337274202, 39.898900157902098 ], [ -75.169766326297406, 39.898927757207503 ], [ -75.168336327802606, 39.899067728319402 ], [ -75.168177908383498, 39.8990832337795 ], [ -75.164168212005706, 39.899582706807898 ], [ -75.160242025361995, 39.900057865756999 ], [ -75.155291341618295, 39.900677999726902 ], [ -75.154735347383905, 39.9007441827248 ], [ -75.154202688287697, 39.900829424570198 ], [ -75.153802443027203, 39.900913030038403 ], [ -75.153328298225404, 39.901041295071799 ], [ -75.152961992503506, 39.901181268455701 ], [ -75.152619198047404, 39.901335673494501 ], [ -75.152410408854905, 39.901446780223701 ], [ -75.152145399595, 39.901612213556902 ], [ -75.151910973394607, 39.901764439434999 ], [ -75.151682025734004, 39.901930689087798 ], [ -75.151457851135305, 39.9021294814576 ], [ -75.151251175365203, 39.902342571082102 ], [ -75.150941423443498, 39.902734028489199 ], [ -75.150856211426401, 39.902872509729903 ], [ -75.150736154508294, 39.903067620179598 ], [ -75.150631837992805, 39.903278395795098 ], [ -75.150438403648394, 39.903774426570102 ], [ -75.150183234401993, 39.904940915158299 ], [ -75.149832021020202, 39.906730748166403 ], [ -75.149581000457403, 39.9081172611751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26558, "tnode_": 29118, "lpoly_": null, "rpoly_": null, "length": 5851.4274436399992, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1680, "l_t_add": 1794, "r_f_add": 1701, "r_t_add": 1795, "st_code": 1050, "l_hundred": 1600, "r_hundred": 1700, "seg_id": 240787, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 2151, "Shape__Length": 2322.4222227799087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170673689967202, 39.898716405094397 ], [ -75.169531664081703, 39.8988049642211 ], [ -75.168322529167696, 39.898946313803101 ], [ -75.167614566287, 39.899029068957297 ], [ -75.159284264164796, 39.900048785915601 ], [ -75.154781996094897, 39.900612971872199 ], [ -75.154301110257606, 39.9006843212563 ], [ -75.153812598865102, 39.900778450325099 ], [ -75.153258957457595, 39.900939156888903 ], [ -75.152832928113995, 39.9010987427218 ], [ -75.152574496598305, 39.901216994518599 ], [ -75.152335722844398, 39.9013319312729 ], [ -75.152002241276904, 39.9014973722253 ], [ -75.151781832176894, 39.901642810077 ], [ -75.151454084582397, 39.901913683575401 ], [ -75.151174295647095, 39.9021846848132 ], [ -75.150870344867201, 39.902503990032301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26075, "tnode_": 26051, "lpoly_": null, "rpoly_": null, "length": 961.65335263999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34898, "l_t_add": 34914, "r_f_add": 34899, "r_t_add": 34915, "st_code": 1160, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 240788, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-10T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2152, "Shape__Length": 381.65333021131778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167474276841702, 39.9117889200189 ], [ -75.167837963240899, 39.911819844478401 ], [ -75.170433918598903, 39.912154904864003 ], [ -75.1704563833881, 39.912157804318198 ], [ -75.170854134840397, 39.912225066671901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27794, "tnode_": 27792, "lpoly_": null, "rpoly_": null, "length": 869.98809205000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 88060, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 240791, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "2008-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2153, "Shape__Length": 346.43959566215136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174586056852107, 39.896118948042101 ], [ -75.174216246894204, 39.895522026368297 ], [ -75.174199909322695, 39.895430047712999 ], [ -75.174185689317, 39.895282133934302 ], [ -75.174111316979307, 39.894629010429398 ], [ -75.174085435040197, 39.894440117713003 ], [ -75.174013427904299, 39.893899015381599 ], [ -75.174015459230603, 39.893802866964002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27805, "tnode_": 27803, "lpoly_": null, "rpoly_": null, "length": 2202.1563496200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE ISLAND", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4501, "l_t_add": 4899, "r_f_add": 4500, "r_t_add": 4898, "st_code": 49750, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 240792, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2008-10-27T00:00:00Z", "newsegdate": "2008-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "LEAGUE ISLAND BLVD", "stname": "LEAGUE ISLAND BLVD", "objectid": 2154, "Shape__Length": 875.81203462399867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170967197461806, 39.896691673673203 ], [ -75.170933691074396, 39.896681323045499 ], [ -75.170888543655195, 39.896666947832003 ], [ -75.170843548561507, 39.896652257969599 ], [ -75.170798685940099, 39.896637314280603 ], [ -75.170753937072604, 39.8966221785142 ], [ -75.170709283376993, 39.8966069088182 ], [ -75.170664703762597, 39.896591567789201 ], [ -75.1706201822238, 39.896576207326 ], [ -75.170575748358601, 39.896560694744402 ], [ -75.1705314256983, 39.8965449648001 ], [ -75.170487222561107, 39.896529014076201 ], [ -75.170443145994099, 39.8965128418305 ], [ -75.170399203078702, 39.8964964464205 ], [ -75.170355403199594, 39.896479827156497 ], [ -75.170311753472205, 39.896462981495802 ], [ -75.170268262146493, 39.896445907822198 ], [ -75.170224936303697, 39.896428604493103 ], [ -75.170181782991094, 39.896411070766398 ], [ -75.170138794649802, 39.8963933208885 ], [ -75.170095862060293, 39.896375458720797 ], [ -75.170052979139996, 39.896357490433701 ], [ -75.170010166338599, 39.896339401170302 ], [ -75.169967441871094, 39.896321173320302 ], [ -75.169924823849897, 39.8963027919743 ], [ -75.169882331590301, 39.896284241349001 ], [ -75.169839984407801, 39.896265505660899 ], [ -75.169797798145595, 39.896246568147603 ], [ -75.1697557944224, 39.8962274139786 ], [ -75.169713991419201, 39.896208026444199 ], [ -75.169672406079599, 39.896188390608799 ], [ -75.169631058956298, 39.896168488914803 ], [ -75.169589959843606, 39.89614830987 ], [ -75.169549010257896, 39.896127859366501 ], [ -75.169508226179303, 39.896107117040899 ], [ -75.169467673256705, 39.896086048330602 ], [ -75.169427420645803, 39.896064618752497 ], [ -75.169387532826605, 39.896042793717797 ], [ -75.169348078920507, 39.896020539643601 ], [ -75.169309124542295, 39.895997822868097 ], [ -75.169270736543893, 39.895974607955203 ], [ -75.169232982911893, 39.895950860395899 ], [ -75.169195930395603, 39.895926547454998 ], [ -75.169159654840996, 39.895901581640402 ], [ -75.169124110495702, 39.895875966427802 ], [ -75.169081034241501, 39.895852072837499 ], [ -75.169036041034005, 39.895819912495497 ], [ -75.168813541670303, 39.895670292697602 ], [ -75.168507251019804, 39.895445367827797 ], [ -75.168249076716904, 39.895220778970398 ], [ -75.168214901670694, 39.8951940545182 ], [ -75.168181208752898, 39.895166986816001 ], [ -75.168148060646004, 39.895139496184797 ], [ -75.168115482570599, 39.895111534538501 ], [ -75.168083469892494, 39.895083131506603 ], [ -75.168052015708398, 39.895054314865497 ], [ -75.168021114214895, 39.895025114218498 ], [ -75.167990759643203, 39.894995558268697 ], [ -75.167960946224397, 39.8949656757189 ], [ -75.167931666986206, 39.894935496146203 ], [ -75.167902917362596, 39.894905047379503 ], [ -75.167874689178504, 39.894874359869704 ], [ -75.167846979036199, 39.894843461472 ], [ -75.167819707843293, 39.894812371128403 ], [ -75.167792746866397, 39.894781090443999 ], [ -75.167766091156906, 39.894749626515797 ], [ -75.1677397380695, 39.894717987393499 ], [ -75.167713683824203, 39.894686180200203 ], [ -75.167687925707298, 39.8946542147863 ], [ -75.167662462276397, 39.894622098327503 ], [ -75.167637289751397, 39.894589837947002 ], [ -75.167612404249795, 39.894557443468798 ], [ -75.167587805498002, 39.894524922094902 ], [ -75.167563487344196, 39.894492281796097 ], [ -75.167539450649201, 39.894459530701198 ], [ -75.167515689261407, 39.894426676780697 ], [ -75.167492201703993, 39.894393728110899 ], [ -75.167468985331595, 39.8943606927415 ], [ -75.167445914063293, 39.894327594862098 ], [ -75.167422876219604, 39.894294449075801 ], [ -75.167399897649403, 39.894261252360998 ], [ -75.1673770019665, 39.894227998942704 ], [ -75.167354215054203, 39.894194684899198 ], [ -75.167331562761106, 39.894161307208797 ], [ -75.167309069904107, 39.894127859222699 ], [ -75.167286761197303, 39.894094336992801 ], [ -75.167264663658102, 39.8940607375241 ], [ -75.167242799731696, 39.894027055015201 ], [ -75.167221197638099, 39.893993285597098 ], [ -75.1671998797881, 39.893959424369001 ], [ -75.167178874401799, 39.893925467461798 ], [ -75.167158203889898, 39.8938914099746 ], [ -75.167137895303696, 39.893857248012097 ], [ -75.167112709422696, 39.893820055941802 ], [ -75.167076309633501, 39.893784335700303 ], [ -75.167048117329401, 39.893731352229203 ], [ -75.166985070584502, 39.893601967280098 ], [ -75.166833876421293, 39.893208850457 ], [ -75.1667488200234, 39.892863757055999 ], [ -75.166622210039705, 39.8920722581788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29540, "tnode_": 29539, "lpoly_": null, "rpoly_": null, "length": 407.36425778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "PL", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 60085, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240793, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2009-10-14T00:00:00Z", "newsegdate": "2009-10-14T00:00:00Z", "multi_rep": 0, "streetlabe": "NORMANDY PL", "stname": "NORMANDY PL", "objectid": 2155, "Shape__Length": 161.61461001073411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170576670840006, 39.893139717728502 ], [ -75.172021650588704, 39.8930318057999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29539, "tnode_": 29538, "lpoly_": null, "rpoly_": null, "length": 537.78869325999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "PL", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 60085, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240794, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2009-10-14T00:00:00Z", "newsegdate": "2009-10-14T00:00:00Z", "multi_rep": 0, "streetlabe": "NORMANDY PL", "stname": "NORMANDY PL", "objectid": 2156, "Shape__Length": 213.39533505867851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172021650588704, 39.8930318057999 ], [ -75.172525372932697, 39.8929908019565 ], [ -75.172589873722501, 39.892981096980698 ], [ -75.173166344671202, 39.892836296759597 ], [ -75.173378409658994, 39.892781306364 ], [ -75.173470022443695, 39.892765836620697 ], [ -75.173594647106597, 39.892752701873697 ], [ -75.173696472894093, 39.892740649316302 ], [ -75.173824929630698, 39.892735568126902 ], [ -75.173885466977893, 39.892722189111502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27792, "tnode_": 29538, "lpoly_": null, "rpoly_": null, "length": 395.35739844, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 88060, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 240795, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2009-10-14T00:00:00Z", "newsegdate": "2009-10-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2157, "Shape__Length": 157.46266281506391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174015459230603, 39.893802866964002 ], [ -75.173885466977893, 39.892722189111502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29538, "tnode_": 27779, "lpoly_": null, "rpoly_": null, "length": 439.60199417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 88060, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 240796, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "1999-12-17T00:00:00Z", "newsegdate": "2009-10-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 2158, "Shape__Length": 175.08262453494606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173885466977893, 39.892722189111502 ], [ -75.173786070419794, 39.891986518613997 ], [ -75.173801510536805, 39.891519550143101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29539, "tnode_": 27783, "lpoly_": null, "rpoly_": null, "length": 498.37894504999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4803, "l_t_add": 4899, "r_f_add": 4802, "r_t_add": 4898, "st_code": 88040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 240798, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2009-10-22T00:00:00Z", "newsegdate": "2009-10-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 2159, "Shape__Length": 198.49062016560265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172021650588704, 39.8930318057999 ], [ -75.171848792146605, 39.891670186568298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26563, "tnode_": 29605, "lpoly_": null, "rpoly_": null, "length": 1877.7162839, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1604, "l_t_add": 1648, "r_f_add": 1605, "r_t_add": 1649, "st_code": 1060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 240799, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 2160, "Shape__Length": 745.08637231356067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182092385611597, 39.898494729579802 ], [ -75.176913385129197, 39.899306890423397 ], [ -75.176510702414902, 39.899341741453298 ], [ -75.175579584767902, 39.8992891064036 ], [ -75.175512307032307, 39.899280276431497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29605, "tnode_": 26556, "lpoly_": null, "rpoly_": null, "length": 1413.4153295, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1650, "l_t_add": 1680, "r_f_add": 1651, "r_t_add": 1681, "st_code": 1060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 240800, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 2161, "Shape__Length": 560.81464601987057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175512307032307, 39.899280276431497 ], [ -75.174273252853993, 39.899117651570002 ], [ -75.172971592203496, 39.8989497150855 ], [ -75.171873046414802, 39.898871987272202 ], [ -75.1708885892062, 39.898857998512099 ], [ -75.170519043950605, 39.898897161955396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26562, "tnode_": 29606, "lpoly_": null, "rpoly_": null, "length": 1654.64134747, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1608, "l_t_add": 1646, "r_f_add": 1609, "r_t_add": 1647, "st_code": 1050, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 240801, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 2162, "Shape__Length": 656.57524359338117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181341522900496, 39.898434526453002 ], [ -75.177846810594502, 39.899054157240798 ], [ -75.176736523989305, 39.899181283354302 ], [ -75.175797664106497, 39.899160202711698 ], [ -75.175551231271896, 39.899130580469603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29606, "tnode_": 26558, "lpoly_": null, "rpoly_": null, "length": 1378.76815145, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1648, "l_t_add": 1678, "r_f_add": 1649, "r_t_add": 1679, "st_code": 1050, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 240802, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 2163, "Shape__Length": 547.06042711881128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175551231271896, 39.899130580469603 ], [ -75.174252200657406, 39.898974420040197 ], [ -75.173013418613195, 39.898824212474899 ], [ -75.172158111944299, 39.898756034484897 ], [ -75.171380627495495, 39.898730389755897 ], [ -75.170673689967202, 39.898716405094397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29630, "tnode_": 25948, "lpoly_": null, "rpoly_": null, "length": 2559.9821034200004, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34840, "l_t_add": 34886, "r_f_add": 34841, "r_t_add": 34887, "st_code": 1160, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 240803, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2164, "Shape__Length": 1015.9828338190846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172636075301497, 39.912443681424598 ], [ -75.173884528133001, 39.912596827658199 ], [ -75.177059897527002, 39.913002635577698 ], [ -75.179048325628997, 39.913260107642898 ], [ -75.179598412329199, 39.913333260086397 ], [ -75.180629178133003, 39.913435428710699 ], [ -75.181653838906598, 39.9135084539774 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26051, "tnode_": 29630, "lpoly_": null, "rpoly_": null, "length": 506.1771892, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34888, "l_t_add": 34896, "r_f_add": 34889, "r_t_add": 34897, "st_code": 1160, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 240804, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 2165, "Shape__Length": 200.88606117372859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170854134840397, 39.912225066671901 ], [ -75.171912005745099, 39.912354853608498 ], [ -75.172636075301497, 39.912443681424598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26074, "tnode_": 29631, "lpoly_": null, "rpoly_": null, "length": 1268.99216299, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 34890, "l_t_add": 34910, "r_f_add": 34891, "r_t_add": 34911, "st_code": 1150, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 240805, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2166, "Shape__Length": 503.630148391278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168198170355396, 39.911747950202802 ], [ -75.168500729407498, 39.911796900245299 ], [ -75.170452607273006, 39.9120522879779 ], [ -75.171937676842504, 39.9122465738904 ], [ -75.172655691197804, 39.912340501240003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29631, "tnode_": 26037, "lpoly_": null, "rpoly_": null, "length": 167.61753325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34886, "l_t_add": 34888, "r_f_add": 34887, "r_t_add": 34889, "st_code": 1150, "l_hundred": 34800, "r_hundred": 34800, "seg_id": 240806, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 2167, "Shape__Length": 66.523125201966778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172655691197804, 39.912340501240003 ], [ -75.173244773491703, 39.912417558793599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29540, "tnode_": 27807, "lpoly_": null, "rpoly_": null, "length": 496.73613448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4803, "l_t_add": 4899, "r_f_add": 4802, "r_t_add": 4898, "st_code": 88020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 240808, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": "2011-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 2168, "Shape__Length": 197.83669385667261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170576670840006, 39.893139717728502 ], [ -75.170404873392101, 39.8917825498459 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27783, "tnode_": 29720, "lpoly_": null, "rpoly_": null, "length": 473.55300283000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 88040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 240809, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": "2011-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 2169, "Shape__Length": 188.59908592677542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171848792146605, 39.891670186568298 ], [ -75.171680033736394, 39.890376738929803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29720, "tnode_": 27780, "lpoly_": null, "rpoly_": null, "length": 553.88871646999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 48010, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 240810, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": "2011-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2170, "Shape__Length": 219.7371686876339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171680033736394, 39.890376738929803 ], [ -75.173644052263896, 39.890225134845203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27789, "tnode_": 29720, "lpoly_": null, "rpoly_": null, "length": 407.2965645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITTY HAWK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 48010, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240811, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-01T00:00:00Z", "newsegdate": "2011-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "KITTY HAWK AVE", "stname": "KITTY HAWK AVE", "objectid": 2171, "Shape__Length": 161.58185381188432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170235806732904, 39.8904881987254 ], [ -75.171680033736394, 39.890376738929803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28114, "tnode_": 29721, "lpoly_": null, "rpoly_": null, "length": 265.18064637000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSHIP", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 34285, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240812, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2011-06-02T00:00:00Z", "newsegdate": "2011-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "FLAGSHIP DR", "stname": "FLAGSHIP DR", "objectid": 2172, "Shape__Length": 105.20176941982508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168603583120699, 39.889282945296401 ], [ -75.169541941475899, 39.8891968486246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27794, "tnode_": 29774, "lpoly_": null, "rpoly_": null, "length": 164.20307008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENT", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 4, "l_t_add": 4, "r_f_add": 3, "r_t_add": 3, "st_code": 25720, "l_hundred": 0, "r_hundred": 0, "seg_id": 240813, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-15T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESCENT DR", "stname": "CRESCENT DR", "objectid": 2173, "Shape__Length": 65.246595007783256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174586056852107, 39.896118948042101 ], [ -75.174459685768895, 39.896184646856398 ], [ -75.174221506348005, 39.896320989039197 ], [ -75.174131035830499, 39.896399197539502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29774, "tnode_": 27824, "lpoly_": null, "rpoly_": null, "length": 293.61480075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENT", "st_type": "DR", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 6, "l_t_add": 98, "r_f_add": 5, "r_t_add": 99, "st_code": 25720, "l_hundred": 0, "r_hundred": 0, "seg_id": 240814, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-15T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESCENT DR", "stname": "CRESCENT DR", "objectid": 2174, "Shape__Length": 116.8986065101801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174131035830499, 39.896399197539502 ], [ -75.174088375246697, 39.896436076006097 ], [ -75.174036680043102, 39.896505760969099 ], [ -75.173912227464697, 39.896715506010302 ], [ -75.173860221526496, 39.896955217005797 ], [ -75.173829556743598, 39.897156546896603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29773, "tnode_": 27803, "lpoly_": null, "rpoly_": null, "length": 1765.3479178800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUSE", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 200, "l_t_add": 400, "r_f_add": 201, "r_t_add": 401, "st_code": 69550, "l_hundred": 200, "r_hundred": 200, "seg_id": 240815, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "ROUSE BLVD", "stname": "ROUSE BLVD", "objectid": 2175, "Shape__Length": 701.35018051584279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171652918774896, 39.894973932910297 ], [ -75.170688797661498, 39.894387981013601 ], [ -75.167923022629793, 39.892703892152099 ], [ -75.166622210039705, 39.8920722581788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29774, "tnode_": 29773, "lpoly_": null, "rpoly_": null, "length": 867.78956109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUSE", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 69550, "l_hundred": 100, "r_hundred": 100, "seg_id": 240816, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "ROUSE BLVD", "stname": "ROUSE BLVD", "objectid": 2176, "Shape__Length": 344.77018652808124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174131035830499, 39.896399197539502 ], [ -75.171652918774896, 39.894973932910297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27805, "tnode_": 29773, "lpoly_": null, "rpoly_": null, "length": 700.1515894800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INTREPID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 44950, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 240817, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "INTREPID AVE", "stname": "INTREPID AVE", "objectid": 2177, "Shape__Length": 278.66498386061039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170967197461806, 39.896691673673203 ], [ -75.170910366189304, 39.8965997618213 ], [ -75.170866489362297, 39.896450970224898 ], [ -75.170874960111902, 39.8961460167612 ], [ -75.170891936424894, 39.896024817582799 ], [ -75.1709059808571, 39.895817730748199 ], [ -75.170954965317605, 39.8956686445594 ], [ -75.171036068141007, 39.895570344129801 ], [ -75.171299665730004, 39.8953116575763 ], [ -75.171489791108399, 39.895113300232403 ], [ -75.171569808750704, 39.895043582266197 ], [ -75.171652918774896, 39.894973932910297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29773, "tnode_": 27792, "lpoly_": null, "rpoly_": null, "length": 810.43424894000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INTREPID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19112, "zip_right": 19112, "l_f_add": 1100, "l_t_add": 1298, "r_f_add": 1101, "r_t_add": 1299, "st_code": 44950, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 240818, "oneway": "B", "class": 5, "responsibl": "PIDC", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "INTREPID AVE", "stname": "INTREPID AVE", "objectid": 2178, "Shape__Length": 321.91551017471312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171652918774896, 39.894973932910297 ], [ -75.1721427253851, 39.894462867967498 ], [ -75.172675139942996, 39.894224770992402 ], [ -75.1734235972569, 39.893989175020202 ], [ -75.174015459230603, 39.893802866964002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28266, "tnode_": 30032, "lpoly_": null, "rpoly_": null, "length": 442.91908306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILLIES", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1398, "r_f_add": 1001, "r_t_add": 1399, "st_code": 64540, "l_hundred": 0, "r_hundred": 0, "seg_id": 240819, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2020-06-04T14:55:03Z", "newsegdate": "2020-06-04T14:55:03Z", "multi_rep": 0, "streetlabe": "PHILLIES DR", "stname": "PHILLIES DR", "objectid": 2179, "Shape__Length": 175.76965076695177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166427878624901, 39.907140750846402 ], [ -75.167984793213705, 39.907342465442298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30032, "tnode_": 26457, "lpoly_": null, "rpoly_": null, "length": 953.44923493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITIZENS BANK", "st_type": "WAY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 23235, "l_hundred": 0, "r_hundred": 0, "seg_id": 240820, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2020-06-04T14:55:03Z", "newsegdate": "2020-06-04T14:55:03Z", "multi_rep": 0, "streetlabe": "CITIZENS BANK WAY", "stname": "CITIZENS BANK WAY", "objectid": 2180, "Shape__Length": 379.78515665090134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167984793213705, 39.907342465442298 ], [ -75.168509895625107, 39.904872419051102 ], [ -75.168516664692405, 39.904758129875603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30078, "tnode_": 26457, "lpoly_": null, "rpoly_": null, "length": 612.3212241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 983, "l_t_add": 1099, "r_f_add": 984, "r_t_add": 1098, "st_code": 63340, "l_hundred": 800, "r_hundred": 800, "seg_id": 240821, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2021-06-25T15:28:35Z", "newsegdate": "2021-06-25T15:28:35Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 2181, "Shape__Length": 242.9891790701177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166367524936703, 39.904465259735602 ], [ -75.167001232922502, 39.904548143931201 ], [ -75.168516664692405, 39.904758129875603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26467, "tnode_": 30078, "lpoly_": null, "rpoly_": null, "length": 489.36401731999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATTISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 982, "r_f_add": 801, "r_t_add": 981, "st_code": 63340, "l_hundred": 800, "r_hundred": 800, "seg_id": 240822, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2021-06-25T15:28:35Z", "newsegdate": "2021-06-25T15:28:35Z", "multi_rep": 0, "streetlabe": "PATTISON AVE", "stname": "PATTISON AVE", "objectid": 2182, "Shape__Length": 194.19082656097211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164645160643403, 39.904253012832697 ], [ -75.166367524936703, 39.904465259735602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30078, "tnode_": 30079, "lpoly_": null, "rpoly_": null, "length": 469.12332766999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN FINANCIAL FIELD", "st_type": "WAY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 1102, "l_hundred": 0, "r_hundred": 0, "seg_id": 240823, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2021-06-25T16:26:08Z", "newsegdate": "2021-06-25T16:26:08Z", "multi_rep": null, "streetlabe": "LINCOLN FINANCIAL FIELD WAY ", "stname": "LINCOLN FINANCIAL FIELD WAY ", "objectid": 2183, "Shape__Length": 186.85039510423422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166367524936703, 39.904465259735602 ], [ -75.166686384645701, 39.903201087506602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25559, "tnode_": 25615, "lpoly_": null, "rpoly_": null, "length": 238.24564739, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2625, "l_t_add": 2699, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2600, "r_hundred": 0, "seg_id": 240824, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2024-09-26T10:08:06Z", "newsegdate": "2024-09-26T10:08:06Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 2184, "Shape__Length": 94.913960667610866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171131789096506, 39.9174324396771 ], [ -75.171254904259101, 39.916880036771502 ], [ -75.171274383277293, 39.9167877109019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26345, "tnode_": 30169, "lpoly_": null, "rpoly_": null, "length": 486.07221435000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9435, "l_hundred": 0, "r_hundred": 0, "seg_id": 240825, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2025-05-07T08:52:28Z", "newsegdate": "2025-05-07T08:52:28Z", "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP K", "stname": "SCHUYLKILL EXPY RAMP K", "objectid": 2185, "Shape__Length": 192.94726850016784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152844468617403, 39.907922846191902 ], [ -75.153017732226502, 39.907989911246602 ], [ -75.1535879352287, 39.908158130333 ], [ -75.153747014195105, 39.9082005589676 ], [ -75.153834331841296, 39.908224376244497 ], [ -75.154031839124997, 39.908250687796802 ], [ -75.154311385365702, 39.908274004574203 ], [ -75.154491352891498, 39.908299633467699 ], [ -75.154493834448303, 39.908299755425702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30169, "tnode_": 26233, "lpoly_": null, "rpoly_": null, "length": 1534.9339243500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9435, "l_hundred": 0, "r_hundred": 0, "seg_id": 240826, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2025-05-07T08:52:28Z", "newsegdate": "2025-05-07T08:52:28Z", "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP K", "stname": "SCHUYLKILL EXPY RAMP K", "objectid": 2186, "Shape__Length": 609.62545646905619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154493834448303, 39.908299755425702 ], [ -75.156372952608805, 39.9083918708168 ], [ -75.156661272246097, 39.908432894335299 ], [ -75.156944171319296, 39.908477853604701 ], [ -75.157108507087898, 39.908522160610502 ], [ -75.157230481144595, 39.908571597496199 ], [ -75.157305369615798, 39.908611851197001 ], [ -75.157389941295605, 39.908674648381698 ], [ -75.157435712671898, 39.908718302594899 ], [ -75.157468472482506, 39.9087576043515 ], [ -75.157503943419499, 39.908794936510702 ], [ -75.157533530701599, 39.908848372869301 ], [ -75.157557386706102, 39.908913855985098 ], [ -75.157575667236699, 39.9089873302947 ], [ -75.157583107098006, 39.909068678539803 ], [ -75.157575212057594, 39.909137501840299 ], [ -75.157550746083501, 39.909226245867202 ], [ -75.157510635745695, 39.9093105779233 ], [ -75.157468510187201, 39.909378627132099 ], [ -75.157424525146993, 39.909426340625302 ], [ -75.157370240579198, 39.909467732093397 ], [ -75.157305022670002, 39.909509143877102 ], [ -75.157251445549804, 39.909542166408201 ], [ -75.157157354118596, 39.9095825052298 ], [ -75.157040803034207, 39.9096064041712 ], [ -75.156811188047996, 39.9096374315248 ], [ -75.156707409755796, 39.909641482171203 ], [ -75.156580496069907, 39.909632213086397 ], [ -75.156091749804403, 39.909534483957998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30170, "tnode_": 26371, "lpoly_": null, "rpoly_": null, "length": 426.64391684999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3061, "l_t_add": 3099, "r_f_add": 3060, "r_t_add": 3098, "st_code": 35220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 240827, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2025-05-07T09:06:40Z", "newsegdate": "2025-05-07T09:06:40Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 2187, "Shape__Length": 169.96544679212781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239958198005, 39.908641733977497 ], [ -75.151204394142596, 39.9074708620767 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26154, "tnode_": 30170, "lpoly_": null, "rpoly_": null, "length": 631.78995870999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 3001, "l_t_add": 3059, "r_f_add": 3000, "r_t_add": 3058, "st_code": 35220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 240828, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2025-05-07T09:06:40Z", "newsegdate": "2025-05-07T09:06:40Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 2188, "Shape__Length": 251.66703549923065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150854400332605, 39.910349767920998 ], [ -75.150936662876902, 39.909974115951997 ], [ -75.151099526783696, 39.909337056122098 ], [ -75.1511330604622, 39.909115596636099 ], [ -75.151240238293596, 39.908650965879502 ], [ -75.151239958198005, 39.908641733977497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30170, "tnode_": 30169, "lpoly_": null, "rpoly_": null, "length": 932.62766939000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9435, "l_hundred": 0, "r_hundred": 0, "seg_id": 240829, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2025-05-07T09:31:54Z", "newsegdate": "2025-05-07T09:31:54Z", "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP K", "stname": "SCHUYLKILL EXPY RAMP K", "objectid": 2189, "Shape__Length": 370.13400170059606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239958198005, 39.908641733977497 ], [ -75.151553413546296, 39.908630561083697 ], [ -75.151752089245903, 39.9086159921941 ], [ -75.152047646610896, 39.908577395204198 ], [ -75.152207752076706, 39.908519041252902 ], [ -75.1526395787659, 39.908397707486003 ], [ -75.152867453890707, 39.908348039445897 ], [ -75.153135537794896, 39.908299281789802 ], [ -75.153412079592798, 39.908272170179899 ], [ -75.154023839029307, 39.908302712639397 ], [ -75.154271271826602, 39.908308315381298 ], [ -75.154493834448303, 39.908299755425702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20828, "tnode_": 20808, "lpoly_": null, "rpoly_": null, "length": 560.27520825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 27980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300004, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2190, "Shape__Length": 222.49938241939248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243977902576802, 39.956269787051198 ], [ -75.245952275337103, 39.956508322631798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20845, "tnode_": 20904, "lpoly_": null, "rpoly_": null, "length": 193.97210039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 416, "st_code": 24060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2191, "Shape__Length": 77.321017075095753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248102418058707, 39.956244956793903 ], [ -75.248210184565494, 39.955718977174001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20873, "tnode_": 20931, "lpoly_": null, "rpoly_": null, "length": 192.91636038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 421, "r_f_add": 400, "r_t_add": 416, "st_code": 89060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2192, "Shape__Length": 76.898975078421756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246061062111906, 39.955988607202499 ], [ -75.246174741537601, 39.955466303615303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20931, "tnode_": 20956, "lpoly_": null, "rpoly_": null, "length": 85.8479103, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 423, "l_t_add": 429, "r_f_add": 418, "r_t_add": 424, "st_code": 89060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2193, "Shape__Length": 34.220711835084465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246174741537601, 39.955466303615303 ], [ -75.246219450694596, 39.955233165585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20904, "tnode_": 20957, "lpoly_": null, "rpoly_": null, "length": 168.02007447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 419, "l_t_add": 433, "r_f_add": 418, "r_t_add": 432, "st_code": 24060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300015, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2194, "Shape__Length": 66.974239839038717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248210184565494, 39.955718977174001 ], [ -75.248312712661104, 39.9552645400112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20962, "tnode_": 20941, "lpoly_": null, "rpoly_": null, "length": 559.75062598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 64820, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2195, "Shape__Length": 222.28737870538038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238168445147707, 39.955020971652097 ], [ -75.240140472814304, 39.955261529402698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20971, "tnode_": 20960, "lpoly_": null, "rpoly_": null, "length": 270.39588135000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5528, "r_f_add": 5501, "r_t_add": 5529, "st_code": 27980, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2196, "Shape__Length": 107.37924887015446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232047640068501, 39.954789919124003 ], [ -75.232999703971799, 39.954908760686003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20913, "tnode_": 20975, "lpoly_": null, "rpoly_": null, "length": 194.35992511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 421, "r_f_add": 400, "r_t_add": 418, "st_code": 89020, "l_hundred": 400, "r_hundred": 400, "seg_id": 300020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2197, "Shape__Length": 77.475341037011006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242119568750894, 39.955506607924697 ], [ -75.2422233402541, 39.954979076078999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20892, "tnode_": 20982, "lpoly_": null, "rpoly_": null, "length": 279.67504528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 423, "r_f_add": 400, "r_t_add": 422, "st_code": 89040, "l_hundred": 400, "r_hundred": 400, "seg_id": 300021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2198, "Shape__Length": 111.48212632046032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244086222110994, 39.955752157771499 ], [ -75.244246947443102, 39.954994443985697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20956, "tnode_": 20984, "lpoly_": null, "rpoly_": null, "length": 85.69539823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 437, "r_f_add": 426, "r_t_add": 432, "st_code": 89060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2199, "Shape__Length": 34.158482273527831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246219450694596, 39.955233165585 ], [ -75.246273379402695, 39.955001610876501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20995, "tnode_": 20971, "lpoly_": null, "rpoly_": null, "length": 610.61747301999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 27980, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300024, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2200, "Shape__Length": 242.48682430149921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229897575200695, 39.954521959352803 ], [ -75.232047640068501, 39.954789919124003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20998, "tnode_": 20988, "lpoly_": null, "rpoly_": null, "length": 360.89348447999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5618, "l_t_add": 5698, "r_f_add": 5621, "r_t_add": 5699, "st_code": 64820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2201, "Shape__Length": 143.31692320100865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234947665830603, 39.954623377247003 ], [ -75.236218714448, 39.954780345705501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20975, "tnode_": 21006, "lpoly_": null, "rpoly_": null, "length": 85.98612385, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 423, "l_t_add": 429, "r_f_add": 420, "r_t_add": 428, "st_code": 89020, "l_hundred": 400, "r_hundred": 400, "seg_id": 300026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2202, "Shape__Length": 34.274866441387069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2422233402541, 39.954979076078999 ], [ -75.242273247246203, 39.954746179057203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21006, "tnode_": 20982, "lpoly_": null, "rpoly_": null, "length": 560.66194353999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 61840, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300027, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2203, "Shape__Length": 222.64972692172665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242273247246203, 39.954746179057203 ], [ -75.244246947443102, 39.954994443985697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21008, "tnode_": 20998, "lpoly_": null, "rpoly_": null, "length": 208.25323525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5619, "st_code": 64820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2204, "Shape__Length": 82.701098974604434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234214621750994, 39.954530844741903 ], [ -75.234947665830603, 39.954623377247003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20957, "tnode_": 21015, "lpoly_": null, "rpoly_": null, "length": 199.20110681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 435, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 24060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2205, "Shape__Length": 79.404840144109301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248312712661104, 39.9552645400112 ], [ -75.248419024488399, 39.954723863091303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21019, "tnode_": 20995, "lpoly_": null, "rpoly_": null, "length": 510.42580334999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 27980, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300030, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2206, "Shape__Length": 202.69768905722415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228099673405396, 39.9543009891187 ], [ -75.229897575200695, 39.954521959352803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21022, "tnode_": 21001, "lpoly_": null, "rpoly_": null, "length": 561.98373564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 61840, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300031, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2207, "Shape__Length": 223.17340583095674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238275031259903, 39.9544873451445 ], [ -75.240253810772501, 39.954734144331198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21006, "tnode_": 21026, "lpoly_": null, "rpoly_": null, "length": 83.58994084, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 441, "r_f_add": 430, "r_t_add": 434, "st_code": 89020, "l_hundred": 400, "r_hundred": 400, "seg_id": 300032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2208, "Shape__Length": 33.320407114419261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242273247246203, 39.954746179057203 ], [ -75.242315864293701, 39.9545190701254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21027, "tnode_": 21020, "lpoly_": null, "rpoly_": null, "length": 270.4911466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5532, "r_f_add": 5501, "r_t_add": 5529, "st_code": 64820, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2209, "Shape__Length": 107.41680622170206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232154978880899, 39.954271267608497 ], [ -75.233106748047803, 39.9543930698512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21037, "tnode_": 21027, "lpoly_": null, "rpoly_": null, "length": 256.10215947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5436, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 64820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300034, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2210, "Shape__Length": 101.70310848237044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231254533275802, 39.954152787188697 ], [ -75.232154978880899, 39.954271267608497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20988, "tnode_": 21042, "lpoly_": null, "rpoly_": null, "length": 197.4042695, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 416, "st_code": 88960, "l_hundred": 400, "r_hundred": 400, "seg_id": 300036, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2211, "Shape__Length": 78.68689673008069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236218714448, 39.954780345705501 ], [ -75.236332406442102, 39.954245556421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21050, "tnode_": 21037, "lpoly_": null, "rpoly_": null, "length": 355.37679784000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5434, "r_f_add": 5401, "r_t_add": 5439, "st_code": 64820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2212, "Shape__Length": 141.12356032367188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230001435694305, 39.954005541441397 ], [ -75.231254533275802, 39.954152787188697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20982, "tnode_": 21056, "lpoly_": null, "rpoly_": null, "length": 280.44134228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 425, "l_t_add": 499, "r_f_add": 424, "r_t_add": 498, "st_code": 89040, "l_hundred": 400, "r_hundred": 400, "seg_id": 300038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2213, "Shape__Length": 111.78552727184785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244246947443102, 39.954994443985697 ], [ -75.244413775260298, 39.954235378487503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21015, "tnode_": 21066, "lpoly_": null, "rpoly_": null, "length": 183.23094849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 514, "st_code": 24060, "l_hundred": 500, "r_hundred": 500, "seg_id": 300039, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2214, "Shape__Length": 73.035662207765625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248419024488399, 39.954723863091303 ], [ -75.248535257551197, 39.954228888992702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21068, "tnode_": 21047, "lpoly_": null, "rpoly_": null, "length": 561.59157527000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 11320, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300040, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2215, "Shape__Length": 223.01624916660813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238371286149302, 39.954025553016798 ], [ -75.240348566525796, 39.954272677533801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21069, "tnode_": 21050, "lpoly_": null, "rpoly_": null, "length": 509.86581031999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 64820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2216, "Shape__Length": 202.47393393118756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2282057099426, 39.9537839004769 ], [ -75.230001435694305, 39.954005541441397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21026, "tnode_": 21080, "lpoly_": null, "rpoly_": null, "length": 197.95035986, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 443, "l_t_add": 499, "r_f_add": 436, "r_t_add": 498, "st_code": 89020, "l_hundred": 400, "r_hundred": 400, "seg_id": 300042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2217, "Shape__Length": 78.903149429165708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242315864293701, 39.9545190701254 ], [ -75.242437509939506, 39.953983796489098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21042, "tnode_": 21088, "lpoly_": null, "rpoly_": null, "length": 169.31423616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 419, "l_t_add": 433, "r_f_add": 418, "r_t_add": 432, "st_code": 88960, "l_hundred": 400, "r_hundred": 400, "seg_id": 300043, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2218, "Shape__Length": 67.489810216622288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236332406442102, 39.954245556421 ], [ -75.236427701032895, 39.953786589940101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21040, "tnode_": 21091, "lpoly_": null, "rpoly_": null, "length": 192.36586004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 317, "l_t_add": 399, "r_f_add": 316, "r_t_add": 398, "st_code": 88830, "l_hundred": 300, "r_hundred": 300, "seg_id": 300044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2219, "Shape__Length": 76.677801908523904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226115522592806, 39.954058374925403 ], [ -75.226225919784198, 39.953537185974199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21098, "tnode_": 21090, "lpoly_": null, "rpoly_": null, "length": 172.50732123999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5918, "l_t_add": 5932, "r_f_add": 5921, "r_t_add": 5941, "st_code": 49140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2220, "Shape__Length": 68.50359217842113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241139660839593, 39.953826310786901 ], [ -75.241748524248095, 39.953894770064203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21106, "tnode_": 21098, "lpoly_": null, "rpoly_": null, "length": 195.08552597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5919, "st_code": 49140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2221, "Shape__Length": 77.470518169836595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240452351245295, 39.953742606501699 ], [ -75.241139660839593, 39.953826310786901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21060, "tnode_": 21111, "lpoly_": null, "rpoly_": null, "length": 171.19147621, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 419, "l_t_add": 433, "r_f_add": 418, "r_t_add": 432, "st_code": 88940, "l_hundred": 400, "r_hundred": 400, "seg_id": 300048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2222, "Shape__Length": 68.237389015149077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234323246006099, 39.953999022873298 ], [ -75.234422812069795, 39.953535369850798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21120, "tnode_": 21103, "lpoly_": null, "rpoly_": null, "length": 513.60833752999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 61840, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300049, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2223, "Shape__Length": 203.96315757778333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228311385044805, 39.953247201721901 ], [ -75.228390838146197, 39.953237219921803 ], [ -75.230050581764203, 39.953443979979397 ], [ -75.230114716372498, 39.953465865725498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21122, "tnode_": 21106, "lpoly_": null, "rpoly_": null, "length": 560.35543902000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 49140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2224, "Shape__Length": 222.52390775284775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2384797633582, 39.953494491464703 ], [ -75.240452351245295, 39.953742606501699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21081, "tnode_": 21128, "lpoly_": null, "rpoly_": null, "length": 170.06904196, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 415, "l_t_add": 429, "r_f_add": 418, "r_t_add": 432, "st_code": 88910, "l_hundred": 400, "r_hundred": 400, "seg_id": 300051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2225, "Shape__Length": 67.790269851375896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232266079365701, 39.953745302301698 ], [ -75.232361183252607, 39.953284214376303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21056, "tnode_": 21136, "lpoly_": null, "rpoly_": null, "length": 284.06608625999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 510, "st_code": 89040, "l_hundred": 500, "r_hundred": 500, "seg_id": 300052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2226, "Shape__Length": 113.23136631997525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244413775260298, 39.954235378487503 ], [ -75.244566584661399, 39.953464500078802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21088, "tnode_": 21141, "lpoly_": null, "rpoly_": null, "length": 195.45635708, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 435, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 88960, "l_hundred": 400, "r_hundred": 400, "seg_id": 300054, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2227, "Shape__Length": 77.90842657838418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236427701032895, 39.953786589940101 ], [ -75.236546366843001, 39.953257866863503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21080, "tnode_": 21159, "lpoly_": null, "rpoly_": null, "length": 278.0747974, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 530, "st_code": 89020, "l_hundred": 500, "r_hundred": 500, "seg_id": 300055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2228, "Shape__Length": 110.84321080158976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242437509939506, 39.953983796489098 ], [ -75.242583882723693, 39.953228803709401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21111, "tnode_": 21161, "lpoly_": null, "rpoly_": null, "length": 194.09060990999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 435, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 88940, "l_hundred": 400, "r_hundred": 400, "seg_id": 300056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2229, "Shape__Length": 77.36468191140645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234422812069795, 39.953535369850798 ], [ -75.234534330639207, 39.9530095245429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21173, "tnode_": 21150, "lpoly_": null, "rpoly_": null, "length": 510.4859708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 11320, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300057, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2230, "Shape__Length": 202.71888989661494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228412677264302, 39.952779441881098 ], [ -75.228485847473095, 39.952781612428701 ], [ -75.230145445370397, 39.952988567271802 ], [ -75.230208567689004, 39.953004402168702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21066, "tnode_": 21174, "lpoly_": null, "rpoly_": null, "length": 386.89461395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 517, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 24060, "l_hundred": 500, "r_hundred": 500, "seg_id": 300058, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2231, "Shape__Length": 154.21952661390407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248535257551197, 39.954228888992702 ], [ -75.248742717187298, 39.953178883922597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21175, "tnode_": 21153, "lpoly_": null, "rpoly_": null, "length": 559.95845919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 41380, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300059, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2232, "Shape__Length": 222.36440567413513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238586755918405, 39.952967601378703 ], [ -75.240558082023398, 39.953214828657003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21180, "tnode_": 21174, "lpoly_": null, "rpoly_": null, "length": 324.15550054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6230, "l_t_add": 6298, "r_f_add": 6231, "r_t_add": 6299, "st_code": 22020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300060, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2233, "Shape__Length": 128.72603685286822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247602707937105, 39.953030318609201 ], [ -75.248742717187298, 39.953178883922597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21128, "tnode_": 21182, "lpoly_": null, "rpoly_": null, "length": 198.1532109, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 88910, "l_hundred": 400, "r_hundred": 400, "seg_id": 300061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2234, "Shape__Length": 78.983153735015023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232361183252607, 39.953284214376303 ], [ -75.232479115206104, 39.952747884222603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21121, "tnode_": 21194, "lpoly_": null, "rpoly_": null, "length": 292.34092948, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 519, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 89060, "l_hundred": 500, "r_hundred": 500, "seg_id": 300062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2235, "Shape__Length": 116.52723675185891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246538036199297, 39.953714857528901 ], [ -75.246707306897605, 39.952922988836697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21194, "tnode_": 21180, "lpoly_": null, "rpoly_": null, "length": 254.05600846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6228, "r_f_add": 6201, "r_t_add": 6229, "st_code": 22020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300063, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2236, "Shape__Length": 100.88682080353013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246707306897605, 39.952922988836697 ], [ -75.247602707937105, 39.953030318609201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21141, "tnode_": 21195, "lpoly_": null, "rpoly_": null, "length": 196.022195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 514, "st_code": 88960, "l_hundred": 500, "r_hundred": 500, "seg_id": 300064, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2237, "Shape__Length": 78.135732457208761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236546366843001, 39.953257866863503 ], [ -75.236648337181293, 39.952725514512601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21198, "tnode_": 21193, "lpoly_": null, "rpoly_": null, "length": 177.17638141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5416, "l_t_add": 5430, "r_f_add": 5415, "r_t_add": 5431, "st_code": 49140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2238, "Shape__Length": 70.357344320035466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230952572728398, 39.952560945349603 ], [ -75.231576817437698, 39.952636760629503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21161, "tnode_": 21213, "lpoly_": null, "rpoly_": null, "length": 197.52527464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 516, "st_code": 88940, "l_hundred": 500, "r_hundred": 500, "seg_id": 300066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2239, "Shape__Length": 78.73370885388286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234534330639207, 39.9530095245429 ], [ -75.234643677449398, 39.952473862944501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21136, "tnode_": 21215, "lpoly_": null, "rpoly_": null, "length": 287.11493228999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 513, "l_t_add": 599, "r_f_add": 512, "r_t_add": 598, "st_code": 89040, "l_hundred": 500, "r_hundred": 500, "seg_id": 300067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2240, "Shape__Length": 114.44519773857461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244566584661399, 39.953464500078802 ], [ -75.244722321804304, 39.9526854999487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21218, "tnode_": 21199, "lpoly_": null, "rpoly_": null, "length": 559.09770139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 69080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 2241, "Shape__Length": 222.0207009782921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238685756367403, 39.9525081892318 ], [ -75.240654481207699, 39.952752938125798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21159, "tnode_": 21235, "lpoly_": null, "rpoly_": null, "length": 290.8158039, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 525, "l_t_add": 599, "r_f_add": 532, "r_t_add": 598, "st_code": 89020, "l_hundred": 500, "r_hundred": 500, "seg_id": 300069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2242, "Shape__Length": 115.91786912615831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242583882723693, 39.953228803709401 ], [ -75.242756644006604, 39.9524416274351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21213, "tnode_": 21241, "lpoly_": null, "rpoly_": null, "length": 83.50583924, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 523, "l_t_add": 529, "r_f_add": 518, "r_t_add": 524, "st_code": 88940, "l_hundred": 500, "r_hundred": 500, "seg_id": 300070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2243, "Shape__Length": 33.285636870866917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234643677449398, 39.952473862944501 ], [ -75.234687361557704, 39.9522471076668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21195, "tnode_": 21243, "lpoly_": null, "rpoly_": null, "length": 170.46115607, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 519, "l_t_add": 533, "r_f_add": 516, "r_t_add": 530, "st_code": 88960, "l_hundred": 500, "r_hundred": 500, "seg_id": 300071, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2244, "Shape__Length": 67.945078554356996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236648337181293, 39.952725514512601 ], [ -75.236747060299706, 39.9522637866285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21249, "tnode_": 21244, "lpoly_": null, "rpoly_": null, "length": 167.49025300999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5920, "l_t_add": 5940, "r_f_add": 5919, "r_t_add": 5935, "st_code": 22020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300073, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2245, "Shape__Length": 66.511828567924468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241476322070994, 39.952286906602701 ], [ -75.242065122578495, 39.952364718674701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21174, "tnode_": 21254, "lpoly_": null, "rpoly_": null, "length": 250.96454878999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 622, "st_code": 24060, "l_hundred": 600, "r_hundred": 600, "seg_id": 300074, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2246, "Shape__Length": 100.03440431880884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248742717187298, 39.953178883922597 ], [ -75.248884382897003, 39.9524986363976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21262, "tnode_": 21249, "lpoly_": null, "rpoly_": null, "length": 197.60752592999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5917, "st_code": 22020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300075, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2247, "Shape__Length": 78.4702462952731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240780134912896, 39.952202159280702 ], [ -75.241476322070994, 39.952286906602701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21271, "tnode_": 21254, "lpoly_": null, "rpoly_": null, "length": 321.65935069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 81300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2248, "Shape__Length": 127.73250434804837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247752005217706, 39.952356579890598 ], [ -75.248884382897003, 39.9524986363976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21241, "tnode_": 21273, "lpoly_": null, "rpoly_": null, "length": 85.23310599, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 531, "l_t_add": 533, "r_f_add": 526, "r_t_add": 532, "st_code": 88940, "l_hundred": 500, "r_hundred": 500, "seg_id": 300077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2249, "Shape__Length": 33.973430944513048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234687361557704, 39.9522471076668 ], [ -75.234736273655301, 39.952016180069897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21289, "tnode_": 21262, "lpoly_": null, "rpoly_": null, "length": 563.0479197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 22020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300078, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2250, "Shape__Length": 223.58834173276293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238798444867498, 39.951951298050297 ], [ -75.240780134912896, 39.952202159280702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21312, "tnode_": 21289, "lpoly_": null, "rpoly_": null, "length": 549.99429466999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 22020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300079, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2251, "Shape__Length": 218.40402421270113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236862844278207, 39.951705602518899 ], [ -75.238798444867498, 39.951951298050297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21313, "tnode_": 21291, "lpoly_": null, "rpoly_": null, "length": 557.96949013999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 81300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300080, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2252, "Shape__Length": 221.57045830547821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244881313386401, 39.951955337867403 ], [ -75.246846528071998, 39.952197301671902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21235, "tnode_": 21333, "lpoly_": null, "rpoly_": null, "length": 268.96059643000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 624, "st_code": 89020, "l_hundred": 600, "r_hundred": 600, "seg_id": 300081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2253, "Shape__Length": 107.20667065983065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242756644006604, 39.9524416274351 ], [ -75.242906742406205, 39.951712389596302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21273, "tnode_": 21337, "lpoly_": null, "rpoly_": null, "length": 207.75411502999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 535, "l_t_add": 599, "r_f_add": 534, "r_t_add": 598, "st_code": 88940, "l_hundred": 500, "r_hundred": 500, "seg_id": 300082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2254, "Shape__Length": 82.808634142923921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234736273655301, 39.952016180069897 ], [ -75.234858934873003, 39.951453736242797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21337, "tnode_": 21312, "lpoly_": null, "rpoly_": null, "length": 569.25854565999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 22020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300083, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2255, "Shape__Length": 226.05262351213918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234858934873003, 39.951453736242797 ], [ -75.236862844278207, 39.951705602518899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21354, "tnode_": 21339, "lpoly_": null, "rpoly_": null, "length": 560.2629913799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 63720, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300084, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 2256, "Shape__Length": 222.48058194896282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238916880711997, 39.951407618641802 ], [ -75.240888836706404, 39.951656847996702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21339, "tnode_": 21355, "lpoly_": null, "rpoly_": null, "length": 70.00602122, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 621, "l_t_add": 625, "r_f_add": 620, "r_t_add": 624, "st_code": 89000, "l_hundred": 600, "r_hundred": 600, "seg_id": 300085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2257, "Shape__Length": 27.9036010483116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240888836706404, 39.951656847996702 ], [ -75.240930183267906, 39.951467325503401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21361, "tnode_": 21337, "lpoly_": null, "rpoly_": null, "length": 586.11513618999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 22020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300086, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2258, "Shape__Length": 232.74533535931968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232795501388495, 39.951195323455202 ], [ -75.234858934873003, 39.951453736242797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21368, "tnode_": 21351, "lpoly_": null, "rpoly_": null, "length": 324.32277742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6228, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 21900, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2259, "Shape__Length": 128.78871439973534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247916883223894, 39.951544942603 ], [ -75.249058524635998, 39.951688642221001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21347, "tnode_": 21380, "lpoly_": null, "rpoly_": null, "length": 81.67136789, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 521, "l_t_add": 529, "r_f_add": 532, "r_t_add": 538, "st_code": 88830, "l_hundred": 500, "r_hundred": 500, "seg_id": 300088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2260, "Shape__Length": 32.553096873227553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226701441922899, 39.9512508252133 ], [ -75.226749524783898, 39.951029702171603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21383, "tnode_": 21368, "lpoly_": null, "rpoly_": null, "length": 257.00717393999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6226, "r_f_add": 6201, "r_t_add": 6221, "st_code": 21900, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2261, "Shape__Length": 102.05697933506029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247011639385505, 39.951433737568898 ], [ -75.247916883223894, 39.951544942603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21404, "tnode_": 21392, "lpoly_": null, "rpoly_": null, "length": 181.26875872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5416, "r_f_add": 5401, "r_t_add": 5415, "st_code": 22020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300090, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2262, "Shape__Length": 71.98062673143491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2306380946807, 39.950931766737902 ], [ -75.231276845999204, 39.951008827906698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21410, "tnode_": 21383, "lpoly_": null, "rpoly_": null, "length": 560.40063577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 21900, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2263, "Shape__Length": 222.53334242343453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245037854230404, 39.951190863671798 ], [ -75.247011639385505, 39.951433737568898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21337, "tnode_": 21418, "lpoly_": null, "rpoly_": null, "length": 200.91708713, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 629, "r_f_add": 600, "r_t_add": 614, "st_code": 88940, "l_hundred": 600, "r_hundred": 600, "seg_id": 300092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2264, "Shape__Length": 80.084108052226682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234858934873003, 39.951453736242797 ], [ -75.234968347643402, 39.9509086595695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21419, "tnode_": 21404, "lpoly_": null, "rpoly_": null, "length": 507.8760569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 22020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300093, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2265, "Shape__Length": 201.67393490147808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228848618884697, 39.950715053836802 ], [ -75.2306380946807, 39.950931766737902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21423, "tnode_": 21400, "lpoly_": null, "rpoly_": null, "length": 559.3601719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300094, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2266, "Shape__Length": 222.12069612098475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239012248605206, 39.950957839498599 ], [ -75.240980906693807, 39.951207169255603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21333, "tnode_": 21435, "lpoly_": null, "rpoly_": null, "length": 286.80018460999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 627, "l_t_add": 699, "r_f_add": 626, "r_t_add": 698, "st_code": 89020, "l_hundred": 600, "r_hundred": 600, "seg_id": 300095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2267, "Shape__Length": 114.31567369146249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242906742406205, 39.951712389596302 ], [ -75.243070611263505, 39.950935253925799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21361, "tnode_": 21441, "lpoly_": null, "rpoly_": null, "length": 201.88476786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 614, "st_code": 88910, "l_hundred": 600, "r_hundred": 600, "seg_id": 300096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2268, "Shape__Length": 80.468479645152414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232795501388495, 39.951195323455202 ], [ -75.232912886413899, 39.950648537537901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21351, "tnode_": 21457, "lpoly_": null, "rpoly_": null, "length": 279.79761089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 726, "st_code": 24060, "l_hundred": 700, "r_hundred": 700, "seg_id": 300097, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2269, "Shape__Length": 111.52495365061721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249058524635998, 39.951688642221001 ], [ -75.249215102319894, 39.950930074667397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21418, "tnode_": 21470, "lpoly_": null, "rpoly_": null, "length": 165.2223587, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 631, "l_t_add": 631, "r_f_add": 616, "r_t_add": 630, "st_code": 88940, "l_hundred": 600, "r_hundred": 600, "seg_id": 300098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2270, "Shape__Length": 65.855095508094124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234968347643402, 39.9509086595695 ], [ -75.235064599032597, 39.950461193747103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21503, "tnode_": 21495, "lpoly_": null, "rpoly_": null, "length": 159.48328878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5718, "l_t_add": 5730, "r_f_add": 5723, "r_t_add": 5743, "st_code": 21900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2271, "Shape__Length": 63.329782979228973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237889045420005, 39.950300608407098 ], [ -75.238450321294806, 39.950371773939104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21441, "tnode_": 21504, "lpoly_": null, "rpoly_": null, "length": 162.33420985000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 621, "l_t_add": 641, "r_f_add": 616, "r_t_add": 630, "st_code": 88910, "l_hundred": 600, "r_hundred": 600, "seg_id": 300100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2272, "Shape__Length": 64.702903346054967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232912886413899, 39.950648537537901 ], [ -75.233012724685494, 39.950209584273097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21444, "tnode_": 21513, "lpoly_": null, "rpoly_": null, "length": 184.29022842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 635, "l_t_add": 699, "r_f_add": 634, "r_t_add": 698, "st_code": 88960, "l_hundred": 600, "r_hundred": 600, "seg_id": 300101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2273, "Shape__Length": 73.454588515764357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237061523589105, 39.950710211877798 ], [ -75.237171811675694, 39.950211483642398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21517, "tnode_": 21486, "lpoly_": null, "rpoly_": null, "length": 562.76153677999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 82020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2274, "Shape__Length": 223.46873481335047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245197491975802, 39.950424788310201 ], [ -75.247179112752306, 39.950670877149598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21531, "tnode_": 21524, "lpoly_": null, "rpoly_": null, "length": 182.08805768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5618, "l_t_add": 5634, "r_f_add": 5619, "r_t_add": 5643, "st_code": 21900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2275, "Shape__Length": 72.30569511486587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235832023740599, 39.950042409037202 ], [ -75.236472881061502, 39.950123521249097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21461, "tnode_": 21532, "lpoly_": null, "rpoly_": null, "length": 194.09486515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 718, "st_code": 89000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300104, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2276, "Shape__Length": 77.364187069891841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241096300986996, 39.950700332485098 ], [ -75.241200435362899, 39.950173579780198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21470, "tnode_": 21538, "lpoly_": null, "rpoly_": null, "length": 183.83240537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 633, "l_t_add": 699, "r_f_add": 632, "r_t_add": 698, "st_code": 88940, "l_hundred": 600, "r_hundred": 600, "seg_id": 300105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2277, "Shape__Length": 73.272909126170262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235064599032597, 39.950461193747103 ], [ -75.235167137222803, 39.949962759426697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21435, "tnode_": 21540, "lpoly_": null, "rpoly_": null, "length": 278.43136797, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 726, "st_code": 89020, "l_hundred": 700, "r_hundred": 700, "seg_id": 300106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2278, "Shape__Length": 110.97833507482792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243070611263505, 39.950935253925799 ], [ -75.243232311800099, 39.950181124418201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21442, "tnode_": 21553, "lpoly_": null, "rpoly_": null, "length": 279.79462604000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 627, "r_f_add": 600, "r_t_add": 624, "st_code": 88830, "l_hundred": 600, "r_hundred": 600, "seg_id": 300107, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2279, "Shape__Length": 111.52124102148461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226871364472103, 39.950469873796898 ], [ -75.227031792115795, 39.949711791530198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21532, "tnode_": 21561, "lpoly_": null, "rpoly_": null, "length": 86.09914141, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 717, "l_t_add": 723, "r_f_add": 720, "r_t_add": 726, "st_code": 89000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2280, "Shape__Length": 34.317379871537625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241200435362899, 39.950173579780198 ], [ -75.241251293004495, 39.949940490433796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21504, "tnode_": 21567, "lpoly_": null, "rpoly_": null, "length": 182.91897617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 643, "l_t_add": 699, "r_f_add": 632, "r_t_add": 698, "st_code": 88910, "l_hundred": 600, "r_hundred": 600, "seg_id": 300109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2281, "Shape__Length": 72.908465789814016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233012724685494, 39.950209584273097 ], [ -75.233115457790205, 39.949713712765401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21585, "tnode_": 21554, "lpoly_": null, "rpoly_": null, "length": 578.73727831999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 23060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2282, "Shape__Length": 229.81011598482118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247335135920494, 39.949914079098697 ], [ -75.2493738604783, 39.950162995077797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21586, "tnode_": 21575, "lpoly_": null, "rpoly_": null, "length": 201.8289415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5422, "l_t_add": 5444, "r_f_add": 5417, "r_t_add": 5431, "st_code": 21900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2283, "Shape__Length": 80.143464385825581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231659976847794, 39.949538997957198 ], [ -75.232370978543301, 39.949625701548698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21561, "tnode_": 21591, "lpoly_": null, "rpoly_": null, "length": 84.70376529, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 725, "l_t_add": 731, "r_f_add": 728, "r_t_add": 734, "st_code": 89000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300112, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2284, "Shape__Length": 33.761573974820884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241251293004495, 39.949940490433796 ], [ -75.2412979396465, 39.949710756180799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21500, "tnode_": 21595, "lpoly_": null, "rpoly_": null, "length": 271.29199515, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 629, "l_t_add": 699, "r_f_add": 630, "r_t_add": 698, "st_code": 88880, "l_hundred": 600, "r_hundred": 600, "seg_id": 300113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2285, "Shape__Length": 108.13027710981041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230796708730793, 39.950181738442403 ], [ -75.2309627115268, 39.949448048742802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21595, "tnode_": 21586, "lpoly_": null, "rpoly_": null, "length": 198.27887522999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5420, "r_f_add": 5401, "r_t_add": 5415, "st_code": 21900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2286, "Shape__Length": 78.734751317292094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2309627115268, 39.949448048742802 ], [ -75.231659976847794, 39.949538997957198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21607, "tnode_": 21585, "lpoly_": null, "rpoly_": null, "length": 561.56603157000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 23060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2287, "Shape__Length": 222.99165299470445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245357893371406, 39.949667815074697 ], [ -75.247335135920494, 39.949914079098697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21616, "tnode_": 21595, "lpoly_": null, "rpoly_": null, "length": 513.38694952999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 21900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2288, "Shape__Length": 203.85907923860941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229155315867004, 39.949221968727002 ], [ -75.2309627115268, 39.949448048742802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21567, "tnode_": 21635, "lpoly_": null, "rpoly_": null, "length": 195.38399715, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 717, "r_f_add": 700, "r_t_add": 718, "st_code": 88910, "l_hundred": 700, "r_hundred": 700, "seg_id": 300117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2289, "Shape__Length": 77.877398417070523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233115457790205, 39.949713712765401 ], [ -75.233216428437402, 39.949183018670603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21540, "tnode_": 21643, "lpoly_": null, "rpoly_": null, "length": 280.18638296, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 729, "l_t_add": 799, "r_f_add": 728, "r_t_add": 798, "st_code": 89020, "l_hundred": 700, "r_hundred": 700, "seg_id": 300118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2290, "Shape__Length": 111.67826169075983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243232311800099, 39.950181124418201 ], [ -75.243383151544904, 39.949420789247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21553, "tnode_": 21649, "lpoly_": null, "rpoly_": null, "length": 273.97900483999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 629, "l_t_add": 699, "r_f_add": 626, "r_t_add": 698, "st_code": 88830, "l_hundred": 600, "r_hundred": 600, "seg_id": 300119, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2291, "Shape__Length": 109.20416622605255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227031792115795, 39.949711791530198 ], [ -75.227173047850698, 39.948967583592498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21649, "tnode_": 21616, "lpoly_": null, "rpoly_": null, "length": 563.44157228000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 21900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2292, "Shape__Length": 223.73547645136944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227173047850698, 39.948967583592498 ], [ -75.229155315867004, 39.949221968727002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21635, "tnode_": 21668, "lpoly_": null, "rpoly_": null, "length": 89.14370561, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 719, "l_t_add": 725, "r_f_add": 720, "r_t_add": 726, "st_code": 88910, "l_hundred": 700, "r_hundred": 700, "seg_id": 300121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2293, "Shape__Length": 35.5291928197339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233216428437402, 39.949183018670603 ], [ -75.2332765958745, 39.948942729440802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21688, "tnode_": 21654, "lpoly_": null, "rpoly_": null, "length": 579.29894026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 21600, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2294, "Shape__Length": 230.03120152576381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247489361820996, 39.949149312060499 ], [ -75.249529311596604, 39.949401988008503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21697, "tnode_": 21663, "lpoly_": null, "rpoly_": null, "length": 560.6454427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 23060, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2295, "Shape__Length": 222.622638101164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239432553974297, 39.948940238749401 ], [ -75.241407756229606, 39.9491802136953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21668, "tnode_": 21704, "lpoly_": null, "rpoly_": null, "length": 79.46443392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 727, "l_t_add": 733, "r_f_add": 728, "r_t_add": 732, "st_code": 88910, "l_hundred": 700, "r_hundred": 700, "seg_id": 300124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2296, "Shape__Length": 31.673179537564838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2332765958745, 39.948942729440802 ], [ -75.233317481218194, 39.948726871126297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21711, "tnode_": 21702, "lpoly_": null, "rpoly_": null, "length": 163.09565050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5722, "l_t_add": 5736, "r_f_add": 5717, "r_t_add": 5731, "st_code": 23060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2297, "Shape__Length": 64.763459172825009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238197872071794, 39.9487768920063 ], [ -75.238771067859403, 39.948853225865797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21607, "tnode_": 21718, "lpoly_": null, "rpoly_": null, "length": 279.34716099000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 89040, "l_hundred": 800, "r_hundred": 800, "seg_id": 300126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2298, "Shape__Length": 111.34083682676467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245357893371406, 39.949667815074697 ], [ -75.245523279092694, 39.948911610029597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21718, "tnode_": 21688, "lpoly_": null, "rpoly_": null, "length": 557.99116368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 21600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2299, "Shape__Length": 221.56836966866996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245523279092694, 39.948911610029597 ], [ -75.247489361820996, 39.949149312060499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21649, "tnode_": 21722, "lpoly_": null, "rpoly_": null, "length": 173.08448901, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 712, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300128, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2300, "Shape__Length": 68.986665008594684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227173047850698, 39.948967583592498 ], [ -75.227275183673598, 39.948498992691498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21723, "tnode_": 21692, "lpoly_": null, "rpoly_": null, "length": 511.75944155000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 82020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2301, "Shape__Length": 203.2102516208449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229296691795597, 39.948533065452303 ], [ -75.231098914540596, 39.948755688249001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21608, "tnode_": 21724, "lpoly_": null, "rpoly_": null, "length": 279.96750938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 729, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 88960, "l_hundred": 700, "r_hundred": 700, "seg_id": 300130, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2302, "Shape__Length": 111.59040380310894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237337403647402, 39.949456137134497 ], [ -75.237483824399007, 39.948695898009703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21643, "tnode_": 21756, "lpoly_": null, "rpoly_": null, "length": 277.40343262, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 89020, "l_hundred": 800, "r_hundred": 800, "seg_id": 300131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2303, "Shape__Length": 110.56688931199432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243383151544904, 39.949420789247 ], [ -75.243539174706399, 39.948668809483003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21640, "tnode_": 21761, "lpoly_": null, "rpoly_": null, "length": 281.44522504000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 729, "l_t_add": 799, "r_f_add": 728, "r_t_add": 798, "st_code": 88940, "l_hundred": 700, "r_hundred": 700, "seg_id": 300132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2304, "Shape__Length": 112.17812766589746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235327902312605, 39.949206553583998 ], [ -75.235481597069295, 39.948443060316301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21722, "tnode_": 21766, "lpoly_": null, "rpoly_": null, "length": 78.12278447, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 715, "l_t_add": 719, "r_f_add": 714, "r_t_add": 718, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2305, "Shape__Length": 31.136504446159083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227275183673598, 39.948498992691498 ], [ -75.227327163535804, 39.948288300439202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21749, "tnode_": 21791, "lpoly_": null, "rpoly_": null, "length": 85.21853936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 819, "l_t_add": 825, "r_f_add": 818, "r_t_add": 824, "st_code": 89000, "l_hundred": 800, "r_hundred": 800, "seg_id": 300134, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2306, "Shape__Length": 33.965464931018708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241513004691399, 39.948645350986098 ], [ -75.241564477201905, 39.948414794165998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20051, "tnode_": 20036, "lpoly_": null, "rpoly_": null, "length": 400.72311508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5516, "l_t_add": 5598, "r_f_add": 5513, "r_t_add": 5599, "st_code": 13000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 2307, "Shape__Length": 159.15201334449247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118798813498, 39.962393340986701 ], [ -75.232530450436798, 39.962566847133303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21704, "tnode_": 21792, "lpoly_": null, "rpoly_": null, "length": 199.43578715000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 735, "l_t_add": 799, "r_f_add": 734, "r_t_add": 798, "st_code": 88910, "l_hundred": 700, "r_hundred": 700, "seg_id": 300135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2308, "Shape__Length": 79.491771479099128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233317481218194, 39.948726871126297 ], [ -75.233416245872405, 39.948184697576103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21724, "tnode_": 21810, "lpoly_": null, "rpoly_": null, "length": 195.16783426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 817, "r_f_add": 800, "r_t_add": 818, "st_code": 88960, "l_hundred": 800, "r_hundred": 800, "seg_id": 300136, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2309, "Shape__Length": 77.789578365676661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237483824399007, 39.948695898009703 ], [ -75.237588567776697, 39.9481662376255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21812, "tnode_": 21780, "lpoly_": null, "rpoly_": null, "length": 581.04215925000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 81560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2310, "Shape__Length": 230.72130550376582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247658066295799, 39.948389342255297 ], [ -75.2497035922637, 39.948645345663699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21791, "tnode_": 21825, "lpoly_": null, "rpoly_": null, "length": 83.51248325, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 827, "l_t_add": 833, "r_f_add": 826, "r_t_add": 832, "st_code": 89000, "l_hundred": 800, "r_hundred": 800, "seg_id": 300138, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2311, "Shape__Length": 33.286439266556123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241564477201905, 39.948414794165998 ], [ -75.241607168690393, 39.948187908772901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21834, "tnode_": 21838, "lpoly_": null, "rpoly_": null, "length": 365.99902674000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5118, "l_t_add": 5198, "r_f_add": 5119, "r_t_add": 5199, "st_code": 15620, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 300139, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2312, "Shape__Length": 145.3152029147704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2261167071008, 39.947768699039997 ], [ -75.227422015465294, 39.947779799939902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21766, "tnode_": 21838, "lpoly_": null, "rpoly_": null, "length": 187.13683698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 721, "l_t_add": 725, "r_f_add": 720, "r_t_add": 732, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2313, "Shape__Length": 74.588886888666011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227327163535804, 39.948288300439202 ], [ -75.227422015465294, 39.947779799939902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21838, "tnode_": 21845, "lpoly_": null, "rpoly_": null, "length": 57.90676313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5200, "r_f_add": 5201, "r_t_add": 5207, "st_code": 15620, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300142, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2314, "Shape__Length": 22.991126032225985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227422015465294, 39.947779799939902 ], [ -75.227628547868093, 39.947779489772699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21718, "tnode_": 21849, "lpoly_": null, "rpoly_": null, "length": 283.62170914999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 89040, "l_hundred": 900, "r_hundred": 900, "seg_id": 300143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2315, "Shape__Length": 113.04550927530279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245523279092694, 39.948911610029597 ], [ -75.245675369423196, 39.9481418825766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21849, "tnode_": 21812, "lpoly_": null, "rpoly_": null, "length": 563.15753092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 81560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300144, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2316, "Shape__Length": 223.61869371296825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245675369423196, 39.9481418825766 ], [ -75.247658066295799, 39.948389342255297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21761, "tnode_": 21851, "lpoly_": null, "rpoly_": null, "length": 197.68448789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 821, "r_f_add": 800, "r_t_add": 816, "st_code": 88940, "l_hundred": 800, "r_hundred": 800, "seg_id": 300145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2317, "Shape__Length": 78.791276714210852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235481597069295, 39.948443060316301 ], [ -75.2355956229149, 39.947907534888401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21785, "tnode_": 21863, "lpoly_": null, "rpoly_": null, "length": 172.12815727, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 815, "l_t_add": 829, "r_f_add": 818, "r_t_add": 832, "st_code": 88980, "l_hundred": 800, "r_hundred": 800, "seg_id": 300146, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2318, "Shape__Length": 68.605967336963019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239550079700706, 39.948408397844801 ], [ -75.239644320893404, 39.947941484693501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21756, "tnode_": 21874, "lpoly_": null, "rpoly_": null, "length": 282.94908635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 89020, "l_hundred": 900, "r_hundred": 900, "seg_id": 300147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2319, "Shape__Length": 112.77559280764206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243539174706399, 39.948668809483003 ], [ -75.243701323695603, 39.947902170009598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21810, "tnode_": 21883, "lpoly_": null, "rpoly_": null, "length": 172.6124629, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 819, "l_t_add": 833, "r_f_add": 820, "r_t_add": 840, "st_code": 88960, "l_hundred": 800, "r_hundred": 800, "seg_id": 300148, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2320, "Shape__Length": 68.797044800681078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237588567776697, 39.9481662376255 ], [ -75.237694989192207, 39.947699527690602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21851, "tnode_": 21909, "lpoly_": null, "rpoly_": null, "length": 164.79854537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 823, "l_t_add": 841, "r_f_add": 818, "r_t_add": 832, "st_code": 88940, "l_hundred": 800, "r_hundred": 800, "seg_id": 300149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2321, "Shape__Length": 65.683599370122479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2355956229149, 39.947907534888401 ], [ -75.235689462986002, 39.947460944766902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21834, "tnode_": 21913, "lpoly_": null, "rpoly_": null, "length": 274.537816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 82840, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 300150, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2322, "Shape__Length": 109.20030923941331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2261167071008, 39.947768699039997 ], [ -75.2268358540842, 39.947257224327103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21838, "tnode_": 21913, "lpoly_": null, "rpoly_": null, "length": 251.49232134, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 727, "l_t_add": 739, "r_f_add": 734, "r_t_add": 738, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300151, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2323, "Shape__Length": 100.07816725035507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227422015465294, 39.947779799939902 ], [ -75.2268358540842, 39.947257224327103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21923, "tnode_": 21901, "lpoly_": null, "rpoly_": null, "length": 527.92423952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 31400, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 2324, "Shape__Length": 209.62483739853647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247806567394406, 39.947632977923497 ], [ -75.249667274618204, 39.947854909052602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21833, "tnode_": 21924, "lpoly_": null, "rpoly_": null, "length": 685.22032653999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5346, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 15620, "l_hundred": 5300, "r_hundred": 5400, "seg_id": 300153, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2325, "Shape__Length": 272.15220547765904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231273235918096, 39.947918162631801 ], [ -75.233607199577705, 39.947360264129998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21863, "tnode_": 21927, "lpoly_": null, "rpoly_": null, "length": 192.07426264, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 831, "l_t_add": 899, "r_f_add": 834, "r_t_add": 898, "st_code": 88980, "l_hundred": 800, "r_hundred": 800, "seg_id": 300154, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2326, "Shape__Length": 76.555479813936685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239644320893404, 39.947941484693501 ], [ -75.239749132373205, 39.947420424202598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21924, "tnode_": 21953, "lpoly_": null, "rpoly_": null, "length": 221.94428073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5512, "r_f_add": 5501, "r_t_add": 5525, "st_code": 15620, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300155, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2327, "Shape__Length": 88.148935217015122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233607199577705, 39.947360264129998 ], [ -75.234364652339295, 39.947183272174897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21957, "tnode_": 21923, "lpoly_": null, "rpoly_": null, "length": 558.42869670999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 31400, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 2328, "Shape__Length": 221.73750692365132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245839387977895, 39.947393132806702 ], [ -75.247806567394406, 39.947632977923497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21883, "tnode_": 21958, "lpoly_": null, "rpoly_": null, "length": 194.06081472, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 835, "l_t_add": 899, "r_f_add": 842, "r_t_add": 898, "st_code": 88960, "l_hundred": 800, "r_hundred": 800, "seg_id": 300157, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2329, "Shape__Length": 77.346144691946847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237694989192207, 39.947699527690602 ], [ -75.237806975517699, 39.947173825293703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21895, "tnode_": 21980, "lpoly_": null, "rpoly_": null, "length": 215.39670585000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5348, "r_f_add": 5301, "r_t_add": 5307, "st_code": 77100, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2330, "Shape__Length": 85.805349705772642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295977639195, 39.947447913022998 ], [ -75.229902155556402, 39.946905016020899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21845, "tnode_": 21982, "lpoly_": null, "rpoly_": null, "length": 487.5929741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOMALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 19360, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300159, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOMALL ST", "stname": "BROOMALL ST", "objectid": 2331, "Shape__Length": 193.94987385521324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227628547868093, 39.947779489772699 ], [ -75.228897773935699, 39.946864457055902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21895, "tnode_": 21982, "lpoly_": null, "rpoly_": null, "length": 289.29751084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 803, "l_t_add": 807, "r_f_add": 802, "r_t_add": 818, "st_code": 88850, "l_hundred": 800, "r_hundred": 800, "seg_id": 300160, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2332, "Shape__Length": 115.10654958393626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295977639195, 39.947447913022998 ], [ -75.228897773935699, 39.946864457055902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21874, "tnode_": 21993, "lpoly_": null, "rpoly_": null, "length": 282.24356302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1021, "r_f_add": 1000, "r_t_add": 1020, "st_code": 89020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2333, "Shape__Length": 112.49341526472965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243701323695603, 39.947902170009598 ], [ -75.243861059476401, 39.947137192240703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21993, "tnode_": 21957, "lpoly_": null, "rpoly_": null, "length": 562.46049155000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 31400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 2334, "Shape__Length": 223.34026988079654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243861059476401, 39.947137192240703 ], [ -75.245839387977895, 39.947393132806702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21970, "tnode_": 22013, "lpoly_": null, "rpoly_": null, "length": 137.16275885, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 747, "l_t_add": 757, "r_f_add": 756, "r_t_add": 772, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300163, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2335, "Shape__Length": 54.571533142320042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226436399778393, 39.946908992328602 ], [ -75.226099732755202, 39.946635810496403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21927, "tnode_": 22012, "lpoly_": null, "rpoly_": null, "length": 195.74858985, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 919, "r_f_add": 900, "r_t_add": 916, "st_code": 88980, "l_hundred": 900, "r_hundred": 900, "seg_id": 300164, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2336, "Shape__Length": 78.019324945458152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239749132373205, 39.947420424202598 ], [ -75.239856249992599, 39.946889431996297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21983, "tnode_": 22022, "lpoly_": null, "rpoly_": null, "length": 86.51275844, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 919, "l_t_add": 925, "r_f_add": 918, "r_t_add": 924, "st_code": 89000, "l_hundred": 900, "r_hundred": 900, "seg_id": 300165, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2337, "Shape__Length": 34.480467224655378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241830695328403, 39.947132126102801 ], [ -75.241883419836995, 39.946898130434398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22022, "tnode_": 22050, "lpoly_": null, "rpoly_": null, "length": 86.26000985, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 927, "l_t_add": 933, "r_f_add": 926, "r_t_add": 932, "st_code": 89000, "l_hundred": 900, "r_hundred": 900, "seg_id": 300166, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2338, "Shape__Length": 34.381124606561976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241883419836995, 39.946898130434398 ], [ -75.241924746444298, 39.9466634818885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21913, "tnode_": 22069, "lpoly_": null, "rpoly_": null, "length": 523.52196191999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5256, "r_f_add": 5201, "r_t_add": 5247, "st_code": 82840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300167, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2339, "Shape__Length": 208.23566848656733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2268358540842, 39.947257224327103 ], [ -75.228204779355593, 39.946279873626601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21982, "tnode_": 22069, "lpoly_": null, "rpoly_": null, "length": 288.27490583000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 809, "l_t_add": 899, "r_f_add": 820, "r_t_add": 898, "st_code": 88850, "l_hundred": 800, "r_hundred": 800, "seg_id": 300168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2340, "Shape__Length": 114.70138324463811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228897773935699, 39.946864457055902 ], [ -75.228204779355593, 39.946279873626601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22071, "tnode_": 22045, "lpoly_": null, "rpoly_": null, "length": 562.07691009000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 24060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300169, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2341, "Shape__Length": 223.18385069841926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246001963222, 39.9465691842693 ], [ -75.247981475636294, 39.9468129874843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22012, "tnode_": 22074, "lpoly_": null, "rpoly_": null, "length": 173.57744856000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 921, "l_t_add": 941, "r_f_add": 918, "r_t_add": 932, "st_code": 88980, "l_hundred": 900, "r_hundred": 900, "seg_id": 300170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2342, "Shape__Length": 69.180598061073127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239856249992599, 39.946889431996297 ], [ -75.239961700821596, 39.946419903306897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22065, "tnode_": 22092, "lpoly_": null, "rpoly_": null, "length": 204.73894395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5700, "r_f_add": 5701, "r_t_add": 5701, "st_code": 15620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2343, "Shape__Length": 81.304867422172933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237272985338095, 39.946472208588602 ], [ -75.237983025879501, 39.946341005385499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22103, "tnode_": 22071, "lpoly_": null, "rpoly_": null, "length": 560.56138871999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 24060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300172, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2344, "Shape__Length": 222.58142431566955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244027955713605, 39.946325267736803 ], [ -75.246001963222, 39.9465691842693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22092, "tnode_": 22123, "lpoly_": null, "rpoly_": null, "length": 216.41801098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5702, "l_t_add": 5716, "r_f_add": 5703, "r_t_add": 5715, "st_code": 15620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300173, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2345, "Shape__Length": 85.944581158732717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237983025879501, 39.946341005385499 ], [ -75.238731285128395, 39.946195192433201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22069, "tnode_": 22126, "lpoly_": null, "rpoly_": null, "length": 188.01048678000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5258, "l_t_add": 5298, "r_f_add": 5249, "r_t_add": 5333, "st_code": 82840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300174, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2346, "Shape__Length": 74.78736539809303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228204779355593, 39.946279873626601 ], [ -75.228688284280096, 39.9459222719384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22133, "tnode_": 22103, "lpoly_": null, "rpoly_": null, "length": 561.12691582000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 24060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300175, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2347, "Shape__Length": 222.80465810507781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242051362816994, 39.946084003929698 ], [ -75.244027955713605, 39.946325267736803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22123, "tnode_": 22138, "lpoly_": null, "rpoly_": null, "length": 175.96921226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5718, "l_t_add": 5730, "r_f_add": 5717, "r_t_add": 5729, "st_code": 15620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300176, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2348, "Shape__Length": 69.879135695766877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238731285128395, 39.946195192433201 ], [ -75.239342213361397, 39.946084577351002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22138, "tnode_": 27186, "lpoly_": null, "rpoly_": null, "length": 207.95738097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5732, "l_t_add": 5798, "r_f_add": 5731, "r_t_add": 5799, "st_code": 15620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300177, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2349, "Shape__Length": 82.589691182727108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239342213361397, 39.946084577351002 ], [ -75.240054954708199, 39.9459266421688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22074, "tnode_": 27186, "lpoly_": null, "rpoly_": null, "length": 181.57850725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 943, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 88980, "l_hundred": 900, "r_hundred": 900, "seg_id": 300178, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2350, "Shape__Length": 72.371331300309265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239961700821596, 39.946419903306897 ], [ -75.240054954708199, 39.9459266421688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22163, "tnode_": 22133, "lpoly_": null, "rpoly_": null, "length": 505.39322275999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 24060, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300179, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2351, "Shape__Length": 200.672520542597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240269387656397, 39.9458751841508 ], [ -75.242051362816994, 39.946084003929698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22122, "tnode_": 22202, "lpoly_": null, "rpoly_": null, "length": 336.51795044, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 88880, "l_hundred": 900, "r_hundred": 900, "seg_id": 300180, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2352, "Shape__Length": 133.89392272634385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230387003275794, 39.945993622788897 ], [ -75.229576316293105, 39.945312426240399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22163, "tnode_": 22235, "lpoly_": null, "rpoly_": null, "length": 469.84632104999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 15620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300181, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2353, "Shape__Length": 186.68404861386855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240269387656397, 39.9458751841508 ], [ -75.241773660956795, 39.945306861522297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22202, "tnode_": 22244, "lpoly_": null, "rpoly_": null, "length": 200.94532296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5420, "r_f_add": 5401, "r_t_add": 5415, "st_code": 82840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300182, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2354, "Shape__Length": 79.922373104938913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229576316293105, 39.945312426240399 ], [ -75.230107206600096, 39.9449418711989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22181, "tnode_": 22263, "lpoly_": null, "rpoly_": null, "length": 264.22828308000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1127, "l_t_add": 1199, "r_f_add": 1126, "r_t_add": 1198, "st_code": 89040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2355, "Shape__Length": 105.30911125215093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246155218550896, 39.945823082401397 ], [ -75.246310520647597, 39.945107659706899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22223, "tnode_": 22268, "lpoly_": null, "rpoly_": null, "length": 169.52541965, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 917, "l_t_add": 931, "r_f_add": 918, "r_t_add": 932, "st_code": 88910, "l_hundred": 900, "r_hundred": 900, "seg_id": 300184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2356, "Shape__Length": 67.450665568624245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231864418406502, 39.945108994805999 ], [ -75.231456899041504, 39.944765220210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22244, "tnode_": 22279, "lpoly_": null, "rpoly_": null, "length": 149.84475902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5422, "l_t_add": 5440, "r_f_add": 5417, "r_t_add": 5427, "st_code": 82840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300185, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2357, "Shape__Length": 59.598047360455482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230107206600096, 39.9449418711989 ], [ -75.230502655225195, 39.944665180735399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22160, "tnode_": 22279, "lpoly_": null, "rpoly_": null, "length": 523.77446533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 24720, "l_hundred": 900, "r_hundred": 900, "seg_id": 300186, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2358, "Shape__Length": 208.40290322927891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231756598169696, 39.945730930965503 ], [ -75.230502655225195, 39.944665180735399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22245, "tnode_": 22290, "lpoly_": null, "rpoly_": null, "length": 170.04315427, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1019, "l_t_add": 1033, "r_f_add": 1020, "r_t_add": 1034, "st_code": 88880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300187, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2359, "Shape__Length": 67.65553032664269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2290897341461, 39.944896260313598 ], [ -75.228679425901305, 39.944552525044998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22205, "tnode_": 22302, "lpoly_": null, "rpoly_": null, "length": 263.60293557999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1127, "l_t_add": 1199, "r_f_add": 1126, "r_t_add": 1198, "st_code": 89020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2360, "Shape__Length": 105.06069693402441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244185311626396, 39.945572598381901 ], [ -75.244331712143804, 39.9448578024612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22182, "tnode_": 22306, "lpoly_": null, "rpoly_": null, "length": 518.02253905000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5413, "r_t_add": 5599, "st_code": 77100, "l_hundred": 5500, "r_hundred": 5400, "seg_id": 300189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2361, "Shape__Length": 206.03419737355603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232351861228096, 39.9455240610245 ], [ -75.233719947596597, 39.944568365112303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22214, "tnode_": 22308, "lpoly_": null, "rpoly_": null, "length": 533.92277816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 22100, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARHURST ST", "stname": "CEDARHURST ST", "objectid": 2362, "Shape__Length": 212.13841112804013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239699272631896, 39.945372976945798 ], [ -75.241413044048997, 39.944734034308297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22279, "tnode_": 22337, "lpoly_": null, "rpoly_": null, "length": 170.91515323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5442, "l_t_add": 5498, "r_f_add": 5429, "r_t_add": 5499, "st_code": 82840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300191, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2363, "Shape__Length": 67.981201263264296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230502655225195, 39.944665180735399 ], [ -75.230948960750297, 39.944345610209503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22306, "tnode_": 22356, "lpoly_": null, "rpoly_": null, "length": 175.79507888999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5615, "st_code": 77100, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2364, "Shape__Length": 69.916519976144272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233719947596597, 39.944568365112303 ], [ -75.234187529204803, 39.944246875850602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22329, "tnode_": 22389, "lpoly_": null, "rpoly_": null, "length": 314.71761768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6030, "r_f_add": 6001, "r_t_add": 6001, "st_code": 15620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2365, "Shape__Length": 125.03317617113872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243420772394401, 39.944699569313698 ], [ -75.244442914200704, 39.944342606652803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22302, "tnode_": 22389, "lpoly_": null, "rpoly_": null, "length": 190.24893321, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 89020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2366, "Shape__Length": 75.823512739542451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244331712143804, 39.9448578024612 ], [ -75.244442914200704, 39.944342606652803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22301, "tnode_": 22394, "lpoly_": null, "rpoly_": null, "length": 288.79086597999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 88960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300195, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2367, "Shape__Length": 114.90236034410657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366245313344, 39.944678527510597 ], [ -75.2359292459183, 39.944093652263298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22356, "tnode_": 22396, "lpoly_": null, "rpoly_": null, "length": 111.52815709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5618, "l_t_add": 5628, "r_f_add": 5617, "r_t_add": 5625, "st_code": 77100, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2368, "Shape__Length": 44.361511548789274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234187529204803, 39.944246875850602 ], [ -75.234476238397093, 39.944036279583401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22363, "tnode_": 22419, "lpoly_": null, "rpoly_": null, "length": 169.59811614999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1119, "l_t_add": 1133, "r_f_add": 1118, "r_t_add": 1132, "st_code": 88940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2369, "Shape__Length": 67.480402548321962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233225355734206, 39.944146004771198 ], [ -75.232820648867403, 39.943800002812303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22357, "tnode_": 22435, "lpoly_": null, "rpoly_": null, "length": 263.1685622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 24060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300198, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2370, "Shape__Length": 104.6951100666957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238477578602797, 39.944356770536203 ], [ -75.237823548892095, 39.9438386172314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22389, "tnode_": 22437, "lpoly_": null, "rpoly_": null, "length": 239.98564066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6032, "l_t_add": 6054, "r_f_add": 6003, "r_t_add": 6017, "st_code": 15620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2371, "Shape__Length": 95.344483694458873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244442914200704, 39.944342606652803 ], [ -75.245220116147493, 39.9440666701623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22398, "tnode_": 22452, "lpoly_": null, "rpoly_": null, "length": 169.12473437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1019, "l_t_add": 1033, "r_f_add": 1018, "r_t_add": 1032, "st_code": 88910, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2372, "Shape__Length": 67.289691986119749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230460209190895, 39.943932482083099 ], [ -75.230053004216899, 39.943589981296199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22420, "tnode_": 22477, "lpoly_": null, "rpoly_": null, "length": 170.25297756000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1119, "l_t_add": 1137, "r_f_add": 1118, "r_t_add": 1132, "st_code": 88880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300201, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2373, "Shape__Length": 67.741231983524699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227689949787305, 39.9437207441132 ], [ -75.227284859897395, 39.9433725925781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22437, "tnode_": 22484, "lpoly_": null, "rpoly_": null, "length": 199.13888679000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6056, "l_t_add": 6064, "r_f_add": 6019, "r_t_add": 6045, "st_code": 15620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300202, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2374, "Shape__Length": 79.123215121544362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245220116147493, 39.9440666701623 ], [ -75.245856065019595, 39.943823293508402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22394, "tnode_": 22498, "lpoly_": null, "rpoly_": null, "length": 292.46966284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1231, "l_t_add": 1299, "r_f_add": 1230, "r_t_add": 1298, "st_code": 88960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300203, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2375, "Shape__Length": 116.36302797447782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2359292459183, 39.944093652263298 ], [ -75.235221710150896, 39.943503731377298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22337, "tnode_": 22500, "lpoly_": null, "rpoly_": null, "length": 521.78187490999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 82840, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300204, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2376, "Shape__Length": 207.52868599521619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230948960750297, 39.944345610209503 ], [ -75.232322533288396, 39.943379244960099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22351, "tnode_": 22523, "lpoly_": null, "rpoly_": null, "length": 520.52483609000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 83500, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2377, "Shape__Length": 207.02946088525101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228186868691594, 39.944143286622598 ], [ -75.2295550515868, 39.9431775037717 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22477, "tnode_": 22550, "lpoly_": null, "rpoly_": null, "length": 205.19624678, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1139, "l_t_add": 1199, "r_f_add": 1134, "r_t_add": 1198, "st_code": 88880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300206, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2378, "Shape__Length": 81.643203651474238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227284859897395, 39.9433725925781 ], [ -75.226794936450204, 39.942954156979603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22484, "tnode_": 22535, "lpoly_": null, "rpoly_": null, "length": 240.22273922, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6066, "l_t_add": 6098, "r_f_add": 6047, "r_t_add": 6099, "st_code": 15620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300207, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2379, "Shape__Length": 95.436166215265516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245856065019595, 39.943823293508402 ], [ -75.246636256948193, 39.943550833120199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22435, "tnode_": 22542, "lpoly_": null, "rpoly_": null, "length": 289.49196775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1220, "st_code": 88980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300208, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2380, "Shape__Length": 115.1846617642917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237823548892095, 39.9438386172314 ], [ -75.237134651418998, 39.943246700185497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22535, "tnode_": 22569, "lpoly_": null, "rpoly_": null, "length": 86.64173551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 15620, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300209, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2381, "Shape__Length": 34.419646870401948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246636256948193, 39.943550833120199 ], [ -75.246919460368403, 39.943455695295299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22560, "tnode_": 22576, "lpoly_": null, "rpoly_": null, "length": 86.86349554, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1319, "l_t_add": 1325, "r_f_add": 1312, "r_t_add": 1316, "st_code": 88960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300210, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2382, "Shape__Length": 34.56355610206014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234735388892005, 39.943096338835602 ], [ -75.234532285171895, 39.942916286138598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22420, "tnode_": 22579, "lpoly_": null, "rpoly_": null, "length": 519.39864775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 64120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 2383, "Shape__Length": 206.57555304609724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227689949787305, 39.9437207441132 ], [ -75.229062404047895, 39.942763162858597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22500, "tnode_": 22583, "lpoly_": null, "rpoly_": null, "length": 284.03699036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5626, "r_f_add": 5601, "r_t_add": 5627, "st_code": 82840, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300212, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2384, "Shape__Length": 112.96523540647513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232322533288396, 39.943379244960099 ], [ -75.233076013929406, 39.9428580964668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22563, "tnode_": 22608, "lpoly_": null, "rpoly_": null, "length": 168.84660638, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1217, "l_t_add": 1231, "r_f_add": 1218, "r_t_add": 1232, "st_code": 88940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2385, "Shape__Length": 67.177576284429009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231827463717806, 39.942973112685301 ], [ -75.231420072740207, 39.942631783080202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22498, "tnode_": 22625, "lpoly_": null, "rpoly_": null, "length": 458.00924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 77100, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2386, "Shape__Length": 182.16245231189424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235221710150896, 39.943503731377298 ], [ -75.236427092147196, 39.9426552257205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22542, "tnode_": 22625, "lpoly_": null, "rpoly_": null, "length": 292.89188733999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1227, "l_t_add": 1299, "r_f_add": 1222, "r_t_add": 1298, "st_code": 88980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300215, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2387, "Shape__Length": 116.53015985733433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237134651418998, 39.943246700185497 ], [ -75.236427092147196, 39.9426552257205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22579, "tnode_": 22632, "lpoly_": null, "rpoly_": null, "length": 171.28890933000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1119, "l_t_add": 1133, "r_f_add": 1118, "r_t_add": 1118, "st_code": 88910, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2388, "Shape__Length": 68.150398648813066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229062404047895, 39.942763162858597 ], [ -75.228651368265304, 39.9424153152641 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22523, "tnode_": 22672, "lpoly_": null, "rpoly_": null, "length": 523.96611563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 83500, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2389, "Shape__Length": 208.39627750040299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295550515868, 39.9431775037717 ], [ -75.230930611473894, 39.942203954002302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22625, "tnode_": 22699, "lpoly_": null, "rpoly_": null, "length": 286.88283847999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1320, "st_code": 88980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300219, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2390, "Shape__Length": 114.13454174481902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236427092147196, 39.9426552257205 ], [ -75.235727591726203, 39.942080506992703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22641, "tnode_": 22710, "lpoly_": null, "rpoly_": null, "length": 287.22273377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 53020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300220, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2391, "Shape__Length": 114.23694924805355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232590074889501, 39.942444387746598 ], [ -75.233342365821699, 39.941909259729698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22672, "tnode_": 22731, "lpoly_": null, "rpoly_": null, "length": 283.39543651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5630, "r_f_add": 5601, "r_t_add": 5629, "st_code": 83500, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2392, "Shape__Length": 112.71053292277807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230930611473894, 39.942203954002302 ], [ -75.231678717885103, 39.941680864967303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22688, "tnode_": 22760, "lpoly_": null, "rpoly_": null, "length": 286.57168408999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 39760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2393, "Shape__Length": 113.97714379142151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232173697809998, 39.942098459530797 ], [ -75.232924722874102, 39.9415649138503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22625, "tnode_": 22771, "lpoly_": null, "rpoly_": null, "length": 596.024985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 77100, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2394, "Shape__Length": 237.04935521414043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236427092147196, 39.9426552257205 ], [ -75.237999117913603, 39.94155393378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22779, "tnode_": 22833, "lpoly_": null, "rpoly_": null, "length": 188.64408222, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1271, "l_t_add": 1299, "r_f_add": 1270, "r_t_add": 1298, "st_code": 88910, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2395, "Shape__Length": 75.055032016240077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227338677990801, 39.941301468440201 ], [ -75.226888015836707, 39.940916974755098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22731, "tnode_": 22822, "lpoly_": null, "rpoly_": null, "length": 287.43211304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5632, "l_t_add": 5698, "r_f_add": 5631, "r_t_add": 5699, "st_code": 83500, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2396, "Shape__Length": 114.31371768053059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231678717885103, 39.941680864967303 ], [ -75.232439584190502, 39.941152118314903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22692, "tnode_": 22835, "lpoly_": null, "rpoly_": null, "length": 519.44715143999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 34520, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 2397, "Shape__Length": 206.59487364709122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228166521440599, 39.941992175905398 ], [ -75.2295309746046, 39.941027676351297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22774, "tnode_": 22836, "lpoly_": null, "rpoly_": null, "length": 204.50948725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 88980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300228, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2398, "Shape__Length": 81.360812854474077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235036331631505, 39.941483144901198 ], [ -75.234536514754893, 39.941074294758202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22836, "tnode_": 22854, "lpoly_": null, "rpoly_": null, "length": 87.13628527, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1415, "l_t_add": 1421, "r_f_add": 1414, "r_t_add": 1418, "st_code": 88980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300229, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2399, "Shape__Length": 34.672617960693856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234536514754893, 39.941074294758202 ], [ -75.234335468409299, 39.940891899944603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22875, "tnode_": 22894, "lpoly_": null, "rpoly_": null, "length": 89.92326638, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1521, "l_t_add": 1529, "r_f_add": 1520, "r_t_add": 1528, "st_code": 88960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2400, "Shape__Length": 35.77874763802253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231944251536106, 39.940733982740703 ], [ -75.231732154340605, 39.940548831301903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22877, "tnode_": 22913, "lpoly_": null, "rpoly_": null, "length": 152.35892746000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1417, "l_t_add": 1429, "r_f_add": 1416, "r_t_add": 1428, "st_code": 88940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2401, "Shape__Length": 60.615241660274052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229079476714602, 39.940646976250001 ], [ -75.2287110919534, 39.940339535099397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22774, "tnode_": 22922, "lpoly_": null, "rpoly_": null, "length": 597.8752578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 82840, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300232, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2402, "Shape__Length": 237.78409776683586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235036331631505, 39.941483144901198 ], [ -75.236608674079804, 39.940374609802603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22854, "tnode_": 23012, "lpoly_": null, "rpoly_": null, "length": 599.79178621999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 39760, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300234, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2403, "Shape__Length": 238.54056608557477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234335468409299, 39.940891899944603 ], [ -75.235918513074907, 39.9397846001727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22962, "tnode_": 23018, "lpoly_": null, "rpoly_": null, "length": 203.41074967999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1517, "r_f_add": 1500, "r_t_add": 1516, "st_code": 88940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2404, "Shape__Length": 80.918729972400286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228264708593699, 39.939953383958503 ], [ -75.227762390683296, 39.939550532599903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22939, "tnode_": 23021, "lpoly_": null, "rpoly_": null, "length": 291.07485803999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1518, "st_code": 88980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300237, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2405, "Shape__Length": 115.84953373304974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233634948268701, 39.940301103051702 ], [ -75.233574481280002, 39.940266330548802 ], [ -75.233019066019693, 39.9396611824465 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22922, "tnode_": 22991, "lpoly_": null, "rpoly_": null, "length": 1017.989693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 82840, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300238, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2406, "Shape__Length": 404.41796949922707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236608674079804, 39.940374609802603 ], [ -75.236762731324703, 39.940271766399 ], [ -75.236931550321401, 39.940193362275799 ], [ -75.237082781229901, 39.940163226305401 ], [ -75.237201311849702, 39.940162782317501 ], [ -75.237587242490903, 39.9401955636312 ], [ -75.237737799191294, 39.940183657182097 ], [ -75.237873241941699, 39.9401531743584 ], [ -75.238081642826799, 39.940072594655497 ], [ -75.238453772542996, 39.939837474475901 ], [ -75.238733670746797, 39.939746295790201 ], [ -75.239002980637906, 39.939727865189703 ], [ -75.239207786757106, 39.939744512204399 ], [ -75.239441701348895, 39.939828694844302 ], [ -75.239887177233797, 39.940036221313903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23018, "tnode_": 23067, "lpoly_": null, "rpoly_": null, "length": 173.76481214, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1519, "l_t_add": 1533, "r_f_add": 1518, "r_t_add": 1532, "st_code": 88940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2407, "Shape__Length": 69.135536516232889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227762390683296, 39.939550532599903 ], [ -75.227570209387295, 39.939387286383401 ], [ -75.227351076819701, 39.939193783490097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23049, "tnode_": 23068, "lpoly_": null, "rpoly_": null, "length": 79.72849332, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1629, "l_t_add": 1631, "r_f_add": 1628, "r_t_add": 1630, "st_code": 88960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2408, "Shape__Length": 31.713795802666585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230399940907503, 39.939433414421998 ], [ -75.230198565772398, 39.939278904156303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23021, "tnode_": 23109, "lpoly_": null, "rpoly_": null, "length": 291.75300875, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1520, "r_t_add": 1598, "st_code": 88980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300241, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2409, "Shape__Length": 116.13099462448869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233019066019693, 39.9396611824465 ], [ -75.232423367451005, 39.939004543638703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22962, "tnode_": 23120, "lpoly_": null, "rpoly_": null, "length": 568.70007436000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 81500, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 2410, "Shape__Length": 226.17780004524599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228264708593699, 39.939953383958503 ], [ -75.229757053689795, 39.938896229290798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23021, "tnode_": 23160, "lpoly_": null, "rpoly_": null, "length": 568.48538193000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 64120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300243, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 2411, "Shape__Length": 226.08598851991061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233019066019693, 39.9396611824465 ], [ -75.234519244086201, 39.938611498822297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23284, "tnode_": 23425, "lpoly_": null, "rpoly_": null, "length": 495.83778816, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2412, "Shape__Length": 197.25610790406279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228360658822794, 39.9377096433115 ], [ -75.227160166108405, 39.936710297242598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23178, "tnode_": 23326, "lpoly_": null, "rpoly_": null, "length": 520.41895335000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 16400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 2413, "Shape__Length": 206.96857739191111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231768084372902, 39.938469621629302 ], [ -75.2331382729502, 39.9375060519491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23284, "tnode_": 23337, "lpoly_": null, "rpoly_": null, "length": 184.34322924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5719, "st_code": 73900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300248, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2414, "Shape__Length": 73.312706160670942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228360658822794, 39.9377096433115 ], [ -75.228845068519107, 39.937367539490403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23321, "tnode_": 23366, "lpoly_": null, "rpoly_": null, "length": 166.22729022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1721, "l_t_add": 1735, "r_f_add": 1718, "r_t_add": 1732, "st_code": 88980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300249, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2415, "Shape__Length": 66.124936025407379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230636637342499, 39.937515976389598 ], [ -75.230226920487496, 39.9371862035239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23337, "tnode_": 23379, "lpoly_": null, "rpoly_": null, "length": 145.36809169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5716, "l_t_add": 5728, "r_f_add": 5721, "r_t_add": 5737, "st_code": 73900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300250, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2416, "Shape__Length": 57.810037109741693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228845068519107, 39.937367539490403 ], [ -75.229230313582406, 39.937100521981499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23267, "tnode_": 23412, "lpoly_": null, "rpoly_": null, "length": 524.47124447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81500, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 2417, "Shape__Length": 208.58005109002386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118643243207, 39.937934559054199 ], [ -75.232497117974404, 39.936961491526503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23379, "tnode_": 23431, "lpoly_": null, "rpoly_": null, "length": 188.74379736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5798, "r_f_add": 5739, "r_t_add": 5799, "st_code": 73900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300252, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2418, "Shape__Length": 75.060653824750943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229230313582406, 39.937100521981499 ], [ -75.229728539058598, 39.936752154508298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23431, "tnode_": 23496, "lpoly_": null, "rpoly_": null, "length": 247.56580201, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1820, "st_code": 88980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300253, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2419, "Shape__Length": 98.492777731850623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229728539058598, 39.936752154508298 ], [ -75.229139629089701, 39.936245855429398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23555, "tnode_": 23706, "lpoly_": null, "rpoly_": null, "length": 530.5764325, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300255, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2420, "Shape__Length": 211.07132033485499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2285360638854, 39.935741817694698 ], [ -75.227254085158194, 39.934670621405502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23431, "tnode_": 23566, "lpoly_": null, "rpoly_": null, "length": 521.95818206999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 73900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300256, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2421, "Shape__Length": 207.57816213792523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229728539058598, 39.936752154508298 ], [ -75.231098633415399, 39.935782281314701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23536, "tnode_": 23609, "lpoly_": null, "rpoly_": null, "length": 234.98780034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1714, "st_code": 24060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300257, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2422, "Shape__Length": 93.596619352306675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234500891261504, 39.936139268108199 ], [ -75.234825751722198, 39.935544643889699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23507, "tnode_": 23672, "lpoly_": null, "rpoly_": null, "length": 613.55604872000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300258, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 2423, "Shape__Length": 243.99875451156782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231597477315404, 39.9362000976422 ], [ -75.2332153716455, 39.9350662303817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23555, "tnode_": 23704, "lpoly_": null, "rpoly_": null, "length": 521.68674593999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 22760, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2424, "Shape__Length": 207.46619123220364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2285360638854, 39.935741817694698 ], [ -75.229906892846401, 39.934773678727403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23566, "tnode_": 23726, "lpoly_": null, "rpoly_": null, "length": 616.03762436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 73900, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300261, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2425, "Shape__Length": 244.98193489701316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231098633415399, 39.935782281314701 ], [ -75.232726411942807, 39.934646667587998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23680, "tnode_": 23759, "lpoly_": null, "rpoly_": null, "length": 275.94331897000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1751, "l_t_add": 1799, "r_f_add": 1750, "r_t_add": 1798, "st_code": 24060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300262, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2426, "Shape__Length": 109.77252849939968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235251837154706, 39.935006336062401 ], [ -75.2359204452505, 39.934450561804802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23704, "tnode_": 23768, "lpoly_": null, "rpoly_": null, "length": 261.92275262000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5924, "r_f_add": 5901, "r_t_add": 5929, "st_code": 22760, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2427, "Shape__Length": 104.15787190792007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229906892846401, 39.934773678727403 ], [ -75.230600297574398, 39.934291972873197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23638, "tnode_": 23794, "lpoly_": null, "rpoly_": null, "length": 617.88646331999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 77840, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300264, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 2428, "Shape__Length": 245.71715985301586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230500876478203, 39.935286385266998 ], [ -75.232130793244593, 39.934145044401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23768, "tnode_": 23810, "lpoly_": null, "rpoly_": null, "length": 166.50550677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5926, "l_t_add": 5940, "r_f_add": 5931, "r_t_add": 5951, "st_code": 22760, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2429, "Shape__Length": 66.218973650161203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230600297574398, 39.934291972873197 ], [ -75.231032278325202, 39.933978392156398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23794, "tnode_": 23812, "lpoly_": null, "rpoly_": null, "length": 72.82026661, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1827, "l_t_add": 1831, "r_f_add": 1826, "r_t_add": 1830, "st_code": 89020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2430, "Shape__Length": 28.971843131748724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232130793244593, 39.934145044401397 ], [ -75.231960499338399, 39.933994133150499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23810, "tnode_": 23859, "lpoly_": null, "rpoly_": null, "length": 186.49347962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5953, "r_t_add": 5999, "st_code": 22760, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2431, "Shape__Length": 74.155323640660853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231032278325202, 39.933978392156398 ], [ -75.231535181030495, 39.9336434171666 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23903, "tnode_": 23942, "lpoly_": null, "rpoly_": null, "length": 160.82618152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1919, "l_t_add": 1939, "r_f_add": 1928, "r_t_add": 1942, "st_code": 89020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2432, "Shape__Length": 63.97835832566664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118377886702, 39.933291443134401 ], [ -75.230731849515806, 39.932965300996401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23859, "tnode_": 23946, "lpoly_": null, "rpoly_": null, "length": 391.33344603999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6042, "r_f_add": 6001, "r_t_add": 6043, "st_code": 22760, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2433, "Shape__Length": 155.61867673171878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231535181030495, 39.9336434171666 ], [ -75.232569063018801, 39.932921922123001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23942, "tnode_": 23988, "lpoly_": null, "rpoly_": null, "length": 199.69648351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1941, "l_t_add": 1999, "r_f_add": 1944, "r_t_add": 1998, "st_code": 89020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2434, "Shape__Length": 79.440839478594441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230731849515806, 39.932965300996401 ], [ -75.230251715797095, 39.932560464750701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23993, "tnode_": 24079, "lpoly_": null, "rpoly_": null, "length": 386.37521243000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6044, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 67860, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 2435, "Shape__Length": 153.64768625059543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232143625997907, 39.9325668953364 ], [ -75.233159590345295, 39.9318504846362 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24074, "tnode_": 24121, "lpoly_": null, "rpoly_": null, "length": 229.45940858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2039, "l_t_add": 2099, "r_f_add": 2038, "r_t_add": 2098, "st_code": 89020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2436, "Shape__Length": 91.273245188313481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229418045440099, 39.931855405428102 ], [ -75.228856361574003, 39.931397379462901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24029, "tnode_": 24115, "lpoly_": null, "rpoly_": null, "length": 384.70689720999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6044, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 12240, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLMAN ST", "stname": "ALLMAN ST", "objectid": 2437, "Shape__Length": 152.9771436787716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231750841967397, 39.932231481392897 ], [ -75.232772162371703, 39.931526444296203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24077, "tnode_": 24152, "lpoly_": null, "rpoly_": null, "length": 387.70248565000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6042, "l_t_add": 6096, "r_f_add": 6041, "r_t_add": 6097, "st_code": 47780, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300274, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2438, "Shape__Length": 154.16872168824688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231279673391001, 39.9318369158674 ], [ -75.232306968945494, 39.931124699871702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24032, "tnode_": 24207, "lpoly_": null, "rpoly_": null, "length": 766.08228749999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 67940, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 2439, "Shape__Length": 304.64439731630347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229792914533405, 39.932171556276202 ], [ -75.231801046784597, 39.930745871546797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24191, "tnode_": 24244, "lpoly_": null, "rpoly_": null, "length": 207.93723704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 30800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2440, "Shape__Length": 82.711372788247772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229751016907898, 39.930747046180301 ], [ -75.229279216410305, 39.930346150176597 ], [ -75.229244192376001, 39.9303333556079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24074, "tnode_": 24235, "lpoly_": null, "rpoly_": null, "length": 739.28546481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 78960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 2441, "Shape__Length": 293.9809821672045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229418045440099, 39.931855405428102 ], [ -75.2313651675572, 39.930487344106801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27185, "tnode_": 24284, "lpoly_": null, "rpoly_": null, "length": 557.4833799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 47780, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300279, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2442, "Shape__Length": 221.6861929678582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232364376404007, 39.9310836971299 ], [ -75.233829913161003, 39.930049754014803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24330, "tnode_": 24383, "lpoly_": null, "rpoly_": null, "length": 256.61193102, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2125, "l_t_add": 2199, "r_f_add": 2124, "r_t_add": 2198, "st_code": 89040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2443, "Shape__Length": 102.01399542319031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229940106979001, 39.929620522862997 ], [ -75.229224738353395, 39.929181312563102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24202, "tnode_": 24389, "lpoly_": null, "rpoly_": null, "length": 555.99206091999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24060, "l_hundred": 0, "r_hundred": 0, "seg_id": 300281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2444, "Shape__Length": 221.50531461405433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242975519439696, 39.930949884176997 ], [ -75.242887824665502, 39.930796703748896 ], [ -75.242906525388804, 39.930718050392798 ], [ -75.243198657668003, 39.9300797738642 ], [ -75.243256405304194, 39.929479247312301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24401, "tnode_": 24409, "lpoly_": null, "rpoly_": null, "length": 102.18665851, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1723, "l_t_add": 1745, "r_f_add": 1722, "r_t_add": 1728, "st_code": 89160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300282, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2445, "Shape__Length": 40.569289304709741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242611999715095, 39.929360777546002 ], [ -75.242257286504298, 39.929296641642303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24409, "tnode_": 24420, "lpoly_": null, "rpoly_": null, "length": 149.78166509, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1747, "l_t_add": 1763, "r_f_add": 1730, "r_t_add": 1746, "st_code": 89160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300283, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2446, "Shape__Length": 59.468677922173569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242257286504298, 39.929296641642303 ], [ -75.241741671175703, 39.929189482270402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24284, "tnode_": 24434, "lpoly_": null, "rpoly_": null, "length": 612.06324479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 47780, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300284, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2447, "Shape__Length": 243.38505702673436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233829913161003, 39.930049754014803 ], [ -75.235440811015494, 39.928916185999903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24440, "tnode_": 24462, "lpoly_": null, "rpoly_": null, "length": 285.66777816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1803, "l_t_add": 1837, "r_f_add": 1802, "r_t_add": 1832, "st_code": 89160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300285, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2448, "Shape__Length": 113.41422110338968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240866498124902, 39.929018125653897 ], [ -75.239876595667596, 39.928833315679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24462, "tnode_": 24484, "lpoly_": null, "rpoly_": null, "length": 332.61366935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1839, "l_t_add": 1899, "r_f_add": 1834, "r_t_add": 1898, "st_code": 89160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300286, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2449, "Shape__Length": 132.05885423313524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239876595667596, 39.928833315679 ], [ -75.239396339850103, 39.928734642898803 ], [ -75.238732019772101, 39.928594179466799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24445, "tnode_": 27190, "lpoly_": null, "rpoly_": null, "length": 181.44777373, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1917, "r_f_add": 1900, "r_t_add": 1912, "st_code": 89160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300287, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2450, "Shape__Length": 72.176551517185203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238310580722498, 39.928926124057803 ], [ -75.237873412978303, 39.9285589415122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24330, "tnode_": 24510, "lpoly_": null, "rpoly_": null, "length": 727.50705217999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 85680, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 2451, "Shape__Length": 289.29101371810935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229940106979001, 39.929620522862997 ], [ -75.231851196644499, 39.928270095635902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24492, "tnode_": 24537, "lpoly_": null, "rpoly_": null, "length": 143.68326179, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1921, "l_t_add": 1933, "r_f_add": 1918, "r_t_add": 1932, "st_code": 89160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300290, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2452, "Shape__Length": 57.145907366458047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2378160613668, 39.928510588326503 ], [ -75.237456210687299, 39.928229838217902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24525, "tnode_": 24542, "lpoly_": null, "rpoly_": null, "length": 51.28145467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6158, "l_t_add": 6198, "r_f_add": 6159, "r_t_add": 6199, "st_code": 84480, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300291, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 2453, "Shape__Length": 20.395034053711157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230657180817502, 39.928167154785001 ], [ -75.230786613215599, 39.9280677188613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24484, "tnode_": 24559, "lpoly_": null, "rpoly_": null, "length": 296.03290348999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6514, "l_t_add": 6598, "r_f_add": 6515, "r_t_add": 6599, "st_code": 22760, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300292, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2454, "Shape__Length": 117.72437162503053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238732019772101, 39.928594179466799 ], [ -75.238995020748604, 39.928391886252498 ], [ -75.239495804882907, 39.928033443692499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24542, "tnode_": 24571, "lpoly_": null, "rpoly_": null, "length": 138.78132512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6221, "st_code": 84480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300293, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 2455, "Shape__Length": 55.191713133754206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230786613215599, 39.9280677188613 ], [ -75.2311409553283, 39.927801791394501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24537, "tnode_": 24580, "lpoly_": null, "rpoly_": null, "length": 195.90199129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1935, "l_t_add": 1999, "r_f_add": 1934, "r_t_add": 1998, "st_code": 89160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300294, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2456, "Shape__Length": 77.928103961460764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237456210687299, 39.928229838217902 ], [ -75.236988853064204, 39.927830167476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24589, "tnode_": 24615, "lpoly_": null, "rpoly_": null, "length": 145.84715003000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6424, "l_t_add": 6442, "r_f_add": 6425, "r_t_add": 6443, "st_code": 78960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 2457, "Shape__Length": 57.96493157824937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235332351181299, 39.9277283783602 ], [ -75.235758590783803, 39.927499017337801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24589, "tnode_": 24642, "lpoly_": null, "rpoly_": null, "length": 240.59543681000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AVONDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 14780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300296, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AVONDALE ST", "stname": "S AVONDALE ST", "objectid": 2458, "Shape__Length": 95.714167412302459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235332351181299, 39.9277283783602 ], [ -75.234772394123397, 39.927228019357798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24609, "tnode_": 24642, "lpoly_": null, "rpoly_": null, "length": 164.93695196000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6438, "r_f_add": 6401, "r_t_add": 6439, "st_code": 38640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 2459, "Shape__Length": 65.586082070539845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234340512737802, 39.927535336911603 ], [ -75.234772394123397, 39.927228019357798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24609, "tnode_": 24734, "lpoly_": null, "rpoly_": null, "length": 523.11366007000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 89120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 2460, "Shape__Length": 208.09280624194798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234340512737802, 39.927535336911603 ], [ -75.233102586480896, 39.926461200164098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24571, "tnode_": 24617, "lpoly_": null, "rpoly_": null, "length": 214.99219881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 84480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300300, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 2461, "Shape__Length": 85.48260606729707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2311409553283, 39.927801791394501 ], [ -75.231715956955696, 39.927411486077602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21847, "tnode_": 21895, "lpoly_": null, "rpoly_": null, "length": 130.8196889, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 801, "r_f_add": 800, "r_t_add": 800, "st_code": 88850, "l_hundred": 800, "r_hundred": 800, "seg_id": 300303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2462, "Shape__Length": 52.125647508634735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229451376306699, 39.947788897204099 ], [ -75.2295977639195, 39.947447913022998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24389, "tnode_": 24376, "lpoly_": null, "rpoly_": null, "length": 193.22818134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 89160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300304, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2463, "Shape__Length": 76.714525569026804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243256405304194, 39.929479247312301 ], [ -75.243926616368299, 39.929602248919501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24404, "tnode_": 24491, "lpoly_": null, "rpoly_": null, "length": 343.50773618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 38640, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 2464, "Shape__Length": 136.59151641219304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232069783369298, 39.929109120112102 ], [ -75.232976754054306, 39.928475377466597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20841, "tnode_": 20856, "lpoly_": null, "rpoly_": null, "length": 38.1073107, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 313, "l_t_add": 313, "r_f_add": 314, "r_t_add": 316, "st_code": 89020, "l_hundred": 300, "r_hundred": 300, "seg_id": 300306, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2465, "Shape__Length": 15.19020175284926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241985131748905, 39.956127774490703 ], [ -75.242007214123007, 39.956024554706303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20856, "tnode_": 20913, "lpoly_": null, "rpoly_": null, "length": 191.28973223, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 315, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 89020, "l_hundred": 300, "r_hundred": 300, "seg_id": 300307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2466, "Shape__Length": 76.250675523083075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242007214123007, 39.956024554706303 ], [ -75.242119568750894, 39.955506607924697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20869, "tnode_": 20879, "lpoly_": null, "rpoly_": null, "length": 39.19548314, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 317, "l_t_add": 317, "r_f_add": 316, "r_t_add": 316, "st_code": 89000, "l_hundred": 300, "r_hundred": 300, "seg_id": 300308, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2467, "Shape__Length": 15.624689518359299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240010405747995, 39.955884608754403 ], [ -75.240026775081802, 39.9557777522176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21381, "tnode_": 21377, "lpoly_": null, "rpoly_": null, "length": 41.73874844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5436, "l_t_add": 5438, "r_f_add": 5437, "r_t_add": 5439, "st_code": 22020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300309, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2468, "Shape__Length": 16.574111621442945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231905810334894, 39.951088768279703 ], [ -75.232053004077898, 39.9511059367481 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21392, "tnode_": 21389, "lpoly_": null, "rpoly_": null, "length": 21.3598418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5418, "l_t_add": 5418, "r_f_add": 5417, "r_t_add": 5417, "st_code": 22020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300310, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2469, "Shape__Length": 8.4817767650374929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231276845999204, 39.951008827906698 ], [ -75.231352205804896, 39.951017442718999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21389, "tnode_": 21381, "lpoly_": null, "rpoly_": null, "length": 157.369505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5420, "l_t_add": 5434, "r_f_add": 5419, "r_t_add": 5435, "st_code": 22020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300311, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2470, "Shape__Length": 62.491279587811078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231352205804896, 39.951017442718999 ], [ -75.231905810334894, 39.951088768279703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21319, "tnode_": 21347, "lpoly_": null, "rpoly_": null, "length": 83.28746109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 513, "l_t_add": 519, "r_f_add": 524, "r_t_add": 530, "st_code": 88830, "l_hundred": 500, "r_hundred": 500, "seg_id": 300312, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2471, "Shape__Length": 33.198350676670174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226659796813394, 39.951477202112002 ], [ -75.226701441922899, 39.9512508252133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21552, "tnode_": 21588, "lpoly_": null, "rpoly_": null, "length": 88.07319377, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 721, "l_t_add": 729, "r_f_add": 718, "r_t_add": 724, "st_code": 88980, "l_hundred": 700, "r_hundred": 700, "seg_id": 300313, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2472, "Shape__Length": 35.105390802121129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239234184171906, 39.9499325823612 ], [ -75.239276197607595, 39.949692982395298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21588, "tnode_": 21611, "lpoly_": null, "rpoly_": null, "length": 81.37075873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 737, "r_f_add": 726, "r_t_add": 732, "st_code": 88980, "l_hundred": 700, "r_hundred": 700, "seg_id": 300314, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2473, "Shape__Length": 32.432335070214499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239276197607595, 39.949692982395298 ], [ -75.239325497370302, 39.949472855607397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21670, "tnode_": 21692, "lpoly_": null, "rpoly_": null, "length": 59.56707184, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 749, "r_f_add": 730, "r_t_add": 748, "st_code": 88880, "l_hundred": 700, "r_hundred": 700, "seg_id": 300315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2474, "Shape__Length": 23.742525237417844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231069041248205, 39.948917582879702 ], [ -75.231098914540596, 39.948755688249001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21986, "tnode_": 22015, "lpoly_": null, "rpoly_": null, "length": 220.40290437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5538, "l_t_add": 5598, "r_f_add": 5545, "r_t_add": 5599, "st_code": 15620, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300316, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2475, "Shape__Length": 87.530359032943608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235050817706494, 39.947001685014001 ], [ -75.235752743747895, 39.9468597136743 ], [ -75.235809998177004, 39.946845074150197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22396, "tnode_": 22407, "lpoly_": null, "rpoly_": null, "length": 46.06050883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5630, "l_t_add": 5630, "r_f_add": 5627, "r_t_add": 5629, "st_code": 77100, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2476, "Shape__Length": 18.316467218084682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234476238397093, 39.944036279583401 ], [ -75.2346023812986, 39.943955283063701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22576, "tnode_": 22598, "lpoly_": null, "rpoly_": null, "length": 84.29424401, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1327, "l_t_add": 1333, "r_f_add": 1318, "r_t_add": 1320, "st_code": 88960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300318, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2477, "Shape__Length": 33.533920758067865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234532285171895, 39.942916286138598 ], [ -75.234323060203593, 39.942750124605602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22598, "tnode_": 22667, "lpoly_": null, "rpoly_": null, "length": 207.17902903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1322, "r_t_add": 1398, "st_code": 88960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300319, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2478, "Shape__Length": 82.433064857422892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234323060203593, 39.942750124605602 ], [ -75.233831311965005, 39.942325641403698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22854, "tnode_": 22880, "lpoly_": null, "rpoly_": null, "length": 84.03722596, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1423, "l_t_add": 1429, "r_f_add": 1420, "r_t_add": 1424, "st_code": 88980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300320, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2479, "Shape__Length": 33.431392712421761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234335468409299, 39.940891899944603 ], [ -75.234128048296597, 39.940725383753303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22880, "tnode_": 22939, "lpoly_": null, "rpoly_": null, "length": 207.37924164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 88980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300321, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2480, "Shape__Length": 82.509755779934693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234128048296597, 39.940725383753303 ], [ -75.233634948268701, 39.940301103051702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23900, "tnode_": 23931, "lpoly_": null, "rpoly_": null, "length": 121.72784745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5926, "l_t_add": 5936, "r_f_add": 5927, "r_t_add": 5937, "st_code": 47780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300322, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2481, "Shape__Length": 48.408068826741946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229323570981293, 39.933213416176002 ], [ -75.229642733921096, 39.932986938142697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23931, "tnode_": 24072, "lpoly_": null, "rpoly_": null, "length": 577.97210875999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 70740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300323, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 2482, "Shape__Length": 229.91729395706705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229642733921096, 39.932986938142697 ], [ -75.228247462636602, 39.9318192260248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23931, "tnode_": 23940, "lpoly_": null, "rpoly_": null, "length": 46.62948662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5938, "l_t_add": 5940, "r_f_add": 5939, "r_t_add": 5941, "st_code": 47780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300324, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2483, "Shape__Length": 18.537942009183968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229642733921096, 39.932986938142697 ], [ -75.229773016720998, 39.932907404133402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23881, "tnode_": 23900, "lpoly_": null, "rpoly_": null, "length": 74.94534338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5918, "l_t_add": 5924, "r_f_add": 5919, "r_t_add": 5925, "st_code": 47780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300326, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2484, "Shape__Length": 29.805517493521574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229129519409099, 39.933354873726898 ], [ -75.229323570981293, 39.933213416176002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23881, "tnode_": 24023, "lpoly_": null, "rpoly_": null, "length": 579.38833989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 67700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 2485, "Shape__Length": 230.48582250894796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229129519409099, 39.933354873726898 ], [ -75.227737405535507, 39.932179658207801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24207, "tnode_": 24235, "lpoly_": null, "rpoly_": null, "length": 154.31165058, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2021, "l_t_add": 2035, "r_f_add": 2020, "r_t_add": 2034, "st_code": 89040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-06-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2486, "Shape__Length": 61.342487974531501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231801046784597, 39.930745871546797 ], [ -75.2313651675572, 39.930487344106801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24420, "tnode_": 27182, "lpoly_": null, "rpoly_": null, "length": 217.94170103, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1765, "l_t_add": 1799, "r_f_add": 1748, "r_t_add": 1798, "st_code": 89160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300330, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2487, "Shape__Length": 86.527760203393399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241741671175703, 39.929189482270402 ], [ -75.240988229432801, 39.929042960729099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24340, "tnode_": 27182, "lpoly_": null, "rpoly_": null, "length": 283.34643956000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 16740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 2488, "Shape__Length": 112.88713932437341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240738403291004, 39.9297966172984 ], [ -75.240820065470103, 39.929554136473499 ], [ -75.240896917552305, 39.929314718254801 ], [ -75.240988229432801, 39.929042960729099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23740, "tnode_": 23759, "lpoly_": null, "rpoly_": null, "length": 403.65911465000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6026, "l_t_add": 6098, "r_f_add": 0, "r_t_add": 0, "st_code": 73900, "l_hundred": 6000, "r_hundred": 0, "seg_id": 300333, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2489, "Shape__Length": 160.28087039726319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234533135330693, 39.934602170794498 ], [ -75.234885375040307, 39.934638460342697 ], [ -75.235161434131797, 39.934650595797699 ], [ -75.235375692850994, 39.934624885239799 ], [ -75.235607086763096, 39.934563059636702 ], [ -75.2359204452505, 39.934450561804802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27185, "tnode_": 24207, "lpoly_": null, "rpoly_": null, "length": 200.32294706000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2019, "r_f_add": 2000, "r_t_add": 2018, "st_code": 89040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2490, "Shape__Length": 79.635079744824026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232364376404007, 39.9310836971299 ], [ -75.232037032991201, 39.930878676687499 ], [ -75.231801046784597, 39.930745871546797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23466, "tnode_": 23507, "lpoly_": null, "rpoly_": null, "length": 169.43494509, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1731, "l_t_add": 1769, "r_f_add": 1730, "r_t_add": 1768, "st_code": 89000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2491, "Shape__Length": 67.406345082923153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232004501006202, 39.936543847606998 ], [ -75.231813013721805, 39.936382554599099 ], [ -75.231597477315404, 39.9362000976422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23507, "tnode_": 23566, "lpoly_": null, "rpoly_": null, "length": 206.74018814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1771, "l_t_add": 1799, "r_f_add": 1770, "r_t_add": 1798, "st_code": 89000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2492, "Shape__Length": 82.245698350404581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231597477315404, 39.9362000976422 ], [ -75.231402309493205, 39.936041907208697 ], [ -75.231098633415399, 39.935782281314701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23624, "tnode_": 23672, "lpoly_": null, "rpoly_": null, "length": 167.54272472, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1727, "l_t_add": 1745, "r_f_add": 1726, "r_t_add": 1744, "st_code": 89020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2493, "Shape__Length": 66.651095896555645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233620056333606, 39.935404493859103 ], [ -75.233428405121899, 39.935249952928203 ], [ -75.2332153716455, 39.9350662303817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23672, "tnode_": 23726, "lpoly_": null, "rpoly_": null, "length": 205.36405526000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1747, "l_t_add": 1799, "r_f_add": 1746, "r_t_add": 1798, "st_code": 89020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2494, "Shape__Length": 81.700741188254099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2332153716455, 39.9350662303817 ], [ -75.233029932067097, 39.934899849012297 ], [ -75.232726411942807, 39.934646667587998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23726, "tnode_": 23745, "lpoly_": null, "rpoly_": null, "length": 115.61843418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6012, "r_f_add": 6001, "r_t_add": 6013, "st_code": 73900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300343, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2495, "Shape__Length": 45.964921194780494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232726411942807, 39.934646667587998 ], [ -75.233051235580206, 39.934451200492397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23745, "tnode_": 23757, "lpoly_": null, "rpoly_": null, "length": 108.37515556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6014, "l_t_add": 6016, "r_f_add": 6015, "r_t_add": 6017, "st_code": 73900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300344, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2496, "Shape__Length": 43.037453044674031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233051235580206, 39.934451200492397 ], [ -75.233168596043498, 39.934411515738702 ], [ -75.233286793231002, 39.934385231727298 ], [ -75.233417867408903, 39.934359570736099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23412, "tnode_": 23466, "lpoly_": null, "rpoly_": null, "length": 205.50341519, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1728, "st_code": 89000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2497, "Shape__Length": 81.756546260703146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232497117974404, 39.936961491526503 ], [ -75.232231235339199, 39.936739181548603 ], [ -75.232004501006202, 39.936543847606998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23412, "tnode_": 23573, "lpoly_": null, "rpoly_": null, "length": 612.57681624000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81500, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 2498, "Shape__Length": 243.60935949371742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232497117974404, 39.936961491526503 ], [ -75.233799482424601, 39.936055491711102 ], [ -75.234116585304804, 39.935832945690102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22971, "tnode_": 23024, "lpoly_": null, "rpoly_": null, "length": 189.49088333, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1619, "r_f_add": 1600, "r_t_add": 1618, "st_code": 88960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2499, "Shape__Length": 75.382639188719679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231036232324001, 39.939967271246303 ], [ -75.230804029873497, 39.939776840773199 ], [ -75.230570492188093, 39.939590383600397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22835, "tnode_": 22877, "lpoly_": null, "rpoly_": null, "length": 187.86111273999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1415, "r_f_add": 1400, "r_t_add": 1414, "st_code": 88940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2500, "Shape__Length": 74.741468211087835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295309746046, 39.941027676351297 ], [ -75.229308691562494, 39.940828914861498 ], [ -75.229079476714602, 39.940646976250001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22491, "tnode_": 22409, "lpoly_": null, "rpoly_": null, "length": 194.85912854, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1250, "r_t_add": 1298, "st_code": 89020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2501, "Shape__Length": 77.60765030801781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242777121938701, 39.943652210405098 ], [ -75.242931503977999, 39.9438828901771 ], [ -75.243086436807104, 39.944131160134503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22409, "tnode_": 22564, "lpoly_": null, "rpoly_": null, "length": 733.62452284000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 22100, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300353, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARHURST ST", "stname": "CEDARHURST ST", "objectid": 2502, "Shape__Length": 291.47865912374175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243086436807104, 39.944131160134503 ], [ -75.244784260918607, 39.943503940117402 ], [ -75.245440529313299, 39.943252335789602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22329, "tnode_": 22409, "lpoly_": null, "rpoly_": null, "length": 227.31744469, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1217, "l_t_add": 1219, "r_f_add": 1216, "r_t_add": 1248, "st_code": 89020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2503, "Shape__Length": 90.545703951477151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243420772394401, 39.944699569313698 ], [ -75.243255204734297, 39.9444070962778 ], [ -75.243086436807104, 39.944131160134503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22484, "tnode_": 22564, "lpoly_": null, "rpoly_": null, "length": 245.52765697000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 89040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2504, "Shape__Length": 97.766929642109176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245856065019595, 39.943823293508402 ], [ -75.245672689711299, 39.943506044594997 ], [ -75.245523895780707, 39.943273522040499 ], [ -75.245440529313299, 39.943252335789602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21923, "tnode_": 22045, "lpoly_": null, "rpoly_": null, "length": 302.71004324999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 89060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2505, "Shape__Length": 120.64967087590047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247806567394406, 39.947632977923497 ], [ -75.247882067268307, 39.947266787680697 ], [ -75.247981475636294, 39.9468129874843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22045, "tnode_": 21901, "lpoly_": null, "rpoly_": null, "length": 640.30514298000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6201, "l_t_add": 6299, "r_f_add": 6200, "r_t_add": 6298, "st_code": 24060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300360, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2506, "Shape__Length": 254.6406774531859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247981475636294, 39.9468129874843 ], [ -75.248285464373396, 39.946852060643899 ], [ -75.248487271413495, 39.946912296231297 ], [ -75.248688949329704, 39.946976017279802 ], [ -75.248867464672301, 39.947053191984899 ], [ -75.249045209288298, 39.947151286840302 ], [ -75.249261545615994, 39.947309546727801 ], [ -75.249389993035194, 39.947459719379502 ], [ -75.249544080038504, 39.947640240253598 ], [ -75.249667274618204, 39.947854909052602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21654, "tnode_": 21780, "lpoly_": null, "rpoly_": null, "length": 279.97881013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 949, "r_f_add": 900, "r_t_add": 948, "st_code": 24060, "l_hundred": 900, "r_hundred": 900, "seg_id": 300362, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2507, "Shape__Length": 111.59073484675972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249529311596604, 39.949401988008503 ], [ -75.249622728995305, 39.949037994746 ], [ -75.2497035922637, 39.948645345663699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21688, "tnode_": 21812, "lpoly_": null, "rpoly_": null, "length": 280.85534166999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 89060, "l_hundred": 900, "r_hundred": 900, "seg_id": 300364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2508, "Shape__Length": 111.94075109848751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247489361820996, 39.949149312060499 ], [ -75.247573079350801, 39.9487682492625 ], [ -75.247658066295799, 39.948389342255297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21812, "tnode_": 21923, "lpoly_": null, "rpoly_": null, "length": 278.65804213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1000, "r_t_add": 1048, "st_code": 89060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2509, "Shape__Length": 111.06638433674927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247658066295799, 39.948389342255297 ], [ -75.247734021923904, 39.948000615601302 ], [ -75.247806567394406, 39.947632977923497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21780, "tnode_": 21901, "lpoly_": null, "rpoly_": null, "length": 290.81865886000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 951, "l_t_add": 999, "r_f_add": 950, "r_t_add": 998, "st_code": 24060, "l_hundred": 900, "r_hundred": 900, "seg_id": 300367, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2510, "Shape__Length": 115.91497498116797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2497035922637, 39.948645345663699 ], [ -75.249742370499604, 39.948412277332999 ], [ -75.249743929669293, 39.948251231193197 ], [ -75.249728530799402, 39.948049055482599 ], [ -75.249667274618204, 39.947854909052602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21847, "tnode_": 21833, "lpoly_": null, "rpoly_": null, "length": 513.74956778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5344, "r_f_add": 5301, "r_t_add": 5399, "st_code": 15620, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2511, "Shape__Length": 203.98696980680245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229451376306699, 39.947788897204099 ], [ -75.2303048402553, 39.947810559618397 ], [ -75.231273235918096, 39.947918162631801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21845, "tnode_": 21847, "lpoly_": null, "rpoly_": null, "length": 511.08812991000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5202, "l_t_add": 5298, "r_f_add": 5209, "r_t_add": 5299, "st_code": 15620, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300370, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2512, "Shape__Length": 202.92093150074888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227628547868093, 39.947779489772699 ], [ -75.229451376306699, 39.947788897204099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21980, "tnode_": 22034, "lpoly_": null, "rpoly_": null, "length": 1071.1042854299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGORA", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5498, "r_f_add": 5301, "r_t_add": 5499, "st_code": 12660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300371, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGORA TER", "stname": "ANGORA TER", "objectid": 2513, "Shape__Length": 425.28281812771166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229902155556402, 39.946905016020899 ], [ -75.2323062421884, 39.9468228353131 ], [ -75.233698574334596, 39.946634205309401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21980, "tnode_": 22122, "lpoly_": null, "rpoly_": null, "length": 359.24160401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5309, "r_t_add": 5317, "st_code": 77100, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2514, "Shape__Length": 143.1123482728853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229902155556402, 39.946905016020899 ], [ -75.230279579573704, 39.946144364992101 ], [ -75.230387003275794, 39.945993622788897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24270, "tnode_": 24330, "lpoly_": null, "rpoly_": null, "length": 272.06253951999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2123, "r_f_add": 2100, "r_t_add": 2122, "st_code": 89040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2515, "Shape__Length": 108.15271994249902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230704690036703, 39.930080191011598 ], [ -75.229940106979001, 39.929620522862997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22720, "tnode_": 22768, "lpoly_": null, "rpoly_": null, "length": 168.68244116, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1319, "l_t_add": 1333, "r_f_add": 1318, "r_t_add": 1332, "st_code": 88940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2516, "Shape__Length": 67.113274500605485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230434579768101, 39.9417890824663 ], [ -75.230031259702002, 39.9414455124653 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22771, "tnode_": 22922, "lpoly_": null, "rpoly_": null, "length": 580.1486583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 24060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300380, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2517, "Shape__Length": 230.81816883484231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237999117913603, 39.94155393378 ], [ -75.236608674079804, 39.940374609802603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22690, "tnode_": 22771, "lpoly_": null, "rpoly_": null, "length": 284.88670074000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 24060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2518, "Shape__Length": 113.34282838566547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238688230990107, 39.942128601044502 ], [ -75.237999117913603, 39.94155393378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22602, "tnode_": 22690, "lpoly_": null, "rpoly_": null, "length": 322.73248573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1221, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1226, "st_code": 24060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300382, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2519, "Shape__Length": 128.4809537832121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239217103015406, 39.942860777575099 ], [ -75.239234802915405, 39.942784642664201 ], [ -75.239232214442097, 39.942719008024099 ], [ -75.239216089000195, 39.942627606848902 ], [ -75.239175567371205, 39.9425413974515 ], [ -75.239095117814301, 39.942451349707 ], [ -75.238688230990107, 39.942128601044502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21849, "tnode_": 21957, "lpoly_": null, "rpoly_": null, "length": 276.61247837999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1000, "r_t_add": 1048, "st_code": 89040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2520, "Shape__Length": 110.24835190438732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245675369423196, 39.9481418825766 ], [ -75.245761164431002, 39.947766378524904 ], [ -75.245839387977895, 39.947393132806702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21957, "tnode_": 22071, "lpoly_": null, "rpoly_": null, "length": 303.59118646999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 89040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2521, "Shape__Length": 121.00221145015763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245839387977895, 39.947393132806702 ], [ -75.245911513801204, 39.947025327475998 ], [ -75.246001963222, 39.9465691842693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23609, "tnode_": 23757, "lpoly_": null, "rpoly_": null, "length": 585.0227732, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 30800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300400, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2522, "Shape__Length": 232.7333853472644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234825751722198, 39.935544643889699 ], [ -75.234510188094802, 39.9352845025684 ], [ -75.233417867408903, 39.934359570736099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23740, "tnode_": 23720, "lpoly_": null, "rpoly_": null, "length": 125.82320831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6027, "r_t_add": 6045, "st_code": 73900, "l_hundred": 0, "r_hundred": 6000, "seg_id": 300402, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2523, "Shape__Length": 50.027060001217542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234533135330693, 39.934602170794498 ], [ -75.234584732585404, 39.934650112828798 ], [ -75.234878205323099, 39.934820787200202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23720, "tnode_": 23680, "lpoly_": null, "rpoly_": null, "length": 124.68732301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6047, "r_t_add": 6099, "st_code": 73900, "l_hundred": 0, "r_hundred": 6000, "seg_id": 300403, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2524, "Shape__Length": 49.553822401260952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234878205323099, 39.934820787200202 ], [ -75.235251837154706, 39.935006336062401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23757, "tnode_": 23763, "lpoly_": null, "rpoly_": null, "length": 126.47085717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6018, "l_t_add": 6020, "r_f_add": 6019, "r_t_add": 6021, "st_code": 73900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300404, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2525, "Shape__Length": 50.208031472975904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233417867408903, 39.934359570736099 ], [ -75.233579273874895, 39.934337505186598 ], [ -75.233696668367202, 39.934332862193799 ], [ -75.233863898475605, 39.934354174539898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23763, "tnode_": 23740, "lpoly_": null, "rpoly_": null, "length": 209.70046067000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6022, "l_t_add": 6024, "r_f_add": 6023, "r_t_add": 6025, "st_code": 73900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300405, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2526, "Shape__Length": 83.307529474442561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233863898475605, 39.934354174539898 ], [ -75.234142882532396, 39.9344214779616 ], [ -75.234298285471695, 39.934491785864601 ], [ -75.234533135330693, 39.934602170794498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23536, "tnode_": 23573, "lpoly_": null, "rpoly_": null, "length": 155.13191951, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 89020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2527, "Shape__Length": 61.708793642354856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234500891261504, 39.936139268108199 ], [ -75.234116585304804, 39.935832945690102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23466, "tnode_": 23624, "lpoly_": null, "rpoly_": null, "length": 614.42447252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 83740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300412, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2528, "Shape__Length": 244.34834581740742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232004501006202, 39.936543847606998 ], [ -75.233310023399198, 39.935627348613899 ], [ -75.233620056333606, 39.935404493859103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23946, "tnode_": 24030, "lpoly_": null, "rpoly_": null, "length": 384.47768988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6044, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 22760, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2529, "Shape__Length": 152.89538932882928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232569063018801, 39.932921922123001 ], [ -75.233577761511498, 39.932207116865698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24313, "tnode_": 24340, "lpoly_": null, "rpoly_": null, "length": 365.14155788, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AVONDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1701, "l_t_add": 1741, "r_f_add": 1700, "r_t_add": 1738, "st_code": 14780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300421, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AVONDALE ST", "stname": "S AVONDALE ST", "objectid": 2530, "Shape__Length": 144.9720298507321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241999692514298, 39.9300452762498 ], [ -75.240738403291004, 39.9297966172984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24340, "tnode_": 24364, "lpoly_": null, "rpoly_": null, "length": 321.51305592, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AVONDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1743, "l_t_add": 1799, "r_f_add": 1740, "r_t_add": 1798, "st_code": 14780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300422, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AVONDALE ST", "stname": "S AVONDALE ST", "objectid": 2531, "Shape__Length": 127.64928102504378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240738403291004, 39.9297966172984 ], [ -75.239627235035201, 39.929579439849597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24389, "tnode_": 24401, "lpoly_": null, "rpoly_": null, "length": 185.80579061, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1701, "l_t_add": 1721, "r_f_add": 1700, "r_t_add": 1720, "st_code": 89160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300423, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2532, "Shape__Length": 73.767644074896182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243256405304194, 39.929479247312301 ], [ -75.242703696681701, 39.929377635308697 ], [ -75.242611999715095, 39.929360777546002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24440, "tnode_": 24676, "lpoly_": null, "rpoly_": null, "length": 721.77992757000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 16740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 2533, "Shape__Length": 287.55685634247271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240866498124902, 39.929018125653897 ], [ -75.240943562248702, 39.928783721585901 ], [ -75.241500407742905, 39.9270977939413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24445, "tnode_": 24484, "lpoly_": null, "rpoly_": null, "length": 174.93051899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6326, "l_t_add": 6512, "r_f_add": 6327, "r_t_add": 6513, "st_code": 22760, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300426, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2534, "Shape__Length": 69.569549173743184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238310580722498, 39.928926124057803 ], [ -75.238314122852898, 39.928869317324299 ], [ -75.238732019772101, 39.928594179466799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24492, "tnode_": 24607, "lpoly_": null, "rpoly_": null, "length": 467.3395579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 12240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300427, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLMAN ST", "stname": "ALLMAN ST", "objectid": 2535, "Shape__Length": 185.82986991333095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2378160613668, 39.928510588326503 ], [ -75.239049770234999, 39.927648212905503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24537, "tnode_": 24640, "lpoly_": null, "rpoly_": null, "length": 474.25013166999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 67860, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300428, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 2536, "Shape__Length": 188.5876608992761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237456210687299, 39.928229838217902 ], [ -75.237500359278599, 39.928170463154302 ], [ -75.238688143253796, 39.927342708981897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24392, "tnode_": 24407, "lpoly_": null, "rpoly_": null, "length": 211.14565768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300429, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2537, "Shape__Length": 83.830505734667597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237728449982498, 39.929329065587197 ], [ -75.236999382150302, 39.929184454504103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24407, "tnode_": 27190, "lpoly_": null, "rpoly_": null, "length": 334.67577567000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 12240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300430, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLMAN ST", "stname": "ALLMAN ST", "objectid": 2538, "Shape__Length": 133.0860070512428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236999382150302, 39.929184454504103 ], [ -75.237873412978303, 39.9285589415122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24407, "tnode_": 24417, "lpoly_": null, "rpoly_": null, "length": 204.60676601999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1900, "l_t_add": 1958, "r_f_add": 1901, "r_t_add": 1959, "st_code": 22120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300431, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2539, "Shape__Length": 81.231543884209756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236999382150302, 39.929184454504103 ], [ -75.236289767791803, 39.929054019735702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24417, "tnode_": 24434, "lpoly_": null, "rpoly_": null, "length": 244.61560631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1960, "l_t_add": 1998, "r_f_add": 1961, "r_t_add": 1999, "st_code": 22120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300432, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2540, "Shape__Length": 97.114795597617245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236289767791803, 39.929054019735702 ], [ -75.235933268653397, 39.928989310494401 ], [ -75.235591498174799, 39.928914706681503 ], [ -75.235440811015494, 39.928916185999903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24392, "tnode_": 24445, "lpoly_": null, "rpoly_": null, "length": 219.54378049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6324, "r_f_add": 6301, "r_t_add": 6325, "st_code": 22760, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300433, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 2541, "Shape__Length": 87.297630640065876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237728449982498, 39.929329065587197 ], [ -75.238310580722498, 39.928926124057803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24434, "tnode_": 24580, "lpoly_": null, "rpoly_": null, "length": 587.37136582000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 47780, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300434, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2542, "Shape__Length": 233.56120323500795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235440811015494, 39.928916185999903 ], [ -75.236988853064204, 39.927830167476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24417, "tnode_": 24537, "lpoly_": null, "rpoly_": null, "length": 444.02418444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 67860, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300435, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 2543, "Shape__Length": 176.56408409421681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236289767791803, 39.929054019735702 ], [ -75.237456210687299, 39.928229838217902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24564, "tnode_": 24609, "lpoly_": null, "rpoly_": null, "length": 218.19646398, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 89120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300436, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 64TH ST", "stname": "S 64TH ST", "objectid": 2544, "Shape__Length": 86.792944887934084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234866712966394, 39.927976531681097 ], [ -75.234340512737802, 39.927535336911603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24491, "tnode_": 24609, "lpoly_": null, "rpoly_": null, "length": 513.37392054000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 38640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 2545, "Shape__Length": 204.12886440030749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232976754054306, 39.928475377466597 ], [ -75.234340512737802, 39.927535336911603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24401, "tnode_": 24651, "lpoly_": null, "rpoly_": null, "length": 741.61552714000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 16400, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300438, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 2546, "Shape__Length": 295.46190977204338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242611999715095, 39.929360777546002 ], [ -75.242689288382394, 39.929102334323602 ], [ -75.243257469674404, 39.927386595161401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24420, "tnode_": 24657, "lpoly_": null, "rpoly_": null, "length": 720.81346960999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 83740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 300439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2547, "Shape__Length": 287.17489592189906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241741671175703, 39.929189482270402 ], [ -75.241814740400301, 39.928948263481097 ], [ -75.241980415757695, 39.928437968175899 ], [ -75.242363593660201, 39.927269597691399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24491, "tnode_": 24617, "lpoly_": null, "rpoly_": null, "length": 524.62634246000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 89080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300440, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 2548, "Shape__Length": 208.68606184547789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232976754054306, 39.928475377466597 ], [ -75.231715956955696, 39.927411486077602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24491, "tnode_": 24510, "lpoly_": null, "rpoly_": null, "length": 324.4056336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2120, "st_code": 22120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300441, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2549, "Shape__Length": 128.79143225618972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232976754054306, 39.928475377466597 ], [ -75.231851196644499, 39.928270095635902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24510, "tnode_": 24542, "lpoly_": null, "rpoly_": null, "length": 307.53638503999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2123, "l_t_add": 2199, "r_f_add": 2122, "r_t_add": 2198, "st_code": 22120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300442, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2550, "Shape__Length": 122.09594748594873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231851196644499, 39.928270095635902 ], [ -75.230786613215599, 39.9280677188613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24571, "tnode_": 24684, "lpoly_": null, "rpoly_": null, "length": 494.92871679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 33800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 300443, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 2551, "Shape__Length": 196.88021281741507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2311409553283, 39.927801791394501 ], [ -75.229967036161497, 39.926787367124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24617, "tnode_": 24668, "lpoly_": null, "rpoly_": null, "length": 249.49589474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2219, "r_f_add": 2200, "r_t_add": 2218, "st_code": 89080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 300444, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 63RD ST", "stname": "S 63RD ST", "objectid": 2552, "Shape__Length": 99.247964852422143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231715956955696, 39.927411486077602 ], [ -75.231124052014195, 39.926900197828502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24191, "tnode_": 24270, "lpoly_": null, "rpoly_": null, "length": 361.30856692999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6030, "l_t_add": 6098, "r_f_add": 6033, "r_t_add": 6099, "st_code": 38640, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300445, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 2553, "Shape__Length": 143.67341538225909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229751016907898, 39.930747046180301 ], [ -75.230704690036703, 39.930080191011598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24235, "tnode_": 24381, "lpoly_": null, "rpoly_": null, "length": 630.78648359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 78960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-06-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 2554, "Shape__Length": 250.85732128757309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2313651675572, 39.930487344106801 ], [ -75.231357667524506, 39.930412727309502 ], [ -75.232942279827398, 39.929291766932003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24207, "tnode_": 24336, "lpoly_": null, "rpoly_": null, "length": 595.23039368000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 67940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 2555, "Shape__Length": 236.70461337731481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231801046784597, 39.930745871546797 ], [ -75.231819425561298, 39.930701210860498 ], [ -75.233343433950395, 39.929632377488403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24284, "tnode_": 24336, "lpoly_": null, "rpoly_": null, "length": 204.2814669, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2049, "r_f_add": 2000, "r_t_add": 2048, "st_code": 89060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2556, "Shape__Length": 81.26406165323074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233829913161003, 39.930049754014803 ], [ -75.233343433950395, 39.929632377488403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24032, "tnode_": 24074, "lpoly_": null, "rpoly_": null, "length": 155.93486078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2019, "l_t_add": 2037, "r_f_add": 2018, "r_t_add": 2036, "st_code": 89020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300449, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2557, "Shape__Length": 62.031465212342525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229792914533405, 39.932171556276202 ], [ -75.229418045440099, 39.931855405428102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24235, "tnode_": 24270, "lpoly_": null, "rpoly_": null, "length": 237.29375486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2036, "r_t_add": 2098, "st_code": 89040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2558, "Shape__Length": 94.336153093094012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2313651675572, 39.930487344106801 ], [ -75.230704690036703, 39.930080191011598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23988, "tnode_": 24032, "lpoly_": null, "rpoly_": null, "length": 191.37905906999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2017, "r_f_add": 2000, "r_t_add": 2016, "st_code": 89020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2559, "Shape__Length": 76.132450880690683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230251715797095, 39.932560464750701 ], [ -75.229792914533405, 39.932171556276202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24029, "tnode_": 24077, "lpoly_": null, "rpoly_": null, "length": 195.24034927, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1961, "l_t_add": 1999, "r_f_add": 1960, "r_t_add": 1998, "st_code": 30800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300453, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2560, "Shape__Length": 77.666280076129553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231750841967397, 39.932231481392897 ], [ -75.231279673391001, 39.9318369158674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24115, "tnode_": 24152, "lpoly_": null, "rpoly_": null, "length": 196.05542629, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1971, "l_t_add": 1999, "r_f_add": 1970, "r_t_add": 1998, "st_code": 89040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2561, "Shape__Length": 77.994405647583392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232772162371703, 39.931526444296203 ], [ -75.232306968945494, 39.931124699871702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23993, "tnode_": 24029, "lpoly_": null, "rpoly_": null, "length": 164.50740544, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1931, "l_t_add": 1959, "r_f_add": 1930, "r_t_add": 1958, "st_code": 30800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300455, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2562, "Shape__Length": 65.443622606308381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232143625997907, 39.9325668953364 ], [ -75.231750841967397, 39.932231481392897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24079, "tnode_": 24115, "lpoly_": null, "rpoly_": null, "length": 160.43370359, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1931, "l_t_add": 1969, "r_f_add": 1930, "r_t_add": 1968, "st_code": 89040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300456, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2563, "Shape__Length": 63.819777359839229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233159590345295, 39.9318504846362 ], [ -75.232772162371703, 39.931526444296203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23942, "tnode_": 24029, "lpoly_": null, "rpoly_": null, "length": 391.30524162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6042, "r_f_add": 6001, "r_t_add": 6043, "st_code": 12240, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLMAN ST", "stname": "ALLMAN ST", "objectid": 2564, "Shape__Length": 155.61550964810723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230731849515806, 39.932965300996401 ], [ -75.231750841967397, 39.932231481392897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23988, "tnode_": 24077, "lpoly_": null, "rpoly_": null, "length": 390.61196532999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6040, "r_f_add": 6001, "r_t_add": 6039, "st_code": 47780, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300458, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2565, "Shape__Length": 155.33191425326763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230251715797095, 39.932560464750701 ], [ -75.231279673391001, 39.9318369158674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23946, "tnode_": 23993, "lpoly_": null, "rpoly_": null, "length": 175.95662188, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1929, "r_f_add": 1900, "r_t_add": 1928, "st_code": 30800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300459, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2566, "Shape__Length": 69.995495484712634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232569063018801, 39.932921922123001 ], [ -75.232143625997907, 39.9325668953364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23903, "tnode_": 23993, "lpoly_": null, "rpoly_": null, "length": 390.29523159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6042, "r_f_add": 6001, "r_t_add": 6043, "st_code": 67860, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 2567, "Shape__Length": 155.20885036578167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118377886702, 39.933291443134401 ], [ -75.232143625997907, 39.9325668953364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23812, "tnode_": 23904, "lpoly_": null, "rpoly_": null, "length": 386.70428425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 77840, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 2568, "Shape__Length": 153.77799607445593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231960499338399, 39.933994133150499 ], [ -75.232983130818297, 39.933282000973101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23810, "tnode_": 23940, "lpoly_": null, "rpoly_": null, "length": 526.23071912, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 70740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300462, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 2569, "Shape__Length": 209.3443703475094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231032278325202, 39.933978392156398 ], [ -75.229773016720998, 39.932907404133402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23859, "tnode_": 23903, "lpoly_": null, "rpoly_": null, "length": 173.49968553, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1917, "r_f_add": 1900, "r_t_add": 1926, "st_code": 89020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300463, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2570, "Shape__Length": 69.020466164297773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231535181030495, 39.9336434171666 ], [ -75.231118377886702, 39.933291443134401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23940, "tnode_": 23988, "lpoly_": null, "rpoly_": null, "length": 184.37634225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5943, "r_t_add": 5999, "st_code": 47780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300464, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2571, "Shape__Length": 73.324436723054674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229773016720998, 39.932907404133402 ], [ -75.230251715797095, 39.932560464750701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23768, "tnode_": 23900, "lpoly_": null, "rpoly_": null, "length": 531.56349928999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 67700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300465, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 2572, "Shape__Length": 211.46402301666009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230600297574398, 39.934291972873197 ], [ -75.229323570981293, 39.933213416176002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23566, "tnode_": 23638, "lpoly_": null, "rpoly_": null, "length": 246.43793435000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 89000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2573, "Shape__Length": 98.035820721654588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231098633415399, 39.935782281314701 ], [ -75.230500876478203, 39.935286385266998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23726, "tnode_": 23794, "lpoly_": null, "rpoly_": null, "length": 247.56824792999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1825, "r_f_add": 1800, "r_t_add": 1824, "st_code": 89020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2574, "Shape__Length": 98.486740016113259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232726411942807, 39.934646667587998 ], [ -75.232130793244593, 39.934145044401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23638, "tnode_": 23704, "lpoly_": null, "rpoly_": null, "length": 250.25668323, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1850, "r_t_add": 1898, "st_code": 89000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2575, "Shape__Length": 99.56196154695499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230500876478203, 39.935286385266998 ], [ -75.229906892846401, 39.934773678727403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23812, "tnode_": 23859, "lpoly_": null, "rpoly_": null, "length": 174.78163942, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1833, "l_t_add": 1899, "r_f_add": 1832, "r_t_add": 1898, "st_code": 89020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2576, "Shape__Length": 69.52755247631535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231960499338399, 39.933994133150499 ], [ -75.231535181030495, 39.9336434171666 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23496, "tnode_": 23638, "lpoly_": null, "rpoly_": null, "length": 517.5701354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 77840, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300470, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 2577, "Shape__Length": 205.82981987587382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229139629089701, 39.936245855429398 ], [ -75.230500876478203, 39.935286385266998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23496, "tnode_": 23555, "lpoly_": null, "rpoly_": null, "length": 249.72048312000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1822, "r_t_add": 1898, "st_code": 88980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300471, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2578, "Shape__Length": 99.343617047327058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229139629089701, 39.936245855429398 ], [ -75.2285360638854, 39.935741817694698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23337, "tnode_": 23476, "lpoly_": null, "rpoly_": null, "length": 495.46721337999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 11800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 2579, "Shape__Length": 197.11083672281279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228845068519107, 39.937367539490403 ], [ -75.227650741501094, 39.936365209449001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23379, "tnode_": 23509, "lpoly_": null, "rpoly_": null, "length": 496.67381144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 22000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300473, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 2580, "Shape__Length": 197.59621003721273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229230313582406, 39.937100521981499 ], [ -75.228043428691606, 39.9360885036021 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23224, "tnode_": 23284, "lpoly_": null, "rpoly_": null, "length": 210.38554121000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1771, "l_t_add": 1799, "r_f_add": 1770, "r_t_add": 1798, "st_code": 88960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2581, "Shape__Length": 83.704940897157002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228857057896604, 39.938142694260797 ], [ -75.228360658822794, 39.9377096433115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23321, "tnode_": 23466, "lpoly_": null, "rpoly_": null, "length": 522.0517649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 83740, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300475, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2582, "Shape__Length": 207.61931681905185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230636637342499, 39.937515976389598 ], [ -75.232004501006202, 39.936543847606998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23366, "tnode_": 23507, "lpoly_": null, "rpoly_": null, "length": 526.34688846000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 16740, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300476, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 2583, "Shape__Length": 209.33148415407123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230226920487496, 39.9371862035239 ], [ -75.230258345091499, 39.937153014628201 ], [ -75.231597477315404, 39.9362000976422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23366, "tnode_": 23431, "lpoly_": null, "rpoly_": null, "length": 211.02732827, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1734, "r_t_add": 1798, "st_code": 88980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300477, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2584, "Shape__Length": 83.958831135280391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230226920487496, 39.9371862035239 ], [ -75.229728539058598, 39.936752154508298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23573, "tnode_": 23624, "lpoly_": null, "rpoly_": null, "length": 209.15962625, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1701, "l_t_add": 1725, "r_f_add": 1700, "r_t_add": 1724, "st_code": 89020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2585, "Shape__Length": 83.212601851842322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234116585304804, 39.935832945690102 ], [ -75.233850175821402, 39.935603064059599 ], [ -75.233620056333606, 39.935404493859103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23326, "tnode_": 23412, "lpoly_": null, "rpoly_": null, "length": 267.72607123, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 89000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2586, "Shape__Length": 106.51205612527511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2331382729502, 39.9375060519491 ], [ -75.232825568812302, 39.937240460119703 ], [ -75.232497117974404, 39.936961491526503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23261, "tnode_": 23536, "lpoly_": null, "rpoly_": null, "length": 744.22869569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 24060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2587, "Shape__Length": 296.46732345645387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233786266121697, 39.9380438902867 ], [ -75.233900204848197, 39.937984234697304 ], [ -75.233912025990307, 39.937921113458998 ], [ -75.233875052428104, 39.937712673196202 ], [ -75.233870385382303, 39.937514144443 ], [ -75.233893541425005, 39.937349152078497 ], [ -75.233954031171095, 39.937175402043202 ], [ -75.234500891261504, 39.936139268108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23178, "tnode_": 23267, "lpoly_": null, "rpoly_": null, "length": 266.75176071000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1639, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300481, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2588, "Shape__Length": 106.11960533810779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231768084372902, 39.938469621629302 ], [ -75.231118643243207, 39.937934559054199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23267, "tnode_": 23321, "lpoly_": null, "rpoly_": null, "length": 203.76393114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1716, "st_code": 88980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300482, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2589, "Shape__Length": 81.069479051825468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118643243207, 39.937934559054199 ], [ -75.230636637342499, 39.937515976389598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23109, "tnode_": 23178, "lpoly_": null, "rpoly_": null, "length": 267.83457735999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1637, "r_f_add": 1600, "r_t_add": 1624, "st_code": 88980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300483, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2590, "Shape__Length": 106.54927627958395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232423367451005, 39.939004543638703 ], [ -75.231768084372902, 39.938469621629302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23261, "tnode_": 23326, "lpoly_": null, "rpoly_": null, "length": 267.21600727000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1625, "r_f_add": 1600, "r_t_add": 1628, "st_code": 89000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2591, "Shape__Length": 106.30517446390056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233786266121697, 39.9380438902867 ], [ -75.2331382729502, 39.9375060519491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23109, "tnode_": 23261, "lpoly_": null, "rpoly_": null, "length": 518.19130280999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 34520, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 2592, "Shape__Length": 206.08520433091232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232423367451005, 39.939004543638703 ], [ -75.233786266121697, 39.9380438902867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23167, "tnode_": 23321, "lpoly_": null, "rpoly_": null, "length": 521.09052311000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 83740, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300486, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2593, "Shape__Length": 207.22888463766145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229255275736307, 39.938470152417203 ], [ -75.230589910464502, 39.937532708607399 ], [ -75.230636637342499, 39.937515976389598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23224, "tnode_": 23366, "lpoly_": null, "rpoly_": null, "length": 518.61679216000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 16740, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300487, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 2594, "Shape__Length": 206.24800003295653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228857057896604, 39.938142694260797 ], [ -75.230226920487496, 39.9371862035239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23120, "tnode_": 23267, "lpoly_": null, "rpoly_": null, "length": 518.17143889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 81500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 2595, "Shape__Length": 206.07779175588698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229757053689795, 39.938896229290798 ], [ -75.231118643243207, 39.937934559054199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23120, "tnode_": 23167, "lpoly_": null, "rpoly_": null, "length": 209.4963666, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1728, "st_code": 88960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2596, "Shape__Length": 83.347701518558679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229757053689795, 39.938896229290798 ], [ -75.229255275736307, 39.938470152417203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23167, "tnode_": 23224, "lpoly_": null, "rpoly_": null, "length": 163.39746777, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1731, "l_t_add": 1769, "r_f_add": 1730, "r_t_add": 1768, "st_code": 88960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2597, "Shape__Length": 65.002893006689035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229255275736307, 39.938470152417203 ], [ -75.228857057896604, 39.938142694260797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23018, "tnode_": 23167, "lpoly_": null, "rpoly_": null, "length": 574.5751944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 83740, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2598, "Shape__Length": 228.52261090805277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227762390683296, 39.939550532599903 ], [ -75.229255275736307, 39.938470152417203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22913, "tnode_": 22962, "lpoly_": null, "rpoly_": null, "length": 188.29430605, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1430, "r_t_add": 1498, "st_code": 88940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2599, "Shape__Length": 74.916834122398456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2287110919534, 39.940339535099397 ], [ -75.228264708593699, 39.939953383958503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23068, "tnode_": 23120, "lpoly_": null, "rpoly_": null, "length": 186.44161796999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1633, "l_t_add": 1699, "r_f_add": 1632, "r_t_add": 1698, "st_code": 88960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300493, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2600, "Shape__Length": 74.178829664534234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230198565772398, 39.939278904156303 ], [ -75.229757053689795, 39.938896229290798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22913, "tnode_": 23068, "lpoly_": null, "rpoly_": null, "length": 568.55378265000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LITCHFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 51160, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LITCHFIELD ST", "stname": "LITCHFIELD ST", "objectid": 2601, "Shape__Length": 226.12380652316276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2287110919534, 39.940339535099397 ], [ -75.230198565772398, 39.939278904156303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22877, "tnode_": 23024, "lpoly_": null, "rpoly_": null, "length": 568.28396170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 16400, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300495, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 2602, "Shape__Length": 226.0147706309146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229079476714602, 39.940646976250001 ], [ -75.230570492188093, 39.939590383600397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23024, "tnode_": 23049, "lpoly_": null, "rpoly_": null, "length": 74.54413412, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1621, "l_t_add": 1627, "r_f_add": 1620, "r_t_add": 1626, "st_code": 88960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 300496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2603, "Shape__Length": 29.662221361048605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230570492188093, 39.939590383600397 ], [ -75.230399940907503, 39.939433414421998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23049, "tnode_": 23178, "lpoly_": null, "rpoly_": null, "length": 520.04655695000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 16400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300497, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 2604, "Shape__Length": 206.8241040421795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230399940907503, 39.939433414421998 ], [ -75.231768084372902, 39.938469621629302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22971, "tnode_": 23109, "lpoly_": null, "rpoly_": null, "length": 523.72538002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 34520, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 2605, "Shape__Length": 208.2827398088526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231036232324001, 39.939967271246303 ], [ -75.232423367451005, 39.939004543638703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22920, "tnode_": 22971, "lpoly_": null, "rpoly_": null, "length": 206.44502391999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1541, "l_t_add": 1599, "r_f_add": 1540, "r_t_add": 1598, "st_code": 88960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2606, "Shape__Length": 82.138281034712847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231526046546605, 39.9403903705402 ], [ -75.231036232324001, 39.939967271246303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22894, "tnode_": 23021, "lpoly_": null, "rpoly_": null, "length": 484.53853188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 64120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300500, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 2607, "Shape__Length": 192.69775938374048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231732154340605, 39.940548831301903 ], [ -75.233019066019693, 39.9396611824465 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22735, "tnode_": 22877, "lpoly_": null, "rpoly_": null, "length": 522.14435156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 16400, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 2608, "Shape__Length": 207.66364003716757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227703629875094, 39.941612853368703 ], [ -75.229079476714602, 39.940646976250001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22779, "tnode_": 22913, "lpoly_": null, "rpoly_": null, "length": 520.46649315000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LITCHFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 51160, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300503, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LITCHFIELD ST", "stname": "LITCHFIELD ST", "objectid": 2609, "Shape__Length": 206.99474648508703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227338677990801, 39.941301468440201 ], [ -75.2287110919534, 39.940339535099397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22822, "tnode_": 22875, "lpoly_": null, "rpoly_": null, "length": 206.1369907, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1519, "r_f_add": 1500, "r_t_add": 1518, "st_code": 88960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2610, "Shape__Length": 82.012955290413842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232439584190502, 39.941152118314903 ], [ -75.231944251536106, 39.940733982740703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22894, "tnode_": 22920, "lpoly_": null, "rpoly_": null, "length": 81.68372042, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1531, "l_t_add": 1539, "r_f_add": 1530, "r_t_add": 1538, "st_code": 88960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2611, "Shape__Length": 32.492191927071495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231732154340605, 39.940548831301903 ], [ -75.231526046546605, 39.9403903705402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22768, "tnode_": 22835, "lpoly_": null, "rpoly_": null, "length": 206.99457640999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 88940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2612, "Shape__Length": 82.352783523793505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230031259702002, 39.9414455124653 ], [ -75.2295309746046, 39.941027676351297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22768, "tnode_": 22920, "lpoly_": null, "rpoly_": null, "length": 568.70150016000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 68360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300507, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWOOD ST", "stname": "RIDGEWOOD ST", "objectid": 2613, "Shape__Length": 226.18175464763794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230031259702002, 39.9414455124653 ], [ -75.231526046546605, 39.9403903705402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22710, "tnode_": 22836, "lpoly_": null, "rpoly_": null, "length": 452.3644067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 53020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300508, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2614, "Shape__Length": 179.91078456719342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233342365821699, 39.941909259729698 ], [ -75.234536514754893, 39.941074294758202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22760, "tnode_": 22822, "lpoly_": null, "rpoly_": null, "length": 202.77462488999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1471, "l_t_add": 1499, "r_f_add": 1470, "r_t_add": 1498, "st_code": 88960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2615, "Shape__Length": 80.67696234252665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232924722874102, 39.9415649138503 ], [ -75.232439584190502, 39.941152118314903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22760, "tnode_": 22880, "lpoly_": null, "rpoly_": null, "length": 455.38873987999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 39760, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2616, "Shape__Length": 181.11189478396128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232924722874102, 39.9415649138503 ], [ -75.234128048296597, 39.940725383753303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22822, "tnode_": 22939, "lpoly_": null, "rpoly_": null, "length": 456.56909581000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 83500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2617, "Shape__Length": 181.58742277257971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232439584190502, 39.941152118314903 ], [ -75.233634948268701, 39.940301103051702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22939, "tnode_": 23092, "lpoly_": null, "rpoly_": null, "length": 599.67759604000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 83500, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2618, "Shape__Length": 238.49793890491586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233634948268701, 39.940301103051702 ], [ -75.235210212178998, 39.939187722842703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22692, "tnode_": 22735, "lpoly_": null, "rpoly_": null, "length": 189.57987381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 88910, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300513, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2619, "Shape__Length": 75.422151359184426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228166521440599, 39.941992175905398 ], [ -75.227916883951295, 39.941787607907997 ], [ -75.227703629875094, 39.941612853368703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22735, "tnode_": 22779, "lpoly_": null, "rpoly_": null, "length": 152.77062767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1231, "l_t_add": 1269, "r_f_add": 1230, "r_t_add": 1268, "st_code": 88910, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300514, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2620, "Shape__Length": 60.782527589101797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227703629875094, 39.941612853368703 ], [ -75.227338677990801, 39.941301468440201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22632, "tnode_": 22692, "lpoly_": null, "rpoly_": null, "length": 205.5292378, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1135, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 88910, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2621, "Shape__Length": 81.777985710186954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228651368265304, 39.9424153152641 ], [ -75.228166521440599, 39.941992175905398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22720, "tnode_": 22875, "lpoly_": null, "rpoly_": null, "length": 571.77270833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 64120, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 2622, "Shape__Length": 227.39993443939332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230434579768101, 39.9417890824663 ], [ -75.231944251536106, 39.940733982740703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22672, "tnode_": 22720, "lpoly_": null, "rpoly_": null, "length": 205.3911852, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1317, "r_f_add": 1300, "r_t_add": 1316, "st_code": 88940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2623, "Shape__Length": 81.716013248504893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230930611473894, 39.942203954002302 ], [ -75.230434579768101, 39.9417890824663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22688, "tnode_": 22731, "lpoly_": null, "rpoly_": null, "length": 205.92342918, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1261, "l_t_add": 1299, "r_f_add": 1260, "r_t_add": 1298, "st_code": 35040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300518, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2624, "Shape__Length": 81.929033185066132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232173697809998, 39.942098459530797 ], [ -75.231678717885103, 39.941680864967303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22641, "tnode_": 22688, "lpoly_": null, "rpoly_": null, "length": 171.7870165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1231, "l_t_add": 1259, "r_f_add": 1230, "r_t_add": 1258, "st_code": 35040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300519, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2625, "Shape__Length": 68.345787817251946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232590074889501, 39.942444387746598 ], [ -75.232173697809998, 39.942098459530797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22710, "tnode_": 22760, "lpoly_": null, "rpoly_": null, "length": 171.60728155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1431, "l_t_add": 1469, "r_f_add": 1430, "r_t_add": 1458, "st_code": 88960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2626, "Shape__Length": 68.272721659820164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233342365821699, 39.941909259729698 ], [ -75.232924722874102, 39.9415649138503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22576, "tnode_": 22699, "lpoly_": null, "rpoly_": null, "length": 452.80042742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOMALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 19360, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300521, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOMALL ST", "stname": "BROOMALL ST", "objectid": 2627, "Shape__Length": 180.08685980612015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234532285171895, 39.942916286138598 ], [ -75.235727591726203, 39.942080506992703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22667, "tnode_": 22774, "lpoly_": null, "rpoly_": null, "length": 456.46390718000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 82840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300522, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2628, "Shape__Length": 181.54227626946042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233831311965005, 39.942325641403698 ], [ -75.235036331631505, 39.941483144901198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22699, "tnode_": 22774, "lpoly_": null, "rpoly_": null, "length": 291.41591914000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1323, "l_t_add": 1399, "r_f_add": 1322, "r_t_add": 1398, "st_code": 88980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300523, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2629, "Shape__Length": 115.94847486465527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235727591726203, 39.942080506992703 ], [ -75.235036331631505, 39.941483144901198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22498, "tnode_": 22560, "lpoly_": null, "rpoly_": null, "length": 201.54094542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1317, "r_f_add": 1300, "r_t_add": 1310, "st_code": 88960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 300524, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2630, "Shape__Length": 80.1859566990003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235221710150896, 39.943503731377298 ], [ -75.234735388892005, 39.943096338835602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22542, "tnode_": 22690, "lpoly_": null, "rpoly_": null, "length": 597.31026251000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 13580, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLAND AVE", "stname": "ASHLAND AVE", "objectid": 2631, "Shape__Length": 237.57487084859608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237134651418998, 39.943246700185497 ], [ -75.237166123594704, 39.943202615624401 ], [ -75.238688230990107, 39.942128601044502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22357, "tnode_": 22519, "lpoly_": null, "rpoly_": null, "length": 521.97395376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 33920, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300526, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNWOOD ST", "stname": "FERNWOOD ST", "objectid": 2632, "Shape__Length": 207.5976560342267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238477578602797, 39.944356770536203 ], [ -75.239863087951505, 39.943399764359903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22258, "tnode_": 22357, "lpoly_": null, "rpoly_": null, "length": 293.17367512000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1049, "l_t_add": 1099, "r_f_add": 1048, "r_t_add": 1098, "st_code": 24060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300527, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2633, "Shape__Length": 116.6434085640405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239188792905793, 39.9449467104969 ], [ -75.238477578602797, 39.944356770536203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22288, "tnode_": 22437, "lpoly_": null, "rpoly_": null, "length": 324.31451329000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 30800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300528, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2634, "Shape__Length": 129.25653224267143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245055893207294, 39.944946241452897 ], [ -75.245226379373094, 39.944134867018803 ], [ -75.245220116147493, 39.9440666701623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22302, "tnode_": 22288, "lpoly_": null, "rpoly_": null, "length": 205.5912344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6019, "st_code": 82740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300529, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 2635, "Shape__Length": 81.631819868092748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244331712143804, 39.9448578024612 ], [ -75.245055893207294, 39.944946241452897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22288, "tnode_": 22275, "lpoly_": null, "rpoly_": null, "length": 163.42505283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6020, "l_t_add": 6040, "r_f_add": 6021, "r_t_add": 6041, "st_code": 82740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 2636, "Shape__Length": 64.890338300412481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245055893207294, 39.944946241452897 ], [ -75.245630519699702, 39.945021358294902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22275, "tnode_": 22263, "lpoly_": null, "rpoly_": null, "length": 193.23780397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6042, "l_t_add": 6098, "r_f_add": 6043, "r_t_add": 6099, "st_code": 82740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 2637, "Shape__Length": 76.727546642660869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245630519699702, 39.945021358294902 ], [ -75.246310520647597, 39.945107659706899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22263, "tnode_": 22535, "lpoly_": null, "rpoly_": null, "length": 574.43113537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 89040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300532, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2638, "Shape__Length": 228.93944506354092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246310520647597, 39.945107659706899 ], [ -75.246636256948193, 39.943550833120199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22275, "tnode_": 22484, "lpoly_": null, "rpoly_": null, "length": 441.49315842000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 56220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300533, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 2639, "Shape__Length": 175.95900440299087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245630519699702, 39.945021358294902 ], [ -75.245860353187396, 39.9438955818528 ], [ -75.245856065019595, 39.943823293508402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22071, "tnode_": 22181, "lpoly_": null, "rpoly_": null, "length": 275.16723844999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1125, "r_f_add": 1100, "r_t_add": 1124, "st_code": 89040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2640, "Shape__Length": 109.67123804515785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246001963222, 39.9465691842693 ], [ -75.2460808089062, 39.946185334722799 ], [ -75.246155218550896, 39.945823082401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22103, "tnode_": 22205, "lpoly_": null, "rpoly_": null, "length": 277.710916, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1125, "r_f_add": 1100, "r_t_add": 1124, "st_code": 89020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2641, "Shape__Length": 110.68427989726403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244027955713605, 39.946325267736803 ], [ -75.244107842977201, 39.945943149443899 ], [ -75.244185311626396, 39.945572598381901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22205, "tnode_": 22181, "lpoly_": null, "rpoly_": null, "length": 559.81720905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 49300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 2642, "Shape__Length": 222.2847553351049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244185311626396, 39.945572598381901 ], [ -75.246155218550896, 39.945823082401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21554, "tnode_": 21654, "lpoly_": null, "rpoly_": null, "length": 280.63541435000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 24060, "l_hundred": 800, "r_hundred": 800, "seg_id": 300537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2643, "Shape__Length": 111.85659234435211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2493738604783, 39.950162995077797 ], [ -75.249455073003404, 39.9497854894867 ], [ -75.249529311596604, 39.949401988008503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21585, "tnode_": 21688, "lpoly_": null, "rpoly_": null, "length": 281.92995083999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 89060, "l_hundred": 800, "r_hundred": 800, "seg_id": 300538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2644, "Shape__Length": 112.37244235957132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247335135920494, 39.949914079098697 ], [ -75.247409483059201, 39.9495329507062 ], [ -75.247489361820996, 39.949149312060499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21486, "tnode_": 21457, "lpoly_": null, "rpoly_": null, "length": 578.57306201999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 82020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2645, "Shape__Length": 229.74938308314691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247179112752306, 39.950670877149598 ], [ -75.249215102319894, 39.950930074667397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21486, "tnode_": 21585, "lpoly_": null, "rpoly_": null, "length": 279.13670599, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 89060, "l_hundred": 700, "r_hundred": 700, "seg_id": 300540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2646, "Shape__Length": 111.25989585952426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247179112752306, 39.950670877149598 ], [ -75.247335135920494, 39.949914079098697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21457, "tnode_": 21554, "lpoly_": null, "rpoly_": null, "length": 282.95600097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 729, "l_t_add": 799, "r_f_add": 728, "r_t_add": 798, "st_code": 24060, "l_hundred": 700, "r_hundred": 700, "seg_id": 300541, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2647, "Shape__Length": 112.78254766969695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249215102319894, 39.950930074667397 ], [ -75.2493738604783, 39.950162995077797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21383, "tnode_": 21486, "lpoly_": null, "rpoly_": null, "length": 281.83497852, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 748, "st_code": 89060, "l_hundred": 700, "r_hundred": 700, "seg_id": 300542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2648, "Shape__Length": 112.33522064867236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247011639385505, 39.951433737568898 ], [ -75.247179112752306, 39.950670877149598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21254, "tnode_": 21351, "lpoly_": null, "rpoly_": null, "length": 299.0780831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 625, "l_t_add": 699, "r_f_add": 624, "r_t_add": 698, "st_code": 24060, "l_hundred": 600, "r_hundred": 600, "seg_id": 300543, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2649, "Shape__Length": 119.21039728731462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248884382897003, 39.9524986363976 ], [ -75.249058524635998, 39.951688642221001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21271, "tnode_": 21368, "lpoly_": null, "rpoly_": null, "length": 299.25648172999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 623, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 33800, "l_hundred": 600, "r_hundred": 600, "seg_id": 300544, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 2650, "Shape__Length": 119.28256648160479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247752005217706, 39.952356579890598 ], [ -75.247916883223894, 39.951544942603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21291, "tnode_": 21383, "lpoly_": null, "rpoly_": null, "length": 281.9781866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 625, "l_t_add": 699, "r_f_add": 624, "r_t_add": 698, "st_code": 89060, "l_hundred": 600, "r_hundred": 600, "seg_id": 300545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2651, "Shape__Length": 112.39391017594673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246846528071998, 39.952197301671902 ], [ -75.247011639385505, 39.951433737568898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21194, "tnode_": 21291, "lpoly_": null, "rpoly_": null, "length": 267.22068838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 622, "st_code": 89060, "l_hundred": 600, "r_hundred": 600, "seg_id": 300546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2652, "Shape__Length": 106.5152201694461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246707306897605, 39.952922988836697 ], [ -75.246846528071998, 39.952197301671902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21180, "tnode_": 21271, "lpoly_": null, "rpoly_": null, "length": 248.97442777000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 621, "r_f_add": 600, "r_t_add": 620, "st_code": 33800, "l_hundred": 600, "r_hundred": 600, "seg_id": 300547, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 2653, "Shape__Length": 99.23967463154203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247602707937105, 39.953030318609201 ], [ -75.247752005217706, 39.952356579890598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21093, "tnode_": 21121, "lpoly_": null, "rpoly_": null, "length": 94.2038494, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 515, "l_t_add": 517, "r_f_add": 514, "r_t_add": 516, "st_code": 89060, "l_hundred": 500, "r_hundred": 500, "seg_id": 300548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2654, "Shape__Length": 37.55134337305519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246493991574297, 39.953971227813803 ], [ -75.246538036199297, 39.953714857528901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21093, "tnode_": 21066, "lpoly_": null, "rpoly_": null, "length": 579.91433345000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 41380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300549, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2655, "Shape__Length": 230.29277629889202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246493991574297, 39.953971227813803 ], [ -75.248535257551197, 39.954228888992702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21038, "tnode_": 21093, "lpoly_": null, "rpoly_": null, "length": 184.89758876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 512, "st_code": 89060, "l_hundred": 500, "r_hundred": 500, "seg_id": 300550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2656, "Shape__Length": 73.701158180308681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246386358120404, 39.9544719902064 ], [ -75.246493991574297, 39.953971227813803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20984, "tnode_": 20957, "lpoly_": null, "rpoly_": null, "length": 579.68505796999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 11320, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300551, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2657, "Shape__Length": 230.20623378976532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246273379402695, 39.955001610876501 ], [ -75.248312712661104, 39.9552645400112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21038, "tnode_": 21015, "lpoly_": null, "rpoly_": null, "length": 577.19229946999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 49140, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300552, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2658, "Shape__Length": 229.21265101804221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246386358120404, 39.9544719902064 ], [ -75.248419024488399, 39.954723863091303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20931, "tnode_": 20904, "lpoly_": null, "rpoly_": null, "length": 577.9989745900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 61840, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300553, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2659, "Shape__Length": 229.5364358646643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246174741537601, 39.955466303615303 ], [ -75.248210184565494, 39.955718977174001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20873, "tnode_": 20845, "lpoly_": null, "rpoly_": null, "length": 579.84532766999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 64820, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2660, "Shape__Length": 230.27196723766215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246061062111906, 39.955988607202499 ], [ -75.248102418058707, 39.956244956793903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20808, "tnode_": 20785, "lpoly_": null, "rpoly_": null, "length": 579.2905747399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 27980, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 300555, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2661, "Shape__Length": 230.05404886290114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245952275337103, 39.956508322631798 ], [ -75.247990977326396, 39.956767783830301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20808, "tnode_": 20873, "lpoly_": null, "rpoly_": null, "length": 191.76360845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 89060, "l_hundred": 300, "r_hundred": 300, "seg_id": 300556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2662, "Shape__Length": 76.440655884740025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245952275337103, 39.956508322631798 ], [ -75.246061062111906, 39.955988607202499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20856, "tnode_": 20828, "lpoly_": null, "rpoly_": null, "length": 559.64103851999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 27980, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300557, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2663, "Shape__Length": 222.2480051059097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242007214123007, 39.956024554706303 ], [ -75.243977902576802, 39.956269787051198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20869, "tnode_": 20841, "lpoly_": null, "rpoly_": null, "length": 560.64013873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 27980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300558, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2664, "Shape__Length": 222.64385549626181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240010405747995, 39.955884608754403 ], [ -75.241985131748905, 39.956127774490703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20926, "tnode_": 20901, "lpoly_": null, "rpoly_": null, "length": 549.898215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 27980, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2665, "Shape__Length": 218.37629923576262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236117082058001, 39.955292694095 ], [ -75.238053691105705, 39.9555324674158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20946, "tnode_": 21008, "lpoly_": null, "rpoly_": null, "length": 189.31082033000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 88940, "l_hundred": 300, "r_hundred": 300, "seg_id": 300561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2666, "Shape__Length": 75.461241626763055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234106688028803, 39.9550438454663 ], [ -75.234214621750994, 39.954530844741903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20960, "tnode_": 20946, "lpoly_": null, "rpoly_": null, "length": 314.21569179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5530, "l_t_add": 5598, "r_f_add": 5531, "r_t_add": 5599, "st_code": 27980, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2667, "Shape__Length": 124.78059792595121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232999703971799, 39.954908760686003 ], [ -75.234106688028803, 39.9550438454663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21040, "tnode_": 21019, "lpoly_": null, "rpoly_": null, "length": 563.2324739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 27980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2668, "Shape__Length": 223.66702207440997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226115522592806, 39.954058374925403 ], [ -75.228099673405396, 39.9543009891187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21019, "tnode_": 21069, "lpoly_": null, "rpoly_": null, "length": 190.69739147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 88850, "l_hundred": 300, "r_hundred": 300, "seg_id": 300566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2669, "Shape__Length": 76.013489619292869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228099673405396, 39.9543009891187 ], [ -75.2282057099426, 39.9537839004769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21091, "tnode_": 21069, "lpoly_": null, "rpoly_": null, "length": 562.28110778000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 64820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2670, "Shape__Length": 223.28837472494439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226225919784198, 39.953537185974199 ], [ -75.226727364782107, 39.953594720644602 ], [ -75.2282057099426, 39.9537839004769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20995, "tnode_": 21050, "lpoly_": null, "rpoly_": null, "length": 190.3617673, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 88880, "l_hundred": 300, "r_hundred": 300, "seg_id": 300568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2671, "Shape__Length": 75.880222770285556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229897575200695, 39.954521959352803 ], [ -75.230001435694305, 39.954005541441397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20971, "tnode_": 21027, "lpoly_": null, "rpoly_": null, "length": 191.3168327, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 88910, "l_hundred": 300, "r_hundred": 300, "seg_id": 300569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2672, "Shape__Length": 76.26081546497484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232047640068501, 39.954789919124003 ], [ -75.232154978880899, 39.954271267608497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20960, "tnode_": 21020, "lpoly_": null, "rpoly_": null, "length": 190.23875082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 12220, "l_hundred": 300, "r_hundred": 300, "seg_id": 300570, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 2673, "Shape__Length": 75.831171433286187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232999703971799, 39.954908760686003 ], [ -75.233106748047803, 39.9543930698512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21020, "tnode_": 21008, "lpoly_": null, "rpoly_": null, "length": 314.6191845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5534, "l_t_add": 5598, "r_f_add": 5531, "r_t_add": 5599, "st_code": 64820, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2674, "Shape__Length": 124.94034323973558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233106748047803, 39.9543930698512 ], [ -75.234214621750994, 39.954530844741903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20901, "tnode_": 20962, "lpoly_": null, "rpoly_": null, "length": 189.08553394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 88980, "l_hundred": 300, "r_hundred": 300, "seg_id": 300572, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2675, "Shape__Length": 75.370969928779445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238053691105705, 39.9555324674158 ], [ -75.238168445147707, 39.955020971652097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20926, "tnode_": 20988, "lpoly_": null, "rpoly_": null, "length": 188.80157228000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 309, "l_t_add": 399, "r_f_add": 308, "r_t_add": 398, "st_code": 88960, "l_hundred": 300, "r_hundred": 300, "seg_id": 300573, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2676, "Shape__Length": 75.259345873141029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236117082058001, 39.955292694095 ], [ -75.236218714448, 39.954780345705501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20988, "tnode_": 20962, "lpoly_": null, "rpoly_": null, "length": 553.58356155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 64820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2677, "Shape__Length": 219.83803598904626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236218714448, 39.954780345705501 ], [ -75.238168445147707, 39.955020971652097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21042, "tnode_": 21022, "lpoly_": null, "rpoly_": null, "length": 551.68836997000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 61840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300575, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2678, "Shape__Length": 219.0840620026533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236332406442102, 39.954245556421 ], [ -75.238275031259903, 39.9544873451445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20962, "tnode_": 21022, "lpoly_": null, "rpoly_": null, "length": 196.67373644, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 88980, "l_hundred": 400, "r_hundred": 400, "seg_id": 300576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2679, "Shape__Length": 78.396898536953771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238168445147707, 39.955020971652097 ], [ -75.238275031259903, 39.9544873451445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19950, "tnode_": 19938, "lpoly_": null, "rpoly_": null, "length": 199.46235127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5938, "l_t_add": 5998, "r_f_add": 5939, "r_t_add": 5999, "st_code": 13000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401662, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 2680, "Shape__Length": 79.220354107103446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239728555864701, 39.963457613848497 ], [ -75.240430894839406, 39.963545551255898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20901, "tnode_": 20879, "lpoly_": null, "rpoly_": null, "length": 560.31100146000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 27980, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300577, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2681, "Shape__Length": 222.51240992990907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238053691105705, 39.9555324674158 ], [ -75.240026775081802, 39.9557777522176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20941, "tnode_": 21001, "lpoly_": null, "rpoly_": null, "length": 194.72667045999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 89000, "l_hundred": 400, "r_hundred": 400, "seg_id": 300578, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2682, "Shape__Length": 77.619964623656458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240140472814304, 39.955261529402698 ], [ -75.240253810772501, 39.954734144331198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20941, "tnode_": 20913, "lpoly_": null, "rpoly_": null, "length": 561.96515068999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 64820, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2683, "Shape__Length": 223.16825088894873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240140472814304, 39.955261529402698 ], [ -75.242119568750894, 39.955506607924697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20879, "tnode_": 20941, "lpoly_": null, "rpoly_": null, "length": 190.73290288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 89000, "l_hundred": 300, "r_hundred": 300, "seg_id": 300580, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2684, "Shape__Length": 76.028198899571478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240026775081802, 39.9557777522176 ], [ -75.240140472814304, 39.955261529402698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20913, "tnode_": 20892, "lpoly_": null, "rpoly_": null, "length": 558.54702714000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 64820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2685, "Shape__Length": 221.8120013873758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242119568750894, 39.955506607924697 ], [ -75.244086222110994, 39.955752157771499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20828, "tnode_": 20892, "lpoly_": null, "rpoly_": null, "length": 190.9925181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 89040, "l_hundred": 300, "r_hundred": 300, "seg_id": 300582, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2686, "Shape__Length": 76.133024564139248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243977902576802, 39.956269787051198 ], [ -75.244086222110994, 39.955752157771499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20982, "tnode_": 20956, "lpoly_": null, "rpoly_": null, "length": 559.77823041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 61840, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300583, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2687, "Shape__Length": 222.29792039131317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244246947443102, 39.954994443985697 ], [ -75.246219450694596, 39.955233165585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20984, "tnode_": 21038, "lpoly_": null, "rpoly_": null, "length": 195.51386744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 439, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 89060, "l_hundred": 400, "r_hundred": 400, "seg_id": 300584, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2688, "Shape__Length": 77.933568919669284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246273379402695, 39.955001610876501 ], [ -75.246386358120404, 39.9544719902064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21136, "tnode_": 21121, "lpoly_": null, "rpoly_": null, "length": 560.17368040999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 41380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300585, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2689, "Shape__Length": 222.4520668090633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244566584661399, 39.953464500078802 ], [ -75.246538036199297, 39.953714857528901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21056, "tnode_": 21038, "lpoly_": null, "rpoly_": null, "length": 559.68750677000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 49140, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2690, "Shape__Length": 222.25903933965998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244413775260298, 39.954235378487503 ], [ -75.246386358120404, 39.9544719902064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21215, "tnode_": 21194, "lpoly_": null, "rpoly_": null, "length": 563.18476412000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 22020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 300587, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2691, "Shape__Length": 223.64264096330214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244722321804304, 39.9526854999487 ], [ -75.246707306897605, 39.952922988836697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21215, "tnode_": 21313, "lpoly_": null, "rpoly_": null, "length": 269.69397195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 618, "st_code": 89040, "l_hundred": 600, "r_hundred": 600, "seg_id": 300588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2692, "Shape__Length": 107.49817232808056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244722321804304, 39.9526854999487 ], [ -75.244881313386401, 39.951955337867403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21235, "tnode_": 21215, "lpoly_": null, "rpoly_": null, "length": 558.20403280999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 22020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300589, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2693, "Shape__Length": 221.66551318983397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242756644006604, 39.9524416274351 ], [ -75.244722321804304, 39.9526854999487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21313, "tnode_": 21410, "lpoly_": null, "rpoly_": null, "length": 281.92534458, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 621, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 89040, "l_hundred": 600, "r_hundred": 600, "seg_id": 300590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2694, "Shape__Length": 112.37363898657128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244881313386401, 39.951955337867403 ], [ -75.244952595426994, 39.951593798953901 ], [ -75.245037854230404, 39.951190863671798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21410, "tnode_": 21517, "lpoly_": null, "rpoly_": null, "length": 282.63403813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 748, "st_code": 89040, "l_hundred": 700, "r_hundred": 700, "seg_id": 300591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2695, "Shape__Length": 112.65449883846253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245037854230404, 39.951190863671798 ], [ -75.245114137939595, 39.950820787080801 ], [ -75.245197491975802, 39.950424788310201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21517, "tnode_": 21607, "lpoly_": null, "rpoly_": null, "length": 279.39470776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 89040, "l_hundred": 700, "r_hundred": 700, "seg_id": 300592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2696, "Shape__Length": 111.36173941708191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245197491975802, 39.950424788310201 ], [ -75.245357893371406, 39.949667815074697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21896, "tnode_": 21874, "lpoly_": null, "rpoly_": null, "length": 562.03842068000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2697, "Shape__Length": 223.17203668242897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241721791918394, 39.9476589767457 ], [ -75.243701323695603, 39.947902170009598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22022, "tnode_": 21993, "lpoly_": null, "rpoly_": null, "length": 561.28521668000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 31400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 2698, "Shape__Length": 222.86977310456783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241883419836995, 39.946898130434398 ], [ -75.243861059476401, 39.947137192240703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21896, "tnode_": 21983, "lpoly_": null, "rpoly_": null, "length": 194.33591872000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 916, "st_code": 89000, "l_hundred": 900, "r_hundred": 900, "seg_id": 300595, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2699, "Shape__Length": 77.456200418410575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241721791918394, 39.9476589767457 ], [ -75.241830695328403, 39.947132126102801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21993, "tnode_": 22103, "lpoly_": null, "rpoly_": null, "length": 299.44827574, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1023, "l_t_add": 1099, "r_f_add": 1022, "r_t_add": 1098, "st_code": 89020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 2700, "Shape__Length": 119.34965614878537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243861059476401, 39.947137192240703 ], [ -75.244027955713605, 39.946325267736803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22050, "tnode_": 22133, "lpoly_": null, "rpoly_": null, "length": 214.05774065, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 935, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 89000, "l_hundred": 900, "r_hundred": 900, "seg_id": 300597, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2701, "Shape__Length": 85.314480076627575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241924746444298, 39.9466634818885 ], [ -75.242051362816994, 39.946084003929698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21756, "tnode_": 21718, "lpoly_": null, "rpoly_": null, "length": 563.27383664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 21600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2702, "Shape__Length": 223.66574509472943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243539174706399, 39.948668809483003 ], [ -75.245523279092694, 39.948911610029597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21874, "tnode_": 21849, "lpoly_": null, "rpoly_": null, "length": 560.31860140999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 81560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2703, "Shape__Length": 222.48943535475479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243701323695603, 39.947902170009598 ], [ -75.245675369423196, 39.9481418825766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21643, "tnode_": 21607, "lpoly_": null, "rpoly_": null, "length": 560.92036253000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 23060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2704, "Shape__Length": 222.7346488987223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243383151544904, 39.949420789247 ], [ -75.245357893371406, 39.949667815074697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21540, "tnode_": 21517, "lpoly_": null, "rpoly_": null, "length": 558.07229841999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 82020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2705, "Shape__Length": 221.60580386254526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243232311800099, 39.950181124418201 ], [ -75.245197491975802, 39.950424788310201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21435, "tnode_": 21410, "lpoly_": null, "rpoly_": null, "length": 559.34512902999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 21900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2706, "Shape__Length": 222.11584561249333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243070611263505, 39.950935253925799 ], [ -75.245037854230404, 39.951190863671798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21333, "tnode_": 21313, "lpoly_": null, "rpoly_": null, "length": 560.61827021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 81300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300603, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2707, "Shape__Length": 222.62146877912852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242906742406205, 39.951712389596302 ], [ -75.244881313386401, 39.951955337867403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21080, "tnode_": 21056, "lpoly_": null, "rpoly_": null, "length": 561.57371386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 49140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2708, "Shape__Length": 223.00985547825536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242437509939506, 39.953983796489098 ], [ -75.244413775260298, 39.954235378487503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21001, "tnode_": 20975, "lpoly_": null, "rpoly_": null, "length": 559.3131706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 61840, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300605, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2709, "Shape__Length": 222.11355452078374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240253810772501, 39.954734144331198 ], [ -75.2422233402541, 39.954979076078999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21001, "tnode_": 21047, "lpoly_": null, "rpoly_": null, "length": 170.1900347, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 469, "r_f_add": 430, "r_t_add": 468, "st_code": 89000, "l_hundred": 400, "r_hundred": 400, "seg_id": 300606, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2710, "Shape__Length": 67.839534808951484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240253810772501, 39.954734144331198 ], [ -75.240348566525796, 39.954272677533801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21047, "tnode_": 21026, "lpoly_": null, "rpoly_": null, "length": 558.78446216999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 11320, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2711, "Shape__Length": 221.90240159690933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240348566525796, 39.954272677533801 ], [ -75.242315864293701, 39.9545190701254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21163, "tnode_": 21159, "lpoly_": null, "rpoly_": null, "length": 191.92773773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 41380, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300608, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2712, "Shape__Length": 76.21659236791055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241908549105304, 39.953142446088897 ], [ -75.242583882723693, 39.953228803709401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21090, "tnode_": 21080, "lpoly_": null, "rpoly_": null, "length": 195.86089822000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5934, "l_t_add": 5998, "r_f_add": 5943, "r_t_add": 5999, "st_code": 49140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2713, "Shape__Length": 77.779525509855631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241748524248095, 39.953894770064203 ], [ -75.242437509939506, 39.953983796489098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21163, "tnode_": 21244, "lpoly_": null, "rpoly_": null, "length": 286.69254149, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 535, "l_t_add": 599, "r_f_add": 530, "r_t_add": 598, "st_code": 70740, "l_hundred": 500, "r_hundred": 500, "seg_id": 300610, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 2714, "Shape__Length": 114.27615155269172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241908549105304, 39.953142446088897 ], [ -75.242065122578495, 39.952364718674701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21098, "tnode_": 21249, "lpoly_": null, "rpoly_": null, "length": 568.66464779, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 67700, "l_hundred": 500, "r_hundred": 500, "seg_id": 300611, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 2715, "Shape__Length": 226.66806879046783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241139660839593, 39.953826310786901 ], [ -75.241476322070994, 39.952286906602701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21090, "tnode_": 21163, "lpoly_": null, "rpoly_": null, "length": 277.70585876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 533, "r_f_add": 500, "r_t_add": 528, "st_code": 70740, "l_hundred": 500, "r_hundred": 500, "seg_id": 300612, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 2716, "Shape__Length": 110.69412325971143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241748524248095, 39.953894770064203 ], [ -75.241908549105304, 39.953142446088897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21106, "tnode_": 21153, "lpoly_": null, "rpoly_": null, "length": 194.53157434, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 520, "st_code": 89000, "l_hundred": 500, "r_hundred": 500, "seg_id": 300613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2717, "Shape__Length": 77.541517563927854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240452351245295, 39.953742606501699 ], [ -75.240558082023398, 39.953214828657003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21199, "tnode_": 21262, "lpoly_": null, "rpoly_": null, "length": 203.70795403, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 545, "l_t_add": 599, "r_f_add": 544, "r_t_add": 598, "st_code": 89000, "l_hundred": 500, "r_hundred": 500, "seg_id": 300614, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2718, "Shape__Length": 81.19595541558661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240654481207699, 39.952752938125798 ], [ -75.240780134912896, 39.952202159280702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21355, "tnode_": 21333, "lpoly_": null, "rpoly_": null, "length": 561.29973435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300615, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2719, "Shape__Length": 222.89163694342346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240930183267906, 39.951467325503401 ], [ -75.241341468770898, 39.951521255728203 ], [ -75.242482132883893, 39.951661708388201 ], [ -75.242906742406205, 39.951712389596302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21262, "tnode_": 21339, "lpoly_": null, "rpoly_": null, "length": 200.97117886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 618, "st_code": 89000, "l_hundred": 600, "r_hundred": 600, "seg_id": 300616, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2720, "Shape__Length": 80.106643152192092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240780134912896, 39.952202159280702 ], [ -75.240888836706404, 39.951656847996702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21244, "tnode_": 21235, "lpoly_": null, "rpoly_": null, "length": 195.8864358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5937, "r_t_add": 5999, "st_code": 22020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300617, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2721, "Shape__Length": 77.785760832761369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242065122578495, 39.952364718674701 ], [ -75.242756644006604, 39.9524416274351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21461, "tnode_": 21435, "lpoly_": null, "rpoly_": null, "length": 560.10005634000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 21900, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2722, "Shape__Length": 222.4109706544277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241096300986996, 39.950700332485098 ], [ -75.243070611263505, 39.950935253925799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21561, "tnode_": 21540, "lpoly_": null, "rpoly_": null, "length": 562.28563978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 82020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300619, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2723, "Shape__Length": 223.27721065086743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241251293004495, 39.949940490433796 ], [ -75.243232311800099, 39.950181124418201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21663, "tnode_": 21643, "lpoly_": null, "rpoly_": null, "length": 560.73112846999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 23060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2724, "Shape__Length": 222.65755045221891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241407756229606, 39.9491802136953 ], [ -75.243383151544904, 39.949420789247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21591, "tnode_": 21663, "lpoly_": null, "rpoly_": null, "length": 195.70418085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 733, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 89000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300621, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2725, "Shape__Length": 78.00386151414105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2412979396465, 39.949710756180799 ], [ -75.241407756229606, 39.9491802136953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21791, "tnode_": 21756, "lpoly_": null, "rpoly_": null, "length": 561.33025757999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 21600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300622, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2726, "Shape__Length": 222.89539750229699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241564477201905, 39.948414794165998 ], [ -75.243539174706399, 39.948668809483003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21663, "tnode_": 21749, "lpoly_": null, "rpoly_": null, "length": 197.06270291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 817, "r_f_add": 800, "r_t_add": 816, "st_code": 89000, "l_hundred": 800, "r_hundred": 800, "seg_id": 300623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2727, "Shape__Length": 78.545451187695875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241407756229606, 39.9491802136953 ], [ -75.241513004691399, 39.948645350986098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21825, "tnode_": 21896, "lpoly_": null, "rpoly_": null, "length": 195.34213831999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 835, "l_t_add": 899, "r_f_add": 834, "r_t_add": 898, "st_code": 89000, "l_hundred": 800, "r_hundred": 800, "seg_id": 300624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2728, "Shape__Length": 77.857118316511958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241607168690393, 39.948187908772901 ], [ -75.241721791918394, 39.9476589767457 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22133, "tnode_": 22235, "lpoly_": null, "rpoly_": null, "length": 306.35488211000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 89000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2729, "Shape__Length": 122.04272463683716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242051362816994, 39.946084003929698 ], [ -75.242110189911202, 39.945839015245198 ], [ -75.241773660956795, 39.945306861522297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22235, "tnode_": 22205, "lpoly_": null, "rpoly_": null, "length": 684.42208916000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 49300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300626, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 2730, "Shape__Length": 271.75723262703548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241773660956795, 39.945306861522297 ], [ -75.241948635099902, 39.945295675157404 ], [ -75.244185311626396, 39.945572598381901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22329, "tnode_": 22302, "lpoly_": null, "rpoly_": null, "length": 264.46080426999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 82740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300627, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 2731, "Shape__Length": 105.02269286759683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243420772394401, 39.944699569313698 ], [ -75.243486552860702, 39.9447401909636 ], [ -75.244331712143804, 39.9448578024612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22235, "tnode_": 22308, "lpoly_": null, "rpoly_": null, "length": 231.87737425, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1129, "r_f_add": 1100, "r_t_add": 1128, "st_code": 89000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2732, "Shape__Length": 92.35559627288643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241773660956795, 39.945306861522297 ], [ -75.241413044048997, 39.944734034308297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22163, "tnode_": 22214, "lpoly_": null, "rpoly_": null, "length": 242.94311356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1039, "r_f_add": 1000, "r_t_add": 1038, "st_code": 24060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300629, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2733, "Shape__Length": 96.671184530898387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240269387656397, 39.9458751841508 ], [ -75.239699272631896, 39.945372976945798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22214, "tnode_": 22258, "lpoly_": null, "rpoly_": null, "length": 211.18449886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1041, "l_t_add": 1047, "r_f_add": 1040, "r_t_add": 1046, "st_code": 24060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300630, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2734, "Shape__Length": 84.024549760800184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239699272631896, 39.945372976945798 ], [ -75.239188792905793, 39.9449467104969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22258, "tnode_": 22381, "lpoly_": null, "rpoly_": null, "length": 591.1685541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGORA", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 12660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300631, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGORA TER", "stname": "ANGORA TER", "objectid": 2735, "Shape__Length": 234.88047338503299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239188792905793, 39.9449467104969 ], [ -75.2410878920236, 39.944241801503601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22074, "tnode_": 22050, "lpoly_": null, "rpoly_": null, "length": 557.50659054999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 31400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 2736, "Shape__Length": 221.36894768829748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239961700821596, 39.946419903306897 ], [ -75.241924746444298, 39.9466634818885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22012, "tnode_": 21983, "lpoly_": null, "rpoly_": null, "length": 560.6076654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 12360, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300633, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 2737, "Shape__Length": 222.60141905667382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239856249992599, 39.946889431996297 ], [ -75.241830695328403, 39.947132126102801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21159, "tnode_": 21136, "lpoly_": null, "rpoly_": null, "length": 562.44784241000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 41380, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2738, "Shape__Length": 223.35152847334865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242583882723693, 39.953228803709401 ], [ -75.244566584661399, 39.953464500078802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21863, "tnode_": 21825, "lpoly_": null, "rpoly_": null, "length": 557.60559305000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 21600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300635, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2739, "Shape__Length": 221.41373360628702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239644320893404, 39.947941484693501 ], [ -75.241607168690393, 39.948187908772901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21927, "tnode_": 21896, "lpoly_": null, "rpoly_": null, "length": 559.87283416000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2740, "Shape__Length": 222.3106812710987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239749132373205, 39.947420424202598 ], [ -75.241721791918394, 39.9476589767457 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21785, "tnode_": 21749, "lpoly_": null, "rpoly_": null, "length": 557.07826138000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 56820, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 2741, "Shape__Length": 221.20416971083759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239550079700706, 39.948408397844801 ], [ -75.241513004691399, 39.948645350986098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21697, "tnode_": 21785, "lpoly_": null, "rpoly_": null, "length": 196.52218112, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 816, "st_code": 88980, "l_hundred": 800, "r_hundred": 800, "seg_id": 300638, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2742, "Shape__Length": 78.327981357910758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239432553974297, 39.948940238749401 ], [ -75.239550079700706, 39.948408397844801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21611, "tnode_": 21591, "lpoly_": null, "rpoly_": null, "length": 559.75934239000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORFOLK", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 60040, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORFOLK ST", "stname": "NORFOLK ST", "objectid": 2743, "Shape__Length": 222.27221866312027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239325497370302, 39.949472855607397 ], [ -75.2412979396465, 39.949710756180799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21552, "tnode_": 21532, "lpoly_": null, "rpoly_": null, "length": 558.21716606999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 82020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2744, "Shape__Length": 221.66201924110561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239234184171906, 39.9499325823612 ], [ -75.241200435362899, 39.950173579780198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21485, "tnode_": 21461, "lpoly_": null, "rpoly_": null, "length": 561.17140132999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 21900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2745, "Shape__Length": 222.83737182498672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239120238659794, 39.950455311259297 ], [ -75.240696163926103, 39.950654559464702 ], [ -75.241096300986996, 39.950700332485098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21485, "tnode_": 21552, "lpoly_": null, "rpoly_": null, "length": 193.08190055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 716, "st_code": 88980, "l_hundred": 700, "r_hundred": 700, "seg_id": 300642, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2746, "Shape__Length": 76.958717476291071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239120238659794, 39.950455311259297 ], [ -75.239234184171906, 39.9499325823612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21400, "tnode_": 21461, "lpoly_": null, "rpoly_": null, "length": 187.4445452, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 635, "l_t_add": 699, "r_f_add": 634, "r_t_add": 698, "st_code": 89000, "l_hundred": 600, "r_hundred": 600, "seg_id": 300643, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2747, "Shape__Length": 74.711895047729158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240980906693807, 39.951207169255603 ], [ -75.241096300986996, 39.950700332485098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21423, "tnode_": 21485, "lpoly_": null, "rpoly_": null, "length": 185.54878759, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 671, "l_t_add": 699, "r_f_add": 670, "r_t_add": 698, "st_code": 88980, "l_hundred": 600, "r_hundred": 600, "seg_id": 300644, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2748, "Shape__Length": 73.956936115998147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239012248605206, 39.950957839498599 ], [ -75.239120238659794, 39.950455311259297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21355, "tnode_": 21400, "lpoly_": null, "rpoly_": null, "length": 95.83125777, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 627, "l_t_add": 633, "r_f_add": 626, "r_t_add": 632, "st_code": 89000, "l_hundred": 600, "r_hundred": 600, "seg_id": 300645, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2749, "Shape__Length": 38.197932020967507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240930183267906, 39.951467325503401 ], [ -75.240980906693807, 39.951207169255603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21354, "tnode_": 21423, "lpoly_": null, "rpoly_": null, "length": 166.0136973, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 631, "l_t_add": 669, "r_f_add": 630, "r_t_add": 668, "st_code": 88980, "l_hundred": 600, "r_hundred": 600, "seg_id": 300646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2750, "Shape__Length": 66.171183900061138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238916880711997, 39.951407618641802 ], [ -75.239012248605206, 39.950957839498599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21289, "tnode_": 21354, "lpoly_": null, "rpoly_": null, "length": 200.81679048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 629, "r_f_add": 600, "r_t_add": 628, "st_code": 88980, "l_hundred": 600, "r_hundred": 600, "seg_id": 300647, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2751, "Shape__Length": 80.043442555302931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238798444867498, 39.951951298050297 ], [ -75.238916880711997, 39.951407618641802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21218, "tnode_": 21289, "lpoly_": null, "rpoly_": null, "length": 205.31074129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 571, "l_t_add": 599, "r_f_add": 570, "r_t_add": 598, "st_code": 88980, "l_hundred": 500, "r_hundred": 500, "seg_id": 300648, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2752, "Shape__Length": 81.836520991222955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238685756367403, 39.9525081892318 ], [ -75.238798444867498, 39.951951298050297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21122, "tnode_": 21175, "lpoly_": null, "rpoly_": null, "length": 194.2662834, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 528, "st_code": 88980, "l_hundred": 500, "r_hundred": 500, "seg_id": 300649, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2753, "Shape__Length": 77.435301041603722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2384797633582, 39.953494491464703 ], [ -75.238586755918405, 39.952967601378703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21175, "tnode_": 21218, "lpoly_": null, "rpoly_": null, "length": 169.64151259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 531, "l_t_add": 569, "r_f_add": 530, "r_t_add": 568, "st_code": 88980, "l_hundred": 500, "r_hundred": 500, "seg_id": 300650, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2754, "Shape__Length": 67.618504550029144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238586755918405, 39.952967601378703 ], [ -75.238685756367403, 39.9525081892318 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21153, "tnode_": 21199, "lpoly_": null, "rpoly_": null, "length": 170.41505113, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 523, "l_t_add": 543, "r_f_add": 522, "r_t_add": 542, "st_code": 89000, "l_hundred": 500, "r_hundred": 500, "seg_id": 300651, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2755, "Shape__Length": 67.927511096139867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240558082023398, 39.953214828657003 ], [ -75.240654481207699, 39.952752938125798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21022, "tnode_": 21068, "lpoly_": null, "rpoly_": null, "length": 170.37317087, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 469, "r_f_add": 430, "r_t_add": 468, "st_code": 88980, "l_hundred": 400, "r_hundred": 400, "seg_id": 300652, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2756, "Shape__Length": 67.912096538566303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238275031259903, 39.9544873451445 ], [ -75.238371286149302, 39.954025553016798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21068, "tnode_": 21122, "lpoly_": null, "rpoly_": null, "length": 195.83196245, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 471, "l_t_add": 499, "r_f_add": 470, "r_t_add": 498, "st_code": 88980, "l_hundred": 400, "r_hundred": 400, "seg_id": 300653, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2757, "Shape__Length": 78.059905038165113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238371286149302, 39.954025553016798 ], [ -75.2384797633582, 39.953494491464703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21047, "tnode_": 21106, "lpoly_": null, "rpoly_": null, "length": 195.27515912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 471, "l_t_add": 499, "r_f_add": 470, "r_t_add": 498, "st_code": 89000, "l_hundred": 400, "r_hundred": 400, "seg_id": 300654, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2758, "Shape__Length": 77.838828070913053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240348566525796, 39.954272677533801 ], [ -75.240452351245295, 39.953742606501699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21088, "tnode_": 21068, "lpoly_": null, "rpoly_": null, "length": 551.7944589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 11320, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2759, "Shape__Length": 219.12418434315344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236427701032895, 39.953786589940101 ], [ -75.238371286149302, 39.954025553016798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21141, "tnode_": 21122, "lpoly_": null, "rpoly_": null, "length": 548.84377298000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 49140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2760, "Shape__Length": 217.95054105738552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236546366843001, 39.953257866863503 ], [ -75.2384797633582, 39.953494491464703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21195, "tnode_": 21175, "lpoly_": null, "rpoly_": null, "length": 550.5537414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 41380, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300657, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2761, "Shape__Length": 218.62874102645526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236648337181293, 39.952725514512601 ], [ -75.238586755918405, 39.952967601378703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21243, "tnode_": 21218, "lpoly_": null, "rpoly_": null, "length": 550.76985894000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 69080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300658, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 2762, "Shape__Length": 218.71349115994508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236747060299706, 39.9522637866285 ], [ -75.238685756367403, 39.9525081892318 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21312, "tnode_": 21390, "lpoly_": null, "rpoly_": null, "length": 202.16806271000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 616, "st_code": 88960, "l_hundred": 600, "r_hundred": 600, "seg_id": 300659, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2763, "Shape__Length": 80.582349219128318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236862844278207, 39.951705602518899 ], [ -75.236977912248406, 39.951157737053698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21390, "tnode_": 21354, "lpoly_": null, "rpoly_": null, "length": 551.65902116999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 63720, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 2764, "Shape__Length": 219.06535956262866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236977912248406, 39.951157737053698 ], [ -75.238855403877807, 39.951388207975498 ], [ -75.238916880711997, 39.951407618641802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21243, "tnode_": 21312, "lpoly_": null, "rpoly_": null, "length": 205.91117828, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 535, "l_t_add": 599, "r_f_add": 532, "r_t_add": 598, "st_code": 88960, "l_hundred": 500, "r_hundred": 500, "seg_id": 300661, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2765, "Shape__Length": 82.07518130783275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236747060299706, 39.9522637866285 ], [ -75.236862844278207, 39.951705602518899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21390, "tnode_": 21444, "lpoly_": null, "rpoly_": null, "length": 164.70206334, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 619, "l_t_add": 633, "r_f_add": 618, "r_t_add": 632, "st_code": 88960, "l_hundred": 600, "r_hundred": 600, "seg_id": 300662, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2766, "Shape__Length": 65.649611933201442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236977912248406, 39.951157737053698 ], [ -75.237061523589105, 39.950710211877798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21444, "tnode_": 21423, "lpoly_": null, "rpoly_": null, "length": 554.30047107999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 81300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2767, "Shape__Length": 220.11079872983052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237061523589105, 39.950710211877798 ], [ -75.239012248605206, 39.950957839498599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21513, "tnode_": 21503, "lpoly_": null, "rpoly_": null, "length": 203.69161555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5716, "r_f_add": 5701, "r_t_add": 5721, "st_code": 21900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2768, "Shape__Length": 80.884201764605962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237171811675694, 39.950211483642398 ], [ -75.237889045420005, 39.950300608407098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21495, "tnode_": 21485, "lpoly_": null, "rpoly_": null, "length": 190.27051038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5732, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 21900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2769, "Shape__Length": 75.555022735623211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238450321294806, 39.950371773939104 ], [ -75.239120238659794, 39.950455311259297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21594, "tnode_": 21588, "lpoly_": null, "rpoly_": null, "length": 186.78186543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5770, "l_t_add": 5798, "r_f_add": 5771, "r_t_add": 5799, "st_code": 82020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300666, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2770, "Shape__Length": 74.168738403115185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238618411788295, 39.949611735053402 ], [ -75.239276197607595, 39.949692982395298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21495, "tnode_": 21594, "lpoly_": null, "rpoly_": null, "length": 280.85065858999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 22000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 2771, "Shape__Length": 111.94097471171794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238450321294806, 39.950371773939104 ], [ -75.238618411788295, 39.949611735053402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21503, "tnode_": 21601, "lpoly_": null, "rpoly_": null, "length": 280.11129065, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 11800, "l_hundred": 700, "r_hundred": 700, "seg_id": 300668, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 2772, "Shape__Length": 111.64867969577082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237889045420005, 39.950300608407098 ], [ -75.238038682159896, 39.949540340902701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21601, "tnode_": 21594, "lpoly_": null, "rpoly_": null, "length": 164.60534725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5768, "r_f_add": 5731, "r_t_add": 5769, "st_code": 82020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2773, "Shape__Length": 65.36260996609434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238038682159896, 39.949540340902701 ], [ -75.238618411788295, 39.949611735053402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21608, "tnode_": 21601, "lpoly_": null, "rpoly_": null, "length": 198.9947518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5728, "r_f_add": 5701, "r_t_add": 5729, "st_code": 82020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2774, "Shape__Length": 79.017720711403101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237337403647402, 39.949456137134497 ], [ -75.238038682159896, 39.949540340902701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21724, "tnode_": 21711, "lpoly_": null, "rpoly_": null, "length": 202.36122069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5715, "st_code": 23060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2775, "Shape__Length": 80.352794809871227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237483824399007, 39.948695898009703 ], [ -75.238197872071794, 39.9487768920063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21601, "tnode_": 21711, "lpoly_": null, "rpoly_": null, "length": 281.66923898, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 11800, "l_hundred": 700, "r_hundred": 700, "seg_id": 300672, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 2776, "Shape__Length": 112.26722544448364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238038682159896, 39.949540340902701 ], [ -75.238197872071794, 39.9487768920063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21594, "tnode_": 21702, "lpoly_": null, "rpoly_": null, "length": 279.60639711, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 22000, "l_hundred": 700, "r_hundred": 700, "seg_id": 300673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 2777, "Shape__Length": 111.44587774953858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238618411788295, 39.949611735053402 ], [ -75.238771067859403, 39.948853225865797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21611, "tnode_": 21697, "lpoly_": null, "rpoly_": null, "length": 196.33068829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 739, "l_t_add": 799, "r_f_add": 734, "r_t_add": 798, "st_code": 88980, "l_hundred": 700, "r_hundred": 700, "seg_id": 300674, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 2778, "Shape__Length": 78.253726866120118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239325497370302, 39.949472855607397 ], [ -75.239432553974297, 39.948940238749401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21711, "tnode_": 21946, "lpoly_": null, "rpoly_": null, "length": 559.5747877, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 11800, "l_hundred": 800, "r_hundred": 800, "seg_id": 300675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 2779, "Shape__Length": 223.03046977418862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238197872071794, 39.9487768920063 ], [ -75.238515150001604, 39.947260322951799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21702, "tnode_": 21697, "lpoly_": null, "rpoly_": null, "length": 188.15072809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5738, "l_t_add": 5798, "r_f_add": 5733, "r_t_add": 5799, "st_code": 23060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2780, "Shape__Length": 74.712436294608793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238771067859403, 39.948853225865797 ], [ -75.239432553974297, 39.948940238749401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21937, "tnode_": 21927, "lpoly_": null, "rpoly_": null, "length": 188.93956096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5770, "l_t_add": 5798, "r_f_add": 5771, "r_t_add": 5799, "st_code": 81560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2781, "Shape__Length": 75.023240193252434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239084018940702, 39.947337053631898 ], [ -75.239749132373205, 39.947420424202598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21946, "tnode_": 21937, "lpoly_": null, "rpoly_": null, "length": 161.92881536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5768, "r_f_add": 5731, "r_t_add": 5769, "st_code": 81560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2782, "Shape__Length": 64.29887352441888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238515150001604, 39.947260322951799 ], [ -75.239084018940702, 39.947337053631898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21702, "tnode_": 21937, "lpoly_": null, "rpoly_": null, "length": 559.2404356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 22000, "l_hundred": 800, "r_hundred": 800, "seg_id": 300679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 2783, "Shape__Length": 222.89803085306164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238771067859403, 39.948853225865797 ], [ -75.239084018940702, 39.947337053631898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21937, "tnode_": 22138, "lpoly_": null, "rpoly_": null, "length": 461.96194866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 22000, "l_hundred": 900, "r_hundred": 900, "seg_id": 300680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 2784, "Shape__Length": 184.12179325345167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239084018940702, 39.947337053631898 ], [ -75.239342213361397, 39.946084577351002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21946, "tnode_": 22123, "lpoly_": null, "rpoly_": null, "length": 392.71162082999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 11800, "l_hundred": 900, "r_hundred": 900, "seg_id": 300681, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 2785, "Shape__Length": 156.52154488219506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238515150001604, 39.947260322951799 ], [ -75.238731285128395, 39.946195192433201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21958, "tnode_": 21946, "lpoly_": null, "rpoly_": null, "length": 201.0411378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5728, "r_f_add": 5701, "r_t_add": 5729, "st_code": 81560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300682, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2786, "Shape__Length": 79.827884875209293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237806975517699, 39.947173825293703 ], [ -75.238515150001604, 39.947260322951799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21958, "tnode_": 22092, "lpoly_": null, "rpoly_": null, "length": 307.37060659000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 88960, "l_hundred": 900, "r_hundred": 900, "seg_id": 300683, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2787, "Shape__Length": 122.50660739381426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237806975517699, 39.947173825293703 ], [ -75.237983025879501, 39.946341005385499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22156, "tnode_": 22301, "lpoly_": null, "rpoly_": null, "length": 437.68725074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1027, "l_t_add": 1199, "r_f_add": 1026, "r_t_add": 1198, "st_code": 88960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300684, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2788, "Shape__Length": 174.40296618857724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237049512617503, 39.945828009337397 ], [ -75.236699511545098, 39.944758695776301 ], [ -75.2366245313344, 39.944678527510597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22394, "tnode_": 22542, "lpoly_": null, "rpoly_": null, "length": 457.63019658000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 13580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLAND AVE", "stname": "ASHLAND AVE", "objectid": 2789, "Shape__Length": 182.01261453914682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2359292459183, 39.944093652263298 ], [ -75.237134651418998, 39.943246700185497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22230, "tnode_": 22407, "lpoly_": null, "rpoly_": null, "length": 578.71000162000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 35040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2790, "Shape__Length": 230.2575431084756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235989976699798, 39.945131314507002 ], [ -75.2346023812986, 39.943955283063701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21953, "tnode_": 21986, "lpoly_": null, "rpoly_": null, "length": 203.44053305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5514, "l_t_add": 5536, "r_f_add": 5527, "r_t_add": 5543, "st_code": 15620, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300687, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2791, "Shape__Length": 80.806481151514021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234364652339295, 39.947183272174897 ], [ -75.235050817706494, 39.947001685014001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22034, "tnode_": 22306, "lpoly_": null, "rpoly_": null, "length": 753.87033797000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 853, "l_t_add": 899, "r_f_add": 846, "r_t_add": 898, "st_code": 88910, "l_hundred": 800, "r_hundred": 800, "seg_id": 300688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2792, "Shape__Length": 300.48629912487587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233698574334596, 39.946634205309401 ], [ -75.233706912883207, 39.946382434617199 ], [ -75.233707863228702, 39.9461527105004 ], [ -75.233754312446706, 39.944679194560301 ], [ -75.233719947596597, 39.944568365112303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22065, "tnode_": 22156, "lpoly_": null, "rpoly_": null, "length": 242.89108713, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1025, "r_f_add": 1000, "r_t_add": 1024, "st_code": 88960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300689, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2793, "Shape__Length": 96.791045528294561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237272985338095, 39.946472208588602 ], [ -75.237049512617503, 39.945828009337397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21924, "tnode_": 22034, "lpoly_": null, "rpoly_": null, "length": 268.727588, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 823, "l_t_add": 851, "r_f_add": 822, "r_t_add": 844, "st_code": 88910, "l_hundred": 800, "r_hundred": 800, "seg_id": 300690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2794, "Shape__Length": 107.10376126471326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233607199577705, 39.947360264129998 ], [ -75.233658514254898, 39.947294248508598 ], [ -75.233698574334596, 39.946634205309401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22034, "tnode_": 22156, "lpoly_": null, "rpoly_": null, "length": 984.3730182700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGORA", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5698, "r_f_add": 5501, "r_t_add": 5699, "st_code": 12660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300691, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGORA TER", "stname": "ANGORA TER", "objectid": 2795, "Shape__Length": 390.96161962661756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233698574334596, 39.946634205309401 ], [ -75.237049512617503, 39.945828009337397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22015, "tnode_": 22065, "lpoly_": null, "rpoly_": null, "length": 432.70717629000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 15620, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300692, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2796, "Shape__Length": 171.86666470836104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235809998177004, 39.946845074150197 ], [ -75.235873478943404, 39.946815346046399 ], [ -75.236140299987397, 39.946742612656799 ], [ -75.237272985338095, 39.946472208588602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21851, "tnode_": 21810, "lpoly_": null, "rpoly_": null, "length": 566.66252182000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 56820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300693, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 2797, "Shape__Length": 225.01151673411658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2355956229149, 39.947907534888401 ], [ -75.237588567776697, 39.9481662376255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21909, "tnode_": 21883, "lpoly_": null, "rpoly_": null, "length": 568.97935524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 21600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300694, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 2798, "Shape__Length": 225.92609395474014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235689462986002, 39.947460944766902 ], [ -75.237694989192207, 39.947699527690602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22015, "tnode_": 21958, "lpoly_": null, "rpoly_": null, "length": 582.02967896999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 81560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300695, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 2799, "Shape__Length": 231.14497425753453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235809998177004, 39.946845074150197 ], [ -75.235884714680296, 39.946923423429702 ], [ -75.237806975517699, 39.947173825293703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21735, "tnode_": 21724, "lpoly_": null, "rpoly_": null, "length": 198.46293095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5648, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 23060, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300696, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2800, "Shape__Length": 78.80613508027696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236785085231503, 39.948608742360499 ], [ -75.237483824399007, 39.948695898009703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21761, "tnode_": 21735, "lpoly_": null, "rpoly_": null, "length": 370.41249878999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5646, "r_f_add": 5601, "r_t_add": 5639, "st_code": 23060, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2801, "Shape__Length": 147.08456568010473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235481597069295, 39.948443060316301 ], [ -75.236785085231503, 39.948608742360499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21617, "tnode_": 21608, "lpoly_": null, "rpoly_": null, "length": 202.89127251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5670, "l_t_add": 5698, "r_f_add": 5671, "r_t_add": 5699, "st_code": 82020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2802, "Shape__Length": 80.564797423935332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236622313508306, 39.949370683983503 ], [ -75.237337403647402, 39.949456137134497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21617, "tnode_": 21735, "lpoly_": null, "rpoly_": null, "length": 281.28831476, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 35040, "l_hundred": 700, "r_hundred": 700, "seg_id": 300699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2803, "Shape__Length": 112.11458490735548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236622313508306, 39.949370683983503 ], [ -75.236785085231503, 39.948608742360499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21513, "tnode_": 21608, "lpoly_": null, "rpoly_": null, "length": 279.04831131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 728, "st_code": 88960, "l_hundred": 700, "r_hundred": 700, "seg_id": 300700, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2804, "Shape__Length": 111.22255047978952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237171811675694, 39.950211483642398 ], [ -75.237337403647402, 39.949456137134497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21524, "tnode_": 21617, "lpoly_": null, "rpoly_": null, "length": 277.42677508999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 35040, "l_hundred": 700, "r_hundred": 700, "seg_id": 300701, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2805, "Shape__Length": 110.57822432570967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236472881061502, 39.950123521249097 ], [ -75.236622313508306, 39.949370683983503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21626, "tnode_": 21617, "lpoly_": null, "rpoly_": null, "length": 177.91763264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5630, "l_t_add": 5668, "r_f_add": 5631, "r_t_add": 5669, "st_code": 82020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300702, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2806, "Shape__Length": 70.649279248390386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235996609913798, 39.949289264855203 ], [ -75.236622313508306, 39.949370683983503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21531, "tnode_": 21626, "lpoly_": null, "rpoly_": null, "length": 278.21036428000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 45160, "l_hundred": 700, "r_hundred": 700, "seg_id": 300703, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 2807, "Shape__Length": 110.8883654693246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235832023740599, 39.950042409037202 ], [ -75.235996609913798, 39.949289264855203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21418, "tnode_": 21390, "lpoly_": null, "rpoly_": null, "length": 570.66542841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 63720, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300704, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 2808, "Shape__Length": 226.60884830855377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234968347643402, 39.9509086595695 ], [ -75.236977912248406, 39.951157737053698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21470, "tnode_": 21444, "lpoly_": null, "rpoly_": null, "length": 567.16717702000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 81300, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300705, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2809, "Shape__Length": 225.21849344179509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235064599032597, 39.950461193747103 ], [ -75.237061523589105, 39.950710211877798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21538, "tnode_": 21531, "lpoly_": null, "rpoly_": null, "length": 188.65644602999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5617, "st_code": 21900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2810, "Shape__Length": 74.913064324399272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235167137222803, 39.949962759426697 ], [ -75.235832023740599, 39.950042409037202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21524, "tnode_": 21513, "lpoly_": null, "rpoly_": null, "length": 198.55881856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5636, "l_t_add": 5698, "r_f_add": 5645, "r_t_add": 5699, "st_code": 21900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2811, "Shape__Length": 78.84610867615028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236472881061502, 39.950123521249097 ], [ -75.237171811675694, 39.950211483642398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21273, "tnode_": 21243, "lpoly_": null, "rpoly_": null, "length": 570.90972134000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 69080, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300708, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 2812, "Shape__Length": 226.70926004743561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234736273655301, 39.952016180069897 ], [ -75.236747060299706, 39.9522637866285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21213, "tnode_": 21195, "lpoly_": null, "rpoly_": null, "length": 569.44523720999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 41380, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2813, "Shape__Length": 226.13009676264528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234643677449398, 39.952473862944501 ], [ -75.236648337181293, 39.952725514512601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21161, "tnode_": 21141, "lpoly_": null, "rpoly_": null, "length": 571.28988585000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 49140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300710, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2814, "Shape__Length": 226.86364394658213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234534330639207, 39.9530095245429 ], [ -75.236546366843001, 39.953257866863503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21111, "tnode_": 21088, "lpoly_": null, "rpoly_": null, "length": 569.47472311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 11320, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300711, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2815, "Shape__Length": 226.14525430611644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234422812069795, 39.953535369850798 ], [ -75.236427701032895, 39.953786589940101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21060, "tnode_": 21042, "lpoly_": null, "rpoly_": null, "length": 570.38163531000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 61840, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300712, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2816, "Shape__Length": 226.50600837795983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234323246006099, 39.953999022873298 ], [ -75.236332406442102, 39.954245556421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21008, "tnode_": 21060, "lpoly_": null, "rpoly_": null, "length": 196.11194096, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 416, "st_code": 88940, "l_hundred": 400, "r_hundred": 400, "seg_id": 300713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2817, "Shape__Length": 78.172083822397141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234214621750994, 39.954530844741903 ], [ -75.234323246006099, 39.953999022873298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21081, "tnode_": 21060, "lpoly_": null, "rpoly_": null, "length": 584.08678381999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 61840, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2818, "Shape__Length": 231.94787753571723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232266079365701, 39.953745302301698 ], [ -75.234323246006099, 39.953999022873298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21128, "tnode_": 21111, "lpoly_": null, "rpoly_": null, "length": 585.17909013999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 11320, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300715, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2819, "Shape__Length": 232.37951610453109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232361183252607, 39.953284214376303 ], [ -75.234422812069795, 39.953535369850798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21027, "tnode_": 21081, "lpoly_": null, "rpoly_": null, "length": 194.11485966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 416, "st_code": 88910, "l_hundred": 400, "r_hundred": 400, "seg_id": 300716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2820, "Shape__Length": 77.375240510834715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232154978880899, 39.954271267608497 ], [ -75.232266079365701, 39.953745302301698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21037, "tnode_": 21092, "lpoly_": null, "rpoly_": null, "length": 193.48966067000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 24720, "l_hundred": 400, "r_hundred": 400, "seg_id": 300717, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2821, "Shape__Length": 77.125844957402649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231254533275802, 39.954152787188697 ], [ -75.231365667271902, 39.953628564965499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21092, "tnode_": 21081, "lpoly_": null, "rpoly_": null, "length": 255.98857273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5434, "l_t_add": 5498, "r_f_add": 5435, "r_t_add": 5499, "st_code": 61840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300718, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2822, "Shape__Length": 101.65689108918076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231365667271902, 39.953628564965499 ], [ -75.232266079365701, 39.953745302301698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21135, "tnode_": 21128, "lpoly_": null, "rpoly_": null, "length": 255.82239651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5434, "l_t_add": 5498, "r_f_add": 5435, "r_t_add": 5499, "st_code": 11320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300719, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2823, "Shape__Length": 101.58960157300595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231460661359407, 39.953170853080103 ], [ -75.2319453988992, 39.95323014969 ], [ -75.231960768201105, 39.953232044867299 ], [ -75.232361183252607, 39.953284214376303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21092, "tnode_": 21135, "lpoly_": null, "rpoly_": null, "length": 168.84967793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 459, "r_f_add": 430, "r_t_add": 458, "st_code": 24720, "l_hundred": 400, "r_hundred": 400, "seg_id": 300720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2824, "Shape__Length": 67.30403371946457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231365667271902, 39.953628564965499 ], [ -75.231460661359407, 39.953170853080103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21050, "tnode_": 21103, "lpoly_": null, "rpoly_": null, "length": 199.14279263999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 412, "st_code": 88880, "l_hundred": 400, "r_hundred": 400, "seg_id": 300721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2825, "Shape__Length": 79.37918418711503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230001435694305, 39.954005541441397 ], [ -75.230114716372498, 39.953465865725498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21103, "tnode_": 21092, "lpoly_": null, "rpoly_": null, "length": 356.27102987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5432, "r_f_add": 5401, "r_t_add": 5433, "st_code": 61840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300722, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2826, "Shape__Length": 141.48204084529218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230114716372498, 39.953465865725498 ], [ -75.230179286593895, 39.953487244731903 ], [ -75.231365667271902, 39.953628564965499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21150, "tnode_": 21135, "lpoly_": null, "rpoly_": null, "length": 356.64392692999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5432, "r_f_add": 5401, "r_t_add": 5433, "st_code": 11320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2827, "Shape__Length": 141.62935728168961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230208567689004, 39.953004402168702 ], [ -75.230276333125403, 39.953024498916797 ], [ -75.231460661359407, 39.953170853080103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21193, "tnode_": 21182, "lpoly_": null, "rpoly_": null, "length": 256.18246029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5432, "l_t_add": 5498, "r_f_add": 5433, "r_t_add": 5499, "st_code": 49140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300724, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2828, "Shape__Length": 101.73133751842093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231576817437698, 39.952636760629503 ], [ -75.232479115206104, 39.952747884222603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21135, "tnode_": 21193, "lpoly_": null, "rpoly_": null, "length": 197.26673842999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 461, "l_t_add": 499, "r_f_add": 460, "r_t_add": 498, "st_code": 24720, "l_hundred": 400, "r_hundred": 400, "seg_id": 300725, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2829, "Shape__Length": 78.629862454213153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231460661359407, 39.953170853080103 ], [ -75.231576817437698, 39.952636760629503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21207, "tnode_": 21198, "lpoly_": null, "rpoly_": null, "length": 177.7662368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 49140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2830, "Shape__Length": 70.59154461227395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230326302865194, 39.9524846226535 ], [ -75.230952572728398, 39.952560945349603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21182, "tnode_": 21161, "lpoly_": null, "rpoly_": null, "length": 584.05695776000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 49140, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2831, "Shape__Length": 231.93422964741339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232479115206104, 39.952747884222603 ], [ -75.232884473231394, 39.952805889869801 ], [ -75.234154743670999, 39.9529591690874 ], [ -75.234534330639207, 39.9530095245429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21268, "tnode_": 21241, "lpoly_": null, "rpoly_": null, "length": 584.30647634000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 41380, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300728, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2832, "Shape__Length": 232.03044854123652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232630988961603, 39.951986121746103 ], [ -75.234687361557704, 39.9522471076668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21441, "tnode_": 21418, "lpoly_": null, "rpoly_": null, "length": 584.0144237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 63720, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 2833, "Shape__Length": 231.90977190739306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232912886413899, 39.950648537537901 ], [ -75.234968347643402, 39.9509086595695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21504, "tnode_": 21470, "lpoly_": null, "rpoly_": null, "length": 582.52988547000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 81300, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300730, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2834, "Shape__Length": 231.31731951241721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233012724685494, 39.950209584273097 ], [ -75.235064599032597, 39.950461193747103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21567, "tnode_": 21538, "lpoly_": null, "rpoly_": null, "length": 582.33389822000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 21900, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300731, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2835, "Shape__Length": 231.23735830711695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233115457790205, 39.949713712765401 ], [ -75.235167137222803, 39.949962759426697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21668, "tnode_": 21640, "lpoly_": null, "rpoly_": null, "length": 583.10002453000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 82020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300732, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2836, "Shape__Length": 231.54163553077211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2332765958745, 39.948942729440802 ], [ -75.235327902312605, 39.949206553583998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21538, "tnode_": 21640, "lpoly_": null, "rpoly_": null, "length": 279.13530270999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 726, "st_code": 88940, "l_hundred": 700, "r_hundred": 700, "seg_id": 300733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2837, "Shape__Length": 111.25752240251296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235167137222803, 39.949962759426697 ], [ -75.235327902312605, 39.949206553583998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21640, "tnode_": 21626, "lpoly_": null, "rpoly_": null, "length": 189.89090378999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5628, "r_f_add": 5601, "r_t_add": 5629, "st_code": 82020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300734, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2838, "Shape__Length": 75.40287028437227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235327902312605, 39.949206553583998 ], [ -75.235996609913798, 39.949289264855203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21775, "tnode_": 21761, "lpoly_": null, "rpoly_": null, "length": 200.91802226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5560, "l_t_add": 5598, "r_f_add": 5561, "r_t_add": 5599, "st_code": 23060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2839, "Shape__Length": 79.780965939777275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234774509790697, 39.9483534460119 ], [ -75.235481597069295, 39.948443060316301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21909, "tnode_": 22015, "lpoly_": null, "rpoly_": null, "length": 226.88168489, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 843, "l_t_add": 899, "r_f_add": 834, "r_t_add": 898, "st_code": 88940, "l_hundred": 800, "r_hundred": 800, "seg_id": 300736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2840, "Shape__Length": 90.428491445779201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235689462986002, 39.947460944766902 ], [ -75.235809998177004, 39.946845074150197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21775, "tnode_": 21986, "lpoly_": null, "rpoly_": null, "length": 498.47885865000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 12220, "l_hundred": 800, "r_hundred": 800, "seg_id": 300737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 2841, "Shape__Length": 198.67927001499339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234774509790697, 39.9483534460119 ], [ -75.235050817706494, 39.947001685014001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21782, "tnode_": 21775, "lpoly_": null, "rpoly_": null, "length": 180.06702247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5530, "l_t_add": 5558, "r_f_add": 5531, "r_t_add": 5559, "st_code": 23060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2842, "Shape__Length": 71.501568529882817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234141094237899, 39.948271786142399 ], [ -75.234774509790697, 39.9483534460119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21782, "tnode_": 21953, "lpoly_": null, "rpoly_": null, "length": 401.44947152000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 80300, "l_hundred": 800, "r_hundred": 800, "seg_id": 300739, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VOGDES ST", "stname": "S VOGDES ST", "objectid": 2843, "Shape__Length": 160.00613486600375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234141094237899, 39.948271786142399 ], [ -75.234364652339295, 39.947183272174897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21792, "tnode_": 21782, "lpoly_": null, "rpoly_": null, "length": 205.68975751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5528, "r_f_add": 5501, "r_t_add": 5529, "st_code": 23060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2844, "Shape__Length": 81.67468668942827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233416245872405, 39.948184697576103 ], [ -75.234141094237899, 39.948271786142399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21792, "tnode_": 21924, "lpoly_": null, "rpoly_": null, "length": 305.06104216999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 821, "r_f_add": 800, "r_t_add": 820, "st_code": 88910, "l_hundred": 800, "r_hundred": 800, "seg_id": 300741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2845, "Shape__Length": 121.58550217961213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233416245872405, 39.948184697576103 ], [ -75.233607199577705, 39.947360264129998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22198, "tnode_": 22356, "lpoly_": null, "rpoly_": null, "length": 579.39710198, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 45160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300742, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 2846, "Shape__Length": 230.52910141878189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235581505201495, 39.945420988919203 ], [ -75.234187529204803, 39.944246875850602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22396, "tnode_": 22461, "lpoly_": null, "rpoly_": null, "length": 203.90601121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1129, "r_f_add": 1100, "r_t_add": 1128, "st_code": 35040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300744, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2847, "Shape__Length": 81.126839013415918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234476238397093, 39.944036279583401 ], [ -75.233982995049601, 39.9436249649697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22407, "tnode_": 22498, "lpoly_": null, "rpoly_": null, "length": 239.19393242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5632, "l_t_add": 5698, "r_f_add": 5631, "r_t_add": 5699, "st_code": 77100, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2848, "Shape__Length": 95.141268688882576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2346023812986, 39.943955283063701 ], [ -75.235221710150896, 39.943503731377298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22461, "tnode_": 22560, "lpoly_": null, "rpoly_": null, "length": 285.6391236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLIOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 31360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300746, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLIOTT ST", "stname": "ELLIOTT ST", "objectid": 2849, "Shape__Length": 113.60631904390975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233982995049601, 39.9436249649697 ], [ -75.234735388892005, 39.943096338835602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22461, "tnode_": 22522, "lpoly_": null, "rpoly_": null, "length": 172.87665055, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1131, "l_t_add": 1159, "r_f_add": 1130, "r_t_add": 1158, "st_code": 35040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300747, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2850, "Shape__Length": 68.782780880040363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233982995049601, 39.9436249649697 ], [ -75.2335678134815, 39.943274124594197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22522, "tnode_": 22598, "lpoly_": null, "rpoly_": null, "length": 285.10019758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOMALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 19360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOMALL ST", "stname": "BROOMALL ST", "objectid": 2851, "Shape__Length": 113.38860033878316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2335678134815, 39.943274124594197 ], [ -75.234323060203593, 39.942750124605602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22161, "tnode_": 22306, "lpoly_": null, "rpoly_": null, "length": 569.2486587, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2852, "Shape__Length": 226.48635619678498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235099443778196, 39.945714881570296 ], [ -75.233719947596597, 39.944568365112303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22363, "tnode_": 22461, "lpoly_": null, "rpoly_": null, "length": 284.87723485000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLIOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 31360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLIOTT ST", "stname": "ELLIOTT ST", "objectid": 2853, "Shape__Length": 113.2994230854984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233225355734206, 39.944146004771198 ], [ -75.233982995049601, 39.9436249649697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22419, "tnode_": 22522, "lpoly_": null, "rpoly_": null, "length": 283.88104410999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOMALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 19360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300751, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1899-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOMALL ST", "stname": "BROOMALL ST", "objectid": 2854, "Shape__Length": 112.90776670440277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232820648867403, 39.943800002812303 ], [ -75.2335678134815, 39.943274124594197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22419, "tnode_": 22500, "lpoly_": null, "rpoly_": null, "length": 207.36498663, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1135, "l_t_add": 1199, "r_f_add": 1134, "r_t_add": 1198, "st_code": 88940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2855, "Shape__Length": 82.504831154529015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232820648867403, 39.943800002812303 ], [ -75.232322533288396, 39.943379244960099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22522, "tnode_": 22583, "lpoly_": null, "rpoly_": null, "length": 204.89941378, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1161, "l_t_add": 1199, "r_f_add": 1160, "r_t_add": 1198, "st_code": 35040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300753, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2856, "Shape__Length": 81.523453622866427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2335678134815, 39.943274124594197 ], [ -75.233076013929406, 39.9428580964668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22583, "tnode_": 22667, "lpoly_": null, "rpoly_": null, "length": 287.18306481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5628, "l_t_add": 5698, "r_f_add": 5629, "r_t_add": 5699, "st_code": 82840, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300754, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2857, "Shape__Length": 114.21984995303916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233076013929406, 39.9428580964668 ], [ -75.233831311965005, 39.942325641403698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22583, "tnode_": 22641, "lpoly_": null, "rpoly_": null, "length": 203.17014591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 35040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300755, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 2858, "Shape__Length": 80.835948786065885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233076013929406, 39.9428580964668 ], [ -75.232590074889501, 39.942444387746598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22667, "tnode_": 22710, "lpoly_": null, "rpoly_": null, "length": 204.45862044999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1429, "r_f_add": 1400, "r_t_add": 1428, "st_code": 88960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 2859, "Shape__Length": 81.34800406317845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233831311965005, 39.942325641403698 ], [ -75.233342365821699, 39.941909259729698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22608, "tnode_": 22672, "lpoly_": null, "rpoly_": null, "length": 207.66611627, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 88940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2860, "Shape__Length": 82.628736531567469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231420072740207, 39.942631783080202 ], [ -75.230930611473894, 39.942203954002302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22608, "tnode_": 22688, "lpoly_": null, "rpoly_": null, "length": 287.05185542000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 39760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300758, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2861, "Shape__Length": 114.16814669406081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231420072740207, 39.942631783080202 ], [ -75.232173697809998, 39.942098459530797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22563, "tnode_": 22641, "lpoly_": null, "rpoly_": null, "length": 287.78714792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 53020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2862, "Shape__Length": 114.45656772226793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231827463717806, 39.942973112685301 ], [ -75.232590074889501, 39.942444387746598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22500, "tnode_": 22563, "lpoly_": null, "rpoly_": null, "length": 202.87377858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1216, "st_code": 88940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 300760, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2863, "Shape__Length": 80.712777065796828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232322533288396, 39.943379244960099 ], [ -75.231827463717806, 39.942973112685301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22398, "tnode_": 22563, "lpoly_": null, "rpoly_": null, "length": 518.75707252999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 53020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2864, "Shape__Length": 206.32331333180053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230460209190895, 39.943932482083099 ], [ -75.231827463717806, 39.942973112685301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22452, "tnode_": 22608, "lpoly_": null, "rpoly_": null, "length": 518.4326066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 39760, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2865, "Shape__Length": 206.19279043637999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230053004216899, 39.943589981296199 ], [ -75.231420072740207, 39.942631783080202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22452, "tnode_": 22523, "lpoly_": null, "rpoly_": null, "length": 205.11466844, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 88910, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2866, "Shape__Length": 81.606113994554235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230053004216899, 39.943589981296199 ], [ -75.2295550515868, 39.9431775037717 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22337, "tnode_": 22398, "lpoly_": null, "rpoly_": null, "length": 203.54142975000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 88910, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300764, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2867, "Shape__Length": 80.984303534948836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230948960750297, 39.944345610209503 ], [ -75.230460209190895, 39.943932482083099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22268, "tnode_": 22337, "lpoly_": null, "rpoly_": null, "length": 208.92246137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 933, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 88910, "l_hundred": 900, "r_hundred": 900, "seg_id": 300765, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2868, "Shape__Length": 83.122054008312375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231456899041504, 39.944765220210698 ], [ -75.230948960750297, 39.944345610209503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22268, "tnode_": 22419, "lpoly_": null, "rpoly_": null, "length": 519.46740126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOMALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 19360, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300766, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOMALL ST", "stname": "BROOMALL ST", "objectid": 2869, "Shape__Length": 206.61185202189998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231456899041504, 39.944765220210698 ], [ -75.232820648867403, 39.943800002812303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22223, "tnode_": 22363, "lpoly_": null, "rpoly_": null, "length": 518.33628921000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLIOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 31360, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLIOTT ST", "stname": "ELLIOTT ST", "objectid": 2870, "Shape__Length": 206.16291073437071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231864418406502, 39.945108994805999 ], [ -75.233225355734206, 39.944146004771198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22182, "tnode_": 22223, "lpoly_": null, "rpoly_": null, "length": 203.81615862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 916, "st_code": 88910, "l_hundred": 900, "r_hundred": 900, "seg_id": 300768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2871, "Shape__Length": 81.096181630419679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232351861228096, 39.9455240610245 ], [ -75.231864418406502, 39.945108994805999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22160, "tnode_": 22182, "lpoly_": null, "rpoly_": null, "length": 185.55010084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5369, "r_t_add": 5411, "st_code": 77100, "l_hundred": 5400, "r_hundred": 5300, "seg_id": 300769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2872, "Shape__Length": 73.722364769956428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231756598169696, 39.945730930965503 ], [ -75.231899864995398, 39.9457055695324 ], [ -75.232043327881897, 39.945672228496697 ], [ -75.232203706589601, 39.945608849961701 ], [ -75.232351861228096, 39.9455240610245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22155, "tnode_": 22244, "lpoly_": null, "rpoly_": null, "length": 382.36960989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 85660, "l_hundred": 900, "r_hundred": 900, "seg_id": 300770, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 2873, "Shape__Length": 152.13977159834357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231023150076794, 39.945719528773303 ], [ -75.230107206600096, 39.9449418711989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22122, "tnode_": 22155, "lpoly_": null, "rpoly_": null, "length": 207.39981136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5319, "r_t_add": 5339, "st_code": 77100, "l_hundred": 5400, "r_hundred": 5300, "seg_id": 300771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2874, "Shape__Length": 82.425924407154838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230387003275794, 39.945993622788897 ], [ -75.230541913689294, 39.945888612076999 ], [ -75.2307751525979, 39.945778181989802 ], [ -75.231023150076794, 39.945719528773303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22155, "tnode_": 22160, "lpoly_": null, "rpoly_": null, "length": 205.90117944000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5416, "l_t_add": 5428, "r_f_add": 5341, "r_t_add": 5367, "st_code": 77100, "l_hundred": 5400, "r_hundred": 5300, "seg_id": 300772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS AVE", "stname": "THOMAS AVE", "objectid": 2875, "Shape__Length": 81.748701291157232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231023150076794, 39.945719528773303 ], [ -75.231362319961903, 39.9457120137386 ], [ -75.231756598169696, 39.945730930965503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21833, "tnode_": 21792, "lpoly_": null, "rpoly_": null, "length": 608.63977387999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 23060, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 2876, "Shape__Length": 241.6778625602968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231273235918096, 39.947918162631801 ], [ -75.233416245872405, 39.948184697576103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21670, "tnode_": 21635, "lpoly_": null, "rpoly_": null, "length": 609.77899859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 82020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2877, "Shape__Length": 242.13349023011625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231069041248205, 39.948917582879702 ], [ -75.233216428437402, 39.949183018670603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21747, "tnode_": 21704, "lpoly_": null, "rpoly_": null, "length": 611.6320261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORFOLK", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 60040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300775, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORFOLK ST", "stname": "NORFOLK ST", "objectid": 2878, "Shape__Length": 242.86919747485143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231165355599202, 39.948452268841997 ], [ -75.233317481218194, 39.948726871126297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21692, "tnode_": 21747, "lpoly_": null, "rpoly_": null, "length": 112.08897896, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 751, "l_t_add": 769, "r_f_add": 750, "r_t_add": 768, "st_code": 88880, "l_hundred": 700, "r_hundred": 700, "seg_id": 300776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2879, "Shape__Length": 44.6754226881771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231098914540596, 39.948755688249001 ], [ -75.231165355599202, 39.948452268841997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21747, "tnode_": 21833, "lpoly_": null, "rpoly_": null, "length": 196.90228102, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 771, "l_t_add": 799, "r_f_add": 770, "r_t_add": 798, "st_code": 88880, "l_hundred": 700, "r_hundred": 700, "seg_id": 300777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2880, "Shape__Length": 78.480313465874843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231165355599202, 39.948452268841997 ], [ -75.231273235918096, 39.947918162631801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21575, "tnode_": 21567, "lpoly_": null, "rpoly_": null, "length": 211.17597809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5446, "l_t_add": 5498, "r_f_add": 5433, "r_t_add": 5499, "st_code": 21900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 2881, "Shape__Length": 83.85467115458097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232370978543301, 39.949625701548698 ], [ -75.233115457790205, 39.949713712765401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21595, "tnode_": 21670, "lpoly_": null, "rpoly_": null, "length": 195.52519268, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 88880, "l_hundred": 700, "r_hundred": 700, "seg_id": 300779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2882, "Shape__Length": 77.932683091929079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2309627115268, 39.949448048742802 ], [ -75.231069041248205, 39.948917582879702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21377, "tnode_": 21575, "lpoly_": null, "rpoly_": null, "length": 546.5427349, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 24720, "l_hundred": 600, "r_hundred": 600, "seg_id": 300780, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2883, "Shape__Length": 217.84258784865256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232053004077898, 39.9511059367481 ], [ -75.232370978543301, 39.949625701548698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21389, "tnode_": 21586, "lpoly_": null, "rpoly_": null, "length": 545.43940658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 85660, "l_hundred": 600, "r_hundred": 600, "seg_id": 300781, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 2884, "Shape__Length": 217.40389395576986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231352205804896, 39.951017442718999 ], [ -75.231659976847794, 39.949538997957198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21404, "tnode_": 21500, "lpoly_": null, "rpoly_": null, "length": 276.81708342000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 627, "r_f_add": 600, "r_t_add": 628, "st_code": 88880, "l_hundred": 600, "r_hundred": 600, "seg_id": 300782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2885, "Shape__Length": 110.33521040170093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2306380946807, 39.950931766737902 ], [ -75.230796708730793, 39.950181738442403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21377, "tnode_": 21361, "lpoly_": null, "rpoly_": null, "length": 210.69913663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5440, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 22020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300783, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2886, "Shape__Length": 83.667424326828467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232053004077898, 39.9511059367481 ], [ -75.232795501388495, 39.951195323455202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21193, "tnode_": 21381, "lpoly_": null, "rpoly_": null, "length": 571.39928965999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 24720, "l_hundred": 500, "r_hundred": 500, "seg_id": 300784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 2887, "Shape__Length": 227.75545611631927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231576817437698, 39.952636760629503 ], [ -75.231905810334894, 39.951088768279703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21198, "tnode_": 21392, "lpoly_": null, "rpoly_": null, "length": 572.67079771, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 85660, "l_hundred": 500, "r_hundred": 500, "seg_id": 300785, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 2888, "Shape__Length": 228.26277816807143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230952572728398, 39.952560945349603 ], [ -75.231276845999204, 39.951008827906698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21207, "tnode_": 21404, "lpoly_": null, "rpoly_": null, "length": 572.39157759, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88880, "l_hundred": 500, "r_hundred": 500, "seg_id": 300786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2889, "Shape__Length": 228.15291643175334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230326302865194, 39.9524846226535 ], [ -75.2306380946807, 39.950931766737902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21419, "tnode_": 21530, "lpoly_": null, "rpoly_": null, "length": 282.27201423999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 649, "r_f_add": 600, "r_t_add": 648, "st_code": 88850, "l_hundred": 600, "r_hundred": 600, "seg_id": 300787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2890, "Shape__Length": 112.50958230137751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228848618884697, 39.950715053836802 ], [ -75.229006888224504, 39.9499498156841 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21530, "tnode_": 21500, "lpoly_": null, "rpoly_": null, "length": 508.86756365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 81300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300788, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2891, "Shape__Length": 202.06813132157964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229006888224504, 39.9499498156841 ], [ -75.230796708730793, 39.950181738442403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21150, "tnode_": 21207, "lpoly_": null, "rpoly_": null, "length": 192.20180211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 499, "r_f_add": 430, "r_t_add": 498, "st_code": 88880, "l_hundred": 400, "r_hundred": 400, "seg_id": 300789, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2892, "Shape__Length": 76.610141463758069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230208567689004, 39.953004402168702 ], [ -75.230326302865194, 39.9524846226535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21173, "tnode_": 21223, "lpoly_": null, "rpoly_": null, "length": 190.19341275, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 471, "l_t_add": 499, "r_f_add": 470, "r_t_add": 498, "st_code": 88850, "l_hundred": 400, "r_hundred": 400, "seg_id": 300790, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2893, "Shape__Length": 75.811624787222854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228412677264302, 39.952779441881098 ], [ -75.228513131258794, 39.952263092585902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21103, "tnode_": 21150, "lpoly_": null, "rpoly_": null, "length": 170.14954673, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 415, "l_t_add": 429, "r_f_add": 414, "r_t_add": 428, "st_code": 88880, "l_hundred": 400, "r_hundred": 400, "seg_id": 300791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2894, "Shape__Length": 67.822260256363805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230114716372498, 39.953465865725498 ], [ -75.230208567689004, 39.953004402168702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21120, "tnode_": 21173, "lpoly_": null, "rpoly_": null, "length": 172.74660822000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 469, "r_f_add": 430, "r_t_add": 468, "st_code": 88850, "l_hundred": 400, "r_hundred": 400, "seg_id": 300792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2895, "Shape__Length": 68.856392373453502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228311385044805, 39.953247201721901 ], [ -75.228412677264302, 39.952779441881098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21069, "tnode_": 21120, "lpoly_": null, "rpoly_": null, "length": 197.74163182000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 88850, "l_hundred": 400, "r_hundred": 400, "seg_id": 300793, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2896, "Shape__Length": 78.821348618621542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2282057099426, 39.9537839004769 ], [ -75.228311385044805, 39.953247201721901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21139, "tnode_": 21120, "lpoly_": null, "rpoly_": null, "length": 559.58539716999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 61840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300794, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 2897, "Shape__Length": 222.21532977492561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226340125183597, 39.9530181620297 ], [ -75.228242892651096, 39.953253041056399 ], [ -75.228311385044805, 39.953247201721901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21191, "tnode_": 21173, "lpoly_": null, "rpoly_": null, "length": 560.46807873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 11320, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300795, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 2898, "Shape__Length": 222.56478542971877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226438885499704, 39.952541609159098 ], [ -75.228349822704203, 39.9527816128955 ], [ -75.228412677264302, 39.952779441881098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21247, "tnode_": 21223, "lpoly_": null, "rpoly_": null, "length": 560.22885665000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 49140, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 2899, "Shape__Length": 222.46974802880337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226542130945305, 39.952009912904003 ], [ -75.228513131258794, 39.952263092585902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21223, "tnode_": 21294, "lpoly_": null, "rpoly_": null, "length": 198.23829152000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 528, "st_code": 88850, "l_hundred": 500, "r_hundred": 500, "seg_id": 300797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2900, "Shape__Length": 79.015473583883391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228513131258794, 39.952263092585902 ], [ -75.228633904715196, 39.951726900281002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21319, "tnode_": 21294, "lpoly_": null, "rpoly_": null, "length": 560.88544462000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 41380, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300798, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 2901, "Shape__Length": 222.7280227644693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226659796813394, 39.951477202112002 ], [ -75.228633904715196, 39.951726900281002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21294, "tnode_": 21344, "lpoly_": null, "rpoly_": null, "length": 164.60047152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 531, "l_t_add": 547, "r_f_add": 530, "r_t_add": 546, "st_code": 88850, "l_hundred": 500, "r_hundred": 500, "seg_id": 300799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2902, "Shape__Length": 65.608953483700006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228633904715196, 39.951726900281002 ], [ -75.228722952847605, 39.951280278826196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21380, "tnode_": 21344, "lpoly_": null, "rpoly_": null, "length": 560.75296416999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 69080, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 2903, "Shape__Length": 222.67412514153037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226749524783898, 39.951029702171603 ], [ -75.228722952847605, 39.951280278826196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21344, "tnode_": 21419, "lpoly_": null, "rpoly_": null, "length": 208.8938259, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 549, "l_t_add": 599, "r_f_add": 548, "r_t_add": 598, "st_code": 88850, "l_hundred": 500, "r_hundred": 500, "seg_id": 300801, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2904, "Shape__Length": 83.261671594538385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228722952847605, 39.951280278826196 ], [ -75.228848618884697, 39.950715053836802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21442, "tnode_": 21419, "lpoly_": null, "rpoly_": null, "length": 561.49991589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 22020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300802, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 2905, "Shape__Length": 222.96783497755109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226871364472103, 39.950469873796898 ], [ -75.228848618884697, 39.950715053836802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21553, "tnode_": 21530, "lpoly_": null, "rpoly_": null, "length": 560.49947165000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 81300, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300803, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 2906, "Shape__Length": 222.56686167329534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227031792115795, 39.949711791530198 ], [ -75.229006888224504, 39.9499498156841 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21530, "tnode_": 21616, "lpoly_": null, "rpoly_": null, "length": 268.38737234999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 651, "l_t_add": 699, "r_f_add": 650, "r_t_add": 698, "st_code": 88850, "l_hundred": 600, "r_hundred": 600, "seg_id": 300804, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2907, "Shape__Length": 106.97447928723746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229006888224504, 39.9499498156841 ], [ -75.229155315867004, 39.949221968727002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21616, "tnode_": 21723, "lpoly_": null, "rpoly_": null, "length": 254.0660892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 748, "st_code": 88850, "l_hundred": 700, "r_hundred": 700, "seg_id": 300805, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2908, "Shape__Length": 101.26510166459843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229155315867004, 39.949221968727002 ], [ -75.229296691795597, 39.948533065452303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21723, "tnode_": 21847, "lpoly_": null, "rpoly_": null, "length": 274.53435194999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 88850, "l_hundred": 700, "r_hundred": 700, "seg_id": 300806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2909, "Shape__Length": 109.42188659645285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229296691795597, 39.948533065452303 ], [ -75.229451376306699, 39.947788897204099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22290, "tnode_": 22452, "lpoly_": null, "rpoly_": null, "length": 520.8440051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 39760, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2910, "Shape__Length": 207.1546904761679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228679425901305, 39.944552525044998 ], [ -75.230053004216899, 39.943589981296199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22202, "tnode_": 22245, "lpoly_": null, "rpoly_": null, "length": 203.95230108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1018, "st_code": 88880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300808, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2911, "Shape__Length": 81.150798626218631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229576316293105, 39.945312426240399 ], [ -75.2290897341461, 39.944896260313598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22245, "tnode_": 22398, "lpoly_": null, "rpoly_": null, "length": 520.50270861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 53020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300809, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2912, "Shape__Length": 207.02142872899734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2290897341461, 39.944896260313598 ], [ -75.230460209190895, 39.943932482083099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22290, "tnode_": 22351, "lpoly_": null, "rpoly_": null, "length": 203.21938968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1036, "r_t_add": 1098, "st_code": 88880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300810, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2913, "Shape__Length": 80.853688440347298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228679425901305, 39.944552525044998 ], [ -75.228186868691594, 39.944143286622598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22172, "tnode_": 22217, "lpoly_": null, "rpoly_": null, "length": 209.46354023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 971, "l_t_add": 1005, "r_f_add": 970, "r_t_add": 998, "st_code": 88850, "l_hundred": 900, "r_hundred": 900, "seg_id": 300811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2914, "Shape__Length": 83.342563860723743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227310576663101, 39.9455181070592 ], [ -75.226808556229699, 39.9450922870451 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22172, "tnode_": 22290, "lpoly_": null, "rpoly_": null, "length": 520.60740137999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 39760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 2915, "Shape__Length": 207.06619887977283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227310576663101, 39.9455181070592 ], [ -75.228679425901305, 39.944552525044998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22217, "tnode_": 22351, "lpoly_": null, "rpoly_": null, "length": 518.52179910999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 83500, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 2916, "Shape__Length": 206.22563081121669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226808556229699, 39.9450922870451 ], [ -75.228186868691594, 39.944143286622598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22157, "tnode_": 22172, "lpoly_": null, "rpoly_": null, "length": 204.07199085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 931, "l_t_add": 969, "r_f_add": 930, "r_t_add": 968, "st_code": 88850, "l_hundred": 900, "r_hundred": 900, "seg_id": 300814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2917, "Shape__Length": 81.079987407509691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227964628700093, 39.945695247704101 ], [ -75.227806812807103, 39.945706869389198 ], [ -75.227571087856305, 39.945671277234403 ], [ -75.227439127147903, 39.945607557915302 ], [ -75.227310576663101, 39.9455181070592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22157, "tnode_": 22245, "lpoly_": null, "rpoly_": null, "length": 429.22175628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 53020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300815, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 2918, "Shape__Length": 170.72140711226706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227964628700093, 39.945695247704101 ], [ -75.2290897341461, 39.944896260313598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22126, "tnode_": 22157, "lpoly_": null, "rpoly_": null, "length": 229.91956779, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 929, "r_f_add": 900, "r_t_add": 928, "st_code": 88850, "l_hundred": 900, "r_hundred": 900, "seg_id": 300816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2919, "Shape__Length": 91.359141710151604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228688284280096, 39.9459222719384 ], [ -75.228564647728902, 39.945827594841901 ], [ -75.2284363015374, 39.945752683770898 ], [ -75.228300469371206, 39.9457112494241 ], [ -75.228147205106296, 39.9456900266632 ], [ -75.227964628700093, 39.945695247704101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22126, "tnode_": 22202, "lpoly_": null, "rpoly_": null, "length": 333.69062534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITBY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5335, "r_t_add": 5399, "st_code": 82840, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 300817, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITBY AVE", "stname": "WHITBY AVE", "objectid": 2920, "Shape__Length": 132.7161585230343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228688284280096, 39.9459222719384 ], [ -75.229576316293105, 39.945312426240399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22579, "tnode_": 22720, "lpoly_": null, "rpoly_": null, "length": 523.4007479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 64120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 2921, "Shape__Length": 208.17137694000607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229062404047895, 39.942763162858597 ], [ -75.230434579768101, 39.9417890824663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22632, "tnode_": 22768, "lpoly_": null, "rpoly_": null, "length": 523.9426807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 68360, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 300819, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWOOD ST", "stname": "RIDGEWOOD ST", "objectid": 2922, "Shape__Length": 208.38176700531125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228651368265304, 39.9424153152641 ], [ -75.230031259702002, 39.9414455124653 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22523, "tnode_": 22579, "lpoly_": null, "rpoly_": null, "length": 204.60581741, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88910, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2923, "Shape__Length": 81.405602703365574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295550515868, 39.9431775037717 ], [ -75.229062404047895, 39.942763162858597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22477, "tnode_": 22632, "lpoly_": null, "rpoly_": null, "length": 518.09153245000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 68360, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 300821, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWOOD ST", "stname": "RIDGEWOOD ST", "objectid": 2924, "Shape__Length": 206.05625787727686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227284859897395, 39.9433725925781 ], [ -75.228651368265304, 39.9424153152641 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22351, "tnode_": 22420, "lpoly_": null, "rpoly_": null, "length": 207.62018822000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300823, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 2925, "Shape__Length": 82.607857513070442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228186868691594, 39.944143286622598 ], [ -75.227689949787305, 39.9437207441132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21913, "tnode_": 21970, "lpoly_": null, "rpoly_": null, "length": 169.22097593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 741, "l_t_add": 745, "r_f_add": 740, "r_t_add": 754, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 300824, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2926, "Shape__Length": 67.335976484640284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2268358540842, 39.947257224327103 ], [ -75.226436399778393, 39.946908992328602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21766, "tnode_": 21723, "lpoly_": null, "rpoly_": null, "length": 559.35484301999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 82020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 300825, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 2927, "Shape__Length": 222.10900798279658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227327163535804, 39.948288300439202 ], [ -75.229296691795597, 39.948533065452303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21380, "tnode_": 21442, "lpoly_": null, "rpoly_": null, "length": 206.77646020999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 531, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 88830, "l_hundred": 500, "r_hundred": 500, "seg_id": 300830, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2928, "Shape__Length": 82.417800838779584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226749524783898, 39.951029702171603 ], [ -75.226871364472103, 39.950469873796898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21247, "tnode_": 21319, "lpoly_": null, "rpoly_": null, "length": 196.84093103000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 522, "st_code": 88830, "l_hundred": 500, "r_hundred": 500, "seg_id": 300831, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2929, "Shape__Length": 78.458549848293984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226542130945305, 39.952009912904003 ], [ -75.226659796813394, 39.951477202112002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22235, "tnode_": 22329, "lpoly_": null, "rpoly_": null, "length": 512.0806299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 15620, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 300832, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2930, "Shape__Length": 203.45718550759463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241773660956795, 39.945306861522297 ], [ -75.243420772394401, 39.944699569313698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24525, "tnode_": 24637, "lpoly_": null, "rpoly_": null, "length": 506.72244102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 89060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 300833, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2931, "Shape__Length": 201.54143701841357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230657180817502, 39.928167154785001 ], [ -75.229402986382595, 39.9271658797973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22217, "tnode_": 22262, "lpoly_": null, "rpoly_": null, "length": 202.64174215, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1007, "l_t_add": 1031, "r_f_add": 1000, "r_t_add": 1016, "st_code": 88850, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 300834, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 2932, "Shape__Length": 80.629773822394029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226808556229699, 39.9450922870451 ], [ -75.226326279985102, 39.944677981378199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23160, "tnode_": 23261, "lpoly_": null, "rpoly_": null, "length": 298.91626997000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1551, "l_t_add": 1599, "r_f_add": 1550, "r_t_add": 1598, "st_code": 24060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300837, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2933, "Shape__Length": 118.90602010830847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234519244086201, 39.938611498822297 ], [ -75.233932231861999, 39.938070112057503 ], [ -75.233786266121697, 39.9380438902867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22922, "tnode_": 23012, "lpoly_": null, "rpoly_": null, "length": 289.21832318000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1449, "r_f_add": 1400, "r_t_add": 1448, "st_code": 24060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300838, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2934, "Shape__Length": 115.0687968287388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236608674079804, 39.940374609802603 ], [ -75.235918513074907, 39.9397846001727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23012, "tnode_": 23092, "lpoly_": null, "rpoly_": null, "length": 294.48979177000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1451, "l_t_add": 1499, "r_f_add": 1450, "r_t_add": 1498, "st_code": 24060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 300839, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2935, "Shape__Length": 117.16179411168315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235918513074907, 39.9397846001727 ], [ -75.235210212178998, 39.939187722842703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23092, "tnode_": 23160, "lpoly_": null, "rpoly_": null, "length": 285.66188998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1549, "r_f_add": 1500, "r_t_add": 1548, "st_code": 24060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 300840, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2936, "Shape__Length": 113.64633619715767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235210212178998, 39.939187722842703 ], [ -75.234519244086201, 39.938611498822297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22435, "tnode_": 22602, "lpoly_": null, "rpoly_": null, "length": 529.28057046999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 42940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 300842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN AVE", "stname": "HOFFMAN AVE", "objectid": 2937, "Shape__Length": 210.50852155380943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237823548892095, 39.9438386172314 ], [ -75.239128307394395, 39.942946486159997 ], [ -75.239217103015406, 39.942860777575099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22301, "tnode_": 22435, "lpoly_": null, "rpoly_": null, "length": 454.5762798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 42940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 300843, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN AVE", "stname": "HOFFMAN AVE", "objectid": 2938, "Shape__Length": 180.79847100658696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366245313344, 39.944678527510597 ], [ -75.237823548892095, 39.9438386172314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22230, "tnode_": 22301, "lpoly_": null, "rpoly_": null, "length": 242.61461087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5660, "l_t_add": 5698, "r_f_add": 5661, "r_t_add": 5699, "st_code": 42940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300845, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN AVE", "stname": "HOFFMAN AVE", "objectid": 2939, "Shape__Length": 96.49944094454645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235989976699798, 39.945131314507002 ], [ -75.2366245313344, 39.944678527510597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22198, "tnode_": 22230, "lpoly_": null, "rpoly_": null, "length": 155.73112043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5630, "l_t_add": 5658, "r_f_add": 5631, "r_t_add": 5659, "st_code": 42940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300846, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN AVE", "stname": "HOFFMAN AVE", "objectid": 2940, "Shape__Length": 61.941306593774449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235581505201495, 39.945420988919203 ], [ -75.235989976699798, 39.945131314507002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22835, "tnode_": 22971, "lpoly_": null, "rpoly_": null, "length": 572.16348916000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 34520, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300848, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 2941, "Shape__Length": 227.55634291870246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295309746046, 39.941027676351297 ], [ -75.231036232324001, 39.939967271246303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21182, "tnode_": 21268, "lpoly_": null, "rpoly_": null, "length": 280.74397367, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 528, "st_code": 88910, "l_hundred": 500, "r_hundred": 500, "seg_id": 300849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2942, "Shape__Length": 111.9046048048307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232479115206104, 39.952747884222603 ], [ -75.232630988961603, 39.951986121746103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21268, "tnode_": 21361, "lpoly_": null, "rpoly_": null, "length": 291.74249200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 533, "l_t_add": 599, "r_f_add": 530, "r_t_add": 598, "st_code": 88910, "l_hundred": 500, "r_hundred": 500, "seg_id": 300850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 2943, "Shape__Length": 116.28638643204394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232630988961603, 39.951986121746103 ], [ -75.232795501388495, 39.951195323455202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22491, "tnode_": 22564, "lpoly_": null, "rpoly_": null, "length": 794.74807847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGORA", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 12660, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300853, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGORA TER", "stname": "ANGORA TER", "objectid": 2944, "Shape__Length": 315.66799076063819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242777121938701, 39.943652210405098 ], [ -75.244274615418604, 39.943111317424403 ], [ -75.245440529313299, 39.943252335789602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22519, "tnode_": 22602, "lpoly_": null, "rpoly_": null, "length": 267.28827416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1171, "l_t_add": 1199, "r_f_add": 1170, "r_t_add": 1198, "st_code": 89000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2945, "Shape__Length": 106.34335768012512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239863087951505, 39.943399764359903 ], [ -75.239275906706695, 39.9428997101151 ], [ -75.239217103015406, 39.942860777575099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23904, "tnode_": 23946, "lpoly_": null, "rpoly_": null, "length": 175.18383982999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 30800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300856, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 2946, "Shape__Length": 69.694067814238082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232983130818297, 39.933282000973101 ], [ -75.232569063018801, 39.932921922123001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24030, "tnode_": 24079, "lpoly_": null, "rpoly_": null, "length": 175.01593601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1929, "r_f_add": 1900, "r_t_add": 1928, "st_code": 89040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 2947, "Shape__Length": 69.623526424584099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233577761511498, 39.932207116865698 ], [ -75.233159590345295, 39.9318504846362 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24336, "tnode_": 24381, "lpoly_": null, "rpoly_": null, "length": 167.48908224000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 89060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300859, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 2948, "Shape__Length": 66.62616412171792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233343433950395, 39.929632377488403 ], [ -75.232942279827398, 39.929291766932003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22161, "tnode_": 22198, "lpoly_": null, "rpoly_": null, "length": 173.24564111000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5628, "r_f_add": 5601, "r_t_add": 5629, "st_code": 42940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 300860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN AVE", "stname": "HOFFMAN AVE", "objectid": 2949, "Shape__Length": 68.888583664859667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235099443778196, 39.945714881570296 ], [ -75.235236107113195, 39.945657126389897 ], [ -75.235581505201495, 39.945420988919203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21191, "tnode_": 21247, "lpoly_": null, "rpoly_": null, "length": 195.83830886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 435, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 88830, "l_hundred": 400, "r_hundred": 400, "seg_id": 300861, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2950, "Shape__Length": 78.06144099950474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226438885499704, 39.952541609159098 ], [ -75.226542130945305, 39.952009912904003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21139, "tnode_": 21191, "lpoly_": null, "rpoly_": null, "length": 175.79377968, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 419, "l_t_add": 433, "r_f_add": 418, "r_t_add": 432, "st_code": 88830, "l_hundred": 400, "r_hundred": 400, "seg_id": 300862, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2951, "Shape__Length": 70.071360598215449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226340125183597, 39.9530181620297 ], [ -75.226438885499704, 39.952541609159098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21091, "tnode_": 21139, "lpoly_": null, "rpoly_": null, "length": 191.76290758, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 416, "st_code": 88830, "l_hundred": 400, "r_hundred": 400, "seg_id": 300863, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 2952, "Shape__Length": 76.436282715525863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226225919784198, 39.953537185974199 ], [ -75.226340125183597, 39.9530181620297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24564, "tnode_": 24589, "lpoly_": null, "rpoly_": null, "length": 158.82692455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 78960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 2953, "Shape__Length": 63.122723619013534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234866712966394, 39.927976531681097 ], [ -75.235332351181299, 39.9277283783602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24313, "tnode_": 24409, "lpoly_": null, "rpoly_": null, "length": 282.1393135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 83740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 2954, "Shape__Length": 112.40462302066246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241999692514298, 39.9300452762498 ], [ -75.242095395072397, 39.929783552806803 ], [ -75.242168627037501, 39.929560363549598 ], [ -75.242257286504298, 39.929296641642303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24364, "tnode_": 24462, "lpoly_": null, "rpoly_": null, "length": 280.65313763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 77840, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300866, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 2955, "Shape__Length": 111.81335232739491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239627235035201, 39.929579439849597 ], [ -75.239703949023195, 39.929352336810702 ], [ -75.239783918992799, 39.929114313770597 ], [ -75.239876595667596, 39.928833315679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22308, "tnode_": 22381, "lpoly_": null, "rpoly_": null, "length": 201.15771671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1131, "l_t_add": 1169, "r_f_add": 1130, "r_t_add": 1168, "st_code": 89000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300867, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 2956, "Shape__Length": 80.114664161303281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241413044048997, 39.944734034308297 ], [ -75.2410878920236, 39.944241801503601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22306, "tnode_": 22363, "lpoly_": null, "rpoly_": null, "length": 207.13300121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 300868, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 2957, "Shape__Length": 82.415217013126053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233719947596597, 39.944568365112303 ], [ -75.233225355734206, 39.944146004771198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24152, "tnode_": 27185, "lpoly_": null, "rpoly_": null, "length": 21.96127971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6098, "l_t_add": 6098, "r_f_add": 6099, "r_t_add": 6099, "st_code": 47780, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 300906, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 2958, "Shape__Length": 8.7332983168395018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232306968945494, 39.931124699871702 ], [ -75.232364376404007, 39.9310836971299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27186, "tnode_": 22163, "lpoly_": null, "rpoly_": null, "length": 62.97786083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 15620, "l_hundred": 0, "r_hundred": 0, "seg_id": 300907, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 2959, "Shape__Length": 25.012638423599505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240054954708199, 39.9459266421688 ], [ -75.240269387656397, 39.9458751841508 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27182, "tnode_": 24440, "lpoly_": null, "rpoly_": null, "length": 35.31827928, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1801, "r_f_add": 1800, "r_t_add": 1800, "st_code": 89160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300908, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2960, "Shape__Length": 14.022447784063045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240988229432801, 39.929042960729099 ], [ -75.240866498124902, 39.929018125653897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27190, "tnode_": 24492, "lpoly_": null, "rpoly_": null, "length": 23.85313866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1919, "l_t_add": 1919, "r_f_add": 1914, "r_t_add": 1916, "st_code": 89160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300909, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 65TH ST", "stname": "S 65TH ST", "objectid": 2961, "Shape__Length": 9.4883767487405439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237873412978303, 39.9285589415122 ], [ -75.2378160613668, 39.928510588326503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22569, "tnode_": 27908, "lpoly_": null, "rpoly_": null, "length": 44.8557874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 300912, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-02T00:00:00Z", "newsegdate": "1999-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 2962, "Shape__Length": 17.819257142690599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246919460368403, 39.943455695295299 ], [ -75.247066468808399, 39.943407134086399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22991, "tnode_": 27909, "lpoly_": null, "rpoly_": null, "length": 22.7348918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 300913, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 2963, "Shape__Length": 9.032221182736162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239887177233797, 39.940036221313903 ], [ -75.2399603356847, 39.940063124080801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24376, "tnode_": 27910, "lpoly_": null, "rpoly_": null, "length": 16.15082142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 300914, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 2964, "Shape__Length": 6.4120942744239002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243926616368299, 39.929602248919501 ], [ -75.243982674576998, 39.929612402793097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24609, "tnode_": 28437, "lpoly_": null, "rpoly_": null, "length": 644.57153212000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 33580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 300925, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2008-11-10T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "FARRELL LN", "stname": "FARRELL LN", "objectid": 2965, "Shape__Length": 255.95308615071534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234340512737802, 39.927535336911603 ], [ -75.234182547135802, 39.927578139405597 ], [ -75.234083124164798, 39.927526106930799 ], [ -75.232307883144898, 39.927192085754101 ], [ -75.232233432473606, 39.927154771679199 ], [ -75.232181623128994, 39.927094144036801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24617, "tnode_": 28437, "lpoly_": null, "rpoly_": null, "length": 174.41443804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6300, "l_t_add": 6312, "r_f_add": 6301, "r_t_add": 6319, "st_code": 84480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300926, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-03T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 2966, "Shape__Length": 69.348740108061989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231715956955696, 39.927411486077602 ], [ -75.232181623128994, 39.927094144036801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28437, "tnode_": 24734, "lpoly_": null, "rpoly_": null, "length": 346.23553503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6314, "l_t_add": 6398, "r_f_add": 6321, "r_t_add": 6399, "st_code": 84480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 300927, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-03T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 2967, "Shape__Length": 137.66765423163838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232181623128994, 39.927094144036801 ], [ -75.233102586480896, 39.926461200164098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24202, "tnode_": 24655, "lpoly_": null, "rpoly_": null, "length": 1310.25219806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6401, "l_t_add": 6699, "r_f_add": 6400, "r_t_add": 6698, "st_code": 24060, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 300928, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-10-16T00:00:00Z", "newsegdate": "2003-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2968, "Shape__Length": 522.07899012580356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242975519439696, 39.930949884176997 ], [ -75.243306232537506, 39.930275667725702 ], [ -75.243361212172005, 39.930070091477901 ], [ -75.243390444972505, 39.929705827198703 ], [ -75.243430417483907, 39.929221918682302 ], [ -75.243467741709097, 39.927405757796798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23759, "tnode_": 29196, "lpoly_": null, "rpoly_": null, "length": 857.82521368999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 24060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 300931, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2007-07-09T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2969, "Shape__Length": 341.070860060033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2359204452505, 39.934450561804802 ], [ -75.2368373950071, 39.933765953574799 ], [ -75.237778675417402, 39.933093259068102 ], [ -75.238002618639996, 39.933019102149501 ], [ -75.238208302604704, 39.9330114437644 ], [ -75.238255353265401, 39.933016405292499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29196, "tnode_": 24202, "lpoly_": null, "rpoly_": null, "length": 1903.0884881700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 24060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 300932, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2007-07-09T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2970, "Shape__Length": 756.7483686657547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238255353265401, 39.933016405292499 ], [ -75.2384994705005, 39.933042147373399 ], [ -75.238741030287102, 39.933132581114499 ], [ -75.238940878421403, 39.933282918187501 ], [ -75.239202753377398, 39.933465022334303 ], [ -75.239528971989699, 39.933575666431402 ], [ -75.239925833285895, 39.933565994439199 ], [ -75.240237055288503, 39.933481579966603 ], [ -75.241283651223398, 39.932951041538502 ], [ -75.242371268136694, 39.932378819824599 ], [ -75.242626281421494, 39.932104637077302 ], [ -75.242746654507698, 39.931839672806902 ], [ -75.242781094905297, 39.931548502937602 ], [ -75.242836973780399, 39.931318619721097 ], [ -75.242975519439696, 39.930949884176997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29197, "tnode_": 29196, "lpoly_": null, "rpoly_": null, "length": 24.17416777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "DWY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1044, "l_hundred": 0, "r_hundred": 0, "seg_id": 300933, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2007-07-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CEMETERY DWY", "stname": "CEMETERY DWY", "objectid": 2971, "Shape__Length": 9.6337946490833115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238261444884301, 39.9330826005529 ], [ -75.238255353265401, 39.933016405292499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29196, "tnode_": 29198, "lpoly_": null, "rpoly_": null, "length": 57.2888388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "DWY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1044, "l_hundred": 0, "r_hundred": 0, "seg_id": 300934, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2007-07-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CEMETERY DWY", "stname": "CEMETERY DWY", "objectid": 2972, "Shape__Length": 22.829206174572114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238255353265401, 39.933016405292499 ], [ -75.238227024135, 39.932860659649201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29685, "tnode_": 24491, "lpoly_": null, "rpoly_": null, "length": 415.78521044999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2030, "r_t_add": 2098, "st_code": 22120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300935, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2973, "Shape__Length": 165.07450409681621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234414570955295, 39.9287536098511 ], [ -75.232976754054306, 39.928475377466597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24434, "tnode_": 29685, "lpoly_": null, "rpoly_": null, "length": 295.21995386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEMETERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2001, "l_t_add": 2029, "r_f_add": 2000, "r_t_add": 2028, "st_code": 22120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300936, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "CEMETERY AVE", "stname": "CEMETERY AVE", "objectid": 2974, "Shape__Length": 117.20361240370418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235440811015494, 39.928916185999903 ], [ -75.235307683960997, 39.928921280258301 ], [ -75.235100658853995, 39.928886367753002 ], [ -75.234414570955295, 39.9287536098511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29685, "tnode_": 29686, "lpoly_": null, "rpoly_": null, "length": 114.53891679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 48950, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 300937, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "LANGTON PL", "stname": "LANGTON PL", "objectid": 2975, "Shape__Length": 45.634899761703146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234414570955295, 39.9287536098511 ], [ -75.234324027770398, 39.929060209380502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23609, "tnode_": 23680, "lpoly_": null, "rpoly_": null, "length": 229.63110829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1715, "l_t_add": 1749, "r_f_add": 1716, "r_t_add": 1748, "st_code": 24060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300945, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 2976, "Shape__Length": 91.418809952154902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234825751722198, 39.935544643889699 ], [ -75.235242775917001, 39.935017784547902 ], [ -75.235251837154706, 39.935006336062401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23720, "tnode_": 23680, "lpoly_": null, "rpoly_": null, "length": 124.68732301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1747, "r_t_add": 1799, "st_code": 73900, "l_hundred": 0, "r_hundred": 1700, "seg_id": 300950, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2977, "Shape__Length": 49.553822401260952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234878205323099, 39.934820787200202 ], [ -75.235251837154706, 39.935006336062401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23740, "tnode_": 23720, "lpoly_": null, "rpoly_": null, "length": 125.82320831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1727, "r_t_add": 1745, "st_code": 73900, "l_hundred": 0, "r_hundred": 1700, "seg_id": 300951, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2978, "Shape__Length": 50.027060001217542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234533135330693, 39.934602170794498 ], [ -75.234584732585404, 39.934650112828798 ], [ -75.234878205323099, 39.934820787200202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21385, "tnode_": 21484, "lpoly_": null, "rpoly_": null, "length": 280.75834959000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 512, "st_code": 88730, "l_hundred": 500, "r_hundred": 500, "seg_id": 320040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 2979, "Shape__Length": 111.90503491831963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216662267278295, 39.950791653628102 ], [ -75.216829172772194, 39.950031716931903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23763, "tnode_": 23740, "lpoly_": null, "rpoly_": null, "length": 209.70046067000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1722, "l_t_add": 1724, "r_f_add": 1723, "r_t_add": 1725, "st_code": 73900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300952, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2980, "Shape__Length": 83.307529474442561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233863898475605, 39.934354174539898 ], [ -75.234142882532396, 39.9344214779616 ], [ -75.234298285471695, 39.934491785864601 ], [ -75.234533135330693, 39.934602170794498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23757, "tnode_": 23763, "lpoly_": null, "rpoly_": null, "length": 126.47085717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1718, "l_t_add": 1720, "r_f_add": 1719, "r_t_add": 1721, "st_code": 73900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300953, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2981, "Shape__Length": 50.208031472975904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233417867408903, 39.934359570736099 ], [ -75.233579273874895, 39.934337505186598 ], [ -75.233696668367202, 39.934332862193799 ], [ -75.233863898475605, 39.934354174539898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23745, "tnode_": 23757, "lpoly_": null, "rpoly_": null, "length": 108.37515556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1714, "l_t_add": 1716, "r_f_add": 1715, "r_t_add": 1717, "st_code": 73900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300954, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2982, "Shape__Length": 43.037453044674031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233051235580206, 39.934451200492397 ], [ -75.233168596043498, 39.934411515738702 ], [ -75.233286793231002, 39.934385231727298 ], [ -75.233417867408903, 39.934359570736099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23726, "tnode_": 23745, "lpoly_": null, "rpoly_": null, "length": 115.61843418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 73900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 300955, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 2983, "Shape__Length": 45.964921194780494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232726411942807, 39.934646667587998 ], [ -75.233051235580206, 39.934451200492397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21114, "tnode_": 21091, "lpoly_": null, "rpoly_": null, "length": 562.04854688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 64820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2984, "Shape__Length": 223.1945114016373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224246134693402, 39.953294246529801 ], [ -75.226225919784198, 39.953537185974199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21130, "tnode_": 21114, "lpoly_": null, "rpoly_": null, "length": 557.8948756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 64820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2985, "Shape__Length": 221.54499194075447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222281831625395, 39.953049063923899 ], [ -75.224246134693402, 39.953294246529801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21140, "tnode_": 21130, "lpoly_": null, "rpoly_": null, "length": 282.10672674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4930, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 64820, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2986, "Shape__Length": 112.02557800532549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221287182892496, 39.9529318012491 ], [ -75.222281831625395, 39.953049063923899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21152, "tnode_": 21140, "lpoly_": null, "rpoly_": null, "length": 281.59148517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4928, "r_f_add": 4901, "r_t_add": 4929, "st_code": 64820, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320004, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2987, "Shape__Length": 111.82309649503985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220297019818801, 39.952802058945501 ], [ -75.221287182892496, 39.9529318012491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21162, "tnode_": 21152, "lpoly_": null, "rpoly_": null, "length": 267.68981631999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4838, "l_t_add": 4898, "r_f_add": 4827, "r_t_add": 4899, "st_code": 64820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2988, "Shape__Length": 106.29973000514852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2193526759755, 39.952693482274199 ], [ -75.220297019818801, 39.952802058945501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21176, "tnode_": 21162, "lpoly_": null, "rpoly_": null, "length": 284.99844007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4836, "r_f_add": 4801, "r_t_add": 4825, "st_code": 64820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2989, "Shape__Length": 113.17563119482432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218350528746598, 39.952562205352699 ], [ -75.2193526759755, 39.952693482274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21196, "tnode_": 21176, "lpoly_": null, "rpoly_": null, "length": 567.70719717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 64820, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 2990, "Shape__Length": 225.43927951157113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216351887143801, 39.9523118187536 ], [ -75.218350528746598, 39.952562205352699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21059, "tnode_": 21114, "lpoly_": null, "rpoly_": null, "length": 189.9912929, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 309, "l_t_add": 399, "r_f_add": 312, "r_t_add": 398, "st_code": 88810, "l_hundred": 300, "r_hundred": 300, "seg_id": 320010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 2991, "Shape__Length": 75.732467389176179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224147865048195, 39.9538102841233 ], [ -75.224246134693402, 39.953294246529801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21024, "tnode_": 21130, "lpoly_": null, "rpoly_": null, "length": 392.24273732, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88790, "l_hundred": 300, "r_hundred": 300, "seg_id": 320011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 2992, "Shape__Length": 156.3492966185579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222059375727795, 39.954112027234899 ], [ -75.222194629233101, 39.953423060034702 ], [ -75.222281831625395, 39.953049063923899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21114, "tnode_": 21189, "lpoly_": null, "rpoly_": null, "length": 281.00787376, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 427, "r_f_add": 400, "r_t_add": 426, "st_code": 88810, "l_hundred": 400, "r_hundred": 400, "seg_id": 320012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 2993, "Shape__Length": 112.01014848016251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224246134693402, 39.953294246529801 ], [ -75.224402147824904, 39.9525322461622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21130, "tnode_": 21211, "lpoly_": null, "rpoly_": null, "length": 279.97450290999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 427, "r_f_add": 400, "r_t_add": 426, "st_code": 88790, "l_hundred": 400, "r_hundred": 400, "seg_id": 320013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 2994, "Shape__Length": 111.59778807652776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222281831625395, 39.953049063923899 ], [ -75.222437708588501, 39.952289918917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21189, "tnode_": 21283, "lpoly_": null, "rpoly_": null, "length": 280.27935089, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 429, "l_t_add": 499, "r_f_add": 428, "r_t_add": 498, "st_code": 88810, "l_hundred": 400, "r_hundred": 400, "seg_id": 320014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 2995, "Shape__Length": 111.71686764167053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224402147824904, 39.9525322461622 ], [ -75.224569369107797, 39.951773683728703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21211, "tnode_": 21306, "lpoly_": null, "rpoly_": null, "length": 280.64805002000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 429, "l_t_add": 499, "r_f_add": 428, "r_t_add": 498, "st_code": 88790, "l_hundred": 400, "r_hundred": 400, "seg_id": 320015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 2996, "Shape__Length": 111.86532231812419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222437708588501, 39.952289918917202 ], [ -75.222591758657202, 39.951528681937297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21283, "tnode_": 21378, "lpoly_": null, "rpoly_": null, "length": 280.36974766000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 522, "st_code": 88810, "l_hundred": 500, "r_hundred": 500, "seg_id": 320016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 2997, "Shape__Length": 111.75290489981396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224569369107797, 39.951773683728703 ], [ -75.2247279619246, 39.951013773394301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21306, "tnode_": 21408, "lpoly_": null, "rpoly_": null, "length": 282.32859771, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 549, "r_f_add": 500, "r_t_add": 548, "st_code": 88790, "l_hundred": 500, "r_hundred": 500, "seg_id": 320017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 2998, "Shape__Length": 112.53297672748653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222591758657202, 39.951528681937297 ], [ -75.222753606768094, 39.950763729702203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21059, "tnode_": 21040, "lpoly_": null, "rpoly_": null, "length": 558.9873968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 27980, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320018, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 2999, "Shape__Length": 221.98178064638057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224147865048195, 39.9538102841233 ], [ -75.226115522592806, 39.954058374925403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21211, "tnode_": 21189, "lpoly_": null, "rpoly_": null, "length": 557.77307718999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 61840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3000, "Shape__Length": 221.49363461803122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222437708588501, 39.952289918917202 ], [ -75.224402147824904, 39.9525322461622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21229, "tnode_": 21211, "lpoly_": null, "rpoly_": null, "length": 562.82893867999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 61840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3001, "Shape__Length": 223.50057222429714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220455513662799, 39.9520451858127 ], [ -75.222437708588501, 39.952289918917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21288, "tnode_": 21260, "lpoly_": null, "rpoly_": null, "length": 572.91169035000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 61840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3002, "Shape__Length": 227.50096408625419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216504639392895, 39.9515559856045 ], [ -75.217001021176202, 39.951613136112698 ], [ -75.217974363538005, 39.951732628710502 ], [ -75.218524442660595, 39.951794570794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21045, "tnode_": 21152, "lpoly_": null, "rpoly_": null, "length": 389.52311386999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88770, "l_hundred": 300, "r_hundred": 300, "seg_id": 320024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3003, "Shape__Length": 155.26562799616738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220082997651701, 39.953858491722798 ], [ -75.220155061430901, 39.953541103588996 ], [ -75.220223682436696, 39.953166868407202 ], [ -75.220297019818801, 39.952802058945501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21152, "tnode_": 21229, "lpoly_": null, "rpoly_": null, "length": 279.27288928000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 430, "st_code": 88770, "l_hundred": 400, "r_hundred": 400, "seg_id": 320025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3004, "Shape__Length": 111.31730816016986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220297019818801, 39.952802058945501 ], [ -75.220455513662799, 39.9520451858127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21229, "tnode_": 21328, "lpoly_": null, "rpoly_": null, "length": 280.81579377999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 499, "r_f_add": 432, "r_t_add": 498, "st_code": 88770, "l_hundred": 400, "r_hundred": 400, "seg_id": 320026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3005, "Shape__Length": 111.93052092547212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220455513662799, 39.9520451858127 ], [ -75.220618721443003, 39.951284613345798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21328, "tnode_": 21431, "lpoly_": null, "rpoly_": null, "length": 281.33372405, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 537, "r_f_add": 500, "r_t_add": 538, "st_code": 88770, "l_hundred": 500, "r_hundred": 500, "seg_id": 320027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3006, "Shape__Length": 112.13627864586046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220618721443003, 39.951284613345798 ], [ -75.220778258332302, 39.950522139758597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21283, "tnode_": 21247, "lpoly_": null, "rpoly_": null, "length": 559.73543721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 49140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3007, "Shape__Length": 222.2699520757009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224569369107797, 39.951773683728703 ], [ -75.226542130945305, 39.952009912904003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21306, "tnode_": 21283, "lpoly_": null, "rpoly_": null, "length": 561.57961596000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 49140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3008, "Shape__Length": 223.00291744169868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222591758657202, 39.951528681937297 ], [ -75.224569369107797, 39.951773683728703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21328, "tnode_": 21306, "lpoly_": null, "rpoly_": null, "length": 560.26171427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 49140, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320030, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3009, "Shape__Length": 222.47871390958687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220618721443003, 39.951284613345798 ], [ -75.222591758657202, 39.951528681937297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21350, "tnode_": 21328, "lpoly_": null, "rpoly_": null, "length": 550.86380428999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 49140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3010, "Shape__Length": 218.74670563998893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218679543781406, 39.951041310836104 ], [ -75.219250275366605, 39.9511142055281 ], [ -75.220160047291699, 39.951231939316401 ], [ -75.220618721443003, 39.951284613345798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21385, "tnode_": 21350, "lpoly_": null, "rpoly_": null, "length": 572.83500112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 49140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3011, "Shape__Length": 227.469919511716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216662267278295, 39.950791653628102 ], [ -75.217165961242898, 39.950853272710802 ], [ -75.218152851188705, 39.950976240983202 ], [ -75.218679543781406, 39.951041310836104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21176, "tnode_": 21260, "lpoly_": null, "rpoly_": null, "length": 283.85441326, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 430, "st_code": 88750, "l_hundred": 400, "r_hundred": 400, "seg_id": 320034, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3012, "Shape__Length": 113.14121757338859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218350528746598, 39.952562205352699 ], [ -75.218524442660595, 39.951794570794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21260, "tnode_": 21350, "lpoly_": null, "rpoly_": null, "length": 277.82315488, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 499, "r_f_add": 432, "r_t_add": 498, "st_code": 88750, "l_hundred": 400, "r_hundred": 400, "seg_id": 320035, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3013, "Shape__Length": 110.73817909478811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218524442660595, 39.951794570794 ], [ -75.218679543781406, 39.951041310836104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21350, "tnode_": 21455, "lpoly_": null, "rpoly_": null, "length": 279.72270367, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 538, "st_code": 88750, "l_hundred": 500, "r_hundred": 500, "seg_id": 320036, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3014, "Shape__Length": 111.49399884218589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218679543781406, 39.951041310836104 ], [ -75.218836395356902, 39.950282985189702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21196, "tnode_": 21288, "lpoly_": null, "rpoly_": null, "length": 278.6470517, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 419, "r_f_add": 400, "r_t_add": 416, "st_code": 88730, "l_hundred": 400, "r_hundred": 400, "seg_id": 320038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3015, "Shape__Length": 111.06779812334841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216351887143801, 39.9523118187536 ], [ -75.216432433856497, 39.9519116233555 ], [ -75.216504639392895, 39.9515559856045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21288, "tnode_": 21385, "lpoly_": null, "rpoly_": null, "length": 281.93305505000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 421, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 88730, "l_hundred": 400, "r_hundred": 400, "seg_id": 320039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3016, "Shape__Length": 112.37587461037438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216504639392895, 39.9515559856045 ], [ -75.216589833554494, 39.951168652743597 ], [ -75.216662267278295, 39.950791653628102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21310, "tnode_": 21288, "lpoly_": null, "rpoly_": null, "length": 559.52173718999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 61840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3017, "Shape__Length": 222.18552391079083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214534859362104, 39.951309137620299 ], [ -75.216504639392895, 39.9515559856045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21331, "tnode_": 21310, "lpoly_": null, "rpoly_": null, "length": 561.03246106000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 61840, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3018, "Shape__Length": 222.78427526502512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212559374807697, 39.951063603361199 ], [ -75.214032228820003, 39.9512433597829 ], [ -75.214534859362104, 39.951309137620299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21356, "tnode_": 21331, "lpoly_": null, "rpoly_": null, "length": 460.23783618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 61840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 320045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3019, "Shape__Length": 182.75735995837837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210937560194296, 39.950868131273403 ], [ -75.212559374807697, 39.951063603361199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21216, "tnode_": 21310, "lpoly_": null, "rpoly_": null, "length": 278.23080994999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 88710, "l_hundred": 400, "r_hundred": 400, "seg_id": 320047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3020, "Shape__Length": 110.90049107807457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214375557826401, 39.952062961490498 ], [ -75.214451968472403, 39.951674207725297 ], [ -75.214534859362104, 39.951309137620299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21310, "tnode_": 21413, "lpoly_": null, "rpoly_": null, "length": 279.48102253000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 431, "l_t_add": 499, "r_f_add": 430, "r_t_add": 498, "st_code": 88710, "l_hundred": 400, "r_hundred": 400, "seg_id": 320048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3021, "Shape__Length": 111.3976968828168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214534859362104, 39.951309137620299 ], [ -75.214621650534696, 39.950925137138803 ], [ -75.214694057892103, 39.9505518298485 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21413, "tnode_": 21516, "lpoly_": null, "rpoly_": null, "length": 281.76992103000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 518, "st_code": 88710, "l_hundred": 500, "r_hundred": 500, "seg_id": 320049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3022, "Shape__Length": 112.30901865576391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214694057892103, 39.9505518298485 ], [ -75.214853269910293, 39.949788103485702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21413, "tnode_": 21385, "lpoly_": null, "rpoly_": null, "length": 558.68737773000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 49140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3023, "Shape__Length": 221.85050635714339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214694057892103, 39.9505518298485 ], [ -75.216662267278295, 39.950791653628102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21437, "tnode_": 21424, "lpoly_": null, "rpoly_": null, "length": 276.79869424000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4524, "r_f_add": 4501, "r_t_add": 4525, "st_code": 49140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3024, "Shape__Length": 109.91362252808793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212718006176203, 39.950301965002602 ], [ -75.213230266426905, 39.950364464043901 ], [ -75.213693747262397, 39.950417747126998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21234, "tnode_": 21331, "lpoly_": null, "rpoly_": null, "length": 279.47206494, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 425, "r_f_add": 400, "r_t_add": 414, "st_code": 88690, "l_hundred": 400, "r_hundred": 400, "seg_id": 320054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3025, "Shape__Length": 111.39449803232417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212396511130805, 39.951820480753099 ], [ -75.212559374807697, 39.951063603361199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21331, "tnode_": 21437, "lpoly_": null, "rpoly_": null, "length": 280.99306707, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 427, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 88690, "l_hundred": 400, "r_hundred": 400, "seg_id": 320055, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3026, "Shape__Length": 112.00023547396664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212559374807697, 39.951063603361199 ], [ -75.212718006176203, 39.950301965002602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21437, "tnode_": 21597, "lpoly_": null, "rpoly_": null, "length": 453.47705534, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88690, "l_hundred": 500, "r_hundred": 500, "seg_id": 320056, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3027, "Shape__Length": 180.74582847801531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212718006176203, 39.950301965002602 ], [ -75.212950339867206, 39.949138635654201 ], [ -75.212922089702602, 39.949074353249898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21259, "tnode_": 21356, "lpoly_": null, "rpoly_": null, "length": 279.02663699, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 435, "r_f_add": 400, "r_t_add": 418, "st_code": 88670, "l_hundred": 400, "r_hundred": 400, "seg_id": 320058, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 3028, "Shape__Length": 111.21610428500155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210771296167195, 39.951623330407102 ], [ -75.210937560194296, 39.950868131273403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21356, "tnode_": 21451, "lpoly_": null, "rpoly_": null, "length": 284.05287547, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 437, "l_t_add": 499, "r_f_add": 420, "r_t_add": 498, "st_code": 88670, "l_hundred": 400, "r_hundred": 400, "seg_id": 320059, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 3029, "Shape__Length": 113.22090832864225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210937560194296, 39.950868131273403 ], [ -75.211087505765605, 39.950096957322003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21451, "tnode_": 21558, "lpoly_": null, "rpoly_": null, "length": 310.32029344, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88670, "l_hundred": 500, "r_hundred": 500, "seg_id": 320060, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 3030, "Shape__Length": 123.68790206399098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211087505765605, 39.950096957322003 ], [ -75.211262493683904, 39.949255802488899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21279, "tnode_": 21259, "lpoly_": null, "rpoly_": null, "length": 409.73049597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 64820, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 320061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3031, "Shape__Length": 162.70321590269148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209328162100604, 39.951445847301599 ], [ -75.210771296167195, 39.951623330407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21382, "tnode_": 21356, "lpoly_": null, "rpoly_": null, "length": 463.29107194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 61840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 320062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3032, "Shape__Length": 183.97006135320245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209305929612697, 39.950666804499399 ], [ -75.210937560194296, 39.950868131273403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21451, "tnode_": 21437, "lpoly_": null, "rpoly_": null, "length": 463.19628192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 49140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 320063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3033, "Shape__Length": 183.93156659813025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211087505765605, 39.950096957322003 ], [ -75.212718006176203, 39.950301965002602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21476, "tnode_": 21451, "lpoly_": null, "rpoly_": null, "length": 515.20267503999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 49140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 320064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 3034, "Shape__Length": 204.57962234194989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209270916715496, 39.9498836772662 ], [ -75.211087505765605, 39.950096957322003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21424, "tnode_": 21618, "lpoly_": null, "rpoly_": null, "length": 535.58410424, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 55400, "l_hundred": 500, "r_hundred": 500, "seg_id": 320065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 3035, "Shape__Length": 213.47515441657924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213693747262397, 39.950417747126998 ], [ -75.213986735606497, 39.948964896667299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21399, "tnode_": 21411, "lpoly_": null, "rpoly_": null, "length": 585.44872084000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 61840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320066, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 3036, "Shape__Length": 232.45475917485507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207196738548006, 39.950490787863302 ], [ -75.209284022968205, 39.950443997706003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21296, "tnode_": 21279, "lpoly_": null, "rpoly_": null, "length": 358.91299720999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4218, "l_t_add": 4298, "r_f_add": 4209, "r_t_add": 4299, "st_code": 64820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3037, "Shape__Length": 142.52474505897462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208065647334706, 39.951282724296902 ], [ -75.209328162100604, 39.951445847301599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21307, "tnode_": 21296, "lpoly_": null, "rpoly_": null, "length": 260.44727444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4201, "r_t_add": 4207, "st_code": 64820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3038, "Shape__Length": 103.42251932650207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207148156345298, 39.951170677794103 ], [ -75.208065647334706, 39.951282724296902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21279, "tnode_": 21382, "lpoly_": null, "rpoly_": null, "length": 284.40157233000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 405, "l_t_add": 419, "r_f_add": 400, "r_t_add": 426, "st_code": 88650, "l_hundred": 400, "r_hundred": 400, "seg_id": 320069, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3039, "Shape__Length": 113.36872048719468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209328162100604, 39.951445847301599 ], [ -75.209342760482997, 39.951390061562101 ], [ -75.209305929612697, 39.950666804499399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21382, "tnode_": 21411, "lpoly_": null, "rpoly_": null, "length": 81.39654685, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 421, "l_t_add": 429, "r_f_add": 428, "r_t_add": 438, "st_code": 88650, "l_hundred": 400, "r_hundred": 400, "seg_id": 320070, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3040, "Shape__Length": 32.446033200327605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209305929612697, 39.950666804499399 ], [ -75.209284022968205, 39.950443997706003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21411, "tnode_": 21476, "lpoly_": null, "rpoly_": null, "length": 204.14770425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 431, "l_t_add": 449, "r_f_add": 440, "r_t_add": 450, "st_code": 88650, "l_hundred": 400, "r_hundred": 400, "seg_id": 320071, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3041, "Shape__Length": 81.377965349975767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209284022968205, 39.950443997706003 ], [ -75.209270916715496, 39.9498836772662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21476, "tnode_": 21520, "lpoly_": null, "rpoly_": null, "length": 122.16599409, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 451, "l_t_add": 499, "r_f_add": 452, "r_t_add": 498, "st_code": 88650, "l_hundred": 400, "r_hundred": 400, "seg_id": 320072, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3042, "Shape__Length": 48.695078146010886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209270916715496, 39.9498836772662 ], [ -75.209242297438607, 39.949622777833397 ], [ -75.209261948876801, 39.949550816597799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21238, "tnode_": 21307, "lpoly_": null, "rpoly_": null, "length": 187.66574025, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 315, "l_t_add": 399, "r_f_add": 322, "r_t_add": 398, "st_code": 88630, "l_hundred": 300, "r_hundred": 300, "seg_id": 320074, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 3043, "Shape__Length": 74.802424915156209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207045529135598, 39.951679753038 ], [ -75.207148156345298, 39.951170677794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21307, "tnode_": 21399, "lpoly_": null, "rpoly_": null, "length": 248.61513939000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 418, "st_code": 88630, "l_hundred": 400, "r_hundred": 400, "seg_id": 320075, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 3044, "Shape__Length": 99.101851427449347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207148156345298, 39.951170677794103 ], [ -75.207196783654794, 39.950901581651998 ], [ -75.207196738548006, 39.950490787863302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21399, "tnode_": 21488, "lpoly_": null, "rpoly_": null, "length": 254.35539185, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 409, "l_t_add": 499, "r_f_add": 420, "r_t_add": 498, "st_code": 88630, "l_hundred": 400, "r_hundred": 400, "seg_id": 320076, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 3045, "Shape__Length": 101.39044106119874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207196738548006, 39.950490787863302 ], [ -75.207140032488894, 39.949793915483802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21323, "tnode_": 21307, "lpoly_": null, "rpoly_": null, "length": 382.15832213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 64820, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 320077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3046, "Shape__Length": 151.75539409320737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205804492503205, 39.950994201574197 ], [ -75.207148156345298, 39.951170677794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21341, "tnode_": 21323, "lpoly_": null, "rpoly_": null, "length": 493.61840879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4002, "l_t_add": 4098, "r_f_add": 4017, "r_t_add": 4099, "st_code": 64820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3047, "Shape__Length": 196.01209064633082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204064762068199, 39.950785978498097 ], [ -75.205804492503205, 39.950994201574197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21456, "tnode_": 21463, "lpoly_": null, "rpoly_": null, "length": 319.06862553000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4032, "r_f_add": 4001, "r_t_add": 4033, "st_code": 15620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320079, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3048, "Shape__Length": 126.68756238791661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203462951810806, 39.949933278595601 ], [ -75.204599231499003, 39.949884583860303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21463, "tnode_": 21477, "lpoly_": null, "rpoly_": null, "length": 326.36632941000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4034, "l_t_add": 4098, "r_f_add": 4035, "r_t_add": 4099, "st_code": 15620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320080, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3049, "Shape__Length": 129.58465849382037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204599231499003, 39.949884583860303 ], [ -75.205761953697007, 39.9498415136188 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21477, "tnode_": 21488, "lpoly_": null, "rpoly_": null, "length": 386.75699702999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 15620, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 320081, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3050, "Shape__Length": 153.56265500874969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205761953697007, 39.9498415136188 ], [ -75.207140032488894, 39.949793915483802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21488, "tnode_": 21496, "lpoly_": null, "rpoly_": null, "length": 254.29135089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4222, "r_f_add": 4201, "r_t_add": 4215, "st_code": 15620, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320082, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3051, "Shape__Length": 100.96711963944155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207140032488894, 39.949793915483802 ], [ -75.208045794130996, 39.949757548758498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21496, "tnode_": 21520, "lpoly_": null, "rpoly_": null, "length": 349.18829888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4224, "l_t_add": 4298, "r_f_add": 4217, "r_t_add": 4299, "st_code": 15620, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3052, "Shape__Length": 138.670077187082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208045794130996, 39.949757548758498 ], [ -75.209261948876801, 39.949550816597799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21520, "tnode_": 21558, "lpoly_": null, "rpoly_": null, "length": 571.15721435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 15620, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 320084, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3053, "Shape__Length": 226.80798172456926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209261948876801, 39.949550816597799 ], [ -75.210461583008296, 39.9493622332866 ], [ -75.211262493683904, 39.949255802488899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21352, "tnode_": 21341, "lpoly_": null, "rpoly_": null, "length": 215.54421703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4000, "r_f_add": 4001, "r_t_add": 4015, "st_code": 64820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3054, "Shape__Length": 85.591102548900906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203305472723002, 39.950693182274598 ], [ -75.204064762068199, 39.950785978498097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21284, "tnode_": 21257, "lpoly_": null, "rpoly_": null, "length": 495.48883894000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 27980, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 3055, "Shape__Length": 196.75628361276878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203955373159999, 39.9513140946137 ], [ -75.205701789170007, 39.951522711507799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21284, "tnode_": 21341, "lpoly_": null, "rpoly_": null, "length": 194.81233455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 65600, "l_hundred": 300, "r_hundred": 300, "seg_id": 320087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-12-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PRESTON ST", "stname": "S PRESTON ST", "objectid": 3056, "Shape__Length": 77.650198378436187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203955373159999, 39.9513140946137 ], [ -75.204064762068199, 39.950785978498097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21257, "tnode_": 21323, "lpoly_": null, "rpoly_": null, "length": 194.66793452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 309, "l_t_add": 399, "r_f_add": 308, "r_t_add": 398, "st_code": 88610, "l_hundred": 300, "r_hundred": 300, "seg_id": 320089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 3057, "Shape__Length": 77.593765589803937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205701789170007, 39.951522711507799 ], [ -75.205804492503205, 39.950994201574197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21323, "tnode_": 21477, "lpoly_": null, "rpoly_": null, "length": 421.40261089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 88610, "l_hundred": 400, "r_hundred": 400, "seg_id": 320090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 3058, "Shape__Length": 167.97705805505646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205804492503205, 39.950994201574197 ], [ -75.205823189145505, 39.950962637804302 ], [ -75.205761953697007, 39.9498415136188 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21477, "tnode_": 21650, "lpoly_": null, "rpoly_": null, "length": 481.45464486000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88610, "l_hundred": 500, "r_hundred": 500, "seg_id": 320091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 3059, "Shape__Length": 191.9148638765669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205761953697007, 39.9498415136188 ], [ -75.205685147761102, 39.948521182446903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21292, "tnode_": 21352, "lpoly_": null, "rpoly_": null, "length": 191.82814613, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 303, "l_t_add": 399, "r_f_add": 316, "r_t_add": 398, "st_code": 88590, "l_hundred": 300, "r_hundred": 300, "seg_id": 320092, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 3060, "Shape__Length": 76.459859095228964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203192380582294, 39.951212531693798 ], [ -75.203305472723002, 39.950693182274598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21352, "tnode_": 21456, "lpoly_": null, "rpoly_": null, "length": 280.3181087, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 88590, "l_hundred": 400, "r_hundred": 400, "seg_id": 320093, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 3061, "Shape__Length": 111.73070991990579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203305472723002, 39.950693182274598 ], [ -75.203462951810806, 39.949933278595601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21394, "tnode_": 21352, "lpoly_": null, "rpoly_": null, "length": 611.25538354000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 64820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 320094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3062, "Shape__Length": 242.72568474806582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201153481062605, 39.9504240428872 ], [ -75.203305472723002, 39.950693182274598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21463, "tnode_": 21612, "lpoly_": null, "rpoly_": null, "length": 418.41968433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "TER", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 84500, "l_hundred": 500, "r_hundred": 500, "seg_id": 320096, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND TER", "stname": "WOODLAND TER", "objectid": 3063, "Shape__Length": 166.78833538838956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204599231499003, 39.949884583860303 ], [ -75.204527896458004, 39.948737281878302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21612, "tnode_": 21646, "lpoly_": null, "rpoly_": null, "length": 197.11245232000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4006, "r_f_add": 4001, "r_t_add": 4007, "st_code": 84480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320098, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3064, "Shape__Length": 78.312487523724016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204527896458004, 39.948737281878302 ], [ -75.205035015580805, 39.948542423871501 ], [ -75.205170513396695, 39.9485315382897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21646, "tnode_": 21726, "lpoly_": null, "rpoly_": null, "length": 219.00250143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4008, "l_t_add": 4098, "r_f_add": 4009, "r_t_add": 4099, "st_code": 84480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320099, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3065, "Shape__Length": 87.162840823654605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205170513396695, 39.9485315382897 ], [ -75.205658610800299, 39.948062175546603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21726, "tnode_": 21898, "lpoly_": null, "rpoly_": null, "length": 577.70254319000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 84480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 320100, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3066, "Shape__Length": 229.90596733817168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205658610800299, 39.948062175546603 ], [ -75.206975562571301, 39.946842523984898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21650, "tnode_": 21726, "lpoly_": null, "rpoly_": null, "length": 167.37338259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88610, "l_hundred": 600, "r_hundred": 600, "seg_id": 320101, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 3067, "Shape__Length": 66.716618511825203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205685147761102, 39.948521182446903 ], [ -75.205658610800299, 39.948062175546603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21646, "tnode_": 21650, "lpoly_": null, "rpoly_": null, "length": 144.33865669000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 22760, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 320102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3068, "Shape__Length": 57.308567634613965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205170513396695, 39.9485315382897 ], [ -75.205685147761102, 39.948521182446903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21650, "tnode_": 21655, "lpoly_": null, "rpoly_": null, "length": 190.66424591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4118, "r_f_add": 4101, "r_t_add": 4105, "st_code": 22760, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 320103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3069, "Shape__Length": 75.701780952226031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205685147761102, 39.948521182446903 ], [ -75.206364950484698, 39.948507392457898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21655, "tnode_": 21661, "lpoly_": null, "rpoly_": null, "length": 197.49159901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4120, "l_t_add": 4198, "r_f_add": 4107, "r_t_add": 4199, "st_code": 22760, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 320104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3070, "Shape__Length": 78.413132903182003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206364950484698, 39.948507392457898 ], [ -75.207068384370302, 39.948479161150097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21488, "tnode_": 21661, "lpoly_": null, "rpoly_": null, "length": 479.36236843, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88630, "l_hundred": 500, "r_hundred": 500, "seg_id": 320105, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 3071, "Shape__Length": 191.08091079698676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207140032488894, 39.949793915483802 ], [ -75.207068384370302, 39.948479161150097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27246, "tnode_": 21758, "lpoly_": null, "rpoly_": null, "length": 187.33241658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 451, "l_t_add": 499, "r_f_add": 450, "r_t_add": 456, "st_code": 78920, "l_hundred": 400, "r_hundred": 400, "seg_id": 320110, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 3072, "Shape__Length": 74.647522697773994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198879690067102, 39.948206617875996 ], [ -75.198684192074793, 39.947714872330302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21789, "tnode_": 21926, "lpoly_": null, "rpoly_": null, "length": 492.7196004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 22760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320111, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3073, "Shape__Length": 195.98271391880942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211391921533902, 39.947805243593201 ], [ -75.2126844745179, 39.9468888608776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21926, "tnode_": 22001, "lpoly_": null, "rpoly_": null, "length": 244.04915555000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4616, "r_f_add": 4601, "r_t_add": 4611, "st_code": 22760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320112, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3074, "Shape__Length": 97.069894584892751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2126844745179, 39.9468888608776 ], [ -75.213326858066907, 39.946436791110202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21520, "tnode_": 21677, "lpoly_": null, "rpoly_": null, "length": 420.10206875999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88650, "l_hundred": 500, "r_hundred": 500, "seg_id": 320113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3075, "Shape__Length": 167.44698515607922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209261948876801, 39.949550816597799 ], [ -75.209054239907601, 39.948408717430098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21677, "tnode_": 21821, "lpoly_": null, "rpoly_": null, "length": 327.65016662, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 629, "r_f_add": 600, "r_t_add": 628, "st_code": 88650, "l_hundred": 600, "r_hundred": 600, "seg_id": 320114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 3076, "Shape__Length": 130.59174839841427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209054239907601, 39.948408717430098 ], [ -75.208867656901901, 39.947520814526001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21802, "tnode_": 21821, "lpoly_": null, "rpoly_": null, "length": 516.48155522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "SQ", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 67850, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 320115, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT SQ", "stname": "REGENT SQ", "objectid": 3077, "Shape__Length": 205.06320900049414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207027395482598, 39.947584136910798 ], [ -75.208867656901901, 39.947520814526001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21802, "tnode_": 21898, "lpoly_": null, "rpoly_": null, "length": 270.54680521, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 627, "l_t_add": 699, "r_f_add": 628, "r_t_add": 698, "st_code": 88630, "l_hundred": 600, "r_hundred": 600, "seg_id": 320116, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 3078, "Shape__Length": 107.84044011361604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207027395482598, 39.947584136910798 ], [ -75.206975562571301, 39.946842523984898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21597, "tnode_": 21633, "lpoly_": null, "rpoly_": null, "length": 136.27348776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 88690, "l_hundred": 900, "r_hundred": 900, "seg_id": 320118, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3079, "Shape__Length": 54.215672278217873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212922089702602, 39.949074353249898 ], [ -75.2125814251729, 39.948807526901099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21633, "tnode_": 21789, "lpoly_": null, "rpoly_": null, "length": 494.50356914999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88690, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320119, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3080, "Shape__Length": 196.76204962687856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2125814251729, 39.948807526901099 ], [ -75.211391921533902, 39.947805243593201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21789, "tnode_": 21870, "lpoly_": null, "rpoly_": null, "length": 268.82930655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1101, "l_t_add": 1149, "r_f_add": 1100, "r_t_add": 1148, "st_code": 88690, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3081, "Shape__Length": 106.96634271026778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211391921533902, 39.947805243593201 ], [ -75.210746746667596, 39.947259334000996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21870, "tnode_": 21941, "lpoly_": null, "rpoly_": null, "length": 270.05689825000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1150, "r_t_add": 1198, "st_code": 88690, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3082, "Shape__Length": 107.45760830512252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210746746667596, 39.947259334000996 ], [ -75.210104855716295, 39.946706611399897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21578, "tnode_": 21633, "lpoly_": null, "rpoly_": null, "length": 189.11274392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 73900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 320122, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3083, "Shape__Length": 75.228595139566309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212094418300595, 39.949166706451301 ], [ -75.2125814251729, 39.948807526901099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21633, "tnode_": 21781, "lpoly_": null, "rpoly_": null, "length": 491.86657153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 73900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320123, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3084, "Shape__Length": 195.63911306800671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2125814251729, 39.948807526901099 ], [ -75.213882799757798, 39.9479020422921 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21781, "tnode_": 21857, "lpoly_": null, "rpoly_": null, "length": 243.68900657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4610, "r_f_add": 4601, "r_t_add": 4611, "st_code": 73900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320124, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3085, "Shape__Length": 96.933426391926389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213882799757798, 39.9479020422921 ], [ -75.214515980430406, 39.947443779720601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21857, "tnode_": 21918, "lpoly_": null, "rpoly_": null, "length": 246.29018937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4612, "l_t_add": 4698, "r_f_add": 4613, "r_t_add": 4699, "st_code": 73900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3086, "Shape__Length": 97.962134493689092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214515980430406, 39.947443779720601 ], [ -75.215164143780896, 39.946987454121299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21558, "tnode_": 21578, "lpoly_": null, "rpoly_": null, "length": 235.49377084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4418, "r_f_add": 4401, "r_t_add": 4419, "st_code": 15620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 320126, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3087, "Shape__Length": 93.508750403151993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211262493683904, 39.949255802488899 ], [ -75.212094418300595, 39.949166706451301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21578, "tnode_": 21597, "lpoly_": null, "rpoly_": null, "length": 234.48033943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4420, "l_t_add": 4498, "r_f_add": 4421, "r_t_add": 4499, "st_code": 15620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 320127, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3088, "Shape__Length": 93.106805398476155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212094418300595, 39.949166706451301 ], [ -75.212922089702602, 39.949074353249898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21597, "tnode_": 21618, "lpoly_": null, "rpoly_": null, "length": 301.15477778000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4532, "r_f_add": 4501, "r_t_add": 4521, "st_code": 15620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320128, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3089, "Shape__Length": 119.5801074142162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212922089702602, 39.949074353249898 ], [ -75.213493417809801, 39.949018667758502 ], [ -75.213986735606497, 39.948964896667299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21484, "tnode_": 21455, "lpoly_": null, "rpoly_": null, "length": 570.15191242999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 41380, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3090, "Shape__Length": 226.40245924488141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216829172772194, 39.950031716931903 ], [ -75.218836395356902, 39.950282985189702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21516, "tnode_": 21484, "lpoly_": null, "rpoly_": null, "length": 561.04075746000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 41380, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3091, "Shape__Length": 222.78302068970606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214853269910293, 39.949788103485702 ], [ -75.216829172772194, 39.950031716931903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21484, "tnode_": 21590, "lpoly_": null, "rpoly_": null, "length": 291.12591155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 515, "l_t_add": 599, "r_f_add": 514, "r_t_add": 598, "st_code": 88730, "l_hundred": 500, "r_hundred": 500, "seg_id": 320131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3092, "Shape__Length": 116.03657546936289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216829172772194, 39.950031716931903 ], [ -75.216998548959594, 39.949243243161597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21590, "tnode_": 21557, "lpoly_": null, "rpoly_": null, "length": 567.65854965999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 22020, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320132, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3093, "Shape__Length": 225.41040839981724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216998548959594, 39.949243243161597 ], [ -75.218996221974706, 39.949496929178999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21590, "tnode_": 21669, "lpoly_": null, "rpoly_": null, "length": 229.76443897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88730, "l_hundred": 600, "r_hundred": 600, "seg_id": 320133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3094, "Shape__Length": 91.579385261807488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216998548959594, 39.949243243161597 ], [ -75.217124128506299, 39.948619960216298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21669, "tnode_": 21753, "lpoly_": null, "rpoly_": null, "length": 229.64981945, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 897, "r_f_add": 800, "r_t_add": 898, "st_code": 88730, "l_hundred": 800, "r_hundred": 800, "seg_id": 320134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3095, "Shape__Length": 91.371852832717906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217124128506299, 39.948619960216298 ], [ -75.216562551239406, 39.948161038053399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21753, "tnode_": 21844, "lpoly_": null, "rpoly_": null, "length": 286.74402075, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 899, "l_t_add": 915, "r_f_add": 900, "r_t_add": 910, "st_code": 88730, "l_hundred": 800, "r_hundred": 900, "seg_id": 320135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3096, "Shape__Length": 114.09642362816155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216562551239406, 39.948161038053399 ], [ -75.215876588679507, 39.947577206490699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21844, "tnode_": 21918, "lpoly_": null, "rpoly_": null, "length": 293.35317892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 917, "l_t_add": 999, "r_f_add": 912, "r_t_add": 998, "st_code": 88730, "l_hundred": 900, "r_hundred": 900, "seg_id": 320136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3097, "Shape__Length": 116.71886411438309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215876588679507, 39.947577206490699 ], [ -75.215164143780896, 39.946987454121299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21652, "tnode_": 21669, "lpoly_": null, "rpoly_": null, "length": 305.72876515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4620, "l_t_add": 4698, "r_f_add": 4621, "r_t_add": 4699, "st_code": 15620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320137, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3098, "Shape__Length": 121.39712494786924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2160449454408, 39.948740242005201 ], [ -75.217124128506299, 39.948619960216298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21669, "tnode_": 21708, "lpoly_": null, "rpoly_": null, "length": 599.26888731000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 15620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3099, "Shape__Length": 237.95547551524891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217124128506299, 39.948619960216298 ], [ -75.219115910175205, 39.948400310064599 ], [ -75.219237560275303, 39.948377273166997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21652, "tnode_": 21857, "lpoly_": null, "rpoly_": null, "length": 637.82056021000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 33565, "l_hundred": 900, "r_hundred": 900, "seg_id": 320139, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT TER", "stname": "FARRAGUT TER", "objectid": 3100, "Shape__Length": 253.78994826482426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2160449454408, 39.948740242005201 ], [ -75.214515980430406, 39.947443779720601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21857, "tnode_": 22001, "lpoly_": null, "rpoly_": null, "length": 495.70307434999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 33565, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT TER", "stname": "FARRAGUT TER", "objectid": 3101, "Shape__Length": 197.23730899179813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214515980430406, 39.947443779720601 ], [ -75.213326858066907, 39.946436791110202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21781, "tnode_": 21926, "lpoly_": null, "rpoly_": null, "length": 499.10661694000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88710, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320141, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3102, "Shape__Length": 198.59227129065286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213882799757798, 39.9479020422921 ], [ -75.2126844745179, 39.9468888608776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21378, "tnode_": 21347, "lpoly_": null, "rpoly_": null, "length": 559.98662950999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 41380, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3103, "Shape__Length": 222.36734234027725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2247279619246, 39.951013773394301 ], [ -75.226701441922899, 39.9512508252133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21408, "tnode_": 21378, "lpoly_": null, "rpoly_": null, "length": 560.98000294999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 41380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3104, "Shape__Length": 222.76329107299318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222753606768094, 39.950763729702203 ], [ -75.2247279619246, 39.951013773394301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21431, "tnode_": 21408, "lpoly_": null, "rpoly_": null, "length": 560.76521737000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 41380, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3105, "Shape__Length": 222.67566352606804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220778258332302, 39.950522139758597 ], [ -75.222753606768094, 39.950763729702203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21455, "tnode_": 21431, "lpoly_": null, "rpoly_": null, "length": 551.35643557000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 41380, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZEL AVE", "stname": "HAZEL AVE", "objectid": 3106, "Shape__Length": 218.93902516150771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218836395356902, 39.950282985189702 ], [ -75.220778258332302, 39.950522139758597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21481, "tnode_": 21442, "lpoly_": null, "rpoly_": null, "length": 561.35564968999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 22020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320146, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3107, "Shape__Length": 222.90999486801508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224894915473996, 39.950223374255501 ], [ -75.226871364472103, 39.950469873796898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21508, "tnode_": 21481, "lpoly_": null, "rpoly_": null, "length": 561.35665410999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 22020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320147, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3108, "Shape__Length": 222.90821652463561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222916886538897, 39.949984516297299 ], [ -75.224894915473996, 39.950223374255501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21536, "tnode_": 21508, "lpoly_": null, "rpoly_": null, "length": 561.99734563000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 22020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320148, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3109, "Shape__Length": 223.16362851680981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220938672467696, 39.949735465585398 ], [ -75.222916886538897, 39.949984516297299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21557, "tnode_": 21536, "lpoly_": null, "rpoly_": null, "length": 551.48978183999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 22020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320149, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3110, "Shape__Length": 218.9893202680648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218996221974706, 39.949496929178999 ], [ -75.220938672467696, 39.949735465585398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21620, "tnode_": 21602, "lpoly_": null, "rpoly_": null, "length": 569.96445038999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 81300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320150, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 3111, "Shape__Length": 226.33932787578829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221089654357002, 39.949035797371899 ], [ -75.221177483514793, 39.948986491071501 ], [ -75.2230773985045, 39.949220983112497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21602, "tnode_": 21580, "lpoly_": null, "rpoly_": null, "length": 560.53751855000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81300, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320151, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 3112, "Shape__Length": 222.58112136874911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2230773985045, 39.949220983112497 ], [ -75.225051752897102, 39.949463220440002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21408, "tnode_": 21508, "lpoly_": null, "rpoly_": null, "length": 287.5210717, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 551, "l_t_add": 599, "r_f_add": 550, "r_t_add": 598, "st_code": 88790, "l_hundred": 500, "r_hundred": 500, "seg_id": 320152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3113, "Shape__Length": 114.60156333782463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222753606768094, 39.950763729702203 ], [ -75.222916886538897, 39.949984516297299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21508, "tnode_": 21602, "lpoly_": null, "rpoly_": null, "length": 281.75847668, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 649, "r_f_add": 600, "r_t_add": 648, "st_code": 88790, "l_hundred": 600, "r_hundred": 600, "seg_id": 320153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3114, "Shape__Length": 112.30334396482021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222916886538897, 39.949984516297299 ], [ -75.2230773985045, 39.949220983112497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21602, "tnode_": 21713, "lpoly_": null, "rpoly_": null, "length": 273.07017978000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 651, "l_t_add": 699, "r_f_add": 650, "r_t_add": 698, "st_code": 88790, "l_hundred": 600, "r_hundred": 600, "seg_id": 320154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3115, "Shape__Length": 108.83947758658525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2230773985045, 39.949220983112497 ], [ -75.2232307283126, 39.948480718439797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21713, "tnode_": 21813, "lpoly_": null, "rpoly_": null, "length": 201.42505397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 701, "r_f_add": 700, "r_t_add": 704, "st_code": 88790, "l_hundred": 700, "r_hundred": 700, "seg_id": 320155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3116, "Shape__Length": 80.282266360442748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2232307283126, 39.948480718439797 ], [ -75.223331919594997, 39.948021117843602 ], [ -75.223317983644307, 39.9479349988354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21516, "tnode_": 21614, "lpoly_": null, "rpoly_": null, "length": 287.96086893, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 525, "l_t_add": 599, "r_f_add": 520, "r_t_add": 598, "st_code": 88710, "l_hundred": 500, "r_hundred": 500, "seg_id": 320156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3117, "Shape__Length": 114.77601365217664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214853269910293, 39.949788103485702 ], [ -75.215011056949706, 39.949006998498199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21614, "tnode_": 21632, "lpoly_": null, "rpoly_": null, "length": 54.80236988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88710, "l_hundred": 600, "r_hundred": 600, "seg_id": 320157, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3118, "Shape__Length": 21.844580328696843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215011056949706, 39.949006998498199 ], [ -75.215026522683104, 39.9488570307198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21632, "tnode_": 21652, "lpoly_": null, "rpoly_": null, "length": 288.68870490999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4619, "st_code": 15620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320158, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3119, "Shape__Length": 114.63168556501729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215026522683104, 39.9488570307198 ], [ -75.2160449454408, 39.948740242005201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21632, "tnode_": 21781, "lpoly_": null, "rpoly_": null, "length": 473.13079369000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 88710, "l_hundred": 900, "r_hundred": 900, "seg_id": 320159, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3120, "Shape__Length": 188.25470819493327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215026522683104, 39.9488570307198 ], [ -75.213882799757798, 39.9479020422921 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21614, "tnode_": 21590, "lpoly_": null, "rpoly_": null, "length": 563.83970566000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 22020, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320160, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3121, "Shape__Length": 223.89033580711697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215011056949706, 39.949006998498199 ], [ -75.216998548959594, 39.949243243161597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21618, "tnode_": 21623, "lpoly_": null, "rpoly_": null, "length": 131.24368732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4534, "l_t_add": 4548, "r_f_add": 4523, "r_t_add": 4533, "st_code": 15620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3122, "Shape__Length": 52.111835577714658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213986735606497, 39.948964896667299 ], [ -75.214452180528397, 39.948926524479901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21623, "tnode_": 21632, "lpoly_": null, "rpoly_": null, "length": 163.00667253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4550, "l_t_add": 4598, "r_f_add": 4535, "r_t_add": 4599, "st_code": 15620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320162, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3123, "Shape__Length": 64.726928809877435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214452180528397, 39.948926524479901 ], [ -75.215026522683104, 39.9488570307198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21623, "tnode_": 21614, "lpoly_": null, "rpoly_": null, "length": 160.69343928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 22020, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320163, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR AVE", "stname": "CEDAR AVE", "objectid": 3124, "Shape__Length": 63.814423132932454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214452180528397, 39.948926524479901 ], [ -75.2145250213959, 39.9489567332162 ], [ -75.215011056949706, 39.949006998498199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21455, "tnode_": 21557, "lpoly_": null, "rpoly_": null, "length": 289.83097214999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 525, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 88750, "l_hundred": 500, "r_hundred": 500, "seg_id": 320164, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3125, "Shape__Length": 115.52209610263898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218836395356902, 39.950282985189702 ], [ -75.218996221974706, 39.949496929178999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21557, "tnode_": 21648, "lpoly_": null, "rpoly_": null, "length": 246.99473679, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 628, "st_code": 88750, "l_hundred": 600, "r_hundred": 600, "seg_id": 320165, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3126, "Shape__Length": 98.445754216818187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218996221974706, 39.949496929178999 ], [ -75.219142642151496, 39.948828328039397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21648, "tnode_": 21708, "lpoly_": null, "rpoly_": null, "length": 166.45231852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 619, "l_t_add": 699, "r_f_add": 630, "r_t_add": 698, "st_code": 88750, "l_hundred": 600, "r_hundred": 600, "seg_id": 320166, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3127, "Shape__Length": 66.343612888130693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219142642151496, 39.948828328039397 ], [ -75.219237560275303, 39.948377273166997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21708, "tnode_": 21754, "lpoly_": null, "rpoly_": null, "length": 566.21653013000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 15620, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320167, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3128, "Shape__Length": 224.82633217809683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219237560275303, 39.948377273166997 ], [ -75.221239102183006, 39.9481704076846 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21813, "tnode_": 21853, "lpoly_": null, "rpoly_": null, "length": 567.71524595999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 15620, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320168, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3129, "Shape__Length": 225.41900984306761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223317983644307, 39.9479349988354 ], [ -75.224949539767195, 39.947753617163698 ], [ -75.225325861484805, 39.947757265688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21431, "tnode_": 21536, "lpoly_": null, "rpoly_": null, "length": 290.07892217999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 539, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 88770, "l_hundred": 500, "r_hundred": 500, "seg_id": 320169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3130, "Shape__Length": 115.62126695393185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220778258332302, 39.950522139758597 ], [ -75.220938672467696, 39.949735465585398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21620, "tnode_": 21754, "lpoly_": null, "rpoly_": null, "length": 319.10435726000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 627, "l_t_add": 699, "r_f_add": 626, "r_t_add": 698, "st_code": 88770, "l_hundred": 600, "r_hundred": 600, "seg_id": 320170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3131, "Shape__Length": 127.18756033641888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221089654357002, 39.949035797371899 ], [ -75.221251097356898, 39.948285802743698 ], [ -75.221239102183006, 39.9481704076846 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21536, "tnode_": 21620, "lpoly_": null, "rpoly_": null, "length": 258.36779569000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 624, "st_code": 88770, "l_hundred": 600, "r_hundred": 600, "seg_id": 320171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3132, "Shape__Length": 102.97941524034867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220938672467696, 39.949735465585398 ], [ -75.221089654357002, 39.949035797371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21648, "tnode_": 21620, "lpoly_": null, "rpoly_": null, "length": 555.63836780999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 81300, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320173, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 3133, "Shape__Length": 220.64281607253037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219142642151496, 39.948828328039397 ], [ -75.221021476176503, 39.949064930083999 ], [ -75.221089654357002, 39.949035797371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21580, "tnode_": 21553, "lpoly_": null, "rpoly_": null, "length": 562.47639427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 81300, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320174, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTON AVE", "stname": "WALTON AVE", "objectid": 3134, "Shape__Length": 223.35283074595134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225051752897102, 39.949463220440002 ], [ -75.227031792115795, 39.949711791530198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21378, "tnode_": 21481, "lpoly_": null, "rpoly_": null, "length": 291.70805327000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 525, "l_t_add": 599, "r_f_add": 524, "r_t_add": 598, "st_code": 88810, "l_hundred": 500, "r_hundred": 500, "seg_id": 320175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3135, "Shape__Length": 116.27066378830034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2247279619246, 39.951013773394301 ], [ -75.224894915473996, 39.950223374255501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21481, "tnode_": 21580, "lpoly_": null, "rpoly_": null, "length": 280.37986690999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 601, "l_t_add": 627, "r_f_add": 600, "r_t_add": 626, "st_code": 88810, "l_hundred": 600, "r_hundred": 600, "seg_id": 320176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3136, "Shape__Length": 111.75465248599743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224894915473996, 39.950223374255501 ], [ -75.225051752897102, 39.949463220440002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21580, "tnode_": 21684, "lpoly_": null, "rpoly_": null, "length": 271.73091192000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 629, "l_t_add": 699, "r_f_add": 628, "r_t_add": 698, "st_code": 88810, "l_hundred": 600, "r_hundred": 600, "seg_id": 320177, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3137, "Shape__Length": 108.30625612768019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225051752897102, 39.949463220440002 ], [ -75.225202924297406, 39.948726414574999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21684, "tnode_": 21768, "lpoly_": null, "rpoly_": null, "length": 176.50375056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 717, "r_f_add": 700, "r_t_add": 714, "st_code": 88810, "l_hundred": 700, "r_hundred": 700, "seg_id": 320178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3138, "Shape__Length": 70.3487787776684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225202924297406, 39.948726414574999 ], [ -75.225310166811894, 39.948248971695101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21684, "tnode_": 21649, "lpoly_": null, "rpoly_": null, "length": 559.30885619000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 21900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3139, "Shape__Length": 222.09152334597368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225202924297406, 39.948726414574999 ], [ -75.227173047850698, 39.948967583592498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21713, "tnode_": 21684, "lpoly_": null, "rpoly_": null, "length": 560.14579834000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 21900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3140, "Shape__Length": 222.4238193048138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2232307283126, 39.948480718439797 ], [ -75.225202924297406, 39.948726414574999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21754, "tnode_": 21713, "lpoly_": null, "rpoly_": null, "length": 578.23627642000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 21900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320181, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3141, "Shape__Length": 229.63767060950084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221239102183006, 39.9481704076846 ], [ -75.221313789588606, 39.948243505209703 ], [ -75.2232307283126, 39.948480718439797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21768, "tnode_": 21722, "lpoly_": null, "rpoly_": null, "length": 558.41555825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 82020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3142, "Shape__Length": 221.73696540464579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225310166811894, 39.948248971695101 ], [ -75.227275183673598, 39.948498992691498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21853, "tnode_": 21970, "lpoly_": null, "rpoly_": null, "length": 443.76164167999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALCOLM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 53020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALCOLM ST", "stname": "MALCOLM ST", "objectid": 3143, "Shape__Length": 176.53148785198698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225325861484805, 39.947757265688303 ], [ -75.225354421522496, 39.947669734287302 ], [ -75.226436399778393, 39.946908992328602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22007, "tnode_": 22079, "lpoly_": null, "rpoly_": null, "length": 263.26964131, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 927, "r_f_add": 900, "r_t_add": 922, "st_code": 88790, "l_hundred": 900, "r_hundred": 900, "seg_id": 320184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3144, "Shape__Length": 104.75470753477265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221660588408994, 39.946550212196001 ], [ -75.221032924149796, 39.9460127001784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21921, "tnode_": 22052, "lpoly_": null, "rpoly_": null, "length": 469.14786457000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 64120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 3145, "Shape__Length": 186.60311798746159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222371926118996, 39.947144300073802 ], [ -75.223605751429403, 39.946274371108899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22052, "tnode_": 22170, "lpoly_": null, "rpoly_": null, "length": 431.00319223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 64120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 3146, "Shape__Length": 171.42973901052014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223605751429403, 39.946274371108899 ], [ -75.224738127202102, 39.945474234594997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21853, "tnode_": 21886, "lpoly_": null, "rpoly_": null, "length": 158.73511854999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 731, "l_t_add": 737, "r_f_add": 728, "r_t_add": 738, "st_code": 88810, "l_hundred": 700, "r_hundred": 700, "seg_id": 320187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3147, "Shape__Length": 63.173542487588477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225325861484805, 39.947757265688303 ], [ -75.225236251475593, 39.947664801608099 ], [ -75.224968183264096, 39.947419683232098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21886, "tnode_": 21972, "lpoly_": null, "rpoly_": null, "length": 274.90963403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 739, "l_t_add": 799, "r_f_add": 740, "r_t_add": 798, "st_code": 88810, "l_hundred": 700, "r_hundred": 700, "seg_id": 320188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3148, "Shape__Length": 109.38376077665305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224968183264096, 39.947419683232098 ], [ -75.224306234264404, 39.9468629610951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21972, "tnode_": 22052, "lpoly_": null, "rpoly_": null, "length": 290.76877405000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 819, "r_f_add": 800, "r_t_add": 822, "st_code": 88810, "l_hundred": 800, "r_hundred": 800, "seg_id": 320189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3149, "Shape__Length": 115.6927714331722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224306234264404, 39.9468629610951 ], [ -75.223605751429403, 39.946274371108899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22052, "tnode_": 22140, "lpoly_": null, "rpoly_": null, "length": 290.56944496999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 821, "l_t_add": 899, "r_f_add": 824, "r_t_add": 898, "st_code": 88810, "l_hundred": 800, "r_hundred": 800, "seg_id": 320190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3150, "Shape__Length": 115.61926950443721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223605751429403, 39.946274371108899 ], [ -75.222917286955806, 39.945678175628402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22140, "tnode_": 22206, "lpoly_": null, "rpoly_": null, "length": 263.79458487000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 920, "st_code": 88810, "l_hundred": 900, "r_hundred": 900, "seg_id": 320191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3151, "Shape__Length": 104.95929117117471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222917286955806, 39.945678175628402 ], [ -75.222283390724101, 39.945143067695703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21853, "tnode_": 21834, "lpoly_": null, "rpoly_": null, "length": 221.77300649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5116, "r_f_add": 5101, "r_t_add": 5117, "st_code": 15620, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 3152, "Shape__Length": 88.0521838553517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225325861484805, 39.947757265688303 ], [ -75.2261167071008, 39.947768699039997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21768, "tnode_": 21853, "lpoly_": null, "rpoly_": null, "length": 183.79293167, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 719, "l_t_add": 729, "r_f_add": 716, "r_t_add": 726, "st_code": 88810, "l_hundred": 700, "r_hundred": 700, "seg_id": 320194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3153, "Shape__Length": 73.247600746077268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225310166811894, 39.948248971695101 ], [ -75.225383001466597, 39.947863035502301 ], [ -75.225325861484805, 39.947757265688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21921, "tnode_": 21944, "lpoly_": null, "rpoly_": null, "length": 91.3875213, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 721, "l_t_add": 727, "r_f_add": 726, "r_t_add": 726, "st_code": 88790, "l_hundred": 700, "r_hundred": 700, "seg_id": 320195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3154, "Shape__Length": 36.356309220893259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222371926118996, 39.947144300073802 ], [ -75.222142316631405, 39.94696624302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21944, "tnode_": 22007, "lpoly_": null, "rpoly_": null, "length": 203.00548825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 729, "l_t_add": 899, "r_f_add": 728, "r_t_add": 898, "st_code": 88790, "l_hundred": 700, "r_hundred": 700, "seg_id": 320196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3155, "Shape__Length": 80.777560496138221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222142316631405, 39.94696624302 ], [ -75.221660588408994, 39.946550212196001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21811, "tnode_": 21944, "lpoly_": null, "rpoly_": null, "length": 476.75939537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 64120, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320197, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 3156, "Shape__Length": 189.62961441151427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220883978456797, 39.947846505044602 ], [ -75.222142316631405, 39.94696624302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21886, "tnode_": 22013, "lpoly_": null, "rpoly_": null, "length": 426.84263018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 39760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADFIELD ST", "stname": "HADFIELD ST", "objectid": 3157, "Shape__Length": 169.77118051030592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224968183264096, 39.947419683232098 ], [ -75.226099732755202, 39.946635810496403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21972, "tnode_": 22085, "lpoly_": null, "rpoly_": null, "length": 430.37203496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 83500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 3158, "Shape__Length": 171.17289047211742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224306234264404, 39.9468629610951 ], [ -75.225448139072597, 39.946073469939101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21754, "tnode_": 21811, "lpoly_": null, "rpoly_": null, "length": 154.38851196, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 701, "l_t_add": 705, "r_f_add": 700, "r_t_add": 704, "st_code": 88770, "l_hundred": 700, "r_hundred": 700, "seg_id": 320200, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3159, "Shape__Length": 61.440083270710971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221239102183006, 39.9481704076846 ], [ -75.220883978456797, 39.947846505044602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21811, "tnode_": 21868, "lpoly_": null, "rpoly_": null, "length": 201.588959, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 707, "l_t_add": 799, "r_f_add": 706, "r_t_add": 798, "st_code": 88770, "l_hundred": 700, "r_hundred": 700, "seg_id": 320201, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3160, "Shape__Length": 80.208675608418659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220883978456797, 39.947846505044602 ], [ -75.220395023075696, 39.947440782757702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21868, "tnode_": 21939, "lpoly_": null, "rpoly_": null, "length": 254.2614085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 816, "st_code": 88770, "l_hundred": 800, "r_hundred": 800, "seg_id": 320202, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3161, "Shape__Length": 101.16582737729017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220395023075696, 39.947440782757702 ], [ -75.219778977633894, 39.946928577789201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21939, "tnode_": 22030, "lpoly_": null, "rpoly_": null, "length": 277.8780884, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 817, "l_t_add": 899, "r_f_add": 818, "r_t_add": 898, "st_code": 88770, "l_hundred": 800, "r_hundred": 800, "seg_id": 320203, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3162, "Shape__Length": 110.56620963396698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219778977633894, 39.946928577789201 ], [ -75.219113479144696, 39.946363325602299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22030, "tnode_": 22108, "lpoly_": null, "rpoly_": null, "length": 282.78448684, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 918, "st_code": 88770, "l_hundred": 900, "r_hundred": 900, "seg_id": 320204, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3163, "Shape__Length": 112.51164880100072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219113479144696, 39.946363325602299 ], [ -75.218426415889297, 39.945795033623703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22108, "tnode_": 22184, "lpoly_": null, "rpoly_": null, "length": 292.87820295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 917, "l_t_add": 999, "r_f_add": 920, "r_t_add": 998, "st_code": 88770, "l_hundred": 900, "r_hundred": 900, "seg_id": 320205, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3164, "Shape__Length": 116.53851707225513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218426415889297, 39.945795033623703 ], [ -75.217734885468701, 39.945192464597497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21708, "tnode_": 21807, "lpoly_": null, "rpoly_": null, "length": 285.46519917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 814, "st_code": 88750, "l_hundred": 800, "r_hundred": 800, "seg_id": 320206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3165, "Shape__Length": 113.57686627677026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219237560275303, 39.948377273166997 ], [ -75.219108155590504, 39.948286475093802 ], [ -75.218536547876695, 39.947809534143403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21807, "tnode_": 21887, "lpoly_": null, "rpoly_": null, "length": 276.38621897999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 817, "l_t_add": 899, "r_f_add": 816, "r_t_add": 898, "st_code": 88750, "l_hundred": 800, "r_hundred": 800, "seg_id": 320207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3166, "Shape__Length": 109.96786975736484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218536547876695, 39.947809534143403 ], [ -75.217864289135903, 39.947254621248298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21887, "tnode_": 21974, "lpoly_": null, "rpoly_": null, "length": 286.61713636000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 914, "st_code": 88750, "l_hundred": 900, "r_hundred": 900, "seg_id": 320208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3167, "Shape__Length": 114.04344233584077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217864289135903, 39.947254621248298 ], [ -75.217176983296994, 39.9466722031353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21974, "tnode_": 22057, "lpoly_": null, "rpoly_": null, "length": 293.15007612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 917, "l_t_add": 999, "r_f_add": 916, "r_t_add": 998, "st_code": 88750, "l_hundred": 900, "r_hundred": 900, "seg_id": 320209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3168, "Shape__Length": 116.64184608821216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217176983296994, 39.9466722031353 ], [ -75.216473997492002, 39.946076523868697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21708, "tnode_": 21868, "lpoly_": null, "rpoly_": null, "length": 479.72075534000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 34520, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3169, "Shape__Length": 190.85507313878378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219237560275303, 39.948377273166997 ], [ -75.219261745627904, 39.948255007638103 ], [ -75.220395023075696, 39.947440782757702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21868, "tnode_": 21936, "lpoly_": null, "rpoly_": null, "length": 259.81846911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4922, "r_f_add": 4901, "r_t_add": 4927, "st_code": 34520, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3170, "Shape__Length": 103.34363091801352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220395023075696, 39.947440782757702 ], [ -75.221077811301399, 39.946958570859998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21936, "tnode_": 22007, "lpoly_": null, "rpoly_": null, "length": 220.97074646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4924, "l_t_add": 4998, "r_f_add": 4929, "r_t_add": 4999, "st_code": 34520, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3171, "Shape__Length": 87.889894968233932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221077811301399, 39.946958570859998 ], [ -75.221660588408994, 39.946550212196001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22007, "tnode_": 22140, "lpoly_": null, "rpoly_": null, "length": 474.41266804999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 34520, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3172, "Shape__Length": 188.68964248722034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221660588408994, 39.946550212196001 ], [ -75.222917286955806, 39.945678175628402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21807, "tnode_": 21939, "lpoly_": null, "rpoly_": null, "length": 473.63964572999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 16400, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 3173, "Shape__Length": 188.39363359180433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218536547876695, 39.947809534143403 ], [ -75.219778977633894, 39.946928577789201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21936, "tnode_": 22102, "lpoly_": null, "rpoly_": null, "length": 529.56647449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 74040, "l_hundred": 800, "r_hundred": 800, "seg_id": 320215, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 3174, "Shape__Length": 210.70585904179595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221077811301399, 39.946958570859998 ], [ -75.219800907420804, 39.945887400065303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21753, "tnode_": 21887, "lpoly_": null, "rpoly_": null, "length": 492.1724695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 81500, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3175, "Shape__Length": 195.75921047512134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216562551239406, 39.948161038053399 ], [ -75.217864289135903, 39.947254621248298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21887, "tnode_": 22030, "lpoly_": null, "rpoly_": null, "length": 477.59005357999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 81500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3176, "Shape__Length": 189.96570433301395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217864289135903, 39.947254621248298 ], [ -75.219113479144696, 39.946363325602299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22030, "tnode_": 22102, "lpoly_": null, "rpoly_": null, "length": 259.2437611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4914, "r_f_add": 4901, "r_t_add": 4915, "st_code": 81500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3177, "Shape__Length": 103.10939269866057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219113479144696, 39.946363325602299 ], [ -75.219800907420804, 39.945887400065303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22102, "tnode_": 22159, "lpoly_": null, "rpoly_": null, "length": 224.78403799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4916, "l_t_add": 4998, "r_f_add": 4917, "r_t_add": 4999, "st_code": 81500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3178, "Shape__Length": 89.404258988477579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219800907420804, 39.945887400065303 ], [ -75.220395177505296, 39.945473219619998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22159, "tnode_": 22225, "lpoly_": null, "rpoly_": null, "length": 343.99441828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81500, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3179, "Shape__Length": 136.81799336901176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220395177505296, 39.945473219619998 ], [ -75.221303434479395, 39.9448383949887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21844, "tnode_": 21974, "lpoly_": null, "rpoly_": null, "length": 491.55007989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 83740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 3180, "Shape__Length": 195.50978124147946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215876588679507, 39.947577206490699 ], [ -75.217176983296994, 39.9466722031353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21974, "tnode_": 22108, "lpoly_": null, "rpoly_": null, "length": 474.1591453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 83740, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 3181, "Shape__Length": 188.59344855103785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217176983296994, 39.9466722031353 ], [ -75.218426415889297, 39.945795033623703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21918, "tnode_": 22057, "lpoly_": null, "rpoly_": null, "length": 494.967728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 73900, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320223, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3182, "Shape__Length": 196.86712970048092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215164143780896, 39.946987454121299 ], [ -75.216473997492002, 39.946076523868697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22057, "tnode_": 22184, "lpoly_": null, "rpoly_": null, "length": 478.22592234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 73900, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320224, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3183, "Shape__Length": 190.20882067075934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216473997492002, 39.946076523868697 ], [ -75.217734885468701, 39.945192464597497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22184, "tnode_": 22239, "lpoly_": null, "rpoly_": null, "length": 257.9033311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4948, "r_f_add": 4901, "r_t_add": 4949, "st_code": 73900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320225, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3184, "Shape__Length": 102.58053771375323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217734885468701, 39.945192464597497 ], [ -75.218409473452596, 39.944711182319899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22239, "tnode_": 22303, "lpoly_": null, "rpoly_": null, "length": 226.10477961000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4950, "l_t_add": 4998, "r_f_add": 4951, "r_t_add": 4999, "st_code": 73900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320226, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3185, "Shape__Length": 89.929451369389611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218409473452596, 39.944711182319899 ], [ -75.219005015518405, 39.944292697961203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22355, "tnode_": 22444, "lpoly_": null, "rpoly_": null, "length": 257.1888178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5016, "l_t_add": 5098, "r_f_add": 5017, "r_t_add": 5099, "st_code": 73900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320227, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3186, "Shape__Length": 102.29382748606955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219549827411598, 39.943903469637597 ], [ -75.220223433928695, 39.943424269341598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22102, "tnode_": 22239, "lpoly_": null, "rpoly_": null, "length": 579.48140261000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 74040, "l_hundred": 900, "r_hundred": 900, "seg_id": 320228, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 3187, "Shape__Length": 230.56585122566429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219800907420804, 39.945887400065303 ], [ -75.218409473452596, 39.944711182319899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22239, "tnode_": 22298, "lpoly_": null, "rpoly_": null, "length": 654.22723202000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 74040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 3188, "Shape__Length": 260.18793853623305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218409473452596, 39.944711182319899 ], [ -75.218393086786804, 39.944648110118003 ], [ -75.2176650303944, 39.944042107799497 ], [ -75.217209642723901, 39.943943289172502 ], [ -75.216692426508203, 39.944311150661903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22057, "tnode_": 22127, "lpoly_": null, "rpoly_": null, "length": 231.37142643, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1011, "r_f_add": 1000, "r_t_add": 1012, "st_code": 88750, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3189, "Shape__Length": 92.058472835763979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216473997492002, 39.946076523868697 ], [ -75.215916685558298, 39.945608118130799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22193, "tnode_": 22254, "lpoly_": null, "rpoly_": null, "length": 277.80982822, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1120, "st_code": 88750, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3190, "Shape__Length": 110.5372398276542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215280052051597, 39.945062709564802 ], [ -75.214616786785101, 39.944496169338798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22254, "tnode_": 22333, "lpoly_": null, "rpoly_": null, "length": 251.43759437, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1122, "r_t_add": 1198, "st_code": 88750, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3191, "Shape__Length": 100.03525268244243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214616786785101, 39.944496169338798 ], [ -75.214003080211796, 39.9439929024918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22063, "tnode_": 22193, "lpoly_": null, "rpoly_": null, "length": 498.79438887000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 22760, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320233, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3192, "Shape__Length": 198.38865426608956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213963843668594, 39.945983868775699 ], [ -75.215280052051597, 39.945062709564802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22127, "tnode_": 22193, "lpoly_": null, "rpoly_": null, "length": 267.0917997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1013, "l_t_add": 1099, "r_f_add": 1014, "r_t_add": 1098, "st_code": 88750, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3193, "Shape__Length": 106.27414673989013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215916685558298, 39.945608118130799 ], [ -75.215280052051597, 39.945062709564802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22193, "tnode_": 22321, "lpoly_": null, "rpoly_": null, "length": 473.95131026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 22760, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320235, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3194, "Shape__Length": 188.51074084830086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215280052051597, 39.945062709564802 ], [ -75.216522118695295, 39.944180229957801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22127, "tnode_": 22233, "lpoly_": null, "rpoly_": null, "length": 474.6047295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 77840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 3195, "Shape__Length": 188.76959477659193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215916685558298, 39.945608118130799 ], [ -75.217164404119103, 39.944727709777503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22184, "tnode_": 22233, "lpoly_": null, "rpoly_": null, "length": 232.91397622000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1007, "r_f_add": 1000, "r_t_add": 1008, "st_code": 88770, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320237, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3196, "Shape__Length": 92.665345592713464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217734885468701, 39.945192464597497 ], [ -75.217164404119103, 39.944727709777503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22233, "tnode_": 22298, "lpoly_": null, "rpoly_": null, "length": 201.34475568, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1009, "l_t_add": 1079, "r_f_add": 1010, "r_t_add": 1018, "st_code": 88770, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320238, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3197, "Shape__Length": 80.117492509461499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217164404119103, 39.944727709777503 ], [ -75.216692426508203, 39.944311150661903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22298, "tnode_": 22321, "lpoly_": null, "rpoly_": null, "length": 67.48960039, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1081, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 88770, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320239, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3198, "Shape__Length": 26.847529523861173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216692426508203, 39.944311150661903 ], [ -75.216522118695295, 39.944180229957801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22321, "tnode_": 22402, "lpoly_": null, "rpoly_": null, "length": 276.16779741000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1149, "r_f_add": 1100, "r_t_add": 1148, "st_code": 88770, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320240, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3199, "Shape__Length": 109.8809150282011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216522118695295, 39.944180229957801 ], [ -75.215860138036305, 39.943618879048998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22206, "tnode_": 22225, "lpoly_": null, "rpoly_": null, "length": 301.25465189, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 919, "l_t_add": 999, "r_f_add": 922, "r_t_add": 998, "st_code": 88810, "l_hundred": 900, "r_hundred": 900, "seg_id": 320241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3200, "Shape__Length": 119.67979897113881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222283390724101, 39.945143067695703 ], [ -75.222163022106002, 39.945047506734603 ], [ -75.221303434479395, 39.9448383949887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22079, "tnode_": 22206, "lpoly_": null, "rpoly_": null, "length": 472.53080783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 16400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 3201, "Shape__Length": 187.94049676762046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221032924149796, 39.9460127001784 ], [ -75.222283390724101, 39.945143067695703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22079, "tnode_": 22159, "lpoly_": null, "rpoly_": null, "length": 265.69858039000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 929, "l_t_add": 999, "r_f_add": 924, "r_t_add": 998, "st_code": 88790, "l_hundred": 900, "r_hundred": 900, "seg_id": 320243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3202, "Shape__Length": 105.71780488441648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221032924149796, 39.9460127001784 ], [ -75.220395177505296, 39.945473219619998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22159, "tnode_": 22303, "lpoly_": null, "rpoly_": null, "length": 580.40366575999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88790, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3203, "Shape__Length": 230.93345790807177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220395177505296, 39.945473219619998 ], [ -75.219005015518405, 39.944292697961203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22013, "tnode_": 22085, "lpoly_": null, "rpoly_": null, "length": 274.48338360999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 759, "l_t_add": 781, "r_f_add": 774, "r_t_add": 780, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 320245, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3204, "Shape__Length": 109.21841096506064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226099732755202, 39.946635810496403 ], [ -75.225448139072597, 39.946073469939101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22085, "tnode_": 22170, "lpoly_": null, "rpoly_": null, "length": 295.4352798, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 783, "l_t_add": 801, "r_f_add": 782, "r_t_add": 800, "st_code": 88830, "l_hundred": 700, "r_hundred": 700, "seg_id": 320246, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3205, "Shape__Length": 117.54915325892897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225448139072597, 39.946073469939101 ], [ -75.224738127202102, 39.945474234594997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22170, "tnode_": 22189, "lpoly_": null, "rpoly_": null, "length": 75.24148885, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 803, "l_t_add": 899, "r_f_add": 802, "r_t_add": 898, "st_code": 88830, "l_hundred": 800, "r_hundred": 800, "seg_id": 320247, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3206, "Shape__Length": 29.940152758508628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224738127202102, 39.945474234594997 ], [ -75.224562229177707, 39.945318247302701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22189, "tnode_": 22232, "lpoly_": null, "rpoly_": null, "length": 215.76205234, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 88830, "l_hundred": 900, "r_hundred": 900, "seg_id": 320248, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3207, "Shape__Length": 85.844772610458037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224562229177707, 39.945318247302701 ], [ -75.224039036258702, 39.944883914393102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22232, "tnode_": 22287, "lpoly_": null, "rpoly_": null, "length": 179.90467976, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1010, "st_code": 88830, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320249, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3208, "Shape__Length": 71.584258971903068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224039036258702, 39.944883914393102 ], [ -75.223613607322903, 39.944514221069497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22287, "tnode_": 22336, "lpoly_": null, "rpoly_": null, "length": 165.44671064, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1021, "l_t_add": 1039, "r_f_add": 1012, "r_t_add": 1022, "st_code": 88830, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320250, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3209, "Shape__Length": 65.824336553843139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223613607322903, 39.944514221069497 ], [ -75.223211001558496, 39.944182194150599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22336, "tnode_": 22386, "lpoly_": null, "rpoly_": null, "length": 183.54928834, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1041, "l_t_add": 1099, "r_f_add": 1024, "r_t_add": 1098, "st_code": 88830, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320251, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3210, "Shape__Length": 73.025181855196209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223211001558496, 39.944182194150599 ], [ -75.222762620708295, 39.943815082283002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22386, "tnode_": 22575, "lpoly_": null, "rpoly_": null, "length": 580.47859398000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 88830, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320252, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3211, "Shape__Length": 230.95627095364065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222762620708295, 39.943815082283002 ], [ -75.2213699635994, 39.942636049904102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22189, "tnode_": 22315, "lpoly_": null, "rpoly_": null, "length": 520.74611060999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 64120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 3212, "Shape__Length": 207.11927984418404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224562229177707, 39.945318247302701 ], [ -75.225933720644306, 39.944354327688501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22232, "tnode_": 22375, "lpoly_": null, "rpoly_": null, "length": 523.67257426000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 34520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3213, "Shape__Length": 208.2806629819942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224039036258702, 39.944883914393102 ], [ -75.225420134397993, 39.943916188637402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22210, "tnode_": 22232, "lpoly_": null, "rpoly_": null, "length": 126.93980648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 5151, "r_t_add": 5199, "st_code": 34520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 3214, "Shape__Length": 50.482652867357814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223695701566498, 39.945111055198304 ], [ -75.224039036258702, 39.944883914393102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22332, "tnode_": 22386, "lpoly_": null, "rpoly_": null, "length": 215.64526493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5127, "r_t_add": 5199, "st_code": 81500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3215, "Shape__Length": 85.763516581405526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222186678259305, 39.944207396558099 ], [ -75.222762620708295, 39.943815082283002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22386, "tnode_": 22476, "lpoly_": null, "rpoly_": null, "length": 265.74436717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5225, "st_code": 81500, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3216, "Shape__Length": 105.69656754734194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222762620708295, 39.943815082283002 ], [ -75.223458602972698, 39.943319915089198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22476, "tnode_": 22559, "lpoly_": null, "rpoly_": null, "length": 255.95076376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5227, "r_t_add": 5299, "st_code": 81500, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 3217, "Shape__Length": 101.79864865298111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223458602972698, 39.943319915089198 ], [ -75.2241318725886, 39.9428454577453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22287, "tnode_": 22439, "lpoly_": null, "rpoly_": null, "length": 521.72409128000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 16400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 3218, "Shape__Length": 207.50961497231054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223613607322903, 39.944514221069497 ], [ -75.224981791596903, 39.943543569043001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22336, "tnode_": 22504, "lpoly_": null, "rpoly_": null, "length": 522.49805278000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LITCHFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 51160, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LITCHFIELD ST", "stname": "LITCHFIELD ST", "objectid": 3219, "Shape__Length": 207.81163676055323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223211001558496, 39.944182194150599 ], [ -75.224588601682001, 39.943216312404303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22332, "tnode_": 22513, "lpoly_": null, "rpoly_": null, "length": 579.19455928999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 63460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320261, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PAXON ST", "stname": "S PAXON ST", "objectid": 3220, "Shape__Length": 230.44462238302822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222186678259305, 39.944207396558099 ], [ -75.220793558403201, 39.943033452015399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22513, "tnode_": 22664, "lpoly_": null, "rpoly_": null, "length": 497.02893077000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 63460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320262, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PAXON ST", "stname": "S PAXON ST", "objectid": 3221, "Shape__Length": 197.75025843665935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220793558403201, 39.943033452015399 ], [ -75.2195982610925, 39.942025923979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22444, "tnode_": 22605, "lpoly_": null, "rpoly_": null, "length": 495.33182088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 88810, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3222, "Shape__Length": 197.08028798817961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220223433928695, 39.943424269341598 ], [ -75.219039165971793, 39.942415319071401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22605, "tnode_": 22681, "lpoly_": null, "rpoly_": null, "length": 267.9107506, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1223, "r_f_add": 1200, "r_t_add": 1222, "st_code": 88810, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3223, "Shape__Length": 106.59616547294733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219039165971793, 39.942415319071401 ], [ -75.218402566225606, 39.941866889360497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22355, "tnode_": 22529, "lpoly_": null, "rpoly_": null, "length": 495.1109092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIVINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 28680, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320265, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIVINITY ST", "stname": "DIVINITY ST", "objectid": 3224, "Shape__Length": 196.98852383706082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219549827411598, 39.943903469637597 ], [ -75.218357212574205, 39.942901177562902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22529, "tnode_": 22605, "lpoly_": null, "rpoly_": null, "length": 260.55596164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 22760, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320266, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3225, "Shape__Length": 103.63184094224401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218357212574205, 39.942901177562902 ], [ -75.219039165971793, 39.942415319071401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22605, "tnode_": 22664, "lpoly_": null, "rpoly_": null, "length": 211.41894742, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5120, "r_f_add": 5101, "r_t_add": 5115, "st_code": 22760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320267, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3226, "Shape__Length": 84.084120734173865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219039165971793, 39.942415319071401 ], [ -75.2195982610925, 39.942025923979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22664, "tnode_": 22715, "lpoly_": null, "rpoly_": null, "length": 221.81243637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5122, "l_t_add": 5198, "r_f_add": 5117, "r_t_add": 5199, "st_code": 22760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320268, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3227, "Shape__Length": 88.221627718678533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2195982610925, 39.942025923979998 ], [ -75.220178075651404, 39.941611705744499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22444, "tnode_": 22513, "lpoly_": null, "rpoly_": null, "length": 214.06467449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5114, "r_f_add": 5101, "r_t_add": 5119, "st_code": 73900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320269, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3228, "Shape__Length": 85.134977977215357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220223433928695, 39.943424269341598 ], [ -75.220793558403201, 39.943033452015399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22513, "tnode_": 22575, "lpoly_": null, "rpoly_": null, "length": 216.97671257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5116, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 73900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320270, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3229, "Shape__Length": 86.293585048411657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220793558403201, 39.943033452015399 ], [ -75.2213699635994, 39.942636049904102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22575, "tnode_": 22652, "lpoly_": null, "rpoly_": null, "length": 264.65498415000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 73900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320271, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3230, "Shape__Length": 105.25775424793082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2213699635994, 39.942636049904102 ], [ -75.2220687853426, 39.942147705860599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22652, "tnode_": 22712, "lpoly_": null, "rpoly_": null, "length": 261.13771648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 73900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320272, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 3231, "Shape__Length": 103.85957137677011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2220687853426, 39.942147705860599 ], [ -75.222756116118603, 39.941663994310296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22490, "tnode_": 22544, "lpoly_": null, "rpoly_": null, "length": 178.01763756, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1216, "st_code": 88770, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320273, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3232, "Shape__Length": 70.825141789283578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215249466778602, 39.943096408122898 ], [ -75.214817682891606, 39.942738148034302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22544, "tnode_": 22661, "lpoly_": null, "rpoly_": null, "length": 395.19347533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1217, "l_t_add": 1299, "r_f_add": 1218, "r_t_add": 1298, "st_code": 88770, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320274, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3233, "Shape__Length": 157.23759177283361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214817682891606, 39.942738148034302 ], [ -75.213874911157703, 39.941931733601102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22661, "tnode_": 22711, "lpoly_": null, "rpoly_": null, "length": 225.86546941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1315, "r_f_add": 1300, "r_t_add": 1314, "st_code": 88770, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320275, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3234, "Shape__Length": 89.862365579945774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213874911157703, 39.941931733601102 ], [ -75.213330998046104, 39.941474401684999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22254, "tnode_": 22402, "lpoly_": null, "rpoly_": null, "length": 472.93872725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 67860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320276, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3235, "Shape__Length": 188.10387482100262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214616786785101, 39.944496169338798 ], [ -75.215860138036305, 39.943618879048998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22081, "tnode_": 22208, "lpoly_": null, "rpoly_": null, "length": 491.4780647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 47780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3236, "Shape__Length": 195.48558994155101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211403280146797, 39.945811997245301 ], [ -75.212688804942303, 39.944894813719998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22208, "tnode_": 22333, "lpoly_": null, "rpoly_": null, "length": 493.7042045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 47780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3237, "Shape__Length": 196.35344423284343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212688804942303, 39.944894813719998 ], [ -75.214003080211796, 39.9439929024918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22490, "tnode_": 22541, "lpoly_": null, "rpoly_": null, "length": 172.7168823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4912, "r_f_add": 4901, "r_t_add": 4913, "st_code": 47780, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3238, "Shape__Length": 68.689856762468978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215249466778602, 39.943096408122898 ], [ -75.215710271919804, 39.942781776806697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22541, "tnode_": 22574, "lpoly_": null, "rpoly_": null, "length": 134.83955795999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4914, "l_t_add": 4924, "r_f_add": 4915, "r_t_add": 4925, "st_code": 47780, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3239, "Shape__Length": 53.631259630785195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215710271919804, 39.942781776806697 ], [ -75.216061563081695, 39.942528997321197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22574, "tnode_": 22626, "lpoly_": null, "rpoly_": null, "length": 172.85422903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4926, "l_t_add": 4998, "r_f_add": 4927, "r_t_add": 4999, "st_code": 47780, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3240, "Shape__Length": 68.751974594820339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216061563081695, 39.942528997321197 ], [ -75.2165103325801, 39.942203675183698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22626, "tnode_": 22748, "lpoly_": null, "rpoly_": null, "length": 469.10249252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 47780, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3241, "Shape__Length": 186.55692906136406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2165103325801, 39.942203675183698 ], [ -75.217766276697006, 39.941352971961997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22496, "tnode_": 22544, "lpoly_": null, "rpoly_": null, "length": 160.65123738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 67940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320283, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 3242, "Shape__Length": 63.890359454342139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214387686360197, 39.9430295956953 ], [ -75.214817682891606, 39.942738148034302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22496, "tnode_": 22595, "lpoly_": null, "rpoly_": null, "length": 403.62433546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 40420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320284, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 3243, "Shape__Length": 160.54267053409788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214387686360197, 39.9430295956953 ], [ -75.214143693942702, 39.942976434127601 ], [ -75.213356085749695, 39.942294010589897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21918, "tnode_": 22063, "lpoly_": null, "rpoly_": null, "length": 496.90507055999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88730, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 320285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3244, "Shape__Length": 197.70931861574294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215164143780896, 39.946987454121299 ], [ -75.213963843668594, 39.945983868775699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22063, "tnode_": 22147, "lpoly_": null, "rpoly_": null, "length": 280.38053785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88730, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3245, "Shape__Length": 111.56372014503563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213963843668594, 39.945983868775699 ], [ -75.213298044217794, 39.945409592832199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22147, "tnode_": 22208, "lpoly_": null, "rpoly_": null, "length": 253.66480399000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1119, "l_t_add": 1199, "r_f_add": 1118, "r_t_add": 1198, "st_code": 88730, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3246, "Shape__Length": 100.92863075875283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213298044217794, 39.945409592832199 ], [ -75.212688804942303, 39.944894813719998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22208, "tnode_": 22257, "lpoly_": null, "rpoly_": null, "length": 222.33796493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1224, "st_code": 88730, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3247, "Shape__Length": 88.465715671302661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212688804942303, 39.944894813719998 ], [ -75.212158347208401, 39.944441142208497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21926, "tnode_": 22011, "lpoly_": null, "rpoly_": null, "length": 268.19668742, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1106, "st_code": 88710, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3248, "Shape__Length": 106.70569377479767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2126844745179, 39.9468888608776 ], [ -75.212028295680398, 39.9463531676356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22001, "tnode_": 22063, "lpoly_": null, "rpoly_": null, "length": 243.14584729000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4618, "l_t_add": 4698, "r_f_add": 4613, "r_t_add": 4699, "st_code": 22760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320290, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3249, "Shape__Length": 96.711923342957434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213326858066907, 39.946436791110202 ], [ -75.213963843668594, 39.945983868775699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22011, "tnode_": 22081, "lpoly_": null, "rpoly_": null, "length": 263.76866914, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1117, "l_t_add": 1199, "r_f_add": 1108, "r_t_add": 1198, "st_code": 88710, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3250, "Shape__Length": 104.95521880937316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212028295680398, 39.9463531676356 ], [ -75.211403280146797, 39.945811997245301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22081, "tnode_": 22144, "lpoly_": null, "rpoly_": null, "length": 208.03205349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1204, "st_code": 88710, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3251, "Shape__Length": 82.776617043181474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211403280146797, 39.945811997245301 ], [ -75.210910230585498, 39.945385255293601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22144, "tnode_": 22247, "lpoly_": null, "rpoly_": null, "length": 474.07622131, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1221, "l_t_add": 1299, "r_f_add": 1206, "r_t_add": 1298, "st_code": 88710, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3252, "Shape__Length": 188.61733615766883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210910230585498, 39.945385255293601 ], [ -75.209757673791302, 39.944433071144303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21870, "tnode_": 22011, "lpoly_": null, "rpoly_": null, "length": 487.93143646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 67860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320294, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3253, "Shape__Length": 194.07563199219365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210746746667596, 39.947259334000996 ], [ -75.212028295680398, 39.9463531676356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21941, "tnode_": 22032, "lpoly_": null, "rpoly_": null, "length": 298.89616592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4510, "r_f_add": 4501, "r_t_add": 4521, "st_code": 47780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3254, "Shape__Length": 118.87751747875058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210104855716295, 39.946706611399897 ], [ -75.210902633108603, 39.9461623739912 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22032, "tnode_": 22081, "lpoly_": null, "rpoly_": null, "length": 189.72476798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4512, "l_t_add": 4598, "r_f_add": 4523, "r_t_add": 4599, "st_code": 47780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3255, "Shape__Length": 75.460946671005033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210902633108603, 39.9461623739912 ], [ -75.211403280146797, 39.945811997245301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22032, "tnode_": 22197, "lpoly_": null, "rpoly_": null, "length": 666.09437917999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 55400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 3256, "Shape__Length": 264.98295305624498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210902633108603, 39.9461623739912 ], [ -75.210351847565903, 39.945709350548697 ], [ -75.210172884346406, 39.945684388354799 ], [ -75.209239460073803, 39.944894056958901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21941, "tnode_": 22119, "lpoly_": null, "rpoly_": null, "length": 620.44083606999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88690, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 3257, "Shape__Length": 246.85509687729217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210104855716295, 39.946706611399897 ], [ -75.208597211959898, 39.945459897549703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22119, "tnode_": 22197, "lpoly_": null, "rpoly_": null, "length": 273.71286017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4310, "l_t_add": 4510, "r_f_add": 4311, "r_t_add": 4511, "st_code": 84480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 320299, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-06-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3258, "Shape__Length": 108.91430721331298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208597211959898, 39.945459897549703 ], [ -75.208902136490906, 39.945194894297998 ], [ -75.209239460073803, 39.944894056958901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22197, "tnode_": 22247, "lpoly_": null, "rpoly_": null, "length": 222.0641995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4512, "l_t_add": 4598, "r_f_add": 4513, "r_t_add": 4599, "st_code": 84480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320301, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3259, "Shape__Length": 88.363543715569108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209239460073803, 39.944894056958901 ], [ -75.209757673791302, 39.944433071144303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22247, "tnode_": 22310, "lpoly_": null, "rpoly_": null, "length": 175.17569376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4612, "r_f_add": 4601, "r_t_add": 4615, "st_code": 84480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320302, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3260, "Shape__Length": 69.7067255276541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209757673791302, 39.944433071144303 ], [ -75.210163984704394, 39.944067778611597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22144, "tnode_": 22186, "lpoly_": null, "rpoly_": null, "length": 197.6732166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 85680, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320303, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 3261, "Shape__Length": 78.625501769288945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210910230585498, 39.945385255293601 ], [ -75.211425596818799, 39.945014978692598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22354, "tnode_": 22418, "lpoly_": null, "rpoly_": null, "length": 175.68834077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4628, "l_t_add": 4698, "r_f_add": 4629, "r_t_add": 4699, "st_code": 84480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320304, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3262, "Shape__Length": 69.942787482597069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210510665731604, 39.943758465617599 ], [ -75.210856290568202, 39.943356188032098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22418, "tnode_": 22514, "lpoly_": null, "rpoly_": null, "length": 266.28532508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88730, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3263, "Shape__Length": 105.94437318114122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210856290568202, 39.943356188032098 ], [ -75.210212513117298, 39.942818792738898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22354, "tnode_": 22502, "lpoly_": null, "rpoly_": null, "length": 436.4958602, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 54440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320306, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MAY ST", "stname": "S MAY ST", "objectid": 3264, "Shape__Length": 173.67440011009728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210510665731604, 39.943758465617599 ], [ -75.209471277011403, 39.942866437636297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22310, "tnode_": 22493, "lpoly_": null, "rpoly_": null, "length": 568.45812873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 53640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARKOE ST", "stname": "S MARKOE ST", "objectid": 3265, "Shape__Length": 226.17354962784577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210163984704394, 39.944067778611597 ], [ -75.208798489195004, 39.942914332870103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22310, "tnode_": 22320, "lpoly_": null, "rpoly_": null, "length": 31.37008668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4614, "l_t_add": 4616, "r_f_add": 4617, "r_t_add": 4617, "st_code": 84480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320308, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3266, "Shape__Length": 12.480047587907608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210163984704394, 39.944067778611597 ], [ -75.210241546521004, 39.944005716740499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22320, "tnode_": 22354, "lpoly_": null, "rpoly_": null, "length": 117.50095747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4618, "l_t_add": 4626, "r_f_add": 4619, "r_t_add": 4627, "st_code": 84480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320309, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3267, "Shape__Length": 46.758221262849247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210241546521004, 39.944005716740499 ], [ -75.210510665731604, 39.943758465617599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22186, "tnode_": 22320, "lpoly_": null, "rpoly_": null, "length": 495.36997191999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 53640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARKOE ST", "stname": "S MARKOE ST", "objectid": 3268, "Shape__Length": 197.10025824936429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211425596818799, 39.945014978692598 ], [ -75.210241546521004, 39.944005716740499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22247, "tnode_": 22341, "lpoly_": null, "rpoly_": null, "length": 310.17987936999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1333, "r_f_add": 1300, "r_t_add": 1330, "st_code": 88710, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3269, "Shape__Length": 123.4117907884213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209757673791302, 39.944433071144303 ], [ -75.209010529577597, 39.943805135632502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22341, "tnode_": 22464, "lpoly_": null, "rpoly_": null, "length": 362.44064375, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1332, "r_t_add": 1398, "st_code": 88710, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 3270, "Shape__Length": 144.20819722000479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209010529577597, 39.943805135632502 ], [ -75.208145561428495, 39.943065775139203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22278, "tnode_": 22414, "lpoly_": null, "rpoly_": null, "length": 433.84576135000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1313, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 55400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 3271, "Shape__Length": 172.61043489013892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208479246597406, 39.944188262922601 ], [ -75.207428237312897, 39.943314220952097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22380, "tnode_": 22414, "lpoly_": null, "rpoly_": null, "length": 169.03422977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4528, "r_f_add": 4501, "r_t_add": 4529, "st_code": 51000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320314, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 3272, "Shape__Length": 67.149181821075217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206873324112095, 39.943495545459903 ], [ -75.207428237312897, 39.943314220952097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22414, "tnode_": 22464, "lpoly_": null, "rpoly_": null, "length": 220.55799625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4530, "l_t_add": 4598, "r_f_add": 4531, "r_t_add": 4599, "st_code": 51000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 320315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 3273, "Shape__Length": 87.622270000865797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207428237312897, 39.943314220952097 ], [ -75.208145561428495, 39.943065775139203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22464, "tnode_": 22493, "lpoly_": null, "rpoly_": null, "length": 198.45386612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4623, "st_code": 51000, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320316, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 3274, "Shape__Length": 78.826626492600766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208145561428495, 39.943065775139203 ], [ -75.2081850385308, 39.9430107589302 ], [ -75.208798489195004, 39.942914332870103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22493, "tnode_": 22502, "lpoly_": null, "rpoly_": null, "length": 189.45198631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4624, "l_t_add": 4648, "r_f_add": 4625, "r_t_add": 4649, "st_code": 51000, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 3275, "Shape__Length": 75.216564060804458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208798489195004, 39.942914332870103 ], [ -75.209471277011403, 39.942866437636297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22502, "tnode_": 22514, "lpoly_": null, "rpoly_": null, "length": 208.56306327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4650, "l_t_add": 4698, "r_f_add": 4651, "r_t_add": 4699, "st_code": 51000, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 320318, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 3276, "Shape__Length": 82.803508165119638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209471277011403, 39.942866437636297 ], [ -75.210212513117298, 39.942818792738898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22852, "tnode_": 22914, "lpoly_": null, "rpoly_": null, "length": 239.39445447, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1423, "r_f_add": 1400, "r_t_add": 1418, "st_code": 88880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320319, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3277, "Shape__Length": 95.246679882056199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224116490560505, 39.940700457025102 ], [ -75.223545814879103, 39.940211677576499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22914, "tnode_": 22979, "lpoly_": null, "rpoly_": null, "length": 261.18519487999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1425, "l_t_add": 1499, "r_f_add": 1420, "r_t_add": 1498, "st_code": 88880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320320, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3278, "Shape__Length": 103.9065337244182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223545814879103, 39.940211677576499 ], [ -75.222907865717104, 39.939689255311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22476, "tnode_": 22652, "lpoly_": null, "rpoly_": null, "length": 578.10683613000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 83620, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 320321, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WILTON ST", "stname": "S WILTON ST", "objectid": 3279, "Shape__Length": 230.00925892661368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223458602972698, 39.943319915089198 ], [ -75.2220687853426, 39.942147705860599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22652, "tnode_": 22776, "lpoly_": null, "rpoly_": null, "length": 500.63673386, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 83620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320322, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WILTON ST", "stname": "S WILTON ST", "objectid": 3280, "Shape__Length": 199.18277047239363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2220687853426, 39.942147705860599 ], [ -75.220864304602401, 39.9411332320703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22712, "tnode_": 22845, "lpoly_": null, "rpoly_": null, "length": 497.95955937999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88850, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3281, "Shape__Length": 198.11058581729793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222756116118603, 39.941663994310296 ], [ -75.221548607120098, 39.940661661442498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22845, "tnode_": 22995, "lpoly_": null, "rpoly_": null, "length": 530.27488820999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88850, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3282, "Shape__Length": 210.97490040967548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221548607120098, 39.940661661442498 ], [ -75.220281316583495, 39.939581208803702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22783, "tnode_": 22903, "lpoly_": null, "rpoly_": null, "length": 495.51457302, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 69740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 3283, "Shape__Length": 197.14029333778683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223428517302295, 39.941184695544997 ], [ -75.222233326294202, 39.940182752074598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22763, "tnode_": 22776, "lpoly_": null, "rpoly_": null, "length": 78.89124833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5214, "l_t_add": 5220, "r_f_add": 5217, "r_t_add": 5223, "st_code": 22760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320326, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3284, "Shape__Length": 31.378123423453996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220659527443701, 39.941281742258298 ], [ -75.220864304602401, 39.9411332320703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22776, "tnode_": 22802, "lpoly_": null, "rpoly_": null, "length": 81.40615419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5222, "l_t_add": 5226, "r_f_add": 5225, "r_t_add": 5231, "st_code": 22760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3285, "Shape__Length": 32.373961145222331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220864304602401, 39.9411332320703 ], [ -75.221082305953502, 39.9409856501197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22802, "tnode_": 22845, "lpoly_": null, "rpoly_": null, "length": 176.14139067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5228, "l_t_add": 5298, "r_f_add": 5233, "r_t_add": 5299, "st_code": 22760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3286, "Shape__Length": 70.052002098759658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221082305953502, 39.9409856501197 ], [ -75.221548607120098, 39.940661661442498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22845, "tnode_": 22903, "lpoly_": null, "rpoly_": null, "length": 259.42118059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5325, "st_code": 22760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3287, "Shape__Length": 103.17337497154708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221548607120098, 39.940661661442498 ], [ -75.222233326294202, 39.940182752074598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22903, "tnode_": 22979, "lpoly_": null, "rpoly_": null, "length": 260.94874768999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5324, "l_t_add": 5398, "r_f_add": 5327, "r_t_add": 5399, "st_code": 22760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3288, "Shape__Length": 103.78933812124647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222233326294202, 39.940182752074598 ], [ -75.222907865717104, 39.939689255311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22979, "tnode_": 23121, "lpoly_": null, "rpoly_": null, "length": 519.42224011999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 22760, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3289, "Shape__Length": 206.56361782674367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222907865717104, 39.939689255311798 ], [ -75.224294195214597, 39.938743563530103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23121, "tnode_": 23158, "lpoly_": null, "rpoly_": null, "length": 180.43407383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5516, "r_f_add": 5501, "r_t_add": 5515, "st_code": 22760, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3290, "Shape__Length": 71.759864485800989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224294195214597, 39.938743563530103 ], [ -75.224767221738404, 39.9384077786099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22914, "tnode_": 23055, "lpoly_": null, "rpoly_": null, "length": 514.21105301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 77840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINITY ST", "stname": "TRINITY ST", "objectid": 3291, "Shape__Length": 204.50968809963149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223545814879103, 39.940211677576499 ], [ -75.224892399135499, 39.9392534918614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22983, "tnode_": 23055, "lpoly_": null, "rpoly_": null, "length": 241.02182435, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1424, "st_code": 88910, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3292, "Shape__Length": 95.883249818463824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225482927174696, 39.9397342537887 ], [ -75.224892399135499, 39.9392534918614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23055, "tnode_": 23121, "lpoly_": null, "rpoly_": null, "length": 250.28739027999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1419, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 88910, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3293, "Shape__Length": 99.577543032409665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224892399135499, 39.9392534918614 ], [ -75.224294195214597, 39.938743563530103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23121, "tnode_": 23177, "lpoly_": null, "rpoly_": null, "length": 203.36456561999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1511, "r_f_add": 1500, "r_t_add": 1516, "st_code": 88910, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3294, "Shape__Length": 80.911891041876274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224294195214597, 39.938743563530103 ], [ -75.223813717712105, 39.938325399524501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23122, "tnode_": 23270, "lpoly_": null, "rpoly_": null, "length": 495.62851122999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3295, "Shape__Length": 197.18032255062994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226856980071304, 39.938776162984396 ], [ -75.225664340387496, 39.9377720256876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22575, "tnode_": 22715, "lpoly_": null, "rpoly_": null, "length": 500.93249433999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88830, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3296, "Shape__Length": 199.30972874544796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2213699635994, 39.942636049904102 ], [ -75.220178075651404, 39.941611705744499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22681, "tnode_": 22748, "lpoly_": null, "rpoly_": null, "length": 258.61216653000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1225, "l_t_add": 1299, "r_f_add": 1224, "r_t_add": 1298, "st_code": 88810, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3297, "Shape__Length": 102.88262008327656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218402566225606, 39.941866889360497 ], [ -75.217766276697006, 39.941352971961997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22715, "tnode_": 22790, "lpoly_": null, "rpoly_": null, "length": 266.60608782999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1324, "st_code": 88830, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320340, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3298, "Shape__Length": 106.06949469299319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220178075651404, 39.941611705744499 ], [ -75.2195338972912, 39.941073409108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22748, "tnode_": 22826, "lpoly_": null, "rpoly_": null, "length": 293.65549495, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1330, "st_code": 88810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3299, "Shape__Length": 116.83495714898649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217766276697006, 39.941352971961997 ], [ -75.217064016867496, 39.940754952354503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22790, "tnode_": 22857, "lpoly_": null, "rpoly_": null, "length": 262.21933274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 88830, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320342, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3300, "Shape__Length": 104.3247823629325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2195338972912, 39.941073409108199 ], [ -75.218902636457202, 39.940542334994099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22826, "tnode_": 22896, "lpoly_": null, "rpoly_": null, "length": 288.15934554999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1323, "l_t_add": 1399, "r_f_add": 1332, "r_t_add": 1360, "st_code": 88810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3301, "Shape__Length": 114.6482643247712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217064016867496, 39.940754952354503 ], [ -75.216376639127702, 39.940166922855703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22857, "tnode_": 22908, "lpoly_": null, "rpoly_": null, "length": 206.11722304, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1421, "r_f_add": 1400, "r_t_add": 1416, "st_code": 88830, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3302, "Shape__Length": 82.002638203638185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218902636457202, 39.940542334994099 ], [ -75.218404467598205, 39.940126277581797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22908, "tnode_": 22951, "lpoly_": null, "rpoly_": null, "length": 170.32452769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1423, "l_t_add": 1445, "r_f_add": 1418, "r_t_add": 1432, "st_code": 88830, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3303, "Shape__Length": 67.76219763617047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218404467598205, 39.940126277581797 ], [ -75.217992590802098, 39.939782624390297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22951, "tnode_": 23014, "lpoly_": null, "rpoly_": null, "length": 204.70773556999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1447, "l_t_add": 1499, "r_f_add": 1434, "r_t_add": 1498, "st_code": 88830, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3304, "Shape__Length": 81.445167664463241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217992590802098, 39.939782624390297 ], [ -75.217504901790505, 39.939364463285401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22896, "tnode_": 23035, "lpoly_": null, "rpoly_": null, "length": 529.28240102000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88810, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 3305, "Shape__Length": 210.56631703199312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216376639127702, 39.940166922855703 ], [ -75.215091231903799, 39.939102950382299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22715, "tnode_": 22763, "lpoly_": null, "rpoly_": null, "length": 180.75661696999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5212, "r_f_add": 5201, "r_t_add": 5215, "st_code": 22760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3306, "Shape__Length": 71.886225592163555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220178075651404, 39.941611705744499 ], [ -75.220659527443701, 39.941281742258298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22681, "tnode_": 22790, "lpoly_": null, "rpoly_": null, "length": 429.16573267000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 67860, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320349, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3307, "Shape__Length": 170.6853673535274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218402566225606, 39.941866889360497 ], [ -75.2195338972912, 39.941073409108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22763, "tnode_": 22900, "lpoly_": null, "rpoly_": null, "length": 528.0585147, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 83620, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WILTON ST", "stname": "S WILTON ST", "objectid": 3308, "Shape__Length": 210.09298922959067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220659527443701, 39.941281742258298 ], [ -75.219394100809495, 39.940208189204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22802, "tnode_": 22943, "lpoly_": null, "rpoly_": null, "length": 528.0220301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 50920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LINDENWOOD ST", "stname": "S LINDENWOOD ST", "objectid": 3309, "Shape__Length": 210.07677047388455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221082305953502, 39.9409856501197 ], [ -75.219815633946894, 39.9399131068214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22748, "tnode_": 22808, "lpoly_": null, "rpoly_": null, "length": 215.05238575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5114, "r_f_add": 5101, "r_t_add": 5115, "st_code": 47780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3310, "Shape__Length": 85.536332113629314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217766276697006, 39.941352971961997 ], [ -75.218321844446507, 39.940945996094797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22808, "tnode_": 22857, "lpoly_": null, "rpoly_": null, "length": 219.4196538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5116, "l_t_add": 5198, "r_f_add": 5117, "r_t_add": 5199, "st_code": 47780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320353, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3311, "Shape__Length": 87.263858053774214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218321844446507, 39.940945996094797 ], [ -75.218902636457202, 39.940542334994099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22857, "tnode_": 22900, "lpoly_": null, "rpoly_": null, "length": 183.86965206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5201, "r_t_add": 5217, "st_code": 47780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320354, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3312, "Shape__Length": 73.121978316305345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218902636457202, 39.940542334994099 ], [ -75.219394100809495, 39.940208189204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22900, "tnode_": 22943, "lpoly_": null, "rpoly_": null, "length": 159.76941988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5218, "l_t_add": 5236, "r_f_add": 5219, "r_t_add": 5237, "st_code": 47780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320355, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3313, "Shape__Length": 63.541034985862957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219394100809495, 39.940208189204 ], [ -75.219815633946894, 39.9399131068214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22943, "tnode_": 22995, "lpoly_": null, "rpoly_": null, "length": 177.95901015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5238, "l_t_add": 5298, "r_f_add": 5239, "r_t_add": 5299, "st_code": 47780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320356, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3314, "Shape__Length": 70.777289385953566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219815633946894, 39.9399131068214 ], [ -75.220281316583495, 39.939581208803702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22541, "tnode_": 22700, "lpoly_": null, "rpoly_": null, "length": 575.79710308000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 38820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320357, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYLOCK ST", "stname": "GREYLOCK ST", "objectid": 3315, "Shape__Length": 229.08774969935033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215710271919804, 39.942781776806697 ], [ -75.214324760793602, 39.941615134810498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22574, "tnode_": 22732, "lpoly_": null, "rpoly_": null, "length": 576.95366433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 74040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 3316, "Shape__Length": 229.54513587218077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216061563081695, 39.942528997321197 ], [ -75.214670058625103, 39.941362279359801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22626, "tnode_": 22701, "lpoly_": null, "rpoly_": null, "length": 281.46155808999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1231, "r_f_add": 1200, "r_t_add": 1230, "st_code": 88790, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3317, "Shape__Length": 111.98996248867867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2165103325801, 39.942203675183698 ], [ -75.215845946056803, 39.941624491144204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22701, "tnode_": 22781, "lpoly_": null, "rpoly_": null, "length": 293.97326851000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 88790, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 320360, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3318, "Shape__Length": 116.95055003453999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215845946056803, 39.941624491144204 ], [ -75.215124045180602, 39.941039287237103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22781, "tnode_": 22905, "lpoly_": null, "rpoly_": null, "length": 521.59933453999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88790, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320361, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3319, "Shape__Length": 207.51836948498047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215124045180602, 39.941039287237103 ], [ -75.2138672601873, 39.939983667775302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22701, "tnode_": 22826, "lpoly_": null, "rpoly_": null, "length": 465.82387627999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 78960, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 3320, "Shape__Length": 185.27049862748282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215845946056803, 39.941624491144204 ], [ -75.217064016867496, 39.940754952354503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22657, "tnode_": 22711, "lpoly_": null, "rpoly_": null, "length": 222.32356443999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 85680, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320363, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 3321, "Shape__Length": 88.421596036999418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212745007763303, 39.941885523144997 ], [ -75.213330998046104, 39.941474401684999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22556, "tnode_": 22628, "lpoly_": null, "rpoly_": null, "length": 390.66364226999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88750, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3322, "Shape__Length": 155.30252353398203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212835073555198, 39.942638334067901 ], [ -75.212239376243502, 39.9424861940523 ], [ -75.211714946332094, 39.942056839865899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22595, "tnode_": 22661, "lpoly_": null, "rpoly_": null, "length": 196.41847737999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4824, "l_t_add": 4898, "r_f_add": 4823, "r_t_add": 4899, "st_code": 38640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3323, "Shape__Length": 78.118503829237227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213356085749695, 39.942294010589897 ], [ -75.213874911157703, 39.941931733601102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22661, "tnode_": 22700, "lpoly_": null, "rpoly_": null, "length": 170.91544227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4928, "r_f_add": 4901, "r_t_add": 4929, "st_code": 38640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3324, "Shape__Length": 67.976284666777929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213874911157703, 39.941931733601102 ], [ -75.214324760793602, 39.941615134810498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22700, "tnode_": 22732, "lpoly_": null, "rpoly_": null, "length": 133.63714097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4930, "l_t_add": 4958, "r_f_add": 4931, "r_t_add": 4959, "st_code": 38640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3325, "Shape__Length": 53.153931888552258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214324760793602, 39.941615134810498 ], [ -75.214670058625103, 39.941362279359801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22732, "tnode_": 22781, "lpoly_": null, "rpoly_": null, "length": 173.34640631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4960, "l_t_add": 4998, "r_f_add": 4961, "r_t_add": 4999, "st_code": 38640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3326, "Shape__Length": 68.944012211134151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214670058625103, 39.941362279359801 ], [ -75.215124045180602, 39.941039287237103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22781, "tnode_": 22842, "lpoly_": null, "rpoly_": null, "length": 256.20681895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 38640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3327, "Shape__Length": 101.89010627916464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215124045180602, 39.941039287237103 ], [ -75.215808612449706, 39.940573464582499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22842, "tnode_": 22896, "lpoly_": null, "rpoly_": null, "length": 217.49001816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 38640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3328, "Shape__Length": 86.500940718278017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215808612449706, 39.940573464582499 ], [ -75.216376639127702, 39.940166922855703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22949, "tnode_": 23014, "lpoly_": null, "rpoly_": null, "length": 221.64930587000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5160, "l_t_add": 5198, "r_f_add": 5161, "r_t_add": 5199, "st_code": 38640, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3329, "Shape__Length": 88.156251250454616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216929267981101, 39.939781453390303 ], [ -75.217504901790505, 39.939364463285401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22556, "tnode_": 22591, "lpoly_": null, "rpoly_": null, "length": 167.76595052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4819, "st_code": 38640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3330, "Shape__Length": 66.715434763363263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212835073555198, 39.942638334067901 ], [ -75.213290158544297, 39.942339348789702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22591, "tnode_": 22595, "lpoly_": null, "rpoly_": null, "length": 24.7891465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4822, "l_t_add": 4822, "r_f_add": 4821, "r_t_add": 4821, "st_code": 38640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320373, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3331, "Shape__Length": 9.8587420250838989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213290158544297, 39.942339348789702 ], [ -75.213356085749695, 39.942294010589897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22591, "tnode_": 22657, "lpoly_": null, "rpoly_": null, "length": 225.15984945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 40420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320374, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 3332, "Shape__Length": 89.580414645584284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213290158544297, 39.942339348789702 ], [ -75.212745007763303, 39.941885523144997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22628, "tnode_": 22745, "lpoly_": null, "rpoly_": null, "length": 327.84102464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4829, "st_code": 84480, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320375, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3333, "Shape__Length": 130.55868179019691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211714946332094, 39.942056839865899 ], [ -75.212255944336903, 39.941259013439897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22745, "tnode_": 22796, "lpoly_": null, "rpoly_": null, "length": 178.47201963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4831, "r_t_add": 4899, "st_code": 84480, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320376, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3334, "Shape__Length": 71.044829852287933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212255944336903, 39.941259013439897 ], [ -75.212525723722706, 39.940893022291299 ], [ -75.212604183614104, 39.940859387416097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22796, "tnode_": 22905, "lpoly_": null, "rpoly_": null, "length": 476.66131080999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 84480, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320377, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3335, "Shape__Length": 189.56783640341465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212604183614104, 39.940859387416097 ], [ -75.2138672601873, 39.939983667775302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22905, "tnode_": 22972, "lpoly_": null, "rpoly_": null, "length": 256.52215994000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5022, "r_f_add": 5001, "r_t_add": 5023, "st_code": 84480, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320378, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3336, "Shape__Length": 102.0224735916962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2138672601873, 39.939983667775302 ], [ -75.214539603336902, 39.9395061442101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22972, "tnode_": 23035, "lpoly_": null, "rpoly_": null, "length": 213.30563543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5024, "l_t_add": 5098, "r_f_add": 5025, "r_t_add": 5099, "st_code": 84480, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 320379, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3337, "Shape__Length": 84.838898154211336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214539603336902, 39.9395061442101 ], [ -75.215091231903799, 39.939102950382299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22711, "tnode_": 22796, "lpoly_": null, "rpoly_": null, "length": 302.86643641000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1317, "l_t_add": 1399, "r_f_add": 1316, "r_t_add": 1398, "st_code": 88770, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320380, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3338, "Shape__Length": 120.49836237760803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213330998046104, 39.941474401684999 ], [ -75.212604183614104, 39.940859387416097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22796, "tnode_": 22864, "lpoly_": null, "rpoly_": null, "length": 266.66596208000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1437, "r_f_add": 1400, "r_t_add": 1418, "st_code": 88770, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3339, "Shape__Length": 106.09669438506518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212604183614104, 39.940859387416097 ], [ -75.211967532033, 39.940315594668199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22864, "tnode_": 22928, "lpoly_": null, "rpoly_": null, "length": 236.62173529, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1439, "l_t_add": 1499, "r_f_add": 1420, "r_t_add": 1498, "st_code": 88770, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320382, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 3340, "Shape__Length": 94.133075578595196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211967532033, 39.940315594668199 ], [ -75.211386889273697, 39.939844258502703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22842, "tnode_": 22972, "lpoly_": null, "rpoly_": null, "length": 527.05941813999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIVINITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 28680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320383, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIVINITY ST", "stname": "DIVINITY ST", "objectid": 3341, "Shape__Length": 209.68976556924252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215808612449706, 39.940573464582499 ], [ -75.214539603336902, 39.9395061442101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22628, "tnode_": 22737, "lpoly_": null, "rpoly_": null, "length": 403.00980597, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88750, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3342, "Shape__Length": 160.34116874725368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211714946332094, 39.942056839865899 ], [ -75.210745547227205, 39.941240052449501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22805, "tnode_": 22849, "lpoly_": null, "rpoly_": null, "length": 187.16008646, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88750, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 3343, "Shape__Length": 74.460669872658514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210077456279507, 39.940761454988603 ], [ -75.209624714652193, 39.9403839397025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22849, "tnode_": 28748, "lpoly_": null, "rpoly_": null, "length": 63.99292753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 37300, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 3344, "Shape__Length": 25.447959258733267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209624714652193, 39.9403839397025 ], [ -75.209797224363001, 39.940268933473703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22882, "tnode_": 22926, "lpoly_": null, "rpoly_": null, "length": 108.5197215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 40420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320387, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 3345, "Shape__Length": 43.170686937290469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210915920437998, 39.940176230542797 ], [ -75.210648440126505, 39.939960934713497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22820, "tnode_": 22864, "lpoly_": null, "rpoly_": null, "length": 176.64731492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 71120, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3346, "Shape__Length": 70.251053888591755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211497155240593, 39.9406381631211 ], [ -75.211967532033, 39.940315594668199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22745, "tnode_": 22820, "lpoly_": null, "rpoly_": null, "length": 310.99107789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1429, "r_f_add": 1400, "r_t_add": 1416, "st_code": 40420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320389, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 3347, "Shape__Length": 123.72229276668367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212255944336903, 39.941259013439897 ], [ -75.212168781540797, 39.941208158648102 ], [ -75.211497155240593, 39.9406381631211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22820, "tnode_": 22882, "lpoly_": null, "rpoly_": null, "length": 234.26284542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1418, "r_t_add": 1498, "st_code": 40420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320390, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 3348, "Shape__Length": 93.191214704799847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211497155240593, 39.9406381631211 ], [ -75.210915920437998, 39.940176230542797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22741, "tnode_": 22846, "lpoly_": null, "rpoly_": null, "length": 389.00940514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 33420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320391, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FALLON ST", "stname": "S FALLON ST", "objectid": 3349, "Shape__Length": 154.77567530971811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211485879718097, 39.941227967530303 ], [ -75.210561247597397, 39.940431847825103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22741, "tnode_": 22737, "lpoly_": null, "rpoly_": null, "length": 207.6378531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1419, "l_t_add": 1441, "r_f_add": 1408, "r_t_add": 1440, "st_code": 38340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320392, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3350, "Shape__Length": 82.432112515324633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211485879718097, 39.941227967530303 ], [ -75.210745547227205, 39.941240052449501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22745, "tnode_": 22741, "lpoly_": null, "rpoly_": null, "length": 217.6188044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1406, "st_code": 38340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320393, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3351, "Shape__Length": 86.399569925271351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212255944336903, 39.941259013439897 ], [ -75.212152007120494, 39.941231405464698 ], [ -75.211485879718097, 39.941227967530303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22682, "tnode_": 22730, "lpoly_": null, "rpoly_": null, "length": 218.02108493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 63180, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3352, "Shape__Length": 86.708978548919092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208802126400798, 39.9416536629234 ], [ -75.209378558063406, 39.941252009042003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22730, "tnode_": 22805, "lpoly_": null, "rpoly_": null, "length": 265.21559252000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 63180, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 320395, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3353, "Shape__Length": 105.47948267641226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209378558063406, 39.941252009042003 ], [ -75.210077456279507, 39.940761454988603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22805, "tnode_": 22846, "lpoly_": null, "rpoly_": null, "length": 181.16230043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4813, "st_code": 63180, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320396, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3354, "Shape__Length": 72.045831908369564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210077456279507, 39.940761454988603 ], [ -75.210561247597397, 39.940431847825103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22846, "tnode_": 22882, "lpoly_": null, "rpoly_": null, "length": 136.24074322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4822, "l_t_add": 4836, "r_f_add": 4815, "r_t_add": 4827, "st_code": 63180, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320397, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3355, "Shape__Length": 54.186866594360147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210561247597397, 39.940431847825103 ], [ -75.210915920437998, 39.940176230542797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22882, "tnode_": 22928, "lpoly_": null, "rpoly_": null, "length": 179.06734419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4838, "l_t_add": 4898, "r_f_add": 4829, "r_t_add": 4899, "st_code": 63180, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 320398, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3356, "Shape__Length": 71.216819843508532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210915920437998, 39.940176230542797 ], [ -75.211386889273697, 39.939844258502703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22928, "tnode_": 23052, "lpoly_": null, "rpoly_": null, "length": 479.0761361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 63180, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3357, "Shape__Length": 190.53073509649451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211386889273697, 39.939844258502703 ], [ -75.212648118681301, 39.938957121883298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22905, "tnode_": 22989, "lpoly_": null, "rpoly_": null, "length": 269.586462, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1448, "st_code": 88790, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3358, "Shape__Length": 107.25359999141368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2138672601873, 39.939983667775302 ], [ -75.213217444222906, 39.939438258321204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22989, "tnode_": 23052, "lpoly_": null, "rpoly_": null, "length": 237.07783892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1421, "l_t_add": 1499, "r_f_add": 1450, "r_t_add": 1498, "st_code": 88790, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320401, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3359, "Shape__Length": 94.32076623605893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213217444222906, 39.939438258321204 ], [ -75.212648118681301, 39.938957121883298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23052, "tnode_": 23114, "lpoly_": null, "rpoly_": null, "length": 198.19929725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1532, "r_t_add": 1598, "st_code": 88790, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 3360, "Shape__Length": 78.856430784500873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212648118681301, 39.938957121883298 ], [ -75.212178770297001, 39.938550310925102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22864, "tnode_": 22989, "lpoly_": null, "rpoly_": null, "length": 474.32364367999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 71120, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320403, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3361, "Shape__Length": 188.64119180442867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211967532033, 39.940315594668199 ], [ -75.213217444222906, 39.939438258321204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22682, "tnode_": 22726, "lpoly_": null, "rpoly_": null, "length": 181.20615630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88730, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320404, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 3362, "Shape__Length": 72.094335807025345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208802126400798, 39.9416536629234 ], [ -75.208366226723598, 39.941286428636701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22730, "tnode_": 22726, "lpoly_": null, "rpoly_": null, "length": 284.13700892000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 38340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320405, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3363, "Shape__Length": 112.8029640223844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209378558063406, 39.941252009042003 ], [ -75.208366226723598, 39.941286428636701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22737, "tnode_": 22730, "lpoly_": null, "rpoly_": null, "length": 383.33203752999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1443, "l_t_add": 1499, "r_f_add": 1442, "r_t_add": 1498, "st_code": 38340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320406, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3364, "Shape__Length": 152.18243962262838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210745547227205, 39.941240052449501 ], [ -75.209378558063406, 39.941252009042003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23088, "tnode_": 23328, "lpoly_": null, "rpoly_": null, "length": 858.81556119000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 38300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 320407, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3365, "Shape__Length": 341.54506871602911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210023458281398, 39.938657127159203 ], [ -75.211293347181197, 39.937775396968902 ], [ -75.2122874810903, 39.9370694979294 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23328, "tnode_": 23491, "lpoly_": null, "rpoly_": null, "length": 616.8130884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 38300, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320408, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3366, "Shape__Length": 245.30835233944273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2122874810903, 39.9370694979294 ], [ -75.213896647877704, 39.935915122685302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23491, "tnode_": 23610, "lpoly_": null, "rpoly_": null, "length": 386.5922862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5201, "r_t_add": 5299, "st_code": 38300, "l_hundred": 0, "r_hundred": 5200, "seg_id": 320409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-07-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3367, "Shape__Length": 153.73374225091885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213896647877704, 39.935915122685302 ], [ -75.214925184568401, 39.935208485074099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23563, "tnode_": 23700, "lpoly_": null, "rpoly_": null, "length": 521.5611038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 37300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320410, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 3368, "Shape__Length": 207.40775281035025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215371810036999, 39.935459478958599 ], [ -75.216753988103505, 39.934501470280601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23563, "tnode_": 23610, "lpoly_": null, "rpoly_": null, "length": 165.89983702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88850, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3369, "Shape__Length": 65.962918344755707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215371810036999, 39.935459478958599 ], [ -75.215082545364595, 39.935210182933801 ], [ -75.214925184568401, 39.935208485074099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23449, "tnode_": 23587, "lpoly_": null, "rpoly_": null, "length": 494.08109592, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320412, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3370, "Shape__Length": 196.56699047034454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218986196522096, 39.9363785612478 ], [ -75.217812889300106, 39.935366733016203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23700, "tnode_": 23744, "lpoly_": null, "rpoly_": null, "length": 159.85334541999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320413, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3371, "Shape__Length": 63.594691820936838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216753988103505, 39.934501470280601 ], [ -75.216373528868701, 39.9341746988691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23744, "tnode_": 23823, "lpoly_": null, "rpoly_": null, "length": 333.51386813, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320414, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3372, "Shape__Length": 132.6763997219914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216373528868701, 39.9341746988691 ], [ -75.215571408210494, 39.933498745392001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23967, "tnode_": 24034, "lpoly_": null, "rpoly_": null, "length": 720.08565593000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 82800, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320416, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 3373, "Shape__Length": 285.92958687695392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216263548029701, 39.9324899222268 ], [ -75.218722057798203, 39.931919605952899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23744, "tnode_": 23996, "lpoly_": null, "rpoly_": null, "length": 1043.4374445400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 38300, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320417, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3374, "Shape__Length": 414.94064202218118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216373528868701, 39.9341746988691 ], [ -75.219122516962301, 39.932244399011303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23996, "tnode_": 24044, "lpoly_": null, "rpoly_": null, "length": 231.31954635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5628, "r_f_add": 5601, "r_t_add": 5629, "st_code": 38300, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3375, "Shape__Length": 91.983192304988648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219122516962301, 39.932244399011303 ], [ -75.219737079340305, 39.9318208585401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24044, "tnode_": 24087, "lpoly_": null, "rpoly_": null, "length": 158.34037256000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5630, "l_t_add": 5658, "r_f_add": 5631, "r_t_add": 5659, "st_code": 38300, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3376, "Shape__Length": 62.967201131912013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219737079340305, 39.9318208585401 ], [ -75.2201513357669, 39.931525517302198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23996, "tnode_": 24034, "lpoly_": null, "rpoly_": null, "length": 163.12915682, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2201, "l_t_add": 2225, "r_f_add": 2200, "r_t_add": 2210, "st_code": 88940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3377, "Shape__Length": 64.888462843440053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219122516962301, 39.932244399011303 ], [ -75.218722057798203, 39.931919605952899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24034, "tnode_": 24129, "lpoly_": null, "rpoly_": null, "length": 411.71700765999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2227, "l_t_add": 2241, "r_f_add": 2212, "r_t_add": 2250, "st_code": 88940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3378, "Shape__Length": 163.78216387619739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218722057798203, 39.931919605952899 ], [ -75.217733707771103, 39.931083875568604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24129, "tnode_": 24172, "lpoly_": null, "rpoly_": null, "length": 237.59377222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5622, "r_f_add": 5601, "r_t_add": 5623, "st_code": 31480, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320422, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3379, "Shape__Length": 94.482433635037609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217733707771103, 39.931083875568604 ], [ -75.218355822979802, 39.930641141394503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24172, "tnode_": 24217, "lpoly_": null, "rpoly_": null, "length": 165.76261073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5624, "l_t_add": 5644, "r_f_add": 5625, "r_t_add": 5645, "st_code": 31480, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320423, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3380, "Shape__Length": 65.917163711996992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218355822979802, 39.930641141394503 ], [ -75.218790249630601, 39.930332588495197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24217, "tnode_": 24250, "lpoly_": null, "rpoly_": null, "length": 167.51169979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5646, "l_t_add": 5698, "r_f_add": 5647, "r_t_add": 5699, "st_code": 31480, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320424, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3381, "Shape__Length": 66.608550811986177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218790249630601, 39.930332588495197 ], [ -75.219235162543001, 39.930025780033098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24250, "tnode_": 24293, "lpoly_": null, "rpoly_": null, "length": 194.04211082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5716, "r_f_add": 5701, "r_t_add": 5717, "st_code": 31480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320425, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3382, "Shape__Length": 77.168523038322917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219235162543001, 39.930025780033098 ], [ -75.219733634160804, 39.9296563653525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24122, "tnode_": 24161, "lpoly_": null, "rpoly_": null, "length": 194.495711, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 88960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3383, "Shape__Length": 77.362401206448894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220629834939999, 39.931185016194597 ], [ -75.220149735715395, 39.930799716449897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24161, "tnode_": 24206, "lpoly_": null, "rpoly_": null, "length": 175.33807536999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2417, "l_t_add": 2433, "r_f_add": 2416, "r_t_add": 2432, "st_code": 88960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3384, "Shape__Length": 69.748367808453878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220149735715395, 39.930799716449897 ], [ -75.219727647022594, 39.930444636460997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24206, "tnode_": 24250, "lpoly_": null, "rpoly_": null, "length": 205.80891771, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2435, "l_t_add": 2499, "r_f_add": 2434, "r_t_add": 2498, "st_code": 88960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3385, "Shape__Length": 81.870764190152798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219727647022594, 39.930444636460997 ], [ -75.219235162543001, 39.930025780033098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24250, "tnode_": 24318, "lpoly_": null, "rpoly_": null, "length": 321.81835777000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3386, "Shape__Length": 128.01681011040154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219235162543001, 39.930025780033098 ], [ -75.218462567841897, 39.929372582294697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24044, "tnode_": 24172, "lpoly_": null, "rpoly_": null, "length": 578.56394005999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 45160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 3387, "Shape__Length": 230.15793129093359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219737079340305, 39.9318208585401 ], [ -75.218355822979802, 39.930641141394503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24087, "tnode_": 24217, "lpoly_": null, "rpoly_": null, "length": 578.40029878000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 35040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320431, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 3388, "Shape__Length": 230.10341013835276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2201513357669, 39.931525517302198 ], [ -75.218790249630601, 39.930332588495197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24087, "tnode_": 24122, "lpoly_": null, "rpoly_": null, "length": 182.7374895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5660, "l_t_add": 5698, "r_f_add": 5661, "r_t_add": 5699, "st_code": 38300, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3389, "Shape__Length": 72.668592133048705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2201513357669, 39.931525517302198 ], [ -75.220629834939999, 39.931185016194597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24122, "tnode_": 24232, "lpoly_": null, "rpoly_": null, "length": 517.57485283999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 38300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3390, "Shape__Length": 205.80982388602632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220629834939999, 39.931185016194597 ], [ -75.222001124469998, 39.9302341255515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24161, "tnode_": 24272, "lpoly_": null, "rpoly_": null, "length": 519.64065516999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 82800, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320434, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 3391, "Shape__Length": 206.63698453330514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220149735715395, 39.930799716449897 ], [ -75.221515933504406, 39.929836083677102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24206, "tnode_": 24315, "lpoly_": null, "rpoly_": null, "length": 523.46712997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 67800, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320435, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 3392, "Shape__Length": 208.15649717122395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219727647022594, 39.930444636460997 ], [ -75.2211054443314, 39.929475208910603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24232, "tnode_": 24272, "lpoly_": null, "rpoly_": null, "length": 198.84721288999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 88980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320436, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3393, "Shape__Length": 79.095567147264617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222001124469998, 39.9302341255515 ], [ -75.221515933504406, 39.929836083677102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24272, "tnode_": 24315, "lpoly_": null, "rpoly_": null, "length": 174.74210506, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2431, "l_t_add": 2469, "r_f_add": 2430, "r_t_add": 2468, "st_code": 88980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320437, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3394, "Shape__Length": 69.516287659345295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221515933504406, 39.929836083677102 ], [ -75.2211054443314, 39.929475208910603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24293, "tnode_": 24377, "lpoly_": null, "rpoly_": null, "length": 324.87423782999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5718, "l_t_add": 5798, "r_f_add": 5719, "r_t_add": 5799, "st_code": 31480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320438, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3395, "Shape__Length": 129.18372838004589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219733634160804, 39.9296563653525 ], [ -75.220590618292505, 39.929056326052901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24315, "tnode_": 24377, "lpoly_": null, "rpoly_": null, "length": 210.07350226, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2471, "l_t_add": 2499, "r_f_add": 2470, "r_t_add": 2498, "st_code": 88980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320439, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3396, "Shape__Length": 83.558752527991629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2211054443314, 39.929475208910603 ], [ -75.220590618292505, 39.929056326052901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24318, "tnode_": 24393, "lpoly_": null, "rpoly_": null, "length": 204.11855698000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5748, "r_f_add": 5701, "r_t_add": 5749, "st_code": 50820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320440, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 3397, "Shape__Length": 81.271756014714413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218462567841897, 39.929372582294697 ], [ -75.218801959162505, 39.928876902067003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24377, "tnode_": 24423, "lpoly_": null, "rpoly_": null, "length": 194.69726471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5816, "r_f_add": 5801, "r_t_add": 5817, "st_code": 31480, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320441, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3398, "Shape__Length": 77.419608389495551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220590618292505, 39.929056326052901 ], [ -75.221103759187301, 39.928696344707298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24423, "tnode_": 24503, "lpoly_": null, "rpoly_": null, "length": 326.84881191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5818, "l_t_add": 5898, "r_f_add": 5819, "r_t_add": 5899, "st_code": 31480, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320442, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3399, "Shape__Length": 129.97360962598739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221103759187301, 39.928696344707298 ], [ -75.221955852447294, 39.928084228005801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24393, "tnode_": 24506, "lpoly_": null, "rpoly_": null, "length": 342.1728552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5750, "l_t_add": 5798, "r_f_add": 5751, "r_t_add": 5799, "st_code": 50820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 3400, "Shape__Length": 136.2402606517758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218801959162505, 39.928876902067003 ], [ -75.219365540465901, 39.928043813587102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24377, "tnode_": 24506, "lpoly_": null, "rpoly_": null, "length": 504.65514066000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 88980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320444, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3401, "Shape__Length": 200.73531001048966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220590618292505, 39.929056326052901 ], [ -75.220551230655801, 39.9290091413691 ], [ -75.219488353901397, 39.928125919007698 ], [ -75.219365540465901, 39.928043813587102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24473, "tnode_": 24561, "lpoly_": null, "rpoly_": null, "length": 328.65447637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 28460, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320445, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKENS AVE", "stname": "DICKENS AVE", "objectid": 3402, "Shape__Length": 130.6923453881021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220604919095294, 39.928273604837102 ], [ -75.2214593616456, 39.927656170994297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24522, "tnode_": 24597, "lpoly_": null, "rpoly_": null, "length": 328.4182885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THEODORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 77080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THEODORE ST", "stname": "THEODORE ST", "objectid": 3403, "Shape__Length": 130.58964166586847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220192244043304, 39.927928165557802 ], [ -75.221058611968303, 39.927321628692397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24423, "tnode_": 24473, "lpoly_": null, "rpoly_": null, "length": 208.05663279000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2511, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 81340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320447, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WANAMAKER ST", "stname": "S WANAMAKER ST", "objectid": 3404, "Shape__Length": 82.762197024430947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221103759187301, 39.928696344707298 ], [ -75.220604919095294, 39.928273604837102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24473, "tnode_": 24522, "lpoly_": null, "rpoly_": null, "length": 170.96838411, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2521, "l_t_add": 2541, "r_f_add": 2520, "r_t_add": 2540, "st_code": 81340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320448, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WANAMAKER ST", "stname": "S WANAMAKER ST", "objectid": 3405, "Shape__Length": 68.006952876799986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220604919095294, 39.928273604837102 ], [ -75.220192244043304, 39.927928165557802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24503, "tnode_": 24561, "lpoly_": null, "rpoly_": null, "length": 209.05574981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2528, "st_code": 89000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320449, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 3406, "Shape__Length": 83.161682613917861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221955852447294, 39.928084228005801 ], [ -75.2214593616456, 39.927656170994297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24506, "tnode_": 24572, "lpoly_": null, "rpoly_": null, "length": 212.16147765999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5802, "r_f_add": 5801, "r_t_add": 5803, "st_code": 50820, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320450, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 3407, "Shape__Length": 84.480518139445905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219365540465901, 39.928043813587102 ], [ -75.2196981241636, 39.927520709279698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24522, "tnode_": 24572, "lpoly_": null, "rpoly_": null, "length": 203.06543941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2543, "l_t_add": 2599, "r_f_add": 2542, "r_t_add": 2598, "st_code": 81340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320451, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WANAMAKER ST", "stname": "S WANAMAKER ST", "objectid": 3408, "Shape__Length": 80.77153184570416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220192244043304, 39.927928165557802 ], [ -75.2196981241636, 39.927520709279698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24561, "tnode_": 24597, "lpoly_": null, "rpoly_": null, "length": 165.78340939, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2531, "l_t_add": 2569, "r_f_add": 2530, "r_t_add": 2568, "st_code": 89000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 3409, "Shape__Length": 65.943553696979322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2214593616456, 39.927656170994297 ], [ -75.221058611968303, 39.927321628692397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24572, "tnode_": 24662, "lpoly_": null, "rpoly_": null, "length": 352.66015536999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5804, "l_t_add": 5898, "r_f_add": 5805, "r_t_add": 5899, "st_code": 50820, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320453, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 3410, "Shape__Length": 140.4056385438588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2196981241636, 39.927520709279698 ], [ -75.2202970220374, 39.926669471357499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24597, "tnode_": 24662, "lpoly_": null, "rpoly_": null, "length": 319.47228901, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2571, "l_t_add": 2599, "r_f_add": 2570, "r_t_add": 2598, "st_code": 89000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 3411, "Shape__Length": 127.08169276879721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221058611968303, 39.927321628692397 ], [ -75.2202970220374, 39.926669471357499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24662, "tnode_": 24848, "lpoly_": null, "rpoly_": null, "length": 617.00072837000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 50820, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320455, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 3412, "Shape__Length": 245.65973307936395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2202970220374, 39.926669471357499 ], [ -75.221306909816903, 39.925164736873697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24512, "tnode_": 24535, "lpoly_": null, "rpoly_": null, "length": 107.39541902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 38300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3413, "Shape__Length": 42.704702901668604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224931557703599, 39.928154925218799 ], [ -75.225213992237002, 39.927955843199697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24535, "tnode_": 24578, "lpoly_": null, "rpoly_": null, "length": 195.03220102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 38300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3414, "Shape__Length": 77.550767313035024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225213992237002, 39.927955843199697 ], [ -75.225729194108098, 39.927596247654499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24578, "tnode_": 24625, "lpoly_": null, "rpoly_": null, "length": 192.64344251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6051, "r_t_add": 6099, "st_code": 38300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3415, "Shape__Length": 76.599469345968842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225729194108098, 39.927596247654499 ], [ -75.226239692639595, 39.927242428119598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24625, "tnode_": 24766, "lpoly_": null, "rpoly_": null, "length": 648.12962079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 38300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 320459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 3416, "Shape__Length": 257.71128294294607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226239692639595, 39.927242428119598 ], [ -75.227952702392201, 39.926048207098198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24584, "tnode_": 24625, "lpoly_": null, "rpoly_": null, "length": 172.04579354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 89040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 3417, "Shape__Length": 68.413976954490067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226682838758805, 39.927553024330201 ], [ -75.226354217551005, 39.927269376413001 ], [ -75.226239692639595, 39.927242428119598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24584, "tnode_": 24732, "lpoly_": null, "rpoly_": null, "length": 641.88228553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 37300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 320461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENMORE AVE", "stname": "GLENMORE AVE", "objectid": 3418, "Shape__Length": 255.22763027467644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226682838758805, 39.927553024330201 ], [ -75.228380495666798, 39.926371293805197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24669, "tnode_": 24808, "lpoly_": null, "rpoly_": null, "length": 634.61594874000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEELER", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 82800, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 320462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEELER ST", "stname": "WHEELER ST", "objectid": 3419, "Shape__Length": 252.34131809981272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225749485732706, 39.926814913154701 ], [ -75.2274192164856, 39.925639202687101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24625, "tnode_": 24669, "lpoly_": null, "rpoly_": null, "length": 207.73910969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2421, "r_f_add": 2400, "r_t_add": 2420, "st_code": 89040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320463, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 3420, "Shape__Length": 82.638754739564078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226239692639595, 39.927242428119598 ], [ -75.225749485732706, 39.926814913154701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24669, "tnode_": 24704, "lpoly_": null, "rpoly_": null, "length": 161.88930596, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2423, "l_t_add": 2443, "r_f_add": 2422, "r_t_add": 2442, "st_code": 89040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 3421, "Shape__Length": 64.397026507974161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225749485732706, 39.926814913154701 ], [ -75.225363573723698, 39.926484429480603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24704, "tnode_": 24757, "lpoly_": null, "rpoly_": null, "length": 211.48839068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2445, "l_t_add": 2455, "r_f_add": 2444, "r_t_add": 2454, "st_code": 89040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 3422, "Shape__Length": 84.116664254376445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225363573723698, 39.926484429480603 ], [ -75.224843347774694, 39.926064154852497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24704, "tnode_": 24850, "lpoly_": null, "rpoly_": null, "length": 626.70967614000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REEDLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 67800, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 320466, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REEDLAND ST", "stname": "REEDLAND ST", "objectid": 3423, "Shape__Length": 249.19411305647026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225363573723698, 39.926484429480603 ], [ -75.227015979104706, 39.925326306667401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24722, "tnode_": 24847, "lpoly_": null, "rpoly_": null, "length": 558.85127636999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 56220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320467, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 3424, "Shape__Length": 222.29520521667231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224403297376696, 39.926375291507597 ], [ -75.223063811620804, 39.925239528858398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24722, "tnode_": 24757, "lpoly_": null, "rpoly_": null, "length": 167.56615176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6039, "l_t_add": 6099, "r_f_add": 6040, "r_t_add": 6098, "st_code": 31480, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320468, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3425, "Shape__Length": 66.62959266711897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224403297376696, 39.926375291507597 ], [ -75.224843347774694, 39.926064154852497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24663, "tnode_": 24802, "lpoly_": null, "rpoly_": null, "length": 558.55006767999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 30800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320469, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 3426, "Shape__Length": 222.17773799696596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223890765683194, 39.9267369355886 ], [ -75.222553968431896, 39.925600407176702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24535, "tnode_": 27191, "lpoly_": null, "rpoly_": null, "length": 576.61024207999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 30800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320472, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 3427, "Shape__Length": 229.36610346664105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225213992237002, 39.927955843199697 ], [ -75.223834676922806, 39.926782057314199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24663, "tnode_": 24712, "lpoly_": null, "rpoly_": null, "length": 168.49910054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6014, "l_t_add": 6036, "r_f_add": 6017, "r_t_add": 6035, "st_code": 31480, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320473, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3428, "Shape__Length": 67.000809523607884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223890765683194, 39.9267369355886 ], [ -75.224333433585002, 39.926424205115602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24712, "tnode_": 24722, "lpoly_": null, "rpoly_": null, "length": 26.48449397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6038, "l_t_add": 6038, "r_f_add": 6037, "r_t_add": 6037, "st_code": 31480, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320474, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 3429, "Shape__Length": 10.530895603304947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224333433585002, 39.926424205115602 ], [ -75.224403297376696, 39.926375291507597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24578, "tnode_": 24712, "lpoly_": null, "rpoly_": null, "length": 579.24776303, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 56220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320475, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 3430, "Shape__Length": 230.40803006073378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225729194108098, 39.927596247654499 ], [ -75.224333433585002, 39.926424205115602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24506, "tnode_": 24588, "lpoly_": null, "rpoly_": null, "length": 537.01066490999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2648, "st_code": 88980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3431, "Shape__Length": 213.3387954754912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219365540465901, 39.928043813587102 ], [ -75.217677747034799, 39.927347640536702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24588, "tnode_": 24849, "lpoly_": null, "rpoly_": null, "length": 877.57003138000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 30560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 3432, "Shape__Length": 349.39197848744055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217677747034799, 39.927347640536702 ], [ -75.219152377275705, 39.925222905124002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24188, "tnode_": 24228, "lpoly_": null, "rpoly_": null, "length": 230.12149659, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2751, "l_t_add": 2769, "r_f_add": 2750, "r_t_add": 2768, "st_code": 88940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 320478, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3433, "Shape__Length": 91.423246035264413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2164770909841, 39.930467880874502 ], [ -75.215752666789697, 39.930171195320298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24637, "tnode_": 24684, "lpoly_": null, "rpoly_": null, "length": 209.85175938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6217, "st_code": 63180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 320484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3434, "Shape__Length": 83.436096607935795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229402986382595, 39.9271658797973 ], [ -75.229967036161497, 39.926787367124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24121, "tnode_": 24191, "lpoly_": null, "rpoly_": null, "length": 345.07275833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6028, "r_f_add": 6001, "r_t_add": 6031, "st_code": 38640, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3435, "Shape__Length": 137.22908267832705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228856361574003, 39.931397379462901 ], [ -75.229751016907898, 39.930747046180301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24121, "tnode_": 24166, "lpoly_": null, "rpoly_": null, "length": 218.59625871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2114, "st_code": 89020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 3436, "Shape__Length": 86.960023764547799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228856361574003, 39.931397379462901 ], [ -75.228335405259102, 39.930951016657097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24166, "tnode_": 24238, "lpoly_": null, "rpoly_": null, "length": 309.5528166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 2123, "l_t_add": 2199, "r_f_add": 2116, "r_t_add": 2198, "st_code": 89020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 3437, "Shape__Length": 123.13922786650691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228335405259102, 39.930951016657097 ], [ -75.227592014662903, 39.930322876911099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24166, "tnode_": 24244, "lpoly_": null, "rpoly_": null, "length": 340.5203985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 85680, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320489, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 3438, "Shape__Length": 135.40040427555149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228335405259102, 39.930951016657097 ], [ -75.229198765935493, 39.930350268914502 ], [ -75.229244192376001, 39.9303333556079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24238, "tnode_": 24383, "lpoly_": null, "rpoly_": null, "length": 618.54843004999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 84480, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 320491, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3439, "Shape__Length": 245.96174182892477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227592014662903, 39.930322876911099 ], [ -75.229224738353395, 39.929181312563102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24383, "tnode_": 24525, "lpoly_": null, "rpoly_": null, "length": 545.78039938000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6100, "l_t_add": 6156, "r_f_add": 6101, "r_t_add": 6157, "st_code": 84480, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 320493, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3440, "Shape__Length": 217.02791004465101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229224738353395, 39.929181312563102 ], [ -75.230657180817502, 39.928167154785001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23840, "tnode_": 23982, "lpoly_": null, "rpoly_": null, "length": 579.77460140999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 89000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 3441, "Shape__Length": 230.6503674948797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228623988096999, 39.933704938078797 ], [ -75.227247398643797, 39.932517507896499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23982, "tnode_": 24023, "lpoly_": null, "rpoly_": null, "length": 184.47309822000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5915, "st_code": 38640, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320495, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3442, "Shape__Length": 73.355313736219344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227247398643797, 39.932517507896499 ], [ -75.227737405535507, 39.932179658207801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24023, "tnode_": 24072, "lpoly_": null, "rpoly_": null, "length": 194.16504966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5916, "l_t_add": 5932, "r_f_add": 5917, "r_t_add": 5933, "st_code": 38640, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320496, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3443, "Shape__Length": 77.212621924723123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227737405535507, 39.932179658207801 ], [ -75.228247462636602, 39.9318192260248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24072, "tnode_": 24121, "lpoly_": null, "rpoly_": null, "length": 229.72618968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5934, "l_t_add": 5998, "r_f_add": 5935, "r_t_add": 5999, "st_code": 38640, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320497, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3444, "Shape__Length": 91.349969721559432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228247462636602, 39.9318192260248 ], [ -75.228856361574003, 39.931397379462901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23721, "tnode_": 23795, "lpoly_": null, "rpoly_": null, "length": 284.60220512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5640, "r_f_add": 5601, "r_t_add": 5619, "st_code": 84480, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320501, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3445, "Shape__Length": 113.17784100184986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221734590854695, 39.934439643057097 ], [ -75.2224854267468, 39.933914012840802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23706, "tnode_": 23858, "lpoly_": null, "rpoly_": null, "length": 580.64222111000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320502, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 3446, "Shape__Length": 230.99132290449194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227254085158194, 39.934670621405502 ], [ -75.225862727362895, 39.933490204516097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23795, "tnode_": 23866, "lpoly_": null, "rpoly_": null, "length": 279.08641283000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5642, "l_t_add": 5698, "r_f_add": 5621, "r_t_add": 5699, "st_code": 84480, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320503, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3447, "Shape__Length": 110.98348877019163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2224854267468, 39.933914012840802 ], [ -75.223221764736294, 39.933398620050497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23866, "tnode_": 23905, "lpoly_": null, "rpoly_": null, "length": 192.57798111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5706, "r_f_add": 5701, "r_t_add": 5715, "st_code": 84480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320504, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3448, "Shape__Length": 76.582789363405738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223221764736294, 39.933398620050497 ], [ -75.223727786389802, 39.9330412384911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23905, "tnode_": 23944, "lpoly_": null, "rpoly_": null, "length": 150.94225648000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5708, "l_t_add": 5744, "r_f_add": 5717, "r_t_add": 5729, "st_code": 84480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320505, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3449, "Shape__Length": 60.027311963034279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223727786389802, 39.9330412384911 ], [ -75.224121085135295, 39.932758364328599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23944, "tnode_": 23989, "lpoly_": null, "rpoly_": null, "length": 181.45538797999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5746, "l_t_add": 5798, "r_f_add": 5731, "r_t_add": 5799, "st_code": 84480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320506, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3450, "Shape__Length": 72.160394179083596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224121085135295, 39.932758364328599 ], [ -75.224595701220295, 39.932419807575599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23585, "tnode_": 23635, "lpoly_": null, "rpoly_": null, "length": 199.01382149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5608, "r_f_add": 5601, "r_t_add": 5609, "st_code": 38640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3451, "Shape__Length": 79.146459034096168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2229897674314, 39.935510003448201 ], [ -75.223509819555701, 39.935138262468499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23635, "tnode_": 23653, "lpoly_": null, "rpoly_": null, "length": 84.31149878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5610, "l_t_add": 5618, "r_f_add": 5611, "r_t_add": 5619, "st_code": 38640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3452, "Shape__Length": 33.528964774779013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223509819555701, 39.935138262468499 ], [ -75.223731711697596, 39.934982091415499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23653, "tnode_": 23674, "lpoly_": null, "rpoly_": null, "length": 85.18633582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5620, "l_t_add": 5644, "r_f_add": 5621, "r_t_add": 5645, "st_code": 38640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320510, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3453, "Shape__Length": 33.873244580548999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223731711697596, 39.934982091415499 ], [ -75.223961289597696, 39.9348289562177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23674, "tnode_": 23732, "lpoly_": null, "rpoly_": null, "length": 204.38036878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5646, "l_t_add": 5698, "r_f_add": 5647, "r_t_add": 5699, "st_code": 38640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3454, "Shape__Length": 81.282091755376314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223961289597696, 39.9348289562177 ], [ -75.224491927853094, 39.9344443652801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23732, "tnode_": 23772, "lpoly_": null, "rpoly_": null, "length": 184.99948169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5728, "r_f_add": 5701, "r_t_add": 5729, "st_code": 38640, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3455, "Shape__Length": 73.565728085777209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224491927853094, 39.9344443652801 ], [ -75.224984833633499, 39.934106833859303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23772, "tnode_": 23815, "lpoly_": null, "rpoly_": null, "length": 152.29400764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5758, "r_f_add": 5731, "r_t_add": 5759, "st_code": 38640, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320513, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3456, "Shape__Length": 60.56273832385758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224984833633499, 39.934106833859303 ], [ -75.225386424456502, 39.933825402911197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23815, "tnode_": 23858, "lpoly_": null, "rpoly_": null, "length": 180.97343124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5760, "l_t_add": 5798, "r_f_add": 5761, "r_t_add": 5799, "st_code": 38640, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320514, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3457, "Shape__Length": 71.967950180752879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225386424456502, 39.933825402911197 ], [ -75.225862727362895, 39.933490204516097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23662, "tnode_": 23815, "lpoly_": null, "rpoly_": null, "length": 580.59325348000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 22000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 3458, "Shape__Length": 230.98142482836207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226763372395695, 39.935015615968197 ], [ -75.225386424456502, 39.933825402911197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23815, "tnode_": 23944, "lpoly_": null, "rpoly_": null, "length": 526.31311131999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 22000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 3459, "Shape__Length": 209.37319373353318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225386424456502, 39.933825402911197 ], [ -75.224121085135295, 39.932758364328599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23621, "tnode_": 23772, "lpoly_": null, "rpoly_": null, "length": 582.590862, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 11800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320517, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 3460, "Shape__Length": 231.76885871267351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226380491495306, 39.9352914790299 ], [ -75.224984833633499, 39.934106833859303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23772, "tnode_": 23905, "lpoly_": null, "rpoly_": null, "length": 524.69835324999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 11800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320518, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 3461, "Shape__Length": 208.73362400146365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224984833633499, 39.934106833859303 ], [ -75.224942178814203, 39.9340551585857 ], [ -75.223727786389802, 39.9330412384911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23571, "tnode_": 23732, "lpoly_": null, "rpoly_": null, "length": 584.49844373999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3462, "Shape__Length": 232.53062529342557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225889249206702, 39.935634919488898 ], [ -75.224491927853094, 39.9344443652801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23732, "tnode_": 23866, "lpoly_": null, "rpoly_": null, "length": 521.53141909, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3463, "Shape__Length": 207.46313506474641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224491927853094, 39.9344443652801 ], [ -75.223221764736294, 39.933398620050497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23653, "tnode_": 23795, "lpoly_": null, "rpoly_": null, "length": 523.00316139000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 35040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 3464, "Shape__Length": 208.06656450875823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223731711697596, 39.934982091415499 ], [ -75.2224854267468, 39.933914012840802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23477, "tnode_": 23522, "lpoly_": null, "rpoly_": null, "length": 172.3029502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5618, "l_t_add": 5632, "r_f_add": 5615, "r_t_add": 5629, "st_code": 47780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320522, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3465, "Shape__Length": 68.523134923414332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224908761131999, 39.9363292130489 ], [ -75.225361239439707, 39.936009215992797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23522, "tnode_": 23571, "lpoly_": null, "rpoly_": null, "length": 201.28347516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5631, "r_t_add": 5699, "st_code": 47780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320523, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3466, "Shape__Length": 80.048358826204677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225361239439707, 39.936009215992797 ], [ -75.225889249206702, 39.935634919488898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23571, "tnode_": 23621, "lpoly_": null, "rpoly_": null, "length": 186.08969567999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5715, "st_code": 47780, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320524, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3467, "Shape__Length": 74.003547418925095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225889249206702, 39.935634919488898 ], [ -75.226380491495306, 39.9352914790299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23621, "tnode_": 23662, "lpoly_": null, "rpoly_": null, "length": 147.06131366999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5716, "l_t_add": 5728, "r_f_add": 5717, "r_t_add": 5729, "st_code": 47780, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320525, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3468, "Shape__Length": 58.48606014845366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226380491495306, 39.9352914790299 ], [ -75.226763372395695, 39.935015615968197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23662, "tnode_": 23706, "lpoly_": null, "rpoly_": null, "length": 186.36203206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5798, "r_f_add": 5731, "r_t_add": 5799, "st_code": 47780, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320526, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3469, "Shape__Length": 74.111987197278054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226763372395695, 39.935015615968197 ], [ -75.227254085158194, 39.934670621405502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23706, "tnode_": 23840, "lpoly_": null, "rpoly_": null, "length": 520.89533339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 47780, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 320527, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3470, "Shape__Length": 207.14744664648228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227254085158194, 39.934670621405502 ], [ -75.228623988096999, 39.933704938078797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23840, "tnode_": 23881, "lpoly_": null, "rpoly_": null, "length": 190.68339152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5917, "st_code": 47780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 320528, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3471, "Shape__Length": 75.826779745390297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228623988096999, 39.933704938078797 ], [ -75.229129519409099, 39.933354873726898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23425, "tnode_": 23571, "lpoly_": null, "rpoly_": null, "length": 529.60182281000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 3472, "Shape__Length": 210.69178463055943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227160166108405, 39.936710297242598 ], [ -75.225889249206702, 39.935634919488898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23522, "tnode_": 23674, "lpoly_": null, "rpoly_": null, "length": 582.21661631999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 35040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320531, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 3473, "Shape__Length": 231.61934558430008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225361239439707, 39.936009215992797 ], [ -75.223961289597696, 39.9348289562177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27187, "tnode_": 23522, "lpoly_": null, "rpoly_": null, "length": 461.97916261, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1711, "l_t_add": 1799, "r_f_add": 1710, "r_t_add": 1798, "st_code": 35040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320532, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 3474, "Shape__Length": 183.78595511210881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226477079755199, 39.936942213116403 ], [ -75.225361239439707, 39.936009215992797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23172, "tnode_": 23319, "lpoly_": null, "rpoly_": null, "length": 495.65622683000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 45160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320533, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 3475, "Shape__Length": 197.18723835194845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227385697887499, 39.938401998332999 ], [ -75.226187909149999, 39.937401400488199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23214, "tnode_": 23270, "lpoly_": null, "rpoly_": null, "length": 178.23507639000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5538, "l_t_add": 5598, "r_f_add": 5533, "r_t_add": 5599, "st_code": 22760, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3476, "Shape__Length": 70.880043288660886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225190045251907, 39.938097745460503 ], [ -75.225664340387496, 39.9377720256876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23270, "tnode_": 23319, "lpoly_": null, "rpoly_": null, "length": 199.45866266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5615, "st_code": 22760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3477, "Shape__Length": 79.324485643331172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225664340387496, 39.9377720256876 ], [ -75.226187909149999, 39.937401400488199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23270, "tnode_": 23334, "lpoly_": null, "rpoly_": null, "length": 203.93029581000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3478, "Shape__Length": 81.130901380870995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225664340387496, 39.9377720256876 ], [ -75.225174180214694, 39.9373584746345 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23334, "tnode_": 23424, "lpoly_": null, "rpoly_": null, "length": 329.23706897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1715, "l_t_add": 1799, "r_f_add": 1714, "r_t_add": 1798, "st_code": 88940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3479, "Shape__Length": 130.98628837919358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225174180214694, 39.9373584746345 ], [ -75.224391010493207, 39.936685130971398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23368, "tnode_": 23425, "lpoly_": null, "rpoly_": null, "length": 201.35449131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5630, "l_t_add": 5698, "r_f_add": 5631, "r_t_add": 5699, "st_code": 22760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 320539, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3480, "Shape__Length": 80.076818703095128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226630355683895, 39.937083378792799 ], [ -75.227160166108405, 39.936710297242598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23425, "tnode_": 23476, "lpoly_": null, "rpoly_": null, "length": 186.35396779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5713, "st_code": 22760, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3481, "Shape__Length": 74.110704599278904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227160166108405, 39.936710297242598 ], [ -75.227650741501094, 39.936365209449001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23476, "tnode_": 23509, "lpoly_": null, "rpoly_": null, "length": 149.28675766000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5716, "l_t_add": 5728, "r_f_add": 5715, "r_t_add": 5725, "st_code": 22760, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320541, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3482, "Shape__Length": 59.369455837332367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227650741501094, 39.936365209449001 ], [ -75.228043428691606, 39.9360885036021 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23424, "tnode_": 23527, "lpoly_": null, "rpoly_": null, "length": 386.70490222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1837, "r_f_add": 1800, "r_t_add": 1840, "st_code": 88940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3483, "Shape__Length": 153.83525875729524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224391010493207, 39.936685130971398 ], [ -75.223449551545301, 39.935909463168102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23509, "tnode_": 23555, "lpoly_": null, "rpoly_": null, "length": 187.17401597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5730, "l_t_add": 5798, "r_f_add": 5727, "r_t_add": 5799, "st_code": 22760, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 320543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3484, "Shape__Length": 74.436210034950477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228043428691606, 39.9360885036021 ], [ -75.2285360638854, 39.935741817694698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23527, "tnode_": 23585, "lpoly_": null, "rpoly_": null, "length": 194.42006052, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1839, "l_t_add": 1899, "r_f_add": 1842, "r_t_add": 1898, "st_code": 88940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3485, "Shape__Length": 77.349706732427791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223449551545301, 39.935909463168102 ], [ -75.2229897674314, 39.935510003448201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23509, "tnode_": 23662, "lpoly_": null, "rpoly_": null, "length": 530.66367980999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 22000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320546, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 3486, "Shape__Length": 211.10837573219064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228043428691606, 39.9360885036021 ], [ -75.226763372395695, 39.935015615968197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23476, "tnode_": 23621, "lpoly_": null, "rpoly_": null, "length": 529.03336889000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 11800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320547, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 3487, "Shape__Length": 210.46415729484761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227650741501094, 39.936365209449001 ], [ -75.226380491495306, 39.9352914790299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23231, "tnode_": 23368, "lpoly_": null, "rpoly_": null, "length": 497.36796628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 35040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 3488, "Shape__Length": 197.86652506831635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227833575788793, 39.938086508821002 ], [ -75.226630355683895, 39.937083378792799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23477, "tnode_": 23635, "lpoly_": null, "rpoly_": null, "length": 584.90754927, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 45160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320550, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 3489, "Shape__Length": 232.69537359855477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224908761131999, 39.9363292130489 ], [ -75.223509819555701, 39.935138262468499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23033, "tnode_": 23158, "lpoly_": null, "rpoly_": null, "length": 493.16981284000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 80300, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VOGDES ST", "stname": "S VOGDES ST", "objectid": 3490, "Shape__Length": 196.20429756572543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225953417329606, 39.9394073136014 ], [ -75.224767221738404, 39.9384077786099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23073, "tnode_": 23214, "lpoly_": null, "rpoly_": null, "length": 497.15030288000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 12220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320552, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 3491, "Shape__Length": 197.78694520456676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226385938891397, 39.939105256960801 ], [ -75.225190045251907, 39.938097745460503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23158, "tnode_": 23214, "lpoly_": null, "rpoly_": null, "length": 163.747439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5518, "l_t_add": 5536, "r_f_add": 5517, "r_t_add": 5531, "st_code": 22760, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 3492, "Shape__Length": 65.127322592587333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224767221738404, 39.9384077786099 ], [ -75.225190045251907, 39.938097745460503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23177, "tnode_": 23223, "lpoly_": null, "rpoly_": null, "length": 142.31381025, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1513, "l_t_add": 1533, "r_f_add": 1518, "r_t_add": 1532, "st_code": 88910, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3493, "Shape__Length": 56.613474075700232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223813717712105, 39.938325399524501 ], [ -75.223463906651702, 39.938042356931902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23223, "tnode_": 23278, "lpoly_": null, "rpoly_": null, "length": 189.69550522, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 88910, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320555, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3494, "Shape__Length": 75.472285349465295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223463906651702, 39.938042356931902 ], [ -75.223015063430097, 39.937652753227503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23278, "tnode_": 23398, "lpoly_": null, "rpoly_": null, "length": 384.50580264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1645, "r_f_add": 1600, "r_t_add": 1644, "st_code": 88910, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3495, "Shape__Length": 152.97001581347092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223015063430097, 39.937652753227503 ], [ -75.222091347815294, 39.936872685378503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23398, "tnode_": 23452, "lpoly_": null, "rpoly_": null, "length": 198.83578598, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1647, "l_t_add": 1699, "r_f_add": 1646, "r_t_add": 1698, "st_code": 88910, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320557, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3496, "Shape__Length": 79.09957856781601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222091347815294, 39.936872685378503 ], [ -75.221607574560494, 39.936473631080503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23130, "tnode_": 23169, "lpoly_": null, "rpoly_": null, "length": 176.289253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5417, "st_code": 47780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320558, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3497, "Shape__Length": 70.111701879380504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221640004300198, 39.938617179050503 ], [ -75.222101566626804, 39.938288609698503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23169, "tnode_": 23225, "lpoly_": null, "rpoly_": null, "length": 163.50924356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5416, "l_t_add": 5430, "r_f_add": 5419, "r_t_add": 5439, "st_code": 47780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320559, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3498, "Shape__Length": 65.027627865979866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222101566626804, 39.938288609698503 ], [ -75.222531294666396, 39.937985220967398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23225, "tnode_": 23278, "lpoly_": null, "rpoly_": null, "length": 181.85403674000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5432, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 47780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320560, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3499, "Shape__Length": 72.319201369497222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222531294666396, 39.937985220967398 ], [ -75.223015063430097, 39.937652753227503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23278, "tnode_": 23335, "lpoly_": null, "rpoly_": null, "length": 202.65005497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5516, "r_f_add": 5501, "r_t_add": 5517, "st_code": 47780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320561, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3500, "Shape__Length": 80.591697244919004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223015063430097, 39.937652753227503 ], [ -75.223549862649605, 39.937278601211098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23335, "tnode_": 23376, "lpoly_": null, "rpoly_": null, "length": 143.29735429000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5518, "l_t_add": 5528, "r_f_add": 5519, "r_t_add": 5529, "st_code": 47780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320562, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3501, "Shape__Length": 56.99092421622921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223549862649605, 39.937278601211098 ], [ -75.223922764789904, 39.937009642512201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23376, "tnode_": 23424, "lpoly_": null, "rpoly_": null, "length": 176.67961201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5530, "l_t_add": 5598, "r_f_add": 5531, "r_t_add": 5599, "st_code": 47780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320563, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3502, "Shape__Length": 70.261600579800657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223922764789904, 39.937009642512201 ], [ -75.224391010493207, 39.936685130971398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23177, "tnode_": 23247, "lpoly_": null, "rpoly_": null, "length": 201.68285066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5520, "r_f_add": 5501, "r_t_add": 5521, "st_code": 67860, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3503, "Shape__Length": 80.212890606741936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223813717712105, 39.938325399524501 ], [ -75.224338174967698, 39.937946536260903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23247, "tnode_": 23281, "lpoly_": null, "rpoly_": null, "length": 143.50403694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5522, "l_t_add": 5540, "r_f_add": 5523, "r_t_add": 5541, "st_code": 67860, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320565, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3504, "Shape__Length": 57.071894715229192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224338174967698, 39.937946536260903 ], [ -75.224714387074002, 39.937679482303402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23281, "tnode_": 23334, "lpoly_": null, "rpoly_": null, "length": 174.06426401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5542, "l_t_add": 5598, "r_f_add": 5543, "r_t_add": 5599, "st_code": 67860, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320566, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3505, "Shape__Length": 69.223214397867721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224714387074002, 39.937679482303402 ], [ -75.225174180214694, 39.9373584746345 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23247, "tnode_": 23335, "lpoly_": null, "rpoly_": null, "length": 328.73852121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 80300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320567, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VOGDES ST", "stname": "S VOGDES ST", "objectid": 3506, "Shape__Length": 130.78533972621796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224338174967698, 39.937946536260903 ], [ -75.223549862649605, 39.937278601211098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23281, "tnode_": 23376, "lpoly_": null, "rpoly_": null, "length": 329.87688671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 12220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320568, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 3507, "Shape__Length": 131.23736585092635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224714387074002, 39.937679482303402 ], [ -75.223922764789904, 39.937009642512201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23078, "tnode_": 23223, "lpoly_": null, "rpoly_": null, "length": 517.32855697999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 67860, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320569, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-11-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 3508, "Shape__Length": 205.73874797760249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222098172228399, 39.938997101609097 ], [ -75.223463906651702, 39.938042356931902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22979, "tnode_": 23078, "lpoly_": null, "rpoly_": null, "length": 339.29959866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1549, "r_f_add": 1500, "r_t_add": 1548, "st_code": 88880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320570, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3509, "Shape__Length": 134.9927262538416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222907865717104, 39.939689255311798 ], [ -75.222098172228399, 39.938997101609097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23078, "tnode_": 23130, "lpoly_": null, "rpoly_": null, "length": 188.83950871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1551, "l_t_add": 1599, "r_f_add": 1550, "r_t_add": 1598, "st_code": 88880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320571, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3510, "Shape__Length": 75.126052162172741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222098172228399, 39.938997101609097 ], [ -75.221640004300198, 39.938617179050503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23130, "tnode_": 23185, "lpoly_": null, "rpoly_": null, "length": 204.22233167, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1620, "st_code": 88880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320572, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3511, "Shape__Length": 81.244112287300339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221640004300198, 39.938617179050503 ], [ -75.221142486134198, 39.938207764857701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23185, "tnode_": 23242, "lpoly_": null, "rpoly_": null, "length": 170.71112126, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1619, "l_t_add": 1633, "r_f_add": 1622, "r_t_add": 1644, "st_code": 88880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320573, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3512, "Shape__Length": 67.916974624528834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221142486134198, 39.938207764857701 ], [ -75.220734538123196, 39.937859923017797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23242, "tnode_": 23299, "lpoly_": null, "rpoly_": null, "length": 203.42998444, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1646, "r_t_add": 1698, "st_code": 88880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320574, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3513, "Shape__Length": 80.93162637981311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220734538123196, 39.937859923017797 ], [ -75.220245011685904, 39.9374477860121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23014, "tnode_": 23146, "lpoly_": null, "rpoly_": null, "length": 522.18548276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88830, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3514, "Shape__Length": 207.74241811364357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217504901790505, 39.939364463285401 ], [ -75.216239941089199, 39.938312474495397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23146, "tnode_": 23198, "lpoly_": null, "rpoly_": null, "length": 147.80959826, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88830, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320576, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3515, "Shape__Length": 58.806830719111339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216239941089199, 39.938312474495397 ], [ -75.215888514222399, 39.9380100558433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23198, "tnode_": 23302, "lpoly_": null, "rpoly_": null, "length": 344.73496963999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1615, "l_t_add": 1699, "r_f_add": 1614, "r_t_add": 1698, "st_code": 88830, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 3516, "Shape__Length": 137.14677016357808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215888514222399, 39.9380100558433 ], [ -75.215057310076006, 39.937312804343101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23302, "tnode_": 23357, "lpoly_": null, "rpoly_": null, "length": 182.04598778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5229, "st_code": 63180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3517, "Shape__Length": 72.399201777831422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215057310076006, 39.937312804343101 ], [ -75.215323948483004, 39.9371145917208 ], [ -75.215534723275198, 39.936974440736201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23357, "tnode_": 23403, "lpoly_": null, "rpoly_": null, "length": 161.60591875999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5230, "l_t_add": 5258, "r_f_add": 5231, "r_t_add": 5259, "st_code": 63180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3518, "Shape__Length": 64.268425139291651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215534723275198, 39.936974440736201 ], [ -75.215768017603594, 39.936812668303197 ], [ -75.215960994071594, 39.936675902094002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23403, "tnode_": 23450, "lpoly_": null, "rpoly_": null, "length": 179.47581732999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5260, "l_t_add": 5298, "r_f_add": 5261, "r_t_add": 5299, "st_code": 63180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3519, "Shape__Length": 71.3731340179406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215960994071594, 39.936675902094002 ], [ -75.216190914937997, 39.936518130438799 ], [ -75.216436803922704, 39.936346395086403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23450, "tnode_": 23495, "lpoly_": null, "rpoly_": null, "length": 172.79027728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5348, "r_f_add": 5301, "r_t_add": 5349, "st_code": 63180, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3520, "Shape__Length": 68.717923271403933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216436803922704, 39.936346395086403 ], [ -75.216889071191105, 39.936024248182797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23495, "tnode_": 23587, "lpoly_": null, "rpoly_": null, "length": 352.82209051000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5351, "r_t_add": 5399, "st_code": 63180, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3521, "Shape__Length": 140.31454817739134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216889071191105, 39.936024248182797 ], [ -75.217812889300106, 39.935366733016203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23587, "tnode_": 23631, "lpoly_": null, "rpoly_": null, "length": 160.60018583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5419, "st_code": 63180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3522, "Shape__Length": 63.867066064677672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217812889300106, 39.935366733016203 ], [ -75.218236331435193, 39.935069902475597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23631, "tnode_": 23668, "lpoly_": null, "rpoly_": null, "length": 149.71386683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5420, "l_t_add": 5428, "r_f_add": 5421, "r_t_add": 5429, "st_code": 63180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3523, "Shape__Length": 59.533113011665193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218236331435193, 39.935069902475597 ], [ -75.2186378500259, 39.9347990363297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23668, "tnode_": 23719, "lpoly_": null, "rpoly_": null, "length": 207.09499618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5431, "r_t_add": 5499, "st_code": 63180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3524, "Shape__Length": 82.356543913417255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2186378500259, 39.9347990363297 ], [ -75.219183448108794, 39.934415909515003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23650, "tnode_": 23721, "lpoly_": null, "rpoly_": null, "length": 261.61725115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1930, "r_t_add": 1998, "st_code": 88940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3525, "Shape__Length": 104.08338275331359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222351726434795, 39.934978225285398 ], [ -75.221734590854695, 39.934439643057097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23719, "tnode_": 23766, "lpoly_": null, "rpoly_": null, "length": 194.64525949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5520, "r_f_add": 5501, "r_t_add": 5517, "st_code": 63180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3526, "Shape__Length": 77.404612732089717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219183448108794, 39.934415909515003 ], [ -75.219697100139001, 39.934056538474799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23766, "tnode_": 23807, "lpoly_": null, "rpoly_": null, "length": 170.81096236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5522, "l_t_add": 5542, "r_f_add": 5519, "r_t_add": 5543, "st_code": 63180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320588, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 3527, "Shape__Length": 67.923258481698639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219697100139001, 39.934056538474799 ], [ -75.220152168435902, 39.933744866643302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23721, "tnode_": 23846, "lpoly_": null, "rpoly_": null, "length": 489.50914397999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2001, "l_t_add": 2051, "r_f_add": 2000, "r_t_add": 2050, "st_code": 88940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320589, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3528, "Shape__Length": 194.72686364026546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221734590854695, 39.934439643057097 ], [ -75.220545720657597, 39.933455734450902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23518, "tnode_": 23586, "lpoly_": null, "rpoly_": null, "length": 259.45808873000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1731, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88910, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3529, "Shape__Length": 103.20978257952025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220983882504598, 39.9359329750176 ], [ -75.220344920412202, 39.935417851648602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23586, "tnode_": 23644, "lpoly_": null, "rpoly_": null, "length": 208.85255023, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1815, "r_f_add": 1800, "r_t_add": 1814, "st_code": 88910, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3530, "Shape__Length": 83.093919480985733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220344920412202, 39.935417851648602 ], [ -75.219855971768297, 39.934985383387897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23644, "tnode_": 23719, "lpoly_": null, "rpoly_": null, "length": 280.36290969000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1817, "l_t_add": 1899, "r_f_add": 1816, "r_t_add": 1898, "st_code": 88910, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3531, "Shape__Length": 111.53468349841066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219855971768297, 39.934985383387897 ], [ -75.219183448108794, 39.934415909515003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23719, "tnode_": 23752, "lpoly_": null, "rpoly_": null, "length": 163.99796665, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88910, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3532, "Shape__Length": 65.239927292859207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219183448108794, 39.934415909515003 ], [ -75.218787154954896, 39.934084842447803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23644, "tnode_": 23702, "lpoly_": null, "rpoly_": null, "length": 227.35686121000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 71120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3533, "Shape__Length": 90.418519348330008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219855971768297, 39.934985383387897 ], [ -75.220448604627705, 39.934559477194803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23659, "tnode_": 23702, "lpoly_": null, "rpoly_": null, "length": 222.8064303, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1827, "r_f_add": 1800, "r_t_add": 1824, "st_code": 80300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320595, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VOGDES ST", "stname": "S VOGDES ST", "objectid": 3534, "Shape__Length": 88.534746856309269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221133136388403, 39.9348645475729 ], [ -75.2210537531395, 39.934806260286102 ], [ -75.220448604627705, 39.934559477194803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23702, "tnode_": 23766, "lpoly_": null, "rpoly_": null, "length": 283.26413499, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1829, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 80300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VOGDES ST", "stname": "S VOGDES ST", "objectid": 3535, "Shape__Length": 112.63823207502602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220448604627705, 39.934559477194803 ], [ -75.220093101286196, 39.934406315042096 ], [ -75.219697100139001, 39.934056538474799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27183, "tnode_": 23586, "lpoly_": null, "rpoly_": null, "length": 180.30115575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5431, "r_t_add": 5499, "st_code": 84480, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320597, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3536, "Shape__Length": 71.700663392863746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219867364275501, 39.935749253112697 ], [ -75.220344920412202, 39.935417851648602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23659, "tnode_": 23676, "lpoly_": null, "rpoly_": null, "length": 75.1999862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5524, "l_t_add": 5528, "r_f_add": 5527, "r_t_add": 5527, "st_code": 84480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320598, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3537, "Shape__Length": 29.909381245473007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221133136388403, 39.9348645475729 ], [ -75.221324811892202, 39.934720178314599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23676, "tnode_": 23721, "lpoly_": null, "rpoly_": null, "length": 153.78199285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5530, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 84480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320599, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3538, "Shape__Length": 61.152220594960319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221324811892202, 39.934720178314599 ], [ -75.221734590854695, 39.934439643057097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23676, "tnode_": 23807, "lpoly_": null, "rpoly_": null, "length": 484.11735858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 12220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320600, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 3539, "Shape__Length": 192.58469537977146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221324811892202, 39.934720178314599 ], [ -75.220152168435902, 39.933744866643302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23378, "tnode_": 23449, "lpoly_": null, "rpoly_": null, "length": 262.04767730999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1731, "l_t_add": 1799, "r_f_add": 1730, "r_t_add": 1798, "st_code": 88880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320601, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3540, "Shape__Length": 104.25083530850401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219615821160801, 39.936910120460297 ], [ -75.218986196522096, 39.9363785612478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23452, "tnode_": 23518, "lpoly_": null, "rpoly_": null, "length": 263.39899091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1724, "st_code": 88910, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 3541, "Shape__Length": 104.79316648959887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221607574560494, 39.936473631080503 ], [ -75.220983882504598, 39.9359329750176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23585, "tnode_": 23650, "lpoly_": null, "rpoly_": null, "length": 263.70471662, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 1900, "r_t_add": 1928, "st_code": 88940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 3542, "Shape__Length": 104.9052536190156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2229897674314, 39.935510003448201 ], [ -75.222351726434795, 39.934978225285398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23398, "tnode_": 23527, "lpoly_": null, "rpoly_": null, "length": 517.86349236000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 78960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 320604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 3543, "Shape__Length": 205.95085729223752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222091347815294, 39.936872685378503 ], [ -75.223449551545301, 39.935909463168102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23400, "tnode_": 23452, "lpoly_": null, "rpoly_": null, "length": 178.27960406999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5460, "l_t_add": 5498, "r_f_add": 5461, "r_t_add": 5499, "st_code": 38640, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3544, "Shape__Length": 70.905501630708173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221147189954607, 39.936811140498797 ], [ -75.221607574560494, 39.936473631080503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23149, "tnode_": 23299, "lpoly_": null, "rpoly_": null, "length": 517.89481288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 38640, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3545, "Shape__Length": 205.96152754910446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218876841308997, 39.938402767319097 ], [ -75.220245011685904, 39.9374477860121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23253, "tnode_": 23303, "lpoly_": null, "rpoly_": null, "length": 185.3082335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5227, "r_t_add": 5299, "st_code": 84480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320607, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3546, "Shape__Length": 73.695070879892995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217127915035405, 39.937681183278698 ], [ -75.217616983908499, 39.937339078955198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23235, "tnode_": 23303, "lpoly_": null, "rpoly_": null, "length": 262.24574987, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1629, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88850, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3547, "Shape__Length": 104.33037679870353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218248312979497, 39.937870182381197 ], [ -75.217616983908499, 39.937339078955198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23303, "tnode_": 23347, "lpoly_": null, "rpoly_": null, "length": 146.71164383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1710, "st_code": 88850, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3548, "Shape__Length": 58.362379373694374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217616983908499, 39.937339078955198 ], [ -75.217256799493299, 39.937046974112597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20097, "tnode_": 27736, "lpoly_": null, "rpoly_": null, "length": 137.1907441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5320, "l_t_add": 5328, "r_f_add": 5321, "r_t_add": 5329, "st_code": 13000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401705, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 3549, "Shape__Length": 54.48654848145943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227162525885305, 39.961901525560798 ], [ -75.227645776115196, 39.961961100055497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23299, "tnode_": 23350, "lpoly_": null, "rpoly_": null, "length": 175.81210205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5429, "st_code": 38640, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3550, "Shape__Length": 69.923962038884255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220245011685904, 39.9374477860121 ], [ -75.220700307315695, 39.9371159846512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23169, "tnode_": 23350, "lpoly_": null, "rpoly_": null, "length": 580.69407160999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 85660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320611, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 3551, "Shape__Length": 231.01799004332733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222101566626804, 39.938288609698503 ], [ -75.220773807426994, 39.937162019435299 ], [ -75.220700307315695, 39.9371159846512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23303, "tnode_": 23352, "lpoly_": null, "rpoly_": null, "length": 173.27759203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5320, "r_f_add": 5301, "r_t_add": 5327, "st_code": 84480, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320612, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3552, "Shape__Length": 68.913411433140482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217616983908499, 39.937339078955198 ], [ -75.218069476544002, 39.937015146574097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23299, "tnode_": 23378, "lpoly_": null, "rpoly_": null, "length": 263.61323409, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1728, "st_code": 88880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320613, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 3553, "Shape__Length": 104.87697234018525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220245011685904, 39.9374477860121 ], [ -75.219615821160801, 39.936910120460297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23350, "tnode_": 23400, "lpoly_": null, "rpoly_": null, "length": 167.43882083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5430, "l_t_add": 5458, "r_f_add": 5431, "r_t_add": 5459, "st_code": 38640, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3554, "Shape__Length": 66.584796857013714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220700307315695, 39.9371159846512 ], [ -75.221147189954607, 39.936811140498797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23352, "tnode_": 23449, "lpoly_": null, "rpoly_": null, "length": 346.20783342000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5322, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 84480, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320615, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3555, "Shape__Length": 137.67948153220937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218069476544002, 39.937015146574097 ], [ -75.218986196522096, 39.9363785612478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23347, "tnode_": 23450, "lpoly_": null, "rpoly_": null, "length": 343.51944486000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1715, "l_t_add": 1799, "r_f_add": 1712, "r_t_add": 1798, "st_code": 88850, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3556, "Shape__Length": 136.66616844056395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217256799493299, 39.937046974112597 ], [ -75.216436803922704, 39.936346395086403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23449, "tnode_": 23492, "lpoly_": null, "rpoly_": null, "length": 175.56475378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5412, "r_f_add": 5401, "r_t_add": 5413, "st_code": 84480, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320617, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3557, "Shape__Length": 69.821710004712969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218986196522096, 39.9363785612478 ], [ -75.219445170134804, 39.936050779819503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23492, "tnode_": 23535, "lpoly_": null, "rpoly_": null, "length": 138.36383666999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5414, "l_t_add": 5426, "r_f_add": 5415, "r_t_add": 5425, "st_code": 84480, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 320618, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3558, "Shape__Length": 55.027718898437435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219445170134804, 39.936050779819503 ], [ -75.219805390368606, 39.935791214990601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23352, "tnode_": 23495, "lpoly_": null, "rpoly_": null, "length": 489.76059771999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 69740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320619, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 3559, "Shape__Length": 194.83968992100071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218069476544002, 39.937015146574097 ], [ -75.216889071191105, 39.936024248182797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23350, "tnode_": 23492, "lpoly_": null, "rpoly_": null, "length": 523.88202605999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 85660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320620, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 3560, "Shape__Length": 208.41875102511855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220700307315695, 39.9371159846512 ], [ -75.219445170134804, 39.936050779819503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23492, "tnode_": 23631, "lpoly_": null, "rpoly_": null, "length": 495.58101841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 85660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320621, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 3561, "Shape__Length": 197.14093112565135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219445170134804, 39.936050779819503 ], [ -75.219360453970395, 39.936028747075703 ], [ -75.218236331435193, 39.935069902475597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23225, "tnode_": 23400, "lpoly_": null, "rpoly_": null, "length": 577.55329157999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 24720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 3562, "Shape__Length": 229.77360065943159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222531294666396, 39.937985220967398 ], [ -75.221147189954607, 39.936811140498797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23400, "tnode_": 27183, "lpoly_": null, "rpoly_": null, "length": 527.98253862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 24720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320623, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 3563, "Shape__Length": 210.03984013219835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221147189954607, 39.936811140498797 ], [ -75.221075173130004, 39.936767082114201 ], [ -75.219867364275501, 39.935749253112697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23535, "tnode_": 23668, "lpoly_": null, "rpoly_": null, "length": 487.67908355999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 24720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320624, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 3564, "Shape__Length": 194.01277924358556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219805390368606, 39.935791214990601 ], [ -75.2186378500259, 39.9347990363297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23235, "tnode_": 23378, "lpoly_": null, "rpoly_": null, "length": 519.0048471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 85680, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320625, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 3565, "Shape__Length": 206.40369733394576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218248312979497, 39.937870182381197 ], [ -75.219615821160801, 39.936910120460297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22995, "tnode_": 23051, "lpoly_": null, "rpoly_": null, "length": 208.2004119, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1517, "r_f_add": 1500, "r_t_add": 1516, "st_code": 88850, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3566, "Shape__Length": 82.831310277624638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220281316583495, 39.939581208803702 ], [ -75.219779889740195, 39.939159694844101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23014, "tnode_": 23064, "lpoly_": null, "rpoly_": null, "length": 182.31912773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5201, "r_t_add": 5217, "st_code": 38640, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3567, "Shape__Length": 72.512640183227489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217504901790505, 39.939364463285401 ], [ -75.217979127605702, 39.939022069103501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23051, "tnode_": 23099, "lpoly_": null, "rpoly_": null, "length": 168.47127205000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1519, "l_t_add": 1533, "r_f_add": 1518, "r_t_add": 1532, "st_code": 88850, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3568, "Shape__Length": 67.02459650850605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219779889740195, 39.939159694844101 ], [ -75.219373586484096, 39.938819011339803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23064, "tnode_": 23110, "lpoly_": null, "rpoly_": null, "length": 155.09459288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5218, "l_t_add": 5236, "r_f_add": 5219, "r_t_add": 5237, "st_code": 38640, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3569, "Shape__Length": 61.681263226969072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217979127605702, 39.939022069103501 ], [ -75.218387557024997, 39.938734976591803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22995, "tnode_": 23130, "lpoly_": null, "rpoly_": null, "length": 518.1514972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 47780, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320630, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 3570, "Shape__Length": 206.07378554418511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220281316583495, 39.939581208803702 ], [ -75.221640004300198, 39.938617179050503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23110, "tnode_": 23149, "lpoly_": null, "rpoly_": null, "length": 182.94724893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5238, "l_t_add": 5298, "r_f_add": 5239, "r_t_add": 5299, "st_code": 38640, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3571, "Shape__Length": 72.753029547001546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218387557024997, 39.938734976591803 ], [ -75.218876841308997, 39.938402767319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23099, "tnode_": 23149, "lpoly_": null, "rpoly_": null, "length": 205.89932178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 88850, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3572, "Shape__Length": 81.91440761130275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219373586484096, 39.938819011339803 ], [ -75.218876841308997, 39.938402767319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23149, "tnode_": 23235, "lpoly_": null, "rpoly_": null, "length": 262.11448758, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1627, "r_f_add": 1600, "r_t_add": 1624, "st_code": 88850, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 3573, "Shape__Length": 104.28044786886234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218876841308997, 39.938402767319097 ], [ -75.218248312979497, 39.937870182381197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23146, "tnode_": 23207, "lpoly_": null, "rpoly_": null, "length": 185.02759315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5214, "r_f_add": 5201, "r_t_add": 5213, "st_code": 84480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320634, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3574, "Shape__Length": 73.588629668542936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216239941089199, 39.938312474495397 ], [ -75.216721350659597, 39.937965113929899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23207, "tnode_": 23253, "lpoly_": null, "rpoly_": null, "length": 153.93383362999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5216, "l_t_add": 5224, "r_f_add": 5215, "r_t_add": 5225, "st_code": 84480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320635, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3575, "Shape__Length": 61.21789950450313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216721350659597, 39.937965113929899 ], [ -75.217127915035405, 39.937681183278698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23064, "tnode_": 23207, "lpoly_": null, "rpoly_": null, "length": 522.15305918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 83620, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320636, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WILTON ST", "stname": "S WILTON ST", "objectid": 3576, "Shape__Length": 207.73271047865848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217979127605702, 39.939022069103501 ], [ -75.216721350659597, 39.937965113929899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23110, "tnode_": 23253, "lpoly_": null, "rpoly_": null, "length": 521.65928939000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 50920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320637, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LINDENWOOD ST", "stname": "S LINDENWOOD ST", "objectid": 3577, "Shape__Length": 207.53357682503727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218387557024997, 39.938734976591803 ], [ -75.217127915035405, 39.937681183278698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23099, "tnode_": 23242, "lpoly_": null, "rpoly_": null, "length": 517.4043912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 78960, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320638, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 3578, "Shape__Length": 205.77160936903869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219373586484096, 39.938819011339803 ], [ -75.220734538123196, 39.937859923017797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22951, "tnode_": 23099, "lpoly_": null, "rpoly_": null, "length": 522.66541753000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 78960, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 3579, "Shape__Length": 207.86281273567968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217992590802098, 39.939782624390297 ], [ -75.219373586484096, 39.938819011339803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22908, "tnode_": 23051, "lpoly_": null, "rpoly_": null, "length": 522.23586835000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 67940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 3580, "Shape__Length": 207.69592487527871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218404467598205, 39.940126277581797 ], [ -75.219779889740195, 39.939159694844101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23051, "tnode_": 23185, "lpoly_": null, "rpoly_": null, "length": 515.98716128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 67940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 320641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 3581, "Shape__Length": 205.20551427208861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219779889740195, 39.939159694844101 ], [ -75.221142486134198, 39.938207764857701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23198, "tnode_": 23255, "lpoly_": null, "rpoly_": null, "length": 181.77742195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5229, "st_code": 71120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320642, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3582, "Shape__Length": 72.290978707507662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215888514222399, 39.9380100558433 ], [ -75.216165845819205, 39.937818227760197 ], [ -75.216368688933599, 39.9376748384012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23255, "tnode_": 23296, "lpoly_": null, "rpoly_": null, "length": 162.25860514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5230, "l_t_add": 5268, "r_f_add": 5231, "r_t_add": 5269, "st_code": 71120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3583, "Shape__Length": 64.53060998678373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216368688933599, 39.9376748384012 ], [ -75.216606103019501, 39.937506080605097 ], [ -75.216793676536298, 39.937372557983203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23296, "tnode_": 23347, "lpoly_": null, "rpoly_": null, "length": 175.87781439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5270, "l_t_add": 5298, "r_f_add": 5271, "r_t_add": 5299, "st_code": 71120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 320644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 3584, "Shape__Length": 69.945074850295413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216793676536298, 39.937372557983203 ], [ -75.217011188730297, 39.9372188651394 ], [ -75.217256799493299, 39.937046974112597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23296, "tnode_": 23403, "lpoly_": null, "rpoly_": null, "length": 344.85717023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 50920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320645, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LINDENWOOD ST", "stname": "S LINDENWOOD ST", "objectid": 3585, "Shape__Length": 137.19339402808751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216793676536298, 39.937372557983203 ], [ -75.215960994071594, 39.936675902094002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23255, "tnode_": 23357, "lpoly_": null, "rpoly_": null, "length": 346.10381121999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 83620, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320646, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WILTON ST", "stname": "S WILTON ST", "objectid": 3586, "Shape__Length": 137.690979401471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216368688933599, 39.9376748384012 ], [ -75.215534723275198, 39.936974440736201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23035, "tnode_": 23082, "lpoly_": null, "rpoly_": null, "length": 182.38794566000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5108, "r_f_add": 5101, "r_t_add": 5115, "st_code": 84480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320647, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3587, "Shape__Length": 72.530197675018726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215091231903799, 39.939102950382299 ], [ -75.215580237891103, 39.938772820008602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23082, "tnode_": 23146, "lpoly_": null, "rpoly_": null, "length": 249.68586378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5110, "l_t_add": 5198, "r_f_add": 5117, "r_t_add": 5199, "st_code": 84480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320648, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 3588, "Shape__Length": 99.298388851206326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215580237891103, 39.938772820008602 ], [ -75.216239941089199, 39.938312474495397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22808, "tnode_": 22949, "lpoly_": null, "rpoly_": null, "length": 576.57985932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 63460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 320649, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PAXON ST", "stname": "S PAXON ST", "objectid": 3589, "Shape__Length": 229.38990217225515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218321844446507, 39.940945996094797 ], [ -75.216929267981101, 39.939781453390303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22896, "tnode_": 22942, "lpoly_": null, "rpoly_": null, "length": 178.71917555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5138, "r_f_add": 5101, "r_t_add": 5139, "st_code": 38640, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3590, "Shape__Length": 71.077706466608277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216376639127702, 39.940166922855703 ], [ -75.216847666206704, 39.939836416927598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22942, "tnode_": 22949, "lpoly_": null, "rpoly_": null, "length": 30.40505851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5140, "l_t_add": 5158, "r_f_add": 5141, "r_t_add": 5159, "st_code": 38640, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 320651, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 3591, "Shape__Length": 12.091277621972219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216847666206704, 39.939836416927598 ], [ -75.216929267981101, 39.939781453390303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22942, "tnode_": 23082, "lpoly_": null, "rpoly_": null, "length": 525.7624834, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 63460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PAXON ST", "stname": "S PAXON ST", "objectid": 3592, "Shape__Length": 209.17060282428048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216847666206704, 39.939836416927598 ], [ -75.215580237891103, 39.938772820008602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21906, "tnode_": 21903, "lpoly_": null, "rpoly_": null, "length": 159.78546985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1608, "r_f_add": 1601, "r_t_add": 1619, "st_code": 64820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320653, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3593, "Shape__Length": 63.447907795739759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168342676318602, 39.945969787179799 ], [ -75.168902488213803, 39.946051885357797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21925, "tnode_": 21906, "lpoly_": null, "rpoly_": null, "length": 291.76679755000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1512, "l_t_add": 1598, "r_f_add": 1513, "r_t_add": 1599, "st_code": 64820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320654, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3594, "Shape__Length": 115.84866750526147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167313051039699, 39.945853772524501 ], [ -75.168342676318602, 39.945969787179799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21932, "tnode_": 21925, "lpoly_": null, "rpoly_": null, "length": 155.03413106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1510, "r_f_add": 1501, "r_t_add": 1511, "st_code": 64820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320655, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3595, "Shape__Length": 61.560258342275354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166768963195807, 39.945777943008302 ], [ -75.167313051039699, 39.945853772524501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21950, "tnode_": 21932, "lpoly_": null, "rpoly_": null, "length": 195.64308109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 64820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320656, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3596, "Shape__Length": 77.684990299502005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166082371746896, 39.945682202278199 ], [ -75.166768963195807, 39.945777943008302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21961, "tnode_": 21950, "lpoly_": null, "rpoly_": null, "length": 263.2084242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 64820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320657, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3597, "Shape__Length": 104.51083228717042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165155786284501, 39.945566303341501 ], [ -75.166082371746896, 39.945682202278199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21819, "tnode_": 21906, "lpoly_": null, "rpoly_": null, "length": 242.21492168, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 325, "l_t_add": 399, "r_f_add": 330, "r_t_add": 398, "st_code": 88100, "l_hundred": 300, "r_hundred": 300, "seg_id": 320660, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3598, "Shape__Length": 96.536623448343988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168199224543898, 39.946625466369802 ], [ -75.168342676318602, 39.945969787179799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21906, "tnode_": 21971, "lpoly_": null, "rpoly_": null, "length": 136.32260261, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 412, "st_code": 88100, "l_hundred": 400, "r_hundred": 400, "seg_id": 320661, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3599, "Shape__Length": 54.331935052663297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168342676318602, 39.945969787179799 ], [ -75.168423973684099, 39.945600832939903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21971, "tnode_": 21987, "lpoly_": null, "rpoly_": null, "length": 27.72806869, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 413, "r_f_add": 414, "r_t_add": 414, "st_code": 88100, "l_hundred": 400, "r_hundred": 400, "seg_id": 320662, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3600, "Shape__Length": 11.050853941612385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168423973684099, 39.945600832939903 ], [ -75.168442105823999, 39.945526006259399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21987, "tnode_": 22009, "lpoly_": null, "rpoly_": null, "length": 57.5699853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 419, "r_f_add": 416, "r_t_add": 420, "st_code": 88100, "l_hundred": 400, "r_hundred": 400, "seg_id": 320663, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3601, "Shape__Length": 22.944777519889787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168442105823999, 39.945526006259399 ], [ -75.168475504042306, 39.945370074086398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22009, "tnode_": 22048, "lpoly_": null, "rpoly_": null, "length": 112.52530871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 421, "l_t_add": 499, "r_f_add": 422, "r_t_add": 498, "st_code": 88100, "l_hundred": 400, "r_hundred": 400, "seg_id": 320664, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3602, "Shape__Length": 44.847582011523869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168475504042306, 39.945370074086398 ], [ -75.168515087984204, 39.945173888610398 ], [ -75.168538873337297, 39.9450650586937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22048, "tnode_": 22114, "lpoly_": null, "rpoly_": null, "length": 157.35759237, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 512, "st_code": 88100, "l_hundred": 500, "r_hundred": 500, "seg_id": 320665, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2008-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3603, "Shape__Length": 62.714368308756683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168538873337297, 39.9450650586937 ], [ -75.168634692194004, 39.944639434745298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21932, "tnode_": 22005, "lpoly_": null, "rpoly_": null, "length": 165.83780482999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 408, "st_code": 88080, "l_hundred": 400, "r_hundred": 400, "seg_id": 320668, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3604, "Shape__Length": 66.093924076678377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166768963195807, 39.945777943008302 ], [ -75.166875661453602, 39.945330166027901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22005, "tnode_": 22067, "lpoly_": null, "rpoly_": null, "length": 163.96694416, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 499, "r_f_add": 410, "r_t_add": 498, "st_code": 88080, "l_hundred": 400, "r_hundred": 400, "seg_id": 320669, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3605, "Shape__Length": 65.349090576563611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166875661453602, 39.945330166027901 ], [ -75.166973204154999, 39.944886361709202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22067, "tnode_": 22135, "lpoly_": null, "rpoly_": null, "length": 154.94243565, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 516, "st_code": 88080, "l_hundred": 500, "r_hundred": 500, "seg_id": 320670, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3606, "Shape__Length": 61.750724742922493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166973204154999, 39.944886361709202 ], [ -75.167073566326806, 39.944468098842499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21994, "tnode_": 21987, "lpoly_": null, "rpoly_": null, "length": 101.68203603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1530, "l_t_add": 1598, "r_f_add": 1531, "r_t_add": 1599, "st_code": 81860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320671, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3607, "Shape__Length": 40.374241719325262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1680840855784, 39.945481539729101 ], [ -75.168442105823999, 39.945526006259399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21998, "tnode_": 21994, "lpoly_": null, "rpoly_": null, "length": 118.55712017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1516, "l_t_add": 1528, "r_f_add": 1517, "r_t_add": 1529, "st_code": 81860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320672, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3608, "Shape__Length": 47.074891653513482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167666879226701, 39.945428606279201 ], [ -75.1680840855784, 39.945481539729101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22002, "tnode_": 21998, "lpoly_": null, "rpoly_": null, "length": 95.249419679999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1510, "l_t_add": 1514, "r_f_add": 1511, "r_t_add": 1515, "st_code": 81860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320673, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3609, "Shape__Length": 37.819337814148504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167330714586896, 39.945390934719399 ], [ -75.167666879226701, 39.945428606279201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22005, "tnode_": 22002, "lpoly_": null, "rpoly_": null, "length": 129.49649214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1508, "r_f_add": 1501, "r_t_add": 1509, "st_code": 81860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3610, "Shape__Length": 51.419027745920758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166875661453602, 39.945330166027901 ], [ -75.167330714586896, 39.945390934719399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22009, "tnode_": 21989, "lpoly_": null, "rpoly_": null, "length": 447.06687038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 11320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3611, "Shape__Length": 177.51325723582752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168475504042306, 39.945370074086398 ], [ -75.170050364935193, 39.945561973932698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21950, "tnode_": 22020, "lpoly_": null, "rpoly_": null, "length": 162.90707611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 410, "st_code": 21420, "l_hundred": 400, "r_hundred": 400, "seg_id": 320676, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 3612, "Shape__Length": 64.92744379628023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166082371746896, 39.945682202278199 ], [ -75.166176316045906, 39.9452408862469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22020, "tnode_": 22005, "lpoly_": null, "rpoly_": null, "length": 198.7654473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3613, "Shape__Length": 78.922720305193792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166176316045906, 39.9452408862469 ], [ -75.166875661453602, 39.945330166027901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21994, "tnode_": 22021, "lpoly_": null, "rpoly_": null, "length": 67.62866859, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 56560, "l_hundred": 400, "r_hundred": 400, "seg_id": 320678, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 3614, "Shape__Length": 26.954201865932777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1680840855784, 39.945481539729101 ], [ -75.168119550781199, 39.945297908302798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21998, "tnode_": 22023, "lpoly_": null, "rpoly_": null, "length": 67.28194355, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 423, "r_f_add": 400, "r_t_add": 422, "st_code": 75880, "l_hundred": 400, "r_hundred": 400, "seg_id": 320679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 3615, "Shape__Length": 26.815891699519181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167666879226701, 39.945428606279201 ], [ -75.167702914003101, 39.945246003224099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22023, "tnode_": 22021, "lpoly_": null, "rpoly_": null, "length": 118.33942676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1519, "r_t_add": 1599, "st_code": 11320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320680, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3616, "Shape__Length": 46.988154308840159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167702914003101, 39.945246003224099 ], [ -75.168119550781199, 39.945297908302798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22002, "tnode_": 22028, "lpoly_": null, "rpoly_": null, "length": 67.55446607, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 42420, "l_hundred": 400, "r_hundred": 400, "seg_id": 320681, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 3617, "Shape__Length": 26.923745603418663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167330714586896, 39.945390934719399 ], [ -75.167372168431896, 39.945208254640299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22028, "tnode_": 22023, "lpoly_": null, "rpoly_": null, "length": 93.75045799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1501, "r_t_add": 1517, "st_code": 11320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320682, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3618, "Shape__Length": 37.224178126397334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167372168431896, 39.945208254640299 ], [ -75.167702914003101, 39.945246003224099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22023, "tnode_": 22056, "lpoly_": null, "rpoly_": null, "length": 97.16026944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 425, "l_t_add": 499, "r_f_add": 424, "r_t_add": 498, "st_code": 75880, "l_hundred": 400, "r_hundred": 400, "seg_id": 320683, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 3619, "Shape__Length": 38.723929136696093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167702914003101, 39.945246003224099 ], [ -75.167756015181894, 39.944982436192497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22020, "tnode_": 22078, "lpoly_": null, "rpoly_": null, "length": 163.51567674, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 21420, "l_hundred": 400, "r_hundred": 400, "seg_id": 320684, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 3620, "Shape__Length": 65.169235479397372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166176316045906, 39.9452408862469 ], [ -75.166273029375901, 39.944798230555399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22048, "tnode_": 22025, "lpoly_": null, "rpoly_": null, "length": 446.40382673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 51520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320685, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3621, "Shape__Length": 177.25298906986509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168538873337297, 39.9450650586937 ], [ -75.170107064950699, 39.945276640957502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22056, "tnode_": 22048, "lpoly_": null, "rpoly_": null, "length": 221.55712369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 51520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320686, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3622, "Shape__Length": 87.969245064994638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167756015181894, 39.944982436192497 ], [ -75.168538873337297, 39.9450650586937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22067, "tnode_": 22056, "lpoly_": null, "rpoly_": null, "length": 222.26307837000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 51520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320687, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3623, "Shape__Length": 88.251648780945672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166973204154999, 39.944886361709202 ], [ -75.167756015181894, 39.944982436192497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22078, "tnode_": 22067, "lpoly_": null, "rpoly_": null, "length": 198.92816674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1424, "l_t_add": 1498, "r_f_add": 1431, "r_t_add": 1499, "st_code": 51520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320688, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3624, "Shape__Length": 78.986587588668556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166273029375901, 39.944798230555399 ], [ -75.166973204154999, 39.944886361709202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22094, "tnode_": 22078, "lpoly_": null, "rpoly_": null, "length": 264.64006775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1422, "r_f_add": 1401, "r_t_add": 1429, "st_code": 51520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320689, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3625, "Shape__Length": 105.07944536255171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165343172804498, 39.944673666191001 ], [ -75.166273029375901, 39.944798230555399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21737, "tnode_": 21784, "lpoly_": null, "rpoly_": null, "length": 105.21051105, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 313, "l_t_add": 319, "r_f_add": 314, "r_t_add": 322, "st_code": 88120, "l_hundred": 300, "r_hundred": 300, "seg_id": 320691, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3626, "Shape__Length": 41.932086855716243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169710211580295, 39.947155913367702 ], [ -75.169777847611002, 39.946871827533798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21888, "tnode_": 21943, "lpoly_": null, "rpoly_": null, "length": 127.12416383, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 414, "st_code": 88120, "l_hundred": 400, "r_hundred": 400, "seg_id": 320692, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3627, "Shape__Length": 50.667135933796644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1699278093256, 39.946171020746199 ], [ -75.169995594799303, 39.945825971019303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21943, "tnode_": 21968, "lpoly_": null, "rpoly_": null, "length": 66.99933235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 419, "r_f_add": 416, "r_t_add": 416, "st_code": 88120, "l_hundred": 400, "r_hundred": 400, "seg_id": 320693, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3628, "Shape__Length": 26.702471528820912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169995594799303, 39.945825971019303 ], [ -75.170037983663804, 39.945644966329297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21968, "tnode_": 21989, "lpoly_": null, "rpoly_": null, "length": 30.43128958, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 421, "l_t_add": 421, "r_f_add": 418, "r_t_add": 418, "st_code": 88120, "l_hundred": 400, "r_hundred": 400, "seg_id": 320694, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3629, "Shape__Length": 12.129197590802024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170037983663804, 39.945644966329297 ], [ -75.170050364935193, 39.945561973932698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21989, "tnode_": 22025, "lpoly_": null, "rpoly_": null, "length": 105.15040541, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 423, "l_t_add": 499, "r_f_add": 420, "r_t_add": 498, "st_code": 88120, "l_hundred": 400, "r_hundred": 400, "seg_id": 320695, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3630, "Shape__Length": 41.90874531176884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170050364935193, 39.945561973932698 ], [ -75.170107064950699, 39.945276640957502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22025, "tnode_": 22082, "lpoly_": null, "rpoly_": null, "length": 166.19874702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 514, "st_code": 88120, "l_hundred": 500, "r_hundred": 500, "seg_id": 320696, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3631, "Shape__Length": 66.2381302013236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170107064950699, 39.945276640957502 ], [ -75.170208568344904, 39.944827143439198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21873, "tnode_": 21856, "lpoly_": null, "rpoly_": null, "length": 448.61225492999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 64820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320697, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3632, "Shape__Length": 178.12897208570681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171490198958793, 39.946362370217301 ], [ -75.173071094699097, 39.946552151560198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21876, "tnode_": 21873, "lpoly_": null, "rpoly_": null, "length": 122.79188523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1730, "l_t_add": 1798, "r_f_add": 1735, "r_t_add": 1799, "st_code": 64820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320698, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3633, "Shape__Length": 48.757010752634066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171058097149995, 39.946307488105802 ], [ -75.171490198958793, 39.946362370217301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21900, "tnode_": 21888, "lpoly_": null, "rpoly_": null, "length": 175.67484466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1627, "r_t_add": 1699, "st_code": 64820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320699, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3634, "Shape__Length": 69.75335763075617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1693076658796, 39.946102209948997 ], [ -75.1699278093256, 39.946171020746199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21903, "tnode_": 21900, "lpoly_": null, "rpoly_": null, "length": 115.07442321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1610, "l_t_add": 1626, "r_f_add": 1621, "r_t_add": 1625, "st_code": 64820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320700, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3635, "Shape__Length": 45.692257589906639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168902488213803, 39.946051885357797 ], [ -75.1693076658796, 39.946102209948997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21706, "tnode_": 21762, "lpoly_": null, "rpoly_": null, "length": 105.1229319, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 315, "l_t_add": 323, "r_f_add": 314, "r_t_add": 322, "st_code": 88140, "l_hundred": 300, "r_hundred": 300, "seg_id": 320702, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3636, "Shape__Length": 41.898571265359756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171278098734504, 39.947338587784699 ], [ -75.171337076240306, 39.947053604632003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21762, "tnode_": 21806, "lpoly_": null, "rpoly_": null, "length": 118.16376085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 335, "r_f_add": 324, "r_t_add": 334, "st_code": 88140, "l_hundred": 300, "r_hundred": 300, "seg_id": 320703, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3637, "Shape__Length": 47.094596264251649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171337076240306, 39.947053604632003 ], [ -75.171412911920797, 39.9467345249221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21806, "tnode_": 21873, "lpoly_": null, "rpoly_": null, "length": 137.29019669, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88140, "l_hundred": 300, "r_hundred": 300, "seg_id": 320704, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3638, "Shape__Length": 54.718839711083881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171412911920797, 39.9467345249221 ], [ -75.171490198958793, 39.946362370217301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21873, "tnode_": 21910, "lpoly_": null, "rpoly_": null, "length": 125.10075982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 406, "st_code": 88140, "l_hundred": 400, "r_hundred": 400, "seg_id": 320705, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3639, "Shape__Length": 49.860824903217321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171490198958793, 39.946362370217301 ], [ -75.1715568752102, 39.946022809015901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21910, "tnode_": 21940, "lpoly_": null, "rpoly_": null, "length": 64.34796394, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 409, "l_t_add": 413, "r_f_add": 408, "r_t_add": 410, "st_code": 88140, "l_hundred": 400, "r_hundred": 400, "seg_id": 320706, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3640, "Shape__Length": 25.645106184240856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1715568752102, 39.946022809015901 ], [ -75.171602089896396, 39.945849627797301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21940, "tnode_": 22003, "lpoly_": null, "rpoly_": null, "length": 142.30546368, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 88140, "l_hundred": 400, "r_hundred": 400, "seg_id": 320707, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3641, "Shape__Length": 56.714858188242687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171602089896396, 39.945849627797301 ], [ -75.171696385002704, 39.945465782623401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22003, "tnode_": 22061, "lpoly_": null, "rpoly_": null, "length": 157.16214835, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 514, "st_code": 88140, "l_hundred": 500, "r_hundred": 500, "seg_id": 320708, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3642, "Shape__Length": 62.638777490092416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171696385002704, 39.945465782623401 ], [ -75.171778189304206, 39.945038971984097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21744, "tnode_": 21737, "lpoly_": null, "rpoly_": null, "length": 175.60566204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 26560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 3643, "Shape__Length": 69.730053386053683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169093932166007, 39.947069956622698 ], [ -75.169710211580295, 39.947155913367702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21744, "tnode_": 21900, "lpoly_": null, "rpoly_": null, "length": 357.58981689000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 22180, "l_hundred": 300, "r_hundred": 300, "seg_id": 320710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 3644, "Shape__Length": 142.52049079464703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169093932166007, 39.947069956622698 ], [ -75.1693076658796, 39.946102209948997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21806, "tnode_": 21786, "lpoly_": null, "rpoly_": null, "length": 449.23782217000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 62880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3645, "Shape__Length": 178.38848817450966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171412911920797, 39.9467345249221 ], [ -75.172941846199194, 39.946926265366201 ], [ -75.172983220129495, 39.9469519475455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21762, "tnode_": 21736, "lpoly_": null, "rpoly_": null, "length": 449.27261054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 27975, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320712, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3646, "Shape__Length": 178.39549529746881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171337076240306, 39.947053604632003 ], [ -75.171397864077704, 39.947040867587901 ], [ -75.1729173794498, 39.947230594437499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21769, "tnode_": 21762, "lpoly_": null, "rpoly_": null, "length": 119.13886316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 27975, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320713, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3647, "Shape__Length": 47.307536900256572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170918448320506, 39.947022487408702 ], [ -75.171270949366999, 39.947065717048503 ], [ -75.171337076240306, 39.947053604632003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21784, "tnode_": 21769, "lpoly_": null, "rpoly_": null, "length": 324.47574105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1730, "r_f_add": 1701, "r_t_add": 1731, "st_code": 27975, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320714, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3648, "Shape__Length": 128.84191382651017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169777847611002, 39.946871827533798 ], [ -75.170918448320506, 39.947022487408702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21971, "tnode_": 21943, "lpoly_": null, "rpoly_": null, "length": 450.73276086000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 81860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320715, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3649, "Shape__Length": 178.98216597634999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168423973684099, 39.945600832939903 ], [ -75.169940403776394, 39.945791585780597 ], [ -75.169995594799303, 39.945825971019303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21943, "tnode_": 21910, "lpoly_": null, "rpoly_": null, "length": 443.59065411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 81860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320716, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3650, "Shape__Length": 176.13534514935017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169995594799303, 39.945825971019303 ], [ -75.1715568752102, 39.946022809015901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21968, "tnode_": 21940, "lpoly_": null, "rpoly_": null, "length": 444.84245549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 11320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320717, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3651, "Shape__Length": 176.63330793667092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170037983663804, 39.945644966329297 ], [ -75.171602089896396, 39.945849627797301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21910, "tnode_": 21889, "lpoly_": null, "rpoly_": null, "length": 448.49801579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 81860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320718, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3652, "Shape__Length": 178.08413104332479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1715568752102, 39.946022809015901 ], [ -75.173135757374297, 39.9462202912961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22003, "tnode_": 21984, "lpoly_": null, "rpoly_": null, "length": 444.8235412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 51520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320719, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3653, "Shape__Length": 176.62175023327313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171696385002704, 39.945465782623401 ], [ -75.173264498167299, 39.945651028856901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22025, "tnode_": 22003, "lpoly_": null, "rpoly_": null, "length": 450.91757413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 51520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320720, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3654, "Shape__Length": 179.04119282088362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170107064950699, 39.945276640957502 ], [ -75.171696385002704, 39.945465782623401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21687, "tnode_": 21715, "lpoly_": null, "rpoly_": null, "length": 64.73241667, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 307, "l_t_add": 317, "r_f_add": 306, "r_t_add": 316, "st_code": 88160, "l_hundred": 300, "r_hundred": 300, "seg_id": 320722, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3655, "Shape__Length": 25.797836812472013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172841393392403, 39.947537020478102 ], [ -75.172892621573794, 39.9473637513643 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21715, "tnode_": 21736, "lpoly_": null, "rpoly_": null, "length": 49.0008331, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 319, "l_t_add": 323, "r_f_add": 318, "r_t_add": 322, "st_code": 88160, "l_hundred": 300, "r_hundred": 300, "seg_id": 320723, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3656, "Shape__Length": 19.530521994082534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172892621573794, 39.9473637513643 ], [ -75.1729173794498, 39.947230594437499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21736, "tnode_": 21786, "lpoly_": null, "rpoly_": null, "length": 103.17101036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 329, "r_f_add": 324, "r_t_add": 328, "st_code": 88160, "l_hundred": 300, "r_hundred": 300, "seg_id": 320724, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": "1995-07-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3657, "Shape__Length": 41.119358395317612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1729173794498, 39.947230594437499 ], [ -75.172983220129495, 39.9469519475455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21786, "tnode_": 21856, "lpoly_": null, "rpoly_": null, "length": 147.70783351999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 331, "l_t_add": 399, "r_f_add": 330, "r_t_add": 398, "st_code": 88160, "l_hundred": 300, "r_hundred": 300, "seg_id": 320725, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3658, "Shape__Length": 58.870428078927169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172983220129495, 39.9469519475455 ], [ -75.173071094699097, 39.946552151560198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21856, "tnode_": 21889, "lpoly_": null, "rpoly_": null, "length": 122.24265158, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 409, "r_f_add": 400, "r_t_add": 408, "st_code": 88160, "l_hundred": 400, "r_hundred": 400, "seg_id": 320726, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3659, "Shape__Length": 48.721884058462663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173071094699097, 39.946552151560198 ], [ -75.173135757374297, 39.9462202912961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21889, "tnode_": 21904, "lpoly_": null, "rpoly_": null, "length": 46.70012727, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 411, "l_t_add": 411, "r_f_add": 410, "r_t_add": 410, "st_code": 88160, "l_hundred": 400, "r_hundred": 400, "seg_id": 320727, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3660, "Shape__Length": 18.611924401203165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173135757374297, 39.9462202912961 ], [ -75.173168043335707, 39.946094525077903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21984, "tnode_": 22051, "lpoly_": null, "rpoly_": null, "length": 177.86592916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 518, "st_code": 88160, "l_hundred": 500, "r_hundred": 500, "seg_id": 320728, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3661, "Shape__Length": 70.888327090593464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173264498167299, 39.945651028856901 ], [ -75.173373809162499, 39.945170067996699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21706, "tnode_": 21687, "lpoly_": null, "rpoly_": null, "length": 444.23252371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 26560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 3662, "Shape__Length": 176.39438109996013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171278098734504, 39.947338587784699 ], [ -75.172841393392403, 39.947537020478102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21658, "tnode_": 21693, "lpoly_": null, "rpoly_": null, "length": 79.1247465, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 311, "l_t_add": 319, "r_f_add": 310, "r_t_add": 318, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 320731, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3663, "Shape__Length": 31.537164859593119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174422625659304, 39.947759802286598 ], [ -75.174463934377599, 39.947544934395701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21693, "tnode_": 21710, "lpoly_": null, "rpoly_": null, "length": 44.16241951, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 321, "l_t_add": 323, "r_f_add": 320, "r_t_add": 322, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 320732, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3664, "Shape__Length": 17.601341261815303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174463934377599, 39.947544934395701 ], [ -75.174491661029407, 39.947425596023301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21774, "tnode_": 21824, "lpoly_": null, "rpoly_": null, "length": 115.16069097, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 320733, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3665, "Shape__Length": 45.899362440717049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174567872110899, 39.947075195649298 ], [ -75.174630622847104, 39.946762776184897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21824, "tnode_": 21879, "lpoly_": null, "rpoly_": null, "length": 149.45771051, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 412, "st_code": 88180, "l_hundred": 400, "r_hundred": 400, "seg_id": 320734, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3666, "Shape__Length": 59.566588119347308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174630622847104, 39.946762776184897 ], [ -75.1747267679782, 39.946359224713298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27305, "tnode_": 21907, "lpoly_": null, "rpoly_": null, "length": 63.1358342, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 417, "l_t_add": 421, "r_f_add": 416, "r_t_add": 420, "st_code": 88180, "l_hundred": 400, "r_hundred": 400, "seg_id": 320735, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3667, "Shape__Length": 25.162653992004088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174739644064303, 39.946306025141403 ], [ -75.1747808817384, 39.946135640406702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21907, "tnode_": 21952, "lpoly_": null, "rpoly_": null, "length": 104.83770841, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 423, "l_t_add": 499, "r_f_add": 422, "r_t_add": 498, "st_code": 88180, "l_hundred": 400, "r_hundred": 400, "seg_id": 320736, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3668, "Shape__Length": 41.783928272435851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747808817384, 39.946135640406702 ], [ -75.1748413271049, 39.945851633015899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21952, "tnode_": 22027, "lpoly_": null, "rpoly_": null, "length": 179.10288211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 514, "st_code": 88180, "l_hundred": 500, "r_hundred": 500, "seg_id": 320737, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3669, "Shape__Length": 71.382517370997107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1748413271049, 39.945851633015899 ], [ -75.174944618328297, 39.945366443354303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21715, "tnode_": 21693, "lpoly_": null, "rpoly_": null, "length": 445.47645919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 27975, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320738, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3670, "Shape__Length": 176.88518482356457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172892621573794, 39.9473637513643 ], [ -75.174463934377599, 39.947544934395701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21803, "tnode_": 21793, "lpoly_": null, "rpoly_": null, "length": 271.00273454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2025, "r_t_add": 2099, "st_code": 64820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320739, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3671, "Shape__Length": 107.61056981119887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175615760840898, 39.946873534633099 ], [ -75.176566579149906, 39.947007244565597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21824, "tnode_": 21803, "lpoly_": null, "rpoly_": null, "length": 279.14387348999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2026, "r_f_add": 2001, "r_t_add": 2023, "st_code": 64820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320740, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3672, "Shape__Length": 110.83805875746351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174630622847104, 39.946762776184897 ], [ -75.175615760840898, 39.946873534633099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21836, "tnode_": 21824, "lpoly_": null, "rpoly_": null, "length": 219.92898750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1920, "l_t_add": 1998, "r_f_add": 1931, "r_t_add": 1999, "st_code": 64820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320741, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3673, "Shape__Length": 87.330347599520067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173859682349701, 39.946651431054001 ], [ -75.174630622847104, 39.946762776184897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21856, "tnode_": 21836, "lpoly_": null, "rpoly_": null, "length": 224.04285389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1929, "st_code": 64820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320742, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3674, "Shape__Length": 88.960953016252134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173071094699097, 39.946552151560198 ], [ -75.173859682349701, 39.946651431054001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21892, "tnode_": 27305, "lpoly_": null, "rpoly_": null, "length": 221.91214808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1926, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 81860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320743, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3675, "Shape__Length": 88.11553993265882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173959799022896, 39.946202027540899 ], [ -75.174739644064303, 39.946306025141403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21904, "tnode_": 21892, "lpoly_": null, "rpoly_": null, "length": 225.42200874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1924, "r_f_add": 1901, "r_t_add": 1935, "st_code": 81860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320744, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3676, "Shape__Length": 89.509442777895558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173168043335707, 39.946094525077903 ], [ -75.173959799022896, 39.946202027540899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21952, "tnode_": 21920, "lpoly_": null, "rpoly_": null, "length": 542.82619074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 51520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320745, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3677, "Shape__Length": 215.53994086900977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1748413271049, 39.945851633015899 ], [ -75.176750451806797, 39.946099134771103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21962, "tnode_": 21952, "lpoly_": null, "rpoly_": null, "length": 227.36978767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1923, "r_t_add": 1999, "st_code": 51520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320746, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3678, "Shape__Length": 90.279444401663568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174039342630294, 39.945759213280503 ], [ -75.1748413271049, 39.945851633015899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21984, "tnode_": 21962, "lpoly_": null, "rpoly_": null, "length": 220.79963481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1921, "st_code": 51520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320747, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3679, "Shape__Length": 87.674025704062686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173264498167299, 39.945651028856901 ], [ -75.174039342630294, 39.945759213280503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21904, "tnode_": 21914, "lpoly_": null, "rpoly_": null, "length": 15.80539101, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 413, "r_f_add": 412, "r_t_add": 412, "st_code": 88160, "l_hundred": 400, "r_hundred": 400, "seg_id": 320748, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3680, "Shape__Length": 6.2996118023649261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173168043335707, 39.946094525077903 ], [ -75.173175307968506, 39.946051499082202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21914, "tnode_": 21984, "lpoly_": null, "rpoly_": null, "length": 148.01194116, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 88160, "l_hundred": 400, "r_hundred": 400, "seg_id": 320749, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3681, "Shape__Length": 58.990689532180525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173175307968506, 39.946051499082202 ], [ -75.173264498167299, 39.945651028856901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21940, "tnode_": 21914, "lpoly_": null, "rpoly_": null, "length": 447.19177076000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 11320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3682, "Shape__Length": 177.56594217273283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171602089896396, 39.945849627797301 ], [ -75.173175307968506, 39.946051499082202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21641, "tnode_": 21680, "lpoly_": null, "rpoly_": null, "length": 88.87534979, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 317, "l_t_add": 323, "r_f_add": 316, "r_t_add": 322, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 320751, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3683, "Shape__Length": 35.422529437451097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176367840335104, 39.947906477212101 ], [ -75.176421801761606, 39.947666064202501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21680, "tnode_": 21701, "lpoly_": null, "rpoly_": null, "length": 54.88121286, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 327, "r_f_add": 324, "r_t_add": 326, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 320752, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3684, "Shape__Length": 21.873623314047467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176421801761606, 39.947666064202501 ], [ -75.176455118458705, 39.947517606678403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21701, "tnode_": 21739, "lpoly_": null, "rpoly_": null, "length": 77.29808173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 329, "l_t_add": 331, "r_f_add": 328, "r_t_add": 330, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 320753, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3685, "Shape__Length": 30.809409474478208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176455118458705, 39.947517606678403 ], [ -75.176492104880694, 39.947307331901698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21739, "tnode_": 21793, "lpoly_": null, "rpoly_": null, "length": 111.2928093, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 333, "l_t_add": 399, "r_f_add": 332, "r_t_add": 398, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 320754, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3686, "Shape__Length": 44.35583094027907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176492104880694, 39.947307331901698 ], [ -75.176566579149906, 39.947007244565597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21793, "tnode_": 21852, "lpoly_": null, "rpoly_": null, "length": 148.95902039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 406, "st_code": 88200, "l_hundred": 400, "r_hundred": 400, "seg_id": 320755, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3687, "Shape__Length": 59.369940723893798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176566579149906, 39.947007244565597 ], [ -75.176649618146598, 39.946603358952501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21882, "tnode_": 21920, "lpoly_": null, "rpoly_": null, "length": 102.04010453, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 419, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 88200, "l_hundred": 400, "r_hundred": 400, "seg_id": 320756, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3688, "Shape__Length": 40.669300285188825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176693296011905, 39.9463757717226 ], [ -75.176750451806797, 39.946099134771103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21920, "tnode_": 21959, "lpoly_": null, "rpoly_": null, "length": 102.51099278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 502, "st_code": 88200, "l_hundred": 500, "r_hundred": 500, "seg_id": 320757, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3689, "Shape__Length": 40.854992616535966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176750451806797, 39.946099134771103 ], [ -75.176819802643294, 39.945822838049601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21959, "tnode_": 21997, "lpoly_": null, "rpoly_": null, "length": 76.20114549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 511, "l_t_add": 517, "r_f_add": 504, "r_t_add": 510, "st_code": 88200, "l_hundred": 500, "r_hundred": 500, "seg_id": 320758, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3690, "Shape__Length": 30.37075326969914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176819802643294, 39.945822838049601 ], [ -75.176861697468794, 39.945616156619003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21997, "tnode_": 22035, "lpoly_": null, "rpoly_": null, "length": 89.54146147, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 519, "l_t_add": 525, "r_f_add": 512, "r_t_add": 524, "st_code": 88200, "l_hundred": 500, "r_hundred": 500, "seg_id": 320759, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3691, "Shape__Length": 35.685149893571776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176861697468794, 39.945616156619003 ], [ -75.176926275205702, 39.9453754319781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21867, "tnode_": 21852, "lpoly_": null, "rpoly_": null, "length": 273.13031352999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2031, "r_t_add": 2099, "st_code": 81860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3692, "Shape__Length": 108.45077312973808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175686756794406, 39.946489590828399 ], [ -75.176649618146598, 39.946603358952501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21879, "tnode_": 21867, "lpoly_": null, "rpoly_": null, "length": 273.32020612000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2028, "r_f_add": 2001, "r_t_add": 2029, "st_code": 81860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3693, "Shape__Length": 108.52906423766403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747267679782, 39.946359224713298 ], [ -75.175686756794406, 39.946489590828399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21893, "tnode_": 21882, "lpoly_": null, "rpoly_": null, "length": 274.02987039000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2026, "l_t_add": 2098, "r_f_add": 2027, "r_t_add": 2099, "st_code": 11320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320762, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3694, "Shape__Length": 108.80852129914891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175728336142697, 39.946256390339201 ], [ -75.176693296011905, 39.9463757717226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21907, "tnode_": 21893, "lpoly_": null, "rpoly_": null, "length": 269.26644246999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2024, "r_f_add": 2001, "r_t_add": 2025, "st_code": 11320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320763, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 3695, "Shape__Length": 106.91756376371211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747808817384, 39.946135640406702 ], [ -75.175728336142697, 39.946256390339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21803, "tnode_": 21867, "lpoly_": null, "rpoly_": null, "length": 141.27322459000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 412, "st_code": 21240, "l_hundred": 400, "r_hundred": 400, "seg_id": 320764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAPITOL ST", "stname": "S CAPITOL ST", "objectid": 3696, "Shape__Length": 56.307560042440997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175615760840898, 39.946873534633099 ], [ -75.175686756794406, 39.946489590828399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21867, "tnode_": 21893, "lpoly_": null, "rpoly_": null, "length": 85.74693354, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 21240, "l_hundred": 400, "r_hundred": 400, "seg_id": 320765, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAPITOL ST", "stname": "S CAPITOL ST", "objectid": 3697, "Shape__Length": 34.176362159079247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175686756794406, 39.946489590828399 ], [ -75.175728336142697, 39.946256390339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21615, "tnode_": 21637, "lpoly_": null, "rpoly_": null, "length": 35.76979225, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 315, "l_t_add": 315, "r_f_add": 314, "r_t_add": 314, "st_code": 88220, "l_hundred": 300, "r_hundred": 300, "seg_id": 320767, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3698, "Shape__Length": 14.256783677164591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177961253546997, 39.948101777868096 ], [ -75.177981800288407, 39.948004867074403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21637, "tnode_": 21675, "lpoly_": null, "rpoly_": null, "length": 113.99092155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 317, "l_t_add": 323, "r_f_add": 316, "r_t_add": 322, "st_code": 88220, "l_hundred": 300, "r_hundred": 300, "seg_id": 320768, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3699, "Shape__Length": 45.434066113007376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177981800288407, 39.948004867074403 ], [ -75.178041497702196, 39.947695339248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21675, "tnode_": 21707, "lpoly_": null, "rpoly_": null, "length": 69.3814014, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 327, "r_f_add": 324, "r_t_add": 326, "st_code": 88220, "l_hundred": 300, "r_hundred": 300, "seg_id": 320769, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3700, "Shape__Length": 27.652158483936361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178041497702196, 39.947695339248 ], [ -75.1780881045553, 39.947508287123703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21707, "tnode_": 21765, "lpoly_": null, "rpoly_": null, "length": 114.11751359, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 329, "l_t_add": 399, "r_f_add": 328, "r_t_add": 398, "st_code": 88220, "l_hundred": 300, "r_hundred": 300, "seg_id": 320770, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3701, "Shape__Length": 45.482594302878496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1780881045553, 39.947508287123703 ], [ -75.178159170691501, 39.947199832278002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21765, "tnode_": 21752, "lpoly_": null, "rpoly_": null, "length": 168.7920593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2211, "st_code": 64820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320771, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3702, "Shape__Length": 67.022043660761398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178159170691501, 39.947199832278002 ], [ -75.178754479297794, 39.947268808480104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21779, "tnode_": 21765, "lpoly_": null, "rpoly_": null, "length": 225.08453594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2118, "l_t_add": 2198, "r_f_add": 2117, "r_t_add": 2199, "st_code": 64820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320772, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3703, "Shape__Length": 89.377113669940684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177369005195203, 39.947090689253201 ], [ -75.178159170691501, 39.947199832278002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21793, "tnode_": 21779, "lpoly_": null, "rpoly_": null, "length": 227.02733158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2115, "st_code": 64820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320773, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3704, "Shape__Length": 90.143687693275908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176566579149906, 39.947007244565597 ], [ -75.177369005195203, 39.947090689253201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21710, "tnode_": 21680, "lpoly_": null, "rpoly_": null, "length": 548.21017794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 27975, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320774, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3705, "Shape__Length": 217.68101366786834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174491661029407, 39.947425596023301 ], [ -75.176421801761606, 39.947666064202501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21774, "tnode_": 21739, "lpoly_": null, "rpoly_": null, "length": 546.09963038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 62880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3706, "Shape__Length": 216.84049782466465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174567872110899, 39.947075195649298 ], [ -75.176492104880694, 39.947307331901698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21641, "tnode_": 21615, "lpoly_": null, "rpoly_": null, "length": 452.38210519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 26560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 3707, "Shape__Length": 179.63064250164138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176367840335104, 39.947906477212101 ], [ -75.177961253546997, 39.948101777868096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21701, "tnode_": 21675, "lpoly_": null, "rpoly_": null, "length": 449.47079279000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 27975, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320777, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3708, "Shape__Length": 178.47076168830327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176455118458705, 39.947517606678403 ], [ -75.178041497702196, 39.947695339248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21628, "tnode_": 21641, "lpoly_": null, "rpoly_": null, "length": 34.24215575, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 315, "l_t_add": 315, "r_f_add": 314, "r_t_add": 314, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 320779, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3709, "Shape__Length": 13.646555129186389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176340307748603, 39.947998056512397 ], [ -75.176367840335104, 39.947906477212101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21658, "tnode_": 21628, "lpoly_": null, "rpoly_": null, "length": 544.63052873000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 26560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320780, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 3710, "Shape__Length": 216.26056314875166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174422625659304, 39.947759802286598 ], [ -75.176340307748603, 39.947998056512397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21583, "tnode_": 21621, "lpoly_": null, "rpoly_": null, "length": 96.08788231, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 313, "l_t_add": 321, "r_f_add": 312, "r_t_add": 320, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 320782, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3711, "Shape__Length": 38.298120654002012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179084887016302, 39.948399755622702 ], [ -75.179138613906304, 39.948139243720902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27304, "tnode_": 21683, "lpoly_": null, "rpoly_": null, "length": 131.59938861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 331, "r_f_add": 324, "r_t_add": 330, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 320783, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3712, "Shape__Length": 52.45136175920296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179159985997003, 39.948058284747297 ], [ -75.179236549950602, 39.947701866444604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21740, "tnode_": 21814, "lpoly_": null, "rpoly_": null, "length": 167.758309, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 410, "st_code": 88240, "l_hundred": 400, "r_hundred": 400, "seg_id": 320784, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3713, "Shape__Length": 66.863380188345388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179324239146993, 39.947340552654701 ], [ -75.1794148833105, 39.946885350217102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21814, "tnode_": 21881, "lpoly_": null, "rpoly_": null, "length": 165.97019647, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 88240, "l_hundred": 400, "r_hundred": 400, "seg_id": 320785, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3714, "Shape__Length": 66.149300910950515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1794148833105, 39.946885350217102 ], [ -75.179511456537, 39.946435845248097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21637, "tnode_": 21621, "lpoly_": null, "rpoly_": null, "length": 328.01410512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 27975, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320786, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3715, "Shape__Length": 130.24579680598117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177981800288407, 39.948004867074403 ], [ -75.179138613906304, 39.948139243720902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21700, "tnode_": 21681, "lpoly_": null, "rpoly_": null, "length": 337.15742273000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 64820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320787, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3716, "Shape__Length": 133.87673824196597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1814477715713, 39.947606148987397 ], [ -75.182635512970407, 39.947750800305499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21720, "tnode_": 21700, "lpoly_": null, "rpoly_": null, "length": 317.12366779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 64820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320788, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3717, "Shape__Length": 125.92255058222756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180331728684394, 39.9474647475353 ], [ -75.1814477715713, 39.947606148987397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21740, "tnode_": 21720, "lpoly_": null, "rpoly_": null, "length": 286.07715073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 64820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320789, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3718, "Shape__Length": 113.59384848782311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179324239146993, 39.947340552654701 ], [ -75.180331728684394, 39.9474647475353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21752, "tnode_": 21740, "lpoly_": null, "rpoly_": null, "length": 161.87165729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2213, "r_t_add": 2299, "st_code": 64820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320790, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3719, "Shape__Length": 64.275231860620352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178754479297794, 39.947268808480104 ], [ -75.179324239146993, 39.947340552654701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21752, "tnode_": 21891, "lpoly_": null, "rpoly_": null, "length": 335.17957265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 26100, "l_hundred": 400, "r_hundred": 400, "seg_id": 320791, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CROSKEY ST", "stname": "S CROSKEY ST", "objectid": 3720, "Shape__Length": 133.58922316252196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178754479297794, 39.947268808480104 ], [ -75.178954271468498, 39.946361639210501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21683, "tnode_": 21662, "lpoly_": null, "rpoly_": null, "length": 289.03382475999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 62880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320792, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3721, "Shape__Length": 114.77015798971345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179236549950602, 39.947701866444604 ], [ -75.180252539176493, 39.947836240107499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21568, "tnode_": 21605, "lpoly_": null, "rpoly_": null, "length": 121.72807663, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 313, "l_t_add": 323, "r_f_add": 312, "r_t_add": 322, "st_code": 88270, "l_hundred": 300, "r_hundred": 300, "seg_id": 320794, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3722, "Shape__Length": 48.516027438741787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180102703881502, 39.948518451394598 ], [ -75.180181920415393, 39.948189901716702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21605, "tnode_": 21662, "lpoly_": null, "rpoly_": null, "length": 130.34512684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 335, "r_f_add": 324, "r_t_add": 334, "st_code": 88270, "l_hundred": 300, "r_hundred": 300, "seg_id": 320795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3723, "Shape__Length": 51.952276595350305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180181920415393, 39.948189901716702 ], [ -75.180252539176493, 39.947836240107499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21662, "tnode_": 21720, "lpoly_": null, "rpoly_": null, "length": 137.13731914000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88270, "l_hundred": 300, "r_hundred": 300, "seg_id": 320796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3724, "Shape__Length": 54.65850810506209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180252539176493, 39.947836240107499 ], [ -75.180331728684394, 39.9474647475353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21720, "tnode_": 21796, "lpoly_": null, "rpoly_": null, "length": 165.67423227, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 410, "st_code": 88270, "l_hundred": 400, "r_hundred": 400, "seg_id": 320797, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3725, "Shape__Length": 66.031280021180464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180331728684394, 39.9474647475353 ], [ -75.180432356814904, 39.947016594168801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21796, "tnode_": 21871, "lpoly_": null, "rpoly_": null, "length": 169.19111374000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 88270, "l_hundred": 400, "r_hundred": 400, "seg_id": 320798, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3726, "Shape__Length": 67.433053460153303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180432356814904, 39.947016594168801 ], [ -75.180531536029207, 39.946558459313003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27258, "tnode_": 21740, "lpoly_": null, "rpoly_": null, "length": 114.95829173, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 335, "l_t_add": 399, "r_f_add": 334, "r_t_add": 398, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 320799, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3727, "Shape__Length": 45.816633813706574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179245929281294, 39.947650251342303 ], [ -75.179246313872696, 39.947648130870299 ], [ -75.179248103478301, 39.947634338642303 ], [ -75.179324239146993, 39.947340552654701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21707, "tnode_": 27258, "lpoly_": null, "rpoly_": null, "length": 328.7202427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3728, "Shape__Length": 130.52652353621377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1780881045553, 39.947508287123703 ], [ -75.179245929281294, 39.947650251342303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21605, "tnode_": 21599, "lpoly_": null, "rpoly_": null, "length": 317.10857511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 27975, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3729, "Shape__Length": 125.91399403928828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180181920415393, 39.948189901716702 ], [ -75.180872676132296, 39.948266930908702 ], [ -75.181176818313105, 39.948301581843303 ], [ -75.181302369917603, 39.948304167272099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27304, "tnode_": 21605, "lpoly_": null, "rpoly_": null, "length": 290.50787162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 27975, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320803, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3730, "Shape__Length": 115.35541742106315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179159985997003, 39.948058284747297 ], [ -75.180181920415393, 39.948189901716702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21662, "tnode_": 21645, "lpoly_": null, "rpoly_": null, "length": 315.56442024999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 62880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320804, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3731, "Shape__Length": 125.30372392424721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180252539176493, 39.947836240107499 ], [ -75.1813635220511, 39.947974961906603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21599, "tnode_": 21587, "lpoly_": null, "rpoly_": null, "length": 326.43495895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 27975, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY PL", "stname": "DELANCEY PL", "objectid": 3732, "Shape__Length": 129.61917921252689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181302369917603, 39.948304167272099 ], [ -75.1824537902706, 39.9484370226265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21645, "tnode_": 21629, "lpoly_": null, "rpoly_": null, "length": 327.18902663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 62880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 3733, "Shape__Length": 129.91894882478465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1813635220511, 39.947974961906603 ], [ -75.182516484077794, 39.948113715957703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21796, "tnode_": 21783, "lpoly_": null, "rpoly_": null, "length": 316.8074754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 81860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3734, "Shape__Length": 125.79551572716441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180432356814904, 39.947016594168801 ], [ -75.181548024280701, 39.9471543273905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21814, "tnode_": 21796, "lpoly_": null, "rpoly_": null, "length": 289.25673639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 81860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320808, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 3735, "Shape__Length": 114.856669072472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1794148833105, 39.946885350217102 ], [ -75.180432356814904, 39.947016594168801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21681, "tnode_": 21678, "lpoly_": null, "rpoly_": null, "length": 173.42375110999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 64820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320809, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 3736, "Shape__Length": 68.860305332662918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182635512970407, 39.947750800305499 ], [ -75.183248754009995, 39.947812986797501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21678, "tnode_": 21822, "lpoly_": null, "rpoly_": null, "length": 327.22920511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 49815, "l_hundred": 400, "r_hundred": 400, "seg_id": 320810, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3737, "Shape__Length": 130.41918745767262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183248754009995, 39.947812986797501 ], [ -75.183459458859801, 39.9469294616475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21822, "tnode_": 21815, "lpoly_": null, "rpoly_": null, "length": 160.91762623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2650, "l_t_add": 2698, "r_f_add": 2651, "r_t_add": 2699, "st_code": 51520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320811, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3738, "Shape__Length": 63.895123323199719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183459458859801, 39.9469294616475 ], [ -75.184026963147403, 39.946995372695298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21828, "tnode_": 21822, "lpoly_": null, "rpoly_": null, "length": 166.17446923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2648, "r_f_add": 2601, "r_t_add": 2649, "st_code": 51520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320812, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3739, "Shape__Length": 65.982786959868434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1828738848547, 39.946859047372598 ], [ -75.183459458859801, 39.9469294616475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21855, "tnode_": 21828, "lpoly_": null, "rpoly_": null, "length": 349.74935275000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 51520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320813, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3740, "Shape__Length": 138.87547629188086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181642522667104, 39.946705523218903 ], [ -75.1828738848547, 39.946859047372598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21871, "tnode_": 21855, "lpoly_": null, "rpoly_": null, "length": 316.0720867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 51520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320814, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3741, "Shape__Length": 125.50449207804149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180531536029207, 39.946558459313003 ], [ -75.181642522667104, 39.946705523218903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21881, "tnode_": 21871, "lpoly_": null, "rpoly_": null, "length": 289.47755259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 51520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320815, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3742, "Shape__Length": 114.94198105779897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179511456537, 39.946435845248097 ], [ -75.180531536029207, 39.946558459313003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21891, "tnode_": 21881, "lpoly_": null, "rpoly_": null, "length": 158.54574491000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2215, "r_t_add": 2299, "st_code": 51520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320816, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3743, "Shape__Length": 62.954505334513954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178954271468498, 39.946361639210501 ], [ -75.179511456537, 39.946435845248097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21822, "tnode_": 21890, "lpoly_": null, "rpoly_": null, "length": 172.30669252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 520, "st_code": 49815, "l_hundred": 500, "r_hundred": 500, "seg_id": 320817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3744, "Shape__Length": 68.67368335269606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183459458859801, 39.9469294616475 ], [ -75.183567339489201, 39.946463803065299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21890, "tnode_": 21978, "lpoly_": null, "rpoly_": null, "length": 201.64107384, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 521, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 49815, "l_hundred": 500, "r_hundred": 500, "seg_id": 320818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3745, "Shape__Length": 80.363414067806161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183567339489201, 39.946463803065299 ], [ -75.183700142009897, 39.945919792380401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21978, "tnode_": 22107, "lpoly_": null, "rpoly_": null, "length": 323.14574340999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 49815, "l_hundred": 600, "r_hundred": 600, "seg_id": 320819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3746, "Shape__Length": 128.79103057519137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183700142009897, 39.945919792380401 ], [ -75.183889198717907, 39.945044732963197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22086, "tnode_": 22075, "lpoly_": null, "rpoly_": null, "length": 198.0666681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 15460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 320820, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3747, "Shape__Length": 78.646908152598797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185009663224207, 39.945187779791198 ], [ -75.1857045908082, 39.945285401462698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22107, "tnode_": 22086, "lpoly_": null, "rpoly_": null, "length": 318.45554904999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2616, "l_t_add": 2698, "r_f_add": 2617, "r_t_add": 2699, "st_code": 15460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320821, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3748, "Shape__Length": 126.44710742129216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183889198717907, 39.945044732963197 ], [ -75.185009663224207, 39.945187779791198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22116, "tnode_": 22107, "lpoly_": null, "rpoly_": null, "length": 152.41767694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2615, "st_code": 15460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320822, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3749, "Shape__Length": 60.517823722874731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183351098011599, 39.944985382240297 ], [ -75.183889198717907, 39.945044732963197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22125, "tnode_": 22116, "lpoly_": null, "rpoly_": null, "length": 161.34769143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2524, "l_t_add": 2598, "r_f_add": 2521, "r_t_add": 2599, "st_code": 15460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320823, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3750, "Shape__Length": 64.064732985477647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182782942632002, 39.944915101902403 ], [ -75.183351098011599, 39.944985382240297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21978, "tnode_": 21966, "lpoly_": null, "rpoly_": null, "length": 156.5173001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2616, "l_t_add": 2698, "r_f_add": 2613, "r_t_add": 2699, "st_code": 73440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320825, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3751, "Shape__Length": 62.147940381680385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183700142009897, 39.945919792380401 ], [ -75.184251015208503, 39.945989301167202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21981, "tnode_": 21978, "lpoly_": null, "rpoly_": null, "length": 162.97200226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2611, "st_code": 73440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320826, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3752, "Shape__Length": 64.710760612634786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183126476915106, 39.945847768838199 ], [ -75.183700142009897, 39.945919792380401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21992, "tnode_": 21981, "lpoly_": null, "rpoly_": null, "length": 154.51402236000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2524, "l_t_add": 2598, "r_f_add": 2519, "r_t_add": 2599, "st_code": 73440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320827, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3753, "Shape__Length": 61.353520840413189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182583972662599, 39.945773228672998 ], [ -75.183126476915106, 39.945847768838199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21999, "tnode_": 21992, "lpoly_": null, "rpoly_": null, "length": 198.43011031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2517, "st_code": 73440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320828, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3754, "Shape__Length": 78.787296126357433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181882601301993, 39.945700497360598 ], [ -75.182583972662599, 39.945773228672998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21981, "tnode_": 22116, "lpoly_": null, "rpoly_": null, "length": 323.82799624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88310, "l_hundred": 600, "r_hundred": 600, "seg_id": 320830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 3755, "Shape__Length": 129.04897368909738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183126476915106, 39.945847768838199 ], [ -75.183171649940604, 39.945815444121301 ], [ -75.183351098011599, 39.944985382240297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21992, "tnode_": 22125, "lpoly_": null, "rpoly_": null, "length": 317.53920261999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 15680, "l_hundred": 600, "r_hundred": 600, "seg_id": 320831, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAMBREY ST", "stname": "S BAMBREY ST", "objectid": 3756, "Shape__Length": 126.55429327753146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182583972662599, 39.945773228672998 ], [ -75.182782942632002, 39.944915101902403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21815, "tnode_": 21966, "lpoly_": null, "rpoly_": null, "length": 371.83862817, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88330, "l_hundred": 500, "r_hundred": 500, "seg_id": 320833, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 3757, "Shape__Length": 148.19900707469415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184026963147403, 39.946995372695298 ], [ -75.184251015208503, 39.945989301167202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21897, "tnode_": 21890, "lpoly_": null, "rpoly_": null, "length": 168.27535573999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 59060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 320834, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3758, "Shape__Length": 66.816204557507575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182973996632398, 39.946394344358097 ], [ -75.183567339489201, 39.946463803065299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21912, "tnode_": 21897, "lpoly_": null, "rpoly_": null, "length": 349.95120206999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 59060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 320835, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3759, "Shape__Length": 138.95567897573991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181743090269407, 39.946235327022301 ], [ -75.182973996632398, 39.946394344358097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21931, "tnode_": 21912, "lpoly_": null, "rpoly_": null, "length": 313.36508291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 59060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 320836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3760, "Shape__Length": 124.42727538456278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180639928500597, 39.946097335785602 ], [ -75.181743090269407, 39.946235327022301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21897, "tnode_": 21981, "lpoly_": null, "rpoly_": null, "length": 205.96884547, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 519, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 88310, "l_hundred": 500, "r_hundred": 500, "seg_id": 320837, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 3761, "Shape__Length": 82.079277953040474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182973996632398, 39.946394344358097 ], [ -75.1830854504596, 39.945884672465603 ], [ -75.183126476915106, 39.945847768838199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21828, "tnode_": 21897, "lpoly_": null, "rpoly_": null, "length": 171.59427568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 516, "st_code": 88310, "l_hundred": 500, "r_hundred": 500, "seg_id": 320838, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 3762, "Shape__Length": 68.390769236600178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1828738848547, 39.946859047372598 ], [ -75.182973996632398, 39.946394344358097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21764, "tnode_": 21828, "lpoly_": null, "rpoly_": null, "length": 165.84818468999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 417, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 88310, "l_hundred": 400, "r_hundred": 400, "seg_id": 320839, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 3763, "Shape__Length": 66.098543301690825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182761099329397, 39.947305969044699 ], [ -75.1828738848547, 39.946859047372598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22037, "tnode_": 22033, "lpoly_": null, "rpoly_": null, "length": 91.50322802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2222, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 73440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320840, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3764, "Shape__Length": 36.331950572482405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179412344204295, 39.945386523025803 ], [ -75.179735215669893, 39.945423089900103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22049, "tnode_": 22037, "lpoly_": null, "rpoly_": null, "length": 236.66562343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2220, "r_f_add": 2201, "r_t_add": 2217, "st_code": 73440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320841, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3765, "Shape__Length": 93.971965329335717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178580064379304, 39.9452783073801 ], [ -75.179412344204295, 39.945386523025803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22070, "tnode_": 22049, "lpoly_": null, "rpoly_": null, "length": 451.65520798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 73440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320842, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3766, "Shape__Length": 179.33348462774705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176988035844403, 39.945089419587497 ], [ -75.178580064379304, 39.9452783073801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21871, "tnode_": 21931, "lpoly_": null, "rpoly_": null, "length": 170.70607325999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 514, "st_code": 88270, "l_hundred": 500, "r_hundred": 500, "seg_id": 320843, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3767, "Shape__Length": 68.035146656516787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180531536029207, 39.946558459313003 ], [ -75.180639928500597, 39.946097335785602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21931, "tnode_": 22019, "lpoly_": null, "rpoly_": null, "length": 199.97277448, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 513, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 88270, "l_hundred": 500, "r_hundred": 500, "seg_id": 320844, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3768, "Shape__Length": 79.701375517164635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180639928500597, 39.946097335785602 ], [ -75.180749595257893, 39.945554913622303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22019, "tnode_": 22143, "lpoly_": null, "rpoly_": null, "length": 324.03405054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88270, "l_hundred": 600, "r_hundred": 600, "seg_id": 320845, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3769, "Shape__Length": 129.14234140833892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180749595257893, 39.945554913622303 ], [ -75.180952800983206, 39.944679257907097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21976, "tnode_": 21954, "lpoly_": null, "rpoly_": null, "length": 327.93260062999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 59060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320846, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3770, "Shape__Length": 130.21126656882799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178450831671498, 39.945813637030199 ], [ -75.179605007163403, 39.9459592907873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21954, "tnode_": 21931, "lpoly_": null, "rpoly_": null, "length": 294.4993698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 59060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 320847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3771, "Shape__Length": 116.93765462009969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179605007163403, 39.9459592907873 ], [ -75.180639928500597, 39.946097335785602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21881, "tnode_": 21954, "lpoly_": null, "rpoly_": null, "length": 175.57059006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 510, "st_code": 88240, "l_hundred": 500, "r_hundred": 500, "seg_id": 320848, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3772, "Shape__Length": 69.976357534561387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179511456537, 39.946435845248097 ], [ -75.179605007163403, 39.9459592907873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22033, "tnode_": 22076, "lpoly_": null, "rpoly_": null, "length": 111.8111681, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 622, "st_code": 88240, "l_hundred": 600, "r_hundred": 600, "seg_id": 320849, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3773, "Shape__Length": 44.560870769969284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179735215669893, 39.945423089900103 ], [ -75.179811983990803, 39.945121895319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21899, "tnode_": 21891, "lpoly_": null, "rpoly_": null, "length": 173.01949682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2213, "st_code": 51520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320850, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3774, "Shape__Length": 68.700863917759477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178345388240004, 39.946284455851803 ], [ -75.178954271468498, 39.946361639210501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21908, "tnode_": 21899, "lpoly_": null, "rpoly_": null, "length": 226.79537004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 51520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320851, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3775, "Shape__Length": 90.053612298731096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177547348457395, 39.946182871572397 ], [ -75.178345388240004, 39.946284455851803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21920, "tnode_": 21908, "lpoly_": null, "rpoly_": null, "length": 225.50838903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2125, "st_code": 51520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320852, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 3776, "Shape__Length": 89.539510397296681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176750451806797, 39.946099134771103 ], [ -75.177547348457395, 39.946182871572397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21899, "tnode_": 21934, "lpoly_": null, "rpoly_": null, "length": 96.788339760000014, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 501, "r_f_add": 500, "r_t_add": 506, "st_code": 88220, "l_hundred": 500, "r_hundred": 500, "seg_id": 320853, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3777, "Shape__Length": 38.575602668833767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178345388240004, 39.946284455851803 ], [ -75.178403084452995, 39.946022497022398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21934, "tnode_": 21976, "lpoly_": null, "rpoly_": null, "length": 77.2527601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 503, "l_t_add": 509, "r_f_add": 508, "r_t_add": 516, "st_code": 88220, "l_hundred": 500, "r_hundred": 500, "seg_id": 320854, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3778, "Shape__Length": 30.789214296573473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178403084452995, 39.946022497022398 ], [ -75.178450831671498, 39.945813637030199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21976, "tnode_": 22008, "lpoly_": null, "rpoly_": null, "length": 87.86057914, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 511, "l_t_add": 517, "r_f_add": 518, "r_t_add": 524, "st_code": 88220, "l_hundred": 500, "r_hundred": 500, "seg_id": 320855, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3779, "Shape__Length": 35.017144543049078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178450831671498, 39.945813637030199 ], [ -75.178503262411397, 39.945575848705197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22008, "tnode_": 22049, "lpoly_": null, "rpoly_": null, "length": 110.5073717, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 519, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 88220, "l_hundred": 500, "r_hundred": 500, "seg_id": 320856, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3780, "Shape__Length": 44.041200913273386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178503262411397, 39.945575848705197 ], [ -75.178580064379304, 39.9452783073801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22049, "tnode_": 22115, "lpoly_": null, "rpoly_": null, "length": 164.34553215, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 649, "r_f_add": 600, "r_t_add": 648, "st_code": 88220, "l_hundred": 600, "r_hundred": 600, "seg_id": 320857, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3781, "Shape__Length": 65.501184433744015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178580064379304, 39.9452783073801 ], [ -75.1786688515337, 39.944832364079502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22115, "tnode_": 22176, "lpoly_": null, "rpoly_": null, "length": 156.36383858, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 651, "l_t_add": 699, "r_f_add": 650, "r_t_add": 698, "st_code": 88220, "l_hundred": 600, "r_hundred": 600, "seg_id": 320858, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3782, "Shape__Length": 62.317475353827419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786688515337, 39.944832364079502 ], [ -75.178768138194002, 39.944409983301902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22035, "tnode_": 22070, "lpoly_": null, "rpoly_": null, "length": 105.6184193, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 527, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 88200, "l_hundred": 500, "r_hundred": 500, "seg_id": 320859, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3783, "Shape__Length": 42.094495109944631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176926275205702, 39.9453754319781 ], [ -75.176988035844403, 39.945089419587497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22070, "tnode_": 22136, "lpoly_": null, "rpoly_": null, "length": 168.08838774, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 614, "st_code": 88200, "l_hundred": 600, "r_hundred": 600, "seg_id": 320860, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3784, "Shape__Length": 66.991537240891461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176988035844403, 39.945089419587497 ], [ -75.177087451817002, 39.944634384819899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22136, "tnode_": 22196, "lpoly_": null, "rpoly_": null, "length": 153.12826941, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 617, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 88200, "l_hundred": 600, "r_hundred": 600, "seg_id": 320861, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3785, "Shape__Length": 61.029738273911533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177087451817002, 39.944634384819899 ], [ -75.177171363081399, 39.9442190197869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21997, "tnode_": 21976, "lpoly_": null, "rpoly_": null, "length": 451.33804739000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 59060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320862, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3786, "Shape__Length": 179.21051438845274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176861697468794, 39.945616156619003 ], [ -75.178450831671498, 39.945813637030199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21959, "tnode_": 21934, "lpoly_": null, "rpoly_": null, "length": 449.84447498000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRYON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 77920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320863, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRYON ST", "stname": "TRYON ST", "objectid": 3787, "Shape__Length": 178.6185369414103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176819802643294, 39.945822838049601 ], [ -75.178403084452995, 39.946022497022398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22035, "tnode_": 22008, "lpoly_": null, "rpoly_": null, "length": 448.1506408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 69080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 320864, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3788, "Shape__Length": 177.94508196896697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176926275205702, 39.9453754319781 ], [ -75.178503262411397, 39.945575848705197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22115, "tnode_": 22087, "lpoly_": null, "rpoly_": null, "length": 384.82614836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 47080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 320865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3789, "Shape__Length": 152.79955982722606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786688515337, 39.944832364079502 ], [ -75.180023349099002, 39.945002809711298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22027, "tnode_": 22060, "lpoly_": null, "rpoly_": null, "length": 88.61877347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 519, "l_t_add": 525, "r_f_add": 516, "r_t_add": 526, "st_code": 88180, "l_hundred": 500, "r_hundred": 500, "seg_id": 320866, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3790, "Shape__Length": 35.319696343357236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174944618328297, 39.945366443354303 ], [ -75.174993242161804, 39.945126069686602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22060, "tnode_": 22105, "lpoly_": null, "rpoly_": null, "length": 105.23920369, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 527, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 88180, "l_hundred": 500, "r_hundred": 500, "seg_id": 320867, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3791, "Shape__Length": 41.94296982954824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174993242161804, 39.945126069686602 ], [ -75.175056392055495, 39.944841293098598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22105, "tnode_": 22165, "lpoly_": null, "rpoly_": null, "length": 164.06431485000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 610, "st_code": 88180, "l_hundred": 600, "r_hundred": 600, "seg_id": 320868, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3792, "Shape__Length": 65.387952901722542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175056392055495, 39.944841293098598 ], [ -75.1751503680224, 39.944396762350003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22165, "tnode_": 22215, "lpoly_": null, "rpoly_": null, "length": 154.57214533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 613, "l_t_add": 699, "r_f_add": 612, "r_t_add": 698, "st_code": 88180, "l_hundred": 600, "r_hundred": 600, "seg_id": 320869, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3793, "Shape__Length": 61.603728965210863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1751503680224, 39.944396762350003 ], [ -75.175243892944096, 39.943978593179096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22027, "tnode_": 21997, "lpoly_": null, "rpoly_": null, "length": 545.16324862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 59060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3794, "Shape__Length": 216.46659390903244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174944618328297, 39.945366443354303 ], [ -75.176861697468794, 39.945616156619003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22051, "tnode_": 22027, "lpoly_": null, "rpoly_": null, "length": 446.20457671999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 59060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320871, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3795, "Shape__Length": 177.17123861193684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173373809162499, 39.945170067996699 ], [ -75.174944618328297, 39.945366443354303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22060, "tnode_": 22035, "lpoly_": null, "rpoly_": null, "length": 549.5550233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 69080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320872, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3796, "Shape__Length": 218.20920228559982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174993242161804, 39.945126069686602 ], [ -75.176926275205702, 39.9453754319781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22077, "tnode_": 22060, "lpoly_": null, "rpoly_": null, "length": 444.95171118000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 69080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320873, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3797, "Shape__Length": 176.67241907730246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173426007048604, 39.944934278423197 ], [ -75.174993242161804, 39.945126069686602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22105, "tnode_": 22070, "lpoly_": null, "rpoly_": null, "length": 549.09881573999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 73440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320874, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3798, "Shape__Length": 218.02694808498708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175056392055495, 39.944841293098598 ], [ -75.176988035844403, 39.945089419587497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22129, "tnode_": 22105, "lpoly_": null, "rpoly_": null, "length": 446.87591878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 73440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320875, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3799, "Shape__Length": 177.43574055720731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173482432607301, 39.944648446888898 ], [ -75.175056392055495, 39.944841293098598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22183, "tnode_": 22165, "lpoly_": null, "rpoly_": null, "length": 447.86967545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 47080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320876, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3800, "Shape__Length": 177.82870345466293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173572395843607, 39.944206032750003 ], [ -75.1751503680224, 39.944396762350003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22051, "tnode_": 22077, "lpoly_": null, "rpoly_": null, "length": 87.13185148, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 519, "l_t_add": 525, "r_f_add": 520, "r_t_add": 526, "st_code": 88160, "l_hundred": 500, "r_hundred": 500, "seg_id": 320877, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3801, "Shape__Length": 34.726351887079723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173373809162499, 39.945170067996699 ], [ -75.173426007048604, 39.944934278423197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22077, "tnode_": 22129, "lpoly_": null, "rpoly_": null, "length": 105.31837048, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 527, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 88160, "l_hundred": 500, "r_hundred": 500, "seg_id": 320878, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3802, "Shape__Length": 41.975353013924511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173426007048604, 39.944934278423197 ], [ -75.173482432607301, 39.944648446888898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22129, "tnode_": 22183, "lpoly_": null, "rpoly_": null, "length": 163.12557366, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 616, "st_code": 88160, "l_hundred": 600, "r_hundred": 600, "seg_id": 320879, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3803, "Shape__Length": 65.014117013819572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173482432607301, 39.944648446888898 ], [ -75.173572395843607, 39.944206032750003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22183, "tnode_": 22229, "lpoly_": null, "rpoly_": null, "length": 155.98299856, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 617, "l_t_add": 699, "r_f_add": 618, "r_t_add": 698, "st_code": 88160, "l_hundred": 600, "r_hundred": 600, "seg_id": 320880, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3804, "Shape__Length": 62.165300699670389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173572395843607, 39.944206032750003 ], [ -75.173670323572594, 39.943784526177602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22229, "tnode_": 22296, "lpoly_": null, "rpoly_": null, "length": 179.04872604, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 714, "st_code": 88160, "l_hundred": 700, "r_hundred": 700, "seg_id": 320881, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3805, "Shape__Length": 71.357033104627106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173670323572594, 39.943784526177602 ], [ -75.173785201777804, 39.943301033898997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22296, "tnode_": 22365, "lpoly_": null, "rpoly_": null, "length": 181.28130463999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 717, "l_t_add": 737, "r_f_add": 716, "r_t_add": 730, "st_code": 88160, "l_hundred": 700, "r_hundred": 700, "seg_id": 320882, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3806, "Shape__Length": 72.248425757692502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173785201777804, 39.943301033898997 ], [ -75.173887049850606, 39.942809607387503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22215, "tnode_": 22196, "lpoly_": null, "rpoly_": null, "length": 547.4956692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 15460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 320883, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3807, "Shape__Length": 217.38632721567294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175243892944096, 39.943978593179096 ], [ -75.177171363081399, 39.9442190197869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22229, "tnode_": 22215, "lpoly_": null, "rpoly_": null, "length": 446.84358208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 15460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 320884, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3808, "Shape__Length": 177.42087161558914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173670323572594, 39.943784526177602 ], [ -75.175243892944096, 39.943978593179096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22248, "tnode_": 22229, "lpoly_": null, "rpoly_": null, "length": 444.16186554000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 15460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320885, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3809, "Shape__Length": 176.35658761506198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172107360824597, 39.943586139170598 ], [ -75.173670323572594, 39.943784526177602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22264, "tnode_": 22248, "lpoly_": null, "rpoly_": null, "length": 306.29783980999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1708, "l_t_add": 1798, "r_f_add": 1715, "r_t_add": 1799, "st_code": 15460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320886, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3810, "Shape__Length": 121.61668005048254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171029486387994, 39.943449537883097 ], [ -75.172107360824597, 39.943586139170598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22271, "tnode_": 22264, "lpoly_": null, "rpoly_": null, "length": 140.24794283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1713, "st_code": 15460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320887, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3811, "Shape__Length": 55.685437456487321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170535442521398, 39.943389406079902 ], [ -75.171029486387994, 39.943449537883097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22151, "tnode_": 22129, "lpoly_": null, "rpoly_": null, "length": 446.71773899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 73440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320888, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3812, "Shape__Length": 177.37291439083469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171909592909998, 39.944452989310697 ], [ -75.173482432607301, 39.944648446888898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22169, "tnode_": 22151, "lpoly_": null, "rpoly_": null, "length": 447.48209318000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 73440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320889, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3813, "Shape__Length": 177.67644105082456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1703346957691, 39.944254220942703 ], [ -75.171909592909998, 39.944452989310697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22061, "tnode_": 22104, "lpoly_": null, "rpoly_": null, "length": 101.19640433, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 517, "l_t_add": 525, "r_f_add": 516, "r_t_add": 524, "st_code": 88140, "l_hundred": 500, "r_hundred": 500, "seg_id": 320890, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3814, "Shape__Length": 40.332012588509805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171778189304206, 39.945038971984097 ], [ -75.1718365430267, 39.944764830051398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22104, "tnode_": 22151, "lpoly_": null, "rpoly_": null, "length": 115.42972021, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 527, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 88140, "l_hundred": 500, "r_hundred": 500, "seg_id": 320891, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3815, "Shape__Length": 46.003561366382932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1718365430267, 39.944764830051398 ], [ -75.171909592909998, 39.944452989310697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22151, "tnode_": 22203, "lpoly_": null, "rpoly_": null, "length": 162.38910842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 614, "st_code": 88140, "l_hundred": 600, "r_hundred": 600, "seg_id": 320892, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3816, "Shape__Length": 64.718453532224331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171909592909998, 39.944452989310697 ], [ -75.172012549104394, 39.944014310981501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22203, "tnode_": 22248, "lpoly_": null, "rpoly_": null, "length": 158.22455972, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 617, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 88140, "l_hundred": 600, "r_hundred": 600, "seg_id": 320893, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3817, "Shape__Length": 63.059155519249998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172012549104394, 39.944014310981501 ], [ -75.172107360824597, 39.943586139170598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22248, "tnode_": 22325, "lpoly_": null, "rpoly_": null, "length": 180.60598887999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 711, "r_f_add": 700, "r_t_add": 716, "st_code": 88140, "l_hundred": 700, "r_hundred": 700, "seg_id": 320894, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3818, "Shape__Length": 71.979026181023144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172107360824597, 39.943586139170598 ], [ -75.172212776147205, 39.943097037565899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22325, "tnode_": 22397, "lpoly_": null, "rpoly_": null, "length": 178.65750999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 713, "l_t_add": 741, "r_f_add": 718, "r_t_add": 740, "st_code": 88140, "l_hundred": 700, "r_hundred": 700, "seg_id": 320895, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3819, "Shape__Length": 71.202843688103201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172212776147205, 39.943097037565899 ], [ -75.172310801436595, 39.942612438868402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22325, "tnode_": 22296, "lpoly_": null, "rpoly_": null, "length": 447.11822121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 63720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320896, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 3820, "Shape__Length": 177.52996264452017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172212776147205, 39.943097037565899 ], [ -75.173785201777804, 39.943301033898997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22264, "tnode_": 22412, "lpoly_": null, "rpoly_": null, "length": 354.36726063000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 24360, "l_hundred": 700, "r_hundred": 700, "seg_id": 320897, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 3821, "Shape__Length": 141.22726090758547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171029486387994, 39.943449537883097 ], [ -75.171250553317194, 39.942491752714403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22203, "tnode_": 22183, "lpoly_": null, "rpoly_": null, "length": 442.90777660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 47080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 320898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3822, "Shape__Length": 175.85862176106812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172012549104394, 39.944014310981501 ], [ -75.173572395843607, 39.944206032750003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22220, "tnode_": 22203, "lpoly_": null, "rpoly_": null, "length": 447.45446116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 47080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3823, "Shape__Length": 177.66477795854638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170438284703593, 39.943813104570403 ], [ -75.172012549104394, 39.944014310981501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22082, "tnode_": 22128, "lpoly_": null, "rpoly_": null, "length": 91.25319994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 517, "l_t_add": 523, "r_f_add": 516, "r_t_add": 524, "st_code": 88120, "l_hundred": 500, "r_hundred": 500, "seg_id": 320900, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3824, "Shape__Length": 36.36848728502207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170208568344904, 39.944827143439198 ], [ -75.170264839878001, 39.944580414658901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22128, "tnode_": 22169, "lpoly_": null, "rpoly_": null, "length": 120.429963, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 525, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 88120, "l_hundred": 500, "r_hundred": 500, "seg_id": 320901, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3825, "Shape__Length": 47.997184330248935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170264839878001, 39.944580414658901 ], [ -75.1703346957691, 39.944254220942703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22169, "tnode_": 22220, "lpoly_": null, "rpoly_": null, "length": 163.29465163, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 612, "st_code": 88120, "l_hundred": 600, "r_hundred": 600, "seg_id": 320902, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3826, "Shape__Length": 65.079148912070323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1703346957691, 39.944254220942703 ], [ -75.170438284703593, 39.943813104570403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22220, "tnode_": 22271, "lpoly_": null, "rpoly_": null, "length": 156.73142864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 613, "l_t_add": 699, "r_f_add": 614, "r_t_add": 698, "st_code": 88120, "l_hundred": 600, "r_hundred": 600, "seg_id": 320903, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3827, "Shape__Length": 62.463410742352778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170438284703593, 39.943813104570403 ], [ -75.170535442521398, 39.943389406079902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22271, "tnode_": 22423, "lpoly_": null, "rpoly_": null, "length": 356.14166223999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 739, "r_f_add": 700, "r_t_add": 738, "st_code": 88120, "l_hundred": 700, "r_hundred": 700, "seg_id": 320904, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3828, "Shape__Length": 141.93689756661331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170535442521398, 39.943389406079902 ], [ -75.170739966312894, 39.9424245101102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22281, "tnode_": 22271, "lpoly_": null, "rpoly_": null, "length": 152.29150445000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 15460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320905, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3829, "Shape__Length": 60.468082580003447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169999899851405, 39.943319752912501 ], [ -75.170535442521398, 39.943389406079902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22286, "tnode_": 22281, "lpoly_": null, "rpoly_": null, "length": 76.07740418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1622, "l_t_add": 1626, "r_f_add": 1621, "r_t_add": 1629, "st_code": 15460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320906, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3830, "Shape__Length": 30.206513357837551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169731947904495, 39.943286933735898 ], [ -75.169999899851405, 39.943319752912501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22293, "tnode_": 22286, "lpoly_": null, "rpoly_": null, "length": 111.13183241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1610, "l_t_add": 1620, "r_f_add": 1609, "r_t_add": 1619, "st_code": 15460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320907, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3831, "Shape__Length": 44.125622428414914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169341431842994, 39.943234821860202 ], [ -75.169731947904495, 39.943286933735898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22299, "tnode_": 22293, "lpoly_": null, "rpoly_": null, "length": 107.98962443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1608, "r_f_add": 1601, "r_t_add": 1607, "st_code": 15460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320908, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3832, "Shape__Length": 42.876212027653573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168959956642098, 39.943194053137297 ], [ -75.169341431842994, 39.943234821860202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22313, "tnode_": 22299, "lpoly_": null, "rpoly_": null, "length": 198.04289694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 15460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320909, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3833, "Shape__Length": 78.633367790708803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168263195011207, 39.943105006865302 ], [ -75.168959956642098, 39.943194053137297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22082, "tnode_": 22061, "lpoly_": null, "rpoly_": null, "length": 447.38070892999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 59060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3834, "Shape__Length": 177.6418534340325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170208568344904, 39.944827143439198 ], [ -75.170261237471905, 39.944845888795903 ], [ -75.171778189304206, 39.945038971984097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22128, "tnode_": 22104, "lpoly_": null, "rpoly_": null, "length": 446.06247818000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 69080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320911, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3835, "Shape__Length": 177.11202110643023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170264839878001, 39.944580414658901 ], [ -75.170328023644501, 39.944579227257798 ], [ -75.1718365430267, 39.944764830051398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22150, "tnode_": 22128, "lpoly_": null, "rpoly_": null, "length": 445.41969906000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 69080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3836, "Shape__Length": 176.85867539679057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168698113517394, 39.944378313416102 ], [ -75.170264839878001, 39.944580414658901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22150, "tnode_": 22187, "lpoly_": null, "rpoly_": null, "length": 117.53902323, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 525, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 88100, "l_hundred": 500, "r_hundred": 500, "seg_id": 320913, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3837, "Shape__Length": 46.845153729505171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168698113517394, 39.944378313416102 ], [ -75.1687642731182, 39.944059697737202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22187, "tnode_": 22236, "lpoly_": null, "rpoly_": null, "length": 159.8336947, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 614, "st_code": 88100, "l_hundred": 600, "r_hundred": 600, "seg_id": 320914, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3838, "Shape__Length": 63.700052720911643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1687642731182, 39.944059697737202 ], [ -75.168863053028105, 39.943627571889103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22236, "tnode_": 22299, "lpoly_": null, "rpoly_": null, "length": 160.24343615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 613, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 88100, "l_hundred": 600, "r_hundred": 600, "seg_id": 320915, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3839, "Shape__Length": 63.863268633619313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168863053028105, 39.943627571889103 ], [ -75.168959956642098, 39.943194053137297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22299, "tnode_": 22458, "lpoly_": null, "rpoly_": null, "length": 357.16699179, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 737, "r_f_add": 700, "r_t_add": 738, "st_code": 88100, "l_hundred": 700, "r_hundred": 700, "seg_id": 320916, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3840, "Shape__Length": 142.34466898839278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168959956642098, 39.943194053137297 ], [ -75.169168257510506, 39.942226782898203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22135, "tnode_": 28121, "lpoly_": null, "rpoly_": null, "length": 78.00708747, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 515, "l_t_add": 519, "r_f_add": 518, "r_t_add": 520, "st_code": 88080, "l_hundred": 500, "r_hundred": 500, "seg_id": 320917, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2000-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3841, "Shape__Length": 31.090463453531157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167073566326806, 39.944468098842499 ], [ -75.167112192302795, 39.944256033419201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22171, "tnode_": 22209, "lpoly_": null, "rpoly_": null, "length": 121.67345129, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 523, "l_t_add": 599, "r_f_add": 524, "r_t_add": 598, "st_code": 88080, "l_hundred": 500, "r_hundred": 500, "seg_id": 320918, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2000-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3842, "Shape__Length": 48.494338836767923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167127296002107, 39.944188937915598 ], [ -75.167183545940304, 39.943857746911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22209, "tnode_": 22255, "lpoly_": null, "rpoly_": null, "length": 159.22547609, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 608, "st_code": 88080, "l_hundred": 600, "r_hundred": 600, "seg_id": 320919, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3843, "Shape__Length": 63.458040761962643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167183545940304, 39.943857746911 ], [ -75.167278113532106, 39.943426756338098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22255, "tnode_": 22328, "lpoly_": null, "rpoly_": null, "length": 156.16796396000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 617, "l_t_add": 699, "r_f_add": 610, "r_t_add": 698, "st_code": 88080, "l_hundred": 600, "r_hundred": 600, "seg_id": 320920, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3844, "Shape__Length": 62.238876255924524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167278113532106, 39.943426756338098 ], [ -75.1673724185206, 39.943004245562399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22135, "tnode_": 22114, "lpoly_": null, "rpoly_": null, "length": 445.11462393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 59060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320921, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3845, "Shape__Length": 176.74148650243322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167073566326806, 39.944468098842499 ], [ -75.168584880202701, 39.9446590469759 ], [ -75.168634692194004, 39.944639434745298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22114, "tnode_": 22150, "lpoly_": null, "rpoly_": null, "length": 96.76970426, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 515, "l_t_add": 523, "r_f_add": 514, "r_t_add": 526, "st_code": 88100, "l_hundred": 500, "r_hundred": 500, "seg_id": 320923, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2008-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3846, "Shape__Length": 38.566363162052134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168634692194004, 39.944639434745298 ], [ -75.168698113517394, 39.944378313416102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22114, "tnode_": 22082, "lpoly_": null, "rpoly_": null, "length": 449.56086896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 59060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 3847, "Shape__Length": 178.50979911940863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168634692194004, 39.944639434745298 ], [ -75.168690077658297, 39.944622250016103 ], [ -75.170165793743905, 39.944810881247598 ], [ -75.170208568344904, 39.944827143439198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22187, "tnode_": 22169, "lpoly_": null, "rpoly_": null, "length": 445.9970145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 73440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320925, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 3848, "Shape__Length": 177.08560615819513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1687642731182, 39.944059697737202 ], [ -75.1703346957691, 39.944254220942703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22171, "tnode_": 22150, "lpoly_": null, "rpoly_": null, "length": 445.81149155999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 69080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320926, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 3849, "Shape__Length": 177.01136091498697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167127296002107, 39.944188937915598 ], [ -75.168698113517394, 39.944378313416102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22255, "tnode_": 22236, "lpoly_": null, "rpoly_": null, "length": 450.38684920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 47080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320927, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3850, "Shape__Length": 178.82776538000903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167278113532106, 39.943426756338098 ], [ -75.168863053028105, 39.943627571889103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22236, "tnode_": 22220, "lpoly_": null, "rpoly_": null, "length": 446.82404254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 47080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320928, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3851, "Shape__Length": 177.41117818240147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168863053028105, 39.943627571889103 ], [ -75.170438284703593, 39.943813104570403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22318, "tnode_": 22313, "lpoly_": null, "rpoly_": null, "length": 126.35904454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1510, "l_t_add": 1520, "r_f_add": 1511, "r_t_add": 1521, "st_code": 15460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320929, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3852, "Shape__Length": 50.170001683887136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167817393572605, 39.943054279001899 ], [ -75.168263195011207, 39.943105006865302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22328, "tnode_": 22318, "lpoly_": null, "rpoly_": null, "length": 126.09310347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1508, "r_f_add": 1501, "r_t_add": 1509, "st_code": 15460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320930, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3853, "Shape__Length": 50.064276401584578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1673724185206, 39.943004245562399 ], [ -75.167817393572605, 39.943054279001899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22340, "tnode_": 22328, "lpoly_": null, "rpoly_": null, "length": 319.86062307999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1412, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 15460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320931, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3854, "Shape__Length": 127.00043842954064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166246477904906, 39.942863231514899 ], [ -75.1673724185206, 39.943004245562399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22348, "tnode_": 22340, "lpoly_": null, "rpoly_": null, "length": 132.85546637000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 15460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320932, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3855, "Shape__Length": 52.752136622950658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165781167704793, 39.9427944467472 ], [ -75.166246477904906, 39.942863231514899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22267, "tnode_": 22255, "lpoly_": null, "rpoly_": null, "length": 317.08714347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 47080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320933, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 3856, "Shape__Length": 125.89979203995034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166161673345997, 39.943288179243702 ], [ -75.167278113532106, 39.943426756338098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22267, "tnode_": 22340, "lpoly_": null, "rpoly_": null, "length": 156.61643959, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 69480, "l_hundred": 600, "r_hundred": 600, "seg_id": 320934, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 3857, "Shape__Length": 62.41886470304194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166161673345997, 39.943288179243702 ], [ -75.166246477904906, 39.942863231514899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22328, "tnode_": 22364, "lpoly_": null, "rpoly_": null, "length": 112.6756525, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 709, "r_f_add": 700, "r_t_add": 708, "st_code": 88080, "l_hundred": 700, "r_hundred": 700, "seg_id": 320935, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3858, "Shape__Length": 44.905563404978601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1673724185206, 39.943004245562399 ], [ -75.167438645690893, 39.942699166205799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22364, "tnode_": 22401, "lpoly_": null, "rpoly_": null, "length": 67.82565367, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 711, "l_t_add": 715, "r_f_add": 710, "r_t_add": 716, "st_code": 88080, "l_hundred": 700, "r_hundred": 700, "seg_id": 320936, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3859, "Shape__Length": 27.030872107329987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167438645690893, 39.942699166205799 ], [ -75.167479548495706, 39.942515657394402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22401, "tnode_": 22486, "lpoly_": null, "rpoly_": null, "length": 179.0832505, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 717, "l_t_add": 733, "r_f_add": 718, "r_t_add": 738, "st_code": 88080, "l_hundred": 700, "r_hundred": 700, "seg_id": 320937, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3860, "Shape__Length": 71.370406086946275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167479548495706, 39.942515657394402 ], [ -75.167588373757198, 39.942031240283903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22486, "tnode_": 22539, "lpoly_": null, "rpoly_": null, "length": 118.3145866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 735, "l_t_add": 741, "r_f_add": 740, "r_t_add": 748, "st_code": 88080, "l_hundred": 700, "r_hundred": 700, "seg_id": 320938, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3861, "Shape__Length": 47.151117294602322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167588373757198, 39.942031240283903 ], [ -75.167665138500098, 39.941711871915899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22539, "tnode_": 22644, "lpoly_": null, "rpoly_": null, "length": 255.47021981, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 743, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 88080, "l_hundred": 700, "r_hundred": 700, "seg_id": 320939, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3862, "Shape__Length": 101.81338880485802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167665138500098, 39.941711871915899 ], [ -75.167808742262906, 39.941019339929603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22644, "tnode_": 22693, "lpoly_": null, "rpoly_": null, "length": 137.55677736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 811, "r_f_add": 800, "r_t_add": 810, "st_code": 88080, "l_hundred": 800, "r_hundred": 800, "seg_id": 320940, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3863, "Shape__Length": 54.820463568615082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167808742262906, 39.941019339929603 ], [ -75.167886538922701, 39.9406465077072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22376, "tnode_": 22364, "lpoly_": null, "rpoly_": null, "length": 165.10832739000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 47340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320941, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 3864, "Shape__Length": 65.556754127494486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166858449862602, 39.942621797308 ], [ -75.167438645690893, 39.942699166205799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22417, "tnode_": 22460, "lpoly_": null, "rpoly_": null, "length": 80.1796166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 722, "st_code": 69480, "l_hundred": 700, "r_hundred": 700, "seg_id": 320942, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 3865, "Shape__Length": 31.955498479923179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166221603950206, 39.942366923215602 ], [ -75.166260187729407, 39.942148832894397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22460, "tnode_": 22440, "lpoly_": null, "rpoly_": null, "length": 120.77291146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SENATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 71760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SENATE ST", "stname": "SENATE ST", "objectid": 3866, "Shape__Length": 47.953127745729518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166260187729407, 39.942148832894397 ], [ -75.166684327931193, 39.942206554827102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22449, "tnode_": 22441, "lpoly_": null, "rpoly_": null, "length": 113.3258339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1616, "l_t_add": 1622, "r_f_add": 1609, "r_t_add": 1621, "st_code": 34280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320945, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3867, "Shape__Length": 44.996440664872267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169553084571305, 39.942273562344397 ], [ -75.169950947498506, 39.942328265316903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22458, "tnode_": 22449, "lpoly_": null, "rpoly_": null, "length": 109.24221521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1607, "st_code": 34280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320946, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3868, "Shape__Length": 43.373858661441027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169168257510506, 39.942226782898203 ], [ -75.169553084571305, 39.942273562344397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22471, "tnode_": 22458, "lpoly_": null, "rpoly_": null, "length": 153.77119333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1519, "r_t_add": 1599, "st_code": 34280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320947, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3869, "Shape__Length": 61.05404173615878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168626929455996, 39.942159201293002 ], [ -75.169168257510506, 39.942226782898203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22475, "tnode_": 22480, "lpoly_": null, "rpoly_": null, "length": 47.34798364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1510, "l_t_add": 1512, "r_f_add": 1505, "r_t_add": 1513, "st_code": 34280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320948, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3870, "Shape__Length": 18.798826726544949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168025313999294, 39.942086534287 ], [ -75.168192468729103, 39.942104955631898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22480, "tnode_": 22471, "lpoly_": null, "rpoly_": null, "length": 123.4146016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1514, "l_t_add": 1516, "r_f_add": 1515, "r_t_add": 1517, "st_code": 34280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320949, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3871, "Shape__Length": 49.001074142083041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168192468729103, 39.942104955631898 ], [ -75.168626929455996, 39.942159201293002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22486, "tnode_": 22475, "lpoly_": null, "rpoly_": null, "length": 124.16244648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1508, "r_f_add": 1501, "r_t_add": 1503, "st_code": 34280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320950, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3872, "Shape__Length": 49.298081831377708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167588373757198, 39.942031240283903 ], [ -75.168025313999294, 39.942086534287 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22506, "tnode_": 22486, "lpoly_": null, "rpoly_": null, "length": 285.87662415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1410, "l_t_add": 1498, "r_f_add": 1409, "r_t_add": 1499, "st_code": 34280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320951, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3873, "Shape__Length": 113.5072682610579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166584108980004, 39.941895934811797 ], [ -75.167588373757198, 39.942031240283903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22520, "tnode_": 22506, "lpoly_": null, "rpoly_": null, "length": 167.9617596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1408, "r_f_add": 1401, "r_t_add": 1407, "st_code": 34280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320953, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3874, "Shape__Length": 66.686707074035141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165991339274001, 39.941829566968501 ], [ -75.166584108980004, 39.941895934811797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22318, "tnode_": 22429, "lpoly_": null, "rpoly_": null, "length": 261.92397419000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 42420, "l_hundred": 700, "r_hundred": 700, "seg_id": 320954, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 3875, "Shape__Length": 104.38609194525263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167817393572605, 39.943054279001899 ], [ -75.167974164609106, 39.942345462744498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22429, "tnode_": 22475, "lpoly_": null, "rpoly_": null, "length": 95.4071198, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 731, "l_t_add": 745, "r_f_add": 730, "r_t_add": 750, "st_code": 42420, "l_hundred": 700, "r_hundred": 700, "seg_id": 320955, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 3876, "Shape__Length": 38.023722287283739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167974164609106, 39.942345462744498 ], [ -75.168025313999294, 39.942086534287 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22313, "tnode_": 22421, "lpoly_": null, "rpoly_": null, "length": 258.73362191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 751, "r_f_add": 700, "r_t_add": 744, "st_code": 56560, "l_hundred": 700, "r_hundred": 700, "seg_id": 320956, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 3877, "Shape__Length": 103.11541316368776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168263195011207, 39.943105006865302 ], [ -75.168413184153295, 39.942404196150299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22429, "tnode_": 22421, "lpoly_": null, "rpoly_": null, "length": 124.94566804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SENATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 71760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320957, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SENATE ST", "stname": "SENATE ST", "objectid": 3878, "Shape__Length": 49.609878158727305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167974164609106, 39.942345462744498 ], [ -75.168413184153295, 39.942404196150299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22412, "tnode_": 22397, "lpoly_": null, "rpoly_": null, "length": 300.52373332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1708, "l_t_add": 1798, "r_f_add": 1709, "r_t_add": 1799, "st_code": 34280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320958, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3879, "Shape__Length": 119.31999080431645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171250553317194, 39.942491752714403 ], [ -75.172310801436595, 39.942612438868402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22423, "tnode_": 22412, "lpoly_": null, "rpoly_": null, "length": 145.24775881000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1707, "st_code": 34280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320959, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3880, "Shape__Length": 57.67072478343318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170739966312894, 39.9424245101102 ], [ -75.171250553317194, 39.942491752714403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22433, "tnode_": 22423, "lpoly_": null, "rpoly_": null, "length": 153.17084304000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 34280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320960, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3881, "Shape__Length": 60.81630654474543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170201271830905, 39.942354761610801 ], [ -75.170739966312894, 39.9424245101102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22293, "tnode_": 22449, "lpoly_": null, "rpoly_": null, "length": 355.1628802, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 15720, "l_hundred": 700, "r_hundred": 700, "seg_id": 320961, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 3882, "Shape__Length": 141.54538665625256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169341431842994, 39.943234821860202 ], [ -75.169553084571305, 39.942273562344397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22286, "tnode_": 22441, "lpoly_": null, "rpoly_": null, "length": 354.58323435999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 73100, "l_hundred": 700, "r_hundred": 700, "seg_id": 320962, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 3883, "Shape__Length": 141.31333465717458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169731947904495, 39.943286933735898 ], [ -75.169950947498506, 39.942328265316903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22281, "tnode_": 22433, "lpoly_": null, "rpoly_": null, "length": 356.03472136, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 739, "r_f_add": 700, "r_t_add": 736, "st_code": 22180, "l_hundred": 700, "r_hundred": 700, "seg_id": 320963, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 3884, "Shape__Length": 141.89456763947487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169999899851405, 39.943319752912501 ], [ -75.170201271830905, 39.942354761610801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22441, "tnode_": 22438, "lpoly_": null, "rpoly_": null, "length": 35.26542103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1624, "l_t_add": 1626, "r_f_add": 1623, "r_t_add": 1625, "st_code": 34280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320964, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3885, "Shape__Length": 14.001832317192006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169950947498506, 39.942328265316903 ], [ -75.170075262235599, 39.942342945104997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22438, "tnode_": 22433, "lpoly_": null, "rpoly_": null, "length": 35.59408424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1628, "l_t_add": 1628, "r_f_add": 1627, "r_t_add": 1629, "st_code": 34280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320965, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3886, "Shape__Length": 14.131858561180241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170075262235599, 39.942342945104997 ], [ -75.170201271830905, 39.942354761610801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22438, "tnode_": 22603, "lpoly_": null, "rpoly_": null, "length": 371.8597829, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 741, "l_t_add": 799, "r_f_add": 738, "r_t_add": 798, "st_code": 22180, "l_hundred": 700, "r_hundred": 700, "seg_id": 320966, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 3887, "Shape__Length": 148.19484096935085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170075262235599, 39.942342945104997 ], [ -75.170315742983703, 39.941339066174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22603, "tnode_": 22588, "lpoly_": null, "rpoly_": null, "length": 182.23466245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 21900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3888, "Shape__Length": 72.35345225219794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170315742983703, 39.941339066174201 ], [ -75.170958399451294, 39.941413572157003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22618, "tnode_": 22616, "lpoly_": null, "rpoly_": null, "length": 122.6627054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 21900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320968, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3889, "Shape__Length": 48.706802330094774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168963538355897, 39.941161549944098 ], [ -75.169369594461699, 39.941205668730397 ], [ -75.169388433399106, 39.941220952139503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22620, "tnode_": 22618, "lpoly_": null, "rpoly_": null, "length": 31.87116701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1526, "l_t_add": 1526, "r_f_add": 1525, "r_t_add": 1525, "st_code": 21900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320969, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3890, "Shape__Length": 12.653270591950545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168850411469506, 39.941153070075302 ], [ -75.168963538355897, 39.941161549944098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22633, "tnode_": 22620, "lpoly_": null, "rpoly_": null, "length": 123.87978492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1512, "l_t_add": 1524, "r_f_add": 1513, "r_t_add": 1523, "st_code": 21900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320970, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3891, "Shape__Length": 49.185030341418013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168414303174401, 39.941098697933498 ], [ -75.168850411469506, 39.941153070075302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22644, "tnode_": 22633, "lpoly_": null, "rpoly_": null, "length": 172.24458518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1510, "r_f_add": 1501, "r_t_add": 1511, "st_code": 21900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3892, "Shape__Length": 68.388352452147643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167808742262906, 39.941019339929603 ], [ -75.168414303174401, 39.941098697933498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22588, "tnode_": 22566, "lpoly_": null, "rpoly_": null, "length": 445.05837265999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 21900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 320972, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3893, "Shape__Length": 176.70545571657135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170958399451294, 39.941413572157003 ], [ -75.172526115162199, 39.9416045062042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22618, "tnode_": 22678, "lpoly_": null, "rpoly_": null, "length": 133.61979098, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 56560, "l_hundred": 800, "r_hundred": 800, "seg_id": 320973, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 3894, "Shape__Length": 53.250405120590919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168963538355897, 39.941161549944098 ], [ -75.169047052958504, 39.940800423791998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22693, "tnode_": 22678, "lpoly_": null, "rpoly_": null, "length": 330.20864397999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 82020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320974, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3895, "Shape__Length": 131.10643252825756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167886538922701, 39.9406465077072 ], [ -75.169047052958504, 39.940800423791998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22704, "tnode_": 22693, "lpoly_": null, "rpoly_": null, "length": 254.96600383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 82020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320975, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3896, "Shape__Length": 101.22959266451497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166987922110096, 39.940539648296401 ], [ -75.167886538922701, 39.9406465077072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19891, "tnode_": 19886, "lpoly_": null, "rpoly_": null, "length": 152.79010392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5414, "l_t_add": 5426, "r_f_add": 5417, "r_t_add": 5435, "st_code": 67120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401706, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 3897, "Shape__Length": 60.68338630974467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228582709634296, 39.963636023298498 ], [ -75.229121083187096, 39.963701592351001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22704, "tnode_": 22759, "lpoly_": null, "rpoly_": null, "length": 145.12408795, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 851, "l_t_add": 899, "r_f_add": 850, "r_t_add": 898, "st_code": 69480, "l_hundred": 800, "r_hundred": 800, "seg_id": 320976, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 3898, "Shape__Length": 57.835390078448654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166987922110096, 39.940539648296401 ], [ -75.167073216214902, 39.940146711627001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22616, "tnode_": 22675, "lpoly_": null, "rpoly_": null, "length": 138.64670194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 807, "r_f_add": 800, "r_t_add": 810, "st_code": 88100, "l_hundred": 800, "r_hundred": 800, "seg_id": 320977, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3899, "Shape__Length": 55.254884200420925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169388433399106, 39.941220952139503 ], [ -75.169467617712698, 39.940845261603897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22675, "tnode_": 22722, "lpoly_": null, "rpoly_": null, "length": 148.91477973000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 809, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 88100, "l_hundred": 800, "r_hundred": 800, "seg_id": 320978, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3900, "Shape__Length": 59.346809654143328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169467617712698, 39.940845261603897 ], [ -75.169551774916499, 39.940441637019603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22423, "tnode_": 22588, "lpoly_": null, "rpoly_": null, "length": 373.32497387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 741, "l_t_add": 799, "r_f_add": 740, "r_t_add": 798, "st_code": 88120, "l_hundred": 700, "r_hundred": 700, "seg_id": 320979, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3901, "Shape__Length": 148.78241961901387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170739966312894, 39.9424245101102 ], [ -75.170958399451294, 39.941413572157003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22588, "tnode_": 22650, "lpoly_": null, "rpoly_": null, "length": 138.45606967999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 812, "st_code": 88120, "l_hundred": 800, "r_hundred": 800, "seg_id": 320980, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3902, "Shape__Length": 55.178097056923043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170958399451294, 39.941413572157003 ], [ -75.171044080381705, 39.941039258493902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22650, "tnode_": 22703, "lpoly_": null, "rpoly_": null, "length": 149.08294245, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 815, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 88120, "l_hundred": 800, "r_hundred": 800, "seg_id": 320981, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3903, "Shape__Length": 59.414102206880379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171044080381705, 39.941039258493902 ], [ -75.171127563376402, 39.940635083498996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22703, "tnode_": 22766, "lpoly_": null, "rpoly_": null, "length": 177.64872284, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 911, "r_f_add": 900, "r_t_add": 912, "st_code": 88120, "l_hundred": 900, "r_hundred": 900, "seg_id": 320982, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 3904, "Shape__Length": 70.796843054424869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171127563376402, 39.940635083498996 ], [ -75.1712349532541, 39.940154472315399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22471, "tnode_": 22620, "lpoly_": null, "rpoly_": null, "length": 371.83380857999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 753, "l_t_add": 799, "r_f_add": 746, "r_t_add": 798, "st_code": 56560, "l_hundred": 700, "r_hundred": 700, "seg_id": 320983, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 3905, "Shape__Length": 148.18670487865103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168626929455996, 39.942159201293002 ], [ -75.168850411469506, 39.941153070075302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22480, "tnode_": 22633, "lpoly_": null, "rpoly_": null, "length": 371.80166389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 747, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 42420, "l_hundred": 700, "r_hundred": 700, "seg_id": 320984, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 3906, "Shape__Length": 148.17401746909894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168192468729103, 39.942104955631898 ], [ -75.168414303174401, 39.941098697933498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22616, "tnode_": 22603, "lpoly_": null, "rpoly_": null, "length": 263.55576257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1627, "st_code": 21900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 320986, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3907, "Shape__Length": 104.64244477761882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169388433399106, 39.941220952139503 ], [ -75.170315742983703, 39.941339066174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22458, "tnode_": 22616, "lpoly_": null, "rpoly_": null, "length": 371.57075945999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 739, "l_t_add": 799, "r_f_add": 740, "r_t_add": 798, "st_code": 88100, "l_hundred": 700, "r_hundred": 700, "seg_id": 320987, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 3908, "Shape__Length": 148.08248231464586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169168257510506, 39.942226782898203 ], [ -75.169275390854807, 39.941737578046499 ], [ -75.169388433399106, 39.941220952139503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22662, "tnode_": 22659, "lpoly_": null, "rpoly_": null, "length": 29.32796106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1416, "l_t_add": 1416, "r_f_add": 1415, "r_t_add": 1415, "st_code": 21900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320988, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3909, "Shape__Length": 11.644396759532819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166804161280496, 39.940899788602501 ], [ -75.166907283784198, 39.940913235944798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22659, "tnode_": 22644, "lpoly_": null, "rpoly_": null, "length": 255.71039725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1417, "r_t_add": 1499, "st_code": 21900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320989, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3910, "Shape__Length": 101.52551160442191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166907283784198, 39.940913235944798 ], [ -75.167808742262906, 39.941019339929603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22659, "tnode_": 22704, "lpoly_": null, "rpoly_": null, "length": 137.95685317, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 849, "r_f_add": 800, "r_t_add": 848, "st_code": 69480, "l_hundred": 800, "r_hundred": 800, "seg_id": 320990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 3911, "Shape__Length": 54.979448906748488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166907283784198, 39.940913235944798 ], [ -75.166987922110096, 39.940539648296401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22693, "tnode_": 22749, "lpoly_": null, "rpoly_": null, "length": 143.24632083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 813, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 88080, "l_hundred": 800, "r_hundred": 800, "seg_id": 320991, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 3912, "Shape__Length": 57.086048057639125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167886538922701, 39.9406465077072 ], [ -75.167977989964001, 39.940259630564199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22749, "tnode_": 22722, "lpoly_": null, "rpoly_": null, "length": 446.25202964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 23060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 320992, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3913, "Shape__Length": 177.17471326874622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167977989964001, 39.940259630564199 ], [ -75.169551774916499, 39.940441637019603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22759, "tnode_": 22749, "lpoly_": null, "rpoly_": null, "length": 257.01780501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 23060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3914, "Shape__Length": 102.04457100287017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167073216214902, 39.940146711627001 ], [ -75.167977989964001, 39.940259630564199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22769, "tnode_": 22759, "lpoly_": null, "rpoly_": null, "length": 202.85395355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 23060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 320994, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3915, "Shape__Length": 80.543229315416795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166363288280806, 39.940039642571399 ], [ -75.167073216214902, 39.940146711627001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22397, "tnode_": 22566, "lpoly_": null, "rpoly_": null, "length": 372.10213434999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 743, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 88140, "l_hundred": 700, "r_hundred": 700, "seg_id": 320995, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3916, "Shape__Length": 148.29583288477937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172310801436595, 39.942612438868402 ], [ -75.172526115162199, 39.9416045062042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22566, "tnode_": 22624, "lpoly_": null, "rpoly_": null, "length": 134.74913524, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 814, "st_code": 88140, "l_hundred": 800, "r_hundred": 800, "seg_id": 320996, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3917, "Shape__Length": 53.701185071897015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172526115162199, 39.9416045062042 ], [ -75.172607932036598, 39.941240003269698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22624, "tnode_": 22686, "lpoly_": null, "rpoly_": null, "length": 150.16351351, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 817, "l_t_add": 899, "r_f_add": 816, "r_t_add": 898, "st_code": 88140, "l_hundred": 800, "r_hundred": 800, "seg_id": 320997, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3918, "Shape__Length": 59.843840276691878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172607932036598, 39.941240003269698 ], [ -75.172699480273593, 39.940833853348998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22686, "tnode_": 22742, "lpoly_": null, "rpoly_": null, "length": 179.35917544, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 916, "st_code": 88140, "l_hundred": 900, "r_hundred": 900, "seg_id": 320998, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 3919, "Shape__Length": 71.479858639364338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172699480273593, 39.940833853348998 ], [ -75.172799838705799, 39.9403475876572 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22365, "tnode_": 22543, "lpoly_": null, "rpoly_": null, "length": 371.88694008000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 739, "l_t_add": 799, "r_f_add": 732, "r_t_add": 798, "st_code": 88160, "l_hundred": 700, "r_hundred": 700, "seg_id": 320999, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3920, "Shape__Length": 148.20982847365323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173887049850606, 39.942809607387503 ], [ -75.174106878827502, 39.941802851296899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22543, "tnode_": 22593, "lpoly_": null, "rpoly_": null, "length": 137.72152676, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 812, "st_code": 88160, "l_hundred": 800, "r_hundred": 800, "seg_id": 321000, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3921, "Shape__Length": 54.886065281832892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174106878827502, 39.941802851296899 ], [ -75.174189521492295, 39.9414301784565 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22593, "tnode_": 22663, "lpoly_": null, "rpoly_": null, "length": 147.419339, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 817, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 88160, "l_hundred": 800, "r_hundred": 800, "seg_id": 321001, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3922, "Shape__Length": 58.751091329427062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174189521492295, 39.9414301784565 ], [ -75.174274577972298, 39.941030824907003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22663, "tnode_": 22725, "lpoly_": null, "rpoly_": null, "length": 182.69944353, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 907, "r_f_add": 900, "r_t_add": 906, "st_code": 88160, "l_hundred": 900, "r_hundred": 900, "seg_id": 321002, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 3923, "Shape__Length": 72.810934159344242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174274577972298, 39.941030824907003 ], [ -75.174379120489505, 39.940535789675501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22352, "tnode_": 22346, "lpoly_": null, "rpoly_": null, "length": 144.53783042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1926, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 34280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321003, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3924, "Shape__Length": 57.388052995903962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174937566628302, 39.9429446820415 ], [ -75.175447072509201, 39.943004906773403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22359, "tnode_": 22352, "lpoly_": null, "rpoly_": null, "length": 76.41211445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1914, "l_t_add": 1924, "r_f_add": 1915, "r_t_add": 1925, "st_code": 34280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321004, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3925, "Shape__Length": 30.34041898877614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174669790312805, 39.942905733448598 ], [ -75.174937566628302, 39.9429446820415 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22365, "tnode_": 22359, "lpoly_": null, "rpoly_": null, "length": 222.25312064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1913, "st_code": 34280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321005, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3926, "Shape__Length": 88.245009531237955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173887049850606, 39.942809607387503 ], [ -75.174669790312805, 39.942905733448598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22377, "tnode_": 22365, "lpoly_": null, "rpoly_": null, "length": 164.65756586999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 34280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3927, "Shape__Length": 65.376529531746854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173306879232001, 39.9427397232364 ], [ -75.173887049850606, 39.942809607387503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22387, "tnode_": 22377, "lpoly_": null, "rpoly_": null, "length": 149.3802072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1814, "l_t_add": 1820, "r_f_add": 1815, "r_t_add": 1831, "st_code": 34280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3928, "Shape__Length": 59.310308164525402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172780127689194, 39.942678379700503 ], [ -75.173306879232001, 39.9427397232364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22397, "tnode_": 22387, "lpoly_": null, "rpoly_": null, "length": 133.77195186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1801, "r_t_add": 1813, "st_code": 34280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321008, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3929, "Shape__Length": 53.115195545624339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172310801436595, 39.942612438868402 ], [ -75.172780127689194, 39.942678379700503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22527, "tnode_": 22515, "lpoly_": null, "rpoly_": null, "length": 144.551187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1929, "r_t_add": 1999, "st_code": 21900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321009, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3930, "Shape__Length": 57.391222021191133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175170553774194, 39.941946052175602 ], [ -75.175681571469894, 39.941998372944497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22533, "tnode_": 22527, "lpoly_": null, "rpoly_": null, "length": 83.152666520000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1918, "l_t_add": 1926, "r_f_add": 1915, "r_t_add": 1927, "st_code": 21900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321010, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3931, "Shape__Length": 33.016953334188649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174879849122206, 39.941900952529103 ], [ -75.175170553774194, 39.941946052175602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22543, "tnode_": 22533, "lpoly_": null, "rpoly_": null, "length": 219.66731804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1913, "st_code": 21900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321011, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3932, "Shape__Length": 87.217601937289288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174106878827502, 39.941802851296899 ], [ -75.174879849122206, 39.941900952529103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22552, "tnode_": 22543, "lpoly_": null, "rpoly_": null, "length": 164.81279575000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 21900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321012, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3933, "Shape__Length": 65.43770638512801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173526758814603, 39.941730063435401 ], [ -75.174106878827502, 39.941802851296899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22562, "tnode_": 22552, "lpoly_": null, "rpoly_": null, "length": 146.98335257000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1812, "l_t_add": 1830, "r_f_add": 1817, "r_t_add": 1831, "st_code": 21900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3934, "Shape__Length": 58.357419657514868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173008043816594, 39.941671897171901 ], [ -75.173526758814603, 39.941730063435401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22566, "tnode_": 22562, "lpoly_": null, "rpoly_": null, "length": 137.34506357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1815, "st_code": 21900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321014, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3935, "Shape__Length": 54.53305556476797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172526115162199, 39.9416045062042 ], [ -75.173008043816594, 39.941671897171901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22686, "tnode_": 22663, "lpoly_": null, "rpoly_": null, "length": 447.45409331000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 23060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3936, "Shape__Length": 177.65605349184187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172699480273593, 39.940833853348998 ], [ -75.174274577972298, 39.941030824907003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22703, "tnode_": 22686, "lpoly_": null, "rpoly_": null, "length": 446.68073921000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 23060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3937, "Shape__Length": 177.34888266775076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171127563376402, 39.940635083498996 ], [ -75.172699480273593, 39.940833853348998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22650, "tnode_": 22624, "lpoly_": null, "rpoly_": null, "length": 444.56446588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 82020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321017, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3938, "Shape__Length": 176.51024198292629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171044080381705, 39.941039258493902 ], [ -75.172607932036598, 39.941240003269698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22387, "tnode_": 22562, "lpoly_": null, "rpoly_": null, "length": 372.17135787999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 23760, "l_hundred": 700, "r_hundred": 700, "seg_id": 321018, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 3939, "Shape__Length": 148.3217185657922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172780127689194, 39.942678379700503 ], [ -75.173008043816594, 39.941671897171901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22377, "tnode_": 22552, "lpoly_": null, "rpoly_": null, "length": 372.93247524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 28960, "l_hundred": 700, "r_hundred": 700, "seg_id": 321019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 3940, "Shape__Length": 148.62643833718855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173306879232001, 39.9427397232364 ], [ -75.173526758814603, 39.941730063435401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22352, "tnode_": 22527, "lpoly_": null, "rpoly_": null, "length": 369.60222546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 40920, "l_hundred": 700, "r_hundred": 700, "seg_id": 321020, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARSHAW ST", "stname": "HARSHAW ST", "objectid": 3941, "Shape__Length": 147.29740244535122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174937566628302, 39.9429446820415 ], [ -75.175170553774194, 39.941946052175602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22359, "tnode_": 22533, "lpoly_": null, "rpoly_": null, "length": 370.73228085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 54000, "l_hundred": 700, "r_hundred": 700, "seg_id": 321021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 3942, "Shape__Length": 147.75116482866841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174669790312805, 39.942905733448598 ], [ -75.174879849122206, 39.941900952529103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22215, "tnode_": 22265, "lpoly_": null, "rpoly_": null, "length": 179.50808775000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 714, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3943, "Shape__Length": 71.542129586148675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175243892944096, 39.943978593179096 ], [ -75.175346907556005, 39.943492241957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22265, "tnode_": 22346, "lpoly_": null, "rpoly_": null, "length": 179.73530873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 717, "l_t_add": 737, "r_f_add": 716, "r_t_add": 722, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321023, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3944, "Shape__Length": 71.632594284618349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175346907556005, 39.943492241957401 ], [ -75.175447072509201, 39.943004906773403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22346, "tnode_": 22403, "lpoly_": null, "rpoly_": null, "length": 133.73546559, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 739, "l_t_add": 751, "r_f_add": 724, "r_t_add": 750, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321024, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3945, "Shape__Length": 53.297033807549937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175447072509201, 39.943004906773403 ], [ -75.175536332765702, 39.942644272314098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22403, "tnode_": 22436, "lpoly_": null, "rpoly_": null, "length": 74.08966688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 753, "l_t_add": 759, "r_f_add": 752, "r_t_add": 758, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321025, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3946, "Shape__Length": 29.526196625611369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175536332765702, 39.942644272314098 ], [ -75.175587727048494, 39.942444771145503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22436, "tnode_": 22473, "lpoly_": null, "rpoly_": null, "length": 73.6789441, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 761, "l_t_add": 769, "r_f_add": 760, "r_t_add": 768, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3947, "Shape__Length": 29.362883833385862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175587727048494, 39.942444771145503 ], [ -75.1756361141952, 39.942245971930902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22473, "tnode_": 22515, "lpoly_": null, "rpoly_": null, "length": 91.09200193, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 771, "l_t_add": 799, "r_f_add": 770, "r_t_add": 798, "st_code": 88180, "l_hundred": 700, "r_hundred": 700, "seg_id": 321027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3948, "Shape__Length": 36.304349512778657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756361141952, 39.942245971930902 ], [ -75.175681571469894, 39.941998372944497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22515, "tnode_": 22570, "lpoly_": null, "rpoly_": null, "length": 136.78539963, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 811, "r_f_add": 800, "r_t_add": 812, "st_code": 88180, "l_hundred": 800, "r_hundred": 800, "seg_id": 321028, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 3949, "Shape__Length": 54.512949138659252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175681571469894, 39.941998372944497 ], [ -75.175764983313897, 39.9416284095512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22296, "tnode_": 22265, "lpoly_": null, "rpoly_": null, "length": 443.39762357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 63720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321029, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 3950, "Shape__Length": 176.05113899286218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173785201777804, 39.943301033898997 ], [ -75.175346907556005, 39.943492241957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22196, "tnode_": 22246, "lpoly_": null, "rpoly_": null, "length": 181.57733057000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 712, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321030, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3951, "Shape__Length": 72.36718784006122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177171363081399, 39.9442190197869 ], [ -75.177274715092096, 39.943726955978903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22246, "tnode_": 22322, "lpoly_": null, "rpoly_": null, "length": 179.59871969, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 715, "l_t_add": 725, "r_f_add": 714, "r_t_add": 726, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321031, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3952, "Shape__Length": 71.578049171711896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177274715092096, 39.943726955978903 ], [ -75.177377344482693, 39.943240304499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22322, "tnode_": 22368, "lpoly_": null, "rpoly_": null, "length": 134.10225549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 727, "l_t_add": 731, "r_f_add": 728, "r_t_add": 732, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321032, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3953, "Shape__Length": 53.443462336089773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177377344482693, 39.943240304499703 ], [ -75.177466423850305, 39.942878618630502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22368, "tnode_": 22406, "lpoly_": null, "rpoly_": null, "length": 70.85015726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 733, "l_t_add": 737, "r_f_add": 734, "r_t_add": 738, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321033, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3954, "Shape__Length": 28.236810301156908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177466423850305, 39.942878618630502 ], [ -75.177505673481804, 39.942686486727098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22406, "tnode_": 22442, "lpoly_": null, "rpoly_": null, "length": 71.99579247, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 739, "l_t_add": 739, "r_f_add": 740, "r_t_add": 748, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321034, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3955, "Shape__Length": 28.692395613349692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177505673481804, 39.942686486727098 ], [ -75.177551786049193, 39.942492062487098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22442, "tnode_": 22489, "lpoly_": null, "rpoly_": null, "length": 93.69603388, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 741, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 88200, "l_hundred": 700, "r_hundred": 700, "seg_id": 321035, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 3956, "Shape__Length": 37.341986298778458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177551786049193, 39.942492062487098 ], [ -75.177601087256704, 39.942237669875198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22176, "tnode_": 22224, "lpoly_": null, "rpoly_": null, "length": 178.17913048, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 716, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321036, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3957, "Shape__Length": 71.014198985926384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178768138194002, 39.944409983301902 ], [ -75.178860987296005, 39.943926108241499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22224, "tnode_": 22250, "lpoly_": null, "rpoly_": null, "length": 65.12528289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 717, "l_t_add": 721, "r_f_add": 718, "r_t_add": 722, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321037, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3958, "Shape__Length": 25.954276760545078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178860987296005, 39.943926108241499 ], [ -75.178905729607393, 39.943750679487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22250, "tnode_": 22294, "lpoly_": null, "rpoly_": null, "length": 114.11767124, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 723, "l_t_add": 733, "r_f_add": 724, "r_t_add": 740, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321038, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3959, "Shape__Length": 45.480764401966212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178905729607393, 39.943750679487501 ], [ -75.178972756959695, 39.943441689554099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22294, "tnode_": 22367, "lpoly_": null, "rpoly_": null, "length": 184.4426769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 735, "l_t_add": 753, "r_f_add": 742, "r_t_add": 752, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321039, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3960, "Shape__Length": 73.50682805676162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972756959695, 39.943441689554099 ], [ -75.179087912753303, 39.942943189984803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22410, "tnode_": 22456, "lpoly_": null, "rpoly_": null, "length": 92.47841216, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 765, "l_t_add": 799, "r_f_add": 764, "r_t_add": 798, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321040, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 3961, "Shape__Length": 36.856582281656699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179135416130407, 39.942683667623697 ], [ -75.179185833528507, 39.942432786396601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22294, "tnode_": 22266, "lpoly_": null, "rpoly_": null, "length": 469.84688900999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321041, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3962, "Shape__Length": 186.55436901288479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972756959695, 39.943441689554099 ], [ -75.180626326105298, 39.9436504881633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22322, "tnode_": 22294, "lpoly_": null, "rpoly_": null, "length": 453.31939457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 34280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321042, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3963, "Shape__Length": 179.99151314312283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177377344482693, 39.943240304499703 ], [ -75.178972756959695, 39.943441689554099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22346, "tnode_": 22322, "lpoly_": null, "rpoly_": null, "length": 547.98919632000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 34280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3964, "Shape__Length": 217.57820806563629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175447072509201, 39.943004906773403 ], [ -75.177377344482693, 39.943240304499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22176, "tnode_": 22158, "lpoly_": null, "rpoly_": null, "length": 466.70335101000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 15460, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321044, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3965, "Shape__Length": 185.30770915622432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178768138194002, 39.944409983301902 ], [ -75.180411969401206, 39.944611180598201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22196, "tnode_": 22176, "lpoly_": null, "rpoly_": null, "length": 453.09173068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 15460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321045, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 3966, "Shape__Length": 179.9018264782747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177171363081399, 39.9442190197869 ], [ -75.178768138194002, 39.944409983301902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22224, "tnode_": 22211, "lpoly_": null, "rpoly_": null, "length": 471.99964639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 63720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321046, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 3967, "Shape__Length": 187.4099351510859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178860987296005, 39.943926108241499 ], [ -75.180522748288496, 39.944133011277103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22037, "tnode_": 22076, "lpoly_": null, "rpoly_": null, "length": 147.81324003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2201, "l_t_add": 2231, "r_f_add": 2200, "r_t_add": 2230, "st_code": 38340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321047, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3968, "Shape__Length": 58.784125820796845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179412344204295, 39.945386523025803 ], [ -75.179811983990803, 39.945121895319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22143, "tnode_": 22178, "lpoly_": null, "rpoly_": null, "length": 101.52241424, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 711, "r_f_add": 700, "r_t_add": 710, "st_code": 88270, "l_hundred": 700, "r_hundred": 700, "seg_id": 321049, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 3969, "Shape__Length": 40.46227584316113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180952800983206, 39.944679257907097 ], [ -75.181007384293096, 39.944403750963701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22211, "tnode_": 22200, "lpoly_": null, "rpoly_": null, "length": 217.25407944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 63720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321050, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 3970, "Shape__Length": 86.261728620441929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180522748288496, 39.944133011277103 ], [ -75.181288015002593, 39.944226408020597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22211, "tnode_": 22227, "lpoly_": null, "rpoly_": null, "length": 62.98392208, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 709, "l_t_add": 713, "r_f_add": 708, "r_t_add": 712, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321051, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3971, "Shape__Length": 25.102018306237902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180522748288496, 39.944133011277103 ], [ -75.180559251406606, 39.94396241063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22227, "tnode_": 22266, "lpoly_": null, "rpoly_": null, "length": 115.17364576, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 715, "l_t_add": 733, "r_f_add": 714, "r_t_add": 732, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321052, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3972, "Shape__Length": 45.901838968373021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180559251406606, 39.94396241063 ], [ -75.180626326105298, 39.9436504881633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22266, "tnode_": 22304, "lpoly_": null, "rpoly_": null, "length": 92.2178027, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 735, "l_t_add": 741, "r_f_add": 734, "r_t_add": 748, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321053, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3973, "Shape__Length": 36.753293484227612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180626326105298, 39.9436504881633 ], [ -75.180676182401996, 39.943400264176901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22304, "tnode_": 22345, "lpoly_": null, "rpoly_": null, "length": 85.23705056, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 743, "l_t_add": 749, "r_f_add": 750, "r_t_add": 750, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321054, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3974, "Shape__Length": 33.968601323375786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180676182401996, 39.943400264176901 ], [ -75.1807376893167, 39.943171117220203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22345, "tnode_": 22384, "lpoly_": null, "rpoly_": null, "length": 102.42794092, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 751, "l_t_add": 763, "r_f_add": 752, "r_t_add": 762, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321055, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 3975, "Shape__Length": 40.822529553060335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807376893167, 39.943171117220203 ], [ -75.180790833120696, 39.942892930962103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22266, "tnode_": 22251, "lpoly_": null, "rpoly_": null, "length": 380.07104631000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 34280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321056, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 3976, "Shape__Length": 150.9088421705828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180626326105298, 39.9436504881633 ], [ -75.1819640921359, 39.943818693037699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22178, "tnode_": 22200, "lpoly_": null, "rpoly_": null, "length": 101.80872075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2313, "l_t_add": 2323, "r_f_add": 2334, "r_t_add": 2338, "st_code": 38340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3977, "Shape__Length": 40.484313573529562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181007384293096, 39.944403750963701 ], [ -75.181288015002593, 39.944226408020597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22200, "tnode_": 22251, "lpoly_": null, "rpoly_": null, "length": 240.82030666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2325, "l_t_add": 2359, "r_f_add": 2340, "r_t_add": 2358, "st_code": 38340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321058, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3978, "Shape__Length": 95.753518134014342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181288015002593, 39.944226408020597 ], [ -75.1819640921359, 39.943818693037699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22251, "tnode_": 22273, "lpoly_": null, "rpoly_": null, "length": 109.16180714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2361, "l_t_add": 2399, "r_f_add": 2360, "r_t_add": 2398, "st_code": 38340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321059, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3979, "Shape__Length": 43.396624289729672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1819640921359, 39.943818693037699 ], [ -75.1822810944997, 39.943644734481602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22384, "tnode_": 22360, "lpoly_": null, "rpoly_": null, "length": 465.86648301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 35340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 3980, "Shape__Length": 184.97041644443169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180790833120696, 39.942892930962103 ], [ -75.182432681265396, 39.94308885945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22427, "tnode_": 22400, "lpoly_": null, "rpoly_": null, "length": 465.07989092999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 21900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3981, "Shape__Length": 184.65743779294058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180841507386504, 39.942640639406498 ], [ -75.182480554229301, 39.942836351424802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22456, "tnode_": 22427, "lpoly_": null, "rpoly_": null, "length": 470.38049261000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 21900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3982, "Shape__Length": 186.7632462818832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179185833528507, 39.942432786396601 ], [ -75.180841507386504, 39.942640639406498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22378, "tnode_": 22463, "lpoly_": null, "rpoly_": null, "length": 170.76683093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 811, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 49815, "l_hundred": 800, "r_hundred": 800, "seg_id": 321063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3983, "Shape__Length": 68.057144339501832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187078448616802, 39.943085485430103 ], [ -75.187178691297603, 39.942623102503603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22335, "tnode_": 22274, "lpoly_": null, "rpoly_": null, "length": 305.67578563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2648, "l_t_add": 2798, "r_f_add": 2643, "r_t_add": 2799, "st_code": 21900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3984, "Shape__Length": 121.46590544859983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187002498301098, 39.943415445503398 ], [ -75.187257016695597, 39.943444486651003 ], [ -75.187959176902197, 39.943789265631501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22274, "tnode_": 22339, "lpoly_": null, "rpoly_": null, "length": 206.89488146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 829, "r_f_add": 800, "r_t_add": 828, "st_code": 71320, "l_hundred": 800, "r_hundred": 800, "seg_id": 321066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 3985, "Shape__Length": 82.28563938283456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187959176902197, 39.943789265631501 ], [ -75.188507637459594, 39.9434093274063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22349, "tnode_": 22335, "lpoly_": null, "rpoly_": null, "length": 376.01573664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2646, "r_f_add": 2601, "r_t_add": 2641, "st_code": 21900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321067, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 3986, "Shape__Length": 149.29972196221459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185681255057503, 39.943238799329698 ], [ -75.187002498301098, 39.943415445503398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22335, "tnode_": 22378, "lpoly_": null, "rpoly_": null, "length": 122.07046121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 809, "r_f_add": 800, "r_t_add": 810, "st_code": 49815, "l_hundred": 800, "r_hundred": 800, "seg_id": 321068, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 3987, "Shape__Length": 48.649410439224518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187002498301098, 39.943415445503398 ], [ -75.187078448616802, 39.943085485430103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22378, "tnode_": 22339, "lpoly_": null, "rpoly_": null, "length": 425.56401601000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2634, "l_t_add": 2798, "r_f_add": 2651, "r_t_add": 2799, "st_code": 82020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321069, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3988, "Shape__Length": 169.02616966666875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187078448616802, 39.943085485430103 ], [ -75.188091611422095, 39.943206527043202 ], [ -75.188507637459594, 39.9434093274063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22349, "tnode_": 22405, "lpoly_": null, "rpoly_": null, "length": 120.13888021, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 15680, "l_hundred": 800, "r_hundred": 800, "seg_id": 321070, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAMBREY ST", "stname": "S BAMBREY ST", "objectid": 3989, "Shape__Length": 47.880254448863525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185681255057503, 39.943238799329698 ], [ -75.185750812953302, 39.942913377827999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22405, "tnode_": 22378, "lpoly_": null, "rpoly_": null, "length": 377.50548436000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2632, "r_f_add": 2601, "r_t_add": 2649, "st_code": 82020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321071, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3990, "Shape__Length": 149.88950053920126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185750812953302, 39.942913377827999 ], [ -75.187078448616802, 39.943085485430103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22416, "tnode_": 22405, "lpoly_": null, "rpoly_": null, "length": 163.71138666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 82020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321072, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 3991, "Shape__Length": 65.001942603883052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185175113144993, 39.942838512770997 ], [ -75.185750812953302, 39.942913377827999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22339, "tnode_": 22422, "lpoly_": null, "rpoly_": null, "length": 282.01894052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 831, "l_t_add": 899, "r_f_add": 830, "r_t_add": 898, "st_code": 71320, "l_hundred": 800, "r_hundred": 800, "seg_id": 321073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 3992, "Shape__Length": 112.15027104167523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188507637459594, 39.9434093274063 ], [ -75.189274466811597, 39.942908364094002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22463, "tnode_": 22422, "lpoly_": null, "rpoly_": null, "length": 596.76487222000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2635, "r_t_add": 2799, "st_code": 23060, "l_hundred": 2700, "r_hundred": 2600, "seg_id": 321074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3993, "Shape__Length": 236.94875274827189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187178691297603, 39.942623102503603 ], [ -75.189274466811597, 39.942908364094002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22478, "tnode_": 22463, "lpoly_": null, "rpoly_": null, "length": 306.9364014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2549, "r_t_add": 2633, "st_code": 23060, "l_hundred": 2600, "r_hundred": 2500, "seg_id": 321075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3994, "Shape__Length": 121.86704404833462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186096911834497, 39.942494282011403 ], [ -75.187178691297603, 39.942623102503603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22416, "tnode_": 22494, "lpoly_": null, "rpoly_": null, "length": 162.74574549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 74940, "l_hundred": 800, "r_hundred": 800, "seg_id": 321076, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S STILLMAN ST", "stname": "S STILLMAN ST", "objectid": 3995, "Shape__Length": 64.862183384483814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185175113144993, 39.942838512770997 ], [ -75.185255881116504, 39.942396101836898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22494, "tnode_": 22478, "lpoly_": null, "rpoly_": null, "length": 238.51971223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2512, "l_t_add": 2598, "r_f_add": 2521, "r_t_add": 2547, "st_code": 23060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3996, "Shape__Length": 94.702162583613259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185255881116504, 39.942396101836898 ], [ -75.186096911834497, 39.942494282011403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22512, "tnode_": 22494, "lpoly_": null, "rpoly_": null, "length": 222.1350775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2510, "r_f_add": 2501, "r_t_add": 2519, "st_code": 23060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 3997, "Shape__Length": 88.200800290743047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184477389617001, 39.942283098824703 ], [ -75.185255881116504, 39.942396101836898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22382, "tnode_": 22431, "lpoly_": null, "rpoly_": null, "length": 176.46429515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2425, "l_t_add": 2435, "r_f_add": 2424, "r_t_add": 2434, "st_code": 38340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321079, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3998, "Shape__Length": 70.168586830870765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183368265793504, 39.942955391707301 ], [ -75.183856156043703, 39.942649402927699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22431, "tnode_": 22512, "lpoly_": null, "rpoly_": null, "length": 219.42805396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2437, "l_t_add": 2499, "r_f_add": 2436, "r_t_add": 2498, "st_code": 38340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321080, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 3999, "Shape__Length": 87.242021868984381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183856156043703, 39.942649402927699 ], [ -75.184477389617001, 39.942283098824703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22512, "tnode_": 22587, "lpoly_": null, "rpoly_": null, "length": 317.85041802999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2501, "l_t_add": 2527, "r_f_add": 2500, "r_t_add": 2532, "st_code": 38340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321081, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4000, "Shape__Length": 126.37307550621438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184477389617001, 39.942283098824703 ], [ -75.185376827032599, 39.941752052053403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22587, "tnode_": 22636, "lpoly_": null, "rpoly_": null, "length": 157.70902315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2529, "l_t_add": 2537, "r_f_add": 2534, "r_t_add": 2550, "st_code": 38340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321082, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4001, "Shape__Length": 62.709216692009392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185376827032599, 39.941752052053403 ], [ -75.185813591363996, 39.941479282082902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22636, "tnode_": 22669, "lpoly_": null, "rpoly_": null, "length": 106.14842348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2539, "l_t_add": 2547, "r_f_add": 2552, "r_t_add": 2552, "st_code": 38340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321083, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4002, "Shape__Length": 42.206673939726755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185813591363996, 39.941479282082902 ], [ -75.186108382994405, 39.941296472603803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22304, "tnode_": 22273, "lpoly_": null, "rpoly_": null, "length": 463.70762035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 24020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 4003, "Shape__Length": 184.13676414287394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180676182401996, 39.943400264176901 ], [ -75.182211431051897, 39.943590952347598 ], [ -75.1822810944997, 39.943644734481602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22400, "tnode_": 22382, "lpoly_": null, "rpoly_": null, "length": 252.65971080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 21900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321085, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 4004, "Shape__Length": 100.319766292304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182480554229301, 39.942836351424802 ], [ -75.183368265793504, 39.942955391707301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22468, "tnode_": 22431, "lpoly_": null, "rpoly_": null, "length": 366.69783008999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MADISON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 52820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321086, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MADISON SQ", "stname": "MADISON SQ", "objectid": 4005, "Shape__Length": 145.59849761118875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182567844597898, 39.942476355710902 ], [ -75.183856156043703, 39.942649402927699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22536, "tnode_": 22512, "lpoly_": null, "rpoly_": null, "length": 518.8313338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 23060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4006, "Shape__Length": 205.9973137444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182648774220596, 39.9420655203838 ], [ -75.184477389617001, 39.942283098824703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22561, "tnode_": 22536, "lpoly_": null, "rpoly_": null, "length": 466.43601903999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 23060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4007, "Shape__Length": 185.19326405338356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181004370593001, 39.941872218617597 ], [ -75.182648774220596, 39.9420655203838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22581, "tnode_": 22561, "lpoly_": null, "rpoly_": null, "length": 469.53884231999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 23060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4008, "Shape__Length": 186.42608392499406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179350660393695, 39.9416695977825 ], [ -75.181004370593001, 39.941872218617597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22607, "tnode_": 22581, "lpoly_": null, "rpoly_": null, "length": 450.69857032000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 23060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4009, "Shape__Length": 178.94601794971445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177764249352293, 39.941470618310703 ], [ -75.179350660393695, 39.9416695977825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22367, "tnode_": 22345, "lpoly_": null, "rpoly_": null, "length": 469.98168912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ALBANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 73980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ALBANS ST", "stname": "SAINT ALBANS ST", "objectid": 4010, "Shape__Length": 186.61025545524845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179087912753303, 39.942943189984803 ], [ -75.1807376893167, 39.943171117220203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25234, "tnode_": 25226, "lpoly_": null, "rpoly_": null, "length": 151.31807106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 68640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321092, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4011, "Shape__Length": 60.063509709212362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173221659792006, 39.9209922212479 ], [ -75.173751703780297, 39.921069593873398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25244, "tnode_": 25234, "lpoly_": null, "rpoly_": null, "length": 139.24746388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1526, "r_f_add": 1515, "r_t_add": 1527, "st_code": 68640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321093, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4012, "Shape__Length": 55.26936287480796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172730639122605, 39.920935842033003 ], [ -75.173221659792006, 39.9209922212479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25247, "tnode_": 25244, "lpoly_": null, "rpoly_": null, "length": 152.7414709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 68640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321094, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4013, "Shape__Length": 60.626754901499581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172193729434397, 39.920865810330298 ], [ -75.172730639122605, 39.920935842033003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25252, "tnode_": 25247, "lpoly_": null, "rpoly_": null, "length": 151.75820736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 68640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321095, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4014, "Shape__Length": 60.236552376946577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171660437828294, 39.920795500645603 ], [ -75.172193729434397, 39.920865810330298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25258, "tnode_": 25252, "lpoly_": null, "rpoly_": null, "length": 126.45206788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1427, "st_code": 68640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321096, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4015, "Shape__Length": 50.190812851415672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171214851960499, 39.920742707137201 ], [ -75.171660437828294, 39.920795500645603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26956, "tnode_": 25258, "lpoly_": null, "rpoly_": null, "length": 179.50873639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 68640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4016, "Shape__Length": 71.250671352871848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170583341703093, 39.920662761716997 ], [ -75.171214851960499, 39.920742707137201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25073, "tnode_": 25065, "lpoly_": null, "rpoly_": null, "length": 154.45637183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 84260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321098, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4017, "Shape__Length": 61.309398452946759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172945472262697, 39.922241882080399 ], [ -75.1734875993765, 39.922316338589397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25079, "tnode_": 25073, "lpoly_": null, "rpoly_": null, "length": 137.33586657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1526, "r_f_add": 1513, "r_t_add": 1525, "st_code": 84260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321099, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4018, "Shape__Length": 54.511254514931281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172460760335795, 39.922188507120097 ], [ -75.172945472262697, 39.922241882080399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25088, "tnode_": 25079, "lpoly_": null, "rpoly_": null, "length": 154.66161227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1511, "st_code": 84260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321100, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4019, "Shape__Length": 61.390845931662163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918023783306, 39.9221134787838 ], [ -75.172460760335795, 39.922188507120097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25093, "tnode_": 25088, "lpoly_": null, "rpoly_": null, "length": 150.85189008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 84260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321101, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4020, "Shape__Length": 59.877089256697808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171386962504499, 39.9220479791503 ], [ -75.171918023783306, 39.9221134787838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25100, "tnode_": 25093, "lpoly_": null, "rpoly_": null, "length": 125.12391808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1427, "st_code": 84260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321102, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4021, "Shape__Length": 49.665292355457524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170946884338306, 39.9219917171962 ], [ -75.171386962504499, 39.9220479791503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26957, "tnode_": 25100, "lpoly_": null, "rpoly_": null, "length": 181.44122464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 84260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321103, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4022, "Shape__Length": 72.022294755259196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170312318220894, 39.921894956441299 ], [ -75.170946884338306, 39.9219917171962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24914, "tnode_": 24905, "lpoly_": null, "rpoly_": null, "length": 151.54172165999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 45760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321104, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4023, "Shape__Length": 60.153411301004581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173229294859297, 39.923565878428697 ], [ -75.173761461185407, 39.923637802964002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24926, "tnode_": 24914, "lpoly_": null, "rpoly_": null, "length": 151.3911201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 45760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321105, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4024, "Shape__Length": 60.093012659754876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172697019656795, 39.923496883555202 ], [ -75.173229294859297, 39.923565878428697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24931, "tnode_": 24926, "lpoly_": null, "rpoly_": null, "length": 129.53929598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1526, "r_f_add": 1517, "r_t_add": 1527, "st_code": 45760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4025, "Shape__Length": 51.420024791751501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172242606522701, 39.923433303724799 ], [ -75.172697019656795, 39.923496883555202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24942, "tnode_": 27311, "lpoly_": null, "rpoly_": null, "length": 153.16772848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 45760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4026, "Shape__Length": 60.79673296858374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171648428812901, 39.923361967154001 ], [ -75.1721885079169, 39.923424225293502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24949, "tnode_": 24942, "lpoly_": null, "rpoly_": null, "length": 149.52240573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 45760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4027, "Shape__Length": 59.352418919983087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171124278490595, 39.923287066655298 ], [ -75.171648428812901, 39.923361967154001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24956, "tnode_": 24949, "lpoly_": null, "rpoly_": null, "length": 129.02948455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1427, "st_code": 45760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4028, "Shape__Length": 51.215414346531354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170669259492698, 39.923234897175703 ], [ -75.171124278490595, 39.923287066655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26958, "tnode_": 24956, "lpoly_": null, "rpoly_": null, "length": 183.09811212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 45760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321110, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4029, "Shape__Length": 72.679233699820017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170026483310295, 39.923147112834897 ], [ -75.170669259492698, 39.923234897175703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24761, "tnode_": 24759, "lpoly_": null, "rpoly_": null, "length": 162.07989037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 73220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321111, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4030, "Shape__Length": 64.331256428381366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172946832565003, 39.924845759924601 ], [ -75.173523315892098, 39.9248767454174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24770, "tnode_": 24761, "lpoly_": null, "rpoly_": null, "length": 150.64311661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1511, "r_t_add": 1599, "st_code": 73220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321112, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4031, "Shape__Length": 59.809614811472692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172431609281603, 39.924728916865398 ], [ -75.172946832565003, 39.924845759924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24775, "tnode_": 24770, "lpoly_": null, "rpoly_": null, "length": 129.55266142000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1526, "r_f_add": 1503, "r_t_add": 1509, "st_code": 73220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321113, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4032, "Shape__Length": 51.42641098682649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171977312968806, 39.9246646062658 ], [ -75.172431609281603, 39.924728916865398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24785, "tnode_": 24775, "lpoly_": null, "rpoly_": null, "length": 170.55794068999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1501, "st_code": 73220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4033, "Shape__Length": 67.69940486102081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171374481712107, 39.924603035577299 ], [ -75.171977312968806, 39.9246646062658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24794, "tnode_": 24785, "lpoly_": null, "rpoly_": null, "length": 148.38985869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1431, "r_t_add": 1499, "st_code": 73220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321115, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4034, "Shape__Length": 58.904033448915634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170854407543899, 39.9245282248175 ], [ -75.171374481712107, 39.924603035577299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24797, "tnode_": 24794, "lpoly_": null, "rpoly_": null, "length": 130.36970097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1425, "r_t_add": 1429, "st_code": 73220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321116, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4035, "Shape__Length": 51.749327176147517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170395800414099, 39.924469892780699 ], [ -75.170854407543899, 39.9245282248175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26959, "tnode_": 24797, "lpoly_": null, "rpoly_": null, "length": 182.81819875999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1423, "st_code": 73220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321117, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4036, "Shape__Length": 72.563693678944375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169747403241004, 39.924418502428303 ], [ -75.170395800414099, 39.924469892780699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24623, "tnode_": 24618, "lpoly_": null, "rpoly_": null, "length": 160.09346756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 54800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321118, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4037, "Shape__Length": 63.549068733498373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172683067789094, 39.9260270901745 ], [ -75.173246657536495, 39.926096788335997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24631, "tnode_": 24623, "lpoly_": null, "rpoly_": null, "length": 153.36775344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1536, "l_t_add": 1598, "r_f_add": 1539, "r_t_add": 1599, "st_code": 54800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321119, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4038, "Shape__Length": 60.879140295127165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172143044798503, 39.925960853618598 ], [ -75.172683067789094, 39.9260270901745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24633, "tnode_": 24631, "lpoly_": null, "rpoly_": null, "length": 136.95418763000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1534, "r_f_add": 1515, "r_t_add": 1537, "st_code": 54800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321120, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4039, "Shape__Length": 54.364270423594775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171661418963595, 39.9258988621648 ], [ -75.172143044798503, 39.925960853618598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24641, "tnode_": 24633, "lpoly_": null, "rpoly_": null, "length": 154.80253344000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1513, "st_code": 54800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321121, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4040, "Shape__Length": 61.449600591899731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171117543036104, 39.925826453154301 ], [ -75.171661418963595, 39.9258988621648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26961, "tnode_": 24641, "lpoly_": null, "rpoly_": null, "length": 461.82454965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 54800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321122, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4041, "Shape__Length": 183.32400369356208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694960863951, 39.925605625385501 ], [ -75.171117543036104, 39.925826453154301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24461, "tnode_": 24454, "lpoly_": null, "rpoly_": null, "length": 131.10899547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1618, "l_t_add": 1622, "r_f_add": 1615, "r_t_add": 1623, "st_code": 55960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321123, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4042, "Shape__Length": 52.043368720365876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172965950434502, 39.927322821647202 ], [ -75.173429003726596, 39.927372226376598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24467, "tnode_": 24461, "lpoly_": null, "rpoly_": null, "length": 156.43160861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1613, "st_code": 55960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321124, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4043, "Shape__Length": 62.099289019641979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172418321343898, 39.927241317397197 ], [ -75.172965950434502, 39.927322821647202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24475, "tnode_": 24467, "lpoly_": null, "rpoly_": null, "length": 153.0224749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1526, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1599, "st_code": 55960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321125, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4044, "Shape__Length": 60.742146053377468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171878333269305, 39.927181162439801 ], [ -75.172418321343898, 39.927241317397197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24482, "tnode_": 24475, "lpoly_": null, "rpoly_": null, "length": 136.21656455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1524, "r_f_add": 1509, "r_t_add": 1519, "st_code": 55960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321126, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4045, "Shape__Length": 54.073696355333851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171400739144502, 39.927113178875601 ], [ -75.171878333269305, 39.927181162439801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24488, "tnode_": 24482, "lpoly_": null, "rpoly_": null, "length": 156.83930569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1507, "st_code": 55960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321127, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4046, "Shape__Length": 62.258474003023608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1708488417175, 39.927043734770798 ], [ -75.171400739144502, 39.927113178875601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24497, "tnode_": 24488, "lpoly_": null, "rpoly_": null, "length": 150.40745146999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 55960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321128, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4047, "Shape__Length": 59.706252488054361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170320737346103, 39.9269718886341 ], [ -75.1708488417175, 39.927043734770798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24504, "tnode_": 24497, "lpoly_": null, "rpoly_": null, "length": 123.3683138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1410, "l_t_add": 1418, "r_f_add": 1411, "r_t_add": 1419, "st_code": 55960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321129, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4048, "Shape__Length": 48.9708096878378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169885450482894, 39.926923096892601 ], [ -75.170320737346103, 39.9269718886341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26962, "tnode_": 24504, "lpoly_": null, "rpoly_": null, "length": 187.9821417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1408, "r_f_add": 1401, "r_t_add": 1409, "st_code": 55960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321130, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4049, "Shape__Length": 74.625824541992003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169229967072695, 39.926815341163397 ], [ -75.169885450482894, 39.926923096892601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24301, "tnode_": 24294, "lpoly_": null, "rpoly_": null, "length": 131.91780043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1638, "r_f_add": 1617, "r_t_add": 1639, "st_code": 56880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321131, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4050, "Shape__Length": 52.368691527697422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172701769972804, 39.928529407203001 ], [ -75.173163865376594, 39.928597036828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24310, "tnode_": 24301, "lpoly_": null, "rpoly_": null, "length": 154.11159667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1615, "st_code": 56880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321132, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4051, "Shape__Length": 61.175077008630744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172157294079696, 39.9284723001755 ], [ -75.172701769972804, 39.928529407203001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24316, "tnode_": 24310, "lpoly_": null, "rpoly_": null, "length": 159.26200636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1599, "st_code": 56880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321133, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4052, "Shape__Length": 63.222435727183168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597999551494, 39.928396611809397 ], [ -75.172157294079696, 39.9284723001755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24322, "tnode_": 24316, "lpoly_": null, "rpoly_": null, "length": 130.30371080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1508, "l_t_add": 1518, "r_f_add": 1509, "r_t_add": 1519, "st_code": 56880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321134, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4053, "Shape__Length": 51.726118678547707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171139648542393, 39.928338076470297 ], [ -75.171597999551494, 39.928396611809397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24333, "tnode_": 24322, "lpoly_": null, "rpoly_": null, "length": 154.36207789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1506, "r_f_add": 1501, "r_t_add": 1507, "st_code": 56880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321135, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4054, "Shape__Length": 61.27530844841209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170595406096197, 39.928274885364701 ], [ -75.171139648542393, 39.928338076470297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24339, "tnode_": 24333, "lpoly_": null, "rpoly_": null, "length": 155.13090407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 56880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4055, "Shape__Length": 61.583305028495424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170051745321103, 39.928196393792398 ], [ -75.170595406096197, 39.928274885364701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24347, "tnode_": 24339, "lpoly_": null, "rpoly_": null, "length": 132.80729184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1403, "r_t_add": 1411, "st_code": 56880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321137, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4056, "Shape__Length": 52.718833908016116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169583481347104, 39.928142125216802 ], [ -75.170051745321103, 39.928196393792398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26963, "tnode_": 24347, "lpoly_": null, "rpoly_": null, "length": 178.5572746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1401, "st_code": 56880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321138, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4057, "Shape__Length": 70.884422599035503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168959509984106, 39.9280447316644 ], [ -75.169583481347104, 39.928142125216802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24164, "tnode_": 24158, "lpoly_": null, "rpoly_": null, "length": 151.3911201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1617, "st_code": 57100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321139, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4058, "Shape__Length": 60.098480597428079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171900533027795, 39.929683771484903 ], [ -75.172432855858801, 39.929752770048196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24169, "tnode_": 24164, "lpoly_": null, "rpoly_": null, "length": 158.82111398000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 57100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321140, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4059, "Shape__Length": 63.046894335809867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171340888174299, 39.929617091562598 ], [ -75.171900533027795, 39.929683771484903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24176, "tnode_": 24169, "lpoly_": null, "rpoly_": null, "length": 126.97479844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1526, "r_f_add": 1517, "r_t_add": 1527, "st_code": 57100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321141, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4060, "Shape__Length": 50.40520835002377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170893835531203, 39.929561955824902 ], [ -75.171340888174299, 39.929617091562598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24187, "tnode_": 24176, "lpoly_": null, "rpoly_": null, "length": 161.37702171000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 57100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321142, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4061, "Shape__Length": 64.062898580183614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170326916314906, 39.929486090851398 ], [ -75.170893835531203, 39.929561955824902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24190, "tnode_": 24187, "lpoly_": null, "rpoly_": null, "length": 153.30131015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 57100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321143, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4062, "Shape__Length": 60.85531580194391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169786473978505, 39.929422981583102 ], [ -75.170326916314906, 39.929486090851398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24199, "tnode_": 24190, "lpoly_": null, "rpoly_": null, "length": 124.54720768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1414, "l_t_add": 1424, "r_f_add": 1415, "r_t_add": 1425, "st_code": 57100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321144, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4063, "Shape__Length": 49.442497548590218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169349246877502, 39.929363083634897 ], [ -75.169786473978505, 39.929422981583102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26965, "tnode_": 24199, "lpoly_": null, "rpoly_": null, "length": 188.01517685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1413, "st_code": 57100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321145, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4064, "Shape__Length": 74.63930899185732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168690954216601, 39.929265432782699 ], [ -75.169349246877502, 39.929363083634897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24021, "tnode_": 24016, "lpoly_": null, "rpoly_": null, "length": 130.28264965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1628, "r_f_add": 1617, "r_t_add": 1627, "st_code": 76720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321146, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4065, "Shape__Length": 51.719690741281916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172175680610493, 39.9309824781785 ], [ -75.172634065248999, 39.931040585332603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24028, "tnode_": 24021, "lpoly_": null, "rpoly_": null, "length": 155.20739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1615, "st_code": 76720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321147, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4066, "Shape__Length": 61.616112786689001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171631720389001, 39.930903987894503 ], [ -75.172175680610493, 39.9309824781785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24035, "tnode_": 24028, "lpoly_": null, "rpoly_": null, "length": 159.99933845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 76720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321148, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4067, "Shape__Length": 63.515837467286374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171068012671597, 39.930836322609302 ], [ -75.171631720389001, 39.930903987894503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24039, "tnode_": 24035, "lpoly_": null, "rpoly_": null, "length": 125.93699643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1516, "l_t_add": 1526, "r_f_add": 1515, "r_t_add": 1525, "st_code": 76720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321149, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4068, "Shape__Length": 49.994572953792201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170625116578904, 39.930779237775099 ], [ -75.171068012671597, 39.930836322609302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24049, "tnode_": 24039, "lpoly_": null, "rpoly_": null, "length": 163.56964257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1513, "st_code": 76720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321150, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4069, "Shape__Length": 64.934313395161425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170050293140505, 39.930703193873498 ], [ -75.170625116578904, 39.930779237775099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24053, "tnode_": 24049, "lpoly_": null, "rpoly_": null, "length": 150.18855977000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 76720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321151, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4070, "Shape__Length": 59.621468754500299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169521663781296, 39.930637201183202 ], [ -75.170050293140505, 39.930703193873498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24057, "tnode_": 24053, "lpoly_": null, "rpoly_": null, "length": 73.95841279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1420, "l_t_add": 1426, "r_f_add": 1423, "r_t_add": 1427, "st_code": 76720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321152, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4071, "Shape__Length": 29.359874567459336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169261433412501, 39.930604297632001 ], [ -75.169521663781296, 39.930637201183202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24065, "tnode_": 24057, "lpoly_": null, "rpoly_": null, "length": 50.80534001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1416, "l_t_add": 1418, "r_f_add": 1419, "r_t_add": 1421, "st_code": 76720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321153, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4072, "Shape__Length": 20.169023985599186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169083154267, 39.9305795296779 ], [ -75.169261433412501, 39.930604297632001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26966, "tnode_": 24065, "lpoly_": null, "rpoly_": null, "length": 188.51191457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1417, "st_code": 76720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321154, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4073, "Shape__Length": 74.839389549735813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168424896742494, 39.930474735998303 ], [ -75.169083154267, 39.9305795296779 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23877, "tnode_": 23871, "lpoly_": null, "rpoly_": null, "length": 143.75533819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1619, "st_code": 28480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321155, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4074, "Shape__Length": 57.069881327483465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171358678713503, 39.932134911940601 ], [ -75.171863530171393, 39.932203295017203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23884, "tnode_": 23877, "lpoly_": null, "rpoly_": null, "length": 158.06376197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 28480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321156, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4075, "Shape__Length": 62.749710951956153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170803060431894, 39.9320620249878 ], [ -75.171358678713503, 39.932134911940601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23889, "tnode_": 23884, "lpoly_": null, "rpoly_": null, "length": 125.82806309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1516, "l_t_add": 1526, "r_f_add": 1517, "r_t_add": 1527, "st_code": 28480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321157, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4076, "Shape__Length": 49.951820126513823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170360069884097, 39.932007192421899 ], [ -75.170803060431894, 39.9320620249878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23894, "tnode_": 23889, "lpoly_": null, "rpoly_": null, "length": 163.90742323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 28480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321158, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4077, "Shape__Length": 65.070819246454008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169785475146796, 39.931924857174003 ], [ -75.170360069884097, 39.932007192421899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23909, "tnode_": 23894, "lpoly_": null, "rpoly_": null, "length": 220.96160727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 28480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321159, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4078, "Shape__Length": 87.719164839307922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169008690954698, 39.9318232965894 ], [ -75.169785475146796, 39.931924857174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26967, "tnode_": 23909, "lpoly_": null, "rpoly_": null, "length": 243.46186645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 28480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321160, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4079, "Shape__Length": 96.651508157091286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168152989022204, 39.9317105816422 ], [ -75.169008690954698, 39.9318232965894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23723, "tnode_": 23714, "lpoly_": null, "rpoly_": null, "length": 143.41440096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1613, "st_code": 67780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4080, "Shape__Length": 56.933718865918387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171093536139196, 39.933358356341898 ], [ -75.171599300371597, 39.933416641613803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23741, "tnode_": 23735, "lpoly_": null, "rpoly_": null, "length": 162.55725342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1513, "st_code": 67780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4081, "Shape__Length": 64.533357586824152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169517205544395, 39.933153608161298 ], [ -75.170090069768605, 39.933221735333397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23750, "tnode_": 23741, "lpoly_": null, "rpoly_": null, "length": 220.67100409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1402, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 67780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321163, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4082, "Shape__Length": 87.60583864935596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168741955080094, 39.9330498244476 ], [ -75.169517205544395, 39.933153608161298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26968, "tnode_": 23750, "lpoly_": null, "rpoly_": null, "length": 244.33392412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1400, "r_f_add": 1401, "r_t_add": 1401, "st_code": 67780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4083, "Shape__Length": 96.998088437921965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167881600501005, 39.932944022005699 ], [ -75.168741955080094, 39.9330498244476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23551, "tnode_": 23547, "lpoly_": null, "rpoly_": null, "length": 166.673834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1617, "st_code": 82740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321165, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4084, "Shape__Length": 66.169725435689415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170831931266605, 39.934572185862997 ], [ -75.171418456271596, 39.934646190599601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23558, "tnode_": 23551, "lpoly_": null, "rpoly_": null, "length": 138.93214095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1530, "l_t_add": 1598, "r_f_add": 1531, "r_t_add": 1599, "st_code": 82740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321166, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4085, "Shape__Length": 55.156719153922623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170343646422495, 39.9345076690025 ], [ -75.170831931266605, 39.934572185862997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23565, "tnode_": 23558, "lpoly_": null, "rpoly_": null, "length": 111.23734504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1520, "l_t_add": 1528, "r_f_add": 1521, "r_t_add": 1529, "st_code": 82740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4086, "Shape__Length": 44.161476592013628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169952421577705, 39.934457263069802 ], [ -75.170343646422495, 39.9345076690025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23578, "tnode_": 23565, "lpoly_": null, "rpoly_": null, "length": 199.84914881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1519, "st_code": 82740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321168, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4087, "Shape__Length": 79.339493426678246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169248412737602, 39.934372086179899 ], [ -75.169952421577705, 39.934457263069802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23591, "tnode_": 23578, "lpoly_": null, "rpoly_": null, "length": 221.14510885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1409, "r_t_add": 1499, "st_code": 82740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4088, "Shape__Length": 87.795260057684956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168471056489395, 39.934269984404999 ], [ -75.169248412737602, 39.934372086179899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23599, "tnode_": 23591, "lpoly_": null, "rpoly_": null, "length": 235.68123633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1407, "st_code": 82740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4089, "Shape__Length": 93.56627965797162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1676429267294, 39.934159729551801 ], [ -75.168471056489395, 39.934269984404999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23325, "tnode_": 23316, "lpoly_": null, "rpoly_": null, "length": 85.91148934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1534, "l_t_add": 1598, "r_f_add": 1535, "r_t_add": 1599, "st_code": 33740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321171, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4090, "Shape__Length": 34.108984592424143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170156496667005, 39.936197461780097 ], [ -75.170457440761794, 39.936241624894798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23338, "tnode_": 23325, "lpoly_": null, "rpoly_": null, "length": 138.18436369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1518, "l_t_add": 1532, "r_f_add": 1521, "r_t_add": 1533, "st_code": 33740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321172, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4091, "Shape__Length": 54.865049046074148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169675322821902, 39.936115652325803 ], [ -75.170156496667005, 39.936197461780097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23344, "tnode_": 23338, "lpoly_": null, "rpoly_": null, "length": 85.299420520000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1506, "l_t_add": 1516, "r_f_add": 1513, "r_t_add": 1519, "st_code": 33740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321173, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4092, "Shape__Length": 33.869142908486495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169380268331807, 39.936058726133297 ], [ -75.169675322821902, 39.936115652325803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23355, "tnode_": 23344, "lpoly_": null, "rpoly_": null, "length": 136.65899366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1504, "r_f_add": 1501, "r_t_add": 1511, "st_code": 33740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321174, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4093, "Shape__Length": 54.25912465127076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168904200966494, 39.935978541108703 ], [ -75.169380268331807, 39.936058726133297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23374, "tnode_": 23355, "lpoly_": null, "rpoly_": null, "length": 224.88708597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1425, "r_t_add": 1499, "st_code": 33740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321175, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4094, "Shape__Length": 89.292057204878574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168124233762498, 39.935834981471302 ], [ -75.168904200966494, 39.935978541108703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23159, "tnode_": 23134, "lpoly_": null, "rpoly_": null, "length": 446.2812827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 31400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321176, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4095, "Shape__Length": 177.1803527648234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170251138591397, 39.937278608180101 ], [ -75.171822919378897, 39.937470780754502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23162, "tnode_": 23159, "lpoly_": null, "rpoly_": null, "length": 93.95893471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1535, "r_t_add": 1599, "st_code": 31400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321177, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4096, "Shape__Length": 37.304421051411055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169921808234506, 39.937231087682797 ], [ -75.170251138591397, 39.937278608180101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23061, "tnode_": 23040, "lpoly_": null, "rpoly_": null, "length": 463.73947756000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321178, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4097, "Shape__Length": 184.11626365226954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166818888928901, 39.937878068231903 ], [ -75.168448626825693, 39.938094238414401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22876, "tnode_": 22851, "lpoly_": null, "rpoly_": null, "length": 451.38229791000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 21600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4098, "Shape__Length": 179.21141343609679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168169433244302, 39.939278163591297 ], [ -75.169758534492601, 39.939475856778401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22897, "tnode_": 22876, "lpoly_": null, "rpoly_": null, "length": 454.11397251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 21600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4099, "Shape__Length": 180.29677742381131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166572265783799, 39.939072045625501 ], [ -75.168169433244302, 39.939278163591297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22834, "tnode_": 22818, "lpoly_": null, "rpoly_": null, "length": 278.94597602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 56820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4100, "Shape__Length": 110.75067405283802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167100172315699, 39.939615234659797 ], [ -75.168081273463699, 39.9397417949477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22818, "tnode_": 22791, "lpoly_": null, "rpoly_": null, "length": 449.58256514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 56820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4101, "Shape__Length": 178.50090576781486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168081273463699, 39.9397417949477 ], [ -75.169660835520304, 39.9399534411654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22702, "tnode_": 22685, "lpoly_": null, "rpoly_": null, "length": 547.2892894900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 56820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321183, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4102, "Shape__Length": 217.29474341000395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175949945509899, 39.9407349155872 ], [ -75.177875770004306, 39.940979148181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22742, "tnode_": 22725, "lpoly_": null, "rpoly_": null, "length": 448.11548076000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 56820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4103, "Shape__Length": 177.91573543184626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172799838705799, 39.9403475876572 ], [ -75.174379120489505, 39.940535789675501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22766, "tnode_": 22742, "lpoly_": null, "rpoly_": null, "length": 444.40764351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 56820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4104, "Shape__Length": 176.44427054760899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712349532541, 39.940154472315399 ], [ -75.172799838705799, 39.9403475876572 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22638, "tnode_": 22607, "lpoly_": null, "rpoly_": null, "length": 544.64193108999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 23060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4105, "Shape__Length": 216.24470696642464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175847149347007, 39.941230279516198 ], [ -75.177764249352293, 39.941470618310703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22663, "tnode_": 22638, "lpoly_": null, "rpoly_": null, "length": 446.89978365999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 23060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 4106, "Shape__Length": 177.43699458168169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174274577972298, 39.941030824907003 ], [ -75.175847149347007, 39.941230279516198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22786, "tnode_": 22761, "lpoly_": null, "rpoly_": null, "length": 447.3841312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 21600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321188, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4107, "Shape__Length": 177.62611267976538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174483176179706, 39.940065358234598 ], [ -75.176058186795402, 39.940261458486297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22794, "tnode_": 22786, "lpoly_": null, "rpoly_": null, "length": 154.32623262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1826, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 21600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321189, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4108, "Shape__Length": 61.272604891374463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173940067465395, 39.939996796456398 ], [ -75.174483176179706, 39.940065358234598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22806, "tnode_": 22794, "lpoly_": null, "rpoly_": null, "length": 133.73053297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1810, "l_t_add": 1824, "r_f_add": 1811, "r_t_add": 1825, "st_code": 21600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321190, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4109, "Shape__Length": 53.095289908024469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173469333355996, 39.939937887791899 ], [ -75.173940067465395, 39.939996796456398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22816, "tnode_": 22806, "lpoly_": null, "rpoly_": null, "length": 159.76213506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1808, "r_f_add": 1801, "r_t_add": 1809, "st_code": 21600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321191, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4110, "Shape__Length": 63.430408384580836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172906740368106, 39.939868598651103 ], [ -75.173469333355996, 39.939937887791899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22817, "tnode_": 22816, "lpoly_": null, "rpoly_": null, "length": 138.60608940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 21600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4111, "Shape__Length": 55.030914591283214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172418819616794, 39.939807663220598 ], [ -75.172906740368106, 39.939868598651103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22823, "tnode_": 22817, "lpoly_": null, "rpoly_": null, "length": 130.3523399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1714, "l_t_add": 1724, "r_f_add": 1715, "r_t_add": 1725, "st_code": 21600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4112, "Shape__Length": 51.755059656319126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171961316698201, 39.939744228838897 ], [ -75.172418819616794, 39.939807663220598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22831, "tnode_": 22823, "lpoly_": null, "rpoly_": null, "length": 175.19465928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 21600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321194, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4113, "Shape__Length": 69.556646030935525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171343530256607, 39.939672457841397 ], [ -75.171961316698201, 39.939744228838897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22839, "tnode_": 22831, "lpoly_": null, "rpoly_": null, "length": 159.08951821999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 21600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4114, "Shape__Length": 63.163289991628041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170783511802398, 39.939602487152797 ], [ -75.171343530256607, 39.939672457841397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22953, "tnode_": 22938, "lpoly_": null, "rpoly_": null, "length": 443.10416166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321196, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4115, "Shape__Length": 175.92385731294235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174753624919504, 39.938835418936101 ], [ -75.176313292531503, 39.939030815907401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22961, "tnode_": 22953, "lpoly_": null, "rpoly_": null, "length": 154.41772726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1864, "l_t_add": 1898, "r_f_add": 1807, "r_t_add": 1899, "st_code": 81560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321197, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4116, "Shape__Length": 61.305443256997435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174207475593306, 39.938781152993201 ], [ -75.174753624919504, 39.938835418936101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22966, "tnode_": 22961, "lpoly_": null, "rpoly_": null, "length": 134.38520094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1832, "l_t_add": 1862, "r_f_add": 1805, "r_t_add": 1805, "st_code": 81560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321198, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4117, "Shape__Length": 53.352898568919343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173732883824798, 39.938729894692202 ], [ -75.174207475593306, 39.938781152993201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22974, "tnode_": 22966, "lpoly_": null, "rpoly_": null, "length": 158.61110728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1830, "r_f_add": 1801, "r_t_add": 1803, "st_code": 81560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321199, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4118, "Shape__Length": 62.974266959094599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173176621653795, 39.938650964750501 ], [ -75.173732883824798, 39.938729894692202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22981, "tnode_": 22974, "lpoly_": null, "rpoly_": null, "length": 139.82787865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1730, "l_t_add": 1798, "r_f_add": 1737, "r_t_add": 1799, "st_code": 81560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321200, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4119, "Shape__Length": 55.513958519848863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172683203921096, 39.938595510155601 ], [ -75.173176621653795, 39.938650964750501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22986, "tnode_": 22981, "lpoly_": null, "rpoly_": null, "length": 131.30203613999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1720, "l_t_add": 1728, "r_f_add": 1719, "r_t_add": 1735, "st_code": 81560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321201, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4120, "Shape__Length": 52.12942467772325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172220338308804, 39.938541035638799 ], [ -75.172683203921096, 39.938595510155601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23000, "tnode_": 22986, "lpoly_": null, "rpoly_": null, "length": 175.04916144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1717, "st_code": 81560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321202, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4121, "Shape__Length": 69.499952942526946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171605724301202, 39.938456918433403 ], [ -75.172220338308804, 39.938541035638799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23008, "tnode_": 23000, "lpoly_": null, "rpoly_": null, "length": 154.29482099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1602, "l_t_add": 1698, "r_f_add": 1647, "r_t_add": 1699, "st_code": 81560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321203, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4122, "Shape__Length": 61.257063444479925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171060878767705, 39.938397759771199 ], [ -75.171605724301202, 39.938456918433403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23069, "tnode_": 23047, "lpoly_": null, "rpoly_": null, "length": 547.02385167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 31400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321204, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4123, "Shape__Length": 217.17888393958486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176539667955694, 39.938053974337699 ], [ -75.178466648807003, 39.938287741348702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23093, "tnode_": 23069, "lpoly_": null, "rpoly_": null, "length": 450.30602839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 31400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321205, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4124, "Shape__Length": 178.77941278909313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174953288419999, 39.9378620672124 ], [ -75.176539667955694, 39.938053974337699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23101, "tnode_": 23093, "lpoly_": null, "rpoly_": null, "length": 152.04335109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1866, "l_t_add": 1898, "r_f_add": 1867, "r_t_add": 1899, "st_code": 31400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321206, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4125, "Shape__Length": 60.364677426567418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174418699551197, 39.937792356091002 ], [ -75.174953288419999, 39.9378620672124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23134, "tnode_": 23118, "lpoly_": null, "rpoly_": null, "length": 444.61233409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 31400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321207, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4126, "Shape__Length": 176.5187800683151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171822919378897, 39.937470780754502 ], [ -75.173388227150596, 39.937665117996197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23182, "tnode_": 23137, "lpoly_": null, "rpoly_": null, "length": 541.20915441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 33740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321208, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4127, "Shape__Length": 214.88405447237054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176729650852707, 39.937292307631701 ], [ -75.178617704767206, 39.937600393162199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23217, "tnode_": 23182, "lpoly_": null, "rpoly_": null, "length": 454.87808891999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 33740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321209, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4128, "Shape__Length": 180.60909506776608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175146337689398, 39.937020757131997 ], [ -75.176729650852707, 39.937292307631701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23230, "tnode_": 23217, "lpoly_": null, "rpoly_": null, "length": 157.4918764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 33740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4129, "Shape__Length": 62.531171526806745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174597311114496, 39.936929687497702 ], [ -75.175146337689398, 39.937020757131997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23289, "tnode_": 23257, "lpoly_": null, "rpoly_": null, "length": 449.06712573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 33740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4130, "Shape__Length": 178.29754547825766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172018505397702, 39.936494875524403 ], [ -75.173584950807296, 39.936751032183402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23316, "tnode_": 23289, "lpoly_": null, "rpoly_": null, "length": 447.37338940999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 33740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321212, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4131, "Shape__Length": 177.62393837702871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170457440761794, 39.936241624894798 ], [ -75.172018505397702, 39.936494875524403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23459, "tnode_": 23456, "lpoly_": null, "rpoly_": null, "length": 134.12681906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2013, "st_code": 82740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321213, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4132, "Shape__Length": 53.248736910909763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177110376319405, 39.9353796620411 ], [ -75.177582841222304, 39.935436977911998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23467, "tnode_": 23459, "lpoly_": null, "rpoly_": null, "length": 121.12816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 82740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321214, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4133, "Shape__Length": 48.088168128994546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176683671389597, 39.935328040020799 ], [ -75.177110376319405, 39.9353796620411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23473, "tnode_": 23467, "lpoly_": null, "rpoly_": null, "length": 159.50081891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1916, "l_t_add": 1930, "r_f_add": 1917, "r_t_add": 1935, "st_code": 82740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321215, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4134, "Shape__Length": 63.323535382950553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176123382998995, 39.935252671765497 ], [ -75.176683671389597, 39.935328040020799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23479, "tnode_": 23473, "lpoly_": null, "rpoly_": null, "length": 166.30348433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 82740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321216, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4135, "Shape__Length": 66.024229416442196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175539242487204, 39.935173898293897 ], [ -75.176123382998995, 39.935252671765497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23484, "tnode_": 23479, "lpoly_": null, "rpoly_": null, "length": 145.7083889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1828, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 82740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4136, "Shape__Length": 57.846920491351824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175026549111607, 39.935108929325402 ], [ -75.175539242487204, 39.935173898293897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23500, "tnode_": 23484, "lpoly_": null, "rpoly_": null, "length": 123.85262273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1816, "l_t_add": 1826, "r_f_add": 1821, "r_t_add": 1835, "st_code": 82740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321218, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4137, "Shape__Length": 49.169593517469188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174590252185098, 39.935056127204298 ], [ -75.175026549111607, 39.935108929325402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23504, "tnode_": 23500, "lpoly_": null, "rpoly_": null, "length": 175.11212717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1819, "st_code": 82740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4138, "Shape__Length": 69.519274931021599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173973017109105, 39.934983288016703 ], [ -75.174590252185098, 39.935056127204298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23514, "tnode_": 23504, "lpoly_": null, "rpoly_": null, "length": 158.09780218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1730, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 82740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321220, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4139, "Shape__Length": 62.768569370938799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173420388618396, 39.934897424893499 ], [ -75.173973017109105, 39.934983288016703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23520, "tnode_": 23514, "lpoly_": null, "rpoly_": null, "length": 133.42873021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1708, "l_t_add": 1728, "r_f_add": 1709, "r_t_add": 1723, "st_code": 82740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4140, "Shape__Length": 52.970071219873248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172949122849303, 39.934846965467102 ], [ -75.173420388618396, 39.934897424893499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23532, "tnode_": 23520, "lpoly_": null, "rpoly_": null, "length": 158.76829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1707, "st_code": 82740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4141, "Shape__Length": 63.031798801188273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172390871920499, 39.934774360962599 ], [ -75.172949122849303, 39.934846965467102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23539, "tnode_": 23532, "lpoly_": null, "rpoly_": null, "length": 150.85811362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 82740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321223, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4142, "Shape__Length": 59.890990435517168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171860013161094, 39.934707323275298 ], [ -75.172390871920499, 39.934774360962599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23547, "tnode_": 23539, "lpoly_": null, "rpoly_": null, "length": 125.81226167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1620, "l_t_add": 1630, "r_f_add": 1619, "r_t_add": 1631, "st_code": 82740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321224, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4143, "Shape__Length": 49.948703552305474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171418456271596, 39.934646190599601 ], [ -75.171860013161094, 39.934707323275298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23645, "tnode_": 23637, "lpoly_": null, "rpoly_": null, "length": 158.3700776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1918, "l_t_add": 1936, "r_f_add": 1921, "r_t_add": 1935, "st_code": 67780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4144, "Shape__Length": 62.872445139555268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176385932172096, 39.934037986671598 ], [ -75.176943440810206, 39.934107315980398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23652, "tnode_": 23645, "lpoly_": null, "rpoly_": null, "length": 164.1491215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1919, "st_code": 67780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321226, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4145, "Shape__Length": 65.16839893495397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175810103984901, 39.933957070865901 ], [ -75.176385932172096, 39.934037986671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23669, "tnode_": 23652, "lpoly_": null, "rpoly_": null, "length": 447.02819217000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 67780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321227, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4146, "Shape__Length": 177.46814981057452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174236275091104, 39.933762163552103 ], [ -75.175810103984901, 39.933957070865901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23685, "tnode_": 23669, "lpoly_": null, "rpoly_": null, "length": 161.52119517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 67780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321228, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4147, "Shape__Length": 64.124618686348327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173669420246696, 39.933683594555703 ], [ -75.174236275091104, 39.933762163552103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23691, "tnode_": 23685, "lpoly_": null, "rpoly_": null, "length": 131.3523233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1714, "l_t_add": 1724, "r_f_add": 1715, "r_t_add": 1725, "st_code": 67780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321229, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4148, "Shape__Length": 52.146323028401206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173207215004496, 39.9336251934781 ], [ -75.173669420246696, 39.933683594555703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23697, "tnode_": 23691, "lpoly_": null, "rpoly_": null, "length": 156.26300464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 67780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321230, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4149, "Shape__Length": 62.03749851028256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172659423634101, 39.933546623392402 ], [ -75.173207215004496, 39.9336251934781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23806, "tnode_": 23799, "lpoly_": null, "rpoly_": null, "length": 130.20624175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1914, "l_t_add": 1928, "r_f_add": 1917, "r_t_add": 1931, "st_code": 28480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4150, "Shape__Length": 51.690746425540922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176626992773194, 39.9328061781695 ], [ -75.177085118701996, 39.932864261368998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23814, "tnode_": 23806, "lpoly_": null, "rpoly_": null, "length": 158.13931551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1915, "st_code": 28480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321232, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4151, "Shape__Length": 62.78088668436736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176071750343795, 39.932730391721499 ], [ -75.176626992773194, 39.9328061781695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23826, "tnode_": 23814, "lpoly_": null, "rpoly_": null, "length": 156.69107241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1826, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 28480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321233, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4152, "Shape__Length": 62.204209938387081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175519685806805, 39.932664113815001 ], [ -75.176071750343795, 39.932730391721499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23834, "tnode_": 23826, "lpoly_": null, "rpoly_": null, "length": 132.56760173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1814, "l_t_add": 1824, "r_f_add": 1817, "r_t_add": 1831, "st_code": 28480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321234, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4153, "Shape__Length": 52.628503180473885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175053796277098, 39.932602491009199 ], [ -75.175519685806805, 39.932664113815001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23837, "tnode_": 23834, "lpoly_": null, "rpoly_": null, "length": 157.98478665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1801, "r_t_add": 1815, "st_code": 28480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321235, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4154, "Shape__Length": 62.718202258575246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174497776211197, 39.9325327612476 ], [ -75.175053796277098, 39.932602491009199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23845, "tnode_": 23837, "lpoly_": null, "rpoly_": null, "length": 157.75124467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 28480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321236, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4155, "Shape__Length": 62.624838889127957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173941906059596, 39.9324663911122 ], [ -75.174497776211197, 39.9325327612476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23852, "tnode_": 23845, "lpoly_": null, "rpoly_": null, "length": 129.31755117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1714, "l_t_add": 1724, "r_f_add": 1715, "r_t_add": 1731, "st_code": 28480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4156, "Shape__Length": 51.33835079301199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173487722608897, 39.932405024833599 ], [ -75.173941906059596, 39.9324663911122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23856, "tnode_": 23852, "lpoly_": null, "rpoly_": null, "length": 159.89173534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 28480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321238, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4157, "Shape__Length": 63.4744089401458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172924250837696, 39.932338053658597 ], [ -75.173487722608897, 39.932405024833599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23865, "tnode_": 23856, "lpoly_": null, "rpoly_": null, "length": 162.66601654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 28480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321239, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4158, "Shape__Length": 64.577715198405897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172353332758505, 39.932259173909003 ], [ -75.172924250837696, 39.932338053658597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23871, "tnode_": 23865, "lpoly_": null, "rpoly_": null, "length": 138.86020599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1620, "l_t_add": 1626, "r_f_add": 1621, "r_t_add": 1627, "st_code": 28480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321240, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4159, "Shape__Length": 55.12472921379743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171863530171393, 39.932203295017203 ], [ -75.172353332758505, 39.932259173909003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23929, "tnode_": 23921, "lpoly_": null, "rpoly_": null, "length": 144.7919849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2048, "l_t_add": 2098, "r_f_add": 2055, "r_t_add": 2099, "st_code": 76720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321241, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4160, "Shape__Length": 57.479828264618455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179320219485504, 39.931901582770202 ], [ -75.179830309123503, 39.931963051704699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23935, "tnode_": 23929, "lpoly_": null, "rpoly_": null, "length": 122.39045544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2032, "l_t_add": 2046, "r_f_add": 2031, "r_t_add": 2053, "st_code": 76720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321242, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4161, "Shape__Length": 48.586561189432054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178888796460896, 39.931850880880297 ], [ -75.179320219485504, 39.931901582770202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23941, "tnode_": 23935, "lpoly_": null, "rpoly_": null, "length": 122.2555165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2016, "l_t_add": 2030, "r_f_add": 2015, "r_t_add": 2029, "st_code": 76720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321243, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4162, "Shape__Length": 48.533651431554588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178458646501198, 39.931796366686001 ], [ -75.178888796460896, 39.931850880880297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23949, "tnode_": 23941, "lpoly_": null, "rpoly_": null, "length": 154.94510524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2013, "st_code": 76720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321244, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4163, "Shape__Length": 61.51054343746474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177913089041397, 39.931729131537999 ], [ -75.178458646501198, 39.931796366686001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23953, "tnode_": 23949, "lpoly_": null, "rpoly_": null, "length": 159.27258021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1934, "l_t_add": 1998, "r_f_add": 1933, "r_t_add": 1999, "st_code": 76720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321245, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4164, "Shape__Length": 63.229694627694514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177353768912795, 39.931653270484901 ], [ -75.177913089041397, 39.931729131537999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23962, "tnode_": 23953, "lpoly_": null, "rpoly_": null, "length": 130.29354557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1916, "l_t_add": 1932, "r_f_add": 1915, "r_t_add": 1931, "st_code": 76720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321246, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4165, "Shape__Length": 51.724519449107483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1768953845624, 39.931594958929601 ], [ -75.177353768912795, 39.931653270484901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23971, "tnode_": 23962, "lpoly_": null, "rpoly_": null, "length": 158.38702786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1913, "st_code": 76720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321247, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4166, "Shape__Length": 62.87901007926358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176340322306601, 39.931514668938 ], [ -75.1768953845624, 39.931594958929601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23977, "tnode_": 23971, "lpoly_": null, "rpoly_": null, "length": 157.89820263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 76720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321248, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4167, "Shape__Length": 62.682792460749432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175784576609104, 39.931445163137703 ], [ -75.176340322306601, 39.931514668938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23981, "tnode_": 23977, "lpoly_": null, "rpoly_": null, "length": 130.15389072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1816, "l_t_add": 1830, "r_f_add": 1815, "r_t_add": 1825, "st_code": 76720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321249, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4168, "Shape__Length": 51.66839672406838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175326083493403, 39.9313897891221 ], [ -75.175784576609104, 39.931445163137703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23990, "tnode_": 23981, "lpoly_": null, "rpoly_": null, "length": 159.11132508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1813, "st_code": 76720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321250, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4169, "Shape__Length": 63.164769993123628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174766650341894, 39.931317048316401 ], [ -75.175326083493403, 39.9313897891221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23999, "tnode_": 23990, "lpoly_": null, "rpoly_": null, "length": 154.33792495999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1734, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 76720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321251, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4170, "Shape__Length": 61.269868240489309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174224150343306, 39.9312458122549 ], [ -75.174766650341894, 39.931317048316401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24005, "tnode_": 23999, "lpoly_": null, "rpoly_": null, "length": 135.1443789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1732, "r_f_add": 1715, "r_t_add": 1725, "st_code": 76720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321252, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4171, "Shape__Length": 53.64978086597344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173748563077993, 39.931185986156798 ], [ -75.174224150343306, 39.9312458122549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24013, "tnode_": 24005, "lpoly_": null, "rpoly_": null, "length": 158.04229228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1713, "st_code": 76720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321253, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4172, "Shape__Length": 62.740230365571819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173192933879704, 39.931113535695097 ], [ -75.173748563077993, 39.931185986156798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24016, "tnode_": 24013, "lpoly_": null, "rpoly_": null, "length": 158.96859363000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 76720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321254, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4173, "Shape__Length": 63.107903958888478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172634065248999, 39.931040585332603 ], [ -75.173192933879704, 39.931113535695097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24097, "tnode_": 24071, "lpoly_": null, "rpoly_": null, "length": 545.68871015000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 57100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321255, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4174, "Shape__Length": 216.6273922563727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178174481665494, 39.930500655296903 ], [ -75.180093533985897, 39.9307481172834 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24114, "tnode_": 24097, "lpoly_": null, "rpoly_": null, "length": 445.32416445999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321256, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4175, "Shape__Length": 176.78492240913209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176609328854298, 39.930294446800403 ], [ -75.178174481665494, 39.930500655296903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24119, "tnode_": 24114, "lpoly_": null, "rpoly_": null, "length": 152.38422545999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 57100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321257, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4176, "Shape__Length": 60.492585247771977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176072803111197, 39.930228308075598 ], [ -75.176609328854298, 39.930294446800403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24126, "tnode_": 24119, "lpoly_": null, "rpoly_": null, "length": 132.79855612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1816, "l_t_add": 1832, "r_f_add": 1817, "r_t_add": 1833, "st_code": 57100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321258, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4177, "Shape__Length": 52.718863682821514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175606764860504, 39.930163749211403 ], [ -75.176072803111197, 39.930228308075598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24131, "tnode_": 24126, "lpoly_": null, "rpoly_": null, "length": 162.07977132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 57100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321259, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4178, "Shape__Length": 64.340735439196521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175035409553004, 39.930096823695202 ], [ -75.175606764860504, 39.930163749211403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24147, "tnode_": 24131, "lpoly_": null, "rpoly_": null, "length": 446.0989261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 57100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321260, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4179, "Shape__Length": 177.08973916097389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173465583910101, 39.929899271664702 ], [ -75.175035409553004, 39.930096823695202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24154, "tnode_": 24147, "lpoly_": null, "rpoly_": null, "length": 158.28724729000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 57100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321261, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4180, "Shape__Length": 62.837471396083693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172910470727004, 39.929820749338496 ], [ -75.173465583910101, 39.929899271664702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24158, "tnode_": 24154, "lpoly_": null, "rpoly_": null, "length": 136.21688877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1618, "l_t_add": 1630, "r_f_add": 1619, "r_t_add": 1631, "st_code": 57100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321262, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4181, "Shape__Length": 54.075922953022264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172432855858801, 39.929752770048196 ], [ -75.172910470727004, 39.929820749338496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24233, "tnode_": 24210, "lpoly_": null, "rpoly_": null, "length": 547.046825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 56880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321263, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4182, "Shape__Length": 217.16310379924045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178446986169703, 39.929280509008002 ], [ -75.180370253551203, 39.929530995334503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24251, "tnode_": 24233, "lpoly_": null, "rpoly_": null, "length": 447.67803324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 56880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321264, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4183, "Shape__Length": 177.71660278860452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176874086633205, 39.929070982553 ], [ -75.178446986169703, 39.929280509008002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24255, "tnode_": 24251, "lpoly_": null, "rpoly_": null, "length": 152.30223682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 56880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321265, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4184, "Shape__Length": 60.45819630416625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176336994105597, 39.929009182225499 ], [ -75.176874086633205, 39.929070982553 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24259, "tnode_": 24255, "lpoly_": null, "rpoly_": null, "length": 129.58647225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1818, "l_t_add": 1832, "r_f_add": 1817, "r_t_add": 1833, "st_code": 56880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321266, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4185, "Shape__Length": 51.441992489326154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175881310730205, 39.928950282589398 ], [ -75.176336994105597, 39.929009182225499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24268, "tnode_": 24259, "lpoly_": null, "rpoly_": null, "length": 167.40511491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1815, "st_code": 56880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321267, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4186, "Shape__Length": 66.454408387350142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175292181595907, 39.9288763304017 ], [ -75.175881310730205, 39.928950282589398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24288, "tnode_": 24268, "lpoly_": null, "rpoly_": null, "length": 444.3638365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 56880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4187, "Shape__Length": 176.3996379492169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173730625875905, 39.9286697379708 ], [ -75.175292181595907, 39.9288763304017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24294, "tnode_": 24288, "lpoly_": null, "rpoly_": null, "length": 161.14179493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1640, "l_t_add": 1698, "r_f_add": 1641, "r_t_add": 1699, "st_code": 56880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321269, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4188, "Shape__Length": 63.968092998348119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173163865376594, 39.928597036828101 ], [ -75.173730625875905, 39.9286697379708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24368, "tnode_": 24360, "lpoly_": null, "rpoly_": null, "length": 183.09361574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 55960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321270, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4189, "Shape__Length": 72.682553784001158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179984494877104, 39.928212318879197 ], [ -75.180627656235302, 39.928298554492002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24375, "tnode_": 24368, "lpoly_": null, "rpoly_": null, "length": 179.77011054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2012, "l_t_add": 2028, "r_f_add": 2019, "r_t_add": 2041, "st_code": 55960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321271, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4190, "Shape__Length": 71.361986187421081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179351688237801, 39.928133709956903 ], [ -75.179984494877104, 39.928212318879197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24387, "tnode_": 24375, "lpoly_": null, "rpoly_": null, "length": 182.76015228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2017, "st_code": 55960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4191, "Shape__Length": 72.548473535284828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178707940739002, 39.928055806360703 ], [ -75.179351688237801, 39.928133709956903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24405, "tnode_": 24387, "lpoly_": null, "rpoly_": null, "length": 446.25554933999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 55960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321273, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4192, "Shape__Length": 177.14774766314846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177138939154503, 39.927852028679602 ], [ -75.178707940739002, 39.928055806360703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24424, "tnode_": 24405, "lpoly_": null, "rpoly_": null, "length": 447.3779897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 55960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4193, "Shape__Length": 177.59208081354873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175565183569503, 39.9276514806742 ], [ -75.177138939154503, 39.927852028679602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24433, "tnode_": 24424, "lpoly_": null, "rpoly_": null, "length": 153.28075350999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 55960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321275, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4194, "Shape__Length": 60.846024307601795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1750254139818, 39.927585475470103 ], [ -75.175565183569503, 39.9276514806742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24447, "tnode_": 24433, "lpoly_": null, "rpoly_": null, "length": 294.18507577999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1730, "r_f_add": 1701, "r_t_add": 1731, "st_code": 55960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4195, "Shape__Length": 116.78102171092038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1739918347387, 39.927447772763898 ], [ -75.1750254139818, 39.927585475470103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24454, "tnode_": 24447, "lpoly_": null, "rpoly_": null, "length": 160.23239987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1625, "r_t_add": 1699, "st_code": 55960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321277, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4196, "Shape__Length": 63.606576426851767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173429003726596, 39.927372226376598 ], [ -75.1739918347387, 39.927447772763898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24526, "tnode_": 24515, "lpoly_": null, "rpoly_": null, "length": 182.82109597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 54800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321278, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4197, "Shape__Length": 72.570412310948967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180250602200303, 39.927011537238798 ], [ -75.180895853272901, 39.9270828147773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24532, "tnode_": 24526, "lpoly_": null, "rpoly_": null, "length": 181.60153180999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2020, "l_t_add": 2042, "r_f_add": 2017, "r_t_add": 2033, "st_code": 54800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321279, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4198, "Shape__Length": 72.089730316297576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179613675895098, 39.9269217727674 ], [ -75.180250602200303, 39.927011537238798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24545, "tnode_": 24532, "lpoly_": null, "rpoly_": null, "length": 182.31638403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2015, "st_code": 54800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321280, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4199, "Shape__Length": 72.37206437318379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972696973901, 39.926838420069302 ], [ -75.179613675895098, 39.9269217727674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24550, "tnode_": 24545, "lpoly_": null, "rpoly_": null, "length": 160.65186956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1942, "l_t_add": 1998, "r_f_add": 1931, "r_t_add": 1999, "st_code": 54800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321281, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4200, "Shape__Length": 63.773762347047821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178409829793495, 39.926756602847597 ], [ -75.178972696973901, 39.926838420069302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24554, "tnode_": 24550, "lpoly_": null, "rpoly_": null, "length": 130.02376732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1916, "l_t_add": 1940, "r_f_add": 1917, "r_t_add": 1929, "st_code": 54800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321282, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4201, "Shape__Length": 51.612682412598566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177951254037296, 39.926704171404502 ], [ -75.178409829793495, 39.926756602847597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24563, "tnode_": 24554, "lpoly_": null, "rpoly_": null, "length": 155.70282462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 54800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321283, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4202, "Shape__Length": 61.807038686150428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177403439931197, 39.926634850499703 ], [ -75.177951254037296, 39.926704171404502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24570, "tnode_": 24563, "lpoly_": null, "rpoly_": null, "length": 163.89577593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 54800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321284, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4203, "Shape__Length": 65.061004647945595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176828872821602, 39.926552763858098 ], [ -75.177403439931197, 39.926634850499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24576, "tnode_": 24570, "lpoly_": null, "rpoly_": null, "length": 122.51183123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1818, "l_t_add": 1830, "r_f_add": 1819, "r_t_add": 1833, "st_code": 54800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321285, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4204, "Shape__Length": 48.631071216878652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176397229831807, 39.926501142237001 ], [ -75.176828872821602, 39.926552763858098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24581, "tnode_": 24576, "lpoly_": null, "rpoly_": null, "length": 158.74493551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1817, "st_code": 54800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321286, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4205, "Shape__Length": 63.013705425757308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175837880379802, 39.926434490392403 ], [ -75.176397229831807, 39.926501142237001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24590, "tnode_": 24581, "lpoly_": null, "rpoly_": null, "length": 158.36345217000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 54800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4206, "Shape__Length": 62.864511704983755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175282517961804, 39.926355973372701 ], [ -75.175837880379802, 39.926434490392403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24595, "tnode_": 24590, "lpoly_": null, "rpoly_": null, "length": 132.88625504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1727, "st_code": 54800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321288, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4207, "Shape__Length": 52.750711205779133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174816240235799, 39.9262911935649 ], [ -75.175282517961804, 39.926355973372701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24606, "tnode_": 24595, "lpoly_": null, "rpoly_": null, "length": 155.47768065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 54800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321289, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4208, "Shape__Length": 61.716740502036146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174268588311506, 39.926225007523897 ], [ -75.174816240235799, 39.9262911935649 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24611, "tnode_": 24606, "lpoly_": null, "rpoly_": null, "length": 162.51174371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1625, "r_t_add": 1699, "st_code": 54800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321290, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4209, "Shape__Length": 64.51010125405044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173697607666995, 39.926149067437301 ], [ -75.174268588311506, 39.926225007523897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24618, "tnode_": 24611, "lpoly_": null, "rpoly_": null, "length": 127.90149412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1622, "r_f_add": 1615, "r_t_add": 1623, "st_code": 54800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321291, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4210, "Shape__Length": 50.769916127834001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173246657536495, 39.926096788335997 ], [ -75.173697607666995, 39.926149067437301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24688, "tnode_": 24681, "lpoly_": null, "rpoly_": null, "length": 175.7419173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2024, "r_f_add": 2001, "r_t_add": 2019, "st_code": 73220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321292, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4211, "Shape__Length": 69.76093131269009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179245559318602, 39.925615345892503 ], [ -75.179863510735402, 39.925695245700503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24694, "tnode_": 24688, "lpoly_": null, "rpoly_": null, "length": 158.37522935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1936, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 73220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321293, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4212, "Shape__Length": 62.868468975286142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178690207693606, 39.925536632912298 ], [ -75.179245559318602, 39.925615345892503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24703, "tnode_": 24694, "lpoly_": null, "rpoly_": null, "length": 133.7679541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1920, "l_t_add": 1934, "r_f_add": 1921, "r_t_add": 1935, "st_code": 73220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4213, "Shape__Length": 53.099337578557339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178219997061305, 39.925475136771098 ], [ -75.178690207693606, 39.925536632912298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24708, "tnode_": 24703, "lpoly_": null, "rpoly_": null, "length": 155.93765081000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1919, "st_code": 73220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321295, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4214, "Shape__Length": 61.900291062706032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177672696120098, 39.925399747508997 ], [ -75.178219997061305, 39.925475136771098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24713, "tnode_": 24708, "lpoly_": null, "rpoly_": null, "length": 155.18268125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1836, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 73220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4215, "Shape__Length": 61.597393247335596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177124439662293, 39.925342366141003 ], [ -75.177672696120098, 39.925399747508997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24720, "tnode_": 24713, "lpoly_": null, "rpoly_": null, "length": 131.58604674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1820, "l_t_add": 1834, "r_f_add": 1821, "r_t_add": 1835, "st_code": 73220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321297, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4216, "Shape__Length": 52.233280290348446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176662132388799, 39.925280829143396 ], [ -75.177124439662293, 39.925342366141003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24729, "tnode_": 24720, "lpoly_": null, "rpoly_": null, "length": 162.43009253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 73220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321298, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4217, "Shape__Length": 64.476199936355997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176090763182401, 39.925208038469101 ], [ -75.176662132388799, 39.925280829143396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24736, "tnode_": 24729, "lpoly_": null, "rpoly_": null, "length": 158.22823100999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1730, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 73220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321299, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4218, "Shape__Length": 62.81080879383817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175537163022099, 39.925124407321199 ], [ -75.176090763182401, 39.925208038469101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24741, "tnode_": 24736, "lpoly_": null, "rpoly_": null, "length": 129.4367913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1728, "r_f_add": 1715, "r_t_add": 1727, "st_code": 73220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321300, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4219, "Shape__Length": 51.378641540481496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175080887591804, 39.9250710886067 ], [ -75.175537163022099, 39.925124407321199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24746, "tnode_": 24741, "lpoly_": null, "rpoly_": null, "length": 154.35101997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1713, "st_code": 73220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321301, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4220, "Shape__Length": 61.268520994797825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174537336299394, 39.9250047848763 ], [ -75.175080887591804, 39.9250710886067 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24754, "tnode_": 24746, "lpoly_": null, "rpoly_": null, "length": 162.22332175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1625, "r_t_add": 1699, "st_code": 73220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321302, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4221, "Shape__Length": 64.393379792608428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173966143363401, 39.924934710338 ], [ -75.174537336299394, 39.9250047848763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24759, "tnode_": 24754, "lpoly_": null, "rpoly_": null, "length": 125.98198704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1618, "l_t_add": 1622, "r_f_add": 1619, "r_t_add": 1623, "st_code": 73220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321303, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4222, "Shape__Length": 50.00825727967711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173523315892098, 39.9248767454174 ], [ -75.173966143363401, 39.924934710338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24864, "tnode_": 24857, "lpoly_": null, "rpoly_": null, "length": 294.72046794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1828, "r_f_add": 1801, "r_t_add": 1829, "st_code": 45760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321304, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4223, "Shape__Length": 116.98582087115688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176363974084396, 39.923969667009501 ], [ -75.177401378522404, 39.924098418809997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24873, "tnode_": 24864, "lpoly_": null, "rpoly_": null, "length": 156.98336175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1731, "r_t_add": 1799, "st_code": 45760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321305, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4224, "Shape__Length": 62.313886883659336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175812871065403, 39.9238943949561 ], [ -75.176363974084396, 39.923969667009501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24879, "tnode_": 24873, "lpoly_": null, "rpoly_": null, "length": 133.63405096999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1716, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1729, "st_code": 45760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4225, "Shape__Length": 53.044406610585249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175342571347699, 39.923835607567099 ], [ -75.175812871065403, 39.9238943949561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24886, "tnode_": 24879, "lpoly_": null, "rpoly_": null, "length": 156.8389805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1713, "st_code": 45760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4226, "Shape__Length": 62.255340966521466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174790697667902, 39.923766182451502 ], [ -75.175342571347699, 39.923835607567099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24892, "tnode_": 24886, "lpoly_": null, "rpoly_": null, "length": 153.03130321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 45760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321308, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4227, "Shape__Length": 60.742578641516047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174250743109397, 39.923705827101301 ], [ -75.174790697667902, 39.923766182451502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24905, "tnode_": 24892, "lpoly_": null, "rpoly_": null, "length": 139.45070492000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1626, "r_f_add": 1615, "r_t_add": 1627, "st_code": 45760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4228, "Shape__Length": 55.354394964748074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173761461185407, 39.923637802964002 ], [ -75.174250743109397, 39.923705827101301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24823, "tnode_": 24816, "lpoly_": null, "rpoly_": null, "length": 154.65456761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2012, "l_t_add": 2028, "r_f_add": 2013, "r_t_add": 2029, "st_code": 45760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321310, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4229, "Shape__Length": 61.389072647009044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180132459804696, 39.924459705843098 ], [ -75.1806764440569, 39.924529139970701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24830, "tnode_": 24823, "lpoly_": null, "rpoly_": null, "length": 178.16084708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2011, "st_code": 45760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321311, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4230, "Shape__Length": 70.720807199903263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179507124579899, 39.924373770720798 ], [ -75.180132459804696, 39.924459705843098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24836, "tnode_": 24830, "lpoly_": null, "rpoly_": null, "length": 155.2993132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1936, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 45760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321312, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4231, "Shape__Length": 61.643213708206915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178958985715596, 39.924313466909702 ], [ -75.179507124579899, 39.924373770720798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24844, "tnode_": 24836, "lpoly_": null, "rpoly_": null, "length": 132.35138949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1918, "l_t_add": 1934, "r_f_add": 1915, "r_t_add": 1935, "st_code": 45760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321313, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4232, "Shape__Length": 52.535112103386979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178492644459794, 39.924257928555498 ], [ -75.178958985715596, 39.924313466909702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24851, "tnode_": 24844, "lpoly_": null, "rpoly_": null, "length": 160.47645089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1913, "st_code": 45760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321314, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4233, "Shape__Length": 63.701072868433599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177929679063496, 39.924179253517302 ], [ -75.178492644459794, 39.924257928555498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24857, "tnode_": 24851, "lpoly_": null, "rpoly_": null, "length": 151.07174388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1831, "r_t_add": 1899, "st_code": 45760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321315, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4234, "Shape__Length": 59.969259167614446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177401378522404, 39.924098418809997 ], [ -75.177929679063496, 39.924179253517302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24993, "tnode_": 24988, "lpoly_": null, "rpoly_": null, "length": 165.117996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2019, "st_code": 84260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321316, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4235, "Shape__Length": 65.543385644614006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179780840302001, 39.923120305634498 ], [ -75.180359078169403, 39.9232053949206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25000, "tnode_": 24993, "lpoly_": null, "rpoly_": null, "length": 159.8126407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1934, "l_t_add": 1998, "r_f_add": 1931, "r_t_add": 1999, "st_code": 84260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321317, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4236, "Shape__Length": 63.433742422207111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179217029510895, 39.923056928689299 ], [ -75.179780840302001, 39.923120305634498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25003, "tnode_": 25000, "lpoly_": null, "rpoly_": null, "length": 132.36101501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1916, "l_t_add": 1932, "r_f_add": 1919, "r_t_add": 1929, "st_code": 84260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321318, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4237, "Shape__Length": 52.537998481691361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1787507046987, 39.923001178924601 ], [ -75.179217029510895, 39.923056928689299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25017, "tnode_": 25003, "lpoly_": null, "rpoly_": null, "length": 156.80957857000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1917, "st_code": 84260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321319, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4238, "Shape__Length": 62.243375191555181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178199479911697, 39.922929274465098 ], [ -75.1787507046987, 39.923001178924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25030, "tnode_": 25017, "lpoly_": null, "rpoly_": null, "length": 443.90363544999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 84260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321320, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4239, "Shape__Length": 176.20271703054482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176641035030997, 39.922716904927903 ], [ -75.178199479911697, 39.922929274465098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25037, "tnode_": 25030, "lpoly_": null, "rpoly_": null, "length": 156.34235449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 84260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321321, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4240, "Shape__Length": 62.056728044481673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176090386773296, 39.922650250670401 ], [ -75.176641035030997, 39.922716904927903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25040, "tnode_": 25037, "lpoly_": null, "rpoly_": null, "length": 135.63798971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1714, "l_t_add": 1724, "r_f_add": 1715, "r_t_add": 1725, "st_code": 84260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321322, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4241, "Shape__Length": 53.838986742533521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175613188444302, 39.922589897459197 ], [ -75.176090386773296, 39.922650250670401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25045, "tnode_": 25040, "lpoly_": null, "rpoly_": null, "length": 157.41183169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 84260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321323, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4242, "Shape__Length": 62.481747985658274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175059499087396, 39.922519329809603 ], [ -75.175613188444302, 39.922589897459197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25051, "tnode_": 25045, "lpoly_": null, "rpoly_": null, "length": 152.81750191999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 84260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4243, "Shape__Length": 60.658641006601343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174522649284498, 39.922447736618999 ], [ -75.175059499087396, 39.922519329809603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25058, "tnode_": 25051, "lpoly_": null, "rpoly_": null, "length": 137.83908016000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1626, "r_f_add": 1615, "r_t_add": 1627, "st_code": 84260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321325, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4244, "Shape__Length": 54.713402995779148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174038740528303, 39.922381748807297 ], [ -75.174522649284498, 39.922447736618999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25065, "tnode_": 25058, "lpoly_": null, "rpoly_": null, "length": 156.40999704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 84260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4245, "Shape__Length": 62.083047069907778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1734875993765, 39.922316338589397 ], [ -75.174038740528303, 39.922381748807297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25131, "tnode_": 25126, "lpoly_": null, "rpoly_": null, "length": 144.66656255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2030, "l_t_add": 2034, "r_f_add": 2031, "r_t_add": 2035, "st_code": 68640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321327, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4246, "Shape__Length": 57.423227760879314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180638278096595, 39.921952331342503 ], [ -75.181146030151297, 39.922022118605597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25139, "tnode_": 25131, "lpoly_": null, "rpoly_": null, "length": 167.4610001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2028, "r_f_add": 2001, "r_t_add": 2029, "st_code": 68640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321328, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4247, "Shape__Length": 66.469139550524559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180048308683098, 39.921881760496298 ], [ -75.180638278096595, 39.921952331342503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25150, "tnode_": 25139, "lpoly_": null, "rpoly_": null, "length": 158.7383774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1936, "l_t_add": 1998, "r_f_add": 1935, "r_t_add": 1999, "st_code": 68640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321329, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4248, "Shape__Length": 63.009949709705069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179492619685305, 39.921799169720899 ], [ -75.180048308683098, 39.921881760496298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25155, "tnode_": 25150, "lpoly_": null, "rpoly_": null, "length": 140.96059746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1916, "l_t_add": 1934, "r_f_add": 1917, "r_t_add": 1933, "st_code": 68640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321330, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4249, "Shape__Length": 55.951397433779277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178997162896493, 39.9217343234005 ], [ -75.179492619685305, 39.921799169720899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25162, "tnode_": 25155, "lpoly_": null, "rpoly_": null, "length": 149.44686353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 68640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321331, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4250, "Shape__Length": 59.318301088486194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178470172365607, 39.921673807085597 ], [ -75.178997162896493, 39.9217343234005 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25174, "tnode_": 25162, "lpoly_": null, "rpoly_": null, "length": 443.84674833999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 68640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321332, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4251, "Shape__Length": 176.17448174093786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176909180415606, 39.921473914728402 ], [ -75.178470172365607, 39.921673807085597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25182, "tnode_": 25174, "lpoly_": null, "rpoly_": null, "length": 158.82683104999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 68640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321333, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4252, "Shape__Length": 63.042871876214548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176351098523796, 39.921400085704803 ], [ -75.176909180415606, 39.921473914728402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25187, "tnode_": 25182, "lpoly_": null, "rpoly_": null, "length": 130.58168611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1725, "st_code": 68640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321334, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4253, "Shape__Length": 51.83124709422701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175891948378293, 39.921340818822998 ], [ -75.176351098523796, 39.921400085704803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25197, "tnode_": 25187, "lpoly_": null, "rpoly_": null, "length": 158.97634088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 68640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321335, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4254, "Shape__Length": 63.101300943374419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175332431739704, 39.921271123375703 ], [ -75.175891948378293, 39.921340818822998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25208, "tnode_": 25197, "lpoly_": null, "rpoly_": null, "length": 153.50464817000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 68640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321336, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4255, "Shape__Length": 60.930927328270137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174793928709505, 39.921195946825797 ], [ -75.175332431739704, 39.921271123375703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25218, "tnode_": 25208, "lpoly_": null, "rpoly_": null, "length": 138.46912335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1626, "r_f_add": 1615, "r_t_add": 1627, "st_code": 68640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321337, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4256, "Shape__Length": 54.960835055189484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174305928868307, 39.921138467340199 ], [ -75.174793928709505, 39.921195946825797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25226, "tnode_": 25218, "lpoly_": null, "rpoly_": null, "length": 157.46383722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 68640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321338, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4257, "Shape__Length": 62.5007393743169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173751703780297, 39.921069593873398 ], [ -75.174305928868307, 39.921138467340199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25042, "tnode_": 25027, "lpoly_": null, "rpoly_": null, "length": 425.32224252000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 68640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321339, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4258, "Shape__Length": 168.82679129743678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187157548123196, 39.922802936879599 ], [ -75.188651269382703, 39.923004187020702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25047, "tnode_": 25042, "lpoly_": null, "rpoly_": null, "length": 86.57504347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321340, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4259, "Shape__Length": 34.365236088928569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186853873877993, 39.922760356545503 ], [ -75.187157548123196, 39.922802936879599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25050, "tnode_": 25047, "lpoly_": null, "rpoly_": null, "length": 163.49785806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2332, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 68640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321341, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4260, "Shape__Length": 64.896876642092295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186277891846402, 39.922691297516401 ], [ -75.186853873877993, 39.922760356545503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25054, "tnode_": 25050, "lpoly_": null, "rpoly_": null, "length": 138.79858075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2316, "l_t_add": 2330, "r_f_add": 2315, "r_t_add": 2329, "st_code": 68640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321342, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4261, "Shape__Length": 55.09484207436811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185791051408401, 39.922622971229998 ], [ -75.186277891846402, 39.922691297516401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25060, "tnode_": 25054, "lpoly_": null, "rpoly_": null, "length": 165.07752642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2313, "st_code": 68640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321343, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4262, "Shape__Length": 65.51958102548727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1852047268343, 39.922583559292399 ], [ -75.185791051408401, 39.922622971229998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25089, "tnode_": 25060, "lpoly_": null, "rpoly_": null, "length": 470.26372567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 68640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321344, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4263, "Shape__Length": 186.6720844140012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183562075064401, 39.922338078703902 ], [ -75.184546701745603, 39.922456542300097 ], [ -75.184951964207997, 39.922516278862602 ], [ -75.1852047268343, 39.922583559292399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25112, "tnode_": 25089, "lpoly_": null, "rpoly_": null, "length": 453.90184948999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 68640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321345, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4264, "Shape__Length": 180.16908298294035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181967682732306, 39.922124700412397 ], [ -75.183562075064401, 39.922338078703902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25126, "tnode_": 25112, "lpoly_": null, "rpoly_": null, "length": 233.46848379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 68640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321346, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 4265, "Shape__Length": 92.670002938904361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181146030151297, 39.922022118605597 ], [ -75.181967682732306, 39.922124700412397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24882, "tnode_": 24863, "lpoly_": null, "rpoly_": null, "length": 425.06089805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 84260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4266, "Shape__Length": 168.7246318881555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186891385554503, 39.924046517448303 ], [ -75.188385934298395, 39.924239932141099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24888, "tnode_": 24882, "lpoly_": null, "rpoly_": null, "length": 85.62587535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4267, "Shape__Length": 33.989326124888883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186591303188706, 39.924003286108601 ], [ -75.186891385554503, 39.924046517448303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24897, "tnode_": 24888, "lpoly_": null, "rpoly_": null, "length": 164.86757366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2344, "l_t_add": 2398, "r_f_add": 2345, "r_t_add": 2399, "st_code": 84260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321349, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4268, "Shape__Length": 65.442977433936662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186011894654698, 39.923927005263202 ], [ -75.186591303188706, 39.924003286108601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24906, "tnode_": 24897, "lpoly_": null, "rpoly_": null, "length": 141.26700018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2316, "l_t_add": 2342, "r_f_add": 2317, "r_t_add": 2343, "st_code": 84260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321350, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4269, "Shape__Length": 56.074262989123802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1855147604644, 39.9238647251657 ], [ -75.186011894654698, 39.923927005263202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24915, "tnode_": 24906, "lpoly_": null, "rpoly_": null, "length": 159.10068012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2315, "st_code": 84260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321351, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4270, "Shape__Length": 63.153506539364777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184955370312906, 39.923792246500199 ], [ -75.1855147604644, 39.9238647251657 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24927, "tnode_": 24915, "lpoly_": null, "rpoly_": null, "length": 169.01493764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2252, "l_t_add": 2298, "r_f_add": 2253, "r_t_add": 2299, "st_code": 84260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4271, "Shape__Length": 67.088692814336255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184360995688195, 39.923715835086803 ], [ -75.184955370312906, 39.923792246500199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24935, "tnode_": 24927, "lpoly_": null, "rpoly_": null, "length": 138.86049318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2216, "l_t_add": 2250, "r_f_add": 2217, "r_t_add": 2251, "st_code": 84260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4272, "Shape__Length": 55.117909318928284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183871243576704, 39.923660008332803 ], [ -75.184360995688195, 39.923715835086803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24947, "tnode_": 24935, "lpoly_": null, "rpoly_": null, "length": 163.31048123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2215, "st_code": 84260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321354, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4273, "Shape__Length": 64.824489202134714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183297212484504, 39.9235848890658 ], [ -75.183871243576704, 39.923660008332803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24950, "tnode_": 24947, "lpoly_": null, "rpoly_": null, "length": 163.91631647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2130, "l_t_add": 2198, "r_f_add": 2131, "r_t_add": 2199, "st_code": 84260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321355, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4274, "Shape__Length": 65.065219701483144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182721423194707, 39.923507830904299 ], [ -75.183297212484504, 39.9235848890658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24962, "tnode_": 24950, "lpoly_": null, "rpoly_": null, "length": 134.90076043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2114, "l_t_add": 2128, "r_f_add": 2115, "r_t_add": 2129, "st_code": 84260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4275, "Shape__Length": 53.54630568622639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182245978322698, 39.923451856154401 ], [ -75.182721423194707, 39.923507830904299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24974, "tnode_": 24962, "lpoly_": null, "rpoly_": null, "length": 159.84879983000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 84260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321357, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4276, "Shape__Length": 63.46226130881422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181698655965803, 39.923346578978403 ], [ -75.181856020605494, 39.923406447391301 ], [ -75.182245978322698, 39.923451856154401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24981, "tnode_": 24974, "lpoly_": null, "rpoly_": null, "length": 230.27353167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 84260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4277, "Shape__Length": 91.399762498458543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180883964071498, 39.923268319364503 ], [ -75.181698655965803, 39.923346578978403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24988, "tnode_": 24981, "lpoly_": null, "rpoly_": null, "length": 148.99218976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2020, "l_t_add": 2034, "r_f_add": 2021, "r_t_add": 2035, "st_code": 84260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 4278, "Shape__Length": 59.13961387804261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180359078169403, 39.9232053949206 ], [ -75.180883964071498, 39.923268319364503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24748, "tnode_": 24742, "lpoly_": null, "rpoly_": null, "length": 159.83759427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2364, "l_t_add": 2398, "r_f_add": 2365, "r_t_add": 2399, "st_code": 45760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321361, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4279, "Shape__Length": 63.448024207087869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185737083981707, 39.925176081111999 ], [ -75.1862982573126, 39.925252549190397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24755, "tnode_": 24748, "lpoly_": null, "rpoly_": null, "length": 139.03869391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2332, "l_t_add": 2362, "r_f_add": 2333, "r_t_add": 2363, "st_code": 45760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321362, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4280, "Shape__Length": 55.191946300424569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185249126823905, 39.925108729864903 ], [ -75.185737083981707, 39.925176081111999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24765, "tnode_": 24755, "lpoly_": null, "rpoly_": null, "length": 163.13113829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2330, "r_f_add": 2301, "r_t_add": 2331, "st_code": 45760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321363, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4281, "Shape__Length": 64.753177763134332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184673988171099, 39.925041979632802 ], [ -75.185249126823905, 39.925108729864903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24771, "tnode_": 24765, "lpoly_": null, "rpoly_": null, "length": 168.26210158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2238, "l_t_add": 2298, "r_f_add": 2239, "r_t_add": 2299, "st_code": 45760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321364, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4282, "Shape__Length": 66.792291104283436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184083632616094, 39.924959787748698 ], [ -75.184673988171099, 39.925041979632802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24778, "tnode_": 24771, "lpoly_": null, "rpoly_": null, "length": 140.50744709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2218, "l_t_add": 2236, "r_f_add": 2219, "r_t_add": 2237, "st_code": 45760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321365, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4283, "Shape__Length": 55.774796827006931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183590523526306, 39.924891720324197 ], [ -75.184083632616094, 39.924959787748698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24787, "tnode_": 24778, "lpoly_": null, "rpoly_": null, "length": 160.10348702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 45760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321366, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4284, "Shape__Length": 63.551948240546693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183026941157394, 39.924821861427503 ], [ -75.183590523526306, 39.924891720324197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24793, "tnode_": 24787, "lpoly_": null, "rpoly_": null, "length": 162.88823268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2128, "l_t_add": 2198, "r_f_add": 2131, "r_t_add": 2199, "st_code": 45760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4285, "Shape__Length": 64.655546656300814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1824515844377, 39.924760964254702 ], [ -75.183026941157394, 39.924821861427503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24798, "tnode_": 24793, "lpoly_": null, "rpoly_": null, "length": 139.61415881000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2114, "l_t_add": 2126, "r_f_add": 2115, "r_t_add": 2129, "st_code": 45760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321368, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4286, "Shape__Length": 55.420722718885145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181962396323001, 39.924690042961899 ], [ -75.1824515844377, 39.924760964254702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24803, "tnode_": 24798, "lpoly_": null, "rpoly_": null, "length": 149.84690385000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 45760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321369, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4287, "Shape__Length": 59.479566709869808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181433854103702, 39.924629977317302 ], [ -75.181962396323001, 39.924690042961899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24816, "tnode_": 24803, "lpoly_": null, "rpoly_": null, "length": 215.58432261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2031, "r_t_add": 2099, "st_code": 45760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 4288, "Shape__Length": 85.575605347995662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1806764440569, 39.924529139970701 ], [ -75.181433854103702, 39.924629977317302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24599, "tnode_": 24583, "lpoly_": null, "rpoly_": null, "length": 426.85330782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 73220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321371, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4289, "Shape__Length": 169.440487020022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186356223640701, 39.926532592155397 ], [ -75.187859205109703, 39.926717063000801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24604, "tnode_": 24599, "lpoly_": null, "rpoly_": null, "length": 92.25001471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321372, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4290, "Shape__Length": 36.619270603013739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186031930021798, 39.926490268038201 ], [ -75.186356223640701, 39.926532592155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24608, "tnode_": 24604, "lpoly_": null, "rpoly_": null, "length": 167.7198181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 73220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321373, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4291, "Shape__Length": 66.576855011325335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185441632175795, 39.926416567767099 ], [ -75.186031930021798, 39.926490268038201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24614, "tnode_": 24608, "lpoly_": null, "rpoly_": null, "length": 141.5760704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2316, "l_t_add": 2328, "r_f_add": 2317, "r_t_add": 2329, "st_code": 73220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321374, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4292, "Shape__Length": 56.200147635089124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184944709618506, 39.926348208508003 ], [ -75.185441632175795, 39.926416567767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24624, "tnode_": 24614, "lpoly_": null, "rpoly_": null, "length": 155.41409392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2315, "st_code": 73220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321375, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4293, "Shape__Length": 61.691003751559123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184396652735103, 39.926285209226798 ], [ -75.184944709618506, 39.926348208508003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24632, "tnode_": 24624, "lpoly_": null, "rpoly_": null, "length": 160.72833946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2238, "l_t_add": 2298, "r_f_add": 2237, "r_t_add": 2299, "st_code": 73220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321376, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4294, "Shape__Length": 63.803586879308327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183833507655805, 39.926203412445098 ], [ -75.184396652735103, 39.926285209226798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24634, "tnode_": 24632, "lpoly_": null, "rpoly_": null, "length": 142.19001416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2218, "l_t_add": 2236, "r_f_add": 2217, "r_t_add": 2235, "st_code": 73220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321377, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4295, "Shape__Length": 56.441949922618548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183332440857598, 39.926143970706903 ], [ -75.183833507655805, 39.926203412445098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24643, "tnode_": 24634, "lpoly_": null, "rpoly_": null, "length": 166.82116957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2215, "st_code": 73220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321378, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4296, "Shape__Length": 66.220346133050839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182745940161595, 39.926067728488398 ], [ -75.183332440857598, 39.926143970706903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24649, "tnode_": 24643, "lpoly_": null, "rpoly_": null, "length": 162.28994064999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2134, "l_t_add": 2198, "r_f_add": 2135, "r_t_add": 2199, "st_code": 73220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321379, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4297, "Shape__Length": 64.420781267469224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182174447097694, 39.925997899334199 ], [ -75.182745940161595, 39.926067728488398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24650, "tnode_": 24649, "lpoly_": null, "rpoly_": null, "length": 134.91237328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2116, "l_t_add": 2132, "r_f_add": 2115, "r_t_add": 2133, "st_code": 73220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321380, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4298, "Shape__Length": 53.554504810190409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181700815289503, 39.925933195562699 ], [ -75.182174447097694, 39.925997899334199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24659, "tnode_": 24650, "lpoly_": null, "rpoly_": null, "length": 153.81596109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2114, "r_f_add": 2101, "r_t_add": 2113, "st_code": 73220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4299, "Shape__Length": 61.058340770793585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181160789369002, 39.925859558319097 ], [ -75.181700815289503, 39.925933195562699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24670, "tnode_": 24659, "lpoly_": null, "rpoly_": null, "length": 216.06024088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2040, "l_t_add": 2098, "r_f_add": 2041, "r_t_add": 2099, "st_code": 73220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321382, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4300, "Shape__Length": 85.764403231401104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180399775846496, 39.9257674434091 ], [ -75.181160789369002, 39.925859558319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24681, "tnode_": 24670, "lpoly_": null, "rpoly_": null, "length": 152.68661537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2026, "l_t_add": 2038, "r_f_add": 2021, "r_t_add": 2039, "st_code": 73220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4301, "Shape__Length": 60.609712964867342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179863510735402, 39.925695245700503 ], [ -75.180399775846496, 39.9257674434091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24465, "tnode_": 24459, "lpoly_": null, "rpoly_": null, "length": 158.8552638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2315, "st_code": 54800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321384, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2014-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4302, "Shape__Length": 63.060153332584882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184137502802699, 39.927496449419898 ], [ -75.184695341508004, 39.927572032218301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24476, "tnode_": 24465, "lpoly_": null, "rpoly_": null, "length": 161.6819785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2230, "l_t_add": 2298, "r_f_add": 2231, "r_t_add": 2299, "st_code": 54800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321385, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4303, "Shape__Length": 64.181590189038886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183569046768596, 39.927422611188298 ], [ -75.184137502802699, 39.927496449419898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24483, "tnode_": 24476, "lpoly_": null, "rpoly_": null, "length": 141.59152877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2216, "l_t_add": 2228, "r_f_add": 2217, "r_t_add": 2229, "st_code": 54800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321386, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4304, "Shape__Length": 56.206889182992548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183071802115606, 39.927355376509098 ], [ -75.183569046768596, 39.927422611188298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24489, "tnode_": 24483, "lpoly_": null, "rpoly_": null, "length": 167.87965835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2215, "st_code": 54800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321387, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4305, "Shape__Length": 66.641629080663648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182481482856005, 39.927279046788399 ], [ -75.183071802115606, 39.927355376509098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24496, "tnode_": 24489, "lpoly_": null, "rpoly_": null, "length": 157.50003079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2128, "l_t_add": 2198, "r_f_add": 2129, "r_t_add": 2199, "st_code": 54800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321388, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4306, "Shape__Length": 62.519307431227695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181925425137095, 39.927218579535499 ], [ -75.182481482856005, 39.927279046788399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24507, "tnode_": 24496, "lpoly_": null, "rpoly_": null, "length": 139.45070492000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2114, "l_t_add": 2126, "r_f_add": 2115, "r_t_add": 2127, "st_code": 54800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321389, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4307, "Shape__Length": 55.357247470632522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181436110257707, 39.9271505881404 ], [ -75.181925425137095, 39.927218579535499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24515, "tnode_": 24507, "lpoly_": null, "rpoly_": null, "length": 153.51912877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 54800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321390, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4308, "Shape__Length": 60.940503402078974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180895853272901, 39.9270828147773 ], [ -75.181436110257707, 39.9271505881404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24425, "tnode_": 24406, "lpoly_": null, "rpoly_": null, "length": 452.9032705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 54800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4309, "Shape__Length": 179.78633570527447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187590234887196, 39.927934504519897 ], [ -75.189183232480801, 39.928138462624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24438, "tnode_": 24425, "lpoly_": null, "rpoly_": null, "length": 207.49622122999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 54800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4310, "Shape__Length": 82.368531805628308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186860596897503, 39.927840198789099 ], [ -75.187590234887196, 39.927934504519897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24444, "tnode_": 24438, "lpoly_": null, "rpoly_": null, "length": 246.19021629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2448, "r_f_add": 2401, "r_t_add": 2449, "st_code": 54800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4311, "Shape__Length": 97.727046886957851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1859932171716, 39.927736303372697 ], [ -75.186860596897503, 39.927840198789099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24450, "tnode_": 24444, "lpoly_": null, "rpoly_": null, "length": 61.94605052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321394, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4312, "Shape__Length": 24.591051726684665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185776264118402, 39.927704403049901 ], [ -75.1859932171716, 39.927736303372697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24455, "tnode_": 24450, "lpoly_": null, "rpoly_": null, "length": 166.54467815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2336, "l_t_add": 2398, "r_f_add": 2335, "r_t_add": 2399, "st_code": 54800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321395, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4313, "Shape__Length": 66.110478477376589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185188849724298, 39.927637381405098 ], [ -75.185776264118402, 39.927704403049901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24459, "tnode_": 24455, "lpoly_": null, "rpoly_": null, "length": 140.4410352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2316, "l_t_add": 2334, "r_f_add": 2317, "r_t_add": 2333, "st_code": 54800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4314, "Shape__Length": 55.750096956401933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184695341508004, 39.927572032218301 ], [ -75.185188849724298, 39.927637381405098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24273, "tnode_": 24266, "lpoly_": null, "rpoly_": null, "length": 215.68444394000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 55960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4315, "Shape__Length": 85.621708529810007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186552429344403, 39.929063861299603 ], [ -75.187309496085405, 39.929168010708104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24282, "tnode_": 24273, "lpoly_": null, "rpoly_": null, "length": 145.73507935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2418, "l_t_add": 2426, "r_f_add": 2419, "r_t_add": 2427, "st_code": 55960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321398, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4316, "Shape__Length": 57.851889988508177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186039196210999, 39.929001224456002 ], [ -75.186552429344403, 39.929063861299603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24289, "tnode_": 24282, "lpoly_": null, "rpoly_": null, "length": 151.31437973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2417, "st_code": 55960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321399, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4317, "Shape__Length": 60.067346049900451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185507141391994, 39.928932296106197 ], [ -75.186039196210999, 39.929001224456002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24303, "tnode_": 24296, "lpoly_": null, "rpoly_": null, "length": 120.46594047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2318, "l_t_add": 2346, "r_f_add": 2319, "r_t_add": 2323, "st_code": 55960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4318, "Shape__Length": 47.821263069003983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184446299678697, 39.928794290601097 ], [ -75.184869952841396, 39.928848849076402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24311, "tnode_": 24303, "lpoly_": null, "rpoly_": null, "length": 160.15920315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2317, "st_code": 55960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321401, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4319, "Shape__Length": 63.578211123756368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183883061585206, 39.928721721505703 ], [ -75.184446299678697, 39.928794290601097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24321, "tnode_": 24311, "lpoly_": null, "rpoly_": null, "length": 164.471662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2230, "l_t_add": 2298, "r_f_add": 2237, "r_t_add": 2299, "st_code": 55960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321402, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4320, "Shape__Length": 65.28975229214727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183304313490893, 39.928648802469098 ], [ -75.183883061585206, 39.928721721505703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24328, "tnode_": 24321, "lpoly_": null, "rpoly_": null, "length": 141.43857179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2216, "l_t_add": 2228, "r_f_add": 2219, "r_t_add": 2235, "st_code": 55960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321403, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4321, "Shape__Length": 56.146632920770251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182806964304106, 39.928584475665502 ], [ -75.183304313490893, 39.928648802469098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24335, "tnode_": 24328, "lpoly_": null, "rpoly_": null, "length": 168.0200945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2217, "st_code": 55960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321404, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4322, "Shape__Length": 66.699088674723811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182216723326107, 39.928505457049397 ], [ -75.182806964304106, 39.928584475665502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24344, "tnode_": 24335, "lpoly_": null, "rpoly_": null, "length": 158.95787514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2128, "l_t_add": 2198, "r_f_add": 2135, "r_t_add": 2199, "st_code": 55960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4323, "Shape__Length": 63.100596082092068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181657186546403, 39.9284358943912 ], [ -75.182216723326107, 39.928505457049397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24354, "tnode_": 24344, "lpoly_": null, "rpoly_": null, "length": 136.46059177000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2114, "l_t_add": 2126, "r_f_add": 2117, "r_t_add": 2133, "st_code": 55960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321406, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4324, "Shape__Length": 54.172157053602128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181179408684997, 39.928365013250101 ], [ -75.181657186546403, 39.9284358943912 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24360, "tnode_": 24354, "lpoly_": null, "rpoly_": null, "length": 156.62458354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2115, "st_code": 55960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321407, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4325, "Shape__Length": 62.173860242866162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180627656235302, 39.928298554492002 ], [ -75.181179408684997, 39.928365013250101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24137, "tnode_": 24130, "lpoly_": null, "rpoly_": null, "length": 215.84439239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2427, "r_t_add": 2499, "st_code": 56880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4326, "Shape__Length": 85.687328263215903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186272176775304, 39.930283851258103 ], [ -75.187029146107406, 39.930390934632499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24142, "tnode_": 24137, "lpoly_": null, "rpoly_": null, "length": 141.72859094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2414, "l_t_add": 2424, "r_f_add": 2417, "r_t_add": 2425, "st_code": 56880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4327, "Shape__Length": 56.263878625396444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185774675517393, 39.930215483311798 ], [ -75.186272176775304, 39.930283851258103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24146, "tnode_": 24142, "lpoly_": null, "rpoly_": null, "length": 150.89884347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2412, "r_f_add": 2401, "r_t_add": 2415, "st_code": 56880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4328, "Shape__Length": 59.901891567931031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185242271523094, 39.930155562545401 ], [ -75.185774675517393, 39.930215483311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24162, "tnode_": 24146, "lpoly_": null, "rpoly_": null, "length": 403.74328067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2310, "l_t_add": 2398, "r_f_add": 2309, "r_t_add": 2399, "st_code": 56880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321411, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4329, "Shape__Length": 160.27810183415127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183824147591906, 39.929964691103599 ], [ -75.185242271523094, 39.930155562545401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24165, "tnode_": 24162, "lpoly_": null, "rpoly_": null, "length": 62.84263001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2308, "r_f_add": 2301, "r_t_add": 2307, "st_code": 56880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321412, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4330, "Shape__Length": 24.946819640409895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183602932622705, 39.929937200096099 ], [ -75.183824147591906, 39.929964691103599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24181, "tnode_": 24165, "lpoly_": null, "rpoly_": null, "length": 469.89680261999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 56880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321413, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4331, "Shape__Length": 186.53465466813608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181947318434894, 39.9297389934801 ], [ -75.183602932622705, 39.929937200096099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24210, "tnode_": 24181, "lpoly_": null, "rpoly_": null, "length": 448.73186901000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 56880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4332, "Shape__Length": 178.13575748798041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180370253551203, 39.929530995334503 ], [ -75.181947318434894, 39.9297389934801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24004, "tnode_": 23997, "lpoly_": null, "rpoly_": null, "length": 129.16132861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2410, "l_t_add": 2410, "r_f_add": 2411, "r_t_add": 2411, "st_code": 57100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321415, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4333, "Shape__Length": 51.274290295015938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185540471146098, 39.931452624179201 ], [ -75.185995613353697, 39.9315068587063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24009, "tnode_": 24004, "lpoly_": null, "rpoly_": null, "length": 162.38783779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2408, "r_f_add": 2401, "r_t_add": 2409, "st_code": 57100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321416, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4334, "Shape__Length": 64.46554433417063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1849695056858, 39.931378438415301 ], [ -75.185540471146098, 39.931452624179201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24027, "tnode_": 24009, "lpoly_": null, "rpoly_": null, "length": 461.65004037999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 57100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321417, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4335, "Shape__Length": 183.26708885503854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183345519481904, 39.931171219445901 ], [ -75.1849695056858, 39.931378438415301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24033, "tnode_": 24027, "lpoly_": null, "rpoly_": null, "length": 172.26778482999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 57100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321418, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4336, "Shape__Length": 68.387070618497305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182739381356697, 39.931094538660901 ], [ -75.183345519481904, 39.931171219445901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24046, "tnode_": 24033, "lpoly_": null, "rpoly_": null, "length": 298.73461949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2223, "st_code": 57100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321419, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4337, "Shape__Length": 118.5939812804624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181690727050395, 39.930950486672202 ], [ -75.182739381356697, 39.931094538660901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24071, "tnode_": 24046, "lpoly_": null, "rpoly_": null, "length": 453.95139474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 57100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321420, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4338, "Shape__Length": 180.20947106314972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180093533985897, 39.9307481172834 ], [ -75.181690727050395, 39.930950486672202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23878, "tnode_": 23857, "lpoly_": null, "rpoly_": null, "length": 460.44860613999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 76720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321421, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4339, "Shape__Length": 182.79352917653387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183089102450694, 39.9323858673364 ], [ -75.184708749340203, 39.932593204873598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23897, "tnode_": 23878, "lpoly_": null, "rpoly_": null, "length": 390.43973544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2209, "r_t_add": 2299, "st_code": 76720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321422, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4340, "Shape__Length": 155.00183095664391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181717526099902, 39.932201881819303 ], [ -75.183089102450694, 39.9323858673364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23896, "tnode_": 23897, "lpoly_": null, "rpoly_": null, "length": 83.61960053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2207, "st_code": 76720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321423, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4341, "Shape__Length": 33.19485276844739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181422074751893, 39.932170938398798 ], [ -75.181717526099902, 39.932201881819303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23921, "tnode_": 23896, "lpoly_": null, "rpoly_": null, "length": 452.77350079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 76720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321424, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4342, "Shape__Length": 179.74623332986329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179830309123503, 39.931963051704699 ], [ -75.181422074751893, 39.932170938398798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23681, "tnode_": 23670, "lpoly_": null, "rpoly_": null, "length": 204.48431048999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 28480, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4343, "Shape__Length": 81.180454698765402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185528902369299, 39.933943062621204 ], [ -75.186247717987399, 39.934037346097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23689, "tnode_": 23681, "lpoly_": null, "rpoly_": null, "length": 147.59257285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2426, "l_t_add": 2426, "r_f_add": 2427, "r_t_add": 2427, "st_code": 28480, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321426, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4344, "Shape__Length": 58.592317799265217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185007785215802, 39.933886327494797 ], [ -75.185528902369299, 39.933943062621204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23696, "tnode_": 23689, "lpoly_": null, "rpoly_": null, "length": 157.62190285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2424, "r_f_add": 2401, "r_t_add": 2425, "st_code": 28480, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4345, "Shape__Length": 62.574235160604452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184451783058606, 39.933822940405399 ], [ -75.185007785215802, 39.933886327494797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23718, "tnode_": 23696, "lpoly_": null, "rpoly_": null, "length": 467.27354725000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 28480, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4346, "Shape__Length": 185.50646796518816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182808277754603, 39.933611705943697 ], [ -75.184451783058606, 39.933822940405399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23742, "tnode_": 23718, "lpoly_": null, "rpoly_": null, "length": 467.55801136999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 28480, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321429, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4347, "Shape__Length": 185.61987767696669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181164996279094, 39.933394796169097 ], [ -75.182808277754603, 39.933611705943697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23746, "tnode_": 23742, "lpoly_": null, "rpoly_": null, "length": 144.01368503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 28480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321430, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4348, "Shape__Length": 57.17409500915732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1806599775461, 39.933323090817098 ], [ -75.181164996279094, 39.933394796169097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23760, "tnode_": 23746, "lpoly_": null, "rpoly_": null, "length": 313.37471321000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2119, "st_code": 28480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321431, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4349, "Shape__Length": 124.40704397330077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179556499458698, 39.933187446060202 ], [ -75.1806599775461, 39.933323090817098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23764, "tnode_": 23760, "lpoly_": null, "rpoly_": null, "length": 145.96908976999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2038, "l_t_add": 2098, "r_f_add": 2049, "r_t_add": 2099, "st_code": 28480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4350, "Shape__Length": 57.94946756295402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179043755489701, 39.933118495867902 ], [ -75.179556499458698, 39.933187446060202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23775, "tnode_": 23764, "lpoly_": null, "rpoly_": null, "length": 119.17849777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2026, "l_t_add": 2036, "r_f_add": 2033, "r_t_add": 2047, "st_code": 28480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321433, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4351, "Shape__Length": 47.312673383623277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178624046166803, 39.9330671520339 ], [ -75.179043755489701, 39.933118495867902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23781, "tnode_": 23775, "lpoly_": null, "rpoly_": null, "length": 121.68504948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2014, "l_t_add": 2024, "r_f_add": 2017, "r_t_add": 2031, "st_code": 28480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4352, "Shape__Length": 48.308731324689653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178196680794997, 39.933009340486699 ], [ -75.178624046166803, 39.9330671520339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23791, "tnode_": 23781, "lpoly_": null, "rpoly_": null, "length": 155.03304952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2015, "st_code": 28480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321435, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4353, "Shape__Length": 61.548097172546164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177652579561197, 39.932934023351002 ], [ -75.178196680794997, 39.933009340486699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23799, "tnode_": 23791, "lpoly_": null, "rpoly_": null, "length": 161.15339151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1930, "l_t_add": 1998, "r_f_add": 1933, "r_t_add": 1999, "st_code": 28480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321436, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4354, "Shape__Length": 63.976165234326508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177085118701996, 39.932864261368998 ], [ -75.177652579561197, 39.932934023351002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23552, "tnode_": 23529, "lpoly_": null, "rpoly_": null, "length": 466.16004428000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 67780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321437, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4355, "Shape__Length": 185.06773087804996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182547366290294, 39.934832546853201 ], [ -75.184186985840199, 39.935043272195102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23576, "tnode_": 23552, "lpoly_": null, "rpoly_": null, "length": 470.86429031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 67780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321438, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4356, "Shape__Length": 186.93565826470879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180892248044699, 39.934614943550898 ], [ -75.182547366290294, 39.934832546853201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23595, "tnode_": 23576, "lpoly_": null, "rpoly_": null, "length": 365.43371549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2110, "l_t_add": 2198, "r_f_add": 2111, "r_t_add": 2199, "st_code": 67780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321439, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4357, "Shape__Length": 145.08075885242224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179610060438094, 39.934435870716797 ], [ -75.180892248044699, 39.934614943550898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23597, "tnode_": 23595, "lpoly_": null, "rpoly_": null, "length": 86.060661329999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2108, "r_f_add": 2101, "r_t_add": 2109, "st_code": 67780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321440, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4358, "Shape__Length": 34.164990801163434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179305947581696, 39.934404174694201 ], [ -75.179610060438094, 39.934435870716797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23606, "tnode_": 23597, "lpoly_": null, "rpoly_": null, "length": 160.74737133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2046, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 67780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321441, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4359, "Shape__Length": 63.816246588724603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178739774615195, 39.934335215941303 ], [ -75.179305947581696, 39.934404174694201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23613, "tnode_": 23606, "lpoly_": null, "rpoly_": null, "length": 126.63033136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2030, "l_t_add": 2044, "r_f_add": 2025, "r_t_add": 2035, "st_code": 67780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4360, "Shape__Length": 50.272763647092383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178294835246007, 39.9342759270085 ], [ -75.178739774615195, 39.934335215941303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23619, "tnode_": 23613, "lpoly_": null, "rpoly_": null, "length": 126.0521472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2014, "l_t_add": 2028, "r_f_add": 2011, "r_t_add": 2023, "st_code": 67780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321443, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4361, "Shape__Length": 50.042106123483663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177850695615803, 39.934222678439397 ], [ -75.178294835246007, 39.9342759270085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23627, "tnode_": 23619, "lpoly_": null, "rpoly_": null, "length": 131.98658716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2009, "st_code": 67780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321444, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4362, "Shape__Length": 52.399915487512949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177387839524101, 39.934156993282102 ], [ -75.177850695615803, 39.934222678439397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23637, "tnode_": 23627, "lpoly_": null, "rpoly_": null, "length": 125.93062914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1938, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 67780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321445, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4363, "Shape__Length": 49.993176558924041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176943440810206, 39.934107315980398 ], [ -75.177387839524101, 39.934156993282102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23359, "tnode_": 23349, "lpoly_": null, "rpoly_": null, "length": 164.06044744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2410, "r_f_add": 2401, "r_t_add": 2413, "st_code": 82740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321446, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4364, "Shape__Length": 65.134704151766456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183917851597201, 39.936249694027303 ], [ -75.184494175317894, 39.936327172845402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23365, "tnode_": 23359, "lpoly_": null, "rpoly_": null, "length": 155.72969158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 82740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321447, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4365, "Shape__Length": 61.824843471100031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183368100290707, 39.9361892089618 ], [ -75.183917851597201, 39.936249694027303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23373, "tnode_": 23365, "lpoly_": null, "rpoly_": null, "length": 144.79080270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2314, "l_t_add": 2326, "r_f_add": 2315, "r_t_add": 2327, "st_code": 82740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321448, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4366, "Shape__Length": 57.483457093812149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182858586755401, 39.936124842054703 ], [ -75.183368100290707, 39.9361892089618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23387, "tnode_": 23373, "lpoly_": null, "rpoly_": null, "length": 162.87292997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 82740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321449, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4367, "Shape__Length": 64.664320738890837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182287903536903, 39.936041715652202 ], [ -75.182858586755401, 39.936124842054703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23408, "tnode_": 23387, "lpoly_": null, "rpoly_": null, "length": 473.38861486999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 82740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321450, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4368, "Shape__Length": 187.94062576054981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180623254415906, 39.935825795962401 ], [ -75.182287903536903, 39.936041715652202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23435, "tnode_": 23408, "lpoly_": null, "rpoly_": null, "length": 450.69920001000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 82740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321451, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4369, "Shape__Length": 178.93180712513663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179038038162304, 39.935621868972603 ], [ -75.180623254415906, 39.935825795962401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23439, "tnode_": 23435, "lpoly_": null, "rpoly_": null, "length": 148.42447618999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2042, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 82740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321452, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4370, "Shape__Length": 58.925935825613642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178516161709695, 39.935553948288202 ], [ -75.179038038162304, 39.935621868972603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23451, "tnode_": 23439, "lpoly_": null, "rpoly_": null, "length": 140.85734437000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2026, "l_t_add": 2040, "r_f_add": 2033, "r_t_add": 2041, "st_code": 82740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321453, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4371, "Shape__Length": 55.919474767931021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178018388003096, 39.935502170377198 ], [ -75.178516161709695, 39.935553948288202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23456, "tnode_": 23451, "lpoly_": null, "rpoly_": null, "length": 124.42620088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2012, "l_t_add": 2024, "r_f_add": 2015, "r_t_add": 2031, "st_code": 82740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321454, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4372, "Shape__Length": 49.399999295740187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177582841222304, 39.935436977911998 ], [ -75.178018388003096, 39.935502170377198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22838, "tnode_": 22829, "lpoly_": null, "rpoly_": null, "length": 513.53675123999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 81560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321455, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4373, "Shape__Length": 203.88420583450514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183143003746395, 39.939904922182002 ], [ -75.184957952704096, 39.940093411011503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22859, "tnode_": 22838, "lpoly_": null, "rpoly_": null, "length": 467.69589096000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 81560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321456, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4374, "Shape__Length": 185.690166064907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181497195976206, 39.9396966083848 ], [ -75.183143003746395, 39.939904922182002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22883, "tnode_": 22859, "lpoly_": null, "rpoly_": null, "length": 470.62260469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321457, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4375, "Shape__Length": 186.85142702421319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179840905554997, 39.939487876367103 ], [ -75.181497195976206, 39.9396966083848 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22907, "tnode_": 22883, "lpoly_": null, "rpoly_": null, "length": 451.6304327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321458, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4376, "Shape__Length": 179.31239503121776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178253742177802, 39.939277119366302 ], [ -75.179840905554997, 39.939487876367103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22938, "tnode_": 22907, "lpoly_": null, "rpoly_": null, "length": 551.47178247000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321459, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4377, "Shape__Length": 218.9499066625954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176313292531503, 39.939030815907401 ], [ -75.178253742177802, 39.939277119366302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22970, "tnode_": 22954, "lpoly_": null, "rpoly_": null, "length": 515.86725892000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 31400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321460, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4378, "Shape__Length": 204.81143889608012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183352420762901, 39.938904352699801 ], [ -75.185169926700496, 39.939123547456397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22999, "tnode_": 22970, "lpoly_": null, "rpoly_": null, "length": 467.62275671999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 31400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321461, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4379, "Shape__Length": 185.65839443805456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181706891199894, 39.938696087249497 ], [ -75.183352420762901, 39.938904352699801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23022, "tnode_": 22999, "lpoly_": null, "rpoly_": null, "length": 470.60831226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 31400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4380, "Shape__Length": 186.84022210538376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180047465003895, 39.938503060572899 ], [ -75.181706891199894, 39.938696087249497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23047, "tnode_": 23022, "lpoly_": null, "rpoly_": null, "length": 450.16956395000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 31400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4381, "Shape__Length": 178.73082277079939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178466648807003, 39.938287741348702 ], [ -75.180047465003895, 39.938503060572899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23066, "tnode_": 23058, "lpoly_": null, "rpoly_": null, "length": 157.04654523000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2346, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 33740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321464, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4382, "Shape__Length": 62.351277975762507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182923778659003, 39.938213949285696 ], [ -75.183476156100397, 39.938285068249897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23072, "tnode_": 23066, "lpoly_": null, "rpoly_": null, "length": 146.15118623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2316, "l_t_add": 2344, "r_f_add": 2313, "r_t_add": 2329, "st_code": 33740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321465, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4383, "Shape__Length": 58.024253127685242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182408293901901, 39.9381547197777 ], [ -75.182923778659003, 39.938213949285696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23081, "tnode_": 23072, "lpoly_": null, "rpoly_": null, "length": 160.78932342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2311, "st_code": 33740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321466, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4384, "Shape__Length": 63.836268218794594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181841764743496, 39.9380866106792 ], [ -75.182408293901901, 39.9381547197777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23116, "tnode_": 23081, "lpoly_": null, "rpoly_": null, "length": 469.89438544999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 33740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321467, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4385, "Shape__Length": 186.55923521003547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180189636797706, 39.937870993199397 ], [ -75.181841764743496, 39.9380866106792 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23137, "tnode_": 23116, "lpoly_": null, "rpoly_": null, "length": 451.68415846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 33740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321468, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4386, "Shape__Length": 179.34271320478166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178617704767206, 39.937600393162199 ], [ -75.180189636797706, 39.937870993199397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22677, "tnode_": 22651, "lpoly_": null, "rpoly_": null, "length": 512.2113488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 21600, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4387, "Shape__Length": 203.36793764124684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182870831230602, 39.941102428175803 ], [ -75.184673913854994, 39.941327795756401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22691, "tnode_": 22677, "lpoly_": null, "rpoly_": null, "length": 351.56389405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2318, "l_t_add": 2398, "r_f_add": 2309, "r_t_add": 2399, "st_code": 21600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321470, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4388, "Shape__Length": 139.58229994544695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181631043952805, 39.940958652032101 ], [ -75.182870831230602, 39.941102428175803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22698, "tnode_": 22691, "lpoly_": null, "rpoly_": null, "length": 115.18177646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2307, "st_code": 21600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4389, "Shape__Length": 45.733871329108958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181228338619803, 39.940896301833 ], [ -75.181631043952805, 39.940958652032101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22714, "tnode_": 22698, "lpoly_": null, "rpoly_": null, "length": 470.08818699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 21600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4390, "Shape__Length": 186.64226067742388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1795735764981, 39.9406893325704 ], [ -75.181228338619803, 39.940896301833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22739, "tnode_": 22714, "lpoly_": null, "rpoly_": null, "length": 453.86749781999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 21600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321473, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4391, "Shape__Length": 180.20096412519797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177975284283605, 39.940492529187303 ], [ -75.1795735764981, 39.9406893325704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22761, "tnode_": 22739, "lpoly_": null, "rpoly_": null, "length": 544.11631983000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 21600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321474, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4392, "Shape__Length": 216.03128890847483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176058186795402, 39.940261458486297 ], [ -75.177975284283605, 39.940492529187303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22489, "tnode_": 22456, "lpoly_": null, "rpoly_": null, "length": 450.00850598000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 21900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321475, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 4393, "Shape__Length": 178.6733933883765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177601087256704, 39.942237669875198 ], [ -75.179185833528507, 39.942432786396601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22515, "tnode_": 22489, "lpoly_": null, "rpoly_": null, "length": 545.24371753000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 21900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321476, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 4394, "Shape__Length": 216.48584370998842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175681571469894, 39.941998372944497 ], [ -75.177601087256704, 39.942237669875198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24508, "tnode_": 24493, "lpoly_": null, "rpoly_": null, "length": 230.40209822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2824, "l_t_add": 2898, "r_f_add": 2823, "r_t_add": 2899, "st_code": 73220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4395, "Shape__Length": 91.458764998553733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193344079213205, 39.927430387647497 ], [ -75.193693469433398, 39.927475183009001 ], [ -75.194156577463602, 39.927523351633397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24521, "tnode_": 24508, "lpoly_": null, "rpoly_": null, "length": 213.49496576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2822, "r_f_add": 2801, "r_t_add": 2821, "st_code": 73220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4396, "Shape__Length": 84.750190032092519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1925945223106, 39.927329593444497 ], [ -75.192964510146894, 39.927370620174798 ], [ -75.193344079213205, 39.927430387647497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24533, "tnode_": 24521, "lpoly_": null, "rpoly_": null, "length": 225.13004998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2732, "l_t_add": 2798, "r_f_add": 2729, "r_t_add": 2799, "st_code": 73220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4397, "Shape__Length": 89.367075222731529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191802134127698, 39.927230773379399 ], [ -75.1925945223106, 39.927329593444497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24544, "tnode_": 24533, "lpoly_": null, "rpoly_": null, "length": 225.44231600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2727, "st_code": 73220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4398, "Shape__Length": 89.492063147355935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191009985020798, 39.927125658676502 ], [ -75.191802134127698, 39.927230773379399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24534, "tnode_": 24544, "lpoly_": null, "rpoly_": null, "length": 438.75777083000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 73220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321481, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4399, "Shape__Length": 174.16474386381458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189462485362, 39.926992653481499 ], [ -75.189919967721806, 39.926978809902899 ], [ -75.191009985020798, 39.927125658676502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24583, "tnode_": 24534, "lpoly_": null, "rpoly_": null, "length": 464.89948776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 73220, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321483, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 4400, "Shape__Length": 184.57102320446504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187859205109703, 39.926717063000801 ], [ -75.189263875654106, 39.926898334739697 ], [ -75.189462485362, 39.926992653481499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24329, "tnode_": 24307, "lpoly_": null, "rpoly_": null, "length": 187.12089985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2932, "l_t_add": 2998, "r_f_add": 2933, "r_t_add": 2999, "st_code": 54800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 321484, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4401, "Shape__Length": 74.301947479731382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194692207830798, 39.928851914840699 ], [ -75.195037030840297, 39.928882058289098 ], [ -75.195197160921794, 39.928913885955097 ], [ -75.1953244343145, 39.928981710109198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24337, "tnode_": 24329, "lpoly_": null, "rpoly_": null, "length": 223.64746839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2930, "r_f_add": 2901, "r_t_add": 2931, "st_code": 54800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 321485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4402, "Shape__Length": 88.783243821288679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193908148935904, 39.928741131783198 ], [ -75.1942682345626, 39.928783566026603 ], [ -75.194692207830798, 39.928851914840699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24356, "tnode_": 24337, "lpoly_": null, "rpoly_": null, "length": 232.50095576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2850, "l_t_add": 2898, "r_f_add": 2851, "r_t_add": 2899, "st_code": 54800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321486, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4403, "Shape__Length": 92.296804034497399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193091962963805, 39.928629838715999 ], [ -75.193466968988105, 39.9286865900199 ], [ -75.193468826244001, 39.928686871092999 ], [ -75.193908148935904, 39.928741131783198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24366, "tnode_": 24356, "lpoly_": null, "rpoly_": null, "length": 221.73937281000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2848, "r_f_add": 2801, "r_t_add": 2849, "st_code": 54800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4404, "Shape__Length": 88.025540742722569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1923151804599, 39.928528435924797 ], [ -75.192678169642804, 39.928573524959802 ], [ -75.192690219263199, 39.928582171247299 ], [ -75.193091962963805, 39.928629838715999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24379, "tnode_": 24366, "lpoly_": null, "rpoly_": null, "length": 220.59796453000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 54800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4405, "Shape__Length": 87.568746673888512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191537778418393, 39.9284362421295 ], [ -75.1923151804599, 39.928528435924797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24385, "tnode_": 24379, "lpoly_": null, "rpoly_": null, "length": 225.02026643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2722, "r_f_add": 2701, "r_t_add": 2723, "st_code": 54800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321489, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4406, "Shape__Length": 89.325161502079311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190746007672502, 39.928336317855198 ], [ -75.191537778418393, 39.9284362421295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24406, "tnode_": 24385, "lpoly_": null, "rpoly_": null, "length": 444.17675566999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 54800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321490, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 4407, "Shape__Length": 176.32233646965724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189183232480801, 39.928138462624602 ], [ -75.190746007672502, 39.928336317855198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24177, "tnode_": 24170, "lpoly_": null, "rpoly_": null, "length": 197.73356597999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2918, "l_t_add": 2998, "r_f_add": 2919, "r_t_add": 2999, "st_code": 55960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 321491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4408, "Shape__Length": 78.492701957347663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194406912036101, 39.930075309437598 ], [ -75.194542108350007, 39.930090447965398 ], [ -75.194805934190896, 39.930121258482302 ], [ -75.195105647570301, 39.930147182568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24189, "tnode_": 24177, "lpoly_": null, "rpoly_": null, "length": 222.76872637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2917, "st_code": 55960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 321492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4409, "Shape__Length": 88.433851676071868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193623436855802, 39.929974562363199 ], [ -75.193941123983905, 39.930015158543497 ], [ -75.194013954047804, 39.9300245638386 ], [ -75.194406912036101, 39.930075309437598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24197, "tnode_": 24189, "lpoly_": null, "rpoly_": null, "length": 151.17720166000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2836, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 55960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321493, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4410, "Shape__Length": 60.01321803537251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193091248471504, 39.929908812876803 ], [ -75.193205523062801, 39.929920440202402 ], [ -75.193623436855802, 39.929974562363199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24215, "tnode_": 24208, "lpoly_": null, "rpoly_": null, "length": 156.25247908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2815, "st_code": 55960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321494, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4411, "Shape__Length": 62.030578856539357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192049924915494, 39.9297652317561 ], [ -75.192425034950702, 39.929815788826602 ], [ -75.192596824753196, 39.929846411495198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24222, "tnode_": 24215, "lpoly_": null, "rpoly_": null, "length": 221.4620989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 55960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321495, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4412, "Shape__Length": 87.912858688018929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191268872888301, 39.929675677880503 ], [ -75.192049924915494, 39.9297652317561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24234, "tnode_": 24222, "lpoly_": null, "rpoly_": null, "length": 225.66070883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2722, "r_f_add": 2701, "r_t_add": 2723, "st_code": 55960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321496, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4413, "Shape__Length": 89.582494455693606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190476523736294, 39.929567833703203 ], [ -75.191268872888301, 39.929675677880503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24248, "tnode_": 24234, "lpoly_": null, "rpoly_": null, "length": 446.33024175999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 55960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321497, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4414, "Shape__Length": 177.1810061071223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188906842041504, 39.929365775643099 ], [ -75.190476523736294, 39.929567833703203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24266, "tnode_": 24248, "lpoly_": null, "rpoly_": null, "length": 453.73465289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 55960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321498, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 4415, "Shape__Length": 180.1184063437027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187309496085405, 39.929168010708104 ], [ -75.188906842041504, 39.929365775643099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24055, "tnode_": 24050, "lpoly_": null, "rpoly_": null, "length": 152.4605035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2868, "l_t_add": 2898, "r_f_add": 2869, "r_t_add": 2899, "st_code": 56880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321499, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4416, "Shape__Length": 60.524227592848639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1928188521929, 39.931125632477503 ], [ -75.193355009412002, 39.931194830458402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24066, "tnode_": 24055, "lpoly_": null, "rpoly_": null, "length": 140.1969189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2832, "l_t_add": 2866, "r_f_add": 2833, "r_t_add": 2867, "st_code": 56880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321500, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4417, "Shape__Length": 55.655424867854862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192325462138797, 39.931063679345399 ], [ -75.1928188521929, 39.931125632477503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24075, "tnode_": 24066, "lpoly_": null, "rpoly_": null, "length": 153.73322742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2830, "r_f_add": 2801, "r_t_add": 2831, "st_code": 56880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321501, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4418, "Shape__Length": 61.029790383838069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1917853259704, 39.930991663996501 ], [ -75.192325462138797, 39.931063679345399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24086, "tnode_": 24075, "lpoly_": null, "rpoly_": null, "length": 221.29114806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2726, "l_t_add": 2798, "r_f_add": 2727, "r_t_add": 2799, "st_code": 56880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4419, "Shape__Length": 87.849964338206931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191008755216501, 39.930883963197097 ], [ -75.1917853259704, 39.930991663996501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24098, "tnode_": 24086, "lpoly_": null, "rpoly_": null, "length": 222.86235285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2724, "r_f_add": 2701, "r_t_add": 2725, "st_code": 56880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4420, "Shape__Length": 88.471103327121909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190223827979096, 39.930788445917102 ], [ -75.191008755216501, 39.930883963197097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24111, "tnode_": 24098, "lpoly_": null, "rpoly_": null, "length": 450.50140662999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 56880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4421, "Shape__Length": 178.83865008121981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188637828547002, 39.930592103272502 ], [ -75.190223827979096, 39.930788445917102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24116, "tnode_": 24111, "lpoly_": null, "rpoly_": null, "length": 163.42297926999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 56880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321505, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4422, "Shape__Length": 64.875350391525544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188062876068699, 39.930519080853998 ], [ -75.188637828547002, 39.930592103272502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24130, "tnode_": 24116, "lpoly_": null, "rpoly_": null, "length": 293.64087575000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2524, "r_f_add": 2501, "r_t_add": 2525, "st_code": 56880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321506, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 4423, "Shape__Length": 116.5682708261516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187029146107406, 39.930390934632499 ], [ -75.188062876068699, 39.930519080853998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23911, "tnode_": 23901, "lpoly_": null, "rpoly_": null, "length": 154.15735112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2820, "l_t_add": 2898, "r_f_add": 2821, "r_t_add": 2899, "st_code": 57100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321507, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4424, "Shape__Length": 61.201206621448861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192554487512595, 39.932338759100602 ], [ -75.193094020341405, 39.932419772604597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23917, "tnode_": 23911, "lpoly_": null, "rpoly_": null, "length": 139.00945965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2814, "l_t_add": 2818, "r_f_add": 2815, "r_t_add": 2819, "st_code": 57100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321508, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4425, "Shape__Length": 55.184599119139911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192064794103302, 39.932279609422601 ], [ -75.192554487512595, 39.932338759100602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23925, "tnode_": 23917, "lpoly_": null, "rpoly_": null, "length": 154.64387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 57100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321509, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4426, "Shape__Length": 61.391774009425824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191520729415302, 39.9322104409 ], [ -75.192064794103302, 39.932279609422601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23934, "tnode_": 23925, "lpoly_": null, "rpoly_": null, "length": 151.02674613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2758, "l_t_add": 2798, "r_f_add": 2759, "r_t_add": 2799, "st_code": 57100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321510, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4427, "Shape__Length": 59.954907964980812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190988413996195, 39.932147613756399 ], [ -75.191520729415302, 39.9322104409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23938, "tnode_": 23934, "lpoly_": null, "rpoly_": null, "length": 140.13634115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2714, "l_t_add": 2756, "r_f_add": 2715, "r_t_add": 2757, "st_code": 57100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321511, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4428, "Shape__Length": 55.631692046688379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190494631798302, 39.932088578714598 ], [ -75.190988413996195, 39.932147613756399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23945, "tnode_": 23938, "lpoly_": null, "rpoly_": null, "length": 154.97837726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2712, "r_f_add": 2701, "r_t_add": 2713, "st_code": 57100, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321512, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4429, "Shape__Length": 61.525916139641623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189951141136802, 39.932011547878197 ], [ -75.190494631798302, 39.932088578714598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23952, "tnode_": 23945, "lpoly_": null, "rpoly_": null, "length": 154.34589235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2664, "l_t_add": 2698, "r_f_add": 2665, "r_t_add": 2699, "st_code": 57100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321513, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4430, "Shape__Length": 61.272412591493257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189407177831498, 39.9319470927867 ], [ -75.189951141136802, 39.932011547878197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23958, "tnode_": 23952, "lpoly_": null, "rpoly_": null, "length": 132.29968717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2632, "l_t_add": 2662, "r_f_add": 2633, "r_t_add": 2663, "st_code": 57100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321514, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4431, "Shape__Length": 52.519982569080106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1889403903903, 39.931894522901899 ], [ -75.189407177831498, 39.9319470927867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23969, "tnode_": 23958, "lpoly_": null, "rpoly_": null, "length": 161.60899449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2630, "r_f_add": 2601, "r_t_add": 2631, "st_code": 57100, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321515, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4432, "Shape__Length": 64.157734443875896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188373267367297, 39.931815807064801 ], [ -75.1889403903903, 39.931894522901899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23975, "tnode_": 23969, "lpoly_": null, "rpoly_": null, "length": 142.13866829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 57100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321516, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4433, "Shape__Length": 56.429195704568436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1878757593541, 39.931741281869201 ], [ -75.188373267367297, 39.931815807064801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28439, "tnode_": 27268, "lpoly_": null, "rpoly_": null, "length": 291.14382067000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2523, "st_code": 57100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321517, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 4434, "Shape__Length": 115.57985944276943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186772752193406, 39.931599507933697 ], [ -75.187796790715097, 39.931730883195698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23754, "tnode_": 23748, "lpoly_": null, "rpoly_": null, "length": 140.05988526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2814, "l_t_add": 2842, "r_f_add": 2815, "r_t_add": 2841, "st_code": 76720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321518, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4435, "Shape__Length": 55.602503068441557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191792290886795, 39.933505865542301 ], [ -75.192285809657605, 39.933564889768299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23758, "tnode_": 23754, "lpoly_": null, "rpoly_": null, "length": 150.41871163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 76720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321519, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4436, "Shape__Length": 59.716418755767137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191264122197595, 39.933433903379601 ], [ -75.191792290886795, 39.933505865542301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23769, "tnode_": 23758, "lpoly_": null, "rpoly_": null, "length": 160.03520279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2732, "l_t_add": 2798, "r_f_add": 2733, "r_t_add": 2799, "st_code": 76720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321520, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4437, "Shape__Length": 63.532263874316335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190700066772195, 39.933367219718299 ], [ -75.191264122197595, 39.933433903379601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23779, "tnode_": 23769, "lpoly_": null, "rpoly_": null, "length": 131.8288027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2714, "l_t_add": 2730, "r_f_add": 2715, "r_t_add": 2731, "st_code": 76720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321521, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4438, "Shape__Length": 52.336980178023332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190238190659301, 39.933299879389303 ], [ -75.190700066772195, 39.933367219718299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23789, "tnode_": 23779, "lpoly_": null, "rpoly_": null, "length": 155.34701671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2712, "r_f_add": 2701, "r_t_add": 2713, "st_code": 76720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321522, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4439, "Shape__Length": 61.670717006386909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189690354409507, 39.933236700857499 ], [ -75.190238190659301, 39.933299879389303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23798, "tnode_": 23789, "lpoly_": null, "rpoly_": null, "length": 155.85981107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2632, "l_t_add": 2698, "r_f_add": 2631, "r_t_add": 2699, "st_code": 76720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321523, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4440, "Shape__Length": 61.875871851262808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189142594183096, 39.933164291445401 ], [ -75.189690354409507, 39.933236700857499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23802, "tnode_": 23798, "lpoly_": null, "rpoly_": null, "length": 133.94274226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2616, "l_t_add": 2630, "r_f_add": 2615, "r_t_add": 2629, "st_code": 76720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321524, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4441, "Shape__Length": 53.175320577727398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188672448990403, 39.933099482048 ], [ -75.189142594183096, 39.933164291445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23809, "tnode_": 23802, "lpoly_": null, "rpoly_": null, "length": 158.20469781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2613, "st_code": 76720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321525, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4442, "Shape__Length": 62.807055277555484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188116906787499, 39.933023959297799 ], [ -75.188672448990403, 39.933099482048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23820, "tnode_": 23809, "lpoly_": null, "rpoly_": null, "length": 143.45220108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2534, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 76720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321526, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4443, "Shape__Length": 56.949085995495345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876118038318, 39.932961723550598 ], [ -75.188116906787499, 39.933023959297799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23824, "tnode_": 23820, "lpoly_": null, "rpoly_": null, "length": 119.11194303000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2518, "l_t_add": 2532, "r_f_add": 2519, "r_t_add": 2533, "st_code": 76720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321527, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4444, "Shape__Length": 47.286179330121222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187192371796002, 39.932910205646998 ], [ -75.1876118038318, 39.932961723550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23835, "tnode_": 23824, "lpoly_": null, "rpoly_": null, "length": 195.63617052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2516, "r_f_add": 2501, "r_t_add": 2517, "st_code": 76720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321528, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4445, "Shape__Length": 77.66594060913954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186504084780395, 39.932822692080002 ], [ -75.187192371796002, 39.932910205646998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23842, "tnode_": 23835, "lpoly_": null, "rpoly_": null, "length": 199.64904666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2440, "l_t_add": 2498, "r_f_add": 2439, "r_t_add": 2499, "st_code": 76720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321529, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4446, "Shape__Length": 79.258080192609754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185800719541007, 39.932737984436699 ], [ -75.186504084780395, 39.932822692080002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23851, "tnode_": 23842, "lpoly_": null, "rpoly_": null, "length": 145.33276259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2416, "l_t_add": 2438, "r_f_add": 2415, "r_t_add": 2437, "st_code": 76720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321530, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4447, "Shape__Length": 57.698351618052634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185292389318604, 39.9326603562535 ], [ -75.185800719541007, 39.932737984436699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23857, "tnode_": 23851, "lpoly_": null, "rpoly_": null, "length": 165.49279855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2413, "st_code": 76720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321531, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 4448, "Shape__Length": 65.697812705726164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184708749340203, 39.932593204873598 ], [ -75.185292389318604, 39.9326603562535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23584, "tnode_": 23577, "lpoly_": null, "rpoly_": null, "length": 155.8707621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2826, "l_t_add": 2898, "r_f_add": 2827, "r_t_add": 2899, "st_code": 28480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321532, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4449, "Shape__Length": 61.881734858977985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192009615959904, 39.934787915975697 ], [ -75.192557384292996, 39.934860525055797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23592, "tnode_": 23584, "lpoly_": null, "rpoly_": null, "length": 135.88466791000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2814, "l_t_add": 2824, "r_f_add": 2817, "r_t_add": 2825, "st_code": 28480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321533, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4450, "Shape__Length": 53.946743833997786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191531711492502, 39.934726306305798 ], [ -75.192009615959904, 39.934787915975697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23596, "tnode_": 23592, "lpoly_": null, "rpoly_": null, "length": 153.45449911999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2815, "st_code": 28480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4451, "Shape__Length": 60.921383561360074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1909913330596, 39.934659939882302 ], [ -75.191531711492502, 39.934726306305798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23600, "tnode_": 23596, "lpoly_": null, "rpoly_": null, "length": 154.80160554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2744, "l_t_add": 2798, "r_f_add": 2745, "r_t_add": 2799, "st_code": 28480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321535, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4452, "Shape__Length": 61.457131814979569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190447370009096, 39.934587621716297 ], [ -75.1909913330596, 39.934659939882302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23612, "tnode_": 23600, "lpoly_": null, "rpoly_": null, "length": 139.45075378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2714, "l_t_add": 2742, "r_f_add": 2715, "r_t_add": 2743, "st_code": 28480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321536, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4453, "Shape__Length": 55.363258576415639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189957993603798, 39.934519665782503 ], [ -75.190447370009096, 39.934587621716297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23622, "tnode_": 23612, "lpoly_": null, "rpoly_": null, "length": 154.0938702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2712, "r_f_add": 2701, "r_t_add": 2713, "st_code": 28480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321537, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4454, "Shape__Length": 61.177949162599745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189418730634998, 39.934438432108301 ], [ -75.189957993603798, 39.934519665782503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23632, "tnode_": 23622, "lpoly_": null, "rpoly_": null, "length": 151.90973058999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2630, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 28480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321538, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4455, "Shape__Length": 60.306367470408851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188882087096104, 39.934381579816602 ], [ -75.189418730634998, 39.934438432108301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23641, "tnode_": 23632, "lpoly_": null, "rpoly_": null, "length": 141.56567185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2616, "l_t_add": 2628, "r_f_add": 2617, "r_t_add": 2635, "st_code": 28480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321539, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4456, "Shape__Length": 56.20197903214563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188384425638304, 39.934316390996599 ], [ -75.188882087096104, 39.934381579816602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23647, "tnode_": 23641, "lpoly_": null, "rpoly_": null, "length": 151.70978418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2615, "st_code": 28480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321540, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4457, "Shape__Length": 60.230190116796138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187852289041004, 39.934241366543802 ], [ -75.188384425638304, 39.934316390996599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23655, "tnode_": 23647, "lpoly_": null, "rpoly_": null, "length": 143.81448835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2528, "l_t_add": 2598, "r_f_add": 2529, "r_t_add": 2599, "st_code": 28480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321541, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4458, "Shape__Length": 57.093987440422993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187345964471206, 39.934178670948597 ], [ -75.187852289041004, 39.934241366543802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23663, "tnode_": 23655, "lpoly_": null, "rpoly_": null, "length": 121.64711774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2516, "l_t_add": 2526, "r_f_add": 2517, "r_t_add": 2527, "st_code": 28480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321542, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4459, "Shape__Length": 48.293601400942215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186917736134902, 39.934125392397 ], [ -75.187345964471206, 39.934178670948597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23670, "tnode_": 23663, "lpoly_": null, "rpoly_": null, "length": 190.61245692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 28480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 4460, "Shape__Length": 75.673448509093106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186247717987399, 39.934037346097 ], [ -75.186917736134902, 39.934125392397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23422, "tnode_": 23414, "lpoly_": null, "rpoly_": null, "length": 157.22778365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2882, "l_t_add": 2898, "r_f_add": 2881, "r_t_add": 2899, "st_code": 67780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321544, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4461, "Shape__Length": 62.419380151503141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191748059944601, 39.936009368900599 ], [ -75.192303146774094, 39.9360701741344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23434, "tnode_": 23422, "lpoly_": null, "rpoly_": null, "length": 134.50733115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2822, "l_t_add": 2880, "r_f_add": 2823, "r_t_add": 2879, "st_code": 67780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321545, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4462, "Shape__Length": 53.401803594290165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191276036365096, 39.935943759310199 ], [ -75.191748059944601, 39.936009368900599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23438, "tnode_": 23434, "lpoly_": null, "rpoly_": null, "length": 151.11772453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2800, "l_t_add": 2820, "r_f_add": 2801, "r_t_add": 2821, "st_code": 67780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321546, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4463, "Shape__Length": 59.994175442683257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190743206746404, 39.935881724808802 ], [ -75.191276036365096, 39.935943759310199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23445, "tnode_": 23438, "lpoly_": null, "rpoly_": null, "length": 155.95576402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2730, "l_t_add": 2798, "r_f_add": 2731, "r_t_add": 2799, "st_code": 67780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321547, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4464, "Shape__Length": 61.917792730812657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190196723723602, 39.9358022855249 ], [ -75.190743206746404, 39.935881724808802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23454, "tnode_": 23445, "lpoly_": null, "rpoly_": null, "length": 143.50602999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2716, "l_t_add": 2728, "r_f_add": 2717, "r_t_add": 2729, "st_code": 67780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321548, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4465, "Shape__Length": 56.973080297605584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189691751739304, 39.9357384072119 ], [ -75.190196723723602, 39.9358022855249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23460, "tnode_": 23454, "lpoly_": null, "rpoly_": null, "length": 153.42712075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2715, "st_code": 67780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321549, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4466, "Shape__Length": 60.909965620998925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189149792314197, 39.935680680886797 ], [ -75.189691751739304, 39.9357384072119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23480, "tnode_": 23460, "lpoly_": null, "rpoly_": null, "length": 446.60001326000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 67780, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321550, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4467, "Shape__Length": 177.30553270461735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187580750450394, 39.935470692265604 ], [ -75.189149792314197, 39.935680680886797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23505, "tnode_": 23480, "lpoly_": null, "rpoly_": null, "length": 454.68403329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 67780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4468, "Shape__Length": 180.51308285558844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185981763421495, 39.935263876025097 ], [ -75.187580750450394, 39.935470692265604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23529, "tnode_": 23523, "lpoly_": null, "rpoly_": null, "length": 167.47840775999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2415, "st_code": 67780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4469, "Shape__Length": 66.489024312491793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184186985840199, 39.935043272195102 ], [ -75.184777007610194, 39.935114458174198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23249, "tnode_": 23237, "lpoly_": null, "rpoly_": null, "length": 158.33761277000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2826, "l_t_add": 2898, "r_f_add": 2827, "r_t_add": 2899, "st_code": 82740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4470, "Shape__Length": 62.861218203747434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191478215151307, 39.937227108156399 ], [ -75.192037104592899, 39.937289018329302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23254, "tnode_": 23249, "lpoly_": null, "rpoly_": null, "length": 128.82466879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2814, "l_t_add": 2824, "r_f_add": 2815, "r_t_add": 2825, "st_code": 82740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321554, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4471, "Shape__Length": 51.146061201212284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1910255023503, 39.937166987669997 ], [ -75.191478215151307, 39.937227108156399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23265, "tnode_": 23254, "lpoly_": null, "rpoly_": null, "length": 160.89434835999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 82740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321555, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4472, "Shape__Length": 63.877894101302225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190459596263096, 39.937094145275502 ], [ -75.1910255023503, 39.937166987669997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23285, "tnode_": 23265, "lpoly_": null, "rpoly_": null, "length": 446.75107247999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 82740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321556, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4473, "Shape__Length": 177.3669065241555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188887350469699, 39.936896132320001 ], [ -75.190459596263096, 39.937094145275502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23305, "tnode_": 23285, "lpoly_": null, "rpoly_": null, "length": 443.41172658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 82740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321557, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4474, "Shape__Length": 176.04276588178669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187329334593301, 39.936688297234198 ], [ -75.188887350469699, 39.936896132320001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23329, "tnode_": 23305, "lpoly_": null, "rpoly_": null, "length": 454.44784801999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 82740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321558, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4475, "Shape__Length": 180.42127926405857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185729685947294, 39.936488409211897 ], [ -75.187329334593301, 39.936688297234198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23342, "tnode_": 23329, "lpoly_": null, "rpoly_": null, "length": 212.74084044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 82740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321559, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4476, "Shape__Length": 84.4613738153745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184981850895198, 39.936390177240902 ], [ -75.185729685947294, 39.936488409211897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23349, "tnode_": 23342, "lpoly_": null, "rpoly_": null, "length": 138.66788826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2412, "l_t_add": 2426, "r_f_add": 2415, "r_t_add": 2427, "st_code": 82740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321560, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4477, "Shape__Length": 55.053015073527533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184494175317894, 39.936327172845402 ], [ -75.184981850895198, 39.936390177240902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23086, "tnode_": 23076, "lpoly_": null, "rpoly_": null, "length": 160.38846440999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 61000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321561, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4478, "Shape__Length": 63.678447104112237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191233938954099, 39.938336577369299 ], [ -75.191797807695906, 39.938410415420002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23097, "tnode_": 23086, "lpoly_": null, "rpoly_": null, "length": 129.3766854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2814, "l_t_add": 2826, "r_f_add": 2815, "r_t_add": 2827, "st_code": 61000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321562, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4479, "Shape__Length": 51.366579348300498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190779875281905, 39.938273595868502 ], [ -75.191233938954099, 39.938336577369299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23103, "tnode_": 23097, "lpoly_": null, "rpoly_": null, "length": 158.3878515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 61000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321563, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4480, "Shape__Length": 62.884247911492125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190223297685307, 39.938199527159497 ], [ -75.190779875281905, 39.938273595868502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23123, "tnode_": 23103, "lpoly_": null, "rpoly_": null, "length": 449.3951554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 61000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321564, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4481, "Shape__Length": 178.41951831441088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188641688616997, 39.9380004942131 ], [ -75.190223297685307, 39.938199527159497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23138, "tnode_": 23123, "lpoly_": null, "rpoly_": null, "length": 440.258302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 61000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321565, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4482, "Shape__Length": 174.79113344679575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187091834538293, 39.937807428781397 ], [ -75.188641688616997, 39.9380004942131 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23165, "tnode_": 23156, "lpoly_": null, "rpoly_": null, "length": 222.54142242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2447, "r_t_add": 2499, "st_code": 61000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321566, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4483, "Shape__Length": 88.35331254229196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184718847354603, 39.937506169163001 ], [ -75.185501713341296, 39.937606336474197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23180, "tnode_": 23165, "lpoly_": null, "rpoly_": null, "length": 140.7829085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2416, "l_t_add": 2444, "r_f_add": 2417, "r_t_add": 2445, "st_code": 61000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321567, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4484, "Shape__Length": 55.895240082834107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184225587536204, 39.937434181962502 ], [ -75.184718847354603, 39.937506169163001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23186, "tnode_": 23180, "lpoly_": null, "rpoly_": null, "length": 155.4096624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2415, "st_code": 61000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321568, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4485, "Shape__Length": 61.699289062963047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183677440986202, 39.9373712666332 ], [ -75.184225587536204, 39.937434181962502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23194, "tnode_": 23186, "lpoly_": null, "rpoly_": null, "length": 155.46179345000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2342, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 61000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321569, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4486, "Shape__Length": 61.720496470565728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183129762896002, 39.937305052436201 ], [ -75.183677440986202, 39.9373712666332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23205, "tnode_": 23194, "lpoly_": null, "rpoly_": null, "length": 145.64127108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2314, "l_t_add": 2340, "r_f_add": 2315, "r_t_add": 2341, "st_code": 61000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4487, "Shape__Length": 57.823227369264835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182618602261599, 39.937234247900797 ], [ -75.183129762896002, 39.937305052436201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23016, "tnode_": 22992, "lpoly_": null, "rpoly_": null, "length": 449.93039375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 33740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321571, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4488, "Shape__Length": 178.63448805499158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186878087441102, 39.938706590279502 ], [ -75.188460898328103, 39.938909121388399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23034, "tnode_": 23016, "lpoly_": null, "rpoly_": null, "length": 446.07385776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 33740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321572, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4489, "Shape__Length": 177.09959282474333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185305130369898, 39.9385238418295 ], [ -75.186878087441102, 39.938706590279502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23058, "tnode_": 23034, "lpoly_": null, "rpoly_": null, "length": 520.19407218999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 33740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4490, "Shape__Length": 206.53071327154868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183476156100397, 39.938285068249897 ], [ -75.185305130369898, 39.9385238418295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22992, "tnode_": 22963, "lpoly_": null, "rpoly_": null, "length": 445.48118754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 33740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321574, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 4491, "Shape__Length": 176.86669123061802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188460898328103, 39.938909121388399 ], [ -75.190030186190398, 39.939099551525402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22934, "tnode_": 22904, "lpoly_": null, "rpoly_": null, "length": 447.27365528999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 31400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4492, "Shape__Length": 177.58067606442293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186758188198795, 39.939320680828502 ], [ -75.188332370391393, 39.939518731752798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22814, "tnode_": 22785, "lpoly_": null, "rpoly_": null, "length": 255.15882755000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 81560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321576, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 4493, "Shape__Length": 101.31106840495241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186554172287899, 39.940239503173103 ], [ -75.187447323036096, 39.940373515140401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22785, "tnode_": 22828, "lpoly_": null, "rpoly_": null, "length": 187.3203945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2616, "st_code": 38340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321577, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4494, "Shape__Length": 74.470206081430959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187447323036096, 39.940373515140401 ], [ -75.187982939087604, 39.940066210770397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22828, "tnode_": 22844, "lpoly_": null, "rpoly_": null, "length": 97.43713168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2659, "l_t_add": 2699, "r_f_add": 2618, "r_t_add": 2698, "st_code": 38340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321578, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4495, "Shape__Length": 38.749950101568636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187982939087604, 39.940066210770397 ], [ -75.188241845743704, 39.9398878131218 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22890, "tnode_": 22916, "lpoly_": null, "rpoly_": null, "length": 98.5985819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2702, "l_t_add": 2714, "r_f_add": 2703, "r_t_add": 2715, "st_code": 38340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321579, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4496, "Shape__Length": 39.186206806135687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188715044949504, 39.939576817390602 ], [ -75.189013132109494, 39.939433255680598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22916, "tnode_": 22935, "lpoly_": null, "rpoly_": null, "length": 73.63828406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2716, "l_t_add": 2718, "r_f_add": 2717, "r_t_add": 2719, "st_code": 38340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321580, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4497, "Shape__Length": 29.265646918377637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189013132109494, 39.939433255680598 ], [ -75.189236413474404, 39.939326847539498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22935, "tnode_": 22963, "lpoly_": null, "rpoly_": null, "length": 237.48434322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2721, "r_t_add": 2799, "st_code": 38340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321581, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4498, "Shape__Length": 94.323666031729587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189236413474404, 39.939326847539498 ], [ -75.190030186190398, 39.939099551525402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22963, "tnode_": 22982, "lpoly_": null, "rpoly_": null, "length": 456.56040648000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 38340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 321582, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 4499, "Shape__Length": 181.25000425679872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190030186190398, 39.939099551525402 ], [ -75.190216188387694, 39.939079429800103 ], [ -75.191656243729298, 39.939057016381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22368, "tnode_": 22353, "lpoly_": null, "rpoly_": null, "length": 342.15136716000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 24020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 4500, "Shape__Length": 135.85175043321266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177466423850305, 39.942878618630502 ], [ -75.177532101983502, 39.942868665035498 ], [ -75.178669934342594, 39.943013594314998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22367, "tnode_": 22379, "lpoly_": null, "rpoly_": null, "length": 32.15914263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 755, "l_t_add": 755, "r_f_add": 754, "r_t_add": 754, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321584, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4501, "Shape__Length": 12.817327497771631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179087912753303, 39.942943189984803 ], [ -75.179101444810598, 39.942855525684401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22379, "tnode_": 22410, "lpoly_": null, "rpoly_": null, "length": 63.32529262, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 757, "l_t_add": 763, "r_f_add": 756, "r_t_add": 762, "st_code": 88220, "l_hundred": 700, "r_hundred": 700, "seg_id": 321585, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4502, "Shape__Length": 25.23797528870826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179101444810598, 39.942855525684401 ], [ -75.179135416130407, 39.942683667623697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22593, "tnode_": 22570, "lpoly_": null, "rpoly_": null, "length": 447.6248346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 82020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321586, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 4503, "Shape__Length": 177.72562329796358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174189521492295, 39.9414301784565 ], [ -75.175764983313897, 39.9416284095512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22609, "tnode_": 22584, "lpoly_": null, "rpoly_": null, "length": 512.48627811000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 56820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321587, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4504, "Shape__Length": 203.47788514448587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182768679794705, 39.941539601797999 ], [ -75.184573331548705, 39.941762276666303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22660, "tnode_": 22635, "lpoly_": null, "rpoly_": null, "length": 470.37513931999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 56820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321588, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4505, "Shape__Length": 186.75652214440575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179465727405699, 39.9411758298737 ], [ -75.181122655275303, 39.941377432057202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22685, "tnode_": 22660, "lpoly_": null, "rpoly_": null, "length": 451.54967723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 56820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321589, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4506, "Shape__Length": 179.28215337751377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177875770004306, 39.940979148181 ], [ -75.179465727405699, 39.9411758298737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22636, "tnode_": 22630, "lpoly_": null, "rpoly_": null, "length": 133.26159274000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2549, "r_t_add": 2599, "st_code": 21600, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321590, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4507, "Shape__Length": 52.909500575899969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185813591363996, 39.941479282082902 ], [ -75.186283604832994, 39.941533451773303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22651, "tnode_": 22636, "lpoly_": null, "rpoly_": null, "length": 324.2974058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2546, "r_f_add": 2501, "r_t_add": 2547, "st_code": 21600, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321591, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 4508, "Shape__Length": 128.7607789085593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184673913854994, 39.941327795756401 ], [ -75.185813591363996, 39.941479282082902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22478, "tnode_": 22553, "lpoly_": null, "rpoly_": null, "length": 170.37838465, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 905, "r_f_add": 900, "r_t_add": 904, "st_code": 88310, "l_hundred": 900, "r_hundred": 900, "seg_id": 321592, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4509, "Shape__Length": 67.904130786522956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186096911834497, 39.942494282011403 ], [ -75.186178838953097, 39.942030842578298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22553, "tnode_": 22630, "lpoly_": null, "rpoly_": null, "length": 183.5564181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 907, "l_t_add": 999, "r_f_add": 906, "r_t_add": 998, "st_code": 88310, "l_hundred": 900, "r_hundred": 900, "seg_id": 321593, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4510, "Shape__Length": 73.153567517934121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186178838953097, 39.942030842578298 ], [ -75.186283604832994, 39.941533451773303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22587, "tnode_": 22553, "lpoly_": null, "rpoly_": null, "length": 261.94882525999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 56820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 4511, "Shape__Length": 104.09090535857098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185376827032599, 39.941752052053403 ], [ -75.185584912678294, 39.941950236222397 ], [ -75.185802081677807, 39.941983045326602 ], [ -75.186178838953097, 39.942030842578298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22738, "tnode_": 22716, "lpoly_": null, "rpoly_": null, "length": 516.61544335999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 47640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321595, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 4512, "Shape__Length": 205.11363687048157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182969900975905, 39.940629699198702 ], [ -75.184790150715003, 39.940848909012303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22614, "tnode_": 22691, "lpoly_": null, "rpoly_": null, "length": 208.1056772, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 18280, "l_hundred": 900, "r_hundred": 900, "seg_id": 321596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 4513, "Shape__Length": 82.935298597357871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181503112979797, 39.941521377308902 ], [ -75.181631043952805, 39.940958652032101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22821, "tnode_": 22799, "lpoly_": null, "rpoly_": null, "length": 468.14594511999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 49740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321597, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 4514, "Shape__Length": 185.87042840147711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179747246966102, 39.939948159752703 ], [ -75.181393632665205, 39.940161357218898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22772, "tnode_": 22753, "lpoly_": null, "rpoly_": null, "length": 467.88501708999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 47640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 4515, "Shape__Length": 185.76529389488326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179664789307594, 39.940298198499399 ], [ -75.181313103007199, 39.940497860998498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22891, "tnode_": 22870, "lpoly_": null, "rpoly_": null, "length": 445.89781632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 49740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321599, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 4516, "Shape__Length": 177.03372336192959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174652877391296, 39.939309493745597 ], [ -75.176222984861994, 39.939503284452798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22843, "tnode_": 22827, "lpoly_": null, "rpoly_": null, "length": 445.6990692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 47640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321600, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 4517, "Shape__Length": 176.95734768197255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174578830382501, 39.939649762967697 ], [ -75.176146370537694, 39.939852265560802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22794, "tnode_": 22961, "lpoly_": null, "rpoly_": null, "length": 449.14041569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 28960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 4518, "Shape__Length": 178.99010984236173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173940067465395, 39.939996796456398 ], [ -75.174207475593306, 39.938781152993201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22806, "tnode_": 22966, "lpoly_": null, "rpoly_": null, "length": 446.21246003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 23760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 4519, "Shape__Length": 177.82343614876407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173469333355996, 39.939937887791899 ], [ -75.173732883824798, 39.938729894692202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22817, "tnode_": 22981, "lpoly_": null, "rpoly_": null, "length": 447.74567975000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 18520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321603, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 4520, "Shape__Length": 178.43411665784922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172418819616794, 39.939807663220598 ], [ -75.172683203921096, 39.938595510155601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22823, "tnode_": 22986, "lpoly_": null, "rpoly_": null, "length": 444.27883767999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 24360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321604, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 4521, "Shape__Length": 177.0528501977081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171961316698201, 39.939744228838897 ], [ -75.172220338308804, 39.938541035638799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22839, "tnode_": 23008, "lpoly_": null, "rpoly_": null, "length": 445.69908686000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 22180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321605, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 4522, "Shape__Length": 177.61586820577048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170783511802398, 39.939602487152797 ], [ -75.171060878767705, 39.938397759771199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23162, "tnode_": 23325, "lpoly_": null, "rpoly_": null, "length": 382.23931994000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 56560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321606, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 4523, "Shape__Length": 152.32187231761392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169921808234506, 39.937231087682797 ], [ -75.170156496667005, 39.936197461780097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23219, "tnode_": 23184, "lpoly_": null, "rpoly_": null, "length": 449.01000527999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 12740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4524, "Shape__Length": 178.266720741293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918015084799, 39.936952036639397 ], [ -75.173494979359404, 39.937165706472904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23248, "tnode_": 23219, "lpoly_": null, "rpoly_": null, "length": 443.68089345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 12740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4525, "Shape__Length": 176.14620354575896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170354927723807, 39.936763309700098 ], [ -75.171918015084799, 39.936952036639397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23374, "tnode_": 23591, "lpoly_": null, "rpoly_": null, "length": 578.3367020899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 21420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321609, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4526, "Shape__Length": 230.46207094771401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168124233762498, 39.935834981471302 ], [ -75.168471056489395, 39.934269984404999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22749, "tnode_": 22818, "lpoly_": null, "rpoly_": null, "length": 190.84840859, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 914, "st_code": 88080, "l_hundred": 900, "r_hundred": 900, "seg_id": 321610, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4527, "Shape__Length": 76.058473707674423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167977989964001, 39.940259630564199 ], [ -75.168081273463699, 39.9397417949477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22818, "tnode_": 22876, "lpoly_": null, "rpoly_": null, "length": 170.69211928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 917, "l_t_add": 999, "r_f_add": 916, "r_t_add": 998, "st_code": 88080, "l_hundred": 900, "r_hundred": 900, "seg_id": 321611, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4528, "Shape__Length": 68.0256868704341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168081273463699, 39.9397417949477 ], [ -75.168169433244302, 39.939278163591297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23040, "tnode_": 23117, "lpoly_": null, "rpoly_": null, "length": 182.40630714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 88080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4529, "Shape__Length": 72.690226250353277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168448626825693, 39.938094238414401 ], [ -75.168558307353095, 39.9376006792872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23117, "tnode_": 23191, "lpoly_": null, "rpoly_": null, "length": 209.51243438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1113, "l_t_add": 1143, "r_f_add": 1112, "r_t_add": 1130, "st_code": 88080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4530, "Shape__Length": 83.491864997172968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168558307353095, 39.9376006792872 ], [ -75.168682259752103, 39.937033511199303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23191, "tnode_": 23355, "lpoly_": null, "rpoly_": null, "length": 389.31342159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1145, "l_t_add": 1199, "r_f_add": 1132, "r_t_add": 1198, "st_code": 88080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321614, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4531, "Shape__Length": 155.1429192200363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168682259752103, 39.937033511199303 ], [ -75.168904200966494, 39.935978541108703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22722, "tnode_": 22791, "lpoly_": null, "rpoly_": null, "length": 180.45112364, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 905, "r_f_add": 900, "r_t_add": 908, "st_code": 88100, "l_hundred": 900, "r_hundred": 900, "seg_id": 321615, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4532, "Shape__Length": 71.913456516418393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169551774916499, 39.940441637019603 ], [ -75.169660835520304, 39.9399534411654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22791, "tnode_": 22851, "lpoly_": null, "rpoly_": null, "length": 176.11911383, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 907, "l_t_add": 999, "r_f_add": 910, "r_t_add": 998, "st_code": 88100, "l_hundred": 900, "r_hundred": 900, "seg_id": 321616, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4533, "Shape__Length": 70.187818285299699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169660835520304, 39.9399534411654 ], [ -75.169758534492601, 39.939475856778401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23019, "tnode_": 23096, "lpoly_": null, "rpoly_": null, "length": 176.44472078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4534, "Shape__Length": 70.315012296531023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1700274210923, 39.938272094008902 ], [ -75.170131267632797, 39.9377943728826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23096, "tnode_": 23159, "lpoly_": null, "rpoly_": null, "length": 190.86695759, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1119, "l_t_add": 1129, "r_f_add": 1118, "r_t_add": 1134, "st_code": 88100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4535, "Shape__Length": 76.060736527611525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170131267632797, 39.9377943728826 ], [ -75.170251138591397, 39.937278608180101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23159, "tnode_": 23248, "lpoly_": null, "rpoly_": null, "length": 189.95678766, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1131, "l_t_add": 1151, "r_f_add": 1136, "r_t_add": 1150, "st_code": 88100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4536, "Shape__Length": 75.69971153641751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170251138591397, 39.937278608180101 ], [ -75.170354927723807, 39.936763309700098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22766, "tnode_": 22831, "lpoly_": null, "rpoly_": null, "length": 178.20914252, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 913, "l_t_add": 999, "r_f_add": 914, "r_t_add": 998, "st_code": 88120, "l_hundred": 900, "r_hundred": 900, "seg_id": 321620, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4537, "Shape__Length": 71.019556135635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712349532541, 39.940154472315399 ], [ -75.171343530256607, 39.939672457841397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22831, "tnode_": 23000, "lpoly_": null, "rpoly_": null, "length": 448.86129705999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321621, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4538, "Shape__Length": 178.87876428971191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171343530256607, 39.939672457841397 ], [ -75.171605724301202, 39.938456918433403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23000, "tnode_": 23085, "lpoly_": null, "rpoly_": null, "length": 211.27482117, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 88120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321622, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4539, "Shape__Length": 84.194201047614257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171605724301202, 39.938456918433403 ], [ -75.171737615372393, 39.937885897626103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23085, "tnode_": 23134, "lpoly_": null, "rpoly_": null, "length": 153.09981703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1113, "l_t_add": 1131, "r_f_add": 1112, "r_t_add": 1130, "st_code": 88120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4540, "Shape__Length": 61.012194352184565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171737615372393, 39.937885897626103 ], [ -75.171822919378897, 39.937470780754502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23134, "tnode_": 23219, "lpoly_": null, "rpoly_": null, "length": 190.84135666, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1133, "l_t_add": 1137, "r_f_add": 1132, "r_t_add": 1136, "st_code": 88120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4541, "Shape__Length": 76.053616232012757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171822919378897, 39.937470780754502 ], [ -75.171918015084799, 39.936952036639397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23219, "tnode_": 23289, "lpoly_": null, "rpoly_": null, "length": 168.90282888000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1139, "l_t_add": 1199, "r_f_add": 1138, "r_t_add": 1198, "st_code": 88120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4542, "Shape__Length": 67.308046425744223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918015084799, 39.936952036639397 ], [ -75.172018505397702, 39.936494875524403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22742, "tnode_": 22816, "lpoly_": null, "rpoly_": null, "length": 177.04316289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 917, "l_t_add": 999, "r_f_add": 918, "r_t_add": 998, "st_code": 88140, "l_hundred": 900, "r_hundred": 900, "seg_id": 321626, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4543, "Shape__Length": 70.555237237512515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172799838705799, 39.9403475876572 ], [ -75.172906740368106, 39.939868598651103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22816, "tnode_": 22974, "lpoly_": null, "rpoly_": null, "length": 449.97147433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321627, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4544, "Shape__Length": 179.32067072616383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172906740368106, 39.939868598651103 ], [ -75.173176621653795, 39.938650964750501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22974, "tnode_": 23057, "lpoly_": null, "rpoly_": null, "length": 214.35578635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321628, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4545, "Shape__Length": 85.423712014605826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173176621653795, 39.938650964750501 ], [ -75.173300370366903, 39.938070292544602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23057, "tnode_": 23118, "lpoly_": null, "rpoly_": null, "length": 149.63973805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1119, "l_t_add": 1131, "r_f_add": 1118, "r_t_add": 1128, "st_code": 88140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321629, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4546, "Shape__Length": 59.632841469943401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173300370366903, 39.938070292544602 ], [ -75.173388227150596, 39.937665117996197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23118, "tnode_": 23184, "lpoly_": null, "rpoly_": null, "length": 184.37298195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1133, "l_t_add": 1149, "r_f_add": 1130, "r_t_add": 1148, "st_code": 88140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321630, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4547, "Shape__Length": 73.474095811055236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173388227150596, 39.937665117996197 ], [ -75.173494979359404, 39.937165706472904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23184, "tnode_": 23257, "lpoly_": null, "rpoly_": null, "length": 153.15078074, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1150, "r_t_add": 1198, "st_code": 88140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321631, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4548, "Shape__Length": 61.031206918544278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173494979359404, 39.937165706472904 ], [ -75.173584950807296, 39.936751032183402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22725, "tnode_": 22786, "lpoly_": null, "rpoly_": null, "length": 173.83586612000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 909, "l_t_add": 999, "r_f_add": 908, "r_t_add": 998, "st_code": 88160, "l_hundred": 900, "r_hundred": 900, "seg_id": 321632, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4549, "Shape__Length": 69.277395074723771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174379120489505, 39.940535789675501 ], [ -75.174483176179706, 39.940065358234598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22786, "tnode_": 22843, "lpoly_": null, "rpoly_": null, "length": 153.75150032, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1012, "st_code": 88160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321633, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4550, "Shape__Length": 61.272394037516939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174483176179706, 39.940065358234598 ], [ -75.174578830382501, 39.939649762967697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22843, "tnode_": 22891, "lpoly_": null, "rpoly_": null, "length": 125.68093098, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1017, "l_t_add": 1025, "r_f_add": 1014, "r_t_add": 1024, "st_code": 88160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321634, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4551, "Shape__Length": 50.086173268815649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174578830382501, 39.939649762967697 ], [ -75.174652877391296, 39.939309493745597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22891, "tnode_": 22953, "lpoly_": null, "rpoly_": null, "length": 174.99232377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 88160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321635, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4552, "Shape__Length": 69.73759806127326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174652877391296, 39.939309493745597 ], [ -75.174753624919504, 39.938835418936101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22953, "tnode_": 23028, "lpoly_": null, "rpoly_": null, "length": 190.25171101000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 88160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321636, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4553, "Shape__Length": 75.817506233295589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174753624919504, 39.938835418936101 ], [ -75.174867879194295, 39.938320612475003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23028, "tnode_": 23093, "lpoly_": null, "rpoly_": null, "length": 168.74797077999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1113, "l_t_add": 1129, "r_f_add": 1112, "r_t_add": 1126, "st_code": 88160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321637, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4554, "Shape__Length": 67.249715720075585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174867879194295, 39.938320612475003 ], [ -75.174953288419999, 39.9378620672124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23093, "tnode_": 23141, "lpoly_": null, "rpoly_": null, "length": 142.30921574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1131, "l_t_add": 1145, "r_f_add": 1128, "r_t_add": 1142, "st_code": 88160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321638, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4555, "Shape__Length": 56.709908063248008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174953288419999, 39.9378620672124 ], [ -75.175046541157698, 39.937478062245802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23141, "tnode_": 23217, "lpoly_": null, "rpoly_": null, "length": 168.92217581, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1147, "l_t_add": 1199, "r_f_add": 1144, "r_t_add": 1198, "st_code": 88160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321639, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4556, "Shape__Length": 67.316376406933557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175046541157698, 39.937478062245802 ], [ -75.175146337689398, 39.937020757131997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23217, "tnode_": 23287, "lpoly_": null, "rpoly_": null, "length": 160.43726231, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321640, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4557, "Shape__Length": 63.933676463017711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175146337689398, 39.937020757131997 ], [ -75.1752477548266, 39.936587311133103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23101, "tnode_": 23230, "lpoly_": null, "rpoly_": null, "length": 318.22086495999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 28960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 4558, "Shape__Length": 126.81423196182739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174418699551197, 39.937792356091002 ], [ -75.174597311114496, 39.936929687497702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22570, "tnode_": 22638, "lpoly_": null, "rpoly_": null, "length": 146.85017542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 813, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 88180, "l_hundred": 800, "r_hundred": 800, "seg_id": 321642, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4559, "Shape__Length": 58.524791648437557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175764983313897, 39.9416284095512 ], [ -75.175847149347007, 39.941230279516198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22638, "tnode_": 22702, "lpoly_": null, "rpoly_": null, "length": 182.73973892000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 907, "r_f_add": 900, "r_t_add": 908, "st_code": 88180, "l_hundred": 900, "r_hundred": 900, "seg_id": 321643, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4560, "Shape__Length": 72.827452774611217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175847149347007, 39.941230279516198 ], [ -75.175949945509899, 39.9407349155872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22702, "tnode_": 22761, "lpoly_": null, "rpoly_": null, "length": 175.12210245999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 909, "l_t_add": 999, "r_f_add": 910, "r_t_add": 998, "st_code": 88180, "l_hundred": 900, "r_hundred": 900, "seg_id": 321644, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4561, "Shape__Length": 69.78967680040185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175949945509899, 39.9407349155872 ], [ -75.176058186795402, 39.940261458486297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22761, "tnode_": 22827, "lpoly_": null, "rpoly_": null, "length": 151.09863002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1012, "st_code": 88180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321645, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4562, "Shape__Length": 60.216224914846961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176058186795402, 39.940261458486297 ], [ -75.176146370537694, 39.939852265560802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22827, "tnode_": 22870, "lpoly_": null, "rpoly_": null, "length": 128.92996137, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1015, "l_t_add": 1025, "r_f_add": 1014, "r_t_add": 1024, "st_code": 88180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4563, "Shape__Length": 51.38102517056258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176146370537694, 39.939852265560802 ], [ -75.176222984861994, 39.939503284452798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22870, "tnode_": 22938, "lpoly_": null, "rpoly_": null, "length": 173.96469535999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 88180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321647, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4564, "Shape__Length": 69.329597540896373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176222984861994, 39.939503284452798 ], [ -75.176313292531503, 39.939030815907401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22938, "tnode_": 23009, "lpoly_": null, "rpoly_": null, "length": 188.19191301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1108, "st_code": 88180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321648, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4565, "Shape__Length": 74.995099814747974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176313292531503, 39.939030815907401 ], [ -75.176437682020804, 39.938523156257297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22489, "tnode_": 22537, "lpoly_": null, "rpoly_": null, "length": 111.18393464, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 811, "r_f_add": 800, "r_t_add": 810, "st_code": 88200, "l_hundred": 800, "r_hundred": 800, "seg_id": 321649, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4566, "Shape__Length": 44.310564478879421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177601087256704, 39.942237669875198 ], [ -75.177666420607295, 39.941936627376698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22537, "tnode_": 22547, "lpoly_": null, "rpoly_": null, "length": 25.41547809, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 813, "l_t_add": 813, "r_f_add": 812, "r_t_add": 812, "st_code": 88200, "l_hundred": 800, "r_hundred": 800, "seg_id": 321650, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4567, "Shape__Length": 10.129200320194952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177666420607295, 39.941936627376698 ], [ -75.177679130258696, 39.941867547967199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22547, "tnode_": 22607, "lpoly_": null, "rpoly_": null, "length": 146.55089494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 815, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 88200, "l_hundred": 800, "r_hundred": 800, "seg_id": 321651, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4568, "Shape__Length": 58.405283432403408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177679130258696, 39.941867547967199 ], [ -75.177764249352293, 39.941470618310703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22607, "tnode_": 22685, "lpoly_": null, "rpoly_": null, "length": 181.74408364000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 905, "r_f_add": 900, "r_t_add": 904, "st_code": 88200, "l_hundred": 900, "r_hundred": 900, "seg_id": 321652, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4569, "Shape__Length": 72.42956164293426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177764249352293, 39.941470618310703 ], [ -75.177875770004306, 39.940979148181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22685, "tnode_": 22739, "lpoly_": null, "rpoly_": null, "length": 179.44931541, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 907, "l_t_add": 999, "r_f_add": 906, "r_t_add": 998, "st_code": 88200, "l_hundred": 900, "r_hundred": 900, "seg_id": 321653, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4570, "Shape__Length": 71.516056599177347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177875770004306, 39.940979148181 ], [ -75.177975284283605, 39.940492529187303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22739, "tnode_": 27267, "lpoly_": null, "rpoly_": null, "length": 129.73204424, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1011, "r_f_add": 1000, "r_t_add": 1010, "st_code": 88200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321654, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4571, "Shape__Length": 51.699813693859682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177975284283605, 39.940492529187303 ], [ -75.178061021981406, 39.940142566810401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22907, "tnode_": 22975, "lpoly_": null, "rpoly_": null, "length": 193.28205358000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1114, "st_code": 88200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321655, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4572, "Shape__Length": 77.026382010292721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178253742177802, 39.939277119366302 ], [ -75.178364589923106, 39.9387534415415 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22827, "tnode_": 22798, "lpoly_": null, "rpoly_": null, "length": 547.28946323000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 47640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321658, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 4573, "Shape__Length": 217.29065332385952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176146370537694, 39.939852265560802 ], [ -75.178073691441895, 39.9400892830202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22510, "tnode_": 22525, "lpoly_": null, "rpoly_": null, "length": 27.21853521, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 835, "l_t_add": 843, "r_f_add": 834, "r_t_add": 842, "st_code": 88220, "l_hundred": 800, "r_hundred": 800, "seg_id": 321659, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4574, "Shape__Length": 10.848359933926501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179256570372203, 39.942138704743201 ], [ -75.179264847236198, 39.942064258524198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22581, "tnode_": 22660, "lpoly_": null, "rpoly_": null, "length": 182.74163116, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 908, "st_code": 88220, "l_hundred": 900, "r_hundred": 900, "seg_id": 321660, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4575, "Shape__Length": 72.826869361186638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179350660393695, 39.9416695977825 ], [ -75.179465727405699, 39.9411758298737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22660, "tnode_": 22714, "lpoly_": null, "rpoly_": null, "length": 179.78384473000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 917, "l_t_add": 999, "r_f_add": 910, "r_t_add": 998, "st_code": 88220, "l_hundred": 900, "r_hundred": 900, "seg_id": 321661, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4576, "Shape__Length": 71.648421393814345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179465727405699, 39.9411758298737 ], [ -75.1795735764981, 39.9406893325704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22821, "tnode_": 22883, "lpoly_": null, "rpoly_": null, "length": 169.71721001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 88220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321662, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4577, "Shape__Length": 67.636571557096588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179747246966102, 39.939948159752703 ], [ -75.179840905554997, 39.939487876367103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22883, "tnode_": 22956, "lpoly_": null, "rpoly_": null, "length": 197.92535071, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1105, "r_f_add": 1100, "r_t_add": 1106, "st_code": 88220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321663, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4578, "Shape__Length": 78.878242010686733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179840905554997, 39.939487876367103 ], [ -75.1799456938692, 39.938950567040997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22956, "tnode_": 23022, "lpoly_": null, "rpoly_": null, "length": 165.49756914, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1107, "l_t_add": 1123, "r_f_add": 1108, "r_t_add": 1122, "st_code": 88220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321664, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4579, "Shape__Length": 65.952480292499104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1799456938692, 39.938950567040997 ], [ -75.180047465003895, 39.938503060572899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22714, "tnode_": 27266, "lpoly_": null, "rpoly_": null, "length": 127.22657737, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1011, "r_f_add": 1000, "r_t_add": 1010, "st_code": 88220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321665, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4580, "Shape__Length": 50.702370465841398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1795735764981, 39.9406893325704 ], [ -75.179652157245599, 39.940345357295698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27267, "tnode_": 27266, "lpoly_": null, "rpoly_": null, "length": 452.23934545000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 47640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 4581, "Shape__Length": 179.55484995716267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178061021981406, 39.940142566810401 ], [ -75.179652157245599, 39.940345357295698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22384, "tnode_": 22427, "lpoly_": null, "rpoly_": null, "length": 92.99713528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 765, "l_t_add": 799, "r_f_add": 764, "r_t_add": 798, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 321669, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4582, "Shape__Length": 37.063431872058239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180790833120696, 39.942892930962103 ], [ -75.180841507386504, 39.942640639406498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22561, "tnode_": 22623, "lpoly_": null, "rpoly_": null, "length": 148.0078323, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 913, "r_f_add": 900, "r_t_add": 920, "st_code": 88240, "l_hundred": 900, "r_hundred": 900, "seg_id": 321670, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4583, "Shape__Length": 58.984211098080259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181004370593001, 39.941872218617597 ], [ -75.181101545909797, 39.941472862932102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22623, "tnode_": 22635, "lpoly_": null, "rpoly_": null, "length": 35.26405337000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 915, "l_t_add": 915, "r_f_add": 922, "r_t_add": 922, "st_code": 88240, "l_hundred": 900, "r_hundred": 900, "seg_id": 321671, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4584, "Shape__Length": 14.053727281615554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181101545909797, 39.941472862932102 ], [ -75.181122655275303, 39.941377432057202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22635, "tnode_": 22698, "lpoly_": null, "rpoly_": null, "length": 177.75461276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 917, "l_t_add": 999, "r_f_add": 924, "r_t_add": 998, "st_code": 88240, "l_hundred": 900, "r_hundred": 900, "seg_id": 321672, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4585, "Shape__Length": 70.840072126545152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181122655275303, 39.941377432057202 ], [ -75.181228338619803, 39.940896301833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22698, "tnode_": 22753, "lpoly_": null, "rpoly_": null, "length": 147.07801402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1018, "st_code": 88240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321673, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4586, "Shape__Length": 58.61461995725135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181228338619803, 39.940896301833 ], [ -75.181313103007199, 39.940497860998498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22753, "tnode_": 22799, "lpoly_": null, "rpoly_": null, "length": 124.64472304, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1021, "l_t_add": 1039, "r_f_add": 1020, "r_t_add": 1038, "st_code": 88240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321674, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4587, "Shape__Length": 49.672760234020579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181313103007199, 39.940497860998498 ], [ -75.181393632665205, 39.940161357218898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22799, "tnode_": 22859, "lpoly_": null, "rpoly_": null, "length": 171.77214507, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1041, "l_t_add": 1099, "r_f_add": 1040, "r_t_add": 1098, "st_code": 88240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321675, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4588, "Shape__Length": 68.454475476663291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181393632665205, 39.940161357218898 ], [ -75.181497195976206, 39.9396966083848 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22859, "tnode_": 22937, "lpoly_": null, "rpoly_": null, "length": 200.04343136, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1106, "st_code": 88240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321676, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4589, "Shape__Length": 79.720984040036697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181497195976206, 39.9396966083848 ], [ -75.181614758883796, 39.939154971626301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22536, "tnode_": 22592, "lpoly_": null, "rpoly_": null, "length": 143.290908, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 911, "r_f_add": 900, "r_t_add": 914, "st_code": 88270, "l_hundred": 900, "r_hundred": 900, "seg_id": 321677, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4590, "Shape__Length": 57.105460605021719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182648774220596, 39.9420655203838 ], [ -75.182737282013605, 39.941678113339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22592, "tnode_": 22609, "lpoly_": null, "rpoly_": null, "length": 51.21956439, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 913, "l_t_add": 915, "r_f_add": 916, "r_t_add": 916, "st_code": 88270, "l_hundred": 900, "r_hundred": 900, "seg_id": 321678, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4591, "Shape__Length": 20.412396277430474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182737282013605, 39.941678113339201 ], [ -75.182768679794705, 39.941539601797999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22609, "tnode_": 22677, "lpoly_": null, "rpoly_": null, "length": 161.80984475, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 917, "l_t_add": 999, "r_f_add": 918, "r_t_add": 998, "st_code": 88270, "l_hundred": 900, "r_hundred": 900, "seg_id": 321679, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4592, "Shape__Length": 64.48491964073628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182768679794705, 39.941539601797999 ], [ -75.182870831230602, 39.941102428175803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22677, "tnode_": 22738, "lpoly_": null, "rpoly_": null, "length": 174.43285389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1010, "st_code": 88270, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321680, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4593, "Shape__Length": 69.516651146677788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182870831230602, 39.941102428175803 ], [ -75.182969900975905, 39.940629699198702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28902, "tnode_": 22360, "lpoly_": null, "rpoly_": null, "length": 114.12475605, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 725, "l_t_add": 725, "r_f_add": 724, "r_t_add": 724, "st_code": 88270, "l_hundred": 700, "r_hundred": 700, "seg_id": 321682, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4594, "Shape__Length": 45.481710982020559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182355145982598, 39.943396409365697 ], [ -75.182432681265396, 39.94308885945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22360, "tnode_": 22400, "lpoly_": null, "rpoly_": null, "length": 92.95839126, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 727, "l_t_add": 799, "r_f_add": 726, "r_t_add": 798, "st_code": 88270, "l_hundred": 700, "r_hundred": 700, "seg_id": 321683, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4595, "Shape__Length": 37.048460291739573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182432681265396, 39.94308885945 ], [ -75.182480554229301, 39.942836351424802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22273, "tnode_": 28902, "lpoly_": null, "rpoly_": null, "length": 92.812709430000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 713, "l_t_add": 723, "r_f_add": 712, "r_t_add": 722, "st_code": 88270, "l_hundred": 700, "r_hundred": 700, "seg_id": 321685, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4596, "Shape__Length": 36.986446303684446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1822810944997, 39.943644734481602 ], [ -75.182355145982598, 39.943396409365697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22512, "tnode_": 22584, "lpoly_": null, "rpoly_": null, "length": 191.62387472999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 914, "st_code": 88290, "l_hundred": 900, "r_hundred": 900, "seg_id": 321686, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4597, "Shape__Length": 76.370771433821588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184477389617001, 39.942283098824703 ], [ -75.184573331548705, 39.941762276666303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22584, "tnode_": 22651, "lpoly_": null, "rpoly_": null, "length": 160.76673670999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 919, "l_t_add": 999, "r_f_add": 916, "r_t_add": 998, "st_code": 88290, "l_hundred": 900, "r_hundred": 900, "seg_id": 321687, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4598, "Shape__Length": 64.069568136111144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184573331548705, 39.941762276666303 ], [ -75.184673913854994, 39.941327795756401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22651, "tnode_": 22707, "lpoly_": null, "rpoly_": null, "length": 150.99559528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1012, "st_code": 88290, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321688, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4599, "Shape__Length": 60.173333494372102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184673913854994, 39.941327795756401 ], [ -75.184779515493702, 39.940921342148499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22707, "tnode_": 22716, "lpoly_": null, "rpoly_": null, "length": 26.55406769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1015, "l_t_add": 1015, "r_f_add": 1014, "r_t_add": 1014, "st_code": 88290, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321689, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4600, "Shape__Length": 10.583115748501422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184779515493702, 39.940921342148499 ], [ -75.184790150715003, 39.940848909012303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22716, "tnode_": 22829, "lpoly_": null, "rpoly_": null, "length": 279.20750598999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1017, "l_t_add": 1099, "r_f_add": 1016, "r_t_add": 1098, "st_code": 88290, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 321690, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4601, "Shape__Length": 111.27047604112958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184790150715003, 39.940848909012303 ], [ -75.184957952704096, 39.940093411011503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22829, "tnode_": 22954, "lpoly_": null, "rpoly_": null, "length": 358.2688613, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1127, "r_f_add": 1100, "r_t_add": 1126, "st_code": 88290, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321691, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4602, "Shape__Length": 142.77689946514718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184957952704096, 39.940093411011503 ], [ -75.185169926700496, 39.939123547456397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22954, "tnode_": 22996, "lpoly_": null, "rpoly_": null, "length": 107.63076985000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1129, "l_t_add": 1137, "r_f_add": 1128, "r_t_add": 1136, "st_code": 88290, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321692, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4603, "Shape__Length": 42.892014035844738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185169926700496, 39.939123547456397 ], [ -75.185236834172102, 39.938832610845097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22996, "tnode_": 23034, "lpoly_": null, "rpoly_": null, "length": 114.09768956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1139, "l_t_add": 1199, "r_f_add": 1138, "r_t_add": 1198, "st_code": 88290, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321693, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4604, "Shape__Length": 45.46934805001824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185236834172102, 39.938832610845097 ], [ -75.185305130369898, 39.9385238418295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23034, "tnode_": 23105, "lpoly_": null, "rpoly_": null, "length": 168.28767487, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1218, "st_code": 88290, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321694, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4605, "Shape__Length": 67.066048623714053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185305130369898, 39.9385238418295 ], [ -75.185393673297497, 39.938066926398697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23105, "tnode_": 23156, "lpoly_": null, "rpoly_": null, "length": 170.49786134000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1219, "l_t_add": 1237, "r_f_add": 1220, "r_t_add": 1236, "st_code": 88290, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321695, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4606, "Shape__Length": 67.943772572906084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185393673297497, 39.938066926398697 ], [ -75.185501713341296, 39.937606336474197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23156, "tnode_": 23329, "lpoly_": null, "rpoly_": null, "length": 412.22776717000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1239, "l_t_add": 1299, "r_f_add": 1238, "r_t_add": 1298, "st_code": 88290, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321696, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4607, "Shape__Length": 164.27664880091169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185501713341296, 39.937606336474197 ], [ -75.185729685947294, 39.936488409211897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22838, "tnode_": 22915, "lpoly_": null, "rpoly_": null, "length": 213.80781291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1106, "st_code": 88270, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321697, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4608, "Shape__Length": 85.208887029565744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183143003746395, 39.939904922182002 ], [ -75.183251578954099, 39.939323973607102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22915, "tnode_": 22970, "lpoly_": null, "rpoly_": null, "length": 155.4537533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1109, "l_t_add": 1121, "r_f_add": 1108, "r_t_add": 1122, "st_code": 88270, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321698, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4609, "Shape__Length": 61.949448486941066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183251578954099, 39.939323973607102 ], [ -75.183352420762901, 39.938904352699801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22937, "tnode_": 22999, "lpoly_": null, "rpoly_": null, "length": 169.1478811, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1109, "l_t_add": 1123, "r_f_add": 1108, "r_t_add": 1122, "st_code": 88240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321699, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4610, "Shape__Length": 67.409063775272685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181614758883796, 39.939154971626301 ], [ -75.181706891199894, 39.938696087249497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22970, "tnode_": 23058, "lpoly_": null, "rpoly_": null, "length": 228.24676631, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 88270, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321700, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4611, "Shape__Length": 90.960878365991036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183352420762901, 39.938904352699801 ], [ -75.183476156100397, 39.938285068249897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22999, "tnode_": 23081, "lpoly_": null, "rpoly_": null, "length": 225.21952299, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 88240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321701, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4612, "Shape__Length": 89.752395234752655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181706891199894, 39.938696087249497 ], [ -75.181841764743496, 39.9380866106792 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23058, "tnode_": 23125, "lpoly_": null, "rpoly_": null, "length": 161.63386329000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1218, "st_code": 88270, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321702, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4613, "Shape__Length": 64.411628973868687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183476156100397, 39.938285068249897 ], [ -75.183578817595404, 39.937848457014702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23081, "tnode_": 23147, "lpoly_": null, "rpoly_": null, "length": 176.49756476, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1218, "st_code": 88240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321703, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4614, "Shape__Length": 70.33662095260263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181841764743496, 39.9380866106792 ], [ -75.181940413527698, 39.937608090386099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23125, "tnode_": 23186, "lpoly_": null, "rpoly_": null, "length": 176.01800135, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1219, "l_t_add": 1239, "r_f_add": 1220, "r_t_add": 1238, "st_code": 88270, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321704, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4615, "Shape__Length": 70.145231817303099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183578817595404, 39.937848457014702 ], [ -75.183677440986202, 39.9373712666332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23147, "tnode_": 23218, "lpoly_": null, "rpoly_": null, "length": 167.90777112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1215, "l_t_add": 1231, "r_f_add": 1220, "r_t_add": 1238, "st_code": 88240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321705, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4616, "Shape__Length": 66.912055891971079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181940413527698, 39.937608090386099 ], [ -75.1820409952972, 39.937153711764402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22872, "tnode_": 22889, "lpoly_": null, "rpoly_": null, "length": 44.62326468, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1121, "l_t_add": 1123, "r_f_add": 1118, "r_t_add": 1118, "st_code": 88310, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321706, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4617, "Shape__Length": 17.782334685277938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186663134241797, 39.939708425248 ], [ -75.186695043677702, 39.939588416588698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22889, "tnode_": 22934, "lpoly_": null, "rpoly_": null, "length": 99.12551201000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1125, "l_t_add": 1127, "r_f_add": 1120, "r_t_add": 1126, "st_code": 88310, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321707, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4618, "Shape__Length": 39.502615743367329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186695043677702, 39.939588416588698 ], [ -75.186758188198795, 39.939320680828502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22934, "tnode_": 22968, "lpoly_": null, "rpoly_": null, "length": 111.59791175, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1129, "l_t_add": 1137, "r_f_add": 1128, "r_t_add": 1136, "st_code": 88310, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321708, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4619, "Shape__Length": 44.474515227533274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186758188198795, 39.939320680828502 ], [ -75.186817527988495, 39.939017754868097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22968, "tnode_": 23016, "lpoly_": null, "rpoly_": null, "length": 114.61660372, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1139, "l_t_add": 1199, "r_f_add": 1138, "r_t_add": 1198, "st_code": 88310, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321709, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4620, "Shape__Length": 45.677383964865285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186817527988495, 39.939017754868097 ], [ -75.186878087441102, 39.938706590279502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23016, "tnode_": 23080, "lpoly_": null, "rpoly_": null, "length": 167.17639126, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321710, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4621, "Shape__Length": 66.619847218236131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186878087441102, 39.938706590279502 ], [ -75.186989865104294, 39.938255808189197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23080, "tnode_": 23138, "lpoly_": null, "rpoly_": null, "length": 165.82043876, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1219, "l_t_add": 1233, "r_f_add": 1216, "r_t_add": 1230, "st_code": 88310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321711, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4622, "Shape__Length": 66.080476396796556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186989865104294, 39.938255808189197 ], [ -75.187091834538293, 39.937807428781397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23138, "tnode_": 23203, "lpoly_": null, "rpoly_": null, "length": 143.80773271000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1235, "l_t_add": 1247, "r_f_add": 1232, "r_t_add": 1244, "st_code": 88310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321712, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4623, "Shape__Length": 57.309364033857619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187091834538293, 39.937807428781397 ], [ -75.187170220455997, 39.937417296991804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22844, "tnode_": 22868, "lpoly_": null, "rpoly_": null, "length": 40.7372911, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1101, "r_f_add": 1100, "r_t_add": 1100, "st_code": 88330, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321713, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4624, "Shape__Length": 16.234933004929193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188241845743704, 39.9398878131218 ], [ -75.188263791711407, 39.9397772673981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22868, "tnode_": 22904, "lpoly_": null, "rpoly_": null, "length": 96.12305229, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1103, "l_t_add": 1103, "r_f_add": 1102, "r_t_add": 1102, "st_code": 88330, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321714, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4625, "Shape__Length": 38.304985701749153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188263791711407, 39.9397772673981 ], [ -75.188332370391393, 39.939518731752798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22904, "tnode_": 22946, "lpoly_": null, "rpoly_": null, "length": 111.37523201, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1105, "l_t_add": 1109, "r_f_add": 1104, "r_t_add": 1108, "st_code": 88330, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321715, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4626, "Shape__Length": 44.385768893425706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188332370391393, 39.939518731752798 ], [ -75.188392585619795, 39.939216526570803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22946, "tnode_": 22992, "lpoly_": null, "rpoly_": null, "length": 113.60871199, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1111, "l_t_add": 1199, "r_f_add": 1110, "r_t_add": 1198, "st_code": 88330, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321716, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4627, "Shape__Length": 45.274692850471133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188392585619795, 39.939216526570803 ], [ -75.188460898328103, 39.938909121388399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22992, "tnode_": 23048, "lpoly_": null, "rpoly_": null, "length": 136.69711973, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1211, "r_f_add": 1200, "r_t_add": 1206, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321717, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4628, "Shape__Length": 54.477214608683148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188460898328103, 39.938909121388399 ], [ -75.188530457033494, 39.938537710170102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23087, "tnode_": 23123, "lpoly_": null, "rpoly_": null, "length": 89.95052113, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1223, "l_t_add": 1229, "r_f_add": 1220, "r_t_add": 1224, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321718, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4629, "Shape__Length": 35.846701475688107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188592007532904, 39.938244440315003 ], [ -75.188641688616997, 39.9380004942131 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23123, "tnode_": 23166, "lpoly_": null, "rpoly_": null, "length": 141.46766422000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1243, "r_f_add": 1226, "r_t_add": 1242, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321719, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4630, "Shape__Length": 56.376028212535182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188641688616997, 39.9380004942131 ], [ -75.188725548975498, 39.937617550431398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23166, "tnode_": 23236, "lpoly_": null, "rpoly_": null, "length": 126.62784841, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1245, "l_t_add": 1257, "r_f_add": 1244, "r_t_add": 1256, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321720, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4631, "Shape__Length": 50.461315200449057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188725548975498, 39.937617550431398 ], [ -75.188804975648907, 39.9372753602592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23236, "tnode_": 23285, "lpoly_": null, "rpoly_": null, "length": 140.06379897000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1259, "l_t_add": 1299, "r_f_add": 1258, "r_t_add": 1298, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321721, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4632, "Shape__Length": 55.816082153197414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188804975648907, 39.9372753602592 ], [ -75.188887350469699, 39.936896132320001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23285, "tnode_": 23345, "lpoly_": null, "rpoly_": null, "length": 158.75257658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1312, "st_code": 88330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321722, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4633, "Shape__Length": 63.263408173306878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188887350469699, 39.936896132320001 ], [ -75.188979789001493, 39.936466185099903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23345, "tnode_": 23402, "lpoly_": null, "rpoly_": null, "length": 133.74090269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1315, "l_t_add": 1327, "r_f_add": 1314, "r_t_add": 1326, "st_code": 88330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321723, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4634, "Shape__Length": 53.294852081322517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188979789001493, 39.936466185099903 ], [ -75.189064438430293, 39.936104878481999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23203, "tnode_": 23258, "lpoly_": null, "rpoly_": null, "length": 128.36674873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1249, "l_t_add": 1261, "r_f_add": 1246, "r_t_add": 1266, "st_code": 88310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321724, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4635, "Shape__Length": 51.15577696306979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187170220455997, 39.937417296991804 ], [ -75.187239189394504, 39.937068936391398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23258, "tnode_": 23305, "lpoly_": null, "rpoly_": null, "length": 140.94533091, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1263, "l_t_add": 1299, "r_f_add": 1268, "r_t_add": 1298, "st_code": 88310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321725, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4636, "Shape__Length": 56.166107758931716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187239189394504, 39.937068936391398 ], [ -75.187329334593301, 39.936688297234198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23305, "tnode_": 23370, "lpoly_": null, "rpoly_": null, "length": 154.49255357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1314, "st_code": 88310, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4637, "Shape__Length": 61.56651482716962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187329334593301, 39.936688297234198 ], [ -75.187412637548704, 39.936269071672498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23370, "tnode_": 23427, "lpoly_": null, "rpoly_": null, "length": 134.73386886, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1321, "l_t_add": 1327, "r_f_add": 1316, "r_t_add": 1328, "st_code": 88310, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4638, "Shape__Length": 53.691115612726406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187412637548704, 39.936269071672498 ], [ -75.1874931157476, 39.935904435502003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23329, "tnode_": 23505, "lpoly_": null, "rpoly_": null, "length": 451.64146598999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88290, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321728, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4639, "Shape__Length": 179.97998477431307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185729685947294, 39.936488409211897 ], [ -75.185981763421495, 39.935263876025097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22963, "tnode_": 23030, "lpoly_": null, "rpoly_": null, "length": 136.08146691, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321729, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4640, "Shape__Length": 54.231838790441387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190030186190398, 39.939099551525402 ], [ -75.190100805390998, 39.938729967033801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23030, "tnode_": 23062, "lpoly_": null, "rpoly_": null, "length": 108.6471229, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1215, "l_t_add": 1223, "r_f_add": 1214, "r_t_add": 1222, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321730, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4641, "Shape__Length": 43.296762709380744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190100805390998, 39.938729967033801 ], [ -75.190168534684503, 39.9384363091023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23062, "tnode_": 23103, "lpoly_": null, "rpoly_": null, "length": 87.6116803, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1225, "l_t_add": 1229, "r_f_add": 1224, "r_t_add": 1234, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321731, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4642, "Shape__Length": 34.913809774978091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190168534684503, 39.9384363091023 ], [ -75.190223297685307, 39.938199527159497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23103, "tnode_": 23153, "lpoly_": null, "rpoly_": null, "length": 140.12174723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1241, "r_f_add": 1236, "r_t_add": 1250, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321732, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4643, "Shape__Length": 55.840014136654126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190223297685307, 39.938199527159497 ], [ -75.190305112630298, 39.937820066018197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23153, "tnode_": 23204, "lpoly_": null, "rpoly_": null, "length": 123.26320194, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1243, "l_t_add": 1253, "r_f_add": 1252, "r_t_add": 1266, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321733, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4644, "Shape__Length": 49.121877577535606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190305112630298, 39.937820066018197 ], [ -75.190374037688002, 39.937485878478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23204, "tnode_": 23265, "lpoly_": null, "rpoly_": null, "length": 144.70414688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1255, "l_t_add": 1299, "r_f_add": 1268, "r_t_add": 1298, "st_code": 88350, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321734, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4645, "Shape__Length": 57.665388390684775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190374037688002, 39.937485878478 ], [ -75.190459596263096, 39.937094145275502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23265, "tnode_": 23320, "lpoly_": null, "rpoly_": null, "length": 154.3506395, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1320, "st_code": 88350, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321735, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4646, "Shape__Length": 61.509254192154366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190459596263096, 39.937094145275502 ], [ -75.190550517645903, 39.936676253785599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23320, "tnode_": 23377, "lpoly_": null, "rpoly_": null, "length": 136.65227295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1323, "l_t_add": 1339, "r_f_add": 1322, "r_t_add": 1334, "st_code": 88350, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321736, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4647, "Shape__Length": 54.456256177137398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190550517645903, 39.936676253785599 ], [ -75.190629805140105, 39.936306124591603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23377, "tnode_": 23438, "lpoly_": null, "rpoly_": null, "length": 157.83784920999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1341, "l_t_add": 1399, "r_f_add": 1336, "r_t_add": 1398, "st_code": 88350, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321737, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4648, "Shape__Length": 62.894895045162755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190629805140105, 39.936306124591603 ], [ -75.190743206746404, 39.935881724808802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23505, "tnode_": 23670, "lpoly_": null, "rpoly_": null, "length": 452.98452048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88290, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321738, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4649, "Shape__Length": 180.51010846081422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185981763421495, 39.935263876025097 ], [ -75.186247717987399, 39.934037346097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23670, "tnode_": 23835, "lpoly_": null, "rpoly_": null, "length": 448.27909569000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88290, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321739, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4650, "Shape__Length": 178.6328338482634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186247717987399, 39.934037346097 ], [ -75.186504084780395, 39.932822692080002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23402, "tnode_": 23460, "lpoly_": null, "rpoly_": null, "length": 156.37022, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 88330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321740, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4651, "Shape__Length": 62.314107722337717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189064438430293, 39.936104878481999 ], [ -75.189149792314197, 39.935680680886797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23460, "tnode_": 23510, "lpoly_": null, "rpoly_": null, "length": 158.0260003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1416, "st_code": 88330, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321741, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4652, "Shape__Length": 62.973157868519536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189149792314197, 39.935680680886797 ], [ -75.189238914408193, 39.935252338950598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23510, "tnode_": 23559, "lpoly_": null, "rpoly_": null, "length": 139.0909072, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1419, "l_t_add": 1437, "r_f_add": 1418, "r_t_add": 1436, "st_code": 88330, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321742, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4653, "Shape__Length": 55.426934144981267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189238914408193, 39.935252338950598 ], [ -75.189319397172198, 39.934875576959399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23559, "tnode_": 23622, "lpoly_": null, "rpoly_": null, "length": 161.66196797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1439, "l_t_add": 1499, "r_f_add": 1438, "r_t_add": 1498, "st_code": 88330, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321743, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4654, "Shape__Length": 64.420137560583569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189319397172198, 39.934875576959399 ], [ -75.189418730634998, 39.934438432108301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23622, "tnode_": 23789, "lpoly_": null, "rpoly_": null, "length": 444.34650652, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88330, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321744, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4655, "Shape__Length": 177.06424922746558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189418730634998, 39.934438432108301 ], [ -75.189690354409507, 39.933236700857499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23789, "tnode_": 23945, "lpoly_": null, "rpoly_": null, "length": 452.25350550999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88330, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321745, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4656, "Shape__Length": 180.21415467594943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189690354409507, 39.933236700857499 ], [ -75.189951141136802, 39.932011547878197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23427, "tnode_": 23480, "lpoly_": null, "rpoly_": null, "length": 159.90449026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 88310, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321746, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4657, "Shape__Length": 63.722289009310401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1874931157476, 39.935904435502003 ], [ -75.187580750450394, 39.935470692265604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23480, "tnode_": 23537, "lpoly_": null, "rpoly_": null, "length": 153.8001683, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 88310, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321747, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4658, "Shape__Length": 61.287616593059909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187580750450394, 39.935470692265604 ], [ -75.1876768274075, 39.935055019940599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23537, "tnode_": 23588, "lpoly_": null, "rpoly_": null, "length": 141.53308163999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1421, "l_t_add": 1439, "r_f_add": 1420, "r_t_add": 1438, "st_code": 88310, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321748, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4659, "Shape__Length": 56.398973690380672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876768274075, 39.935055019940599 ], [ -75.187765369796594, 39.934672519286103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23588, "tnode_": 23647, "lpoly_": null, "rpoly_": null, "length": 158.94127017, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 88310, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321749, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4660, "Shape__Length": 63.337331075819385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187765369796594, 39.934672519286103 ], [ -75.187852289041004, 39.934241366543802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23647, "tnode_": 23809, "lpoly_": null, "rpoly_": null, "length": 449.64513341000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88310, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321750, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4661, "Shape__Length": 179.17664029844389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187852289041004, 39.934241366543802 ], [ -75.188116906787499, 39.933023959297799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23438, "tnode_": 23596, "lpoly_": null, "rpoly_": null, "length": 450.48031069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88350, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321751, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4662, "Shape__Length": 179.51612792687874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190743206746404, 39.935881724808802 ], [ -75.1909913330596, 39.934659939882302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23596, "tnode_": 23758, "lpoly_": null, "rpoly_": null, "length": 453.12696698999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88350, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321752, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4663, "Shape__Length": 180.56428935737318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1909913330596, 39.934659939882302 ], [ -75.191264122197595, 39.933433903379601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23758, "tnode_": 23925, "lpoly_": null, "rpoly_": null, "length": 451.4574571, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88350, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321753, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4664, "Shape__Length": 179.89799117670879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191264122197595, 39.933433903379601 ], [ -75.191520729415302, 39.9322104409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23945, "tnode_": 24038, "lpoly_": null, "rpoly_": null, "length": 289.71098199, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1749, "r_f_add": 1700, "r_t_add": 1748, "st_code": 88330, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321754, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4665, "Shape__Length": 115.44085114417987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189951141136802, 39.932011547878197 ], [ -75.190129095066396, 39.931228142892699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24038, "tnode_": 24098, "lpoly_": null, "rpoly_": null, "length": 162.36198206999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1751, "l_t_add": 1799, "r_f_add": 1750, "r_t_add": 1798, "st_code": 88330, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321755, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4666, "Shape__Length": 64.696381377870367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190129095066396, 39.931228142892699 ], [ -75.190223827979096, 39.930788445917102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24098, "tnode_": 24234, "lpoly_": null, "rpoly_": null, "length": 450.25893352999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88330, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321756, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4667, "Shape__Length": 179.4139251859925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190223827979096, 39.930788445917102 ], [ -75.190476523736294, 39.929567833703203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23925, "tnode_": 24020, "lpoly_": null, "rpoly_": null, "length": 288.76592538, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1728, "st_code": 88350, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321757, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4668, "Shape__Length": 115.06625457298274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191520729415302, 39.9322104409 ], [ -75.191686911348498, 39.931428133586898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24020, "tnode_": 24075, "lpoly_": null, "rpoly_": null, "length": 161.37563164, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1731, "l_t_add": 1799, "r_f_add": 1730, "r_t_add": 1798, "st_code": 88350, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321758, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4669, "Shape__Length": 64.302912237002488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191686911348498, 39.931428133586898 ], [ -75.1917853259704, 39.930991663996501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24075, "tnode_": 24215, "lpoly_": null, "rpoly_": null, "length": 452.88771299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88350, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321759, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4670, "Shape__Length": 180.46046321375337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1917853259704, 39.930991663996501 ], [ -75.192049924915494, 39.9297652317561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23809, "tnode_": 23969, "lpoly_": null, "rpoly_": null, "length": 445.9413181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88310, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321760, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4671, "Shape__Length": 177.69845369566465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188116906787499, 39.933023959297799 ], [ -75.188373267367297, 39.931815807064801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23969, "tnode_": 24111, "lpoly_": null, "rpoly_": null, "length": 451.90536988000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88310, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321761, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4672, "Shape__Length": 180.07112540112095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188373267367297, 39.931815807064801 ], [ -75.188637828547002, 39.930592103272502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23835, "tnode_": 28439, "lpoly_": null, "rpoly_": null, "length": 451.90903544999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88290, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321762, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4673, "Shape__Length": 180.07463586982612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186504084780395, 39.932822692080002 ], [ -75.186772752193406, 39.931599507933697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28439, "tnode_": 24130, "lpoly_": null, "rpoly_": null, "length": 446.09443937999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88290, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321763, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4674, "Shape__Length": 177.75577989890374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186772752193406, 39.931599507933697 ], [ -75.187029146107406, 39.930390934632499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24130, "tnode_": 24266, "lpoly_": null, "rpoly_": null, "length": 452.37392496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88290, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321764, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4675, "Shape__Length": 180.25177320445766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187029146107406, 39.930390934632499 ], [ -75.187309496085405, 39.929168010708104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24266, "tnode_": 24425, "lpoly_": null, "rpoly_": null, "length": 456.18971733000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88290, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321765, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4676, "Shape__Length": 181.7692461433127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187309496085405, 39.929168010708104 ], [ -75.187590234887196, 39.927934504519897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24425, "tnode_": 24466, "lpoly_": null, "rpoly_": null, "length": 125.83664194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2019, "r_f_add": 2000, "r_t_add": 2018, "st_code": 88290, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321766, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4677, "Shape__Length": 50.140038941818077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187590234887196, 39.927934504519897 ], [ -75.187661649672094, 39.927593470577499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24466, "tnode_": 24583, "lpoly_": null, "rpoly_": null, "length": 324.0314978, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2021, "l_t_add": 2099, "r_f_add": 2020, "r_t_add": 2098, "st_code": 88290, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321767, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 4678, "Shape__Length": 129.1083213151465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187661649672094, 39.927593470577499 ], [ -75.187859205109703, 39.926717063000801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24248, "tnode_": 24319, "lpoly_": null, "rpoly_": null, "length": 214.38309834, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 88310, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321768, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4679, "Shape__Length": 85.421940739760259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188906842041504, 39.929365775643099 ], [ -75.188973103201903, 39.929078296333699 ], [ -75.189037906248501, 39.928785984757397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24319, "tnode_": 24406, "lpoly_": null, "rpoly_": null, "length": 239.38960912, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 88310, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321769, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4680, "Shape__Length": 95.385162324045183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189037906248501, 39.928785984757397 ], [ -75.189104930176399, 39.928466675352198 ], [ -75.189183232480801, 39.928138462624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24406, "tnode_": 24477, "lpoly_": null, "rpoly_": null, "length": 219.35300796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2029, "r_f_add": 2000, "r_t_add": 2034, "st_code": 88310, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321770, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 4681, "Shape__Length": 87.400553389388307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189183232480801, 39.928138462624602 ], [ -75.189253457419397, 39.927835979810801 ], [ -75.189317963080597, 39.927545316637499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24385, "tnode_": 24460, "lpoly_": null, "rpoly_": null, "length": 217.99076766000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2021, "r_f_add": 2000, "r_t_add": 2020, "st_code": 88330, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321773, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4682, "Shape__Length": 86.858785835024875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190746007672502, 39.928336317855198 ], [ -75.190815266093097, 39.928021963499198 ], [ -75.190874819839905, 39.927746180969798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24460, "tnode_": 24544, "lpoly_": null, "rpoly_": null, "length": 229.20192311, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2023, "l_t_add": 2099, "r_f_add": 2022, "r_t_add": 2098, "st_code": 88330, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321774, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 4683, "Shape__Length": 91.325121910816819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190874819839905, 39.927746180969798 ], [ -75.190933297517404, 39.927474628068197 ], [ -75.191009985020798, 39.927125658676502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24215, "tnode_": 24278, "lpoly_": null, "rpoly_": null, "length": 214.33144181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1921, "r_f_add": 1900, "r_t_add": 1920, "st_code": 88350, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321775, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4684, "Shape__Length": 85.402346148152873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192049924915494, 39.9297652317561 ], [ -75.192110360721998, 39.929471546386303 ], [ -75.192177438490901, 39.929185146030001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24278, "tnode_": 24366, "lpoly_": null, "rpoly_": null, "length": 242.32892231, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1923, "l_t_add": 1999, "r_f_add": 1922, "r_t_add": 1998, "st_code": 88350, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321776, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4685, "Shape__Length": 96.558287674748414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192177438490901, 39.929185146030001 ], [ -75.1922430291485, 39.928863048761897 ], [ -75.1923151804599, 39.928528435924797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24366, "tnode_": 24521, "lpoly_": null, "rpoly_": null, "length": 443.68798093000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88350, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321777, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 4686, "Shape__Length": 176.78534264285355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1923151804599, 39.928528435924797 ], [ -75.1925945223106, 39.927329593444497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24438, "tnode_": 24466, "lpoly_": null, "rpoly_": null, "length": 241.97347873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2010, "st_code": 65160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4687, "Shape__Length": 96.096673936533577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186860596897503, 39.927840198789099 ], [ -75.187661649672094, 39.927593470577499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24466, "tnode_": 24534, "lpoly_": null, "rpoly_": null, "length": 561.82602606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2012, "r_t_add": 2098, "st_code": 65160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4688, "Shape__Length": 223.15818175802343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187661649672094, 39.927593470577499 ], [ -75.187956865850197, 39.927561536817898 ], [ -75.189320236359293, 39.927135370326198 ], [ -75.189462485362, 39.926992653481499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22937, "tnode_": 22915, "lpoly_": null, "rpoly_": null, "length": 468.29328785000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 12360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321781, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4689, "Shape__Length": 185.9343755008403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181614758883796, 39.939154971626301 ], [ -75.1816617449565, 39.939126669753101 ], [ -75.183251578954099, 39.939323973607102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22956, "tnode_": 22937, "lpoly_": null, "rpoly_": null, "length": 473.91143668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 12360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321782, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4690, "Shape__Length": 188.15464154752155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1799456938692, 39.938950567040997 ], [ -75.181614758883796, 39.939154971626301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22975, "tnode_": 22956, "lpoly_": null, "rpoly_": null, "length": 449.13891005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 12360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321783, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4691, "Shape__Length": 178.31942478949134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178364589923106, 39.9387534415415 ], [ -75.1799456938692, 39.938950567040997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23009, "tnode_": 22975, "lpoly_": null, "rpoly_": null, "length": 546.80395642999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4692, "Shape__Length": 217.09247273845978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176437682020804, 39.938523156257297 ], [ -75.178364589923106, 39.9387534415415 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23028, "tnode_": 23009, "lpoly_": null, "rpoly_": null, "length": 446.3357718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 12360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321785, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4693, "Shape__Length": 177.20662863071925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174867879194295, 39.938320612475003 ], [ -75.176437682020804, 39.938523156257297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23009, "tnode_": 23069, "lpoly_": null, "rpoly_": null, "length": 173.2905742, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1117, "l_t_add": 1131, "r_f_add": 1110, "r_t_add": 1130, "st_code": 88180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321786, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4694, "Shape__Length": 69.05831094064817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176437682020804, 39.938523156257297 ], [ -75.176539667955694, 39.938053974337699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23128, "tnode_": 23182, "lpoly_": null, "rpoly_": null, "length": 141.96695368000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1145, "l_t_add": 1199, "r_f_add": 1138, "r_t_add": 1198, "st_code": 88180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321787, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4695, "Shape__Length": 56.568072546527588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1766143585197, 39.937670560921603 ], [ -75.176689441505403, 39.937369653019097 ], [ -75.176729650852707, 39.937292307631701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23182, "tnode_": 23262, "lpoly_": null, "rpoly_": null, "length": 182.01155631, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321788, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4696, "Shape__Length": 72.535634779913835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176729650852707, 39.937292307631701 ], [ -75.176733861439203, 39.937169325545298 ], [ -75.176804616205899, 39.9367966647252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23262, "tnode_": 23322, "lpoly_": null, "rpoly_": null, "length": 176.02119195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1217, "l_t_add": 1231, "r_f_add": 1214, "r_t_add": 1222, "st_code": 88180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321789, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4697, "Shape__Length": 70.144438614286685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176804616205899, 39.9367966647252 ], [ -75.176910141152703, 39.9363203412627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22975, "tnode_": 23047, "lpoly_": null, "rpoly_": null, "length": 172.04314848000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1117, "l_t_add": 1129, "r_f_add": 1116, "r_t_add": 1128, "st_code": 88200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321790, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4698, "Shape__Length": 68.561311810587199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178364589923106, 39.9387534415415 ], [ -75.178466648807003, 39.938287741348702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23047, "tnode_": 23084, "lpoly_": null, "rpoly_": null, "length": 103.13678482, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1131, "l_t_add": 1141, "r_f_add": 1130, "r_t_add": 1140, "st_code": 88200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321791, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4699, "Shape__Length": 41.101195039505406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178466648807003, 39.938287741348702 ], [ -75.178526863307695, 39.938008437791503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23084, "tnode_": 23137, "lpoly_": null, "rpoly_": null, "length": 150.81020339, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1143, "l_t_add": 1199, "r_f_add": 1142, "r_t_add": 1198, "st_code": 88200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321792, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4700, "Shape__Length": 60.098889997372389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178526863307695, 39.938008437791503 ], [ -75.178617704767206, 39.937600393162199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23208, "tnode_": 23273, "lpoly_": null, "rpoly_": null, "length": 144.17016753, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1217, "l_t_add": 1227, "r_f_add": 1216, "r_t_add": 1226, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321793, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4701, "Shape__Length": 57.454029150271104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178716272676695, 39.937133256720799 ], [ -75.178788699896202, 39.936741438152502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23273, "tnode_": 23324, "lpoly_": null, "rpoly_": null, "length": 141.8423696, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1229, "l_t_add": 1243, "r_f_add": 1228, "r_t_add": 1238, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321794, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4702, "Shape__Length": 56.523823290701969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178788699896202, 39.936741438152502 ], [ -75.178876057681094, 39.936357913817197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23022, "tnode_": 23059, "lpoly_": null, "rpoly_": null, "length": 106.40803353, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1125, "l_t_add": 1133, "r_f_add": 1124, "r_t_add": 1132, "st_code": 88220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321795, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4703, "Shape__Length": 42.405390140482574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180047465003895, 39.938503060572899 ], [ -75.180106498735398, 39.938214513420398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23059, "tnode_": 23116, "lpoly_": null, "rpoly_": null, "length": 127.29129375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1135, "l_t_add": 1199, "r_f_add": 1134, "r_t_add": 1198, "st_code": 88220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321796, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4704, "Shape__Length": 50.725619601641924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180106498735398, 39.938214513420398 ], [ -75.180189636797706, 39.937870993199397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23116, "tnode_": 23174, "lpoly_": null, "rpoly_": null, "length": 177.71775419, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321797, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4705, "Shape__Length": 70.823098563233714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180189636797706, 39.937870993199397 ], [ -75.180285720118206, 39.9373887747007 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23174, "tnode_": 23251, "lpoly_": null, "rpoly_": null, "length": 165.77441496, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1217, "l_t_add": 1231, "r_f_add": 1216, "r_t_add": 1230, "st_code": 88220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321798, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4706, "Shape__Length": 66.062385383044727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180285720118206, 39.9373887747007 ], [ -75.1803802348023, 39.9369395566005 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23251, "tnode_": 23300, "lpoly_": null, "rpoly_": null, "length": 140.96276076000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1233, "l_t_add": 1243, "r_f_add": 1232, "r_t_add": 1242, "st_code": 88220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321799, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4707, "Shape__Length": 56.173874264081576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1803802348023, 39.9369395566005 ], [ -75.180464314622995, 39.936558047255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23300, "tnode_": 23353, "lpoly_": null, "rpoly_": null, "length": 124.40875124, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1245, "l_t_add": 1255, "r_f_add": 1244, "r_t_add": 1254, "st_code": 88220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321800, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4708, "Shape__Length": 49.576991411986945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180464314622995, 39.936558047255502 ], [ -75.180537321998898, 39.936221185415903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23084, "tnode_": 23059, "lpoly_": null, "rpoly_": null, "length": 449.27045291999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 12740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4709, "Shape__Length": 178.37137701132326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178526863307695, 39.938008437791503 ], [ -75.180106498735398, 39.938214513420398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23141, "tnode_": 23128, "lpoly_": null, "rpoly_": null, "length": 445.20107849000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 12740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4710, "Shape__Length": 176.752157221429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175046541157698, 39.937478062245802 ], [ -75.1766143585197, 39.937670560921603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23069, "tnode_": 23115, "lpoly_": null, "rpoly_": null, "length": 100.47192532000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1133, "l_t_add": 1141, "r_f_add": 1132, "r_t_add": 1134, "st_code": 88180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321803, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4711, "Shape__Length": 40.038579303453858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176539667955694, 39.938053974337699 ], [ -75.176601725600605, 39.937782334642101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23115, "tnode_": 23128, "lpoly_": null, "rpoly_": null, "length": 40.87095246, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1136, "l_t_add": 1136, "r_f_add": 1143, "r_t_add": 1143, "st_code": 88180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321804, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4712, "Shape__Length": 16.288682106666766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176601725600605, 39.937782334642101 ], [ -75.1766143585197, 39.937670560921603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23115, "tnode_": 23084, "lpoly_": null, "rpoly_": null, "length": 546.08742253000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321805, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4713, "Shape__Length": 216.80494733792267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176601725600605, 39.937782334642101 ], [ -75.178526863307695, 39.938008437791503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23218, "tnode_": 23205, "lpoly_": null, "rpoly_": null, "length": 164.60766543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 61000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321806, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4714, "Shape__Length": 65.353391806854034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820409952972, 39.937153711764402 ], [ -75.182618602261599, 39.937234247900797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23251, "tnode_": 23218, "lpoly_": null, "rpoly_": null, "length": 472.19920316000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 61000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321807, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4715, "Shape__Length": 187.4712516961167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1803802348023, 39.9369395566005 ], [ -75.1820409952972, 39.937153711764402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23273, "tnode_": 23251, "lpoly_": null, "rpoly_": null, "length": 452.09713552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 61000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321808, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4716, "Shape__Length": 179.48854856151999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178788699896202, 39.936741438152502 ], [ -75.1803802348023, 39.9369395566005 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23288, "tnode_": 23273, "lpoly_": null, "rpoly_": null, "length": 359.77404538000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 4717, "Shape__Length": 142.83673817318052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177524544711105, 39.9365728924625 ], [ -75.178788699896202, 39.936741438152502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23182, "tnode_": 23245, "lpoly_": null, "rpoly_": null, "length": 179.3156778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1210, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321810, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4718, "Shape__Length": 71.328923383319989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176729650852707, 39.937292307631701 ], [ -75.176887044956004, 39.937209624631798 ], [ -75.177171864889502, 39.9369425272413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23245, "tnode_": 23288, "lpoly_": null, "rpoly_": null, "length": 167.06867964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1227, "l_t_add": 1235, "r_f_add": 1212, "r_t_add": 1222, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321811, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4719, "Shape__Length": 66.492502466699491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177171864889502, 39.9369425272413 ], [ -75.177524544711105, 39.9365728924625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23288, "tnode_": 23308, "lpoly_": null, "rpoly_": null, "length": 74.68068342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1237, "l_t_add": 1243, "r_f_add": 1224, "r_t_add": 1226, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321812, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4720, "Shape__Length": 29.721107280251161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177524544711105, 39.9365728924625 ], [ -75.177684697200107, 39.936409096268299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23308, "tnode_": 23361, "lpoly_": null, "rpoly_": null, "length": 147.17674561000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1245, "l_t_add": 1251, "r_f_add": 1228, "r_t_add": 1240, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321813, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4721, "Shape__Length": 58.570257178414067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177684697200107, 39.936409096268299 ], [ -75.178004668199904, 39.936088844427999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23361, "tnode_": 23383, "lpoly_": null, "rpoly_": null, "length": 41.03818099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1253, "l_t_add": 1259, "r_f_add": 1242, "r_t_add": 1248, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4722, "Shape__Length": 16.335593990664758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178004668199904, 39.936088844427999 ], [ -75.178085809984793, 39.935995091894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23383, "tnode_": 23439, "lpoly_": null, "rpoly_": null, "length": 200.96939962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1261, "l_t_add": 1299, "r_f_add": 1250, "r_t_add": 1298, "st_code": 65160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321815, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4723, "Shape__Length": 79.980455298372348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178085809984793, 39.935995091894 ], [ -75.178516161709695, 39.935553948288202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23439, "tnode_": 23485, "lpoly_": null, "rpoly_": null, "length": 156.16305922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1315, "r_f_add": 1300, "r_t_add": 1306, "st_code": 65160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321816, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 4724, "Shape__Length": 62.153247174615046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178516161709695, 39.935553948288202 ], [ -75.178841219986495, 39.935205872468202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23174, "tnode_": 23147, "lpoly_": null, "rpoly_": null, "length": 470.83363234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 53280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4725, "Shape__Length": 186.93144965789858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180285720118206, 39.9373887747007 ], [ -75.181940413527698, 39.937608090386099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23245, "tnode_": 23208, "lpoly_": null, "rpoly_": null, "length": 438.62060166000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 53280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4726, "Shape__Length": 174.13842091946219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177171864889502, 39.9369425272413 ], [ -75.178716272676695, 39.937133256720799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23137, "tnode_": 23193, "lpoly_": null, "rpoly_": null, "length": 150.91491592, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321819, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4727, "Shape__Length": 60.141147314897111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178617704767206, 39.937600393162199 ], [ -75.178702432441597, 39.937191278865797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23193, "tnode_": 23208, "lpoly_": null, "rpoly_": null, "length": 21.48978311, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1215, "l_t_add": 1215, "r_f_add": 1214, "r_t_add": 1214, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321820, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4728, "Shape__Length": 8.5636063566418574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178702432441597, 39.937191278865797 ], [ -75.178716272676695, 39.937133256720799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23193, "tnode_": 23174, "lpoly_": null, "rpoly_": null, "length": 449.77501825999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 53280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321821, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4729, "Shape__Length": 178.567890280434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178702432441597, 39.937191278865797 ], [ -75.180285720118206, 39.9373887747007 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23066, "tnode_": 23194, "lpoly_": null, "rpoly_": null, "length": 336.09530691000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1239, "r_f_add": 1200, "r_t_add": 1238, "st_code": 19680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321822, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BUCKNELL ST", "stname": "S BUCKNELL ST", "objectid": 4730, "Shape__Length": 133.93564360139214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182923778659003, 39.938213949285696 ], [ -75.183129762896002, 39.937305052436201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23072, "tnode_": 23205, "lpoly_": null, "rpoly_": null, "length": 340.45786676, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1239, "r_f_add": 1200, "r_t_add": 1238, "st_code": 18280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321823, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 4731, "Shape__Length": 135.67376577041043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182408293901901, 39.9381547197777 ], [ -75.182618602261599, 39.937234247900797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23194, "tnode_": 23365, "lpoly_": null, "rpoly_": null, "length": 411.93949200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 19680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321824, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BUCKNELL ST", "stname": "S BUCKNELL ST", "objectid": 4732, "Shape__Length": 164.15957858106157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183129762896002, 39.937305052436201 ], [ -75.183368100290707, 39.9361892089618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23205, "tnode_": 23373, "lpoly_": null, "rpoly_": null, "length": 409.70125358999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 18280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 4733, "Shape__Length": 163.26704736742835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182618602261599, 39.937234247900797 ], [ -75.182858586755401, 39.936124842054703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23218, "tnode_": 23280, "lpoly_": null, "rpoly_": null, "length": 143.01421456, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1233, "l_t_add": 1243, "r_f_add": 1240, "r_t_add": 1254, "st_code": 88240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321826, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4734, "Shape__Length": 56.992240872813575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820409952972, 39.937153711764402 ], [ -75.182121523945199, 39.936766044574803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23280, "tnode_": 23327, "lpoly_": null, "rpoly_": null, "length": 123.70822642, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1245, "l_t_add": 1255, "r_f_add": 1256, "r_t_add": 1270, "st_code": 88240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321827, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4735, "Shape__Length": 49.29835714718935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182121523945199, 39.936766044574803 ], [ -75.182191483034501, 39.936430747144797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23327, "tnode_": 23387, "lpoly_": null, "rpoly_": null, "length": 144.27343785000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1257, "l_t_add": 1299, "r_f_add": 1272, "r_t_add": 1298, "st_code": 88240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321828, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4736, "Shape__Length": 57.491135179737711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182191483034501, 39.936430747144797 ], [ -75.182287903536903, 39.936041715652202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23387, "tnode_": 23447, "lpoly_": null, "rpoly_": null, "length": 155.27388971, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1312, "st_code": 88240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321829, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4737, "Shape__Length": 61.876308540622716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182287903536903, 39.936041715652202 ], [ -75.182378761852902, 39.935621246730598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23447, "tnode_": 23501, "lpoly_": null, "rpoly_": null, "length": 134.73990954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1315, "l_t_add": 1325, "r_f_add": 1314, "r_t_add": 1324, "st_code": 88240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321830, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4738, "Shape__Length": 53.693637429550577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182378761852902, 39.935621246730598 ], [ -75.182454904597193, 39.935256042508598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23501, "tnode_": 23552, "lpoly_": null, "rpoly_": null, "length": 156.43557628, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 88240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321831, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4739, "Shape__Length": 62.338387517142962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182454904597193, 39.935256042508598 ], [ -75.182547366290294, 39.934832546853201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23353, "tnode_": 23408, "lpoly_": null, "rpoly_": null, "length": 146.03511755, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1257, "l_t_add": 1299, "r_f_add": 1256, "r_t_add": 1298, "st_code": 88220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321832, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4740, "Shape__Length": 58.194771435526462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180537321998898, 39.936221185415903 ], [ -75.180623254415906, 39.935825795962401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23408, "tnode_": 23468, "lpoly_": null, "rpoly_": null, "length": 153.48620293, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1314, "st_code": 88220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321833, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4741, "Shape__Length": 61.16207149102884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180623254415906, 39.935825795962401 ], [ -75.1807238878839, 39.935411639763998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23468, "tnode_": 23521, "lpoly_": null, "rpoly_": null, "length": 139.56496928, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1315, "l_t_add": 1327, "r_f_add": 1316, "r_t_add": 1328, "st_code": 88220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321834, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4742, "Shape__Length": 55.617072043900428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807238878839, 39.935411639763998 ], [ -75.1807965516211, 39.935032621683703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23521, "tnode_": 23576, "lpoly_": null, "rpoly_": null, "length": 154.50105997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 88220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321835, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4743, "Shape__Length": 61.566644940973084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807965516211, 39.935032621683703 ], [ -75.180892248044699, 39.934614943550898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22696, "tnode_": 22599, "lpoly_": null, "rpoly_": null, "length": 350.48386528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELTZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 3000, "r_f_add": 2901, "r_t_add": 2999, "st_code": 63700, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 321836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELTZ ST", "stname": "PELTZ ST", "objectid": 4744, "Shape__Length": 139.35173592364598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189719818475794, 39.941112292051898 ], [ -75.190704018400893, 39.941705383339603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22807, "tnode_": 22871, "lpoly_": null, "rpoly_": null, "length": 242.25658184999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1137, "l_t_add": 1199, "r_f_add": 1136, "r_t_add": 1198, "st_code": 88370, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4745, "Shape__Length": 96.403188390848172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190496944262904, 39.940337631890102 ], [ -75.191042510776597, 39.939821978240303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22904, "tnode_": 22890, "lpoly_": null, "rpoly_": null, "length": 109.37194068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2706, "r_f_add": 2701, "r_t_add": 2707, "st_code": 31400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321838, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 4746, "Shape__Length": 43.425896080351976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188332370391393, 39.939518731752798 ], [ -75.188715044949504, 39.939576817390602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22946, "tnode_": 22935, "lpoly_": null, "rpoly_": null, "length": 240.00693413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 12740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321839, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4747, "Shape__Length": 95.290303627296851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188392585619795, 39.939216526570803 ], [ -75.189236413474404, 39.939326847539498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22889, "tnode_": 22868, "lpoly_": null, "rpoly_": null, "length": 445.23806646999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 12360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 4748, "Shape__Length": 176.77166763787105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186695043677702, 39.939588416588698 ], [ -75.188263791711407, 39.9397772673981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22968, "tnode_": 22946, "lpoly_": null, "rpoly_": null, "length": 447.5602689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 12740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 321841, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4749, "Shape__Length": 177.69378941888283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186817527988495, 39.939017754868097 ], [ -75.188392585619795, 39.939216526570803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22996, "tnode_": 22968, "lpoly_": null, "rpoly_": null, "length": 448.3476113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 12740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321842, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 4750, "Shape__Length": 178.00337849735209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185236834172102, 39.938832610845097 ], [ -75.186817527988495, 39.939017754868097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23048, "tnode_": 23030, "lpoly_": null, "rpoly_": null, "length": 445.88134686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 53280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 321843, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4751, "Shape__Length": 177.02489670436788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188530457033494, 39.938537710170102 ], [ -75.190100805390998, 39.938729967033801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23105, "tnode_": 23080, "lpoly_": null, "rpoly_": null, "length": 452.85430863000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 53280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 321844, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4752, "Shape__Length": 179.79093756469052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185393673297497, 39.938066926398697 ], [ -75.186989865104294, 39.938255808189197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23125, "tnode_": 23105, "lpoly_": null, "rpoly_": null, "length": 515.0999905000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 53280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321845, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4753, "Shape__Length": 204.50356740166029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183578817595404, 39.937848457014702 ], [ -75.185393673297497, 39.938066926398697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23046, "tnode_": 23104, "lpoly_": null, "rpoly_": null, "length": 150.898914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1319, "l_t_add": 1349, "r_f_add": 1318, "r_t_add": 1348, "st_code": 71320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321847, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 4754, "Shape__Length": 60.14161213410636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203337330607198, 39.938815539342002 ], [ -75.203326606632402, 39.938401384933698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23104, "tnode_": 23168, "lpoly_": null, "rpoly_": null, "length": 174.75571037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1351, "l_t_add": 1399, "r_f_add": 1350, "r_t_add": 1398, "st_code": 71320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321848, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 4755, "Shape__Length": 69.649165080151946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203326606632402, 39.938401384933698 ], [ -75.203303955824595, 39.937921975293797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23168, "tnode_": 27888, "lpoly_": null, "rpoly_": null, "length": 712.03818195999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1699, "r_f_add": 1400, "r_t_add": 1698, "st_code": 71320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321849, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 4756, "Shape__Length": 283.68040939800227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203303955824595, 39.937921975293797 ], [ -75.203348215555906, 39.937696716606801 ], [ -75.203719434919506, 39.936771334746197 ], [ -75.203882344056396, 39.936498536684098 ], [ -75.203893014384704, 39.9364837763409 ], [ -75.204040693946794, 39.936057493489002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23027, "tnode_": 22988, "lpoly_": null, "rpoly_": null, "length": 470.66559961000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 82740, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 321850, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4757, "Shape__Length": 186.90046156822106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201711676262804, 39.938887012414497 ], [ -75.203329317453793, 39.939231723030801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23090, "tnode_": 23046, "lpoly_": null, "rpoly_": null, "length": 433.20396460999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 71440, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 321851, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 4758, "Shape__Length": 172.02257129805298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201847361015695, 39.938501311657802 ], [ -75.203337330607198, 39.938815539342002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23139, "tnode_": 23104, "lpoly_": null, "rpoly_": null, "length": 389.65208217999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 30420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 321852, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 4759, "Shape__Length": 154.72858900165639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201987737433299, 39.938115122141703 ], [ -75.203326606632402, 39.938401384933698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23197, "tnode_": 23168, "lpoly_": null, "rpoly_": null, "length": 336.10550414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 67780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 321853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4760, "Shape__Length": 133.46510183312213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202149615992894, 39.937673581161498 ], [ -75.203303955824595, 39.937921975293797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23215, "tnode_": 23197, "lpoly_": null, "rpoly_": null, "length": 146.52732104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3526, "l_t_add": 3598, "r_f_add": 3527, "r_t_add": 3599, "st_code": 67780, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 321854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4761, "Shape__Length": 58.183888232575143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201645300231803, 39.937568298221898 ], [ -75.202149615992894, 39.937673581161498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23227, "tnode_": 23215, "lpoly_": null, "rpoly_": null, "length": 146.12050721999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3500, "l_t_add": 3524, "r_f_add": 3501, "r_t_add": 3525, "st_code": 67780, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 321855, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4762, "Shape__Length": 58.021732450711873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201141872601198, 39.937477698437199 ], [ -75.201268914027295, 39.937478536792597 ], [ -75.201645300231803, 39.937568298221898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23044, "tnode_": 23027, "lpoly_": null, "rpoly_": null, "length": 148.30792911999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3531, "r_t_add": 3599, "st_code": 82740, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 321856, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4763, "Shape__Length": 58.893322400365712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201202787461298, 39.938776104748698 ], [ -75.201711676262804, 39.938887012414497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23054, "tnode_": 23044, "lpoly_": null, "rpoly_": null, "length": 143.83007316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3524, "l_t_add": 3528, "r_f_add": 3515, "r_t_add": 3529, "st_code": 82740, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 321857, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4764, "Shape__Length": 57.115468444222742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200709737709005, 39.938667266866801 ], [ -75.201202787461298, 39.938776104748698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23070, "tnode_": 23054, "lpoly_": null, "rpoly_": null, "length": 149.46877973000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3500, "l_t_add": 3522, "r_f_add": 3501, "r_t_add": 3513, "st_code": 82740, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 321858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4765, "Shape__Length": 59.352421168220573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200194886626406, 39.938561023592499 ], [ -75.200709737709005, 39.938667266866801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23119, "tnode_": 23107, "lpoly_": null, "rpoly_": null, "length": 158.5754664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3400, "l_t_add": 3430, "r_f_add": 3401, "r_t_add": 3431, "st_code": 82740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 321859, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 4766, "Shape__Length": 62.968762689616746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198658262323505, 39.938209516179498 ], [ -75.1992038959837, 39.938323893395903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23027, "tnode_": 23090, "lpoly_": null, "rpoly_": null, "length": 145.56425059, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1312, "st_code": 88510, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321860, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 4767, "Shape__Length": 58.000002090449982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201711676262804, 39.938887012414497 ], [ -75.201847361015695, 39.938501311657802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23090, "tnode_": 23139, "lpoly_": null, "rpoly_": null, "length": 146.08516311000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1313, "l_t_add": 1335, "r_f_add": 1314, "r_t_add": 1334, "st_code": 88510, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 4768, "Shape__Length": 58.206248091691748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201847361015695, 39.938501311657802 ], [ -75.201987737433299, 39.938115122141703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23139, "tnode_": 23197, "lpoly_": null, "rpoly_": null, "length": 167.12808431, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1337, "l_t_add": 1399, "r_f_add": 1336, "r_t_add": 1398, "st_code": 88510, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321862, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 4769, "Shape__Length": 66.589892515787412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201987737433299, 39.938115122141703 ], [ -75.202149615992894, 39.937673581161498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23044, "tnode_": 23215, "lpoly_": null, "rpoly_": null, "length": 457.14533232000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 39000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321863, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVE ST", "stname": "GROVE ST", "objectid": 4770, "Shape__Length": 182.14409139717384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201202787461298, 39.938776104748698 ], [ -75.201645300231803, 39.937568298221898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23054, "tnode_": 23227, "lpoly_": null, "rpoly_": null, "length": 449.96219475000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HARMONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 40640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HARMONY ST", "stname": "S HARMONY ST", "objectid": 4771, "Shape__Length": 179.28261029562296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200709737709005, 39.938667266866801 ], [ -75.201141872601198, 39.937477698437199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23324, "tnode_": 23346, "lpoly_": null, "rpoly_": null, "length": 55.93683641, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1245, "l_t_add": 1247, "r_f_add": 1240, "r_t_add": 1244, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321865, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4772, "Shape__Length": 22.291297816615067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178876057681094, 39.936357913817197 ], [ -75.178905563129803, 39.936206049220303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23346, "tnode_": 23384, "lpoly_": null, "rpoly_": null, "length": 72.28127801, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1249, "l_t_add": 1255, "r_f_add": 1246, "r_t_add": 1250, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321866, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4773, "Shape__Length": 28.803414784446794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178905563129803, 39.936206049220303 ], [ -75.178952041894703, 39.936010880446901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23384, "tnode_": 23435, "lpoly_": null, "rpoly_": null, "length": 143.74711111, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1257, "l_t_add": 1299, "r_f_add": 1252, "r_t_add": 1298, "st_code": 88200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321867, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4774, "Shape__Length": 57.282624527639506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178952041894703, 39.936010880446901 ], [ -75.179038038162304, 39.935621868972603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23435, "tnode_": 23497, "lpoly_": null, "rpoly_": null, "length": 151.57737309000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1312, "st_code": 88200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321868, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4775, "Shape__Length": 60.401920500171897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179038038162304, 39.935621868972603 ], [ -75.179133201918205, 39.935212269397098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23361, "tnode_": 23346, "lpoly_": null, "rpoly_": null, "length": 256.21465066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2038, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 77460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321869, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4776, "Shape__Length": 101.72049446163957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178004668199904, 39.936088844427999 ], [ -75.178905563129803, 39.936206049220303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23186, "tnode_": 23359, "lpoly_": null, "rpoly_": null, "length": 414.09324056000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 88270, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321870, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4777, "Shape__Length": 165.01789048946586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183677440986202, 39.9373712666332 ], [ -75.183917851597201, 39.936249694027303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23359, "tnode_": 23529, "lpoly_": null, "rpoly_": null, "length": 445.9109783, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88270, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321871, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4778, "Shape__Length": 177.69287361738353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183917851597201, 39.936249694027303 ], [ -75.184186985840199, 39.935043272195102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23529, "tnode_": 23580, "lpoly_": null, "rpoly_": null, "length": 159.98221291000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1416, "st_code": 88270, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321872, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4779, "Shape__Length": 63.753092777552624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184186985840199, 39.935043272195102 ], [ -75.184269853412701, 39.934608758534402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23580, "tnode_": 23639, "lpoly_": null, "rpoly_": null, "length": 133.9508334, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1419, "l_t_add": 1435, "r_f_add": 1418, "r_t_add": 1434, "st_code": 88270, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321873, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4780, "Shape__Length": 53.376546668835807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184269853412701, 39.934608758534402 ], [ -75.184357860859905, 39.934247341684603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23384, "tnode_": 23353, "lpoly_": null, "rpoly_": null, "length": 451.10309237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 77460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321874, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4781, "Shape__Length": 179.0943793383727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178952041894703, 39.936010880446901 ], [ -75.180537321998898, 39.936221185415903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23353, "tnode_": 23327, "lpoly_": null, "rpoly_": null, "length": 470.10433958000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77460, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321875, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4782, "Shape__Length": 186.63689133244696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180537321998898, 39.936221185415903 ], [ -75.182191483034501, 39.936430747144797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23300, "tnode_": 23280, "lpoly_": null, "rpoly_": null, "length": 470.8535146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 49300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321876, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4783, "Shape__Length": 186.93489415067455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180464314622995, 39.936558047255502 ], [ -75.182121523945199, 39.936766044574803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23324, "tnode_": 23300, "lpoly_": null, "rpoly_": null, "length": 451.31020522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 49300, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4784, "Shape__Length": 179.17555392690321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178876057681094, 39.936357913817197 ], [ -75.180464314622995, 39.936558047255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23468, "tnode_": 23447, "lpoly_": null, "rpoly_": null, "length": 470.30973775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 71440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321878, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 4785, "Shape__Length": 186.71620520433194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807238878839, 39.935411639763998 ], [ -75.182378761852902, 39.935621246730598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23521, "tnode_": 23501, "lpoly_": null, "rpoly_": null, "length": 472.11635962000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 30420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321879, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 4786, "Shape__Length": 187.43492060551438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807965516211, 39.935032621683703 ], [ -75.182454904597193, 39.935256042508598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23497, "tnode_": 23468, "lpoly_": null, "rpoly_": null, "length": 451.94509270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 71440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321880, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 4787, "Shape__Length": 179.42439453281111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179133201918205, 39.935212269397098 ], [ -75.1807238878839, 39.935411639763998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23540, "tnode_": 23521, "lpoly_": null, "rpoly_": null, "length": 442.86449225999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 30420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 4788, "Shape__Length": 175.82072863827213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179240551172299, 39.934824821290903 ], [ -75.1807965516211, 39.935032621683703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23165, "tnode_": 23342, "lpoly_": null, "rpoly_": null, "length": 413.17127696, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 76780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321882, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 4789, "Shape__Length": 164.64733991988456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184718847354603, 39.937506169163001 ], [ -75.184981850895198, 39.936390177240902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23180, "tnode_": 23349, "lpoly_": null, "rpoly_": null, "length": 410.23659511, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 68460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 4790, "Shape__Length": 163.47653010098895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184225587536204, 39.937434181962502 ], [ -75.184494175317894, 39.936327172845402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23516, "tnode_": 23505, "lpoly_": null, "rpoly_": null, "length": 205.1063477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 67780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321885, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4791, "Shape__Length": 81.427421194594061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185259078810802, 39.935177184856599 ], [ -75.185981763421495, 39.935263876025097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23342, "tnode_": 23516, "lpoly_": null, "rpoly_": null, "length": 448.65784299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 76780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321886, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 4792, "Shape__Length": 178.78687046940126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184981850895198, 39.936390177240902 ], [ -75.185259078810802, 39.935177184856599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23523, "tnode_": 23516, "lpoly_": null, "rpoly_": null, "length": 137.10369711000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2416, "l_t_add": 2448, "r_f_add": 2417, "r_t_add": 2427, "st_code": 67780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321888, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4793, "Shape__Length": 54.431121852517066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184777007610194, 39.935114458174198 ], [ -75.185259078810802, 39.935177184856599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23349, "tnode_": 23523, "lpoly_": null, "rpoly_": null, "length": 448.8332717, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 68460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321889, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 4794, "Shape__Length": 178.85576648817698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184494175317894, 39.936327172845402 ], [ -75.184777007610194, 39.935114458174198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23552, "tnode_": 23608, "lpoly_": null, "rpoly_": null, "length": 159.11491456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 88240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321890, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4795, "Shape__Length": 63.40619098314027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182547366290294, 39.934832546853201 ], [ -75.182637898545593, 39.934401352061201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23608, "tnode_": 23665, "lpoly_": null, "rpoly_": null, "length": 133.47932555, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1427, "r_f_add": 1414, "r_t_add": 1424, "st_code": 88240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321891, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4796, "Shape__Length": 53.190226811795888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182637898545593, 39.934401352061201 ], [ -75.182714211958498, 39.934039674495601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23665, "tnode_": 23718, "lpoly_": null, "rpoly_": null, "length": 158.11716404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1429, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 88240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321892, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4797, "Shape__Length": 63.007277049035913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182714211958498, 39.934039674495601 ], [ -75.182808277754603, 39.933611705943697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23718, "tnode_": 23778, "lpoly_": null, "rpoly_": null, "length": 165.52868451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1514, "st_code": 88240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321893, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4798, "Shape__Length": 65.960757014942331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182808277754603, 39.933611705943697 ], [ -75.182903117596794, 39.933163212512198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23639, "tnode_": 23696, "lpoly_": null, "rpoly_": null, "length": 156.82925213, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1437, "l_t_add": 1499, "r_f_add": 1436, "r_t_add": 1498, "st_code": 88270, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4799, "Shape__Length": 62.494163145210543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184357860859905, 39.934247341684603 ], [ -75.184451783058606, 39.933822940405399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23696, "tnode_": 23751, "lpoly_": null, "rpoly_": null, "length": 164.35283565, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1516, "st_code": 88270, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321895, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4800, "Shape__Length": 65.492227559465789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184451783058606, 39.933822940405399 ], [ -75.184547174408806, 39.933377787424199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23665, "tnode_": 23639, "lpoly_": null, "rpoly_": null, "length": 467.0981969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 83180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 4801, "Shape__Length": 185.43736249902068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182714211958498, 39.934039674495601 ], [ -75.184357860859905, 39.934247341684603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23687, "tnode_": 23665, "lpoly_": null, "rpoly_": null, "length": 469.77238116999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 83180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 4802, "Shape__Length": 186.50006994011642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181063042872395, 39.933822162540103 ], [ -75.182714211958498, 39.934039674495601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23608, "tnode_": 23580, "lpoly_": null, "rpoly_": null, "length": 463.84453465999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 36680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 4803, "Shape__Length": 184.14686318049999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182637898545593, 39.934401352061201 ], [ -75.184269853412701, 39.934608758534402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23640, "tnode_": 23608, "lpoly_": null, "rpoly_": null, "length": 471.49872218999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 36680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 4804, "Shape__Length": 187.18453504538294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180978470730807, 39.934193094998498 ], [ -75.182637898545593, 39.934401352061201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23689, "tnode_": 23523, "lpoly_": null, "rpoly_": null, "length": 456.69756454999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 68460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 4805, "Shape__Length": 181.980453766951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185007785215802, 39.933886327494797 ], [ -75.184742301563503, 39.935074528474097 ], [ -75.184777007610194, 39.935114458174198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23681, "tnode_": 23516, "lpoly_": null, "rpoly_": null, "length": 459.54096792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 76780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321901, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 4806, "Shape__Length": 183.11154666277668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185528902369299, 39.933943062621204 ], [ -75.185490410777305, 39.934002004657501 ], [ -75.185236900304204, 39.935140027662101 ], [ -75.185259078810802, 39.935177184856599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25258, "tnode_": 25383, "lpoly_": null, "rpoly_": null, "length": 461.16170092, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 69480, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321902, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 4807, "Shape__Length": 183.72906855199116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171214851960499, 39.920742707137201 ], [ -75.171489629325606, 39.919494564298702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25234, "tnode_": 25361, "lpoly_": null, "rpoly_": null, "length": 458.1923818, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 56560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 4808, "Shape__Length": 182.54675518228706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173221659792006, 39.9209922212479 ], [ -75.173494652640301, 39.919752112803799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25244, "tnode_": 25362, "lpoly_": null, "rpoly_": null, "length": 460.86390329, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 42420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4809, "Shape__Length": 183.6106017228112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172730639122605, 39.920935842033003 ], [ -75.173007551866704, 39.919688808264901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25252, "tnode_": 25374, "lpoly_": null, "rpoly_": null, "length": 459.45418697999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 21420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4810, "Shape__Length": 183.04775144132626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171660437828294, 39.920795500645603 ], [ -75.171942124286105, 39.919553029179099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25088, "tnode_": 25247, "lpoly_": null, "rpoly_": null, "length": 461.03467189000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321906, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4811, "Shape__Length": 183.68198756540664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918023783306, 39.9221134787838 ], [ -75.172193729434397, 39.920865810330298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25247, "tnode_": 25367, "lpoly_": null, "rpoly_": null, "length": 455.66221664, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321907, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4812, "Shape__Length": 181.54068926147596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172193729434397, 39.920865810330298 ], [ -75.172449138938902, 39.919630515610798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25065, "tnode_": 25226, "lpoly_": null, "rpoly_": null, "length": 460.1678958, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321908, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4813, "Shape__Length": 183.33880182446183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1734875993765, 39.922316338589397 ], [ -75.173751703780297, 39.921069593873398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25226, "tnode_": 25354, "lpoly_": null, "rpoly_": null, "length": 462.55681146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321909, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4814, "Shape__Length": 184.28445581683684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173751703780297, 39.921069593873398 ], [ -75.174036054175801, 39.919818834567799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25045, "tnode_": 25197, "lpoly_": null, "rpoly_": null, "length": 461.09803153000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321910, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4815, "Shape__Length": 183.70873169734818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175059499087396, 39.922519329809603 ], [ -75.175332431739704, 39.921271123375703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25197, "tnode_": 25290, "lpoly_": null, "rpoly_": null, "length": 272.65080389000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 88120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321911, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4816, "Shape__Length": 108.6271606354632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175332431739704, 39.921271123375703 ], [ -75.175491386141701, 39.920532736704402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25290, "tnode_": 25341, "lpoly_": null, "rpoly_": null, "length": 189.25353826, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2431, "l_t_add": 2499, "r_f_add": 2430, "r_t_add": 2498, "st_code": 88120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 321912, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4817, "Shape__Length": 75.397581850257311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175491386141701, 39.920532736704402 ], [ -75.175617761195198, 39.920022405545801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24761, "tnode_": 24821, "lpoly_": null, "rpoly_": null, "length": 202.74276686000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2116, "st_code": 88100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321913, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4818, "Shape__Length": 80.777600640865828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172946832565003, 39.924845759924601 ], [ -75.173076524247904, 39.924298235974703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24821, "tnode_": 24914, "lpoly_": null, "rpoly_": null, "length": 270.20353173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2119, "l_t_add": 2199, "r_f_add": 2118, "r_t_add": 2198, "st_code": 88100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321914, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4819, "Shape__Length": 107.65757641158936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173076524247904, 39.924298235974703 ], [ -75.173229294859297, 39.923565878428697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24914, "tnode_": 25065, "lpoly_": null, "rpoly_": null, "length": 460.91414954000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321915, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4820, "Shape__Length": 183.64034070109423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173229294859297, 39.923565878428697 ], [ -75.1734875993765, 39.922316338589397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24785, "tnode_": 24942, "lpoly_": null, "rpoly_": null, "length": 458.58128054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4821, "Shape__Length": 182.71121763795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171374481712107, 39.924603035577299 ], [ -75.171648428812901, 39.923361967154001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24942, "tnode_": 25088, "lpoly_": null, "rpoly_": null, "length": 461.04469637, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321917, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4822, "Shape__Length": 183.69022180851678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171648428812901, 39.923361967154001 ], [ -75.171918023783306, 39.9221134787838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24797, "tnode_": 24956, "lpoly_": null, "rpoly_": null, "length": 456.37748699000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 69480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321918, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 4823, "Shape__Length": 181.83269870620381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170395800414099, 39.924469892780699 ], [ -75.170669259492698, 39.923234897175703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24956, "tnode_": 25100, "lpoly_": null, "rpoly_": null, "length": 459.51355287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 69480, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321919, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 4824, "Shape__Length": 183.07853762523141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170669259492698, 39.923234897175703 ], [ -75.170946884338306, 39.9219917171962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25100, "tnode_": 25258, "lpoly_": null, "rpoly_": null, "length": 461.15779477999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 69480, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321920, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 4825, "Shape__Length": 183.73185077340773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170946884338306, 39.9219917171962 ], [ -75.171214851960499, 39.920742707137201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24794, "tnode_": 24949, "lpoly_": null, "rpoly_": null, "length": 458.42336953, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 21420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321921, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4826, "Shape__Length": 182.64868539353526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170854407543899, 39.9245282248175 ], [ -75.171124278490595, 39.923287066655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24949, "tnode_": 25093, "lpoly_": null, "rpoly_": null, "length": 457.35059856000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 21420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4827, "Shape__Length": 182.21890652210953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171124278490595, 39.923287066655298 ], [ -75.171386962504499, 39.9220479791503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25093, "tnode_": 25252, "lpoly_": null, "rpoly_": null, "length": 462.65804021000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 21420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321923, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4828, "Shape__Length": 184.32904536609061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171386962504499, 39.9220479791503 ], [ -75.171660437828294, 39.920795500645603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25073, "tnode_": 25234, "lpoly_": null, "rpoly_": null, "length": 461.77282382000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 56560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 4829, "Shape__Length": 183.97641273172459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172945472262697, 39.922241882080399 ], [ -75.173221659792006, 39.9209922212479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24775, "tnode_": 24931, "lpoly_": null, "rpoly_": null, "length": 454.67091852000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 42420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 321925, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4830, "Shape__Length": 181.15432062975785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171977312968806, 39.9246646062658 ], [ -75.172242606522701, 39.923433303724799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27311, "tnode_": 25079, "lpoly_": null, "rpoly_": null, "length": 456.58043094, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 42420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 321926, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4831, "Shape__Length": 181.91097520818076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1721885079169, 39.923424225293502 ], [ -75.172460760335795, 39.922188507120097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25079, "tnode_": 25244, "lpoly_": null, "rpoly_": null, "length": 462.55888992000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 42420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 321927, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4832, "Shape__Length": 184.29043373690567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172460760335795, 39.922188507120097 ], [ -75.172730639122605, 39.920935842033003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23322, "tnode_": 23396, "lpoly_": null, "rpoly_": null, "length": 171.57740416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1233, "l_t_add": 1247, "r_f_add": 1224, "r_t_add": 1240, "st_code": 88180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321928, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4833, "Shape__Length": 68.372448112992458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176910141152703, 39.9363203412627 ], [ -75.177017445745193, 39.935856639401401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23396, "tnode_": 23459, "lpoly_": null, "rpoly_": null, "length": 175.69761785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1249, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 88180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321929, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4834, "Shape__Length": 70.016260609622364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177017445745193, 39.935856639401401 ], [ -75.177110376319405, 39.9353796620411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23459, "tnode_": 23627, "lpoly_": null, "rpoly_": null, "length": 452.14140489, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321930, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4835, "Shape__Length": 180.17266480819964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177110376319405, 39.9353796620411 ], [ -75.177387839524101, 39.934156993282102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23257, "tnode_": 27321, "lpoly_": null, "rpoly_": null, "length": 172.45661148000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1209, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321931, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4836, "Shape__Length": 68.723909084904307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173584950807296, 39.936751032183402 ], [ -75.173688361682494, 39.936284357695001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23323, "tnode_": 23389, "lpoly_": null, "rpoly_": null, "length": 141.3222532, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1213, "l_t_add": 1225, "r_f_add": 1216, "r_t_add": 1226, "st_code": 88140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321932, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4837, "Shape__Length": 56.31726396162734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173699340471799, 39.936239650937601 ], [ -75.173778684961704, 39.935856541808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23389, "tnode_": 23442, "lpoly_": null, "rpoly_": null, "length": 146.21233968, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1227, "l_t_add": 1239, "r_f_add": 1228, "r_t_add": 1246, "st_code": 88140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321933, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4838, "Shape__Length": 58.266585815726621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173778684961704, 39.935856541808 ], [ -75.173853670178303, 39.935459342877998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23442, "tnode_": 23504, "lpoly_": null, "rpoly_": null, "length": 176.61815383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1248, "r_t_add": 1298, "st_code": 88140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321934, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4839, "Shape__Length": 70.378833862469179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173853670178303, 39.935459342877998 ], [ -75.173973017109105, 39.934983288016703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23504, "tnode_": 23620, "lpoly_": null, "rpoly_": null, "length": 317.87414272000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1333, "r_f_add": 1300, "r_t_add": 1332, "st_code": 88140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321935, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4840, "Shape__Length": 126.66850222515899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173973017109105, 39.934983288016703 ], [ -75.174167751435803, 39.934123656444399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23354, "tnode_": 23416, "lpoly_": null, "rpoly_": null, "length": 154.105736, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1235, "l_t_add": 1247, "r_f_add": 1232, "r_t_add": 1244, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321936, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4841, "Shape__Length": 61.409842931423626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1753433557558, 39.9360772141425 ], [ -75.175440156463694, 39.935660789048399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23416, "tnode_": 23479, "lpoly_": null, "rpoly_": null, "length": 179.52880524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1249, "l_t_add": 1299, "r_f_add": 1246, "r_t_add": 1298, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321937, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4842, "Shape__Length": 71.542244630751043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440156463694, 39.935660789048399 ], [ -75.175539242487204, 39.935173898293897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23479, "tnode_": 23594, "lpoly_": null, "rpoly_": null, "length": 311.31312007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1333, "r_f_add": 1300, "r_t_add": 1332, "st_code": 88160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321938, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4843, "Shape__Length": 124.05480774769222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175539242487204, 39.935173898293897 ], [ -75.175727144355704, 39.934331634939603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23322, "tnode_": 23308, "lpoly_": null, "rpoly_": null, "length": 219.59631068000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 49300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321939, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4844, "Shape__Length": 87.180715643797058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176910141152703, 39.9363203412627 ], [ -75.177684697200107, 39.936409096268299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27310, "tnode_": 23322, "lpoly_": null, "rpoly_": null, "length": 446.70513576000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 49300, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321940, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4845, "Shape__Length": 177.34389628929156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175334896707596, 39.936137930039799 ], [ -75.176910141152703, 39.9363203412627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23389, "tnode_": 23354, "lpoly_": null, "rpoly_": null, "length": 446.07483084999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 49300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321941, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4846, "Shape__Length": 177.10025338220996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173778684961704, 39.935856541808 ], [ -75.1753433557558, 39.9360772141425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23415, "tnode_": 23389, "lpoly_": null, "rpoly_": null, "length": 447.18612325000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 49300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321942, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4847, "Shape__Length": 177.54369332276229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172213379916997, 39.935622040921601 ], [ -75.173778684961704, 39.935856541808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23287, "tnode_": 23262, "lpoly_": null, "rpoly_": null, "length": 443.18822651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 53280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321943, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4848, "Shape__Length": 175.95409225889409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1752477548266, 39.936587311133103 ], [ -75.176804616205899, 39.9367966647252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23356, "tnode_": 23323, "lpoly_": null, "rpoly_": null, "length": 447.32925529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321944, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4849, "Shape__Length": 177.59471074351154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172125644505897, 39.936038742284701 ], [ -75.173699340471799, 39.936239650937601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23287, "tnode_": 23293, "lpoly_": null, "rpoly_": null, "length": 37.27538542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1217, "l_t_add": 1219, "r_f_add": 1214, "r_t_add": 1214, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321945, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-18T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4850, "Shape__Length": 14.854630132815755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1752477548266, 39.936587311133103 ], [ -75.175267250257804, 39.936486091973897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23293, "tnode_": 27310, "lpoly_": null, "rpoly_": null, "length": 128.23986018, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1221, "l_t_add": 1231, "r_f_add": 1216, "r_t_add": 1228, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321946, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4851, "Shape__Length": 51.104680428487796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175267250257804, 39.936486091973897 ], [ -75.175334896707596, 39.936137930039799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27321, "tnode_": 23293, "lpoly_": null, "rpoly_": null, "length": 448.8133951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 53280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321947, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4852, "Shape__Length": 178.18460543436845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173688361682494, 39.936284357695001 ], [ -75.175267250257804, 39.936486091973897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23396, "tnode_": 23383, "lpoly_": null, "rpoly_": null, "length": 303.81120667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2036, "r_f_add": 2001, "r_t_add": 2041, "st_code": 77460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 321948, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4853, "Shape__Length": 120.61644282984504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177017445745193, 39.935856639401401 ], [ -75.178085809984793, 39.935995091894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23416, "tnode_": 23396, "lpoly_": null, "rpoly_": null, "length": 448.02868413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 77460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 321949, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4854, "Shape__Length": 177.87040079840301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440156463694, 39.935660789048399 ], [ -75.177017445745193, 39.935856639401401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23442, "tnode_": 23416, "lpoly_": null, "rpoly_": null, "length": 450.90358021000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 77460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 321950, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4855, "Shape__Length": 179.01203293998725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173853670178303, 39.935459342877998 ], [ -75.175440156463694, 39.935660789048399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23470, "tnode_": 23442, "lpoly_": null, "rpoly_": null, "length": 441.271296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 77460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321951, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4856, "Shape__Length": 175.1907895988968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172304960260206, 39.935244872335097 ], [ -75.173853670178303, 39.935459342877998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23355, "tnode_": 23426, "lpoly_": null, "rpoly_": null, "length": 161.39600531, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1203, "r_f_add": 1200, "r_t_add": 1212, "st_code": 88080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321952, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4857, "Shape__Length": 64.314074198343761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168904200966494, 39.935978541108703 ], [ -75.169010480517002, 39.935543108020603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23426, "tnode_": 23475, "lpoly_": null, "rpoly_": null, "length": 150.23458822000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1205, "l_t_add": 1221, "r_f_add": 1214, "r_t_add": 1226, "st_code": 88080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321953, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4858, "Shape__Length": 59.868176585090389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169010480517002, 39.935543108020603 ], [ -75.169095226904304, 39.935135887611899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23475, "tnode_": 23578, "lpoly_": null, "rpoly_": null, "length": 281.53564016000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1223, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 88080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321954, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4859, "Shape__Length": 112.19118845247239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169095226904304, 39.935135887611899 ], [ -75.169248412737602, 39.934372086179899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23578, "tnode_": 23741, "lpoly_": null, "rpoly_": null, "length": 450.22437426000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321955, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4860, "Shape__Length": 179.40723858512615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169248412737602, 39.934372086179899 ], [ -75.169517205544395, 39.933153608161298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23248, "tnode_": 23316, "lpoly_": null, "rpoly_": null, "length": 192.20225645, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1153, "l_t_add": 1199, "r_f_add": 1152, "r_t_add": 1198, "st_code": 88100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 321956, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4861, "Shape__Length": 76.59430751140701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170354927723807, 39.936763309700098 ], [ -75.170457440761794, 39.936241624894798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23316, "tnode_": 23391, "lpoly_": null, "rpoly_": null, "length": 168.94846558, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321957, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4862, "Shape__Length": 67.323918959768235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170457440761794, 39.936241624894798 ], [ -75.170568414787098, 39.9357857755572 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23391, "tnode_": 23446, "lpoly_": null, "rpoly_": null, "length": 146.88222464, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1215, "l_t_add": 1229, "r_f_add": 1216, "r_t_add": 1234, "st_code": 88100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321958, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4863, "Shape__Length": 58.533568680853271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170568414787098, 39.9357857755572 ], [ -75.170643025026607, 39.935386676839897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23446, "tnode_": 23490, "lpoly_": null, "rpoly_": null, "length": 130.87447728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1241, "r_f_add": 1236, "r_t_add": 1240, "st_code": 88100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321959, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4864, "Shape__Length": 52.150798158391993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170643025026607, 39.935386676839897 ], [ -75.170731932601498, 39.935033989243102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23490, "tnode_": 23551, "lpoly_": null, "rpoly_": null, "length": 170.54785501000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 88100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321960, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4865, "Shape__Length": 67.961900815968562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170731932601498, 39.935033989243102 ], [ -75.170831931266605, 39.934572185862997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23551, "tnode_": 23723, "lpoly_": null, "rpoly_": null, "length": 448.22063343999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321961, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4866, "Shape__Length": 178.61018113627728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170831931266605, 39.934572185862997 ], [ -75.171093536139196, 39.933358356341898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23289, "tnode_": 23356, "lpoly_": null, "rpoly_": null, "length": 168.85543978000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321962, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4867, "Shape__Length": 67.287699666538373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172018505397702, 39.936494875524403 ], [ -75.172125644505897, 39.936038742284701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23356, "tnode_": 23415, "lpoly_": null, "rpoly_": null, "length": 153.77766545, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1221, "l_t_add": 1229, "r_f_add": 1216, "r_t_add": 1228, "st_code": 88120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321963, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4868, "Shape__Length": 61.280386098083319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172125644505897, 39.936038742284701 ], [ -75.172213379916997, 39.935622040921601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23415, "tnode_": 23470, "lpoly_": null, "rpoly_": null, "length": 139.77522688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1241, "r_f_add": 1230, "r_t_add": 1242, "st_code": 88120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321964, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4869, "Shape__Length": 55.698301914153546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172213379916997, 39.935622040921601 ], [ -75.172304960260206, 39.935244872335097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23470, "tnode_": 23532, "lpoly_": null, "rpoly_": null, "length": 173.08368357999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1244, "r_t_add": 1298, "st_code": 88120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 321965, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4870, "Shape__Length": 68.97469718310704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172304960260206, 39.935244872335097 ], [ -75.172390871920499, 39.934774360962599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23532, "tnode_": 23697, "lpoly_": null, "rpoly_": null, "length": 453.53889914999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4871, "Shape__Length": 180.72939915114756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172390871920499, 39.934774360962599 ], [ -75.172659423634101, 39.933546623392402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23490, "tnode_": 23470, "lpoly_": null, "rpoly_": null, "length": 447.75983406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 77460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 4872, "Shape__Length": 177.76492362125578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170731932601498, 39.935033989243102 ], [ -75.172304960260206, 39.935244872335097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23446, "tnode_": 23415, "lpoly_": null, "rpoly_": null, "length": 448.6377129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 49300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321968, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4873, "Shape__Length": 178.11941648211135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170643025026607, 39.935386676839897 ], [ -75.172213379916997, 39.935622040921601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23475, "tnode_": 23446, "lpoly_": null, "rpoly_": null, "length": 443.55514592999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 49300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321969, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 4874, "Shape__Length": 176.10501556791394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169095226904304, 39.935135887611899 ], [ -75.170643025026607, 39.935386676839897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23391, "tnode_": 23356, "lpoly_": null, "rpoly_": null, "length": 446.30266057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 53280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321970, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4875, "Shape__Length": 177.19770721699777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170568414787098, 39.9357857755572 ], [ -75.172125644505897, 39.936038742284701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23426, "tnode_": 23391, "lpoly_": null, "rpoly_": null, "length": 445.73833036999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 53280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321971, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 4876, "Shape__Length": 176.97068470227714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169010480517002, 39.935543108020603 ], [ -75.170568414787098, 39.9357857755572 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23750, "tnode_": 23909, "lpoly_": null, "rpoly_": null, "length": 453.02028832999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 21420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321972, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4877, "Shape__Length": 180.51841578401209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168741955080094, 39.9330498244476 ], [ -75.169008690954698, 39.9318232965894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23591, "tnode_": 23750, "lpoly_": null, "rpoly_": null, "length": 450.92756884, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 21420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321973, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 4878, "Shape__Length": 179.68693101803333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168471056489395, 39.934269984404999 ], [ -75.168741955080094, 39.9330498244476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23730, "tnode_": 23884, "lpoly_": null, "rpoly_": null, "length": 451.00362719000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 56560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321974, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 4879, "Shape__Length": 179.71495604623635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170534202564795, 39.933282663695003 ], [ -75.170803060431894, 39.9320620249878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23735, "tnode_": 23889, "lpoly_": null, "rpoly_": null, "length": 448.86837885, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 42420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321975, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4880, "Shape__Length": 178.86359856913538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170090069768605, 39.933221735333397 ], [ -75.170360069884097, 39.932007192421899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23735, "tnode_": 23733, "lpoly_": null, "rpoly_": null, "length": 33.18029241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1516, "l_t_add": 1516, "r_f_add": 1515, "r_t_add": 1517, "st_code": 67780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321976, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4881, "Shape__Length": 13.173039550789063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170090069768605, 39.933221735333397 ], [ -75.170206037328995, 39.933239796496999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23733, "tnode_": 23730, "lpoly_": null, "rpoly_": null, "length": 93.34464597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1518, "l_t_add": 1526, "r_f_add": 1519, "r_t_add": 1525, "st_code": 67780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321977, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4882, "Shape__Length": 37.057477791919318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170206037328995, 39.933239796496999 ], [ -75.170534202564795, 39.933282663695003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23565, "tnode_": 23733, "lpoly_": null, "rpoly_": null, "length": 449.16755449000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 42420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321978, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 4883, "Shape__Length": 178.98842302209894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169952421577705, 39.934457263069802 ], [ -75.170206037328995, 39.933239796496999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23730, "tnode_": 23728, "lpoly_": null, "rpoly_": null, "length": 21.47575592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1528, "l_t_add": 1528, "r_f_add": 1527, "r_t_add": 1527, "st_code": 67780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321979, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4884, "Shape__Length": 8.5268985571265912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170534202564795, 39.933282663695003 ], [ -75.170608430751898, 39.9332971618743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23728, "tnode_": 23723, "lpoly_": null, "rpoly_": null, "length": 137.85497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1530, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 67780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321980, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 4885, "Shape__Length": 54.727565506302419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170608430751898, 39.9332971618743 ], [ -75.171093536139196, 39.933358356341898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23558, "tnode_": 23728, "lpoly_": null, "rpoly_": null, "length": 447.17391365000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 56560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321981, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 4886, "Shape__Length": 178.19236290743561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170343646422495, 39.9345076690025 ], [ -75.170608430751898, 39.9332971618743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23741, "tnode_": 23894, "lpoly_": null, "rpoly_": null, "length": 453.89011355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321982, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4887, "Shape__Length": 180.86514391142609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169517205544395, 39.933153608161298 ], [ -75.169785475146796, 39.931924857174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23894, "tnode_": 24049, "lpoly_": null, "rpoly_": null, "length": 451.18398944, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321983, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4888, "Shape__Length": 179.78386690423588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169785475146796, 39.931924857174003 ], [ -75.170050293140505, 39.930703193873498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23723, "tnode_": 23877, "lpoly_": null, "rpoly_": null, "length": 451.838698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321984, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4889, "Shape__Length": 180.04852394857915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171093536139196, 39.933358356341898 ], [ -75.171358678713503, 39.932134911940601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23877, "tnode_": 24028, "lpoly_": null, "rpoly_": null, "length": 454.89432954, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321985, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4890, "Shape__Length": 181.26198823805927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171358678713503, 39.932134911940601 ], [ -75.171631720389001, 39.930903987894503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23697, "tnode_": 23856, "lpoly_": null, "rpoly_": null, "length": 446.48013675, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321986, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4891, "Shape__Length": 177.91334253007423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172659423634101, 39.933546623392402 ], [ -75.172924250837696, 39.932338053658597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23856, "tnode_": 24013, "lpoly_": null, "rpoly_": null, "length": 452.3889434, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321987, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4892, "Shape__Length": 180.26462969586387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172924250837696, 39.932338053658597 ], [ -75.173192933879704, 39.931113535695097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23620, "tnode_": 23669, "lpoly_": null, "rpoly_": null, "length": 133.0799894, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 88140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 321988, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4893, "Shape__Length": 53.031894736603512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174167751435803, 39.934123656444399 ], [ -75.174236275091104, 39.933762163552103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23669, "tnode_": 23727, "lpoly_": null, "rpoly_": null, "length": 147.92570595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1409, "r_f_add": 1400, "r_t_add": 1412, "st_code": 88140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321989, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4894, "Shape__Length": 58.946238365162614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174236275091104, 39.933762163552103 ], [ -75.174322009660699, 39.933361488259898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23727, "tnode_": 23777, "lpoly_": null, "rpoly_": null, "length": 143.4603262, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1411, "l_t_add": 1427, "r_f_add": 1414, "r_t_add": 1426, "st_code": 88140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321990, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4895, "Shape__Length": 57.166795821815235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174322009660699, 39.933361488259898 ], [ -75.174403207088602, 39.932972663873201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23777, "tnode_": 23837, "lpoly_": null, "rpoly_": null, "length": 162.42827423, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1429, "l_t_add": 1499, "r_f_add": 1428, "r_t_add": 1498, "st_code": 88140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 321991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4896, "Shape__Length": 64.724474338967966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174403207088602, 39.932972663873201 ], [ -75.174497776211197, 39.9325327612476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23837, "tnode_": 23990, "lpoly_": null, "rpoly_": null, "length": 449.23550862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 321992, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4897, "Shape__Length": 179.00828860002625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174497776211197, 39.9325327612476 ], [ -75.174766650341894, 39.931317048316401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23990, "tnode_": 24037, "lpoly_": null, "rpoly_": null, "length": 155.56236400999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321993, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4898, "Shape__Length": 61.987659772242509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174766650341894, 39.931317048316401 ], [ -75.174852905684205, 39.930895204320002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24037, "tnode_": 24089, "lpoly_": null, "rpoly_": null, "length": 138.15144141, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1624, "st_code": 88140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321994, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4899, "Shape__Length": 55.047206425135805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174852905684205, 39.930895204320002 ], [ -75.174944917986593, 39.930522635333197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24089, "tnode_": 24131, "lpoly_": null, "rpoly_": null, "length": 157.17776966999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321995, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4900, "Shape__Length": 62.630163583616238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174944917986593, 39.930522635333197 ], [ -75.175035409553004, 39.930096823695202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24131, "tnode_": 24174, "lpoly_": null, "rpoly_": null, "length": 157.62002525, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1714, "st_code": 88140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321996, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4901, "Shape__Length": 62.807128912329517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175035409553004, 39.930096823695202 ], [ -75.175117807317605, 39.929668812005097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24174, "tnode_": 24221, "lpoly_": null, "rpoly_": null, "length": 134.83574278, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1715, "l_t_add": 1725, "r_f_add": 1716, "r_t_add": 1732, "st_code": 88140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 321997, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 4902, "Shape__Length": 53.726571810716507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175117807317605, 39.929668812005097 ], [ -75.175198092306104, 39.929303867930699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24013, "tnode_": 24058, "lpoly_": null, "rpoly_": null, "length": 154.95532584999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1615, "r_f_add": 1600, "r_t_add": 1614, "st_code": 88120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321998, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4903, "Shape__Length": 61.743840081384761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173192933879704, 39.931113535695097 ], [ -75.173290790568899, 39.930694887941002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24058, "tnode_": 24147, "lpoly_": null, "rpoly_": null, "length": 293.94487608999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1617, "l_t_add": 1699, "r_f_add": 1616, "r_t_add": 1698, "st_code": 88120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 321999, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4904, "Shape__Length": 117.12652483314673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173290790568899, 39.930694887941002 ], [ -75.173465583910101, 39.929899271664702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24147, "tnode_": 24196, "lpoly_": null, "rpoly_": null, "length": 162.5096094, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1716, "st_code": 88120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322000, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4905, "Shape__Length": 64.753387543327946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173465583910101, 39.929899271664702 ], [ -75.173564230117705, 39.929459673989598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24196, "tnode_": 24241, "lpoly_": null, "rpoly_": null, "length": 134.6818101, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1717, "l_t_add": 1735, "r_f_add": 1718, "r_t_add": 1730, "st_code": 88120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322001, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 4906, "Shape__Length": 53.665643619683166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173564230117705, 39.929459673989598 ], [ -75.173640437500694, 39.929094640111302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24028, "tnode_": 24164, "lpoly_": null, "rpoly_": null, "length": 450.85026078, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322002, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4907, "Shape__Length": 179.64759769668288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171631720389001, 39.930903987894503 ], [ -75.171900533027795, 39.929683771484903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24164, "tnode_": 24310, "lpoly_": null, "rpoly_": null, "length": 447.15324215000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322003, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 4908, "Shape__Length": 178.17272956322509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171900533027795, 39.929683771484903 ], [ -75.172157294079696, 39.9284723001755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24049, "tnode_": 24187, "lpoly_": null, "rpoly_": null, "length": 450.10451744999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322004, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4909, "Shape__Length": 179.34868978277083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170050293140505, 39.930703193873498 ], [ -75.170326916314906, 39.929486090851398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24187, "tnode_": 24253, "lpoly_": null, "rpoly_": null, "length": 224.95027107, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1725, "r_f_add": 1700, "r_t_add": 1724, "st_code": 88080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322005, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 4910, "Shape__Length": 89.635503795873475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170326916314906, 39.929486090851398 ], [ -75.170443796012506, 39.928875164937502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23594, "tnode_": 23652, "lpoly_": null, "rpoly_": null, "length": 138.41601533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 88160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4911, "Shape__Length": 55.156835965887616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175727144355704, 39.934331634939603 ], [ -75.175810103984901, 39.933957070865901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23652, "tnode_": 23705, "lpoly_": null, "rpoly_": null, "length": 151.33324463, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 88160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4912, "Shape__Length": 60.304490812378006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175810103984901, 39.933957070865901 ], [ -75.175896187949803, 39.933546961627599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23705, "tnode_": 23755, "lpoly_": null, "rpoly_": null, "length": 140.12923184, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1427, "r_f_add": 1414, "r_t_add": 1426, "st_code": 88160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322008, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4913, "Shape__Length": 55.839343931691836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175896187949803, 39.933546961627599 ], [ -75.175977027399995, 39.933167356467301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23755, "tnode_": 23814, "lpoly_": null, "rpoly_": null, "length": 161.37959741, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1429, "l_t_add": 1499, "r_f_add": 1428, "r_t_add": 1498, "st_code": 88160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322009, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4914, "Shape__Length": 64.306671058618804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175977027399995, 39.933167356467301 ], [ -75.176071750343795, 39.932730391721499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23814, "tnode_": 23971, "lpoly_": null, "rpoly_": null, "length": 449.2247958, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322010, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4915, "Shape__Length": 179.00458000928435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176071750343795, 39.932730391721499 ], [ -75.176340322306601, 39.931514668938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23971, "tnode_": 24018, "lpoly_": null, "rpoly_": null, "length": 157.14569017, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322011, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4916, "Shape__Length": 62.617163302853768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176340322306601, 39.931514668938 ], [ -75.176438389112604, 39.931089941800998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24018, "tnode_": 24063, "lpoly_": null, "rpoly_": null, "length": 134.61511742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1624, "st_code": 88160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322012, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4917, "Shape__Length": 53.640304917455431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176438389112604, 39.931089941800998 ], [ -75.176514850817298, 39.930725124674296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24063, "tnode_": 24114, "lpoly_": null, "rpoly_": null, "length": 159.10979065000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322013, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4918, "Shape__Length": 63.399780380638234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176514850817298, 39.930725124674296 ], [ -75.176609328854298, 39.930294446800403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24114, "tnode_": 24159, "lpoly_": null, "rpoly_": null, "length": 160.30657571, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1717, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322014, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4919, "Shape__Length": 63.875818347431633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176609328854298, 39.930294446800403 ], [ -75.1767074504492, 39.929860916933798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24159, "tnode_": 24200, "lpoly_": null, "rpoly_": null, "length": 134.76865078, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1719, "l_t_add": 1733, "r_f_add": 1714, "r_t_add": 1724, "st_code": 88160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322015, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4920, "Shape__Length": 53.700530279053901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1767074504492, 39.929860916933798 ], [ -75.176783925414597, 39.929495674703503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24200, "tnode_": 24251, "lpoly_": null, "rpoly_": null, "length": 156.76041417, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1735, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4921, "Shape__Length": 62.462937979998181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176783925414597, 39.929495674703503 ], [ -75.176874086633205, 39.929070982553 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24251, "tnode_": 24299, "lpoly_": null, "rpoly_": null, "length": 155.70133014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 4922, "Shape__Length": 62.040479995760926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176874086633205, 39.929070982553 ], [ -75.176964135729506, 39.9286492224375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23627, "tnode_": 23686, "lpoly_": null, "rpoly_": null, "length": 153.14564485, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1414, "st_code": 88180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322018, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4923, "Shape__Length": 61.026517257954239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177387839524101, 39.934156993282102 ], [ -75.177477546262296, 39.933742299790502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23686, "tnode_": 23737, "lpoly_": null, "rpoly_": null, "length": 135.99980483, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1425, "r_f_add": 1416, "r_t_add": 1426, "st_code": 88180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4924, "Shape__Length": 54.193698551791243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177477546262296, 39.933742299790502 ], [ -75.177558022320696, 39.9333741392322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23737, "tnode_": 23791, "lpoly_": null, "rpoly_": null, "length": 162.50434912, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1427, "l_t_add": 1499, "r_f_add": 1428, "r_t_add": 1498, "st_code": 88180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4925, "Shape__Length": 64.755176216911593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177558022320696, 39.9333741392322 ], [ -75.177652579561197, 39.932934023351002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23791, "tnode_": 23949, "lpoly_": null, "rpoly_": null, "length": 444.95875346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322021, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4926, "Shape__Length": 177.30601790545185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177652579561197, 39.932934023351002 ], [ -75.177913089041397, 39.931729131537999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23949, "tnode_": 24001, "lpoly_": null, "rpoly_": null, "length": 160.60110216000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4927, "Shape__Length": 63.996160709921575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177913089041397, 39.931729131537999 ], [ -75.1779998224021, 39.931293346848697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24001, "tnode_": 24043, "lpoly_": null, "rpoly_": null, "length": 134.91213996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1624, "st_code": 88180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322023, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4928, "Shape__Length": 53.757720579969671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1779998224021, 39.931293346848697 ], [ -75.178083923672503, 39.930928699297802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24043, "tnode_": 24097, "lpoly_": null, "rpoly_": null, "length": 157.98333373000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322024, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4929, "Shape__Length": 62.95158286395155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178083923672503, 39.930928699297802 ], [ -75.178174481665494, 39.930500655296903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24097, "tnode_": 24141, "lpoly_": null, "rpoly_": null, "length": 161.530905, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322025, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4930, "Shape__Length": 64.363328967956548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178174481665494, 39.930500655296903 ], [ -75.178276789078197, 39.930064283582297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24141, "tnode_": 24179, "lpoly_": null, "rpoly_": null, "length": 130.29143564, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1715, "l_t_add": 1725, "r_f_add": 1714, "r_t_add": 1724, "st_code": 88180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4931, "Shape__Length": 51.916423860365555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178276789078197, 39.930064283582297 ], [ -75.1783525120088, 39.929711399934398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24179, "tnode_": 24233, "lpoly_": null, "rpoly_": null, "length": 159.18620103000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4932, "Shape__Length": 63.429295654335981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1783525120088, 39.929711399934398 ], [ -75.178446986169703, 39.929280509008002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24233, "tnode_": 24280, "lpoly_": null, "rpoly_": null, "length": 157.97447054, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1814, "st_code": 88180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322028, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 4933, "Shape__Length": 62.945988661412315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178446986169703, 39.929280509008002 ], [ -75.178541330960002, 39.9288529750023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23540, "tnode_": 23597, "lpoly_": null, "rpoly_": null, "length": 154.32743843, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 88200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322029, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4934, "Shape__Length": 61.501159625078543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179240551172299, 39.934824821290903 ], [ -75.179305947581696, 39.934404174694201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23597, "tnode_": 23660, "lpoly_": null, "rpoly_": null, "length": 155.062602, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1414, "st_code": 88200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322030, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4935, "Shape__Length": 61.792138332258361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179305947581696, 39.934404174694201 ], [ -75.179385586894298, 39.933982946314998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23660, "tnode_": 23707, "lpoly_": null, "rpoly_": null, "length": 134.83569744, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1425, "r_f_add": 1416, "r_t_add": 1430, "st_code": 88200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322031, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4936, "Shape__Length": 53.729940661123841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179385586894298, 39.933982946314998 ], [ -75.179465852898304, 39.933617999253201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23707, "tnode_": 23760, "lpoly_": null, "rpoly_": null, "length": 158.88938496, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1427, "l_t_add": 1499, "r_f_add": 1432, "r_t_add": 1498, "st_code": 88200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322032, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4937, "Shape__Length": 63.315162429469851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179465852898304, 39.933617999253201 ], [ -75.179556499458698, 39.933187446060202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23760, "tnode_": 23869, "lpoly_": null, "rpoly_": null, "length": 291.08140217, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1535, "r_f_add": 1500, "r_t_add": 1534, "st_code": 88200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322033, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4938, "Shape__Length": 115.98782605080575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179556499458698, 39.933187446060202 ], [ -75.179742304504998, 39.932401297633199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23869, "tnode_": 23921, "lpoly_": null, "rpoly_": null, "length": 161.54144959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1537, "l_t_add": 1599, "r_f_add": 1536, "r_t_add": 1598, "st_code": 88200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322034, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4939, "Shape__Length": 64.371397630153808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179742304504998, 39.932401297633199 ], [ -75.179830309123503, 39.931963051704699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23921, "tnode_": 23976, "lpoly_": null, "rpoly_": null, "length": 158.015023, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1614, "st_code": 88200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322035, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4940, "Shape__Length": 62.965364771744156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179830309123503, 39.931963051704699 ], [ -75.179919432654202, 39.931534741038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23976, "tnode_": 24019, "lpoly_": null, "rpoly_": null, "length": 131.71767603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1616, "r_t_add": 1626, "st_code": 88200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322036, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4941, "Shape__Length": 52.484592185992383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179919432654202, 39.931534741038199 ], [ -75.180004326209101, 39.9311791147747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24019, "tnode_": 24071, "lpoly_": null, "rpoly_": null, "length": 158.98529796, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1628, "r_t_add": 1698, "st_code": 88200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322037, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4942, "Shape__Length": 63.35133513881879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180004326209101, 39.9311791147747 ], [ -75.180093533985897, 39.9307481172834 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24071, "tnode_": 24120, "lpoly_": null, "rpoly_": null, "length": 156.84000606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1709, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322038, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4943, "Shape__Length": 62.495212548464607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180093533985897, 39.9307481172834 ], [ -75.180187752769598, 39.930323725629798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24120, "tnode_": 24155, "lpoly_": null, "rpoly_": null, "length": 135.06376713, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1711, "l_t_add": 1721, "r_f_add": 1714, "r_t_add": 1724, "st_code": 88200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322039, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4944, "Shape__Length": 53.817395332834884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180187752769598, 39.930323725629798 ], [ -75.180271826733502, 39.929958651770598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24155, "tnode_": 24210, "lpoly_": null, "rpoly_": null, "length": 158.21411202000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1723, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322040, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4945, "Shape__Length": 63.041506372319432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180271826733502, 39.929958651770598 ], [ -75.180370253551203, 39.929530995334503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24210, "tnode_": 24254, "lpoly_": null, "rpoly_": null, "length": 161.37964196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1814, "st_code": 88200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322041, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4946, "Shape__Length": 64.303279562370363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180370253551203, 39.929530995334503 ], [ -75.180464944362896, 39.929094026962503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24254, "tnode_": 24298, "lpoly_": null, "rpoly_": null, "length": 133.32424093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1815, "l_t_add": 1827, "r_f_add": 1816, "r_t_add": 1826, "st_code": 88200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322042, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 4947, "Shape__Length": 53.124896037020825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180464944362896, 39.929094026962503 ], [ -75.1805369041369, 39.928732252235697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23576, "tnode_": 23640, "lpoly_": null, "rpoly_": null, "length": 155.56240556, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 88220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322043, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4948, "Shape__Length": 61.990665395257935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180892248044699, 39.934614943550898 ], [ -75.180978470730807, 39.934193094998498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23640, "tnode_": 23687, "lpoly_": null, "rpoly_": null, "length": 137.18954313, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1433, "r_f_add": 1414, "r_t_add": 1426, "st_code": 88220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322044, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4949, "Shape__Length": 54.667642488675199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180978470730807, 39.934193094998498 ], [ -75.181063042872395, 39.933822162540103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23687, "tnode_": 23742, "lpoly_": null, "rpoly_": null, "length": 158.28545121000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1435, "l_t_add": 1499, "r_f_add": 1428, "r_t_add": 1498, "st_code": 88220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322045, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4950, "Shape__Length": 63.072945504477126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181063042872395, 39.933822162540103 ], [ -75.181164996279094, 39.933394796169097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23742, "tnode_": 23800, "lpoly_": null, "rpoly_": null, "length": 162.28770492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1514, "st_code": 88220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322046, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4951, "Shape__Length": 64.669390149477294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181164996279094, 39.933394796169097 ], [ -75.181255712276098, 39.932954803536397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23800, "tnode_": 23850, "lpoly_": null, "rpoly_": null, "length": 131.20319182, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1515, "l_t_add": 1527, "r_f_add": 1516, "r_t_add": 1526, "st_code": 88220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322047, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4952, "Shape__Length": 52.282559470992446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181255712276098, 39.932954803536397 ], [ -75.181327451435607, 39.932598893487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23850, "tnode_": 23896, "lpoly_": null, "rpoly_": null, "length": 158.13857889, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 88220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322048, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4953, "Shape__Length": 63.01440470656469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181327451435607, 39.932598893487501 ], [ -75.181422074751893, 39.932170938398798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23896, "tnode_": 23954, "lpoly_": null, "rpoly_": null, "length": 156.68362584000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322049, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4954, "Shape__Length": 62.434778014111451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181422074751893, 39.932170938398798 ], [ -75.181512201346706, 39.931746455053997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23954, "tnode_": 24002, "lpoly_": null, "rpoly_": null, "length": 137.02903497, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1630, "st_code": 88220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322050, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4955, "Shape__Length": 54.602325565938969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181512201346706, 39.931746455053997 ], [ -75.181592682890894, 39.931375430706098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24002, "tnode_": 24046, "lpoly_": null, "rpoly_": null, "length": 157.22238166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1632, "r_t_add": 1698, "st_code": 88220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322051, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4956, "Shape__Length": 62.647605632037866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181592682890894, 39.931375430706098 ], [ -75.181690727050395, 39.930950486672202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24046, "tnode_": 24103, "lpoly_": null, "rpoly_": null, "length": 156.54557522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322052, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4957, "Shape__Length": 62.379175815765521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181690727050395, 39.930950486672202 ], [ -75.181777041729006, 39.930525917813902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24103, "tnode_": 24140, "lpoly_": null, "rpoly_": null, "length": 134.46167125, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1715, "l_t_add": 1725, "r_f_add": 1714, "r_t_add": 1726, "st_code": 88220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322053, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4958, "Shape__Length": 53.579306178261071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181777041729006, 39.930525917813902 ], [ -75.181849114852, 39.930160997699801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24140, "tnode_": 24181, "lpoly_": null, "rpoly_": null, "length": 156.176039, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 88220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322054, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4959, "Shape__Length": 62.229447129475133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181849114852, 39.930160997699801 ], [ -75.181947318434894, 39.9297389934801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24181, "tnode_": 24239, "lpoly_": null, "rpoly_": null, "length": 162.28558832000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322055, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4960, "Shape__Length": 64.664522391999441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181947318434894, 39.9297389934801 ], [ -75.182042094192596, 39.929299514811603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24239, "tnode_": 24275, "lpoly_": null, "rpoly_": null, "length": 134.68181009, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1819, "l_t_add": 1829, "r_f_add": 1814, "r_t_add": 1824, "st_code": 88220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322056, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 4961, "Shape__Length": 53.665524520363455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182042094192596, 39.929299514811603 ], [ -75.182118255878095, 39.928934475301702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23751, "tnode_": 23801, "lpoly_": null, "rpoly_": null, "length": 131.63103255, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1517, "l_t_add": 1527, "r_f_add": 1518, "r_t_add": 1532, "st_code": 88270, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322057, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4962, "Shape__Length": 52.452894253625324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184547174408806, 39.933377787424199 ], [ -75.184622598445401, 39.933021139104902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23778, "tnode_": 23829, "lpoly_": null, "rpoly_": null, "length": 129.55086548, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1517, "l_t_add": 1527, "r_f_add": 1516, "r_t_add": 1526, "st_code": 88240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322058, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4963, "Shape__Length": 51.62243016851135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182903117596794, 39.933163212512198 ], [ -75.182986603872394, 39.932813434654499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23801, "tnode_": 23857, "lpoly_": null, "rpoly_": null, "length": 157.74973939, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 88270, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322059, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4964, "Shape__Length": 62.861013498403899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184622598445401, 39.933021139104902 ], [ -75.184708749340203, 39.932593204873598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23829, "tnode_": 23878, "lpoly_": null, "rpoly_": null, "length": 158.3851984, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 88240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322060, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4965, "Shape__Length": 63.11168602586369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182986603872394, 39.932813434654499 ], [ -75.183089102450694, 39.9323858673364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23857, "tnode_": 23910, "lpoly_": null, "rpoly_": null, "length": 156.92718155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1614, "st_code": 88270, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322061, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4966, "Shape__Length": 62.531602778045887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184708749340203, 39.932593204873598 ], [ -75.184803225832596, 39.932168604056599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23878, "tnode_": 23936, "lpoly_": null, "rpoly_": null, "length": 154.5656507, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1619, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322062, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4967, "Shape__Length": 61.5908690087157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183089102450694, 39.9323858673364 ], [ -75.183178998624797, 39.931967246938598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23910, "tnode_": 23955, "lpoly_": null, "rpoly_": null, "length": 137.16767722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1616, "r_t_add": 1632, "st_code": 88270, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322063, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4968, "Shape__Length": 54.65739874437017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184803225832596, 39.932168604056599 ], [ -75.184887223840306, 39.931797655546603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23936, "tnode_": 23980, "lpoly_": null, "rpoly_": null, "length": 137.01889882, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1621, "l_t_add": 1635, "r_f_add": 1614, "r_t_add": 1624, "st_code": 88240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322064, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4969, "Shape__Length": 54.598502782141281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183178998624797, 39.931967246938598 ], [ -75.183259196562901, 39.931596214371901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23955, "tnode_": 24009, "lpoly_": null, "rpoly_": null, "length": 154.44671566, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1634, "r_t_add": 1698, "st_code": 88270, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322065, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4970, "Shape__Length": 61.543985571064624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184887223840306, 39.931797655546603 ], [ -75.1849695056858, 39.931378438415301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23980, "tnode_": 24027, "lpoly_": null, "rpoly_": null, "length": 156.69924207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1637, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 88240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322066, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4971, "Shape__Length": 62.44100673287533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183259196562901, 39.931596214371901 ], [ -75.183345519481904, 39.931171219445901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24009, "tnode_": 24052, "lpoly_": null, "rpoly_": null, "length": 161.30293182, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1716, "st_code": 88270, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322067, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4972, "Shape__Length": 64.27444586227422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1849695056858, 39.931378438415301 ], [ -75.185064161492406, 39.930941678719101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24027, "tnode_": 24082, "lpoly_": null, "rpoly_": null, "length": 159.50609672, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1717, "r_f_add": 1700, "r_t_add": 1716, "st_code": 88240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322068, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4973, "Shape__Length": 63.556945683870858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183345519481904, 39.931171219445901 ], [ -75.183447856098496, 39.930740501045598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24052, "tnode_": 24104, "lpoly_": null, "rpoly_": null, "length": 139.21744772, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1715, "l_t_add": 1735, "r_f_add": 1718, "r_t_add": 1734, "st_code": 88270, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4974, "Shape__Length": 55.473293457021171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185064161492406, 39.930941678719101 ], [ -75.185148645805796, 39.930565084409103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24082, "tnode_": 24123, "lpoly_": null, "rpoly_": null, "length": 138.09121901999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1719, "l_t_add": 1731, "r_f_add": 1718, "r_t_add": 1730, "st_code": 88240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322070, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4975, "Shape__Length": 55.028813257187942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183447856098496, 39.930740501045598 ], [ -75.183493157926193, 39.930363030829 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24104, "tnode_": 24146, "lpoly_": null, "rpoly_": null, "length": 151.47447852, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1736, "r_t_add": 1798, "st_code": 88270, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4976, "Shape__Length": 60.356688387450816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185148645805796, 39.930565084409103 ], [ -75.185242271523094, 39.930155562545401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24123, "tnode_": 24165, "lpoly_": null, "rpoly_": null, "length": 158.14785664, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1733, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 88240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322072, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4977, "Shape__Length": 63.01362807236945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183493157926193, 39.930363030829 ], [ -75.183602932622705, 39.929937200096099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24146, "tnode_": 24194, "lpoly_": null, "rpoly_": null, "length": 157.81995125, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1816, "st_code": 88270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322073, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4978, "Shape__Length": 62.885804825741147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185242271523094, 39.930155562545401 ], [ -75.185332491451703, 39.929727930736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24165, "tnode_": 24219, "lpoly_": null, "rpoly_": null, "length": 159.61053044, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1816, "st_code": 88240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322074, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4979, "Shape__Length": 63.599161457744174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183602932622705, 39.929937200096099 ], [ -75.183693624602796, 39.929504647780398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24219, "tnode_": 24258, "lpoly_": null, "rpoly_": null, "length": 129.30526187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1818, "r_t_add": 1832, "st_code": 88240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322075, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4980, "Shape__Length": 51.522424425146355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183693624602796, 39.929504647780398 ], [ -75.1837730098202, 39.929154989482399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24194, "tnode_": 24289, "lpoly_": null, "rpoly_": null, "length": 293.94487608999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1821, "l_t_add": 1899, "r_f_add": 1818, "r_t_add": 1898, "st_code": 88270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322076, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 4981, "Shape__Length": 117.1248923920305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185332491451703, 39.929727930736 ], [ -75.185507141391994, 39.928932296106197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24258, "tnode_": 24311, "lpoly_": null, "rpoly_": null, "length": 160.82114174, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1834, "r_t_add": 1898, "st_code": 88240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322077, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 4982, "Shape__Length": 64.07792694966318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1837730098202, 39.929154989482399 ], [ -75.183883061585206, 39.928721721505703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23237, "tnode_": 23414, "lpoly_": null, "rpoly_": null, "length": 450.22690927000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88370, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4983, "Shape__Length": 179.41629292230283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192037104592899, 39.937289018329302 ], [ -75.192303146774094, 39.9360701741344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23414, "tnode_": 23471, "lpoly_": null, "rpoly_": null, "length": 141.79097041, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1414, "st_code": 88370, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322079, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4984, "Shape__Length": 56.502166370533764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192303146774094, 39.9360701741344 ], [ -75.192394464840504, 39.935687340428302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23471, "tnode_": 23515, "lpoly_": null, "rpoly_": null, "length": 128.68161201000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1415, "l_t_add": 1429, "r_f_add": 1416, "r_t_add": 1430, "st_code": 88370, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4985, "Shape__Length": 51.279869870626662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192394464840504, 39.935687340428302 ], [ -75.192464267681302, 39.935338203923202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23515, "tnode_": 23577, "lpoly_": null, "rpoly_": null, "length": 175.95810413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1432, "r_t_add": 1498, "st_code": 88370, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322081, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4986, "Shape__Length": 70.119528126171801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192464267681302, 39.935338203923202 ], [ -75.192557384292996, 39.934860525055797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23577, "tnode_": 23743, "lpoly_": null, "rpoly_": null, "length": 452.13476531000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88370, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4987, "Shape__Length": 180.16941462827097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192557384292996, 39.934860525055797 ], [ -75.192829767683804, 39.933637198343803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23743, "tnode_": 23901, "lpoly_": null, "rpoly_": null, "length": 449.63499648000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88370, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4988, "Shape__Length": 179.17107255760223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192829767683804, 39.933637198343803 ], [ -75.193094020341405, 39.932419772604597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23901, "tnode_": 24050, "lpoly_": null, "rpoly_": null, "length": 452.18703165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88370, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322084, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4989, "Shape__Length": 180.18548307251078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193094020341405, 39.932419772604597 ], [ -75.193355009412002, 39.931194830458402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22982, "tnode_": 23076, "lpoly_": null, "rpoly_": null, "length": 238.86660748, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 88370, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4990, "Shape__Length": 95.19159863405676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191656243729298, 39.939057016381 ], [ -75.191797807695906, 39.938410415420002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23076, "tnode_": 23237, "lpoly_": null, "rpoly_": null, "length": 413.97925965000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1299, "r_f_add": 1230, "r_t_add": 1298, "st_code": 88370, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 4991, "Shape__Length": 164.97512170843703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191797807695906, 39.938410415420002 ], [ -75.192037104592899, 39.937289018329302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22990, "tnode_": 23056, "lpoly_": null, "rpoly_": null, "length": 155.63025253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 88390, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322087, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4992, "Shape__Length": 62.020502025276699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193274334282705, 39.939041456837899 ], [ -75.193369015350896, 39.938620494641 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23056, "tnode_": 23152, "lpoly_": null, "rpoly_": null, "length": 277.86604675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1231, "l_t_add": 1245, "r_f_add": 1230, "r_t_add": 1244, "st_code": 88390, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322088, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4993, "Shape__Length": 110.73261775488318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193369015350896, 39.938620494641 ], [ -75.193453345840794, 39.938185935216097 ], [ -75.193532466036402, 39.937868325766402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23152, "tnode_": 23213, "lpoly_": null, "rpoly_": null, "length": 138.38439438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1247, "l_t_add": 1299, "r_f_add": 1246, "r_t_add": 1298, "st_code": 88390, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322090, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4994, "Shape__Length": 55.146813224526028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193532466036402, 39.937868325766402 ], [ -75.193617211831693, 39.937494086280999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23213, "tnode_": 23394, "lpoly_": null, "rpoly_": null, "length": 442.62840546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88390, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322091, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4995, "Shape__Length": 176.3893338759944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193617211831693, 39.937494086280999 ], [ -75.193875277122601, 39.936295364564899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23394, "tnode_": 23443, "lpoly_": null, "rpoly_": null, "length": 151.19987815000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1423, "r_f_add": 1400, "r_t_add": 1422, "st_code": 88390, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322092, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4996, "Shape__Length": 60.254947499312195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193875277122601, 39.936295364564899 ], [ -75.193949473234298, 39.935884250298301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23443, "tnode_": 23489, "lpoly_": null, "rpoly_": null, "length": 125.27281039, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1425, "l_t_add": 1439, "r_f_add": 1424, "r_t_add": 1438, "st_code": 88390, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4997, "Shape__Length": 49.920176662371055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193949473234298, 39.935884250298301 ], [ -75.194027352694903, 39.935545626679897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23489, "tnode_": 23550, "lpoly_": null, "rpoly_": null, "length": 180.33843055, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 88390, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4998, "Shape__Length": 71.863605980983081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194027352694903, 39.935545626679897 ], [ -75.194135013663896, 39.935057561537803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23550, "tnode_": 23724, "lpoly_": null, "rpoly_": null, "length": 453.27801262000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88390, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 4999, "Shape__Length": 180.62497933143919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194135013663896, 39.935057561537803 ], [ -75.194411556525694, 39.933831602443398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23131, "tnode_": 23183, "lpoly_": null, "rpoly_": null, "length": 135.00948341, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1247, "l_t_add": 1299, "r_f_add": 1246, "r_t_add": 1298, "st_code": 88410, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322099, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 5000, "Shape__Length": 53.801582098472807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195104501389295, 39.938064704517103 ], [ -75.195190243487104, 39.937700010801699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23183, "tnode_": 23367, "lpoly_": null, "rpoly_": null, "length": 446.61429355999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88410, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 5001, "Shape__Length": 177.97944462188758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195190243487104, 39.937700010801699 ], [ -75.1954421774536, 39.936489433785603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23367, "tnode_": 23531, "lpoly_": null, "rpoly_": null, "length": 455.74295183000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88410, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 5002, "Shape__Length": 181.61323690356551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1954421774536, 39.936489433785603 ], [ -75.195705017233294, 39.935254831553699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23531, "tnode_": 23699, "lpoly_": null, "rpoly_": null, "length": 446.7020139, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88410, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322102, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 5003, "Shape__Length": 178.00568132367198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195705017233294, 39.935254831553699 ], [ -75.195973462883899, 39.934046116249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22978, "tnode_": 23098, "lpoly_": null, "rpoly_": null, "length": 311.28499845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1241, "r_f_add": 1200, "r_t_add": 1252, "st_code": 88430, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322103, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5004, "Shape__Length": 124.0510233476259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196469623824001, 39.9392174717293 ], [ -75.196656850654307, 39.938375196207801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23098, "tnode_": 23157, "lpoly_": null, "rpoly_": null, "length": 174.52948073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1254, "r_t_add": 1298, "st_code": 88430, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322104, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5005, "Shape__Length": 69.551112870305502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196656850654307, 39.938375196207801 ], [ -75.1967647028805, 39.937903338711699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23157, "tnode_": 23339, "lpoly_": null, "rpoly_": null, "length": 448.24970434, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88430, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322105, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5006, "Shape__Length": 178.63210527709205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1967647028805, 39.937903338711699 ], [ -75.197014583352995, 39.936687963931703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23339, "tnode_": 23508, "lpoly_": null, "rpoly_": null, "length": 451.91671763, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88430, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5007, "Shape__Length": 180.08981221733154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197014583352995, 39.936687963931703 ], [ -75.197269592972106, 39.935463025231599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23508, "tnode_": 23677, "lpoly_": null, "rpoly_": null, "length": 451.4487008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88430, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5008, "Shape__Length": 179.89791348788307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197269592972106, 39.935463025231599 ], [ -75.197539529359602, 39.934241287164099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22985, "tnode_": 22978, "lpoly_": null, "rpoly_": null, "length": 157.37432499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3126, "l_t_add": 3136, "r_f_add": 3127, "r_t_add": 3137, "st_code": 38340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322108, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5009, "Shape__Length": 62.490467740778747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195925590314204, 39.9391113578126 ], [ -75.196469623824001, 39.9392174717293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22982, "tnode_": 22990, "lpoly_": null, "rpoly_": null, "length": 453.76683427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 38340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322109, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5010, "Shape__Length": 180.13918198293234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191656243729298, 39.939057016381 ], [ -75.193274334282705, 39.939041456837899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22990, "tnode_": 22998, "lpoly_": null, "rpoly_": null, "length": 215.5454129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3019, "st_code": 38340, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322110, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5011, "Shape__Length": 85.568502708071975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193274334282705, 39.939041456837899 ], [ -75.194043000351797, 39.939038625663301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23002, "tnode_": 22985, "lpoly_": null, "rpoly_": null, "length": 133.75044313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3110, "l_t_add": 3124, "r_f_add": 3111, "r_t_add": 3125, "st_code": 38340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322111, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5012, "Shape__Length": 53.099813809288555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195451711393005, 39.939069563511801 ], [ -75.195925590314204, 39.9391113578126 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22998, "tnode_": 23005, "lpoly_": null, "rpoly_": null, "length": 243.94165228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3020, "l_t_add": 3098, "r_f_add": 3021, "r_t_add": 3099, "st_code": 38340, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322112, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5013, "Shape__Length": 96.841436749444654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194043000351797, 39.939038625663301 ], [ -75.194912905118699, 39.939044749138098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23005, "tnode_": 23002, "lpoly_": null, "rpoly_": null, "length": 151.35770444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3100, "l_t_add": 3108, "r_f_add": 3101, "r_t_add": 3109, "st_code": 38340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322113, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5014, "Shape__Length": 60.087744081690282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194912905118699, 39.939044749138098 ], [ -75.195451711393005, 39.939069563511801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22873, "tnode_": 22862, "lpoly_": null, "rpoly_": null, "length": 150.04549601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3529, "st_code": 38340, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 322114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5015, "Shape__Length": 59.58092068238345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199687664362997, 39.939946419881601 ], [ -75.200206523242898, 39.9400471221239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21459, "tnode_": 21667, "lpoly_": null, "rpoly_": null, "length": 234.48018893, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 88470, "l_hundred": 500, "r_hundred": 500, "seg_id": 322121, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5016, "Shape__Length": 93.432721590365048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192901436456694, 39.948720558001497 ], [ -75.192908360287603, 39.948546616899002 ], [ -75.192974662418607, 39.948279341354699 ], [ -75.193027226381702, 39.9481903266893 ], [ -75.193102111779098, 39.948108883372001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27245, "tnode_": 21801, "lpoly_": null, "rpoly_": null, "length": 341.60635521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3470, "l_t_add": 3498, "r_f_add": 3471, "r_t_add": 3499, "st_code": 23270, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 322122, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 5017, "Shape__Length": 135.76139672065793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193815113517999, 39.947783451853503 ], [ -75.194874189807507, 39.947319846958599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23966, "tnode_": 23918, "lpoly_": null, "rpoly_": null, "length": 557.28899289000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 56880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 322123, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 5018, "Shape__Length": 221.27590927263489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200479354705095, 39.932108729098701 ], [ -75.2023952213641, 39.932514936674103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24050, "tnode_": 24068, "lpoly_": null, "rpoly_": null, "length": 39.00338615, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1801, "r_f_add": 1800, "r_t_add": 1810, "st_code": 88370, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322124, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5019, "Shape__Length": 15.540952115389238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193355009412002, 39.931194830458402 ], [ -75.193382529441294, 39.931089878273802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24068, "tnode_": 24189, "lpoly_": null, "rpoly_": null, "length": 411.86842422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1803, "l_t_add": 1899, "r_f_add": 1812, "r_t_add": 1898, "st_code": 88370, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322125, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5020, "Shape__Length": 164.11599041460366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193382529441294, 39.931089878273802 ], [ -75.193623436855802, 39.929974562363199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24068, "tnode_": 24170, "lpoly_": null, "rpoly_": null, "length": 592.9393765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 59500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW HOPE ST", "stname": "NEW HOPE ST", "objectid": 5021, "Shape__Length": 235.67289758803145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193382529441294, 39.931089878273802 ], [ -75.193782354997794, 39.930855107214697 ], [ -75.194246407648293, 39.930607889796804 ], [ -75.195105647570301, 39.930147182568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23724, "tnode_": 28850, "lpoly_": null, "rpoly_": null, "length": 447.14876086000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88390, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322127, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 5022, "Shape__Length": 178.18150732199049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194411556525694, 39.933831602443398 ], [ -75.194669907252703, 39.932620342018701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24170, "tnode_": 24307, "lpoly_": null, "rpoly_": null, "length": 446.29169322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88390, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322134, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 5023, "Shape__Length": 177.78490609613098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195105647570301, 39.930147182568 ], [ -75.1952579412673, 39.9299721786116 ], [ -75.195415877501205, 39.929137092347297 ], [ -75.1953244343145, 39.928981710109198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23684, "tnode_": 23677, "lpoly_": null, "rpoly_": null, "length": 145.53031619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3136, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 76720, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322135, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5024, "Shape__Length": 57.773903845827675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197025715612099, 39.9341852127477 ], [ -75.197539529359602, 39.934241287164099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23692, "tnode_": 23684, "lpoly_": null, "rpoly_": null, "length": 147.94618947000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3116, "l_t_add": 3134, "r_f_add": 3115, "r_t_add": 3127, "st_code": 76720, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322136, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5025, "Shape__Length": 58.734537843408688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196505218300402, 39.934118954485598 ], [ -75.197025715612099, 39.9341852127477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23699, "tnode_": 23692, "lpoly_": null, "rpoly_": null, "length": 151.46352064000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3113, "st_code": 76720, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322137, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5026, "Shape__Length": 60.131826481136208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195973462883899, 39.934046116249 ], [ -75.196505218300402, 39.934118954485598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23710, "tnode_": 23699, "lpoly_": null, "rpoly_": null, "length": 151.36796336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3026, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 76720, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322138, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5027, "Shape__Length": 60.092138224781024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195440103660403, 39.933982283208898 ], [ -75.195973462883899, 39.934046116249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23724, "tnode_": 23717, "lpoly_": null, "rpoly_": null, "length": 147.70913835000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3013, "st_code": 76720, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322140, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5028, "Shape__Length": 58.643259465178978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194411556525694, 39.933831602443398 ], [ -75.194927682507199, 39.933912510690703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23729, "tnode_": 23724, "lpoly_": null, "rpoly_": null, "length": 151.00932283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2926, "l_t_add": 2998, "r_f_add": 2927, "r_t_add": 2999, "st_code": 76720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322141, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5029, "Shape__Length": 59.94765988333635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193877272856398, 39.933779915884898 ], [ -75.194411556525694, 39.933831602443398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23736, "tnode_": 23729, "lpoly_": null, "rpoly_": null, "length": 142.32548623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2910, "l_t_add": 2924, "r_f_add": 2911, "r_t_add": 2925, "st_code": 76720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322142, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5030, "Shape__Length": 56.503842658684896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193377768013704, 39.933710755827597 ], [ -75.193877272856398, 39.933779915884898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23743, "tnode_": 23736, "lpoly_": null, "rpoly_": null, "length": 155.99641304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2908, "r_f_add": 2901, "r_t_add": 2909, "st_code": 76720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322143, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5031, "Shape__Length": 61.930745958080685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192829767683804, 39.933637198343803 ], [ -75.193377768013704, 39.933710755827597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23748, "tnode_": 23743, "lpoly_": null, "rpoly_": null, "length": 154.80188388000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2844, "l_t_add": 2898, "r_f_add": 2843, "r_t_add": 2899, "st_code": 76720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322144, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5032, "Shape__Length": 61.456316090657872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192285809657605, 39.933564889768299 ], [ -75.192829767683804, 39.933637198343803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23513, "tnode_": 23508, "lpoly_": null, "rpoly_": null, "length": 144.83635704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3128, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 28480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322145, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5033, "Shape__Length": 57.502744799593067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196762015837606, 39.935389497391398 ], [ -75.197269592972106, 39.935463025231599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23525, "tnode_": 23513, "lpoly_": null, "rpoly_": null, "length": 149.90545074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3114, "l_t_add": 3126, "r_f_add": 3115, "r_t_add": 3127, "st_code": 28480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322146, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5034, "Shape__Length": 59.512084456654001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196233086610704, 39.935329917854403 ], [ -75.196762015837606, 39.935389497391398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23531, "tnode_": 23525, "lpoly_": null, "rpoly_": null, "length": 150.58992837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3113, "st_code": 28480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322147, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5035, "Shape__Length": 59.786615905185286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195705017233294, 39.935254831553699 ], [ -75.196233086610704, 39.935329917854403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23548, "tnode_": 23541, "lpoly_": null, "rpoly_": null, "length": 149.44926415999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3024, "l_t_add": 3062, "r_f_add": 3025, "r_t_add": 3063, "st_code": 28480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322148, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5036, "Shape__Length": 59.333135308027614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194655917765104, 39.9351203318855 ], [ -75.195180561081401, 39.9351924121626 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23550, "tnode_": 23548, "lpoly_": null, "rpoly_": null, "length": 147.85493266999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3000, "l_t_add": 3022, "r_f_add": 3001, "r_t_add": 3023, "st_code": 28480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322149, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5037, "Shape__Length": 58.698488822980984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194135013663896, 39.935057561537803 ], [ -75.194655917765104, 39.9351203318855 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23557, "tnode_": 23550, "lpoly_": null, "rpoly_": null, "length": 150.3324005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2931, "r_t_add": 2999, "st_code": 28480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322150, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5038, "Shape__Length": 59.682907975699649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193606437339994, 39.9349887486215 ], [ -75.194135013663896, 39.935057561537803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23568, "tnode_": 23557, "lpoly_": null, "rpoly_": null, "length": 145.71201581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2922, "l_t_add": 2928, "r_f_add": 2923, "r_t_add": 2929, "st_code": 28480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322151, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5039, "Shape__Length": 57.84826685884093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193093806139302, 39.934923435061002 ], [ -75.193606437339994, 39.9349887486215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23577, "tnode_": 23568, "lpoly_": null, "rpoly_": null, "length": 152.16376118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2920, "r_f_add": 2901, "r_t_add": 2921, "st_code": 28480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5040, "Shape__Length": 60.408625014276829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192557384292996, 39.934860525055797 ], [ -75.193093806139302, 39.934923435061002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23541, "tnode_": 23531, "lpoly_": null, "rpoly_": null, "length": 148.81924733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3064, "l_t_add": 3098, "r_f_add": 3065, "r_t_add": 3099, "st_code": 28480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322153, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5041, "Shape__Length": 59.081305096684893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195180561081401, 39.9351924121626 ], [ -75.195705017233294, 39.935254831553699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23339, "tnode_": 23311, "lpoly_": null, "rpoly_": null, "length": 320.12228679000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 67780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322154, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5042, "Shape__Length": 127.09408388511076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197014583352995, 39.936687963931703 ], [ -75.198058079835107, 39.936826172119801 ], [ -75.198139863230494, 39.9368164751791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23351, "tnode_": 23339, "lpoly_": null, "rpoly_": null, "length": 153.43171846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3135, "r_t_add": 3199, "st_code": 67780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322155, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5043, "Shape__Length": 60.916155882520499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196476639282295, 39.936611039814203 ], [ -75.197014583352995, 39.936687963931703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23358, "tnode_": 23351, "lpoly_": null, "rpoly_": null, "length": 143.77838212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3116, "l_t_add": 3130, "r_f_add": 3117, "r_t_add": 3133, "st_code": 67780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322156, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5044, "Shape__Length": 57.081416337993666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195970164306402, 39.936549616590597 ], [ -75.196476639282295, 39.936611039814203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23386, "tnode_": 23375, "lpoly_": null, "rpoly_": null, "length": 146.00391195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3008, "l_t_add": 3014, "r_f_add": 3013, "r_t_add": 3025, "st_code": 67780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322157, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5045, "Shape__Length": 57.965575587704166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194408177532196, 39.936355664134403 ], [ -75.194921613258302, 39.936422184210599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23394, "tnode_": 23386, "lpoly_": null, "rpoly_": null, "length": 151.04325065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3000, "l_t_add": 3006, "r_f_add": 3001, "r_t_add": 3011, "st_code": 67780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5046, "Shape__Length": 59.964684520079146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193875277122601, 39.936295364564899 ], [ -75.194408177532196, 39.936355664134403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23399, "tnode_": 23394, "lpoly_": null, "rpoly_": null, "length": 158.79477378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2934, "l_t_add": 2998, "r_f_add": 2943, "r_t_add": 2999, "st_code": 67780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322159, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5047, "Shape__Length": 63.045183597006137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193318681136802, 39.936215140072001 ], [ -75.193875277122601, 39.936295364564899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23407, "tnode_": 23399, "lpoly_": null, "rpoly_": null, "length": 131.58596123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2918, "l_t_add": 2932, "r_f_add": 2927, "r_t_add": 2941, "st_code": 67780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322160, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5048, "Shape__Length": 52.241172937855275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192855810936095, 39.936155822903501 ], [ -75.193318681136802, 39.936215140072001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23414, "tnode_": 23407, "lpoly_": null, "rpoly_": null, "length": 158.08955809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2925, "st_code": 67780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5049, "Shape__Length": 62.766330979490235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192303146774094, 39.9360701741344 ], [ -75.192855810936095, 39.936155822903501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23367, "tnode_": 23358, "lpoly_": null, "rpoly_": null, "length": 149.67350532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3115, "st_code": 67780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5050, "Shape__Length": 59.421132582669046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1954421774536, 39.936489433785603 ], [ -75.195970164306402, 39.936549616590597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23375, "tnode_": 23367, "lpoly_": null, "rpoly_": null, "length": 148.01915199000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3016, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 67780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322163, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5051, "Shape__Length": 58.765675692616554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194921613258302, 39.936422184210599 ], [ -75.1954421774536, 39.936489433785603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23098, "tnode_": 23074, "lpoly_": null, "rpoly_": null, "length": 250.15198759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 49300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322164, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 5052, "Shape__Length": 99.327436481285659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196656850654307, 39.938375196207801 ], [ -75.197524293964406, 39.938535467882701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23157, "tnode_": 23143, "lpoly_": null, "rpoly_": null, "length": 265.86296449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 82740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322165, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5053, "Shape__Length": 105.55329026483339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1967647028805, 39.937903338711699 ], [ -75.197700151574594, 39.9380221748021 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23164, "tnode_": 23157, "lpoly_": null, "rpoly_": null, "length": 159.4740639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 82740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322166, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5054, "Shape__Length": 63.313792328519462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196202740819203, 39.937836128688602 ], [ -75.1967647028805, 39.937903338711699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23171, "tnode_": 23164, "lpoly_": null, "rpoly_": null, "length": 132.05757935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3122, "l_t_add": 3130, "r_f_add": 3123, "r_t_add": 3131, "st_code": 82740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5055, "Shape__Length": 52.429708023956948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195738254995803, 39.937776347787398 ], [ -75.196202740819203, 39.937836128688602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23183, "tnode_": 23171, "lpoly_": null, "rpoly_": null, "length": 156.16756508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3100, "l_t_add": 3120, "r_f_add": 3101, "r_t_add": 3121, "st_code": 82740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 322168, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5056, "Shape__Length": 62.002941206158312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195190243487104, 39.937700010801699 ], [ -75.195738254995803, 39.937776347787398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23190, "tnode_": 23183, "lpoly_": null, "rpoly_": null, "length": 154.11983718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3028, "l_t_add": 3098, "r_f_add": 3035, "r_t_add": 3099, "st_code": 82740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5057, "Shape__Length": 61.190325100617152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194649946441203, 39.937622461807599 ], [ -75.195190243487104, 39.937700010801699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23201, "tnode_": 23190, "lpoly_": null, "rpoly_": null, "length": 140.80717267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3014, "l_t_add": 3026, "r_f_add": 3017, "r_t_add": 3033, "st_code": 82740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5058, "Shape__Length": 55.903554813310819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194154971050693, 39.937557427000101 ], [ -75.194649946441203, 39.937622461807599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23213, "tnode_": 23201, "lpoly_": null, "rpoly_": null, "length": 152.55240858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3015, "st_code": 82740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5059, "Shape__Length": 60.565309797681579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193617211831693, 39.937494086280999 ], [ -75.194154971050693, 39.937557427000101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23220, "tnode_": 23213, "lpoly_": null, "rpoly_": null, "length": 157.62556635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2929, "r_t_add": 2999, "st_code": 82740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322172, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5060, "Shape__Length": 62.581085096591082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193063552069404, 39.937419344873099 ], [ -75.193617211831693, 39.937494086280999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23226, "tnode_": 23220, "lpoly_": null, "rpoly_": null, "length": 131.44445553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2918, "l_t_add": 2928, "r_f_add": 2925, "r_t_add": 2927, "st_code": 82740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5061, "Shape__Length": 52.1849876884243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192600103563095, 39.937365260529802 ], [ -75.193063552069404, 39.937419344873099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23237, "tnode_": 23226, "lpoly_": null, "rpoly_": null, "length": 160.2998396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2923, "st_code": 82740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5062, "Shape__Length": 63.642759892150814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192037104592899, 39.937289018329302 ], [ -75.192600103563095, 39.937365260529802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23143, "tnode_": 23311, "lpoly_": null, "rpoly_": null, "length": 456.19412411999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88450, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5063, "Shape__Length": 181.76354283548241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197700151574594, 39.9380221748021 ], [ -75.198139863230494, 39.9368164751791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22985, "tnode_": 23164, "lpoly_": null, "rpoly_": null, "length": 470.99892531, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 63380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PATTON ST", "stname": "S PATTON ST", "objectid": 5064, "Shape__Length": 187.69906818298321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195925590314204, 39.9391113578126 ], [ -75.196202740819203, 39.937836128688602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23002, "tnode_": 23171, "lpoly_": null, "rpoly_": null, "length": 477.89833676000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 58820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 5065, "Shape__Length": 190.44764808621289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195451711393005, 39.939069563511801 ], [ -75.195738254995803, 39.937776347787398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23152, "tnode_": 23131, "lpoly_": null, "rpoly_": null, "length": 446.59087246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 77460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322179, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 5066, "Shape__Length": 177.30554906964636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193532466036402, 39.937868325766402 ], [ -75.195104501389295, 39.938064704517103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23086, "tnode_": 23249, "lpoly_": null, "rpoly_": null, "length": 409.92323603, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 29080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5067, "Shape__Length": 163.35753003024453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191233938954099, 39.938336577369299 ], [ -75.191478215151307, 39.937227108156399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23097, "tnode_": 23254, "lpoly_": null, "rpoly_": null, "length": 408.95935070999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 59660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5068, "Shape__Length": 162.97298354046333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190779875281905, 39.938273595868502 ], [ -75.1910255023503, 39.937166987669997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23166, "tnode_": 23153, "lpoly_": null, "rpoly_": null, "length": 449.03824908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 49300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322182, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 5069, "Shape__Length": 178.27749989641944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188725548975498, 39.937617550431398 ], [ -75.190305112630298, 39.937820066018197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23203, "tnode_": 23166, "lpoly_": null, "rpoly_": null, "length": 442.20063875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 49300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 5070, "Shape__Length": 175.56246206327853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187170220455997, 39.937417296991804 ], [ -75.188725548975498, 39.937617550431398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23258, "tnode_": 23236, "lpoly_": null, "rpoly_": null, "length": 445.46937622999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 77460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 5071, "Shape__Length": 176.86021650594145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187239189394504, 39.937068936391398 ], [ -75.188804975648907, 39.9372753602592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23236, "tnode_": 23204, "lpoly_": null, "rpoly_": null, "length": 446.62716358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 77460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 5072, "Shape__Length": 177.32112023424469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188804975648907, 39.9372753602592 ], [ -75.190374037688002, 39.937485878478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23345, "tnode_": 23320, "lpoly_": null, "rpoly_": null, "length": 447.06468391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 71440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322186, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 5073, "Shape__Length": 177.49258386991116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188979789001493, 39.936466185099903 ], [ -75.190550517645903, 39.936676253785599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23370, "tnode_": 23345, "lpoly_": null, "rpoly_": null, "length": 445.29236602000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 71440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322187, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 5074, "Shape__Length": 176.78609970312806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187412637548704, 39.936269071672498 ], [ -75.188979789001493, 39.936466185099903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23402, "tnode_": 23377, "lpoly_": null, "rpoly_": null, "length": 445.04498324999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 30420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322188, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 5075, "Shape__Length": 176.68825849747222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189064438430293, 39.936104878481999 ], [ -75.190629805140105, 39.936306124591603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23427, "tnode_": 23402, "lpoly_": null, "rpoly_": null, "length": 446.6458084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 30420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 5076, "Shape__Length": 177.32299402647112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1874931157476, 39.935904435502003 ], [ -75.189064438430293, 39.936104878481999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23351, "tnode_": 23513, "lpoly_": null, "rpoly_": null, "length": 452.12449658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 63380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PATTON ST", "stname": "S PATTON ST", "objectid": 5077, "Shape__Length": 180.16795006506231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196476639282295, 39.936611039814203 ], [ -75.196762015837606, 39.935389497391398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23358, "tnode_": 23525, "lpoly_": null, "rpoly_": null, "length": 450.38998329000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 58820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 5078, "Shape__Length": 179.47980590717117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195970164306402, 39.936549616590597 ], [ -75.196233086610704, 39.935329917854403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23513, "tnode_": 23684, "lpoly_": null, "rpoly_": null, "length": 444.88799383000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 63380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322192, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PATTON ST", "stname": "S PATTON ST", "objectid": 5079, "Shape__Length": 177.2837080123598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196762015837606, 39.935389497391398 ], [ -75.197025715612099, 39.9341852127477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23525, "tnode_": 23692, "lpoly_": null, "rpoly_": null, "length": 447.68428253999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 58820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322193, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 5080, "Shape__Length": 178.39683483930997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196233086610704, 39.935329917854403 ], [ -75.196505218300402, 39.934118954485598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23471, "tnode_": 23443, "lpoly_": null, "rpoly_": null, "length": 441.92372153999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 36680, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 5081, "Shape__Length": 175.44744765848176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192394464840504, 39.935687340428302 ], [ -75.193949473234298, 39.935884250298301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23515, "tnode_": 23489, "lpoly_": null, "rpoly_": null, "length": 444.79544890999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 83180, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322195, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 5082, "Shape__Length": 176.5884153878749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192464267681302, 39.935338203923202 ], [ -75.194027352694903, 39.935545626679897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23190, "tnode_": 23375, "lpoly_": null, "rpoly_": null, "length": 443.82629773999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 74340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322196, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S STANLEY ST", "stname": "S STANLEY ST", "objectid": 5083, "Shape__Length": 176.86512486024444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194649946441203, 39.937622461807599 ], [ -75.194921613258302, 39.936422184210599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23201, "tnode_": 23386, "lpoly_": null, "rpoly_": null, "length": 443.50118630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 25080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CORLIES ST", "stname": "S CORLIES ST", "objectid": 5084, "Shape__Length": 176.73806502675134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194154971050693, 39.937557427000101 ], [ -75.194408177532196, 39.936355664134403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23220, "tnode_": 23399, "lpoly_": null, "rpoly_": null, "length": 444.46577281000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 57740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MYRTLEWOOD ST", "stname": "S MYRTLEWOOD ST", "objectid": 5085, "Shape__Length": 177.12190476346939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193063552069404, 39.937419344873099 ], [ -75.193318681136802, 39.936215140072001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23226, "tnode_": 23407, "lpoly_": null, "rpoly_": null, "length": 446.37327600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 43200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322199, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOLLYWOOD ST", "stname": "S HOLLYWOOD ST", "objectid": 5086, "Shape__Length": 177.88198051979407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192600103563095, 39.937365260529802 ], [ -75.192855810936095, 39.936155822903501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23422, "tnode_": 23584, "lpoly_": null, "rpoly_": null, "length": 450.95801001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 29080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322200, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5087, "Shape__Length": 179.70498794545833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191748059944601, 39.936009368900599 ], [ -75.192009615959904, 39.934787915975697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23434, "tnode_": 23592, "lpoly_": null, "rpoly_": null, "length": 449.25424333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 59660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5088, "Shape__Length": 179.02657152439133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191276036365096, 39.935943759310199 ], [ -75.191531711492502, 39.934726306305798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23249, "tnode_": 23422, "lpoly_": null, "rpoly_": null, "length": 450.00805953999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 29080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5089, "Shape__Length": 179.32834230555474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191478215151307, 39.937227108156399 ], [ -75.191748059944601, 39.936009368900599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23254, "tnode_": 23434, "lpoly_": null, "rpoly_": null, "length": 451.10428983999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 59660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322203, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5090, "Shape__Length": 179.76787273145084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1910255023503, 39.937166987669997 ], [ -75.191276036365096, 39.935943759310199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23537, "tnode_": 23510, "lpoly_": null, "rpoly_": null, "length": 443.9106629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 36680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 5091, "Shape__Length": 176.23455319029162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876768274075, 39.935055019940599 ], [ -75.189238914408193, 39.935252338950598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23588, "tnode_": 23559, "lpoly_": null, "rpoly_": null, "length": 442.02791997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 83180, "l_hundred": 2600, "r_hundred": 2500, "seg_id": 322205, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 5092, "Shape__Length": 175.48735885206986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187765369796594, 39.934672519286103 ], [ -75.189319397172198, 39.934875576959399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23454, "tnode_": 23612, "lpoly_": null, "rpoly_": null, "length": 450.19954453999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 32340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322206, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ETTING ST", "stname": "S ETTING ST", "objectid": 5093, "Shape__Length": 179.40129494219977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189691751739304, 39.9357384072119 ], [ -75.189957993603798, 39.934519665782503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23445, "tnode_": 23600, "lpoly_": null, "rpoly_": null, "length": 448.02786008000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 53960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322207, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSTON ST", "stname": "S MARSTON ST", "objectid": 5094, "Shape__Length": 178.53809948859035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190196723723602, 39.9358022855249 ], [ -75.190447370009096, 39.934587621716297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23485, "tnode_": 23540, "lpoly_": null, "rpoly_": null, "length": 178.34962046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1317, "l_t_add": 1331, "r_f_add": 1308, "r_t_add": 1318, "st_code": 65160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322208, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5095, "Shape__Length": 70.968163636909608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178841219986495, 39.935205872468202 ], [ -75.179240551172299, 39.934824821290903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23540, "tnode_": 23595, "lpoly_": null, "rpoly_": null, "length": 175.53571892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1333, "l_t_add": 1399, "r_f_add": 1320, "r_t_add": 1398, "st_code": 65160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322209, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5096, "Shape__Length": 69.860705212310904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179240551172299, 39.934824821290903 ], [ -75.179610060438094, 39.934435870716797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23595, "tnode_": 23746, "lpoly_": null, "rpoly_": null, "length": 501.01002007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 65160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5097, "Shape__Length": 199.39507952293476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179610060438094, 39.934435870716797 ], [ -75.1806599775461, 39.933323090817098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23746, "tnode_": 23850, "lpoly_": null, "rpoly_": null, "length": 323.47282708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1526, "st_code": 65160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5098, "Shape__Length": 128.74133516912397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1806599775461, 39.933323090817098 ], [ -75.181327451435607, 39.932598893487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23497, "tnode_": 23540, "lpoly_": null, "rpoly_": null, "length": 144.31502227, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1315, "l_t_add": 1323, "r_f_add": 1314, "r_t_add": 1326, "st_code": 88200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322212, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5099, "Shape__Length": 57.504782790823846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179133201918205, 39.935212269397098 ], [ -75.179240551172299, 39.934824821290903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23451, "tnode_": 23613, "lpoly_": null, "rpoly_": null, "length": 453.37537284999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 21240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAPITOL ST", "stname": "S CAPITOL ST", "objectid": 5100, "Shape__Length": 180.66497181797371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178018388003096, 39.935502170377198 ], [ -75.178294835246007, 39.9342759270085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23456, "tnode_": 23619, "lpoly_": null, "rpoly_": null, "length": 448.679442, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 84600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322214, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5101, "Shape__Length": 178.79439539890163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177582841222304, 39.935436977911998 ], [ -75.177850695615803, 39.934222678439397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23467, "tnode_": 23637, "lpoly_": null, "rpoly_": null, "length": 450.61487692000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 61440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322215, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5102, "Shape__Length": 179.56669213648172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176683671389597, 39.935328040020799 ], [ -75.176943440810206, 39.934107315980398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23473, "tnode_": 23645, "lpoly_": null, "rpoly_": null, "length": 448.57137663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 36220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322216, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5103, "Shape__Length": 178.75161588291093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176123382998995, 39.935252671765497 ], [ -75.176385932172096, 39.934037986671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23602, "tnode_": 23594, "lpoly_": null, "rpoly_": null, "length": 143.95844804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1836, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 30420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322217, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 5104, "Shape__Length": 57.15102894904684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175220098710994, 39.934269907370897 ], [ -75.175727144355704, 39.934331634939603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23611, "tnode_": 23602, "lpoly_": null, "rpoly_": null, "length": 127.62035996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1818, "l_t_add": 1834, "r_f_add": 1819, "r_t_add": 1835, "st_code": 30420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 5105, "Shape__Length": 50.666428057816233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174772450012497, 39.934206830793798 ], [ -75.175220098710994, 39.934269907370897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23620, "tnode_": 23611, "lpoly_": null, "rpoly_": null, "length": 172.26224914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1817, "st_code": 30420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322219, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 5106, "Shape__Length": 68.389183272387726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174167751435803, 39.934123656444399 ], [ -75.174772450012497, 39.934206830793798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23484, "tnode_": 23602, "lpoly_": null, "rpoly_": null, "length": 310.42245056999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 28960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 5107, "Shape__Length": 123.69883435807471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175026549111607, 39.935108929325402 ], [ -75.175220098710994, 39.934269907370897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23500, "tnode_": 23611, "lpoly_": null, "rpoly_": null, "length": 313.57387864999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 23760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 5108, "Shape__Length": 124.95650741427905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174590252185098, 39.935056127204298 ], [ -75.174772450012497, 39.934206830793798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23514, "tnode_": 23685, "lpoly_": null, "rpoly_": null, "length": 447.65728206, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 18520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5109, "Shape__Length": 178.38826327268774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173420388618396, 39.934897424893499 ], [ -75.173669420246696, 39.933683594555703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23520, "tnode_": 23691, "lpoly_": null, "rpoly_": null, "length": 450.91595136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 24360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5110, "Shape__Length": 179.68566716574384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172949122849303, 39.934846965467102 ], [ -75.173207215004496, 39.9336251934781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23708, "tnode_": 23697, "lpoly_": null, "rpoly_": null, "length": 157.52541761999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 67780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5111, "Shape__Length": 62.53499076388362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172103044359801, 39.933487139326402 ], [ -75.172659423634101, 39.933546623392402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23539, "tnode_": 23708, "lpoly_": null, "rpoly_": null, "length": 449.68551978, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 22180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322226, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5112, "Shape__Length": 179.19696134354425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171860013161094, 39.934707323275298 ], [ -75.172103044359801, 39.933487139326402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23714, "tnode_": 23713, "lpoly_": null, "rpoly_": null, "length": 23.65027056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1615, "l_t_add": 1615, "r_f_add": 1620, "r_t_add": 1620, "st_code": 67780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322227, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5113, "Shape__Length": 9.3899638341673413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171599300371597, 39.933416641613803 ], [ -75.171681439628998, 39.933431357499202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23713, "tnode_": 23708, "lpoly_": null, "rpoly_": null, "length": 120.05095492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1622, "l_t_add": 1630, "r_f_add": 1617, "r_t_add": 1627, "st_code": 67780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322228, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5114, "Shape__Length": 47.660303016358561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171681439628998, 39.933431357499202 ], [ -75.172014989803003, 39.933470353594501 ], [ -75.172103044359801, 39.933487139326402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23547, "tnode_": 23713, "lpoly_": null, "rpoly_": null, "length": 448.64466384000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 15720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322229, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5115, "Shape__Length": 178.77918031261805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171418456271596, 39.934646190599601 ], [ -75.171681439628998, 39.933431357499202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24253, "tnode_": 24333, "lpoly_": null, "rpoly_": null, "length": 222.76649269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322230, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5116, "Shape__Length": 88.759237182891354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170443796012506, 39.928875164937502 ], [ -75.170595406096197, 39.928274885364701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24265, "tnode_": 24253, "lpoly_": null, "rpoly_": null, "length": 287.43495809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1402, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 21840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTLE AVE", "stname": "CASTLE AVE", "objectid": 5117, "Shape__Length": 114.10349775563233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169433759145903, 39.928741309050103 ], [ -75.170443796012506, 39.928875164937502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26964, "tnode_": 24265, "lpoly_": null, "rpoly_": null, "length": 173.52688622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1400, "r_f_add": 1401, "r_t_add": 1401, "st_code": 21840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTLE AVE", "stname": "CASTLE AVE", "objectid": 5118, "Shape__Length": 68.883785084548094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168822450497402, 39.928667727137999 ], [ -75.169433759145903, 39.928741309050103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24053, "tnode_": 24190, "lpoly_": null, "rpoly_": null, "length": 448.50945482000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 21420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 5119, "Shape__Length": 178.71456452375915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169521663781296, 39.930637201183202 ], [ -75.169786473978505, 39.929422981583102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24065, "tnode_": 24199, "lpoly_": null, "rpoly_": null, "length": 449.36892817, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 69480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322234, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 5120, "Shape__Length": 179.05676629329639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169083154267, 39.9305795296779 ], [ -75.169349246877502, 39.929363083634897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23909, "tnode_": 24057, "lpoly_": null, "rpoly_": null, "length": 449.68048921000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 21420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 5121, "Shape__Length": 179.18609113321705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169008690954698, 39.9318232965894 ], [ -75.169261433412501, 39.930604297632001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23889, "tnode_": 24039, "lpoly_": null, "rpoly_": null, "length": 453.45520406999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 42420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5122, "Shape__Length": 180.68924938690822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170360069884097, 39.932007192421899 ], [ -75.170625116578904, 39.930779237775099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24039, "tnode_": 24176, "lpoly_": null, "rpoly_": null, "length": 449.79199541999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 42420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322237, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5123, "Shape__Length": 179.22551526164435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170625116578904, 39.930779237775099 ], [ -75.170893835531203, 39.929561955824902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24176, "tnode_": 24322, "lpoly_": null, "rpoly_": null, "length": 451.1354882, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 42420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5124, "Shape__Length": 179.76098888178586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170893835531203, 39.929561955824902 ], [ -75.171139648542393, 39.928338076470297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23884, "tnode_": 24035, "lpoly_": null, "rpoly_": null, "length": 452.64150273000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 56560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5125, "Shape__Length": 180.36510439546259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170803060431894, 39.9320620249878 ], [ -75.171068012671597, 39.930836322609302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24035, "tnode_": 24169, "lpoly_": null, "rpoly_": null, "length": 450.68845645, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 56560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322240, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5126, "Shape__Length": 179.58233114031964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171068012671597, 39.930836322609302 ], [ -75.171340888174299, 39.929617091562598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24169, "tnode_": 24316, "lpoly_": null, "rpoly_": null, "length": 450.40806312000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 56560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5127, "Shape__Length": 179.469674127193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171340888174299, 39.929617091562598 ], [ -75.171597999551494, 39.928396611809397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24058, "tnode_": 24037, "lpoly_": null, "rpoly_": null, "length": 444.12425260999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 33900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5128, "Shape__Length": 176.30859145844536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173290790568899, 39.930694887941002 ], [ -75.174852905684205, 39.930895204320002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24016, "tnode_": 24154, "lpoly_": null, "rpoly_": null, "length": 451.07466353999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 22180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322243, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5129, "Shape__Length": 179.73625942197506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172634065248999, 39.931040585332603 ], [ -75.172910470727004, 39.929820749338496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23865, "tnode_": 24016, "lpoly_": null, "rpoly_": null, "length": 450.83711245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 22180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322244, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5130, "Shape__Length": 179.64411969731404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172353332758505, 39.932259173909003 ], [ -75.172634065248999, 39.931040585332603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24154, "tnode_": 24294, "lpoly_": null, "rpoly_": null, "length": 451.40524134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 22180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5131, "Shape__Length": 179.86813972844519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172910470727004, 39.929820749338496 ], [ -75.173163865376594, 39.928597036828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24021, "tnode_": 24158, "lpoly_": null, "rpoly_": null, "length": 453.72937891000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 15720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322246, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5132, "Shape__Length": 180.79693522096454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172175680610493, 39.9309824781785 ], [ -75.172432855858801, 39.929752770048196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24158, "tnode_": 24301, "lpoly_": null, "rpoly_": null, "length": 451.98530648999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 15720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5133, "Shape__Length": 180.09692608173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172432855858801, 39.929752770048196 ], [ -75.172701769972804, 39.928529407203001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24241, "tnode_": 24288, "lpoly_": null, "rpoly_": null, "length": 156.83715966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 88120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322248, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5134, "Shape__Length": 62.493154521004627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173640437500694, 39.929094640111302 ], [ -75.173730625875905, 39.9286697379708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24288, "tnode_": 24353, "lpoly_": null, "rpoly_": null, "length": 160.16468043, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322249, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5135, "Shape__Length": 63.817710334786831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173730625875905, 39.9286697379708 ], [ -75.173829022201701, 39.928236640745801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24221, "tnode_": 24268, "lpoly_": null, "rpoly_": null, "length": 157.96374865, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1734, "r_t_add": 1798, "st_code": 88140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322250, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5136, "Shape__Length": 62.941774605469895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175198092306104, 39.929303867930699 ], [ -75.175292181595907, 39.9288763304017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24268, "tnode_": 24324, "lpoly_": null, "rpoly_": null, "length": 159.03282148, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322251, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5137, "Shape__Length": 63.367394065060502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175292181595907, 39.9288763304017 ], [ -75.175386657896297, 39.928445866907502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24324, "tnode_": 24372, "lpoly_": null, "rpoly_": null, "length": 137.25502858, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1814, "r_t_add": 1824, "st_code": 88140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322252, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5138, "Shape__Length": 54.689191314797363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175386657896297, 39.928445866907502 ], [ -75.175470985483798, 39.928074719884101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24196, "tnode_": 24174, "lpoly_": null, "rpoly_": null, "length": 442.31249775000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 81780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5139, "Shape__Length": 175.58804474545261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173564230117705, 39.929459673989598 ], [ -75.175117807317605, 39.929668812005097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24241, "tnode_": 24221, "lpoly_": null, "rpoly_": null, "length": 443.44694971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 64640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5140, "Shape__Length": 176.03736342959002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173640437500694, 39.929094640111302 ], [ -75.175198092306104, 39.929303867930699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24126, "tnode_": 24259, "lpoly_": null, "rpoly_": null, "length": 448.69949001000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 23760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 5141, "Shape__Length": 178.78762288931699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175606764860504, 39.930163749211403 ], [ -75.175881310730205, 39.928950282589398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24119, "tnode_": 24255, "lpoly_": null, "rpoly_": null, "length": 450.2435999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 28960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322256, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 5142, "Shape__Length": 179.40471919484366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176072803111197, 39.930228308075598 ], [ -75.176336994105597, 39.929009182225499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24043, "tnode_": 24019, "lpoly_": null, "rpoly_": null, "length": 546.23746447999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 57240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322257, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 5143, "Shape__Length": 216.84712209916535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178083923672503, 39.930928699297802 ], [ -75.180004326209101, 39.9311791147747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24063, "tnode_": 24043, "lpoly_": null, "rpoly_": null, "length": 446.24462511999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 5144, "Shape__Length": 177.15085739078921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176514850817298, 39.930725124674296 ], [ -75.178083923672503, 39.930928699297802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24089, "tnode_": 24063, "lpoly_": null, "rpoly_": null, "length": 446.41825111000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 57240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 5145, "Shape__Length": 177.21903301362318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174944917986593, 39.930522635333197 ], [ -75.176514850817298, 39.930725124674296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24018, "tnode_": 24001, "lpoly_": null, "rpoly_": null, "length": 444.11945055999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 33900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5146, "Shape__Length": 176.30830098157756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176438389112604, 39.931089941800998 ], [ -75.1779998224021, 39.931293346848697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24037, "tnode_": 24018, "lpoly_": null, "rpoly_": null, "length": 450.26408453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 33900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5147, "Shape__Length": 178.74496060537766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174852905684205, 39.930895204320002 ], [ -75.176438389112604, 39.931089941800998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24120, "tnode_": 24103, "lpoly_": null, "rpoly_": null, "length": 451.75650842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322262, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5148, "Shape__Length": 179.33717607524434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180187752769598, 39.930323725629798 ], [ -75.181777041729006, 39.930525917813902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24141, "tnode_": 24120, "lpoly_": null, "rpoly_": null, "length": 544.19584295999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322263, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5149, "Shape__Length": 216.03584922276065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178276789078197, 39.930064283582297 ], [ -75.180187752769598, 39.930323725629798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24159, "tnode_": 24141, "lpoly_": null, "rpoly_": null, "length": 446.31105928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322264, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5150, "Shape__Length": 177.1749331757664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1767074504492, 39.929860916933798 ], [ -75.178276789078197, 39.930064283582297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24155, "tnode_": 24140, "lpoly_": null, "rpoly_": null, "length": 448.4478207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 64640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322265, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5151, "Shape__Length": 178.02305318068323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180271826733502, 39.929958651770598 ], [ -75.181849114852, 39.930160997699801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24179, "tnode_": 24155, "lpoly_": null, "rpoly_": null, "length": 545.75481363000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 64640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322266, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5152, "Shape__Length": 216.65107360313738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1783525120088, 39.929711399934398 ], [ -75.180271826733502, 39.929958651770598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24200, "tnode_": 24179, "lpoly_": null, "rpoly_": null, "length": 446.87505124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 64640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322267, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5153, "Shape__Length": 177.40026295013948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176783925414597, 39.929495674703503 ], [ -75.1783525120088, 39.929711399934398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23850, "tnode_": 23829, "lpoly_": null, "rpoly_": null, "length": 471.80704218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 26140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322268, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 5154, "Shape__Length": 187.30370767654503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181327451435607, 39.932598893487501 ], [ -75.182986603872394, 39.932813434654499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23869, "tnode_": 23850, "lpoly_": null, "rpoly_": null, "length": 450.32642190999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 26140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322269, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 5155, "Shape__Length": 178.77418637031118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179742304504998, 39.932401297633199 ], [ -75.181327451435607, 39.932598893487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23850, "tnode_": 23897, "lpoly_": null, "rpoly_": null, "length": 181.33612651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 65160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322270, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5156, "Shape__Length": 72.162426094803578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181327451435607, 39.932598893487501 ], [ -75.181717526099902, 39.932201881819303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23897, "tnode_": 23948, "lpoly_": null, "rpoly_": null, "length": 171.76814882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1620, "st_code": 65160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5157, "Shape__Length": 68.360528179585359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181717526099902, 39.932201881819303 ], [ -75.182075455110294, 39.931819248272397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23948, "tnode_": 24033, "lpoly_": null, "rpoly_": null, "length": 323.05298682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1619, "l_t_add": 1699, "r_f_add": 1622, "r_t_add": 1698, "st_code": 65160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322272, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5158, "Shape__Length": 128.57276802207659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182075455110294, 39.931819248272397 ], [ -75.182739381356697, 39.931094538660901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24033, "tnode_": 24092, "lpoly_": null, "rpoly_": null, "length": 177.81510414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1712, "st_code": 65160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322273, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5159, "Shape__Length": 70.764215079865707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182739381356697, 39.931094538660901 ], [ -75.183113259114506, 39.930700307252501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24092, "tnode_": 24123, "lpoly_": null, "rpoly_": null, "length": 162.62395826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1717, "l_t_add": 1737, "r_f_add": 1714, "r_t_add": 1716, "st_code": 65160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322274, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5160, "Shape__Length": 64.697483181089581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183113259114506, 39.930700307252501 ], [ -75.183493157926193, 39.930363030829 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23976, "tnode_": 23954, "lpoly_": null, "rpoly_": null, "length": 453.28873561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 33900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5161, "Shape__Length": 179.95034318734344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179919432654202, 39.931534741038199 ], [ -75.181512201346706, 39.931746455053997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24001, "tnode_": 23976, "lpoly_": null, "rpoly_": null, "length": 545.47617108999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 33900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5162, "Shape__Length": 216.54441415253456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1779998224021, 39.931293346848697 ], [ -75.179919432654202, 39.931534741038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24019, "tnode_": 24002, "lpoly_": null, "rpoly_": null, "length": 451.14877552000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 57240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322277, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 5163, "Shape__Length": 179.09713032935412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180004326209101, 39.9311791147747 ], [ -75.181592682890894, 39.931375430706098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23764, "tnode_": 23929, "lpoly_": null, "rpoly_": null, "length": 450.02821609, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 48880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5164, "Shape__Length": 179.32462760647303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179043755489701, 39.933118495867902 ], [ -75.179320219485504, 39.931901582770202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23775, "tnode_": 23935, "lpoly_": null, "rpoly_": null, "length": 449.24330070999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 21240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322279, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAPITOL ST", "stname": "S CAPITOL ST", "objectid": 5165, "Shape__Length": 179.01339502957524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178624046166803, 39.9330671520339 ], [ -75.178888796460896, 39.931850880880297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23781, "tnode_": 23941, "lpoly_": null, "rpoly_": null, "length": 447.92996704999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 84600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5166, "Shape__Length": 178.49020612301973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178196680794997, 39.933009340486699 ], [ -75.178458646501198, 39.931796366686001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23799, "tnode_": 23953, "lpoly_": null, "rpoly_": null, "length": 447.52921400999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 61440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5167, "Shape__Length": 178.3291272289184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177085118701996, 39.932864261368998 ], [ -75.177353768912795, 39.931653270484901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23806, "tnode_": 23962, "lpoly_": null, "rpoly_": null, "length": 447.59903077999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 36220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5168, "Shape__Length": 178.3568404075709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176626992773194, 39.9328061781695 ], [ -75.1768953845624, 39.931594958929601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23826, "tnode_": 23977, "lpoly_": null, "rpoly_": null, "length": 450.21257855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 28960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322283, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 5169, "Shape__Length": 179.39863402787947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175519685806805, 39.932664113815001 ], [ -75.175784576609104, 39.931445163137703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23834, "tnode_": 23981, "lpoly_": null, "rpoly_": null, "length": 448.31626560999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 23760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322284, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 5170, "Shape__Length": 178.64159058918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175053796277098, 39.932602491009199 ], [ -75.175326083493403, 39.9313897891221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23685, "tnode_": 23845, "lpoly_": null, "rpoly_": null, "length": 449.94148291, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 18520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322285, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5171, "Shape__Length": 179.29213679955228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173669420246696, 39.933683594555703 ], [ -75.173941906059596, 39.9324663911122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23845, "tnode_": 23999, "lpoly_": null, "rpoly_": null, "length": 451.62508573999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 18520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322286, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5172, "Shape__Length": 179.95848629213407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173941906059596, 39.9324663911122 ], [ -75.174224150343306, 39.9312458122549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23691, "tnode_": 23852, "lpoly_": null, "rpoly_": null, "length": 451.39260853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 24360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322287, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5173, "Shape__Length": 179.86914007981218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173207215004496, 39.9336251934781 ], [ -75.173487722608897, 39.932405024833599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23852, "tnode_": 24005, "lpoly_": null, "rpoly_": null, "length": 450.05822445000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 24360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5174, "Shape__Length": 179.33702026428972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173487722608897, 39.932405024833599 ], [ -75.173748563077993, 39.931185986156798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23686, "tnode_": 23660, "lpoly_": null, "rpoly_": null, "length": 542.21112401999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 36680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322289, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 5175, "Shape__Length": 215.256128305321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177477546262296, 39.933742299790502 ], [ -75.179385586894298, 39.933982946314998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23705, "tnode_": 23686, "lpoly_": null, "rpoly_": null, "length": 449.13923598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 36680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322290, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 5176, "Shape__Length": 178.30557164375156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175896187949803, 39.933546961627599 ], [ -75.177477546262296, 39.933742299790502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23727, "tnode_": 23705, "lpoly_": null, "rpoly_": null, "length": 446.5947049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 36680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322291, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 5177, "Shape__Length": 177.29335441824659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174322009660699, 39.933361488259898 ], [ -75.175896187949803, 39.933546961627599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23737, "tnode_": 23707, "lpoly_": null, "rpoly_": null, "length": 542.34635148000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 83180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 5178, "Shape__Length": 215.3092417392314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177558022320696, 39.9333741392322 ], [ -75.179465852898304, 39.933617999253201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23755, "tnode_": 23737, "lpoly_": null, "rpoly_": null, "length": 449.72052106000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 83180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 5179, "Shape__Length": 178.53745075204745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175977027399995, 39.933167356467301 ], [ -75.177558022320696, 39.9333741392322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23777, "tnode_": 23755, "lpoly_": null, "rpoly_": null, "length": 447.01846015999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 83180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 5180, "Shape__Length": 177.46218715545638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174403207088602, 39.932972663873201 ], [ -75.175977027399995, 39.933167356467301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24983, "tnode_": 25030, "lpoly_": null, "rpoly_": null, "length": 167.76605587, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2237, "l_t_add": 2299, "r_f_add": 2236, "r_t_add": 2298, "st_code": 88140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322295, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5181, "Shape__Length": 66.841838441917645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176542908189802, 39.923171204598198 ], [ -75.176641035030997, 39.922716904927903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25030, "tnode_": 25174, "lpoly_": null, "rpoly_": null, "length": 459.00237006999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322296, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5182, "Shape__Length": 182.87483681529577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176641035030997, 39.922716904927903 ], [ -75.176909180415606, 39.921473914728402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25174, "tnode_": 25242, "lpoly_": null, "rpoly_": null, "length": 155.71885236, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 88140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322297, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5183, "Shape__Length": 62.039683987058346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176909180415606, 39.921473914728402 ], [ -75.177005314485996, 39.9210529040053 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25242, "tnode_": 25272, "lpoly_": null, "rpoly_": null, "length": 117.45726334, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2417, "l_t_add": 2427, "r_f_add": 2416, "r_t_add": 2426, "st_code": 88140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322298, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5184, "Shape__Length": 46.798048470525615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177005314485996, 39.9210529040053 ], [ -75.177060284146506, 39.9207332588322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25272, "tnode_": 25283, "lpoly_": null, "rpoly_": null, "length": 18.60983549, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2429, "l_t_add": 2429, "r_f_add": 2428, "r_t_add": 2428, "st_code": 88140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322299, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5185, "Shape__Length": 7.4141556337951702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177060284146506, 39.9207332588322 ], [ -75.177072393967507, 39.920683030591199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25283, "tnode_": 25326, "lpoly_": null, "rpoly_": null, "length": 168.15048012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2431, "l_t_add": 2499, "r_f_add": 2430, "r_t_add": 2498, "st_code": 88140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322300, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5186, "Shape__Length": 66.992657473460056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177072393967507, 39.920683030591199 ], [ -75.177131863126704, 39.920397838383899 ], [ -75.177170064565402, 39.920227611228597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24886, "tnode_": 25045, "lpoly_": null, "rpoly_": null, "length": 460.42033984, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5187, "Shape__Length": 183.44261107038591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174790697667902, 39.923766182451502 ], [ -75.175059499087396, 39.922519329809603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25017, "tnode_": 25057, "lpoly_": null, "rpoly_": null, "length": 162.46983355999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 88160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5188, "Shape__Length": 64.73156408183219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178199479911697, 39.922929274465098 ], [ -75.178293927513707, 39.922489242443298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25057, "tnode_": 25109, "lpoly_": null, "rpoly_": null, "length": 138.2042697, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2321, "l_t_add": 2339, "r_f_add": 2320, "r_t_add": 2338, "st_code": 88160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322303, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5189, "Shape__Length": 55.062294424272913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178293927513707, 39.922489242443298 ], [ -75.178380998631098, 39.922115824383802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25109, "tnode_": 25162, "lpoly_": null, "rpoly_": null, "length": 162.94985046000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2341, "l_t_add": 2399, "r_f_add": 2340, "r_t_add": 2398, "st_code": 88160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322304, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5190, "Shape__Length": 64.922815714365328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178380998631098, 39.922115824383802 ], [ -75.178470172365607, 39.921673807085597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25162, "tnode_": 25211, "lpoly_": null, "rpoly_": null, "length": 154.42644738000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 88160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322305, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5191, "Shape__Length": 61.526272152451106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178470172365607, 39.921673807085597 ], [ -75.178556476307406, 39.921255127382402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25211, "tnode_": 25259, "lpoly_": null, "rpoly_": null, "length": 138.73374938000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2417, "l_t_add": 2433, "r_f_add": 2416, "r_t_add": 2432, "st_code": 88160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5192, "Shape__Length": 55.272607940953229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178556476307406, 39.921255127382402 ], [ -75.178641545163202, 39.920879960468802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25259, "tnode_": 25311, "lpoly_": null, "rpoly_": null, "length": 168.31709029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2435, "l_t_add": 2499, "r_f_add": 2434, "r_t_add": 2498, "st_code": 88160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5193, "Shape__Length": 67.059098738114812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178641545163202, 39.920879960468802 ], [ -75.178740276034503, 39.920424205174001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25283, "tnode_": 25259, "lpoly_": null, "rpoly_": null, "length": 445.93461337999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 69340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEBERRY ST", "stname": "ROSEBERRY ST", "objectid": 5194, "Shape__Length": 177.00042013747608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177072393967507, 39.920683030591199 ], [ -75.178641545163202, 39.920879960468802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25242, "tnode_": 25211, "lpoly_": null, "rpoly_": null, "length": 441.2707605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLADSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 37060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322309, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLADSTONE ST", "stname": "GLADSTONE ST", "objectid": 5195, "Shape__Length": 175.1515864872234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177005314485996, 39.9210529040053 ], [ -75.178556476307406, 39.921255127382402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25278, "tnode_": 25272, "lpoly_": null, "rpoly_": null, "length": 156.80037317999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 69340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEBERRY ST", "stname": "ROSEBERRY ST", "objectid": 5196, "Shape__Length": 62.236599972948319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176507908748107, 39.920667049512097 ], [ -75.177060284146506, 39.9207332588322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25290, "tnode_": 25278, "lpoly_": null, "rpoly_": null, "length": 289.28973901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1725, "st_code": 69340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEBERRY ST", "stname": "ROSEBERRY ST", "objectid": 5197, "Shape__Length": 114.82585407270436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175491386141701, 39.920532736704402 ], [ -75.176507908748107, 39.920667049512097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25182, "tnode_": 25278, "lpoly_": null, "rpoly_": null, "length": 270.62973879000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 18520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322312, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5198, "Shape__Length": 107.82229135509458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176351098523796, 39.921400085704803 ], [ -75.176507908748107, 39.920667049512097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24879, "tnode_": 25040, "lpoly_": null, "rpoly_": null, "length": 460.09348405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 24360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5199, "Shape__Length": 183.31228062595494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175342571347699, 39.923835607567099 ], [ -75.175613188444302, 39.922589897459197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25040, "tnode_": 25187, "lpoly_": null, "rpoly_": null, "length": 461.68532451, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 24360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5200, "Shape__Length": 183.9420973874461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175613188444302, 39.922589897459197 ], [ -75.175891948378293, 39.921340818822998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24873, "tnode_": 25037, "lpoly_": null, "rpoly_": null, "length": 459.85444945, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 18520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5201, "Shape__Length": 183.21616662771498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175812871065403, 39.9238943949561 ], [ -75.176090386773296, 39.922650250670401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25037, "tnode_": 25182, "lpoly_": null, "rpoly_": null, "length": 461.24575068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 18520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5202, "Shape__Length": 183.76969338100704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176090386773296, 39.922650250670401 ], [ -75.176351098523796, 39.921400085704803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25208, "tnode_": 25347, "lpoly_": null, "rpoly_": null, "length": 458.64927511000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 22180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5203, "Shape__Length": 182.73120944032189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174793928709505, 39.921195946825797 ], [ -75.175026573720899, 39.920134558849398 ], [ -75.175045741527498, 39.920026241466303 ], [ -75.175048608199901, 39.919952939908299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25218, "tnode_": 25350, "lpoly_": null, "rpoly_": null, "length": 460.33718979000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 15720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322318, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5204, "Shape__Length": 183.40015915553053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174305928868307, 39.921138467340199 ], [ -75.174590118843696, 39.919893872522202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24892, "tnode_": 25051, "lpoly_": null, "rpoly_": null, "length": 464.60146791, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 22180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5205, "Shape__Length": 185.10819960044222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174250743109397, 39.923705827101301 ], [ -75.174522649284498, 39.922447736618999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25051, "tnode_": 25208, "lpoly_": null, "rpoly_": null, "length": 462.30878762999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 22180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322320, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5206, "Shape__Length": 184.19126380750717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174522649284498, 39.922447736618999 ], [ -75.174793928709505, 39.921195946825797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25058, "tnode_": 25218, "lpoly_": null, "rpoly_": null, "length": 459.06320045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 15720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322321, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5207, "Shape__Length": 182.89832053204822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174038740528303, 39.922381748807297 ], [ -75.174305928868307, 39.921138467340199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24905, "tnode_": 25058, "lpoly_": null, "rpoly_": null, "length": 464.11991310999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 15720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5208, "Shape__Length": 184.91532974353868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173761461185407, 39.923637802964002 ], [ -75.174038740528303, 39.922381748807297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26960, "tnode_": 24719, "lpoly_": null, "rpoly_": null, "length": 510.85521002000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322323, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5209, "Shape__Length": 202.81731644224001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169502039404307, 39.925540833095603 ], [ -75.171259222254903, 39.925171637355902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24719, "tnode_": 24761, "lpoly_": null, "rpoly_": null, "length": 487.98291091, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 63240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322324, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5210, "Shape__Length": 193.72788518290167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171259222254903, 39.925171637355902 ], [ -75.172946832565003, 39.924845759924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24786, "tnode_": 24795, "lpoly_": null, "rpoly_": null, "length": 169.27542576, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1638, "l_t_add": 1698, "r_f_add": 1639, "r_t_add": 1699, "st_code": 63240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322325, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5211, "Shape__Length": 67.200799775564008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174046153332895, 39.924663073453097 ], [ -75.174632361979803, 39.924552516284997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24795, "tnode_": 24812, "lpoly_": null, "rpoly_": null, "length": 203.22485146999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1725, "st_code": 63240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322326, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5212, "Shape__Length": 80.675485716644729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174632361979803, 39.924552516284997 ], [ -75.175339377830795, 39.924430419206701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24812, "tnode_": 24818, "lpoly_": null, "rpoly_": null, "length": 57.15461872, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1720, "l_t_add": 1724, "r_f_add": 1727, "r_t_add": 1731, "st_code": 63240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322327, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5213, "Shape__Length": 22.69074834925344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175339377830795, 39.924430419206701 ], [ -75.175536194386595, 39.924389754190102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24818, "tnode_": 24833, "lpoly_": null, "rpoly_": null, "length": 219.00176529000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 63240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322328, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5214, "Shape__Length": 86.937964999215097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175536194386595, 39.924389754190102 ], [ -75.176298526249198, 39.924259664111403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24833, "tnode_": 24857, "lpoly_": null, "rpoly_": null, "length": 314.84800455000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1830, "r_f_add": 1801, "r_t_add": 1831, "st_code": 63240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322329, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5215, "Shape__Length": 124.98018028204137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176298526249198, 39.924259664111403 ], [ -75.177401378522404, 39.924098418809997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24333, "tnode_": 24488, "lpoly_": null, "rpoly_": null, "length": 454.08325381999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322330, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5216, "Shape__Length": 180.93133692019109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170595406096197, 39.928274885364701 ], [ -75.1708488417175, 39.927043734770798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24488, "tnode_": 24641, "lpoly_": null, "rpoly_": null, "length": 449.79171601000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322331, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5217, "Shape__Length": 179.21563263479095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1708488417175, 39.927043734770798 ], [ -75.171117543036104, 39.925826453154301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24641, "tnode_": 24687, "lpoly_": null, "rpoly_": null, "length": 147.16958415, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 88080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322332, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5218, "Shape__Length": 58.636950329558509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171117543036104, 39.925826453154301 ], [ -75.171210793687393, 39.925428884490202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24687, "tnode_": 24719, "lpoly_": null, "rpoly_": null, "length": 94.68969151, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2015, "l_t_add": 2017, "r_f_add": 2014, "r_t_add": 2016, "st_code": 88080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322333, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5219, "Shape__Length": 37.728781029897938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171210793687393, 39.925428884490202 ], [ -75.171259222254903, 39.925171637355902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24719, "tnode_": 24785, "lpoly_": null, "rpoly_": null, "length": 209.63871554, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2019, "l_t_add": 2099, "r_f_add": 2018, "r_t_add": 2098, "st_code": 88080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322334, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5220, "Shape__Length": 83.528265773130016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171259222254903, 39.925171637355902 ], [ -75.171374481712107, 39.924603035577299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24687, "tnode_": 24666, "lpoly_": null, "rpoly_": null, "length": 441.85410462000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 31720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 5221, "Shape__Length": 175.39396889557818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171210793687393, 39.925428884490202 ], [ -75.172764615492099, 39.925629044772698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24310, "tnode_": 24467, "lpoly_": null, "rpoly_": null, "length": 454.36103024, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322336, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 5222, "Shape__Length": 181.04149980370403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172157294079696, 39.9284723001755 ], [ -75.172418321343898, 39.927241317397197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24467, "tnode_": 24623, "lpoly_": null, "rpoly_": null, "length": 448.50982464999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322337, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 5223, "Shape__Length": 178.70586133420392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172418321343898, 39.927241317397197 ], [ -75.172683067789094, 39.9260270901745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24623, "tnode_": 24666, "lpoly_": null, "rpoly_": null, "length": 146.7933995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2017, "r_f_add": 2000, "r_t_add": 2014, "st_code": 88100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322338, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 5224, "Shape__Length": 58.488921644745048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172683067789094, 39.9260270901745 ], [ -75.172764615492099, 39.925629044772698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24666, "tnode_": 24761, "lpoly_": null, "rpoly_": null, "length": 289.87706292000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2019, "l_t_add": 2099, "r_f_add": 2016, "r_t_add": 2098, "st_code": 88100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322339, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 5225, "Shape__Length": 115.49562785581939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172764615492099, 39.925629044772698 ], [ -75.172946832565003, 39.924845759924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24347, "tnode_": 24504, "lpoly_": null, "rpoly_": null, "length": 453.29350086, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 69480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322340, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 5226, "Shape__Length": 180.60553121038677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169583481347104, 39.928142125216802 ], [ -75.169622068806703, 39.928089663327597 ], [ -75.169885450482894, 39.926923096892601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24339, "tnode_": 24497, "lpoly_": null, "rpoly_": null, "length": 452.39952282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 21420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 5227, "Shape__Length": 180.25790110340816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170051745321103, 39.928196393792398 ], [ -75.170320737346103, 39.9269718886341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24322, "tnode_": 24482, "lpoly_": null, "rpoly_": null, "length": 452.1763101, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 42420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322342, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5228, "Shape__Length": 180.1704589824194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171139648542393, 39.928338076470297 ], [ -75.171400739144502, 39.927113178875601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24316, "tnode_": 24475, "lpoly_": null, "rpoly_": null, "length": 449.69236205, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 56560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5229, "Shape__Length": 179.17782437977763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597999551494, 39.928396611809397 ], [ -75.171878333269305, 39.927181162439801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24475, "tnode_": 24631, "lpoly_": null, "rpoly_": null, "length": 450.6932171, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 56560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5230, "Shape__Length": 179.57584689956846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171878333269305, 39.927181162439801 ], [ -75.172143044798503, 39.925960853618598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24482, "tnode_": 24633, "lpoly_": null, "rpoly_": null, "length": 448.35460199, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 42420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322345, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5231, "Shape__Length": 178.64425480466875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171400739144502, 39.927113178875601 ], [ -75.171661418963595, 39.9258988621648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24353, "tnode_": 24395, "lpoly_": null, "rpoly_": null, "length": 130.52680084000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1819, "l_t_add": 1833, "r_f_add": 1814, "r_t_add": 1824, "st_code": 88120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322346, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5232, "Shape__Length": 52.008234779251012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173829022201701, 39.928236640745801 ], [ -75.173908858655494, 39.927883639320797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24395, "tnode_": 24447, "lpoly_": null, "rpoly_": null, "length": 160.47458429, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1835, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 88120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322347, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5233, "Shape__Length": 63.942637918019223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173908858655494, 39.927883639320797 ], [ -75.1739918347387, 39.927447772763898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24447, "tnode_": 24606, "lpoly_": null, "rpoly_": null, "length": 452.14332509000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322348, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5234, "Shape__Length": 180.15267341416038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1739918347387, 39.927447772763898 ], [ -75.174268588311506, 39.926225007523897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24606, "tnode_": 24746, "lpoly_": null, "rpoly_": null, "length": 450.85030619000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322349, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5235, "Shape__Length": 179.63535417243256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174268588311506, 39.926225007523897 ], [ -75.174537336299394, 39.9250047848763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24372, "tnode_": 24424, "lpoly_": null, "rpoly_": null, "length": 156.42539721, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 88140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322350, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5236, "Shape__Length": 62.327539428359991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175470985483798, 39.928074719884101 ], [ -75.175565183569503, 39.9276514806742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24424, "tnode_": 24478, "lpoly_": null, "rpoly_": null, "length": 156.17319564000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1918, "st_code": 88140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322351, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5237, "Shape__Length": 62.225472141922097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175565183569503, 39.9276514806742 ], [ -75.175666941316706, 39.9272299842902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24478, "tnode_": 24529, "lpoly_": null, "rpoly_": null, "length": 136.80146601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1917, "l_t_add": 1933, "r_f_add": 1920, "r_t_add": 1924, "st_code": 88140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5238, "Shape__Length": 54.508607907707074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175666941316706, 39.9272299842902 ], [ -75.175743357036893, 39.926859083887301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24529, "tnode_": 24581, "lpoly_": null, "rpoly_": null, "length": 156.92713555, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1935, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 88140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5239, "Shape__Length": 62.526342821322693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175743357036893, 39.926859083887301 ], [ -75.175837880379802, 39.926434490392403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24581, "tnode_": 24729, "lpoly_": null, "rpoly_": null, "length": 452.36874722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322354, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5240, "Shape__Length": 180.24329263034579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175837880379802, 39.926434490392403 ], [ -75.176090763182401, 39.925208038469101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24301, "tnode_": 24461, "lpoly_": null, "rpoly_": null, "length": 445.73811552999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 15720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5241, "Shape__Length": 177.60468495138804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172701769972804, 39.928529407203001 ], [ -75.172965950434502, 39.927322821647202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24461, "tnode_": 24618, "lpoly_": null, "rpoly_": null, "length": 453.50739352, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 15720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322356, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5242, "Shape__Length": 180.69536679180064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172965950434502, 39.927322821647202 ], [ -75.173246657536495, 39.926096788335997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24618, "tnode_": 24759, "lpoly_": null, "rpoly_": null, "length": 451.16204975, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 15720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322357, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5243, "Shape__Length": 179.75807422469637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173246657536495, 39.926096788335997 ], [ -75.173523315892098, 39.9248767454174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24611, "tnode_": 24754, "lpoly_": null, "rpoly_": null, "length": 448.73382448999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 22180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5244, "Shape__Length": 178.79172459168407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173697607666995, 39.926149067437301 ], [ -75.173966143363401, 39.924934710338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24294, "tnode_": 24454, "lpoly_": null, "rpoly_": null, "length": 452.33017683000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 22180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322359, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5245, "Shape__Length": 180.23188001759132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173163865376594, 39.928597036828101 ], [ -75.173429003726596, 39.927372226376598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24454, "tnode_": 24611, "lpoly_": null, "rpoly_": null, "length": 451.89798365999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 22180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322360, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5246, "Shape__Length": 180.05591212561129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173429003726596, 39.927372226376598 ], [ -75.173697607666995, 39.926149067437301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24372, "tnode_": 24352, "lpoly_": null, "rpoly_": null, "length": 445.80348954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 72820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322361, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5247, "Shape__Length": 176.97063464592969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175470985483798, 39.928074719884101 ], [ -75.177036396426004, 39.928287245412101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24395, "tnode_": 24372, "lpoly_": null, "rpoly_": null, "length": 443.60503841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 72820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5248, "Shape__Length": 176.09352167962564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173908858655494, 39.927883639320797 ], [ -75.175470985483798, 39.928074719884101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24299, "tnode_": 24280, "lpoly_": null, "rpoly_": null, "length": 448.51503578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 54680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322363, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5249, "Shape__Length": 178.04657005201113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176964135729506, 39.9286492224375 ], [ -75.178541330960002, 39.9288529750023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24324, "tnode_": 24299, "lpoly_": null, "rpoly_": null, "length": 448.57059861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 54680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322364, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5250, "Shape__Length": 178.06801361542156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175386657896297, 39.928445866907502 ], [ -75.176964135729506, 39.9286492224375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24353, "tnode_": 24324, "lpoly_": null, "rpoly_": null, "length": 443.44699664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 54680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322365, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5251, "Shape__Length": 176.03516073083017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173829022201701, 39.928236640745801 ], [ -75.175386657896297, 39.928445866907502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24280, "tnode_": 24327, "lpoly_": null, "rpoly_": null, "length": 137.93814023, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1816, "r_t_add": 1826, "st_code": 88180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322366, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5252, "Shape__Length": 54.962890074680864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178541330960002, 39.9288529750023 ], [ -75.178617851785702, 39.928478928124697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24327, "tnode_": 24387, "lpoly_": null, "rpoly_": null, "length": 156.19264842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 88180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322367, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5253, "Shape__Length": 62.235746122822839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178617851785702, 39.928478928124697 ], [ -75.178707940739002, 39.928055806360703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24387, "tnode_": 24436, "lpoly_": null, "rpoly_": null, "length": 152.11192457, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1914, "st_code": 88180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322368, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5254, "Shape__Length": 60.610701043304353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178707940739002, 39.928055806360703 ], [ -75.178785941806495, 39.9276425805377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24436, "tnode_": 24480, "lpoly_": null, "rpoly_": null, "length": 135.82850327, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1915, "l_t_add": 1925, "r_f_add": 1916, "r_t_add": 1932, "st_code": 88180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322369, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5255, "Shape__Length": 54.12116047107849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178785941806495, 39.9276425805377 ], [ -75.178862514057101, 39.9272744038987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24480, "tnode_": 24545, "lpoly_": null, "rpoly_": null, "length": 161.79937791999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1934, "r_t_add": 1998, "st_code": 88180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322370, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5256, "Shape__Length": 64.466016820227992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178862514057101, 39.9272744038987 ], [ -75.178972696973901, 39.926838420069302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24545, "tnode_": 24591, "lpoly_": null, "rpoly_": null, "length": 151.70896515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2011, "r_f_add": 2000, "r_t_add": 2010, "st_code": 88180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322371, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5257, "Shape__Length": 60.446256591941633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972696973901, 39.926838420069302 ], [ -75.1790701711477, 39.9264287770499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24591, "tnode_": 24635, "lpoly_": null, "rpoly_": null, "length": 138.93110836, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2013, "l_t_add": 2029, "r_f_add": 2012, "r_t_add": 2028, "st_code": 88180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322372, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5258, "Shape__Length": 55.356612770253435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790701711477, 39.9264287770499 ], [ -75.179147065149394, 39.926052016340599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24299, "tnode_": 24352, "lpoly_": null, "rpoly_": null, "length": 133.40989918999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1819, "l_t_add": 1823, "r_f_add": 1814, "r_t_add": 1824, "st_code": 88160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322373, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5259, "Shape__Length": 53.158648485552945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176964135729506, 39.9286492224375 ], [ -75.177036396426004, 39.928287245412101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24352, "tnode_": 24405, "lpoly_": null, "rpoly_": null, "length": 161.12880089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 88160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322374, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5260, "Shape__Length": 64.200956177147603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177036396426004, 39.928287245412101 ], [ -75.177138939154503, 39.927852028679602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24405, "tnode_": 24458, "lpoly_": null, "rpoly_": null, "length": 154.33937216000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1919, "r_f_add": 1900, "r_t_add": 1912, "st_code": 88160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322375, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5261, "Shape__Length": 61.497183864703878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177138939154503, 39.927852028679602 ], [ -75.177224773562301, 39.927433532837902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24458, "tnode_": 24505, "lpoly_": null, "rpoly_": null, "length": 131.58451574999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1921, "l_t_add": 1925, "r_f_add": 1914, "r_t_add": 1924, "st_code": 88160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322376, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5262, "Shape__Length": 52.429147557730232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177224773562301, 39.927433532837902 ], [ -75.177304702421296, 39.927077596936499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24505, "tnode_": 24563, "lpoly_": null, "rpoly_": null, "length": 163.64453791, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 88160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322377, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5263, "Shape__Length": 65.203011586958084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177304702421296, 39.927077596936499 ], [ -75.177403439931197, 39.926634850499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24563, "tnode_": 24708, "lpoly_": null, "rpoly_": null, "length": 456.21905334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322378, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5264, "Shape__Length": 181.77592291025837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177403439931197, 39.926634850499703 ], [ -75.177672696120098, 39.925399747508997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24327, "tnode_": 24298, "lpoly_": null, "rpoly_": null, "length": 546.06130251999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 72820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322379, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5265, "Shape__Length": 216.76996093590176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178617851785702, 39.928478928124697 ], [ -75.1805369041369, 39.928732252235697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24352, "tnode_": 24327, "lpoly_": null, "rpoly_": null, "length": 448.9909797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 72820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322380, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5266, "Shape__Length": 178.23227621888657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177036396426004, 39.928287245412101 ], [ -75.178617851785702, 39.928478928124697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24458, "tnode_": 24436, "lpoly_": null, "rpoly_": null, "length": 444.41696147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 42960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322381, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 5267, "Shape__Length": 176.41799870492019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177224773562301, 39.927433532837902 ], [ -75.178785941806495, 39.9276425805377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24478, "tnode_": 24458, "lpoly_": null, "rpoly_": null, "length": 443.15694313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 42960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 5268, "Shape__Length": 175.91632780976335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175666941316706, 39.9272299842902 ], [ -75.177224773562301, 39.927433532837902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24505, "tnode_": 24480, "lpoly_": null, "rpoly_": null, "length": 442.74793648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 29300, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322383, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 5269, "Shape__Length": 175.75232644024598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177304702421296, 39.927077596936499 ], [ -75.178862514057101, 39.9272744038987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24529, "tnode_": 24505, "lpoly_": null, "rpoly_": null, "length": 445.07325201999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 29300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322384, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 5270, "Shape__Length": 176.67888403975562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175743357036893, 39.926859083887301 ], [ -75.177304702421296, 39.927077596936499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24275, "tnode_": 24335, "lpoly_": null, "rpoly_": null, "length": 158.70466403, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1831, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 88220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322385, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5271, "Shape__Length": 63.236064616305327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182118255878095, 39.928934475301702 ], [ -75.182216723326107, 39.928505457049397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24335, "tnode_": 24489, "lpoly_": null, "rpoly_": null, "length": 452.88762428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322386, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5272, "Shape__Length": 180.45385474546026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182216723326107, 39.928505457049397 ], [ -75.182481482856005, 39.927279046788399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24489, "tnode_": 24643, "lpoly_": null, "rpoly_": null, "length": 447.45135754, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322387, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5273, "Shape__Length": 178.28417491194946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182481482856005, 39.927279046788399 ], [ -75.182745940161595, 39.926067728488398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24298, "tnode_": 24360, "lpoly_": null, "rpoly_": null, "length": 160.02522044, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1829, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 88200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322388, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5274, "Shape__Length": 63.76330320439466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805369041369, 39.928732252235697 ], [ -75.180627656235302, 39.928298554492002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24360, "tnode_": 24515, "lpoly_": null, "rpoly_": null, "length": 449.21405041999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322389, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5275, "Shape__Length": 178.98877113197571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180627656235302, 39.928298554492002 ], [ -75.180895853272901, 39.9270828147773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24515, "tnode_": 24567, "lpoly_": null, "rpoly_": null, "length": 151.24670253, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2014, "st_code": 88200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322390, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5276, "Shape__Length": 60.263995109825586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180895853272901, 39.9270828147773 ], [ -75.180981613907903, 39.926672907055298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24567, "tnode_": 24612, "lpoly_": null, "rpoly_": null, "length": 139.00758980999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2017, "l_t_add": 2033, "r_f_add": 2016, "r_t_add": 2032, "st_code": 88200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322391, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5277, "Shape__Length": 55.387289935249719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180981613907903, 39.926672907055298 ], [ -75.181058505589405, 39.926295933507397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24375, "tnode_": 24532, "lpoly_": null, "rpoly_": null, "length": 447.5593085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 84600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322392, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5278, "Shape__Length": 178.32977959166476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179351688237801, 39.928133709956903 ], [ -75.179613675895098, 39.9269217727674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24368, "tnode_": 24526, "lpoly_": null, "rpoly_": null, "length": 443.74403134000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 48880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322393, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5279, "Shape__Length": 176.80887182050179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179984494877104, 39.928212318879197 ], [ -75.180250602200303, 39.927011537238798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24354, "tnode_": 24507, "lpoly_": null, "rpoly_": null, "length": 448.21278336, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 60280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322394, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NORWOOD ST", "stname": "S NORWOOD ST", "objectid": 5280, "Shape__Length": 178.59156691306541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181179408684997, 39.928365013250101 ], [ -75.181436110257707, 39.9271505881404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24507, "tnode_": 24650, "lpoly_": null, "rpoly_": null, "length": 449.64513341000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 60280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322395, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NORWOOD ST", "stname": "S NORWOOD ST", "objectid": 5281, "Shape__Length": 179.15807999483974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181436110257707, 39.9271505881404 ], [ -75.181700815289503, 39.925933195562699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24496, "tnode_": 24649, "lpoly_": null, "rpoly_": null, "length": 450.12293078, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 16520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322396, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEECHWOOD ST", "stname": "S BEECHWOOD ST", "objectid": 5282, "Shape__Length": 179.35088045723177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181925425137095, 39.927218579535499 ], [ -75.182174447097694, 39.925997899334199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24344, "tnode_": 24496, "lpoly_": null, "rpoly_": null, "length": 449.78167952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 16520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322397, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEECHWOOD ST", "stname": "S BEECHWOOD ST", "objectid": 5283, "Shape__Length": 179.21534332792044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181657186546403, 39.9284358943912 ], [ -75.181925425137095, 39.927218579535499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24298, "tnode_": 24275, "lpoly_": null, "rpoly_": null, "length": 449.57255304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 72820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322398, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5284, "Shape__Length": 178.46620748469684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805369041369, 39.928732252235697 ], [ -75.182118255878095, 39.928934475301702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24275, "tnode_": 24258, "lpoly_": null, "rpoly_": null, "length": 470.9814926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 72820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322399, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 5285, "Shape__Length": 186.96712921300534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182118255878095, 39.928934475301702 ], [ -75.1837730098202, 39.929154989482399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24239, "tnode_": 24219, "lpoly_": null, "rpoly_": null, "length": 469.16333464999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 54680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322400, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5286, "Shape__Length": 186.24359613901518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182042094192596, 39.929299514811603 ], [ -75.183693624602796, 39.929504647780398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24254, "tnode_": 24239, "lpoly_": null, "rpoly_": null, "length": 448.60466555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 54680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322401, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5287, "Shape__Length": 178.08364071489848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180464944362896, 39.929094026962503 ], [ -75.182042094192596, 39.929299514811603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24280, "tnode_": 24254, "lpoly_": null, "rpoly_": null, "length": 546.58324355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 54680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5288, "Shape__Length": 216.97596133224039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178541330960002, 39.9288529750023 ], [ -75.180464944362896, 39.929094026962503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24103, "tnode_": 24092, "lpoly_": null, "rpoly_": null, "length": 380.0839331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2242, "r_f_add": 2201, "r_t_add": 2243, "st_code": 81780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322403, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5289, "Shape__Length": 150.88600350743695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181777041729006, 39.930525917813902 ], [ -75.183113259114506, 39.930700307252501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24082, "tnode_": 24052, "lpoly_": null, "rpoly_": null, "length": 459.17160358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 81780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 5290, "Shape__Length": 182.28111529594267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183447856098496, 39.930740501045598 ], [ -75.185064161492406, 39.930941678719101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24123, "tnode_": 24104, "lpoly_": null, "rpoly_": null, "length": 470.07496618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 64640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322405, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5291, "Shape__Length": 186.60776971254168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183493157926193, 39.930363030829 ], [ -75.185148645805796, 39.930565084409103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24140, "tnode_": 24123, "lpoly_": null, "rpoly_": null, "length": 466.9053437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 64640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322406, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5292, "Shape__Length": 185.34920181513928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181849114852, 39.930160997699801 ], [ -75.183493157926193, 39.930363030829 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24123, "tnode_": 24162, "lpoly_": null, "rpoly_": null, "length": 172.25818082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1739, "l_t_add": 1799, "r_f_add": 1718, "r_t_add": 1798, "st_code": 65160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322407, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5293, "Shape__Length": 68.56753971046696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183493157926193, 39.930363030829 ], [ -75.183824147591906, 39.929964691103599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24162, "tnode_": 24216, "lpoly_": null, "rpoly_": null, "length": 176.44530655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1820, "st_code": 65160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5294, "Shape__Length": 70.21228154966991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183824147591906, 39.929964691103599 ], [ -75.1842058418449, 39.929579647734997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24216, "tnode_": 24296, "lpoly_": null, "rpoly_": null, "length": 324.90136724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1821, "l_t_add": 1899, "r_f_add": 1822, "r_t_add": 1898, "st_code": 65160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5295, "Shape__Length": 129.30598776052355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1842058418449, 39.929579647734997 ], [ -75.184869952841396, 39.928848849076402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24296, "tnode_": 24386, "lpoly_": null, "rpoly_": null, "length": 334.89970375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 65160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5296, "Shape__Length": 133.20023595837614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184869952841396, 39.928848849076402 ], [ -75.1853690746903, 39.928312574003002 ], [ -75.1856823134096, 39.928216459236801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24216, "tnode_": 24194, "lpoly_": null, "rpoly_": null, "length": 320.55332543999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 54680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 5297, "Shape__Length": 127.25193592410324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1842058418449, 39.929579647734997 ], [ -75.185332491451703, 39.929727930736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23980, "tnode_": 23955, "lpoly_": null, "rpoly_": null, "length": 462.42665869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 57240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322412, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 5298, "Shape__Length": 183.57539920168531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183259196562901, 39.931596214371901 ], [ -75.184887223840306, 39.931797655546603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23936, "tnode_": 23910, "lpoly_": null, "rpoly_": null, "length": 461.36717125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 33900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322413, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5299, "Shape__Length": 183.15586907694873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183178998624797, 39.931967246938598 ], [ -75.184803225832596, 39.932168604056599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23948, "tnode_": 23936, "lpoly_": null, "rpoly_": null, "length": 314.1399427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 33900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322414, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 5300, "Shape__Length": 124.71060837169973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182075455110294, 39.931819248272397 ], [ -75.183178998624797, 39.931967246938598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23829, "tnode_": 23801, "lpoly_": null, "rpoly_": null, "length": 464.99052061999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 26140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322415, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 5301, "Shape__Length": 184.59747054948997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182986603872394, 39.932813434654499 ], [ -75.184622598445401, 39.933021139104902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23778, "tnode_": 23751, "lpoly_": null, "rpoly_": null, "length": 467.63094922, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 38660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 5302, "Shape__Length": 185.64774135188463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182903117596794, 39.933163212512198 ], [ -75.184547174408806, 39.933377787424199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23800, "tnode_": 23778, "lpoly_": null, "rpoly_": null, "length": 468.18875484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 38660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 5303, "Shape__Length": 185.86739596456601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181255712276098, 39.932954803536397 ], [ -75.182903117596794, 39.933163212512198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24142, "tnode_": 24282, "lpoly_": null, "rpoly_": null, "length": 448.5101945, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 68460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 5304, "Shape__Length": 178.71380116217105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185774675517393, 39.930215483311798 ], [ -75.186039196210999, 39.929001224456002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23997, "tnode_": 24137, "lpoly_": null, "rpoly_": null, "length": 452.22033024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 76780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 5305, "Shape__Length": 180.19406921772315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185995613353697, 39.9315068587063 ], [ -75.186272176775304, 39.930283851258103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24004, "tnode_": 24142, "lpoly_": null, "rpoly_": null, "length": 455.42909942, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 68460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 5306, "Shape__Length": 181.47865138583055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185540471146098, 39.931452624179201 ], [ -75.185774675517393, 39.930215483311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24137, "tnode_": 24273, "lpoly_": null, "rpoly_": null, "length": 451.31670155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 76780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 5307, "Shape__Length": 179.8301518708991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186272176775304, 39.930283851258103 ], [ -75.186552429344403, 39.929063861299603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23851, "tnode_": 24004, "lpoly_": null, "rpoly_": null, "length": 445.42179079, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 68460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322422, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 5308, "Shape__Length": 177.49160635842469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185292389318604, 39.9326603562535 ], [ -75.185540471146098, 39.931452624179201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23997, "tnode_": 23995, "lpoly_": null, "rpoly_": null, "length": 28.49578646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2412, "l_t_add": 2412, "r_f_add": 2413, "r_t_add": 2413, "st_code": 57100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322423, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 5309, "Shape__Length": 11.312826551603109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185995613353697, 39.9315068587063 ], [ -75.186095336259399, 39.931521864580901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23995, "tnode_": 28439, "lpoly_": null, "rpoly_": null, "length": 192.07019685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2414, "l_t_add": 2498, "r_f_add": 2415, "r_t_add": 2499, "st_code": 57100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322424, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 5310, "Shape__Length": 76.247340665174804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186095336259399, 39.931521864580901 ], [ -75.186772752193406, 39.931599507933697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23842, "tnode_": 23995, "lpoly_": null, "rpoly_": null, "length": 450.6491464, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 76780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322425, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 5311, "Shape__Length": 179.5682729750431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185800719541007, 39.932737984436699 ], [ -75.186095336259399, 39.931521864580901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23689, "tnode_": 23851, "lpoly_": null, "rpoly_": null, "length": 453.67483729000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 68460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322426, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RINGGOLD ST", "stname": "S RINGGOLD ST", "objectid": 5312, "Shape__Length": 180.77882220771275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185007785215802, 39.933886327494797 ], [ -75.185292389318604, 39.9326603562535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23681, "tnode_": 23842, "lpoly_": null, "rpoly_": null, "length": 445.55710181000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 76780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322427, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S TAYLOR ST", "stname": "S TAYLOR ST", "objectid": 5313, "Shape__Length": 177.54544405638205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185528902369299, 39.933943062621204 ], [ -75.185800719541007, 39.932737984436699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23663, "tnode_": 23824, "lpoly_": null, "rpoly_": null, "length": 449.32039428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 74940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S STILLMAN ST", "stname": "S STILLMAN ST", "objectid": 5314, "Shape__Length": 179.04542419728756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186917736134902, 39.934125392397 ], [ -75.187192371796002, 39.932910205646998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23655, "tnode_": 23820, "lpoly_": null, "rpoly_": null, "length": 449.53661415000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 15680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322429, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAMBREY ST", "stname": "S BAMBREY ST", "objectid": 5315, "Shape__Length": 179.13304640787175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187345964471206, 39.934178670948597 ], [ -75.1876118038318, 39.932961723550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27268, "tnode_": 24116, "lpoly_": null, "rpoly_": null, "length": 447.70034703000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 15680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322430, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-07-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAMBREY ST", "stname": "S BAMBREY ST", "objectid": 5316, "Shape__Length": 178.39475991449251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187796790715097, 39.931730883195698 ], [ -75.188062876068699, 39.930519080853998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23802, "tnode_": 23958, "lpoly_": null, "rpoly_": null, "length": 445.32984842999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 15440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAILEY ST", "stname": "S BAILEY ST", "objectid": 5317, "Shape__Length": 177.45326188851132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188672448990403, 39.933099482048 ], [ -75.1889403903903, 39.931894522901899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23798, "tnode_": 23952, "lpoly_": null, "rpoly_": null, "length": 449.56879881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 49815, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 5318, "Shape__Length": 179.14340372695065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189142594183096, 39.933164291445401 ], [ -75.189407177831498, 39.9319470927867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23632, "tnode_": 23798, "lpoly_": null, "rpoly_": null, "length": 449.41357119000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 49815, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322433, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 5319, "Shape__Length": 179.08530633779503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188882087096104, 39.934381579816602 ], [ -75.189142594183096, 39.933164291445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23641, "tnode_": 23802, "lpoly_": null, "rpoly_": null, "length": 450.59627802, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 15440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322434, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAILEY ST", "stname": "S BAILEY ST", "objectid": 5320, "Shape__Length": 179.55239088707685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188384425638304, 39.934316390996599 ], [ -75.188672448990403, 39.933099482048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23600, "tnode_": 23769, "lpoly_": null, "rpoly_": null, "length": 450.18275846, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 53960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322435, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSTON ST", "stname": "S MARSTON ST", "objectid": 5321, "Shape__Length": 179.39351587200193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190447370009096, 39.934587621716297 ], [ -75.190700066772195, 39.933367219718299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23769, "tnode_": 23934, "lpoly_": null, "rpoly_": null, "length": 451.57932225999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 53960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322436, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSTON ST", "stname": "S MARSTON ST", "objectid": 5322, "Shape__Length": 179.94166236618071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190700066772195, 39.933367219718299 ], [ -75.190988413996195, 39.932147613756399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23779, "tnode_": 23938, "lpoly_": null, "rpoly_": null, "length": 447.07686237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 32340, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322437, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ETTING ST", "stname": "S ETTING ST", "objectid": 5323, "Shape__Length": 178.15173946014178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190238190659301, 39.933299879389303 ], [ -75.190494631798302, 39.932088578714598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23612, "tnode_": 23779, "lpoly_": null, "rpoly_": null, "length": 451.24014567, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 32340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322438, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ETTING ST", "stname": "S ETTING ST", "objectid": 5324, "Shape__Length": 179.81076922039085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189957993603798, 39.934519665782503 ], [ -75.190238190659301, 39.933299879389303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23584, "tnode_": 23748, "lpoly_": null, "rpoly_": null, "length": 452.20867424, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 29080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322439, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5325, "Shape__Length": 180.19811156483257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192009615959904, 39.934787915975697 ], [ -75.192285809657605, 39.933564889768299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23748, "tnode_": 23911, "lpoly_": null, "rpoly_": null, "length": 452.96776728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 29080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322440, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5326, "Shape__Length": 180.49855726247546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192285809657605, 39.933564889768299 ], [ -75.192554487512595, 39.932338759100602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23592, "tnode_": 23754, "lpoly_": null, "rpoly_": null, "length": 450.54992625, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 59660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322441, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5327, "Shape__Length": 179.53911198663999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191531711492502, 39.934726306305798 ], [ -75.191792290886795, 39.933505865542301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23754, "tnode_": 23917, "lpoly_": null, "rpoly_": null, "length": 453.19250426999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 59660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322442, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5328, "Shape__Length": 180.58741011586486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191792290886795, 39.933505865542301 ], [ -75.192064794103302, 39.932279609422601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23541, "tnode_": 23710, "lpoly_": null, "rpoly_": null, "length": 446.79613745, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 74340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322443, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S STANLEY ST", "stname": "S STANLEY ST", "objectid": 5329, "Shape__Length": 178.04433177707827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195180561081401, 39.9351924121626 ], [ -75.195440103660403, 39.933982283208898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23548, "tnode_": 23717, "lpoly_": null, "rpoly_": null, "length": 446.53916575, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 25080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322444, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CORLIES ST", "stname": "S CORLIES ST", "objectid": 5330, "Shape__Length": 177.93992887718665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194655917765104, 39.9351203318855 ], [ -75.194920268249902, 39.933946749579299 ], [ -75.194927682507199, 39.933912510690703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23568, "tnode_": 23736, "lpoly_": null, "rpoly_": null, "length": 448.87693192999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 43200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322445, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOLLYWOOD ST", "stname": "S HOLLYWOOD ST", "objectid": 5331, "Shape__Length": 178.86932664156797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193093806139302, 39.934923435061002 ], [ -75.193377768013704, 39.933710755827597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23557, "tnode_": 23729, "lpoly_": null, "rpoly_": null, "length": 446.85764985999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 57740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MYRTLEWOOD ST", "stname": "S MYRTLEWOOD ST", "objectid": 5332, "Shape__Length": 178.06666632075829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193606437339994, 39.9349887486215 ], [ -75.193877272856398, 39.933779915884898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24038, "tnode_": 24020, "lpoly_": null, "rpoly_": null, "length": 442.91218302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 64640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 5333, "Shape__Length": 175.82884377711272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190129095066396, 39.931228142892699 ], [ -75.191686911348498, 39.931428133586898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24086, "tnode_": 24222, "lpoly_": null, "rpoly_": null, "length": 446.16058239, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 32340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322448, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ETTING ST", "stname": "S ETTING ST", "objectid": 5334, "Shape__Length": 177.77975222000322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191008755216501, 39.930883963197097 ], [ -75.191268872888301, 39.929675677880503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23917, "tnode_": 24066, "lpoly_": null, "rpoly_": null, "length": 448.93305775, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 59660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322449, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5335, "Shape__Length": 178.88827708323331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192064794103302, 39.932279609422601 ], [ -75.192325462138797, 39.931063679345399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24066, "tnode_": 24208, "lpoly_": null, "rpoly_": null, "length": 449.91169672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 59660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322450, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5336, "Shape__Length": 179.27357496776892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192325462138797, 39.931063679345399 ], [ -75.192596824753196, 39.929846411495198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23911, "tnode_": 24055, "lpoly_": null, "rpoly_": null, "length": 448.09581892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 29080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322451, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5337, "Shape__Length": 178.55421216491476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192554487512595, 39.932338759100602 ], [ -75.1928188521929, 39.931125632477503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24055, "tnode_": 24197, "lpoly_": null, "rpoly_": null, "length": 449.799893, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 29080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DOVER ST", "stname": "S DOVER ST", "objectid": 5338, "Shape__Length": 179.22902356378444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1928188521929, 39.931125632477503 ], [ -75.193091248471504, 39.929908812876803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24189, "tnode_": 24337, "lpoly_": null, "rpoly_": null, "length": 456.35608251000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88370, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322453, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5339, "Shape__Length": 181.83708339689974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193623436855802, 39.929974562363199 ], [ -75.193908148935904, 39.928741131783198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24337, "tnode_": 24493, "lpoly_": null, "rpoly_": null, "length": 449.05323232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88370, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322454, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5340, "Shape__Length": 178.92864143095707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193908148935904, 39.928741131783198 ], [ -75.194156577463602, 39.927523351633397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24177, "tnode_": 24329, "lpoly_": null, "rpoly_": null, "length": 452.78588248, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 43200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322455, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOLLYWOOD ST", "stname": "S HOLLYWOOD ST", "objectid": 5341, "Shape__Length": 180.41436478820671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194406912036101, 39.930075309437598 ], [ -75.194692207830798, 39.928851914840699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24329, "tnode_": 24426, "lpoly_": null, "rpoly_": null, "length": 287.21437384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 43200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOLLYWOOD ST", "stname": "S HOLLYWOOD ST", "objectid": 5342, "Shape__Length": 114.37542924487495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194692207830798, 39.928851914840699 ], [ -75.194887935558995, 39.928521510268098 ], [ -75.195120126423603, 39.928135607513099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24356, "tnode_": 24508, "lpoly_": null, "rpoly_": null, "length": 442.62240867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 59660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322457, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5343, "Shape__Length": 176.36496366642137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193091962963805, 39.928629838715999 ], [ -75.193344079213205, 39.927430387647497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24208, "tnode_": 24201, "lpoly_": null, "rpoly_": null, "length": 69.35116067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2816, "l_t_add": 2816, "r_f_add": 2817, "r_t_add": 2817, "st_code": 55960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 5344, "Shape__Length": 27.530028885300894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192596824753196, 39.929846411495198 ], [ -75.192841481661603, 39.929874096962799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24201, "tnode_": 24197, "lpoly_": null, "rpoly_": null, "length": 71.17940025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2818, "l_t_add": 2834, "r_f_add": 2819, "r_t_add": 2835, "st_code": 55960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322459, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 5345, "Shape__Length": 28.256958875205793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192841481661603, 39.929874096962799 ], [ -75.193091248471504, 39.929908812876803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24201, "tnode_": 24356, "lpoly_": null, "rpoly_": null, "length": 458.67200868000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 59660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NEWKIRK ST", "stname": "S NEWKIRK ST", "objectid": 5346, "Shape__Length": 182.76474651511913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192841481661603, 39.929874096962799 ], [ -75.193091962963805, 39.928629838715999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24379, "tnode_": 24533, "lpoly_": null, "rpoly_": null, "length": 445.34514431999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 32340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ETTING ST", "stname": "S ETTING ST", "objectid": 5347, "Shape__Length": 177.44780556242148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191537778418393, 39.9284362421295 ], [ -75.191802134127698, 39.927230773379399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24477, "tnode_": 24460, "lpoly_": null, "rpoly_": null, "length": 442.72257137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 31720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322462, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 5348, "Shape__Length": 175.74423583826737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189317963080597, 39.927545316637499 ], [ -75.190874819839905, 39.927746180969798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24477, "tnode_": 24534, "lpoly_": null, "rpoly_": null, "length": 206.17103175, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2036, "r_t_add": 2098, "st_code": 88310, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 5349, "Shape__Length": 82.142251596649047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189317963080597, 39.927545316637499 ], [ -75.189371601313596, 39.927266321213402 ], [ -75.189389411020798, 39.927156065048699 ], [ -75.189462485362, 39.926992653481499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24297, "tnode_": 24278, "lpoly_": null, "rpoly_": null, "length": 447.15807782000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 29300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322464, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 5350, "Shape__Length": 177.50798923470859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190604108383695, 39.928986177857901 ], [ -75.192177438490901, 39.929185146030001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24319, "tnode_": 24297, "lpoly_": null, "rpoly_": null, "length": 445.2597109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 29300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322465, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 5351, "Shape__Length": 176.7542644759788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189037906248501, 39.928785984757397 ], [ -75.190604108383695, 39.928986177857901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24521, "tnode_": 24577, "lpoly_": null, "rpoly_": null, "length": 177.80287145999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2114, "st_code": 88350, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 5352, "Shape__Length": 70.845534233077657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1925945223106, 39.927329593444497 ], [ -75.192694910634103, 39.926847660099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24577, "tnode_": 24622, "lpoly_": null, "rpoly_": null, "length": 124.90259173, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2117, "l_t_add": 2139, "r_f_add": 2116, "r_t_add": 2138, "st_code": 88350, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322467, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 5353, "Shape__Length": 49.766763029025704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192694910634103, 39.926847660099 ], [ -75.192767985792102, 39.926509433900598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24622, "tnode_": 24671, "lpoly_": null, "rpoly_": null, "length": 157.61695537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2141, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 88350, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322468, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 5354, "Shape__Length": 62.8044746275717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192767985792102, 39.926509433900598 ], [ -75.192834447830705, 39.926079791663597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24577, "tnode_": 24556, "lpoly_": null, "rpoly_": null, "length": 443.95011982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 21200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322469, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 5355, "Shape__Length": 176.23291774719786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192694910634103, 39.926847660099 ], [ -75.194252419504494, 39.9270651817342 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24622, "tnode_": 24601, "lpoly_": null, "rpoly_": null, "length": 443.12034598999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 83960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322470, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 5356, "Shape__Length": 175.9005299377533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192767985792102, 39.926509433900598 ], [ -75.194324996296999, 39.9267160116772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24718, "tnode_": 24700, "lpoly_": null, "rpoly_": null, "length": 440.18486219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 45760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322471, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5357, "Shape__Length": 174.73386573015688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188123398420402, 39.925501628991903 ], [ -75.189668710278497, 39.925712829843803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24583, "tnode_": 24718, "lpoly_": null, "rpoly_": null, "length": 448.91783400999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88290, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322473, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5358, "Shape__Length": 178.86717511890276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187859205109703, 39.926717063000801 ], [ -75.188123398420402, 39.925501628991903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24718, "tnode_": 24863, "lpoly_": null, "rpoly_": null, "length": 465.47414922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88290, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322474, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5359, "Shape__Length": 185.46215605447233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188123398420402, 39.925501628991903 ], [ -75.188385934298395, 39.924239932141099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24863, "tnode_": 24922, "lpoly_": null, "rpoly_": null, "length": 153.05295257999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2331, "r_f_add": 2300, "r_t_add": 2330, "st_code": 88290, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322475, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5360, "Shape__Length": 60.981947925265779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188385934298395, 39.924239932141099 ], [ -75.188466892587797, 39.923824431772601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24922, "tnode_": 24982, "lpoly_": null, "rpoly_": null, "length": 141.63726299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2333, "l_t_add": 2363, "r_f_add": 2332, "r_t_add": 2362, "st_code": 88290, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322476, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5361, "Shape__Length": 56.432453212464871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188466892587797, 39.923824431772601 ], [ -75.188547227553897, 39.9234405708102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24982, "tnode_": 25027, "lpoly_": null, "rpoly_": null, "length": 161.62287018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2365, "l_t_add": 2399, "r_f_add": 2364, "r_t_add": 2398, "st_code": 88290, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322477, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5362, "Shape__Length": 64.393071118052347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188547227553897, 39.9234405708102 ], [ -75.188651269382703, 39.923004187020702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25027, "tnode_": 25159, "lpoly_": null, "rpoly_": null, "length": 380.24542745000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88290, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322478, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5363, "Shape__Length": 151.49292136372441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188651269382703, 39.923004187020702 ], [ -75.188903282701204, 39.921978558479701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25034, "tnode_": 25044, "lpoly_": null, "rpoly_": null, "length": 154.91548102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2218, "l_t_add": 2240, "r_f_add": 2219, "r_t_add": 2241, "st_code": 63240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5364, "Shape__Length": 61.499682025555636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184046220290298, 39.922855790195399 ], [ -75.184581191538399, 39.922750026220598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25044, "tnode_": 25060, "lpoly_": null, "rpoly_": null, "length": 185.5221151, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2242, "l_t_add": 2298, "r_f_add": 2243, "r_t_add": 2299, "st_code": 63240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5365, "Shape__Length": 73.66434043299148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184581191538399, 39.922750026220598 ], [ -75.184838911961805, 39.922694995341203 ], [ -75.185015251967997, 39.922650217936699 ], [ -75.1852047268343, 39.922583559292399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25060, "tnode_": 25107, "lpoly_": null, "rpoly_": null, "length": 496.83920589000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 63240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322481, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5366, "Shape__Length": 197.22202972460076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1852047268343, 39.922583559292399 ], [ -75.185659284219099, 39.922553537135002 ], [ -75.185961633516797, 39.922523269583102 ], [ -75.1861910821507, 39.922479678856 ], [ -75.186939516322795, 39.922327963327803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25107, "tnode_": 25114, "lpoly_": null, "rpoly_": null, "length": 96.237523, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322482, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5367, "Shape__Length": 38.20446846111048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186939516322795, 39.922327963327803 ], [ -75.187272374232407, 39.922263846697703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25114, "tnode_": 25159, "lpoly_": null, "rpoly_": null, "length": 469.09643289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 63240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322483, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5368, "Shape__Length": 186.21463449795291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187272374232407, 39.922263846697703 ], [ -75.188903282701204, 39.921978558479701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24882, "tnode_": 24945, "lpoly_": null, "rpoly_": null, "length": 150.12782998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2300, "r_t_add": 2316, "st_code": 88270, "l_hundred": 0, "r_hundred": 2300, "seg_id": 322485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5369, "Shape__Length": 59.815257237000608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186891385554503, 39.924046517448303 ], [ -75.186978453489999, 39.923639886185299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24945, "tnode_": 24998, "lpoly_": null, "rpoly_": null, "length": 149.11295676, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2318, "r_t_add": 2334, "st_code": 88270, "l_hundred": 0, "r_hundred": 2300, "seg_id": 322486, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5370, "Shape__Length": 59.411019178826479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186978453489999, 39.923639886185299 ], [ -75.187061599880494, 39.923235589140603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24998, "tnode_": 25042, "lpoly_": null, "rpoly_": null, "length": 159.88838192, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2336, "r_t_add": 2398, "st_code": 88270, "l_hundred": 0, "r_hundred": 2300, "seg_id": 322487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5371, "Shape__Length": 63.702907093194163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187061599880494, 39.923235589140603 ], [ -75.187157548123196, 39.922802936879599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25042, "tnode_": 25114, "lpoly_": null, "rpoly_": null, "length": 199.00413533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2400, "r_t_add": 2424, "st_code": 88270, "l_hundred": 0, "r_hundred": 2400, "seg_id": 322488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5372, "Shape__Length": 79.287554947560324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187157548123196, 39.922802936879599 ], [ -75.187272374232407, 39.922263846697703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24604, "tnode_": 24742, "lpoly_": null, "rpoly_": null, "length": 457.02389352, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2100, "r_hundred": 0, "seg_id": 322489, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5373, "Shape__Length": 182.09670874388331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186031930021798, 39.926490268038201 ], [ -75.1862982573126, 39.925252549190397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24742, "tnode_": 24888, "lpoly_": null, "rpoly_": null, "length": 462.44633704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2200, "r_hundred": 0, "seg_id": 322490, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5374, "Shape__Length": 184.25034384786571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1862982573126, 39.925252549190397 ], [ -75.186591303188706, 39.924003286108601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24888, "tnode_": 25002, "lpoly_": null, "rpoly_": null, "length": 297.87576344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2363, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2300, "r_hundred": 0, "seg_id": 322491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5375, "Shape__Length": 118.68191085822913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186591303188706, 39.924003286108601 ], [ -75.1867637977562, 39.923196436655701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25002, "tnode_": 25047, "lpoly_": null, "rpoly_": null, "length": 160.85251275, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2365, "l_t_add": 2399, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2300, "r_hundred": 0, "seg_id": 322492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5376, "Shape__Length": 64.087923357896031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867637977562, 39.923196436655701 ], [ -75.186853873877993, 39.922760356545503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25047, "tnode_": 25107, "lpoly_": null, "rpoly_": null, "length": 159.33406537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2401, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2400, "r_hundred": 0, "seg_id": 322493, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5377, "Shape__Length": 63.48301691020032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186853873877993, 39.922760356545503 ], [ -75.186939516322795, 39.922327963327803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25107, "tnode_": 25384, "lpoly_": null, "rpoly_": null, "length": 1064.98678604, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2403, "l_t_add": 2599, "r_f_add": 2426, "r_t_add": 2598, "st_code": 88270, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322494, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5378, "Shape__Length": 424.01153963876857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186939516322795, 39.922327963327803 ], [ -75.187113507301405, 39.921602497360603 ], [ -75.187392779428507, 39.920270736661003 ], [ -75.188256371524702, 39.919762750669904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24945, "tnode_": 24922, "lpoly_": null, "rpoly_": null, "length": 422.84792105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 29640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322495, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 5379, "Shape__Length": 167.84372737211908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186978453489999, 39.923639886185299 ], [ -75.188466892587797, 39.923824431772601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24998, "tnode_": 24982, "lpoly_": null, "rpoly_": null, "length": 423.32136379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 34260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 5380, "Shape__Length": 168.03457575210035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187061599880494, 39.923235589140603 ], [ -75.188547227553897, 39.9234405708102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25002, "tnode_": 24998, "lpoly_": null, "rpoly_": null, "length": 84.73557955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 34260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322497, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 5381, "Shape__Length": 33.634787763320055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867637977562, 39.923196436655701 ], [ -75.187061599880494, 39.923235589140603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24624, "tnode_": 24673, "lpoly_": null, "rpoly_": null, "length": 168.81197958000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2118, "st_code": 88240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322498, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5382, "Shape__Length": 67.262602523854369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184396652735103, 39.926285209226798 ], [ -75.184488295527203, 39.925827201675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24673, "tnode_": 24714, "lpoly_": null, "rpoly_": null, "length": 139.37037547, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2121, "l_t_add": 2139, "r_f_add": 2120, "r_t_add": 2138, "st_code": 88240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322499, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5383, "Shape__Length": 55.530095316400818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184488295527203, 39.925827201675297 ], [ -75.184572791509098, 39.925450183716102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24714, "tnode_": 24765, "lpoly_": null, "rpoly_": null, "length": 151.38575857000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2141, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 88240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322500, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5384, "Shape__Length": 60.315621296952763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184572791509098, 39.925450183716102 ], [ -75.184673988171099, 39.925041979632802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24765, "tnode_": 24915, "lpoly_": null, "rpoly_": null, "length": 462.04489281000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322501, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5385, "Shape__Length": 184.09158306842164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184673988171099, 39.925041979632802 ], [ -75.184955370312906, 39.923792246500199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23107, "tnode_": 23272, "lpoly_": null, "rpoly_": null, "length": 452.58461245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 81380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322502, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARFIELD ST", "stname": "WARFIELD ST", "objectid": 5386, "Shape__Length": 180.32285442312818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1992038959837, 39.938323893395903 ], [ -75.199653964289794, 39.937130774362501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24289, "tnode_": 24386, "lpoly_": null, "rpoly_": null, "length": 265.35379905000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1947, "r_f_add": 1900, "r_t_add": 1946, "st_code": 88270, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5387, "Shape__Length": 105.72865011802995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185507141391994, 39.928932296106197 ], [ -75.1856823134096, 39.928216459236801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24386, "tnode_": 24450, "lpoly_": null, "rpoly_": null, "length": 188.38457694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1949, "l_t_add": 1999, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 1900, "r_hundred": 0, "seg_id": 322504, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5388, "Shape__Length": 75.064398873408635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1856823134096, 39.928216459236801 ], [ -75.185776264118402, 39.927704403049901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24450, "tnode_": 24604, "lpoly_": null, "rpoly_": null, "length": 448.0620111, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 0, "r_t_add": 0, "st_code": 88270, "l_hundred": 2000, "r_hundred": 0, "seg_id": 322505, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5389, "Shape__Length": 178.52990399377697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185776264118402, 39.927704403049901 ], [ -75.186031930021798, 39.926490268038201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24303, "tnode_": 24459, "lpoly_": null, "rpoly_": null, "length": 450.69150303000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322506, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 5390, "Shape__Length": 179.58159624522995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184446299678697, 39.928794290601097 ], [ -75.184695341508004, 39.927572032218301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24311, "tnode_": 24465, "lpoly_": null, "rpoly_": null, "length": 452.012709, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322507, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5391, "Shape__Length": 180.10720319288745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183883061585206, 39.928721721505703 ], [ -75.184137502802699, 39.927496449419898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24465, "tnode_": 24624, "lpoly_": null, "rpoly_": null, "length": 447.17891572000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322508, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5392, "Shape__Length": 178.17693181126194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184137502802699, 39.927496449419898 ], [ -75.184396652735103, 39.926285209226798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24455, "tnode_": 24608, "lpoly_": null, "rpoly_": null, "length": 450.3357173, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 19680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BUCKNELL ST", "stname": "S BUCKNELL ST", "objectid": 5393, "Shape__Length": 179.43626035245936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185188849724298, 39.927637381405098 ], [ -75.185441632175795, 39.926416567767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24459, "tnode_": 24614, "lpoly_": null, "rpoly_": null, "length": 451.26920262, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 18280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 5394, "Shape__Length": 179.80857389814869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184695341508004, 39.927572032218301 ], [ -75.184944709618506, 39.926348208508003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24321, "tnode_": 24476, "lpoly_": null, "rpoly_": null, "length": 452.80770142, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 41800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HEMBERGER ST", "stname": "S HEMBERGER ST", "objectid": 5395, "Shape__Length": 180.42238424562865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183304313490893, 39.928648802469098 ], [ -75.183569046768596, 39.927422611188298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24476, "tnode_": 24632, "lpoly_": null, "rpoly_": null, "length": 450.28273849, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 41800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322512, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HEMBERGER ST", "stname": "S HEMBERGER ST", "objectid": 5396, "Shape__Length": 179.4129295468739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183569046768596, 39.927422611188298 ], [ -75.183833507655805, 39.926203412445098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24328, "tnode_": 24483, "lpoly_": null, "rpoly_": null, "length": 453.85749226999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 26100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322513, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CROSKEY ST", "stname": "S CROSKEY ST", "objectid": 5397, "Shape__Length": 180.84057589021231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182806964304106, 39.928584475665502 ], [ -75.183071802115606, 39.927355376509098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24483, "tnode_": 24634, "lpoly_": null, "rpoly_": null, "length": 447.30651332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 26100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CROSKEY ST", "stname": "S CROSKEY ST", "objectid": 5398, "Shape__Length": 178.22720228433477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183071802115606, 39.927355376509098 ], [ -75.183332440857598, 39.926143970706903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24643, "tnode_": 24696, "lpoly_": null, "rpoly_": null, "length": 168.02751164, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2114, "st_code": 88220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322515, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5399, "Shape__Length": 66.948147843683515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182745940161595, 39.926067728488398 ], [ -75.182848893273004, 39.925613333288801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24696, "tnode_": 24740, "lpoly_": null, "rpoly_": null, "length": 136.76975401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2119, "l_t_add": 2137, "r_f_add": 2116, "r_t_add": 2136, "st_code": 88220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322516, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5400, "Shape__Length": 54.492960230742604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182848893273004, 39.925613333288801 ], [ -75.182936918724593, 39.925244050342997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24740, "tnode_": 24787, "lpoly_": null, "rpoly_": null, "length": 155.85447797, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2139, "l_t_add": 2199, "r_f_add": 2138, "r_t_add": 2198, "st_code": 88220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322517, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5401, "Shape__Length": 62.098049905193221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182936918724593, 39.925244050342997 ], [ -75.183026941157394, 39.924821861427503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24787, "tnode_": 24947, "lpoly_": null, "rpoly_": null, "length": 456.93811979000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322518, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5402, "Shape__Length": 182.05752050749291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183026941157394, 39.924821861427503 ], [ -75.183297212484504, 39.9235848890658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24612, "tnode_": 24659, "lpoly_": null, "rpoly_": null, "length": 161.53127827, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2035, "l_t_add": 2099, "r_f_add": 2034, "r_t_add": 2098, "st_code": 88200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322519, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5403, "Shape__Length": 64.359530349216925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181058505589405, 39.926295933507397 ], [ -75.181160789369002, 39.925859558319097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24659, "tnode_": 24803, "lpoly_": null, "rpoly_": null, "length": 454.41431057, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322520, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5404, "Shape__Length": 181.05408224072312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181160789369002, 39.925859558319097 ], [ -75.181433854103702, 39.924629977317302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24803, "tnode_": 24974, "lpoly_": null, "rpoly_": null, "length": 473.38115791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322521, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5405, "Shape__Length": 188.61047605783918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181433854103702, 39.924629977317302 ], [ -75.181698655965803, 39.923346578978403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24696, "tnode_": 24673, "lpoly_": null, "rpoly_": null, "length": 466.35133006999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 21200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322522, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 5406, "Shape__Length": 185.11916006262794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182848893273004, 39.925613333288801 ], [ -75.184488295527203, 39.925827201675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24740, "tnode_": 24714, "lpoly_": null, "rpoly_": null, "length": 464.91444213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 83960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322523, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 5407, "Shape__Length": 184.54643681926964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182936918724593, 39.925244050342997 ], [ -75.184572791509098, 39.925450183716102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24649, "tnode_": 24793, "lpoly_": null, "rpoly_": null, "length": 457.24792769000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 16520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322524, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEECHWOOD ST", "stname": "S BEECHWOOD ST", "objectid": 5408, "Shape__Length": 182.18309630286697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182174447097694, 39.925997899334199 ], [ -75.1824515844377, 39.924760964254702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24650, "tnode_": 24798, "lpoly_": null, "rpoly_": null, "length": 458.76214252, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 60280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322525, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NORWOOD ST", "stname": "S NORWOOD ST", "objectid": 5409, "Shape__Length": 182.78862349076491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181700815289503, 39.925933195562699 ], [ -75.181962396323001, 39.924690042961899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24755, "tnode_": 24906, "lpoly_": null, "rpoly_": null, "length": 459.2517144, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 18280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322526, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 5410, "Shape__Length": 182.98094911767399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185249126823905, 39.925108729864903 ], [ -75.1855147604644, 39.9238647251657 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24748, "tnode_": 24897, "lpoly_": null, "rpoly_": null, "length": 461.4975504, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 19680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322527, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BUCKNELL ST", "stname": "S BUCKNELL ST", "objectid": 5411, "Shape__Length": 183.87479553186429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185737083981707, 39.925176081111999 ], [ -75.186011894654698, 39.923927005263202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24897, "tnode_": 25050, "lpoly_": null, "rpoly_": null, "length": 456.28645029, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 19680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BUCKNELL ST", "stname": "S BUCKNELL ST", "objectid": 5412, "Shape__Length": 181.79606728413799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186011894654698, 39.923927005263202 ], [ -75.186277891846402, 39.922691297516401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24947, "tnode_": 25022, "lpoly_": null, "rpoly_": null, "length": 235.13759962999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2333, "r_f_add": 2300, "r_t_add": 2332, "st_code": 88220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322529, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5413, "Shape__Length": 93.684290231627557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183297212484504, 39.9235848890658 ], [ -75.183437181822796, 39.922948466363898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25022, "tnode_": 25089, "lpoly_": null, "rpoly_": null, "length": 225.09554475, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2335, "l_t_add": 2399, "r_f_add": 2334, "r_t_add": 2398, "st_code": 88220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322530, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-06-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5414, "Shape__Length": 89.683778421560348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183437181822796, 39.922948466363898 ], [ -75.183562075064401, 39.922338078703902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25089, "tnode_": 25248, "lpoly_": null, "rpoly_": null, "length": 461.79090791000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322531, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-06-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5415, "Shape__Length": 183.98233723135681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183562075064401, 39.922338078703902 ], [ -75.183804086732295, 39.921226859635297 ], [ -75.183846446867307, 39.921089744847599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24955, "tnode_": 24974, "lpoly_": null, "rpoly_": null, "length": 225.79083591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 63240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5416, "Shape__Length": 89.623083806562349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902679064999, 39.923434015784203 ], [ -75.181352400002496, 39.9233692447499 ], [ -75.181698655965803, 39.923346578978403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25022, "tnode_": 25034, "lpoly_": null, "rpoly_": null, "length": 174.12617422, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 63240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322533, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5417, "Shape__Length": 69.119551157145935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183437181822796, 39.922948466363898 ], [ -75.184046220290298, 39.922855790195399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24920, "tnode_": 24934, "lpoly_": null, "rpoly_": null, "length": 189.70731204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2013, "st_code": 63240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322534, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5418, "Shape__Length": 75.307831822197613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179654690980001, 39.923661833484203 ], [ -75.180315283023006, 39.923549979512899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24934, "tnode_": 24955, "lpoly_": null, "rpoly_": null, "length": 170.07998287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2016, "l_t_add": 2034, "r_f_add": 2015, "r_t_add": 2033, "st_code": 63240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322535, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5419, "Shape__Length": 67.520456762799284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180315283023006, 39.923549979512899 ], [ -75.180902679064999, 39.923434015784203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24771, "tnode_": 24927, "lpoly_": null, "rpoly_": null, "length": 459.77820661000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 41800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HEMBERGER ST", "stname": "S HEMBERGER ST", "objectid": 5420, "Shape__Length": 183.18865506044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184083632616094, 39.924959787748698 ], [ -75.184360995688195, 39.923715835086803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24778, "tnode_": 24935, "lpoly_": null, "rpoly_": null, "length": 455.54586552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 26100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322537, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CROSKEY ST", "stname": "S CROSKEY ST", "objectid": 5421, "Shape__Length": 181.50131612669708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183590523526306, 39.924891720324197 ], [ -75.183871243576704, 39.923660008332803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24935, "tnode_": 25034, "lpoly_": null, "rpoly_": null, "length": 297.04425769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 26100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322538, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CROSKEY ST", "stname": "S CROSKEY ST", "objectid": 5422, "Shape__Length": 118.34959761298269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183871243576704, 39.923660008332803 ], [ -75.184046220290298, 39.922855790195399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24927, "tnode_": 25044, "lpoly_": null, "rpoly_": null, "length": 357.20613815999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 41800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322539, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HEMBERGER ST", "stname": "S HEMBERGER ST", "objectid": 5423, "Shape__Length": 142.31803374194666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184360995688195, 39.923715835086803 ], [ -75.184581191538399, 39.922750026220598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24793, "tnode_": 24950, "lpoly_": null, "rpoly_": null, "length": 462.72488167, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 16520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322540, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEECHWOOD ST", "stname": "S BEECHWOOD ST", "objectid": 5424, "Shape__Length": 184.36350955513663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1824515844377, 39.924760964254702 ], [ -75.182721423194707, 39.923507830904299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24798, "tnode_": 24962, "lpoly_": null, "rpoly_": null, "length": 458.00796206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 60280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322541, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S NORWOOD ST", "stname": "S NORWOOD ST", "objectid": 5425, "Shape__Length": 182.48152829172079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181962396323001, 39.924690042961899 ], [ -75.182245978322698, 39.923451856154401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24591, "tnode_": 24567, "lpoly_": null, "rpoly_": null, "length": 543.41578572000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 31720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322542, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 5426, "Shape__Length": 215.71173084681936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790701711477, 39.9264287770499 ], [ -75.180981613907903, 39.926672907055298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24635, "tnode_": 24612, "lpoly_": null, "rpoly_": null, "length": 543.40539192000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 55540, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322543, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 5427, "Shape__Length": 215.70637048829491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179147065149394, 39.926052016340599 ], [ -75.181058505589405, 39.926295933507397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24635, "tnode_": 24688, "lpoly_": null, "rpoly_": null, "length": 161.45189897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2030, "r_t_add": 2098, "st_code": 88180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322544, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5428, "Shape__Length": 64.328247952781837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179147065149394, 39.926052016340599 ], [ -75.179245559318602, 39.925615345892503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24688, "tnode_": 24830, "lpoly_": null, "rpoly_": null, "length": 458.19426298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322545, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5429, "Shape__Length": 182.56146987661478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179245559318602, 39.925615345892503 ], [ -75.179507124579899, 39.924373770720798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24681, "tnode_": 24823, "lpoly_": null, "rpoly_": null, "length": 456.36192252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 84600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5430, "Shape__Length": 181.83041000275071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179863510735402, 39.925695245700503 ], [ -75.180132459804696, 39.924459705843098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24670, "tnode_": 24816, "lpoly_": null, "rpoly_": null, "length": 457.71686773, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 48880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5431, "Shape__Length": 182.36943520630709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180399775846496, 39.9257674434091 ], [ -75.1806764440569, 39.924529139970701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24708, "tnode_": 24851, "lpoly_": null, "rpoly_": null, "length": 450.40810617, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322548, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5432, "Shape__Length": 179.45866042152858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177672696120098, 39.925399747508997 ], [ -75.177929679063496, 39.924179253517302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24851, "tnode_": 24870, "lpoly_": null, "rpoly_": null, "length": 81.02655588, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2201, "r_f_add": 2200, "r_t_add": 2200, "st_code": 88160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322549, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5433, "Shape__Length": 32.282114543090771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177929679063496, 39.924179253517302 ], [ -75.177985059148895, 39.923960950456397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24870, "tnode_": 24900, "lpoly_": null, "rpoly_": null, "length": 80.31357455, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2203, "l_t_add": 2209, "r_f_add": 2202, "r_t_add": 2202, "st_code": 88160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322550, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5434, "Shape__Length": 32.000615526855483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177985059148895, 39.923960950456397 ], [ -75.1780208446432, 39.923742207870397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24900, "tnode_": 24953, "lpoly_": null, "rpoly_": null, "length": 132.79707986, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2211, "l_t_add": 2221, "r_f_add": 2204, "r_t_add": 2220, "st_code": 88160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5435, "Shape__Length": 52.908948946154183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1780208446432, 39.923742207870397 ], [ -75.178104685353702, 39.923383423827701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24830, "tnode_": 24920, "lpoly_": null, "rpoly_": null, "length": 262.62756596999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2221, "r_f_add": 2200, "r_t_add": 2224, "st_code": 88180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322552, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5436, "Shape__Length": 104.63933281414234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179507124579899, 39.924373770720798 ], [ -75.179654690980001, 39.923661833484203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24920, "tnode_": 24993, "lpoly_": null, "rpoly_": null, "length": 200.41664698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2223, "l_t_add": 2299, "r_f_add": 2226, "r_t_add": 2298, "st_code": 88180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5437, "Shape__Length": 79.849763868535945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179654690980001, 39.923661833484203 ], [ -75.179780840302001, 39.923120305634498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24993, "tnode_": 25038, "lpoly_": null, "rpoly_": null, "length": 156.05682908, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2314, "st_code": 88180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322554, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5438, "Shape__Length": 62.177730935352656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179780840302001, 39.923120305634498 ], [ -75.179863787925598, 39.922696697012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25038, "tnode_": 25084, "lpoly_": null, "rpoly_": null, "length": 139.18161049, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2317, "l_t_add": 2333, "r_f_add": 2316, "r_t_add": 2332, "st_code": 88180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322555, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5439, "Shape__Length": 55.453029327968011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179863787925598, 39.922696697012 ], [ -75.179943507826593, 39.922319588421701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25084, "tnode_": 25139, "lpoly_": null, "rpoly_": null, "length": 162.17886038, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2335, "l_t_add": 2399, "r_f_add": 2334, "r_t_add": 2398, "st_code": 88180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322556, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5440, "Shape__Length": 64.613464254599322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179943507826593, 39.922319588421701 ], [ -75.180048308683098, 39.921881760496298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25139, "tnode_": 25293, "lpoly_": null, "rpoly_": null, "length": 462.52318321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322557, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5441, "Shape__Length": 184.27552187073158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180048308683098, 39.921881760496298 ], [ -75.180286216801306, 39.920789816567101 ], [ -75.180316984231098, 39.920629069967703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25112, "tnode_": 25263, "lpoly_": null, "rpoly_": null, "length": 459.11700416000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322558, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5442, "Shape__Length": 182.92071788710845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181967682732306, 39.922124700412397 ], [ -75.182195573773797, 39.921027039888003 ], [ -75.1822230433648, 39.920879813484099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24816, "tnode_": 24955, "lpoly_": null, "rpoly_": null, "length": 403.94859118000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2249, "r_f_add": 2200, "r_t_add": 2248, "st_code": 48880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5443, "Shape__Length": 160.94622592357513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1806764440569, 39.924529139970701 ], [ -75.180902679064999, 39.923434015784203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24955, "tnode_": 24981, "lpoly_": null, "rpoly_": null, "length": 60.58799895, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 48880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322560, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5444, "Shape__Length": 24.141635982124232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902679064999, 39.923434015784203 ], [ -75.180883964071498, 39.923268319364503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24981, "tnode_": 25126, "lpoly_": null, "rpoly_": null, "length": 459.88044211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 48880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5445, "Shape__Length": 183.22708694006062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180883964071498, 39.923268319364503 ], [ -75.181146030151297, 39.922022118605597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24823, "tnode_": 24934, "lpoly_": null, "rpoly_": null, "length": 335.34033827000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 84600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5446, "Shape__Length": 133.61119801906946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180132459804696, 39.924459705843098 ], [ -75.180315283023006, 39.923549979512899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24988, "tnode_": 25131, "lpoly_": null, "rpoly_": null, "length": 463.13679889000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 84600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322563, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5447, "Shape__Length": 184.52210334872149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180359078169403, 39.9232053949206 ], [ -75.180638278096595, 39.921952331342503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24857, "tnode_": 24870, "lpoly_": null, "rpoly_": null, "length": 171.19495250999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 63240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5448, "Shape__Length": 67.97006950060694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177401378522404, 39.924098418809997 ], [ -75.177985059148895, 39.923960950456397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24870, "tnode_": 24884, "lpoly_": null, "rpoly_": null, "length": 171.81543972, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1921, "st_code": 63240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322565, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5449, "Shape__Length": 68.209524884186465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177985059148895, 39.923960950456397 ], [ -75.178578810883806, 39.9238448851331 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24884, "tnode_": 24902, "lpoly_": null, "rpoly_": null, "length": 137.10142074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1920, "l_t_add": 1928, "r_f_add": 1923, "r_t_add": 1937, "st_code": 63240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322566, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5450, "Shape__Length": 54.424019020310226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178578810883806, 39.9238448851331 ], [ -75.179057483204701, 39.923768597742502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24902, "tnode_": 24920, "lpoly_": null, "rpoly_": null, "length": 171.95772287, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1930, "l_t_add": 1998, "r_f_add": 1939, "r_t_add": 1999, "st_code": 63240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322567, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5451, "Shape__Length": 68.263274193686371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179057483204701, 39.923768597742502 ], [ -75.179654690980001, 39.923661833484203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24953, "tnode_": 25017, "lpoly_": null, "rpoly_": null, "length": 167.56118924, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2223, "l_t_add": 2299, "r_f_add": 2222, "r_t_add": 2298, "st_code": 88160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322568, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5452, "Shape__Length": 66.760878374599884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178104685353702, 39.923383423827701 ], [ -75.178199479911697, 39.922929274465098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24729, "tnode_": 24833, "lpoly_": null, "rpoly_": null, "length": 350.35538572000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2135, "r_f_add": 2100, "r_t_add": 2134, "st_code": 88140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322569, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5453, "Shape__Length": 139.59284273198722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176090763182401, 39.925208038469101 ], [ -75.176298526249198, 39.924259664111403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24833, "tnode_": 24864, "lpoly_": null, "rpoly_": null, "length": 107.22362816, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2137, "l_t_add": 2199, "r_f_add": 2136, "r_t_add": 2198, "st_code": 88140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322570, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5454, "Shape__Length": 42.720675435500603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176298526249198, 39.924259664111403 ], [ -75.176363974084396, 39.923969667009501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24864, "tnode_": 24928, "lpoly_": null, "rpoly_": null, "length": 159.27134487000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2217, "r_f_add": 2200, "r_t_add": 2216, "st_code": 88140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322571, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5455, "Shape__Length": 63.457299451982102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176363974084396, 39.923969667009501 ], [ -75.176462527820505, 39.923539081781001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24928, "tnode_": 24983, "lpoly_": null, "rpoly_": null, "length": 135.89409563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2219, "l_t_add": 2235, "r_f_add": 2218, "r_t_add": 2234, "st_code": 88140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322572, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5456, "Shape__Length": 54.143514383962824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176462527820505, 39.923539081781001 ], [ -75.176542908189802, 39.923171204598198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24983, "tnode_": 24953, "lpoly_": null, "rpoly_": null, "length": 444.81159517000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 27240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322573, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 5457, "Shape__Length": 176.56418411978791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176542908189802, 39.923171204598198 ], [ -75.178104685353702, 39.923383423827701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24928, "tnode_": 24900, "lpoly_": null, "rpoly_": null, "length": 443.28860952999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 77740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322574, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 5458, "Shape__Length": 175.95895120959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176462527820505, 39.923539081781001 ], [ -75.1780208446432, 39.923742207870397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24884, "tnode_": 25003, "lpoly_": null, "rpoly_": null, "length": 311.10523915000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 36220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322575, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5459, "Shape__Length": 123.95373335454074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178578810883806, 39.9238448851331 ], [ -75.1787507046987, 39.923001178924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24902, "tnode_": 25000, "lpoly_": null, "rpoly_": null, "length": 263.08180053999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 61440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322576, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5460, "Shape__Length": 104.81769669482381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179057483204701, 39.923768597742502 ], [ -75.179217029510895, 39.923056928689299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25057, "tnode_": 25038, "lpoly_": null, "rpoly_": null, "length": 446.75191478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 29640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322577, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 5461, "Shape__Length": 177.33147262598072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178293927513707, 39.922489242443298 ], [ -75.179863787925598, 39.922696697012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25109, "tnode_": 25084, "lpoly_": null, "rpoly_": null, "length": 444.49580401999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 34260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322578, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 5462, "Shape__Length": 176.43445968596444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178380998631098, 39.922115824383802 ], [ -75.179943507826593, 39.922319588421701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24746, "tnode_": 24795, "lpoly_": null, "rpoly_": null, "length": 166.89501597, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2118, "st_code": 88120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5463, "Shape__Length": 66.496946546610332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174537336299394, 39.9250047848763 ], [ -75.174632361979803, 39.924552516284997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24795, "tnode_": 24886, "lpoly_": null, "rpoly_": null, "length": 289.86909572000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2121, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 88120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322580, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5464, "Shape__Length": 115.49410073375897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174632361979803, 39.924552516284997 ], [ -75.174790697667902, 39.923766182451502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24812, "tnode_": 24879, "lpoly_": null, "rpoly_": null, "length": 220.70582823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 24360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322581, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5465, "Shape__Length": 87.932622938549102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175339377830795, 39.924430419206701 ], [ -75.175269438297903, 39.924227761525202 ], [ -75.175342571347699, 39.923835607567099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24590, "tnode_": 24736, "lpoly_": null, "rpoly_": null, "length": 454.28623805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 18520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322582, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5466, "Shape__Length": 181.00699430372393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175282517961804, 39.926355973372701 ], [ -75.175537163022099, 39.925124407321199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24595, "tnode_": 24741, "lpoly_": null, "rpoly_": null, "length": 450.61715762, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 24360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322583, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLORADO ST", "stname": "S COLORADO ST", "objectid": 5467, "Shape__Length": 179.54321189611474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174816240235799, 39.9262911935649 ], [ -75.175080887591804, 39.9250710886067 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24576, "tnode_": 24720, "lpoly_": null, "rpoly_": null, "length": 450.70369898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 23760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322584, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 5468, "Shape__Length": 179.57821376391283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176397229831807, 39.926501142237001 ], [ -75.176662132388799, 39.925280829143396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24713, "tnode_": 24857, "lpoly_": null, "rpoly_": null, "length": 459.75610512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 28960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322585, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 5469, "Shape__Length": 183.18093348093586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177124439662293, 39.925342366141003 ], [ -75.177401378522404, 39.924098418809997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24570, "tnode_": 24713, "lpoly_": null, "rpoly_": null, "length": 448.65067369000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORRANCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 28960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322586, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORRANCE ST", "stname": "DORRANCE ST", "objectid": 5470, "Shape__Length": 178.75544769331947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176828872821602, 39.926552763858098 ], [ -75.177124439662293, 39.925342366141003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24550, "tnode_": 24694, "lpoly_": null, "rpoly_": null, "length": 451.31632922, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 61440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322587, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5471, "Shape__Length": 179.82072387233001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178409829793495, 39.926756602847597 ], [ -75.178690207693606, 39.925536632912298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24554, "tnode_": 24703, "lpoly_": null, "rpoly_": null, "length": 454.01517486, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 36220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322588, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5472, "Shape__Length": 180.89788564167895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177951254037296, 39.926704171404502 ], [ -75.178219997061305, 39.925475136771098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24703, "tnode_": 24844, "lpoly_": null, "rpoly_": null, "length": 449.95240805000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 36220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322589, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5473, "Shape__Length": 179.2749814705399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178219997061305, 39.925475136771098 ], [ -75.178492644459794, 39.924257928555498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24694, "tnode_": 24836, "lpoly_": null, "rpoly_": null, "length": 451.90899016000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 61440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322590, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5474, "Shape__Length": 180.05544793398118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178690207693606, 39.925536632912298 ], [ -75.178958985715596, 39.924313466909702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24770, "tnode_": 24926, "lpoly_": null, "rpoly_": null, "length": 454.93888667, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 56560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322591, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOLE ST", "stname": "S MOLE ST", "objectid": 5475, "Shape__Length": 181.26126194913553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172431609281603, 39.924728916865398 ], [ -75.172697019656795, 39.923496883555202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24786, "tnode_": 24809, "lpoly_": null, "rpoly_": null, "length": 85.8980927, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2112, "st_code": 22180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322592, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5476, "Shape__Length": 34.22584409100741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174046153332895, 39.924663073453097 ], [ -75.174086607752102, 39.924429338399598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24815, "tnode_": 24809, "lpoly_": null, "rpoly_": null, "length": 137.10363205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 21200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 5477, "Shape__Length": 54.422919219645856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173605102127496, 39.924364422999702 ], [ -75.174086607752102, 39.924429338399598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24821, "tnode_": 24815, "lpoly_": null, "rpoly_": null, "length": 150.19929888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 21200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 5478, "Shape__Length": 59.620209227452797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173076524247904, 39.924298235974703 ], [ -75.173605102127496, 39.924364422999702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24809, "tnode_": 24892, "lpoly_": null, "rpoly_": null, "length": 267.5522438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2119, "l_t_add": 2199, "r_f_add": 2114, "r_t_add": 2198, "st_code": 22180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322595, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5479, "Shape__Length": 106.59955769959259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174086607752102, 39.924429338399598 ], [ -75.174250743109397, 39.923705827101301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24815, "tnode_": 24905, "lpoly_": null, "rpoly_": null, "length": 268.30277609000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 15720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5480, "Shape__Length": 106.89970205559283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173605102127496, 39.924364422999702 ], [ -75.173761461185407, 39.923637802964002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25150, "tnode_": 25300, "lpoly_": null, "rpoly_": null, "length": 458.27238846999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 61440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322597, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 5481, "Shape__Length": 182.58089668886188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179492619685305, 39.921799169720899 ], [ -75.179725858226305, 39.920720189456198 ], [ -75.179764687948804, 39.920558741610598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25155, "tnode_": 25307, "lpoly_": null, "rpoly_": null, "length": 456.89878, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 36220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322598, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GARNET ST", "stname": "S GARNET ST", "objectid": 5482, "Shape__Length": 182.03310418683091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178997162896493, 39.9217343234005 ], [ -75.179237172484605, 39.920659466542602 ], [ -75.179271014438896, 39.920497936743899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25126, "tnode_": 25276, "lpoly_": null, "rpoly_": null, "length": 458.36964989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 48880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322599, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5483, "Shape__Length": 182.61996030136697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181146030151297, 39.922022118605597 ], [ -75.181420244927196, 39.920781675850698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25131, "tnode_": 25285, "lpoly_": null, "rpoly_": null, "length": 457.21745894999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 84600, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322600, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 5484, "Shape__Length": 182.16264773843537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180638278096595, 39.921952331342503 ], [ -75.180875765555896, 39.920863067393498 ], [ -75.180896643535604, 39.920713313078501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22549, "tnode_": 22682, "lpoly_": null, "rpoly_": null, "length": 442.308327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 63180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 322602, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 5485, "Shape__Length": 175.9241492982664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207651949681704, 39.942484601713197 ], [ -75.208802126400798, 39.9416536629234 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22270, "tnode_": 22332, "lpoly_": null, "rpoly_": null, "length": 213.25576556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5125, "st_code": 81500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 322603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5486, "Shape__Length": 84.812227082539962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221614917594806, 39.944593444613503 ], [ -75.222186678259305, 39.944207396558099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22270, "tnode_": 22444, "lpoly_": null, "rpoly_": null, "length": 577.60147388999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88810, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 322604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 5487, "Shape__Length": 229.81078572879667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221614917594806, 39.944593444613503 ], [ -75.220223433928695, 39.943424269341598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21754, "tnode_": 21794, "lpoly_": null, "rpoly_": null, "length": 398.94218825999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4928, "r_f_add": 4901, "r_t_add": 4929, "st_code": 15620, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 322606, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 5488, "Shape__Length": 158.41036203053338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221239102183006, 39.9481704076846 ], [ -75.222645085179593, 39.948002080301798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21794, "tnode_": 21813, "lpoly_": null, "rpoly_": null, "length": 190.23979122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4930, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 15620, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 322607, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 5489, "Shape__Length": 75.537385885457482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222645085179593, 39.948002080301798 ], [ -75.223317983644307, 39.9479349988354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23610, "tnode_": 23744, "lpoly_": null, "rpoly_": null, "length": 553.88133872000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 38300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 322608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 5490, "Shape__Length": 220.27220602717358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214925184568401, 39.935208485074099 ], [ -75.216373528868701, 39.9341746988691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21549, "tnode_": 21599, "lpoly_": null, "rpoly_": null, "length": 132.76475193000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 309, "l_t_add": 321, "r_f_add": 308, "r_t_add": 324, "st_code": 88290, "l_hundred": 300, "r_hundred": 300, "seg_id": 322610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5491, "Shape__Length": 52.914618524305162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181214161525205, 39.948662244210198 ], [ -75.181302369917603, 39.948304167272099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21599, "tnode_": 21645, "lpoly_": null, "rpoly_": null, "length": 121.14301751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 323, "l_t_add": 335, "r_f_add": 326, "r_t_add": 334, "st_code": 88290, "l_hundred": 300, "r_hundred": 300, "seg_id": 322611, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5492, "Shape__Length": 48.285216013664126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181302369917603, 39.948304167272099 ], [ -75.1813635220511, 39.947974961906603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21645, "tnode_": 21700, "lpoly_": null, "rpoly_": null, "length": 136.41263011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88290, "l_hundred": 300, "r_hundred": 300, "seg_id": 322612, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5493, "Shape__Length": 54.368973771275463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1813635220511, 39.947974961906603 ], [ -75.1814477715713, 39.947606148987397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21700, "tnode_": 21783, "lpoly_": null, "rpoly_": null, "length": 166.97337701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 410, "st_code": 88290, "l_hundred": 400, "r_hundred": 400, "seg_id": 322613, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5494, "Shape__Length": 66.549377587422214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1814477715713, 39.947606148987397 ], [ -75.181548024280701, 39.9471543273905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21855, "tnode_": 21912, "lpoly_": null, "rpoly_": null, "length": 173.58942139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 501, "r_f_add": 500, "r_t_add": 514, "st_code": 88290, "l_hundred": 500, "r_hundred": 500, "seg_id": 322614, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5495, "Shape__Length": 69.185900037076991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181642522667104, 39.946705523218903 ], [ -75.181743090269407, 39.946235327022301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21912, "tnode_": 21999, "lpoly_": null, "rpoly_": null, "length": 198.71677928, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 503, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 88290, "l_hundred": 500, "r_hundred": 500, "seg_id": 322615, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5496, "Shape__Length": 79.196236843317067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181743090269407, 39.946235327022301 ], [ -75.181882601301993, 39.945700497360598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21587, "tnode_": 21629, "lpoly_": null, "rpoly_": null, "length": 119.07927997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 335, "r_f_add": 300, "r_t_add": 336, "st_code": 88310, "l_hundred": 300, "r_hundred": 300, "seg_id": 322616, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 5497, "Shape__Length": 47.462416340545794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1824537902706, 39.9484370226265 ], [ -75.182516484077794, 39.948113715957703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21629, "tnode_": 21681, "lpoly_": null, "rpoly_": null, "length": 138.73559513000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 88310, "l_hundred": 300, "r_hundred": 300, "seg_id": 322617, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 5498, "Shape__Length": 55.28303230334037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182516484077794, 39.948113715957703 ], [ -75.182597135164499, 39.947780461277198 ], [ -75.182635512970407, 39.947750800305499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21783, "tnode_": 21855, "lpoly_": null, "rpoly_": null, "length": 165.62425973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 413, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 88290, "l_hundred": 400, "r_hundred": 400, "seg_id": 322618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 5499, "Shape__Length": 66.011949965530405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181548024280701, 39.9471543273905 ], [ -75.181642522667104, 39.946705523218903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22076, "tnode_": 22087, "lpoly_": null, "rpoly_": null, "length": 73.44459973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2233, "l_t_add": 2233, "r_f_add": 2232, "r_t_add": 2306, "st_code": 38340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322619, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5500, "Shape__Length": 29.199405202116338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179811983990803, 39.945121895319097 ], [ -75.180023349099002, 39.945002809711298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22148, "tnode_": 22178, "lpoly_": null, "rpoly_": null, "length": 140.09521456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2303, "l_t_add": 2311, "r_f_add": 2332, "r_t_add": 2332, "st_code": 38340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322620, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5501, "Shape__Length": 55.703669781161111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180613284266499, 39.9446401527983 ], [ -75.181007384293096, 39.944403750963701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22158, "tnode_": 22211, "lpoly_": null, "rpoly_": null, "length": 176.93618684, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 707, "r_f_add": 700, "r_t_add": 706, "st_code": 88240, "l_hundred": 700, "r_hundred": 700, "seg_id": 322621, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5502, "Shape__Length": 70.516397385458632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180411969401206, 39.944611180598201 ], [ -75.180522748288496, 39.944133011277103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22148, "tnode_": 22143, "lpoly_": null, "rpoly_": null, "length": 96.25651981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2302, "l_t_add": 2302, "r_f_add": 2303, "r_t_add": 2303, "st_code": 15460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322622, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 5503, "Shape__Length": 38.218964684544112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180613284266499, 39.9446401527983 ], [ -75.180952800983206, 39.944679257907097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22158, "tnode_": 22148, "lpoly_": null, "rpoly_": null, "length": 57.4245958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2300, "r_f_add": 2301, "r_t_add": 2301, "st_code": 15460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322623, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 5504, "Shape__Length": 22.801685997457966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180411969401206, 39.944611180598201 ], [ -75.180613284266499, 39.9446401527983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23708, "tnode_": 23865, "lpoly_": null, "rpoly_": null, "length": 452.79881793000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 22180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322624, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHADWICK ST", "stname": "S CHADWICK ST", "objectid": 5505, "Shape__Length": 180.43361487660735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172103044359801, 39.933487139326402 ], [ -75.172353332758505, 39.932259173909003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23714, "tnode_": 23871, "lpoly_": null, "rpoly_": null, "length": 448.16840468000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 15720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 5506, "Shape__Length": 178.58597164027267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171599300371597, 39.933416641613803 ], [ -75.171863530171393, 39.932203295017203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22094, "tnode_": 22221, "lpoly_": null, "rpoly_": null, "length": 370.13475055000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 500, "r_t_add": 598, "st_code": 19160, "l_hundred": 0, "r_hundred": 500, "seg_id": 322628, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5507, "Shape__Length": 147.51306919373226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165343172804498, 39.944673666191001 ], [ -75.165468890417699, 39.944085294572801 ], [ -75.165577120502704, 39.943673852404203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22520, "tnode_": 22670, "lpoly_": null, "rpoly_": null, "length": 371.66185851, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 740, "r_t_add": 798, "st_code": 19160, "l_hundred": 0, "r_hundred": 700, "seg_id": 322639, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5508, "Shape__Length": 148.11850194281311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165991339274001, 39.941829566968501 ], [ -75.166207611164893, 39.9408229811647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22769, "tnode_": 22897, "lpoly_": null, "rpoly_": null, "length": 357.31589307000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 900, "r_t_add": 998, "st_code": 19160, "l_hundred": 0, "r_hundred": 900, "seg_id": 322642, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5509, "Shape__Length": 142.39736751136709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166363288280806, 39.940039642571399 ], [ -75.166572265783799, 39.939072045625501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22670, "tnode_": 22662, "lpoly_": null, "rpoly_": null, "length": 169.59902136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1413, "st_code": 21900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322644, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 5510, "Shape__Length": 67.33750210096909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166207611164893, 39.9408229811647 ], [ -75.166804161280496, 39.940899788602501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22897, "tnode_": 23061, "lpoly_": null, "rpoly_": null, "length": 440.40799814999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1000, "r_t_add": 1098, "st_code": 19160, "l_hundred": 0, "r_hundred": 1000, "seg_id": 322649, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5511, "Shape__Length": 175.50997348549049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166572265783799, 39.939072045625501 ], [ -75.166818888928901, 39.937878068231903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23061, "tnode_": 23155, "lpoly_": null, "rpoly_": null, "length": 251.65796071000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1100, "r_t_add": 1116, "st_code": 19160, "l_hundred": 0, "r_hundred": 1100, "seg_id": 322650, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5512, "Shape__Length": 100.28702246219351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166818888928901, 39.937878068231903 ], [ -75.166970428732498, 39.937197155276401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23155, "tnode_": 23229, "lpoly_": null, "rpoly_": null, "length": 165.32512796999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1118, "r_t_add": 1146, "st_code": 19160, "l_hundred": 0, "r_hundred": 1100, "seg_id": 322651, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5513, "Shape__Length": 65.879928649064269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166970428732498, 39.937197155276401 ], [ -75.167085364067205, 39.936752024551502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23229, "tnode_": 23210, "lpoly_": null, "rpoly_": null, "length": 234.84295404999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1400, "r_f_add": 1401, "r_t_add": 1417, "st_code": 31400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322655, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5514, "Shape__Length": 93.242690060714409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167085364067205, 39.936752024551502 ], [ -75.167904078236703, 39.936887683920602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23210, "tnode_": 23191, "lpoly_": null, "rpoly_": null, "length": 224.59075528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1402, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 31400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322656, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5515, "Shape__Length": 89.176441523538173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167904078236703, 39.936887683920602 ], [ -75.168682259752103, 39.937033511199303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23229, "tnode_": 23393, "lpoly_": null, "rpoly_": null, "length": 386.33847162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1148, "r_t_add": 1198, "st_code": 19160, "l_hundred": 0, "r_hundred": 1100, "seg_id": 322657, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5516, "Shape__Length": 153.95683447603244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167085364067205, 39.936752024551502 ], [ -75.167305124390595, 39.935705055767599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23599, "tnode_": 26968, "lpoly_": null, "rpoly_": null, "length": 447.88959214, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1300, "r_t_add": 1398, "st_code": 19160, "l_hundred": 0, "r_hundred": 1300, "seg_id": 322658, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5517, "Shape__Length": 178.48032285050871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1676429267294, 39.934159729551801 ], [ -75.167881600501005, 39.932944022005699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23756, "tnode_": 23924, "lpoly_": null, "rpoly_": null, "length": 447.40199586, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1400, "r_hundred": 0, "seg_id": 322662, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5518, "Shape__Length": 178.27650281152242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167770793769904, 39.932930625700301 ], [ -75.168053221487995, 39.9317218489143 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23924, "tnode_": 24076, "lpoly_": null, "rpoly_": null, "length": 455.10114932, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1500, "r_hundred": 0, "seg_id": 322663, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5519, "Shape__Length": 181.34401439294462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168053221487995, 39.9317218489143 ], [ -75.168321556625997, 39.930489736135399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24076, "tnode_": 24214, "lpoly_": null, "rpoly_": null, "length": 452.75700562000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1600, "r_hundred": 0, "seg_id": 322666, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5520, "Shape__Length": 180.40930044579494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168321556625997, 39.930489736135399 ], [ -75.168570043198599, 39.929261671287101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24214, "tnode_": 24276, "lpoly_": null, "rpoly_": null, "length": 224.71702823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1711, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1700, "r_hundred": 0, "seg_id": 322671, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5521, "Shape__Length": 89.541451094996475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168570043198599, 39.929261671287101 ], [ -75.168693028636, 39.928652104228703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24276, "tnode_": 24363, "lpoly_": null, "rpoly_": null, "length": 225.17005050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1713, "l_t_add": 1799, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1700, "r_hundred": 0, "seg_id": 322672, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5522, "Shape__Length": 89.719164462975002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168693028636, 39.928652104228703 ], [ -75.168830270227105, 39.928043081423901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24363, "tnode_": 24520, "lpoly_": null, "rpoly_": null, "length": 449.67095288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1800, "r_hundred": 0, "seg_id": 322673, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5523, "Shape__Length": 179.17028785298277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168830270227105, 39.928043081423901 ], [ -75.1690978262572, 39.926825986009597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24520, "tnode_": 24661, "lpoly_": null, "rpoly_": null, "length": 452.95771452999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1900, "r_hundred": 0, "seg_id": 322674, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5524, "Shape__Length": 180.47697966354508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1690978262572, 39.926825986009597 ], [ -75.169365230443503, 39.925599721620699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24661, "tnode_": 24804, "lpoly_": null, "rpoly_": null, "length": 450.00673507000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2000, "r_hundred": 0, "seg_id": 322675, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5525, "Shape__Length": 179.29812694592115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169365230443503, 39.925599721620699 ], [ -75.1696299425153, 39.924381324255897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24804, "tnode_": 24972, "lpoly_": null, "rpoly_": null, "length": 457.53919104, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2100, "r_hundred": 0, "seg_id": 322679, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5526, "Shape__Length": 182.29833231751988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1696299425153, 39.924381324255897 ], [ -75.169882847031801, 39.923140506629103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24972, "tnode_": 25111, "lpoly_": null, "rpoly_": null, "length": 461.69219600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2200, "r_hundred": 0, "seg_id": 322680, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5527, "Shape__Length": 183.94323294499259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169882847031801, 39.923140506629103 ], [ -75.170181572080295, 39.921894147555001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25111, "tnode_": 25262, "lpoly_": null, "rpoly_": null, "length": 459.8984934, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2300, "r_hundred": 0, "seg_id": 322684, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5528, "Shape__Length": 183.22971047737349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170181572080295, 39.921894147555001 ], [ -75.170449922973901, 39.920648690388298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25262, "tnode_": 25387, "lpoly_": null, "rpoly_": null, "length": 459.73065134999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 2400, "r_hundred": 0, "seg_id": 322685, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5529, "Shape__Length": 183.16022744582298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170449922973901, 39.920648690388298 ], [ -75.170713151381406, 39.919403052690598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23586, "tnode_": 23659, "lpoly_": null, "rpoly_": null, "length": 299.13796947000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5522, "r_f_add": 5501, "r_t_add": 5525, "st_code": 84480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322686, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 5530, "Shape__Length": 118.9606029324473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220344920412202, 39.935417851648602 ], [ -75.221133136388403, 39.9348645475729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23807, "tnode_": 23831, "lpoly_": null, "rpoly_": null, "length": 63.18436273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5544, "l_t_add": 5598, "r_f_add": 5545, "r_t_add": 5599, "st_code": 63180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 5531, "Shape__Length": 25.130012446199625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220152168435902, 39.933744866643302 ], [ -75.220313171058905, 39.933623530488703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23831, "tnode_": 23846, "lpoly_": null, "rpoly_": null, "length": 89.38263317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 63180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 5532, "Shape__Length": 35.546597021089902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220313171058905, 39.933623530488703 ], [ -75.220545720657597, 39.933455734450902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24671, "tnode_": 24773, "lpoly_": null, "rpoly_": null, "length": 356.39831139, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88350, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 5533, "Shape__Length": 142.00547049095175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192834447830705, 39.926079791663597 ], [ -75.193023109989795, 39.925112275716501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21556, "tnode_": 21371, "lpoly_": null, "rpoly_": null, "length": 769.14680724999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3298, "r_f_add": 3001, "r_t_add": 3299, "st_code": 73440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322691, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5534, "Shape__Length": 305.94483896411452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189676069383395, 39.948897887677397 ], [ -75.191692179928097, 39.950329769987299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25101, "tnode_": 25159, "lpoly_": null, "rpoly_": null, "length": 885.21585993999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "O", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9455, "l_hundred": 0, "r_hundred": 0, "seg_id": 322692, "oneway": "FT", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP O", "stname": "SCHUYLKILL EXPY RAMP O", "objectid": 5535, "Shape__Length": 352.30666043133942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189890267329204, 39.922190207545697 ], [ -75.189966932219207, 39.922389976348001 ], [ -75.190028808954906, 39.9226346311778 ], [ -75.189951141345702, 39.922809269719899 ], [ -75.189844421380599, 39.922916360534302 ], [ -75.189715167238404, 39.922992538148101 ], [ -75.189500242420905, 39.923036393557297 ], [ -75.189318718088401, 39.923032339957899 ], [ -75.189085380067098, 39.922935901686003 ], [ -75.188980508831705, 39.922852771358301 ], [ -75.188917126595697, 39.922747654933403 ], [ -75.188876986597805, 39.922596746615199 ], [ -75.188899868587399, 39.922408721462702 ], [ -75.188954777433395, 39.922209247107297 ], [ -75.188903282701204, 39.921978558479701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22278, "tnode_": 22341, "lpoly_": null, "rpoly_": null, "length": 204.13220953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAYBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 71120, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 322693, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAYBROOK AVE", "stname": "SAYBROOK AVE", "objectid": 5536, "Shape__Length": 81.19375453167639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208479246597406, 39.944188262922601 ], [ -75.209010529577597, 39.943805135632502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22954, "tnode_": 22934, "lpoly_": null, "rpoly_": null, "length": 451.11833504999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 31400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322695, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5537, "Shape__Length": 179.10612347602864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185169926700496, 39.939123547456397 ], [ -75.186758188198795, 39.939320680828502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23048, "tnode_": 23060, "lpoly_": null, "rpoly_": null, "length": 27.57278008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1213, "l_t_add": 1213, "r_f_add": 1208, "r_t_add": 1208, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322696, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5538, "Shape__Length": 10.987838241868245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188530457033494, 39.938537710170102 ], [ -75.188548444124194, 39.938463296570298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23060, "tnode_": 23087, "lpoly_": null, "rpoly_": null, "length": 80.6558145, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1215, "l_t_add": 1221, "r_f_add": 1210, "r_t_add": 1218, "st_code": 88330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322697, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5539, "Shape__Length": 32.142855582534516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188548444124194, 39.938463296570298 ], [ -75.188592007532904, 39.938244440315003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23080, "tnode_": 23060, "lpoly_": null, "rpoly_": null, "length": 443.53585700999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 53280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322698, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 5540, "Shape__Length": 176.09602773055761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186989865104294, 39.938255808189197 ], [ -75.188548444124194, 39.938463296570298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21710, "tnode_": 21760, "lpoly_": null, "rpoly_": null, "length": 91.18406597, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 325, "l_t_add": 333, "r_f_add": 324, "r_t_add": 332, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 322699, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5541, "Shape__Length": 36.342923915255959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174491661029407, 39.947425596023301 ], [ -75.174543722903095, 39.947178512347897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21760, "tnode_": 21774, "lpoly_": null, "rpoly_": null, "length": 38.24061282, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 335, "l_t_add": 335, "r_f_add": 334, "r_t_add": 334, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 322700, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5542, "Shape__Length": 15.241048772255425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174543722903095, 39.947178512347897 ], [ -75.174567872110899, 39.947075195649298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21786, "tnode_": 21760, "lpoly_": null, "rpoly_": null, "length": 448.06353703999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 62880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322701, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 5543, "Shape__Length": 177.92717612818848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172983220129495, 39.9469519475455 ], [ -75.173038662140996, 39.946988329044203 ], [ -75.174543722903095, 39.947178512347897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24386, "tnode_": 24444, "lpoly_": null, "rpoly_": null, "length": 197.32196997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1948, "r_t_add": 1998, "st_code": 88270, "l_hundred": 0, "r_hundred": 1900, "seg_id": 322703, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5544, "Shape__Length": 78.566831362406447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1856823134096, 39.928216459236801 ], [ -75.185803547562202, 39.928103345296797 ], [ -75.1859932171716, 39.927736303372697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24493, "tnode_": 24556, "lpoly_": null, "rpoly_": null, "length": 169.05361954999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2114, "st_code": 88370, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5545, "Shape__Length": 67.35954299365568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194156577463602, 39.927523351633397 ], [ -75.194252419504494, 39.9270651817342 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24556, "tnode_": 24601, "lpoly_": null, "rpoly_": null, "length": 128.81469549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2117, "l_t_add": 2135, "r_f_add": 2116, "r_t_add": 2134, "st_code": 88370, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5546, "Shape__Length": 51.326073876523132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194252419504494, 39.9270651817342 ], [ -75.194324996296999, 39.9267160116772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24534, "tnode_": 24700, "lpoly_": null, "rpoly_": null, "length": 474.49562533000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88310, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 5547, "Shape__Length": 189.05362714611991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189462485362, 39.926992653481499 ], [ -75.189409475855996, 39.926829775589098 ], [ -75.189668710278497, 39.925712829843803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29784, "tnode_": 21456, "lpoly_": null, "rpoly_": null, "length": 526.29322037999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3920, "l_t_add": 3998, "r_f_add": 3921, "r_t_add": 3999, "st_code": 15620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 322707, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 5548, "Shape__Length": 208.96566825885458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2015870383036, 39.949985933497302 ], [ -75.203462951810806, 39.949933278595601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23452, "tnode_": 23569, "lpoly_": null, "rpoly_": null, "length": 462.07860594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5554, "r_f_add": 5501, "r_t_add": 5555, "st_code": 38640, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 5549, "Shape__Length": 183.76531983247179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221607574560494, 39.936473631080503 ], [ -75.222818422399001, 39.935613298189402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23569, "tnode_": 23585, "lpoly_": null, "rpoly_": null, "length": 61.03000331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWAY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5556, "l_t_add": 5598, "r_f_add": 5557, "r_t_add": 5599, "st_code": 38640, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322709, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWAY AVE", "stname": "GREENWAY AVE", "objectid": 5550, "Shape__Length": 24.263349151680519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222818422399001, 39.935613298189402 ], [ -75.2229897674314, 39.935510003448201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21259, "tnode_": 21234, "lpoly_": null, "rpoly_": null, "length": 461.26949504000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 64820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 322710, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 5551, "Shape__Length": 183.16928282657844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210771296167195, 39.951623330407102 ], [ -75.212396511130805, 39.951820480753099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21661, "tnode_": 21677, "lpoly_": null, "rpoly_": null, "length": 557.37109733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 22760, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 322711, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 5552, "Shape__Length": 221.30095527296206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207068384370302, 39.948479161150097 ], [ -75.209054239907601, 39.948408717430098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21677, "tnode_": 21789, "lpoly_": null, "rpoly_": null, "length": 733.5689201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 22760, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 322712, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 5553, "Shape__Length": 291.47031168881193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209054239907601, 39.948408717430098 ], [ -75.210601200783003, 39.948357813938799 ], [ -75.211391921533902, 39.947805243593201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22210, "tnode_": 22332, "lpoly_": null, "rpoly_": null, "length": 554.30146427, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 63460, "l_hundred": 900, "r_hundred": 900, "seg_id": 322714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PAXON ST", "stname": "S PAXON ST", "objectid": 5554, "Shape__Length": 220.41691457719878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223695701566498, 39.945111055198304 ], [ -75.223105693587598, 39.944983132079201 ], [ -75.222186678259305, 39.944207396558099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22402, "tnode_": 22490, "lpoly_": null, "rpoly_": null, "length": 256.01454696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1150, "r_t_add": 1198, "st_code": 88770, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322715, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 5555, "Shape__Length": 101.86335600564975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215860138036305, 39.943618879048998 ], [ -75.215249466778602, 39.943096408122898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22514, "tnode_": 22682, "lpoly_": null, "rpoly_": null, "length": 580.12278414000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88730, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 5556, "Shape__Length": 230.80024926440984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210212513117298, 39.942818792738898 ], [ -75.208802126400798, 39.9416536629234 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22418, "tnode_": 22628, "lpoly_": null, "rpoly_": null, "length": 531.04400465999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 84480, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 322719, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 5557, "Shape__Length": 211.49216122126552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210856290568202, 39.943356188032098 ], [ -75.211714946332094, 39.942056839865899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21898, "tnode_": 22284, "lpoly_": null, "rpoly_": null, "length": 1156.9077920899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 88630, "l_hundred": 700, "r_hundred": 700, "seg_id": 322720, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 5558, "Shape__Length": 460.70440435653751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206975562571301, 39.946842523984898 ], [ -75.206961935874801, 39.946670311260903 ], [ -75.205376018984197, 39.945067203850201 ], [ -75.205283378345399, 39.944165042620298 ], [ -75.205328342559795, 39.9440891457524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22928, "tnode_": 23088, "lpoly_": null, "rpoly_": null, "length": 577.2228803, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1559, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88770, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322721, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 5559, "Shape__Length": 229.66009862073591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211386889273697, 39.939844258502703 ], [ -75.210770682575799, 39.939311691696901 ], [ -75.210023458281398, 39.938657127159203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23328, "tnode_": 29970, "lpoly_": null, "rpoly_": null, "length": 1352.7661113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88810, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322723, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 5560, "Shape__Length": 537.17808462525431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2122874810903, 39.9370694979294 ], [ -75.210152444836496, 39.936576744821799 ], [ -75.207658287649593, 39.936024973541699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29783, "tnode_": 21612, "lpoly_": null, "rpoly_": null, "length": 951.2289913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3976, "r_f_add": 3901, "r_t_add": 3975, "st_code": 84480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 322725, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2012-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 5561, "Shape__Length": 377.91717270487209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201413899792996, 39.949769303726796 ], [ -75.2030152280539, 39.949290794315502 ], [ -75.2037657206765, 39.949010310441203 ], [ -75.204527896458004, 39.948737281878302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23587, "tnode_": 23700, "lpoly_": null, "rpoly_": null, "length": 433.11054779, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322726, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5562, "Shape__Length": 172.289644641949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217812889300106, 39.935366733016203 ], [ -75.217207014644302, 39.9348567504763 ], [ -75.216753988103505, 39.934501470280601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23989, "tnode_": 24232, "lpoly_": null, "rpoly_": null, "length": 1078.6135211799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2201, "l_t_add": 2399, "r_f_add": 2200, "r_t_add": 2398, "st_code": 88980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322727, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 5563, "Shape__Length": 429.07115936531432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224595701220295, 39.932419807575599 ], [ -75.223298469407496, 39.931318579202198 ], [ -75.222727692788098, 39.9308412702485 ], [ -75.222001124469998, 39.9302341255515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24503, "tnode_": 27191, "lpoly_": null, "rpoly_": null, "length": 708.99534798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5900, "l_t_add": 6010, "r_f_add": 5901, "r_t_add": 6013, "st_code": 31480, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 322728, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 5564, "Shape__Length": 281.91292866904337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221955852447294, 39.928084228005801 ], [ -75.223834676922806, 39.926782057314199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21769, "tnode_": 21876, "lpoly_": null, "rpoly_": null, "length": 263.47269447000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 18520, "l_hundred": 300, "r_hundred": 300, "seg_id": 322730, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5565, "Shape__Length": 105.01164641285891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170918448320506, 39.947022487408702 ], [ -75.171018136644406, 39.946461244276399 ], [ -75.171058097149995, 39.946307488105802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21852, "tnode_": 21882, "lpoly_": null, "rpoly_": null, "length": 83.80552747, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 409, "l_t_add": 417, "r_f_add": 408, "r_t_add": 416, "st_code": 88200, "l_hundred": 400, "r_hundred": 400, "seg_id": 322731, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5566, "Shape__Length": 33.402250704945324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176649618146598, 39.946603358952501 ], [ -75.176693296011905, 39.9463757717226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21783, "tnode_": 21764, "lpoly_": null, "rpoly_": null, "length": 344.57614682000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 81860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 5567, "Shape__Length": 136.82231670627104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181548024280701, 39.9471543273905 ], [ -75.182761099329397, 39.947305969044699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21966, "tnode_": 22086, "lpoly_": null, "rpoly_": null, "length": 382.68472174000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88330, "l_hundred": 600, "r_hundred": 600, "seg_id": 322735, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5568, "Shape__Length": 152.30196941763739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184251015208503, 39.945989301167202 ], [ -75.184334430743206, 39.9456208255652 ], [ -75.185009663224207, 39.945187779791198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22033, "tnode_": 22019, "lpoly_": null, "rpoly_": null, "length": 288.44708578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 73440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322737, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5569, "Shape__Length": 114.53291056623262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179735215669893, 39.945423089900103 ], [ -75.180475772938607, 39.945521371168802 ], [ -75.180749595257893, 39.945554913622303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21954, "tnode_": 22033, "lpoly_": null, "rpoly_": null, "length": 198.71114344, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 513, "l_t_add": 599, "r_f_add": 512, "r_t_add": 598, "st_code": 88240, "l_hundred": 500, "r_hundred": 500, "seg_id": 322738, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5570, "Shape__Length": 79.195227368535754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179605007163403, 39.9459592907873 ], [ -75.179652722746198, 39.945760390355801 ], [ -75.179735215669893, 39.945423089900103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22722, "tnode_": 22703, "lpoly_": null, "rpoly_": null, "length": 447.44523606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 23060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 5571, "Shape__Length": 177.65086765943971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169551774916499, 39.940441637019603 ], [ -75.170707304053593, 39.940582086433302 ], [ -75.171127563376402, 39.940635083498996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22273, "tnode_": 22382, "lpoly_": null, "rpoly_": null, "length": 394.96930730999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2401, "l_t_add": 2423, "r_f_add": 2400, "r_t_add": 2422, "st_code": 38340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322740, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5572, "Shape__Length": 157.05851864461349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1822810944997, 39.943644734481602 ], [ -75.182951713267499, 39.943226600396898 ], [ -75.183368265793504, 39.942955391707301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23191, "tnode_": 23162, "lpoly_": null, "rpoly_": null, "length": 354.99562749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1526, "r_f_add": 1501, "r_t_add": 1533, "st_code": 31400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322742, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5573, "Shape__Length": 140.94738840941292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168682259752103, 39.937033511199303 ], [ -75.169473461103607, 39.937153540786198 ], [ -75.169921808234506, 39.937231087682797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23040, "tnode_": 23019, "lpoly_": null, "rpoly_": null, "length": 447.43708255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 81560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322743, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 5574, "Shape__Length": 177.63878293101357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168448626825693, 39.938094238414401 ], [ -75.168954878429503, 39.938153545695499 ], [ -75.1700274210923, 39.938272094008902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22851, "tnode_": 22839, "lpoly_": null, "rpoly_": null, "length": 291.10706165000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1630, "r_f_add": 1601, "r_t_add": 1631, "st_code": 21600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322744, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 5575, "Shape__Length": 115.57782388196422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169758534492601, 39.939475856778401 ], [ -75.1703934740639, 39.939558327092897 ], [ -75.170783511802398, 39.939602487152797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23019, "tnode_": 23008, "lpoly_": null, "rpoly_": null, "length": 293.39751981999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1600, "r_f_add": 1601, "r_t_add": 1645, "st_code": 81560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322745, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 5576, "Shape__Length": 116.4847589614356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1700274210923, 39.938272094008902 ], [ -75.170529980804801, 39.938336126252103 ], [ -75.170842408656398, 39.938372339070099 ], [ -75.171060878767705, 39.938397759771199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24296, "tnode_": 24289, "lpoly_": null, "rpoly_": null, "length": 181.40976529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2348, "l_t_add": 2398, "r_f_add": 2325, "r_t_add": 2399, "st_code": 55960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322746, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 5577, "Shape__Length": 72.014838132308029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184869952841396, 39.928848849076402 ], [ -75.185223001490698, 39.928904974119 ], [ -75.185507141391994, 39.928932296106197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25027, "tnode_": 27355, "lpoly_": null, "rpoly_": null, "length": 459.0642651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2500, "l_t_add": 2532, "r_f_add": 2501, "r_t_add": 2533, "st_code": 68640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322747, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 5578, "Shape__Length": 182.2170746809968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188651269382703, 39.923004187020702 ], [ -75.1902678078321, 39.923201495403603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23156, "tnode_": 23138, "lpoly_": null, "rpoly_": null, "length": 451.96262263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 61000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322748, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 5579, "Shape__Length": 179.43824571486698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185501713341296, 39.937606336474197 ], [ -75.186384005060305, 39.937705576318997 ], [ -75.187091834538293, 39.937807428781397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22829, "tnode_": 22814, "lpoly_": null, "rpoly_": null, "length": 451.99095738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 81560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322749, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 5580, "Shape__Length": 179.45073557676929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184957952704096, 39.940093411011503 ], [ -75.185343390396099, 39.940090178445303 ], [ -75.186318850484994, 39.940203213573099 ], [ -75.186554172287899, 39.940239503173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22707, "tnode_": 22669, "lpoly_": null, "rpoly_": null, "length": 419.64395477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 47640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 5581, "Shape__Length": 166.72002994704448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184779515493702, 39.940921342148499 ], [ -75.185847634865695, 39.941046900567699 ], [ -75.186108382994405, 39.941296472603803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22876, "tnode_": 23040, "lpoly_": null, "rpoly_": null, "length": 438.33960345000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 322751, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5582, "Shape__Length": 174.68121241778857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168169433244302, 39.939278163591297 ], [ -75.168298779616407, 39.938750962819803 ], [ -75.168448626825693, 39.938094238414401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22851, "tnode_": 23019, "lpoly_": null, "rpoly_": null, "length": 445.01114054, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 88100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 322752, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 5583, "Shape__Length": 177.34240142865028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169758534492601, 39.939475856778401 ], [ -75.169908262946606, 39.938811508202001 ], [ -75.169967393254794, 39.938502663098298 ], [ -75.170013784468694, 39.938321251167103 ], [ -75.1700274210923, 39.938272094008902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22503, "tnode_": 22510, "lpoly_": null, "rpoly_": null, "length": 16.43430513, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 815, "l_t_add": 833, "r_f_add": 814, "r_t_add": 832, "st_code": 88220, "l_hundred": 800, "r_hundred": 800, "seg_id": 322753, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5584, "Shape__Length": 6.5497785441476761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179247964252497, 39.9421833299943 ], [ -75.179256570372203, 39.942138704743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22546, "tnode_": 22581, "lpoly_": null, "rpoly_": null, "length": 98.26663431, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 865, "l_t_add": 899, "r_f_add": 864, "r_t_add": 898, "st_code": 88220, "l_hundred": 800, "r_hundred": 800, "seg_id": 322754, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5585, "Shape__Length": 39.16301454478095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179297377786298, 39.941936190661799 ], [ -75.179299328431199, 39.941930081370103 ], [ -75.179350660393695, 39.9416695977825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22470, "tnode_": 22497, "lpoly_": null, "rpoly_": null, "length": 42.92402819, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 807, "l_t_add": 809, "r_f_add": 806, "r_t_add": 808, "st_code": 88240, "l_hundred": 800, "r_hundred": 800, "seg_id": 322755, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5586, "Shape__Length": 17.106656145852028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180891765517302, 39.942392130872399 ], [ -75.180895385374896, 39.942365149169497 ], [ -75.180917033263995, 39.942275986107099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22516, "tnode_": 22561, "lpoly_": null, "rpoly_": null, "length": 98.838805150000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 823, "l_t_add": 899, "r_f_add": 822, "r_t_add": 898, "st_code": 88240, "l_hundred": 800, "r_hundred": 800, "seg_id": 322756, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5587, "Shape__Length": 39.390912195238407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180948732182202, 39.942140142408498 ], [ -75.181004370593001, 39.941872218617597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22445, "tnode_": 22468, "lpoly_": null, "rpoly_": null, "length": 44.22006116, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 815, "l_t_add": 833, "r_f_add": 816, "r_t_add": 834, "st_code": 88270, "l_hundred": 800, "r_hundred": 800, "seg_id": 322757, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5588, "Shape__Length": 17.622982211720963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182539704235694, 39.942595797247499 ], [ -75.182567844597898, 39.942476355710902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22495, "tnode_": 22536, "lpoly_": null, "rpoly_": null, "length": 101.90205225, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 865, "l_t_add": 899, "r_f_add": 866, "r_t_add": 898, "st_code": 88270, "l_hundred": 800, "r_hundred": 800, "seg_id": 322758, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5589, "Shape__Length": 40.610827669289904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182584960238302, 39.942340842033403 ], [ -75.182599637705195, 39.942290807659603 ], [ -75.182648774220596, 39.9420655203838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22814, "tnode_": 22872, "lpoly_": null, "rpoly_": null, "length": 195.8746303, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1116, "st_code": 88310, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322759, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 5590, "Shape__Length": 78.061088724410737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186554172287899, 39.940239503173103 ], [ -75.1866274442405, 39.939902716962401 ], [ -75.186663134241797, 39.939708425248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24534, "tnode_": 27341, "lpoly_": null, "rpoly_": null, "length": 301.47973383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2109, "r_f_add": 2100, "r_t_add": 2108, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322760, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5591, "Shape__Length": 119.70490162531507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189462485362, 39.926992653481499 ], [ -75.189972822973104, 39.926896211360997 ], [ -75.190487348068501, 39.926747790258901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22807, "tnode_": 22622, "lpoly_": null, "rpoly_": null, "length": 661.3194295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 31400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322761, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5592, "Shape__Length": 262.94251794281962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190496944262904, 39.940337631890102 ], [ -75.192346643775707, 39.941463910011201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22696, "tnode_": 22807, "lpoly_": null, "rpoly_": null, "length": 356.53680287000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1135, "r_f_add": 1100, "r_t_add": 1134, "st_code": 88370, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322762, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5593, "Shape__Length": 141.89515140755944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189719818475794, 39.941112292051898 ], [ -75.190496944262904, 39.940337631890102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22828, "tnode_": 22696, "lpoly_": null, "rpoly_": null, "length": 618.3943472200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELTZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 63700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELTZ ST", "stname": "PELTZ ST", "objectid": 5594, "Shape__Length": 245.86923050317358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187982939087604, 39.940066210770397 ], [ -75.189719818475794, 39.941112292051898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23107, "tnode_": 23070, "lpoly_": null, "rpoly_": null, "length": 291.00432561000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3432, "l_t_add": 3498, "r_f_add": 3433, "r_t_add": 3499, "st_code": 82740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 322764, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5595, "Shape__Length": 115.56400936989705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1992038959837, 39.938323893395903 ], [ -75.200194886626406, 39.938561023592499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22912, "tnode_": 23119, "lpoly_": null, "rpoly_": null, "length": 544.32490408000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88470, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5596, "Shape__Length": 216.88064576062968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198125128460305, 39.9396462962589 ], [ -75.198658262323505, 39.938209516179498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23918, "tnode_": 24084, "lpoly_": null, "rpoly_": null, "length": 530.04283297000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88490, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 35TH ST", "stname": "S 35TH ST", "objectid": 5597, "Shape__Length": 211.16829682160238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2023952213641, 39.932514936674103 ], [ -75.202725576300296, 39.931577656420501 ], [ -75.202912766905101, 39.931115751149299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23966, "tnode_": 24145, "lpoly_": null, "rpoly_": null, "length": 625.83301598999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88470, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5598, "Shape__Length": 249.26899710313666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200479354705095, 39.932108729098701 ], [ -75.201074051116095, 39.930932810034697 ], [ -75.201303327545503, 39.9305122590088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23677, "tnode_": 27260, "lpoly_": null, "rpoly_": null, "length": 121.20534835, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1605, "r_f_add": 1600, "r_t_add": 1604, "st_code": 88430, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 5599, "Shape__Length": 48.299114808725882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197539529359602, 39.934241287164099 ], [ -75.197608463495598, 39.933912822229999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23076, "tnode_": 23056, "lpoly_": null, "rpoly_": null, "length": 447.18526924000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 61000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322772, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFORD ST", "stname": "OAKFORD ST", "objectid": 5600, "Shape__Length": 177.54552584303084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191797807695906, 39.938410415420002 ], [ -75.193369015350896, 39.938620494641 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23485, "tnode_": 23606, "lpoly_": null, "rpoly_": null, "length": 356.22280827000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 48880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322773, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAMBERT ST", "stname": "S LAMBERT ST", "objectid": 5601, "Shape__Length": 141.86572892956258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178841219986495, 39.935205872468202 ], [ -75.178583166648494, 39.935051327912703 ], [ -75.178739774615195, 39.934335215941303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29803, "tnode_": 24786, "lpoly_": null, "rpoly_": null, "length": 65.42345079, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1630, "l_t_add": 1636, "r_f_add": 1631, "r_t_add": 1637, "st_code": 63240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322774, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5602, "Shape__Length": 25.968820376089013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173815298513702, 39.924688812705099 ], [ -75.174046153332895, 39.924663073453097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24930, "tnode_": 25110, "lpoly_": null, "rpoly_": null, "length": 819.3190815, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2499, "r_f_add": 2300, "r_t_add": 2498, "st_code": 88350, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322775, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 28TH ST", "stname": "S 28TH ST", "objectid": 5603, "Shape__Length": 326.44625989834913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193213248366504, 39.924576438473899 ], [ -75.193347145504802, 39.9235468595733 ], [ -75.193617667246599, 39.922350446958902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24700, "tnode_": 27350, "lpoly_": null, "rpoly_": null, "length": 82.73587481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2624, "r_f_add": 2601, "r_t_add": 2623, "st_code": 45760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5604, "Shape__Length": 32.839453713954711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189668710278497, 39.925712829843803 ], [ -75.189961697473905, 39.925731069914697 ], [ -75.189962670866393, 39.925730766381598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27352, "tnode_": 24877, "lpoly_": null, "rpoly_": null, "length": 176.02943446, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2263, "l_t_add": 2299, "r_f_add": 2264, "r_t_add": 2298, "st_code": 88330, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5605, "Shape__Length": 70.050061800737353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190947403729794, 39.924611815194503 ], [ -75.190583375772604, 39.924218178620002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24915, "tnode_": 25060, "lpoly_": null, "rpoly_": null, "length": 445.87583433000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322779, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5606, "Shape__Length": 177.64923080696803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184955370312906, 39.923792246500199 ], [ -75.185114957562803, 39.923077849587301 ], [ -75.1852047268343, 39.922583559292399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24444, "tnode_": 24599, "lpoly_": null, "rpoly_": null, "length": 450.53697771000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2000, "r_t_add": 2098, "st_code": 88270, "l_hundred": 0, "r_hundred": 2000, "seg_id": 322780, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5607, "Shape__Length": 179.49702458013522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1859932171716, 39.927736303372697 ], [ -75.186095288924193, 39.927489521102899 ], [ -75.1863061620477, 39.926715761971302 ], [ -75.186356223640701, 39.926532592155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24906, "tnode_": 25054, "lpoly_": null, "rpoly_": null, "length": 458.94596746000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 18280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322781, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 5608, "Shape__Length": 182.8542090261376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1855147604644, 39.9238647251657 ], [ -75.185600106224697, 39.923500979490001 ], [ -75.185791051408401, 39.922622971229998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24974, "tnode_": 25022, "lpoly_": null, "rpoly_": null, "length": 510.55308967000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 63240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322782, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5609, "Shape__Length": 202.7048330575895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181698655965803, 39.923346578978403 ], [ -75.181909210179498, 39.9232566768667 ], [ -75.183437181822796, 39.922948466363898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24974, "tnode_": 25112, "lpoly_": null, "rpoly_": null, "length": 451.46447767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322783, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5610, "Shape__Length": 179.87249667412604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181698655965803, 39.923346578978403 ], [ -75.181716599634399, 39.923255164193897 ], [ -75.181967682732306, 39.922124700412397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24736, "tnode_": 24818, "lpoly_": null, "rpoly_": null, "length": 272.86895006999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 18520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322784, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5611, "Shape__Length": 108.71533587016486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175537163022099, 39.925124407321199 ], [ -75.175630533478397, 39.924702292044103 ], [ -75.175536194386595, 39.924389754190102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21581, "tnode_": 21758, "lpoly_": null, "rpoly_": null, "length": 851.67521014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURIE", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 26400, "l_hundred": 400, "r_hundred": 400, "seg_id": 322785, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CURIE BLVD", "stname": "CURIE BLVD", "objectid": 5612, "Shape__Length": 338.44954074503045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196010660228595, 39.948807678216099 ], [ -75.198059222374297, 39.947883705938501 ], [ -75.198379668963995, 39.947791033688198 ], [ -75.198553869813594, 39.947756097723001 ], [ -75.198684192074793, 39.947714872330302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22417, "tnode_": 22401, "lpoly_": null, "rpoly_": null, "length": 356.87160920999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322787, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 5613, "Shape__Length": 141.69308348036674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166221603950206, 39.942366923215602 ], [ -75.166980231744304, 39.942453017157803 ], [ -75.167479548495706, 39.942515657394402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22506, "tnode_": 22662, "lpoly_": null, "rpoly_": null, "length": 368.08659362999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 725, "l_t_add": 799, "r_f_add": 724, "r_t_add": 798, "st_code": 69480, "l_hundred": 700, "r_hundred": 700, "seg_id": 322788, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 5614, "Shape__Length": 146.69295056614703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166584108980004, 39.941895934811797 ], [ -75.166804161280496, 39.940899788602501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23393, "tnode_": 23374, "lpoly_": null, "rpoly_": null, "length": 234.55284688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1428, "r_f_add": 1401, "r_t_add": 1423, "st_code": 33740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322789, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 5615, "Shape__Length": 93.124839523040279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167305124390595, 39.935705055767599 ], [ -75.1679993323812, 39.935818843556703 ], [ -75.168124233762498, 39.935834981471302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21800, "tnode_": 21961, "lpoly_": null, "rpoly_": null, "length": 398.07275117, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 314, "r_t_add": 398, "st_code": 19160, "l_hundred": 0, "r_hundred": 300, "seg_id": 322790, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5616, "Shape__Length": 158.65731694237238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164940015221603, 39.946646369712603 ], [ -75.165155786284501, 39.945566303341501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21961, "tnode_": 22094, "lpoly_": null, "rpoly_": null, "length": 329.38894919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 498, "st_code": 19160, "l_hundred": 0, "r_hundred": 400, "seg_id": 322791, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5617, "Shape__Length": 131.27934876877029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165155786284501, 39.945566303341501 ], [ -75.165343172804498, 39.944673666191001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23393, "tnode_": 23599, "lpoly_": null, "rpoly_": null, "length": 570.84910542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1200, "r_t_add": 1298, "st_code": 19160, "l_hundred": 0, "r_hundred": 1200, "seg_id": 322792, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5618, "Shape__Length": 227.47859729713082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167305124390595, 39.935705055767599 ], [ -75.1676429267294, 39.934159729551801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24588, "tnode_": 24779, "lpoly_": null, "rpoly_": null, "length": 307.28859464, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2651, "l_t_add": 2799, "r_f_add": 2652, "r_t_add": 2798, "st_code": 88980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322795, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 5619, "Shape__Length": 122.07516593820162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217677747034799, 39.927347640536702 ], [ -75.216711040632703, 39.926950606473497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23866, "tnode_": 23915, "lpoly_": null, "rpoly_": null, "length": 190.54673108999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322796, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 5620, "Shape__Length": 75.810959457732181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223221764736294, 39.933398620050497 ], [ -75.222779852368205, 39.933001288153399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23311, "tnode_": 23291, "lpoly_": null, "rpoly_": null, "length": 263.68966565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 67780, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322799, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5621, "Shape__Length": 104.70692245728459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198139863230494, 39.9368164751791 ], [ -75.199046659511197, 39.937008079742903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24170, "tnode_": 24290, "lpoly_": null, "rpoly_": null, "length": 621.19432596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 59500, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 322800, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW HOPE ST", "stname": "NEW HOPE ST", "objectid": 5622, "Shape__Length": 246.88959776193232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195105647570301, 39.930147182568 ], [ -75.195585344434093, 39.929882847858202 ], [ -75.195735584610404, 39.929797910917102 ], [ -75.195846277612006, 39.929741315349602 ], [ -75.1961172548192, 39.9296027684425 ], [ -75.196207860856703, 39.929555546176097 ], [ -75.1966535584978, 39.929323258405901 ], [ -75.196925034154702, 39.929174965558602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24493, "tnode_": 24479, "lpoly_": null, "rpoly_": null, "length": 366.24115302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 73220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322801, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 5623, "Shape__Length": 145.38431381613995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194156577463602, 39.927523351633397 ], [ -75.195201468671897, 39.927657976500399 ], [ -75.195444008519402, 39.927691609213198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24620, "tnode_": 24479, "lpoly_": null, "rpoly_": null, "length": 511.63674188000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2901, "r_t_add": 2999, "st_code": 79840, "l_hundred": 0, "r_hundred": 2900, "seg_id": 322804, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5624, "Shape__Length": 203.60791274552912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194379179720997, 39.926551310362903 ], [ -75.195135071595004, 39.927373432185902 ], [ -75.195444008519402, 39.927691609213198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24654, "tnode_": 24620, "lpoly_": null, "rpoly_": null, "length": 140.85915898000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2877, "r_t_add": 2899, "st_code": 79840, "l_hundred": 0, "r_hundred": 2800, "seg_id": 322805, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5625, "Shape__Length": 56.0566541941594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194092065317705, 39.926240112906598 ], [ -75.194363394154294, 39.926550958558899 ], [ -75.194379179720997, 39.926551310362903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23784, "tnode_": 23816, "lpoly_": null, "rpoly_": null, "length": 208.16421599, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1621, "l_t_add": 1699, "r_f_add": 1620, "r_t_add": 1698, "st_code": 88470, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322808, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5626, "Shape__Length": 82.951585107008256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199625424262194, 39.933814856093299 ], [ -75.199737269267501, 39.9332499427667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24773, "tnode_": 24654, "lpoly_": null, "rpoly_": null, "length": 508.66245718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2801, "r_t_add": 2875, "st_code": 79840, "l_hundred": 0, "r_hundred": 2800, "seg_id": 322809, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5627, "Shape__Length": 202.4146177971185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193023109989795, 39.925112275716501 ], [ -75.193657050019596, 39.9257980979636 ], [ -75.194092065317705, 39.926240112906598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24971, "tnode_": 27357, "lpoly_": null, "rpoly_": null, "length": 181.25852108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2724, "r_f_add": 2701, "r_t_add": 2725, "st_code": 79840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322811, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5628, "Shape__Length": 72.125909244629824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191613436610197, 39.923625809625499 ], [ -75.191989223252406, 39.924018518557503 ], [ -75.191996819742101, 39.9240263736231 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23823, "tnode_": 29675, "lpoly_": null, "rpoly_": null, "length": 306.79442572, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5380, "l_t_add": 5398, "r_f_add": 5401, "r_t_add": 5413, "st_code": 50820, "l_hundred": 5300, "r_hundred": 5400, "seg_id": 322812, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 5629, "Shape__Length": 122.16241479736036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215571408210494, 39.933498745392001 ], [ -75.216076326314706, 39.932751621636399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29675, "tnode_": 23967, "lpoly_": null, "rpoly_": null, "length": 108.83445085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5434, "r_f_add": 5415, "r_t_add": 5433, "st_code": 50820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 322813, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 5630, "Shape__Length": 43.333078837645246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216076326314706, 39.932751621636399 ], [ -75.216263548029701, 39.9324899222268 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23967, "tnode_": 24059, "lpoly_": null, "rpoly_": null, "length": 356.9208719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5436, "l_t_add": 5578, "r_f_add": 5435, "r_t_add": 5579, "st_code": 50820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 322814, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 5631, "Shape__Length": 142.10517321555639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216263548029701, 39.9324899222268 ], [ -75.216886450144997, 39.931635499556897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24151, "tnode_": 24318, "lpoly_": null, "rpoly_": null, "length": 614.52461383999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 50820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322815, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 5632, "Shape__Length": 244.67243309341941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217416823843706, 39.930855024507103 ], [ -75.218462567841897, 39.929372582294697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24059, "tnode_": 24151, "lpoly_": null, "rpoly_": null, "length": 320.86977749000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5580, "l_t_add": 5598, "r_f_add": 5581, "r_t_add": 5599, "st_code": 50820, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322816, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 5633, "Shape__Length": 127.76262572222232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216886450144997, 39.931635499556897 ], [ -75.217416823843706, 39.930855024507103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24059, "tnode_": 24129, "lpoly_": null, "rpoly_": null, "length": 311.18642703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 31480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 322817, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 5634, "Shape__Length": 123.72702567472452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216886450144997, 39.931635499556897 ], [ -75.217733707771103, 39.931083875568604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21251, "tnode_": 21238, "lpoly_": null, "rpoly_": null, "length": 186.52322782000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 27980, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 322818, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 5635, "Shape__Length": 74.066484086511196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206386662811994, 39.951608718460797 ], [ -75.207045529135598, 39.951679753038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27895, "tnode_": 21655, "lpoly_": null, "rpoly_": null, "length": 323.89805703000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 43160, "l_hundred": 500, "r_hundred": 500, "seg_id": 322819, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOLLY ST", "stname": "S HOLLY ST", "objectid": 5636, "Shape__Length": 129.10997242399893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206419045415004, 39.949395558243801 ], [ -75.206364950484698, 39.948507392457898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22111, "tnode_": 22147, "lpoly_": null, "rpoly_": null, "length": 238.13817148000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 67860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 322820, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGENT ST", "stname": "REGENT ST", "objectid": 5637, "Shape__Length": 94.716622826666821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212670214225, 39.945633826103503 ], [ -75.212814273769396, 39.945741758687802 ], [ -75.213298044217794, 39.945409592832199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22862, "tnode_": 23054, "lpoly_": null, "rpoly_": null, "length": 522.0865767, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HARMONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 40640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322821, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HARMONY ST", "stname": "S HARMONY ST", "objectid": 5638, "Shape__Length": 208.02327100753706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200206523242898, 39.9400471221239 ], [ -75.200709737709005, 39.938667266866801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23087, "tnode_": 23062, "lpoly_": null, "rpoly_": null, "length": 447.57232554999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGRAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 44940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322822, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGRAM ST", "stname": "INGRAM ST", "objectid": 5639, "Shape__Length": 177.69528534209726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188592007532904, 39.938244440315003 ], [ -75.190168534684503, 39.9384363091023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22041, "tnode_": 22331, "lpoly_": null, "rpoly_": null, "length": 993.41708425000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34550, "l_t_add": 34568, "r_f_add": 34551, "r_t_add": 34569, "st_code": 1150, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 322823, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 5640, "Shape__Length": 395.30070320659286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190264324713596, 39.945613663894903 ], [ -75.191587152238398, 39.944538082534201 ], [ -75.192575830332004, 39.943551484449401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21510, "tnode_": 22041, "lpoly_": null, "rpoly_": null, "length": 1573.90750194, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34520, "l_t_add": 34548, "r_f_add": 34521, "r_t_add": 34549, "st_code": 1150, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 322825, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 5641, "Shape__Length": 626.06228518232888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186190366105805, 39.948574243456797 ], [ -75.187144149549297, 39.948029061714998 ], [ -75.187760317771904, 39.947555998741798 ], [ -75.188464193453896, 39.947023488416598 ], [ -75.190264324713596, 39.945613663894903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22331, "tnode_": 22305, "lpoly_": null, "rpoly_": null, "length": 1034.7535820400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9375, "l_hundred": 0, "r_hundred": 0, "seg_id": 322829, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 8018C", "stname": "SCHUYLKILL EXPY RAMP 8018C", "objectid": 5642, "Shape__Length": 411.14162931175787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192575830332004, 39.943551484449401 ], [ -75.192732277170407, 39.943446854300902 ], [ -75.193283506053902, 39.943193302154 ], [ -75.193730182910599, 39.943081621871201 ], [ -75.194221025701694, 39.943056069230501 ], [ -75.1948954015635, 39.943192729911701 ], [ -75.195853977245307, 39.943725001011899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21746, "tnode_": 22041, "lpoly_": null, "rpoly_": null, "length": 1000.3706362199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9410, "l_hundred": 0, "r_hundred": 0, "seg_id": 322832, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP D", "stname": "SCHUYLKILL EXPY RAMP D", "objectid": 5643, "Shape__Length": 397.91477754069888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187666973171304, 39.947489337396597 ], [ -75.187829060877306, 39.9473952570481 ], [ -75.188410066650505, 39.946947720268099 ], [ -75.189224325569299, 39.946305395808203 ], [ -75.189815081563694, 39.945877428165097 ], [ -75.190080757028596, 39.945708737683198 ], [ -75.190264324713596, 39.945613663894903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21746, "tnode_": 22096, "lpoly_": null, "rpoly_": null, "length": 1167.99090772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9410, "l_hundred": 0, "r_hundred": 0, "seg_id": 322833, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP D", "stname": "SCHUYLKILL EXPY RAMP D", "objectid": 5644, "Shape__Length": 464.63863501294082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187666973171304, 39.947489337396597 ], [ -75.187726524880205, 39.947384282761199 ], [ -75.188149398860105, 39.947060316660099 ], [ -75.1891813485054, 39.946289521940997 ], [ -75.189943950006807, 39.945710070511403 ], [ -75.190612411241602, 39.945234182261999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22096, "tnode_": 22222, "lpoly_": null, "rpoly_": null, "length": 2639.4927573999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018D", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9380, "l_hundred": 0, "r_hundred": 0, "seg_id": 322835, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 8018D", "stname": "SCHUYLKILL EXPY RAMP 8018D", "objectid": 5645, "Shape__Length": 1049.4662006845574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190612411241602, 39.945234182261999 ], [ -75.192143040351993, 39.943650206288098 ], [ -75.192433250101104, 39.9434193494303 ], [ -75.1927908175482, 39.943179675281101 ], [ -75.193090927018901, 39.943041905353503 ], [ -75.193403264534197, 39.942935363152202 ], [ -75.193838719788999, 39.942863823638803 ], [ -75.194319862955496, 39.942814799441798 ], [ -75.194673085497996, 39.942834662552897 ], [ -75.194811747864804, 39.942844997554801 ], [ -75.194961386247002, 39.9428689478395 ], [ -75.195141497818696, 39.9429009973978 ], [ -75.195400305454399, 39.942962313480599 ], [ -75.1956967682505, 39.943053245704903 ], [ -75.196632717773497, 39.943378175697703 ], [ -75.196857279908002, 39.943471520018498 ], [ -75.197106536696694, 39.943595503538504 ], [ -75.197317830859404, 39.943738729584702 ], [ -75.197498443406005, 39.943890070782899 ], [ -75.197695103510796, 39.944081480629499 ], [ -75.197823998511694, 39.944268305388597 ], [ -75.197844197436694, 39.9444179326699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22256, "tnode_": 22278, "lpoly_": null, "rpoly_": null, "length": 80.85641983, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1326, "st_code": 55400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 5646, "Shape__Length": 32.173232899080084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208669454196198, 39.944355093990701 ], [ -75.208479246597406, 39.944188262922601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22257, "tnode_": 22391, "lpoly_": null, "rpoly_": null, "length": 490.28990337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REINHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 67940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 322839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REINHARD ST", "stname": "REINHARD ST", "objectid": 5647, "Shape__Length": 195.08346196709223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212158347208401, 39.944441142208497 ], [ -75.213141405199295, 39.943741557142801 ], [ -75.213186354890297, 39.9436798829949 ], [ -75.213199424245403, 39.943641377601303 ], [ -75.213205078923906, 39.943593754962798 ], [ -75.2131916977538, 39.943536758959702 ], [ -75.213138913293406, 39.943446330159603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23319, "tnode_": 23368, "lpoly_": null, "rpoly_": null, "length": 169.81758209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5616, "l_t_add": 5628, "r_f_add": 5617, "r_t_add": 5629, "st_code": 22760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 5648, "Shape__Length": 67.53796216277189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226187909149999, 39.937401400488199 ], [ -75.226459197398299, 39.937197610349997 ], [ -75.226630355683895, 39.937083378792799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23424, "tnode_": 23477, "lpoly_": null, "rpoly_": null, "length": 194.88309432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5613, "st_code": 47780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322843, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 5649, "Shape__Length": 77.499174312794125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224391010493207, 39.936685130971398 ], [ -75.224780918742795, 39.936432477382503 ], [ -75.224908761131999, 39.9363292130489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23477, "tnode_": 27187, "lpoly_": null, "rpoly_": null, "length": 505.22020485999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "LN", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 38320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322844, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS LN", "stname": "GRAYS LN", "objectid": 5650, "Shape__Length": 200.73417455555048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224908761131999, 39.9363292130489 ], [ -75.224941288918004, 39.936407777292303 ], [ -75.226259320047603, 39.936915964281603 ], [ -75.226477079755199, 39.936942213116403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23569, "tnode_": 23614, "lpoly_": null, "rpoly_": null, "length": 273.82441989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "LN", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 38320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322847, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2009-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS LN", "stname": "GRAYS LN", "objectid": 5651, "Shape__Length": 108.81547723540804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222818422399001, 39.935613298189402 ], [ -75.2226928247009, 39.935517311342601 ], [ -75.221987204873002, 39.935227981206097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23614, "tnode_": 23659, "lpoly_": null, "rpoly_": null, "length": 274.662402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "LN", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 38320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322848, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2009-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS LN", "stname": "GRAYS LN", "objectid": 5652, "Shape__Length": 109.1333146924415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221987204873002, 39.935227981206097 ], [ -75.221200287643498, 39.934914565113999 ], [ -75.221133136388403, 39.9348645475729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21813, "tnode_": 21841, "lpoly_": null, "rpoly_": null, "length": 114.31231208, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 703, "l_t_add": 703, "r_f_add": 706, "r_t_add": 706, "st_code": 88790, "l_hundred": 700, "r_hundred": 700, "seg_id": 322849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 5653, "Shape__Length": 45.485698517190109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223317983644307, 39.9479349988354 ], [ -75.223045322540898, 39.9477016939883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21841, "tnode_": 21921, "lpoly_": null, "rpoly_": null, "length": 277.26524106, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 705, "l_t_add": 719, "r_f_add": 708, "r_t_add": 724, "st_code": 88790, "l_hundred": 700, "r_hundred": 700, "seg_id": 322850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 5654, "Shape__Length": 110.31803705528438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223045322540898, 39.9477016939883 ], [ -75.222371926118996, 39.947144300073802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21841, "tnode_": 21972, "lpoly_": null, "rpoly_": null, "length": 467.26471637999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 83500, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 322851, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 5655, "Shape__Length": 185.83455505361059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223045322540898, 39.9477016939883 ], [ -75.224306234264404, 39.9468629610951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21794, "tnode_": 21841, "lpoly_": null, "rpoly_": null, "length": 156.73698641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 83500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 322852, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOWS AVE", "stname": "WILLOWS AVE", "objectid": 5656, "Shape__Length": 62.350707492038893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222645085179593, 39.948002080301798 ], [ -75.223045322540898, 39.9477016939883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23263, "tnode_": 29970, "lpoly_": null, "rpoly_": null, "length": 552.87423654999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOTANIC", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4901, "l_t_add": 5099, "r_f_add": 4900, "r_t_add": 5098, "st_code": 18420, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 322853, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOTANIC AVE", "stname": "BOTANIC AVE", "objectid": 5657, "Shape__Length": 220.14991744354714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206722976244293, 39.937361031231703 ], [ -75.207658287649593, 39.936024973541699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24228, "tnode_": 29226, "lpoly_": null, "rpoly_": null, "length": 518.85796268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2771, "l_t_add": 2999, "r_f_add": 2770, "r_t_add": 3000, "st_code": 88940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322854, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 5658, "Shape__Length": 206.11892955548328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215752666789697, 39.930171195320298 ], [ -75.214102926422896, 39.9295265229633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24188, "tnode_": 28744, "lpoly_": null, "rpoly_": null, "length": 497.03754721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 40565, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322856, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-10-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLEY DR", "stname": "HARLEY DR", "objectid": 5659, "Shape__Length": 197.90057510982081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2164770909841, 39.930467880874502 ], [ -75.217307952060594, 39.929262677684797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24151, "tnode_": 24163, "lpoly_": null, "rpoly_": null, "length": 90.48695463, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 88940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 322858, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 5660, "Shape__Length": 35.947660733055585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217416823843706, 39.930855024507103 ], [ -75.217130081183598, 39.930741136534998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24163, "tnode_": 24188, "lpoly_": null, "rpoly_": null, "length": 208.43412, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 88940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322859, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 5661, "Shape__Length": 82.810038956011482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217130081183598, 39.930741136534998 ], [ -75.2164770909841, 39.930467880874502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24163, "tnode_": 28743, "lpoly_": null, "rpoly_": null, "length": 564.71536446999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 36780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 322863, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-10-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 5662, "Shape__Length": 224.84823231461593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217130081183598, 39.930741136534998 ], [ -75.218073071166799, 39.929371419330103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24293, "tnode_": 24393, "lpoly_": null, "rpoly_": null, "length": 385.87160294, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 11800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 5663, "Shape__Length": 153.49255016577823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219733634160804, 39.9296563653525 ], [ -75.218801959162505, 39.928876902067003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21226, "tnode_": 21279, "lpoly_": null, "rpoly_": null, "length": 181.91702897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 321, "l_t_add": 399, "r_f_add": 322, "r_t_add": 398, "st_code": 88650, "l_hundred": 300, "r_hundred": 300, "seg_id": 322867, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 5664, "Shape__Length": 72.517509077041595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209300683480606, 39.951944784505997 ], [ -75.209328162100604, 39.951445847301599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21246, "tnode_": 21296, "lpoly_": null, "rpoly_": null, "length": 182.00517333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 74160, "l_hundred": 300, "r_hundred": 300, "seg_id": 322869, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARKS ST", "stname": "SAINT MARKS ST", "objectid": 5665, "Shape__Length": 72.545860720481812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207963144176802, 39.951776084055197 ], [ -75.208065647334706, 39.951282724296902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21246, "tnode_": 21226, "lpoly_": null, "rpoly_": null, "length": 379.99321558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 27980, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 322870, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 5666, "Shape__Length": 150.89607221607812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207963144176802, 39.951776084055197 ], [ -75.209300683480606, 39.951944784505997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21496, "tnode_": 27894, "lpoly_": null, "rpoly_": null, "length": 208.70542925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 74160, "l_hundred": 500, "r_hundred": 500, "seg_id": 322871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARKS ST", "stname": "SAINT MARKS ST", "objectid": 5667, "Shape__Length": 83.192257416878959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208045794130996, 39.949757548758498 ], [ -75.207990803243106, 39.949186191417603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22303, "tnode_": 22355, "lpoly_": null, "rpoly_": null, "length": 208.42209625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5014, "r_f_add": 5001, "r_t_add": 5015, "st_code": 73900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 322872, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5668, "Shape__Length": 82.898659276101739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219005015518405, 39.944292697961203 ], [ -75.219183733598896, 39.944165017844703 ], [ -75.219549827411598, 39.943903469637597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22321, "tnode_": 22529, "lpoly_": null, "rpoly_": null, "length": 694.15802627000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 22760, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 322874, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2001-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTER AVE", "stname": "CHESTER AVE", "objectid": 5669, "Shape__Length": 276.08161577767839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216522118695295, 39.944180229957801 ], [ -75.217993425567002, 39.9431547422558 ], [ -75.218357212574205, 39.942901177562902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23143, "tnode_": 28906, "lpoly_": null, "rpoly_": null, "length": 143.39724815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3300, "l_t_add": 3312, "r_f_add": 3301, "r_t_add": 3313, "st_code": 82740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322877, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5670, "Shape__Length": 56.944492207867071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197700151574594, 39.9380221748021 ], [ -75.198190016330699, 39.938135140142101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28906, "tnode_": 23119, "lpoly_": null, "rpoly_": null, "length": 134.77841377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3314, "l_t_add": 3398, "r_f_add": 3315, "r_t_add": 3399, "st_code": 82740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322878, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5671, "Shape__Length": 53.5152101522539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198190016330699, 39.938135140142101 ], [ -75.198509161659203, 39.938203723340898 ], [ -75.198658262323505, 39.938209516179498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23026, "tnode_": 28906, "lpoly_": null, "rpoly_": null, "length": 184.24974036999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SPANGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 73580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SPANGLER ST", "stname": "S SPANGLER ST", "objectid": 5672, "Shape__Length": 73.412247229754371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198011329910102, 39.9386218669447 ], [ -75.198190016330699, 39.938135140142101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22436, "tnode_": 22406, "lpoly_": null, "rpoly_": null, "length": 544.94751128999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ALBANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 73980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ALBANS ST", "stname": "SAINT ALBANS ST", "objectid": 5673, "Shape__Length": 216.37013148715886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175587727048494, 39.942444771145503 ], [ -75.177505673481804, 39.942686486727098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22406, "tnode_": 22379, "lpoly_": null, "rpoly_": null, "length": 453.97564998999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ALBANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 73980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ALBANS ST", "stname": "SAINT ALBANS ST", "objectid": 5674, "Shape__Length": 180.25215720305903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177505673481804, 39.942686486727098 ], [ -75.177570910883901, 39.942668442047697 ], [ -75.178760414376399, 39.9428115839453 ], [ -75.179101444810598, 39.942855525684401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22345, "tnode_": 28902, "lpoly_": null, "rpoly_": null, "length": 460.89128561000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ALBANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 73980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322882, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2001-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ALBANS ST", "stname": "SAINT ALBANS ST", "objectid": 5675, "Shape__Length": 183.00180390481376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1807376893167, 39.943171117220203 ], [ -75.182355145982598, 39.943396409365697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21836, "tnode_": 21892, "lpoly_": null, "rpoly_": null, "length": 166.09876325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 414, "st_code": 78780, "l_hundred": 400, "r_hundred": 400, "seg_id": 322883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S UBER ST", "stname": "S UBER ST", "objectid": 5676, "Shape__Length": 66.199809505278324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173859682349701, 39.946651431054001 ], [ -75.173959799022896, 39.946202027540899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21892, "tnode_": 21962, "lpoly_": null, "rpoly_": null, "length": 162.84372547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 417, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 78780, "l_hundred": 400, "r_hundred": 400, "seg_id": 322884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S UBER ST", "stname": "S UBER ST", "objectid": 5677, "Shape__Length": 64.904575072860197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173959799022896, 39.946202027540899 ], [ -75.174039342630294, 39.945759213280503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22497, "tnode_": 22468, "lpoly_": null, "rpoly_": null, "length": 468.60361436999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MADISON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 52820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322886, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2001-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MADISON SQ", "stname": "MADISON SQ", "objectid": 5678, "Shape__Length": 186.05608467117216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180917033263995, 39.942275986107099 ], [ -75.182567844597898, 39.942476355710902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22525, "tnode_": 22497, "lpoly_": null, "rpoly_": null, "length": 469.64749060999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MADISON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 52820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322887, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2001-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MADISON SQ", "stname": "MADISON SQ", "objectid": 5679, "Shape__Length": 186.47198818108356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179264847236198, 39.942064258524198 ], [ -75.180917033263995, 39.942275986107099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21568, "tnode_": 21549, "lpoly_": null, "rpoly_": null, "length": 315.99367841000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 26560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322888, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 5680, "Shape__Length": 125.47635001114298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180102703881502, 39.948518451394598 ], [ -75.181214161525205, 39.948662244210198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22136, "tnode_": 22115, "lpoly_": null, "rpoly_": null, "length": 449.23273505000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 47080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322890, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 5681, "Shape__Length": 178.37225426841127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177087451817002, 39.944634384819899 ], [ -75.1786688515337, 39.944832364079502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22165, "tnode_": 22136, "lpoly_": null, "rpoly_": null, "length": 549.99172251000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 47080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322891, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 5682, "Shape__Length": 218.37802783138679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1751503680224, 39.944396762350003 ], [ -75.177087451817002, 39.944634384819899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22265, "tnode_": 22246, "lpoly_": null, "rpoly_": null, "length": 547.26391214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 63720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322892, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 5683, "Shape__Length": 217.29172482004228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175346907556005, 39.943492241957401 ], [ -75.177274715092096, 39.943726955978903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22246, "tnode_": 22224, "lpoly_": null, "rpoly_": null, "length": 450.65570382000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 63720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322893, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 5684, "Shape__Length": 178.93497197123099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177274715092096, 39.943726955978903 ], [ -75.178860987296005, 39.943926108241499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22570, "tnode_": 22547, "lpoly_": null, "rpoly_": null, "length": 543.75134688000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 82020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322894, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 5685, "Shape__Length": 215.8922228223621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175764983313897, 39.9416284095512 ], [ -75.177679130258696, 39.941867547967199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22537, "tnode_": 22510, "lpoly_": null, "rpoly_": null, "length": 451.9127237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 82020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 5686, "Shape__Length": 179.42979712359588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177666420607295, 39.941936627376698 ], [ -75.179256570372203, 39.942138704743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22250, "tnode_": 22227, "lpoly_": null, "rpoly_": null, "length": 470.00582439000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SENATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 71760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322896, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SENATE ST", "stname": "SENATE ST", "objectid": 5687, "Shape__Length": 186.61886252178641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178905729607393, 39.943750679487501 ], [ -75.180559251406606, 39.94396241063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22614, "tnode_": 22592, "lpoly_": null, "rpoly_": null, "length": 350.74084157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2310, "l_t_add": 2398, "r_f_add": 2313, "r_t_add": 2399, "st_code": 56820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 5688, "Shape__Length": 139.25906671892699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181503112979797, 39.941521377308902 ], [ -75.182737282013605, 39.941678113339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22623, "tnode_": 22614, "lpoly_": null, "rpoly_": null, "length": 113.97849769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2308, "r_f_add": 2301, "r_t_add": 2311, "st_code": 56820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322898, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 5689, "Shape__Length": 45.25381295505872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181101545909797, 39.941472862932102 ], [ -75.181503112979797, 39.941521377308902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22403, "tnode_": 22368, "lpoly_": null, "rpoly_": null, "length": 547.88213164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 24020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322899, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 5690, "Shape__Length": 217.53436240784066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175536332765702, 39.942644272314098 ], [ -75.177466423850305, 39.942878618630502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24265, "tnode_": 24347, "lpoly_": null, "rpoly_": null, "length": 222.85480399000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 69480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322900, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROSEWOOD ST", "stname": "S ROSEWOOD ST", "objectid": 5691, "Shape__Length": 88.792906550277735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169433759145903, 39.928741309050103 ], [ -75.169554899037607, 39.928190883808803 ], [ -75.169583481347104, 39.928142125216802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23272, "tnode_": 23966, "lpoly_": null, "rpoly_": null, "length": 1860.68565646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1401, "l_t_add": 1799, "r_f_add": 1400, "r_t_add": 1798, "st_code": 81380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322901, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARFIELD ST", "stname": "WARFIELD ST", "objectid": 5692, "Shape__Length": 741.44920193424821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199653964289794, 39.937130774362501 ], [ -75.199734858645598, 39.936896923139997 ], [ -75.200110418800605, 39.936092239114302 ], [ -75.200198273091999, 39.935827289171499 ], [ -75.200286506419005, 39.935448389271301 ], [ -75.200308974941393, 39.935160993963102 ], [ -75.200379385294298, 39.9323562852789 ], [ -75.200479354705095, 39.932108729098701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22314, "tnode_": 22335, "lpoly_": null, "rpoly_": null, "length": 75.75601705, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 49815, "l_hundred": 700, "r_hundred": 700, "seg_id": 322902, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2010-08-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LECOUNT ST ", "stname": "S LECOUNT ST ", "objectid": 5693, "Shape__Length": 30.133708595788757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186808332138, 39.943560052589397 ], [ -75.187002498301098, 39.943415445503398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22410, "tnode_": 22384, "lpoly_": null, "rpoly_": null, "length": 470.39069702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 35340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 322903, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 5694, "Shape__Length": 186.76824968865114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179135416130407, 39.942683667623697 ], [ -75.180790833120696, 39.942892930962103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22473, "tnode_": 22442, "lpoly_": null, "rpoly_": null, "length": 544.57973133999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 35340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 322904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 5695, "Shape__Length": 216.22432975325532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756361141952, 39.942245971930902 ], [ -75.177551786049193, 39.942492062487098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23117, "tnode_": 23096, "lpoly_": null, "rpoly_": null, "length": 446.69306058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 12360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322905, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 5696, "Shape__Length": 177.34491962062924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168558307353095, 39.9376006792872 ], [ -75.170131267632797, 39.9377943728826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23085, "tnode_": 23057, "lpoly_": null, "rpoly_": null, "length": 443.33984013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 12360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 322906, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 5697, "Shape__Length": 176.01296541874649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171737615372393, 39.937885897626103 ], [ -75.173300370366903, 39.938070292544602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22791, "tnode_": 22766, "lpoly_": null, "rpoly_": null, "length": 447.42816110999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 56820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 5698, "Shape__Length": 177.64421965413351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169660835520304, 39.9399534411654 ], [ -75.1712349532541, 39.940154472315399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22725, "tnode_": 22702, "lpoly_": null, "rpoly_": null, "length": 446.40031612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 56820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322908, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 5699, "Shape__Length": 177.2373754778757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174379120489505, 39.940535789675501 ], [ -75.175949945509899, 39.9407349155872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22675, "tnode_": 22656, "lpoly_": null, "rpoly_": null, "length": 333.66528117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 82020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322909, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 5700, "Shape__Length": 132.47859199919571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169467617712698, 39.940845261603897 ], [ -75.170641033519999, 39.940997400072703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24433, "tnode_": 24590, "lpoly_": null, "rpoly_": null, "length": 453.65265187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 322910, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BOUVIER ST", "stname": "S BOUVIER ST", "objectid": 5701, "Shape__Length": 180.75740177296572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1750254139818, 39.927585475470103 ], [ -75.175282517961804, 39.926355973372701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21583, "tnode_": 21568, "lpoly_": null, "rpoly_": null, "length": 288.62535155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 26560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 322911, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 5702, "Shape__Length": 114.6062866512118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179084887016302, 39.948399755622702 ], [ -75.180102703881502, 39.948518451394598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23677, "tnode_": 23651, "lpoly_": null, "rpoly_": null, "length": 484.80594311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 76720, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322913, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5703, "Shape__Length": 192.47102086075944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197539529359602, 39.934241287164099 ], [ -75.199241934115804, 39.934472909776098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23487, "tnode_": 23481, "lpoly_": null, "rpoly_": null, "length": 177.03672839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 28480, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322914, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5704, "Shape__Length": 70.285385162510451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198640835888497, 39.935642585644999 ], [ -75.199263301719, 39.935723669046801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23508, "tnode_": 23487, "lpoly_": null, "rpoly_": null, "length": 390.05589881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 28480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322915, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5705, "Shape__Length": 154.85604511154332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197269592972106, 39.935463025231599 ], [ -75.198640835888497, 39.935642585644999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23483, "tnode_": 23646, "lpoly_": null, "rpoly_": null, "length": 423.49800490999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88470, "l_hundred": 0, "r_hundred": 1500, "seg_id": 322916, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5706, "Shape__Length": 168.77771934258502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199436073391695, 39.9356785724354 ], [ -75.199505678189297, 39.9345172520635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23646, "tnode_": 23784, "lpoly_": null, "rpoly_": null, "length": 258.13151734000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1619, "r_f_add": 1600, "r_t_add": 1618, "st_code": 88470, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322917, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5707, "Shape__Length": 102.86619430421183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199505678189297, 39.9345172520635 ], [ -75.199514941215298, 39.934433562674698 ], [ -75.199620843444194, 39.933860296481598 ], [ -75.199625424262194, 39.933814856093299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23651, "tnode_": 23646, "lpoly_": null, "rpoly_": null, "length": 75.70521552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 76720, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322918, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5708, "Shape__Length": 30.057327225728233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199241934115804, 39.934472909776098 ], [ -75.199505678189297, 39.9345172520635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23481, "tnode_": 23646, "lpoly_": null, "rpoly_": null, "length": 444.81405144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 0, "r_t_add": 0, "st_code": 88470, "l_hundred": 1500, "r_hundred": 0, "seg_id": 322919, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5709, "Shape__Length": 177.25774932630878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199263301719, 39.935723669046801 ], [ -75.1994813461815, 39.9345940443025 ], [ -75.199505678189297, 39.9345172520635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23483, "tnode_": 23711, "lpoly_": null, "rpoly_": null, "length": 623.68325565000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018A", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9365, "l_hundred": 0, "r_hundred": 0, "seg_id": 322920, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 8018A", "stname": "SCHUYLKILL EXPY RAMP 8018A", "objectid": 5710, "Shape__Length": 248.52426227283385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199436073391695, 39.9356785724354 ], [ -75.1998560938205, 39.9339972918265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23487, "tnode_": 23651, "lpoly_": null, "rpoly_": null, "length": 458.22291775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88450, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322921, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5711, "Shape__Length": 182.5207767277802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198640835888497, 39.935642585644999 ], [ -75.199241934115804, 39.934472909776098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23651, "tnode_": 23784, "lpoly_": null, "rpoly_": null, "length": 263.30317722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88450, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322922, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5712, "Shape__Length": 104.8638593115361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199241934115804, 39.934472909776098 ], [ -75.199485701834405, 39.934001602551298 ], [ -75.199625424262194, 39.933814856093299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22862, "tnode_": 22850, "lpoly_": null, "rpoly_": null, "length": 147.43335575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3530, "l_t_add": 3558, "r_f_add": 3531, "r_t_add": 3559, "st_code": 38340, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 322924, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5713, "Shape__Length": 58.549160772325507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200206523242898, 39.9400471221239 ], [ -75.200710019432293, 39.940163706737003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22912, "tnode_": 22873, "lpoly_": null, "rpoly_": null, "length": 451.58279691999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 38340, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 322925, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5714, "Shape__Length": 179.31571729283417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198125128460305, 39.9396462962589 ], [ -75.199687664362997, 39.939946419881601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22947, "tnode_": 22912, "lpoly_": null, "rpoly_": null, "length": 276.59637513999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 38340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 322926, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5715, "Shape__Length": 109.8397139681185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197178029082096, 39.939434102000099 ], [ -75.198125128460305, 39.9396462962589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22978, "tnode_": 22947, "lpoly_": null, "rpoly_": null, "length": 213.74527786000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 38340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322927, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5716, "Shape__Length": 84.900126464854822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196469623824001, 39.9392174717293 ], [ -75.197178029082096, 39.939434102000099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22873, "tnode_": 23070, "lpoly_": null, "rpoly_": null, "length": 524.33402665999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88490, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322928, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 35TH ST", "stname": "S 35TH ST", "objectid": 5717, "Shape__Length": 208.91800330987991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199687664362997, 39.939946419881601 ], [ -75.200194886626406, 39.938561023592499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23070, "tnode_": 28980, "lpoly_": null, "rpoly_": null, "length": 147.92014109, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88490, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322929, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 35TH ST", "stname": "S 35TH ST", "objectid": 5718, "Shape__Length": 58.936476531856009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200194886626406, 39.938561023592499 ], [ -75.2003409784692, 39.9381708471496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22850, "tnode_": 23044, "lpoly_": null, "rpoly_": null, "length": 524.024024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 39000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322930, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GROVE ST", "stname": "GROVE ST", "objectid": 5719, "Shape__Length": 208.79847781460444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200710019432293, 39.940163706737003 ], [ -75.201202787461298, 39.938776104748698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22878, "tnode_": 23005, "lpoly_": null, "rpoly_": null, "length": 321.33096824, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1001, "l_t_add": 1199, "r_f_add": 1000, "r_t_add": 1198, "st_code": 88410, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322931, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 5720, "Shape__Length": 128.07006235008959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194908659668499, 39.939926803939301 ], [ -75.194912609104307, 39.939622041454101 ], [ -75.194909386247701, 39.939287469734197 ], [ -75.194912905118699, 39.939044749138098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22778, "tnode_": 22998, "lpoly_": null, "rpoly_": null, "length": 348.40931973, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 74340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S STANLEY ST", "stname": "S STANLEY ST", "objectid": 5721, "Shape__Length": 138.86227672136891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194061929243006, 39.9399948103515 ], [ -75.194059166427493, 39.939361760229602 ], [ -75.194043000351797, 39.939038625663301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22947, "tnode_": 23074, "lpoly_": null, "rpoly_": null, "length": 341.45252079, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1247, "r_f_add": 1200, "r_t_add": 1248, "st_code": 88450, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322933, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5722, "Shape__Length": 136.04543701966679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197178029082096, 39.939434102000099 ], [ -75.197524293964406, 39.938535467882701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23074, "tnode_": 23143, "lpoly_": null, "rpoly_": null, "length": 193.37673079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1249, "l_t_add": 1299, "r_f_add": 1250, "r_t_add": 1298, "st_code": 88450, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 322934, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5723, "Shape__Length": 77.051392266379153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197524293964406, 39.938535467882701 ], [ -75.197700151574594, 39.9380221748021 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23311, "tnode_": 23487, "lpoly_": null, "rpoly_": null, "length": 450.92735148000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88450, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322935, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 5724, "Shape__Length": 179.64265207986014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198139863230494, 39.9368164751791 ], [ -75.198321271332404, 39.936294453345297 ], [ -75.198436102541507, 39.936015497677602 ], [ -75.198640835888497, 39.935642585644999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23279, "tnode_": 23481, "lpoly_": null, "rpoly_": null, "length": 755.27344750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 322938, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 5725, "Shape__Length": 300.83656112441003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198320479564003, 39.937634498192601 ], [ -75.1984702588434, 39.937418882265298 ], [ -75.198819185621204, 39.937018925458403 ], [ -75.198945490045105, 39.9368237847426 ], [ -75.199007776691602, 39.936698127388098 ], [ -75.199053652721801, 39.936571801356799 ], [ -75.199263301719, 39.935723669046801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23119, "tnode_": 23291, "lpoly_": null, "rpoly_": null, "length": 455.00500674, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88470, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 322941, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5726, "Shape__Length": 181.28904413314984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198658262323505, 39.938209516179498 ], [ -75.198631352484, 39.938108449942803 ], [ -75.199025045365602, 39.937068929591597 ], [ -75.199046659511197, 39.937008079742903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23291, "tnode_": 23483, "lpoly_": null, "rpoly_": null, "length": 497.45218960999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 88470, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322942, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 5727, "Shape__Length": 198.21561791693233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199046659511197, 39.937008079742903 ], [ -75.199139787198007, 39.936793060821003 ], [ -75.199150192761294, 39.936766922505399 ], [ -75.199228070439204, 39.936571319804798 ], [ -75.199436073391695, 39.9356785724354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23279, "tnode_": 23711, "lpoly_": null, "rpoly_": null, "length": 1440.17270869, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 34616, "l_t_add": 34642, "r_f_add": 34617, "r_t_add": 34643, "st_code": 1160, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 322943, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 5728, "Shape__Length": 573.64062505422828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198320479564003, 39.937634498192601 ], [ -75.198477220285199, 39.937540171146701 ], [ -75.198811539442303, 39.937222615270599 ], [ -75.199011813464196, 39.936999574951201 ], [ -75.199288556143898, 39.936607769141297 ], [ -75.199455275726294, 39.936317584006403 ], [ -75.199552785967001, 39.936106829413099 ], [ -75.199652176663093, 39.935841486762598 ], [ -75.199725393326801, 39.935555869629603 ], [ -75.199822804815298, 39.9349228813767 ], [ -75.199888890101604, 39.934337885984597 ], [ -75.1998560938205, 39.9339972918265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23119, "tnode_": 23822, "lpoly_": null, "rpoly_": null, "length": 1713.83937786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018B", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9370, "l_hundred": 0, "r_hundred": 0, "seg_id": 322945, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 8018B", "stname": "SCHUYLKILL EXPY RAMP 8018B", "objectid": 5729, "Shape__Length": 682.78231049317583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198658262323505, 39.938209516179498 ], [ -75.198765968664205, 39.938140018079501 ], [ -75.198959108667395, 39.937724690319399 ], [ -75.199400806349999, 39.936993051728201 ], [ -75.199689525251003, 39.936511724282902 ], [ -75.199832437658699, 39.936233005237902 ], [ -75.199952895297699, 39.935929794779099 ], [ -75.200028059965305, 39.935691552440801 ], [ -75.200098587946997, 39.9353692386209 ], [ -75.200115746612994, 39.935015749111002 ], [ -75.200146626057204, 39.93424528085 ], [ -75.200110941250102, 39.933740903468298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23272, "tnode_": 23259, "lpoly_": null, "rpoly_": null, "length": 141.04144543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 67780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 322947, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2006-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5730, "Shape__Length": 56.009609794599442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199653964289794, 39.937130774362501 ], [ -75.200134161248599, 39.937245949207899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22916, "tnode_": 22807, "lpoly_": null, "rpoly_": null, "length": 530.70963535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2708, "l_t_add": 2898, "r_f_add": 2709, "r_t_add": 2899, "st_code": 31400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5731, "Shape__Length": 211.00892567883565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189013132109494, 39.939433255680598 ], [ -75.190496944262904, 39.940337631890102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23918, "tnode_": 23887, "lpoly_": null, "rpoly_": null, "length": 439.88781024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3500, "l_t_add": 3698, "r_f_add": 3501, "r_t_add": 3699, "st_code": 56880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 322949, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 5732, "Shape__Length": 174.66762419429369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2023952213641, 39.932514936674103 ], [ -75.203900660138402, 39.932854085686401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24343, "tnode_": 24277, "lpoly_": null, "rpoly_": null, "length": 244.87525931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIDEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 52960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322950, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIDEN LN", "stname": "MAIDEN LN", "objectid": 5733, "Shape__Length": 97.281502120091687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197540271827293, 39.929015710155802 ], [ -75.197639571266805, 39.929054638147498 ], [ -75.198313067053107, 39.929328576432802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24277, "tnode_": 24145, "lpoly_": null, "rpoly_": null, "length": 943.00991856999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIDEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3200, "l_t_add": 3398, "r_f_add": 3201, "r_t_add": 3399, "st_code": 52960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 322951, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIDEN LN", "stname": "MAIDEN LN", "objectid": 5734, "Shape__Length": 374.62214154348646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198313067053107, 39.929328576432802 ], [ -75.199275133283095, 39.929698100370402 ], [ -75.201303327545503, 39.9305122590088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24110, "tnode_": 23966, "lpoly_": null, "rpoly_": null, "length": 591.40414350999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3200, "l_t_add": 3498, "r_f_add": 0, "r_t_add": 0, "st_code": 79840, "l_hundred": 3200, "r_hundred": 0, "seg_id": 322952, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5735, "Shape__Length": 235.33383560279196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199199506995001, 39.930841454019699 ], [ -75.200354296885394, 39.932076931932301 ], [ -75.200479354705095, 39.932108729098701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24343, "tnode_": 24252, "lpoly_": null, "rpoly_": null, "length": 264.88780562000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 0, "r_t_add": 0, "st_code": 79840, "l_hundred": 3000, "r_hundred": 0, "seg_id": 322953, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5736, "Shape__Length": 105.43821440169262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197540271827293, 39.929015710155802 ], [ -75.197597823937798, 39.929114526926497 ], [ -75.197833154683494, 39.929369119067303 ], [ -75.198045010523998, 39.929628474497797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24252, "tnode_": 24110, "lpoly_": null, "rpoly_": null, "length": 547.8203117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 0, "r_t_add": 0, "st_code": 79840, "l_hundred": 3100, "r_hundred": 0, "seg_id": 322954, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5737, "Shape__Length": 218.00983882999972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198045010523998, 39.929628474497797 ], [ -75.198970280383804, 39.930590345237498 ], [ -75.199199506995001, 39.930841454019699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24930, "tnode_": 24343, "lpoly_": null, "rpoly_": null, "length": 2036.8026434000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 3048, "r_f_add": 0, "r_t_add": 0, "st_code": 79840, "l_hundred": 2800, "r_hundred": 0, "seg_id": 322955, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5738, "Shape__Length": 810.48324856990143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193213248366504, 39.924576438473899 ], [ -75.194288722441001, 39.925891466732402 ], [ -75.196720608477506, 39.928492900101297 ], [ -75.197072048258605, 39.928810897032797 ], [ -75.197540271827293, 39.929015710155802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24252, "tnode_": 24277, "lpoly_": null, "rpoly_": null, "length": 194.53360033000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 79840, "l_hundred": 0, "r_hundred": 0, "seg_id": 322956, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5739, "Shape__Length": 77.373914561025003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198045010523998, 39.929628474497797 ], [ -75.197971293591607, 39.929489207050104 ], [ -75.197974318203407, 39.929396587799097 ], [ -75.198103802244006, 39.929314324141302 ], [ -75.198313067053107, 39.929328576432802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24067, "tnode_": 24110, "lpoly_": null, "rpoly_": null, "length": 116.95995732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322957, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5740, "Shape__Length": 46.59243470538938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199328276165502, 39.931146836416801 ], [ -75.199199506995001, 39.930841454019699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24601, "tnode_": 24620, "lpoly_": null, "rpoly_": null, "length": 61.89228461, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2137, "l_t_add": 2199, "r_f_add": 2136, "r_t_add": 2198, "st_code": 88370, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 322960, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 29TH ST", "stname": "S 29TH ST", "objectid": 5741, "Shape__Length": 24.657388051261538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194324996296999, 39.9267160116772 ], [ -75.194379179720997, 39.926551310362903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24671, "tnode_": 24654, "lpoly_": null, "rpoly_": null, "length": 357.51980071999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 45760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 322961, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-06-01T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5742, "Shape__Length": 141.91847879404384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192834447830705, 39.926079791663597 ], [ -75.194092065317705, 39.926240112906598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24831, "tnode_": 25180, "lpoly_": null, "rpoly_": null, "length": 1192.5928901899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322962, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5743, "Shape__Length": 474.48804106848979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1927469057553, 39.924257787327697 ], [ -75.192360931643705, 39.923746446850799 ], [ -75.191460559793597, 39.922642595783699 ], [ -75.191065404408903, 39.922258080690497 ], [ -75.190830645235906, 39.922099467158397 ], [ -75.190556506458705, 39.921914244913197 ], [ -75.190522318085598, 39.921891145767603 ], [ -75.190439925687997, 39.921849956844099 ], [ -75.190160378666803, 39.921710209348099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24831, "tnode_": 25143, "lpoly_": null, "rpoly_": null, "length": 977.2844711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322963, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5744, "Shape__Length": 388.88856357581818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1927469057553, 39.924257787327697 ], [ -75.192430601162101, 39.923974313394403 ], [ -75.191401648897994, 39.922909067388197 ], [ -75.191073841120499, 39.922545702504102 ], [ -75.190837874928306, 39.922237503603696 ], [ -75.190756627510197, 39.922134431250598 ], [ -75.190711393470806, 39.922084661742197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24806, "tnode_": 25397, "lpoly_": null, "rpoly_": null, "length": 2182.0344177000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34718, "l_t_add": 34758, "r_f_add": 34719, "r_t_add": 34759, "st_code": 1150, "l_hundred": 34700, "r_hundred": 34700, "seg_id": 322964, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 5745, "Shape__Length": 868.68294720996573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193281930757394, 39.924865338322 ], [ -75.1926464190243, 39.924002361141802 ], [ -75.192546214527198, 39.923820323773498 ], [ -75.192522274212493, 39.923776831545503 ], [ -75.1921456085432, 39.923233096662798 ], [ -75.192128143243394, 39.923207494142503 ], [ -75.191898676897395, 39.922870768880799 ], [ -75.191627911594296, 39.922473436147598 ], [ -75.191584170750403, 39.922409248139203 ], [ -75.191522375532102, 39.922342149765001 ], [ -75.191422831075897, 39.9222340636952 ], [ -75.191205794202105, 39.922004065726398 ], [ -75.1903399408951, 39.921084629693802 ], [ -75.190075386775206, 39.9207685512362 ], [ -75.189928529563304, 39.920473344551198 ], [ -75.189803179153301, 39.920026572552402 ], [ -75.1897616159211, 39.919605414683701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24837, "tnode_": 25245, "lpoly_": null, "rpoly_": null, "length": 1383.9389858900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322965, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5746, "Shape__Length": 550.89983056760946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192765802573007, 39.924622986473899 ], [ -75.192046023420801, 39.923686695401898 ], [ -75.191640764541702, 39.923239243311301 ], [ -75.191183040144196, 39.922772004043402 ], [ -75.190728260399098, 39.922263145152101 ], [ -75.19060393382, 39.922071319554597 ], [ -75.190525791880503, 39.921984025434298 ], [ -75.190484510158797, 39.921860249574799 ], [ -75.190472844213303, 39.921750515670198 ], [ -75.190475818661497, 39.921671518523503 ], [ -75.190485542458106, 39.921623081090502 ], [ -75.190487830480194, 39.921562314054299 ], [ -75.1905371989358, 39.921350190459201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24806, "tnode_": 24831, "lpoly_": null, "rpoly_": null, "length": 267.39522871999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322966, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5747, "Shape__Length": 106.41789699282604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193281930757394, 39.924865338322 ], [ -75.1927469057553, 39.924257787327697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24939, "tnode_": 25147, "lpoly_": null, "rpoly_": null, "length": 942.16185595000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 322967, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5748, "Shape__Length": 374.90762148108581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192033641831699, 39.923819154874501 ], [ -75.190061752615406, 39.921725323996597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24837, "tnode_": 24939, "lpoly_": null, "rpoly_": null, "length": 357.69025323, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34722, "l_t_add": 34726, "r_f_add": 34723, "r_t_add": 34727, "st_code": 1160, "l_hundred": 34700, "r_hundred": 34700, "seg_id": 322968, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 5749, "Shape__Length": 142.34444848694477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192765802573007, 39.924622986473899 ], [ -75.192389398882099, 39.924196894950697 ], [ -75.192034570183296, 39.923820140564096 ], [ -75.192033641831699, 39.923819154874501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25060, "tnode_": 25206, "lpoly_": null, "rpoly_": null, "length": 449.70769154000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 322970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5750, "Shape__Length": 179.16939754649869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1852047268343, 39.922583559292399 ], [ -75.185480673551197, 39.921367475370801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25101, "tnode_": 24939, "lpoly_": null, "rpoly_": null, "length": 848.554289, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34728, "l_t_add": 34742, "r_f_add": 34729, "r_t_add": 34743, "st_code": 1160, "l_hundred": 34700, "r_hundred": 34700, "seg_id": 322971, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2002-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 5751, "Shape__Length": 337.4444097502469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189890267329204, 39.922190207545697 ], [ -75.190358917072302, 39.922611329319203 ], [ -75.190864216573104, 39.922903462260003 ], [ -75.191061445429497, 39.923031006570604 ], [ -75.191282143970497, 39.923168496090902 ], [ -75.191294664591595, 39.923180548062199 ], [ -75.191540986515605, 39.9234176468035 ], [ -75.191650611095696, 39.923507040949097 ], [ -75.192033641831699, 39.923819154874501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21746, "tnode_": 21556, "lpoly_": null, "rpoly_": null, "length": 761.96244516000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 73440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 322972, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5752, "Shape__Length": 303.07308341302854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187666973171304, 39.947489337396597 ], [ -75.187805737227606, 39.947587366482097 ], [ -75.189676069383395, 39.948897887677397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22253, "tnode_": 22222, "lpoly_": null, "rpoly_": null, "length": 334.8279937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78920, "l_hundred": 0, "r_hundred": 0, "seg_id": 322974, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 5753, "Shape__Length": 133.01346249764427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196745922158101, 39.944057084251803 ], [ -75.197844197436694, 39.9444179326699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22305, "tnode_": 22253, "lpoly_": null, "rpoly_": null, "length": 283.29820228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9375, "l_hundred": 0, "r_hundred": 0, "seg_id": 322975, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP 8018C", "stname": "SCHUYLKILL EXPY RAMP 8018C", "objectid": 5754, "Shape__Length": 112.570205545382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195853977245307, 39.943725001011899 ], [ -75.196300285088498, 39.943951366649898 ], [ -75.196542059282606, 39.944046530064199 ], [ -75.196745922158101, 39.944057084251803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22323, "tnode_": 22253, "lpoly_": null, "rpoly_": null, "length": 175.93994161999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78920, "l_hundred": 0, "r_hundred": 0, "seg_id": 322976, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 5755, "Shape__Length": 70.053614332233778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196434283234495, 39.943645099082303 ], [ -75.196476974127506, 39.943761138713697 ], [ -75.196583168834806, 39.943903726519103 ], [ -75.196745922158101, 39.944057084251803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22323, "tnode_": 22305, "lpoly_": null, "rpoly_": null, "length": 171.50864976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8018C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9375, "l_hundred": 0, "r_hundred": 0, "seg_id": 322977, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP 8018C", "stname": "SCHUYLKILL EXPY RAMP 8018C", "objectid": 5756, "Shape__Length": 68.117722820944294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196434283234495, 39.943645099082303 ], [ -75.196223325577293, 39.943725873699798 ], [ -75.196056393262594, 39.943752565877602 ], [ -75.195853977245307, 39.943725001011899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23912, "tnode_": 23833, "lpoly_": null, "rpoly_": null, "length": 367.57679588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88850, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322978, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5757, "Shape__Length": 145.998745839371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212553518411994, 39.932935672103298 ], [ -75.213528471823295, 39.933269974612202 ], [ -75.213759694760498, 39.933328603373397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23035, "tnode_": 23135, "lpoly_": null, "rpoly_": null, "length": 285.94480583999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88810, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322980, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 5758, "Shape__Length": 113.76837568150665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215091231903799, 39.939102950382299 ], [ -75.214415882811295, 39.938514820131303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22844, "tnode_": 22890, "lpoly_": null, "rpoly_": null, "length": 174.47373002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2700, "r_f_add": 2701, "r_t_add": 2701, "st_code": 38340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 322981, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 5759, "Shape__Length": 69.380153041242224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188241845743704, 39.9398878131218 ], [ -75.188715044949504, 39.939576817390602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22886, "tnode_": 22872, "lpoly_": null, "rpoly_": null, "length": 267.8370784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 12360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322982, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 5760, "Shape__Length": 106.33824622646333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185719051946805, 39.9395967458684 ], [ -75.186663134241797, 39.939708425248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23209, "tnode_": 23203, "lpoly_": null, "rpoly_": null, "length": 16.60800225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 49300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 322983, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 5761, "Shape__Length": 6.5936679732595067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187111772073806, 39.937409934319298 ], [ -75.187170220455997, 39.937417296991804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23820, "tnode_": 23975, "lpoly_": null, "rpoly_": null, "length": 450.70508460999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 15680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 322984, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BAMBREY ST", "stname": "S BAMBREY ST", "objectid": 5762, "Shape__Length": 179.5958415615043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876118038318, 39.932961723550598 ], [ -75.1878757593541, 39.931741281869201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23111, "tnode_": 23238, "lpoly_": null, "rpoly_": null, "length": 324.54700343000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 23760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322985, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLEVELAND ST", "stname": "S CLEVELAND ST", "objectid": 5763, "Shape__Length": 129.33517554969603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173945129734904, 39.937735869456603 ], [ -75.174127029613302, 39.936856019108703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23111, "tnode_": 23101, "lpoly_": null, "rpoly_": null, "length": 134.38176527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1836, "l_t_add": 1864, "r_f_add": 1837, "r_t_add": 1865, "st_code": 31400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322986, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5764, "Shape__Length": 53.351633443242555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173945129734904, 39.937735869456603 ], [ -75.174418699551197, 39.937792356091002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23118, "tnode_": 23111, "lpoly_": null, "rpoly_": null, "length": 158.27760541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1834, "r_f_add": 1801, "r_t_add": 1835, "st_code": 31400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322987, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5765, "Shape__Length": 62.839357194976436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173388227150596, 39.937665117996197 ], [ -75.173945129734904, 39.937735869456603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22209, "tnode_": 22187, "lpoly_": null, "rpoly_": null, "length": 449.28622432999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 73440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 322988, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5766, "Shape__Length": 178.39219495786662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167183545940304, 39.943857746911 ], [ -75.1687642731182, 39.944059697737202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22221, "tnode_": 22209, "lpoly_": null, "rpoly_": null, "length": 455.38335446000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 73440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322989, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5767, "Shape__Length": 180.80887875212449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165577120502704, 39.943673852404203 ], [ -75.167183545940304, 39.943857746911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23238, "tnode_": 23230, "lpoly_": null, "rpoly_": null, "length": 134.57938031999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1816, "l_t_add": 1832, "r_f_add": 1817, "r_t_add": 1833, "st_code": 33740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322991, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 5768, "Shape__Length": 53.43286520916876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174127029613302, 39.936856019108703 ], [ -75.174597311114496, 39.936929687497702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23257, "tnode_": 23238, "lpoly_": null, "rpoly_": null, "length": 156.74749625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 33740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322992, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 5769, "Shape__Length": 62.239207041865363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173584950807296, 39.936751032183402 ], [ -75.174127029613302, 39.936856019108703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22624, "tnode_": 22604, "lpoly_": null, "rpoly_": null, "length": 337.63608004000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 82020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 322993, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 5770, "Shape__Length": 134.05549288120764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172607932036598, 39.941240003269698 ], [ -75.173795828889297, 39.941391603833701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23212, "tnode_": 23338, "lpoly_": null, "rpoly_": null, "length": 299.97641028000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 75880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322994, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 5771, "Shape__Length": 119.54307686139708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169513634621296, 39.936929664863499 ], [ -75.169675322821902, 39.936115652325803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23222, "tnode_": 23344, "lpoly_": null, "rpoly_": null, "length": 257.49376129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 42420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 5772, "Shape__Length": 102.60680304852912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169199850233994, 39.936751763739103 ], [ -75.169267744995594, 39.936473131693802 ], [ -75.169380268331807, 39.936058726133297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23210, "tnode_": 23298, "lpoly_": null, "rpoly_": null, "length": 202.28268758000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 21420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 322996, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CARLISLE ST", "stname": "S CARLISLE ST", "objectid": 5773, "Shape__Length": 80.609862128361925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167904078236703, 39.936887683920602 ], [ -75.168024307375504, 39.936340159449998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23155, "tnode_": 23151, "lpoly_": null, "rpoly_": null, "length": 130.30313586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 12360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322997, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2002-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 5774, "Shape__Length": 51.733573609053238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166970428732498, 39.937197155276401 ], [ -75.167427755769907, 39.937260506081103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22551, "tnode_": 22539, "lpoly_": null, "rpoly_": null, "length": 191.89586003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 24020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322998, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 5775, "Shape__Length": 76.190393565652784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166989304970201, 39.941628964205897 ], [ -75.167665138500098, 39.941711871915899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22145, "tnode_": 22135, "lpoly_": null, "rpoly_": null, "length": 226.91028896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 59060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 322999, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 5776, "Shape__Length": 90.111200353108302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166294605709396, 39.944342574582897 ], [ -75.167018409058898, 39.944426393949001 ], [ -75.167073566326806, 39.944468098842499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21888, "tnode_": 21876, "lpoly_": null, "rpoly_": null, "length": 320.78774309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1728, "r_f_add": 1701, "r_t_add": 1733, "st_code": 64820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323000, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 5777, "Shape__Length": 127.37384598380311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1699278093256, 39.946171020746199 ], [ -75.171058097149995, 39.946307488105802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21842, "tnode_": 21827, "lpoly_": null, "rpoly_": null, "length": 210.37229607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 62880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 5778, "Shape__Length": 83.532787327585808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169849961567493, 39.946541721252103 ], [ -75.170097148469907, 39.946561937957803 ], [ -75.170590371729602, 39.946632753130302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21784, "tnode_": 21842, "lpoly_": null, "rpoly_": null, "length": 121.93976251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 321, "l_t_add": 335, "r_f_add": 324, "r_t_add": 334, "st_code": 88120, "l_hundred": 300, "r_hundred": 300, "seg_id": 323002, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5779, "Shape__Length": 48.600337661046808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169777847611002, 39.946871827533798 ], [ -75.169849961567493, 39.946541721252103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21842, "tnode_": 21888, "lpoly_": null, "rpoly_": null, "length": 136.79213126, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 337, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88120, "l_hundred": 300, "r_hundred": 300, "seg_id": 323003, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 5780, "Shape__Length": 54.520058672153723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169849961567493, 39.946541721252103 ], [ -75.1699278093256, 39.946171020746199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21832, "tnode_": 21819, "lpoly_": null, "rpoly_": null, "length": 188.40476979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 27980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 323004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 5781, "Shape__Length": 74.809878877945636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167535847013596, 39.946543065012797 ], [ -75.168199224543898, 39.946625466369802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23518, "tnode_": 23614, "lpoly_": null, "rpoly_": null, "length": 380.94200368000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5532, "r_f_add": 5501, "r_t_add": 5525, "st_code": 85680, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323005, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 5782, "Shape__Length": 151.49354026363366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220983882504598, 39.9359329750176 ], [ -75.221987204873002, 39.935227981206097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23614, "tnode_": 23650, "lpoly_": null, "rpoly_": null, "length": 136.84657427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5534, "l_t_add": 5598, "r_f_add": 5527, "r_t_add": 5599, "st_code": 85680, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323006, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 5783, "Shape__Length": 54.418266973294841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221987204873002, 39.935227981206097 ], [ -75.222351726434795, 39.934978225285398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21755, "tnode_": 21744, "lpoly_": null, "rpoly_": null, "length": 33.04915176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 26560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 5784, "Shape__Length": 13.123076653738686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168977746061202, 39.947054661468499 ], [ -75.169093932166007, 39.947069956622698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21758, "tnode_": 21975, "lpoly_": null, "rpoly_": null, "length": 598.83332355000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 458, "r_t_add": 498, "st_code": 78920, "l_hundred": 500, "r_hundred": 500, "seg_id": 323015, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 5785, "Shape__Length": 238.67854327195192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198684192074793, 39.947714872330302 ], [ -75.198524104786799, 39.947130851810599 ], [ -75.198443489843498, 39.946611722438 ], [ -75.198467548227299, 39.946087877340403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22316, "tnode_": 22418, "lpoly_": null, "rpoly_": null, "length": 338.18791402, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1235, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 88730, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 5786, "Shape__Length": 134.54948084151886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211679377387497, 39.944034785686902 ], [ -75.210856290568202, 39.943356188032098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23752, "tnode_": 23867, "lpoly_": null, "rpoly_": null, "length": 429.06358661999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 51000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINMORE AVE", "stname": "LINMORE AVE", "objectid": 5787, "Shape__Length": 170.62343106860274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218787154954896, 39.934084842447803 ], [ -75.219920921613905, 39.933293952198198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21966, "tnode_": 22075, "lpoly_": null, "rpoly_": null, "length": 518.16293128000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 71320, "l_hundred": 600, "r_hundred": 600, "seg_id": 323020, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 5788, "Shape__Length": 206.02333998495718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184251015208503, 39.945989301167202 ], [ -75.184398434024899, 39.945844683302298 ], [ -75.184811075900797, 39.945892579019102 ], [ -75.1857045908082, 39.945285401462698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22295, "tnode_": 22380, "lpoly_": null, "rpoly_": null, "length": 29.83280957, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88690, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323021, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 5789, "Shape__Length": 11.870100741150639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206944213301, 39.943556614969602 ], [ -75.206873324112095, 39.943495545459903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22262, "tnode_": 22420, "lpoly_": null, "rpoly_": null, "length": 517.48792220999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENTRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 64120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323022, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENTRIDGE ST", "stname": "PENTRIDGE ST", "objectid": 5790, "Shape__Length": 205.82095738363563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226326279985102, 39.944677981378199 ], [ -75.227689949787305, 39.9437207441132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22597, "tnode_": 22735, "lpoly_": null, "rpoly_": null, "length": 518.57668873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAUMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 16400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323023, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAUMONT ST", "stname": "BEAUMONT ST", "objectid": 5791, "Shape__Length": 206.24738661217856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226336770479605, 39.9425717982934 ], [ -75.227703629875094, 39.941612853368703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22487, "tnode_": 22647, "lpoly_": null, "rpoly_": null, "length": 525.54167967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 69740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323024, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 5792, "Shape__Length": 209.09315546310879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226294141871193, 39.943290190286902 ], [ -75.225026877477106, 39.942227254790197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22432, "tnode_": 22606, "lpoly_": null, "rpoly_": null, "length": 525.17620147000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 63500, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PEACH ST", "stname": "S PEACH ST", "objectid": 5793, "Shape__Length": 208.95053531083911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225893367814393, 39.943574104111697 ], [ -75.224630209079393, 39.942509631869498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22606, "tnode_": 22762, "lpoly_": null, "rpoly_": null, "length": 582.90102910999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 63500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323026, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PEACH ST", "stname": "S PEACH ST", "objectid": 5794, "Shape__Length": 231.92021074449553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224630209079393, 39.942509631869498 ], [ -75.224582022834696, 39.942449113125598 ], [ -75.223241053699795, 39.941320881209698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22647, "tnode_": 22810, "lpoly_": null, "rpoly_": null, "length": 581.63436576000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 69740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323027, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 5795, "Shape__Length": 231.40292804611283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225026877477106, 39.942227254790197 ], [ -75.223618356862005, 39.941055138316102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22752, "tnode_": 22885, "lpoly_": null, "rpoly_": null, "length": 519.08227722999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 83740, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 5796, "Shape__Length": 206.44309009654324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225022899977205, 39.941468450736203 ], [ -75.226394197960502, 39.940511219357703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22801, "tnode_": 22931, "lpoly_": null, "rpoly_": null, "length": 523.15815640999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 16740, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323029, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 5797, "Shape__Length": 208.06816638826496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224609689408695, 39.9411188660942 ], [ -75.225983836764598, 39.940147445882701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23067, "tnode_": 23224, "lpoly_": null, "rpoly_": null, "length": 570.03650925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 16740, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323030, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 5798, "Shape__Length": 226.70019097195305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227351076819701, 39.939193783490097 ], [ -75.228857057896604, 39.938142694260797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22931, "tnode_": 23067, "lpoly_": null, "rpoly_": null, "length": 517.37156500999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 16740, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323031, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMAR ST", "stname": "BELMAR ST", "objectid": 5799, "Shape__Length": 205.75842858568498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225983836764598, 39.940147445882701 ], [ -75.227351076819701, 39.939193783490097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22262, "tnode_": 22315, "lpoly_": null, "rpoly_": null, "length": 161.29461796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1033, "l_t_add": 1049, "r_f_add": 1018, "r_t_add": 1034, "st_code": 88850, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5800, "Shape__Length": 64.172516165053537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226326279985102, 39.944677981378199 ], [ -75.225933720644306, 39.944354327688501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22315, "tnode_": 22375, "lpoly_": null, "rpoly_": null, "length": 214.96859679, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1036, "r_t_add": 1098, "st_code": 88850, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5801, "Shape__Length": 85.532439767932402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225933720644306, 39.944354327688501 ], [ -75.225420134397993, 39.943916188637402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22375, "tnode_": 22439, "lpoly_": null, "rpoly_": null, "length": 183.11561769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1118, "st_code": 88850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5802, "Shape__Length": 72.857726598795026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225420134397993, 39.943916188637402 ], [ -75.224981791596903, 39.943543569043001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22439, "tnode_": 22504, "lpoly_": null, "rpoly_": null, "length": 162.37771796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1117, "l_t_add": 1131, "r_f_add": 1120, "r_t_add": 1138, "st_code": 88850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5803, "Shape__Length": 64.603561781730292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224981791596903, 39.943543569043001 ], [ -75.224588601682001, 39.943216312404303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22504, "tnode_": 22559, "lpoly_": null, "rpoly_": null, "length": 186.14883552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1133, "l_t_add": 1199, "r_f_add": 1140, "r_t_add": 1198, "st_code": 88850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5804, "Shape__Length": 74.057149659340823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224588601682001, 39.943216312404303 ], [ -75.2241318725886, 39.9428454577453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22375, "tnode_": 22432, "lpoly_": null, "rpoly_": null, "length": 182.03255107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 34520, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 5805, "Shape__Length": 72.403671388072055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225420134397993, 39.943916188637402 ], [ -75.225893367814393, 39.943574104111697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22432, "tnode_": 22487, "lpoly_": null, "rpoly_": null, "length": 152.72420735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5320, "l_t_add": 5338, "r_f_add": 5321, "r_t_add": 5339, "st_code": 34520, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 5806, "Shape__Length": 60.74354940301329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225893367814393, 39.943574104111697 ], [ -75.226294141871193, 39.943290190286902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22487, "tnode_": 22550, "lpoly_": null, "rpoly_": null, "length": 186.28541335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5340, "l_t_add": 5398, "r_f_add": 5341, "r_t_add": 5399, "st_code": 34520, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 5807, "Shape__Length": 74.083778949900093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226294141871193, 39.943290190286902 ], [ -75.226794936450204, 39.942954156979603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22559, "tnode_": 22606, "lpoly_": null, "rpoly_": null, "length": 185.71732938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5328, "r_f_add": 5301, "r_t_add": 5329, "st_code": 81500, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5808, "Shape__Length": 73.857992689446945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2241318725886, 39.9428454577453 ], [ -75.224630209079393, 39.942509631869498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22606, "tnode_": 22647, "lpoly_": null, "rpoly_": null, "length": 151.49977485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5330, "l_t_add": 5368, "r_f_add": 5331, "r_t_add": 5369, "st_code": 81500, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5809, "Shape__Length": 60.256186592419581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224630209079393, 39.942509631869498 ], [ -75.225026877477106, 39.942227254790197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22647, "tnode_": 22695, "lpoly_": null, "rpoly_": null, "length": 185.49033971999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5370, "l_t_add": 5398, "r_f_add": 5371, "r_t_add": 5399, "st_code": 81500, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5810, "Shape__Length": 73.775473526414885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225026877477106, 39.942227254790197 ], [ -75.225511738471596, 39.941880857246197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22550, "tnode_": 22692, "lpoly_": null, "rpoly_": null, "length": 520.29945307000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 34520, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 5811, "Shape__Length": 206.9336010999468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226794936450204, 39.942954156979603 ], [ -75.228166521440599, 39.941992175905398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22550, "tnode_": 22597, "lpoly_": null, "rpoly_": null, "length": 189.48543249, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 88880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323048, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5812, "Shape__Length": 75.388344317142369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226794936450204, 39.942954156979603 ], [ -75.226336770479605, 39.9425717982934 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22597, "tnode_": 22695, "lpoly_": null, "rpoly_": null, "length": 341.86065255, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1221, "l_t_add": 1299, "r_f_add": 1220, "r_t_add": 1298, "st_code": 88880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323049, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5813, "Shape__Length": 136.01194841295575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226336770479605, 39.9425717982934 ], [ -75.225511738471596, 39.941880857246197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22695, "tnode_": 22752, "lpoly_": null, "rpoly_": null, "length": 203.36691603, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1316, "st_code": 88880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323050, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5814, "Shape__Length": 80.911636740584157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225511738471596, 39.941880857246197 ], [ -75.225022899977205, 39.941468450736203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22752, "tnode_": 22801, "lpoly_": null, "rpoly_": null, "length": 172.16881518, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1323, "l_t_add": 1343, "r_f_add": 1318, "r_t_add": 1332, "st_code": 88880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323051, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5815, "Shape__Length": 68.499142959337561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225022899977205, 39.941468450736203 ], [ -75.224609689408695, 39.9411188660942 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22801, "tnode_": 22852, "lpoly_": null, "rpoly_": null, "length": 205.80813718, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1345, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 88880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323052, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 5816, "Shape__Length": 81.88287583872399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224609689408695, 39.9411188660942 ], [ -75.224116490560505, 39.940700457025102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22712, "tnode_": 22762, "lpoly_": null, "rpoly_": null, "length": 184.69512128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5338, "r_f_add": 5301, "r_t_add": 5339, "st_code": 73900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323053, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5817, "Shape__Length": 73.45718564505961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222756116118603, 39.941663994310296 ], [ -75.223241053699795, 39.941320881209698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22762, "tnode_": 22783, "lpoly_": null, "rpoly_": null, "length": 72.27902412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5340, "l_t_add": 5348, "r_f_add": 5341, "r_t_add": 5349, "st_code": 73900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323054, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5818, "Shape__Length": 28.748299829184802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223241053699795, 39.941320881209698 ], [ -75.223428517302295, 39.941184695544997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22783, "tnode_": 22810, "lpoly_": null, "rpoly_": null, "length": 71.14073931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5350, "l_t_add": 5368, "r_f_add": 5351, "r_t_add": 5369, "st_code": 73900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323055, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5819, "Shape__Length": 28.292034635974453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223428517302295, 39.941184695544997 ], [ -75.223618356862005, 39.941055138316102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22695, "tnode_": 22833, "lpoly_": null, "rpoly_": null, "length": 521.74315482999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 81500, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5820, "Shape__Length": 207.50393039605379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225511738471596, 39.941880857246197 ], [ -75.226888015836707, 39.940916974755098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22810, "tnode_": 22852, "lpoly_": null, "rpoly_": null, "length": 190.27300141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5370, "l_t_add": 5398, "r_f_add": 5371, "r_t_add": 5399, "st_code": 73900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5821, "Shape__Length": 75.675882618465621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223618356862005, 39.941055138316102 ], [ -75.224116490560505, 39.940700457025102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22833, "tnode_": 22962, "lpoly_": null, "rpoly_": null, "length": 521.76186549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARRINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 81500, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARRINGTON AVE", "stname": "WARRINGTON AVE", "objectid": 5822, "Shape__Length": 207.50818879094001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226888015836707, 39.940916974755098 ], [ -75.228264708593699, 39.939953383958503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22852, "tnode_": 22983, "lpoly_": null, "rpoly_": null, "length": 520.281937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 73900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323059, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5823, "Shape__Length": 206.92308377557947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224116490560505, 39.940700457025102 ], [ -75.225482927174696, 39.9397342537887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22833, "tnode_": 22885, "lpoly_": null, "rpoly_": null, "length": 202.53700047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1301, "l_t_add": 1329, "r_f_add": 1300, "r_t_add": 1328, "st_code": 88910, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 5824, "Shape__Length": 80.576133035580597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226888015836707, 39.940916974755098 ], [ -75.226394197960502, 39.940511219357703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22559, "tnode_": 22712, "lpoly_": null, "rpoly_": null, "length": 577.96421208000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88850, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 5825, "Shape__Length": 229.9590085331877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2241318725886, 39.9428454577453 ], [ -75.222756116118603, 39.941663994310296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22983, "tnode_": 23033, "lpoly_": null, "rpoly_": null, "length": 177.73555156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5514, "r_f_add": 5501, "r_t_add": 5515, "st_code": 73900, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323063, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5826, "Shape__Length": 70.68472167810684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225482927174696, 39.9397342537887 ], [ -75.225953417329606, 39.9394073136014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23033, "tnode_": 23073, "lpoly_": null, "rpoly_": null, "length": 163.75948221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5516, "l_t_add": 5534, "r_f_add": 5517, "r_t_add": 5535, "st_code": 73900, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323064, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5827, "Shape__Length": 65.126828813774395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225953417329606, 39.9394073136014 ], [ -75.226385938891397, 39.939105256960801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23073, "tnode_": 23122, "lpoly_": null, "rpoly_": null, "length": 178.37753345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5536, "l_t_add": 5598, "r_f_add": 5537, "r_t_add": 5599, "st_code": 73900, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323065, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5828, "Shape__Length": 70.940128411946077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226385938891397, 39.939105256960801 ], [ -75.226856980071304, 39.938776162984396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23122, "tnode_": 23172, "lpoly_": null, "rpoly_": null, "length": 201.39263192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5600, "l_t_add": 5620, "r_f_add": 5601, "r_t_add": 5621, "st_code": 73900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323066, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5829, "Shape__Length": 80.09475776684215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226856980071304, 39.938776162984396 ], [ -75.227385697887499, 39.938401998332999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23172, "tnode_": 23231, "lpoly_": null, "rpoly_": null, "length": 170.23955992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5622, "l_t_add": 5642, "r_f_add": 5623, "r_t_add": 5643, "st_code": 73900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323067, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5830, "Shape__Length": 67.704081484574601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227385697887499, 39.938401998332999 ], [ -75.227833575788793, 39.938086508821002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23231, "tnode_": 23284, "lpoly_": null, "rpoly_": null, "length": 201.72479225000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5644, "l_t_add": 5698, "r_f_add": 5645, "r_t_add": 5699, "st_code": 73900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323068, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGFIELD AVE", "stname": "SPRINGFIELD AVE", "objectid": 5831, "Shape__Length": 80.22766768744826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227833575788793, 39.938086508821002 ], [ -75.228360658822794, 39.9377096433115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23067, "tnode_": 23122, "lpoly_": null, "rpoly_": null, "length": 205.77156553, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 88940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 323069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 5832, "Shape__Length": 81.86541696834125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227351076819701, 39.939193783490097 ], [ -75.227134387131301, 39.939008036517201 ], [ -75.226856980071304, 39.938776162984396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22931, "tnode_": 22983, "lpoly_": null, "rpoly_": null, "length": 205.87947049000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1371, "l_t_add": 1399, "r_f_add": 1370, "r_t_add": 1398, "st_code": 88910, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 5833, "Shape__Length": 81.905580916475671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225983836764598, 39.940147445882701 ], [ -75.225745929996094, 39.939953915960601 ], [ -75.225482927174696, 39.9397342537887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23831, "tnode_": 23867, "lpoly_": null, "rpoly_": null, "length": 162.8322314, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2053, "l_t_add": 2099, "r_f_add": 2052, "r_t_add": 2098, "st_code": 88940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 323075, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 5834, "Shape__Length": 64.776165238416382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220313171058905, 39.933623530488703 ], [ -75.219920921613905, 39.933293952198198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22885, "tnode_": 22931, "lpoly_": null, "rpoly_": null, "length": 175.5059643, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1330, "l_t_add": 1368, "r_f_add": 1331, "r_t_add": 1369, "st_code": 88910, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 5835, "Shape__Length": 69.832226879912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226394197960502, 39.940511219357703 ], [ -75.226212072509895, 39.940347481222801 ], [ -75.225983836764598, 39.940147445882701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22885, "tnode_": 23018, "lpoly_": null, "rpoly_": null, "length": 519.28906045999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDSOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 83740, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323077, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDSOR ST", "stname": "WINDSOR ST", "objectid": 5836, "Shape__Length": 206.52479689241528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226394197960502, 39.940511219357703 ], [ -75.227762390683296, 39.939550532599903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22333, "tnode_": 22490, "lpoly_": null, "rpoly_": null, "length": 478.3171967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 47780, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 323088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSESSING AVE", "stname": "KINGSESSING AVE", "objectid": 5837, "Shape__Length": 190.24882814565927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214003080211796, 39.9439929024918 ], [ -75.215249466778602, 39.943096408122898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22316, "tnode_": 22453, "lpoly_": null, "rpoly_": null, "length": 448.55216773000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 78960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 323091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND ST", "stname": "UPLAND ST", "objectid": 5838, "Shape__Length": 178.40433643271194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211679377387497, 39.944034785686902 ], [ -75.212857104265893, 39.943201470185002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21661, "tnode_": 21802, "lpoly_": null, "rpoly_": null, "length": 326.24365057, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 626, "st_code": 88630, "l_hundred": 600, "r_hundred": 600, "seg_id": 323092, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 5839, "Shape__Length": 130.04369770273192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207068384370302, 39.948479161150097 ], [ -75.207027395482598, 39.947584136910798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22257, "tnode_": 22316, "lpoly_": null, "rpoly_": null, "length": 199.87112129000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1219, "l_t_add": 1233, "r_f_add": 1226, "r_t_add": 1232, "st_code": 88730, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 5840, "Shape__Length": 79.52466495266097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212158347208401, 39.944441142208497 ], [ -75.211679377387497, 39.944034785686902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28988, "tnode_": 28989, "lpoly_": null, "rpoly_": null, "length": 171.03141846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 85680, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 323114, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YOCUM ST", "stname": "YOCUM ST", "objectid": 5841, "Shape__Length": 68.006904208889097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225878800869594, 39.932501007871601 ], [ -75.226338176697197, 39.932192192139802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29795, "tnode_": 29794, "lpoly_": null, "rpoly_": null, "length": 340.672793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSLER", "st_type": "CIR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 553, "l_t_add": 575, "r_f_add": 552, "r_t_add": 574, "st_code": 61885, "l_hundred": 500, "r_hundred": 500, "seg_id": 323121, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSLER CIR", "stname": "OSLER CIR", "objectid": 5842, "Shape__Length": 135.65492832917431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195777700527501, 39.948492444734903 ], [ -75.195707816368198, 39.948397879447398 ], [ -75.195194871423197, 39.9477446264451 ], [ -75.195153673679798, 39.947690055689698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22400, "tnode_": 22445, "lpoly_": null, "rpoly_": null, "length": 89.1908427, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 814, "st_code": 88270, "l_hundred": 800, "r_hundred": 800, "seg_id": 323179, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5843, "Shape__Length": 35.544841346852422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182480554229301, 39.942836351424802 ], [ -75.182532345384899, 39.9426211906041 ], [ -75.182539704235694, 39.942595797247499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22468, "tnode_": 22495, "lpoly_": null, "rpoly_": null, "length": 49.59791632, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 835, "l_t_add": 863, "r_f_add": 836, "r_t_add": 864, "st_code": 88270, "l_hundred": 800, "r_hundred": 800, "seg_id": 323181, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 5844, "Shape__Length": 19.767927336775511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182567844597898, 39.942476355710902 ], [ -75.182584960238302, 39.942340842033403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22470, "tnode_": 22445, "lpoly_": null, "rpoly_": null, "length": 467.99608198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAUFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 47100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 323183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAUFFMAN ST", "stname": "KAUFFMAN ST", "objectid": 5845, "Shape__Length": 185.81583136594145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180891765517302, 39.942392130872399 ], [ -75.182539704235694, 39.942595797247499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22503, "tnode_": 22470, "lpoly_": null, "rpoly_": null, "length": 467.1529328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAUFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 47100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 323184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAUFFMAN ST", "stname": "KAUFFMAN ST", "objectid": 5846, "Shape__Length": 185.48151476051072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179247964252497, 39.9421833299943 ], [ -75.180891765517302, 39.942392130872399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22516, "tnode_": 22495, "lpoly_": null, "rpoly_": null, "length": 464.67435471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORFOLK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 60040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 323185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORFOLK ST", "stname": "NORFOLK ST", "objectid": 5847, "Shape__Length": 184.49627528883752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180948732182202, 39.942140142408498 ], [ -75.181761114014904, 39.942249274662203 ], [ -75.182018557482394, 39.942274284463899 ], [ -75.182159649129801, 39.9422902745833 ], [ -75.182358916884496, 39.942310773574597 ], [ -75.182584960238302, 39.942340842033403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22546, "tnode_": 22516, "lpoly_": null, "rpoly_": null, "length": 468.96289776000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORFOLK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 60040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 323186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORFOLK ST", "stname": "NORFOLK ST", "objectid": 5848, "Shape__Length": 186.19843475479314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179297377786298, 39.941936190661799 ], [ -75.180823923530994, 39.942125637278302 ], [ -75.180948732182202, 39.942140142408498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22427, "tnode_": 22470, "lpoly_": null, "rpoly_": null, "length": 91.61745845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 805, "r_f_add": 800, "r_t_add": 804, "st_code": 88240, "l_hundred": 800, "r_hundred": 800, "seg_id": 323187, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5849, "Shape__Length": 36.513391423803021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180841507386504, 39.942640639406498 ], [ -75.180891765517302, 39.942392130872399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22497, "tnode_": 22516, "lpoly_": null, "rpoly_": null, "length": 50.29797187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 811, "l_t_add": 821, "r_f_add": 810, "r_t_add": 820, "st_code": 88240, "l_hundred": 800, "r_hundred": 800, "seg_id": 323189, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5850, "Shape__Length": 20.045094946147444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180917033263995, 39.942275986107099 ], [ -75.180948378020304, 39.942146259552402 ], [ -75.180948732182202, 39.942140142408498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22456, "tnode_": 22503, "lpoly_": null, "rpoly_": null, "length": 92.57432295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 812, "st_code": 88220, "l_hundred": 800, "r_hundred": 800, "seg_id": 323191, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5851, "Shape__Length": 36.892783276257283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179185833528507, 39.942432786396601 ], [ -75.179242880761194, 39.942194648998701 ], [ -75.179247964252497, 39.9421833299943 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22525, "tnode_": 22546, "lpoly_": null, "rpoly_": null, "length": 47.53616378, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 845, "l_t_add": 863, "r_f_add": 844, "r_t_add": 862, "st_code": 88220, "l_hundred": 800, "r_hundred": 800, "seg_id": 323193, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5852, "Shape__Length": 18.944025777615479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179264847236198, 39.942064258524198 ], [ -75.179297377786298, 39.941936190661799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24234, "tnode_": 24297, "lpoly_": null, "rpoly_": null, "length": 214.89606551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1901, "l_t_add": 1921, "r_f_add": 1900, "r_t_add": 1920, "st_code": 88330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 323208, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5853, "Shape__Length": 85.627125123852181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190476523736294, 39.929567833703203 ], [ -75.190537212012202, 39.929274551092597 ], [ -75.190604108383695, 39.928986177857901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24297, "tnode_": 24385, "lpoly_": null, "rpoly_": null, "length": 240.05472778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1923, "l_t_add": 1999, "r_f_add": 1922, "r_t_add": 1998, "st_code": 88330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 323209, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5854, "Shape__Length": 95.651064484671622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190604108383695, 39.928986177857901 ], [ -75.190670373427295, 39.928677476359297 ], [ -75.190746007672502, 39.928336317855198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21260, "tnode_": 21229, "lpoly_": null, "rpoly_": null, "length": 549.04496900999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSAGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 61840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 323231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSAGE AVE", "stname": "OSAGE AVE", "objectid": 5855, "Shape__Length": 218.02838109913881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218524442660595, 39.951794570794 ], [ -75.219038751336797, 39.951865229275803 ], [ -75.220007154006893, 39.951988085960302 ], [ -75.220455513662799, 39.9520451858127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21424, "tnode_": 21413, "lpoly_": null, "rpoly_": null, "length": 284.67320718000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARCHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4526, "l_t_add": 4598, "r_f_add": 4527, "r_t_add": 4599, "st_code": 49140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 323245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARCHWOOD AVE", "stname": "LARCHWOOD AVE", "objectid": 5856, "Shape__Length": 113.04349048462905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213693747262397, 39.950417747126998 ], [ -75.214187697592394, 39.950484189758903 ], [ -75.214694057892103, 39.9505518298485 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21035, "tnode_": 21140, "lpoly_": null, "rpoly_": null, "length": 390.13927997000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 74040, "l_hundred": 300, "r_hundred": 300, "seg_id": 323253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 5857, "Shape__Length": 155.51010328440691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221061814808706, 39.953988644955302 ], [ -75.221210044614807, 39.953292931554302 ], [ -75.221287182892496, 39.9529318012491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21321, "tnode_": 21292, "lpoly_": null, "rpoly_": null, "length": 644.04062981000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 27980, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 323255, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2012-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 5858, "Shape__Length": 255.74571434577592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200924121689795, 39.950932897069301 ], [ -75.203192380582294, 39.951212531693798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27321, "tnode_": 23323, "lpoly_": null, "rpoly_": null, "length": 16.57430855, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1211, "l_t_add": 1211, "r_f_add": 1214, "r_t_add": 1214, "st_code": 88140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323259, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 5859, "Shape__Length": 6.6046703548666477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173688361682494, 39.936284357695001 ], [ -75.173699340471799, 39.936239650937601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27311, "tnode_": 24931, "lpoly_": null, "rpoly_": null, "length": 15.52958332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1514, "l_t_add": 1514, "r_f_add": 1515, "r_t_add": 1515, "st_code": 45760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 323260, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5860, "Shape__Length": 6.1647205608062166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1721885079169, 39.923424225293502 ], [ -75.172242606522701, 39.923433303724799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27268, "tnode_": 23975, "lpoly_": null, "rpoly_": null, "length": 22.46774157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2524, "l_t_add": 2524, "r_f_add": 2525, "r_t_add": 2525, "st_code": 57100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323261, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 5861, "Shape__Length": 8.919425479344854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187796790715097, 39.931730883195698 ], [ -75.1878757593541, 39.931741281869201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27310, "tnode_": 23354, "lpoly_": null, "rpoly_": null, "length": 22.24454127, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1233, "l_t_add": 1233, "r_f_add": 1230, "r_t_add": 1230, "st_code": 88160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323262, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 5862, "Shape__Length": 8.8649803907140523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175334896707596, 39.936137930039799 ], [ -75.1753433557558, 39.9360772141425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27267, "tnode_": 22798, "lpoly_": null, "rpoly_": null, "length": 19.73275314, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1013, "l_t_add": 1013, "r_f_add": 1012, "r_t_add": 1012, "st_code": 88200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323263, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 5863, "Shape__Length": 7.8637811999748619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178061021981406, 39.940142566810401 ], [ -75.178073691441895, 39.9400892830202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27266, "tnode_": 22772, "lpoly_": null, "rpoly_": null, "length": 17.54046399, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1013, "l_t_add": 1013, "r_f_add": 1012, "r_t_add": 1012, "st_code": 88220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323264, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5864, "Shape__Length": 6.9899135830267802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179652157245599, 39.940345357295698 ], [ -75.179664789307594, 39.940298198499399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21683, "tnode_": 27258, "lpoly_": null, "rpoly_": null, "length": 18.98545907, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 333, "l_t_add": 333, "r_f_add": 332, "r_t_add": 332, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 323267, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5865, "Shape__Length": 7.5672032830509242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179236549950602, 39.947701866444604 ], [ -75.179245929281294, 39.947650251342303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21621, "tnode_": 27304, "lpoly_": null, "rpoly_": null, "length": 30.09448496, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 323, "l_t_add": 323, "r_f_add": 322, "r_t_add": 322, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 323268, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 5866, "Shape__Length": 11.99413404385017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179138613906304, 39.948139243720902 ], [ -75.179159985997003, 39.948058284747297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21879, "tnode_": 27305, "lpoly_": null, "rpoly_": null, "length": 19.71304741, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 415, "l_t_add": 415, "r_f_add": 414, "r_t_add": 414, "st_code": 88180, "l_hundred": 400, "r_hundred": 400, "seg_id": 323270, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 5867, "Shape__Length": 7.856606370207917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747267679782, 39.946359224713298 ], [ -75.174739644064303, 39.946306025141403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26956, "tnode_": 26954, "lpoly_": null, "rpoly_": null, "length": 459.34141351, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2400, "r_t_add": 2498, "st_code": 19160, "l_hundred": 0, "r_hundred": 2400, "seg_id": 323273, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5868, "Shape__Length": 183.00368651531178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170583341703093, 39.920662761716997 ], [ -75.170856787402897, 39.919419513327703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25262, "tnode_": 26956, "lpoly_": null, "rpoly_": null, "length": 37.77171942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323274, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 5869, "Shape__Length": 14.9918833616908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170449922973901, 39.920648690388298 ], [ -75.170583341703093, 39.920662761716997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26957, "tnode_": 26956, "lpoly_": null, "rpoly_": null, "length": 455.25762618000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2300, "r_t_add": 2398, "st_code": 19160, "l_hundred": 0, "r_hundred": 2300, "seg_id": 323275, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5870, "Shape__Length": 181.37996304158989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170312318220894, 39.921894956441299 ], [ -75.170583341703093, 39.920662761716997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25111, "tnode_": 26957, "lpoly_": null, "rpoly_": null, "length": 36.67317601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 5871, "Shape__Length": 14.555067360517583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170181572080295, 39.921894147555001 ], [ -75.170312318220894, 39.921894956441299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26958, "tnode_": 26957, "lpoly_": null, "rpoly_": null, "length": 463.12961957, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2200, "r_t_add": 2298, "st_code": 19160, "l_hundred": 0, "r_hundred": 2200, "seg_id": 323277, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5872, "Shape__Length": 184.51808657381133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170026483310295, 39.923147112834897 ], [ -75.170312318220894, 39.921894956441299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24972, "tnode_": 26958, "lpoly_": null, "rpoly_": null, "length": 40.35852148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323278, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5873, "Shape__Length": 16.018245485132876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169882847031801, 39.923140506629103 ], [ -75.170026483310295, 39.923147112834897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26959, "tnode_": 26958, "lpoly_": null, "rpoly_": null, "length": 469.71203873999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2100, "r_t_add": 2198, "st_code": 19160, "l_hundred": 0, "r_hundred": 2100, "seg_id": 323279, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5874, "Shape__Length": 187.1456911544478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169747403241004, 39.924418502428303 ], [ -75.170026483310295, 39.923147112834897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24804, "tnode_": 26959, "lpoly_": null, "rpoly_": null, "length": 35.61964099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323280, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 5875, "Shape__Length": 14.145566150101621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1696299425153, 39.924381324255897 ], [ -75.169747403241004, 39.924418502428303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26960, "tnode_": 26959, "lpoly_": null, "rpoly_": null, "length": 414.59586792, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2000, "r_t_add": 2098, "st_code": 19160, "l_hundred": 0, "r_hundred": 2000, "seg_id": 323281, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5876, "Shape__Length": 165.18898004237258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169502039404307, 39.925540833095603 ], [ -75.169747403241004, 39.924418502428303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24661, "tnode_": 26960, "lpoly_": null, "rpoly_": null, "length": 43.95997222, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323282, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 5877, "Shape__Length": 17.464526098764438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169365230443503, 39.925599721620699 ], [ -75.169502039404307, 39.925540833095603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24661, "tnode_": 26961, "lpoly_": null, "rpoly_": null, "length": 36.7637493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323283, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 5878, "Shape__Length": 14.592004953206404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169365230443503, 39.925599721620699 ], [ -75.1694960863951, 39.925605625385501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20588, "tnode_": 20581, "lpoly_": null, "rpoly_": null, "length": 143.11979079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1506, "l_t_add": 1530, "r_f_add": 1513, "r_t_add": 1523, "st_code": 67120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420849, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 5879, "Shape__Length": 56.835477168753904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164991146793099, 39.956528680296799 ], [ -75.165496788546903, 39.956582880891403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26962, "tnode_": 26961, "lpoly_": null, "rpoly_": null, "length": 446.95335946, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1900, "r_t_add": 1998, "st_code": 19160, "l_hundred": 0, "r_hundred": 1900, "seg_id": 323284, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5880, "Shape__Length": 178.08426056210533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169229967072695, 39.926815341163397 ], [ -75.1694960863951, 39.925605625385501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24520, "tnode_": 26962, "lpoly_": null, "rpoly_": null, "length": 37.2628042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 55960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323285, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 5881, "Shape__Length": 14.790786252464045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1690978262572, 39.926825986009597 ], [ -75.169229967072695, 39.926815341163397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26963, "tnode_": 26962, "lpoly_": null, "rpoly_": null, "length": 454.22280533999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1800, "r_t_add": 1898, "st_code": 19160, "l_hundred": 0, "r_hundred": 1800, "seg_id": 323286, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5882, "Shape__Length": 180.98392209163512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168959509984106, 39.9280447316644 ], [ -75.169229967072695, 39.926815341163397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24363, "tnode_": 26963, "lpoly_": null, "rpoly_": null, "length": 36.2511846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 56880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 5883, "Shape__Length": 14.388898219940108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168830270227105, 39.928043081423901 ], [ -75.168959509984106, 39.9280447316644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26964, "tnode_": 26963, "lpoly_": null, "rpoly_": null, "length": 230.17823306, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1722, "r_t_add": 1798, "st_code": 19160, "l_hundred": 0, "r_hundred": 1700, "seg_id": 323288, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5884, "Shape__Length": 91.715171223506047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168822450497402, 39.928667727137999 ], [ -75.168959509984106, 39.9280447316644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26965, "tnode_": 26964, "lpoly_": null, "rpoly_": null, "length": 220.83436979000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1700, "r_t_add": 1720, "st_code": 19160, "l_hundred": 0, "r_hundred": 1700, "seg_id": 323289, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5885, "Shape__Length": 87.992866328060927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168690954216601, 39.929265432782699 ], [ -75.168822450497402, 39.928667727137999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24214, "tnode_": 26965, "lpoly_": null, "rpoly_": null, "length": 33.93741153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 57100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323290, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 5886, "Shape__Length": 13.470824573925432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168570043198599, 39.929261671287101 ], [ -75.168690954216601, 39.929265432782699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26966, "tnode_": 26965, "lpoly_": null, "rpoly_": null, "length": 446.80163733000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1600, "r_t_add": 1698, "st_code": 19160, "l_hundred": 0, "r_hundred": 1600, "seg_id": 323291, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5887, "Shape__Length": 178.03331569001321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168424896742494, 39.930474735998303 ], [ -75.168690954216601, 39.929265432782699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24076, "tnode_": 26966, "lpoly_": null, "rpoly_": null, "length": 29.49205415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 76720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323292, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 5888, "Shape__Length": 11.708052275120352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168321556625997, 39.930489736135399 ], [ -75.168424896742494, 39.930474735998303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26967, "tnode_": 26966, "lpoly_": null, "rpoly_": null, "length": 456.60855615999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1500, "r_t_add": 1598, "st_code": 19160, "l_hundred": 0, "r_hundred": 1500, "seg_id": 323293, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5889, "Shape__Length": 181.9442426850263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168152989022204, 39.9317105816422 ], [ -75.168424896742494, 39.930474735998303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23924, "tnode_": 26967, "lpoly_": null, "rpoly_": null, "length": 28.2784518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323294, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 5890, "Shape__Length": 11.225876909298002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168053221487995, 39.9317218489143 ], [ -75.168152989022204, 39.9317105816422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26968, "tnode_": 26967, "lpoly_": null, "rpoly_": null, "length": 455.72012249, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1400, "r_t_add": 1498, "st_code": 19160, "l_hundred": 0, "r_hundred": 1400, "seg_id": 323295, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5891, "Shape__Length": 181.59350149681629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167881600501005, 39.932944022005699 ], [ -75.168152989022204, 39.9317105816422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23756, "tnode_": 26968, "lpoly_": null, "rpoly_": null, "length": 31.4551471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 5892, "Shape__Length": 12.487322920114135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167770793769904, 39.932930625700301 ], [ -75.167881600501005, 39.932944022005699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24276, "tnode_": 26964, "lpoly_": null, "rpoly_": null, "length": 36.74040279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CASTLE AVE", "stname": "CASTLE AVE", "objectid": 5893, "Shape__Length": 14.584585422651806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168693028636, 39.928652104228703 ], [ -75.168822450497402, 39.928667727137999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26993, "tnode_": 23756, "lpoly_": null, "rpoly_": null, "length": 448.66781004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1300, "r_hundred": 0, "seg_id": 323298, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5894, "Shape__Length": 178.78866307737394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167518836540793, 39.934146907024797 ], [ -75.167770793769904, 39.932930625700301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26992, "tnode_": 26993, "lpoly_": null, "rpoly_": null, "length": 568.86084071000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1200, "r_hundred": 0, "seg_id": 323299, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5895, "Shape__Length": 226.68458217971298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167171072558403, 39.9356853834257 ], [ -75.167518836540793, 39.934146907024797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26993, "tnode_": 23599, "lpoly_": null, "rpoly_": null, "length": 35.11093316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323300, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 5896, "Shape__Length": 13.938523698867462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167518836540793, 39.934146907024797 ], [ -75.1676429267294, 39.934159729551801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26992, "tnode_": 23393, "lpoly_": null, "rpoly_": null, "length": 38.26852638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 33740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 5897, "Shape__Length": 15.193433691648478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167171072558403, 39.9356853834257 ], [ -75.167305124390595, 39.935705055767599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26991, "tnode_": 26992, "lpoly_": null, "rpoly_": null, "length": 389.32808285, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1135, "l_t_add": 1199, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1100, "r_hundred": 0, "seg_id": 323302, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5898, "Shape__Length": 155.14925020136081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166957458456395, 39.936741412283602 ], [ -75.167171072558403, 39.9356853834257 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26991, "tnode_": 23229, "lpoly_": null, "rpoly_": null, "length": 36.07517036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 31400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323303, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 5899, "Shape__Length": 14.321504605482614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166957458456395, 39.936741412283602 ], [ -75.167085364067205, 39.936752024551502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26990, "tnode_": 26991, "lpoly_": null, "rpoly_": null, "length": 165.19757033, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1123, "l_t_add": 1133, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1100, "r_hundred": 0, "seg_id": 323304, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5900, "Shape__Length": 65.832576219620904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166865130701694, 39.937189296520202 ], [ -75.166957458456395, 39.936741412283602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26990, "tnode_": 23155, "lpoly_": null, "rpoly_": null, "length": 29.66605477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 12360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323305, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 5901, "Shape__Length": 11.777121606905014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166865130701694, 39.937189296520202 ], [ -75.166970428732498, 39.937197155276401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26989, "tnode_": 26990, "lpoly_": null, "rpoly_": null, "length": 245.7226058, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1100, "r_hundred": 0, "seg_id": 323306, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5902, "Shape__Length": 97.921395295627647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166714934919497, 39.937853853758298 ], [ -75.166865130701694, 39.937189296520202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26989, "tnode_": 23061, "lpoly_": null, "rpoly_": null, "length": 30.45579218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323307, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 5903, "Shape__Length": 12.094337637276034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166714934919497, 39.937853853758298 ], [ -75.166818888928901, 39.937878068231903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26988, "tnode_": 26989, "lpoly_": null, "rpoly_": null, "length": 447.98254987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 1000, "r_hundred": 0, "seg_id": 323308, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5904, "Shape__Length": 178.52456672896682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1664369531277, 39.939064862887101 ], [ -75.166714934919497, 39.937853853758298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26988, "tnode_": 22897, "lpoly_": null, "rpoly_": null, "length": 38.03334417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 5905, "Shape__Length": 15.098992274670515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1664369531277, 39.939064862887101 ], [ -75.166572265783799, 39.939072045625501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26987, "tnode_": 26988, "lpoly_": null, "rpoly_": null, "length": 361.06244381000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 900, "r_hundred": 0, "seg_id": 323310, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5906, "Shape__Length": 143.89065298430504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166227285731907, 39.940042796761503 ], [ -75.1664369531277, 39.939064862887101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26987, "tnode_": 22769, "lpoly_": null, "rpoly_": null, "length": 38.15344741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 5907, "Shape__Length": 15.146659180117604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166227285731907, 39.940042796761503 ], [ -75.166363288280806, 39.940039642571399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26986, "tnode_": 26987, "lpoly_": null, "rpoly_": null, "length": 143.44612456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 811, "l_t_add": 899, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 800, "r_hundred": 0, "seg_id": 323312, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5908, "Shape__Length": 57.165484701910493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166135658393102, 39.940430206663102 ], [ -75.166227285731907, 39.940042796761503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26985, "tnode_": 26986, "lpoly_": null, "rpoly_": null, "length": 139.542021, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 809, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 800, "r_hundred": 0, "seg_id": 323314, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5909, "Shape__Length": 55.61216157998129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166061866467402, 39.940809032490002 ], [ -75.166135658393102, 39.940430206663102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26985, "tnode_": 22670, "lpoly_": null, "rpoly_": null, "length": 41.18212491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 5910, "Shape__Length": 16.350139033940042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166061866467402, 39.940809032490002 ], [ -75.166207611164893, 39.9408229811647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26984, "tnode_": 22520, "lpoly_": null, "rpoly_": null, "length": 44.42999568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 34280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323316, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 5911, "Shape__Length": 17.640148949067662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165834415892306, 39.9418126658625 ], [ -75.165991339274001, 39.941829566968501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26984, "tnode_": 26985, "lpoly_": null, "rpoly_": null, "length": 371.12659904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 733, "l_t_add": 799, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 700, "r_hundred": 0, "seg_id": 323317, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5912, "Shape__Length": 147.90345706362891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165834415892306, 39.9418126658625 ], [ -75.166061866467402, 39.940809032490002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26983, "tnode_": 26984, "lpoly_": null, "rpoly_": null, "length": 221.60274911, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 711, "l_t_add": 731, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 700, "r_hundred": 0, "seg_id": 323318, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5913, "Shape__Length": 88.318301068061999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165719306802998, 39.942414506383699 ], [ -75.165834415892306, 39.9418126658625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26982, "tnode_": 26983, "lpoly_": null, "rpoly_": null, "length": 140.54247508999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 709, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 700, "r_hundred": 0, "seg_id": 323320, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5914, "Shape__Length": 56.010279756451816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165629580859303, 39.942794081257503 ], [ -75.165719306802998, 39.942414506383699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26982, "tnode_": 22348, "lpoly_": null, "rpoly_": null, "length": 42.50458339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 15460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323321, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 5915, "Shape__Length": 16.87465389452089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165629580859303, 39.942794081257503 ], [ -75.165781167704793, 39.9427944467472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26981, "tnode_": 26982, "lpoly_": null, "rpoly_": null, "length": 153.60050969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 623, "l_t_add": 699, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 600, "r_hundred": 0, "seg_id": 323322, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5916, "Shape__Length": 61.215574520266813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165537617316801, 39.943209749924101 ], [ -75.165629580859303, 39.942794081257503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26980, "tnode_": 26981, "lpoly_": null, "rpoly_": null, "length": 165.33793667999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 621, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 600, "r_hundred": 0, "seg_id": 323324, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5917, "Shape__Length": 65.891365834119881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165423369511998, 39.943655022955603 ], [ -75.165537617316801, 39.943209749924101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26980, "tnode_": 22221, "lpoly_": null, "rpoly_": null, "length": 43.65290802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323325, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 5918, "Shape__Length": 17.332467350997575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165423369511998, 39.943655022955603 ], [ -75.165577120502704, 39.943673852404203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26979, "tnode_": 26980, "lpoly_": null, "rpoly_": null, "length": 159.13695158, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 525, "l_t_add": 599, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 500, "r_hundred": 0, "seg_id": 323326, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5919, "Shape__Length": 63.423442844204473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165332126224399, 39.9440861916976 ], [ -75.165423369511998, 39.943655022955603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26978, "tnode_": 26979, "lpoly_": null, "rpoly_": null, "length": 210.81299595000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 523, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 500, "r_hundred": 0, "seg_id": 323328, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5920, "Shape__Length": 84.018260851111265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165203766612095, 39.944656404042 ], [ -75.165332126224399, 39.9440861916976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26978, "tnode_": 22094, "lpoly_": null, "rpoly_": null, "length": 39.5904754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323329, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 5921, "Shape__Length": 15.719735921615243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165203766612095, 39.944656404042 ], [ -75.165343172804498, 39.944673666191001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26977, "tnode_": 26978, "lpoly_": null, "rpoly_": null, "length": 335.63364888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 400, "r_hundred": 0, "seg_id": 323330, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5922, "Shape__Length": 133.766162633737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164998956225304, 39.945564174646996 ], [ -75.165203766612095, 39.944656404042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26977, "tnode_": 21961, "lpoly_": null, "rpoly_": null, "length": 43.97959626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323331, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 5923, "Shape__Length": 17.460978259811544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164998956225304, 39.945564174646996 ], [ -75.165155786284501, 39.945566303341501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26976, "tnode_": 26977, "lpoly_": null, "rpoly_": null, "length": 386.2910331, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 313, "l_t_add": 399, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 300, "r_hundred": 0, "seg_id": 323332, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5924, "Shape__Length": 153.9595431715872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164775351665597, 39.946610532906902 ], [ -75.164998956225304, 39.945564174646996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26976, "tnode_": 21800, "lpoly_": null, "rpoly_": null, "length": 47.97863263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 26560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 5925, "Shape__Length": 19.054564755384117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164775351665597, 39.946610532906902 ], [ -75.164940015221603, 39.946646369712603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26975, "tnode_": 26976, "lpoly_": null, "rpoly_": null, "length": 135.78584372, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 301, "l_t_add": 311, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 300, "r_hundred": 0, "seg_id": 323334, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5926, "Shape__Length": 54.121253839301055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164713194122001, 39.946980199329502 ], [ -75.164775351665597, 39.946610532906902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26975, "tnode_": 21743, "lpoly_": null, "rpoly_": null, "length": 39.05857489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323335, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 5927, "Shape__Length": 15.511777737706151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164713194122001, 39.946980199329502 ], [ -75.164847593844598, 39.947008405507603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26961, "tnode_": 26960, "lpoly_": null, "rpoly_": null, "length": 23.66163227, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 2000, "seg_id": 323336, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 5928, "Shape__Length": 9.4285127996648281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694960863951, 39.925605625385501 ], [ -75.169502039404307, 39.925540833095603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23535, "tnode_": 27183, "lpoly_": null, "rpoly_": null, "length": 23.14500917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5428, "l_t_add": 5428, "r_f_add": 5427, "r_t_add": 5429, "st_code": 84480, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323342, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 5929, "Shape__Length": 9.2036980061050517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219805390368606, 39.935791214990601 ], [ -75.219867364275501, 39.935749253112697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23368, "tnode_": 27187, "lpoly_": null, "rpoly_": null, "length": 67.02133506, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1709, "r_f_add": 1700, "r_t_add": 1708, "st_code": 35040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 5930, "Shape__Length": 26.6678445826855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226630355683895, 39.937083378792799 ], [ -75.226477079755199, 39.936942213116403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27191, "tnode_": 24663, "lpoly_": null, "rpoly_": null, "length": 22.75155712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19142, "zip_right": 19142, "l_f_add": 6012, "l_t_add": 6012, "r_f_add": 6015, "r_t_add": 6015, "st_code": 31480, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 323344, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2002-11-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "ELMWOOD AVE", "stname": "ELMWOOD AVE", "objectid": 5931, "Shape__Length": 9.0491151269760177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223834676922806, 39.926782057314199 ], [ -75.223890765683194, 39.9267369355886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27244, "tnode_": 21581, "lpoly_": null, "rpoly_": null, "length": 318.42588003999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CURIE", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 26400, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 323363, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CURIE BLVD", "stname": "CURIE BLVD", "objectid": 5932, "Shape__Length": 126.56663309224511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195043009964394, 39.949265308641799 ], [ -75.196010660228595, 39.948807678216099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27244, "tnode_": 27245, "lpoly_": null, "rpoly_": null, "length": 647.12654306999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST SERVICE", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 30547, "l_hundred": 500, "r_hundred": 500, "seg_id": 323364, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "EAST SERVICE DR", "stname": "EAST SERVICE DR", "objectid": 5933, "Shape__Length": 257.65648794580022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195043009964394, 39.949265308641799 ], [ -75.193939761070794, 39.947825169218298 ], [ -75.193815113517999, 39.947783451853503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21529, "tnode_": 27246, "lpoly_": null, "rpoly_": null, "length": 415.49546803000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 411, "l_t_add": 449, "r_f_add": 400, "r_t_add": 448, "st_code": 78920, "l_hundred": 400, "r_hundred": 400, "seg_id": 323366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 5934, "Shape__Length": 165.48667540853666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1995481183843, 39.9492203018117 ], [ -75.199325804089497, 39.948970483286899 ], [ -75.1991063444747, 39.948615414583102 ], [ -75.198888110346303, 39.948227795882701 ], [ -75.198879690067102, 39.948206617875996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27354, "tnode_": 27355, "lpoly_": null, "rpoly_": null, "length": 427.26826095999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAMBREY", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 15690, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 323372, "oneway": "FT", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BAMBREY TER", "stname": "BAMBREY TER", "objectid": 5935, "Shape__Length": 169.80509321325877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189023869625501, 39.923878551539801 ], [ -75.1902678078321, 39.923201495403603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27353, "tnode_": 27356, "lpoly_": null, "rpoly_": null, "length": 423.24768266999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAILEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 15450, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 323373, "oneway": "FT", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BAILEY TER", "stname": "BAILEY TER", "objectid": 5936, "Shape__Length": 168.21504716675318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189881703229801, 39.923985478969101 ], [ -75.191103414371895, 39.923303476587598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24877, "tnode_": 24971, "lpoly_": null, "rpoly_": null, "length": 360.59851026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 84260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 5937, "Shape__Length": 143.32411156952014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190583375772604, 39.924218178620002 ], [ -75.191613436610197, 39.923625809625499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27352, "tnode_": 27357, "lpoly_": null, "rpoly_": null, "length": 363.4745194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 27245, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323375, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "DALY TER", "stname": "DALY TER", "objectid": 5938, "Shape__Length": 144.46013793060612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190947403729794, 39.924611815194503 ], [ -75.191996819742101, 39.9240263736231 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27351, "tnode_": 27358, "lpoly_": null, "rpoly_": null, "length": 368.01106997000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 77750, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323376, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "TREE TER", "stname": "TREE TER", "objectid": 5939, "Shape__Length": 146.26309814115106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191281313513102, 39.924977875247002 ], [ -75.192345000945494, 39.924386369744397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27347, "tnode_": 27359, "lpoly_": null, "rpoly_": null, "length": 367.80955334000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 83970, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323377, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "WINTON TER", "stname": "WINTON TER", "objectid": 5940, "Shape__Length": 146.18288774242535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191628408681794, 39.925338462867899 ], [ -75.192692767684306, 39.924748614309301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27346, "tnode_": 24773, "lpoly_": null, "rpoly_": null, "length": 364.86553833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 21205, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323378, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "CANTRELL TER", "stname": "CANTRELL TER", "objectid": 5941, "Shape__Length": 145.009223305392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191961210340907, 39.925690871903001 ], [ -75.193023109989795, 39.925112275716501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27344, "tnode_": 27347, "lpoly_": null, "rpoly_": null, "length": 344.04211001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSTON", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 53970, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323379, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSTON TER", "stname": "MARSTON TER", "objectid": 5942, "Shape__Length": 137.01588528047307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192096187293103, 39.926211536564303 ], [ -75.191628408681794, 39.925338462867899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27343, "tnode_": 27348, "lpoly_": null, "rpoly_": null, "length": 390.7630965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ETTING", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 32350, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323380, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ETTING TER", "stname": "ETTING TER", "objectid": 5943, "Shape__Length": 155.6234247204392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191567115340504, 39.926388063380699 ], [ -75.191037269012, 39.925395963912003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27342, "tnode_": 27349, "lpoly_": null, "rpoly_": null, "length": 392.18214661999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TANEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 76702, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323381, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "TANEY TER", "stname": "TANEY TER", "objectid": 5944, "Shape__Length": 156.18657270156598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191033202545, 39.926558561064702 ], [ -75.190494364868698, 39.925565113113699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27341, "tnode_": 27350, "lpoly_": null, "rpoly_": null, "length": 398.63764717000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAILEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 15450, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323382, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2012-01-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BAILEY TER", "stname": "BAILEY TER", "objectid": 5945, "Shape__Length": 158.76554385229613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190487348068501, 39.926747790258901 ], [ -75.189962670866393, 39.925730766381598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27350, "tnode_": 27349, "lpoly_": null, "rpoly_": null, "length": 160.86951093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2626, "l_t_add": 2648, "r_f_add": 2625, "r_t_add": 2649, "st_code": 45760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 323383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5946, "Shape__Length": 63.886023237634731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189962670866393, 39.925730766381598 ], [ -75.190494364868698, 39.925565113113699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27349, "tnode_": 27348, "lpoly_": null, "rpoly_": null, "length": 164.26205736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2650, "l_t_add": 2674, "r_f_add": 2651, "r_t_add": 2673, "st_code": 45760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 323384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5947, "Shape__Length": 65.233144043502477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190494364868698, 39.925565113113699 ], [ -75.191037269012, 39.925395963912003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27348, "tnode_": 24767, "lpoly_": null, "rpoly_": null, "length": 139.90966232000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2676, "l_t_add": 2698, "r_f_add": 2675, "r_t_add": 2699, "st_code": 45760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 323385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 5948, "Shape__Length": 55.568689553169136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191037269012, 39.925395963912003 ], [ -75.191224613485502, 39.925337593789301 ], [ -75.191491370782998, 39.925237517979603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27341, "tnode_": 27342, "lpoly_": null, "rpoly_": null, "length": 167.90569818999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2111, "l_t_add": 2125, "r_f_add": 2110, "r_t_add": 2124, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5949, "Shape__Length": 66.688674499015661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190487348068501, 39.926747790258901 ], [ -75.190966134849106, 39.926579977947199 ], [ -75.191033202545, 39.926558561064702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27342, "tnode_": 27343, "lpoly_": null, "rpoly_": null, "length": 162.11273204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2127, "l_t_add": 2137, "r_f_add": 2126, "r_t_add": 2136, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5950, "Shape__Length": 64.382074531961592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191033202545, 39.926558561064702 ], [ -75.191386556935996, 39.926445722368101 ], [ -75.191567115340504, 39.926388063380699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27343, "tnode_": 27344, "lpoly_": null, "rpoly_": null, "length": 161.79014001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2139, "l_t_add": 2179, "r_f_add": 2138, "r_t_add": 2178, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5951, "Shape__Length": 64.25683149814148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191567115340504, 39.926388063380699 ], [ -75.191980591407699, 39.926256023960399 ], [ -75.192096187293103, 39.926211536564303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27344, "tnode_": 27345, "lpoly_": null, "rpoly_": null, "length": 78.7680667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2181, "l_t_add": 2189, "r_f_add": 2180, "r_t_add": 2188, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5952, "Shape__Length": 31.288703538916234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192096187293103, 39.926211536564303 ], [ -75.192347398216498, 39.926114855622103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27345, "tnode_": 27346, "lpoly_": null, "rpoly_": null, "length": 188.64322686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323390, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5953, "Shape__Length": 75.073295575377628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192347398216498, 39.926114855622103 ], [ -75.191961210340907, 39.925690871903001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27346, "tnode_": 27347, "lpoly_": null, "rpoly_": null, "length": 158.90645368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323391, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5954, "Shape__Length": 63.23458650841841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191961210340907, 39.925690871903001 ], [ -75.191656142629895, 39.925358893008202 ], [ -75.191628408681794, 39.925338462867899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27347, "tnode_": 24767, "lpoly_": null, "rpoly_": null, "length": 53.1925026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323392, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5955, "Shape__Length": 21.152436355305255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191628408681794, 39.925338462867899 ], [ -75.191491370782998, 39.925237517979603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24767, "tnode_": 27351, "lpoly_": null, "rpoly_": null, "length": 111.68806014, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2201, "l_t_add": 2231, "r_f_add": 2200, "r_t_add": 2232, "st_code": 88330, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 323393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5956, "Shape__Length": 44.455791357369527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191491370782998, 39.925237517979603 ], [ -75.191420162211799, 39.925130303901298 ], [ -75.191281313513102, 39.924977875247002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27351, "tnode_": 27352, "lpoly_": null, "rpoly_": null, "length": 162.95010505, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2233, "l_t_add": 2261, "r_f_add": 2234, "r_t_add": 2262, "st_code": 88330, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 323394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 27TH ST", "stname": "S 27TH ST", "objectid": 5957, "Shape__Length": 64.847129700704684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191281313513102, 39.924977875247002 ], [ -75.190978232313498, 39.924645150344801 ], [ -75.190947403729794, 39.924611815194503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24877, "tnode_": 27353, "lpoly_": null, "rpoly_": null, "length": 229.4602148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323395, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5958, "Shape__Length": 91.154894428476297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190583375772604, 39.924218178620002 ], [ -75.190434408458501, 39.924056139896202 ], [ -75.189881703229801, 39.923985478969101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27353, "tnode_": 27354, "lpoly_": null, "rpoly_": null, "length": 243.73265666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323396, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5959, "Shape__Length": 96.746746612467078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189881703229801, 39.923985478969101 ], [ -75.189023869625501, 39.923878551539801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27359, "tnode_": 24773, "lpoly_": null, "rpoly_": null, "length": 161.79089954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2776, "l_t_add": 2798, "r_f_add": 2775, "r_t_add": 2799, "st_code": 79840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323397, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5960, "Shape__Length": 64.386259477345817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192692767684306, 39.924748614309301 ], [ -75.192949221216097, 39.9250174539062 ], [ -75.193023109989795, 39.925112275716501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27358, "tnode_": 27359, "lpoly_": null, "rpoly_": null, "length": 164.09533483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2750, "l_t_add": 2774, "r_f_add": 2751, "r_t_add": 2773, "st_code": 79840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323398, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5961, "Shape__Length": 65.296728988305816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192345000945494, 39.924386369744397 ], [ -75.192506249997905, 39.9245530875261 ], [ -75.192692767684306, 39.924748614309301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27357, "tnode_": 27358, "lpoly_": null, "rpoly_": null, "length": 163.50621453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2726, "l_t_add": 2748, "r_f_add": 2727, "r_t_add": 2749, "st_code": 79840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323399, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5962, "Shape__Length": 65.061089912706748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191996819742101, 39.9240263736231 ], [ -75.192345000945494, 39.924386369744397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27356, "tnode_": 24971, "lpoly_": null, "rpoly_": null, "length": 193.94485157999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2566, "l_t_add": 2598, "r_f_add": 2567, "r_t_add": 2599, "st_code": 68640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323400, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-08-19T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 5963, "Shape__Length": 77.105609410386904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191103414371895, 39.923303476587598 ], [ -75.1911875661051, 39.923313746484098 ], [ -75.191397916182794, 39.923391422019399 ], [ -75.191613436610197, 39.923625809625499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27355, "tnode_": 27356, "lpoly_": null, "rpoly_": null, "length": 237.29431555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2534, "l_t_add": 2564, "r_f_add": 2535, "r_t_add": 2565, "st_code": 68640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323401, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 5964, "Shape__Length": 94.189797993979482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1902678078321, 39.923201495403603 ], [ -75.191103414371895, 39.923303476587598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27354, "tnode_": 24922, "lpoly_": null, "rpoly_": null, "length": 158.37226927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 323402, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 5965, "Shape__Length": 62.864254307715839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189023869625501, 39.923878551539801 ], [ -75.188550977707195, 39.923815888128999 ], [ -75.188466892587797, 39.923824431772601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27345, "tnode_": 24671, "lpoly_": null, "rpoly_": null, "length": 142.30393615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POINT BREEZE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2191, "l_t_add": 2299, "r_f_add": 2190, "r_t_add": 2298, "st_code": 65160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-06-01T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "POINT BREEZE AVE", "stname": "POINT BREEZE AVE", "objectid": 5966, "Shape__Length": 56.499083459530112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192347398216498, 39.926114855622103 ], [ -75.192483457287295, 39.926062491735003 ], [ -75.192617621535305, 39.926050313653498 ], [ -75.192834447830705, 39.926079791663597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22140, "tnode_": 27971, "lpoly_": null, "rpoly_": null, "length": 127.48448827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORENCE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5100, "l_t_add": 5148, "r_f_add": 5101, "r_t_add": 5149, "st_code": 34520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 323415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1999-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "FLORENCE AVE", "stname": "FLORENCE AVE", "objectid": 5967, "Shape__Length": 50.696991771230095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222917286955806, 39.945678175628402 ], [ -75.223266107140802, 39.945453700489601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28120, "tnode_": 28121, "lpoly_": null, "rpoly_": null, "length": 193.64769457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 69080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 323417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-05-04T00:00:00Z", "newsegdate": "2000-05-04T00:00:00Z", "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 5968, "Shape__Length": 76.890369533919838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166431947847499, 39.944164164869598 ], [ -75.167112192302795, 39.944256033419201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28121, "tnode_": 22171, "lpoly_": null, "rpoly_": null, "length": 24.80585234, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 521, "l_t_add": 521, "r_f_add": 522, "r_t_add": 522, "st_code": 88080, "l_hundred": 500, "r_hundred": 500, "seg_id": 323418, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2000-05-04T00:00:00Z", "newsegdate": "2000-05-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 5969, "Shape__Length": 9.8862028712051586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167112192302795, 39.944256033419201 ], [ -75.167127296002107, 39.944188937915598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28148, "tnode_": 28149, "lpoly_": null, "rpoly_": null, "length": 225.61319349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 11320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323419, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 5970, "Shape__Length": 89.584619461880081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177494013635297, 39.946454365967099 ], [ -75.178287832221102, 39.946555720755597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21779, "tnode_": 28148, "lpoly_": null, "rpoly_": null, "length": 234.43598822000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 479, "r_f_add": 400, "r_t_add": 478, "st_code": 79760, "l_hundred": 400, "r_hundred": 400, "seg_id": 323420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 5971, "Shape__Length": 93.438839191304254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177369005195203, 39.947090689253201 ], [ -75.177494013635297, 39.946454365967099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28148, "tnode_": 21908, "lpoly_": null, "rpoly_": null, "length": 100.0246718, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 481, "l_t_add": 499, "r_f_add": 480, "r_t_add": 498, "st_code": 79760, "l_hundred": 400, "r_hundred": 400, "seg_id": 323421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 5972, "Shape__Length": 39.866436005121258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177494013635297, 39.946454365967099 ], [ -75.177547348457395, 39.946182871572397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21765, "tnode_": 28149, "lpoly_": null, "rpoly_": null, "length": 237.39547807, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 409, "r_f_add": 400, "r_t_add": 412, "st_code": 88220, "l_hundred": 400, "r_hundred": 400, "seg_id": 323422, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5973, "Shape__Length": 94.61826794998278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178159170691501, 39.947199832278002 ], [ -75.178282646103199, 39.946580162472202 ], [ -75.178287832221102, 39.946555720755597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28149, "tnode_": 21899, "lpoly_": null, "rpoly_": null, "length": 100.1259392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 411, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 88220, "l_hundred": 400, "r_hundred": 400, "seg_id": 323423, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 5974, "Shape__Length": 39.906287077419869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178287832221102, 39.946555720755597 ], [ -75.178345388240004, 39.946284455851803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28174, "tnode_": 28175, "lpoly_": null, "rpoly_": null, "length": 158.34103132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 323424, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5975, "Shape__Length": 63.065294329446971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195894655973106, 39.928165975997302 ], [ -75.195783848960005, 39.927929781261199 ], [ -75.195690405911805, 39.927760930640801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24252, "tnode_": 28173, "lpoly_": null, "rpoly_": null, "length": 147.89942507000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9330, "l_hundred": 0, "r_hundred": 0, "seg_id": 323425, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 5976, "Shape__Length": 58.76219946538879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198045010523998, 39.929628474497797 ], [ -75.197585919084005, 39.929428682704398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24479, "tnode_": 28174, "lpoly_": null, "rpoly_": null, "length": 214.12483029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3001, "r_t_add": 3003, "st_code": 79840, "l_hundred": 0, "r_hundred": 3000, "seg_id": 323426, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5977, "Shape__Length": 85.210220719498906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195444008519402, 39.927691609213198 ], [ -75.195795700019303, 39.928069071566398 ], [ -75.195894655973106, 39.928165975997302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28174, "tnode_": 24290, "lpoly_": null, "rpoly_": null, "length": 467.55094119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3005, "r_t_add": 3099, "st_code": 79840, "l_hundred": 0, "r_hundred": 3000, "seg_id": 323427, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 5978, "Shape__Length": 186.03771451052444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195894655973106, 39.928165975997302 ], [ -75.196925034154702, 39.929174965558602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24067, "tnode_": 28173, "lpoly_": null, "rpoly_": null, "length": 794.20818181999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34666, "l_t_add": 34674, "r_f_add": 34667, "r_t_add": 34675, "st_code": 1150, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323431, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 5979, "Shape__Length": 316.02553750016688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199328276165502, 39.931146836416801 ], [ -75.197882503232606, 39.929694915825998 ], [ -75.197585919084005, 39.929428682704398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22391, "tnode_": 22453, "lpoly_": null, "rpoly_": null, "length": 119.16404389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88750, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-02T00:00:00Z", "newsegdate": "2001-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 5980, "Shape__Length": 47.414528987236523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213138913293406, 39.943446330159603 ], [ -75.212857104265893, 39.943201470185002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28394, "tnode_": 28395, "lpoly_": null, "rpoly_": null, "length": 304.59697033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "55TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88890, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323437, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2006-07-26T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "55TH DR", "stname": "55TH DR", "objectid": 5981, "Shape__Length": 121.00231415289251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216012138952294, 39.930737362706303 ], [ -75.215303631346003, 39.930432555717502 ], [ -75.215193865551498, 39.930399217998698 ], [ -75.215115552232007, 39.930391907971099 ], [ -75.215071281105907, 39.930396508387801 ], [ -75.215042599812506, 39.930408960545002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29676, "tnode_": 29677, "lpoly_": null, "rpoly_": null, "length": 175.0651844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "54TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2721, "l_t_add": 2739, "r_f_add": 2720, "r_t_add": 2738, "st_code": 88860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323438, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "54TH DR", "stname": "54TH DR", "objectid": 5982, "Shape__Length": 69.589372401331275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215649671834299, 39.932661906555403 ], [ -75.215595810248502, 39.932601162771498 ], [ -75.215151828866297, 39.932380143750201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29978, "tnode_": 29676, "lpoly_": null, "rpoly_": null, "length": 68.974934510000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "54TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2719, "r_f_add": 2700, "r_t_add": 2718, "st_code": 88860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323439, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "54TH DR", "stname": "54TH DR", "objectid": 5983, "Shape__Length": 27.48382740830338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215698200627102, 39.932847529299401 ], [ -75.215649671834299, 39.932661906555403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29676, "tnode_": 28404, "lpoly_": null, "rpoly_": null, "length": 451.99190880999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5419, "st_code": 36780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323440, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 5984, "Shape__Length": 179.93590782882217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215649671834299, 39.932661906555403 ], [ -75.216486228446797, 39.931601357612401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28408, "tnode_": 28397, "lpoly_": null, "rpoly_": null, "length": 149.47572762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "55TH", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 88895, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323441, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-07-26T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "55TH TER", "stname": "55TH TER", "objectid": 5985, "Shape__Length": 59.386525781246952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216811679592496, 39.931167040179801 ], [ -75.216343411730406, 39.930971052382603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28404, "tnode_": 28408, "lpoly_": null, "rpoly_": null, "length": 182.65260382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5420, "l_t_add": 5498, "r_f_add": 5421, "r_t_add": 5499, "st_code": 36780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323442, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 5986, "Shape__Length": 72.718028179895768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216486228446797, 39.931601357612401 ], [ -75.216811679592496, 39.931167040179801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28408, "tnode_": 24163, "lpoly_": null, "rpoly_": null, "length": 179.01018027000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 36780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 323443, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 5987, "Shape__Length": 71.267696164242125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216811679592496, 39.931167040179801 ], [ -75.217130081183598, 39.930741136534998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29677, "tnode_": 29678, "lpoly_": null, "rpoly_": null, "length": 164.624812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "54TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2741, "l_t_add": 2759, "r_f_add": 2740, "r_t_add": 2758, "st_code": 88860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323444, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "54TH DR", "stname": "54TH DR", "objectid": 5988, "Shape__Length": 65.405630888778873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215151828866297, 39.932380143750201 ], [ -75.214635110302197, 39.932165691500799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29677, "tnode_": 28402, "lpoly_": null, "rpoly_": null, "length": 208.43433846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5406, "r_f_add": 5401, "r_t_add": 5407, "st_code": 40575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323446, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLEY TER", "stname": "HARLEY TER", "objectid": 5989, "Shape__Length": 82.992402618025835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215151828866297, 39.932380143750201 ], [ -75.215501720283001, 39.931875334116803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28406, "tnode_": 28409, "lpoly_": null, "rpoly_": null, "length": 152.39243962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5408, "l_t_add": 5498, "r_f_add": 5409, "r_t_add": 5499, "st_code": 40575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323447, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLEY TER", "stname": "HARLEY TER", "objectid": 5990, "Shape__Length": 60.678677568119724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215897117760093, 39.931359923286202 ], [ -75.216149653641807, 39.930989507334203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29678, "tnode_": 28403, "lpoly_": null, "rpoly_": null, "length": 207.02896262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5404, "r_f_add": 5401, "r_t_add": 5405, "st_code": 30575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323448, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK TER", "stname": "EASTWICK TER", "objectid": 5991, "Shape__Length": 82.433298115641165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214635110302197, 39.932165691500799 ], [ -75.214980873832005, 39.931663561813799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28407, "tnode_": 28410, "lpoly_": null, "rpoly_": null, "length": 129.12868346000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5406, "l_t_add": 5498, "r_f_add": 5407, "r_t_add": 5499, "st_code": 30575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323449, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-20T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK TER", "stname": "EASTWICK TER", "objectid": 5992, "Shape__Length": 51.414230856806434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215344105617405, 39.931133279854002 ], [ -75.215561191688707, 39.930820675559701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28404, "tnode_": 28406, "lpoly_": null, "rpoly_": null, "length": 187.16355213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YEWDALL", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2702, "st_code": 85665, "l_hundred": 0, "r_hundred": 2700, "seg_id": 323450, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-21T00:00:00Z", "multi_rep": 0, "streetlabe": "YEWDALL TER", "stname": "YEWDALL TER", "objectid": 5993, "Shape__Length": 74.358145117349693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216486228446797, 39.931601357612401 ], [ -75.215897117760093, 39.931359923286202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28406, "tnode_": 28407, "lpoly_": null, "rpoly_": null, "length": 175.69589444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YEWDALL", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2704, "r_t_add": 2798, "st_code": 85665, "l_hundred": 0, "r_hundred": 2700, "seg_id": 323451, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-21T00:00:00Z", "multi_rep": 0, "streetlabe": "YEWDALL TER", "stname": "YEWDALL TER", "objectid": 5994, "Shape__Length": 69.801924423675601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215897117760093, 39.931359923286202 ], [ -75.215344105617405, 39.931133279854002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28401, "tnode_": 28402, "lpoly_": null, "rpoly_": null, "length": 157.90651623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YEWDALL", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 0, "r_t_add": 0, "st_code": 85665, "l_hundred": 2700, "r_hundred": 0, "seg_id": 323452, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-21T00:00:00Z", "multi_rep": 0, "streetlabe": "YEWDALL TER", "stname": "YEWDALL TER", "objectid": 5995, "Shape__Length": 62.733589200995951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216000658527804, 39.9320762376638 ], [ -75.215501720283001, 39.931875334116803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28413, "tnode_": 28398, "lpoly_": null, "rpoly_": null, "length": 175.51750607000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEACH", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2798, "st_code": 63505, "l_hundred": 0, "r_hundred": 2700, "seg_id": 323454, "oneway": "FT", "class": 5, "responsibl": "PHA", "update_": "2005-06-29T00:00:00Z", "newsegdate": "2002-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "PEACH TER", "stname": "PEACH TER", "objectid": 5996, "Shape__Length": 69.731278308138485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214470534876696, 39.932954289467098 ], [ -75.213916267680602, 39.9327305038072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28411, "tnode_": 28412, "lpoly_": null, "rpoly_": null, "length": 186.92270981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONESTOGA", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 24730, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323455, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-03-22T00:00:00Z", "newsegdate": "2002-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CONESTOGA TER", "stname": "CONESTOGA TER", "objectid": 5997, "Shape__Length": 74.261393245793215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215082099991207, 39.931364744981202 ], [ -75.214492710526201, 39.931125129761703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29680, "tnode_": 28412, "lpoly_": null, "rpoly_": null, "length": 304.88336476000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5400, "l_t_add": 5406, "r_f_add": 5401, "r_t_add": 5405, "st_code": 16140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323456, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "2002-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM DR", "stname": "BARTRAM DR", "objectid": 5998, "Shape__Length": 121.40546913692276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214037084809803, 39.931873982721697 ], [ -75.214027568924806, 39.931815316189201 ], [ -75.214078330515704, 39.931725212232699 ], [ -75.214492710526201, 39.931125129761703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28412, "tnode_": 28395, "lpoly_": null, "rpoly_": null, "length": 306.75476006000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTRAM", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5408, "l_t_add": 5498, "r_f_add": 5407, "r_t_add": 5499, "st_code": 16140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323457, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "2002-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BARTRAM DR", "stname": "BARTRAM DR", "objectid": 5999, "Shape__Length": 122.11730338487831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214492710526201, 39.931125129761703 ], [ -75.214963540071594, 39.930443283618999 ], [ -75.215042599812506, 39.930408960545002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24742, "tnode_": 28486, "lpoly_": null, "rpoly_": null, "length": 88.86253912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 323459, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-08-05T00:00:00Z", "newsegdate": "2002-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 6000, "Shape__Length": 35.273788904358668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1862982573126, 39.925252549190397 ], [ -75.186610817756005, 39.9252924894164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24599, "tnode_": 28486, "lpoly_": null, "rpoly_": null, "length": 457.35533071999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88270, "l_hundred": 0, "r_hundred": 2100, "seg_id": 323460, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-08-05T00:00:00Z", "newsegdate": "2002-08-05T00:00:00Z", "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 6001, "Shape__Length": 182.23055449877495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186356223640701, 39.926532592155397 ], [ -75.186610817756005, 39.9252924894164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28486, "tnode_": 24882, "lpoly_": null, "rpoly_": null, "length": 460.66535215, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2200, "r_t_add": 2298, "st_code": 88270, "l_hundred": 0, "r_hundred": 2200, "seg_id": 323461, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-08-05T00:00:00Z", "newsegdate": "2002-08-05T00:00:00Z", "multi_rep": 2, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 6002, "Shape__Length": 183.54257838874832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186610817756005, 39.9252924894164 ], [ -75.186629977910201, 39.925194628339199 ], [ -75.186891385554503, 39.924046517448303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28509, "tnode_": 28510, "lpoly_": null, "rpoly_": null, "length": 86.82088659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAINEY", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 67200, "l_hundred": 0, "r_hundred": 0, "seg_id": 323462, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-11-16T00:00:00Z", "newsegdate": "2002-11-22T00:00:00Z", "multi_rep": 0, "streetlabe": "RAINEY CT", "stname": "RAINEY CT", "objectid": 6003, "Shape__Length": 34.483240425225958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182735842670397, 39.947444163963397 ], [ -75.182451100480407, 39.947409874749397 ], [ -75.182448113326799, 39.947426224306902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21681, "tnode_": 28509, "lpoly_": null, "rpoly_": null, "length": 118.99994028, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 408, "st_code": 88310, "l_hundred": 400, "r_hundred": 400, "seg_id": 323463, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-11-22T00:00:00Z", "newsegdate": "2002-11-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 6004, "Shape__Length": 47.41459775878451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182635512970407, 39.947750800305499 ], [ -75.1826890626416, 39.947711402884799 ], [ -75.182735842670397, 39.947444163963397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28509, "tnode_": 21764, "lpoly_": null, "rpoly_": null, "length": 50.83752962, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 407, "l_t_add": 415, "r_f_add": 410, "r_t_add": 416, "st_code": 88310, "l_hundred": 400, "r_hundred": 400, "seg_id": 323464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-11-22T00:00:00Z", "newsegdate": "2002-11-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 26TH ST", "stname": "S 26TH ST", "objectid": 6005, "Shape__Length": 20.262659987032261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182735842670397, 39.947444163963397 ], [ -75.182761099329397, 39.947305969044699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28522, "tnode_": 28523, "lpoly_": null, "rpoly_": null, "length": 97.17262265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHILDRENS HOSPITAL", "st_type": "DWY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1039, "l_hundred": 0, "r_hundred": 0, "seg_id": 323466, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-13T00:00:00Z", "newsegdate": "2003-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CHILDRENS HOSPITAL DWY", "stname": "CHILDRENS HOSPITAL DWY", "objectid": 6006, "Shape__Length": 38.691116131248528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193644210916005, 39.948167000899097 ], [ -75.193460276797495, 39.947940914970403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21667, "tnode_": 28523, "lpoly_": null, "rpoly_": null, "length": 117.59339575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3428, "r_f_add": 3401, "r_t_add": 3429, "st_code": 23270, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 323467, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2003-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 6007, "Shape__Length": 46.739235884424922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193102111779098, 39.948108883372001 ], [ -75.193460276797495, 39.947940914970403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28523, "tnode_": 27245, "lpoly_": null, "rpoly_": null, "length": 114.8391635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3430, "l_t_add": 3468, "r_f_add": 3431, "r_t_add": 3469, "st_code": 23270, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 323468, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2003-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 6008, "Shape__Length": 45.64057367813367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193460276797495, 39.947940914970403 ], [ -75.193815113517999, 39.947783451853503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29600, "tnode_": 28530, "lpoly_": null, "rpoly_": null, "length": 5.52509191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRAWBRIDGE", "st_type": " ", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1084, "l_hundred": 0, "r_hundred": 0, "seg_id": 323469, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-01-16T00:00:00Z", "newsegdate": "2003-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "DRAWBRIDGE", "stname": "DRAWBRIDGE", "objectid": 6009, "Shape__Length": 2.1946096898740381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196905130604094, 39.942682339980102 ], [ -75.196923537972594, 39.942687752098799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24129, "tnode_": 24151, "lpoly_": null, "rpoly_": null, "length": 121.85051704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2243, "l_t_add": 2299, "r_f_add": 2252, "r_t_add": 2298, "st_code": 88940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 323472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-27T00:00:00Z", "newsegdate": "2003-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 6010, "Shape__Length": 48.457012329922279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217733707771103, 39.931083875568604 ], [ -75.217416823843706, 39.930855024507103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23485, "tnode_": 23497, "lpoly_": null, "rpoly_": null, "length": 86.18211037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 71440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 323473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-16T00:00:00Z", "newsegdate": "2003-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 6011, "Shape__Length": 34.224120731469931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178841219986495, 39.935205872468202 ], [ -75.178945162317206, 39.935176680799103 ], [ -75.179074525203404, 39.935188270169597 ], [ -75.179133201918205, 39.935212269397098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28677, "tnode_": 24877, "lpoly_": null, "rpoly_": null, "length": 149.13163608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 84260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 323474, "oneway": "B", "class": 4, "responsibl": "PHA", "update_": "2003-05-20T00:00:00Z", "newsegdate": "2003-05-20T00:00:00Z", "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6012, "Shape__Length": 59.27576509584609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190161397792494, 39.9244626221017 ], [ -75.190540310463504, 39.924263565285102 ], [ -75.190583375772604, 39.924218178620002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24008, "tnode_": 24125, "lpoly_": null, "rpoly_": null, "length": 447.52802376, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88410, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 323475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-25T00:00:00Z", "newsegdate": "2003-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 6013, "Shape__Length": 178.3252067863755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196484304437504, 39.931594549883499 ], [ -75.196753900149901, 39.930383687491002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24228, "tnode_": 28745, "lpoly_": null, "rpoly_": null, "length": 440.37550010999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5601, "l_t_add": 5659, "r_f_add": 5600, "r_t_add": 5658, "st_code": 30560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323478, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-21T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 6014, "Shape__Length": 175.33875140297002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215752666789697, 39.930171195320298 ], [ -75.216490421369002, 39.929104045034599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28746, "tnode_": 24412, "lpoly_": null, "rpoly_": null, "length": 127.35768861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5661, "l_t_add": 5699, "r_f_add": 5660, "r_t_add": 5736, "st_code": 30560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 323479, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2014-10-16T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK AVE", "stname": "EASTWICK AVE", "objectid": 6015, "Shape__Length": 50.707819721316653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216559211593605, 39.929004537300301 ], [ -75.216772567386798, 39.928695913884397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23088, "tnode_": 28768, "lpoly_": null, "rpoly_": null, "length": 289.97395701, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1601, "l_t_add": 1679, "r_f_add": 1600, "r_t_add": 1678, "st_code": 88770, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323480, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-12-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 6016, "Shape__Length": 115.19010077949423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210023458281398, 39.938657127159203 ], [ -75.209819726813095, 39.9386203168999 ], [ -75.209625181450903, 39.938572830128102 ], [ -75.209079544852599, 39.938345011566803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28768, "tnode_": 28769, "lpoly_": null, "rpoly_": null, "length": 40.21126857, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1681, "l_t_add": 1699, "r_f_add": 1680, "r_t_add": 1698, "st_code": 88770, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323481, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-12-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 6017, "Shape__Length": 15.977537638590066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209079544852599, 39.938345011566803 ], [ -75.208953493929698, 39.938292381735003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28769, "tnode_": 23263, "lpoly_": null, "rpoly_": null, "length": 711.56526166000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88770, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-12-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 6018, "Shape__Length": 282.73117684694796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208953493929698, 39.938292381735003 ], [ -75.206722976244293, 39.937361031231703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24318, "tnode_": 24412, "lpoly_": null, "rpoly_": null, "length": 534.23642611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2601, "l_t_add": 2799, "r_f_add": 2600, "r_t_add": 2798, "st_code": 88960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 323483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-12-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 6019, "Shape__Length": 212.23233371502818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218462567841897, 39.929372582294697 ], [ -75.218155412392704, 39.929251813917702 ], [ -75.2174972104619, 39.928988143538199 ], [ -75.216931380183794, 39.9287599593601 ], [ -75.216772567386798, 39.928695913884397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28774, "tnode_": 28775, "lpoly_": null, "rpoly_": null, "length": 246.30444988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDEX", "st_type": "DWY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1085, "l_hundred": 0, "r_hundred": 0, "seg_id": 323485, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-12-08T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "FEDEX DWY", "stname": "FEDEX DWY", "objectid": 6020, "Shape__Length": 98.137670771863611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201186630929897, 39.940274850557401 ], [ -75.201433042491999, 39.939625863679098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22850, "tnode_": 28774, "lpoly_": null, "rpoly_": null, "length": 139.6433625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3560, "l_t_add": 3598, "r_f_add": 3561, "r_t_add": 3599, "st_code": 38340, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 323486, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-12-08T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6021, "Shape__Length": 55.455907510177468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200710019432293, 39.940163706737003 ], [ -75.201186630929897, 39.940274850557401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28781, "tnode_": 21556, "lpoly_": null, "rpoly_": null, "length": 662.2591291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEALTH SCIENCES", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 41477, "l_hundred": 0, "r_hundred": 0, "seg_id": 323490, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2008-02-15T00:00:00Z", "newsegdate": "2003-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HEALTH SCIENCES DR", "stname": "HEALTH SCIENCES DR", "objectid": 6022, "Shape__Length": 263.49633849829297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191283720761305, 39.947590243145399 ], [ -75.191203877403794, 39.947604531579699 ], [ -75.191087180211895, 39.947650453949898 ], [ -75.189967071077504, 39.948647206650797 ], [ -75.189676069383395, 39.948897887677397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21459, "tnode_": 28781, "lpoly_": null, "rpoly_": null, "length": 652.88324267999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENTION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 3199, "r_f_add": 2, "r_t_add": 3198, "st_code": 24920, "l_hundred": 0, "r_hundred": 0, "seg_id": 323491, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2003-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CONVENTION AVE", "stname": "CONVENTION AVE", "objectid": 6023, "Shape__Length": 259.71128848182252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192901436456694, 39.948720558001497 ], [ -75.192461276286096, 39.948674932747302 ], [ -75.192332508087404, 39.948625138982301 ], [ -75.192213830291493, 39.948538701714597 ], [ -75.191818886944503, 39.948040556105099 ], [ -75.191531652622501, 39.947688930412397 ], [ -75.191283720761305, 39.947590243145399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21975, "tnode_": 22222, "lpoly_": null, "rpoly_": null, "length": 643.64949516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 699, "r_f_add": 500, "r_t_add": 698, "st_code": 78920, "l_hundred": 600, "r_hundred": 600, "seg_id": 323494, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 6024, "Shape__Length": 256.4491947639508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198467548227299, 39.946087877340403 ], [ -75.198477147035206, 39.945715389602398 ], [ -75.198416605444095, 39.945431131398202 ], [ -75.198295955722401, 39.945166749287402 ], [ -75.198051624832601, 39.944729505380003 ], [ -75.197844197436694, 39.9444179326699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29192, "tnode_": 21975, "lpoly_": null, "rpoly_": null, "length": 410.54726308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 23270, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 323495, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 6025, "Shape__Length": 163.06895706540885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197088698345496, 39.946327054413103 ], [ -75.197612091191701, 39.946092400122303 ], [ -75.197845466468394, 39.946066341484197 ], [ -75.198467548227299, 39.946087877340403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28850, "tnode_": 28834, "lpoly_": null, "rpoly_": null, "length": 451.32300175999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88390, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323496, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 6026, "Shape__Length": 179.84099224849069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194669907252703, 39.932620342018701 ], [ -75.194935446026903, 39.931398384201103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28834, "tnode_": 24170, "lpoly_": null, "rpoly_": null, "length": 464.89986036000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88390, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 323497, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 6027, "Shape__Length": 185.23944964610189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194935446026903, 39.931398384201103 ], [ -75.195174259991603, 39.930282159378599 ], [ -75.195105647570301, 39.930147182568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28832, "tnode_": 28833, "lpoly_": null, "rpoly_": null, "length": 451.01652339000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 43200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323498, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S HOLLYWOOD ST", "stname": "S HOLLYWOOD ST", "objectid": 6028, "Shape__Length": 179.71916322660238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193882210151202, 39.932520091663903 ], [ -75.194143703020998, 39.931298469565199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28835, "tnode_": 28836, "lpoly_": null, "rpoly_": null, "length": 449.82771923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 25080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 323499, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S CORLIES ST", "stname": "S CORLIES ST", "objectid": 6029, "Shape__Length": 179.24189790530983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195702151370995, 39.931495397540203 ], [ -75.195969025640906, 39.930277775281297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24050, "tnode_": 28833, "lpoly_": null, "rpoly_": null, "length": 224.38321667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2948, "r_f_add": 2901, "r_t_add": 2949, "st_code": 56880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 323500, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6030, "Shape__Length": 89.076779212193614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193355009412002, 39.931194830458402 ], [ -75.194143703020998, 39.931298469565199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28833, "tnode_": 28834, "lpoly_": null, "rpoly_": null, "length": 225.00247463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2950, "l_t_add": 2998, "r_f_add": 2951, "r_t_add": 2999, "st_code": 56880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 323501, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6031, "Shape__Length": 89.321989202863008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194143703020998, 39.931298469565199 ], [ -75.194935446026903, 39.931398384201103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28834, "tnode_": 28835, "lpoly_": null, "rpoly_": null, "length": 217.90205186999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3049, "st_code": 56880, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6032, "Shape__Length": 86.503419445841828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194935446026903, 39.931398384201103 ], [ -75.195702151370995, 39.931495397540203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28835, "tnode_": 24008, "lpoly_": null, "rpoly_": null, "length": 222.30297296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 56880, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6033, "Shape__Length": 88.250671258252325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195702151370995, 39.931495397540203 ], [ -75.196484304437504, 39.931594549883499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23901, "tnode_": 28832, "lpoly_": null, "rpoly_": null, "length": 224.03957207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2900, "l_t_add": 2948, "r_f_add": 2901, "r_t_add": 2949, "st_code": 57100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 323504, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6034, "Shape__Length": 88.941356017912796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193094020341405, 39.932419772604597 ], [ -75.193882210151202, 39.932520091663903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28832, "tnode_": 28850, "lpoly_": null, "rpoly_": null, "length": 223.89884425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 2950, "l_t_add": 2998, "r_f_add": 2951, "r_t_add": 2999, "st_code": 57100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 323505, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-04-19T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6035, "Shape__Length": 88.885618566915511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193882210151202, 39.932520091663903 ], [ -75.194669907252703, 39.932620342018701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24170, "tnode_": 28836, "lpoly_": null, "rpoly_": null, "length": 246.7618477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3049, "st_code": 55960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323506, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 6036, "Shape__Length": 97.962715380453545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195105647570301, 39.930147182568 ], [ -75.195969025640906, 39.930277775281297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28836, "tnode_": 24125, "lpoly_": null, "rpoly_": null, "length": 223.47191002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 55960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323507, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 6037, "Shape__Length": 88.714336471723755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195969025640906, 39.930277775281297 ], [ -75.196753900149901, 39.930383687491002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28901, "tnode_": 22158, "lpoly_": null, "rpoly_": null, "length": 73.23159123, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 625, "l_t_add": 699, "r_f_add": 624, "r_t_add": 698, "st_code": 88240, "l_hundred": 600, "r_hundred": 600, "seg_id": 323511, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2005-06-02T00:00:00Z", "newsegdate": "2004-08-22T00:00:00Z", "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 6038, "Shape__Length": 29.18690618433229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180372672464898, 39.944809922091203 ], [ -75.180411969401206, 39.944611180598201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22087, "tnode_": 28901, "lpoly_": null, "rpoly_": null, "length": 120.54412059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2235, "l_t_add": 2299, "r_f_add": 2308, "r_t_add": 2318, "st_code": 38340, "l_hundred": 2200, "r_hundred": 2300, "seg_id": 323512, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": "2004-08-22T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6039, "Shape__Length": 47.922950395580848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180023349099002, 39.945002809711298 ], [ -75.180289983368198, 39.944856298968602 ], [ -75.180372672464898, 39.944809922091203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28901, "tnode_": 22148, "lpoly_": null, "rpoly_": null, "length": 92.50949401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2301, "l_t_add": 2301, "r_f_add": 2320, "r_t_add": 2330, "st_code": 38340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 323513, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-09-07T00:00:00Z", "newsegdate": "2004-08-22T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6040, "Shape__Length": 36.794687812187533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180372672464898, 39.944809922091203 ], [ -75.180540238937894, 39.944715940451502 ], [ -75.180613284266499, 39.9446401527983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28850, "tnode_": 28913, "lpoly_": null, "rpoly_": null, "length": 220.7613286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3049, "st_code": 57100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323514, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2004-10-12T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6041, "Shape__Length": 87.63914868832552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194669907252703, 39.932620342018701 ], [ -75.195447749829796, 39.932713514341003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28913, "tnode_": 28912, "lpoly_": null, "rpoly_": null, "length": 222.46102524000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 57100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323515, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6042, "Shape__Length": 88.31402490259255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195447749829796, 39.932713514341003 ], [ -75.196231583384503, 39.932807398602201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28912, "tnode_": 28911, "lpoly_": null, "rpoly_": null, "length": 228.97282123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3149, "st_code": 57100, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323516, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2006-01-31T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6043, "Shape__Length": 90.900379122004793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196231583384503, 39.932807398602201 ], [ -75.197037070106603, 39.932910220840697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28911, "tnode_": 23839, "lpoly_": null, "rpoly_": null, "length": 219.40511607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3151, "r_t_add": 3199, "st_code": 57100, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323517, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6044, "Shape__Length": 87.102897983472047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197037070106603, 39.932910220840697 ], [ -75.197808108701807, 39.9330123545476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23839, "tnode_": 28910, "lpoly_": null, "rpoly_": null, "length": 226.57555347000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3249, "st_code": 57100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323518, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2009-06-16T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6045, "Shape__Length": 89.94957527365311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197808108701807, 39.9330123545476 ], [ -75.198604453622494, 39.933117348093504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28910, "tnode_": 28909, "lpoly_": null, "rpoly_": null, "length": 218.28808852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3250, "l_t_add": 3270, "r_f_add": 3251, "r_t_add": 3271, "st_code": 57100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323519, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2009-06-16T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6046, "Shape__Length": 86.657277337071804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198604453622494, 39.933117348093504 ], [ -75.199374342797199, 39.933205658399103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28909, "tnode_": 23816, "lpoly_": null, "rpoly_": null, "length": 103.04807325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3272, "l_t_add": 3298, "r_f_add": 3273, "r_t_add": 3299, "st_code": 57100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323520, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-10-13T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 6047, "Shape__Length": 40.909117305579315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199374342797199, 39.933205658399103 ], [ -75.199737269267501, 39.9332499427667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24008, "tnode_": 28917, "lpoly_": null, "rpoly_": null, "length": 231.00568626999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3149, "st_code": 56880, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323521, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6048, "Shape__Length": 91.705120089285899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196484304437504, 39.931594549883499 ], [ -75.197297676113095, 39.931694749448702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28917, "tnode_": 28916, "lpoly_": null, "rpoly_": null, "length": 221.65560634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3151, "r_t_add": 3199, "st_code": 56880, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323522, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6049, "Shape__Length": 87.994078926245493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197297676113095, 39.931694749448702 ], [ -75.198077389300195, 39.931794378922902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28916, "tnode_": 28915, "lpoly_": null, "rpoly_": null, "length": 222.95094404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3219, "st_code": 56880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6050, "Shape__Length": 88.508748948820752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198077389300195, 39.931794378922902 ], [ -75.1988613063495, 39.931896218433501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28915, "tnode_": 28914, "lpoly_": null, "rpoly_": null, "length": 160.33236355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3220, "l_t_add": 3288, "r_f_add": 3221, "r_t_add": 3289, "st_code": 56880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6051, "Shape__Length": 63.650033531384302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1988613063495, 39.931896218433501 ], [ -75.199425051740903, 39.931969452333199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28914, "tnode_": 28919, "lpoly_": null, "rpoly_": null, "length": 65.13582098000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3290, "l_t_add": 3298, "r_f_add": 3291, "r_t_add": 3299, "st_code": 56880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 323525, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 6052, "Shape__Length": 25.867072608027318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199425051740903, 39.931969452333199 ], [ -75.199643592131295, 39.931908904042601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27261, "tnode_": 28908, "lpoly_": null, "rpoly_": null, "length": 227.44677337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3118, "r_f_add": 3101, "r_t_add": 3119, "st_code": 33900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323526, "oneway": "TF", "class": 5, "responsibl": "PHA", "update_": "2025-06-11T13:50:35Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 6053, "Shape__Length": 90.29459154734036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196040251751597, 39.933725601656803 ], [ -75.196841725301994, 39.933821287981701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28908, "tnode_": 27260, "lpoly_": null, "rpoly_": null, "length": 217.58879724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3120, "l_t_add": 3198, "r_f_add": 3121, "r_t_add": 3199, "st_code": 33900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323527, "oneway": "TF", "class": 5, "responsibl": "PHA", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 6054, "Shape__Length": 86.381170135241504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196841725301994, 39.933821287981701 ], [ -75.197608463495598, 39.933912822229999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24125, "tnode_": 28918, "lpoly_": null, "rpoly_": null, "length": 228.25904197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3149, "st_code": 55960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323528, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 6055, "Shape__Length": 90.612372388624379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196753900149901, 39.930383687491002 ], [ -75.197558458951207, 39.930478403102299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28918, "tnode_": 24135, "lpoly_": null, "rpoly_": null, "length": 250.22200265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3151, "r_t_add": 3199, "st_code": 55960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323529, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 6056, "Shape__Length": 99.331189204613352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197558458951207, 39.930478403102299 ], [ -75.198440434739197, 39.930582224699599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23717, "tnode_": 28907, "lpoly_": null, "rpoly_": null, "length": 71.36817339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3014, "l_t_add": 3018, "r_f_add": 3015, "r_t_add": 3019, "st_code": 76720, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323530, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 6057, "Shape__Length": 28.33344260204688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194927682507199, 39.933912510690703 ], [ -75.195178285544202, 39.933946633956197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28907, "tnode_": 23710, "lpoly_": null, "rpoly_": null, "length": 74.56196057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 3020, "l_t_add": 3024, "r_f_add": 3021, "r_t_add": 3025, "st_code": 76720, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 323531, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 6058, "Shape__Length": 29.601403517934031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195178285544202, 39.933946633956197 ], [ -75.195440103660403, 39.933982283208898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27260, "tnode_": 23839, "lpoly_": null, "rpoly_": null, "length": 332.7677265, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1607, "l_t_add": 1699, "r_f_add": 1606, "r_t_add": 1698, "st_code": 88430, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323532, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 6059, "Shape__Length": 132.60191057855073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197608463495598, 39.933912822229999 ], [ -75.197808108701807, 39.9330123545476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23699, "tnode_": 27261, "lpoly_": null, "rpoly_": null, "length": 118.25038704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1609, "r_f_add": 1600, "r_t_add": 1608, "st_code": 88410, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-10-13T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 6060, "Shape__Length": 47.121525883145914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195973462883899, 39.934046116249 ], [ -75.196040251751597, 39.933725601656803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27261, "tnode_": 28912, "lpoly_": null, "rpoly_": null, "length": 338.76098423999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1611, "l_t_add": 1699, "r_f_add": 1610, "r_t_add": 1698, "st_code": 88410, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323534, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 6061, "Shape__Length": 134.99144148804098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196040251751597, 39.933725601656803 ], [ -75.196231583384503, 39.932807398602201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28907, "tnode_": 28913, "lpoly_": null, "rpoly_": null, "length": 455.51490974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 25080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323535, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-08-01T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S CORLIES ST", "stname": "S CORLIES ST", "objectid": 6062, "Shape__Length": 181.51465074580366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195178285544202, 39.933946633956197 ], [ -75.195447749829796, 39.932713514341003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28912, "tnode_": 24008, "lpoly_": null, "rpoly_": null, "length": 447.46710821, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88410, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-06-26T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 6063, "Shape__Length": 178.30651543853352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196231583384503, 39.932807398602201 ], [ -75.196484304437504, 39.931594549883499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28908, "tnode_": 28911, "lpoly_": null, "rpoly_": null, "length": 336.37600682, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 58820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323537, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 6064, "Shape__Length": 134.04049793867571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196841725301994, 39.933821287981701 ], [ -75.197037070106603, 39.932910220840697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28911, "tnode_": 28917, "lpoly_": null, "rpoly_": null, "length": 448.76525872000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 58820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323538, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 6065, "Shape__Length": 178.82305537322867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197037070106603, 39.932910220840697 ], [ -75.197297676113095, 39.931694749448702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28917, "tnode_": 28918, "lpoly_": null, "rpoly_": null, "length": 449.08801416, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 58820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 323539, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S NAPA ST", "stname": "S NAPA ST", "objectid": 6066, "Shape__Length": 178.94849113447282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197297676113095, 39.931694749448702 ], [ -75.197558458951207, 39.930478403102299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23839, "tnode_": 28916, "lpoly_": null, "rpoly_": null, "length": 450.06712096999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88430, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323540, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 6067, "Shape__Length": 179.34093006963391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197808108701807, 39.9330123545476 ], [ -75.198077389300195, 39.931794378922902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28916, "tnode_": 24135, "lpoly_": null, "rpoly_": null, "length": 463.40812529, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88430, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 323541, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 6068, "Shape__Length": 184.61560550828338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198077389300195, 39.931794378922902 ], [ -75.198324155291601, 39.9306505439841 ], [ -75.198440434739197, 39.930582224699599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28909, "tnode_": 28914, "lpoly_": null, "rpoly_": null, "length": 469.26869647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 29025, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323542, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S DOUGLAS ST", "stname": "S DOUGLAS ST", "objectid": 6069, "Shape__Length": 186.95784035172625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199374342797199, 39.933205658399103 ], [ -75.199596162737706, 39.9322154104348 ], [ -75.199585285292201, 39.932169965950798 ], [ -75.199561958996597, 39.932121017207798 ], [ -75.199538026327005, 39.9320881974012 ], [ -75.199501885781004, 39.932045421172297 ], [ -75.199457485291006, 39.931999232021397 ], [ -75.199425051740903, 39.931969452333199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28910, "tnode_": 28915, "lpoly_": null, "rpoly_": null, "length": 450.62959052000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 59025, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323543, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S NATRONA ST", "stname": "S NATRONA ST", "objectid": 6070, "Shape__Length": 179.56717317950134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198604453622494, 39.933117348093504 ], [ -75.1988613063495, 39.931896218433501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24135, "tnode_": 28919, "lpoly_": null, "rpoly_": null, "length": 590.11770903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3201, "r_t_add": 3499, "st_code": 79840, "l_hundred": 0, "r_hundred": 3200, "seg_id": 323544, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 6071, "Shape__Length": 234.86510710668963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198440434739197, 39.930582224699599 ], [ -75.198973498123095, 39.931168547572597 ], [ -75.199589087457696, 39.931816283036099 ], [ -75.199643592131295, 39.931908904042601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23816, "tnode_": 28919, "lpoly_": null, "rpoly_": null, "length": 500.56184472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 88470, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 323545, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2004-10-13T00:00:00Z", "multi_rep": 1, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 6072, "Shape__Length": 199.44757573444701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199737269267501, 39.9332499427667 ], [ -75.199837067677905, 39.932883518034302 ], [ -75.199856995421101, 39.932669950583502 ], [ -75.199847542346205, 39.9324562127413 ], [ -75.1998148529497, 39.932311309533702 ], [ -75.199758486918796, 39.932130350428899 ], [ -75.199684383891395, 39.931978220083998 ], [ -75.199643592131295, 39.931908904042601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24290, "tnode_": 24135, "lpoly_": null, "rpoly_": null, "length": 666.47780512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3101, "r_t_add": 3199, "st_code": 79840, "l_hundred": 0, "r_hundred": 3100, "seg_id": 323546, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2004-10-14T00:00:00Z", "multi_rep": 1, "streetlabe": "VARE AVE", "stname": "VARE AVE", "objectid": 6073, "Shape__Length": 265.1681190545022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196925034154702, 39.929174965558602 ], [ -75.197238430972106, 39.929428863325697 ], [ -75.197579787195707, 39.929746022287503 ], [ -75.197851223868298, 39.929998213976702 ], [ -75.198177348129704, 39.930301213305498 ], [ -75.198440434739197, 39.930582224699599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29678, "tnode_": 29679, "lpoly_": null, "rpoly_": null, "length": 87.83831519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "54TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2761, "l_t_add": 2779, "r_f_add": 2760, "r_t_add": 2778, "st_code": 88860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323549, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "54TH DR", "stname": "54TH DR", "objectid": 6074, "Shape__Length": 34.898183912651142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214635110302197, 39.932165691500799 ], [ -75.214359410403404, 39.932051262289903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29679, "tnode_": 29680, "lpoly_": null, "rpoly_": null, "length": 115.14428261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "54TH", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2781, "l_t_add": 2799, "r_f_add": 2780, "r_t_add": 2798, "st_code": 88860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323550, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "54TH DR", "stname": "54TH DR", "objectid": 6075, "Shape__Length": 45.768829794244212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214359410403404, 39.932051262289903 ], [ -75.214272904418607, 39.932015358391801 ], [ -75.214078288482796, 39.9319380730131 ], [ -75.214037975242704, 39.931879477800798 ], [ -75.214037084809803, 39.931873982721697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23858, "tnode_": 23989, "lpoly_": null, "rpoly_": null, "length": 527.5520527, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323551, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-12T00:00:00Z", "newsegdate": "2005-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 6076, "Shape__Length": 209.86576670346329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225862727362895, 39.933490204516097 ], [ -75.225229382269305, 39.9329632850256 ], [ -75.224595701220295, 39.932419807575599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23989, "tnode_": 28987, "lpoly_": null, "rpoly_": null, "length": 309.39277686999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5800, "l_t_add": 5820, "r_f_add": 5801, "r_t_add": 5821, "st_code": 84480, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 323552, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-09T00:00:00Z", "newsegdate": "2005-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6077, "Shape__Length": 123.03253848435398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224595701220295, 39.932419807575599 ], [ -75.225412057122696, 39.9318485121685 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28987, "tnode_": 24238, "lpoly_": null, "rpoly_": null, "length": 826.21305643999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5822, "l_t_add": 5998, "r_f_add": 5823, "r_t_add": 5999, "st_code": 84480, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 323553, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-06-30T00:00:00Z", "newsegdate": "2005-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6078, "Shape__Length": 328.54527323657157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225412057122696, 39.9318485121685 ], [ -75.227592014662903, 39.930322876911099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28988, "tnode_": 28987, "lpoly_": null, "rpoly_": null, "length": 271.34993249000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOCUM STREET", "st_type": "DWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1283, "l_hundred": 0, "r_hundred": 0, "seg_id": 323554, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-11-09T00:00:00Z", "newsegdate": "2005-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "YOCUM STREET DWY", "stname": "YOCUM STREET DWY", "objectid": 6079, "Shape__Length": 108.03888979907981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225878800869594, 39.932501007871601 ], [ -75.225412057122696, 39.9318485121685 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22221, "tnode_": 22348, "lpoly_": null, "rpoly_": null, "length": 325.46471732999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 600, "r_t_add": 698, "st_code": 19160, "l_hundred": 0, "r_hundred": 600, "seg_id": 323555, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2006-03-29T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 6080, "Shape__Length": 129.70883371712983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165577120502704, 39.943673852404203 ], [ -75.1656750992003, 39.943209787801003 ], [ -75.165781167704793, 39.9427944467472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22348, "tnode_": 22520, "lpoly_": null, "rpoly_": null, "length": 356.47561701999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 700, "r_t_add": 738, "st_code": 19160, "l_hundred": 0, "r_hundred": 700, "seg_id": 323556, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2006-03-29T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 6081, "Shape__Length": 142.06772383565959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165781167704793, 39.9427944467472 ], [ -75.165849480343397, 39.942419286355403 ], [ -75.165991339274001, 39.941829566968501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22670, "tnode_": 22769, "lpoly_": null, "rpoly_": null, "length": 288.68425780999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 0, "l_t_add": 0, "r_f_add": 800, "r_t_add": 898, "st_code": 19160, "l_hundred": 0, "r_hundred": 800, "seg_id": 323557, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2006-03-29T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 6082, "Shape__Length": 115.04958948424107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166207611164893, 39.9408229811647 ], [ -75.166277542913093, 39.940450932243699 ], [ -75.166363288280806, 39.940039642571399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22097, "tnode_": 29041, "lpoly_": null, "rpoly_": null, "length": 861.5656187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 701, "l_t_add": 779, "r_f_add": 700, "r_t_add": 778, "st_code": 88650, "l_hundred": 700, "r_hundred": 700, "seg_id": 323558, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 6083, "Shape__Length": 342.56685379286409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208272031850399, 39.945773862230503 ], [ -75.208113155280003, 39.945673487325699 ], [ -75.207469491407295, 39.945289998546102 ], [ -75.205840617404107, 39.944327824717703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29041, "tnode_": 22284, "lpoly_": null, "rpoly_": null, "length": 170.67414387000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 781, "l_t_add": 799, "r_f_add": 780, "r_t_add": 798, "st_code": 88650, "l_hundred": 700, "r_hundred": 700, "seg_id": 323559, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 6084, "Shape__Length": 67.837122960198428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205840617404107, 39.944327824717703 ], [ -75.205490464930307, 39.944120982515699 ], [ -75.205328342559795, 39.9440891457524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22097, "tnode_": 29042, "lpoly_": null, "rpoly_": null, "length": 51.34125681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4304, "r_f_add": 4301, "r_t_add": 4305, "st_code": 84480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 323560, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6085, "Shape__Length": 20.433153477589975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208272031850399, 39.945773862230503 ], [ -75.208386197292995, 39.9456636710214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29042, "tnode_": 22119, "lpoly_": null, "rpoly_": null, "length": 94.92509299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19104, "l_f_add": 4306, "l_t_add": 4308, "r_f_add": 4307, "r_t_add": 4309, "st_code": 84480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 323561, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6086, "Shape__Length": 37.778903678923797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208386197292995, 39.9456636710214 ], [ -75.208597211959898, 39.945459897549703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29088, "tnode_": 29089, "lpoly_": null, "rpoly_": null, "length": 52.5883618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOVERNORS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 101, "l_t_add": 103, "r_f_add": 100, "r_t_add": 102, "st_code": 37830, "l_hundred": 100, "r_hundred": 100, "seg_id": 323562, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GOVERNORS CT", "stname": "GOVERNORS CT", "objectid": 6087, "Shape__Length": 20.931367315186137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182017481482305, 39.944413652939502 ], [ -75.181992470843099, 39.9443798510828 ], [ -75.181905417638603, 39.944298410337197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29089, "tnode_": 29091, "lpoly_": null, "rpoly_": null, "length": 170.56266431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOVERNORS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 200, "l_t_add": 398, "r_f_add": 201, "r_t_add": 399, "st_code": 37830, "l_hundred": 200, "r_hundred": 200, "seg_id": 323563, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GOVERNORS CT", "stname": "GOVERNORS CT", "objectid": 6088, "Shape__Length": 67.822516237061791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181905417638603, 39.944298410337197 ], [ -75.181432368674194, 39.944592777110699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29089, "tnode_": 29090, "lpoly_": null, "rpoly_": null, "length": 65.7175967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOVERNORS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 105, "l_t_add": 199, "r_f_add": 104, "r_t_add": 198, "st_code": 37830, "l_hundred": 100, "r_hundred": 100, "seg_id": 323564, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GOVERNORS CT", "stname": "GOVERNORS CT", "objectid": 6089, "Shape__Length": 26.151571229063919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181905417638603, 39.944298410337197 ], [ -75.181936254051394, 39.944277421509398 ], [ -75.181816739823304, 39.944160566782003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29087, "tnode_": 29088, "lpoly_": null, "rpoly_": null, "length": 186.7852086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOVERNORS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 37830, "l_hundred": 0, "r_hundred": 0, "seg_id": 323565, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GOVERNORS CT", "stname": "GOVERNORS CT", "objectid": 6090, "Shape__Length": 74.26979105470798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182540233461197, 39.944095826723903 ], [ -75.182017481482305, 39.944413652939502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29088, "tnode_": 29092, "lpoly_": null, "rpoly_": null, "length": 158.26347423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOVERNORS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 37830, "l_hundred": 400, "r_hundred": 400, "seg_id": 323566, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GOVERNORS CT", "stname": "GOVERNORS CT", "objectid": 6091, "Shape__Length": 62.969173743494828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182017481482305, 39.944413652939502 ], [ -75.182035151668799, 39.944442954785302 ], [ -75.182034387682606, 39.944463171689399 ], [ -75.182052330727601, 39.944485253531198 ], [ -75.182210099394993, 39.944633315844698 ], [ -75.182330358221606, 39.944680811644098 ], [ -75.182381198529797, 39.944726754297797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22273, "tnode_": 29087, "lpoly_": null, "rpoly_": null, "length": 197.61782638999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 11185, "l_hundred": 0, "r_hundred": 0, "seg_id": 323567, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY CIR", "stname": "ACADEMY CIR", "objectid": 6092, "Shape__Length": 78.673531863571924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1822810944997, 39.943644734481602 ], [ -75.182221520392403, 39.943778402927201 ], [ -75.182540233461197, 39.944095826723903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29087, "tnode_": 29093, "lpoly_": null, "rpoly_": null, "length": 107.30617284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 4, "l_t_add": 4, "r_f_add": 3, "r_t_add": 3, "st_code": 11185, "l_hundred": 0, "r_hundred": 0, "seg_id": 323568, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY CIR", "stname": "ACADEMY CIR", "objectid": 6093, "Shape__Length": 42.618961619625296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182540233461197, 39.944095826723903 ], [ -75.182578574897406, 39.944075005721103 ], [ -75.1826451882188, 39.944101066414198 ], [ -75.182716154920996, 39.944111327068399 ], [ -75.182802566385007, 39.944110370683703 ], [ -75.182902711348603, 39.944093823262399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29093, "tnode_": 29095, "lpoly_": null, "rpoly_": null, "length": 439.85667525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 6, "l_t_add": 48, "r_f_add": 5, "r_t_add": 49, "st_code": 11185, "l_hundred": 0, "r_hundred": 0, "seg_id": 323569, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY CIR", "stname": "ACADEMY CIR", "objectid": 6094, "Shape__Length": 174.90107954437934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182902711348603, 39.944093823262399 ], [ -75.183206396071697, 39.9439083942842 ], [ -75.183398154905802, 39.943802842201301 ], [ -75.183444218209701, 39.943776411920702 ], [ -75.183861754058796, 39.943509701437002 ], [ -75.184124668532903, 39.943337409259101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29093, "tnode_": 29094, "lpoly_": null, "rpoly_": null, "length": 122.96739155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 11342, "l_hundred": 0, "r_hundred": 0, "seg_id": 323571, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6095, "Shape__Length": 48.938473134390783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182902711348603, 39.944093823262399 ], [ -75.183175928355297, 39.944357873712399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29102, "tnode_": 29094, "lpoly_": null, "rpoly_": null, "length": 196.87399376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 11342, "l_hundred": 100, "r_hundred": 100, "seg_id": 323572, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-05-06T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6096, "Shape__Length": 78.283967564583108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182628339527, 39.944696153954403 ], [ -75.183175928355297, 39.944357873712399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29801, "tnode_": 29097, "lpoly_": null, "rpoly_": null, "length": 337.54171213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 11342, "l_hundred": 800, "r_hundred": 800, "seg_id": 323573, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-05-06T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6097, "Shape__Length": 134.21972855060434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183996031325805, 39.944683366050398 ], [ -75.1840129754776, 39.944676552338997 ], [ -75.184051262265001, 39.944657174845602 ], [ -75.184255041524295, 39.944531656223702 ], [ -75.184932237336895, 39.944101649101398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29097, "tnode_": 29101, "lpoly_": null, "rpoly_": null, "length": 87.48631721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 501, "l_t_add": 699, "r_f_add": 500, "r_t_add": 698, "st_code": 21255, "l_hundred": 500, "r_hundred": 500, "seg_id": 323574, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6098, "Shape__Length": 34.788635266739604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184932237336895, 39.944101649101398 ], [ -75.185173704850399, 39.943949552193899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29101, "tnode_": 29096, "lpoly_": null, "rpoly_": null, "length": 757.47427466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 101, "l_t_add": 399, "r_f_add": 102, "r_t_add": 398, "st_code": 21255, "l_hundred": 100, "r_hundred": 100, "seg_id": 323575, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6099, "Shape__Length": 301.21193754505799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185173704850399, 39.943949552193899 ], [ -75.185782143936805, 39.943572884239401 ], [ -75.185795929984707, 39.943555848893098 ], [ -75.185813959657494, 39.943525900531199 ], [ -75.1858149404909, 39.943499906692999 ], [ -75.185810402235106, 39.9434708990321 ], [ -75.185788978600002, 39.9434415147878 ], [ -75.185717389427893, 39.943398000245502 ], [ -75.185296641478402, 39.943153008618303 ], [ -75.185245146323894, 39.943124397077597 ], [ -75.185205747757394, 39.9431235160949 ], [ -75.185166131190201, 39.943128411105903 ], [ -75.185083441361797, 39.943180037887203 ], [ -75.184408514533004, 39.943599978988203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29097, "tnode_": 29096, "lpoly_": null, "rpoly_": null, "length": 234.4387829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 500, "l_t_add": 618, "r_f_add": 501, "r_t_add": 619, "st_code": 11342, "l_hundred": 500, "r_hundred": 500, "seg_id": 323576, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6100, "Shape__Length": 93.29970333905257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184932237336895, 39.944101649101398 ], [ -75.184408514533004, 39.943599978988203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29096, "tnode_": 29095, "lpoly_": null, "rpoly_": null, "length": 124.43128877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 620, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 11342, "l_hundred": 600, "r_hundred": 600, "seg_id": 323577, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6101, "Shape__Length": 49.516417746730454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184408514533004, 39.943599978988203 ], [ -75.184124668532903, 39.943337409259101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29101, "tnode_": 29098, "lpoly_": null, "rpoly_": null, "length": 92.50157284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 50, "st_code": 21255, "l_hundred": 0, "r_hundred": 0, "seg_id": 323579, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6102, "Shape__Length": 36.80640653252749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185173704850399, 39.943949552193899 ], [ -75.185109827860202, 39.943907915340198 ], [ -75.184956569476896, 39.943759609287703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29098, "tnode_": 29103, "lpoly_": null, "rpoly_": null, "length": 52.16501284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 51, "l_t_add": 99, "r_f_add": 52, "r_t_add": 98, "st_code": 21255, "l_hundred": 0, "r_hundred": 0, "seg_id": 323580, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6103, "Shape__Length": 20.760552954763224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184956569476896, 39.943759609287703 ], [ -75.184840881420996, 39.943647462849803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29098, "tnode_": 29099, "lpoly_": null, "rpoly_": null, "length": 138.82623092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 21255, "l_hundred": 400, "r_hundred": 400, "seg_id": 323581, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6104, "Shape__Length": 55.200884579476607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184956569476896, 39.943759609287703 ], [ -75.185343496689299, 39.943521837861802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22075, "tnode_": 29100, "lpoly_": null, "rpoly_": null, "length": 223.51452347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 701, "l_t_add": 775, "r_f_add": 700, "r_t_add": 704, "st_code": 71320, "l_hundred": 700, "r_hundred": 700, "seg_id": 323583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 6105, "Shape__Length": 88.890617158739857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1857045908082, 39.945285401462698 ], [ -75.186307514525893, 39.944884009658203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29100, "tnode_": 22274, "lpoly_": null, "rpoly_": null, "length": 611.15307233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 777, "l_t_add": 799, "r_f_add": 706, "r_t_add": 798, "st_code": 71320, "l_hundred": 700, "r_hundred": 700, "seg_id": 323584, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-08-30T00:00:00Z", "newsegdate": "2006-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 6106, "Shape__Length": 243.04779981260828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186307514525893, 39.944884009658203 ], [ -75.187959176902197, 39.943789265631501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28175, "tnode_": 24837, "lpoly_": null, "rpoly_": null, "length": 1406.95509098, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34690, "l_t_add": 34720, "r_f_add": 34691, "r_t_add": 34721, "st_code": 1160, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323585, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": "2006-09-06T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 6107, "Shape__Length": 559.89780636322166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195690405911805, 39.927760930640801 ], [ -75.195020482087003, 39.927028468305501 ], [ -75.192765802573007, 39.924622986473899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28173, "tnode_": 24806, "lpoly_": null, "rpoly_": null, "length": 2055.9336307599997, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34676, "l_t_add": 34716, "r_f_add": 34677, "r_t_add": 34717, "st_code": 1150, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323586, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-06T00:00:00Z", "newsegdate": "2006-09-06T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 6108, "Shape__Length": 818.15199443895676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197585919084005, 39.929428682704398 ], [ -75.197469610839306, 39.929324276541301 ], [ -75.196923279229196, 39.928828855093499 ], [ -75.196351087069701, 39.928262562910597 ], [ -75.195702875916894, 39.9275935282216 ], [ -75.195115093116897, 39.926953271609001 ], [ -75.193281930757394, 39.924865338322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28778, "tnode_": 29111, "lpoly_": null, "rpoly_": null, "length": 1907.3115605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLENBACK", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 699, "r_f_add": 2, "r_t_add": 698, "st_code": 43055, "l_hundred": 0, "r_hundred": 0, "seg_id": 323589, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-09T00:00:00Z", "newsegdate": "2006-09-26T00:00:00Z", "multi_rep": 0, "streetlabe": "HOLLENBACK DR", "stname": "HOLLENBACK DR", "objectid": 6109, "Shape__Length": 758.80532208475927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187651581512796, 39.947765014222298 ], [ -75.1893762929015, 39.946437844376703 ], [ -75.1914172867872, 39.944915666121197 ], [ -75.191771452947194, 39.944598768392602 ], [ -75.191957458401504, 39.9444238945267 ], [ -75.192088230376598, 39.944304053015699 ], [ -75.192240267920695, 39.944148881310802 ], [ -75.192301722146794, 39.944076299631099 ], [ -75.192370667754901, 39.9440039101938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29095, "tnode_": 29125, "lpoly_": null, "rpoly_": null, "length": 93.67552924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 50, "l_t_add": 78, "r_f_add": 51, "r_t_add": 79, "st_code": 11185, "l_hundred": 0, "r_hundred": 0, "seg_id": 323592, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-17T00:00:00Z", "newsegdate": "2006-10-17T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY CIR", "stname": "ACADEMY CIR", "objectid": 6110, "Shape__Length": 37.32471186841984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184124668532903, 39.943337409259101 ], [ -75.184139004565594, 39.943328015263603 ], [ -75.184165084220197, 39.9432837941144 ], [ -75.184189865407006, 39.943174505366301 ], [ -75.184207982526303, 39.943092528541698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29125, "tnode_": 22431, "lpoly_": null, "rpoly_": null, "length": 194.64320102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 80, "l_t_add": 98, "r_f_add": 81, "r_t_add": 99, "st_code": 11185, "l_hundred": 0, "r_hundred": 0, "seg_id": 323593, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-17T00:00:00Z", "newsegdate": "2006-10-17T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY CIR", "stname": "ACADEMY CIR", "objectid": 6111, "Shape__Length": 77.487705493330452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184207982526303, 39.943092528541698 ], [ -75.184176229414504, 39.943038342351798 ], [ -75.184036621571806, 39.942906587364099 ], [ -75.183856725016497, 39.942729315482602 ], [ -75.183856156043703, 39.942649402927699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29125, "tnode_": 29126, "lpoly_": null, "rpoly_": null, "length": 113.00699496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURGEON GENERALS", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2, "l_t_add": 398, "r_f_add": 1, "r_t_add": 399, "st_code": 75590, "l_hundred": 0, "r_hundred": 0, "seg_id": 323594, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-11-04T00:00:00Z", "newsegdate": "2006-10-17T00:00:00Z", "multi_rep": 0, "streetlabe": "SURGEON GENERALS CT", "stname": "SURGEON GENERALS CT", "objectid": 6112, "Shape__Length": 44.948646610913499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184207982526303, 39.943092528541698 ], [ -75.184468127099507, 39.942922473048 ], [ -75.184437919871698, 39.942881038373002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29179, "tnode_": 27246, "lpoly_": null, "rpoly_": null, "length": 897.81595046000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUARDIAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 39035, "l_hundred": 400, "r_hundred": 400, "seg_id": 323598, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "GUARDIAN DR", "stname": "GUARDIAN DR", "objectid": 6113, "Shape__Length": 356.79358054218795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196067575010005, 39.9493729460184 ], [ -75.198325487914005, 39.948360904260902 ], [ -75.198879690067102, 39.948206617875996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29179, "tnode_": 27244, "lpoly_": null, "rpoly_": null, "length": 289.92031021000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST SERVICE", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 30547, "l_hundred": 400, "r_hundred": 400, "seg_id": 323599, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "EAST SERVICE DR", "stname": "EAST SERVICE DR", "objectid": 6114, "Shape__Length": 115.12004404882693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196067575010005, 39.9493729460184 ], [ -75.195043009964394, 39.949265308641799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27247, "tnode_": 21460, "lpoly_": null, "rpoly_": null, "length": 531.1231915000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 84510, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 323600, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2007-04-04T00:00:00Z", "newsegdate": "2007-04-04T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND WALK", "stname": "WOODLAND WALK", "objectid": 6115, "Shape__Length": 210.96590838631249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199474496639496, 39.950348282161301 ], [ -75.199673183581396, 39.950401307081698 ], [ -75.200611351630997, 39.9501203051407 ], [ -75.200700560547901, 39.950103693657503 ], [ -75.2012722457943, 39.950005993283099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21394, "tnode_": 21460, "lpoly_": null, "rpoly_": null, "length": 155.88566534, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 401, "l_t_add": 419, "r_f_add": 400, "r_t_add": 418, "st_code": 88570, "l_hundred": 400, "r_hundred": 400, "seg_id": 323601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-04-04T00:00:00Z", "newsegdate": "2007-04-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 6116, "Shape__Length": 62.128569609319257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201153481062605, 39.9504240428872 ], [ -75.2012722457943, 39.950005993283099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28413, "tnode_": 29211, "lpoly_": null, "rpoly_": null, "length": 217.17904279000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 36780, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323603, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 6117, "Shape__Length": 86.239045574637473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214470534876696, 39.932954289467098 ], [ -75.2152104194125, 39.932778211950399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29211, "tnode_": 29676, "lpoly_": null, "rpoly_": null, "length": 131.00785131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIBSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5320, "l_t_add": 5398, "r_f_add": 5321, "r_t_add": 5399, "st_code": 36780, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323604, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2008-07-31T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GIBSON DR", "stname": "GIBSON DR", "objectid": 6118, "Shape__Length": 52.026837218152806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2152104194125, 39.932778211950399 ], [ -75.215619933122397, 39.932680754242199 ], [ -75.215649671834299, 39.932661906555403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28398, "tnode_": 29212, "lpoly_": null, "rpoly_": null, "length": 149.52077213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 30575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323605, "oneway": "FT", "class": 12, "responsibl": "PHA", "update_": "2007-09-27T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK TER", "stname": "EASTWICK TER", "objectid": 6119, "Shape__Length": 59.539864368157318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213916267680602, 39.9327305038072 ], [ -75.214155565601402, 39.9323637140104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29212, "tnode_": 29679, "lpoly_": null, "rpoly_": null, "length": 127.36985129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWICK", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5320, "l_t_add": 5398, "r_f_add": 5321, "r_t_add": 5399, "st_code": 30575, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 323606, "oneway": "FT", "class": 12, "responsibl": "PHA", "update_": "2007-09-27T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "EASTWICK TER", "stname": "EASTWICK TER", "objectid": 6120, "Shape__Length": 50.719013677537347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214155565601402, 39.9323637140104 ], [ -75.214359410403404, 39.932051262289903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29211, "tnode_": 29212, "lpoly_": null, "rpoly_": null, "length": 332.12882824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBY", "st_type": "TER", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 69745, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323607, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2007-09-27T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "RUBY TER", "stname": "RUBY TER", "objectid": 6121, "Shape__Length": 131.94607229684209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2152104194125, 39.932778211950399 ], [ -75.214155565601402, 39.9323637140104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23912, "tnode_": 29226, "lpoly_": null, "rpoly_": null, "length": 1400.3756306300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN BARTRAM", "st_type": "DR", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5301, "l_t_add": 5599, "r_f_add": 5300, "r_t_add": 5598, "st_code": 46165, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323611, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2007-11-29T00:00:00Z", "newsegdate": "2007-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "JOHN BARTRAM DR", "stname": "JOHN BARTRAM DR", "objectid": 6122, "Shape__Length": 557.63228343010587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212553518411994, 39.932935672103298 ], [ -75.212507601066903, 39.932895035461001 ], [ -75.212452281675894, 39.932849927220701 ], [ -75.212431132597303, 39.932818931497202 ], [ -75.212412460326107, 39.932787991474797 ], [ -75.212401644472195, 39.932745776251103 ], [ -75.212375059136605, 39.932661237089903 ], [ -75.212363048885095, 39.932584651922703 ], [ -75.212360658837397, 39.932515912017003 ], [ -75.212357358305496, 39.9324808368414 ], [ -75.212745962418495, 39.932285939165801 ], [ -75.212818573646601, 39.932199778976198 ], [ -75.212954968477902, 39.9319877055784 ], [ -75.213074138724707, 39.931688042095303 ], [ -75.213128103536505, 39.931433288165998 ], [ -75.213157638292003, 39.931238166336897 ], [ -75.213169475274796, 39.931048770818101 ], [ -75.213205635639596, 39.930846453279699 ], [ -75.213276680366107, 39.930732719060799 ], [ -75.213496477263703, 39.9304209578209 ], [ -75.213809647198204, 39.929950681959902 ], [ -75.214102926422896, 39.9295265229633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29785, "tnode_": 29783, "lpoly_": null, "rpoly_": null, "length": 108.83388772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3880, "l_t_add": 3898, "r_f_add": 0, "r_t_add": 0, "st_code": 15620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 323678, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-11-23T00:00:00Z", "newsegdate": "2012-11-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 6123, "Shape__Length": 43.237404873191977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201055166887699, 39.949883452634701 ], [ -75.201413899792996, 39.949769303726796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29111, "tnode_": 29509, "lpoly_": null, "rpoly_": null, "length": 1182.8583100100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER FIELDS", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3778, "r_f_add": 3701, "r_t_add": 3779, "st_code": 68785, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 323612, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-02-19T00:00:00Z", "newsegdate": "2009-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVER FIELDS DR", "stname": "RIVER FIELDS DR", "objectid": 6124, "Shape__Length": 469.97741064252347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192370667754901, 39.9440039101938 ], [ -75.192399712826202, 39.943973414495801 ], [ -75.1924549786076, 39.943892726235603 ], [ -75.192533979257902, 39.943815636900197 ], [ -75.192611137724697, 39.943748643682497 ], [ -75.192642987898296, 39.943718940287098 ], [ -75.192693342955394, 39.943694855484097 ], [ -75.192724003453904, 39.943688707626599 ], [ -75.192765496928601, 39.943691257241099 ], [ -75.192814875257795, 39.943701369993597 ], [ -75.193208244909897, 39.943903887485298 ], [ -75.193498113440995, 39.9440567866409 ], [ -75.193701856588703, 39.944164960559398 ], [ -75.193793831299899, 39.944209815390998 ], [ -75.194070474244597, 39.944340568864902 ], [ -75.194159570479002, 39.944368909554903 ], [ -75.194258072242903, 39.944395886585099 ], [ -75.194464950914593, 39.944420772252698 ], [ -75.1947374349146, 39.944452612519001 ], [ -75.195247733972394, 39.944489553692897 ], [ -75.195473291832997, 39.9444996923174 ], [ -75.195758416580702, 39.944516271991901 ], [ -75.196115299779393, 39.9445297679706 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29509, "tnode_": 22222, "lpoly_": null, "rpoly_": null, "length": 494.96938994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER FIELDS", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3780, "l_t_add": 3798, "r_f_add": 3781, "r_t_add": 3799, "st_code": 68785, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 323613, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-02-19T00:00:00Z", "newsegdate": "2009-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVER FIELDS DR", "stname": "RIVER FIELDS DR", "objectid": 6125, "Shape__Length": 196.5424756844078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196115299779393, 39.9445297679706 ], [ -75.196909740288703, 39.9445598064937 ], [ -75.197408489296194, 39.944550446695899 ], [ -75.197575826691903, 39.944518366306198 ], [ -75.197697069833893, 39.944475029988602 ], [ -75.197777897718296, 39.944446139321798 ], [ -75.197844197436694, 39.9444179326699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29510, "tnode_": 29509, "lpoly_": null, "rpoly_": null, "length": 860.90823761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECO SUBSTATION", "st_type": "DWY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 1288, "l_hundred": 600, "r_hundred": 600, "seg_id": 323614, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-02-19T00:00:00Z", "newsegdate": "2009-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PECO SUBSTATION DWY", "stname": "PECO SUBSTATION DWY", "objectid": 6126, "Shape__Length": 342.14545977237691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193556089367604, 39.945330861315803 ], [ -75.194207377852393, 39.945100375705003 ], [ -75.194338952475306, 39.944955383532601 ], [ -75.194490786125399, 39.944750748085198 ], [ -75.194630017603103, 39.944721491215603 ], [ -75.195019716658905, 39.944739418490101 ], [ -75.195391413242902, 39.944756942593699 ], [ -75.195709104204596, 39.944773262861801 ], [ -75.195942992906893, 39.944763439539798 ], [ -75.196042615724494, 39.944688236039902 ], [ -75.196075396035496, 39.944615004053198 ], [ -75.196108266188304, 39.944542961586301 ], [ -75.196115299779393, 39.9445297679706 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23871, "tnode_": 24021, "lpoly_": null, "rpoly_": null, "length": 458.93743756000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 15720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 323615, "oneway": "FT", "class": 5, "responsibl": "PHA", "update_": "2009-03-19T00:00:00Z", "newsegdate": "2009-03-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S BANCROFT ST", "stname": "S BANCROFT ST", "objectid": 6127, "Shape__Length": 182.85453402180997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171863530171393, 39.932203295017203 ], [ -75.171888235035894, 39.932148055987298 ], [ -75.172122060165094, 39.931010932442 ], [ -75.172175680610493, 39.9309824781785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29519, "tnode_": 29520, "lpoly_": null, "rpoly_": null, "length": 129.61478644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "MALL", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 1094, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 323616, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-05-01T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "KINGSESSING MALL", "stname": "KINGSESSING MALL", "objectid": 6128, "Shape__Length": 51.465274526791795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208277492938294, 39.946863849579302 ], [ -75.208735083904799, 39.946813282185097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29520, "tnode_": 29521, "lpoly_": null, "rpoly_": null, "length": 225.03155427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSESSING", "st_type": "MALL", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 1094, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 323617, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-05-01T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "KINGSESSING MALL", "stname": "KINGSESSING MALL", "objectid": 6129, "Shape__Length": 89.349548367773011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208735083904799, 39.946813282185097 ], [ -75.208873099927104, 39.946818901329401 ], [ -75.209531996539894, 39.946753297881997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21821, "tnode_": 29520, "lpoly_": null, "rpoly_": null, "length": 260.40776982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 631, "l_t_add": 639, "r_f_add": 630, "r_t_add": 638, "st_code": 88650, "l_hundred": 600, "r_hundred": 600, "seg_id": 323618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-05-01T00:00:00Z", "newsegdate": "2009-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 6130, "Shape__Length": 103.79178375588428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208867656901901, 39.947520814526001 ], [ -75.208735083904799, 39.946813282185097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29520, "tnode_": 29042, "lpoly_": null, "rpoly_": null, "length": 441.8739084, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 641, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 88650, "l_hundred": 600, "r_hundred": 600, "seg_id": 323619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-05-01T00:00:00Z", "newsegdate": "2009-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 6131, "Shape__Length": 176.06864758938283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208735083904799, 39.946813282185097 ], [ -75.208539582506106, 39.945769878601403 ], [ -75.208386197292995, 39.9456636710214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28781, "tnode_": 29526, "lpoly_": null, "rpoly_": null, "length": 582.10035566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEALTH SCIENCES", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3458, "r_f_add": 3301, "r_t_add": 3459, "st_code": 41477, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 323620, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HEALTH SCIENCES DR", "stname": "HEALTH SCIENCES DR", "objectid": 6132, "Shape__Length": 231.45064974199096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191283720761305, 39.947590243145399 ], [ -75.1913175703219, 39.947476353897599 ], [ -75.191442918321897, 39.947317815312303 ], [ -75.192886643921696, 39.946651774458097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29526, "tnode_": 29525, "lpoly_": null, "rpoly_": null, "length": 730.90522738000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEALTH SCIENCES", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3460, "l_t_add": 3598, "r_f_add": 3461, "r_t_add": 3599, "st_code": 41477, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 323621, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HEALTH SCIENCES DR", "stname": "HEALTH SCIENCES DR", "objectid": 6133, "Shape__Length": 290.44475944791628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192886643921696, 39.946651774458097 ], [ -75.194352593279106, 39.945975448676997 ], [ -75.194729881538905, 39.945853694593197 ], [ -75.195064152455103, 39.945752662974002 ], [ -75.195184688376798, 39.945716316103599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29525, "tnode_": 29192, "lpoly_": null, "rpoly_": null, "length": 693.23521485999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEALTH SCIENCES", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 41477, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 323622, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HEALTH SCIENCES DR", "stname": "HEALTH SCIENCES DR", "objectid": 6134, "Shape__Length": 275.62197319604479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195184688376798, 39.945716316103599 ], [ -75.195295187097997, 39.945682996394403 ], [ -75.196042140526401, 39.945535576622802 ], [ -75.196162404248199, 39.945533951098 ], [ -75.196262793290501, 39.945540489383397 ], [ -75.196357031858696, 39.945561951885402 ], [ -75.196461956874998, 39.945596562738203 ], [ -75.1965498016109, 39.945639398783499 ], [ -75.196866220054503, 39.945997155475098 ], [ -75.197088698345496, 39.946327054413103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29524, "tnode_": 29525, "lpoly_": null, "rpoly_": null, "length": 460.94373787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST SERVICE", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 82465, "l_hundred": 600, "r_hundred": 600, "seg_id": 323623, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WEST SERVICE DR", "stname": "WEST SERVICE DR", "objectid": 6135, "Shape__Length": 183.54742589897461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196016043564995, 39.9468079481858 ], [ -75.195184688376798, 39.945716316103599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27245, "tnode_": 29526, "lpoly_": null, "rpoly_": null, "length": 492.14835868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST SERVICE", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 30547, "l_hundred": 600, "r_hundred": 600, "seg_id": 323624, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "EAST SERVICE DR", "stname": "EAST SERVICE DR", "objectid": 6136, "Shape__Length": 195.9507838158043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193815113517999, 39.947783451853503 ], [ -75.193727908571304, 39.947752612300498 ], [ -75.192886643921696, 39.946651774458097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21801, "tnode_": 29524, "lpoly_": null, "rpoly_": null, "length": 370.49964196999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 23270, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 323625, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 6137, "Shape__Length": 147.24832504202396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194874189807507, 39.947319846958599 ], [ -75.196016043564995, 39.9468079481858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29524, "tnode_": 29192, "lpoly_": null, "rpoly_": null, "length": 348.05156677999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CIVIC CENTER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 23270, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 323626, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-07-02T00:00:00Z", "newsegdate": "2009-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CIVIC CENTER BLVD", "stname": "CIVIC CENTER BLVD", "objectid": 6138, "Shape__Length": 138.32574473373498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196016043564995, 39.9468079481858 ], [ -75.197088698345496, 39.946327054413103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23610, "tnode_": 29527, "lpoly_": null, "rpoly_": null, "length": 159.53400858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 0, "r_t_add": 0, "st_code": 38300, "l_hundred": 5200, "r_hundred": 0, "seg_id": 323627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-24T00:00:00Z", "newsegdate": "2009-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS AVE", "stname": "GRAYS AVE", "objectid": 6139, "Shape__Length": 63.332469621586682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214925184568401, 39.935208485074099 ], [ -75.214709391559296, 39.935238823354602 ], [ -75.214360003940698, 39.935246603645197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23491, "tnode_": 29527, "lpoly_": null, "rpoly_": null, "length": 276.0257064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 50820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 323628, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-07-24T00:00:00Z", "newsegdate": "2009-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 6140, "Shape__Length": 109.91084831736318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213896647877704, 39.935915122685302 ], [ -75.214360003940698, 39.935246603645197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29527, "tnode_": 23823, "lpoly_": null, "rpoly_": null, "length": 721.67163132999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDBERGH", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5378, "r_f_add": 5301, "r_t_add": 5399, "st_code": 50820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323629, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-21T00:00:00Z", "newsegdate": "2009-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LINDBERGH BLVD", "stname": "LINDBERGH BLVD", "objectid": 6141, "Shape__Length": 287.35781103659247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214360003940698, 39.935246603645197 ], [ -75.215571408210494, 39.933498745392001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29097, "tnode_": 29553, "lpoly_": null, "rpoly_": null, "length": 90.44142491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 700, "l_t_add": 702, "r_f_add": 701, "r_t_add": 703, "st_code": 21255, "l_hundred": 700, "r_hundred": 700, "seg_id": 323630, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6142, "Shape__Length": 35.992857179012447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184932237336895, 39.944101649101398 ], [ -75.185134891748106, 39.944294802882197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29553, "tnode_": 29556, "lpoly_": null, "rpoly_": null, "length": 270.88214921999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 704, "l_t_add": 798, "r_f_add": 705, "r_t_add": 799, "st_code": 21255, "l_hundred": 600, "r_hundred": 600, "seg_id": 323631, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6143, "Shape__Length": 107.64820604957268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185134891748106, 39.944294802882197 ], [ -75.185210066167699, 39.944369107074799 ], [ -75.185442436856405, 39.944452634788 ], [ -75.185575148939293, 39.944480220247598 ], [ -75.185679273354197, 39.9444948577394 ], [ -75.185769166636703, 39.944501343609701 ], [ -75.185867627833403, 39.944505742288399 ], [ -75.185961749475695, 39.944600580967702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29556, "tnode_": 29100, "lpoly_": null, "rpoly_": null, "length": 141.63028053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPTAINS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 21255, "l_hundred": 800, "r_hundred": 800, "seg_id": 323632, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPTAINS WAY", "stname": "CAPTAINS WAY", "objectid": 6144, "Shape__Length": 56.34842804452213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185961749475695, 39.944600580967702 ], [ -75.186307514525893, 39.944884009658203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29553, "tnode_": 29554, "lpoly_": null, "rpoly_": null, "length": 325.5977562, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMODORE", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 24550, "l_hundred": 100, "r_hundred": 100, "seg_id": 323633, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "COMMODORE CT", "stname": "COMMODORE CT", "objectid": 6145, "Shape__Length": 129.4578197895172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185134891748106, 39.944294802882197 ], [ -75.186055279827897, 39.9437498107648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29556, "tnode_": 29557, "lpoly_": null, "rpoly_": null, "length": 293.44885965999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMODORE", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 24550, "l_hundred": 600, "r_hundred": 600, "seg_id": 323634, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "COMMODORE CT", "stname": "COMMODORE CT", "objectid": 6146, "Shape__Length": 116.75159055499695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185961749475695, 39.944600580967702 ], [ -75.185978068992299, 39.944449361647202 ], [ -75.186154081326507, 39.944326007671002 ], [ -75.186619414572206, 39.944020768923501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29556, "tnode_": 29555, "lpoly_": null, "rpoly_": null, "length": 347.84522411999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGATTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 67845, "l_hundred": 400, "r_hundred": 400, "seg_id": 323635, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-24T00:00:00Z", "newsegdate": "2010-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "REGATTA DR", "stname": "REGATTA DR", "objectid": 6147, "Shape__Length": 138.19268278376595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185961749475695, 39.944600580967702 ], [ -75.1856941992164, 39.944796111681498 ], [ -75.185616789019605, 39.944821353701101 ], [ -75.185508288580394, 39.9448262846742 ], [ -75.184838940586303, 39.944739004313 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22988, "tnode_": 29588, "lpoly_": null, "rpoly_": null, "length": 22.62881925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1303, "r_f_add": 1300, "r_t_add": 1302, "st_code": 71320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323636, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 6148, "Shape__Length": 9.0189276341886337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203329317453793, 39.939231723030801 ], [ -75.203330513115702, 39.939169610869399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29588, "tnode_": 23046, "lpoly_": null, "rpoly_": null, "length": 128.99600981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1305, "l_t_add": 1317, "r_f_add": 1304, "r_t_add": 1316, "st_code": 71320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL AVE", "stname": "SCHUYLKILL AVE", "objectid": 6149, "Shape__Length": 51.412410460193463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203330513115702, 39.939169610869399 ], [ -75.203337330607198, 39.938815539342002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28774, "tnode_": 29594, "lpoly_": null, "rpoly_": null, "length": 49.00199721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3600, "l_t_add": 3602, "r_f_add": 3601, "r_t_add": 3603, "st_code": 38340, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 323638, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-11-09T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6150, "Shape__Length": 19.460095790129785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201186630929897, 39.940274850557401 ], [ -75.201200059861193, 39.940277981742398 ], [ -75.201353708698903, 39.940314279177798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29794, "tnode_": 21801, "lpoly_": null, "rpoly_": null, "length": 155.97348599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSLER", "st_type": "CIR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 501, "l_t_add": 551, "r_f_add": 500, "r_t_add": 550, "st_code": 61885, "l_hundred": 500, "r_hundred": 500, "seg_id": 323679, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-02-13T00:00:00Z", "newsegdate": "2013-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "OSLER CIR", "stname": "OSLER CIR", "objectid": 6151, "Shape__Length": 62.110460189275969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195153673679798, 39.947690055689698 ], [ -75.194874189807507, 39.947319846958599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21581, "tnode_": 29795, "lpoly_": null, "rpoly_": null, "length": 132.10948929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSLER", "st_type": "CIR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 577, "l_t_add": 599, "r_f_add": 576, "r_t_add": 598, "st_code": 61885, "l_hundred": 500, "r_hundred": 500, "seg_id": 323680, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-02-13T00:00:00Z", "newsegdate": "2013-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "OSLER CIR", "stname": "OSLER CIR", "objectid": 6152, "Shape__Length": 52.610073641021017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196010660228595, 39.948807678216099 ], [ -75.195777700527501, 39.948492444734903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25281, "tnode_": 25325, "lpoly_": null, "rpoly_": null, "length": 161.67994942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2335, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 88020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340084, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6153, "Shape__Length": 64.413663620523778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165162305945401, 39.920412256551302 ], [ -75.165261890728701, 39.919975098239398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29593, "tnode_": 29589, "lpoly_": null, "rpoly_": null, "length": 2426.0448085600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3400, "l_t_add": 3494, "r_f_add": 3401, "r_t_add": 3495, "st_code": 1174, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 323643, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 6154, "Shape__Length": 964.74962464765633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198028087401198, 39.941864512718901 ], [ -75.198182093438206, 39.9419392646478 ], [ -75.198342193294593, 39.9420415848722 ], [ -75.198471336475606, 39.942209054555398 ], [ -75.198593769192499, 39.942365402353403 ], [ -75.198685197423401, 39.942532366188701 ], [ -75.198875071971301, 39.942657837026402 ], [ -75.199312242605203, 39.942860129014598 ], [ -75.199641760496903, 39.942912575131103 ], [ -75.199820428740793, 39.942918103733803 ], [ -75.199992344057705, 39.942954046750003 ], [ -75.200140669257493, 39.9430069283774 ], [ -75.200377050430504, 39.943112501940298 ], [ -75.200451149480102, 39.943157710862302 ], [ -75.200538754053497, 39.943193106135098 ], [ -75.200777532592696, 39.943239641476197 ], [ -75.200863129764102, 39.943247767093901 ], [ -75.201047822692502, 39.943237004127901 ], [ -75.201216934114299, 39.943216286303297 ], [ -75.201607919973398, 39.943167916761404 ], [ -75.202066384145795, 39.943049722196001 ], [ -75.202319295499805, 39.942976885934797 ], [ -75.202731467313399, 39.942857660523799 ], [ -75.2029394217695, 39.9427481636287 ], [ -75.203246366847793, 39.942469691454399 ], [ -75.203390847117007, 39.942323123523998 ], [ -75.203511291413704, 39.942076170627701 ], [ -75.203645892080004, 39.941668252034198 ], [ -75.203685347093597, 39.941523275089097 ], [ -75.203773028686797, 39.941292894814801 ], [ -75.203857968837895, 39.941148759977601 ], [ -75.204245246169606, 39.940787271476403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29594, "tnode_": 29589, "lpoly_": null, "rpoly_": null, "length": 846.10201096000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3500, "l_t_add": 3548, "r_f_add": 3501, "r_t_add": 3549, "st_code": 1174, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 323644, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 6155, "Shape__Length": 336.00567032741657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201353708698903, 39.940314279177798 ], [ -75.201604039491102, 39.940233316148799 ], [ -75.202211676639195, 39.940382305109097 ], [ -75.202859846733404, 39.940510337968398 ], [ -75.203526186309603, 39.940608175988103 ], [ -75.204050530719897, 39.940707229039702 ], [ -75.204245246169606, 39.940787271476403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29589, "tnode_": 29588, "lpoly_": null, "rpoly_": null, "length": 829.12904276000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3550, "l_t_add": 3598, "r_f_add": 3551, "r_t_add": 3599, "st_code": 1174, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 323645, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2010-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 6156, "Shape__Length": 330.00775900830553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204245246169606, 39.940787271476403 ], [ -75.204363543088505, 39.940687952917699 ], [ -75.204403023275304, 39.940637556588598 ], [ -75.204428888706005, 39.940584514567597 ], [ -75.204413557516702, 39.940486698215999 ], [ -75.204377405240606, 39.940410193425798 ], [ -75.204265534423698, 39.940245675561002 ], [ -75.204243107075598, 39.940158567791599 ], [ -75.204244702056499, 39.940059776492603 ], [ -75.204244520309402, 39.939817277853699 ], [ -75.2042300938067, 39.939460347184202 ], [ -75.204222474469105, 39.939352467454199 ], [ -75.204186512794706, 39.939271427552796 ], [ -75.204126878786099, 39.939232765324903 ], [ -75.204054015847206, 39.939213945066498 ], [ -75.203693498354795, 39.939191677090399 ], [ -75.203508076084404, 39.939194692742198 ], [ -75.203330513115702, 39.939169610869399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23005, "tnode_": 23131, "lpoly_": null, "rpoly_": null, "length": 361.15549388, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1201, "l_t_add": 1245, "r_f_add": 1200, "r_t_add": 1244, "st_code": 88410, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 323646, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2010-11-19T00:00:00Z", "newsegdate": "2010-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 6157, "Shape__Length": 143.92774091779691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194912905118699, 39.939044749138098 ], [ -75.194944577822795, 39.938808534812999 ], [ -75.195104501389295, 39.938064704517103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22323, "tnode_": 29600, "lpoly_": null, "rpoly_": null, "length": 375.51427441000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1101, "l_t_add": 1123, "r_f_add": 1100, "r_t_add": 1122, "st_code": 88470, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323647, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 6158, "Shape__Length": 149.59846976765709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196434283234495, 39.943645099082303 ], [ -75.196556396173506, 39.943306536001103 ], [ -75.196905130604094, 39.942682339980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29600, "tnode_": 22912, "lpoly_": null, "rpoly_": null, "length": 1161.2768054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 88470, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 323648, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 6159, "Shape__Length": 462.68304952296489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196905130604094, 39.942682339980102 ], [ -75.197437366762102, 39.941729669878498 ], [ -75.198116507607395, 39.939729652080999 ], [ -75.198125128460305, 39.9396462962589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29626, "tnode_": 23279, "lpoly_": null, "rpoly_": null, "length": 2134.1353252099998, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 34578, "l_t_add": 34614, "r_f_add": 34577, "r_t_add": 34615, "st_code": 1160, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 323649, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 6160, "Shape__Length": 849.3530548859153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1936989036992, 39.942288188391302 ], [ -75.195520159286602, 39.940445503452302 ], [ -75.196473756864293, 39.9394937881681 ], [ -75.196655594889705, 39.9393123055915 ], [ -75.197924634227505, 39.938074125194397 ], [ -75.198320479564003, 39.937634498192601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22096, "tnode_": 29626, "lpoly_": null, "rpoly_": null, "length": 1380.46982845, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34550, "l_t_add": 34576, "r_f_add": 34551, "r_t_add": 34575, "st_code": 1160, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 323650, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 6161, "Shape__Length": 549.38092960835729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190612411241602, 39.945234182261999 ], [ -75.191410034690094, 39.944603806802597 ], [ -75.1936989036992, 39.942288188391302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29627, "tnode_": 23822, "lpoly_": null, "rpoly_": null, "length": 3652.1701910399997, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 34580, "l_t_add": 34644, "r_f_add": 34581, "r_t_add": 34645, "st_code": 1150, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 323651, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 6162, "Shape__Length": 1454.0564277828332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193869746060102, 39.9422844156732 ], [ -75.196574924791506, 39.939553628371499 ], [ -75.199018215310005, 39.937086964486703 ], [ -75.199233063483007, 39.936870048647499 ], [ -75.199738663701893, 39.9357860645353 ], [ -75.200110941250102, 39.933740903468298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22331, "tnode_": 29627, "lpoly_": null, "rpoly_": null, "length": 587.1891298, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34570, "l_t_add": 34578, "r_f_add": 34571, "r_t_add": 34579, "st_code": 1150, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 323652, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 6163, "Shape__Length": 233.69031606486135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192575830332004, 39.943551484449401 ], [ -75.193100509250598, 39.943060883353397 ], [ -75.193869746060102, 39.9422844156732 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23711, "tnode_": 29628, "lpoly_": null, "rpoly_": null, "length": 757.94775899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34644, "l_t_add": 34656, "r_f_add": 34645, "r_t_add": 34657, "st_code": 1160, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323654, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 6164, "Shape__Length": 302.02154379308899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1998560938205, 39.9339972918265 ], [ -75.200040699870996, 39.932854415003497 ], [ -75.200040441781994, 39.932649570943603 ], [ -75.200017902354006, 39.932483991951102 ], [ -75.199974719704301, 39.9322842914492 ], [ -75.1998861863553, 39.932049220822499 ], [ -75.199820218866506, 39.931951134523501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29628, "tnode_": 28175, "lpoly_": null, "rpoly_": null, "length": 1918.7979147799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34658, "l_t_add": 34688, "r_f_add": 34659, "r_t_add": 34689, "st_code": 1160, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323655, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 6165, "Shape__Length": 763.54677221623194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199820218866506, 39.931951134523501 ], [ -75.199779659914896, 39.931873333529197 ], [ -75.199664795869296, 39.931720414765003 ], [ -75.198305008587994, 39.930267563167099 ], [ -75.197768637520099, 39.929763153093099 ], [ -75.196870576395895, 39.928954817434501 ], [ -75.196407516752402, 39.928505206541502 ], [ -75.195868238044795, 39.9279553609814 ], [ -75.195690405911805, 39.927760930640801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29629, "tnode_": 24067, "lpoly_": null, "rpoly_": null, "length": 364.46644279000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34660, "l_t_add": 34664, "r_f_add": 34661, "r_t_add": 34665, "st_code": 1150, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323656, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 6166, "Shape__Length": 145.08596208128006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200005239317093, 39.931995372299603 ], [ -75.199968862077199, 39.931911170809101 ], [ -75.199821833202904, 39.931687919854703 ], [ -75.199680225959398, 39.931516832276898 ], [ -75.199328276165502, 39.931146836416801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23822, "tnode_": 29629, "lpoly_": null, "rpoly_": null, "length": 642.69510814, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 34646, "l_t_add": 34658, "r_f_add": 34647, "r_t_add": 34659, "st_code": 1150, "l_hundred": 34600, "r_hundred": 34600, "seg_id": 323657, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 6167, "Shape__Length": 256.10762329619746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200110941250102, 39.933740903468298 ], [ -75.200184967812007, 39.9327139302574 ], [ -75.200156518454193, 39.932413682581398 ], [ -75.2000749949365, 39.9321519999869 ], [ -75.200005239317093, 39.931995372299603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29643, "tnode_": 21746, "lpoly_": null, "rpoly_": null, "length": 520.7385348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2754, "l_t_add": 2898, "r_f_add": 2755, "r_t_add": 2899, "st_code": 73440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323659, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6168, "Shape__Length": 207.13139588822537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1863087329221, 39.946514523328098 ], [ -75.187444826282601, 39.947338834784098 ], [ -75.187666973171304, 39.947489337396597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29594, "tnode_": 29653, "lpoly_": null, "rpoly_": null, "length": 1106.6384182300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 3604, "l_t_add": 4214, "r_f_add": 3605, "r_t_add": 4215, "st_code": 38340, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 323660, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6169, "Shape__Length": 439.458050315116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201353708698903, 39.940314279177798 ], [ -75.201783495653402, 39.940415808710704 ], [ -75.203021611678906, 39.940725636753399 ], [ -75.204157887062394, 39.940975889544198 ], [ -75.205153419116698, 39.941121046965101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29653, "tnode_": 22726, "lpoly_": null, "rpoly_": null, "length": 904.56378451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 4216, "l_t_add": 4698, "r_f_add": 4217, "r_t_add": 4699, "st_code": 38340, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 323661, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6170, "Shape__Length": 359.12229886356232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205153419116698, 39.941121046965101 ], [ -75.205289461893003, 39.941140882593501 ], [ -75.206084761068297, 39.941213260663297 ], [ -75.207101109863501, 39.941290534187601 ], [ -75.207964708286298, 39.941296252431897 ], [ -75.208366226723598, 39.941286428636701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23052, "tnode_": 29701, "lpoly_": null, "rpoly_": null, "length": 321.98838990999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASCHALL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 63180, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 323667, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-04-04T00:00:00Z", "newsegdate": "2011-04-04T00:00:00Z", "multi_rep": 0, "streetlabe": "PASCHALL AVE", "stname": "PASCHALL AVE", "objectid": 6171, "Shape__Length": 128.05389532826933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212648118681301, 39.938957121883298 ], [ -75.2134972352696, 39.938362098759796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29708, "tnode_": 23259, "lpoly_": null, "rpoly_": null, "length": 161.02198389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 72420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323669, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "S SHEDWICK ST", "stname": "S SHEDWICK ST", "objectid": 6172, "Shape__Length": 64.156922610994215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199979584229496, 39.937671658002003 ], [ -75.200134161248599, 39.937245949207899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29734, "tnode_": 29735, "lpoly_": null, "rpoly_": null, "length": 474.44838044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WETHERILL", "st_type": "WAY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 1263, "l_hundred": 700, "r_hundred": 700, "seg_id": 323670, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2011-09-07T00:00:00Z", "newsegdate": "2011-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WETHERILL WAY", "stname": "WETHERILL WAY", "objectid": 6173, "Shape__Length": 188.76815939581093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207552235946196, 39.946378815127602 ], [ -75.206924225438698, 39.945907240409397 ], [ -75.206927174098695, 39.945907305782903 ], [ -75.206406558056599, 39.945427860976999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29734, "tnode_": 22097, "lpoly_": null, "rpoly_": null, "length": 298.835757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4214, "l_t_add": 4298, "r_f_add": 4215, "r_t_add": 4299, "st_code": 84480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 323671, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-09-07T00:00:00Z", "newsegdate": "2011-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6174, "Shape__Length": 118.90170064238377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207552235946196, 39.946378815127602 ], [ -75.2076639165535, 39.946289010582198 ], [ -75.208272031850399, 39.945773862230503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21898, "tnode_": 29734, "lpoly_": null, "rpoly_": null, "length": 233.83159424000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4212, "r_f_add": 4201, "r_t_add": 4213, "st_code": 84480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 323672, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-09-07T00:00:00Z", "newsegdate": "2011-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND AVE", "stname": "WOODLAND AVE", "objectid": 6175, "Shape__Length": 93.030283211750188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206975562571301, 39.946842523984898 ], [ -75.207552235946196, 39.946378815127602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29783, "tnode_": 29782, "lpoly_": null, "rpoly_": null, "length": 177.7039434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VA", "st_type": "DWY", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3263, "l_hundred": 0, "r_hundred": 0, "seg_id": 323673, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-12-06T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "VA DWY", "stname": "VA DWY", "objectid": 6176, "Shape__Length": 70.759738601619446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201413899792996, 39.949769303726796 ], [ -75.201081817003598, 39.949353799491199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29783, "tnode_": 29784, "lpoly_": null, "rpoly_": null, "length": 92.64894253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3918, "r_f_add": 0, "r_t_add": 0, "st_code": 15620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 323674, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-11-19T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 2, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 6177, "Shape__Length": 36.891951192004335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201413899792996, 39.949769303726796 ], [ -75.201467298416603, 39.949836117519702 ], [ -75.2015870383036, 39.949985933497302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21460, "tnode_": 29784, "lpoly_": null, "rpoly_": null, "length": 88.55926938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3901, "r_t_add": 3919, "st_code": 15620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 323675, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-11-19T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 1, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 6178, "Shape__Length": 35.163400479689116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2012722457943, 39.950005993283099 ], [ -75.2015870383036, 39.949985933497302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29785, "tnode_": 21460, "lpoly_": null, "rpoly_": null, "length": 75.47726509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3881, "r_t_add": 3899, "st_code": 15620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 323676, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2012-11-19T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 6179, "Shape__Length": 30.009790449639144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201055166887699, 39.949883452634701 ], [ -75.2012722457943, 39.950005993283099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21529, "tnode_": 29785, "lpoly_": null, "rpoly_": null, "length": 493.08625634000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTIMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3878, "r_f_add": 3801, "r_t_add": 3879, "st_code": 15620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 323677, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-11-19T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BALTIMORE AVE", "stname": "BALTIMORE AVE", "objectid": 6180, "Shape__Length": 195.97879853372405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1995481183843, 39.9492203018117 ], [ -75.199735607618194, 39.949374744527702 ], [ -75.2000438522808, 39.949465623953699 ], [ -75.200726235717696, 39.949697771082498 ], [ -75.201055166887699, 39.949883452634701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29094, "tnode_": 29801, "lpoly_": null, "rpoly_": null, "length": 283.16895222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADMIRALS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 11342, "l_hundred": 300, "r_hundred": 300, "seg_id": 323681, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-05-06T00:00:00Z", "newsegdate": "2013-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ADMIRALS WAY", "stname": "ADMIRALS WAY", "objectid": 6181, "Shape__Length": 112.56198821965165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183175928355297, 39.944357873712399 ], [ -75.183337494427604, 39.944514018580797 ], [ -75.183435207139496, 39.944611595046702 ], [ -75.183484772069704, 39.944641609422298 ], [ -75.183523571557899, 39.944658375906897 ], [ -75.183575721575394, 39.944669660207403 ], [ -75.183856109717794, 39.944703394456603 ], [ -75.183906765504304, 39.944704527726998 ], [ -75.183965308401397, 39.944695719971698 ], [ -75.183996031325805, 39.944683366050398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24761, "tnode_": 29803, "lpoly_": null, "rpoly_": null, "length": 250.54654414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1600, "l_t_add": 1628, "r_f_add": 1601, "r_t_add": 1629, "st_code": 63240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 323682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "W PASSYUNK AVE", "stname": "W PASSYUNK AVE", "objectid": 6182, "Shape__Length": 99.464173585466256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172946832565003, 39.924845759924601 ], [ -75.173576945584202, 39.924715387655901 ], [ -75.173815298513702, 39.924688812705099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22143, "tnode_": 29864, "lpoly_": null, "rpoly_": null, "length": 128.58863906000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 15460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 323683, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6183, "Shape__Length": 51.057661941061866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180952800983206, 39.944679257907097 ], [ -75.181405114020805, 39.944737548572803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29864, "tnode_": 22125, "lpoly_": null, "rpoly_": null, "length": 391.70331139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2519, "st_code": 15460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323684, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6184, "Shape__Length": 155.53076726498153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181405114020805, 39.944737548572803 ], [ -75.182782942632002, 39.944915101902403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22019, "tnode_": 29863, "lpoly_": null, "rpoly_": null, "length": 131.59277067000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2450, "r_f_add": 2401, "r_t_add": 2451, "st_code": 73440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 323685, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6185, "Shape__Length": 52.251129976656792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180749595257893, 39.945554913622303 ], [ -75.181212517945198, 39.945614397636703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29863, "tnode_": 21999, "lpoly_": null, "rpoly_": null, "length": 190.48089911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2452, "l_t_add": 2498, "r_f_add": 2453, "r_t_add": 2499, "st_code": 73440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 323686, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6186, "Shape__Length": 75.633735322584727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181212517945198, 39.945614397636703 ], [ -75.181882601301993, 39.945700497360598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29864, "tnode_": 29863, "lpoly_": null, "rpoly_": null, "length": 323.95285083000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRINLEY", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 100, "l_t_add": 224, "r_f_add": 101, "r_t_add": 225, "st_code": 19030, "l_hundred": 200, "r_hundred": 200, "seg_id": 323687, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-05-05T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BRINLEY CT", "stname": "BRINLEY CT", "objectid": 6187, "Shape__Length": 129.11168251527411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181405114020805, 39.944737548572803 ], [ -75.181212517945198, 39.945614397636703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29976, "tnode_": 29643, "lpoly_": null, "rpoly_": null, "length": 288.85992563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2752, "l_t_add": 2752, "r_f_add": 2753, "r_t_add": 2753, "st_code": 73440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323688, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2017-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6188, "Shape__Length": 114.81303435985535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185443612756799, 39.946134748846703 ], [ -75.185688667205895, 39.946168064190097 ], [ -75.185915560873596, 39.946227872698501 ], [ -75.1863087329221, 39.946514523328098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21966, "tnode_": 29976, "lpoly_": null, "rpoly_": null, "length": 338.55544029000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2700, "l_t_add": 2750, "r_f_add": 2701, "r_t_add": 2751, "st_code": 73440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 323689, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2017-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6189, "Shape__Length": 134.42869484090727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184251015208503, 39.945989301167202 ], [ -75.185443612756799, 39.946134748846703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29978, "tnode_": 29675, "lpoly_": null, "rpoly_": null, "length": 111.64779836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5378, "l_t_add": 5396, "r_f_add": 5379, "r_t_add": 5397, "st_code": 40573, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323690, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-21T00:00:00Z", "newsegdate": "2017-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 6190, "Shape__Length": 44.335763828870618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215698200627102, 39.932847529299401 ], [ -75.216076326314706, 39.932751621636399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23833, "tnode_": 29978, "lpoly_": null, "rpoly_": null, "length": 571.17596133999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5300, "l_t_add": 5376, "r_f_add": 5301, "r_t_add": 5377, "st_code": 40573, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 323691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-21T00:00:00Z", "newsegdate": "2017-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLEY ST", "stname": "HARLEY ST", "objectid": 6191, "Shape__Length": 226.81369400158528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213759694760498, 39.933328603373397 ], [ -75.215698200627102, 39.932847529299401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29976, "tnode_": 29977, "lpoly_": null, "rpoly_": null, "length": 56.71586953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OFFICE", "st_type": "DWY", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3205, "l_hundred": 0, "r_hundred": 0, "seg_id": 323692, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2017-04-13T00:00:00Z", "newsegdate": "2017-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "OFFICE DWY", "stname": "OFFICE DWY", "objectid": 6192, "Shape__Length": 22.602497338230169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185443612756799, 39.946134748846703 ], [ -75.185488712129697, 39.945982975578403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22669, "tnode_": 29995, "lpoly_": null, "rpoly_": null, "length": 86.64039791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2549, "l_t_add": 2557, "r_f_add": 2554, "r_t_add": 2560, "st_code": 38340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323693, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2018-06-07T15:02:49Z", "newsegdate": "2018-06-07T15:02:49Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6193, "Shape__Length": 34.445528566434326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186108382994405, 39.941296472603803 ], [ -75.186355165692106, 39.941153353730101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29995, "tnode_": 22785, "lpoly_": null, "rpoly_": null, "length": 418.36818437000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYS FERRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2559, "l_t_add": 2599, "r_f_add": 2562, "r_t_add": 2598, "st_code": 38340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323694, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2018-06-07T15:02:49Z", "newsegdate": "2018-06-07T15:02:49Z", "multi_rep": 0, "streetlabe": "GRAYS FERRY AVE", "stname": "GRAYS FERRY AVE", "objectid": 6194, "Shape__Length": 166.39539558983699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186355165692106, 39.941153353730101 ], [ -75.186628740515005, 39.940994696048101 ], [ -75.187447323036096, 39.940373515140401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29995, "tnode_": 29998, "lpoly_": null, "rpoly_": null, "length": 284.80396835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRADUATE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 37910, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 323695, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2018-06-27T13:20:14Z", "newsegdate": "2018-06-27T13:20:14Z", "multi_rep": null, "streetlabe": "GRADUATE SQ ", "stname": "GRADUATE SQ ", "objectid": 6195, "Shape__Length": 113.24882687814809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186355165692106, 39.941153353730101 ], [ -75.186147912264104, 39.940939849857898 ], [ -75.185713219586503, 39.940707512361698 ], [ -75.185582978414203, 39.940667497744798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30043, "tnode_": 22838, "lpoly_": null, "rpoly_": null, "length": 119.36956537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1071, "l_t_add": 1099, "r_f_add": 1070, "r_t_add": 1098, "st_code": 88270, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2021-01-28T14:11:13Z", "newsegdate": "2021-01-28T14:11:13Z", "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 6196, "Shape__Length": 47.570372900484251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183066031973297, 39.940227205771997 ], [ -75.183143003746395, 39.939904922182002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22738, "tnode_": 30043, "lpoly_": null, "rpoly_": null, "length": 149.07832704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1015, "l_t_add": 1069, "r_f_add": 1012, "r_t_add": 1068, "st_code": 88270, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323697, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2021-01-28T14:11:13Z", "newsegdate": "2021-01-28T14:11:13Z", "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 6197, "Shape__Length": 59.410026903450316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182969900975905, 39.940629699198702 ], [ -75.183066031973297, 39.940227205771997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30043, "tnode_": 30044, "lpoly_": null, "rpoly_": null, "length": 287.9402151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INNOVATOR", "st_type": "WAY", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 44947, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 323698, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2021-01-28T14:24:23Z", "newsegdate": "2021-01-28T14:24:23Z", "multi_rep": null, "streetlabe": "INNOVATOR WAY ", "stname": "INNOVATOR WAY ", "objectid": 6198, "Shape__Length": 114.33802211939826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183066031973297, 39.940227205771997 ], [ -75.183516285377394, 39.940330176932903 ], [ -75.183822678997402, 39.9403849501265 ], [ -75.184061079607304, 39.940419605424403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23351, "tnode_": 30104, "lpoly_": null, "rpoly_": null, "length": 104.06547278, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 63380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 323699, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2023-03-22T13:09:18Z", "newsegdate": "2023-03-22T13:09:18Z", "multi_rep": 0, "streetlabe": "S PATTON ST", "stname": "S PATTON ST", "objectid": 6199, "Shape__Length": 41.464546408425157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196476639282295, 39.936611039814203 ], [ -75.196383581612395, 39.936887585385897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22798, "tnode_": 30125, "lpoly_": null, "rpoly_": null, "length": 111.96736181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1015, "l_t_add": 1023, "r_f_add": 1014, "r_t_add": 1024, "st_code": 88200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323700, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2023-11-30T14:29:26Z", "newsegdate": "2023-11-30T14:29:26Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 6200, "Shape__Length": 44.621306056108189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178073691441895, 39.9400892830202 ], [ -75.178140035781496, 39.9397861906752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30125, "tnode_": 22907, "lpoly_": null, "rpoly_": null, "length": 188.16649801, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1025, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 88200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323701, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2023-11-30T14:29:26Z", "newsegdate": "2023-11-30T14:29:26Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 6201, "Shape__Length": 74.987464154536781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178140035781496, 39.9397861906752 ], [ -75.178253742177802, 39.939277119366302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22772, "tnode_": 30126, "lpoly_": null, "rpoly_": null, "length": 113.7355359, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1015, "l_t_add": 1017, "r_f_add": 1014, "r_t_add": 1016, "st_code": 88220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323702, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2023-11-30T14:30:50Z", "newsegdate": "2023-11-30T14:30:50Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 6202, "Shape__Length": 45.325629488336446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179664789307594, 39.940298198499399 ], [ -75.1797353034342, 39.939990734319402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30126, "tnode_": 22821, "lpoly_": null, "rpoly_": null, "length": 15.8666235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 1019, "l_t_add": 1027, "r_f_add": 1018, "r_t_add": 1026, "st_code": 88220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 323703, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2023-11-30T14:30:50Z", "newsegdate": "2023-11-30T14:30:50Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 6203, "Shape__Length": 6.3227579363524811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1797353034342, 39.939990734319402 ], [ -75.179747246966102, 39.939948159752703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30126, "tnode_": 30125, "lpoly_": null, "rpoly_": null, "length": 453.48937461000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "CT", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 49723, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 323704, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2023-11-30T14:37:55Z", "newsegdate": "2023-11-30T14:37:55Z", "multi_rep": null, "streetlabe": "LEAGUE CT ", "stname": "LEAGUE CT ", "objectid": 6204, "Shape__Length": 180.05043820890663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1797353034342, 39.939990734319402 ], [ -75.178140035781496, 39.9397861906752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30128, "tnode_": 29111, "lpoly_": null, "rpoly_": null, "length": 371.93879734999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER FIELDS", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 658, "l_t_add": 698, "r_f_add": 659, "r_t_add": 699, "st_code": 68785, "l_hundred": 600, "r_hundred": 600, "seg_id": 323705, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2024-01-31T13:01:47Z", "newsegdate": "2024-01-31T13:01:47Z", "multi_rep": 0, "streetlabe": "RIVER FIELDS DR", "stname": "RIVER FIELDS DR", "objectid": 6205, "Shape__Length": 148.10837938759954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192915752278793, 39.944888993136701 ], [ -75.192947167870201, 39.944831776692702 ], [ -75.192954610810304, 39.944745068331301 ], [ -75.1928959514333, 39.9446375813488 ], [ -75.1925945500833, 39.944315539512303 ], [ -75.192518822051994, 39.944217324248399 ], [ -75.192414460344594, 39.9441023820658 ], [ -75.192370667754901, 39.9440039101938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29110, "tnode_": 30128, "lpoly_": null, "rpoly_": null, "length": 595.17506202999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER FIELDS", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 656, "r_f_add": 601, "r_t_add": 657, "st_code": 68785, "l_hundred": 600, "r_hundred": 600, "seg_id": 323706, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2024-01-31T13:01:47Z", "newsegdate": "2024-01-31T13:01:47Z", "multi_rep": 0, "streetlabe": "RIVER FIELDS DR", "stname": "RIVER FIELDS DR", "objectid": 6206, "Shape__Length": 236.7716748250935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191422371320499, 39.946050104952903 ], [ -75.192915752278793, 39.944888993136701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30129, "tnode_": 30128, "lpoly_": null, "rpoly_": null, "length": 612.54360122999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER FIELDS SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 4225, "l_hundred": 600, "r_hundred": 600, "seg_id": 323707, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2024-01-31T15:11:06Z", "newsegdate": "2024-01-31T15:11:06Z", "multi_rep": null, "streetlabe": "RIVER FIELDS SERVICE RD ", "stname": "RIVER FIELDS SERVICE RD ", "objectid": 6207, "Shape__Length": 243.7812402692735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191749149109796, 39.946178871054798 ], [ -75.191956754119104, 39.946032398371003 ], [ -75.192270542802305, 39.945826075793299 ], [ -75.192501221232504, 39.9456801166722 ], [ -75.192685412099905, 39.945542010027403 ], [ -75.1927747900762, 39.945468451344396 ], [ -75.192858398065894, 39.945394764864197 ], [ -75.192925868630098, 39.945289608575997 ], [ -75.192948021176406, 39.945161221340697 ], [ -75.1929505275411, 39.945094614339503 ], [ -75.192915752278793, 39.944888993136701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21277, "tnode_": 30130, "lpoly_": null, "rpoly_": null, "length": 192.94053674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3840, "r_f_add": 3801, "r_t_add": 3841, "st_code": 73960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 323708, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2024-01-31T15:17:03Z", "newsegdate": "2024-01-31T15:17:03Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 6208, "Shape__Length": 76.616433438548867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199207465515599, 39.9512664190976 ], [ -75.1998866166835, 39.951351960320103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30130, "tnode_": 27252, "lpoly_": null, "rpoly_": null, "length": 260.71656221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3842, "l_t_add": 3898, "r_f_add": 3843, "r_t_add": 3899, "st_code": 73960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 323709, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2024-01-31T15:17:03Z", "newsegdate": "2024-01-31T15:17:03Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 6209, "Shape__Length": 103.53035610366297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1998866166835, 39.951351960320103 ], [ -75.200804342224799, 39.951467544585597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23228, "tnode_": 23309, "lpoly_": null, "rpoly_": null, "length": 221.11365999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 823, "l_t_add": 899, "r_f_add": 830, "r_t_add": 898, "st_code": 43820, "l_hundred": 800, "r_hundred": 800, "seg_id": 340037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 6210, "Shape__Length": 88.113112111910141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145610452485798, 39.936302398169502 ], [ -75.145742733004596, 39.935704015651098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24080, "tnode_": 24212, "lpoly_": null, "rpoly_": null, "length": 467.62619031000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 81700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340041, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 6211, "Shape__Length": 186.32967047585078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145543587953199, 39.9300396011202 ], [ -75.145823204094299, 39.928774086238001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24212, "tnode_": 24362, "lpoly_": null, "rpoly_": null, "length": 449.67061235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 81700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 340042, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 6212, "Shape__Length": 179.17165477426533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145823204094299, 39.928774086238001 ], [ -75.146093535182402, 39.927557354931402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24362, "tnode_": 24517, "lpoly_": null, "rpoly_": null, "length": 447.80241237999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 81700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 340043, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 6213, "Shape__Length": 178.42469048490136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146093535182402, 39.927557354931402 ], [ -75.146358773398006, 39.9263451604279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24912, "tnode_": 24986, "lpoly_": null, "rpoly_": null, "length": 174.47719688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2114, "st_code": 87980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 340044, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6214, "Shape__Length": 69.517496424295445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161312600323896, 39.923306107436503 ], [ -75.161402442748695, 39.922832166794301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29593, "tnode_": 29968, "lpoly_": null, "rpoly_": null, "length": 3205.87364785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19146, "zip_right": 19146, "l_f_add": 700, "l_t_add": 1198, "r_f_add": 701, "r_t_add": 1199, "st_code": 1174, "l_hundred": 700, "r_hundred": 700, "seg_id": 323710, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2025-07-16T09:37:08Z", "newsegdate": "2025-07-16T09:37:08Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 6215, "Shape__Length": 1274.7189454555403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198028087401198, 39.941864512718901 ], [ -75.197947880486893, 39.941807194588698 ], [ -75.197916198469997, 39.9417931403393 ], [ -75.197876803506006, 39.9417865423829 ], [ -75.197843547151805, 39.941814409353903 ], [ -75.197800174535402, 39.941847772606103 ], [ -75.197776248328296, 39.941891103912702 ], [ -75.197759104719196, 39.941951751216997 ], [ -75.197749030021498, 39.942022091168802 ], [ -75.197731099169701, 39.942103698187701 ], [ -75.197702436703295, 39.942141203599498 ], [ -75.197636336776597, 39.942161187477097 ], [ -75.197598192331697, 39.942146035168598 ], [ -75.197577068662795, 39.942131261617803 ], [ -75.197560425194595, 39.942079637480802 ], [ -75.197559701323499, 39.9420164472916 ], [ -75.197577767974806, 39.941947715999099 ], [ -75.197614143113199, 39.941762579320503 ], [ -75.197613311450894, 39.9417434901071 ], [ -75.197589048538404, 39.941729837828198 ], [ -75.197431624917002, 39.941653982773701 ], [ -75.197338362133394, 39.941869439945698 ], [ -75.197212504078706, 39.941818960265302 ], [ -75.197251231850601, 39.9417155261742 ], [ -75.197262769986295, 39.941614466564999 ], [ -75.197265454197293, 39.941543008895898 ], [ -75.197228339174103, 39.941500463532499 ], [ -75.197158714129998, 39.941498913894002 ], [ -75.197126204023505, 39.941539909621802 ], [ -75.197068919240294, 39.941622071425201 ], [ -75.197035513078006, 39.941686885122301 ], [ -75.196987530654297, 39.941727536427003 ], [ -75.196910168722297, 39.941725814430001 ], [ -75.196865988298896, 39.941665232996598 ], [ -75.196908248703195, 39.941570816535403 ], [ -75.196980558324, 39.9415009086634 ], [ -75.197060604423797, 39.941431172948498 ], [ -75.197055553390101, 39.941359543107303 ], [ -75.197001176876299, 39.941364292032297 ], [ -75.196937273992006, 39.941416508362401 ], [ -75.196825163804405, 39.941515329247601 ], [ -75.196718777527295, 39.941667915291902 ], [ -75.196547686668595, 39.941687946253602 ], [ -75.196331073192397, 39.941683123694702 ], [ -75.195907821023894, 39.941614101449801 ], [ -75.195845931369206, 39.941612723268697 ], [ -75.195310219315701, 39.941445837204597 ], [ -75.194988211481899, 39.941361186928901 ], [ -75.1945320032697, 39.941345064173298 ], [ -75.194248799934499, 39.941463909367499 ], [ -75.193511521279405, 39.941715669792302 ], [ -75.193067870505701, 39.941777297926201 ], [ -75.1923703857329, 39.9420001392537 ], [ -75.192039189031902, 39.942159628319303 ], [ -75.191690723969799, 39.942366409058401 ], [ -75.191394169594503, 39.942633945782802 ], [ -75.191037853104206, 39.943049142883098 ], [ -75.190885705613397, 39.943182824199397 ], [ -75.190613051411006, 39.9433204658812 ], [ -75.190296462823994, 39.943393728809603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21866, "tnode_": 21960, "lpoly_": null, "rpoly_": null, "length": 252.71035035, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 309, "l_t_add": 337, "r_f_add": 308, "r_t_add": 336, "st_code": 21000, "l_hundred": 300, "r_hundred": 300, "seg_id": 340002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6216, "Shape__Length": 100.71942254883815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161934767732703, 39.946205293800297 ], [ -75.162081643665005, 39.9455208450794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21960, "tnode_": 22017, "lpoly_": null, "rpoly_": null, "length": 115.27483686, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 339, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 21000, "l_hundred": 300, "r_hundred": 300, "seg_id": 340003, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6217, "Shape__Length": 45.942707027855135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162081643665005, 39.9455208450794 ], [ -75.162152214288398, 39.945209097755402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22040, "tnode_": 22083, "lpoly_": null, "rpoly_": null, "length": 133.01801588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 406, "st_code": 66560, "l_hundred": 400, "r_hundred": 400, "seg_id": 340004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 6218, "Shape__Length": 53.01526433483621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160583333064295, 39.945009989532501 ], [ -75.160654601268206, 39.944648982081098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22083, "tnode_": 22106, "lpoly_": null, "rpoly_": null, "length": 33.91458864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 409, "l_t_add": 409, "r_f_add": 408, "r_t_add": 412, "st_code": 66560, "l_hundred": 400, "r_hundred": 400, "seg_id": 340005, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 6219, "Shape__Length": 13.515648478835802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160654601268206, 39.944648982081098 ], [ -75.160680313853803, 39.944558010136497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22297, "tnode_": 22366, "lpoly_": null, "rpoly_": null, "length": 178.6867785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 516, "st_code": 87900, "l_hundred": 500, "r_hundred": 500, "seg_id": 340006, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6220, "Shape__Length": 71.212222412827302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150540981951906, 39.942832058551197 ], [ -75.150652893229505, 39.942349163639399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22309, "tnode_": 22369, "lpoly_": null, "rpoly_": null, "length": 161.07859775, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 609, "r_f_add": 600, "r_t_add": 614, "st_code": 23860, "l_hundred": 600, "r_hundred": 600, "seg_id": 340007, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2008-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6221, "Shape__Length": 64.195601135405468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159780509077606, 39.942954758865298 ], [ -75.159877111784198, 39.942518874527899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22369, "tnode_": 22454, "lpoly_": null, "rpoly_": null, "length": 166.56079388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 611, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 23860, "l_hundred": 600, "r_hundred": 600, "seg_id": 340008, "oneway": "FT", "class": 4, "responsibl": "PRIVATE", "update_": "2008-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6222, "Shape__Length": 66.374534698539549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159877111784198, 39.942518874527899 ], [ -75.159972075199903, 39.942132910048301 ], [ -75.159940925713798, 39.9420731341147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22534, "tnode_": 26984, "lpoly_": null, "rpoly_": null, "length": 175.85536359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1348, "l_t_add": 1398, "r_f_add": 1345, "r_t_add": 1399, "st_code": 34280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340009, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6223, "Shape__Length": 69.822108235556072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165215459292497, 39.941735264799199 ], [ -75.165726036360397, 39.941796018560503 ], [ -75.165834415892306, 39.9418126658625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22424, "tnode_": 22580, "lpoly_": null, "rpoly_": null, "length": 356.92726638000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 765, "r_f_add": 700, "r_t_add": 764, "st_code": 71020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 6224, "Shape__Length": 142.24719095514118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161505915325193, 39.9422681346297 ], [ -75.161704610542898, 39.941354486488798 ], [ -75.161714010193705, 39.941301528674202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22557, "tnode_": 22601, "lpoly_": null, "rpoly_": null, "length": 114.19835253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 607, "r_f_add": 600, "r_t_add": 606, "st_code": 40360, "l_hundred": 600, "r_hundred": 600, "seg_id": 340012, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 6225, "Shape__Length": 45.510817128728839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145033818423499, 39.941108001202998 ], [ -75.145103238423104, 39.940799099988297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22627, "tnode_": 22617, "lpoly_": null, "rpoly_": null, "length": 121.62198055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 401, "r_t_add": 411, "st_code": 15460, "l_hundred": 0, "r_hundred": 400, "seg_id": 340013, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6226, "Shape__Length": 48.287681640784257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149381501280104, 39.940743987445302 ], [ -75.149810414941797, 39.9407936424832 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22643, "tnode_": 22627, "lpoly_": null, "rpoly_": null, "length": 309.51476411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 313, "r_t_add": 399, "st_code": 15460, "l_hundred": 0, "r_hundred": 300, "seg_id": 340014, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6227, "Shape__Length": 122.88903800813215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148292587982397, 39.940604852347398 ], [ -75.149381501280104, 39.940743987445302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22648, "tnode_": 22643, "lpoly_": null, "rpoly_": null, "length": 139.44263118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 301, "r_t_add": 311, "st_code": 15460, "l_hundred": 0, "r_hundred": 300, "seg_id": 340015, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6228, "Shape__Length": 55.362779212202113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147800721019195, 39.940548477916501 ], [ -75.148292587982397, 39.940604852347398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22671, "tnode_": 22666, "lpoly_": null, "rpoly_": null, "length": 139.20223739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 210, "l_t_add": 220, "r_f_add": 213, "r_t_add": 231, "st_code": 15460, "l_hundred": 200, "r_hundred": 200, "seg_id": 340016, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6229, "Shape__Length": 55.267968084106123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146444109825595, 39.940380878867899 ], [ -75.146934249688002, 39.9404415214482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22679, "tnode_": 22671, "lpoly_": null, "rpoly_": null, "length": 168.28196896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 211, "st_code": 15460, "l_hundred": 200, "r_hundred": 200, "seg_id": 340018, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6230, "Shape__Length": 66.81311110639183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145851093919603, 39.9403099297596 ], [ -75.146444109825595, 39.940380878867899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22601, "tnode_": 22689, "lpoly_": null, "rpoly_": null, "length": 209.4096048, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 609, "l_t_add": 699, "r_f_add": 608, "r_t_add": 698, "st_code": 40360, "l_hundred": 600, "r_hundred": 600, "seg_id": 340019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 6231, "Shape__Length": 83.454537913903977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145103238423104, 39.940799099988297 ], [ -75.145228807030904, 39.940232428221996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22689, "tnode_": 22679, "lpoly_": null, "rpoly_": null, "length": 176.76254992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 126, "l_t_add": 198, "r_f_add": 123, "r_t_add": 199, "st_code": 15460, "l_hundred": 100, "r_hundred": 100, "seg_id": 340020, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6232, "Shape__Length": 70.180621035114015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145228807030904, 39.940232428221996 ], [ -75.145851093919603, 39.9403099297596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22567, "tnode_": 22697, "lpoly_": null, "rpoly_": null, "length": 323.71590163999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 35220, "l_hundred": 600, "r_hundred": 600, "seg_id": 340021, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6233, "Shape__Length": 129.0083200083692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144062689778394, 39.940981101363697 ], [ -75.144256491938194, 39.940105071210297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22671, "tnode_": 22723, "lpoly_": null, "rpoly_": null, "length": 367.5470596, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 64520, "l_hundred": 700, "r_hundred": 700, "seg_id": 340022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 6234, "Shape__Length": 146.27016214431816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146444109825595, 39.940380878867899 ], [ -75.146453378965404, 39.940334996600903 ], [ -75.146588818301595, 39.939760957474299 ], [ -75.147072678455899, 39.939831627752802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22697, "tnode_": 22764, "lpoly_": null, "rpoly_": null, "length": 179.62643425, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 714, "st_code": 35220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340024, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6235, "Shape__Length": 71.585461794764839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144256491938194, 39.940105071210297 ], [ -75.144358045744895, 39.939618209646802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22764, "tnode_": 22740, "lpoly_": null, "rpoly_": null, "length": 458.01971117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 47340, "l_hundred": 100, "r_hundred": 100, "seg_id": 340025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 6236, "Shape__Length": 181.84711402928289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144358045744895, 39.939618209646802 ], [ -75.145971036130902, 39.939816346639802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22764, "tnode_": 22825, "lpoly_": null, "rpoly_": null, "length": 158.36808718999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 717, "l_t_add": 731, "r_f_add": 716, "r_t_add": 730, "st_code": 35220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340026, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6237, "Shape__Length": 63.111277146738637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144358045744895, 39.939618209646802 ], [ -75.144459660622104, 39.939190563708202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22825, "tnode_": 22792, "lpoly_": null, "rpoly_": null, "length": 455.63159647000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56660, "l_hundred": 100, "r_hundred": 100, "seg_id": 340027, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 6238, "Shape__Length": 180.91843308047424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144459660622104, 39.939190563708202 ], [ -75.146040580896795, 39.939479512522702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22825, "tnode_": 22865, "lpoly_": null, "rpoly_": null, "length": 114.09869358, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 733, "l_t_add": 741, "r_f_add": 732, "r_t_add": 740, "st_code": 35220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340028, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6239, "Shape__Length": 45.469459038278345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144459660622104, 39.939190563708202 ], [ -75.144531434533803, 39.938882259605897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22865, "tnode_": 22837, "lpoly_": null, "rpoly_": null, "length": 454.97561868999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 63720, "l_hundred": 100, "r_hundred": 100, "seg_id": 340029, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 6240, "Shape__Length": 180.65381264413884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144531434533803, 39.938882259605897 ], [ -75.146113920953695, 39.9391580143404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23004, "tnode_": 22964, "lpoly_": null, "rpoly_": null, "length": 449.28183467999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 21900, "l_hundred": 300, "r_hundred": 300, "seg_id": 340030, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6241, "Shape__Length": 178.39149540504019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148370701708103, 39.937965561308999 ], [ -75.149932346030496, 39.938241300704199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23071, "tnode_": 23050, "lpoly_": null, "rpoly_": null, "length": 320.88214861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 132, "r_f_add": 101, "r_t_add": 129, "st_code": 21900, "l_hundred": 100, "r_hundred": 100, "seg_id": 340031, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6242, "Shape__Length": 127.40787314329765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144873127834998, 39.9373437651413 ], [ -75.145988581443206, 39.937540296533101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23050, "tnode_": 23140, "lpoly_": null, "rpoly_": null, "length": 251.95616275999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 819, "r_f_add": 800, "r_t_add": 818, "st_code": 40360, "l_hundred": 800, "r_hundred": 800, "seg_id": 340032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 6243, "Shape__Length": 100.40380326357132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145988581443206, 39.937540296533101 ], [ -75.146144993838107, 39.9369029048298 ], [ -75.146147682996499, 39.9368599673098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23140, "tnode_": 23216, "lpoly_": null, "rpoly_": null, "length": 164.86063818, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 821, "l_t_add": 837, "r_f_add": 820, "r_t_add": 838, "st_code": 40360, "l_hundred": 800, "r_hundred": 800, "seg_id": 340033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 6244, "Shape__Length": 65.694729297793941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146147682996499, 39.9368599673098 ], [ -75.146136836884395, 39.936811038840403 ], [ -75.1462392207048, 39.936415894559502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23154, "tnode_": 23228, "lpoly_": null, "rpoly_": null, "length": 161.69026761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 821, "r_f_add": 800, "r_t_add": 828, "st_code": 43820, "l_hundred": 800, "r_hundred": 800, "seg_id": 340034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 6245, "Shape__Length": 64.432716851432545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145508171022797, 39.936739219275303 ], [ -75.145610452485798, 39.936302398169502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23216, "tnode_": 23292, "lpoly_": null, "rpoly_": null, "length": 201.44736156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 839, "l_t_add": 899, "r_f_add": 840, "r_t_add": 898, "st_code": 40360, "l_hundred": 800, "r_hundred": 800, "seg_id": 340035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 6246, "Shape__Length": 80.276470520556046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1462392207048, 39.936415894559502 ], [ -75.146358691630695, 39.935870597174699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24986, "tnode_": 24960, "lpoly_": null, "rpoly_": null, "length": 450.4105817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21200, "l_hundred": 900, "r_hundred": 900, "seg_id": 340045, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 6247, "Shape__Length": 178.79152924216999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161402442748695, 39.922832166794301 ], [ -75.161479468039303, 39.922857560957901 ], [ -75.162916637646802, 39.923042699953101 ], [ -75.1629769929026, 39.923061135951897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24960, "tnode_": 25001, "lpoly_": null, "rpoly_": null, "length": 137.45620714, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2121, "l_t_add": 2133, "r_f_add": 2120, "r_t_add": 2132, "st_code": 88000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 340046, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6248, "Shape__Length": 54.766120667020921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1629769929026, 39.923061135951897 ], [ -75.163054031313195, 39.922688492385902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24986, "tnode_": 25020, "lpoly_": null, "rpoly_": null, "length": 124.90098353, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2117, "l_t_add": 2127, "r_f_add": 2116, "r_t_add": 2126, "st_code": 87980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 340047, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6249, "Shape__Length": 49.763771902887726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161402442748695, 39.922832166794301 ], [ -75.161471483148503, 39.922493443455998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25020, "tnode_": 25001, "lpoly_": null, "rpoly_": null, "length": 449.52328001999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 83960, "l_hundred": 900, "r_hundred": 900, "seg_id": 340048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 6250, "Shape__Length": 178.4289466789028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161471483148503, 39.922493443455998 ], [ -75.163054031313195, 39.922688492385902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25036, "tnode_": 25020, "lpoly_": null, "rpoly_": null, "length": 444.89412607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 83960, "l_hundred": 800, "r_hundred": 800, "seg_id": 340049, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 6251, "Shape__Length": 176.59230568094515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159906761526003, 39.922296323492503 ], [ -75.159984729687494, 39.922298446864602 ], [ -75.161471483148503, 39.922493443455998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25001, "tnode_": 25046, "lpoly_": null, "rpoly_": null, "length": 153.71761854000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2134, "r_t_add": 2198, "st_code": 88000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 340050, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6252, "Shape__Length": 61.244143968281882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163054031313195, 39.922688492385902 ], [ -75.163144360887699, 39.922272288926102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25020, "tnode_": 25064, "lpoly_": null, "rpoly_": null, "length": 155.91719682000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2129, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 87980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 340051, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6253, "Shape__Length": 62.118020715322963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161471483148503, 39.922493443455998 ], [ -75.161577773773004, 39.922073327809002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25046, "tnode_": 25097, "lpoly_": null, "rpoly_": null, "length": 159.12948761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 88000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6254, "Shape__Length": 63.400090572584048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163144360887699, 39.922272288926102 ], [ -75.163236881874298, 39.9218413059155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25064, "tnode_": 25118, "lpoly_": null, "rpoly_": null, "length": 160.2226966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2217, "r_f_add": 2200, "r_t_add": 2212, "st_code": 87980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340053, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6255, "Shape__Length": 63.835311165450491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161577773773004, 39.922073327809002 ], [ -75.1616719487251, 39.921639514338601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25118, "tnode_": 25097, "lpoly_": null, "rpoly_": null, "length": 445.04993874999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 77740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340054, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 6256, "Shape__Length": 176.65274892698889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1616719487251, 39.921639514338601 ], [ -75.163236881874298, 39.9218413059155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25097, "tnode_": 25144, "lpoly_": null, "rpoly_": null, "length": 133.41825515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2229, "r_f_add": 2216, "r_t_add": 2228, "st_code": 88000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340055, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6257, "Shape__Length": 53.155060740763496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163236881874298, 39.9218413059155 ], [ -75.163320476182307, 39.921480755812098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25118, "tnode_": 25164, "lpoly_": null, "rpoly_": null, "length": 133.93372638999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2219, "l_t_add": 2235, "r_f_add": 2214, "r_t_add": 2242, "st_code": 87980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340056, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6258, "Shape__Length": 53.361262730455365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1616719487251, 39.921639514338601 ], [ -75.161749195678695, 39.921276691910002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25164, "tnode_": 25144, "lpoly_": null, "rpoly_": null, "length": 446.94515057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 27240, "l_hundred": 900, "r_hundred": 900, "seg_id": 340057, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 6259, "Shape__Length": 177.40433692977732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161749195678695, 39.921276691910002 ], [ -75.163320476182307, 39.921480755812098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25144, "tnode_": 25195, "lpoly_": null, "rpoly_": null, "length": 168.21034050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2230, "r_t_add": 2298, "st_code": 88000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340058, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6260, "Shape__Length": 67.017762934121777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163320476182307, 39.921480755812098 ], [ -75.163414865624105, 39.921024752162502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25205, "tnode_": 25195, "lpoly_": null, "rpoly_": null, "length": 156.46554056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 930, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 84260, "l_hundred": 900, "r_hundred": 900, "seg_id": 340059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6261, "Shape__Length": 62.10544444332438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162865366684102, 39.9209507669039 ], [ -75.163414865624105, 39.921024752162502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25158, "tnode_": 25212, "lpoly_": null, "rpoly_": null, "length": 158.9918442, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 88040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340060, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6262, "Shape__Length": 63.345769681750077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1665652690385, 39.921427175066299 ], [ -75.166648163590395, 39.920995414291298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25212, "tnode_": 25184, "lpoly_": null, "rpoly_": null, "length": 444.68814766000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 29640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 6263, "Shape__Length": 176.50615552841822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166648163590395, 39.920995414291298 ], [ -75.168213308263304, 39.921190026515603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25213, "tnode_": 25205, "lpoly_": null, "rpoly_": null, "length": 138.47761221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 916, "l_t_add": 928, "r_f_add": 917, "r_t_add": 933, "st_code": 84260, "l_hundred": 900, "r_hundred": 900, "seg_id": 340062, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6264, "Shape__Length": 54.965543355433745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162379104317495, 39.920885008773801 ], [ -75.162865366684102, 39.9209507669039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25164, "tnode_": 25221, "lpoly_": null, "rpoly_": null, "length": 168.46206001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2237, "l_t_add": 2299, "r_f_add": 2244, "r_t_add": 2298, "st_code": 87980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 340063, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6265, "Shape__Length": 67.117558381533371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161749195678695, 39.921276691910002 ], [ -75.161845820834401, 39.920820265850601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25221, "tnode_": 25213, "lpoly_": null, "rpoly_": null, "length": 151.42685328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 915, "st_code": 84260, "l_hundred": 900, "r_hundred": 900, "seg_id": 340064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6266, "Shape__Length": 60.104040576744097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161845820834401, 39.920820265850601 ], [ -75.162379104317495, 39.920885008773801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25230, "tnode_": 25221, "lpoly_": null, "rpoly_": null, "length": 155.46608205000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 830, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 84260, "l_hundred": 800, "r_hundred": 800, "seg_id": 340065, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6267, "Shape__Length": 61.707389424760933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161298503255196, 39.920752872645998 ], [ -75.161845820834401, 39.920820265850601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25236, "tnode_": 25230, "lpoly_": null, "rpoly_": null, "length": 82.74067768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 822, "l_t_add": 828, "r_f_add": 819, "r_t_add": 829, "st_code": 84260, "l_hundred": 800, "r_hundred": 800, "seg_id": 340066, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6268, "Shape__Length": 32.841646895579714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161007620048395, 39.920715108183103 ], [ -75.161298503255196, 39.920752872645998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25184, "tnode_": 25239, "lpoly_": null, "rpoly_": null, "length": 129.30297622999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2315, "l_t_add": 2325, "r_f_add": 2314, "r_t_add": 2324, "st_code": 88060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6269, "Shape__Length": 51.513933000046862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168213308263304, 39.921190026515603 ], [ -75.168301008330104, 39.920841555654299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25241, "tnode_": 25212, "lpoly_": null, "rpoly_": null, "length": 445.61456551000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 29640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340068, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 6270, "Shape__Length": 176.87513550682149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165081808084096, 39.920790883473799 ], [ -75.166648163590395, 39.920995414291298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25212, "tnode_": 25257, "lpoly_": null, "rpoly_": null, "length": 136.14947215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2315, "l_t_add": 2327, "r_f_add": 2314, "r_t_add": 2324, "st_code": 88040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6271, "Shape__Length": 54.242313159882684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166648163590395, 39.920995414291298 ], [ -75.166734858905002, 39.920627676110598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25257, "tnode_": 25239, "lpoly_": null, "rpoly_": null, "length": 446.57732791999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 34260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340070, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 6272, "Shape__Length": 177.2599011525306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166734858905002, 39.920627676110598 ], [ -75.166799435701293, 39.920647695513303 ], [ -75.168301008330104, 39.920841555654299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25273, "tnode_": 25262, "lpoly_": null, "rpoly_": null, "length": 184.05462276999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 68640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6273, "Shape__Length": 73.055700024260133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169803317593704, 39.920562921961803 ], [ -75.170226927786103, 39.920615679785598 ], [ -75.170449922973901, 39.920648690388298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25280, "tnode_": 25273, "lpoly_": null, "rpoly_": null, "length": 124.27733544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1326, "l_t_add": 1336, "r_f_add": 1327, "r_t_add": 1337, "st_code": 68640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340072, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6274, "Shape__Length": 49.327776160263909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169365760229695, 39.920509247678403 ], [ -75.169803317593704, 39.920562921961803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25241, "tnode_": 25281, "lpoly_": null, "rpoly_": null, "length": 139.76273788, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2317, "l_t_add": 2333, "r_f_add": 2314, "r_t_add": 2326, "st_code": 88020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340073, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6275, "Shape__Length": 55.682950437073352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165081808084096, 39.920790883473799 ], [ -75.165162305945401, 39.920412256551302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25281, "tnode_": 25257, "lpoly_": null, "rpoly_": null, "length": 448.36812249000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 34260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340074, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 6276, "Shape__Length": 177.97004537353567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165162305945401, 39.920412256551302 ], [ -75.166667325638898, 39.920608073005702 ], [ -75.166734858905002, 39.920627676110598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25284, "tnode_": 25280, "lpoly_": null, "rpoly_": null, "length": 124.39592192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1314, "l_t_add": 1324, "r_f_add": 1315, "r_t_add": 1325, "st_code": 68640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340075, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6277, "Shape__Length": 49.376071990087283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168929240538105, 39.920448909534102 ], [ -75.169365760229695, 39.920509247678403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25239, "tnode_": 25291, "lpoly_": null, "rpoly_": null, "length": 171.70981583, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2327, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 88060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340076, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6278, "Shape__Length": 68.40971929684288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168301008330104, 39.920841555654299 ], [ -75.168408604453305, 39.920377527848302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25291, "tnode_": 25284, "lpoly_": null, "rpoly_": null, "length": 148.32947457999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1312, "r_f_add": 1301, "r_t_add": 1313, "st_code": 68640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340077, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6279, "Shape__Length": 58.875768571455588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168408604453305, 39.920377527848302 ], [ -75.168929240538105, 39.920448909534102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25298, "tnode_": 25291, "lpoly_": null, "rpoly_": null, "length": 163.0746143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1233, "r_t_add": 1299, "st_code": 68640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6280, "Shape__Length": 64.727392637565472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167835030624602, 39.920304349747703 ], [ -75.168408604453305, 39.920377527848302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25306, "tnode_": 25298, "lpoly_": null, "rpoly_": null, "length": 130.18823319000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1214, "l_t_add": 1224, "r_f_add": 1217, "r_t_add": 1231, "st_code": 68640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6281, "Shape__Length": 51.673244540424299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167376125370197, 39.920250789822902 ], [ -75.167835030624602, 39.920304349747703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25257, "tnode_": 25309, "lpoly_": null, "rpoly_": null, "length": 164.76412452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 88040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6282, "Shape__Length": 65.643329459789001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166734858905002, 39.920627676110598 ], [ -75.166831487991701, 39.920181539017797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25309, "tnode_": 25306, "lpoly_": null, "rpoly_": null, "length": 154.83387514999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1215, "st_code": 68640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6283, "Shape__Length": 61.456331978227503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166831487991701, 39.920181539017797 ], [ -75.167376125370197, 39.920250789822902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25317, "tnode_": 25309, "lpoly_": null, "rpoly_": null, "length": 156.74200703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1126, "l_t_add": 1198, "r_f_add": 1133, "r_t_add": 1199, "st_code": 68640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6284, "Shape__Length": 62.213292091747959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166279739692698, 39.920113323717899 ], [ -75.166831487991701, 39.920181539017797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25319, "tnode_": 25317, "lpoly_": null, "rpoly_": null, "length": 133.13594603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1114, "l_t_add": 1124, "r_f_add": 1117, "r_t_add": 1131, "st_code": 68640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6285, "Shape__Length": 52.844408347090614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165811973131895, 39.920051284667103 ], [ -75.166279739692698, 39.920113323717899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25325, "tnode_": 25319, "lpoly_": null, "rpoly_": null, "length": 156.76889395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1112, "r_f_add": 1101, "r_t_add": 1115, "st_code": 68640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6286, "Shape__Length": 62.225374729465585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165261890728701, 39.919975098239398 ], [ -75.165811973131895, 39.920051284667103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25179, "tnode_": 25333, "lpoly_": null, "rpoly_": null, "length": 460.83318067, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 81460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340086, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 6287, "Shape__Length": 183.60035894135436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164451124515097, 39.921154561809701 ], [ -75.164718334330402, 39.919906359030399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25333, "tnode_": 25325, "lpoly_": null, "rpoly_": null, "length": 154.50502692000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 68640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340087, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6288, "Shape__Length": 61.325489871336657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164718334330402, 39.919906359030399 ], [ -75.165261890728701, 39.919975098239398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25186, "tnode_": 25337, "lpoly_": null, "rpoly_": null, "length": 461.07137109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 11840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 340088, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6289, "Shape__Length": 183.69378836854952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163957028098807, 39.921091765719098 ], [ -75.164233302212196, 39.919844070146702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25337, "tnode_": 25333, "lpoly_": null, "rpoly_": null, "length": 137.92627991999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1008, "l_t_add": 1018, "r_f_add": 1015, "r_t_add": 1027, "st_code": 68640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 6290, "Shape__Length": 54.745243690830378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164233302212196, 39.919844070146702 ], [ -75.164718334330402, 39.919906359030399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25273, "tnode_": 25394, "lpoly_": null, "rpoly_": null, "length": 461.96202002999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 81840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340090, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 6291, "Shape__Length": 184.04849598460467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169803317593704, 39.920562921961803 ], [ -75.170026825393293, 39.919514591633103 ], [ -75.170071237144896, 39.919311670497599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25280, "tnode_": 25398, "lpoly_": null, "rpoly_": null, "length": 460.26140042999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 46460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6292, "Shape__Length": 183.36994667587498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169365760229695, 39.920509247678403 ], [ -75.169638747933703, 39.919263378451298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25284, "tnode_": 25406, "lpoly_": null, "rpoly_": null, "length": 459.57223426000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 23440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340092, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 6293, "Shape__Length": 183.09558004372522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168929240538105, 39.920448909534102 ], [ -75.169199358369795, 39.919204587589398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25291, "tnode_": 25411, "lpoly_": null, "rpoly_": null, "length": 459.34568575999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6294, "Shape__Length": 183.00616821316871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168408604453305, 39.920377527848302 ], [ -75.1686321178139, 39.9193411599705 ], [ -75.1686710305611, 39.919132902207799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25298, "tnode_": 25416, "lpoly_": null, "rpoly_": null, "length": 458.8242672, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 45100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340094, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 6295, "Shape__Length": 182.79702843908436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167835030624602, 39.920304349747703 ], [ -75.168059611142397, 39.9192699638321 ], [ -75.168105900785406, 39.919062208417699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25306, "tnode_": 25420, "lpoly_": null, "rpoly_": null, "length": 460.34475965999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 21000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6296, "Shape__Length": 183.40265323591191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167376125370197, 39.920250789822902 ], [ -75.167647874061501, 39.919004528109497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25309, "tnode_": 25426, "lpoly_": null, "rpoly_": null, "length": 447.75822174999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 340096, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6297, "Shape__Length": 178.38905427314461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166831487991701, 39.920181539017797 ], [ -75.167065589522394, 39.919088677930397 ], [ -75.167088355888197, 39.918968422208003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21967, "tnode_": 22026, "lpoly_": null, "rpoly_": null, "length": 148.02222255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 317, "l_t_add": 329, "r_f_add": 316, "r_t_add": 328, "st_code": 87980, "l_hundred": 300, "r_hundred": 300, "seg_id": 340098, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6298, "Shape__Length": 58.995520714480506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1564583000455, 39.945405802089603 ], [ -75.156538352439597, 39.945004161142002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22026, "tnode_": 22093, "lpoly_": null, "rpoly_": null, "length": 178.32213141, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 331, "l_t_add": 399, "r_f_add": 330, "r_t_add": 398, "st_code": 87980, "l_hundred": 300, "r_hundred": 300, "seg_id": 340099, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6299, "Shape__Length": 71.069718769168261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156538352439597, 39.945004161142002 ], [ -75.156646318436898, 39.944521749636401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22093, "tnode_": 22174, "lpoly_": null, "rpoly_": null, "length": 202.30415346000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 404, "st_code": 87980, "l_hundred": 400, "r_hundred": 400, "seg_id": 340100, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6300, "Shape__Length": 80.627351480652521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156646318436898, 39.944521749636401 ], [ -75.156766913777602, 39.943974211435197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22174, "tnode_": 22212, "lpoly_": null, "rpoly_": null, "length": 129.20474933, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 409, "l_t_add": 499, "r_f_add": 406, "r_t_add": 498, "st_code": 87980, "l_hundred": 400, "r_hundred": 400, "seg_id": 340101, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6301, "Shape__Length": 51.493591754655519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156766913777602, 39.943974211435197 ], [ -75.156843967631502, 39.943624521963301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22212, "tnode_": 22292, "lpoly_": null, "rpoly_": null, "length": 221.46925914, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 514, "st_code": 87980, "l_hundred": 500, "r_hundred": 500, "seg_id": 340102, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6302, "Shape__Length": 88.265584846838507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156843967631502, 39.943624521963301 ], [ -75.156967106152607, 39.943023994536702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22292, "tnode_": 22350, "lpoly_": null, "rpoly_": null, "length": 154.59458686000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 517, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 87980, "l_hundred": 500, "r_hundred": 500, "seg_id": 340103, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6303, "Shape__Length": 61.611404560092247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156967106152607, 39.943023994536702 ], [ -75.157060866871305, 39.942605794374899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21979, "tnode_": 26977, "lpoly_": null, "rpoly_": null, "length": 191.50060933999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1337, "r_t_add": 1399, "st_code": 64820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340104, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6304, "Shape__Length": 76.038382846611185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164325179641494, 39.9454781105999 ], [ -75.164998956225304, 39.945564174646996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21988, "tnode_": 21979, "lpoly_": null, "rpoly_": null, "length": 104.47488766000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1328, "l_t_add": 1336, "r_f_add": 1331, "r_t_add": 1335, "st_code": 64820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340105, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6305, "Shape__Length": 41.48316560062959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163957341681296, 39.945432348414002 ], [ -75.164325179641494, 39.9454781105999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22004, "tnode_": 21988, "lpoly_": null, "rpoly_": null, "length": 288.80455288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1329, "st_code": 64820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340106, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6306, "Shape__Length": 114.6730504707989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162939874618999, 39.945308920443402 ], [ -75.163957341681296, 39.945432348414002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22017, "tnode_": 22004, "lpoly_": null, "rpoly_": null, "length": 223.82263353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 64820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340107, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6307, "Shape__Length": 88.871873680377334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162152214288398, 39.945209097755402 ], [ -75.162939874618999, 39.945308920443402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22029, "tnode_": 22017, "lpoly_": null, "rpoly_": null, "length": 224.8014532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1221, "st_code": 64820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340108, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6308, "Shape__Length": 89.259424048449787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161359992161906, 39.945114214154898 ], [ -75.162152214288398, 39.945209097755402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22040, "tnode_": 22029, "lpoly_": null, "rpoly_": null, "length": 221.04998438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 64820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340109, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6309, "Shape__Length": 87.771782442985838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160583333064295, 39.945009989532501 ], [ -75.161359992161906, 39.945114214154898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22046, "tnode_": 22040, "lpoly_": null, "rpoly_": null, "length": 225.09787583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1125, "st_code": 64820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340110, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6310, "Shape__Length": 89.376103184742547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159789199566006, 39.944919383928003 ], [ -75.160583333064295, 39.945009989532501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22068, "tnode_": 22046, "lpoly_": null, "rpoly_": null, "length": 446.73137394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 64820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340111, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6311, "Shape__Length": 177.37971964883747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158217096151603, 39.944720188297097 ], [ -75.159789199566006, 39.944919383928003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22080, "tnode_": 22068, "lpoly_": null, "rpoly_": null, "length": 220.0774108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 918, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 64820, "l_hundred": 900, "r_hundred": 900, "seg_id": 340112, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6312, "Shape__Length": 87.384091721916846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157442698606204, 39.944621680534603 ], [ -75.158217096151603, 39.944720188297097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22093, "tnode_": 22080, "lpoly_": null, "rpoly_": null, "length": 226.24398786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 919, "st_code": 64820, "l_hundred": 900, "r_hundred": 900, "seg_id": 340113, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6313, "Shape__Length": 89.832217434566488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156646318436898, 39.944521749636401 ], [ -75.157442698606204, 39.944621680534603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22124, "tnode_": 22093, "lpoly_": null, "rpoly_": null, "length": 444.4164286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 64820, "l_hundred": 800, "r_hundred": 800, "seg_id": 340114, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6314, "Shape__Length": 176.45975858979554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155082653448304, 39.944322268940198 ], [ -75.156646318436898, 39.944521749636401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22141, "tnode_": 22124, "lpoly_": null, "rpoly_": null, "length": 450.83939847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 64820, "l_hundred": 700, "r_hundred": 700, "seg_id": 340115, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6315, "Shape__Length": 179.00719235596009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153493694283199, 39.9441328685174 ], [ -75.155082653448304, 39.944322268940198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21933, "tnode_": 22000, "lpoly_": null, "rpoly_": null, "length": 143.54443988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 305, "l_t_add": 309, "r_f_add": 304, "r_t_add": 312, "st_code": 88000, "l_hundred": 300, "r_hundred": 300, "seg_id": 340116, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6316, "Shape__Length": 57.208812005002756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158021363063796, 39.945591299308902 ], [ -75.158114090292102, 39.945203769109803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22000, "tnode_": 22068, "lpoly_": null, "rpoly_": null, "length": 178.51162533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 311, "l_t_add": 399, "r_f_add": 314, "r_t_add": 398, "st_code": 88000, "l_hundred": 300, "r_hundred": 300, "seg_id": 340117, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6317, "Shape__Length": 71.146188316257351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158114090292102, 39.945203769109803 ], [ -75.158217096151603, 39.944720188297097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22130, "tnode_": 22192, "lpoly_": null, "rpoly_": null, "length": 200.14374705, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 409, "l_t_add": 499, "r_f_add": 410, "r_t_add": 498, "st_code": 88000, "l_hundred": 400, "r_hundred": 400, "seg_id": 340118, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6318, "Shape__Length": 79.765197128621381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158291658231093, 39.944364573371502 ], [ -75.158417292102499, 39.943823730427198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22192, "tnode_": 22261, "lpoly_": null, "rpoly_": null, "length": 222.54779503999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 514, "st_code": 88000, "l_hundred": 500, "r_hundred": 500, "seg_id": 340119, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6319, "Shape__Length": 88.695753710069255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158417292102499, 39.943823730427198 ], [ -75.158540540178294, 39.943220219022201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22261, "tnode_": 22330, "lpoly_": null, "rpoly_": null, "length": 151.56908045, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 517, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 88000, "l_hundred": 500, "r_hundred": 500, "seg_id": 340120, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6320, "Shape__Length": 60.405704592259049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158540540178294, 39.943220219022201 ], [ -75.158633168075397, 39.942810296879898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22330, "tnode_": 22472, "lpoly_": null, "rpoly_": null, "length": 321.90880791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 88000, "l_hundred": 600, "r_hundred": 600, "seg_id": 340121, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6321, "Shape__Length": 128.29066917120443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158633168075397, 39.942810296879898 ], [ -75.158831976189603, 39.941939967309096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21919, "tnode_": 21929, "lpoly_": null, "rpoly_": null, "length": 35.9266614, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 303, "l_t_add": 303, "r_f_add": 316, "r_t_add": 316, "st_code": 88020, "l_hundred": 300, "r_hundred": 300, "seg_id": 340123, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6322, "Shape__Length": 14.318501441179762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159612528872003, 39.945764941413998 ], [ -75.159635292222603, 39.945667886964699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21929, "tnode_": 21973, "lpoly_": null, "rpoly_": null, "length": 99.08990704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 305, "l_t_add": 315, "r_f_add": 318, "r_t_add": 322, "st_code": 88020, "l_hundred": 300, "r_hundred": 300, "seg_id": 340124, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6323, "Shape__Length": 39.493440549741166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159635292222603, 39.945667886964699 ], [ -75.159687954772906, 39.945398909646997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21973, "tnode_": 22046, "lpoly_": null, "rpoly_": null, "length": 176.97416246, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 317, "l_t_add": 399, "r_f_add": 324, "r_t_add": 398, "st_code": 88020, "l_hundred": 300, "r_hundred": 300, "seg_id": 340125, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6324, "Shape__Length": 70.53375621834499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159687954772906, 39.945398909646997 ], [ -75.159789199566006, 39.944919383928003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22046, "tnode_": 22101, "lpoly_": null, "rpoly_": null, "length": 135.27512334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 408, "st_code": 88020, "l_hundred": 400, "r_hundred": 400, "seg_id": 340126, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6325, "Shape__Length": 53.913634046981088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159789199566006, 39.944919383928003 ], [ -75.159869858401095, 39.944553263014797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22101, "tnode_": 22173, "lpoly_": null, "rpoly_": null, "length": 197.62967774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 407, "l_t_add": 499, "r_f_add": 410, "r_t_add": 498, "st_code": 88020, "l_hundred": 400, "r_hundred": 400, "seg_id": 340127, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6326, "Shape__Length": 78.764457040429122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159869858401095, 39.944553263014797 ], [ -75.159987313423599, 39.944018330222903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22130, "tnode_": 22120, "lpoly_": null, "rpoly_": null, "length": 174.02151535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1013, "st_code": 81860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6327, "Shape__Length": 69.095942737581083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158291658231093, 39.944364573371502 ], [ -75.158367887300798, 39.9443598291586 ], [ -75.158904995701505, 39.944427058232897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22120, "tnode_": 22149, "lpoly_": null, "rpoly_": null, "length": 80.69027758, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 11840, "l_hundred": 400, "r_hundred": 400, "seg_id": 340129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6328, "Shape__Length": 32.158910161869883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158904995701505, 39.944427058232897 ], [ -75.158952039750503, 39.944208532930098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22152, "tnode_": 22149, "lpoly_": null, "rpoly_": null, "length": 68.62061776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1019, "st_code": 11320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 6329, "Shape__Length": 27.246555170844886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158710807563494, 39.944176788020599 ], [ -75.158952039750503, 39.944208532930098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22080, "tnode_": 22137, "lpoly_": null, "rpoly_": null, "length": 125.40100661, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 414, "st_code": 44200, "l_hundred": 400, "r_hundred": 400, "seg_id": 340131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 6330, "Shape__Length": 49.979345566702143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157442698606204, 39.944621680534603 ], [ -75.157508590394002, 39.944281195479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22137, "tnode_": 22204, "lpoly_": null, "rpoly_": null, "length": 204.43675258, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 417, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 44200, "l_hundred": 400, "r_hundred": 400, "seg_id": 340132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 6331, "Shape__Length": 81.47823585336657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157508590394002, 39.944281195479 ], [ -75.157621734339699, 39.943726789051603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22068, "tnode_": 22130, "lpoly_": null, "rpoly_": null, "length": 131.22022718, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 408, "st_code": 88000, "l_hundred": 400, "r_hundred": 400, "seg_id": 340133, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6332, "Shape__Length": 52.297943767263341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158217096151603, 39.944720188297097 ], [ -75.158291658231093, 39.944364573371502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22137, "tnode_": 22130, "lpoly_": null, "rpoly_": null, "length": 222.02901058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 81860, "l_hundred": 900, "r_hundred": 900, "seg_id": 340135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6333, "Shape__Length": 88.156971111135277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157508590394002, 39.944281195479 ], [ -75.158241896500996, 39.944367904513904 ], [ -75.158291658231093, 39.944364573371502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22000, "tnode_": 21973, "lpoly_": null, "rpoly_": null, "length": 446.9782131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 23880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLINTON ST", "stname": "CLINTON ST", "objectid": 6334, "Shape__Length": 177.47821845426182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158114090292102, 39.945203769109803 ], [ -75.159687954772906, 39.945398909646997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22026, "tnode_": 22000, "lpoly_": null, "rpoly_": null, "length": 447.75946913000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 23880, "l_hundred": 900, "r_hundred": 900, "seg_id": 340137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLINTON ST", "stname": "CLINTON ST", "objectid": 6335, "Shape__Length": 177.78867096099668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156538352439597, 39.945004161142002 ], [ -75.158114090292102, 39.945203769109803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21929, "tnode_": 21917, "lpoly_": null, "rpoly_": null, "length": 221.57160059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 26560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6336, "Shape__Length": 87.978508044352111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159635292222603, 39.945667886964699 ], [ -75.160415213187093, 39.945765874472897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21933, "tnode_": 21919, "lpoly_": null, "rpoly_": null, "length": 453.32088696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 26560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6337, "Shape__Length": 180.00191276911505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158021363063796, 39.945591299308902 ], [ -75.158088633663496, 39.945571085057502 ], [ -75.159612528872003, 39.945764941413998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21917, "tnode_": 22040, "lpoly_": null, "rpoly_": null, "length": 279.36092483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 321, "l_t_add": 399, "r_f_add": 320, "r_t_add": 398, "st_code": 66560, "l_hundred": 300, "r_hundred": 300, "seg_id": 340140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 6338, "Shape__Length": 111.33957696106003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160415213187093, 39.945765874472897 ], [ -75.160583333064295, 39.945009989532501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21872, "tnode_": 21969, "lpoly_": null, "rpoly_": null, "length": 253.8963704, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 33700, "l_hundred": 300, "r_hundred": 300, "seg_id": 340141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAWN ST", "stname": "S FAWN ST", "objectid": 6339, "Shape__Length": 101.19358259753298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161592334930802, 39.946163301315202 ], [ -75.161728824484996, 39.9454742864976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21945, "tnode_": 21938, "lpoly_": null, "rpoly_": null, "length": 103.28289005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 62880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340142, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 6340, "Shape__Length": 41.012723271306129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163542130195296, 39.945657947315198 ], [ -75.163559941204298, 39.945648474694103 ], [ -75.163902346578595, 39.9456904075601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21956, "tnode_": 21951, "lpoly_": null, "rpoly_": null, "length": 122.31900178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 62880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 6341, "Shape__Length": 48.568120766785306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162438139727897, 39.9455673854984 ], [ -75.162869251375596, 39.9456187910681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21960, "tnode_": 21956, "lpoly_": null, "rpoly_": null, "length": 101.38369516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1214, "l_t_add": 1218, "r_f_add": 1215, "r_t_add": 1217, "st_code": 62880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 6342, "Shape__Length": 40.256218427300794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162081643665005, 39.9455208450794 ], [ -75.162438139727897, 39.9455673854984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21977, "tnode_": 21969, "lpoly_": null, "rpoly_": null, "length": 124.40228598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1206, "r_f_add": 1201, "r_t_add": 1207, "st_code": 62880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 6343, "Shape__Length": 49.395910121953513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161291179314105, 39.945418137564502 ], [ -75.161728824484996, 39.9454742864976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21820, "tnode_": 26976, "lpoly_": null, "rpoly_": null, "length": 192.81192268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1360, "l_t_add": 1398, "r_f_add": 1361, "r_t_add": 1399, "st_code": 26560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6344, "Shape__Length": 76.559928766645498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164096594240604, 39.946525550235997 ], [ -75.164775351665597, 39.946610532906902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21826, "tnode_": 21820, "lpoly_": null, "rpoly_": null, "length": 102.58278419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1344, "l_t_add": 1358, "r_f_add": 1345, "r_t_add": 1359, "st_code": 26560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6345, "Shape__Length": 40.732253584854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163735120250394, 39.946482031201597 ], [ -75.164096594240604, 39.946525550235997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21864, "tnode_": 21859, "lpoly_": null, "rpoly_": null, "length": 122.53176539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1236, "l_t_add": 1298, "r_f_add": 1259, "r_t_add": 1299, "st_code": 26560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6346, "Shape__Length": 48.65396878489338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162290849298103, 39.946251436906898 ], [ -75.1626599772475, 39.946293849238302 ], [ -75.162721694570394, 39.946306291424399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21866, "tnode_": 21864, "lpoly_": null, "rpoly_": null, "length": 101.24399382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1218, "l_t_add": 1234, "r_f_add": 1219, "r_t_add": 1257, "st_code": 26560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6347, "Shape__Length": 40.201088371457374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161934767732703, 39.946205293800297 ], [ -75.162290849298103, 39.946251436906898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21872, "tnode_": 21866, "lpoly_": null, "rpoly_": null, "length": 97.22303386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1210, "l_t_add": 1216, "r_f_add": 1209, "r_t_add": 1217, "st_code": 26560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6348, "Shape__Length": 38.604025148213275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161592334930802, 39.946163301315202 ], [ -75.161934767732703, 39.946205293800297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21877, "tnode_": 21872, "lpoly_": null, "rpoly_": null, "length": 127.27275215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1207, "st_code": 26560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6349, "Shape__Length": 50.535870721012508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161144224488396, 39.946107556383801 ], [ -75.161592334930802, 39.946163301315202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21877, "tnode_": 21977, "lpoly_": null, "rpoly_": null, "length": 254.50042648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 309, "l_t_add": 335, "r_f_add": 308, "r_t_add": 336, "st_code": 88040, "l_hundred": 300, "r_hundred": 300, "seg_id": 340153, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6350, "Shape__Length": 101.43285854591487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161144224488396, 39.946107556383801 ], [ -75.161291179314105, 39.945418137564502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21977, "tnode_": 22029, "lpoly_": null, "rpoly_": null, "length": 112.38243367, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 337, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 88040, "l_hundred": 300, "r_hundred": 300, "seg_id": 340154, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6351, "Shape__Length": 44.789875152507726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161291179314105, 39.945418137564502 ], [ -75.161359992161906, 39.945114214154898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22029, "tnode_": 22066, "lpoly_": null, "rpoly_": null, "length": 127.88435357, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 402, "st_code": 88040, "l_hundred": 400, "r_hundred": 400, "seg_id": 340155, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6352, "Shape__Length": 50.967898734269689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161359992161906, 39.945114214154898 ], [ -75.161438329718493, 39.944768372295599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22066, "tnode_": 22089, "lpoly_": null, "rpoly_": null, "length": 40.87479291, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 407, "l_t_add": 409, "r_f_add": 404, "r_t_add": 406, "st_code": 88040, "l_hundred": 400, "r_hundred": 400, "seg_id": 340156, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6353, "Shape__Length": 16.291315231355817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161438329718493, 39.944768372295599 ], [ -75.161456896216805, 39.944657079566802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22110, "tnode_": 22154, "lpoly_": null, "rpoly_": null, "length": 108.89409792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 417, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 88040, "l_hundred": 400, "r_hundred": 400, "seg_id": 340157, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6354, "Shape__Length": 43.398968157073689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1614909086165, 39.944499940252904 ], [ -75.161557957183703, 39.944205500697599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21864, "tnode_": 21956, "lpoly_": null, "rpoly_": null, "length": 252.58652368, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 45100, "l_hundred": 300, "r_hundred": 300, "seg_id": 340158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 6355, "Shape__Length": 100.67006881612527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162290849298103, 39.946251436906898 ], [ -75.162438139727897, 39.9455673854984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22017, "tnode_": 22058, "lpoly_": null, "rpoly_": null, "length": 128.62335421, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 404, "st_code": 21000, "l_hundred": 400, "r_hundred": 400, "seg_id": 340159, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6356, "Shape__Length": 51.262569946313164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162152214288398, 39.945209097755402 ], [ -75.162230509470007, 39.944861191159099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22058, "tnode_": 22099, "lpoly_": null, "rpoly_": null, "length": 96.37500735, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 407, "l_t_add": 417, "r_f_add": 406, "r_t_add": 416, "st_code": 21000, "l_hundred": 400, "r_hundred": 400, "seg_id": 340160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6357, "Shape__Length": 38.410675183746889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162230509470007, 39.944861191159099 ], [ -75.162283674716804, 39.9445998134996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22099, "tnode_": 22146, "lpoly_": null, "rpoly_": null, "length": 107.89340431, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 419, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 21000, "l_hundred": 400, "r_hundred": 400, "seg_id": 340161, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 6358, "Shape__Length": 43.00006383525654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162283674716804, 39.9445998134996 ], [ -75.162351077771802, 39.944308211648703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22044, "tnode_": 22036, "lpoly_": null, "rpoly_": null, "length": 290.55016286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 81860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6359, "Shape__Length": 115.37380384123212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163013603414896, 39.944972467751903 ], [ -75.163072727954699, 39.945000682163403 ], [ -75.164027174542795, 39.945118686859097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22054, "tnode_": 22044, "lpoly_": null, "rpoly_": null, "length": 125.17257666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1231, "r_t_add": 1299, "st_code": 81860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6360, "Shape__Length": 49.705630092754802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162578365422902, 39.944904656640503 ], [ -75.162957567223998, 39.944951319360698 ], [ -75.163013603414896, 39.944972467751903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22058, "tnode_": 22054, "lpoly_": null, "rpoly_": null, "length": 98.81134679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1229, "st_code": 81860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6361, "Shape__Length": 39.234083698906119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162230509470007, 39.944861191159099 ], [ -75.162578365422902, 39.944904656640503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21938, "tnode_": 21988, "lpoly_": null, "rpoly_": null, "length": 95.26253921, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 331, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 46460, "l_hundred": 300, "r_hundred": 300, "seg_id": 340166, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6362, "Shape__Length": 37.967416402179651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163902346578595, 39.9456904075601 ], [ -75.163957341681296, 39.945432348414002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21988, "tnode_": 22036, "lpoly_": null, "rpoly_": null, "length": 115.92675512, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 401, "r_f_add": 400, "r_t_add": 400, "st_code": 46460, "l_hundred": 400, "r_hundred": 400, "seg_id": 340167, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6363, "Shape__Length": 46.202638658373424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163957341681296, 39.945432348414002 ], [ -75.164027174542795, 39.945118686859097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21826, "tnode_": 21835, "lpoly_": null, "rpoly_": null, "length": 16.21147102, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 303, "l_t_add": 303, "r_f_add": 302, "r_t_add": 302, "st_code": 46460, "l_hundred": 300, "r_hundred": 300, "seg_id": 340168, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6364, "Shape__Length": 6.4617824246505853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163735120250394, 39.946482031201597 ], [ -75.163739428022197, 39.946437652347903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21835, "tnode_": 21938, "lpoly_": null, "rpoly_": null, "length": 276.01393968999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 305, "l_t_add": 329, "r_f_add": 304, "r_t_add": 336, "st_code": 46460, "l_hundred": 300, "r_hundred": 300, "seg_id": 340169, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6365, "Shape__Length": 110.00718762045734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163739428022197, 39.946437652347903 ], [ -75.163902346578595, 39.9456904075601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21859, "tnode_": 21835, "lpoly_": null, "rpoly_": null, "length": 289.33805933000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1343, "st_code": 26560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6366, "Shape__Length": 114.8879971588462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162721694570394, 39.946306291424399 ], [ -75.163739428022197, 39.946437652347903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21859, "tnode_": 21951, "lpoly_": null, "rpoly_": null, "length": 253.83824686, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 311, "l_t_add": 337, "r_f_add": 306, "r_t_add": 334, "st_code": 88060, "l_hundred": 300, "r_hundred": 300, "seg_id": 340172, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6367, "Shape__Length": 101.16909666417311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162721694570394, 39.946306291424399 ], [ -75.162869251375596, 39.9456187910681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22004, "tnode_": 22044, "lpoly_": null, "rpoly_": null, "length": 124.2948085, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 412, "st_code": 88060, "l_hundred": 400, "r_hundred": 400, "seg_id": 340174, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6368, "Shape__Length": 49.537799913189119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162939874618999, 39.945308920443402 ], [ -75.163013603414896, 39.944972467751903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22044, "tnode_": 22132, "lpoly_": null, "rpoly_": null, "length": 212.29109694, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 413, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 88060, "l_hundred": 400, "r_hundred": 400, "seg_id": 340175, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6369, "Shape__Length": 84.608265278139072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163013603414896, 39.944972467751903 ], [ -75.163139298204896, 39.944397788658598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21820, "tnode_": 21979, "lpoly_": null, "rpoly_": null, "length": 386.90863826999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 81840, "l_hundred": 300, "r_hundred": 300, "seg_id": 340176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 6370, "Shape__Length": 154.20483499686975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164096594240604, 39.946525550235997 ], [ -75.164325179641494, 39.9454781105999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21979, "tnode_": 22112, "lpoly_": null, "rpoly_": null, "length": 332.41234395000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 81840, "l_hundred": 400, "r_hundred": 400, "seg_id": 340177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 6371, "Shape__Length": 132.48235943716449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164325179641494, 39.9454781105999 ], [ -75.164526691384395, 39.944578874955603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22112, "tnode_": 26978, "lpoly_": null, "rpoly_": null, "length": 191.94438119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 51520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340178, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6372, "Shape__Length": 76.212050985419111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164526691384395, 39.944578874955603 ], [ -75.165183561633498, 39.944653120432598 ], [ -75.165203766612095, 39.944656404042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22132, "tnode_": 22118, "lpoly_": null, "rpoly_": null, "length": 289.71336655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1327, "st_code": 51520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340179, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6373, "Shape__Length": 115.0344043435574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163139298204896, 39.944397788658598 ], [ -75.164157623376994, 39.944532492709001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22139, "tnode_": 22132, "lpoly_": null, "rpoly_": null, "length": 127.20485723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1238, "l_t_add": 1298, "r_f_add": 1237, "r_t_add": 1299, "st_code": 51520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340180, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6374, "Shape__Length": 50.505688156865574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162689246799005, 39.944353762220203 ], [ -75.163139298204896, 39.944397788658598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22146, "tnode_": 22139, "lpoly_": null, "rpoly_": null, "length": 96.26011655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1226, "l_t_add": 1236, "r_f_add": 1233, "r_t_add": 1235, "st_code": 51520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340181, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6375, "Shape__Length": 38.221392966188731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162351077771802, 39.944308211648703 ], [ -75.162689246799005, 39.944353762220203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22154, "tnode_": 22146, "lpoly_": null, "rpoly_": null, "length": 225.50882535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1231, "st_code": 51520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340182, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6376, "Shape__Length": 89.540482275465052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161557957183703, 39.944205500697599 ], [ -75.162351077771802, 39.944308211648703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22166, "tnode_": 22154, "lpoly_": null, "rpoly_": null, "length": 222.51772056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 51520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340183, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6377, "Shape__Length": 88.350927424535385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160773315938599, 39.944113980648702 ], [ -75.161557957183703, 39.944205500697599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22168, "tnode_": 22166, "lpoly_": null, "rpoly_": null, "length": 106.97914709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1112, "l_t_add": 1120, "r_f_add": 1111, "r_t_add": 1121, "st_code": 51520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340184, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6378, "Shape__Length": 42.477368915751875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160397479954597, 39.944063408566798 ], [ -75.160773315938599, 39.944113980648702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22110, "tnode_": 22099, "lpoly_": null, "rpoly_": null, "length": 225.24058285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "WALK", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 11330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340185, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2005-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON WALK", "stname": "ADDISON WALK", "objectid": 6379, "Shape__Length": 89.433849040420156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1614909086165, 39.944499940252904 ], [ -75.162283674716804, 39.9445998134996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22054, "tnode_": 22139, "lpoly_": null, "rpoly_": null, "length": 203.07485288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 45100, "l_hundred": 400, "r_hundred": 400, "seg_id": 340186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 6380, "Shape__Length": 80.936394550455859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162578365422902, 39.944904656640503 ], [ -75.162689246799005, 39.944353762220203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22106, "tnode_": 22166, "lpoly_": null, "rpoly_": null, "length": 163.84042136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 411, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 66560, "l_hundred": 400, "r_hundred": 400, "seg_id": 340187, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 6381, "Shape__Length": 65.2985691402328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160680313853803, 39.944558010136497 ], [ -75.160773315938599, 39.944113980648702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22090, "tnode_": 22083, "lpoly_": null, "rpoly_": null, "length": 104.01410932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1110, "l_t_add": 1130, "r_f_add": 1111, "r_t_add": 1129, "st_code": 81860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6382, "Shape__Length": 41.299147404144314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160287751762993, 39.944606573062302 ], [ -75.160654601268206, 39.944648982081098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22101, "tnode_": 22090, "lpoly_": null, "rpoly_": null, "length": 118.85764459000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1108, "r_f_add": 1101, "r_t_add": 1109, "st_code": 81860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 6383, "Shape__Length": 47.193921192685295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159869858401095, 39.944553263014797 ], [ -75.1599412777677, 39.9445671548186 ], [ -75.160287751762993, 39.944606573062302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22090, "tnode_": 22168, "lpoly_": null, "rpoly_": null, "length": 200.24272471, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 46140, "l_hundred": 400, "r_hundred": 400, "seg_id": 340190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 6384, "Shape__Length": 79.80724121174616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160287751762993, 39.944606573062302 ], [ -75.160397479954597, 39.944063408566798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22173, "tnode_": 22168, "lpoly_": null, "rpoly_": null, "length": 116.17345934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1109, "st_code": 51520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340191, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6385, "Shape__Length": 46.126278730262229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159987313423599, 39.944018330222903 ], [ -75.160397479954597, 39.944063408566798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22204, "tnode_": 22192, "lpoly_": null, "rpoly_": null, "length": 225.84613784000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 924, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 51520, "l_hundred": 900, "r_hundred": 900, "seg_id": 340192, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6386, "Shape__Length": 89.672684584488735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157621734339699, 39.943726789051603 ], [ -75.158417292102499, 39.943823730427198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22212, "tnode_": 22204, "lpoly_": null, "rpoly_": null, "length": 221.23912438000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 927, "st_code": 51520, "l_hundred": 900, "r_hundred": 900, "seg_id": 340193, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6387, "Shape__Length": 87.844692841117649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156843967631502, 39.943624521963301 ], [ -75.157621734339699, 39.943726789051603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22190, "tnode_": 22174, "lpoly_": null, "rpoly_": null, "length": 447.92160572, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 11320, "l_hundred": 800, "r_hundred": 800, "seg_id": 340194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 6388, "Shape__Length": 177.84972986508788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155190514904803, 39.943775088259798 ], [ -75.156766913777602, 39.943974211435197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22055, "tnode_": 22038, "lpoly_": null, "rpoly_": null, "length": 444.46009428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 27980, "l_hundred": 700, "r_hundred": 700, "seg_id": 340195, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 6389, "Shape__Length": 176.47916642402305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153367490163504, 39.944745856727799 ], [ -75.154930212499593, 39.944950427419798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22038, "tnode_": 22124, "lpoly_": null, "rpoly_": null, "length": 232.78452245, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 319, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 87960, "l_hundred": 300, "r_hundred": 300, "seg_id": 340196, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6390, "Shape__Length": 92.773571307701005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154930212499593, 39.944950427419798 ], [ -75.155082653448304, 39.944322268940198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22124, "tnode_": 22180, "lpoly_": null, "rpoly_": null, "length": 164.8959988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 414, "st_code": 87960, "l_hundred": 400, "r_hundred": 400, "seg_id": 340197, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6391, "Shape__Length": 65.719663563395457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155082653448304, 39.944322268940198 ], [ -75.155171704058901, 39.943874828113799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22180, "tnode_": 22190, "lpoly_": null, "rpoly_": null, "length": 36.71426421, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 417, "l_t_add": 417, "r_f_add": 416, "r_t_add": 416, "st_code": 87960, "l_hundred": 400, "r_hundred": 400, "seg_id": 340198, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6392, "Shape__Length": 14.632624423050894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155171704058901, 39.943874828113799 ], [ -75.155190514904803, 39.943775088259798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22190, "tnode_": 22228, "lpoly_": null, "rpoly_": null, "length": 129.6848553, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 419, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 87960, "l_hundred": 400, "r_hundred": 400, "seg_id": 340199, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6393, "Shape__Length": 51.684456412563961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155190514904803, 39.943775088259798 ], [ -75.155270047686699, 39.9434243898395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22228, "tnode_": 22317, "lpoly_": null, "rpoly_": null, "length": 227.94429721999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 530, "st_code": 87960, "l_hundred": 500, "r_hundred": 500, "seg_id": 340200, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6394, "Shape__Length": 90.84444245500066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155270047686699, 39.9434243898395 ], [ -75.155407036454903, 39.942807601952197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22185, "tnode_": 22180, "lpoly_": null, "rpoly_": null, "length": 196.18258737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 720, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 11320, "l_hundred": 700, "r_hundred": 700, "seg_id": 340201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 6395, "Shape__Length": 77.894666069713026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154480512016406, 39.9437912318092 ], [ -75.155171704058901, 39.943874828113799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22199, "tnode_": 22185, "lpoly_": null, "rpoly_": null, "length": 251.16713091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 11320, "l_hundred": 700, "r_hundred": 700, "seg_id": 340202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 6396, "Shape__Length": 99.728357542142447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153598035694799, 39.943673304710202 ], [ -75.153665752740594, 39.943685052426801 ], [ -75.154480512016406, 39.9437912318092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22219, "tnode_": 22199, "lpoly_": null, "rpoly_": null, "length": 448.22113072999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 11320, "l_hundred": 600, "r_hundred": 600, "seg_id": 340203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 6397, "Shape__Length": 177.97537786596524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152029485515996, 39.9434643699405 ], [ -75.152106393799997, 39.943456545775703 ], [ -75.153132138233104, 39.943582256760699 ], [ -75.153285878580903, 39.9436211384972 ], [ -75.153528991212298, 39.943653193372398 ], [ -75.153598035694799, 39.943673304710202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22185, "tnode_": 22238, "lpoly_": null, "rpoly_": null, "length": 167.3573257, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 64380, "l_hundred": 400, "r_hundred": 400, "seg_id": 340204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERTH ST", "stname": "S PERTH ST", "objectid": 6398, "Shape__Length": 66.699397354018103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154480512016406, 39.9437912318092 ], [ -75.154576093455304, 39.943337743742298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21990, "tnode_": 22055, "lpoly_": null, "rpoly_": null, "length": 158.51193821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 321, "l_t_add": 321, "r_f_add": 312, "r_t_add": 314, "st_code": 87940, "l_hundred": 300, "r_hundred": 300, "seg_id": 340205, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6399, "Shape__Length": 63.174701881437294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153272126508995, 39.945174756499398 ], [ -75.153367490163504, 39.944745856727799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22055, "tnode_": 22084, "lpoly_": null, "rpoly_": null, "length": 91.79715512, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 323, "l_t_add": 331, "r_f_add": 316, "r_t_add": 320, "st_code": 87940, "l_hundred": 300, "r_hundred": 300, "seg_id": 340206, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6400, "Shape__Length": 36.586301990961957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153367490163504, 39.944745856727799 ], [ -75.153416579252493, 39.944496710674898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22084, "tnode_": 22141, "lpoly_": null, "rpoly_": null, "length": 134.29322956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 333, "l_t_add": 399, "r_f_add": 322, "r_t_add": 398, "st_code": 87940, "l_hundred": 300, "r_hundred": 300, "seg_id": 340207, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6401, "Shape__Length": 53.52240010139586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153416579252493, 39.944496710674898 ], [ -75.153493694283199, 39.9441328685174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22141, "tnode_": 22199, "lpoly_": null, "rpoly_": null, "length": 169.94796696, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 412, "st_code": 87940, "l_hundred": 400, "r_hundred": 400, "seg_id": 340208, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6402, "Shape__Length": 67.731154096875045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153493694283199, 39.9441328685174 ], [ -75.153598035694799, 39.943673304710202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22199, "tnode_": 22249, "lpoly_": null, "rpoly_": null, "length": 164.68854699, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 415, "l_t_add": 499, "r_f_add": 414, "r_t_add": 498, "st_code": 87940, "l_hundred": 400, "r_hundred": 400, "seg_id": 340209, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6403, "Shape__Length": 65.634991626721529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153598035694799, 39.943673304710202 ], [ -75.153696720987995, 39.943227640780499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22249, "tnode_": 22307, "lpoly_": null, "rpoly_": null, "length": 132.16363192, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 510, "st_code": 87940, "l_hundred": 500, "r_hundred": 500, "seg_id": 340210, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6404, "Shape__Length": 52.672853755062739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153696720987995, 39.943227640780499 ], [ -75.153771360548205, 39.942869412575902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22238, "tnode_": 22228, "lpoly_": null, "rpoly_": null, "length": 197.12384837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 726, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 51520, "l_hundred": 700, "r_hundred": 700, "seg_id": 340211, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6405, "Shape__Length": 78.268354652862513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154576093455304, 39.943337743742298 ], [ -75.155270047686699, 39.9434243898395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22249, "tnode_": 22238, "lpoly_": null, "rpoly_": null, "length": 249.81175577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 727, "st_code": 51520, "l_hundred": 700, "r_hundred": 700, "seg_id": 340212, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6406, "Shape__Length": 99.188087961801926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153696720987995, 39.943227640780499 ], [ -75.154576093455304, 39.943337743742298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22269, "tnode_": 22249, "lpoly_": null, "rpoly_": null, "length": 447.49849401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 51520, "l_hundred": 600, "r_hundred": 600, "seg_id": 340213, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6407, "Shape__Length": 177.67884002636055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152120742849107, 39.943033866145697 ], [ -75.153696720987995, 39.943227640780499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22282, "tnode_": 22269, "lpoly_": null, "rpoly_": null, "length": 224.00361394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 520, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 51520, "l_hundred": 500, "r_hundred": 500, "seg_id": 340214, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6408, "Shape__Length": 88.94144350930398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513332611718, 39.942930341158799 ], [ -75.152120742849107, 39.943033866145697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22289, "tnode_": 22282, "lpoly_": null, "rpoly_": null, "length": 104.99341463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 512, "l_t_add": 518, "r_f_add": 509, "r_t_add": 521, "st_code": 51520, "l_hundred": 500, "r_hundred": 500, "seg_id": 340215, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6409, "Shape__Length": 41.686832644953412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150962855653205, 39.942888107939197 ], [ -75.1513332611718, 39.942930341158799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22164, "tnode_": 22141, "lpoly_": null, "rpoly_": null, "length": 446.61466709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 64820, "l_hundred": 600, "r_hundred": 600, "seg_id": 340216, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6410, "Shape__Length": 177.33129688886214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151921983266604, 39.943933895621697 ], [ -75.153493694283199, 39.9441328685174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22179, "tnode_": 22164, "lpoly_": null, "rpoly_": null, "length": 448.55687998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 64820, "l_hundred": 500, "r_hundred": 500, "seg_id": 340217, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6411, "Shape__Length": 178.10090907936211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150342248005302, 39.943739726990799 ], [ -75.151921983266604, 39.943933895621697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22117, "tnode_": 22084, "lpoly_": null, "rpoly_": null, "length": 447.12421084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 62880, "l_hundred": 600, "r_hundred": 600, "seg_id": 340218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 6412, "Shape__Length": 177.53468457156839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151843205475799, 39.944296862197803 ], [ -75.153416579252493, 39.944496710674898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22010, "tnode_": 21990, "lpoly_": null, "rpoly_": null, "length": 446.78558998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 26560, "l_hundred": 600, "r_hundred": 600, "seg_id": 340219, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6413, "Shape__Length": 177.40147580668855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151699321364603, 39.944977912459997 ], [ -75.153272126508995, 39.945174756499398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22043, "tnode_": 22113, "lpoly_": null, "rpoly_": null, "length": 149.52119431999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 67840, "l_hundred": 300, "r_hundred": 300, "seg_id": 340220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6414, "Shape__Length": 59.590994771314413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150562549208601, 39.944724305861797 ], [ -75.150653026707303, 39.944319802292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22113, "tnode_": 22088, "lpoly_": null, "rpoly_": null, "length": 328.54602095000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 506, "l_t_add": 598, "r_f_add": 507, "r_t_add": 599, "st_code": 27980, "l_hundred": 500, "r_hundred": 500, "seg_id": 340221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 6415, "Shape__Length": 130.4513989481369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150653026707303, 39.944319802292 ], [ -75.151809986504105, 39.944462639890297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22043, "tnode_": 22031, "lpoly_": null, "rpoly_": null, "length": 330.03480394000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 512, "l_t_add": 598, "r_f_add": 511, "r_t_add": 599, "st_code": 26560, "l_hundred": 500, "r_hundred": 500, "seg_id": 340222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6416, "Shape__Length": 131.04306359180163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150562549208601, 39.944724305861797 ], [ -75.151725040084301, 39.944866433365497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22047, "tnode_": 22043, "lpoly_": null, "rpoly_": null, "length": 116.98668338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 509, "st_code": 26560, "l_hundred": 500, "r_hundred": 500, "seg_id": 340223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6417, "Shape__Length": 46.450425905819479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150150433943907, 39.944674170893002 ], [ -75.150562549208601, 39.944724305861797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22010, "tnode_": 22031, "lpoly_": null, "rpoly_": null, "length": 41.24510769, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 311, "l_t_add": 313, "r_f_add": 304, "r_t_add": 304, "st_code": 87920, "l_hundred": 300, "r_hundred": 300, "seg_id": 340224, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6418, "Shape__Length": 16.438031557749259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151699321364603, 39.944977912459997 ], [ -75.151725040084301, 39.944866433365497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22031, "tnode_": 22088, "lpoly_": null, "rpoly_": null, "length": 149.01052741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 315, "l_t_add": 327, "r_f_add": 306, "r_t_add": 310, "st_code": 87920, "l_hundred": 300, "r_hundred": 300, "seg_id": 340225, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6419, "Shape__Length": 59.388351729135486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151725040084301, 39.944866433365497 ], [ -75.151809986504105, 39.944462639890297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22088, "tnode_": 22117, "lpoly_": null, "rpoly_": null, "length": 61.10388949, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 329, "l_t_add": 333, "r_f_add": 312, "r_t_add": 334, "st_code": 87920, "l_hundred": 300, "r_hundred": 300, "seg_id": 340226, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6420, "Shape__Length": 24.353160276282736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151809986504105, 39.944462639890297 ], [ -75.151843205475799, 39.944296862197803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22117, "tnode_": 22164, "lpoly_": null, "rpoly_": null, "length": 134.05448375999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 335, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 87920, "l_hundred": 300, "r_hundred": 300, "seg_id": 340227, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6421, "Shape__Length": 53.426834606628958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151843205475799, 39.944296862197803 ], [ -75.151921983266604, 39.943933895621697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22219, "tnode_": 22269, "lpoly_": null, "rpoly_": null, "length": 158.89854879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 419, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 87920, "l_hundred": 400, "r_hundred": 400, "seg_id": 340228, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6422, "Shape__Length": 63.327832240769254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152029485515996, 39.9434643699405 ], [ -75.152120742849107, 39.943033866145697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22047, "tnode_": 22121, "lpoly_": null, "rpoly_": null, "length": 151.41559663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 309, "l_t_add": 337, "r_f_add": 314, "r_t_add": 336, "st_code": 87900, "l_hundred": 300, "r_hundred": 300, "seg_id": 340229, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6423, "Shape__Length": 60.346857769462197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150150433943907, 39.944674170893002 ], [ -75.150235788577703, 39.944263740798398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22179, "tnode_": 22231, "lpoly_": null, "rpoly_": null, "length": 140.8002756, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 409, "r_f_add": 400, "r_t_add": 428, "st_code": 87900, "l_hundred": 400, "r_hundred": 400, "seg_id": 340231, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6424, "Shape__Length": 56.114290619292412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150342248005302, 39.943739726990799 ], [ -75.150428938053196, 39.943359015695201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22231, "tnode_": 22297, "lpoly_": null, "rpoly_": null, "length": 194.51480178, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 411, "l_t_add": 499, "r_f_add": 430, "r_t_add": 498, "st_code": 87900, "l_hundred": 400, "r_hundred": 400, "seg_id": 340232, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6425, "Shape__Length": 77.522203451524376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150428938053196, 39.943359015695201 ], [ -75.150540981951906, 39.942832058551197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22297, "tnode_": 22289, "lpoly_": null, "rpoly_": null, "length": 120.04084325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 507, "st_code": 51520, "l_hundred": 500, "r_hundred": 500, "seg_id": 340233, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6426, "Shape__Length": 47.662675625328809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150540981951906, 39.942832058551197 ], [ -75.150962855653205, 39.942888107939197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22326, "tnode_": 22297, "lpoly_": null, "rpoly_": null, "length": 451.97208704999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 51520, "l_hundred": 400, "r_hundred": 400, "seg_id": 340234, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6427, "Shape__Length": 179.45402859398015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148949257645398, 39.9426363495364 ], [ -75.150540981951906, 39.942832058551197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22344, "tnode_": 22326, "lpoly_": null, "rpoly_": null, "length": 444.0729363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 51520, "l_hundred": 300, "r_hundred": 300, "seg_id": 340235, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6428, "Shape__Length": 176.3168205707432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147384925826501, 39.942446147664 ], [ -75.148949257645398, 39.9426363495364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22188, "tnode_": 22179, "lpoly_": null, "rpoly_": null, "length": 225.10246500999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 408, "l_t_add": 498, "r_f_add": 419, "r_t_add": 499, "st_code": 64820, "l_hundred": 400, "r_hundred": 400, "seg_id": 340236, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6429, "Shape__Length": 89.37674456514101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149548675181805, 39.9436462477776 ], [ -75.150342248005302, 39.943739726990799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22201, "tnode_": 22188, "lpoly_": null, "rpoly_": null, "length": 223.22346706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 417, "st_code": 64820, "l_hundred": 400, "r_hundred": 400, "seg_id": 340237, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 6430, "Shape__Length": 88.634618982934796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148766394465795, 39.943532529895599 ], [ -75.149548675181805, 39.9436462477776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22072, "tnode_": 22062, "lpoly_": null, "rpoly_": null, "length": 210.83911411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 26560, "l_hundred": 400, "r_hundred": 400, "seg_id": 340238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 6431, "Shape__Length": 83.716482807262167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148565271498299, 39.944469637478797 ], [ -75.149306307302993, 39.944567899573698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22072, "tnode_": 22131, "lpoly_": null, "rpoly_": null, "length": 133.90369542000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 319, "l_t_add": 327, "r_f_add": 318, "r_t_add": 332, "st_code": 87880, "l_hundred": 300, "r_hundred": 300, "seg_id": 340240, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6432, "Shape__Length": 53.369604235652254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148565271498299, 39.944469637478797 ], [ -75.148622086216804, 39.944104665428 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22201, "tnode_": 22326, "lpoly_": null, "rpoly_": null, "length": 330.46428795000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 87880, "l_hundred": 400, "r_hundred": 400, "seg_id": 340242, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6433, "Shape__Length": 131.7047260819034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148766394465795, 39.943532529895599 ], [ -75.148949257645398, 39.9426363495364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22326, "tnode_": 22399, "lpoly_": null, "rpoly_": null, "length": 177.87073879, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 516, "st_code": 87880, "l_hundred": 500, "r_hundred": 500, "seg_id": 340243, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6434, "Shape__Length": 70.886079771397121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148949257645398, 39.9426363495364 ], [ -75.149065248675001, 39.942156303763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22098, "tnode_": 22153, "lpoly_": null, "rpoly_": null, "length": 134.85706795, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 319, "l_t_add": 329, "r_f_add": 312, "r_t_add": 322, "st_code": 87860, "l_hundred": 300, "r_hundred": 300, "seg_id": 340244, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6435, "Shape__Length": 53.745354555460331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146980487826298, 39.944273289839998 ], [ -75.147068414781401, 39.943909328974499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22153, "tnode_": 22218, "lpoly_": null, "rpoly_": null, "length": 208.48233621, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 331, "l_t_add": 399, "r_f_add": 324, "r_t_add": 398, "st_code": 87860, "l_hundred": 300, "r_hundred": 300, "seg_id": 340245, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6436, "Shape__Length": 83.08913581774668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147068414781401, 39.943909328974499 ], [ -75.147190964717794, 39.943344845692799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22218, "tnode_": 22276, "lpoly_": null, "rpoly_": null, "length": 177.93912054, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 418, "st_code": 87860, "l_hundred": 400, "r_hundred": 400, "seg_id": 340246, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6437, "Shape__Length": 70.915975941993878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147190964717794, 39.943344845692799 ], [ -75.147294446069296, 39.942862918215901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22276, "tnode_": 22344, "lpoly_": null, "rpoly_": null, "length": 153.92712588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 417, "l_t_add": 499, "r_f_add": 420, "r_t_add": 498, "st_code": 87860, "l_hundred": 400, "r_hundred": 400, "seg_id": 340247, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6438, "Shape__Length": 61.34567809204826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147294446069296, 39.942862918215901 ], [ -75.147384925826501, 39.942446147664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22175, "tnode_": 22240, "lpoly_": null, "rpoly_": null, "length": 210.4407887, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 309, "l_t_add": 399, "r_f_add": 334, "r_t_add": 398, "st_code": 87840, "l_hundred": 300, "r_hundred": 300, "seg_id": 340251, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6439, "Shape__Length": 83.868488249929811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145116212769295, 39.943665623067403 ], [ -75.145139951794107, 39.943576285222001 ], [ -75.145180115591401, 39.9433906524091 ], [ -75.145245464005697, 39.943096613784498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22195, "tnode_": 22175, "lpoly_": null, "rpoly_": null, "length": 452.43977028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 27980, "l_hundred": 100, "r_hundred": 100, "seg_id": 340253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 6440, "Shape__Length": 179.64326190375436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143524368374898, 39.943462400014702 ], [ -75.145116212769295, 39.943665623067403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22413, "tnode_": 22372, "lpoly_": null, "rpoly_": null, "length": 457.07298566000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 51520, "l_hundred": 100, "r_hundred": 100, "seg_id": 340254, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 6441, "Shape__Length": 181.48428951779533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143850188711298, 39.941942137774902 ], [ -75.145256179571206, 39.9421247253389 ], [ -75.145451982538006, 39.942169385334999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22413, "tnode_": 22474, "lpoly_": null, "rpoly_": null, "length": 131.3347614, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 508, "st_code": 35220, "l_hundred": 500, "r_hundred": 500, "seg_id": 340255, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6442, "Shape__Length": 52.340396590429741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143850188711298, 39.941942137774902 ], [ -75.143932101815906, 39.941587163388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22474, "tnode_": 22567, "lpoly_": null, "rpoly_": null, "length": 223.79340883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 511, "l_t_add": 599, "r_f_add": 510, "r_t_add": 598, "st_code": 35220, "l_hundred": 500, "r_hundred": 500, "seg_id": 340256, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6443, "Shape__Length": 89.188341452200248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143932101815906, 39.941587163388 ], [ -75.144062689778394, 39.940981101363697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22195, "tnode_": 22259, "lpoly_": null, "rpoly_": null, "length": 209.4468295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 303, "l_t_add": 399, "r_f_add": 302, "r_t_add": 398, "st_code": 35220, "l_hundred": 300, "r_hundred": 300, "seg_id": 340257, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6444, "Shape__Length": 83.473513935346077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143524368374898, 39.943462400014702 ], [ -75.143643756111601, 39.9428948331851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22259, "tnode_": 22413, "lpoly_": null, "rpoly_": null, "length": 351.84366533999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 35220, "l_hundred": 400, "r_hundred": 400, "seg_id": 340258, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 6445, "Shape__Length": 140.22234411081598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143643756111601, 39.9428948331851 ], [ -75.143850188711298, 39.941942137774902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22240, "tnode_": 22312, "lpoly_": null, "rpoly_": null, "length": 195.51066639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 400, "st_code": 87840, "l_hundred": 0, "r_hundred": 400, "seg_id": 340259, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6446, "Shape__Length": 77.858950629410401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145245464005697, 39.943096613784498 ], [ -75.145399140852305, 39.943039956780197 ], [ -75.145489538350802, 39.942640425745097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22312, "tnode_": 22372, "lpoly_": null, "rpoly_": null, "length": 190.1723003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 402, "r_t_add": 498, "st_code": 87840, "l_hundred": 0, "r_hundred": 400, "seg_id": 340260, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6447, "Shape__Length": 75.749734527962019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145489538350802, 39.942640425745097 ], [ -75.145576270943394, 39.942247551987499 ], [ -75.145451982538006, 39.942169385334999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22372, "tnode_": 22448, "lpoly_": null, "rpoly_": null, "length": 153.99394923, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 513, "r_f_add": 0, "r_t_add": 0, "st_code": 87840, "l_hundred": 500, "r_hundred": 0, "seg_id": 340261, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6448, "Shape__Length": 61.340147758569458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145451982538006, 39.942169385334999 ], [ -75.145350348983698, 39.9420998160819 ], [ -75.145416559769501, 39.941785882588803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22448, "tnode_": 22545, "lpoly_": null, "rpoly_": null, "length": 239.67597829000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 515, "l_t_add": 599, "r_f_add": 0, "r_t_add": 0, "st_code": 87840, "l_hundred": 500, "r_hundred": 0, "seg_id": 340262, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2004-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6449, "Shape__Length": 95.470581116413172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145416559769501, 39.941785882588803 ], [ -75.145536316286297, 39.941259941685999 ], [ -75.145669675465996, 39.941190412370297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22612, "tnode_": 22601, "lpoly_": null, "rpoly_": null, "length": 114.88045245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 47080, "l_hundred": 100, "r_hundred": 100, "seg_id": 340263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6450, "Shape__Length": 45.612591993108374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144699823455895, 39.940744093073299 ], [ -75.145103238423104, 39.940799099988297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22612, "tnode_": 22653, "lpoly_": null, "rpoly_": null, "length": 98.2369515, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 43820, "l_hundred": 600, "r_hundred": 600, "seg_id": 340264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 6451, "Shape__Length": 39.149900635063389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144699823455895, 39.940744093073299 ], [ -75.144757608599093, 39.9404781137547 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22507, "tnode_": 22492, "lpoly_": null, "rpoly_": null, "length": 307.53817621999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 316, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 73440, "l_hundred": 300, "r_hundred": 300, "seg_id": 340265, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6452, "Shape__Length": 122.1050376272909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148099519458597, 39.941495578838797 ], [ -75.149182427857895, 39.941629418238499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22532, "tnode_": 22518, "lpoly_": null, "rpoly_": null, "length": 244.93030983999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 73440, "l_hundred": 200, "r_hundred": 200, "seg_id": 340266, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6453, "Shape__Length": 97.247944229034559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146745292289793, 39.941319658379797 ], [ -75.147606575647998, 39.941431701713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22545, "tnode_": 22532, "lpoly_": null, "rpoly_": null, "length": 305.25842895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 227, "st_code": 73440, "l_hundred": 200, "r_hundred": 200, "seg_id": 340267, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2004-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6454, "Shape__Length": 121.19869153902115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145669675465996, 39.941190412370297 ], [ -75.146745292289793, 39.941319658379797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22557, "tnode_": 22545, "lpoly_": null, "rpoly_": null, "length": 180.80595403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 136, "l_t_add": 198, "r_f_add": 125, "r_t_add": 199, "st_code": 73440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340268, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2004-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6455, "Shape__Length": 71.787500763674643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145033818423499, 39.941108001202998 ], [ -75.145669675465996, 39.941190412370297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22567, "tnode_": 22557, "lpoly_": null, "rpoly_": null, "length": 276.20372112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 123, "st_code": 73440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340269, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6456, "Shape__Length": 109.66441483011414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144062689778394, 39.940981101363697 ], [ -75.145033818423499, 39.941108001202998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22390, "tnode_": 22366, "lpoly_": null, "rpoly_": null, "length": 306.789334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GASKILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 408, "l_t_add": 498, "r_f_add": 409, "r_t_add": 499, "st_code": 36320, "l_hundred": 400, "r_hundred": 400, "seg_id": 340270, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GASKILL ST", "stname": "GASKILL ST", "objectid": 6457, "Shape__Length": 121.80845606202791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149571975894801, 39.942218727277002 ], [ -75.150652893229505, 39.942349163639399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22399, "tnode_": 22390, "lpoly_": null, "rpoly_": null, "length": 143.89381277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GASKILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 407, "st_code": 36320, "l_hundred": 400, "r_hundred": 400, "seg_id": 340271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GASKILL ST", "stname": "GASKILL ST", "objectid": 6458, "Shape__Length": 57.132126054389992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149065248675001, 39.942156303763703 ], [ -75.149571975894801, 39.942218727277002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22425, "tnode_": 22399, "lpoly_": null, "rpoly_": null, "length": 448.32462594999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GASKILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 36320, "l_hundred": 300, "r_hundred": 300, "seg_id": 340272, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GASKILL ST", "stname": "GASKILL ST", "objectid": 6459, "Shape__Length": 178.00518691958328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147487699428396, 39.941955945243301 ], [ -75.149065248675001, 39.942156303763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22425, "tnode_": 22518, "lpoly_": null, "rpoly_": null, "length": 193.8596321, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 517, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 87860, "l_hundred": 500, "r_hundred": 500, "seg_id": 340273, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6460, "Shape__Length": 77.258451595153176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147487699428396, 39.941955945243301 ], [ -75.147606575647998, 39.941431701713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22518, "tnode_": 22648, "lpoly_": null, "rpoly_": null, "length": 326.31550804, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 87860, "l_hundred": 600, "r_hundred": 600, "seg_id": 340274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6461, "Shape__Length": 130.04535120391796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147606575647998, 39.941431701713 ], [ -75.147800721019195, 39.940548477916501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22492, "tnode_": 22558, "lpoly_": null, "rpoly_": null, "length": 152.05493924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 614, "st_code": 87880, "l_hundred": 600, "r_hundred": 600, "seg_id": 340275, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6462, "Shape__Length": 60.598238974730158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149182427857895, 39.941629418238499 ], [ -75.149273270157096, 39.941217906759803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22558, "tnode_": 22627, "lpoly_": null, "rpoly_": null, "length": 175.28740362, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 613, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 87880, "l_hundred": 600, "r_hundred": 600, "seg_id": 340276, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6463, "Shape__Length": 69.856062211454699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149273270157096, 39.941217906759803 ], [ -75.149381501280104, 39.940743987445302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22507, "tnode_": 22571, "lpoly_": null, "rpoly_": null, "length": 156.02702731999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 626, "st_code": 61600, "l_hundred": 600, "r_hundred": 600, "seg_id": 340277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 6464, "Shape__Length": 62.182652722589978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148099519458597, 39.941495578838797 ], [ -75.148181553340194, 39.941071945041003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22571, "tnode_": 22558, "lpoly_": null, "rpoly_": null, "length": 310.70410766999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 47080, "l_hundred": 300, "r_hundred": 300, "seg_id": 340278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6465, "Shape__Length": 123.36331543855029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148181553340194, 39.941071945041003 ], [ -75.149273270157096, 39.941217906759803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22571, "tnode_": 22643, "lpoly_": null, "rpoly_": null, "length": 172.97845642, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 625, "l_t_add": 699, "r_f_add": 628, "r_t_add": 698, "st_code": 61600, "l_hundred": 600, "r_hundred": 600, "seg_id": 340279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 6466, "Shape__Length": 68.935092734476783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148181553340194, 39.941071945041003 ], [ -75.148292587982397, 39.940604852347398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22399, "tnode_": 22492, "lpoly_": null, "rpoly_": null, "length": 194.7269271, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 519, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 87880, "l_hundred": 500, "r_hundred": 500, "seg_id": 340280, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6467, "Shape__Length": 77.604652561673177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149065248675001, 39.942156303763703 ], [ -75.149182427857895, 39.941629418238499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22447, "tnode_": 22430, "lpoly_": null, "rpoly_": null, "length": 219.41995867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 524, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 73440, "l_hundred": 500, "r_hundred": 500, "seg_id": 340281, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6468, "Shape__Length": 87.118613595671619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151562881783306, 39.941931489528798 ], [ -75.152336057277694, 39.942024326557501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22455, "tnode_": 22447, "lpoly_": null, "rpoly_": null, "length": 105.50117558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 510, "l_t_add": 522, "r_f_add": 511, "r_t_add": 519, "st_code": 73440, "l_hundred": 500, "r_hundred": 500, "seg_id": 340282, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6469, "Shape__Length": 41.888267192342262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151191203508304, 39.9418864664637 ], [ -75.151562881783306, 39.941931489528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22462, "tnode_": 22455, "lpoly_": null, "rpoly_": null, "length": 123.14908923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 509, "st_code": 73440, "l_hundred": 500, "r_hundred": 500, "seg_id": 340283, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6470, "Shape__Length": 48.896312513127498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150758662016401, 39.941827864007102 ], [ -75.151191203508304, 39.9418864664637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22466, "tnode_": 22462, "lpoly_": null, "rpoly_": null, "length": 99.22096584000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 432, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 73440, "l_hundred": 400, "r_hundred": 400, "seg_id": 340284, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6471, "Shape__Length": 39.395019024083638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150409465597704, 39.9417838136916 ], [ -75.150758662016401, 39.941827864007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22492, "tnode_": 22482, "lpoly_": null, "rpoly_": null, "length": 124.665161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 411, "st_code": 73440, "l_hundred": 400, "r_hundred": 400, "seg_id": 340285, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6472, "Shape__Length": 49.497092230480654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149182427857895, 39.941629418238499 ], [ -75.149621474924203, 39.941683318589099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22482, "tnode_": 22617, "lpoly_": null, "rpoly_": null, "length": 328.39459956000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 50120, "l_hundred": 600, "r_hundred": 600, "seg_id": 340286, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 6473, "Shape__Length": 130.87532938740648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149621474924203, 39.941683318589099 ], [ -75.149810414941797, 39.9407936424832 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22390, "tnode_": 22483, "lpoly_": null, "rpoly_": null, "length": 195.27395539, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 50120, "l_hundred": 500, "r_hundred": 500, "seg_id": 340287, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 6474, "Shape__Length": 77.824536246959767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149571975894801, 39.942218727277002 ], [ -75.149676615372101, 39.941688761162098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22370, "tnode_": 22430, "lpoly_": null, "rpoly_": null, "length": 129.05803845, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 521, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 87920, "l_hundred": 500, "r_hundred": 500, "seg_id": 340288, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6475, "Shape__Length": 51.434581256798801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152263726045305, 39.9423742051532 ], [ -75.152336057277694, 39.942024326557501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22430, "tnode_": 22508, "lpoly_": null, "rpoly_": null, "length": 160.55873193, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 612, "st_code": 87920, "l_hundred": 600, "r_hundred": 600, "seg_id": 340289, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6476, "Shape__Length": 63.986711834448165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152336057277694, 39.942024326557501 ], [ -75.152437836986394, 39.941590591070202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22508, "tnode_": 22573, "lpoly_": null, "rpoly_": null, "length": 160.88364168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 617, "l_t_add": 699, "r_f_add": 614, "r_t_add": 698, "st_code": 87920, "l_hundred": 600, "r_hundred": 600, "seg_id": 340290, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6477, "Shape__Length": 64.114426959218747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152437836986394, 39.941590591070202 ], [ -75.152548193221094, 39.941157191207203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20767, "tnode_": 20741, "lpoly_": null, "rpoly_": null, "length": 443.72631343999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 13000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421377, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 6478, "Shape__Length": 176.21199480146814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169572516071597, 39.955214858148402 ], [ -75.171136255717897, 39.9554032710749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22481, "tnode_": 22451, "lpoly_": null, "rpoly_": null, "length": 444.58755225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47080, "l_hundred": 700, "r_hundred": 700, "seg_id": 340291, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6479, "Shape__Length": 176.52024413174536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154013327809295, 39.941790321218001 ], [ -75.155578546620006, 39.941985129891201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22501, "tnode_": 22481, "lpoly_": null, "rpoly_": null, "length": 318.09542382999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 612, "l_t_add": 698, "r_f_add": 615, "r_t_add": 699, "st_code": 47080, "l_hundred": 600, "r_hundred": 600, "seg_id": 340292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6480, "Shape__Length": 126.29764207195635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152894000102805, 39.941648302965703 ], [ -75.154013327809295, 39.941790321218001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22508, "tnode_": 22501, "lpoly_": null, "rpoly_": null, "length": 129.6248304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 613, "st_code": 47080, "l_hundred": 600, "r_hundred": 600, "seg_id": 340293, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6481, "Shape__Length": 51.466558810293755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152437836986394, 39.941590591070202 ], [ -75.152894000102805, 39.941648302965703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22517, "tnode_": 22508, "lpoly_": null, "rpoly_": null, "length": 128.85497647999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 524, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 47080, "l_hundred": 500, "r_hundred": 500, "seg_id": 340294, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6482, "Shape__Length": 51.160049494133197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151983463432103, 39.941537710405903 ], [ -75.152437836986394, 39.941590591070202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22524, "tnode_": 22517, "lpoly_": null, "rpoly_": null, "length": 88.189520789999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 520, "l_t_add": 522, "r_f_add": 527, "r_t_add": 531, "st_code": 47080, "l_hundred": 500, "r_hundred": 500, "seg_id": 340295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6483, "Shape__Length": 35.01404985872616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151672106429402, 39.9415035078 ], [ -75.151983463432103, 39.941537710405903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22531, "tnode_": 22524, "lpoly_": null, "rpoly_": null, "length": 99.08187134000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 508, "l_t_add": 518, "r_f_add": 525, "r_t_add": 525, "st_code": 47080, "l_hundred": 500, "r_hundred": 500, "seg_id": 340296, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6484, "Shape__Length": 39.339975943284884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151323827684195, 39.941457560957303 ], [ -75.151672106429402, 39.9415035078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22538, "tnode_": 22531, "lpoly_": null, "rpoly_": null, "length": 132.80016472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 506, "r_f_add": 501, "r_t_add": 523, "st_code": 47080, "l_hundred": 500, "r_hundred": 500, "seg_id": 340297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6485, "Shape__Length": 52.727420403032717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150856799154994, 39.9413970124101 ], [ -75.151323827684195, 39.941457560957303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22343, "tnode_": 22334, "lpoly_": null, "rpoly_": null, "length": 223.45502955000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 723, "st_code": 69080, "l_hundred": 700, "r_hundred": 700, "seg_id": 340298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6486, "Shape__Length": 88.722709474635835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153829493416495, 39.942613238625299 ], [ -75.154615617786803, 39.9427138847606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22395, "tnode_": 22392, "lpoly_": null, "rpoly_": null, "length": 103.15712265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 534, "r_f_add": 501, "r_t_add": 533, "st_code": 69080, "l_hundred": 500, "r_hundred": 500, "seg_id": 340299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6487, "Shape__Length": 40.95804734615939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151118246952294, 39.942201490541599 ], [ -75.151481353943296, 39.942247026920001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22307, "tnode_": 22343, "lpoly_": null, "rpoly_": null, "length": 94.73243331, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 515, "l_t_add": 523, "r_f_add": 512, "r_t_add": 520, "st_code": 87940, "l_hundred": 500, "r_hundred": 500, "seg_id": 340300, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6488, "Shape__Length": 37.754078798789642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153771360548205, 39.942869412575902 ], [ -75.153829493416495, 39.942613238625299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22404, "tnode_": 22481, "lpoly_": null, "rpoly_": null, "length": 156.73673166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 613, "r_f_add": 600, "r_t_add": 612, "st_code": 87940, "l_hundred": 600, "r_hundred": 600, "seg_id": 340301, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6489, "Shape__Length": 62.464561386260534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153919461283294, 39.942214473540503 ], [ -75.154013327809295, 39.941790321218001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22481, "tnode_": 22554, "lpoly_": null, "rpoly_": null, "length": 162.47418084, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 615, "l_t_add": 699, "r_f_add": 614, "r_t_add": 698, "st_code": 87940, "l_hundred": 600, "r_hundred": 600, "seg_id": 340302, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6490, "Shape__Length": 64.751560474909311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154013327809295, 39.941790321218001 ], [ -75.1541046838733, 39.941349887363401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22554, "tnode_": 22655, "lpoly_": null, "rpoly_": null, "length": 245.91807061, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 725, "r_f_add": 700, "r_t_add": 728, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340303, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6491, "Shape__Length": 98.005331533093653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541046838733, 39.941349887363401 ], [ -75.154247934681806, 39.940683877360797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22655, "tnode_": 22705, "lpoly_": null, "rpoly_": null, "length": 137.86622305, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 727, "l_t_add": 743, "r_f_add": 730, "r_t_add": 736, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340304, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6492, "Shape__Length": 54.940698015138487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154247934681806, 39.940683877360797 ], [ -75.1543440058377, 39.940312712344998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22334, "tnode_": 22317, "lpoly_": null, "rpoly_": null, "length": 224.52159941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 722, "l_t_add": 798, "r_f_add": 725, "r_t_add": 799, "st_code": 69080, "l_hundred": 700, "r_hundred": 700, "seg_id": 340305, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6493, "Shape__Length": 89.14497342179375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154615617786803, 39.9427138847606 ], [ -75.155407036454903, 39.942807601952197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22291, "tnode_": 22285, "lpoly_": null, "rpoly_": null, "length": 92.32861276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ALY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 726, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 18670, "l_hundred": 700, "r_hundred": 700, "seg_id": 340306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ALY", "stname": "BRADFORD ALY", "objectid": 6494, "Shape__Length": 36.660003495720261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154568734129597, 39.9429706875177 ], [ -75.154892637961098, 39.943016300751196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22307, "tnode_": 22291, "lpoly_": null, "rpoly_": null, "length": 226.60346343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ALY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 717, "st_code": 18670, "l_hundred": 700, "r_hundred": 700, "seg_id": 340307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ALY", "stname": "BRADFORD ALY", "objectid": 6495, "Shape__Length": 89.972984911491935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153771360548205, 39.942869412575902 ], [ -75.154568734129597, 39.9429706875177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22291, "tnode_": 22334, "lpoly_": null, "rpoly_": null, "length": 94.467758859999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 35000, "l_hundred": 500, "r_hundred": 500, "seg_id": 340308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 6496, "Shape__Length": 37.650171380675758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154568734129597, 39.9429706875177 ], [ -75.154615617786803, 39.9427138847606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27199, "tnode_": 22404, "lpoly_": null, "rpoly_": null, "length": 129.69733159, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 527, "l_t_add": 599, "r_f_add": 524, "r_t_add": 598, "st_code": 87940, "l_hundred": 500, "r_hundred": 500, "seg_id": 340309, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6497, "Shape__Length": 51.68851629379899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153839926286096, 39.942565206248098 ], [ -75.153919461283294, 39.942214473540503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22370, "tnode_": 27199, "lpoly_": null, "rpoly_": null, "length": 447.40599750999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 69080, "l_hundred": 600, "r_hundred": 600, "seg_id": 340311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6498, "Shape__Length": 177.63989567592444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152263726045305, 39.9423742051532 ], [ -75.153839926286096, 39.942565206248098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22395, "tnode_": 22455, "lpoly_": null, "rpoly_": null, "length": 116.56666634, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 527, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 67840, "l_hundred": 500, "r_hundred": 500, "seg_id": 340312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6499, "Shape__Length": 46.455068082866084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151118246952294, 39.942201490541599 ], [ -75.151191203508304, 39.9418864664637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22261, "tnode_": 22241, "lpoly_": null, "rpoly_": null, "length": 448.38212296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 69080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6500, "Shape__Length": 178.02925321808394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158540540178294, 39.943220219022201 ], [ -75.160120680046603, 39.943409269489798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22292, "tnode_": 22261, "lpoly_": null, "rpoly_": null, "length": 446.93600223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 69080, "l_hundred": 900, "r_hundred": 900, "seg_id": 340314, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6501, "Shape__Length": 177.4559717729588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156967106152607, 39.943023994536702 ], [ -75.158540540178294, 39.943220219022201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22154, "tnode_": 22213, "lpoly_": null, "rpoly_": null, "length": 183.43671059, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 507, "r_f_add": 500, "r_t_add": 506, "st_code": 88040, "l_hundred": 500, "r_hundred": 500, "seg_id": 340315, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6502, "Shape__Length": 73.107529584429471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161557957183703, 39.944205500697599 ], [ -75.161667186689101, 39.943709011985298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22213, "tnode_": 22272, "lpoly_": null, "rpoly_": null, "length": 190.02883658, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 509, "l_t_add": 599, "r_f_add": 508, "r_t_add": 598, "st_code": 88040, "l_hundred": 500, "r_hundred": 500, "seg_id": 340316, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6503, "Shape__Length": 75.73344423321285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161667186689101, 39.943709011985298 ], [ -75.161785506616098, 39.943195370230598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22272, "tnode_": 22347, "lpoly_": null, "rpoly_": null, "length": 162.38178589, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 607, "r_f_add": 600, "r_t_add": 612, "st_code": 88040, "l_hundred": 600, "r_hundred": 600, "seg_id": 340317, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6504, "Shape__Length": 64.716512193684764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161785506616098, 39.943195370230598 ], [ -75.161873533702405, 39.942754791304402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22226, "tnode_": 22241, "lpoly_": null, "rpoly_": null, "length": 36.54544814, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 523, "l_t_add": 523, "r_f_add": 522, "r_t_add": 522, "st_code": 88020, "l_hundred": 500, "r_hundred": 500, "seg_id": 340318, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6505, "Shape__Length": 14.565533458073617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160104221481703, 39.9435087882907 ], [ -75.160120680046603, 39.943409269489798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22241, "tnode_": 22300, "lpoly_": null, "rpoly_": null, "length": 148.76419954000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 525, "l_t_add": 599, "r_f_add": 524, "r_t_add": 598, "st_code": 88020, "l_hundred": 500, "r_hundred": 500, "seg_id": 340319, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6506, "Shape__Length": 59.288639055201912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160120680046603, 39.943409269489798 ], [ -75.160207433722107, 39.943006389353499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22216, "tnode_": 22213, "lpoly_": null, "rpoly_": null, "length": 111.74707475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1138, "l_t_add": 1198, "r_f_add": 1139, "r_t_add": 1199, "st_code": 69080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340320, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6507, "Shape__Length": 44.370628362360165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161275047165404, 39.943656936848399 ], [ -75.161591437172007, 39.943692127656298 ], [ -75.161667186689101, 39.943709011985298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22132, "tnode_": 22194, "lpoly_": null, "rpoly_": null, "length": 179.09098947000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 516, "st_code": 88060, "l_hundred": 500, "r_hundred": 500, "seg_id": 340321, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6508, "Shape__Length": 71.376383104934121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163139298204896, 39.944397788658598 ], [ -75.1632417293213, 39.943912524318399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22194, "tnode_": 22207, "lpoly_": null, "rpoly_": null, "length": 31.5052481, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 519, "l_t_add": 521, "r_f_add": 518, "r_t_add": 520, "st_code": 88060, "l_hundred": 500, "r_hundred": 500, "seg_id": 340322, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6509, "Shape__Length": 12.556421410812213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1632417293213, 39.943912524318399 ], [ -75.163258912780407, 39.9438270557552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22207, "tnode_": 22252, "lpoly_": null, "rpoly_": null, "length": 162.28422112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 523, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 88060, "l_hundred": 500, "r_hundred": 500, "seg_id": 340323, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6510, "Shape__Length": 64.676752819729145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163258912780407, 39.9438270557552 ], [ -75.163357279008693, 39.943388046172998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22252, "tnode_": 22324, "lpoly_": null, "rpoly_": null, "length": 158.56895442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 612, "st_code": 88060, "l_hundred": 600, "r_hundred": 600, "seg_id": 340324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6511, "Shape__Length": 63.195536968194659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163357279008693, 39.943388046172998 ], [ -75.163454278321794, 39.942959205216098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22324, "tnode_": 22388, "lpoly_": null, "rpoly_": null, "length": 159.22582613999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 621, "l_t_add": 699, "r_f_add": 614, "r_t_add": 698, "st_code": 88060, "l_hundred": 600, "r_hundred": 600, "seg_id": 340325, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6512, "Shape__Length": 63.457888891149146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163454278321794, 39.942959205216098 ], [ -75.163545077691097, 39.942527733981599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22388, "tnode_": 22457, "lpoly_": null, "rpoly_": null, "length": 139.64161007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 712, "st_code": 88060, "l_hundred": 700, "r_hundred": 700, "seg_id": 340326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6513, "Shape__Length": 55.653204559054529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163545077691097, 39.942527733981599 ], [ -75.163619251440295, 39.9421486756642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22252, "tnode_": 22242, "lpoly_": null, "rpoly_": null, "length": 220.65009971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 73440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340327, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6514, "Shape__Length": 87.61015758709847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163357279008693, 39.943388046172998 ], [ -75.164133376786097, 39.943488201332698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22277, "tnode_": 22272, "lpoly_": null, "rpoly_": null, "length": 114.86552118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 73440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340328, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6515, "Shape__Length": 45.606971947151038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161380636942695, 39.943147306883503 ], [ -75.161785506616098, 39.943195370230598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22309, "tnode_": 22300, "lpoly_": null, "rpoly_": null, "length": 121.17623802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1042, "l_t_add": 1098, "r_f_add": 1043, "r_t_add": 1099, "st_code": 73440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340329, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6516, "Shape__Length": 48.112649628675562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159780509077606, 39.942954758865298 ], [ -75.160207433722107, 39.943006389353499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22319, "tnode_": 22309, "lpoly_": null, "rpoly_": null, "length": 191.61979940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1018, "l_t_add": 1040, "r_f_add": 1019, "r_t_add": 1041, "st_code": 73440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340330, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6517, "Shape__Length": 76.082706924462059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159106244579704, 39.942869080397699 ], [ -75.159780509077606, 39.942954758865298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22216, "tnode_": 22277, "lpoly_": null, "rpoly_": null, "length": 187.99494894, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 71020, "l_hundred": 500, "r_hundred": 500, "seg_id": 340331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 6518, "Shape__Length": 74.924486427812298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161275047165404, 39.943656936848399 ], [ -75.161380636942695, 39.943147306883503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22207, "tnode_": 22191, "lpoly_": null, "rpoly_": null, "length": 290.4758735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1323, "st_code": 69080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340332, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6519, "Shape__Length": 115.33397523651439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163258912780407, 39.9438270557552 ], [ -75.164282448945698, 39.9439502010339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22118, "tnode_": 22191, "lpoly_": null, "rpoly_": null, "length": 214.98645756, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 516, "st_code": 46460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6520, "Shape__Length": 85.682298306103291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164157623376994, 39.944532492709001 ], [ -75.164282448945698, 39.9439502010339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22191, "tnode_": 22234, "lpoly_": null, "rpoly_": null, "length": 156.95695812, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 521, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 46460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340334, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 6521, "Shape__Length": 62.554153149204303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164282448945698, 39.9439502010339 ], [ -75.164374813393593, 39.9435252401273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22191, "tnode_": 26979, "lpoly_": null, "rpoly_": null, "length": 298.46020922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 69080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 6522, "Shape__Length": 118.5061360762551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164282448945698, 39.9439502010339 ], [ -75.165332126224399, 39.9440861916976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22242, "tnode_": 22234, "lpoly_": null, "rpoly_": null, "length": 69.0286876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1326, "l_t_add": 1332, "r_f_add": 1327, "r_t_add": 1327, "st_code": 73440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340336, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-05-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6523, "Shape__Length": 27.409373730621436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164133376786097, 39.943488201332698 ], [ -75.164374813393593, 39.9435252401273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22242, "tnode_": 22311, "lpoly_": null, "rpoly_": null, "length": 163.95183207, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 610, "st_code": 23440, "l_hundred": 600, "r_hundred": 600, "seg_id": 340337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 6524, "Shape__Length": 65.348315888226381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164133376786097, 39.943488201332698 ], [ -75.164147587802901, 39.943038265729399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22324, "tnode_": 22311, "lpoly_": null, "rpoly_": null, "length": 196.52254902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1316, "r_f_add": 1301, "r_t_add": 1313, "st_code": 47080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6525, "Shape__Length": 78.027880163421642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163454278321794, 39.942959205216098 ], [ -75.164147587802901, 39.943038265729399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22347, "tnode_": 22324, "lpoly_": null, "rpoly_": null, "length": 449.44592181999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 47080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340339, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6526, "Shape__Length": 178.45316436464952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161873533702405, 39.942754791304402 ], [ -75.163454278321794, 39.942959205216098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22311, "tnode_": 22374, "lpoly_": null, "rpoly_": null, "length": 159.15213846, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 617, "l_t_add": 699, "r_f_add": 612, "r_t_add": 698, "st_code": 23440, "l_hundred": 600, "r_hundred": 600, "seg_id": 340340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 6527, "Shape__Length": 63.434480762972697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164147587802901, 39.943038265729399 ], [ -75.164172952784298, 39.942601809410803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22311, "tnode_": 26981, "lpoly_": null, "rpoly_": null, "length": 394.73145284000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1318, "l_t_add": 1398, "r_f_add": 1315, "r_t_add": 1399, "st_code": 47080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6528, "Shape__Length": 156.72782362481101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164147587802901, 39.943038265729399 ], [ -75.165537617316801, 39.943209749924101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22388, "tnode_": 22374, "lpoly_": null, "rpoly_": null, "length": 178.11035908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1317, "st_code": 15460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340343, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6529, "Shape__Length": 70.717414119295938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163545077691097, 39.942527733981599 ], [ -75.164172952784298, 39.942601809410803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22424, "tnode_": 22415, "lpoly_": null, "rpoly_": null, "length": 132.43434212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 15460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340344, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6530, "Shape__Length": 52.582346133334141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161505915325193, 39.9422681346297 ], [ -75.161972236111296, 39.942325837562301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22428, "tnode_": 22424, "lpoly_": null, "rpoly_": null, "length": 82.17038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1118, "l_t_add": 1126, "r_f_add": 1121, "r_t_add": 1127, "st_code": 15460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340345, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6531, "Shape__Length": 32.625876491056275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161217259099004, 39.9422292264994 ], [ -75.161505915325193, 39.9422681346297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22347, "tnode_": 22415, "lpoly_": null, "rpoly_": null, "length": 158.6920593, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 609, "l_t_add": 699, "r_f_add": 614, "r_t_add": 698, "st_code": 88040, "l_hundred": 600, "r_hundred": 600, "seg_id": 340346, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6532, "Shape__Length": 63.243766031272671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161873533702405, 39.942754791304402 ], [ -75.161972236111296, 39.942325837562301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22371, "tnode_": 22446, "lpoly_": null, "rpoly_": null, "length": 168.52102356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 617, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 88020, "l_hundred": 600, "r_hundred": 600, "seg_id": 340347, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6533, "Shape__Length": 67.144400132755948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160307321381296, 39.9425609037581 ], [ -75.160392366662407, 39.9421759809779 ], [ -75.160330328335803, 39.9421218788505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22446, "tnode_": 22594, "lpoly_": null, "rpoly_": null, "length": 356.7899201, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 737, "r_f_add": 700, "r_t_add": 736, "st_code": 88020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340348, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6534, "Shape__Length": 142.19254336571277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160330328335803, 39.9421218788505 ], [ -75.160535772174995, 39.941155295897197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22446, "tnode_": 22434, "lpoly_": null, "rpoly_": null, "length": 165.24688745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1111, "st_code": 15460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340349, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6535, "Shape__Length": 65.610190344588673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160330328335803, 39.9421218788505 ], [ -75.1609122622001, 39.942193511398699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22454, "tnode_": 22446, "lpoly_": null, "rpoly_": null, "length": 110.62257124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1034, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 15460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340350, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2008-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6536, "Shape__Length": 43.922070427270206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159940925713798, 39.9420731341147 ], [ -75.160330328335803, 39.9421218788505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22459, "tnode_": 22454, "lpoly_": null, "rpoly_": null, "length": 91.69145545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1016, "l_t_add": 1032, "r_f_add": 1023, "r_t_add": 1033, "st_code": 15460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340351, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2008-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6537, "Shape__Length": 36.405098296137325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159617640607706, 39.942035285220904 ], [ -75.159940925713798, 39.9420731341147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22472, "tnode_": 22465, "lpoly_": null, "rpoly_": null, "length": 133.35050085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1004, "r_f_add": 1001, "r_t_add": 1011, "st_code": 15460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340352, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6538, "Shape__Length": 52.946294352399825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158831976189603, 39.941939967309096 ], [ -75.159301008292999, 39.9420004716374 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22319, "tnode_": 22385, "lpoly_": null, "rpoly_": null, "length": 160.41933552, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 620, "st_code": 11840, "l_hundred": 600, "r_hundred": 600, "seg_id": 340353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6539, "Shape__Length": 63.93257833146415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159106244579704, 39.942869080397699 ], [ -75.159203820739606, 39.942435161115696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22385, "tnode_": 22465, "lpoly_": null, "rpoly_": null, "length": 160.67731235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 619, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 11840, "l_hundred": 600, "r_hundred": 600, "seg_id": 340354, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6540, "Shape__Length": 64.035066476125721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159203820739606, 39.942435161115696 ], [ -75.159301008292999, 39.9420004716374 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22330, "tnode_": 22319, "lpoly_": null, "rpoly_": null, "length": 134.36608253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1017, "st_code": 73440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340355, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6541, "Shape__Length": 53.349802784790143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158633168075397, 39.942810296879898 ], [ -75.159106244579704, 39.942869080397699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22338, "tnode_": 22330, "lpoly_": null, "rpoly_": null, "length": 166.77198811999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 932, "l_t_add": 998, "r_f_add": 933, "r_t_add": 999, "st_code": 73440, "l_hundred": 900, "r_hundred": 900, "seg_id": 340356, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6542, "Shape__Length": 66.216079836299897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158045579945593, 39.942739354900503 ], [ -75.158633168075397, 39.942810296879898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22342, "tnode_": 22338, "lpoly_": null, "rpoly_": null, "length": 134.14609506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 920, "l_t_add": 930, "r_f_add": 921, "r_t_add": 931, "st_code": 73440, "l_hundred": 900, "r_hundred": 900, "seg_id": 340357, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6543, "Shape__Length": 53.26347157459319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157574562545506, 39.942674844286501 ], [ -75.158045579945593, 39.942739354900503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22338, "tnode_": 22488, "lpoly_": null, "rpoly_": null, "length": 320.51381159, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 28060, "l_hundred": 600, "r_hundred": 600, "seg_id": 340358, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 6544, "Shape__Length": 127.73600349833725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158045579945593, 39.942739354900503 ], [ -75.158234025406898, 39.941871542829603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22342, "tnode_": 22499, "lpoly_": null, "rpoly_": null, "length": 318.70830132000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 64220, "l_hundred": 600, "r_hundred": 600, "seg_id": 340359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 6545, "Shape__Length": 127.01583807997191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157574562545506, 39.942674844286501 ], [ -75.157765302888606, 39.941812356581501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22350, "tnode_": 22342, "lpoly_": null, "rpoly_": null, "length": 146.21844916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 73440, "l_hundred": 900, "r_hundred": 900, "seg_id": 340360, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6546, "Shape__Length": 58.056559178454812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157060866871305, 39.942605794374899 ], [ -75.157574562545506, 39.942674844286501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22358, "tnode_": 22350, "lpoly_": null, "rpoly_": null, "length": 110.04817031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 836, "l_t_add": 898, "r_f_add": 841, "r_t_add": 899, "st_code": 73440, "l_hundred": 800, "r_hundred": 800, "seg_id": 340361, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6547, "Shape__Length": 43.693960043446751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156673071562096, 39.942559294103098 ], [ -75.157060866871305, 39.942605794374899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22362, "tnode_": 22358, "lpoly_": null, "rpoly_": null, "length": 113.26349057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 824, "l_t_add": 834, "r_f_add": 833, "r_t_add": 839, "st_code": 73440, "l_hundred": 800, "r_hundred": 800, "seg_id": 340362, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6548, "Shape__Length": 44.969919339691408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156273220476706, 39.942515169781899 ], [ -75.156673071562096, 39.942559294103098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22350, "tnode_": 22505, "lpoly_": null, "rpoly_": null, "length": 317.71948785000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 87980, "l_hundred": 600, "r_hundred": 600, "seg_id": 340363, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6549, "Shape__Length": 126.62105783090662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157060866871305, 39.942605794374899 ], [ -75.157254905169907, 39.941746497653398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22505, "tnode_": 22654, "lpoly_": null, "rpoly_": null, "length": 359.37823981999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 732, "st_code": 87980, "l_hundred": 700, "r_hundred": 700, "seg_id": 340364, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6550, "Shape__Length": 143.22402263519379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157254905169907, 39.941746497653398 ], [ -75.157456554704197, 39.9407722459948 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22317, "tnode_": 22373, "lpoly_": null, "rpoly_": null, "length": 144.50914183999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 533, "l_t_add": 599, "r_f_add": 532, "r_t_add": 598, "st_code": 87960, "l_hundred": 500, "r_hundred": 500, "seg_id": 340365, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6551, "Shape__Length": 57.592327096671539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155407036454903, 39.942807601952197 ], [ -75.155491278791501, 39.942416241544798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22373, "tnode_": 22451, "lpoly_": null, "rpoly_": null, "length": 158.94109395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 613, "r_f_add": 600, "r_t_add": 614, "st_code": 87960, "l_hundred": 600, "r_hundred": 600, "seg_id": 340366, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6552, "Shape__Length": 63.34437509758915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155491278791501, 39.942416241544798 ], [ -75.155578546620006, 39.941985129891201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22451, "tnode_": 22467, "lpoly_": null, "rpoly_": null, "length": 17.02404913, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 615, "l_t_add": 615, "r_f_add": 616, "r_t_add": 616, "st_code": 87960, "l_hundred": 600, "r_hundred": 600, "seg_id": 340367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6553, "Shape__Length": 6.7846119243342278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155578546620006, 39.941985129891201 ], [ -75.155588795256193, 39.941939067350098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22467, "tnode_": 22530, "lpoly_": null, "rpoly_": null, "length": 147.81825931, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 617, "l_t_add": 699, "r_f_add": 618, "r_t_add": 698, "st_code": 87960, "l_hundred": 600, "r_hundred": 600, "seg_id": 340368, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6554, "Shape__Length": 58.91073918286979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155588795256193, 39.941939067350098 ], [ -75.1556724601855, 39.941538430412898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22530, "tnode_": 22619, "lpoly_": null, "rpoly_": null, "length": 219.83928474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 720, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340369, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6555, "Shape__Length": 87.612867975979484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556724601855, 39.941538430412898 ], [ -75.155797801694803, 39.940942705873198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22619, "tnode_": 22683, "lpoly_": null, "rpoly_": null, "length": 138.27617034000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 721, "l_t_add": 737, "r_f_add": 722, "r_t_add": 734, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6556, "Shape__Length": 55.104957634339513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155797801694803, 39.940942705873198 ], [ -75.155890090765595, 39.940569826962701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22358, "tnode_": 22443, "lpoly_": null, "rpoly_": null, "length": 177.2356926, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 614, "st_code": 71180, "l_hundred": 600, "r_hundred": 600, "seg_id": 340371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 6557, "Shape__Length": 70.634730230680077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156673071562096, 39.942559294103098 ], [ -75.156776781762105, 39.942079353338897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22443, "tnode_": 22509, "lpoly_": null, "rpoly_": null, "length": 142.34369755, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 617, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 71180, "l_hundred": 600, "r_hundred": 600, "seg_id": 340372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 6558, "Shape__Length": 56.728470595330151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156776781762105, 39.942079353338897 ], [ -75.156861445741598, 39.941694074518097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22488, "tnode_": 22472, "lpoly_": null, "rpoly_": null, "length": 169.50797573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 15460, "l_hundred": 900, "r_hundred": 900, "seg_id": 340373, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6559, "Shape__Length": 67.300893127097908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158234025406898, 39.941871542829603 ], [ -75.158831976189603, 39.941939967309096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22499, "tnode_": 22488, "lpoly_": null, "rpoly_": null, "length": 133.1865623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 918, "l_t_add": 924, "r_f_add": 919, "r_t_add": 925, "st_code": 15460, "l_hundred": 900, "r_hundred": 900, "seg_id": 340374, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6560, "Shape__Length": 52.880869869162822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157765302888606, 39.941812356581501 ], [ -75.158234025406898, 39.941871542829603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22505, "tnode_": 22499, "lpoly_": null, "rpoly_": null, "length": 145.11266808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 917, "st_code": 15460, "l_hundred": 900, "r_hundred": 900, "seg_id": 340375, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6561, "Shape__Length": 57.616258510531779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157254905169907, 39.941746497653398 ], [ -75.157765302888606, 39.941812356581501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22509, "tnode_": 22505, "lpoly_": null, "rpoly_": null, "length": 111.96684167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 836, "l_t_add": 898, "r_f_add": 835, "r_t_add": 899, "st_code": 15460, "l_hundred": 800, "r_hundred": 800, "seg_id": 340376, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6562, "Shape__Length": 44.456145265238753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156861445741598, 39.941694074518097 ], [ -75.157254905169907, 39.941746497653398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22530, "tnode_": 22521, "lpoly_": null, "rpoly_": null, "length": 144.92360591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 15460, "l_hundred": 800, "r_hundred": 800, "seg_id": 340377, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6563, "Shape__Length": 57.541613058995338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556724601855, 39.941538430412898 ], [ -75.156181507548496, 39.941607269910499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22467, "tnode_": 22443, "lpoly_": null, "rpoly_": null, "length": 337.00793875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 47080, "l_hundred": 800, "r_hundred": 800, "seg_id": 340378, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 6564, "Shape__Length": 133.80546331860273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155588795256193, 39.941939067350098 ], [ -75.156776781762105, 39.942079353338897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22404, "tnode_": 22373, "lpoly_": null, "rpoly_": null, "length": 446.82148374999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 73440, "l_hundred": 700, "r_hundred": 700, "seg_id": 340379, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 6565, "Shape__Length": 177.40943880007447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153919461283294, 39.942214473540503 ], [ -75.155491278791501, 39.942416241544798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22568, "tnode_": 22554, "lpoly_": null, "rpoly_": null, "length": 314.10636581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 614, "l_t_add": 698, "r_f_add": 613, "r_t_add": 699, "st_code": 15460, "l_hundred": 600, "r_hundred": 600, "seg_id": 340380, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6566, "Shape__Length": 124.71354257247192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153000017332303, 39.941206798019202 ], [ -75.1541046838733, 39.941349887363401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22573, "tnode_": 22568, "lpoly_": null, "rpoly_": null, "length": 127.9750496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 611, "st_code": 15460, "l_hundred": 600, "r_hundred": 600, "seg_id": 340381, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6567, "Shape__Length": 50.809915292975951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152548193221094, 39.941157191207203 ], [ -75.153000017332303, 39.941206798019202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22582, "tnode_": 22573, "lpoly_": null, "rpoly_": null, "length": 130.6802821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 538, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 15460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340382, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6568, "Shape__Length": 51.885190348407754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152088258711601, 39.941099293318899 ], [ -75.152548193221094, 39.941157191207203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22590, "tnode_": 22582, "lpoly_": null, "rpoly_": null, "length": 189.30948886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 510, "l_t_add": 536, "r_f_add": 517, "r_t_add": 533, "st_code": 15460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340383, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6569, "Shape__Length": 75.163568271425021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151422396802801, 39.941013467447299 ], [ -75.152088258711601, 39.941099293318899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22462, "tnode_": 22538, "lpoly_": null, "rpoly_": null, "length": 159.34547829000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 607, "r_f_add": 600, "r_t_add": 614, "st_code": 87900, "l_hundred": 600, "r_hundred": 600, "seg_id": 340384, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6570, "Shape__Length": 63.503462023148778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150758662016401, 39.941827864007102 ], [ -75.150856799154994, 39.9413970124101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22538, "tnode_": 22596, "lpoly_": null, "rpoly_": null, "length": 165.74642677, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 609, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 87900, "l_hundred": 600, "r_hundred": 600, "seg_id": 340385, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6571, "Shape__Length": 66.053750188790644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150856799154994, 39.9413970124101 ], [ -75.150960433765604, 39.940949065024498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22596, "tnode_": 22706, "lpoly_": null, "rpoly_": null, "length": 265.29750827000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 700, "r_t_add": 724, "st_code": 87900, "l_hundred": 0, "r_hundred": 700, "seg_id": 340386, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6572, "Shape__Length": 105.72431964279016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150960433765604, 39.940949065024498 ], [ -75.151138320256095, 39.940233777878902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22447, "tnode_": 22524, "lpoly_": null, "rpoly_": null, "length": 159.52359065000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 67380, "l_hundred": 600, "r_hundred": 600, "seg_id": 340387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6573, "Shape__Length": 63.570934222223293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151562881783306, 39.941931489528798 ], [ -75.151597415248503, 39.9418692635223 ], [ -75.151672106429402, 39.9415035078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22517, "tnode_": 22582, "lpoly_": null, "rpoly_": null, "length": 162.38819328, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 33260, "l_hundred": 600, "r_hundred": 600, "seg_id": 340388, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 6574, "Shape__Length": 64.715043289031655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151983463432103, 39.941537710405903 ], [ -75.152088258711601, 39.941099293318899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22531, "tnode_": 22590, "lpoly_": null, "rpoly_": null, "length": 164.11928838, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 0, "r_t_add": 0, "st_code": 67840, "l_hundred": 600, "r_hundred": 0, "seg_id": 340389, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6575, "Shape__Length": 65.405970433202739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151323827684195, 39.941457560957303 ], [ -75.151422396802801, 39.941013467447299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22501, "tnode_": 22568, "lpoly_": null, "rpoly_": null, "length": 163.91734341, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 53880, "l_hundred": 600, "r_hundred": 600, "seg_id": 340390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6576, "Shape__Length": 65.323452873108295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152894000102805, 39.941648302965703 ], [ -75.152976930857804, 39.941252123679199 ], [ -75.153000017332303, 39.941206798019202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22568, "tnode_": 22629, "lpoly_": null, "rpoly_": null, "length": 130.60017253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 711, "r_f_add": 700, "r_t_add": 712, "st_code": 53880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340391, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6577, "Shape__Length": 52.045682684492846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153000017332303, 39.941206798019202 ], [ -75.153090124993398, 39.940855057295302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22629, "tnode_": 22676, "lpoly_": null, "rpoly_": null, "length": 131.52385748, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 713, "l_t_add": 727, "r_f_add": 714, "r_t_add": 728, "st_code": 53880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340392, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6578, "Shape__Length": 52.412395229835361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153090124993398, 39.940855057295302 ], [ -75.153187205399007, 39.940501825524102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22676, "tnode_": 22721, "lpoly_": null, "rpoly_": null, "length": 137.251338, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 729, "l_t_add": 749, "r_f_add": 730, "r_t_add": 750, "st_code": 53880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340393, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6579, "Shape__Length": 54.694365266316083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153187205399007, 39.940501825524102 ], [ -75.153289326023199, 39.9401333445145 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22578, "tnode_": 22634, "lpoly_": null, "rpoly_": null, "length": 109.01379821, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 64380, "l_hundred": 700, "r_hundred": 700, "seg_id": 340394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERTH ST", "stname": "S PERTH ST", "objectid": 6580, "Shape__Length": 43.440220075318628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155254698940396, 39.941160516556103 ], [ -75.155345994771594, 39.940869628111798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22634, "tnode_": 22619, "lpoly_": null, "rpoly_": null, "length": 129.4551617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 734, "l_t_add": 798, "r_f_add": 735, "r_t_add": 799, "st_code": 63720, "l_hundred": 700, "r_hundred": 700, "seg_id": 340395, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 6581, "Shape__Length": 51.401914080399635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155345994771594, 39.940869628111798 ], [ -75.155797801694803, 39.940942705873198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22668, "tnode_": 22665, "lpoly_": null, "rpoly_": null, "length": 69.78555237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 820, "l_t_add": 824, "r_f_add": 823, "r_t_add": 827, "st_code": 34280, "l_hundred": 800, "r_hundred": 800, "seg_id": 340396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6582, "Shape__Length": 27.70764704196117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156733799575207, 39.940681704197601 ], [ -75.156979153084194, 39.940713813443601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22673, "tnode_": 22668, "lpoly_": null, "rpoly_": null, "length": 97.45301032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 810, "l_t_add": 818, "r_f_add": 813, "r_t_add": 821, "st_code": 34280, "l_hundred": 800, "r_hundred": 800, "seg_id": 340397, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6583, "Shape__Length": 38.692796321101625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156391272594306, 39.940636413645301 ], [ -75.156733799575207, 39.940681704197601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22683, "tnode_": 22673, "lpoly_": null, "rpoly_": null, "length": 142.61197943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 808, "r_f_add": 801, "r_t_add": 811, "st_code": 34280, "l_hundred": 800, "r_hundred": 800, "seg_id": 340398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6584, "Shape__Length": 56.622751604309222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155890090765595, 39.940569826962701 ], [ -75.156391272594306, 39.940636413645301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22705, "tnode_": 22683, "lpoly_": null, "rpoly_": null, "length": 443.53357215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 34280, "l_hundred": 700, "r_hundred": 700, "seg_id": 340399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6585, "Shape__Length": 176.11138184024648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1543440058377, 39.940312712344998 ], [ -75.155890090765595, 39.940569826962701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22708, "tnode_": 22705, "lpoly_": null, "rpoly_": null, "length": 126.08998408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 634, "l_t_add": 698, "r_f_add": 633, "r_t_add": 699, "st_code": 34280, "l_hundred": 600, "r_hundred": 600, "seg_id": 340400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6586, "Shape__Length": 50.0659599683962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153904756917498, 39.9402386317281 ], [ -75.1543440058377, 39.940312712344998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22729, "tnode_": 22721, "lpoly_": null, "rpoly_": null, "length": 147.73759969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 613, "st_code": 34280, "l_hundred": 600, "r_hundred": 600, "seg_id": 340401, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6587, "Shape__Length": 58.66072171380906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152773975917995, 39.940049008374999 ], [ -75.153289326023199, 39.9401333445145 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22733, "tnode_": 22729, "lpoly_": null, "rpoly_": null, "length": 81.43109189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 526, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 34280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340402, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6588, "Shape__Length": 32.334425582094163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152491560032104, 39.939996943644999 ], [ -75.152773975917995, 39.940049008374999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22743, "tnode_": 22733, "lpoly_": null, "rpoly_": null, "length": 98.98027829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 516, "l_t_add": 524, "r_f_add": 517, "r_t_add": 525, "st_code": 34280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6589, "Shape__Length": 39.299881088095695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152144928071195, 39.939945617691301 ], [ -75.152491560032104, 39.939996943644999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22721, "tnode_": 22718, "lpoly_": null, "rpoly_": null, "length": 23.03755891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 614, "l_t_add": 614, "r_f_add": 615, "r_t_add": 615, "st_code": 34280, "l_hundred": 600, "r_hundred": 600, "seg_id": 340404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6590, "Shape__Length": 9.1471831825480034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153289326023199, 39.9401333445145 ], [ -75.153369827666197, 39.940145977508998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22718, "tnode_": 22708, "lpoly_": null, "rpoly_": null, "length": 153.74841552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 616, "l_t_add": 632, "r_f_add": 617, "r_t_add": 631, "st_code": 34280, "l_hundred": 600, "r_hundred": 600, "seg_id": 340405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6591, "Shape__Length": 61.04866732073863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153369827666197, 39.940145977508998 ], [ -75.153904756917498, 39.9402386317281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22718, "tnode_": 22758, "lpoly_": null, "rpoly_": null, "length": 119.83587553000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 751, "l_t_add": 757, "r_f_add": 752, "r_t_add": 758, "st_code": 53880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6592, "Shape__Length": 47.753167184570721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153369827666197, 39.940145977508998 ], [ -75.153463978194495, 39.9398250952121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22631, "tnode_": 22621, "lpoly_": null, "rpoly_": null, "length": 105.74042622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 930, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 34280, "l_hundred": 900, "r_hundred": 900, "seg_id": 340407, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6593, "Shape__Length": 41.982563861117434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158661733501205, 39.940923330737199 ], [ -75.159034364727006, 39.940967888012501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22640, "tnode_": 22631, "lpoly_": null, "rpoly_": null, "length": 117.04816467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 916, "l_t_add": 928, "r_f_add": 917, "r_t_add": 929, "st_code": 34280, "l_hundred": 900, "r_hundred": 900, "seg_id": 340408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6594, "Shape__Length": 46.472975636998378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158250270694197, 39.940869209860097 ], [ -75.158661733501205, 39.940923330737199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22645, "tnode_": 22640, "lpoly_": null, "rpoly_": null, "length": 101.66259458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 910, "l_t_add": 914, "r_f_add": 911, "r_t_add": 915, "st_code": 34280, "l_hundred": 900, "r_hundred": 900, "seg_id": 340409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6595, "Shape__Length": 40.36365498885192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157892225787805, 39.940825316646503 ], [ -75.158250270694197, 39.940869209860097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22654, "tnode_": 22645, "lpoly_": null, "rpoly_": null, "length": 123.68435608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 909, "st_code": 34280, "l_hundred": 900, "r_hundred": 900, "seg_id": 340410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6596, "Shape__Length": 49.10698067745389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157456554704197, 39.9407722459948 ], [ -75.157892225787805, 39.940825316646503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22665, "tnode_": 22654, "lpoly_": null, "rpoly_": null, "length": 135.54740638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 826, "l_t_add": 898, "r_f_add": 829, "r_t_add": 899, "st_code": 34280, "l_hundred": 800, "r_hundred": 800, "seg_id": 340411, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6597, "Shape__Length": 53.817027975324393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156979153084194, 39.940713813443601 ], [ -75.157456554704197, 39.9407722459948 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22800, "tnode_": 22918, "lpoly_": null, "rpoly_": null, "length": 319.96270691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 27380, "l_hundred": 800, "r_hundred": 800, "seg_id": 340412, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 6598, "Shape__Length": 127.50183758621125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156988100874997, 39.939672611073398 ], [ -75.157028148189099, 39.939632262422698 ], [ -75.157190624898305, 39.938875840706501 ], [ -75.157186056065001, 39.938815072731998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22521, "tnode_": 22511, "lpoly_": null, "rpoly_": null, "length": 165.44731062000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 814, "l_t_add": 832, "r_f_add": 813, "r_t_add": 831, "st_code": 15460, "l_hundred": 800, "r_hundred": 800, "seg_id": 340413, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6599, "Shape__Length": 65.688501966456087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156181507548496, 39.941607269910499 ], [ -75.156765019768102, 39.941674632695097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22511, "tnode_": 22509, "lpoly_": null, "rpoly_": null, "length": 27.95009882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 834, "l_t_add": 834, "r_f_add": 833, "r_t_add": 833, "st_code": 15460, "l_hundred": 800, "r_hundred": 800, "seg_id": 340414, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6600, "Shape__Length": 11.099055175599959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156765019768102, 39.941674632695097 ], [ -75.156861445741598, 39.941694074518097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22472, "tnode_": 22621, "lpoly_": null, "rpoly_": null, "length": 358.62947333, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 730, "st_code": 88000, "l_hundred": 700, "r_hundred": 700, "seg_id": 340415, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6601, "Shape__Length": 142.92585961842178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158831976189603, 39.941939967309096 ], [ -75.159034364727006, 39.940967888012501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22621, "tnode_": 22757, "lpoly_": null, "rpoly_": null, "length": 372.05973395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 799, "r_f_add": 732, "r_t_add": 798, "st_code": 88000, "l_hundred": 700, "r_hundred": 700, "seg_id": 340416, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6602, "Shape__Length": 148.27435206680482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159034364727006, 39.940967888012501 ], [ -75.159256701875293, 39.939960977915597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22459, "tnode_": 22611, "lpoly_": null, "rpoly_": null, "length": 359.02858328000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 739, "r_f_add": 700, "r_t_add": 740, "st_code": 81460, "l_hundred": 700, "r_hundred": 700, "seg_id": 340417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 6603, "Shape__Length": 143.08303904022415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159617640607706, 39.942035285220904 ], [ -75.159834666589404, 39.941063966932703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22611, "tnode_": 22751, "lpoly_": null, "rpoly_": null, "length": 372.25899677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 741, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 81460, "l_hundred": 700, "r_hundred": 700, "seg_id": 340418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 6604, "Shape__Length": 148.35461343718873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159834666589404, 39.941063966932703 ], [ -75.160052716366096, 39.940055946889601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22589, "tnode_": 22585, "lpoly_": null, "rpoly_": null, "length": 84.28059963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1112, "l_t_add": 1116, "r_f_add": 1113, "r_t_add": 1117, "st_code": 34280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340419, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6605, "Shape__Length": 33.462485463066756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161133697198693, 39.941232115283903 ], [ -75.161430640187206, 39.941267949062897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22594, "tnode_": 22589, "lpoly_": null, "rpoly_": null, "length": 169.97918876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1111, "st_code": 34280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340420, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6606, "Shape__Length": 67.488743095420887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160535772174995, 39.941155295897197 ], [ -75.161133697198693, 39.941232115283903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22572, "tnode_": 22565, "lpoly_": null, "rpoly_": null, "length": 205.53623002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1217, "st_code": 34280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340421, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6607, "Shape__Length": 81.605763704697338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162182888329895, 39.941359499445703 ], [ -75.162906857873807, 39.941447820181203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22580, "tnode_": 22572, "lpoly_": null, "rpoly_": null, "length": 133.15966149000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 34280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340422, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6608, "Shape__Length": 52.869569985531733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161714010193705, 39.941301528674202 ], [ -75.162182888329895, 39.941359499445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22585, "tnode_": 22580, "lpoly_": null, "rpoly_": null, "length": 80.39371044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1118, "l_t_add": 1122, "r_f_add": 1119, "r_t_add": 1125, "st_code": 34280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6609, "Shape__Length": 31.919158350762707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161430640187206, 39.941267949062897 ], [ -75.161714010193705, 39.941301528674202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22580, "tnode_": 22719, "lpoly_": null, "rpoly_": null, "length": 371.4064291, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 767, "l_t_add": 799, "r_f_add": 766, "r_t_add": 798, "st_code": 71020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 6610, "Shape__Length": 148.01420635887652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161714010193705, 39.941301528674202 ], [ -75.161723226522, 39.941241028811497 ], [ -75.161938698355797, 39.940296842368099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22585, "tnode_": 22724, "lpoly_": null, "rpoly_": null, "length": 372.267142, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 745, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 54160, "l_hundred": 700, "r_hundred": 700, "seg_id": 340425, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARVINE ST", "stname": "S MARVINE ST", "objectid": 6611, "Shape__Length": 148.35865945420343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161430640187206, 39.941267949062897 ], [ -75.1616462017667, 39.940259589240299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22589, "tnode_": 22727, "lpoly_": null, "rpoly_": null, "length": 373.34230316000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 751, "l_t_add": 799, "r_f_add": 744, "r_t_add": 798, "st_code": 46140, "l_hundred": 700, "r_hundred": 700, "seg_id": 340426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 6612, "Shape__Length": 148.7856344478148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161133697198693, 39.941232115283903 ], [ -75.161359640547303, 39.940222108012698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22594, "tnode_": 22734, "lpoly_": null, "rpoly_": null, "length": 374.44210854, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 739, "l_t_add": 799, "r_f_add": 738, "r_t_add": 798, "st_code": 88020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340427, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6613, "Shape__Length": 149.22391258729991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160535772174995, 39.941155295897197 ], [ -75.160761369758404, 39.940142179597899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22428, "tnode_": 22585, "lpoly_": null, "rpoly_": null, "length": 355.25075834, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 743, "r_f_add": 700, "r_t_add": 740, "st_code": 54160, "l_hundred": 700, "r_hundred": 700, "seg_id": 340428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARVINE ST", "stname": "S MARVINE ST", "objectid": 6614, "Shape__Length": 141.57808281770025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161217259099004, 39.9422292264994 ], [ -75.161430640187206, 39.941267949062897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22434, "tnode_": 22589, "lpoly_": null, "rpoly_": null, "length": 355.68065083000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 742, "st_code": 46140, "l_hundred": 700, "r_hundred": 700, "seg_id": 340429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 6615, "Shape__Length": 141.74815682498496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1609122622001, 39.942193511398699 ], [ -75.161133697198693, 39.941232115283903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22555, "tnode_": 22694, "lpoly_": null, "rpoly_": null, "length": 372.1297018, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 747, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 88060, "l_hundred": 700, "r_hundred": 700, "seg_id": 340430, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6616, "Shape__Length": 148.30499493831016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163760505704303, 39.941553472198798 ], [ -75.163972525419396, 39.940545049628099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22694, "tnode_": 22750, "lpoly_": null, "rpoly_": null, "length": 136.89237593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 810, "st_code": 88060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340431, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6617, "Shape__Length": 54.553685247628444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163972525419396, 39.940545049628099 ], [ -75.164060777678202, 39.940175453861698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22426, "tnode_": 26983, "lpoly_": null, "rpoly_": null, "length": 194.68879415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 47340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 6618, "Shape__Length": 77.300817367787573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165034455868707, 39.9423264951756 ], [ -75.165719306802998, 39.942414506383699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22767, "tnode_": 22819, "lpoly_": null, "rpoly_": null, "length": 129.88925253, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 747, "r_f_add": 728, "r_t_add": 734, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 340439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6619, "Shape__Length": 51.763137845753931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147993963360605, 39.939665778522503 ], [ -75.148071427064096, 39.939314237284698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22819, "tnode_": 22867, "lpoly_": null, "rpoly_": null, "length": 149.76552673, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 749, "l_t_add": 765, "r_f_add": 736, "r_t_add": 748, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 340440, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6620, "Shape__Length": 59.683859053839996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148071427064096, 39.939314237284698 ], [ -75.148160688438793, 39.938908894253899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22736, "tnode_": 22728, "lpoly_": null, "rpoly_": null, "length": 119.22493717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 411, "st_code": 56660, "l_hundred": 400, "r_hundred": 400, "seg_id": 340441, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 6621, "Shape__Length": 47.340805767462761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149564509090794, 39.939926456207203 ], [ -75.149978755956099, 39.940000212073599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22767, "tnode_": 22736, "lpoly_": null, "rpoly_": null, "length": 450.51606283000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 56660, "l_hundred": 300, "r_hundred": 300, "seg_id": 340442, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 6622, "Shape__Length": 178.88206566785388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147993963360605, 39.939665778522503 ], [ -75.149564509090794, 39.939926456207203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22811, "tnode_": 22788, "lpoly_": null, "rpoly_": null, "length": 306.72042256999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 229, "st_code": 56660, "l_hundred": 200, "r_hundred": 200, "seg_id": 340443, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 6623, "Shape__Length": 121.79027995158656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146080001429596, 39.939321979008497 ], [ -75.147144106713498, 39.939516927085997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22596, "tnode_": 22590, "lpoly_": null, "rpoly_": null, "length": 131.64350075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 515, "st_code": 15460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340444, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6624, "Shape__Length": 52.268697684105618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150960433765604, 39.940949065024498 ], [ -75.151422396802801, 39.941013467447299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22600, "tnode_": 22596, "lpoly_": null, "rpoly_": null, "length": 58.58906033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 466, "l_t_add": 498, "r_f_add": 465, "r_t_add": 499, "st_code": 15460, "l_hundred": 400, "r_hundred": 400, "seg_id": 340445, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 6625, "Shape__Length": 23.262596426073571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150754814471398, 39.940920482423699 ], [ -75.150960433765604, 39.940949065024498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22466, "tnode_": 22600, "lpoly_": null, "rpoly_": null, "length": 331.55443916999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 63220, "l_hundred": 600, "r_hundred": 600, "seg_id": 340446, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6626, "Shape__Length": 132.09628813458929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150409465597704, 39.9417838136916 ], [ -75.150766420874703, 39.940991043977199 ], [ -75.150754814471398, 39.940920482423699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22600, "tnode_": 22637, "lpoly_": null, "rpoly_": null, "length": 64.83400877, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63220, "l_hundred": 600, "r_hundred": 600, "seg_id": 340447, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6627, "Shape__Length": 25.832818047596472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150754814471398, 39.940920482423699 ], [ -75.150765325523196, 39.940889369615498 ], [ -75.150819647996499, 39.940749663027702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22637, "tnode_": 22706, "lpoly_": null, "rpoly_": null, "length": 214.65366928, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 706, "st_code": 63220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340448, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6628, "Shape__Length": 85.48460702241934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150819647996499, 39.940749663027702 ], [ -75.150901337930406, 39.940720798441603 ], [ -75.151138320256095, 39.940233777878902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22706, "tnode_": 22755, "lpoly_": null, "rpoly_": null, "length": 188.49419221, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 715, "l_t_add": 723, "r_f_add": 708, "r_t_add": 720, "st_code": 63220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340449, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6629, "Shape__Length": 75.00766208140999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151138320256095, 39.940233777878902 ], [ -75.151294317737296, 39.940125036378099 ], [ -75.151562296058898, 39.939835574979703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22755, "tnode_": 22797, "lpoly_": null, "rpoly_": null, "length": 117.64038571, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 725, "l_t_add": 735, "r_f_add": 722, "r_t_add": 730, "st_code": 63220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340450, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6630, "Shape__Length": 46.839176690097247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151562296058898, 39.939835574979703 ], [ -75.151775865519895, 39.939557613671703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22582, "tnode_": 22639, "lpoly_": null, "rpoly_": null, "length": 121.68098168, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 709, "r_f_add": 700, "r_t_add": 708, "st_code": 33260, "l_hundred": 700, "r_hundred": 700, "seg_id": 340451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 6631, "Shape__Length": 48.493332473329275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152088258711601, 39.941099293318899 ], [ -75.152158681287105, 39.940769691411298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22642, "tnode_": 22639, "lpoly_": null, "rpoly_": null, "length": 75.68195632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 526, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 47340, "l_hundred": 500, "r_hundred": 500, "seg_id": 340452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 6632, "Shape__Length": 30.04909660429362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151892962523206, 39.940733252321699 ], [ -75.152158681287105, 39.940769691411298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22590, "tnode_": 22646, "lpoly_": null, "rpoly_": null, "length": 120.99079323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 735, "r_f_add": 700, "r_t_add": 736, "st_code": 67840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6633, "Shape__Length": 48.218153088668437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151422396802801, 39.941013467447299 ], [ -75.151492837978694, 39.940685788174697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22646, "tnode_": 22642, "lpoly_": null, "rpoly_": null, "length": 113.52130483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 523, "st_code": 47340, "l_hundred": 500, "r_hundred": 500, "seg_id": 340454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 6634, "Shape__Length": 45.071616860631387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151492837978694, 39.940685788174697 ], [ -75.151892962523206, 39.940733252321699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22646, "tnode_": 22674, "lpoly_": null, "rpoly_": null, "length": 87.03430776, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 737, "l_t_add": 795, "r_f_add": 738, "r_t_add": 794, "st_code": 67840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6635, "Shape__Length": 34.685554983276518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151492837978694, 39.940685788174697 ], [ -75.151542551669294, 39.940449952422199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22642, "tnode_": 22743, "lpoly_": null, "rpoly_": null, "length": 295.49194397999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 728, "st_code": 67380, "l_hundred": 700, "r_hundred": 700, "seg_id": 340456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6636, "Shape__Length": 117.74661782476198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151892962523206, 39.940733252321699 ], [ -75.152144928071195, 39.939945617691301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22631, "tnode_": 22765, "lpoly_": null, "rpoly_": null, "length": 375.48948151999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 28060, "l_hundred": 700, "r_hundred": 700, "seg_id": 340457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 6637, "Shape__Length": 149.64073875166599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158661733501205, 39.940923330737199 ], [ -75.158888408793501, 39.939907439685797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22640, "tnode_": 22773, "lpoly_": null, "rpoly_": null, "length": 374.14774768999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 44200, "l_hundred": 700, "r_hundred": 700, "seg_id": 340458, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 6638, "Shape__Length": 149.10703730514399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158250270694197, 39.940869209860097 ], [ -75.158468465917295, 39.939855952568898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22645, "tnode_": 22780, "lpoly_": null, "rpoly_": null, "length": 372.70724558000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 64220, "l_hundred": 700, "r_hundred": 700, "seg_id": 340459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 6639, "Shape__Length": 148.53139828769244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157892225787805, 39.940825316646503 ], [ -75.158119589434904, 39.939817267761697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22673, "tnode_": 22809, "lpoly_": null, "rpoly_": null, "length": 371.32604003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 56020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 6640, "Shape__Length": 147.98380317808238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156391272594306, 39.940636413645301 ], [ -75.156595069778703, 39.9396292201343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22683, "tnode_": 22717, "lpoly_": null, "rpoly_": null, "length": 135.53851433, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 739, "l_t_add": 743, "r_f_add": 736, "r_t_add": 746, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340461, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6641, "Shape__Length": 54.016425579639673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155890090765595, 39.940569826962701 ], [ -75.155961921354802, 39.9402018878001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22717, "tnode_": 22747, "lpoly_": null, "rpoly_": null, "length": 69.57054447, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 745, "l_t_add": 749, "r_f_add": 748, "r_t_add": 754, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340462, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6642, "Shape__Length": 27.723610316941262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155961921354802, 39.9402018878001 ], [ -75.156013785399495, 39.940015127151298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22747, "tnode_": 22803, "lpoly_": null, "rpoly_": null, "length": 143.97492343, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 751, "l_t_add": 761, "r_f_add": 756, "r_t_add": 770, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340463, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6643, "Shape__Length": 57.377758153227923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156013785399495, 39.940015127151298 ], [ -75.156092876725793, 39.9396246149307 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22754, "tnode_": 22717, "lpoly_": null, "rpoly_": null, "length": 444.19130036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 24020, "l_hundred": 700, "r_hundred": 700, "seg_id": 340464, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 6644, "Shape__Length": 176.37160720934173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544135750366, 39.939944310121902 ], [ -75.155961921354802, 39.9402018878001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22775, "tnode_": 22747, "lpoly_": null, "rpoly_": null, "length": 445.25592876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ALBANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 73980, "l_hundred": 700, "r_hundred": 700, "seg_id": 340465, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ALBANS ST", "stname": "SAINT ALBANS ST", "objectid": 6645, "Shape__Length": 176.79512034354349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154463217976797, 39.939751696349603 ], [ -75.156013785399495, 39.940015127151298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22824, "tnode_": 22803, "lpoly_": null, "rpoly_": null, "length": 443.42444838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 35340, "l_hundred": 700, "r_hundred": 700, "seg_id": 340466, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 6646, "Shape__Length": 176.05127845814565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154530592636405, 39.939436187419901 ], [ -75.156092876725793, 39.9396246149307 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22832, "tnode_": 22824, "lpoly_": null, "rpoly_": null, "length": 172.65637103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 680, "r_f_add": 601, "r_t_add": 681, "st_code": 35340, "l_hundred": 600, "r_hundred": 600, "seg_id": 340467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 6647, "Shape__Length": 68.550787339442635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1539243068096, 39.939353502560003 ], [ -75.154530592636405, 39.939436187419901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22705, "tnode_": 22754, "lpoly_": null, "rpoly_": null, "length": 135.61267214999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 745, "l_t_add": 749, "r_f_add": 738, "r_t_add": 748, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340468, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6648, "Shape__Length": 54.046072950506051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1543440058377, 39.940312712344998 ], [ -75.1544135750366, 39.939944310121902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22754, "tnode_": 22775, "lpoly_": null, "rpoly_": null, "length": 71.53321853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 751, "l_t_add": 757, "r_f_add": 750, "r_t_add": 762, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340469, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6649, "Shape__Length": 28.506275047009662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544135750366, 39.939944310121902 ], [ -75.154463217976797, 39.939751696349603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22775, "tnode_": 22824, "lpoly_": null, "rpoly_": null, "length": 116.47658079, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 759, "l_t_add": 771, "r_f_add": 764, "r_t_add": 772, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340470, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6650, "Shape__Length": 46.418327210790494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154463217976797, 39.939751696349603 ], [ -75.154530592636405, 39.939436187419901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22824, "tnode_": 22884, "lpoly_": null, "rpoly_": null, "length": 173.85552392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 773, "l_t_add": 799, "r_f_add": 774, "r_t_add": 798, "st_code": 87940, "l_hundred": 700, "r_hundred": 700, "seg_id": 340471, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6651, "Shape__Length": 69.284690509216517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154530592636405, 39.939436187419901 ], [ -75.154630699993007, 39.9389651941148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22765, "tnode_": 22757, "lpoly_": null, "rpoly_": null, "length": 105.09776523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 930, "l_t_add": 998, "r_f_add": 933, "r_t_add": 999, "st_code": 21900, "l_hundred": 900, "r_hundred": 900, "seg_id": 340472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6652, "Shape__Length": 41.728585460844279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158888408793501, 39.939907439685797 ], [ -75.159256701875293, 39.939960977915597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22773, "tnode_": 22765, "lpoly_": null, "rpoly_": null, "length": 119.23976825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 918, "l_t_add": 928, "r_f_add": 921, "r_t_add": 931, "st_code": 21900, "l_hundred": 900, "r_hundred": 900, "seg_id": 340473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6653, "Shape__Length": 47.341744776511717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468465917295, 39.939855952568898 ], [ -75.158888408793501, 39.939907439685797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22780, "tnode_": 22773, "lpoly_": null, "rpoly_": null, "length": 98.83767711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 908, "l_t_add": 916, "r_f_add": 911, "r_t_add": 919, "st_code": 21900, "l_hundred": 900, "r_hundred": 900, "seg_id": 340474, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6654, "Shape__Length": 39.24079269372038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158119589434904, 39.939817267761697 ], [ -75.158468465917295, 39.939855952568898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22787, "tnode_": 22780, "lpoly_": null, "rpoly_": null, "length": 122.37608359000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 906, "r_f_add": 901, "r_t_add": 909, "st_code": 21900, "l_hundred": 900, "r_hundred": 900, "seg_id": 340475, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6655, "Shape__Length": 48.588449312737062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1576903946371, 39.939756390016598 ], [ -75.158119589434904, 39.939817267761697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22800, "tnode_": 22787, "lpoly_": null, "rpoly_": null, "length": 199.28024394000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 824, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 21900, "l_hundred": 800, "r_hundred": 800, "seg_id": 340476, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6656, "Shape__Length": 79.119602194542011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156988100874997, 39.939672611073398 ], [ -75.1576903946371, 39.939756390016598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22809, "tnode_": 22800, "lpoly_": null, "rpoly_": null, "length": 111.33725746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 812, "l_t_add": 822, "r_f_add": 813, "r_t_add": 821, "st_code": 21900, "l_hundred": 800, "r_hundred": 800, "seg_id": 340477, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6657, "Shape__Length": 44.203257587740644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156595069778703, 39.9396292201343 ], [ -75.156988100874997, 39.939672611073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22803, "tnode_": 22815, "lpoly_": null, "rpoly_": null, "length": 20.6219248, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 763, "l_t_add": 765, "r_f_add": 772, "r_t_add": 798, "st_code": 87960, "l_hundred": 700, "r_hundred": 700, "seg_id": 340478, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6658, "Shape__Length": 8.2168849896942167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156092876725793, 39.9396246149307 ], [ -75.156112181197997, 39.939569990249097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22815, "tnode_": 22861, "lpoly_": null, "rpoly_": null, "length": 150.83331189, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 767, "l_t_add": 799, "r_f_add": 800, "r_t_add": 814, "st_code": 87960, "l_hundred": 700, "r_hundred": 800, "seg_id": 340479, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6659, "Shape__Length": 60.110365105842902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156112181197997, 39.939569990249097 ], [ -75.156196796984702, 39.939161088781297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22815, "tnode_": 22809, "lpoly_": null, "rpoly_": null, "length": 137.11475494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 21900, "l_hundred": 800, "r_hundred": 800, "seg_id": 340480, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6660, "Shape__Length": 54.438426241808699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156112181197997, 39.939569990249097 ], [ -75.156595069778703, 39.9396292201343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22729, "tnode_": 22777, "lpoly_": null, "rpoly_": null, "length": 122.51545934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 749, "l_t_add": 751, "r_f_add": 746, "r_t_add": 756, "st_code": 87920, "l_hundred": 700, "r_hundred": 700, "seg_id": 340481, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6661, "Shape__Length": 48.824001620270082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152773975917995, 39.940049008374999 ], [ -75.152852485460997, 39.939718162048599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22777, "tnode_": 22848, "lpoly_": null, "rpoly_": null, "length": 190.01288464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 753, "l_t_add": 775, "r_f_add": 758, "r_t_add": 776, "st_code": 87920, "l_hundred": 700, "r_hundred": 700, "seg_id": 340482, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6662, "Shape__Length": 75.724278252529544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152852485460997, 39.939718162048599 ], [ -75.152959846201099, 39.939203140953197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22906, "tnode_": 22948, "lpoly_": null, "rpoly_": null, "length": 123.38680656, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 805, "r_f_add": 800, "r_t_add": 808, "st_code": 87920, "l_hundred": 800, "r_hundred": 800, "seg_id": 340483, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6663, "Shape__Length": 49.169648924968399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153067213902105, 39.938772222949602 ], [ -75.153113803700606, 39.9385243783166 ], [ -75.153081542108694, 39.938439656554699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22917, "tnode_": 22948, "lpoly_": null, "rpoly_": null, "length": 155.97288517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 809, "r_f_add": 800, "r_t_add": 802, "st_code": 63220, "l_hundred": 800, "r_hundred": 800, "seg_id": 340484, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6664, "Shape__Length": 62.035764940327297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152681109753004, 39.938733219076298 ], [ -75.152978080022905, 39.938489192769701 ], [ -75.153081542108694, 39.938439656554699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22758, "tnode_": 22756, "lpoly_": null, "rpoly_": null, "length": 51.25546071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 616, "l_t_add": 698, "r_f_add": 617, "r_t_add": 699, "st_code": 24020, "l_hundred": 600, "r_hundred": 600, "seg_id": 340485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 6665, "Shape__Length": 20.350833751504069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153463978194495, 39.9398250952121 ], [ -75.153643457248407, 39.939851748655599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22789, "tnode_": 22777, "lpoly_": null, "rpoly_": null, "length": 165.36374881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 24020, "l_hundred": 500, "r_hundred": 500, "seg_id": 340486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 6666, "Shape__Length": 65.660305342071254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152277217567701, 39.939618270304798 ], [ -75.152852485460997, 39.939718162048599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22789, "tnode_": 22853, "lpoly_": null, "rpoly_": null, "length": 209.31562816, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 737, "l_t_add": 799, "r_f_add": 744, "r_t_add": 798, "st_code": 67380, "l_hundred": 700, "r_hundred": 700, "seg_id": 340487, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6667, "Shape__Length": 83.322826936826473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152277217567701, 39.939618270304798 ], [ -75.152693332097698, 39.939141232662799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22853, "tnode_": 22848, "lpoly_": null, "rpoly_": null, "length": 78.06212418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 35340, "l_hundred": 500, "r_hundred": 500, "seg_id": 340488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 6668, "Shape__Length": 30.999890826374511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152693332097698, 39.939141232662799 ], [ -75.152959846201099, 39.939203140953197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22755, "tnode_": 22746, "lpoly_": null, "rpoly_": null, "length": 129.29889058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 506, "l_t_add": 508, "r_f_add": 507, "r_t_add": 511, "st_code": 34280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340489, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6669, "Shape__Length": 51.341532787107738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151562296058898, 39.939835574979703 ], [ -75.152010714085407, 39.9399182770943 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22746, "tnode_": 22743, "lpoly_": null, "rpoly_": null, "length": 38.93024697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 510, "l_t_add": 514, "r_f_add": 513, "r_t_add": 515, "st_code": 34280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340490, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6670, "Shape__Length": 15.458977858857633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152010714085407, 39.9399182770943 ], [ -75.152144928071195, 39.939945617691301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22746, "tnode_": 22789, "lpoly_": null, "rpoly_": null, "length": 132.39415976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 729, "l_t_add": 735, "r_f_add": 730, "r_t_add": 742, "st_code": 67380, "l_hundred": 700, "r_hundred": 700, "seg_id": 340491, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6671, "Shape__Length": 52.701159342182265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152010714085407, 39.9399182770943 ], [ -75.152277217567701, 39.939618270304798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22706, "tnode_": 22813, "lpoly_": null, "rpoly_": null, "length": 281.54974554999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 733, "r_f_add": 726, "r_t_add": 744, "st_code": 87900, "l_hundred": 700, "r_hundred": 700, "seg_id": 340492, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6672, "Shape__Length": 112.20502510192181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151138320256095, 39.940233777878902 ], [ -75.151157720715602, 39.940085752724997 ], [ -75.151290459912303, 39.939470060274402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22813, "tnode_": 22888, "lpoly_": null, "rpoly_": null, "length": 236.07343588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 757, "r_f_add": 746, "r_t_add": 772, "st_code": 87900, "l_hundred": 700, "r_hundred": 700, "seg_id": 340493, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6673, "Shape__Length": 94.079800233347171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151290459912303, 39.939470060274402 ], [ -75.151425170533699, 39.938830358742997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22888, "tnode_": 22936, "lpoly_": null, "rpoly_": null, "length": 113.56275957000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 759, "l_t_add": 799, "r_f_add": 774, "r_t_add": 798, "st_code": 87900, "l_hundred": 700, "r_hundred": 700, "seg_id": 340494, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6674, "Shape__Length": 45.255617099174756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151425170533699, 39.938830358742997 ], [ -75.151496796241801, 39.938523528926098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22936, "tnode_": 23032, "lpoly_": null, "rpoly_": null, "length": 253.76505350999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 823, "r_f_add": 800, "r_t_add": 822, "st_code": 87900, "l_hundred": 800, "r_hundred": 800, "seg_id": 340495, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6675, "Shape__Length": 101.12765749309025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151496796241801, 39.938523528926098 ], [ -75.151649614450605, 39.937836915874399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22840, "tnode_": 22813, "lpoly_": null, "rpoly_": null, "length": 448.50289626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 34280, "l_hundred": 400, "r_hundred": 400, "seg_id": 340496, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6676, "Shape__Length": 178.08655625614946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149732810930701, 39.939190419373197 ], [ -75.151290459912303, 39.939470060274402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22867, "tnode_": 22840, "lpoly_": null, "rpoly_": null, "length": 452.61309078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 34280, "l_hundred": 300, "r_hundred": 300, "seg_id": 340497, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6677, "Shape__Length": 179.71766853569088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148160688438793, 39.938908894253899 ], [ -75.149732810930701, 39.939190419373197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22813, "tnode_": 22797, "lpoly_": null, "rpoly_": null, "length": 139.79926647000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 505, "st_code": 34280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340498, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 6678, "Shape__Length": 55.510193832023134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151290459912303, 39.939470060274402 ], [ -75.151775865519895, 39.939557613671703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22777, "tnode_": 22758, "lpoly_": null, "rpoly_": null, "length": 175.83693283000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 24020, "l_hundred": 600, "r_hundred": 600, "seg_id": 340499, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 6679, "Shape__Length": 69.819136919948832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152852485460997, 39.939718162048599 ], [ -75.153463978194495, 39.9398250952121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22819, "tnode_": 22784, "lpoly_": null, "rpoly_": null, "length": 451.5696212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 63720, "l_hundred": 300, "r_hundred": 300, "seg_id": 340500, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 6680, "Shape__Length": 179.30465675722675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148071427064096, 39.939314237284698 ], [ -75.149639648254194, 39.939596058804199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22736, "tnode_": 22784, "lpoly_": null, "rpoly_": null, "length": 122.18808845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 721, "l_t_add": 729, "r_f_add": 724, "r_t_add": 734, "st_code": 87880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340501, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6681, "Shape__Length": 48.693943017679395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149564509090794, 39.939926456207203 ], [ -75.149639648254194, 39.939596058804199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22784, "tnode_": 22840, "lpoly_": null, "rpoly_": null, "length": 150.05854306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 731, "l_t_add": 741, "r_f_add": 736, "r_t_add": 746, "st_code": 87880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6682, "Shape__Length": 59.800316732564525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149639648254194, 39.939596058804199 ], [ -75.149732810930701, 39.939190419373197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22840, "tnode_": 22921, "lpoly_": null, "rpoly_": null, "length": 232.62103164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 743, "l_t_add": 765, "r_f_add": 748, "r_t_add": 768, "st_code": 87880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6683, "Shape__Length": 92.702840281674995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149732810930701, 39.939190419373197 ], [ -75.149870695866497, 39.938560727770401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22921, "tnode_": 22964, "lpoly_": null, "rpoly_": null, "length": 117.63867423, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 767, "l_t_add": 799, "r_f_add": 770, "r_t_add": 798, "st_code": 87880, "l_hundred": 700, "r_hundred": 700, "seg_id": 340504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6684, "Shape__Length": 46.881499483479381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149870695866497, 39.938560727770401 ], [ -75.149932346030496, 39.938241300704199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22921, "tnode_": 22888, "lpoly_": null, "rpoly_": null, "length": 446.8243571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 35340, "l_hundred": 400, "r_hundred": 400, "seg_id": 340505, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 6685, "Shape__Length": 177.4161052309594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149870695866497, 39.938560727770401 ], [ -75.151425170533699, 39.938830358742997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22955, "tnode_": 23004, "lpoly_": null, "rpoly_": null, "length": 114.59453098, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 787, "l_t_add": 799, "r_f_add": 772, "r_t_add": 798, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 340506, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6686, "Shape__Length": 45.666432812159201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148298541882298, 39.938275194861603 ], [ -75.148370701708103, 39.937965561308999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22740, "tnode_": 22792, "lpoly_": null, "rpoly_": null, "length": 124.24254087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 717, "l_t_add": 727, "r_f_add": 716, "r_t_add": 728, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340507, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-08-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6687, "Shape__Length": 49.513588241521646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145971036130902, 39.939816346639802 ], [ -75.146040580896795, 39.939479512522702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22792, "tnode_": 22811, "lpoly_": null, "rpoly_": null, "length": 58.44152355, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 729, "l_t_add": 733, "r_f_add": 730, "r_t_add": 732, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340508, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6688, "Shape__Length": 23.28922194575475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146040580896795, 39.939479512522702 ], [ -75.146080001429596, 39.939321979008497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22811, "tnode_": 22837, "lpoly_": null, "rpoly_": null, "length": 60.48192347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 737, "r_f_add": 734, "r_t_add": 738, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340509, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6689, "Shape__Length": 24.103323091255454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146080001429596, 39.939321979008497 ], [ -75.146113920953695, 39.9391580143404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22837, "tnode_": 22901, "lpoly_": null, "rpoly_": null, "length": 192.09497238, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 739, "l_t_add": 755, "r_f_add": 740, "r_t_add": 756, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340510, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6690, "Shape__Length": 76.552174105324696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146113920953695, 39.9391580143404 ], [ -75.146230962979004, 39.938638442780899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23001, "tnode_": 23041, "lpoly_": null, "rpoly_": null, "length": 115.14350558000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 789, "l_t_add": 799, "r_f_add": 784, "r_t_add": 798, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340511, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6691, "Shape__Length": 45.887003822719024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146388430927004, 39.937934794640398 ], [ -75.146446416812907, 39.937621878678698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22901, "tnode_": 22909, "lpoly_": null, "rpoly_": null, "length": 22.97550246, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 757, "l_t_add": 757, "r_f_add": 758, "r_t_add": 758, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340512, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6692, "Shape__Length": 9.1554597251505498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146230962979004, 39.938638442780899 ], [ -75.146248059404698, 39.938576760406796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22909, "tnode_": 23001, "lpoly_": null, "rpoly_": null, "length": 237.14605010999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 759, "l_t_add": 787, "r_f_add": 760, "r_t_add": 782, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 340513, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6693, "Shape__Length": 94.505298825845529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146248059404698, 39.938576760406796 ], [ -75.146388430927004, 39.937934794640398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23216, "tnode_": 23200, "lpoly_": null, "rpoly_": null, "length": 134.15109537000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 136, "l_t_add": 198, "r_f_add": 135, "r_t_add": 199, "st_code": 16440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 6694, "Shape__Length": 53.263172128667328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1462392207048, 39.936415894559502 ], [ -75.146630810029393, 39.936477326379702 ], [ -75.146707192504095, 39.936462569709498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23228, "tnode_": 23216, "lpoly_": null, "rpoly_": null, "length": 181.10340875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 116, "l_t_add": 134, "r_f_add": 115, "r_t_add": 133, "st_code": 16440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340515, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 6695, "Shape__Length": 71.907542901395814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145610452485798, 39.936302398169502 ], [ -75.1462392207048, 39.936415894559502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23243, "tnode_": 23228, "lpoly_": null, "rpoly_": null, "length": 139.4623279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 113, "st_code": 16440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 6696, "Shape__Length": 55.373724515470258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145126204546003, 39.936215172239301 ], [ -75.145610452485798, 39.936302398169502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23241, "tnode_": 23276, "lpoly_": null, "rpoly_": null, "length": 105.99452028, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 843, "l_t_add": 899, "r_f_add": 852, "r_t_add": 898, "st_code": 87840, "l_hundred": 800, "r_hundred": 800, "seg_id": 340517, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6697, "Shape__Length": 42.238996134484864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146753791910498, 39.936279118905503 ], [ -75.146794977081001, 39.936035607416997 ], [ -75.146811002903405, 39.935991913910598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23132, "tnode_": 23200, "lpoly_": null, "rpoly_": null, "length": 176.09140287, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 827, "l_t_add": 839, "r_f_add": 824, "r_t_add": 840, "st_code": 87840, "l_hundred": 800, "r_hundred": 800, "seg_id": 340518, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6698, "Shape__Length": 70.173009340618748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146604680318603, 39.936939478270801 ], [ -75.146707192504095, 39.936462569709498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23200, "tnode_": 23241, "lpoly_": null, "rpoly_": null, "length": 68.09343161, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 841, "l_t_add": 841, "r_f_add": 842, "r_t_add": 850, "st_code": 87840, "l_hundred": 800, "r_hundred": 800, "seg_id": 340519, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6699, "Shape__Length": 27.134239954939186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146707192504095, 39.936462569709498 ], [ -75.146753791910498, 39.936279118905503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23200, "tnode_": 23176, "lpoly_": null, "rpoly_": null, "length": 214.04079953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 16440, "l_hundred": 200, "r_hundred": 200, "seg_id": 340521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 6700, "Shape__Length": 84.999799584471603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146707192504095, 39.936462569709498 ], [ -75.146770719400493, 39.936466582305499 ], [ -75.147433604188294, 39.936638611857298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23221, "tnode_": 23202, "lpoly_": null, "rpoly_": null, "length": 121.12397791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 238, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 23060, "l_hundred": 200, "r_hundred": 200, "seg_id": 340522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6701, "Shape__Length": 48.102332835800325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148287613387794, 39.9363888559906 ], [ -75.148696700867603, 39.9364955620443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23276, "tnode_": 23271, "lpoly_": null, "rpoly_": null, "length": 28.83478462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 200, "r_f_add": 201, "r_t_add": 201, "st_code": 23060, "l_hundred": 200, "r_hundred": 200, "seg_id": 340523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6702, "Shape__Length": 11.451955579559506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146811002903405, 39.935991913910598 ], [ -75.146907448751506, 39.9360193613688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23292, "tnode_": 23276, "lpoly_": null, "rpoly_": null, "length": 134.31767601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 128, "l_t_add": 198, "r_f_add": 127, "r_t_add": 199, "st_code": 23060, "l_hundred": 100, "r_hundred": 100, "seg_id": 340524, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6703, "Shape__Length": 53.342699884168916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146358691630695, 39.935870597174699 ], [ -75.146811002903405, 39.935991913910598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23241, "tnode_": 23271, "lpoly_": null, "rpoly_": null, "length": 104.20230604, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 57320, "l_hundred": 800, "r_hundred": 800, "seg_id": 340526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6704, "Shape__Length": 41.500384001232071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146753791910498, 39.936279118905503 ], [ -75.146892141776405, 39.936061676421801 ], [ -75.146907448751506, 39.9360193613688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23271, "tnode_": 23372, "lpoly_": null, "rpoly_": null, "length": 256.87380367000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 922, "st_code": 57320, "l_hundred": 900, "r_hundred": 900, "seg_id": 340527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6705, "Shape__Length": 102.30223592034153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146907448751506, 39.9360193613688 ], [ -75.147294660053106, 39.935380308489698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23372, "tnode_": 23411, "lpoly_": null, "rpoly_": null, "length": 114.063084, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 917, "l_t_add": 925, "r_f_add": 924, "r_t_add": 932, "st_code": 57320, "l_hundred": 900, "r_hundred": 900, "seg_id": 340528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6706, "Shape__Length": 45.430404619324158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147294660053106, 39.935380308489698 ], [ -75.147455232139194, 39.935092622399303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23063, "tnode_": 23053, "lpoly_": null, "rpoly_": null, "length": 121.20156208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 403, "st_code": 66460, "l_hundred": 400, "r_hundred": 400, "seg_id": 340529, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 6707, "Shape__Length": 48.124582923524379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150085475730506, 39.937560406219603 ], [ -75.150505890860899, 39.937637628699498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23037, "tnode_": 23015, "lpoly_": null, "rpoly_": null, "length": 328.18811817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAUFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 47100, "l_hundred": 300, "r_hundred": 300, "seg_id": 340530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAUFFMAN ST", "stname": "KAUFFMAN ST", "objectid": 6708, "Shape__Length": 130.3098756147406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148865615859606, 39.937695567341798 ], [ -75.1500059495241, 39.937898324307099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23037, "tnode_": 23091, "lpoly_": null, "rpoly_": null, "length": 124.37170745, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 61600, "l_hundred": 800, "r_hundred": 800, "seg_id": 340531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 6709, "Shape__Length": 49.563075263617826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148865615859606, 39.937695567341798 ], [ -75.148938445149199, 39.937358785598803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23307, "tnode_": 23409, "lpoly_": null, "rpoly_": null, "length": 239.71231141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 924, "r_t_add": 998, "st_code": 87860, "l_hundred": 900, "r_hundred": 900, "seg_id": 340534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6710, "Shape__Length": 95.524577349672683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148840565537398, 39.935806135225903 ], [ -75.148979239546705, 39.935156811248902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23145, "tnode_": 23100, "lpoly_": null, "rpoly_": null, "length": 454.37253721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 23060, "l_hundred": 400, "r_hundred": 400, "seg_id": 340535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6711, "Shape__Length": 180.45196174474447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150230876136007, 39.936930362994097 ], [ -75.151760979929094, 39.937340779956401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23202, "tnode_": 23173, "lpoly_": null, "rpoly_": null, "length": 190.16440782000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 324, "r_f_add": 301, "r_t_add": 311, "st_code": 23060, "l_hundred": 300, "r_hundred": 300, "seg_id": 340537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6712, "Shape__Length": 75.524615564492109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148696700867603, 39.9364955620443 ], [ -75.1493343036976, 39.936673336731701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22924, "tnode_": 22917, "lpoly_": null, "rpoly_": null, "length": 208.04930811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 508, "l_t_add": 528, "r_f_add": 509, "r_t_add": 523, "st_code": 21900, "l_hundred": 500, "r_hundred": 500, "seg_id": 340538, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6713, "Shape__Length": 82.609761242092333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151959323482103, 39.938601013435701 ], [ -75.152681109753004, 39.938733219076298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22936, "tnode_": 22924, "lpoly_": null, "rpoly_": null, "length": 132.73483704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 506, "r_f_add": 501, "r_t_add": 507, "st_code": 21900, "l_hundred": 500, "r_hundred": 500, "seg_id": 340539, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6714, "Shape__Length": 52.702950246922356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151496796241801, 39.938523528926098 ], [ -75.151959323482103, 39.938601013435701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22945, "tnode_": 22936, "lpoly_": null, "rpoly_": null, "length": 159.00220026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 420, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 21900, "l_hundred": 400, "r_hundred": 400, "seg_id": 340540, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6715, "Shape__Length": 63.134879490331208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150945572515596, 39.938421199814897 ], [ -75.151496796241801, 39.938523528926098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22958, "tnode_": 22945, "lpoly_": null, "rpoly_": null, "length": 170.16614911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 404, "l_t_add": 418, "r_f_add": 407, "r_t_add": 427, "st_code": 21900, "l_hundred": 400, "r_hundred": 400, "seg_id": 340541, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6716, "Shape__Length": 67.56531080293118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150352942622703, 39.938320709137201 ], [ -75.150945572515596, 39.938421199814897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22945, "tnode_": 23039, "lpoly_": null, "rpoly_": null, "length": 250.22355731, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 49680, "l_hundred": 800, "r_hundred": 800, "seg_id": 340542, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 6717, "Shape__Length": 99.698900873225085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150945572515596, 39.938421199814897 ], [ -75.1511859576717, 39.937759698127202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22958, "tnode_": 23053, "lpoly_": null, "rpoly_": null, "length": 252.50297208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 50120, "l_hundred": 800, "r_hundred": 800, "seg_id": 340543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 6718, "Shape__Length": 100.62427855874454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150352942622703, 39.938320709137201 ], [ -75.150505890860899, 39.937637628699498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23039, "tnode_": 23032, "lpoly_": null, "rpoly_": null, "length": 133.02519299000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 430, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 66460, "l_hundred": 400, "r_hundred": 400, "seg_id": 340544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 6719, "Shape__Length": 52.817537797213227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1511859576717, 39.937759698127202 ], [ -75.151649614450605, 39.937836915874399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23053, "tnode_": 23039, "lpoly_": null, "rpoly_": null, "length": 195.81827214999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 408, "l_t_add": 428, "r_f_add": 405, "r_t_add": 425, "st_code": 66460, "l_hundred": 400, "r_hundred": 400, "seg_id": 340545, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 6720, "Shape__Length": 77.751476554983398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150505890860899, 39.937637628699498 ], [ -75.1511859576717, 39.937759698127202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23015, "tnode_": 23063, "lpoly_": null, "rpoly_": null, "length": 125.10112366, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 811, "l_t_add": 825, "r_f_add": 812, "r_t_add": 822, "st_code": 87880, "l_hundred": 800, "r_hundred": 800, "seg_id": 340546, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6721, "Shape__Length": 49.852955095024242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1500059495241, 39.937898324307099 ], [ -75.150085475730506, 39.937560406219603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23063, "tnode_": 23145, "lpoly_": null, "rpoly_": null, "length": 233.1068608, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 827, "l_t_add": 899, "r_f_add": 824, "r_t_add": 898, "st_code": 87880, "l_hundred": 800, "r_hundred": 800, "seg_id": 340547, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6722, "Shape__Length": 92.893153624648974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150085475730506, 39.937560406219603 ], [ -75.150230876136007, 39.936930362994097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23032, "tnode_": 23100, "lpoly_": null, "rpoly_": null, "length": 183.41149069, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 825, "l_t_add": 899, "r_f_add": 824, "r_t_add": 898, "st_code": 87900, "l_hundred": 800, "r_hundred": 800, "seg_id": 340548, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6723, "Shape__Length": 73.090361926648171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151649614450605, 39.937836915874399 ], [ -75.151760979929094, 39.937340779956401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22924, "tnode_": 22967, "lpoly_": null, "rpoly_": null, "length": 118.25645491, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 811, "r_f_add": 800, "r_t_add": 810, "st_code": 67840, "l_hundred": 800, "r_hundred": 800, "seg_id": 340550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6724, "Shape__Length": 47.125633085457011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151959323482103, 39.938601013435701 ], [ -75.152035780235394, 39.93828176409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22967, "tnode_": 22948, "lpoly_": null, "rpoly_": null, "length": 300.14367914000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAUFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 47100, "l_hundred": 500, "r_hundred": 500, "seg_id": 340551, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAUFFMAN ST", "stname": "KAUFFMAN ST", "objectid": 6725, "Shape__Length": 119.17310047970203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152035780235394, 39.93828176409 ], [ -75.152941040870601, 39.938444773528502 ], [ -75.153081542108694, 39.938439656554699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22967, "tnode_": 23020, "lpoly_": null, "rpoly_": null, "length": 133.77141294, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 813, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 67840, "l_hundred": 800, "r_hundred": 800, "seg_id": 340552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6726, "Shape__Length": 53.309605205567927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152035780235394, 39.93828176409 ], [ -75.152112511887793, 39.937919326024598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23020, "tnode_": 22994, "lpoly_": null, "rpoly_": null, "length": 318.16130804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 510, "l_t_add": 598, "r_f_add": 509, "r_t_add": 599, "st_code": 66460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340553, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 6727, "Shape__Length": 126.329499828409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152112511887793, 39.937919326024598 ], [ -75.153217495336904, 39.9381175945907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23032, "tnode_": 23020, "lpoly_": null, "rpoly_": null, "length": 133.23035637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 507, "st_code": 66460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 6728, "Shape__Length": 52.900331752509111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151649614450605, 39.937836915874399 ], [ -75.152112511887793, 39.937919326024598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23029, "tnode_": 22987, "lpoly_": null, "rpoly_": null, "length": 321.61937008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 612, "l_t_add": 698, "r_f_add": 607, "r_t_add": 699, "st_code": 23060, "l_hundred": 600, "r_hundred": 600, "seg_id": 340555, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6729, "Shape__Length": 127.7301858873318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153726330712999, 39.937871968712102 ], [ -75.154810741332199, 39.938159496762999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23045, "tnode_": 23029, "lpoly_": null, "rpoly_": null, "length": 131.01549525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 605, "st_code": 23060, "l_hundred": 600, "r_hundred": 600, "seg_id": 340556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6730, "Shape__Length": 52.036064494413168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153289163139704, 39.9377450687413 ], [ -75.153726330712999, 39.937871968712102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22948, "tnode_": 22994, "lpoly_": null, "rpoly_": null, "length": 123.73687242, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 807, "l_t_add": 823, "r_f_add": 810, "r_t_add": 824, "st_code": 87920, "l_hundred": 800, "r_hundred": 800, "seg_id": 340559, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6731, "Shape__Length": 49.296355747576143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153081542108694, 39.938439656554699 ], [ -75.153167918323405, 39.938277880780902 ], [ -75.153217495336904, 39.9381175945907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22994, "tnode_": 23045, "lpoly_": null, "rpoly_": null, "length": 137.18443998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 825, "l_t_add": 899, "r_f_add": 826, "r_t_add": 898, "st_code": 87920, "l_hundred": 800, "r_hundred": 800, "seg_id": 340560, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6732, "Shape__Length": 54.67055474010369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153217495336904, 39.9381175945907 ], [ -75.153289163139704, 39.9377450687413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23045, "tnode_": 23136, "lpoly_": null, "rpoly_": null, "length": 249.63742544000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 925, "r_f_add": 900, "r_t_add": 924, "st_code": 87920, "l_hundred": 900, "r_hundred": 900, "seg_id": 340561, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6733, "Shape__Length": 99.48253565757112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153289163139704, 39.9377450687413 ], [ -75.153433327304796, 39.9370688276775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22948, "tnode_": 22977, "lpoly_": null, "rpoly_": null, "length": 103.77586301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 811, "l_t_add": 813, "r_f_add": 804, "r_t_add": 808, "st_code": 63220, "l_hundred": 800, "r_hundred": 800, "seg_id": 340562, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6734, "Shape__Length": 41.295594514192388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153081542108694, 39.938439656554699 ], [ -75.153171246257202, 39.938346767923598 ], [ -75.153314559932497, 39.9382185638541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22977, "tnode_": 23029, "lpoly_": null, "rpoly_": null, "length": 171.09587973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 815, "l_t_add": 899, "r_f_add": 810, "r_t_add": 898, "st_code": 63220, "l_hundred": 800, "r_hundred": 800, "seg_id": 340563, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6735, "Shape__Length": 68.068339270064868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153314559932497, 39.9382185638541 ], [ -75.153726330712999, 39.937871968712102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23029, "tnode_": 23112, "lpoly_": null, "rpoly_": null, "length": 271.54810336999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 923, "r_f_add": 900, "r_t_add": 924, "st_code": 63220, "l_hundred": 900, "r_hundred": 900, "seg_id": 340564, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6736, "Shape__Length": 108.02587572786904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153726330712999, 39.937871968712102 ], [ -75.154388879360098, 39.937328320376402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23112, "tnode_": 23187, "lpoly_": null, "rpoly_": null, "length": 266.42535192999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 926, "r_t_add": 998, "st_code": 63220, "l_hundred": 900, "r_hundred": 900, "seg_id": 340565, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6737, "Shape__Length": 105.97148446470226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154388879360098, 39.937328320376402 ], [ -75.154961466695895, 39.936864365309297 ], [ -75.155062444539098, 39.936816239845903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22884, "tnode_": 22861, "lpoly_": null, "rpoly_": null, "length": 444.91193296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 21900, "l_hundred": 700, "r_hundred": 700, "seg_id": 340566, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6738, "Shape__Length": 176.64187206121724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154630699993007, 39.9389651941148 ], [ -75.156196796984702, 39.939161088781297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22892, "tnode_": 22884, "lpoly_": null, "rpoly_": null, "length": 185.39243441000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 626, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 21900, "l_hundred": 600, "r_hundred": 600, "seg_id": 340567, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6739, "Shape__Length": 73.605963042787138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153978560243701, 39.938881493431303 ], [ -75.154630699993007, 39.9389651941148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22906, "tnode_": 22892, "lpoly_": null, "rpoly_": null, "length": 258.63444267000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 623, "st_code": 21900, "l_hundred": 600, "r_hundred": 600, "seg_id": 340568, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6740, "Shape__Length": 102.68356552918647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153067213902105, 39.938772222949602 ], [ -75.153978560243701, 39.938881493431303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22917, "tnode_": 22906, "lpoly_": null, "rpoly_": null, "length": 109.19689714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 530, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 21900, "l_hundred": 500, "r_hundred": 500, "seg_id": 340569, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6741, "Shape__Length": 43.352361385344928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152681109753004, 39.938733219076298 ], [ -75.153067213902105, 39.938772222949602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23038, "tnode_": 23094, "lpoly_": null, "rpoly_": null, "length": 133.97485564, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 909, "l_t_add": 923, "r_f_add": 912, "r_t_add": 924, "st_code": 87940, "l_hundred": 900, "r_hundred": 900, "seg_id": 340570, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6742, "Shape__Length": 53.390760878709287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154887565212505, 39.937838942251602 ], [ -75.154961338847102, 39.9374755752279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23094, "tnode_": 23187, "lpoly_": null, "rpoly_": null, "length": 243.96847185000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 926, "r_t_add": 998, "st_code": 87940, "l_hundred": 900, "r_hundred": 900, "seg_id": 340571, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6743, "Shape__Length": 97.221297897114937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154961338847102, 39.9374755752279 ], [ -75.1550878962002, 39.936905545395902 ], [ -75.155062444539098, 39.936816239845903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22861, "tnode_": 22941, "lpoly_": null, "rpoly_": null, "length": 215.06878899, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 816, "r_t_add": 898, "st_code": 87960, "l_hundred": 800, "r_hundred": 800, "seg_id": 340572, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6744, "Shape__Length": 85.708656873514158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156196796984702, 39.939161088781297 ], [ -75.156319783805401, 39.938578337527602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22941, "tnode_": 22984, "lpoly_": null, "rpoly_": null, "length": 125.65665734, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 905, "r_f_add": 900, "r_t_add": 904, "st_code": 87960, "l_hundred": 900, "r_hundred": 900, "seg_id": 340573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6745, "Shape__Length": 50.075257449643281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156319783805401, 39.938578337527602 ], [ -75.1563969081012, 39.938238541385303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22984, "tnode_": 27204, "lpoly_": null, "rpoly_": null, "length": 132.31320609, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 907, "l_t_add": 917, "r_f_add": 906, "r_t_add": 924, "st_code": 87960, "l_hundred": 900, "r_hundred": 900, "seg_id": 340574, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6746, "Shape__Length": 52.72845147247331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1563969081012, 39.938238541385303 ], [ -75.156472860153201, 39.937880061299197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22809, "tnode_": 22927, "lpoly_": null, "rpoly_": null, "length": 345.82674903000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 56020, "l_hundred": 800, "r_hundred": 800, "seg_id": 340575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 6747, "Shape__Length": 137.81971338005937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156595069778703, 39.9396292201343 ], [ -75.156784521784004, 39.938691149857597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22918, "tnode_": 22895, "lpoly_": null, "rpoly_": null, "length": 197.05649725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 828, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 23060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6748, "Shape__Length": 78.261423404740071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157186056065001, 39.938815072731998 ], [ -75.157850490231198, 39.938991227890398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22927, "tnode_": 22918, "lpoly_": null, "rpoly_": null, "length": 121.30785992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 820, "l_t_add": 826, "r_f_add": 813, "r_t_add": 821, "st_code": 23060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340578, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6749, "Shape__Length": 48.183777322726037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156784521784004, 39.938691149857597 ], [ -75.157186056065001, 39.938815072731998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22941, "tnode_": 22927, "lpoly_": null, "rpoly_": null, "length": 136.64483858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 811, "st_code": 23060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6750, "Shape__Length": 54.265228508415738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156319783805401, 39.938578337527602 ], [ -75.156784521784004, 39.938691149857597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22987, "tnode_": 22941, "lpoly_": null, "rpoly_": null, "length": 449.82394429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 23060, "l_hundred": 700, "r_hundred": 700, "seg_id": 340580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6751, "Shape__Length": 178.65355305538847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154810741332199, 39.938159496762999 ], [ -75.156319783805401, 39.938578337527602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23038, "tnode_": 22984, "lpoly_": null, "rpoly_": null, "length": 447.57661512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 70800, "l_hundred": 700, "r_hundred": 700, "seg_id": 340581, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 6752, "Shape__Length": 177.75359524977694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154887565212505, 39.937838942251602 ], [ -75.1563969081012, 39.938238541385303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22787, "tnode_": 22895, "lpoly_": null, "rpoly_": null, "length": 282.32670342, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 87980, "l_hundred": 800, "r_hundred": 800, "seg_id": 340582, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6753, "Shape__Length": 112.51312504329833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1576903946371, 39.939756390016598 ], [ -75.157850490231198, 39.938991227890398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22969, "tnode_": 22993, "lpoly_": null, "rpoly_": null, "length": 53.37816807, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 923, "l_t_add": 927, "r_f_add": 920, "r_t_add": 922, "st_code": 87980, "l_hundred": 900, "r_hundred": 900, "seg_id": 340583, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6754, "Shape__Length": 21.273139036369667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157984962446207, 39.9383637369965 ], [ -75.158005392318799, 39.9382180535153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22993, "tnode_": 23010, "lpoly_": null, "rpoly_": null, "length": 39.24458078, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 929, "l_t_add": 929, "r_f_add": 924, "r_t_add": 926, "st_code": 87980, "l_hundred": 900, "r_hundred": 900, "seg_id": 340584, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6755, "Shape__Length": 15.638584605633227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158005392318799, 39.9382180535153 ], [ -75.158033513155502, 39.938112519331398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23010, "tnode_": 23089, "lpoly_": null, "rpoly_": null, "length": 190.21237386, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 931, "l_t_add": 999, "r_f_add": 928, "r_t_add": 998, "st_code": 87980, "l_hundred": 900, "r_hundred": 900, "seg_id": 340585, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6756, "Shape__Length": 75.800394579390883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158033513155502, 39.938112519331398 ], [ -75.158151952884296, 39.937598383512103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23089, "tnode_": 23150, "lpoly_": null, "rpoly_": null, "length": 189.87199403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1016, "st_code": 87980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340586, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6757, "Shape__Length": 75.664016340687553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158151952884296, 39.937598383512103 ], [ -75.158271268858797, 39.937085317094201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22757, "tnode_": 22866, "lpoly_": null, "rpoly_": null, "length": 284.4005494, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 88000, "l_hundred": 800, "r_hundred": 800, "seg_id": 340587, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6758, "Shape__Length": 113.33977175082366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159256701875293, 39.939960977915597 ], [ -75.159419101914693, 39.9391903355965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22866, "tnode_": 22930, "lpoly_": null, "rpoly_": null, "length": 180.19725656, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 916, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340588, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6759, "Shape__Length": 71.810793255127422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159419101914693, 39.9391903355965 ], [ -75.159529211498906, 39.938702986882198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22997, "tnode_": 23036, "lpoly_": null, "rpoly_": null, "length": 92.95763622, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 933, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340589, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6760, "Shape__Length": 37.043976585990748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159626511856899, 39.938254179960403 ], [ -75.159685440643401, 39.938003063681499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23036, "tnode_": 23077, "lpoly_": null, "rpoly_": null, "length": 125.69833191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1009, "r_f_add": 1000, "r_t_add": 1008, "st_code": 88000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340590, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6761, "Shape__Length": 50.092978377185069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159685440643401, 39.938003063681499 ], [ -75.159751694548504, 39.937661795679297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22765, "tnode_": 22874, "lpoly_": null, "rpoly_": null, "length": 280.48522816000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 28060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 6762, "Shape__Length": 111.77945646831157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158888408793501, 39.939907439685797 ], [ -75.159047835624307, 39.939147314889702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22773, "tnode_": 22881, "lpoly_": null, "rpoly_": null, "length": 279.28561188999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 44200, "l_hundred": 800, "r_hundred": 800, "seg_id": 340592, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 6763, "Shape__Length": 111.30018673183271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468465917295, 39.939855952568898 ], [ -75.158634976436602, 39.939100068112602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22780, "tnode_": 22887, "lpoly_": null, "rpoly_": null, "length": 282.84201682999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 64220, "l_hundred": 800, "r_hundred": 800, "seg_id": 340593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 6764, "Shape__Length": 112.71620139271079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158119589434904, 39.939817267761697 ], [ -75.158296210869494, 39.939052826372901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22874, "tnode_": 22950, "lpoly_": null, "rpoly_": null, "length": 230.11989069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 28060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 6765, "Shape__Length": 91.705025197740767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159047835624307, 39.939147314889702 ], [ -75.159191049626102, 39.938525300275202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22863, "tnode_": 22856, "lpoly_": null, "rpoly_": null, "length": 119.08492163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1002, "l_t_add": 1014, "r_f_add": 1009, "r_t_add": 1021, "st_code": 23060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6766, "Shape__Length": 47.281119601736698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159798665892495, 39.939236286986002 ], [ -75.1602165879127, 39.939294374980001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22866, "tnode_": 22863, "lpoly_": null, "rpoly_": null, "length": 107.74218456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1000, "r_f_add": 1001, "r_t_add": 1007, "st_code": 23060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6767, "Shape__Length": 42.776338079095751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159419101914693, 39.9391903355965 ], [ -75.159798665892495, 39.939236286986002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22874, "tnode_": 22866, "lpoly_": null, "rpoly_": null, "length": 105.2801585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 936, "l_t_add": 998, "r_f_add": 937, "r_t_add": 999, "st_code": 23060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6768, "Shape__Length": 41.798496472511232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159047835624307, 39.939147314889702 ], [ -75.159419101914693, 39.9391903355965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22881, "tnode_": 22874, "lpoly_": null, "rpoly_": null, "length": 117.04276274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 928, "l_t_add": 934, "r_f_add": 923, "r_t_add": 935, "st_code": 23060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6769, "Shape__Length": 46.468374920116929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158634976436602, 39.939100068112602 ], [ -75.159047835624307, 39.939147314889702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22887, "tnode_": 22881, "lpoly_": null, "rpoly_": null, "length": 96.54002802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 914, "l_t_add": 926, "r_f_add": 913, "r_t_add": 921, "st_code": 23060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6770, "Shape__Length": 38.3298870909233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158296210869494, 39.939052826372901 ], [ -75.158634976436602, 39.939100068112602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22895, "tnode_": 22887, "lpoly_": null, "rpoly_": null, "length": 126.98364143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 911, "st_code": 23060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6771, "Shape__Length": 50.416953519911871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157850490231198, 39.938991227890398 ], [ -75.158296210869494, 39.939052826372901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22727, "tnode_": 22724, "lpoly_": null, "rpoly_": null, "length": 81.50546347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1118, "l_t_add": 1118, "r_f_add": 1119, "r_t_add": 1119, "st_code": 21900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340601, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6772, "Shape__Length": 32.360697672600253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161359640547303, 39.940222108012698 ], [ -75.1616462017667, 39.940259589240299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22734, "tnode_": 22727, "lpoly_": null, "rpoly_": null, "length": 170.26729497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1117, "st_code": 21900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6773, "Shape__Length": 67.602701275529199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160761369758404, 39.940142179597899 ], [ -75.161359640547303, 39.940222108012698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22744, "tnode_": 22734, "lpoly_": null, "rpoly_": null, "length": 122.04555797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 21900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340603, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6774, "Shape__Length": 48.455239705433577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160330793422304, 39.940093245256797 ], [ -75.160761369758404, 39.940142179597899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22751, "tnode_": 22744, "lpoly_": null, "rpoly_": null, "length": 79.14979426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1022, "l_t_add": 1026, "r_f_add": 1023, "r_t_add": 1027, "st_code": 21900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6775, "Shape__Length": 31.4255079271895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160052716366096, 39.940055946889601 ], [ -75.160330793422304, 39.940093245256797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22757, "tnode_": 22751, "lpoly_": null, "rpoly_": null, "length": 225.87367793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1021, "st_code": 21900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340605, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6776, "Shape__Length": 89.67829829818497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159256701875293, 39.939960977915597 ], [ -75.160052716366096, 39.940055946889601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22734, "tnode_": 22795, "lpoly_": null, "rpoly_": null, "length": 144.62501541, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 812, "st_code": 88020, "l_hundred": 800, "r_hundred": 800, "seg_id": 340606, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6777, "Shape__Length": 57.637559573879379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160761369758404, 39.940142179597899 ], [ -75.160836131172204, 39.939749358577899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22795, "tnode_": 22847, "lpoly_": null, "rpoly_": null, "length": 138.06928351, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 815, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 88020, "l_hundred": 800, "r_hundred": 800, "seg_id": 340607, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6778, "Shape__Length": 55.022537391015369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160836131172204, 39.939749358577899 ], [ -75.160922090375294, 39.939376161282397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22847, "tnode_": 22910, "lpoly_": null, "rpoly_": null, "length": 187.40642702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 914, "st_code": 88020, "l_hundred": 900, "r_hundred": 900, "seg_id": 340608, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6779, "Shape__Length": 74.685399135137814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160922090375294, 39.939376161282397 ], [ -75.161026387289596, 39.938868009909399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22910, "tnode_": 22976, "lpoly_": null, "rpoly_": null, "length": 179.40336522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 919, "l_t_add": 999, "r_f_add": 916, "r_t_add": 998, "st_code": 88020, "l_hundred": 900, "r_hundred": 900, "seg_id": 340609, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6780, "Shape__Length": 71.494766728455389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161026387289596, 39.938868009909399 ], [ -75.161131376574801, 39.938382201314703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22847, "tnode_": 22830, "lpoly_": null, "rpoly_": null, "length": 469.48233435000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 23060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6781, "Shape__Length": 186.3969629622755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160922090375294, 39.939376161282397 ], [ -75.162575997545403, 39.939576560678603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22856, "tnode_": 22847, "lpoly_": null, "rpoly_": null, "length": 200.06113026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 23060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6782, "Shape__Length": 79.428789526764461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1602165879127, 39.939294374980001 ], [ -75.160922090375294, 39.939376161282397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22751, "tnode_": 22856, "lpoly_": null, "rpoly_": null, "length": 281.20661445999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 81460, "l_hundred": 800, "r_hundred": 800, "seg_id": 340612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 6783, "Shape__Length": 112.06661308233517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160052716366096, 39.940055946889601 ], [ -75.1602165879127, 39.939294374980001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22744, "tnode_": 22793, "lpoly_": null, "rpoly_": null, "length": 150.89757882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 23860, "l_hundred": 800, "r_hundred": 800, "seg_id": 340613, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6784, "Shape__Length": 60.135734949994188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160330793422304, 39.940093245256797 ], [ -75.160420367784695, 39.9396847910782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22770, "tnode_": 22750, "lpoly_": null, "rpoly_": null, "length": 447.39157078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 82020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340614, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 6785, "Shape__Length": 177.63278424729054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162490314610295, 39.939960258490402 ], [ -75.162547840780206, 39.939972320726397 ], [ -75.163392975609398, 39.940081373512797 ], [ -75.163512273824296, 39.9400954446361 ], [ -75.164060777678202, 39.940175453861698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22795, "tnode_": 22770, "lpoly_": null, "rpoly_": null, "length": 470.50529159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 82020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340615, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 6786, "Shape__Length": 186.80697333991259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160836131172204, 39.939749358577899 ], [ -75.1624271400391, 39.939942495101299 ], [ -75.162490314610295, 39.939960258490402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22719, "tnode_": 22709, "lpoly_": null, "rpoly_": null, "length": 131.6351094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 21900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340620, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6787, "Shape__Length": 52.263157997356231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161938698355797, 39.940296842368099 ], [ -75.162402581988601, 39.940352294879901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22724, "tnode_": 22719, "lpoly_": null, "rpoly_": null, "length": 83.13308084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1120, "l_t_add": 1126, "r_f_add": 1121, "r_t_add": 1127, "st_code": 21900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340621, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 6788, "Shape__Length": 33.006754971402508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1616462017667, 39.940259589240299 ], [ -75.161938698355797, 39.940296842368099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22750, "tnode_": 26986, "lpoly_": null, "rpoly_": null, "length": 589.36422254000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 82020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBSTER ST", "stname": "WEBSTER ST", "objectid": 6789, "Shape__Length": 233.99728591333849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164060777678202, 39.940175453861698 ], [ -75.164123399754899, 39.940175914272601 ], [ -75.166135658393102, 39.940430206663102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22812, "tnode_": 26987, "lpoly_": null, "rpoly_": null, "length": 593.25038323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 23060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6790, "Shape__Length": 235.54162809328926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164141908645902, 39.939768206190699 ], [ -75.166227285731907, 39.940042796761503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22830, "tnode_": 22812, "lpoly_": null, "rpoly_": null, "length": 444.61092075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 23060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 6791, "Shape__Length": 176.52319386582923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162575997545403, 39.939576560678603 ], [ -75.164141908645902, 39.939768206190699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22750, "tnode_": 22812, "lpoly_": null, "rpoly_": null, "length": 150.08714102, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 817, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 88060, "l_hundred": 800, "r_hundred": 800, "seg_id": 340625, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6792, "Shape__Length": 59.813946141965118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164060777678202, 39.940175453861698 ], [ -75.164141908645902, 39.939768206190699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22812, "tnode_": 22860, "lpoly_": null, "rpoly_": null, "length": 143.96326471, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 911, "r_f_add": 900, "r_t_add": 910, "st_code": 88060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340626, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6793, "Shape__Length": 57.372590776918109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164141908645902, 39.939768206190699 ], [ -75.164223278501495, 39.9393780038925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22709, "tnode_": 22770, "lpoly_": null, "rpoly_": null, "length": 144.91514746, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 810, "st_code": 88040, "l_hundred": 800, "r_hundred": 800, "seg_id": 340627, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6794, "Shape__Length": 57.751587498885357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162402581988601, 39.940352294879901 ], [ -75.162490314610295, 39.939960258490402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22770, "tnode_": 22830, "lpoly_": null, "rpoly_": null, "length": 141.82410621, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 815, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 88040, "l_hundred": 800, "r_hundred": 800, "seg_id": 340628, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6795, "Shape__Length": 56.519452204050921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162490314610295, 39.939960258490402 ], [ -75.162575997545403, 39.939576560678603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22830, "tnode_": 22858, "lpoly_": null, "rpoly_": null, "length": 108.53272918, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 907, "r_f_add": 900, "r_t_add": 908, "st_code": 88040, "l_hundred": 900, "r_hundred": 900, "seg_id": 340629, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6796, "Shape__Length": 43.252735422398665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162575997545403, 39.939576560678603 ], [ -75.162636630415093, 39.939282303013897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22952, "tnode_": 22932, "lpoly_": null, "rpoly_": null, "length": 445.39443797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 21600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6797, "Shape__Length": 176.83180657541843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162778511346303, 39.9386155812591 ], [ -75.164347122349099, 39.938807745783798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22976, "tnode_": 22952, "lpoly_": null, "rpoly_": null, "length": 470.12476087000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 21600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6798, "Shape__Length": 186.65713173878248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161131376574801, 39.938382201314703 ], [ -75.161345127078107, 39.938432748137799 ], [ -75.162778511346303, 39.9386155812591 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22860, "tnode_": 22932, "lpoly_": null, "rpoly_": null, "length": 210.6173926, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 913, "l_t_add": 999, "r_f_add": 912, "r_t_add": 998, "st_code": 88060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340634, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6799, "Shape__Length": 83.934484233781987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164223278501495, 39.9393780038925 ], [ -75.164347122349099, 39.938807745783798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22932, "tnode_": 23007, "lpoly_": null, "rpoly_": null, "length": 199.79080678, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1018, "st_code": 88060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340635, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6800, "Shape__Length": 79.619111837314961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164347122349099, 39.938807745783798 ], [ -75.164465660324296, 39.938266938430999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23007, "tnode_": 23108, "lpoly_": null, "rpoly_": null, "length": 241.45001922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 88060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340636, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 6801, "Shape__Length": 96.219607058909119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164465660324296, 39.938266938430999 ], [ -75.164611474710497, 39.937613700738297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22879, "tnode_": 22860, "lpoly_": null, "rpoly_": null, "length": 445.68631507000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 56820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6802, "Shape__Length": 176.95019859440623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162654811130096, 39.939180068389298 ], [ -75.164223278501495, 39.9393780038925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23031, "tnode_": 23007, "lpoly_": null, "rpoly_": null, "length": 446.05998162000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 47640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6803, "Shape__Length": 177.09489773804367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162895022636803, 39.938073018503601 ], [ -75.164465660324296, 39.938266938430999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22858, "tnode_": 22879, "lpoly_": null, "rpoly_": null, "length": 37.58953867, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 909, "l_t_add": 909, "r_f_add": 910, "r_t_add": 910, "st_code": 88040, "l_hundred": 900, "r_hundred": 900, "seg_id": 340639, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6804, "Shape__Length": 14.980596565294244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162636630415093, 39.939282303013897 ], [ -75.162654811130096, 39.939180068389298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22879, "tnode_": 22952, "lpoly_": null, "rpoly_": null, "length": 208.53750388999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 911, "l_t_add": 999, "r_f_add": 912, "r_t_add": 998, "st_code": 88040, "l_hundred": 900, "r_hundred": 900, "seg_id": 340640, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6805, "Shape__Length": 83.105220429523698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162654811130096, 39.939180068389298 ], [ -75.162778511346303, 39.9386155812591 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22952, "tnode_": 23011, "lpoly_": null, "rpoly_": null, "length": 155.32162763, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1012, "st_code": 88040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340641, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6806, "Shape__Length": 61.897233269786746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162778511346303, 39.9386155812591 ], [ -75.162872292966199, 39.938195359451299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23011, "tnode_": 23031, "lpoly_": null, "rpoly_": null, "length": 45.02005849, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1015, "l_t_add": 1017, "r_f_add": 1014, "r_t_add": 1016, "st_code": 88040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340642, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6807, "Shape__Length": 17.941485195707234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162872292966199, 39.938195359451299 ], [ -75.162895022636803, 39.938073018503601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23031, "tnode_": 23127, "lpoly_": null, "rpoly_": null, "length": 242.90333715, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1099, "r_f_add": 1018, "r_t_add": 1098, "st_code": 88040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340643, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 6808, "Shape__Length": 96.798753247839556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162895022636803, 39.938073018503601 ], [ -75.163039924195502, 39.9374156136019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22869, "tnode_": 22858, "lpoly_": null, "rpoly_": null, "length": 113.21139063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 56820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340645, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6809, "Shape__Length": 44.960687571904543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162252890931796, 39.939185713482502 ], [ -75.162636630415093, 39.939282303013897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22898, "tnode_": 22869, "lpoly_": null, "rpoly_": null, "length": 215.65757715000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1106, "l_t_add": 1128, "r_f_add": 1105, "r_t_add": 1127, "st_code": 56820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340646, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6810, "Shape__Length": 85.647229116002606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161523474369801, 39.938998060402497 ], [ -75.162252890931796, 39.939185713482502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22869, "tnode_": 22899, "lpoly_": null, "rpoly_": null, "length": 72.09844695, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71020, "l_hundred": 900, "r_hundred": 900, "seg_id": 340647, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 6811, "Shape__Length": 28.726093620103399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162252890931796, 39.939185713482502 ], [ -75.162326968257105, 39.938996186284101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22910, "tnode_": 22898, "lpoly_": null, "rpoly_": null, "length": 147.22009227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1104, "r_f_add": 1101, "r_t_add": 1103, "st_code": 56820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6812, "Shape__Length": 58.468233228002852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161026387289596, 39.938868009909399 ], [ -75.161523474369801, 39.938998060402497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22898, "tnode_": 22923, "lpoly_": null, "rpoly_": null, "length": 75.38805724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 46140, "l_hundred": 900, "r_hundred": 900, "seg_id": 340649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 6813, "Shape__Length": 30.031962021092642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161523474369801, 39.938998060402497 ], [ -75.161617726640998, 39.938804245089699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22923, "tnode_": 22899, "lpoly_": null, "rpoly_": null, "length": 210.81313074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 40020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALL ST", "stname": "HALL ST", "objectid": 6814, "Shape__Length": 83.726213051216845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161617726640998, 39.938804245089699 ], [ -75.162326968257105, 39.938996186284101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27203, "tnode_": 23011, "lpoly_": null, "rpoly_": null, "length": 465.94493729000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 47640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340651, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6815, "Shape__Length": 184.98846806869986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161230540455406, 39.937998274365199 ], [ -75.161430518441094, 39.938019887563001 ], [ -75.162872292966199, 39.938195359451299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27203, "tnode_": 23144, "lpoly_": null, "rpoly_": null, "length": 306.65359631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1013, "l_t_add": 1099, "r_f_add": 1014, "r_t_add": 1098, "st_code": 88020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340652, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6816, "Shape__Length": 122.20518301687763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161230540455406, 39.937998274365199 ], [ -75.161400996474697, 39.937166760522601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22976, "tnode_": 23025, "lpoly_": null, "rpoly_": null, "length": 125.37261397, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1009, "r_f_add": 1000, "r_t_add": 1010, "st_code": 88020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340653, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 6817, "Shape__Length": 49.960577810482242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161131376574801, 39.938382201314703 ], [ -75.1612167332719, 39.938044367815898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23077, "tnode_": 23025, "lpoly_": null, "rpoly_": null, "length": 433.81619375000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 47640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6818, "Shape__Length": 172.28645961538777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159751694548504, 39.937661795679297 ], [ -75.1611543957994, 39.938027883096098 ], [ -75.1612167332719, 39.938044367815898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23256, "tnode_": 23312, "lpoly_": null, "rpoly_": null, "length": 155.67951165, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1032, "r_t_add": 1098, "st_code": 87960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340694, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6819, "Shape__Length": 62.038463944948354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156804262599096, 39.936370915877298 ], [ -75.156893834356893, 39.935949155048803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23003, "tnode_": 22976, "lpoly_": null, "rpoly_": null, "length": 132.8968967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1032, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 21600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340656, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6820, "Shape__Length": 52.779362075145009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160682884194799, 39.938267083940097 ], [ -75.161072168651501, 39.938357637495102 ], [ -75.161131376574801, 39.938382201314703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23036, "tnode_": 23003, "lpoly_": null, "rpoly_": null, "length": 295.77262544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1030, "r_f_add": 1001, "r_t_add": 1029, "st_code": 21600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340657, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6821, "Shape__Length": 117.4652837048495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159685440643401, 39.938003063681499 ], [ -75.160682884194799, 39.938267083940097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23089, "tnode_": 23036, "lpoly_": null, "rpoly_": null, "length": 454.58275905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21600, "l_hundred": 900, "r_hundred": 900, "seg_id": 340658, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6822, "Shape__Length": 180.53499328489229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158151952884296, 39.937598383512103 ], [ -75.159685440643401, 39.938003063681499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23077, "tnode_": 23106, "lpoly_": null, "rpoly_": null, "length": 65.31196697, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1011, "l_t_add": 1017, "r_f_add": 1010, "r_t_add": 1016, "st_code": 88000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340659, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6823, "Shape__Length": 26.027586812381401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159751694548504, 39.937661795679297 ], [ -75.159788157545293, 39.937484716795602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23106, "tnode_": 23142, "lpoly_": null, "rpoly_": null, "length": 115.19124655, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1029, "r_f_add": 1018, "r_t_add": 1028, "st_code": 88000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6824, "Shape__Length": 45.903158355147411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159788157545293, 39.937484716795602 ], [ -75.159864074906693, 39.937173949305397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23150, "tnode_": 23106, "lpoly_": null, "rpoly_": null, "length": 449.55901039000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 47640, "l_hundred": 900, "r_hundred": 900, "seg_id": 340661, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6825, "Shape__Length": 178.53818586693794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158271268858797, 39.937085317094201 ], [ -75.159788157545293, 39.937484716795602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22925, "tnode_": 22910, "lpoly_": null, "rpoly_": null, "length": 115.55223286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1038, "l_t_add": 1098, "r_f_add": 1033, "r_t_add": 1099, "st_code": 56820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340662, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6826, "Shape__Length": 45.894326548900018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160639849510602, 39.9387580707102 ], [ -75.161026387289596, 39.938868009909399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22863, "tnode_": 22919, "lpoly_": null, "rpoly_": null, "length": 162.17847345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 11840, "l_hundred": 900, "r_hundred": 900, "seg_id": 340663, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6827, "Shape__Length": 64.63021470565856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159798665892495, 39.939236286986002 ], [ -75.159897374386901, 39.938797618380697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22919, "tnode_": 22893, "lpoly_": null, "rpoly_": null, "length": 191.9061749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1010, "l_t_add": 1098, "r_f_add": 1005, "r_t_add": 1099, "st_code": 70800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 6828, "Shape__Length": 76.214077714107816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159897374386901, 39.938797618380697 ], [ -75.160546663975197, 39.938964121759199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22893, "tnode_": 22925, "lpoly_": null, "rpoly_": null, "length": 79.478929119999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 925, "r_f_add": 900, "r_t_add": 924, "st_code": 23860, "l_hundred": 900, "r_hundred": 900, "seg_id": 340665, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6829, "Shape__Length": 31.663452821728672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160546663975197, 39.938964121759199 ], [ -75.160639849510602, 39.9387580707102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22930, "tnode_": 22919, "lpoly_": null, "rpoly_": null, "length": 108.84099022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1003, "st_code": 70800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340666, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 6830, "Shape__Length": 43.225360318388546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159529211498906, 39.938702986882198 ], [ -75.159897374386901, 39.938797618380697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22933, "tnode_": 22959, "lpoly_": null, "rpoly_": null, "length": 80.74742204, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 927, "l_t_add": 931, "r_f_add": 926, "r_t_add": 928, "st_code": 23860, "l_hundred": 900, "r_hundred": 900, "seg_id": 340667, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6831, "Shape__Length": 32.168190438153069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160473682490803, 39.938714447250398 ], [ -75.1605700552592, 39.938505567846001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22997, "tnode_": 22959, "lpoly_": null, "rpoly_": null, "length": 279.9828976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 40020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340668, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALL ST", "stname": "HALL ST", "objectid": 6832, "Shape__Length": 111.19538418177231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159626511856899, 39.938254179960403 ], [ -75.1605700552592, 39.938505567846001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22959, "tnode_": 23003, "lpoly_": null, "rpoly_": null, "length": 92.45726786, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 933, "l_t_add": 999, "r_f_add": 930, "r_t_add": 998, "st_code": 23860, "l_hundred": 900, "r_hundred": 900, "seg_id": 340669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6833, "Shape__Length": 36.832303712548899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1605700552592, 39.938505567846001 ], [ -75.160682884194799, 39.938267083940097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22930, "tnode_": 22944, "lpoly_": null, "rpoly_": null, "length": 51.39573267, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 919, "l_t_add": 921, "r_f_add": 918, "r_t_add": 922, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340670, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6834, "Shape__Length": 20.482358006989937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159529211498906, 39.938702986882198 ], [ -75.159556129196602, 39.938563428890298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22944, "tnode_": 22960, "lpoly_": null, "rpoly_": null, "length": 31.69178372, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 923, "l_t_add": 923, "r_f_add": 924, "r_t_add": 924, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340671, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6835, "Shape__Length": 12.628866536834149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159556129196602, 39.938563428890298 ], [ -75.159579215356999, 39.938478265308703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22950, "tnode_": 22944, "lpoly_": null, "rpoly_": null, "length": 103.31126383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 934, "l_t_add": 998, "r_f_add": 941, "r_t_add": 999, "st_code": 56820, "l_hundred": 900, "r_hundred": 900, "seg_id": 340672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6836, "Shape__Length": 41.015761302274427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159191049626102, 39.938525300275202 ], [ -75.159556129196602, 39.938563428890298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22960, "tnode_": 22980, "lpoly_": null, "rpoly_": null, "length": 60.36504273, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 929, "r_f_add": 926, "r_t_add": 930, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340673, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6837, "Shape__Length": 24.056128125151986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159579215356999, 39.938478265308703 ], [ -75.159615301659002, 39.938314900458202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22980, "tnode_": 22997, "lpoly_": null, "rpoly_": null, "length": 22.34163089, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 931, "l_t_add": 931, "r_f_add": 932, "r_t_add": 932, "st_code": 88000, "l_hundred": 900, "r_hundred": 900, "seg_id": 340674, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6838, "Shape__Length": 8.9036603404329266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159615301659002, 39.938314900458202 ], [ -75.159626511856899, 39.938254179960403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23010, "tnode_": 22980, "lpoly_": null, "rpoly_": null, "length": 449.64245018000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 40020, "l_hundred": 900, "r_hundred": 900, "seg_id": 340675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALL ST", "stname": "HALL ST", "objectid": 6839, "Shape__Length": 178.51860293108936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158033513155502, 39.938112519331398 ], [ -75.159615301659002, 39.938314900458202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22933, "tnode_": 22925, "lpoly_": null, "rpoly_": null, "length": 49.23069151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1030, "l_t_add": 1036, "r_f_add": 1029, "r_t_add": 1031, "st_code": 56820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6840, "Shape__Length": 19.55188655638138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160473682490803, 39.938714447250398 ], [ -75.160639849510602, 39.9387580707102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22960, "tnode_": 22933, "lpoly_": null, "rpoly_": null, "length": 265.16662723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1028, "r_f_add": 1001, "r_t_add": 1027, "st_code": 56820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340677, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6841, "Shape__Length": 105.31071668783972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159579215356999, 39.938478265308703 ], [ -75.160473682490803, 39.938714447250398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23042, "tnode_": 23013, "lpoly_": null, "rpoly_": null, "length": 301.5174133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 834, "r_f_add": 801, "r_t_add": 835, "st_code": 56820, "l_hundred": 800, "r_hundred": 800, "seg_id": 340678, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6842, "Shape__Length": 119.74616083896741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156488887669397, 39.937812829294302 ], [ -75.157506082886201, 39.938081122857596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23075, "tnode_": 27204, "lpoly_": null, "rpoly_": null, "length": 340.64623914000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 710, "l_t_add": 798, "r_f_add": 705, "r_t_add": 799, "st_code": 56820, "l_hundred": 700, "r_hundred": 700, "seg_id": 340679, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6843, "Shape__Length": 135.28853738934271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155327256543998, 39.937568996859497 ], [ -75.156472860153201, 39.937880061299197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23133, "tnode_": 23179, "lpoly_": null, "rpoly_": null, "length": 124.18311698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1009, "r_f_add": 1000, "r_t_add": 1012, "st_code": 87960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340680, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6844, "Shape__Length": 49.487508651139919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156624810317098, 39.937191676077397 ], [ -75.156697860240996, 39.9368554476019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23179, "tnode_": 23211, "lpoly_": null, "rpoly_": null, "length": 62.02983333, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1011, "l_t_add": 1017, "r_f_add": 1014, "r_t_add": 1018, "st_code": 87960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340681, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6845, "Shape__Length": 24.717917401022376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156697860240996, 39.9368554476019 ], [ -75.156741545593107, 39.936688521519201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23133, "tnode_": 23089, "lpoly_": null, "rpoly_": null, "length": 453.14331816000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 21600, "l_hundred": 800, "r_hundred": 800, "seg_id": 340682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6846, "Shape__Length": 179.96349085654165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156624810317098, 39.937191676077397 ], [ -75.158151952884296, 39.937598383512103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23094, "tnode_": 23075, "lpoly_": null, "rpoly_": null, "length": 108.10621153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 703, "st_code": 56820, "l_hundred": 700, "r_hundred": 700, "seg_id": 340683, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6847, "Shape__Length": 42.932566739399782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154961338847102, 39.9374755752279 ], [ -75.155327256543998, 39.937568996859497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23136, "tnode_": 23112, "lpoly_": null, "rpoly_": null, "length": 284.14016505000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 613, "st_code": 56820, "l_hundred": 600, "r_hundred": 600, "seg_id": 340684, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6848, "Shape__Length": 112.84614163353523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153433327304796, 39.9370688276775 ], [ -75.154388879360098, 39.937328320376402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23148, "tnode_": 23136, "lpoly_": null, "rpoly_": null, "length": 130.8239107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 532, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 56820, "l_hundred": 500, "r_hundred": 500, "seg_id": 340685, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6849, "Shape__Length": 51.957939923460565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152995089516494, 39.936945670290598 ], [ -75.153433327304796, 39.9370688276775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23075, "tnode_": 23170, "lpoly_": null, "rpoly_": null, "length": 250.83533638999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 17420, "l_hundred": 900, "r_hundred": 900, "seg_id": 340686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 6850, "Shape__Length": 99.956075077057662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155327256543998, 39.937568996859497 ], [ -75.155495359713598, 39.936892690671399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23187, "tnode_": 23170, "lpoly_": null, "rpoly_": null, "length": 126.68436018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 713, "st_code": 21600, "l_hundred": 700, "r_hundred": 700, "seg_id": 340687, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6851, "Shape__Length": 50.306473404969253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155062444539098, 39.936816239845903 ], [ -75.1551875745442, 39.9368092651765 ], [ -75.155495359713598, 39.936892690671399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23250, "tnode_": 23187, "lpoly_": null, "rpoly_": null, "length": 443.61866976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 21600, "l_hundred": 600, "r_hundred": 600, "seg_id": 340688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6852, "Shape__Length": 176.19676658478724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153591695423898, 39.936386068411899 ], [ -75.154986749339102, 39.9367609282003 ], [ -75.155062444539098, 39.936816239845903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23266, "tnode_": 23250, "lpoly_": null, "rpoly_": null, "length": 120.74946376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 530, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 21600, "l_hundred": 500, "r_hundred": 500, "seg_id": 340689, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6853, "Shape__Length": 47.954149109842454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153184622116299, 39.936278006472101 ], [ -75.153591695423898, 39.936386068411899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23211, "tnode_": 23150, "lpoly_": null, "rpoly_": null, "length": 452.6644366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 47640, "l_hundred": 800, "r_hundred": 800, "seg_id": 340690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6854, "Shape__Length": 179.7684463241138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156741545593107, 39.936688521519201 ], [ -75.158271268858797, 39.937085317094201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23234, "tnode_": 23179, "lpoly_": null, "rpoly_": null, "length": 388.10919243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47640, "l_hundred": 700, "r_hundred": 700, "seg_id": 340691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6855, "Shape__Length": 154.13292592659454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553887192769, 39.936509756117403 ], [ -75.156697860240996, 39.9368554476019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23310, "tnode_": 23269, "lpoly_": null, "rpoly_": null, "length": 450.67754061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47640, "l_hundred": 600, "r_hundred": 600, "seg_id": 340692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBALL ST", "stname": "KIMBALL ST", "objectid": 6856, "Shape__Length": 178.97889085097958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153701891800793, 39.935904628068698 ], [ -75.155223010000796, 39.936303935509002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23256, "tnode_": 23196, "lpoly_": null, "rpoly_": null, "length": 454.53573791000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 49740, "l_hundred": 800, "r_hundred": 800, "seg_id": 340693, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6857, "Shape__Length": 180.5117734331678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156804262599096, 39.936370915877298 ], [ -75.158281869075395, 39.936764044438597 ], [ -75.158339039848002, 39.936768978282203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23211, "tnode_": 23246, "lpoly_": null, "rpoly_": null, "length": 86.48179945, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1025, "r_f_add": 1020, "r_t_add": 1028, "st_code": 87960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340695, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6858, "Shape__Length": 34.463922983549466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156741545593107, 39.936688521519201 ], [ -75.156786730122604, 39.936453679886299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23246, "tnode_": 23256, "lpoly_": null, "rpoly_": null, "length": 30.54766736, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1027, "l_t_add": 1027, "r_f_add": 1030, "r_t_add": 1030, "st_code": 87960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6859, "Shape__Length": 12.173331480407787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156786730122604, 39.936453679886299 ], [ -75.156804262599096, 39.936370915877298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23283, "tnode_": 23246, "lpoly_": null, "rpoly_": null, "length": 294.38011143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 49740, "l_hundred": 700, "r_hundred": 700, "seg_id": 340697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6860, "Shape__Length": 116.9124352593373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155797975240205, 39.936182186100801 ], [ -75.156786730122604, 39.936453679886299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23187, "tnode_": 23269, "lpoly_": null, "rpoly_": null, "length": 192.82853573999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1002, "st_code": 87940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340698, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6861, "Shape__Length": 76.831702762661052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155062444539098, 39.936816239845903 ], [ -75.155171686675502, 39.936573516214096 ], [ -75.155223010000796, 39.936303935509002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23269, "tnode_": 23315, "lpoly_": null, "rpoly_": null, "length": 133.24014517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1027, "r_f_add": 1004, "r_t_add": 1018, "st_code": 87940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340699, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6862, "Shape__Length": 53.095281657867091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155223010000796, 39.936303935509002 ], [ -75.155306678332906, 39.935943889901999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23315, "tnode_": 23380, "lpoly_": null, "rpoly_": null, "length": 143.23286319, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 87940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340700, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6863, "Shape__Length": 57.077573689086073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155306678332906, 39.935943889901999 ], [ -75.155392839267805, 39.935556332156203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23136, "tnode_": 23250, "lpoly_": null, "rpoly_": null, "length": 252.65052208, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 927, "l_t_add": 999, "r_f_add": 926, "r_t_add": 998, "st_code": 87920, "l_hundred": 900, "r_hundred": 900, "seg_id": 340701, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6864, "Shape__Length": 100.68042703145323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153433327304796, 39.9370688276775 ], [ -75.153591695423898, 39.936386068411899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23250, "tnode_": 23310, "lpoly_": null, "rpoly_": null, "length": 178.08159028, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 87920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340702, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6865, "Shape__Length": 70.9645623386549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153591695423898, 39.936386068411899 ], [ -75.153701891800793, 39.935904628068698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23310, "tnode_": 23371, "lpoly_": null, "rpoly_": null, "length": 139.83735003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1035, "r_f_add": 1018, "r_t_add": 1030, "st_code": 87920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340703, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6866, "Shape__Length": 55.725746306385645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153701891800793, 39.935904628068698 ], [ -75.153776777101996, 39.935525109955698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23187, "tnode_": 23234, "lpoly_": null, "rpoly_": null, "length": 144.52253401000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1001, "r_f_add": 1000, "r_t_add": 1010, "st_code": 63220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340704, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6867, "Shape__Length": 57.507394876857241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155062444539098, 39.936816239845903 ], [ -75.155233125649502, 39.936640595977202 ], [ -75.1553887192769, 39.936509756117403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23234, "tnode_": 23283, "lpoly_": null, "rpoly_": null, "length": 165.55985217, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1003, "l_t_add": 1025, "r_f_add": 1012, "r_t_add": 1026, "st_code": 63220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340705, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6868, "Shape__Length": 65.857733845329932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553887192769, 39.936509756117403 ], [ -75.155797975240205, 39.936182186100801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23283, "tnode_": 23340, "lpoly_": null, "rpoly_": null, "length": 191.86648023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 63220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340706, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6869, "Shape__Length": 76.331572521827141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155797975240205, 39.936182186100801 ], [ -75.156255986458604, 39.935790906167099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23340, "tnode_": 23440, "lpoly_": null, "rpoly_": null, "length": 400.93801047, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1135, "r_f_add": 1100, "r_t_add": 1130, "st_code": 63220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340707, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6870, "Shape__Length": 159.51755919747177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156255986458604, 39.935790906167099 ], [ -75.156896986805904, 39.935271898931902 ], [ -75.157191810123393, 39.934961545715701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23371, "tnode_": 23315, "lpoly_": null, "rpoly_": null, "length": 455.33885391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 49740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6871, "Shape__Length": 180.83486069189465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153776777101996, 39.935525109955698 ], [ -75.155306678332906, 39.935943889901999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23266, "tnode_": 23397, "lpoly_": null, "rpoly_": null, "length": 344.64141449, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 33260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 6872, "Shape__Length": 137.33330746800087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153184622116299, 39.936278006472101 ], [ -75.153214419742199, 39.936225135350597 ], [ -75.153411817855599, 39.935349775040102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23286, "tnode_": 23274, "lpoly_": null, "rpoly_": null, "length": 109.48517203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 508, "l_t_add": 516, "r_f_add": 507, "r_t_add": 519, "st_code": 21600, "l_hundred": 500, "r_hundred": 500, "seg_id": 340710, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6873, "Shape__Length": 43.480519536801332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152459927603502, 39.936080823559401 ], [ -75.152829057499403, 39.9361787330512 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23295, "tnode_": 23286, "lpoly_": null, "rpoly_": null, "length": 114.84246758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 506, "r_f_add": 501, "r_t_add": 505, "st_code": 21600, "l_hundred": 500, "r_hundred": 500, "seg_id": 340711, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6874, "Shape__Length": 45.60640803515529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152070799916402, 39.9359825553679 ], [ -75.152459927603502, 39.936080823559401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23274, "tnode_": 23266, "lpoly_": null, "rpoly_": null, "length": 106.06414757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 518, "l_t_add": 528, "r_f_add": 521, "r_t_add": 529, "st_code": 21600, "l_hundred": 500, "r_hundred": 500, "seg_id": 340712, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6875, "Shape__Length": 42.123660479475504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152829057499403, 39.9361787330512 ], [ -75.153184622116299, 39.936278006472101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23148, "tnode_": 23266, "lpoly_": null, "rpoly_": null, "length": 250.47207862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 33260, "l_hundred": 900, "r_hundred": 900, "seg_id": 340714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 6876, "Shape__Length": 99.802491638505643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152995089516494, 39.936945670290598 ], [ -75.153142405680299, 39.936328307798703 ], [ -75.153184622116299, 39.936278006472101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23371, "tnode_": 23388, "lpoly_": null, "rpoly_": null, "length": 26.75213622, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1037, "l_t_add": 1039, "r_f_add": 1032, "r_t_add": 1032, "st_code": 87920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340715, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6877, "Shape__Length": 10.660673275289168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153776777101996, 39.935525109955698 ], [ -75.153792022242897, 39.935452615729702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23388, "tnode_": 23432, "lpoly_": null, "rpoly_": null, "length": 117.41953969, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1041, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 87920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340716, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6878, "Shape__Length": 46.790504296018476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153792022242897, 39.935452615729702 ], [ -75.153864505751997, 39.935135150499697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23397, "tnode_": 23388, "lpoly_": null, "rpoly_": null, "length": 113.00966859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 540, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 49740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6879, "Shape__Length": 44.880415083055773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153411817855599, 39.935349775040102 ], [ -75.153792022242897, 39.935452615729702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23286, "tnode_": 23421, "lpoly_": null, "rpoly_": null, "length": 343.68290905000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 67840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340718, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 6880, "Shape__Length": 136.95321589458402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152459927603502, 39.936080823559401 ], [ -75.152682389146406, 39.935153042963996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23421, "tnode_": 23413, "lpoly_": null, "rpoly_": null, "length": 103.94896073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 538, "r_f_add": 501, "r_t_add": 533, "st_code": 49740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6881, "Shape__Length": 41.268262931299041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152682389146406, 39.935153042963996 ], [ -75.153048133066903, 39.935199456667902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23274, "tnode_": 23413, "lpoly_": null, "rpoly_": null, "length": 361.98390702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1039, "r_f_add": 1000, "r_t_add": 1040, "st_code": 67380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340720, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6882, "Shape__Length": 144.24843545691084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152829057499403, 39.9361787330512 ], [ -75.153048133066903, 39.935199456667902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23413, "tnode_": 23464, "lpoly_": null, "rpoly_": null, "length": 99.18911106, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1041, "l_t_add": 1099, "r_f_add": 1042, "r_t_add": 1098, "st_code": 67380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340721, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6883, "Shape__Length": 39.525921136472668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153048133066903, 39.935199456667902 ], [ -75.153108096602793, 39.934931111261797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23464, "tnode_": 23432, "lpoly_": null, "rpoly_": null, "length": 224.76401768000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 522, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 81560, "l_hundred": 500, "r_hundred": 500, "seg_id": 340722, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6884, "Shape__Length": 89.261622540387435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153108096602793, 39.934931111261797 ], [ -75.153864505751997, 39.935135150499697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23486, "tnode_": 23464, "lpoly_": null, "rpoly_": null, "length": 227.36652227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 521, "st_code": 81560, "l_hundred": 500, "r_hundred": 500, "seg_id": 340723, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6885, "Shape__Length": 90.294299176872642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152342215424497, 39.934726289250101 ], [ -75.153108096602793, 39.934931111261797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23593, "tnode_": 23570, "lpoly_": null, "rpoly_": null, "length": 286.50383426000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 226, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 200, "r_hundred": 0, "seg_id": 340725, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6886, "Shape__Length": 113.7417338817844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148258093065706, 39.933783065732101 ], [ -75.149265579995401, 39.9339135598293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23336, "tnode_": 23381, "lpoly_": null, "rpoly_": null, "length": 116.25600551, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 913, "l_t_add": 917, "r_f_add": 908, "r_t_add": 912, "st_code": 18120, "l_hundred": 900, "r_hundred": 900, "seg_id": 340728, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 6887, "Shape__Length": 46.31384277846626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148255384143695, 39.935652903989997 ], [ -75.148387771966796, 39.9353504763004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23381, "tnode_": 23417, "lpoly_": null, "rpoly_": null, "length": 121.21962597, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 919, "l_t_add": 999, "r_f_add": 914, "r_t_add": 998, "st_code": 18120, "l_hundred": 900, "r_hundred": 900, "seg_id": 340729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 6888, "Shape__Length": 48.286737169682951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148387771966796, 39.9353504763004 ], [ -75.148540291627697, 39.9350391147008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23318, "tnode_": 23307, "lpoly_": null, "rpoly_": null, "length": 74.92740009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 56820, "l_hundred": 200, "r_hundred": 200, "seg_id": 340730, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6889, "Shape__Length": 29.756414641376274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148588178472195, 39.935738618608497 ], [ -75.148840565537398, 39.935806135225903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23336, "tnode_": 23318, "lpoly_": null, "rpoly_": null, "length": 98.40897451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 232, "l_t_add": 240, "r_f_add": 229, "r_t_add": 241, "st_code": 56820, "l_hundred": 200, "r_hundred": 200, "seg_id": 340731, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6890, "Shape__Length": 39.080666802459469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148255384143695, 39.935652903989997 ], [ -75.148588178472195, 39.935738618608497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23372, "tnode_": 23336, "lpoly_": null, "rpoly_": null, "length": 287.13020082999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 227, "st_code": 56820, "l_hundred": 200, "r_hundred": 200, "seg_id": 340732, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 6891, "Shape__Length": 114.03485284430043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147294660053106, 39.935380308489698 ], [ -75.148255384143695, 39.935652903989997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23411, "tnode_": 23381, "lpoly_": null, "rpoly_": null, "length": 277.86773116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 40020, "l_hundred": 200, "r_hundred": 200, "seg_id": 340733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALL ST", "stname": "HALL ST", "objectid": 6892, "Shape__Length": 110.3534149124673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147455232139194, 39.935092622399303 ], [ -75.148387771966796, 39.9353504763004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23417, "tnode_": 23409, "lpoly_": null, "rpoly_": null, "length": 130.34643291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 220, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 21600, "l_hundred": 200, "r_hundred": 200, "seg_id": 340734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6893, "Shape__Length": 51.764920410622196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148540291627697, 39.9350391147008 ], [ -75.148979239546705, 39.935156811248902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23463, "tnode_": 23455, "lpoly_": null, "rpoly_": null, "length": 156.52854375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 202, "r_f_add": 201, "r_t_add": 203, "st_code": 21600, "l_hundred": 200, "r_hundred": 200, "seg_id": 340735, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6894, "Shape__Length": 62.146067485711498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147091503053502, 39.934732400692297 ], [ -75.147551304826706, 39.934812111493599 ], [ -75.147637844076598, 39.934806386809797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23411, "tnode_": 23455, "lpoly_": null, "rpoly_": null, "length": 116.16689046, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 927, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 57320, "l_hundred": 900, "r_hundred": 900, "seg_id": 340736, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6895, "Shape__Length": 46.261116662485399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147455232139194, 39.935092622399303 ], [ -75.147637844076598, 39.934806386809797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23437, "tnode_": 23417, "lpoly_": null, "rpoly_": null, "length": 128.28933849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 208, "l_t_add": 218, "r_f_add": 209, "r_t_add": 223, "st_code": 21600, "l_hundred": 200, "r_hundred": 200, "seg_id": 340737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 6896, "Shape__Length": 50.948172511446671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148108608330304, 39.934922534534103 ], [ -75.148540291627697, 39.9350391147008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23463, "tnode_": 23526, "lpoly_": null, "rpoly_": null, "length": 176.37369455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 87840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340739, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6897, "Shape__Length": 70.283399403655835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147091503053502, 39.934732400692297 ], [ -75.147193051856704, 39.934254585163103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23605, "tnode_": 23593, "lpoly_": null, "rpoly_": null, "length": 267.14016422000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 224, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 200, "r_hundred": 0, "seg_id": 340741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6898, "Shape__Length": 106.05449398996228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147319062080697, 39.933659745884697 ], [ -75.148258093065706, 39.933783065732101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23605, "tnode_": 23664, "lpoly_": null, "rpoly_": null, "length": 147.46104393000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1116, "st_code": 87840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340743, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6899, "Shape__Length": 58.761544617849275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147319062080697, 39.933659745884697 ], [ -75.147400558556896, 39.933259837911201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23664, "tnode_": 23731, "lpoly_": null, "rpoly_": null, "length": 182.93321781, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1113, "l_t_add": 1199, "r_f_add": 1118, "r_t_add": 1198, "st_code": 87840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340744, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 6900, "Shape__Length": 72.894632147345391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147400558556896, 39.933259837911201 ], [ -75.147513386076994, 39.932765231717298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23731, "tnode_": 23715, "lpoly_": null, "rpoly_": null, "length": 344.67295536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 231, "st_code": 33740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340745, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6901, "Shape__Length": 136.83398885299812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147513386076994, 39.932765231717298 ], [ -75.148724042623201, 39.932928336062297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23570, "tnode_": 23598, "lpoly_": null, "rpoly_": null, "length": 58.44688932, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1101, "r_f_add": 1100, "r_t_add": 1100, "st_code": 87860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340746, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6902, "Shape__Length": 23.291424969031056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149265579995401, 39.9339135598293 ], [ -75.149290627694199, 39.933754278586399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23598, "tnode_": 23703, "lpoly_": null, "rpoly_": null, "length": 269.04243356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1103, "l_t_add": 1199, "r_f_add": 1102, "r_t_add": 1198, "st_code": 87860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340747, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6903, "Shape__Length": 107.20629079139874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149290627694199, 39.933754278586399 ], [ -75.149465848664406, 39.933028145598101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23703, "tnode_": 23753, "lpoly_": null, "rpoly_": null, "length": 157.04799985, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1212, "st_code": 87860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340748, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6904, "Shape__Length": 62.579663827846218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149465848664406, 39.933028145598101 ], [ -75.149563569864895, 39.932603643314899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23753, "tnode_": 23808, "lpoly_": null, "rpoly_": null, "length": 137.09082341000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1231, "r_f_add": 1214, "r_t_add": 1224, "st_code": 87860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340749, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6905, "Shape__Length": 54.628990561025844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149563569864895, 39.932603643314899 ], [ -75.149634083621507, 39.932231247297601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23808, "tnode_": 23863, "lpoly_": null, "rpoly_": null, "length": 158.4747642, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1226, "r_t_add": 1298, "st_code": 87860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340750, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 6906, "Shape__Length": 63.147613700851046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149634083621507, 39.932231247297601 ], [ -75.149731666400498, 39.931802749352499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23593, "tnode_": 23634, "lpoly_": null, "rpoly_": null, "length": 105.58134472, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1109, "r_f_add": 1100, "r_t_add": 1104, "st_code": 57320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6907, "Shape__Length": 42.050311908908775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148258093065706, 39.933783065732101 ], [ -75.148409314993302, 39.933517638729199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23634, "tnode_": 23715, "lpoly_": null, "rpoly_": null, "length": 232.10807815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1111, "l_t_add": 1199, "r_f_add": 1106, "r_t_add": 1198, "st_code": 57320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6908, "Shape__Length": 92.448153174708182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148409314993302, 39.933517638729199 ], [ -75.148724042623201, 39.932928336062297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23715, "tnode_": 23762, "lpoly_": null, "rpoly_": null, "length": 168.5530223, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1214, "st_code": 57320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6909, "Shape__Length": 67.131268841524545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148724042623201, 39.932928336062297 ], [ -75.148960060211195, 39.9325028038255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23762, "tnode_": 23870, "lpoly_": null, "rpoly_": null, "length": 293.16015089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1299, "r_f_add": 1216, "r_t_add": 1298, "st_code": 57320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 6910, "Shape__Length": 116.77137737243281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148960060211195, 39.9325028038255 ], [ -75.149332335956302, 39.9317508028522 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23616, "tnode_": 23598, "lpoly_": null, "rpoly_": null, "length": 123.53590312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 31400, "l_hundred": 200, "r_hundred": 200, "seg_id": 340755, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6911, "Shape__Length": 49.060385671470456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148876020665995, 39.933639689508503 ], [ -75.149290627694199, 39.933754278586399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23634, "tnode_": 23616, "lpoly_": null, "rpoly_": null, "length": 138.22592576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 31400, "l_hundred": 200, "r_hundred": 200, "seg_id": 340756, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6912, "Shape__Length": 54.891873680299781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148409314993302, 39.933517638729199 ], [ -75.148876020665995, 39.933639689508503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23616, "tnode_": 23709, "lpoly_": null, "rpoly_": null, "length": 257.18772733000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 18120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 6913, "Shape__Length": 102.43320383858172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148876020665995, 39.933639689508503 ], [ -75.149237242695904, 39.932990747268398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23709, "tnode_": 23703, "lpoly_": null, "rpoly_": null, "length": 65.54101704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 238, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 33740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340758, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6914, "Shape__Length": 26.021016062281785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149237242695904, 39.932990747268398 ], [ -75.149465848664406, 39.933028145598101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23715, "tnode_": 23709, "lpoly_": null, "rpoly_": null, "length": 145.70486314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 230, "l_t_add": 236, "r_f_add": 233, "r_t_add": 241, "st_code": 33740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340759, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6915, "Shape__Length": 57.843197350618709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148724042623201, 39.932928336062297 ], [ -75.149237242695904, 39.932990747268398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23792, "tnode_": 23841, "lpoly_": null, "rpoly_": null, "length": 136.24784976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 87880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340760, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6916, "Shape__Length": 54.292573626842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239501843804, 39.932386766271499 ], [ -75.151312145187902, 39.932016953164997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23678, "tnode_": 23734, "lpoly_": null, "rpoly_": null, "length": 160.57507106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1216, "st_code": 87880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340761, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6917, "Shape__Length": 63.985529425350641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151043399095002, 39.933236372680298 ], [ -75.151141828208907, 39.932802135369599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23486, "tnode_": 23543, "lpoly_": null, "rpoly_": null, "length": 169.39576823000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 87900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340762, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6918, "Shape__Length": 67.502350086540048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152342215424497, 39.934726289250101 ], [ -75.152442583468499, 39.934267740315299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23543, "tnode_": 23656, "lpoly_": null, "rpoly_": null, "length": 302.89210124000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1119, "l_t_add": 1199, "r_f_add": 1118, "r_t_add": 1198, "st_code": 87900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340763, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6919, "Shape__Length": 120.69759933601576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152442583468499, 39.934267740315299 ], [ -75.152625062932202, 39.933448215623898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23656, "tnode_": 23712, "lpoly_": null, "rpoly_": null, "length": 162.93247219, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1214, "st_code": 87900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340764, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6920, "Shape__Length": 64.925660505094967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152625062932202, 39.933448215623898 ], [ -75.152721148921003, 39.933007104291796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23712, "tnode_": 23761, "lpoly_": null, "rpoly_": null, "length": 142.83807374, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1231, "r_f_add": 1216, "r_t_add": 1228, "st_code": 87900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340765, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6921, "Shape__Length": 56.918584585438992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152721148921003, 39.933007104291796 ], [ -75.152801701229905, 39.932619930276502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23761, "tnode_": 23821, "lpoly_": null, "rpoly_": null, "length": 148.91158688, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1230, "r_t_add": 1298, "st_code": 87900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340766, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 6922, "Shape__Length": 59.336807586324461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152801701229905, 39.932619930276502 ], [ -75.152896654707206, 39.932217737986903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23464, "tnode_": 23530, "lpoly_": null, "rpoly_": null, "length": 205.59112088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1114, "st_code": 67380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6923, "Shape__Length": 81.926257053472852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153108096602793, 39.934931111261797 ], [ -75.153228044992403, 39.934374342538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23530, "tnode_": 23643, "lpoly_": null, "rpoly_": null, "length": 302.80330182999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1117, "l_t_add": 1199, "r_f_add": 1116, "r_t_add": 1198, "st_code": 67380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340768, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 6924, "Shape__Length": 120.66162329109322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153228044992403, 39.934374342538 ], [ -75.153415637650596, 39.933555749801897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23432, "tnode_": 23629, "lpoly_": null, "rpoly_": null, "length": 545.91676427999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 87920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340769, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6925, "Shape__Length": 217.54021243918561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153864505751997, 39.935135150499697 ], [ -75.1541966927023, 39.933658519159003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23629, "tnode_": 23690, "lpoly_": null, "rpoly_": null, "length": 162.04913257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1214, "st_code": 87920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340770, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6926, "Shape__Length": 64.574631144887192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541966927023, 39.933658519159003 ], [ -75.154286840747403, 39.933219120328502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23690, "tnode_": 23738, "lpoly_": null, "rpoly_": null, "length": 141.56125988000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1227, "r_f_add": 1216, "r_t_add": 1232, "st_code": 87920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340771, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6927, "Shape__Length": 56.408655490217498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154286840747403, 39.933219120328502 ], [ -75.154375625141398, 39.9328365746589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23738, "tnode_": 23793, "lpoly_": null, "rpoly_": null, "length": 150.1490014, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 87920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340772, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6928, "Shape__Length": 59.832096996362822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154375625141398, 39.9328365746589 ], [ -75.154457469026596, 39.932429240685003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23793, "tnode_": 23844, "lpoly_": null, "rpoly_": null, "length": 155.05333456, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1315, "r_f_add": 1300, "r_t_add": 1312, "st_code": 87920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340773, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 6929, "Shape__Length": 61.783462441094883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154457469026596, 39.932429240685003 ], [ -75.154559269294495, 39.932010876634102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23623, "tnode_": 23617, "lpoly_": null, "rpoly_": null, "length": 49.65427554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 614, "l_t_add": 616, "r_f_add": 619, "r_t_add": 619, "st_code": 33740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340774, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6930, "Shape__Length": 19.71344097841893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154681774986102, 39.933718106883703 ], [ -75.154855488989199, 39.9337444904668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23629, "tnode_": 23623, "lpoly_": null, "rpoly_": null, "length": 137.75442238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 617, "st_code": 33740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340775, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6931, "Shape__Length": 54.687652392746031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541966927023, 39.933658519159003 ], [ -75.154681774986102, 39.933718106883703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23643, "tnode_": 23629, "lpoly_": null, "rpoly_": null, "length": 222.21077073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 522, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 33740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340776, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6932, "Shape__Length": 88.21743871814671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153415637650596, 39.933555749801897 ], [ -75.1541966927023, 39.933658519159003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23861, "tnode_": 23860, "lpoly_": null, "rpoly_": null, "length": 38.07694247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 998, "l_t_add": 998, "r_f_add": 999, "r_t_add": 999, "st_code": 67780, "l_hundred": 900, "r_hundred": 900, "seg_id": 341065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 6933, "Shape__Length": 15.115123629625057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1608594449458, 39.932021260965897 ], [ -75.160994457171896, 39.932032328117998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23656, "tnode_": 23643, "lpoly_": null, "rpoly_": null, "length": 225.13854854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 521, "st_code": 33740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340777, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6934, "Shape__Length": 89.380295742261978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152625062932202, 39.933448215623898 ], [ -75.153415637650596, 39.933555749801897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23712, "tnode_": 23690, "lpoly_": null, "rpoly_": null, "length": 445.81750899000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 53280, "l_hundred": 500, "r_hundred": 500, "seg_id": 340778, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 6935, "Shape__Length": 176.98893325687322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152721148921003, 39.933007104291796 ], [ -75.154286840747403, 39.933219120328502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23761, "tnode_": 23738, "lpoly_": null, "rpoly_": null, "length": 448.63570963999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 77460, "l_hundred": 500, "r_hundred": 500, "seg_id": 340779, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 6936, "Shape__Length": 178.1081511612627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152801701229905, 39.932619930276502 ], [ -75.152871099877501, 39.932638162698098 ], [ -75.154375625141398, 39.9328365746589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23734, "tnode_": 23712, "lpoly_": null, "rpoly_": null, "length": 449.26169344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 53280, "l_hundred": 400, "r_hundred": 400, "seg_id": 340783, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 6937, "Shape__Length": 178.35437154040375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151141828208907, 39.932802135369599 ], [ -75.151207512879395, 39.932805125868597 ], [ -75.152721148921003, 39.933007104291796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23753, "tnode_": 23734, "lpoly_": null, "rpoly_": null, "length": 448.70299077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 53280, "l_hundred": 300, "r_hundred": 300, "seg_id": 340784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 6938, "Shape__Length": 178.13126792325812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149563569864895, 39.932603643314899 ], [ -75.151083857853806, 39.932802323658201 ], [ -75.151141828208907, 39.932802135369599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23734, "tnode_": 23782, "lpoly_": null, "rpoly_": null, "length": 130.72762428, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1225, "r_f_add": 1218, "r_t_add": 1228, "st_code": 87880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340785, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6939, "Shape__Length": 52.092694614226062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151141828208907, 39.932802135369599 ], [ -75.151215081878206, 39.932447730072802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23782, "tnode_": 23792, "lpoly_": null, "rpoly_": null, "length": 23.23994161, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1227, "l_t_add": 1227, "r_f_add": 1230, "r_t_add": 1230, "st_code": 87880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340786, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 6940, "Shape__Length": 9.2584185792099412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151215081878206, 39.932447730072802 ], [ -75.151239501843804, 39.932386766271499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23808, "tnode_": 23782, "lpoly_": null, "rpoly_": null, "length": 450.33275564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 77460, "l_hundred": 300, "r_hundred": 300, "seg_id": 340787, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 6941, "Shape__Length": 178.77990985764202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149634083621507, 39.932231247297601 ], [ -75.151215081878206, 39.932447730072802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23549, "tnode_": 23528, "lpoly_": null, "rpoly_": null, "length": 440.09590892999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 12740, "l_hundred": 700, "r_hundred": 700, "seg_id": 340788, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 6942, "Shape__Length": 174.71896315814706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155668337121597, 39.934301597181602 ], [ -75.157216045988804, 39.934501567636197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23560, "tnode_": 23617, "lpoly_": null, "rpoly_": null, "length": 162.14598348000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 53880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 6943, "Shape__Length": 64.611398937212456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154749733480401, 39.934182093049898 ], [ -75.154855488989199, 39.9337444904668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23601, "tnode_": 23582, "lpoly_": null, "rpoly_": null, "length": 438.64257169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 33740, "l_hundred": 700, "r_hundred": 700, "seg_id": 340790, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6944, "Shape__Length": 174.14224632952477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155763960369597, 39.9338596100825 ], [ -75.157304959019498, 39.934066077287802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23617, "tnode_": 23601, "lpoly_": null, "rpoly_": null, "length": 258.19400957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 618, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 33740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340791, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 6945, "Shape__Length": 102.5022247353598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154855488989199, 39.9337444904668 ], [ -75.155763960369597, 39.9338596100825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23448, "tnode_": 23499, "lpoly_": null, "rpoly_": null, "length": 130.49800861, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1119, "l_t_add": 1133, "r_f_add": 1116, "r_t_add": 1126, "st_code": 87940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340792, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6946, "Shape__Length": 52.0037404712306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155513967674395, 39.935030674208697 ], [ -75.155580652580298, 39.934676137817597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23499, "tnode_": 23549, "lpoly_": null, "rpoly_": null, "length": 138.6364487, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1135, "l_t_add": 1149, "r_f_add": 1128, "r_t_add": 1142, "st_code": 87940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340793, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6947, "Shape__Length": 55.244254927859664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155580652580298, 39.934676137817597 ], [ -75.155668337121597, 39.934301597181602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23549, "tnode_": 23601, "lpoly_": null, "rpoly_": null, "length": 163.22569091999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1144, "r_t_add": 1198, "st_code": 87940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340794, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6948, "Shape__Length": 65.043405147387162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155668337121597, 39.934301597181602 ], [ -75.155763960369597, 39.9338596100825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23601, "tnode_": 23657, "lpoly_": null, "rpoly_": null, "length": 129.43075338, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1210, "st_code": 87940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340795, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6949, "Shape__Length": 51.57479656747914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155763960369597, 39.9338596100825 ], [ -75.155849214546393, 39.9335104204104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23657, "tnode_": 23673, "lpoly_": null, "rpoly_": null, "length": 63.00589314, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1221, "r_f_add": 1212, "r_t_add": 1216, "st_code": 87940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340796, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6950, "Shape__Length": 25.107659684187869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155849214546393, 39.9335104204104 ], [ -75.155879803189194, 39.933339071727701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23673, "tnode_": 23698, "lpoly_": null, "rpoly_": null, "length": 57.46251254, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1223, "l_t_add": 1225, "r_f_add": 1218, "r_t_add": 1222, "st_code": 87940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340797, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6951, "Shape__Length": 22.898303604642649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155879803189194, 39.933339071727701 ], [ -75.1559099519406, 39.9331830466338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23698, "tnode_": 23765, "lpoly_": null, "rpoly_": null, "length": 198.95772849, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1227, "l_t_add": 1299, "r_f_add": 1224, "r_t_add": 1298, "st_code": 87940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340798, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6952, "Shape__Length": 79.280682963922018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559099519406, 39.9331830466338 ], [ -75.156027495993399, 39.932644430766402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23827, "tnode_": 23847, "lpoly_": null, "rpoly_": null, "length": 40.15620933, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1317, "l_t_add": 1319, "r_f_add": 1318, "r_t_add": 1320, "st_code": 87940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340799, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6953, "Shape__Length": 16.000657865321426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156128476892306, 39.932221222945898 ], [ -75.156156099278206, 39.9321130595659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23657, "tnode_": 23633, "lpoly_": null, "rpoly_": null, "length": 436.78587374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 53280, "l_hundred": 700, "r_hundred": 700, "seg_id": 340800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 6954, "Shape__Length": 173.40281075111369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155849214546393, 39.9335104204104 ], [ -75.157385313106801, 39.933708665800197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23698, "tnode_": 23679, "lpoly_": null, "rpoly_": null, "length": 437.36170333999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 49300, "l_hundred": 700, "r_hundred": 700, "seg_id": 340801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 6955, "Shape__Length": 173.63241351208595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559099519406, 39.9331830466338 ], [ -75.157445974935698, 39.933390937774803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23683, "tnode_": 23774, "lpoly_": null, "rpoly_": null, "length": 255.6622817, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 72560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340803, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 6956, "Shape__Length": 101.87677920057483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155426325122207, 39.933282179985 ], [ -75.155574388112001, 39.932589672482997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23683, "tnode_": 23673, "lpoly_": null, "rpoly_": null, "length": 128.8489072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 636, "l_t_add": 698, "r_f_add": 635, "r_t_add": 699, "st_code": 53280, "l_hundred": 600, "r_hundred": 600, "seg_id": 340804, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 6957, "Shape__Length": 51.152145259441319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155426325122207, 39.933282179985 ], [ -75.155879803189194, 39.933339071727701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23282, "tnode_": 23268, "lpoly_": null, "rpoly_": null, "length": 163.09383090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 832, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 81560, "l_hundred": 800, "r_hundred": 800, "seg_id": 340805, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6958, "Shape__Length": 64.775842136678818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157883360093294, 39.936222028140797 ], [ -75.158426944866306, 39.936381235490899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23312, "tnode_": 23282, "lpoly_": null, "rpoly_": null, "length": 294.75368284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 829, "st_code": 81560, "l_hundred": 800, "r_hundred": 800, "seg_id": 340806, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6959, "Shape__Length": 117.06079838434876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156893834356893, 39.935949155048803 ], [ -75.157883360093294, 39.936222028140797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23340, "tnode_": 23312, "lpoly_": null, "rpoly_": null, "length": 187.92839979000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 720, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 81560, "l_hundred": 700, "r_hundred": 700, "seg_id": 340807, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6960, "Shape__Length": 74.629314908068807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156255986458604, 39.935790906167099 ], [ -75.156893834356893, 39.935949155048803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23363, "tnode_": 23340, "lpoly_": null, "rpoly_": null, "length": 145.31847861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 712, "l_t_add": 718, "r_f_add": 709, "r_t_add": 719, "st_code": 81560, "l_hundred": 700, "r_hundred": 700, "seg_id": 340808, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6961, "Shape__Length": 57.711641270017267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155766962469201, 39.935658925010998 ], [ -75.156255986458604, 39.935790906167099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23380, "tnode_": 23363, "lpoly_": null, "rpoly_": null, "length": 111.37157691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 707, "st_code": 81560, "l_hundred": 700, "r_hundred": 700, "seg_id": 340809, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6962, "Shape__Length": 44.230476877092002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155392839267805, 39.935556332156203 ], [ -75.155766962469201, 39.935658925010998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23380, "tnode_": 23448, "lpoly_": null, "rpoly_": null, "length": 194.4770585, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1114, "st_code": 87940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340810, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 6963, "Shape__Length": 77.496984338427097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155392839267805, 39.935556332156203 ], [ -75.155513967674395, 39.935030674208697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23282, "tnode_": 23390, "lpoly_": null, "rpoly_": null, "length": 260.57538397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1131, "r_f_add": 1100, "r_t_add": 1130, "st_code": 27380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 6964, "Shape__Length": 103.83937847361948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157883360093294, 39.936222028140797 ], [ -75.158031654054398, 39.935515883525298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23405, "tnode_": 23390, "lpoly_": null, "rpoly_": null, "length": 287.40396807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 12360, "l_hundred": 800, "r_hundred": 800, "seg_id": 340812, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 6965, "Shape__Length": 114.10235592034616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157021648329007, 39.935381948674198 ], [ -75.158031654054398, 39.935515883525298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23390, "tnode_": 23406, "lpoly_": null, "rpoly_": null, "length": 52.22976041, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1133, "l_t_add": 1161, "r_f_add": 1132, "r_t_add": 1154, "st_code": 27380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340813, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 6966, "Shape__Length": 20.814300979728234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158031654054398, 39.935515883525298 ], [ -75.158054518111101, 39.935373590634001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23363, "tnode_": 23418, "lpoly_": null, "rpoly_": null, "length": 207.32598008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1123, "r_f_add": 1100, "r_t_add": 1110, "st_code": 35000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340814, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 6967, "Shape__Length": 82.476536116683178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155766962469201, 39.935658925010998 ], [ -75.156269852088201, 39.935241734198797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23448, "tnode_": 23418, "lpoly_": null, "rpoly_": null, "length": 225.48404563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 12360, "l_hundred": 700, "r_hundred": 700, "seg_id": 340815, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 6968, "Shape__Length": 89.550160591455636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155513967674395, 39.935030674208697 ], [ -75.156269852088201, 39.935241734198797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23441, "tnode_": 23561, "lpoly_": null, "rpoly_": null, "length": 331.23469375000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1163, "l_t_add": 1199, "r_f_add": 1156, "r_t_add": 1198, "st_code": 27380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340816, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 6969, "Shape__Length": 131.99357771251758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158205771180505, 39.935114710727497 ], [ -75.158402918384994, 39.934218184459198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23312, "tnode_": 23405, "lpoly_": null, "rpoly_": null, "length": 209.70868671, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1116, "st_code": 87960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340817, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6970, "Shape__Length": 83.567502039403948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156893834356893, 39.935949155048803 ], [ -75.157021648329007, 39.935381948674198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23405, "tnode_": 23440, "lpoly_": null, "rpoly_": null, "length": 161.73753062, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1119, "l_t_add": 1125, "r_f_add": 1118, "r_t_add": 1122, "st_code": 87960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340818, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6971, "Shape__Length": 64.432364484700116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157021648329007, 39.935381948674198 ], [ -75.157070660056107, 39.935165347223098 ], [ -75.157191810123393, 39.934961545715701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25277, "tnode_": 25260, "lpoly_": null, "rpoly_": null, "length": 288.40129904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 618, "l_t_add": 698, "r_f_add": 609, "r_t_add": 699, "st_code": 84260, "l_hundred": 600, "r_hundred": 600, "seg_id": 341756, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 6972, "Shape__Length": 114.47339690468897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157715459969694, 39.920283914901603 ], [ -75.158728166060897, 39.920420879496703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23440, "tnode_": 23528, "lpoly_": null, "rpoly_": null, "length": 174.08759962, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1127, "l_t_add": 1139, "r_f_add": 1124, "r_t_add": 1138, "st_code": 87960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340820, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6973, "Shape__Length": 69.360044063178606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157191810123393, 39.934961545715701 ], [ -75.157127865333607, 39.934862823340801 ], [ -75.157216045988804, 39.934501567636197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23528, "tnode_": 23582, "lpoly_": null, "rpoly_": null, "length": 160.58874383, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1141, "l_t_add": 1199, "r_f_add": 1140, "r_t_add": 1198, "st_code": 87960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340821, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6974, "Shape__Length": 63.993531165306315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157216045988804, 39.934501567636197 ], [ -75.157304959019498, 39.934066077287802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23582, "tnode_": 23633, "lpoly_": null, "rpoly_": null, "length": 132.13414548, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1211, "r_f_add": 1200, "r_t_add": 1206, "st_code": 87960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340822, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 6975, "Shape__Length": 52.653228729939919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157304959019498, 39.934066077287802 ], [ -75.157385313106801, 39.933708665800197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23440, "tnode_": 23564, "lpoly_": null, "rpoly_": null, "length": 405.57334774000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1137, "l_t_add": 1199, "r_f_add": 1132, "r_t_add": 1198, "st_code": 63220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340824, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6976, "Shape__Length": 161.31350869153141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157191810123393, 39.934961545715701 ], [ -75.157388097220107, 39.934881260427098 ], [ -75.158212030345794, 39.934184474035803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23564, "tnode_": 23628, "lpoly_": null, "rpoly_": null, "length": 217.37200737000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1221, "r_f_add": 1200, "r_t_add": 1218, "st_code": 63220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340825, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 6977, "Shape__Length": 86.473448287737895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158212030345794, 39.934184474035803 ], [ -75.158735302623199, 39.933744249486601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23428, "tnode_": 23395, "lpoly_": null, "rpoly_": null, "length": 343.40197275000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 932, "r_f_add": 901, "r_t_add": 933, "st_code": 31400, "l_hundred": 900, "r_hundred": 900, "seg_id": 340826, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6978, "Shape__Length": 136.36880746237426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158671247570098, 39.9352358210406 ], [ -75.159837396591598, 39.935523512664801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23441, "tnode_": 23428, "lpoly_": null, "rpoly_": null, "length": 137.78657742, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 832, "l_t_add": 898, "r_f_add": 829, "r_t_add": 899, "st_code": 31400, "l_hundred": 800, "r_hundred": 800, "seg_id": 340827, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6979, "Shape__Length": 54.718481442823922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158205771180505, 39.935114710727497 ], [ -75.158671247570098, 39.9352358210406 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23440, "tnode_": 23441, "lpoly_": null, "rpoly_": null, "length": 298.42320558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 827, "st_code": 31400, "l_hundred": 800, "r_hundred": 800, "seg_id": 340828, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6980, "Shape__Length": 118.50609710973747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157191810123393, 39.934961545715701 ], [ -75.157383593890401, 39.934913800728602 ], [ -75.158205771180505, 39.935114710727497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23150, "tnode_": 23196, "lpoly_": null, "rpoly_": null, "length": 116.7930462, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1021, "l_t_add": 1031, "r_f_add": 1018, "r_t_add": 1028, "st_code": 87980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340830, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6981, "Shape__Length": 46.542602411937764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158271268858797, 39.937085317094201 ], [ -75.158339039848002, 39.936768978282203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23196, "tnode_": 23268, "lpoly_": null, "rpoly_": null, "length": 143.38253199, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1033, "l_t_add": 1099, "r_f_add": 1030, "r_t_add": 1098, "st_code": 87980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340831, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6982, "Shape__Length": 57.13765618279831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158339039848002, 39.936768978282203 ], [ -75.158426944866306, 39.936381235490899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23268, "tnode_": 23428, "lpoly_": null, "rpoly_": null, "length": 422.84049753, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1141, "r_f_add": 1100, "r_t_add": 1140, "st_code": 87980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340832, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6983, "Shape__Length": 168.50141364149263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158426944866306, 39.936381235490899 ], [ -75.158671247570098, 39.9352358210406 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23428, "tnode_": 23474, "lpoly_": null, "rpoly_": null, "length": 125.17415188, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1143, "l_t_add": 1151, "r_f_add": 1142, "r_t_add": 1152, "st_code": 87980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340833, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 6984, "Shape__Length": 49.880848591624435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158671247570098, 39.9352358210406 ], [ -75.158746016994499, 39.934897057069797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23144, "tnode_": 23127, "lpoly_": null, "rpoly_": null, "length": 468.4415387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 81560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340834, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6985, "Shape__Length": 185.98755887410042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161400996474697, 39.937166760522601 ], [ -75.163039924195502, 39.9374156136019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23161, "tnode_": 23144, "lpoly_": null, "rpoly_": null, "length": 155.1075705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1032, "l_t_add": 1098, "r_f_add": 1033, "r_t_add": 1099, "st_code": 81560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340835, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6986, "Shape__Length": 61.601603724624795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160880330733903, 39.937023042763002 ], [ -75.161400996474697, 39.937166760522601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23181, "tnode_": 23161, "lpoly_": null, "rpoly_": null, "length": 118.14001485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1022, "l_t_add": 1030, "r_f_add": 1023, "r_t_add": 1031, "st_code": 81560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340836, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6987, "Shape__Length": 46.920687317323328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160484947359905, 39.9369110587213 ], [ -75.160880330733903, 39.937023042763002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23199, "tnode_": 23181, "lpoly_": null, "rpoly_": null, "length": 157.70106538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1021, "st_code": 81560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340837, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6988, "Shape__Length": 62.628489708161055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159952104369694, 39.936772620993501 ], [ -75.160484947359905, 39.9369110587213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23268, "tnode_": 23199, "lpoly_": null, "rpoly_": null, "length": 450.82655924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 81560, "l_hundred": 900, "r_hundred": 900, "seg_id": 340838, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 6989, "Shape__Length": 179.03636128035896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158426944866306, 39.936381235490899 ], [ -75.159952104369694, 39.936772620993501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23196, "tnode_": 23142, "lpoly_": null, "rpoly_": null, "length": 452.7800634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 49740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340839, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 6990, "Shape__Length": 179.81874911185577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158339039848002, 39.936768978282203 ], [ -75.158413826263498, 39.936777225850697 ], [ -75.159864074906693, 39.937173949305397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23142, "tnode_": 23199, "lpoly_": null, "rpoly_": null, "length": 148.26602889, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1031, "l_t_add": 1099, "r_f_add": 1030, "r_t_add": 1098, "st_code": 88000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340840, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6991, "Shape__Length": 59.084491091325461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159864074906693, 39.937173949305397 ], [ -75.159952104369694, 39.936772620993501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23199, "tnode_": 23385, "lpoly_": null, "rpoly_": null, "length": 429.61666443000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1143, "r_f_add": 1100, "r_t_add": 1144, "st_code": 88000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340841, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6992, "Shape__Length": 171.20237466274511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159952104369694, 39.936772620993501 ], [ -75.160202338232693, 39.935609106591599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23385, "tnode_": 23457, "lpoly_": null, "rpoly_": null, "length": 196.08770089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1145, "l_t_add": 1165, "r_f_add": 1146, "r_t_add": 1162, "st_code": 88000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340842, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 6993, "Shape__Length": 78.140115199506582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160202338232693, 39.935609106591599 ], [ -75.160316049525505, 39.9350779861443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23395, "tnode_": 23385, "lpoly_": null, "rpoly_": null, "length": 106.98368719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 934, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 31400, "l_hundred": 900, "r_hundred": 900, "seg_id": 340843, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6994, "Shape__Length": 42.48316756423155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159837396591598, 39.935523512664801 ], [ -75.160202338232693, 39.935609106591599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23161, "tnode_": 23360, "lpoly_": null, "rpoly_": null, "length": 463.85100174000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 23860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340844, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 6995, "Shape__Length": 184.84518163376214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160880330733903, 39.937023042763002 ], [ -75.161151462559502, 39.935766935014797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23360, "tnode_": 23343, "lpoly_": null, "rpoly_": null, "length": 151.9486535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1027, "r_t_add": 1099, "st_code": 31400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340845, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6996, "Shape__Length": 60.330271760566291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161151462559502, 39.935766935014797 ], [ -75.161679958361802, 39.935858974012397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23369, "tnode_": 23360, "lpoly_": null, "rpoly_": null, "length": 113.47103416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1014, "l_t_add": 1026, "r_f_add": 1015, "r_t_add": 1025, "st_code": 31400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340846, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6997, "Shape__Length": 45.051441855522356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160755085800503, 39.935704309596602 ], [ -75.161151462559502, 39.935766935014797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23385, "tnode_": 23369, "lpoly_": null, "rpoly_": null, "length": 158.83694684000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1013, "st_code": 31400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340847, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 6998, "Shape__Length": 63.064826973251854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160202338232693, 39.935609106591599 ], [ -75.160755085800503, 39.935704309596602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23181, "tnode_": 23369, "lpoly_": null, "rpoly_": null, "length": 446.07610133999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 11840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340848, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 6999, "Shape__Length": 177.76025526699377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160484947359905, 39.9369110587213 ], [ -75.160755085800503, 39.935704309596602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23144, "tnode_": 23343, "lpoly_": null, "rpoly_": null, "length": 482.78277974999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1147, "r_f_add": 1100, "r_t_add": 1146, "st_code": 88020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7000, "Shape__Length": 192.39031341603453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161400996474697, 39.937166760522601 ], [ -75.161679958361802, 39.935858974012397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23343, "tnode_": 23419, "lpoly_": null, "rpoly_": null, "length": 196.76530499, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1149, "l_t_add": 1165, "r_f_add": 1148, "r_t_add": 1164, "st_code": 88020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7001, "Shape__Length": 78.409354591886384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161679958361802, 39.935858974012397 ], [ -75.161801295491202, 39.935326965756403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23306, "tnode_": 23277, "lpoly_": null, "rpoly_": null, "length": 447.26339459000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 31400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340851, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 7002, "Shape__Length": 177.58171568265598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163323221517999, 39.936123595672797 ], [ -75.164881876854395, 39.936384063627798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23127, "tnode_": 23192, "lpoly_": null, "rpoly_": null, "length": 202.00370816, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1112, "st_code": 88040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340852, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7003, "Shape__Length": 80.498546036124054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163039924195502, 39.9374156136019 ], [ -75.163165084343603, 39.936869521837501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23192, "tnode_": 23260, "lpoly_": null, "rpoly_": null, "length": 134.48292213, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1115, "l_t_add": 1125, "r_f_add": 1114, "r_t_add": 1124, "st_code": 88040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340853, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7004, "Shape__Length": 53.59217048361505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163165084343603, 39.936869521837501 ], [ -75.163241331427699, 39.936505044885102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23260, "tnode_": 23306, "lpoly_": null, "rpoly_": null, "length": 140.83976558000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1127, "l_t_add": 1147, "r_f_add": 1126, "r_t_add": 1138, "st_code": 88040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340854, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7005, "Shape__Length": 56.12481222130468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163241331427699, 39.936505044885102 ], [ -75.163323221517999, 39.936123595672797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23306, "tnode_": 23392, "lpoly_": null, "rpoly_": null, "length": 191.56161329, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1149, "l_t_add": 1165, "r_f_add": 1140, "r_t_add": 1150, "st_code": 88040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340855, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7006, "Shape__Length": 76.336361166909725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163323221517999, 39.936123595672797 ], [ -75.163439147034495, 39.935605362096197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23392, "tnode_": 23461, "lpoly_": null, "rpoly_": null, "length": 195.9892607, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1167, "l_t_add": 1199, "r_f_add": 1152, "r_t_add": 1198, "st_code": 88040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340856, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7007, "Shape__Length": 78.100979928789428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163439147034495, 39.935605362096197 ], [ -75.163552122596499, 39.935074422444501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23127, "tnode_": 23108, "lpoly_": null, "rpoly_": null, "length": 446.55970399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 81560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340858, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 7008, "Shape__Length": 177.29231444802963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163039924195502, 39.9374156136019 ], [ -75.164611474710497, 39.937613700738297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23108, "tnode_": 23195, "lpoly_": null, "rpoly_": null, "length": 256.30413424, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1100, "r_t_add": 1120, "st_code": 88060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340859, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7009, "Shape__Length": 102.13726114881641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164611474710497, 39.937613700738297 ], [ -75.164771640380494, 39.9369210002288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23195, "tnode_": 23277, "lpoly_": null, "rpoly_": null, "length": 198.02397389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1123, "l_t_add": 1149, "r_f_add": 1122, "r_t_add": 1138, "st_code": 88060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340860, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7010, "Shape__Length": 78.913865054586168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164771640380494, 39.9369210002288 ], [ -75.164881876854395, 39.936384063627798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23277, "tnode_": 23317, "lpoly_": null, "rpoly_": null, "length": 109.08016267000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1151, "l_t_add": 1153, "r_f_add": 1140, "r_t_add": 1152, "st_code": 88060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340861, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7011, "Shape__Length": 43.467935286574871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164881876854395, 39.936384063627798 ], [ -75.164949275188903, 39.936089153803799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23195, "tnode_": 26990, "lpoly_": null, "rpoly_": null, "length": 595.1363734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 12360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340862, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 7012, "Shape__Length": 236.27915915694189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164771640380494, 39.9369210002288 ], [ -75.166865130701694, 39.937189296520202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23252, "tnode_": 26991, "lpoly_": null, "rpoly_": null, "length": 200.98481954000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1344, "l_t_add": 1398, "r_f_add": 1345, "r_t_add": 1399, "st_code": 31400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340864, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 7013, "Shape__Length": 79.800534053998106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1662581020652, 39.936620969112298 ], [ -75.166804250376401, 39.936711536596498 ], [ -75.166957458456395, 39.936741412283602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23277, "tnode_": 23252, "lpoly_": null, "rpoly_": null, "length": 395.45557595999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1343, "st_code": 31400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340865, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 7014, "Shape__Length": 157.01411622068463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164881876854395, 39.936384063627798 ], [ -75.1662581020652, 39.936620969112298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23252, "tnode_": 23297, "lpoly_": null, "rpoly_": null, "length": 131.62792212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1149, "r_f_add": 1100, "r_t_add": 1148, "st_code": 46460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340866, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7015, "Shape__Length": 52.454445876542586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1662581020652, 39.936620969112298 ], [ -75.166331318643003, 39.9362640565205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23410, "tnode_": 26992, "lpoly_": null, "rpoly_": null, "length": 263.34852774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 33740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340867, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7016, "Shape__Length": 104.55870308411602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166252955324495, 39.935534604456798 ], [ -75.167049677767196, 39.935658819394703 ], [ -75.167171072558403, 39.9356853834257 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23420, "tnode_": 23410, "lpoly_": null, "rpoly_": null, "length": 187.30472454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1312, "l_t_add": 1326, "r_f_add": 1303, "r_t_add": 1315, "st_code": 33740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340868, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7017, "Shape__Length": 74.36717283246449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165600744555107, 39.935423716578697 ], [ -75.166252955324495, 39.935534604456798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23433, "tnode_": 23420, "lpoly_": null, "rpoly_": null, "length": 138.82818839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1301, "st_code": 33740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340869, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7018, "Shape__Length": 55.119638353598205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165116859723, 39.935343198012802 ], [ -75.165600744555107, 39.935423716578697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23461, "tnode_": 23433, "lpoly_": null, "rpoly_": null, "length": 449.58613703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 33740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340870, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7019, "Shape__Length": 178.50291210274372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163552122596499, 39.935074422444501 ], [ -75.165116859723, 39.935343198012802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23330, "tnode_": 23410, "lpoly_": null, "rpoly_": null, "length": 163.31943195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 46460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7020, "Shape__Length": 65.08250424855477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166158338532597, 39.935976980980399 ], [ -75.166252955324495, 39.935534604456798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23410, "tnode_": 23503, "lpoly_": null, "rpoly_": null, "length": 242.7285496, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1216, "st_code": 46460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340873, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7021, "Shape__Length": 96.725411630973824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166252955324495, 39.935534604456798 ], [ -75.166398449294704, 39.934877764509899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23519, "tnode_": 23511, "lpoly_": null, "rpoly_": null, "length": 123.74821138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 49300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340874, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 7022, "Shape__Length": 49.127784853561522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165762511352099, 39.934729013886098 ], [ -75.166198576539003, 39.934781090411299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23511, "tnode_": 23618, "lpoly_": null, "rpoly_": null, "length": 289.45020516, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1217, "l_t_add": 1299, "r_f_add": 1218, "r_t_add": 1298, "st_code": 46460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340875, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7023, "Shape__Length": 115.34132512711086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166198576539003, 39.934781090411299 ], [ -75.166378202201102, 39.9339986375658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23419, "tnode_": 23392, "lpoly_": null, "rpoly_": null, "length": 470.61443237999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 12740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340876, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 7024, "Shape__Length": 186.85264656952808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161801295491202, 39.935326965756403 ], [ -75.163375518598798, 39.935585969778799 ], [ -75.163439147034495, 39.935605362096197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23457, "tnode_": 23419, "lpoly_": null, "rpoly_": null, "length": 426.26483034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 12740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 7025, "Shape__Length": 169.24199780547485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160316049525505, 39.9350779861443 ], [ -75.161801295491202, 39.935326965756403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23433, "tnode_": 23506, "lpoly_": null, "rpoly_": null, "length": 208.31772401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1211, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340878, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7026, "Shape__Length": 83.013164018439724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165116859723, 39.935343198012802 ], [ -75.165239197896895, 39.9347791475398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23506, "tnode_": 23636, "lpoly_": null, "rpoly_": null, "length": 331.91696379000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1213, "l_t_add": 1299, "r_f_add": 1216, "r_t_add": 1298, "st_code": 88060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340879, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7027, "Shape__Length": 132.26518726182243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165239197896895, 39.9347791475398 ], [ -75.165434133632701, 39.933880435958102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23461, "tnode_": 23544, "lpoly_": null, "rpoly_": null, "length": 206.10243027, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1223, "r_f_add": 1200, "r_t_add": 1214, "st_code": 88040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340880, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7028, "Shape__Length": 82.129345491028587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163552122596499, 39.935074422444501 ], [ -75.163678033998295, 39.934517009736403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23544, "tnode_": 23553, "lpoly_": null, "rpoly_": null, "length": 51.64120389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1225, "l_t_add": 1227, "r_f_add": 1216, "r_t_add": 1218, "st_code": 88040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340881, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7029, "Shape__Length": 20.578999966246688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163678033998295, 39.934517009736403 ], [ -75.163704502327704, 39.934376720043097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23553, "tnode_": 23590, "lpoly_": null, "rpoly_": null, "length": 91.66424014, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1237, "r_f_add": 1220, "r_t_add": 1236, "st_code": 88040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340882, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7030, "Shape__Length": 36.526857920805021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163704502327704, 39.934376720043097 ], [ -75.163760184727593, 39.934128768014297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23590, "tnode_": 23603, "lpoly_": null, "rpoly_": null, "length": 36.84638612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1239, "l_t_add": 1239, "r_f_add": 1238, "r_t_add": 1238, "st_code": 88040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340883, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7031, "Shape__Length": 14.683362459234791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163760184727593, 39.934128768014297 ], [ -75.163777669973598, 39.934028519647498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23581, "tnode_": 23553, "lpoly_": null, "rpoly_": null, "length": 464.66776587000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 49300, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340884, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 7032, "Shape__Length": 184.46904013109142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162065021184006, 39.934191852608102 ], [ -75.163704502327704, 39.934376720043097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23419, "tnode_": 23494, "lpoly_": null, "rpoly_": null, "length": 190.66304242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1167, "l_t_add": 1199, "r_f_add": 1166, "r_t_add": 1198, "st_code": 88020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7033, "Shape__Length": 75.976660510547433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161801295491202, 39.935326965756403 ], [ -75.161921543731793, 39.934811822407497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23494, "tnode_": 23546, "lpoly_": null, "rpoly_": null, "length": 139.65653702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1208, "st_code": 88020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7034, "Shape__Length": 55.651289034520083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161921543731793, 39.934811822407497 ], [ -75.162007027209299, 39.934434137552003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23546, "tnode_": 23581, "lpoly_": null, "rpoly_": null, "length": 89.74588954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1215, "l_t_add": 1221, "r_f_add": 1210, "r_t_add": 1216, "st_code": 88020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7035, "Shape__Length": 35.761916554630169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162007027209299, 39.934434137552003 ], [ -75.162065021184006, 39.934191852608102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23581, "tnode_": 23630, "lpoly_": null, "rpoly_": null, "length": 139.32169858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1223, "l_t_add": 1235, "r_f_add": 1218, "r_t_add": 1230, "st_code": 88020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7036, "Shape__Length": 55.517274418455557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162065021184006, 39.934191852608102 ], [ -75.162150852005496, 39.933815147712799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23512, "tnode_": 23494, "lpoly_": null, "rpoly_": null, "length": 283.68056413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 33740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340889, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7037, "Shape__Length": 112.63252045562659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160935710654201, 39.934637201743698 ], [ -75.161921543731793, 39.934811822407497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23524, "tnode_": 23512, "lpoly_": null, "rpoly_": null, "length": 141.86858094000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1013, "st_code": 33740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 340890, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7038, "Shape__Length": 56.325236978804881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160440201844494, 39.9345586866636 ], [ -75.160935710654201, 39.934637201743698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23554, "tnode_": 23524, "lpoly_": null, "rpoly_": null, "length": 449.61988363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 33740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340891, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7039, "Shape__Length": 178.51198601287396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158872726923903, 39.9342991606174 ], [ -75.160440201844494, 39.9345586866636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23395, "tnode_": 23436, "lpoly_": null, "rpoly_": null, "length": 121.95411991, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 28060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340892, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 7040, "Shape__Length": 48.596652529251891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159837396591598, 39.935523512664801 ], [ -75.159918262200094, 39.9351945716801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23474, "tnode_": 23436, "lpoly_": null, "rpoly_": null, "length": 346.13556510999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNST", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 32060, "l_hundred": 900, "r_hundred": 900, "seg_id": 340893, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERNST ST", "stname": "ERNST ST", "objectid": 7041, "Shape__Length": 137.45634639181858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158746016994499, 39.934897057069797 ], [ -75.159918262200094, 39.9351945716801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23524, "tnode_": 23701, "lpoly_": null, "rpoly_": null, "length": 477.77173748000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 88000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7042, "Shape__Length": 190.38623590993129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160440201844494, 39.9345586866636 ], [ -75.160715790380706, 39.933264415241801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23457, "tnode_": 23465, "lpoly_": null, "rpoly_": null, "length": 30.96151631, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1167, "l_t_add": 1167, "r_f_add": 1164, "r_t_add": 1164, "st_code": 88000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340895, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7043, "Shape__Length": 12.337276164342958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160316049525505, 39.9350779861443 ], [ -75.160338369628505, 39.934994747749101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23465, "tnode_": 23524, "lpoly_": null, "rpoly_": null, "length": 161.39559185, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1169, "l_t_add": 1199, "r_f_add": 1166, "r_t_add": 1198, "st_code": 88000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340896, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7044, "Shape__Length": 64.313693257795009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160338369628505, 39.934994747749101 ], [ -75.160440201844494, 39.9345586866636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23498, "tnode_": 23465, "lpoly_": null, "rpoly_": null, "length": 448.9805218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 12740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340897, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 7045, "Shape__Length": 178.26072983153065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158774796396798, 39.9347296394807 ], [ -75.160338369628505, 39.934994747749101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23512, "tnode_": 23562, "lpoly_": null, "rpoly_": null, "length": 135.05111474, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1211, "r_f_add": 1200, "r_t_add": 1202, "st_code": 11840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 7046, "Shape__Length": 53.814521223756849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160935710654201, 39.934637201743698 ], [ -75.161027384064198, 39.934273248189598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23583, "tnode_": 23688, "lpoly_": null, "rpoly_": null, "length": 271.23218544000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 81460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340899, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 7047, "Shape__Length": 108.0829512303274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161524501067802, 39.934118165034597 ], [ -75.161677597652996, 39.933382985232399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23562, "tnode_": 23694, "lpoly_": null, "rpoly_": null, "length": 350.34530881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1213, "l_t_add": 1299, "r_f_add": 1204, "r_t_add": 1298, "st_code": 11840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 7048, "Shape__Length": 139.60744459519566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161027384064198, 39.934273248189598 ], [ -75.161234171486896, 39.933324772055698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23561, "tnode_": 23554, "lpoly_": null, "rpoly_": null, "length": 135.0109539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 830, "l_t_add": 898, "r_f_add": 827, "r_t_add": 899, "st_code": 33740, "l_hundred": 800, "r_hundred": 800, "seg_id": 340901, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7049, "Shape__Length": 53.603835482727078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158402918384994, 39.934218184459198 ], [ -75.158872726923903, 39.9342991606174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23564, "tnode_": 23561, "lpoly_": null, "rpoly_": null, "length": 54.92152272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 828, "l_t_add": 828, "r_f_add": 825, "r_t_add": 825, "st_code": 33740, "l_hundred": 800, "r_hundred": 800, "seg_id": 340902, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7050, "Shape__Length": 21.805846694344279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158212030345794, 39.934184474035803 ], [ -75.158402918384994, 39.934218184459198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23582, "tnode_": 23564, "lpoly_": null, "rpoly_": null, "length": 258.00229442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 826, "r_f_add": 801, "r_t_add": 823, "st_code": 33740, "l_hundred": 800, "r_hundred": 800, "seg_id": 340903, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 7051, "Shape__Length": 102.42723751653686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157304959019498, 39.934066077287802 ], [ -75.158212030345794, 39.934184474035803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23474, "tnode_": 23498, "lpoly_": null, "rpoly_": null, "length": 61.51887267, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1153, "l_t_add": 1159, "r_f_add": 1154, "r_t_add": 1156, "st_code": 87980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340904, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7052, "Shape__Length": 24.515711409976017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158746016994499, 39.934897057069797 ], [ -75.158774796396798, 39.9347296394807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23498, "tnode_": 23554, "lpoly_": null, "rpoly_": null, "length": 159.20221169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1161, "l_t_add": 1199, "r_f_add": 1158, "r_t_add": 1198, "st_code": 87980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 340905, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7053, "Shape__Length": 63.439808942274183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158774796396798, 39.9347296394807 ], [ -75.158872726923903, 39.9342991606174 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23554, "tnode_": 23661, "lpoly_": null, "rpoly_": null, "length": 288.01179165000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1233, "r_f_add": 1200, "r_t_add": 1232, "st_code": 87980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340906, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7054, "Shape__Length": 114.76965417641611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158872726923903, 39.9342991606174 ], [ -75.159017330625105, 39.933663615633598 ], [ -75.159030294158896, 39.933518549944502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23661, "tnode_": 23725, "lpoly_": null, "rpoly_": null, "length": 170.43273012, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1235, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 87980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340907, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7055, "Shape__Length": 67.912355803201407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159030294158896, 39.933518549944502 ], [ -75.159144213044399, 39.933058983255698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23628, "tnode_": 23661, "lpoly_": null, "rpoly_": null, "length": 116.63350281, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1223, "l_t_add": 1233, "r_f_add": 1220, "r_t_add": 1232, "st_code": 63220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340908, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7056, "Shape__Length": 46.389431848853853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158735302623199, 39.933744249486601 ], [ -75.159030294158896, 39.933518549944502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23661, "tnode_": 23722, "lpoly_": null, "rpoly_": null, "length": 202.40587383, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1235, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 63220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340909, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7057, "Shape__Length": 80.518083671811169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159030294158896, 39.933518549944502 ], [ -75.159518997616402, 39.933109668647397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23722, "tnode_": 23861, "lpoly_": null, "rpoly_": null, "length": 546.60638996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 63220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340910, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7058, "Shape__Length": 217.42757598686197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159518997616402, 39.933109668647397 ], [ -75.160762606513202, 39.932083886608702 ], [ -75.1608594449458, 39.932021260965897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23654, "tnode_": 23628, "lpoly_": null, "rpoly_": null, "length": 241.44532074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 814, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 49300, "l_hundred": 800, "r_hundred": 800, "seg_id": 340911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 7059, "Shape__Length": 95.88103672113489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157918766624405, 39.933534072820997 ], [ -75.158735302623199, 39.933744249486601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23671, "tnode_": 23654, "lpoly_": null, "rpoly_": null, "length": 139.21483647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 807, "st_code": 49300, "l_hundred": 800, "r_hundred": 800, "seg_id": 340912, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 7060, "Shape__Length": 55.280498367215365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157443957620899, 39.933422528739399 ], [ -75.157918766624405, 39.933534072820997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23633, "tnode_": 23671, "lpoly_": null, "rpoly_": null, "length": 105.52396676, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1213, "l_t_add": 1221, "r_f_add": 1208, "r_t_add": 1216, "st_code": 87960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340913, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7061, "Shape__Length": 42.050117994100667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157385313106801, 39.933708665800197 ], [ -75.157443957620899, 39.933422528739399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23671, "tnode_": 23679, "lpoly_": null, "rpoly_": null, "length": 11.52191197, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1223, "l_t_add": 1223, "r_f_add": 1218, "r_t_add": 1218, "st_code": 87960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340914, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7062, "Shape__Length": 4.5917378764506758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157443957620899, 39.933422528739399 ], [ -75.157445974935698, 39.933390937774803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23679, "tnode_": 23747, "lpoly_": null, "rpoly_": null, "length": 201.78395965, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1225, "l_t_add": 1299, "r_f_add": 1220, "r_t_add": 1298, "st_code": 87960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340915, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7063, "Shape__Length": 80.404733767625189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157445974935698, 39.933390937774803 ], [ -75.157580556699301, 39.932846790559601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23747, "tnode_": 23790, "lpoly_": null, "rpoly_": null, "length": 123.16139867, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1306, "st_code": 87960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7064, "Shape__Length": 49.077569213311911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157580556699301, 39.932846790559601 ], [ -75.157650681068404, 39.932513034601698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23722, "tnode_": 23701, "lpoly_": null, "rpoly_": null, "length": 340.32471362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 914, "l_t_add": 998, "r_f_add": 915, "r_t_add": 999, "st_code": 82740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340917, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7065, "Shape__Length": 135.10720520303249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159518997616402, 39.933109668647397 ], [ -75.160715790380706, 39.933264415241801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23725, "tnode_": 23722, "lpoly_": null, "rpoly_": null, "length": 106.71264739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 913, "st_code": 82740, "l_hundred": 900, "r_hundred": 900, "seg_id": 340918, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7066, "Shape__Length": 42.364742552326753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159144213044399, 39.933058983255698 ], [ -75.159518997616402, 39.933109668647397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23747, "tnode_": 23725, "lpoly_": null, "rpoly_": null, "length": 445.26751357999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 82740, "l_hundred": 800, "r_hundred": 800, "seg_id": 340919, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7067, "Shape__Length": 176.77025657354446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157580556699301, 39.932846790559601 ], [ -75.159144213044399, 39.933058983255698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23765, "tnode_": 23747, "lpoly_": null, "rpoly_": null, "length": 441.7309772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 82740, "l_hundred": 700, "r_hundred": 700, "seg_id": 340920, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7068, "Shape__Length": 175.36413208230962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156027495993399, 39.932644430766402 ], [ -75.157580556699301, 39.932846790559601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23774, "tnode_": 23765, "lpoly_": null, "rpoly_": null, "length": 128.62490997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 636, "l_t_add": 698, "r_f_add": 633, "r_t_add": 699, "st_code": 82740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340921, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7069, "Shape__Length": 51.062330038302505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155574388112001, 39.932589672482997 ], [ -75.156027495993399, 39.932644430766402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23793, "tnode_": 23786, "lpoly_": null, "rpoly_": null, "length": 142.57609732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 611, "st_code": 82740, "l_hundred": 600, "r_hundred": 600, "seg_id": 340924, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7070, "Shape__Length": 56.603199226254347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154457469026596, 39.932429240685003 ], [ -75.154956776472801, 39.9325029458047 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23803, "tnode_": 23793, "lpoly_": null, "rpoly_": null, "length": 142.10413812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 528, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 82740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340925, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7071, "Shape__Length": 56.414739572577062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153958628365203, 39.932360714886599 ], [ -75.154457469026596, 39.932429240685003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23805, "tnode_": 23803, "lpoly_": null, "rpoly_": null, "length": 133.46615753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 516, "l_t_add": 526, "r_f_add": 517, "r_t_add": 533, "st_code": 82740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340926, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7072, "Shape__Length": 52.984539370725379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153489067766699, 39.932301029295502 ], [ -75.153958628365203, 39.932360714886599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23821, "tnode_": 23805, "lpoly_": null, "rpoly_": null, "length": 168.88402868999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 82740, "l_hundred": 500, "r_hundred": 500, "seg_id": 340927, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7073, "Shape__Length": 67.046486457158025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152896654707206, 39.932217737986903 ], [ -75.153489067766699, 39.932301029295502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23863, "tnode_": 23841, "lpoly_": null, "rpoly_": null, "length": 450.04740305999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 82740, "l_hundred": 300, "r_hundred": 300, "seg_id": 340931, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7074, "Shape__Length": 178.66506896663572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149731666400498, 39.931802749352499 ], [ -75.151312145187902, 39.932016953164997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23870, "tnode_": 23863, "lpoly_": null, "rpoly_": null, "length": 113.5763919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 82740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340932, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7075, "Shape__Length": 45.088380892174897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149332335956302, 39.9317508028522 ], [ -75.149731666400498, 39.931802749352499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23773, "tnode_": 23762, "lpoly_": null, "rpoly_": null, "length": 145.36718654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 228, "l_t_add": 298, "r_f_add": 247, "r_t_add": 299, "st_code": 53280, "l_hundred": 200, "r_hundred": 200, "seg_id": 340933, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 7076, "Shape__Length": 57.708377419147226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148447649130105, 39.932442539202697 ], [ -75.148960060211195, 39.9325028038255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23780, "tnode_": 23773, "lpoly_": null, "rpoly_": null, "length": 97.63327386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 214, "l_t_add": 226, "r_f_add": 217, "r_t_add": 245, "st_code": 53280, "l_hundred": 200, "r_hundred": 200, "seg_id": 340934, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 7077, "Shape__Length": 38.760061378613777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148104978693596, 39.932395198592097 ], [ -75.148447649130105, 39.932442539202697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23788, "tnode_": 23780, "lpoly_": null, "rpoly_": null, "length": 139.24825607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 215, "st_code": 53280, "l_hundred": 200, "r_hundred": 200, "seg_id": 340935, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 7078, "Shape__Length": 55.282514798353432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147618005139904, 39.932322528139501 ], [ -75.147688243975097, 39.932339195200797 ], [ -75.148104978693596, 39.932395198592097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23796, "tnode_": 23788, "lpoly_": null, "rpoly_": null, "length": 134.39993846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 130, "l_t_add": 198, "r_f_add": 135, "r_t_add": 199, "st_code": 53280, "l_hundred": 100, "r_hundred": 100, "seg_id": 340936, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 7079, "Shape__Length": 53.358186072068257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147148619437999, 39.932249783546901 ], [ -75.147550018094805, 39.932306230195003 ], [ -75.147618005139904, 39.932322528139501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23804, "tnode_": 23796, "lpoly_": null, "rpoly_": null, "length": 175.91523993000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 112, "l_t_add": 128, "r_f_add": 115, "r_t_add": 133, "st_code": 53280, "l_hundred": 100, "r_hundred": 100, "seg_id": 340937, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 7080, "Shape__Length": 69.835861685099772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146529307933704, 39.932173039718997 ], [ -75.147148619437999, 39.932249783546901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23731, "tnode_": 23788, "lpoly_": null, "rpoly_": null, "length": 163.91595278, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1214, "st_code": 87840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340938, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7081, "Shape__Length": 65.315701828900387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147513386076994, 39.932765231717298 ], [ -75.147618005139904, 39.932322528139501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23788, "tnode_": 23888, "lpoly_": null, "rpoly_": null, "length": 286.86967519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1219, "l_t_add": 1299, "r_f_add": 1216, "r_t_add": 1298, "st_code": 87840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340939, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7082, "Shape__Length": 114.30921274254902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147618005139904, 39.932322528139501 ], [ -75.147794154972402, 39.931546798282199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23888, "tnode_": 23973, "lpoly_": null, "rpoly_": null, "length": 246.04259777, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1320, "st_code": 87840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340940, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7083, "Shape__Length": 98.040999523002924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147794154972402, 39.931546798282199 ], [ -75.147936960488295, 39.930880387658199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23773, "tnode_": 23825, "lpoly_": null, "rpoly_": null, "length": 133.83172462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1226, "st_code": 12460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340941, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7084, "Shape__Length": 53.328489636138805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148447649130105, 39.932442539202697 ], [ -75.148528566813297, 39.932080473887702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23780, "tnode_": 23830, "lpoly_": null, "rpoly_": null, "length": 132.66670892, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1230, "st_code": 64520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340942, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7085, "Shape__Length": 52.863427393014085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148104978693596, 39.932395198592097 ], [ -75.148190372242695, 39.932036994086701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23830, "tnode_": 23825, "lpoly_": null, "rpoly_": null, "length": 96.156905009999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 77460, "l_hundred": 200, "r_hundred": 200, "seg_id": 340943, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 7086, "Shape__Length": 38.17312974909904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148190372242695, 39.932036994086701 ], [ -75.148528566813297, 39.932080473887702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23796, "tnode_": 23848, "lpoly_": null, "rpoly_": null, "length": 137.46365829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1226, "st_code": 40360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340944, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7087, "Shape__Length": 54.775517800437413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147148619437999, 39.932249783546901 ], [ -75.147232038147195, 39.9318779329964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23804, "tnode_": 23855, "lpoly_": null, "rpoly_": null, "length": 140.58866199000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1228, "st_code": 43820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340945, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7088, "Shape__Length": 56.020744998212834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146529307933704, 39.932173039718997 ], [ -75.146614190057605, 39.931792678373903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23855, "tnode_": 23848, "lpoly_": null, "rpoly_": null, "length": 176.03146313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 110, "l_t_add": 198, "r_f_add": 111, "r_t_add": 199, "st_code": 77460, "l_hundred": 100, "r_hundred": 100, "seg_id": 340946, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 7089, "Shape__Length": 69.883242861451677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146614190057605, 39.931792678373903 ], [ -75.147232038147195, 39.9318779329964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23825, "tnode_": 23876, "lpoly_": null, "rpoly_": null, "length": 181.79453548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1227, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 12460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340947, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7090, "Shape__Length": 72.398234596496408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148528566813297, 39.932080473887702 ], [ -75.148619960809796, 39.9320898850048 ], [ -75.148711739826794, 39.931716619390698 ], [ -75.148730795320702, 39.931670738228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23830, "tnode_": 23882, "lpoly_": null, "rpoly_": null, "length": 156.21023627, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 64520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7091, "Shape__Length": 62.245775247643387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148190372242695, 39.932036994086701 ], [ -75.1482819487982, 39.931614012112597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23848, "tnode_": 23893, "lpoly_": null, "rpoly_": null, "length": 144.91106467, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 40360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340949, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7092, "Shape__Length": 57.743387930452627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147232038147195, 39.9318779329964 ], [ -75.147315848797703, 39.931485401136101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23855, "tnode_": 23906, "lpoly_": null, "rpoly_": null, "length": 144.20729737, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1230, "r_t_add": 1298, "st_code": 43820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 340950, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2012-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7093, "Shape__Length": 57.461016779203923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146614190057605, 39.931792678373903 ], [ -75.146691162739501, 39.9314437038379 ], [ -75.146707462912801, 39.931403729705103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23876, "tnode_": 23870, "lpoly_": null, "rpoly_": null, "length": 171.19990849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 228, "l_t_add": 240, "r_f_add": 227, "r_t_add": 241, "st_code": 82740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340951, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7094, "Shape__Length": 67.964458057451196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148730795320702, 39.931670738228803 ], [ -75.149332335956302, 39.9317508028522 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23882, "tnode_": 23876, "lpoly_": null, "rpoly_": null, "length": 127.56040066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 218, "l_t_add": 226, "r_f_add": 215, "r_t_add": 225, "st_code": 82740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340952, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7095, "Shape__Length": 50.639449263578818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482819487982, 39.931614012112597 ], [ -75.148730795320702, 39.931670738228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23888, "tnode_": 23882, "lpoly_": null, "rpoly_": null, "length": 138.97202486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 213, "st_code": 82740, "l_hundred": 200, "r_hundred": 200, "seg_id": 340953, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7096, "Shape__Length": 55.170683110202397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147794154972402, 39.931546798282199 ], [ -75.1482819487982, 39.931614012112597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23893, "tnode_": 23888, "lpoly_": null, "rpoly_": null, "length": 135.9893249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 82740, "l_hundred": 100, "r_hundred": 100, "seg_id": 340954, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7097, "Shape__Length": 53.985670743868383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147315848797703, 39.931485401136101 ], [ -75.147794154972402, 39.931546798282199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23906, "tnode_": 23893, "lpoly_": null, "rpoly_": null, "length": 173.19209681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 108, "l_t_add": 128, "r_f_add": 111, "r_t_add": 129, "st_code": 82740, "l_hundred": 100, "r_hundred": 100, "seg_id": 340955, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7098, "Shape__Length": 68.755198103884325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146707462912801, 39.931403729705103 ], [ -75.147315848797703, 39.931485401136101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23893, "tnode_": 23939, "lpoly_": null, "rpoly_": null, "length": 136.87445518000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1309, "r_f_add": 1300, "r_t_add": 1314, "st_code": 40360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340956, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7099, "Shape__Length": 54.540333454178956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147315848797703, 39.931485401136101 ], [ -75.147397529747494, 39.931114962609499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23950, "tnode_": 23939, "lpoly_": null, "rpoly_": null, "length": 165.35893688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 71440, "l_hundred": 100, "r_hundred": 100, "seg_id": 340957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7100, "Shape__Length": 65.645825800009675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146817417269801, 39.931033726109298 ], [ -75.147397529747494, 39.931114962609499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23939, "tnode_": 28445, "lpoly_": null, "rpoly_": null, "length": 179.72824458, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1311, "l_t_add": 1329, "r_f_add": 1316, "r_t_add": 1332, "st_code": 40360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7101, "Shape__Length": 71.616043928305274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147397529747494, 39.931114962609499 ], [ -75.147503289929304, 39.930628350342097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28447, "tnode_": 28445, "lpoly_": null, "rpoly_": null, "length": 164.44972626000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 30420, "l_hundred": 100, "r_hundred": 100, "seg_id": 340959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7102, "Shape__Length": 65.283949332986822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146925838885707, 39.930549847127899 ], [ -75.147503289929304, 39.930628350342097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28445, "tnode_": 24048, "lpoly_": null, "rpoly_": null, "length": 134.71900678999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1331, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 40360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340960, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7103, "Shape__Length": 53.681049265594609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147503289929304, 39.930628350342097 ], [ -75.147581856680404, 39.930263509379202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24048, "tnode_": 24127, "lpoly_": null, "rpoly_": null, "length": 273.13576788, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 40360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340961, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7104, "Shape__Length": 108.83485841269159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147581856680404, 39.930263509379202 ], [ -75.147739715065796, 39.929523631612902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24056, "tnode_": 24182, "lpoly_": null, "rpoly_": null, "length": 436.90364943999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 43820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340962, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7105, "Shape__Length": 174.08743842216012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147004112546497, 39.930182194958 ], [ -75.147272315030506, 39.929000746505999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23906, "tnode_": 23950, "lpoly_": null, "rpoly_": null, "length": 139.50113136000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1308, "st_code": 43820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340963, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7106, "Shape__Length": 55.578953438713512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146707462912801, 39.931403729705103 ], [ -75.146747082886193, 39.931352389649199 ], [ -75.146817417269801, 39.931033726109298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23950, "tnode_": 28447, "lpoly_": null, "rpoly_": null, "length": 178.87165605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1315, "l_t_add": 1335, "r_f_add": 1310, "r_t_add": 1328, "st_code": 43820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340964, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7107, "Shape__Length": 71.274170303583588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146817417269801, 39.931033726109298 ], [ -75.146925838885707, 39.930549847127899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28447, "tnode_": 24056, "lpoly_": null, "rpoly_": null, "length": 135.71607683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1337, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 43820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340965, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7108, "Shape__Length": 54.078410742558219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146925838885707, 39.930549847127899 ], [ -75.147004112546497, 39.930182194958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24036, "tnode_": 24017, "lpoly_": null, "rpoly_": null, "length": 331.894249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 212, "l_t_add": 248, "r_f_add": 213, "r_t_add": 249, "st_code": 67780, "l_hundred": 200, "r_hundred": 200, "seg_id": 340966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7109, "Shape__Length": 131.75693230716337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1485361505312, 39.9303881177458 ], [ -75.149701129072596, 39.930548449216403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24041, "tnode_": 24036, "lpoly_": null, "rpoly_": null, "length": 137.70497185000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 211, "st_code": 67780, "l_hundred": 200, "r_hundred": 200, "seg_id": 340967, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7110, "Shape__Length": 54.666399610790137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148052479791701, 39.930322965281398 ], [ -75.1485361505312, 39.9303881177458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24048, "tnode_": 24041, "lpoly_": null, "rpoly_": null, "length": 133.75048463000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 132, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 67780, "l_hundred": 100, "r_hundred": 100, "seg_id": 340968, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7111, "Shape__Length": 53.09575639881465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147581856680404, 39.930263509379202 ], [ -75.148052479791701, 39.930322965281398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24056, "tnode_": 24048, "lpoly_": null, "rpoly_": null, "length": 164.71261186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 114, "l_t_add": 130, "r_f_add": 111, "r_t_add": 129, "st_code": 67780, "l_hundred": 100, "r_hundred": 100, "seg_id": 340969, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7112, "Shape__Length": 65.388504026519641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147004112546497, 39.930182194958 ], [ -75.147581856680404, 39.930263509379202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23870, "tnode_": 23964, "lpoly_": null, "rpoly_": null, "length": 292.96335487, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1326, "st_code": 57320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340970, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7113, "Shape__Length": 116.71837117656868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149332335956302, 39.9317508028522 ], [ -75.149606399854505, 39.930974751151901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23964, "tnode_": 24017, "lpoly_": null, "rpoly_": null, "length": 157.55004465000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 0, "r_t_add": 0, "st_code": 57320, "l_hundred": 1300, "r_hundred": 0, "seg_id": 340971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7114, "Shape__Length": 62.778332287949432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149606399854505, 39.930974751151901 ], [ -75.149701129072596, 39.930548449216403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23876, "tnode_": 23916, "lpoly_": null, "rpoly_": null, "length": 128.15453539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1312, "st_code": 12460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340972, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7115, "Shape__Length": 51.056599541668326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148730795320702, 39.931670738228803 ], [ -75.148771959561699, 39.931628002147399 ], [ -75.148832026335697, 39.931333007879502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23882, "tnode_": 23922, "lpoly_": null, "rpoly_": null, "length": 126.72135717, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1312, "st_code": 64520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340973, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7116, "Shape__Length": 50.494438117656145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482819487982, 39.931614012112597 ], [ -75.1483504693187, 39.9313022544167 ], [ -75.148341626885397, 39.9312713172679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23922, "tnode_": 23916, "lpoly_": null, "rpoly_": null, "length": 139.35335598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71440, "l_hundred": 200, "r_hundred": 200, "seg_id": 340974, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7117, "Shape__Length": 55.320736163439108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148341626885397, 39.9312713172679 ], [ -75.148832026335697, 39.931333007879502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23916, "tnode_": 23959, "lpoly_": null, "rpoly_": null, "length": 119.17876163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1313, "l_t_add": 1399, "r_f_add": 1314, "r_t_add": 1398, "st_code": 12460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340975, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7118, "Shape__Length": 47.489588145775457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148832026335697, 39.931333007879502 ], [ -75.148899362563895, 39.931009980111597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23922, "tnode_": 23965, "lpoly_": null, "rpoly_": null, "length": 120.71227487, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1313, "l_t_add": 1399, "r_f_add": 1314, "r_t_add": 1398, "st_code": 64520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340976, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7119, "Shape__Length": 48.100648806077203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148341626885397, 39.9312713172679 ], [ -75.148409535510197, 39.9309440967534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23965, "tnode_": 23959, "lpoly_": null, "rpoly_": null, "length": 139.45031453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 216, "l_t_add": 296, "r_f_add": 211, "r_t_add": 297, "st_code": 30420, "l_hundred": 200, "r_hundred": 200, "seg_id": 340977, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7120, "Shape__Length": 55.359756463622006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148409535510197, 39.9309440967534 ], [ -75.148899362563895, 39.931009980111597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23973, "tnode_": 24041, "lpoly_": null, "rpoly_": null, "length": 205.62699018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1322, "r_t_add": 1398, "st_code": 87840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340978, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7121, "Shape__Length": 81.936333771338951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147936960488295, 39.930880387658199 ], [ -75.148052479791701, 39.930322965281398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24041, "tnode_": 24149, "lpoly_": null, "rpoly_": null, "length": 356.65121557000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1439, "r_f_add": 1400, "r_t_add": 1436, "st_code": 87840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340979, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7122, "Shape__Length": 142.11130851183671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148052479791701, 39.930322965281398 ], [ -75.148267963116595, 39.929358069481196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23863, "tnode_": 23908, "lpoly_": null, "rpoly_": null, "length": 140.4231835, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1310, "st_code": 87860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340980, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7123, "Shape__Length": 55.9537428929535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149731666400498, 39.931802749352499 ], [ -75.149821409692905, 39.931423511723203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23908, "tnode_": 23956, "lpoly_": null, "rpoly_": null, "length": 135.24908733000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1313, "l_t_add": 1327, "r_f_add": 1312, "r_t_add": 1324, "st_code": 87860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340981, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7124, "Shape__Length": 53.893124715211968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149821409692905, 39.931423511723203 ], [ -75.149898665293904, 39.931057030487302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23956, "tnode_": 27207, "lpoly_": null, "rpoly_": null, "length": 173.68037167, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 87860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340982, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7125, "Shape__Length": 69.206850293300349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149898665293904, 39.931057030487302 ], [ -75.149995613642901, 39.930586133974103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23908, "tnode_": 23895, "lpoly_": null, "rpoly_": null, "length": 217.11574295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 71440, "l_hundred": 300, "r_hundred": 300, "seg_id": 340983, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7126, "Shape__Length": 86.192207506662015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149821409692905, 39.931423511723203 ], [ -75.150584310688004, 39.931524917132698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23930, "tnode_": 23895, "lpoly_": null, "rpoly_": null, "length": 89.636099449999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 61600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340984, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 7127, "Shape__Length": 35.71584456284647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150647080640297, 39.931283646362402 ], [ -75.150584310688004, 39.931524917132698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23930, "tnode_": 23898, "lpoly_": null, "rpoly_": null, "length": 235.26228017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 322, "l_t_add": 398, "r_f_add": 335, "r_t_add": 399, "st_code": 30420, "l_hundred": 300, "r_hundred": 300, "seg_id": 340985, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7128, "Shape__Length": 93.433302105392414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150647080640297, 39.931283646362402 ], [ -75.151429801929297, 39.931515998322404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23956, "tnode_": 23930, "lpoly_": null, "rpoly_": null, "length": 225.5395919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 333, "st_code": 30420, "l_hundred": 300, "r_hundred": 300, "seg_id": 340986, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7129, "Shape__Length": 89.57329074140479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149898665293904, 39.931057030487302 ], [ -75.150647080640297, 39.931283646362402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23841, "tnode_": 23898, "lpoly_": null, "rpoly_": null, "length": 185.44775791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1317, "r_f_add": 1300, "r_t_add": 1316, "st_code": 87880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340987, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7130, "Shape__Length": 73.894766960839192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151312145187902, 39.932016953164997 ], [ -75.151429801929297, 39.931515998322404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23898, "tnode_": 23994, "lpoly_": null, "rpoly_": null, "length": 268.2297901, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1319, "l_t_add": 1399, "r_f_add": 1318, "r_t_add": 1398, "st_code": 87880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340988, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7131, "Shape__Length": 106.87966961012943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151429801929297, 39.931515998322404 ], [ -75.151600165549397, 39.930791448350398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23994, "tnode_": 24040, "lpoly_": null, "rpoly_": null, "length": 151.82079428, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1415, "r_f_add": 1400, "r_t_add": 1414, "st_code": 87880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340989, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7132, "Shape__Length": 60.496486672490377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151600165549397, 39.930791448350398 ], [ -75.151682817805806, 39.930379567065501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23868, "tnode_": 23849, "lpoly_": null, "rpoly_": null, "length": 170.12900367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 430, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 30420, "l_hundred": 400, "r_hundred": 400, "seg_id": 340990, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7133, "Shape__Length": 67.539182595017508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152367588584298, 39.931805759076703 ], [ -75.152965679026195, 39.931883923430803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23886, "tnode_": 23868, "lpoly_": null, "rpoly_": null, "length": 104.42370094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 414, "l_t_add": 428, "r_f_add": 415, "r_t_add": 425, "st_code": 30420, "l_hundred": 400, "r_hundred": 400, "seg_id": 340991, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7134, "Shape__Length": 41.454908459405424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520004687289, 39.931757861863602 ], [ -75.152367588584298, 39.931805759076703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23868, "tnode_": 23979, "lpoly_": null, "rpoly_": null, "length": 325.59478818999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 49680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340993, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 7135, "Shape__Length": 129.7385802228716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152367588584298, 39.931805759076703 ], [ -75.152570038422894, 39.930925653618701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23886, "tnode_": 23986, "lpoly_": null, "rpoly_": null, "length": 326.91565908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 50120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340994, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 7136, "Shape__Length": 130.26715615188428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520004687289, 39.931757861863602 ], [ -75.152187814457804, 39.930872102379197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23821, "tnode_": 23849, "lpoly_": null, "rpoly_": null, "length": 123.13362467, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1309, "r_f_add": 1300, "r_t_add": 1308, "st_code": 87900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340995, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7137, "Shape__Length": 49.066202423387182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152896654707206, 39.932217737986903 ], [ -75.152965679026195, 39.931883923430803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23849, "tnode_": 23972, "lpoly_": null, "rpoly_": null, "length": 323.21545895999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1311, "l_t_add": 1399, "r_f_add": 1310, "r_t_add": 1398, "st_code": 87900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 340996, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7138, "Shape__Length": 128.79123449643916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152965679026195, 39.931883923430803 ], [ -75.153162806622703, 39.931009730700097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23972, "tnode_": 24025, "lpoly_": null, "rpoly_": null, "length": 159.66798413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 87900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 340997, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7139, "Shape__Length": 63.621811784805914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153162806622703, 39.931009730700097 ], [ -75.153261971692999, 39.930578121557701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23963, "tnode_": 23957, "lpoly_": null, "rpoly_": null, "length": 131.50296104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 518, "l_t_add": 532, "r_f_add": 511, "r_t_add": 521, "st_code": 67780, "l_hundred": 500, "r_hundred": 500, "seg_id": 340998, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7140, "Shape__Length": 52.205018031381002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153764547341396, 39.931089021572497 ], [ -75.154226303870004, 39.931151833614102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23972, "tnode_": 23963, "lpoly_": null, "rpoly_": null, "length": 171.20904008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 509, "st_code": 67780, "l_hundred": 500, "r_hundred": 500, "seg_id": 340999, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7141, "Shape__Length": 67.967270687269291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153162806622703, 39.931009730700097 ], [ -75.153764547341396, 39.931089021572497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23979, "tnode_": 23972, "lpoly_": null, "rpoly_": null, "length": 169.03674131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 430, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 67780, "l_hundred": 400, "r_hundred": 400, "seg_id": 341000, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7142, "Shape__Length": 67.105985469518558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152570038422894, 39.930925653618701 ], [ -75.153162806622703, 39.931009730700097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23986, "tnode_": 23979, "lpoly_": null, "rpoly_": null, "length": 108.95352253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 410, "l_t_add": 428, "r_f_add": 411, "r_t_add": 421, "st_code": 67780, "l_hundred": 400, "r_hundred": 400, "seg_id": 341001, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7143, "Shape__Length": 43.25334027131057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152187814457804, 39.930872102379197 ], [ -75.152570038422894, 39.930925653618701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23994, "tnode_": 23986, "lpoly_": null, "rpoly_": null, "length": 167.40200167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 409, "st_code": 67780, "l_hundred": 400, "r_hundred": 400, "seg_id": 341002, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7144, "Shape__Length": 66.456342034517391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151600165549397, 39.930791448350398 ], [ -75.152187814457804, 39.930872102379197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27207, "tnode_": 23994, "lpoly_": null, "rpoly_": null, "length": 456.16359390999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 67780, "l_hundred": 300, "r_hundred": 300, "seg_id": 341003, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7145, "Shape__Length": 181.08760871409268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149995613642901, 39.930586133974103 ], [ -75.151600165549397, 39.930791448350398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23805, "tnode_": 23963, "lpoly_": null, "rpoly_": null, "length": 448.22058945000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 67840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341004, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 7146, "Shape__Length": 178.60219062953487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153489067766699, 39.932301029295502 ], [ -75.153764547341396, 39.931089021572497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23803, "tnode_": 23957, "lpoly_": null, "rpoly_": null, "length": 446.72578351000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 33260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341005, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 7147, "Shape__Length": 178.00774738956443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153958628365203, 39.932360714886599 ], [ -75.154226303870004, 39.931151833614102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23844, "tnode_": 23892, "lpoly_": null, "rpoly_": null, "length": 139.3111601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1317, "l_t_add": 1333, "r_f_add": 1314, "r_t_add": 1326, "st_code": 87920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341006, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7148, "Shape__Length": 55.511097956089358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154559269294495, 39.932010876634102 ], [ -75.154646459348498, 39.931634386527698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23892, "tnode_": 23947, "lpoly_": null, "rpoly_": null, "length": 154.12956152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1335, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 87920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341007, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7149, "Shape__Length": 61.416171283770112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154646459348498, 39.931634386527698 ], [ -75.154737846183707, 39.931217171561201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23947, "tnode_": 28446, "lpoly_": null, "rpoly_": null, "length": 157.14264515, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1413, "r_f_add": 1400, "r_t_add": 1412, "st_code": 87920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341008, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7150, "Shape__Length": 62.616787069896453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154737846183707, 39.931217171561201 ], [ -75.154828426575605, 39.930791468711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23947, "tnode_": 23928, "lpoly_": null, "rpoly_": null, "length": 445.64045684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 67780, "l_hundred": 600, "r_hundred": 600, "seg_id": 341009, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7151, "Shape__Length": 176.9126860471593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154737846183707, 39.931217171561201 ], [ -75.156304358663704, 39.9314225037797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23957, "tnode_": 23947, "lpoly_": null, "rpoly_": null, "length": 145.42007221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 534, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 67780, "l_hundred": 500, "r_hundred": 500, "seg_id": 341010, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7152, "Shape__Length": 57.729191161409233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154226303870004, 39.931151833614102 ], [ -75.154737846183707, 39.931217171561201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23786, "tnode_": 23774, "lpoly_": null, "rpoly_": null, "length": 176.0598454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 614, "l_t_add": 634, "r_f_add": 613, "r_t_add": 631, "st_code": 82740, "l_hundred": 600, "r_hundred": 600, "seg_id": 341011, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7153, "Shape__Length": 69.895539136174548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154956776472801, 39.9325029458047 ], [ -75.155574388112001, 39.932589672482997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23844, "tnode_": 23827, "lpoly_": null, "rpoly_": null, "length": 446.69019831999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 71440, "l_hundred": 600, "r_hundred": 600, "seg_id": 341012, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7154, "Shape__Length": 177.33237692482766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154559269294495, 39.932010876634102 ], [ -75.156128476892306, 39.932221222945898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23847, "tnode_": 23790, "lpoly_": null, "rpoly_": null, "length": 443.74273149000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 55200, "l_hundred": 700, "r_hundred": 700, "seg_id": 341013, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDINA ST", "stname": "MEDINA ST", "objectid": 7155, "Shape__Length": 176.21757614782678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156156099278206, 39.9321130595659 ], [ -75.157650681068404, 39.932513034601698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23879, "tnode_": 23843, "lpoly_": null, "rpoly_": null, "length": 441.03723663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 30420, "l_hundred": 700, "r_hundred": 700, "seg_id": 341014, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7156, "Shape__Length": 175.12052152612256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156220327519307, 39.931831259792801 ], [ -75.156295042457501, 39.931832491920702 ], [ -75.157731644446201, 39.932159068697899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23879, "tnode_": 23928, "lpoly_": null, "rpoly_": null, "length": 150.75567404999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1333, "l_t_add": 1399, "r_f_add": 1334, "r_t_add": 1398, "st_code": 87940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341015, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7157, "Shape__Length": 60.072711799029221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156220327519307, 39.931831259792801 ], [ -75.156304358663704, 39.9314225037797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23928, "tnode_": 23983, "lpoly_": null, "rpoly_": null, "length": 157.81941618, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1421, "r_f_add": 1400, "r_t_add": 1416, "st_code": 87940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341016, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7158, "Shape__Length": 62.886713468558298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156304358663704, 39.9314225037797 ], [ -75.156394870555005, 39.930994909824399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23765, "tnode_": 23813, "lpoly_": null, "rpoly_": null, "length": 125.99057454, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1313, "r_f_add": 1300, "r_t_add": 1312, "st_code": 87940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341017, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7159, "Shape__Length": 50.202681722123344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156027495993399, 39.932644430766402 ], [ -75.156112941079499, 39.932304883476199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23813, "tnode_": 23827, "lpoly_": null, "rpoly_": null, "length": 30.78586562, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1314, "l_t_add": 1316, "r_f_add": 1315, "r_t_add": 1315, "st_code": 87940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341018, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7160, "Shape__Length": 12.26779510380522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156112941079499, 39.932304883476199 ], [ -75.156128476892306, 39.932221222945898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23813, "tnode_": 23790, "lpoly_": null, "rpoly_": null, "length": 437.85782021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 71440, "l_hundred": 700, "r_hundred": 700, "seg_id": 341019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7161, "Shape__Length": 173.82713202812377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156112941079499, 39.932304883476199 ], [ -75.157650681068404, 39.932513034601698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23847, "tnode_": 23879, "lpoly_": null, "rpoly_": null, "length": 104.22281291, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1321, "l_t_add": 1331, "r_f_add": 1322, "r_t_add": 1332, "st_code": 87940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7162, "Shape__Length": 41.529743892304495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156156099278206, 39.9321130595659 ], [ -75.156220327519307, 39.931831259792801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23892, "tnode_": 23879, "lpoly_": null, "rpoly_": null, "length": 447.24942818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 30420, "l_hundred": 600, "r_hundred": 600, "seg_id": 341022, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7163, "Shape__Length": 177.55103120875899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154646459348498, 39.931634386527698 ], [ -75.156150189000698, 39.931827384820203 ], [ -75.156220327519307, 39.931831259792801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23790, "tnode_": 23819, "lpoly_": null, "rpoly_": null, "length": 73.23091996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1315, "l_t_add": 1321, "r_f_add": 1308, "r_t_add": 1312, "st_code": 87960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341023, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7164, "Shape__Length": 29.179577143334061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157650681068404, 39.932513034601698 ], [ -75.157701914997602, 39.9323159136623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23819, "tnode_": 23843, "lpoly_": null, "rpoly_": null, "length": 57.74086418, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1323, "l_t_add": 1327, "r_f_add": 1314, "r_t_add": 1318, "st_code": 87960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7165, "Shape__Length": 23.008953021293312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157701914997602, 39.9323159136623 ], [ -75.157731644446201, 39.932159068697899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23843, "tnode_": 23864, "lpoly_": null, "rpoly_": null, "length": 75.92695111, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1329, "l_t_add": 1335, "r_f_add": 1320, "r_t_add": 1326, "st_code": 87960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341025, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7166, "Shape__Length": 30.254504385603322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157731644446201, 39.932159068697899 ], [ -75.157779751089194, 39.931953956188899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23864, "tnode_": 23907, "lpoly_": null, "rpoly_": null, "length": 121.25246483, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1337, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 87960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7167, "Shape__Length": 48.316640403029474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157779751089194, 39.931953956188899 ], [ -75.157846071251697, 39.931625041830003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23907, "tnode_": 24011, "lpoly_": null, "rpoly_": null, "length": 300.50501391, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1433, "r_f_add": 1400, "r_t_add": 1432, "st_code": 87960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341027, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7168, "Shape__Length": 119.74021410982252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157846071251697, 39.931625041830003 ], [ -75.158037285777397, 39.9308133581211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23899, "tnode_": 23891, "lpoly_": null, "rpoly_": null, "length": 105.6863439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 806, "l_t_add": 814, "r_f_add": 811, "r_t_add": 823, "st_code": 67780, "l_hundred": 800, "r_hundred": 800, "seg_id": 341028, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7169, "Shape__Length": 41.955487526999804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158269616101506, 39.931681643281102 ], [ -75.158641892833799, 39.931726735588398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23907, "tnode_": 23899, "lpoly_": null, "rpoly_": null, "length": 120.55615316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 804, "r_f_add": 801, "r_t_add": 809, "st_code": 67780, "l_hundred": 800, "r_hundred": 800, "seg_id": 341029, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7170, "Shape__Length": 47.859453857954165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157846071251697, 39.931625041830003 ], [ -75.158269616101506, 39.931681643281102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23913, "tnode_": 23907, "lpoly_": null, "rpoly_": null, "length": 114.89914261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 732, "l_t_add": 798, "r_f_add": 735, "r_t_add": 799, "st_code": 67780, "l_hundred": 700, "r_hundred": 700, "seg_id": 341030, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7171, "Shape__Length": 45.613716740190277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157442482160505, 39.931570738830899 ], [ -75.157846071251697, 39.931625041830003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23920, "tnode_": 23913, "lpoly_": null, "rpoly_": null, "length": 132.80746542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 714, "l_t_add": 730, "r_f_add": 721, "r_t_add": 733, "st_code": 67780, "l_hundred": 700, "r_hundred": 700, "seg_id": 341031, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7172, "Shape__Length": 52.723292343089604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156976231922798, 39.931506913814701 ], [ -75.157442482160505, 39.931570738830899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23928, "tnode_": 23920, "lpoly_": null, "rpoly_": null, "length": 190.91462355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 719, "st_code": 67780, "l_hundred": 700, "r_hundred": 700, "seg_id": 341032, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7173, "Shape__Length": 75.789778779461912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156304358663704, 39.9314225037797 ], [ -75.156976231922798, 39.931506913814701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23883, "tnode_": 23875, "lpoly_": null, "rpoly_": null, "length": 142.09902031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 911, "st_code": 67780, "l_hundred": 900, "r_hundred": 900, "seg_id": 341033, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7174, "Shape__Length": 56.411232735382995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159414982302593, 39.931836155479601 ], [ -75.159914992238498, 39.931899324667398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23891, "tnode_": 23883, "lpoly_": null, "rpoly_": null, "length": 220.44010001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 816, "l_t_add": 898, "r_f_add": 825, "r_t_add": 899, "st_code": 67780, "l_hundred": 800, "r_hundred": 800, "seg_id": 341034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7175, "Shape__Length": 87.513632568190786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158641892833799, 39.931726735588398 ], [ -75.159414982302593, 39.931836155479601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23725, "tnode_": 23767, "lpoly_": null, "rpoly_": null, "length": 130.26860177, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1309, "r_f_add": 1300, "r_t_add": 1310, "st_code": 87980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341035, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7176, "Shape__Length": 51.90747860330746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159144213044399, 39.933058983255698 ], [ -75.159233462123893, 39.932708041851697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23767, "tnode_": 23817, "lpoly_": null, "rpoly_": null, "length": 134.90549104, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1311, "l_t_add": 1323, "r_f_add": 1312, "r_t_add": 1326, "st_code": 87980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341036, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7177, "Shape__Length": 53.757686055237265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159233462123893, 39.932708041851697 ], [ -75.159307137295002, 39.932342078198602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23817, "tnode_": 23883, "lpoly_": null, "rpoly_": null, "length": 186.76356008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 87980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341037, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7178, "Shape__Length": 74.421014175539227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159307137295002, 39.932342078198602 ], [ -75.159414982302593, 39.931836155479601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23883, "tnode_": 23991, "lpoly_": null, "rpoly_": null, "length": 313.03219924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1433, "r_f_add": 1400, "r_t_add": 1430, "st_code": 87980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341038, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7179, "Shape__Length": 124.73348706992157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159414982302593, 39.931836155479601 ], [ -75.159605736619397, 39.9309894834524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23991, "tnode_": 24031, "lpoly_": null, "rpoly_": null, "length": 141.69092598, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1435, "l_t_add": 1499, "r_f_add": 1432, "r_t_add": 1498, "st_code": 87980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341039, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7180, "Shape__Length": 56.460152351772159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159605736619397, 39.9309894834524 ], [ -75.1596830962838, 39.930605110366898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24031, "tnode_": 24093, "lpoly_": null, "rpoly_": null, "length": 157.680617, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1512, "st_code": 87980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7181, "Shape__Length": 62.829489168884876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1596830962838, 39.930605110366898 ], [ -75.159781426000393, 39.9301789279247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23819, "tnode_": 23767, "lpoly_": null, "rpoly_": null, "length": 452.79249046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEARS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 71440, "l_hundred": 800, "r_hundred": 800, "seg_id": 341041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEARS ST", "stname": "SEARS ST", "objectid": 7182, "Shape__Length": 179.8064145686163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157701914997602, 39.9323159136623 ], [ -75.159165466516797, 39.932683387418798 ], [ -75.159233462123893, 39.932708041851697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23864, "tnode_": 23817, "lpoly_": null, "rpoly_": null, "length": 451.07139891000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 30420, "l_hundred": 800, "r_hundred": 800, "seg_id": 341042, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 7183, "Shape__Length": 179.12067763149338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157779751089194, 39.931953956188899 ], [ -75.159307137295002, 39.932342078198602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23875, "tnode_": 23874, "lpoly_": null, "rpoly_": null, "length": 23.74030603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 914, "l_t_add": 914, "r_f_add": 913, "r_t_add": 913, "st_code": 67780, "l_hundred": 900, "r_hundred": 900, "seg_id": 341043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7184, "Shape__Length": 9.424884708915231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159914992238498, 39.931899324667398 ], [ -75.159998154629307, 39.931911502421698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23874, "tnode_": 23861, "lpoly_": null, "rpoly_": null, "length": 244.82789357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 916, "l_t_add": 996, "r_f_add": 915, "r_t_add": 997, "st_code": 67780, "l_hundred": 900, "r_hundred": 900, "seg_id": 341044, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7185, "Shape__Length": 97.193406045951519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159998154629307, 39.931911502421698 ], [ -75.1608594449458, 39.932021260965897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23874, "tnode_": 23985, "lpoly_": null, "rpoly_": null, "length": 315.06250959, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 64220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341045, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 7186, "Shape__Length": 125.54296530593676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159998154629307, 39.931911502421698 ], [ -75.160187936692296, 39.931059045618703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23891, "tnode_": 23961, "lpoly_": null, "rpoly_": null, "length": 170.06405884, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 27380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 7187, "Shape__Length": 67.765783739648114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158641892833799, 39.931726735588398 ], [ -75.158741999197304, 39.931266293139402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23985, "tnode_": 23970, "lpoly_": null, "rpoly_": null, "length": 279.45885806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 910, "l_t_add": 998, "r_f_add": 911, "r_t_add": 999, "st_code": 83180, "l_hundred": 900, "r_hundred": 900, "seg_id": 341047, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7188, "Shape__Length": 110.94125424718941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160187936692296, 39.931059045618703 ], [ -75.161169678412094, 39.931190525544899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23991, "tnode_": 23985, "lpoly_": null, "rpoly_": null, "length": 165.62139883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 909, "st_code": 83180, "l_hundred": 900, "r_hundred": 900, "seg_id": 341048, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7189, "Shape__Length": 65.748945469232481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159605736619397, 39.9309894834524 ], [ -75.159670768619804, 39.930987386167203 ], [ -75.160187936692296, 39.931059045618703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23860, "tnode_": 23885, "lpoly_": null, "rpoly_": null, "length": 76.53208964, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1416, "st_code": 88000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341049, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7190, "Shape__Length": 30.494489991607967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160994457171896, 39.932032328117998 ], [ -75.1610494540883, 39.931826548287702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23885, "tnode_": 23970, "lpoly_": null, "rpoly_": null, "length": 234.13188202000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1419, "l_t_add": 1429, "r_f_add": 1418, "r_t_add": 1422, "st_code": 88000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341050, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7191, "Shape__Length": 93.297435112591145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1610494540883, 39.931826548287702 ], [ -75.161169678412094, 39.931190525544899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23970, "tnode_": 24014, "lpoly_": null, "rpoly_": null, "length": 135.9087507, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1424, "r_t_add": 1498, "st_code": 88000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341051, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7192, "Shape__Length": 54.154850158391895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161169678412094, 39.931190525544899 ], [ -75.161253763188796, 39.930823097480499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24014, "tnode_": 24062, "lpoly_": null, "rpoly_": null, "length": 160.13859655, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1511, "r_f_add": 1500, "r_t_add": 1512, "st_code": 88000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7193, "Shape__Length": 63.809412845426117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161253763188796, 39.930823097480499 ], [ -75.161351551193505, 39.930389990875497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23861, "tnode_": 23885, "lpoly_": null, "rpoly_": null, "length": 88.71607904, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1405, "r_f_add": 1400, "r_t_add": 1404, "st_code": 63220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341053, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7194, "Shape__Length": 35.304617248393292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1608594449458, 39.932021260965897 ], [ -75.1610494540883, 39.931826548287702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23885, "tnode_": 28438, "lpoly_": null, "rpoly_": null, "length": 448.13781461000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1407, "l_t_add": 1499, "r_f_add": 1406, "r_t_add": 1498, "st_code": 63220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341054, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7195, "Shape__Length": 178.2519276274252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1610494540883, 39.931826548287702 ], [ -75.162155490890797, 39.930938655513302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28438, "tnode_": 24045, "lpoly_": null, "rpoly_": null, "length": 185.1605296, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1512, "st_code": 63220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341055, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7196, "Shape__Length": 73.656753347386626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162155490890797, 39.930938655513302 ], [ -75.162228383937602, 39.930882337055699 ], [ -75.162599550458907, 39.930562640822203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24045, "tnode_": 24061, "lpoly_": null, "rpoly_": null, "length": 74.67879451, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1515, "l_t_add": 1519, "r_f_add": 1514, "r_t_add": 1520, "st_code": 63220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341056, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7197, "Shape__Length": 29.701703799393091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162599550458907, 39.930562640822203 ], [ -75.162787509463001, 39.9304174261421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23675, "tnode_": 23658, "lpoly_": null, "rpoly_": null, "length": 465.73761892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 82740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7198, "Shape__Length": 184.8978600715661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162229277577296, 39.933453635317598 ], [ -75.163865573271195, 39.933672329722597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23688, "tnode_": 23675, "lpoly_": null, "rpoly_": null, "length": 156.83635784000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 82740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341058, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7199, "Shape__Length": 62.263333913174733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161677597652996, 39.933382985232399 ], [ -75.162229277577296, 39.933453635317598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23694, "tnode_": 23688, "lpoly_": null, "rpoly_": null, "length": 126.14746765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1016, "l_t_add": 1026, "r_f_add": 1007, "r_t_add": 1027, "st_code": 82740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7200, "Shape__Length": 50.080198672391205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161234171486896, 39.933324772055698 ], [ -75.161677597652996, 39.933382985232399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23701, "tnode_": 23694, "lpoly_": null, "rpoly_": null, "length": 147.02570903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1005, "st_code": 82740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341060, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7201, "Shape__Length": 58.367386300650658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160715790380706, 39.933264415241801 ], [ -75.161234171486896, 39.933324772055698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23630, "tnode_": 23675, "lpoly_": null, "rpoly_": null, "length": 133.51625374, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1237, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 88020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7202, "Shape__Length": 53.204187797168821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162150852005496, 39.933815147712799 ], [ -75.162229277577296, 39.933453635317598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23675, "tnode_": 23739, "lpoly_": null, "rpoly_": null, "length": 159.1963389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7203, "Shape__Length": 63.423352609875657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162229277577296, 39.933453635317598 ], [ -75.162303310321803, 39.933093092371898 ], [ -75.162360267535007, 39.933035990726303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23785, "tnode_": 23739, "lpoly_": null, "rpoly_": null, "length": 205.74893411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 67780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7204, "Shape__Length": 81.831980733416188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161842784083007, 39.932640997042903 ], [ -75.162324064141401, 39.932979684694502 ], [ -75.162360267535007, 39.933035990726303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23828, "tnode_": 23785, "lpoly_": null, "rpoly_": null, "length": 153.92796452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1012, "l_t_add": 1026, "r_f_add": 1013, "r_t_add": 1027, "st_code": 67780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7205, "Shape__Length": 61.216592526520905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161445252686704, 39.932349634164297 ], [ -75.161842784083007, 39.932640997042903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23860, "tnode_": 23828, "lpoly_": null, "rpoly_": null, "length": 174.02993062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1010, "r_f_add": 1001, "r_t_add": 1011, "st_code": 67780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7206, "Shape__Length": 69.206539362598662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160994457171896, 39.932032328117998 ], [ -75.161016706992399, 39.932034152217298 ], [ -75.161085835484698, 39.932119675947398 ], [ -75.161445252686704, 39.932349634164297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23701, "tnode_": 23860, "lpoly_": null, "rpoly_": null, "length": 455.57971835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341067, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7207, "Shape__Length": 181.53730744220417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160715790380706, 39.933264415241801 ], [ -75.160994457171896, 39.932032328117998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23992, "tnode_": 23838, "lpoly_": null, "rpoly_": null, "length": 580.45800852999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 36680, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341068, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7208, "Shape__Length": 230.9913995941389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162921764188397, 39.931035940634899 ], [ -75.164062801402096, 39.932235699044199 ], [ -75.164165173021502, 39.932307286551698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23932, "tnode_": 23924, "lpoly_": null, "rpoly_": null, "length": 173.91995331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 28480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341069, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7209, "Shape__Length": 69.046457169619799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167444663023005, 39.931629918905003 ], [ -75.168053221487995, 39.9317218489143 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23937, "tnode_": 23932, "lpoly_": null, "rpoly_": null, "length": 92.6782604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1324, "l_t_add": 1330, "r_f_add": 1325, "r_t_add": 1331, "st_code": 28480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341070, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7210, "Shape__Length": 36.793252806454809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167120255337394, 39.931581404922198 ], [ -75.167444663023005, 39.931629918905003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23943, "tnode_": 23937, "lpoly_": null, "rpoly_": null, "length": 161.62990315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1308, "l_t_add": 1322, "r_f_add": 1309, "r_t_add": 1323, "st_code": 28480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341071, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7211, "Shape__Length": 64.163983719735626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166551041663496, 39.931511853595701 ], [ -75.167120255337394, 39.931581404922198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23951, "tnode_": 23943, "lpoly_": null, "rpoly_": null, "length": 165.1651606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1306, "r_f_add": 1301, "r_t_add": 1307, "st_code": 28480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341072, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7212, "Shape__Length": 65.568192826612318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165970352278705, 39.931436208563298 ], [ -75.166551041663496, 39.931511853595701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23960, "tnode_": 23951, "lpoly_": null, "rpoly_": null, "length": 186.93288499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 28480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341073, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7213, "Shape__Length": 74.209590083244464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653131460575, 39.931350532254697 ], [ -75.165970352278705, 39.931436208563298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23978, "tnode_": 23974, "lpoly_": null, "rpoly_": null, "length": 54.06271992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1136, "l_t_add": 1198, "r_f_add": 1143, "r_t_add": 1199, "st_code": 28480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341074, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7214, "Shape__Length": 21.461207263618395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164218725328197, 39.931216760033699 ], [ -75.164409756585698, 39.931236679159603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23984, "tnode_": 23978, "lpoly_": null, "rpoly_": null, "length": 193.32065372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1118, "l_t_add": 1134, "r_f_add": 1135, "r_t_add": 1141, "st_code": 28480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341075, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7215, "Shape__Length": 76.746865416228758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163541026891593, 39.931122365306898 ], [ -75.164093395787702, 39.931190247207397 ], [ -75.164218725328197, 39.931216760033699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23992, "tnode_": 23984, "lpoly_": null, "rpoly_": null, "length": 176.70143426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1133, "st_code": 28480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341076, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7216, "Shape__Length": 70.149211108839438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162921764188397, 39.931035940634899 ], [ -75.1634215667234, 39.931096325599398 ], [ -75.163541026891593, 39.931122365306898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28438, "tnode_": 23992, "lpoly_": null, "rpoly_": null, "length": 217.80149907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 28480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341077, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7217, "Shape__Length": 86.462980442743373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162155490890797, 39.930938655513302 ], [ -75.162259350540197, 39.930951076148602 ], [ -75.162921764188397, 39.931035940634899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24014, "tnode_": 28438, "lpoly_": null, "rpoly_": null, "length": 256.38242723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1019, "st_code": 28480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341078, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7218, "Shape__Length": 101.77894449142264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161253763188796, 39.930823097480499 ], [ -75.162044818800794, 39.930921740845903 ], [ -75.162155490890797, 39.930938655513302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24031, "tnode_": 24014, "lpoly_": null, "rpoly_": null, "length": 447.58776080999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 28480, "l_hundred": 900, "r_hundred": 900, "seg_id": 341079, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7219, "Shape__Length": 177.68648475495351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1596830962838, 39.930605110366898 ], [ -75.161253763188796, 39.930823097480499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23984, "tnode_": 23890, "lpoly_": null, "rpoly_": null, "length": 333.5918758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 83180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341080, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7220, "Shape__Length": 132.74788261416961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163541026891593, 39.931122365306898 ], [ -75.163621974466594, 39.931174528074699 ], [ -75.163646801656796, 39.931213771362501 ], [ -75.164181448746106, 39.931771851336102 ], [ -75.164259937319301, 39.931848227964302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23603, "tnode_": 23658, "lpoly_": null, "rpoly_": null, "length": 132.07440652, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 88040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341081, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7221, "Shape__Length": 52.628202420397436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163777669973598, 39.934028519647498 ], [ -75.163865573271195, 39.933672329722597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23658, "tnode_": 23818, "lpoly_": null, "rpoly_": null, "length": 450.67632337000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7222, "Shape__Length": 179.58556602140771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163865573271195, 39.933672329722597 ], [ -75.164134165031797, 39.9324525674024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23818, "tnode_": 23838, "lpoly_": null, "rpoly_": null, "length": 53.63282998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1409, "r_f_add": 1400, "r_t_add": 1404, "st_code": 88040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7223, "Shape__Length": 21.371543392140723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164134165031797, 39.9324525674024 ], [ -75.164165173021502, 39.932307286551698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23838, "tnode_": 23873, "lpoly_": null, "rpoly_": null, "length": 106.29906887000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1411, "l_t_add": 1415, "r_f_add": 1406, "r_t_add": 1410, "st_code": 88040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341084, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7224, "Shape__Length": 42.357521756837009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164165173021502, 39.932307286551698 ], [ -75.164228459934293, 39.932019578176899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23873, "tnode_": 23890, "lpoly_": null, "rpoly_": null, "length": 63.04088687, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1417, "l_t_add": 1423, "r_f_add": 1412, "r_t_add": 1416, "st_code": 88040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7225, "Shape__Length": 25.120951850452947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164228459934293, 39.932019578176899 ], [ -75.164259937319301, 39.931848227964302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23890, "tnode_": 23926, "lpoly_": null, "rpoly_": null, "length": 82.10618789, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1425, "l_t_add": 1431, "r_f_add": 1418, "r_t_add": 1424, "st_code": 88040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7226, "Shape__Length": 32.715821387382327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164259937319301, 39.931848227964302 ], [ -75.164316622203003, 39.931627100893998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23926, "tnode_": 23974, "lpoly_": null, "rpoly_": null, "length": 144.60198402, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1433, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 88040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341087, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7227, "Shape__Length": 57.618582580517106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164316622203003, 39.931627100893998 ], [ -75.164409756585698, 39.931236679159603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23974, "tnode_": 24026, "lpoly_": null, "rpoly_": null, "length": 167.98691331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1523, "r_f_add": 1500, "r_t_add": 1516, "st_code": 88040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341088, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7228, "Shape__Length": 66.938240847083875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164409756585698, 39.931236679159603 ], [ -75.164504293003205, 39.930781313067698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24026, "tnode_": 24118, "lpoly_": null, "rpoly_": null, "length": 286.08236648999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1525, "l_t_add": 1599, "r_f_add": 1518, "r_t_add": 1598, "st_code": 88040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7229, "Shape__Length": 113.99351683845084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164504293003205, 39.930781313067698 ], [ -75.164676042131902, 39.930007191549002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23688, "tnode_": 23785, "lpoly_": null, "rpoly_": null, "length": 274.23375946, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 81460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 7230, "Shape__Length": 109.27636837962342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161677597652996, 39.933382985232399 ], [ -75.161842784083007, 39.932640997042903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23694, "tnode_": 23828, "lpoly_": null, "rpoly_": null, "length": 360.12341627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 11840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 7231, "Shape__Length": 143.50207586609227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161234171486896, 39.933324772055698 ], [ -75.161445252686704, 39.932349634164297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23618, "tnode_": 23615, "lpoly_": null, "rpoly_": null, "length": 67.85734872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1322, "l_t_add": 1324, "r_f_add": 1319, "r_t_add": 1323, "st_code": 82740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341092, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7232, "Shape__Length": 26.939035240703248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166378202201102, 39.9339986375658 ], [ -75.166617199681497, 39.9340277650765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23625, "tnode_": 23618, "lpoly_": null, "rpoly_": null, "length": 112.52784574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1310, "l_t_add": 1320, "r_f_add": 1313, "r_t_add": 1317, "st_code": 82740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7233, "Shape__Length": 44.674295065128568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165983386573402, 39.933943476114202 ], [ -75.166378202201102, 39.9339986375658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23636, "tnode_": 27205, "lpoly_": null, "rpoly_": null, "length": 140.70123851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1306, "r_f_add": 1301, "r_t_add": 1301, "st_code": 82740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 7234, "Shape__Length": 55.857044865929296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165434133632701, 39.933880435958102 ], [ -75.165930345946407, 39.933937554276497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23630, "tnode_": 23603, "lpoly_": null, "rpoly_": null, "length": 462.78717455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 77460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 7235, "Shape__Length": 183.72673686363515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162150852005496, 39.933815147712799 ], [ -75.163777669973598, 39.934028519647498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23776, "tnode_": 23770, "lpoly_": null, "rpoly_": null, "length": 94.2646176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1326, "l_t_add": 1332, "r_f_add": 1331, "r_t_add": 1337, "st_code": 67780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341096, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7236, "Shape__Length": 37.422356940668664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166845650480397, 39.932804634379998 ], [ -75.167177170240905, 39.9328473651858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23787, "tnode_": 23776, "lpoly_": null, "rpoly_": null, "length": 162.79048215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1310, "l_t_add": 1324, "r_f_add": 1315, "r_t_add": 1329, "st_code": 67780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7237, "Shape__Length": 64.62631611661628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166272847608198, 39.932732161051 ], [ -75.166845650480397, 39.932804634379998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23797, "tnode_": 23787, "lpoly_": null, "rpoly_": null, "length": 161.43354193000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1308, "r_f_add": 1301, "r_t_add": 1313, "st_code": 67780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341098, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7238, "Shape__Length": 64.088100725353641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165705447096698, 39.932657413474899 ], [ -75.166272847608198, 39.932732161051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23818, "tnode_": 23797, "lpoly_": null, "rpoly_": null, "length": 446.92164068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 67780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341099, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 7239, "Shape__Length": 177.42431286478146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164134165031797, 39.9324525674024 ], [ -75.165705447096698, 39.932657413474899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23873, "tnode_": 23854, "lpoly_": null, "rpoly_": null, "length": 447.62249834000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 36680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7240, "Shape__Length": 177.70144343938779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164228459934293, 39.932019578176899 ], [ -75.165802165537002, 39.932224884148397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23926, "tnode_": 23902, "lpoly_": null, "rpoly_": null, "length": 446.67415405000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 83180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341101, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7241, "Shape__Length": 177.32476129448645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164316622203003, 39.931627100893998 ], [ -75.165886044515503, 39.931836198125801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23636, "tnode_": 23797, "lpoly_": null, "rpoly_": null, "length": 451.97510583999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 88060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341102, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7242, "Shape__Length": 180.10336029527022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165434133632701, 39.933880435958102 ], [ -75.165705447096698, 39.932657413474899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23797, "tnode_": 23854, "lpoly_": null, "rpoly_": null, "length": 159.88013371, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1415, "r_f_add": 1400, "r_t_add": 1414, "st_code": 88060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341103, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7243, "Shape__Length": 63.708268090469488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165705447096698, 39.932657413474899 ], [ -75.165802165537002, 39.932224884148397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23854, "tnode_": 23902, "lpoly_": null, "rpoly_": null, "length": 143.53194681, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1417, "l_t_add": 1435, "r_f_add": 1416, "r_t_add": 1432, "st_code": 88060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341104, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7244, "Shape__Length": 57.194011382935521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165802165537002, 39.932224884148397 ], [ -75.165886044515503, 39.931836198125801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23902, "tnode_": 23951, "lpoly_": null, "rpoly_": null, "length": 147.61472244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1437, "l_t_add": 1499, "r_f_add": 1434, "r_t_add": 1498, "st_code": 88060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341105, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7245, "Shape__Length": 58.820839406122346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165886044515503, 39.931836198125801 ], [ -75.165970352278705, 39.931436208563298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23951, "tnode_": 24102, "lpoly_": null, "rpoly_": null, "length": 451.01221521000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341106, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7246, "Shape__Length": 179.71206419155592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165970352278705, 39.931436208563298 ], [ -75.166249026452107, 39.930216852390501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23625, "tnode_": 23787, "lpoly_": null, "rpoly_": null, "length": 449.2157471, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 23440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 7247, "Shape__Length": 178.99935626044712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165983386573402, 39.933943476114202 ], [ -75.166245366807104, 39.932779723752397 ], [ -75.166272847608198, 39.932732161051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23787, "tnode_": 23943, "lpoly_": null, "rpoly_": null, "length": 451.67525279, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 23440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341108, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 7248, "Shape__Length": 179.97879210165732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166272847608198, 39.932732161051 ], [ -75.166297181105705, 39.932682137041503 ], [ -75.166551041663496, 39.931511853595701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23770, "tnode_": 23932, "lpoly_": null, "rpoly_": null, "length": 449.79316518999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 81840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7249, "Shape__Length": 179.23157345483438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167177170240905, 39.9328473651858 ], [ -75.167444663023005, 39.931629918905003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23615, "tnode_": 23776, "lpoly_": null, "rpoly_": null, "length": 452.46771686, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 46460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341110, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7250, "Shape__Length": 180.29869333418188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166617199681497, 39.9340277650765 ], [ -75.166592820029607, 39.933964790806002 ], [ -75.166845650480397, 39.932804634379998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23776, "tnode_": 23937, "lpoly_": null, "rpoly_": null, "length": 452.20589929, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 46460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7251, "Shape__Length": 180.19202634963736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166845650480397, 39.932804634379998 ], [ -75.167120255337394, 39.931581404922198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24085, "tnode_": 24076, "lpoly_": null, "rpoly_": null, "length": 174.78514597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 76720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341112, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7252, "Shape__Length": 69.387258443205724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167708338412893, 39.930404048233903 ], [ -75.168321556625997, 39.930489736135399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24091, "tnode_": 24085, "lpoly_": null, "rpoly_": null, "length": 92.91049488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1324, "l_t_add": 1330, "r_f_add": 1325, "r_t_add": 1331, "st_code": 76720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341113, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7253, "Shape__Length": 36.88233409384285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167380307404798, 39.930368340497402 ], [ -75.167708338412893, 39.930404048233903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24095, "tnode_": 24091, "lpoly_": null, "rpoly_": null, "length": 160.54433355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1308, "l_t_add": 1322, "r_f_add": 1309, "r_t_add": 1323, "st_code": 76720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341114, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7254, "Shape__Length": 63.732684117368564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166815831928005, 39.9302950009752 ], [ -75.167380307404798, 39.930368340497402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24102, "tnode_": 24095, "lpoly_": null, "rpoly_": null, "length": 161.48847882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1306, "r_f_add": 1301, "r_t_add": 1307, "st_code": 76720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341115, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7255, "Shape__Length": 64.108279576638708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166249026452107, 39.930216852390501 ], [ -75.166815831928005, 39.9302950009752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24109, "tnode_": 24102, "lpoly_": null, "rpoly_": null, "length": 188.50517492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 76720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341116, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7256, "Shape__Length": 74.832582415022713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165586487025195, 39.930129629117097 ], [ -75.166249026452107, 39.930216852390501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24112, "tnode_": 24109, "lpoly_": null, "rpoly_": null, "length": 118.72690881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1214, "l_t_add": 1224, "r_f_add": 1215, "r_t_add": 1225, "st_code": 76720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341117, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7257, "Shape__Length": 47.13150872555233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165168596801095, 39.930077470893799 ], [ -75.165586487025195, 39.930129629117097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24118, "tnode_": 24112, "lpoly_": null, "rpoly_": null, "length": 140.48875913999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 76720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341118, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7258, "Shape__Length": 55.77203181946922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164676042131902, 39.930007191549002 ], [ -75.165168596801095, 39.930077470893799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24132, "tnode_": 24118, "lpoly_": null, "rpoly_": null, "length": 334.03370135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 76720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341119, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7259, "Shape__Length": 132.60784659734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163506663098303, 39.9298392233176 ], [ -75.163744666057596, 39.9298924468537 ], [ -75.164676042131902, 39.930007191549002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24136, "tnode_": 24132, "lpoly_": null, "rpoly_": null, "length": 117.62899879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1119, "st_code": 76720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341120, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7260, "Shape__Length": 46.695727935635958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163092941952598, 39.929801867800002 ], [ -75.163364380423204, 39.929844353004803 ], [ -75.163506663098303, 39.9298392233176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24153, "tnode_": 24136, "lpoly_": null, "rpoly_": null, "length": 443.87569893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 76720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341121, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7261, "Shape__Length": 176.20752460060851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161532230874002, 39.929599344771603 ], [ -75.163092941952598, 39.929801867800002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24061, "tnode_": 24088, "lpoly_": null, "rpoly_": null, "length": 89.58230723, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1521, "l_t_add": 1527, "r_f_add": 1522, "r_t_add": 1528, "st_code": 63220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341122, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7262, "Shape__Length": 35.633730857881467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162787509463001, 39.9304174261421 ], [ -75.163005472942103, 39.930237658275097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24088, "tnode_": 24105, "lpoly_": null, "rpoly_": null, "length": 77.26353445, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1529, "l_t_add": 1535, "r_f_add": 1530, "r_t_add": 1536, "st_code": 63220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341123, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7263, "Shape__Length": 30.731938405197145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163005472942103, 39.930237658275097 ], [ -75.163196102367706, 39.9300845328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24105, "tnode_": 24132, "lpoly_": null, "rpoly_": null, "length": 125.25797322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1537, "l_t_add": 1599, "r_f_add": 1538, "r_t_add": 1598, "st_code": 63220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341124, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7264, "Shape__Length": 49.820170197744552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163196102367706, 39.9300845328099 ], [ -75.163402098786307, 39.9299022840964 ], [ -75.163506663098303, 39.9298392233176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24061, "tnode_": 23984, "lpoly_": null, "rpoly_": null, "length": 334.65064583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 38660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7265, "Shape__Length": 133.14847400374052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162787509463001, 39.9304174261421 ], [ -75.163060271915, 39.930601104228899 ], [ -75.163467945474594, 39.931028838511402 ], [ -75.163541026891593, 39.931122365306898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24105, "tnode_": 23978, "lpoly_": null, "rpoly_": null, "length": 505.0748021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 26140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341126, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7266, "Shape__Length": 201.01449585347791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163196102367706, 39.9300845328099 ], [ -75.164187955231398, 39.931118159946998 ], [ -75.164218725328197, 39.931216760033699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24132, "tnode_": 24026, "lpoly_": null, "rpoly_": null, "length": 448.39543685000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 51020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341127, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINN ST", "stname": "LINN ST", "objectid": 7267, "Shape__Length": 178.40582609161046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163506663098303, 39.9298392233176 ], [ -75.163664305437507, 39.929906002232002 ], [ -75.163687943715203, 39.929959224114199 ], [ -75.164403790491406, 39.930706422484398 ], [ -75.164504293003205, 39.930781313067698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24003, "tnode_": 24112, "lpoly_": null, "rpoly_": null, "length": 350.23314460999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 21000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 7268, "Shape__Length": 139.55527630929939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164956092255593, 39.931024884076002 ], [ -75.165168596801095, 39.930077470893799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23960, "tnode_": 24109, "lpoly_": null, "rpoly_": null, "length": 451.31079503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 45100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 7269, "Shape__Length": 179.83164416865935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653131460575, 39.931350532254697 ], [ -75.165586487025195, 39.930129629117097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24109, "tnode_": 24243, "lpoly_": null, "rpoly_": null, "length": 451.84369446, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 45100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341130, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 7270, "Shape__Length": 180.04132591177697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165586487025195, 39.930129629117097 ], [ -75.165856437884699, 39.928906795741398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23943, "tnode_": 24095, "lpoly_": null, "rpoly_": null, "length": 449.45432863999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 23440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341131, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 7271, "Shape__Length": 179.09342973413621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166551041663496, 39.931511853595701 ], [ -75.166815831928005, 39.9302950009752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24095, "tnode_": 24230, "lpoly_": null, "rpoly_": null, "length": 450.81891716000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 23440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341132, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 7272, "Shape__Length": 179.63400836485775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166815831928005, 39.9302950009752 ], [ -75.167081225688904, 39.929074428617902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23937, "tnode_": 24091, "lpoly_": null, "rpoly_": null, "length": 447.87507345, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 46460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7273, "Shape__Length": 178.46488235049898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167120255337394, 39.931581404922198 ], [ -75.167380307404798, 39.930368340497402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24091, "tnode_": 24225, "lpoly_": null, "rpoly_": null, "length": 449.72568342, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 46460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341134, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7274, "Shape__Length": 179.19848707128222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167380307404798, 39.930368340497402 ], [ -75.167645782411597, 39.929150821528097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23932, "tnode_": 24085, "lpoly_": null, "rpoly_": null, "length": 452.64341480999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 81840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341135, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7275, "Shape__Length": 180.36491254108614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167444663023005, 39.931629918905003 ], [ -75.167708338412893, 39.930404048233903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24118, "tnode_": 24257, "lpoly_": null, "rpoly_": null, "length": 480.34451157999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7276, "Shape__Length": 191.39943168322364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164676042131902, 39.930007191549002 ], [ -75.164931242080996, 39.928834691592499 ], [ -75.1649179526475, 39.928705335811301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24112, "tnode_": 24249, "lpoly_": null, "rpoly_": null, "length": 450.30859992999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 21000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 7277, "Shape__Length": 179.42920096837463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165168596801095, 39.930077470893799 ], [ -75.165439799954598, 39.928859077035398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24102, "tnode_": 24240, "lpoly_": null, "rpoly_": null, "length": 452.32034065, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 88060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341138, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7278, "Shape__Length": 180.23173697642133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166249026452107, 39.930216852390501 ], [ -75.166510679397106, 39.929046402360797 ], [ -75.166515361306296, 39.928992503638703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24085, "tnode_": 24220, "lpoly_": null, "rpoly_": null, "length": 448.32194387000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 81840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341139, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7279, "Shape__Length": 178.63869525862319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167708338412893, 39.930404048233903 ], [ -75.167976757728795, 39.929190820692199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24220, "tnode_": 24286, "lpoly_": null, "rpoly_": null, "length": 227.33916139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 81840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341140, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7280, "Shape__Length": 90.584263860402899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167976757728795, 39.929190820692199 ], [ -75.168114607832095, 39.928575835844697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24220, "tnode_": 24214, "lpoly_": null, "rpoly_": null, "length": 168.37804389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 57100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341141, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7281, "Shape__Length": 66.840300235680729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167976757728795, 39.929190820692199 ], [ -75.168570043198599, 39.929261671287101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24225, "tnode_": 24220, "lpoly_": null, "rpoly_": null, "length": 93.95950699000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1328, "l_t_add": 1334, "r_f_add": 1325, "r_t_add": 1331, "st_code": 57100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341142, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7282, "Shape__Length": 37.298748597815162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167645782411597, 39.929150821528097 ], [ -75.167976757728795, 39.929190820692199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24230, "tnode_": 24225, "lpoly_": null, "rpoly_": null, "length": 160.75840999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1312, "l_t_add": 1326, "r_f_add": 1309, "r_t_add": 1323, "st_code": 57100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341143, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7283, "Shape__Length": 63.81710001684182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167081225688904, 39.929074428617902 ], [ -75.167645782411597, 39.929150821528097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24240, "tnode_": 24230, "lpoly_": null, "rpoly_": null, "length": 161.48007477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1307, "st_code": 57100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341144, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7284, "Shape__Length": 64.104574685873587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166515361306296, 39.928992503638703 ], [ -75.167081225688904, 39.929074428617902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24243, "tnode_": 24240, "lpoly_": null, "rpoly_": null, "length": 187.41618571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 57100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341145, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7285, "Shape__Length": 74.398743344509782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165856437884699, 39.928906795741398 ], [ -75.166515361306296, 39.928992503638703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24249, "tnode_": 24243, "lpoly_": null, "rpoly_": null, "length": 118.13353494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1210, "l_t_add": 1220, "r_f_add": 1219, "r_t_add": 1221, "st_code": 57100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341146, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7286, "Shape__Length": 46.894375934340886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165439799954598, 39.928859077035398 ], [ -75.165856437884699, 39.928906795741398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24108, "tnode_": 24088, "lpoly_": null, "rpoly_": null, "length": 448.09788172000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 26140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341147, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7287, "Shape__Length": 177.88612185632505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161431476818194, 39.930026160303299 ], [ -75.163005472942103, 39.930237658275097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28446, "tnode_": 23983, "lpoly_": null, "rpoly_": null, "length": 445.50912182999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 36680, "l_hundred": 600, "r_hundred": 600, "seg_id": 341148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7288, "Shape__Length": 176.85908713894557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154828426575605, 39.930791468711 ], [ -75.156394870555005, 39.930994909824399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24025, "tnode_": 28446, "lpoly_": null, "rpoly_": null, "length": 446.12793426000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 36680, "l_hundred": 500, "r_hundred": 500, "seg_id": 341149, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7289, "Shape__Length": 177.10608327248974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153261971692999, 39.930578121557701 ], [ -75.154828426575605, 39.930791468711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24047, "tnode_": 24022, "lpoly_": null, "rpoly_": null, "length": 444.01055634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83180, "l_hundred": 600, "r_hundred": 600, "seg_id": 341150, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7290, "Shape__Length": 176.2617189135417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154910998434403, 39.930441197239603 ], [ -75.156473936981001, 39.930635695702399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24070, "tnode_": 24047, "lpoly_": null, "rpoly_": null, "length": 444.58491737000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 83180, "l_hundred": 500, "r_hundred": 500, "seg_id": 341151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 7291, "Shape__Length": 176.49032166513629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153347312675294, 39.930240491976598 ], [ -75.154910998434403, 39.930441197239603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24051, "tnode_": 24031, "lpoly_": null, "rpoly_": null, "length": 443.29350681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 28480, "l_hundred": 800, "r_hundred": 800, "seg_id": 341152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7292, "Shape__Length": 175.97834849453932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158124252810694, 39.930403589782898 ], [ -75.1596830962838, 39.930605110366898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24078, "tnode_": 24069, "lpoly_": null, "rpoly_": null, "length": 162.29741574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 711, "st_code": 28480, "l_hundred": 700, "r_hundred": 700, "seg_id": 341153, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7293, "Shape__Length": 64.428985571868793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156571902830294, 39.9302015143871 ], [ -75.1571420223449, 39.930277984836302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24094, "tnode_": 24078, "lpoly_": null, "rpoly_": null, "length": 296.7979163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 626, "l_t_add": 698, "r_f_add": 615, "r_t_add": 699, "st_code": 28480, "l_hundred": 600, "r_hundred": 600, "seg_id": 341154, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7294, "Shape__Length": 117.82302204147582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155529408317307, 39.93006123987 ], [ -75.156571902830294, 39.9302015143871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24101, "tnode_": 24094, "lpoly_": null, "rpoly_": null, "length": 150.5912651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 613, "st_code": 28480, "l_hundred": 600, "r_hundred": 600, "seg_id": 341155, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7295, "Shape__Length": 59.781040695677326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154999678434805, 39.929993606074298 ], [ -75.155529408317307, 39.93006123987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24117, "tnode_": 24101, "lpoly_": null, "rpoly_": null, "length": 440.87528245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 28480, "l_hundred": 500, "r_hundred": 500, "seg_id": 341156, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7296, "Shape__Length": 175.01810395706966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153450869530303, 39.929786350342901 ], [ -75.154999678434805, 39.929993606074298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28446, "tnode_": 24047, "lpoly_": null, "rpoly_": null, "length": 129.68182773000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1415, "l_t_add": 1425, "r_f_add": 1414, "r_t_add": 1424, "st_code": 87920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341157, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7297, "Shape__Length": 51.67298338222961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154828426575605, 39.930791468711 ], [ -75.154910998434403, 39.930441197239603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24047, "tnode_": 24101, "lpoly_": null, "rpoly_": null, "length": 164.93516104, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1427, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 87920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341158, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7298, "Shape__Length": 65.722003057378515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154910998434403, 39.930441197239603 ], [ -75.154999678434805, 39.929993606074298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24101, "tnode_": 24143, "lpoly_": null, "rpoly_": null, "length": 160.01691685999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1512, "st_code": 87920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341159, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7299, "Shape__Length": 63.760554663561607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154999678434805, 39.929993606074298 ], [ -75.155094710266894, 39.929560474892398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24143, "tnode_": 24184, "lpoly_": null, "rpoly_": null, "length": 132.2439764, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1515, "l_t_add": 1525, "r_f_add": 1514, "r_t_add": 1528, "st_code": 87920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341160, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7300, "Shape__Length": 52.693401931637162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155094710266894, 39.929560474892398 ], [ -75.155175966041199, 39.929202878854198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24011, "tnode_": 24051, "lpoly_": null, "rpoly_": null, "length": 151.25056041, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1435, "l_t_add": 1499, "r_f_add": 1434, "r_t_add": 1498, "st_code": 87960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7301, "Shape__Length": 60.268644730422551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158037285777397, 39.9308133581211 ], [ -75.158124252810694, 39.930403589782898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24051, "tnode_": 24107, "lpoly_": null, "rpoly_": null, "length": 155.10478081, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1512, "st_code": 87960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7302, "Shape__Length": 61.802984083542441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158124252810694, 39.930403589782898 ], [ -75.158220700056702, 39.929984331690399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24107, "tnode_": 24144, "lpoly_": null, "rpoly_": null, "length": 137.58575935, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1517, "l_t_add": 1527, "r_f_add": 1514, "r_t_add": 1524, "st_code": 87960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341163, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7303, "Shape__Length": 54.823118063533933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158220700056702, 39.929984331690399 ], [ -75.158298957902502, 39.929611477578099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24144, "tnode_": 24193, "lpoly_": null, "rpoly_": null, "length": 157.05458865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 87960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7304, "Shape__Length": 62.579158617341456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158298957902502, 39.929611477578099 ], [ -75.158396740822596, 39.929186965996301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24069, "tnode_": 24213, "lpoly_": null, "rpoly_": null, "length": 453.68138276000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 17420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 7305, "Shape__Length": 180.77322654721451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1571420223449, 39.930277984836302 ], [ -75.157411378733897, 39.929105681785799 ], [ -75.157408054602698, 39.929050830998897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23983, "tnode_": 24022, "lpoly_": null, "rpoly_": null, "length": 132.72059653999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1423, "l_t_add": 1433, "r_f_add": 1418, "r_t_add": 1434, "st_code": 87940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341166, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7306, "Shape__Length": 52.884791935218132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156394870555005, 39.930994909824399 ], [ -75.156473936981001, 39.930635695702399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24022, "tnode_": 24078, "lpoly_": null, "rpoly_": null, "length": 160.53286539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1435, "l_t_add": 1499, "r_f_add": 1436, "r_t_add": 1498, "st_code": 87940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7307, "Shape__Length": 63.966348622060629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156473936981001, 39.930635695702399 ], [ -75.156571902830294, 39.9302015143871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24078, "tnode_": 24124, "lpoly_": null, "rpoly_": null, "length": 148.02888352, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1517, "r_f_add": 1500, "r_t_add": 1512, "st_code": 87940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341168, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7308, "Shape__Length": 58.984157925467187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156571902830294, 39.9302015143871 ], [ -75.156658592305305, 39.929800674300402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24124, "tnode_": 24156, "lpoly_": null, "rpoly_": null, "length": 122.96625949, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1519, "l_t_add": 1529, "r_f_add": 1514, "r_t_add": 1530, "st_code": 87940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7309, "Shape__Length": 48.995336074581232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156658592305305, 39.929800674300402 ], [ -75.156743372299502, 39.9294694866079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24060, "tnode_": 24205, "lpoly_": null, "rpoly_": null, "length": 453.27277298000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 35000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341170, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 7310, "Shape__Length": 180.60882690675243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157565983587801, 39.930335740996 ], [ -75.157587929828296, 39.930280088334797 ], [ -75.157850100666394, 39.929111256696402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24093, "tnode_": 24128, "lpoly_": null, "rpoly_": null, "length": 134.20011137999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1515, "l_t_add": 1525, "r_f_add": 1514, "r_t_add": 1524, "st_code": 87980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7311, "Shape__Length": 53.472546463692375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159781426000393, 39.9301789279247 ], [ -75.159868811392101, 39.929816726399999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24128, "tnode_": 24171, "lpoly_": null, "rpoly_": null, "length": 157.58369890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 87980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341172, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7312, "Shape__Length": 62.791493746762875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159868811392101, 39.929816726399999 ], [ -75.159957915693397, 39.929389612866203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24171, "tnode_": 24226, "lpoly_": null, "rpoly_": null, "length": 156.76342698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1611, "r_f_add": 1600, "r_t_add": 1612, "st_code": 87980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7313, "Shape__Length": 62.461735033780187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957915693397, 39.929389612866203 ], [ -75.160063075549004, 39.928966961533199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24226, "tnode_": 24264, "lpoly_": null, "rpoly_": null, "length": 136.12842894, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1613, "l_t_add": 1623, "r_f_add": 1614, "r_t_add": 1624, "st_code": 87980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7314, "Shape__Length": 54.24222251607965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160063075549004, 39.928966961533199 ], [ -75.160136078780496, 39.928597522433698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24184, "tnode_": 24236, "lpoly_": null, "rpoly_": null, "length": 159.3756157, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 87920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341175, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7315, "Shape__Length": 63.503322825830082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155175966041199, 39.929202878854198 ], [ -75.155276989395702, 39.928772341121601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24193, "tnode_": 24245, "lpoly_": null, "rpoly_": null, "length": 158.13873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1615, "r_f_add": 1600, "r_t_add": 1612, "st_code": 87960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341176, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7316, "Shape__Length": 63.011376048721189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158396740822596, 39.929186965996301 ], [ -75.158491025121407, 39.928758966738798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24236, "tnode_": 24281, "lpoly_": null, "rpoly_": null, "length": 157.41128436, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1611, "r_f_add": 1600, "r_t_add": 1612, "st_code": 87920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341177, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7317, "Shape__Length": 62.721151444611863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155276989395702, 39.928772341121601 ], [ -75.155370775634793, 39.928346302353802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24156, "tnode_": 24218, "lpoly_": null, "rpoly_": null, "length": 180.88190404, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1532, "r_t_add": 1598, "st_code": 87940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341178, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7318, "Shape__Length": 72.075404426078293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156743372299502, 39.9294694866079 ], [ -75.156839718886005, 39.928978514232199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24218, "tnode_": 24260, "lpoly_": null, "rpoly_": null, "length": 156.74427912000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1623, "r_f_add": 1600, "r_t_add": 1614, "st_code": 87940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7319, "Shape__Length": 62.454366957112128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156839718886005, 39.928978514232199 ], [ -75.156940952142904, 39.9285553485579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24171, "tnode_": 24153, "lpoly_": null, "rpoly_": null, "length": 448.07996175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 76720, "l_hundred": 900, "r_hundred": 900, "seg_id": 341180, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7320, "Shape__Length": 177.87699510017936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957915693397, 39.929389612866203 ], [ -75.161532230874002, 39.929599344771603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24193, "tnode_": 24171, "lpoly_": null, "rpoly_": null, "length": 444.01407732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 76720, "l_hundred": 800, "r_hundred": 800, "seg_id": 341181, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7321, "Shape__Length": 176.26140023092751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158396740822596, 39.929186965996301 ], [ -75.159957915693397, 39.929389612866203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24205, "tnode_": 24193, "lpoly_": null, "rpoly_": null, "length": 155.76758372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 726, "l_t_add": 798, "r_f_add": 725, "r_t_add": 799, "st_code": 76720, "l_hundred": 700, "r_hundred": 700, "seg_id": 341182, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7322, "Shape__Length": 61.8362383343784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157850100666394, 39.929111256696402 ], [ -75.158396740822596, 39.929186965996301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24213, "tnode_": 24205, "lpoly_": null, "rpoly_": null, "length": 125.91204079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 720, "l_t_add": 724, "r_f_add": 713, "r_t_add": 723, "st_code": 76720, "l_hundred": 700, "r_hundred": 700, "seg_id": 341183, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7323, "Shape__Length": 49.984051078999428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157408054602698, 39.929050830998897 ], [ -75.157850100666394, 39.929111256696402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24218, "tnode_": 24213, "lpoly_": null, "rpoly_": null, "length": 161.55380768000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 711, "st_code": 76720, "l_hundred": 700, "r_hundred": 700, "seg_id": 341184, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7324, "Shape__Length": 64.131901136093219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156839718886005, 39.928978514232199 ], [ -75.157408054602698, 39.929050830998897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24231, "tnode_": 24218, "lpoly_": null, "rpoly_": null, "length": 296.07987089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 608, "l_t_add": 698, "r_f_add": 609, "r_t_add": 699, "st_code": 76720, "l_hundred": 600, "r_hundred": 600, "seg_id": 341185, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7325, "Shape__Length": 117.53460686207526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155798322415293, 39.928845089993899 ], [ -75.156839718886005, 39.928978514232199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24236, "tnode_": 24231, "lpoly_": null, "rpoly_": null, "length": 148.59217456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 606, "r_f_add": 601, "r_t_add": 607, "st_code": 76720, "l_hundred": 600, "r_hundred": 600, "seg_id": 341186, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7326, "Shape__Length": 58.9875740773697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155276989395702, 39.928772341121601 ], [ -75.155798322415293, 39.928845089993899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24256, "tnode_": 24236, "lpoly_": null, "rpoly_": null, "length": 445.80089793999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 76720, "l_hundred": 500, "r_hundred": 500, "seg_id": 341187, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7327, "Shape__Length": 176.96918587297884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153709632078801, 39.928568487097401 ], [ -75.155276989395702, 39.928772341121601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24094, "tnode_": 24134, "lpoly_": null, "rpoly_": null, "length": 148.39249887, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1520, "st_code": 53880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341188, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 7328, "Shape__Length": 59.128218022758325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155529408317307, 39.93006123987 ], [ -75.155621063360897, 39.929660041540998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24134, "tnode_": 24168, "lpoly_": null, "rpoly_": null, "length": 121.62796492, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1523, "l_t_add": 1525, "r_f_add": 1522, "r_t_add": 1522, "st_code": 53880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341189, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 7329, "Shape__Length": 48.4630974988726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155621063360897, 39.929660041540998 ], [ -75.1556982085893, 39.929331482151397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24168, "tnode_": 24156, "lpoly_": null, "rpoly_": null, "length": 297.39753861999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 26140, "l_hundred": 600, "r_hundred": 600, "seg_id": 341190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7330, "Shape__Length": 118.05929140369471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556982085893, 39.929331482151397 ], [ -75.156743372299502, 39.9294694866079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24168, "tnode_": 24231, "lpoly_": null, "rpoly_": null, "length": 179.39463723, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1524, "r_t_add": 1598, "st_code": 53880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341191, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 7331, "Shape__Length": 71.482022455336747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556982085893, 39.929331482151397 ], [ -75.155798322415293, 39.928845089993899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24144, "tnode_": 24128, "lpoly_": null, "rpoly_": null, "length": 446.56932006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 26140, "l_hundred": 800, "r_hundred": 800, "seg_id": 341192, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7332, "Shape__Length": 177.27714654585185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158298957902502, 39.929611477578099 ], [ -75.159868811392101, 39.929816726399999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24128, "tnode_": 24108, "lpoly_": null, "rpoly_": null, "length": 444.8396264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 26140, "l_hundred": 900, "r_hundred": 900, "seg_id": 341193, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7333, "Shape__Length": 176.59200773225652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159868811392101, 39.929816726399999 ], [ -75.161431476818194, 39.930026160303299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24062, "tnode_": 24108, "lpoly_": null, "rpoly_": null, "length": 134.4189454, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1513, "l_t_add": 1523, "r_f_add": 1514, "r_t_add": 1524, "st_code": 88000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341194, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7334, "Shape__Length": 53.561075680947454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161351551193505, 39.930389990875497 ], [ -75.161431476818194, 39.930026160303299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24108, "tnode_": 24153, "lpoly_": null, "rpoly_": null, "length": 158.02788523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1525, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 88000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341195, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7335, "Shape__Length": 62.966985426694194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161431476818194, 39.930026160303299 ], [ -75.161532230874002, 39.929599344771603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24153, "tnode_": 24204, "lpoly_": null, "rpoly_": null, "length": 159.55998867, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7336, "Shape__Length": 63.579029183542126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161532230874002, 39.929599344771603 ], [ -75.161620580927305, 39.929166645775098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24204, "tnode_": 24247, "lpoly_": null, "rpoly_": null, "length": 136.57065044000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1626, "st_code": 88000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341197, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7337, "Shape__Length": 54.416670016496219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161620580927305, 39.929166645775098 ], [ -75.161707113889605, 39.928797708570897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24247, "tnode_": 24295, "lpoly_": null, "rpoly_": null, "length": 155.9581313, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1628, "r_t_add": 1698, "st_code": 88000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341198, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7338, "Shape__Length": 62.142082560357601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161707113889605, 39.928797708570897 ], [ -75.161800570309396, 39.9283756729454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24245, "tnode_": 24287, "lpoly_": null, "rpoly_": null, "length": 136.25432031, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1617, "l_t_add": 1629, "r_f_add": 1614, "r_t_add": 1624, "st_code": 87960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341199, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7339, "Shape__Length": 54.291073788876645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158491025121407, 39.928758966738798 ], [ -75.158572296916304, 39.9283902018555 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24062, "tnode_": 24045, "lpoly_": null, "rpoly_": null, "length": 355.60360078999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 38660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7340, "Shape__Length": 141.1693736237138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161351551193505, 39.930389990875497 ], [ -75.162599550458907, 39.930562640822203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24093, "tnode_": 24062, "lpoly_": null, "rpoly_": null, "length": 447.00023291000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 38660, "l_hundred": 900, "r_hundred": 900, "seg_id": 341201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7341, "Shape__Length": 177.45079115562692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159781426000393, 39.9301789279247 ], [ -75.161351551193505, 39.930389990875497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24107, "tnode_": 24093, "lpoly_": null, "rpoly_": null, "length": 443.40659705999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 38660, "l_hundred": 800, "r_hundred": 800, "seg_id": 341202, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7342, "Shape__Length": 176.02084531188791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158220700056702, 39.929984331690399 ], [ -75.159781426000393, 39.9301789279247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24025, "tnode_": 24070, "lpoly_": null, "rpoly_": null, "length": 125.29936462000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1415, "l_t_add": 1425, "r_f_add": 1414, "r_t_add": 1424, "st_code": 87900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341203, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7343, "Shape__Length": 49.925692719919823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153261971692999, 39.930578121557701 ], [ -75.153347312675294, 39.930240491976598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24070, "tnode_": 24117, "lpoly_": null, "rpoly_": null, "length": 167.96541624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1427, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 87900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341204, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7344, "Shape__Length": 66.927386632285788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153347312675294, 39.930240491976598 ], [ -75.153450869530303, 39.929786350342901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24117, "tnode_": 24160, "lpoly_": null, "rpoly_": null, "length": 161.33821231, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1512, "st_code": 87900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341205, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7345, "Shape__Length": 64.287342543483675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153450869530303, 39.929786350342901 ], [ -75.153543220566903, 39.929349200446403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24160, "tnode_": 24209, "lpoly_": null, "rpoly_": null, "length": 132.69590707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1517, "l_t_add": 1527, "r_f_add": 1514, "r_t_add": 1524, "st_code": 87900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341206, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7346, "Shape__Length": 52.873614796429223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153543220566903, 39.929349200446403 ], [ -75.153622738884494, 39.928990114446101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24209, "tnode_": 24256, "lpoly_": null, "rpoly_": null, "length": 155.51245919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 87900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341207, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7347, "Shape__Length": 61.965577552393277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153622738884494, 39.928990114446101 ], [ -75.153709632078801, 39.928568487097401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24256, "tnode_": 24302, "lpoly_": null, "rpoly_": null, "length": 161.00194999000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1615, "r_f_add": 1600, "r_t_add": 1614, "st_code": 87900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341208, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7348, "Shape__Length": 64.151858403608003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153709632078801, 39.928568487097401 ], [ -75.153804274753497, 39.928132563871898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24302, "tnode_": 24357, "lpoly_": null, "rpoly_": null, "length": 142.44407761, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1617, "l_t_add": 1633, "r_f_add": 1616, "r_t_add": 1626, "st_code": 87900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341209, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7349, "Shape__Length": 56.75595966342577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153804274753497, 39.928132563871898 ], [ -75.153895280323894, 39.927747865025196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24357, "tnode_": 24408, "lpoly_": null, "rpoly_": null, "length": 148.73412813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1628, "r_t_add": 1698, "st_code": 87900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341210, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7350, "Shape__Length": 59.262711145524996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153895280323894, 39.927747865025196 ], [ -75.153984686577104, 39.927345414970297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24262, "tnode_": 24256, "lpoly_": null, "rpoly_": null, "length": 156.81034272000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 428, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 76720, "l_hundred": 400, "r_hundred": 400, "seg_id": 341211, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7351, "Shape__Length": 62.249278152326859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153158939348103, 39.928493995165297 ], [ -75.153709632078801, 39.928568487097401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24269, "tnode_": 24262, "lpoly_": null, "rpoly_": null, "length": 135.80318235000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 414, "l_t_add": 426, "r_f_add": 415, "r_t_add": 431, "st_code": 76720, "l_hundred": 400, "r_hundred": 400, "seg_id": 341212, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7352, "Shape__Length": 53.910584552511054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152682724511493, 39.9284264719617 ], [ -75.153158939348103, 39.928493995165297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24291, "tnode_": 24274, "lpoly_": null, "rpoly_": null, "length": 404.82684751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 76720, "l_hundred": 300, "r_hundred": 300, "seg_id": 341213, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7353, "Shape__Length": 160.70185973775932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150708983670498, 39.928165686691003 ], [ -75.152133323026007, 39.928345962057698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24138, "tnode_": 24180, "lpoly_": null, "rpoly_": null, "length": 164.2528187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1514, "st_code": 87880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7354, "Shape__Length": 65.447034053105227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151855567591994, 39.929564556181198 ], [ -75.151959381272903, 39.929120801260801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24180, "tnode_": 24227, "lpoly_": null, "rpoly_": null, "length": 129.06993726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1515, "l_t_add": 1525, "r_f_add": 1516, "r_t_add": 1526, "st_code": 87880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341215, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7355, "Shape__Length": 51.42880109155918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151959381272903, 39.929120801260801 ], [ -75.1520357253589, 39.928771396905901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24227, "tnode_": 24274, "lpoly_": null, "rpoly_": null, "length": 157.37677452, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 87880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7356, "Shape__Length": 62.706824812780695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520357253589, 39.928771396905901 ], [ -75.152133323026007, 39.928345962057698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24274, "tnode_": 24429, "lpoly_": null, "rpoly_": null, "length": 446.54475321999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 87880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7357, "Shape__Length": 177.9239848739048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152133323026007, 39.928345962057698 ], [ -75.152408877672102, 39.927138637129602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24209, "tnode_": 24184, "lpoly_": null, "rpoly_": null, "length": 442.63716187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 26140, "l_hundred": 500, "r_hundred": 500, "seg_id": 341218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7358, "Shape__Length": 175.71698134155841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153622738884494, 39.928990114446101 ], [ -75.153680541213305, 39.929004961869197 ], [ -75.155175966041199, 39.929202878854198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24227, "tnode_": 24209, "lpoly_": null, "rpoly_": null, "length": 452.26044386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 26140, "l_hundred": 400, "r_hundred": 400, "seg_id": 341219, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7359, "Shape__Length": 179.53662248005642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520357253589, 39.928771396905901 ], [ -75.153555073960504, 39.928975332914398 ], [ -75.153622738884494, 39.928990114446101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24242, "tnode_": 24227, "lpoly_": null, "rpoly_": null, "length": 422.3549749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 26140, "l_hundred": 300, "r_hundred": 300, "seg_id": 341220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 7360, "Shape__Length": 167.66352120995845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150552684769096, 39.928569862016403 ], [ -75.1520357253589, 39.928771396905901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24160, "tnode_": 24143, "lpoly_": null, "rpoly_": null, "length": 441.87139766000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 38660, "l_hundred": 500, "r_hundred": 500, "seg_id": 341221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7361, "Shape__Length": 175.4131221711659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153543220566903, 39.929349200446403 ], [ -75.155094710266894, 39.929560474892398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24180, "tnode_": 24160, "lpoly_": null, "rpoly_": null, "length": 452.01395254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 38660, "l_hundred": 400, "r_hundred": 400, "seg_id": 341222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7362, "Shape__Length": 179.44173444842346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151959381272903, 39.929120801260801 ], [ -75.152030517750504, 39.929136549891503 ], [ -75.153543220566903, 39.929349200446403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24198, "tnode_": 24180, "lpoly_": null, "rpoly_": null, "length": 456.84719761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 38660, "l_hundred": 300, "r_hundred": 300, "seg_id": 341223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7363, "Shape__Length": 181.36650529371252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150366617934296, 39.928875314152798 ], [ -75.150555038902297, 39.928931130129598 ], [ -75.151896822431794, 39.929102384380201 ], [ -75.151959381272903, 39.929120801260801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24138, "tnode_": 24117, "lpoly_": null, "rpoly_": null, "length": 454.63975081000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 28480, "l_hundred": 400, "r_hundred": 400, "seg_id": 341224, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7364, "Shape__Length": 180.48335189671221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151855567591994, 39.929564556181198 ], [ -75.153450869530303, 39.929786350342901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24274, "tnode_": 24269, "lpoly_": null, "rpoly_": null, "length": 156.84909743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 413, "st_code": 76720, "l_hundred": 400, "r_hundred": 400, "seg_id": 341225, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7365, "Shape__Length": 62.265769992918976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152133323026007, 39.928345962057698 ], [ -75.152682724511493, 39.9284264719617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24096, "tnode_": 24073, "lpoly_": null, "rpoly_": null, "length": 261.30601601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 322, "r_f_add": 301, "r_t_add": 325, "st_code": 36680, "l_hundred": 300, "r_hundred": 300, "seg_id": 341226, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7366, "Shape__Length": 103.77762478752805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149982210508099, 39.929882146214901 ], [ -75.150208833799098, 39.929963863710398 ], [ -75.1508474753592, 39.930146970876898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24073, "tnode_": 24040, "lpoly_": null, "rpoly_": null, "length": 249.12188294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 324, "l_t_add": 398, "r_f_add": 327, "r_t_add": 399, "st_code": 36680, "l_hundred": 300, "r_hundred": 300, "seg_id": 341227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7367, "Shape__Length": 98.930525682270385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1508474753592, 39.930146970876898 ], [ -75.151682817805806, 39.930379567065501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24073, "tnode_": 24106, "lpoly_": null, "rpoly_": null, "length": 118.06472772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 61600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 7368, "Shape__Length": 47.034732774391351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1508474753592, 39.930146970876898 ], [ -75.1509663678289, 39.929836061655401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24083, "tnode_": 24054, "lpoly_": null, "rpoly_": null, "length": 352.75364033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRITT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 36680, "l_hundred": 200, "r_hundred": 200, "seg_id": 341229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRITT ST", "stname": "GERRITT ST", "objectid": 7369, "Shape__Length": 140.03484109269743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148619098329902, 39.930013389567897 ], [ -75.149859787958405, 39.9301726582583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24036, "tnode_": 24083, "lpoly_": null, "rpoly_": null, "length": 138.47460614000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1409, "r_f_add": 1400, "r_t_add": 1418, "st_code": 64520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7370, "Shape__Length": 55.17701351081238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1485361505312, 39.9303881177458 ], [ -75.148619098329902, 39.930013389567897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24195, "tnode_": 24182, "lpoly_": null, "rpoly_": null, "length": 164.03704077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 111, "st_code": 28480, "l_hundred": 100, "r_hundred": 100, "seg_id": 341231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7371, "Shape__Length": 65.128873133323836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146708322436197, 39.928881462534598 ], [ -75.146782570018999, 39.928896158802502 ], [ -75.147272315030506, 39.929000746505999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24149, "tnode_": 24167, "lpoly_": null, "rpoly_": null, "length": 94.64292469, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1438, "r_t_add": 1498, "st_code": 87840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341232, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7372, "Shape__Length": 37.710129924066472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148267963116595, 39.929358069481196 ], [ -75.148331319994497, 39.929102882451403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24167, "tnode_": 24263, "lpoly_": null, "rpoly_": null, "length": 287.76289252000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1529, "r_f_add": 1500, "r_t_add": 1526, "st_code": 87840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341233, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7373, "Shape__Length": 114.65924185683804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148331319994497, 39.929102882451403 ], [ -75.148480911998405, 39.928381014284298 ], [ -75.148505649779906, 39.928325227408898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24054, "tnode_": 24096, "lpoly_": null, "rpoly_": null, "length": 111.25822835, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1413, "l_t_add": 1423, "r_f_add": 0, "r_t_add": 0, "st_code": 57320, "l_hundred": 1400, "r_hundred": 0, "seg_id": 341234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7374, "Shape__Length": 44.320473589146992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149859787958405, 39.9301726582583 ], [ -75.149982210508099, 39.929882146214901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24096, "tnode_": 24150, "lpoly_": null, "rpoly_": null, "length": 201.40688159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1425, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 57320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 341235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7375, "Shape__Length": 80.239600906587569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149982210508099, 39.929882146214901 ], [ -75.150170925471201, 39.929348689120602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24150, "tnode_": 24198, "lpoly_": null, "rpoly_": null, "length": 180.9648943, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1512, "st_code": 57320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7376, "Shape__Length": 72.088559472210022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150170925471201, 39.929348689120602 ], [ -75.150366617934296, 39.928875314152798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24198, "tnode_": 24242, "lpoly_": null, "rpoly_": null, "length": 125.46712978000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1517, "l_t_add": 1525, "r_f_add": 1514, "r_t_add": 1522, "st_code": 57320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7377, "Shape__Length": 49.958586977426904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150366617934296, 39.928875314152798 ], [ -75.150449813703801, 39.9288103506981 ], [ -75.150552684769096, 39.928569862016403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24242, "tnode_": 24291, "lpoly_": null, "rpoly_": null, "length": 153.62053686, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1524, "r_t_add": 1598, "st_code": 57320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341238, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7378, "Shape__Length": 61.197635716995009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150552684769096, 39.928569862016403 ], [ -75.150708983670498, 39.928165686691003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24263, "tnode_": 24198, "lpoly_": null, "rpoly_": null, "length": 560.80349953999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 38660, "l_hundred": 200, "r_hundred": 200, "seg_id": 341239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 7379, "Shape__Length": 222.71370462100063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148505649779906, 39.928325227408898 ], [ -75.150302151098202, 39.9288301793109 ], [ -75.150366617934296, 39.928875314152798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24150, "tnode_": 24138, "lpoly_": null, "rpoly_": null, "length": 478.95936525999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 28480, "l_hundred": 300, "r_hundred": 300, "seg_id": 341240, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7380, "Shape__Length": 190.13367325086512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150170925471201, 39.929348689120602 ], [ -75.151855567591994, 39.929564556181198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24167, "tnode_": 24150, "lpoly_": null, "rpoly_": null, "length": 523.63418564999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 28480, "l_hundred": 200, "r_hundred": 200, "seg_id": 341241, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 7381, "Shape__Length": 207.86952735311797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148331319994497, 39.929102882451403 ], [ -75.150170925471201, 39.929348689120602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24263, "tnode_": 24323, "lpoly_": null, "rpoly_": null, "length": 163.5535106, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 87840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341242, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7382, "Shape__Length": 65.143439884801651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148505649779906, 39.928325227408898 ], [ -75.148555043293101, 39.9282673490574 ], [ -75.148704359225405, 39.927905445990902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24323, "tnode_": 24394, "lpoly_": null, "rpoly_": null, "length": 199.35503079, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1621, "r_f_add": 1600, "r_t_add": 1616, "st_code": 87840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341243, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7383, "Shape__Length": 79.415675900957325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148704359225405, 39.927905445990902 ], [ -75.148908445883293, 39.927381232635497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24323, "tnode_": 24291, "lpoly_": null, "rpoly_": null, "length": 570.14783368999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 76720, "l_hundred": 200, "r_hundred": 200, "seg_id": 341244, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 7384, "Shape__Length": 226.32887486806206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148704359225405, 39.927905445990902 ], [ -75.150708983670498, 39.928165686691003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24410, "tnode_": 24441, "lpoly_": null, "rpoly_": null, "length": 83.40069935, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1627, "l_t_add": 1633, "r_f_add": 1624, "r_t_add": 1630, "st_code": 87840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341245, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7385, "Shape__Length": 33.219684163024418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148960820621596, 39.927225022115202 ], [ -75.149060149315801, 39.927009226130302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24441, "tnode_": 24471, "lpoly_": null, "rpoly_": null, "length": 114.61405783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1632, "r_t_add": 1698, "st_code": 87840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341246, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7386, "Shape__Length": 45.659560673135481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149060149315801, 39.927009226130302 ], [ -75.149168947647794, 39.9267059511536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24441, "tnode_": 24359, "lpoly_": null, "rpoly_": null, "length": 569.85868090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 57240, "l_hundred": 200, "r_hundred": 200, "seg_id": 341247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7387, "Shape__Length": 226.34120260026265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149060149315801, 39.927009226130302 ], [ -75.150909244034096, 39.9276576576164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24413, "tnode_": 24410, "lpoly_": null, "rpoly_": null, "length": 137.66467109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 142, "l_t_add": 198, "r_f_add": 135, "r_t_add": 199, "st_code": 33900, "l_hundred": 100, "r_hundred": 100, "seg_id": 341248, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7388, "Shape__Length": 54.647975295228292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148477447696095, 39.927159302841702 ], [ -75.148960820621596, 39.927225022115202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24413, "tnode_": 24457, "lpoly_": null, "rpoly_": null, "length": 113.45907073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 40360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341249, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7389, "Shape__Length": 45.208274505769943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148477447696095, 39.927159302841702 ], [ -75.148537238662996, 39.926851263829498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24291, "tnode_": 24304, "lpoly_": null, "rpoly_": null, "length": 51.26779436, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1603, "r_f_add": 1600, "r_t_add": 1602, "st_code": 57320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7390, "Shape__Length": 20.424486667759062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150708983670498, 39.928165686691003 ], [ -75.150756676031506, 39.928029824271299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24304, "tnode_": 24359, "lpoly_": null, "rpoly_": null, "length": 142.16566351, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1605, "l_t_add": 1617, "r_f_add": 1604, "r_t_add": 1616, "st_code": 57320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7391, "Shape__Length": 56.631891058629002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150756676031506, 39.928029824271299 ], [ -75.150909244034096, 39.9276576576164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24359, "tnode_": 24446, "lpoly_": null, "rpoly_": null, "length": 259.90737704000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1619, "l_t_add": 1699, "r_f_add": 1618, "r_t_add": 1698, "st_code": 57320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7392, "Shape__Length": 103.54019087210692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150909244034096, 39.9276576576164 ], [ -75.151162369739396, 39.926971309712002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24446, "tnode_": 24498, "lpoly_": null, "rpoly_": null, "length": 158.91135885, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1714, "st_code": 57320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7393, "Shape__Length": 63.304054387823889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151162369739396, 39.926971309712002 ], [ -75.151323233463899, 39.926553028064497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24269, "tnode_": 24421, "lpoly_": null, "rpoly_": null, "length": 449.29124636, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 49680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 7394, "Shape__Length": 179.01921796701367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152682724511493, 39.9284264719617 ], [ -75.152955316784798, 39.927211096701001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24262, "tnode_": 24414, "lpoly_": null, "rpoly_": null, "length": 449.66545837999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 61680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORKNEY ST", "stname": "S ORKNEY ST", "objectid": 7395, "Shape__Length": 179.16872225045987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153158939348103, 39.928493995165297 ], [ -75.153430251869906, 39.9272774078445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24388, "tnode_": 24367, "lpoly_": null, "rpoly_": null, "length": 446.49293416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 57100, "l_hundred": 600, "r_hundred": 600, "seg_id": 341256, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7396, "Shape__Length": 177.24091378111731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155548439710302, 39.927559300059599 ], [ -75.157118616065006, 39.927761596499103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24408, "tnode_": 24388, "lpoly_": null, "rpoly_": null, "length": 445.43660952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 57100, "l_hundred": 500, "r_hundred": 500, "seg_id": 341257, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7397, "Shape__Length": 176.8234068488371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153984686577104, 39.927345414970297 ], [ -75.155548439710302, 39.927559300059599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24414, "tnode_": 24408, "lpoly_": null, "rpoly_": null, "length": 157.45790444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 424, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 57100, "l_hundred": 400, "r_hundred": 400, "seg_id": 341258, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7398, "Shape__Length": 62.50393228168803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153430251869906, 39.9272774078445 ], [ -75.153984686577104, 39.927345414970297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24421, "tnode_": 24414, "lpoly_": null, "rpoly_": null, "length": 135.37308030999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 410, "l_t_add": 422, "r_f_add": 411, "r_t_add": 423, "st_code": 57100, "l_hundred": 400, "r_hundred": 400, "seg_id": 341259, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7399, "Shape__Length": 53.738677503237881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152955316784798, 39.927211096701001 ], [ -75.153430251869906, 39.9272774078445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24429, "tnode_": 24421, "lpoly_": null, "rpoly_": null, "length": 155.5111656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 409, "st_code": 57100, "l_hundred": 400, "r_hundred": 400, "seg_id": 341260, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7400, "Shape__Length": 61.732031748399606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152408877672102, 39.927138637129602 ], [ -75.152955316784798, 39.927211096701001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24281, "tnode_": 24331, "lpoly_": null, "rpoly_": null, "length": 141.05785017999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1613, "l_t_add": 1621, "r_f_add": 1614, "r_t_add": 1626, "st_code": 87920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341261, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7401, "Shape__Length": 56.203098918895591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155370775634793, 39.928346302353802 ], [ -75.155465252491496, 39.9279659734554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24331, "tnode_": 24388, "lpoly_": null, "rpoly_": null, "length": 149.96958624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1623, "l_t_add": 1699, "r_f_add": 1628, "r_t_add": 1698, "st_code": 87920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341262, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7402, "Shape__Length": 59.756158278593198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155465252491496, 39.9279659734554 ], [ -75.155548439710302, 39.927559300059599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24388, "tnode_": 24443, "lpoly_": null, "rpoly_": null, "length": 158.48559164, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 87920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341263, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7403, "Shape__Length": 63.148856499103971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155548439710302, 39.927559300059599 ], [ -75.155637530657103, 39.927129677877602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24443, "tnode_": 24486, "lpoly_": null, "rpoly_": null, "length": 139.15384826, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1715, "l_t_add": 1727, "r_f_add": 1714, "r_t_add": 1724, "st_code": 87920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341264, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7404, "Shape__Length": 55.443490376326942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155637530657103, 39.927129677877602 ], [ -75.155730702610299, 39.926754478539699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24486, "tnode_": 24547, "lpoly_": null, "rpoly_": null, "length": 154.83304355, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 87920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341265, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7405, "Shape__Length": 61.692566522031321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155730702610299, 39.926754478539699 ], [ -75.155819208726498, 39.926334939852502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24408, "tnode_": 24463, "lpoly_": null, "rpoly_": null, "length": 155.94818046, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 87900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341266, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7406, "Shape__Length": 62.136788503813321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153984686577104, 39.927345414970297 ], [ -75.154078215829301, 39.926923416872597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24463, "tnode_": 24509, "lpoly_": null, "rpoly_": null, "length": 138.04663534000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1715, "l_t_add": 1727, "r_f_add": 1714, "r_t_add": 1724, "st_code": 87900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341267, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7407, "Shape__Length": 55.003577310847696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154078215829301, 39.926923416872597 ], [ -75.154161740304602, 39.9265499572344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24429, "tnode_": 24485, "lpoly_": null, "rpoly_": null, "length": 153.30121536, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1712, "st_code": 87880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7408, "Shape__Length": 61.081649753650602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152408877672102, 39.927138637129602 ], [ -75.152502739222797, 39.926724056717397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24485, "tnode_": 24541, "lpoly_": null, "rpoly_": null, "length": 143.47734253000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1717, "l_t_add": 1733, "r_f_add": 1714, "r_t_add": 1726, "st_code": 87880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341269, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7409, "Shape__Length": 57.166679029797749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152502739222797, 39.926724056717397 ], [ -75.1525931404217, 39.926336391537099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24302, "tnode_": 24281, "lpoly_": null, "rpoly_": null, "length": 446.4218523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 33900, "l_hundred": 500, "r_hundred": 500, "seg_id": 341270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7410, "Shape__Length": 177.21714196598913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153804274753497, 39.928132563871898 ], [ -75.1553157338642, 39.928331129900698 ], [ -75.155370775634793, 39.928346302353802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24357, "tnode_": 24331, "lpoly_": null, "rpoly_": null, "length": 447.7301801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 57240, "l_hundred": 500, "r_hundred": 500, "seg_id": 341271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7411, "Shape__Length": 177.73645956053758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153895280323894, 39.927747865025196 ], [ -75.155401603665197, 39.927947817643101 ], [ -75.155465252491496, 39.9279659734554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24281, "tnode_": 24260, "lpoly_": null, "rpoly_": null, "length": 446.9947878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 33900, "l_hundred": 600, "r_hundred": 600, "seg_id": 341272, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7412, "Shape__Length": 177.44374038895185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155370775634793, 39.928346302353802 ], [ -75.155448336425806, 39.928362222154298 ], [ -75.156940952142904, 39.9285553485579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24331, "tnode_": 24309, "lpoly_": null, "rpoly_": null, "length": 443.13970174000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 57240, "l_hundred": 600, "r_hundred": 600, "seg_id": 341273, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7413, "Shape__Length": 175.91239420746962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155465252491496, 39.9279659734554 ], [ -75.155530784863402, 39.927977494392103 ], [ -75.157021892643499, 39.928174223225902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24205, "tnode_": 24292, "lpoly_": null, "rpoly_": null, "length": 292.69391147, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 35000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341274, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 7414, "Shape__Length": 116.624990626117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157850100666394, 39.929111256696402 ], [ -75.158026693334605, 39.9283193605566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24287, "tnode_": 24264, "lpoly_": null, "rpoly_": null, "length": 445.0258736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 57240, "l_hundred": 800, "r_hundred": 800, "seg_id": 341275, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7415, "Shape__Length": 176.66180419983644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158572296916304, 39.9283902018555 ], [ -75.160136078780496, 39.928597522433698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24292, "tnode_": 24287, "lpoly_": null, "rpoly_": null, "length": 155.17849738000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 728, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 57240, "l_hundred": 700, "r_hundred": 700, "seg_id": 341276, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7416, "Shape__Length": 61.600761579414844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158026693334605, 39.9283193605566 ], [ -75.158572296916304, 39.9283902018555 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24300, "tnode_": 24292, "lpoly_": null, "rpoly_": null, "length": 126.63743299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 710, "l_t_add": 726, "r_f_add": 711, "r_t_add": 727, "st_code": 57240, "l_hundred": 700, "r_hundred": 700, "seg_id": 341277, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7417, "Shape__Length": 50.272085399922233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157582862165398, 39.928255393711602 ], [ -75.158026693334605, 39.9283193605566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24245, "tnode_": 24226, "lpoly_": null, "rpoly_": null, "length": 447.35054547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 33900, "l_hundred": 800, "r_hundred": 800, "seg_id": 341278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7418, "Shape__Length": 177.58551286578998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158491025121407, 39.928758966738798 ], [ -75.160063075549004, 39.928966961533199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24213, "tnode_": 24300, "lpoly_": null, "rpoly_": null, "length": 294.2911871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 17420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341279, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 7419, "Shape__Length": 117.26045102629578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157408054602698, 39.929050830998897 ], [ -75.157405519099399, 39.929001415867198 ], [ -75.157582862165398, 39.928255393711602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24260, "tnode_": 24309, "lpoly_": null, "rpoly_": null, "length": 140.68056398, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1625, "l_t_add": 1633, "r_f_add": 1616, "r_t_add": 1632, "st_code": 87940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341280, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7420, "Shape__Length": 56.054986450324954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156940952142904, 39.9285553485579 ], [ -75.157021892643499, 39.928174223225902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24309, "tnode_": 24367, "lpoly_": null, "rpoly_": null, "length": 152.74058026, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1634, "r_t_add": 1698, "st_code": 87940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341281, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7421, "Shape__Length": 60.858697117223826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157021892643499, 39.928174223225902 ], [ -75.157118616065006, 39.927761596499103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24367, "tnode_": 24415, "lpoly_": null, "rpoly_": null, "length": 154.29152962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1710, "st_code": 87940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341282, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7422, "Shape__Length": 61.477794195137314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157118616065006, 39.927761596499103 ], [ -75.157206193495895, 39.927343447809903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24287, "tnode_": 24342, "lpoly_": null, "rpoly_": null, "length": 157.47855276, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 87960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341284, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7423, "Shape__Length": 62.747195091380298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158572296916304, 39.9283902018555 ], [ -75.158668867236301, 39.927964344519502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24342, "tnode_": 24396, "lpoly_": null, "rpoly_": null, "length": 144.14923609000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1709, "r_f_add": 1700, "r_t_add": 1710, "st_code": 87960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341285, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7424, "Shape__Length": 57.43719915926853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158668867236301, 39.927964344519502 ], [ -75.158747468855694, 39.927573291087498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24396, "tnode_": 24439, "lpoly_": null, "rpoly_": null, "length": 121.42840602, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1711, "l_t_add": 1719, "r_f_add": 1712, "r_t_add": 1722, "st_code": 87960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341286, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7425, "Shape__Length": 48.383194414742924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158747468855694, 39.927573291087498 ], [ -75.158817211670794, 39.927244307723903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27206, "tnode_": 24495, "lpoly_": null, "rpoly_": null, "length": 162.50968052000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1723, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 87960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7426, "Shape__Length": 64.750402067618836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158832895952301, 39.927178339069897 ], [ -75.158934445779593, 39.926739133784402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24342, "tnode_": 24317, "lpoly_": null, "rpoly_": null, "length": 445.51023549000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 57100, "l_hundred": 800, "r_hundred": 800, "seg_id": 341288, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7427, "Shape__Length": 176.85222059912655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158668867236301, 39.927964344519502 ], [ -75.160235200061294, 39.928168013918601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24367, "tnode_": 24342, "lpoly_": null, "rpoly_": null, "length": 441.00859183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 57100, "l_hundred": 700, "r_hundred": 700, "seg_id": 341289, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7428, "Shape__Length": 175.06491792333122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157118616065006, 39.927761596499103 ], [ -75.158668867236301, 39.927964344519502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24437, "tnode_": 24429, "lpoly_": null, "rpoly_": null, "length": 147.96803323999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 57100, "l_hundred": 300, "r_hundred": 300, "seg_id": 341290, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7429, "Shape__Length": 58.737235034215011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151888486286097, 39.927071772064302 ], [ -75.152408877672102, 39.927138637129602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24446, "tnode_": 24437, "lpoly_": null, "rpoly_": null, "length": 206.90974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 315, "st_code": 57100, "l_hundred": 300, "r_hundred": 300, "seg_id": 341291, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7430, "Shape__Length": 82.135936965033324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151162369739396, 39.926971309712002 ], [ -75.151888486286097, 39.927071772064302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24471, "tnode_": 24446, "lpoly_": null, "rpoly_": null, "length": 567.37439142999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 57100, "l_hundred": 200, "r_hundred": 200, "seg_id": 341292, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7431, "Shape__Length": 225.22518441481705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149168947647794, 39.9267059511536 ], [ -75.151162369739396, 39.926971309712002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24499, "tnode_": 24471, "lpoly_": null, "rpoly_": null, "length": 542.1103702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 57100, "l_hundred": 100, "r_hundred": 100, "seg_id": 341293, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7432, "Shape__Length": 215.19565361913786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147264419681704, 39.926451857634497 ], [ -75.149168947647794, 39.9267059511536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25286, "tnode_": 25277, "lpoly_": null, "rpoly_": null, "length": 156.09935125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 607, "st_code": 84260, "l_hundred": 600, "r_hundred": 600, "seg_id": 341757, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7433, "Shape__Length": 61.957459770685105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157165002554095, 39.920220808845897 ], [ -75.157715459969694, 39.920283914901603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24437, "tnode_": 24593, "lpoly_": null, "rpoly_": null, "length": 453.41655828, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 61600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 7434, "Shape__Length": 180.65492870194566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151888486286097, 39.927071772064302 ], [ -75.152152778011896, 39.925895845405499 ], [ -75.152180803289298, 39.925849320908497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24509, "tnode_": 24565, "lpoly_": null, "rpoly_": null, "length": 155.63784781000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 87900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341295, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7435, "Shape__Length": 62.011485446962162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154161740304602, 39.9265499572344 ], [ -75.154261182660605, 39.926129627326098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24565, "tnode_": 24585, "lpoly_": null, "rpoly_": null, "length": 70.86026606, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1803, "r_f_add": 1800, "r_t_add": 1802, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341296, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7436, "Shape__Length": 28.234588648632009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154261182660605, 39.926129627326098 ], [ -75.154295321367698, 39.925936890794603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24485, "tnode_": 24463, "lpoly_": null, "rpoly_": null, "length": 447.78976082999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 81780, "l_hundred": 400, "r_hundred": 400, "seg_id": 341297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7437, "Shape__Length": 177.75285615604196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152502739222797, 39.926724056717397 ], [ -75.154078215829301, 39.926923416872597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24509, "tnode_": 24486, "lpoly_": null, "rpoly_": null, "length": 446.29813493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 64640, "l_hundred": 500, "r_hundred": 500, "seg_id": 341298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7438, "Shape__Length": 177.16140013398876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154161740304602, 39.9265499572344 ], [ -75.155730702610299, 39.926754478539699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24541, "tnode_": 24509, "lpoly_": null, "rpoly_": null, "length": 446.76118753999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 64640, "l_hundred": 400, "r_hundred": 400, "seg_id": 341299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7439, "Shape__Length": 177.34639674929429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1525931404217, 39.926336391537099 ], [ -75.154161740304602, 39.9265499572344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24499, "tnode_": 24555, "lpoly_": null, "rpoly_": null, "length": 147.90680262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1710, "st_code": 35220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341300, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7440, "Shape__Length": 58.929844583361898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147264419681704, 39.926451857634497 ], [ -75.147366540794394, 39.926053519907498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24555, "tnode_": 24602, "lpoly_": null, "rpoly_": null, "length": 158.13273915, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1717, "l_t_add": 1735, "r_f_add": 1712, "r_t_add": 1734, "st_code": 35220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341301, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7441, "Shape__Length": 63.001645746031556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147366540794394, 39.926053519907498 ], [ -75.147487380358797, 39.925629512454201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24471, "tnode_": 24530, "lpoly_": null, "rpoly_": null, "length": 153.50224792999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1712, "st_code": 87840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7442, "Shape__Length": 61.148867081095652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149168947647794, 39.9267059511536 ], [ -75.149325049700195, 39.926302070485598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24530, "tnode_": 24575, "lpoly_": null, "rpoly_": null, "length": 143.94088657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1717, "l_t_add": 1727, "r_f_add": 1714, "r_t_add": 1726, "st_code": 87840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341303, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7443, "Shape__Length": 57.339688504582469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149325049700195, 39.926302070485598 ], [ -75.149471447543704, 39.925923351336401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24575, "tnode_": 24628, "lpoly_": null, "rpoly_": null, "length": 153.85827211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 87840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341304, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7444, "Shape__Length": 61.290369624888328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149471447543704, 39.925923351336401 ], [ -75.149626396648401, 39.925518189065698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24628, "tnode_": 27208, "lpoly_": null, "rpoly_": null, "length": 160.5025811, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1815, "r_f_add": 1800, "r_t_add": 1814, "st_code": 87840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341305, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7445, "Shape__Length": 63.933709528016664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149626396648401, 39.925518189065698 ], [ -75.149799955967893, 39.925098341207601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24678, "tnode_": 24721, "lpoly_": null, "rpoly_": null, "length": 115.1168723, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1819, "l_t_add": 1829, "r_f_add": 1818, "r_t_add": 1826, "st_code": 87840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7446, "Shape__Length": 45.85591412386011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149831633930305, 39.925021709568497 ], [ -75.149951579857103, 39.924719494084599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24555, "tnode_": 24530, "lpoly_": null, "rpoly_": null, "length": 556.89891036000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 81780, "l_hundred": 100, "r_hundred": 100, "seg_id": 341307, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7447, "Shape__Length": 221.06302609139121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147366540794394, 39.926053519907498 ], [ -75.149249838756305, 39.926300317855798 ], [ -75.149325049700195, 39.926302070485598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24569, "tnode_": 24548, "lpoly_": null, "rpoly_": null, "length": 428.82513294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 64640, "l_hundred": 200, "r_hundred": 200, "seg_id": 341308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7448, "Shape__Length": 170.22495626596483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149951630993002, 39.9260010805774 ], [ -75.151458037739204, 39.926202608040299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24498, "tnode_": 24548, "lpoly_": null, "rpoly_": null, "length": 133.13288894000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1715, "l_t_add": 1727, "r_f_add": 1716, "r_t_add": 1730, "st_code": 57320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7449, "Shape__Length": 53.034615992971553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151323233463899, 39.926553028064497 ], [ -75.151458037739204, 39.926202608040299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24548, "tnode_": 24598, "lpoly_": null, "rpoly_": null, "length": 162.91107296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 57320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341310, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7450, "Shape__Length": 64.898102999728152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151458037739204, 39.926202608040299 ], [ -75.151617031317002, 39.925772475804401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24598, "tnode_": 24645, "lpoly_": null, "rpoly_": null, "length": 155.87667731, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1816, "st_code": 57320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7451, "Shape__Length": 62.097201733721356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151617031317002, 39.925772475804401 ], [ -75.151761765263402, 39.925359338803702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24645, "tnode_": 24686, "lpoly_": null, "rpoly_": null, "length": 138.51250424, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1818, "r_t_add": 1834, "st_code": 57320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7452, "Shape__Length": 55.171883864915529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151761765263402, 39.925359338803702 ], [ -75.151919976466402, 39.924999143733302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24593, "tnode_": 24586, "lpoly_": null, "rpoly_": null, "length": 142.92799965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 310, "l_t_add": 398, "r_f_add": 311, "r_t_add": 399, "st_code": 56880, "l_hundred": 300, "r_hundred": 300, "seg_id": 341313, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7453, "Shape__Length": 56.736317018525362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152180803289298, 39.925849320908497 ], [ -75.152682556295403, 39.925917948563999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24598, "tnode_": 24593, "lpoly_": null, "rpoly_": null, "length": 160.5778482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 308, "r_f_add": 301, "r_t_add": 309, "st_code": 56880, "l_hundred": 300, "r_hundred": 300, "seg_id": 341314, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7454, "Shape__Length": 63.742434021843444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151617031317002, 39.925772475804401 ], [ -75.152180803289298, 39.925849320908497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24621, "tnode_": 24598, "lpoly_": null, "rpoly_": null, "length": 428.27973141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 214, "l_t_add": 298, "r_f_add": 207, "r_t_add": 299, "st_code": 56880, "l_hundred": 200, "r_hundred": 200, "seg_id": 341315, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7455, "Shape__Length": 170.00576176842335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150110680396693, 39.925579671570198 ], [ -75.151617031317002, 39.925772475804401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24628, "tnode_": 24621, "lpoly_": null, "rpoly_": null, "length": 137.65995721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 205, "st_code": 56880, "l_hundred": 200, "r_hundred": 200, "seg_id": 341316, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7456, "Shape__Length": 54.643965348914477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149626396648401, 39.925518189065698 ], [ -75.150110680396693, 39.925579671570198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24644, "tnode_": 24628, "lpoly_": null, "rpoly_": null, "length": 347.21475869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56880, "l_hundred": 100, "r_hundred": 100, "seg_id": 341317, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7457, "Shape__Length": 137.8283093175009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148407245363003, 39.925358201698998 ], [ -75.148454053904501, 39.9253560983881 ], [ -75.149626396648401, 39.925518189065698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24593, "tnode_": 24674, "lpoly_": null, "rpoly_": null, "length": 241.4419634, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 61600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341318, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 7458, "Shape__Length": 96.17859079093958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152180803289298, 39.925849320908497 ], [ -75.152217343912596, 39.925811911220499 ], [ -75.152276850777, 39.925551618307097 ], [ -75.152409770295193, 39.9252151501667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24686, "tnode_": 24701, "lpoly_": null, "rpoly_": null, "length": 55.78906866, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1831, "r_f_add": 1836, "r_t_add": 1838, "st_code": 57320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7459, "Shape__Length": 22.223712426045395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151919976466402, 39.924999143733302 ], [ -75.151975923488394, 39.9248521781482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24701, "tnode_": 24735, "lpoly_": null, "rpoly_": null, "length": 104.1138739, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1833, "l_t_add": 1899, "r_f_add": 1840, "r_t_add": 1898, "st_code": 57320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341320, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7460, "Shape__Length": 41.474433476285178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151975923488394, 39.9248521781482 ], [ -75.152078112969505, 39.924577415201803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24735, "tnode_": 24869, "lpoly_": null, "rpoly_": null, "length": 451.8678762, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 57320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7461, "Shape__Length": 179.98433371767788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152078112969505, 39.924577415201803 ], [ -75.152591363311501, 39.923401609299503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24721, "tnode_": 24686, "lpoly_": null, "rpoly_": null, "length": 561.84830895999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 72820, "l_hundred": 200, "r_hundred": 200, "seg_id": 341322, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7462, "Shape__Length": 223.02978892312018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149951579857103, 39.924719494084599 ], [ -75.150011306585398, 39.924739048976001 ], [ -75.151919976466402, 39.924999143733302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27208, "tnode_": 24645, "lpoly_": null, "rpoly_": null, "length": 558.3822917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 54680, "l_hundred": 200, "r_hundred": 200, "seg_id": 341323, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7463, "Shape__Length": 221.6504077382138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799955967893, 39.925098341207601 ], [ -75.149862480772299, 39.925107441999302 ], [ -75.151761765263402, 39.925359338803702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24565, "tnode_": 24547, "lpoly_": null, "rpoly_": null, "length": 443.32545747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 56880, "l_hundred": 500, "r_hundred": 500, "seg_id": 341324, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7464, "Shape__Length": 175.98070178954694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154261182660605, 39.926129627326098 ], [ -75.155819208726498, 39.926334939852502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24586, "tnode_": 24565, "lpoly_": null, "rpoly_": null, "length": 449.41479261999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 56880, "l_hundred": 400, "r_hundred": 400, "seg_id": 341325, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7465, "Shape__Length": 178.39804581221603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152682556295403, 39.925917948563999 ], [ -75.154261182660605, 39.926129627326098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24636, "tnode_": 24585, "lpoly_": null, "rpoly_": null, "length": 454.58463539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 54680, "l_hundred": 400, "r_hundred": 400, "seg_id": 341326, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7466, "Shape__Length": 180.51430151603068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152774845634099, 39.925504641568601 ], [ -75.154295321367698, 39.925936890794603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24680, "tnode_": 24627, "lpoly_": null, "rpoly_": null, "length": 462.22395573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 72820, "l_hundred": 400, "r_hundred": 400, "seg_id": 341327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7467, "Shape__Length": 183.56230712590528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152848830153602, 39.925122837672902 ], [ -75.154376132998394, 39.925599565405001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24585, "tnode_": 24616, "lpoly_": null, "rpoly_": null, "length": 89.77442883000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1805, "l_t_add": 1811, "r_f_add": 1804, "r_t_add": 1812, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341328, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7468, "Shape__Length": 35.768537776397864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154295321367698, 39.925936890794603 ], [ -75.154355263636006, 39.925694808336701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24616, "tnode_": 24627, "lpoly_": null, "rpoly_": null, "length": 35.18552422, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1813, "l_t_add": 1815, "r_f_add": 1814, "r_t_add": 1814, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341329, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7469, "Shape__Length": 14.019229693488834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154355263636006, 39.925694808336701 ], [ -75.154376132998394, 39.925599565405001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24627, "tnode_": 24656, "lpoly_": null, "rpoly_": null, "length": 95.60524568, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1817, "l_t_add": 1821, "r_f_add": 1816, "r_t_add": 1824, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341330, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7470, "Shape__Length": 38.09261135195154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154376132998394, 39.925599565405001 ], [ -75.1544328263019, 39.925340772046503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19523, "tnode_": 19512, "lpoly_": null, "rpoly_": null, "length": 186.4968528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5818, "l_t_add": 5834, "r_f_add": 5819, "r_t_add": 5835, "st_code": 80120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 7471, "Shape__Length": 74.074103793868531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236506871223995, 39.966176296045496 ], [ -75.237163251105102, 39.9662600710272 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24656, "tnode_": 24664, "lpoly_": null, "rpoly_": null, "length": 24.23781724, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1823, "l_t_add": 1825, "r_f_add": 1826, "r_t_add": 1826, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341331, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7472, "Shape__Length": 9.6575416151734501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544328263019, 39.925340772046503 ], [ -75.154444689910306, 39.925274866090398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24664, "tnode_": 24707, "lpoly_": null, "rpoly_": null, "length": 136.94191527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 87900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341332, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7473, "Shape__Length": 54.562014299110302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154444689910306, 39.925274866090398 ], [ -75.154528107402598, 39.924904470016401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24707, "tnode_": 24760, "lpoly_": null, "rpoly_": null, "length": 158.36189399, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 87900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341333, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7474, "Shape__Length": 63.097361980457812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154528107402598, 39.924904470016401 ], [ -75.154615395551602, 39.924474972625298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24636, "tnode_": 24680, "lpoly_": null, "rpoly_": null, "length": 140.62358786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1817, "l_t_add": 1831, "r_f_add": 1814, "r_t_add": 1828, "st_code": 87880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341334, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7475, "Shape__Length": 56.030730232036973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152774845634099, 39.925504641568601 ], [ -75.152848830153602, 39.925122837672902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24680, "tnode_": 24726, "lpoly_": null, "rpoly_": null, "length": 160.23750599000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1833, "l_t_add": 1899, "r_f_add": 1830, "r_t_add": 1898, "st_code": 87880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341335, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7476, "Shape__Length": 63.844236625099221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152848830153602, 39.925122837672902 ], [ -75.1529417436291, 39.924688821258101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24726, "tnode_": 24774, "lpoly_": null, "rpoly_": null, "length": 155.31718256000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1917, "r_f_add": 1900, "r_t_add": 1912, "st_code": 87880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341336, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7477, "Shape__Length": 61.882027798775837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1529417436291, 39.924688821258101 ], [ -75.153041060189295, 39.924269368833897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24541, "tnode_": 24586, "lpoly_": null, "rpoly_": null, "length": 154.48031077, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1735, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 87880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341337, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7478, "Shape__Length": 61.551488546118804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1525931404217, 39.926336391537099 ], [ -75.152682556295403, 39.925917948563999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24586, "tnode_": 24636, "lpoly_": null, "rpoly_": null, "length": 152.76899293, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1815, "r_f_add": 1800, "r_t_add": 1812, "st_code": 87880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341338, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7479, "Shape__Length": 60.868693032000834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152682556295403, 39.925917948563999 ], [ -75.152774845634099, 39.925504641568601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24672, "tnode_": 24664, "lpoly_": null, "rpoly_": null, "length": 182.53853338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LITTLE SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 51200, "l_hundred": 400, "r_hundred": 400, "seg_id": 341339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LITTLE SIGEL ST", "stname": "LITTLE SIGEL ST", "objectid": 7480, "Shape__Length": 72.458521384057121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153802977360201, 39.925191266786598 ], [ -75.154444689910306, 39.925274866090398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24616, "tnode_": 24594, "lpoly_": null, "rpoly_": null, "length": 444.60556085000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 54680, "l_hundred": 500, "r_hundred": 500, "seg_id": 341340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7481, "Shape__Length": 176.48730100370733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154355263636006, 39.925694808336701 ], [ -75.155918254743597, 39.925898559834003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24547, "tnode_": 24594, "lpoly_": null, "rpoly_": null, "length": 161.37421361, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1812, "st_code": 87920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341341, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7482, "Shape__Length": 64.297470441939765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155819208726498, 39.926334939852502 ], [ -75.155918254743597, 39.925898559834003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24594, "tnode_": 24639, "lpoly_": null, "rpoly_": null, "length": 131.89596921, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1814, "r_t_add": 1824, "st_code": 87920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341342, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7483, "Shape__Length": 52.551985573320309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155918254743597, 39.925898559834003 ], [ -75.155998910779999, 39.925541853545297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24639, "tnode_": 24690, "lpoly_": null, "rpoly_": null, "length": 158.66438358, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 87920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341343, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7484, "Shape__Length": 63.216835374344328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155998910779999, 39.925541853545297 ], [ -75.156097667738194, 39.925112987687498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24690, "tnode_": 24739, "lpoly_": null, "rpoly_": null, "length": 159.69262286, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 87920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341344, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7485, "Shape__Length": 63.626974837855109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156097667738194, 39.925112987687498 ], [ -75.156191326252696, 39.9246805825696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24739, "tnode_": 24782, "lpoly_": null, "rpoly_": null, "length": 132.1408726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1925, "r_f_add": 1914, "r_t_add": 1924, "st_code": 87920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341345, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7486, "Shape__Length": 52.647943481024022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156191326252696, 39.9246805825696 ], [ -75.156276539645106, 39.924323821554999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24782, "tnode_": 24829, "lpoly_": null, "rpoly_": null, "length": 158.47103548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 87920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341346, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7487, "Shape__Length": 63.138904150514207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156276539645106, 39.924323821554999 ], [ -75.156373686940199, 39.9238952768264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24656, "tnode_": 24639, "lpoly_": null, "rpoly_": null, "length": 445.3022323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 72820, "l_hundred": 500, "r_hundred": 500, "seg_id": 341347, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7488, "Shape__Length": 176.76235398589591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544328263019, 39.925340772046503 ], [ -75.155998910779999, 39.925541853545297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24639, "tnode_": 24619, "lpoly_": null, "rpoly_": null, "length": 446.46293303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 72820, "l_hundred": 600, "r_hundred": 600, "seg_id": 341348, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7489, "Shape__Length": 177.22359910258692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155998910779999, 39.925541853545297 ], [ -75.157569103360899, 39.925743360427099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24443, "tnode_": 24415, "lpoly_": null, "rpoly_": null, "length": 447.64127455000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81780, "l_hundred": 600, "r_hundred": 600, "seg_id": 341349, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7490, "Shape__Length": 177.70020558633141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155637530657103, 39.927129677877602 ], [ -75.157140616203705, 39.927318541270701 ], [ -75.157206193495895, 39.927343447809903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24463, "tnode_": 24443, "lpoly_": null, "rpoly_": null, "length": 443.7350719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 81780, "l_hundred": 500, "r_hundred": 500, "seg_id": 341350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7491, "Shape__Length": 176.14550518759955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154078215829301, 39.926923416872597 ], [ -75.155637530657103, 39.927129677877602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24415, "tnode_": 24396, "lpoly_": null, "rpoly_": null, "length": 441.11284439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81780, "l_hundred": 700, "r_hundred": 700, "seg_id": 341351, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7492, "Shape__Length": 175.11317263540101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157206193495895, 39.927343447809903 ], [ -75.157275917001002, 39.927366581144902 ], [ -75.158697723937607, 39.927558177782203 ], [ -75.158747468855694, 39.927573291087498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24486, "tnode_": 24456, "lpoly_": null, "rpoly_": null, "length": 446.33336726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 64640, "l_hundred": 600, "r_hundred": 600, "seg_id": 341352, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7493, "Shape__Length": 177.17704019545747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155730702610299, 39.926754478539699 ], [ -75.157237956315996, 39.9269577766552 ], [ -75.157298516121003, 39.926964644833099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24415, "tnode_": 27209, "lpoly_": null, "rpoly_": null, "length": 112.01673465, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1715, "l_t_add": 1723, "r_f_add": 1712, "r_t_add": 1722, "st_code": 87940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7494, "Shape__Length": 44.631551041315454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157206193495895, 39.927343447809903 ], [ -75.157279852236996, 39.9270412221138 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24456, "tnode_": 24524, "lpoly_": null, "rpoly_": null, "length": 157.00666927999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 87940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341354, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7495, "Shape__Length": 62.557724380274287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157298516121003, 39.926964644833099 ], [ -75.157395767843397, 39.926540195004797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27209, "tnode_": 24439, "lpoly_": null, "rpoly_": null, "length": 437.47407020999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 64640, "l_hundred": 700, "r_hundred": 700, "seg_id": 341355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7496, "Shape__Length": 173.66038843450201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157279852236996, 39.9270412221138 ], [ -75.157344024941594, 39.927048885559998 ], [ -75.158752339863597, 39.927234989458697 ], [ -75.158817211670794, 39.927244307723903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24524, "tnode_": 24495, "lpoly_": null, "rpoly_": null, "length": 437.58467056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 56880, "l_hundred": 700, "r_hundred": 700, "seg_id": 341356, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7497, "Shape__Length": 173.70218939637542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157395767843397, 39.926540195004797 ], [ -75.158934445779593, 39.926739133784402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24547, "tnode_": 24524, "lpoly_": null, "rpoly_": null, "length": 448.44487253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 56880, "l_hundred": 600, "r_hundred": 600, "seg_id": 341357, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7498, "Shape__Length": 178.01295402727888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155819208726498, 39.926334939852502 ], [ -75.157395767843397, 39.926540195004797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24264, "tnode_": 24317, "lpoly_": null, "rpoly_": null, "length": 158.91253454, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1625, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 87980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341358, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7499, "Shape__Length": 63.318498503690527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160136078780496, 39.928597522433698 ], [ -75.160235200061294, 39.928168013918601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24317, "tnode_": 24371, "lpoly_": null, "rpoly_": null, "length": 135.912135, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1711, "r_f_add": 1700, "r_t_add": 1712, "st_code": 87980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7500, "Shape__Length": 54.154428159606873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160235200061294, 39.928168013918601 ], [ -75.160315130582504, 39.927800027750799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24371, "tnode_": 24416, "lpoly_": null, "rpoly_": null, "length": 151.16849528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1713, "l_t_add": 1725, "r_f_add": 1714, "r_t_add": 1724, "st_code": 87980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7501, "Shape__Length": 60.233212834567169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160315130582504, 39.927800027750799 ], [ -75.160402624613894, 39.927390554686497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24416, "tnode_": 24474, "lpoly_": null, "rpoly_": null, "length": 164.5551226, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 87980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341361, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7502, "Shape__Length": 65.566718672501963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160402624613894, 39.927390554686497 ], [ -75.160497850304097, 39.926944819009101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24474, "tnode_": 24540, "lpoly_": null, "rpoly_": null, "length": 162.82260057, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1814, "st_code": 87980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341362, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7503, "Shape__Length": 64.874933216312428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160497850304097, 39.926944819009101 ], [ -75.160599122884094, 39.926504703418502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24540, "tnode_": 24582, "lpoly_": null, "rpoly_": null, "length": 149.00112207000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1815, "l_t_add": 1829, "r_f_add": 1816, "r_t_add": 1828, "st_code": 87980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341363, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7504, "Shape__Length": 59.367402082863052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160599122884094, 39.926504703418502 ], [ -75.160692736648897, 39.926102076470301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24582, "tnode_": 24630, "lpoly_": null, "rpoly_": null, "length": 138.48806735, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1831, "l_t_add": 1899, "r_f_add": 1830, "r_t_add": 1898, "st_code": 87980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341364, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7505, "Shape__Length": 55.180129145913838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160692736648897, 39.926102076470301 ], [ -75.160767103828803, 39.925726245443997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24630, "tnode_": 24679, "lpoly_": null, "rpoly_": null, "length": 156.76976709, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1914, "st_code": 87980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341365, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7506, "Shape__Length": 62.461462757111086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160767103828803, 39.925726245443997 ], [ -75.160868940202405, 39.925303095067903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24495, "tnode_": 24553, "lpoly_": null, "rpoly_": null, "length": 155.96414996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1812, "st_code": 87960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341366, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7507, "Shape__Length": 62.142965203218502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158934445779593, 39.926739133784402 ], [ -75.159025494971004, 39.926316769977603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24553, "tnode_": 24600, "lpoly_": null, "rpoly_": null, "length": 138.28994853999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1814, "r_t_add": 1824, "st_code": 87960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7508, "Shape__Length": 55.100807809004209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159025494971004, 39.926316769977603 ], [ -75.159103825453897, 39.925941967328299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24600, "tnode_": 24648, "lpoly_": null, "rpoly_": null, "length": 156.11459102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 87960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341368, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7509, "Shape__Length": 62.200382174833841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159103825453897, 39.925941967328299 ], [ -75.159206701868399, 39.9255207959961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24524, "tnode_": 24573, "lpoly_": null, "rpoly_": null, "length": 157.30808886, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1812, "st_code": 87940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341369, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7510, "Shape__Length": 62.678433889185939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157395767843397, 39.926540195004797 ], [ -75.157486427853996, 39.926114042734497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24573, "tnode_": 24619, "lpoly_": null, "rpoly_": null, "length": 137.00923244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1814, "r_t_add": 1828, "st_code": 87940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341370, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7511, "Shape__Length": 54.589621527990836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157486427853996, 39.926114042734497 ], [ -75.157569103360899, 39.925743360427099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24619, "tnode_": 24667, "lpoly_": null, "rpoly_": null, "length": 155.97378725000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1830, "r_t_add": 1898, "st_code": 87940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341371, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7512, "Shape__Length": 62.14451078541498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157569103360899, 39.925743360427099 ], [ -75.157669343590896, 39.9253222054503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24619, "tnode_": 24600, "lpoly_": null, "rpoly_": null, "length": 436.47548264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 72820, "l_hundred": 700, "r_hundred": 700, "seg_id": 341372, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7513, "Shape__Length": 173.2598920464745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157569103360899, 39.925743360427099 ], [ -75.159103825453897, 39.925941967328299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24582, "tnode_": 24562, "lpoly_": null, "rpoly_": null, "length": 445.21063605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 72820, "l_hundred": 900, "r_hundred": 900, "seg_id": 341373, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7514, "Shape__Length": 176.72943917447137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160692736648897, 39.926102076470301 ], [ -75.162256845937605, 39.926310683053998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24594, "tnode_": 24573, "lpoly_": null, "rpoly_": null, "length": 446.92111787000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 54680, "l_hundred": 600, "r_hundred": 600, "seg_id": 341374, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7515, "Shape__Length": 177.40955969803258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155918254743597, 39.925898559834003 ], [ -75.157419818753993, 39.9260982367189 ], [ -75.157486427853996, 39.926114042734497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24553, "tnode_": 24540, "lpoly_": null, "rpoly_": null, "length": 447.57246269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 54680, "l_hundred": 800, "r_hundred": 800, "seg_id": 341375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7516, "Shape__Length": 177.66647720257077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159025494971004, 39.926316769977603 ], [ -75.160535622408901, 39.926512853615399 ], [ -75.160599122884094, 39.926504703418502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24573, "tnode_": 24553, "lpoly_": null, "rpoly_": null, "length": 438.01605998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 54680, "l_hundred": 700, "r_hundred": 700, "seg_id": 341376, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7517, "Shape__Length": 173.87331538123163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157486427853996, 39.926114042734497 ], [ -75.157552772192702, 39.926127862285803 ], [ -75.159025494971004, 39.926316769977603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24540, "tnode_": 24513, "lpoly_": null, "rpoly_": null, "length": 447.13810998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 54680, "l_hundred": 900, "r_hundred": 900, "seg_id": 341377, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7518, "Shape__Length": 177.49346983814408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160599122884094, 39.926504703418502 ], [ -75.160687273129, 39.926502577166303 ], [ -75.162172418823801, 39.9266952926138 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24317, "tnode_": 24295, "lpoly_": null, "rpoly_": null, "length": 445.48722064999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 57100, "l_hundred": 900, "r_hundred": 900, "seg_id": 341378, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7519, "Shape__Length": 176.84439174550295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160235200061294, 39.928168013918601 ], [ -75.161800570309396, 39.9283756729454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24295, "tnode_": 24349, "lpoly_": null, "rpoly_": null, "length": 140.67641255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1711, "r_f_add": 1700, "r_t_add": 1710, "st_code": 88000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341379, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7520, "Shape__Length": 56.052737251560821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161800570309396, 39.9283756729454 ], [ -75.161884602954302, 39.927994956077001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24349, "tnode_": 24397, "lpoly_": null, "rpoly_": null, "length": 141.68976124999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1713, "l_t_add": 1725, "r_f_add": 1712, "r_t_add": 1726, "st_code": 88000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341380, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7521, "Shape__Length": 56.456453892217631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161884602954302, 39.927994956077001 ], [ -75.161967451186797, 39.927611265207297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24397, "tnode_": 24452, "lpoly_": null, "rpoly_": null, "length": 170.8176361, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 88000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341381, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7522, "Shape__Length": 68.061566170781319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161967451186797, 39.927611265207297 ], [ -75.162070760791494, 39.9271491438884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24452, "tnode_": 24513, "lpoly_": null, "rpoly_": null, "length": 167.77013624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1815, "r_f_add": 1800, "r_t_add": 1820, "st_code": 88000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341382, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7523, "Shape__Length": 66.846827121536748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162070760791494, 39.9271491438884 ], [ -75.162172418823801, 39.9266952926138 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24513, "tnode_": 24562, "lpoly_": null, "rpoly_": null, "length": 142.09309449, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1817, "l_t_add": 1823, "r_f_add": 1822, "r_t_add": 1826, "st_code": 88000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341383, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7524, "Shape__Length": 56.615892352949018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162172418823801, 39.9266952926138 ], [ -75.162256845937605, 39.926310683053998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24562, "tnode_": 24610, "lpoly_": null, "rpoly_": null, "length": 140.85982831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 88000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341384, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7525, "Shape__Length": 56.124205929350858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162256845937605, 39.926310683053998 ], [ -75.162340453803097, 39.925929400441603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24349, "tnode_": 24326, "lpoly_": null, "rpoly_": null, "length": 448.35940447000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 81780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341385, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7526, "Shape__Length": 177.98554379303775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161884602954302, 39.927994956077001 ], [ -75.163394739550299, 39.928195832501103 ], [ -75.163458393270901, 39.928181932958999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24371, "tnode_": 24349, "lpoly_": null, "rpoly_": null, "length": 445.86135431000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 81780, "l_hundred": 900, "r_hundred": 900, "seg_id": 341386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7527, "Shape__Length": 176.98949861717023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160315130582504, 39.927800027750799 ], [ -75.161884602954302, 39.927994956077001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24396, "tnode_": 24371, "lpoly_": null, "rpoly_": null, "length": 448.62349995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 81780, "l_hundred": 800, "r_hundred": 800, "seg_id": 341387, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7528, "Shape__Length": 178.09501639027823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158747468855694, 39.927573291087498 ], [ -75.158819716014406, 39.927604351790102 ], [ -75.160315130582504, 39.927800027750799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24416, "tnode_": 24397, "lpoly_": null, "rpoly_": null, "length": 447.06579792999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 64640, "l_hundred": 900, "r_hundred": 900, "seg_id": 341388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7529, "Shape__Length": 177.4740432251447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160402624613894, 39.927390554686497 ], [ -75.160465642615506, 39.927415518670799 ], [ -75.161967451186797, 39.927611265207297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27206, "tnode_": 24416, "lpoly_": null, "rpoly_": null, "length": 447.24255053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 64640, "l_hundred": 800, "r_hundred": 800, "seg_id": 341389, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7530, "Shape__Length": 177.54011642589771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158832895952301, 39.927178339069897 ], [ -75.158909263573307, 39.927186676344299 ], [ -75.160347060757502, 39.927375163829304 ], [ -75.160402624613894, 39.927390554686497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24474, "tnode_": 24452, "lpoly_": null, "rpoly_": null, "length": 447.375517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 56880, "l_hundred": 900, "r_hundred": 900, "seg_id": 341390, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7531, "Shape__Length": 177.58997385163354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160497850304097, 39.926944819009101 ], [ -75.162070760791494, 39.9271491438884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24495, "tnode_": 24474, "lpoly_": null, "rpoly_": null, "length": 444.83134802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 56880, "l_hundred": 800, "r_hundred": 800, "seg_id": 341391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7532, "Shape__Length": 176.57999429961362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158934445779593, 39.926739133784402 ], [ -75.160497850304097, 39.926944819009101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24203, "tnode_": 24267, "lpoly_": null, "rpoly_": null, "length": 195.37107286, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 46140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341392, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 7533, "Shape__Length": 77.846727696766294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163792081876096, 39.929186753159101 ], [ -75.163908924651494, 39.9286580324246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24267, "tnode_": 24257, "lpoly_": null, "rpoly_": null, "length": 287.42057164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1110, "l_t_add": 1198, "r_f_add": 1107, "r_t_add": 1199, "st_code": 57100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341393, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7534, "Shape__Length": 114.0984400340508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163908924651494, 39.9286580324246 ], [ -75.164666428381693, 39.928749688135099 ], [ -75.1649179526475, 39.928705335811301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24271, "tnode_": 24267, "lpoly_": null, "rpoly_": null, "length": 150.74648635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1108, "r_f_add": 1101, "r_t_add": 1105, "st_code": 57100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341394, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7535, "Shape__Length": 59.842141070661945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163379483459593, 39.928586609950202 ], [ -75.163908924651494, 39.9286580324246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24295, "tnode_": 24271, "lpoly_": null, "rpoly_": null, "length": 449.43198924999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 57100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341395, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7536, "Shape__Length": 178.41117126038898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161800570309396, 39.9283756729454 ], [ -75.163379483459593, 39.928586609950202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24088, "tnode_": 24136, "lpoly_": null, "rpoly_": null, "length": 160.63463919, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 88020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 341396, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7537, "Shape__Length": 64.00803472252197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163005472942103, 39.930237658275097 ], [ -75.163092941952598, 39.929801867800002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24136, "tnode_": 24178, "lpoly_": null, "rpoly_": null, "length": 158.37685181000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 88020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7538, "Shape__Length": 63.106216994304283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163092941952598, 39.929801867800002 ], [ -75.163191401797206, 39.929373762202196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24178, "tnode_": 24229, "lpoly_": null, "rpoly_": null, "length": 136.18516934000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1615, "l_t_add": 1625, "r_f_add": 1614, "r_t_add": 1630, "st_code": 88020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341398, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7539, "Shape__Length": 54.264461105069799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163191401797206, 39.929373762202196 ], [ -75.163269491135694, 39.929004782205901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24229, "tnode_": 24271, "lpoly_": null, "rpoly_": null, "length": 155.42455341, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1632, "r_t_add": 1698, "st_code": 88020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 341399, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7540, "Shape__Length": 61.926944849187514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163269491135694, 39.929004782205901 ], [ -75.163379483459593, 39.928586609950202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24271, "tnode_": 24326, "lpoly_": null, "rpoly_": null, "length": 149.06838653, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1711, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7541, "Shape__Length": 59.398115328404842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163379483459593, 39.928586609950202 ], [ -75.163458393270901, 39.928181932958999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24326, "tnode_": 24380, "lpoly_": null, "rpoly_": null, "length": 148.96320985, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1713, "l_t_add": 1727, "r_f_add": 1714, "r_t_add": 1726, "st_code": 88020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341401, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7542, "Shape__Length": 59.353620487173863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163458393270901, 39.928181932958999 ], [ -75.163552813814704, 39.927779523140998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24380, "tnode_": 24435, "lpoly_": null, "rpoly_": null, "length": 155.80311188, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 88020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341402, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7543, "Shape__Length": 62.078639299205904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163552813814704, 39.927779523140998 ], [ -75.163651132386306, 39.927358575362902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24435, "tnode_": 24487, "lpoly_": null, "rpoly_": null, "length": 159.71053564, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341403, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7544, "Shape__Length": 63.636747196192616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163651132386306, 39.927358575362902 ], [ -75.163740928687403, 39.9269256346996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24204, "tnode_": 24178, "lpoly_": null, "rpoly_": null, "length": 446.95397208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 33900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341404, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7545, "Shape__Length": 177.42901224075143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161620580927305, 39.929166645775098 ], [ -75.163191401797206, 39.929373762202196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24264, "tnode_": 24247, "lpoly_": null, "rpoly_": null, "length": 446.59767800999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 57240, "l_hundred": 900, "r_hundred": 900, "seg_id": 341405, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7546, "Shape__Length": 177.28479023969734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160136078780496, 39.928597522433698 ], [ -75.161707113889605, 39.928797708570897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24247, "tnode_": 24229, "lpoly_": null, "rpoly_": null, "length": 444.61980225000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 57240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341406, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 7547, "Shape__Length": 176.50165223276792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161707113889605, 39.928797708570897 ], [ -75.163269491135694, 39.929004782205901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24226, "tnode_": 24204, "lpoly_": null, "rpoly_": null, "length": 442.82215814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 33900, "l_hundred": 900, "r_hundred": 900, "seg_id": 341407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 7548, "Shape__Length": 175.78720953490975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160063075549004, 39.928966961533199 ], [ -75.161620580927305, 39.929166645775098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24257, "tnode_": 24249, "lpoly_": null, "rpoly_": null, "length": 163.84997221999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1217, "st_code": 57100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341408, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 7549, "Shape__Length": 65.082804579530247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1649179526475, 39.928705335811301 ], [ -75.165015450703393, 39.928794878181101 ], [ -75.165439799954598, 39.928859077035398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24257, "tnode_": 24351, "lpoly_": null, "rpoly_": null, "length": 307.52404976000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1725, "r_f_add": 1700, "r_t_add": 1734, "st_code": 63220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341410, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7550, "Shape__Length": 122.34980647815523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1649179526475, 39.928705335811301 ], [ -75.164992826178405, 39.928612265534703 ], [ -75.165617439331498, 39.928056781761804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24351, "tnode_": 24398, "lpoly_": null, "rpoly_": null, "length": 189.92338289, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1736, "r_t_add": 1798, "st_code": 63220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341411, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7551, "Shape__Length": 75.547509437431287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165617439331498, 39.928056781761804 ], [ -75.166074199326403, 39.927671868342401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24398, "tnode_": 24490, "lpoly_": null, "rpoly_": null, "length": 351.04321452, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1841, "r_f_add": 1800, "r_t_add": 1824, "st_code": 63220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341412, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7552, "Shape__Length": 139.62396437654888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166074199326403, 39.927671868342401 ], [ -75.1668066953237, 39.927045282859901 ], [ -75.166936615329405, 39.926977801376601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24257, "tnode_": 24305, "lpoly_": null, "rpoly_": null, "length": 127.81709308, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1712, "st_code": 88040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341413, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7553, "Shape__Length": 50.920945585795423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1649179526475, 39.928705335811301 ], [ -75.164958317298698, 39.928582524450803 ], [ -75.165037610532593, 39.928366803796301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24305, "tnode_": 24358, "lpoly_": null, "rpoly_": null, "length": 141.33020721, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1715, "l_t_add": 1725, "r_f_add": 1714, "r_t_add": 1724, "st_code": 88040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7554, "Shape__Length": 56.313219578737865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165037610532593, 39.928366803796301 ], [ -75.165122136447494, 39.927984330993098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24358, "tnode_": 24411, "lpoly_": null, "rpoly_": null, "length": 154.44999563000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1726, "r_t_add": 1798, "st_code": 88040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341415, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7555, "Shape__Length": 61.540568737404008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165122136447494, 39.927984330993098 ], [ -75.165213756862897, 39.927566254915099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24411, "tnode_": 24568, "lpoly_": null, "rpoly_": null, "length": 452.22846085000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 88040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341416, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7556, "Shape__Length": 180.18767679924235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165213756862897, 39.927566254915099 ], [ -75.165485413484106, 39.9263425751939 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24326, "tnode_": 24305, "lpoly_": null, "rpoly_": null, "length": 449.41117977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 81780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 7557, "Shape__Length": 178.40200591997174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163458393270901, 39.928181932958999 ], [ -75.163542167290203, 39.928169781956498 ], [ -75.165037610532593, 39.928366803796301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24380, "tnode_": 24358, "lpoly_": null, "rpoly_": null, "length": 446.40736067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 64640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 7558, "Shape__Length": 177.20800779255876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163552813814704, 39.927779523140998 ], [ -75.165122136447494, 39.927984330993098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24390, "tnode_": 24374, "lpoly_": null, "rpoly_": null, "length": 312.73878523000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1327, "st_code": 56880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341419, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7559, "Shape__Length": 124.1470512838609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166784112545002, 39.927771512920501 ], [ -75.167882577574304, 39.927919252843303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24398, "tnode_": 24390, "lpoly_": null, "rpoly_": null, "length": 202.38291896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1254, "l_t_add": 1298, "r_f_add": 1255, "r_t_add": 1299, "st_code": 56880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341420, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7560, "Shape__Length": 80.340056562514988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166074199326403, 39.927671868342401 ], [ -75.166784112545002, 39.927771512920501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24402, "tnode_": 24398, "lpoly_": null, "rpoly_": null, "length": 78.12328608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1216, "l_t_add": 1252, "r_f_add": 1217, "r_t_add": 1253, "st_code": 56880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341421, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7561, "Shape__Length": 31.010858860462211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1657981504368, 39.927643162946602 ], [ -75.166074199326403, 39.927671868342401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24411, "tnode_": 24402, "lpoly_": null, "rpoly_": null, "length": 166.2756051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 56880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341422, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7562, "Shape__Length": 66.005412832052585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165213756862897, 39.927566254915099 ], [ -75.1657981504368, 39.927643162946602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24418, "tnode_": 24411, "lpoly_": null, "rpoly_": null, "length": 149.50087467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1138, "l_t_add": 1198, "r_f_add": 1139, "r_t_add": 1199, "st_code": 56880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7563, "Shape__Length": 59.345649040301147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164687472661697, 39.927501039092299 ], [ -75.165213756862897, 39.927566254915099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24435, "tnode_": 24418, "lpoly_": null, "rpoly_": null, "length": 295.24840016000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1136, "r_f_add": 1101, "r_t_add": 1137, "st_code": 56880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341424, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 7564, "Shape__Length": 117.20382168538363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163651132386306, 39.927358575362902 ], [ -75.164687472661697, 39.927501039092299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24240, "tnode_": 24306, "lpoly_": null, "rpoly_": null, "length": 225.71628091999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1725, "r_f_add": 1700, "r_t_add": 1724, "st_code": 88060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7565, "Shape__Length": 89.936810551449526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166515361306296, 39.928992503638703 ], [ -75.166519702875206, 39.928944695325796 ], [ -75.166653827448201, 39.928382403225399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24306, "tnode_": 24332, "lpoly_": null, "rpoly_": null, "length": 67.69985627, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1727, "l_t_add": 1731, "r_f_add": 1726, "r_t_add": 1730, "st_code": 88060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341426, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7566, "Shape__Length": 26.975731949548933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166653827448201, 39.928382403225399 ], [ -75.166690150322694, 39.928198674488698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24332, "tnode_": 24390, "lpoly_": null, "rpoly_": null, "length": 157.82283374, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1733, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 88060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7567, "Shape__Length": 62.884617928881177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166690150322694, 39.928198674488698 ], [ -75.166784112545002, 39.927771512920501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24390, "tnode_": 24448, "lpoly_": null, "rpoly_": null, "length": 158.91605964, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1811, "r_f_add": 1800, "r_t_add": 1812, "st_code": 88060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7568, "Shape__Length": 63.320217478943349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166784112545002, 39.927771512920501 ], [ -75.166875970046704, 39.9273410386064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24448, "tnode_": 24490, "lpoly_": null, "rpoly_": null, "length": 133.70496591, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1813, "l_t_add": 1825, "r_f_add": 1814, "r_t_add": 1826, "st_code": 88060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341429, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7569, "Shape__Length": 53.275733216165577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166875970046704, 39.9273410386064 ], [ -75.166932182944905, 39.927093143302699 ], [ -75.166936615329405, 39.926977801376601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24243, "tnode_": 24345, "lpoly_": null, "rpoly_": null, "length": 292.58205004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 45100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341430, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 7570, "Shape__Length": 116.57941972024703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165856437884699, 39.928906795741398 ], [ -75.166037285642801, 39.928115780867799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24306, "tnode_": 24286, "lpoly_": null, "rpoly_": null, "length": 415.69912340999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1348, "r_f_add": 1301, "r_t_add": 1335, "st_code": 21840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTLE AVE", "stname": "CASTLE AVE", "objectid": 7571, "Shape__Length": 165.01989213689623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166653827448201, 39.928382403225399 ], [ -75.168114607832095, 39.928575835844697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24286, "tnode_": 24276, "lpoly_": null, "rpoly_": null, "length": 164.5828155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1350, "l_t_add": 1398, "r_f_add": 1337, "r_t_add": 1399, "st_code": 21840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTLE AVE", "stname": "CASTLE AVE", "objectid": 7572, "Shape__Length": 65.334433861597901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168114607832095, 39.928575835844697 ], [ -75.168545260808301, 39.928632659644201 ], [ -75.168693028636, 39.928652104228703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24399, "tnode_": 24527, "lpoly_": null, "rpoly_": null, "length": 349.39840785999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 81840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7573, "Shape__Length": 139.21677144129774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168377288842095, 39.927699050102703 ], [ -75.168583427892997, 39.926753128394601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24527, "tnode_": 24520, "lpoly_": null, "rpoly_": null, "length": 146.6902902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1343, "r_t_add": 1399, "st_code": 55960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7574, "Shape__Length": 58.231056604310602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168583427892997, 39.926753128394601 ], [ -75.1690978262572, 39.926825986009597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24528, "tnode_": 24527, "lpoly_": null, "rpoly_": null, "length": 60.54151853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1332, "l_t_add": 1336, "r_f_add": 1337, "r_t_add": 1341, "st_code": 55960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341435, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7575, "Shape__Length": 24.032434510388931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168370585473198, 39.926725422192902 ], [ -75.168583427892997, 39.926753128394601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24531, "tnode_": 24528, "lpoly_": null, "rpoly_": null, "length": 63.53734568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1326, "l_t_add": 1330, "r_f_add": 1331, "r_t_add": 1335, "st_code": 55960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341436, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7576, "Shape__Length": 25.221447232445243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168146988180496, 39.926697377936897 ], [ -75.168370585473198, 39.926725422192902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24546, "tnode_": 24531, "lpoly_": null, "rpoly_": null, "length": 225.98224724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1312, "l_t_add": 1324, "r_f_add": 1307, "r_t_add": 1329, "st_code": 55960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341437, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7577, "Shape__Length": 89.7063710113203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167353730928298, 39.926588572605702 ], [ -75.168146988180496, 39.926697377936897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24549, "tnode_": 24546, "lpoly_": null, "rpoly_": null, "length": 84.9096092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1305, "st_code": 55960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341438, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7578, "Shape__Length": 33.706215107030751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167056092401793, 39.926545930833399 ], [ -75.167353730928298, 39.926588572605702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24551, "tnode_": 24549, "lpoly_": null, "rpoly_": null, "length": 138.5088744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 55960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7579, "Shape__Length": 54.980606974118672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166567534461393, 39.926490378897803 ], [ -75.167056092401793, 39.926545930833399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24560, "tnode_": 24551, "lpoly_": null, "rpoly_": null, "length": 148.37250602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1208, "l_t_add": 1218, "r_f_add": 1209, "r_t_add": 1223, "st_code": 55960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341440, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7580, "Shape__Length": 58.89723955820066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166045733540301, 39.9264232942229 ], [ -75.166567534461393, 39.926490378897803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24568, "tnode_": 24560, "lpoly_": null, "rpoly_": null, "length": 159.87683466000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1206, "r_f_add": 1201, "r_t_add": 1207, "st_code": 55960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341441, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7581, "Shape__Length": 63.465561671224123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165485413484106, 39.9263425751939 ], [ -75.166045733540301, 39.9264232942229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24574, "tnode_": 24568, "lpoly_": null, "rpoly_": null, "length": 154.75605271000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 55960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341442, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7582, "Shape__Length": 61.429993118393192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164939907900504, 39.926278664256103 ], [ -75.165485413484106, 39.9263425751939 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24579, "tnode_": 24574, "lpoly_": null, "rpoly_": null, "length": 134.17564684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1116, "l_t_add": 1126, "r_f_add": 1119, "r_t_add": 1127, "st_code": 55960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341443, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7583, "Shape__Length": 53.263145995231511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164469863452993, 39.926210104519498 ], [ -75.164939907900504, 39.926278664256103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24490, "tnode_": 24549, "lpoly_": null, "rpoly_": null, "length": 161.14648102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 88060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341444, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7584, "Shape__Length": 64.203015285786762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166936615329405, 39.926977801376601 ], [ -75.167001587634303, 39.926805966200497 ], [ -75.167056092401793, 39.926545930833399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24549, "tnode_": 24691, "lpoly_": null, "rpoly_": null, "length": 446.05678652999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7585, "Shape__Length": 177.72593932777411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167056092401793, 39.926545930833399 ], [ -75.167324349984298, 39.925338992078899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24490, "tnode_": 24546, "lpoly_": null, "rpoly_": null, "length": 184.74272732, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1843, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 63220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341446, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7586, "Shape__Length": 73.499470776323349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166936615329405, 39.926977801376601 ], [ -75.167077217641605, 39.926807669753998 ], [ -75.167353730928298, 39.926588572605702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24546, "tnode_": 24629, "lpoly_": null, "rpoly_": null, "length": 340.16896422000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1933, "r_f_add": 1900, "r_t_add": 1932, "st_code": 63220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341447, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7587, "Shape__Length": 135.32143025768735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167353730928298, 39.926588572605702 ], [ -75.168150302413196, 39.925884390492101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24374, "tnode_": 24428, "lpoly_": null, "rpoly_": null, "length": 155.91762194999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1811, "r_f_add": 1800, "r_t_add": 1810, "st_code": 46460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341448, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7588, "Shape__Length": 62.1259252388801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167882577574304, 39.927919252843303 ], [ -75.167970576783105, 39.927496635182301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24428, "tnode_": 24472, "lpoly_": null, "rpoly_": null, "length": 140.10246365999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1813, "l_t_add": 1829, "r_f_add": 1812, "r_t_add": 1828, "st_code": 46460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341449, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7589, "Shape__Length": 55.823772853571583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167970576783105, 39.927496635182301 ], [ -75.168051212871006, 39.927117079715103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24472, "tnode_": 24531, "lpoly_": null, "rpoly_": null, "length": 155.23143282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1831, "l_t_add": 1899, "r_f_add": 1830, "r_t_add": 1898, "st_code": 46460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7590, "Shape__Length": 61.850596649993072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168051212871006, 39.927117079715103 ], [ -75.168146988180496, 39.926697377936897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24490, "tnode_": 24472, "lpoly_": null, "rpoly_": null, "length": 316.69192918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 72820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341451, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7591, "Shape__Length": 125.71287424963386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166936615329405, 39.926977801376601 ], [ -75.168051212871006, 39.927117079715103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24448, "tnode_": 24428, "lpoly_": null, "rpoly_": null, "length": 312.18172780999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 54680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7592, "Shape__Length": 123.92678910001936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166875970046704, 39.9273410386064 ], [ -75.167970576783105, 39.927496635182301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24402, "tnode_": 24481, "lpoly_": null, "rpoly_": null, "length": 225.13201761, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1824, "st_code": 21000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341453, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 7593, "Shape__Length": 89.702719255480659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1657981504368, 39.927643162946602 ], [ -75.165935167391694, 39.927034216384399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24481, "tnode_": 24560, "lpoly_": null, "rpoly_": null, "length": 225.1283433, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 21000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 7594, "Shape__Length": 89.70270177017602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165935167391694, 39.927034216384399 ], [ -75.166050079681696, 39.926476991810702 ], [ -75.166045733540301, 39.9264232942229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24539, "tnode_": 24523, "lpoly_": null, "rpoly_": null, "length": 222.47470921000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 72820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7595, "Shape__Length": 88.314381479937623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163822620054404, 39.926567547885497 ], [ -75.164603108400996, 39.926676617876701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24487, "tnode_": 24470, "lpoly_": null, "rpoly_": null, "length": 293.79714253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 54680, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341456, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7596, "Shape__Length": 116.62582336919077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163740928687403, 39.9269256346996 ], [ -75.164773487904696, 39.927061585569597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24487, "tnode_": 24539, "lpoly_": null, "rpoly_": null, "length": 132.44131261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1819, "l_t_add": 1835, "r_f_add": 1814, "r_t_add": 1824, "st_code": 88020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341457, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7597, "Shape__Length": 52.769953771546753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163740928687403, 39.9269256346996 ], [ -75.163822620054404, 39.926567547885497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24539, "tnode_": 24587, "lpoly_": null, "rpoly_": null, "length": 158.37770986000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1837, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 88020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7598, "Shape__Length": 63.103713634795326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163822620054404, 39.926567547885497 ], [ -75.163920199833896, 39.926139321088499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24587, "tnode_": 24733, "lpoly_": null, "rpoly_": null, "length": 449.93484173999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341459, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7599, "Shape__Length": 179.27270070813114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163920199833896, 39.926139321088499 ], [ -75.164172118948201, 39.9249195165931 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24418, "tnode_": 24470, "lpoly_": null, "rpoly_": null, "length": 161.89238368, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1816, "st_code": 71020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 7600, "Shape__Length": 64.506913144167257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164687472661697, 39.927501039092299 ], [ -75.164773487904696, 39.927061585569597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24574, "tnode_": 24717, "lpoly_": null, "rpoly_": null, "length": 452.51200987, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 71020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 7601, "Shape__Length": 180.29806326540205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164939907900504, 39.926278664256103 ], [ -75.1649453329252, 39.926223039758497 ], [ -75.165204459455396, 39.925053512226299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24587, "tnode_": 24579, "lpoly_": null, "rpoly_": null, "length": 156.30281334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1117, "st_code": 55960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7602, "Shape__Length": 62.044980410800612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163920199833896, 39.926139321088499 ], [ -75.164469863452993, 39.926210104519498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24596, "tnode_": 24587, "lpoly_": null, "rpoly_": null, "length": 160.23780594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1026, "l_t_add": 1098, "r_f_add": 1025, "r_t_add": 1099, "st_code": 55960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7603, "Shape__Length": 63.607190196866455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163357005776305, 39.926065356446102 ], [ -75.163920199833896, 39.926139321088499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24603, "tnode_": 24596, "lpoly_": null, "rpoly_": null, "length": 101.60269506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1016, "l_t_add": 1024, "r_f_add": 1015, "r_t_add": 1023, "st_code": 55960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341464, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7604, "Shape__Length": 40.33141300068695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162999618993496, 39.926019739843802 ], [ -75.163357005776305, 39.926065356446102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24605, "tnode_": 24603, "lpoly_": null, "rpoly_": null, "length": 28.22299552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1014, "l_t_add": 1014, "r_f_add": 1013, "r_t_add": 1013, "st_code": 55960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341465, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7605, "Shape__Length": 11.205120060074256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162902601253705, 39.925999170298503 ], [ -75.162999618993496, 39.926019739843802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24610, "tnode_": 24605, "lpoly_": null, "rpoly_": null, "length": 159.69846392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1011, "st_code": 55960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7606, "Shape__Length": 63.392225549080926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162340453803097, 39.925929400441603 ], [ -75.162902601253705, 39.925999170298503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24630, "tnode_": 24610, "lpoly_": null, "rpoly_": null, "length": 447.43417513000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 55960, "l_hundred": 900, "r_hundred": 900, "seg_id": 341467, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7607, "Shape__Length": 177.60984674246723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160767103828803, 39.925726245443997 ], [ -75.162340453803097, 39.925929400441603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24648, "tnode_": 24630, "lpoly_": null, "rpoly_": null, "length": 443.99454174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 55960, "l_hundred": 800, "r_hundred": 800, "seg_id": 341468, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7608, "Shape__Length": 176.2446876726693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159206701868399, 39.9255207959961 ], [ -75.160767103828803, 39.925726245443997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24667, "tnode_": 24648, "lpoly_": null, "rpoly_": null, "length": 437.20628048000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 55960, "l_hundred": 700, "r_hundred": 700, "seg_id": 341469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7609, "Shape__Length": 173.54884270541251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157669343590896, 39.9253222054503 ], [ -75.159206701868399, 39.9255207959961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24690, "tnode_": 24667, "lpoly_": null, "rpoly_": null, "length": 447.34598888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 55960, "l_hundred": 600, "r_hundred": 600, "seg_id": 341470, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7610, "Shape__Length": 177.57442419742091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156097667738194, 39.925112987687498 ], [ -75.157669343590896, 39.9253222054503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24707, "tnode_": 24690, "lpoly_": null, "rpoly_": null, "length": 446.71923531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 55960, "l_hundred": 500, "r_hundred": 500, "seg_id": 341471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7611, "Shape__Length": 177.32500960870894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154528107402598, 39.924904470016401 ], [ -75.156097667738194, 39.925112987687498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24735, "tnode_": 24726, "lpoly_": null, "rpoly_": null, "length": 245.59966567000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 55960, "l_hundred": 300, "r_hundred": 300, "seg_id": 341472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7612, "Shape__Length": 97.489521399432249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152078112969505, 39.924577415201803 ], [ -75.1529417436291, 39.924688821258101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24721, "tnode_": 24763, "lpoly_": null, "rpoly_": null, "length": 153.63056009000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1831, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 87840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341473, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7613, "Shape__Length": 61.199218535081691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149951579857103, 39.924719494084599 ], [ -75.150103723250496, 39.924314353267299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24749, "tnode_": 24735, "lpoly_": null, "rpoly_": null, "length": 208.51859557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 240, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 55960, "l_hundred": 200, "r_hundred": 200, "seg_id": 341474, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7614, "Shape__Length": 82.770163974555018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151344769564204, 39.9244833193669 ], [ -75.152078112969505, 39.924577415201803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24763, "tnode_": 24749, "lpoly_": null, "rpoly_": null, "length": 353.47904625999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 230, "l_t_add": 238, "r_f_add": 201, "r_t_add": 233, "st_code": 55960, "l_hundred": 200, "r_hundred": 200, "seg_id": 341475, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7615, "Shape__Length": 140.31288272564359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150103723250496, 39.924314353267299 ], [ -75.151344769564204, 39.9244833193669 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24768, "tnode_": 24763, "lpoly_": null, "rpoly_": null, "length": 198.59677175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 228, "r_f_add": 157, "r_t_add": 199, "st_code": 55960, "l_hundred": 200, "r_hundred": 100, "seg_id": 341476, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7616, "Shape__Length": 78.833012152326603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149407069757402, 39.924216812265399 ], [ -75.150103723250496, 39.924314353267299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24790, "tnode_": 24768, "lpoly_": null, "rpoly_": null, "length": 443.73812598999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 155, "st_code": 55960, "l_hundred": 100, "r_hundred": 100, "seg_id": 341477, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 7617, "Shape__Length": 176.13653561948993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147844765924702, 39.924024693291301 ], [ -75.149407069757402, 39.924216812265399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24709, "tnode_": 24678, "lpoly_": null, "rpoly_": null, "length": 611.97301735999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CLELLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 54680, "l_hundred": 100, "r_hundred": 100, "seg_id": 341478, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CLELLAN ST", "stname": "MC CLELLAN ST", "objectid": 7618, "Shape__Length": 242.92135449347995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147680753904396, 39.924739450465303 ], [ -75.149757186050493, 39.925009713713699 ], [ -75.149831633930305, 39.925021709568497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24747, "tnode_": 24721, "lpoly_": null, "rpoly_": null, "length": 625.3571505299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 72820, "l_hundred": 100, "r_hundred": 100, "seg_id": 341479, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 7619, "Shape__Length": 248.23899890893117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147760824124902, 39.924410883639801 ], [ -75.149890652055802, 39.924696737629397 ], [ -75.149951579857103, 39.924719494084599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24768, "tnode_": 24827, "lpoly_": null, "rpoly_": null, "length": 149.6854709, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1914, "st_code": 87840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341480, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7620, "Shape__Length": 59.639165118504138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149407069757402, 39.924216812265399 ], [ -75.149493827252897, 39.923811372296697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24827, "tnode_": 24861, "lpoly_": null, "rpoly_": null, "length": 138.71374147, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1927, "r_f_add": 1916, "r_t_add": 1932, "st_code": 87840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341481, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7621, "Shape__Length": 55.265931309266179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149493827252897, 39.923811372296697 ], [ -75.149583810448107, 39.923436941098899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24861, "tnode_": 24923, "lpoly_": null, "rpoly_": null, "length": 155.35809517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1929, "l_t_add": 1999, "r_f_add": 1934, "r_t_add": 1998, "st_code": 87840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341482, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7622, "Shape__Length": 61.899192754542113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149583810448107, 39.923436941098899 ], [ -75.149669589352698, 39.923015608259398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24842, "tnode_": 24827, "lpoly_": null, "rpoly_": null, "length": 446.83802862000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 42960, "l_hundred": 100, "r_hundred": 100, "seg_id": 341483, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7623, "Shape__Length": 177.37059109342482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147925985245607, 39.9235936125881 ], [ -75.149493827252897, 39.923811372296697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24881, "tnode_": 24861, "lpoly_": null, "rpoly_": null, "length": 447.58863792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 29300, "l_hundred": 100, "r_hundred": 100, "seg_id": 341484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7624, "Shape__Length": 177.66491274591431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148010278998996, 39.923232325374101 ], [ -75.149583810448107, 39.923436941098899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24842, "tnode_": 24881, "lpoly_": null, "rpoly_": null, "length": 133.71704413, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1927, "r_f_add": 1914, "r_t_add": 1926, "st_code": 35220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341485, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7625, "Shape__Length": 53.275384035521405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147925985245607, 39.9235936125881 ], [ -75.148010278998996, 39.923232325374101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24881, "tnode_": 24948, "lpoly_": null, "rpoly_": null, "length": 153.11239228, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1929, "l_t_add": 1999, "r_f_add": 1928, "r_t_add": 1998, "st_code": 35220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341486, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7626, "Shape__Length": 61.003907109600675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148010278998996, 39.923232325374101 ], [ -75.148097365905599, 39.922817395200497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24709, "tnode_": 24747, "lpoly_": null, "rpoly_": null, "length": 121.77951384, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1825, "r_f_add": 1800, "r_t_add": 1824, "st_code": 35220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341487, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7627, "Shape__Length": 48.519545532422896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147680753904396, 39.924739450465303 ], [ -75.147760824124902, 39.924410883639801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24747, "tnode_": 24790, "lpoly_": null, "rpoly_": null, "length": 142.63852482, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1826, "r_t_add": 1898, "st_code": 35220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341488, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7628, "Shape__Length": 56.831437135855666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147760824124902, 39.924410883639801 ], [ -75.147844765924702, 39.924024693291301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24880, "tnode_": 24869, "lpoly_": null, "rpoly_": null, "length": 207.37211818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 342, "l_t_add": 350, "r_f_add": 341, "r_t_add": 347, "st_code": 54800, "l_hundred": 300, "r_hundred": 300, "seg_id": 341489, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7629, "Shape__Length": 82.31418604772513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151862676795005, 39.923305245099101 ], [ -75.152591363311501, 39.923401609299503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24909, "tnode_": 24880, "lpoly_": null, "rpoly_": null, "length": 361.56294698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 340, "r_f_add": 301, "r_t_add": 339, "st_code": 54800, "l_hundred": 300, "r_hundred": 300, "seg_id": 341490, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7630, "Shape__Length": 143.51798581650374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150591773540995, 39.923139063618201 ], [ -75.151862676795005, 39.923305245099101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24911, "tnode_": 24909, "lpoly_": null, "rpoly_": null, "length": 129.5328375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 212, "l_t_add": 298, "r_f_add": 215, "r_t_add": 299, "st_code": 54800, "l_hundred": 200, "r_hundred": 200, "seg_id": 341491, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7631, "Shape__Length": 51.417510267943165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150137753748695, 39.923073945855201 ], [ -75.150591773540995, 39.923139063618201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24923, "tnode_": 24911, "lpoly_": null, "rpoly_": null, "length": 133.01821058000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 213, "st_code": 54800, "l_hundred": 200, "r_hundred": 200, "seg_id": 341492, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7632, "Shape__Length": 52.799286615409933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149669589352698, 39.923015608259398 ], [ -75.150137753748695, 39.923073945855201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24948, "tnode_": 24923, "lpoly_": null, "rpoly_": null, "length": 446.84676637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 54800, "l_hundred": 100, "r_hundred": 100, "seg_id": 341493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7633, "Shape__Length": 177.36820294511489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148097365905599, 39.922817395200497 ], [ -75.149669589352698, 39.923015608259398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24763, "tnode_": 24909, "lpoly_": null, "rpoly_": null, "length": 449.48715188, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 87860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341494, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7634, "Shape__Length": 179.04155057423873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150103723250496, 39.924314353267299 ], [ -75.150591773540995, 39.923139063618201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24909, "tnode_": 24966, "lpoly_": null, "rpoly_": null, "length": 147.93295393, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341495, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7635, "Shape__Length": 58.922127753757074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150591773540995, 39.923139063618201 ], [ -75.150761306237797, 39.9227545189853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24966, "tnode_": 25006, "lpoly_": null, "rpoly_": null, "length": 129.12274576000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2017, "l_t_add": 2033, "r_f_add": 2014, "r_t_add": 2024, "st_code": 87860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341496, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7636, "Shape__Length": 51.431926550774328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150761306237797, 39.9227545189853 ], [ -75.150901182834701, 39.922416818162198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25006, "tnode_": 25048, "lpoly_": null, "rpoly_": null, "length": 163.5801643, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2035, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 87860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7637, "Shape__Length": 65.157019107681847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150901182834701, 39.922416818162198 ], [ -75.151076721177105, 39.921988592631102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25048, "tnode_": 25105, "lpoly_": null, "rpoly_": null, "length": 170.79360287, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2116, "st_code": 87860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341498, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7638, "Shape__Length": 68.027924146433378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151076721177105, 39.921988592631102 ], [ -75.151267056599593, 39.921543235056397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24948, "tnode_": 24995, "lpoly_": null, "rpoly_": null, "length": 142.55690455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2011, "r_f_add": 2000, "r_t_add": 2012, "st_code": 35220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341499, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7639, "Shape__Length": 56.796831883084522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148097365905599, 39.922817395200497 ], [ -75.148186362227506, 39.922432104166397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24995, "tnode_": 25028, "lpoly_": null, "rpoly_": null, "length": 123.90484612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2013, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2032, "st_code": 35220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341500, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7640, "Shape__Length": 49.366730808645862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148186362227506, 39.922432104166397 ], [ -75.148253870414706, 39.922095964595997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25028, "tnode_": 25083, "lpoly_": null, "rpoly_": null, "length": 171.27379645, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2034, "r_t_add": 2098, "st_code": 35220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341501, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7641, "Shape__Length": 68.238266554701127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148253870414706, 39.922095964595997 ], [ -75.148354465102102, 39.921632219790602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25083, "tnode_": 25240, "lpoly_": null, "rpoly_": null, "length": 456.00164436, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 35220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341502, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7642, "Shape__Length": 181.67664249897393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148354465102102, 39.921632219790602 ], [ -75.148619363020202, 39.920397165574599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25048, "tnode_": 25025, "lpoly_": null, "rpoly_": null, "length": 578.80954263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 366, "r_f_add": 301, "r_t_add": 351, "st_code": 73220, "l_hundred": 300, "r_hundred": 300, "seg_id": 341503, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7643, "Shape__Length": 229.74704849451152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151076721177105, 39.921988592631102 ], [ -75.153111896880503, 39.922251532880701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25055, "tnode_": 25048, "lpoly_": null, "rpoly_": null, "length": 160.8394323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 212, "l_t_add": 298, "r_f_add": 213, "r_t_add": 299, "st_code": 73220, "l_hundred": 200, "r_hundred": 200, "seg_id": 341504, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7644, "Shape__Length": 63.842216335914252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150511566949703, 39.921913811186499 ], [ -75.151076721177105, 39.921988592631102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25062, "tnode_": 25055, "lpoly_": null, "rpoly_": null, "length": 168.88595837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 211, "st_code": 73220, "l_hundred": 200, "r_hundred": 200, "seg_id": 341505, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7645, "Shape__Length": 67.037443168243399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149919733703001, 39.921828453965396 ], [ -75.150511566949703, 39.921913811186499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25067, "tnode_": 25062, "lpoly_": null, "rpoly_": null, "length": 156.05042534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 146, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 73220, "l_hundred": 100, "r_hundred": 100, "seg_id": 341506, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7646, "Shape__Length": 61.940654187812648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149370821675802, 39.9217585780954 ], [ -75.149919733703001, 39.921828453965396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25077, "tnode_": 25067, "lpoly_": null, "rpoly_": null, "length": 128.44397204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 118, "l_t_add": 144, "r_f_add": 119, "r_t_add": 135, "st_code": 73220, "l_hundred": 100, "r_hundred": 100, "seg_id": 341507, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7647, "Shape__Length": 50.981922429915976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148917946590501, 39.921706290150397 ], [ -75.149370821675802, 39.9217585780954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25083, "tnode_": 25077, "lpoly_": null, "rpoly_": null, "length": 160.33390667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 73220, "l_hundred": 100, "r_hundred": 100, "seg_id": 341508, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7648, "Shape__Length": 63.641201220531634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148354465102102, 39.921632219790602 ], [ -75.148917946590501, 39.921706290150397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24923, "tnode_": 24979, "lpoly_": null, "rpoly_": null, "length": 140.51570046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7649, "Shape__Length": 55.98568624476588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149669589352698, 39.923015608259398 ], [ -75.149743692541094, 39.922634117761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24979, "tnode_": 25015, "lpoly_": null, "rpoly_": null, "length": 121.56319545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2031, "r_f_add": 2014, "r_t_add": 2030, "st_code": 87840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7650, "Shape__Length": 48.432508099768498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149743692541094, 39.922634117761 ], [ -75.149819597614496, 39.9223055688458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25015, "tnode_": 25062, "lpoly_": null, "rpoly_": null, "length": 176.05897825, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2033, "l_t_add": 2099, "r_f_add": 2032, "r_t_add": 2098, "st_code": 87840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341511, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7651, "Shape__Length": 70.145435492472544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149819597614496, 39.9223055688458 ], [ -75.149919733703001, 39.921828453965396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25062, "tnode_": 25214, "lpoly_": null, "rpoly_": null, "length": 453.91703566999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 87840, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341512, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7652, "Shape__Length": 180.84509276327648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149919733703001, 39.921828453965396 ], [ -75.150193962766494, 39.920600413750698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24911, "tnode_": 25055, "lpoly_": null, "rpoly_": null, "length": 435.42753936000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 64520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7653, "Shape__Length": 173.46191969498963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150137753748695, 39.923073945855201 ], [ -75.150511566949703, 39.921913811186499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25055, "tnode_": 25198, "lpoly_": null, "rpoly_": null, "length": 459.97673047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 64520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341514, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7654, "Shape__Length": 183.21231636238878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150511566949703, 39.921913811186499 ], [ -75.151014805800003, 39.920712037596601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24995, "tnode_": 24979, "lpoly_": null, "rpoly_": null, "length": 442.95530925000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 31720, "l_hundred": 100, "r_hundred": 100, "seg_id": 341515, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7655, "Shape__Length": 175.8236041978013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148186362227506, 39.922432104166397 ], [ -75.149743692541094, 39.922634117761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25028, "tnode_": 25015, "lpoly_": null, "rpoly_": null, "length": 445.74535277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 55540, "l_hundred": 100, "r_hundred": 100, "seg_id": 341516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7656, "Shape__Length": 176.93142419899314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148253870414706, 39.922095964595997 ], [ -75.149819597614496, 39.9223055688458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24749, "tnode_": 24880, "lpoly_": null, "rpoly_": null, "length": 453.0683612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 36000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341517, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S GALLOWAY ST", "stname": "S GALLOWAY ST", "objectid": 7657, "Shape__Length": 180.46132259634118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151344769564204, 39.9244833193669 ], [ -75.151862676795005, 39.923305245099101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24869, "tnode_": 24929, "lpoly_": null, "rpoly_": null, "length": 151.50824013, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 57320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7658, "Shape__Length": 60.346803339721504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152591363311501, 39.923401609299503 ], [ -75.152763570390505, 39.923007400521897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24929, "tnode_": 24976, "lpoly_": null, "rpoly_": null, "length": 128.43965388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2024, "st_code": 57320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7659, "Shape__Length": 51.155179859795275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152763570390505, 39.923007400521897 ], [ -75.152919776769295, 39.922675964510098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24976, "tnode_": 25025, "lpoly_": null, "rpoly_": null, "length": 163.73386063000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 57320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 7660, "Shape__Length": 65.213930807998054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152919776769295, 39.922675964510098 ], [ -75.153111896880503, 39.922251532880701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25023, "tnode_": 25005, "lpoly_": null, "rpoly_": null, "length": 455.05851372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 73220, "l_hundred": 400, "r_hundred": 400, "seg_id": 341521, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7661, "Shape__Length": 180.62682441623383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153457661357706, 39.9223000018984 ], [ -75.155058221880196, 39.922504397847597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25025, "tnode_": 25023, "lpoly_": null, "rpoly_": null, "length": 98.57448003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 368, "l_t_add": 398, "r_f_add": 353, "r_t_add": 399, "st_code": 73220, "l_hundred": 300, "r_hundred": 300, "seg_id": 341522, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7662, "Shape__Length": 39.128017903919933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153111896880503, 39.922251532880701 ], [ -75.153457661357706, 39.9223000018984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24774, "tnode_": 24825, "lpoly_": null, "rpoly_": null, "length": 130.99049066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1919, "l_t_add": 1933, "r_f_add": 1914, "r_t_add": 1924, "st_code": 87880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7663, "Shape__Length": 52.190453367041805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153041060189295, 39.924269368833897 ], [ -75.153117900428796, 39.923914683528999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24825, "tnode_": 24865, "lpoly_": null, "rpoly_": null, "length": 159.75821907999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1935, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 87880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7664, "Shape__Length": 63.651882247563385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153117900428796, 39.923914683528999 ], [ -75.153212386692502, 39.923482202782097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24865, "tnode_": 24921, "lpoly_": null, "rpoly_": null, "length": 148.90588935, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341525, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7665, "Shape__Length": 59.328108023516457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153212386692502, 39.923482202782097 ], [ -75.153297377346306, 39.9230787090059 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24921, "tnode_": 24977, "lpoly_": null, "rpoly_": null, "length": 127.51773098000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2017, "l_t_add": 2029, "r_f_add": 2014, "r_t_add": 2024, "st_code": 87880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7666, "Shape__Length": 50.805167700615556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153297377346306, 39.9230787090059 ], [ -75.153377233075005, 39.922734098600301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24977, "tnode_": 25023, "lpoly_": null, "rpoly_": null, "length": 160.12349702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 87880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7667, "Shape__Length": 63.79703393099706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153377233075005, 39.922734098600301 ], [ -75.153459477835298, 39.922368833210001 ], [ -75.153457661357706, 39.9223000018984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25023, "tnode_": 25075, "lpoly_": null, "rpoly_": null, "length": 172.8238982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2114, "st_code": 87880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7668, "Shape__Length": 68.857290184231886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153457661357706, 39.9223000018984 ], [ -75.153454043343501, 39.922212926482899 ], [ -75.1535373586606, 39.921830972280098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25075, "tnode_": 25121, "lpoly_": null, "rpoly_": null, "length": 127.4962831, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2115, "l_t_add": 2125, "r_f_add": 2116, "r_t_add": 2126, "st_code": 87880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7669, "Shape__Length": 50.796876631570015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1535373586606, 39.921830972280098 ], [ -75.153609172640301, 39.921485374154997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24966, "tnode_": 24929, "lpoly_": null, "rpoly_": null, "length": 569.09698817000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 31720, "l_hundred": 300, "r_hundred": 300, "seg_id": 341530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7670, "Shape__Length": 225.89330728129502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150761306237797, 39.9227545189853 ], [ -75.152763570390505, 39.923007400521897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25006, "tnode_": 24976, "lpoly_": null, "rpoly_": null, "length": 573.99088521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 55540, "l_hundred": 300, "r_hundred": 300, "seg_id": 341531, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7671, "Shape__Length": 227.83550149657862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150901182834701, 39.922416818162198 ], [ -75.152919776769295, 39.922675964510098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24865, "tnode_": 24854, "lpoly_": null, "rpoly_": null, "length": 450.80462636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 54800, "l_hundred": 400, "r_hundred": 400, "seg_id": 341532, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7672, "Shape__Length": 178.94184636469902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153212386692502, 39.923482202782097 ], [ -75.154797541667307, 39.923686862859697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24869, "tnode_": 24865, "lpoly_": null, "rpoly_": null, "length": 176.63907675000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 352, "l_t_add": 398, "r_f_add": 349, "r_t_add": 399, "st_code": 54800, "l_hundred": 300, "r_hundred": 300, "seg_id": 341533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7673, "Shape__Length": 70.114832121277331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152591363311501, 39.923401609299503 ], [ -75.153212386692502, 39.923482202782097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24854, "tnode_": 24889, "lpoly_": null, "rpoly_": null, "length": 150.87260621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341534, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7674, "Shape__Length": 60.110986705301983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154797541667307, 39.923686862859697 ], [ -75.154889762316103, 39.923278830226501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24889, "tnode_": 24952, "lpoly_": null, "rpoly_": null, "length": 124.18282986, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2024, "st_code": 87900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341535, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7675, "Shape__Length": 49.476975795079582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154889762316103, 39.923278830226501 ], [ -75.1549653000055, 39.922942930435497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24952, "tnode_": 25005, "lpoly_": null, "rpoly_": null, "length": 161.86149421, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 87900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341536, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7676, "Shape__Length": 64.48936912236573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1549653000055, 39.922942930435497 ], [ -75.155058221880196, 39.922504397847597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25005, "tnode_": 25049, "lpoly_": null, "rpoly_": null, "length": 171.08998274000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2114, "st_code": 87900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341537, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7677, "Shape__Length": 68.16483438994419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155058221880196, 39.922504397847597 ], [ -75.155162792901706, 39.922041686873101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25049, "tnode_": 25092, "lpoly_": null, "rpoly_": null, "length": 127.81421553, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2123, "l_t_add": 2127, "r_f_add": 2116, "r_t_add": 2128, "st_code": 87900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341538, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7678, "Shape__Length": 50.923466861778159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155162792901706, 39.922041686873101 ], [ -75.155236464458, 39.9216954361642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24760, "tnode_": 24801, "lpoly_": null, "rpoly_": null, "length": 131.61591578000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1925, "r_f_add": 1914, "r_t_add": 1924, "st_code": 87900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341539, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7679, "Shape__Length": 52.439065860525027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154615395551602, 39.924474972625298 ], [ -75.154697499840907, 39.924119243275598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24801, "tnode_": 24854, "lpoly_": null, "rpoly_": null, "length": 159.98807693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 87900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341540, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7680, "Shape__Length": 63.742839502781031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154697499840907, 39.924119243275598 ], [ -75.154797541667307, 39.923686862859697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24829, "tnode_": 24871, "lpoly_": null, "rpoly_": null, "length": 151.46179923, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341541, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7681, "Shape__Length": 60.347217243277015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156373686940199, 39.9238952768264 ], [ -75.156457212264698, 39.9234844983797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24871, "tnode_": 24924, "lpoly_": null, "rpoly_": null, "length": 123.50839752, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2024, "st_code": 87920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341542, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7682, "Shape__Length": 49.208589165788695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156457212264698, 39.9234844983797 ], [ -75.156531181909003, 39.923150269692897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24924, "tnode_": 24991, "lpoly_": null, "rpoly_": null, "length": 167.1633317, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 87920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341543, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7683, "Shape__Length": 66.601612683081171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156531181909003, 39.923150269692897 ], [ -75.156629419496895, 39.9226976616307 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24991, "tnode_": 25031, "lpoly_": null, "rpoly_": null, "length": 164.89684406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2112, "st_code": 87920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341544, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7684, "Shape__Length": 65.698321956772588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156629419496895, 39.9226976616307 ], [ -75.156725217683999, 39.922251048683798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25031, "tnode_": 25072, "lpoly_": null, "rpoly_": null, "length": 130.81761595, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2115, "l_t_add": 2127, "r_f_add": 2114, "r_t_add": 2124, "st_code": 87920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341545, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7685, "Shape__Length": 52.120555320125717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156725217683999, 39.922251048683798 ], [ -75.156798309927595, 39.921896374834702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24774, "tnode_": 24760, "lpoly_": null, "rpoly_": null, "length": 447.86437834000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 42960, "l_hundred": 400, "r_hundred": 400, "seg_id": 341546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7686, "Shape__Length": 177.77724188731031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153041060189295, 39.924269368833897 ], [ -75.154615395551602, 39.924474972625298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24825, "tnode_": 24801, "lpoly_": null, "rpoly_": null, "length": 449.2591157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 29300, "l_hundred": 400, "r_hundred": 400, "seg_id": 341547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7687, "Shape__Length": 178.32962147812103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153117900428796, 39.923914683528999 ], [ -75.154697499840907, 39.924119243275598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24760, "tnode_": 24739, "lpoly_": null, "rpoly_": null, "length": 448.30458821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 42960, "l_hundred": 500, "r_hundred": 500, "seg_id": 341548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7688, "Shape__Length": 177.95248109779845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154615395551602, 39.924474972625298 ], [ -75.156191326252696, 39.9246805825696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24801, "tnode_": 24782, "lpoly_": null, "rpoly_": null, "length": 449.23547316000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 29300, "l_hundred": 500, "r_hundred": 500, "seg_id": 341549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7689, "Shape__Length": 178.32119531479393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154697499840907, 39.924119243275598 ], [ -75.156213856935693, 39.924321557624602 ], [ -75.156276539645106, 39.924323821554999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24829, "tnode_": 24810, "lpoly_": null, "rpoly_": null, "length": 442.63208368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 54800, "l_hundred": 600, "r_hundred": 600, "seg_id": 341550, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7690, "Shape__Length": 175.69986186345358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156373686940199, 39.9238952768264 ], [ -75.157929029105802, 39.924101147939602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24854, "tnode_": 24829, "lpoly_": null, "rpoly_": null, "length": 448.5407309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 54800, "l_hundred": 500, "r_hundred": 500, "seg_id": 341551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7691, "Shape__Length": 178.04467786695301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154797541667307, 39.923686862859697 ], [ -75.156373686940199, 39.9238952768264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24921, "tnode_": 24889, "lpoly_": null, "rpoly_": null, "length": 452.53799739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 31720, "l_hundred": 400, "r_hundred": 400, "seg_id": 341552, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7692, "Shape__Length": 179.62781855492861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153297377346306, 39.9230787090059 ], [ -75.154889762316103, 39.923278830226501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24977, "tnode_": 24952, "lpoly_": null, "rpoly_": null, "length": 451.91029556999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 55540, "l_hundred": 400, "r_hundred": 400, "seg_id": 341553, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7693, "Shape__Length": 179.37958753671174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153377233075005, 39.922734098600301 ], [ -75.154901508425198, 39.9229311538272 ], [ -75.1549653000055, 39.922942930435497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24871, "tnode_": 24855, "lpoly_": null, "rpoly_": null, "length": 445.63218187999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 31720, "l_hundred": 600, "r_hundred": 600, "seg_id": 341554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7694, "Shape__Length": 176.88901863083538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156457212264698, 39.9234844983797 ], [ -75.158023822678203, 39.923688441916198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24889, "tnode_": 24871, "lpoly_": null, "rpoly_": null, "length": 445.97077546000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 31720, "l_hundred": 500, "r_hundred": 500, "seg_id": 341555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7695, "Shape__Length": 177.02318836252542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154889762316103, 39.923278830226501 ], [ -75.156457212264698, 39.9234844983797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24952, "tnode_": 24924, "lpoly_": null, "rpoly_": null, "length": 446.18765022999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 55540, "l_hundred": 500, "r_hundred": 500, "seg_id": 341556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7696, "Shape__Length": 177.10967591584497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1549653000055, 39.922942930435497 ], [ -75.155020038696904, 39.922950843992801 ], [ -75.155021045117607, 39.922953418456501 ], [ -75.156531181909003, 39.923150269692897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24991, "tnode_": 24964, "lpoly_": null, "rpoly_": null, "length": 445.41911341000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 73220, "l_hundred": 600, "r_hundred": 600, "seg_id": 341557, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7697, "Shape__Length": 176.80229497997908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156629419496895, 39.9226976616307 ], [ -75.158195379772906, 39.922900974025502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25005, "tnode_": 24991, "lpoly_": null, "rpoly_": null, "length": 446.27687398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73220, "l_hundred": 500, "r_hundred": 500, "seg_id": 341558, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7698, "Shape__Length": 177.1403110371252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155058221880196, 39.922504397847597 ], [ -75.156629419496895, 39.9226976616307 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24667, "tnode_": 24716, "lpoly_": null, "rpoly_": null, "length": 159.64112201999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 87940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341559, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7699, "Shape__Length": 63.606778745732214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157669343590896, 39.9253222054503 ], [ -75.157762075083696, 39.924889825166197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24716, "tnode_": 24764, "lpoly_": null, "rpoly_": null, "length": 132.3669392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1925, "r_f_add": 1914, "r_t_add": 1924, "st_code": 87940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341560, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7700, "Shape__Length": 52.738622415440915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157762075083696, 39.924889825166197 ], [ -75.157844573477206, 39.924532055721698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24764, "tnode_": 24810, "lpoly_": null, "rpoly_": null, "length": 158.74905318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 87940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341561, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7701, "Shape__Length": 63.251683867314185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157844573477206, 39.924532055721698 ], [ -75.157929029105802, 39.924101147939602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24810, "tnode_": 24855, "lpoly_": null, "rpoly_": null, "length": 152.67409863, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341562, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7702, "Shape__Length": 60.828882981284963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157929029105802, 39.924101147939602 ], [ -75.158023822678203, 39.923688441916198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24855, "tnode_": 24898, "lpoly_": null, "rpoly_": null, "length": 124.73946678, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2024, "st_code": 87940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341563, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7703, "Shape__Length": 49.699812933800509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158023822678203, 39.923688441916198 ], [ -75.158094423416003, 39.923350358267101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24782, "tnode_": 24764, "lpoly_": null, "rpoly_": null, "length": 446.35929413999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 29300, "l_hundred": 600, "r_hundred": 600, "seg_id": 341564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7704, "Shape__Length": 177.18082492232307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156276539645106, 39.924323821554999 ], [ -75.156337837071405, 39.924327549809099 ], [ -75.157844573477206, 39.924532055721698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24739, "tnode_": 24716, "lpoly_": null, "rpoly_": null, "length": 447.09409441999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 42960, "l_hundred": 600, "r_hundred": 600, "seg_id": 341565, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7705, "Shape__Length": 177.47333398758141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156191326252696, 39.9246805825696 ], [ -75.157762075083696, 39.924889825166197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24679, "tnode_": 24652, "lpoly_": null, "rpoly_": null, "length": 446.01906932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 42960, "l_hundred": 900, "r_hundred": 900, "seg_id": 341566, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7706, "Shape__Length": 177.04839608973475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160868940202405, 39.925303095067903 ], [ -75.162435730661898, 39.925512704421898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24723, "tnode_": 24702, "lpoly_": null, "rpoly_": null, "length": 444.70039519000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 29300, "l_hundred": 900, "r_hundred": 900, "seg_id": 341567, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7707, "Shape__Length": 176.52182845208114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160954916591507, 39.9249326799061 ], [ -75.162519520816105, 39.925130485170797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24743, "tnode_": 24723, "lpoly_": null, "rpoly_": null, "length": 447.27896911000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 29300, "l_hundred": 800, "r_hundred": 800, "seg_id": 341568, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7708, "Shape__Length": 177.54582351358553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159382352724506, 39.924728600403398 ], [ -75.160954916591507, 39.9249326799061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24716, "tnode_": 24698, "lpoly_": null, "rpoly_": null, "length": 437.99977094000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 42960, "l_hundred": 700, "r_hundred": 700, "seg_id": 341569, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN ST", "stname": "HOFFMAN ST", "objectid": 7709, "Shape__Length": 173.86304149774011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157762075083696, 39.924889825166197 ], [ -75.159301840003593, 39.925090483735197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24764, "tnode_": 24743, "lpoly_": null, "rpoly_": null, "length": 437.205006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 29300, "l_hundred": 700, "r_hundred": 700, "seg_id": 341570, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUDLEY ST", "stname": "DUDLEY ST", "objectid": 7710, "Shape__Length": 173.54593122204074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157844573477206, 39.924532055721698 ], [ -75.159382352724506, 39.924728600403398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24648, "tnode_": 24698, "lpoly_": null, "rpoly_": null, "length": 159.00975452, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1914, "st_code": 87960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341571, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7711, "Shape__Length": 63.354999848107823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159206701868399, 39.9255207959961 ], [ -75.159301840003593, 39.925090483735197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24698, "tnode_": 24743, "lpoly_": null, "rpoly_": null, "length": 133.74757043, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1917, "l_t_add": 1927, "r_f_add": 1916, "r_t_add": 1924, "st_code": 87960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341572, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7712, "Shape__Length": 53.289289050687344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159301840003593, 39.925090483735197 ], [ -75.159382352724506, 39.924728600403398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24743, "tnode_": 24792, "lpoly_": null, "rpoly_": null, "length": 156.82951799, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1929, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 87960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7713, "Shape__Length": 62.485670881004197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159382352724506, 39.924728600403398 ], [ -75.159475692239099, 39.924304123849197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24792, "tnode_": 24840, "lpoly_": null, "rpoly_": null, "length": 154.49280223999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2005, "r_f_add": 2000, "r_t_add": 2006, "st_code": 87960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341574, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7714, "Shape__Length": 61.554855815281762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159475692239099, 39.924304123849197 ], [ -75.1595635887562, 39.923885455682701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24840, "tnode_": 24872, "lpoly_": null, "rpoly_": null, "length": 124.36691092, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2007, "l_t_add": 2017, "r_f_add": 2008, "r_t_add": 2022, "st_code": 87960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341575, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7715, "Shape__Length": 49.550809072446754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1595635887562, 39.923885455682701 ], [ -75.159638884783305, 39.923549010857101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24679, "tnode_": 24723, "lpoly_": null, "rpoly_": null, "length": 137.07319765, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1917, "l_t_add": 1931, "r_f_add": 1916, "r_t_add": 1928, "st_code": 87980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7716, "Shape__Length": 54.613965298648424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160868940202405, 39.925303095067903 ], [ -75.160954916591507, 39.9249326799061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24723, "tnode_": 24769, "lpoly_": null, "rpoly_": null, "length": 155.50455748000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1933, "l_t_add": 1999, "r_f_add": 1930, "r_t_add": 1998, "st_code": 87980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341577, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7717, "Shape__Length": 61.959436458398947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160954916591507, 39.9249326799061 ], [ -75.161036748797002, 39.924510475238499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24769, "tnode_": 24824, "lpoly_": null, "rpoly_": null, "length": 153.86568744, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2012, "st_code": 87980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341578, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7718, "Shape__Length": 61.302820302704269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161036748797002, 39.924510475238499 ], [ -75.161139715237397, 39.924095600827897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24824, "tnode_": 24912, "lpoly_": null, "rpoly_": null, "length": 291.65720295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2017, "l_t_add": 2099, "r_f_add": 2014, "r_t_add": 2098, "st_code": 87980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341579, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7719, "Shape__Length": 116.20385855879755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161139715237397, 39.924095600827897 ], [ -75.161312600323896, 39.923306107436503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24855, "tnode_": 24840, "lpoly_": null, "rpoly_": null, "length": 437.78800616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 31720, "l_hundred": 700, "r_hundred": 700, "seg_id": 341580, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7720, "Shape__Length": 173.77523359371389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158023822678203, 39.923688441916198 ], [ -75.1595635887562, 39.923885455682701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24776, "tnode_": 24925, "lpoly_": null, "rpoly_": null, "length": 444.26287383000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 27380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341581, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 7721, "Shape__Length": 177.0061853133422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160463098702493, 39.924431121427602 ], [ -75.160727109317506, 39.923228622813902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24789, "tnode_": 24932, "lpoly_": null, "rpoly_": null, "length": 446.5417358, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 56020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341582, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 7722, "Shape__Length": 177.91316078741309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160001987376603, 39.9243732100513 ], [ -75.160272923170297, 39.923165276106097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24899, "tnode_": 24887, "lpoly_": null, "rpoly_": null, "length": 157.77319475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 932, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 73220, "l_hundred": 900, "r_hundred": 900, "seg_id": 341583, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7723, "Shape__Length": 62.624116935512085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162321329106803, 39.923438501906702 ], [ -75.162878481096101, 39.923498190761798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24908, "tnode_": 24899, "lpoly_": null, "rpoly_": null, "length": 130.03566150999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 916, "l_t_add": 930, "r_f_add": 917, "r_t_add": 927, "st_code": 73220, "l_hundred": 900, "r_hundred": 900, "seg_id": 341584, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7724, "Shape__Length": 51.615796658879866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161863779287302, 39.923380905327598 ], [ -75.162321329106803, 39.923438501906702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24912, "tnode_": 24908, "lpoly_": null, "rpoly_": null, "length": 156.97557814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 915, "st_code": 73220, "l_hundred": 900, "r_hundred": 900, "seg_id": 341585, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7725, "Shape__Length": 62.310163966797397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161312600323896, 39.923306107436503 ], [ -75.161863779287302, 39.923380905327598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24925, "tnode_": 24912, "lpoly_": null, "rpoly_": null, "length": 166.62477563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 832, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 73220, "l_hundred": 800, "r_hundred": 800, "seg_id": 341586, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7726, "Shape__Length": 66.139883119541736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160727109317506, 39.923228622813902 ], [ -75.161312600323896, 39.923306107436503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24932, "tnode_": 24925, "lpoly_": null, "rpoly_": null, "length": 129.46198823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 816, "l_t_add": 830, "r_f_add": 815, "r_t_add": 829, "st_code": 73220, "l_hundred": 800, "r_hundred": 800, "seg_id": 341587, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7727, "Shape__Length": 51.389095213644737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160272923170297, 39.923165276106097 ], [ -75.160727109317506, 39.923228622813902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24943, "tnode_": 24932, "lpoly_": null, "rpoly_": null, "length": 150.88093100999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 813, "st_code": 73220, "l_hundred": 800, "r_hundred": 800, "seg_id": 341588, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7728, "Shape__Length": 59.89081142702085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1597432102281, 39.923093100729098 ], [ -75.160272923170297, 39.923165276106097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24964, "tnode_": 24943, "lpoly_": null, "rpoly_": null, "length": 439.73753494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 73220, "l_hundred": 700, "r_hundred": 700, "seg_id": 341589, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7729, "Shape__Length": 174.54598135912804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158195379772906, 39.922900974025502 ], [ -75.1597432102281, 39.923093100729098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24872, "tnode_": 24943, "lpoly_": null, "rpoly_": null, "length": 168.63772731, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2019, "l_t_add": 2099, "r_f_add": 2024, "r_t_add": 2098, "st_code": 87960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341590, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7730, "Shape__Length": 67.188656304813321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159638884783305, 39.923549010857101 ], [ -75.1597432102281, 39.923093100729098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24898, "tnode_": 24964, "lpoly_": null, "rpoly_": null, "length": 166.1333853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 87940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341591, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7731, "Shape__Length": 66.190963044988393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158094423416003, 39.923350358267101 ], [ -75.158195379772906, 39.922900974025502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24898, "tnode_": 24872, "lpoly_": null, "rpoly_": null, "length": 439.18724488000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 55540, "l_hundred": 700, "r_hundred": 700, "seg_id": 341592, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7732, "Shape__Length": 174.3299722595643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158094423416003, 39.923350358267101 ], [ -75.159638884783305, 39.923549010857101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24924, "tnode_": 24898, "lpoly_": null, "rpoly_": null, "length": 444.4702274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 55540, "l_hundred": 600, "r_hundred": 600, "seg_id": 341593, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7733, "Shape__Length": 176.42628995824984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156531181909003, 39.923150269692897 ], [ -75.158094423416003, 39.923350358267101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24824, "tnode_": 24813, "lpoly_": null, "rpoly_": null, "length": 154.72333864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 31720, "l_hundred": 900, "r_hundred": 900, "seg_id": 341594, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7734, "Shape__Length": 61.416054918025978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161139715237397, 39.924095600827897 ], [ -75.161683923743396, 39.924165134200102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24813, "tnode_": 24908, "lpoly_": null, "rpoly_": null, "length": 290.09985393, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 64220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341595, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 7735, "Shape__Length": 115.58230922335298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161683923743396, 39.924165134200102 ], [ -75.161863779287302, 39.923380905327598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24758, "tnode_": 24899, "lpoly_": null, "rpoly_": null, "length": 441.91750477, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 44200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341596, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 7736, "Shape__Length": 176.07259030085459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162060976140694, 39.924634945684097 ], [ -75.162321329106803, 39.923438501906702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24610, "tnode_": 24652, "lpoly_": null, "rpoly_": null, "length": 154.12890374, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1914, "st_code": 88000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341597, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7737, "Shape__Length": 61.410212446461813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162340453803097, 39.925929400441603 ], [ -75.162435730661898, 39.925512704421898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24652, "tnode_": 24702, "lpoly_": null, "rpoly_": null, "length": 141.2048232, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1915, "l_t_add": 1927, "r_f_add": 1916, "r_t_add": 1932, "st_code": 88000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341598, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7738, "Shape__Length": 56.261013242180347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162435730661898, 39.925512704421898 ], [ -75.162519520816105, 39.925130485170797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24702, "tnode_": 24752, "lpoly_": null, "rpoly_": null, "length": 153.7041784, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1929, "l_t_add": 1999, "r_f_add": 1934, "r_t_add": 1998, "st_code": 88000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341599, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7739, "Shape__Length": 61.239688611038176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162519520816105, 39.925130485170797 ], [ -75.162618293061001, 39.924715457312502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24752, "tnode_": 24799, "lpoly_": null, "rpoly_": null, "length": 156.59110218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2012, "st_code": 88000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341600, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7740, "Shape__Length": 62.39042452107639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162618293061001, 39.924715457312502 ], [ -75.1627131265803, 39.924291841227102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24799, "tnode_": 24839, "lpoly_": null, "rpoly_": null, "length": 127.47443368, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2017, "l_t_add": 2031, "r_f_add": 2014, "r_t_add": 2024, "st_code": 88000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7741, "Shape__Length": 50.790598667410059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627131265803, 39.924291841227102 ], [ -75.162780455714099, 39.923945768656402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24839, "tnode_": 24887, "lpoly_": null, "rpoly_": null, "length": 165.34631333000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2033, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 88000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341602, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7742, "Shape__Length": 65.878314562505523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162780455714099, 39.923945768656402 ], [ -75.162878481096101, 39.923498190761798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24887, "tnode_": 24960, "lpoly_": null, "rpoly_": null, "length": 161.59086964, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2118, "st_code": 88000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341603, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 7743, "Shape__Length": 64.381228472298872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162878481096101, 39.923498190761798 ], [ -75.1629769929026, 39.923061135951897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24752, "tnode_": 24745, "lpoly_": null, "rpoly_": null, "length": 158.92776646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1005, "st_code": 54800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341604, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7744, "Shape__Length": 63.085230963104337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162618293061001, 39.924715457312502 ], [ -75.163177649444805, 39.924785215323702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24758, "tnode_": 24752, "lpoly_": null, "rpoly_": null, "length": 159.03891489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 930, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 54800, "l_hundred": 900, "r_hundred": 900, "seg_id": 341605, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7745, "Shape__Length": 63.131396935120897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162060976140694, 39.924634945684097 ], [ -75.162618293061001, 39.924715457312502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24769, "tnode_": 24758, "lpoly_": null, "rpoly_": null, "length": 290.82285125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 928, "r_f_add": 901, "r_t_add": 925, "st_code": 54800, "l_hundred": 900, "r_hundred": 900, "seg_id": 341606, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7746, "Shape__Length": 115.43915571608673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161036748797002, 39.924510475238499 ], [ -75.162060976140694, 39.924634945684097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24776, "tnode_": 24769, "lpoly_": null, "rpoly_": null, "length": 163.46887253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 828, "l_t_add": 898, "r_f_add": 835, "r_t_add": 899, "st_code": 54800, "l_hundred": 800, "r_hundred": 800, "seg_id": 341607, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7747, "Shape__Length": 64.888993399250495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160463098702493, 39.924431121427602 ], [ -75.161036748797002, 39.924510475238499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24789, "tnode_": 24776, "lpoly_": null, "rpoly_": null, "length": 131.038139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 814, "l_t_add": 826, "r_f_add": 817, "r_t_add": 833, "st_code": 54800, "l_hundred": 800, "r_hundred": 800, "seg_id": 341608, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7748, "Shape__Length": 52.01445090469111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160001987376603, 39.9243732100513 ], [ -75.160463098702493, 39.924431121427602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24792, "tnode_": 24789, "lpoly_": null, "rpoly_": null, "length": 149.74125235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 815, "st_code": 54800, "l_hundred": 800, "r_hundred": 800, "seg_id": 341609, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7749, "Shape__Length": 59.438983398229908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159475692239099, 39.924304123849197 ], [ -75.160001987376603, 39.9243732100513 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24810, "tnode_": 24792, "lpoly_": null, "rpoly_": null, "length": 440.05350522999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 54800, "l_hundred": 700, "r_hundred": 700, "seg_id": 341610, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7750, "Shape__Length": 174.67650874929302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157929029105802, 39.924101147939602 ], [ -75.159475692239099, 39.924304123849197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24717, "tnode_": 24711, "lpoly_": null, "rpoly_": null, "length": 157.98608868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1132, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 54800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341611, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7751, "Shape__Length": 62.712089884396221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165204459455396, 39.925053512226299 ], [ -75.165760116041696, 39.925124677918497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24724, "tnode_": 24717, "lpoly_": null, "rpoly_": null, "length": 131.18624864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1116, "l_t_add": 1130, "r_f_add": 1117, "r_t_add": 1127, "st_code": 54800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7752, "Shape__Length": 52.074713141309587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164743966574406, 39.924990373004697 ], [ -75.165204459455396, 39.925053512226299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24733, "tnode_": 24724, "lpoly_": null, "rpoly_": null, "length": 162.4497041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1115, "st_code": 54800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7753, "Shape__Length": 64.483350812483522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164172118948201, 39.9249195165931 ], [ -75.164743966574406, 39.924990373004697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24738, "tnode_": 24733, "lpoly_": null, "rpoly_": null, "length": 153.17754728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1030, "l_t_add": 1098, "r_f_add": 1019, "r_t_add": 1099, "st_code": 54800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341614, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7754, "Shape__Length": 60.803381631818837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163633617473494, 39.924849409437698 ], [ -75.164172118948201, 39.9249195165931 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24745, "tnode_": 24738, "lpoly_": null, "rpoly_": null, "length": 130.00596453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1014, "l_t_add": 1028, "r_f_add": 1007, "r_t_add": 1017, "st_code": 54800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341615, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7755, "Shape__Length": 51.606372083851888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163177649444805, 39.924785215323702 ], [ -75.163633617473494, 39.924849409437698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24733, "tnode_": 24780, "lpoly_": null, "rpoly_": null, "length": 157.87922401, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 88020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341616, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7756, "Shape__Length": 62.903271690532854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164172118948201, 39.9249195165931 ], [ -75.164271429795804, 39.924492916218398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24780, "tnode_": 24820, "lpoly_": null, "rpoly_": null, "length": 126.5239485, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2024, "st_code": 88020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7757, "Shape__Length": 50.410013592622583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164271429795804, 39.924492916218398 ], [ -75.164352304750594, 39.924151219149998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24820, "tnode_": 24867, "lpoly_": null, "rpoly_": null, "length": 162.34593434000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 88020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7758, "Shape__Length": 64.683805033973385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164352304750594, 39.924151219149998 ], [ -75.164443483263796, 39.923711122771401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24867, "tnode_": 24933, "lpoly_": null, "rpoly_": null, "length": 163.19862471, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2112, "st_code": 88020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7759, "Shape__Length": 65.023290928571043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164443483263796, 39.923711122771401 ], [ -75.164533938434303, 39.923268568279198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24867, "tnode_": 24852, "lpoly_": null, "rpoly_": null, "length": 447.09390406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 73220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341620, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7760, "Shape__Length": 177.46922614886736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164443483263796, 39.923711122771401 ], [ -75.166015920977202, 39.923912598377498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24887, "tnode_": 24867, "lpoly_": null, "rpoly_": null, "length": 445.74542489000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 73220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341621, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7761, "Shape__Length": 176.93576487406963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162878481096101, 39.923498190761798 ], [ -75.164443483263796, 39.923711122771401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24596, "tnode_": 24738, "lpoly_": null, "rpoly_": null, "length": 449.69003794999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 81460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 7762, "Shape__Length": 179.1713686826603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163357005776305, 39.926065356446102 ], [ -75.163633617473494, 39.924849409437698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24605, "tnode_": 24745, "lpoly_": null, "rpoly_": null, "length": 448.89972172, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 11840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341623, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 7763, "Shape__Length": 178.85647375574322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162902601253705, 39.925999170298503 ], [ -75.163177649444805, 39.924785215323702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24568, "tnode_": 24711, "lpoly_": null, "rpoly_": null, "length": 450.29787326999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 88040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7764, "Shape__Length": 179.41461939715745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165485413484106, 39.9263425751939 ], [ -75.165760116041696, 39.925124677918497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24711, "tnode_": 24762, "lpoly_": null, "rpoly_": null, "length": 158.687235, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 88040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7765, "Shape__Length": 63.227475459924101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165760116041696, 39.925124677918497 ], [ -75.1658454827664, 39.924694048155501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24762, "tnode_": 24800, "lpoly_": null, "rpoly_": null, "length": 124.72259681, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2029, "r_f_add": 2014, "r_t_add": 2028, "st_code": 88040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7766, "Shape__Length": 49.693228504150063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1658454827664, 39.924694048155501 ], [ -75.165920192224505, 39.924356535186398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24800, "tnode_": 24852, "lpoly_": null, "rpoly_": null, "length": 163.93178736000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2031, "l_t_add": 2099, "r_f_add": 2030, "r_t_add": 2098, "st_code": 88040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341627, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7767, "Shape__Length": 65.315335597115393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165920192224505, 39.924356535186398 ], [ -75.166015920977202, 39.923912598377498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24852, "tnode_": 24903, "lpoly_": null, "rpoly_": null, "length": 163.45017897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2107, "r_f_add": 2100, "r_t_add": 2106, "st_code": 88040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341628, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7768, "Shape__Length": 65.123366978454243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166015920977202, 39.923912598377498 ], [ -75.166108980823594, 39.923469664572103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24579, "tnode_": 24724, "lpoly_": null, "rpoly_": null, "length": 450.92754692, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 46140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 7769, "Shape__Length": 179.66530177110522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164469863452993, 39.926210104519498 ], [ -75.164743966574406, 39.924990373004697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24551, "tnode_": 24699, "lpoly_": null, "rpoly_": null, "length": 457.77777534000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 45100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 7770, "Shape__Length": 182.38797055899448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166567534461393, 39.926490378897803 ], [ -75.166523594455995, 39.926435239697597 ], [ -75.166776626969195, 39.925259299039901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24560, "tnode_": 24705, "lpoly_": null, "rpoly_": null, "length": 453.26756408, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 21000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341631, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 7771, "Shape__Length": 180.59944239813535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166045733540301, 39.9264232942229 ], [ -75.166049629010502, 39.926360688391597 ], [ -75.166309371793204, 39.925196134564601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24799, "tnode_": 24780, "lpoly_": null, "rpoly_": null, "length": 443.15597106999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 31720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341632, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7772, "Shape__Length": 175.90786646141598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627131265803, 39.924291841227102 ], [ -75.164271429795804, 39.924492916218398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24839, "tnode_": 24820, "lpoly_": null, "rpoly_": null, "length": 447.16958788000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 55540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7773, "Shape__Length": 177.50063577351642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162780455714099, 39.923945768656402 ], [ -75.164352304750594, 39.924151219149998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24762, "tnode_": 24744, "lpoly_": null, "rpoly_": null, "length": 445.30008847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 31720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341634, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7774, "Shape__Length": 176.76126938663472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1658454827664, 39.924694048155501 ], [ -75.167409895506296, 39.924902600697699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24780, "tnode_": 24762, "lpoly_": null, "rpoly_": null, "length": 447.51528267999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMILY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 31720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341635, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMILY ST", "stname": "EMILY ST", "objectid": 7775, "Shape__Length": 177.63842911173688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164271429795804, 39.924492916218398 ], [ -75.1658454827664, 39.924694048155501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24800, "tnode_": 24783, "lpoly_": null, "rpoly_": null, "length": 445.87600238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 55540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341636, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7776, "Shape__Length": 176.98652842379201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165920192224505, 39.924356535186398 ], [ -75.167489435187306, 39.924552429171797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24820, "tnode_": 24800, "lpoly_": null, "rpoly_": null, "length": 446.06466135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 55540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCY ST", "stname": "MERCY ST", "objectid": 7777, "Shape__Length": 177.06264992076237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164352304750594, 39.924151219149998 ], [ -75.165920192224505, 39.924356535186398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24838, "tnode_": 24828, "lpoly_": null, "rpoly_": null, "length": 211.78139776999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 73220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341638, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7778, "Shape__Length": 84.065822803809141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166848325763198, 39.924013842283998 ], [ -75.167591893132197, 39.924114998592302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24852, "tnode_": 24838, "lpoly_": null, "rpoly_": null, "length": 236.36294632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1225, "st_code": 73220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341639, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7779, "Shape__Length": 93.821027410195271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166015920977202, 39.923912598377498 ], [ -75.166848325763198, 39.924013842283998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24675, "tnode_": 24661, "lpoly_": null, "rpoly_": null, "length": 202.33529298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 54800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341640, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7780, "Shape__Length": 80.318326207030552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168655207992899, 39.925501371373798 ], [ -75.169365230443503, 39.925599721620699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24683, "tnode_": 24675, "lpoly_": null, "rpoly_": null, "length": 128.49868077000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1328, "l_t_add": 1336, "r_f_add": 1327, "r_t_add": 1337, "st_code": 54800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341641, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7781, "Shape__Length": 51.00774507750527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168203608166806, 39.925441898166198 ], [ -75.168655207992899, 39.925501371373798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24691, "tnode_": 24683, "lpoly_": null, "rpoly_": null, "length": 249.43672878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1325, "st_code": 54800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341642, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7782, "Shape__Length": 99.01187125693545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167324349984298, 39.925338992078899 ], [ -75.168203608166806, 39.925441898166198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24699, "tnode_": 24691, "lpoly_": null, "rpoly_": null, "length": 156.33800933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1234, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 54800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341643, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7783, "Shape__Length": 62.059943141133871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166776626969195, 39.925259299039901 ], [ -75.167324349984298, 39.925338992078899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24705, "tnode_": 24699, "lpoly_": null, "rpoly_": null, "length": 133.05510361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1216, "l_t_add": 1232, "r_f_add": 1217, "r_t_add": 1233, "st_code": 54800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341644, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7784, "Shape__Length": 52.816544846065412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166309371793204, 39.925196134564601 ], [ -75.166776626969195, 39.925259299039901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24711, "tnode_": 24705, "lpoly_": null, "rpoly_": null, "length": 156.23292868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 54800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341645, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 7785, "Shape__Length": 62.016448655013036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165760116041696, 39.925124677918497 ], [ -75.166309371793204, 39.925196134564601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24691, "tnode_": 24744, "lpoly_": null, "rpoly_": null, "length": 160.7698375, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 88060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7786, "Shape__Length": 64.057591501212912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167324349984298, 39.925338992078899 ], [ -75.167409895506296, 39.924902600697699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24744, "tnode_": 24783, "lpoly_": null, "rpoly_": null, "length": 129.4971401, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2015, "l_t_add": 2025, "r_f_add": 2014, "r_t_add": 2026, "st_code": 88060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341647, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7787, "Shape__Length": 51.595407014359559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167409895506296, 39.924902600697699 ], [ -75.167489435187306, 39.924552429171797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24783, "tnode_": 24828, "lpoly_": null, "rpoly_": null, "length": 161.91842986999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 88060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341648, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7788, "Shape__Length": 64.512153135816632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167489435187306, 39.924552429171797 ], [ -75.167591893132197, 39.924114998592302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24828, "tnode_": 24996, "lpoly_": null, "rpoly_": null, "length": 456.36878108999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 88060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341649, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7789, "Shape__Length": 181.8284257016565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167591893132197, 39.924114998592302 ], [ -75.167864414520807, 39.922879904542803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24629, "tnode_": 24646, "lpoly_": null, "rpoly_": null, "length": 135.30151675, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1935, "l_t_add": 1943, "r_f_add": 1934, "r_t_add": 1936, "st_code": 63220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341650, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7790, "Shape__Length": 53.740121673629297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168150302413196, 39.925884390492101 ], [ -75.168271829354694, 39.9258060253484 ], [ -75.168585477361503, 39.925743793924298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24646, "tnode_": 24661, "lpoly_": null, "rpoly_": null, "length": 224.90421031, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1945, "l_t_add": 1999, "r_f_add": 1938, "r_t_add": 1998, "st_code": 63220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341651, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 7791, "Shape__Length": 89.285554106245172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168585477361503, 39.925743793924298 ], [ -75.169365230443503, 39.925599721620699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24528, "tnode_": 24646, "lpoly_": null, "rpoly_": null, "length": 362.6327907, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1931, "r_f_add": 1900, "r_t_add": 1934, "st_code": 46460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341652, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7792, "Shape__Length": 144.48774310185613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168370585473198, 39.926725422192902 ], [ -75.168585477361503, 39.925743793924298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24675, "tnode_": 24811, "lpoly_": null, "rpoly_": null, "length": 445.63213552999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 81840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7793, "Shape__Length": 177.55420464147613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168655207992899, 39.925501371373798 ], [ -75.168922072570595, 39.9242954326035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24629, "tnode_": 24683, "lpoly_": null, "rpoly_": null, "length": 162.56784763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1933, "l_t_add": 1999, "r_f_add": 1936, "r_t_add": 1998, "st_code": 46460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341654, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7794, "Shape__Length": 64.775894839152727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168150302413196, 39.925884390492101 ], [ -75.168141159165799, 39.925763703522598 ], [ -75.168203608166806, 39.925441898166198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24683, "tnode_": 24819, "lpoly_": null, "rpoly_": null, "length": 446.04992402, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 46460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 341655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7795, "Shape__Length": 177.71935176541214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168203608166806, 39.925441898166198 ], [ -75.168478444504402, 39.924235856821198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24811, "tnode_": 24804, "lpoly_": null, "rpoly_": null, "length": 200.98829944000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 73220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341656, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7796, "Shape__Length": 79.779951184459392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168922072570595, 39.9242954326035 ], [ -75.1696299425153, 39.924381324255897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24819, "tnode_": 24811, "lpoly_": null, "rpoly_": null, "length": 126.30401896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1326, "l_t_add": 1336, "r_f_add": 1327, "r_t_add": 1337, "st_code": 73220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341657, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7797, "Shape__Length": 50.135900285510047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168478444504402, 39.924235856821198 ], [ -75.168922072570595, 39.9242954326035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24828, "tnode_": 24819, "lpoly_": null, "rpoly_": null, "length": 252.52128976999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 73220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341658, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 7798, "Shape__Length": 100.23758059993632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167591893132197, 39.924114998592302 ], [ -75.168478444504402, 39.924235856821198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24838, "tnode_": 25004, "lpoly_": null, "rpoly_": null, "length": 453.51655296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 45100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341659, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 7799, "Shape__Length": 180.69186537030455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166848325763198, 39.924013842283998 ], [ -75.167118509395294, 39.9227863845136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24903, "tnode_": 24958, "lpoly_": null, "rpoly_": null, "length": 124.64151419, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2109, "l_t_add": 2143, "r_f_add": 2108, "r_t_add": 2142, "st_code": 88040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7800, "Shape__Length": 49.660735122263937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166108980823594, 39.923469664572103 ], [ -75.166178750424905, 39.923131750946801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24958, "tnode_": 25012, "lpoly_": null, "rpoly_": null, "length": 168.33927123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2145, "l_t_add": 2199, "r_f_add": 2144, "r_t_add": 2198, "st_code": 88040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7801, "Shape__Length": 67.06858647876949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166178750424905, 39.923131750946801 ], [ -75.166287694642804, 39.922677314896099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25012, "tnode_": 25053, "lpoly_": null, "rpoly_": null, "length": 160.25625569000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 88040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341662, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7802, "Shape__Length": 63.849831862627376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166287694642804, 39.922677314896099 ], [ -75.166377752496501, 39.922242890072603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25053, "tnode_": 25103, "lpoly_": null, "rpoly_": null, "length": 140.59244571, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2225, "r_f_add": 2216, "r_t_add": 2226, "st_code": 88040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341663, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7803, "Shape__Length": 56.013301408529351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166377752496501, 39.922242890072603 ], [ -75.166468033249402, 39.921863257412902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25103, "tnode_": 25158, "lpoly_": null, "rpoly_": null, "length": 161.18101232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2227, "l_t_add": 2299, "r_f_add": 2228, "r_t_add": 2298, "st_code": 88040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341664, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 7804, "Shape__Length": 64.216554156639233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166468033249402, 39.921863257412902 ], [ -75.1665652690385, 39.921427175066299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24980, "tnode_": 24972, "lpoly_": null, "rpoly_": null, "length": 166.70698428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 45760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341665, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7805, "Shape__Length": 66.172557107200518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169297302546696, 39.9230619429744 ], [ -75.169882847031801, 39.923140506629103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24985, "tnode_": 24980, "lpoly_": null, "rpoly_": null, "length": 89.17821407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1332, "l_t_add": 1338, "r_f_add": 1333, "r_t_add": 1339, "st_code": 45760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341666, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7806, "Shape__Length": 35.397582796410269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168983238695503, 39.923023779162499 ], [ -75.169297302546696, 39.9230619429744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24992, "tnode_": 24985, "lpoly_": null, "rpoly_": null, "length": 157.78659943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1316, "l_t_add": 1330, "r_f_add": 1317, "r_t_add": 1331, "st_code": 45760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341667, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7807, "Shape__Length": 62.631286461833895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168428666490499, 39.922951031357499 ], [ -75.168983238695503, 39.923023779162499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24996, "tnode_": 24992, "lpoly_": null, "rpoly_": null, "length": 160.36734307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 45760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341668, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7808, "Shape__Length": 63.655079091424945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167864414520807, 39.922879904542803 ], [ -75.168428666490499, 39.922951031357499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25004, "tnode_": 24996, "lpoly_": null, "rpoly_": null, "length": 211.96600246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 45760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341669, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7809, "Shape__Length": 84.136093166511358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167118509395294, 39.9227863845136 ], [ -75.167864414520807, 39.922879904542803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25012, "tnode_": 25004, "lpoly_": null, "rpoly_": null, "length": 236.38904104000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1225, "st_code": 45760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341670, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7810, "Shape__Length": 93.831140681096372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166287694642804, 39.922677314896099 ], [ -75.167118509395294, 39.9227863845136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25029, "tnode_": 25012, "lpoly_": null, "rpoly_": null, "length": 448.31716262999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 45760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341671, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7811, "Shape__Length": 177.951594260045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164711031196404, 39.922475066843397 ], [ -75.166287694642804, 39.922677314896099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24996, "tnode_": 25039, "lpoly_": null, "rpoly_": null, "length": 159.74307174, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2216, "st_code": 88060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341672, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7812, "Shape__Length": 63.646162232489822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167864414520807, 39.922879904542803 ], [ -75.167949705871195, 39.922446334555602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25039, "tnode_": 25085, "lpoly_": null, "rpoly_": null, "length": 139.7818026, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2215, "l_t_add": 2227, "r_f_add": 2218, "r_t_add": 2234, "st_code": 88060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341673, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7813, "Shape__Length": 55.691161893678149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167949705871195, 39.922446334555602 ], [ -75.168035191931295, 39.922068303013397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25135, "tnode_": 25184, "lpoly_": null, "rpoly_": null, "length": 163.01682548, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 88060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341674, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7814, "Shape__Length": 64.949872130218907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168130466039798, 39.921632959271697 ], [ -75.168213308263304, 39.921190026515603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25120, "tnode_": 25111, "lpoly_": null, "rpoly_": null, "length": 173.52471616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 84260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341675, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7815, "Shape__Length": 68.87640169387906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169570807131706, 39.9218182666826 ], [ -75.170181572080295, 39.921894147555001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25123, "tnode_": 25120, "lpoly_": null, "rpoly_": null, "length": 88.94010074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1332, "l_t_add": 1336, "r_f_add": 1333, "r_t_add": 1337, "st_code": 84260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341676, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7816, "Shape__Length": 35.303020173625413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169258273370701, 39.9217769978926 ], [ -75.169570807131706, 39.9218182666826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25129, "tnode_": 25123, "lpoly_": null, "rpoly_": null, "length": 157.67281123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1316, "l_t_add": 1330, "r_f_add": 1317, "r_t_add": 1331, "st_code": 84260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341677, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7817, "Shape__Length": 62.584625423897457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1687037122893, 39.921706129160697 ], [ -75.169258273370701, 39.9217769978926 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25135, "tnode_": 25129, "lpoly_": null, "rpoly_": null, "length": 162.98038009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 84260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 341678, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7818, "Shape__Length": 64.691259433578509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168130466039798, 39.921632959271697 ], [ -75.1687037122893, 39.921706129160697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25158, "tnode_": 25135, "lpoly_": null, "rpoly_": null, "length": 445.36676834999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 84260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341679, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7819, "Shape__Length": 176.77869771747351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1665652690385, 39.921427175066299 ], [ -75.168130466039798, 39.921632959271697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25085, "tnode_": 25135, "lpoly_": null, "rpoly_": null, "length": 160.82348484, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2236, "r_t_add": 2298, "st_code": 88060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341680, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 7820, "Shape__Length": 64.074560720878807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168035191931295, 39.922068303013397 ], [ -75.168130466039798, 39.921632959271697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25053, "tnode_": 25039, "lpoly_": null, "rpoly_": null, "length": 447.08761822000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 77740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7821, "Shape__Length": 177.46327589780086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166377752496501, 39.922242890072603 ], [ -75.167949705871195, 39.922446334555602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25103, "tnode_": 25085, "lpoly_": null, "rpoly_": null, "length": 445.86121704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 27240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341682, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7822, "Shape__Length": 176.97590572449172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166468033249402, 39.921863257412902 ], [ -75.168035191931295, 39.922068303013397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24985, "tnode_": 25123, "lpoly_": null, "rpoly_": null, "length": 460.68434974000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 46460, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 7823, "Shape__Length": 183.54492315620189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168983238695503, 39.923023779162499 ], [ -75.169258273370701, 39.9217769978926 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24992, "tnode_": 25129, "lpoly_": null, "rpoly_": null, "length": 460.01005334999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 23440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341684, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 7824, "Shape__Length": 183.27601817132205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168428666490499, 39.922951031357499 ], [ -75.1687037122893, 39.921706129160697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24980, "tnode_": 25120, "lpoly_": null, "rpoly_": null, "length": 459.49742229000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 81840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 7825, "Shape__Length": 183.0722570536627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169297302546696, 39.9230619429744 ], [ -75.169570807131706, 39.9218182666826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25046, "tnode_": 25029, "lpoly_": null, "rpoly_": null, "length": 445.58588533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 45760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341686, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7826, "Shape__Length": 176.86726919109563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163144360887699, 39.922272288926102 ], [ -75.164711031196404, 39.922475066843397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25064, "tnode_": 25046, "lpoly_": null, "rpoly_": null, "length": 445.33575747999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 45760, "l_hundred": 900, "r_hundred": 900, "seg_id": 341687, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7827, "Shape__Length": 176.76676488824089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161577773773004, 39.922073327809002 ], [ -75.163144360887699, 39.922272288926102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24933, "tnode_": 24903, "lpoly_": null, "rpoly_": null, "length": 447.79476690999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 21200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7828, "Shape__Length": 177.74613832781333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164533938434303, 39.923268568279198 ], [ -75.166108980823594, 39.923469664572103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24990, "tnode_": 24958, "lpoly_": null, "rpoly_": null, "length": 444.22656304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 83960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341689, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7829, "Shape__Length": 176.33342410177923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164621544040799, 39.922914473479501 ], [ -75.164694259818404, 39.922935210944999 ], [ -75.166178750424905, 39.923131750946801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24960, "tnode_": 24933, "lpoly_": null, "rpoly_": null, "length": 443.23753355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 21200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7830, "Shape__Length": 175.93847242029133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1629769929026, 39.923061135951897 ], [ -75.163045912739705, 39.9230745392437 ], [ -75.164533938434303, 39.923268568279198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24933, "tnode_": 24990, "lpoly_": null, "rpoly_": null, "length": 131.30974121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2115, "l_t_add": 2127, "r_f_add": 2114, "r_t_add": 2126, "st_code": 88020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7831, "Shape__Length": 52.315249689533324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164533938434303, 39.923268568279198 ], [ -75.164621544040799, 39.922914473479501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24990, "tnode_": 25029, "lpoly_": null, "rpoly_": null, "length": 162.02372031, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2129, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 88020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341692, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7832, "Shape__Length": 64.554467404797435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164621544040799, 39.922914473479501 ], [ -75.164711031196404, 39.922475066843397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25029, "tnode_": 25076, "lpoly_": null, "rpoly_": null, "length": 160.14453178, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2212, "st_code": 88020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341693, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7833, "Shape__Length": 63.80315990151685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164711031196404, 39.922475066843397 ], [ -75.164814251344893, 39.922042693169701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25076, "tnode_": 25127, "lpoly_": null, "rpoly_": null, "length": 135.01002749, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2215, "l_t_add": 2215, "r_f_add": 2214, "r_t_add": 2226, "st_code": 88020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341694, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7834, "Shape__Length": 53.790516319732852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164814251344893, 39.922042693169701 ], [ -75.164891249390095, 39.921676845878203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25127, "tnode_": 25173, "lpoly_": null, "rpoly_": null, "length": 167.02248234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2299, "r_f_add": 2228, "r_t_add": 2298, "st_code": 88020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341695, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7835, "Shape__Length": 66.543717745797238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164891249390095, 39.921676845878203 ], [ -75.164991761862396, 39.921224926563497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25173, "tnode_": 25241, "lpoly_": null, "rpoly_": null, "length": 160.11850421, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2312, "st_code": 88020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341696, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7836, "Shape__Length": 63.793587024186714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164991761862396, 39.921224926563497 ], [ -75.165081808084096, 39.920790883473799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25001, "tnode_": 24990, "lpoly_": null, "rpoly_": null, "length": 448.72490024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 83960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7837, "Shape__Length": 178.12264728123216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163054031313195, 39.922688492385902 ], [ -75.164558768181195, 39.922884784136201 ], [ -75.164621544040799, 39.922914473479501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25097, "tnode_": 25076, "lpoly_": null, "rpoly_": null, "length": 448.46516491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 77740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7838, "Shape__Length": 178.00850658448852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163236881874298, 39.9218413059155 ], [ -75.164814251344893, 39.922042693169701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25076, "tnode_": 25053, "lpoly_": null, "rpoly_": null, "length": 444.55558395999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 77740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7839, "Shape__Length": 176.45731063482484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164814251344893, 39.922042693169701 ], [ -75.166377752496501, 39.922242890072603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25144, "tnode_": 25127, "lpoly_": null, "rpoly_": null, "length": 446.35944399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 27240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341700, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7840, "Shape__Length": 177.17102801262695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163320476182307, 39.921480755812098 ], [ -75.164828444980898, 39.921671812336001 ], [ -75.164891249390095, 39.921676845878203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25127, "tnode_": 25103, "lpoly_": null, "rpoly_": null, "length": 447.95819364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 27240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341701, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7841, "Shape__Length": 177.80575471391586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164891249390095, 39.921676845878203 ], [ -75.164976040083701, 39.921673560413097 ], [ -75.166468033249402, 39.921863257412902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25173, "tnode_": 25158, "lpoly_": null, "rpoly_": null, "length": 447.45198314000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 84260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7842, "Shape__Length": 177.60498563702924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164991761862396, 39.921224926563497 ], [ -75.1665652690385, 39.921427175066299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25179, "tnode_": 25173, "lpoly_": null, "rpoly_": null, "length": 153.7919806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1037, "r_t_add": 1099, "st_code": 84260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341703, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7843, "Shape__Length": 61.043958246325133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164451124515097, 39.921154561809701 ], [ -75.164991761862396, 39.921224926563497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25186, "tnode_": 25179, "lpoly_": null, "rpoly_": null, "length": 140.46217564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1014, "l_t_add": 1026, "r_f_add": 1017, "r_t_add": 1035, "st_code": 84260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341704, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7844, "Shape__Length": 55.752686110810089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163957028098807, 39.921091765719098 ], [ -75.164451124515097, 39.921154561809701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25195, "tnode_": 25186, "lpoly_": null, "rpoly_": null, "length": 154.01587274000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1015, "st_code": 84260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341705, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7845, "Shape__Length": 61.132063743012083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163414865624105, 39.921024752162502 ], [ -75.163957028098807, 39.921091765719098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25352, "tnode_": 25365, "lpoly_": null, "rpoly_": null, "length": 147.36062565, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1002, "l_t_add": 1012, "r_f_add": 1003, "r_t_add": 1013, "st_code": 57340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341706, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7846, "Shape__Length": 58.49626651954781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164281998888498, 39.919618237323597 ], [ -75.164792540620795, 39.919522823202399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25365, "tnode_": 25376, "lpoly_": null, "rpoly_": null, "length": 170.49602602000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 57340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341707, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7847, "Shape__Length": 67.680624867993245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164792540620795, 39.919522823202399 ], [ -75.1653824967931, 39.919410110775303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25376, "tnode_": 25390, "lpoly_": null, "rpoly_": null, "length": 170.28458896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1100, "l_t_add": 1112, "r_f_add": 1101, "r_t_add": 1113, "st_code": 57340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341708, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7848, "Shape__Length": 67.595031608685716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653824967931, 39.919410110775303 ], [ -75.165973525600293, 39.919303295959701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25390, "tnode_": 25402, "lpoly_": null, "rpoly_": null, "length": 147.66039967, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1114, "l_t_add": 1126, "r_f_add": 1115, "r_t_add": 1123, "st_code": 57340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341709, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7849, "Shape__Length": 58.616115723334048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165973525600293, 39.919303295959701 ], [ -75.1664837935203, 39.919203623558303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25402, "tnode_": 25426, "lpoly_": null, "rpoly_": null, "length": 197.36901034, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 1125, "r_t_add": 1199, "st_code": 57340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7850, "Shape__Length": 78.393824747310617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1664837935203, 39.919203623558303 ], [ -75.166960790238207, 39.919059130694301 ], [ -75.166950710894, 39.919058903625398 ], [ -75.167088355888197, 39.918968422208003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25325, "tnode_": 25376, "lpoly_": null, "rpoly_": null, "length": 208.57627952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2426, "st_code": 88020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341711, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7851, "Shape__Length": 83.097821787828806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165261890728701, 39.919975098239398 ], [ -75.1653824967931, 39.919410110775303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25376, "tnode_": 25440, "lpoly_": null, "rpoly_": null, "length": 250.77249702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2417, "l_t_add": 2499, "r_f_add": 2428, "r_t_add": 2498, "st_code": 88020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341712, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 7852, "Shape__Length": 99.906874005481171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653824967931, 39.919410110775303 ], [ -75.165535823592606, 39.918731907419598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25317, "tnode_": 25402, "lpoly_": null, "rpoly_": null, "length": 336.29356184, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 71020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341713, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 7853, "Shape__Length": 133.97954716452739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166279739692698, 39.920113323717899 ], [ -75.1664837935203, 39.919203623558303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25319, "tnode_": 25390, "lpoly_": null, "rpoly_": null, "length": 276.22089966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 46140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 7854, "Shape__Length": 110.0474853000316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165811973131895, 39.920051284667103 ], [ -75.165973525600293, 39.919303295959701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25365, "tnode_": 25447, "lpoly_": null, "rpoly_": null, "length": 319.00153918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 81460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341715, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 7855, "Shape__Length": 127.08978695183164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164792540620795, 39.919522823202399 ], [ -75.164983118106306, 39.918659505818901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25352, "tnode_": 25450, "lpoly_": null, "rpoly_": null, "length": 377.86791071000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 11840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341716, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 7856, "Shape__Length": 150.54340225415078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164281998888498, 39.919618237323597 ], [ -75.164451351143498, 39.918821176718701 ], [ -75.164498768270093, 39.918594459013597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25213, "tnode_": 25322, "lpoly_": null, "rpoly_": null, "length": 345.4265132, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 64220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341717, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 7857, "Shape__Length": 137.62027071157871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162379104317495, 39.920885008773801 ], [ -75.162584484472404, 39.919950048201898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25221, "tnode_": 25314, "lpoly_": null, "rpoly_": null, "length": 280.32968884000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2330, "st_code": 87980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341718, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7858, "Shape__Length": 111.68600120363865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161845820834401, 39.920820265850601 ], [ -75.162007589862199, 39.9200608725099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25314, "tnode_": 25353, "lpoly_": null, "rpoly_": null, "length": 179.22720972000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2325, "l_t_add": 2399, "r_f_add": 2332, "r_t_add": 2398, "st_code": 87980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341719, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 7859, "Shape__Length": 71.404906757694462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162007589862199, 39.9200608725099 ], [ -75.162112831951006, 39.919575590184301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25287, "tnode_": 25301, "lpoly_": null, "rpoly_": null, "length": 148.10372529, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 812, "l_t_add": 824, "r_f_add": 813, "r_t_add": 825, "st_code": 57340, "l_hundred": 800, "r_hundred": 800, "seg_id": 341720, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7860, "Shape__Length": 58.793077851452942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160918133281399, 39.920268464112603 ], [ -75.161429773202698, 39.920167986178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25301, "tnode_": 25314, "lpoly_": null, "rpoly_": null, "length": 166.70256654, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 826, "l_t_add": 898, "r_f_add": 827, "r_t_add": 899, "st_code": 57340, "l_hundred": 800, "r_hundred": 800, "seg_id": 341721, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7861, "Shape__Length": 66.174549130266598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161429773202698, 39.920167986178001 ], [ -75.162007589862199, 39.9200608725099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25314, "tnode_": 25322, "lpoly_": null, "rpoly_": null, "length": 166.77343572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 909, "st_code": 57340, "l_hundred": 900, "r_hundred": 900, "seg_id": 341722, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7862, "Shape__Length": 66.203577348665988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162007589862199, 39.9200608725099 ], [ -75.162584484472404, 39.919950048201898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24943, "tnode_": 24999, "lpoly_": null, "rpoly_": null, "length": 168.0796808, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2114, "st_code": 87960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341723, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7863, "Shape__Length": 66.967423395283788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1597432102281, 39.923093100729098 ], [ -75.159836502060799, 39.9226373260312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24999, "tnode_": 25036, "lpoly_": null, "rpoly_": null, "length": 125.77440883, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2115, "l_t_add": 2125, "r_f_add": 2116, "r_t_add": 2126, "st_code": 87960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341724, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7864, "Shape__Length": 50.111522621365424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159836502060799, 39.9226373260312 ], [ -75.159906761526003, 39.922296323492503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25036, "tnode_": 25086, "lpoly_": null, "rpoly_": null, "length": 159.17137398, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2127, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 87960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341725, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7865, "Shape__Length": 63.416699920089407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159906761526003, 39.922296323492503 ], [ -75.160000008541203, 39.921865316681199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25086, "tnode_": 25137, "lpoly_": null, "rpoly_": null, "length": 160.00484652, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2216, "st_code": 87960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341726, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7866, "Shape__Length": 63.747521889267084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160000008541203, 39.921865316681199 ], [ -75.160099420228093, 39.921432803802197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25137, "tnode_": 25176, "lpoly_": null, "rpoly_": null, "length": 134.38297234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2229, "r_f_add": 2218, "r_t_add": 2234, "st_code": 87960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341727, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7867, "Shape__Length": 53.540030139379105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160099420228093, 39.921432803802197 ], [ -75.160177325978594, 39.921068814991898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25176, "tnode_": 25246, "lpoly_": null, "rpoly_": null, "length": 165.65637647999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2236, "r_t_add": 2298, "st_code": 87960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341728, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7868, "Shape__Length": 65.998868838237158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160177325978594, 39.921068814991898 ], [ -75.160276964342998, 39.920620585262597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25246, "tnode_": 25265, "lpoly_": null, "rpoly_": null, "length": 90.03037871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2311, "r_f_add": 2300, "r_t_add": 2314, "st_code": 87960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341729, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7869, "Shape__Length": 35.86830827678029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160276964342998, 39.920620585262597 ], [ -75.160333468428206, 39.920377299927303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25265, "tnode_": 25368, "lpoly_": null, "rpoly_": null, "length": 371.56569676000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2313, "l_t_add": 2399, "r_f_add": 2316, "r_t_add": 2398, "st_code": 87960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 7870, "Shape__Length": 148.03471460366126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160333468428206, 39.920377299927303 ], [ -75.160543284473803, 39.919370180050699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24964, "tnode_": 25019, "lpoly_": null, "rpoly_": null, "length": 167.02596139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2112, "st_code": 87940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341731, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7871, "Shape__Length": 66.546770325890776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158195379772906, 39.922900974025502 ], [ -75.158292629509802, 39.922448621782699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25019, "tnode_": 25052, "lpoly_": null, "rpoly_": null, "length": 127.89087506, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2115, "l_t_add": 2125, "r_f_add": 2114, "r_t_add": 2124, "st_code": 87940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341732, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7872, "Shape__Length": 50.954497237072403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158292629509802, 39.922448621782699 ], [ -75.158365032321896, 39.922101999253499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25052, "tnode_": 25104, "lpoly_": null, "rpoly_": null, "length": 160.15910273, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2127, "l_t_add": 2199, "r_f_add": 2126, "r_t_add": 2198, "st_code": 87940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341733, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7873, "Shape__Length": 63.808653570867754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158365032321896, 39.922101999253499 ], [ -75.158468035404695, 39.921669554304202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25104, "tnode_": 25157, "lpoly_": null, "rpoly_": null, "length": 157.03808014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 87940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341734, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7874, "Shape__Length": 62.566944403952697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468035404695, 39.921669554304202 ], [ -75.158554647056405, 39.921243654149897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25157, "tnode_": 25202, "lpoly_": null, "rpoly_": null, "length": 138.20291301, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2231, "r_f_add": 2216, "r_t_add": 2228, "st_code": 87940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341735, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7875, "Shape__Length": 55.061630749117306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158554647056405, 39.921243654149897 ], [ -75.158635878909607, 39.9208694607551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25202, "tnode_": 25233, "lpoly_": null, "rpoly_": null, "length": 63.56842024, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2233, "l_t_add": 2233, "r_f_add": 2230, "r_t_add": 2234, "st_code": 87940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341736, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7876, "Shape__Length": 25.326861333750532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158635878909607, 39.9208694607551 ], [ -75.158669068422299, 39.920696838658799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25233, "tnode_": 25260, "lpoly_": null, "rpoly_": null, "length": 101.88437631, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2235, "l_t_add": 2299, "r_f_add": 2236, "r_t_add": 2298, "st_code": 87940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341737, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7877, "Shape__Length": 40.59172650012237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158669068422299, 39.920696838658799 ], [ -75.158728166060897, 39.920420879496703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25260, "tnode_": 25312, "lpoly_": null, "rpoly_": null, "length": 164.52343881000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2316, "st_code": 87940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341738, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 7878, "Shape__Length": 65.547021338397087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158728166060897, 39.920420879496703 ], [ -75.158826157579398, 39.919975588774498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24999, "tnode_": 24986, "lpoly_": null, "rpoly_": null, "length": 445.66998606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 21200, "l_hundred": 800, "r_hundred": 800, "seg_id": 341739, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7879, "Shape__Length": 176.90241004207226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159836502060799, 39.9226373260312 ], [ -75.159908431218597, 39.922634070907399 ], [ -75.161348295100794, 39.922817200256098 ], [ -75.161402442748695, 39.922832166794301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25019, "tnode_": 24999, "lpoly_": null, "rpoly_": null, "length": 438.94005597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 21200, "l_hundred": 700, "r_hundred": 700, "seg_id": 341740, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7880, "Shape__Length": 174.22927935677814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158292629509802, 39.922448621782699 ], [ -75.159773110937095, 39.9226409172432 ], [ -75.159836502060799, 39.9226373260312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25052, "tnode_": 25036, "lpoly_": null, "rpoly_": null, "length": 438.23965589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 83960, "l_hundred": 700, "r_hundred": 700, "seg_id": 341741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7881, "Shape__Length": 173.95009367629169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158365032321896, 39.922101999253499 ], [ -75.159850683446194, 39.9222929429665 ], [ -75.159906761526003, 39.922296323492503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25068, "tnode_": 25064, "lpoly_": null, "rpoly_": null, "length": 160.02596079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 830, "l_t_add": 898, "r_f_add": 837, "r_t_add": 899, "st_code": 45760, "l_hundred": 800, "r_hundred": 800, "seg_id": 341742, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7882, "Shape__Length": 63.519711497202778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161015831863395, 39.9219973527265 ], [ -75.161577773773004, 39.922073327809002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25078, "tnode_": 25068, "lpoly_": null, "rpoly_": null, "length": 126.71081847000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 816, "l_t_add": 828, "r_f_add": 821, "r_t_add": 835, "st_code": 45760, "l_hundred": 800, "r_hundred": 800, "seg_id": 341743, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7883, "Shape__Length": 50.295951602208589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160571104563402, 39.921936212740597 ], [ -75.161015831863395, 39.9219973527265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25086, "tnode_": 25078, "lpoly_": null, "rpoly_": null, "length": 162.25098472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 819, "st_code": 45760, "l_hundred": 800, "r_hundred": 800, "seg_id": 341744, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7884, "Shape__Length": 64.401601255392507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160000008541203, 39.921865316681199 ], [ -75.160571104563402, 39.921936212740597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25104, "tnode_": 25086, "lpoly_": null, "rpoly_": null, "length": 435.56972232000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 45760, "l_hundred": 700, "r_hundred": 700, "seg_id": 341745, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7885, "Shape__Length": 172.88952815106902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468035404695, 39.921669554304202 ], [ -75.160000008541203, 39.921865316681199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25125, "tnode_": 25104, "lpoly_": null, "rpoly_": null, "length": 447.16035728000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 45760, "l_hundred": 600, "r_hundred": 600, "seg_id": 341746, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7886, "Shape__Length": 177.4900629475699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156895777078603, 39.921466384593899 ], [ -75.158468035404695, 39.921669554304202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25202, "tnode_": 25176, "lpoly_": null, "rpoly_": null, "length": 438.41120612999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 27240, "l_hundred": 700, "r_hundred": 700, "seg_id": 341747, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7887, "Shape__Length": 174.01578594497619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158635878909607, 39.9208694607551 ], [ -75.160177325978594, 39.921068814991898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25157, "tnode_": 25137, "lpoly_": null, "rpoly_": null, "length": 439.05983861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 77740, "l_hundred": 700, "r_hundred": 700, "seg_id": 341748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7888, "Shape__Length": 174.27326774905384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158554647056405, 39.921243654149897 ], [ -75.158619454514493, 39.921242200427798 ], [ -75.160099420228093, 39.921432803802197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25068, "tnode_": 25230, "lpoly_": null, "rpoly_": null, "length": 460.22228499, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 27380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 7889, "Shape__Length": 183.35689996818326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161015831863395, 39.9219973527265 ], [ -75.161298503255196, 39.920752872645998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25078, "tnode_": 25236, "lpoly_": null, "rpoly_": null, "length": 501.17535321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 56020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 7890, "Shape__Length": 199.60688857842632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160571104563402, 39.921936212740597 ], [ -75.160735635769598, 39.9212109227567 ], [ -75.160890773541595, 39.921226331074898 ], [ -75.161007620048395, 39.920715108183103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25238, "tnode_": 25236, "lpoly_": null, "rpoly_": null, "length": 48.76718949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 814, "l_t_add": 820, "r_f_add": 815, "r_t_add": 817, "st_code": 84260, "l_hundred": 800, "r_hundred": 800, "seg_id": 341751, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7891, "Shape__Length": 19.357096109987356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160836523224106, 39.920691310656899 ], [ -75.161007620048395, 39.920715108183103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25246, "tnode_": 25238, "lpoly_": null, "rpoly_": null, "length": 159.04986322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 813, "st_code": 84260, "l_hundred": 800, "r_hundred": 800, "seg_id": 341752, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7892, "Shape__Length": 63.130064522807281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160276964342998, 39.920620585262597 ], [ -75.160836523224106, 39.920691310656899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25253, "tnode_": 25246, "lpoly_": null, "rpoly_": null, "length": 154.87378465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 730, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 84260, "l_hundred": 700, "r_hundred": 700, "seg_id": 341753, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7893, "Shape__Length": 61.481743979583065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159742998868097, 39.920517422879399 ], [ -75.1599602161929, 39.920576034926697 ], [ -75.160276964342998, 39.920620585262597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25256, "tnode_": 25250, "lpoly_": null, "rpoly_": null, "length": 44.30028774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 716, "l_t_add": 728, "r_f_add": 717, "r_t_add": 725, "st_code": 84260, "l_hundred": 700, "r_hundred": 700, "seg_id": 341754, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7894, "Shape__Length": 17.590899783086783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159279505115506, 39.920489480597404 ], [ -75.159426791199706, 39.9205333884411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25260, "tnode_": 25256, "lpoly_": null, "rpoly_": null, "length": 156.65033867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 715, "st_code": 84260, "l_hundred": 700, "r_hundred": 700, "seg_id": 341755, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7895, "Shape__Length": 62.177266621137939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158728166060897, 39.920420879496703 ], [ -75.159279505115506, 39.920489480597404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25031, "tnode_": 25019, "lpoly_": null, "rpoly_": null, "length": 445.48089232999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 21200, "l_hundred": 600, "r_hundred": 600, "seg_id": 341758, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7896, "Shape__Length": 176.82456288018426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156725217683999, 39.922251048683798 ], [ -75.158292629509802, 39.922448621782699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25049, "tnode_": 25031, "lpoly_": null, "rpoly_": null, "length": 444.96024236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 21200, "l_hundred": 500, "r_hundred": 500, "seg_id": 341759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7897, "Shape__Length": 176.62010383878552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155162792901706, 39.922041686873101 ], [ -75.155227571040399, 39.922056690605899 ], [ -75.156725217683999, 39.922251048683798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25075, "tnode_": 25049, "lpoly_": null, "rpoly_": null, "length": 462.89100176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 21200, "l_hundred": 400, "r_hundred": 400, "seg_id": 341760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7898, "Shape__Length": 183.73672820341773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1535373586606, 39.921830972280098 ], [ -75.153620517462301, 39.921833827523997 ], [ -75.155099737657096, 39.922022812569402 ], [ -75.155162792901706, 39.922041686873101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25072, "tnode_": 25125, "lpoly_": null, "rpoly_": null, "length": 159.00535494000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2129, "l_t_add": 2199, "r_f_add": 2126, "r_t_add": 2198, "st_code": 87920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341761, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7899, "Shape__Length": 63.349546207727869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156798309927595, 39.921896374834702 ], [ -75.156895777078603, 39.921466384593899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25125, "tnode_": 25172, "lpoly_": null, "rpoly_": null, "length": 166.10162842, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2211, "r_f_add": 2200, "r_t_add": 2216, "st_code": 87920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341762, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7900, "Shape__Length": 66.177102809140706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156895777078603, 39.921466384593899 ], [ -75.156992547985894, 39.921016543518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25172, "tnode_": 25220, "lpoly_": null, "rpoly_": null, "length": 107.55440156, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2213, "l_t_add": 2221, "r_f_add": 2218, "r_t_add": 2222, "st_code": 87920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341763, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7901, "Shape__Length": 42.850676844579453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156992547985894, 39.921016543518 ], [ -75.157056574255606, 39.920725437760197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25072, "tnode_": 25052, "lpoly_": null, "rpoly_": null, "length": 445.77574512999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83960, "l_hundred": 600, "r_hundred": 600, "seg_id": 341764, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7902, "Shape__Length": 176.94218532491269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156798309927595, 39.921896374834702 ], [ -75.158365032321896, 39.922101999253499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25092, "tnode_": 25072, "lpoly_": null, "rpoly_": null, "length": 444.26903127000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 83960, "l_hundred": 500, "r_hundred": 500, "seg_id": 341765, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7903, "Shape__Length": 176.34320140712876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155236464458, 39.9216954361642 ], [ -75.156743758380202, 39.9218839107915 ], [ -75.156798309927595, 39.921896374834702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25121, "tnode_": 25092, "lpoly_": null, "rpoly_": null, "length": 462.79887635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 83960, "l_hundred": 400, "r_hundred": 400, "seg_id": 341766, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7904, "Shape__Length": 183.69743504014767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153609172640301, 39.921485374154997 ], [ -75.155236464458, 39.9216954361642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25092, "tnode_": 25146, "lpoly_": null, "rpoly_": null, "length": 156.49512842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2129, "l_t_add": 2199, "r_f_add": 2130, "r_t_add": 2198, "st_code": 87900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341767, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7905, "Shape__Length": 62.349555320243255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155236464458, 39.9216954361642 ], [ -75.1553304458741, 39.921271975330399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25146, "tnode_": 25183, "lpoly_": null, "rpoly_": null, "length": 123.70520724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2209, "r_f_add": 2200, "r_t_add": 2210, "st_code": 87900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341768, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7906, "Shape__Length": 49.285391638453966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553304458741, 39.921271975330399 ], [ -75.155333932123796, 39.921211266939501 ], [ -75.155400762512301, 39.920937237544997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25183, "tnode_": 25199, "lpoly_": null, "rpoly_": null, "length": 37.23591927, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2211, "l_t_add": 2213, "r_f_add": 2212, "r_t_add": 2212, "st_code": 87900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341769, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7907, "Shape__Length": 14.836101930005476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155400762512301, 39.920937237544997 ], [ -75.155414963908001, 39.920835606741903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25199, "tnode_": 25251, "lpoly_": null, "rpoly_": null, "length": 139.14520213, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2215, "l_t_add": 2227, "r_f_add": 2214, "r_t_add": 2228, "st_code": 87900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341770, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7908, "Shape__Length": 55.435833831677499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155414963908001, 39.920835606741903 ], [ -75.155502630678498, 39.920459647030903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25141, "tnode_": 25172, "lpoly_": null, "rpoly_": null, "length": 390.4919515, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 57340, "l_hundred": 500, "r_hundred": 500, "seg_id": 341771, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7909, "Shape__Length": 155.02148026553488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155649314955298, 39.921295404370298 ], [ -75.155962982995803, 39.921212384663903 ], [ -75.156992547985894, 39.921016543518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25172, "tnode_": 25190, "lpoly_": null, "rpoly_": null, "length": 157.90054472, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 615, "st_code": 57340, "l_hundred": 600, "r_hundred": 600, "seg_id": 341772, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7910, "Shape__Length": 62.682237020773471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156992547985894, 39.921016543518 ], [ -75.1575387310385, 39.920911533425297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25190, "tnode_": 25233, "lpoly_": null, "rpoly_": null, "length": 326.54882595000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 698, "r_f_add": 617, "r_t_add": 699, "st_code": 57340, "l_hundred": 600, "r_hundred": 600, "seg_id": 341773, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7911, "Shape__Length": 129.63004553717974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1575387310385, 39.920911533425297 ], [ -75.158669068422299, 39.920696838658799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25183, "tnode_": 25203, "lpoly_": null, "rpoly_": null, "length": 184.2802099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 523, "st_code": 77740, "l_hundred": 500, "r_hundred": 500, "seg_id": 341774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7912, "Shape__Length": 73.152544223011091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155400762512301, 39.920937237544997 ], [ -75.156040071094296, 39.9208206282756 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25203, "tnode_": 25217, "lpoly_": null, "rpoly_": null, "length": 129.61014224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 520, "l_t_add": 532, "r_f_add": 525, "r_t_add": 541, "st_code": 77740, "l_hundred": 500, "r_hundred": 500, "seg_id": 341775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7913, "Shape__Length": 51.452668578916644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156040071094296, 39.9208206282756 ], [ -75.156487114546906, 39.920730574479599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25217, "tnode_": 25220, "lpoly_": null, "rpoly_": null, "length": 162.99662569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 534, "l_t_add": 598, "r_f_add": 543, "r_t_add": 599, "st_code": 77740, "l_hundred": 500, "r_hundred": 500, "seg_id": 341776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7914, "Shape__Length": 64.70011880904184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156487114546906, 39.920730574479599 ], [ -75.156751071437597, 39.920683780020298 ], [ -75.157056574255606, 39.920725437760197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25217, "tnode_": 25292, "lpoly_": null, "rpoly_": null, "length": 219.13560884, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 33260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341777, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 7915, "Shape__Length": 87.303679680194961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156487114546906, 39.920730574479599 ], [ -75.156453422315707, 39.920611568943301 ], [ -75.156558925011595, 39.920138741573801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25220, "tnode_": 25286, "lpoly_": null, "rpoly_": null, "length": 186.32592993999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2223, "l_t_add": 2299, "r_f_add": 2224, "r_t_add": 2298, "st_code": 87920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341778, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7916, "Shape__Length": 74.233919552784812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157056574255606, 39.920725437760197 ], [ -75.157165002554095, 39.920220808845897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25286, "tnode_": 25405, "lpoly_": null, "rpoly_": null, "length": 461.65170619000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 87920, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341779, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 7917, "Shape__Length": 183.92356295054685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157165002554095, 39.920220808845897 ], [ -75.157435429794901, 39.918970739430797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25251, "tnode_": 25304, "lpoly_": null, "rpoly_": null, "length": 161.55972819, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2230, "r_t_add": 2298, "st_code": 87900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341780, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7918, "Shape__Length": 64.366258341936486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155502630678498, 39.920459647030903 ], [ -75.155599162127302, 39.920022417604599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25304, "tnode_": 25340, "lpoly_": null, "rpoly_": null, "length": 163.74377288, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2311, "r_f_add": 2300, "r_t_add": 2310, "st_code": 87900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341781, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 7919, "Shape__Length": 65.237026145783545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155599162127302, 39.920022417604599 ], [ -75.155689590052503, 39.919578345537403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25292, "tnode_": 25286, "lpoly_": null, "rpoly_": null, "length": 172.60705395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 526, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 84260, "l_hundred": 500, "r_hundred": 500, "seg_id": 341782, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7920, "Shape__Length": 68.511726999019402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156558925011595, 39.920138741573801 ], [ -75.157165002554095, 39.920220808845897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25296, "tnode_": 25292, "lpoly_": null, "rpoly_": null, "length": 121.50374931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 514, "l_t_add": 524, "r_f_add": 515, "r_t_add": 525, "st_code": 84260, "l_hundred": 500, "r_hundred": 500, "seg_id": 341783, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7921, "Shape__Length": 48.22639345240907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156130907192704, 39.9200873812023 ], [ -75.156558925011595, 39.920138741573801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25304, "tnode_": 25296, "lpoly_": null, "rpoly_": null, "length": 151.0149331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 513, "st_code": 84260, "l_hundred": 500, "r_hundred": 500, "seg_id": 341784, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7922, "Shape__Length": 59.93991015090328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155599162127302, 39.920022417604599 ], [ -75.156130907192704, 39.9200873812023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25320, "tnode_": 25304, "lpoly_": null, "rpoly_": null, "length": 461.48977598000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 84260, "l_hundred": 400, "r_hundred": 400, "seg_id": 341785, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7923, "Shape__Length": 183.17449922892368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153977884387999, 39.919806747514599 ], [ -75.155599162127302, 39.920022417604599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25338, "tnode_": 25320, "lpoly_": null, "rpoly_": null, "length": 545.13822464999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 84260, "l_hundred": 300, "r_hundred": 300, "seg_id": 341786, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7924, "Shape__Length": 216.373635051062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520606001055, 39.9195617348444 ], [ -75.153977884387999, 39.919806747514599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25233, "tnode_": 25250, "lpoly_": null, "rpoly_": null, "length": 220.89177291, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 57340, "l_hundred": 700, "r_hundred": 700, "seg_id": 341787, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 7925, "Shape__Length": 87.692980984798794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158669068422299, 39.920696838658799 ], [ -75.159146214780705, 39.920606116902803 ], [ -75.159426791199706, 39.9205333884411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25121, "tnode_": 25169, "lpoly_": null, "rpoly_": null, "length": 157.91791151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2127, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 87880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341788, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7926, "Shape__Length": 62.917688489679108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153609172640301, 39.921485374154997 ], [ -75.153693487856103, 39.921056757967797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25169, "tnode_": 25228, "lpoly_": null, "rpoly_": null, "length": 159.84623731000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2214, "st_code": 87880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341789, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7927, "Shape__Length": 63.683364363496494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153693487856103, 39.921056757967797 ], [ -75.153794189367403, 39.9206248645377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25228, "tnode_": 25268, "lpoly_": null, "rpoly_": null, "length": 139.2892197, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2215, "l_t_add": 2227, "r_f_add": 2216, "r_t_add": 2228, "st_code": 87880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341790, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7928, "Shape__Length": 55.494216872961175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153794189367403, 39.9206248645377 ], [ -75.153874026688101, 39.920247471671601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25268, "tnode_": 25320, "lpoly_": null, "rpoly_": null, "length": 163.16926195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2230, "r_t_add": 2298, "st_code": 87880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341791, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7929, "Shape__Length": 65.006331864599474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153874026688101, 39.920247471671601 ], [ -75.153977884387999, 39.919806747514599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25320, "tnode_": 25356, "lpoly_": null, "rpoly_": null, "length": 160.61468238999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2322, "st_code": 87880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341792, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7930, "Shape__Length": 63.99076128274492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153977884387999, 39.919806747514599 ], [ -75.154062139619498, 39.919370638709303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25356, "tnode_": 25393, "lpoly_": null, "rpoly_": null, "length": 137.0263797, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2325, "l_t_add": 2327, "r_f_add": 2324, "r_t_add": 2326, "st_code": 87880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341793, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7931, "Shape__Length": 54.58941637133352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154062139619498, 39.919370638709303 ], [ -75.154155316512501, 39.919001389300597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25105, "tnode_": 25151, "lpoly_": null, "rpoly_": null, "length": 131.52300726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2119, "l_t_add": 2133, "r_f_add": 2118, "r_t_add": 2130, "st_code": 87860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341794, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7932, "Shape__Length": 52.386777727259776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151267056599593, 39.921543235056397 ], [ -75.151410600801597, 39.921199520537897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25151, "tnode_": 25189, "lpoly_": null, "rpoly_": null, "length": 159.60219007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2132, "r_t_add": 2198, "st_code": 87860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341795, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7933, "Shape__Length": 63.570763842238954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151410600801597, 39.921199520537897 ], [ -75.151584224154902, 39.920782285766997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25189, "tnode_": 25254, "lpoly_": null, "rpoly_": null, "length": 160.47054537, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2212, "st_code": 87860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341796, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7934, "Shape__Length": 63.917741533653867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151584224154902, 39.920782285766997 ], [ -75.151753134084402, 39.920361410168802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25254, "tnode_": 25295, "lpoly_": null, "rpoly_": null, "length": 142.67856937000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2215, "l_t_add": 2227, "r_f_add": 2214, "r_t_add": 2226, "st_code": 87860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341797, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7935, "Shape__Length": 56.828618283472522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151753134084402, 39.920361410168802 ], [ -75.1519107885441, 39.919989025440699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25295, "tnode_": 25338, "lpoly_": null, "rpoly_": null, "length": 161.50593748, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2228, "r_t_add": 2298, "st_code": 87860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341798, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7936, "Shape__Length": 64.333500796385366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1519107885441, 39.919989025440699 ], [ -75.152053392597594, 39.919614747063903 ], [ -75.1520606001055, 39.9195617348444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25338, "tnode_": 25371, "lpoly_": null, "rpoly_": null, "length": 163.16746580999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 87860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341799, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7937, "Shape__Length": 65.007736673136364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520606001055, 39.9195617348444 ], [ -75.152069096630797, 39.919505582040998 ], [ -75.152144765291794, 39.919118560232903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25189, "tnode_": 25169, "lpoly_": null, "rpoly_": null, "length": 600.00923606999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 45760, "l_hundred": 300, "r_hundred": 300, "seg_id": 341800, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7938, "Shape__Length": 238.15800786963024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151584224154902, 39.920782285766997 ], [ -75.153693487856103, 39.921056757967797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25141, "tnode_": 25125, "lpoly_": null, "rpoly_": null, "length": 355.17102088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 510, "l_t_add": 598, "r_f_add": 511, "r_t_add": 599, "st_code": 45760, "l_hundred": 500, "r_hundred": 500, "seg_id": 341801, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7939, "Shape__Length": 140.97866328396367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155649314955298, 39.921295404370298 ], [ -75.155951141001395, 39.921344141315998 ], [ -75.156895777078603, 39.921466384593899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25146, "tnode_": 25141, "lpoly_": null, "rpoly_": null, "length": 90.57177988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 509, "st_code": 45760, "l_hundred": 500, "r_hundred": 500, "seg_id": 341802, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7940, "Shape__Length": 35.949839855054009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553304458741, 39.921271975330399 ], [ -75.1554284373603, 39.9212938439575 ], [ -75.155649314955298, 39.921295404370298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25169, "tnode_": 25146, "lpoly_": null, "rpoly_": null, "length": 465.89269109000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 45760, "l_hundred": 400, "r_hundred": 400, "seg_id": 341803, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7941, "Shape__Length": 184.92532074030231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153693487856103, 39.921056757967797 ], [ -75.155245971255994, 39.921254741898998 ], [ -75.1553304458741, 39.921271975330399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25105, "tnode_": 25075, "lpoly_": null, "rpoly_": null, "length": 645.48353354000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 21200, "l_hundred": 300, "r_hundred": 300, "seg_id": 341804, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTRELL ST", "stname": "CANTRELL ST", "objectid": 7942, "Shape__Length": 256.20973646228845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151267056599593, 39.921543235056397 ], [ -75.153464677689101, 39.921828124485998 ], [ -75.1535373586606, 39.921830972280098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25151, "tnode_": 25121, "lpoly_": null, "rpoly_": null, "length": 625.39582715000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83960, "l_hundred": 300, "r_hundred": 300, "seg_id": 341805, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTON ST", "stname": "WINTON ST", "objectid": 7943, "Shape__Length": 248.23605202120058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151410600801597, 39.921199520537897 ], [ -75.153609172640301, 39.921485374154997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25228, "tnode_": 25199, "lpoly_": null, "rpoly_": null, "length": 461.04301181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 77740, "l_hundred": 400, "r_hundred": 400, "seg_id": 341806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7944, "Shape__Length": 182.9984517588338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153794189367403, 39.9206248645377 ], [ -75.155414963908001, 39.920835606741903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25254, "tnode_": 25228, "lpoly_": null, "rpoly_": null, "length": 580.48187327000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 77740, "l_hundred": 300, "r_hundred": 300, "seg_id": 341807, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7945, "Shape__Length": 230.40529228452462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151753134084402, 39.920361410168802 ], [ -75.151817891980897, 39.920369137879099 ], [ -75.153794189367403, 39.9206248645377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25268, "tnode_": 25251, "lpoly_": null, "rpoly_": null, "length": 463.29786445999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 27240, "l_hundred": 400, "r_hundred": 400, "seg_id": 341808, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7946, "Shape__Length": 183.89251258934397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153874026688101, 39.920247471671601 ], [ -75.155502630678498, 39.920459647030903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25295, "tnode_": 25268, "lpoly_": null, "rpoly_": null, "length": 558.75784728999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 27240, "l_hundred": 300, "r_hundred": 300, "seg_id": 341809, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7947, "Shape__Length": 221.78258669230252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1519107885441, 39.919989025440699 ], [ -75.151969743739997, 39.920001851111898 ], [ -75.153874026688101, 39.920247471671601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25198, "tnode_": 25189, "lpoly_": null, "rpoly_": null, "length": 161.75161332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 45760, "l_hundred": 200, "r_hundred": 200, "seg_id": 341810, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7948, "Shape__Length": 64.202220537801423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151014805800003, 39.920712037596601 ], [ -75.151584224154902, 39.920782285766997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25214, "tnode_": 25198, "lpoly_": null, "rpoly_": null, "length": 233.79940080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 227, "st_code": 45760, "l_hundred": 200, "r_hundred": 200, "seg_id": 341811, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7949, "Shape__Length": 92.801125241243199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150193962766494, 39.920600413750698 ], [ -75.151014805800003, 39.920712037596601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25222, "tnode_": 25214, "lpoly_": null, "rpoly_": null, "length": 157.44848347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 138, "l_t_add": 198, "r_f_add": 145, "r_t_add": 199, "st_code": 45760, "l_hundred": 100, "r_hundred": 100, "seg_id": 341812, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7950, "Shape__Length": 62.494732849659165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149640465016802, 39.920528428401198 ], [ -75.150193962766494, 39.920600413750698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25229, "tnode_": 25222, "lpoly_": null, "rpoly_": null, "length": 130.02524283000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 118, "l_t_add": 136, "r_f_add": 113, "r_t_add": 143, "st_code": 45760, "l_hundred": 100, "r_hundred": 100, "seg_id": 341813, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7951, "Shape__Length": 51.61003079880863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149183635662595, 39.9204677910814 ], [ -75.149640465016802, 39.920528428401198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25240, "tnode_": 25229, "lpoly_": null, "rpoly_": null, "length": 160.34936683000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 111, "st_code": 45760, "l_hundred": 100, "r_hundred": 100, "seg_id": 341814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 7952, "Shape__Length": 63.645528835446356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148619363020202, 39.920397165574599 ], [ -75.149183635662595, 39.9204677910814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25240, "tnode_": 25289, "lpoly_": null, "rpoly_": null, "length": 161.15015944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 35220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341815, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7953, "Shape__Length": 64.202067582858774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148619363020202, 39.920397165574599 ], [ -75.148721938319198, 39.9199618954176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25289, "tnode_": 25327, "lpoly_": null, "rpoly_": null, "length": 136.04591417999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2233, "r_f_add": 2216, "r_t_add": 2232, "st_code": 35220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341816, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7954, "Shape__Length": 54.201288364845453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148721938319198, 39.9199618954176 ], [ -75.148801608466002, 39.919593504672797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25327, "tnode_": 25366, "lpoly_": null, "rpoly_": null, "length": 163.12312936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2235, "l_t_add": 2299, "r_f_add": 2234, "r_t_add": 2298, "st_code": 35220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341817, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7955, "Shape__Length": 64.988975306792895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148801608466002, 39.919593504672797 ], [ -75.148894399827995, 39.919151447604797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25366, "tnode_": 25409, "lpoly_": null, "rpoly_": null, "length": 161.31271775000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2316, "st_code": 35220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341818, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7956, "Shape__Length": 64.265528204758027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148894399827995, 39.919151447604797 ], [ -75.148997924537497, 39.918715857327697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25409, "tnode_": 25443, "lpoly_": null, "rpoly_": null, "length": 139.37867133, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2319, "l_t_add": 2335, "r_f_add": 2318, "r_t_add": 2334, "st_code": 35220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341819, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7957, "Shape__Length": 55.52916971137455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997924537497, 39.918715857327697 ], [ -75.149071474364803, 39.918337459630301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25077, "tnode_": 25229, "lpoly_": null, "rpoly_": null, "length": 457.27591644999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 43820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341820, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 7958, "Shape__Length": 182.18451320441429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148917946590501, 39.921706290150397 ], [ -75.149183635662595, 39.9204677910814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25067, "tnode_": 25222, "lpoly_": null, "rpoly_": null, "length": 454.45857634000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 40360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341821, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 7959, "Shape__Length": 181.06138729854041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149370821675802, 39.9217585780954 ], [ -75.149640465016802, 39.920528428401198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25214, "tnode_": 25266, "lpoly_": null, "rpoly_": null, "length": 159.94851456000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2214, "st_code": 87840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341822, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7960, "Shape__Length": 63.725466651769821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150193962766494, 39.920600413750698 ], [ -75.1502825588109, 39.920166666239702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25266, "tnode_": 25313, "lpoly_": null, "rpoly_": null, "length": 139.25235608999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2217, "l_t_add": 2227, "r_f_add": 2216, "r_t_add": 2226, "st_code": 87840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341823, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7961, "Shape__Length": 55.478417728193428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1502825588109, 39.920166666239702 ], [ -75.150367449595606, 39.919790030587897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25313, "tnode_": 25351, "lpoly_": null, "rpoly_": null, "length": 160.84182925000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2228, "r_t_add": 2298, "st_code": 87840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341824, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7962, "Shape__Length": 64.079479709952011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150367449595606, 39.919790030587897 ], [ -75.150464485435094, 39.919354866912897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25351, "tnode_": 25389, "lpoly_": null, "rpoly_": null, "length": 161.10310052, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2316, "st_code": 87840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341825, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7963, "Shape__Length": 64.183483915079862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150464485435094, 39.919354866912897 ], [ -75.1505594961301, 39.918918711197001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25389, "tnode_": 25431, "lpoly_": null, "rpoly_": null, "length": 137.72378439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2319, "l_t_add": 2331, "r_f_add": 2318, "r_t_add": 2330, "st_code": 87840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341826, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7964, "Shape__Length": 54.870106558358316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1505594961301, 39.918918711197001 ], [ -75.150631494860704, 39.918544728570097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25289, "tnode_": 25266, "lpoly_": null, "rpoly_": null, "length": 444.04863549000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 77740, "l_hundred": 100, "r_hundred": 100, "seg_id": 341827, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7965, "Shape__Length": 176.25161676769494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148721938319198, 39.9199618954176 ], [ -75.1502825588109, 39.920166666239702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25266, "tnode_": 25254, "lpoly_": null, "rpoly_": null, "length": 418.61991643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 77740, "l_hundred": 200, "r_hundred": 200, "seg_id": 341828, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 7966, "Shape__Length": 166.15952180862359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1502825588109, 39.920166666239702 ], [ -75.151688733214499, 39.920348077153797 ], [ -75.151753134084402, 39.920361410168802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25313, "tnode_": 25295, "lpoly_": null, "rpoly_": null, "length": 439.08253861999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 27240, "l_hundred": 200, "r_hundred": 200, "seg_id": 341829, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7967, "Shape__Length": 174.27983961618887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150367449595606, 39.919790030587897 ], [ -75.151847813868201, 39.91997423814 ], [ -75.1519107885441, 39.919989025440699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25327, "tnode_": 25313, "lpoly_": null, "rpoly_": null, "length": 445.00154889000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 27240, "l_hundred": 100, "r_hundred": 100, "seg_id": 341830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALY ST", "stname": "DALY ST", "objectid": 7968, "Shape__Length": 176.62723951564735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148801608466002, 39.919593504672797 ], [ -75.150367449595606, 39.919790030587897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25342, "tnode_": 25338, "lpoly_": null, "rpoly_": null, "length": 160.21581945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 234, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 84260, "l_hundred": 200, "r_hundred": 200, "seg_id": 341831, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7969, "Shape__Length": 63.592866199870521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151498175521198, 39.919484957238303 ], [ -75.1520606001055, 39.9195617348444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25351, "tnode_": 25342, "lpoly_": null, "rpoly_": null, "length": 293.78969285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 235, "st_code": 84260, "l_hundred": 200, "r_hundred": 200, "seg_id": 341832, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7970, "Shape__Length": 116.60877020091016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150464485435094, 39.919354866912897 ], [ -75.151498175521198, 39.919484957238303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25366, "tnode_": 25351, "lpoly_": null, "rpoly_": null, "length": 446.58922384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 84260, "l_hundred": 100, "r_hundred": 100, "seg_id": 341833, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 7971, "Shape__Length": 177.25742839913681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148894399827995, 39.919151447604797 ], [ -75.150464485435094, 39.919354866912897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25443, "tnode_": 25478, "lpoly_": null, "rpoly_": null, "length": 160.19549631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2337, "l_t_add": 2399, "r_f_add": 2336, "r_t_add": 2398, "st_code": 35220, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341834, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7972, "Shape__Length": 63.82080076520414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149071474364803, 39.918337459630301 ], [ -75.149166952950495, 39.917903891526301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25478, "tnode_": 25516, "lpoly_": null, "rpoly_": null, "length": 160.68489739, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 35220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341835, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7973, "Shape__Length": 64.015549788335647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149166952950495, 39.917903891526301 ], [ -75.149261487814698, 39.917468838702902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25516, "tnode_": 25540, "lpoly_": null, "rpoly_": null, "length": 140.05710940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2417, "l_t_add": 2433, "r_f_add": 2416, "r_t_add": 2432, "st_code": 35220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341836, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 7974, "Shape__Length": 55.797029155734712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149261487814698, 39.917468838702902 ], [ -75.149345568588103, 39.917089854427402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25431, "tnode_": 25468, "lpoly_": null, "rpoly_": null, "length": 162.13834115999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2333, "l_t_add": 2399, "r_f_add": 2332, "r_t_add": 2398, "st_code": 87840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341837, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7975, "Shape__Length": 64.594365602879506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150631494860704, 39.918544728570097 ], [ -75.150732413299707, 39.918106473960499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25468, "tnode_": 25502, "lpoly_": null, "rpoly_": null, "length": 161.17345605, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2416, "st_code": 87840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341838, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7976, "Shape__Length": 64.211090578889596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150732413299707, 39.918106473960499 ], [ -75.150822189795207, 39.917669466007602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25502, "tnode_": 25532, "lpoly_": null, "rpoly_": null, "length": 139.26729683, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2419, "l_t_add": 2437, "r_f_add": 2418, "r_t_add": 2436, "st_code": 87840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341839, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 7977, "Shape__Length": 55.481970690039738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150822189795207, 39.917669466007602 ], [ -75.150909556758506, 39.917293124985697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25453, "tnode_": 25436, "lpoly_": null, "rpoly_": null, "length": 543.20237504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 68640, "l_hundred": 300, "r_hundred": 300, "seg_id": 341840, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7978, "Shape__Length": 215.60153929225854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152329750220304, 39.918309116390098 ], [ -75.154239912819705, 39.918554545270901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25456, "tnode_": 25453, "lpoly_": null, "rpoly_": null, "length": 158.35589385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 68640, "l_hundred": 200, "r_hundred": 200, "seg_id": 341841, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7979, "Shape__Length": 62.853393043200086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151773779460001, 39.918233602488897 ], [ -75.152329750220304, 39.918309116390098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25460, "tnode_": 25456, "lpoly_": null, "rpoly_": null, "length": 140.35598675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 214, "l_t_add": 226, "r_f_add": 215, "r_t_add": 227, "st_code": 68640, "l_hundred": 200, "r_hundred": 200, "seg_id": 341842, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7980, "Shape__Length": 55.707975159558657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151279883033297, 39.918171769218297 ], [ -75.151773779460001, 39.918233602488897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25468, "tnode_": 25460, "lpoly_": null, "rpoly_": null, "length": 155.39531338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 213, "st_code": 68640, "l_hundred": 200, "r_hundred": 200, "seg_id": 341843, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7981, "Shape__Length": 61.676529990668534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150732413299707, 39.918106473960499 ], [ -75.151279883033297, 39.918171769218297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25478, "tnode_": 25468, "lpoly_": null, "rpoly_": null, "length": 445.26722482000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 68640, "l_hundred": 100, "r_hundred": 100, "seg_id": 341844, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7982, "Shape__Length": 176.72942125648038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149166952950495, 39.917903891526301 ], [ -75.150732413299707, 39.918106473960499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25342, "tnode_": 25456, "lpoly_": null, "rpoly_": null, "length": 462.35426649, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 12460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341845, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7983, "Shape__Length": 184.20078918158509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151498175521198, 39.919484957238303 ], [ -75.151773779460001, 39.918233602488897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25409, "tnode_": 25389, "lpoly_": null, "rpoly_": null, "length": 444.20283712000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 29640, "l_hundred": 100, "r_hundred": 100, "seg_id": 341846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 7984, "Shape__Length": 176.30920818464418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997924537497, 39.918715857327697 ], [ -75.1505594961301, 39.918918711197001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25443, "tnode_": 25431, "lpoly_": null, "rpoly_": null, "length": 444.0468624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 34260, "l_hundred": 100, "r_hundred": 100, "seg_id": 341847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 7985, "Shape__Length": 176.24719176194387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149071474364803, 39.918337459630301 ], [ -75.150631494860704, 39.918544728570097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25422, "tnode_": 25417, "lpoly_": null, "rpoly_": null, "length": 155.75477945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 426, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 68640, "l_hundred": 400, "r_hundred": 400, "seg_id": 341848, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7986, "Shape__Length": 61.820314118652455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155320205767396, 39.918695814399399 ], [ -75.155868288813394, 39.918764451416102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25428, "tnode_": 25422, "lpoly_": null, "rpoly_": null, "length": 142.02020538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 414, "l_t_add": 424, "r_f_add": 417, "r_t_add": 435, "st_code": 68640, "l_hundred": 400, "r_hundred": 400, "seg_id": 341849, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7987, "Shape__Length": 56.369988528113005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154821707622801, 39.918627557325003 ], [ -75.155320205767396, 39.918695814399399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25436, "tnode_": 25428, "lpoly_": null, "rpoly_": null, "length": 165.3443218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 415, "st_code": 68640, "l_hundred": 400, "r_hundred": 400, "seg_id": 341850, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 7988, "Shape__Length": 65.62637328411563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154239912819705, 39.918554545270901 ], [ -75.154821707622801, 39.918627557325003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25393, "tnode_": 25436, "lpoly_": null, "rpoly_": null, "length": 164.49758259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 87880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341851, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7989, "Shape__Length": 65.537196117903534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154155316512501, 39.919001389300597 ], [ -75.154239912819705, 39.918554545270901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25436, "tnode_": 25472, "lpoly_": null, "rpoly_": null, "length": 157.95867135, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2413, "r_f_add": 2400, "r_t_add": 2414, "st_code": 87880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341852, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7990, "Shape__Length": 62.929523197720584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154239912819705, 39.918554545270901 ], [ -75.154336365512194, 39.918127336134198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25472, "tnode_": 25501, "lpoly_": null, "rpoly_": null, "length": 143.19209445000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2415, "l_t_add": 2425, "r_f_add": 2416, "r_t_add": 2434, "st_code": 87880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341853, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7991, "Shape__Length": 57.048131848027232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154336365512194, 39.918127336134198 ], [ -75.154410617020602, 39.9177384357805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25501, "tnode_": 25533, "lpoly_": null, "rpoly_": null, "length": 159.1618398, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2427, "l_t_add": 2499, "r_f_add": 2436, "r_t_add": 2498, "st_code": 87880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341854, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 7992, "Shape__Length": 63.406662529550914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154410617020602, 39.9177384357805 ], [ -75.154508381020705, 39.917371402906298 ], [ -75.1545037304533, 39.917309259714003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25371, "tnode_": 25413, "lpoly_": null, "rpoly_": null, "length": 136.23035743, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2315, "l_t_add": 2327, "r_f_add": 2314, "r_t_add": 2326, "st_code": 87860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341855, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7993, "Shape__Length": 54.272726722865258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152144765291794, 39.919118560232903 ], [ -75.152233549407896, 39.918750892129097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25413, "tnode_": 25453, "lpoly_": null, "rpoly_": null, "length": 163.17742719, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 87860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341856, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7994, "Shape__Length": 65.009324801282276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152233549407896, 39.918750892129097 ], [ -75.152329750220304, 39.918309116390098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25453, "tnode_": 25484, "lpoly_": null, "rpoly_": null, "length": 161.87111588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2412, "st_code": 87860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341857, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7995, "Shape__Length": 64.487503448856188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152329750220304, 39.918309116390098 ], [ -75.152431670856004, 39.9178717446215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25484, "tnode_": 25519, "lpoly_": null, "rpoly_": null, "length": 140.66676457999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2419, "l_t_add": 2437, "r_f_add": 2414, "r_t_add": 2424, "st_code": 87860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341858, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7996, "Shape__Length": 56.040726728578676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152431670856004, 39.9178717446215 ], [ -75.152512749387697, 39.917490676617497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25519, "tnode_": 25549, "lpoly_": null, "rpoly_": null, "length": 159.59532638000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2439, "l_t_add": 2499, "r_f_add": 2426, "r_t_add": 2498, "st_code": 87860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341859, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 7997, "Shape__Length": 63.582099926292642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152512749387697, 39.917490676617497 ], [ -75.152599426758201, 39.9170576807619 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25456, "tnode_": 25553, "lpoly_": null, "rpoly_": null, "length": 460.9038909, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 12460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 7998, "Shape__Length": 183.61952177328024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151773779460001, 39.918233602488897 ], [ -75.152049147503703, 39.916986255989599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25460, "tnode_": 25558, "lpoly_": null, "rpoly_": null, "length": 461.99766051, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 64520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 7999, "Shape__Length": 184.05505105121628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151279883033297, 39.918171769218297 ], [ -75.151556226825505, 39.916921504886297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25519, "tnode_": 25501, "lpoly_": null, "rpoly_": null, "length": 539.94856252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 69340, "l_hundred": 300, "r_hundred": 300, "seg_id": 341862, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEBERRY ST", "stname": "ROSEBERRY ST", "objectid": 8000, "Shape__Length": 214.30822281109539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152512749387697, 39.917490676617497 ], [ -75.154410617020602, 39.9177384357805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25484, "tnode_": 25472, "lpoly_": null, "rpoly_": null, "length": 542.31626963999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLADSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 37060, "l_hundred": 300, "r_hundred": 300, "seg_id": 341863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLADSTONE ST", "stname": "GLADSTONE ST", "objectid": 8001, "Shape__Length": 215.25050820091613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152431670856004, 39.9178717446215 ], [ -75.154336365512194, 39.918127336134198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25393, "tnode_": 25373, "lpoly_": null, "rpoly_": null, "length": 459.29785463000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 34260, "l_hundred": 400, "r_hundred": 400, "seg_id": 341864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 8002, "Shape__Length": 182.30205190749783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154155316512501, 39.919001389300597 ], [ -75.154239279391106, 39.9190176947819 ], [ -75.155769176355705, 39.919213415140902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25413, "tnode_": 25393, "lpoly_": null, "rpoly_": null, "length": 546.87832943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 34260, "l_hundred": 300, "r_hundred": 300, "seg_id": 341865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 8003, "Shape__Length": 217.0631007051212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152233549407896, 39.918750892129097 ], [ -75.154072184783004, 39.918982900482 ], [ -75.154155316512501, 39.919001389300597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25356, "tnode_": 25340, "lpoly_": null, "rpoly_": null, "length": 462.71569497999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 29640, "l_hundred": 400, "r_hundred": 400, "seg_id": 341866, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 8004, "Shape__Length": 183.65826662954441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154062139619498, 39.919370638709303 ], [ -75.155689590052503, 39.919578345537403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25371, "tnode_": 25356, "lpoly_": null, "rpoly_": null, "length": 545.59388113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 29640, "l_hundred": 300, "r_hundred": 300, "seg_id": 341867, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 8005, "Shape__Length": 216.5544002741637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152144765291794, 39.919118560232903 ], [ -75.154062139619498, 39.919370638709303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25340, "tnode_": 25373, "lpoly_": null, "rpoly_": null, "length": 134.7987766, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2313, "l_t_add": 2327, "r_f_add": 2312, "r_t_add": 2326, "st_code": 87900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341868, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8006, "Shape__Length": 53.704030029492721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155689590052503, 39.919578345537403 ], [ -75.155769176355705, 39.919213415140902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25373, "tnode_": 25417, "lpoly_": null, "rpoly_": null, "length": 165.89527209, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 87900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341869, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8007, "Shape__Length": 66.092355580877864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155769176355705, 39.919213415140902 ], [ -75.155868288813394, 39.918764451416102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25417, "tnode_": 25525, "lpoly_": null, "rpoly_": null, "length": 458.26562726000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 87900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341870, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8008, "Shape__Length": 182.569988227534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155868288813394, 39.918764451416102 ], [ -75.156141400151498, 39.917524155635498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25412, "tnode_": 25518, "lpoly_": null, "rpoly_": null, "length": 462.269234, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 67840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341871, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 8009, "Shape__Length": 184.16375037633787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156401284374098, 39.918839478723299 ], [ -75.156686372825305, 39.9175896217698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25422, "tnode_": 25529, "lpoly_": null, "rpoly_": null, "length": 458.0035139, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 61680, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ORKNEY ST", "stname": "S ORKNEY ST", "objectid": 8010, "Shape__Length": 182.4656231320819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155320205767396, 39.918695814399399 ], [ -75.155591517650095, 39.917456014190797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25428, "tnode_": 25530, "lpoly_": null, "rpoly_": null, "length": 455.51187511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 49680, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341873, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LAWRENCE ST", "stname": "S LAWRENCE ST", "objectid": 8011, "Shape__Length": 181.47278102917022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154821707622801, 39.918627557325003 ], [ -75.155091663365894, 39.9173945174865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25391, "tnode_": 25385, "lpoly_": null, "rpoly_": null, "length": 152.50551523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 630, "l_t_add": 698, "r_f_add": 633, "r_t_add": 699, "st_code": 68640, "l_hundred": 600, "r_hundred": 600, "seg_id": 341874, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8012, "Shape__Length": 60.531829745432425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158463995774397, 39.919101269042201 ], [ -75.158999716626994, 39.919172745277201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25395, "tnode_": 25391, "lpoly_": null, "rpoly_": null, "length": 133.72179209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 616, "l_t_add": 628, "r_f_add": 623, "r_t_add": 631, "st_code": 68640, "l_hundred": 600, "r_hundred": 600, "seg_id": 341875, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8013, "Shape__Length": 53.076949141408576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157995094325003, 39.919034990512799 ], [ -75.158463995774397, 39.919101269042201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25405, "tnode_": 25395, "lpoly_": null, "rpoly_": null, "length": 158.71797289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 621, "st_code": 68640, "l_hundred": 600, "r_hundred": 600, "seg_id": 341876, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8014, "Shape__Length": 62.995675241389748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157435429794901, 39.918970739430797 ], [ -75.157995094325003, 39.919034990512799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25408, "tnode_": 25405, "lpoly_": null, "rpoly_": null, "length": 151.3549586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 528, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 68640, "l_hundred": 500, "r_hundred": 500, "seg_id": 341877, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8015, "Shape__Length": 60.074554264483197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569032654143, 39.918902000562099 ], [ -75.157435429794901, 39.918970739430797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25412, "tnode_": 25408, "lpoly_": null, "rpoly_": null, "length": 142.63324529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 514, "l_t_add": 526, "r_f_add": 515, "r_t_add": 527, "st_code": 68640, "l_hundred": 500, "r_hundred": 500, "seg_id": 341878, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8016, "Shape__Length": 56.612328397151316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156401284374098, 39.918839478723299 ], [ -75.1569032654143, 39.918902000562099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25417, "tnode_": 25412, "lpoly_": null, "rpoly_": null, "length": 151.98038825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 513, "st_code": 68640, "l_hundred": 500, "r_hundred": 500, "seg_id": 341879, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8017, "Shape__Length": 60.323865799743025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155868288813394, 39.918764451416102 ], [ -75.156401284374098, 39.918839478723299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25408, "tnode_": 25512, "lpoly_": null, "rpoly_": null, "length": 460.0984107, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 33260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 8018, "Shape__Length": 183.30114756677361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569032654143, 39.918902000562099 ], [ -75.157173157857898, 39.917656185984796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25405, "tnode_": 25510, "lpoly_": null, "rpoly_": null, "length": 461.32452547000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 87920, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341881, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8019, "Shape__Length": 183.78842411032798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157435429794901, 39.918970739430797 ], [ -75.157653696663999, 39.917975376009899 ], [ -75.157715172584801, 39.917722831808298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25250, "tnode_": 25253, "lpoly_": null, "rpoly_": null, "length": 88.8829586, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 720, "l_t_add": 728, "r_f_add": 721, "r_t_add": 729, "st_code": 57340, "l_hundred": 700, "r_hundred": 700, "seg_id": 341882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8020, "Shape__Length": 35.276275754638483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159426791199706, 39.9205333884411 ], [ -75.159742998868097, 39.920517422879399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25253, "tnode_": 25265, "lpoly_": null, "rpoly_": null, "length": 173.70842317, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 730, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 57340, "l_hundred": 700, "r_hundred": 700, "seg_id": 341883, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8021, "Shape__Length": 68.965715983031245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159742998868097, 39.920517422879399 ], [ -75.159960625993307, 39.920449338509997 ], [ -75.160333468428206, 39.920377299927303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25265, "tnode_": 25287, "lpoly_": null, "rpoly_": null, "length": 168.71648308, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 57340, "l_hundred": 800, "r_hundred": 800, "seg_id": 341884, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8022, "Shape__Length": 66.974317555613766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160333468428206, 39.920377299927303 ], [ -75.160918133281399, 39.920268464112603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25353, "tnode_": 25349, "lpoly_": null, "rpoly_": null, "length": 154.11827406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 917, "st_code": 68640, "l_hundred": 900, "r_hundred": 900, "seg_id": 341885, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8023, "Shape__Length": 61.170096774195194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162112831951006, 39.919575590184301 ], [ -75.162656836330299, 39.919635046262698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25360, "tnode_": 25353, "lpoly_": null, "rpoly_": null, "length": 161.01536327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 830, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 68640, "l_hundred": 800, "r_hundred": 800, "seg_id": 341886, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8024, "Shape__Length": 63.909997224674406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161547328007302, 39.919499622451603 ], [ -75.162112831951006, 39.919575590184301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25363, "tnode_": 25360, "lpoly_": null, "rpoly_": null, "length": 129.91321521999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 816, "l_t_add": 828, "r_f_add": 815, "r_t_add": 829, "st_code": 68640, "l_hundred": 800, "r_hundred": 800, "seg_id": 341887, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8025, "Shape__Length": 51.563967213140252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161089960348406, 39.919443391323597 ], [ -75.161547328007302, 39.919499622451603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25368, "tnode_": 25363, "lpoly_": null, "rpoly_": null, "length": 155.64055564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 813, "st_code": 68640, "l_hundred": 800, "r_hundred": 800, "seg_id": 341888, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8026, "Shape__Length": 61.776473664388959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160543284473803, 39.919370180050699 ], [ -75.161089960348406, 39.919443391323597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25375, "tnode_": 25368, "lpoly_": null, "rpoly_": null, "length": 153.48928878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 730, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 68640, "l_hundred": 700, "r_hundred": 700, "seg_id": 341889, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8027, "Shape__Length": 60.922089725321079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160003655702695, 39.919300274389101 ], [ -75.160543284473803, 39.919370180050699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25382, "tnode_": 25375, "lpoly_": null, "rpoly_": null, "length": 132.87296045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 716, "l_t_add": 728, "r_f_add": 715, "r_t_add": 727, "st_code": 68640, "l_hundred": 700, "r_hundred": 700, "seg_id": 341890, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8028, "Shape__Length": 52.740602351501934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159538210677297, 39.9192324287433 ], [ -75.160003655702695, 39.919300274389101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25385, "tnode_": 25382, "lpoly_": null, "rpoly_": null, "length": 152.60083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 713, "st_code": 68640, "l_hundred": 700, "r_hundred": 700, "seg_id": 341891, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8029, "Shape__Length": 60.567591188658938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158999716626994, 39.919172745277201 ], [ -75.159538210677297, 39.9192324287433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25312, "tnode_": 25346, "lpoly_": null, "rpoly_": null, "length": 137.04111642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2317, "l_t_add": 2329, "r_f_add": 2318, "r_t_add": 2334, "st_code": 87940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341892, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8030, "Shape__Length": 54.597317016165761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158826157579398, 39.919975588774498 ], [ -75.158909623876397, 39.919604923675003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25346, "tnode_": 25385, "lpoly_": null, "rpoly_": null, "length": 159.44993068000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2336, "r_t_add": 2398, "st_code": 87940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341893, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8031, "Shape__Length": 63.525657227756263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158909623876397, 39.919604923675003 ], [ -75.158999716626994, 39.919172745277201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25385, "tnode_": 25495, "lpoly_": null, "rpoly_": null, "length": 461.93817245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 87940, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341894, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8032, "Shape__Length": 184.03352539253763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158999716626994, 39.919172745277201 ], [ -75.159279494144698, 39.917923098994599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25395, "tnode_": 25505, "lpoly_": null, "rpoly_": null, "length": 460.0245393, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 53880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341895, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8033, "Shape__Length": 183.27254280325803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157995094325003, 39.919034990512799 ], [ -75.158255166404004, 39.917848833525099 ], [ -75.158253361518803, 39.917788965988301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25277, "tnode_": 25321, "lpoly_": null, "rpoly_": null, "length": 159.22457383, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2316, "st_code": 53880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341896, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8034, "Shape__Length": 63.435837522375394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157715459969694, 39.920283914901603 ], [ -75.157810073322295, 39.919852936894799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25321, "tnode_": 25312, "lpoly_": null, "rpoly_": null, "length": 288.48303521000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURFOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 29640, "l_hundred": 600, "r_hundred": 600, "seg_id": 341897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURFOR ST", "stname": "DURFOR ST", "objectid": 8035, "Shape__Length": 114.50240043287377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157810073322295, 39.919852936894799 ], [ -75.158826157579398, 39.919975588774498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25321, "tnode_": 25355, "lpoly_": null, "rpoly_": null, "length": 138.68704178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2319, "l_t_add": 2337, "r_f_add": 2318, "r_t_add": 2332, "st_code": 53880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8036, "Shape__Length": 55.253545078997931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157810073322295, 39.919852936894799 ], [ -75.157890521458597, 39.919477296331401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25355, "tnode_": 25346, "lpoly_": null, "rpoly_": null, "length": 289.60640159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZGERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 34260, "l_hundred": 600, "r_hundred": 600, "seg_id": 341899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZGERALD ST", "stname": "FITZGERALD ST", "objectid": 8037, "Shape__Length": 114.94846203812963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157890521458597, 39.919477296331401 ], [ -75.158909623876397, 39.919604923675003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25355, "tnode_": 25395, "lpoly_": null, "rpoly_": null, "length": 164.10593946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2339, "l_t_add": 2399, "r_f_add": 2334, "r_t_add": 2398, "st_code": 53880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8038, "Shape__Length": 65.377766750974899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157890521458597, 39.919477296331401 ], [ -75.157971672557693, 39.9190831962324 ], [ -75.157995094325003, 39.919034990512799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25382, "tnode_": 25492, "lpoly_": null, "rpoly_": null, "length": 457.99459315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 17420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341901, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 8039, "Shape__Length": 182.46335933092294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159538210677297, 39.9192324287433 ], [ -75.159810466853102, 39.917992775839103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25391, "tnode_": 25500, "lpoly_": null, "rpoly_": null, "length": 462.00829079, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 72560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341902, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 8040, "Shape__Length": 184.06371744407591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158463995774397, 39.919101269042201 ], [ -75.158726918732, 39.917849259790202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25256, "tnode_": 25382, "lpoly_": null, "rpoly_": null, "length": 463.79012402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 17420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 8041, "Shape__Length": 184.77758205113983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159279505115506, 39.920489480597404 ], [ -75.159536004122202, 39.919284928979302 ], [ -75.159538210677297, 39.9192324287433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25253, "tnode_": 25375, "lpoly_": null, "rpoly_": null, "length": 449.40121574, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 35000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 8042, "Shape__Length": 179.04403098341743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159742998868097, 39.920517422879399 ], [ -75.159994844090093, 39.919359864205497 ], [ -75.160003655702695, 39.919300274389101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25375, "tnode_": 25488, "lpoly_": null, "rpoly_": null, "length": 460.79486405, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 35000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341905, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 8043, "Shape__Length": 183.57896157193363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160003655702695, 39.919300274389101 ], [ -75.160011736923593, 39.919242839527399 ], [ -75.160278017264602, 39.918053209493003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25353, "tnode_": 25470, "lpoly_": null, "rpoly_": null, "length": 462.38440136000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 87980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341906, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 8044, "Shape__Length": 184.21298880379322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162112831951006, 39.919575590184301 ], [ -75.162335107646697, 39.918557907849397 ], [ -75.162388738699207, 39.918324197746003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25349, "tnode_": 25461, "lpoly_": null, "rpoly_": null, "length": 471.75197755, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 64220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 8045, "Shape__Length": 187.90538628668543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162656836330299, 39.919635046262698 ], [ -75.162910172236394, 39.918509824683703 ], [ -75.162923680358602, 39.918442890161003 ], [ -75.163024569730993, 39.9184077157554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25230, "tnode_": 25301, "lpoly_": null, "rpoly_": null, "length": 216.22150096, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 27380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341908, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8046, "Shape__Length": 86.143767071939138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161298503255196, 39.920752872645998 ], [ -75.161429773202698, 39.920167986178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25238, "tnode_": 25287, "lpoly_": null, "rpoly_": null, "length": 155.89008890999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2311, "r_f_add": 2300, "r_t_add": 2322, "st_code": 56020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341909, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8047, "Shape__Length": 62.10875098757316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160836523224106, 39.920691310656899 ], [ -75.160914853638502, 39.920333128188602 ], [ -75.160918133281399, 39.920268464112603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25287, "tnode_": 25363, "lpoly_": null, "rpoly_": null, "length": 304.4256238, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2313, "l_t_add": 2399, "r_f_add": 2324, "r_t_add": 2398, "st_code": 56020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8048, "Shape__Length": 121.28547377150542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160918133281399, 39.920268464112603 ], [ -75.160927463642693, 39.920205006172203 ], [ -75.161089960348406, 39.919443391323597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25363, "tnode_": 25476, "lpoly_": null, "rpoly_": null, "length": 464.13803814, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 56020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8049, "Shape__Length": 184.91152626088092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161089960348406, 39.919443391323597 ], [ -75.161365226467893, 39.918187026364897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25360, "tnode_": 25474, "lpoly_": null, "rpoly_": null, "length": 463.84626065000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 27380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8050, "Shape__Length": 184.79362931555045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161547328007302, 39.919499622451603 ], [ -75.161816003254998, 39.918304064347602 ], [ -75.161833778370294, 39.918245654368199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25368, "tnode_": 25482, "lpoly_": null, "rpoly_": null, "length": 460.30660146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 87960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341913, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 8051, "Shape__Length": 183.3829219437556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160543284473803, 39.919370180050699 ], [ -75.160768666239093, 39.918363010476803 ], [ -75.160829138565404, 39.918125951417899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25344, "tnode_": 25459, "lpoly_": null, "rpoly_": null, "length": 459.12114643000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 44200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 8052, "Shape__Length": 182.91213752730135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163144526213401, 39.919701531203799 ], [ -75.163426073647102, 39.918459969707797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25349, "tnode_": 25344, "lpoly_": null, "rpoly_": null, "length": 138.92038237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 918, "l_t_add": 928, "r_f_add": 919, "r_t_add": 929, "st_code": 68640, "l_hundred": 900, "r_hundred": 900, "seg_id": 341915, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8053, "Shape__Length": 55.140380851630866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162656836330299, 39.919635046262698 ], [ -75.163144526213401, 39.919701531203799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25195, "tnode_": 25339, "lpoly_": null, "rpoly_": null, "length": 467.63176504, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 88000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 8054, "Shape__Length": 186.30688859091219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163414865624105, 39.921024752162502 ], [ -75.163697738437406, 39.919759655608999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25339, "tnode_": 25337, "lpoly_": null, "rpoly_": null, "length": 153.33592167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1006, "r_f_add": 1001, "r_t_add": 1013, "st_code": 68640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341917, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8055, "Shape__Length": 60.864701196434332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163697738437406, 39.919759655608999 ], [ -75.164233302212196, 39.919844070146702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25339, "tnode_": 25352, "lpoly_": null, "rpoly_": null, "length": 171.78647779, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1000, "l_t_add": 1000, "r_f_add": 1001, "r_t_add": 1001, "st_code": 57340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341918, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8056, "Shape__Length": 68.201755376477564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163697738437406, 39.919759655608999 ], [ -75.164281998888498, 39.919618237323597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25339, "tnode_": 25454, "lpoly_": null, "rpoly_": null, "length": 454.63625545999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 88000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341919, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 8057, "Shape__Length": 181.12806189692472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163697738437406, 39.919759655608999 ], [ -75.163717391296998, 39.919648381804897 ], [ -75.163907752763507, 39.918753555161103 ], [ -75.163958934426006, 39.918527987549901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25205, "tnode_": 25332, "lpoly_": null, "rpoly_": null, "length": 407.81882841000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2345, "r_f_add": 2300, "r_t_add": 2348, "st_code": 44200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341920, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 8058, "Shape__Length": 162.4773911911592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162865366684102, 39.9209507669039 ], [ -75.163110268500503, 39.919847247480803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25322, "tnode_": 25332, "lpoly_": null, "rpoly_": null, "length": 152.15780438000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 910, "l_t_add": 962, "r_f_add": 911, "r_t_add": 963, "st_code": 57340, "l_hundred": 900, "r_hundred": 900, "seg_id": 341921, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8059, "Shape__Length": 60.402030149484595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162584484472404, 39.919950048201898 ], [ -75.163110268500503, 39.919847247480803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25332, "tnode_": 25339, "lpoly_": null, "rpoly_": null, "length": 168.05699554, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 964, "l_t_add": 998, "r_f_add": 965, "r_t_add": 999, "st_code": 57340, "l_hundred": 900, "r_hundred": 900, "seg_id": 341922, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOYAMENSING AVE", "stname": "W MOYAMENSING AVE", "objectid": 8060, "Shape__Length": 66.707588729022063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163110268500503, 39.919847247480803 ], [ -75.163431765193295, 39.919787468387298 ], [ -75.163697738437406, 39.919759655608999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25332, "tnode_": 25344, "lpoly_": null, "rpoly_": null, "length": 53.94449396, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2347, "l_t_add": 2399, "r_f_add": 2350, "r_t_add": 2398, "st_code": 44200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341923, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 8061, "Shape__Length": 21.491319502118628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163110268500503, 39.919847247480803 ], [ -75.163144526213401, 39.919701531203799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25516, "tnode_": 25502, "lpoly_": null, "rpoly_": null, "length": 443.83595771999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLADSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 37060, "l_hundred": 100, "r_hundred": 100, "seg_id": 341924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLADSTONE ST", "stname": "GLADSTONE ST", "objectid": 8062, "Shape__Length": 176.15996544238666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149261487814698, 39.917468838702902 ], [ -75.150822189795207, 39.917669466007602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25540, "tnode_": 25532, "lpoly_": null, "rpoly_": null, "length": 444.90682541999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 69340, "l_hundred": 100, "r_hundred": 100, "seg_id": 341925, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEBERRY ST", "stname": "ROSEBERRY ST", "objectid": 8063, "Shape__Length": 176.5844263799994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149345568588103, 39.917089854427402 ], [ -75.150909556758506, 39.917293124985697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25540, "tnode_": 25581, "lpoly_": null, "rpoly_": null, "length": 161.93614578, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2435, "l_t_add": 2499, "r_f_add": 2434, "r_t_add": 2498, "st_code": 35220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341926, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8064, "Shape__Length": 64.51276382115438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149345568588103, 39.917089854427402 ], [ -75.149444252909504, 39.916651861882499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25532, "tnode_": 25565, "lpoly_": null, "rpoly_": null, "length": 163.77317402, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2439, "l_t_add": 2499, "r_f_add": 2438, "r_t_add": 2498, "st_code": 87840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341927, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8065, "Shape__Length": 65.24348688299159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150909556758506, 39.917293124985697 ], [ -75.151017717832701, 39.916851328484903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25485, "tnode_": 25478, "lpoly_": null, "rpoly_": null, "length": 161.75920684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 99, "st_code": 68640, "l_hundred": 0, "r_hundred": 0, "seg_id": 341928, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8066, "Shape__Length": 64.203334746334605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148598471295102, 39.917829265828601 ], [ -75.149166952950495, 39.917903891526301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25485, "tnode_": 25587, "lpoly_": null, "rpoly_": null, "length": 461.45794281999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 49840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341929, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEE ST", "stname": "S LEE ST", "objectid": 8067, "Shape__Length": 183.83924177359322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148598471295102, 39.917829265828601 ], [ -75.148873639154104, 39.916580350641603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25370, "tnode_": 25485, "lpoly_": null, "rpoly_": null, "length": 460.24007784000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 49840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341930, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEE ST", "stname": "S LEE ST", "objectid": 8068, "Shape__Length": 183.35810608562809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148328876490297, 39.919075512954301 ], [ -75.148598471295102, 39.917829265828601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25489, "tnode_": 25590, "lpoly_": null, "rpoly_": null, "length": 462.27739352000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 81700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341931, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8069, "Shape__Length": 184.16655417836563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243238021394, 39.9177867855526 ], [ -75.148512220759699, 39.916534791601002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25489, "tnode_": 25485, "lpoly_": null, "rpoly_": null, "length": 100.83715164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 60, "l_t_add": 68, "r_f_add": 61, "r_t_add": 69, "st_code": 68640, "l_hundred": 0, "r_hundred": 0, "seg_id": 341932, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8070, "Shape__Length": 40.022174385972782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243238021394, 39.9177867855526 ], [ -75.148598471295102, 39.917829265828601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27210, "tnode_": 25388, "lpoly_": null, "rpoly_": null, "length": 461.44642232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 75780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 341933, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8071, "Shape__Length": 183.85709874328904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146450446190798, 39.920113077751502 ], [ -75.146442399825503, 39.9197260925271 ], [ -75.146461971832906, 39.919619258541204 ], [ -75.146539950660596, 39.918849794736197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25388, "tnode_": 25499, "lpoly_": null, "rpoly_": null, "length": 457.86296459000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 75780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 341934, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8072, "Shape__Length": 182.40950798766033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146539950660596, 39.918849794736197 ], [ -75.146814791840995, 39.917610846845101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25499, "tnode_": 25603, "lpoly_": null, "rpoly_": null, "length": 465.61818988000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 75780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 341935, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8073, "Shape__Length": 185.49590333642021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146814791840995, 39.917610846845101 ], [ -75.147093279589697, 39.916350782043999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25370, "tnode_": 25366, "lpoly_": null, "rpoly_": null, "length": 161.01962608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 92, "l_t_add": 98, "r_f_add": 93, "r_t_add": 99, "st_code": 84260, "l_hundred": 0, "r_hundred": 0, "seg_id": 341936, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 8074, "Shape__Length": 63.911283760885532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148328876490297, 39.919075512954301 ], [ -75.148894399827995, 39.919151447604797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25113, "tnode_": 27210, "lpoly_": null, "rpoly_": null, "length": 461.34242876999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 75780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 341940, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8075, "Shape__Length": 183.79514180014877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146139075996302, 39.921354849224002 ], [ -75.146196079125204, 39.921233262281604 ], [ -75.146450446190798, 39.920113077751502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24682, "tnode_": 24826, "lpoly_": null, "rpoly_": null, "length": 459.22287168000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 75780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 341941, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8076, "Shape__Length": 182.95610275992135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145285659352396, 39.9249349019886 ], [ -75.145359241603501, 39.924810809593097 ], [ -75.145606460497007, 39.923702827829203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24826, "tnode_": 25113, "lpoly_": null, "rpoly_": null, "length": 868.67915126999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 2099, "r_f_add": 1900, "r_t_add": 2098, "st_code": 75780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 341942, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8077, "Shape__Length": 346.0947379599699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145606460497007, 39.923702827829203 ], [ -75.146106181372105, 39.921425968651803 ], [ -75.146139075996302, 39.921354849224002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24538, "tnode_": 24682, "lpoly_": null, "rpoly_": null, "length": 558.16010426000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 75780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341943, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8078, "Shape__Length": 222.38757117928259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145074506678398, 39.926441686925997 ], [ -75.145017166475199, 39.926296278395903 ], [ -75.145016398044206, 39.926161447243999 ], [ -75.145097995064802, 39.925736010765299 ], [ -75.145230841896804, 39.925069415642497 ], [ -75.145285659352396, 39.9249349019886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24223, "tnode_": 24212, "lpoly_": null, "rpoly_": null, "length": 309.12624692999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 74, "r_f_add": 1, "r_t_add": 73, "st_code": 28480, "l_hundred": 0, "r_hundred": 0, "seg_id": 341944, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8079, "Shape__Length": 122.71463131923242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144737524076504, 39.928627569057497 ], [ -75.145823204094299, 39.928774086238001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24099, "tnode_": 24080, "lpoly_": null, "rpoly_": null, "length": 308.61943380999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 36, "l_t_add": 64, "r_f_add": 35, "r_t_add": 63, "st_code": 67780, "l_hundred": 0, "r_hundred": 0, "seg_id": 341945, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8080, "Shape__Length": 122.53224417049211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144480650009598, 39.929859025318102 ], [ -75.144584392063805, 39.929916871836397 ], [ -75.145543587953199, 39.9300396011202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24538, "tnode_": 24517, "lpoly_": null, "rpoly_": null, "length": 410.85041177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 88, "r_f_add": 1, "r_t_add": 87, "st_code": 57100, "l_hundred": 0, "r_hundred": 0, "seg_id": 341946, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2008-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 8081, "Shape__Length": 163.1918184543413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145074506678398, 39.926441686925997 ], [ -75.145137604758204, 39.9263287192585 ], [ -75.145181568511902, 39.926265738130397 ], [ -75.145227185123403, 39.926237070328398 ], [ -75.145290417300103, 39.926213371729602 ], [ -75.145361671625693, 39.926212705242797 ], [ -75.146358773398006, 39.9263451604279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23579, "tnode_": 23615, "lpoly_": null, "rpoly_": null, "length": 91.78266612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 81840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 8082, "Shape__Length": 36.575455973020432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166572223906797, 39.934277329883699 ], [ -75.166617199681497, 39.9340277650765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23716, "tnode_": 23664, "lpoly_": null, "rpoly_": null, "length": 462.68103878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 31400, "l_hundred": 100, "r_hundred": 100, "seg_id": 341950, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 8083, "Shape__Length": 183.73949816370171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145841227701894, 39.9328448922871 ], [ -75.147400558556896, 39.933259837911201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24069, "tnode_": 24060, "lpoly_": null, "rpoly_": null, "length": 120.74611229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 712, "l_t_add": 722, "r_f_add": 713, "r_t_add": 727, "st_code": 28480, "l_hundred": 700, "r_hundred": 700, "seg_id": 341951, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8084, "Shape__Length": 47.934127602990159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1571420223449, 39.930277984836302 ], [ -75.157565983587801, 39.930335740996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24569, "tnode_": 24621, "lpoly_": null, "rpoly_": null, "length": 159.86148966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1733, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 64520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 341953, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 8085, "Shape__Length": 63.682333434560157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149951630993002, 39.9260010805774 ], [ -75.150110680396693, 39.925579671570198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22617, "tnode_": 22600, "lpoly_": null, "rpoly_": null, "length": 268.81439892000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 413, "r_t_add": 463, "st_code": 15460, "l_hundred": 0, "r_hundred": 400, "seg_id": 341955, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8086, "Shape__Length": 106.73090040819102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149810414941797, 39.9407936424832 ], [ -75.150754814471398, 39.940920482423699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22666, "tnode_": 22648, "lpoly_": null, "rpoly_": null, "length": 246.06770494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 222, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 15460, "l_hundred": 200, "r_hundred": 200, "seg_id": 341956, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8087, "Shape__Length": 97.697227897483359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146934249688002, 39.9404415214482 ], [ -75.147800721019195, 39.940548477916501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22697, "tnode_": 22689, "lpoly_": null, "rpoly_": null, "length": 276.56306967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 121, "st_code": 15460, "l_hundred": 100, "r_hundred": 100, "seg_id": 341957, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8088, "Shape__Length": 109.8057330011214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144256491938194, 39.940105071210297 ], [ -75.145228807030904, 39.940232428221996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22865, "tnode_": 22929, "lpoly_": null, "rpoly_": null, "length": 184.81181615, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 743, "l_t_add": 755, "r_f_add": 742, "r_t_add": 756, "st_code": 35220, "l_hundred": 700, "r_hundred": 700, "seg_id": 341959, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8089, "Shape__Length": 73.648725438093393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144531434533803, 39.938882259605897 ], [ -75.144594139027305, 39.938615928109002 ], [ -75.144648836316193, 39.938383041753099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22929, "tnode_": 22901, "lpoly_": null, "rpoly_": null, "length": 453.30079474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 34280, "l_hundred": 100, "r_hundred": 100, "seg_id": 341960, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8090, "Shape__Length": 179.98272539794385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144648836316193, 39.938383041753099 ], [ -75.146230962979004, 39.938638442780899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22120, "tnode_": 22101, "lpoly_": null, "rpoly_": null, "length": 274.56550053999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 81860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341961, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 8091, "Shape__Length": 109.01995270975617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158904995701505, 39.944427058232897 ], [ -75.159798561671096, 39.944537260147499 ], [ -75.159869858401095, 39.944553263014797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21969, "tnode_": 21960, "lpoly_": null, "rpoly_": null, "length": 100.36860244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANAMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1208, "l_t_add": 1212, "r_f_add": 1209, "r_t_add": 1213, "st_code": 62880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341963, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANAMA ST", "stname": "PANAMA ST", "objectid": 8092, "Shape__Length": 39.853223753930543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161728824484996, 39.9454742864976 ], [ -75.162081643665005, 39.9455208450794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22192, "tnode_": 22173, "lpoly_": null, "rpoly_": null, "length": 445.89185851999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 51520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341964, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8093, "Shape__Length": 177.0432613514345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158417292102499, 39.943823730427198 ], [ -75.159987313423599, 39.944018330222903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22269, "tnode_": 22370, "lpoly_": null, "rpoly_": null, "length": 243.6240789, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 520, "st_code": 87920, "l_hundred": 500, "r_hundred": 500, "seg_id": 341966, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8094, "Shape__Length": 97.093348394816971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152120742849107, 39.943033866145697 ], [ -75.152263726045305, 39.9423742051532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22240, "tnode_": 22218, "lpoly_": null, "rpoly_": null, "length": 552.95157945000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 64820, "l_hundred": 200, "r_hundred": 200, "seg_id": 341971, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 8095, "Shape__Length": 219.55079692283741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145245464005697, 39.943096613784498 ], [ -75.147190964717794, 39.943344845692799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22372, "tnode_": 22545, "lpoly_": null, "rpoly_": null, "length": 401.05442915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 500, "r_t_add": 598, "st_code": 87840, "l_hundred": 0, "r_hundred": 500, "seg_id": 341972, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8096, "Shape__Length": 159.74788689311197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145451982538006, 39.942169385334999 ], [ -75.145597088346804, 39.942135977178502 ], [ -75.145773170192697, 39.941289675359798 ], [ -75.145669675465996, 39.941190412370297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22573, "tnode_": 22729, "lpoly_": null, "rpoly_": null, "length": 408.62527573, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 747, "r_f_add": 700, "r_t_add": 744, "st_code": 87920, "l_hundred": 700, "r_hundred": 700, "seg_id": 341975, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8097, "Shape__Length": 162.84950322105129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152548193221094, 39.941157191207203 ], [ -75.152773975917995, 39.940049008374999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22272, "tnode_": 22252, "lpoly_": null, "rpoly_": null, "length": 446.26987380999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 73440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341976, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8098, "Shape__Length": 177.19133458920365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161785506616098, 39.943195370230598 ], [ -75.163357279008693, 39.943388046172998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22213, "tnode_": 22194, "lpoly_": null, "rpoly_": null, "length": 447.92327467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 69080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341977, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 8099, "Shape__Length": 177.8518158280441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161667186689101, 39.943709011985298 ], [ -75.161748163638407, 39.943728858733998 ], [ -75.1632417293213, 39.943912524318399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22415, "tnode_": 22388, "lpoly_": null, "rpoly_": null, "length": 447.11170192999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 15460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 341978, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8100, "Shape__Length": 177.52495969569458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161972236111296, 39.942325837562301 ], [ -75.163545077691097, 39.942527733981599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22434, "tnode_": 22428, "lpoly_": null, "rpoly_": null, "length": 86.50468394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1112, "l_t_add": 1116, "r_f_add": 1113, "r_t_add": 1119, "st_code": 15460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 341979, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8101, "Shape__Length": 34.345827542350918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1609122622001, 39.942193511398699 ], [ -75.161217259099004, 39.9422292264994 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22385, "tnode_": 22369, "lpoly_": null, "rpoly_": null, "length": 191.23623447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 47080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 341980, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 8102, "Shape__Length": 75.929594793932097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159203820739606, 39.942435161115696 ], [ -75.159877111784198, 39.942518874527899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22554, "tnode_": 22530, "lpoly_": null, "rpoly_": null, "length": 444.94028827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 15460, "l_hundred": 700, "r_hundred": 700, "seg_id": 341983, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8103, "Shape__Length": 176.65798574189034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541046838733, 39.941349887363401 ], [ -75.1556724601855, 39.941538430412898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22655, "tnode_": 22634, "lpoly_": null, "rpoly_": null, "length": 315.24858537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 732, "r_f_add": 701, "r_t_add": 733, "st_code": 63720, "l_hundred": 700, "r_hundred": 700, "seg_id": 341984, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 8104, "Shape__Length": 125.17533474530461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154247934681806, 39.940683877360797 ], [ -75.155345994771594, 39.940869628111798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22676, "tnode_": 22655, "lpoly_": null, "rpoly_": null, "length": 304.73782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 63720, "l_hundred": 600, "r_hundred": 600, "seg_id": 341985, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 8105, "Shape__Length": 121.00213078668388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153187205399007, 39.940501825524102 ], [ -75.154247934681806, 39.940683877360797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22728, "tnode_": 22706, "lpoly_": null, "rpoly_": null, "length": 339.1905148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 414, "l_t_add": 498, "r_f_add": 413, "r_t_add": 499, "st_code": 56660, "l_hundred": 400, "r_hundred": 400, "seg_id": 341987, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 8106, "Shape__Length": 134.69748613530354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149978755956099, 39.940000212073599 ], [ -75.151048404052503, 39.9401782693607 ], [ -75.151138320256095, 39.940233777878902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22788, "tnode_": 22767, "lpoly_": null, "rpoly_": null, "length": 244.39892931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 232, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 56660, "l_hundred": 200, "r_hundred": 200, "seg_id": 341988, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONROE ST", "stname": "MONROE ST", "objectid": 8107, "Shape__Length": 97.042679157884294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147144106713498, 39.939516927085997 ], [ -75.147993963360605, 39.939665778522503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22797, "tnode_": 22917, "lpoly_": null, "rpoly_": null, "length": 393.81727409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 737, "l_t_add": 799, "r_f_add": 732, "r_t_add": 798, "st_code": 63220, "l_hundred": 700, "r_hundred": 700, "seg_id": 341990, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 8108, "Shape__Length": 156.70139562343991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151775865519895, 39.939557613671703 ], [ -75.152164024952896, 39.939158184670802 ], [ -75.152681109753004, 39.938733219076298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22909, "tnode_": 22867, "lpoly_": null, "rpoly_": null, "length": 549.80369381999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 34280, "l_hundred": 200, "r_hundred": 200, "seg_id": 341991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8109, "Shape__Length": 218.30532964687725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146248059404698, 39.938576760406796 ], [ -75.148160688438793, 39.938908894253899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23332, "tnode_": 23309, "lpoly_": null, "rpoly_": null, "length": 142.99590784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 117, "st_code": 23060, "l_hundred": 100, "r_hundred": 100, "seg_id": 341993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8110, "Shape__Length": 56.789125713666451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145261453004906, 39.9355743032094 ], [ -75.145742733004596, 39.935704015651098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23100, "tnode_": 23045, "lpoly_": null, "rpoly_": null, "length": 453.13109691999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 23060, "l_hundred": 500, "r_hundred": 500, "seg_id": 341997, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8111, "Shape__Length": 179.95812762895014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151760979929094, 39.937340779956401 ], [ -75.153289163139704, 39.9377450687413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22987, "tnode_": 23038, "lpoly_": null, "rpoly_": null, "length": 118.74271373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 907, "r_f_add": 900, "r_t_add": 910, "st_code": 87940, "l_hundred": 900, "r_hundred": 900, "seg_id": 341998, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8112, "Shape__Length": 47.319095056205043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154810741332199, 39.938159496762999 ], [ -75.154887565212505, 39.937838942251602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22969, "tnode_": 22950, "lpoly_": null, "rpoly_": null, "length": 343.2866695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 932, "r_f_add": 901, "r_t_add": 939, "st_code": 56820, "l_hundred": 900, "r_hundred": 900, "seg_id": 342000, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8113, "Shape__Length": 136.29468296209296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157984962446207, 39.9383637369965 ], [ -75.159191049626102, 39.938525300275202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23170, "tnode_": 23133, "lpoly_": null, "rpoly_": null, "length": 334.92434031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 710, "l_t_add": 798, "r_f_add": 715, "r_t_add": 799, "st_code": 21600, "l_hundred": 700, "r_hundred": 700, "seg_id": 342002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 8114, "Shape__Length": 133.01214900779439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155495359713598, 39.936892690671399 ], [ -75.156624810317098, 39.937191676077397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23188, "tnode_": 23148, "lpoly_": null, "rpoly_": null, "length": 319.30950762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 535, "st_code": 56820, "l_hundred": 500, "r_hundred": 500, "seg_id": 342004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8115, "Shape__Length": 126.80900953389211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151916614774194, 39.936664424609397 ], [ -75.152995089516494, 39.936945670290598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23570, "tnode_": 23538, "lpoly_": null, "rpoly_": null, "length": 465.78764363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 300, "r_hundred": 0, "seg_id": 342006, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8116, "Shape__Length": 184.9877092246544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149265579995401, 39.9339135598293 ], [ -75.149941048758905, 39.934014091671997 ], [ -75.150077632781404, 39.934041110277001 ], [ -75.150214085161096, 39.934071542403899 ], [ -75.150273177017496, 39.9341514834096 ], [ -75.150356013102694, 39.934190952653999 ], [ -75.150807440163106, 39.934299675258302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23307, "tnode_": 23290, "lpoly_": null, "rpoly_": null, "length": 238.11989795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 56820, "l_hundred": 300, "r_hundred": 300, "seg_id": 342008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8117, "Shape__Length": 94.566810959818724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148840565537398, 39.935806135225903 ], [ -75.149642077718099, 39.936021979009702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23455, "tnode_": 23437, "lpoly_": null, "rpoly_": null, "length": 138.94067722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 204, "l_t_add": 206, "r_f_add": 205, "r_t_add": 207, "st_code": 21600, "l_hundred": 200, "r_hundred": 200, "seg_id": 342009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 8118, "Shape__Length": 55.175319581730037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147637844076598, 39.934806386809797 ], [ -75.147723129752904, 39.9348172917041 ], [ -75.148108608330304, 39.934922534534103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26896, "tnode_": 23605, "lpoly_": null, "rpoly_": null, "length": 459.11896811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 100, "r_hundred": 0, "seg_id": 342013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8119, "Shape__Length": 182.26962885601395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145705330147194, 39.933447241857799 ], [ -75.147319062080697, 39.933659745884697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23543, "tnode_": 23530, "lpoly_": null, "rpoly_": null, "length": 223.66483694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 31400, "l_hundred": 500, "r_hundred": 500, "seg_id": 342014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 8120, "Shape__Length": 88.796254350069105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152442583468499, 39.934267740315299 ], [ -75.153228044992403, 39.934374342538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23432, "tnode_": 23380, "lpoly_": null, "rpoly_": null, "length": 455.22109967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81560, "l_hundred": 600, "r_hundred": 600, "seg_id": 342016, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8121, "Shape__Length": 180.78803050613666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153864505751997, 39.935135150499697 ], [ -75.155392839267805, 39.935556332156203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23499, "tnode_": 23440, "lpoly_": null, "rpoly_": null, "length": 469.70500154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 31400, "l_hundred": 700, "r_hundred": 700, "seg_id": 342017, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 8122, "Shape__Length": 186.50618582595419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155580652580298, 39.934676137817597 ], [ -75.157078216296895, 39.934881788145901 ], [ -75.157191810123393, 39.934961545715701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23317, "tnode_": 23433, "lpoly_": null, "rpoly_": null, "length": 275.77192916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1155, "l_t_add": 1199, "r_f_add": 1154, "r_t_add": 1198, "st_code": 88060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342018, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 8123, "Shape__Length": 109.89341554301284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164949275188903, 39.936089153803799 ], [ -75.165116859723, 39.935343198012802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23317, "tnode_": 23297, "lpoly_": null, "rpoly_": null, "length": 392.75977346000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 12740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 8124, "Shape__Length": 155.92982269760031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164949275188903, 39.936089153803799 ], [ -75.166331318643003, 39.9362640565205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23544, "tnode_": 23506, "lpoly_": null, "rpoly_": null, "length": 448.09021115999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 49300, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342020, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 8125, "Shape__Length": 177.90608480331386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163678033998295, 39.934517009736403 ], [ -75.165239197896895, 39.9347791475398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23562, "tnode_": 23546, "lpoly_": null, "rpoly_": null, "length": 280.90456872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 49300, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342021, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATONA ST", "stname": "LATONA ST", "objectid": 8126, "Shape__Length": 111.52674383630148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161027384064198, 39.934273248189598 ], [ -75.162007027209299, 39.934434137552003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24040, "tnode_": 24081, "lpoly_": null, "rpoly_": null, "length": 137.59899008999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1417, "l_t_add": 1429, "r_f_add": 1416, "r_t_add": 1428, "st_code": 87880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342022, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8127, "Shape__Length": 54.82901584184669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151682817805806, 39.930379567065501 ], [ -75.151758847634994, 39.930006403015803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23767, "tnode_": 23875, "lpoly_": null, "rpoly_": null, "length": 409.6305694, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 64220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERCY ST", "stname": "S PERCY ST", "objectid": 8128, "Shape__Length": 163.04100382856296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159233462123893, 39.932708041851697 ], [ -75.159287786090403, 39.932722201384401 ], [ -75.1594578206862, 39.932739951442201 ], [ -75.159786051163593, 39.932466971271701 ], [ -75.159914992238498, 39.931899324667398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23899, "tnode_": 23998, "lpoly_": null, "rpoly_": null, "length": 166.11766762000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 56020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8129, "Shape__Length": 66.193344897746783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158269616101506, 39.931681643281102 ], [ -75.158366525764393, 39.9312317734909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24011, "tnode_": 23991, "lpoly_": null, "rpoly_": null, "length": 446.73014966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 83180, "l_hundred": 800, "r_hundred": 800, "seg_id": 342025, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 8130, "Shape__Length": 177.34583816430651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158037285777397, 39.9308133581211 ], [ -75.159526177826095, 39.931007337531398 ], [ -75.159605736619397, 39.9309894834524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23739, "tnode_": 23818, "lpoly_": null, "rpoly_": null, "length": 604.99175931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 67780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8131, "Shape__Length": 240.43987858983309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162360267535007, 39.933035990726303 ], [ -75.162476326628294, 39.932973629819003 ], [ -75.163260372851894, 39.932346018811103 ], [ -75.164134165031797, 39.9324525674024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23974, "tnode_": 23960, "lpoly_": null, "rpoly_": null, "length": 256.72218275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 28480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8132, "Shape__Length": 101.91404094056369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164409756585698, 39.931236679159603 ], [ -75.1653131460575, 39.931350532254697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24132, "tnode_": 24257, "lpoly_": null, "rpoly_": null, "length": 573.35648198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASSYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 63220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342028, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASSYUNK AVE", "stname": "E PASSYUNK AVE", "objectid": 8133, "Shape__Length": 228.05248845783504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163506663098303, 39.9298392233176 ], [ -75.164720990222406, 39.928814584045803 ], [ -75.1649179526475, 39.928705335811301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24060, "tnode_": 24051, "lpoly_": null, "rpoly_": null, "length": 158.50406851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 724, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 28480, "l_hundred": 700, "r_hundred": 700, "seg_id": 342029, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8134, "Shape__Length": 62.921933835738258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157565983587801, 39.930335740996 ], [ -75.158124252810694, 39.930403589782898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23920, "tnode_": 24069, "lpoly_": null, "rpoly_": null, "length": 472.90866947999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEULAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 17420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BEULAH ST", "stname": "S BEULAH ST", "objectid": 8135, "Shape__Length": 188.3984834559605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156976231922798, 39.931506913814701 ], [ -75.157145360782906, 39.9307673685094 ], [ -75.157044351427601, 39.930734807721699 ], [ -75.1571420223449, 39.930277984836302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24149, "tnode_": 24096, "lpoly_": null, "rpoly_": null, "length": 517.28036070999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 83180, "l_hundred": 200, "r_hundred": 200, "seg_id": 342031, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 8136, "Shape__Length": 205.43559622046331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148267963116595, 39.929358069481196 ], [ -75.149982210508099, 39.929882146214901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24182, "tnode_": 24149, "lpoly_": null, "rpoly_": null, "length": 310.18733564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 83180, "l_hundred": 100, "r_hundred": 100, "seg_id": 342032, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 8137, "Shape__Length": 123.2132015422564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147272315030506, 39.929000746505999 ], [ -75.147449617324497, 39.929108268192401 ], [ -75.148267963116595, 39.929358069481196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24017, "tnode_": 24054, "lpoly_": null, "rpoly_": null, "length": 143.94362005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1411, "r_f_add": 0, "r_t_add": 0, "st_code": 57320, "l_hundred": 1400, "r_hundred": 0, "seg_id": 342033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 8138, "Shape__Length": 57.341127589250448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149701129072596, 39.930548449216403 ], [ -75.149859787958405, 39.9301726582583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24182, "tnode_": 24167, "lpoly_": null, "rpoly_": null, "length": 300.43252454999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 114, "l_t_add": 198, "r_f_add": 113, "r_t_add": 199, "st_code": 28480, "l_hundred": 100, "r_hundred": 100, "seg_id": 342034, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8139, "Shape__Length": 119.26067252896618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147272315030506, 39.929000746505999 ], [ -75.147526947875207, 39.928994956399002 ], [ -75.148331319994497, 39.929102882451403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24530, "tnode_": 24498, "lpoly_": null, "rpoly_": null, "length": 569.0207146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATKINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 81780, "l_hundred": 200, "r_hundred": 200, "seg_id": 342035, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATKINS ST", "stname": "WATKINS ST", "objectid": 8140, "Shape__Length": 225.87819136040687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149325049700195, 39.926302070485598 ], [ -75.149402872461906, 39.926292268135803 ], [ -75.151323233463899, 39.926553028064497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24602, "tnode_": 24709, "lpoly_": null, "rpoly_": null, "length": 328.73811988999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1736, "r_t_add": 1798, "st_code": 35220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342036, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8141, "Shape__Length": 130.98092023301848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147487380358797, 39.925629512454201 ], [ -75.147680753904396, 39.924739450465303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24701, "tnode_": 24680, "lpoly_": null, "rpoly_": null, "length": 263.93170276999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIGEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 72820, "l_hundred": 300, "r_hundred": 300, "seg_id": 342037, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIGEL ST", "stname": "SIGEL ST", "objectid": 8142, "Shape__Length": 104.81355814434656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151975923488394, 39.9248521781482 ], [ -75.152848830153602, 39.925122837672902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24481, "tnode_": 24551, "lpoly_": null, "rpoly_": null, "length": 310.03665265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 45100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 8143, "Shape__Length": 123.32993783955952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165935167391694, 39.927034216384399 ], [ -75.166136661911807, 39.927057110464297 ], [ -75.166551776836698, 39.926701196832497 ], [ -75.166587310563003, 39.926527992246903 ], [ -75.166567534461393, 39.926490378897803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24470, "tnode_": 24574, "lpoly_": null, "rpoly_": null, "length": 288.99798736000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1818, "r_t_add": 1898, "st_code": 71020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342039, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 8144, "Shape__Length": 115.15005437840374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164773487904696, 39.927061585569597 ], [ -75.164939907900504, 39.926278664256103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24726, "tnode_": 24707, "lpoly_": null, "rpoly_": null, "length": 451.80995806000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 55960, "l_hundred": 400, "r_hundred": 400, "seg_id": 342040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 8145, "Shape__Length": 179.34614940018565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1529417436291, 39.924688821258101 ], [ -75.154528107402598, 39.924904470016401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25190, "tnode_": 25157, "lpoly_": null, "rpoly_": null, "length": 352.04945284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 77740, "l_hundred": 600, "r_hundred": 600, "seg_id": 342041, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREE ST", "stname": "TREE ST", "objectid": 8146, "Shape__Length": 139.85460852704935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1575387310385, 39.920911533425297 ], [ -75.157602135978607, 39.9211299151875 ], [ -75.158490217612297, 39.921242681826797 ], [ -75.158554647056405, 39.921243654149897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25203, "tnode_": 25296, "lpoly_": null, "rpoly_": null, "length": 271.80688481, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 67840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 342042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 8147, "Shape__Length": 108.28701504816209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156040071094296, 39.9208206282756 ], [ -75.155996091084702, 39.920665349076799 ], [ -75.156130907192704, 39.9200873812023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25344, "tnode_": 25339, "lpoly_": null, "rpoly_": null, "length": 156.69071717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 930, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 68640, "l_hundred": 900, "r_hundred": 900, "seg_id": 342043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8148, "Shape__Length": 62.191111267332928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163144526213401, 39.919701531203799 ], [ -75.1634930030867, 39.919744898201998 ], [ -75.163697738437406, 39.919759655608999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25499, "tnode_": 25489, "lpoly_": null, "rpoly_": null, "length": 405.77228463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 58, "r_f_add": 1, "r_t_add": 59, "st_code": 68640, "l_hundred": 0, "r_hundred": 0, "seg_id": 342044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITNER ST", "stname": "RITNER ST", "objectid": 8149, "Shape__Length": 161.05128806055654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146814791840995, 39.917610846845101 ], [ -75.148243238021394, 39.9177867855526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25388, "tnode_": 25370, "lpoly_": null, "rpoly_": null, "length": 508.47615069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 22, "l_t_add": 90, "r_f_add": 39, "r_t_add": 91, "st_code": 84260, "l_hundred": 0, "r_hundred": 0, "seg_id": 342045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 8150, "Shape__Length": 201.81923390305909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146539950660596, 39.918849794736197 ], [ -75.148328876490297, 39.919075512954301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25414, "tnode_": 25930, "lpoly_": null, "rpoly_": null, "length": 2253.4207323300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WECCACOE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2699, "r_f_add": 2300, "r_t_add": 2698, "st_code": 82040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 342046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WECCACOE AVE", "stname": "WECCACOE AVE", "objectid": 8151, "Shape__Length": 897.2714243496381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143848291059598, 39.918509231756197 ], [ -75.140702279540207, 39.912817388755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22469, "tnode_": 22565, "lpoly_": null, "rpoly_": null, "length": 219.92507109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 735, "r_f_add": 700, "r_t_add": 734, "st_code": 33700, "l_hundred": 700, "r_hundred": 700, "seg_id": 342047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-03-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAWN ST", "stname": "S FAWN ST", "objectid": 8152, "Shape__Length": 87.647505467422945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162780071669204, 39.942043602302199 ], [ -75.162906857873807, 39.941447820181203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22658, "tnode_": 22649, "lpoly_": null, "rpoly_": null, "length": 123.81323491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 408, "r_f_add": 0, "r_t_add": 0, "st_code": 15460, "l_hundred": 400, "r_hundred": 0, "seg_id": 342048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8153, "Shape__Length": 49.159718830570348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149414752389205, 39.940560440242301 ], [ -75.149848902525704, 39.940622408310396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22684, "tnode_": 22658, "lpoly_": null, "rpoly_": null, "length": 447.08615025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 15460, "l_hundred": 300, "r_hundred": 0, "seg_id": 342049, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8154, "Shape__Length": 177.50912634281272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147841408724304, 39.940361520038401 ], [ -75.149414752389205, 39.940560440242301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23271, "tnode_": 23240, "lpoly_": null, "rpoly_": null, "length": 269.64748131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 202, "l_t_add": 220, "r_f_add": 203, "r_t_add": 223, "st_code": 23060, "l_hundred": 200, "r_hundred": 200, "seg_id": 342050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8155, "Shape__Length": 107.08847119051381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146907448751506, 39.9360193613688 ], [ -75.147814542155501, 39.936264976589499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23240, "tnode_": 23221, "lpoly_": null, "rpoly_": null, "length": 140.12537968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 222, "l_t_add": 236, "r_f_add": 225, "r_t_add": 239, "st_code": 23060, "l_hundred": 200, "r_hundred": 200, "seg_id": 342051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8156, "Shape__Length": 55.648482912643182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147814542155501, 39.936264976589499 ], [ -75.148287613387794, 39.9363888559906 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23420, "tnode_": 23519, "lpoly_": null, "rpoly_": null, "length": 257.10132624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 23440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 8157, "Shape__Length": 102.45149391864993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165600744555107, 39.935423716578697 ], [ -75.165762511352099, 39.934729013886098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23519, "tnode_": 27205, "lpoly_": null, "rpoly_": null, "length": 292.13077685000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1217, "l_t_add": 1299, "r_f_add": 1216, "r_t_add": 1298, "st_code": 23440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 8158, "Shape__Length": 116.41137966640581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165762511352099, 39.934729013886098 ], [ -75.165930345946407, 39.933937554276497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23437, "tnode_": 23493, "lpoly_": null, "rpoly_": null, "length": 228.83057868, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 12460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342054, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8159, "Shape__Length": 91.137416296082151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148108608330304, 39.934922534534103 ], [ -75.148439684544996, 39.934348392727202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23417, "tnode_": 23478, "lpoly_": null, "rpoly_": null, "length": 145.00725256000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 18120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342055, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 8160, "Shape__Length": 57.775668000515488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148540291627697, 39.9350391147008 ], [ -75.1485725158213, 39.935009344279301 ], [ -75.148649718723604, 39.934654981202698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22454, "tnode_": 22610, "lpoly_": null, "rpoly_": null, "length": 362.22053408, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 735, "r_f_add": 700, "r_t_add": 734, "st_code": 23860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342056, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 8161, "Shape__Length": 144.35304691421902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159940925713798, 39.9420731341147 ], [ -75.1599160198856, 39.942029977880502 ], [ -75.160114095075002, 39.9410952116801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22610, "tnode_": 22744, "lpoly_": null, "rpoly_": null, "length": 370.02147562000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 737, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 23860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342057, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 8162, "Shape__Length": 147.46298442987535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160114095075002, 39.9410952116801 ], [ -75.160330793422304, 39.940093245256797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22260, "tnode_": 22362, "lpoly_": null, "rpoly_": null, "length": 268.24771298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 27380, "l_hundred": 500, "r_hundred": 500, "seg_id": 342058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8163, "Shape__Length": 106.90923489109336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156131551190001, 39.943243424942203 ], [ -75.156273220476706, 39.942515169781899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23221, "tnode_": 23318, "lpoly_": null, "rpoly_": null, "length": 251.41861408, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 911, "r_f_add": 900, "r_t_add": 906, "st_code": 18120, "l_hundred": 900, "r_hundred": 900, "seg_id": 342059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 8164, "Shape__Length": 100.15637385820341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148287613387794, 39.9363888559906 ], [ -75.148588178472195, 39.935738618608497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22426, "tnode_": 22534, "lpoly_": null, "rpoly_": null, "length": 223.42541409, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 731, "r_f_add": 700, "r_t_add": 730, "st_code": 81840, "l_hundred": 700, "r_hundred": 700, "seg_id": 342060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 8165, "Shape__Length": 89.02839002490299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165034455868707, 39.9423264951756 ], [ -75.165102293398306, 39.942033532259401 ], [ -75.165171176788704, 39.941777438142303 ], [ -75.165215459292497, 39.941735264799199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24099, "tnode_": 24223, "lpoly_": null, "rpoly_": null, "length": 454.34488627000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 23055, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8166, "Shape__Length": 181.03931490533671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144480650009598, 39.929859025318102 ], [ -75.144737524076504, 39.928627569057497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23126, "tnode_": 23244, "lpoly_": null, "rpoly_": null, "length": 266.41104293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 833, "r_f_add": 800, "r_t_add": 834, "st_code": 23055, "l_hundred": 800, "r_hundred": 800, "seg_id": 342065, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8167, "Shape__Length": 106.17655019377334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142307751204797, 39.936887602472702 ], [ -75.142310788681002, 39.936156274059002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23244, "tnode_": 23429, "lpoly_": null, "rpoly_": null, "length": 476.31130347000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 835, "l_t_add": 899, "r_f_add": 836, "r_t_add": 898, "st_code": 23055, "l_hundred": 800, "r_hundred": 800, "seg_id": 342068, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8168, "Shape__Length": 189.76403798823245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142310788681002, 39.936156274059002 ], [ -75.142316302746906, 39.936047371121298 ], [ -75.142326070426606, 39.935982299665298 ], [ -75.142340608077802, 39.9359192017833 ], [ -75.142358139752801, 39.935841247427298 ], [ -75.142388707121299, 39.935739337521497 ], [ -75.142416639098997, 39.9356429648454 ], [ -75.142433169441304, 39.935591104772101 ], [ -75.142465013091496, 39.935519072964802 ], [ -75.142521366515794, 39.935376707703703 ], [ -75.142552925130602, 39.935312130768303 ], [ -75.142597447719297, 39.935225462645903 ], [ -75.142639191949698, 39.935148058734299 ], [ -75.142772266826498, 39.934906704120202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24384, "tnode_": 24538, "lpoly_": null, "rpoly_": null, "length": 352.03891931000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 23055, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342069, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8169, "Shape__Length": 140.28077027245845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145015598890794, 39.927405780850897 ], [ -75.1450719648182, 39.926996518493702 ], [ -75.145074506678398, 39.926441686925997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21967, "tnode_": 21933, "lpoly_": null, "rpoly_": null, "length": 445.11109131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 26560, "l_hundred": 900, "r_hundred": 900, "seg_id": 342070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 8170, "Shape__Length": 176.74104615759106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1564583000455, 39.945405802089603 ], [ -75.157972321574206, 39.945603989289502 ], [ -75.158021363063796, 39.945591299308902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22118, "tnode_": 22112, "lpoly_": null, "rpoly_": null, "length": 104.85288361000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1330, "l_t_add": 1338, "r_f_add": 1329, "r_t_add": 1339, "st_code": 51520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342078, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8171, "Shape__Length": 41.632786808695457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164157623376994, 39.944532492709001 ], [ -75.164526691384395, 39.944578874955603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22106, "tnode_": 22089, "lpoly_": null, "rpoly_": null, "length": 220.71539579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1132, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 81860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342079, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 8172, "Shape__Length": 87.637380535293033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160680313853803, 39.944558010136497 ], [ -75.161456896216805, 39.944657079566802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22300, "tnode_": 22277, "lpoly_": null, "rpoly_": null, "length": 332.94153127000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 1101, "r_t_add": 1149, "st_code": 73440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342080, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8173, "Shape__Length": 132.19342278042367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160207433722107, 39.943006389353499 ], [ -75.161380636942695, 39.943147306883503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22518, "tnode_": 22507, "lpoly_": null, "rpoly_": null, "length": 140.16724566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 313, "st_code": 73440, "l_hundred": 300, "r_hundred": 300, "seg_id": 342081, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8174, "Shape__Length": 55.65249476978272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147606575647998, 39.941431701713 ], [ -75.148099519458597, 39.941495578838797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22483, "tnode_": 22466, "lpoly_": null, "rpoly_": null, "length": 208.38847724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 412, "l_t_add": 430, "r_f_add": 415, "r_t_add": 435, "st_code": 73440, "l_hundred": 400, "r_hundred": 400, "seg_id": 342082, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8175, "Shape__Length": 82.739639907352867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149676615372101, 39.941688761162098 ], [ -75.150409465597704, 39.9417838136916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23658, "tnode_": 23642, "lpoly_": null, "rpoly_": null, "length": 303.95032686000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1232, "r_f_add": 1201, "r_t_add": 1233, "st_code": 82740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342086, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8176, "Shape__Length": 120.66775040776581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163865573271195, 39.933672329722597 ], [ -75.164934447730701, 39.9338105923119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22173, "tnode_": 22226, "lpoly_": null, "rpoly_": null, "length": 188.48918698, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 520, "st_code": 88020, "l_hundred": 500, "r_hundred": 500, "seg_id": 342087, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 8177, "Shape__Length": 75.120248625188296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159987313423599, 39.944018330222903 ], [ -75.160104221481703, 39.9435087882907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22648, "tnode_": 22684, "lpoly_": null, "rpoly_": null, "length": 69.05438668, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 705, "r_f_add": 700, "r_t_add": 700, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8178, "Shape__Length": 27.519840529375628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147800721019195, 39.940548477916501 ], [ -75.147841408724304, 39.940361520038401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22684, "tnode_": 22767, "lpoly_": null, "rpoly_": null, "length": 257.03075032000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 707, "l_t_add": 733, "r_f_add": 702, "r_t_add": 726, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342089, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8179, "Shape__Length": 102.4321384037078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147841408724304, 39.940361520038401 ], [ -75.147993963360605, 39.939665778522503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23004, "tnode_": 23102, "lpoly_": null, "rpoly_": null, "length": 253.74941419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 819, "r_f_add": 800, "r_t_add": 820, "st_code": 87860, "l_hundred": 800, "r_hundred": 800, "seg_id": 342090, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8180, "Shape__Length": 101.12154101732695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148370701708103, 39.937965561308999 ], [ -75.148517049381695, 39.937278157122201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23482, "tnode_": 23575, "lpoly_": null, "rpoly_": null, "length": 256.56078921, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 939, "l_t_add": 997, "r_f_add": 938, "r_t_add": 996, "st_code": 35220, "l_hundred": 900, "r_hundred": 900, "seg_id": 342091, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8181, "Shape__Length": 102.23706953308917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145505677924604, 39.934529996644301 ], [ -75.145651502019106, 39.933834708757303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23862, "tnode_": 23914, "lpoly_": null, "rpoly_": null, "length": 144.49921479, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1127, "l_t_add": 1199, "r_f_add": 1126, "r_t_add": 1198, "st_code": 35220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342092, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8182, "Shape__Length": 57.578224237600772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146083361059297, 39.931720792409301 ], [ -75.146173148012593, 39.931330192672597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23749, "tnode_": 23811, "lpoly_": null, "rpoly_": null, "length": 163.32102433, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1112, "st_code": 35220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342093, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8183, "Shape__Length": 65.080228869958475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145912585580007, 39.932546404681901 ], [ -75.146004724984195, 39.932103714498801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23811, "tnode_": 23862, "lpoly_": null, "rpoly_": null, "length": 141.22401233, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1115, "l_t_add": 1125, "r_f_add": 1114, "r_t_add": 1124, "st_code": 35220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342094, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8184, "Shape__Length": 56.2748068634275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146004724984195, 39.932103714498801 ], [ -75.146083361059297, 39.931720792409301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23667, "tnode_": 23716, "lpoly_": null, "rpoly_": null, "length": 134.76310218, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1005, "l_t_add": 1015, "r_f_add": 1004, "r_t_add": 1014, "st_code": 35220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342095, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8185, "Shape__Length": 53.700157906934713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145759332999603, 39.933209422484303 ], [ -75.145841227701894, 39.9328448922871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23716, "tnode_": 23749, "lpoly_": null, "rpoly_": null, "length": 110.55974536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1017, "l_t_add": 1099, "r_f_add": 1016, "r_t_add": 1098, "st_code": 35220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342096, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8186, "Shape__Length": 44.054789237155781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145841227701894, 39.9328448922871 ], [ -75.145912585580007, 39.932546404681901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26896, "tnode_": 23667, "lpoly_": null, "rpoly_": null, "length": 87.94700282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1003, "r_f_add": 1000, "r_t_add": 1002, "st_code": 35220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342097, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8187, "Shape__Length": 35.045032993908741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145705330147194, 39.933447241857799 ], [ -75.145759332999603, 39.933209422484303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24432, "tnode_": 24469, "lpoly_": null, "rpoly_": null, "length": 117.09776982, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1625, "l_t_add": 1633, "r_f_add": 1624, "r_t_add": 1632, "st_code": 35220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342098, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8188, "Shape__Length": 46.656070795621105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147141668336801, 39.926986807592499 ], [ -75.147216812565006, 39.926670608378402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24469, "tnode_": 24499, "lpoly_": null, "rpoly_": null, "length": 80.79778324, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1634, "r_t_add": 1698, "st_code": 35220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342099, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8189, "Shape__Length": 32.193336472797021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147216812565006, 39.926670608378402 ], [ -75.147264419681704, 39.926451857634497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24517, "tnode_": 24660, "lpoly_": null, "rpoly_": null, "length": 453.62071425, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 81700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342100, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8190, "Shape__Length": 180.73873702489058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146358773398006, 39.9263451604279 ], [ -75.1464378242338, 39.925988611582603 ], [ -75.146634260932004, 39.925118111486199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23140, "tnode_": 23132, "lpoly_": null, "rpoly_": null, "length": 131.38387902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 128, "l_t_add": 198, "r_f_add": 129, "r_t_add": 199, "st_code": 66460, "l_hundred": 100, "r_hundred": 100, "seg_id": 342101, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8191, "Shape__Length": 52.165970940403106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146147682996499, 39.9368599673098 ], [ -75.146604680318603, 39.936939478270801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23154, "tnode_": 23140, "lpoly_": null, "rpoly_": null, "length": 184.64819446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 110, "l_t_add": 126, "r_f_add": 109, "r_t_add": 127, "st_code": 66460, "l_hundred": 100, "r_hundred": 100, "seg_id": 342102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8192, "Shape__Length": 73.316830311059007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145508171022797, 39.936739219275303 ], [ -75.146147682996499, 39.9368599673098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23163, "tnode_": 23154, "lpoly_": null, "rpoly_": null, "length": 140.18709046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 107, "st_code": 66460, "l_hundred": 100, "r_hundred": 100, "seg_id": 342103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8193, "Shape__Length": 55.660637122234313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145019993732902, 39.936656314236401 ], [ -75.145508171022797, 39.936739219275303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23102, "tnode_": 23091, "lpoly_": null, "rpoly_": null, "length": 121.76285418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 308, "r_f_add": 301, "r_t_add": 303, "st_code": 66460, "l_hundred": 300, "r_hundred": 300, "seg_id": 342104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8194, "Shape__Length": 48.3480796432302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148517049381695, 39.937278157122201 ], [ -75.148938445149199, 39.937358785598803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23913, "tnode_": 24006, "lpoly_": null, "rpoly_": null, "length": 248.19112524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1423, "r_f_add": 1400, "r_t_add": 1436, "st_code": 35000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 8195, "Shape__Length": 98.897288393089369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157442482160505, 39.931570738830899 ], [ -75.157585615714297, 39.9308983925443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24012, "tnode_": 24060, "lpoly_": null, "rpoly_": null, "length": 176.09103672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1425, "l_t_add": 1499, "r_f_add": 1438, "r_t_add": 1498, "st_code": 35000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342106, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 8196, "Shape__Length": 70.164407958997074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157452021829698, 39.9308106911026 ], [ -75.157548595143197, 39.930377052458297 ], [ -75.157565983587801, 39.930335740996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23126, "tnode_": 23113, "lpoly_": null, "rpoly_": null, "length": 268.80487132000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 11, "st_code": 21900, "l_hundred": 0, "r_hundred": 0, "seg_id": 342108, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8197, "Shape__Length": 106.72829737588492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142307751204797, 39.936887602472702 ], [ -75.143243657981103, 39.937047139668998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23113, "tnode_": 23206, "lpoly_": null, "rpoly_": null, "length": 261.61814841, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 825, "r_f_add": 800, "r_t_add": 824, "st_code": 75780, "l_hundred": 800, "r_hundred": 800, "seg_id": 342109, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8198, "Shape__Length": 104.26635561548491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143243657981103, 39.937047139668998 ], [ -75.143267662748897, 39.936329202391903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22457, "tnode_": 22555, "lpoly_": null, "rpoly_": null, "length": 220.4098138, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 715, "l_t_add": 745, "r_f_add": 714, "r_t_add": 734, "st_code": 88060, "l_hundred": 700, "r_hundred": 700, "seg_id": 342110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 8199, "Shape__Length": 87.838694852555761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163619251440295, 39.9421486756642 ], [ -75.163760505704303, 39.941553472198798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23341, "tnode_": 23420, "lpoly_": null, "rpoly_": null, "length": 200.78609553000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 23440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CLARION ST", "stname": "S CLARION ST", "objectid": 8200, "Shape__Length": 80.012565514869152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165482567638705, 39.935967340519703 ], [ -75.165600744555107, 39.935423716578697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23545, "tnode_": 23574, "lpoly_": null, "rpoly_": null, "length": 82.8754341, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1239, "r_f_add": 1200, "r_t_add": 1238, "st_code": 45100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 8201, "Shape__Length": 33.026395263512008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164784990368901, 39.934498604808901 ], [ -75.164822463854094, 39.934272937588403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23574, "tnode_": 23642, "lpoly_": null, "rpoly_": null, "length": 171.32672445, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ISEMINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 45100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ISEMINGER ST", "stname": "S ISEMINGER ST", "objectid": 8202, "Shape__Length": 68.269749909552431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164822463854094, 39.934272937588403 ], [ -75.164934447730701, 39.9338105923119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24083, "tnode_": 24113, "lpoly_": null, "rpoly_": null, "length": 95.81265794000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1411, "l_t_add": 1499, "r_f_add": 1420, "r_t_add": 1498, "st_code": 64520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342115, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 8203, "Shape__Length": 38.178564200308621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148619098329902, 39.930013389567897 ], [ -75.148669759653302, 39.929753279521798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23973, "tnode_": 23965, "lpoly_": null, "rpoly_": null, "length": 134.54808264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 209, "st_code": 30420, "l_hundred": 200, "r_hundred": 200, "seg_id": 342116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 8204, "Shape__Length": 53.413618522633179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147936960488295, 39.930880387658199 ], [ -75.148409535510197, 39.9309440967534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23560, "tnode_": 23556, "lpoly_": null, "rpoly_": null, "length": 105.44502419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 608, "r_f_add": 601, "r_t_add": 611, "st_code": 12740, "l_hundred": 600, "r_hundred": 600, "seg_id": 342117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 8205, "Shape__Length": 41.86186572362304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154749733480401, 39.934182093049898 ], [ -75.155120443286805, 39.9342305218699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23041, "tnode_": 23132, "lpoly_": null, "rpoly_": null, "length": 252.51661453, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 825, "r_f_add": 800, "r_t_add": 822, "st_code": 87840, "l_hundred": 800, "r_hundred": 800, "seg_id": 342118, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8206, "Shape__Length": 100.62788138557774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146446416812907, 39.937621878678698 ], [ -75.146604680318603, 39.936939478270801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23050, "tnode_": 23041, "lpoly_": null, "rpoly_": null, "length": 131.77995826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 134, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 21900, "l_hundred": 100, "r_hundred": 100, "seg_id": 342119, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8207, "Shape__Length": 52.324227276610671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145988581443206, 39.937540296533101 ], [ -75.146446416812907, 39.937621878678698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23041, "tnode_": 23017, "lpoly_": null, "rpoly_": null, "length": 313.27921987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 225, "st_code": 21900, "l_hundred": 200, "r_hundred": 200, "seg_id": 342120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8208, "Shape__Length": 124.38940755709632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146446416812907, 39.937621878678698 ], [ -75.147535663915406, 39.937813017285102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22964, "tnode_": 22958, "lpoly_": null, "rpoly_": null, "length": 121.43712505000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 402, "r_f_add": 401, "r_t_add": 405, "st_code": 21900, "l_hundred": 400, "r_hundred": 400, "seg_id": 342121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8209, "Shape__Length": 48.219149213405238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149932346030496, 39.938241300704199 ], [ -75.150352942622703, 39.938320709137201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22649, "tnode_": 22728, "lpoly_": null, "rpoly_": null, "length": 229.56093675, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 50120, "l_hundred": 700, "r_hundred": 700, "seg_id": 342123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 8210, "Shape__Length": 91.486155208337195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149848902525704, 39.940622408310396 ], [ -75.149978755956099, 39.940000212073599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22415, "tnode_": 22485, "lpoly_": null, "rpoly_": null, "length": 137.60568655, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 721, "r_f_add": 700, "r_t_add": 704, "st_code": 88040, "l_hundred": 700, "r_hundred": 700, "seg_id": 342124, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 8211, "Shape__Length": 54.839972097755471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161972236111296, 39.942325837562301 ], [ -75.1620571162548, 39.941953785575301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23418, "tnode_": 23453, "lpoly_": null, "rpoly_": null, "length": 100.33787806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1112, "r_t_add": 1198, "st_code": 35000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRANKLIN ST", "stname": "S FRANKLIN ST", "objectid": 8212, "Shape__Length": 39.914983182736464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156269852088201, 39.935241734198797 ], [ -75.156513793440993, 39.935040232800098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22392, "tnode_": 22447, "lpoly_": null, "rpoly_": null, "length": 117.44336632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANDOLPH", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 523, "l_t_add": 599, "r_f_add": 520, "r_t_add": 598, "st_code": 67350, "l_hundred": 500, "r_hundred": 500, "seg_id": 342126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANDOLPH CT", "stname": "RANDOLPH CT", "objectid": 8213, "Shape__Length": 46.802456620021609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151481353943296, 39.942247026920001 ], [ -75.1515424929338, 39.941973399003402 ], [ -75.151562881783306, 39.941931489528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22629, "tnode_": 22613, "lpoly_": null, "rpoly_": null, "length": 203.34057511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47340, "l_hundred": 600, "r_hundred": 600, "seg_id": 342127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 8214, "Shape__Length": 80.733337503667855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153090124993398, 39.940855057295302 ], [ -75.153806432410903, 39.940942059500301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23042, "tnode_": 23065, "lpoly_": null, "rpoly_": null, "length": 52.94681296, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 921, "l_t_add": 923, "r_f_add": 928, "r_t_add": 928, "st_code": 87960, "l_hundred": 900, "r_hundred": 900, "seg_id": 342128, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 8215, "Shape__Length": 21.100403531446727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156488887669397, 39.937812829294302 ], [ -75.156515189166498, 39.937668900618903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22089, "tnode_": 22110, "lpoly_": null, "rpoly_": null, "length": 58.03198232, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 411, "l_t_add": 415, "r_f_add": 408, "r_t_add": 414, "st_code": 88040, "l_hundred": 400, "r_hundred": 400, "seg_id": 342132, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 8216, "Shape__Length": 23.128565024989314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161456896216805, 39.944657079566802 ], [ -75.1614909086165, 39.944499940252904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22482, "tnode_": 22483, "lpoly_": null, "rpoly_": null, "length": 15.58802281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 410, "l_t_add": 410, "r_f_add": 413, "r_t_add": 413, "st_code": 73440, "l_hundred": 400, "r_hundred": 400, "seg_id": 342133, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8217, "Shape__Length": 6.1888638934165616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149621474924203, 39.941683318589099 ], [ -75.149676615372101, 39.941688761162098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22929, "tnode_": 23071, "lpoly_": null, "rpoly_": null, "length": 383.778451, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 757, "l_t_add": 799, "r_f_add": 758, "r_t_add": 798, "st_code": 35220, "l_hundred": 700, "r_hundred": 700, "seg_id": 342134, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8218, "Shape__Length": 152.93945815216409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144648836316193, 39.938383041753099 ], [ -75.144873127834998, 39.9373437651413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23001, "tnode_": 22973, "lpoly_": null, "rpoly_": null, "length": 310.49787333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 233, "st_code": 35340, "l_hundred": 200, "r_hundred": 200, "seg_id": 342135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 8219, "Shape__Length": 123.28624466084914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146388430927004, 39.937934794640398 ], [ -75.147467293049402, 39.938126649511297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23132, "tnode_": 23102, "lpoly_": null, "rpoly_": null, "length": 550.27480096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 66460, "l_hundred": 200, "r_hundred": 200, "seg_id": 342136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8220, "Shape__Length": 218.4887343962798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146604680318603, 39.936939478270801 ], [ -75.148517049381695, 39.937278157122201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22371, "tnode_": 22347, "lpoly_": null, "rpoly_": null, "length": 444.80424659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 47080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KATER ST", "stname": "KATER ST", "objectid": 8221, "Shape__Length": 176.60809577454981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160307321381296, 39.9425609037581 ], [ -75.161873533702405, 39.942754791304402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22708, "tnode_": 22804, "lpoly_": null, "rpoly_": null, "length": 248.75022565, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 72560, "l_hundred": 700, "r_hundred": 700, "seg_id": 342138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 8222, "Shape__Length": 99.129990912279055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153904756917498, 39.9402386317281 ], [ -75.154065621506703, 39.939567101839899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22884, "tnode_": 22987, "lpoly_": null, "rpoly_": null, "length": 297.8114295, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 87940, "l_hundred": 800, "r_hundred": 800, "seg_id": 342139, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8223, "Shape__Length": 118.68109287513101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154630699993007, 39.9389651941148 ], [ -75.154810741332199, 39.938159496762999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23065, "tnode_": 23133, "lpoly_": null, "rpoly_": null, "length": 176.54109294, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 930, "r_t_add": 998, "st_code": 87960, "l_hundred": 900, "r_hundred": 900, "seg_id": 342140, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 8224, "Shape__Length": 70.351944456157739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156515189166498, 39.937668900618903 ], [ -75.156624810317098, 39.937191676077397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23482, "tnode_": 23463, "lpoly_": null, "rpoly_": null, "length": 450.78358472000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 21600, "l_hundred": 100, "r_hundred": 100, "seg_id": 342141, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 8225, "Shape__Length": 178.96213863239529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145505677924604, 39.934529996644301 ], [ -75.147091503053502, 39.934732400692297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23556, "tnode_": 23549, "lpoly_": null, "rpoly_": null, "length": 155.81287247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 610, "l_t_add": 698, "r_f_add": 613, "r_t_add": 699, "st_code": 12740, "l_hundred": 600, "r_hundred": 600, "seg_id": 342142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 8226, "Shape__Length": 61.857954014034945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155120443286805, 39.9342305218699 ], [ -75.155668337121597, 39.934301597181602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24374, "tnode_": 24363, "lpoly_": null, "rpoly_": null, "length": 269.58797742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 56880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 8227, "Shape__Length": 107.01712082756798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167882577574304, 39.927919252843303 ], [ -75.168830270227105, 39.928043081423901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24856, "tnode_": 25153, "lpoly_": null, "rpoly_": null, "length": 743.06516614999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 28560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DILWORTH ST", "stname": "DILWORTH ST", "objectid": 8228, "Shape__Length": 296.04927278026037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142965983918302, 39.923016926968501 ], [ -75.143406610865696, 39.921005529648497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24963, "tnode_": 24948, "lpoly_": null, "rpoly_": null, "length": 258.11903023000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 54800, "l_hundred": 0, "r_hundred": 0, "seg_id": 342145, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN ST", "stname": "MC KEAN ST", "objectid": 8229, "Shape__Length": 102.45786000343618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147191655812193, 39.922691810320799 ], [ -75.148097365905599, 39.922817395200497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22289, "tnode_": 22395, "lpoly_": null, "rpoly_": null, "length": 253.88899247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 525, "r_f_add": 500, "r_t_add": 524, "st_code": 67840, "l_hundred": 500, "r_hundred": 500, "seg_id": 342146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 8230, "Shape__Length": 101.1831221912129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150962855653205, 39.942888107939197 ], [ -75.151118246952294, 39.942201490541599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24856, "tnode_": 25171, "lpoly_": null, "rpoly_": null, "length": 939.05661041999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 2099, "r_f_add": 1900, "r_t_add": 2098, "st_code": 23055, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342147, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8231, "Shape__Length": 373.84392534633429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142965983918302, 39.923016926968501 ], [ -75.142370337619496, 39.922202757660799 ], [ -75.142010321918605, 39.921685184225701 ], [ -75.141379128053202, 39.920747386652003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23642, "tnode_": 23636, "lpoly_": null, "rpoly_": null, "length": 142.41953217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1234, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 82740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342148, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8232, "Shape__Length": 56.541392844244143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164934447730701, 39.9338105923119 ], [ -75.165434133632701, 39.933880435958102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23017, "tnode_": 23004, "lpoly_": null, "rpoly_": null, "length": 240.66165723999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 228, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 21900, "l_hundred": 200, "r_hundred": 200, "seg_id": 342149, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8233, "Shape__Length": 95.557892376754268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147535663915406, 39.937813017285102 ], [ -75.148370701708103, 39.937965561308999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22430, "tnode_": 22404, "lpoly_": null, "rpoly_": null, "length": 449.3556441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 73440, "l_hundred": 600, "r_hundred": 600, "seg_id": 342152, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8234, "Shape__Length": 178.41277225756454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152336057277694, 39.942024326557501 ], [ -75.153919461283294, 39.942214473540503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22234, "tnode_": 26980, "lpoly_": null, "rpoly_": null, "length": 297.7887968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1334, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 73440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342153, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-05-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8235, "Shape__Length": 118.23771362594182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164374813393593, 39.9435252401273 ], [ -75.165393962927595, 39.943650659849702 ], [ -75.165423369511998, 39.943655022955603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23192, "tnode_": 23175, "lpoly_": null, "rpoly_": null, "length": 347.87536246999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 12360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 8236, "Shape__Length": 138.11113775592091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163165084343603, 39.936869521837501 ], [ -75.164389954077393, 39.937020874691498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24394, "tnode_": 24304, "lpoly_": null, "rpoly_": null, "length": 569.65963797999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 33900, "l_hundred": 200, "r_hundred": 200, "seg_id": 342155, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 8237, "Shape__Length": 226.26356562701966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148908445883293, 39.927381232635497 ], [ -75.150756676031506, 39.928029824271299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24432, "tnode_": 24413, "lpoly_": null, "rpoly_": null, "length": 379.86729867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 140, "r_f_add": 101, "r_t_add": 133, "st_code": 33900, "l_hundred": 100, "r_hundred": 100, "seg_id": 342156, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNON ST", "stname": "FERNON ST", "objectid": 8238, "Shape__Length": 150.79181123021044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147141668336801, 39.926986807592499 ], [ -75.148477447696095, 39.927159302841702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24469, "tnode_": 24457, "lpoly_": null, "rpoly_": null, "length": 376.13167736999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 57240, "l_hundred": 100, "r_hundred": 100, "seg_id": 342157, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 8239, "Shape__Length": 149.31016298890142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147216812565006, 39.926670608378402 ], [ -75.148537238662996, 39.926851263829498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23749, "tnode_": 23731, "lpoly_": null, "rpoly_": null, "length": 455.94777782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 33740, "l_hundred": 100, "r_hundred": 100, "seg_id": 342158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 8240, "Shape__Length": 181.00981700645934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145912585580007, 39.932546404681901 ], [ -75.147513386076994, 39.932765231717298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23703, "tnode_": 23678, "lpoly_": null, "rpoly_": null, "length": 448.85774155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 33740, "l_hundred": 300, "r_hundred": 300, "seg_id": 342159, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 8241, "Shape__Length": 178.19492307418915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149465848664406, 39.933028145598101 ], [ -75.151043399095002, 39.933236372680298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23678, "tnode_": 23656, "lpoly_": null, "rpoly_": null, "length": 450.21729489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 33740, "l_hundred": 400, "r_hundred": 400, "seg_id": 342160, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 8242, "Shape__Length": 178.7357963146496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151043399095002, 39.933236372680298 ], [ -75.152625062932202, 39.933448215623898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23538, "tnode_": 23678, "lpoly_": null, "rpoly_": null, "length": 392.95326168999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 87880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8243, "Shape__Length": 156.58542390848808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150807440163106, 39.934299675258302 ], [ -75.151043399095002, 39.933236372680298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22373, "tnode_": 22362, "lpoly_": null, "rpoly_": null, "length": 222.19647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 822, "r_f_add": 801, "r_t_add": 831, "st_code": 73440, "l_hundred": 800, "r_hundred": 800, "seg_id": 342163, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTH ST", "stname": "SOUTH ST", "objectid": 8244, "Shape__Length": 88.222526720367114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155491278791501, 39.942416241544798 ], [ -75.156273220476706, 39.942515169781899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22392, "tnode_": 22370, "lpoly_": null, "rpoly_": null, "length": 227.86752039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 536, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 69080, "l_hundred": 500, "r_hundred": 500, "seg_id": 342164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 8245, "Shape__Length": 90.488157292374581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151481353943296, 39.942247026920001 ], [ -75.151963551629507, 39.942306981120801 ], [ -75.152222030092503, 39.9423383237365 ], [ -75.152263726045305, 39.9423742051532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23102, "tnode_": 23202, "lpoly_": null, "rpoly_": null, "length": 289.50217762, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 821, "l_t_add": 899, "r_f_add": 822, "r_t_add": 898, "st_code": 87860, "l_hundred": 800, "r_hundred": 800, "seg_id": 342165, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8246, "Shape__Length": 115.36624243223147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148517049381695, 39.937278157122201 ], [ -75.148696700867603, 39.9364955620443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23575, "tnode_": 23526, "lpoly_": null, "rpoly_": null, "length": 458.56114080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 49740, "l_hundred": 100, "r_hundred": 100, "seg_id": 342166, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEAGUE ST", "stname": "LEAGUE ST", "objectid": 8247, "Shape__Length": 182.10933181754842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145651502019106, 39.933834708757303 ], [ -75.147193051856704, 39.934254585163103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23667, "tnode_": 23605, "lpoly_": null, "rpoly_": null, "length": 467.3690436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12360, "l_hundred": 100, "r_hundred": 100, "seg_id": 342167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTER ST", "stname": "ALTER ST", "objectid": 8248, "Shape__Length": 185.61493079452293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145759332999603, 39.933209422484303 ], [ -75.146727968647696, 39.9334687977667 ], [ -75.147319062080697, 39.933659745884697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23189, "tnode_": 23240, "lpoly_": null, "rpoly_": null, "length": 164.63128908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 12460, "l_hundred": 800, "r_hundred": 800, "seg_id": 342170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8249, "Shape__Length": 65.603148062810433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147701099588204, 39.936708392953001 ], [ -75.147814542155501, 39.936264976589499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23297, "tnode_": 23314, "lpoly_": null, "rpoly_": null, "length": 7.49068732, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1150, "r_t_add": 1198, "st_code": 46460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 8250, "Shape__Length": 2.9847199792400727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166331318643003, 39.9362640565205 ], [ -75.166337539062596, 39.936244058945498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23533, "tnode_": 23556, "lpoly_": null, "rpoly_": null, "length": 55.81967146, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 72560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 8251, "Shape__Length": 22.243636423273458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155088577079496, 39.934381777593003 ], [ -75.155120443286805, 39.9342305218699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22237, "tnode_": 22231, "lpoly_": null, "rpoly_": null, "length": 118.92351866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 11320, "l_hundred": 400, "r_hundred": 400, "seg_id": 342173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 8252, "Shape__Length": 47.219128345606578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150010716184696, 39.943304714969699 ], [ -75.150428938053196, 39.943359015695201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23079, "tnode_": 23065, "lpoly_": null, "rpoly_": null, "length": 126.28411394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 40020, "l_hundred": 700, "r_hundred": 700, "seg_id": 342174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALL ST", "stname": "HALL ST", "objectid": 8253, "Shape__Length": 50.152343420999856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156088531049804, 39.9375579565192 ], [ -75.156515189166498, 39.937668900618903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22149, "tnode_": 22142, "lpoly_": null, "rpoly_": null, "length": 78.9022769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 11320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 8254, "Shape__Length": 31.328714409034632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158952039750503, 39.944208532930098 ], [ -75.159229760470595, 39.944243451360997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22300, "tnode_": 22371, "lpoly_": null, "rpoly_": null, "length": 164.68155397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 618, "st_code": 88020, "l_hundred": 600, "r_hundred": 600, "seg_id": 342176, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 8255, "Shape__Length": 65.63138598841239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160207433722107, 39.943006389353499 ], [ -75.160307321381296, 39.9425609037581 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22610, "tnode_": 22594, "lpoly_": null, "rpoly_": null, "length": 120.24832543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1026, "l_t_add": 1098, "r_f_add": 1025, "r_t_add": 1099, "st_code": 34280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8256, "Shape__Length": 47.744634924575834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160114095075002, 39.9410952116801 ], [ -75.160535772174995, 39.941155295897197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22611, "tnode_": 22610, "lpoly_": null, "rpoly_": null, "length": 79.17504038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1020, "l_t_add": 1024, "r_f_add": 1019, "r_t_add": 1023, "st_code": 34280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342178, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8257, "Shape__Length": 31.434898045288644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159834666589404, 39.941063966932703 ], [ -75.160114095075002, 39.9410952116801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22627, "tnode_": 22658, "lpoly_": null, "rpoly_": null, "length": 67.50987583, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87880, "l_hundred": 600, "r_hundred": 600, "seg_id": 342179, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8258, "Shape__Length": 26.905264573517943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149381501280104, 39.940743987445302 ], [ -75.149414752389205, 39.940560440242301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22658, "tnode_": 22736, "lpoly_": null, "rpoly_": null, "length": 234.73557593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 722, "st_code": 87880, "l_hundred": 700, "r_hundred": 700, "seg_id": 342180, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8259, "Shape__Length": 93.545772007496694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149414752389205, 39.940560440242301 ], [ -75.149564509090794, 39.939926456207203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22964, "tnode_": 23015, "lpoly_": null, "rpoly_": null, "length": 126.63339684, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 809, "r_f_add": 800, "r_t_add": 810, "st_code": 87880, "l_hundred": 800, "r_hundred": 800, "seg_id": 342181, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8260, "Shape__Length": 50.464854836459025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149932346030496, 39.938241300704199 ], [ -75.1500059495241, 39.937898324307099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22649, "tnode_": 22637, "lpoly_": null, "rpoly_": null, "length": 276.12088316999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 410, "l_t_add": 464, "r_f_add": 0, "r_t_add": 0, "st_code": 15460, "l_hundred": 400, "r_hundred": 0, "seg_id": 342182, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8261, "Shape__Length": 109.63102225013277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149848902525704, 39.940622408310396 ], [ -75.150819647996499, 39.940749663027702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22892, "tnode_": 22965, "lpoly_": null, "rpoly_": null, "length": 208.77868837, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 72560, "l_hundred": 800, "r_hundred": 800, "seg_id": 342183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 8262, "Shape__Length": 83.201561136470289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153978560243701, 39.938881493431303 ], [ -75.154098316718702, 39.938315831838402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22758, "tnode_": 22782, "lpoly_": null, "rpoly_": null, "length": 46.72520277, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 759, "l_t_add": 799, "r_f_add": 760, "r_t_add": 798, "st_code": 53880, "l_hundred": 700, "r_hundred": 700, "seg_id": 342184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8263, "Shape__Length": 18.61889221512228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153463978194495, 39.9398250952121 ], [ -75.153503100322695, 39.939700413870803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23811, "tnode_": 23804, "lpoly_": null, "rpoly_": null, "length": 149.26595473999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 110, "r_f_add": 101, "r_t_add": 113, "st_code": 53280, "l_hundred": 100, "r_hundred": 100, "seg_id": 342186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 8264, "Shape__Length": 59.25720130457676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146004724984195, 39.932103714498801 ], [ -75.146529307933704, 39.932173039718997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23862, "tnode_": 23855, "lpoly_": null, "rpoly_": null, "length": 151.1522763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 109, "st_code": 77460, "l_hundred": 100, "r_hundred": 100, "seg_id": 342187, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 8265, "Shape__Length": 60.006047898188996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146083361059297, 39.931720792409301 ], [ -75.146614190057605, 39.931792678373903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23964, "tnode_": 23956, "lpoly_": null, "rpoly_": null, "length": 87.27268809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 298, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 30420, "l_hundred": 200, "r_hundred": 200, "seg_id": 342188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARP ST", "stname": "EARP ST", "objectid": 8266, "Shape__Length": 34.658160439831057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149606399854505, 39.930974751151901 ], [ -75.149898665293904, 39.931057030487302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23071, "tnode_": 23163, "lpoly_": null, "rpoly_": null, "length": 253.78980827000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 823, "r_f_add": 800, "r_t_add": 822, "st_code": 35220, "l_hundred": 800, "r_hundred": 800, "seg_id": 342189, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8267, "Shape__Length": 101.13664961576634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144873127834998, 39.9373437651413 ], [ -75.145019993732902, 39.936656314236401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23163, "tnode_": 23243, "lpoly_": null, "rpoly_": null, "length": 163.43677752, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 825, "l_t_add": 837, "r_f_add": 824, "r_t_add": 836, "st_code": 35220, "l_hundred": 800, "r_hundred": 800, "seg_id": 342190, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8268, "Shape__Length": 65.128163719439485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145019993732902, 39.936656314236401 ], [ -75.145126204546003, 39.936215172239301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23243, "tnode_": 23332, "lpoly_": null, "rpoly_": null, "length": 236.5176784, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 839, "l_t_add": 899, "r_f_add": 838, "r_t_add": 898, "st_code": 35220, "l_hundred": 800, "r_hundred": 800, "seg_id": 342191, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8269, "Shape__Length": 94.252319188762485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145126204546003, 39.936215172239301 ], [ -75.145261453004906, 39.9355743032094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23332, "tnode_": 23482, "lpoly_": null, "rpoly_": null, "length": 386.53769976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 937, "r_f_add": 900, "r_t_add": 936, "st_code": 35220, "l_hundred": 900, "r_hundred": 900, "seg_id": 342192, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8270, "Shape__Length": 154.02997194590793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145261453004906, 39.9355743032094 ], [ -75.145505677924604, 39.934529996644301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22240, "tnode_": 22372, "lpoly_": null, "rpoly_": null, "length": 383.84197218000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 499, "r_f_add": 0, "r_t_add": 0, "st_code": 87840, "l_hundred": 400, "r_hundred": 0, "seg_id": 342194, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8271, "Shape__Length": 152.88259959230001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145245464005697, 39.943096613784498 ], [ -75.145126299672697, 39.943010587323499 ], [ -75.145319907126606, 39.942203532524701 ], [ -75.145451982538006, 39.942169385334999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28106, "tnode_": 22276, "lpoly_": null, "rpoly_": null, "length": 309.22776618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMPERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 74300, "l_hundred": 200, "r_hundred": 200, "seg_id": 342195, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMPERS ST", "stname": "STAMPERS ST", "objectid": 8272, "Shape__Length": 122.77803768186232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146205497078597, 39.942728686361903 ], [ -75.147294446069296, 39.942862918215901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24345, "tnode_": 24332, "lpoly_": null, "rpoly_": null, "length": 185.57348136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 64640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 8273, "Shape__Length": 73.666012468644439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166037285642801, 39.928115780867799 ], [ -75.166690150322694, 39.928198674488698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24351, "tnode_": 24345, "lpoly_": null, "rpoly_": null, "length": 119.69417027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 64640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 8274, "Shape__Length": 47.515327875611924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165617439331498, 39.928056781761804 ], [ -75.166037285642801, 39.928115780867799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22121, "tnode_": 22113, "lpoly_": null, "rpoly_": null, "length": 118.75852456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 505, "st_code": 27980, "l_hundred": 500, "r_hundred": 500, "seg_id": 342198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8275, "Shape__Length": 47.154638961740197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150235788577703, 39.944263740798398 ], [ -75.150653026707303, 39.944319802292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23244, "tnode_": 23206, "lpoly_": null, "rpoly_": null, "length": 275.6250333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 7, "st_code": 66460, "l_hundred": 0, "r_hundred": 0, "seg_id": 342199, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8276, "Shape__Length": 109.43744471463341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142310788681002, 39.936156274059002 ], [ -75.143267662748897, 39.936329202391903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24106, "tnode_": 24081, "lpoly_": null, "rpoly_": null, "length": 230.75035336000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83180, "l_hundred": 300, "r_hundred": 300, "seg_id": 342200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDER ST", "stname": "WILDER ST", "objectid": 8277, "Shape__Length": 91.618653340857932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1509663678289, 39.929836061655401 ], [ -75.151758847634994, 39.930006403015803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24134, "tnode_": 24124, "lpoly_": null, "rpoly_": null, "length": 295.45051336999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 38660, "l_hundred": 600, "r_hundred": 600, "seg_id": 342201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 8278, "Shape__Length": 117.28763495884309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155621063360897, 39.929660041540998 ], [ -75.156658592305305, 39.929800674300402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23579, "tnode_": 23572, "lpoly_": null, "rpoly_": null, "length": 92.33123924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 77460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 8279, "Shape__Length": 36.655186102805175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166572223906797, 39.934277329883699 ], [ -75.166897440543707, 39.934316868512298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24552, "tnode_": 24569, "lpoly_": null, "rpoly_": null, "length": 34.30185349, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1731, "r_f_add": 1700, "r_t_add": 1730, "st_code": 64520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 8280, "Shape__Length": 13.665059972007253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149919783199394, 39.926091994995097 ], [ -75.149951630993002, 39.9260010805774 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23615, "tnode_": 26993, "lpoly_": null, "rpoly_": null, "length": 256.5464748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 82740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342204, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8281, "Shape__Length": 101.84949292504314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166617199681497, 39.9340277650765 ], [ -75.167321463433694, 39.934120145104998 ], [ -75.167518836540793, 39.934146907024797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23770, "tnode_": 23756, "lpoly_": null, "rpoly_": null, "length": 169.21445978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1334, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 67780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342205, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8282, "Shape__Length": 67.178248782852009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167177170240905, 39.9328473651858 ], [ -75.167647166670903, 39.9329133437504 ], [ -75.167770793769904, 39.932930625700301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21880, "tnode_": 21945, "lpoly_": null, "rpoly_": null, "length": 154.39118088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTLER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 20040, "l_hundred": 300, "r_hundred": 300, "seg_id": 342206, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTLER AVE", "stname": "BUTLER AVE", "objectid": 8283, "Shape__Length": 61.53135560929077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163444926740695, 39.946073950613403 ], [ -75.1635250354704, 39.945687444962601 ], [ -75.163531685055801, 39.945672393853101 ], [ -75.163542130195296, 39.945657947315198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22036, "tnode_": 22073, "lpoly_": null, "rpoly_": null, "length": 113.84935742, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 403, "l_t_add": 415, "r_f_add": 402, "r_t_add": 414, "st_code": 46460, "l_hundred": 400, "r_hundred": 400, "seg_id": 342208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 8284, "Shape__Length": 45.374988911202685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164027174542795, 39.945118686859097 ], [ -75.164092279609093, 39.944810199546097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22073, "tnode_": 22118, "lpoly_": null, "rpoly_": null, "length": 102.80930195, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 417, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 46460, "l_hundred": 400, "r_hundred": 400, "seg_id": 342209, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 8285, "Shape__Length": 40.973791350823554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164092279609093, 39.944810199546097 ], [ -75.164157623376994, 39.944532492709001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22066, "tnode_": 22058, "lpoly_": null, "rpoly_": null, "length": 224.67641047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "WALK", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 81865, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342210, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAVERLY WALK", "stname": "WAVERLY WALK", "objectid": 8286, "Shape__Length": 89.208968194099199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161438329718493, 39.944768372295599 ], [ -75.162230509470007, 39.944861191159099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22226, "tnode_": 22216, "lpoly_": null, "rpoly_": null, "length": 332.69757862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1136, "r_f_add": 1101, "r_t_add": 1137, "st_code": 69080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 8287, "Shape__Length": 132.09887727380865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160104221481703, 39.9435087882907 ], [ -75.161275047165404, 39.943656936848399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22465, "tnode_": 22459, "lpoly_": null, "rpoly_": null, "length": 89.68469119000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1006, "l_t_add": 1014, "r_f_add": 1013, "r_t_add": 1021, "st_code": 15460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342212, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8288, "Shape__Length": 35.607945645422575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159301008292999, 39.9420004716374 ], [ -75.159617640607706, 39.942035285220904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22615, "tnode_": 22611, "lpoly_": null, "rpoly_": null, "length": 81.05561408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1012, "l_t_add": 1018, "r_f_add": 1013, "r_t_add": 1017, "st_code": 34280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342213, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8289, "Shape__Length": 32.18146036907244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159548523758005, 39.941032393252897 ], [ -75.159834666589404, 39.941063966932703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22485, "tnode_": 22469, "lpoly_": null, "rpoly_": null, "length": 205.33975266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1227, "st_code": 47340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342214, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 8290, "Shape__Length": 81.528754732425512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1620571162548, 39.941953785575301 ], [ -75.162780071669204, 39.942043602302199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22485, "tnode_": 22572, "lpoly_": null, "rpoly_": null, "length": 219.34140008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 723, "l_t_add": 733, "r_f_add": 706, "r_t_add": 730, "st_code": 88040, "l_hundred": 700, "r_hundred": 700, "seg_id": 342215, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 8291, "Shape__Length": 87.414875514605058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1620571162548, 39.941953785575301 ], [ -75.162182888329895, 39.941359499445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23260, "tnode_": 23232, "lpoly_": null, "rpoly_": null, "length": 337.26465208999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 64400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PETERS ST", "stname": "PETERS ST", "objectid": 8292, "Shape__Length": 133.91034434648915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163241331427699, 39.936505044885102 ], [ -75.164414462609798, 39.936709095236203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23343, "tnode_": 23306, "lpoly_": null, "rpoly_": null, "length": 470.7855116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 31400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLSWORTH ST", "stname": "ELLSWORTH ST", "objectid": 8293, "Shape__Length": 186.9179448366705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161679958361802, 39.935858974012397 ], [ -75.163323221517999, 39.936123595672797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22918, "tnode_": 23013, "lpoly_": null, "rpoly_": null, "length": 282.02327247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARIEN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 27390, "l_hundred": 900, "r_hundred": 900, "seg_id": 342218, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARIEN WAY", "stname": "DARIEN WAY", "objectid": 8294, "Shape__Length": 112.35704273513497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157186056065001, 39.938815072731998 ], [ -75.157506082886201, 39.938081122857596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22973, "tnode_": 23017, "lpoly_": null, "rpoly_": null, "length": 115.84801177, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 745, "l_t_add": 799, "r_f_add": 746, "r_t_add": 798, "st_code": 12460, "l_hundred": 700, "r_hundred": 700, "seg_id": 342219, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8295, "Shape__Length": 46.166538477348119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147467293049402, 39.938126649511297 ], [ -75.147535663915406, 39.937813017285102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22973, "tnode_": 22955, "lpoly_": null, "rpoly_": null, "length": 239.29337038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 234, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 35340, "l_hundred": 200, "r_hundred": 200, "seg_id": 342220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 8296, "Shape__Length": 95.014209913919871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147467293049402, 39.938126649511297 ], [ -75.148298541882298, 39.938275194861603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23914, "tnode_": 23906, "lpoly_": null, "rpoly_": null, "length": 152.22071959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 109, "st_code": 82740, "l_hundred": 100, "r_hundred": 100, "seg_id": 342222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8297, "Shape__Length": 60.430092720080836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146173148012593, 39.931330192672597 ], [ -75.146707462912801, 39.931403729705103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24133, "tnode_": 24099, "lpoly_": null, "rpoly_": null, "length": 881.77819823000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 33, "st_code": 67780, "l_hundred": 0, "r_hundred": 0, "seg_id": 342223, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8298, "Shape__Length": 350.04678700486329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141383966632901, 39.929441791063702 ], [ -75.144068467776904, 39.929790127149801 ], [ -75.144480650009598, 39.929859025318102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24403, "tnode_": 24384, "lpoly_": null, "rpoly_": null, "length": 829.13158710999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 33, "st_code": 76720, "l_hundred": 0, "r_hundred": 0, "seg_id": 342224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 8299, "Shape__Length": 329.13283292362144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142100862664805, 39.927025356909098 ], [ -75.145015598890794, 39.927405780850897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25404, "tnode_": 25388, "lpoly_": null, "rpoly_": null, "length": 342.43419283000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 16, "l_t_add": 20, "r_f_add": 21, "r_t_add": 37, "st_code": 84260, "l_hundred": 0, "r_hundred": 0, "seg_id": 342227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 8300, "Shape__Length": 135.9171429809123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145337491651105, 39.918687376619502 ], [ -75.146539950660596, 39.918849794736197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25414, "tnode_": 25404, "lpoly_": null, "rpoly_": null, "length": 422.72570058000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLF", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 14, "r_f_add": 1, "r_t_add": 19, "st_code": 84260, "l_hundred": 0, "r_hundred": 0, "seg_id": 342228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLF ST", "stname": "WOLF ST", "objectid": 8301, "Shape__Length": 167.78140890557188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143848291059598, 39.918509231756197 ], [ -75.145337491651105, 39.918687376619502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25124, "tnode_": 25113, "lpoly_": null, "rpoly_": null, "length": 230.78105704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 14, "l_t_add": 30, "r_f_add": 27, "r_t_add": 29, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342229, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8302, "Shape__Length": 91.603980451930838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145328878162701, 39.921244423422003 ], [ -75.146139075996302, 39.921354849224002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25171, "tnode_": 25153, "lpoly_": null, "rpoly_": null, "length": 576.40426595999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 8, "l_t_add": 10, "r_f_add": 19, "r_t_add": 19, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342232, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8303, "Shape__Length": 228.78743877802538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141379128053202, 39.920747386652003 ], [ -75.143406610865696, 39.921005529648497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25200, "tnode_": 25171, "lpoly_": null, "rpoly_": null, "length": 693.06194802000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 17, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8304, "Shape__Length": 275.09359082468183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138945166127897, 39.920419575057302 ], [ -75.141379128053202, 39.920747386652003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24384, "tnode_": 24362, "lpoly_": null, "rpoly_": null, "length": 307.31829634999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 36, "l_t_add": 64, "r_f_add": 35, "r_t_add": 63, "st_code": 76720, "l_hundred": 0, "r_hundred": 0, "seg_id": 342234, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 8305, "Shape__Length": 121.99593361027276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145015598890794, 39.927405780850897 ], [ -75.146093535182402, 39.927557354931402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23429, "tnode_": 23404, "lpoly_": null, "rpoly_": null, "length": 153.40093808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 2, "r_f_add": 1, "r_t_add": 3, "st_code": 23060, "l_hundred": 0, "r_hundred": 0, "seg_id": 342235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8306, "Shape__Length": 60.920091965413178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142772266826498, 39.934906704120202 ], [ -75.143289368971296, 39.9350440675897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23364, "tnode_": 23332, "lpoly_": null, "rpoly_": null, "length": 267.00442584999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 66, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 23060, "l_hundred": 0, "r_hundred": 0, "seg_id": 342237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8307, "Shape__Length": 106.03739329179089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144362858734695, 39.935331975314199 ], [ -75.145261453004906, 39.9355743032094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24841, "tnode_": 24826, "lpoly_": null, "rpoly_": null, "length": 346.12745817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 20, "l_t_add": 80, "r_f_add": 19, "r_t_add": 79, "st_code": 55960, "l_hundred": 0, "r_hundred": 0, "seg_id": 342239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 8308, "Shape__Length": 137.38861300421311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144386056885693, 39.923561788009003 ], [ -75.145606460497007, 39.923702827829203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24805, "tnode_": 24790, "lpoly_": null, "rpoly_": null, "length": 265.41179008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 82, "l_t_add": 98, "r_f_add": 81, "r_t_add": 99, "st_code": 55960, "l_hundred": 0, "r_hundred": 0, "seg_id": 342240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 8309, "Shape__Length": 105.35438147163835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146913292211707, 39.923896236012801 ], [ -75.147844765924702, 39.924024693291301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25404, "tnode_": 25586, "lpoly_": null, "rpoly_": null, "length": 807.51429754999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDALIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2599, "r_f_add": 2300, "r_t_add": 2598, "st_code": 79800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 342244, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDALIA ST", "stname": "VANDALIA ST", "objectid": 8310, "Shape__Length": 321.70707654362457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145337491651105, 39.918687376619502 ], [ -75.145809715486706, 39.916500672558598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24805, "tnode_": 24963, "lpoly_": null, "rpoly_": null, "length": 445.64278989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 81700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342246, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8311, "Shape__Length": 177.55255413664207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146913292211707, 39.923896236012801 ], [ -75.147191655812193, 39.922691810320799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24660, "tnode_": 24805, "lpoly_": null, "rpoly_": null, "length": 451.93464347999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 81700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342248, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8312, "Shape__Length": 180.06303766308164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146634260932004, 39.925118111486199 ], [ -75.146913292211707, 39.923896236012801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24682, "tnode_": 24660, "lpoly_": null, "rpoly_": null, "length": 384.08451653999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 56880, "l_hundred": 0, "r_hundred": 0, "seg_id": 342249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOORE ST", "stname": "MOORE ST", "objectid": 8313, "Shape__Length": 152.46299999901149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145285659352396, 39.9249349019886 ], [ -75.146634260932004, 39.925118111486199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24517, "tnode_": 24502, "lpoly_": null, "rpoly_": null, "length": 216.15269889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 90, "l_t_add": 98, "r_f_add": 89, "r_t_add": 99, "st_code": 57100, "l_hundred": 0, "r_hundred": 0, "seg_id": 342251, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1999-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 8314, "Shape__Length": 85.810169443304574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146358773398006, 39.9263451604279 ], [ -75.146967766250995, 39.926428463161301 ], [ -75.147000172275696, 39.926426341636102 ], [ -75.147041243270294, 39.926419419724603 ], [ -75.147077293684703, 39.926410419608104 ], [ -75.147109997748302, 39.926393088359397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24502, "tnode_": 24913, "lpoly_": null, "rpoly_": null, "length": 1409.1112975800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 342252, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 8315, "Shape__Length": 561.43723343240424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147109997748302, 39.926393088359397 ], [ -75.147144029758493, 39.926352385903598 ], [ -75.147164502440702, 39.9263115982165 ], [ -75.147211124328805, 39.926152926895703 ], [ -75.147450619534595, 39.925095076791997 ], [ -75.147619808258199, 39.924298132626603 ], [ -75.147716460415296, 39.923666979005098 ], [ -75.147761222909494, 39.923320988857597 ], [ -75.147824414369296, 39.922987549183503 ], [ -75.147833225815802, 39.922839725693699 ], [ -75.147840365534407, 39.922575905471902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24790, "tnode_": 24842, "lpoly_": null, "rpoly_": null, "length": 158.67851493000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 35220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342253, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8316, "Shape__Length": 63.223522870135454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147844765924702, 39.924024693291301 ], [ -75.147925985245607, 39.9235936125881 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24223, "tnode_": 24384, "lpoly_": null, "rpoly_": null, "length": 451.85628143000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 23055, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 342254, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8317, "Shape__Length": 180.04117871235374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144737524076504, 39.928627569057497 ], [ -75.145015598890794, 39.927405780850897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24348, "tnode_": 24323, "lpoly_": null, "rpoly_": null, "length": 488.45572814999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 76720, "l_hundred": 100, "r_hundred": 100, "seg_id": 342255, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 8318, "Shape__Length": 193.90074526278727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146988686379501, 39.927674785582397 ], [ -75.148704359225405, 39.927905445990902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24362, "tnode_": 24348, "lpoly_": null, "rpoly_": null, "length": 254.67149676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 66, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 76720, "l_hundred": 0, "r_hundred": 0, "seg_id": 342256, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TASKER ST", "stname": "TASKER ST", "objectid": 8319, "Shape__Length": 101.0953375005725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146093535182402, 39.927557354931402 ], [ -75.146988686379501, 39.927674785582397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24212, "tnode_": 24195, "lpoly_": null, "rpoly_": null, "length": 251.29767586999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DICKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 76, "l_t_add": 98, "r_f_add": 75, "r_t_add": 99, "st_code": 28480, "l_hundred": 0, "r_hundred": 0, "seg_id": 342257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DICKINSON ST", "stname": "DICKINSON ST", "objectid": 8320, "Shape__Length": 99.756251514415894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145823204094299, 39.928774086238001 ], [ -75.146708322436197, 39.928881462534598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24064, "tnode_": 24056, "lpoly_": null, "rpoly_": null, "length": 166.66450969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 109, "st_code": 67780, "l_hundred": 100, "r_hundred": 100, "seg_id": 342259, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8321, "Shape__Length": 66.160772900965171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146416623869996, 39.930123862182199 ], [ -75.146510606862293, 39.930119689649501 ], [ -75.147004112546497, 39.930182194958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24080, "tnode_": 24064, "lpoly_": null, "rpoly_": null, "length": 247.94565746000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 66, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 67780, "l_hundred": 0, "r_hundred": 0, "seg_id": 342260, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8322, "Shape__Length": 98.427692841941592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145543587953199, 39.9300396011202 ], [ -75.146195626930904, 39.930131530017199 ], [ -75.146416623869996, 39.930123862182199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23914, "tnode_": 24064, "lpoly_": null, "rpoly_": null, "length": 445.14262691, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1399, "r_f_add": 1200, "r_t_add": 1398, "st_code": 35220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342261, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8323, "Shape__Length": 177.37625059737033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146173148012593, 39.931330192672597 ], [ -75.146373584249702, 39.930235276708402 ], [ -75.146416623869996, 39.930123862182199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24064, "tnode_": 24195, "lpoly_": null, "rpoly_": null, "length": 460.90677296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 35220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342262, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8324, "Shape__Length": 183.64717602314772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146416623869996, 39.930123862182199 ], [ -75.146464007850994, 39.930035115074503 ], [ -75.146696043149205, 39.928996937170098 ], [ -75.146708322436197, 39.928881462534598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24348, "tnode_": 24432, "lpoly_": null, "rpoly_": null, "length": 254.26400305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1601, "l_t_add": 1623, "r_f_add": 1600, "r_t_add": 1622, "st_code": 35220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342263, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8325, "Shape__Length": 101.31046437450402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146988686379501, 39.927674785582397 ], [ -75.147141668336801, 39.926986807592499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24081, "tnode_": 24138, "lpoly_": null, "rpoly_": null, "length": 163.22638761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1431, "l_t_add": 1499, "r_f_add": 1430, "r_t_add": 1498, "st_code": 87880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342264, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8326, "Shape__Length": 65.03944461297138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151758847634994, 39.930006403015803 ], [ -75.151855567591994, 39.929564556181198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22479, "tnode_": 26880, "lpoly_": null, "rpoly_": null, "length": 1090.7241076199998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 749, "r_f_add": 500, "r_t_add": 748, "st_code": 23055, "l_hundred": 500, "r_hundred": 500, "seg_id": 342265, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8327, "Shape__Length": 434.72393404486377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142379110766399, 39.941594792191196 ], [ -75.142389947100597, 39.940606816235501 ], [ -75.142341751329994, 39.938600994438502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25113, "tnode_": 25095, "lpoly_": null, "rpoly_": null, "length": 367.40800087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 32, "l_t_add": 84, "r_f_add": 31, "r_t_add": 83, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342266, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8328, "Shape__Length": 145.83198371669292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146139075996302, 39.921354849224002 ], [ -75.147433113307201, 39.921511363325699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25095, "tnode_": 25083, "lpoly_": null, "rpoly_": null, "length": 262.14754764999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 86, "l_t_add": 98, "r_f_add": 85, "r_t_add": 99, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342267, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8329, "Shape__Length": 104.05380592060055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147433113307201, 39.921511363325699 ], [ -75.148354465102102, 39.921632219790602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24963, "tnode_": 25095, "lpoly_": null, "rpoly_": null, "length": 435.31573350999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 81700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 342268, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8330, "Shape__Length": 173.43947642045413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147191655812193, 39.922691810320799 ], [ -75.147359512637394, 39.921871626923597 ], [ -75.147433113307201, 39.921511363325699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25095, "tnode_": 25249, "lpoly_": null, "rpoly_": null, "length": 453.63121463, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 81700, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 342269, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8331, "Shape__Length": 180.73244816351411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147433113307201, 39.921511363325699 ], [ -75.147692951490797, 39.9202822644138 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25249, "tnode_": 25297, "lpoly_": null, "rpoly_": null, "length": 438.80713385999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 81700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 342270, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2004-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8332, "Shape__Length": 174.82079939536166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147692951490797, 39.9202822644138 ], [ -75.147961141961503, 39.919095515262697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27210, "tnode_": 25249, "lpoly_": null, "rpoly_": null, "length": 353.91719316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 38, "r_f_add": 1, "r_t_add": 39, "st_code": 45760, "l_hundred": 0, "r_hundred": 0, "seg_id": 342271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 8333, "Shape__Length": 140.47812885963668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146450446190798, 39.920113077751502 ], [ -75.147692951490797, 39.9202822644138 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25249, "tnode_": 25240, "lpoly_": null, "rpoly_": null, "length": 263.30505578000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 40, "l_t_add": 98, "r_f_add": 41, "r_t_add": 99, "st_code": 45760, "l_hundred": 0, "r_hundred": 0, "seg_id": 342272, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 8334, "Shape__Length": 104.51046797573758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147692951490797, 39.9202822644138 ], [ -75.147886994377203, 39.9202978697151 ], [ -75.148026603975794, 39.920316795916499 ], [ -75.148224832155606, 39.920343669188 ], [ -75.148298552556199, 39.920353283570499 ], [ -75.148619363020202, 39.920397165574599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22282, "tnode_": 22392, "lpoly_": null, "rpoly_": null, "length": 252.35883861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANDOLPH", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 518, "st_code": 67350, "l_hundred": 500, "r_hundred": 500, "seg_id": 342273, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANDOLPH CT", "stname": "RANDOLPH CT", "objectid": 8335, "Shape__Length": 100.57431134346903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513332611718, 39.942930341158799 ], [ -75.151481353943296, 39.942247026920001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22366, "tnode_": 22462, "lpoly_": null, "rpoly_": null, "length": 192.20193744, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 517, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 87900, "l_hundred": 500, "r_hundred": 500, "seg_id": 342274, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8336, "Shape__Length": 76.599992015245903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150652893229505, 39.942349163639399 ], [ -75.150758662016401, 39.941827864007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23590, "tnode_": 23574, "lpoly_": null, "rpoly_": null, "length": 302.49067914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 77460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342275, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 8337, "Shape__Length": 120.09036411403095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163760184727593, 39.934128768014297 ], [ -75.164822463854094, 39.934272937588403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23392, "tnode_": 23362, "lpoly_": null, "rpoly_": null, "length": 334.73915436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 12740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNIN ST", "stname": "ANNIN ST", "objectid": 8338, "Shape__Length": 132.90791601580784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163439147034495, 39.935605362096197 ], [ -75.163503934148594, 39.935626602364998 ], [ -75.164600973095304, 39.935812364432103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24536, "tnode_": 24603, "lpoly_": null, "rpoly_": null, "length": 196.97820073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 11840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 8339, "Shape__Length": 78.483415723314735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162877426137698, 39.9265522233109 ], [ -75.162999618993496, 39.926019739843802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23604, "tnode_": 23654, "lpoly_": null, "rpoly_": null, "length": 112.97138091, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 56020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8340, "Shape__Length": 45.015683026117671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157841450349594, 39.9338384283216 ], [ -75.157918766624405, 39.933534072820997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29210, "tnode_": 23683, "lpoly_": null, "rpoly_": null, "length": 111.07974898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 634, "r_f_add": 601, "r_t_add": 633, "st_code": 53280, "l_hundred": 600, "r_hundred": 600, "seg_id": 342282, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTON ST", "stname": "MANTON ST", "objectid": 8341, "Shape__Length": 44.097977120690231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155035502186394, 39.933232584227497 ], [ -75.155426325122207, 39.933282179985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23853, "tnode_": 24099, "lpoly_": null, "rpoly_": null, "length": 483.14808059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 23055, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342287, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8342, "Shape__Length": 192.51544687541934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144177480513505, 39.931164630393504 ], [ -75.144480650009598, 39.929859025318102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23607, "tnode_": 23853, "lpoly_": null, "rpoly_": null, "length": 723.43363827999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1101, "l_t_add": 1299, "r_f_add": 1100, "r_t_add": 1298, "st_code": 23055, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342288, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-06-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8343, "Shape__Length": 288.26226857470459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143696309319296, 39.9331156946864 ], [ -75.144177480513505, 39.931164630393504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23853, "tnode_": 23933, "lpoly_": null, "rpoly_": null, "length": 1502.32012887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8007", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9045, "l_hundred": 0, "r_hundred": 0, "seg_id": 342290, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8007", "stname": "DELAWARE EXPY RAMP 8007", "objectid": 8344, "Shape__Length": 598.10146899839219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144177480513505, 39.931164630393504 ], [ -75.144296836819706, 39.931182158865198 ], [ -75.144457328064604, 39.931184373680097 ], [ -75.1445920558334, 39.931173243565603 ], [ -75.144698386531203, 39.931147277058201 ], [ -75.144799919690797, 39.931109037662097 ], [ -75.144898976949307, 39.931066687333399 ], [ -75.144998499883599, 39.931012183696701 ], [ -75.145098488439203, 39.930945526750598 ], [ -75.1452180597676, 39.930848904116701 ], [ -75.1453916462346, 39.9306844988892 ], [ -75.145499668756798, 39.9305390665955 ], [ -75.1455455910029, 39.930454663802202 ], [ -75.145582731061097, 39.930376635400997 ], [ -75.145625519649698, 39.930262584454098 ], [ -75.145685758108698, 39.930027335023397 ], [ -75.145727175340994, 39.929837667045497 ], [ -75.145872527781904, 39.929162859441298 ], [ -75.145957344165893, 39.928843841369002 ], [ -75.146111683680402, 39.928380684112199 ], [ -75.146222104222403, 39.928061128209798 ], [ -75.146364899383499, 39.927792902385697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23206, "tnode_": 23163, "lpoly_": null, "rpoly_": null, "length": 505.63416044000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 98, "r_f_add": 9, "r_t_add": 99, "st_code": 66460, "l_hundred": 0, "r_hundred": 0, "seg_id": 342291, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8345, "Shape__Length": 200.76637622274347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143267662748897, 39.936329202391903 ], [ -75.145019993732902, 39.936656314236401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24602, "tnode_": 24592, "lpoly_": null, "rpoly_": null, "length": 172.328603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 115, "st_code": 64640, "l_hundred": 100, "r_hundred": 100, "seg_id": 342293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 8346, "Shape__Length": 68.410529174069964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147487380358797, 39.925629512454201 ], [ -75.148088155025405, 39.925728709675397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24592, "tnode_": 24575, "lpoly_": null, "rpoly_": null, "length": 394.56751480999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 122, "l_t_add": 198, "r_f_add": 117, "r_t_add": 199, "st_code": 64640, "l_hundred": 100, "r_hundred": 100, "seg_id": 342294, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERCE ST", "stname": "PIERCE ST", "objectid": 8347, "Shape__Length": 156.6279216064498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148088155025405, 39.925728709675397 ], [ -75.148184373099198, 39.925750672102701 ], [ -75.149471447543704, 39.925923351336401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24592, "tnode_": 24644, "lpoly_": null, "rpoly_": null, "length": 165.7912957, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 43820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HOWARD ST", "stname": "S HOWARD ST", "objectid": 8348, "Shape__Length": 65.980159266755379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148088155025405, 39.925728709675397 ], [ -75.148136510601503, 39.925654065201797 ], [ -75.148172551624199, 39.925554400143199 ], [ -75.148244858265599, 39.925475405625299 ], [ -75.148364374069999, 39.9253838370986 ], [ -75.148407245363003, 39.925358201698998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24195, "tnode_": 24312, "lpoly_": null, "rpoly_": null, "length": 373.24220326000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1532, "st_code": 35220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 342296, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8349, "Shape__Length": 148.71767221652698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146708322436197, 39.928881462534598 ], [ -75.146942423625603, 39.927872841457599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24312, "tnode_": 24348, "lpoly_": null, "rpoly_": null, "length": 73.30552986, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 35220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 342297, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8350, "Shape__Length": 29.208152553480694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146942423625603, 39.927872841457599 ], [ -75.146988686379501, 39.927674785582397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24312, "tnode_": 24263, "lpoly_": null, "rpoly_": null, "length": 468.3669006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWICH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 38660, "l_hundred": 100, "r_hundred": 100, "seg_id": 342298, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWICH ST", "stname": "GREENWICH ST", "objectid": 8351, "Shape__Length": 185.99651825989065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146942423625603, 39.927872841457599 ], [ -75.148505649779906, 39.928325227408898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22162, "tnode_": 22153, "lpoly_": null, "rpoly_": null, "length": 232.29854928999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 230, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 27980, "l_hundred": 200, "r_hundred": 200, "seg_id": 342300, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8352, "Shape__Length": 92.234471115993429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146249815012595, 39.943811146673603 ], [ -75.147068414781401, 39.943909328974499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22167, "tnode_": 22162, "lpoly_": null, "rpoly_": null, "length": 101.14617957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 218, "l_t_add": 228, "r_f_add": 219, "r_t_add": 227, "st_code": 27980, "l_hundred": 200, "r_hundred": 200, "seg_id": 342302, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8353, "Shape__Length": 40.16016979756165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145893357802507, 39.943768531685301 ], [ -75.146249815012595, 39.943811146673603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22039, "tnode_": 22162, "lpoly_": null, "rpoly_": null, "length": 309.66141465000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 12460, "l_hundred": 300, "r_hundred": 300, "seg_id": 342303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8354, "Shape__Length": 123.41469213161862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146069968626406, 39.944649823081001 ], [ -75.146094077605497, 39.944552761790099 ], [ -75.146249815012595, 39.943811146673603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22042, "tnode_": 22167, "lpoly_": null, "rpoly_": null, "length": 308.71668262000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 64520, "l_hundred": 300, "r_hundred": 300, "seg_id": 342304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 8355, "Shape__Length": 123.03732426129535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145708815385802, 39.9446039681551 ], [ -75.145734655391706, 39.944503140314197 ], [ -75.145893357802507, 39.943768531685301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24394, "tnode_": 24410, "lpoly_": null, "rpoly_": null, "length": 58.76994833, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1623, "l_t_add": 1625, "r_f_add": 1618, "r_t_add": 1622, "st_code": 87840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 342306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8356, "Shape__Length": 23.413501550525432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148908445883293, 39.927381232635497 ], [ -75.148960820621596, 39.927225022115202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22654, "tnode_": 22787, "lpoly_": null, "rpoly_": null, "length": 375.82221665000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 799, "r_f_add": 734, "r_t_add": 798, "st_code": 87980, "l_hundred": 700, "r_hundred": 700, "seg_id": 342307, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 8357, "Shape__Length": 149.77195680934537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157456554704197, 39.9407722459948 ], [ -75.1576903946371, 39.939756390016598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22465, "tnode_": 22615, "lpoly_": null, "rpoly_": null, "length": 361.80960127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 11840, "l_hundred": 700, "r_hundred": 700, "seg_id": 342308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 8358, "Shape__Length": 144.18052544419575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159301008292999, 39.9420004716374 ], [ -75.159343537097399, 39.941961076545397 ], [ -75.159548523758005, 39.941032393252897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22621, "tnode_": 22615, "lpoly_": null, "rpoly_": null, "length": 146.07442587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1000, "l_t_add": 1010, "r_f_add": 1001, "r_t_add": 1011, "st_code": 34280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8359, "Shape__Length": 57.997119685685739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159034364727006, 39.940967888012501 ], [ -75.159548523758005, 39.941032393252897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26798, "tnode_": 22195, "lpoly_": null, "rpoly_": null, "length": 314.96303499000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 300, "st_code": 35220, "l_hundred": 300, "r_hundred": 300, "seg_id": 342310, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8360, "Shape__Length": 125.52659518589016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143338578208997, 39.9443150667597 ], [ -75.143369352886594, 39.944154743456401 ], [ -75.143524368374898, 39.943462400014702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26880, "tnode_": 23126, "lpoly_": null, "rpoly_": null, "length": 624.23045575000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 23055, "l_hundred": 700, "r_hundred": 700, "seg_id": 342313, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8361, "Shape__Length": 248.78758695313408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142341751329994, 39.938600994438502 ], [ -75.142307751204797, 39.936887602472702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26894, "tnode_": 26881, "lpoly_": null, "rpoly_": null, "length": 1792.1540476600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8007", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9045, "l_hundred": 0, "r_hundred": 0, "seg_id": 342314, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8007", "stname": "DELAWARE EXPY RAMP 8007", "objectid": 8362, "Shape__Length": 713.8543912567518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142377377076897, 39.9386075493574 ], [ -75.142408098618006, 39.938535789361403 ], [ -75.142463458495897, 39.9385160325375 ], [ -75.142613619219603, 39.9385159441198 ], [ -75.142817125887703, 39.9385485913837 ], [ -75.142947757515103, 39.938583084051203 ], [ -75.143091090488397, 39.938642383903399 ], [ -75.143171176905298, 39.938689738320498 ], [ -75.1432421718103, 39.938736886043102 ], [ -75.143343648727196, 39.938819752868703 ], [ -75.143421880097307, 39.938888931864298 ], [ -75.143470255638107, 39.938959231633099 ], [ -75.143516744480806, 39.939024890582601 ], [ -75.143546854156099, 39.939097574681298 ], [ -75.143560877881995, 39.939206474734398 ], [ -75.143562203645601, 39.9392905675858 ], [ -75.143559385041499, 39.9393640585265 ], [ -75.143556834878893, 39.939430550115503 ], [ -75.143366897070905, 39.940737471323501 ], [ -75.143148826547602, 39.942526866086801 ], [ -75.143152748208493, 39.942784801828097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26894, "tnode_": 29119, "lpoly_": null, "rpoly_": null, "length": 1559.42576762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8007", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9045, "l_hundred": 0, "r_hundred": 0, "seg_id": 342315, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8007", "stname": "DELAWARE EXPY RAMP 8007", "objectid": 8363, "Shape__Length": 621.15383322329933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142377377076897, 39.9386075493574 ], [ -75.142421314754202, 39.938665686701597 ], [ -75.142472693077394, 39.938685120351501 ], [ -75.142533896261398, 39.938696267180099 ], [ -75.142583905996702, 39.938697404124497 ], [ -75.142660788964506, 39.9387096597058 ], [ -75.142750908920107, 39.938732724780898 ], [ -75.142854397891298, 39.938763098240102 ], [ -75.142939299779798, 39.938803556830301 ], [ -75.143015110132396, 39.938843808701101 ], [ -75.143059767541402, 39.938865839233699 ], [ -75.143117526632594, 39.938902178450498 ], [ -75.143152822808304, 39.938931001621803 ], [ -75.1432101792997, 39.938977839367702 ], [ -75.143254164515398, 39.939017367724901 ], [ -75.143297479787094, 39.939074394019002 ], [ -75.1433446698165, 39.939149021539698 ], [ -75.143365656374897, 39.939195032599301 ], [ -75.143403217942407, 39.939283452168397 ], [ -75.143423129603406, 39.939357459695302 ], [ -75.143441375473699, 39.939483658048701 ], [ -75.143433390396893, 39.939609661217098 ], [ -75.143081527319794, 39.942207854770501 ], [ -75.143013218656506, 39.942431669632199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26880, "tnode_": 26894, "lpoly_": null, "rpoly_": null, "length": 10.2713517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 342316, "oneway": "B", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 8364, "Shape__Length": 4.0784306604064033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142341751329994, 39.938600994438502 ], [ -75.142377377076897, 39.9386075493574 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23626, "tnode_": 26896, "lpoly_": null, "rpoly_": null, "length": 247.58116643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 40, "l_t_add": 98, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 0, "r_hundred": 0, "seg_id": 342317, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8365, "Shape__Length": 98.301538833168394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144849660547905, 39.933288396754001 ], [ -75.145131833452695, 39.933327159338397 ], [ -75.145347031621299, 39.933373807690302 ], [ -75.145538697737393, 39.933427875440501 ], [ -75.145705330147194, 39.933447241857799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22343, "tnode_": 27199, "lpoly_": null, "rpoly_": null, "length": 17.74018233, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 525, "l_t_add": 525, "r_f_add": 522, "r_t_add": 522, "st_code": 87940, "l_hundred": 500, "r_hundred": 500, "seg_id": 342320, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2004-08-11T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8366, "Shape__Length": 7.0701142318689971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153829493416495, 39.942613238625299 ], [ -75.153839926286096, 39.942565206248098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23025, "tnode_": 27203, "lpoly_": null, "rpoly_": null, "length": 17.23161202, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1011, "l_t_add": 1011, "r_f_add": 1012, "r_t_add": 1012, "st_code": 88020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342324, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 8367, "Shape__Length": 6.8663421764262136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1612167332719, 39.938044367815898 ], [ -75.161230540455406, 39.937998274365199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27204, "tnode_": 23042, "lpoly_": null, "rpoly_": null, "length": 24.90036523, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 919, "l_t_add": 919, "r_f_add": 926, "r_t_add": 926, "st_code": 87960, "l_hundred": 900, "r_hundred": 900, "seg_id": 342325, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-29T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 8368, "Shape__Length": 9.922812472072744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156472860153201, 39.937880061299197 ], [ -75.156488887669397, 39.937812829294302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27205, "tnode_": 23625, "lpoly_": null, "rpoly_": null, "length": 15.02994338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1308, "l_t_add": 1308, "r_f_add": 1303, "r_t_add": 1311, "st_code": 82740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8369, "Shape__Length": 5.9667163661993419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165930345946407, 39.933937554276497 ], [ -75.165983386573402, 39.933943476114202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24017, "tnode_": 27207, "lpoly_": null, "rpoly_": null, "length": 83.7203743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 67780, "l_hundred": 200, "r_hundred": 200, "seg_id": 342327, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "REED ST", "stname": "REED ST", "objectid": 8370, "Shape__Length": 33.235215966339595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149701129072596, 39.930548449216403 ], [ -75.149995613642901, 39.930586133974103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24439, "tnode_": 27206, "lpoly_": null, "rpoly_": null, "length": 24.43045813, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1721, "l_t_add": 1721, "r_f_add": 1724, "r_t_add": 1724, "st_code": 87960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342328, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 8371, "Shape__Length": 9.7340489732694877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158817211670794, 39.927244307723903 ], [ -75.158832895952301, 39.927178339069897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27209, "tnode_": 24456, "lpoly_": null, "rpoly_": null, "length": 28.38257633, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1725, "l_t_add": 1725, "r_f_add": 1724, "r_t_add": 1724, "st_code": 87940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342329, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 8372, "Shape__Length": 11.308621863025399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157279852236996, 39.9270412221138 ], [ -75.157298516121003, 39.926964644833099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27208, "tnode_": 24678, "lpoly_": null, "rpoly_": null, "length": 29.29528357, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1817, "l_t_add": 1817, "r_f_add": 1816, "r_t_add": 1816, "st_code": 87840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342330, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8373, "Shape__Length": 11.669278856640231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799955967893, 39.925098341207601 ], [ -75.149831633930305, 39.925021709568497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28105, "tnode_": 28106, "lpoly_": null, "rpoly_": null, "length": 98.38061647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACKWELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 17765, "l_hundred": 0, "r_hundred": 0, "seg_id": 342401, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2001-09-04T00:00:00Z", "newsegdate": "2000-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BLACKWELL PL", "stname": "BLACKWELL PL", "objectid": 8374, "Shape__Length": 39.209264726953101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146153590241994, 39.9429957818746 ], [ -75.146205497078597, 39.942728686361903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22312, "tnode_": 28106, "lpoly_": null, "rpoly_": null, "length": 203.31077707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMPERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 227, "st_code": 74300, "l_hundred": 200, "r_hundred": 200, "seg_id": 342402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-18T00:00:00Z", "newsegdate": "2000-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "STAMPERS ST", "stname": "STAMPERS ST", "objectid": 8375, "Shape__Length": 80.723856233758909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145489538350802, 39.942640425745097 ], [ -75.146205497078597, 39.942728686361903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22469, "tnode_": 22457, "lpoly_": null, "rpoly_": null, "length": 238.3989588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1229, "r_t_add": 1299, "st_code": 47340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2013-06-19T00:00:00Z", "newsegdate": "2000-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 8376, "Shape__Length": 94.654972159145217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162780071669204, 39.942043602302199 ], [ -75.163161386259006, 39.9420904349046 ], [ -75.163619251440295, 39.9421486756642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22565, "tnode_": 22555, "lpoly_": null, "rpoly_": null, "length": 242.43966732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 34280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342406, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2013-06-19T00:00:00Z", "newsegdate": "2000-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8377, "Shape__Length": 96.258251281154614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162906857873807, 39.941447820181203 ], [ -75.163287701343094, 39.941495965404798 ], [ -75.163760505704303, 39.941553472198798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22231, "tnode_": 28144, "lpoly_": null, "rpoly_": null, "length": 182.43842482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 11325, "l_hundred": 500, "r_hundred": 500, "seg_id": 342408, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADDISON CT", "stname": "ADDISON CT", "objectid": 8378, "Shape__Length": 72.454778955041718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150428938053196, 39.943359015695201 ], [ -75.150499700674501, 39.943309242357699 ], [ -75.150590200860407, 39.943301964218797 ], [ -75.150716156450898, 39.943318293425897 ], [ -75.150828737731999, 39.943332246173703 ], [ -75.150968186668706, 39.9433478437955 ], [ -75.151048268907303, 39.943357820739102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28144, "tnode_": 22219, "lpoly_": null, "rpoly_": null, "length": 278.70239197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 11320, "l_hundred": 500, "r_hundred": 500, "seg_id": 342409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-17T00:00:00Z", "newsegdate": "2000-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 8379, "Shape__Length": 110.65924664843519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151048268907303, 39.943357820739102 ], [ -75.151141074542295, 39.943369382482402 ], [ -75.151335410529896, 39.943393479190703 ], [ -75.151493657290303, 39.943410538229799 ], [ -75.151650359920396, 39.943432745638397 ], [ -75.151807182639502, 39.943451845229099 ], [ -75.1519639646624, 39.943471980755902 ], [ -75.152029485515996, 39.9434643699405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28199, "tnode_": 28200, "lpoly_": null, "rpoly_": null, "length": 155.01255254999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 54200, "l_hundred": 900, "r_hundred": 900, "seg_id": 342410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-19T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 8380, "Shape__Length": 61.770358901381819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146168009606995, 39.935819029319397 ], [ -75.146269230715802, 39.935400695170202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23309, "tnode_": 28199, "lpoly_": null, "rpoly_": null, "length": 126.40383162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 108, "l_t_add": 120, "r_f_add": 119, "r_t_add": 119, "st_code": 23060, "l_hundred": 100, "r_hundred": 100, "seg_id": 342411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-09-19T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8381, "Shape__Length": 50.200003780614992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145742733004596, 39.935704015651098 ], [ -75.146168009606995, 39.935819029319397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28199, "tnode_": 23292, "lpoly_": null, "rpoly_": null, "length": 56.67572417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 122, "l_t_add": 126, "r_f_add": 121, "r_t_add": 125, "st_code": 23060, "l_hundred": 100, "r_hundred": 100, "seg_id": 342412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-09-19T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8382, "Shape__Length": 22.508218083452633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146168009606995, 39.935819029319397 ], [ -75.146358691630695, 39.935870597174699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28232, "tnode_": 28233, "lpoly_": null, "rpoly_": null, "length": 103.9651235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 70800, "l_hundred": 100, "r_hundred": 100, "seg_id": 342413, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-08-16T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 8383, "Shape__Length": 41.287473141901231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146589653352194, 39.935312551116603 ], [ -75.146940608128105, 39.935404535886299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28233, "tnode_": 23463, "lpoly_": null, "rpoly_": null, "length": 248.47627631, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 908, "r_t_add": 998, "st_code": 87840, "l_hundred": 900, "r_hundred": 900, "seg_id": 342414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-09-19T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8384, "Shape__Length": 99.015344898246852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146940608128105, 39.935404535886299 ], [ -75.147091503053502, 39.934732400692297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23276, "tnode_": 28233, "lpoly_": null, "rpoly_": null, "length": 217.03591462, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 923, "r_f_add": 900, "r_t_add": 906, "st_code": 87840, "l_hundred": 900, "r_hundred": 900, "seg_id": 342415, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-09-19T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8385, "Shape__Length": 86.487792812865024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146811002903405, 39.935991913910598 ], [ -75.146940608128105, 39.935404535886299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28253, "tnode_": 28252, "lpoly_": null, "rpoly_": null, "length": 226.93161847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWRENCE COURT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 49657, "l_hundred": 400, "r_hundred": 400, "seg_id": 342416, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2002-10-28T00:00:00Z", "newsegdate": "2001-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWRENCE COURT WALK", "stname": "LAWRENCE COURT WALK", "objectid": 8386, "Shape__Length": 90.103512304323132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149464633052403, 39.944027400593598 ], [ -75.150264660830302, 39.944121629376497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28254, "tnode_": 28253, "lpoly_": null, "rpoly_": null, "length": 260.04983377000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWRENCE COURT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 49657, "l_hundred": 400, "r_hundred": 400, "seg_id": 342417, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2002-10-28T00:00:00Z", "newsegdate": "2001-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWRENCE COURT WALK", "stname": "LAWRENCE COURT WALK", "objectid": 8387, "Shape__Length": 103.30201518825135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1486445658755, 39.944015541672897 ], [ -75.149056297546807, 39.944064988692602 ], [ -75.149073648484702, 39.943977876779201 ], [ -75.149464633052403, 39.944027400593598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22121, "tnode_": 28252, "lpoly_": null, "rpoly_": null, "length": 52.39778028, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 339, "l_t_add": 339, "r_f_add": 338, "r_t_add": 338, "st_code": 87900, "l_hundred": 300, "r_hundred": 300, "seg_id": 342418, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8388, "Shape__Length": 20.883201988363496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150235788577703, 39.944263740798398 ], [ -75.150264660830302, 39.944121629376497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28252, "tnode_": 22179, "lpoly_": null, "rpoly_": null, "length": 140.81080346, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 341, "l_t_add": 399, "r_f_add": 340, "r_t_add": 398, "st_code": 87900, "l_hundred": 300, "r_hundred": 300, "seg_id": 342419, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2003-05-06T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8389, "Shape__Length": 56.120110492908729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150264660830302, 39.944121629376497 ], [ -75.150342248005302, 39.943739726990799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22062, "tnode_": 28253, "lpoly_": null, "rpoly_": null, "length": 211.47244303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWRENCE", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 315, "l_t_add": 331, "r_f_add": 316, "r_t_add": 334, "st_code": 49655, "l_hundred": 300, "r_hundred": 300, "seg_id": 342420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWRENCE CT", "stname": "LAWRENCE CT", "objectid": 8390, "Shape__Length": 84.253357436694102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149306307302993, 39.944567899573698 ], [ -75.149308758439901, 39.944528445380698 ], [ -75.149306332183301, 39.944508828302403 ], [ -75.149293497273206, 39.9444706349393 ], [ -75.149296253212199, 39.944440131191499 ], [ -75.149311846488303, 39.944406250457199 ], [ -75.149328325624893, 39.944390729187297 ], [ -75.149354139345803, 39.944380311204 ], [ -75.149379953093202, 39.944369892314697 ], [ -75.149391483797402, 39.9443591495817 ], [ -75.149464633052403, 39.944027400593598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28253, "tnode_": 22188, "lpoly_": null, "rpoly_": null, "length": 140.83255296000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWRENCE", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 333, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 49655, "l_hundred": 300, "r_hundred": 300, "seg_id": 342421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWRENCE CT", "stname": "LAWRENCE CT", "objectid": 8391, "Shape__Length": 56.127789175170939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149464633052403, 39.944027400593598 ], [ -75.149548675181805, 39.9436462477776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22131, "tnode_": 28254, "lpoly_": null, "rpoly_": null, "length": 33.07236539, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 329, "l_t_add": 329, "r_f_add": 334, "r_t_add": 336, "st_code": 87880, "l_hundred": 300, "r_hundred": 300, "seg_id": 342423, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-06T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8392, "Shape__Length": 13.180361313123178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148622086216804, 39.944104665428 ], [ -75.1486445658755, 39.944015541672897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28254, "tnode_": 22201, "lpoly_": null, "rpoly_": null, "length": 179.23771272, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 331, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 87880, "l_hundred": 300, "r_hundred": 300, "seg_id": 342424, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-06T00:00:00Z", "newsegdate": "2001-07-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8393, "Shape__Length": 71.431478323961883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1486445658755, 39.944015541672897 ], [ -75.148766394465795, 39.943532529895599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28257, "tnode_": 28258, "lpoly_": null, "rpoly_": null, "length": 210.42719514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT PETERS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 355, "l_t_add": 399, "r_f_add": 356, "r_t_add": 398, "st_code": 74210, "l_hundred": 300, "r_hundred": 300, "seg_id": 342425, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2001-12-04T00:00:00Z", "newsegdate": "2001-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT PETERS WAY", "stname": "SAINT PETERS WAY", "objectid": 8394, "Shape__Length": 83.865076123810809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147721597275606, 39.943991453628598 ], [ -75.147840125060895, 39.943421054317703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22153, "tnode_": 28257, "lpoly_": null, "rpoly_": null, "length": 185.5740784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 309, "st_code": 27980, "l_hundred": 300, "r_hundred": 300, "seg_id": 342426, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8395, "Shape__Length": 73.68321852682277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147068414781401, 39.943909328974499 ], [ -75.147721597275606, 39.943991453628598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28257, "tnode_": 22131, "lpoly_": null, "rpoly_": null, "length": 255.83495562000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 314, "l_t_add": 398, "r_f_add": 311, "r_t_add": 399, "st_code": 27980, "l_hundred": 300, "r_hundred": 300, "seg_id": 342427, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8396, "Shape__Length": 101.5808348278366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147721597275606, 39.943991453628598 ], [ -75.148622086216804, 39.944104665428 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22218, "tnode_": 28258, "lpoly_": null, "rpoly_": null, "length": 184.12540388000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 315, "st_code": 64820, "l_hundred": 300, "r_hundred": 300, "seg_id": 342428, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 8397, "Shape__Length": 73.106459476685757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147190964717794, 39.943344845692799 ], [ -75.147840125060895, 39.943421054317703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28258, "tnode_": 22201, "lpoly_": null, "rpoly_": null, "length": 262.87531822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 64820, "l_hundred": 300, "r_hundred": 300, "seg_id": 342429, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE ST", "stname": "PINE ST", "objectid": 8398, "Shape__Length": 104.374497742156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147840125060895, 39.943421054317703 ], [ -75.148766394465795, 39.943532529895599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22098, "tnode_": 28256, "lpoly_": null, "rpoly_": null, "length": 231.5150426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 321, "st_code": 26560, "l_hundred": 300, "r_hundred": 300, "seg_id": 342430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 8399, "Shape__Length": 91.924571297334836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146980487826298, 39.944273289839998 ], [ -75.1477956837644, 39.944374291744303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28256, "tnode_": 22072, "lpoly_": null, "rpoly_": null, "length": 218.56172828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CYPRESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 322, "l_t_add": 398, "r_f_add": 323, "r_t_add": 399, "st_code": 26560, "l_hundred": 300, "r_hundred": 300, "seg_id": 342431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CYPRESS ST", "stname": "CYPRESS ST", "objectid": 8400, "Shape__Length": 86.781496969632741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1477956837644, 39.944374291744303 ], [ -75.148565271498299, 39.944469637478797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28275, "tnode_": 28274, "lpoly_": null, "rpoly_": null, "length": 146.80645994, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 64520, "l_hundred": 500, "r_hundred": 500, "seg_id": 342432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-06-28T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S PHILIP ST", "stname": "S PHILIP ST", "objectid": 8401, "Shape__Length": 58.501518398003874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146357592093594, 39.942312607907901 ], [ -75.1463749275742, 39.942235510838699 ], [ -75.146386024883796, 39.942215857371501 ], [ -75.146448671275394, 39.941930644542602 ], [ -75.146461971068803, 39.941920993752298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28274, "tnode_": 28273, "lpoly_": null, "rpoly_": null, "length": 287.20645550999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GASKILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 36320, "l_hundred": 200, "r_hundred": 200, "seg_id": 342433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "GASKILL ST", "stname": "GASKILL ST", "objectid": 8402, "Shape__Length": 114.03335322332116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146461971068803, 39.941920993752298 ], [ -75.146469951390102, 39.941915203828103 ], [ -75.147472750291797, 39.942027250770202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28273, "tnode_": 22425, "lpoly_": null, "rpoly_": null, "length": 26.31135688, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 515, "l_t_add": 515, "r_f_add": 516, "r_t_add": 516, "st_code": 87860, "l_hundred": 500, "r_hundred": 500, "seg_id": 342434, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-08-29T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8403, "Shape__Length": 10.486025441732162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147472750291797, 39.942027250770202 ], [ -75.147487699428396, 39.941955945243301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22344, "tnode_": 28273, "lpoly_": null, "rpoly_": null, "length": 154.57083272999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 514, "st_code": 87860, "l_hundred": 500, "r_hundred": 500, "seg_id": 342435, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-08-29T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8404, "Shape__Length": 61.602276170517747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147384925826501, 39.942446147664 ], [ -75.147472750291797, 39.942027250770202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22372, "tnode_": 28275, "lpoly_": null, "rpoly_": null, "length": 260.24483389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 229, "st_code": 51520, "l_hundred": 200, "r_hundred": 200, "seg_id": 342436, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-07-13T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8405, "Shape__Length": 103.33786182895082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145451982538006, 39.942169385334999 ], [ -75.145645685182004, 39.942226705316003 ], [ -75.146357592093594, 39.942312607907901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28275, "tnode_": 22344, "lpoly_": null, "rpoly_": null, "length": 292.14087785000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 212, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 51520, "l_hundred": 200, "r_hundred": 200, "seg_id": 342437, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-08-29T00:00:00Z", "newsegdate": "2001-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8406, "Shape__Length": 115.99427822721331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146357592093594, 39.942312607907901 ], [ -75.147384925826501, 39.942446147664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22994, "tnode_": 22977, "lpoly_": null, "rpoly_": null, "length": 45.75700064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 601, "st_code": 66460, "l_hundred": 600, "r_hundred": 600, "seg_id": 342438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-10-09T00:00:00Z", "newsegdate": "2001-10-09T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8407, "Shape__Length": 18.211188310840651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153217495336904, 39.9381175945907 ], [ -75.153314559932497, 39.9382185638541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22977, "tnode_": 22965, "lpoly_": null, "rpoly_": null, "length": 222.61502629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 602, "l_t_add": 698, "r_f_add": 603, "r_t_add": 699, "st_code": 66460, "l_hundred": 600, "r_hundred": 600, "seg_id": 342439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-09T00:00:00Z", "newsegdate": "2001-10-09T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8408, "Shape__Length": 88.382914905945654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153314559932497, 39.9382185638541 ], [ -75.154098316718702, 39.938315831838402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28291, "tnode_": 28292, "lpoly_": null, "rpoly_": null, "length": 93.60242971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 72560, "l_hundred": 900, "r_hundred": 900, "seg_id": 342440, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-19T00:00:00Z", "newsegdate": "2001-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S SHERIDAN ST", "stname": "S SHERIDAN ST", "objectid": 8409, "Shape__Length": 37.294189460605274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154606726239393, 39.937655005379 ], [ -75.154698290736306, 39.937407911298997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23112, "tnode_": 28292, "lpoly_": null, "rpoly_": null, "length": 91.48080509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 614, "l_t_add": 648, "r_f_add": 615, "r_t_add": 649, "st_code": 56820, "l_hundred": 600, "r_hundred": 600, "seg_id": 342441, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-22T00:00:00Z", "newsegdate": "2001-10-22T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8410, "Shape__Length": 36.330177852124876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154388879360098, 39.937328320376402 ], [ -75.154698290736306, 39.937407911298997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28292, "tnode_": 23094, "lpoly_": null, "rpoly_": null, "length": 77.77283645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 56820, "l_hundred": 600, "r_hundred": 600, "seg_id": 342442, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-22T00:00:00Z", "newsegdate": "2001-10-22T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8411, "Shape__Length": 30.886304653440586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154698290736306, 39.937407911298997 ], [ -75.154961338847102, 39.9374755752279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28298, "tnode_": 24300, "lpoly_": null, "rpoly_": null, "length": 66.61881437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 709, "st_code": 57240, "l_hundred": 700, "r_hundred": 700, "seg_id": 342443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNTAIN ST", "stname": "MOUNTAIN ST", "objectid": 8412, "Shape__Length": 26.459057460269591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1573694954551, 39.928198911848902 ], [ -75.157565632970702, 39.928229917147299 ], [ -75.157582862165398, 39.928255393711602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27207, "tnode_": 24096, "lpoly_": null, "rpoly_": null, "length": 278.43876336, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 342444, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-12-05T00:00:00Z", "newsegdate": "2001-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8413, "Shape__Length": 110.89971098813737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149995613642901, 39.930586133974103 ], [ -75.150136694629495, 39.929997171640998 ], [ -75.149982210508099, 39.929882146214901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28381, "tnode_": 28382, "lpoly_": null, "rpoly_": null, "length": 175.05258079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71180, "l_hundred": 900, "r_hundred": 900, "seg_id": 342445, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2002-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 8414, "Shape__Length": 69.738180578428285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157538763412106, 39.938600687904596 ], [ -75.157744600902902, 39.938147020232201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23013, "tnode_": 28382, "lpoly_": null, "rpoly_": null, "length": 71.06152261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 836, "l_t_add": 842, "r_f_add": 837, "r_t_add": 843, "st_code": 56820, "l_hundred": 800, "r_hundred": 800, "seg_id": 342446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": "2002-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8415, "Shape__Length": 28.2228169673309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157506082886201, 39.938081122857596 ], [ -75.157744600902902, 39.938147020232201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28382, "tnode_": 22993, "lpoly_": null, "rpoly_": null, "length": 77.57289585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 844, "l_t_add": 898, "r_f_add": 845, "r_t_add": 899, "st_code": 56820, "l_hundred": 800, "r_hundred": 800, "seg_id": 342447, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": "2002-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTROSE ST", "stname": "MONTROSE ST", "objectid": 8416, "Shape__Length": 30.808559418250109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157744600902902, 39.938147020232201 ], [ -75.158005392318799, 39.9382180535153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22192, "tnode_": 28507, "lpoly_": null, "rpoly_": null, "length": 333.53790185999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 342448, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": "2002-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 8417, "Shape__Length": 132.53716811008795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158417292102499, 39.943823730427198 ], [ -75.158477635918899, 39.943854738244603 ], [ -75.159355501214606, 39.943961060670901 ], [ -75.159389738007405, 39.9441348149738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28507, "tnode_": 28508, "lpoly_": null, "rpoly_": null, "length": 155.76629437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDER", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 13, "st_code": 11810, "l_hundred": 0, "r_hundred": 0, "seg_id": 342449, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2002-11-21T00:00:00Z", "newsegdate": "2002-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ALDER CT", "stname": "ALDER CT", "objectid": 8418, "Shape__Length": 61.956370980083378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159389738007405, 39.9441348149738 ], [ -75.159678223983803, 39.9441596768282 ], [ -75.159629711926598, 39.944360393941999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25124, "tnode_": 25414, "lpoly_": null, "rpoly_": null, "length": 1079.4818621100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WECCACOE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2299, "r_f_add": 2100, "r_t_add": 2298, "st_code": 82040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 342451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-01-06T00:00:00Z", "newsegdate": "2003-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WECCACOE AVE", "stname": "WECCACOE AVE", "objectid": 8419, "Shape__Length": 429.86566458851132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145328878162701, 39.921244423422003 ], [ -75.144924810456899, 39.920477626180599 ], [ -75.143848291059598, 39.918509231756197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25153, "tnode_": 25124, "lpoly_": null, "rpoly_": null, "length": 546.16178993999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 12, "l_t_add": 12, "r_f_add": 21, "r_t_add": 25, "st_code": 73220, "l_hundred": 0, "r_hundred": 0, "seg_id": 342452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-11T00:00:00Z", "newsegdate": "2003-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 8420, "Shape__Length": 216.78331505035575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143406610865696, 39.921005529648497 ], [ -75.144763614380494, 39.921168951333001 ], [ -75.145328878162701, 39.921244423422003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22666, "tnode_": 22723, "lpoly_": null, "rpoly_": null, "length": 225.53859595, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 725, "r_f_add": 700, "r_t_add": 724, "st_code": 12460, "l_hundred": 700, "r_hundred": 700, "seg_id": 342453, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8421, "Shape__Length": 89.881336121157574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146934249688002, 39.9404415214482 ], [ -75.147072678455899, 39.939831627752802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22723, "tnode_": 22788, "lpoly_": null, "rpoly_": null, "length": 116.37628275, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 727, "l_t_add": 743, "r_f_add": 726, "r_t_add": 744, "st_code": 12460, "l_hundred": 700, "r_hundred": 700, "seg_id": 342454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8422, "Shape__Length": 46.37780566896398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147072678455899, 39.939831627752802 ], [ -75.147144106713498, 39.939516927085997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24538, "tnode_": 28614, "lpoly_": null, "rpoly_": null, "length": 973.73710906000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 23055, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 342455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-10T00:00:00Z", "newsegdate": "2003-02-10T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8423, "Shape__Length": 387.73201889467606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145074506678398, 39.926441686925997 ], [ -75.144972162173701, 39.926308965976098 ], [ -75.144802764036399, 39.9258504074717 ], [ -75.144583710591306, 39.925480274888699 ], [ -75.1440514179736, 39.9247264005446 ], [ -75.143608113368998, 39.924028241771303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28614, "tnode_": 28615, "lpoly_": null, "rpoly_": null, "length": 314.72167922, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIER 70 BLVD", "st_type": "DWY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1126, "l_hundred": 0, "r_hundred": 0, "seg_id": 342457, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-10T00:00:00Z", "newsegdate": "2003-02-10T00:00:00Z", "multi_rep": 0, "streetlabe": "PIER 70 BLVD DWY", "stname": "PIER 70 BLVD DWY", "objectid": 8424, "Shape__Length": 125.00633006899882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143608113368998, 39.924028241771303 ], [ -75.142597296607505, 39.924403368455302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22694, "tnode_": 28654, "lpoly_": null, "rpoly_": null, "length": 231.48037514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1317, "st_code": 21900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342458, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-03-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8425, "Shape__Length": 91.906194495583421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163972525419396, 39.940545049628099 ], [ -75.164787065649605, 39.9406483474095 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28654, "tnode_": 26985, "lpoly_": null, "rpoly_": null, "length": 362.2433576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1319, "r_t_add": 1399, "st_code": 21900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342459, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-03-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8426, "Shape__Length": 143.82406463829597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164787065649605, 39.9406483474095 ], [ -75.164987965869003, 39.940673824132602 ], [ -75.165435504605298, 39.940735232729502 ], [ -75.166061866467402, 39.940809032490002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22709, "tnode_": 28650, "lpoly_": null, "rpoly_": null, "length": 256.59608163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1229, "st_code": 21900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-03-11T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8427, "Shape__Length": 101.87711486273909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162402581988601, 39.940352294879901 ], [ -75.163306245873997, 39.9404632480015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28650, "tnode_": 22694, "lpoly_": null, "rpoly_": null, "length": 189.19005386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1231, "r_t_add": 1299, "st_code": 21900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CATHARINE ST", "stname": "CATHARINE ST", "objectid": 8428, "Shape__Length": 75.114802315939826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163306245873997, 39.9404632480015 ], [ -75.163972525419396, 39.940545049628099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22572, "tnode_": 28651, "lpoly_": null, "rpoly_": null, "length": 187.36392512, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 761, "r_f_add": 732, "r_t_add": 746, "st_code": 88040, "l_hundred": 700, "r_hundred": 700, "seg_id": 342462, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-03-11T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 8429, "Shape__Length": 74.669722680865078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162182888329895, 39.941359499445703 ], [ -75.162293528162095, 39.940852261466397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28651, "tnode_": 22709, "lpoly_": null, "rpoly_": null, "length": 184.67805078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 763, "l_t_add": 799, "r_f_add": 748, "r_t_add": 798, "st_code": 88040, "l_hundred": 700, "r_hundred": 700, "seg_id": 342463, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-03-11T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 8430, "Shape__Length": 73.598786023530721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162293528162095, 39.940852261466397 ], [ -75.162402581988601, 39.940352294879901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28651, "tnode_": 28649, "lpoly_": null, "rpoly_": null, "length": 254.16037914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 24020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CLYMER ST", "stname": "CLYMER ST", "objectid": 8431, "Shape__Length": 100.90969222244831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162293528162095, 39.940852261466397 ], [ -75.163189885943893, 39.940955871217902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28649, "tnode_": 28650, "lpoly_": null, "rpoly_": null, "length": 182.39576801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 737, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 33700, "l_hundred": 700, "r_hundred": 700, "seg_id": 342465, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S FAWN ST", "stname": "S FAWN ST", "objectid": 8432, "Shape__Length": 72.688041346151209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163189885943893, 39.940955871217902 ], [ -75.163306245873997, 39.9404632480015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28652, "tnode_": 28653, "lpoly_": null, "rpoly_": null, "length": 358.91965782, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 744, "st_code": 46460, "l_hundred": 700, "r_hundred": 700, "seg_id": 342466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-01-21T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 8433, "Shape__Length": 143.04184673813396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164362553935504, 39.9426268368492 ], [ -75.1645728260048, 39.9416549416704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28653, "tnode_": 28654, "lpoly_": null, "rpoly_": null, "length": 371.57236743, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 731, "l_t_add": 799, "r_f_add": 746, "r_t_add": 798, "st_code": 46460, "l_hundred": 700, "r_hundred": 700, "seg_id": 342467, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-01-21T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 8434, "Shape__Length": 148.08274259738374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1645728260048, 39.9416549416704 ], [ -75.164787065649605, 39.9406483474095 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22555, "tnode_": 28653, "lpoly_": null, "rpoly_": null, "length": 230.75524411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1323, "st_code": 34280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342468, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8435, "Shape__Length": 91.619369767848511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163760505704303, 39.941553472198798 ], [ -75.1645728260048, 39.9416549416704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28653, "tnode_": 22534, "lpoly_": null, "rpoly_": null, "length": 182.55504537000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITZWATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1326, "l_t_add": 1346, "r_f_add": 1325, "r_t_add": 1343, "st_code": 34280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342469, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "FITZWATER ST", "stname": "FITZWATER ST", "objectid": 8436, "Shape__Length": 72.482004439291075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1645728260048, 39.9416549416704 ], [ -75.1647715009546, 39.941679757657099 ], [ -75.165215459292497, 39.941735264799199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22374, "tnode_": 28652, "lpoly_": null, "rpoly_": null, "length": 53.93966036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1316, "l_t_add": 1328, "r_f_add": 1319, "r_t_add": 1323, "st_code": 15460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342470, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8437, "Shape__Length": 21.416840136600886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164172952784298, 39.942601809410803 ], [ -75.164362553935504, 39.9426268368492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28652, "tnode_": 26982, "lpoly_": null, "rpoly_": null, "length": 360.4559578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAINBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 15460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342471, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-04T00:00:00Z", "newsegdate": "2003-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BAINBRIDGE ST", "stname": "BAINBRIDGE ST", "objectid": 8438, "Shape__Length": 143.11989460559118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164362553935504, 39.9426268368492 ], [ -75.165629580859303, 39.942794081257503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22932, "tnode_": 26988, "lpoly_": null, "rpoly_": null, "length": 593.45349183999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 21600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-12T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CARPENTER ST", "stname": "CARPENTER ST", "objectid": 8439, "Shape__Length": 235.61562104840158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164347122349099, 39.938807745783798 ], [ -75.165729909040095, 39.938976004663701 ], [ -75.1664369531277, 39.939064862887101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23108, "tnode_": 26989, "lpoly_": null, "rpoly_": null, "length": 596.3076398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 81560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342473, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-05-12T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8440, "Shape__Length": 236.74145291228106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164611474710497, 39.937613700738297 ], [ -75.165994249983299, 39.937775878456399 ], [ -75.166612753653098, 39.937843111464701 ], [ -75.166714934919497, 39.937853853758298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22511, "tnode_": 28689, "lpoly_": null, "rpoly_": null, "length": 98.63989853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 705, "r_f_add": 700, "r_t_add": 706, "st_code": 71180, "l_hundred": 700, "r_hundred": 700, "seg_id": 342474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 8441, "Shape__Length": 39.310804780250081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156765019768102, 39.941674632695097 ], [ -75.156824499309096, 39.941407752308599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28689, "tnode_": 28692, "lpoly_": null, "rpoly_": null, "length": 148.30324013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 707, "l_t_add": 723, "r_f_add": 708, "r_t_add": 724, "st_code": 71180, "l_hundred": 700, "r_hundred": 700, "seg_id": 342475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 8442, "Shape__Length": 59.102770797568105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156824499309096, 39.941407752308599 ], [ -75.156913923517095, 39.941006502414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28692, "tnode_": 22665, "lpoly_": null, "rpoly_": null, "length": 108.17877758, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 725, "l_t_add": 799, "r_f_add": 726, "r_t_add": 798, "st_code": 71180, "l_hundred": 700, "r_hundred": 700, "seg_id": 342476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 8443, "Shape__Length": 43.111890903532334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156913923517095, 39.941006502414801 ], [ -75.156979153084194, 39.940713813443601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22521, "tnode_": 28690, "lpoly_": null, "rpoly_": null, "length": 247.98888759, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 725, "r_f_add": 700, "r_t_add": 724, "st_code": 56020, "l_hundred": 700, "r_hundred": 700, "seg_id": 342477, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8444, "Shape__Length": 98.83088643485442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156181507548496, 39.941607269910499 ], [ -75.156326602201503, 39.940935732967198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28690, "tnode_": 22673, "lpoly_": null, "rpoly_": null, "length": 110.53424617, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 727, "l_t_add": 733, "r_f_add": 726, "r_t_add": 734, "st_code": 56020, "l_hundred": 700, "r_hundred": 700, "seg_id": 342478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S MILDRED ST", "stname": "S MILDRED ST", "objectid": 8445, "Shape__Length": 44.050845424347706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156326602201503, 39.940935732967198 ], [ -75.156391272594306, 39.940636413645301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28687, "tnode_": 28688, "lpoly_": null, "rpoly_": null, "length": 54.80400659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 47340, "l_hundred": 800, "r_hundred": 800, "seg_id": 342479, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-06T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 8446, "Shape__Length": 21.759669097041751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156341820367302, 39.941343491726201 ], [ -75.156534408728803, 39.941369132299201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28688, "tnode_": 28689, "lpoly_": null, "rpoly_": null, "length": 82.54963341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 820, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 47340, "l_hundred": 800, "r_hundred": 800, "seg_id": 342480, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-06T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "KENILWORTH ST", "stname": "KENILWORTH ST", "objectid": 8447, "Shape__Length": 32.77595288844703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156534408728803, 39.941369132299201 ], [ -75.156824499309096, 39.941407752308599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28690, "tnode_": 28691, "lpoly_": null, "rpoly_": null, "length": 83.892340850000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 63720, "l_hundred": 800, "r_hundred": 800, "seg_id": 342481, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-06T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 8448, "Shape__Length": 33.308178126946714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156326602201503, 39.940935732967198 ], [ -75.1566221864109, 39.940971350327203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28691, "tnode_": 28692, "lpoly_": null, "rpoly_": null, "length": 82.80032277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBERTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 820, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 63720, "l_hundred": 800, "r_hundred": 800, "seg_id": 342482, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-05T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PEMBERTON ST", "stname": "PEMBERTON ST", "objectid": 8449, "Shape__Length": 32.874625785219379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1566221864109, 39.940971350327203 ], [ -75.156913923517095, 39.941006502414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28688, "tnode_": 28691, "lpoly_": null, "rpoly_": null, "length": 146.98026592, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 734, "st_code": 27380, "l_hundred": 700, "r_hundred": 700, "seg_id": 342483, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-06T00:00:00Z", "newsegdate": "2003-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8450, "Shape__Length": 58.575624711605514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156534408728803, 39.941369132299201 ], [ -75.1566221864109, 39.940971350327203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28722, "tnode_": 28721, "lpoly_": null, "rpoly_": null, "length": 343.0994233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 39, "st_code": 81560, "l_hundred": 0, "r_hundred": 0, "seg_id": 342484, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8451, "Shape__Length": 136.20905882293678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143564167397599, 39.9333828298711 ], [ -75.144770997205001, 39.933537574291201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28721, "tnode_": 28720, "lpoly_": null, "rpoly_": null, "length": 257.66857103000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 41, "r_t_add": 99, "st_code": 81560, "l_hundred": 0, "r_hundred": 0, "seg_id": 342485, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8452, "Shape__Length": 102.29512722610437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144770997205001, 39.933537574291201 ], [ -75.145529795107294, 39.933639700020699 ], [ -75.145675543152095, 39.933661659258597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28720, "tnode_": 28719, "lpoly_": null, "rpoly_": null, "length": 454.78059288000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 101, "r_t_add": 199, "st_code": 81560, "l_hundred": 0, "r_hundred": 100, "seg_id": 342486, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8453, "Shape__Length": 180.5470378093554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145675543152095, 39.933661659258597 ], [ -75.147274975374401, 39.933867861681897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28719, "tnode_": 28718, "lpoly_": null, "rpoly_": null, "length": 243.99958071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 201, "r_t_add": 225, "st_code": 81560, "l_hundred": 0, "r_hundred": 200, "seg_id": 342487, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8454, "Shape__Length": 96.865826672667254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147274975374401, 39.933867861681897 ], [ -75.148135130023803, 39.933968755359402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28718, "tnode_": 28723, "lpoly_": null, "rpoly_": null, "length": 308.83657276000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 227, "r_t_add": 299, "st_code": 81560, "l_hundred": 0, "r_hundred": 200, "seg_id": 342488, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8455, "Shape__Length": 122.60413813020401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148135130023803, 39.933968755359402 ], [ -75.149225725039003, 39.934086606254297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28723, "tnode_": 23538, "lpoly_": null, "rpoly_": null, "length": 450.30276509000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 301, "r_t_add": 399, "st_code": 81560, "l_hundred": 0, "r_hundred": 300, "seg_id": 342489, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 1, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8456, "Shape__Length": 178.7721987773655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149225725039003, 39.934086606254297 ], [ -75.150807440163106, 39.934299675258302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23429, "tnode_": 28722, "lpoly_": null, "rpoly_": null, "length": 597.96246127999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 23055, "l_hundred": 900, "r_hundred": 900, "seg_id": 342490, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8457, "Shape__Length": 238.17646322745392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142772266826498, 39.934906704120202 ], [ -75.143216455020095, 39.934085750953898 ], [ -75.143564167397599, 39.9333828298711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28722, "tnode_": 23607, "lpoly_": null, "rpoly_": null, "length": 104.12956136, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 23055, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342491, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8458, "Shape__Length": 41.477533884488281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143564167397599, 39.9333828298711 ], [ -75.143696309319296, 39.9331156946864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23364, "tnode_": 28721, "lpoly_": null, "rpoly_": null, "length": 663.66952226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 81700, "l_hundred": 900, "r_hundred": 900, "seg_id": 342492, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8459, "Shape__Length": 264.46236629273744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144362858734695, 39.935331975314199 ], [ -75.144749138889196, 39.933606812373803 ], [ -75.144770997205001, 39.933537574291201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28721, "tnode_": 23626, "lpoly_": null, "rpoly_": null, "length": 93.41300329, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 81700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342493, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S WATER ST", "stname": "S WATER ST", "objectid": 8460, "Shape__Length": 37.219334746715937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144770997205001, 39.933537574291201 ], [ -75.144849660547905, 39.933288396754001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23575, "tnode_": 28720, "lpoly_": null, "rpoly_": null, "length": 63.39828873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 999, "l_t_add": 999, "r_f_add": 998, "r_t_add": 998, "st_code": 35220, "l_hundred": 900, "r_hundred": 900, "seg_id": 342494, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8461, "Shape__Length": 25.264866794075793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145651502019106, 39.933834708757303 ], [ -75.145675543152095, 39.933661659258597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28720, "tnode_": 26896, "lpoly_": null, "rpoly_": null, "length": 78.553768940000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35220, "l_hundred": 900, "r_hundred": 900, "seg_id": 342495, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 8462, "Shape__Length": 31.304392334010764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145675543152095, 39.933661659258597 ], [ -75.145705330147194, 39.933447241857799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23526, "tnode_": 28719, "lpoly_": null, "rpoly_": null, "length": 142.73734408000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1019, "l_t_add": 1099, "r_f_add": 1018, "r_t_add": 1098, "st_code": 87840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342496, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8463, "Shape__Length": 56.879280977690875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147193051856704, 39.934254585163103 ], [ -75.147274975374401, 39.933867861681897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28719, "tnode_": 23605, "lpoly_": null, "rpoly_": null, "length": 76.81429026, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8464, "Shape__Length": 30.609527353578798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147274975374401, 39.933867861681897 ], [ -75.147319062080697, 39.933659745884697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23455, "tnode_": 28718, "lpoly_": null, "rpoly_": null, "length": 335.57492486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 57320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342498, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 8465, "Shape__Length": 133.64601629193581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147637844076598, 39.934806386809797 ], [ -75.147666665259905, 39.934748515842401 ], [ -75.148065387911799, 39.934074074768603 ], [ -75.148135130023803, 39.933968755359402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28718, "tnode_": 23593, "lpoly_": null, "rpoly_": null, "length": 75.92558349, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOYAMENSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 57320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342499, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "E MOYAMENSING AVE", "stname": "E MOYAMENSING AVE", "objectid": 8466, "Shape__Length": 30.233930797102431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148135130023803, 39.933968755359402 ], [ -75.148258093065706, 39.933783065732101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28723, "tnode_": 23570, "lpoly_": null, "rpoly_": null, "length": 64.02081739, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342501, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-24T00:00:00Z", "newsegdate": "2003-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8467, "Shape__Length": 25.511117955894591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149225725039003, 39.934086606254297 ], [ -75.149265579995401, 39.9339135598293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23145, "tnode_": 23538, "lpoly_": null, "rpoly_": null, "length": 971.85549119000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 1099, "r_f_add": 900, "r_t_add": 1098, "st_code": 87880, "l_hundred": 900, "r_hundred": 900, "seg_id": 342502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-12-02T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 8468, "Shape__Length": 387.27993606852823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150230876136007, 39.936930362994097 ], [ -75.150287796854599, 39.936670661778699 ], [ -75.150461036521307, 39.935880237882998 ], [ -75.1505215044821, 39.935604343654497 ], [ -75.150807440163106, 39.934299675258302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23100, "tnode_": 23188, "lpoly_": null, "rpoly_": null, "length": 250.21949331000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 923, "r_f_add": 900, "r_t_add": 922, "st_code": 87900, "l_hundred": 900, "r_hundred": 900, "seg_id": 342503, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-25T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8469, "Shape__Length": 99.712256901701721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151760979929094, 39.937340779956401 ], [ -75.151820256423505, 39.937083179495701 ], [ -75.151916614774194, 39.936664424609397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23188, "tnode_": 23295, "lpoly_": null, "rpoly_": null, "length": 252.12759861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 925, "l_t_add": 999, "r_f_add": 924, "r_t_add": 998, "st_code": 87900, "l_hundred": 900, "r_hundred": 900, "seg_id": 342504, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-25T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8470, "Shape__Length": 100.47204048201681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151916614774194, 39.936664424609397 ], [ -75.151973230911395, 39.936414046773798 ], [ -75.152019835676995, 39.936207943525801 ], [ -75.152070799916402, 39.9359825553679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23295, "tnode_": 23486, "lpoly_": null, "rpoly_": null, "length": 463.92114016000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 87900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342505, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-25T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 8471, "Shape__Length": 184.87028811079855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152070799916402, 39.9359825553679 ], [ -75.152105762630796, 39.935820731213298 ], [ -75.152145706586296, 39.935635851050797 ], [ -75.152277556422007, 39.935025570814702 ], [ -75.152342215424497, 39.934726289250101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23409, "tnode_": 28723, "lpoly_": null, "rpoly_": null, "length": 395.93653925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 87860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 342506, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-28T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8472, "Shape__Length": 157.77485856021369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148979239546705, 39.935156811248902 ], [ -75.149100197363296, 39.934631634437103 ], [ -75.149151091545804, 39.934410655386301 ], [ -75.149225725039003, 39.934086606254297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23173, "tnode_": 23145, "lpoly_": null, "rpoly_": null, "length": 268.28690479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 326, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 23060, "l_hundred": 300, "r_hundred": 300, "seg_id": 342507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-07-25T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8473, "Shape__Length": 106.5541053700092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1493343036976, 39.936673336731701 ], [ -75.149934338874701, 39.936844435524101 ], [ -75.149938895343595, 39.936845756101803 ], [ -75.150230876136007, 39.936930362994097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23538, "tnode_": 23486, "lpoly_": null, "rpoly_": null, "length": 457.59549352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 81560, "l_hundred": 400, "r_hundred": 400, "seg_id": 342509, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-07-25T00:00:00Z", "newsegdate": "2003-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8474, "Shape__Length": 181.73003751200841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150807440163106, 39.934299675258302 ], [ -75.151672222754996, 39.934540057442803 ], [ -75.152342215424497, 39.934726289250101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22479, "tnode_": 28725, "lpoly_": null, "rpoly_": null, "length": 282.47369333999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 51490, "l_hundred": 0, "r_hundred": 0, "seg_id": 342510, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-08-13T00:00:00Z", "newsegdate": "2003-08-13T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD CIR", "stname": "LOMBARD CIR", "objectid": 8475, "Shape__Length": 112.18731542890121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142379110766399, 39.941594792191196 ], [ -75.1416706035765, 39.941576061870201 ], [ -75.141604424789406, 39.941528761450897 ], [ -75.141545232697197, 39.941520873868903 ], [ -75.141494280593307, 39.9415197150865 ], [ -75.141450065335803, 39.941564504913501 ], [ -75.141432579499707, 39.9415771909893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28876, "tnode_": 22073, "lpoly_": null, "rpoly_": null, "length": 162.64467413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADDISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 11320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 342512, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-29T00:00:00Z", "newsegdate": "2004-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ADDISON ST", "stname": "ADDISON ST", "objectid": 8476, "Shape__Length": 64.57940763840719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163519399159796, 39.944740122268897 ], [ -75.164092279609093, 39.944810199546097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28938, "tnode_": 28944, "lpoly_": null, "rpoly_": null, "length": 245.95551918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIFFLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 17, "st_code": 55960, "l_hundred": 0, "r_hundred": 0, "seg_id": 342514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-31T00:00:00Z", "newsegdate": "2005-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MIFFLIN ST", "stname": "MIFFLIN ST", "objectid": 8477, "Shape__Length": 97.629117132273876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143214529073703, 39.923408375037397 ], [ -75.144079373776606, 39.923520045483301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28614, "tnode_": 28938, "lpoly_": null, "rpoly_": null, "length": 251.34535927000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 23055, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342515, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-31T00:00:00Z", "newsegdate": "2005-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8478, "Shape__Length": 100.07734787157446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143608113368998, 39.924028241771303 ], [ -75.143214529073703, 39.923408375037397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28938, "tnode_": 24856, "lpoly_": null, "rpoly_": null, "length": 158.72513999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1850, "r_t_add": 1898, "st_code": 23055, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342516, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-31T00:00:00Z", "newsegdate": "2005-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8479, "Shape__Length": 63.198596317651408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143214529073703, 39.923408375037397 ], [ -75.142965983918302, 39.923016926968501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23792, "tnode_": 23761, "lpoly_": null, "rpoly_": null, "length": 449.08630290999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TITAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 77460, "l_hundred": 400, "r_hundred": 400, "seg_id": 342517, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-03-23T00:00:00Z", "newsegdate": "2005-03-23T00:00:00Z", "multi_rep": 0, "streetlabe": "TITAN ST", "stname": "TITAN ST", "objectid": 8480, "Shape__Length": 178.29626716677296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239501843804, 39.932386766271499 ], [ -75.152751612550503, 39.932585141898102 ], [ -75.152801701229905, 39.932619930276502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23841, "tnode_": 23821, "lpoly_": null, "rpoly_": null, "length": 450.34445377000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHARTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 82740, "l_hundred": 400, "r_hundred": 400, "seg_id": 342518, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-03-23T00:00:00Z", "newsegdate": "2005-03-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WHARTON ST", "stname": "WHARTON ST", "objectid": 8481, "Shape__Length": 178.78094304188733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151312145187902, 39.932016953164997 ], [ -75.151857208714702, 39.932085524155603 ], [ -75.152361463324496, 39.932151968011603 ], [ -75.152896654707206, 39.932217737986903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21951, "tnode_": 22004, "lpoly_": null, "rpoly_": null, "length": 114.60984381, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 339, "l_t_add": 399, "r_f_add": 336, "r_t_add": 398, "st_code": 88060, "l_hundred": 300, "r_hundred": 300, "seg_id": 342519, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-06-28T00:00:00Z", "newsegdate": "2005-06-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 8482, "Shape__Length": 45.677652908853446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162869251375596, 39.9456187910681 ], [ -75.162887330859903, 39.945547261661702 ], [ -75.162939874618999, 39.945308920443402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22062, "tnode_": 29001, "lpoly_": null, "rpoly_": null, "length": 184.17458784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWRENCE", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 314, "st_code": 49655, "l_hundred": 300, "r_hundred": 300, "seg_id": 342520, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWRENCE CT", "stname": "LAWRENCE CT", "objectid": 8483, "Shape__Length": 73.392127840265928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149306307302993, 39.944567899573698 ], [ -75.149359899095401, 39.944628673067598 ], [ -75.149278504431507, 39.945056239741803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22228, "tnode_": 29026, "lpoly_": null, "rpoly_": null, "length": 158.44349068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 815, "st_code": 51520, "l_hundred": 800, "r_hundred": 800, "seg_id": 342521, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-05-11T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8484, "Shape__Length": 62.910558484829501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155270047686699, 39.9434243898395 ], [ -75.155827566472297, 39.943495283985499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29026, "tnode_": 22212, "lpoly_": null, "rpoly_": null, "length": 288.85423448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 812, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 51520, "l_hundred": 800, "r_hundred": 800, "seg_id": 342522, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-05-11T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD ST", "stname": "LOMBARD ST", "objectid": 8485, "Shape__Length": 114.69078130981899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155827566472297, 39.943495283985499 ], [ -75.156843967631502, 39.943624521963301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29026, "tnode_": 29027, "lpoly_": null, "rpoly_": null, "length": 201.158537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMBARD", "st_type": "MEWS", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 51495, "l_hundred": 0, "r_hundred": 0, "seg_id": 342523, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-05-11T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LOMBARD MEWS", "stname": "LOMBARD MEWS", "objectid": 8486, "Shape__Length": 80.152561916752177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155827566472297, 39.943495283985499 ], [ -75.1558769465273, 39.943198759089199 ], [ -75.155933973746102, 39.943168861876103 ], [ -75.155970877100799, 39.942970742483901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29028, "tnode_": 29029, "lpoly_": null, "rpoly_": null, "length": 181.19852244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEAD HOUSE", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 41475, "l_hundred": 200, "r_hundred": 200, "seg_id": 342524, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-08-06T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HEAD HOUSE CT", "stname": "HEAD HOUSE CT", "objectid": 8487, "Shape__Length": 71.942993438162489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146207558793506, 39.940774660743799 ], [ -75.146844817020806, 39.940857142297702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22532, "tnode_": 29029, "lpoly_": null, "rpoly_": null, "length": 170.78177826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 618, "st_code": 12460, "l_hundred": 600, "r_hundred": 600, "seg_id": 342527, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-05-11T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8488, "Shape__Length": 68.0614513341459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146745292289793, 39.941319658379797 ], [ -75.146844817020806, 39.940857142297702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29029, "tnode_": 22666, "lpoly_": null, "rpoly_": null, "length": 153.46592036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 619, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 12460, "l_hundred": 600, "r_hundred": 600, "seg_id": 342528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-05-11T00:00:00Z", "newsegdate": "2006-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S AMERICAN ST", "stname": "S AMERICAN ST", "objectid": 8489, "Shape__Length": 61.160191903256262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146844817020806, 39.940857142297702 ], [ -75.146934249688002, 39.9404415214482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29030, "tnode_": 29031, "lpoly_": null, "rpoly_": null, "length": 88.02296519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 16440, "l_hundred": 0, "r_hundred": 0, "seg_id": 342529, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2006-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 8490, "Shape__Length": 34.950590513659066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143277279138402, 39.935713327618799 ], [ -75.143581509228099, 39.935772814999702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29031, "tnode_": 29032, "lpoly_": null, "rpoly_": null, "length": 292.83831816000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDEPENDENCE", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 801, "l_t_add": 849, "r_f_add": 800, "r_t_add": 848, "st_code": 44812, "l_hundred": 800, "r_hundred": 800, "seg_id": 342530, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2006-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "INDEPENDENCE CT", "stname": "INDEPENDENCE CT", "objectid": 8491, "Shape__Length": 116.64265350909386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143581509228099, 39.935772814999702 ], [ -75.143580530338397, 39.936143366324103 ], [ -75.143673991137106, 39.936157551405003 ], [ -75.143836892600703, 39.9358201035799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29112, "tnode_": 29046, "lpoly_": null, "rpoly_": null, "length": 244.08449521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 35340, "l_hundred": 300, "r_hundred": 300, "seg_id": 342533, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-07T00:00:00Z", "newsegdate": "2006-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 8492, "Shape__Length": 96.913379319500649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148259626313703, 39.9384540856623 ], [ -75.149111764254499, 39.938590779189703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29046, "tnode_": 29047, "lpoly_": null, "rpoly_": null, "length": 69.00464929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 40410, "l_hundred": 0, "r_hundred": 0, "seg_id": 342534, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-11-10T00:00:00Z", "newsegdate": "2006-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HANSON SQ", "stname": "HANSON SQ", "objectid": 8493, "Shape__Length": 27.464773548815636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149111764254499, 39.938590779189703 ], [ -75.149116730882994, 39.938591325210702 ], [ -75.1491661128495, 39.938621893121898 ], [ -75.1492025542438, 39.938633851607598 ], [ -75.149169087558604, 39.938736974120999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29046, "tnode_": 22921, "lpoly_": null, "rpoly_": null, "length": 265.30789813000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 35340, "l_hundred": 300, "r_hundred": 300, "seg_id": 342535, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-07T00:00:00Z", "newsegdate": "2006-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 8494, "Shape__Length": 105.4310774564231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149111764254499, 39.938590779189703 ], [ -75.1491619188036, 39.938428413655103 ], [ -75.149870695866497, 39.938560727770401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29084, "tnode_": 29085, "lpoly_": null, "rpoly_": null, "length": 124.59748701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 66450, "l_hundred": 0, "r_hundred": 0, "seg_id": 342536, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN CT", "stname": "QUEEN CT", "objectid": 8495, "Shape__Length": 49.469871918976082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145928782114794, 39.939990229713203 ], [ -75.146366616632207, 39.940048561832803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22679, "tnode_": 29084, "lpoly_": null, "rpoly_": null, "length": 118.48082866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 709, "r_f_add": 700, "r_t_add": 708, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 342537, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8496, "Shape__Length": 47.216050315952707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145851093919603, 39.9403099297596 ], [ -75.145923466678795, 39.940012102976503 ], [ -75.145928782114794, 39.939990229713203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29084, "tnode_": 22740, "lpoly_": null, "rpoly_": null, "length": 64.4410617, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 711, "l_t_add": 715, "r_f_add": 710, "r_t_add": 714, "st_code": 87840, "l_hundred": 700, "r_hundred": 700, "seg_id": 342538, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8497, "Shape__Length": 25.680453822533892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145928782114794, 39.939990229713203 ], [ -75.145971036130902, 39.939816346639802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29117, "tnode_": 23933, "lpoly_": null, "rpoly_": null, "length": 4837.6996152499996, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1884, "l_t_add": 1976, "r_f_add": 1885, "r_t_add": 1977, "st_code": 1050, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342539, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 8498, "Shape__Length": 1927.4389780828594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147837719048894, 39.914660433041497 ], [ -75.147703417981305, 39.915178562881501 ], [ -75.147611984864895, 39.915600115600199 ], [ -75.147493441045299, 39.916328463543103 ], [ -75.147493215617402, 39.916337194734602 ], [ -75.147476095177794, 39.916701514560003 ], [ -75.147485106838403, 39.916792617808703 ], [ -75.1475273457105, 39.917219640091901 ], [ -75.147590909658902, 39.917622489010903 ], [ -75.147802021309701, 39.918916645438003 ], [ -75.147966038422496, 39.919996866162201 ], [ -75.147966005615203, 39.920410435290499 ], [ -75.147877057249602, 39.921031826453103 ], [ -75.147667436332995, 39.922019285148899 ], [ -75.147453365788806, 39.922959646195203 ], [ -75.147233590203598, 39.923942457961097 ], [ -75.146722021156904, 39.926353268794799 ], [ -75.146721299661607, 39.926356584394703 ], [ -75.146364899383499, 39.927792902385697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25916, "tnode_": 24913, "lpoly_": null, "rpoly_": null, "length": 3423.8834956600003, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 1874, "l_t_add": 1938, "r_f_add": 1875, "r_t_add": 1939, "st_code": 1060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 342540, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 8499, "Shape__Length": 1364.0849628789103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148488038920405, 39.913276647885297 ], [ -75.148363965649594, 39.9138060749574 ], [ -75.148363803380406, 39.913806676761702 ], [ -75.147995327615604, 39.915178520549198 ], [ -75.147995113196401, 39.915179322998398 ], [ -75.147790903909495, 39.9158870136404 ], [ -75.147724582802795, 39.916502267729904 ], [ -75.147743910577901, 39.916782683623701 ], [ -75.147777079164996, 39.917263930642797 ], [ -75.147865474258197, 39.917798865088599 ], [ -75.148059859787594, 39.918917036685301 ], [ -75.148161508740898, 39.919512150758202 ], [ -75.148226247813696, 39.920157325884396 ], [ -75.148218111413598, 39.920471508613403 ], [ -75.148046541027398, 39.921546947432901 ], [ -75.147962632115494, 39.921944372531598 ], [ -75.147840365534407, 39.922575905471902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29104, "tnode_": 29105, "lpoly_": null, "rpoly_": null, "length": 110.89102901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAVERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81860, "l_hundred": 600, "r_hundred": 600, "seg_id": 342543, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 0, "streetlabe": "WAVERLY ST", "stname": "WAVERLY ST", "objectid": 8500, "Shape__Length": 44.029317163613925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151979661963296, 39.943682765970003 ], [ -75.152370459582698, 39.943729495090302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22164, "tnode_": 29104, "lpoly_": null, "rpoly_": null, "length": 92.90053395, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 404, "st_code": 87920, "l_hundred": 400, "r_hundred": 400, "seg_id": 342544, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8501, "Shape__Length": 37.024479753428089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151921983266604, 39.943933895621697 ], [ -75.151979661963296, 39.943682765970003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29104, "tnode_": 22219, "lpoly_": null, "rpoly_": null, "length": 80.7755443, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 407, "l_t_add": 417, "r_f_add": 406, "r_t_add": 416, "st_code": 87920, "l_hundred": 400, "r_hundred": 400, "seg_id": 342545, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8502, "Shape__Length": 32.19213720208306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151979661963296, 39.943682765970003 ], [ -75.152025507419793, 39.943483150802003 ], [ -75.152029485515996, 39.9434643699405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22867, "tnode_": 29112, "lpoly_": null, "rpoly_": null, "length": 167.98534503, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 767, "l_t_add": 777, "r_f_add": 750, "r_t_add": 758, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342546, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": "2006-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8503, "Shape__Length": 66.944488651949555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148160688438793, 39.938908894253899 ], [ -75.148259626313703, 39.9384540856623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29112, "tnode_": 22955, "lpoly_": null, "rpoly_": null, "length": 66.07403606, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 779, "l_t_add": 785, "r_f_add": 760, "r_t_add": 770, "st_code": 87860, "l_hundred": 700, "r_hundred": 700, "seg_id": 342547, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": "2006-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8504, "Shape__Length": 26.3312974699971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148259626313703, 39.9384540856623 ], [ -75.148298541882298, 39.938275194861603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22895, "tnode_": 29121, "lpoly_": null, "rpoly_": null, "length": 120.28567677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 909, "r_f_add": 900, "r_t_add": 908, "st_code": 87980, "l_hundred": 900, "r_hundred": 900, "seg_id": 342548, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-10-05T00:00:00Z", "newsegdate": "2006-10-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 8505, "Shape__Length": 47.935760451232376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157850490231198, 39.938991227890398 ], [ -75.157920308993894, 39.938665431588397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29121, "tnode_": 22969, "lpoly_": null, "rpoly_": null, "length": 111.38720172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 911, "l_t_add": 921, "r_f_add": 910, "r_t_add": 918, "st_code": 87980, "l_hundred": 900, "r_hundred": 900, "seg_id": 342549, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": "2006-10-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 8506, "Shape__Length": 44.389372917093482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157920308993894, 39.938665431588397 ], [ -75.157984962446207, 39.9383637369965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29121, "tnode_": 29122, "lpoly_": null, "rpoly_": null, "length": 105.17527593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 70800, "l_hundred": 900, "r_hundred": 900, "seg_id": 342550, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-05T00:00:00Z", "newsegdate": "2006-10-05T00:00:00Z", "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 8507, "Shape__Length": 41.756607070536496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157920308993894, 39.938665431588397 ], [ -75.158291148873602, 39.938708684253101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29163, "tnode_": 29164, "lpoly_": null, "rpoly_": null, "length": 83.360739169999988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 40360, "l_hundred": 500, "r_hundred": 500, "seg_id": 342551, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2007-01-21T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 8508, "Shape__Length": 33.221889825911184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144844933147695, 39.941709363887597 ], [ -75.144893576011597, 39.941483612024903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22474, "tnode_": 29163, "lpoly_": null, "rpoly_": null, "length": 259.80089370999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 59060, "l_hundred": 100, "r_hundred": 100, "seg_id": 342552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 8509, "Shape__Length": 103.15327462981186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143932101815906, 39.941587163388 ], [ -75.144844933147695, 39.941709363887597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29163, "tnode_": 22448, "lpoly_": null, "rpoly_": null, "length": 162.69010199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUDAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 59060, "l_hundred": 100, "r_hundred": 100, "seg_id": 342553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "NAUDAIN ST", "stname": "NAUDAIN ST", "objectid": 8510, "Shape__Length": 64.595778796063001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144844933147695, 39.941709363887597 ], [ -75.145416559769501, 39.941785882588803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29188, "tnode_": 29189, "lpoly_": null, "rpoly_": null, "length": 247.31453843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMONS", "st_type": "DR", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1045, "l_hundred": 0, "r_hundred": 0, "seg_id": 342554, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-04-11T00:00:00Z", "newsegdate": "2007-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COMMONS DR", "stname": "COMMONS DR", "objectid": 8511, "Shape__Length": 98.214830958884235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140138397743598, 39.918858543930597 ], [ -75.140944742418398, 39.918583909364202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25171, "tnode_": 29188, "lpoly_": null, "rpoly_": null, "length": 771.0759622600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2101, "l_t_add": 2299, "r_f_add": 2100, "r_t_add": 2298, "st_code": 23055, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 342555, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-11T00:00:00Z", "newsegdate": "2007-04-11T00:00:00Z", "multi_rep": 1, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8512, "Shape__Length": 306.9860935738148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141379128053202, 39.920747386652003 ], [ -75.140573714700693, 39.919526223706598 ], [ -75.140138397743598, 39.918858543930597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29188, "tnode_": 25951, "lpoly_": null, "rpoly_": null, "length": 2478.0335668100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19148, "zip_right": 19148, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2698, "st_code": 23055, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 342556, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-11T00:00:00Z", "newsegdate": "2007-04-11T00:00:00Z", "multi_rep": 1, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 8513, "Shape__Length": 986.81944610381697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140138397743598, 39.918858543930597 ], [ -75.139832066116497, 39.918388692978503 ], [ -75.138904252942893, 39.916987294400897 ], [ -75.1385329074444, 39.9164145351169 ], [ -75.138412480030297, 39.916259744162602 ], [ -75.138270713389403, 39.9160436478086 ], [ -75.1379955399876, 39.915599480231499 ], [ -75.137900657158795, 39.915396614392698 ], [ -75.137831316700598, 39.915145675971701 ], [ -75.137784016212393, 39.9149378121826 ], [ -75.137785231001004, 39.914700645068599 ], [ -75.137830991375495, 39.9145374758942 ], [ -75.138115354219906, 39.913303240613999 ], [ -75.138155790933993, 39.913073048075297 ], [ -75.138198092562106, 39.9127942435778 ], [ -75.1382662219157, 39.912503800542503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23173, "tnode_": 23290, "lpoly_": null, "rpoly_": null, "length": 252.48689097, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 61600, "l_hundred": 900, "r_hundred": 900, "seg_id": 342557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-06-28T00:00:00Z", "newsegdate": "2007-06-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S ORIANNA ST", "stname": "S ORIANNA ST", "objectid": 8514, "Shape__Length": 100.58058671232985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1493343036976, 39.936673336731701 ], [ -75.149642077718099, 39.936021979009702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23623, "tnode_": 23786, "lpoly_": null, "rpoly_": null, "length": 449.32890698999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 53880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2007-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S MARSHALL ST", "stname": "S MARSHALL ST", "objectid": 8515, "Shape__Length": 179.04769708931255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154681774986102, 39.933718106883703 ], [ -75.154797592573402, 39.933208065744701 ], [ -75.154956776472801, 39.9325029458047 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22668, "tnode_": 29289, "lpoly_": null, "rpoly_": null, "length": 242.2920103, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 735, "l_t_add": 757, "r_f_add": 736, "r_t_add": 754, "st_code": 27380, "l_hundred": 700, "r_hundred": 700, "seg_id": 342560, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-07T00:00:00Z", "newsegdate": "2008-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8516, "Shape__Length": 96.558083542614824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156733799575207, 39.940681704197601 ], [ -75.156883218027005, 39.940026601741501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29289, "tnode_": 22800, "lpoly_": null, "rpoly_": null, "length": 133.39613562, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 759, "l_t_add": 799, "r_f_add": 756, "r_t_add": 798, "st_code": 27380, "l_hundred": 700, "r_hundred": 700, "seg_id": 342561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-07T00:00:00Z", "newsegdate": "2008-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 8517, "Shape__Length": 53.153574452243184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156883218027005, 39.940026601741501 ], [ -75.156956037869193, 39.9397109291249 ], [ -75.156988100874997, 39.939672611073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29289, "tnode_": 29290, "lpoly_": null, "rpoly_": null, "length": 85.82343106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 50760, "l_hundred": 0, "r_hundred": 0, "seg_id": 342562, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-06-16T00:00:00Z", "newsegdate": "2008-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN AVE", "stname": "LINCOLN AVE", "objectid": 8518, "Shape__Length": 34.074880098518555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156883218027005, 39.940026601741501 ], [ -75.157185090007502, 39.940065473815501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22639, "tnode_": 29491, "lpoly_": null, "rpoly_": null, "length": 82.78862215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 711, "l_t_add": 799, "r_f_add": 710, "r_t_add": 798, "st_code": 33260, "l_hundred": 700, "r_hundred": 700, "seg_id": 342563, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "2008-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "S FAIRHILL ST", "stname": "S FAIRHILL ST", "objectid": 8519, "Shape__Length": 32.992593145606072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152158681287105, 39.940769691411298 ], [ -75.152212492878903, 39.940546232746598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29491, "tnode_": 22733, "lpoly_": null, "rpoly_": null, "length": 245.42007503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABBOTTS", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 11040, "l_hundred": 700, "r_hundred": 700, "seg_id": 342564, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": "2008-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "ABBOTTS CT", "stname": "ABBOTTS CT", "objectid": 8520, "Shape__Length": 97.74640993645734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152212492878903, 39.940546232746598 ], [ -75.152284017831903, 39.940554766265201 ], [ -75.152387219936799, 39.940157510233803 ], [ -75.152444544703002, 39.940161574655797 ], [ -75.152491560032104, 39.939996943644999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29031, "tnode_": 29032, "lpoly_": null, "rpoly_": null, "length": 73.65856877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 16440, "l_hundred": 0, "r_hundred": 0, "seg_id": 342565, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BECK ST", "stname": "BECK ST", "objectid": 8521, "Shape__Length": 29.246368490374813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143581509228099, 39.935772814999702 ], [ -75.143836892600703, 39.9358201035799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29032, "tnode_": 29031, "lpoly_": null, "rpoly_": null, "length": 407.49359018999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDEPENDENCE", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 851, "l_t_add": 899, "r_f_add": 850, "r_t_add": 898, "st_code": 44812, "l_hundred": 800, "r_hundred": 800, "seg_id": 342566, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "INDEPENDENCE CT", "stname": "INDEPENDENCE CT", "objectid": 8522, "Shape__Length": 162.20474041038267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143836892600703, 39.9358201035799 ], [ -75.143998083391395, 39.935468832841202 ], [ -75.143583602250104, 39.935362926909796 ], [ -75.143581509228099, 39.935772814999702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23206, "tnode_": 29532, "lpoly_": null, "rpoly_": null, "length": 93.09411873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 827, "l_t_add": 827, "r_f_add": 826, "r_t_add": 826, "st_code": 75780, "l_hundred": 800, "r_hundred": 800, "seg_id": 342567, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-11-19T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8523, "Shape__Length": 37.101918898091377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143267662748897, 39.936329202391903 ], [ -75.143271652645495, 39.936073665667699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29030, "tnode_": 29533, "lpoly_": null, "rpoly_": null, "length": 142.59469047000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 841, "l_t_add": 849, "r_f_add": 840, "r_t_add": 848, "st_code": 75780, "l_hundred": 800, "r_hundred": 800, "seg_id": 342568, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8524, "Shape__Length": 56.82931626057475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143277279138402, 39.935713327618799 ], [ -75.143277415435904, 39.935704586289198 ], [ -75.143286196881803, 39.935491411942003 ], [ -75.143287398459407, 39.935321997385998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29532, "tnode_": 29030, "lpoly_": null, "rpoly_": null, "length": 131.27409873, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 829, "l_t_add": 839, "r_f_add": 828, "r_t_add": 838, "st_code": 75780, "l_hundred": 800, "r_hundred": 800, "seg_id": 342569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8525, "Shape__Length": 52.318010439047747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143271652645495, 39.936073665667699 ], [ -75.143277279138402, 39.935713327618799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29533, "tnode_": 23404, "lpoly_": null, "rpoly_": null, "length": 101.24629121, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 851, "l_t_add": 899, "r_f_add": 850, "r_t_add": 898, "st_code": 75780, "l_hundred": 800, "r_hundred": 800, "seg_id": 342570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8526, "Shape__Length": 40.350320751019346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143287398459407, 39.935321997385998 ], [ -75.143289368971296, 39.9350440675897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29533, "tnode_": 29532, "lpoly_": null, "rpoly_": null, "length": 429.23047604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD SWEDES", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 1121, "l_hundred": 0, "r_hundred": 0, "seg_id": 342571, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": "2009-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD SWEDES CT", "stname": "OLD SWEDES CT", "objectid": 8527, "Shape__Length": 170.80555155686619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143287398459407, 39.935321997385998 ], [ -75.143095885636797, 39.935281138438299 ], [ -75.143059680228802, 39.935376032024401 ], [ -75.142977896938106, 39.935424309487502 ], [ -75.142950304133507, 39.935526234886296 ], [ -75.142959340287305, 39.935599367298401 ], [ -75.1429545601749, 39.935685625297801 ], [ -75.142966163638306, 39.935704890741803 ], [ -75.142943792964203, 39.936004667055997 ], [ -75.143271652645495, 39.936073665667699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22545, "tnode_": 22679, "lpoly_": null, "rpoly_": null, "length": 324.75300367, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 87840, "l_hundred": 600, "r_hundred": 600, "seg_id": 342572, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2010-09-03T00:00:00Z", "newsegdate": "2010-09-03T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 8528, "Shape__Length": 129.42387804268026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145669675465996, 39.941190412370297 ], [ -75.145679389334504, 39.941142257961403 ], [ -75.145765330620506, 39.940725663862899 ], [ -75.145851093919603, 39.9403099297596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29608, "tnode_": 26881, "lpoly_": null, "rpoly_": null, "length": 334.50315223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2078, "l_t_add": 2080, "r_f_add": 2079, "r_t_add": 2081, "st_code": 1060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 342573, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 8529, "Shape__Length": 133.30889931866136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143351006449095, 39.9418813271595 ], [ -75.143242296222994, 39.942538849422299 ], [ -75.143152748208493, 39.942784801828097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24913, "tnode_": 29608, "lpoly_": null, "rpoly_": null, "length": 7148.9814398599992, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1940, "l_t_add": 2076, "r_f_add": 1941, "r_t_add": 2077, "st_code": 1060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342574, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 8530, "Shape__Length": 2848.6441213886592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147840365534407, 39.922575905471902 ], [ -75.147756822667105, 39.922777325999597 ], [ -75.147702256026804, 39.922967790822 ], [ -75.147503703272605, 39.9238732661128 ], [ -75.147074525085202, 39.925780553252501 ], [ -75.146795802265004, 39.927050627358803 ], [ -75.146445256286199, 39.928632104339798 ], [ -75.146057348229604, 39.9303656086472 ], [ -75.145917643651401, 39.930998343562997 ], [ -75.145561542660403, 39.9326111057742 ], [ -75.145381002104699, 39.9334563217678 ], [ -75.145116590139907, 39.934598107955502 ], [ -75.144861080684805, 39.935589644109598 ], [ -75.144527119110705, 39.936540714899003 ], [ -75.144109149014696, 39.937853584759999 ], [ -75.143873348395402, 39.938823728081502 ], [ -75.143761157543594, 39.939529752000503 ], [ -75.143668083331093, 39.939983841006097 ], [ -75.143351006449095, 39.9418813271595 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29609, "tnode_": 29119, "lpoly_": null, "rpoly_": null, "length": 215.28065402, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2076, "l_t_add": 2078, "r_f_add": 2077, "r_t_add": 2079, "st_code": 1050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 342575, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 8531, "Shape__Length": 85.804693189554925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143025950913398, 39.941841726858499 ], [ -75.142997040338102, 39.942191374828703 ], [ -75.143013218656506, 39.942431669632199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23933, "tnode_": 29609, "lpoly_": null, "rpoly_": null, "length": 5214.0196771599994, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1978, "l_t_add": 2074, "r_f_add": 1979, "r_t_add": 2075, "st_code": 1050, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 342576, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 8532, "Shape__Length": 2077.6670135390668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146364899383499, 39.927792902385697 ], [ -75.146304634643798, 39.928135301938298 ], [ -75.145736549133204, 39.930676210862003 ], [ -75.145671248095496, 39.930970968702503 ], [ -75.145065751798896, 39.933703956220903 ], [ -75.144688911154304, 39.935311524898303 ], [ -75.144591327100002, 39.935636901811698 ], [ -75.144344729800196, 39.9363956846354 ], [ -75.144028907293404, 39.937315478254703 ], [ -75.143724945832901, 39.938075777672701 ], [ -75.143442030215795, 39.9388090726369 ], [ -75.143318586210697, 39.939150847068099 ], [ -75.143245816209998, 39.939486493768896 ], [ -75.143126325552203, 39.940629142893599 ], [ -75.143025950913398, 39.941841726858499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23091, "tnode_": 29690, "lpoly_": null, "rpoly_": null, "length": 228.574879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 310, "l_t_add": 334, "r_f_add": 305, "r_t_add": 333, "st_code": 66460, "l_hundred": 300, "r_hundred": 300, "seg_id": 342577, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8533, "Shape__Length": 90.756709351717745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148938445149199, 39.937358785598803 ], [ -75.149733111608398, 39.937498470143503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29690, "tnode_": 23063, "lpoly_": null, "rpoly_": null, "length": 101.35241864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 336, "l_t_add": 398, "r_f_add": 335, "r_t_add": 399, "st_code": 66460, "l_hundred": 300, "r_hundred": 300, "seg_id": 342578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 8534, "Shape__Length": 40.242504305972481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149733111608398, 39.937498470143503 ], [ -75.150085475730506, 39.937560406219603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29690, "tnode_": 29689, "lpoly_": null, "rpoly_": null, "length": 143.83297727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEENS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 0, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 66520, "l_hundred": 0, "r_hundred": 0, "seg_id": 342579, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEENS AVE", "stname": "QUEENS AVE", "objectid": 8535, "Shape__Length": 57.317792082396892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149733111608398, 39.937498470143503 ], [ -75.149821131900595, 39.937109487518498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29702, "tnode_": 29703, "lpoly_": null, "rpoly_": null, "length": 163.87784796, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 951, "r_f_add": 900, "r_t_add": 950, "st_code": 75780, "l_hundred": 900, "r_hundred": 900, "seg_id": 342580, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-04-05T00:00:00Z", "newsegdate": "2011-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SWANSON ST", "stname": "S SWANSON ST", "objectid": 8536, "Shape__Length": 65.293856894470025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143840937899697, 39.935191998833801 ], [ -75.143991821608395, 39.934759222561198 ], [ -75.143991889576, 39.934757449991899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29702, "tnode_": 23364, "lpoly_": null, "rpoly_": null, "length": 154.98891771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 14, "l_t_add": 64, "r_f_add": 9, "r_t_add": 63, "st_code": 23060, "l_hundred": 0, "r_hundred": 0, "seg_id": 342581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": "2011-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8537, "Shape__Length": 61.551433188754935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143840937899697, 39.935191998833801 ], [ -75.144362858734695, 39.935331975314199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23404, "tnode_": 29702, "lpoly_": null, "rpoly_": null, "length": 163.79388061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 4, "l_t_add": 12, "r_f_add": 5, "r_t_add": 7, "st_code": 23060, "l_hundred": 0, "r_hundred": 0, "seg_id": 342582, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": "2011-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CHRISTIAN ST", "stname": "CHRISTIAN ST", "objectid": 8538, "Shape__Length": 65.048050357489203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143289368971296, 39.9350440675897 ], [ -75.143840937899697, 39.935191998833801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29715, "tnode_": 22924, "lpoly_": null, "rpoly_": null, "length": 121.66245497, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 797, "l_t_add": 799, "r_f_add": 796, "r_t_add": 798, "st_code": 67840, "l_hundred": 700, "r_hundred": 700, "seg_id": 342583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S REESE ST", "stname": "S REESE ST", "objectid": 8539, "Shape__Length": 48.4490581496853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151799751078002, 39.938887455073001 ], [ -75.151879653526606, 39.938627424136001 ], [ -75.151959323482103, 39.938601013435701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29861, "tnode_": 22906, "lpoly_": null, "rpoly_": null, "length": 101.33521844000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 779, "l_t_add": 799, "r_f_add": 780, "r_t_add": 798, "st_code": 87920, "l_hundred": 700, "r_hundred": 700, "seg_id": 342584, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8540, "Shape__Length": 40.382318119473041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152999144012199, 39.939045421544002 ], [ -75.153067213902105, 39.938772222949602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29861, "tnode_": 29862, "lpoly_": null, "rpoly_": null, "length": 94.77177497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 682, "l_t_add": 698, "r_f_add": 683, "r_t_add": 699, "st_code": 35340, "l_hundred": 600, "r_hundred": 600, "seg_id": 342585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-10-16T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FULTON ST", "stname": "FULTON ST", "objectid": 8541, "Shape__Length": 37.627618501249685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152999144012199, 39.939045421544002 ], [ -75.153288469819401, 39.939083320742199 ], [ -75.153331936521298, 39.939090619198801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22848, "tnode_": 29861, "lpoly_": null, "rpoly_": null, "length": 58.50153712, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 777, "l_t_add": 777, "r_f_add": 778, "r_t_add": 778, "st_code": 87920, "l_hundred": 700, "r_hundred": 700, "seg_id": 342586, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 8542, "Shape__Length": 23.313070642071398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152959846201099, 39.939203140953197 ], [ -75.152999144012199, 39.939045421544002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29872, "tnode_": 23461, "lpoly_": null, "rpoly_": null, "length": 301.57295088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 33740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342587, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 8543, "Shape__Length": 119.73301099565501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162499508637296, 39.934904904745302 ], [ -75.163552122596499, 39.935074422444501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23494, "tnode_": 29872, "lpoly_": null, "rpoly_": null, "length": 165.58704903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDERAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1149, "st_code": 33740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 342588, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FEDERAL ST", "stname": "FEDERAL ST", "objectid": 8544, "Shape__Length": 65.7426267935097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161921543731793, 39.934811822407497 ], [ -75.162499508637296, 39.934904904745302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29872, "tnode_": 29873, "lpoly_": null, "rpoly_": null, "length": 186.04903721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUNNINGHAMS", "st_type": "CT", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 26380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 342589, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2014-07-30T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CUNNINGHAMS CT", "stname": "CUNNINGHAMS CT", "objectid": 8545, "Shape__Length": 74.137840677809578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162499508637296, 39.934904904745302 ], [ -75.162615233800295, 39.934402006291201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23202, "tnode_": 29893, "lpoly_": null, "rpoly_": null, "length": 127.41213891, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 916, "st_code": 87860, "l_hundred": 900, "r_hundred": 900, "seg_id": 342590, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-02-02T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8546, "Shape__Length": 50.773541880520106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148696700867603, 39.9364955620443 ], [ -75.148772500069597, 39.936154322843699 ], [ -75.1487731900081, 39.936150792072603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29893, "tnode_": 23307, "lpoly_": null, "rpoly_": null, "length": 126.96589306, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 917, "l_t_add": 923, "r_f_add": 918, "r_t_add": 922, "st_code": 87860, "l_hundred": 900, "r_hundred": 900, "seg_id": 342591, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-02-02T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 8547, "Shape__Length": 50.596694849374074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487731900081, 39.936150792072603 ], [ -75.148840565537398, 39.935806135225903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29893, "tnode_": 29894, "lpoly_": null, "rpoly_": null, "length": 197.22266906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 70800, "l_hundred": 300, "r_hundred": 300, "seg_id": 342592, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2015-02-02T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SALTER ST", "stname": "SALTER ST", "objectid": 8548, "Shape__Length": 78.322420538784954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487731900081, 39.936150792072603 ], [ -75.149440462632896, 39.936321858914098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23607, "tnode_": 23626, "lpoly_": null, "rpoly_": null, "length": 329.50263338999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 2, "l_t_add": 38, "r_f_add": 0, "r_t_add": 0, "st_code": 81560, "l_hundred": 0, "r_hundred": 0, "seg_id": 342593, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-10-26T00:00:00Z", "newsegdate": "2015-10-26T00:00:00Z", "multi_rep": 2, "streetlabe": "WASHINGTON AVE", "stname": "WASHINGTON AVE", "objectid": 8549, "Shape__Length": 130.81560515673033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143696309319296, 39.9331156946864 ], [ -75.144243020394697, 39.933197559977501 ], [ -75.144849660547905, 39.933288396754001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29946, "tnode_": 24070, "lpoly_": null, "rpoly_": null, "length": 167.18002463000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "SQ", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 476, "l_t_add": 498, "r_f_add": 475, "r_t_add": 499, "st_code": 83170, "l_hundred": 400, "r_hundred": 400, "seg_id": 342595, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WILDER SQ", "stname": "WILDER SQ", "objectid": 8550, "Shape__Length": 66.369424927945929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152762549815904, 39.930151345863003 ], [ -75.153347312675294, 39.930240491976598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29940, "tnode_": 29946, "lpoly_": null, "rpoly_": null, "length": 130.5811914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "SQ", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 450, "l_t_add": 474, "r_f_add": 451, "r_t_add": 473, "st_code": 83170, "l_hundred": 400, "r_hundred": 400, "seg_id": 342596, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WILDER SQ", "stname": "WILDER SQ", "objectid": 8551, "Shape__Length": 51.838760919792172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152304539173102, 39.930086823170498 ], [ -75.152762549815904, 39.930151345863003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24081, "tnode_": 29940, "lpoly_": null, "rpoly_": null, "length": 155.81727342000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDER", "st_type": "SQ", "suf_dir": " ", "zip_left": 19147, "zip_right": 19147, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 83170, "l_hundred": 400, "r_hundred": 400, "seg_id": 342597, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WILDER SQ", "stname": "WILDER SQ", "objectid": 8552, "Shape__Length": 61.857762644973583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151758847634994, 39.930006403015803 ], [ -75.152304539173102, 39.930086823170498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29946, "tnode_": 29944, "lpoly_": null, "rpoly_": null, "length": 120.94698113, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "TER", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 49690, "l_hundred": 0, "r_hundred": 0, "seg_id": 342598, "oneway": " ", "class": 12, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S LAWRENCE TER", "stname": "S LAWRENCE TER", "objectid": 8553, "Shape__Length": 48.193548632468691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152762549815904, 39.930151345863003 ], [ -75.1528294007705, 39.929823344224403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29946, "tnode_": 29943, "lpoly_": null, "rpoly_": null, "length": 235.05973612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LAWRENCE", "st_type": "TER", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 1400, "l_t_add": 1424, "r_f_add": 1401, "r_t_add": 1425, "st_code": 49690, "l_hundred": 0, "r_hundred": 0, "seg_id": 342599, "oneway": " ", "class": 12, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S LAWRENCE TER", "stname": "S LAWRENCE TER", "objectid": 8554, "Shape__Length": 93.662539386911945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152762549815904, 39.930151345863003 ], [ -75.152618760714205, 39.930787048567801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29940, "tnode_": 29942, "lpoly_": null, "rpoly_": null, "length": 235.10388235000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "TER", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 1400, "l_t_add": 1424, "r_f_add": 1401, "r_t_add": 1425, "st_code": 50130, "l_hundred": 0, "r_hundred": 0, "seg_id": 342600, "oneway": " ", "class": 12, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S LEITHGOW TER", "stname": "S LEITHGOW TER", "objectid": 8555, "Shape__Length": 93.683050640488645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152304539173102, 39.930086823170498 ], [ -75.152182235222199, 39.930725307904197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29940, "tnode_": 29945, "lpoly_": null, "rpoly_": null, "length": 117.17347585, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "TER", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 50130, "l_hundred": 0, "r_hundred": 0, "seg_id": 342601, "oneway": " ", "class": 12, "responsibl": "PRIVATE", "update_": "2016-07-14T00:00:00Z", "newsegdate": "2016-07-14T00:00:00Z", "multi_rep": 0, "streetlabe": "S LEITHGOW TER", "stname": "S LEITHGOW TER", "objectid": 8556, "Shape__Length": 46.689363121834084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152304539173102, 39.930086823170498 ], [ -75.1523730257571, 39.929769517869701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30039, "tnode_": 22167, "lpoly_": null, "rpoly_": null, "length": 96.79669682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 209, "l_t_add": 217, "r_f_add": 210, "r_t_add": 216, "st_code": 27980, "l_hundred": 200, "r_hundred": 200, "seg_id": 342602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2021-01-20T14:45:54Z", "newsegdate": "2021-01-20T14:45:54Z", "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8557, "Shape__Length": 38.433971008136936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145553136889603, 39.943723480271899 ], [ -75.145893357802507, 39.943768531685301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22175, "tnode_": 30039, "lpoly_": null, "rpoly_": null, "length": 124.30997714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 207, "st_code": 27980, "l_hundred": 200, "r_hundred": 200, "seg_id": 342603, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2021-01-20T14:45:54Z", "newsegdate": "2021-01-20T14:45:54Z", "multi_rep": 0, "streetlabe": "DELANCEY ST", "stname": "DELANCEY ST", "objectid": 8558, "Shape__Length": 49.358321187239859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145116212769295, 39.943665623067403 ], [ -75.145553136889603, 39.943723480271899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30040, "tnode_": 30039, "lpoly_": null, "rpoly_": null, "length": 94.35582286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELANCEY", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 27970, "l_hundred": 300, "r_hundred": 300, "seg_id": 342604, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2021-01-20T15:25:50Z", "newsegdate": "2021-01-20T15:25:50Z", "multi_rep": null, "streetlabe": "DELANCEY CT", "stname": "DELANCEY CT", "objectid": 8559, "Shape__Length": 37.603058467938688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145485847052896, 39.943977267756203 ], [ -75.145553136889603, 39.943723480271899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16329, "tnode_": 16168, "lpoly_": null, "rpoly_": null, "length": 360.55484028000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 89110, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8560, "Shape__Length": 143.66106354623381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253958932813504, 39.985202723990902 ], [ -75.254233399103299, 39.985558853081002 ], [ -75.254596475042504, 39.986062334856001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16450, "tnode_": 16135, "lpoly_": null, "rpoly_": null, "length": 701.29324610999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 89050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 400003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 8561, "Shape__Length": 279.53654912833321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245757418960807, 39.984282853956998 ], [ -75.245840095372898, 39.984519704958501 ], [ -75.246700161819504, 39.986063834696601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16450, "tnode_": 16326, "lpoly_": null, "rpoly_": null, "length": 534.27413545000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 48900, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8562, "Shape__Length": 212.47924878966705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245757418960807, 39.984282853956998 ], [ -75.246388980379507, 39.984590087275102 ], [ -75.247372555821002, 39.985062200005402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16464, "tnode_": 16329, "lpoly_": null, "rpoly_": null, "length": 360.61988093999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 89110, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8563, "Shape__Length": 143.6776308187606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253304003081496, 39.984350564171201 ], [ -75.253958932813504, 39.985202723990902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16469, "tnode_": 16450, "lpoly_": null, "rpoly_": null, "length": 102.32180277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6180, "l_t_add": 6198, "r_f_add": 6181, "r_t_add": 6199, "st_code": 48900, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8564, "Shape__Length": 40.68632159302291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245439535924504, 39.984144648383797 ], [ -75.245757418960807, 39.984282853956998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16403, "tnode_": 16508, "lpoly_": null, "rpoly_": null, "length": 420.16083232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6900, "l_t_add": 6902, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6900, "r_hundred": 0, "seg_id": 400007, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 8565, "Shape__Length": 167.13339499284439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259511411335893, 39.984960731753098 ], [ -75.260731324362794, 39.984290141533101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16561, "tnode_": 16437, "lpoly_": null, "rpoly_": null, "length": 358.81549253000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89190, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400008, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8566, "Shape__Length": 142.93631931978425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257115150248794, 39.983798365562699 ], [ -75.257163774169598, 39.983865510989403 ], [ -75.257812252536894, 39.984624364517998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16564, "tnode_": 16326, "lpoly_": null, "rpoly_": null, "length": 536.53031751000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1928, "r_f_add": 1901, "r_t_add": 1981, "st_code": 89070, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400009, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8567, "Shape__Length": 213.96290987157366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247097219527106, 39.9836046666709 ], [ -75.247372555821002, 39.985062200005402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16594, "tnode_": 16464, "lpoly_": null, "rpoly_": null, "length": 364.99725692000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89110, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8568, "Shape__Length": 145.42445479454037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252651542003207, 39.983483375890401 ], [ -75.253304003081496, 39.984350564171201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16603, "tnode_": 16575, "lpoly_": null, "rpoly_": null, "length": 121.2949457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6051, "r_t_add": 6099, "st_code": 48900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400012, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8569, "Shape__Length": 48.214839953747216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242841973275802, 39.983254194433798 ], [ -75.243238046386693, 39.983388493053099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16667, "tnode_": 16603, "lpoly_": null, "rpoly_": null, "length": 188.75220807999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89030, "l_hundred": 0, "r_hundred": 2000, "seg_id": 400013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8570, "Shape__Length": 75.228559600758842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243114823454306, 39.982780462641898 ], [ -75.242841973275802, 39.983254194433798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16667, "tnode_": 16575, "lpoly_": null, "rpoly_": null, "length": 224.17020198999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 0, "r_t_add": 0, "st_code": 89030, "l_hundred": 2000, "r_hundred": 0, "seg_id": 400014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8571, "Shape__Length": 89.394125624731302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243114823454306, 39.982780462641898 ], [ -75.243238046386693, 39.983388493053099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16691, "tnode_": 16561, "lpoly_": null, "rpoly_": null, "length": 361.8937988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89190, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400016, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8572, "Shape__Length": 144.15715705251483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.256404117453499, 39.982969057221901 ], [ -75.257115150248794, 39.983798365562699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16715, "tnode_": 16403, "lpoly_": null, "rpoly_": null, "length": 793.89921720999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "69TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89290, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 69TH ST", "stname": "N 69TH ST", "objectid": 8573, "Shape__Length": 316.49874048321078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258917600071598, 39.982896964200599 ], [ -75.258848998991695, 39.983360066853102 ], [ -75.258851706162005, 39.983609153243002 ], [ -75.258904009423404, 39.983932201534003 ], [ -75.258986625823496, 39.984182263676303 ], [ -75.259083108320596, 39.984377201523202 ], [ -75.259207355879099, 39.984595519711 ], [ -75.259511411335893, 39.984960731753098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16754, "tnode_": 16667, "lpoly_": null, "rpoly_": null, "length": 166.5653533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1934, "l_t_add": 1998, "r_f_add": 1945, "r_t_add": 1999, "st_code": 89030, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8574, "Shape__Length": 66.423495985762855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243034485299702, 39.982327415998903 ], [ -75.243114823454306, 39.982780462641898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16755, "tnode_": 16625, "lpoly_": null, "rpoly_": null, "length": 255.42387615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5262, "l_t_add": 5298, "r_f_add": 5263, "r_t_add": 5299, "st_code": 63040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400019, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 8575, "Shape__Length": 101.7542028615446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226579549830603, 39.9821054704069 ], [ -75.226918865182299, 39.982545102841101 ], [ -75.227060007171005, 39.982700884118998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16784, "tnode_": 16736, "lpoly_": null, "rpoly_": null, "length": 208.33510327000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 88820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400020, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8576, "Shape__Length": 83.024948028568417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224068729839601, 39.981517553891202 ], [ -75.223748516324093, 39.982033689149397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16784, "tnode_": 16792, "lpoly_": null, "rpoly_": null, "length": 621.33531601999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5242, "r_f_add": 5201, "r_t_add": 5243, "st_code": 63040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400023, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 8577, "Shape__Length": 246.88495154770538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224068729839601, 39.981517553891202 ], [ -75.225165500305707, 39.981346001215101 ], [ -75.226205316491601, 39.981617239553998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16594, "tnode_": 16811, "lpoly_": null, "rpoly_": null, "length": 984.2093373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 84360, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 8578, "Shape__Length": 391.35934285865642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252651542003207, 39.983483375890401 ], [ -75.255689138912402, 39.982127171519402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16811, "tnode_": 16691, "lpoly_": null, "rpoly_": null, "length": 366.33214382, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1698, "r_f_add": 1501, "r_t_add": 1699, "st_code": 89190, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400025, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8579, "Shape__Length": 145.92564914994031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255689138912402, 39.982127171519402 ], [ -75.256404117453499, 39.982969057221901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16819, "tnode_": 16784, "lpoly_": null, "rpoly_": null, "length": 262.33047824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5158, "l_t_add": 5198, "r_f_add": 5161, "r_t_add": 5199, "st_code": 63040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400026, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 8580, "Shape__Length": 104.23022965289117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223160075170298, 39.981390375729198 ], [ -75.223548206134296, 39.981483892955602 ], [ -75.223677038843306, 39.981518431528798 ], [ -75.223792639307902, 39.981529195075701 ], [ -75.224068729839601, 39.981517553891202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16828, "tnode_": 16754, "lpoly_": null, "rpoly_": null, "length": 211.02439521000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1916, "l_t_add": 1932, "r_f_add": 1925, "r_t_add": 1943, "st_code": 89030, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8581, "Shape__Length": 84.15154298129751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242925790230899, 39.981754194423402 ], [ -75.243034485299702, 39.982327415998903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16850, "tnode_": 16819, "lpoly_": null, "rpoly_": null, "length": 207.44594311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5136, "l_t_add": 5156, "r_f_add": 5137, "r_t_add": 5159, "st_code": 63040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400028, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 8582, "Shape__Length": 82.464515311937518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222491526666303, 39.981145876023298 ], [ -75.223160075170298, 39.981390375729198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16853, "tnode_": 16762, "lpoly_": null, "rpoly_": null, "length": 334.85955415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "70TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 70TH ST", "stname": "N 70TH ST", "objectid": 8583, "Shape__Length": 133.39053297733167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260926297211, 39.981890317232001 ], [ -75.261575086926797, 39.9826622543521 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16860, "tnode_": 16787, "lpoly_": null, "rpoly_": null, "length": 200.83503303000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1970, "l_t_add": 1998, "r_f_add": 1971, "r_t_add": 1999, "st_code": 88990, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400031, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8584, "Shape__Length": 80.041825605896747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239338228742795, 39.981456816631599 ], [ -75.239045405420796, 39.9819600132247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16860, "tnode_": 16903, "lpoly_": null, "rpoly_": null, "length": 536.08664332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 24400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 8585, "Shape__Length": 212.96986390835227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239338228742795, 39.981456816631599 ], [ -75.241230153843006, 39.981239104453202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16913, "tnode_": 16850, "lpoly_": null, "rpoly_": null, "length": 322.8493735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5134, "r_f_add": 5101, "r_t_add": 5135, "st_code": 63040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400034, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 8586, "Shape__Length": 128.34279271916301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221455298770096, 39.980758583520398 ], [ -75.222491526666303, 39.981145876023298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16917, "tnode_": 16807, "lpoly_": null, "rpoly_": null, "length": 334.69004939000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1840, "l_t_add": 1898, "r_f_add": 1841, "r_t_add": 1899, "st_code": 89350, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 71ST ST", "stname": "N 71ST ST", "objectid": 8587, "Shape__Length": 133.31698164834077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263725093243806, 39.981581063630003 ], [ -75.264384794289896, 39.982346948864702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16727, "tnode_": 16925, "lpoly_": null, "rpoly_": null, "length": 979.97349971999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 84400, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400036, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 8588, "Shape__Length": 389.68093365809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251991750953906, 39.982689412297603 ], [ -75.255002437244997, 39.981320914435102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16941, "tnode_": 16860, "lpoly_": null, "rpoly_": null, "length": 200.47231588999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1930, "l_t_add": 1968, "r_f_add": 1931, "r_t_add": 1969, "st_code": 88990, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400038, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8589, "Shape__Length": 79.930040032310302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2394696350282, 39.980923711845698 ], [ -75.239476684441101, 39.981124027165002 ], [ -75.239419624921595, 39.981292262143199 ], [ -75.239338228742795, 39.981456816631599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16958, "tnode_": 16930, "lpoly_": null, "rpoly_": null, "length": 67.95409287, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88950, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400039, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8590, "Shape__Length": 27.098373661332797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236133402769696, 39.980794457994797 ], [ -75.236165582671902, 39.980979350470399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16961, "tnode_": 16884, "lpoly_": null, "rpoly_": null, "length": 215.37396343, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1717, "st_code": 88820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400040, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8591, "Shape__Length": 85.828475006350956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224718384229107, 39.9804881149458 ], [ -75.224386586003405, 39.981021405054697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16925, "tnode_": 16965, "lpoly_": null, "rpoly_": null, "length": 164.2352532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 84400, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 8592, "Shape__Length": 65.308207278317795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255002437244997, 39.981320914435102 ], [ -75.255504682153102, 39.981088578593898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16975, "tnode_": 16877, "lpoly_": null, "rpoly_": null, "length": 260.55007214, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1722, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 83600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 8593, "Shape__Length": 103.83140667017507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226388802904296, 39.980466567095696 ], [ -75.225986858187198, 39.981111515847502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16941, "tnode_": 16979, "lpoly_": null, "rpoly_": null, "length": 469.6790146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 78120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400043, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 8594, "Shape__Length": 186.5852656206163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2394696350282, 39.980923711845698 ], [ -75.241060477216607, 39.980747530900899 ], [ -75.241128993917798, 39.980743173211003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16993, "tnode_": 16966, "lpoly_": null, "rpoly_": null, "length": 139.86881609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5274, "l_t_add": 5298, "r_f_add": 5275, "r_t_add": 5299, "st_code": 46020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400044, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8595, "Shape__Length": 55.599432024826932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227701632486401, 39.9803097480169 ], [ -75.228153531580006, 39.980472740392102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17003, "tnode_": 16978, "lpoly_": null, "rpoly_": null, "length": 88.56560023, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1100, "r_f_add": 1101, "r_t_add": 1101, "st_code": 89070, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 400045, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8596, "Shape__Length": 35.318336038004944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246543225378602, 39.980654750824897 ], [ -75.246578946361097, 39.980896316389902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17010, "tnode_": 16913, "lpoly_": null, "rpoly_": null, "length": 270.03718681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 88800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8597, "Shape__Length": 107.61147522600338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221872015951405, 39.980090202303003 ], [ -75.221455298770096, 39.980758583520398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16958, "tnode_": 17017, "lpoly_": null, "rpoly_": null, "length": 919.70435279000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 62120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8598, "Shape__Length": 365.36272880895064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236133402769696, 39.980794457994797 ], [ -75.2393815176396, 39.980433426793198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17017, "tnode_": 16941, "lpoly_": null, "rpoly_": null, "length": 180.301195, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1928, "r_f_add": 1901, "r_t_add": 1929, "st_code": 88990, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400049, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8599, "Shape__Length": 71.899013597684814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2393815176396, 39.980433426793198 ], [ -75.2394696350282, 39.980923711845698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17021, "tnode_": 16993, "lpoly_": null, "rpoly_": null, "length": 153.19334941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5258, "l_t_add": 5272, "r_f_add": 5261, "r_t_add": 5273, "st_code": 46020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400050, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8600, "Shape__Length": 60.898102463956576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227209412881507, 39.980126818593298 ], [ -75.227701632486401, 39.9803097480169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17022, "tnode_": 16880, "lpoly_": null, "rpoly_": null, "length": 444.22866044999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1210, "l_t_add": 1298, "r_f_add": 1211, "r_t_add": 1299, "st_code": 89110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8601, "Shape__Length": 176.95075409487328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250198148566398, 39.980589953796702 ], [ -75.251066457945797, 39.981610194711699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17029, "tnode_": 16917, "lpoly_": null, "rpoly_": null, "length": 335.26946082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1801, "r_t_add": 1839, "st_code": 89350, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 71ST ST", "stname": "N 71ST ST", "objectid": 8602, "Shape__Length": 133.55231664447092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263076804600999, 39.980807543339303 ], [ -75.263725093243806, 39.981581063630003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17039, "tnode_": 16961, "lpoly_": null, "rpoly_": null, "length": 209.84773404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1620, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1699, "st_code": 88820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400053, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8603, "Shape__Length": 83.625363336392098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225042233067001, 39.979968717263901 ], [ -75.224718384229107, 39.9804881149458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17017, "tnode_": 17041, "lpoly_": null, "rpoly_": null, "length": 470.48330115, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 62120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8604, "Shape__Length": 186.90414659252201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2393815176396, 39.980433426793198 ], [ -75.241042882443494, 39.980247507759103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17041, "tnode_": 16979, "lpoly_": null, "rpoly_": null, "length": 182.16759614999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1919, "st_code": 89010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8605, "Shape__Length": 72.643432783924851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241042882443494, 39.980247507759103 ], [ -75.241128993917798, 39.980743173211003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17045, "tnode_": 17021, "lpoly_": null, "rpoly_": null, "length": 152.96372112999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5244, "l_t_add": 5256, "r_f_add": 5247, "r_t_add": 5259, "st_code": 46020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400056, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8606, "Shape__Length": 60.805385483801928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226716333666801, 39.979946731468999 ], [ -75.227209412881507, 39.980126818593298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17049, "tnode_": 16958, "lpoly_": null, "rpoly_": null, "length": 247.2784969, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1819, "r_t_add": 1899, "st_code": 88950, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8607, "Shape__Length": 98.606723349225931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236007464269804, 39.980122597347098 ], [ -75.236133402769696, 39.980794457994797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17055, "tnode_": 17022, "lpoly_": null, "rpoly_": null, "length": 103.01739739, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1209, "st_code": 89110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8608, "Shape__Length": 41.036337373248415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2499999828282, 39.9803517670885 ], [ -75.250198148566398, 39.980589953796702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17000, "tnode_": 17070, "lpoly_": null, "rpoly_": null, "length": 284.79868105000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS PARK", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 57140, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS PARK RD", "stname": "MORRIS PARK RD", "objectid": 8609, "Shape__Length": 113.24792747835029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254514448900395, 39.980744343760797 ], [ -75.255387058300897, 39.980343609761398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17041, "tnode_": 17076, "lpoly_": null, "rpoly_": null, "length": 442.9313285, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 62120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8610, "Shape__Length": 175.95795919490584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241042882443494, 39.980247507759103 ], [ -75.242607443781296, 39.9800750974644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17089, "tnode_": 17101, "lpoly_": null, "rpoly_": null, "length": 255.99557081, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5526, "r_f_add": 5501, "r_t_add": 5515, "st_code": 62120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8611, "Shape__Length": 101.69682844035869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232424253504703, 39.979806570853803 ], [ -75.233327144364296, 39.979699905978698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17101, "tnode_": 17119, "lpoly_": null, "rpoly_": null, "length": 231.0805559, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5517, "r_t_add": 5599, "st_code": 62120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8612, "Shape__Length": 91.797637336441014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233327144364296, 39.979699905978698 ], [ -75.234143668328898, 39.979611512216003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17121, "tnode_": 17039, "lpoly_": null, "rpoly_": null, "length": 216.28508661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1619, "st_code": 88820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8613, "Shape__Length": 86.179783422353552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2253717831058, 39.979449156770599 ], [ -75.225273348598094, 39.9795027585387 ], [ -75.225226029017804, 39.9796599218963 ], [ -75.225042233067001, 39.979968717263901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17123, "tnode_": 16894, "lpoly_": null, "rpoly_": null, "length": 690.73602182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89380, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400064, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 72ND ST", "stname": "N 72ND ST", "objectid": 8614, "Shape__Length": 275.14339847114042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264245735616797, 39.980223408077499 ], [ -75.265593673626896, 39.981810900755299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17127, "tnode_": 17029, "lpoly_": null, "rpoly_": null, "length": 374.57113568, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "71ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89350, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 71ST ST", "stname": "N 71ST ST", "objectid": 8615, "Shape__Length": 149.02674002989716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2620520295538, 39.980161385252799 ], [ -75.263040587483005, 39.980741281115598 ], [ -75.263076804600999, 39.980807543339303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17076, "tnode_": 17155, "lpoly_": null, "rpoly_": null, "length": 1061.4271985600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 62120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 8616, "Shape__Length": 421.65909973415097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242607443781296, 39.9800750974644 ], [ -75.246355993451701, 39.979658189123697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17155, "tnode_": 17003, "lpoly_": null, "rpoly_": null, "length": 366.80202059000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 930, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 89070, "l_hundred": 900, "r_hundred": 1000, "seg_id": 400067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8617, "Shape__Length": 146.26816792048496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246355993451701, 39.979658189123697 ], [ -75.246543225378602, 39.980654750824897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17147, "tnode_": 17184, "lpoly_": null, "rpoly_": null, "length": 443.95142886999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 58970, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU RD", "stname": "NASSAU RD", "objectid": 8618, "Shape__Length": 176.36167454638289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240917435400803, 39.979576945483501 ], [ -75.242485338306494, 39.979402820866099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17220, "tnode_": 17089, "lpoly_": null, "rpoly_": null, "length": 317.86534601, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8619, "Shape__Length": 126.75338352853139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232269695187696, 39.9789421301817 ], [ -75.232424253504703, 39.979806570853803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17221, "tnode_": 17237, "lpoly_": null, "rpoly_": null, "length": 236.50118468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5920, "r_f_add": 5901, "r_t_add": 5925, "st_code": 46020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8620, "Shape__Length": 93.951554986400296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391276385125, 39.979079033745698 ], [ -75.239961685011394, 39.9789800955974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17220, "tnode_": 17241, "lpoly_": null, "rpoly_": null, "length": 254.03703016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5526, "r_f_add": 5501, "r_t_add": 5527, "st_code": 46020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400071, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8621, "Shape__Length": 100.91629413760721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232269695187696, 39.9789421301817 ], [ -75.233167048514503, 39.978843450676997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17242, "tnode_": 17185, "lpoly_": null, "rpoly_": null, "length": 206.30170946000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5430, "r_f_add": 5401, "r_t_add": 5431, "st_code": 48900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400072, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8622, "Shape__Length": 82.036617142455142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230172897731606, 39.9788037693394 ], [ -75.230799272951003, 39.9791012852466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17237, "tnode_": 17261, "lpoly_": null, "rpoly_": null, "length": 234.5473168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5922, "l_t_add": 5998, "r_f_add": 5927, "r_t_add": 5999, "st_code": 46020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8623, "Shape__Length": 93.172861608730614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239961685011394, 39.9789800955974 ], [ -75.240791566059002, 39.978896704310898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17184, "tnode_": 17266, "lpoly_": null, "rpoly_": null, "length": 1058.3093199899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 58970, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU RD", "stname": "NASSAU RD", "objectid": 8624, "Shape__Length": 420.415531781688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242485338306494, 39.979402820866099 ], [ -75.246223789610397, 39.978992221961597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17266, "tnode_": 17155, "lpoly_": null, "rpoly_": null, "length": 245.4127825, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 914, "l_t_add": 928, "r_f_add": 913, "r_t_add": 999, "st_code": 89070, "l_hundred": 900, "r_hundred": 900, "seg_id": 400075, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8625, "Shape__Length": 97.860184350242719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246223789610397, 39.978992221961597 ], [ -75.246355993451701, 39.979658189123697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17261, "tnode_": 17278, "lpoly_": null, "rpoly_": null, "length": 222.58711248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6023, "st_code": 46020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8626, "Shape__Length": 88.423034825088877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240791566059002, 39.978896704310898 ], [ -75.241577501996304, 39.978808514614997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17281, "tnode_": 17242, "lpoly_": null, "rpoly_": null, "length": 86.45364994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1694, "l_t_add": 1698, "r_f_add": 1695, "r_t_add": 1699, "st_code": 88870, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400077, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8627, "Shape__Length": 34.474396148497739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230131746176696, 39.978568564383004 ], [ -75.230172897731606, 39.9788037693394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17298, "tnode_": 17184, "lpoly_": null, "rpoly_": null, "length": 250.84805533000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1848, "r_f_add": 1801, "r_t_add": 1849, "st_code": 89030, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8628, "Shape__Length": 100.02812915955806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242357750938893, 39.978721243171101 ], [ -75.242485338306494, 39.979402820866099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17151, "tnode_": 17310, "lpoly_": null, "rpoly_": null, "length": 666.64001282999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7500, "l_t_add": 7594, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7500, "r_hundred": 0, "seg_id": 400079, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 8629, "Shape__Length": 265.06618189130972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269272213249295, 39.980179608426603 ], [ -75.271334082278202, 39.979266980134803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17298, "tnode_": 17320, "lpoly_": null, "rpoly_": null, "length": 252.37678739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6127, "st_code": 46020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8630, "Shape__Length": 100.25716739770742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242357750938893, 39.978721243171101 ], [ -75.243248396443505, 39.9786187878587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17329, "tnode_": 17220, "lpoly_": null, "rpoly_": null, "length": 220.84228143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1654, "l_t_add": 1698, "r_f_add": 1639, "r_t_add": 1699, "st_code": 88900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8631, "Shape__Length": 88.062149605587933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232154672857703, 39.978342383480502 ], [ -75.232269695187696, 39.9789421301817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17320, "tnode_": 17339, "lpoly_": null, "rpoly_": null, "length": 252.54106364999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6120, "l_t_add": 6198, "r_f_add": 6129, "r_t_add": 6199, "st_code": 46020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8632, "Shape__Length": 100.32063505476589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243248396443505, 39.9786187878587 ], [ -75.244141505673497, 39.978526485019501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17277, "tnode_": 17348, "lpoly_": null, "rpoly_": null, "length": 201.62196805000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6616, "l_t_add": 6698, "r_f_add": 6623, "r_t_add": 6643, "st_code": 53080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 8633, "Shape__Length": 80.22540262348825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253932155768396, 39.979076271379299 ], [ -75.254255398952196, 39.978844560900001 ], [ -75.254473581626002, 39.978712488532999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17339, "tnode_": 17363, "lpoly_": null, "rpoly_": null, "length": 255.60315965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6223, "st_code": 46020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8634, "Shape__Length": 101.53900239793757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244141505673497, 39.978526485019501 ], [ -75.245043023170695, 39.978420122243399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17480, "tnode_": 17242, "lpoly_": null, "rpoly_": null, "length": 995.20095277000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 48900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400085, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8635, "Shape__Length": 395.72785875291112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227134808937905, 39.977389301650199 ], [ -75.230172897731606, 39.9788037693394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17376, "tnode_": 17281, "lpoly_": null, "rpoly_": null, "length": 201.99687039, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1674, "l_t_add": 1692, "r_f_add": 1673, "r_t_add": 1693, "st_code": 88870, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400086, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8636, "Shape__Length": 80.547393969822679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230029476170003, 39.978019668053101 ], [ -75.230131746176696, 39.978568564383004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17363, "tnode_": 17388, "lpoly_": null, "rpoly_": null, "length": 296.98952269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 46020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8637, "Shape__Length": 117.97749291876258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245043023170695, 39.978420122243399 ], [ -75.246092980706393, 39.978309643696903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17388, "tnode_": 17266, "lpoly_": null, "rpoly_": null, "length": 251.33895057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 911, "st_code": 89070, "l_hundred": 900, "r_hundred": 900, "seg_id": 400088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8638, "Shape__Length": 100.22289972012112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246092980706393, 39.978309643696903 ], [ -75.246223789610397, 39.978992221961597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17348, "tnode_": 17394, "lpoly_": null, "rpoly_": null, "length": 176.94315182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6716, "r_f_add": 6645, "r_t_add": 6659, "st_code": 53080, "l_hundred": 6700, "r_hundred": 6600, "seg_id": 400089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 8639, "Shape__Length": 70.350021131705589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254473581626002, 39.978712488532999 ], [ -75.254821165183699, 39.9785580755034 ], [ -75.255026118128598, 39.978477767324001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17388, "tnode_": 17420, "lpoly_": null, "rpoly_": null, "length": 373.67714664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6326, "r_f_add": 6321, "r_t_add": 6327, "st_code": 46020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8640, "Shape__Length": 148.44243604222302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246092980706393, 39.978309643696903 ], [ -75.247412360158293, 39.978161431361997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17446, "tnode_": 17395, "lpoly_": null, "rpoly_": null, "length": 117.92454724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7560, "l_t_add": 7570, "r_f_add": 7535, "r_t_add": 7537, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400091, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": "1999-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8641, "Shape__Length": 46.922544223527893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267583766099193, 39.978496091137799 ], [ -75.267711705696399, 39.978582617746397 ], [ -75.267899796685896, 39.9787098245584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17456, "tnode_": 17342, "lpoly_": null, "rpoly_": null, "length": 222.6454154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1710, "l_t_add": 1736, "r_f_add": 1701, "r_t_add": 1723, "st_code": 88990, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400092, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8642, "Shape__Length": 88.780678890065062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238893864785993, 39.9778275092713 ], [ -75.239008387200798, 39.978432315006998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17421, "tnode_": 27728, "lpoly_": null, "rpoly_": null, "length": 260.17575137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5430, "l_t_add": 5496, "r_f_add": 5431, "r_t_add": 5497, "st_code": 44000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400093, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 8643, "Shape__Length": 103.37006759347932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231037004506703, 39.977819520873098 ], [ -75.231692763814394, 39.9776860747656 ], [ -75.231936431716207, 39.977642887677298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17469, "tnode_": 17329, "lpoly_": null, "rpoly_": null, "length": 262.82925949000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1642, "l_t_add": 1652, "r_f_add": 1627, "r_t_add": 1637, "st_code": 88900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8644, "Shape__Length": 104.80458625640475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232024901063497, 39.977627825258502 ], [ -75.232154672857703, 39.978342383480502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17420, "tnode_": 17473, "lpoly_": null, "rpoly_": null, "length": 269.37972868000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6328, "l_t_add": 6398, "r_f_add": 6329, "r_t_add": 6399, "st_code": 46020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 8645, "Shape__Length": 107.0324716906253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247412360158293, 39.978161431361997 ], [ -75.247957144307307, 39.978095959213398 ], [ -75.248337281285799, 39.9779781563631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17473, "tnode_": 17238, "lpoly_": null, "rpoly_": null, "length": 452.68073013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 89110, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8646, "Shape__Length": 180.41122251517385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248337281285799, 39.9779781563631 ], [ -75.248373655989198, 39.978128367836497 ], [ -75.2484312270077, 39.978304668222499 ], [ -75.248536356675999, 39.978546982889497 ], [ -75.248630071217306, 39.9787169972941 ], [ -75.248701122167205, 39.9788237501173 ], [ -75.248780547143596, 39.978929358243001 ], [ -75.248946478026198, 39.979115880204397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17432, "tnode_": 17479, "lpoly_": null, "rpoly_": null, "length": 460.72768238999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 74840, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 8647, "Shape__Length": 183.02170884961114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233918017782997, 39.9778324390549 ], [ -75.235544780287995, 39.9776498937618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17506, "tnode_": 17456, "lpoly_": null, "rpoly_": null, "length": 95.97230282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1708, "r_f_add": 1647, "r_t_add": 1699, "st_code": 88990, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 400099, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8648, "Shape__Length": 38.269405850517828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238847248962003, 39.9775665056873 ], [ -75.238893864785993, 39.9778275092713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17509, "tnode_": 17480, "lpoly_": null, "rpoly_": null, "length": 119.79537186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 48900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400101, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8649, "Shape__Length": 47.633618653964945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226768055836303, 39.977220384184498 ], [ -75.227134808937905, 39.977389301650199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17480, "tnode_": 17518, "lpoly_": null, "rpoly_": null, "length": 102.101076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5208, "l_t_add": 5298, "r_f_add": 5209, "r_t_add": 5299, "st_code": 49020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8650, "Shape__Length": 40.560833121455907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227134808937905, 39.977389301650199 ], [ -75.2274930952522, 39.977338516471697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17531, "tnode_": 17502, "lpoly_": null, "rpoly_": null, "length": 76.71594208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7542, "l_t_add": 7546, "r_f_add": 7521, "r_t_add": 7529, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400103, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8651, "Shape__Length": 30.526841636757062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266800233044293, 39.978017947745201 ], [ -75.267003455000093, 39.978159039731899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17518, "tnode_": 27729, "lpoly_": null, "rpoly_": null, "length": 411.39736598999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5304, "r_f_add": 5301, "r_t_add": 5315, "st_code": 49020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8652, "Shape__Length": 163.4239362414277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2274930952522, 39.977338516471697 ], [ -75.228946122438501, 39.977177924863298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17557, "tnode_": 17425, "lpoly_": null, "rpoly_": null, "length": 261.41248093999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 89150, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400105, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 8653, "Shape__Length": 104.12558038049318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249798141608593, 39.977550877336199 ], [ -75.2503061323239, 39.978152733769697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17566, "tnode_": 17506, "lpoly_": null, "rpoly_": null, "length": 101.86898707, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1654, "l_t_add": 1698, "r_f_add": 1639, "r_t_add": 1645, "st_code": 88990, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400106, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8654, "Shape__Length": 40.620203121485524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238794740129094, 39.977289795839397 ], [ -75.238847248962003, 39.9775665056873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17545, "tnode_": 17569, "lpoly_": null, "rpoly_": null, "length": 231.41715395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5351, "r_t_add": 5399, "st_code": 49020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400107, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8655, "Shape__Length": 91.927917810575593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229040162423502, 39.977167233518202 ], [ -75.229857854307795, 39.977078760385702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17569, "tnode_": 17376, "lpoly_": null, "rpoly_": null, "length": 346.11414863, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1672, "r_f_add": 1601, "r_t_add": 1671, "st_code": 88870, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8656, "Shape__Length": 138.01391786215714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229857854307795, 39.977078760385702 ], [ -75.230029476170003, 39.978019668053101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17547, "tnode_": 17586, "lpoly_": null, "rpoly_": null, "length": 460.4043734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 44000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 8657, "Shape__Length": 182.8910603503378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233810055053098, 39.977277370830798 ], [ -75.235436495795796, 39.977099402758597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17587, "tnode_": 17509, "lpoly_": null, "rpoly_": null, "length": 230.09097114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5184, "l_t_add": 5198, "r_f_add": 5155, "r_t_add": 5199, "st_code": 48900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400110, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8658, "Shape__Length": 91.490604308583542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226065018758106, 39.976894173675902 ], [ -75.226768055836303, 39.977220384184498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17600, "tnode_": 17298, "lpoly_": null, "rpoly_": null, "length": 556.00987508000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89030, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8659, "Shape__Length": 221.710536799219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242072413964905, 39.977210795006698 ], [ -75.242357750938893, 39.978721243171101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17569, "tnode_": 17603, "lpoly_": null, "rpoly_": null, "length": 288.5324203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5438, "r_f_add": 5401, "r_t_add": 5429, "st_code": 49020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400112, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8660, "Shape__Length": 114.6170326469943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229857854307795, 39.977078760385702 ], [ -75.230876353825707, 39.976963099874503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17521, "tnode_": 17616, "lpoly_": null, "rpoly_": null, "length": 211.98524648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6524, "l_t_add": 6540, "r_f_add": 6523, "r_t_add": 6545, "st_code": 49800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 8661, "Shape__Length": 84.356242993553835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250980822534004, 39.977693863687001 ], [ -75.251536667349299, 39.977299183849802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17620, "tnode_": 17320, "lpoly_": null, "rpoly_": null, "length": 554.93488504000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 68920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 8662, "Shape__Length": 221.28189779837399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242966338707404, 39.977110956566598 ], [ -75.243248396443505, 39.9786187878587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17603, "tnode_": 17630, "lpoly_": null, "rpoly_": null, "length": 257.36330778999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5440, "l_t_add": 5498, "r_f_add": 5431, "r_t_add": 5499, "st_code": 49020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400115, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8663, "Shape__Length": 102.23497508201262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230876353825707, 39.976963099874503 ], [ -75.231785091559502, 39.976861321788398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17636, "tnode_": 17518, "lpoly_": null, "rpoly_": null, "length": 261.17969329, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400116, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8664, "Shape__Length": 104.04694767416501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227967547817101, 39.9767214162651 ], [ -75.2274930952522, 39.977338516471697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17630, "tnode_": 17653, "lpoly_": null, "rpoly_": null, "length": 279.90891402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5528, "r_f_add": 5501, "r_t_add": 5527, "st_code": 49020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400117, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8665, "Shape__Length": 111.19006638654676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231785091559502, 39.976861321788398 ], [ -75.232774296939098, 39.976755281211403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17677, "tnode_": 17566, "lpoly_": null, "rpoly_": null, "length": 203.67663886, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1626, "l_t_add": 1652, "r_f_add": 1623, "r_t_add": 1637, "st_code": 88990, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400118, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8666, "Shape__Length": 81.215820910963444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238692664343702, 39.976736220572803 ], [ -75.238794740129094, 39.977289795839397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17653, "tnode_": 17679, "lpoly_": null, "rpoly_": null, "length": 260.19076324999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5530, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 49020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400119, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8667, "Shape__Length": 103.35790125257476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232774296939098, 39.976755281211403 ], [ -75.233692940739999, 39.976651990840999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17693, "tnode_": 17663, "lpoly_": null, "rpoly_": null, "length": 96.81047337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7504, "r_f_add": 7481, "r_t_add": 7499, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7400, "seg_id": 400120, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8668, "Shape__Length": 38.512022753102769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265429134016102, 39.977191335897501 ], [ -75.265700989048497, 39.9773553002127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17679, "tnode_": 17705, "lpoly_": null, "rpoly_": null, "length": 230.2254304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5620, "r_f_add": 5601, "r_t_add": 5625, "st_code": 49020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8669, "Shape__Length": 91.45408885372882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233692940739999, 39.976651990840999 ], [ -75.234506113133094, 39.976562334303601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17705, "tnode_": 17733, "lpoly_": null, "rpoly_": null, "length": 231.55383772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5622, "l_t_add": 5698, "r_f_add": 5627, "r_t_add": 5699, "st_code": 49020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400122, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8670, "Shape__Length": 91.982019415032511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234506113133094, 39.976562334303601 ], [ -75.2353235631942, 39.976469969100997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17733, "tnode_": 17750, "lpoly_": null, "rpoly_": null, "length": 216.94663208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5717, "st_code": 49020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400123, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8671, "Shape__Length": 86.178432391480399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2353235631942, 39.976469969100997 ], [ -75.236090517737097, 39.976389250949502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17755, "tnode_": 17587, "lpoly_": null, "rpoly_": null, "length": 330.01915963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIBLE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 17520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400124, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIBLE WAY", "stname": "BIBLE WAY", "objectid": 8672, "Shape__Length": 131.44290560153252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226716971497297, 39.976143496287797 ], [ -75.226534353457694, 39.976296984966702 ], [ -75.226065018758106, 39.976894173675902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17755, "tnode_": 17509, "lpoly_": null, "rpoly_": null, "length": 397.58158358000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1482, "l_t_add": 1498, "r_f_add": 1461, "r_t_add": 1499, "st_code": 88820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400125, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8673, "Shape__Length": 158.53057058643731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226716971497297, 39.976143496287797 ], [ -75.226750685865497, 39.976314835135803 ], [ -75.226834086444498, 39.977095526095802 ], [ -75.226768055836303, 39.977220384184498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17759, "tnode_": 17587, "lpoly_": null, "rpoly_": null, "length": 556.29705954999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5124, "l_t_add": 5182, "r_f_add": 5101, "r_t_add": 5153, "st_code": 48900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400126, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8674, "Shape__Length": 221.19945451076157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224367937081794, 39.9761021080175 ], [ -75.226065018758106, 39.976894173675902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17766, "tnode_": 17473, "lpoly_": null, "rpoly_": null, "length": 519.77438820999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 89110, "l_hundred": 900, "r_hundred": 900, "seg_id": 400127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8675, "Shape__Length": 207.25992368745386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248074466418899, 39.976565709533098 ], [ -75.248337281285799, 39.9779781563631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17777, "tnode_": 17749, "lpoly_": null, "rpoly_": null, "length": 100.68225651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7420, "l_t_add": 7422, "r_f_add": 7421, "r_t_add": 7423, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400128, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8676, "Shape__Length": 40.052273554026534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264756516884802, 39.976784119038001 ], [ -75.265038867444702, 39.976955008416297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17770, "tnode_": 17789, "lpoly_": null, "rpoly_": null, "length": 249.34055138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5821, "st_code": 49020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400129, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8677, "Shape__Length": 99.047077688685249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236813896917297, 39.976309656517998 ], [ -75.237694284765496, 39.976210980026003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17790, "tnode_": 17613, "lpoly_": null, "rpoly_": null, "length": 652.81187865999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 55620, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 400130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 8678, "Shape__Length": 259.57892331866606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221983665547498, 39.975791534696199 ], [ -75.222746936097195, 39.976150074647002 ], [ -75.222821023572905, 39.976188009263502 ], [ -75.223970697828506, 39.9767265744117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17792, "tnode_": 17557, "lpoly_": null, "rpoly_": null, "length": 423.79339366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 89150, "l_hundred": 900, "r_hundred": 900, "seg_id": 400131, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 8679, "Shape__Length": 168.98606314843707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249578094483198, 39.976399894993897 ], [ -75.249798141608593, 39.977550877336199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17585, "tnode_": 17819, "lpoly_": null, "rpoly_": null, "length": 514.90488475000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 84360, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400132, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 8680, "Shape__Length": 205.02584335298059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263235445958898, 39.977672019908198 ], [ -75.264369711361994, 39.976560067091398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17827, "tnode_": 17755, "lpoly_": null, "rpoly_": null, "length": 141.08636208, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1460, "l_t_add": 1480, "r_f_add": 1457, "r_t_add": 1459, "st_code": 88820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8681, "Shape__Length": 56.258392667013979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226657174850104, 39.975758938623699 ], [ -75.226716971497297, 39.976143496287797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17804, "tnode_": 17828, "lpoly_": null, "rpoly_": null, "length": 235.79381929000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5922, "r_f_add": 5901, "r_t_add": 5923, "st_code": 49020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400134, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8682, "Shape__Length": 93.665103978029123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238572493870095, 39.976110593129398 ], [ -75.239405566499599, 39.976020060067199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17845, "tnode_": 17683, "lpoly_": null, "rpoly_": null, "length": 287.08361069, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 83600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400135, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 8683, "Shape__Length": 114.47653951360039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227318985694595, 39.9756878268213 ], [ -75.227427329853995, 39.9764714865439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17852, "tnode_": 17819, "lpoly_": null, "rpoly_": null, "length": 107.63178282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7418, "l_t_add": 7418, "r_f_add": 7419, "r_t_add": 7419, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400136, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8684, "Shape__Length": 42.820812378111249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264074013902999, 39.976371532066302 ], [ -75.264369711361994, 39.976560067091398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17828, "tnode_": 17859, "lpoly_": null, "rpoly_": null, "length": 235.44679491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5924, "l_t_add": 5998, "r_f_add": 5925, "r_t_add": 5999, "st_code": 49020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400137, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8685, "Shape__Length": 93.527647541459416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239405566499599, 39.976020060067199 ], [ -75.240236817034699, 39.975926477245601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17859, "tnode_": 17555, "lpoly_": null, "rpoly_": null, "length": 536.18307621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89010, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8686, "Shape__Length": 213.80069639631554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240236817034699, 39.975926477245601 ], [ -75.240510013956595, 39.977383282617701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17845, "tnode_": 17870, "lpoly_": null, "rpoly_": null, "length": 177.63032295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5202, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 55180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8687, "Shape__Length": 70.559397410203715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227318985694595, 39.9756878268213 ], [ -75.227947494073703, 39.975624924428999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17870, "tnode_": 17636, "lpoly_": null, "rpoly_": null, "length": 413.11491128999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1464, "l_t_add": 1498, "r_f_add": 1459, "r_t_add": 1499, "st_code": 88840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400140, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8688, "Shape__Length": 164.70654866220821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227947494073703, 39.975624924428999 ], [ -75.228047477251494, 39.976684427278798 ], [ -75.227967547817101, 39.9767214162651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17870, "tnode_": 17872, "lpoly_": null, "rpoly_": null, "length": 251.22473941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5326, "r_f_add": 5301, "r_t_add": 5327, "st_code": 55180, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8689, "Shape__Length": 99.788553193288848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227947494073703, 39.975624924428999 ], [ -75.228841391730199, 39.9755734707961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17859, "tnode_": 17876, "lpoly_": null, "rpoly_": null, "length": 220.69421437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6019, "st_code": 49020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400142, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8690, "Shape__Length": 87.666668783783422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240236817034699, 39.975926477245601 ], [ -75.241016699374896, 39.975842615133899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17872, "tnode_": 17887, "lpoly_": null, "rpoly_": null, "length": 203.45693401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5328, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 55180, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8691, "Shape__Length": 80.815767792037576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228841391730199, 39.9755734707961 ], [ -75.229484614525902, 39.975536704072503 ], [ -75.229564133688697, 39.975525007751799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17876, "tnode_": 17890, "lpoly_": null, "rpoly_": null, "length": 221.88410197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6018, "l_t_add": 6098, "r_f_add": 6021, "r_t_add": 6099, "st_code": 49020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400144, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8692, "Shape__Length": 88.139814887786741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241016699374896, 39.975842615133899 ], [ -75.241800102543394, 39.9757546233892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17890, "tnode_": 17600, "lpoly_": null, "rpoly_": null, "length": 535.91920611, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89030, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8693, "Shape__Length": 213.69503606338952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241800102543394, 39.9757546233892 ], [ -75.242072413964905, 39.977210795006698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17655, "tnode_": 17892, "lpoly_": null, "rpoly_": null, "length": 558.8757409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 84400, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 8694, "Shape__Length": 222.53164251553446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262479153786501, 39.9773640301066 ], [ -75.263712933273894, 39.976158728875298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17813, "tnode_": 17891, "lpoly_": null, "rpoly_": null, "length": 256.00038338999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6622, "l_t_add": 6698, "r_f_add": 6623, "r_t_add": 6699, "st_code": 49800, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 8695, "Shape__Length": 101.80850116662627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252991649936604, 39.976336328334099 ], [ -75.253444407800899, 39.976087077815599 ], [ -75.253750766424403, 39.975946502571702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17906, "tnode_": 17759, "lpoly_": null, "rpoly_": null, "length": 339.20597193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 8696, "Shape__Length": 135.14048417704299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224868179602296, 39.975288671974603 ], [ -75.224329520659296, 39.975984412082703 ], [ -75.224367937081794, 39.9761021080175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17890, "tnode_": 17909, "lpoly_": null, "rpoly_": null, "length": 252.58425323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6124, "r_f_add": 6101, "r_t_add": 6123, "st_code": 49020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400149, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8697, "Shape__Length": 100.33461058842114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241800102543394, 39.9757546233892 ], [ -75.242692122691906, 39.975655653161603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17887, "tnode_": 17910, "lpoly_": null, "rpoly_": null, "length": 289.2378244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5420, "r_f_add": 5401, "r_t_add": 5431, "st_code": 55180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8698, "Shape__Length": 114.89370240423226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229564133688697, 39.975525007751799 ], [ -75.230586156695097, 39.975414712942801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17891, "tnode_": 17913, "lpoly_": null, "rpoly_": null, "length": 61.55954909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6700, "r_f_add": 6701, "r_t_add": 6703, "st_code": 49800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400151, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 8699, "Shape__Length": 24.47135951581949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253750766424403, 39.975946502571702 ], [ -75.253946672052606, 39.975870077533102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17910, "tnode_": 17917, "lpoly_": null, "rpoly_": null, "length": 41.60430118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5422, "l_t_add": 5432, "r_f_add": 5433, "r_t_add": 5433, "st_code": 55180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8700, "Shape__Length": 16.526741682421694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230586156695097, 39.975414712942801 ], [ -75.230732804768607, 39.975396981589903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17909, "tnode_": 17930, "lpoly_": null, "rpoly_": null, "length": 252.08069414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6126, "l_t_add": 6198, "r_f_add": 6125, "r_t_add": 6199, "st_code": 49020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400153, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8701, "Shape__Length": 100.13460875639491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242692122691906, 39.975655653161603 ], [ -75.243582163375905, 39.975555820129301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17929, "tnode_": 17943, "lpoly_": null, "rpoly_": null, "length": 145.51760331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5510, "r_f_add": 5501, "r_t_add": 5515, "st_code": 55180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8702, "Shape__Length": 57.804233001212225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231493275889505, 39.975314034624702 ], [ -75.232006828537394, 39.975255177083703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17944, "tnode_": 17906, "lpoly_": null, "rpoly_": null, "length": 153.52246287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5104, "l_t_add": 5122, "r_f_add": 5105, "r_t_add": 5115, "st_code": 81480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400156, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 8703, "Shape__Length": 61.045244557747488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224401904365607, 39.975067489017803 ], [ -75.224868179602296, 39.975288671974603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17913, "tnode_": 17951, "lpoly_": null, "rpoly_": null, "length": 176.6509292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6702, "l_t_add": 6712, "r_f_add": 6705, "r_t_add": 6719, "st_code": 49800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 8704, "Shape__Length": 70.204309022563805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253946672052606, 39.975870077533102 ], [ -75.254396851124994, 39.975722164645802 ], [ -75.254531703807501, 39.975691023586499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17943, "tnode_": 17954, "lpoly_": null, "rpoly_": null, "length": 134.67882774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5512, "l_t_add": 5522, "r_f_add": 5517, "r_t_add": 5529, "st_code": 55180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8705, "Shape__Length": 53.497905678076286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232006828537394, 39.975255177083703 ], [ -75.2324830185145, 39.975205513070001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17930, "tnode_": 17955, "lpoly_": null, "rpoly_": null, "length": 255.22719291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6223, "st_code": 49020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400159, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8706, "Shape__Length": 101.38382317464286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243582163375905, 39.975555820129301 ], [ -75.244483917978499, 39.975457990240102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17970, "tnode_": 17809, "lpoly_": null, "rpoly_": null, "length": 327.21042166000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1402, "l_t_add": 1448, "r_f_add": 1403, "r_t_add": 1449, "st_code": 88800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400160, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8707, "Shape__Length": 130.34536147250716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224180732893402, 39.974962270648 ], [ -75.223579163189001, 39.975732089344199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17970, "tnode_": 17944, "lpoly_": null, "rpoly_": null, "length": 72.87949213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5102, "r_f_add": 5101, "r_t_add": 5103, "st_code": 81480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400161, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 8708, "Shape__Length": 28.979186231876788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224180732893402, 39.974962270648 ], [ -75.224401904365607, 39.975067489017803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17927, "tnode_": 17974, "lpoly_": null, "rpoly_": null, "length": 499.17113307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 39750, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400162, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON ST", "stname": "HADDINGTON ST", "objectid": 8709, "Shape__Length": 198.28651741600501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252128058254698, 39.975763579434201 ], [ -75.253891193129206, 39.975569465700403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17976, "tnode_": 17388, "lpoly_": null, "rpoly_": null, "length": 1092.87504532, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 89070, "l_hundred": 800, "r_hundred": 800, "seg_id": 400163, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8710, "Shape__Length": 435.78117311909534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245543084714001, 39.975339544062102 ], [ -75.246092980706393, 39.978309643696903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17954, "tnode_": 17981, "lpoly_": null, "rpoly_": null, "length": 260.80807734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5524, "l_t_add": 5598, "r_f_add": 5531, "r_t_add": 5599, "st_code": 55180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8711, "Shape__Length": 103.60055925791622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2324830185145, 39.975205513070001 ], [ -75.233404051058898, 39.975103196876802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17951, "tnode_": 17988, "lpoly_": null, "rpoly_": null, "length": 259.8841461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6714, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 49800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 8712, "Shape__Length": 103.24730477920829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254531703807501, 39.975691023586499 ], [ -75.254776494808397, 39.975632788012099 ], [ -75.255108585051104, 39.975573281132597 ], [ -75.255434312230193, 39.975532137695801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17991, "tnode_": 17907, "lpoly_": null, "rpoly_": null, "length": 320.17371614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4970, "l_t_add": 4998, "r_f_add": 4953, "r_t_add": 4999, "st_code": 48900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 400166, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8713, "Shape__Length": 127.30807994094079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221501180328701, 39.974764004985801 ], [ -75.222476890547298, 39.9752211577445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18011, "tnode_": 17780, "lpoly_": null, "rpoly_": null, "length": 517.47286778, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89530, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 8714, "Shape__Length": 206.12624939286943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271510581723504, 39.975741867885901 ], [ -75.272491903933101, 39.976945160869299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18007, "tnode_": 18014, "lpoly_": null, "rpoly_": null, "length": 59.37343468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5620, "l_t_add": 5668, "r_f_add": 5621, "r_t_add": 5669, "st_code": 55180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8715, "Shape__Length": 23.585245591009524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234219239622007, 39.975011578662297 ], [ -75.234428405933798, 39.974985723923403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18016, "tnode_": 18027, "lpoly_": null, "rpoly_": null, "length": 61.47041772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6340, "l_t_add": 6348, "r_f_add": 6341, "r_t_add": 6349, "st_code": 49020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400169, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8716, "Shape__Length": 24.41736467101957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246599051467797, 39.975223099673698 ], [ -75.246816697932005, 39.975202222343199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17991, "tnode_": 27732, "lpoly_": null, "rpoly_": null, "length": 420.62094943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 54280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 400170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8717, "Shape__Length": 167.08131582768968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221501180328701, 39.974764004985801 ], [ -75.222987041856001, 39.974601501162702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18038, "tnode_": 18046, "lpoly_": null, "rpoly_": null, "length": 85.41385485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6408, "r_f_add": 6401, "r_t_add": 6409, "st_code": 49020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400171, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8718, "Shape__Length": 33.928858810795482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247497679201899, 39.975122657112202 ], [ -75.2477992984834, 39.975089064418398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18046, "tnode_": 17766, "lpoly_": null, "rpoly_": null, "length": 543.41549312999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 89110, "l_hundred": 800, "r_hundred": 800, "seg_id": 400172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8719, "Shape__Length": 216.68218690450465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2477992984834, 39.975089064418398 ], [ -75.248074466418899, 39.976565709533098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18018, "tnode_": 18062, "lpoly_": null, "rpoly_": null, "length": 498.34003393999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEEDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 49860, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400173, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEEDS ST", "stname": "LEEDS ST", "objectid": 8720, "Shape__Length": 197.95536285542954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252046164377404, 39.975322741712098 ], [ -75.252843067825793, 39.975230272049799 ], [ -75.253806035798604, 39.9751274214413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18056, "tnode_": 18070, "lpoly_": null, "rpoly_": null, "length": 108.45193337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 54280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 400174, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8721, "Shape__Length": 43.078469690628395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223775783890801, 39.974515611261403 ], [ -75.2241603489, 39.974482528822399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18070, "tnode_": 17970, "lpoly_": null, "rpoly_": null, "length": 180.8338051, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1400, "r_f_add": 1401, "r_t_add": 1401, "st_code": 88800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8722, "Shape__Length": 72.092399135922392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2241603489, 39.974482528822399 ], [ -75.224238641732597, 39.974887091050299 ], [ -75.224180732893402, 39.974962270648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18063, "tnode_": 18071, "lpoly_": null, "rpoly_": null, "length": 74.433403090000013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6440, "l_t_add": 6458, "r_f_add": 6441, "r_t_add": 6459, "st_code": 49020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400176, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8723, "Shape__Length": 29.566587490700595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248335621879093, 39.9750270339186 ], [ -75.248599011954397, 39.9750008254791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18090, "tnode_": 17991, "lpoly_": null, "rpoly_": null, "length": 348.37022787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4932, "l_t_add": 4968, "r_f_add": 4919, "r_t_add": 4951, "st_code": 48900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 400177, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 8724, "Shape__Length": 138.52625268018519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220450025303606, 39.974254948096103 ], [ -75.220644731788099, 39.974366639922899 ], [ -75.221501180328701, 39.974764004985801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18087, "tnode_": 18092, "lpoly_": null, "rpoly_": null, "length": 73.58210277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5840, "l_t_add": 5848, "r_f_add": 5841, "r_t_add": 5849, "st_code": 55180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8725, "Shape__Length": 29.228521470018141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237142077153507, 39.974685990329696 ], [ -75.237402183608594, 39.974658523775901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18062, "tnode_": 18106, "lpoly_": null, "rpoly_": null, "length": 431.14613584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEEDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 49860, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEEDS ST", "stname": "LEEDS ST", "objectid": 8726, "Shape__Length": 171.26400189228468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253806035798604, 39.9751274214413 ], [ -75.255328043266303, 39.974955301987102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18070, "tnode_": 18126, "lpoly_": null, "rpoly_": null, "length": 626.78164748000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 54280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8727, "Shape__Length": 248.97055311882073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2241603489, 39.974482528822399 ], [ -75.226376608396805, 39.974252236969903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18126, "tnode_": 18019, "lpoly_": null, "rpoly_": null, "length": 200.54870459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 88820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400181, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8728, "Shape__Length": 79.966551992928558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226376608396805, 39.974252236969903 ], [ -75.226469569573993, 39.974798102648201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18110, "tnode_": 18130, "lpoly_": null, "rpoly_": null, "length": 241.03175468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6526, "l_t_add": 6548, "r_f_add": 6527, "r_t_add": 6543, "st_code": 49020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400182, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8729, "Shape__Length": 95.74465956604368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250206059835904, 39.974824334855299 ], [ -75.251056831239097, 39.974727580287698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18146, "tnode_": 18167, "lpoly_": null, "rpoly_": null, "length": 244.12507319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6622, "r_f_add": 6601, "r_t_add": 6625, "st_code": 49020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400183, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8730, "Shape__Length": 96.97262017349415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251916263490997, 39.974632996489497 ], [ -75.252778548132099, 39.974538160241799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18150, "tnode_": 18181, "lpoly_": null, "rpoly_": null, "length": 249.70022473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5326, "r_f_add": 5301, "r_t_add": 5317, "st_code": 54280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8731, "Shape__Length": 99.186415294493955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227761196383099, 39.974098460209298 ], [ -75.228643181859596, 39.974001541916103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18172, "tnode_": 18196, "lpoly_": null, "rpoly_": null, "length": 222.03677449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6022, "l_t_add": 6098, "r_f_add": 6023, "r_t_add": 6099, "st_code": 55180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400185, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8732, "Shape__Length": 88.198270257685181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240726223519403, 39.974289617941302 ], [ -75.241510349558695, 39.9742026354525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18167, "tnode_": 18198, "lpoly_": null, "rpoly_": null, "length": 255.14564871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6624, "l_t_add": 6698, "r_f_add": 6627, "r_t_add": 6699, "st_code": 49020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400186, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8733, "Shape__Length": 101.35056284950973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252778548132099, 39.974538160241799 ], [ -75.253679254725597, 39.974436372445098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18181, "tnode_": 18202, "lpoly_": null, "rpoly_": null, "length": 177.04324147000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5328, "l_t_add": 5398, "r_f_add": 5319, "r_t_add": 5399, "st_code": 54280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8734, "Shape__Length": 70.32501071762124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228643181859596, 39.974001541916103 ], [ -75.229268952438105, 39.973935144207303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18202, "tnode_": 18101, "lpoly_": null, "rpoly_": null, "length": 181.0961373, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1427, "st_code": 88870, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400188, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8735, "Shape__Length": 72.209287143922737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229268952438105, 39.973935144207303 ], [ -75.229356400810602, 39.974427701926601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18008, "tnode_": 18207, "lpoly_": null, "rpoly_": null, "length": 671.69111355999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 84360, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 8736, "Shape__Length": 267.09215742041511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265560991278704, 39.975651050064997 ], [ -75.267591403234306, 39.974671411592396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18207, "tnode_": 17999, "lpoly_": null, "rpoly_": null, "length": 455.79270581000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 8737, "Shape__Length": 181.55064585063178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267591403234306, 39.974671411592396 ], [ -75.268462877178706, 39.9757278141456 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18228, "tnode_": 18126, "lpoly_": null, "rpoly_": null, "length": 222.4904906, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1399, "st_code": 88820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400191, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8738, "Shape__Length": 88.712758720096545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226256570031296, 39.9736484956534 ], [ -75.226376608396805, 39.974252236969903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18198, "tnode_": 18232, "lpoly_": null, "rpoly_": null, "length": 430.15582762999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 49020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400192, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8739, "Shape__Length": 170.86804902566172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253679254725597, 39.974436372445098 ], [ -75.255198715072098, 39.9742697731416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18232, "tnode_": 18106, "lpoly_": null, "rpoly_": null, "length": 252.34269308, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 848, "r_f_add": 801, "r_t_add": 849, "st_code": 89260, "l_hundred": 800, "r_hundred": 800, "seg_id": 400193, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 8740, "Shape__Length": 100.61746710149015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255198715072098, 39.9742697731416 ], [ -75.255328043266303, 39.974955301987102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18221, "tnode_": 18243, "lpoly_": null, "rpoly_": null, "length": 214.75424043000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5428, "l_t_add": 5498, "r_f_add": 5437, "r_t_add": 5499, "st_code": 54280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8741, "Shape__Length": 85.304560998392105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230437924938499, 39.973801082565998 ], [ -75.231196674758195, 39.973718829058299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18243, "tnode_": 18254, "lpoly_": null, "rpoly_": null, "length": 145.00808447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5514, "r_f_add": 5501, "r_t_add": 5511, "st_code": 54280, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8742, "Shape__Length": 57.600357066928552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231196674758195, 39.973718829058299 ], [ -75.231708562713806, 39.973660933970798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18258, "tnode_": 18261, "lpoly_": null, "rpoly_": null, "length": 53.3346338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6240, "l_t_add": 6268, "r_f_add": 6241, "r_t_add": 6269, "st_code": 55180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8743, "Shape__Length": 21.18587051656035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2442270727433, 39.973901702324902 ], [ -75.244415194198595, 39.973879618181698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18254, "tnode_": 18266, "lpoly_": null, "rpoly_": null, "length": 134.72480162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5516, "l_t_add": 5526, "r_f_add": 5513, "r_t_add": 5523, "st_code": 54280, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8744, "Shape__Length": 53.515336122309698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231708562713806, 39.973660933970798 ], [ -75.232184417993395, 39.973608568309402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18259, "tnode_": 18270, "lpoly_": null, "rpoly_": null, "length": 160.7545461, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4984, "l_t_add": 4998, "r_f_add": 4983, "r_t_add": 4999, "st_code": 77160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 400198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8745, "Shape__Length": 63.853986735253116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222262161007095, 39.973386445643897 ], [ -75.222830654608401, 39.973327863737602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18277, "tnode_": 17976, "lpoly_": null, "rpoly_": null, "length": 571.23545258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89070, "l_hundred": 700, "r_hundred": 700, "seg_id": 400199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8746, "Shape__Length": 227.77047175862248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245250036914797, 39.973787724318797 ], [ -75.245543084714001, 39.975339544062102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18286, "tnode_": 18165, "lpoly_": null, "rpoly_": null, "length": 245.01838901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 33620, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 8747, "Shape__Length": 97.69685028915211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223369524178295, 39.973270589145898 ], [ -75.223484630360105, 39.973937339507998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18266, "tnode_": 18288, "lpoly_": null, "rpoly_": null, "length": 259.4357615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5525, "r_t_add": 5599, "st_code": 54280, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8748, "Shape__Length": 103.05270946812925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232184417993395, 39.973608568309402 ], [ -75.233100932927798, 39.973508674168798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18302, "tnode_": 18175, "lpoly_": null, "rpoly_": null, "length": 244.97376611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1325, "st_code": 88800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8749, "Shape__Length": 97.677679191988133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223921706600294, 39.973213883515399 ], [ -75.224047491612296, 39.9738793672092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18303, "tnode_": 18202, "lpoly_": null, "rpoly_": null, "length": 231.22130309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1320, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 88870, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400203, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8750, "Shape__Length": 92.194411756413217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229151117415, 39.973306920725101 ], [ -75.229268952438105, 39.973935144207303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18288, "tnode_": 18304, "lpoly_": null, "rpoly_": null, "length": 158.93949746000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5612, "r_f_add": 5601, "r_t_add": 5613, "st_code": 54280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400204, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8751, "Shape__Length": 63.13375704972956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233100932927798, 39.973508674168798 ], [ -75.233662298258096, 39.973446809156698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18304, "tnode_": 18312, "lpoly_": null, "rpoly_": null, "length": 67.09787323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5614, "l_t_add": 5618, "r_f_add": 5615, "r_t_add": 5619, "st_code": 54280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8752, "Shape__Length": 26.652829126128783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233662298258096, 39.973446809156698 ], [ -75.233898929247701, 39.973418852949301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18312, "tnode_": 18321, "lpoly_": null, "rpoly_": null, "length": 66.0303689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5620, "l_t_add": 5624, "r_f_add": 5621, "r_t_add": 5625, "st_code": 54280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8753, "Shape__Length": 26.228385179241904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233898929247701, 39.973418852949301 ], [ -75.234132249078996, 39.973393719462102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18328, "tnode_": 18038, "lpoly_": null, "rpoly_": null, "length": 570.52546091, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89110, "l_hundred": 700, "r_hundred": 700, "seg_id": 400207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8754, "Shape__Length": 227.48717441298521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247209265972501, 39.973572308485302 ], [ -75.247216722279802, 39.973605201425897 ], [ -75.247497679201899, 39.975122657112202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18321, "tnode_": 18335, "lpoly_": null, "rpoly_": null, "length": 170.88124032000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5626, "l_t_add": 5698, "r_f_add": 5627, "r_t_add": 5699, "st_code": 54280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8755, "Shape__Length": 67.877632914687837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234132249078996, 39.973393719462102 ], [ -75.234735207389406, 39.973324144020197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18346, "tnode_": 18297, "lpoly_": null, "rpoly_": null, "length": 88.19976399000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1430, "l_t_add": 1436, "r_f_add": 1431, "r_t_add": 1437, "st_code": 89500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 8756, "Shape__Length": 35.13706481210891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266992137159406, 39.973922142997701 ], [ -75.267147363720596, 39.9741327589824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18366, "tnode_": 18228, "lpoly_": null, "rpoly_": null, "length": 248.39074715000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1319, "st_code": 88820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400211, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8757, "Shape__Length": 99.04032088275649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226133369113001, 39.972973252606103 ], [ -75.226256570031296, 39.9736484956534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18383, "tnode_": 18198, "lpoly_": null, "rpoly_": null, "length": 370.76027842000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89230, "l_hundred": 700, "r_hundred": 700, "seg_id": 400212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 8758, "Shape__Length": 147.83301070306376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253488933916501, 39.973429177484597 ], [ -75.253679254725597, 39.974436372445098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18113, "tnode_": 18384, "lpoly_": null, "rpoly_": null, "length": 714.49779106000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHOADS", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7401, "l_t_add": 7499, "r_f_add": 7400, "r_t_add": 7498, "st_code": 68200, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400213, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHOADS ST", "stname": "RHOADS ST", "objectid": 8759, "Shape__Length": 284.39424732405479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261361677859199, 39.975030879085999 ], [ -75.263100185829103, 39.973596306764897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18372, "tnode_": 18385, "lpoly_": null, "rpoly_": null, "length": 176.03257829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5812, "r_f_add": 5801, "r_t_add": 5815, "st_code": 54280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8760, "Shape__Length": 69.923302872958871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236223484650907, 39.973162393545998 ], [ -75.236844974691493, 39.973092577870702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18391, "tnode_": 18269, "lpoly_": null, "rpoly_": null, "length": 202.9913136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 644, "l_t_add": 698, "r_f_add": 643, "r_t_add": 699, "st_code": 89150, "l_hundred": 600, "r_hundred": 600, "seg_id": 400215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 8761, "Shape__Length": 80.938096386094188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248999160052904, 39.973305217350401 ], [ -75.249104032998403, 39.973856581259398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18397, "tnode_": 18265, "lpoly_": null, "rpoly_": null, "length": 240.31895838000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 88840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8762, "Shape__Length": 95.821501501980961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227524723641395, 39.972819450582101 ], [ -75.227645070963106, 39.973472625865298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18385, "tnode_": 18402, "lpoly_": null, "rpoly_": null, "length": 147.83122498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5814, "l_t_add": 5824, "r_f_add": 5817, "r_t_add": 5829, "st_code": 54280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8763, "Shape__Length": 58.721444088973392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236844974691493, 39.973092577870702 ], [ -75.2373665757125, 39.973032272014699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18414, "tnode_": 18213, "lpoly_": null, "rpoly_": null, "length": 454.95471771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89530, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 8764, "Shape__Length": 181.2217187219874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2697881611616, 39.973615731843601 ], [ -75.270641648144206, 39.974678081530001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18402, "tnode_": 18416, "lpoly_": null, "rpoly_": null, "length": 175.01381753000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5826, "l_t_add": 5898, "r_f_add": 5831, "r_t_add": 5899, "st_code": 54280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8765, "Shape__Length": 69.51789347810211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2373665757125, 39.973032272014699 ], [ -75.237985163758907, 39.972966632158702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18407, "tnode_": 18419, "lpoly_": null, "rpoly_": null, "length": 182.10401883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6750, "l_t_add": 6798, "r_f_add": 6751, "r_t_add": 6799, "st_code": 55180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400220, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 8766, "Shape__Length": 72.333762325482127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254365770466407, 39.973345480672499 ], [ -75.255010326013902, 39.9732824305229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18419, "tnode_": 18232, "lpoly_": null, "rpoly_": null, "length": 363.52613322999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89260, "l_hundred": 700, "r_hundred": 700, "seg_id": 400221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 8767, "Shape__Length": 144.94798632055756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255010326013902, 39.9732824305229 ], [ -75.255198715072098, 39.9742697731416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18428, "tnode_": 18303, "lpoly_": null, "rpoly_": null, "length": 240.42767372, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1315, "st_code": 88870, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8768, "Shape__Length": 95.864415935204789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229029097429503, 39.972653627690903 ], [ -75.229151117415, 39.973306920725101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18431, "tnode_": 18136, "lpoly_": null, "rpoly_": null, "length": 588.45858133999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 67680, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 8769, "Shape__Length": 234.63510099015227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238812335270197, 39.9728723296178 ], [ -75.2391121960151, 39.974471162677602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18428, "tnode_": 18449, "lpoly_": null, "rpoly_": null, "length": 273.56599279, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5421, "st_code": 77160, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8770, "Shape__Length": 108.66427505513217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229029097429503, 39.972653627690903 ], [ -75.229995164774706, 39.972546397595302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18450, "tnode_": 18344, "lpoly_": null, "rpoly_": null, "length": 216.56992584999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 628, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 89190, "l_hundred": 600, "r_hundred": 600, "seg_id": 400225, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8771, "Shape__Length": 86.352332626481171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251615535656896, 39.973013423082797 ], [ -75.251724052494893, 39.973602042842899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18452, "tnode_": 18149, "lpoly_": null, "rpoly_": null, "length": 587.36242113999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89010, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8772, "Shape__Length": 234.19756196755907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239644917362099, 39.972782609360202 ], [ -75.239945463978302, 39.974378325680902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18480, "tnode_": 18366, "lpoly_": null, "rpoly_": null, "length": 242.03900392, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1230, "l_t_add": 1298, "r_f_add": 1233, "r_t_add": 1299, "st_code": 88820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400228, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8773, "Shape__Length": 96.505721903380874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226005074050704, 39.972316198375303 ], [ -75.226133369113001, 39.972973252606103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18463, "tnode_": 18482, "lpoly_": null, "rpoly_": null, "length": 221.43181316000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6026, "l_t_add": 6098, "r_f_add": 6025, "r_t_add": 6099, "st_code": 54280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8774, "Shape__Length": 87.955891604515074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240430117751103, 39.972696075260203 ], [ -75.241212101963598, 39.9726093988439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18465, "tnode_": 18493, "lpoly_": null, "rpoly_": null, "length": 176.00384538, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4992, "l_t_add": 4998, "r_f_add": 4993, "r_t_add": 4999, "st_code": 37040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 400230, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8775, "Shape__Length": 69.926206852802963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222012688974402, 39.9722623969663 ], [ -75.222616328775104, 39.972129215759203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18472, "tnode_": 18497, "lpoly_": null, "rpoly_": null, "length": 268.64962129000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5526, "r_f_add": 5501, "r_t_add": 5527, "st_code": 77160, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8776, "Shape__Length": 106.71090462011469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230957841287903, 39.972439188613201 ], [ -75.231906754497103, 39.972335014097602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18482, "tnode_": 18502, "lpoly_": null, "rpoly_": null, "length": 252.16967902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6126, "r_f_add": 6101, "r_t_add": 6127, "st_code": 54280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8777, "Shape__Length": 100.16531277717397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241212101963598, 39.9726093988439 ], [ -75.242102593243402, 39.972510465518297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18497, "tnode_": 18517, "lpoly_": null, "rpoly_": null, "length": 271.40249751, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 77160, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8778, "Shape__Length": 107.80432710296716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231906754497103, 39.972335014097602 ], [ -75.232521176924095, 39.972262301651803 ], [ -75.232865254335096, 39.972229573468603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18518, "tnode_": 18419, "lpoly_": null, "rpoly_": null, "length": 214.24947521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89260, "l_hundred": 600, "r_hundred": 600, "seg_id": 400234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 8779, "Shape__Length": 85.426811667209307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254903791996398, 39.972700028461503 ], [ -75.255010326013902, 39.9732824305229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18524, "tnode_": 18397, "lpoly_": null, "rpoly_": null, "length": 273.39730282, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1230, "l_t_add": 1298, "r_f_add": 1229, "r_t_add": 1299, "st_code": 88840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400235, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8780, "Shape__Length": 109.00920518615692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227384667571798, 39.972076716996 ], [ -75.227524723641395, 39.972819450582101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18502, "tnode_": 18527, "lpoly_": null, "rpoly_": null, "length": 251.67657429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6128, "l_t_add": 6198, "r_f_add": 6129, "r_t_add": 6199, "st_code": 54280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 8781, "Shape__Length": 99.970319841423532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242102593243402, 39.972510465518297 ], [ -75.242990168106502, 39.972405661934303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18493, "tnode_": 18530, "lpoly_": null, "rpoly_": null, "length": 307.78661648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 37040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 400237, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8782, "Shape__Length": 122.28074843714577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222616328775104, 39.972129215759203 ], [ -75.223674695324306, 39.971903837049702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18535, "tnode_": 18312, "lpoly_": null, "rpoly_": null, "length": 470.82900856000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 35020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400238, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 8783, "Shape__Length": 187.73065220479538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233660933693599, 39.972139405169102 ], [ -75.233898929247701, 39.973418852949301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18536, "tnode_": 18518, "lpoly_": null, "rpoly_": null, "length": 193.68421155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6726, "l_t_add": 6798, "r_f_add": 6727, "r_t_add": 6799, "st_code": 41240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400239, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8784, "Shape__Length": 76.940641440567276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254227281066093, 39.972591519251502 ], [ -75.254903791996398, 39.972700028461503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18538, "tnode_": 18251, "lpoly_": null, "rpoly_": null, "length": 586.34381511999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HIRST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 42820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HIRST ST", "stname": "N HIRST ST", "objectid": 8785, "Shape__Length": 233.78995229454449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243584767030399, 39.972344136982201 ], [ -75.243884485864598, 39.973937119971602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18346, "tnode_": 18542, "lpoly_": null, "rpoly_": null, "length": 726.43015149000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 84400, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 8786, "Shape__Length": 288.84856901603712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266992137159406, 39.973922142997701 ], [ -75.269191434613504, 39.972866945273402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18549, "tnode_": 18261, "lpoly_": null, "rpoly_": null, "length": 586.91439024, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 33780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 8787, "Shape__Length": 234.01767722213486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244118553142201, 39.972284711958999 ], [ -75.244415194198595, 39.973879618181698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18553, "tnode_": 18536, "lpoly_": null, "rpoly_": null, "length": 264.97267961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6724, "r_f_add": 6701, "r_t_add": 6725, "st_code": 41240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400243, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8788, "Shape__Length": 105.25992729781092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253302111085503, 39.972441824076498 ], [ -75.254227281066093, 39.972591519251502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18554, "tnode_": 18335, "lpoly_": null, "rpoly_": null, "length": 469.13811562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88950, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400244, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8789, "Shape__Length": 187.05567836525432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234493905925603, 39.972049753401102 ], [ -75.234735207389406, 39.973324144020197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18558, "tnode_": 18428, "lpoly_": null, "rpoly_": null, "length": 273.83894302000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1230, "l_t_add": 1298, "r_f_add": 1231, "r_t_add": 1299, "st_code": 88870, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400245, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8790, "Shape__Length": 109.18444611508291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228884255202601, 39.971910211795198 ], [ -75.229029097429503, 39.972653627690903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18559, "tnode_": 18391, "lpoly_": null, "rpoly_": null, "length": 354.41019791000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 642, "r_f_add": 601, "r_t_add": 641, "st_code": 89150, "l_hundred": 600, "r_hundred": 600, "seg_id": 400246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 8791, "Shape__Length": 141.30493032945952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248872434939599, 39.972348497783599 ], [ -75.248832575304604, 39.972411836311501 ], [ -75.248999160052904, 39.973305217350401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18563, "tnode_": 18277, "lpoly_": null, "rpoly_": null, "length": 586.31392185000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89070, "l_hundred": 600, "r_hundred": 600, "seg_id": 400247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8792, "Shape__Length": 233.77784638409312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244952914045399, 39.972194536451298 ], [ -75.245250036914797, 39.973787724318797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18569, "tnode_": 18553, "lpoly_": null, "rpoly_": null, "length": 174.84355247000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6630, "l_t_add": 6698, "r_f_add": 6635, "r_t_add": 6699, "st_code": 41240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400248, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8793, "Shape__Length": 69.456427316040106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252691939281206, 39.972341937161701 ], [ -75.253302111085503, 39.972441824076498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18573, "tnode_": 18357, "lpoly_": null, "rpoly_": null, "length": 471.08589075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 11780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 8794, "Shape__Length": 187.83304653782329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235261735432104, 39.971962874798002 ], [ -75.235486647597, 39.973176214253002 ], [ -75.2354957896641, 39.973243419765197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18559, "tnode_": 18586, "lpoly_": null, "rpoly_": null, "length": 241.97507839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6521, "st_code": 41240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400250, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8795, "Shape__Length": 96.114194823026111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248872434939599, 39.972348497783599 ], [ -75.249728432099502, 39.972261987518998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18607, "tnode_": 18328, "lpoly_": null, "rpoly_": null, "length": 534.22097631999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89110, "l_hundred": 600, "r_hundred": 600, "seg_id": 400251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8796, "Shape__Length": 213.00665025149556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246938528496997, 39.972120674058097 ], [ -75.247209265972501, 39.973572308485302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18607, "tnode_": 18585, "lpoly_": null, "rpoly_": null, "length": 267.93164959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6426, "r_f_add": 6401, "r_t_add": 6427, "st_code": 41240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400252, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8797, "Shape__Length": 106.42768810933244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246938528496997, 39.972120674058097 ], [ -75.247882272216501, 39.972237882080599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18603, "tnode_": 18621, "lpoly_": null, "rpoly_": null, "length": 175.80211742, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5814, "r_f_add": 5801, "r_t_add": 5815, "st_code": 77160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8798, "Shape__Length": 69.830754803878136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235987224152595, 39.971884999648097 ], [ -75.236607535467201, 39.971813437881501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18623, "tnode_": 18569, "lpoly_": null, "rpoly_": null, "length": 360.8873183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6628, "r_f_add": 6601, "r_t_add": 6633, "st_code": 41240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400255, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8799, "Shape__Length": 143.37374147791928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251447116899996, 39.972104743858999 ], [ -75.251553056441296, 39.972151549525002 ], [ -75.252691939281206, 39.972341937161701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18621, "tnode_": 18635, "lpoly_": null, "rpoly_": null, "length": 147.32714354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5816, "l_t_add": 5828, "r_f_add": 5817, "r_t_add": 5829, "st_code": 77160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8800, "Shape__Length": 58.519776817345729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236607535467201, 39.971813437881501 ], [ -75.237127732509506, 39.971755339736497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18628, "tnode_": 18638, "lpoly_": null, "rpoly_": null, "length": 133.423909, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5160, "l_t_add": 5198, "r_f_add": 5161, "r_t_add": 5199, "st_code": 37040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400257, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8801, "Shape__Length": 53.00869966405935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225386604256499, 39.9715404092982 ], [ -75.225714452244901, 39.9714729679173 ], [ -75.225844163675902, 39.971439822824102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18635, "tnode_": 18645, "lpoly_": null, "rpoly_": null, "length": 174.60742312000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5830, "l_t_add": 5898, "r_f_add": 5831, "r_t_add": 5899, "st_code": 77160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8802, "Shape__Length": 69.355470233176689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237127732509506, 39.971755339736497 ], [ -75.237744522198895, 39.971687926727697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18651, "tnode_": 18563, "lpoly_": null, "rpoly_": null, "length": 122.04527429, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 556, "l_t_add": 598, "r_f_add": 561, "r_t_add": 599, "st_code": 89070, "l_hundred": 500, "r_hundred": 500, "seg_id": 400259, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8803, "Shape__Length": 48.661315747037008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244887438331602, 39.971863316006903 ], [ -75.244952914045399, 39.972194536451298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18645, "tnode_": 18661, "lpoly_": null, "rpoly_": null, "length": 234.91635905000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5915, "st_code": 77160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8804, "Shape__Length": 93.311146103654664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237744522198895, 39.971687926727697 ], [ -75.238573669299996, 39.9715936244395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18656, "tnode_": 18671, "lpoly_": null, "rpoly_": null, "length": 187.87020109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5220, "l_t_add": 5298, "r_f_add": 5219, "r_t_add": 5299, "st_code": 37040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400261, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8805, "Shape__Length": 74.622704223099021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226569555291405, 39.971353097687498 ], [ -75.2272336538487, 39.971283117013499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18676, "tnode_": 18662, "lpoly_": null, "rpoly_": null, "length": 269.72042968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6228, "r_f_add": 6201, "r_t_add": 6221, "st_code": 41240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400262, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8806, "Shape__Length": 107.13763194405399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242841967009497, 39.971613094898103 ], [ -75.243791770099094, 39.9717321964566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18661, "tnode_": 18679, "lpoly_": null, "rpoly_": null, "length": 235.07673837, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5916, "l_t_add": 5998, "r_f_add": 5917, "r_t_add": 5999, "st_code": 77160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 8807, "Shape__Length": 93.373794362043597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238573669299996, 39.9715936244395 ], [ -75.239404445824704, 39.971504974964098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18671, "tnode_": 18689, "lpoly_": null, "rpoly_": null, "length": 214.54538613, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5323, "st_code": 37040, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400264, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8808, "Shape__Length": 85.218746028367562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272336538487, 39.971283117013499 ], [ -75.227991288966393, 39.971199061423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18689, "tnode_": 18700, "lpoly_": null, "rpoly_": null, "length": 211.45863644, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5320, "l_t_add": 5398, "r_f_add": 5325, "r_t_add": 5399, "st_code": 37040, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400265, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8809, "Shape__Length": 83.992482712625048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227991288966393, 39.971199061423 ], [ -75.2287381195205, 39.971116733052803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18710, "tnode_": 18623, "lpoly_": null, "rpoly_": null, "length": 213.22727591, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 550, "l_t_add": 598, "r_f_add": 551, "r_t_add": 599, "st_code": 89190, "l_hundred": 500, "r_hundred": 500, "seg_id": 400266, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8810, "Shape__Length": 85.016684636024166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251332547257803, 39.9715260839005 ], [ -75.251447116899996, 39.972104743858999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18700, "tnode_": 18717, "lpoly_": null, "rpoly_": null, "length": 152.63960611, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5412, "r_f_add": 5401, "r_t_add": 5413, "st_code": 37040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400267, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8811, "Shape__Length": 60.629654434321701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2287381195205, 39.971116733052803 ], [ -75.229276680511305, 39.971054516710801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18717, "tnode_": 18730, "lpoly_": null, "rpoly_": null, "length": 120.8014619, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5414, "l_t_add": 5424, "r_f_add": 5415, "r_t_add": 5427, "st_code": 37040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400268, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8812, "Shape__Length": 47.982637487492887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229276680511305, 39.971054516710801 ], [ -75.229703612312093, 39.971009043654902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18730, "tnode_": 18741, "lpoly_": null, "rpoly_": null, "length": 121.71171678, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5426, "l_t_add": 5436, "r_f_add": 5429, "r_t_add": 5441, "st_code": 37040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400269, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8813, "Shape__Length": 48.344740446429839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229703612312093, 39.971009043654902 ], [ -75.2301330957321, 39.970959672385597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18741, "tnode_": 18754, "lpoly_": null, "rpoly_": null, "length": 151.22181762, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5438, "l_t_add": 5498, "r_f_add": 5443, "r_t_add": 5499, "st_code": 37040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400270, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8814, "Shape__Length": 60.06542804933742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2301330957321, 39.970959672385597 ], [ -75.230667721264894, 39.970903780945598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18755, "tnode_": 18553, "lpoly_": null, "rpoly_": null, "length": 403.4072263, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 89230, "l_hundred": 500, "r_hundred": 500, "seg_id": 400271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 8815, "Shape__Length": 160.84332913148609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253126886270493, 39.971347921055703 ], [ -75.253106263909004, 39.971395340109801 ], [ -75.253149675170604, 39.971644794815802 ], [ -75.253252185887405, 39.972136983540501 ], [ -75.253302111085503, 39.972441824076498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18768, "tnode_": 18523, "lpoly_": null, "rpoly_": null, "length": 754.35101785999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 8816, "Shape__Length": 300.1695726126095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264151164695207, 39.971489334469098 ], [ -75.266112553233796, 39.972907383660399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18754, "tnode_": 18772, "lpoly_": null, "rpoly_": null, "length": 269.77996659000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5522, "r_f_add": 5501, "r_t_add": 5519, "st_code": 37040, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400273, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8817, "Shape__Length": 107.15757117572024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230667721264894, 39.970903780945598 ], [ -75.231620489269503, 39.9707985433147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18784, "tnode_": 18706, "lpoly_": null, "rpoly_": null, "length": 167.99590233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89030, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8818, "Shape__Length": 66.981066727208741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240919110249195, 39.970907154901397 ], [ -75.2409077290868, 39.970985333907301 ], [ -75.240990049952003, 39.971362555302399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18792, "tnode_": 18710, "lpoly_": null, "rpoly_": null, "length": 154.5124255, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 548, "r_f_add": 501, "r_t_add": 549, "st_code": 89190, "l_hundred": 500, "r_hundred": 500, "seg_id": 400275, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 8819, "Shape__Length": 61.595530150145535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2512210340563, 39.971116609828101 ], [ -75.251275959635805, 39.971185635136102 ], [ -75.251332547257803, 39.9715260839005 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18772, "tnode_": 18794, "lpoly_": null, "rpoly_": null, "length": 270.4381476, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5524, "l_t_add": 5598, "r_f_add": 5521, "r_t_add": 5599, "st_code": 37040, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400276, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8820, "Shape__Length": 107.4189787889252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231620489269503, 39.9707985433147 ], [ -75.2325754166351, 39.9706921757206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18803, "tnode_": 18638, "lpoly_": null, "rpoly_": null, "length": 352.45645868999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 642, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 88820, "l_hundred": 600, "r_hundred": 600, "seg_id": 400277, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8821, "Shape__Length": 140.52196584813763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225618710883793, 39.970488280380003 ], [ -75.225836708938303, 39.971373734638902 ], [ -75.225844163675902, 39.971439822824102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18807, "tnode_": 18792, "lpoly_": null, "rpoly_": null, "length": 186.92973767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6538, "l_t_add": 6598, "r_f_add": 6539, "r_t_add": 6599, "st_code": 37040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400278, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8822, "Shape__Length": 74.250858046639934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250562522507806, 39.971035285778697 ], [ -75.2512210340563, 39.971116609828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18794, "tnode_": 18816, "lpoly_": null, "rpoly_": null, "length": 225.41202159, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5620, "r_f_add": 5601, "r_t_add": 5615, "st_code": 37040, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400279, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8823, "Shape__Length": 89.53486105466952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2325754166351, 39.9706921757206 ], [ -75.233370726800004, 39.970600246576502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18816, "tnode_": 18535, "lpoly_": null, "rpoly_": null, "length": 566.55717701000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 35020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 8824, "Shape__Length": 225.89460545960361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233370726800004, 39.970600246576502 ], [ -75.233660933693599, 39.972139405169102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18825, "tnode_": 18671, "lpoly_": null, "rpoly_": null, "length": 351.64340531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 638, "l_t_add": 698, "r_f_add": 639, "r_t_add": 699, "st_code": 88840, "l_hundred": 600, "r_hundred": 600, "seg_id": 400281, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8825, "Shape__Length": 140.20459735295151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227056741708907, 39.970327457044398 ], [ -75.2272336538487, 39.971283117013499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18816, "tnode_": 18829, "lpoly_": null, "rpoly_": null, "length": 236.16094162, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5622, "l_t_add": 5698, "r_f_add": 5617, "r_t_add": 5699, "st_code": 37040, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400282, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8826, "Shape__Length": 93.803346471507822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233370726800004, 39.970600246576502 ], [ -75.234205010337305, 39.970509471890999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18829, "tnode_": 18840, "lpoly_": null, "rpoly_": null, "length": 218.32061484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5722, "r_f_add": 5701, "r_t_add": 5717, "st_code": 37040, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400283, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8827, "Shape__Length": 86.717160356708419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234205010337305, 39.970509471890999 ], [ -75.234976130935905, 39.970424809389598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18860, "tnode_": 18603, "lpoly_": null, "rpoly_": null, "length": 566.57163060999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88970, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8828, "Shape__Length": 225.89999033254571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235700693397206, 39.970345393416999 ], [ -75.235987224152595, 39.971884999648097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18873, "tnode_": 18886, "lpoly_": null, "rpoly_": null, "length": 132.34828237, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5816, "l_t_add": 5826, "r_f_add": 5817, "r_t_add": 5827, "st_code": 37040, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400286, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8829, "Shape__Length": 52.568576233861805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236314898728097, 39.970276444167297 ], [ -75.236782499538606, 39.970225885725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18895, "tnode_": 18874, "lpoly_": null, "rpoly_": null, "length": 299.56068638000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6328, "r_f_add": 6301, "r_t_add": 6329, "st_code": 37040, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400287, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8830, "Shape__Length": 118.9878507597971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245160894093203, 39.970368956158097 ], [ -75.246216536878606, 39.970497505766502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18886, "tnode_": 18904, "lpoly_": null, "rpoly_": null, "length": 191.29460597, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5828, "l_t_add": 5898, "r_f_add": 5829, "r_t_add": 5899, "st_code": 37040, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400288, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8831, "Shape__Length": 75.982270912515759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236782499538606, 39.970225885725 ], [ -75.237457954763101, 39.970150605342504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18904, "tnode_": 18645, "lpoly_": null, "rpoly_": null, "length": 565.74920747, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88990, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8832, "Shape__Length": 225.57137675144773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237457954763101, 39.970150605342504 ], [ -75.237744522198895, 39.971687926727697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18905, "tnode_": 18817, "lpoly_": null, "rpoly_": null, "length": 205.24048728, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 640, "l_t_add": 658, "r_f_add": 641, "r_t_add": 663, "st_code": 88900, "l_hundred": 600, "r_hundred": 600, "seg_id": 400290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8833, "Shape__Length": 81.830823124905066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230490653090001, 39.969949447436598 ], [ -75.230597249069803, 39.970506856659703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18909, "tnode_": 18895, "lpoly_": null, "rpoly_": null, "length": 298.34131814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6226, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 37040, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400291, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8834, "Shape__Length": 118.5039661125881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244110336041501, 39.970237166915503 ], [ -75.245160894093203, 39.970368956158097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18904, "tnode_": 18916, "lpoly_": null, "rpoly_": null, "length": 235.97087116, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5915, "st_code": 37040, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400292, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8835, "Shape__Length": 93.727632899109267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237457954763101, 39.970150605342504 ], [ -75.238291098632303, 39.970057421042704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18916, "tnode_": 18661, "lpoly_": null, "rpoly_": null, "length": 565.27684498999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 67680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400293, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 8836, "Shape__Length": 225.38292938950016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238291098632303, 39.970057421042704 ], [ -75.238555706576193, 39.971534113480601 ], [ -75.238573669299996, 39.9715936244395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18916, "tnode_": 18936, "lpoly_": null, "rpoly_": null, "length": 249.86757528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5920, "l_t_add": 5998, "r_f_add": 5917, "r_t_add": 5999, "st_code": 37040, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400294, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8837, "Shape__Length": 99.274817899004091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238291098632303, 39.970057421042704 ], [ -75.2390478180548, 39.969971917928 ], [ -75.239136325389296, 39.969902222048098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18936, "tnode_": 18784, "lpoly_": null, "rpoly_": null, "length": 620.62388393999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 41240, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400295, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8838, "Shape__Length": 246.83513348343888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239136325389296, 39.969902222048098 ], [ -75.239492322776997, 39.970052357588798 ], [ -75.240919110249195, 39.970907154901397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18934, "tnode_": 18938, "lpoly_": null, "rpoly_": null, "length": 74.88352891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5142, "l_t_add": 5146, "r_f_add": 5153, "r_t_add": 5159, "st_code": 84780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 8839, "Shape__Length": 29.743159883392405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2246327576634, 39.969604627757697 ], [ -75.224897552433006, 39.969577285827299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18941, "tnode_": 18851, "lpoly_": null, "rpoly_": null, "length": 206.43505763, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 636, "l_t_add": 658, "r_f_add": 641, "r_t_add": 659, "st_code": 88930, "l_hundred": 600, "r_hundred": 600, "seg_id": 400297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 8840, "Shape__Length": 82.306511265329561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232396622433996, 39.969739347656599 ], [ -75.232506497252302, 39.970299696384899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18943, "tnode_": 18860, "lpoly_": null, "rpoly_": null, "length": 191.93483487999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 546, "l_t_add": 598, "r_f_add": 553, "r_t_add": 599, "st_code": 88970, "l_hundred": 500, "r_hundred": 500, "seg_id": 400298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8841, "Shape__Length": 76.525672463647368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235601530088502, 39.969824061866497 ], [ -75.235700693397206, 39.970345393416999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18936, "tnode_": 18953, "lpoly_": null, "rpoly_": null, "length": 278.06893879, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6043, "st_code": 37040, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400299, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 8842, "Shape__Length": 110.44581997734693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239136325389296, 39.969902222048098 ], [ -75.239420988489499, 39.969944146227597 ], [ -75.2401213615599, 39.9699045108052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18957, "tnode_": 18803, "lpoly_": null, "rpoly_": null, "length": 356.79736091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 640, "r_f_add": 601, "r_t_add": 643, "st_code": 88820, "l_hundred": 600, "r_hundred": 600, "seg_id": 400300, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8843, "Shape__Length": 142.24857581514712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225375465091005, 39.969526874559101 ], [ -75.225618710883793, 39.970488280380003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18961, "tnode_": 18784, "lpoly_": null, "rpoly_": null, "length": 387.21643203000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 89030, "l_hundred": 500, "r_hundred": 500, "seg_id": 400301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8844, "Shape__Length": 154.38340632883131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241141377553006, 39.969858044540501 ], [ -75.240919110249195, 39.970907154901397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18975, "tnode_": 18905, "lpoly_": null, "rpoly_": null, "length": 163.24936584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 616, "l_t_add": 638, "r_f_add": 619, "r_t_add": 639, "st_code": 88900, "l_hundred": 600, "r_hundred": 600, "seg_id": 400302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8845, "Shape__Length": 65.088385071132876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230407384281804, 39.969505910959803 ], [ -75.230490653090001, 39.969949447436598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18977, "tnode_": 18911, "lpoly_": null, "rpoly_": null, "length": 150.64094852999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 634, "l_t_add": 648, "r_f_add": 633, "r_t_add": 649, "st_code": 88950, "l_hundred": 600, "r_hundred": 600, "seg_id": 400303, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8846, "Shape__Length": 60.062019810716677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234038225650906, 39.969586751144597 ], [ -75.234109953330702, 39.969996580163702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18970, "tnode_": 18982, "lpoly_": null, "rpoly_": null, "length": 203.91060894999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5227, "r_t_add": 5299, "st_code": 84780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 8847, "Shape__Length": 80.990913005329958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226156369587599, 39.969446833892299 ], [ -75.226878091729304, 39.969376377868699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19007, "tnode_": 18943, "lpoly_": null, "rpoly_": null, "length": 148.31630733, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 530, "l_t_add": 544, "r_f_add": 537, "r_t_add": 551, "st_code": 88970, "l_hundred": 500, "r_hundred": 500, "seg_id": 400305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8848, "Shape__Length": 59.134290824086719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235524975910707, 39.969421198312702 ], [ -75.235601530088502, 39.969824061866497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18982, "tnode_": 19008, "lpoly_": null, "rpoly_": null, "length": 426.44075647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 84780, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 8849, "Shape__Length": 169.37759829157687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226878091729304, 39.969376377868699 ], [ -75.228386767234696, 39.969225034117997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19010, "tnode_": 18941, "lpoly_": null, "rpoly_": null, "length": 164.06180797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 614, "l_t_add": 634, "r_f_add": 617, "r_t_add": 639, "st_code": 88930, "l_hundred": 600, "r_hundred": 600, "seg_id": 400307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 8850, "Shape__Length": 65.412446462776472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232315674510204, 39.969293304922999 ], [ -75.232396622433996, 39.969739347656599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19027, "tnode_": 19009, "lpoly_": null, "rpoly_": null, "length": 311.41634426999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6640, "r_f_add": 6601, "r_t_add": 6623, "st_code": 20880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8851, "Shape__Length": 123.69630678701432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251471264304001, 39.969587544163801 ], [ -75.2525678591646, 39.969725081923201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19030, "tnode_": 18921, "lpoly_": null, "rpoly_": null, "length": 265.69773622999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 436, "l_t_add": 498, "r_f_add": 435, "r_t_add": 499, "st_code": 89050, "l_hundred": 400, "r_hundred": 400, "seg_id": 400309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 8852, "Shape__Length": 105.93372496222081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243260219129795, 39.969394179450902 ], [ -75.2431139230019, 39.9701148147984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19033, "tnode_": 18977, "lpoly_": null, "rpoly_": null, "length": 150.17690437, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 618, "l_t_add": 632, "r_f_add": 617, "r_t_add": 631, "st_code": 88950, "l_hundred": 600, "r_hundred": 600, "seg_id": 400310, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8853, "Shape__Length": 59.87573987675129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233959397680295, 39.969178982816302 ], [ -75.234038225650906, 39.969586751144597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19034, "tnode_": 18991, "lpoly_": null, "rpoly_": null, "length": 182.37812631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5914, "l_t_add": 5924, "r_f_add": 5915, "r_t_add": 5931, "st_code": 41240, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400311, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8854, "Shape__Length": 72.505093342997725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237912006621997, 39.969287941735203 ], [ -75.238476309306506, 39.969537207271202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19040, "tnode_": 19030, "lpoly_": null, "rpoly_": null, "length": 189.35930686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6120, "l_t_add": 6198, "r_f_add": 6121, "r_t_add": 6199, "st_code": 59940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400312, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 8855, "Shape__Length": 75.213886542312935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242593027287498, 39.969312464500703 ], [ -75.243260219129795, 39.969394179450902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19053, "tnode_": 18975, "lpoly_": null, "rpoly_": null, "length": 174.93046346999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 617, "st_code": 88900, "l_hundred": 600, "r_hundred": 600, "seg_id": 400313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8856, "Shape__Length": 69.744980497969934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230316175093904, 39.969030860670202 ], [ -75.230407384281804, 39.969505910959803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19067, "tnode_": 18961, "lpoly_": null, "rpoly_": null, "length": 260.28204797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 432, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 89030, "l_hundred": 400, "r_hundred": 400, "seg_id": 400314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8857, "Shape__Length": 103.77391110554493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241286159153503, 39.969152275167303 ], [ -75.241141377553006, 39.969858044540501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19072, "tnode_": 19007, "lpoly_": null, "rpoly_": null, "length": 147.13030122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 516, "l_t_add": 528, "r_f_add": 521, "r_t_add": 535, "st_code": 88970, "l_hundred": 500, "r_hundred": 500, "seg_id": 400315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8858, "Shape__Length": 58.66137673319578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235451389250699, 39.969021295512498 ], [ -75.235524975910707, 39.969421198312702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19081, "tnode_": 19034, "lpoly_": null, "rpoly_": null, "length": 217.25965617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5912, "r_f_add": 5901, "r_t_add": 5913, "st_code": 41240, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400316, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8859, "Shape__Length": 86.374538233007542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237243072484702, 39.968986630078902 ], [ -75.237912006621997, 39.969287941735203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19095, "tnode_": 18856, "lpoly_": null, "rpoly_": null, "length": 559.06667829000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89110, "l_hundred": 400, "r_hundred": 400, "seg_id": 400317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 8860, "Shape__Length": 222.89914978435348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247520801075197, 39.969102858418097 ], [ -75.247204550584996, 39.970618153659501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19099, "tnode_": 18957, "lpoly_": null, "rpoly_": null, "length": 341.39177015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 516, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 88820, "l_hundred": 500, "r_hundred": 500, "seg_id": 400318, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8861, "Shape__Length": 136.11516954618364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225216191185396, 39.968597758686499 ], [ -75.225375465091005, 39.969526874559101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19120, "tnode_": 18874, "lpoly_": null, "rpoly_": null, "length": 561.03028676000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 38960, "l_hundred": 400, "r_hundred": 400, "seg_id": 400319, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 8862, "Shape__Length": 223.68152116423744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246534714515803, 39.968976989424 ], [ -75.246216536878606, 39.970497505766502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19103, "tnode_": 19137, "lpoly_": null, "rpoly_": null, "length": 236.25243834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5618, "l_t_add": 5698, "r_f_add": 5623, "r_t_add": 5699, "st_code": 84780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 8863, "Shape__Length": 93.835948764326204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233027135475197, 39.968756993940801 ], [ -75.233863091582407, 39.968673990352897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19139, "tnode_": 18910, "lpoly_": null, "rpoly_": null, "length": 505.28130865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88800, "l_hundred": 900, "r_hundred": 900, "seg_id": 400321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8864, "Shape__Length": 201.45153053162841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222827464261499, 39.968388285734797 ], [ -75.223121379698597, 39.969756786542803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19099, "tnode_": 19148, "lpoly_": null, "rpoly_": null, "length": 423.32779487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 63940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 8865, "Shape__Length": 168.14068542998808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225216191185396, 39.968597758686499 ], [ -75.226712169925307, 39.968437993026903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19148, "tnode_": 18982, "lpoly_": null, "rpoly_": null, "length": 344.98583384, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 516, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 88840, "l_hundred": 500, "r_hundred": 500, "seg_id": 400323, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8866, "Shape__Length": 137.54725434934616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226712169925307, 39.968437993026903 ], [ -75.226878091729304, 39.969376377868699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19150, "tnode_": 19120, "lpoly_": null, "rpoly_": null, "length": 300.64473458999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6340, "r_f_add": 6301, "r_t_add": 6337, "st_code": 20880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8867, "Shape__Length": 119.41614975250805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245475711747204, 39.968845870445001 ], [ -75.246534714515803, 39.968976989424 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19154, "tnode_": 19147, "lpoly_": null, "rpoly_": null, "length": 58.03910028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5820, "l_t_add": 5826, "r_f_add": 5817, "r_t_add": 5819, "st_code": 41240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400325, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8868, "Shape__Length": 23.061285433749134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236010058475301, 39.968632115863102 ], [ -75.236204827590001, 39.9686862080097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19155, "tnode_": 19008, "lpoly_": null, "rpoly_": null, "length": 296.20695635000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 524, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 88870, "l_hundred": 500, "r_hundred": 500, "seg_id": 400326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8869, "Shape__Length": 118.09954934921383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228251033670503, 39.968418643798401 ], [ -75.228386767234696, 39.969225034117997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19165, "tnode_": 19150, "lpoly_": null, "rpoly_": null, "length": 300.2654937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6228, "l_t_add": 6298, "r_f_add": 6229, "r_t_add": 6299, "st_code": 20880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8870, "Shape__Length": 119.265082059474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244417812691495, 39.9687160415113 ], [ -75.245475711747204, 39.968845870445001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19171, "tnode_": 19154, "lpoly_": null, "rpoly_": null, "length": 194.68501504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5815, "st_code": 41240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400328, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8871, "Shape__Length": 77.354253780892563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235354497394198, 39.968455503367899 ], [ -75.236010058475301, 39.968632115863102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19181, "tnode_": 19165, "lpoly_": null, "rpoly_": null, "length": 280.34581981999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6226, "r_f_add": 6201, "r_t_add": 6227, "st_code": 20880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8872, "Shape__Length": 111.35322082119944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243430574003298, 39.968592545011902 ], [ -75.244417812691495, 39.9687160415113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19188, "tnode_": 19181, "lpoly_": null, "rpoly_": null, "length": 191.10626962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6136, "l_t_add": 6198, "r_f_add": 6137, "r_t_add": 6199, "st_code": 20880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8873, "Shape__Length": 75.906921304062806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242757273370302, 39.968509890111498 ], [ -75.243430574003298, 39.968592545011902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19169, "tnode_": 19193, "lpoly_": null, "rpoly_": null, "length": 341.19155767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5426, "l_t_add": 5498, "r_f_add": 5427, "r_t_add": 5499, "st_code": 63940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 8874, "Shape__Length": 135.51549030121163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228958404419203, 39.968346048570197 ], [ -75.230165505299098, 39.968225200181401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19195, "tnode_": 19176, "lpoly_": null, "rpoly_": null, "length": 280.43383287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 21440, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400332, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 8875, "Shape__Length": 111.38803092507202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2476295687798, 39.968584071798801 ], [ -75.248617271220297, 39.968706876293901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19199, "tnode_": 19188, "lpoly_": null, "rpoly_": null, "length": 179.04991915000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6118, "l_t_add": 6134, "r_f_add": 6119, "r_t_add": 6135, "st_code": 20880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8876, "Shape__Length": 71.117930888476607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242126271729603, 39.968433314817801 ], [ -75.242757273370302, 39.968509890111498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19213, "tnode_": 19199, "lpoly_": null, "rpoly_": null, "length": 190.66060394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6116, "r_f_add": 6101, "r_t_add": 6117, "st_code": 20880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8877, "Shape__Length": 75.729928434605213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241454774922104, 39.968349741084197 ], [ -75.242126271729603, 39.968433314817801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19232, "tnode_": 19213, "lpoly_": null, "rpoly_": null, "length": 280.55965384999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6051, "r_t_add": 6099, "st_code": 20880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8878, "Shape__Length": 111.43739941781052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240466609361405, 39.968227001376597 ], [ -75.241454774922104, 39.968349741084197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19241, "tnode_": 19139, "lpoly_": null, "rpoly_": null, "length": 225.15225012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 876, "l_t_add": 898, "r_f_add": 877, "r_t_add": 899, "st_code": 88800, "l_hundred": 800, "r_hundred": 800, "seg_id": 400336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 8879, "Shape__Length": 89.765771768928559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222701516018304, 39.967777859254603 ], [ -75.222827464261499, 39.968388285734797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19242, "tnode_": 19137, "lpoly_": null, "rpoly_": null, "length": 247.49567556, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 88950, "l_hundred": 500, "r_hundred": 500, "seg_id": 400337, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8880, "Shape__Length": 98.675298231615116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233732682617202, 39.968002034264799 ], [ -75.233863091582407, 39.968673990352897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19247, "tnode_": 19155, "lpoly_": null, "rpoly_": null, "length": 208.13302631000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 523, "st_code": 88870, "l_hundred": 500, "r_hundred": 500, "seg_id": 400338, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8881, "Shape__Length": 82.982556977063737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228151003443102, 39.967852500451201 ], [ -75.228251033670503, 39.968418643798401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19249, "tnode_": 19232, "lpoly_": null, "rpoly_": null, "length": 279.70853268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 20880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8882, "Shape__Length": 111.09877000640454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239481021090199, 39.968106663769397 ], [ -75.240466609361405, 39.968227001376597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19263, "tnode_": 19259, "lpoly_": null, "rpoly_": null, "length": 85.14149357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5950, "l_t_add": 5968, "r_f_add": 5951, "r_t_add": 5969, "st_code": 20880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8883, "Shape__Length": 33.8175259503275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238492728662905, 39.9679836032034 ], [ -75.238792905365997, 39.968019395948303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19266, "tnode_": 19034, "lpoly_": null, "rpoly_": null, "length": 495.02465891000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67680, "l_hundred": 400, "r_hundred": 400, "seg_id": 400341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 8884, "Shape__Length": 197.36190207627723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238193419444599, 39.967946398778601 ], [ -75.237912006621997, 39.969287941735203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19266, "tnode_": 19263, "lpoly_": null, "rpoly_": null, "length": 84.98175994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5930, "l_t_add": 5948, "r_f_add": 5931, "r_t_add": 5949, "st_code": 20880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 8885, "Shape__Length": 33.754328164864631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238193419444599, 39.967946398778601 ], [ -75.238492728662905, 39.9679836032034 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19275, "tnode_": 19182, "lpoly_": null, "rpoly_": null, "length": 205.84130611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 438, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 88820, "l_hundred": 400, "r_hundred": 400, "seg_id": 400343, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8886, "Shape__Length": 82.069088451136295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225048668646707, 39.967594385404901 ], [ -75.225142821793696, 39.968154782289503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19286, "tnode_": 19193, "lpoly_": null, "rpoly_": null, "length": 208.53439167, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 517, "st_code": 88900, "l_hundred": 500, "r_hundred": 500, "seg_id": 400344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8887, "Shape__Length": 83.141754722369924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230060411444498, 39.967658487228803 ], [ -75.230165505299098, 39.968225200181401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19315, "tnode_": 19312, "lpoly_": null, "rpoly_": null, "length": 192.0751802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5570, "l_t_add": 5598, "r_f_add": 5571, "r_t_add": 5599, "st_code": 82520, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 8888, "Shape__Length": 76.285876721145868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231293767701601, 39.967531280639299 ], [ -75.231509655920306, 39.967505994606398 ], [ -75.231975852196697, 39.9674864537552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19335, "tnode_": 19317, "lpoly_": null, "rpoly_": null, "length": 279.60676016999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 80120, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8889, "Shape__Length": 111.05757525572399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249817647808001, 39.967827989719403 ], [ -75.250803233834802, 39.967946522718599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19351, "tnode_": 19275, "lpoly_": null, "rpoly_": null, "length": 174.39329433, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 418, "l_t_add": 436, "r_f_add": 417, "r_t_add": 431, "st_code": 88820, "l_hundred": 400, "r_hundred": 400, "seg_id": 400348, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8890, "Shape__Length": 69.529854318690965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224965752663394, 39.967119924211701 ], [ -75.225048668646707, 39.967594385404901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19361, "tnode_": 19352, "lpoly_": null, "rpoly_": null, "length": 168.24829319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6400, "l_t_add": 6414, "r_f_add": 6401, "r_t_add": 6413, "st_code": 80120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8891, "Shape__Length": 66.82762544401281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247843187333999, 39.967579679329297 ], [ -75.248435084826497, 39.967656491537198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19366, "tnode_": 19216, "lpoly_": null, "rpoly_": null, "length": 367.13822954, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 414, "l_t_add": 498, "r_f_add": 419, "r_t_add": 499, "st_code": 88840, "l_hundred": 400, "r_hundred": 400, "seg_id": 400350, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8892, "Shape__Length": 146.37693624110872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226470839138301, 39.967003906236002 ], [ -75.226643726696295, 39.968002928767298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19372, "tnode_": 19361, "lpoly_": null, "rpoly_": null, "length": 281.76444561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6314, "l_t_add": 6398, "r_f_add": 6323, "r_t_add": 6399, "st_code": 80120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8893, "Shape__Length": 111.91425936165535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246850316039001, 39.9674586912518 ], [ -75.247843187333999, 39.967579679329297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19391, "tnode_": 19150, "lpoly_": null, "rpoly_": null, "length": 560.27378719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89070, "l_hundred": 300, "r_hundred": 300, "seg_id": 400353, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8894, "Shape__Length": 223.37448114081289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245793742942894, 39.967327440296799 ], [ -75.245475711747204, 39.968845870445001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19391, "tnode_": 19372, "lpoly_": null, "rpoly_": null, "length": 299.98658602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6312, "r_f_add": 6301, "r_t_add": 6321, "st_code": 80120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8895, "Shape__Length": 119.15214751532386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245793742942894, 39.967327440296799 ], [ -75.246850316039001, 39.9674586912518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19392, "tnode_": 19312, "lpoly_": null, "rpoly_": null, "length": 609.96576076999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 41240, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400355, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8896, "Shape__Length": 242.35524094544488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229924554877499, 39.966929015504398 ], [ -75.231541222234, 39.967386400865102 ], [ -75.231975852196697, 39.9674864537552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19400, "tnode_": 19247, "lpoly_": null, "rpoly_": null, "length": 367.56213236999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 422, "l_t_add": 498, "r_f_add": 415, "r_t_add": 499, "st_code": 88870, "l_hundred": 400, "r_hundred": 400, "seg_id": 400356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8897, "Shape__Length": 146.54579947694668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227979454315701, 39.966852167598098 ], [ -75.228151003443102, 39.967852500451201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19406, "tnode_": 19391, "lpoly_": null, "rpoly_": null, "length": 301.09718917000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6222, "l_t_add": 6298, "r_f_add": 6229, "r_t_add": 6299, "st_code": 80120, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8898, "Shape__Length": 119.59308302823658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2447333117656, 39.967195458287101 ], [ -75.245793742942894, 39.967327440296799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19418, "tnode_": 19406, "lpoly_": null, "rpoly_": null, "length": 279.21497327999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6220, "r_f_add": 6201, "r_t_add": 6227, "st_code": 80120, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8899, "Shape__Length": 110.90146988225833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243749963969705, 39.967072997758699 ], [ -75.2447333117656, 39.967195458287101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19412, "tnode_": 19351, "lpoly_": null, "rpoly_": null, "length": 171.76264085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 415, "st_code": 88820, "l_hundred": 400, "r_hundred": 400, "seg_id": 400359, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8900, "Shape__Length": 68.481202398046477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2248898296276, 39.966652047245503 ], [ -75.224965752663394, 39.967119924211701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19428, "tnode_": 19418, "lpoly_": null, "rpoly_": null, "length": 143.77554454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 80120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400361, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8901, "Shape__Length": 57.105838233988202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243243231317095, 39.9670117745422 ], [ -75.243749963969705, 39.967072997758699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27733, "tnode_": 19366, "lpoly_": null, "rpoly_": null, "length": 157.30263085000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 417, "st_code": 88840, "l_hundred": 400, "r_hundred": 400, "seg_id": 400363, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8902, "Shape__Length": 62.715705748917742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226399051578397, 39.966575638301897 ], [ -75.226470839138301, 39.967003906236002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19441, "tnode_": 19438, "lpoly_": null, "rpoly_": null, "length": 89.61532929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6120, "l_t_add": 6128, "r_f_add": 6119, "r_t_add": 6127, "st_code": 80120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8903, "Shape__Length": 35.593813513743797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242445548055599, 39.966913527518102 ], [ -75.242761635336393, 39.966950486563597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19452, "tnode_": 19441, "lpoly_": null, "rpoly_": null, "length": 190.79295205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6117, "st_code": 80120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8904, "Shape__Length": 75.780848557398954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241773653564707, 39.966829642100301 ], [ -75.242445548055599, 39.966913527518102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19461, "tnode_": 19452, "lpoly_": null, "rpoly_": null, "length": 281.54577846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6099, "st_code": 80120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8905, "Shape__Length": 111.82682154893226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240782311337199, 39.966705170157397 ], [ -75.241773653564707, 39.966829642100301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19466, "tnode_": 19400, "lpoly_": null, "rpoly_": null, "length": 157.03196466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 402, "l_t_add": 420, "r_f_add": 403, "r_t_add": 413, "st_code": 88870, "l_hundred": 400, "r_hundred": 400, "seg_id": 400367, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8906, "Shape__Length": 62.607496443921207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227906401267902, 39.966424775794103 ], [ -75.227979454315701, 39.966852167598098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19476, "tnode_": 19461, "lpoly_": null, "rpoly_": null, "length": 279.85052357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6029, "st_code": 80120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8907, "Shape__Length": 111.15242083821936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239795947424, 39.966586222466098 ], [ -75.240782311337199, 39.966705170157397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19482, "tnode_": 19412, "lpoly_": null, "rpoly_": null, "length": 160.47801189, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 334, "l_t_add": 398, "r_f_add": 331, "r_t_add": 399, "st_code": 88820, "l_hundred": 300, "r_hundred": 300, "seg_id": 400369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8908, "Shape__Length": 63.981219923496404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224815182304198, 39.966215275503998 ], [ -75.2248898296276, 39.966652047245503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19493, "tnode_": 19487, "lpoly_": null, "rpoly_": null, "length": 109.02243341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5934, "l_t_add": 5944, "r_f_add": 5937, "r_t_add": 5943, "st_code": 80120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8909, "Shape__Length": 43.301983779950532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238809569310206, 39.966461820303003 ], [ -75.239193813231594, 39.966508241188997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19494, "tnode_": 19466, "lpoly_": null, "rpoly_": null, "length": 82.43082422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 400, "r_f_add": 401, "r_t_add": 401, "st_code": 88870, "l_hundred": 400, "r_hundred": 400, "seg_id": 400371, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8910, "Shape__Length": 32.863837107485949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227863342076205, 39.966200931595097 ], [ -75.227906401267902, 39.966424775794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19496, "tnode_": 19493, "lpoly_": null, "rpoly_": null, "length": 133.37370013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5916, "l_t_add": 5932, "r_f_add": 5913, "r_t_add": 5935, "st_code": 80120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8911, "Shape__Length": 52.974631815302878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238340364271394, 39.966400950567099 ], [ -75.238809569310206, 39.966461820303003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19505, "tnode_": 19496, "lpoly_": null, "rpoly_": null, "length": 147.4921526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5911, "st_code": 80120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400373, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8912, "Shape__Length": 58.581214886707336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237820269590401, 39.966339472863801 ], [ -75.238340364271394, 39.966400950567099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19512, "tnode_": 19505, "lpoly_": null, "rpoly_": null, "length": 186.41941313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5836, "l_t_add": 5898, "r_f_add": 5837, "r_t_add": 5899, "st_code": 80120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8913, "Shape__Length": 74.042641050355286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237163251105102, 39.9662600710272 ], [ -75.237820269590401, 39.966339472863801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19541, "tnode_": 19494, "lpoly_": null, "rpoly_": null, "length": 111.02706686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 328, "l_t_add": 398, "r_f_add": 335, "r_t_add": 399, "st_code": 88870, "l_hundred": 300, "r_hundred": 300, "seg_id": 400377, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8914, "Shape__Length": 44.26651917131619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227823730292997, 39.965897676272 ], [ -75.227863342076205, 39.966200931595097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19545, "tnode_": 19482, "lpoly_": null, "rpoly_": null, "length": 161.8874733, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 318, "l_t_add": 332, "r_f_add": 317, "r_t_add": 329, "st_code": 88820, "l_hundred": 300, "r_hundred": 300, "seg_id": 400378, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8915, "Shape__Length": 64.54318288107369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224743785304497, 39.965774282867997 ], [ -75.224815182304198, 39.966215275503998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19551, "tnode_": 19335, "lpoly_": null, "rpoly_": null, "length": 560.75170274000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89150, "l_hundred": 200, "r_hundred": 200, "seg_id": 400380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 8916, "Shape__Length": 223.56182540732459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250135010437106, 39.966308148526998 ], [ -75.249817647808001, 39.967827989719403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19564, "tnode_": 19345, "lpoly_": null, "rpoly_": null, "length": 560.66850602, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 73000, "l_hundred": 200, "r_hundred": 200, "seg_id": 400381, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 8917, "Shape__Length": 223.52794183389116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249294312801794, 39.966202040100697 ], [ -75.248974377097696, 39.967721330444903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19569, "tnode_": 19553, "lpoly_": null, "rpoly_": null, "length": 269.83421582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5722, "r_f_add": 5701, "r_t_add": 5723, "st_code": 80120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8918, "Shape__Length": 107.17311991376162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233906033279595, 39.9658560631337 ], [ -75.234856877156403, 39.965971761408802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19584, "tnode_": 19572, "lpoly_": null, "rpoly_": null, "length": 169.13490711999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6400, "l_t_add": 6414, "r_f_add": 6401, "r_t_add": 6415, "st_code": 67120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8919, "Shape__Length": 67.17781291058381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248159590687905, 39.966060414585002 ], [ -75.2487551331904, 39.966135129910697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19586, "tnode_": 19494, "lpoly_": null, "rpoly_": null, "length": 509.75785587999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 41240, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400385, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8920, "Shape__Length": 202.60466316500609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2262335162185, 39.965580091693198 ], [ -75.227863342076205, 39.966200931595097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19587, "tnode_": 19505, "lpoly_": null, "rpoly_": null, "length": 198.16591692999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 236, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 88990, "l_hundred": 200, "r_hundred": 200, "seg_id": 400386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8921, "Shape__Length": 79.003546960500017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237936385406798, 39.965802870006399 ], [ -75.237820269590401, 39.966339472863801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19601, "tnode_": 19584, "lpoly_": null, "rpoly_": null, "length": 280.75132992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6314, "l_t_add": 6398, "r_f_add": 6333, "r_t_add": 6399, "st_code": 67120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8922, "Shape__Length": 111.50992735206412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247170957408201, 39.965936764177698 ], [ -75.248159590687905, 39.966060414585002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19602, "tnode_": 19478, "lpoly_": null, "rpoly_": null, "length": 291.58988423000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 326, "r_f_add": 301, "r_t_add": 327, "st_code": 88930, "l_hundred": 300, "r_hundred": 300, "seg_id": 400388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 8923, "Shape__Length": 116.26019112692904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231769510499404, 39.965586450310703 ], [ -75.231764008909195, 39.966208879145597 ], [ -75.231789352628397, 39.966385815269803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19602, "tnode_": 19569, "lpoly_": null, "rpoly_": null, "length": 606.87103176999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 80120, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8924, "Shape__Length": 241.03889215906091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231769510499404, 39.965586450310703 ], [ -75.233906033279595, 39.9658560631337 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19622, "tnode_": 19391, "lpoly_": null, "rpoly_": null, "length": 561.18364624999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89070, "l_hundred": 200, "r_hundred": 200, "seg_id": 400390, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8925, "Shape__Length": 223.73247219449337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246110802516498, 39.965806361019901 ], [ -75.245793742942894, 39.967327440296799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18734, "tnode_": 19625, "lpoly_": null, "rpoly_": null, "length": 2724.0891781800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7901, "l_t_add": 8099, "r_f_add": 7900, "r_t_add": 8098, "st_code": 49020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 400391, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 8926, "Shape__Length": 1084.2009710400034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260743088999703, 39.971723412278998 ], [ -75.260935697037894, 39.971571708684003 ], [ -75.261213078283305, 39.9713059061853 ], [ -75.267359299543003, 39.966247086037598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19629, "tnode_": 19622, "lpoly_": null, "rpoly_": null, "length": 167.29504224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6232, "l_t_add": 6298, "r_f_add": 6235, "r_t_add": 6299, "st_code": 67120, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8927, "Shape__Length": 66.446806623047792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245521834520005, 39.965732019520203 ], [ -75.246110802516498, 39.965806361019901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19631, "tnode_": 19426, "lpoly_": null, "rpoly_": null, "length": 495.19128074999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83600, "l_hundred": 300, "r_hundred": 300, "seg_id": 400393, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 8928, "Shape__Length": 197.42648462996084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225453086183805, 39.9652164765332 ], [ -75.225687785787201, 39.9665637893116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19631, "tnode_": 19586, "lpoly_": null, "rpoly_": null, "length": 257.52541642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5217, "r_t_add": 5299, "st_code": 41240, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400394, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8929, "Shape__Length": 102.38457036218369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225453086183805, 39.9652164765332 ], [ -75.225862230766097, 39.965376380814497 ], [ -75.226000147557798, 39.965479684118399 ], [ -75.2262335162185, 39.965580091693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19635, "tnode_": 19507, "lpoly_": null, "rpoly_": null, "length": 286.37265631999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 336, "r_f_add": 301, "r_t_add": 327, "st_code": 88900, "l_hundred": 300, "r_hundred": 300, "seg_id": 400395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8930, "Shape__Length": 114.16919470442133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229923722687005, 39.965361352242198 ], [ -75.229766481712403, 39.9660835685062 ], [ -75.2297724056466, 39.966137223234199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19640, "tnode_": 19629, "lpoly_": null, "rpoly_": null, "length": 132.57127002000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6222, "l_t_add": 6230, "r_f_add": 6221, "r_t_add": 6233, "st_code": 67120, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8931, "Shape__Length": 52.654338203978526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245054294692494, 39.965677085366401 ], [ -75.245521834520005, 39.965732019520203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19647, "tnode_": 19576, "lpoly_": null, "rpoly_": null, "length": 145.60599205999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 214, "l_t_add": 226, "r_f_add": 217, "r_t_add": 235, "st_code": 89010, "l_hundred": 200, "r_hundred": 200, "seg_id": 400398, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8932, "Shape__Length": 58.048957114255664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240019269856006, 39.965505378941202 ], [ -75.239933844448501, 39.965899643797101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19659, "tnode_": 19640, "lpoly_": null, "rpoly_": null, "length": 280.95562243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6220, "r_f_add": 6201, "r_t_add": 6219, "st_code": 67120, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8933, "Shape__Length": 111.59047307846056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2440649861678, 39.965553162562202 ], [ -75.245054294692494, 39.965677085366401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19663, "tnode_": 19535, "lpoly_": null, "rpoly_": null, "length": 280.43576477, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 232, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 88970, "l_hundred": 200, "r_hundred": 200, "seg_id": 400402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8934, "Shape__Length": 111.80227387977274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236005699262705, 39.965334899913501 ], [ -75.235844741170197, 39.966094703230901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19672, "tnode_": 19587, "lpoly_": null, "rpoly_": null, "length": 174.78222370999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 218, "l_t_add": 234, "r_f_add": 221, "r_t_add": 241, "st_code": 88990, "l_hundred": 200, "r_hundred": 200, "seg_id": 400403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8935, "Shape__Length": 69.680813414361396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2380370903048, 39.965329369585596 ], [ -75.237936385406798, 39.965802870006399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19684, "tnode_": 19675, "lpoly_": null, "rpoly_": null, "length": 89.91239309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6122, "l_t_add": 6128, "r_f_add": 6123, "r_t_add": 6129, "st_code": 67120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8936, "Shape__Length": 35.711866245910052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242764054245399, 39.9653935335432 ], [ -75.243080194467097, 39.9654353115302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19691, "tnode_": 19688, "lpoly_": null, "rpoly_": null, "length": 68.10839038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5720, "l_t_add": 5738, "r_f_add": 5721, "r_t_add": 5739, "st_code": 75400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400405, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 8937, "Shape__Length": 27.051474936790811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234782262114607, 39.965186044577401 ], [ -75.235021829534503, 39.965217272562697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19694, "tnode_": 19680, "lpoly_": null, "rpoly_": null, "length": 172.14224526000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5328, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 80120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8938, "Shape__Length": 68.371044571580782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227074739812707, 39.965006796086598 ], [ -75.227681065817094, 39.965081872106801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19702, "tnode_": 19694, "lpoly_": null, "rpoly_": null, "length": 142.90661942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5316, "l_t_add": 5326, "r_f_add": 5313, "r_t_add": 5327, "st_code": 80120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8939, "Shape__Length": 56.759292625687749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226571436594796, 39.964944244126698 ], [ -75.227074739812707, 39.965006796086598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19705, "tnode_": 19569, "lpoly_": null, "rpoly_": null, "length": 280.94780020999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 88950, "l_hundred": 200, "r_hundred": 200, "seg_id": 400410, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8940, "Shape__Length": 112.00632763408726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234065075376094, 39.965094597361499 ], [ -75.233906033279595, 39.9658560631337 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19686, "tnode_": 19712, "lpoly_": null, "rpoly_": null, "length": 198.53892484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 80120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400411, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8941, "Shape__Length": 78.854065419485408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225411422144106, 39.964950789829601 ], [ -75.225454294097901, 39.964951716921703 ], [ -75.225654190765894, 39.964910591207598 ], [ -75.226111786005006, 39.964888575138602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19712, "tnode_": 19586, "lpoly_": null, "rpoly_": null, "length": 254.20751199, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 326, "r_f_add": 301, "r_t_add": 325, "st_code": 88840, "l_hundred": 300, "r_hundred": 300, "seg_id": 400412, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 8942, "Shape__Length": 101.34819452168965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226111786005006, 39.964888575138602 ], [ -75.2262335162185, 39.965580091693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19712, "tnode_": 19702, "lpoly_": null, "rpoly_": null, "length": 130.42849836000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5314, "r_f_add": 5301, "r_t_add": 5311, "st_code": 80120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 8943, "Shape__Length": 51.802961920236271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226111786005006, 39.964888575138602 ], [ -75.226571436594796, 39.964944244126698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19713, "tnode_": 19710, "lpoly_": null, "rpoly_": null, "length": 69.58890254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6030, "l_t_add": 6034, "r_f_add": 6031, "r_t_add": 6035, "st_code": 67120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8944, "Shape__Length": 27.639283715666554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241102590865196, 39.965187319890802 ], [ -75.241347624726103, 39.965218027948097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19731, "tnode_": 19647, "lpoly_": null, "rpoly_": null, "length": 162.83058758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 215, "st_code": 89010, "l_hundred": 200, "r_hundred": 200, "seg_id": 400415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8945, "Shape__Length": 64.915838934762618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240112542564503, 39.965064188053702 ], [ -75.240019269856006, 39.965505378941202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19744, "tnode_": 19695, "lpoly_": null, "rpoly_": null, "length": 317.45496704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5142, "l_t_add": 5198, "r_f_add": 5143, "r_t_add": 5199, "st_code": 41240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400417, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8946, "Shape__Length": 126.13448721501413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223533030770398, 39.964610225888798 ], [ -75.223893549563996, 39.964723991490203 ], [ -75.224108356106598, 39.964748367739404 ], [ -75.2245930381508, 39.964905103016797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19748, "tnode_": 19740, "lpoly_": null, "rpoly_": null, "length": 179.11278818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5934, "l_t_add": 5948, "r_f_add": 5923, "r_t_add": 5943, "st_code": 67120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400418, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8947, "Shape__Length": 71.139672371656886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238847154827198, 39.964904617805303 ], [ -75.239477814891202, 39.964983764181703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19757, "tnode_": 19672, "lpoly_": null, "rpoly_": null, "length": 187.75904559, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 219, "st_code": 88990, "l_hundred": 200, "r_hundred": 200, "seg_id": 400419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8948, "Shape__Length": 74.854663166466906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238138822998394, 39.964819926612499 ], [ -75.2380370903048, 39.965329369585596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19757, "tnode_": 19748, "lpoly_": null, "rpoly_": null, "length": 200.93169913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5932, "r_f_add": 5901, "r_t_add": 5921, "st_code": 67120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400420, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8949, "Shape__Length": 79.804829927340265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238138822998394, 39.964819926612499 ], [ -75.238847154827198, 39.964904617805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19758, "tnode_": 27734, "lpoly_": null, "rpoly_": null, "length": 101.50913468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5130, "l_t_add": 5136, "r_f_add": 5131, "r_t_add": 5135, "st_code": 41240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400421, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 8950, "Shape__Length": 40.32533466918148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222919285411905, 39.964473520739901 ], [ -75.2232669407461, 39.964551531813001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19767, "tnode_": 19757, "lpoly_": null, "rpoly_": null, "length": 186.90030129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5838, "l_t_add": 5898, "r_f_add": 5837, "r_t_add": 5899, "st_code": 67120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400422, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8951, "Shape__Length": 74.232495333426627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237480714968996, 39.964737478686502 ], [ -75.238138822998394, 39.964819926612499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19775, "tnode_": 19767, "lpoly_": null, "rpoly_": null, "length": 186.40169875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5818, "l_t_add": 5836, "r_f_add": 5819, "r_t_add": 5835, "st_code": 67120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400424, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8952, "Shape__Length": 74.033991486248496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236823925438301, 39.964657347962103 ], [ -75.237480714968996, 39.964737478686502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19785, "tnode_": 19663, "lpoly_": null, "rpoly_": null, "length": 280.65656875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 229, "st_code": 88970, "l_hundred": 200, "r_hundred": 200, "seg_id": 400425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8953, "Shape__Length": 111.88922705865822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236165600589203, 39.964574350683002 ], [ -75.236005699262705, 39.965334899913501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19785, "tnode_": 19775, "lpoly_": null, "rpoly_": null, "length": 186.99297642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5816, "r_f_add": 5801, "r_t_add": 5817, "st_code": 67120, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400426, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8954, "Shape__Length": 74.269219874607415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236165600589203, 39.964574350683002 ], [ -75.236823925438301, 39.964657347962103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19795, "tnode_": 19680, "lpoly_": null, "rpoly_": null, "length": 289.66377572, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 224, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 88870, "l_hundred": 200, "r_hundred": 200, "seg_id": 400427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8955, "Shape__Length": 115.47967590889102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227846119487793, 39.9642969169468 ], [ -75.227681065817094, 39.965081872106801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19803, "tnode_": 19796, "lpoly_": null, "rpoly_": null, "length": 163.41166074999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5718, "l_t_add": 5732, "r_f_add": 5719, "r_t_add": 5733, "st_code": 67120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400428, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8956, "Shape__Length": 64.902952808951696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234942614437898, 39.9644244605865 ], [ -75.235518117042602, 39.9644960498104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19809, "tnode_": 19803, "lpoly_": null, "rpoly_": null, "length": 70.65914427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5712, "l_t_add": 5716, "r_f_add": 5713, "r_t_add": 5717, "st_code": 67120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400429, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8957, "Shape__Length": 28.063932887097103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234693698884101, 39.964393833830897 ], [ -75.234942614437898, 39.9644244605865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19817, "tnode_": 19705, "lpoly_": null, "rpoly_": null, "length": 280.65891163000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 88950, "l_hundred": 200, "r_hundred": 200, "seg_id": 400430, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8958, "Shape__Length": 111.88957306901338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234226362920296, 39.9643342150096 ], [ -75.234065075376094, 39.965094597361499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19851, "tnode_": 19795, "lpoly_": null, "rpoly_": null, "length": 119.57325569, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 212, "l_t_add": 222, "r_f_add": 213, "r_t_add": 225, "st_code": 88870, "l_hundred": 200, "r_hundred": 200, "seg_id": 400431, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8959, "Shape__Length": 47.669679987009715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227913994825897, 39.963972855224398 ], [ -75.227846119487793, 39.9642969169468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19859, "tnode_": 19849, "lpoly_": null, "rpoly_": null, "length": 236.07224456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5548, "l_t_add": 5598, "r_f_add": 5537, "r_t_add": 5599, "st_code": 67120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400432, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8960, "Shape__Length": 93.761293797426447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231381435587593, 39.963982861750203 ], [ -75.232212836137904, 39.964086247862902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19863, "tnode_": 19622, "lpoly_": null, "rpoly_": null, "length": 561.03214292000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 89070, "l_hundred": 100, "r_hundred": 100, "seg_id": 400433, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 8961, "Shape__Length": 223.66712610911813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246427603984102, 39.964285671920202 ], [ -75.246110802516498, 39.965806361019901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19871, "tnode_": 19869, "lpoly_": null, "rpoly_": null, "length": 49.50928698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6258, "l_t_add": 6258, "r_f_add": 6257, "r_t_add": 6259, "st_code": 13000, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8962, "Shape__Length": 19.663690491860187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245659629661702, 39.964192525057101 ], [ -75.245834063921606, 39.9642138628734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19873, "tnode_": 19640, "lpoly_": null, "rpoly_": null, "length": 560.04397151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 33780, "l_hundred": 100, "r_hundred": 100, "seg_id": 400435, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 8963, "Shape__Length": 223.27268682154951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245371019536705, 39.9641591342167 ], [ -75.245054294692494, 39.965677085366401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19873, "tnode_": 19871, "lpoly_": null, "rpoly_": null, "length": 81.80905171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6250, "l_t_add": 6256, "r_f_add": 6251, "r_t_add": 6255, "st_code": 13000, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400436, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8964, "Shape__Length": 32.491904106898737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245371019536705, 39.9641591342167 ], [ -75.245659629661702, 39.964192525057101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19888, "tnode_": 19659, "lpoly_": null, "rpoly_": null, "length": 561.16489723999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 89050, "l_hundred": 100, "r_hundred": 100, "seg_id": 400437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 8965, "Shape__Length": 223.71887543489831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244384355288901, 39.964032422475199 ], [ -75.2440649861678, 39.965553162562202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19898, "tnode_": 19851, "lpoly_": null, "rpoly_": null, "length": 150.92337891000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 211, "st_code": 88870, "l_hundred": 200, "r_hundred": 200, "seg_id": 400438, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 8966, "Shape__Length": 60.167563531585408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227999618040499, 39.963563824009803 ], [ -75.227913994825897, 39.963972855224398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19902, "tnode_": 19684, "lpoly_": null, "rpoly_": null, "length": 560.99873608999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 28380, "l_hundred": 100, "r_hundred": 100, "seg_id": 400439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DEWEY ST", "stname": "N DEWEY ST", "objectid": 8967, "Shape__Length": 223.65253060236617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2430803238192, 39.963872871985103 ], [ -75.242764054245399, 39.9653935335432 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19907, "tnode_": 19898, "lpoly_": null, "rpoly_": null, "length": 172.48711157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5334, "l_t_add": 5398, "r_f_add": 5327, "r_t_add": 5399, "st_code": 67120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400440, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8968, "Shape__Length": 68.506259199127086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227391828316399, 39.963489864167499 ], [ -75.227999618040499, 39.963563824009803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19909, "tnode_": 19699, "lpoly_": null, "rpoly_": null, "length": 562.42419681999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 89030, "l_hundred": 100, "r_hundred": 100, "seg_id": 400441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 8969, "Shape__Length": 224.22039276927831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242408184641704, 39.963788545505402 ], [ -75.242090005182305, 39.965312934445599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19910, "tnode_": 19907, "lpoly_": null, "rpoly_": null, "length": 141.80442773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5318, "l_t_add": 5332, "r_f_add": 5317, "r_t_add": 5325, "st_code": 67120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8970, "Shape__Length": 56.320866994180044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226893104714406, 39.963424607456602 ], [ -75.227391828316399, 39.963489864167499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19911, "tnode_": 19809, "lpoly_": null, "rpoly_": null, "length": 279.94935678000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 132, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 11780, "l_hundred": 100, "r_hundred": 100, "seg_id": 400443, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 8971, "Shape__Length": 111.6062062281368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234849918736899, 39.963634797492603 ], [ -75.234693698884101, 39.964393833830897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19916, "tnode_": 19817, "lpoly_": null, "rpoly_": null, "length": 280.22847899000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 132, "l_t_add": 198, "r_f_add": 129, "r_t_add": 199, "st_code": 88950, "l_hundred": 100, "r_hundred": 100, "seg_id": 400444, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8972, "Shape__Length": 111.71800661030839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234378149397898, 39.963573871053498 ], [ -75.234226362920296, 39.9643342150096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19916, "tnode_": 19911, "lpoly_": null, "rpoly_": null, "length": 134.09136325999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5710, "r_f_add": 5701, "r_t_add": 5733, "st_code": 22740, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400445, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 8973, "Shape__Length": 53.25741327095799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234378149397898, 39.963573871053498 ], [ -75.234849918736899, 39.963634797492603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19918, "tnode_": 19910, "lpoly_": null, "rpoly_": null, "length": 195.21514989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5316, "r_f_add": 5301, "r_t_add": 5315, "st_code": 67120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400446, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8974, "Shape__Length": 77.533306299990087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226205661919394, 39.963338827276097 ], [ -75.226893104714406, 39.963424607456602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19920, "tnode_": 19710, "lpoly_": null, "rpoly_": null, "length": 561.12373526, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56200, "l_hundred": 100, "r_hundred": 100, "seg_id": 400447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MILLICK ST", "stname": "N MILLICK ST", "objectid": 8975, "Shape__Length": 223.7010857244162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241668996483298, 39.963697652343001 ], [ -75.241347624726103, 39.965218027948097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19927, "tnode_": 19718, "lpoly_": null, "rpoly_": null, "length": 561.07374749000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 30780, "l_hundred": 100, "r_hundred": 100, "seg_id": 400448, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 8976, "Shape__Length": 223.68137076364684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241075090058203, 39.963622951599497 ], [ -75.240756999709205, 39.965143596708899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19928, "tnode_": 19918, "lpoly_": null, "rpoly_": null, "length": 190.02409235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5239, "r_t_add": 5299, "st_code": 67120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8977, "Shape__Length": 75.471234358906074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225536208463197, 39.963256723792199 ], [ -75.226205661919394, 39.963338827276097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19936, "tnode_": 19928, "lpoly_": null, "rpoly_": null, "length": 144.40246727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5218, "l_t_add": 5228, "r_f_add": 5231, "r_t_add": 5237, "st_code": 67120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400450, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8978, "Shape__Length": 57.351694417811643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225027376235303, 39.963194835967201 ], [ -75.225536208463197, 39.963256723792199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19938, "tnode_": 19731, "lpoly_": null, "rpoly_": null, "length": 560.36316692000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 89010, "l_hundred": 100, "r_hundred": 100, "seg_id": 400451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 8979, "Shape__Length": 223.39773714990241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240430894839406, 39.963545551255898 ], [ -75.240112542564503, 39.965064188053702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19947, "tnode_": 19695, "lpoly_": null, "rpoly_": null, "length": 667.28170289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88820, "l_hundred": 200, "r_hundred": 200, "seg_id": 400452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 8980, "Shape__Length": 266.02242800699338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224221803041303, 39.963095741972502 ], [ -75.2245930381508, 39.964905103016797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19955, "tnode_": 19947, "lpoly_": null, "rpoly_": null, "length": 134.38762481999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5144, "l_t_add": 5198, "r_f_add": 5143, "r_t_add": 5199, "st_code": 67120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400453, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8981, "Shape__Length": 53.374488769701017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223748801747007, 39.9630355742459 ], [ -75.224221803041303, 39.963095741972502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19956, "tnode_": 19872, "lpoly_": null, "rpoly_": null, "length": 238.43505315000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 136, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 88900, "l_hundred": 100, "r_hundred": 100, "seg_id": 400454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8982, "Shape__Length": 95.054887686063665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230373034749405, 39.963192863375703 ], [ -75.230237834873904, 39.963839076731603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19958, "tnode_": 19950, "lpoly_": null, "rpoly_": null, "length": 160.27189986000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5920, "l_t_add": 5936, "r_f_add": 5921, "r_t_add": 5937, "st_code": 13000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400455, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8983, "Shape__Length": 63.654925444173521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239164093788801, 39.963387522512001 ], [ -75.239728555864701, 39.963457613848497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19960, "tnode_": 19955, "lpoly_": null, "rpoly_": null, "length": 145.8696951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5130, "l_t_add": 5142, "r_f_add": 5131, "r_t_add": 5141, "st_code": 67120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400456, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 8984, "Shape__Length": 57.934535220968058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223235142661494, 39.962971416934003 ], [ -75.223748801747007, 39.9630355742459 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19967, "tnode_": 19958, "lpoly_": null, "rpoly_": null, "length": 200.96322831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 13000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8985, "Shape__Length": 79.815814802776941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238455947130603, 39.963301440446799 ], [ -75.239164093788801, 39.963387522512001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19968, "tnode_": 19916, "lpoly_": null, "rpoly_": null, "length": 134.93356068, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 116, "l_t_add": 130, "r_f_add": 115, "r_t_add": 127, "st_code": 88950, "l_hundred": 100, "r_hundred": 100, "seg_id": 400459, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8986, "Shape__Length": 53.791782404871057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234461124636894, 39.9632090058834 ], [ -75.234378149397898, 39.963573871053498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19972, "tnode_": 19886, "lpoly_": null, "rpoly_": null, "length": 238.87773714, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 136, "l_t_add": 198, "r_f_add": 139, "r_t_add": 199, "st_code": 24700, "l_hundred": 100, "r_hundred": 100, "seg_id": 400460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 8987, "Shape__Length": 95.231139762201423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229256798091498, 39.963054211991498 ], [ -75.229121083187096, 39.963701592351001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19985, "tnode_": 19976, "lpoly_": null, "rpoly_": null, "length": 186.57477144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5820, "l_t_add": 5836, "r_f_add": 5819, "r_t_add": 5835, "st_code": 13000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400461, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8988, "Shape__Length": 74.100970488726688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237142316312401, 39.9631361616253 ], [ -75.237799818210803, 39.963215795578499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19994, "tnode_": 27636, "lpoly_": null, "rpoly_": null, "length": 99.4286593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 114, "l_t_add": 122, "r_f_add": 115, "r_t_add": 139, "st_code": 88930, "l_hundred": 100, "r_hundred": 100, "seg_id": 400462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 8989, "Shape__Length": 39.638537383310101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232445412106202, 39.962959320124597 ], [ -75.232391956285497, 39.963229146938097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19995, "tnode_": 19894, "lpoly_": null, "rpoly_": null, "length": 279.89582515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 130, "r_f_add": 101, "r_t_add": 129, "st_code": 88970, "l_hundred": 100, "r_hundred": 100, "seg_id": 400463, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 8990, "Shape__Length": 111.58212447313255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236483638182307, 39.963056203478097 ], [ -75.236314900978499, 39.963813502370002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20019, "tnode_": 20013, "lpoly_": null, "rpoly_": null, "length": 132.86855508000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5710, "r_f_add": 5701, "r_t_add": 5711, "st_code": 13000, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400464, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8991, "Shape__Length": 52.769991808411959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234541980872905, 39.962816817477602 ], [ -75.235010778597399, 39.962870707218002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20028, "tnode_": 20024, "lpoly_": null, "rpoly_": null, "length": 166.4239545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5620, "l_t_add": 5634, "r_f_add": 5623, "r_t_add": 5643, "st_code": 13000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400465, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 8992, "Shape__Length": 66.096929171837559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233225405461695, 39.962653041630603 ], [ -75.233812310790896, 39.962721987799803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20056, "tnode_": 19967, "lpoly_": null, "rpoly_": null, "length": 281.97996536, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 32, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 88990, "l_hundred": 0, "r_hundred": 0, "seg_id": 400469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 8993, "Shape__Length": 112.41367695989683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2386152161952, 39.962537133700401 ], [ -75.238455947130603, 39.963301440446799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20060, "tnode_": 19956, "lpoly_": null, "rpoly_": null, "length": 322.33870144000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 135, "st_code": 88900, "l_hundred": 100, "r_hundred": 100, "seg_id": 400470, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 8994, "Shape__Length": 128.50278897898727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230554595683301, 39.962319102253403 ], [ -75.230373034749405, 39.963192863375703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20064, "tnode_": 20053, "lpoly_": null, "rpoly_": null, "length": 217.11277726999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6238, "l_t_add": 6298, "r_f_add": 6237, "r_t_add": 6299, "st_code": 53560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400471, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 8995, "Shape__Length": 86.229376811811278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245991198566799, 39.962619419803502 ], [ -75.246755825589602, 39.962714438842703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20067, "tnode_": 19964, "lpoly_": null, "rpoly_": null, "length": 321.38332824000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SICKELS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 72780, "l_hundred": 100, "r_hundred": 100, "seg_id": 400472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SICKELS ST", "stname": "N SICKELS ST", "objectid": 8996, "Shape__Length": 128.12186094472963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229979688345793, 39.962249534240698 ], [ -75.229799179888204, 39.963120768811599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20073, "tnode_": 20064, "lpoly_": null, "rpoly_": null, "length": 166.02246511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6224, "l_t_add": 6236, "r_f_add": 6219, "r_t_add": 6233, "st_code": 53560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400473, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 8997, "Shape__Length": 65.938198608699267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245406657620407, 39.962546022453402 ], [ -75.245991198566799, 39.962619419803502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20074, "tnode_": 19972, "lpoly_": null, "rpoly_": null, "length": 322.49002188000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 137, "st_code": 24700, "l_hundred": 100, "r_hundred": 100, "seg_id": 400474, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 8998, "Shape__Length": 128.56247055013424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229441181130696, 39.962180380074997 ], [ -75.229256798091498, 39.963054211991498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20075, "tnode_": 20019, "lpoly_": null, "rpoly_": null, "length": 194.28219928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 38, "l_t_add": 98, "r_f_add": 43, "r_t_add": 99, "st_code": 88950, "l_hundred": 0, "r_hundred": 0, "seg_id": 400475, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 8999, "Shape__Length": 77.452388835220404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234647503660497, 39.962289706056097 ], [ -75.234541980872905, 39.962816817477602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20079, "tnode_": 20073, "lpoly_": null, "rpoly_": null, "length": 197.08596175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6217, "st_code": 53560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400476, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9000, "Shape__Length": 78.275158393559138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244712448104096, 39.962460315649501 ], [ -75.245406657620407, 39.962546022453402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20080, "tnode_": 20049, "lpoly_": null, "rpoly_": null, "length": 86.4804951, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 28, "l_t_add": 34, "r_f_add": 31, "r_t_add": 37, "st_code": 88970, "l_hundred": 0, "r_hundred": 0, "seg_id": 400477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9001, "Shape__Length": 34.475386191352477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236642681868602, 39.9622946510978 ], [ -75.236590152054603, 39.962528584324701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20089, "tnode_": 20079, "lpoly_": null, "rpoly_": null, "length": 192.87351317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6134, "l_t_add": 6198, "r_f_add": 6137, "r_t_add": 6199, "st_code": 53560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400478, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9002, "Shape__Length": 76.602523424339822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244033638028796, 39.962373793993599 ], [ -75.244712448104096, 39.962460315649501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20092, "tnode_": 20089, "lpoly_": null, "rpoly_": null, "length": 182.96954013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6118, "l_t_add": 6132, "r_f_add": 6117, "r_t_add": 6135, "st_code": 53560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400479, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9003, "Shape__Length": 72.668760312366018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243389494415894, 39.962292607204901 ], [ -75.244033638028796, 39.962373793993599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20101, "tnode_": 20080, "lpoly_": null, "rpoly_": null, "length": 70.69453132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 22, "l_t_add": 26, "r_f_add": 23, "r_t_add": 29, "st_code": 88970, "l_hundred": 0, "r_hundred": 0, "seg_id": 400480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9004, "Shape__Length": 28.183130990212721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236679159627101, 39.962102626480402 ], [ -75.236642681868602, 39.9622946510978 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20108, "tnode_": 20099, "lpoly_": null, "rpoly_": null, "length": 210.22604198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6038, "l_t_add": 6098, "r_f_add": 6033, "r_t_add": 6099, "st_code": 53560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400481, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9005, "Shape__Length": 83.493174551289314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2419967573815, 39.9621223101081 ], [ -75.242737612625206, 39.962211962152701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20113, "tnode_": 20108, "lpoly_": null, "rpoly_": null, "length": 167.33745877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6018, "l_t_add": 6036, "r_f_add": 6017, "r_t_add": 6031, "st_code": 53560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400482, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9006, "Shape__Length": 66.460102171721687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241407730461404, 39.962047676007401 ], [ -75.2419967573815, 39.9621223101081 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20122, "tnode_": 20075, "lpoly_": null, "rpoly_": null, "length": 158.25290524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 22, "l_t_add": 36, "r_f_add": 23, "r_t_add": 41, "st_code": 88950, "l_hundred": 0, "r_hundred": 0, "seg_id": 400483, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9007, "Shape__Length": 63.088446471869872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234734139245703, 39.961860427742998 ], [ -75.234647503660497, 39.962289706056097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20126, "tnode_": 19947, "lpoly_": null, "rpoly_": null, "length": 560.60542225000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88820, "l_hundred": 100, "r_hundred": 100, "seg_id": 400484, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9008, "Shape__Length": 223.48737865379172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2245439222838, 39.961576902848897 ], [ -75.224221803041303, 39.963095741972502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20128, "tnode_": 20124, "lpoly_": null, "rpoly_": null, "length": 209.6628126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5934, "l_t_add": 5998, "r_f_add": 5933, "r_t_add": 5999, "st_code": 53560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400485, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9009, "Shape__Length": 83.269235449017685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240025032655296, 39.9618795537503 ], [ -75.240763843179195, 39.9619692450987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20131, "tnode_": 20128, "lpoly_": null, "rpoly_": null, "length": 163.76755176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5918, "l_t_add": 5932, "r_f_add": 5919, "r_t_add": 5931, "st_code": 53560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400486, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9010, "Shape__Length": 65.042640987181443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239449267134702, 39.961803342670599 ], [ -75.240025032655296, 39.9618795537503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20138, "tnode_": 20131, "lpoly_": null, "rpoly_": null, "length": 187.90144250999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5917, "st_code": 53560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400488, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9011, "Shape__Length": 74.626120531496412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238786866716794, 39.961724309862703 ], [ -75.239449267134702, 39.961803342670599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20160, "tnode_": 20138, "lpoly_": null, "rpoly_": null, "length": 561.01706289000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 53560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400489, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9012, "Shape__Length": 222.81204439115214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236810834258094, 39.961480097948801 ], [ -75.238786866716794, 39.961724309862703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20184, "tnode_": 20160, "lpoly_": null, "rpoly_": null, "length": 550.49723802000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 53560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400490, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9013, "Shape__Length": 218.63327163071438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234871897905904, 39.961240293227803 ], [ -75.236810834258094, 39.961480097948801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20195, "tnode_": 20184, "lpoly_": null, "rpoly_": null, "length": 206.98111229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 53560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400491, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9014, "Shape__Length": 82.204496177259486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234143926399298, 39.961145255656703 ], [ -75.234871897905904, 39.961240293227803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20200, "tnode_": 20195, "lpoly_": null, "rpoly_": null, "length": 166.85983422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5618, "l_t_add": 5632, "r_f_add": 5619, "r_t_add": 5633, "st_code": 53560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400492, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9015, "Shape__Length": 66.26868997678848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2335557092362, 39.961075070277197 ], [ -75.234143926399298, 39.961145255656703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20202, "tnode_": 20126, "lpoly_": null, "rpoly_": null, "length": 280.48450302000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 26, "l_t_add": 98, "r_f_add": 39, "r_t_add": 99, "st_code": 88820, "l_hundred": 0, "r_hundred": 0, "seg_id": 400493, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9016, "Shape__Length": 111.81393157586912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224707670916999, 39.960817318333902 ], [ -75.2245439222838, 39.961576902848897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20206, "tnode_": 20200, "lpoly_": null, "rpoly_": null, "length": 197.80671015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5617, "st_code": 53560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400494, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9017, "Shape__Length": 78.56044916928829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232859824211602, 39.960985076449198 ], [ -75.2335557092362, 39.961075070277197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20228, "tnode_": 20206, "lpoly_": null, "rpoly_": null, "length": 583.4525969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 53560, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400496, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9018, "Shape__Length": 231.71991575351848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230804767063304, 39.9607313733175 ], [ -75.2318765350239, 39.960859133380303 ], [ -75.232859824211602, 39.960985076449198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20232, "tnode_": 20228, "lpoly_": null, "rpoly_": null, "length": 157.40254567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5442, "l_t_add": 5498, "r_f_add": 5443, "r_t_add": 5499, "st_code": 53560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400497, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9019, "Shape__Length": 62.512293537103901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230249848500307, 39.960665383439498 ], [ -75.230804767063304, 39.9607313733175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20238, "tnode_": 20232, "lpoly_": null, "rpoly_": null, "length": 131.25756635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5430, "l_t_add": 5440, "r_f_add": 5429, "r_t_add": 5441, "st_code": 53560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400498, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9020, "Shape__Length": 52.129130900591321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229787495655899, 39.960608437586501 ], [ -75.230249848500307, 39.960665383439498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20160, "tnode_": 20243, "lpoly_": null, "rpoly_": null, "length": 285.11900076000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 28, "st_code": 88980, "l_hundred": 0, "r_hundred": 0, "seg_id": 400499, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 9021, "Shape__Length": 113.66184282214103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236810834258094, 39.961480097948801 ], [ -75.236973350371997, 39.960707466089097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20244, "tnode_": 20238, "lpoly_": null, "rpoly_": null, "length": 148.23526653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5416, "l_t_add": 5428, "r_f_add": 5415, "r_t_add": 5427, "st_code": 53560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400500, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9022, "Shape__Length": 58.871699149632782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229265227806906, 39.960544665684097 ], [ -75.229787495655899, 39.960608437586501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20250, "tnode_": 20244, "lpoly_": null, "rpoly_": null, "length": 174.91820369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 53560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400501, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9023, "Shape__Length": 69.468157413224844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228648248729499, 39.960472899471803 ], [ -75.229265227806906, 39.960544665684097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20260, "tnode_": 20250, "lpoly_": null, "rpoly_": null, "length": 190.50634557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5330, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 53560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400502, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9024, "Shape__Length": 75.660313258668609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2279779696768, 39.960386606393101 ], [ -75.228648248729499, 39.960472899471803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20267, "tnode_": 20260, "lpoly_": null, "rpoly_": null, "length": 151.108632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5314, "l_t_add": 5328, "r_f_add": 5315, "r_t_add": 5327, "st_code": 53560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400503, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9025, "Shape__Length": 60.012888740348465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227445841748306, 39.960320341577599 ], [ -75.2279779696768, 39.960386606393101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20274, "tnode_": 20107, "lpoly_": null, "rpoly_": null, "length": 580.83738103000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88840, "l_hundred": 0, "r_hundred": 0, "seg_id": 400504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9026, "Shape__Length": 231.54872793805845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226852962465799, 39.960248067465798 ], [ -75.226520681185306, 39.961821903282697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20274, "tnode_": 20267, "lpoly_": null, "rpoly_": null, "length": 168.27077684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5312, "r_f_add": 5301, "r_t_add": 5313, "st_code": 53560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400505, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9027, "Shape__Length": 66.828502076382449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226852962465799, 39.960248067465798 ], [ -75.227445841748306, 39.960320341577599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20281, "tnode_": 20274, "lpoly_": null, "rpoly_": null, "length": 182.20791309000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5240, "l_t_add": 5298, "r_f_add": 5241, "r_t_add": 5299, "st_code": 53560, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400506, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9028, "Shape__Length": 72.363790776508196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226211271291803, 39.960168396923997 ], [ -75.226852962465799, 39.960248067465798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20296, "tnode_": 20286, "lpoly_": null, "rpoly_": null, "length": 208.82279262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5934, "l_t_add": 5998, "r_f_add": 5935, "r_t_add": 5999, "st_code": 22820, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400507, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9029, "Shape__Length": 82.934341536986736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240341533848905, 39.960360502050797 ], [ -75.241076704564705, 39.960453011519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20300, "tnode_": 20281, "lpoly_": null, "rpoly_": null, "length": 380.17077132000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5238, "r_f_add": 5201, "r_t_add": 5239, "st_code": 53560, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400508, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9030, "Shape__Length": 150.98216664157277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224869856584604, 39.960014820743702 ], [ -75.226211271291803, 39.960168396923997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20304, "tnode_": 20296, "lpoly_": null, "rpoly_": null, "length": 163.32148803000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5918, "l_t_add": 5932, "r_f_add": 5919, "r_t_add": 5933, "st_code": 22820, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400509, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9031, "Shape__Length": 64.86299994747786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239766163193906, 39.960290010520303 ], [ -75.240341533848905, 39.960360502050797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20310, "tnode_": 20300, "lpoly_": null, "rpoly_": null, "length": 281.38152329000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5126, "l_t_add": 5198, "r_f_add": 5129, "r_t_add": 5199, "st_code": 53560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400510, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9032, "Shape__Length": 111.75620489397546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223886128325802, 39.959871226736098 ], [ -75.224215013045594, 39.959908781774203 ], [ -75.224774381208803, 39.9599843577166 ], [ -75.224869856584604, 39.960014820743702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20311, "tnode_": 20304, "lpoly_": null, "rpoly_": null, "length": 188.26589523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5917, "st_code": 22820, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400511, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9033, "Shape__Length": 74.769879619190291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239103274133598, 39.960207039294303 ], [ -75.239766163193906, 39.960290010520303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20340, "tnode_": 20311, "lpoly_": null, "rpoly_": null, "length": 560.28768133999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 22820, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400513, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9034, "Shape__Length": 222.51724845617326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237129681151302, 39.959963978215598 ], [ -75.239103274133598, 39.960207039294303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20350, "tnode_": 20340, "lpoly_": null, "rpoly_": null, "length": 193.91350036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5732, "l_t_add": 5798, "r_f_add": 5739, "r_t_add": 5799, "st_code": 22820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400514, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9035, "Shape__Length": 77.012489218221091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236446946457704, 39.959878345790699 ], [ -75.237129681151302, 39.959963978215598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20359, "tnode_": 20350, "lpoly_": null, "rpoly_": null, "length": 166.58914881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5716, "l_t_add": 5730, "r_f_add": 5721, "r_t_add": 5737, "st_code": 22820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400515, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9036, "Shape__Length": 66.16019991151343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235859977468706, 39.959806883924401 ], [ -75.236446946457704, 39.959878345790699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20262, "tnode_": 20360, "lpoly_": null, "rpoly_": null, "length": 279.81570632, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 126, "st_code": 89040, "l_hundred": 100, "r_hundred": 100, "seg_id": 400516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 9037, "Shape__Length": 111.54705746258374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243056717984103, 39.960695040671297 ], [ -75.243211702123702, 39.9599362266935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20367, "tnode_": 20359, "lpoly_": null, "rpoly_": null, "length": 190.30429377000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5719, "st_code": 22820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400517, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9038, "Shape__Length": 75.579365650926306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235190460248106, 39.959720478532397 ], [ -75.235859977468706, 39.959806883924401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20300, "tnode_": 20373, "lpoly_": null, "rpoly_": null, "length": 210.84524266, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 12, "st_code": 88830, "l_hundred": 0, "r_hundred": 0, "seg_id": 400518, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9039, "Shape__Length": 84.049924051064053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224869856584604, 39.960014820743702 ], [ -75.2249984958396, 39.9594445522009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20388, "tnode_": 20367, "lpoly_": null, "rpoly_": null, "length": 571.31956761999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 22820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400519, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9040, "Shape__Length": 226.89709158139681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233178232340506, 39.9594716240168 ], [ -75.235190460248106, 39.959720478532397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20373, "tnode_": 20393, "lpoly_": null, "rpoly_": null, "length": 79.26960972, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 17, "l_t_add": 23, "r_f_add": 14, "r_t_add": 24, "st_code": 88830, "l_hundred": 0, "r_hundred": 0, "seg_id": 400520, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9041, "Shape__Length": 31.599664035326466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2249984958396, 39.9594445522009 ], [ -75.225044522635699, 39.959229849077502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20317, "tnode_": 20420, "lpoly_": null, "rpoly_": null, "length": 274.39776818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 27, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 88910, "l_hundred": 0, "r_hundred": 0, "seg_id": 400521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9042, "Shape__Length": 109.38600141721217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230963538513393, 39.959963456869602 ], [ -75.231116008064106, 39.959219394541698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20393, "tnode_": 20432, "lpoly_": null, "rpoly_": null, "length": 81.48719072, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 31, "r_f_add": 26, "r_t_add": 26, "st_code": 88830, "l_hundred": 0, "r_hundred": 0, "seg_id": 400522, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9043, "Shape__Length": 32.484020997833639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225044522635699, 39.959229849077502 ], [ -75.225088551026104, 39.9590087373087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20441, "tnode_": 20420, "lpoly_": null, "rpoly_": null, "length": 419.29111736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5415, "r_t_add": 5499, "st_code": 22820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400523, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9044, "Shape__Length": 166.51919763767663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229640045556096, 39.9590329688899 ], [ -75.231116008064106, 39.959219394541698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20445, "tnode_": 20441, "lpoly_": null, "rpoly_": null, "length": 190.87345934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 22820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400524, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9045, "Shape__Length": 75.803756375164497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228967624259496, 39.958950586016101 ], [ -75.229640045556096, 39.9590329688899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20452, "tnode_": 20433, "lpoly_": null, "rpoly_": null, "length": 560.89629895999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 81140, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400525, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9046, "Shape__Length": 222.75678625460196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2433733076561, 39.959175912021799 ], [ -75.245348557173202, 39.959421459823297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20454, "tnode_": 20445, "lpoly_": null, "rpoly_": null, "length": 179.59100589000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5330, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 22820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400526, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9047, "Shape__Length": 71.322716337229437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228334689783296, 39.958874342417801 ], [ -75.228967624259496, 39.958950586016101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20462, "tnode_": 20454, "lpoly_": null, "rpoly_": null, "length": 151.52448445000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5316, "l_t_add": 5328, "r_f_add": 5321, "r_t_add": 5335, "st_code": 22820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400527, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9048, "Shape__Length": 60.176723526611717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227801129595093, 39.958807798838698 ], [ -75.228334689783296, 39.958874342417801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20471, "tnode_": 20462, "lpoly_": null, "rpoly_": null, "length": 179.55519569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5314, "r_f_add": 5301, "r_t_add": 5319, "st_code": 22820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400528, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9049, "Shape__Length": 71.308648906150168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2271686721637, 39.958729871670101 ], [ -75.227801129595093, 39.958807798838698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20475, "tnode_": 20464, "lpoly_": null, "rpoly_": null, "length": 168.6976658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6020, "l_t_add": 6038, "r_f_add": 6017, "r_t_add": 6037, "st_code": 81140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400529, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9050, "Shape__Length": 66.996925415066741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242095164857503, 39.959018033788702 ], [ -75.242689426228907, 39.959091029591299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20383, "tnode_": 20484, "lpoly_": null, "rpoly_": null, "length": 281.45971841, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 131, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 89020, "l_hundred": 100, "r_hundred": 100, "seg_id": 400530, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9051, "Shape__Length": 112.19966111908775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241236387719994, 39.959692520327202 ], [ -75.241400326972098, 39.958930247071997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20388, "tnode_": 20497, "lpoly_": null, "rpoly_": null, "length": 280.09310714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 130, "st_code": 88940, "l_hundred": 100, "r_hundred": 100, "seg_id": 400531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9052, "Shape__Length": 111.65523408050655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233178232340506, 39.9594716240168 ], [ -75.233336359526703, 39.9587124232336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20432, "tnode_": 20498, "lpoly_": null, "rpoly_": null, "length": 192.52405933, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 33, "l_t_add": 99, "r_f_add": 28, "r_t_add": 98, "st_code": 88830, "l_hundred": 0, "r_hundred": 0, "seg_id": 400532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9053, "Shape__Length": 76.747740714738342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225088551026104, 39.9590087373087 ], [ -75.225189187909194, 39.958485939514397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20410, "tnode_": 20514, "lpoly_": null, "rpoly_": null, "length": 281.38516822000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 119, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 89000, "l_hundred": 100, "r_hundred": 100, "seg_id": 400533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9054, "Shape__Length": 112.16996568438054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239260463040495, 39.959447840071903 ], [ -75.239421381579405, 39.958685393139497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20420, "tnode_": 20528, "lpoly_": null, "rpoly_": null, "length": 281.15347321999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 126, "st_code": 88910, "l_hundred": 100, "r_hundred": 100, "seg_id": 400534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9055, "Shape__Length": 112.07674808688667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231116008064106, 39.959219394541698 ], [ -75.231280180902502, 39.958458003357798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20555, "tnode_": 20544, "lpoly_": null, "rpoly_": null, "length": 178.78277045000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5734, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 81140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400535, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9056, "Shape__Length": 71.001281397434113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236820348036304, 39.958366213353699 ], [ -75.237450339765601, 39.958442552828203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20564, "tnode_": 20555, "lpoly_": null, "rpoly_": null, "length": 168.78411272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5718, "l_t_add": 5732, "r_f_add": 5719, "r_t_add": 5743, "st_code": 81140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400536, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9057, "Shape__Length": 67.031069933860906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236226395348496, 39.958290312262399 ], [ -75.236820348036304, 39.958366213353699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20466, "tnode_": 20576, "lpoly_": null, "rpoly_": null, "length": 280.31799546000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 133, "l_t_add": 199, "r_f_add": 132, "r_t_add": 198, "st_code": 88960, "l_hundred": 100, "r_hundred": 100, "seg_id": 400537, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 9058, "Shape__Length": 111.74346177080213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235344043825904, 39.958960515443103 ], [ -75.235506456245105, 39.958201225043702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20576, "tnode_": 20564, "lpoly_": null, "rpoly_": null, "length": 204.41484647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5716, "r_f_add": 5701, "r_t_add": 5717, "st_code": 81140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400538, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9059, "Shape__Length": 81.180866993675693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235506456245105, 39.958201225043702 ], [ -75.236226395348496, 39.958290312262399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20585, "tnode_": 20576, "lpoly_": null, "rpoly_": null, "length": 208.93204554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5632, "l_t_add": 5698, "r_f_add": 5647, "r_t_add": 5699, "st_code": 81140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400539, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9060, "Shape__Length": 82.974694333333105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234770593431406, 39.958110242557296 ], [ -75.235506456245105, 39.958201225043702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20484, "tnode_": 20593, "lpoly_": null, "rpoly_": null, "length": 270.40028636, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 227, "r_f_add": 200, "r_t_add": 228, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9061, "Shape__Length": 107.79099318522574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241400326972098, 39.958930247071997 ], [ -75.241549350626698, 39.958196876655002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20517, "tnode_": 20594, "lpoly_": null, "rpoly_": null, "length": 200.14065994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 231, "l_t_add": 259, "r_f_add": 230, "r_t_add": 252, "st_code": 89060, "l_hundred": 200, "r_hundred": 200, "seg_id": 400541, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 9062, "Shape__Length": 79.781940844350174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245467969247997, 39.958819732372902 ], [ -75.245586054617505, 39.958277888257697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20598, "tnode_": 20585, "lpoly_": null, "rpoly_": null, "length": 162.584972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5616, "l_t_add": 5630, "r_f_add": 5619, "r_t_add": 5645, "st_code": 81140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400542, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9063, "Shape__Length": 64.568904856354791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234198467959899, 39.958037081714103 ], [ -75.234770593431406, 39.958110242557296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20497, "tnode_": 20606, "lpoly_": null, "rpoly_": null, "length": 279.76754433999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 131, "l_t_add": 199, "r_f_add": 132, "r_t_add": 198, "st_code": 88940, "l_hundred": 100, "r_hundred": 100, "seg_id": 400543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9064, "Shape__Length": 111.52426196258968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233336359526703, 39.9587124232336 ], [ -75.233493980116705, 39.957954065328003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20606, "tnode_": 20598, "lpoly_": null, "rpoly_": null, "length": 199.79351327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5617, "st_code": 81140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400544, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9065, "Shape__Length": 79.344546736584832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233493980116705, 39.957954065328003 ], [ -75.234198467959899, 39.958037081714103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20498, "tnode_": 20614, "lpoly_": null, "rpoly_": null, "length": 281.47651399, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 131, "r_f_add": 100, "r_t_add": 120, "st_code": 88830, "l_hundred": 100, "r_hundred": 100, "seg_id": 400545, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9066, "Shape__Length": 112.2041699762861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225189187909194, 39.958485939514397 ], [ -75.225354586593397, 39.957723806591801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20631, "tnode_": 20626, "lpoly_": null, "rpoly_": null, "length": 193.1574373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6038, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6099, "st_code": 51380, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400547, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9067, "Shape__Length": 76.709380147435695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242929623941905, 39.957947491842901 ], [ -75.243610432085802, 39.958029147067101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20528, "tnode_": 20634, "lpoly_": null, "rpoly_": null, "length": 280.48640826000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 131, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88910, "l_hundred": 100, "r_hundred": 100, "seg_id": 400548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9068, "Shape__Length": 111.8100118071403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231280180902502, 39.958458003357798 ], [ -75.231441026802798, 39.957698047237798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20634, "tnode_": 20606, "lpoly_": null, "rpoly_": null, "length": 583.02072605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 81140, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400549, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9069, "Shape__Length": 231.5385046433282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231441026802798, 39.957698047237798 ], [ -75.233493980116705, 39.957954065328003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20640, "tnode_": 20631, "lpoly_": null, "rpoly_": null, "length": 168.79242906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6016, "l_t_add": 6036, "r_f_add": 6015, "r_t_add": 6029, "st_code": 51380, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9070, "Shape__Length": 67.033847075060436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242335516001205, 39.957872190276099 ], [ -75.242929623941905, 39.957947491842901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20593, "tnode_": 20645, "lpoly_": null, "rpoly_": null, "length": 151.45731106, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 229, "l_t_add": 239, "r_f_add": 230, "r_t_add": 242, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400551, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9071, "Shape__Length": 60.375440383021264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241549350626698, 39.958196876655002 ], [ -75.241634471687306, 39.957786299905003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20662, "tnode_": 20651, "lpoly_": null, "rpoly_": null, "length": 177.85099066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5328, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 81140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400552, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9072, "Shape__Length": 70.630201979198532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228659806199303, 39.957352919100103 ], [ -75.229286484538605, 39.957428961584199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20594, "tnode_": 20664, "lpoly_": null, "rpoly_": null, "length": 209.49427526, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 261, "l_t_add": 273, "r_f_add": 254, "r_t_add": 272, "st_code": 89060, "l_hundred": 200, "r_hundred": 200, "seg_id": 400553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 9073, "Shape__Length": 83.509967902717563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245586054617505, 39.958277888257697 ], [ -75.245709122652599, 39.957710652034997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20669, "tnode_": 20662, "lpoly_": null, "rpoly_": null, "length": 153.51599007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5314, "l_t_add": 5326, "r_f_add": 5317, "r_t_add": 5327, "st_code": 81140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400554, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9074, "Shape__Length": 60.966642108544825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228119674739503, 39.957283493292898 ], [ -75.228659806199303, 39.957352919100103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20624, "tnode_": 20671, "lpoly_": null, "rpoly_": null, "length": 150.4077743, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 223, "l_t_add": 233, "r_f_add": 222, "r_t_add": 232, "st_code": 89000, "l_hundred": 200, "r_hundred": 200, "seg_id": 400555, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9075, "Shape__Length": 59.956909911891621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239577026941802, 39.957951109258303 ], [ -75.239661121051199, 39.957543324147302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20673, "tnode_": 20669, "lpoly_": null, "rpoly_": null, "length": 178.38406815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5312, "r_f_add": 5301, "r_t_add": 5315, "st_code": 81140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400556, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9076, "Shape__Length": 70.842122088720217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227491544901397, 39.957205174385599 ], [ -75.228119674739503, 39.957283493292898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20614, "tnode_": 20697, "lpoly_": null, "rpoly_": null, "length": 281.04942021, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 133, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88830, "l_hundred": 100, "r_hundred": 100, "seg_id": 400557, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9077, "Shape__Length": 112.03304223953039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225354586593397, 39.957723806591801 ], [ -75.225517163105295, 39.956962502484302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20698, "tnode_": 20675, "lpoly_": null, "rpoly_": null, "length": 587.76208600999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 22300, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400558, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 9078, "Shape__Length": 233.42125852594936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231559187409204, 39.95711106876 ], [ -75.231659030175607, 39.957090730157702 ], [ -75.232860338344096, 39.957239318644099 ], [ -75.233626600385804, 39.957336609846102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20671, "tnode_": 20713, "lpoly_": null, "rpoly_": null, "length": 149.46579654, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 235, "l_t_add": 245, "r_f_add": 234, "r_t_add": 244, "st_code": 89000, "l_hundred": 200, "r_hundred": 200, "seg_id": 400559, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9079, "Shape__Length": 59.581362864537546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239661121051199, 39.957543324147302 ], [ -75.239742435824596, 39.957137821664297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20708, "tnode_": 20744, "lpoly_": null, "rpoly_": null, "length": 90.63099172, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 259, "l_t_add": 263, "r_f_add": 264, "r_t_add": 270, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9080, "Shape__Length": 36.127882142281862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241757108961806, 39.957217334194098 ], [ -75.241807202419295, 39.956971545474502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20746, "tnode_": 20734, "lpoly_": null, "rpoly_": null, "length": 207.72254051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6213, "st_code": 73960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400561, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9081, "Shape__Length": 82.492810784335489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245851090034705, 39.957054370525597 ], [ -75.246582981293798, 39.957143378824199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20673, "tnode_": 20752, "lpoly_": null, "rpoly_": null, "length": 215.7353673, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 211, "r_f_add": 200, "r_t_add": 212, "st_code": 88850, "l_hundred": 200, "r_hundred": 200, "seg_id": 400562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9082, "Shape__Length": 85.997547789292568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227491544901397, 39.957205174385599 ], [ -75.227610639234399, 39.9566200884354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20713, "tnode_": 20773, "lpoly_": null, "rpoly_": null, "length": 151.15838, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 247, "l_t_add": 247, "r_f_add": 246, "r_t_add": 246, "st_code": 89000, "l_hundred": 200, "r_hundred": 200, "seg_id": 400563, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9083, "Shape__Length": 60.255483905447768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239742435824596, 39.957137821664297 ], [ -75.239826386705801, 39.956727933117101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20773, "tnode_": 20744, "lpoly_": null, "rpoly_": null, "length": 562.34480587999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 53180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 9084, "Shape__Length": 223.32353865190257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239826386705801, 39.956727933117101 ], [ -75.241807202419295, 39.956971545474502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20777, "tnode_": 20746, "lpoly_": null, "rpoly_": null, "length": 565.12652027999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 73960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400565, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9085, "Shape__Length": 224.42837948392241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243860322378097, 39.956810282079701 ], [ -75.245851090034705, 39.957054370525597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20697, "tnode_": 20779, "lpoly_": null, "rpoly_": null, "length": 214.39125963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 220, "st_code": 88830, "l_hundred": 200, "r_hundred": 200, "seg_id": 400566, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9086, "Shape__Length": 85.461285667360542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225517163105295, 39.956962502484302 ], [ -75.225636731442506, 39.956381209233399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20744, "tnode_": 20795, "lpoly_": null, "rpoly_": null, "length": 151.01805261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 265, "l_t_add": 299, "r_f_add": 272, "r_t_add": 298, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9087, "Shape__Length": 60.199377106282562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241807202419295, 39.956971545474502 ], [ -75.241891241700301, 39.9565620576656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20735, "tnode_": 20811, "lpoly_": null, "rpoly_": null, "length": 220.69118295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 249, "l_t_add": 265, "r_f_add": 250, "r_t_add": 270, "st_code": 88940, "l_hundred": 200, "r_hundred": 200, "seg_id": 400568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9088, "Shape__Length": 87.972216927798797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233735451886204, 39.9568110057197 ], [ -75.233859673301595, 39.956212770578198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20752, "tnode_": 20813, "lpoly_": null, "rpoly_": null, "length": 204.4529065, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 213, "l_t_add": 231, "r_f_add": 214, "r_t_add": 228, "st_code": 88850, "l_hundred": 200, "r_hundred": 200, "seg_id": 400569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9089, "Shape__Length": 81.49903451826863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227610639234399, 39.9566200884354 ], [ -75.227726135587901, 39.956065922113801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20773, "tnode_": 20815, "lpoly_": null, "rpoly_": null, "length": 149.73341624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 249, "l_t_add": 299, "r_f_add": 248, "r_t_add": 298, "st_code": 89000, "l_hundred": 200, "r_hundred": 200, "seg_id": 400570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9090, "Shape__Length": 59.686779432598335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239826386705801, 39.956727933117101 ], [ -75.239911871508895, 39.956322194729502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20795, "tnode_": 20841, "lpoly_": null, "rpoly_": null, "length": 160.37622789000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 311, "r_f_add": 300, "r_t_add": 312, "st_code": 89020, "l_hundred": 300, "r_hundred": 300, "seg_id": 400571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9091, "Shape__Length": 63.928719801362199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241891241700301, 39.9565620576656 ], [ -75.241985131748905, 39.956127774490703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20770, "tnode_": 20833, "lpoly_": null, "rpoly_": null, "length": 219.8457388, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 247, "l_t_add": 261, "r_f_add": 234, "r_t_add": 250, "st_code": 88910, "l_hundred": 200, "r_hundred": 200, "seg_id": 400572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9092, "Shape__Length": 87.634522408543248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2316767747527, 39.956553305034198 ], [ -75.231803045793001, 39.955957675549897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20779, "tnode_": 20834, "lpoly_": null, "rpoly_": null, "length": 205.62992094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 221, "l_t_add": 235, "r_f_add": 222, "r_t_add": 240, "st_code": 88830, "l_hundred": 200, "r_hundred": 200, "seg_id": 400573, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9093, "Shape__Length": 81.968585181739499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225636731442506, 39.956381209233399 ], [ -75.225748076425305, 39.9558232708277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20837, "tnode_": 20815, "lpoly_": null, "rpoly_": null, "length": 561.41958195999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 73960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400574, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9094, "Shape__Length": 222.95527824658978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237935840791394, 39.956071834238102 ], [ -75.239911871508895, 39.956322194729502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20847, "tnode_": 20837, "lpoly_": null, "rpoly_": null, "length": 196.88889515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5738, "l_t_add": 5798, "r_f_add": 5729, "r_t_add": 5799, "st_code": 73960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400575, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9095, "Shape__Length": 78.187518650813175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237240180727696, 39.955997589646103 ], [ -75.237935840791394, 39.956071834238102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20853, "tnode_": 20847, "lpoly_": null, "rpoly_": null, "length": 149.07678170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5720, "l_t_add": 5736, "r_f_add": 5717, "r_t_add": 5727, "st_code": 73960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400576, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9096, "Shape__Length": 59.201677974902609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236714738831196, 39.955934654558902 ], [ -75.237240180727696, 39.955997589646103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20862, "tnode_": 20853, "lpoly_": null, "rpoly_": null, "length": 203.18372441999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5715, "st_code": 73960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400578, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9097, "Shape__Length": 80.690166329097707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236000335308006, 39.955840653707902 ], [ -75.236714738831196, 39.955934654558902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20792, "tnode_": 20863, "lpoly_": null, "rpoly_": null, "length": 220.28916454, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 237, "l_t_add": 255, "r_f_add": 236, "r_t_add": 254, "st_code": 88880, "l_hundred": 200, "r_hundred": 200, "seg_id": 400579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 9098, "Shape__Length": 87.811444040798008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229526918886407, 39.9562892229022 ], [ -75.229649837954298, 39.955691945893001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20874, "tnode_": 20862, "lpoly_": null, "rpoly_": null, "length": 204.68581842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5629, "r_t_add": 5699, "st_code": 73960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400580, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9099, "Shape__Length": 81.285657068207954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235279590196697, 39.9557508647693 ], [ -75.236000335308006, 39.955840653707902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20813, "tnode_": 20883, "lpoly_": null, "rpoly_": null, "length": 220.28188262, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 233, "l_t_add": 249, "r_f_add": 230, "r_t_add": 248, "st_code": 88850, "l_hundred": 200, "r_hundred": 200, "seg_id": 400581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9100, "Shape__Length": 87.807612687855766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227726135587901, 39.956065922113801 ], [ -75.227798112131197, 39.9557167705537 ], [ -75.2278535311398, 39.955469234348399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20884, "tnode_": 20878, "lpoly_": null, "rpoly_": null, "length": 196.41687839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5615, "st_code": 73960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400582, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9101, "Shape__Length": 78.001831353735895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233986746915406, 39.955588671742802 ], [ -75.234678193730403, 39.955675683938303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20895, "tnode_": 20884, "lpoly_": null, "rpoly_": null, "length": 311.15256008999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5536, "l_t_add": 5598, "r_f_add": 5535, "r_t_add": 5599, "st_code": 73960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400583, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9102, "Shape__Length": 123.56667984934974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2328922909428, 39.955446691650401 ], [ -75.233986746915406, 39.955588671742802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20834, "tnode_": 20907, "lpoly_": null, "rpoly_": null, "length": 220.26639505, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 237, "l_t_add": 265, "r_f_add": 242, "r_t_add": 266, "st_code": 88830, "l_hundred": 200, "r_hundred": 200, "seg_id": 400584, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9103, "Shape__Length": 87.801108468785728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225748076425305, 39.9558232708277 ], [ -75.225875702193605, 39.9552266422061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20909, "tnode_": 20895, "lpoly_": null, "rpoly_": null, "length": 270.5386205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 5500, "l_t_add": 5534, "r_f_add": 5501, "r_t_add": 5533, "st_code": 73960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400585, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9104, "Shape__Length": 107.43672219497651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231939646436402, 39.955328122231798 ], [ -75.2328922909428, 39.955446691650401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20883, "tnode_": 20954, "lpoly_": null, "rpoly_": null, "length": 231.27355724, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 88850, "l_hundred": 200, "r_hundred": 200, "seg_id": 400586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9105, "Shape__Length": 92.189722813298346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2278535311398, 39.955469234348399 ], [ -75.227976510478399, 39.954841453280999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20979, "tnode_": 21040, "lpoly_": null, "rpoly_": null, "length": 200.07859036, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 315, "r_f_add": 300, "r_t_add": 314, "st_code": 88830, "l_hundred": 300, "r_hundred": 300, "seg_id": 400587, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 9106, "Shape__Length": 79.753341279571856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226004978816206, 39.954600987211201 ], [ -75.226115522592806, 39.954058374925403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17334, "tnode_": 17343, "lpoly_": null, "rpoly_": null, "length": 14.58789314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6422, "l_t_add": 6422, "r_f_add": 6423, "r_t_add": 6423, "st_code": 49800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9107, "Shape__Length": 5.8039544096343176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249579031086597, 39.978665578063001 ], [ -75.2496190483741, 39.978639968036099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17547, "tnode_": 17511, "lpoly_": null, "rpoly_": null, "length": 55.70707939, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1624, "l_t_add": 1640, "r_f_add": 1625, "r_t_add": 1641, "st_code": 88930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9108, "Shape__Length": 22.213240595479181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233810055053098, 39.977277370830798 ], [ -75.233837992437003, 39.977428775744599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18218, "tnode_": 18221, "lpoly_": null, "rpoly_": null, "length": 58.57676296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5424, "l_t_add": 5426, "r_f_add": 5429, "r_t_add": 5435, "st_code": 54280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9109, "Shape__Length": 23.267482671720934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230230550449207, 39.973821113757303 ], [ -75.230437924938499, 39.973801082565998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18019, "tnode_": 18004, "lpoly_": null, "rpoly_": null, "length": 19.25533905, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1420, "l_t_add": 1420, "r_f_add": 1419, "r_t_add": 1419, "st_code": 88820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400592, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9110, "Shape__Length": 7.6776887856334994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226469569573993, 39.974798102648201 ], [ -75.226480069460706, 39.974850340021298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18638, "tnode_": 18500, "lpoly_": null, "rpoly_": null, "length": 291.23019406999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1229, "st_code": 88820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400593, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9111, "Shape__Length": 116.11898542649614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225844163675902, 39.971439822824102 ], [ -75.2259895575191, 39.972231420985104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18500, "tnode_": 18480, "lpoly_": null, "rpoly_": null, "length": 31.18759096, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1228, "l_t_add": 1228, "r_f_add": 1231, "r_t_add": 1231, "st_code": 88820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400594, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9112, "Shape__Length": 12.435168433333478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2259895575191, 39.972231420985104 ], [ -75.226005074050704, 39.972316198375303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18823, "tnode_": 18811, "lpoly_": null, "rpoly_": null, "length": 280.28120305, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6526, "r_f_add": 6501, "r_t_add": 6531, "st_code": 37040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400595, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9113, "Shape__Length": 111.33059466303992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249179294198598, 39.970866908183801 ], [ -75.250167121722995, 39.970986609976798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18811, "tnode_": 18807, "lpoly_": null, "rpoly_": null, "length": 112.23243335, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6528, "l_t_add": 6536, "r_f_add": 6533, "r_t_add": 6537, "st_code": 37040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400596, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9114, "Shape__Length": 44.580073148670728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250167121722995, 39.970986609976798 ], [ -75.250562522507806, 39.971035285778697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19047, "tnode_": 18811, "lpoly_": null, "rpoly_": null, "length": 559.82224281999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DAGGETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 27100, "l_hundred": 400, "r_hundred": 400, "seg_id": 400597, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DAGGETT ST", "stname": "N DAGGETT ST", "objectid": 9115, "Shape__Length": 223.20162625364594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250483541003405, 39.969469234884102 ], [ -75.250253327891201, 39.970575217980901 ], [ -75.250167121722995, 39.970986609976798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19349, "tnode_": 19345, "lpoly_": null, "rpoly_": null, "length": 41.46571043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6422, "l_t_add": 6422, "r_f_add": 6425, "r_t_add": 6425, "st_code": 80120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9116, "Shape__Length": 16.469607445642229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248827986070395, 39.967704918353597 ], [ -75.248974377097696, 39.967721330444903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19438, "tnode_": 19430, "lpoly_": null, "rpoly_": null, "length": 90.35357514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6130, "l_t_add": 6136, "r_f_add": 6129, "r_t_add": 6135, "st_code": 80120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9117, "Shape__Length": 35.88810255955935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242761635336393, 39.966950486563597 ], [ -75.243079123758406, 39.966993401173603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19430, "tnode_": 19428, "lpoly_": null, "rpoly_": null, "length": 46.48313925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6138, "l_t_add": 6140, "r_f_add": 6137, "r_t_add": 6139, "st_code": 80120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9118, "Shape__Length": 18.462263769848331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243079123758406, 39.966993401173603 ], [ -75.243243231317095, 39.9670117745422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19671, "tnode_": 19666, "lpoly_": null, "rpoly_": null, "length": 50.76831445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6160, "l_t_add": 6168, "r_f_add": 6161, "r_t_add": 6169, "st_code": 67120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9119, "Shape__Length": 20.16404299254863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243384801693793, 39.965472002859599 ], [ -75.243563763779605, 39.965493450193598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19896, "tnode_": 19671, "lpoly_": null, "rpoly_": null, "length": 562.01632366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 68920, "l_hundred": 100, "r_hundred": 100, "seg_id": 400602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9120, "Shape__Length": 224.05834353112098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243702504414102, 39.963948688939801 ], [ -75.243384801693793, 39.965472002859599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19281, "tnode_": 19273, "lpoly_": null, "rpoly_": null, "length": 146.91835184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 20880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9121, "Shape__Length": 58.354226684554142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237504509958598, 39.967863544984397 ], [ -75.238023042309607, 39.967922488504101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19273, "tnode_": 19266, "lpoly_": null, "rpoly_": null, "length": 48.54324751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5920, "l_t_add": 5928, "r_f_add": 5921, "r_t_add": 5929, "st_code": 20880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 400606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9122, "Shape__Length": 19.281642348131445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238023042309607, 39.967922488504101 ], [ -75.238193419444599, 39.967946398778601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19147, "tnode_": 19122, "lpoly_": null, "rpoly_": null, "length": 100.28686097000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5828, "l_t_add": 5838, "r_f_add": 5821, "r_t_add": 5829, "st_code": 41240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400607, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9123, "Shape__Length": 39.848616969175758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236204827590001, 39.9686862080097 ], [ -75.236540720543701, 39.968781054585101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19122, "tnode_": 19108, "lpoly_": null, "rpoly_": null, "length": 51.43010412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5840, "l_t_add": 5844, "r_f_add": 5831, "r_t_add": 5833, "st_code": 41240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 400608, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9124, "Shape__Length": 20.436519104407228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236540720543701, 39.968781054585101 ], [ -75.236711846183795, 39.968832002445197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19797, "tnode_": 26941, "lpoly_": null, "rpoly_": null, "length": 144.63296708000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 216, "l_t_add": 226, "r_f_add": 213, "r_t_add": 225, "st_code": 80280, "l_hundred": 200, "r_hundred": 200, "seg_id": 400609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 9125, "Shape__Length": 57.661921412200236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231457166729101, 39.964393582737699 ], [ -75.231528351472903, 39.964786821838899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19312, "tnode_": 19347, "lpoly_": null, "rpoly_": null, "length": 461.91116268999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 82520, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9126, "Shape__Length": 183.45792928683824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231975852196697, 39.9674864537552 ], [ -75.232162677371093, 39.967455709280301 ], [ -75.233613396276695, 39.967352571073299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19478, "tnode_": 19312, "lpoly_": null, "rpoly_": null, "length": 404.33639132000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 328, "l_t_add": 498, "r_f_add": 329, "r_t_add": 499, "st_code": 88930, "l_hundred": 300, "r_hundred": 300, "seg_id": 400613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9127, "Shape__Length": 161.20684743924181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231789352628397, 39.966385815269803 ], [ -75.231975852196697, 39.9674864537552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20878, "tnode_": 20877, "lpoly_": null, "rpoly_": null, "length": 13.38651252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5616, "l_t_add": 5616, "r_f_add": 5617, "r_t_add": 5617, "st_code": 73960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400614, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9128, "Shape__Length": 5.3156990808693543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234678193730403, 39.955675683938303 ], [ -75.234725784194396, 39.955678689733702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20877, "tnode_": 20874, "lpoly_": null, "rpoly_": null, "length": 157.46608531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5618, "l_t_add": 5632, "r_f_add": 5619, "r_t_add": 5627, "st_code": 73960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 400615, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9129, "Shape__Length": 62.534073193868466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234725784194396, 39.955678689733702 ], [ -75.235279590196697, 39.9557508647693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20877, "tnode_": 20998, "lpoly_": null, "rpoly_": null, "length": 389.43129528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 35040, "l_hundred": 300, "r_hundred": 300, "seg_id": 400616, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 9130, "Shape__Length": 155.23216829397617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234725784194396, 39.955678689733702 ], [ -75.234947665830603, 39.954623377247003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20645, "tnode_": 20691, "lpoly_": null, "rpoly_": null, "length": 149.13382039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 241, "l_t_add": 251, "r_f_add": 244, "r_t_add": 260, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9131, "Shape__Length": 59.44896445438566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241634471687306, 39.957786299905003 ], [ -75.241717627046597, 39.957381941136802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20691, "tnode_": 20708, "lpoly_": null, "rpoly_": null, "length": 60.97629722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 253, "l_t_add": 257, "r_f_add": 262, "r_t_add": 262, "st_code": 89020, "l_hundred": 200, "r_hundred": 200, "seg_id": 400618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9132, "Shape__Length": 24.305963120741335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241717627046597, 39.957381941136802 ], [ -75.241757108961806, 39.957217334194098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18632, "tnode_": 18607, "lpoly_": null, "rpoly_": null, "length": 268.08242631000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6340, "l_t_add": 6398, "r_f_add": 6341, "r_t_add": 6399, "st_code": 41240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400620, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9133, "Shape__Length": 106.48729067025549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245994134125098, 39.972003979195499 ], [ -75.246938528496997, 39.972120674058097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18706, "tnode_": 18707, "lpoly_": null, "rpoly_": null, "length": 263.43705763000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 77160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9134, "Shape__Length": 104.64768302370109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240990049952003, 39.971362555302399 ], [ -75.241119591745104, 39.9714029609124 ], [ -75.241910264798406, 39.9714973381014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16925, "tnode_": 16811, "lpoly_": null, "rpoly_": null, "length": 351.14843661999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89190, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400622, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9135, "Shape__Length": 139.87495442426777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255002437244997, 39.981320914435102 ], [ -75.255277357704301, 39.9816359561637 ], [ -75.255689138912402, 39.982127171519402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16727, "tnode_": 16594, "lpoly_": null, "rpoly_": null, "length": 343.275505, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 89110, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9136, "Shape__Length": 136.74715726180671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251991750953906, 39.982689412297603 ], [ -75.252241795036298, 39.9829918278311 ], [ -75.252651542003207, 39.983483375890401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16800, "tnode_": 16727, "lpoly_": null, "rpoly_": null, "length": 249.52239641, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89110, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9137, "Shape__Length": 99.396803776026843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251508470636495, 39.9821143140217 ], [ -75.251725765270393, 39.9823868050225 ], [ -75.251991750953906, 39.982689412297603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17000, "tnode_": 16925, "lpoly_": null, "rpoly_": null, "length": 250.7079863, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89190, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400628, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9138, "Shape__Length": 99.865879763638503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254514448900395, 39.980744343760797 ], [ -75.254751636722105, 39.981008993061899 ], [ -75.255002437244997, 39.981320914435102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16880, "tnode_": 16800, "lpoly_": null, "rpoly_": null, "length": 221.52417375000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89110, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9139, "Shape__Length": 88.236868892119446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251066457945797, 39.981610194711699 ], [ -75.251259280570494, 39.981835848334299 ], [ -75.251508470636495, 39.9821143140217 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16997, "tnode_": 17096, "lpoly_": null, "rpoly_": null, "length": 266.98112135000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6446, "l_t_add": 6480, "r_f_add": 6447, "r_t_add": 6481, "st_code": 53080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9140, "Shape__Length": 106.32497520704885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252546453779402, 39.980779158054197 ], [ -75.252860470722595, 39.980499529542399 ], [ -75.253107396104198, 39.980189764756503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17178, "tnode_": 17240, "lpoly_": null, "rpoly_": null, "length": 251.35616621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 28440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 9141, "Shape__Length": 99.964919696165282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251523408426806, 39.979589240796599 ], [ -75.251767375771493, 39.979461103559899 ], [ -75.251912034717094, 39.979388420682 ], [ -75.252270971063794, 39.979208038987203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16938, "tnode_": 16997, "lpoly_": null, "rpoly_": null, "length": 277.13074885999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6418, "l_t_add": 6444, "r_f_add": 6419, "r_t_add": 6445, "st_code": 53080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9142, "Shape__Length": 110.25618952280038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251777092956402, 39.981253732789298 ], [ -75.252212337228599, 39.981021600538902 ], [ -75.252546453779402, 39.980779158054197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17117, "tnode_": 17178, "lpoly_": null, "rpoly_": null, "length": 271.66262471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 28440, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400636, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 9143, "Shape__Length": 108.03783139567336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250710511285206, 39.9799954555589 ], [ -75.251144345715502, 39.9797745329899 ], [ -75.251523408426806, 39.979589240796599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16880, "tnode_": 16938, "lpoly_": null, "rpoly_": null, "length": 237.74801975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6416, "r_f_add": 6401, "r_t_add": 6417, "st_code": 53080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9144, "Shape__Length": 94.553160976187769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251066457945797, 39.981610194711699 ], [ -75.251444549737499, 39.981417609530403 ], [ -75.251777092956402, 39.981253732789298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17138, "tnode_": 17000, "lpoly_": null, "rpoly_": null, "length": 396.19085656000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1116, "l_t_add": 1298, "r_f_add": 1117, "r_t_add": 1299, "st_code": 89190, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 400640, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9145, "Shape__Length": 157.8147485220658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253741992382402, 39.9798335216922 ], [ -75.253904800190398, 39.980033711897299 ], [ -75.254260262116702, 39.980445394806303 ], [ -75.254514448900395, 39.980744343760797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17055, "tnode_": 17117, "lpoly_": null, "rpoly_": null, "length": 237.69438608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 28440, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 9146, "Shape__Length": 94.530036349874848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2499999828282, 39.9803517670885 ], [ -75.250389731941993, 39.980153811815399 ], [ -75.250710511285206, 39.9799954555589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17096, "tnode_": 17189, "lpoly_": null, "rpoly_": null, "length": 260.01310802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6482, "l_t_add": 6598, "r_f_add": 6483, "r_t_add": 6599, "st_code": 53080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9147, "Shape__Length": 103.61956622257244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253107396104198, 39.980189764756503 ], [ -75.253293316704898, 39.979886291997502 ], [ -75.253499067613205, 39.979542721141797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17189, "tnode_": 17277, "lpoly_": null, "rpoly_": null, "length": 208.97106137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6614, "r_f_add": 6601, "r_t_add": 6621, "st_code": 53080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9148, "Shape__Length": 83.225235201756107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253499067613205, 39.979542721141797 ], [ -75.253718807121302, 39.9792870060814 ], [ -75.253932155768396, 39.979076271379299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17891, "tnode_": 17706, "lpoly_": null, "rpoly_": null, "length": 368.22418561000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 935, "st_code": 89230, "l_hundred": 900, "r_hundred": 900, "seg_id": 400648, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9149, "Shape__Length": 146.82741173242152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253750766424403, 39.975946502571702 ], [ -75.253814537888303, 39.976286305896501 ], [ -75.253938007488401, 39.976947006626801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17605, "tnode_": 17627, "lpoly_": null, "rpoly_": null, "length": 230.52693678, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 62120, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 9150, "Shape__Length": 91.574880762182588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253191331315307, 39.977390386322902 ], [ -75.253574017588704, 39.977348310402299 ], [ -75.254005546192005, 39.977300445316999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17736, "tnode_": 17757, "lpoly_": null, "rpoly_": null, "length": 257.59966573000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6750, "l_t_add": 6798, "r_f_add": 6751, "r_t_add": 6799, "st_code": 62120, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 400652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 9151, "Shape__Length": 102.32723378931938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254753508331106, 39.976857365025502 ], [ -75.255167034416004, 39.976815701262304 ], [ -75.255664771990993, 39.976764881576898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17988, "tnode_": 17757, "lpoly_": null, "rpoly_": null, "length": 453.69025896, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 89260, "l_hundred": 900, "r_hundred": 900, "seg_id": 400654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 9152, "Shape__Length": 180.90578290445853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255434312230193, 39.975532137695801 ], [ -75.255493766649593, 39.975863207391299 ], [ -75.255664771990993, 39.976764881576898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17616, "tnode_": 17725, "lpoly_": null, "rpoly_": null, "length": 288.94720053000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6542, "l_t_add": 6598, "r_f_add": 6547, "r_t_add": 6599, "st_code": 49800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9153, "Shape__Length": 114.95882277107924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251536667349299, 39.977299183849802 ], [ -75.2519676758088, 39.976994319395899 ], [ -75.252160310695004, 39.976860323122601 ], [ -75.252325878682598, 39.976795413694397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18130, "tnode_": 18146, "lpoly_": null, "rpoly_": null, "length": 243.32092077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6545, "r_t_add": 6599, "st_code": 49020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400658, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9154, "Shape__Length": 96.653336308959467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251056831239097, 39.974727580287698 ], [ -75.251517239577197, 39.974676181284103 ], [ -75.251916263490997, 39.974632996489497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17817, "tnode_": 17849, "lpoly_": null, "rpoly_": null, "length": 241.09300799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 39750, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400660, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON ST", "stname": "HADDINGTON ST", "objectid": 9155, "Shape__Length": 95.770362465312843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250481638732396, 39.976297754698798 ], [ -75.250919414792605, 39.976248167831798 ], [ -75.251333453459395, 39.976205376703902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17344, "tnode_": 17550, "lpoly_": null, "rpoly_": null, "length": 667.0748924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 62000, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9156, "Shape__Length": 265.27072853635093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268295784139596, 39.978976313437499 ], [ -75.268956657519595, 39.9786550713944 ], [ -75.270310719045696, 39.978001424783898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17797, "tnode_": 17689, "lpoly_": null, "rpoly_": null, "length": 227.66931363999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1717, "st_code": 89470, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9157, "Shape__Length": 90.688552272821596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266431577114105, 39.976709457491303 ], [ -75.2666572767899, 39.976986546711103 ], [ -75.266864108081506, 39.977238484308202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18997, "tnode_": 18755, "lpoly_": null, "rpoly_": null, "length": 559.41625654999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89230, "l_hundred": 400, "r_hundred": 400, "seg_id": 400666, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9158, "Shape__Length": 223.04078847591441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253444140517601, 39.969831779129699 ], [ -75.253372960395495, 39.9701775583829 ], [ -75.253126886270493, 39.971347921055703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18767, "tnode_": 18755, "lpoly_": null, "rpoly_": null, "length": 249.884783, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 37040, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9159, "Shape__Length": 99.257224772017224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252246026987905, 39.971242146623602 ], [ -75.252677592703805, 39.971297074887303 ], [ -75.253126886270493, 39.971347921055703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18792, "tnode_": 18767, "lpoly_": null, "rpoly_": null, "length": 290.90557937, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 37040, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400669, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9160, "Shape__Length": 115.55138496837417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2512210340563, 39.971116609828101 ], [ -75.251528224856102, 39.971155802960602 ], [ -75.251841527272305, 39.971194685931103 ], [ -75.252246026987905, 39.971242146623602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16994, "tnode_": 17105, "lpoly_": null, "rpoly_": null, "length": 572.84937645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 24400, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 400670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 9161, "Shape__Length": 227.74810278310048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247925912799005, 39.980722963848898 ], [ -75.248389750536802, 39.980666285827702 ], [ -75.248513865999797, 39.9806465520168 ], [ -75.248649394270402, 39.980586059123901 ], [ -75.249728604890706, 39.980040931094997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17238, "tnode_": 17105, "lpoly_": null, "rpoly_": null, "length": 402.02771342, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1142, "r_f_add": 1101, "r_t_add": 1143, "st_code": 89110, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 400671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9162, "Shape__Length": 160.13886764361061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248946478026198, 39.979115880204397 ], [ -75.249228894077604, 39.979458747498498 ], [ -75.249459164315496, 39.979719403113897 ], [ -75.249728604890706, 39.980040931094997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17513, "tnode_": 17557, "lpoly_": null, "rpoly_": null, "length": 205.55929755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 46020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9163, "Shape__Length": 81.691275837631849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249112389232906, 39.977751082770801 ], [ -75.249482030466297, 39.977641662759297 ], [ -75.249798141608593, 39.977550877336199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17343, "tnode_": 17425, "lpoly_": null, "rpoly_": null, "length": 261.88443598000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6424, "l_t_add": 6498, "r_f_add": 6425, "r_t_add": 6499, "st_code": 49800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9164, "Shape__Length": 104.2139656864658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2496190483741, 39.978639968036099 ], [ -75.249924199554897, 39.978423854357203 ], [ -75.249968641774203, 39.978390719132697 ], [ -75.2503061323239, 39.978152733769697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17557, "tnode_": 17611, "lpoly_": null, "rpoly_": null, "length": 260.1732193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 46020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9165, "Shape__Length": 103.39414399305761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249798141608593, 39.977550877336199 ], [ -75.250141540781897, 39.977450889022599 ], [ -75.250667171637801, 39.977299673089298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18269, "tnode_": 18080, "lpoly_": null, "rpoly_": null, "length": 392.18483421000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89150, "l_hundred": 700, "r_hundred": 700, "seg_id": 400677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9166, "Shape__Length": 156.37678987010219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249104032998403, 39.973856581259398 ], [ -75.249229656288904, 39.974557972521303 ], [ -75.249303898589204, 39.974922096860602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18412, "tnode_": 18435, "lpoly_": null, "rpoly_": null, "length": 239.81937387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6522, "l_t_add": 6542, "r_f_add": 6523, "r_t_add": 6543, "st_code": 40540, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400679, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 9167, "Shape__Length": 95.261278040329046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249904778048602, 39.973206924436198 ], [ -75.250322813337604, 39.973156814667298 ], [ -75.250750699705705, 39.973107861278997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18307, "tnode_": 18326, "lpoly_": null, "rpoly_": null, "length": 239.68086937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6530, "l_t_add": 6558, "r_f_add": 6531, "r_t_add": 6559, "st_code": 55180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400680, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9168, "Shape__Length": 95.20432107107024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250008536189, 39.973767518051403 ], [ -75.250420151930101, 39.973728407846799 ], [ -75.250857108591404, 39.973685874697601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18269, "tnode_": 18307, "lpoly_": null, "rpoly_": null, "length": 255.57359671999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6528, "r_f_add": 6501, "r_t_add": 6529, "st_code": 55180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400681, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9169, "Shape__Length": 101.51754025032234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249104032998403, 39.973856581259398 ], [ -75.249595898303497, 39.973809662481003 ], [ -75.250008536189, 39.973767518051403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18391, "tnode_": 18412, "lpoly_": null, "rpoly_": null, "length": 256.3470025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6521, "st_code": 40540, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400682, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 9170, "Shape__Length": 101.8253231139674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248999160052904, 39.973305217350401 ], [ -75.249405027269901, 39.973257327925097 ], [ -75.249502369104306, 39.973247036133898 ], [ -75.249904778048602, 39.973206924436198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18586, "tnode_": 18412, "lpoly_": null, "rpoly_": null, "length": 349.59463915000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 642, "r_f_add": 601, "r_t_add": 643, "st_code": 13980, "l_hundred": 600, "r_hundred": 600, "seg_id": 400683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9171, "Shape__Length": 139.38643202407732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249728432099502, 39.972261987518998 ], [ -75.249821781608802, 39.972849013105197 ], [ -75.249863962373894, 39.973154220107403 ], [ -75.249904778048602, 39.973206924436198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17532, "tnode_": 17237, "lpoly_": null, "rpoly_": null, "length": 553.97250485999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 67680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400686, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 9172, "Shape__Length": 220.89901508226288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239677776647397, 39.977475146035097 ], [ -75.239881942967799, 39.978571438508197 ], [ -75.239961685011394, 39.9789800955974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17555, "tnode_": 17261, "lpoly_": null, "rpoly_": null, "length": 556.93208101000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89010, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9173, "Shape__Length": 222.07936292441036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240510013956595, 39.977383282617701 ], [ -75.240714921358105, 39.978473342944099 ], [ -75.240791566059002, 39.978896704310898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17342, "tnode_": 17221, "lpoly_": null, "rpoly_": null, "length": 237.94803387000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1738, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 88990, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400688, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9174, "Shape__Length": 94.883910954698621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239008387200798, 39.978432315006998 ], [ -75.239052234921104, 39.978662861102997 ], [ -75.2391276385125, 39.979079033745698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17792, "tnode_": 17817, "lpoly_": null, "rpoly_": null, "length": 255.94433707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 39750, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400690, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON ST", "stname": "HADDINGTON ST", "objectid": 9175, "Shape__Length": 101.67061394577217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249578094483198, 39.976399894993897 ], [ -75.249973931788006, 39.9763553390355 ], [ -75.250481638732396, 39.976297754698798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17779, "tnode_": 17792, "lpoly_": null, "rpoly_": null, "length": 200.49378460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 39750, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400692, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON ST", "stname": "HADDINGTON ST", "objectid": 9176, "Shape__Length": 79.643503834814226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248870081680195, 39.976478738584703 ], [ -75.249207741212899, 39.976440891925002 ], [ -75.249578094483198, 39.976399894993897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18046, "tnode_": 18063, "lpoly_": null, "rpoly_": null, "length": 152.00074428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6410, "l_t_add": 6438, "r_f_add": 6411, "r_t_add": 6439, "st_code": 49020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400694, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9177, "Shape__Length": 60.379435892738854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2477992984834, 39.975089064418398 ], [ -75.248232959260605, 39.975039076536099 ], [ -75.248335621879093, 39.9750270339186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17766, "tnode_": 17779, "lpoly_": null, "rpoly_": null, "length": 225.21735497999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 39750, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400695, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON ST", "stname": "HADDINGTON ST", "objectid": 9178, "Shape__Length": 89.464468061748818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248074466418899, 39.976565709533098 ], [ -75.248501546206398, 39.976519958478697 ], [ -75.248870081680195, 39.976478738584703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16655, "tnode_": 16603, "lpoly_": null, "rpoly_": null, "length": 403.50203549000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 48900, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400702, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9179, "Shape__Length": 160.39298966444093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2415259936692, 39.982804703242003 ], [ -75.2424762119864, 39.983132525469998 ], [ -75.242841973275802, 39.983254194433798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16719, "tnode_": 16754, "lpoly_": null, "rpoly_": null, "length": 443.3134519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 41400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400704, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-01-16T00:00:00Z", "newsegdate": "2002-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "HAZELHURST ST", "stname": "HAZELHURST ST", "objectid": 9180, "Shape__Length": 176.11642964001902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241469469766102, 39.982504887765003 ], [ -75.241669097989103, 39.9824802254738 ], [ -75.2426359216648, 39.982371953285899 ], [ -75.243034485299702, 39.982327415998903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16796, "tnode_": 16828, "lpoly_": null, "rpoly_": null, "length": 443.98325571000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "TER", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 23822, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 400707, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD TER", "stname": "CLIFFORD TER", "objectid": 9181, "Shape__Length": 176.38100492979038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241358383993997, 39.981931355387999 ], [ -75.241973585364093, 39.981860222294799 ], [ -75.242528491745603, 39.981803318826998 ], [ -75.242925790230899, 39.981754194423402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16979, "tnode_": 16903, "lpoly_": null, "rpoly_": null, "length": 182.86967839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1920, "l_t_add": 1934, "r_f_add": 1921, "r_t_add": 1935, "st_code": 89010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400709, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9182, "Shape__Length": 72.922071853893002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241128993917798, 39.980743173211003 ], [ -75.241230153843006, 39.981239104453202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17076, "tnode_": 16934, "lpoly_": null, "rpoly_": null, "length": 366.49760698, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1910, "r_f_add": 1901, "r_t_add": 1913, "st_code": 89030, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9183, "Shape__Length": 146.14759919502256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242607443781296, 39.9800750974644 ], [ -75.242700785052307, 39.980569129180402 ], [ -75.242795060078805, 39.981070772044703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17147, "tnode_": 17041, "lpoly_": null, "rpoly_": null, "length": 246.79313165000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 89010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9184, "Shape__Length": 98.412413037113737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240917435400803, 39.979576945483501 ], [ -75.240971984032399, 39.979858227100202 ], [ -75.241042882443494, 39.980247507759103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17184, "tnode_": 17076, "lpoly_": null, "rpoly_": null, "length": 247.27815137, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1850, "l_t_add": 1898, "r_f_add": 1851, "r_t_add": 1899, "st_code": 89030, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9185, "Shape__Length": 98.606020940454144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242485338306494, 39.979402820866099 ], [ -75.242537003516205, 39.979682084347402 ], [ -75.242607443781296, 39.9800750974644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17261, "tnode_": 17147, "lpoly_": null, "rpoly_": null, "length": 250.30482588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1830, "r_f_add": 1801, "r_t_add": 1831, "st_code": 89010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9186, "Shape__Length": 99.811923889395757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240791566059002, 39.978896704310898 ], [ -75.240858725855503, 39.979241457405003 ], [ -75.240917435400803, 39.979576945483501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19047, "tnode_": 19027, "lpoly_": null, "rpoly_": null, "length": 280.18742226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 20880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9187, "Shape__Length": 111.29083591374516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250483541003405, 39.969469234884102 ], [ -75.250944765956007, 39.969521560728197 ], [ -75.251471264304001, 39.969587544163801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19063, "tnode_": 19047, "lpoly_": null, "rpoly_": null, "length": 280.13249392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 20880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9188, "Shape__Length": 111.27054414573351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249497995804603, 39.969342674476401 ], [ -75.249582330281001, 39.969358601031203 ], [ -75.249994385182603, 39.969410218749303 ], [ -75.250483541003405, 39.969469234884102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19139, "tnode_": 19162, "lpoly_": null, "rpoly_": null, "length": 285.01294802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5138, "r_f_add": 5101, "r_t_add": 5139, "st_code": 82520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9189, "Shape__Length": 113.2028769331596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222827464261499, 39.968388285734797 ], [ -75.223835249928499, 39.9682840672738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19162, "tnode_": 19164, "lpoly_": null, "rpoly_": null, "length": 46.19584672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5140, "l_t_add": 5140, "r_f_add": 5141, "r_t_add": 5141, "st_code": 82520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 400725, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9190, "Shape__Length": 18.3479480491036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223835249928499, 39.9682840672738 ], [ -75.223998977136105, 39.9682695292421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17780, "tnode_": 17519, "lpoly_": null, "rpoly_": null, "length": 569.74493694, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 89530, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 9191, "Shape__Length": 226.95097742746788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.272491903933101, 39.976945160869299 ], [ -75.272747470202304, 39.977257600856099 ], [ -75.273574789397898, 39.978268835500799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17863, "tnode_": 17937, "lpoly_": null, "rpoly_": null, "length": 232.53599714000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7728, "l_t_add": 7798, "r_f_add": 7729, "r_t_add": 7799, "st_code": 62000, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 400727, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9192, "Shape__Length": 92.521215213686702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.273293045378296, 39.9765621952589 ], [ -75.273680409708703, 39.976381983273399 ], [ -75.273824473247203, 39.976270074091801 ], [ -75.273908465228999, 39.976154320628098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17780, "tnode_": 17863, "lpoly_": null, "rpoly_": null, "length": 264.34310943999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7700, "l_t_add": 7726, "r_f_add": 7701, "r_t_add": 7727, "st_code": 62000, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 400728, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9193, "Shape__Length": 105.11466473465619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.272491903933101, 39.976945160869299 ], [ -75.272899546508498, 39.976753338549102 ], [ -75.273293045378296, 39.9765621952589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17704, "tnode_": 17780, "lpoly_": null, "rpoly_": null, "length": 243.09546194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7650, "l_t_add": 7698, "r_f_add": 7651, "r_t_add": 7699, "st_code": 62000, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9194, "Shape__Length": 96.668239223714096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271757937400295, 39.977300678980498 ], [ -75.272110096438894, 39.977135567371199 ], [ -75.272491903933101, 39.976945160869299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17632, "tnode_": 17704, "lpoly_": null, "rpoly_": null, "length": 237.81738335999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7622, "l_t_add": 7648, "r_f_add": 7623, "r_t_add": 7649, "st_code": 62000, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9195, "Shape__Length": 94.56777412823314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271037095282296, 39.977645052482998 ], [ -75.271392932629098, 39.977479692694999 ], [ -75.271757937400295, 39.977300678980498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17550, "tnode_": 17632, "lpoly_": null, "rpoly_": null, "length": 241.44413573999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7620, "r_f_add": 7601, "r_t_add": 7621, "st_code": 62000, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 9196, "Shape__Length": 96.014528745055301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270310719045696, 39.978001424783898 ], [ -75.270678486750001, 39.977823301186397 ], [ -75.271037095282296, 39.977645052482998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17794, "tnode_": 17670, "lpoly_": null, "rpoly_": null, "length": 261.42046427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1824, "r_f_add": 1801, "r_t_add": 1825, "st_code": 89500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9197, "Shape__Length": 104.13938203029653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269329948944602, 39.976791075314502 ], [ -75.269582168343007, 39.977107945343398 ], [ -75.269812752339405, 39.977405089532198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17999, "tnode_": 17896, "lpoly_": null, "rpoly_": null, "length": 228.21765725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 89500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9198, "Shape__Length": 90.90799268316151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268462877178706, 39.9757278141456 ], [ -75.268690529828206, 39.976011396156501 ], [ -75.268891466950393, 39.9762605050148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17896, "tnode_": 17794, "lpoly_": null, "rpoly_": null, "length": 229.04461298000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 89500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9199, "Shape__Length": 91.234193288519094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268891466950393, 39.9762605050148 ], [ -75.269105827039098, 39.976524957330597 ], [ -75.269329948944602, 39.976791075314502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18115, "tnode_": 18011, "lpoly_": null, "rpoly_": null, "length": 228.97387165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 89530, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 9200, "Shape__Length": 91.20721283864134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271077809991596, 39.975208777874997 ], [ -75.2712906565515, 39.975464524039602 ], [ -75.271510581723504, 39.975741867885901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18213, "tnode_": 18115, "lpoly_": null, "rpoly_": null, "length": 228.72940821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 89530, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 9201, "Shape__Length": 91.107349620370087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270641648144206, 39.974678081530001 ], [ -75.270878061384295, 39.974967692153797 ], [ -75.271077809991596, 39.975208777874997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17670, "tnode_": 17550, "lpoly_": null, "rpoly_": null, "length": 258.20505052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1826, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 89500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9202, "Shape__Length": 102.84957173003221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269812752339405, 39.977405089532198 ], [ -75.270048688328103, 39.977683141674 ], [ -75.270310719045696, 39.978001424783898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17410, "tnode_": 17353, "lpoly_": null, "rpoly_": null, "length": 237.70781004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 82440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 400751, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9203, "Shape__Length": 94.509756237345073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265493848612195, 39.978607016607 ], [ -75.265850706257098, 39.978766232633198 ], [ -75.266235712940102, 39.978923115018802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17577, "tnode_": 17531, "lpoly_": null, "rpoly_": null, "length": 157.53975793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7530, "l_t_add": 7540, "r_f_add": 7511, "r_t_add": 7519, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400753, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9204, "Shape__Length": 62.666961763783583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266351776430199, 39.977757241999001 ], [ -75.266662674099706, 39.977941047976998 ], [ -75.266800233044293, 39.978017947745201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18207, "tnode_": 18262, "lpoly_": null, "rpoly_": null, "length": 237.50542912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7614, "r_f_add": 7601, "r_t_add": 7615, "st_code": 84360, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400755, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9205, "Shape__Length": 94.440573501266073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267591403234306, 39.974671411592396 ], [ -75.267950783470198, 39.974496978036399 ], [ -75.268309982325505, 39.974325822662401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17465, "tnode_": 17410, "lpoly_": null, "rpoly_": null, "length": 242.47275439000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1612, "l_t_add": 1698, "r_f_add": 1613, "r_t_add": 1699, "st_code": 82440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400757, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9206, "Shape__Length": 96.397802195986884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264729362720203, 39.978295447256599 ], [ -75.265087758404903, 39.978446272114397 ], [ -75.265493848612195, 39.978607016607 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17663, "tnode_": 17577, "lpoly_": null, "rpoly_": null, "length": 233.88772873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7506, "l_t_add": 7528, "r_f_add": 7501, "r_t_add": 7509, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400759, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9207, "Shape__Length": 93.047039670322306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265700989048497, 39.9773553002127 ], [ -75.266001451834896, 39.977541830194902 ], [ -75.266351776430199, 39.977757241999001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17529, "tnode_": 17465, "lpoly_": null, "rpoly_": null, "length": 234.72513137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1524, "l_t_add": 1610, "r_f_add": 1525, "r_t_add": 1611, "st_code": 82440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400761, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9208, "Shape__Length": 93.321840119436317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263995315271998, 39.9779856186275 ], [ -75.264348039354999, 39.978144126449003 ], [ -75.264729362720203, 39.978295447256599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17749, "tnode_": 17693, "lpoly_": null, "rpoly_": null, "length": 139.19109438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7428, "l_t_add": 7498, "r_f_add": 7429, "r_t_add": 7479, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400763, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9209, "Shape__Length": 55.37164241129868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265038867444702, 39.976955008416297 ], [ -75.265340282967898, 39.977137487481002 ], [ -75.265429134016102, 39.977191335897501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17585, "tnode_": 17529, "lpoly_": null, "rpoly_": null, "length": 241.68549593999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1448, "l_t_add": 1522, "r_f_add": 1449, "r_t_add": 1523, "st_code": 82440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400764, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9210, "Shape__Length": 96.085592226005645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263235445958898, 39.977672019908198 ], [ -75.263609326169799, 39.977831666051102 ], [ -75.263995315271998, 39.9779856186275 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17819, "tnode_": 17777, "lpoly_": null, "rpoly_": null, "length": 135.70541087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7424, "l_t_add": 7426, "r_f_add": 7425, "r_t_add": 7427, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400766, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9211, "Shape__Length": 53.980260810360043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264369711361994, 39.976560067091398 ], [ -75.264465906971495, 39.976614821384899 ], [ -75.264668468229203, 39.976730678482603 ], [ -75.264756516884802, 39.976784119038001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17655, "tnode_": 17585, "lpoly_": null, "rpoly_": null, "length": 239.81645582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1420, "l_t_add": 1446, "r_f_add": 1421, "r_t_add": 1447, "st_code": 82440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9212, "Shape__Length": 95.340314635467195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262479153786501, 39.9773640301066 ], [ -75.262846091022595, 39.977513778738199 ], [ -75.263235445958898, 39.977672019908198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17892, "tnode_": 17852, "lpoly_": null, "rpoly_": null, "length": 127.47919968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7416, "l_t_add": 7416, "r_f_add": 7417, "r_t_add": 7417, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400769, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9213, "Shape__Length": 50.709379771899918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263712933273894, 39.976158728875298 ], [ -75.2640218273161, 39.976341951118101 ], [ -75.264074013902999, 39.976371532066302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28455, "tnode_": 17672, "lpoly_": null, "rpoly_": null, "length": 129.20372404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 82440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400772, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9214, "Shape__Length": 51.443679526456222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261970068654804, 39.977000463048597 ], [ -75.261993601722807, 39.977071331337598 ], [ -75.262130747423399, 39.977208502129002 ], [ -75.262245203531407, 39.9772718603597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17959, "tnode_": 17892, "lpoly_": null, "rpoly_": null, "length": 234.96248909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7412, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400773, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9215, "Shape__Length": 93.470149089413979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263055894398804, 39.975758132499898 ], [ -75.263385417408799, 39.975955655361403 ], [ -75.263712933273894, 39.976158728875298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17903, "tnode_": 17797, "lpoly_": null, "rpoly_": null, "length": 229.74599806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 89470, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9216, "Shape__Length": 91.515115595861829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265995232223702, 39.976175543179401 ], [ -75.2661998475578, 39.976426936776001 ], [ -75.266431577114105, 39.976709457491303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18008, "tnode_": 17903, "lpoly_": null, "rpoly_": null, "length": 226.6086083, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 89470, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9217, "Shape__Length": 90.262702002022579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265560991278704, 39.975651050064997 ], [ -75.265786413585104, 39.975908153986502 ], [ -75.265995232223702, 39.976175543179401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17852, "tnode_": 18008, "lpoly_": null, "rpoly_": null, "length": 492.50087204000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 84360, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9218, "Shape__Length": 195.84248817104182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264074013902999, 39.976371532066302 ], [ -75.2652022802734, 39.975823430333101 ], [ -75.265560991278704, 39.975651050064997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17994, "tnode_": 18235, "lpoly_": null, "rpoly_": null, "length": 594.23815957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 53080, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9219, "Shape__Length": 236.52899470902591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262814222142495, 39.975621023716002 ], [ -75.263942472401297, 39.974688803824101 ], [ -75.264260663593703, 39.974428295604902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18060, "tnode_": 17994, "lpoly_": null, "rpoly_": null, "length": 261.01144116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7379, "st_code": 41240, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400787, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9220, "Shape__Length": 103.76019576146368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261987076963706, 39.975291757425197 ], [ -75.262418992997794, 39.975465142923198 ], [ -75.262814222142495, 39.975621023716002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18308, "tnode_": 18235, "lpoly_": null, "rpoly_": null, "length": 222.57200416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1362, "l_t_add": 1398, "r_f_add": 1363, "r_t_add": 1399, "st_code": 89470, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400789, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9221, "Shape__Length": 88.567540032184354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263681314932796, 39.974010440308298 ], [ -75.2639643430538, 39.974218105783898 ], [ -75.264260663593703, 39.974428295604902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17994, "tnode_": 17959, "lpoly_": null, "rpoly_": null, "length": 84.15548563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7410, "r_f_add": 7381, "r_t_add": 7399, "st_code": 41240, "l_hundred": 7400, "r_hundred": 7300, "seg_id": 400791, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9222, "Shape__Length": 33.473223289487223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262814222142495, 39.975621023716002 ], [ -75.263055894398804, 39.975758132499898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17550, "tnode_": 17310, "lpoly_": null, "rpoly_": null, "length": 542.96768548, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 89500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400793, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9223, "Shape__Length": 216.29181995414578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270310719045696, 39.978001424783898 ], [ -75.270570396641901, 39.978320360069098 ], [ -75.271286710132401, 39.979202986276 ], [ -75.271334082278202, 39.979266980134803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18103, "tnode_": 18297, "lpoly_": null, "rpoly_": null, "length": 698.99097654000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 84400, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 9224, "Shape__Length": 277.94515523940788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265033857963303, 39.975151490362499 ], [ -75.265399269108698, 39.974976390615502 ], [ -75.267147363720596, 39.9741327589824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18439, "tnode_": 18346, "lpoly_": null, "rpoly_": null, "length": 211.83819078, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1416, "l_t_add": 1428, "r_f_add": 1417, "r_t_add": 1429, "st_code": 89500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9225, "Shape__Length": 84.377782058730105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266588468636002, 39.973430553284302 ], [ -75.266784340782607, 39.973675597637403 ], [ -75.266938667009597, 39.973857471023003 ], [ -75.266992137159406, 39.973922142997701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18113, "tnode_": 18060, "lpoly_": null, "rpoly_": null, "length": 199.38178349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7230, "l_t_add": 7298, "r_f_add": 7245, "r_t_add": 7299, "st_code": 41240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 400798, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9226, "Shape__Length": 79.265158170321939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261361677859199, 39.975030879085999 ], [ -75.261719897947302, 39.9751798876026 ], [ -75.261987076963706, 39.975291757425197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18384, "tnode_": 18308, "lpoly_": null, "rpoly_": null, "length": 222.01538439000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1334, "l_t_add": 1360, "r_f_add": 1335, "r_t_add": 1361, "st_code": 89470, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400800, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9227, "Shape__Length": 88.343417252028019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263100185829103, 39.973596306764897 ], [ -75.263374568892999, 39.973787953379102 ], [ -75.263681314932796, 39.974010440308298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18314, "tnode_": 18192, "lpoly_": null, "rpoly_": null, "length": 608.90917766999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7198, "r_f_add": 7001, "r_t_add": 7209, "st_code": 41240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400802, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9228, "Shape__Length": 242.05866918314609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258255360948695, 39.973776417332999 ], [ -75.259812644556703, 39.9744120516038 ], [ -75.260181269232206, 39.9745496825239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18548, "tnode_": 18541, "lpoly_": null, "rpoly_": null, "length": 743.27219155, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89470, "l_hundred": 0, "r_hundred": 1200, "seg_id": 400803, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9229, "Shape__Length": 295.41937741709546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259848505492499, 39.972450023330602 ], [ -75.259964499096597, 39.9725552142528 ], [ -75.260037277284596, 39.972593106884702 ], [ -75.260368726865096, 39.972563985043102 ], [ -75.260747526515701, 39.972530702420201 ], [ -75.260922410078607, 39.972508415077897 ], [ -75.261119778194498, 39.972492088648401 ], [ -75.2612970015076, 39.972487406326699 ], [ -75.261442780199701, 39.972509468768003 ], [ -75.261580578344294, 39.972553682625801 ], [ -75.2616882454261, 39.972605605008397 ], [ -75.261836201245103, 39.972705168422102 ], [ -75.2620465503432, 39.9728698499787 ], [ -75.262233997962994, 39.972911783296603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18339, "tnode_": 18414, "lpoly_": null, "rpoly_": null, "length": 257.48088348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7646, "l_t_add": 7698, "r_f_add": 7647, "r_t_add": 7699, "st_code": 84360, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9230, "Shape__Length": 102.38124031237406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2690075205022, 39.973988309516102 ], [ -75.269367214050106, 39.973812372906501 ], [ -75.2697881611616, 39.973615731843601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18262, "tnode_": 18339, "lpoly_": null, "rpoly_": null, "length": 230.95311347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7616, "l_t_add": 7644, "r_f_add": 7617, "r_t_add": 7645, "st_code": 84360, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400807, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9231, "Shape__Length": 91.835580510608324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268309982325505, 39.974325822662401 ], [ -75.268636255524399, 39.974164868781898 ], [ -75.2690075205022, 39.973988309516102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18542, "tnode_": 18414, "lpoly_": null, "rpoly_": null, "length": 320.053988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1465, "r_t_add": 1499, "st_code": 89530, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 9232, "Shape__Length": 127.48661156682442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269191434613504, 39.972866945273402 ], [ -75.269382121159595, 39.973103159496297 ], [ -75.269552239555594, 39.973309255741 ], [ -75.269715380753297, 39.9735106338116 ], [ -75.2697881611616, 39.973615731843601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18580, "tnode_": 18542, "lpoly_": null, "rpoly_": null, "length": 129.44967454000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "77TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1401, "r_t_add": 1463, "st_code": 89530, "l_hundred": 0, "r_hundred": 1400, "seg_id": 400814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 77TH ST", "stname": "N 77TH ST", "objectid": 9233, "Shape__Length": 51.482833602995655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268817584438196, 39.972670399760403 ], [ -75.269042367550995, 39.972746211523699 ], [ -75.269191434613504, 39.972866945273402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18633, "tnode_": 18670, "lpoly_": null, "rpoly_": null, "length": 121.02907135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7628, "l_t_add": 7698, "r_f_add": 7629, "r_t_add": 7699, "st_code": 53080, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400815, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9234, "Shape__Length": 48.166293284194111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266726574401801, 39.9723987056922 ], [ -75.267030758601507, 39.972162886772502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18523, "tnode_": 18633, "lpoly_": null, "rpoly_": null, "length": 252.91688904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7626, "r_f_add": 7601, "r_t_add": 7627, "st_code": 53080, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400816, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9235, "Shape__Length": 100.66778366895377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266112553233796, 39.972907383660399 ], [ -75.266437244263201, 39.972645886919302 ], [ -75.266726574401801, 39.9723987056922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18438, "tnode_": 18523, "lpoly_": null, "rpoly_": null, "length": 251.24967834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7556, "l_t_add": 7598, "r_f_add": 7557, "r_t_add": 7599, "st_code": 53080, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400818, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9236, "Shape__Length": 100.00397496631635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265500919966897, 39.973411609809602 ], [ -75.265808035802394, 39.973161259642602 ], [ -75.266112553233796, 39.972907383660399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18351, "tnode_": 18438, "lpoly_": null, "rpoly_": null, "length": 245.52484451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7524, "l_t_add": 7554, "r_f_add": 7525, "r_t_add": 7555, "st_code": 53080, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9237, "Shape__Length": 97.722630881737217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264897581194802, 39.973900225431699 ], [ -75.2649685020655, 39.973842743061198 ], [ -75.265213234223495, 39.973649418340898 ], [ -75.265500919966897, 39.973411609809602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18235, "tnode_": 18351, "lpoly_": null, "rpoly_": null, "length": 262.46003978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7522, "r_f_add": 7501, "r_t_add": 7523, "st_code": 53080, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400822, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9238, "Shape__Length": 104.46869932956928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264260663593703, 39.974428295604902 ], [ -75.264603708179493, 39.9741518539102 ], [ -75.264897581194802, 39.973900225431699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17238, "tnode_": 17334, "lpoly_": null, "rpoly_": null, "length": 241.52375272999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6420, "r_f_add": 6401, "r_t_add": 6421, "st_code": 49800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9239, "Shape__Length": 96.113087223272771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248946478026198, 39.979115880204397 ], [ -75.249299300102294, 39.9788634645382 ], [ -75.249579031086597, 39.978665578063001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17473, "tnode_": 17513, "lpoly_": null, "rpoly_": null, "length": 232.44367896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 46020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400826, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9240, "Shape__Length": 92.375958206687386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248337281285799, 39.9779781563631 ], [ -75.248733344757795, 39.977860758876801 ], [ -75.249112389232906, 39.977751082770801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16310, "tnode_": 16403, "lpoly_": null, "rpoly_": null, "length": 334.67618346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6600, "l_t_add": 6898, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6600, "r_hundred": 0, "seg_id": 400833, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 9241, "Shape__Length": 133.14983834145485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258569540081496, 39.985521172942498 ], [ -75.258729337414593, 39.985390625989901 ], [ -75.259511411335893, 39.984960731753098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16437, "tnode_": 16310, "lpoly_": null, "rpoly_": null, "length": 389.56361533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89190, "l_hundred": 0, "r_hundred": 0, "seg_id": 400835, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9242, "Shape__Length": 155.18693657938189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257812252536894, 39.984624364517998 ], [ -75.258118255284302, 39.984987414371801 ], [ -75.258569540081496, 39.985521172942498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16930, "tnode_": 16787, "lpoly_": null, "rpoly_": null, "length": 882.56418015000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 48900, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 400836, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9243, "Shape__Length": 350.81204574045984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236165582671902, 39.980979350470399 ], [ -75.239045405420796, 39.9819600132247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18548, "tnode_": 18734, "lpoly_": null, "rpoly_": null, "length": 364.63601979000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7501, "l_t_add": 7899, "r_f_add": 7500, "r_t_add": 7898, "st_code": 49020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400837, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9244, "Shape__Length": 145.12818829838662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259848505492499, 39.972450023330602 ], [ -75.260227237744402, 39.972153615611802 ], [ -75.260743088999703, 39.971723412278998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18314, "tnode_": 18548, "lpoly_": null, "rpoly_": null, "length": 657.90416822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7498, "r_f_add": 7001, "r_t_add": 7499, "st_code": 49020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400838, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9245, "Shape__Length": 261.86804233663139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258255360948695, 39.973776417332999 ], [ -75.259848505492499, 39.972450023330602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18232, "tnode_": 18314, "lpoly_": null, "rpoly_": null, "length": 888.87305724000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6800, "l_t_add": 6998, "r_f_add": 6801, "r_t_add": 6999, "st_code": 49020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 400839, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9246, "Shape__Length": 353.14453966351408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255198715072098, 39.9742697731416 ], [ -75.2579636196336, 39.973955574891598 ], [ -75.257977740958395, 39.973955720278298 ], [ -75.258020864916901, 39.973926311475402 ], [ -75.258255360948695, 39.973776417332999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18518, "tnode_": 18314, "lpoly_": null, "rpoly_": null, "length": 1018.0610428900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6800, "l_t_add": 6998, "r_f_add": 6801, "r_t_add": 6999, "st_code": 41240, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 400841, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9247, "Shape__Length": 404.59752799383523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254903791996398, 39.972700028461503 ], [ -75.255117114622706, 39.972756332063902 ], [ -75.257040453540796, 39.973372910894298 ], [ -75.258255360948695, 39.973776417332999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20013, "tnode_": 19911, "lpoly_": null, "rpoly_": null, "length": 281.97303531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 130, "r_f_add": 101, "r_t_add": 129, "st_code": 11780, "l_hundred": 100, "r_hundred": 100, "seg_id": 400843, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9248, "Shape__Length": 112.4112384977944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235010778597399, 39.962870707218002 ], [ -75.234849918736899, 39.963634797492603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19635, "tnode_": 19602, "lpoly_": null, "rpoly_": null, "length": 523.83690943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 80120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 400844, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9249, "Shape__Length": 208.05699525231768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229923722687005, 39.965361352242198 ], [ -75.231769510499404, 39.965586450310703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19770, "tnode_": 27384, "lpoly_": null, "rpoly_": null, "length": 44.91005111, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 230, "l_t_add": 232, "r_f_add": 231, "r_t_add": 233, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 400845, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9250, "Shape__Length": 17.904262079723498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230079420026797, 39.964575352803401 ], [ -75.230054376950307, 39.9646971211954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17412, "tnode_": 17121, "lpoly_": null, "rpoly_": null, "length": 696.95403264999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1599, "st_code": 88820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400846, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9251, "Shape__Length": 277.7307768211017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226452993981795, 39.977726250928598 ], [ -75.226140306928897, 39.978212016521297 ], [ -75.2253717831058, 39.979449156770599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20734, "tnode_": 20729, "lpoly_": null, "rpoly_": null, "length": 162.3955021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6224, "l_t_add": 6244, "r_f_add": 6215, "r_t_add": 6231, "st_code": 73960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 400847, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9252, "Shape__Length": 64.492306013371191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246582981293798, 39.957143378824199 ], [ -75.247155010196806, 39.957213726765403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16787, "tnode_": 16320, "lpoly_": null, "rpoly_": null, "length": 1167.6166916900002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88990, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 400848, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9253, "Shape__Length": 465.32212710611589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239045405420796, 39.9819600132247 ], [ -75.238747316881401, 39.982391170327098 ], [ -75.238050445137503, 39.983551753717201 ], [ -75.237243381302207, 39.984849379467299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17907, "tnode_": 17809, "lpoly_": null, "rpoly_": null, "length": 360.66077802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5039, "st_code": 48900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 400849, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9254, "Shape__Length": 143.40524839447079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222476890547298, 39.9752211577445 ], [ -75.223579163189001, 39.975732089344199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17827, "tnode_": 17845, "lpoly_": null, "rpoly_": null, "length": 187.27959175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5200, "r_f_add": 5201, "r_t_add": 5249, "st_code": 55180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 400850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9255, "Shape__Length": 74.39314705448534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226657174850104, 39.975758938623699 ], [ -75.227318985694595, 39.9756878268213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19216, "tnode_": 19247, "lpoly_": null, "rpoly_": null, "length": 426.0174374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 82520, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9256, "Shape__Length": 169.20592876740602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226643726696295, 39.968002928767298 ], [ -75.228151003443102, 39.967852500451201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19494, "tnode_": 19437, "lpoly_": null, "rpoly_": null, "length": 388.14497975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5436, "r_f_add": 5401, "r_t_add": 5423, "st_code": 41240, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 400852, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9257, "Shape__Length": 154.2672289738897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227863342076205, 39.966200931595097 ], [ -75.229108508451304, 39.9666671393339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19535, "tnode_": 19316, "lpoly_": null, "rpoly_": null, "length": 560.88156556999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88970, "l_hundred": 300, "r_hundred": 300, "seg_id": 400853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9258, "Shape__Length": 223.61253747235432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235844741170197, 39.966094703230901 ], [ -75.235524701393601, 39.967614573044401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19849, "tnode_": 26940, "lpoly_": null, "rpoly_": null, "length": 281.04741752999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 201, "st_code": 88930, "l_hundred": 200, "r_hundred": 200, "seg_id": 400854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9259, "Shape__Length": 112.04425495248624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232212836137904, 39.964086247862902 ], [ -75.232052757211207, 39.964847861729602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19569, "tnode_": 19347, "lpoly_": null, "rpoly_": null, "length": 551.28747859000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88950, "l_hundred": 300, "r_hundred": 300, "seg_id": 400855, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9260, "Shape__Length": 219.78973634379685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233906033279595, 39.9658560631337 ], [ -75.233613396276695, 39.967352571073299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19918, "tnode_": 19712, "lpoly_": null, "rpoly_": null, "length": 570.78701794000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88840, "l_hundred": 200, "r_hundred": 200, "seg_id": 400856, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9261, "Shape__Length": 227.55597257559722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226205661919394, 39.963338827276097 ], [ -75.226009791550695, 39.964259118990697 ], [ -75.226111786005006, 39.964888575138602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18707, "tnode_": 18676, "lpoly_": null, "rpoly_": null, "length": 264.51796738000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 41240, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 400857, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9262, "Shape__Length": 105.0707496592353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241910264798406, 39.9714973381014 ], [ -75.242841967009497, 39.971613094898103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20954, "tnode_": 20936, "lpoly_": null, "rpoly_": null, "length": 512.28927821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 73960, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 400858, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 9263, "Shape__Length": 203.44030435917801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227976510478399, 39.954841453280999 ], [ -75.229779872383702, 39.955068552933497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17025, "tnode_": 16913, "lpoly_": null, "rpoly_": null, "length": 684.37459078000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 63040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 400860, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 9264, "Shape__Length": 272.0546787427769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219254483337494, 39.9799443567494 ], [ -75.221455298770096, 39.980758583520398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19317, "tnode_": 19293, "lpoly_": null, "rpoly_": null, "length": 342.62288331999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6698, "r_f_add": 6501, "r_t_add": 6699, "st_code": 62950, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400862, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2003-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK RD", "stname": "PARK RD", "objectid": 9265, "Shape__Length": 136.08595118675359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250803233834802, 39.967946522718599 ], [ -75.252012530429596, 39.968083752321903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18587, "tnode_": 18351, "lpoly_": null, "rpoly_": null, "length": 750.73886635999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTBURY", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 82480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTBURY DR", "stname": "WESTBURY DR", "objectid": 9266, "Shape__Length": 298.73519329201929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262943364209207, 39.972490763181803 ], [ -75.264897581194802, 39.973900225431699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18715, "tnode_": 18586, "lpoly_": null, "rpoly_": null, "length": 311.75272268999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 520, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 13980, "l_hundred": 500, "r_hundred": 500, "seg_id": 400864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9267, "Shape__Length": 124.21553347079443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250165338300405, 39.971495135302703 ], [ -75.249708262079594, 39.972155309513198 ], [ -75.249728432099502, 39.972261987518998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18715, "tnode_": 18710, "lpoly_": null, "rpoly_": null, "length": 327.33689651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 74900, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 400865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9268, "Shape__Length": 130.01085215557055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250165338300405, 39.971495135302703 ], [ -75.251332547257803, 39.9715260839005 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18807, "tnode_": 18715, "lpoly_": null, "rpoly_": null, "length": 202.75684393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 521, "st_code": 13980, "l_hundred": 500, "r_hundred": 500, "seg_id": 400866, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9269, "Shape__Length": 80.749116312035667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250562522507806, 39.971035285778697 ], [ -75.250377907530293, 39.971191454192102 ], [ -75.2503436979421, 39.971226468401099 ], [ -75.250165338300405, 39.971495135302703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17430, "tnode_": 17025, "lpoly_": null, "rpoly_": null, "length": 1083.17651247, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1798, "r_f_add": 1501, "r_t_add": 1799, "st_code": 88780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 400869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 9270, "Shape__Length": 431.61946651126038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220981781600599, 39.977284353967399 ], [ -75.219254483337494, 39.9799443567494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17601, "tnode_": 17672, "lpoly_": null, "rpoly_": null, "length": 107.60811131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 84400, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 400877, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 9271, "Shape__Length": 42.870733964986371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262054998352099, 39.977528467273402 ], [ -75.262245203531407, 39.9772718603597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16329, "tnode_": 16561, "lpoly_": null, "rpoly_": null, "length": 1021.76058369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 72620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9272, "Shape__Length": 406.29922887932895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253958932813504, 39.985202723990902 ], [ -75.256235263210201, 39.984182282474102 ], [ -75.257115150248794, 39.983798365562699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16464, "tnode_": 16691, "lpoly_": null, "rpoly_": null, "length": 1003.98140641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 29200, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400882, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 9273, "Shape__Length": 399.22536774751347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253304003081496, 39.984350564171201 ], [ -75.254681724621193, 39.9837333388136 ], [ -75.256404117453499, 39.982969057221901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16508, "tnode_": 16762, "lpoly_": null, "rpoly_": null, "length": 758.6246398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 38520, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 400883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENHILL RD", "stname": "GREENHILL RD", "objectid": 9274, "Shape__Length": 302.12689724464826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260731324362794, 39.984290141533101 ], [ -75.260602937670896, 39.984139607582897 ], [ -75.260519034003096, 39.984023590229398 ], [ -75.260478139617305, 39.983921127674797 ], [ -75.260440875801095, 39.983802891884203 ], [ -75.260431165903697, 39.983661768638299 ], [ -75.260451321714498, 39.983528338050803 ], [ -75.2605134346027, 39.9833746813038 ], [ -75.260600788302796, 39.983240360304499 ], [ -75.260724447607302, 39.983115046405501 ], [ -75.260907377673206, 39.982996889587298 ], [ -75.261575086926797, 39.9826622543521 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16859, "tnode_": 16666, "lpoly_": null, "rpoly_": null, "length": 488.73788978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1841, "r_t_add": 1899, "st_code": 84960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9275, "Shape__Length": 194.89802613743805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248097899186902, 39.981649927259497 ], [ -75.248348647034305, 39.982977634345403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16762, "tnode_": 16917, "lpoly_": null, "rpoly_": null, "length": 719.82216376999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 38520, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400885, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENHILL RD", "stname": "GREENHILL RD", "objectid": 9276, "Shape__Length": 286.27969693810201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261575086926797, 39.9826622543521 ], [ -75.262343961734302, 39.982271364821301 ], [ -75.263725093243806, 39.981581063630003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16800, "tnode_": 17000, "lpoly_": null, "rpoly_": null, "length": 979.11726624000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS PARK", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 57140, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 400886, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS PARK RD", "stname": "MORRIS PARK RD", "objectid": 9277, "Shape__Length": 389.33872125640994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251508470636495, 39.9821143140217 ], [ -75.254514448900395, 39.980744343760797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16853, "tnode_": 17029, "lpoly_": null, "rpoly_": null, "length": 720.25603745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 72620, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9278, "Shape__Length": 286.44958142871201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260926297211, 39.981890317232001 ], [ -75.263076804600999, 39.980807543339303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20415, "tnode_": 20407, "lpoly_": null, "rpoly_": null, "length": 254.82957546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2394, "r_f_add": 2301, "r_t_add": 2395, "st_code": 67120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-06-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9279, "Shape__Length": 101.2017687250739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176979370339495, 39.958018112959103 ], [ -75.177877365079198, 39.958126753198997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17107, "tnode_": 16994, "lpoly_": null, "rpoly_": null, "length": 263.70943097000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1801, "r_t_add": 1815, "st_code": 84960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400888, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9280, "Shape__Length": 105.1587577518321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247792002787804, 39.980006416096202 ], [ -75.247925912799005, 39.980722963848898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17117, "tnode_": 16938, "lpoly_": null, "rpoly_": null, "length": 547.21285046000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 53740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400889, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9281, "Shape__Length": 217.97264949552499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250710511285206, 39.9799954555589 ], [ -75.251777092956402, 39.981253732789298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17029, "tnode_": 17123, "lpoly_": null, "rpoly_": null, "length": 390.62712372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 72620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 400890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9282, "Shape__Length": 155.35060082947786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263076804600999, 39.980807543339303 ], [ -75.264245735616797, 39.980223408077499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17050, "tnode_": 17127, "lpoly_": null, "rpoly_": null, "length": 495.30044383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7010, "l_t_add": 7028, "r_f_add": 7009, "r_t_add": 7033, "st_code": 18740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400891, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9283, "Shape__Length": 196.87477763327473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2604403444669, 39.9805986393864 ], [ -75.260556258693398, 39.980623384782099 ], [ -75.261040021580101, 39.980582911237299 ], [ -75.261230767821203, 39.980548685646497 ], [ -75.2614199908312, 39.980478257484002 ], [ -75.261817767000906, 39.980276439598597 ], [ -75.2620520295538, 39.980161385252799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17127, "tnode_": 17182, "lpoly_": null, "rpoly_": null, "length": 246.30869718000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7030, "l_t_add": 7198, "r_f_add": 7035, "r_t_add": 7115, "st_code": 18740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9284, "Shape__Length": 97.956546290884575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2620520295538, 39.980161385252799 ], [ -75.262787068432303, 39.979790678076803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17240, "tnode_": 17096, "lpoly_": null, "rpoly_": null, "length": 427.59868254999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 13980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 400893, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9285, "Shape__Length": 170.32269027821178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252270971063794, 39.979208038987203 ], [ -75.253107396104198, 39.980189764756503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17353, "tnode_": 17502, "lpoly_": null, "rpoly_": null, "length": 351.8038015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 72620, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9286, "Shape__Length": 140.0887792745612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266235712940102, 39.978923115018802 ], [ -75.267003455000093, 39.978159039731899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17513, "tnode_": 17343, "lpoly_": null, "rpoly_": null, "length": 353.56934228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 53740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9287, "Shape__Length": 140.90925016858009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249112389232906, 39.977751082770801 ], [ -75.2496190483741, 39.978639968036099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17410, "tnode_": 17577, "lpoly_": null, "rpoly_": null, "length": 391.96269704000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 18740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400896, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9288, "Shape__Length": 156.07791240068411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265493848612195, 39.978607016607 ], [ -75.266351776430199, 39.977757241999001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17531, "tnode_": 17584, "lpoly_": null, "rpoly_": null, "length": 164.86666209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 72620, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400897, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9289, "Shape__Length": 65.566194380168298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266800233044293, 39.978017947745201 ], [ -75.267290842929, 39.977768211053601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17465, "tnode_": 17663, "lpoly_": null, "rpoly_": null, "length": 437.53744729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 19260, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400898, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9290, "Shape__Length": 174.21708697767377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264729362720203, 39.978295447256599 ], [ -75.265700989048497, 39.9773553002127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17529, "tnode_": 17749, "lpoly_": null, "rpoly_": null, "length": 475.9013209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 29200, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 9291, "Shape__Length": 189.49891392178128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263995315271998, 39.9779856186275 ], [ -75.265038867444702, 39.976955008416297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17779, "tnode_": 17513, "lpoly_": null, "rpoly_": null, "length": 468.44065028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 53740, "l_hundred": 900, "r_hundred": 900, "seg_id": 400900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9292, "Shape__Length": 186.7894916196237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248870081680195, 39.976478738584703 ], [ -75.249112389232906, 39.977751082770801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17584, "tnode_": 17794, "lpoly_": null, "rpoly_": null, "length": 673.25906886999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 72620, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400901, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9293, "Shape__Length": 267.72106044482814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267290842929, 39.977768211053601 ], [ -75.269329948944602, 39.976791075314502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17693, "tnode_": 17797, "lpoly_": null, "rpoly_": null, "length": 331.27251431999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 19260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400902, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9294, "Shape__Length": 131.73033602585622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265429134016102, 39.977191335897501 ], [ -75.266431577114105, 39.976709457491303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17817, "tnode_": 17611, "lpoly_": null, "rpoly_": null, "length": 368.66627821999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 13980, "l_hundred": 900, "r_hundred": 900, "seg_id": 400903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9295, "Shape__Length": 147.00469066402627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250481638732396, 39.976297754698798 ], [ -75.250667171637801, 39.977299673089298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17871, "tnode_": 17632, "lpoly_": null, "rpoly_": null, "length": 517.30576511000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 63880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNINGTON RD", "stname": "PENNINGTON RD", "objectid": 9296, "Shape__Length": 206.06217735629619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270056891573105, 39.976441756504599 ], [ -75.271037095282296, 39.977645052482998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17689, "tnode_": 17896, "lpoly_": null, "rpoly_": null, "length": 670.63384284999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 18740, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9297, "Shape__Length": 266.67789165338252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266864108081506, 39.977238484308202 ], [ -75.268891466950393, 39.9762605050148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17777, "tnode_": 17903, "lpoly_": null, "rpoly_": null, "length": 411.90688337999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 29200, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400906, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 9298, "Shape__Length": 163.79917437251135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264756516884802, 39.976784119038001 ], [ -75.265995232223702, 39.976175543179401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17933, "tnode_": 17704, "lpoly_": null, "rpoly_": null, "length": 519.55504056999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 33600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRINGTON RD", "stname": "FARRINGTON RD", "objectid": 9299, "Shape__Length": 206.95851414579221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270776518325405, 39.976090687662001 ], [ -75.271757937400295, 39.977300678980498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17799, "tnode_": 17940, "lpoly_": null, "rpoly_": null, "length": 339.99201818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUSKIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7340, "r_f_add": 7301, "r_t_add": 7345, "st_code": 69940, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUSKIN RD", "stname": "RUSKIN RD", "objectid": 9300, "Shape__Length": 135.49496480075925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261147701640198, 39.976751258120302 ], [ -75.261070496392193, 39.976551388087103 ], [ -75.261079388778398, 39.976432717288297 ], [ -75.261447542920607, 39.975897045663302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17797, "tnode_": 17999, "lpoly_": null, "rpoly_": null, "length": 672.2826855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 19260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400909, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9301, "Shape__Length": 267.33223810759529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266431577114105, 39.976709457491303 ], [ -75.268462877178706, 39.9757278141456 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18027, "tnode_": 17420, "lpoly_": null, "rpoly_": null, "length": 1092.85092861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 84960, "l_hundred": 800, "r_hundred": 800, "seg_id": 400910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9302, "Shape__Length": 435.7591397237473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246816697932005, 39.975202222343199 ], [ -75.247362092811699, 39.978095743102898 ], [ -75.247412360158293, 39.978161431361997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18091, "tnode_": 17863, "lpoly_": null, "rpoly_": null, "length": 518.92904689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 55580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 400911, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIBROOK RD", "stname": "MERIBROOK RD", "objectid": 9303, "Shape__Length": 206.70313578162498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2723047095932, 39.975357577579103 ], [ -75.273293045378296, 39.9765621952589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18110, "tnode_": 17817, "lpoly_": null, "rpoly_": null, "length": 542.26893234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 13980, "l_hundred": 800, "r_hundred": 800, "seg_id": 400912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9304, "Shape__Length": 216.22404056245534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250206059835904, 39.974824334855299 ], [ -75.250481638732396, 39.976297754698798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17896, "tnode_": 18115, "lpoly_": null, "rpoly_": null, "length": 722.66299849000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 18740, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400913, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9305, "Shape__Length": 287.36173603466546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268891466950393, 39.9762605050148 ], [ -75.271077809991596, 39.975208777874997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18130, "tnode_": 17849, "lpoly_": null, "rpoly_": null, "length": 543.88865003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 47360, "l_hundred": 800, "r_hundred": 800, "seg_id": 400914, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENMORE RD", "stname": "KENMORE RD", "objectid": 9306, "Shape__Length": 216.86955880145337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251056831239097, 39.974727580287698 ], [ -75.251333453459395, 39.976205376703902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18262, "tnode_": 18075, "lpoly_": null, "rpoly_": null, "length": 455.64081494000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 63880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400915, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNINGTON RD", "stname": "PENNINGTON RD", "objectid": 9307, "Shape__Length": 181.49598877050596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268309982325505, 39.974325822662401 ], [ -75.269166727771307, 39.9753888397073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18301, "tnode_": 18063, "lpoly_": null, "rpoly_": null, "length": 476.77066559000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 53740, "l_hundred": 700, "r_hundred": 700, "seg_id": 400916, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9308, "Shape__Length": 190.10439938744523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248096436627804, 39.9737312405667 ], [ -75.248335621879093, 39.9750270339186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18060, "tnode_": 18308, "lpoly_": null, "rpoly_": null, "length": 675.70776853000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUSKIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 69940, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400917, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUSKIN RD", "stname": "RUSKIN RD", "objectid": 9309, "Shape__Length": 268.91896818384294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261987076963706, 39.975291757425197 ], [ -75.262147970215594, 39.975275993330001 ], [ -75.263681314932796, 39.974010440308298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18315, "tnode_": 18016, "lpoly_": null, "rpoly_": null, "length": 570.63245013999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 84960, "l_hundred": 700, "r_hundred": 700, "seg_id": 400918, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9310, "Shape__Length": 227.5295244958935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2463053172428, 39.9736730295987 ], [ -75.246599051467797, 39.975223099673698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18339, "tnode_": 18139, "lpoly_": null, "rpoly_": null, "length": 454.54396653000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 33600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400919, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRINGTON RD", "stname": "FARRINGTON RD", "objectid": 9311, "Shape__Length": 181.05709185975897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2690075205022, 39.973988309516102 ], [ -75.269864542591804, 39.975047647577803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18412, "tnode_": 18307, "lpoly_": null, "rpoly_": null, "length": 206.27439729000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 644, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 13980, "l_hundred": 600, "r_hundred": 600, "seg_id": 400920, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9312, "Shape__Length": 82.247390876256688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249904778048602, 39.973206924436198 ], [ -75.250008536189, 39.973767518051403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18435, "tnode_": 18326, "lpoly_": null, "rpoly_": null, "length": 212.66154508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47360, "l_hundred": 600, "r_hundred": 600, "seg_id": 400921, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENMORE RD", "stname": "KENMORE RD", "objectid": 9313, "Shape__Length": 84.794083539977649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250750699705705, 39.973107861278997 ], [ -75.250857108591404, 39.973685874697601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18507, "tnode_": 18310, "lpoly_": null, "rpoly_": null, "length": 455.71779607999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 55580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 400922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIBROOK RD", "stname": "MERIBROOK RD", "objectid": 9314, "Shape__Length": 181.51966243493152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270843175062296, 39.973102425551403 ], [ -75.271708063400297, 39.9741617743828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18192, "tnode_": 18541, "lpoly_": null, "rpoly_": null, "length": 828.84736897000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 19200, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 400923, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9315, "Shape__Length": 329.88459605451521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260181269232206, 39.9745496825239 ], [ -75.262233997962994, 39.972911783296603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18569, "tnode_": 18369, "lpoly_": null, "rpoly_": null, "length": 429.56966988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 30760, "l_hundred": 600, "r_hundred": 600, "seg_id": 400924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMORE RD", "stname": "EDGEMORE RD", "objectid": 9316, "Shape__Length": 171.29024348715376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252691939281206, 39.972341937161701 ], [ -75.252585652259299, 39.9735183206353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18585, "tnode_": 18301, "lpoly_": null, "rpoly_": null, "length": 555.37066398999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 53740, "l_hundred": 600, "r_hundred": 600, "seg_id": 400925, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9317, "Shape__Length": 221.4241716840161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247882272216501, 39.972237882080599 ], [ -75.247825339202194, 39.972289007166196 ], [ -75.248096436627804, 39.9737312405667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18683, "tnode_": 18438, "lpoly_": null, "rpoly_": null, "length": 751.49473783999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIMBERLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 47660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400926, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIMBERLY DR", "stname": "KIMBERLY DR", "objectid": 9318, "Shape__Length": 299.03541425493285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263547229392898, 39.971998695881197 ], [ -75.265500919966897, 39.973411609809602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18852, "tnode_": 18633, "lpoly_": null, "rpoly_": null, "length": 758.23606293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 63880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 400927, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNINGTON RD", "stname": "PENNINGTON RD", "objectid": 9319, "Shape__Length": 301.71075934252588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264751239192506, 39.970976520364701 ], [ -75.266726574401801, 39.9723987056922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18734, "tnode_": 19689, "lpoly_": null, "rpoly_": null, "length": 2190.1838552499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1, "l_t_add": 499, "r_f_add": 2, "r_t_add": 498, "st_code": 21325, "l_hundred": 0, "r_hundred": 0, "seg_id": 400928, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDINGTON RD", "stname": "CARDINGTON RD", "objectid": 9320, "Shape__Length": 873.08042684192071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260743088999703, 39.971723412278998 ], [ -75.260779309100201, 39.971515599542698 ], [ -75.260878695928895, 39.971257469163099 ], [ -75.260981423925301, 39.971083427373401 ], [ -75.261096746056893, 39.9709162475922 ], [ -75.261250187497794, 39.970702121415101 ], [ -75.2613481682979, 39.970511502717301 ], [ -75.261560686645097, 39.970058138821003 ], [ -75.261729781609205, 39.969679612305498 ], [ -75.261827564734901, 39.9694066198036 ], [ -75.261906093777498, 39.969133208836702 ], [ -75.261957743044107, 39.968892163196301 ], [ -75.262008826346403, 39.968257381017899 ], [ -75.261992589623603, 39.967940731047399 ], [ -75.261999824070401, 39.967743202282101 ], [ -75.262035262208499, 39.967477093736797 ], [ -75.262095950767204, 39.967223065318201 ], [ -75.262183394251807, 39.9669399636809 ], [ -75.262291266187404, 39.966566698917902 ], [ -75.262324743580095, 39.966412571153803 ], [ -75.262333452643304, 39.966233195010801 ], [ -75.262282309042305, 39.965907153207098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18632, "tnode_": 18315, "lpoly_": null, "rpoly_": null, "length": 614.22885546999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 84960, "l_hundred": 600, "r_hundred": 600, "seg_id": 400929, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9321, "Shape__Length": 244.90768484144266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245994134125098, 39.972003979195499 ], [ -75.2463053172428, 39.9736730295987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17605, "tnode_": 17277, "lpoly_": null, "rpoly_": null, "length": 663.34992612000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 30760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400930, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMORE RD", "stname": "EDGEMORE RD", "objectid": 9322, "Shape__Length": 264.39249648287199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253191331315307, 39.977390386322902 ], [ -75.253379455450798, 39.9783990906352 ], [ -75.253396831755097, 39.978448159931197 ], [ -75.253722945108294, 39.978831091825498 ], [ -75.253932155768396, 39.979076271379299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17813, "tnode_": 17605, "lpoly_": null, "rpoly_": null, "length": 388.03882125999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 30760, "l_hundred": 900, "r_hundred": 900, "seg_id": 400931, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMORE RD", "stname": "EDGEMORE RD", "objectid": 9323, "Shape__Length": 154.72901064450474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252991649936604, 39.976336328334099 ], [ -75.253061354807798, 39.976682524031503 ], [ -75.253191331315307, 39.977390386322902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17951, "tnode_": 17736, "lpoly_": null, "rpoly_": null, "length": 429.40490232999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLANDERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 34340, "l_hundred": 900, "r_hundred": 900, "seg_id": 400932, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLANDERS RD", "stname": "FLANDERS RD", "objectid": 9324, "Shape__Length": 171.22201228658435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254531703807501, 39.975691023586499 ], [ -75.254592117164506, 39.975993038868403 ], [ -75.254753508331106, 39.976857365025502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17849, "tnode_": 17616, "lpoly_": null, "rpoly_": null, "length": 402.50551723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 47360, "l_hundred": 900, "r_hundred": 900, "seg_id": 400934, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENMORE RD", "stname": "KENMORE RD", "objectid": 9325, "Shape__Length": 160.497802025276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251333453459395, 39.976205376703902 ], [ -75.251489197278602, 39.977034627859297 ], [ -75.251536667349299, 39.977299183849802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17446, "tnode_": 17670, "lpoly_": null, "rpoly_": null, "length": 740.48672176000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 38520, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400936, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENHILL RD", "stname": "GREENHILL RD", "objectid": 9326, "Shape__Length": 294.46714250860867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267583766099193, 39.978496091137799 ], [ -75.267808342055602, 39.978374245865297 ], [ -75.268455968398698, 39.978058398260202 ], [ -75.269812752339405, 39.977405089532198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19009, "tnode_": 18767, "lpoly_": null, "rpoly_": null, "length": 559.9647954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 30760, "l_hundred": 400, "r_hundred": 400, "seg_id": 400937, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMORE RD", "stname": "EDGEMORE RD", "objectid": 9327, "Shape__Length": 223.25850925084586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2525678591646, 39.969725081923201 ], [ -75.252487417797795, 39.9700779652823 ], [ -75.252246026987905, 39.971242146623602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17334, "tnode_": 17117, "lpoly_": null, "rpoly_": null, "length": 579.00502926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 53740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 400938, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 9328, "Shape__Length": 230.63069998311366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249579031086597, 39.978665578063001 ], [ -75.249881970287504, 39.979015869953201 ], [ -75.250710511285206, 39.9799954555589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18307, "tnode_": 18110, "lpoly_": null, "rpoly_": null, "length": 388.94252726000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 13980, "l_hundred": 700, "r_hundred": 700, "seg_id": 400940, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9329, "Shape__Length": 155.08388826186032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250008536189, 39.973767518051403 ], [ -75.250146027159104, 39.974489238924399 ], [ -75.250206059835904, 39.974824334855299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18091, "tnode_": 18160, "lpoly_": null, "rpoly_": null, "length": 264.59594720999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7750, "l_t_add": 7798, "r_f_add": 7751, "r_t_add": 7799, "st_code": 72620, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 400941, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9330, "Shape__Length": 105.2125249283007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2723047095932, 39.975357577579103 ], [ -75.272676878752605, 39.975174916465399 ], [ -75.273106881118807, 39.9749746556936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18011, "tnode_": 18091, "lpoly_": null, "rpoly_": null, "length": 262.93740072000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7700, "l_t_add": 7748, "r_f_add": 7701, "r_t_add": 7749, "st_code": 72620, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 400943, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9331, "Shape__Length": 104.55588619295756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271510581723504, 39.975741867885901 ], [ -75.2719115112005, 39.975544416280201 ], [ -75.2723047095932, 39.975357577579103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17933, "tnode_": 18011, "lpoly_": null, "rpoly_": null, "length": 241.80907564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7652, "l_t_add": 7698, "r_f_add": 7653, "r_t_add": 7699, "st_code": 72620, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400945, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9332, "Shape__Length": 96.152023799423745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270776518325405, 39.976090687662001 ], [ -75.271131797129797, 39.975920243327401 ], [ -75.271510581723504, 39.975741867885901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17871, "tnode_": 17933, "lpoly_": null, "rpoly_": null, "length": 238.81801427000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7624, "l_t_add": 7650, "r_f_add": 7625, "r_t_add": 7651, "st_code": 72620, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9333, "Shape__Length": 94.967159599876425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270056891573105, 39.976441756504599 ], [ -75.270425621757894, 39.976258901982099 ], [ -75.270776518325405, 39.976090687662001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17794, "tnode_": 17871, "lpoly_": null, "rpoly_": null, "length": 240.23727066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7622, "r_f_add": 7601, "r_t_add": 7623, "st_code": 72620, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9334, "Shape__Length": 95.529736582498288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269329948944602, 39.976791075314502 ], [ -75.269694289629797, 39.976609712105898 ], [ -75.270056891573105, 39.976441756504599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17999, "tnode_": 18075, "lpoly_": null, "rpoly_": null, "length": 232.7530194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7620, "r_f_add": 7601, "r_t_add": 7621, "st_code": 19260, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400951, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9335, "Shape__Length": 92.552536312437269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268462877178706, 39.9757278141456 ], [ -75.268812942259501, 39.975565242382203 ], [ -75.269166727771307, 39.9753888397073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17940, "tnode_": 18060, "lpoly_": null, "rpoly_": null, "length": 279.96727937999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUSKIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7342, "l_t_add": 7398, "r_f_add": 7347, "r_t_add": 7399, "st_code": 69940, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400953, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUSKIN RD", "stname": "RUSKIN RD", "objectid": 9336, "Shape__Length": 111.50067571041751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261447542920607, 39.975897045663302 ], [ -75.261654202607303, 39.975588096043097 ], [ -75.261848950697598, 39.975313792965601 ], [ -75.261987076963706, 39.975291757425197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17353, "tnode_": 17395, "lpoly_": null, "rpoly_": null, "length": 509.54205453999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 38520, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 400955, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENHILL RD", "stname": "GREENHILL RD", "objectid": 9337, "Shape__Length": 202.5248196530269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266235712940102, 39.978923115018802 ], [ -75.266444710792797, 39.978994977781703 ], [ -75.266641624029106, 39.979040923086501 ], [ -75.266849986892396, 39.979055022678203 ], [ -75.267056183730205, 39.9790456241738 ], [ -75.267300174040798, 39.979005330919698 ], [ -75.267549185742297, 39.9789239959645 ], [ -75.267899796685896, 39.9787098245584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18139, "tnode_": 18213, "lpoly_": null, "rpoly_": null, "length": 256.05797559000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7648, "l_t_add": 7698, "r_f_add": 7649, "r_t_add": 7699, "st_code": 19260, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9338, "Shape__Length": 101.81647039500882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269864542591804, 39.975047647577803 ], [ -75.270215136919404, 39.974885142586402 ], [ -75.270641648144206, 39.974678081530001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18075, "tnode_": 18139, "lpoly_": null, "rpoly_": null, "length": 231.73143933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7622, "l_t_add": 7646, "r_f_add": 7623, "r_t_add": 7647, "st_code": 19260, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9339, "Shape__Length": 92.148065662506198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269166727771307, 39.9753888397073 ], [ -75.269522246949805, 39.9752179532451 ], [ -75.269864542591804, 39.975047647577803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18768, "tnode_": 18852, "lpoly_": null, "rpoly_": null, "length": 251.46777172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7610, "l_t_add": 7638, "r_f_add": 7601, "r_t_add": 7639, "st_code": 19200, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 400961, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9340, "Shape__Length": 100.09495852111694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264151164695207, 39.971489334469098 ], [ -75.264237345555401, 39.971405455399797 ], [ -75.264450565430707, 39.971224719525502 ], [ -75.264574385948407, 39.971120895884397 ], [ -75.264751239192506, 39.970976520364701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18683, "tnode_": 18768, "lpoly_": null, "rpoly_": null, "length": 251.16054965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7550, "l_t_add": 7608, "r_f_add": 7551, "r_t_add": 7599, "st_code": 19200, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400962, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9341, "Shape__Length": 99.970891892804843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263547229392898, 39.971998695881197 ], [ -75.263836647736099, 39.971753419353597 ], [ -75.264151164695207, 39.971489334469098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18587, "tnode_": 18683, "lpoly_": null, "rpoly_": null, "length": 246.53584635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7520, "l_t_add": 7548, "r_f_add": 7521, "r_t_add": 7549, "st_code": 19200, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400964, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9342, "Shape__Length": 98.124180887015555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262943364209207, 39.972490763181803 ], [ -75.263250727340207, 39.972236335516897 ], [ -75.263547229392898, 39.971998695881197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18541, "tnode_": 18587, "lpoly_": null, "rpoly_": null, "length": 253.89959804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7500, "l_t_add": 7518, "r_f_add": 7501, "r_t_add": 7519, "st_code": 19200, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 400966, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9343, "Shape__Length": 100.99581560170535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262233997962994, 39.972911783296603 ], [ -75.262635954283397, 39.9727384100309 ], [ -75.262943364209207, 39.972490763181803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18548, "tnode_": 18541, "lpoly_": null, "rpoly_": null, "length": 754.34970145, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 89470, "l_hundred": 1200, "r_hundred": 0, "seg_id": 400967, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9344, "Shape__Length": 299.83285779427814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.259848505492499, 39.972450023330602 ], [ -75.260018951155999, 39.972473317535403 ], [ -75.260230863495494, 39.972450642718101 ], [ -75.260483806538303, 39.972429476656401 ], [ -75.261125820296996, 39.972365921075799 ], [ -75.261299691282701, 39.972366301675599 ], [ -75.261452087246397, 39.972388493208904 ], [ -75.261580750837396, 39.972424272148999 ], [ -75.261716400360399, 39.972474806529299 ], [ -75.261839322154401, 39.972544006224503 ], [ -75.261961253509099, 39.972625578288103 ], [ -75.262104191581599, 39.972711495219599 ], [ -75.262233997962994, 39.972911783296603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16715, "tnode_": 16853, "lpoly_": null, "rpoly_": null, "length": 671.84924081999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 72620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 400969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9345, "Shape__Length": 267.20003916256161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258917600071598, 39.982896964200599 ], [ -75.260282900764395, 39.982223610995803 ], [ -75.260926297211, 39.981890317232001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16561, "tnode_": 16715, "lpoly_": null, "rpoly_": null, "length": 602.45151789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6898, "r_f_add": 6601, "r_t_add": 6899, "st_code": 72620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400970, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 9346, "Shape__Length": 239.60246575286692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257115150248794, 39.983798365562699 ], [ -75.258917600071598, 39.982896964200599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16666, "tnode_": 16332, "lpoly_": null, "rpoly_": null, "length": 810.80155053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 84960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 400971, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9347, "Shape__Length": 323.27295539624708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248348647034305, 39.982977634345403 ], [ -75.248670875362507, 39.984689423114901 ], [ -75.248994317441102, 39.985118630005601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16969, "tnode_": 17050, "lpoly_": null, "rpoly_": null, "length": 264.07281064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7008, "r_f_add": 7001, "r_t_add": 7007, "st_code": 18740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 400972, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9348, "Shape__Length": 105.24600933210678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260181392985601, 39.981256677431602 ], [ -75.260143192374301, 39.981183825533002 ], [ -75.260142933620997, 39.981152034881603 ], [ -75.260160349494996, 39.981123915385297 ], [ -75.260254912158402, 39.981070615613902 ], [ -75.260298939929498, 39.980938400296303 ], [ -75.2604403444669, 39.9805986393864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20134, "tnode_": 20214, "lpoly_": null, "rpoly_": null, "length": 275.13816081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 21, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 24060, "l_hundred": 0, "r_hundred": 0, "seg_id": 400974, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9349, "Shape__Length": 109.68360453649076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246921342830206, 39.961938354145303 ], [ -75.247079318098599, 39.961192912357802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20214, "tnode_": 20305, "lpoly_": null, "rpoly_": null, "length": 279.44810569000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 126, "st_code": 24060, "l_hundred": 100, "r_hundred": 100, "seg_id": 400975, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9350, "Shape__Length": 111.4009933611546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247079318098599, 39.961192912357802 ], [ -75.247236518406297, 39.960435390130499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20305, "tnode_": 20398, "lpoly_": null, "rpoly_": null, "length": 281.56093098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 24060, "l_hundred": 100, "r_hundred": 100, "seg_id": 400976, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9351, "Shape__Length": 112.24225578318359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247236518406297, 39.960435390130499 ], [ -75.247393176427707, 39.959671929197597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20398, "tnode_": 20561, "lpoly_": null, "rpoly_": null, "length": 420.77983869000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 242, "st_code": 24060, "l_hundred": 200, "r_hundred": 200, "seg_id": 400977, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9352, "Shape__Length": 167.73658123542512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247393176427707, 39.959671929197597 ], [ -75.247641219512303, 39.958532716102297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20718, "tnode_": 20785, "lpoly_": null, "rpoly_": null, "length": 188.31746586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 24060, "l_hundred": 300, "r_hundred": 300, "seg_id": 400979, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9353, "Shape__Length": 75.069166306659739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247894345156695, 39.957279362323 ], [ -75.247990977326396, 39.956767783830301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20561, "tnode_": 20718, "lpoly_": null, "rpoly_": null, "length": 462.05555159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 245, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 24060, "l_hundred": 200, "r_hundred": 200, "seg_id": 400980, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 9354, "Shape__Length": 184.18990987835195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247641219512303, 39.958532716102297 ], [ -75.247894345156695, 39.957279362323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18523, "tnode_": 18439, "lpoly_": null, "rpoly_": null, "length": 232.63505764, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 89500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 400983, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 9355, "Shape__Length": 92.644849734582138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266112553233796, 39.972907383660399 ], [ -75.266364463867404, 39.9731789261456 ], [ -75.266435471105297, 39.973257039558 ], [ -75.266588468636002, 39.973430553284302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17138, "tnode_": 17265, "lpoly_": null, "rpoly_": null, "length": 482.48377495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 51760, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 400984, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTUS RD", "stname": "LOTUS RD", "objectid": 9356, "Shape__Length": 191.87110200375133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253741992382402, 39.9798335216922 ], [ -75.253871611381399, 39.979777364042398 ], [ -75.254644220534004, 39.979398811816502 ], [ -75.255195883259503, 39.979124467715998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17627, "tnode_": 17348, "lpoly_": null, "rpoly_": null, "length": 537.91557993999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 89230, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400985, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9357, "Shape__Length": 214.44327453117441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254005546192005, 39.977300445316999 ], [ -75.254197256201607, 39.978299945835303 ], [ -75.254253234868202, 39.978420678566202 ], [ -75.254313615719099, 39.978520385106698 ], [ -75.254473581626002, 39.978712488532999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17736, "tnode_": 17394, "lpoly_": null, "rpoly_": null, "length": 595.22481248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLANDERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 34340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLANDERS RD", "stname": "FLANDERS RD", "objectid": 9358, "Shape__Length": 237.35045007939635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254753508331106, 39.976857365025502 ], [ -75.254970737980699, 39.978186075423103 ], [ -75.255026118128598, 39.978477767324001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17757, "tnode_": 17471, "lpoly_": null, "rpoly_": null, "length": 502.59369628999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 89260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 400991, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 9359, "Shape__Length": 200.40861151770943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255664771990993, 39.976764881576898 ], [ -75.255927022564606, 39.978129732105401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17706, "tnode_": 17627, "lpoly_": null, "rpoly_": null, "length": 130.1353191, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 937, "r_t_add": 999, "st_code": 89230, "l_hundred": 1000, "r_hundred": 900, "seg_id": 400992, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9360, "Shape__Length": 51.89109824277633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253938007488401, 39.976947006626801 ], [ -75.254005546192005, 39.977300445316999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16835, "tnode_": 16469, "lpoly_": null, "rpoly_": null, "length": 947.61535067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 400995, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9361, "Shape__Length": 377.73769043076794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245008327903193, 39.981717513412299 ], [ -75.245342162417501, 39.982072635468199 ], [ -75.245459976403396, 39.9822010769077 ], [ -75.245728263311193, 39.983651272295198 ], [ -75.245439535924504, 39.984144648383797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16575, "tnode_": 16469, "lpoly_": null, "rpoly_": null, "length": 675.62583659000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6178, "r_f_add": 6101, "r_t_add": 6179, "st_code": 48900, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401112, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-12-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9362, "Shape__Length": 268.56735700035472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243238046386693, 39.983388493053099 ], [ -75.243504518555795, 39.983480700101801 ], [ -75.244237636803405, 39.983728382509497 ], [ -75.245439535924504, 39.984144648383797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16994, "tnode_": 16859, "lpoly_": null, "rpoly_": null, "length": 341.09861332999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1814, "l_t_add": 1832, "r_f_add": 1817, "r_t_add": 1839, "st_code": 84960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 401116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 9363, "Shape__Length": 136.02083584511379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247925912799005, 39.980722963848898 ], [ -75.248097899186902, 39.981649927259497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17221, "tnode_": 17118, "lpoly_": null, "rpoly_": null, "length": 252.18359498000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1823, "st_code": 88990, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 401118, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9364, "Shape__Length": 100.5605863971752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391276385125, 39.979079033745698 ], [ -75.239191013450494, 39.979424282722903 ], [ -75.239260643868505, 39.979763682300998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17689, "tnode_": 17584, "lpoly_": null, "rpoly_": null, "length": 227.02452551, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1719, "r_t_add": 1799, "st_code": 89470, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 9365, "Shape__Length": 90.434544650248569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266864108081506, 39.977238484308202 ], [ -75.267073462547103, 39.977497848853901 ], [ -75.267290842929, 39.977768211053601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18080, "tnode_": 18110, "lpoly_": null, "rpoly_": null, "length": 255.34208188000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6524, "r_f_add": 6501, "r_t_add": 6525, "st_code": 49020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401131, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9366, "Shape__Length": 101.4285051593489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249303898589204, 39.974922096860602 ], [ -75.249701328473407, 39.974877283906999 ], [ -75.250206059835904, 39.974824334855299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18142, "tnode_": 28104, "lpoly_": null, "rpoly_": null, "length": 246.63207723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 19200, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 401134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-04-17T00:00:00Z", "newsegdate": "2000-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9367, "Shape__Length": 98.280369947155791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260795607818693, 39.974808841846198 ], [ -75.260572148492301, 39.975127055277703 ], [ -75.260448061547905, 39.975349833700001 ], [ -75.260459036309001, 39.9754223219837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18213, "tnode_": 18310, "lpoly_": null, "rpoly_": null, "length": 353.13660905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7700, "l_t_add": 7758, "r_f_add": 7701, "r_t_add": 7759, "st_code": 19260, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 401135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9368, "Shape__Length": 140.42096554058924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270641648144206, 39.974678081530001 ], [ -75.271370017752105, 39.974323440306598 ], [ -75.271708063400297, 39.9741617743828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18414, "tnode_": 18507, "lpoly_": null, "rpoly_": null, "length": 349.85669752000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7700, "l_t_add": 7734, "r_f_add": 7701, "r_t_add": 7735, "st_code": 84360, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 401136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9369, "Shape__Length": 139.11568242257346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2697881611616, 39.973615731843601 ], [ -75.270501318729501, 39.973271461272802 ], [ -75.270843175062296, 39.973102425551403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18310, "tnode_": 18375, "lpoly_": null, "rpoly_": null, "length": 211.95370368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7760, "l_t_add": 7798, "r_f_add": 7761, "r_t_add": 7799, "st_code": 19260, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 401141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKHAVEN RD", "stname": "BROOKHAVEN RD", "objectid": 9370, "Shape__Length": 84.278722415498308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271708063400297, 39.9741617743828 ], [ -75.272044327774907, 39.973999551868403 ], [ -75.272350629300206, 39.973854973260103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18435, "tnode_": 18450, "lpoly_": null, "rpoly_": null, "length": 244.82491808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6544, "l_t_add": 6598, "r_f_add": 6545, "r_t_add": 6599, "st_code": 40540, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401143, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 9371, "Shape__Length": 97.248348883817556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250750699705705, 39.973107861278997 ], [ -75.251217656124098, 39.973059431828503 ], [ -75.251615535656896, 39.973013423082797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18586, "tnode_": 18623, "lpoly_": null, "rpoly_": null, "length": 485.11460456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6522, "l_t_add": 6598, "r_f_add": 6523, "r_t_add": 6599, "st_code": 41240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401144, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9372, "Shape__Length": 192.68830835640321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249728432099502, 39.972261987518998 ], [ -75.251035814501506, 39.972137661025997 ], [ -75.251447116899996, 39.972104743858999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18439, "tnode_": 18580, "lpoly_": null, "rpoly_": null, "length": 743.98445013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 84860, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 401146, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDALE AVE", "stname": "WYNDALE AVE", "objectid": 9373, "Shape__Length": 295.84243012537502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266588468636002, 39.973430553284302 ], [ -75.268522745858604, 39.9725000675204 ], [ -75.268589480733496, 39.972516913874799 ], [ -75.268817584438196, 39.972670399760403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19027, "tnode_": 18792, "lpoly_": null, "rpoly_": null, "length": 567.79208911000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89190, "l_hundred": 400, "r_hundred": 400, "seg_id": 401147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9374, "Shape__Length": 226.36909373617104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251471264304001, 39.969587544163801 ], [ -75.251236201295498, 39.970729883662003 ], [ -75.251167050981806, 39.971042721647997 ], [ -75.2512210340563, 39.971116609828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16676, "tnode_": 16528, "lpoly_": null, "rpoly_": null, "length": 946.55724452999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5470, "r_f_add": 5401, "r_t_add": 5471, "st_code": 78980, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 9375, "Shape__Length": 376.28015421638844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230793649195903, 39.982525767492803 ], [ -75.230967146766503, 39.982516242786801 ], [ -75.231334329211506, 39.982650303054299 ], [ -75.233198693542306, 39.983341584433703 ], [ -75.233853097421303, 39.9835865554805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17611, "tnode_": 17521, "lpoly_": null, "rpoly_": null, "length": 168.84541808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 13980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 401161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 9376, "Shape__Length": 67.259631363438473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250667171637801, 39.977299673089298 ], [ -75.250711742992706, 39.9773799012154 ], [ -75.250850817389306, 39.977531415872001 ], [ -75.250980822534004, 39.977693863687001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18071, "tnode_": 18080, "lpoly_": null, "rpoly_": null, "length": 199.62488689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6460, "l_t_add": 6498, "r_f_add": 6461, "r_t_add": 6499, "st_code": 49020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401164, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9377, "Shape__Length": 79.296658428227261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248599011954397, 39.9750008254791 ], [ -75.248945954896996, 39.974962144159903 ], [ -75.249303898589204, 39.974922096860602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19063, "tnode_": 18823, "lpoly_": null, "rpoly_": null, "length": 562.39053804000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89150, "l_hundred": 400, "r_hundred": 400, "seg_id": 401167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9378, "Shape__Length": 224.22508871836612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249497995804603, 39.969342674476401 ], [ -75.249269907598404, 39.970434757612502 ], [ -75.249179294198598, 39.970866908183801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18852, "tnode_": 18896, "lpoly_": null, "rpoly_": null, "length": 119.16981192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7640, "l_t_add": 7798, "r_f_add": 7641, "r_t_add": 7799, "st_code": 19200, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 401172, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKTON RD", "stname": "BROCKTON RD", "objectid": 9379, "Shape__Length": 47.431174133519704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264751239192506, 39.970976520364701 ], [ -75.264878476462002, 39.970873735371697 ], [ -75.265041227056201, 39.970737298033598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17425, "tnode_": 17521, "lpoly_": null, "rpoly_": null, "length": 252.64805423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6500, "l_t_add": 6522, "r_f_add": 6501, "r_t_add": 6521, "st_code": 49800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9380, "Shape__Length": 100.52967260691194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2503061323239, 39.978152733769697 ], [ -75.250654958108399, 39.977903423815299 ], [ -75.250864939826499, 39.977757191734597 ], [ -75.250980822534004, 39.977693863687001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16624, "tnode_": 16814, "lpoly_": null, "rpoly_": null, "length": 650.86994166, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 62120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401186, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 9381, "Shape__Length": 259.0913207543432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228889399949693, 39.9827924094621 ], [ -75.228828177366296, 39.982462089104203 ], [ -75.228802805538606, 39.982335932820902 ], [ -75.228822932364906, 39.982209526361899 ], [ -75.228878374549396, 39.982116389230796 ], [ -75.228961842979004, 39.982045113220401 ], [ -75.230101815068807, 39.981565218038298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17182, "tnode_": 17218, "lpoly_": null, "rpoly_": null, "length": 144.89173268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENTWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7117, "r_t_add": 7299, "st_code": 18740, "l_hundred": 7200, "r_hundred": 7100, "seg_id": 401187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRENTWOOD RD", "stname": "BRENTWOOD RD", "objectid": 9382, "Shape__Length": 57.616327965527695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262787068432303, 39.979790678076803 ], [ -75.263111664709001, 39.979628217904903 ], [ -75.263228136865905, 39.979584187781697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17050, "tnode_": 17315, "lpoly_": null, "rpoly_": null, "length": 734.03831925000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7000, "l_t_add": 7198, "r_f_add": 7001, "r_t_add": 7199, "st_code": 84360, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 401188, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 9383, "Shape__Length": 292.33202103864136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2604403444669, 39.9805986393864 ], [ -75.2603722130129, 39.980552533700603 ], [ -75.260312854764095, 39.980481097826299 ], [ -75.260226798920797, 39.979913665728198 ], [ -75.260232766414205, 39.979848032111697 ], [ -75.260284300234304, 39.979763657209197 ], [ -75.260626624057807, 39.979578177266198 ], [ -75.260710037414299, 39.979518059921297 ], [ -75.260965821998596, 39.979283571237502 ], [ -75.261130854412698, 39.979115069063901 ], [ -75.2612167824972, 39.979044593199198 ], [ -75.261350061602897, 39.9790162750718 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17672, "tnode_": 17655, "lpoly_": null, "rpoly_": null, "length": 73.66248657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEST END", "st_type": "DR", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1416, "l_t_add": 1418, "r_f_add": 1417, "r_t_add": 1419, "st_code": 82440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEST END DR", "stname": "WEST END DR", "objectid": 9384, "Shape__Length": 29.283540989319082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262245203531407, 39.9772718603597 ], [ -75.262479153786501, 39.9773640301066 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18056, "tnode_": 17970, "lpoly_": null, "rpoly_": null, "length": 220.52149361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81480, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 9385, "Shape__Length": 87.798432720778976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223775783890801, 39.974515611261403 ], [ -75.223821078262105, 39.974795991707701 ], [ -75.224180732893402, 39.974962270648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19147, "tnode_": 18873, "lpoly_": null, "rpoly_": null, "length": 590.32304746, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 81320, "l_hundred": 500, "r_hundred": 500, "seg_id": 401191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9386, "Shape__Length": 235.34897937708737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236204827590001, 39.9686862080097 ], [ -75.236073027765698, 39.968980548761301 ], [ -75.236314898728097, 39.970276444167297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19287, "tnode_": 19122, "lpoly_": null, "rpoly_": null, "length": 376.98283134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 42860, "l_hundred": 400, "r_hundred": 400, "seg_id": 401192, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9387, "Shape__Length": 150.2745299561725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236866434306506, 39.967781569755097 ], [ -75.2367563355089, 39.968314040045797 ], [ -75.236737389279895, 39.968363787036999 ], [ -75.236540720543701, 39.968781054585101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19551, "tnode_": 19537, "lpoly_": null, "rpoly_": null, "length": 279.97199264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 67120, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9388, "Shape__Length": 111.19981946802164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250135010437106, 39.966308148526998 ], [ -75.250220268767507, 39.966301065497298 ], [ -75.250400332278602, 39.966316235354697 ], [ -75.250604272260901, 39.966335137964599 ], [ -75.250937230346096, 39.966375596320098 ], [ -75.251122181045901, 39.966407146072001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19705, "tnode_": 19691, "lpoly_": null, "rpoly_": null, "length": 203.77173487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5719, "st_code": 75400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401195, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9389, "Shape__Length": 80.934160385843981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234065075376094, 39.965094597361499 ], [ -75.234782262114607, 39.965186044577401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19816, "tnode_": 27392, "lpoly_": null, "rpoly_": null, "length": 92.68580272, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 210, "l_t_add": 218, "r_f_add": 211, "r_t_add": 219, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 401196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9390, "Shape__Length": 36.949880913058117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230157067676998, 39.964233967611897 ], [ -75.230098814625705, 39.964484422202197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19863, "tnode_": 19850, "lpoly_": null, "rpoly_": null, "length": 301.90030887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 13000, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9391, "Shape__Length": 119.93721017285822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246427603984102, 39.964285671920202 ], [ -75.246865222814193, 39.964337688218201 ], [ -75.247005538051297, 39.964324080939598 ], [ -75.247112626880906, 39.964303687719401 ], [ -75.247211231675493, 39.964299777682697 ], [ -75.247311133841507, 39.964314079673798 ], [ -75.247402330262105, 39.964350919205103 ], [ -75.247449172822002, 39.964399990788401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17178, "tnode_": 16997, "lpoly_": null, "rpoly_": null, "length": 519.70181547000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89150, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9392, "Shape__Length": 207.00789880196368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251523408426806, 39.979589240796599 ], [ -75.252345069612005, 39.980546182646101 ], [ -75.252546453779402, 39.980779158054197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17425, "tnode_": 17178, "lpoly_": null, "rpoly_": null, "length": 624.66954552999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 89150, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 401200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9393, "Shape__Length": 248.81989785865107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2503061323239, 39.978152733769697 ], [ -75.250615171297497, 39.978517438159798 ], [ -75.251523408426806, 39.979589240796599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17105, "tnode_": 17055, "lpoly_": null, "rpoly_": null, "length": 136.40132151, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1144, "l_t_add": 1198, "r_f_add": 1145, "r_t_add": 1199, "st_code": 89110, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 401201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9394, "Shape__Length": 54.330054788630477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249728604890706, 39.980040931094997 ], [ -75.2499999828282, 39.9803517670885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17189, "tnode_": 17138, "lpoly_": null, "rpoly_": null, "length": 125.92277271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1115, "st_code": 89190, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 401202, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9395, "Shape__Length": 50.159642986405494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253499067613205, 39.979542721141797 ], [ -75.253741992382402, 39.9798335216922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17725, "tnode_": 17813, "lpoly_": null, "rpoly_": null, "length": 250.56494601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6620, "r_f_add": 6601, "r_t_add": 6621, "st_code": 49800, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 401203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9396, "Shape__Length": 99.701354254709997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252325878682598, 39.976795413694397 ], [ -75.252991649936604, 39.976336328334099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17725, "tnode_": 17189, "lpoly_": null, "rpoly_": null, "length": 1077.3344108700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 1098, "r_f_add": 901, "r_t_add": 1099, "st_code": 89190, "l_hundred": 900, "r_hundred": 900, "seg_id": 401204, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9397, "Shape__Length": 429.4042369875346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252325878682598, 39.976795413694397 ], [ -75.2526572451211, 39.978544168242898 ], [ -75.253499067613205, 39.979542721141797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17706, "tnode_": 17736, "lpoly_": null, "rpoly_": null, "length": 230.87134175999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6748, "r_f_add": 6701, "r_t_add": 6749, "st_code": 62120, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 401205, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 9398, "Shape__Length": 91.711028055944837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253938007488401, 39.976947006626801 ], [ -75.254358827793496, 39.976899529044601 ], [ -75.254753508331106, 39.976857365025502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17394, "tnode_": 17471, "lpoly_": null, "rpoly_": null, "length": 282.53222647999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6718, "l_t_add": 6798, "r_f_add": 6661, "r_t_add": 6799, "st_code": 53080, "l_hundred": 6700, "r_hundred": 6600, "seg_id": 401206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9399, "Shape__Length": 112.31573126455822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255026118128598, 39.978477767324001 ], [ -75.255459915069494, 39.9783066618348 ], [ -75.255927022564606, 39.978129732105401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18106, "tnode_": 17988, "lpoly_": null, "rpoly_": null, "length": 212.23116502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "68TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 850, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 89260, "l_hundred": 800, "r_hundred": 800, "seg_id": 401207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 68TH ST", "stname": "N 68TH ST", "objectid": 9400, "Shape__Length": 84.624752636624308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255328043266303, 39.974955301987102 ], [ -75.255434312230193, 39.975532137695801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18062, "tnode_": 17974, "lpoly_": null, "rpoly_": null, "length": 162.78788428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 830, "l_t_add": 868, "r_f_add": 831, "r_t_add": 869, "st_code": 89230, "l_hundred": 800, "r_hundred": 800, "seg_id": 401208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9401, "Shape__Length": 64.909448524322613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253806035798604, 39.9751274214413 ], [ -75.253891193129206, 39.975569465700403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18018, "tnode_": 17927, "lpoly_": null, "rpoly_": null, "length": 162.22118879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 828, "l_t_add": 858, "r_f_add": 829, "r_t_add": 849, "st_code": 89190, "l_hundred": 800, "r_hundred": 800, "seg_id": 401209, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9402, "Shape__Length": 64.684046295869749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252046164377404, 39.975322741712098 ], [ -75.252128058254698, 39.975763579434201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17927, "tnode_": 17725, "lpoly_": null, "rpoly_": null, "length": 379.94552318000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 862, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 89190, "l_hundred": 800, "r_hundred": 800, "seg_id": 401210, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9403, "Shape__Length": 151.50027605629288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252128058254698, 39.975763579434201 ], [ -75.252325878682598, 39.976795413694397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17974, "tnode_": 17913, "lpoly_": null, "rpoly_": null, "length": 110.60587145, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 870, "l_t_add": 898, "r_f_add": 871, "r_t_add": 899, "st_code": 89230, "l_hundred": 800, "r_hundred": 800, "seg_id": 401211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9404, "Shape__Length": 44.103122563986247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253891193129206, 39.975569465700403 ], [ -75.253946672052606, 39.975870077533102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18198, "tnode_": 18062, "lpoly_": null, "rpoly_": null, "length": 254.23213112, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 828, "r_f_add": 801, "r_t_add": 829, "st_code": 89230, "l_hundred": 800, "r_hundred": 800, "seg_id": 401212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9405, "Shape__Length": 101.37153811007681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253679254725597, 39.974436372445098 ], [ -75.253806035798604, 39.9751274214413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18146, "tnode_": 18018, "lpoly_": null, "rpoly_": null, "length": 253.88575355, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 826, "r_f_add": 801, "r_t_add": 827, "st_code": 89190, "l_hundred": 800, "r_hundred": 800, "seg_id": 401213, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9406, "Shape__Length": 101.23330466663995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251916263490997, 39.974632996489497 ], [ -75.252046164377404, 39.975322741712098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18369, "tnode_": 18383, "lpoly_": null, "rpoly_": null, "length": 255.23661166000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 55180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 401214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9407, "Shape__Length": 101.3832005332972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252585652259299, 39.9735183206353 ], [ -75.253488933916501, 39.973429177484597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18344, "tnode_": 18146, "lpoly_": null, "rpoly_": null, "length": 379.41868315000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89190, "l_hundred": 700, "r_hundred": 700, "seg_id": 401215, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9408, "Shape__Length": 151.28604821238864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251724052494893, 39.973602042842899 ], [ -75.251867662429206, 39.974341345758603 ], [ -75.251916263490997, 39.974632996489497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18344, "tnode_": 18369, "lpoly_": null, "rpoly_": null, "length": 243.39828735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 55180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 401216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9409, "Shape__Length": 96.680805440451692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251724052494893, 39.973602042842899 ], [ -75.252585652259299, 39.9735183206353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18326, "tnode_": 18344, "lpoly_": null, "rpoly_": null, "length": 244.89409064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6560, "l_t_add": 6598, "r_f_add": 6561, "r_t_add": 6599, "st_code": 55180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 401217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9410, "Shape__Length": 97.275032964983353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250857108591404, 39.973685874697601 ], [ -75.251279121960494, 39.973642891075201 ], [ -75.251724052494893, 39.973602042842899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18623, "tnode_": 18450, "lpoly_": null, "rpoly_": null, "length": 334.36433119000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "66TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 626, "r_f_add": 601, "r_t_add": 643, "st_code": 89190, "l_hundred": 600, "r_hundred": 600, "seg_id": 401218, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 66TH ST", "stname": "N 66TH ST", "objectid": 9411, "Shape__Length": 133.31860610453992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251447116899996, 39.972104743858999 ], [ -75.251615535656896, 39.973013423082797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18553, "tnode_": 18383, "lpoly_": null, "rpoly_": null, "length": 363.46661053000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "67TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89230, "l_hundred": 600, "r_hundred": 600, "seg_id": 401219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 67TH ST", "stname": "N 67TH ST", "objectid": 9412, "Shape__Length": 144.92266880503288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253302111085503, 39.972441824076498 ], [ -75.253488933916501, 39.973429177484597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18383, "tnode_": 18407, "lpoly_": null, "rpoly_": null, "length": 247.63509268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6748, "r_f_add": 6701, "r_t_add": 6749, "st_code": 55180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 401220, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9413, "Shape__Length": 98.363255281051323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253488933916501, 39.973429177484597 ], [ -75.254365770466407, 39.973345480672499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16564, "tnode_": 16666, "lpoly_": null, "rpoly_": null, "length": 418.51549181000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6328, "r_f_add": 6301, "r_t_add": 6329, "st_code": 53080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 9414, "Shape__Length": 166.44920623795966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247097219527106, 39.9836046666709 ], [ -75.248348647034305, 39.982977634345403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16859, "tnode_": 17022, "lpoly_": null, "rpoly_": null, "length": 703.9251118200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 56760, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 9415, "Shape__Length": 279.95484495153914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248097899186902, 39.981649927259497 ], [ -75.248504492771502, 39.981444567066198 ], [ -75.250198148566398, 39.980589953796702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16978, "tnode_": 16564, "lpoly_": null, "rpoly_": null, "length": 997.23687815000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1102, "l_t_add": 1192, "r_f_add": 1103, "r_t_add": 1199, "st_code": 89070, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 401225, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 9416, "Shape__Length": 397.67513559257219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246578946361097, 39.980896316389902 ], [ -75.247097219527106, 39.9836046666709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16934, "tnode_": 17003, "lpoly_": null, "rpoly_": null, "length": 1061.25915164, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 24400, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 9417, "Shape__Length": 421.59838782918746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242795060078805, 39.981070772044703 ], [ -75.246543225378602, 39.980654750824897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17107, "tnode_": 17238, "lpoly_": null, "rpoly_": null, "length": 460.85817120999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6342, "l_t_add": 6398, "r_f_add": 6343, "r_t_add": 6399, "st_code": 49800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9418, "Shape__Length": 183.42584263069978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247792002787804, 39.980006416096202 ], [ -75.247875094692404, 39.979885923596299 ], [ -75.248322498194895, 39.979572431393201 ], [ -75.248448751159103, 39.979478644993101 ], [ -75.248532153369993, 39.9794216723717 ], [ -75.2486796767149, 39.979316368880603 ], [ -75.248857226765097, 39.979195364833302 ], [ -75.248946478026198, 39.979115880204397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18301, "tnode_": 18269, "lpoly_": null, "rpoly_": null, "length": 286.80520368000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 55180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401230, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9419, "Shape__Length": 113.92964984184414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248096436627804, 39.9737312405667 ], [ -75.248993934005895, 39.973860567066701 ], [ -75.249104032998403, 39.973856581259398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18585, "tnode_": 18559, "lpoly_": null, "rpoly_": null, "length": 280.63711931999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6428, "l_t_add": 6498, "r_f_add": 6429, "r_t_add": 6499, "st_code": 41240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401231, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9420, "Shape__Length": 111.47328553517764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247882272216501, 39.972237882080599 ], [ -75.248772986834496, 39.972346374299498 ], [ -75.248872434939599, 39.972348497783599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18258, "tnode_": 17955, "lpoly_": null, "rpoly_": null, "length": 573.38482646, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 33780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9421, "Shape__Length": 228.62635569674057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2442270727433, 39.973901702324902 ], [ -75.244506866072598, 39.975389213984499 ], [ -75.244483917978499, 39.975457990240102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18234, "tnode_": 17930, "lpoly_": null, "rpoly_": null, "length": 570.07796214999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 89050, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9422, "Shape__Length": 227.31017321974173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243293759339906, 39.974006695235403 ], [ -75.243582163375905, 39.975555820129301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18217, "tnode_": 17909, "lpoly_": null, "rpoly_": null, "length": 570.92362744999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 68920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9423, "Shape__Length": 227.6464879569896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242395841202494, 39.9741053083116 ], [ -75.242415245187701, 39.974168902736899 ], [ -75.242692122691906, 39.975655653161603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18328, "tnode_": 18301, "lpoly_": null, "rpoly_": null, "length": 257.07570922999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 55180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401237, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9424, "Shape__Length": 102.13285546201439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247209265972501, 39.973572308485302 ], [ -75.247308165319495, 39.9736179806495 ], [ -75.248096436627804, 39.9737312405667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18027, "tnode_": 18038, "lpoly_": null, "rpoly_": null, "length": 193.0419475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 49020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401238, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9425, "Shape__Length": 76.682533893732966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246816697932005, 39.975202222343199 ], [ -75.247497679201899, 39.975122657112202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18315, "tnode_": 18328, "lpoly_": null, "rpoly_": null, "length": 255.99190231999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 55180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9426, "Shape__Length": 101.68519070654114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2463053172428, 39.9736730295987 ], [ -75.247209265972501, 39.973572308485302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17976, "tnode_": 18016, "lpoly_": null, "rpoly_": null, "length": 298.97206075999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6339, "st_code": 49020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401240, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9427, "Shape__Length": 118.7604882886332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245543084714001, 39.975339544062102 ], [ -75.246599051467797, 39.975223099673698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18277, "tnode_": 18315, "lpoly_": null, "rpoly_": null, "length": 298.69849087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6349, "st_code": 55180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9428, "Shape__Length": 118.64884465364166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245250036914797, 39.973787724318797 ], [ -75.2463053172428, 39.9736730295987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17955, "tnode_": 17976, "lpoly_": null, "rpoly_": null, "length": 299.96336579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 49020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401242, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9429, "Shape__Length": 119.15473459122232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244483917978499, 39.975457990240102 ], [ -75.245543084714001, 39.975339544062102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18261, "tnode_": 18277, "lpoly_": null, "rpoly_": null, "length": 236.36234265000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6270, "l_t_add": 6298, "r_f_add": 6271, "r_t_add": 6299, "st_code": 55180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9430, "Shape__Length": 93.888041369060915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244415194198595, 39.973879618181698 ], [ -75.245250036914797, 39.973787724318797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18234, "tnode_": 18251, "lpoly_": null, "rpoly_": null, "length": 167.49023982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 55180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9431, "Shape__Length": 66.531493444942186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243293759339906, 39.974006695235403 ], [ -75.243884485864598, 39.973937119971602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18217, "tnode_": 18234, "lpoly_": null, "rpoly_": null, "length": 254.20803854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6126, "l_t_add": 6198, "r_f_add": 6127, "r_t_add": 6199, "st_code": 55180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9432, "Shape__Length": 100.97701798992711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242395841202494, 39.9741053083116 ], [ -75.243293759339906, 39.974006695235403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18196, "tnode_": 17890, "lpoly_": null, "rpoly_": null, "length": 571.16399962000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 89030, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9433, "Shape__Length": 227.74377139918894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241510349558695, 39.9742026354525 ], [ -75.241800102543394, 39.9757546233892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18196, "tnode_": 18217, "lpoly_": null, "rpoly_": null, "length": 250.69369909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6124, "r_f_add": 6101, "r_t_add": 6125, "st_code": 55180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9434, "Shape__Length": 99.581201258868958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241510349558695, 39.9742026354525 ], [ -75.242395841202494, 39.9741053083116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18149, "tnode_": 17859, "lpoly_": null, "rpoly_": null, "length": 569.84476883000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1511, "r_t_add": 1599, "st_code": 89010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9435, "Shape__Length": 227.21803819680161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239945463978302, 39.974378325680902 ], [ -75.240236817034699, 39.975926477245601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18136, "tnode_": 17828, "lpoly_": null, "rpoly_": null, "length": 570.19489864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 67680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401249, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 9436, "Shape__Length": 227.35772495361638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391121960151, 39.974471162677602 ], [ -75.239405566499599, 39.976020060067199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18251, "tnode_": 18258, "lpoly_": null, "rpoly_": null, "length": 96.87903944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6220, "l_t_add": 6238, "r_f_add": 6221, "r_t_add": 6239, "st_code": 55180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9437, "Shape__Length": 38.482064803666425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243884485864598, 39.973937119971602 ], [ -75.2442270727433, 39.973901702324902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18538, "tnode_": 18549, "lpoly_": null, "rpoly_": null, "length": 151.16463497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6218, "l_t_add": 6238, "r_f_add": 6219, "r_t_add": 6239, "st_code": 54280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9438, "Shape__Length": 60.044503442963901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243584767030399, 39.972344136982201 ], [ -75.244118553142201, 39.972284711958999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18527, "tnode_": 18234, "lpoly_": null, "rpoly_": null, "length": 589.40198926999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89050, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9439, "Shape__Length": 235.00925579544125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242990168106502, 39.972405661934303 ], [ -75.243293759339906, 39.974006695235403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18502, "tnode_": 18217, "lpoly_": null, "rpoly_": null, "length": 586.75751933000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 68920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9440, "Shape__Length": 233.95631075419263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242102593243402, 39.972510465518297 ], [ -75.242395841202494, 39.9741053083116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18527, "tnode_": 18538, "lpoly_": null, "rpoly_": null, "length": 168.22509144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6217, "st_code": 54280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9441, "Shape__Length": 66.820694171914752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242990168106502, 39.972405661934303 ], [ -75.243066605064897, 39.9724023610854 ], [ -75.243584767030399, 39.972344136982201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18563, "tnode_": 18632, "lpoly_": null, "rpoly_": null, "length": 301.29917531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 54280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9442, "Shape__Length": 119.69888084783508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244952914045399, 39.972194536451298 ], [ -75.245543491394798, 39.972126079614398 ], [ -75.245994134125098, 39.972003979195499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18549, "tnode_": 18563, "lpoly_": null, "rpoly_": null, "length": 236.14620957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6240, "l_t_add": 6298, "r_f_add": 6241, "r_t_add": 6299, "st_code": 54280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9443, "Shape__Length": 93.799725251208216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244118553142201, 39.972284711958999 ], [ -75.244952914045399, 39.972194536451298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18482, "tnode_": 18196, "lpoly_": null, "rpoly_": null, "length": 586.37628556000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89030, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9444, "Shape__Length": 233.8039924463508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241212101963598, 39.9726093988439 ], [ -75.241510349558695, 39.9742026354525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18463, "tnode_": 18172, "lpoly_": null, "rpoly_": null, "length": 586.40137412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 30780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401258, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9445, "Shape__Length": 233.81456165725345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240430117751103, 39.972696075260203 ], [ -75.240726223519403, 39.974289617941302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18452, "tnode_": 18463, "lpoly_": null, "rpoly_": null, "length": 222.31641216999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6024, "r_f_add": 6001, "r_t_add": 6023, "st_code": 54280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9446, "Shape__Length": 88.307299827892905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239644917362099, 39.972782609360202 ], [ -75.240430117751103, 39.972696075260203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18149, "tnode_": 18172, "lpoly_": null, "rpoly_": null, "length": 221.19361739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6021, "st_code": 55180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9447, "Shape__Length": 87.863802464656985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239945463978302, 39.974378325680902 ], [ -75.240726223519403, 39.974289617941302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18136, "tnode_": 18149, "lpoly_": null, "rpoly_": null, "length": 235.97242961000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5926, "l_t_add": 5998, "r_f_add": 5927, "r_t_add": 5999, "st_code": 55180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9448, "Shape__Length": 93.734154059592854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391121960151, 39.974471162677602 ], [ -75.239945463978302, 39.974378325680902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18431, "tnode_": 18452, "lpoly_": null, "rpoly_": null, "length": 235.62745148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5916, "l_t_add": 5998, "r_f_add": 5917, "r_t_add": 5999, "st_code": 54280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9449, "Shape__Length": 93.594437789358025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238812335270197, 39.9728723296178 ], [ -75.239644917362099, 39.972782609360202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18114, "tnode_": 18136, "lpoly_": null, "rpoly_": null, "length": 235.62303665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5924, "r_f_add": 5901, "r_t_add": 5925, "st_code": 55180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9450, "Shape__Length": 93.595251995634641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238279884700006, 39.9745623838147 ], [ -75.2391121960151, 39.974471162677602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18416, "tnode_": 18431, "lpoly_": null, "rpoly_": null, "length": 234.36431037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5915, "st_code": 54280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9451, "Shape__Length": 93.093655746972061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237985163758907, 39.972966632158702 ], [ -75.238812335270197, 39.9728723296178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18416, "tnode_": 18114, "lpoly_": null, "rpoly_": null, "length": 587.14320568999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88990, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9452, "Shape__Length": 234.11149791020657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237985163758907, 39.972966632158702 ], [ -75.238279884700006, 39.9745623838147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18402, "tnode_": 18099, "lpoly_": null, "rpoly_": null, "length": 587.80095066999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 42860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401266, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9453, "Shape__Length": 234.37393463690478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2373665757125, 39.973032272014699 ], [ -75.237662058941595, 39.974629764056601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18099, "tnode_": 18114, "lpoly_": null, "rpoly_": null, "length": 174.88599936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 55180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9454, "Shape__Length": 69.469038729900177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237662058941595, 39.974629764056601 ], [ -75.238279884700006, 39.9745623838147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18385, "tnode_": 18087, "lpoly_": null, "rpoly_": null, "length": 586.39395352999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401268, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9455, "Shape__Length": 233.81283208086509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236844974691493, 39.973092577870702 ], [ -75.237142077153507, 39.974685990329696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18092, "tnode_": 18099, "lpoly_": null, "rpoly_": null, "length": 73.58355165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5850, "l_t_add": 5858, "r_f_add": 5851, "r_t_add": 5859, "st_code": 55180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9456, "Shape__Length": 29.229291352350128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237402183608594, 39.974658523775901 ], [ -75.237662058941595, 39.974629764056601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18072, "tnode_": 18087, "lpoly_": null, "rpoly_": null, "length": 175.73252479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5838, "r_f_add": 5801, "r_t_add": 5839, "st_code": 55180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9457, "Shape__Length": 69.805970043379929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236521879714601, 39.974756980498 ], [ -75.237142077153507, 39.974685990329696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18372, "tnode_": 18072, "lpoly_": null, "rpoly_": null, "length": 586.86897247000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88970, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9458, "Shape__Length": 234.00234540474781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236223484650907, 39.973162393545998 ], [ -75.236521879714601, 39.974756980498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18357, "tnode_": 18049, "lpoly_": null, "rpoly_": null, "length": 586.76037809000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 11780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401272, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9459, "Shape__Length": 233.95822916089878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2354957896641, 39.973243419765197 ], [ -75.235780332243493, 39.974771578764198 ], [ -75.235800448853098, 39.974836736157897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18335, "tnode_": 18029, "lpoly_": null, "rpoly_": null, "length": 587.29231908999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88950, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401273, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9460, "Shape__Length": 234.17194758571853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234735207389406, 39.973324144020197 ], [ -75.235031852449595, 39.974920098277501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17997, "tnode_": 18007, "lpoly_": null, "rpoly_": null, "length": 73.93136017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5614, "l_t_add": 5618, "r_f_add": 5615, "r_t_add": 5619, "st_code": 55180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9461, "Shape__Length": 29.367439338293678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233957933867401, 39.975039380273003 ], [ -75.234219239622007, 39.975011578662297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18304, "tnode_": 17997, "lpoly_": null, "rpoly_": null, "length": 586.03225255999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 45140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401275, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ITHAN ST", "stname": "N ITHAN ST", "objectid": 9462, "Shape__Length": 233.66997869340335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233662298258096, 39.973446809156698 ], [ -75.233957933867401, 39.975039380273003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18321, "tnode_": 18014, "lpoly_": null, "rpoly_": null, "length": 585.84859275999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 35020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 9463, "Shape__Length": 233.59648905788066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234132249078996, 39.973393719462102 ], [ -75.234428405933798, 39.974985723923403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18288, "tnode_": 17981, "lpoly_": null, "rpoly_": null, "length": 587.03585534000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88930, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9464, "Shape__Length": 234.06948466765013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233100932927798, 39.973508674168798 ], [ -75.233404051058898, 39.975103196876802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18266, "tnode_": 17954, "lpoly_": null, "rpoly_": null, "length": 587.72725291000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 12200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401278, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9465, "Shape__Length": 234.34612797411697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232184417993395, 39.973608568309402 ], [ -75.2324830185145, 39.975205513070001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18014, "tnode_": 18029, "lpoly_": null, "rpoly_": null, "length": 170.8053163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5670, "l_t_add": 5698, "r_f_add": 5671, "r_t_add": 5699, "st_code": 55180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9466, "Shape__Length": 67.848417568988722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234428405933798, 39.974985723923403 ], [ -75.235031852449595, 39.974920098277501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18243, "tnode_": 17929, "lpoly_": null, "rpoly_": null, "length": 587.02052699000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9467, "Shape__Length": 234.06491206215381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231196674758195, 39.973718829058299 ], [ -75.231493275889505, 39.975314034624702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18221, "tnode_": 18134, "lpoly_": null, "rpoly_": null, "length": 182.95799238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 24700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401281, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9468, "Shape__Length": 72.951270873244198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230437924938499, 39.973801082565998 ], [ -75.230528446245799, 39.974298472952498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18051, "tnode_": 17917, "lpoly_": null, "rpoly_": null, "length": 254.05866411000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1440, "l_t_add": 1498, "r_f_add": 1441, "r_t_add": 1499, "st_code": 24700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9469, "Shape__Length": 101.30285208345011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230606782017006, 39.974706331302002 ], [ -75.230732804768607, 39.975396981589903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18022, "tnode_": 18051, "lpoly_": null, "rpoly_": null, "length": 332.04213579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 72260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401283, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 9470, "Shape__Length": 131.8962655081331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229434432844101, 39.974837848491497 ], [ -75.230606782017006, 39.974706331302002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18134, "tnode_": 18051, "lpoly_": null, "rpoly_": null, "length": 150.18888994999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1420, "l_t_add": 1438, "r_f_add": 1421, "r_t_add": 1439, "st_code": 24700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401284, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9471, "Shape__Length": 59.885060987019813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230528446245799, 39.974298472952498 ], [ -75.230606782017006, 39.974706331302002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18101, "tnode_": 18022, "lpoly_": null, "rpoly_": null, "length": 151.00118292000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1418, "l_t_add": 1432, "r_f_add": 1429, "r_t_add": 1437, "st_code": 88870, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401285, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9472, "Shape__Length": 60.209155647365165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229356400810602, 39.974427701926601 ], [ -75.229434432844101, 39.974837848491497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18202, "tnode_": 18218, "lpoly_": null, "rpoly_": null, "length": 272.6875949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5422, "r_f_add": 5401, "r_t_add": 5427, "st_code": 54280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9473, "Shape__Length": 108.31861000437215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229268952438105, 39.973935144207303 ], [ -75.230230550449207, 39.973821113757303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18181, "tnode_": 17872, "lpoly_": null, "rpoly_": null, "length": 575.31393493999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9474, "Shape__Length": 229.40769186012889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228643181859596, 39.974001541916103 ], [ -75.228841391730199, 39.9755734707961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18022, "tnode_": 17887, "lpoly_": null, "rpoly_": null, "length": 252.94542794, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1434, "l_t_add": 1498, "r_f_add": 1439, "r_t_add": 1499, "st_code": 88870, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401288, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9475, "Shape__Length": 100.85862772847729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229434432844101, 39.974837848491497 ], [ -75.229564133688697, 39.975525007751799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18053, "tnode_": 17870, "lpoly_": null, "rpoly_": null, "length": 357.22133846999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1420, "l_t_add": 1462, "r_f_add": 1421, "r_t_add": 1457, "st_code": 88840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401289, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9476, "Shape__Length": 142.44341978309154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227823268534706, 39.974648975922399 ], [ -75.227947494073703, 39.975624924428999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18019, "tnode_": 18053, "lpoly_": null, "rpoly_": null, "length": 383.26327134999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 40540, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401290, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 9477, "Shape__Length": 152.24216050373508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226469569573993, 39.974798102648201 ], [ -75.227823268534706, 39.974648975922399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18150, "tnode_": 18053, "lpoly_": null, "rpoly_": null, "length": 201.29622036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 88840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401291, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9478, "Shape__Length": 80.267409470913449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227761196383099, 39.974098460209298 ], [ -75.227823268534706, 39.974648975922399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18126, "tnode_": 18150, "lpoly_": null, "rpoly_": null, "length": 392.07641974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 54280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401292, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9479, "Shape__Length": 155.74191571746388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226376608396805, 39.974252236969903 ], [ -75.227761196383099, 39.974098460209298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17944, "tnode_": 18004, "lpoly_": null, "rpoly_": null, "length": 587.78105374999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 40540, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 9480, "Shape__Length": 233.48093088360343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224401904365607, 39.975067489017803 ], [ -75.226480069460706, 39.974850340021298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18004, "tnode_": 17827, "lpoly_": null, "rpoly_": null, "length": 334.68739850999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1422, "l_t_add": 1458, "r_f_add": 1421, "r_t_add": 1455, "st_code": 88820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401295, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9481, "Shape__Length": 133.45168730271047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226480069460706, 39.974850340021298 ], [ -75.226657174850104, 39.975758938623699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18114, "tnode_": 17804, "lpoly_": null, "rpoly_": null, "length": 569.91611023000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88990, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9482, "Shape__Length": 227.24694169489709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238279884700006, 39.9745623838147 ], [ -75.238572493870095, 39.976110593129398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17876, "tnode_": 17575, "lpoly_": null, "rpoly_": null, "length": 536.25543087000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 30780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9483, "Shape__Length": 213.82916241159762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241016699374896, 39.975842615133899 ], [ -75.241290913043102, 39.9772995080966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17909, "tnode_": 17620, "lpoly_": null, "rpoly_": null, "length": 535.68248858000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 68920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9484, "Shape__Length": 213.60008145974231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242692122691906, 39.975655653161603 ], [ -75.242966338707404, 39.977110956566598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17828, "tnode_": 17532, "lpoly_": null, "rpoly_": null, "length": 535.52367452, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 67680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 9485, "Shape__Length": 213.53813367093059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239405566499599, 39.976020060067199 ], [ -75.239677776647397, 39.977475146035097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17600, "tnode_": 17620, "lpoly_": null, "rpoly_": null, "length": 253.15251283000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6148, "r_f_add": 6101, "r_t_add": 6149, "st_code": 39740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401300, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9486, "Shape__Length": 100.56260200567822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242072413964905, 39.977210795006698 ], [ -75.242966338707404, 39.977110956566598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17575, "tnode_": 17600, "lpoly_": null, "rpoly_": null, "length": 221.39014286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6051, "r_t_add": 6099, "st_code": 39740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9487, "Shape__Length": 87.945635643713302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241290913043102, 39.9772995080966 ], [ -75.242072413964905, 39.977210795006698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17555, "tnode_": 17575, "lpoly_": null, "rpoly_": null, "length": 220.96737113999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 39740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401302, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9488, "Shape__Length": 87.777026725735553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240510013956595, 39.977383282617701 ], [ -75.241290913043102, 39.9772995080966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17532, "tnode_": 17555, "lpoly_": null, "rpoly_": null, "length": 235.62572016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5950, "l_t_add": 5998, "r_f_add": 5951, "r_t_add": 5999, "st_code": 39740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401303, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9489, "Shape__Length": 93.600433700452811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239677776647397, 39.977475146035097 ], [ -75.240510013956595, 39.977383282617701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17506, "tnode_": 17532, "lpoly_": null, "rpoly_": null, "length": 235.12510295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5948, "r_f_add": 5901, "r_t_add": 5949, "st_code": 39740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401304, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9490, "Shape__Length": 93.401643230268419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238847248962003, 39.9775665056873 ], [ -75.239677776647397, 39.977475146035097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17804, "tnode_": 17677, "lpoly_": null, "rpoly_": null, "length": 230.37994465999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1624, "r_f_add": 1601, "r_t_add": 1621, "st_code": 88990, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401305, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9491, "Shape__Length": 91.862347682505259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238572493870095, 39.976110593129398 ], [ -75.238692664343702, 39.976736220572803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17278, "tnode_": 17298, "lpoly_": null, "rpoly_": null, "length": 220.96205772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6020, "l_t_add": 6098, "r_f_add": 6025, "r_t_add": 6099, "st_code": 46020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9492, "Shape__Length": 87.77732090033706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241577501996304, 39.978808514614997 ], [ -75.242357750938893, 39.978721243171101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17575, "tnode_": 17278, "lpoly_": null, "rpoly_": null, "length": 555.54077845000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 30780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9493, "Shape__Length": 221.52357862826088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241290913043102, 39.9772995080966 ], [ -75.241577501996304, 39.978808514614997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17645, "tnode_": 17339, "lpoly_": null, "rpoly_": null, "length": 556.86623083000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89050, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9494, "Shape__Length": 222.05102103510515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243852935647396, 39.977014024479402 ], [ -75.244141505673497, 39.978526485019501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17620, "tnode_": 17645, "lpoly_": null, "rpoly_": null, "length": 250.96954896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6150, "l_t_add": 6198, "r_f_add": 6151, "r_t_add": 6199, "st_code": 39740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9495, "Shape__Length": 99.694960826883573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242966338707404, 39.977110956566598 ], [ -75.243852935647396, 39.977014024479402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17645, "tnode_": 17665, "lpoly_": null, "rpoly_": null, "length": 255.05045755999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 39740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9496, "Shape__Length": 101.31600871699705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243852935647396, 39.977014024479402 ], [ -75.244267831581098, 39.976963410797502 ], [ -75.244753831016496, 39.976915426373203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17955, "tnode_": 17665, "lpoly_": null, "rpoly_": null, "length": 536.2799729, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 33780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401312, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9497, "Shape__Length": 213.83828714748881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244483917978499, 39.975457990240102 ], [ -75.244753831016496, 39.976915426373203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17930, "tnode_": 17645, "lpoly_": null, "rpoly_": null, "length": 536.59101287, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89050, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9498, "Shape__Length": 213.96253207717433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243582163375905, 39.975555820129301 ], [ -75.243852935647396, 39.977014024479402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18651, "tnode_": 18632, "lpoly_": null, "rpoly_": null, "length": 314.38423517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6339, "st_code": 41240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401314, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9499, "Shape__Length": 124.87969135223669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244887438331602, 39.971863316006903 ], [ -75.245994134125098, 39.972003979195499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18662, "tnode_": 18651, "lpoly_": null, "rpoly_": null, "length": 310.78254576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6230, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 41240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401315, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9500, "Shape__Length": 123.44734034837693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243791770099094, 39.9717321964566 ], [ -75.244887438331602, 39.971863316006903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18676, "tnode_": 18527, "lpoly_": null, "rpoly_": null, "length": 291.69065893000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89050, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9501, "Shape__Length": 116.30255664077211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242841967009497, 39.971613094898103 ], [ -75.242990168106502, 39.972405661934303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18612, "tnode_": 18482, "lpoly_": null, "rpoly_": null, "length": 235.50630417000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1308, "l_t_add": 1398, "r_f_add": 1323, "r_t_add": 1399, "st_code": 89030, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9502, "Shape__Length": 93.900539897700341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241087431114593, 39.9719700601038 ], [ -75.241212101963598, 39.9726093988439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18706, "tnode_": 18612, "lpoly_": null, "rpoly_": null, "length": 222.9799012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1306, "r_f_add": 1301, "r_t_add": 1321, "st_code": 89030, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9503, "Shape__Length": 88.907691365712239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240990049952003, 39.971362555302399 ], [ -75.241087431114593, 39.9719700601038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18707, "tnode_": 18502, "lpoly_": null, "rpoly_": null, "length": 372.9820202, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 68920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9504, "Shape__Length": 148.71457852729458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241910264798406, 39.9714973381014 ], [ -75.241922079837494, 39.971565230287503 ], [ -75.242102593243402, 39.972510465518297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18557, "tnode_": 18452, "lpoly_": null, "rpoly_": null, "length": 235.29800537, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 89010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401320, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9505, "Shape__Length": 93.818554878003383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239526889386497, 39.972143102192803 ], [ -75.239644917362099, 39.972782609360202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18679, "tnode_": 18706, "lpoly_": null, "rpoly_": null, "length": 449.95835585000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 77160, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9506, "Shape__Length": 178.72958318826414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239404445824704, 39.971504974964098 ], [ -75.240887557163305, 39.971339514796398 ], [ -75.240990049952003, 39.971362555302399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18557, "tnode_": 18612, "lpoly_": null, "rpoly_": null, "length": 441.90068729000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 47580, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401322, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9507, "Shape__Length": 175.527760993584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239526889386497, 39.972143102192803 ], [ -75.241087431114593, 39.9719700601038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18936, "tnode_": 18679, "lpoly_": null, "rpoly_": null, "length": 588.99087119000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89010, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9508, "Shape__Length": 234.8399692226356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239136325389296, 39.969902222048098 ], [ -75.239140134027096, 39.970042333352701 ], [ -75.239404445824704, 39.971504974964098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18679, "tnode_": 18557, "lpoly_": null, "rpoly_": null, "length": 234.977916, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 89010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9509, "Shape__Length": 93.689477022509706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239404445824704, 39.971504974964098 ], [ -75.239526889386497, 39.972143102192803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18645, "tnode_": 18416, "lpoly_": null, "rpoly_": null, "length": 470.66706862999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88990, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9510, "Shape__Length": 187.66450243700237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237744522198895, 39.971687926727697 ], [ -75.237985163758907, 39.972966632158702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18635, "tnode_": 18402, "lpoly_": null, "rpoly_": null, "length": 469.95574707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 42860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401326, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9511, "Shape__Length": 187.38124648714492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237127732509506, 39.971755339736497 ], [ -75.2373665757125, 39.973032272014699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18621, "tnode_": 18385, "lpoly_": null, "rpoly_": null, "length": 470.69598775999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 81320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9512, "Shape__Length": 187.67678052930881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236607535467201, 39.971813437881501 ], [ -75.236844974691493, 39.973092577870702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18603, "tnode_": 18372, "lpoly_": null, "rpoly_": null, "length": 470.01965028000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88970, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9513, "Shape__Length": 187.40740745704545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235987224152595, 39.971884999648097 ], [ -75.236223484650907, 39.973162393545998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18357, "tnode_": 18372, "lpoly_": null, "rpoly_": null, "length": 206.07640536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5720, "l_t_add": 5798, "r_f_add": 5721, "r_t_add": 5799, "st_code": 54280, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9514, "Shape__Length": 81.857225240418558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2354957896641, 39.973243419765197 ], [ -75.236223484650907, 39.973162393545998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18573, "tnode_": 18603, "lpoly_": null, "rpoly_": null, "length": 205.30648076, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5726, "l_t_add": 5798, "r_f_add": 5727, "r_t_add": 5799, "st_code": 77160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9515, "Shape__Length": 81.549402729882743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235261735432104, 39.971962874798002 ], [ -75.235987224152595, 39.971884999648097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18335, "tnode_": 18357, "lpoly_": null, "rpoly_": null, "length": 215.18745256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5719, "st_code": 54280, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 9516, "Shape__Length": 85.475773713370003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234735207389406, 39.973324144020197 ], [ -75.2354957896641, 39.973243419765197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18554, "tnode_": 18573, "lpoly_": null, "rpoly_": null, "length": 217.51863532, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5724, "r_f_add": 5701, "r_t_add": 5725, "st_code": 77160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9517, "Shape__Length": 86.400985994285293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234493905925603, 39.972049753401102 ], [ -75.235261735432104, 39.971962874798002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18829, "tnode_": 18554, "lpoly_": null, "rpoly_": null, "length": 566.90940448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88950, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401333, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9518, "Shape__Length": 226.03493372393217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234205010337305, 39.970509471890999 ], [ -75.234493905925603, 39.972049753401102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18840, "tnode_": 18573, "lpoly_": null, "rpoly_": null, "length": 566.03810576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 11780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401334, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9519, "Shape__Length": 225.68742412849741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234976130935905, 39.970424809389598 ], [ -75.235255770326106, 39.971899351868998 ], [ -75.235261735432104, 39.971962874798002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18840, "tnode_": 18860, "lpoly_": null, "rpoly_": null, "length": 205.13232717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5724, "l_t_add": 5798, "r_f_add": 5719, "r_t_add": 5799, "st_code": 37040, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401335, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9520, "Shape__Length": 81.478639909588381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234976130935905, 39.970424809389598 ], [ -75.235700693397206, 39.970345393416999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18535, "tnode_": 18554, "lpoly_": null, "rpoly_": null, "length": 235.73477642, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5650, "l_t_add": 5698, "r_f_add": 5651, "r_t_add": 5699, "st_code": 77160, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9521, "Shape__Length": 93.636041473821507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233660933693599, 39.972139405169102 ], [ -75.234493905925603, 39.972049753401102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18794, "tnode_": 18517, "lpoly_": null, "rpoly_": null, "length": 565.9075077, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88930, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9522, "Shape__Length": 225.63587751275929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2325754166351, 39.9706921757206 ], [ -75.232865254335096, 39.972229573468603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18517, "tnode_": 18535, "lpoly_": null, "rpoly_": null, "length": 225.41499721, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5648, "r_f_add": 5601, "r_t_add": 5649, "st_code": 77160, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9523, "Shape__Length": 89.537772188331644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232865254335096, 39.972229573468603 ], [ -75.233660933693599, 39.972139405169102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18772, "tnode_": 18497, "lpoly_": null, "rpoly_": null, "length": 565.43036453000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 12200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401339, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9524, "Shape__Length": 225.4463998710734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231620489269503, 39.9707985433147 ], [ -75.231906754497103, 39.972335014097602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18754, "tnode_": 18472, "lpoly_": null, "rpoly_": null, "length": 565.2014203, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9525, "Shape__Length": 225.35496166585528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230667721264894, 39.970903780945598 ], [ -75.230957841287903, 39.972439188613201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18730, "tnode_": 18449, "lpoly_": null, "rpoly_": null, "length": 565.9608572, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 24700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401341, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9526, "Shape__Length": 225.65797945667506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229703612312093, 39.971009043654902 ], [ -75.229995164774706, 39.972546397595302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18700, "tnode_": 18558, "lpoly_": null, "rpoly_": null, "length": 291.93765536999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1228, "r_f_add": 1201, "r_t_add": 1229, "st_code": 88870, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401342, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9527, "Shape__Length": 116.40046800667805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2287381195205, 39.971116733052803 ], [ -75.228884255202601, 39.971910211795198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18817, "tnode_": 18851, "lpoly_": null, "rpoly_": null, "length": 540.42338559000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 21060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401343, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 9528, "Shape__Length": 214.65610368145218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230597249069803, 39.970506856659703 ], [ -75.232506497252302, 39.970299696384899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18905, "tnode_": 18941, "lpoly_": null, "rpoly_": null, "length": 539.66857558000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 65260, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9529, "Shape__Length": 214.35505185898185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230490653090001, 39.969949447436598 ], [ -75.232396622433996, 39.969739347656599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18911, "tnode_": 18829, "lpoly_": null, "rpoly_": null, "length": 188.72736538000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 88950, "l_hundred": 600, "r_hundred": 600, "seg_id": 401345, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9530, "Shape__Length": 75.247326446997036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234109953330702, 39.969996580163702 ], [ -75.234205010337305, 39.970509471890999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18851, "tnode_": 18794, "lpoly_": null, "rpoly_": null, "length": 144.27224807, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 660, "l_t_add": 698, "r_f_add": 661, "r_t_add": 699, "st_code": 88930, "l_hundred": 600, "r_hundred": 600, "seg_id": 401346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9531, "Shape__Length": 57.523321990732974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232506497252302, 39.970299696384899 ], [ -75.2325754166351, 39.9706921757206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19103, "tnode_": 18816, "lpoly_": null, "rpoly_": null, "length": 678.3349545399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 35020, "l_hundred": 600, "r_hundred": 600, "seg_id": 401347, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 9532, "Shape__Length": 270.45583990357011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233027135475197, 39.968756993940801 ], [ -75.233370726800004, 39.970600246576502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18893, "tnode_": 18741, "lpoly_": null, "rpoly_": null, "length": 350.42981969, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SICKELS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 72780, "l_hundred": 600, "r_hundred": 600, "seg_id": 401348, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SICKELS ST", "stname": "N SICKELS ST", "objectid": 9533, "Shape__Length": 139.71997713917946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229956054751895, 39.970007391860001 ], [ -75.2301330957321, 39.970959672385597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18817, "tnode_": 18754, "lpoly_": null, "rpoly_": null, "length": 145.9353079, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 660, "l_t_add": 698, "r_f_add": 665, "r_t_add": 699, "st_code": 88900, "l_hundred": 600, "r_hundred": 600, "seg_id": 401349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9534, "Shape__Length": 58.186494883334056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230597249069803, 39.970506856659703 ], [ -75.230667721264894, 39.970903780945598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18893, "tnode_": 18905, "lpoly_": null, "rpoly_": null, "length": 151.31885747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5470, "l_t_add": 5498, "r_f_add": 5471, "r_t_add": 5499, "st_code": 65260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401350, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9535, "Shape__Length": 60.103446514954982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229956054751895, 39.970007391860001 ], [ -75.230490653090001, 39.969949447436598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18880, "tnode_": 18730, "lpoly_": null, "rpoly_": null, "length": 351.3013234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 24700, "l_hundred": 600, "r_hundred": 600, "seg_id": 401351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9536, "Shape__Length": 140.06757282803338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229526288647406, 39.970054377498201 ], [ -75.229703612312093, 39.971009043654902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18880, "tnode_": 18893, "lpoly_": null, "rpoly_": null, "length": 121.66645397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5450, "l_t_add": 5468, "r_f_add": 5451, "r_t_add": 5469, "st_code": 65260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401352, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9537, "Shape__Length": 48.32569190724054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229526288647406, 39.970054377498201 ], [ -75.229956054751895, 39.970007391860001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18872, "tnode_": 18717, "lpoly_": null, "rpoly_": null, "length": 349.90147374000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 85640, "l_hundred": 600, "r_hundred": 600, "seg_id": 401353, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N YEWDALL ST", "stname": "N YEWDALL ST", "objectid": 9538, "Shape__Length": 139.50904772856754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229096191352397, 39.970104085185497 ], [ -75.229276680511305, 39.971054516710801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18872, "tnode_": 18880, "lpoly_": null, "rpoly_": null, "length": 121.90161942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5428, "l_t_add": 5448, "r_f_add": 5431, "r_t_add": 5449, "st_code": 65260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401354, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9539, "Shape__Length": 48.419570306014961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229096191352397, 39.970104085185497 ], [ -75.229526288647406, 39.970054377498201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18859, "tnode_": 18700, "lpoly_": null, "rpoly_": null, "length": 351.39632408, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 642, "l_t_add": 698, "r_f_add": 637, "r_t_add": 699, "st_code": 88870, "l_hundred": 600, "r_hundred": 600, "seg_id": 401355, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9540, "Shape__Length": 140.10528354078701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228557660598398, 39.970162151192802 ], [ -75.2287381195205, 39.971116733052803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18859, "tnode_": 18872, "lpoly_": null, "rpoly_": null, "length": 152.41615232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5426, "r_f_add": 5401, "r_t_add": 5429, "st_code": 65260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401356, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9541, "Shape__Length": 60.53937922918039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228557660598398, 39.970162151192802 ], [ -75.229096191352397, 39.970104085185497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18825, "tnode_": 18839, "lpoly_": null, "rpoly_": null, "length": 212.57021332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5323, "st_code": 65260, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401357, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9542, "Shape__Length": 84.432508688549021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227056741708907, 39.970327457044398 ], [ -75.227807965044093, 39.970247296579998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18839, "tnode_": 18859, "lpoly_": null, "rpoly_": null, "length": 212.40389237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5324, "l_t_add": 5398, "r_f_add": 5325, "r_t_add": 5399, "st_code": 65260, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401358, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9543, "Shape__Length": 84.367164504035173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227807965044093, 39.970247296579998 ], [ -75.228557660598398, 39.970162151192802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19008, "tnode_": 18859, "lpoly_": null, "rpoly_": null, "length": 344.71902253000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 640, "r_f_add": 601, "r_t_add": 635, "st_code": 88870, "l_hundred": 600, "r_hundred": 600, "seg_id": 401359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9544, "Shape__Length": 137.44184023338241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228386767234696, 39.969225034117997 ], [ -75.228557660598398, 39.970162151192802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18839, "tnode_": 18689, "lpoly_": null, "rpoly_": null, "length": 350.49766244999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 63480, "l_hundred": 600, "r_hundred": 600, "seg_id": 401361, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9545, "Shape__Length": 139.74672389474762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227807965044093, 39.970247296579998 ], [ -75.227991288966393, 39.971199061423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18957, "tnode_": 18970, "lpoly_": null, "rpoly_": null, "length": 220.81021011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5225, "st_code": 84780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9546, "Shape__Length": 87.703888671501119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225375465091005, 39.969526874559101 ], [ -75.226156369587599, 39.969446833892299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19068, "tnode_": 18934, "lpoly_": null, "rpoly_": null, "length": 277.52745366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CREIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 25700, "l_hundred": 500, "r_hundred": 500, "seg_id": 401364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CREIGHTON ST", "stname": "N CREIGHTON ST", "objectid": 9547, "Shape__Length": 110.65320621678944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224511346059501, 39.968848529240098 ], [ -75.2246327576634, 39.969604627757697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18938, "tnode_": 18957, "lpoly_": null, "rpoly_": null, "length": 135.20506641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5148, "l_t_add": 5198, "r_f_add": 5161, "r_t_add": 5199, "st_code": 84780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9548, "Shape__Length": 53.702539503817214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224897552433006, 39.969577285827299 ], [ -75.225375465091005, 39.969526874559101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18923, "tnode_": 18934, "lpoly_": null, "rpoly_": null, "length": 157.96030571999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5122, "l_t_add": 5140, "r_f_add": 5145, "r_t_add": 5151, "st_code": 84780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9549, "Shape__Length": 62.740150205529517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224073622328305, 39.969658914385903 ], [ -75.2246327576634, 39.969604627757697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18910, "tnode_": 18923, "lpoly_": null, "rpoly_": null, "length": 269.27027797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5120, "r_f_add": 5101, "r_t_add": 5143, "st_code": 84780, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9550, "Shape__Length": 106.95219283671618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223121379698597, 39.969756786542803 ], [ -75.224073622328305, 39.969658914385903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18512, "tnode_": 18524, "lpoly_": null, "rpoly_": null, "length": 190.08253931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5218, "l_t_add": 5298, "r_f_add": 5221, "r_t_add": 5299, "st_code": 74900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401368, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9551, "Shape__Length": 75.502886515393428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226713369470204, 39.972150967896901 ], [ -75.227384667571798, 39.972076716996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18656, "tnode_": 18512, "lpoly_": null, "rpoly_": null, "length": 293.43154628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 83600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401369, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 9552, "Shape__Length": 116.99688999816264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226569555291405, 39.971353097687498 ], [ -75.226713369470204, 39.972150967896901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18671, "tnode_": 18524, "lpoly_": null, "rpoly_": null, "length": 292.17629547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1228, "r_f_add": 1201, "r_t_add": 1227, "st_code": 88840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9553, "Shape__Length": 116.49530428546399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272336538487, 39.971283117013499 ], [ -75.227384667571798, 39.972076716996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18500, "tnode_": 18512, "lpoly_": null, "rpoly_": null, "length": 204.97241699, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5201, "r_t_add": 5219, "st_code": 74900, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401371, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9554, "Shape__Length": 81.417466401852124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2259895575191, 39.972231420985104 ], [ -75.226713369470204, 39.972150967896901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18638, "tnode_": 18656, "lpoly_": null, "rpoly_": null, "length": 205.75138647999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5218, "r_f_add": 5201, "r_t_add": 5217, "st_code": 37040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401372, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9555, "Shape__Length": 81.72694163931574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225844163675902, 39.971439822824102 ], [ -75.226569555291405, 39.971353097687498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18524, "tnode_": 18558, "lpoly_": null, "rpoly_": null, "length": 424.65216731000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 74900, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401373, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9556, "Shape__Length": 168.67634013199586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227384667571798, 39.972076716996 ], [ -75.228884255202601, 39.971910211795198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18497, "tnode_": 18266, "lpoly_": null, "rpoly_": null, "length": 472.7196495, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 12200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401374, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9557, "Shape__Length": 188.47351837590872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231906754497103, 39.972335014097602 ], [ -75.232134551194804, 39.973550626725903 ], [ -75.232184417993395, 39.973608568309402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18517, "tnode_": 18288, "lpoly_": null, "rpoly_": null, "length": 470.6122531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88930, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9558, "Shape__Length": 187.64474713218502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232865254335096, 39.972229573468603 ], [ -75.233100932927798, 39.973508674168798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18472, "tnode_": 18243, "lpoly_": null, "rpoly_": null, "length": 470.93177067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9559, "Shape__Length": 187.77235029290799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230957841287903, 39.972439188613201 ], [ -75.231196674758195, 39.973718829058299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18449, "tnode_": 18472, "lpoly_": null, "rpoly_": null, "length": 272.62472462, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5423, "r_t_add": 5499, "st_code": 77160, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9560, "Shape__Length": 108.29027626584519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229995164774706, 39.972546397595302 ], [ -75.230957841287903, 39.972439188613201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18449, "tnode_": 18218, "lpoly_": null, "rpoly_": null, "length": 469.01931503999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 24700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401378, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9561, "Shape__Length": 187.01040039760304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229995164774706, 39.972546397595302 ], [ -75.230230550449207, 39.973821113757303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18265, "tnode_": 18150, "lpoly_": null, "rpoly_": null, "length": 230.43783175000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 88840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401379, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9562, "Shape__Length": 91.881949762476893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227645070963106, 39.973472625865298 ], [ -75.227757452466605, 39.974028255117602 ], [ -75.227761196383099, 39.974098460209298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18228, "tnode_": 18265, "lpoly_": null, "rpoly_": null, "length": 395.28996657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 47580, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401380, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9563, "Shape__Length": 157.02324642914877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226256570031296, 39.9736484956534 ], [ -75.226371726976495, 39.9736130358759 ], [ -75.227645070963106, 39.973472625865298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18366, "tnode_": 18397, "lpoly_": null, "rpoly_": null, "length": 393.96206782999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 77160, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9564, "Shape__Length": 156.4878770613812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226133369113001, 39.972973252606103 ], [ -75.227524723641395, 39.972819450582101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18397, "tnode_": 18428, "lpoly_": null, "rpoly_": null, "length": 425.9400153, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 77160, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9565, "Shape__Length": 169.18954310053454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227524723641395, 39.972819450582101 ], [ -75.229029097429503, 39.972653627690903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18265, "tnode_": 18303, "lpoly_": null, "rpoly_": null, "length": 426.39399243999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 47580, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401383, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9566, "Shape__Length": 169.37144961678172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227645070963106, 39.973472625865298 ], [ -75.229151117415, 39.973306920725101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18426, "tnode_": 18302, "lpoly_": null, "rpoly_": null, "length": 245.10316446000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 88800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9567, "Shape__Length": 97.728776973660402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223799492146, 39.972547647501301 ], [ -75.223921706600294, 39.973213883515399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18270, "tnode_": 18286, "lpoly_": null, "rpoly_": null, "length": 152.46350891, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5008, "r_f_add": 5001, "r_t_add": 5009, "st_code": 77160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9568, "Shape__Length": 60.560882640385238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222830654608401, 39.973327863737602 ], [ -75.223369524178295, 39.973270589145898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18493, "tnode_": 18409, "lpoly_": null, "rpoly_": null, "length": 194.67690675, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1213, "st_code": 88780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 9569, "Shape__Length": 77.622266607116529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222616328775104, 39.972129215759203 ], [ -75.222711303214396, 39.9726586088753 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18530, "tnode_": 18426, "lpoly_": null, "rpoly_": null, "length": 237.12257251, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1221, "st_code": 88800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9570, "Shape__Length": 94.544981324861112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223674695324306, 39.971903837049702 ], [ -75.223799492146, 39.972547647501301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18409, "tnode_": 18426, "lpoly_": null, "rpoly_": null, "length": 307.65714591, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 74900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9571, "Shape__Length": 122.20425287764058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222711303214396, 39.9726586088753 ], [ -75.223799492146, 39.972547647501301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18530, "tnode_": 18628, "lpoly_": null, "rpoly_": null, "length": 497.73823593999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5158, "r_f_add": 5101, "r_t_add": 5159, "st_code": 37040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401389, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9572, "Shape__Length": 197.74557749603065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223674695324306, 39.971903837049702 ], [ -75.225386604256499, 39.9715404092982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18426, "tnode_": 18480, "lpoly_": null, "rpoly_": null, "length": 623.89041653000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 74900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401390, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9573, "Shape__Length": 247.81538099543911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223799492146, 39.972547647501301 ], [ -75.226005074050704, 39.972316198375303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18175, "tnode_": 18228, "lpoly_": null, "rpoly_": null, "length": 624.8210413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 47580, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401391, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9574, "Shape__Length": 248.18975625193841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224047491612296, 39.9738793672092 ], [ -75.226256570031296, 39.9736484956534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18302, "tnode_": 18366, "lpoly_": null, "rpoly_": null, "length": 626.23396831999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 77160, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9575, "Shape__Length": 248.75062560186001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223921706600294, 39.973213883515399 ], [ -75.226017549656206, 39.972995744810099 ], [ -75.226133369113001, 39.972973252606103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18165, "tnode_": 18175, "lpoly_": null, "rpoly_": null, "length": 159.15919028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5018, "l_t_add": 5098, "r_f_add": 5019, "r_t_add": 5099, "st_code": 47580, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401393, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9576, "Shape__Length": 63.220797271131126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223484630360105, 39.973937339507998 ], [ -75.224047491612296, 39.9738793672092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18286, "tnode_": 18302, "lpoly_": null, "rpoly_": null, "length": 156.13301148000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5010, "l_t_add": 5098, "r_f_add": 5011, "r_t_add": 5099, "st_code": 77160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 9577, "Shape__Length": 62.018113511808359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223369524178295, 39.973270589145898 ], [ -75.223921706600294, 39.973213883515399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18148, "tnode_": 27732, "lpoly_": null, "rpoly_": null, "length": 227.49680402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 88780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401395, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 9578, "Shape__Length": 90.699765936560098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222948344341006, 39.973993432774598 ], [ -75.223040877143802, 39.974534546855402 ], [ -75.222987041856001, 39.974601501162702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18175, "tnode_": 18070, "lpoly_": null, "rpoly_": null, "length": 221.98603104, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 88800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9579, "Shape__Length": 88.512808008302301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224047491612296, 39.9738793672092 ], [ -75.2241603489, 39.974482528822399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18148, "tnode_": 18165, "lpoly_": null, "rpoly_": null, "length": 151.686231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 5001, "r_t_add": 5017, "st_code": 47580, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401398, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9580, "Shape__Length": 60.252587827073377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222948344341006, 39.973993432774598 ], [ -75.223484630360105, 39.973937339507998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18409, "tnode_": 18270, "lpoly_": null, "rpoly_": null, "length": 246.08176466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 88780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401399, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 9581, "Shape__Length": 98.119536878781105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222711303214396, 39.9726586088753 ], [ -75.222830654608401, 39.973327863737602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18090, "tnode_": 18148, "lpoly_": null, "rpoly_": null, "length": 706.64724421000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 47580, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 401400, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 9582, "Shape__Length": 280.69409480582175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220450025303606, 39.974254948096103 ], [ -75.222948344341006, 39.973993432774598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18270, "tnode_": 18148, "lpoly_": null, "rpoly_": null, "length": 244.72654088, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1329, "st_code": 88780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401402, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 9583, "Shape__Length": 97.580124173775317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222830654608401, 39.973327863737602 ], [ -75.222944019677996, 39.9739465261612 ], [ -75.222948344341006, 39.973993432774598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17809, "tnode_": 17759, "lpoly_": null, "rpoly_": null, "length": 258.91471136999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5122, "r_f_add": 5041, "r_t_add": 5099, "st_code": 48900, "l_hundred": 5100, "r_hundred": 5000, "seg_id": 401404, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9584, "Shape__Length": 102.95175498858748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223579163189001, 39.975732089344199 ], [ -75.224367937081794, 39.9761021080175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17613, "tnode_": 17412, "lpoly_": null, "rpoly_": null, "length": 785.89354392000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 55620, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 9585, "Shape__Length": 312.43142076728367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223970697828506, 39.9767265744117 ], [ -75.224850998640406, 39.977129437133897 ], [ -75.225748838983904, 39.977465187647702 ], [ -75.226452993981795, 39.977726250928598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17759, "tnode_": 17613, "lpoly_": null, "rpoly_": null, "length": 260.22078742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1450, "l_t_add": 1498, "r_f_add": 1451, "r_t_add": 1499, "st_code": 88800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9586, "Shape__Length": 103.67454158220428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224367937081794, 39.9761021080175 ], [ -75.224383912890701, 39.976204235457303 ], [ -75.223970697828506, 39.9767265744117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17683, "tnode_": 17636, "lpoly_": null, "rpoly_": null, "length": 176.66653298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5204, "l_t_add": 5298, "r_f_add": 5215, "r_t_add": 5299, "st_code": 81480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 9587, "Shape__Length": 70.24675980486488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227427329853995, 39.9764714865439 ], [ -75.227967547817101, 39.9767214162651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17755, "tnode_": 17683, "lpoly_": null, "rpoly_": null, "length": 232.18523867000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5202, "r_f_add": 5201, "r_t_add": 5213, "st_code": 81480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401408, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 9588, "Shape__Length": 92.321624024422633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226716971497297, 39.976143496287797 ], [ -75.227427329853995, 39.9764714865439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17636, "tnode_": 27729, "lpoly_": null, "rpoly_": null, "length": 320.73115831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5302, "l_t_add": 5398, "r_f_add": 5303, "r_t_add": 5399, "st_code": 81480, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401409, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 9589, "Shape__Length": 127.53253962061717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227967547817101, 39.9767214162651 ], [ -75.228946122438501, 39.977177924863298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17872, "tnode_": 17545, "lpoly_": null, "rpoly_": null, "length": 583.24585055, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 63480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9590, "Shape__Length": 232.57612056471586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228841391730199, 39.9755734707961 ], [ -75.229040162423502, 39.977167233518202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17887, "tnode_": 17569, "lpoly_": null, "rpoly_": null, "length": 571.95909816999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88870, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401411, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9591, "Shape__Length": 228.0647659575481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229564133688697, 39.975525007751799 ], [ -75.229857854307795, 39.977078760385702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17910, "tnode_": 17603, "lpoly_": null, "rpoly_": null, "length": 569.88313922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 24700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401412, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9592, "Shape__Length": 227.23692629039837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230586156695097, 39.975414712942801 ], [ -75.230876353825707, 39.976963099874503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17917, "tnode_": 17929, "lpoly_": null, "rpoly_": null, "length": 215.26231622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5434, "l_t_add": 5498, "r_f_add": 5435, "r_t_add": 5499, "st_code": 55180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9593, "Shape__Length": 85.508466402257966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230732804768607, 39.975396981589903 ], [ -75.231493275889505, 39.975314034624702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17954, "tnode_": 17653, "lpoly_": null, "rpoly_": null, "length": 570.42446536, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 12200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401414, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9594, "Shape__Length": 227.45198226424887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2324830185145, 39.975205513070001 ], [ -75.232774296939098, 39.976755281211403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17929, "tnode_": 17630, "lpoly_": null, "rpoly_": null, "length": 569.55159115000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9595, "Shape__Length": 227.10416295515458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231493275889505, 39.975314034624702 ], [ -75.231785091559502, 39.976861321788398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17981, "tnode_": 17679, "lpoly_": null, "rpoly_": null, "length": 569.97777924000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88930, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9596, "Shape__Length": 227.27379954127241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233404051058898, 39.975103196876802 ], [ -75.233692940739999, 39.976651990840999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18049, "tnode_": 17750, "lpoly_": null, "rpoly_": null, "length": 571.36646706, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 11780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9597, "Shape__Length": 227.82658698216056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235800448853098, 39.974836736157897 ], [ -75.236090517737097, 39.976389250949502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18072, "tnode_": 17770, "lpoly_": null, "rpoly_": null, "length": 571.50255343000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88970, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9598, "Shape__Length": 227.88034890634597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236521879714601, 39.974756980498 ], [ -75.236813896917297, 39.976309656517998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18049, "tnode_": 18072, "lpoly_": null, "rpoly_": null, "length": 204.26797248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5720, "l_t_add": 5798, "r_f_add": 5721, "r_t_add": 5799, "st_code": 55180, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9599, "Shape__Length": 81.140695020071064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235800448853098, 39.974836736157897 ], [ -75.236521879714601, 39.974756980498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18029, "tnode_": 17733, "lpoly_": null, "rpoly_": null, "length": 570.47888108999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88950, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401420, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9600, "Shape__Length": 227.47268090467301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235031852449595, 39.974920098277501 ], [ -75.2353235631942, 39.976469969100997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18029, "tnode_": 18049, "lpoly_": null, "rpoly_": null, "length": 217.53976977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5719, "st_code": 55180, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9601, "Shape__Length": 86.41245637044814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235031852449595, 39.974920098277501 ], [ -75.235800448853098, 39.974836736157897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18007, "tnode_": 17705, "lpoly_": null, "rpoly_": null, "length": 570.60526899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 35020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401422, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 9602, "Shape__Length": 227.52399493931608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234219239622007, 39.975011578662297 ], [ -75.234506113133094, 39.976562334303601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17981, "tnode_": 17997, "lpoly_": null, "rpoly_": null, "length": 156.96395808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5612, "r_f_add": 5601, "r_t_add": 5613, "st_code": 55180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDIA ST", "stname": "MEDIA ST", "objectid": 9603, "Shape__Length": 62.35095028004082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233404051058898, 39.975103196876802 ], [ -75.233957933867401, 39.975039380273003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17586, "tnode_": 17479, "lpoly_": null, "rpoly_": null, "length": 202.81732423, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1624, "l_t_add": 1642, "r_f_add": 1625, "r_t_add": 1643, "st_code": 88950, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401424, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9604, "Shape__Length": 80.872750576820735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235436495795796, 39.977099402758597 ], [ -75.235544780287995, 39.9776498937618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17511, "tnode_": 17432, "lpoly_": null, "rpoly_": null, "length": 148.7478156, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1642, "l_t_add": 1666, "r_f_add": 1643, "r_t_add": 1657, "st_code": 88930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9605, "Shape__Length": 59.312850666222246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233837992437003, 39.977428775744599 ], [ -75.233918017782997, 39.9778324390549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17679, "tnode_": 17547, "lpoly_": null, "rpoly_": null, "length": 230.16703661, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1623, "st_code": 88930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9606, "Shape__Length": 91.778551799937063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233692940739999, 39.976651990840999 ], [ -75.233810055053098, 39.977277370830798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17733, "tnode_": 17586, "lpoly_": null, "rpoly_": null, "length": 231.46557246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1623, "st_code": 88950, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401427, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9607, "Shape__Length": 92.296691966161248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2353235631942, 39.976469969100997 ], [ -75.235436495795796, 39.977099402758597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17653, "tnode_": 17488, "lpoly_": null, "rpoly_": null, "length": 285.72362527999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 12200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9608, "Shape__Length": 113.93154813127218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232774296939098, 39.976755281211403 ], [ -75.232922498544099, 39.977531296860001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17479, "tnode_": 17566, "lpoly_": null, "rpoly_": null, "length": 920.20926668000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 74840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401429, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 9609, "Shape__Length": 365.54621155721503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235544780287995, 39.9776498937618 ], [ -75.238794740129094, 39.977289795839397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17586, "tnode_": 17677, "lpoly_": null, "rpoly_": null, "length": 922.09941152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 44000, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 9610, "Shape__Length": 366.29446638339834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235436495795796, 39.977099402758597 ], [ -75.238692664343702, 39.976736220572803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17789, "tnode_": 17804, "lpoly_": null, "rpoly_": null, "length": 248.82749827000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5826, "l_t_add": 5898, "r_f_add": 5823, "r_t_add": 5899, "st_code": 49020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401431, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9611, "Shape__Length": 98.843449266391843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237694284765496, 39.976210980026003 ], [ -75.238572493870095, 39.976110593129398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17750, "tnode_": 17770, "lpoly_": null, "rpoly_": null, "length": 204.79557031000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5720, "l_t_add": 5798, "r_f_add": 5719, "r_t_add": 5799, "st_code": 49020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401432, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 9612, "Shape__Length": 81.352069875190395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236090517737097, 39.976389250949502 ], [ -75.236813896917297, 39.976309656517998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17373, "tnode_": 17456, "lpoly_": null, "rpoly_": null, "length": 920.24931980999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 39740, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401434, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9613, "Shape__Length": 365.56548513408922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235644266922606, 39.978190438590197 ], [ -75.238893864785993, 39.9778275092713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17373, "tnode_": 17256, "lpoly_": null, "rpoly_": null, "length": 221.99557351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1723, "st_code": 88950, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401435, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9614, "Shape__Length": 88.521822421013482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235644266922606, 39.978190438590197 ], [ -75.2357600041192, 39.9787933043199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17330, "tnode_": 17258, "lpoly_": null, "rpoly_": null, "length": 136.51785994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1678, "l_t_add": 1698, "r_f_add": 1685, "r_t_add": 1699, "st_code": 88930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9615, "Shape__Length": 54.437701641834053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234016547490597, 39.978370938250499 ], [ -75.234083841918107, 39.978742103592701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17330, "tnode_": 17373, "lpoly_": null, "rpoly_": null, "length": 460.88256837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HADDINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 39740, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401437, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HADDINGTON LN", "stname": "HADDINGTON LN", "objectid": 9616, "Shape__Length": 183.08434323654672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234016547490597, 39.978370938250499 ], [ -75.235644266922606, 39.978190438590197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17432, "tnode_": 17330, "lpoly_": null, "rpoly_": null, "length": 198.09960941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1668, "l_t_add": 1676, "r_f_add": 1659, "r_t_add": 1683, "st_code": 88930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401438, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9617, "Shape__Length": 78.99333562558634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233918017782997, 39.9778324390549 ], [ -75.234016547490597, 39.978370938250499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17479, "tnode_": 17373, "lpoly_": null, "rpoly_": null, "length": 198.87497881, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1644, "l_t_add": 1698, "r_f_add": 1645, "r_t_add": 1699, "st_code": 88950, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401439, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9618, "Shape__Length": 79.302238027176784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235544780287995, 39.9776498937618 ], [ -75.235644266922606, 39.978190438590197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17241, "tnode_": 17258, "lpoly_": null, "rpoly_": null, "length": 259.56819067000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 46020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401440, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9619, "Shape__Length": 103.11348218653787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233167048514503, 39.978843450676997 ], [ -75.234083841918107, 39.978742103592701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17488, "tnode_": 17241, "lpoly_": null, "rpoly_": null, "length": 482.88263699000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 12200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401441, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9620, "Shape__Length": 192.55187241697291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232922498544099, 39.977531296860001 ], [ -75.233167048514503, 39.978843450676997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17488, "tnode_": 17511, "lpoly_": null, "rpoly_": null, "length": 259.27387883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5523, "r_t_add": 5599, "st_code": 44000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401442, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 9621, "Shape__Length": 102.99478872122198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232922498544099, 39.977531296860001 ], [ -75.233837992437003, 39.977428775744599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17469, "tnode_": 17488, "lpoly_": null, "rpoly_": null, "length": 253.99991103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5526, "r_f_add": 5501, "r_t_add": 5521, "st_code": 44000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401443, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 9622, "Shape__Length": 100.89925534153821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232024901063497, 39.977627825258502 ], [ -75.232922498544099, 39.977531296860001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17630, "tnode_": 27728, "lpoly_": null, "rpoly_": null, "length": 287.85243311, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1640, "r_f_add": 1601, "r_t_add": 1625, "st_code": 88900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9623, "Shape__Length": 114.78032529448581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231785091559502, 39.976861321788398 ], [ -75.231936431716207, 39.977642887677298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18080, "tnode_": 17792, "lpoly_": null, "rpoly_": null, "length": 543.79272892999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 89150, "l_hundred": 800, "r_hundred": 800, "seg_id": 401446, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9624, "Shape__Length": 216.83222421513642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249303898589204, 39.974922096860602 ], [ -75.249578094483198, 39.976399894993897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16835, "tnode_": 16978, "lpoly_": null, "rpoly_": null, "length": 533.77348027000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 49800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401447, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9625, "Shape__Length": 212.30007733601173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245008327903193, 39.981717513412299 ], [ -75.245704831680399, 39.981330202965701 ], [ -75.245930054441601, 39.981257964498297 ], [ -75.246578946361097, 39.980896316389902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16667, "tnode_": 16835, "lpoly_": null, "rpoly_": null, "length": 656.88393931000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 49800, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401448, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 9626, "Shape__Length": 261.29878021194259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243114823454306, 39.982780462641898 ], [ -75.2436837932039, 39.9824627035308 ], [ -75.245008327903193, 39.981717513412299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16934, "tnode_": 16828, "lpoly_": null, "rpoly_": null, "length": 251.63975188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1912, "l_t_add": 1914, "r_f_add": 1915, "r_t_add": 1923, "st_code": 89030, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 401449, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9627, "Shape__Length": 100.34692439247048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242795060078805, 39.981070772044703 ], [ -75.242870488842499, 39.9814650931202 ], [ -75.242925790230899, 39.981754194423402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16966, "tnode_": 27747, "lpoly_": null, "rpoly_": null, "length": 486.13451113000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 46020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401453, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9628, "Shape__Length": 193.2630270233079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228153531580006, 39.980472740392102 ], [ -75.229672098638304, 39.981045926198497 ], [ -75.229699947474003, 39.981071336800497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16766, "tnode_": 16676, "lpoly_": null, "rpoly_": null, "length": 225.88948012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1760, "l_t_add": 1798, "r_f_add": 1705, "r_t_add": 1705, "st_code": 88870, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401455, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9629, "Shape__Length": 90.001119675757465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230398085252503, 39.981986228785203 ], [ -75.230649771792997, 39.982356808831199 ], [ -75.230793649195903, 39.982525767492803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16814, "tnode_": 16766, "lpoly_": null, "rpoly_": null, "length": 174.39775306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1730, "l_t_add": 1758, "r_f_add": 1703, "r_t_add": 1703, "st_code": 88870, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401456, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9630, "Shape__Length": 69.489100176922435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230101815068807, 39.981565218038298 ], [ -75.230398085252503, 39.981986228785203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17157, "tnode_": 17049, "lpoly_": null, "rpoly_": null, "length": 251.58135868, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1817, "st_code": 88950, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 401458, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9631, "Shape__Length": 100.32196894220344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235882529089594, 39.979438695957199 ], [ -75.236007464269804, 39.980122597347098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17049, "tnode_": 17118, "lpoly_": null, "rpoly_": null, "length": 921.00828792000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 58970, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU RD", "stname": "NASSAU RD", "objectid": 9632, "Shape__Length": 365.87668981654667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236007464269804, 39.980122597347098 ], [ -75.239260643868505, 39.979763682300998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17157, "tnode_": 17221, "lpoly_": null, "rpoly_": null, "length": 918.81747671000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 46020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9633, "Shape__Length": 365.00296104667683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235882529089594, 39.979438695957199 ], [ -75.2391276385125, 39.979079033745698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17256, "tnode_": 17157, "lpoly_": null, "rpoly_": null, "length": 237.59896382999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 88950, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401461, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9634, "Shape__Length": 94.744786713889027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2357600041192, 39.9787933043199 ], [ -75.235882529089594, 39.979438695957199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16993, "tnode_": 16755, "lpoly_": null, "rpoly_": null, "length": 725.80350833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABERDEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 11120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401462, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABERDEEN ST", "stname": "ABERDEEN ST", "objectid": 9635, "Shape__Length": 289.23969327570092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227701632486401, 39.9803097480169 ], [ -75.226579549830603, 39.9821054704069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16792, "tnode_": 16755, "lpoly_": null, "rpoly_": null, "length": 206.4713017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5244, "l_t_add": 5260, "r_f_add": 5245, "r_t_add": 5261, "st_code": 63040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401463, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 9636, "Shape__Length": 82.258801738073416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226205316491601, 39.981617239553998 ], [ -75.226579549830603, 39.9821054704069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17045, "tnode_": 16975, "lpoly_": null, "rpoly_": null, "length": 210.43960383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1723, "st_code": 83600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 9637, "Shape__Length": 83.860141565446398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226716333666801, 39.979946731468999 ], [ -75.226388802904296, 39.980466567095696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17121, "tnode_": 17045, "lpoly_": null, "rpoly_": null, "length": 418.13181644999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5212, "l_t_add": 5242, "r_f_add": 5209, "r_t_add": 5245, "st_code": 46020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401465, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9638, "Shape__Length": 166.2154942000335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2253717831058, 39.979449156770599 ], [ -75.226716333666801, 39.979946731468999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16966, "tnode_": 16625, "lpoly_": null, "rpoly_": null, "length": 871.11804627000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401466, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9639, "Shape__Length": 347.22976806669453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228153531580006, 39.980472740392102 ], [ -75.228026031964902, 39.980739822309197 ], [ -75.227367197183796, 39.982238369515798 ], [ -75.227225113576694, 39.982533714236801 ], [ -75.227060007171005, 39.982700884118998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16929, "tnode_": 16884, "lpoly_": null, "rpoly_": null, "length": 251.04714377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5168, "l_t_add": 5198, "r_f_add": 5169, "r_t_add": 5199, "st_code": 80200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401469, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 9640, "Shape__Length": 99.798305845746853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223579909479596, 39.980721689633697 ], [ -75.224386586003405, 39.981021405054697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16929, "tnode_": 16819, "lpoly_": null, "rpoly_": null, "length": 270.51564252000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CREIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 25700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401470, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CREIGHTON ST", "stname": "N CREIGHTON ST", "objectid": 9641, "Shape__Length": 107.80223234958524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223579909479596, 39.980721689633697 ], [ -75.223160075170298, 39.981390375729198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20764, "tnode_": 20758, "lpoly_": null, "rpoly_": null, "length": 154.0165683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 709, "st_code": 67120, "l_hundred": 700, "r_hundred": 700, "seg_id": 440865, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9642, "Shape__Length": 61.162359009179276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151128233618493, 39.954857696309901 ], [ -75.151671133980898, 39.954922438828497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17010, "tnode_": 16960, "lpoly_": null, "rpoly_": null, "length": 322.83764828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5136, "r_f_add": 5101, "r_t_add": 5123, "st_code": 80200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 9643, "Shape__Length": 128.33596297668549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221872015951405, 39.980090202303003 ], [ -75.222610230305307, 39.980361666321102 ], [ -75.222909329728296, 39.980475639257001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16960, "tnode_": 16929, "lpoly_": null, "rpoly_": null, "length": 208.20441022999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5138, "l_t_add": 5166, "r_f_add": 5125, "r_t_add": 5167, "st_code": 80200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401472, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 9644, "Shape__Length": 82.765532717254501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222909329728296, 39.980475639257001 ], [ -75.223579909479596, 39.980721689633697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16884, "tnode_": 16784, "lpoly_": null, "rpoly_": null, "length": 209.08070261, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1722, "l_t_add": 1730, "r_f_add": 1719, "r_t_add": 1731, "st_code": 88820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9645, "Shape__Length": 83.308226896785726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224386586003405, 39.981021405054697 ], [ -75.224246219199898, 39.981234775279603 ], [ -75.224179812692, 39.981255623394198 ], [ -75.224095122446201, 39.981378220604803 ], [ -75.224068729839601, 39.981517553891202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17376, "tnode_": 17421, "lpoly_": null, "rpoly_": null, "length": 291.6225049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5429, "st_code": 44000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401475, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 9646, "Shape__Length": 115.86498809755865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230029476170003, 39.978019668053101 ], [ -75.231037004506703, 39.977819520873098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17603, "tnode_": 17421, "lpoly_": null, "rpoly_": null, "length": 315.21092117999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 24700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 401476, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9647, "Shape__Length": 125.69034624430952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230876353825707, 39.976963099874503 ], [ -75.231037004506703, 39.977819520873098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17185, "tnode_": 17089, "lpoly_": null, "rpoly_": null, "length": 523.74446332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5432, "l_t_add": 5498, "r_f_add": 5433, "r_t_add": 5499, "st_code": 48900, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9648, "Shape__Length": 208.24351001833065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230799272951003, 39.9791012852466 ], [ -75.232100443176606, 39.979703237866602 ], [ -75.232424253504703, 39.979806570853803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17185, "tnode_": 17220, "lpoly_": null, "rpoly_": null, "length": 416.13961554999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 46020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401479, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 9649, "Shape__Length": 165.31151178393162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230799272951003, 39.9791012852466 ], [ -75.232269695187696, 39.9789421301817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17241, "tnode_": 17101, "lpoly_": null, "rpoly_": null, "length": 315.20095851999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 12200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401480, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9650, "Shape__Length": 125.68989508274808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233167048514503, 39.978843450676997 ], [ -75.233327144364296, 39.979699905978698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17258, "tnode_": 17119, "lpoly_": null, "rpoly_": null, "length": 318.84848842000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 88930, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9651, "Shape__Length": 127.14766948491055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234083841918107, 39.978742103592701 ], [ -75.234171293300193, 39.979186930127199 ], [ -75.234173772427198, 39.979272401511999 ], [ -75.234143668328898, 39.979611512216003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17089, "tnode_": 17004, "lpoly_": null, "rpoly_": null, "length": 506.01559755999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 48900, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401482, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9652, "Shape__Length": 201.1536672771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232424253504703, 39.979806570853803 ], [ -75.232841324266502, 39.979972845854803 ], [ -75.233962784005797, 39.980383262035801 ], [ -75.234049533332794, 39.980411110716197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17119, "tnode_": 17004, "lpoly_": null, "rpoly_": null, "length": 292.47172515, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 88930, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 401483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9653, "Shape__Length": 116.63318367045618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234143668328898, 39.979611512216003 ], [ -75.234049533332794, 39.980411110716197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17004, "tnode_": 16930, "lpoly_": null, "rpoly_": null, "length": 629.15472949000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 48900, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401484, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 9654, "Shape__Length": 250.02882061331036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234049533332794, 39.980411110716197 ], [ -75.234624423379898, 39.980553284567698 ], [ -75.2353230484308, 39.980705952284502 ], [ -75.235690938582295, 39.980812750061197 ], [ -75.236165582671902, 39.980979350470399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17118, "tnode_": 17147, "lpoly_": null, "rpoly_": null, "length": 469.26269000999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 58970, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU RD", "stname": "NASSAU RD", "objectid": 9655, "Shape__Length": 186.41762366895952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239260643868505, 39.979763682300998 ], [ -75.240917435400803, 39.979576945483501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18092, "tnode_": 17789, "lpoly_": null, "rpoly_": null, "length": 571.4267062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 81320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 401486, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9656, "Shape__Length": 227.8497621348304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237402183608594, 39.974658523775901 ], [ -75.237694284765496, 39.976210980026003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18823, "tnode_": 18559, "lpoly_": null, "rpoly_": null, "length": 546.52635355999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 89150, "l_hundred": 500, "r_hundred": 500, "seg_id": 401487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9657, "Shape__Length": 217.90521942191887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249179294198598, 39.970866908183801 ], [ -75.248872434939599, 39.972348497783599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18835, "tnode_": 18585, "lpoly_": null, "rpoly_": null, "length": 551.87804901000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73000, "l_hundred": 500, "r_hundred": 500, "seg_id": 401488, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 9658, "Shape__Length": 220.03831045395125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248194310865799, 39.970742052094401 ], [ -75.247882272216501, 39.972237882080599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18856, "tnode_": 18835, "lpoly_": null, "rpoly_": null, "length": 281.05877085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6426, "r_f_add": 6401, "r_t_add": 6427, "st_code": 37040, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401489, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9659, "Shape__Length": 111.63974849611876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247204550584996, 39.970618153659501 ], [ -75.248194310865799, 39.970742052094401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18835, "tnode_": 18823, "lpoly_": null, "rpoly_": null, "length": 279.79334027, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6428, "l_t_add": 6498, "r_f_add": 6429, "r_t_add": 6499, "st_code": 37040, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401490, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9660, "Shape__Length": 111.13758942991082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248194310865799, 39.970742052094401 ], [ -75.249179294198598, 39.970866908183801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19076, "tnode_": 18835, "lpoly_": null, "rpoly_": null, "length": 560.35516274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 73000, "l_hundred": 400, "r_hundred": 400, "seg_id": 401491, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 9661, "Shape__Length": 223.4134440362356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248510005558401, 39.969223106082801 ], [ -75.248194310865799, 39.970742052094401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19095, "tnode_": 19076, "lpoly_": null, "rpoly_": null, "length": 280.70051631999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6432, "r_f_add": 6401, "r_t_add": 6429, "st_code": 20880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9662, "Shape__Length": 111.49432218481547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247520801075197, 39.969102858418097 ], [ -75.248510005558401, 39.969223106082801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18874, "tnode_": 18856, "lpoly_": null, "rpoly_": null, "length": 280.38805176, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6330, "l_t_add": 6398, "r_f_add": 6331, "r_t_add": 6399, "st_code": 37040, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401493, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9663, "Shape__Length": 111.37259284085786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246216536878606, 39.970497505766502 ], [ -75.247204550584996, 39.970618153659501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18856, "tnode_": 18607, "lpoly_": null, "rpoly_": null, "length": 555.34448702999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 89110, "l_hundred": 500, "r_hundred": 500, "seg_id": 401494, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9664, "Shape__Length": 221.41700902307926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247204550584996, 39.970618153659501 ], [ -75.246906575364406, 39.972038047188498 ], [ -75.246938528496997, 39.972120674058097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18874, "tnode_": 18632, "lpoly_": null, "rpoly_": null, "length": 562.8765019, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 38960, "l_hundred": 500, "r_hundred": 500, "seg_id": 401495, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 9665, "Shape__Length": 224.40345664169195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246216536878606, 39.970497505766502 ], [ -75.245919244293503, 39.971933657855203 ], [ -75.245994134125098, 39.972003979195499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18895, "tnode_": 18651, "lpoly_": null, "rpoly_": null, "length": 551.63538746000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 554, "r_f_add": 501, "r_t_add": 559, "st_code": 89070, "l_hundred": 500, "r_hundred": 500, "seg_id": 401496, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 9666, "Shape__Length": 219.93944662767129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245160894093203, 39.970368956158097 ], [ -75.2448653620241, 39.971783705317897 ], [ -75.244887438331602, 39.971863316006903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18773, "tnode_": 18662, "lpoly_": null, "rpoly_": null, "length": 261.62390211999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 534, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 33780, "l_hundred": 500, "r_hundred": 500, "seg_id": 401497, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9667, "Shape__Length": 104.31188520768724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243936370165201, 39.971022675802097 ], [ -75.243791770099094, 39.9717321964566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18909, "tnode_": 18773, "lpoly_": null, "rpoly_": null, "length": 290.27143888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 532, "r_f_add": 501, "r_t_add": 531, "st_code": 33780, "l_hundred": 500, "r_hundred": 500, "seg_id": 401498, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9668, "Shape__Length": 115.73073933075403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244110336041501, 39.970237166915503 ], [ -75.243936370165201, 39.971022675802097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18793, "tnode_": 18676, "lpoly_": null, "rpoly_": null, "length": 263.76427189000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 546, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 89050, "l_hundred": 500, "r_hundred": 500, "seg_id": 401499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9669, "Shape__Length": 105.16268218720654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242951486363296, 39.970899910285098 ], [ -75.242816334851298, 39.9715333763356 ], [ -75.242841967009497, 39.971613094898103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18793, "tnode_": 18773, "lpoly_": null, "rpoly_": null, "length": 279.64812010999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 74900, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401500, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 9670, "Shape__Length": 111.07980315864026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242951486363296, 39.970899910285098 ], [ -75.243492241864899, 39.970964838001798 ], [ -75.243936370165201, 39.971022675802097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18921, "tnode_": 18793, "lpoly_": null, "rpoly_": null, "length": 289.5974286, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 544, "r_f_add": 501, "r_t_add": 531, "st_code": 89050, "l_hundred": 500, "r_hundred": 500, "seg_id": 401501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9671, "Shape__Length": 115.46339701375084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2431139230019, 39.9701148147984 ], [ -75.242951486363296, 39.970899910285098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18940, "tnode_": 18707, "lpoly_": null, "rpoly_": null, "length": 563.99851247000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 68920, "l_hundred": 500, "r_hundred": 500, "seg_id": 401502, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9672, "Shape__Length": 224.84809445409294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242127366614298, 39.9699887698795 ], [ -75.241830367192506, 39.971420463332301 ], [ -75.241910264798406, 39.9714973381014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19165, "tnode_": 18909, "lpoly_": null, "rpoly_": null, "length": 561.02907054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 33780, "l_hundred": 400, "r_hundred": 400, "seg_id": 401503, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9673, "Shape__Length": 223.68088023623997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244417812691495, 39.9687160415113 ], [ -75.2441108022023, 39.970177422376203 ], [ -75.244110336041501, 39.970237166915503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18921, "tnode_": 18909, "lpoly_": null, "rpoly_": null, "length": 282.81209684000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6224, "r_f_add": 6201, "r_t_add": 6221, "st_code": 37040, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401504, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9674, "Shape__Length": 112.33493290279178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2431139230019, 39.9701148147984 ], [ -75.244110336041501, 39.970237166915503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19181, "tnode_": 19030, "lpoly_": null, "rpoly_": null, "length": 295.89903691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 434, "r_f_add": 401, "r_t_add": 433, "st_code": 89050, "l_hundred": 400, "r_hundred": 400, "seg_id": 401505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9675, "Shape__Length": 117.97264454494311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243430574003298, 39.968592545011902 ], [ -75.243260219129795, 39.969394179450902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19188, "tnode_": 19040, "lpoly_": null, "rpoly_": null, "length": 295.9658123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 43620, "l_hundred": 400, "r_hundred": 400, "seg_id": 401506, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORTON ST", "stname": "HORTON ST", "objectid": 9676, "Shape__Length": 117.99998257552147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242757273370302, 39.968509890111498 ], [ -75.242593027287498, 39.969312464500703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18940, "tnode_": 18921, "lpoly_": null, "rpoly_": null, "length": 280.30201903, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6124, "l_t_add": 6198, "r_f_add": 6135, "r_t_add": 6199, "st_code": 37040, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401507, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9677, "Shape__Length": 111.33859032875165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242127366614298, 39.9699887698795 ], [ -75.2431139230019, 39.9701148147984 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18961, "tnode_": 18940, "lpoly_": null, "rpoly_": null, "length": 280.62937555000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6122, "r_f_add": 6101, "r_t_add": 6133, "st_code": 37040, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401508, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9678, "Shape__Length": 111.46987854143899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241141377553006, 39.969858044540501 ], [ -75.241225202505305, 39.969877464680998 ], [ -75.242127366614298, 39.9699887698795 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19199, "tnode_": 19056, "lpoly_": null, "rpoly_": null, "length": 294.46177329, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 68920, "l_hundred": 400, "r_hundred": 400, "seg_id": 401509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9679, "Shape__Length": 117.4000528813707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242126271729603, 39.968433314817801 ], [ -75.241961822286797, 39.969231684490801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19056, "tnode_": 19040, "lpoly_": null, "rpoly_": null, "length": 179.3491054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6104, "l_t_add": 6118, "r_f_add": 6105, "r_t_add": 6119, "st_code": 59940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401510, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 9680, "Shape__Length": 71.238353780199375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241961822286797, 39.969231684490801 ], [ -75.242593027287498, 39.969312464500703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19150, "tnode_": 18895, "lpoly_": null, "rpoly_": null, "length": 561.80572226000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89070, "l_hundred": 400, "r_hundred": 400, "seg_id": 401511, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 9681, "Shape__Length": 223.9907888795702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245475711747204, 39.968845870445001 ], [ -75.245160894093203, 39.970368956158097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19120, "tnode_": 19095, "lpoly_": null, "rpoly_": null, "length": 280.165678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6342, "l_t_add": 6398, "r_f_add": 6339, "r_t_add": 6399, "st_code": 20880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9682, "Shape__Length": 111.28275600454599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246534714515803, 39.968976989424 ], [ -75.247520801075197, 39.969102858418097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19372, "tnode_": 19120, "lpoly_": null, "rpoly_": null, "length": 560.11834016, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 38960, "l_hundred": 300, "r_hundred": 300, "seg_id": 401513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 9683, "Shape__Length": 223.31326067863634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246850316039001, 39.9674586912518 ], [ -75.246534714515803, 39.968976989424 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19361, "tnode_": 19296, "lpoly_": null, "rpoly_": null, "length": 150.55577401, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 300, "r_f_add": 301, "r_t_add": 311, "st_code": 89110, "l_hundred": 300, "r_hundred": 300, "seg_id": 401514, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9684, "Shape__Length": 60.024062508808484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247843187333999, 39.967579679329297 ], [ -75.247754471108806, 39.967987297555702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19176, "tnode_": 19076, "lpoly_": null, "rpoly_": null, "length": 190.44149284, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 344, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 73000, "l_hundred": 300, "r_hundred": 300, "seg_id": 401515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 9685, "Shape__Length": 75.927844004253359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248617271220297, 39.968706876293901 ], [ -75.248510005558401, 39.969223106082801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19195, "tnode_": 19095, "lpoly_": null, "rpoly_": null, "length": 191.42788165, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 316, "l_t_add": 398, "r_f_add": 333, "r_t_add": 399, "st_code": 89110, "l_hundred": 300, "r_hundred": 300, "seg_id": 401516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9686, "Shape__Length": 76.320843620184803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2476295687798, 39.968584071798801 ], [ -75.247520801075197, 39.969102858418097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19296, "tnode_": 19195, "lpoly_": null, "rpoly_": null, "length": 220.19506069, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 302, "l_t_add": 314, "r_f_add": 313, "r_t_add": 331, "st_code": 89110, "l_hundred": 300, "r_hundred": 300, "seg_id": 401517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9687, "Shape__Length": 87.789413779290129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247754471108806, 39.967987297555702 ], [ -75.2476295687798, 39.968584071798801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19280, "tnode_": 19176, "lpoly_": null, "rpoly_": null, "length": 219.96371693999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 316, "l_t_add": 342, "r_f_add": 303, "r_t_add": 315, "st_code": 73000, "l_hundred": 300, "r_hundred": 300, "seg_id": 401518, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 9688, "Shape__Length": 87.697287935778576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248742394469105, 39.968110772711299 ], [ -75.248617271220297, 39.968706876293901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19296, "tnode_": 19280, "lpoly_": null, "rpoly_": null, "length": 280.54450015000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 63560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401519, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 9689, "Shape__Length": 111.43114653790181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247754471108806, 39.967987297555702 ], [ -75.2482118675088, 39.968041515319698 ], [ -75.248742394469105, 39.968110772711299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19349, "tnode_": 19280, "lpoly_": null, "rpoly_": null, "length": 149.77930945, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SIMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 301, "st_code": 73000, "l_hundred": 300, "r_hundred": 300, "seg_id": 401520, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SIMPSON ST", "stname": "N SIMPSON ST", "objectid": 9690, "Shape__Length": 59.714989241287739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248827986070395, 39.967704918353597 ], [ -75.248742394469105, 39.968110772711299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19076, "tnode_": 19063, "lpoly_": null, "rpoly_": null, "length": 280.32531838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6434, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 20880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9691, "Shape__Length": 111.34539725345874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248510005558401, 39.969223106082801 ], [ -75.249497995804603, 39.969342674476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19317, "tnode_": 19047, "lpoly_": null, "rpoly_": null, "length": 561.8877997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DAGGETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 27100, "l_hundred": 300, "r_hundred": 300, "seg_id": 401522, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DAGGETT ST", "stname": "N DAGGETT ST", "objectid": 9692, "Shape__Length": 224.01989706012512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250803233834802, 39.967946522718599 ], [ -75.250483541003405, 39.969469234884102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19335, "tnode_": 19063, "lpoly_": null, "rpoly_": null, "length": 558.99936658999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "65TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89150, "l_hundred": 300, "r_hundred": 300, "seg_id": 401523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 65TH ST", "stname": "N 65TH ST", "objectid": 9693, "Shape__Length": 222.86767896044449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249817647808001, 39.967827989719403 ], [ -75.249497995804603, 39.969342674476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19345, "tnode_": 19335, "lpoly_": null, "rpoly_": null, "length": 239.53519384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6426, "l_t_add": 6498, "r_f_add": 6427, "r_t_add": 6499, "st_code": 80120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401524, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9694, "Shape__Length": 95.14224014499159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248974377097696, 39.967721330444903 ], [ -75.249817647808001, 39.967827989719403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19564, "tnode_": 19551, "lpoly_": null, "rpoly_": null, "length": 238.79619435000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6422, "l_t_add": 6498, "r_f_add": 6423, "r_t_add": 6499, "st_code": 67120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9695, "Shape__Length": 94.846551210315624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249294312801794, 39.966202040100697 ], [ -75.250135010437106, 39.966308148526998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19352, "tnode_": 19349, "lpoly_": null, "rpoly_": null, "length": 111.53166254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6416, "l_t_add": 6420, "r_f_add": 6415, "r_t_add": 6423, "st_code": 80120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401526, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9696, "Shape__Length": 44.299557709618661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248435084826497, 39.967656491537198 ], [ -75.248827986070395, 39.967704918353597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19572, "tnode_": 19564, "lpoly_": null, "rpoly_": null, "length": 153.08481218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6416, "l_t_add": 6420, "r_f_add": 6417, "r_t_add": 6421, "st_code": 67120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 401527, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9697, "Shape__Length": 60.802891280573427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2487551331904, 39.966135129910697 ], [ -75.249294312801794, 39.966202040100697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19572, "tnode_": 19352, "lpoly_": null, "rpoly_": null, "length": 561.4183939400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AVONDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 14760, "l_hundred": 200, "r_hundred": 200, "seg_id": 401528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AVONDALE ST", "stname": "N AVONDALE ST", "objectid": 9698, "Shape__Length": 223.82673694464665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2487551331904, 39.966135129910697 ], [ -75.248435084826497, 39.967656491537198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19468, "tnode_": 19361, "lpoly_": null, "rpoly_": null, "length": 285.41890111000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 232, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 89110, "l_hundred": 200, "r_hundred": 200, "seg_id": 401529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9699, "Shape__Length": 113.79224951814899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248000698089498, 39.966805598988202 ], [ -75.247843187333999, 39.967579679329297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19490, "tnode_": 19468, "lpoly_": null, "rpoly_": null, "length": 280.50075025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 75400, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401530, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9700, "Shape__Length": 111.41162663607273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247012940845707, 39.9666820377332 ], [ -75.248000698089498, 39.966805598988202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19584, "tnode_": 19468, "lpoly_": null, "rpoly_": null, "length": 275.0866588, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 229, "st_code": 89110, "l_hundred": 200, "r_hundred": 200, "seg_id": 401531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 9701, "Shape__Length": 109.67073560099402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248159590687905, 39.966060414585002 ], [ -75.248000698089498, 39.966805598988202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19490, "tnode_": 19372, "lpoly_": null, "rpoly_": null, "length": 286.56954353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 230, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 38960, "l_hundred": 200, "r_hundred": 200, "seg_id": 401532, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 9702, "Shape__Length": 114.25017126826096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247012940845707, 39.9666820377332 ], [ -75.246850316039001, 39.9674586912518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19601, "tnode_": 19490, "lpoly_": null, "rpoly_": null, "length": 275.07907481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 227, "st_code": 38960, "l_hundred": 200, "r_hundred": 200, "seg_id": 401533, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 9703, "Shape__Length": 109.66763784950209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247170957408201, 39.965936764177698 ], [ -75.247012940845707, 39.9666820377332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19640, "tnode_": 19406, "lpoly_": null, "rpoly_": null, "length": 560.38576627000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 33780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401534, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9704, "Shape__Length": 223.41333382030965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245054294692494, 39.965677085366401 ], [ -75.2447333117656, 39.967195458287101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19406, "tnode_": 19165, "lpoly_": null, "rpoly_": null, "length": 560.93583473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 33780, "l_hundred": 300, "r_hundred": 300, "seg_id": 401535, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9705, "Shape__Length": 223.63840910286882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2447333117656, 39.967195458287101 ], [ -75.244417812691495, 39.9687160415113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19418, "tnode_": 19181, "lpoly_": null, "rpoly_": null, "length": 560.73627591000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89050, "l_hundred": 300, "r_hundred": 300, "seg_id": 401536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9706, "Shape__Length": 223.55788710488983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243749963969705, 39.967072997758699 ], [ -75.243430574003298, 39.968592545011902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19430, "tnode_": 19188, "lpoly_": null, "rpoly_": null, "length": 559.74725346000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 43620, "l_hundred": 300, "r_hundred": 300, "seg_id": 401537, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORTON ST", "stname": "HORTON ST", "objectid": 9707, "Shape__Length": 223.16288623775802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243079123758406, 39.966993401173603 ], [ -75.242757273370302, 39.968509890111498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18784, "tnode_": 18707, "lpoly_": null, "rpoly_": null, "length": 352.33548735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6138, "r_f_add": 6101, "r_t_add": 6137, "st_code": 41240, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401538, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9708, "Shape__Length": 140.14723582851673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240919110249195, 39.970907154901397 ], [ -75.241707880272202, 39.971413393620097 ], [ -75.241910264798406, 39.9714973381014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18953, "tnode_": 18961, "lpoly_": null, "rpoly_": null, "length": 286.39528588999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 37040, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401539, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9709, "Shape__Length": 113.74807852706412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2401213615599, 39.9699045108052 ], [ -75.241141377553006, 39.969858044540501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19213, "tnode_": 19067, "lpoly_": null, "rpoly_": null, "length": 296.14431392, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 430, "r_f_add": 401, "r_t_add": 431, "st_code": 89030, "l_hundred": 400, "r_hundred": 400, "seg_id": 401540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9710, "Shape__Length": 118.07028203056115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241454774922104, 39.968349741084197 ], [ -75.241286159153503, 39.969152275167303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19232, "tnode_": 18953, "lpoly_": null, "rpoly_": null, "length": 618.70119468999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 30780, "l_hundred": 400, "r_hundred": 400, "seg_id": 401541, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9711, "Shape__Length": 246.6731455303692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240466609361405, 39.968227001376597 ], [ -75.2401213615599, 39.9699045108052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19249, "tnode_": 18936, "lpoly_": null, "rpoly_": null, "length": 661.88955919, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89010, "l_hundred": 400, "r_hundred": 400, "seg_id": 401542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9712, "Shape__Length": 263.89298142016224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239481021090199, 39.968106663769397 ], [ -75.239133892307706, 39.969762818389803 ], [ -75.239136325389296, 39.969902222048098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19259, "tnode_": 19249, "lpoly_": null, "rpoly_": null, "length": 195.47563416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5970, "l_t_add": 5998, "r_f_add": 5971, "r_t_add": 5999, "st_code": 20880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9713, "Shape__Length": 77.642364298713503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238792905365997, 39.968019395948303 ], [ -75.239481021090199, 39.968106663769397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19259, "tnode_": 18991, "lpoly_": null, "rpoly_": null, "length": 559.98721488000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 70720, "l_hundred": 400, "r_hundred": 400, "seg_id": 401544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9714, "Shape__Length": 223.26266152751083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238792905365997, 39.968019395948303 ], [ -75.238476309306506, 39.969537207271202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18991, "tnode_": 18936, "lpoly_": null, "rpoly_": null, "length": 229.64889395999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5926, "l_t_add": 5998, "r_f_add": 5933, "r_t_add": 5999, "st_code": 41240, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401545, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9715, "Shape__Length": 91.333006727549929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238476309306506, 39.969537207271202 ], [ -75.239019614744805, 39.969797413440503 ], [ -75.239136325389296, 39.969902222048098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19067, "tnode_": 19056, "lpoly_": null, "rpoly_": null, "length": 191.57636296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6100, "l_t_add": 6102, "r_f_add": 6101, "r_t_add": 6103, "st_code": 59940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 9716, "Shape__Length": 76.093748001811534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241286159153503, 39.969152275167303 ], [ -75.241961822286797, 39.969231684490801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19441, "tnode_": 19199, "lpoly_": null, "rpoly_": null, "length": 560.87297693999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 68920, "l_hundred": 300, "r_hundred": 300, "seg_id": 401547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9717, "Shape__Length": 223.61172223234826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242445548055599, 39.966913527518102 ], [ -75.242132415559098, 39.968379021009298 ], [ -75.242126271729603, 39.968433314817801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19452, "tnode_": 19213, "lpoly_": null, "rpoly_": null, "length": 560.91187634999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89030, "l_hundred": 300, "r_hundred": 300, "seg_id": 401548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9718, "Shape__Length": 223.62718834446218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241773653564707, 39.966829642100301 ], [ -75.241454774922104, 39.968349741084197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19461, "tnode_": 19232, "lpoly_": null, "rpoly_": null, "length": 561.44247319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 30780, "l_hundred": 300, "r_hundred": 300, "seg_id": 401549, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9719, "Shape__Length": 223.83866068361147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240782311337199, 39.966705170157397 ], [ -75.240772585087399, 39.9667792966289 ], [ -75.2406763040144, 39.967225743467402 ], [ -75.240466609361405, 39.968227001376597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19659, "tnode_": 19418, "lpoly_": null, "rpoly_": null, "length": 560.64599597999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89050, "l_hundred": 200, "r_hundred": 200, "seg_id": 401550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9720, "Shape__Length": 223.51753416292993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2440649861678, 39.965553162562202 ], [ -75.243749963969705, 39.967072997758699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19666, "tnode_": 19428, "lpoly_": null, "rpoly_": null, "length": 560.34807933999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 43620, "l_hundred": 200, "r_hundred": 200, "seg_id": 401551, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORTON ST", "stname": "HORTON ST", "objectid": 9721, "Shape__Length": 223.39777011370651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243563763779605, 39.965493450193598 ], [ -75.243243231317095, 39.9670117745422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19666, "tnode_": 19659, "lpoly_": null, "rpoly_": null, "length": 142.16778846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6170, "l_t_add": 6198, "r_f_add": 6171, "r_t_add": 6199, "st_code": 67120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9722, "Shape__Length": 56.465849558760148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243563763779605, 39.965493450193598 ], [ -75.2440649861678, 39.965553162562202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19675, "tnode_": 19671, "lpoly_": null, "rpoly_": null, "length": 86.42208093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6130, "l_t_add": 6158, "r_f_add": 6131, "r_t_add": 6159, "st_code": 67120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401553, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9723, "Shape__Length": 34.324941914916771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243080194467097, 39.9654353115302 ], [ -75.243384801693793, 39.965472002859599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19699, "tnode_": 19452, "lpoly_": null, "rpoly_": null, "length": 559.57991114999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89030, "l_hundred": 200, "r_hundred": 200, "seg_id": 401554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9724, "Shape__Length": 223.09145308649488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242090005182305, 39.965312934445599 ], [ -75.241773653564707, 39.966829642100301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19675, "tnode_": 19438, "lpoly_": null, "rpoly_": null, "length": 559.12712505000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 68920, "l_hundred": 200, "r_hundred": 200, "seg_id": 401555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9725, "Shape__Length": 222.91098903002018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243080194467097, 39.9654353115302 ], [ -75.242761635336393, 39.966950486563597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19699, "tnode_": 19684, "lpoly_": null, "rpoly_": null, "length": 191.20578237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6121, "st_code": 67120, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401556, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9726, "Shape__Length": 75.942499331194412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242090005182305, 39.965312934445599 ], [ -75.242764054245399, 39.9653935335432 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19563, "tnode_": 19461, "lpoly_": null, "rpoly_": null, "length": 251.87324912, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 236, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 30780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401557, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9727, "Shape__Length": 100.41599712792403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240927681551298, 39.9660228543597 ], [ -75.240782311337199, 39.966705170157397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19713, "tnode_": 19628, "lpoly_": null, "rpoly_": null, "length": 162.42790599, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 215, "st_code": 30780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401558, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9728, "Shape__Length": 64.755541138975488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241102590865196, 39.965187319890802 ], [ -75.241010428587202, 39.965627529316599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19710, "tnode_": 19699, "lpoly_": null, "rpoly_": null, "length": 210.94427954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6036, "l_t_add": 6098, "r_f_add": 6037, "r_t_add": 6099, "st_code": 67120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401559, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9729, "Shape__Length": 83.783154756187798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241347624726103, 39.965218027948097 ], [ -75.242090005182305, 39.965312934445599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19888, "tnode_": 19882, "lpoly_": null, "rpoly_": null, "length": 195.35087857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6242, "r_f_add": 6201, "r_t_add": 6243, "st_code": 13000, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401561, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9730, "Shape__Length": 77.588359137986302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244384355288901, 39.964032422475199 ], [ -75.245071878240793, 39.964120161735302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19896, "tnode_": 19888, "lpoly_": null, "rpoly_": null, "length": 193.54745858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 13000, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401562, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9731, "Shape__Length": 76.871400960826094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243702504414102, 39.963948688939801 ], [ -75.244384355288901, 39.964032422475199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19902, "tnode_": 19896, "lpoly_": null, "rpoly_": null, "length": 176.57621397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6120, "l_t_add": 6140, "r_f_add": 6121, "r_t_add": 6141, "st_code": 13000, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401563, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9732, "Shape__Length": 70.130732167582863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2430803238192, 39.963872871985103 ], [ -75.243702504414102, 39.963948688939801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19622, "tnode_": 19601, "lpoly_": null, "rpoly_": null, "length": 300.93541687000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6312, "r_f_add": 6301, "r_t_add": 6331, "st_code": 67120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 401564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9733, "Shape__Length": 119.52610944794961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246110802516498, 39.965806361019901 ], [ -75.247170957408201, 39.965936764177698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19869, "tnode_": 19863, "lpoly_": null, "rpoly_": null, "length": 168.41774442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6260, "l_t_add": 6298, "r_f_add": 6261, "r_t_add": 6299, "st_code": 13000, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401565, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9734, "Shape__Length": 66.890678093780878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245834063921606, 39.9642138628734 ], [ -75.246427603984102, 39.964285671920202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19882, "tnode_": 19873, "lpoly_": null, "rpoly_": null, "length": 85.0450989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6244, "l_t_add": 6248, "r_f_add": 6245, "r_t_add": 6249, "st_code": 13000, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401566, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9735, "Shape__Length": 33.77791086366642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245071878240793, 39.964120161735302 ], [ -75.245371019536705, 39.9641591342167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20073, "tnode_": 19882, "lpoly_": null, "rpoly_": null, "length": 581.05870595, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HIRST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 42820, "l_hundred": 0, "r_hundred": 0, "seg_id": 401567, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HIRST ST", "stname": "N HIRST ST", "objectid": 9736, "Shape__Length": 231.64439782509908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245406657620407, 39.962546022453402 ], [ -75.245071878240793, 39.964120161735302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20064, "tnode_": 19871, "lpoly_": null, "rpoly_": null, "length": 580.54220592000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 33780, "l_hundred": 0, "r_hundred": 0, "seg_id": 401568, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 9737, "Shape__Length": 231.43914880141003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245991198566799, 39.962619419803502 ], [ -75.245659629661702, 39.964192525057101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20079, "tnode_": 19888, "lpoly_": null, "rpoly_": null, "length": 580.02792821000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 89050, "l_hundred": 0, "r_hundred": 0, "seg_id": 401569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 62ND ST", "stname": "N 62ND ST", "objectid": 9738, "Shape__Length": 231.2340337207994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244712448104096, 39.962460315649501 ], [ -75.244384355288901, 39.964032422475199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20092, "tnode_": 19902, "lpoly_": null, "rpoly_": null, "length": 587.41135234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 28380, "l_hundred": 0, "r_hundred": 0, "seg_id": 401570, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2012-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DEWEY ST", "stname": "N DEWEY ST", "objectid": 9739, "Shape__Length": 234.16400056263905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243389494415894, 39.962292607204901 ], [ -75.243338453499902, 39.962382573457901 ], [ -75.243041492074298, 39.963797730355701 ], [ -75.2430803238192, 39.963872871985103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20089, "tnode_": 19896, "lpoly_": null, "rpoly_": null, "length": 581.16630857999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 68920, "l_hundred": 0, "r_hundred": 0, "seg_id": 401571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROBINSON ST", "stname": "N ROBINSON ST", "objectid": 9740, "Shape__Length": 231.68723696602711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244033638028796, 39.962373793993599 ], [ -75.243702504414102, 39.963948688939801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19909, "tnode_": 19902, "lpoly_": null, "rpoly_": null, "length": 190.89476284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 13000, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401572, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9741, "Shape__Length": 75.817967462673494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242408184641704, 39.963788545505402 ], [ -75.2430803238192, 39.963872871985103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19920, "tnode_": 19909, "lpoly_": null, "rpoly_": null, "length": 209.83053809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6034, "l_t_add": 6098, "r_f_add": 6033, "r_t_add": 6099, "st_code": 13000, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401573, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9742, "Shape__Length": 83.338282271059001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241668996483298, 39.963697652343001 ], [ -75.242408184641704, 39.963788545505402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19927, "tnode_": 19920, "lpoly_": null, "rpoly_": null, "length": 168.68734336999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6018, "l_t_add": 6032, "r_f_add": 6017, "r_t_add": 6031, "st_code": 13000, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401574, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9743, "Shape__Length": 66.997678497041747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241075090058203, 39.963622951599497 ], [ -75.241668996483298, 39.963697652343001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20099, "tnode_": 20092, "lpoly_": null, "rpoly_": null, "length": 185.07926788999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6116, "r_f_add": 6101, "r_t_add": 6115, "st_code": 53560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401575, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9744, "Shape__Length": 73.506307266740691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242737612625206, 39.962211962152701 ], [ -75.243389494415894, 39.962292607204901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20108, "tnode_": 19920, "lpoly_": null, "rpoly_": null, "length": 581.17700157000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 56200, "l_hundred": 0, "r_hundred": 0, "seg_id": 401576, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MILLICK ST", "stname": "N MILLICK ST", "objectid": 9745, "Shape__Length": 231.69112190640212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2419967573815, 39.9621223101081 ], [ -75.241668996483298, 39.963697652343001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20099, "tnode_": 19909, "lpoly_": null, "rpoly_": null, "length": 581.69742026000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 89030, "l_hundred": 0, "r_hundred": 0, "seg_id": 401577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 61ST ST", "stname": "N 61ST ST", "objectid": 9746, "Shape__Length": 231.89870552833446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242737612625206, 39.962211962152701 ], [ -75.242408184641704, 39.963788545505402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20113, "tnode_": 19927, "lpoly_": null, "rpoly_": null, "length": 581.37085098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 30780, "l_hundred": 0, "r_hundred": 0, "seg_id": 401578, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9747, "Shape__Length": 231.76748054858155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241407730461404, 39.962047676007401 ], [ -75.241075090058203, 39.963622951599497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19731, "tnode_": 19718, "lpoly_": null, "rpoly_": null, "length": 182.94546663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6019, "st_code": 67120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9748, "Shape__Length": 72.661836887243183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240112542564503, 39.965064188053702 ], [ -75.240756999709205, 39.965143596708899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19938, "tnode_": 19927, "lpoly_": null, "rpoly_": null, "length": 182.76266449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6015, "st_code": 13000, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401580, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9749, "Shape__Length": 72.587263231150331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240430894839406, 39.963545551255898 ], [ -75.241075090058203, 39.963622951599497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19718, "tnode_": 19713, "lpoly_": null, "rpoly_": null, "length": 98.1712373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6020, "l_t_add": 6028, "r_f_add": 6021, "r_t_add": 6029, "st_code": 67120, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401581, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9750, "Shape__Length": 38.99165362906497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240756999709205, 39.965143596708899 ], [ -75.241102590865196, 39.965187319890802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19576, "tnode_": 19563, "lpoly_": null, "rpoly_": null, "length": 282.16578518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 75400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401582, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9751, "Shape__Length": 112.07146988784929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239933844448501, 39.965899643797101 ], [ -75.240927681551298, 39.9660228543597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19647, "tnode_": 19628, "lpoly_": null, "rpoly_": null, "length": 281.36487726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 73740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401583, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 9752, "Shape__Length": 111.7525843704142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240019269856006, 39.965505378941202 ], [ -75.241010428587202, 39.965627529316599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19628, "tnode_": 19563, "lpoly_": null, "rpoly_": null, "length": 145.86568997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 216, "l_t_add": 234, "r_f_add": 217, "r_t_add": 235, "st_code": 30780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401584, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 9753, "Shape__Length": 58.152998242468577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241010428587202, 39.965627529316599 ], [ -75.240927681551298, 39.9660228543597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19740, "tnode_": 19731, "lpoly_": null, "rpoly_": null, "length": 180.31300498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5950, "l_t_add": 5998, "r_f_add": 5945, "r_t_add": 5999, "st_code": 67120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401585, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9754, "Shape__Length": 71.616594915285987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239477814891202, 39.964983764181703 ], [ -75.240112542564503, 39.965064188053702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19576, "tnode_": 19476, "lpoly_": null, "rpoly_": null, "length": 253.07743291, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 228, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 89010, "l_hundred": 200, "r_hundred": 200, "seg_id": 401586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9755, "Shape__Length": 100.89702870789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239933844448501, 39.965899643797101 ], [ -75.239795947424, 39.966586222466098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19567, "tnode_": 19487, "lpoly_": null, "rpoly_": null, "length": 198.93259519, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 70720, "l_hundred": 200, "r_hundred": 200, "seg_id": 401587, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9756, "Shape__Length": 79.304896862670716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239311270413296, 39.965974027130798 ], [ -75.239232067746102, 39.966458545139297 ], [ -75.239193813231594, 39.966508241188997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19587, "tnode_": 19567, "lpoly_": null, "rpoly_": null, "length": 390.39261868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 75400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401588, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9757, "Shape__Length": 155.05729456157002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237936385406798, 39.965802870006399 ], [ -75.239311270413296, 39.965974027130798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19672, "tnode_": 19648, "lpoly_": null, "rpoly_": null, "length": 384.26377838999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 73740, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401589, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 9758, "Shape__Length": 152.621568598056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2380370903048, 39.965329369585596 ], [ -75.239390824433499, 39.965495718315303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19740, "tnode_": 19648, "lpoly_": null, "rpoly_": null, "length": 188.0830204, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 70720, "l_hundred": 200, "r_hundred": 200, "seg_id": 401590, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9759, "Shape__Length": 74.985851641529067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239477814891202, 39.964983764181703 ], [ -75.239390824433499, 39.965495718315303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19648, "tnode_": 19567, "lpoly_": null, "rpoly_": null, "length": 175.66046405, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 230, "l_t_add": 240, "r_f_add": 231, "r_t_add": 241, "st_code": 70720, "l_hundred": 200, "r_hundred": 200, "seg_id": 401591, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9760, "Shape__Length": 70.033863828872057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239390824433499, 39.965495718315303 ], [ -75.239311270413296, 39.965974027130798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19487, "tnode_": 19476, "lpoly_": null, "rpoly_": null, "length": 171.1510766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5946, "l_t_add": 5998, "r_f_add": 5945, "r_t_add": 5999, "st_code": 80120, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9761, "Shape__Length": 67.979499862044946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239193813231594, 39.966508241188997 ], [ -75.239795947424, 39.966586222466098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19476, "tnode_": 19249, "lpoly_": null, "rpoly_": null, "length": 560.85960924999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89010, "l_hundred": 300, "r_hundred": 300, "seg_id": 401593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9762, "Shape__Length": 223.60610221170575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239795947424, 39.966586222466098 ], [ -75.239481021090199, 39.968106663769397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19487, "tnode_": 19259, "lpoly_": null, "rpoly_": null, "length": 567.29992298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 70720, "l_hundred": 300, "r_hundred": 300, "seg_id": 401594, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9763, "Shape__Length": 226.14660520402487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239193813231594, 39.966508241188997 ], [ -75.239150930489302, 39.966568407310703 ], [ -75.238854924868505, 39.967970111086899 ], [ -75.238792905365997, 39.968019395948303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19493, "tnode_": 19263, "lpoly_": null, "rpoly_": null, "length": 561.4268944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 37920, "l_hundred": 300, "r_hundred": 300, "seg_id": 401595, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAHAM ST", "stname": "GRAHAM ST", "objectid": 9764, "Shape__Length": 223.83164404168409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238809569310206, 39.966461820303003 ], [ -75.238492728662905, 39.9679836032034 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19496, "tnode_": 19273, "lpoly_": null, "rpoly_": null, "length": 561.36015386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 67680, "l_hundred": 300, "r_hundred": 300, "seg_id": 401596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 9765, "Shape__Length": 223.80476402069411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238340364271394, 39.966400950567099 ], [ -75.238023042309607, 39.967922488504101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19281, "tnode_": 19081, "lpoly_": null, "rpoly_": null, "length": 416.38906312, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88990, "l_hundred": 400, "r_hundred": 400, "seg_id": 401597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9766, "Shape__Length": 166.00428314907327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237504509958598, 39.967863544984397 ], [ -75.237285087772506, 39.968908183351203 ], [ -75.237243072484702, 39.968986630078902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19287, "tnode_": 19281, "lpoly_": null, "rpoly_": null, "length": 181.32399764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 20880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9767, "Shape__Length": 72.021312374408808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236866434306506, 39.967781569755097 ], [ -75.237504509958598, 39.967863544984397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19108, "tnode_": 18886, "lpoly_": null, "rpoly_": null, "length": 518.6988437, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 42860, "l_hundred": 500, "r_hundred": 500, "seg_id": 401599, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9768, "Shape__Length": 206.79037880126373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236711846183795, 39.968832002445197 ], [ -75.236574957696305, 39.969122299429998 ], [ -75.236782499538606, 39.970225885725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18860, "tnode_": 18873, "lpoly_": null, "rpoly_": null, "length": 173.97376753, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5814, "r_f_add": 5801, "r_t_add": 5815, "st_code": 37040, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401600, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 9769, "Shape__Length": 69.102633886809016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235700693397206, 39.970345393416999 ], [ -75.236314898728097, 39.970276444167297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19171, "tnode_": 19072, "lpoly_": null, "rpoly_": null, "length": 207.88948422, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 519, "st_code": 88970, "l_hundred": 500, "r_hundred": 500, "seg_id": 401601, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9770, "Shape__Length": 82.886539216904652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235354497394198, 39.968455503367899 ], [ -75.235451389250699, 39.969021295512498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18911, "tnode_": 18943, "lpoly_": null, "rpoly_": null, "length": 422.76280804000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 21060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 9771, "Shape__Length": 167.92184881045947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234109953330702, 39.969996580163702 ], [ -75.235601530088502, 39.969824061866497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18977, "tnode_": 19007, "lpoly_": null, "rpoly_": null, "length": 421.05664560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 65260, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401603, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 9772, "Shape__Length": 167.24210927512146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234038225650906, 39.969586751144597 ], [ -75.235524975910707, 39.969421198312702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19137, "tnode_": 19033, "lpoly_": null, "rpoly_": null, "length": 185.92964052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 615, "st_code": 88950, "l_hundred": 600, "r_hundred": 600, "seg_id": 401604, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9773, "Shape__Length": 74.130076810699819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233863091582407, 39.968673990352897 ], [ -75.233959397680295, 39.969178982816302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19089, "tnode_": 19010, "lpoly_": null, "rpoly_": null, "length": 167.48732137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 615, "st_code": 88930, "l_hundred": 600, "r_hundred": 600, "seg_id": 401605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9774, "Shape__Length": 66.777560220992555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232231248179701, 39.968838143383799 ], [ -75.232315674510204, 39.969293304922999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19074, "tnode_": 19089, "lpoly_": null, "rpoly_": null, "length": 190.92398302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5542, "l_t_add": 5598, "r_f_add": 5543, "r_t_add": 5599, "st_code": 84780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9775, "Shape__Length": 75.832342371702509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231555688172605, 39.9689052653682 ], [ -75.232231248179701, 39.968838143383799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19053, "tnode_": 19066, "lpoly_": null, "rpoly_": null, "length": 190.16550761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5524, "r_f_add": 5511, "r_t_add": 5521, "st_code": 84780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401607, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9776, "Shape__Length": 75.531592442809739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230316175093904, 39.969030860670202 ], [ -75.230988632733698, 39.968961549667299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19089, "tnode_": 19103, "lpoly_": null, "rpoly_": null, "length": 225.02853814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5616, "r_f_add": 5601, "r_t_add": 5621, "st_code": 84780, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401608, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9777, "Shape__Length": 89.378401676489858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232231248179701, 39.968838143383799 ], [ -75.233027135475197, 39.968756993940801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19312, "tnode_": 19089, "lpoly_": null, "rpoly_": null, "length": 497.63437798000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 88930, "l_hundred": 500, "r_hundred": 500, "seg_id": 401609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9778, "Shape__Length": 198.40453363822834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231975852196697, 39.9674864537552 ], [ -75.232028610796107, 39.967735445804401 ], [ -75.232061558890294, 39.967938636145398 ], [ -75.232109813255306, 39.9682362209223 ], [ -75.232231248179701, 39.968838143383799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19066, "tnode_": 19074, "lpoly_": null, "rpoly_": null, "length": 160.2560713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5526, "l_t_add": 5540, "r_f_add": 5523, "r_t_add": 5541, "st_code": 84780, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9779, "Shape__Length": 63.651525287061098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230988632733698, 39.968961549667299 ], [ -75.231555688172605, 39.9689052653682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19302, "tnode_": 19315, "lpoly_": null, "rpoly_": null, "length": 158.73511165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5522, "l_t_add": 5568, "r_f_add": 5523, "r_t_add": 5569, "st_code": 82520, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401611, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9780, "Shape__Length": 63.046130578096857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230732087956497, 39.967586926392897 ], [ -75.231293767701601, 39.967531280639299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19315, "tnode_": 19074, "lpoly_": null, "rpoly_": null, "length": 505.87347126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 12200, "l_hundred": 500, "r_hundred": 500, "seg_id": 401612, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 9781, "Shape__Length": 201.68948751540418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231293767701601, 39.967531280639299 ], [ -75.231555688172605, 39.9689052653682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19193, "tnode_": 19053, "lpoly_": null, "rpoly_": null, "length": 296.51056388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 526, "l_t_add": 598, "r_f_add": 519, "r_t_add": 599, "st_code": 88900, "l_hundred": 500, "r_hundred": 500, "seg_id": 401613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9782, "Shape__Length": 118.21850207235482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230165505299098, 39.968225200181401 ], [ -75.230316175093904, 39.969030860670202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19302, "tnode_": 19066, "lpoly_": null, "rpoly_": null, "length": 505.88724301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 80280, "l_hundred": 500, "r_hundred": 500, "seg_id": 401614, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 9783, "Shape__Length": 201.69582323452897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230732087956497, 39.967586926392897 ], [ -75.230988632733698, 39.968961549667299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19286, "tnode_": 19302, "lpoly_": null, "rpoly_": null, "length": 190.06295388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5520, "r_f_add": 5501, "r_t_add": 5521, "st_code": 82520, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401615, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9784, "Shape__Length": 75.489687815851227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230060411444498, 39.967658487228803 ], [ -75.230732087956497, 39.967586926392897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19155, "tnode_": 19169, "lpoly_": null, "rpoly_": null, "length": 200.02525402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5424, "r_f_add": 5401, "r_t_add": 5425, "st_code": 63940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 9785, "Shape__Length": 79.447007719911824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228251033670503, 39.968418643798401 ], [ -75.228958404419203, 39.968346048570197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19272, "tnode_": 19286, "lpoly_": null, "rpoly_": null, "length": 263.26145556999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5426, "l_t_add": 5498, "r_f_add": 5429, "r_t_add": 5499, "st_code": 82520, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9786, "Shape__Length": 104.56192037518032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229128840828807, 39.967750623914903 ], [ -75.230060411444498, 39.967658487228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19437, "tnode_": 19272, "lpoly_": null, "rpoly_": null, "length": 400.03880424, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SICKELS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 72780, "l_hundred": 400, "r_hundred": 400, "seg_id": 401618, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SICKELS ST", "stname": "N SICKELS ST", "objectid": 9787, "Shape__Length": 159.4879137618114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229108508451304, 39.9666671393339 ], [ -75.229006330146703, 39.967026768990699 ], [ -75.229009448189402, 39.967061389827798 ], [ -75.229128840828807, 39.967750623914903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19392, "tnode_": 19286, "lpoly_": null, "rpoly_": null, "length": 268.44809011999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88900, "l_hundred": 400, "r_hundred": 400, "seg_id": 401619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9788, "Shape__Length": 107.02800174779806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229924554877499, 39.966929015504398 ], [ -75.230060411444498, 39.967658487228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19247, "tnode_": 19272, "lpoly_": null, "rpoly_": null, "length": 276.58215524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5424, "r_f_add": 5401, "r_t_add": 5427, "st_code": 82520, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9789, "Shape__Length": 109.85354172990402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228151003443102, 39.967852500451201 ], [ -75.229128840828807, 39.967750623914903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19507, "tnode_": 19392, "lpoly_": null, "rpoly_": null, "length": 291.57154902000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 338, "l_t_add": 398, "r_f_add": 329, "r_t_add": 399, "st_code": 88900, "l_hundred": 300, "r_hundred": 300, "seg_id": 401621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9790, "Shape__Length": 116.24525765692003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2297724056466, 39.966137223234199 ], [ -75.229924554877499, 39.966929015504398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19437, "tnode_": 19392, "lpoly_": null, "rpoly_": null, "length": 248.06068750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5438, "l_t_add": 5498, "r_f_add": 5425, "r_t_add": 5499, "st_code": 41240, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401622, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9791, "Shape__Length": 98.575231338685271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229108508451304, 39.9666671393339 ], [ -75.229557011077404, 39.966826811759603 ], [ -75.229924554877499, 39.966929015504398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19507, "tnode_": 19478, "lpoly_": null, "rpoly_": null, "length": 572.55584521999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 63560, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401623, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 9792, "Shape__Length": 227.41022859282535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2297724056466, 39.966137223234199 ], [ -75.231789352628397, 39.966385815269803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19767, "tnode_": 19512, "lpoly_": null, "rpoly_": null, "length": 561.74602556000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 42860, "l_hundred": 200, "r_hundred": 200, "seg_id": 401624, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9793, "Shape__Length": 223.95317519477186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237480714968996, 39.964737478686502 ], [ -75.237163251105102, 39.9662600710272 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19775, "tnode_": 19523, "lpoly_": null, "rpoly_": null, "length": 560.41708469000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 81320, "l_hundred": 200, "r_hundred": 200, "seg_id": 401625, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9794, "Shape__Length": 223.4230468234166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236823925438301, 39.964657347962103 ], [ -75.236506871223995, 39.966176296045496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19677, "tnode_": 19663, "lpoly_": null, "rpoly_": null, "length": 184.84755638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5770, "l_t_add": 5798, "r_f_add": 5771, "r_t_add": 5799, "st_code": 75400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401626, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9795, "Shape__Length": 73.417350947589725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235354356357206, 39.9652555523503 ], [ -75.236005699262705, 39.965334899913501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19796, "tnode_": 19785, "lpoly_": null, "rpoly_": null, "length": 183.72157221999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5734, "l_t_add": 5798, "r_f_add": 5735, "r_t_add": 5799, "st_code": 67120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401627, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9796, "Shape__Length": 72.96921828939621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235518117042602, 39.9644960498104 ], [ -75.236165600589203, 39.964574350683002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19796, "tnode_": 19677, "lpoly_": null, "rpoly_": null, "length": 280.45521557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 21980, "l_hundred": 200, "r_hundred": 200, "seg_id": 401628, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CECIL ST", "stname": "N CECIL ST", "objectid": 9797, "Shape__Length": 111.8082596374324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235518117042602, 39.9644960498104 ], [ -75.235354356357206, 39.9652555523503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19553, "tnode_": 19535, "lpoly_": null, "rpoly_": null, "length": 280.49703119000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5724, "l_t_add": 5798, "r_f_add": 5725, "r_t_add": 5799, "st_code": 80120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 9798, "Shape__Length": 111.40887119310329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234856877156403, 39.965971761408802 ], [ -75.235844741170197, 39.966094703230901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19688, "tnode_": 19553, "lpoly_": null, "rpoly_": null, "length": 278.70875181000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 11780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401630, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9799, "Shape__Length": 111.11284793562122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235021829534503, 39.965217272562697 ], [ -75.234856877156403, 39.965971761408802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19688, "tnode_": 19677, "lpoly_": null, "rpoly_": null, "length": 94.24580883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5740, "l_t_add": 5768, "r_f_add": 5741, "r_t_add": 5769, "st_code": 75400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401631, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 9800, "Shape__Length": 37.431933235532107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235021829534503, 39.965217272562697 ], [ -75.235354356357206, 39.9652555523503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19803, "tnode_": 19691, "lpoly_": null, "rpoly_": null, "length": 281.04888651000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 11780, "l_hundred": 200, "r_hundred": 200, "seg_id": 401632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDEN ST", "stname": "N ALDEN ST", "objectid": 9801, "Shape__Length": 112.04535575886104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234942614437898, 39.9644244605865 ], [ -75.234782262114607, 39.965186044577401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19304, "tnode_": 19154, "lpoly_": null, "rpoly_": null, "length": 345.44647200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 81320, "l_hundred": 400, "r_hundred": 400, "seg_id": 401633, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9802, "Shape__Length": 137.7075209734947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236292713069602, 39.967712226292598 ], [ -75.2361630673999, 39.968294090201297 ], [ -75.236010058475301, 39.968632115863102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19316, "tnode_": 19171, "lpoly_": null, "rpoly_": null, "length": 310.02841278, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88970, "l_hundred": 400, "r_hundred": 400, "seg_id": 401634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9803, "Shape__Length": 123.6053353651474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235524701393601, 39.967614573044401 ], [ -75.235354497394198, 39.968455503367899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19316, "tnode_": 19304, "lpoly_": null, "rpoly_": null, "length": 218.18823012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5828, "r_f_add": 5801, "r_t_add": 5829, "st_code": 20880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9804, "Shape__Length": 86.663278957276276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235524701393601, 39.967614573044401 ], [ -75.236292713069602, 39.967712226292598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19304, "tnode_": 19287, "lpoly_": null, "rpoly_": null, "length": 162.78211666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5830, "l_t_add": 5858, "r_f_add": 5831, "r_t_add": 5859, "st_code": 20880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 9805, "Shape__Length": 64.655684634139917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236292713069602, 39.967712226292598 ], [ -75.236866434306506, 39.967781569755097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19242, "tnode_": 19171, "lpoly_": null, "rpoly_": null, "length": 483.72351687999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 41240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401637, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9806, "Shape__Length": 192.20291281401887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233732682617202, 39.968002034264799 ], [ -75.234346243511894, 39.968162913127301 ], [ -75.235354497394198, 39.968455503367899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19137, "tnode_": 19171, "lpoly_": null, "rpoly_": null, "length": 431.46552585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 84780, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9807, "Shape__Length": 171.39870132934257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233863091582407, 39.968673990352897 ], [ -75.235248188167901, 39.968526928072599 ], [ -75.235354497394198, 39.968455503367899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19033, "tnode_": 19072, "lpoly_": null, "rpoly_": null, "length": 422.11362549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 40580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARMER ST", "stname": "HARMER ST", "objectid": 9808, "Shape__Length": 167.65961419440285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233959397680295, 39.969178982816302 ], [ -75.235451389250699, 39.969021295512498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19029, "tnode_": 19053, "lpoly_": null, "rpoly_": null, "length": 343.80490543999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5417, "r_t_add": 5499, "st_code": 84780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401640, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9809, "Shape__Length": 136.5553549753887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229100117530805, 39.969154416285498 ], [ -75.230316175093904, 39.969030860670202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19008, "tnode_": 19029, "lpoly_": null, "rpoly_": null, "length": 201.59113362000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5415, "st_code": 84780, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 9810, "Shape__Length": 80.069523166011422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228386767234696, 39.969225034117997 ], [ -75.229100117530805, 39.969154416285498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19182, "tnode_": 19099, "lpoly_": null, "rpoly_": null, "length": 162.67349155, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 88820, "l_hundred": 500, "r_hundred": 500, "seg_id": 401642, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9811, "Shape__Length": 64.858638819318145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225142821793696, 39.968154782289503 ], [ -75.225216191185396, 39.968597758686499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19216, "tnode_": 19148, "lpoly_": null, "rpoly_": null, "length": 159.64298344, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 88840, "l_hundred": 500, "r_hundred": 500, "seg_id": 401643, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9812, "Shape__Length": 63.650603052486396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226643726696295, 39.968002928767298 ], [ -75.226712169925307, 39.968437993026903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19253, "tnode_": 19164, "lpoly_": null, "rpoly_": null, "length": 204.89156837000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 63440, "l_hundred": 400, "r_hundred": 400, "seg_id": 401644, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 9813, "Shape__Length": 81.688613758564401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223889300322, 39.9677134431128 ], [ -75.223998977136105, 39.9682695292421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19164, "tnode_": 19182, "lpoly_": null, "rpoly_": null, "length": 323.32318337000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5142, "l_t_add": 5198, "r_f_add": 5143, "r_t_add": 5199, "st_code": 82520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9814, "Shape__Length": 128.4183704750983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223998977136105, 39.9682695292421 ], [ -75.225142821793696, 39.968154782289503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19253, "tnode_": 19275, "lpoly_": null, "rpoly_": null, "length": 327.84498921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 43460, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401646, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 9815, "Shape__Length": 130.21368998670962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223889300322, 39.9677134431128 ], [ -75.225048668646707, 39.967594385404901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19200, "tnode_": 19216, "lpoly_": null, "rpoly_": null, "length": 197.97890296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5224, "l_t_add": 5298, "r_f_add": 5217, "r_t_add": 5299, "st_code": 82520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401647, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9816, "Shape__Length": 78.633026490671583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225942681828499, 39.968069293222001 ], [ -75.226643726696295, 39.968002928767298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19426, "tnode_": 19440, "lpoly_": null, "rpoly_": null, "length": 196.8954315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 63160, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401648, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 9817, "Shape__Length": 78.200853736914112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225687785787201, 39.9665637893116 ], [ -75.226385103072801, 39.966498571020303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19426, "tnode_": 19200, "lpoly_": null, "rpoly_": null, "length": 553.06236955000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 83600, "l_hundred": 400, "r_hundred": 400, "seg_id": 401649, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 9818, "Shape__Length": 220.5043810989014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225687785787201, 39.9665637893116 ], [ -75.225942681828499, 39.968069293222001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19182, "tnode_": 19200, "lpoly_": null, "rpoly_": null, "length": 226.3467741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5222, "r_f_add": 5201, "r_t_add": 5215, "st_code": 82520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 9819, "Shape__Length": 89.901677299591384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225142821793696, 39.968154782289503 ], [ -75.225942681828499, 39.968069293222001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19412, "tnode_": 19426, "lpoly_": null, "rpoly_": null, "length": 225.96442995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 63160, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401651, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 9820, "Shape__Length": 89.748297233124376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2248898296276, 39.966652047245503 ], [ -75.225687785787201, 39.9665637893116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19366, "tnode_": 19400, "lpoly_": null, "rpoly_": null, "length": 426.45725145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 61140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 9821, "Shape__Length": 169.37829405077488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226470839138301, 39.967003906236002 ], [ -75.227979454315701, 39.966852167598098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27733, "tnode_": 19466, "lpoly_": null, "rpoly_": null, "length": 426.06688734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 63160, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 9822, "Shape__Length": 169.22207635247187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226399051578397, 39.966575638301897 ], [ -75.227906401267902, 39.966424775794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19680, "tnode_": 19541, "lpoly_": null, "rpoly_": null, "length": 299.86127976, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 326, "r_f_add": 301, "r_t_add": 333, "st_code": 88870, "l_hundred": 300, "r_hundred": 300, "seg_id": 401654, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9823, "Shape__Length": 119.55012738840672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227681065817094, 39.965081872106801 ], [ -75.227823730292997, 39.965897676272 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19586, "tnode_": 19440, "lpoly_": null, "rpoly_": null, "length": 337.27273749, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 328, "l_t_add": 340, "r_f_add": 327, "r_t_add": 347, "st_code": 88840, "l_hundred": 300, "r_hundred": 300, "seg_id": 401655, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9824, "Shape__Length": 134.46759791649961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2262335162185, 39.965580091693198 ], [ -75.226385103072801, 39.966498571020303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19816, "tnode_": 19797, "lpoly_": null, "rpoly_": null, "length": 369.03682637000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 73740, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401656, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 9825, "Shape__Length": 146.57134524163402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230157067676998, 39.964233967611897 ], [ -75.231457166729101, 39.964393582737699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19872, "tnode_": 19816, "lpoly_": null, "rpoly_": null, "length": 145.62232599000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 209, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 401657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 9826, "Shape__Length": 58.054713141563191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230237834873904, 39.963839076731603 ], [ -75.230157067676998, 39.964233967611897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19872, "tnode_": 19859, "lpoly_": null, "rpoly_": null, "length": 324.81267664999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5546, "r_f_add": 5501, "r_t_add": 5535, "st_code": 67120, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401658, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9827, "Shape__Length": 129.00655991701115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230237834873904, 39.963839076731603 ], [ -75.231381435587593, 39.963982861750203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19859, "tnode_": 19797, "lpoly_": null, "rpoly_": null, "length": 151.1167268, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 211, "st_code": 80280, "l_hundred": 200, "r_hundred": 200, "seg_id": 401659, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 9828, "Shape__Length": 60.246331362006778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231381435587593, 39.963982861750203 ], [ -75.231457166729101, 39.964393582737699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19945, "tnode_": 19849, "lpoly_": null, "rpoly_": null, "length": 280.61708024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 126, "l_t_add": 198, "r_f_add": 143, "r_t_add": 199, "st_code": 88930, "l_hundred": 100, "r_hundred": 100, "seg_id": 401660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9829, "Shape__Length": 111.87143135455013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232372804394103, 39.9633258171189 ], [ -75.232212836137904, 39.964086247862902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19849, "tnode_": 27842, "lpoly_": null, "rpoly_": null, "length": 307.24623937999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5636, "r_f_add": 5601, "r_t_add": 5637, "st_code": 67120, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9830, "Shape__Length": 122.02959663344855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232212836137904, 39.964086247862902 ], [ -75.233295163347904, 39.9642195419354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19958, "tnode_": 19748, "lpoly_": null, "rpoly_": null, "length": 559.7458146, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 67680, "l_hundred": 100, "r_hundred": 100, "seg_id": 401663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 9831, "Shape__Length": 223.15125079284451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239164093788801, 39.963387522512001 ], [ -75.238847154827198, 39.964904617805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19950, "tnode_": 19740, "lpoly_": null, "rpoly_": null, "length": 560.3744105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 70720, "l_hundred": 100, "r_hundred": 100, "seg_id": 401664, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 9832, "Shape__Length": 223.41041218733588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239728555864701, 39.963457613848497 ], [ -75.239477814891202, 39.964983764181703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19967, "tnode_": 19757, "lpoly_": null, "rpoly_": null, "length": 560.25431746999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88990, "l_hundred": 100, "r_hundred": 100, "seg_id": 401665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9833, "Shape__Length": 223.35370904691101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238455947130603, 39.963301440446799 ], [ -75.238138822998394, 39.964819926612499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19985, "tnode_": 19775, "lpoly_": null, "rpoly_": null, "length": 561.28188545, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 81320, "l_hundred": 100, "r_hundred": 100, "seg_id": 401666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 9834, "Shape__Length": 223.7627327782107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237142316312401, 39.9631361616253 ], [ -75.236823925438301, 39.964657347962103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19976, "tnode_": 19767, "lpoly_": null, "rpoly_": null, "length": 561.49230866000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 42860, "l_hundred": 100, "r_hundred": 100, "seg_id": 401667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9835, "Shape__Length": 223.84679902555368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237799818210803, 39.963215795578499 ], [ -75.237480714968996, 39.964737478686502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19894, "tnode_": 19785, "lpoly_": null, "rpoly_": null, "length": 280.30516681, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 132, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 88970, "l_hundred": 100, "r_hundred": 100, "seg_id": 401668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9836, "Shape__Length": 111.74930590639232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236314900978499, 39.963813502370002 ], [ -75.236165600589203, 39.964574350683002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19995, "tnode_": 19985, "lpoly_": null, "rpoly_": null, "length": 186.91906152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5817, "st_code": 13000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401669, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9837, "Shape__Length": 74.237654975912818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236483638182307, 39.963056203478097 ], [ -75.237142316312401, 39.9631361616253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19911, "tnode_": 19894, "lpoly_": null, "rpoly_": null, "length": 415.87613855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5712, "l_t_add": 5798, "r_f_add": 5735, "r_t_add": 5799, "st_code": 22740, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 9838, "Shape__Length": 165.17330214929152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234849918736899, 39.963634797492603 ], [ -75.234885261465905, 39.963635267708298 ], [ -75.236314900978499, 39.963813502370002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20019, "tnode_": 19968, "lpoly_": null, "rpoly_": null, "length": 144.65387242999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 113, "st_code": 88950, "l_hundred": 100, "r_hundred": 100, "seg_id": 401671, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9839, "Shape__Length": 57.667675178756518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234541980872905, 39.962816817477602 ], [ -75.234461124636894, 39.9632090058834 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19312, "tnode_": 19242, "lpoly_": null, "rpoly_": null, "length": 527.20051182000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 41240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401672, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 9840, "Shape__Length": 209.48544367305584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231975852196697, 39.9674864537552 ], [ -75.232157814555606, 39.967552030766299 ], [ -75.233732682617202, 39.968002034264799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19347, "tnode_": 19242, "lpoly_": null, "rpoly_": null, "length": 238.93872267, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88950, "l_hundred": 400, "r_hundred": 400, "seg_id": 401673, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9841, "Shape__Length": 95.263600915843611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233613396276695, 39.967352571073299 ], [ -75.233732682617202, 39.968002034264799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19332, "tnode_": 19253, "lpoly_": null, "rpoly_": null, "length": 168.56341301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 63440, "l_hundred": 400, "r_hundred": 400, "seg_id": 401674, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 9842, "Shape__Length": 67.204692361761673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223801515128599, 39.967255671920299 ], [ -75.223889300322, 39.9677134431128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19481, "tnode_": 19435, "lpoly_": null, "rpoly_": null, "length": 127.77651651, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 88800, "l_hundred": 300, "r_hundred": 300, "seg_id": 401677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9843, "Shape__Length": 50.942504336619052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222357636191205, 39.966150486786198 ], [ -75.222423880387097, 39.966497525993503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19481, "tnode_": 19545, "lpoly_": null, "rpoly_": null, "length": 682.7348614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FUNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 35360, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401678, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FUNSTON ST", "stname": "FUNSTON ST", "objectid": 9844, "Shape__Length": 271.18684539841598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222357636191205, 39.966150486786198 ], [ -75.224743785304497, 39.965774282867997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19435, "tnode_": 19482, "lpoly_": null, "rpoly_": null, "length": 678.12222238000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 68000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 9845, "Shape__Length": 269.33776661942522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222423880387097, 39.966497525993503 ], [ -75.224105708800593, 39.966301353139301 ], [ -75.224815182304198, 39.966215275503998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19549, "tnode_": 19481, "lpoly_": null, "rpoly_": null, "length": 169.88299804000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 348, "r_f_add": 301, "r_t_add": 349, "st_code": 88800, "l_hundred": 300, "r_hundred": 300, "seg_id": 401680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 9846, "Shape__Length": 67.726202632333781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222247958364207, 39.965691836289302 ], [ -75.222357636191205, 39.966150486786198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19955, "tnode_": 19744, "lpoly_": null, "rpoly_": null, "length": 579.72670643000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CREIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 25700, "l_hundred": 200, "r_hundred": 200, "seg_id": 401681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CREIGHTON ST", "stname": "N CREIGHTON ST", "objectid": 9847, "Shape__Length": 231.119721223569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223748801747007, 39.9630355742459 ], [ -75.223784534831296, 39.9634284981001 ], [ -75.22362817218, 39.964192551018002 ], [ -75.223602001001098, 39.964320195856097 ], [ -75.223533030770398, 39.964610225888798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19960, "tnode_": 19758, "lpoly_": null, "rpoly_": null, "length": 554.30615589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 63440, "l_hundred": 200, "r_hundred": 200, "seg_id": 401682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 9848, "Shape__Length": 220.98100025788153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223235142661494, 39.962971416934003 ], [ -75.222919285411905, 39.964473520739901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19947, "tnode_": 19936, "lpoly_": null, "rpoly_": null, "length": 228.67914661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5201, "r_t_add": 5229, "st_code": 67120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401684, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9849, "Shape__Length": 90.823581699398133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224221803041303, 39.963095741972502 ], [ -75.225027376235303, 39.963194835967201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19936, "tnode_": 19686, "lpoly_": null, "rpoly_": null, "length": 651.29359387, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 83600, "l_hundred": 200, "r_hundred": 200, "seg_id": 401685, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 9850, "Shape__Length": 259.63948669654076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225027376235303, 39.963194835967201 ], [ -75.225381946325797, 39.964931915877202 ], [ -75.225411422144106, 39.964950789829601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19910, "tnode_": 19702, "lpoly_": null, "rpoly_": null, "length": 560.87145075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 63480, "l_hundred": 200, "r_hundred": 200, "seg_id": 401686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9851, "Shape__Length": 223.59955312922204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226893104714406, 39.963424607456602 ], [ -75.226571436594796, 39.964944244126698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19907, "tnode_": 19694, "lpoly_": null, "rpoly_": null, "length": 559.6936902299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 69720, "l_hundred": 200, "r_hundred": 200, "seg_id": 401687, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RUBY ST", "stname": "N RUBY ST", "objectid": 9852, "Shape__Length": 223.13077888872778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227391828316399, 39.963489864167499 ], [ -75.227074739812707, 39.965006796086598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19851, "tnode_": 19816, "lpoly_": null, "rpoly_": null, "length": 636.40651653000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 73740, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 9853, "Shape__Length": 252.76160338297885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227913994825897, 39.963972855224398 ], [ -75.230070065627899, 39.964237235768699 ], [ -75.230157067676998, 39.964233967611897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19898, "tnode_": 19891, "lpoly_": null, "rpoly_": null, "length": 165.54919535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5412, "r_f_add": 5401, "r_t_add": 5415, "st_code": 67120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401689, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9854, "Shape__Length": 65.751035228102523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227999618040499, 39.963563824009803 ], [ -75.228582709634296, 39.963636023298498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20060, "tnode_": 20051, "lpoly_": null, "rpoly_": null, "length": 160.4504184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5514, "r_f_add": 5501, "r_t_add": 5511, "st_code": 13000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9855, "Shape__Length": 63.725593184911816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230554595683301, 39.962319102253403 ], [ -75.231118798813498, 39.962393340986701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19964, "tnode_": 19956, "lpoly_": null, "rpoly_": null, "length": 162.98832983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5450, "l_t_add": 5498, "r_f_add": 5451, "r_t_add": 5499, "st_code": 22740, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401692, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 9856, "Shape__Length": 64.7337022491364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229799179888204, 39.963120768811599 ], [ -75.230373034749405, 39.963192863375703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19972, "tnode_": 19964, "lpoly_": null, "rpoly_": null, "length": 153.95748172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5448, "r_f_add": 5401, "r_t_add": 5449, "st_code": 22740, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401693, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 9857, "Shape__Length": 61.146596455661395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229256798091498, 39.963054211991498 ], [ -75.229799179888204, 39.963120768811599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20067, "tnode_": 20060, "lpoly_": null, "rpoly_": null, "length": 163.13603818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5448, "l_t_add": 5478, "r_f_add": 5449, "r_t_add": 5479, "st_code": 13000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401694, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9858, "Shape__Length": 64.791064816730582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229979688345793, 39.962249534240698 ], [ -75.230554595683301, 39.962319102253403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20074, "tnode_": 20067, "lpoly_": null, "rpoly_": null, "length": 153.03984807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5440, "l_t_add": 5446, "r_f_add": 5441, "r_t_add": 5447, "st_code": 13000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401695, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9859, "Shape__Length": 60.78191715335948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229441181130696, 39.962180380074997 ], [ -75.229979688345793, 39.962249534240698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19886, "tnode_": 19872, "lpoly_": null, "rpoly_": null, "length": 317.01741271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5428, "l_t_add": 5498, "r_f_add": 5437, "r_t_add": 5499, "st_code": 67120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9860, "Shape__Length": 125.90971533114437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229121083187096, 39.963701592351001 ], [ -75.230237834873904, 39.963839076731603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20085, "tnode_": 20078, "lpoly_": null, "rpoly_": null, "length": 164.94944384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5420, "r_f_add": 5401, "r_t_add": 5419, "st_code": 13000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401697, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9861, "Shape__Length": 65.511734988708469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228321299782806, 39.962042716703699 ], [ -75.228901843907707, 39.962116644439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20085, "tnode_": 19898, "lpoly_": null, "rpoly_": null, "length": 561.401104, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88870, "l_hundred": 100, "r_hundred": 100, "seg_id": 401698, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9862, "Shape__Length": 223.80623309551996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228321299782806, 39.962042716703699 ], [ -75.227999618040499, 39.963563824009803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20091, "tnode_": 19907, "lpoly_": null, "rpoly_": null, "length": 561.31915788000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 69720, "l_hundred": 100, "r_hundred": 100, "seg_id": 401699, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RUBY ST", "stname": "N RUBY ST", "objectid": 9863, "Shape__Length": 223.7744338714096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227701353368005, 39.9619679972703 ], [ -75.227394219189705, 39.963428629085101 ], [ -75.227391828316399, 39.963489864167499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20107, "tnode_": 19918, "lpoly_": null, "rpoly_": null, "length": 559.59934005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88840, "l_hundred": 100, "r_hundred": 100, "seg_id": 401700, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 9864, "Shape__Length": 223.08801038623602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226520681185306, 39.961821903282697 ], [ -75.226205661919394, 39.963338827276097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20097, "tnode_": 19910, "lpoly_": null, "rpoly_": null, "length": 563.81307563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 63480, "l_hundred": 100, "r_hundred": 100, "seg_id": 401701, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9865, "Shape__Length": 224.76239435608872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227162525885305, 39.961901525560798 ], [ -75.226857246082602, 39.963362996148703 ], [ -75.226893104714406, 39.963424607456602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20107, "tnode_": 20097, "lpoly_": null, "rpoly_": null, "length": 182.24328013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 13000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9866, "Shape__Length": 72.379585840739111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226520681185306, 39.961821903282697 ], [ -75.227162525885305, 39.961901525560798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20078, "tnode_": 19891, "lpoly_": null, "rpoly_": null, "length": 560.66525088000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 85640, "l_hundred": 100, "r_hundred": 100, "seg_id": 401703, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N YEWDALL ST", "stname": "N YEWDALL ST", "objectid": 9867, "Shape__Length": 223.51341836642283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228901843907707, 39.962116644439099 ], [ -75.228582709634296, 39.963636023298498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20078, "tnode_": 20074, "lpoly_": null, "rpoly_": null, "length": 152.957453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5422, "l_t_add": 5438, "r_f_add": 5421, "r_t_add": 5439, "st_code": 13000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401704, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9868, "Shape__Length": 60.748156376596413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228901843907707, 39.962116644439099 ], [ -75.229441181130696, 39.962180380074997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20111, "tnode_": 19928, "lpoly_": null, "rpoly_": null, "length": 560.77471925000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 50900, "l_hundred": 100, "r_hundred": 100, "seg_id": 401707, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LINDENWOOD ST", "stname": "N LINDENWOOD ST", "objectid": 9869, "Shape__Length": 223.55577249805336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225855742001301, 39.961737090415703 ], [ -75.225536208463197, 39.963256723792199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20111, "tnode_": 20107, "lpoly_": null, "rpoly_": null, "length": 188.93756206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5238, "l_t_add": 5298, "r_f_add": 5237, "r_t_add": 5299, "st_code": 13000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401708, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9870, "Shape__Length": 75.038609952060995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225855742001301, 39.961737090415703 ], [ -75.226520681185306, 39.961821903282697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20117, "tnode_": 19936, "lpoly_": null, "rpoly_": null, "length": 565.24096224000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 83600, "l_hundred": 100, "r_hundred": 100, "seg_id": 401709, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 9871, "Shape__Length": 225.331237845207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225295289041895, 39.9616675419175 ], [ -75.224991319929202, 39.963131282539699 ], [ -75.225027376235303, 39.963194835967201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20132, "tnode_": 19960, "lpoly_": null, "rpoly_": null, "length": 560.34697373000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 63440, "l_hundred": 100, "r_hundred": 100, "seg_id": 401710, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 9872, "Shape__Length": 223.38441276573153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2235537743761, 39.961452861002002 ], [ -75.223235142661494, 39.962971416934003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20117, "tnode_": 20111, "lpoly_": null, "rpoly_": null, "length": 159.13487642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5222, "l_t_add": 5236, "r_f_add": 5221, "r_t_add": 5235, "st_code": 13000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401711, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9873, "Shape__Length": 63.201727782215428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225295289041895, 39.9616675419175 ], [ -75.225855742001301, 39.961737090415703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20202, "tnode_": 20194, "lpoly_": null, "rpoly_": null, "length": 304.69691874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 34000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 9874, "Shape__Length": 121.01125765733804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224707670916999, 39.960817318333902 ], [ -75.225780965111397, 39.960949511048199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20126, "tnode_": 20117, "lpoly_": null, "rpoly_": null, "length": 213.194368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5219, "st_code": 13000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401713, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9875, "Shape__Length": 84.671343635230073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2245439222838, 39.961576902848897 ], [ -75.225295289041895, 39.9616675419175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20281, "tnode_": 20111, "lpoly_": null, "rpoly_": null, "length": 581.23198365999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 50900, "l_hundred": 0, "r_hundred": 0, "seg_id": 401714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LINDENWOOD ST", "stname": "N LINDENWOOD ST", "objectid": 9876, "Shape__Length": 231.69914817712427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226211271291803, 39.960168396923997 ], [ -75.225892012921804, 39.961685796285103 ], [ -75.225855742001301, 39.961737090415703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20300, "tnode_": 20202, "lpoly_": null, "rpoly_": null, "length": 295.84969784999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 24, "r_f_add": 1, "r_t_add": 37, "st_code": 88820, "l_hundred": 0, "r_hundred": 0, "seg_id": 401715, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 9877, "Shape__Length": 117.93932498568185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224869856584604, 39.960014820743702 ], [ -75.224707670916999, 39.960817318333902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20132, "tnode_": 20126, "lpoly_": null, "rpoly_": null, "length": 281.21134242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5128, "l_t_add": 5198, "r_f_add": 5129, "r_t_add": 5199, "st_code": 13000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 401716, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9878, "Shape__Length": 111.68530386357772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2235537743761, 39.961452861002002 ], [ -75.2245439222838, 39.961576902848897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20310, "tnode_": 20132, "lpoly_": null, "rpoly_": null, "length": 583.64495537000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 63440, "l_hundred": 0, "r_hundred": 0, "seg_id": 401717, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 9879, "Shape__Length": 232.66690584048052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223886128325802, 39.959871226736098 ], [ -75.2235537743761, 39.961452861002002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20091, "tnode_": 20085, "lpoly_": null, "rpoly_": null, "length": 175.90019059000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5332, "l_t_add": 5398, "r_f_add": 5333, "r_t_add": 5399, "st_code": 13000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401718, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9880, "Shape__Length": 69.860133496364753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227701353368005, 39.9619679972703 ], [ -75.228321299782806, 39.962042716703699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20267, "tnode_": 20097, "lpoly_": null, "rpoly_": null, "length": 584.31381585999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 63480, "l_hundred": 0, "r_hundred": 0, "seg_id": 401719, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 9881, "Shape__Length": 232.9325903836318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227445841748306, 39.960320341577599 ], [ -75.227132925744996, 39.961835447843796 ], [ -75.227162525885305, 39.961901525560798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20260, "tnode_": 27736, "lpoly_": null, "rpoly_": null, "length": 581.06995249, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 69720, "l_hundred": 0, "r_hundred": 0, "seg_id": 401720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RUBY ST", "stname": "N RUBY ST", "objectid": 9882, "Shape__Length": 231.64194267503018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2279779696768, 39.960386606393101 ], [ -75.227645776115196, 39.961961100055497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20250, "tnode_": 20085, "lpoly_": null, "rpoly_": null, "length": 579.15400647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88870, "l_hundred": 0, "r_hundred": 0, "seg_id": 401721, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 9883, "Shape__Length": 230.87902055917348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228648248729499, 39.960472899471803 ], [ -75.228321299782806, 39.962042716703699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20244, "tnode_": 20078, "lpoly_": null, "rpoly_": null, "length": 582.46164946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 85640, "l_hundred": 0, "r_hundred": 0, "seg_id": 401722, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N YEWDALL ST", "stname": "N YEWDALL ST", "objectid": 9884, "Shape__Length": 232.1903587960266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229265227806906, 39.960544665684097 ], [ -75.229220959599601, 39.9606303572576 ], [ -75.229172820081899, 39.960872764264799 ], [ -75.229171552570904, 39.9608780829317 ], [ -75.228919771482197, 39.9620652706854 ], [ -75.228901843907707, 39.962116644439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20238, "tnode_": 20074, "lpoly_": null, "rpoly_": null, "length": 581.51643895999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 24700, "l_hundred": 0, "r_hundred": 0, "seg_id": 401723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 9885, "Shape__Length": 231.81652872727085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229787495655899, 39.960608437586501 ], [ -75.229744961626807, 39.9607043054584 ], [ -75.229697145394198, 39.960941897611598 ], [ -75.229685402289405, 39.960994147943602 ], [ -75.229442614256399, 39.9621241109664 ], [ -75.229441181130696, 39.962180380074997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19945, "tnode_": 27843, "lpoly_": null, "rpoly_": null, "length": 305.206231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5636, "r_f_add": 5601, "r_t_add": 5635, "st_code": 22740, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401724, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 9886, "Shape__Length": 121.2181096002288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232372804394103, 39.9633258171189 ], [ -75.2334478144505, 39.963458796284002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19994, "tnode_": 19968, "lpoly_": null, "rpoly_": null, "length": 572.30345838000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 12860, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401725, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 9887, "Shape__Length": 227.29957723994781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232445412106202, 39.962959320124597 ], [ -75.234461124636894, 39.9632090058834 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20024, "tnode_": 20019, "lpoly_": null, "rpoly_": null, "length": 207.43326082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5636, "l_t_add": 5698, "r_f_add": 5645, "r_t_add": 5699, "st_code": 13000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9888, "Shape__Length": 82.385902607221396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233812310790896, 39.962721987799803 ], [ -75.234541980872905, 39.962816817477602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20036, "tnode_": 19994, "lpoly_": null, "rpoly_": null, "length": 144.94445094, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 113, "st_code": 88930, "l_hundred": 100, "r_hundred": 100, "seg_id": 401727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9889, "Shape__Length": 57.782738397854068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232530450436798, 39.962566847133303 ], [ -75.232445412106202, 39.962959320124597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19817, "tnode_": 19809, "lpoly_": null, "rpoly_": null, "length": 132.78575841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5710, "r_f_add": 5701, "r_t_add": 5711, "st_code": 67120, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401728, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 9890, "Shape__Length": 52.739317393294002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234226362920296, 39.9643342150096 ], [ -75.234693698884101, 39.964393833830897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20195, "tnode_": 20024, "lpoly_": null, "rpoly_": null, "length": 581.84880533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 35020, "l_hundred": 0, "r_hundred": 0, "seg_id": 401729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 9891, "Shape__Length": 231.95514829013493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234143926399298, 39.961145255656703 ], [ -75.233812310790896, 39.962721987799803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20200, "tnode_": 20028, "lpoly_": null, "rpoly_": null, "length": 582.23585644000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 45140, "l_hundred": 0, "r_hundred": 0, "seg_id": 401730, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ITHAN ST", "stname": "N ITHAN ST", "objectid": 9892, "Shape__Length": 232.10942602174566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2335557092362, 39.961075070277197 ], [ -75.233225405461695, 39.962653041630603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20036, "tnode_": 20028, "lpoly_": null, "rpoly_": null, "length": 197.32019295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5618, "r_f_add": 5601, "r_t_add": 5621, "st_code": 13000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401731, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9893, "Shape__Length": 78.368379670186783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232530450436798, 39.962566847133303 ], [ -75.233225405461695, 39.962653041630603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20184, "tnode_": 20122, "lpoly_": null, "rpoly_": null, "length": 229.18068342000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 21, "st_code": 88950, "l_hundred": 0, "r_hundred": 0, "seg_id": 401733, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 9894, "Shape__Length": 91.361778746597722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234871897905904, 39.961240293227803 ], [ -75.234734139245703, 39.961860427742998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20206, "tnode_": 20036, "lpoly_": null, "rpoly_": null, "length": 583.56102814000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88930, "l_hundred": 0, "r_hundred": 0, "seg_id": 401734, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 9895, "Shape__Length": 232.63764360968938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232859824211602, 39.960985076449198 ], [ -75.232530450436798, 39.962566847133303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20013, "tnode_": 19995, "lpoly_": null, "rpoly_": null, "length": 418.35496634999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5712, "l_t_add": 5798, "r_f_add": 5713, "r_t_add": 5799, "st_code": 13000, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401735, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9896, "Shape__Length": 166.15669511771989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235010778597399, 39.962870707218002 ], [ -75.236483638182307, 39.963056203478097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20049, "tnode_": 19995, "lpoly_": null, "rpoly_": null, "length": 194.50743941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 36, "l_t_add": 98, "r_f_add": 39, "r_t_add": 99, "st_code": 88970, "l_hundred": 0, "r_hundred": 0, "seg_id": 401736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9897, "Shape__Length": 77.542336866260527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236590152054603, 39.962528584324701 ], [ -75.236483638182307, 39.963056203478097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20160, "tnode_": 20101, "lpoly_": null, "rpoly_": null, "length": 229.76019716, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 21, "st_code": 88970, "l_hundred": 0, "r_hundred": 0, "seg_id": 401737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 9898, "Shape__Length": 91.594052954982814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236810834258094, 39.961480097948801 ], [ -75.236679159627101, 39.962102626480402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19976, "tnode_": 19967, "lpoly_": null, "rpoly_": null, "length": 186.54806953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5838, "l_t_add": 5898, "r_f_add": 5837, "r_t_add": 5899, "st_code": 13000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401738, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 9899, "Shape__Length": 74.09157079009691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237799818210803, 39.963215795578499 ], [ -75.238455947130603, 39.963301440446799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20065, "tnode_": 20056, "lpoly_": null, "rpoly_": null, "length": 193.41719537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5844, "l_t_add": 5898, "r_f_add": 5843, "r_t_add": 5899, "st_code": 34000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401739, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 9900, "Shape__Length": 76.817834458180172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237933678445899, 39.962454235410902 ], [ -75.2386152161952, 39.962537133700401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20065, "tnode_": 19976, "lpoly_": null, "rpoly_": null, "length": 281.12178107999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 42860, "l_hundred": 0, "r_hundred": 0, "seg_id": 401740, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 9901, "Shape__Length": 112.07094283244018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237933678445899, 39.962454235410902 ], [ -75.237785734387899, 39.963157731656999 ], [ -75.237799818210803, 39.963215795578499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20080, "tnode_": 20065, "lpoly_": null, "rpoly_": null, "length": 366.52584052000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5842, "r_f_add": 5801, "r_t_add": 5841, "st_code": 34000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 9902, "Shape__Length": 145.57008809265272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236642681868602, 39.9622946510978 ], [ -75.237933678445899, 39.962454235410902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20138, "tnode_": 20056, "lpoly_": null, "rpoly_": null, "length": 299.98119241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 30, "r_f_add": 1, "r_t_add": 29, "st_code": 88990, "l_hundred": 0, "r_hundred": 0, "seg_id": 401742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 9903, "Shape__Length": 119.58832920176127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238786866716794, 39.961724309862703 ], [ -75.2386152161952, 39.962537133700401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20056, "tnode_": 20047, "lpoly_": null, "rpoly_": null, "length": 192.39625882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5915, "st_code": 34000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 9904, "Shape__Length": 76.412864475000291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2386152161952, 39.962537133700401 ], [ -75.239292684486898, 39.962621864278901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20047, "tnode_": 20039, "lpoly_": null, "rpoly_": null, "length": 158.8742486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5916, "l_t_add": 5998, "r_f_add": 5917, "r_t_add": 5999, "st_code": 34000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401744, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 9905, "Shape__Length": 63.09907755716609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239292684486898, 39.962621864278901 ], [ -75.239852256711998, 39.962691158880403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20124, "tnode_": 19938, "lpoly_": null, "rpoly_": null, "length": 581.75526830999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 89010, "l_hundred": 0, "r_hundred": 0, "seg_id": 401745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 9906, "Shape__Length": 231.92045480305626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240763843179195, 39.9619692450987 ], [ -75.240430894839406, 39.963545551255898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20155, "tnode_": 20134, "lpoly_": null, "rpoly_": null, "length": 580.6979683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 51920, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401746, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9907, "Shape__Length": 230.62851500187341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244875222619896, 39.961689247000699 ], [ -75.246921342830206, 39.961938354145303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20079, "tnode_": 20155, "lpoly_": null, "rpoly_": null, "length": 284.56838851000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 29, "r_f_add": 2, "r_t_add": 28, "st_code": 89060, "l_hundred": 0, "r_hundred": 0, "seg_id": 401747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 9908, "Shape__Length": 113.44388775236642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244712448104096, 39.962460315649501 ], [ -75.244875222619896, 39.961689247000699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20089, "tnode_": 20164, "lpoly_": null, "rpoly_": null, "length": 285.56481516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ROBINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 68940, "l_hundred": 0, "r_hundred": 0, "seg_id": 401748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ROBINSON ST", "stname": "S ROBINSON ST", "objectid": 9909, "Shape__Length": 113.8422732689092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244033638028796, 39.962373793993599 ], [ -75.244041647960799, 39.962281582057997 ], [ -75.244184438976703, 39.9615988741783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20164, "tnode_": 20155, "lpoly_": null, "rpoly_": null, "length": 196.41797332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 51920, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9910, "Shape__Length": 78.009799711324746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244184438976703, 39.9615988741783 ], [ -75.244875222619896, 39.961689247000699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20092, "tnode_": 20174, "lpoly_": null, "rpoly_": null, "length": 286.27250662, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DEWEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 28400, "l_hundred": 0, "r_hundred": 0, "seg_id": 401750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DEWEY ST", "stname": "S DEWEY ST", "objectid": 9911, "Shape__Length": 114.11276293730197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243389494415894, 39.962292607204901 ], [ -75.243449316330995, 39.962200336117398 ], [ -75.243591372475706, 39.961526406482797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20174, "tnode_": 20164, "lpoly_": null, "rpoly_": null, "length": 168.33056845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6120, "l_t_add": 6140, "r_f_add": 6121, "r_t_add": 6141, "st_code": 51920, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401751, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9912, "Shape__Length": 66.853535835687666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243591372475706, 39.961526406482797 ], [ -75.244184438976703, 39.9615988741783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20181, "tnode_": 20174, "lpoly_": null, "rpoly_": null, "length": 196.25636706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 51920, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401752, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9913, "Shape__Length": 77.944382339548994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242899953881604, 39.961441742299499 ], [ -75.243591372475706, 39.961526406482797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20262, "tnode_": 20236, "lpoly_": null, "rpoly_": null, "length": 561.11670962000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 22820, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401753, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9914, "Shape__Length": 222.8496934238604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243056717984103, 39.960695040671297 ], [ -75.245032342598506, 39.960942796881497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20155, "tnode_": 20236, "lpoly_": null, "rpoly_": null, "length": 275.46228374999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 31, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 89060, "l_hundred": 0, "r_hundred": 0, "seg_id": 401754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 9915, "Shape__Length": 109.81256252224007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244875222619896, 39.961689247000699 ], [ -75.245032342598506, 39.960942796881497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20099, "tnode_": 20181, "lpoly_": null, "rpoly_": null, "length": 284.24374808, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 30, "st_code": 89040, "l_hundred": 0, "r_hundred": 0, "seg_id": 401755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 9916, "Shape__Length": 113.31409361365429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242737612625206, 39.962211962152701 ], [ -75.242899953881604, 39.961441742299499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20124, "tnode_": 20203, "lpoly_": null, "rpoly_": null, "length": 285.20269891000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 28, "st_code": 89020, "l_hundred": 0, "r_hundred": 0, "seg_id": 401756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9917, "Shape__Length": 113.69634335190601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240763843179195, 39.9619692450987 ], [ -75.240924095564907, 39.961196100497197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20124, "tnode_": 20113, "lpoly_": null, "rpoly_": null, "length": 182.73983478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6015, "st_code": 53560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401757, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 9918, "Shape__Length": 72.576698783889299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240763843179195, 39.9619692450987 ], [ -75.241407730461404, 39.962047676007401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20189, "tnode_": 20181, "lpoly_": null, "rpoly_": null, "length": 210.32925358999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6024, "l_t_add": 6098, "r_f_add": 6035, "r_t_add": 6099, "st_code": 51920, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401758, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9919, "Shape__Length": 83.534167957924211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242159835082305, 39.961346858033203 ], [ -75.242899953881604, 39.961441742299499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20203, "tnode_": 20189, "lpoly_": null, "rpoly_": null, "length": 350.72879869000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6022, "r_f_add": 6001, "r_t_add": 6033, "st_code": 51920, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9920, "Shape__Length": 139.29349257383222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240924095564907, 39.961196100497197 ], [ -75.242159835082305, 39.961346858033203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20181, "tnode_": 20262, "lpoly_": null, "rpoly_": null, "length": 275.53682177000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 27, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 89040, "l_hundred": 0, "r_hundred": 0, "seg_id": 401760, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 9921, "Shape__Length": 109.84193566915113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242899953881604, 39.961441742299499 ], [ -75.243056717984103, 39.960695040671297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20286, "tnode_": 20272, "lpoly_": null, "rpoly_": null, "length": 351.44228748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6038, "r_f_add": 6001, "r_t_add": 6033, "st_code": 22820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401761, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9922, "Shape__Length": 139.57527142798804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241076704564705, 39.960453011519 ], [ -75.242315013673107, 39.960603739173102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20128, "tnode_": 20210, "lpoly_": null, "rpoly_": null, "length": 285.51762764, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 24, "st_code": 70740, "l_hundred": 0, "r_hundred": 0, "seg_id": 401762, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 9923, "Shape__Length": 113.82148601509584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240025032655296, 39.9618795537503 ], [ -75.240187287042602, 39.961105780752099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20210, "tnode_": 20203, "lpoly_": null, "rpoly_": null, "length": 209.14670251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5960, "l_t_add": 5998, "r_f_add": 5961, "r_t_add": 5999, "st_code": 51920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401763, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9924, "Shape__Length": 83.063465635091191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240187287042602, 39.961105780752099 ], [ -75.240924095564907, 39.961196100497197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20131, "tnode_": 20216, "lpoly_": null, "rpoly_": null, "length": 283.9001718, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 24, "st_code": 67700, "l_hundred": 0, "r_hundred": 0, "seg_id": 401764, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 9925, "Shape__Length": 113.17676152904798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239449267134702, 39.961803342670599 ], [ -75.239609196920298, 39.961033779381303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20216, "tnode_": 20210, "lpoly_": null, "rpoly_": null, "length": 164.15960807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5930, "l_t_add": 5958, "r_f_add": 5931, "r_t_add": 5959, "st_code": 51920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9926, "Shape__Length": 65.196781663296463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239609196920298, 39.961033779381303 ], [ -75.240187287042602, 39.961105780752099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20210, "tnode_": 20296, "lpoly_": null, "rpoly_": null, "length": 274.93284907999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 70740, "l_hundred": 0, "r_hundred": 0, "seg_id": 401766, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 9927, "Shape__Length": 109.60086948718262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240187287042602, 39.961105780752099 ], [ -75.240225724030907, 39.960894280766901 ], [ -75.240341533848905, 39.960360502050797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20216, "tnode_": 20304, "lpoly_": null, "rpoly_": null, "length": 274.49131331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 67700, "l_hundred": 0, "r_hundred": 0, "seg_id": 401767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 9928, "Shape__Length": 109.42438502545312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239609196920298, 39.961033779381303 ], [ -75.239766163193906, 39.960290010520303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20203, "tnode_": 20286, "lpoly_": null, "rpoly_": null, "length": 274.05351423999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 89020, "l_hundred": 0, "r_hundred": 0, "seg_id": 401768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 9929, "Shape__Length": 109.25069016221543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240924095564907, 39.961196100497197 ], [ -75.241076704564705, 39.960453011519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20138, "tnode_": 20220, "lpoly_": null, "rpoly_": null, "length": 284.72339884999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 24, "st_code": 89000, "l_hundred": 0, "r_hundred": 0, "seg_id": 401769, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9930, "Shape__Length": 113.50457856254299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238786866716794, 39.961724309862703 ], [ -75.238948904392899, 39.960952718479398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20220, "tnode_": 20216, "lpoly_": null, "rpoly_": null, "length": 187.43460753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5929, "st_code": 51920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401770, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9931, "Shape__Length": 74.440267115971565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238948904392899, 39.960952718479398 ], [ -75.239609196920298, 39.961033779381303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20220, "tnode_": 20311, "lpoly_": null, "rpoly_": null, "length": 275.06279329, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 89000, "l_hundred": 0, "r_hundred": 0, "seg_id": 401771, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 9932, "Shape__Length": 109.65247937656977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238948904392899, 39.960952718479398 ], [ -75.239103274133598, 39.960207039294303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20243, "tnode_": 20220, "lpoly_": null, "rpoly_": null, "length": 560.95109895999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 51920, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401772, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9933, "Shape__Length": 222.78351062586748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236973350371997, 39.960707466089097 ], [ -75.238948904392899, 39.960952718479398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20243, "tnode_": 20340, "lpoly_": null, "rpoly_": null, "length": 274.36179951999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 29, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88980, "l_hundred": 0, "r_hundred": 0, "seg_id": 401773, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 9934, "Shape__Length": 109.37231310445867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236973350371997, 39.960707466089097 ], [ -75.237129681151302, 39.959963978215598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20252, "tnode_": 20350, "lpoly_": null, "rpoly_": null, "length": 274.77698673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 22000, "l_hundred": 0, "r_hundred": 0, "seg_id": 401774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 9935, "Shape__Length": 109.53727144684288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236287442520094, 39.960622589584503 ], [ -75.236446946457704, 39.959878345790699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20252, "tnode_": 20243, "lpoly_": null, "rpoly_": null, "length": 194.74549892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5740, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 51920, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9936, "Shape__Length": 77.343556737379146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236287442520094, 39.960622589584503 ], [ -75.236973350371997, 39.960707466089097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20184, "tnode_": 20269, "lpoly_": null, "rpoly_": null, "length": 284.5261728, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 29, "r_f_add": 2, "r_t_add": 28, "st_code": 88960, "l_hundred": 0, "r_hundred": 0, "seg_id": 401776, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 9937, "Shape__Length": 113.42543624774025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234871897905904, 39.961240293227803 ], [ -75.235031793139598, 39.960468985611001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20269, "tnode_": 20252, "lpoly_": null, "rpoly_": null, "length": 356.40719228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5738, "r_f_add": 5701, "r_t_add": 5743, "st_code": 51920, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401777, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9938, "Shape__Length": 141.5472534178032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235031793139598, 39.960468985611001 ], [ -75.236287442520094, 39.960622589584503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20269, "tnode_": 20367, "lpoly_": null, "rpoly_": null, "length": 276.27159266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 31, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88960, "l_hundred": 0, "r_hundred": 0, "seg_id": 401778, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 9939, "Shape__Length": 110.13307433168717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235031793139598, 39.960468985611001 ], [ -75.235190460248106, 39.959720478532397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20206, "tnode_": 20292, "lpoly_": null, "rpoly_": null, "length": 283.54165935000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 37, "r_f_add": 2, "r_t_add": 36, "st_code": 88940, "l_hundred": 0, "r_hundred": 0, "seg_id": 401779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9940, "Shape__Length": 113.0319654773333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232859824211602, 39.960985076449198 ], [ -75.233023289824203, 39.960216950699198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20317, "tnode_": 20292, "lpoly_": null, "rpoly_": null, "length": 584.73706443999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 51920, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401780, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9941, "Shape__Length": 232.22726166939387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230963538513393, 39.959963456869602 ], [ -75.233023289824203, 39.960216950699198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20292, "tnode_": 20388, "lpoly_": null, "rpoly_": null, "length": 274.96136932000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 39, "l_t_add": 99, "r_f_add": 38, "r_t_add": 98, "st_code": 88940, "l_hundred": 0, "r_hundred": 0, "seg_id": 401781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9942, "Shape__Length": 109.61078222559938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233023289824203, 39.960216950699198 ], [ -75.233178232340506, 39.9594716240168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20228, "tnode_": 20317, "lpoly_": null, "rpoly_": null, "length": 283.25670214000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 30, "st_code": 88910, "l_hundred": 0, "r_hundred": 0, "seg_id": 401782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9943, "Shape__Length": 112.91858616819913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230804767063304, 39.9607313733175 ], [ -75.230963538513393, 39.959963456869602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20232, "tnode_": 20324, "lpoly_": null, "rpoly_": null, "length": 284.63745951000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SICKELS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 72800, "l_hundred": 0, "r_hundred": 0, "seg_id": 401783, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SICKELS ST", "stname": "S SICKELS ST", "objectid": 9944, "Shape__Length": 113.46920948601152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230249848500307, 39.960665383439498 ], [ -75.2304071697193, 39.959893453369702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20324, "tnode_": 20317, "lpoly_": null, "rpoly_": null, "length": 158.03539721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5470, "l_t_add": 5498, "r_f_add": 5471, "r_t_add": 5499, "st_code": 51920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401784, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9945, "Shape__Length": 62.763594671549711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2304071697193, 39.959893453369702 ], [ -75.230963538513393, 39.959963456869602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20238, "tnode_": 20328, "lpoly_": null, "rpoly_": null, "length": 285.45607204000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 24720, "l_hundred": 0, "r_hundred": 0, "seg_id": 401785, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONESTOGA ST", "stname": "S CONESTOGA ST", "objectid": 9946, "Shape__Length": 113.78665557807174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229787495655899, 39.960608437586501 ], [ -75.229843178575095, 39.960521966706601 ], [ -75.229975910611401, 39.959842493381402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20328, "tnode_": 20324, "lpoly_": null, "rpoly_": null, "length": 122.31002506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5442, "l_t_add": 5468, "r_f_add": 5443, "r_t_add": 5469, "st_code": 51920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401786, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9947, "Shape__Length": 48.574678445287084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229975910611401, 39.959842493381402 ], [ -75.2304071697193, 39.959893453369702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20244, "tnode_": 20338, "lpoly_": null, "rpoly_": null, "length": 287.76065298000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 28, "st_code": 85660, "l_hundred": 0, "r_hundred": 0, "seg_id": 401787, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 9948, "Shape__Length": 114.69887986861042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229265227806906, 39.960544665684097 ], [ -75.229322303306105, 39.960447848857598 ], [ -75.229452134918901, 39.959814091054902 ], [ -75.229481076731801, 39.9597784338333 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20338, "tnode_": 20328, "lpoly_": null, "rpoly_": null, "length": 140.66444626000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5430, "l_t_add": 5440, "r_f_add": 5431, "r_t_add": 5441, "st_code": 51920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401788, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9949, "Shape__Length": 55.864972487023138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229481076731801, 39.9597784338333 ], [ -75.229734379845397, 39.959810719318597 ], [ -75.229975910611401, 39.959842493381402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20338, "tnode_": 20441, "lpoly_": null, "rpoly_": null, "length": 275.19166351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "YEWDALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 29, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 85660, "l_hundred": 0, "r_hundred": 0, "seg_id": 401789, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S YEWDALL ST", "stname": "S YEWDALL ST", "objectid": 9950, "Shape__Length": 109.70133572744095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229481076731801, 39.9597784338333 ], [ -75.229640045556096, 39.9590329688899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20347, "tnode_": 20338, "lpoly_": null, "rpoly_": null, "length": 190.22496735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5429, "st_code": 51920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401790, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9951, "Shape__Length": 75.546803409722585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228810658244399, 39.959697668241397 ], [ -75.229481076731801, 39.9597784338333 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20250, "tnode_": 20347, "lpoly_": null, "rpoly_": null, "length": 286.04912256, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 28, "st_code": 88880, "l_hundred": 0, "r_hundred": 0, "seg_id": 401791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 9952, "Shape__Length": 114.03104281956975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228648248729499, 39.960472899471803 ], [ -75.228810658244399, 39.959697668241397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20260, "tnode_": 20357, "lpoly_": null, "rpoly_": null, "length": 286.91049073, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 24, "st_code": 69740, "l_hundred": 0, "r_hundred": 0, "seg_id": 401792, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 9953, "Shape__Length": 114.36501406664215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2279779696768, 39.960386606393101 ], [ -75.228037215147907, 39.9602883431143 ], [ -75.228176772184398, 39.959617605307699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20357, "tnode_": 20347, "lpoly_": null, "rpoly_": null, "length": 180.07273747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5324, "l_t_add": 5398, "r_f_add": 5325, "r_t_add": 5399, "st_code": 51920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9954, "Shape__Length": 71.515471883047724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228176772184398, 39.959617605307699 ], [ -75.228810658244399, 39.959697668241397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20372, "tnode_": 20357, "lpoly_": null, "rpoly_": null, "length": 330.19525041999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5323, "st_code": 51920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401794, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9955, "Shape__Length": 131.13565340735619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227013960121695, 39.959473024425797 ], [ -75.228176772184398, 39.959617605307699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20357, "tnode_": 20454, "lpoly_": null, "rpoly_": null, "length": 274.35242502, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 25, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 69740, "l_hundred": 0, "r_hundred": 0, "seg_id": 401795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 9956, "Shape__Length": 109.36661038548236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228176772184398, 39.959617605307699 ], [ -75.228334689783296, 39.958874342417801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20274, "tnode_": 20372, "lpoly_": null, "rpoly_": null, "length": 285.91872437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 88850, "l_hundred": 0, "r_hundred": 0, "seg_id": 401796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9957, "Shape__Length": 113.97887314414903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226852962465799, 39.960248067465798 ], [ -75.227013960121695, 39.959473024425797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20347, "tnode_": 20445, "lpoly_": null, "rpoly_": null, "length": 275.68288953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 27, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88880, "l_hundred": 0, "r_hundred": 0, "seg_id": 401797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 9958, "Shape__Length": 109.8973486992188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228810658244399, 39.959697668241397 ], [ -75.228967624259496, 39.958950586016101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20372, "tnode_": 20471, "lpoly_": null, "rpoly_": null, "length": 274.16926086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 21, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 88850, "l_hundred": 0, "r_hundred": 0, "seg_id": 401798, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9959, "Shape__Length": 109.29379978897528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227013960121695, 39.959473024425797 ], [ -75.2271686721637, 39.958729871670101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20498, "tnode_": 20471, "lpoly_": null, "rpoly_": null, "length": 561.98046063000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 22820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401799, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9960, "Shape__Length": 223.18470579370032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225189187909194, 39.958485939514397 ], [ -75.2271686721637, 39.958729871670101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20393, "tnode_": 20372, "lpoly_": null, "rpoly_": null, "length": 559.1499417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 51920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401800, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 9961, "Shape__Length": 222.06310937423271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225044522635699, 39.959229849077502 ], [ -75.227013960121695, 39.959473024425797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20614, "tnode_": 20578, "lpoly_": null, "rpoly_": null, "length": 560.0074401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 70940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401803, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9962, "Shape__Length": 222.39899665296642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225354586593397, 39.957723806591801 ], [ -75.227326700782896, 39.957968788861102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20578, "tnode_": 20673, "lpoly_": null, "rpoly_": null, "length": 281.98339374, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 127, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 88850, "l_hundred": 100, "r_hundred": 100, "seg_id": 401804, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9963, "Shape__Length": 112.40549899129502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227326700782896, 39.957968788861102 ], [ -75.227491544901397, 39.957205174385599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20445, "tnode_": 20553, "lpoly_": null, "rpoly_": null, "length": 279.95764139, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 124, "st_code": 88880, "l_hundred": 100, "r_hundred": 100, "seg_id": 401805, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 9964, "Shape__Length": 111.59997785022203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228967624259496, 39.958950586016101 ], [ -75.229128564070095, 39.958192112251503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20553, "tnode_": 20528, "lpoly_": null, "rpoly_": null, "length": 610.95301483000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 70940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9965, "Shape__Length": 242.63293827991049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229128564070095, 39.958192112251503 ], [ -75.230945407936403, 39.958415095409798 ], [ -75.231193922822001, 39.958442953258697 ], [ -75.231280180902502, 39.958458003357798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20553, "tnode_": 20651, "lpoly_": null, "rpoly_": null, "length": 281.52048156000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 125, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 88880, "l_hundred": 100, "r_hundred": 100, "seg_id": 401807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 9966, "Shape__Length": 112.22223017353312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229128564070095, 39.958192112251503 ], [ -75.229222690930598, 39.957761320750699 ], [ -75.229229303949296, 39.957730481665799 ], [ -75.229286484538605, 39.957428961584199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20454, "tnode_": 20563, "lpoly_": null, "rpoly_": null, "length": 281.4131864, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 124, "st_code": 69740, "l_hundred": 100, "r_hundred": 100, "seg_id": 401808, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 9967, "Shape__Length": 112.1793466961274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228334689783296, 39.958874342417801 ], [ -75.2283590778773, 39.958798511728901 ], [ -75.228499565911704, 39.958112583469699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20563, "tnode_": 20553, "lpoly_": null, "rpoly_": null, "length": 178.69296083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5370, "l_t_add": 5398, "r_f_add": 5371, "r_t_add": 5399, "st_code": 70940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401809, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9968, "Shape__Length": 70.965939949879896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228499565911704, 39.958112583469699 ], [ -75.229128564070095, 39.958192112251503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20462, "tnode_": 20568, "lpoly_": null, "rpoly_": null, "length": 280.77482973000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 124, "st_code": 63500, "l_hundred": 100, "r_hundred": 100, "seg_id": 401810, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PEACH ST", "stname": "S PEACH ST", "objectid": 9969, "Shape__Length": 111.92648646533431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227801129595093, 39.958807798838698 ], [ -75.227955418968094, 39.958046236672502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20568, "tnode_": 20563, "lpoly_": null, "rpoly_": null, "length": 154.44557998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5330, "l_t_add": 5368, "r_f_add": 5331, "r_t_add": 5369, "st_code": 70940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401811, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9970, "Shape__Length": 61.335858252672395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227955418968094, 39.958046236672502 ], [ -75.228223528933896, 39.9580793836422 ], [ -75.228229685561402, 39.958080127143198 ], [ -75.228499565911704, 39.958112583469699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20471, "tnode_": 20578, "lpoly_": null, "rpoly_": null, "length": 280.76578655999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 124, "st_code": 88850, "l_hundred": 100, "r_hundred": 100, "seg_id": 401812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 9971, "Shape__Length": 111.92224087648016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2271686721637, 39.958729871670101 ], [ -75.227326700782896, 39.957968788861102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20578, "tnode_": 20568, "lpoly_": null, "rpoly_": null, "length": 178.49449717000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5328, "r_f_add": 5301, "r_t_add": 5329, "st_code": 70940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401813, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9972, "Shape__Length": 70.88660509991108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227326700782896, 39.957968788861102 ], [ -75.227955418968094, 39.958046236672502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20568, "tnode_": 20669, "lpoly_": null, "rpoly_": null, "length": 281.64334343000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 125, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 63500, "l_hundred": 100, "r_hundred": 100, "seg_id": 401814, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PEACH ST", "stname": "S PEACH ST", "objectid": 9973, "Shape__Length": 112.27013041826102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227955418968094, 39.958046236672502 ], [ -75.228119674739503, 39.957283493292898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20563, "tnode_": 20662, "lpoly_": null, "rpoly_": null, "length": 280.35429338, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 125, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 69740, "l_hundred": 100, "r_hundred": 100, "seg_id": 401815, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RUBY ST", "stname": "S RUBY ST", "objectid": 9974, "Shape__Length": 111.75685825072539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228499565911704, 39.958112583469699 ], [ -75.228659806199303, 39.957352919100103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20420, "tnode_": 20388, "lpoly_": null, "rpoly_": null, "length": 585.35539078000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 22820, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401816, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 9975, "Shape__Length": 232.47000499869787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231116008064106, 39.959219394541698 ], [ -75.233178232340506, 39.9594716240168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20528, "tnode_": 20497, "lpoly_": null, "rpoly_": null, "length": 583.81420217000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 70940, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401817, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9976, "Shape__Length": 231.85585595375139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231280180902502, 39.958458003357798 ], [ -75.233336359526703, 39.9587124232336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20651, "tnode_": 20634, "lpoly_": null, "rpoly_": null, "length": 611.89664898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 81140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401818, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 9977, "Shape__Length": 243.00530502014774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229286484538605, 39.957428961584199 ], [ -75.231441026802798, 39.957698047237798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20722, "tnode_": 20698, "lpoly_": null, "rpoly_": null, "length": 610.29621698999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 22300, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 9978, "Shape__Length": 242.36676200573802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229409295018002, 39.956847505680699 ], [ -75.230293377951398, 39.956957271125198 ], [ -75.231559187409204, 39.95711106876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20698, "tnode_": 20770, "lpoly_": null, "rpoly_": null, "length": 205.83996993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 225, "l_t_add": 245, "r_f_add": 226, "r_t_add": 232, "st_code": 88910, "l_hundred": 200, "r_hundred": 200, "seg_id": 401820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9979, "Shape__Length": 82.052348849183502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231559187409204, 39.95711106876 ], [ -75.2316767747527, 39.956553305034198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20675, "tnode_": 20735, "lpoly_": null, "rpoly_": null, "length": 193.88455365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 229, "l_t_add": 247, "r_f_add": 228, "r_t_add": 248, "st_code": 88940, "l_hundred": 200, "r_hundred": 200, "seg_id": 401821, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9980, "Shape__Length": 77.287195459159705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233626600385804, 39.957336609846102 ], [ -75.233735451886204, 39.9568110057197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20606, "tnode_": 20675, "lpoly_": null, "rpoly_": null, "length": 227.97979506000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 227, "r_f_add": 200, "r_t_add": 226, "st_code": 88940, "l_hundred": 200, "r_hundred": 200, "seg_id": 401822, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 9981, "Shape__Length": 90.878511162376171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233493980116705, 39.957954065328003 ], [ -75.233626600385804, 39.957336609846102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20634, "tnode_": 20698, "lpoly_": null, "rpoly_": null, "length": 216.37624035000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 224, "st_code": 88910, "l_hundred": 200, "r_hundred": 200, "seg_id": 401823, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 9982, "Shape__Length": 86.253809974306435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231441026802798, 39.957698047237798 ], [ -75.231559187409204, 39.95711106876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20497, "tnode_": 20466, "lpoly_": null, "rpoly_": null, "length": 570.02416087999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 70940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401824, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9983, "Shape__Length": 226.38006057476355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233336359526703, 39.9587124232336 ], [ -75.235344043825904, 39.958960515443103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20598, "tnode_": 20726, "lpoly_": null, "rpoly_": null, "length": 420.39076468999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 248, "st_code": 45160, "l_hundred": 200, "r_hundred": 200, "seg_id": 401825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 9984, "Shape__Length": 167.57892408398715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234198467959899, 39.958037081714103 ], [ -75.234436157528805, 39.956897644642297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20585, "tnode_": 20719, "lpoly_": null, "rpoly_": null, "length": 423.03130655999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 248, "st_code": 35040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 9985, "Shape__Length": 168.6311483996985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234770593431406, 39.958110242557296 ], [ -75.235013600966298, 39.956964124879597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20726, "tnode_": 20719, "lpoly_": null, "rpoly_": null, "length": 163.68075116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5630, "l_t_add": 5658, "r_f_add": 5631, "r_t_add": 5659, "st_code": 51380, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9986, "Shape__Length": 65.001705187508165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234436157528805, 39.956897644642297 ], [ -75.235013600966298, 39.956964124879597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20576, "tnode_": 20710, "lpoly_": null, "rpoly_": null, "length": 421.75969766999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 242, "st_code": 88960, "l_hundred": 200, "r_hundred": 200, "seg_id": 401828, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 9987, "Shape__Length": 168.12459194973374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235506456245105, 39.958201225043702 ], [ -75.235747941605794, 39.957058453249601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20719, "tnode_": 20710, "lpoly_": null, "rpoly_": null, "length": 208.71137102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5670, "l_t_add": 5698, "r_f_add": 5671, "r_t_add": 5699, "st_code": 51380, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9988, "Shape__Length": 82.886299300754132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235013600966298, 39.956964124879597 ], [ -75.235747941605794, 39.957058453249601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20555, "tnode_": 20696, "lpoly_": null, "rpoly_": null, "length": 422.06334929000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 242, "st_code": 22000, "l_hundred": 200, "r_hundred": 200, "seg_id": 401830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 9989, "Shape__Length": 168.24660265334674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236820348036304, 39.958366213353699 ], [ -75.237057985353204, 39.957222119718899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20564, "tnode_": 20702, "lpoly_": null, "rpoly_": null, "length": 421.51415416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 242, "st_code": 11800, "l_hundred": 200, "r_hundred": 200, "seg_id": 401831, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 9990, "Shape__Length": 168.02727544436652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236226395348496, 39.958290312262399 ], [ -75.236465287998996, 39.957147900471398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20702, "tnode_": 20696, "lpoly_": null, "rpoly_": null, "length": 168.34023894000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5730, "l_t_add": 5758, "r_f_add": 5731, "r_t_add": 5759, "st_code": 51380, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401832, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9991, "Shape__Length": 66.853389148195063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236465287998996, 39.957147900471398 ], [ -75.237057985353204, 39.957222119718899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20710, "tnode_": 20702, "lpoly_": null, "rpoly_": null, "length": 203.72154842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5728, "r_f_add": 5701, "r_t_add": 5729, "st_code": 51380, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9992, "Shape__Length": 80.90429326878477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235747941605794, 39.957058453249601 ], [ -75.236465287998996, 39.957147900471398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20544, "tnode_": 20690, "lpoly_": null, "rpoly_": null, "length": 421.74008767000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 264, "st_code": 88980, "l_hundred": 200, "r_hundred": 200, "seg_id": 401834, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 9993, "Shape__Length": 168.11814029600652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237450339765601, 39.958442552828203 ], [ -75.2376862728145, 39.957299148799997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20696, "tnode_": 20690, "lpoly_": null, "rpoly_": null, "length": 178.35311881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5760, "l_t_add": 5798, "r_f_add": 5761, "r_t_add": 5799, "st_code": 51380, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401835, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 9994, "Shape__Length": 70.829615709531851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237057985353204, 39.957222119718899 ], [ -75.2376862728145, 39.957299148799997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20447, "tnode_": 20440, "lpoly_": null, "rpoly_": null, "length": 194.65938306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5738, "l_t_add": 5798, "r_f_add": 5739, "r_t_add": 5799, "st_code": 70940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9995, "Shape__Length": 77.307514629006221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236605906544099, 39.959117312498201 ], [ -75.237291643298704, 39.959201443061602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20466, "tnode_": 20455, "lpoly_": null, "rpoly_": null, "length": 191.01908004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5716, "r_f_add": 5701, "r_t_add": 5717, "st_code": 70940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401837, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 9996, "Shape__Length": 75.861944994407807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235344043825904, 39.958960515443103 ], [ -75.236016583232399, 39.959044848263197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20340, "tnode_": 20440, "lpoly_": null, "rpoly_": null, "length": 281.46388143999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 118, "st_code": 88980, "l_hundred": 100, "r_hundred": 100, "seg_id": 401838, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 9997, "Shape__Length": 112.20204798268908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237129681151302, 39.959963978215598 ], [ -75.237291643298704, 39.959201443061602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20350, "tnode_": 20447, "lpoly_": null, "rpoly_": null, "length": 280.78918443000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 22000, "l_hundred": 100, "r_hundred": 100, "seg_id": 401839, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 9998, "Shape__Length": 111.93331769664739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236446946457704, 39.959878345790699 ], [ -75.236605906544099, 39.959117312498201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20359, "tnode_": 20455, "lpoly_": null, "rpoly_": null, "length": 281.04586632999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 11800, "l_hundred": 100, "r_hundred": 100, "seg_id": 401840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 9999, "Shape__Length": 112.03586948998112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235859977468706, 39.959806883924401 ], [ -75.236016583232399, 39.959044848263197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20455, "tnode_": 20447, "lpoly_": null, "rpoly_": null, "length": 167.30010460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5718, "l_t_add": 5736, "r_f_add": 5719, "r_t_add": 5737, "st_code": 70940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 401841, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10000, "Shape__Length": 66.441934379124802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236016583232399, 39.959044848263197 ], [ -75.236605906544099, 39.959117312498201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20367, "tnode_": 20466, "lpoly_": null, "rpoly_": null, "length": 280.1687259, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 131, "r_f_add": 100, "r_t_add": 130, "st_code": 88960, "l_hundred": 100, "r_hundred": 100, "seg_id": 401842, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 10001, "Shape__Length": 111.6864131556856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235190460248106, 39.959720478532397 ], [ -75.235344043825904, 39.958960515443103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20440, "tnode_": 20410, "lpoly_": null, "rpoly_": null, "length": 559.16635966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 70940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401843, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10002, "Shape__Length": 222.07013048149904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237291643298704, 39.959201443061602 ], [ -75.239260463040495, 39.959447840071903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20440, "tnode_": 20544, "lpoly_": null, "rpoly_": null, "length": 280.32284192999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 125, "l_t_add": 199, "r_f_add": 120, "r_t_add": 198, "st_code": 88980, "l_hundred": 100, "r_hundred": 100, "seg_id": 401844, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 10003, "Shape__Length": 111.7453252041084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237291643298704, 39.959201443061602 ], [ -75.237289735092602, 39.959157305688798 ], [ -75.237450339765601, 39.958442552828203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20544, "tnode_": 20514, "lpoly_": null, "rpoly_": null, "length": 559.58101855999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 401845, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10004, "Shape__Length": 222.23163952160237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237450339765601, 39.958442552828203 ], [ -75.239421381579405, 39.958685393139497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20296, "tnode_": 20392, "lpoly_": null, "rpoly_": null, "length": 280.95221379000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 70740, "l_hundred": 100, "r_hundred": 100, "seg_id": 401846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SALFORD ST", "stname": "S SALFORD ST", "objectid": 10005, "Shape__Length": 111.99957172487028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240341533848905, 39.960360502050797 ], [ -75.240353937173694, 39.960275255543102 ], [ -75.240461532077802, 39.9597776287168 ], [ -75.240496230616998, 39.959598607007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20304, "tnode_": 20405, "lpoly_": null, "rpoly_": null, "length": 280.63605338000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 67700, "l_hundred": 100, "r_hundred": 100, "seg_id": 401847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S REDFIELD ST", "stname": "S REDFIELD ST", "objectid": 10006, "Shape__Length": 111.87291571486196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239766163193906, 39.960290010520303 ], [ -75.2399252590602, 39.959529419690199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20405, "tnode_": 20392, "lpoly_": null, "rpoly_": null, "length": 162.03095897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5920, "l_t_add": 5940, "r_f_add": 5921, "r_t_add": 5941, "st_code": 70940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401848, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10007, "Shape__Length": 64.349612559628312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2399252590602, 39.959529419690199 ], [ -75.240496230616998, 39.959598607007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20311, "tnode_": 20410, "lpoly_": null, "rpoly_": null, "length": 280.05096927, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 120, "st_code": 89000, "l_hundred": 100, "r_hundred": 100, "seg_id": 401849, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 10008, "Shape__Length": 111.63976248443456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239103274133598, 39.960207039294303 ], [ -75.239260463040495, 39.959447840071903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20410, "tnode_": 20405, "lpoly_": null, "rpoly_": null, "length": 188.71511052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 70940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401850, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10009, "Shape__Length": 74.947157669952418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239260463040495, 39.959447840071903 ], [ -75.2399252590602, 39.959529419690199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20392, "tnode_": 20383, "lpoly_": null, "rpoly_": null, "length": 210.28727967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5943, "r_t_add": 5999, "st_code": 70940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401851, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10010, "Shape__Length": 83.515170322022058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240496230616998, 39.959598607007102 ], [ -75.241236387719994, 39.959692520327202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20514, "tnode_": 20484, "lpoly_": null, "rpoly_": null, "length": 561.88289706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401852, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10011, "Shape__Length": 223.14679104136889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239421381579405, 39.958685393139497 ], [ -75.241400326972098, 39.958930247071997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20286, "tnode_": 20383, "lpoly_": null, "rpoly_": null, "length": 280.62641598, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 128, "st_code": 89020, "l_hundred": 100, "r_hundred": 100, "seg_id": 401853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 60TH ST", "stname": "S 60TH ST", "objectid": 10012, "Shape__Length": 111.86925722270854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241076704564705, 39.960453011519 ], [ -75.241236387719994, 39.959692520327202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20272, "tnode_": 20262, "lpoly_": null, "rpoly_": null, "length": 210.55982518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6035, "r_t_add": 6099, "st_code": 22820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401854, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 10013, "Shape__Length": 83.62414322173565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242315013673107, 39.960603739173102 ], [ -75.243056717984103, 39.960695040671297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20383, "tnode_": 20360, "lpoly_": null, "rpoly_": null, "length": 560.80778073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 70940, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10014, "Shape__Length": 222.72300208233619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241236387719994, 39.959692520327202 ], [ -75.242866389877406, 39.959891317977998 ], [ -75.243211702123702, 39.9599362266935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20464, "tnode_": 20452, "lpoly_": null, "rpoly_": null, "length": 194.18928145000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6039, "r_t_add": 6099, "st_code": 81140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401856, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10015, "Shape__Length": 77.120961467100031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242689426228907, 39.959091029591299 ], [ -75.2433733076561, 39.959175912021799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20484, "tnode_": 20475, "lpoly_": null, "rpoly_": null, "length": 197.39120082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6015, "st_code": 81140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401857, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10016, "Shape__Length": 78.392675750954169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241400326972098, 39.958930247071997 ], [ -75.242095164857503, 39.959018033788702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20236, "tnode_": 20330, "lpoly_": null, "rpoly_": null, "length": 280.92358687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 126, "st_code": 89060, "l_hundred": 100, "r_hundred": 100, "seg_id": 401858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 10017, "Shape__Length": 111.98955389901799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245032342598506, 39.960942796881497 ], [ -75.245184661339195, 39.960180586143501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20360, "tnode_": 20452, "lpoly_": null, "rpoly_": null, "length": 280.64947142, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 89040, "l_hundred": 100, "r_hundred": 100, "seg_id": 401859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10018, "Shape__Length": 111.87733419023299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243211702123702, 39.9599362266935 ], [ -75.2433733076561, 39.959175912021799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20360, "tnode_": 20330, "lpoly_": null, "rpoly_": null, "length": 560.19126587999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 70940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401860, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10019, "Shape__Length": 222.47911948995284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243211702123702, 39.9599362266935 ], [ -75.244388940471296, 39.960079210556003 ], [ -75.245184661339195, 39.960180586143501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20236, "tnode_": 20214, "lpoly_": null, "rpoly_": null, "length": 580.99848757999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 22820, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401861, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 10020, "Shape__Length": 230.74549409957879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245032342598506, 39.960942796881497 ], [ -75.247079318098599, 39.961192912357802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20433, "tnode_": 20398, "lpoly_": null, "rpoly_": null, "length": 580.37908768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 81140, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401862, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10021, "Shape__Length": 230.49445076757698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245348557173202, 39.959421459823297 ], [ -75.247393176427707, 39.959671929197597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20330, "tnode_": 20305, "lpoly_": null, "rpoly_": null, "length": 582.62601070999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 70940, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401863, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 10022, "Shape__Length": 231.39000703060194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245184661339195, 39.960180586143501 ], [ -75.247236518406297, 39.960435390130499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20330, "tnode_": 20433, "lpoly_": null, "rpoly_": null, "length": 280.32674749, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 89060, "l_hundred": 100, "r_hundred": 100, "seg_id": 401864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 10023, "Shape__Length": 111.74872983401288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245184661339195, 39.960180586143501 ], [ -75.245348557173202, 39.959421459823297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20433, "tnode_": 20517, "lpoly_": null, "rpoly_": null, "length": 221.73979446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 228, "st_code": 89060, "l_hundred": 200, "r_hundred": 200, "seg_id": 401865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 10024, "Shape__Length": 88.394317044275795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245348557173202, 39.959421459823297 ], [ -75.245467969247997, 39.958819732372902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20452, "tnode_": 20548, "lpoly_": null, "rpoly_": null, "length": 221.72825643, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 218, "st_code": 89040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10025, "Shape__Length": 88.38876867971274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2433733076561, 39.959175912021799 ], [ -75.243497381925806, 39.958574775545003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20548, "tnode_": 20517, "lpoly_": null, "rpoly_": null, "length": 559.57657504999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 22300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401867, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 10026, "Shape__Length": 222.23069662604055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243497381925806, 39.958574775545003 ], [ -75.245467969247997, 39.958819732372902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20626, "tnode_": 20594, "lpoly_": null, "rpoly_": null, "length": 561.19539368999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 51380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401868, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10027, "Shape__Length": 222.87237922129978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243610432085802, 39.958029147067101 ], [ -75.245586054617505, 39.958277888257697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20548, "tnode_": 20626, "lpoly_": null, "rpoly_": null, "length": 201.27332053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 221, "l_t_add": 231, "r_f_add": 220, "r_t_add": 240, "st_code": 89040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401869, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10028, "Shape__Length": 80.233973493370954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243497381925806, 39.958574775545003 ], [ -75.243610432085802, 39.958029147067101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20571, "tnode_": 20561, "lpoly_": null, "rpoly_": null, "length": 212.72869055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6260, "l_t_add": 6298, "r_f_add": 6261, "r_t_add": 6299, "st_code": 51380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401870, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10029, "Shape__Length": 84.482822297270388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246891898244797, 39.958440478482999 ], [ -75.247641219512303, 39.958532716102297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20580, "tnode_": 20571, "lpoly_": null, "rpoly_": null, "length": 159.53753408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6230, "l_t_add": 6258, "r_f_add": 6231, "r_t_add": 6259, "st_code": 51380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10030, "Shape__Length": 63.358451774742122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246329914438704, 39.9583714253503 ], [ -75.246891898244797, 39.958440478482999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20594, "tnode_": 20580, "lpoly_": null, "rpoly_": null, "length": 211.29334430999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6200, "l_t_add": 6228, "r_f_add": 6201, "r_t_add": 6229, "st_code": 51380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10031, "Shape__Length": 83.912942728671396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245586054617505, 39.958277888257697 ], [ -75.246329914438704, 39.9583714253503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20664, "tnode_": 20746, "lpoly_": null, "rpoly_": null, "length": 242.36158149000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 275, "l_t_add": 299, "r_f_add": 274, "r_t_add": 298, "st_code": 89060, "l_hundred": 200, "r_hundred": 200, "seg_id": 401873, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 10032, "Shape__Length": 96.610942777577861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245709122652599, 39.957710652034997 ], [ -75.245851090034705, 39.957054370525597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20626, "tnode_": 20687, "lpoly_": null, "rpoly_": null, "length": 209.48291474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 233, "l_t_add": 249, "r_f_add": 242, "r_t_add": 248, "st_code": 89040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401874, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10033, "Shape__Length": 83.50498484815563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243610432085802, 39.958029147067101 ], [ -75.243734532260106, 39.957462075712201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20687, "tnode_": 20664, "lpoly_": null, "rpoly_": null, "length": 560.9047094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 45060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 401875, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10034, "Shape__Length": 222.7550719785724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243734532260106, 39.957462075712201 ], [ -75.245709122652599, 39.957710652034997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20464, "tnode_": 20631, "lpoly_": null, "rpoly_": null, "length": 421.97722227999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 56220, "l_hundred": 200, "r_hundred": 200, "seg_id": 401876, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 10035, "Shape__Length": 168.21368699071508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242689426228907, 39.959091029591299 ], [ -75.242929623941905, 39.957947491842901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20475, "tnode_": 20640, "lpoly_": null, "rpoly_": null, "length": 422.81329236, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 30800, "l_hundred": 200, "r_hundred": 200, "seg_id": 401877, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S EDGEWOOD ST", "stname": "S EDGEWOOD ST", "objectid": 10036, "Shape__Length": 168.54683411873407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242095164857503, 39.959018033788702 ], [ -75.242335516001205, 39.957872190276099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20624, "tnode_": 20593, "lpoly_": null, "rpoly_": null, "length": 560.10923437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 22300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401878, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 10037, "Shape__Length": 222.44030358060701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239577026941802, 39.957951109258303 ], [ -75.241549350626698, 39.958196876655002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20671, "tnode_": 20645, "lpoly_": null, "rpoly_": null, "length": 560.23514418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 51380, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10038, "Shape__Length": 222.48844848688097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239661121051199, 39.957543324147302 ], [ -75.241634471687306, 39.957786299905003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20514, "tnode_": 20624, "lpoly_": null, "rpoly_": null, "length": 271.02172356, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 220, "st_code": 89000, "l_hundred": 200, "r_hundred": 200, "seg_id": 401880, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 10039, "Shape__Length": 108.0374610921485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239421381579405, 39.958685393139497 ], [ -75.239577026941802, 39.957951109258303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20792, "tnode_": 20770, "lpoly_": null, "rpoly_": null, "length": 610.31993623999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 51380, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401881, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10040, "Shape__Length": 242.3742788933738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229526918886407, 39.9562892229022 ], [ -75.2316767747527, 39.956553305034198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20651, "tnode_": 20722, "lpoly_": null, "rpoly_": null, "length": 214.59369053, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 214, "st_code": 88880, "l_hundred": 200, "r_hundred": 200, "seg_id": 401882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 10041, "Shape__Length": 85.54212577613815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229286484538605, 39.957428961584199 ], [ -75.229409295018002, 39.956847505680699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20752, "tnode_": 20722, "lpoly_": null, "rpoly_": null, "length": 511.06611797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 22300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 10042, "Shape__Length": 202.96025597208393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227610639234399, 39.9566200884354 ], [ -75.227710583478995, 39.956636390949299 ], [ -75.229315616577296, 39.956831855000203 ], [ -75.229409295018002, 39.956847505680699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20813, "tnode_": 20792, "lpoly_": null, "rpoly_": null, "length": 511.34494832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 51380, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10043, "Shape__Length": 203.06832243714177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227726135587901, 39.956065922113801 ], [ -75.229526918886407, 39.9562892229022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20722, "tnode_": 20792, "lpoly_": null, "rpoly_": null, "length": 206.02827116, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 217, "l_t_add": 235, "r_f_add": 216, "r_t_add": 234, "st_code": 88880, "l_hundred": 200, "r_hundred": 200, "seg_id": 401885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 10044, "Shape__Length": 82.12710342935604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229409295018002, 39.956847505680699 ], [ -75.229526918886407, 39.9562892229022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20779, "tnode_": 20752, "lpoly_": null, "rpoly_": null, "length": 560.16791779000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 22300, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401886, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 10045, "Shape__Length": 222.45722235434607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225636731442506, 39.956381209233399 ], [ -75.226547119082795, 39.956493904483096 ], [ -75.227610639234399, 39.9566200884354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20834, "tnode_": 20813, "lpoly_": null, "rpoly_": null, "length": 561.53381072000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 51380, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401887, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10046, "Shape__Length": 222.99838906605868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225748076425305, 39.9558232708277 ], [ -75.227726135587901, 39.956065922113801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20697, "tnode_": 20673, "lpoly_": null, "rpoly_": null, "length": 560.50778950999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 81140, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401888, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 10047, "Shape__Length": 222.59474622860176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225517163105295, 39.956962502484302 ], [ -75.227491544901397, 39.957205174385599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20907, "tnode_": 20979, "lpoly_": null, "rpoly_": null, "length": 230.77842077, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 267, "l_t_add": 299, "r_f_add": 268, "r_t_add": 298, "st_code": 88830, "l_hundred": 200, "r_hundred": 200, "seg_id": 401893, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 52ND ST", "stname": "S 52ND ST", "objectid": 10048, "Shape__Length": 91.991144526679534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225875702193605, 39.9552266422061 ], [ -75.226004978816206, 39.954600987211201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20907, "tnode_": 20883, "lpoly_": null, "rpoly_": null, "length": 561.49606185999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 45060, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401894, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10049, "Shape__Length": 222.98150704060089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225875702193605, 39.9552266422061 ], [ -75.2259866435692, 39.955237108302498 ], [ -75.226425351864194, 39.955293751154997 ], [ -75.2278535311398, 39.955469234348399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20883, "tnode_": 20863, "lpoly_": null, "rpoly_": null, "length": 510.07620763999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 45060, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 401895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10050, "Shape__Length": 202.56268725599566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2278535311398, 39.955469234348399 ], [ -75.229649837954298, 39.955691945893001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20863, "tnode_": 20833, "lpoly_": null, "rpoly_": null, "length": 611.34787316000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 45060, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10051, "Shape__Length": 242.78058777252656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229649837954298, 39.955691945893001 ], [ -75.231803045793001, 39.955957675549897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20863, "tnode_": 20936, "lpoly_": null, "rpoly_": null, "length": 229.99820313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 257, "l_t_add": 299, "r_f_add": 256, "r_t_add": 298, "st_code": 88880, "l_hundred": 200, "r_hundred": 200, "seg_id": 401897, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 10052, "Shape__Length": 91.680598713994087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229649837954298, 39.955691945893001 ], [ -75.229779872383702, 39.955068552933497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20936, "tnode_": 20909, "lpoly_": null, "rpoly_": null, "length": 612.82075194000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 73960, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401898, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 10053, "Shape__Length": 243.36203945694211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229779872383702, 39.955068552933497 ], [ -75.231939646436402, 39.955328122231798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20770, "tnode_": 20757, "lpoly_": null, "rpoly_": null, "length": 271.6306811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5522, "r_f_add": 5501, "r_t_add": 5529, "st_code": 51380, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401899, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10054, "Shape__Length": 107.87246961333004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2316767747527, 39.956553305034198 ], [ -75.232633142690005, 39.956673013935003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20833, "tnode_": 20823, "lpoly_": null, "rpoly_": null, "length": 270.87402165000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5522, "r_f_add": 5501, "r_t_add": 5521, "st_code": 45060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10055, "Shape__Length": 107.57073865791418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231803045793001, 39.955957675549897 ], [ -75.232757079915004, 39.956075437575798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20757, "tnode_": 20823, "lpoly_": null, "rpoly_": null, "length": 220.44164953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 248, "st_code": 12220, "l_hundred": 200, "r_hundred": 200, "seg_id": 401901, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 10056, "Shape__Length": 87.872590857619102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232633142690005, 39.956673013935003 ], [ -75.232757079915004, 39.956075437575798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20833, "tnode_": 20909, "lpoly_": null, "rpoly_": null, "length": 232.5619721, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 263, "l_t_add": 299, "r_f_add": 252, "r_t_add": 298, "st_code": 88910, "l_hundred": 200, "r_hundred": 200, "seg_id": 401902, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 10057, "Shape__Length": 92.702024665975216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231803045793001, 39.955957675549897 ], [ -75.231913113459399, 39.955421281306599 ], [ -75.231939646436402, 39.955328122231798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20823, "tnode_": 20895, "lpoly_": null, "rpoly_": null, "length": 232.24524785, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 12220, "l_hundred": 200, "r_hundred": 200, "seg_id": 401903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 10058, "Shape__Length": 92.575990946348782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232757079915004, 39.956075437575798 ], [ -75.232762405019997, 39.956030205485398 ], [ -75.232814689198506, 39.955779960376503 ], [ -75.232824547534506, 39.955720916371298 ], [ -75.2328922909428, 39.955446691650401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20811, "tnode_": 20884, "lpoly_": null, "rpoly_": null, "length": 230.1460247, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 267, "l_t_add": 299, "r_f_add": 272, "r_t_add": 298, "st_code": 88940, "l_hundred": 200, "r_hundred": 200, "seg_id": 401904, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 10059, "Shape__Length": 91.74056611197237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233859673301595, 39.956212770578198 ], [ -75.233974845727502, 39.955666519852997 ], [ -75.233986746915406, 39.955588671742802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20823, "tnode_": 20811, "lpoly_": null, "rpoly_": null, "length": 313.12459335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5524, "l_t_add": 5598, "r_f_add": 5523, "r_t_add": 5599, "st_code": 45060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10060, "Shape__Length": 124.34993312807617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232757079915004, 39.956075437575798 ], [ -75.233859673301595, 39.956212770578198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20757, "tnode_": 20735, "lpoly_": null, "rpoly_": null, "length": 313.08170477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5524, "l_t_add": 5598, "r_f_add": 5531, "r_t_add": 5599, "st_code": 51380, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 401906, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10061, "Shape__Length": 124.33411914506675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232633142690005, 39.956673013935003 ], [ -75.233735451886204, 39.9568110057197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20735, "tnode_": 20726, "lpoly_": null, "rpoly_": null, "length": 198.95384467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5600, "l_t_add": 5628, "r_f_add": 5601, "r_t_add": 5629, "st_code": 51380, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 401907, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10062, "Shape__Length": 79.010466807908813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233735451886204, 39.9568110057197 ], [ -75.234436157528805, 39.956897644642297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20726, "tnode_": 20878, "lpoly_": null, "rpoly_": null, "length": 450.42896575999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 45160, "l_hundred": 200, "r_hundred": 200, "seg_id": 401908, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ITHAN ST", "stname": "S ITHAN ST", "objectid": 10063, "Shape__Length": 179.55110754513919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234436157528805, 39.956897644642297 ], [ -75.234439078630899, 39.956837595171102 ], [ -75.234606939894903, 39.956020663452001 ], [ -75.234678193730403, 39.955675683938303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20719, "tnode_": 20874, "lpoly_": null, "rpoly_": null, "length": 448.39680758999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 35040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401909, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRAZIER ST", "stname": "S FRAZIER ST", "objectid": 10064, "Shape__Length": 178.73764962745085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235013600966298, 39.956964124879597 ], [ -75.235031897010302, 39.956908232673598 ], [ -75.2352135640363, 39.9560228515208 ], [ -75.235232897422406, 39.9559434128928 ], [ -75.235257567767206, 39.955817331393703 ], [ -75.235279590196697, 39.9557508647693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20702, "tnode_": 20853, "lpoly_": null, "rpoly_": null, "length": 447.59048329000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 243, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 11800, "l_hundred": 200, "r_hundred": 200, "seg_id": 401910, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDEN ST", "stname": "S ALDEN ST", "objectid": 10065, "Shape__Length": 178.41914225025678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236465287998996, 39.957147900471398 ], [ -75.236469802755707, 39.957084885590497 ], [ -75.236533801691394, 39.956773783952798 ], [ -75.236635642927595, 39.956296307410298 ], [ -75.236714738831196, 39.955934654558902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20696, "tnode_": 20847, "lpoly_": null, "rpoly_": null, "length": 452.64177069, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CECIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 243, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 22000, "l_hundred": 200, "r_hundred": 200, "seg_id": 401911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CECIL ST", "stname": "S CECIL ST", "objectid": 10066, "Shape__Length": 180.4302272850513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237057985353204, 39.957222119718899 ], [ -75.237029810686195, 39.957160349355497 ], [ -75.237070693774101, 39.956945501664499 ], [ -75.237193006101194, 39.956362988244798 ], [ -75.237253907280206, 39.956066401036502 ], [ -75.237240180727696, 39.955997589646103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20710, "tnode_": 20862, "lpoly_": null, "rpoly_": null, "length": 449.23095722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 251, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 88960, "l_hundred": 200, "r_hundred": 200, "seg_id": 401912, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 10067, "Shape__Length": 179.0729480830226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235747941605794, 39.957058453249601 ], [ -75.235856024451095, 39.956546140132502 ], [ -75.236000335308006, 39.955840653707902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20690, "tnode_": 20837, "lpoly_": null, "rpoly_": null, "length": 452.5679784, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 243, "l_t_add": 299, "r_f_add": 266, "r_t_add": 298, "st_code": 88980, "l_hundred": 200, "r_hundred": 200, "seg_id": 401913, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 10068, "Shape__Length": 180.40430867933668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2376862728145, 39.957299148799997 ], [ -75.237923502723504, 39.956159307428202 ], [ -75.237935840791394, 39.956071834238102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20713, "tnode_": 20691, "lpoly_": null, "rpoly_": null, "length": 560.81382278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 45060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10069, "Shape__Length": 222.71709688741257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239742435824596, 39.957137821664297 ], [ -75.241717627046597, 39.957381941136802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20687, "tnode_": 20777, "lpoly_": null, "rpoly_": null, "length": 240.04106294, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 89040, "l_hundred": 200, "r_hundred": 200, "seg_id": 401915, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10070, "Shape__Length": 95.687614445895619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243734532260106, 39.957462075712201 ], [ -75.243860322378097, 39.956810282079701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20708, "tnode_": 20687, "lpoly_": null, "rpoly_": null, "length": 561.46694133000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 45060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401916, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 10071, "Shape__Length": 222.97679449623016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241757108961806, 39.957217334194098 ], [ -75.243734532260106, 39.957462075712201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20645, "tnode_": 20640, "lpoly_": null, "rpoly_": null, "length": 199.00174676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6014, "r_f_add": 6001, "r_t_add": 6013, "st_code": 51380, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401917, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 10072, "Shape__Length": 79.030484181433479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241634471687306, 39.957786299905003 ], [ -75.242335516001205, 39.957872190276099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19505, "tnode_": 19281, "lpoly_": null, "rpoly_": null, "length": 562.20257484000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88990, "l_hundred": 300, "r_hundred": 300, "seg_id": 401918, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 10073, "Shape__Length": 224.14070906152125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237820269590401, 39.966339472863801 ], [ -75.237504509958598, 39.967863544984397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20815, "tnode_": 20795, "lpoly_": null, "rpoly_": null, "length": 561.73386113999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 73960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 401919, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 10074, "Shape__Length": 223.07895026717432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239911871508895, 39.956322194729502 ], [ -75.241891241700301, 39.9565620576656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20777, "tnode_": 20828, "lpoly_": null, "rpoly_": null, "length": 199.63271781, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "61ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 89040, "l_hundred": 300, "r_hundred": 300, "seg_id": 401920, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 61ST ST", "stname": "S 61ST ST", "objectid": 10075, "Shape__Length": 79.577155349235426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243860322378097, 39.956810282079701 ], [ -75.243977902576802, 39.956269787051198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20746, "tnode_": 20808, "lpoly_": null, "rpoly_": null, "length": 200.92781329, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "62ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 89060, "l_hundred": 300, "r_hundred": 300, "seg_id": 401921, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 62ND ST", "stname": "S 62ND ST", "objectid": 10076, "Shape__Length": 80.095997972890572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245851090034705, 39.957054370525597 ], [ -75.245952275337103, 39.956508322631798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20580, "tnode_": 20734, "lpoly_": null, "rpoly_": null, "length": 452.94559104999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HIRST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 42840, "l_hundred": 200, "r_hundred": 200, "seg_id": 401922, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HIRST ST", "stname": "S HIRST ST", "objectid": 10077, "Shape__Length": 180.55732734072578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246329914438704, 39.9583714253503 ], [ -75.246582981293798, 39.957143378824199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20729, "tnode_": 20718, "lpoly_": null, "rpoly_": null, "length": 209.58727351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6246, "l_t_add": 6298, "r_f_add": 6233, "r_t_add": 6299, "st_code": 73960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401923, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 10078, "Shape__Length": 83.232782534769811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247155010196806, 39.957213726765403 ], [ -75.247803729032299, 39.957289262861501 ], [ -75.247894345156695, 39.957279362323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20795, "tnode_": 20777, "lpoly_": null, "rpoly_": null, "length": 559.36693633999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 73960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 401924, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 10079, "Shape__Length": 222.14148723996684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241891241700301, 39.9565620576656 ], [ -75.243860322378097, 39.956810282079701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20815, "tnode_": 20869, "lpoly_": null, "rpoly_": null, "length": 161.78040908999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 315, "r_f_add": 300, "r_t_add": 314, "st_code": 89000, "l_hundred": 300, "r_hundred": 300, "seg_id": 401925, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 59TH ST", "stname": "S 59TH ST", "objectid": 10080, "Shape__Length": 64.487659917110634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239911871508895, 39.956322194729502 ], [ -75.240010405747995, 39.955884608754403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20837, "tnode_": 20901, "lpoly_": null, "rpoly_": null, "length": 199.23998394, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 88980, "l_hundred": 300, "r_hundred": 300, "seg_id": 401926, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 58TH ST", "stname": "S 58TH ST", "objectid": 10081, "Shape__Length": 79.419675725006456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237935840791394, 39.956071834238102 ], [ -75.238053691105705, 39.9555324674158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20862, "tnode_": 20926, "lpoly_": null, "rpoly_": null, "length": 202.27724207, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 306, "st_code": 88960, "l_hundred": 300, "r_hundred": 300, "seg_id": 401927, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 57TH ST", "stname": "S 57TH ST", "objectid": 10082, "Shape__Length": 80.630507496580933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236000335308006, 39.955840653707902 ], [ -75.236117082058001, 39.955292694095 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20895, "tnode_": 20960, "lpoly_": null, "rpoly_": null, "length": 198.2587642, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 12220, "l_hundred": 300, "r_hundred": 300, "seg_id": 401928, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALLISON ST", "stname": "S ALLISON ST", "objectid": 10083, "Shape__Length": 79.029205876145198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2328922909428, 39.955446691650401 ], [ -75.232999703971799, 39.954908760686003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20909, "tnode_": 20971, "lpoly_": null, "rpoly_": null, "length": 198.38153448999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 88910, "l_hundred": 300, "r_hundred": 300, "seg_id": 401929, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 55TH ST", "stname": "S 55TH ST", "objectid": 10084, "Shape__Length": 79.077938165932594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231939646436402, 39.955328122231798 ], [ -75.232047640068501, 39.954789919124003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20884, "tnode_": 20946, "lpoly_": null, "rpoly_": null, "length": 201.29861760999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 88940, "l_hundred": 300, "r_hundred": 300, "seg_id": 401930, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 56TH ST", "stname": "S 56TH ST", "objectid": 10085, "Shape__Length": 80.239576854090075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233986746915406, 39.955588671742802 ], [ -75.234106688028803, 39.9550438454663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20936, "tnode_": 20995, "lpoly_": null, "rpoly_": null, "length": 201.82989866, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 88880, "l_hundred": 300, "r_hundred": 300, "seg_id": 401931, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 54TH ST", "stname": "S 54TH ST", "objectid": 10086, "Shape__Length": 80.451110029787699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229779872383702, 39.955068552933497 ], [ -75.229897575200695, 39.954521959352803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20954, "tnode_": 21019, "lpoly_": null, "rpoly_": null, "length": 199.88618129, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 88850, "l_hundred": 300, "r_hundred": 300, "seg_id": 401932, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 53RD ST", "stname": "S 53RD ST", "objectid": 10087, "Shape__Length": 79.675091571202444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227976510478399, 39.954841453280999 ], [ -75.228099673405396, 39.9543009891187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20979, "tnode_": 20954, "lpoly_": null, "rpoly_": null, "length": 559.61143331999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 73960, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401933, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 10088, "Shape__Length": 222.2307238080231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226004978816206, 39.954600987211201 ], [ -75.227976510478399, 39.954841453280999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18877, "tnode_": 18910, "lpoly_": null, "rpoly_": null, "length": 508.73434995000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5031, "r_t_add": 5099, "st_code": 84780, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 401934, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10089, "Shape__Length": 202.06598324464343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221322279889307, 39.969941599512701 ], [ -75.223121379698597, 39.969756786542803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17395, "tnode_": 17344, "lpoly_": null, "rpoly_": null, "length": 148.56922511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7572, "l_t_add": 7578, "r_f_add": 7539, "r_t_add": 7539, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 401938, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10090, "Shape__Length": 59.11644791358502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267899796685896, 39.9787098245584 ], [ -75.268034341915097, 39.9787700830747 ], [ -75.268295784139596, 39.978976313437499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18103, "tnode_": 18008, "lpoly_": null, "rpoly_": null, "length": 234.39920351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1431, "r_t_add": 1499, "st_code": 89470, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401939, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 10091, "Shape__Length": 93.325260364191237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265033857963303, 39.975151490362499 ], [ -75.265277016307095, 39.975383113915399 ], [ -75.265560991278704, 39.975651050064997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18297, "tnode_": 18207, "lpoly_": null, "rpoly_": null, "length": 232.38037928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "76TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1438, "l_t_add": 1498, "r_f_add": 1439, "r_t_add": 1499, "st_code": 89500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401940, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 76TH ST", "stname": "N 76TH ST", "objectid": 10092, "Shape__Length": 92.560387506074505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267147363720596, 39.9741327589824 ], [ -75.267393870306606, 39.974423652387102 ], [ -75.267591403234306, 39.974671411592396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17502, "tnode_": 17446, "lpoly_": null, "rpoly_": null, "length": 203.77570118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7548, "l_t_add": 7558, "r_f_add": 7531, "r_t_add": 7533, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 401941, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10093, "Shape__Length": 81.059304089595429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267003455000093, 39.978159039731899 ], [ -75.267351764577995, 39.978361343157999 ], [ -75.267583766099193, 39.978496091137799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17344, "tnode_": 17151, "lpoly_": null, "rpoly_": null, "length": 516.73910504000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7580, "l_t_add": 7598, "r_f_add": 7541, "r_t_add": 7599, "st_code": 41240, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 401942, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10094, "Shape__Length": 205.84536910511878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.268295784139596, 39.978976313437499 ], [ -75.269272213249295, 39.980179608426603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18235, "tnode_": 18103, "lpoly_": null, "rpoly_": null, "length": 341.11968588999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1400, "l_t_add": 1428, "r_f_add": 1401, "r_t_add": 1429, "st_code": 89470, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401943, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 10095, "Shape__Length": 135.81106739733576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264260663593703, 39.974428295604902 ], [ -75.265033857963303, 39.975151490362499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18142, "tnode_": 18113, "lpoly_": null, "rpoly_": null, "length": 178.07784973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7226, "l_t_add": 7228, "r_f_add": 7231, "r_t_add": 7243, "st_code": 41240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 401944, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10096, "Shape__Length": 70.789576346635315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260795607818693, 39.974808841846198 ], [ -75.261361677859199, 39.975030879085999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19541, "tnode_": 19527, "lpoly_": null, "rpoly_": null, "length": 205.31996064999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5448, "r_f_add": 5401, "r_t_add": 5449, "st_code": 63560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 402015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 10097, "Shape__Length": 81.549380449176212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227823730292997, 39.965897676272 ], [ -75.228547139682703, 39.965986192593903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18541, "tnode_": 18384, "lpoly_": null, "rpoly_": null, "length": 349.61763206999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "75TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1332, "r_f_add": 1301, "r_t_add": 1333, "st_code": 89470, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401945, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 75TH ST", "stname": "N 75TH ST", "objectid": 10098, "Shape__Length": 139.14504448693646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262233997962994, 39.972911783296603 ], [ -75.262336195689898, 39.9730399163006 ], [ -75.262587927977606, 39.973217921247702 ], [ -75.263100185829103, 39.973596306764897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18192, "tnode_": 18142, "lpoly_": null, "rpoly_": null, "length": 196.36130804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7200, "l_t_add": 7224, "r_f_add": 7211, "r_t_add": 7229, "st_code": 41240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 401946, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10099, "Shape__Length": 78.065026604706858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260181269232206, 39.9745496825239 ], [ -75.260795607818693, 39.974808841846198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18507, "tnode_": 18552, "lpoly_": null, "rpoly_": null, "length": 201.48549406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7736, "l_t_add": 7798, "r_f_add": 7737, "r_t_add": 7799, "st_code": 84360, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 401948, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 10100, "Shape__Length": 80.103019563181448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.270843175062296, 39.973102425551403 ], [ -75.271139954853595, 39.9729542450754 ], [ -75.271366259135306, 39.972852580308903 ], [ -75.271468699994102, 39.972844048735297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18896, "tnode_": 18670, "lpoly_": null, "rpoly_": null, "length": 916.02209822000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 33600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401951, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRINGTON RD", "stname": "FARRINGTON RD", "objectid": 10101, "Shape__Length": 364.51359467379012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265041227056201, 39.970737298033598 ], [ -75.265118613588299, 39.970680508863502 ], [ -75.265209010974004, 39.970637777466699 ], [ -75.265302791623398, 39.970620040542101 ], [ -75.265358670162399, 39.9706094718995 ], [ -75.265432319625603, 39.970618346576501 ], [ -75.265504941949601, 39.970627098056099 ], [ -75.265647681444193, 39.970694593719898 ], [ -75.267037532889205, 39.9716960181837 ], [ -75.267121613583598, 39.9717793307534 ], [ -75.267162683454998, 39.971870912611003 ], [ -75.267170982580097, 39.971977280555997 ], [ -75.267094958299197, 39.972093946755699 ], [ -75.267030758601507, 39.972162886772502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16450, "tnode_": 16564, "lpoly_": null, "rpoly_": null, "length": 449.43895815999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 53080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 401952, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 10102, "Shape__Length": 178.75262389739561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245757418960807, 39.984282853956998 ], [ -75.247097219527106, 39.9836046666709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16877, "tnode_": 16792, "lpoly_": null, "rpoly_": null, "length": 195.28878415, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5234, "l_t_add": 5298, "r_f_add": 5235, "r_t_add": 5299, "st_code": 24400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401955, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 10103, "Shape__Length": 77.848820072270385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225986858187198, 39.981111515847502 ], [ -75.226115876614301, 39.981318764339697 ], [ -75.226205316491601, 39.981617239553998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16961, "tnode_": 16877, "lpoly_": null, "rpoly_": null, "length": 427.50810886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5232, "r_f_add": 5201, "r_t_add": 5233, "st_code": 24400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 401956, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 10104, "Shape__Length": 170.02021709669134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224718384229107, 39.9804881149458 ], [ -75.225471097211994, 39.980762117323401 ], [ -75.225664514529498, 39.980855608453901 ], [ -75.225848998973603, 39.9809841281728 ], [ -75.225986858187198, 39.981111515847502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18970, "tnode_": 18870, "lpoly_": null, "rpoly_": null, "length": 215.16016979, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83600, "l_hundred": 600, "r_hundred": 600, "seg_id": 401957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 10105, "Shape__Length": 85.788469477689532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226156369587599, 39.969446833892299 ], [ -75.226239339724799, 39.970034015351402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17521, "tnode_": 17240, "lpoly_": null, "rpoly_": null, "length": 659.5358192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 13980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 401960, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATWOOD RD", "stname": "ATWOOD RD", "objectid": 10106, "Shape__Length": 262.70390054383012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250980822534004, 39.977693863687001 ], [ -75.251275515860996, 39.978032701798703 ], [ -75.252270971063794, 39.979208038987203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18369, "tnode_": 18167, "lpoly_": null, "rpoly_": null, "length": 375.42240290999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 30760, "l_hundred": 700, "r_hundred": 700, "seg_id": 401963, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMORE RD", "stname": "EDGEMORE RD", "objectid": 10107, "Shape__Length": 149.69212236650307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.252585652259299, 39.9735183206353 ], [ -75.252778548132099, 39.974538160241799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18326, "tnode_": 18130, "lpoly_": null, "rpoly_": null, "length": 383.58387591000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47360, "l_hundred": 700, "r_hundred": 700, "seg_id": 401964, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENMORE RD", "stname": "KENMORE RD", "objectid": 10108, "Shape__Length": 152.94639946722782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250857108591404, 39.973685874697601 ], [ -75.2509011861506, 39.973906690699401 ], [ -75.250998509141894, 39.974427302170703 ], [ -75.251056831239097, 39.974727580287698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18536, "tnode_": 18407, "lpoly_": null, "rpoly_": null, "length": 277.38382443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLANDERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 34340, "l_hundred": 600, "r_hundred": 600, "seg_id": 401965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLANDERS RD", "stname": "FLANDERS RD", "objectid": 10109, "Shape__Length": 110.60000517359168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254227281066093, 39.972591519251502 ], [ -75.254365770466407, 39.973345480672499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17420, "tnode_": 17107, "lpoly_": null, "rpoly_": null, "length": 682.18563507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 84960, "l_hundred": 900, "r_hundred": 900, "seg_id": 401968, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEWOOD RD", "stname": "WYNNEWOOD RD", "objectid": 10110, "Shape__Length": 272.0192072058731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247412360158293, 39.978161431361997 ], [ -75.247455760712995, 39.978218231141099 ], [ -75.247792002787804, 39.980006416096202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18071, "tnode_": 17779, "lpoly_": null, "rpoly_": null, "length": 543.71106884000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 53740, "l_hundred": 800, "r_hundred": 800, "seg_id": 401970, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLYN RD", "stname": "MARLYN RD", "objectid": 10111, "Shape__Length": 216.80029378752397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248599011954397, 39.9750008254791 ], [ -75.248870081680195, 39.976478738584703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28104, "tnode_": 17940, "lpoly_": null, "rpoly_": null, "length": 332.06883903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 64020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401971, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWOOD RD", "stname": "PENNWOOD RD", "objectid": 10112, "Shape__Length": 132.04805954580198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260459036309001, 39.9754223219837 ], [ -75.260497596366804, 39.975486086181 ], [ -75.260561683864196, 39.975535254934798 ], [ -75.261447542920607, 39.975897045663302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17118, "tnode_": 17017, "lpoly_": null, "rpoly_": null, "length": 246.32020957, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1825, "r_t_add": 1899, "st_code": 88990, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 401982, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 10113, "Shape__Length": 98.224624855628107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239260643868505, 39.979763682300998 ], [ -75.239305396162393, 39.980025059320297 ], [ -75.2393815176396, 39.980433426793198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18661, "tnode_": 18431, "lpoly_": null, "rpoly_": null, "length": 470.62275714000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 67680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 401992, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 10114, "Shape__Length": 187.64671585326573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238573669299996, 39.9715936244395 ], [ -75.2387968179289, 39.972812608233603 ], [ -75.238812335270197, 39.9728723296178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18254, "tnode_": 17943, "lpoly_": null, "rpoly_": null, "length": 586.73975585999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 80280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401993, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 10115, "Shape__Length": 233.95253393943892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231708562713806, 39.973660933970798 ], [ -75.232006828537394, 39.975255177083703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18101, "tnode_": 18134, "lpoly_": null, "rpoly_": null, "length": 331.84058057000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 40540, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 401994, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 10116, "Shape__Length": 131.81504628873867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229356400810602, 39.974427701926601 ], [ -75.230528446245799, 39.974298472952498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17907, "tnode_": 17790, "lpoly_": null, "rpoly_": null, "length": 250.6424548, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 88780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10117, "Shape__Length": 99.827228509201419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222476890547298, 39.9752211577445 ], [ -75.222391588365696, 39.975281293732003 ], [ -75.221983665547498, 39.975791534696199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27732, "tnode_": 17907, "lpoly_": null, "rpoly_": null, "length": 267.85048466999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1413, "st_code": 88780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 401996, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10118, "Shape__Length": 106.68898038238615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222987041856001, 39.974601501162702 ], [ -75.222553090917899, 39.975159128255598 ], [ -75.222476890547298, 39.9752211577445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18367, "tnode_": 18259, "lpoly_": null, "rpoly_": null, "length": 175.16015195, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 74020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401998, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SAINT BERNARD ST", "stname": "N SAINT BERNARD ST", "objectid": 10119, "Shape__Length": 69.841911752603991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222182434157602, 39.972909537806302 ], [ -75.222262161007095, 39.973386445643897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18465, "tnode_": 18367, "lpoly_": null, "rpoly_": null, "length": 241.02997013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1223, "st_code": 74020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 401999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SAINT BERNARD ST", "stname": "N SAINT BERNARD ST", "objectid": 10120, "Shape__Length": 96.095320482144558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222012688974402, 39.9722623969663 ], [ -75.222111704219799, 39.972529904391301 ], [ -75.222182434157602, 39.972909537806302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18975, "tnode_": 19010, "lpoly_": null, "rpoly_": null, "length": 540.44606209000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 40580, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 402000, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARMER ST", "stname": "HARMER ST", "objectid": 10121, "Shape__Length": 214.66282318290098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230407384281804, 39.969505910959803 ], [ -75.232315674510204, 39.969293304922999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17665, "tnode_": 17363, "lpoly_": null, "rpoly_": null, "length": 554.09333086000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 33780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 402001, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FELTON ST", "stname": "N FELTON ST", "objectid": 10122, "Shape__Length": 220.94472944563603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244753831016496, 39.976915426373203 ], [ -75.245043023170695, 39.978420122243399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17256, "tnode_": 17342, "lpoly_": null, "rpoly_": null, "length": 919.80309986999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNLAP", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 29520, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 402002, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNLAP ST", "stname": "DUNLAP ST", "objectid": 10123, "Shape__Length": 365.39118288295987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2357600041192, 39.9787933043199 ], [ -75.239008387200798, 39.978432315006998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16960, "tnode_": 16850, "lpoly_": null, "rpoly_": null, "length": 270.77796977999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 63440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 402003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 10124, "Shape__Length": 107.90731423993508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222909329728296, 39.980475639257001 ], [ -75.222491526666303, 39.981145876023298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17039, "tnode_": 16975, "lpoly_": null, "rpoly_": null, "length": 418.68264741999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 42240, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 402005, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HESTON ST", "stname": "HESTON ST", "objectid": 10125, "Shape__Length": 166.43554246592188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225042233067001, 39.979968717263901 ], [ -75.226388802904296, 39.980466567095696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19869, "tnode_": 19629, "lpoly_": null, "rpoly_": null, "length": 559.91952907999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILKINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 83240, "l_hundred": 100, "r_hundred": 100, "seg_id": 402008, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILKINSON ST", "stname": "WILKINSON ST", "objectid": 10126, "Shape__Length": 223.22386696796235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245834063921606, 39.9642138628734 ], [ -75.245521834520005, 39.965732019520203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17021, "tnode_": 16792, "lpoly_": null, "rpoly_": null, "length": 613.98451966000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 50900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 402009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LINDENWOOD ST", "stname": "N LINDENWOOD ST", "objectid": 10127, "Shape__Length": 244.65081014924152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227209412881507, 39.980126818593298 ], [ -75.226347181786906, 39.981501737500402 ], [ -75.226205316491601, 39.981617239553998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17145, "tnode_": 17021, "lpoly_": null, "rpoly_": null, "length": 318.74007412000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LINDENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 50900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 402010, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LINDENWOOD ST", "stname": "N LINDENWOOD ST", "objectid": 10128, "Shape__Length": 127.01802978205208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227702730830501, 39.979338434372899 ], [ -75.227376913340805, 39.979855154060402 ], [ -75.227209412881507, 39.980126818593298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19549, "tnode_": 19604, "lpoly_": null, "rpoly_": null, "length": 457.87645537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5148, "r_f_add": 5101, "r_t_add": 5149, "st_code": 19400, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 402011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10129, "Shape__Length": 181.89660498886946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222247958364207, 39.965691836289302 ], [ -75.222328167062599, 39.965665333557702 ], [ -75.223817531828004, 39.965345676313802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18172, "tnode_": 17876, "lpoly_": null, "rpoly_": null, "length": 571.55672886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "EDGEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 30780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 402013, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N EDGEWOOD ST", "stname": "N EDGEWOOD ST", "objectid": 10130, "Shape__Length": 227.90059248184221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240726223519403, 39.974289617941302 ], [ -75.241016699374896, 39.975842615133899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19169, "tnode_": 19029, "lpoly_": null, "rpoly_": null, "length": 297.14073498, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 24700, "l_hundred": 500, "r_hundred": 500, "seg_id": 402014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 10131, "Shape__Length": 118.47108875393828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228958404419203, 39.968346048570197 ], [ -75.229100117530805, 39.969154416285498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18938, "tnode_": 18628, "lpoly_": null, "rpoly_": null, "length": 728.14897061, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CREIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 25700, "l_hundred": 600, "r_hundred": 600, "seg_id": 402017, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CREIGHTON ST", "stname": "N CREIGHTON ST", "objectid": 10132, "Shape__Length": 290.30323061702984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224897552433006, 39.969577285827299 ], [ -75.225386604256499, 39.9715404092982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19162, "tnode_": 18923, "lpoly_": null, "rpoly_": null, "length": 505.26914334999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 63440, "l_hundred": 500, "r_hundred": 500, "seg_id": 402018, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PAXON ST", "stname": "N PAXON ST", "objectid": 10133, "Shape__Length": 201.45359536378882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223835249928499, 39.9682840672738 ], [ -75.224073622328305, 39.969658914385903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19332, "tnode_": 19351, "lpoly_": null, "rpoly_": null, "length": 330.85960839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5142, "l_t_add": 5198, "r_f_add": 5145, "r_t_add": 5199, "st_code": 61140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 402019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10134, "Shape__Length": 131.41499053567037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223801515128599, 39.967255671920299 ], [ -75.223875678605907, 39.967230982945097 ], [ -75.224965752663394, 39.967119924211701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20128, "tnode_": 20039, "lpoly_": null, "rpoly_": null, "length": 300.54603038, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 32, "r_f_add": 1, "r_t_add": 29, "st_code": 70720, "l_hundred": 0, "r_hundred": 0, "seg_id": 402021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 10135, "Shape__Length": 119.81085870035753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240025032655296, 39.9618795537503 ], [ -75.239976610343106, 39.961974145726799 ], [ -75.239852256711998, 39.962691158880403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20039, "tnode_": 19950, "lpoly_": null, "rpoly_": null, "length": 281.3507278, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 34, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 70720, "l_hundred": 0, "r_hundred": 0, "seg_id": 402022, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 10136, "Shape__Length": 112.16744179728524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239852256711998, 39.962691158880403 ], [ -75.239728555864701, 39.963457613848497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20047, "tnode_": 19958, "lpoly_": null, "rpoly_": null, "length": 283.0360187, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 67680, "l_hundred": 0, "r_hundred": 0, "seg_id": 402023, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 10137, "Shape__Length": 112.83312770810988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239292684486898, 39.962621864278901 ], [ -75.239143295753806, 39.9633226859413 ], [ -75.239164093788801, 39.963387522512001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20075, "tnode_": 20049, "lpoly_": null, "rpoly_": null, "length": 551.46298131000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 34000, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 402024, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 10138, "Shape__Length": 219.01995771920824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234647503660497, 39.962289706056097 ], [ -75.236590152054603, 39.962528584324701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20122, "tnode_": 20101, "lpoly_": null, "rpoly_": null, "length": 552.31488562000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 24500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 402025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMMERCE ST", "stname": "COMMERCE ST", "objectid": 10139, "Shape__Length": 219.35745921693476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234734139245703, 39.961860427742998 ], [ -75.236679159627101, 39.962102626480402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20189, "tnode_": 20272, "lpoly_": null, "rpoly_": null, "length": 274.17761111, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MILLICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 56220, "l_hundred": 0, "r_hundred": 0, "seg_id": 402026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MILLICK ST", "stname": "S MILLICK ST", "objectid": 10140, "Shape__Length": 109.3000554392119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242159835082305, 39.961346858033203 ], [ -75.242315013673107, 39.960603739173102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20571, "tnode_": 20729, "lpoly_": null, "rpoly_": null, "length": 452.92978305000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 33800, "l_hundred": 200, "r_hundred": 200, "seg_id": 402027, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FELTON ST", "stname": "S FELTON ST", "objectid": 10141, "Shape__Length": 180.54979641151533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246891898244797, 39.958440478482999 ], [ -75.247155010196806, 39.957213726765403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19380, "tnode_": 19412, "lpoly_": null, "rpoly_": null, "length": 573.67891597999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 63160, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 402028, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10142, "Shape__Length": 227.85050840883082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222860387883202, 39.966855386765097 ], [ -75.224088283461299, 39.966740208032199 ], [ -75.2248898296276, 39.966652047245503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17145, "tnode_": 17128, "lpoly_": null, "rpoly_": null, "length": 102.92555606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTICELLO", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 56780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 402029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTICELLO ST", "stname": "MONTICELLO ST", "objectid": 10143, "Shape__Length": 40.914571609568291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227702730830501, 39.979338434372899 ], [ -75.228033887669895, 39.979460611852602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17177, "tnode_": 17145, "lpoly_": null, "rpoly_": null, "length": 152.95262861999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTICELLO", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 56780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 402030, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTICELLO ST", "stname": "MONTICELLO ST", "objectid": 10144, "Shape__Length": 60.802150581472794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227212058907696, 39.979154575650597 ], [ -75.227702730830501, 39.979338434372899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19009, "tnode_": 18997, "lpoly_": null, "rpoly_": null, "length": 248.66485212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6642, "l_t_add": 6698, "r_f_add": 6625, "r_t_add": 6699, "st_code": 20880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 402036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10145, "Shape__Length": 98.770673046268371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2525678591646, 39.969725081923201 ], [ -75.253444140517601, 39.969831779129699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18997, "tnode_": 18985, "lpoly_": null, "rpoly_": null, "length": 472.25018987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 20880, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 402038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10146, "Shape__Length": 187.58169318459295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253444140517601, 39.969831779129699 ], [ -75.255106502277101, 39.970043099325302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19680, "tnode_": 19658, "lpoly_": null, "rpoly_": null, "length": 324.82772544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5422, "r_f_add": 5401, "r_t_add": 5435, "st_code": 80120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 402039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 10147, "Shape__Length": 129.01476068206637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227681065817094, 39.965081872106801 ], [ -75.228824894790506, 39.965224934940103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27380, "tnode_": 19635, "lpoly_": null, "rpoly_": null, "length": 106.7064236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5442, "l_t_add": 5498, "r_f_add": 5439, "r_t_add": 5499, "st_code": 80120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 402040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 10148, "Shape__Length": 42.381847289105984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229548177244595, 39.965313394540601 ], [ -75.229923722687005, 39.965361352242198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19658, "tnode_": 19527, "lpoly_": null, "rpoly_": null, "length": 290.17661943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CONESTOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 24700, "l_hundred": 300, "r_hundred": 300, "seg_id": 402041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CONESTOGA ST", "stname": "N CONESTOGA ST", "objectid": 10149, "Shape__Length": 115.65833049618655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228824894790506, 39.965224934940103 ], [ -75.228739314971705, 39.965637986089703 ], [ -75.228547139682703, 39.965986192593903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16676, "tnode_": 16517, "lpoly_": null, "rpoly_": null, "length": 401.89486633999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1707, "r_t_add": 1717, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1700, "seg_id": 402044, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-10-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 10150, "Shape__Length": 160.24312772307621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230793649195903, 39.982525767492803 ], [ -75.2307680410578, 39.982683086903499 ], [ -75.230893239164899, 39.9829996437971 ], [ -75.231000961993104, 39.983326787497198 ], [ -75.231089171108906, 39.983594670466303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19850, "tnode_": 19601, "lpoly_": null, "rpoly_": null, "length": 566.89408544000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 38960, "l_hundred": 100, "r_hundred": 100, "seg_id": 402050, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GROSS ST", "stname": "N GROSS ST", "objectid": 10151, "Shape__Length": 226.00474262605979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247449172822002, 39.964399990788401 ], [ -75.247465213598403, 39.964461390044399 ], [ -75.247467085781594, 39.9645174959822 ], [ -75.247170957408201, 39.965936764177698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19537, "tnode_": 19317, "lpoly_": null, "rpoly_": null, "length": 567.95007854000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DAGGETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 27100, "l_hundred": 200, "r_hundred": 200, "seg_id": 402051, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DAGGETT ST", "stname": "N DAGGETT ST", "objectid": 10152, "Shape__Length": 226.43209075348742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251122181045901, 39.966407146072001 ], [ -75.250988338432506, 39.9671243658089 ], [ -75.250921510436299, 39.967436755052503 ], [ -75.250830398839497, 39.967803779407099 ], [ -75.250803233834802, 39.967946522718599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17315, "tnode_": 17182, "lpoly_": null, "rpoly_": null, "length": 496.43303928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 89380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 402052, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 72ND ST", "stname": "N 72ND ST", "objectid": 10153, "Shape__Length": 197.4590982551654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261350061602897, 39.9790162750718 ], [ -75.261471084606995, 39.979025446897197 ], [ -75.261582926233601, 39.979083770183799 ], [ -75.262787068432303, 39.979790678076803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17218, "tnode_": 17123, "lpoly_": null, "rpoly_": null, "length": 369.73906028, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "72ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 89380, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 402053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 72ND ST", "stname": "N 72ND ST", "objectid": 10154, "Shape__Length": 147.10264316997916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263228136865905, 39.979584187781697 ], [ -75.264161731629599, 39.980133232420002 ], [ -75.264245735616797, 39.980223408077499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17128, "tnode_": 16966, "lpoly_": null, "rpoly_": null, "length": 370.24551431999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 402054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 10155, "Shape__Length": 147.64795521120058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228033887669895, 39.979460611852602 ], [ -75.228110995292596, 39.980050406767099 ], [ -75.228153531580006, 39.980472740392102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17177, "tnode_": 17045, "lpoly_": null, "rpoly_": null, "length": 320.26805717999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 83600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 402055, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WILTON ST", "stname": "N WILTON ST", "objectid": 10156, "Shape__Length": 127.62658295923814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227212058907696, 39.979154575650597 ], [ -75.226716333666801, 39.979946731468999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17281, "tnode_": 17329, "lpoly_": null, "rpoly_": null, "length": 572.87941792000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 74840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 402056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 10157, "Shape__Length": 227.5756705886995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230131746176696, 39.978568564383004 ], [ -75.232154672857703, 39.978342383480502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18160, "tnode_": 17937, "lpoly_": null, "rpoly_": null, "length": 492.27258947999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHURST", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 13740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 402057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHURST RD", "stname": "ASHURST RD", "objectid": 10158, "Shape__Length": 196.12227461291315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.273106881118807, 39.9749746556936 ], [ -75.273866275950894, 39.975915250585501 ], [ -75.273911748236301, 39.9760357012768 ], [ -75.273908465228999, 39.976154320628098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18552, "tnode_": 18375, "lpoly_": null, "rpoly_": null, "length": 446.2090337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHURST", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 13740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 402058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHURST RD", "stname": "ASHURST RD", "objectid": 10159, "Shape__Length": 177.71020804989539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271468699994102, 39.972844048735297 ], [ -75.271574113987597, 39.972900321523397 ], [ -75.271726147182704, 39.973089427676101 ], [ -75.272350629300206, 39.973854973260103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17092, "tnode_": 17010, "lpoly_": null, "rpoly_": null, "length": 216.40431696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1715, "st_code": 88800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 402060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 10160, "Shape__Length": 86.237735184765455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222205841574294, 39.979554524765398 ], [ -75.221872015951405, 39.980090202303003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19308, "tnode_": 19332, "lpoly_": null, "rpoly_": null, "length": 206.61142744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5140, "r_f_add": 5101, "r_t_add": 5143, "st_code": 61140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 402122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10161, "Shape__Length": 82.06114038029861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2230703179942, 39.967327433010702 ], [ -75.223801515128599, 39.967255671920299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19380, "tnode_": 19308, "lpoly_": null, "rpoly_": null, "length": 191.50759014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67320, "l_hundred": 400, "r_hundred": 400, "seg_id": 402123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMSEY ST", "stname": "RAMSEY ST", "objectid": 10162, "Shape__Length": 76.308049367303639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222860387883202, 39.966855386765097 ], [ -75.222868557258707, 39.966927197891899 ], [ -75.222902673233406, 39.967117387857598 ], [ -75.222919927654502, 39.967200830040099 ], [ -75.222951134407495, 39.967252884172801 ], [ -75.222993708625594, 39.967292073711199 ], [ -75.2230703179942, 39.967327433010702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19313, "tnode_": 19241, "lpoly_": null, "rpoly_": null, "length": 156.41652478, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 874, "r_f_add": 801, "r_t_add": 875, "st_code": 88800, "l_hundred": 800, "r_hundred": 800, "seg_id": 402124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 10163, "Shape__Length": 62.36195600845641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222620394666095, 39.967353037325601 ], [ -75.222701516018304, 39.967777859254603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17310, "tnode_": 30106, "lpoly_": null, "rpoly_": null, "length": 64.91384336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7596, "l_t_add": 7598, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7500, "r_hundred": 0, "seg_id": 402125, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2023-04-28T09:04:40Z", "newsegdate": "2023-04-28T09:04:40Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10164, "Shape__Length": 25.810745742598545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271334082278202, 39.979266980134803 ], [ -75.271534583830999, 39.979177752209502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19604, "tnode_": 19624, "lpoly_": null, "rpoly_": null, "length": 95.63109622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5151, "r_t_add": 5199, "st_code": 19400, "l_hundred": 0, "r_hundred": 5100, "seg_id": 413612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10165, "Shape__Length": 38.012568341787215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223817531828004, 39.965345676313802 ], [ -75.224018288025604, 39.965334180034702 ], [ -75.2240597251986, 39.965318055295299 ], [ -75.224094295490801, 39.965288149968103 ], [ -75.224108143575805, 39.965258121814998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19665, "tnode_": 19624, "lpoly_": null, "rpoly_": null, "length": 93.12158132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5152, "l_t_add": 5198, "r_f_add": 5153, "r_t_add": 5199, "st_code": 34580, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 10166, "Shape__Length": 37.068081025668299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223924786122097, 39.965066549545902 ], [ -75.224089820084501, 39.965170308074697 ], [ -75.224113317394099, 39.9652132281417 ], [ -75.224108143575805, 39.965258121814998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19604, "tnode_": 19665, "lpoly_": null, "rpoly_": null, "length": 106.17496859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 0, "r_t_add": 0, "st_code": 19400, "l_hundred": 5100, "r_hundred": 0, "seg_id": 413614, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10167, "Shape__Length": 42.319359409635965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223817531828004, 39.965345676313802 ], [ -75.223863651759601, 39.965199024385299 ], [ -75.223924786122097, 39.965066549545902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26941, "tnode_": 26940, "lpoly_": null, "rpoly_": null, "length": 148.66602222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 75400, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413619, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 10168, "Shape__Length": 59.045945222304688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231528351472903, 39.964786821838899 ], [ -75.232052757211207, 39.964847861729602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26940, "tnode_": 19602, "lpoly_": null, "rpoly_": null, "length": 296.4243946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 234, "l_t_add": 298, "r_f_add": 203, "r_t_add": 299, "st_code": 88930, "l_hundred": 200, "r_hundred": 200, "seg_id": 413620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-15T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 10169, "Shape__Length": 118.12276124143568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232052757211207, 39.964847861729602 ], [ -75.231908745539897, 39.965532909116703 ], [ -75.231769510499404, 39.965586450310703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26941, "tnode_": 19602, "lpoly_": null, "rpoly_": null, "length": 309.88358703, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 228, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 80280, "l_hundred": 200, "r_hundred": 200, "seg_id": 413621, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-12-15T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 10170, "Shape__Length": 123.50491035968825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231528351472903, 39.964786821838899 ], [ -75.231641400835599, 39.965503207525003 ], [ -75.231769510499404, 39.965586450310703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27389, "tnode_": 27388, "lpoly_": null, "rpoly_": null, "length": 99.9750906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPIAN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 12835, "l_hundred": 200, "r_hundred": 200, "seg_id": 413624, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "APPIAN WAY", "stname": "APPIAN WAY", "objectid": 10171, "Shape__Length": 39.857987686801103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231131574423401, 39.964826886486001 ], [ -75.231081906254801, 39.965098656531602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27390, "tnode_": 27389, "lpoly_": null, "rpoly_": null, "length": 78.68325822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPIAN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 248, "r_f_add": 201, "r_t_add": 249, "st_code": 12835, "l_hundred": 200, "r_hundred": 200, "seg_id": 413625, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "APPIAN WAY", "stname": "APPIAN WAY", "objectid": 10172, "Shape__Length": 31.369265937354118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231170665566907, 39.964612995788499 ], [ -75.231131574423401, 39.964826886486001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27387, "tnode_": 27389, "lpoly_": null, "rpoly_": null, "length": 88.44513975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5564, "l_t_add": 5598, "r_f_add": 5563, "r_t_add": 5599, "st_code": 59480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413626, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW PL", "stname": "NEW PL", "objectid": 10173, "Shape__Length": 35.128006830237254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230819706795202, 39.964789994908102 ], [ -75.231131574423401, 39.964826886486001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27386, "tnode_": 27387, "lpoly_": null, "rpoly_": null, "length": 143.21112981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5534, "l_t_add": 5562, "r_f_add": 5533, "r_t_add": 5561, "st_code": 59480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413627, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW PL", "stname": "NEW PL", "objectid": 10174, "Shape__Length": 56.879530342060363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230314728927397, 39.964730257170501 ], [ -75.230819706795202, 39.964789994908102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27391, "tnode_": 27387, "lpoly_": null, "rpoly_": null, "length": 78.59410728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADRIAN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 11345, "l_hundred": 200, "r_hundred": 200, "seg_id": 413628, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ADRIAN WAY", "stname": "ADRIAN WAY", "objectid": 10175, "Shape__Length": 31.333617232038442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230859476660797, 39.964576425536201 ], [ -75.230819706795202, 39.964789994908102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27384, "tnode_": 27386, "lpoly_": null, "rpoly_": null, "length": 73.96970744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5532, "r_f_add": 5501, "r_t_add": 5531, "st_code": 59480, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413629, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW PL", "stname": "NEW PL", "objectid": 10176, "Shape__Length": 29.379130110754478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230054376950307, 39.9646971211954 ], [ -75.230314728927397, 39.964730257170501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27392, "tnode_": 27391, "lpoly_": null, "rpoly_": null, "length": 215.83653989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 75390, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413630, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMER PL", "stname": "SUMMER PL", "objectid": 10177, "Shape__Length": 85.724407851934671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230098814625705, 39.964484422202197 ], [ -75.230859476660797, 39.964576425536201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27386, "tnode_": 27385, "lpoly_": null, "rpoly_": null, "length": 158.70841143000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAPSLEY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 49122, "l_hundred": 200, "r_hundred": 200, "seg_id": 413631, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "LAPSLEY WAY", "stname": "LAPSLEY WAY", "objectid": 10178, "Shape__Length": 63.272321610798102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230314728927397, 39.964730257170501 ], [ -75.230225162595303, 39.965160446027497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27381, "tnode_": 27385, "lpoly_": null, "rpoly_": null, "length": 73.78200334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 83890, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413632, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2004-08-11T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "WINTER PL", "stname": "WINTER PL", "objectid": 10179, "Shape__Length": 29.303956395585477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2299645435332, 39.965132036053198 ], [ -75.230225162595303, 39.965160446027497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27392, "tnode_": 19770, "lpoly_": null, "rpoly_": null, "length": 33.56754369, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 220, "l_t_add": 228, "r_f_add": 221, "r_t_add": 229, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 413633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 10180, "Shape__Length": 13.382236223300159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230098814625705, 39.964484422202197 ], [ -75.230079420026797, 39.964575352803401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27384, "tnode_": 27383, "lpoly_": null, "rpoly_": null, "length": 29.07445844, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 234, "l_t_add": 236, "r_f_add": 235, "r_t_add": 237, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 413634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 10181, "Shape__Length": 11.591135009712012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230054376950307, 39.9646971211954 ], [ -75.230038323654696, 39.964775972532898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27383, "tnode_": 27381, "lpoly_": null, "rpoly_": null, "length": 131.34592877, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 238, "l_t_add": 248, "r_f_add": 239, "r_t_add": 249, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 413635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 10182, "Shape__Length": 52.363768321960663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230038323654696, 39.964775972532898 ], [ -75.2299645435332, 39.965132036053198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27381, "tnode_": 19635, "lpoly_": null, "rpoly_": null, "length": 84.31578485, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "55TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 88900, "l_hundred": 200, "r_hundred": 200, "seg_id": 413636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N 55TH ST", "stname": "N 55TH ST", "objectid": 10183, "Shape__Length": 33.615216947753524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2299645435332, 39.965132036053198 ], [ -75.229923722687005, 39.965361352242198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27382, "tnode_": 27383, "lpoly_": null, "rpoly_": null, "length": 104.87838972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 59480, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413637, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW PL", "stname": "NEW PL", "objectid": 10184, "Shape__Length": 41.656357716179734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229670286604602, 39.964724112066101 ], [ -75.230038323654696, 39.964775972532898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27382, "tnode_": 27380, "lpoly_": null, "rpoly_": null, "length": 217.37669732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SICKELS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 72805, "l_hundred": 200, "r_hundred": 200, "seg_id": 413638, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SICKELS WAY", "stname": "SICKELS WAY", "objectid": 10185, "Shape__Length": 86.661793167248064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229670286604602, 39.964724112066101 ], [ -75.229548177244595, 39.965313394540601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19658, "tnode_": 27380, "lpoly_": null, "rpoly_": null, "length": 205.28355979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5424, "l_t_add": 5440, "r_f_add": 5437, "r_t_add": 5437, "st_code": 80120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 10186, "Shape__Length": 81.53410820942679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228824894790506, 39.965224934940103 ], [ -75.229548177244595, 39.965313394540601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27380, "tnode_": 27377, "lpoly_": null, "rpoly_": null, "length": 94.83602538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SICKELS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 348, "r_f_add": 301, "r_t_add": 349, "st_code": 72805, "l_hundred": 300, "r_hundred": 300, "seg_id": 413640, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SICKELS WAY", "stname": "SICKELS WAY", "objectid": 10187, "Shape__Length": 37.808878491570461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229548177244595, 39.965313394540601 ], [ -75.229496876686895, 39.965570721246401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27378, "tnode_": 27377, "lpoly_": null, "rpoly_": null, "length": 31.95676561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5450, "l_t_add": 5498, "r_f_add": 5451, "r_t_add": 5499, "st_code": 13790, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413641, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-05-19T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN PL", "stname": "ASPEN PL", "objectid": 10188, "Shape__Length": 12.692623148328456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229384333173599, 39.965556704438903 ], [ -75.229496876686895, 39.965570721246401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29681, "tnode_": 27378, "lpoly_": null, "rpoly_": null, "length": 50.53353955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5448, "r_f_add": 5401, "r_t_add": 5449, "st_code": 13790, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413642, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-05-19T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN PL", "stname": "ASPEN PL", "objectid": 10189, "Shape__Length": 20.070961369828886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229206367261099, 39.965534538691699 ], [ -75.229384333173599, 39.965556704438903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27378, "tnode_": 27376, "lpoly_": null, "rpoly_": null, "length": 172.26709556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SICKELS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 72805, "l_hundred": 300, "r_hundred": 300, "seg_id": 413643, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SICKELS WAY", "stname": "SICKELS WAY", "objectid": 10190, "Shape__Length": 68.677489133019307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229384333173599, 39.965556704438903 ], [ -75.229279352464005, 39.966022648909799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27636, "tnode_": 19945, "lpoly_": null, "rpoly_": null, "length": 35.62207347, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 124, "l_t_add": 124, "r_f_add": 141, "r_t_add": 141, "st_code": 88930, "l_hundred": 100, "r_hundred": 100, "seg_id": 413646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 10191, "Shape__Length": 14.201244133207478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232391956285497, 39.963229146938097 ], [ -75.232372804394103, 39.9633258171189 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27637, "tnode_": 27636, "lpoly_": null, "rpoly_": null, "length": 157.68958189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5548, "r_f_add": 5501, "r_t_add": 5549, "st_code": 22740, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413647, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-12-09T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 10192, "Shape__Length": 62.629042727649818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231836524338604, 39.963160502321003 ], [ -75.232391956285497, 39.963229146938097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27638, "tnode_": 27637, "lpoly_": null, "rpoly_": null, "length": 171.27664048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5550, "l_t_add": 5598, "r_f_add": 5551, "r_t_add": 5599, "st_code": 22740, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 413648, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-12-09T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 10193, "Shape__Length": 68.025298166204621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231233235817299, 39.963085939927197 ], [ -75.231836524338604, 39.963160502321003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27639, "tnode_": 27637, "lpoly_": null, "rpoly_": null, "length": 208.97507342, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALLISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12200, "l_hundred": 100, "r_hundred": 100, "seg_id": 413649, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-12-09T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "N ALLISON ST", "stname": "N ALLISON ST", "objectid": 10194, "Shape__Length": 83.317710561568418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2318507539064, 39.962586944035003 ], [ -75.231836524338604, 39.963160502321003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20051, "tnode_": 27638, "lpoly_": null, "rpoly_": null, "length": 254.33246398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 127, "st_code": 80280, "l_hundred": 100, "r_hundred": 100, "seg_id": 413650, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 10195, "Shape__Length": 101.39515863411063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231118798813498, 39.962393340986701 ], [ -75.231233235817299, 39.963085939927197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27728, "tnode_": 17469, "lpoly_": null, "rpoly_": null, "length": 25.39364254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5498, "l_t_add": 5498, "r_f_add": 5499, "r_t_add": 5499, "st_code": 44000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413652, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "HUNTER ST", "stname": "HUNTER ST", "objectid": 10196, "Shape__Length": 10.088512615845822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231936431716207, 39.977642887677298 ], [ -75.232024901063497, 39.977627825258502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27729, "tnode_": 17545, "lpoly_": null, "rpoly_": null, "length": 26.64133426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5306, "l_t_add": 5348, "r_f_add": 5317, "r_t_add": 5349, "st_code": 49020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 413653, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 10197, "Shape__Length": 10.583067465648551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228946122438501, 39.977177924863298 ], [ -75.229040162423502, 39.977167233518202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19440, "tnode_": 27733, "lpoly_": null, "rpoly_": null, "length": 28.34516866, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 342, "l_t_add": 398, "r_f_add": 349, "r_t_add": 399, "st_code": 88840, "l_hundred": 300, "r_hundred": 300, "seg_id": 413664, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 10198, "Shape__Length": 11.300904876215121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226385103072801, 39.966498571020303 ], [ -75.226399051578397, 39.966575638301897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27734, "tnode_": 19744, "lpoly_": null, "rpoly_": null, "length": 77.59081227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5138, "l_t_add": 5140, "r_f_add": 5137, "r_t_add": 5141, "st_code": 41240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413668, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10199, "Shape__Length": 30.823318152864438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2232669407461, 39.964551531813001 ], [ -75.223533030770398, 39.964610225888798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27736, "tnode_": 20091, "lpoly_": null, "rpoly_": null, "length": 15.7805581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5330, "l_t_add": 5330, "r_f_add": 5331, "r_t_add": 5331, "st_code": 13000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 413671, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 10200, "Shape__Length": 6.2674029769731527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227645776115196, 39.961961100055497 ], [ -75.227701353368005, 39.9619679972703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27747, "tnode_": 16814, "lpoly_": null, "rpoly_": null, "length": 213.1527176, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1728, "r_f_add": 1701, "r_t_add": 1701, "st_code": 88870, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 413672, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-10-05T00:00:00Z", "newsegdate": "1998-12-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 10201, "Shape__Length": 84.911007327620254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229699947474003, 39.981071336800497 ], [ -75.229846123867603, 39.981204715554803 ], [ -75.230101815068807, 39.981565218038298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27843, "tnode_": 27842, "lpoly_": null, "rpoly_": null, "length": 280.41000522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRAZIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 35020, "l_hundred": 100, "r_hundred": 100, "seg_id": 413673, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-21T00:00:00Z", "newsegdate": "1999-02-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRAZIER ST", "stname": "N FRAZIER ST", "objectid": 10202, "Shape__Length": 111.79008504832382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2334478144505, 39.963458796284002 ], [ -75.233295163347904, 39.9642195419354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27842, "tnode_": 19817, "lpoly_": null, "rpoly_": null, "length": 264.34381658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5638, "l_t_add": 5698, "r_f_add": 5639, "r_t_add": 5699, "st_code": 67120, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 413674, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-02-12T00:00:00Z", "newsegdate": "1999-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 10203, "Shape__Length": 104.99014648293179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233295163347904, 39.9642195419354 ], [ -75.234226362920296, 39.9643342150096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27843, "tnode_": 19916, "lpoly_": null, "rpoly_": null, "length": 264.1305698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5638, "l_t_add": 5698, "r_f_add": 5637, "r_t_add": 5699, "st_code": 22740, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 413675, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-02-12T00:00:00Z", "newsegdate": "1999-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 10204, "Shape__Length": 104.90436664056897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2334478144505, 39.963458796284002 ], [ -75.234378149397898, 39.963573871053498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19625, "tnode_": 27903, "lpoly_": null, "rpoly_": null, "length": 24.99307933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 413676, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-01T00:00:00Z", "newsegdate": "1999-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 10205, "Shape__Length": 9.9494094366131538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.267359299543003, 39.966247086037598 ], [ -75.267415792159497, 39.966194004134103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19689, "tnode_": 27902, "lpoly_": null, "rpoly_": null, "length": 29.04093593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 413677, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-19T00:00:00Z", "newsegdate": "1999-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 10206, "Shape__Length": 11.577949055516065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.262282309042305, 39.965907153207098 ], [ -75.262266180374397, 39.965828404104698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18209, "tnode_": 27901, "lpoly_": null, "rpoly_": null, "length": 270.4178585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 413678, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-01T00:00:00Z", "newsegdate": "1999-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 10207, "Shape__Length": 107.50484878889893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.280280987896006, 39.974965332945501 ], [ -75.281129773621501, 39.974612321316698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28955, "tnode_": 27906, "lpoly_": null, "rpoly_": null, "length": 94.70453216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 413679, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2005-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 10208, "Shape__Length": 37.652901867606204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249520047824305, 39.957205893034597 ], [ -75.249583936443898, 39.957180508938897 ], [ -75.249640048433307, 39.957152299200402 ], [ -75.249683176569704, 39.957130478305203 ], [ -75.249731837853901, 39.957105697493098 ], [ -75.249799880552899, 39.957061628960702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20040, "tnode_": 27907, "lpoly_": null, "rpoly_": null, "length": 128.12182477000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 413680, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-19T00:00:00Z", "newsegdate": "1999-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 10209, "Shape__Length": 50.889070668712939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247293897275497, 39.9627585172843 ], [ -75.247740969099794, 39.962831663974001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27376, "tnode_": 19507, "lpoly_": null, "rpoly_": null, "length": 152.06306196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5460, "l_t_add": 5498, "r_f_add": 5461, "r_t_add": 5499, "st_code": 63560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413685, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-10-04T00:00:00Z", "newsegdate": "1999-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 10210, "Shape__Length": 60.425030802573545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229279352464005, 39.966022648909799 ], [ -75.229727196850405, 39.966078379929797 ], [ -75.2297724056466, 39.966137223234199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19081, "tnode_": 28247, "lpoly_": null, "rpoly_": null, "length": 103.97798123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 525, "st_code": 88990, "l_hundred": 500, "r_hundred": 500, "seg_id": 413694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-05-01T00:00:00Z", "newsegdate": "2001-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 10211, "Shape__Length": 41.456315666842748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237243072484702, 39.968986630078902 ], [ -75.237295241983801, 39.969269226054202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28247, "tnode_": 18904, "lpoly_": null, "rpoly_": null, "length": 324.29357433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 520, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 88990, "l_hundred": 500, "r_hundred": 500, "seg_id": 413695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-05-01T00:00:00Z", "newsegdate": "2001-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 10212, "Shape__Length": 129.2978654774079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237295241983801, 39.969269226054202 ], [ -75.237457954763101, 39.970150605342504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19108, "tnode_": 19081, "lpoly_": null, "rpoly_": null, "length": 159.22991992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5846, "l_t_add": 5898, "r_f_add": 5835, "r_t_add": 5899, "st_code": 41240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 413696, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-05-01T00:00:00Z", "newsegdate": "2001-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10213, "Shape__Length": 63.271298726679333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236711846183795, 39.968832002445197 ], [ -75.237105082328696, 39.968942155239603 ], [ -75.237243072484702, 39.968986630078902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16903, "tnode_": 16934, "lpoly_": null, "rpoly_": null, "length": 442.81391959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 24400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 413697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-15T00:00:00Z", "newsegdate": "2002-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 10214, "Shape__Length": 175.91324578374224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241230153843006, 39.981239104453202 ], [ -75.241404735118707, 39.981220991392298 ], [ -75.242364613008405, 39.981116291142797 ], [ -75.242795060078805, 39.981070772044703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16903, "tnode_": 16796, "lpoly_": null, "rpoly_": null, "length": 254.72221143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1936, "l_t_add": 1958, "r_f_add": 1937, "r_t_add": 1959, "st_code": 89010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 413699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "2002-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 10215, "Shape__Length": 101.57689666777702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241230153843006, 39.981239104453202 ], [ -75.241302308542103, 39.981628633977799 ], [ -75.241358383993997, 39.981931355387999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16796, "tnode_": 16719, "lpoly_": null, "rpoly_": null, "length": 211.23411202000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1960, "l_t_add": 1978, "r_f_add": 1961, "r_t_add": 1979, "st_code": 89010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 413701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-15T00:00:00Z", "newsegdate": "2002-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 10216, "Shape__Length": 84.235098532853428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241358383993997, 39.981931355387999 ], [ -75.241413121417096, 39.982213967982602 ], [ -75.241469469766102, 39.982504887765003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16719, "tnode_": 16655, "lpoly_": null, "rpoly_": null, "length": 110.36011033, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "60TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1980, "l_t_add": 1998, "r_f_add": 1981, "r_t_add": 1999, "st_code": 89010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 413704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-16T00:00:00Z", "newsegdate": "2002-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N 60TH ST", "stname": "N 60TH ST", "objectid": 10217, "Shape__Length": 44.009439895091369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241469469766102, 39.982504887765003 ], [ -75.2415259936692, 39.982804703242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16787, "tnode_": 16655, "lpoly_": null, "rpoly_": null, "length": 760.20196419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 48900, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 413705, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-16T00:00:00Z", "newsegdate": "2002-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10218, "Shape__Length": 302.17811560361253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239045405420796, 39.9819600132247 ], [ -75.241328508532206, 39.982736534198096 ], [ -75.2415259936692, 39.982804703242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19712, "tnode_": 19631, "lpoly_": null, "rpoly_": null, "length": 229.04647187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 0, "r_hundred": 0, "seg_id": 413709, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "2002-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 10219, "Shape__Length": 91.082216860591785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226111786005006, 39.964888575138602 ], [ -75.2259636678547, 39.964904813570797 ], [ -75.225909110530097, 39.964919379047103 ], [ -75.225846416897795, 39.964952398140902 ], [ -75.225752667984693, 39.9650191304804 ], [ -75.225604094131697, 39.965157753595399 ], [ -75.225586811422204, 39.965171705524597 ], [ -75.225558309211294, 39.965186844090397 ], [ -75.225528053173406, 39.965199077086098 ], [ -75.225494180639203, 39.965208365329197 ], [ -75.225460467809995, 39.965213355712102 ], [ -75.225453086183805, 39.9652164765332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19695, "tnode_": 19631, "lpoly_": null, "rpoly_": null, "length": 266.43222712000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5215, "st_code": 41240, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 413710, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2002-04-25T00:00:00Z", "newsegdate": "2002-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10220, "Shape__Length": 105.88640443105515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2245930381508, 39.964905103016797 ], [ -75.225143771628197, 39.965101963248202 ], [ -75.225453086183805, 39.9652164765332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19695, "tnode_": 19545, "lpoly_": null, "rpoly_": null, "length": 319.43375104, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 315, "st_code": 88820, "l_hundred": 300, "r_hundred": 300, "seg_id": 413711, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-28T00:00:00Z", "newsegdate": "2002-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 10221, "Shape__Length": 127.35323821053117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2245930381508, 39.964905103016797 ], [ -75.224643041878096, 39.9651930282782 ], [ -75.224743785304497, 39.965774282867997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28455, "tnode_": 17959, "lpoly_": null, "rpoly_": null, "length": 555.79278736999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 53080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 413731, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 10222, "Shape__Length": 221.34676883602432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.261970068654804, 39.977000463048597 ], [ -75.261969045489806, 39.976997382915599 ], [ -75.261963121053, 39.976911020093198 ], [ -75.261990535915103, 39.976824215107101 ], [ -75.262035644084506, 39.976750612051603 ], [ -75.263055894398804, 39.975758132499898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28472, "tnode_": 28473, "lpoly_": null, "rpoly_": null, "length": 236.82904483000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEETING HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 55260, "l_hundred": 600, "r_hundred": 600, "seg_id": 413732, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": "2002-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "MEETING HOUSE LN", "stname": "MEETING HOUSE LN", "objectid": 10223, "Shape__Length": 94.393052446359505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226949456851898, 39.969756308349901 ], [ -75.226672268065599, 39.970370456218703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18803, "tnode_": 28473, "lpoly_": null, "rpoly_": null, "length": 298.39634990999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5268, "r_f_add": 5201, "r_t_add": 5269, "st_code": 65260, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 413733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": "2002-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10224, "Shape__Length": 118.52359929577366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225618710883793, 39.970488280380003 ], [ -75.226672268065599, 39.970370456218703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28473, "tnode_": 18825, "lpoly_": null, "rpoly_": null, "length": 108.89371858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5270, "l_t_add": 5298, "r_f_add": 5271, "r_t_add": 5299, "st_code": 65260, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 413734, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": "2002-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10225, "Shape__Length": 43.252741805487474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226672268065599, 39.970370456218703 ], [ -75.227056741708907, 39.970327457044398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18982, "tnode_": 28472, "lpoly_": null, "rpoly_": null, "length": 139.83986561999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 631, "st_code": 88840, "l_hundred": 600, "r_hundred": 600, "seg_id": 413735, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": "2002-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 10226, "Shape__Length": 55.754757564334568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226878091729304, 39.969376377868699 ], [ -75.226949456851898, 39.969756308349901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28472, "tnode_": 18825, "lpoly_": null, "rpoly_": null, "length": 210.22102173, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 614, "l_t_add": 636, "r_f_add": 633, "r_t_add": 637, "st_code": 88840, "l_hundred": 600, "r_hundred": 600, "seg_id": 413736, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": "2002-06-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 10227, "Shape__Length": 83.816610040608126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226949456851898, 39.969756308349901 ], [ -75.227056741708907, 39.970327457044398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17310, "tnode_": 28499, "lpoly_": null, "rpoly_": null, "length": 237.98210904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7600, "l_t_add": 7608, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7600, "r_hundred": 0, "seg_id": 413737, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10228, "Shape__Length": 94.625694717824061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271534583830999, 39.979177752209502 ], [ -75.272268824114093, 39.978849542614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28499, "tnode_": 28500, "lpoly_": null, "rpoly_": null, "length": 181.31264154000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENT", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 24, "r_f_add": 1, "r_t_add": 23, "st_code": 3262, "l_hundred": 0, "r_hundred": 0, "seg_id": 413739, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2005-04-18T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "TRENT RD", "stname": "TRENT RD", "objectid": 10229, "Shape__Length": 72.231395675220412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.272268824114093, 39.978849542614 ], [ -75.272600029529002, 39.979277102847703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16666, "tnode_": 28610, "lpoly_": null, "rpoly_": null, "length": 469.47718078000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6330, "l_t_add": 6358, "r_f_add": 6331, "r_t_add": 6359, "st_code": 53080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 413740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": "2003-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 10230, "Shape__Length": 186.71680081702928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248348647034305, 39.982977634345403 ], [ -75.249750715544295, 39.982272212160296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28610, "tnode_": 16880, "lpoly_": null, "rpoly_": null, "length": 440.58000202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6360, "l_t_add": 6398, "r_f_add": 6361, "r_t_add": 6399, "st_code": 53080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 413741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-02-07T00:00:00Z", "newsegdate": "2003-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 10231, "Shape__Length": 175.22229063495493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249750715544295, 39.982272212160296 ], [ -75.251066457945797, 39.981610194711699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28610, "tnode_": 28611, "lpoly_": null, "rpoly_": null, "length": 6.54048232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": " ", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1122, "l_hundred": 0, "r_hundred": 0, "seg_id": 413742, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-02-07T00:00:00Z", "newsegdate": "2003-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "OVERBROOK", "stname": "OVERBROOK", "objectid": 10232, "Shape__Length": 2.6052083072324912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249750715544295, 39.982272212160296 ], [ -75.249737677607897, 39.982257320364802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17003, "tnode_": 28815, "lpoly_": null, "rpoly_": null, "length": 117.7900583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6314, "r_f_add": 0, "r_t_add": 0, "st_code": 49800, "l_hundred": 6300, "r_hundred": 0, "seg_id": 413743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 1, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 10233, "Shape__Length": 46.792240260948176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246543225378602, 39.980654750824897 ], [ -75.246960570694, 39.980616360006103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16978, "tnode_": 28815, "lpoly_": null, "rpoly_": null, "length": 147.7770702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6301, "r_t_add": 6315, "st_code": 49800, "l_hundred": 0, "r_hundred": 6300, "seg_id": 413744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-07T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 1, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 10234, "Shape__Length": 58.812183862222028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246578946361097, 39.980896316389902 ], [ -75.246960570694, 39.980616360006103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28815, "tnode_": 17107, "lpoly_": null, "rpoly_": null, "length": 321.96113915000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6316, "l_t_add": 6340, "r_f_add": 6317, "r_t_add": 6341, "st_code": 49800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 413745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-28T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 10235, "Shape__Length": 128.13296845007343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246960570694, 39.980616360006103 ], [ -75.247792002787804, 39.980006416096202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17509, "tnode_": 28877, "lpoly_": null, "rpoly_": null, "length": 97.255848, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1508, "r_f_add": 1501, "r_t_add": 1509, "st_code": 88820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 413747, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-07-08T00:00:00Z", "newsegdate": "2004-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 10236, "Shape__Length": 38.753513084991674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226768055836303, 39.977220384184498 ], [ -75.226613345769906, 39.977459364215498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28877, "tnode_": 17412, "lpoly_": null, "rpoly_": null, "length": 107.1057838, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1510, "l_t_add": 1518, "r_f_add": 1511, "r_t_add": 1519, "st_code": 88820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 413748, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-07-08T00:00:00Z", "newsegdate": "2004-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 10237, "Shape__Length": 42.682390688682027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226613345769906, 39.977459364215498 ], [ -75.226452993981795, 39.977726250928598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28877, "tnode_": 17480, "lpoly_": null, "rpoly_": null, "length": 148.35371828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5206, "r_f_add": 5201, "r_t_add": 5207, "st_code": 49020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 413749, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2010-02-16T00:00:00Z", "newsegdate": "2004-07-08T00:00:00Z", "multi_rep": 0, "streetlabe": "LANSDOWNE AVE", "stname": "LANSDOWNE AVE", "objectid": 10238, "Shape__Length": 58.934526910431607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226613345769906, 39.977459364215498 ], [ -75.227134808937905, 39.977389301650199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20718, "tnode_": 28955, "lpoly_": null, "rpoly_": null, "length": 465.77919529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "RD", "suf_dir": " ", "zip_left": 19143, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 53840, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 413750, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2008-09-09T00:00:00Z", "newsegdate": "2005-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSHALL RD", "stname": "MARSHALL RD", "objectid": 10239, "Shape__Length": 184.98842959753199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247894345156695, 39.957279362323 ], [ -75.247975653949297, 39.957261786808097 ], [ -75.248297828465596, 39.957309254518798 ], [ -75.248581945072004, 39.957339279945003 ], [ -75.248735164406099, 39.9573388580271 ], [ -75.248911599364305, 39.957327653502503 ], [ -75.249160243556503, 39.9573029717249 ], [ -75.249520047824305, 39.957205893034597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27638, "tnode_": 29158, "lpoly_": null, "rpoly_": null, "length": 175.67918103, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 118, "l_t_add": 144, "r_f_add": 129, "r_t_add": 149, "st_code": 80280, "l_hundred": 100, "r_hundred": 100, "seg_id": 413752, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-22T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 10240, "Shape__Length": 70.038918550784956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231233235817299, 39.963085939927197 ], [ -75.231312283124197, 39.963564350029998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29158, "tnode_": 19859, "lpoly_": null, "rpoly_": null, "length": 153.68368005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VOGDES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 146, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 80280, "l_hundred": 100, "r_hundred": 100, "seg_id": 413753, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-22T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N VOGDES ST", "stname": "N VOGDES ST", "objectid": 10241, "Shape__Length": 61.270260615979524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231312283124197, 39.963564350029998 ], [ -75.231381435587593, 39.963982861750203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29297, "tnode_": 29298, "lpoly_": null, "rpoly_": null, "length": 119.30756647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "CT", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 18580, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413754, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "BOWMAN CT", "stname": "BOWMAN CT", "objectid": 10242, "Shape__Length": 47.530596515373041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225227407923597, 39.975454772354901 ], [ -75.225016735816993, 39.975739369113597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17906, "tnode_": 29297, "lpoly_": null, "rpoly_": null, "length": 117.46149513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5124, "l_t_add": 5126, "r_f_add": 5117, "r_t_add": 5127, "st_code": 81480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413755, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 10243, "Shape__Length": 46.704564495939998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224868179602296, 39.975288671974603 ], [ -75.225227407923597, 39.975454772354901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29297, "tnode_": 17755, "lpoly_": null, "rpoly_": null, "length": 487.05532750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5128, "l_t_add": 5198, "r_f_add": 5129, "r_t_add": 5199, "st_code": 81480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413756, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 10244, "Shape__Length": 193.6621769444107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225227407923597, 39.975454772354901 ], [ -75.226716971497297, 39.976143496287797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29299, "tnode_": 29300, "lpoly_": null, "rpoly_": null, "length": 109.35690604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENT", "st_type": "PL", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 25740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 413757, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESCENT PL", "stname": "CRESCENT PL", "objectid": 10245, "Shape__Length": 43.604639846420952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223404317110095, 39.974556062658699 ], [ -75.223457711949195, 39.974853436964302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27732, "tnode_": 29299, "lpoly_": null, "rpoly_": null, "length": 118.11326852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5008, "r_f_add": 5001, "r_t_add": 5011, "st_code": 54280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 413758, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 10246, "Shape__Length": 46.917484787054505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222987041856001, 39.974601501162702 ], [ -75.223404317110095, 39.974556062658699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29299, "tnode_": 18056, "lpoly_": null, "rpoly_": null, "length": 105.14691798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5010, "l_t_add": 5018, "r_f_add": 5013, "r_t_add": 5021, "st_code": 54280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 413759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-27T00:00:00Z", "newsegdate": "2008-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 10247, "Shape__Length": 41.766906373764414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223404317110095, 39.974556062658699 ], [ -75.223775783890801, 39.974515611261403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16508, "tnode_": 29342, "lpoly_": null, "rpoly_": null, "length": 1029.8711029900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6904, "l_t_add": 7046, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6900, "r_hundred": 0, "seg_id": 413760, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10248, "Shape__Length": 409.66215072726277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260731324362794, 39.984290141533101 ], [ -75.262186238488994, 39.983490335601402 ], [ -75.263716287747798, 39.982643373772902 ], [ -75.263717910474696, 39.982642653900101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29342, "tnode_": 16807, "lpoly_": null, "rpoly_": null, "length": 215.70507615000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7048, "l_t_add": 7098, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7000, "r_hundred": 0, "seg_id": 413761, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10249, "Shape__Length": 85.771334531993688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263717910474696, 39.982642653900101 ], [ -75.264384794289896, 39.982346948864702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29342, "tnode_": 29343, "lpoly_": null, "rpoly_": null, "length": 193.70721839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 44, "r_f_add": 1, "r_t_add": 43, "st_code": 38510, "l_hundred": 0, "r_hundred": 0, "seg_id": 413762, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENHILL LN", "stname": "GREENHILL LN", "objectid": 10250, "Shape__Length": 77.176528122472675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263717910474696, 39.982642653900101 ], [ -75.264064886197403, 39.983102559816999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16807, "tnode_": 29344, "lpoly_": null, "rpoly_": null, "length": 125.27122338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7100, "l_t_add": 7106, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7100, "r_hundred": 0, "seg_id": 413763, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10251, "Shape__Length": 49.811731127434854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264384794289896, 39.982346948864702 ], [ -75.264772086424102, 39.982175216335499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29344, "tnode_": 16894, "lpoly_": null, "rpoly_": null, "length": 265.74807927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7108, "l_t_add": 7198, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7100, "r_hundred": 0, "seg_id": 413764, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10252, "Shape__Length": 105.66928123029555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264772086424102, 39.982175216335499 ], [ -75.265593673626896, 39.981810900755299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29344, "tnode_": 29345, "lpoly_": null, "rpoly_": null, "length": 193.35937457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILTSHIRE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 15, "st_code": 3280, "l_hundred": 0, "r_hundred": 0, "seg_id": 413765, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WILTSHIRE RD", "stname": "WILTSHIRE RD", "objectid": 10253, "Shape__Length": 77.033022858163491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.264772086424102, 39.982175216335499 ], [ -75.265128230402297, 39.982629840379701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16894, "tnode_": 29346, "lpoly_": null, "rpoly_": null, "length": 197.6034386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEREDITH", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 15, "st_code": 3172, "l_hundred": 0, "r_hundred": 0, "seg_id": 413766, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MEREDITH RD", "stname": "MEREDITH RD", "objectid": 10254, "Shape__Length": 78.742932545160187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265593673626896, 39.981810900755299 ], [ -75.265592319981906, 39.981942968604102 ], [ -75.265869013480796, 39.982293824697301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16894, "tnode_": 29347, "lpoly_": null, "rpoly_": null, "length": 215.42198587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7200, "l_t_add": 7218, "r_f_add": 7201, "r_t_add": 7219, "st_code": 23240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 413767, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10255, "Shape__Length": 85.657728329540589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.265593673626896, 39.981810900755299 ], [ -75.266259666080003, 39.981515573124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29347, "tnode_": 17151, "lpoly_": null, "rpoly_": null, "length": 974.46233287000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7220, "l_t_add": 7498, "r_f_add": 7221, "r_t_add": 7499, "st_code": 23240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 413768, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10256, "Shape__Length": 387.46850883411071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266259666080003, 39.981515573124 ], [ -75.269272213249295, 39.980179608426603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29347, "tnode_": 29348, "lpoly_": null, "rpoly_": null, "length": 189.01954663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLANDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 24, "r_f_add": 1, "r_t_add": 23, "st_code": 3000, "l_hundred": 0, "r_hundred": 0, "seg_id": 413769, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ALLANDALE RD", "stname": "ALLANDALE RD", "objectid": 10257, "Shape__Length": 75.304609809836748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.266259666080003, 39.981515573124 ], [ -75.266604993209398, 39.981961293583197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17151, "tnode_": 29349, "lpoly_": null, "rpoly_": null, "length": 176.42329967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 30, "r_f_add": 1, "r_t_add": 29, "st_code": 3108, "l_hundred": 0, "r_hundred": 0, "seg_id": 413770, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD RD", "stname": "HAVERFORD RD", "objectid": 10258, "Shape__Length": 70.25678435273484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.269272213249295, 39.980179608426603 ], [ -75.269420915771803, 39.980297857704002 ], [ -75.269649312004503, 39.9805650365848 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17310, "tnode_": 29350, "lpoly_": null, "rpoly_": null, "length": 190.31918256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKGLEN", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 17, "st_code": 3228, "l_hundred": 0, "r_hundred": 0, "seg_id": 413771, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ROCKGLEN RD", "stname": "ROCKGLEN RD", "objectid": 10259, "Shape__Length": 75.828173754288258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.271534583830999, 39.979177752209502 ], [ -75.271568244297299, 39.979253010372801 ], [ -75.271860143627805, 39.9796347152637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17519, "tnode_": 29353, "lpoly_": null, "rpoly_": null, "length": 558.38414976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7700, "r_hundred": 0, "seg_id": 413772, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10260, "Shape__Length": 222.01935220296201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.273574789397898, 39.978268835500799 ], [ -75.275297404893095, 39.977498583091901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29353, "tnode_": 29355, "lpoly_": null, "rpoly_": null, "length": 275.29730552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7800, "l_t_add": 7818, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7800, "r_hundred": 0, "seg_id": 413773, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10261, "Shape__Length": 109.46015625698884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.275297404893095, 39.977498583091901 ], [ -75.276146682777394, 39.977118819771597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29355, "tnode_": 29357, "lpoly_": null, "rpoly_": null, "length": 513.15046439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7820, "l_t_add": 7898, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7800, "r_hundred": 0, "seg_id": 413774, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10262, "Shape__Length": 204.0869386130118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.276146682777394, 39.977118819771597 ], [ -75.276430738556698, 39.976979981820598 ], [ -75.276535207006603, 39.976897363641498 ], [ -75.277652259621505, 39.976321500046303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29357, "tnode_": 18209, "lpoly_": null, "rpoly_": null, "length": 887.14991419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7900, "r_hundred": 0, "seg_id": 413775, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 10263, "Shape__Length": 352.80904070699643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.277652259621505, 39.976321500046303 ], [ -75.278212448420305, 39.976025545797398 ], [ -75.279662728461901, 39.975264584201902 ], [ -75.280280987896006, 39.974965332945501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29353, "tnode_": 29354, "lpoly_": null, "rpoly_": null, "length": 193.87480336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 3216, "l_hundred": 0, "r_hundred": 0, "seg_id": 413776, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "OVERBROOK PKWY", "stname": "OVERBROOK PKWY", "objectid": 10264, "Shape__Length": 77.242261791013888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.275297404893095, 39.977498583091901 ], [ -75.275633671374706, 39.977963688318198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29355, "tnode_": 29356, "lpoly_": null, "rpoly_": null, "length": 188.59666234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROLLING", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 3232, "l_hundred": 0, "r_hundred": 0, "seg_id": 413777, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ROLLING RD", "stname": "ROLLING RD", "objectid": 10265, "Shape__Length": 75.128042958715795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.276146682777394, 39.977118819771597 ], [ -75.276498362979495, 39.977560219132002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29357, "tnode_": 29358, "lpoly_": null, "rpoly_": null, "length": 195.92466619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 33640, "l_hundred": 0, "r_hundred": 0, "seg_id": 413778, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "FARWOOD RD", "stname": "FARWOOD RD", "objectid": 10266, "Shape__Length": 78.036512508316065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.277652259621505, 39.976321500046303 ], [ -75.278038222930604, 39.976769939138997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17092, "tnode_": 16961, "lpoly_": null, "rpoly_": null, "length": 781.95253652999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 24400, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-18T00:00:00Z", "newsegdate": "2009-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 10267, "Shape__Length": 310.84428689149337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222205841574294, 39.979554524765398 ], [ -75.223799279562698, 39.9801481796869 ], [ -75.224718384229107, 39.9804881149458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29683, "tnode_": 19770, "lpoly_": null, "rpoly_": null, "length": 202.64722903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5454, "l_t_add": 5498, "r_f_add": 5425, "r_t_add": 5499, "st_code": 75400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413780, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 10268, "Shape__Length": 80.486440460406214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229365776991102, 39.9644863846584 ], [ -75.230079420026797, 39.964575352803401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19795, "tnode_": 29683, "lpoly_": null, "rpoly_": null, "length": 431.52617515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5400, "l_t_add": 5452, "r_f_add": 5401, "r_t_add": 5423, "st_code": 75400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 413781, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 10269, "Shape__Length": 171.39111838427314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227846119487793, 39.9642969169468 ], [ -75.229365776991102, 39.9644863846584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29683, "tnode_": 29684, "lpoly_": null, "rpoly_": null, "length": 124.07992899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONESTOGA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 24690, "l_hundred": 200, "r_hundred": 200, "seg_id": 413782, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CONESTOGA WAY", "stname": "CONESTOGA WAY", "objectid": 10270, "Shape__Length": 49.467268537007605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229365776991102, 39.9644863846584 ], [ -75.229299462222798, 39.964823155701701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29700, "tnode_": 17121, "lpoly_": null, "rpoly_": null, "length": 318.55171658999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 46020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 413783, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-03-01T00:00:00Z", "newsegdate": "2011-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 10271, "Shape__Length": 126.62954901775494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224350964737795, 39.979070448974198 ], [ -75.224349158027806, 39.979071760709303 ], [ -75.2253717831058, 39.979449156770599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16942, "tnode_": 16684, "lpoly_": null, "rpoly_": null, "length": 680.30315393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1622, "l_t_add": 1648, "r_f_add": 1623, "r_t_add": 1649, "st_code": 16760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420001, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10272, "Shape__Length": 271.26423486005854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214161357113795, 39.980312004141403 ], [ -75.214502988388205, 39.9815579455353 ], [ -75.2146517431391, 39.9821409798625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17200, "tnode_": 16942, "lpoly_": null, "rpoly_": null, "length": 625.6330884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1612, "l_t_add": 1620, "r_f_add": 1613, "r_t_add": 1621, "st_code": 16760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420002, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10273, "Shape__Length": 249.45843783921291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213708771897998, 39.978630226895802 ], [ -75.214161357113795, 39.980312004141403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17307, "tnode_": 17202, "lpoly_": null, "rpoly_": null, "length": 334.36630114000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4120, "l_t_add": 4198, "r_f_add": 4121, "r_t_add": 4199, "st_code": 49040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420005, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 10274, "Shape__Length": 133.27199813225255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206026392031902, 39.977865984006101 ], [ -75.206222777928801, 39.978173351929001 ], [ -75.206338062067204, 39.978387306966702 ], [ -75.206410700834894, 39.978558109174898 ], [ -75.206438082124706, 39.978720814647602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17359, "tnode_": 17200, "lpoly_": null, "rpoly_": null, "length": 309.53158566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1610, "r_f_add": 1601, "r_t_add": 1611, "st_code": 16760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420006, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10275, "Shape__Length": 123.41490003049931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213472607698506, 39.9778001758296 ], [ -75.213708771897998, 39.978630226895802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17359, "tnode_": 17299, "lpoly_": null, "rpoly_": null, "length": 283.26806022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 0, "r_t_add": 0, "st_code": 63040, "l_hundred": 4700, "r_hundred": 0, "seg_id": 420007, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10276, "Shape__Length": 112.60197714055802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213472607698506, 39.9778001758296 ], [ -75.214383089109205, 39.978137864326101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17396, "tnode_": 17174, "lpoly_": null, "rpoly_": null, "length": 465.18749657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 10277, "Shape__Length": 185.48869898404683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187884796401804, 39.976952454362703 ], [ -75.187807246532898, 39.9773368331021 ], [ -75.187608939307594, 39.9782116457407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17539, "tnode_": 17288, "lpoly_": null, "rpoly_": null, "length": 469.5166077, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420010, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10278, "Shape__Length": 187.21301705819954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181476398265303, 39.976110579996899 ], [ -75.181200476312796, 39.977381860409899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17567, "tnode_": 17507, "lpoly_": null, "rpoly_": null, "length": 289.99071386000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4224, "l_t_add": 4246, "r_f_add": 4225, "r_t_add": 4247, "st_code": 63040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420011, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10279, "Shape__Length": 115.27297325977983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210360678079198, 39.976645395971502 ], [ -75.211291970592498, 39.976992342393103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17571, "tnode_": 17345, "lpoly_": null, "rpoly_": null, "length": 414.80661351999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1348, "r_f_add": 1301, "r_t_add": 1339, "st_code": 88320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420012, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10280, "Shape__Length": 165.39815630177367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180052590696206, 39.975926227236201 ], [ -75.179812921015696, 39.977049894992803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17610, "tnode_": 17527, "lpoly_": null, "rpoly_": null, "length": 144.09503436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1320, "l_t_add": 1328, "r_f_add": 1321, "r_t_add": 1333, "st_code": 88230, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420013, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10281, "Shape__Length": 57.454824235887891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173584406558305, 39.9755942695692 ], [ -75.173498343179304, 39.9759842473117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17610, "tnode_": 17568, "lpoly_": null, "rpoly_": null, "length": 451.7475598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 72000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420014, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10282, "Shape__Length": 179.46098572464518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173584406558305, 39.9755942695692 ], [ -75.175165690327603, 39.975834763857399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17621, "tnode_": 17607, "lpoly_": null, "rpoly_": null, "length": 187.09968586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2521, "r_t_add": 2599, "st_code": 77160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420015, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10283, "Shape__Length": 74.323390022803636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177807384713802, 39.975630536740297 ], [ -75.178466538549898, 39.975711939416399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17622, "tnode_": 17621, "lpoly_": null, "rpoly_": null, "length": 17.37032931, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2524, "l_t_add": 2524, "r_f_add": 2519, "r_t_add": 2519, "st_code": 77160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420016, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10284, "Shape__Length": 6.8995834087306154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177745511638705, 39.975627747879798 ], [ -75.177807384713802, 39.975630536740297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17637, "tnode_": 17571, "lpoly_": null, "rpoly_": null, "length": 116.25893052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1244, "l_t_add": 1298, "r_f_add": 1247, "r_t_add": 1299, "st_code": 88320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10285, "Shape__Length": 46.354344731233553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180131040871203, 39.975612841073001 ], [ -75.180052590696206, 39.975926227236201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17650, "tnode_": 17567, "lpoly_": null, "rpoly_": null, "length": 322.86096868000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4222, "r_f_add": 4201, "r_t_add": 4223, "st_code": 63040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420018, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10286, "Shape__Length": 128.33816516376271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209323537581099, 39.976259587962097 ], [ -75.210360678079198, 39.976645395971502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17638, "tnode_": 17528, "lpoly_": null, "rpoly_": null, "length": 199.72258001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1319, "st_code": 88280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420019, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 10287, "Shape__Length": 79.633690035546735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176885837212794, 39.975516599509099 ], [ -75.176757208028903, 39.976055857768699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17638, "tnode_": 17622, "lpoly_": null, "rpoly_": null, "length": 244.31168239, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2517, "st_code": 77160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10288, "Shape__Length": 97.051017704842607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176885837212794, 39.975516599509099 ], [ -75.177745511638705, 39.975627747879798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17639, "tnode_": 17565, "lpoly_": null, "rpoly_": null, "length": 137.6945394, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1310, "l_t_add": 1320, "r_f_add": 1309, "r_t_add": 1319, "st_code": 88210, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420022, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10289, "Shape__Length": 54.904410351641047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171983261695303, 39.975406161406902 ], [ -75.171972898755897, 39.975471873774303 ], [ -75.171914499491294, 39.975780414018303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17639, "tnode_": 17610, "lpoly_": null, "rpoly_": null, "length": 453.94076299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 72000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420023, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10290, "Shape__Length": 180.32109124828119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171983261695303, 39.975406161406902 ], [ -75.173584406558305, 39.9755942695692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17654, "tnode_": 17638, "lpoly_": null, "rpoly_": null, "length": 163.27415883, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 77160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420024, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10291, "Shape__Length": 64.859583577484656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176311561929197, 39.975441198159402 ], [ -75.176885837212794, 39.975516599509099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17661, "tnode_": 17654, "lpoly_": null, "rpoly_": null, "length": 130.96988786, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2414, "l_t_add": 2424, "r_f_add": 2413, "r_t_add": 2427, "st_code": 77160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420025, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10292, "Shape__Length": 52.027035199373636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175851096170106, 39.975379878083302 ], [ -75.176311561929197, 39.975441198159402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17668, "tnode_": 17539, "lpoly_": null, "rpoly_": null, "length": 232.11688559000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1238, "l_t_add": 1298, "r_f_add": 1243, "r_t_add": 1299, "st_code": 88340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10293, "Shape__Length": 92.552369631266657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181610204598101, 39.975481760978298 ], [ -75.181476398265303, 39.976110579996899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17675, "tnode_": 17568, "lpoly_": null, "rpoly_": null, "length": 195.04855536, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1309, "st_code": 88260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 10294, "Shape__Length": 77.770531003579123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175286691616805, 39.975307486112001 ], [ -75.175165690327603, 39.975834763857399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17675, "tnode_": 17661, "lpoly_": null, "rpoly_": null, "length": 160.36426893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2412, "r_f_add": 2401, "r_t_add": 2411, "st_code": 77160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420028, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10295, "Shape__Length": 63.703204337877899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175286691616805, 39.975307486112001 ], [ -75.175851096170106, 39.975379878083302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17687, "tnode_": 17439, "lpoly_": null, "rpoly_": null, "length": 443.83555642000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "41ST ST", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 88615, "l_hundred": 1600, "r_hundred": 0, "seg_id": 420029, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "41ST ST DR", "stname": "41ST ST DR", "objectid": 10296, "Shape__Length": 176.87069157507398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206535831137501, 39.975957657197299 ], [ -75.206460918333903, 39.976079732474197 ], [ -75.206293896871003, 39.976353103296297 ], [ -75.206123613268105, 39.976622386718397 ], [ -75.206009259430701, 39.976807098242801 ], [ -75.205929739390399, 39.976941566191698 ], [ -75.205899186935895, 39.977006842316399 ], [ -75.205880818396295, 39.9770653192734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17695, "tnode_": 17604, "lpoly_": null, "rpoly_": null, "length": 151.70584208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 16760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10297, "Shape__Length": 60.486378296011189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213012137914902, 39.976147377088999 ], [ -75.213124515924605, 39.976554755214501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17696, "tnode_": 17650, "lpoly_": null, "rpoly_": null, "length": 224.75075866999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4142, "l_t_add": 4198, "r_f_add": 4143, "r_t_add": 4199, "st_code": 63040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420031, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10298, "Shape__Length": 89.338687209675186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208601618210807, 39.975990932600901 ], [ -75.209323537581099, 39.976259587962097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17729, "tnode_": 17554, "lpoly_": null, "rpoly_": null, "length": 422.82945262000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1250, "r_f_add": 0, "r_t_add": 0, "st_code": 88440, "l_hundred": 1200, "r_hundred": 0, "seg_id": 420032, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 10299, "Shape__Length": 168.35888455304502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1899634600409, 39.975412617162903 ], [ -75.189578818616496, 39.975534829581299 ], [ -75.189484303731504, 39.9755922485284 ], [ -75.189387781811007, 39.975669786281898 ], [ -75.189322397384004, 39.975748978348697 ], [ -75.189270458025007, 39.975835671264001 ], [ -75.189238270615306, 39.975928086635697 ], [ -75.189217484150603, 39.976049079611997 ], [ -75.189216977001195, 39.976128758880002 ], [ -75.189266577915106, 39.976277811288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17712, "tnode_": 17595, "lpoly_": null, "rpoly_": null, "length": 199.57403011000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1336, "r_f_add": 1301, "r_t_add": 1339, "st_code": 88190, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10300, "Shape__Length": 79.577075144750239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170403486714903, 39.975047449988899 ], [ -75.170296691844399, 39.9755891094266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17729, "tnode_": 17734, "lpoly_": null, "rpoly_": null, "length": 187.98061924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3336, "l_t_add": 3348, "r_f_add": 3335, "r_t_add": 3349, "st_code": 37040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 420035, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10301, "Shape__Length": 74.673322036356609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1899634600409, 39.975412617162903 ], [ -75.190625452493805, 39.9754956529002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17717, "tnode_": 17637, "lpoly_": null, "rpoly_": null, "length": 136.9283062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1240, "l_t_add": 1242, "r_f_add": 1239, "r_t_add": 1245, "st_code": 88320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420036, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10302, "Shape__Length": 54.598716419190751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180199826314606, 39.975240699750003 ], [ -75.180131040871203, 39.975612841073001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17714, "tnode_": 17610, "lpoly_": null, "rpoly_": null, "length": 180.99926344, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1319, "st_code": 88230, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420037, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10303, "Shape__Length": 72.168833109557951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173694546204501, 39.975104682916999 ], [ -75.173584406558305, 39.9755942695692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17714, "tnode_": 17675, "lpoly_": null, "rpoly_": null, "length": 452.2930279, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 77160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420038, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10304, "Shape__Length": 179.66854875220864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173694546204501, 39.975104682916999 ], [ -75.175286691616805, 39.975307486112001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17760, "tnode_": 17696, "lpoly_": null, "rpoly_": null, "length": 220.34308234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4130, "l_t_add": 4140, "r_f_add": 4131, "r_t_add": 4141, "st_code": 63040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420039, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10305, "Shape__Length": 87.586719592201064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207894403397006, 39.9757266825589 ], [ -75.208601618210807, 39.975990932600901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17751, "tnode_": 17668, "lpoly_": null, "rpoly_": null, "length": 132.00353425, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1226, "l_t_add": 1236, "r_f_add": 1231, "r_t_add": 1241, "st_code": 88340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10306, "Shape__Length": 52.633027621651181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181690358912903, 39.975124680608197 ], [ -75.181610204598101, 39.975481760978298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17712, "tnode_": 17761, "lpoly_": null, "rpoly_": null, "length": 478.51168174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 24180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420041, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10307, "Shape__Length": 190.07752353634487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170403486714903, 39.975047449988899 ], [ -75.1720941126285, 39.974863971927199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17761, "tnode_": 17639, "lpoly_": null, "rpoly_": null, "length": 199.93842379, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1308, "r_f_add": 1301, "r_t_add": 1307, "st_code": 88210, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420042, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10308, "Shape__Length": 79.721639686533649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1720941126285, 39.974863971927199 ], [ -75.171983261695303, 39.975406161406902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17761, "tnode_": 17714, "lpoly_": null, "rpoly_": null, "length": 457.03365714999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420044, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10309, "Shape__Length": 181.55841227175569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1720941126285, 39.974863971927199 ], [ -75.173694546204501, 39.975104682916999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17765, "tnode_": 17751, "lpoly_": null, "rpoly_": null, "length": 20.04441048, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1224, "l_t_add": 1224, "r_f_add": 1229, "r_t_add": 1229, "st_code": 88340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420045, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10310, "Shape__Length": 7.9906147406052668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181710390304801, 39.975071858480099 ], [ -75.181690358912903, 39.975124680608197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17769, "tnode_": 17554, "lpoly_": null, "rpoly_": null, "length": 498.97766496999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1249, "st_code": 88440, "l_hundred": 0, "r_hundred": 1200, "seg_id": 420046, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 10311, "Shape__Length": 198.69825400723266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188216142777307, 39.975184400605002 ], [ -75.188523739408794, 39.975416710181698 ], [ -75.188768961305001, 39.975631972628797 ], [ -75.1889475020361, 39.975828464132398 ], [ -75.189126873597999, 39.976069140405002 ], [ -75.189266577915106, 39.976277811288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17769, "tnode_": 17729, "lpoly_": null, "rpoly_": null, "length": 496.71344951999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3300, "l_t_add": 3334, "r_f_add": 3301, "r_t_add": 3333, "st_code": 37040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 420047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10312, "Shape__Length": 197.31539536382655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188216142777307, 39.975184400605002 ], [ -75.1899634600409, 39.975412617162903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17782, "tnode_": 17735, "lpoly_": null, "rpoly_": null, "length": 99.88312803, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1312, "l_t_add": 1320, "r_f_add": 1313, "r_t_add": 1319, "st_code": 88150, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10313, "Shape__Length": 39.825774830342013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166961066355796, 39.9746174183961 ], [ -75.166931503857199, 39.974744263694802 ], [ -75.166902284124205, 39.974887837740397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17793, "tnode_": 17769, "lpoly_": null, "rpoly_": null, "length": 434.36072301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3100, "l_t_add": 3298, "r_f_add": 3101, "r_t_add": 3299, "st_code": 37040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 420049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10314, "Shape__Length": 172.54490422575225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186687209507298, 39.974989244349402 ], [ -75.188216142777307, 39.975184400605002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17761, "tnode_": 17798, "lpoly_": null, "rpoly_": null, "length": 479.15587105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 24180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420050, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10315, "Shape__Length": 190.33185144719516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1720941126285, 39.974863971927199 ], [ -75.173788217923004, 39.974686959791001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17798, "tnode_": 17714, "lpoly_": null, "rpoly_": null, "length": 154.41710797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88230, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420051, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10316, "Shape__Length": 61.569513327883172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173788217923004, 39.974686959791001 ], [ -75.173694546204501, 39.975104682916999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17812, "tnode_": 17687, "lpoly_": null, "rpoly_": null, "length": 240.64759431000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "41ST ST", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 0, "r_t_add": 0, "st_code": 88615, "l_hundred": 1600, "r_hundred": 0, "seg_id": 420052, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "41ST ST DR", "stname": "41ST ST DR", "objectid": 10317, "Shape__Length": 95.891921608987914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206909628314506, 39.975362930712102 ], [ -75.206535831137501, 39.975957657197299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17812, "tnode_": 17760, "lpoly_": null, "rpoly_": null, "length": 306.15555869000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4108, "l_t_add": 4128, "r_f_add": 4109, "r_t_add": 4129, "st_code": 63040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420053, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10318, "Shape__Length": 121.69505099767551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206909628314506, 39.975362930712102 ], [ -75.207894403397006, 39.9757266825589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17814, "tnode_": 17768, "lpoly_": null, "rpoly_": null, "length": 103.7506607, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1312, "l_t_add": 1312, "r_f_add": 1319, "r_t_add": 1321, "st_code": 88130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420054, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10319, "Shape__Length": 41.366931434704199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165389648904295, 39.974397132761297 ], [ -75.165358314662896, 39.974538548681103 ], [ -75.1653233696115, 39.974677320777097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17814, "tnode_": 17782, "lpoly_": null, "rpoly_": null, "length": 449.03699822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 72000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420055, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10320, "Shape__Length": 178.38090383007088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165389648904295, 39.974397132761297 ], [ -75.165473052571997, 39.974431658661899 ], [ -75.166961066355796, 39.9746174183961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17829, "tnode_": 17720, "lpoly_": null, "rpoly_": null, "length": 241.4795533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "41ST ST", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1649, "st_code": 88615, "l_hundred": 0, "r_hundred": 1600, "seg_id": 420056, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "41ST ST DR", "stname": "41ST ST DR", "objectid": 10321, "Shape__Length": 96.22713221920894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2066286076399, 39.975256764264401 ], [ -75.206263683733496, 39.9758572655808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17829, "tnode_": 17812, "lpoly_": null, "rpoly_": null, "length": 87.74263137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4106, "r_f_add": 4101, "r_t_add": 4107, "st_code": 63040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420057, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10322, "Shape__Length": 34.878024554072404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2066286076399, 39.975256764264401 ], [ -75.206909628314506, 39.975362930712102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17833, "tnode_": 17696, "lpoly_": null, "rpoly_": null, "length": 269.70581704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMORIAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 55440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMORIAL AVE", "stname": "MEMORIAL AVE", "objectid": 10323, "Shape__Length": 107.46720817573723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209030028354903, 39.975327967905002 ], [ -75.208601618210807, 39.975990932600901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17822, "tnode_": 17765, "lpoly_": null, "rpoly_": null, "length": 132.0767075, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1212, "l_t_add": 1222, "r_f_add": 1213, "r_t_add": 1227, "st_code": 88340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10324, "Shape__Length": 52.662978812418409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181782934419104, 39.974713613023603 ], [ -75.181710390304801, 39.975071858480099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17798, "tnode_": 17836, "lpoly_": null, "rpoly_": null, "length": 472.40270428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 24180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420060, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10325, "Shape__Length": 187.64880740283468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173788217923004, 39.974686959791001 ], [ -75.175458492948394, 39.974512729159301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17836, "tnode_": 17675, "lpoly_": null, "rpoly_": null, "length": 293.49241008999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420061, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 10326, "Shape__Length": 117.02285012389903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175458492948394, 39.974512729159301 ], [ -75.175286691616805, 39.975307486112001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17840, "tnode_": 17701, "lpoly_": null, "rpoly_": null, "length": 284.81813017000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1926, "l_t_add": 1950, "r_f_add": 1927, "r_t_add": 1951, "st_code": 68280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420062, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 10327, "Shape__Length": 113.50185459330814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167733731827695, 39.974328877665798 ], [ -75.168056807233896, 39.974879061887599 ], [ -75.168147099758897, 39.975043093165702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17847, "tnode_": 17781, "lpoly_": null, "rpoly_": null, "length": 125.23581683, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1320, "l_t_add": 1324, "r_f_add": 1313, "r_t_add": 1325, "st_code": 88110, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420063, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10328, "Shape__Length": 49.933730445951284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163815259731606, 39.974210789781203 ], [ -75.163738088745504, 39.9745494120247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17847, "tnode_": 17814, "lpoly_": null, "rpoly_": null, "length": 446.43899392999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 72000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420064, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10329, "Shape__Length": 177.33823888282646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163815259731606, 39.974210789781203 ], [ -75.165389648904295, 39.974397132761297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17862, "tnode_": 17847, "lpoly_": null, "rpoly_": null, "length": 208.35954102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1625, "r_t_add": 1699, "st_code": 72000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420066, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10330, "Shape__Length": 82.763877398839981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163077853426202, 39.974138107993802 ], [ -75.163815259731606, 39.974210789781203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17836, "tnode_": 17854, "lpoly_": null, "rpoly_": null, "length": 135.76941723, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2412, "r_f_add": 2401, "r_t_add": 2411, "st_code": 24180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420067, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10331, "Shape__Length": 53.9306771574254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175458492948394, 39.974512729159301 ], [ -75.175938361115698, 39.974461692946903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17854, "tnode_": 17661, "lpoly_": null, "rpoly_": null, "length": 338.44851433000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 68440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 10332, "Shape__Length": 134.94992211519269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175938361115698, 39.974461692946903 ], [ -75.175985925292693, 39.974766483013902 ], [ -75.175851096170106, 39.975379878083302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17857, "tnode_": 17782, "lpoly_": null, "rpoly_": null, "length": 138.93845862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1311, "st_code": 88150, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10333, "Shape__Length": 55.39755404758975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167044692443795, 39.974241480847397 ], [ -75.166961066355796, 39.9746174183961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17857, "tnode_": 17840, "lpoly_": null, "rpoly_": null, "length": 195.72127558, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 77160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420070, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10334, "Shape__Length": 77.747053766706401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167044692443795, 39.974241480847397 ], [ -75.167733731827695, 39.974328877665798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17858, "tnode_": 17717, "lpoly_": null, "rpoly_": null, "length": 259.24352, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1210, "l_t_add": 1238, "r_f_add": 1213, "r_t_add": 1237, "st_code": 88320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10335, "Shape__Length": 103.36513969272021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180363462097006, 39.974540268138803 ], [ -75.180199826314606, 39.975240699750003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17854, "tnode_": 17868, "lpoly_": null, "rpoly_": null, "length": 136.57881584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2414, "l_t_add": 2424, "r_f_add": 2413, "r_t_add": 2423, "st_code": 24180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420072, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10336, "Shape__Length": 54.251855231749502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175938361115698, 39.974461692946903 ], [ -75.176421424844804, 39.974412253627797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17875, "tnode_": 17803, "lpoly_": null, "rpoly_": null, "length": 122.48465943, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1312, "l_t_add": 1320, "r_f_add": 1315, "r_t_add": 1325, "st_code": 88090, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420073, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10337, "Shape__Length": 48.836670846068372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162243469557197, 39.974033865905199 ], [ -75.162218932441107, 39.974151536735597 ], [ -75.162168156365695, 39.974365052527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17875, "tnode_": 17862, "lpoly_": null, "rpoly_": null, "length": 236.91344747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1628, "r_f_add": 1601, "r_t_add": 1623, "st_code": 72000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10338, "Shape__Length": 94.109402947229981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162243469557197, 39.974033865905199 ], [ -75.163077853426202, 39.974138107993802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17884, "tnode_": 17785, "lpoly_": null, "rpoly_": null, "length": 220.26644664, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 88620, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10339, "Shape__Length": 87.746571191087654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210126191792398, 39.975076614403697 ], [ -75.210035807222297, 39.975121038915702 ], [ -75.209743112735296, 39.9755921264397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17888, "tnode_": 17760, "lpoly_": null, "rpoly_": null, "length": 269.87195363999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLTON AVE", "stname": "MARLTON AVE", "objectid": 10340, "Shape__Length": 107.53225703418633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208324946922303, 39.975064027122102 ], [ -75.207894403397006, 39.9757266825589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17868, "tnode_": 17879, "lpoly_": null, "rpoly_": null, "length": 199.20589121, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2425, "r_t_add": 2499, "st_code": 24180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420077, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10341, "Shape__Length": 79.12911397634069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176421424844804, 39.974412253627797 ], [ -75.177125310718395, 39.974336303847899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17879, "tnode_": 17638, "lpoly_": null, "rpoly_": null, "length": 435.16746149, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 10342, "Shape__Length": 173.51445526376202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177125310718395, 39.974336303847899 ], [ -75.176885837212794, 39.975516599509099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17885, "tnode_": 17814, "lpoly_": null, "rpoly_": null, "length": 130.71896113, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1317, "st_code": 88130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420079, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10343, "Shape__Length": 52.12078715348737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165463664833496, 39.974042840154297 ], [ -75.165389648904295, 39.974397132761297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17885, "tnode_": 17857, "lpoly_": null, "rpoly_": null, "length": 448.97922781, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 77160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420080, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10344, "Shape__Length": 178.34888668955014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165463664833496, 39.974042840154297 ], [ -75.167044692443795, 39.974241480847397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17895, "tnode_": 17443, "lpoly_": null, "rpoly_": null, "length": 1027.5874394499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "2", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9335, "l_hundred": 0, "r_hundred": 0, "seg_id": 420081, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 2", "stname": "SCHUYLKILL EXPY RAMP 2", "objectid": 10345, "Shape__Length": 409.39051314939155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198400282980202, 39.974777859908301 ], [ -75.198446220732507, 39.975072010023503 ], [ -75.198499994364198, 39.975334840584502 ], [ -75.198588333430607, 39.9758735184381 ], [ -75.198633163798405, 39.976141911995398 ], [ -75.198674601289198, 39.976301254371997 ], [ -75.198720677758899, 39.976403572507799 ], [ -75.198778139536401, 39.976501823414601 ], [ -75.198845900264203, 39.9765916617012 ], [ -75.198979195675506, 39.976730963257303 ], [ -75.199093031234, 39.976823505984598 ], [ -75.199205158224999, 39.976895128012501 ], [ -75.199312809207896, 39.976952968671903 ], [ -75.199444325132802, 39.977006778753399 ], [ -75.199672781845607, 39.977087946015601 ], [ -75.199813588694497, 39.977177979821903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17894, "tnode_": 17822, "lpoly_": null, "rpoly_": null, "length": 128.79005578, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1211, "st_code": 88340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420082, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10346, "Shape__Length": 51.351552535053251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181858485082302, 39.974364879213802 ], [ -75.181782934419104, 39.974713613023603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17894, "tnode_": 17867, "lpoly_": null, "rpoly_": null, "length": 457.98757796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 37040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 420083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10347, "Shape__Length": 181.92956753568271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181858485082302, 39.974364879213802 ], [ -75.183469635724407, 39.974574934565098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17904, "tnode_": 17841, "lpoly_": null, "rpoly_": null, "length": 120.1916502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1322, "l_t_add": 1324, "r_f_add": 1315, "r_t_add": 1323, "st_code": 88070, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420084, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10348, "Shape__Length": 47.923872353572747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160667126935707, 39.973834871526599 ], [ -75.160644844652296, 39.973970063678898 ], [ -75.160604919893004, 39.974161278501498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17904, "tnode_": 17875, "lpoly_": null, "rpoly_": null, "length": 447.70557270999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 72000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420085, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 10349, "Shape__Length": 177.84257644937813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160667126935707, 39.973834871526599 ], [ -75.162243469557197, 39.974033865905199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17879, "tnode_": 17899, "lpoly_": null, "rpoly_": null, "length": 206.38672129, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 24180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420086, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 10350, "Shape__Length": 81.981507178605341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177125310718395, 39.974336303847899 ], [ -75.177854457168607, 39.974257005608898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17915, "tnode_": 17847, "lpoly_": null, "rpoly_": null, "length": 135.81903688, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1311, "st_code": 88110, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420087, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10351, "Shape__Length": 54.153918067217475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163893856300703, 39.973842885974797 ], [ -75.163815259731606, 39.974210789781203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17915, "tnode_": 17885, "lpoly_": null, "rpoly_": null, "length": 445.95546151999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 77160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420088, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10352, "Shape__Length": 177.14772427418458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163893856300703, 39.973842885974797 ], [ -75.165463664833496, 39.974042840154297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17922, "tnode_": 17858, "lpoly_": null, "rpoly_": null, "length": 133.45412898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1211, "st_code": 88320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10353, "Shape__Length": 53.211663699736192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180437644421104, 39.9741783929503 ], [ -75.180363462097006, 39.974540268138803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17922, "tnode_": 17894, "lpoly_": null, "rpoly_": null, "length": 403.96686954, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 37040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 420090, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10354, "Shape__Length": 160.47031263536306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180437644421104, 39.9741783929503 ], [ -75.181858485082302, 39.974364879213802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17935, "tnode_": 17857, "lpoly_": null, "rpoly_": null, "length": 158.35881498000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1248, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 88150, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420093, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10355, "Shape__Length": 63.140656769079442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167138734117501, 39.973812829547498 ], [ -75.167044692443795, 39.974241480847397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17949, "tnode_": 17829, "lpoly_": null, "rpoly_": null, "length": 230.09110618000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1217, "r_t_add": 1299, "st_code": 88600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10356, "Shape__Length": 91.736882562826153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206578200542097, 39.974639477948102 ], [ -75.206683260707706, 39.975150030866899 ], [ -75.2066286076399, 39.975256764264401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17946, "tnode_": 17875, "lpoly_": null, "rpoly_": null, "length": 144.842928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1313, "st_code": 88090, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420095, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10357, "Shape__Length": 57.751708061908538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162327752270002, 39.973641577256998 ], [ -75.162243469557197, 39.974033865905199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17946, "tnode_": 17915, "lpoly_": null, "rpoly_": null, "length": 445.01350918000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 77160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420096, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10358, "Shape__Length": 176.77336339863095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162327752270002, 39.973641577256998 ], [ -75.163893856300703, 39.973842885974797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17953, "tnode_": 17938, "lpoly_": null, "rpoly_": null, "length": 222.86407577, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2619, "st_code": 37040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 420097, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10359, "Shape__Length": 88.529653604397495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178860304777899, 39.973973337407102 ], [ -75.179643854965306, 39.974077604366698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17962, "tnode_": 17695, "lpoly_": null, "rpoly_": null, "length": 527.67857021999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 16760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420098, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10360, "Shape__Length": 210.38633768650962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212617524346101, 39.974731006114403 ], [ -75.213012137914902, 39.976147377088999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17968, "tnode_": 17953, "lpoly_": null, "rpoly_": null, "length": 152.54530299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2521, "r_t_add": 2599, "st_code": 37040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420099, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10361, "Shape__Length": 60.59604145041056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178323546259904, 39.973903942065299 ], [ -75.178860304777899, 39.973973337407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17971, "tnode_": 17885, "lpoly_": null, "rpoly_": null, "length": 159.62940985, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1240, "l_t_add": 1298, "r_f_add": 1241, "r_t_add": 1299, "st_code": 88130, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10362, "Shape__Length": 63.645863162257655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165566445175699, 39.973611831463103 ], [ -75.165463664833496, 39.974042840154297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17971, "tnode_": 17935, "lpoly_": null, "rpoly_": null, "length": 446.70496793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 20760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CABOT ST", "stname": "W CABOT ST", "objectid": 10363, "Shape__Length": 177.44498306557898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165566445175699, 39.973611831463103 ], [ -75.167138734117501, 39.973812829547498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17921, "tnode_": 17980, "lpoly_": null, "rpoly_": null, "length": 632.00853919000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 37040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420102, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10364, "Shape__Length": 251.05055408509892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199507679065206, 39.974655963753897 ], [ -75.201738797909201, 39.974403946276198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17975, "tnode_": 17894, "lpoly_": null, "rpoly_": null, "length": 157.80611936999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 926, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 88340, "l_hundred": 900, "r_hundred": 900, "seg_id": 420103, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10365, "Shape__Length": 62.920237395644286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181953307849497, 39.973937868884803 ], [ -75.181858485082302, 39.974364879213802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17962, "tnode_": 27841, "lpoly_": null, "rpoly_": null, "length": 295.25470152000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4400, "l_t_add": 4468, "r_f_add": 4401, "r_t_add": 4469, "st_code": 77160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10366, "Shape__Length": 117.30093259792208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212617524346101, 39.974731006114403 ], [ -75.212766563456, 39.974778040615703 ], [ -75.213616123684503, 39.974638947993597 ], [ -75.213639269559394, 39.974634645531701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17977, "tnode_": 17899, "lpoly_": null, "rpoly_": null, "length": 151.38528217000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1225, "st_code": 24220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420105, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLLEGE AVE", "stname": "W COLLEGE AVE", "objectid": 10367, "Shape__Length": 60.366674532405369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177865653561597, 39.973841523432299 ], [ -75.177854457168607, 39.974257005608898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17977, "tnode_": 17968, "lpoly_": null, "rpoly_": null, "length": 130.3314645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2534, "r_f_add": 2501, "r_t_add": 2519, "st_code": 37040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420106, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10368, "Shape__Length": 51.772530285319569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177865653561597, 39.973841523432299 ], [ -75.178323546259904, 39.973903942065299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17984, "tnode_": 17904, "lpoly_": null, "rpoly_": null, "length": 149.61239399000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1313, "st_code": 88070, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420107, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10369, "Shape__Length": 59.651427316044511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160765827711003, 39.9734312482042 ], [ -75.160667126935707, 39.973834871526599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17984, "tnode_": 17946, "lpoly_": null, "rpoly_": null, "length": 444.41420963999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 77160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10370, "Shape__Length": 176.5365656699941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160765827711003, 39.9734312482042 ], [ -75.162327752270002, 39.973641577256998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17992, "tnode_": 17984, "lpoly_": null, "rpoly_": null, "length": 134.1793144, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 77160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420109, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10371, "Shape__Length": 53.298913677900309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160292400863, 39.973376471719199 ], [ -75.160765827711003, 39.9734312482042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18005, "tnode_": 17790, "lpoly_": null, "rpoly_": null, "length": 803.46997721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 55620, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 10372, "Shape__Length": 319.47588407855244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219532066865099, 39.974648982757202 ], [ -75.219749381549804, 39.974761826969697 ], [ -75.220074278812902, 39.974906941381697 ], [ -75.220311840602307, 39.975016501628801 ], [ -75.220834886462299, 39.9752492880842 ], [ -75.221983665547498, 39.975791534696199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18000, "tnode_": 17758, "lpoly_": null, "rpoly_": null, "length": 467.04432246000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 21400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 420111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10373, "Shape__Length": 186.21755228294552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160051140698002, 39.973347307378297 ], [ -75.159929349921399, 39.973868769325698 ], [ -75.159762275109202, 39.974609987051203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18000, "tnode_": 17992, "lpoly_": null, "rpoly_": null, "length": 68.44754169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1418, "l_t_add": 1424, "r_f_add": 1407, "r_t_add": 1411, "st_code": 77160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420112, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10374, "Shape__Length": 27.189034054992021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160051140698002, 39.973347307378297 ], [ -75.160292400863, 39.973376471719199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18003, "tnode_": 18000, "lpoly_": null, "rpoly_": null, "length": 42.59874955, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1416, "l_t_add": 1416, "r_f_add": 1405, "r_t_add": 1405, "st_code": 77160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420113, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10375, "Shape__Length": 16.922173980551829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1599020466833, 39.973324582024702 ], [ -75.160051140698002, 39.973347307378297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17980, "tnode_": 18021, "lpoly_": null, "rpoly_": null, "length": 400.88796295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3930, "r_f_add": 3901, "r_t_add": 3931, "st_code": 37040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10376, "Shape__Length": 159.24118865932107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201738797909201, 39.974403946276198 ], [ -75.2031559230347, 39.974254458196199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18006, "tnode_": 17915, "lpoly_": null, "rpoly_": null, "length": 159.66235466999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1242, "l_t_add": 1298, "r_f_add": 1243, "r_t_add": 1299, "st_code": 88110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10377, "Shape__Length": 63.659529151216738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163992037605894, 39.973411151322601 ], [ -75.163893856300703, 39.973842885974797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18010, "tnode_": 17922, "lpoly_": null, "rpoly_": null, "length": 151.10340797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 928, "l_t_add": 998, "r_f_add": 933, "r_t_add": 999, "st_code": 88320, "l_hundred": 900, "r_hundred": 900, "seg_id": 420116, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10378, "Shape__Length": 60.246479547962515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180535624289405, 39.973770502564598 ], [ -75.180437644421104, 39.9741783929503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18025, "tnode_": 17935, "lpoly_": null, "rpoly_": null, "length": 149.74481585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1220, "l_t_add": 1246, "r_f_add": 1221, "r_t_add": 1233, "st_code": 88150, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420118, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10379, "Shape__Length": 59.70654096959484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167221923590503, 39.973406774662699 ], [ -75.167138734117501, 39.973812829547498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18025, "tnode_": 17840, "lpoly_": null, "rpoly_": null, "length": 365.251515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1924, "r_f_add": 1901, "r_t_add": 1925, "st_code": 68280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420119, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 10380, "Shape__Length": 145.55981688424239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167221923590503, 39.973406774662699 ], [ -75.167733731827695, 39.974328877665798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18021, "tnode_": 18032, "lpoly_": null, "rpoly_": null, "length": 160.45026991999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3932, "l_t_add": 3948, "r_f_add": 3933, "r_t_add": 3949, "st_code": 37040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420120, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10381, "Shape__Length": 63.734663478358641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2031559230347, 39.974254458196199 ], [ -75.203722515754706, 39.974191391660099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27985, "tnode_": 17829, "lpoly_": null, "rpoly_": null, "length": 703.02898478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4002, "l_t_add": 4098, "r_f_add": 4003, "r_t_add": 4099, "st_code": 63040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420121, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 10382, "Shape__Length": 279.44450155481906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204364092184804, 39.974426602592501 ], [ -75.2066286076399, 39.975256764264401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18032, "tnode_": 18042, "lpoly_": null, "rpoly_": null, "length": 168.3591828, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3950, "l_t_add": 3998, "r_f_add": 3951, "r_t_add": 3999, "st_code": 37040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10383, "Shape__Length": 66.875949375409647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203722515754706, 39.974191391660099 ], [ -75.204317333443299, 39.974126815822899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18035, "tnode_": 17975, "lpoly_": null, "rpoly_": null, "length": 105.82656109, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 918, "l_t_add": 924, "r_f_add": 921, "r_t_add": 929, "st_code": 88340, "l_hundred": 900, "r_hundred": 900, "seg_id": 420123, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10384, "Shape__Length": 42.195532830705005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182011739233005, 39.973650861247499 ], [ -75.181953307849497, 39.973937868884803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18037, "tnode_": 17946, "lpoly_": null, "rpoly_": null, "length": 162.39053817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1242, "l_t_add": 1298, "r_f_add": 1241, "r_t_add": 1299, "st_code": 88090, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420124, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10385, "Shape__Length": 64.748270400174718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162419553533198, 39.973201425822403 ], [ -75.162327752270002, 39.973641577256998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18037, "tnode_": 18006, "lpoly_": null, "rpoly_": null, "length": 447.29355861, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 20760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CABOT ST", "stname": "W CABOT ST", "objectid": 10386, "Shape__Length": 177.67935298970289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162419553533198, 39.973201425822403 ], [ -75.163992037605894, 39.973411151322601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18039, "tnode_": 18025, "lpoly_": null, "rpoly_": null, "length": 306.81862676000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1806, "l_t_add": 1898, "r_f_add": 1815, "r_t_add": 1899, "st_code": 74900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420126, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10387, "Shape__Length": 121.87519538570346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166139758320398, 39.973279559713703 ], [ -75.167221923590503, 39.973406774662699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18048, "tnode_": 17971, "lpoly_": null, "rpoly_": null, "length": 142.85961314, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1226, "l_t_add": 1238, "r_f_add": 1227, "r_t_add": 1239, "st_code": 88130, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10388, "Shape__Length": 56.959995566282252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165653505653097, 39.973225426636603 ], [ -75.165566445175699, 39.973611831463103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18048, "tnode_": 18039, "lpoly_": null, "rpoly_": null, "length": 137.70161234000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1804, "r_f_add": 1801, "r_t_add": 1813, "st_code": 74900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420128, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10389, "Shape__Length": 54.697575842856317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165653505653097, 39.973225426636603 ], [ -75.166139758320398, 39.973279559713703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18065, "tnode_": 17769, "lpoly_": null, "rpoly_": null, "length": 667.64219848000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 65257, "l_hundred": 900, "r_hundred": 900, "seg_id": 420129, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR DR", "stname": "POPLAR DR", "objectid": 10390, "Shape__Length": 265.94779112690549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186991867770701, 39.973623850299902 ], [ -75.187890089750596, 39.974916306277201 ], [ -75.188216142777307, 39.975184400605002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18069, "tnode_": 18010, "lpoly_": null, "rpoly_": null, "length": 112.06949997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 920, "l_t_add": 926, "r_f_add": 921, "r_t_add": 931, "st_code": 88320, "l_hundred": 900, "r_hundred": 900, "seg_id": 420130, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10391, "Shape__Length": 44.684385667764957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180599231993, 39.973466775129303 ], [ -75.180535624289405, 39.973770502564598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18069, "tnode_": 18035, "lpoly_": null, "rpoly_": null, "length": 401.52188965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 21060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 420131, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10392, "Shape__Length": 159.49716035521956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180599231993, 39.973466775129303 ], [ -75.182011739233005, 39.973650861247499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18085, "tnode_": 18006, "lpoly_": null, "rpoly_": null, "length": 144.82056161, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1228, "l_t_add": 1240, "r_f_add": 1229, "r_t_add": 1241, "st_code": 88110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420132, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10393, "Shape__Length": 57.742972614697187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164071217977195, 39.973018296137298 ], [ -75.163992037605894, 39.973411151322601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18095, "tnode_": 18035, "lpoly_": null, "rpoly_": null, "length": 108.1255266, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 910, "l_t_add": 916, "r_f_add": 911, "r_t_add": 919, "st_code": 88340, "l_hundred": 900, "r_hundred": 900, "seg_id": 420133, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 10394, "Shape__Length": 43.111845321534851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182072577658303, 39.973357757156798 ], [ -75.182011739233005, 39.973650861247499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18109, "tnode_": 17962, "lpoly_": null, "rpoly_": null, "length": 274.28928778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 16760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420134, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10395, "Shape__Length": 109.35988134621047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212423555798097, 39.973992984582097 ], [ -75.212617524346101, 39.974731006114403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18100, "tnode_": 18111, "lpoly_": null, "rpoly_": null, "length": 102.7770165, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4104, "r_f_add": 4101, "r_t_add": 4117, "st_code": 37040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420135, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10396, "Shape__Length": 40.825448596391439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206436677431597, 39.9738888390197 ], [ -75.206799395335096, 39.973847323162701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18117, "tnode_": 18037, "lpoly_": null, "rpoly_": null, "length": 145.44642139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1236, "l_t_add": 1240, "r_f_add": 1231, "r_t_add": 1239, "st_code": 88090, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10397, "Shape__Length": 57.990911117921613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162509039100797, 39.972808138042097 ], [ -75.162419553533198, 39.973201425822403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18117, "tnode_": 18085, "lpoly_": null, "rpoly_": null, "length": 444.47764465, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 74900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10398, "Shape__Length": 176.56010542511524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162509039100797, 39.972808138042097 ], [ -75.164071217977195, 39.973018296137298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18064, "tnode_": 18128, "lpoly_": null, "rpoly_": null, "length": 632.04600359000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 21060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10399, "Shape__Length": 251.06201026203732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199370906123406, 39.973938265210002 ], [ -75.201603029750004, 39.973690973754003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18125, "tnode_": 18069, "lpoly_": null, "rpoly_": null, "length": 109.43427584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 912, "l_t_add": 918, "r_f_add": 911, "r_t_add": 919, "st_code": 88320, "l_hundred": 900, "r_hundred": 900, "seg_id": 420139, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10400, "Shape__Length": 43.633334291144166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180662355740097, 39.973170316100401 ], [ -75.180599231993, 39.973466775129303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18125, "tnode_": 18095, "lpoly_": null, "rpoly_": null, "length": 401.09832920999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 36560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 420140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 10401, "Shape__Length": 159.32890441938198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180662355740097, 39.973170316100401 ], [ -75.182072577658303, 39.973357757156798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18143, "tnode_": 18117, "lpoly_": null, "rpoly_": null, "length": 446.81281816999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 74900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420141, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10402, "Shape__Length": 177.48477115508845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160935897384306, 39.972609403609802 ], [ -75.162509039100797, 39.972808138042097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18147, "tnode_": 18085, "lpoly_": null, "rpoly_": null, "length": 133.88302011000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1220, "l_t_add": 1226, "r_f_add": 1221, "r_t_add": 1227, "st_code": 88110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10403, "Shape__Length": 53.381666768644713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164144311196793, 39.972655098534503 ], [ -75.164071217977195, 39.973018296137298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18153, "tnode_": 18021, "lpoly_": null, "rpoly_": null, "length": 265.33021136999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 78860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 10404, "Shape__Length": 105.79505628027053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203021066701695, 39.973533521406502 ], [ -75.2031559230347, 39.974254458196199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18151, "tnode_": 17992, "lpoly_": null, "rpoly_": null, "length": 305.80074071000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 19920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNS ST", "stname": "BURNS ST", "objectid": 10405, "Shape__Length": 121.92574671377199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1604800544836, 39.9725495193006 ], [ -75.160292400863, 39.973376471719199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18151, "tnode_": 18143, "lpoly_": null, "rpoly_": null, "length": 129.60963745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 74900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420145, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10406, "Shape__Length": 51.484383426679507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1604800544836, 39.9725495193006 ], [ -75.160935897384306, 39.972609403609802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18111, "tnode_": 18162, "lpoly_": null, "rpoly_": null, "length": 595.6787880600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4106, "l_t_add": 4198, "r_f_add": 4119, "r_t_add": 4139, "st_code": 37040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420146, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10407, "Shape__Length": 236.61464241846093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206799395335096, 39.973847323162701 ], [ -75.208904528811303, 39.973622122852902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18161, "tnode_": 18003, "lpoly_": null, "rpoly_": null, "length": 304.72129841999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1238, "l_t_add": 1298, "r_f_add": 1233, "r_t_add": 1299, "st_code": 21400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420147, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10408, "Shape__Length": 121.49617685078636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160082959598, 39.972499745859402 ], [ -75.1599020466833, 39.973324582024702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18161, "tnode_": 18151, "lpoly_": null, "rpoly_": null, "length": 112.76247135, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1416, "l_t_add": 1426, "r_f_add": 1417, "r_t_add": 1425, "st_code": 74900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 10409, "Shape__Length": 44.791766987464143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160082959598, 39.972499745859402 ], [ -75.1604800544836, 39.9725495193006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18162, "tnode_": 18190, "lpoly_": null, "rpoly_": null, "length": 264.10209702999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4224, "r_f_add": 4141, "r_t_add": 4199, "st_code": 37040, "l_hundred": 4200, "r_hundred": 4100, "seg_id": 420150, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10410, "Shape__Length": 104.90731198428981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208904528811303, 39.973622122852902 ], [ -75.209836346810206, 39.973514207484499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18190, "tnode_": 18050, "lpoly_": null, "rpoly_": null, "length": 271.58850841000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420151, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10411, "Shape__Length": 108.28991054549823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209836346810206, 39.973514207484499 ], [ -75.209978300611397, 39.974251708928698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18193, "tnode_": 18090, "lpoly_": null, "rpoly_": null, "length": 285.2810663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4930, "r_f_add": 4901, "r_t_add": 4917, "st_code": 48900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420152, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10412, "Shape__Length": 113.48194739050253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219649195396201, 39.973771548551603 ], [ -75.220450025303606, 39.974254948096103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18183, "tnode_": 18117, "lpoly_": null, "rpoly_": null, "length": 132.27196173, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1218, "l_t_add": 1234, "r_f_add": 1221, "r_t_add": 1229, "st_code": 88090, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420153, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10413, "Shape__Length": 52.737663557418976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162591547830701, 39.972450627229001 ], [ -75.162509039100797, 39.972808138042097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18183, "tnode_": 18147, "lpoly_": null, "rpoly_": null, "length": 441.52649156000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 34500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 10414, "Shape__Length": 175.38604779998153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162591547830701, 39.972450627229001 ], [ -75.164144311196793, 39.972655098534503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18184, "tnode_": 18125, "lpoly_": null, "rpoly_": null, "length": 118.16472961, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 909, "st_code": 88320, "l_hundred": 900, "r_hundred": 900, "seg_id": 420155, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10415, "Shape__Length": 47.11396112564303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180731517959302, 39.972850333503402 ], [ -75.180662355740097, 39.973170316100401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18195, "tnode_": 28287, "lpoly_": null, "rpoly_": null, "length": 124.63321701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANG", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 22340, "l_hundred": 900, "r_hundred": 900, "seg_id": 420156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANG ST", "stname": "CHANG ST", "objectid": 10416, "Shape__Length": 49.692591022032296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180323485715704, 39.972796833783001 ], [ -75.180247712057493, 39.973133963926998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18195, "tnode_": 18184, "lpoly_": null, "rpoly_": null, "length": 116.00889576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2632, "l_t_add": 2698, "r_f_add": 2633, "r_t_add": 2699, "st_code": 65260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 420157, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10417, "Shape__Length": 46.081954448759362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180323485715704, 39.972796833783001 ], [ -75.180731517959302, 39.972850333503402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18204, "tnode_": 17938, "lpoly_": null, "rpoly_": null, "length": 490.37117205000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 49810, "l_hundred": 900, "r_hundred": 900, "seg_id": 420158, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 10418, "Shape__Length": 195.5175226434279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179941778847606, 39.972751133005097 ], [ -75.179643854965306, 39.974077604366698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18204, "tnode_": 18195, "lpoly_": null, "rpoly_": null, "length": 108.26953766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2624, "l_t_add": 2630, "r_f_add": 2623, "r_t_add": 2631, "st_code": 65260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 420159, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10419, "Shape__Length": 43.00685427121531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179941778847606, 39.972751133005097 ], [ -75.180323485715704, 39.972796833783001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27738, "tnode_": 18259, "lpoly_": null, "rpoly_": null, "length": 690.93365657999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4982, "r_f_add": 4901, "r_t_add": 4981, "st_code": 77160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 10420, "Shape__Length": 274.44936143747657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219818824265005, 39.973638760390898 ], [ -75.221458485597196, 39.973469851469403 ], [ -75.222262161007095, 39.973386445643897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18210, "tnode_": 18204, "lpoly_": null, "rpoly_": null, "length": 128.09702509000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2610, "l_t_add": 2622, "r_f_add": 2611, "r_t_add": 2621, "st_code": 65260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 420161, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10421, "Shape__Length": 50.883732934427634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179491361864606, 39.972691467744198 ], [ -75.179941778847606, 39.972751133005097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18214, "tnode_": 18183, "lpoly_": null, "rpoly_": null, "length": 445.73618388, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420162, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 10422, "Shape__Length": 177.05728679939025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161023490166897, 39.972246441068798 ], [ -75.162591547830701, 39.972450627229001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18215, "tnode_": 18039, "lpoly_": null, "rpoly_": null, "length": 338.05309906000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 23740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 10423, "Shape__Length": 134.78595481929355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1663394222916, 39.972364364840502 ], [ -75.166139758320398, 39.973279559713703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18216, "tnode_": 17953, "lpoly_": null, "rpoly_": null, "length": 487.9603108, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88300, "l_hundred": 900, "r_hundred": 900, "seg_id": 420164, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 10424, "Shape__Length": 194.55775182166246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179144762943196, 39.972651825260499 ], [ -75.178860304777899, 39.973973337407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18216, "tnode_": 18210, "lpoly_": null, "rpoly_": null, "length": 98.20983135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2608, "r_f_add": 2601, "r_t_add": 2609, "st_code": 65260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 420165, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10425, "Shape__Length": 39.010563594752448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179144762943196, 39.972651825260499 ], [ -75.179491361864606, 39.972691467744198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18223, "tnode_": 18048, "lpoly_": null, "rpoly_": null, "length": 340.61551217, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1225, "st_code": 88130, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420166, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10426, "Shape__Length": 135.80765423950743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1658536639424, 39.972303163416903 ], [ -75.165653505653097, 39.973225426636603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18224, "tnode_": 17968, "lpoly_": null, "rpoly_": null, "length": 486.60068968999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 15660, "l_hundred": 900, "r_hundred": 900, "seg_id": 420167, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 10427, "Shape__Length": 194.01924246470276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178579482972197, 39.972582755966798 ], [ -75.178323546259904, 39.973903942065299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18224, "tnode_": 18216, "lpoly_": null, "rpoly_": null, "length": 160.41825888000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2530, "l_t_add": 2598, "r_f_add": 2533, "r_t_add": 2599, "st_code": 65260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420168, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10428, "Shape__Length": 63.721477859554383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178579482972197, 39.972582755966798 ], [ -75.179144762943196, 39.972651825260499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18236, "tnode_": 18100, "lpoly_": null, "rpoly_": null, "length": 264.02305019000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 88600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-10-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10429, "Shape__Length": 105.2734789440517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206303981396701, 39.973171289333997 ], [ -75.206436677431597, 39.9738888390197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18231, "tnode_": 18224, "lpoly_": null, "rpoly_": null, "length": 133.58617194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2518, "l_t_add": 2528, "r_f_add": 2517, "r_t_add": 2531, "st_code": 65260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420170, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10430, "Shape__Length": 53.064416678905999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178110195928895, 39.972518642958903 ], [ -75.178579482972197, 39.972582755966798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18237, "tnode_": 17977, "lpoly_": null, "rpoly_": null, "length": 492.66379408, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 24220, "l_hundred": 900, "r_hundred": 900, "seg_id": 420171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLLEGE AVE", "stname": "W COLLEGE AVE", "objectid": 10431, "Shape__Length": 196.45331994773409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177864722838393, 39.9724891000768 ], [ -75.177865653561597, 39.973841523432299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18237, "tnode_": 18231, "lpoly_": null, "rpoly_": null, "length": 69.63626657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2512, "l_t_add": 2516, "r_f_add": 2513, "r_t_add": 2515, "st_code": 65260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420172, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10432, "Shape__Length": 27.66085261250009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177864722838393, 39.9724891000768 ], [ -75.178110195928895, 39.972518642958903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18190, "tnode_": 18248, "lpoly_": null, "rpoly_": null, "length": 673.42693867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4226, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 37040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420173, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10433, "Shape__Length": 267.49753107431161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209836346810206, 39.973514207484499 ], [ -75.212214779409393, 39.973251709578598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18248, "tnode_": 18109, "lpoly_": null, "rpoly_": null, "length": 276.30021069000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1221, "st_code": 16760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420174, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10434, "Shape__Length": 110.15803764105374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212214779409393, 39.973251709578598 ], [ -75.212423555798097, 39.973992984582097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18201, "tnode_": 18250, "lpoly_": null, "rpoly_": null, "length": 632.40614105000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 65260, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10435, "Shape__Length": 251.20255432388157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199244081966995, 39.973243553277598 ], [ -75.201477387237702, 39.972995761232298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18246, "tnode_": 18237, "lpoly_": null, "rpoly_": null, "length": 92.17682471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2510, "r_f_add": 2501, "r_t_add": 2511, "st_code": 65260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 420176, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10436, "Shape__Length": 36.614995861852194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177540508054093, 39.972446625210203 ], [ -75.177864722838393, 39.9724891000768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18247, "tnode_": 18161, "lpoly_": null, "rpoly_": null, "length": 179.29665951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1214, "l_t_add": 1236, "r_f_add": 1217, "r_t_add": 1231, "st_code": 21400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420177, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10437, "Shape__Length": 71.486194640026184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160195601432704, 39.972015244279 ], [ -75.160082959598, 39.972499745859402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18247, "tnode_": 18230, "lpoly_": null, "rpoly_": null, "length": 239.17982801, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 34500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420178, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 10438, "Shape__Length": 95.005943003771932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160195601432704, 39.972015244279 ], [ -75.161038988020593, 39.972115402655596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18253, "tnode_": 18246, "lpoly_": null, "rpoly_": null, "length": 144.73446051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 65260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420179, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10439, "Shape__Length": 57.491503790274365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177030643659705, 39.972383597414499 ], [ -75.177540508054093, 39.972446625210203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18256, "tnode_": 18147, "lpoly_": null, "rpoly_": null, "length": 209.30014003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88110, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420180, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10440, "Shape__Length": 83.448019422288226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164280910343393, 39.972090237562398 ], [ -75.164144311196793, 39.972655098534503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18263, "tnode_": 18253, "lpoly_": null, "rpoly_": null, "length": 138.17569145000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2416, "l_t_add": 2426, "r_f_add": 2401, "r_t_add": 2427, "st_code": 65260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420182, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10441, "Shape__Length": 54.886852091480044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176544662453097, 39.972319812710403 ], [ -75.177030643659705, 39.972383597414499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18271, "tnode_": 18145, "lpoly_": null, "rpoly_": null, "length": 255.59159616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 74460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE ST", "stname": "STATE ST", "objectid": 10442, "Shape__Length": 101.91099899673651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2025381565104, 39.972877546636802 ], [ -75.202667944936707, 39.973572035289301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18272, "tnode_": 18263, "lpoly_": null, "rpoly_": null, "length": 169.09814860999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2399, "r_t_add": 2399, "st_code": 65260, "l_hundred": 2400, "r_hundred": 2300, "seg_id": 420184, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10443, "Shape__Length": 67.170018516103909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175949993487095, 39.972241439539303 ], [ -75.176544662453097, 39.972319812710403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18279, "tnode_": 18153, "lpoly_": null, "rpoly_": null, "length": 260.87867591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 1101, "r_t_add": 1129, "st_code": 78860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 10444, "Shape__Length": 104.0114749583843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202935452778604, 39.9728318704842 ], [ -75.203056888219095, 39.973489319423003 ], [ -75.203021066701695, 39.973533521406502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18281, "tnode_": 18183, "lpoly_": null, "rpoly_": null, "length": 207.4275712, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88090, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10445, "Shape__Length": 82.704324654168573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162705719890198, 39.971888029164703 ], [ -75.162591547830701, 39.972450627229001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18285, "tnode_": 18272, "lpoly_": null, "rpoly_": null, "length": 164.79215285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2397, "st_code": 65260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420187, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10446, "Shape__Length": 65.459307079322897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175370252033801, 39.9721660390558 ], [ -75.175949993487095, 39.972241439539303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18280, "tnode_": 18295, "lpoly_": null, "rpoly_": null, "length": 123.00362885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4156, "l_t_add": 4198, "r_f_add": 4157, "r_t_add": 4199, "st_code": 21060, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10447, "Shape__Length": 48.858889847976322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208325015568093, 39.972921257528903 ], [ -75.2087595077912, 39.972873671346001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18295, "tnode_": 18162, "lpoly_": null, "rpoly_": null, "length": 275.66049808999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 88620, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10448, "Shape__Length": 109.91238538554282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2087595077912, 39.972873671346001 ], [ -75.208904528811303, 39.973622122852902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18298, "tnode_": 18169, "lpoly_": null, "rpoly_": null, "length": 255.99449163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 73040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 10449, "Shape__Length": 102.07174810808796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203397183633797, 39.972781968251901 ], [ -75.203525198233294, 39.973477768788101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18300, "tnode_": 18285, "lpoly_": null, "rpoly_": null, "length": 120.45782956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2316, "l_t_add": 2326, "r_f_add": 2317, "r_t_add": 2327, "st_code": 65260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420191, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10450, "Shape__Length": 47.848556272147228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174946396866602, 39.972111302740998 ], [ -75.175370252033801, 39.9721660390558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18316, "tnode_": 18186, "lpoly_": null, "rpoly_": null, "length": 254.96162303, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1125, "st_code": 88580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420192, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10451, "Shape__Length": 101.66067819992392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204058507306499, 39.972711022194702 ], [ -75.204178750519404, 39.973404782555001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18309, "tnode_": 18300, "lpoly_": null, "rpoly_": null, "length": 163.5890413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2239, "r_t_add": 2315, "st_code": 65260, "l_hundred": 2300, "r_hundred": 2200, "seg_id": 420193, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10452, "Shape__Length": 64.979887785090611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1743692891922, 39.972044139254798 ], [ -75.174946396866602, 39.972111302740998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18324, "tnode_": 18281, "lpoly_": null, "rpoly_": null, "length": 448.58117807999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 37040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420194, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10453, "Shape__Length": 178.18405165829176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161125517095101, 39.971692563312899 ], [ -75.162705719890198, 39.971888029164703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18333, "tnode_": 18309, "lpoly_": null, "rpoly_": null, "length": 291.81951386000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2237, "st_code": 65260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420195, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10454, "Shape__Length": 115.91806561961958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173343703940006, 39.971905980301102 ], [ -75.1743692891922, 39.972044139254798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18340, "tnode_": 18247, "lpoly_": null, "rpoly_": null, "length": 158.6057448, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1215, "st_code": 21400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 420196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10455, "Shape__Length": 63.237130051721216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160289278145001, 39.971585858697303 ], [ -75.160195601432704, 39.972015244279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18340, "tnode_": 18324, "lpoly_": null, "rpoly_": null, "length": 237.5801075, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 37040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420197, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10456, "Shape__Length": 94.371226451518453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160289278145001, 39.971585858697303 ], [ -75.161125517095101, 39.971692563312899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18311, "tnode_": 18353, "lpoly_": null, "rpoly_": null, "length": 191.55663702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4850, "l_t_add": 4898, "r_f_add": 4851, "r_t_add": 4899, "st_code": 37040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420198, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10457, "Shape__Length": 76.106751640565577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218419598989001, 39.973033214570599 ], [ -75.219075908248101, 39.972886454360903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18341, "tnode_": 18256, "lpoly_": null, "rpoly_": null, "length": 153.03466325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 928, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 88110, "l_hundred": 900, "r_hundred": 900, "seg_id": 420199, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10458, "Shape__Length": 61.016406900251056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164368297322596, 39.971675553537601 ], [ -75.164280910343393, 39.972090237562398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18349, "tnode_": 18333, "lpoly_": null, "rpoly_": null, "length": 193.15016845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 65260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420200, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 10459, "Shape__Length": 76.72077552279174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172661195844498, 39.971832586809001 ], [ -75.173343703940006, 39.971905980301102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18284, "tnode_": 18359, "lpoly_": null, "rpoly_": null, "length": 691.87254581999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 37040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420201, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10460, "Shape__Length": 274.82162945060946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213889746954905, 39.973063324945699 ], [ -75.216334465320799, 39.972799907078503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18374, "tnode_": 18236, "lpoly_": null, "rpoly_": null, "length": 255.19741491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1127, "st_code": 88600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 420203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10461, "Shape__Length": 101.75324443934068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206174477650094, 39.972477862473298 ], [ -75.206303981396701, 39.973171289333997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18392, "tnode_": 18311, "lpoly_": null, "rpoly_": null, "length": 232.57415483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4812, "l_t_add": 4832, "r_f_add": 4803, "r_t_add": 4823, "st_code": 48900, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420205, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10462, "Shape__Length": 92.51623148541151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217769865909901, 39.972636076166602 ], [ -75.218419598989001, 39.973033214570599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18386, "tnode_": 18341, "lpoly_": null, "rpoly_": null, "length": 94.89026411, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 920, "l_t_add": 926, "r_f_add": 921, "r_t_add": 927, "st_code": 88110, "l_hundred": 900, "r_hundred": 900, "seg_id": 420206, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10463, "Shape__Length": 37.834112370196543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164417820324701, 39.971417869757403 ], [ -75.164368297322596, 39.971675553537601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18406, "tnode_": 18316, "lpoly_": null, "rpoly_": null, "length": 163.93451942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420207, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10464, "Shape__Length": 65.363331124810372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203968276472096, 39.972266388446101 ], [ -75.204058507306499, 39.972711022194702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18396, "tnode_": 18309, "lpoly_": null, "rpoly_": null, "length": 162.66495418999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 876, "l_t_add": 898, "r_f_add": 873, "r_t_add": 899, "st_code": 88230, "l_hundred": 800, "r_hundred": 800, "seg_id": 420208, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10465, "Shape__Length": 64.855533833048312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174465714985303, 39.971603809863701 ], [ -75.1743692891922, 39.972044139254798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18353, "tnode_": 18465, "lpoly_": null, "rpoly_": null, "length": 853.91812968, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4990, "r_f_add": 4901, "r_t_add": 4991, "st_code": 37040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420209, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 10466, "Shape__Length": 339.25610664546707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219075908248101, 39.972886454360903 ], [ -75.222012688974402, 39.9722623969663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18415, "tnode_": 18333, "lpoly_": null, "rpoly_": null, "length": 158.34699209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 868, "l_t_add": 898, "r_f_add": 883, "r_t_add": 899, "st_code": 88210, "l_hundred": 800, "r_hundred": 800, "seg_id": 420210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10467, "Shape__Length": 63.132571907414636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173445714777401, 39.9714784425747 ], [ -75.173343703940006, 39.971905980301102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18415, "tnode_": 18396, "lpoly_": null, "rpoly_": null, "length": 289.50800154999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 61140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10468, "Shape__Length": 114.99692419994466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173445714777401, 39.9714784425747 ], [ -75.174465714985303, 39.971603809863701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18420, "tnode_": 18281, "lpoly_": null, "rpoly_": null, "length": 246.93471033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 916, "l_t_add": 998, "r_f_add": 915, "r_t_add": 999, "st_code": 88090, "l_hundred": 900, "r_hundred": 900, "seg_id": 420212, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10469, "Shape__Length": 98.454075223392067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162851746514093, 39.9712195382819 ], [ -75.162705719890198, 39.971888029164703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18420, "tnode_": 18386, "lpoly_": null, "rpoly_": null, "length": 444.84316286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 21060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10470, "Shape__Length": 176.69885062070682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162851746514093, 39.9712195382819 ], [ -75.164417820324701, 39.971417869757403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18421, "tnode_": 18184, "lpoly_": null, "rpoly_": null, "length": 456.19203052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 88320, "l_hundred": 800, "r_hundred": 800, "seg_id": 420214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10471, "Shape__Length": 181.88848040354171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180996543453801, 39.9716147417274 ], [ -75.180731517959302, 39.972850333503402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18434, "tnode_": 18392, "lpoly_": null, "rpoly_": null, "length": 116.14326194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4810, "r_f_add": 4801, "r_t_add": 4801, "st_code": 48900, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420215, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10472, "Shape__Length": 46.196521669699905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217439394981994, 39.972443714059899 ], [ -75.217769865909901, 39.972636076166602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18445, "tnode_": 18406, "lpoly_": null, "rpoly_": null, "length": 90.47109892, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 936, "l_t_add": 998, "r_f_add": 937, "r_t_add": 999, "st_code": 88580, "l_hundred": 900, "r_hundred": 900, "seg_id": 420216, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10473, "Shape__Length": 36.072372789427362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203920523596295, 39.972020766655902 ], [ -75.203968276472096, 39.972266388446101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18444, "tnode_": 18324, "lpoly_": null, "rpoly_": null, "length": 248.78708191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 920, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 88070, "l_hundred": 900, "r_hundred": 900, "seg_id": 420217, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10474, "Shape__Length": 99.192484682920394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161271628517696, 39.971018927598699 ], [ -75.161125517095101, 39.971692563312899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18444, "tnode_": 18420, "lpoly_": null, "rpoly_": null, "length": 448.86335043999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 21060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420218, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10475, "Shape__Length": 178.2953012373446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161271628517696, 39.971018927598699 ], [ -75.162851746514093, 39.9712195382819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18453, "tnode_": 18396, "lpoly_": null, "rpoly_": null, "length": 122.5293354, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 860, "l_t_add": 874, "r_f_add": 861, "r_t_add": 871, "st_code": 88230, "l_hundred": 800, "r_hundred": 800, "seg_id": 420219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10476, "Shape__Length": 48.853878025232781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174531588319695, 39.971271291938102 ], [ -75.174465714985303, 39.971603809863701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18459, "tnode_": 18340, "lpoly_": null, "rpoly_": null, "length": 246.65625753, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 918, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 21400, "l_hundred": 900, "r_hundred": 900, "seg_id": 420220, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10477, "Shape__Length": 98.342379237349448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160436791208994, 39.970918336459697 ], [ -75.160289278145001, 39.971585858697303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18459, "tnode_": 18444, "lpoly_": null, "rpoly_": null, "length": 236.84007189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 21060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 10478, "Shape__Length": 94.075286401516692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160436791208994, 39.970918336459697 ], [ -75.161271628517696, 39.971018927598699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18479, "tnode_": 18284, "lpoly_": null, "rpoly_": null, "length": 380.51892486999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1028, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 88700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420222, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 10479, "Shape__Length": 151.7207949298018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213692823020807, 39.972029799392701 ], [ -75.213889746954905, 39.973063324945699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18470, "tnode_": 18415, "lpoly_": null, "rpoly_": null, "length": 125.71619556, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 858, "l_t_add": 866, "r_f_add": 867, "r_t_add": 881, "st_code": 88210, "l_hundred": 800, "r_hundred": 800, "seg_id": 420223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10480, "Shape__Length": 50.123687616819986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173518629955794, 39.971137926367099 ], [ -75.173445714777401, 39.9714784425747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18470, "tnode_": 18453, "lpoly_": null, "rpoly_": null, "length": 288.03769302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MYRTLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 57700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420224, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MYRTLE ST", "stname": "MYRTLE ST", "objectid": 10481, "Shape__Length": 114.41394625857605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173518629955794, 39.971137926367099 ], [ -75.174531588319695, 39.971271291938102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18487, "tnode_": 18445, "lpoly_": null, "rpoly_": null, "length": 92.29961988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 934, "r_f_add": 901, "r_t_add": 935, "st_code": 88580, "l_hundred": 900, "r_hundred": 900, "seg_id": 420225, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10482, "Shape__Length": 36.801634570915496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203874433154994, 39.971769886522402 ], [ -75.203920523596295, 39.972020766655902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18531, "tnode_": 18453, "lpoly_": null, "rpoly_": null, "length": 164.36667522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 844, "l_t_add": 858, "r_f_add": 845, "r_t_add": 859, "st_code": 88230, "l_hundred": 800, "r_hundred": 800, "seg_id": 420226, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10483, "Shape__Length": 65.531478410026423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174640651492297, 39.970827956485003 ], [ -75.174531588319695, 39.971271291938102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18540, "tnode_": 18533, "lpoly_": null, "rpoly_": null, "length": 53.10904733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4218, "r_f_add": 4201, "r_t_add": 4201, "st_code": 53300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10484, "Shape__Length": 21.101159802762854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208518078986899, 39.9715703101446 ], [ -75.208698854044599, 39.971614009340399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18550, "tnode_": 18470, "lpoly_": null, "rpoly_": null, "length": 175.67142091, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 856, "r_f_add": 847, "r_t_add": 865, "st_code": 88210, "l_hundred": 800, "r_hundred": 800, "seg_id": 420228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10485, "Shape__Length": 70.040939543171874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173618635575707, 39.970661864492399 ], [ -75.173518629955794, 39.971137926367099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18561, "tnode_": 18434, "lpoly_": null, "rpoly_": null, "length": 481.6067942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 48900, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420229, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10486, "Shape__Length": 191.57292269892719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216087672322303, 39.971627464657203 ], [ -75.217439394981994, 39.972443714059899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18565, "tnode_": 18389, "lpoly_": null, "rpoly_": null, "length": 369.88478264000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1030, "r_f_add": 1009, "r_t_add": 1043, "st_code": 16760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420230, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10487, "Shape__Length": 147.47934304722907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211864166233198, 39.971512597234401 ], [ -75.212057560262906, 39.972517015538401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18566, "tnode_": 18459, "lpoly_": null, "rpoly_": null, "length": 217.57220309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 917, "st_code": 21400, "l_hundred": 900, "r_hundred": 900, "seg_id": 420231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 10488, "Shape__Length": 86.746348162825981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160562493318693, 39.970328956341604 ], [ -75.160436791208994, 39.970918336459697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18593, "tnode_": 18461, "lpoly_": null, "rpoly_": null, "length": 260.82837697000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88680, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 10489, "Shape__Length": 103.99654471446647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212741930946294, 39.971411755306001 ], [ -75.212876585501306, 39.972120226729899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18577, "tnode_": 18349, "lpoly_": null, "rpoly_": null, "length": 476.43662654000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 845, "r_t_add": 899, "st_code": 16500, "l_hundred": 800, "r_hundred": 800, "seg_id": 420233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 10490, "Shape__Length": 189.95514005599964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172952756634601, 39.970544090695803 ], [ -75.172661195844498, 39.971832586809001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18589, "tnode_": 18469, "lpoly_": null, "rpoly_": null, "length": 286.15089376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 874, "l_t_add": 898, "r_f_add": 863, "r_t_add": 899, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 420234, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 10491, "Shape__Length": 113.94077710722129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167115340289598, 39.970390386664 ], [ -75.167724408622504, 39.971020811754897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18596, "tnode_": 18365, "lpoly_": null, "rpoly_": null, "length": 473.77642566000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 845, "r_t_add": 899, "st_code": 88190, "l_hundred": 800, "r_hundred": 800, "seg_id": 420235, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10492, "Shape__Length": 188.89604566701456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172272741243304, 39.970459969029498 ], [ -75.171994765538599, 39.9717428384416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18616, "tnode_": 18479, "lpoly_": null, "rpoly_": null, "length": 260.63752959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1000, "l_t_add": 1026, "r_f_add": 1001, "r_t_add": 1027, "st_code": 88700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 10493, "Shape__Length": 103.9208841971393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2135628286008, 39.9713213420182 ], [ -75.213692823020807, 39.972029799392701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18614, "tnode_": 18371, "lpoly_": null, "rpoly_": null, "length": 475.70314814, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 845, "r_t_add": 899, "st_code": 84580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420237, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 10494, "Shape__Length": 189.66441057716372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596041208204, 39.970371164046099 ], [ -75.171319807284902, 39.9716596169838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18616, "tnode_": 18625, "lpoly_": null, "rpoly_": null, "length": 93.23275983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4516, "l_t_add": 4542, "r_f_add": 4517, "r_t_add": 4543, "st_code": 84780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10495, "Shape__Length": 37.035220092555925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2135628286008, 39.9713213420182 ], [ -75.213781672407606, 39.971297376012103 ], [ -75.213889097968206, 39.971320622928999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18629, "tnode_": 18565, "lpoly_": null, "rpoly_": null, "length": 91.44848151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 950, "l_t_add": 998, "r_f_add": 1001, "r_t_add": 1007, "st_code": 16760, "l_hundred": 900, "r_hundred": 1000, "seg_id": 420239, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10496, "Shape__Length": 36.461842241122447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211817242126401, 39.971264169431898 ], [ -75.211864166233198, 39.971512597234401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18631, "tnode_": 18421, "lpoly_": null, "rpoly_": null, "length": 406.72408329000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 849, "st_code": 88320, "l_hundred": 800, "r_hundred": 800, "seg_id": 420240, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 10497, "Shape__Length": 162.16184950638061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181236164759, 39.9705135603391 ], [ -75.180996543453801, 39.9716147417274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18640, "tnode_": 18540, "lpoly_": null, "rpoly_": null, "length": 174.84270228, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 936, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 88620, "l_hundred": 900, "r_hundred": 900, "seg_id": 420241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10498, "Shape__Length": 69.71299115946546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208434203511899, 39.971094703332497 ], [ -75.208518078986899, 39.9715703101446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18653, "tnode_": 18606, "lpoly_": null, "rpoly_": null, "length": 340.49190811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4106, "l_t_add": 4124, "r_f_add": 4107, "r_t_add": 4137, "st_code": 53300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10499, "Shape__Length": 135.29448319057434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206234332479497, 39.9709546266348 ], [ -75.207378956793406, 39.971267772225197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18663, "tnode_": 18653, "lpoly_": null, "rpoly_": null, "length": 94.198006979999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4104, "r_f_add": 4101, "r_t_add": 4105, "st_code": 53300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10500, "Shape__Length": 37.423681132729619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205910773535507, 39.970884687677298 ], [ -75.206234332479497, 39.9709546266348 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18653, "tnode_": 18673, "lpoly_": null, "rpoly_": null, "length": 302.0838496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4140, "r_f_add": 4101, "r_t_add": 4115, "st_code": 63940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 10501, "Shape__Length": 119.98936698547358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206234332479497, 39.9709546266348 ], [ -75.207300613093494, 39.970833751137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18690, "tnode_": 18680, "lpoly_": null, "rpoly_": null, "length": 151.77346862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2429, "r_t_add": 2499, "st_code": 19400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420245, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10502, "Shape__Length": 60.288450892091724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177527249166701, 39.9700409819648 ], [ -75.178058464135503, 39.970121797644502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18701, "tnode_": 18678, "lpoly_": null, "rpoly_": null, "length": 107.39991192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4624, "l_t_add": 4624, "r_f_add": 4621, "r_t_add": 4631, "st_code": 48900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420246, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10503, "Shape__Length": 42.720295903235545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214689989250004, 39.970782628713501 ], [ -75.214991959321495, 39.970964127779403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18705, "tnode_": 18629, "lpoly_": null, "rpoly_": null, "length": 195.80644119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 930, "l_t_add": 948, "r_f_add": 937, "r_t_add": 999, "st_code": 16760, "l_hundred": 900, "r_hundred": 900, "seg_id": 420247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10504, "Shape__Length": 78.071558667527967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211726075064007, 39.970731252786301 ], [ -75.211817242126401, 39.971264169431898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18702, "tnode_": 18695, "lpoly_": null, "rpoly_": null, "length": 165.96190879000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2415, "st_code": 19400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 420248, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10505, "Shape__Length": 65.921170318959881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176462040268504, 39.9699199065603 ], [ -75.177046579225404, 39.969992576730299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18711, "tnode_": 18702, "lpoly_": null, "rpoly_": null, "length": 168.13609162999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 19400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420249, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10506, "Shape__Length": 66.785155394573067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175870370267603, 39.969843821656802 ], [ -75.176462040268504, 39.9699199065603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18724, "tnode_": 18711, "lpoly_": null, "rpoly_": null, "length": 131.34797773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2314, "l_t_add": 2326, "r_f_add": 2315, "r_t_add": 2325, "st_code": 19400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420250, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10507, "Shape__Length": 52.172008357446522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175407550706595, 39.969787250326704 ], [ -75.175870370267603, 39.969843821656802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18678, "tnode_": 18732, "lpoly_": null, "rpoly_": null, "length": 293.07540317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 84780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10508, "Shape__Length": 116.46036690820827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214991959321495, 39.970964127779403 ], [ -75.215968321676002, 39.970676139389703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18732, "tnode_": 18561, "lpoly_": null, "rpoly_": null, "length": 348.16156352000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420252, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 10509, "Shape__Length": 138.82286555710505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215968321676002, 39.970676139389703 ], [ -75.216087672322303, 39.971627464657203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18725, "tnode_": 18739, "lpoly_": null, "rpoly_": null, "length": 159.85988772000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4022, "r_f_add": 4001, "r_t_add": 4023, "st_code": 82520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10510, "Shape__Length": 63.497523137877153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204184823823695, 39.970437741574401 ], [ -75.204304004784206, 39.970450203056103 ], [ -75.204748245178394, 39.970394615235101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18735, "tnode_": 18531, "lpoly_": null, "rpoly_": null, "length": 408.94129095, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 842, "r_f_add": 801, "r_t_add": 843, "st_code": 88230, "l_hundred": 800, "r_hundred": 800, "seg_id": 420254, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 10511, "Shape__Length": 163.04523754124986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174872709833707, 39.969719651536103 ], [ -75.174640651492297, 39.970827956485003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18735, "tnode_": 18724, "lpoly_": null, "rpoly_": null, "length": 151.9169554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 19400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 420255, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10512, "Shape__Length": 60.34244069518612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174872709833707, 39.969719651536103 ], [ -75.175407550706595, 39.969787250326704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18744, "tnode_": 18735, "lpoly_": null, "rpoly_": null, "length": 143.75852545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2223, "r_t_add": 2299, "st_code": 19400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420256, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10513, "Shape__Length": 57.102302209314985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174367167914198, 39.969653042174201 ], [ -75.174872709833707, 39.969719651536103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18739, "tnode_": 18750, "lpoly_": null, "rpoly_": null, "length": 154.9342093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4024, "l_t_add": 4034, "r_f_add": 4025, "r_t_add": 4035, "st_code": 82520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10514, "Shape__Length": 61.539801215275759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204748245178394, 39.970394615235101 ], [ -75.205295623326805, 39.970335307833103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18751, "tnode_": 18725, "lpoly_": null, "rpoly_": null, "length": 173.85995563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 53300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10515, "Shape__Length": 69.08554079920134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203604041808404, 39.970270109827503 ], [ -75.204184823823695, 39.970437741574401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18752, "tnode_": 18744, "lpoly_": null, "rpoly_": null, "length": 144.67269835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2221, "st_code": 19400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420259, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10516, "Shape__Length": 57.463283103523096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1738560202852, 39.969597819655696 ], [ -75.174367167914198, 39.969653042174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18750, "tnode_": 18764, "lpoly_": null, "rpoly_": null, "length": 162.06623353000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4036, "l_t_add": 4098, "r_f_add": 4037, "r_t_add": 4099, "st_code": 82520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10517, "Shape__Length": 64.372140220826509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205295623326805, 39.970335307833103 ], [ -75.205797211691504, 39.970281292307199 ], [ -75.205868701633307, 39.970285957923402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18764, "tnode_": 18663, "lpoly_": null, "rpoly_": null, "length": 218.42509796000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 88600, "l_hundred": 900, "r_hundred": 900, "seg_id": 420261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10518, "Shape__Length": 87.094338093736852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205868701633307, 39.970285957923402 ], [ -75.205910773535507, 39.970884687677298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18732, "tnode_": 18765, "lpoly_": null, "rpoly_": null, "length": 176.08521327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 84780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10519, "Shape__Length": 69.968917001179975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215968321676002, 39.970676139389703 ], [ -75.216557874658093, 39.970509126643002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18762, "tnode_": 18577, "lpoly_": null, "rpoly_": null, "length": 380.49012772999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 16500, "l_hundred": 800, "r_hundred": 800, "seg_id": 420263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 10520, "Shape__Length": 151.70146491904308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173166702501504, 39.969512650897101 ], [ -75.172952756634601, 39.970544090695803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18762, "tnode_": 18752, "lpoly_": null, "rpoly_": null, "length": 195.68120582999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2156, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 19400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420264, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10521, "Shape__Length": 77.725319562733162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173166702501504, 39.969512650897101 ], [ -75.1738560202852, 39.969597819655696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18774, "tnode_": 18596, "lpoly_": null, "rpoly_": null, "length": 382.64644878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 88190, "l_hundred": 800, "r_hundred": 800, "seg_id": 420265, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10522, "Shape__Length": 152.56005621634117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172494584534505, 39.969423517833398 ], [ -75.172272741243304, 39.970459969029498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18774, "tnode_": 18762, "lpoly_": null, "rpoly_": null, "length": 191.16307454000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2154, "r_f_add": 2101, "r_t_add": 2149, "st_code": 19400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420266, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10523, "Shape__Length": 75.931720802467979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172494584534505, 39.969423517833398 ], [ -75.173166702501504, 39.969512650897101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18764, "tnode_": 18781, "lpoly_": null, "rpoly_": null, "length": 219.54369005000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4122, "r_f_add": 4101, "r_t_add": 4125, "st_code": 82520, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10524, "Shape__Length": 87.203329104952203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205868701633307, 39.970285957923402 ], [ -75.206643393681205, 39.9701968916319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18791, "tnode_": 18745, "lpoly_": null, "rpoly_": null, "length": 147.96254141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4612, "r_f_add": 4601, "r_t_add": 4607, "st_code": 48900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420268, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10525, "Shape__Length": 58.852377896127827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213901867184902, 39.970304460439799 ], [ -75.214320846984606, 39.970551559836402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18790, "tnode_": 18614, "lpoly_": null, "rpoly_": null, "length": 380.49484739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 84580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420269, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 10526, "Shape__Length": 151.70100940569273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171823661642705, 39.969341445464202 ], [ -75.171596041208204, 39.970371164046099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18781, "tnode_": 18797, "lpoly_": null, "rpoly_": null, "length": 149.8183325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4124, "l_t_add": 4138, "r_f_add": 4127, "r_t_add": 4139, "st_code": 82520, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10527, "Shape__Length": 59.50708082500914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206643393681205, 39.9701968916319 ], [ -75.207173296789804, 39.970142926498603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18765, "tnode_": 18800, "lpoly_": null, "rpoly_": null, "length": 182.13685787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 84780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420271, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10528, "Shape__Length": 72.368158941199482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216557874658093, 39.970509126643002 ], [ -75.217065146295099, 39.9703643396629 ], [ -75.217173812355995, 39.970360460154602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18800, "tnode_": 18434, "lpoly_": null, "rpoly_": null, "length": 762.53412262999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1000, "l_t_add": 1078, "r_f_add": 1001, "r_t_add": 1079, "st_code": 88740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 420272, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10529, "Shape__Length": 304.04687342727306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217173812355995, 39.970360460154602 ], [ -75.217439394981994, 39.972443714059899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18802, "tnode_": 18705, "lpoly_": null, "rpoly_": null, "length": 184.73095836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 914, "l_t_add": 928, "r_f_add": 921, "r_t_add": 935, "st_code": 16760, "l_hundred": 900, "r_hundred": 900, "seg_id": 420273, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10530, "Shape__Length": 73.654328226185982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211634340286395, 39.970229079169897 ], [ -75.211726075064007, 39.970731252786301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18806, "tnode_": 18790, "lpoly_": null, "rpoly_": null, "length": 234.30718922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2030, "l_t_add": 2070, "r_f_add": 2031, "r_t_add": 2049, "st_code": 19400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10531, "Shape__Length": 93.067807178510634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170998813794597, 39.969236944145202 ], [ -75.171823661642705, 39.969341445464202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18819, "tnode_": 18719, "lpoly_": null, "rpoly_": null, "length": 209.62497550999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 88620, "l_hundred": 900, "r_hundred": 900, "seg_id": 420275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10532, "Shape__Length": 83.578897978085166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208229473494896, 39.970024951566899 ], [ -75.208339517696203, 39.970594135260001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18813, "tnode_": 18630, "lpoly_": null, "rpoly_": null, "length": 408.16830267, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 21220, "l_hundred": 800, "r_hundred": 800, "seg_id": 420276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAPITOL ST", "stname": "N CAPITOL ST", "objectid": 10533, "Shape__Length": 162.73975223275144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170364520107896, 39.969157683994403 ], [ -75.170163842922605, 39.970267467284998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18813, "tnode_": 18806, "lpoly_": null, "rpoly_": null, "length": 180.11375797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2016, "l_t_add": 2028, "r_f_add": 2017, "r_t_add": 2029, "st_code": 19400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420277, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10534, "Shape__Length": 71.541651891141214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170364520107896, 39.969157683994403 ], [ -75.170998813794597, 39.969236944145202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18821, "tnode_": 18637, "lpoly_": null, "rpoly_": null, "length": 407.18470875000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 836, "r_f_add": 801, "r_t_add": 837, "st_code": 88170, "l_hundred": 800, "r_hundred": 800, "seg_id": 420278, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10535, "Shape__Length": 162.34195373914704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169779474408699, 39.969090096648699 ], [ -75.169538388743803, 39.970192370473697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18821, "tnode_": 18813, "lpoly_": null, "rpoly_": null, "length": 165.81909048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2015, "st_code": 19400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420279, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10536, "Shape__Length": 65.862748102062938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169779474408699, 39.969090096648699 ], [ -75.170364520107896, 39.969157683994403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18830, "tnode_": 18652, "lpoly_": null, "rpoly_": null, "length": 404.62959506, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 828, "r_f_add": 801, "r_t_add": 837, "st_code": 78760, "l_hundred": 800, "r_hundred": 800, "seg_id": 420280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 10537, "Shape__Length": 161.32340951777508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168990347394896, 39.968997609743099 ], [ -75.168753454696599, 39.970093311711999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18830, "tnode_": 18821, "lpoly_": null, "rpoly_": null, "length": 223.73404308000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1918, "l_t_add": 1998, "r_f_add": 1917, "r_t_add": 1999, "st_code": 19400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420281, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10538, "Shape__Length": 88.866476909540296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168990347394896, 39.968997609743099 ], [ -75.169779474408699, 39.969090096648699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18849, "tnode_": 18802, "lpoly_": null, "rpoly_": null, "length": 104.08715138000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 912, "l_t_add": 912, "r_f_add": 911, "r_t_add": 919, "st_code": 16760, "l_hundred": 900, "r_hundred": 900, "seg_id": 420282, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10539, "Shape__Length": 41.500057324779824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211579231834605, 39.969946510507903 ], [ -75.211634340286395, 39.970229079169897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18842, "tnode_": 18830, "lpoly_": null, "rpoly_": null, "length": 222.02324142000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1915, "st_code": 19400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420283, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10540, "Shape__Length": 88.188508261158418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168209185015201, 39.968896563938102 ], [ -75.168990347394896, 39.968997609743099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18858, "tnode_": 18867, "lpoly_": null, "rpoly_": null, "length": 159.1192842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3948, "r_f_add": 3901, "r_t_add": 3949, "st_code": 61140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420284, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10541, "Shape__Length": 63.200881383939425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202344765722103, 39.969615601660202 ], [ -75.202413922204499, 39.969613208724802 ], [ -75.202907502520006, 39.969559578610898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18865, "tnode_": 18877, "lpoly_": null, "rpoly_": null, "length": 140.33317111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5029, "st_code": 84780, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 10542, "Shape__Length": 55.739313098725013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2208257638286, 39.969991190251903 ], [ -75.221322279889307, 39.969941599512701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18884, "tnode_": 18751, "lpoly_": null, "rpoly_": null, "length": 283.90203744999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 868, "l_t_add": 892, "r_f_add": 871, "r_t_add": 893, "st_code": 88580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420286, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10543, "Shape__Length": 113.19265923621172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203452672274807, 39.969499514790101 ], [ -75.203604041808404, 39.970270109827503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18888, "tnode_": 18849, "lpoly_": null, "rpoly_": null, "length": 104.37801981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 909, "st_code": 16760, "l_hundred": 900, "r_hundred": 900, "seg_id": 420287, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10544, "Shape__Length": 41.61509146393098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211518392399498, 39.969663829437998 ], [ -75.211579231834605, 39.969946510507903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18884, "tnode_": 18897, "lpoly_": null, "rpoly_": null, "length": 156.13774704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4014, "r_f_add": 4001, "r_t_add": 4015, "st_code": 61140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10545, "Shape__Length": 62.017095928736538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203452672274807, 39.969499514790101 ], [ -75.204004218258405, 39.969439327686999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18903, "tnode_": 18798, "lpoly_": null, "rpoly_": null, "length": 303.59565522999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 902, "l_t_add": 954, "r_f_add": 901, "r_t_add": 931, "st_code": 88680, "l_hundred": 900, "r_hundred": 900, "seg_id": 420289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 10546, "Shape__Length": 120.89374666085385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212643606548198, 39.969545468315999 ], [ -75.212657889014196, 39.969653857485298 ], [ -75.212071285677197, 39.970220547623001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18897, "tnode_": 18907, "lpoly_": null, "rpoly_": null, "length": 154.55710413999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4016, "l_t_add": 4030, "r_f_add": 4017, "r_t_add": 4031, "st_code": 61140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420291, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10547, "Shape__Length": 61.389897432342693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204004218258405, 39.969439327686999 ], [ -75.204549401232697, 39.969375666689899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18907, "tnode_": 18915, "lpoly_": null, "rpoly_": null, "length": 157.28162141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4032, "l_t_add": 4042, "r_f_add": 4033, "r_t_add": 4043, "st_code": 61140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10548, "Shape__Length": 62.471007537510737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204549401232697, 39.969375666689899 ], [ -75.205105348391797, 39.969317033401303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18903, "tnode_": 18927, "lpoly_": null, "rpoly_": null, "length": 91.60118153000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4450, "l_t_add": 4498, "r_f_add": 4451, "r_t_add": 4499, "st_code": 82520, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420293, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10549, "Shape__Length": 36.436096392678742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212643606548198, 39.969545468315999 ], [ -75.212845528482404, 39.969442840190098 ], [ -75.212898178112297, 39.969391678662802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18930, "tnode_": 18764, "lpoly_": null, "rpoly_": null, "length": 381.03768307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 862, "l_t_add": 898, "r_f_add": 869, "r_t_add": 899, "st_code": 88600, "l_hundred": 800, "r_hundred": 800, "seg_id": 420294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10550, "Shape__Length": 151.93208683164949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205791022815404, 39.969241670800002 ], [ -75.205868701633307, 39.970285957923402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18930, "tnode_": 18946, "lpoly_": null, "rpoly_": null, "length": 188.30182963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4108, "r_f_add": 4101, "r_t_add": 4107, "st_code": 61140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10551, "Shape__Length": 74.792996570601431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205791022815404, 39.969241670800002 ], [ -75.206455280983107, 39.969164346350503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18947, "tnode_": 18903, "lpoly_": null, "rpoly_": null, "length": 181.07978278000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4424, "l_t_add": 4478, "r_f_add": 4427, "r_t_add": 4499, "st_code": 48900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10552, "Shape__Length": 72.027842772203755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212136773270501, 39.969237215527102 ], [ -75.212643606548198, 39.969545468315999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18927, "tnode_": 18948, "lpoly_": null, "rpoly_": null, "length": 268.35473585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 82520, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10553, "Shape__Length": 106.58742383416927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212898178112297, 39.969391678662802 ], [ -75.213847809441305, 39.969297848255103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18946, "tnode_": 18963, "lpoly_": null, "rpoly_": null, "length": 147.64587568000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4110, "l_t_add": 4118, "r_f_add": 4109, "r_t_add": 4115, "st_code": 61140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10554, "Shape__Length": 58.643313198892727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206455280983107, 39.969164346350503 ], [ -75.206977478609701, 39.969111084558797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18969, "tnode_": 18976, "lpoly_": null, "rpoly_": null, "length": 136.18221162999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4626, "l_t_add": 4638, "r_f_add": 4631, "r_t_add": 4641, "st_code": 82520, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10555, "Shape__Length": 54.090208241243261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214810186395994, 39.969200384011998 ], [ -75.215291718328302, 39.969150560406597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18980, "tnode_": 18819, "lpoly_": null, "rpoly_": null, "length": 379.61220492999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 874, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 88620, "l_hundred": 800, "r_hundred": 800, "seg_id": 420302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10556, "Shape__Length": 151.35347474332767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208040394225705, 39.968993073654197 ], [ -75.208229473494896, 39.970024951566899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18976, "tnode_": 18984, "lpoly_": null, "rpoly_": null, "length": 133.4883359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4640, "l_t_add": 4698, "r_f_add": 4643, "r_t_add": 4699, "st_code": 82520, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10557, "Shape__Length": 53.019975418051196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215291718328302, 39.969150560406597 ], [ -75.215763969569394, 39.969103145429401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18984, "tnode_": 18993, "lpoly_": null, "rpoly_": null, "length": 171.45372465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4748, "r_f_add": 4701, "r_t_add": 4749, "st_code": 82520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10558, "Shape__Length": 68.099786457413543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215763969569394, 39.969103145429401 ], [ -75.216369999459204, 39.969039176761299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18993, "tnode_": 18765, "lpoly_": null, "rpoly_": null, "length": 538.05947683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 57200, "l_hundred": 900, "r_hundred": 900, "seg_id": 420305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOSS ST", "stname": "MOSS ST", "objectid": 10559, "Shape__Length": 214.53647294572571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216369999459204, 39.969039176761299 ], [ -75.216557874658093, 39.970509126643002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18995, "tnode_": 18833, "lpoly_": null, "rpoly_": null, "length": 378.95176012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 860, "l_t_add": 898, "r_f_add": 871, "r_t_add": 899, "st_code": 19280, "l_hundred": 800, "r_hundred": 800, "seg_id": 420306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 10560, "Shape__Length": 151.08953975964388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2090113853384, 39.968886554932702 ], [ -75.209203161708004, 39.96991630662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18993, "tnode_": 19005, "lpoly_": null, "rpoly_": null, "length": 177.44637777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4750, "l_t_add": 4798, "r_f_add": 4751, "r_t_add": 4799, "st_code": 82520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10561, "Shape__Length": 70.479084655383502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216369999459204, 39.969039176761299 ], [ -75.216998195378594, 39.968978751334497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19005, "tnode_": 18800, "lpoly_": null, "rpoly_": null, "length": 505.73297287999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88740, "l_hundred": 900, "r_hundred": 900, "seg_id": 420308, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10562, "Shape__Length": 201.64694074340954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216998195378594, 39.968978751334497 ], [ -75.217173812355995, 39.970360460154602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18986, "tnode_": 19013, "lpoly_": null, "rpoly_": null, "length": 418.07487500999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3946, "r_f_add": 3901, "r_t_add": 3949, "st_code": 63160, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10563, "Shape__Length": 166.05750013484737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200684288635003, 39.968756576859299 ], [ -75.2021584552852, 39.968581709313703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19013, "tnode_": 18858, "lpoly_": null, "rpoly_": null, "length": 380.78183216999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 836, "l_t_add": 898, "r_f_add": 837, "r_t_add": 899, "st_code": 78860, "l_hundred": 800, "r_hundred": 800, "seg_id": 420310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 10564, "Shape__Length": 151.81758706053958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2021584552852, 39.968581709313703 ], [ -75.202152130625606, 39.968637191502097 ], [ -75.202269253248303, 39.969254898112197 ], [ -75.202344765722103, 39.969615601660202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19006, "tnode_": 19017, "lpoly_": null, "rpoly_": null, "length": 122.34142008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4246, "l_t_add": 4298, "r_f_add": 4245, "r_t_add": 4299, "st_code": 61140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420311, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10565, "Shape__Length": 48.592954422026857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209513759651003, 39.968828645836098 ], [ -75.209945852010605, 39.968781128760803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19017, "tnode_": 18855, "lpoly_": null, "rpoly_": null, "length": 379.96708596999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 844, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 88640, "l_hundred": 800, "r_hundred": 800, "seg_id": 420312, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10566, "Shape__Length": 151.49387160051049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209945852010605, 39.968781128760803 ], [ -75.210140151705204, 39.969813416697399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19013, "tnode_": 19023, "lpoly_": null, "rpoly_": null, "length": 155.46236158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3948, "l_t_add": 3960, "r_f_add": 3951, "r_t_add": 3965, "st_code": 63160, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420313, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10567, "Shape__Length": 61.748599734102875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2021584552852, 39.968581709313703 ], [ -75.202706922704607, 39.968518175161698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19025, "tnode_": 18951, "lpoly_": null, "rpoly_": null, "length": 159.07110509, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 820, "l_t_add": 898, "r_f_add": 811, "r_t_add": 899, "st_code": 88540, "l_hundred": 800, "r_hundred": 800, "seg_id": 420314, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10568, "Shape__Length": 63.421546169871867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198351367870998, 39.968466760313497 ], [ -75.198432317414301, 39.968898965514498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19023, "tnode_": 19036, "lpoly_": null, "rpoly_": null, "length": 156.84862569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3962, "l_t_add": 3998, "r_f_add": 3967, "r_t_add": 3999, "st_code": 63160, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420315, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10569, "Shape__Length": 62.298702900500764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202706922704607, 39.968518175161698 ], [ -75.203260800377294, 39.9684567911589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19036, "tnode_": 18884, "lpoly_": null, "rpoly_": null, "length": 383.63380884999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 834, "l_t_add": 866, "r_f_add": 835, "r_t_add": 869, "st_code": 88580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420316, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10570, "Shape__Length": 152.95562720879343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203260800377294, 39.9684567911589 ], [ -75.203452672274807, 39.969499514790101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19031, "tnode_": 18888, "lpoly_": null, "rpoly_": null, "length": 342.07512594000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 16760, "l_hundred": 800, "r_hundred": 800, "seg_id": 420317, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 10571, "Shape__Length": 136.3853083219893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211337657763494, 39.9687351442901 ], [ -75.211518392399498, 39.969663829437998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19031, "tnode_": 18947, "lpoly_": null, "rpoly_": null, "length": 289.16950751000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4422, "r_f_add": 4401, "r_t_add": 4425, "st_code": 48900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420318, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10572, "Shape__Length": 115.02889758544902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211337657763494, 39.9687351442901 ], [ -75.212136773270501, 39.969237215527102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19036, "tnode_": 19054, "lpoly_": null, "rpoly_": null, "length": 154.92489302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4002, "r_f_add": 4001, "r_t_add": 4009, "st_code": 63160, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420319, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10573, "Shape__Length": 61.534149587298728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203260800377294, 39.9684567911589 ], [ -75.203808355398706, 39.968398732168602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19054, "tnode_": 18897, "lpoly_": null, "rpoly_": null, "length": 383.02498063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 876, "r_f_add": 801, "r_t_add": 877, "st_code": 83980, "l_hundred": 800, "r_hundred": 800, "seg_id": 420320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 10574, "Shape__Length": 152.71221857432477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203808355398706, 39.968398732168602 ], [ -75.204004218258405, 39.969439327686999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19060, "tnode_": 19014, "lpoly_": null, "rpoly_": null, "length": 299.99588768999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3650, "l_t_add": 3698, "r_f_add": 3651, "r_t_add": 3699, "st_code": 53300, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10575, "Shape__Length": 119.19668938055116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195865248378993, 39.9682025144715 ], [ -75.196875902964194, 39.9684735954568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19061, "tnode_": 19000, "lpoly_": null, "rpoly_": null, "length": 129.55265355, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 868, "l_t_add": 880, "r_f_add": 869, "r_t_add": 883, "st_code": 88680, "l_hundred": 800, "r_hundred": 800, "seg_id": 420322, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 10576, "Shape__Length": 51.654690487235676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212791108618205, 39.968560356414002 ], [ -75.212837469635701, 39.968914201148102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19054, "tnode_": 19064, "lpoly_": null, "rpoly_": null, "length": 155.92512402999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4004, "l_t_add": 4016, "r_f_add": 4011, "r_t_add": 4017, "st_code": 63160, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420323, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10577, "Shape__Length": 61.931607462392932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203808355398706, 39.968398732168602 ], [ -75.204359178782397, 39.9683388302658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19064, "tnode_": 18907, "lpoly_": null, "rpoly_": null, "length": 381.44561583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 836, "l_t_add": 862, "r_f_add": 831, "r_t_add": 863, "st_code": 65580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420324, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 10578, "Shape__Length": 152.08298970204655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204359178782397, 39.9683388302658 ], [ -75.204549401232697, 39.969375666689899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19079, "tnode_": 18865, "lpoly_": null, "rpoly_": null, "length": 505.54133014999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88780, "l_hundred": 900, "r_hundred": 900, "seg_id": 420325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10579, "Shape__Length": 201.56938808589737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220649580568505, 39.968610052779098 ], [ -75.2208257638286, 39.969991190251903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19060, "tnode_": 19080, "lpoly_": null, "rpoly_": null, "length": 266.14806645000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 19400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10580, "Shape__Length": 105.71094401946776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195865248378993, 39.9682025144715 ], [ -75.196804948453106, 39.968097606166999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19084, "tnode_": 19060, "lpoly_": null, "rpoly_": null, "length": 163.80955818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3648, "r_f_add": 3601, "r_t_add": 3649, "st_code": 53300, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10581, "Shape__Length": 65.085815954487245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195313313919499, 39.968054668056297 ], [ -75.195865248378993, 39.9682025144715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19079, "tnode_": 19088, "lpoly_": null, "rpoly_": null, "length": 123.37046174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5010, "r_f_add": 5001, "r_t_add": 5015, "st_code": 82520, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10582, "Shape__Length": 49.000609423992735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220649580568505, 39.968610052779098 ], [ -75.221086352452701, 39.9685681544819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19080, "tnode_": 19094, "lpoly_": null, "rpoly_": null, "length": 204.82950369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3714, "r_f_add": 3701, "r_t_add": 3721, "st_code": 19400, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420329, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10583, "Shape__Length": 81.355541525555267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196804948453106, 39.968097606166999 ], [ -75.197528451950006, 39.968018499067803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19096, "tnode_": 18930, "lpoly_": null, "rpoly_": null, "length": 385.51938149, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 824, "l_t_add": 860, "r_f_add": 831, "r_t_add": 867, "st_code": 88600, "l_hundred": 800, "r_hundred": 800, "seg_id": 420330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10584, "Shape__Length": 153.7168379969456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205714661357106, 39.968185004129197 ], [ -75.205791022815404, 39.969241670800002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19088, "tnode_": 19097, "lpoly_": null, "rpoly_": null, "length": 135.49316968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5012, "l_t_add": 5026, "r_f_add": 5017, "r_t_add": 5025, "st_code": 82520, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10585, "Shape__Length": 53.81610570915835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221086352452701, 39.9685681544819 ], [ -75.221565353493006, 39.968518070577502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19097, "tnode_": 19139, "lpoly_": null, "rpoly_": null, "length": 356.90277081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5028, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 82520, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 10586, "Shape__Length": 141.75657265913023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221565353493006, 39.968518070577502 ], [ -75.222827464261499, 39.968388285734797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19094, "tnode_": 19113, "lpoly_": null, "rpoly_": null, "length": 204.66937704999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3716, "l_t_add": 3798, "r_f_add": 3723, "r_t_add": 3799, "st_code": 19400, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420333, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10587, "Shape__Length": 81.29185341108095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197528451950006, 39.968018499067803 ], [ -75.198251381374504, 39.9679394125207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19119, "tnode_": 18821, "lpoly_": null, "rpoly_": null, "length": 676.10694549000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 88170, "l_hundred": 700, "r_hundred": 700, "seg_id": 420334, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10588, "Shape__Length": 269.5538161092822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170179436475493, 39.967259790082998 ], [ -75.169779474408699, 39.969090096648699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19124, "tnode_": 18813, "lpoly_": null, "rpoly_": null, "length": 697.86812409000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAPITOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 21220, "l_hundred": 700, "r_hundred": 700, "seg_id": 420335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAPITOL ST", "stname": "N CAPITOL ST", "objectid": 10589, "Shape__Length": 278.22942635706897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170780121091894, 39.967268826192502 ], [ -75.170364520107896, 39.969157683994403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19132, "tnode_": 19061, "lpoly_": null, "rpoly_": null, "length": 128.61995242, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 854, "l_t_add": 866, "r_f_add": 851, "r_t_add": 867, "st_code": 88680, "l_hundred": 800, "r_hundred": 800, "seg_id": 420336, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 10590, "Shape__Length": 51.28254315693723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212745074470106, 39.968209059699603 ], [ -75.212791108618205, 39.968560356414002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19105, "tnode_": 19133, "lpoly_": null, "rpoly_": null, "length": 148.25244956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4114, "l_t_add": 4120, "r_f_add": 4111, "r_t_add": 4121, "st_code": 63160, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420337, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10591, "Shape__Length": 58.884091335646957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206262329875102, 39.968128072208501 ], [ -75.206785803064506, 39.968069807634699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19141, "tnode_": 19036, "lpoly_": null, "rpoly_": null, "length": 192.8324745, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 816, "l_t_add": 832, "r_f_add": 819, "r_t_add": 833, "st_code": 88580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420338, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10592, "Shape__Length": 76.881514764686329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203161722591602, 39.967932960051201 ], [ -75.203260800377294, 39.9684567911589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19153, "tnode_": 19073, "lpoly_": null, "rpoly_": null, "length": 130.15548839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 858, "l_t_add": 878, "r_f_add": 853, "r_t_add": 865, "st_code": 88700, "l_hundred": 800, "r_hundred": 800, "seg_id": 420339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 10593, "Shape__Length": 51.895072655927024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213709365952198, 39.968135196797 ], [ -75.2137518670079, 39.968490990206803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19133, "tnode_": 19161, "lpoly_": null, "rpoly_": null, "length": 299.07465417999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4122, "l_t_add": 4198, "r_f_add": 4123, "r_t_add": 4199, "st_code": 63160, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420341, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10594, "Shape__Length": 118.78862324704284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206785803064506, 39.968069807634699 ], [ -75.207841915656402, 39.967952768979899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19141, "tnode_": 19167, "lpoly_": null, "rpoly_": null, "length": 312.85495375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4016, "r_f_add": 4001, "r_t_add": 4017, "st_code": 68000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 10595, "Shape__Length": 124.26199929049507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203161722591602, 39.967932960051201 ], [ -75.204266181097196, 39.967808864197004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19167, "tnode_": 19064, "lpoly_": null, "rpoly_": null, "length": 194.80896239, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 818, "l_t_add": 834, "r_f_add": 815, "r_t_add": 829, "st_code": 65580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 10596, "Shape__Length": 77.670262102097539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204266181097196, 39.967808864197004 ], [ -75.204359178782397, 39.9683388302658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19168, "tnode_": 19075, "lpoly_": null, "rpoly_": null, "length": 161.94342574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 866, "l_t_add": 884, "r_f_add": 863, "r_t_add": 879, "st_code": 88720, "l_hundred": 800, "r_hundred": 800, "seg_id": 420344, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 10597, "Shape__Length": 64.569073963951553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215630724219906, 39.968070917242699 ], [ -75.215687642015297, 39.968513309775503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19174, "tnode_": 19118, "lpoly_": null, "rpoly_": null, "length": 96.55350234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 18500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 10598, "Shape__Length": 38.493187564827068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1665223698094, 39.966918217325002 ], [ -75.166461090831504, 39.967179041124901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19177, "tnode_": 19031, "lpoly_": null, "rpoly_": null, "length": 309.70423992000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 846, "l_t_add": 898, "r_f_add": 841, "r_t_add": 899, "st_code": 88660, "l_hundred": 800, "r_hundred": 800, "seg_id": 420346, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 10599, "Shape__Length": 123.48386392741629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211234529166205, 39.967888678583897 ], [ -75.211337657763494, 39.9687351442901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19179, "tnode_": 19084, "lpoly_": null, "rpoly_": null, "length": 494.30690029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 53300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10600, "Shape__Length": 196.46082312859485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193722488172895, 39.967469018925598 ], [ -75.195313313919499, 39.968054668056297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19170, "tnode_": 19180, "lpoly_": null, "rpoly_": null, "length": 125.00115555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4208, "l_t_add": 4222, "r_f_add": 4211, "r_t_add": 4223, "st_code": 63160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420348, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10601, "Shape__Length": 49.649350555809754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208375609005898, 39.967896684228499 ], [ -75.208816339321402, 39.967844255971002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19183, "tnode_": 19079, "lpoly_": null, "rpoly_": null, "length": 195.38071083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 888, "l_t_add": 898, "r_f_add": 879, "r_t_add": 899, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 420349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10602, "Shape__Length": 77.901083586662466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220581437929198, 39.968076277194598 ], [ -75.220649580568505, 39.968610052779098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19190, "tnode_": 19174, "lpoly_": null, "rpoly_": null, "length": 311.1278242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 55320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420352, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 10603, "Shape__Length": 123.5805777081281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165431429576799, 39.966760649558204 ], [ -75.1665223698094, 39.966918217325002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19198, "tnode_": 19096, "lpoly_": null, "rpoly_": null, "length": 192.99451871, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 814, "l_t_add": 822, "r_f_add": 813, "r_t_add": 829, "st_code": 88600, "l_hundred": 800, "r_hundred": 800, "seg_id": 420353, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10604, "Shape__Length": 76.951281639325032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205679006732197, 39.9676559208105 ], [ -75.205714661357106, 39.968185004129197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19186, "tnode_": 19189, "lpoly_": null, "rpoly_": null, "length": 124.17003178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4236, "l_t_add": 4298, "r_f_add": 4237, "r_t_add": 4299, "st_code": 63160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420354, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10605, "Shape__Length": 49.316462589019913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209320115050701, 39.9677927904591 ], [ -75.209761002658496, 39.967759538124497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19189, "tnode_": 19017, "lpoly_": null, "rpoly_": null, "length": 375.7365985, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 836, "l_t_add": 842, "r_f_add": 821, "r_t_add": 849, "st_code": 88640, "l_hundred": 800, "r_hundred": 800, "seg_id": 420355, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10606, "Shape__Length": 149.80581946874875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209761002658496, 39.967759538124497 ], [ -75.209945852010605, 39.968781128760803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19189, "tnode_": 19158, "lpoly_": null, "rpoly_": null, "length": 123.32574654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4318, "r_f_add": 4301, "r_t_add": 4305, "st_code": 48900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10607, "Shape__Length": 49.055083722879367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209761002658496, 39.967759538124497 ], [ -75.210104614660693, 39.967970988422302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19192, "tnode_": 19207, "lpoly_": null, "rpoly_": null, "length": 206.50781863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4416, "l_t_add": 4498, "r_f_add": 4417, "r_t_add": 4499, "st_code": 63160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10608, "Shape__Length": 82.018405700521754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211958832438199, 39.9678312866642 ], [ -75.212692178232402, 39.967776799471601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19203, "tnode_": 19184, "lpoly_": null, "rpoly_": null, "length": 443.58025071999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 60160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420359, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 10609, "Shape__Length": 176.18564695748896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168687301706697, 39.966740184192197 ], [ -75.168745350929996, 39.966724187938702 ], [ -75.170248604894496, 39.9669018162462 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19215, "tnode_": 19113, "lpoly_": null, "rpoly_": null, "length": 205.32040993000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 764, "l_t_add": 798, "r_f_add": 769, "r_t_add": 799, "st_code": 88540, "l_hundred": 700, "r_hundred": 700, "seg_id": 420360, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10610, "Shape__Length": 81.859943949987127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198147315009805, 39.967381499138298 ], [ -75.198251381374504, 39.9679394125207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19206, "tnode_": 19218, "lpoly_": null, "rpoly_": null, "length": 161.57450368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3944, "l_t_add": 3960, "r_f_add": 3945, "r_t_add": 3961, "st_code": 19400, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420361, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10611, "Shape__Length": 64.174974594276563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201960392321496, 39.967526659420699 ], [ -75.202530792351993, 39.967462588902698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19219, "tnode_": 19179, "lpoly_": null, "rpoly_": null, "length": 60.57665881, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 732, "l_t_add": 798, "r_f_add": 733, "r_t_add": 799, "st_code": 88480, "l_hundred": 700, "r_hundred": 700, "seg_id": 420363, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10612, "Shape__Length": 24.1518208993926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193695066826606, 39.967304072397397 ], [ -75.193722488172895, 39.967469018925598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19207, "tnode_": 19224, "lpoly_": null, "rpoly_": null, "length": 270.22889497999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 63160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10613, "Shape__Length": 107.32631922485993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212692178232402, 39.967776799471601 ], [ -75.213651799988895, 39.967705436015599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19225, "tnode_": 19149, "lpoly_": null, "rpoly_": null, "length": 168.79377012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 868, "l_t_add": 884, "r_f_add": 867, "r_t_add": 883, "st_code": 88760, "l_hundred": 800, "r_hundred": 800, "seg_id": 420365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 10614, "Shape__Length": 67.300437888443497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218716701954605, 39.967798905930401 ], [ -75.218772515717205, 39.968260271526802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19228, "tnode_": 19191, "lpoly_": null, "rpoly_": null, "length": 538.91109275999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 60160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420366, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 10615, "Shape__Length": 214.04979584136822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170298614100503, 39.966672892770198 ], [ -75.172195834980499, 39.966912665412799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19234, "tnode_": 19141, "lpoly_": null, "rpoly_": null, "length": 194.3256886, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 817, "st_code": 88580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420368, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10616, "Shape__Length": 77.476077656978234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203060463346802, 39.967405232204101 ], [ -75.203161722591602, 39.967932960051201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19238, "tnode_": 19151, "lpoly_": null, "rpoly_": null, "length": 186.51968469, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 846, "l_t_add": 862, "r_f_add": 845, "r_t_add": 865, "st_code": 53620, "l_hundred": 800, "r_hundred": 800, "seg_id": 420369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 10617, "Shape__Length": 74.367431998013529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2146116388259, 39.967633527875797 ], [ -75.214678295670396, 39.968142972524603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19240, "tnode_": 19174, "lpoly_": null, "rpoly_": null, "length": 151.32177398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 649, "st_code": 18500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 10618, "Shape__Length": 60.327929908361263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166615450923999, 39.966509041061897 ], [ -75.1665223698094, 39.966918217325002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19240, "tnode_": 19230, "lpoly_": null, "rpoly_": null, "length": 136.70296917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1722, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 60160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420371, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 10619, "Shape__Length": 54.296371748584825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166615450923999, 39.966509041061897 ], [ -75.167097167878097, 39.9665676678162 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19236, "tnode_": 19208, "lpoly_": null, "rpoly_": null, "length": 452.97556711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420372, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10620, "Shape__Length": 179.91607602644467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173896917900905, 39.9666847848762 ], [ -75.175492763694294, 39.966880817850701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19248, "tnode_": 19189, "lpoly_": null, "rpoly_": null, "length": 116.34873152, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 820, "l_t_add": 824, "r_f_add": 803, "r_t_add": 819, "st_code": 88640, "l_hundred": 800, "r_hundred": 800, "seg_id": 420373, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10621, "Shape__Length": 46.386997755914585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209713795589394, 39.967443828689099 ], [ -75.209724196694907, 39.967647546778302 ], [ -75.209761002658496, 39.967759538124497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19245, "tnode_": 19220, "lpoly_": null, "rpoly_": null, "length": 451.01150146999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420374, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10622, "Shape__Length": 179.13534860839874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172270059026104, 39.966588548946604 ], [ -75.173859405398005, 39.9667816854544 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19254, "tnode_": 19168, "lpoly_": null, "rpoly_": null, "length": 186.25211955, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 854, "l_t_add": 864, "r_f_add": 845, "r_t_add": 861, "st_code": 88720, "l_hundred": 800, "r_hundred": 800, "seg_id": 420376, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 10623, "Shape__Length": 74.261262232472944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2155712269725, 39.9675616855044 ], [ -75.215630724219906, 39.968070917242699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19234, "tnode_": 19256, "lpoly_": null, "rpoly_": null, "length": 312.20128663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4028, "r_f_add": 4001, "r_t_add": 4015, "st_code": 19400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420377, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10624, "Shape__Length": 124.00068348951525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203060463346802, 39.967405232204101 ], [ -75.204163439720602, 39.967285872737797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19256, "tnode_": 19167, "lpoly_": null, "rpoly_": null, "length": 192.68063321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 813, "st_code": 65580, "l_hundred": 800, "r_hundred": 800, "seg_id": 420378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 10625, "Shape__Length": 76.8197667538753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204163439720602, 39.967285872737797 ], [ -75.204266181097196, 39.967808864197004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19257, "tnode_": 19240, "lpoly_": null, "rpoly_": null, "length": 311.44407745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1719, "st_code": 60160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420379, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 10626, "Shape__Length": 123.7004450844415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165517630246299, 39.966377181806401 ], [ -75.166615450923999, 39.966509041061897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19262, "tnode_": 19183, "lpoly_": null, "rpoly_": null, "length": 176.82255383, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 866, "l_t_add": 886, "r_f_add": 863, "r_t_add": 877, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 420380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10627, "Shape__Length": 70.501052676319105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220518559736206, 39.967593294302397 ], [ -75.220581437929198, 39.968076277194598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19254, "tnode_": 19264, "lpoly_": null, "rpoly_": null, "length": 148.83006182000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4712, "r_f_add": 4701, "r_t_add": 4713, "st_code": 63160, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10628, "Shape__Length": 59.110650516935436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2155712269725, 39.9675616855044 ], [ -75.216099447150299, 39.967520098028402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19264, "tnode_": 19087, "lpoly_": null, "rpoly_": null, "length": 344.88112638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 57200, "l_hundred": 800, "r_hundred": 800, "seg_id": 420382, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOSS ST", "stname": "MOSS ST", "objectid": 10629, "Shape__Length": 137.50822941674659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216099447150299, 39.967520098028402 ], [ -75.216220899842497, 39.968462216465703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19265, "tnode_": 19175, "lpoly_": null, "rpoly_": null, "length": 204.63171964, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 88560, "l_hundred": 700, "r_hundred": 700, "seg_id": 420383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10630, "Shape__Length": 81.584981468659706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200378444373101, 39.967133543679303 ], [ -75.200482874641594, 39.967689506647098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19269, "tnode_": 19233, "lpoly_": null, "rpoly_": null, "length": 242.23119405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3414, "r_f_add": 3401, "r_t_add": 3415, "st_code": 53300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10631, "Shape__Length": 96.268976877451692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192141915690897, 39.9668976611514 ], [ -75.192926578790207, 39.967176304088603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19278, "tnode_": 19100, "lpoly_": null, "rpoly_": null, "length": 337.92560928999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 860, "l_t_add": 882, "r_f_add": 845, "r_t_add": 879, "st_code": 88740, "l_hundred": 800, "r_hundred": 800, "seg_id": 420385, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10632, "Shape__Length": 134.73473738176614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216802063764604, 39.967468995750899 ], [ -75.216922496243498, 39.968392003918197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19279, "tnode_": 19198, "lpoly_": null, "rpoly_": null, "length": 175.2818707, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 88600, "l_hundred": 800, "r_hundred": 800, "seg_id": 420386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10633, "Shape__Length": 69.887635141138389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205633827079197, 39.967176007556702 ], [ -75.205679006732197, 39.9676559208105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19277, "tnode_": 19245, "lpoly_": null, "rpoly_": null, "length": 539.87382054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420387, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10634, "Shape__Length": 214.42995666889846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170368067878101, 39.966354952855198 ], [ -75.172270059026104, 39.966588548946604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19294, "tnode_": 19227, "lpoly_": null, "rpoly_": null, "length": 160.84782687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 817, "st_code": 43140, "l_hundred": 800, "r_hundred": 800, "seg_id": 420388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 10635, "Shape__Length": 64.131567298462727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206664578930898, 39.967099127659701 ], [ -75.206718330017907, 39.967538733837898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19284, "tnode_": 19313, "lpoly_": null, "rpoly_": null, "length": 348.92140285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5028, "l_t_add": 5098, "r_f_add": 5035, "r_t_add": 5099, "st_code": 61140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420389, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 10636, "Shape__Length": 138.58379576349509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221385869234894, 39.967476072537501 ], [ -75.222620394666095, 39.967353037325601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19278, "tnode_": 19295, "lpoly_": null, "rpoly_": null, "length": 265.93563075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4813, "st_code": 63160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10637, "Shape__Length": 105.6244900360974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216802063764604, 39.967468995750899 ], [ -75.217742080525994, 39.967370049856797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19300, "tnode_": 19206, "lpoly_": null, "rpoly_": null, "length": 204.94052803999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 766, "l_t_add": 798, "r_f_add": 747, "r_t_add": 799, "st_code": 78860, "l_hundred": 700, "r_hundred": 700, "seg_id": 420391, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 10638, "Shape__Length": 81.70821624519894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201858301184004, 39.966969583203699 ], [ -75.201960392321496, 39.967526659420699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19306, "tnode_": 19277, "lpoly_": null, "rpoly_": null, "length": 443.51416475999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10639, "Shape__Length": 176.15837379087321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168807419285102, 39.966154290501898 ], [ -75.170368067878101, 39.966354952855198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19309, "tnode_": 19239, "lpoly_": null, "rpoly_": null, "length": 160.21754663000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 815, "st_code": 88620, "l_hundred": 800, "r_hundred": 800, "seg_id": 420393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10640, "Shape__Length": 63.876533692353554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207667767417007, 39.967023736180799 ], [ -75.207755093719499, 39.967458390414301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19295, "tnode_": 19311, "lpoly_": null, "rpoly_": null, "length": 255.57612314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4815, "r_t_add": 4899, "st_code": 63160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 10641, "Shape__Length": 101.50888065604275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217742080525994, 39.967370049856797 ], [ -75.218646474671999, 39.967280744925297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19314, "tnode_": 19215, "lpoly_": null, "rpoly_": null, "length": 206.19725162, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 742, "l_t_add": 762, "r_f_add": 751, "r_t_add": 767, "st_code": 88540, "l_hundred": 700, "r_hundred": 700, "seg_id": 420395, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10642, "Shape__Length": 82.208884878130291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198042972866403, 39.966821184607603 ], [ -75.198147315009805, 39.967381499138298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19318, "tnode_": 19322, "lpoly_": null, "rpoly_": null, "length": 72.9478475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4216, "l_t_add": 4216, "r_f_add": 4213, "r_t_add": 4213, "st_code": 19400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420396, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10643, "Shape__Length": 28.972199803688621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2082063499752, 39.9669778717602 ], [ -75.2084654349446, 39.966958925175099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19319, "tnode_": 19289, "lpoly_": null, "rpoly_": null, "length": 454.9400233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 57520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10644, "Shape__Length": 180.69684249493059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173996163193905, 39.966175972844702 ], [ -75.175596797158605, 39.966382818869597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19336, "tnode_": 19252, "lpoly_": null, "rpoly_": null, "length": 202.67728821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 716, "l_t_add": 730, "r_f_add": 723, "r_t_add": 739, "st_code": 88500, "l_hundred": 700, "r_hundred": 700, "seg_id": 420398, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10645, "Shape__Length": 80.805294172576595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195041992343207, 39.966592525003797 ], [ -75.195144065289995, 39.967143328122098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19334, "tnode_": 19306, "lpoly_": null, "rpoly_": null, "length": 448.63334079000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 81040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420399, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10646, "Shape__Length": 178.18863366836004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1672258908537, 39.965965005783197 ], [ -75.168807419285102, 39.966154290501898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19331, "tnode_": 19269, "lpoly_": null, "rpoly_": null, "length": 456.0900556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 53300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 420400, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 10647, "Shape__Length": 181.20596973996388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190597254086299, 39.966505490685599 ], [ -75.191039570256294, 39.966601834992701 ], [ -75.192141915690897, 39.9668976611514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19343, "tnode_": 19262, "lpoly_": null, "rpoly_": null, "length": 181.06397166, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 850, "l_t_add": 864, "r_f_add": 853, "r_t_add": 861, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 420401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10648, "Shape__Length": 72.191957424256969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220457948710006, 39.9670984438118 ], [ -75.220518559736206, 39.967593294302397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19348, "tnode_": 19319, "lpoly_": null, "rpoly_": null, "length": 454.64206107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 57520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10649, "Shape__Length": 180.57778878942494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172396400620997, 39.965970096947501 ], [ -75.173996163193905, 39.966175972844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19355, "tnode_": 19334, "lpoly_": null, "rpoly_": null, "length": 447.381094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 81040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420404, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10650, "Shape__Length": 177.69419224688161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165652735416998, 39.965757632188001 ], [ -75.1672258908537, 39.965965005783197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19353, "tnode_": 19358, "lpoly_": null, "rpoly_": null, "length": 113.35584971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4336, "l_t_add": 4398, "r_f_add": 4337, "r_t_add": 4399, "st_code": 19400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10651, "Shape__Length": 45.020686637417086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2106882379599, 39.966793552998503 ], [ -75.211090789531994, 39.966763731558999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19336, "tnode_": 19362, "lpoly_": null, "rpoly_": null, "length": 412.52057068000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 61320, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420406, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 10652, "Shape__Length": 163.84450832435056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195041992343207, 39.966592525003797 ], [ -75.196498410165603, 39.966429652402603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19362, "tnode_": 19282, "lpoly_": null, "rpoly_": null, "length": 202.9057327, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 720, "l_t_add": 742, "r_f_add": 721, "r_t_add": 739, "st_code": 88520, "l_hundred": 700, "r_hundred": 700, "seg_id": 420407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10653, "Shape__Length": 80.897402270945165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196498410165603, 39.966429652402603 ], [ -75.196590239768199, 39.966982154171497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19358, "tnode_": 19365, "lpoly_": null, "rpoly_": null, "length": 206.34253695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4418, "r_f_add": 4401, "r_t_add": 4419, "st_code": 19400, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10654, "Shape__Length": 81.951249325268165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211090789531994, 39.966763731558999 ], [ -75.211823793434604, 39.966711372556198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19374, "tnode_": 19355, "lpoly_": null, "rpoly_": null, "length": 442.87215642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 81040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420409, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10655, "Shape__Length": 175.89916729030378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164091282982596, 39.965571981696101 ], [ -75.165652735416998, 39.965757632188001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19382, "tnode_": 19356, "lpoly_": null, "rpoly_": null, "length": 534.55620935000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 57520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420410, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10656, "Shape__Length": 212.31681216749635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170525982898596, 39.965669577760799 ], [ -75.172407995699402, 39.965906704424903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19357, "tnode_": 19384, "lpoly_": null, "rpoly_": null, "length": 418.56263501999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3942, "r_f_add": 3901, "r_t_add": 3945, "st_code": 13800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10657, "Shape__Length": 166.24396341555786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200274991919002, 39.966576189522797 ], [ -75.201753067468502, 39.966412668615298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19370, "tnode_": 19388, "lpoly_": null, "rpoly_": null, "length": 208.08687424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3414, "l_t_add": 3498, "r_f_add": 3421, "r_t_add": 3499, "st_code": 33280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420412, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10658, "Shape__Length": 82.647068136058891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192750086498293, 39.966266088651103 ], [ -75.193485109652798, 39.966185906292097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19389, "tnode_": 19314, "lpoly_": null, "rpoly_": null, "length": 202.65686164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 720, "l_t_add": 740, "r_f_add": 721, "r_t_add": 749, "st_code": 88540, "l_hundred": 700, "r_hundred": 700, "seg_id": 420413, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10659, "Shape__Length": 80.797420043245211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197946287601496, 39.966269862892702 ], [ -75.198042972866403, 39.966821184607603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19396, "tnode_": 19367, "lpoly_": null, "rpoly_": null, "length": 450.34829994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 23560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420415, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAY ST", "stname": "CLAY ST", "objectid": 10660, "Shape__Length": 178.87083183817481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172480552535006, 39.965636102149901 ], [ -75.174065940176305, 39.965836592430001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19401, "tnode_": 19231, "lpoly_": null, "rpoly_": null, "length": 410.46329362999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 842, "r_f_add": 801, "r_t_add": 843, "st_code": 46380, "l_hundred": 800, "r_hundred": 800, "seg_id": 420416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUNE ST", "stname": "JUNE ST", "objectid": 10661, "Shape__Length": 163.6534753032025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213999515871095, 39.966543922944098 ], [ -75.214135050299504, 39.967613809359399 ], [ -75.214150315400701, 39.967664276632902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19399, "tnode_": 19374, "lpoly_": null, "rpoly_": null, "length": 449.71101184000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 81040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420417, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10662, "Shape__Length": 178.6154317563352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162506313908395, 39.965380544526298 ], [ -75.164091282982596, 39.965571981696101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19409, "tnode_": 19382, "lpoly_": null, "rpoly_": null, "length": 444.11318632999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420418, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10663, "Shape__Length": 176.39379583632095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168962406699606, 39.965472530193402 ], [ -75.170525982898596, 39.965669577760799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19405, "tnode_": 19234, "lpoly_": null, "rpoly_": null, "length": 408.85829108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 724, "l_t_add": 798, "r_f_add": 741, "r_t_add": 799, "st_code": 88580, "l_hundred": 700, "r_hundred": 700, "seg_id": 420419, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10664, "Shape__Length": 163.0075793367908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202855688015902, 39.96629397996 ], [ -75.203060463346802, 39.967405232204101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19407, "tnode_": 19331, "lpoly_": null, "rpoly_": null, "length": 200.41992963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 668, "l_t_add": 698, "r_f_add": 667, "r_t_add": 699, "st_code": 88440, "l_hundred": 600, "r_hundred": 600, "seg_id": 420420, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 10665, "Shape__Length": 79.90355466687528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190488457380596, 39.965961719123897 ], [ -75.190597254086299, 39.966505490685599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19388, "tnode_": 19414, "lpoly_": null, "rpoly_": null, "length": 410.48329013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 33280, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420421, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10666, "Shape__Length": 163.03393691206233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193485109652798, 39.966185906292097 ], [ -75.194934823934801, 39.966026495692098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19414, "tnode_": 19336, "lpoly_": null, "rpoly_": null, "length": 208.37097957, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 721, "st_code": 88500, "l_hundred": 700, "r_hundred": 700, "seg_id": 420422, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10667, "Shape__Length": 83.074351607614645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194934823934801, 39.966026495692098 ], [ -75.195041992343207, 39.966592525003797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19405, "tnode_": 19415, "lpoly_": null, "rpoly_": null, "length": 155.77295531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4012, "r_f_add": 4001, "r_t_add": 4005, "st_code": 13800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420423, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10668, "Shape__Length": 61.869538548431905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202855688015902, 39.96629397996 ], [ -75.203109388915195, 39.966263115599801 ], [ -75.203405625772902, 39.966232566761398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19404, "tnode_": 19309, "lpoly_": null, "rpoly_": null, "length": 232.68413441000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 742, "l_t_add": 798, "r_f_add": 723, "r_t_add": 799, "st_code": 88620, "l_hundred": 700, "r_hundred": 700, "seg_id": 420424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10669, "Shape__Length": 92.769905043737452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207562604483897, 39.966390135253697 ], [ -75.207667767417007, 39.967023736180799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19404, "tnode_": 19322, "lpoly_": null, "rpoly_": null, "length": 327.06552184999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4215, "st_code": 48900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420425, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10670, "Shape__Length": 130.09983041964796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207562604483897, 39.966390135253697 ], [ -75.2084654349446, 39.966958925175099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19419, "tnode_": 19403, "lpoly_": null, "rpoly_": null, "length": 36.05360412, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 822, "l_t_add": 822, "r_f_add": 823, "r_t_add": 823, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 420426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10671, "Shape__Length": 14.37442212371309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220389812899896, 39.966551924439699 ], [ -75.220405489894603, 39.966650158241599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19403, "tnode_": 19425, "lpoly_": null, "rpoly_": null, "length": 342.56804554999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5038, "r_f_add": 5001, "r_t_add": 5043, "st_code": 68000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 10672, "Shape__Length": 136.05841177322674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220405489894603, 39.966650158241599 ], [ -75.221617890649995, 39.966531575698802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19415, "tnode_": 19427, "lpoly_": null, "rpoly_": null, "length": 155.76980995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4014, "l_t_add": 4034, "r_f_add": 4007, "r_t_add": 4041, "st_code": 13800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420429, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10673, "Shape__Length": 61.86825450896395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203405625772902, 39.966232566761398 ], [ -75.203842913490305, 39.966178034265099 ], [ -75.203955520883596, 39.966173949423599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19425, "tnode_": 28126, "lpoly_": null, "rpoly_": null, "length": 140.86306716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5040, "l_t_add": 5098, "r_f_add": 5045, "r_t_add": 5099, "st_code": 68000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420430, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 10674, "Shape__Length": 55.950178632146915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221617890649995, 39.966531575698802 ], [ -75.221717511185901, 39.966520657725397 ], [ -75.221808278542298, 39.966510702378898 ], [ -75.221890415732702, 39.966504905031101 ], [ -75.2219684007257, 39.966496841129398 ], [ -75.222043400817, 39.966493059632697 ], [ -75.222081384110396, 39.966497157190197 ], [ -75.2221122809311, 39.966510690644803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19436, "tnode_": 19357, "lpoly_": null, "rpoly_": null, "length": 206.56172514, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 708, "l_t_add": 716, "r_f_add": 719, "r_t_add": 737, "st_code": 88560, "l_hundred": 700, "r_hundred": 700, "seg_id": 420431, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10675, "Shape__Length": 82.353529954032311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200172917266002, 39.966014617605303 ], [ -75.200274991919002, 39.966576189522797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19432, "tnode_": 19408, "lpoly_": null, "rpoly_": null, "length": 455.17239595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 38420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10676, "Shape__Length": 180.78695442626338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163418177898, 39.965421665830497 ], [ -75.175765054300001, 39.965627688149702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19442, "tnode_": 19360, "lpoly_": null, "rpoly_": null, "length": 206.72252372, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 666, "l_t_add": 698, "r_f_add": 667, "r_t_add": 699, "st_code": 88460, "l_hundred": 600, "r_hundred": 600, "seg_id": 420433, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10677, "Shape__Length": 82.417034906501982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191931158466701, 39.965789292040299 ], [ -75.192036003816995, 39.966351007565599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19444, "tnode_": 19362, "lpoly_": null, "rpoly_": null, "length": 206.97951284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 88520, "l_hundred": 700, "r_hundred": 700, "seg_id": 420434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10678, "Shape__Length": 82.519249763735985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196392775920401, 39.965867539492002 ], [ -75.1963974548311, 39.9659265766579 ], [ -75.196498410165603, 39.966429652402603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19420, "tnode_": 19446, "lpoly_": null, "rpoly_": null, "length": 345.74212526999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 19400, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10679, "Shape__Length": 137.31550451234673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215433445849499, 39.966441442466 ], [ -75.216660683467296, 39.966346101907497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19446, "tnode_": 19278, "lpoly_": null, "rpoly_": null, "length": 410.96524522, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 858, "r_f_add": 801, "r_t_add": 843, "st_code": 88740, "l_hundred": 800, "r_hundred": 800, "seg_id": 420436, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10680, "Shape__Length": 163.8544520075688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216660683467296, 39.966346101907497 ], [ -75.216802063764604, 39.967468995750899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19427, "tnode_": 19451, "lpoly_": null, "rpoly_": null, "length": 450.60151414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4036, "l_t_add": 4098, "r_f_add": 4043, "r_t_add": 4099, "st_code": 13800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420437, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10681, "Shape__Length": 178.9608436540731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203955520883596, 39.966173949423599 ], [ -75.205555008458504, 39.966050077322798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19455, "tnode_": 19355, "lpoly_": null, "rpoly_": null, "length": 249.53663038, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 608, "l_t_add": 628, "r_f_add": 603, "r_t_add": 629, "st_code": 88110, "l_hundred": 600, "r_hundred": 600, "seg_id": 420438, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10682, "Shape__Length": 99.480180279723101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165815808754999, 39.965084213551599 ], [ -75.165652735416998, 39.965757632188001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19455, "tnode_": 19429, "lpoly_": null, "rpoly_": null, "length": 443.13731451999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 57520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10683, "Shape__Length": 176.00423712608682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165815808754999, 39.965084213551599 ], [ -75.1673770266502, 39.965275654206202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19456, "tnode_": 19432, "lpoly_": null, "rpoly_": null, "length": 454.07342611999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 38420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420440, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10684, "Shape__Length": 180.34768857255878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172563080112496, 39.965228359797798 ], [ -75.174163418177898, 39.965421665830497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19460, "tnode_": 19463, "lpoly_": null, "rpoly_": null, "length": 92.74506046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4124, "l_t_add": 4124, "r_f_add": 4125, "r_t_add": 4125, "st_code": 13800, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420441, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10685, "Shape__Length": 36.834739109683632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206520447407101, 39.965976605306302 ], [ -75.206849430437899, 39.965949402666602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19463, "tnode_": 19404, "lpoly_": null, "rpoly_": null, "length": 256.39352741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4156, "l_t_add": 4198, "r_f_add": 4141, "r_t_add": 4199, "st_code": 48900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10686, "Shape__Length": 101.98351273536575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206849430437899, 39.965949402666602 ], [ -75.207562604483897, 39.966390135253697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19457, "tnode_": 19470, "lpoly_": null, "rpoly_": null, "length": 204.827442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3718, "l_t_add": 3798, "r_f_add": 3721, "r_t_add": 3799, "st_code": 33280, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10687, "Shape__Length": 81.352219110196828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197111338405193, 39.965787648912503 ], [ -75.197834509644693, 39.9657069328549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19463, "tnode_": 19473, "lpoly_": null, "rpoly_": null, "length": 183.42346225999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4126, "l_t_add": 4198, "r_f_add": 4127, "r_t_add": 4199, "st_code": 13800, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420445, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10688, "Shape__Length": 72.847606740506009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206849430437899, 39.965949402666602 ], [ -75.207413173629504, 39.965915020878803 ], [ -75.207501245907196, 39.9659058811582 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19446, "tnode_": 19477, "lpoly_": null, "rpoly_": null, "length": 522.18738394000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 19400, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10689, "Shape__Length": 207.40269145205096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216660683467296, 39.966346101907497 ], [ -75.218502374767994, 39.966130102675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19475, "tnode_": 19374, "lpoly_": null, "rpoly_": null, "length": 251.3126848, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 606, "l_t_add": 608, "r_f_add": 611, "r_t_add": 623, "st_code": 88090, "l_hundred": 600, "r_hundred": 600, "seg_id": 420447, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10690, "Shape__Length": 100.19190049277948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164228789545305, 39.964890258931398 ], [ -75.164091282982596, 39.965571981696101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19475, "tnode_": 19455, "lpoly_": null, "rpoly_": null, "length": 450.42483081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 57520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420448, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10691, "Shape__Length": 178.89805412521366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164228789545305, 39.964890258931398 ], [ -75.165815808754999, 39.965084213551599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19462, "tnode_": 19480, "lpoly_": null, "rpoly_": null, "length": 341.03525694999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FUNSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 35360, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420450, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FUNSTON ST", "stname": "FUNSTON ST", "objectid": 10692, "Shape__Length": 135.44954646830823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220350415606703, 39.966260808803803 ], [ -75.221556590484099, 39.9661380452118 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19484, "tnode_": 19432, "lpoly_": null, "rpoly_": null, "length": 128.35767216, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 544, "l_t_add": 598, "r_f_add": 545, "r_t_add": 599, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 420451, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10693, "Shape__Length": 51.172591627342122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174235994471701, 39.965073761531698 ], [ -75.174163418177898, 39.965421665830497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19473, "tnode_": 19489, "lpoly_": null, "rpoly_": null, "length": 203.69412821999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4219, "st_code": 13800, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10694, "Shape__Length": 80.899269984624553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207501245907196, 39.9659058811582 ], [ -75.208223818167099, 39.965846382717899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19486, "tnode_": 19456, "lpoly_": null, "rpoly_": null, "length": 534.34361144000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 38420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420453, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10695, "Shape__Length": 212.2315122178411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170683291378396, 39.964984580814402 ], [ -75.172563080112496, 39.965228359797798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19492, "tnode_": 19407, "lpoly_": null, "rpoly_": null, "length": 207.02824301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 650, "l_t_add": 666, "r_f_add": 643, "r_t_add": 665, "st_code": 88440, "l_hundred": 600, "r_hundred": 600, "seg_id": 420454, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 10696, "Shape__Length": 82.537443654380951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190375688730199, 39.965400063890698 ], [ -75.190488457380596, 39.965961719123897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19495, "tnode_": 19414, "lpoly_": null, "rpoly_": null, "length": 205.18706452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 658, "l_t_add": 698, "r_f_add": 663, "r_t_add": 699, "st_code": 88500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420455, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10697, "Shape__Length": 81.805029635855348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194835200391097, 39.965468472113201 ], [ -75.194934823934801, 39.966026495692098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19499, "tnode_": 19460, "lpoly_": null, "rpoly_": null, "length": 88.69763259, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 702, "r_f_add": 701, "r_t_add": 703, "st_code": 43140, "l_hundred": 700, "r_hundred": 700, "seg_id": 420456, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 10698, "Shape__Length": 35.364386662742064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206498439987897, 39.965733708764198 ], [ -75.206520447407101, 39.965976605306302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19499, "tnode_": 19463, "lpoly_": null, "rpoly_": null, "length": 125.90870515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4142, "l_t_add": 4154, "r_f_add": 4129, "r_t_add": 4139, "st_code": 48900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420457, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10699, "Shape__Length": 50.080883664970756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206498439987897, 39.965733708764198 ], [ -75.206849430437899, 39.965949402666602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19497, "tnode_": 19399, "lpoly_": null, "rpoly_": null, "length": 252.19770773, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 636, "l_t_add": 638, "r_f_add": 637, "r_t_add": 639, "st_code": 88070, "l_hundred": 600, "r_hundred": 600, "seg_id": 420458, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10700, "Shape__Length": 100.5434107144706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162651832506597, 39.964697345211903 ], [ -75.162506313908395, 39.965380544526298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19497, "tnode_": 19475, "lpoly_": null, "rpoly_": null, "length": 447.581042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 57520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420459, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10701, "Shape__Length": 177.76809584229954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162651832506597, 39.964697345211903 ], [ -75.164228789545305, 39.964890258931398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19503, "tnode_": 19484, "lpoly_": null, "rpoly_": null, "length": 450.3163507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILCOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 83140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILCOX ST", "stname": "WILCOX ST", "objectid": 10702, "Shape__Length": 178.85572660075411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172650265414802, 39.964875506359597 ], [ -75.174235994471701, 39.965073761531698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19508, "tnode_": 19462, "lpoly_": null, "rpoly_": null, "length": 124.61225798, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 808, "r_f_add": 801, "r_t_add": 809, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 420461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10703, "Shape__Length": 49.683041458919213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220306797527499, 39.965920382991598 ], [ -75.220350415606703, 39.966260808803803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19504, "tnode_": 19409, "lpoly_": null, "rpoly_": null, "length": 251.49857427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 631, "st_code": 88150, "l_hundred": 600, "r_hundred": 600, "seg_id": 420462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10704, "Shape__Length": 100.26515543661267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169105171877405, 39.964790930895397 ], [ -75.168962406699606, 39.965472530193402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19504, "tnode_": 19486, "lpoly_": null, "rpoly_": null, "length": 447.94439986999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 38420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10705, "Shape__Length": 177.91276310268995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169105171877405, 39.964790930895397 ], [ -75.170683291378396, 39.964984580814402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19509, "tnode_": 19436, "lpoly_": null, "rpoly_": null, "length": 203.16600576, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 706, "r_f_add": 701, "r_t_add": 717, "st_code": 88560, "l_hundred": 700, "r_hundred": 700, "seg_id": 420464, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10706, "Shape__Length": 80.998305870216086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200066656082001, 39.965462927540798 ], [ -75.200172917266002, 39.966014617605303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19516, "tnode_": 19446, "lpoly_": null, "rpoly_": null, "length": 201.06689065, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 770, "l_t_add": 798, "r_f_add": 771, "r_t_add": 799, "st_code": 88740, "l_hundred": 700, "r_hundred": 700, "seg_id": 420466, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10707, "Shape__Length": 80.167162792079935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216612273046906, 39.965795406492397 ], [ -75.216660683467296, 39.966346101907497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19508, "tnode_": 19518, "lpoly_": null, "rpoly_": null, "length": 191.20002301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 5001, "r_t_add": 5019, "st_code": 19400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10708, "Shape__Length": 75.941078779790885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220306797527499, 39.965920382991598 ], [ -75.2209805115547, 39.965838217720901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19519, "tnode_": 19358, "lpoly_": null, "rpoly_": null, "length": 409.40105083000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 728, "l_t_add": 798, "r_f_add": 745, "r_t_add": 799, "st_code": 88660, "l_hundred": 700, "r_hundred": 700, "seg_id": 420468, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 10709, "Shape__Length": 163.22964784333564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210956299063795, 39.965644648985702 ], [ -75.211090789531994, 39.966763731558999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19526, "tnode_": 19442, "lpoly_": null, "rpoly_": null, "length": 205.13308732000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 650, "l_t_add": 664, "r_f_add": 651, "r_t_add": 665, "st_code": 88460, "l_hundred": 600, "r_hundred": 600, "seg_id": 420469, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10710, "Shape__Length": 81.782870909080202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191828632671999, 39.965231729476599 ], [ -75.191931158466701, 39.965789292040299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19517, "tnode_": 19484, "lpoly_": null, "rpoly_": null, "length": 103.95651048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 534, "l_t_add": 542, "r_f_add": 535, "r_t_add": 543, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 420470, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10711, "Shape__Length": 41.443660892218084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174299489166202, 39.964792601302499 ], [ -75.174235994471701, 39.965073761531698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19517, "tnode_": 19498, "lpoly_": null, "rpoly_": null, "length": 456.59296173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 18700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420471, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10712, "Shape__Length": 181.34880293843207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174299489166202, 39.964792601302499 ], [ -75.175906905811402, 39.964995564853503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19528, "tnode_": 19444, "lpoly_": null, "rpoly_": null, "length": 205.71355942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 658, "l_t_add": 698, "r_f_add": 663, "r_t_add": 699, "st_code": 88520, "l_hundred": 600, "r_hundred": 600, "seg_id": 420472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10713, "Shape__Length": 82.013414523167782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196282343637094, 39.965309259748402 ], [ -75.196392775920401, 39.965867539492002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19529, "tnode_": 19429, "lpoly_": null, "rpoly_": null, "length": 247.91247593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 601, "st_code": 88130, "l_hundred": 600, "r_hundred": 600, "seg_id": 420474, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10714, "Shape__Length": 98.834843131346517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1675203214985, 39.964604094946097 ], [ -75.1673770266502, 39.965275654206202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19529, "tnode_": 19504, "lpoly_": null, "rpoly_": null, "length": 449.4262863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 38420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420475, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10715, "Shape__Length": 178.49951174556261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1675203214985, 39.964604094946097 ], [ -75.169105171877405, 39.964790930895397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19518, "tnode_": 19532, "lpoly_": null, "rpoly_": null, "length": 156.90913497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5018, "l_t_add": 5030, "r_f_add": 5021, "r_t_add": 5045, "st_code": 19400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10716, "Shape__Length": 62.319970439741603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2209805115547, 39.965838217720901 ], [ -75.221534935015001, 39.965778731591598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19526, "tnode_": 19538, "lpoly_": null, "rpoly_": null, "length": 203.56179208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3419, "st_code": 81040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10717, "Shape__Length": 80.848788071234537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191828632671999, 39.965231729476599 ], [ -75.192547428541502, 39.965152039390198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19533, "tnode_": 19486, "lpoly_": null, "rpoly_": null, "length": 129.31294263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 570, "l_t_add": 598, "r_f_add": 571, "r_t_add": 599, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 420478, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10718, "Shape__Length": 51.554446685930372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170746014675402, 39.964632896921103 ], [ -75.170683291378396, 39.964984580814402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19532, "tnode_": 19549, "lpoly_": null, "rpoly_": null, "length": 202.35277289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5032, "l_t_add": 5098, "r_f_add": 5047, "r_t_add": 5099, "st_code": 19400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 10719, "Shape__Length": 80.370561197507499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221534935015001, 39.965778731591598 ], [ -75.222247958364207, 39.965691836289302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19547, "tnode_": 19517, "lpoly_": null, "rpoly_": null, "length": 452.03090387999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 18700, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420481, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10720, "Shape__Length": 179.53749273867749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172709494585803, 39.9645854039954 ], [ -75.174299489166202, 39.964792601302499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19516, "tnode_": 19554, "lpoly_": null, "rpoly_": null, "length": 521.26801956999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 34580, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420482, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 10721, "Shape__Length": 207.04837326950567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216612273046906, 39.965795406492397 ], [ -75.218369018886506, 39.965614782367702 ], [ -75.218433679176997, 39.965569640850298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19554, "tnode_": 19477, "lpoly_": null, "rpoly_": null, "length": 205.0722188, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 734, "l_t_add": 798, "r_f_add": 759, "r_t_add": 799, "st_code": 88760, "l_hundred": 700, "r_hundred": 700, "seg_id": 420483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 10722, "Shape__Length": 81.762487688562786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218433679176997, 39.965569640850298 ], [ -75.218502374767994, 39.966130102675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19556, "tnode_": 19388, "lpoly_": null, "rpoly_": null, "length": 409.5231432, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 644, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 88480, "l_hundred": 600, "r_hundred": 600, "seg_id": 420484, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2012-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10723, "Shape__Length": 163.26922946634949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193276008733307, 39.965073298089401 ], [ -75.193384113981807, 39.9656314213154 ], [ -75.193485109652798, 39.966185906292097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19552, "tnode_": 19455, "lpoly_": null, "rpoly_": null, "length": 252.66989922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 606, "r_f_add": 601, "r_t_add": 601, "st_code": 88110, "l_hundred": 600, "r_hundred": 600, "seg_id": 420485, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10724, "Shape__Length": 100.73344454800086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165945027111206, 39.964397766745797 ], [ -75.165815808754999, 39.965084213551599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19552, "tnode_": 19529, "lpoly_": null, "rpoly_": null, "length": 447.91669964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 38420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420486, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10725, "Shape__Length": 177.90311743185578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165945027111206, 39.964397766745797 ], [ -75.1675203214985, 39.964604094946097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19561, "tnode_": 19504, "lpoly_": null, "rpoly_": null, "length": 134.08466597, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 536, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 88150, "l_hundred": 500, "r_hundred": 500, "seg_id": 420487, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10726, "Shape__Length": 53.455284869482433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169180982632895, 39.964427503612903 ], [ -75.169105171877405, 39.964790930895397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19561, "tnode_": 19533, "lpoly_": null, "rpoly_": null, "length": 445.02357501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILCOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 83140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILCOX ST", "stname": "WILCOX ST", "objectid": 10727, "Shape__Length": 176.75418180676695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169180982632895, 39.964427503612903 ], [ -75.170746014675402, 39.964632896921103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19559, "tnode_": 19568, "lpoly_": null, "rpoly_": null, "length": 148.64533806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3932, "l_t_add": 3998, "r_f_add": 3963, "r_t_add": 3999, "st_code": 33280, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10728, "Shape__Length": 59.037224681757941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202117756548603, 39.9652345738563 ], [ -75.202643057506407, 39.965178672144397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19568, "tnode_": 19405, "lpoly_": null, "rpoly_": null, "length": 410.63499939000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 722, "r_f_add": 701, "r_t_add": 739, "st_code": 88580, "l_hundred": 700, "r_hundred": 700, "seg_id": 420490, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10729, "Shape__Length": 163.71239777679625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202643057506407, 39.965178672144397 ], [ -75.202855688015902, 39.96629397996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19580, "tnode_": 19495, "lpoly_": null, "rpoly_": null, "length": 204.60479296, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 638, "l_t_add": 656, "r_f_add": 655, "r_t_add": 661, "st_code": 88500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10730, "Shape__Length": 81.571361996950444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194728909604194, 39.964912793005396 ], [ -75.194835200391097, 39.965468472113201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19568, "tnode_": 19583, "lpoly_": null, "rpoly_": null, "length": 156.39032165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4012, "r_f_add": 4001, "r_t_add": 4013, "st_code": 33280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10731, "Shape__Length": 62.113534454783739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202643057506407, 39.965178672144397 ], [ -75.203161825913497, 39.9651230537239 ], [ -75.203195384087195, 39.965118177246701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19578, "tnode_": 19533, "lpoly_": null, "rpoly_": null, "length": 101.22174927, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 562, "l_t_add": 568, "r_f_add": 563, "r_t_add": 569, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 420493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10732, "Shape__Length": 40.353693198178171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170804147322798, 39.964358654688397 ], [ -75.170746014675402, 39.964632896921103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19578, "tnode_": 19547, "lpoly_": null, "rpoly_": null, "length": 540.43148629000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 18700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420494, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10733, "Shape__Length": 214.64387509742372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170804147322798, 39.964358654688397 ], [ -75.172709494585803, 39.9645854039954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19579, "tnode_": 19475, "lpoly_": null, "rpoly_": null, "length": 252.30277857, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 604, "r_f_add": 601, "r_t_add": 609, "st_code": 88090, "l_hundred": 600, "r_hundred": 600, "seg_id": 420495, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10734, "Shape__Length": 100.5842683705353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164376534739304, 39.964207050351099 ], [ -75.164228789545305, 39.964890258931398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19579, "tnode_": 19552, "lpoly_": null, "rpoly_": null, "length": 445.11543635000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 38420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420496, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10735, "Shape__Length": 176.78733638692373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164376534739304, 39.964207050351099 ], [ -75.165945027111206, 39.964397766745797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19583, "tnode_": 19588, "lpoly_": null, "rpoly_": null, "length": 155.4883995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4014, "l_t_add": 4028, "r_f_add": 4015, "r_t_add": 4029, "st_code": 33280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420497, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10736, "Shape__Length": 61.75610503912862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203195384087195, 39.965118177246701 ], [ -75.203743558764003, 39.965052835676403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19589, "tnode_": 19508, "lpoly_": null, "rpoly_": null, "length": 195.01472712, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 460, "l_t_add": 498, "r_f_add": 459, "r_t_add": 499, "st_code": 88780, "l_hundred": 400, "r_hundred": 400, "seg_id": 420498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10737, "Shape__Length": 77.752236321778526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220240301701693, 39.965387493898902 ], [ -75.220306797527499, 39.965920382991598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19588, "tnode_": 19598, "lpoly_": null, "rpoly_": null, "length": 77.48558515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4030, "l_t_add": 4058, "r_f_add": 4031, "r_t_add": 4059, "st_code": 33280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10738, "Shape__Length": 30.775462939112405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203743558764003, 39.965052835676403 ], [ -75.204016564481194, 39.965019441638901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19605, "tnode_": 19499, "lpoly_": null, "rpoly_": null, "length": 369.6228775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4140, "r_f_add": 4101, "r_t_add": 4127, "st_code": 48900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420500, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10739, "Shape__Length": 147.01965351087699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205469556129202, 39.965099073883401 ], [ -75.206498439987897, 39.965733708764198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19608, "tnode_": 19509, "lpoly_": null, "rpoly_": null, "length": 205.40948158, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 660, "l_t_add": 698, "r_f_add": 661, "r_t_add": 699, "st_code": 88560, "l_hundred": 600, "r_hundred": 600, "seg_id": 420501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10740, "Shape__Length": 81.892608281541143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199963463880906, 39.964904671436699 ], [ -75.200066656082001, 39.965462927540798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19609, "tnode_": 19561, "lpoly_": null, "rpoly_": null, "length": 101.56864937, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 528, "l_t_add": 534, "r_f_add": 527, "r_t_add": 535, "st_code": 88150, "l_hundred": 500, "r_hundred": 500, "seg_id": 420502, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10741, "Shape__Length": 40.493011273301178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169230593843295, 39.964151310676598 ], [ -75.169180982632895, 39.964427503612903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19609, "tnode_": 19578, "lpoly_": null, "rpoly_": null, "length": 447.49952142000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 18700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10742, "Shape__Length": 177.73701315823212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169230593843295, 39.964151310676598 ], [ -75.170804147322798, 39.964358654688397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19611, "tnode_": 19497, "lpoly_": null, "rpoly_": null, "length": 255.53015361000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 634, "r_f_add": 601, "r_t_add": 635, "st_code": 88070, "l_hundred": 600, "r_hundred": 600, "seg_id": 420504, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10743, "Shape__Length": 101.87024386846055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162804024624606, 39.964005727583903 ], [ -75.162651832506597, 39.964697345211903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19611, "tnode_": 19579, "lpoly_": null, "rpoly_": null, "length": 446.84697825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 38420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420505, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 10744, "Shape__Length": 177.47635680610966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162804024624606, 39.964005727583903 ], [ -75.164376534739304, 39.964207050351099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19607, "tnode_": 19526, "lpoly_": null, "rpoly_": null, "length": 209.77411814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 612, "l_t_add": 648, "r_f_add": 623, "r_t_add": 649, "st_code": 88460, "l_hundred": 600, "r_hundred": 600, "seg_id": 420506, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10745, "Shape__Length": 83.632272242693901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191722241937399, 39.964661734087798 ], [ -75.191790531452199, 39.965014898470997 ], [ -75.191828632671999, 39.965231729476599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19580, "tnode_": 19616, "lpoly_": null, "rpoly_": null, "length": 410.70567515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 81040, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420507, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10746, "Shape__Length": 163.11889553646134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194728909604194, 39.964912793005396 ], [ -75.196179741119806, 39.964755241092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19616, "tnode_": 19528, "lpoly_": null, "rpoly_": null, "length": 203.85797611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 638, "l_t_add": 656, "r_f_add": 645, "r_t_add": 661, "st_code": 88520, "l_hundred": 600, "r_hundred": 600, "seg_id": 420508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10747, "Shape__Length": 81.27385099076308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196179741119806, 39.964755241092 ], [ -75.196282343637094, 39.965309259748402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19617, "tnode_": 19516, "lpoly_": null, "rpoly_": null, "length": 210.03253786, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 740, "l_t_add": 768, "r_f_add": 741, "r_t_add": 769, "st_code": 88740, "l_hundred": 700, "r_hundred": 700, "seg_id": 420509, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10748, "Shape__Length": 83.73751568269968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216518649988998, 39.965223359114802 ], [ -75.216612273046906, 39.965795406492397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19627, "tnode_": 19549, "lpoly_": null, "rpoly_": null, "length": 174.37266159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 458, "l_t_add": 498, "r_f_add": 459, "r_t_add": 499, "st_code": 88800, "l_hundred": 400, "r_hundred": 400, "seg_id": 420511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 10749, "Shape__Length": 69.518221319763668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222153298337901, 39.965218735626998 ], [ -75.222247958364207, 39.965691836289302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19626, "tnode_": 19578, "lpoly_": null, "rpoly_": null, "length": 103.09909893, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 558, "l_t_add": 560, "r_f_add": 559, "r_t_add": 561, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 420512, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10750, "Shape__Length": 41.099773578729547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170877201646405, 39.964081273549802 ], [ -75.170804147322798, 39.964358654688397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19627, "tnode_": 19665, "lpoly_": null, "rpoly_": null, "length": 530.09659395999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5150, "r_f_add": 5101, "r_t_add": 5151, "st_code": 34580, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 10751, "Shape__Length": 210.62094247889348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222153298337901, 39.965218735626998 ], [ -75.223185630071598, 39.965003266943697 ], [ -75.223589962495595, 39.964911322794002 ], [ -75.223634089438406, 39.964908886842302 ], [ -75.223924786122097, 39.965066549545902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19641, "tnode_": 19529, "lpoly_": null, "rpoly_": null, "length": 246.08120732, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 552, "l_t_add": 598, "r_f_add": 553, "r_t_add": 599, "st_code": 88130, "l_hundred": 500, "r_hundred": 500, "seg_id": 420514, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10752, "Shape__Length": 98.101048710653927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167680810035904, 39.963939954959997 ], [ -75.1675203214985, 39.964604094946097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19641, "tnode_": 19609, "lpoly_": null, "rpoly_": null, "length": 441.18773038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 18700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420515, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10753, "Shape__Length": 175.23093457898642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167680810035904, 39.963939954959997 ], [ -75.169230593843295, 39.964151310676598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19643, "tnode_": 19544, "lpoly_": null, "rpoly_": null, "length": 205.87969544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 662, "l_t_add": 698, "r_f_add": 665, "r_t_add": 699, "st_code": 78860, "l_hundred": 600, "r_hundred": 600, "seg_id": 420517, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 10754, "Shape__Length": 82.080042208147162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201443316808195, 39.964739240524899 ], [ -75.201545391305899, 39.965298921729797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19654, "tnode_": 19566, "lpoly_": null, "rpoly_": null, "length": 451.2997855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 2200, "r_hundred": 0, "seg_id": 420518, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10755, "Shape__Length": 179.26052400232658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174471158770999, 39.964022852396198 ], [ -75.175813985888894, 39.964185635860197 ], [ -75.176040586715402, 39.964268025609897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19645, "tnode_": 19556, "lpoly_": null, "rpoly_": null, "length": 208.92936096000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 622, "l_t_add": 642, "r_f_add": 621, "r_t_add": 643, "st_code": 88480, "l_hundred": 600, "r_hundred": 600, "seg_id": 420519, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10756, "Shape__Length": 83.295422816053161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1931709642719, 39.964505485010797 ], [ -75.193276008733307, 39.965073298089401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19617, "tnode_": 19651, "lpoly_": null, "rpoly_": null, "length": 521.35355904000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 13800, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420520, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10757, "Shape__Length": 207.06341673765158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216518649988998, 39.965223359114802 ], [ -75.218362769290096, 39.9650369872125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19651, "tnode_": 19554, "lpoly_": null, "rpoly_": null, "length": 195.05155117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 730, "l_t_add": 732, "r_f_add": 739, "r_t_add": 757, "st_code": 88760, "l_hundred": 700, "r_hundred": 700, "seg_id": 420521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 10758, "Shape__Length": 77.766137544741738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218362769290096, 39.9650369872125 ], [ -75.218433679176997, 39.965569640850298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19633, "tnode_": 19656, "lpoly_": null, "rpoly_": null, "length": 237.73360602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 33280, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10759, "Shape__Length": 94.428211780461041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206471428455103, 39.964901377389701 ], [ -75.206710956603501, 39.964836004256597 ], [ -75.207301568736298, 39.964787438741801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19656, "tnode_": 19536, "lpoly_": null, "rpoly_": null, "length": 257.87384925000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 728, "r_f_add": 701, "r_t_add": 715, "st_code": 88620, "l_hundred": 700, "r_hundred": 700, "seg_id": 420523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10760, "Shape__Length": 102.81020887005866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207301568736298, 39.964787438741801 ], [ -75.207421162512901, 39.965489327912202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19657, "tnode_": 19609, "lpoly_": null, "rpoly_": null, "length": 94.83792723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 520, "l_t_add": 526, "r_f_add": 521, "r_t_add": 525, "st_code": 88150, "l_hundred": 500, "r_hundred": 500, "seg_id": 420524, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10761, "Shape__Length": 37.80575060340508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169301434310896, 39.963896739342701 ], [ -75.169230593843295, 39.964151310676598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19657, "tnode_": 19626, "lpoly_": null, "rpoly_": null, "length": 446.78741365999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTEREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 56720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTEREY ST", "stname": "MONTEREY ST", "objectid": 10762, "Shape__Length": 177.4493670403273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169301434310896, 39.963896739342701 ], [ -75.170877201646405, 39.964081273549802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19670, "tnode_": 19552, "lpoly_": null, "rpoly_": null, "length": 242.44108625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 552, "l_t_add": 598, "r_f_add": 555, "r_t_add": 599, "st_code": 88110, "l_hundred": 500, "r_hundred": 500, "seg_id": 420526, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10763, "Shape__Length": 96.64869706109171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166108774383105, 39.963744271825497 ], [ -75.165945027111206, 39.964397766745797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19670, "tnode_": 19641, "lpoly_": null, "rpoly_": null, "length": 446.38480045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 18700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10764, "Shape__Length": 177.29109286542788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166108774383105, 39.963744271825497 ], [ -75.167680810035904, 39.963939954959997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19673, "tnode_": 19568, "lpoly_": null, "rpoly_": null, "length": 206.26046774, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 636, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 88580, "l_hundred": 600, "r_hundred": 600, "seg_id": 420528, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10765, "Shape__Length": 82.23169784190226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202540749358505, 39.964617960678801 ], [ -75.202643057506407, 39.965178672144397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26947, "tnode_": 19547, "lpoly_": null, "rpoly_": null, "length": 241.14201246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 518, "l_t_add": 528, "r_f_add": 507, "r_t_add": 509, "st_code": 88190, "l_hundred": 500, "r_hundred": 500, "seg_id": 420529, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10766, "Shape__Length": 96.134469527564789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1728506070706, 39.963932405202399 ], [ -75.172709494585803, 39.9645854039954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19687, "tnode_": 19654, "lpoly_": null, "rpoly_": null, "length": 453.50734785999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 2100, "r_hundred": 0, "seg_id": 420530, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10767, "Shape__Length": 180.12125850721318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172875287042501, 39.963818192961099 ], [ -75.174471158770999, 39.964022852396198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19667, "tnode_": 19681, "lpoly_": null, "rpoly_": null, "length": 174.63566732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4220, "l_t_add": 4238, "r_f_add": 4221, "r_t_add": 4239, "st_code": 33280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10768, "Shape__Length": 69.356946176939047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208080701318096, 39.964726982925299 ], [ -75.208700469573699, 39.964678079498803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19685, "tnode_": 19580, "lpoly_": null, "rpoly_": null, "length": 205.44372003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 620, "l_t_add": 636, "r_f_add": 623, "r_t_add": 653, "st_code": 88500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420532, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10769, "Shape__Length": 81.905401605587954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194624107784406, 39.964354619589699 ], [ -75.194728909604194, 39.964912793005396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19690, "tnode_": 19605, "lpoly_": null, "rpoly_": null, "length": 238.8757201, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 674, "l_t_add": 698, "r_f_add": 675, "r_t_add": 699, "st_code": 88600, "l_hundred": 600, "r_hundred": 600, "seg_id": 420533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10770, "Shape__Length": 95.133487026067286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205902428740899, 39.964549101821 ], [ -75.205860090942195, 39.964656077158303 ], [ -75.205496190217204, 39.965003727458601 ], [ -75.205469556129202, 39.965099073883401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19693, "tnode_": 19502, "lpoly_": null, "rpoly_": null, "length": 412.15620166000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 726, "r_f_add": 701, "r_t_add": 743, "st_code": 88640, "l_hundred": 700, "r_hundred": 700, "seg_id": 420534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10771, "Shape__Length": 164.32496400187438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209345914795904, 39.964630380133002 ], [ -75.2094902332027, 39.965756337668303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19696, "tnode_": 19589, "lpoly_": null, "rpoly_": null, "length": 195.40876416, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 438, "l_t_add": 458, "r_f_add": 439, "r_t_add": 457, "st_code": 88780, "l_hundred": 400, "r_hundred": 400, "seg_id": 420535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10772, "Shape__Length": 77.908656933430322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220172787212505, 39.964853593880299 ], [ -75.220240301701693, 39.965387493898902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19598, "tnode_": 19698, "lpoly_": null, "rpoly_": null, "length": 233.41332971999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4060, "l_t_add": 4098, "r_f_add": 4061, "r_t_add": 4099, "st_code": 33280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10773, "Shape__Length": 92.918205116982065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204016564481194, 39.965019441638901 ], [ -75.204541514520599, 39.964522053127801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19698, "tnode_": 19605, "lpoly_": null, "rpoly_": null, "length": 334.44518922000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4070, "l_t_add": 4098, "r_f_add": 4061, "r_t_add": 4099, "st_code": 48900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10774, "Shape__Length": 133.02834185933858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204541514520599, 39.964522053127801 ], [ -75.205469556129202, 39.965099073883401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19701, "tnode_": 19579, "lpoly_": null, "rpoly_": null, "length": 241.79801732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 554, "l_t_add": 598, "r_f_add": 555, "r_t_add": 599, "st_code": 88090, "l_hundred": 500, "r_hundred": 500, "seg_id": 420538, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10775, "Shape__Length": 96.39608994957905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164513598056999, 39.963551717127999 ], [ -75.164376534739304, 39.964207050351099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19701, "tnode_": 19670, "lpoly_": null, "rpoly_": null, "length": 452.61253625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 18700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420539, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10776, "Shape__Length": 179.76299759028137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164513598056999, 39.963551717127999 ], [ -75.166108774383105, 39.963744271825497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19704, "tnode_": 19608, "lpoly_": null, "rpoly_": null, "length": 205.6113269, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 640, "l_t_add": 658, "r_f_add": 641, "r_t_add": 659, "st_code": 88560, "l_hundred": 600, "r_hundred": 600, "seg_id": 420540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10777, "Shape__Length": 81.972591432601675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199861635969597, 39.964345707593502 ], [ -75.199963463880906, 39.964904671436699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26948, "tnode_": 19626, "lpoly_": null, "rpoly_": null, "length": 140.46572303, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 550, "l_t_add": 556, "r_f_add": 547, "r_t_add": 557, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 420541, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10778, "Shape__Length": 55.997882449691645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170961756533899, 39.963701206426997 ], [ -75.170877201646405, 39.964081273549802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19720, "tnode_": 19687, "lpoly_": null, "rpoly_": null, "length": 535.90578336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 2000, "r_hundred": 0, "seg_id": 420542, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10779, "Shape__Length": 212.84569459126041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170987881345297, 39.963583777942503 ], [ -75.172875287042501, 39.963818192961099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19696, "tnode_": 19707, "lpoly_": null, "rpoly_": null, "length": 178.43837206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 5001, "r_t_add": 5015, "st_code": 13800, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10780, "Shape__Length": 70.869531113180912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220172787212505, 39.964853593880299 ], [ -75.220803532308906, 39.9647873924064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19714, "tnode_": 19617, "lpoly_": null, "rpoly_": null, "length": 213.68458626, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 720, "l_t_add": 738, "r_f_add": 721, "r_t_add": 739, "st_code": 88740, "l_hundred": 700, "r_hundred": 700, "seg_id": 420544, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10781, "Shape__Length": 85.195050292787258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216446421564498, 39.964639406997797 ], [ -75.216518649988998, 39.965223359114802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19693, "tnode_": 19715, "lpoly_": null, "rpoly_": null, "length": 411.11889972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 33280, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10782, "Shape__Length": 163.27566063644485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209345914795904, 39.964630380133002 ], [ -75.210805882654299, 39.964522555716599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19707, "tnode_": 19717, "lpoly_": null, "rpoly_": null, "length": 155.07066776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5018, "l_t_add": 5036, "r_f_add": 5017, "r_t_add": 5029, "st_code": 13800, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420546, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10783, "Shape__Length": 61.588217915134067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220803532308906, 39.9647873924064 ], [ -75.221352152861499, 39.9647326141897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19716, "tnode_": 19607, "lpoly_": null, "rpoly_": null, "length": 221.58728211, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 621, "st_code": 88460, "l_hundred": 600, "r_hundred": 600, "seg_id": 420547, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10784, "Shape__Length": 88.340687331237902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191606015851804, 39.964060059647899 ], [ -75.191722241937399, 39.964661734087798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19719, "tnode_": 19616, "lpoly_": null, "rpoly_": null, "length": 205.79822964000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 618, "l_t_add": 636, "r_f_add": 627, "r_t_add": 643, "st_code": 88520, "l_hundred": 600, "r_hundred": 600, "seg_id": 420548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10785, "Shape__Length": 82.046306600624774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196072866969303, 39.964196316741003 ], [ -75.196179741119806, 39.964755241092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19726, "tnode_": 19611, "lpoly_": null, "rpoly_": null, "length": 240.60479687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 534, "l_t_add": 598, "r_f_add": 569, "r_t_add": 599, "st_code": 88070, "l_hundred": 500, "r_hundred": 500, "seg_id": 420550, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10786, "Shape__Length": 95.917987298920565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162954883826998, 39.963355518405798 ], [ -75.162804024624606, 39.964005727583903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19726, "tnode_": 19701, "lpoly_": null, "rpoly_": null, "length": 442.73174913999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 18700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 10787, "Shape__Length": 175.83959188433457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162954883826998, 39.963355518405798 ], [ -75.164513598056999, 39.963551717127999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19729, "tnode_": 19627, "lpoly_": null, "rpoly_": null, "length": 203.38768525999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 438, "l_t_add": 456, "r_f_add": 439, "r_t_add": 457, "st_code": 88800, "l_hundred": 400, "r_hundred": 400, "seg_id": 420552, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 10788, "Shape__Length": 81.082911750087561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222026857026407, 39.9646689533824 ], [ -75.222153298337901, 39.965218735626998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26949, "tnode_": 19657, "lpoly_": null, "rpoly_": null, "length": 143.46648038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 519, "r_t_add": 519, "st_code": 88150, "l_hundred": 0, "r_hundred": 500, "seg_id": 420553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10789, "Shape__Length": 57.194884077065836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169381638172197, 39.963507771508603 ], [ -75.169301434310896, 39.963896739342701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19741, "tnode_": 19720, "lpoly_": null, "rpoly_": null, "length": 449.0235655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1900, "r_hundred": 0, "seg_id": 420554, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10790, "Shape__Length": 178.33736684587538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169405601266504, 39.9633915588254 ], [ -75.170987881345297, 39.963583777942503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19729, "tnode_": 27734, "lpoly_": null, "rpoly_": null, "length": 350.22510293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 13800, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420555, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 10791, "Shape__Length": 139.09498329006766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222026857026407, 39.9646689533824 ], [ -75.2232669407461, 39.964551531813001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19714, "tnode_": 19739, "lpoly_": null, "rpoly_": null, "length": 521.09947728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 61320, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 10792, "Shape__Length": 206.95479558791891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216446421564498, 39.964639406997797 ], [ -75.218296466976696, 39.964498896719 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19749, "tnode_": 19645, "lpoly_": null, "rpoly_": null, "length": 222.21618292000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 619, "st_code": 88480, "l_hundred": 600, "r_hundred": 600, "seg_id": 420557, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10793, "Shape__Length": 88.591209301220943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193054408231205, 39.963902102959203 ], [ -75.1931709642719, 39.964505485010797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26950, "tnode_": 19641, "lpoly_": null, "rpoly_": null, "length": 230.39561719, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 540, "l_t_add": 550, "r_f_add": 541, "r_t_add": 551, "st_code": 88130, "l_hundred": 500, "r_hundred": 500, "seg_id": 420561, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10794, "Shape__Length": 91.850310077064819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1678093854579, 39.963315276440298 ], [ -75.167680810035904, 39.963939954959997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19761, "tnode_": 19741, "lpoly_": null, "rpoly_": null, "length": 446.27740288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1800, "r_hundred": 0, "seg_id": 420562, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10795, "Shape__Length": 177.24584982318052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167832619273995, 39.963202393081602 ], [ -75.169405601266504, 39.9633915588254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19753, "tnode_": 19673, "lpoly_": null, "rpoly_": null, "length": 204.67405882, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 620, "l_t_add": 634, "r_f_add": 629, "r_t_add": 643, "st_code": 88580, "l_hundred": 600, "r_hundred": 600, "seg_id": 420563, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10796, "Shape__Length": 81.598445309763861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202438258488399, 39.964061667150403 ], [ -75.202540749358505, 39.964617960678801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19754, "tnode_": 19698, "lpoly_": null, "rpoly_": null, "length": 242.30749976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4048, "l_t_add": 4068, "r_f_add": 4037, "r_t_add": 4059, "st_code": 48900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10797, "Shape__Length": 96.383279355564937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203875260821306, 39.964098243031501 ], [ -75.204541514520599, 39.964522053127801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19763, "tnode_": 19696, "lpoly_": null, "rpoly_": null, "length": 177.38193436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 420, "l_t_add": 436, "r_f_add": 421, "r_t_add": 437, "st_code": 88780, "l_hundred": 400, "r_hundred": 400, "seg_id": 420565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10798, "Shape__Length": 70.721058372991138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220113276710407, 39.964368816175998 ], [ -75.220172787212505, 39.964853593880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19764, "tnode_": 19583, "lpoly_": null, "rpoly_": null, "length": 411.82167756000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83980, "l_hundred": 600, "r_hundred": 600, "seg_id": 420566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 10799, "Shape__Length": 164.18057613525193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202966235268605, 39.964001510469103 ], [ -75.203195384087195, 39.965118177246701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26951, "tnode_": 19670, "lpoly_": null, "rpoly_": null, "length": 229.25551253, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 550, "r_f_add": 501, "r_t_add": 553, "st_code": 88110, "l_hundred": 500, "r_hundred": 500, "seg_id": 420567, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10800, "Shape__Length": 91.396385591212137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166230356126604, 39.963121929459398 ], [ -75.166108774383105, 39.963744271825497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19780, "tnode_": 19761, "lpoly_": null, "rpoly_": null, "length": 448.55913701999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1700, "r_hundred": 0, "seg_id": 420568, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10801, "Shape__Length": 178.15384897350364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166254223040895, 39.962999763941497 ], [ -75.167832619273995, 39.963202393081602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19766, "tnode_": 19771, "lpoly_": null, "rpoly_": null, "length": 130.23790856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4660, "l_t_add": 4698, "r_f_add": 4661, "r_t_add": 4699, "st_code": 33280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-04-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10802, "Shape__Length": 51.723380478776512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214701940742899, 39.964229215521001 ], [ -75.215164737716293, 39.964197536251298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19772, "tnode_": 19758, "lpoly_": null, "rpoly_": null, "length": 171.61581708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5108, "l_t_add": 5128, "r_f_add": 5109, "r_t_add": 5129, "st_code": 41240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420571, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10803, "Shape__Length": 68.175211161293717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2223309677358, 39.964343110896202 ], [ -75.222919285411905, 39.964473520739901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19773, "tnode_": 19685, "lpoly_": null, "rpoly_": null, "length": 225.12168988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 621, "st_code": 88500, "l_hundred": 600, "r_hundred": 600, "seg_id": 420572, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10804, "Shape__Length": 89.749550922150988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194507603788793, 39.963743169230803 ], [ -75.194624107784406, 39.964354619589699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19774, "tnode_": 19720, "lpoly_": null, "rpoly_": null, "length": 149.8309121, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 532, "l_t_add": 546, "r_f_add": 531, "r_t_add": 543, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 420573, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10805, "Shape__Length": 59.732425420905052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171067524001899, 39.963177064580698 ], [ -75.170987881345297, 39.963583777942503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19764, "tnode_": 19776, "lpoly_": null, "rpoly_": null, "length": 179.5256882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4012, "l_t_add": 4018, "r_f_add": 4013, "r_t_add": 4019, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420574, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10806, "Shape__Length": 71.301092667300239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202966235268605, 39.964001510469103 ], [ -75.203600114386703, 39.963931061600498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19776, "tnode_": 19754, "lpoly_": null, "rpoly_": null, "length": 98.27189407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4040, "l_t_add": 4046, "r_f_add": 4035, "r_t_add": 4035, "st_code": 48900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420575, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10807, "Shape__Length": 39.086309239233316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203600114386703, 39.963931061600498 ], [ -75.203875260821306, 39.964098243031501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19782, "tnode_": 19729, "lpoly_": null, "rpoly_": null, "length": 150.63229081, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 436, "r_f_add": 401, "r_t_add": 437, "st_code": 88800, "l_hundred": 400, "r_hundred": 400, "seg_id": 420576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 10808, "Shape__Length": 60.053763386043101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221954022058, 39.9642592645232 ], [ -75.222026857026407, 39.9646689533824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19782, "tnode_": 19772, "lpoly_": null, "rpoly_": null, "length": 109.98682496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5106, "r_f_add": 5101, "r_t_add": 5107, "st_code": 41240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420577, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10809, "Shape__Length": 43.69281319223829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221954022058, 39.9642592645232 ], [ -75.2223309677358, 39.964343110896202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19768, "tnode_": 19783, "lpoly_": null, "rpoly_": null, "length": 276.6752875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3841, "r_t_add": 3899, "st_code": 57520, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 10810, "Shape__Length": 109.88529724875337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198780796235695, 39.963895092069102 ], [ -75.199676208044494, 39.963798105842599 ], [ -75.199757569052494, 39.963786294702203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19783, "tnode_": 19704, "lpoly_": null, "rpoly_": null, "length": 205.86134976, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 622, "l_t_add": 638, "r_f_add": 623, "r_t_add": 639, "st_code": 88560, "l_hundred": 600, "r_hundred": 600, "seg_id": 420579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10811, "Shape__Length": 82.071338614196875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199757569052494, 39.963786294702203 ], [ -75.199861635969597, 39.964345707593502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19771, "tnode_": 19787, "lpoly_": null, "rpoly_": null, "length": 342.13598217999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 33280, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10812, "Shape__Length": 135.8787327869936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215164737716293, 39.964197536251298 ], [ -75.216379208942399, 39.964103755579401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26936, "tnode_": 19701, "lpoly_": null, "rpoly_": null, "length": 233.86109528, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 552, "r_f_add": 501, "r_t_add": 553, "st_code": 88090, "l_hundred": 500, "r_hundred": 500, "seg_id": 420581, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10813, "Shape__Length": 93.229237558772326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164658552592897, 39.962919503276801 ], [ -75.164513598056999, 39.963551717127999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19808, "tnode_": 19780, "lpoly_": null, "rpoly_": null, "length": 445.59449313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1600, "r_hundred": 0, "seg_id": 420582, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10814, "Shape__Length": 176.97533695656693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164685661191797, 39.9628012719228 ], [ -75.166254223040895, 39.962999763941497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19789, "tnode_": 19754, "lpoly_": null, "rpoly_": null, "length": 104.1657725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4020, "l_t_add": 4028, "r_f_add": 4021, "r_t_add": 4029, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10815, "Shape__Length": 41.463721361768251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204114115124, 39.963879185984403 ], [ -75.203875260821306, 39.964098243031501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19790, "tnode_": 19716, "lpoly_": null, "rpoly_": null, "length": 201.71434152, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88460, "l_hundred": 500, "r_hundred": 500, "seg_id": 420584, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10816, "Shape__Length": 80.416871575055694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191497525044696, 39.9635126576514 ], [ -75.191606015851804, 39.964060059647899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19773, "tnode_": 19800, "lpoly_": null, "rpoly_": null, "length": 411.56383695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 41240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420585, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10817, "Shape__Length": 163.45736344606857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194507603788793, 39.963743169230803 ], [ -75.195960926117394, 39.963582501854802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19798, "tnode_": 19741, "lpoly_": null, "rpoly_": null, "length": 152.76684319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 518, "l_t_add": 518, "r_f_add": 515, "r_t_add": 515, "st_code": 88150, "l_hundred": 500, "r_hundred": 500, "seg_id": 420586, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10818, "Shape__Length": 60.901726302807482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169493961787495, 39.962977743310503 ], [ -75.169405601266504, 39.9633915588254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19798, "tnode_": 19774, "lpoly_": null, "rpoly_": null, "length": 447.02547619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 59140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 10819, "Shape__Length": 177.54417370168355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169493961787495, 39.962977743310503 ], [ -75.171067524001899, 39.963177064580698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26935, "tnode_": 19726, "lpoly_": null, "rpoly_": null, "length": 232.40118804000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 520, "l_t_add": 532, "r_f_add": 559, "r_t_add": 567, "st_code": 88070, "l_hundred": 500, "r_hundred": 500, "seg_id": 420588, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10820, "Shape__Length": 92.645474965443242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163108465927607, 39.9627285896714 ], [ -75.162954883826998, 39.963355518405798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19838, "tnode_": 19808, "lpoly_": null, "rpoly_": null, "length": 446.03693844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1500, "r_hundred": 0, "seg_id": 420589, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10821, "Shape__Length": 177.15019312420893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163115141042297, 39.962604489106504 ], [ -75.164685661191797, 39.9628012719228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19813, "tnode_": 19782, "lpoly_": null, "rpoly_": null, "length": 282.52923507000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 41240, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420590, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10822, "Shape__Length": 112.23494343984396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220984616769201, 39.964046904469498 ], [ -75.221954022058, 39.9642592645232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19787, "tnode_": 19815, "lpoly_": null, "rpoly_": null, "length": 521.16200124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 33280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 10823, "Shape__Length": 206.97777009149007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216379208942399, 39.964103755579401 ], [ -75.218229721823903, 39.963965270751501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19825, "tnode_": 19789, "lpoly_": null, "rpoly_": null, "length": 142.67061551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4030, "l_t_add": 4044, "r_f_add": 4031, "r_t_add": 4045, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420592, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10824, "Shape__Length": 56.780411147501709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204452404682499, 39.963642497212 ], [ -75.204377032913598, 39.9636206208449 ], [ -75.204362931239501, 39.963625660836001 ], [ -75.204114115124, 39.963879185984403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19806, "tnode_": 19654, "lpoly_": null, "rpoly_": null, "length": 368.33406186000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 516, "l_t_add": 520, "r_f_add": 517, "r_t_add": 521, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 420593, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10825, "Shape__Length": 146.83714430134179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174703722411394, 39.963027691481599 ], [ -75.174471158770999, 39.964022852396198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19806, "tnode_": 19566, "lpoly_": null, "rpoly_": null, "length": 587.00875179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 63960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420594, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 10826, "Shape__Length": 233.66585127657876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174703722411394, 39.963027691481599 ], [ -75.176040586715402, 39.964268025609897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19831, "tnode_": 19771, "lpoly_": null, "rpoly_": null, "length": 133.33624313, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 88720, "l_hundred": 600, "r_hundred": 600, "seg_id": 420596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 10827, "Shape__Length": 53.160124607761148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215123372261004, 39.963832898162202 ], [ -75.215164737716293, 39.964197536251298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19800, "tnode_": 19832, "lpoly_": null, "rpoly_": null, "length": 409.30683026000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 41240, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420597, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10828, "Shape__Length": 162.56028141783889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195960926117394, 39.963582501854802 ], [ -75.197406623478201, 39.963424592878702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19825, "tnode_": 19834, "lpoly_": null, "rpoly_": null, "length": 132.75396630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4046, "l_t_add": 4058, "r_f_add": 4059, "r_t_add": 4063, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10829, "Shape__Length": 52.723355060695511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204452404682499, 39.963642497212 ], [ -75.2049227798544, 39.963600064841501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19835, "tnode_": 19749, "lpoly_": null, "rpoly_": null, "length": 203.71278693000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 522, "l_t_add": 598, "r_f_add": 519, "r_t_add": 599, "st_code": 88480, "l_hundred": 500, "r_hundred": 500, "seg_id": 420599, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10830, "Shape__Length": 81.214969965163874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192957444351606, 39.963347885671297 ], [ -75.193054408231205, 39.963902102959203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19841, "tnode_": 19753, "lpoly_": null, "rpoly_": null, "length": 204.89012132, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 612, "l_t_add": 618, "r_f_add": 613, "r_t_add": 627, "st_code": 88580, "l_hundred": 600, "r_hundred": 600, "seg_id": 420600, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 10831, "Shape__Length": 81.683995499400893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202336272717204, 39.9635047197593 ], [ -75.202438258488399, 39.964061667150403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19844, "tnode_": 19787, "lpoly_": null, "rpoly_": null, "length": 133.10439562, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 88740, "l_hundred": 600, "r_hundred": 600, "seg_id": 420602, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10832, "Shape__Length": 53.067539960523334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2163369280252, 39.963739818654602 ], [ -75.216379208942399, 39.964103755579401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19846, "tnode_": 19763, "lpoly_": null, "rpoly_": null, "length": 197.55617481, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 419, "st_code": 88780, "l_hundred": 400, "r_hundred": 400, "seg_id": 420603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10833, "Shape__Length": 78.763776221897842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220046572457704, 39.963828934133801 ], [ -75.220113276710407, 39.964368816175998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19855, "tnode_": 19766, "lpoly_": null, "rpoly_": null, "length": 221.44050603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAY", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 54407, "l_hundred": 600, "r_hundred": 600, "seg_id": 420604, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAY PL", "stname": "MAY PL", "objectid": 10834, "Shape__Length": 88.28558145344509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214622178552503, 39.963624439946798 ], [ -75.214701940742899, 39.964229215521001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19860, "tnode_": 19773, "lpoly_": null, "rpoly_": null, "length": 203.22376102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88500, "l_hundred": 500, "r_hundred": 500, "seg_id": 420605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10835, "Shape__Length": 81.019382154709533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194407203188106, 39.963190669881797 ], [ -75.194507603788793, 39.963743169230803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19861, "tnode_": 19693, "lpoly_": null, "rpoly_": null, "length": 409.14314481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 626, "l_t_add": 698, "r_f_add": 615, "r_t_add": 699, "st_code": 88640, "l_hundred": 600, "r_hundred": 600, "seg_id": 420606, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10836, "Shape__Length": 163.12154528910767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209209137673, 39.963512173018998 ], [ -75.209345914795904, 39.964630380133002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19865, "tnode_": 19806, "lpoly_": null, "rpoly_": null, "length": 202.98989948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 63960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420607, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 10837, "Shape__Length": 80.770342268959268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174188881981905, 39.962635824686799 ], [ -75.174703722411394, 39.963027691481599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19867, "tnode_": 19844, "lpoly_": null, "rpoly_": null, "length": 62.09464098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 630, "l_t_add": 648, "r_f_add": 631, "r_t_add": 649, "st_code": 88740, "l_hundred": 600, "r_hundred": 600, "seg_id": 420608, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 10838, "Shape__Length": 24.756458700394287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216316867963997, 39.963570061425401 ], [ -75.2163369280252, 39.963739818654602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19832, "tnode_": 19876, "lpoly_": null, "rpoly_": null, "length": 635.3259738700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 41240, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420610, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10839, "Shape__Length": 252.32586183978637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197406623478201, 39.963424592878702 ], [ -75.199649961293403, 39.963175899751199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19876, "tnode_": 19783, "lpoly_": null, "rpoly_": null, "length": 224.39253501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 621, "st_code": 88560, "l_hundred": 600, "r_hundred": 600, "seg_id": 420611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10840, "Shape__Length": 89.459163313513073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199649961293403, 39.963175899751199 ], [ -75.199757569052494, 39.963786294702203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19881, "tnode_": 19687, "lpoly_": null, "rpoly_": null, "length": 485.36240838999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 503, "st_code": 88190, "l_hundred": 500, "r_hundred": 500, "seg_id": 420613, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10841, "Shape__Length": 193.48903085836696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173186104187593, 39.962507454472998 ], [ -75.172875287042501, 39.963818192961099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19854, "tnode_": 19878, "lpoly_": null, "rpoly_": null, "length": 411.25603599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 73800, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 420614, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10842, "Shape__Length": 163.33368719925517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189940619321106, 39.963092475841201 ], [ -75.191392686297604, 39.962931103147902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19887, "tnode_": 19879, "lpoly_": null, "rpoly_": null, "length": 278.68381813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 75400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420615, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 10843, "Shape__Length": 110.68335927619961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2211101849621, 39.963494795375503 ], [ -75.222093109003296, 39.963609671472703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19867, "tnode_": 19889, "lpoly_": null, "rpoly_": null, "length": 519.63564068999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 81040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420616, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 10844, "Shape__Length": 206.36982172820899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216316867963997, 39.963570061425401 ], [ -75.2181621072897, 39.963433259043498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19876, "tnode_": 19895, "lpoly_": null, "rpoly_": null, "length": 416.00252651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3946, "r_f_add": 3901, "r_t_add": 3937, "st_code": 41240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420617, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10845, "Shape__Length": 165.21914739249016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199649961293403, 39.963175899751199 ], [ -75.201118613501905, 39.963011732245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19900, "tnode_": 19881, "lpoly_": null, "rpoly_": null, "length": 545.30652135000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 40180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10846, "Shape__Length": 216.57573035116297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171266238034704, 39.962266033212103 ], [ -75.173186104187593, 39.962507454472998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19904, "tnode_": 19835, "lpoly_": null, "rpoly_": null, "length": 209.4914582, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 517, "st_code": 88480, "l_hundred": 500, "r_hundred": 500, "seg_id": 420619, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10847, "Shape__Length": 83.516906108680246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192848431926294, 39.962778994413497 ], [ -75.1929479551318, 39.9633097183427 ], [ -75.192957444351606, 39.963347885671297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19922, "tnode_": 19889, "lpoly_": null, "rpoly_": null, "length": 100.90571931, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 604, "r_f_add": 601, "r_t_add": 601, "st_code": 88760, "l_hundred": 600, "r_hundred": 600, "seg_id": 420620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 10848, "Shape__Length": 40.230220992828741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218135270048293, 39.963157031054102 ], [ -75.2181621072897, 39.963433259043498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29564, "tnode_": 19838, "lpoly_": null, "rpoly_": null, "length": 261.86501716000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 510, "l_t_add": 516, "r_f_add": 511, "r_t_add": 555, "st_code": 88070, "l_hundred": 500, "r_hundred": 500, "seg_id": 420621, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10849, "Shape__Length": 104.39392285918036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163261170944097, 39.961894473908103 ], [ -75.163115141042297, 39.962604489106504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19904, "tnode_": 19925, "lpoly_": null, "rpoly_": null, "length": 411.25421307000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 73800, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420622, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10850, "Shape__Length": 163.33260150091681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192848431926294, 39.962778994413497 ], [ -75.194198512637399, 39.9626319009624 ], [ -75.1943000366891, 39.962616126115599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19934, "tnode_": 19941, "lpoly_": null, "rpoly_": null, "length": 92.43626475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4050, "l_t_add": 4058, "r_f_add": 4031, "r_t_add": 4039, "st_code": 41240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420623, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10851, "Shape__Length": 36.710149130290823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203980936198704, 39.962736783768698 ], [ -75.204309034399103, 39.962711343176402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19941, "tnode_": 19953, "lpoly_": null, "rpoly_": null, "length": 132.96847722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4060, "l_t_add": 4068, "r_f_add": 4041, "r_t_add": 4049, "st_code": 41240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420624, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10852, "Shape__Length": 52.807731824880335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204309034399103, 39.962711343176402 ], [ -75.204780269357101, 39.962669545091501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19925, "tnode_": 19957, "lpoly_": null, "rpoly_": null, "length": 410.50706573000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 73800, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420625, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10853, "Shape__Length": 163.03479231491085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1943000366891, 39.962616126115599 ], [ -75.195749786651206, 39.962456856406099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19953, "tnode_": 19965, "lpoly_": null, "rpoly_": null, "length": 226.00927582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4070, "l_t_add": 4098, "r_f_add": 4051, "r_t_add": 4099, "st_code": 41240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420626, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10854, "Shape__Length": 89.758105493344829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204780269357101, 39.962669545091501 ], [ -75.205581483877694, 39.962600171185301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19965, "tnode_": 19847, "lpoly_": null, "rpoly_": null, "length": 340.20203868, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 632, "r_f_add": 601, "r_t_add": 633, "st_code": 88600, "l_hundred": 600, "r_hundred": 600, "seg_id": 420627, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10855, "Shape__Length": 135.63250420616836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205581483877694, 39.962600171185301 ], [ -75.205705353633206, 39.963529191527797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19969, "tnode_": 19960, "lpoly_": null, "rpoly_": null, "length": 169.1640386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5110, "l_t_add": 5128, "r_f_add": 5109, "r_t_add": 5129, "st_code": 67120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420628, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 10856, "Shape__Length": 67.185775919226103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222638973194705, 39.962899342734097 ], [ -75.223235142661494, 39.962971416934003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19975, "tnode_": 19969, "lpoly_": null, "rpoly_": null, "length": 110.65431174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5108, "r_f_add": 5101, "r_t_add": 5107, "st_code": 67120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420629, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 10857, "Shape__Length": 43.947967576737696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222249183917, 39.962851327179401 ], [ -75.222638973194705, 39.962899342734097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19948, "tnode_": 19973, "lpoly_": null, "rpoly_": null, "length": 409.62739497999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 40180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 420630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10858, "Shape__Length": 162.68453306590922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1898056853572, 39.962341600872499 ], [ -75.191252596164205, 39.962184152658899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19973, "tnode_": 19878, "lpoly_": null, "rpoly_": null, "length": 274.91972556999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 424, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 88460, "l_hundred": 400, "r_hundred": 400, "seg_id": 420631, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10859, "Shape__Length": 109.60048686949912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191252596164205, 39.962184152658899 ], [ -75.191392686297604, 39.962931103147902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19957, "tnode_": 19981, "lpoly_": null, "rpoly_": null, "length": 410.58597544999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 73800, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420632, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10860, "Shape__Length": 163.0659240910073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195749786651206, 39.962456856406099 ], [ -75.197199610695407, 39.962296475459098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19981, "tnode_": 19905, "lpoly_": null, "rpoly_": null, "length": 210.81264188, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88540, "l_hundred": 500, "r_hundred": 500, "seg_id": 420633, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10861, "Shape__Length": 84.043334291344195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197199610695407, 39.962296475459098 ], [ -75.197307216158407, 39.962869228246802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19983, "tnode_": 19997, "lpoly_": null, "rpoly_": null, "length": 252.80562048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4218, "r_f_add": 4201, "r_t_add": 4219, "st_code": 41240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420634, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10862, "Shape__Length": 100.39935201473787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206890789567197, 39.962494317948298 ], [ -75.207787547933407, 39.962420589880097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20005, "tnode_": 19846, "lpoly_": null, "rpoly_": null, "length": 448.99188681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88780, "l_hundred": 200, "r_hundred": 200, "seg_id": 420635, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10863, "Shape__Length": 178.9979027160324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220274588309593, 39.962609524070899 ], [ -75.220080527420393, 39.963534988405897 ], [ -75.220046572457704, 39.963828934133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19973, "tnode_": 20007, "lpoly_": null, "rpoly_": null, "length": 417.05838206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 40180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420636, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10864, "Shape__Length": 165.63599311737383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191252596164205, 39.962184152658899 ], [ -75.191343849785198, 39.962171130108302 ], [ -75.192018392039003, 39.962096560549703 ], [ -75.192617539754593, 39.962034347836997 ], [ -75.192725039812998, 39.962020681708303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20007, "tnode_": 19904, "lpoly_": null, "rpoly_": null, "length": 278.41545728999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 432, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 88480, "l_hundred": 400, "r_hundred": 400, "seg_id": 420637, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10865, "Shape__Length": 110.99596587490102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192725039812998, 39.962020681708303 ], [ -75.192787536016496, 39.962440194483499 ], [ -75.192848431926294, 39.962778994413497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29148, "tnode_": 29564, "lpoly_": null, "rpoly_": null, "length": 224.43972126, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 509, "st_code": 88070, "l_hundred": 500, "r_hundred": 500, "seg_id": 420638, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 10866, "Shape__Length": 89.470280775278553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163406409005603, 39.961288580203203 ], [ -75.163261170944097, 39.961894473908103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29148, "tnode_": 29151, "lpoly_": null, "rpoly_": null, "length": 446.28690388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 40180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420639, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10867, "Shape__Length": 177.24605004863466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163406409005603, 39.961288580203203 ], [ -75.164977766502304, 39.961485531745801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19986, "tnode_": 20009, "lpoly_": null, "rpoly_": null, "length": 473.79570526999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 41240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420640, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10868, "Shape__Length": 188.16202947872472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213063576357101, 39.962586166609903 ], [ -75.214746082782, 39.962461993258898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20009, "tnode_": 19961, "lpoly_": null, "rpoly_": null, "length": 155.36576595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISTINA", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 26010, "l_hundred": 600, "r_hundred": 600, "seg_id": 420641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISTINA PL", "stname": "CRISTINA PL", "objectid": 10869, "Shape__Length": 61.941775546383177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214746082782, 39.962461993258898 ], [ -75.2147960277984, 39.962886756635498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20006, "tnode_": 26939, "lpoly_": null, "rpoly_": null, "length": 420.16721722, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88210, "l_hundred": 400, "r_hundred": 400, "seg_id": 420642, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10870, "Shape__Length": 167.49899156473353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1750269832242, 39.961576767462802 ], [ -75.174773703988393, 39.962713593271999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20006, "tnode_": 19777, "lpoly_": null, "rpoly_": null, "length": 859.95866076000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2201, "r_t_add": 2299, "st_code": 16880, "l_hundred": 0, "r_hundred": 2200, "seg_id": 420643, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 10871, "Shape__Length": 342.21855892719628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1750269832242, 39.961576767462802 ], [ -75.176865152857701, 39.962932546229901 ], [ -75.177127511524205, 39.963279470240401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19997, "tnode_": 20011, "lpoly_": null, "rpoly_": null, "length": 359.83159072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4220, "l_t_add": 4298, "r_f_add": 4221, "r_t_add": 4299, "st_code": 41240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420644, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10872, "Shape__Length": 142.90618896750829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207787547933407, 39.962420589880097 ], [ -75.208978172633493, 39.962320147199101 ], [ -75.209060856165095, 39.962338089219202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20011, "tnode_": 19861, "lpoly_": null, "rpoly_": null, "length": 429.71267140999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 613, "st_code": 88640, "l_hundred": 600, "r_hundred": 600, "seg_id": 420645, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 10873, "Shape__Length": 171.31916818617216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209060856165095, 39.962338089219202 ], [ -75.209209137673, 39.963512173018998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20011, "tnode_": 19996, "lpoly_": null, "rpoly_": null, "length": 216.87731049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4317, "st_code": 41240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420646, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10874, "Shape__Length": 86.141884921506701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209060856165095, 39.962338089219202 ], [ -75.2098173152757, 39.962463039311899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20012, "tnode_": 19846, "lpoly_": null, "rpoly_": null, "length": 483.43635302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 398, "r_f_add": 201, "r_t_add": 399, "st_code": 88760, "l_hundred": 200, "r_hundred": 200, "seg_id": 420647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 10875, "Shape__Length": 192.71110775189743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219695551565295, 39.962532567475101 ], [ -75.219771325383405, 39.963019372827098 ], [ -75.220046572457704, 39.963828934133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20012, "tnode_": 20005, "lpoly_": null, "rpoly_": null, "length": 164.715621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 67120, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420648, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 10876, "Shape__Length": 65.419941885196906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219695551565295, 39.962532567475101 ], [ -75.220274588309593, 39.962609524070899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20014, "tnode_": 19922, "lpoly_": null, "rpoly_": null, "length": 598.73360877000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 41240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420649, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10877, "Shape__Length": 237.93561298011554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216194371493501, 39.962486065294101 ], [ -75.216405826355398, 39.962512185962098 ], [ -75.218135270048293, 39.963157031054102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20009, "tnode_": 20015, "lpoly_": null, "rpoly_": null, "length": 255.53164488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4748, "r_f_add": 4701, "r_t_add": 4749, "st_code": 41240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420650, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10878, "Shape__Length": 101.48152425513038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214746082782, 39.962461993258898 ], [ -75.215543965288404, 39.962403720944401 ], [ -75.215652966174005, 39.962415764028897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20015, "tnode_": 19903, "lpoly_": null, "rpoly_": null, "length": 317.41522241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 57200, "l_hundred": 600, "r_hundred": 600, "seg_id": 420651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOSS ST", "stname": "MOSS ST", "objectid": 10879, "Shape__Length": 126.54801521909393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215652966174005, 39.962415764028897 ], [ -75.215761565408599, 39.963283092134397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20015, "tnode_": 20014, "lpoly_": null, "rpoly_": null, "length": 153.90966839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4750, "l_t_add": 4798, "r_f_add": 4751, "r_t_add": 4799, "st_code": 41240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420652, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 10880, "Shape__Length": 61.127733901051982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215652966174005, 39.962415764028897 ], [ -75.216194371493501, 39.962486065294101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20021, "tnode_": 19943, "lpoly_": null, "rpoly_": null, "length": 209.72800116000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88560, "l_hundred": 500, "r_hundred": 500, "seg_id": 420653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10881, "Shape__Length": 83.610627491498647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199438761198195, 39.962051435972498 ], [ -75.199545804832397, 39.9626212427927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20007, "tnode_": 20025, "lpoly_": null, "rpoly_": null, "length": 405.6661598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 40180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10882, "Shape__Length": 161.11114645514692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192725039812998, 39.962020681708303 ], [ -75.193554797583403, 39.961930251413897 ], [ -75.194157278291101, 39.961861183454303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20025, "tnode_": 19925, "lpoly_": null, "rpoly_": null, "length": 277.90832813999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 88500, "l_hundred": 400, "r_hundred": 400, "seg_id": 420655, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10883, "Shape__Length": 110.79127326864301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194157278291101, 39.961861183454303 ], [ -75.1943000366891, 39.962616126115599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20021, "tnode_": 20026, "lpoly_": null, "rpoly_": null, "length": 198.38855571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3900, "r_f_add": 3901, "r_t_add": 3901, "st_code": 73800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420656, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10884, "Shape__Length": 78.790716237172305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199438761198195, 39.962051435972498 ], [ -75.200138944739194, 39.961972120747703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20026, "tnode_": 19991, "lpoly_": null, "rpoly_": null, "length": 212.58224315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3908, "r_f_add": 3911, "r_t_add": 3927, "st_code": 48900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420657, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10885, "Shape__Length": 84.524572786416641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200138944739194, 39.961972120747703 ], [ -75.200768922260394, 39.962296999220001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20033, "tnode_": 19965, "lpoly_": null, "rpoly_": null, "length": 214.06326837999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 526, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 88600, "l_hundred": 500, "r_hundred": 500, "seg_id": 420658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10886, "Shape__Length": 85.343449254468723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205517945680299, 39.9620145781996 ], [ -75.205581483877694, 39.962600171185301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20027, "tnode_": 20006, "lpoly_": null, "rpoly_": null, "length": 85.25481042, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 398, "l_t_add": 398, "r_f_add": 399, "r_t_add": 399, "st_code": 88210, "l_hundred": 300, "r_hundred": 300, "seg_id": 420659, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10887, "Shape__Length": 33.988294252870524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175063039985105, 39.961344382846001 ], [ -75.1750269832242, 39.961576767462802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20025, "tnode_": 20044, "lpoly_": null, "rpoly_": null, "length": 410.56347323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 40180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420660, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10888, "Shape__Length": 163.0555248528228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194157278291101, 39.961861183454303 ], [ -75.195607048603094, 39.961701017144698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20046, "tnode_": 19983, "lpoly_": null, "rpoly_": null, "length": 218.88096727, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 522, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 88620, "l_hundred": 500, "r_hundred": 500, "seg_id": 420661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10889, "Shape__Length": 87.261057776416678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206793213572197, 39.9618981721257 ], [ -75.206890789567197, 39.962494317948298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20045, "tnode_": 20027, "lpoly_": null, "rpoly_": null, "length": 58.40775541, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 396, "l_t_add": 396, "r_f_add": 397, "r_t_add": 397, "st_code": 88210, "l_hundred": 300, "r_hundred": 300, "seg_id": 420662, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10890, "Shape__Length": 23.284880103962951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175090537855596, 39.961185448621897 ], [ -75.175063039985105, 39.961344382846001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20026, "tnode_": 27714, "lpoly_": null, "rpoly_": null, "length": 297.98931685000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3902, "l_t_add": 3914, "r_f_add": 3903, "r_t_add": 3915, "st_code": 73800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10891, "Shape__Length": 118.35505524646227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200138944739194, 39.961972120747703 ], [ -75.201181742688604, 39.961813237275003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20055, "tnode_": 20034, "lpoly_": null, "rpoly_": null, "length": 67.24948127, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 404, "l_t_add": 410, "r_f_add": 411, "r_t_add": 421, "st_code": 88150, "l_hundred": 400, "r_hundred": 400, "seg_id": 420664, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10892, "Shape__Length": 26.809925423973944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169914873408104, 39.960996296403501 ], [ -75.169885588447997, 39.961179524068001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20059, "tnode_": 19973, "lpoly_": null, "rpoly_": null, "length": 270.19163147, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 423, "st_code": 88460, "l_hundred": 400, "r_hundred": 400, "seg_id": 420665, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 10893, "Shape__Length": 107.71502000466403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191119919981304, 39.961449502950998 ], [ -75.191252596164205, 39.962184152658899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20070, "tnode_": 20021, "lpoly_": null, "rpoly_": null, "length": 183.934577, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 432, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 88560, "l_hundred": 400, "r_hundred": 400, "seg_id": 420666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 10894, "Shape__Length": 73.327870918568564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199350447856204, 39.961551106596801 ], [ -75.199438761198195, 39.962051435972498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20070, "tnode_": 20026, "lpoly_": null, "rpoly_": null, "length": 269.0276975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3860, "l_t_add": 3898, "r_f_add": 3901, "r_t_add": 3909, "st_code": 48900, "l_hundred": 3800, "r_hundred": 3900, "seg_id": 420667, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10895, "Shape__Length": 106.97357369805044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199350447856204, 39.961551106596801 ], [ -75.200138944739194, 39.961972120747703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20044, "tnode_": 20072, "lpoly_": null, "rpoly_": null, "length": 410.68062581000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 40180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420668, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 10896, "Shape__Length": 163.1017144727393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195607048603094, 39.961701017144698 ], [ -75.197057175230597, 39.961540516238301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20066, "tnode_": 20055, "lpoly_": null, "rpoly_": null, "length": 260.32711124999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAMOKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 72140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAMOKIN ST", "stname": "SHAMOKIN ST", "objectid": 10897, "Shape__Length": 103.38982353535373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168997959356005, 39.960882929540197 ], [ -75.169914873408104, 39.960996296403501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20068, "tnode_": 20077, "lpoly_": null, "rpoly_": null, "length": 229.99338034000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4016, "r_f_add": 4001, "r_t_add": 4019, "st_code": 73800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420670, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10898, "Shape__Length": 91.339795284983424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202237100344803, 39.9616528186274 ], [ -75.203051514426306, 39.961576241325098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20076, "tnode_": 20045, "lpoly_": null, "rpoly_": null, "length": 92.30608126, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 394, "l_t_add": 394, "r_f_add": 395, "r_t_add": 395, "st_code": 88210, "l_hundred": 300, "r_hundred": 300, "seg_id": 420671, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10899, "Shape__Length": 36.795850719396512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175153967477101, 39.960936802346097 ], [ -75.175090537855596, 39.961185448621897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20076, "tnode_": 19857, "lpoly_": null, "rpoly_": null, "length": 995.2139365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 2200, "r_hundred": 0, "seg_id": 420672, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 10900, "Shape__Length": 395.94447730276204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175153967477101, 39.960936802346097 ], [ -75.177461896697295, 39.962650749150903 ], [ -75.177751573450394, 39.962791930822803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20077, "tnode_": 20086, "lpoly_": null, "rpoly_": null, "length": 225.09108358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4018, "l_t_add": 4060, "r_f_add": 4021, "r_t_add": 4041, "st_code": 73800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10901, "Shape__Length": 89.392311727896796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203051514426306, 39.961576241325098 ], [ -75.203849119566499, 39.961504852562101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20059, "tnode_": 20088, "lpoly_": null, "rpoly_": null, "length": 439.0115925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 15900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10902, "Shape__Length": 174.35250994946091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191119919981304, 39.961449502950998 ], [ -75.191545326901206, 39.9614058063543 ], [ -75.192324129398898, 39.9613204134873 ], [ -75.192456725675399, 39.961309529883998 ], [ -75.192670292010305, 39.961280318852602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20088, "tnode_": 20007, "lpoly_": null, "rpoly_": null, "length": 270.66532995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 430, "r_f_add": 401, "r_t_add": 431, "st_code": 88480, "l_hundred": 400, "r_hundred": 400, "seg_id": 420675, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10903, "Shape__Length": 107.90863270152882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192670292010305, 39.961280318852602 ], [ -75.192737014698494, 39.961961730790001 ], [ -75.192725039812998, 39.962020681708303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20081, "tnode_": 20037, "lpoly_": null, "rpoly_": null, "length": 141.49898915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 405, "st_code": 88170, "l_hundred": 400, "r_hundred": 400, "seg_id": 420676, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10904, "Shape__Length": 56.407211620192626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171585866541903, 39.960804838873798 ], [ -75.171499313409299, 39.961187518505497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20081, "tnode_": 19987, "lpoly_": null, "rpoly_": null, "length": 595.4657265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 63960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420677, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 10905, "Shape__Length": 236.73886656809972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171585866541903, 39.960804838873798 ], [ -75.172664015827806, 39.961378603959403 ], [ -75.1729899189029, 39.961537971619897 ], [ -75.173376925353097, 39.961677243049799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20086, "tnode_": 20093, "lpoly_": null, "rpoly_": null, "length": 226.37512185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4062, "l_t_add": 4072, "r_f_add": 4043, "r_t_add": 4073, "st_code": 73800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10906, "Shape__Length": 89.90246912574959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203849119566499, 39.961504852562101 ], [ -75.204650917252806, 39.961430735667903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20094, "tnode_": 20054, "lpoly_": null, "rpoly_": null, "length": 155.55204077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 73040, "l_hundred": 400, "r_hundred": 400, "seg_id": 420679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 10907, "Shape__Length": 62.00994911804149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201342740535097, 39.961356899338099 ], [ -75.201380784966702, 39.961692106559497 ], [ -75.201419537132395, 39.961777580774502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20095, "tnode_": 20070, "lpoly_": null, "rpoly_": null, "length": 140.95887765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3846, "l_t_add": 3858, "r_f_add": 3851, "r_t_add": 3899, "st_code": 48900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420680, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10908, "Shape__Length": 56.044870590223397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198931292496496, 39.961337342832799 ], [ -75.199350447856204, 39.961551106596801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20088, "tnode_": 20103, "lpoly_": null, "rpoly_": null, "length": 381.39915764999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 15900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420681, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10909, "Shape__Length": 151.47133817837317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192670292010305, 39.961280318852602 ], [ -75.194017388892505, 39.961133267090197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20103, "tnode_": 20025, "lpoly_": null, "rpoly_": null, "length": 268.09255552999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 88500, "l_hundred": 400, "r_hundred": 400, "seg_id": 420682, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10910, "Shape__Length": 106.87654181042089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194017388892505, 39.961133267090197 ], [ -75.194050399056593, 39.961270743863501 ], [ -75.194055857552698, 39.9613007807109 ], [ -75.194126443338703, 39.961683894621103 ], [ -75.194157278291101, 39.961861183454303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20098, "tnode_": 20055, "lpoly_": null, "rpoly_": null, "length": 143.98994252, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 402, "r_f_add": 401, "r_t_add": 409, "st_code": 88150, "l_hundred": 400, "r_hundred": 400, "seg_id": 420683, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10911, "Shape__Length": 57.399833856550551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170004326706206, 39.960607065937999 ], [ -75.169914873408104, 39.960996296403501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20105, "tnode_": 20033, "lpoly_": null, "rpoly_": null, "length": 241.11608709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 521, "st_code": 88600, "l_hundred": 500, "r_hundred": 500, "seg_id": 420684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10912, "Shape__Length": 96.128108662990883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205446739384399, 39.961354956183598 ], [ -75.205517945680299, 39.9620145781996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20096, "tnode_": 20029, "lpoly_": null, "rpoly_": null, "length": 221.32369515, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 427, "r_t_add": 435, "st_code": 19140, "l_hundred": 0, "r_hundred": 400, "seg_id": 420685, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 10913, "Shape__Length": 88.229471963833078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161775321692105, 39.960430886311798 ], [ -75.161648502290305, 39.9610305586991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20105, "tnode_": 20112, "lpoly_": null, "rpoly_": null, "length": 182.35209603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4116, "r_f_add": 4101, "r_t_add": 4115, "st_code": 73800, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 10914, "Shape__Length": 72.418720979872532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205446739384399, 39.961354956183598 ], [ -75.206092977097995, 39.9612976489895 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20118, "tnode_": 20046, "lpoly_": null, "rpoly_": null, "length": 240.10741697, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 525, "st_code": 88620, "l_hundred": 500, "r_hundred": 500, "seg_id": 420687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 10915, "Shape__Length": 95.722237137013749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206683705341405, 39.961244456035097 ], [ -75.206793213572197, 39.9618981721257 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20116, "tnode_": 20076, "lpoly_": null, "rpoly_": null, "length": 142.86102721, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19103, "l_f_add": 328, "l_t_add": 392, "r_f_add": 329, "r_t_add": 393, "st_code": 88210, "l_hundred": 300, "r_hundred": 300, "seg_id": 420688, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10916, "Shape__Length": 56.950162168335048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175240035819201, 39.960550264022302 ], [ -75.175153967477101, 39.960936802346097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20116, "tnode_": 19932, "lpoly_": null, "rpoly_": null, "length": 1041.42832856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK TOWNE", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 63014, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK TOWNE PL", "stname": "PARK TOWNE PL", "objectid": 10917, "Shape__Length": 414.10810244398903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175240035819201, 39.960550264022302 ], [ -75.1780195943699, 39.962115886818502 ], [ -75.178279279519302, 39.962174236977198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20103, "tnode_": 20123, "lpoly_": null, "rpoly_": null, "length": 412.09458174999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 15900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10918, "Shape__Length": 163.66217279158801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194017388892505, 39.961133267090197 ], [ -75.195472180492004, 39.960970534189599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20123, "tnode_": 20044, "lpoly_": null, "rpoly_": null, "length": 268.7740606, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 88520, "l_hundred": 400, "r_hundred": 400, "seg_id": 420692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10919, "Shape__Length": 107.14878261079748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195472180492004, 39.960970534189599 ], [ -75.195607048603094, 39.961701017144698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29023, "tnode_": 20115, "lpoly_": null, "rpoly_": null, "length": 124.06919762000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1738, "l_t_add": 1798, "r_f_add": 1753, "r_t_add": 1799, "st_code": 20880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420694, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10920, "Shape__Length": 49.273611687774171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167994593301202, 39.960358037986303 ], [ -75.168432156079902, 39.960409239447898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20127, "tnode_": 20081, "lpoly_": null, "rpoly_": null, "length": 167.04803924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 88170, "l_hundred": 300, "r_hundred": 300, "seg_id": 420695, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10921, "Shape__Length": 66.592592534162918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171681869484701, 39.960352260964498 ], [ -75.171585866541903, 39.960804838873798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29025, "tnode_": 29023, "lpoly_": null, "rpoly_": null, "length": 319.50008276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1736, "r_f_add": 1701, "r_t_add": 1751, "st_code": 20880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10922, "Shape__Length": 126.8899100373381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166869906631305, 39.960215902523203 ], [ -75.167994593301202, 39.960358037986303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20136, "tnode_": 20094, "lpoly_": null, "rpoly_": null, "length": 160.21584203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 414, "l_t_add": 434, "r_f_add": 421, "r_t_add": 435, "st_code": 73040, "l_hundred": 400, "r_hundred": 400, "seg_id": 420697, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 10923, "Shape__Length": 63.874470429240816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2012977330929, 39.960918452510199 ], [ -75.201342740535097, 39.961356899338099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20123, "tnode_": 20137, "lpoly_": null, "rpoly_": null, "length": 410.64573743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 15900, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420698, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10924, "Shape__Length": 163.08583186084894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195472180492004, 39.960970534189599 ], [ -75.196922484014806, 39.960811744866 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20137, "tnode_": 20072, "lpoly_": null, "rpoly_": null, "length": 268.15537376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 433, "st_code": 88540, "l_hundred": 400, "r_hundred": 400, "seg_id": 420699, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10925, "Shape__Length": 106.90185536504033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196922484014806, 39.960811744866 ], [ -75.196953771147307, 39.960967213276398 ], [ -75.197057175230597, 39.961540516238301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20135, "tnode_": 20114, "lpoly_": null, "rpoly_": null, "length": 80.0577115, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 298, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420700, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10926, "Shape__Length": 31.913373336527187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173663790170906, 39.960317602005901 ], [ -75.173611007004794, 39.960533584346898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20144, "tnode_": 20132, "lpoly_": null, "rpoly_": null, "length": 279.49800225000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5126, "r_f_add": 5101, "r_t_add": 5127, "st_code": 13000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420701, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 10927, "Shape__Length": 111.00461556259889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222569638154397, 39.9613296826845 ], [ -75.2235537743761, 39.961452861002002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29152, "tnode_": 29025, "lpoly_": null, "rpoly_": null, "length": 446.10438085000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 20880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420702, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10928, "Shape__Length": 177.16975502924359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165298648814598, 39.960021754619902 ], [ -75.166869906631305, 39.960215902523203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20125, "tnode_": 20142, "lpoly_": null, "rpoly_": null, "length": 454.4071353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 63560, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420703, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 10929, "Shape__Length": 180.46577464754645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191013901364698, 39.960846908299501 ], [ -75.191505490005, 39.9607890465617 ], [ -75.191677063112493, 39.960769130985497 ], [ -75.1923796983627, 39.960692305531602 ], [ -75.192560175456904, 39.960675373955901 ], [ -75.192617964533497, 39.960667482652703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20142, "tnode_": 20088, "lpoly_": null, "rpoly_": null, "length": 223.75080008999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 88480, "l_hundred": 300, "r_hundred": 300, "seg_id": 420704, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10930, "Shape__Length": 89.204815523019704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192617964533497, 39.960667482652703 ], [ -75.192640284830006, 39.960864533213901 ], [ -75.192670292010305, 39.961280318852602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20145, "tnode_": 20098, "lpoly_": null, "rpoly_": null, "length": 172.65174376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 320, "l_t_add": 398, "r_f_add": 321, "r_t_add": 399, "st_code": 88150, "l_hundred": 300, "r_hundred": 300, "seg_id": 420705, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10931, "Shape__Length": 68.826034235038392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1701051706372, 39.960139511393201 ], [ -75.170004326706206, 39.960607065937999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20148, "tnode_": 20095, "lpoly_": null, "rpoly_": null, "length": 399.84432010999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3826, "l_t_add": 3844, "r_f_add": 3821, "r_t_add": 3849, "st_code": 48900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420706, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10932, "Shape__Length": 158.98088857039846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197748906712405, 39.960723403531603 ], [ -75.198931292496496, 39.961337342832799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20150, "tnode_": 20135, "lpoly_": null, "rpoly_": null, "length": 57.59733932, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 296, "l_t_add": 296, "r_f_add": 297, "r_t_add": 297, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420707, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10933, "Shape__Length": 22.961491439159854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173690591453905, 39.960160840967802 ], [ -75.173663790170906, 39.960317602005901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29150, "tnode_": 29152, "lpoly_": null, "rpoly_": null, "length": 449.86285422999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 20880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420708, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10934, "Shape__Length": 178.66208178646386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163714349962007, 39.959825051091798 ], [ -75.165298648814598, 39.960021754619902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20142, "tnode_": 20162, "lpoly_": null, "rpoly_": null, "length": 365.35343543000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 63560, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 10935, "Shape__Length": 145.09804507218234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192617964533497, 39.960667482652703 ], [ -75.192885120016996, 39.9606349895801 ], [ -75.193560049437096, 39.96056404742 ], [ -75.193701550532893, 39.960550369490797 ], [ -75.193907786205003, 39.960524062617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20162, "tnode_": 20103, "lpoly_": null, "rpoly_": null, "length": 224.04228047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 88500, "l_hundred": 300, "r_hundred": 300, "seg_id": 420710, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10936, "Shape__Length": 89.315797769065611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193907786205003, 39.960524062617502 ], [ -75.193995639421502, 39.961002350028103 ], [ -75.194017388892505, 39.961133267090197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20165, "tnode_": 20005, "lpoly_": null, "rpoly_": null, "length": 562.92183377999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88780, "l_hundred": 100, "r_hundred": 100, "seg_id": 420711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 10937, "Shape__Length": 224.40975100583933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220594267754606, 39.9610839386919 ], [ -75.220274588309593, 39.962609524070899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20165, "tnode_": 20152, "lpoly_": null, "rpoly_": null, "length": 280.28948679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5024, "r_f_add": 5001, "r_t_add": 5025, "st_code": 13000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420712, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 10938, "Shape__Length": 111.31854064069223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220594267754606, 39.9610839386919 ], [ -75.221581206070695, 39.961207376959798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20161, "tnode_": 20115, "lpoly_": null, "rpoly_": null, "length": 172.4535112, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 320, "l_t_add": 398, "r_f_add": 329, "r_t_add": 399, "st_code": 88130, "l_hundred": 300, "r_hundred": 300, "seg_id": 420713, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10939, "Shape__Length": 68.745106580222128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168544103844894, 39.959943737019202 ], [ -75.168432156079902, 39.960409239447898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20161, "tnode_": 20145, "lpoly_": null, "rpoly_": null, "length": 443.37935346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 21440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 10940, "Shape__Length": 176.08782952661241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168544103844894, 39.959943737019202 ], [ -75.1701051706372, 39.960139511393201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20159, "tnode_": 20172, "lpoly_": null, "rpoly_": null, "length": 171.88699451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3840, "l_t_add": 3840, "r_f_add": 3825, "r_t_add": 3835, "st_code": 15900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420715, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10941, "Shape__Length": 68.260666863959969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198845787936804, 39.960646875770401 ], [ -75.199456381717098, 39.960603621409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20172, "tnode_": 20176, "lpoly_": null, "rpoly_": null, "length": 155.87430405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3842, "l_t_add": 3898, "r_f_add": 3837, "r_t_add": 3899, "st_code": 15900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10942, "Shape__Length": 61.901698678060868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199456381717098, 39.960603621409 ], [ -75.200009964036298, 39.960563330512898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20177, "tnode_": 20165, "lpoly_": null, "rpoly_": null, "length": 267.57366768999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4902, "l_t_add": 4998, "r_f_add": 4903, "r_t_add": 4999, "st_code": 13000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420717, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 10943, "Shape__Length": 106.26829056164102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219652217449095, 39.960965570593103 ], [ -75.220594267754606, 39.9610839386919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29021, "tnode_": 29025, "lpoly_": null, "rpoly_": null, "length": 148.21627178, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 88110, "l_hundred": 300, "r_hundred": 300, "seg_id": 420718, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10944, "Shape__Length": 59.085579683468737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166950499496394, 39.959813784664597 ], [ -75.166869906631305, 39.960215902523203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20179, "tnode_": 20177, "lpoly_": null, "rpoly_": null, "length": 59.52212224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4900, "r_f_add": 4901, "r_t_add": 4901, "st_code": 13000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420719, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 10945, "Shape__Length": 23.637872051749873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219440796839706, 39.960950419948503 ], [ -75.219652217449095, 39.960965570593103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20182, "tnode_": 20145, "lpoly_": null, "rpoly_": null, "length": 114.54184696, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 310, "l_t_add": 318, "r_f_add": 319, "r_t_add": 319, "st_code": 88150, "l_hundred": 300, "r_hundred": 300, "seg_id": 420720, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10946, "Shape__Length": 45.660279925711286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170175574900597, 39.9598297823647 ], [ -75.1701051706372, 39.960139511393201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20176, "tnode_": 20183, "lpoly_": null, "rpoly_": null, "length": 173.55337207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3912, "r_f_add": 3901, "r_t_add": 3913, "st_code": 15900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420721, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10947, "Shape__Length": 68.922147014304372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200009964036298, 39.960563330512898 ], [ -75.200626699905897, 39.960521566089497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20162, "tnode_": 20187, "lpoly_": null, "rpoly_": null, "length": 411.12473188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 63560, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420722, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 10948, "Shape__Length": 163.27507667145898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193907786205003, 39.960524062617502 ], [ -75.194203879005897, 39.960488968476497 ], [ -75.194533244608195, 39.960455475159897 ], [ -75.194672334751203, 39.960441259402003 ], [ -75.195200408792701, 39.960383622454302 ], [ -75.195359670489296, 39.960364822926401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20187, "tnode_": 20123, "lpoly_": null, "rpoly_": null, "length": 223.00347011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 316, "l_t_add": 398, "r_f_add": 311, "r_t_add": 399, "st_code": 88520, "l_hundred": 300, "r_hundred": 300, "seg_id": 420723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10949, "Shape__Length": 88.900715450050342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195359670489296, 39.960364822926401 ], [ -75.195429003705897, 39.960748783790699 ], [ -75.195454150628706, 39.960912354776099 ], [ -75.195472180492004, 39.960970534189599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20186, "tnode_": 20096, "lpoly_": null, "rpoly_": null, "length": 314.30582823999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 401, "r_t_add": 425, "st_code": 19140, "l_hundred": 0, "r_hundred": 400, "seg_id": 420724, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 10950, "Shape__Length": 125.29391159059628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161962691736804, 39.959580210335197 ], [ -75.161775321692105, 39.960430886311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27002, "tnode_": 29150, "lpoly_": null, "rpoly_": null, "length": 460.65282478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 20880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420725, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 10951, "Shape__Length": 182.94811706572955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162093624990405, 39.959616286163701 ], [ -75.163714349962007, 39.959825051091798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20183, "tnode_": 20190, "lpoly_": null, "rpoly_": null, "length": 175.87393455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3914, "l_t_add": 3942, "r_f_add": 3915, "r_t_add": 3941, "st_code": 15900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420726, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10952, "Shape__Length": 69.843889745662977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200626699905897, 39.960521566089497 ], [ -75.201251412379605, 39.960476950896997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20190, "tnode_": 20136, "lpoly_": null, "rpoly_": null, "length": 161.3544264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 402, "l_t_add": 412, "r_f_add": 401, "r_t_add": 419, "st_code": 73040, "l_hundred": 400, "r_hundred": 400, "seg_id": 420727, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 10953, "Shape__Length": 64.327915701842542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201251412379605, 39.960476950896997 ], [ -75.2012977330929, 39.960918452510199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20180, "tnode_": 20150, "lpoly_": null, "rpoly_": null, "length": 89.32415077, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 294, "l_t_add": 294, "r_f_add": 295, "r_t_add": 295, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420728, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10954, "Shape__Length": 35.607333728006353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173747711910295, 39.959919606886402 ], [ -75.173690591453905, 39.960160840967802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20180, "tnode_": 20076, "lpoly_": null, "rpoly_": null, "length": 541.0204048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 2100, "r_hundred": 0, "seg_id": 420729, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 10955, "Shape__Length": 215.24454470024781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173747711910295, 39.959919606886402 ], [ -75.175153967477101, 39.960936802346097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29022, "tnode_": 29152, "lpoly_": null, "rpoly_": null, "length": 151.65538362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 352, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 88090, "l_hundred": 300, "r_hundred": 300, "seg_id": 420731, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 10956, "Shape__Length": 60.456903497001555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165377161994797, 39.959609849023202 ], [ -75.165298648814598, 39.960021754619902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29022, "tnode_": 29021, "lpoly_": null, "rpoly_": null, "length": 447.26100405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 21440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420732, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 10957, "Shape__Length": 177.62977239631849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165377161994797, 39.959609849023202 ], [ -75.166950499496394, 39.959813784664597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20190, "tnode_": 20198, "lpoly_": null, "rpoly_": null, "length": 240.22058052999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3944, "l_t_add": 3998, "r_f_add": 3943, "r_t_add": 3999, "st_code": 15900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10958, "Shape__Length": 95.397525302364087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201251412379605, 39.960476950896997 ], [ -75.2021046122249, 39.9604153997225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20197, "tnode_": 20161, "lpoly_": null, "rpoly_": null, "length": 111.06168406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 312, "l_t_add": 318, "r_f_add": 321, "r_t_add": 327, "st_code": 88130, "l_hundred": 300, "r_hundred": 300, "seg_id": 420734, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10959, "Shape__Length": 44.273436335372736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168608348887204, 39.959642893871603 ], [ -75.168544103844894, 39.959943737019202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20197, "tnode_": 20182, "lpoly_": null, "rpoly_": null, "length": 444.57830528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 84320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 420735, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 10960, "Shape__Length": 176.56150299875648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168608348887204, 39.959642893871603 ], [ -75.170175574900597, 39.9598297823647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20198, "tnode_": 20205, "lpoly_": null, "rpoly_": null, "length": 230.63174299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4010, "r_f_add": 4001, "r_t_add": 4013, "st_code": 15900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10961, "Shape__Length": 91.591634780170367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2021046122249, 39.9604153997225 ], [ -75.202921286481399, 39.9603387017698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20191, "tnode_": 20211, "lpoly_": null, "rpoly_": null, "length": 474.55940719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 65460, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420738, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10962, "Shape__Length": 188.46787073964151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190882672604403, 39.960214997293001 ], [ -75.192557318263496, 39.9600242474692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20211, "tnode_": 20142, "lpoly_": null, "rpoly_": null, "length": 234.96647507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 348, "r_f_add": 301, "r_t_add": 349, "st_code": 88480, "l_hundred": 300, "r_hundred": 300, "seg_id": 420739, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 10963, "Shape__Length": 93.675050072035972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192557318263496, 39.9600242474692 ], [ -75.192573067341698, 39.960167859669099 ], [ -75.192612231037103, 39.9606346293481 ], [ -75.192617964533497, 39.960667482652703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20213, "tnode_": 29021, "lpoly_": null, "rpoly_": null, "length": 135.74825168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 326, "l_t_add": 348, "r_f_add": 327, "r_t_add": 349, "st_code": 88110, "l_hundred": 300, "r_hundred": 300, "seg_id": 420740, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 10964, "Shape__Length": 54.114284405606995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167029256578402, 39.959446100085501 ], [ -75.166950499496394, 39.959813784664597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20205, "tnode_": 20215, "lpoly_": null, "rpoly_": null, "length": 224.6815736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4012, "l_t_add": 4030, "r_f_add": 4015, "r_t_add": 4029, "st_code": 15900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420741, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10965, "Shape__Length": 89.227562635118048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202921286481399, 39.9603387017698 ], [ -75.203717989868906, 39.960271277556402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20215, "tnode_": 20086, "lpoly_": null, "rpoly_": null, "length": 450.87015987999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 65580, "l_hundred": 400, "r_hundred": 400, "seg_id": 420742, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 10966, "Shape__Length": 179.75087138789692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203717989868906, 39.960271277556402 ], [ -75.203849119566499, 39.961504852562101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20215, "tnode_": 20221, "lpoly_": null, "rpoly_": null, "length": 226.54161938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4032, "l_t_add": 4052, "r_f_add": 4031, "r_t_add": 4051, "st_code": 15900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10967, "Shape__Length": 89.967291744165124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203717989868906, 39.960271277556402 ], [ -75.204519981214005, 39.960194701946001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20211, "tnode_": 20225, "lpoly_": null, "rpoly_": null, "length": 349.26549681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 65460, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420744, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10968, "Shape__Length": 138.70689743596364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192557318263496, 39.9600242474692 ], [ -75.193791034057497, 39.959890331849302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20225, "tnode_": 20162, "lpoly_": null, "rpoly_": null, "length": 233.16515454999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 348, "r_f_add": 301, "r_t_add": 349, "st_code": 88500, "l_hundred": 300, "r_hundred": 300, "seg_id": 420745, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 10969, "Shape__Length": 92.951525379378296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193791034057497, 39.959890331849302 ], [ -75.193907786205003, 39.960524062617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20226, "tnode_": 20159, "lpoly_": null, "rpoly_": null, "length": 216.40987937999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUNDERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 330, "l_t_add": 398, "r_f_add": 331, "r_t_add": 399, "st_code": 71080, "l_hundred": 300, "r_hundred": 300, "seg_id": 420746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUNDERS AVE", "stname": "SAUNDERS AVE", "objectid": 10970, "Shape__Length": 86.275445263386459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198768027416705, 39.9600558248003 ], [ -75.198845787936804, 39.960646875770401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29023, "tnode_": 20222, "lpoly_": null, "rpoly_": null, "length": 403.06447200999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN TOWN", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 1, "r_f_add": 2, "r_t_add": 2, "st_code": 35010, "l_hundred": 0, "r_hundred": 0, "seg_id": 420747, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN TOWN BLVD", "stname": "FRANKLIN TOWN BLVD", "objectid": 10971, "Shape__Length": 160.59341700930278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167994593301202, 39.960358037986303 ], [ -75.167422202740994, 39.959343028433601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20221, "tnode_": 20233, "lpoly_": null, "rpoly_": null, "length": 224.16478969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4054, "l_t_add": 4098, "r_f_add": 4053, "r_t_add": 4099, "st_code": 15900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10972, "Shape__Length": 89.023003550409513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204519981214005, 39.960194701946001 ], [ -75.205313866149496, 39.9601208701351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20233, "tnode_": 20105, "lpoly_": null, "rpoly_": null, "length": 451.09580275000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88600, "l_hundred": 400, "r_hundred": 400, "seg_id": 420750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 10973, "Shape__Length": 179.84031424326946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205313866149496, 39.9601208701351 ], [ -75.205446739384399, 39.961354956183598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20240, "tnode_": 20114, "lpoly_": null, "rpoly_": null, "length": 654.97767586000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2001, "r_t_add": 2099, "st_code": 16880, "l_hundred": 0, "r_hundred": 2000, "seg_id": 420751, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 10974, "Shape__Length": 260.58366394591314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171913650348699, 39.959297978169801 ], [ -75.173611007004794, 39.960533584346898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20234, "tnode_": 20186, "lpoly_": null, "rpoly_": null, "length": 173.40941921000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 339, "r_t_add": 399, "st_code": 19140, "l_hundred": 0, "r_hundred": 300, "seg_id": 420752, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 10975, "Shape__Length": 69.127465766691628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162060954286403, 39.9591102238182 ], [ -75.161962691736804, 39.959580210335197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20225, "tnode_": 20245, "lpoly_": null, "rpoly_": null, "length": 409.62121263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 65460, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420753, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10976, "Shape__Length": 162.67619877932245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193791034057497, 39.959890331849302 ], [ -75.195237884514796, 39.959732960446601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20245, "tnode_": 20187, "lpoly_": null, "rpoly_": null, "length": 232.69417812999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 309, "st_code": 88520, "l_hundred": 300, "r_hundred": 300, "seg_id": 420754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10977, "Shape__Length": 92.762890138884586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195237884514796, 39.959732960446601 ], [ -75.195359670489296, 39.960364822926401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20241, "tnode_": 20248, "lpoly_": null, "rpoly_": null, "length": 154.41942774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4108, "l_t_add": 4198, "r_f_add": 4109, "r_t_add": 4199, "st_code": 15900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420755, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 10978, "Shape__Length": 61.324396195986608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205922922064204, 39.960067603975801 ], [ -75.206470247714705, 39.960019672235902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20245, "tnode_": 20254, "lpoly_": null, "rpoly_": null, "length": 142.67082892000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3706, "r_f_add": 3701, "r_t_add": 3707, "st_code": 65460, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420756, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10979, "Shape__Length": 56.660611149414365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195237884514796, 39.959732960446601 ], [ -75.195741046923004, 39.959674087950198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20258, "tnode_": 20182, "lpoly_": null, "rpoly_": null, "length": 270.01579368, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 308, "r_f_add": 301, "r_t_add": 317, "st_code": 88150, "l_hundred": 300, "r_hundred": 300, "seg_id": 420757, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 10980, "Shape__Length": 107.63619053375672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170344683958206, 39.959100068218703 ], [ -75.170175574900597, 39.9598297823647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20268, "tnode_": 20234, "lpoly_": null, "rpoly_": null, "length": 103.13268537, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 323, "r_t_add": 337, "st_code": 19140, "l_hundred": 0, "r_hundred": 300, "seg_id": 420758, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 10981, "Shape__Length": 41.112074712885637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162121068964296, 39.958830916702098 ], [ -75.162060954286403, 39.9591102238182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20270, "tnode_": 20261, "lpoly_": null, "rpoly_": null, "length": 170.52815274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 83900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420760, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 10982, "Shape__Length": 67.724943622540337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174939806006904, 39.959122252626798 ], [ -75.175539428284907, 39.9592011079217 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20254, "tnode_": 20275, "lpoly_": null, "rpoly_": null, "length": 366.47572269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3708, "l_t_add": 3798, "r_f_add": 3709, "r_t_add": 3799, "st_code": 65460, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420761, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10983, "Shape__Length": 145.53547876211312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195741046923004, 39.959674087950198 ], [ -75.197041883711705, 39.959574051114402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20275, "tnode_": 20235, "lpoly_": null, "rpoly_": null, "length": 119.45021824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 308, "r_f_add": 301, "r_t_add": 309, "st_code": 88540, "l_hundred": 300, "r_hundred": 300, "seg_id": 420762, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 10984, "Shape__Length": 47.607502790851584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197041883711705, 39.959574051114402 ], [ -75.196993233805003, 39.959654438436601 ], [ -75.196929378746105, 39.9598885657919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20278, "tnode_": 20197, "lpoly_": null, "rpoly_": null, "length": 274.05382471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 319, "st_code": 88130, "l_hundred": 300, "r_hundred": 300, "seg_id": 420763, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 10985, "Shape__Length": 109.24619203272717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168775848444398, 39.958901706166898 ], [ -75.168608348887204, 39.959642893871603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20280, "tnode_": 20180, "lpoly_": null, "rpoly_": null, "length": 335.35288075, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 258, "l_t_add": 292, "r_f_add": 259, "r_t_add": 293, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420764, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 10986, "Shape__Length": 133.68234736367495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173949772795197, 39.9590125447574 ], [ -75.173889147962299, 39.959260519091899 ], [ -75.173833934540696, 39.959466062758302 ], [ -75.173747711910295, 39.959919606886402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20280, "tnode_": 20270, "lpoly_": null, "rpoly_": null, "length": 280.39774537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 83900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420765, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 10987, "Shape__Length": 111.35573585127692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173949772795197, 39.9590125447574 ], [ -75.174939806006904, 39.959122252626798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20282, "tnode_": 27982, "lpoly_": null, "rpoly_": null, "length": 48.69772422, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 296, "l_t_add": 296, "r_f_add": 297, "r_t_add": 297, "st_code": 88170, "l_hundred": 200, "r_hundred": 200, "seg_id": 420766, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10988, "Shape__Length": 19.408122253729918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172041083407905, 39.958928138231101 ], [ -75.172010653943005, 39.958998437234598 ], [ -75.171993016301499, 39.959046695651097 ], [ -75.171991314543305, 39.959056058589901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20290, "tnode_": 20245, "lpoly_": null, "rpoly_": null, "length": 136.08645493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88520, "l_hundred": 200, "r_hundred": 200, "seg_id": 420767, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 10989, "Shape__Length": 54.246864015698513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195155287716304, 39.959366373694799 ], [ -75.195174940443096, 39.959518066084499 ], [ -75.195205366154497, 39.959663347131297 ], [ -75.195237884514796, 39.959732960446601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20290, "tnode_": 20254, "lpoly_": null, "rpoly_": null, "length": 198.81718128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3706, "l_t_add": 3708, "r_f_add": 3701, "r_t_add": 3709, "st_code": 48900, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420768, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10990, "Shape__Length": 79.050916363460701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195155287716304, 39.959366373694799 ], [ -75.195741046923004, 39.959674087950198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20288, "tnode_": 20261, "lpoly_": null, "rpoly_": null, "length": 80.77920383, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 240, "l_t_add": 264, "r_f_add": 237, "r_t_add": 263, "st_code": 88210, "l_hundred": 200, "r_hundred": 200, "seg_id": 420769, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 10991, "Shape__Length": 32.203195316771328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175570658750999, 39.958980665042603 ], [ -75.175539428284907, 39.9592011079217 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20293, "tnode_": 20226, "lpoly_": null, "rpoly_": null, "length": 226.07622989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUNDERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 328, "r_f_add": 301, "r_t_add": 329, "st_code": 71080, "l_hundred": 300, "r_hundred": 300, "seg_id": 420770, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUNDERS AVE", "stname": "SAUNDERS AVE", "objectid": 10992, "Shape__Length": 90.127989662649384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198683323821697, 39.959438649643701 ], [ -75.198768027416705, 39.9600558248003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20298, "tnode_": 20282, "lpoly_": null, "rpoly_": null, "length": 47.77256035, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 294, "l_t_add": 294, "r_f_add": 295, "r_t_add": 295, "st_code": 88170, "l_hundred": 200, "r_hundred": 200, "seg_id": 420771, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 10993, "Shape__Length": 19.04102799390331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172083547579405, 39.958801133131203 ], [ -75.172041083407905, 39.958928138231101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20303, "tnode_": 20268, "lpoly_": null, "rpoly_": null, "length": 101.2017608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 319, "r_t_add": 321, "st_code": 19140, "l_hundred": 0, "r_hundred": 300, "seg_id": 420772, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 10994, "Shape__Length": 40.342458367241534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162178101311795, 39.958556593839901 ], [ -75.162121068964296, 39.958830916702098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20298, "tnode_": 20280, "lpoly_": null, "rpoly_": null, "length": 528.79655812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 83900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420774, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 10995, "Shape__Length": 210.00382888827895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172083547579405, 39.958801133131203 ], [ -75.173949772795197, 39.9590125447574 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20307, "tnode_": 20313, "lpoly_": null, "rpoly_": null, "length": 173.48732431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3908, "r_f_add": 3901, "r_t_add": 3905, "st_code": 65460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420775, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 10996, "Shape__Length": 68.895323344085639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199882560998503, 39.959345322426799 ], [ -75.200498319632402, 39.9592976076976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20313, "tnode_": 20183, "lpoly_": null, "rpoly_": null, "length": 447.3161176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 74460, "l_hundred": 300, "r_hundred": 300, "seg_id": 420776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE ST", "stname": "STATE ST", "objectid": 10997, "Shape__Length": 178.33153635210451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200498319632402, 39.9592976076976 ], [ -75.200626699905897, 39.960521566089497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20321, "tnode_": 20290, "lpoly_": null, "rpoly_": null, "length": 168.68774968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3704, "r_f_add": 3639, "r_t_add": 3699, "st_code": 48900, "l_hundred": 3700, "r_hundred": 3600, "seg_id": 420777, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 10998, "Shape__Length": 67.071241005202609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194658640997403, 39.959104905869197 ], [ -75.195155287716304, 39.959366373694799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20319, "tnode_": 20310, "lpoly_": null, "rpoly_": null, "length": 278.90054032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5124, "r_f_add": 5101, "r_t_add": 5127, "st_code": 53560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420778, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 10999, "Shape__Length": 110.76365591515892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222902856257306, 39.959754440770098 ], [ -75.223886128325802, 39.959871226736098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20313, "tnode_": 20322, "lpoly_": null, "rpoly_": null, "length": 180.45525486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3910, "l_t_add": 3918, "r_f_add": 3907, "r_t_add": 3919, "st_code": 65460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420779, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11000, "Shape__Length": 71.662027757828611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200498319632402, 39.9592976076976 ], [ -75.201139209508398, 39.959251138189103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20325, "tnode_": 20319, "lpoly_": null, "rpoly_": null, "length": 143.30612061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5038, "l_t_add": 5098, "r_f_add": 5039, "r_t_add": 5099, "st_code": 53560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420780, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11001, "Shape__Length": 56.913954231744967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222398630091305, 39.959689629170001 ], [ -75.222902856257306, 39.959754440770098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20333, "tnode_": 20325, "lpoly_": null, "rpoly_": null, "length": 138.04759552000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5024, "l_t_add": 5036, "r_f_add": 5027, "r_t_add": 5037, "st_code": 53560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420781, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11002, "Shape__Length": 54.824071982150457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221911286681504, 39.959635182136203 ], [ -75.222398630091305, 39.959689629170001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20322, "tnode_": 20337, "lpoly_": null, "rpoly_": null, "length": 235.14747312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3920, "l_t_add": 3998, "r_f_add": 3921, "r_t_add": 3999, "st_code": 65460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420782, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11003, "Shape__Length": 93.381734846913417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201139209508398, 39.959251138189103 ], [ -75.201973747356107, 39.959185932800899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20341, "tnode_": 20288, "lpoly_": null, "rpoly_": null, "length": 156.81996671, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 214, "l_t_add": 238, "r_f_add": 233, "r_t_add": 235, "st_code": 88210, "l_hundred": 200, "r_hundred": 200, "seg_id": 420783, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11004, "Shape__Length": 62.514329100399813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175655380104899, 39.9585551400816 ], [ -75.175570658750999, 39.958980665042603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20346, "tnode_": 20165, "lpoly_": null, "rpoly_": null, "length": 579.10783414000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88780, "l_hundred": 0, "r_hundred": 0, "seg_id": 420784, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 11005, "Shape__Length": 230.85717002346519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2209227074691, 39.959514434662402 ], [ -75.220594267754606, 39.9610839386919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20346, "tnode_": 20333, "lpoly_": null, "rpoly_": null, "length": 280.59451123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5022, "r_f_add": 5001, "r_t_add": 5025, "st_code": 53560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420785, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11006, "Shape__Length": 111.43659318216692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2209227074691, 39.959514434662402 ], [ -75.221911286681504, 39.959635182136203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20337, "tnode_": 20349, "lpoly_": null, "rpoly_": null, "length": 230.13367128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4024, "r_f_add": 4001, "r_t_add": 4017, "st_code": 65460, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420786, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11007, "Shape__Length": 91.390911772045342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201973747356107, 39.959185932800899 ], [ -75.202790096621101, 39.959119200306098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20348, "tnode_": 20270, "lpoly_": null, "rpoly_": null, "length": 233.8072127, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 79740, "l_hundred": 200, "r_hundred": 200, "seg_id": 420787, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 11008, "Shape__Length": 93.201193709684475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175088175369396, 39.958490659597103 ], [ -75.174939806006904, 39.959122252626798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20348, "tnode_": 20341, "lpoly_": null, "rpoly_": null, "length": 160.73085103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2132, "l_t_add": 2198, "r_f_add": 2133, "r_t_add": 2199, "st_code": 73740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420788, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 11009, "Shape__Length": 63.831586080995095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175088175369396, 39.958490659597103 ], [ -75.175655380104899, 39.9585551400816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20352, "tnode_": 20348, "lpoly_": null, "rpoly_": null, "length": 60.73958003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2124, "l_t_add": 2130, "r_f_add": 2125, "r_t_add": 2131, "st_code": 73740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420789, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 11010, "Shape__Length": 24.122888327631117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174875197895105, 39.958460005814899 ], [ -75.175088175369396, 39.958490659597103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20361, "tnode_": 20346, "lpoly_": null, "rpoly_": null, "length": 266.39286752000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4918, "l_t_add": 4998, "r_f_add": 4919, "r_t_add": 4999, "st_code": 53560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420790, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11011, "Shape__Length": 105.79708697339659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219985066459301, 39.959395508293298 ], [ -75.2209227074691, 39.959514434662402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20349, "tnode_": 20362, "lpoly_": null, "rpoly_": null, "length": 225.08575226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4026, "l_t_add": 4036, "r_f_add": 4019, "r_t_add": 4033, "st_code": 65460, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420791, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11012, "Shape__Length": 89.38524062351803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202790096621101, 39.959119200306098 ], [ -75.203589625613901, 39.959062353853199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20366, "tnode_": 20303, "lpoly_": null, "rpoly_": null, "length": 181.27450972999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 301, "r_t_add": 317, "st_code": 19140, "l_hundred": 0, "r_hundred": 300, "seg_id": 420792, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11013, "Shape__Length": 72.259385369742091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162296186390506, 39.958067340061397 ], [ -75.162178101311795, 39.958556593839901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20364, "tnode_": 20280, "lpoly_": null, "rpoly_": null, "length": 241.58576234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 230, "l_t_add": 256, "r_f_add": 231, "r_t_add": 257, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420793, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11014, "Shape__Length": 96.303144977304925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174093831701995, 39.9583586928985 ], [ -75.173949772795197, 39.9590125447574 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20364, "tnode_": 20352, "lpoly_": null, "rpoly_": null, "length": 222.12921671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 73740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420794, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 11015, "Shape__Length": 88.216965793918192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174093831701995, 39.9583586928985 ], [ -75.174875197895105, 39.958460005814899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20362, "tnode_": 20371, "lpoly_": null, "rpoly_": null, "length": 225.51666268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4038, "l_t_add": 4054, "r_f_add": 4035, "r_t_add": 4053, "st_code": 65460, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420795, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11016, "Shape__Length": 89.557207775073834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203589625613901, 39.959062353853199 ], [ -75.204389631088205, 39.958997217786298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20379, "tnode_": 20321, "lpoly_": null, "rpoly_": null, "length": 343.46551076000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3637, "st_code": 48900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420796, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11017, "Shape__Length": 136.56050740362164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193643848726893, 39.9585765739781 ], [ -75.194658640997403, 39.959104905869197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20381, "tnode_": 20323, "lpoly_": null, "rpoly_": null, "length": 248.04078359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1831, "r_t_add": 1899, "st_code": 16880, "l_hundred": 0, "r_hundred": 1800, "seg_id": 420797, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 11018, "Shape__Length": 98.675279699062344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169831141783206, 39.958118802121 ], [ -75.169949309999794, 39.958290487294597 ], [ -75.170071500149504, 39.958402708423797 ], [ -75.170242221813595, 39.958485611485401 ], [ -75.170462437702795, 39.958559479019797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20382, "tnode_": 20387, "lpoly_": null, "rpoly_": null, "length": 151.40789613000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4108, "r_f_add": 4101, "r_t_add": 4109, "st_code": 65460, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420798, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11019, "Shape__Length": 60.127626475290739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205188590895204, 39.958929756322703 ], [ -75.205725002096798, 39.9588812204208 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20394, "tnode_": 20321, "lpoly_": null, "rpoly_": null, "length": 255.05494057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88520, "l_hundred": 0, "r_hundred": 0, "seg_id": 420799, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 11020, "Shape__Length": 101.55612851422102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195172199404595, 39.958526948690903 ], [ -75.194658640997403, 39.959104905869197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20387, "tnode_": 20396, "lpoly_": null, "rpoly_": null, "length": 154.53578632999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4110, "l_t_add": 4198, "r_f_add": 4111, "r_t_add": 4199, "st_code": 65460, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420800, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11021, "Shape__Length": 61.369656195061296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205725002096798, 39.9588812204208 ], [ -75.206272591181502, 39.958832318985102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20401, "tnode_": 20014, "lpoly_": null, "rpoly_": null, "length": 1281.09966044, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 598, "r_f_add": 1, "r_t_add": 599, "st_code": 88740, "l_hundred": 0, "r_hundred": 0, "seg_id": 420801, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 11022, "Shape__Length": 510.69230652906975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217003830577099, 39.959024889138298 ], [ -75.216194371493501, 39.962486065294101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20401, "tnode_": 20375, "lpoly_": null, "rpoly_": null, "length": 554.62951406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 53560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420802, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11023, "Shape__Length": 220.26776548564519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217003830577099, 39.959024889138298 ], [ -75.218956675611096, 39.959269265278301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20408, "tnode_": 20291, "lpoly_": null, "rpoly_": null, "length": 368.93007533000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTI", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 498, "r_f_add": 301, "r_t_add": 499, "st_code": 19970, "l_hundred": 300, "r_hundred": 300, "seg_id": 420803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTI ST", "stname": "BUSTI ST", "objectid": 11024, "Shape__Length": 147.08172722428731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209334169946501, 39.958788391046397 ], [ -75.209255524154401, 39.9597993405526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20412, "tnode_": 20381, "lpoly_": null, "rpoly_": null, "length": 93.41092493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1821, "r_t_add": 1829, "st_code": 16880, "l_hundred": 0, "r_hundred": 1800, "seg_id": 420804, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 11025, "Shape__Length": 37.237499128973631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169817230848906, 39.9578646148953 ], [ -75.169802920681803, 39.9579831017355 ], [ -75.169831141783206, 39.958118802121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20436, "tnode_": 20341, "lpoly_": null, "rpoly_": null, "length": 252.04943171, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 231, "st_code": 88210, "l_hundred": 200, "r_hundred": 200, "seg_id": 420806, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11026, "Shape__Length": 100.46994799252971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175828617255306, 39.957876197428803 ], [ -75.175655380104899, 39.9585551400816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20436, "tnode_": 20431, "lpoly_": null, "rpoly_": null, "length": 129.56259006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2210, "r_f_add": 2201, "r_t_add": 2207, "st_code": 67120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 420807, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11027, "Shape__Length": 51.453041323184976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175828617255306, 39.957876197428803 ], [ -75.176285962605803, 39.957927467062298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20443, "tnode_": 20266, "lpoly_": null, "rpoly_": null, "length": 514.4026624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 51, "st_code": 88700, "l_hundred": 0, "r_hundred": 0, "seg_id": 420809, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 11028, "Shape__Length": 205.05171508520507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2140215999802, 39.958652635421203 ], [ -75.213675282154696, 39.960039358909803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20443, "tnode_": 20401, "lpoly_": null, "rpoly_": null, "length": 846.9353138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 53560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420810, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11029, "Shape__Length": 336.35355626147106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2140215999802, 39.958652635421203 ], [ -75.217003830577099, 39.959024889138298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20346, "tnode_": 20446, "lpoly_": null, "rpoly_": null, "length": 285.54455701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 20, "st_code": 88790, "l_hundred": 0, "r_hundred": 0, "seg_id": 420811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 11030, "Shape__Length": 113.82779204599652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2209227074691, 39.959514434662402 ], [ -75.221088488472901, 39.958741030208998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20425, "tnode_": 20449, "lpoly_": null, "rpoly_": null, "length": 81.015609520000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 21, "l_t_add": 25, "r_f_add": 22, "r_t_add": 26, "st_code": 88810, "l_hundred": 0, "r_hundred": 0, "seg_id": 420812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11031, "Shape__Length": 32.295530537764044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223061766727795, 39.958984412730501 ], [ -75.223108333401498, 39.958764920721798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20450, "tnode_": 20364, "lpoly_": null, "rpoly_": null, "length": 255.533264, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 88190, "l_hundred": 200, "r_hundred": 200, "seg_id": 420813, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11032, "Shape__Length": 101.86248934633259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174243021464306, 39.957666681064801 ], [ -75.174093831701995, 39.9583586928985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20451, "tnode_": 20443, "lpoly_": null, "rpoly_": null, "length": 284.52438897999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 53560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420814, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11033, "Shape__Length": 112.99618457415649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213019761626697, 39.958527455425902 ], [ -75.2140215999802, 39.958652635421203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20435, "tnode_": 20469, "lpoly_": null, "rpoly_": null, "length": 240.97903792000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4262, "l_t_add": 4348, "r_f_add": 4301, "r_t_add": 4349, "st_code": 65460, "l_hundred": 4200, "r_hundred": 4300, "seg_id": 420815, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11034, "Shape__Length": 95.753446211544372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207979730210795, 39.958622522599299 ], [ -75.208767520565601, 39.958357799015701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20469, "tnode_": 20408, "lpoly_": null, "rpoly_": null, "length": 228.65043275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4448, "r_f_add": 4401, "r_t_add": 4449, "st_code": 43050, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420816, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLDEN ST", "stname": "HOLDEN ST", "objectid": 11035, "Shape__Length": 90.973926378467425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208767520565601, 39.958357799015701 ], [ -75.208845292414395, 39.9584854566613 ], [ -75.208939959795003, 39.958570378176397 ], [ -75.209067695205306, 39.958658803479402 ], [ -75.209334169946501, 39.958788391046397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20375, "tnode_": 20478, "lpoly_": null, "rpoly_": null, "length": 285.40831497, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 88770, "l_hundred": 0, "r_hundred": 0, "seg_id": 420817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 11036, "Shape__Length": 113.77438914544173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218956675611096, 39.959269265278301 ], [ -75.219112919133906, 39.958495064429201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20476, "tnode_": 20379, "lpoly_": null, "rpoly_": null, "length": 426.30894235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 48900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 420818, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11037, "Shape__Length": 169.4953949547328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192381777464902, 39.957923740429898 ], [ -75.192545354329397, 39.958005042172701 ], [ -75.193643848726893, 39.9585765739781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20480, "tnode_": 20298, "lpoly_": null, "rpoly_": null, "length": 504.14035073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 292, "r_f_add": 201, "r_t_add": 293, "st_code": 88170, "l_hundred": 200, "r_hundred": 200, "seg_id": 420819, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11038, "Shape__Length": 200.96211204770438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172392900799096, 39.957437833899199 ], [ -75.172083547579405, 39.958801133131203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29035, "tnode_": 20451, "lpoly_": null, "rpoly_": null, "length": 561.1808156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 53560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420820, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11039, "Shape__Length": 222.86619658469286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2110427812149, 39.958285406578199 ], [ -75.213019761626697, 39.958527455425902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20482, "tnode_": 20491, "lpoly_": null, "rpoly_": null, "length": 454.53716833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4050, "l_t_add": 4098, "r_f_add": 4059, "r_t_add": 4099, "st_code": 34000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420821, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11040, "Shape__Length": 180.50579579457272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203488244075203, 39.958086925868997 ], [ -75.2042215603839, 39.958174388986798 ], [ -75.205098030450401, 39.9581196883058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20492, "tnode_": 20379, "lpoly_": null, "rpoly_": null, "length": 280.97826086000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 99, "st_code": 88500, "l_hundred": 0, "r_hundred": 0, "seg_id": 420822, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 11041, "Shape__Length": 112.00558359083287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193808617405097, 39.957815899952401 ], [ -75.193797127465601, 39.957890479819703 ], [ -75.193738871935906, 39.9581668164397 ], [ -75.193694838969293, 39.958372645352497 ], [ -75.193643848726893, 39.9585765739781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20492, "tnode_": 20394, "lpoly_": null, "rpoly_": null, "length": 461.74964701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 81480, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420823, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 11042, "Shape__Length": 183.58849459206291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193808617405097, 39.957815899952401 ], [ -75.195172199404595, 39.958526948690903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20499, "tnode_": 20482, "lpoly_": null, "rpoly_": null, "length": 232.56793212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4020, "l_t_add": 4048, "r_f_add": 4033, "r_t_add": 4057, "st_code": 34000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420824, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11043, "Shape__Length": 92.361970569046946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2026699979521, 39.957981608291703 ], [ -75.203488244075203, 39.958086925868997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28479, "tnode_": 20480, "lpoly_": null, "rpoly_": null, "length": 365.22273449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 67120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 420825, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11044, "Shape__Length": 145.1069161446942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171189029529302, 39.957562507995597 ], [ -75.171362574956007, 39.9574635446196 ], [ -75.171562876892295, 39.957349796638603 ], [ -75.172392900799096, 39.957437833899199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20469, "tnode_": 20483, "lpoly_": null, "rpoly_": null, "length": 215.04314096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4350, "l_t_add": 4398, "r_f_add": 4351, "r_t_add": 4399, "st_code": 65460, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420826, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 11045, "Shape__Length": 85.476639940318137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208767520565601, 39.958357799015701 ], [ -75.209348373875201, 39.958171606943402 ], [ -75.209424349117299, 39.958083072009501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20483, "tnode_": 29035, "lpoly_": null, "rpoly_": null, "length": 459.64758236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 53560, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420827, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11046, "Shape__Length": 182.54364333572556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209424349117299, 39.958083072009501 ], [ -75.2110427812149, 39.958285406578199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20511, "tnode_": 20337, "lpoly_": null, "rpoly_": null, "length": 477.03690347999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 20, "l_t_add": 298, "r_f_add": 21, "r_t_add": 299, "st_code": 88580, "l_hundred": 0, "r_hundred": 0, "seg_id": 420828, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 11047, "Shape__Length": 190.17644526783036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201836041439293, 39.957880701296098 ], [ -75.201973747356107, 39.959185932800899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20511, "tnode_": 20499, "lpoly_": null, "rpoly_": null, "length": 236.65832914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4018, "r_f_add": 4001, "r_t_add": 4031, "st_code": 34000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420829, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11048, "Shape__Length": 93.9851360935278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201836041439293, 39.957880701296098 ], [ -75.2026699979521, 39.957981608291703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20522, "tnode_": 20476, "lpoly_": null, "rpoly_": null, "length": 215.27606653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3430, "l_t_add": 3498, "r_f_add": 3433, "r_t_add": 3499, "st_code": 48900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420830, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11049, "Shape__Length": 85.596913651824224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191753145155204, 39.957584323437601 ], [ -75.192381777464902, 39.957923740429898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20520, "tnode_": 20511, "lpoly_": null, "rpoly_": null, "length": 241.72790586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3950, "l_t_add": 3998, "r_f_add": 3951, "r_t_add": 3999, "st_code": 34000, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420831, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11050, "Shape__Length": 95.998443376302973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200984392597505, 39.957776799292503 ], [ -75.201836041439293, 39.957880701296098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20449, "tnode_": 20526, "lpoly_": null, "rpoly_": null, "length": 194.00568177999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 27, "l_t_add": 99, "r_f_add": 28, "r_t_add": 98, "st_code": 88810, "l_hundred": 0, "r_hundred": 0, "seg_id": 420832, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11051, "Shape__Length": 77.336932965875263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223108333401498, 39.958764920721798 ], [ -75.223218404516601, 39.9582391299679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20526, "tnode_": 20498, "lpoly_": null, "rpoly_": null, "length": 559.74153348999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 22820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420833, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11052, "Shape__Length": 222.29544078120205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223218404516601, 39.9582391299679 ], [ -75.225189187909194, 39.958485939514397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20530, "tnode_": 20483, "lpoly_": null, "rpoly_": null, "length": 367.25431013999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 53560, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420834, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11053, "Shape__Length": 145.84972189074534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208130516405404, 39.957924873094903 ], [ -75.209424349117299, 39.958083072009501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20549, "tnode_": 20529, "lpoly_": null, "rpoly_": null, "length": 447.27930326999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 67120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 420835, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11054, "Shape__Length": 177.62725926446845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167599161121501, 39.956850127399001 ], [ -75.169175424745404, 39.957040221374598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20446, "tnode_": 20554, "lpoly_": null, "rpoly_": null, "length": 276.02640404000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 21, "l_t_add": 99, "r_f_add": 22, "r_t_add": 98, "st_code": 88790, "l_hundred": 0, "r_hundred": 0, "seg_id": 420836, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 11055, "Shape__Length": 110.03255764264803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221088488472901, 39.958741030208998 ], [ -75.221247001328706, 39.957993186211603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20554, "tnode_": 20526, "lpoly_": null, "rpoly_": null, "length": 559.86444658999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 22820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420837, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11056, "Shape__Length": 222.34327921787846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221247001328706, 39.957993186211603 ], [ -75.223218404516601, 39.9582391299679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20557, "tnode_": 20436, "lpoly_": null, "rpoly_": null, "length": 335.24355271999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 138, "l_t_add": 198, "r_f_add": 129, "r_t_add": 199, "st_code": 88210, "l_hundred": 100, "r_hundred": 100, "seg_id": 420838, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11057, "Shape__Length": 133.6356139715312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1760271453808, 39.956968681870897 ], [ -75.175828617255306, 39.957876197428803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20559, "tnode_": 20477, "lpoly_": null, "rpoly_": null, "length": 209.1447233, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 21, "st_code": 88620, "l_hundred": 0, "r_hundred": 0, "seg_id": 420839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 11058, "Shape__Length": 83.37406657745143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206077668627202, 39.957668223074499 ], [ -75.206173469139401, 39.958237598592397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20451, "tnode_": 20565, "lpoly_": null, "rpoly_": null, "length": 283.00325633, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 11, "r_f_add": 2, "r_t_add": 26, "st_code": 88710, "l_hundred": 0, "r_hundred": 0, "seg_id": 420840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 11059, "Shape__Length": 112.81338414425079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213019761626697, 39.958527455425902 ], [ -75.213182228071204, 39.9577607023122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20575, "tnode_": 20491, "lpoly_": null, "rpoly_": null, "length": 211.54635073, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 15, "st_code": 88600, "l_hundred": 0, "r_hundred": 0, "seg_id": 420841, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 11060, "Shape__Length": 84.334754158666087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205039060111503, 39.9575407428283 ], [ -75.205098030450401, 39.9581196883058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20575, "tnode_": 20559, "lpoly_": null, "rpoly_": null, "length": 294.83857973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4128, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 53560, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11061, "Shape__Length": 117.0902626130986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205039060111503, 39.9575407428283 ], [ -75.206077668627202, 39.957668223074499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20573, "tnode_": 20549, "lpoly_": null, "rpoly_": null, "length": 454.65198244000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 67120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 420843, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11062, "Shape__Length": 180.55623332578591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165998749279794, 39.9566481211696 ], [ -75.167599161121501, 39.956850127399001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20583, "tnode_": 20569, "lpoly_": null, "rpoly_": null, "length": 222.11090443999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 22740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 420844, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11063, "Shape__Length": 88.208071309302483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174442297794101, 39.956770889643998 ], [ -75.175223079381297, 39.956874460724897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20478, "tnode_": 20584, "lpoly_": null, "rpoly_": null, "length": 275.28059203000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 88770, "l_hundred": 0, "r_hundred": 0, "seg_id": 420845, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 11064, "Shape__Length": 109.73539042622959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219112919133906, 39.958495064429201 ], [ -75.219267222687506, 39.957748772358997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20584, "tnode_": 20554, "lpoly_": null, "rpoly_": null, "length": 562.09565867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 22820, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420846, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11065, "Shape__Length": 223.22811380197359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219267222687506, 39.957748772358997 ], [ -75.221247001328706, 39.957993186211603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20581, "tnode_": 20573, "lpoly_": null, "rpoly_": null, "length": 142.71204178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1532, "l_t_add": 1598, "r_f_add": 1525, "r_t_add": 1599, "st_code": 67120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420847, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11066, "Shape__Length": 56.675558500340351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165496788546903, 39.956582880891403 ], [ -75.165998749279794, 39.9566481211696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20587, "tnode_": 20575, "lpoly_": null, "rpoly_": null, "length": 253.00423567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4126, "r_f_add": 4063, "r_t_add": 4099, "st_code": 53560, "l_hundred": 4100, "r_hundred": 4000, "seg_id": 420848, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11067, "Shape__Length": 100.47625773796284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204147805988001, 39.957431419443097 ], [ -75.205039060111503, 39.9575407428283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20592, "tnode_": 20583, "lpoly_": null, "rpoly_": null, "length": 184.39941188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2047, "r_t_add": 2099, "st_code": 22740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420850, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11068, "Shape__Length": 73.229850816015897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173792294205995, 39.9566933141679 ], [ -75.174442297794101, 39.956770889643998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29035, "tnode_": 20597, "lpoly_": null, "rpoly_": null, "length": 284.17240828999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 29, "r_f_add": 2, "r_t_add": 28, "st_code": 88690, "l_hundred": 0, "r_hundred": 0, "seg_id": 420851, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 11069, "Shape__Length": 113.27855855141647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2110427812149, 39.958285406578199 ], [ -75.211209281247307, 39.957515912288002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20599, "tnode_": 20482, "lpoly_": null, "rpoly_": null, "length": 273.50807821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 13, "st_code": 65580, "l_hundred": 0, "r_hundred": 0, "seg_id": 420852, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 11070, "Shape__Length": 109.03578468451626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203407031199106, 39.957338717456899 ], [ -75.203488244075203, 39.958086925868997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20599, "tnode_": 20587, "lpoly_": null, "rpoly_": null, "length": 210.39366664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4048, "l_t_add": 4098, "r_f_add": 4045, "r_t_add": 4061, "st_code": 53560, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420853, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11071, "Shape__Length": 83.554409516424784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203407031199106, 39.957338717456899 ], [ -75.204147805988001, 39.957431419443097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20596, "tnode_": 20527, "lpoly_": null, "rpoly_": null, "length": 172.60091148000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 219, "st_code": 88070, "l_hundred": 200, "r_hundred": 200, "seg_id": 420854, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11072, "Shape__Length": 68.801605709563717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164476624469899, 39.956468099043903 ], [ -75.164372566190494, 39.956935094043402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20596, "tnode_": 20588, "lpoly_": null, "rpoly_": null, "length": 145.91948707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1504, "r_f_add": 1501, "r_t_add": 1511, "st_code": 67120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420855, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11073, "Shape__Length": 57.948121689053963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164476624469899, 39.956468099043903 ], [ -75.164991146793099, 39.956528680296799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20604, "tnode_": 20584, "lpoly_": null, "rpoly_": null, "length": 338.6280759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4828, "l_t_add": 4898, "r_f_add": 4817, "r_t_add": 4899, "st_code": 22820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420856, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11074, "Shape__Length": 134.48098585478928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218074714673904, 39.957600650697302 ], [ -75.219267222687506, 39.957748772358997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20603, "tnode_": 20592, "lpoly_": null, "rpoly_": null, "length": 175.75934264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2026, "l_t_add": 2042, "r_f_add": 2021, "r_t_add": 2045, "st_code": 22740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420857, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11075, "Shape__Length": 69.799199582609788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173173465909599, 39.956615891911703 ], [ -75.173792294205995, 39.9566933141679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20616, "tnode_": 20604, "lpoly_": null, "rpoly_": null, "length": 213.20150554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4826, "r_f_add": 4801, "r_t_add": 4815, "st_code": 22820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420859, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11076, "Shape__Length": 84.669437026903125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217323741330802, 39.957508193251002 ], [ -75.218074714673904, 39.957600650697302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20615, "tnode_": 20603, "lpoly_": null, "rpoly_": null, "length": 168.2473725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2024, "r_f_add": 2001, "r_t_add": 2019, "st_code": 22740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 420860, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11077, "Shape__Length": 66.816206780056262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172581438783496, 39.956540132519102 ], [ -75.173173465909599, 39.956615891911703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20612, "tnode_": 20596, "lpoly_": null, "rpoly_": null, "length": 234.18968007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1417, "r_t_add": 1499, "st_code": 67120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420861, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11078, "Shape__Length": 93.005148286511655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163654228584093, 39.9563552052266 ], [ -75.164476624469899, 39.956468099043903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20414, "tnode_": 20366, "lpoly_": null, "rpoly_": null, "length": 139.51594143999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 0, "r_hundred": 300, "seg_id": 420863, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11079, "Shape__Length": 55.616353949401095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162365440443295, 39.957688077468397 ], [ -75.162296186390506, 39.958067340061397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26998, "tnode_": 20612, "lpoly_": null, "rpoly_": null, "length": 236.10595457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1415, "st_code": 67120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420864, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11080, "Shape__Length": 93.762708131604128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162821298098905, 39.956259249366497 ], [ -75.163654228584093, 39.9563552052266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20526, "tnode_": 20636, "lpoly_": null, "rpoly_": null, "length": 280.35730505000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 122, "st_code": 88810, "l_hundred": 100, "r_hundred": 100, "seg_id": 420865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11081, "Shape__Length": 111.75806583818805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223218404516601, 39.9582391299679 ], [ -75.223380056266805, 39.957479634300498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20638, "tnode_": 20616, "lpoly_": null, "rpoly_": null, "length": 570.08591273000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 22820, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420866, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11082, "Shape__Length": 226.39997862655017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215316150033502, 39.9572587952281 ], [ -75.217323741330802, 39.957508193251002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20642, "tnode_": 20538, "lpoly_": null, "rpoly_": null, "length": 255.87396366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88560, "l_hundred": 0, "r_hundred": 0, "seg_id": 420867, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 11083, "Shape__Length": 101.99768154872876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199624934096803, 39.956869819202304 ], [ -75.199479529154203, 39.957563255141999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20642, "tnode_": 20618, "lpoly_": null, "rpoly_": null, "length": 662.01169175000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 53560, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420868, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11084, "Shape__Length": 262.90514061634309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199624934096803, 39.956869819202304 ], [ -75.201956438786894, 39.957158458261802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20649, "tnode_": 20492, "lpoly_": null, "rpoly_": null, "length": 756.76194185999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 81480, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420869, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 11085, "Shape__Length": 300.8889630660903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191587478016302, 39.956635948216402 ], [ -75.191844377497006, 39.956788217852299 ], [ -75.191998783499898, 39.956870580068802 ], [ -75.193254907198707, 39.957527307013301 ], [ -75.193663910930198, 39.957741005003903 ], [ -75.193808617405097, 39.957815899952401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20649, "tnode_": 20623, "lpoly_": null, "rpoly_": null, "length": 683.48986569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3402, "l_t_add": 3598, "r_f_add": 3403, "r_t_add": 3599, "st_code": 34000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11086, "Shape__Length": 271.43412527437238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191587478016302, 39.956635948216402 ], [ -75.191969988523994, 39.956685589978498 ], [ -75.192857466792901, 39.956796840879399 ], [ -75.193195606254804, 39.956839183337102 ], [ -75.193573380332097, 39.956883418921898 ], [ -75.193895981302504, 39.956926424875697 ], [ -75.193896769763697, 39.956926442443098 ], [ -75.193994329705205, 39.956934338394198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20646, "tnode_": 20638, "lpoly_": null, "rpoly_": null, "length": 280.75981255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4630, "l_t_add": 4698, "r_f_add": 4631, "r_t_add": 4699, "st_code": 22820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420871, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11087, "Shape__Length": 111.4982067046821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214326865491898, 39.9571387428769 ], [ -75.215316150033502, 39.9572587952281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20554, "tnode_": 20656, "lpoly_": null, "rpoly_": null, "length": 279.03919233, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 126, "st_code": 88790, "l_hundred": 100, "r_hundred": 100, "seg_id": 420872, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 11088, "Shape__Length": 111.23325298486378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221247001328706, 39.957993186211603 ], [ -75.221400553044006, 39.957236357868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20559, "tnode_": 20657, "lpoly_": null, "rpoly_": null, "length": 286.0726181, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 88630, "l_hundred": 0, "r_hundred": 0, "seg_id": 420873, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 11089, "Shape__Length": 114.03632744262097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206077668627202, 39.957668223074499 ], [ -75.2060582797222, 39.957573390464098 ], [ -75.206197044157506, 39.956892406380803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20565, "tnode_": 20659, "lpoly_": null, "rpoly_": null, "length": 275.09077937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 13, "l_t_add": 99, "r_f_add": 28, "r_t_add": 98, "st_code": 88710, "l_hundred": 0, "r_hundred": 0, "seg_id": 420874, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 11090, "Shape__Length": 109.65826665657903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213182228071204, 39.9577607023122 ], [ -75.213338458811506, 39.957015175710303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20659, "tnode_": 20646, "lpoly_": null, "rpoly_": null, "length": 280.719675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4628, "r_f_add": 4601, "r_t_add": 4629, "st_code": 22820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420875, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11091, "Shape__Length": 111.48270783371278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213338458811506, 39.957015175710303 ], [ -75.214326865491898, 39.9571387428769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20660, "tnode_": 20566, "lpoly_": null, "rpoly_": null, "length": 279.20934290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88540, "l_hundred": 0, "r_hundred": 0, "seg_id": 420876, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 11092, "Shape__Length": 111.28273531996454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198010210381895, 39.956663752809703 ], [ -75.197759221536202, 39.957405481070502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20660, "tnode_": 20642, "lpoly_": null, "rpoly_": null, "length": 458.85124025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 53560, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420877, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11093, "Shape__Length": 182.22434446000398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198010210381895, 39.956663752809703 ], [ -75.199624934096803, 39.956869819202304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20670, "tnode_": 20549, "lpoly_": null, "rpoly_": null, "length": 334.77084322000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 136, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 88110, "l_hundred": 100, "r_hundred": 100, "seg_id": 420878, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11094, "Shape__Length": 133.44404730290202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167805041241806, 39.955944900215101 ], [ -75.167599161121501, 39.956850127399001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20678, "tnode_": 20657, "lpoly_": null, "rpoly_": null, "length": 535.7104871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 51920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420879, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11095, "Shape__Length": 212.74654946421424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204310633017698, 39.956657531638101 ], [ -75.206197044157506, 39.956892406380803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20682, "tnode_": 20660, "lpoly_": null, "rpoly_": null, "length": 535.36661232999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 53560, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420880, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11096, "Shape__Length": 212.60762303662617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196123110009793, 39.956438283450296 ], [ -75.198010210381895, 39.956663752809703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20683, "tnode_": 20659, "lpoly_": null, "rpoly_": null, "length": 561.98800918000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 22820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420881, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11097, "Shape__Length": 223.18231962283957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211359282600299, 39.956769876139603 ], [ -75.213338458811506, 39.957015175710303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20688, "tnode_": 20573, "lpoly_": null, "rpoly_": null, "length": 333.67089075999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 88090, "l_hundred": 100, "r_hundred": 100, "seg_id": 420882, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11098, "Shape__Length": 133.00815897887415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166183420898903, 39.955743244946902 ], [ -75.165998749279794, 39.9566481211696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20703, "tnode_": 20683, "lpoly_": null, "rpoly_": null, "length": 459.40151404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 22820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420883, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11099, "Shape__Length": 182.44112794527152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209740915794598, 39.956571656168599 ], [ -75.211359282600299, 39.956769876139603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20618, "tnode_": 20705, "lpoly_": null, "rpoly_": null, "length": 285.12651033000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 26, "st_code": 88590, "l_hundred": 0, "r_hundred": 0, "seg_id": 420884, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11100, "Shape__Length": 113.65787582637932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201956438786894, 39.957158458261802 ], [ -75.202117432708604, 39.956385618021102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20707, "tnode_": 20623, "lpoly_": null, "rpoly_": null, "length": 275.24935115, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 29, "st_code": 88500, "l_hundred": 0, "r_hundred": 0, "seg_id": 420885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 11101, "Shape__Length": 109.71938299767419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194155526724401, 39.956189066449603 ], [ -75.1940874040192, 39.956479229170597 ], [ -75.194072055609595, 39.956565699282997 ], [ -75.193994329705205, 39.956934338394198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20706, "tnode_": 20596, "lpoly_": null, "rpoly_": null, "length": 338.58624574000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 126, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 88070, "l_hundred": 100, "r_hundred": 100, "seg_id": 420887, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11102, "Shape__Length": 134.96951918567385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164645790399703, 39.955547799581304 ], [ -75.164476624469899, 39.956468099043903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20706, "tnode_": 20692, "lpoly_": null, "rpoly_": null, "length": 301.34633722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1534, "r_f_add": 1501, "r_t_add": 1529, "st_code": 22740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 420888, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11103, "Shape__Length": 119.67265057008436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164645790399703, 39.955547799581304 ], [ -75.165705641181205, 39.955685824856097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20714, "tnode_": 20612, "lpoly_": null, "rpoly_": null, "length": 332.90000408999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 21400, "l_hundred": 100, "r_hundred": 100, "seg_id": 420891, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 11104, "Shape__Length": 132.69947841951156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844413931997, 39.955453149520501 ], [ -75.163654228584093, 39.9563552052266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20714, "tnode_": 20711, "lpoly_": null, "rpoly_": null, "length": 77.81656848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1442, "l_t_add": 1458, "r_f_add": 1443, "r_t_add": 1443, "st_code": 22740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420892, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11105, "Shape__Length": 30.902199238308395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844413931997, 39.955453149520501 ], [ -75.164118973913105, 39.955484550890397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20635, "tnode_": 20716, "lpoly_": null, "rpoly_": null, "length": 274.40967479, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 19, "l_t_add": 99, "r_f_add": 18, "r_t_add": 98, "st_code": 88650, "l_hundred": 0, "r_hundred": 0, "seg_id": 420893, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 11106, "Shape__Length": 109.38495850771059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208282523571199, 39.957151783373703 ], [ -75.208444194263706, 39.956408839824903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20716, "tnode_": 20703, "lpoly_": null, "rpoly_": null, "length": 368.3292403, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 22820, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420894, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11107, "Shape__Length": 146.27411543306241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208444194263706, 39.956408839824903 ], [ -75.209740915794598, 39.956571656168599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20636, "tnode_": 20720, "lpoly_": null, "rpoly_": null, "length": 281.42549809000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 127, "l_t_add": 199, "r_f_add": 124, "r_t_add": 198, "st_code": 88810, "l_hundred": 100, "r_hundred": 100, "seg_id": 420895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11108, "Shape__Length": 112.1829538325406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223380056266805, 39.957479634300498 ], [ -75.223540029021095, 39.956716957911397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20720, "tnode_": 20697, "lpoly_": null, "rpoly_": null, "length": 561.4374512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 81140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420896, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11109, "Shape__Length": 222.96359198934616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223540029021095, 39.956716957911397 ], [ -75.225517163105295, 39.956962502484302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26997, "tnode_": 20714, "lpoly_": null, "rpoly_": null, "length": 234.52920729000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1440, "r_f_add": 1401, "r_t_add": 1441, "st_code": 22740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 420897, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2011-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11110, "Shape__Length": 93.135905156443414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163017738092094, 39.955354395823399 ], [ -75.163844413931997, 39.955453149520501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20642, "tnode_": 20732, "lpoly_": null, "rpoly_": null, "length": 285.14959999000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 88570, "l_hundred": 0, "r_hundred": 0, "seg_id": 420899, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 11111, "Shape__Length": 113.66628294991723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199624934096803, 39.956869819202304 ], [ -75.199788207706504, 39.956097198114698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20732, "tnode_": 20705, "lpoly_": null, "rpoly_": null, "length": 661.37537237000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 51920, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11112, "Shape__Length": 262.64946352675679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199788207706504, 39.956097198114698 ], [ -75.202117432708604, 39.956385618021102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20646, "tnode_": 20740, "lpoly_": null, "rpoly_": null, "length": 281.67321085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 149, "r_f_add": 100, "r_t_add": 148, "st_code": 33560, "l_hundred": 100, "r_hundred": 100, "seg_id": 420901, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 11113, "Shape__Length": 112.28131182659627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214326865491898, 39.9571387428769 ], [ -75.214485737453003, 39.956375241648303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20740, "tnode_": 20724, "lpoly_": null, "rpoly_": null, "length": 280.73829173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4622, "l_t_add": 4698, "r_f_add": 4623, "r_t_add": 4699, "st_code": 70940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420902, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11114, "Shape__Length": 111.48907369740664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214485737453003, 39.956375241648303 ], [ -75.215474175091302, 39.956498936730704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20743, "tnode_": 20707, "lpoly_": null, "rpoly_": null, "length": 763.69741918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 53560, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420903, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11115, "Shape__Length": 303.28410923438281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191466937880804, 39.955852158007502 ], [ -75.191736092931293, 39.955893000608803 ], [ -75.194155526724401, 39.956189066449603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20753, "tnode_": 20720, "lpoly_": null, "rpoly_": null, "length": 561.71015652000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420904, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11116, "Shape__Length": 223.07114822325306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221562014410296, 39.956470947794998 ], [ -75.223540029021095, 39.956716957911397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20756, "tnode_": 20749, "lpoly_": null, "rpoly_": null, "length": 60.82357524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4144, "l_t_add": 4200, "r_f_add": 4145, "r_t_add": 4199, "st_code": 22820, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420905, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11117, "Shape__Length": 24.154688413939343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206131340374796, 39.956119653264302 ], [ -75.206345440215301, 39.956146687779203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20659, "tnode_": 20759, "lpoly_": null, "rpoly_": null, "length": 281.32382493, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 126, "st_code": 88710, "l_hundred": 100, "r_hundred": 100, "seg_id": 420906, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 11118, "Shape__Length": 112.14134011454759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213338458811506, 39.957015175710303 ], [ -75.213500668718595, 39.9562530621698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20660, "tnode_": 20761, "lpoly_": null, "rpoly_": null, "length": 283.67139285999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 13, "r_f_add": 2, "r_t_add": 12, "st_code": 88550, "l_hundred": 0, "r_hundred": 0, "seg_id": 420907, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 38TH ST", "stname": "S 38TH ST", "objectid": 11119, "Shape__Length": 113.07885694038121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198010210381895, 39.956663752809703 ], [ -75.198103800296906, 39.956214978366702 ], [ -75.198114431495696, 39.956121139889397 ], [ -75.198154686919096, 39.955893233814002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20761, "tnode_": 20732, "lpoly_": null, "rpoly_": null, "length": 463.93246705999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 51920, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11120, "Shape__Length": 184.23935459625605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198154686919096, 39.955893233814002 ], [ -75.199788207706504, 39.956097198114698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20774, "tnode_": 20756, "lpoly_": null, "rpoly_": null, "length": 384.47704367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4142, "r_f_add": 4105, "r_t_add": 4143, "st_code": 22820, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420909, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11121, "Shape__Length": 152.68540112354572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204777262586603, 39.9559521516967 ], [ -75.206131340374796, 39.956119653264302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20678, "tnode_": 20778, "lpoly_": null, "rpoly_": null, "length": 274.40626877, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 21, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 88610, "l_hundred": 0, "r_hundred": 0, "seg_id": 420910, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 11122, "Shape__Length": 109.38350344734872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204310633017698, 39.956657531638101 ], [ -75.204467463235602, 39.9559139834763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20778, "tnode_": 20774, "lpoly_": null, "rpoly_": null, "length": 87.9556908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4058, "l_t_add": 4098, "r_f_add": 4101, "r_t_add": 4103, "st_code": 22820, "l_hundred": 4000, "r_hundred": 4100, "seg_id": 420911, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11123, "Shape__Length": 34.929313214421882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204467463235602, 39.9559139834763 ], [ -75.204777262586603, 39.9559521516967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20780, "tnode_": 20753, "lpoly_": null, "rpoly_": null, "length": 560.30653482000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 81140, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420912, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11124, "Shape__Length": 222.5129905250048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219589024745403, 39.956225195201696 ], [ -75.221562014410296, 39.956470947794998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20682, "tnode_": 20783, "lpoly_": null, "rpoly_": null, "length": 286.33842404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 9, "r_f_add": 2, "r_t_add": 8, "st_code": 88530, "l_hundred": 0, "r_hundred": 0, "seg_id": 420913, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 11125, "Shape__Length": 114.1381332159611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196123110009793, 39.956438283450296 ], [ -75.196296139953503, 39.955663609510999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20783, "tnode_": 20761, "lpoly_": null, "rpoly_": null, "length": 527.70181403000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 51920, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11126, "Shape__Length": 209.56267754713733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196296139953503, 39.955663609510999 ], [ -75.198154686919096, 39.955893233814002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20789, "tnode_": 20780, "lpoly_": null, "rpoly_": null, "length": 272.47054124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4826, "l_t_add": 4898, "r_f_add": 4825, "r_t_add": 4899, "st_code": 81140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420915, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11127, "Shape__Length": 108.20511977500041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218629510677602, 39.956106044543198 ], [ -75.219589024745403, 39.956225195201696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20705, "tnode_": 20798, "lpoly_": null, "rpoly_": null, "length": 275.42504667000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 27, "l_t_add": 99, "r_f_add": 28, "r_t_add": 98, "st_code": 88590, "l_hundred": 0, "r_hundred": 0, "seg_id": 420916, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11128, "Shape__Length": 109.78902248277797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202117432708604, 39.956385618021102 ], [ -75.202275883633504, 39.955639439549003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20798, "tnode_": 20778, "lpoly_": null, "rpoly_": null, "length": 622.47996888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4056, "r_f_add": 4001, "r_t_add": 4099, "st_code": 22820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420917, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11129, "Shape__Length": 247.20195715768486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202275883633504, 39.955639439549003 ], [ -75.204467463235602, 39.9559139834763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20800, "tnode_": 20789, "lpoly_": null, "rpoly_": null, "length": 278.83781175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4824, "r_f_add": 4801, "r_t_add": 4823, "st_code": 81140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420918, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11130, "Shape__Length": 110.73396035640539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2176480696927, 39.955981776944199 ], [ -75.218629510677602, 39.956106044543198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20802, "tnode_": 20786, "lpoly_": null, "rpoly_": null, "length": 460.28302688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 70940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420919, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11131, "Shape__Length": 182.78950921639819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209900781892401, 39.955809061558597 ], [ -75.2104782260365, 39.955878922231598 ], [ -75.211521825757302, 39.956009608530799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20707, "tnode_": 20806, "lpoly_": null, "rpoly_": null, "length": 285.1626986, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 17, "r_f_add": 2, "r_t_add": 18, "st_code": 88510, "l_hundred": 0, "r_hundred": 0, "seg_id": 420920, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 11132, "Shape__Length": 113.6715019710068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194155526724401, 39.956189066449603 ], [ -75.194310612148698, 39.955415410712398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20806, "tnode_": 20783, "lpoly_": null, "rpoly_": null, "length": 563.92748989000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 51920, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 420921, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11133, "Shape__Length": 223.94847234355444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194310612148698, 39.955415410712398 ], [ -75.194771390659596, 39.955474619289099 ], [ -75.195382763368002, 39.955549501715502 ], [ -75.196296139953503, 39.955663609510999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20716, "tnode_": 20814, "lpoly_": null, "rpoly_": null, "length": 281.39994342, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 124, "st_code": 88650, "l_hundred": 100, "r_hundred": 100, "seg_id": 420922, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 11134, "Shape__Length": 112.17127001928151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208444194263706, 39.956408839824903 ], [ -75.208602307507803, 39.955646005148502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20822, "tnode_": 20800, "lpoly_": null, "rpoly_": null, "length": 571.4708734400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 81140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420923, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11135, "Shape__Length": 226.94420135759933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215634843541906, 39.955735630681197 ], [ -75.2176480696927, 39.955981776944199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20732, "tnode_": 20824, "lpoly_": null, "rpoly_": null, "length": 275.33442073000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 21, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 88570, "l_hundred": 0, "r_hundred": 0, "seg_id": 420924, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 11136, "Shape__Length": 109.75293653292027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199788207706504, 39.956097198114698 ], [ -75.199943032438199, 39.955350820961399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20824, "tnode_": 20798, "lpoly_": null, "rpoly_": null, "length": 662.39762655000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 22820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420925, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11137, "Shape__Length": 263.05249440098549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199943032438199, 39.955350820961399 ], [ -75.202275883633504, 39.955639439549003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20832, "tnode_": 20806, "lpoly_": null, "rpoly_": null, "length": 762.03182195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 51920, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420926, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11138, "Shape__Length": 302.61706488039749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191625449578495, 39.955091626437998 ], [ -75.191906973679707, 39.9551187446827 ], [ -75.193760467109101, 39.955349467007103 ], [ -75.194092790057496, 39.955392410785102 ], [ -75.194221767028097, 39.955407864106903 ], [ -75.194310612148698, 39.955415410712398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20831, "tnode_": 20822, "lpoly_": null, "rpoly_": null, "length": 280.43560169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4642, "l_t_add": 4698, "r_f_add": 4629, "r_t_add": 4699, "st_code": 81140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420927, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11139, "Shape__Length": 111.36677249997283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214646510688794, 39.955616760315699 ], [ -75.215634843541906, 39.955735630681197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20761, "tnode_": 20842, "lpoly_": null, "rpoly_": null, "length": 273.64327645999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 15, "l_t_add": 69, "r_f_add": 14, "r_t_add": 68, "st_code": 88550, "l_hundred": 0, "r_hundred": 0, "seg_id": 420928, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 38TH ST", "stname": "S 38TH ST", "objectid": 11140, "Shape__Length": 109.07779136656873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198154686919096, 39.955893233814002 ], [ -75.198313567064403, 39.955152066390802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20842, "tnode_": 20824, "lpoly_": null, "rpoly_": null, "length": 462.51432839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 22820, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420929, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11141, "Shape__Length": 183.67333247788446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198313567064403, 39.955152066390802 ], [ -75.199943032438199, 39.955350820961399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20846, "tnode_": 20831, "lpoly_": null, "rpoly_": null, "length": 280.7328986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4640, "r_f_add": 4601, "r_t_add": 4627, "st_code": 81140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420930, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11142, "Shape__Length": 111.48576578547406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213658428311007, 39.955491546550299 ], [ -75.214646510688794, 39.955616760315699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20774, "tnode_": 20857, "lpoly_": null, "rpoly_": null, "length": 280.95459581, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 114, "st_code": 88610, "l_hundred": 100, "r_hundred": 100, "seg_id": 420931, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 11143, "Shape__Length": 111.99291534488358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204777262586603, 39.9559521516967 ], [ -75.204935736865096, 39.955190599601202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20857, "tnode_": 20839, "lpoly_": null, "rpoly_": null, "length": 380.84490092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 70940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420932, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11144, "Shape__Length": 151.2413634890186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204935736865096, 39.955190599601202 ], [ -75.206276924715397, 39.955356915519097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20858, "tnode_": 20846, "lpoly_": null, "rpoly_": null, "length": 251.11339223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4524, "l_t_add": 4598, "r_f_add": 4533, "r_t_add": 4599, "st_code": 81140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420933, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11145, "Shape__Length": 99.722287992747169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212773806164194, 39.955383308660998 ], [ -75.213658428311007, 39.955491546550299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20796, "tnode_": 20865, "lpoly_": null, "rpoly_": null, "length": 200.09393923, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 223, "l_t_add": 243, "r_f_add": 220, "r_t_add": 230, "st_code": 88810, "l_hundred": 200, "r_hundred": 200, "seg_id": 420934, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11146, "Shape__Length": 79.760217981799286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223660413896795, 39.956116731827798 ], [ -75.223778126470293, 39.955574970279699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20865, "tnode_": 20834, "lpoly_": null, "rpoly_": null, "length": 559.6198218400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 51380, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420935, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11147, "Shape__Length": 222.23868195032802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223778126470293, 39.955574970279699 ], [ -75.225748076425305, 39.9558232708277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20783, "tnode_": 20871, "lpoly_": null, "rpoly_": null, "length": 275.52387568, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 11, "l_t_add": 99, "r_f_add": 10, "r_t_add": 98, "st_code": 88530, "l_hundred": 0, "r_hundred": 0, "seg_id": 420936, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-07-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 11148, "Shape__Length": 109.82820654146781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196296139953503, 39.955663609510999 ], [ -75.196447820269199, 39.954916323797697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20871, "tnode_": 20842, "lpoly_": null, "rpoly_": null, "length": 530.05699483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 22820, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420937, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11149, "Shape__Length": 210.49660702859529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196447820269199, 39.954916323797697 ], [ -75.198313567064403, 39.955152066390802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20872, "tnode_": 20858, "lpoly_": null, "rpoly_": null, "length": 310.41447717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4522, "r_f_add": 4501, "r_t_add": 4531, "st_code": 81140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420938, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11150, "Shape__Length": 123.27173783572174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211680268525598, 39.955249566285097 ], [ -75.212773806164194, 39.955383308660998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20880, "tnode_": 20872, "lpoly_": null, "rpoly_": null, "length": 230.02825398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4412, "l_t_add": 4498, "r_f_add": 4419, "r_t_add": 4499, "st_code": 81140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420939, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11151, "Shape__Length": 91.348830563169415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210870161873004, 39.955149290934799 ], [ -75.211680268525598, 39.955249566285097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20821, "tnode_": 20885, "lpoly_": null, "rpoly_": null, "length": 197.17143489, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 217, "l_t_add": 229, "r_f_add": 216, "r_t_add": 228, "st_code": 88790, "l_hundred": 200, "r_hundred": 200, "seg_id": 420940, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 11152, "Shape__Length": 78.595703645041297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221689182237299, 39.955863424333302 ], [ -75.2218000821033, 39.955328934960797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20885, "tnode_": 20865, "lpoly_": null, "rpoly_": null, "length": 561.7290545300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 51380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420941, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11153, "Shape__Length": 223.07490855042997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2218000821033, 39.955328934960797 ], [ -75.223778126470293, 39.955574970279699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20798, "tnode_": 20886, "lpoly_": null, "rpoly_": null, "length": 279.97820511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 138, "st_code": 88590, "l_hundred": 100, "r_hundred": 100, "seg_id": 420942, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11154, "Shape__Length": 111.60365680758004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202275883633504, 39.955639439549003 ], [ -75.202430510236994, 39.954880132147601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20887, "tnode_": 20880, "lpoly_": null, "rpoly_": null, "length": 230.8512519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4410, "r_f_add": 4401, "r_t_add": 4417, "st_code": 81140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 420943, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11155, "Shape__Length": 91.675835512129382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210057516554997, 39.955046956082597 ], [ -75.210870161873004, 39.955149290934799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20806, "tnode_": 20891, "lpoly_": null, "rpoly_": null, "length": 274.14291128999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 19, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 88510, "l_hundred": 0, "r_hundred": 0, "seg_id": 420944, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 11156, "Shape__Length": 109.27603091913727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194310612148698, 39.955415410712398 ], [ -75.194352510827699, 39.955247516051401 ], [ -75.1943844848645, 39.9550685350412 ], [ -75.194469919487801, 39.954673033643303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20900, "tnode_": 20887, "lpoly_": null, "rpoly_": null, "length": 367.16543121999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 81140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 420946, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11157, "Shape__Length": 145.80780597247045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208763932177604, 39.9548893902411 ], [ -75.210057516554997, 39.955046956082597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20848, "tnode_": 20908, "lpoly_": null, "rpoly_": null, "length": 196.52985819, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 217, "l_t_add": 239, "r_f_add": 216, "r_t_add": 240, "st_code": 88770, "l_hundred": 200, "r_hundred": 200, "seg_id": 420947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 11158, "Shape__Length": 78.339355254602978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219712303267599, 39.955618009430097 ], [ -75.219825167079605, 39.955085548046803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20908, "tnode_": 20896, "lpoly_": null, "rpoly_": null, "length": 280.03661227000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4932, "r_f_add": 4901, "r_t_add": 4929, "st_code": 51380, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420948, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11159, "Shape__Length": 111.2079991526559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219825167079605, 39.955085548046803 ], [ -75.220811466751897, 39.955207259909301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20824, "tnode_": 20914, "lpoly_": null, "rpoly_": null, "length": 280.25603407, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 120, "st_code": 88570, "l_hundred": 100, "r_hundred": 100, "seg_id": 420949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 11160, "Shape__Length": 111.71342277709829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199943032438199, 39.955350820961399 ], [ -75.200101510239804, 39.954591211599897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20916, "tnode_": 20900, "lpoly_": null, "rpoly_": null, "length": 345.87869103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4220, "l_t_add": 4298, "r_f_add": 4207, "r_t_add": 4299, "st_code": 81140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420950, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11161, "Shape__Length": 137.35475762157432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207546035722302, 39.954737649761697 ], [ -75.208763932177604, 39.9548893902411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20924, "tnode_": 20891, "lpoly_": null, "rpoly_": null, "length": 763.50715083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 22820, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 420951, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11162, "Shape__Length": 303.2011773317941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191781364914704, 39.954338763862197 ], [ -75.192064832481606, 39.954375969564801 ], [ -75.1928254394833, 39.954469013119301 ], [ -75.194469919487801, 39.954673033643303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20839, "tnode_": 20928, "lpoly_": null, "rpoly_": null, "length": 280.00028623000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 111, "l_t_add": 199, "r_f_add": 112, "r_t_add": 198, "st_code": 88630, "l_hundred": 100, "r_hundred": 100, "seg_id": 420952, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 11163, "Shape__Length": 111.6114270211539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206276924715397, 39.955356915519097 ], [ -75.206435702630202, 39.954598054370003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20928, "tnode_": 20916, "lpoly_": null, "rpoly_": null, "length": 315.40517133999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4218, "r_f_add": 4201, "r_t_add": 4205, "st_code": 81140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 420953, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11164, "Shape__Length": 125.25312240423007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206435702630202, 39.954598054370003 ], [ -75.207546035722302, 39.954737649761697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20865, "tnode_": 20930, "lpoly_": null, "rpoly_": null, "length": 219.62027439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 245, "l_t_add": 255, "r_f_add": 232, "r_t_add": 248, "st_code": 88810, "l_hundred": 200, "r_hundred": 200, "seg_id": 420954, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11165, "Shape__Length": 87.54383954369122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223778126470293, 39.955574970279699 ], [ -75.223901108706997, 39.954979560288699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20842, "tnode_": 20934, "lpoly_": null, "rpoly_": null, "length": 281.62353535, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 71, "l_t_add": 99, "r_f_add": 70, "r_t_add": 98, "st_code": 88550, "l_hundred": 0, "r_hundred": 0, "seg_id": 420955, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 38TH ST", "stname": "S 38TH ST", "objectid": 11166, "Shape__Length": 112.25836035878184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198313567064403, 39.955152066390802 ], [ -75.198471637186202, 39.954388605220998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20857, "tnode_": 20945, "lpoly_": null, "rpoly_": null, "length": 281.17497884, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 121, "l_t_add": 199, "r_f_add": 116, "r_t_add": 198, "st_code": 88610, "l_hundred": 100, "r_hundred": 100, "seg_id": 420956, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 11167, "Shape__Length": 112.07958134558623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204935736865096, 39.955190599601202 ], [ -75.205093867999594, 39.954428392818897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20945, "tnode_": 20928, "lpoly_": null, "rpoly_": null, "length": 381.22375878000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 81140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420957, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11168, "Shape__Length": 151.390708210475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205093867999594, 39.954428392818897 ], [ -75.206435702630202, 39.954598054370003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20871, "tnode_": 20955, "lpoly_": null, "rpoly_": null, "length": 279.39450872999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 118, "st_code": 88530, "l_hundred": 100, "r_hundred": 100, "seg_id": 420958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 11169, "Shape__Length": 111.36982646370539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196447820269199, 39.954916323797697 ], [ -75.1966020149423, 39.954158586369402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20955, "tnode_": 20934, "lpoly_": null, "rpoly_": null, "length": 530.80178883999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 70940, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420959, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11170, "Shape__Length": 210.7889100549921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1966020149423, 39.954158586369402 ], [ -75.198471637186202, 39.954388605220998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20886, "tnode_": 20973, "lpoly_": null, "rpoly_": null, "length": 279.95139786, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 125, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 88590, "l_hundred": 100, "r_hundred": 100, "seg_id": 420960, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11171, "Shape__Length": 111.59074011411769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202430510236994, 39.954880132147601 ], [ -75.202592254439296, 39.954121778239802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20973, "tnode_": 20945, "lpoly_": null, "rpoly_": null, "length": 710.16306513000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 81140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420961, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11172, "Shape__Length": 282.01561579575224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202592254439296, 39.954121778239802 ], [ -75.205093867999594, 39.954428392818897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20891, "tnode_": 20981, "lpoly_": null, "rpoly_": null, "length": 280.80984726999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 131, "r_f_add": 100, "r_t_add": 130, "st_code": 88510, "l_hundred": 100, "r_hundred": 100, "seg_id": 420962, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 11173, "Shape__Length": 111.93344868424973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194469919487801, 39.954673033643303 ], [ -75.194625971644896, 39.953911587971497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20914, "tnode_": 21002, "lpoly_": null, "rpoly_": null, "length": 281.02846418999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 119, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88570, "l_hundred": 100, "r_hundred": 100, "seg_id": 420963, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 11174, "Shape__Length": 112.01974917667042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200101510239804, 39.954591211599897 ], [ -75.200262768235604, 39.953829800598399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21002, "tnode_": 20973, "lpoly_": null, "rpoly_": null, "length": 661.67625498999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 81140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 420964, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11175, "Shape__Length": 262.76082260432054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200262768235604, 39.953829800598399 ], [ -75.202592254439296, 39.954121778239802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20872, "tnode_": 21004, "lpoly_": null, "rpoly_": null, "length": 422.25824272, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 232, "st_code": 88690, "l_hundred": 200, "r_hundred": 200, "seg_id": 420965, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 11176, "Shape__Length": 168.31642109268799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211680268525598, 39.955249566285097 ], [ -75.211919521139194, 39.954105131420697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20930, "tnode_": 21007, "lpoly_": null, "rpoly_": null, "length": 231.44751642999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 257, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 88810, "l_hundred": 200, "r_hundred": 200, "seg_id": 420966, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11177, "Shape__Length": 92.257650055385184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223901108706997, 39.954979560288699 ], [ -75.224029816869404, 39.954351976382199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21007, "tnode_": 20979, "lpoly_": null, "rpoly_": null, "length": 561.11340595999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 73960, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 420967, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11178, "Shape__Length": 222.82782163791757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224029816869404, 39.954351976382199 ], [ -75.226004978816206, 39.954600987211201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20880, "tnode_": 21010, "lpoly_": null, "rpoly_": null, "length": 422.15619376999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKINGHAM", "st_type": "PL", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 19600, "l_hundred": 200, "r_hundred": 200, "seg_id": 420968, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKINGHAM PL", "stname": "BUCKINGHAM PL", "objectid": 11179, "Shape__Length": 168.2753437833089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210870161873004, 39.955149290934799 ], [ -75.211110453210694, 39.954005268783298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20934, "tnode_": 21017, "lpoly_": null, "rpoly_": null, "length": 279.95517026, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 88550, "l_hundred": 100, "r_hundred": 100, "seg_id": 420969, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 38TH ST", "stname": "S 38TH ST", "objectid": 11180, "Shape__Length": 111.58767357215693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198471637186202, 39.954388605220998 ], [ -75.198614199925998, 39.953717701747401 ], [ -75.198651008017507, 39.953633650102901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21017, "tnode_": 21002, "lpoly_": null, "rpoly_": null, "length": 457.47348289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 81140, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 420970, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11181, "Shape__Length": 181.66737571825067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198651008017507, 39.953633650102901 ], [ -75.200262768235604, 39.953829800598399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20887, "tnode_": 21021, "lpoly_": null, "rpoly_": null, "length": 421.19589056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 239, "r_f_add": 200, "r_t_add": 238, "st_code": 88670, "l_hundred": 200, "r_hundred": 200, "seg_id": 420971, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 11182, "Shape__Length": 167.89270425767191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210057516554997, 39.955046956082597 ], [ -75.210294436720602, 39.953905187091202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21024, "tnode_": 21007, "lpoly_": null, "rpoly_": null, "length": 559.28394632000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 73960, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 420972, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11183, "Shape__Length": 222.09900748113995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222059375727795, 39.954112027234899 ], [ -75.224029816869404, 39.954351976382199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20900, "tnode_": 21030, "lpoly_": null, "rpoly_": null, "length": 423.18155678000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 225, "r_f_add": 200, "r_t_add": 224, "st_code": 88650, "l_hundred": 200, "r_hundred": 200, "seg_id": 420973, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 11184, "Shape__Length": 168.68383612642737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208763932177604, 39.9548893902411 ], [ -75.2090018167045, 39.953742219868502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21035, "tnode_": 21024, "lpoly_": null, "rpoly_": null, "length": 283.25464203999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4936, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 73960, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420974, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11185, "Shape__Length": 112.48417725563304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221061814808706, 39.953988644955302 ], [ -75.222059375727795, 39.954112027234899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21007, "tnode_": 21059, "lpoly_": null, "rpoly_": null, "length": 200.08471827, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 310, "st_code": 88810, "l_hundred": 300, "r_hundred": 300, "seg_id": 420975, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 11186, "Shape__Length": 79.754437237838232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224029816869404, 39.954351976382199 ], [ -75.224147865048195, 39.9538102841233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20955, "tnode_": 21039, "lpoly_": null, "rpoly_": null, "length": 281.24607377999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 121, "l_t_add": 199, "r_f_add": 120, "r_t_add": 198, "st_code": 88530, "l_hundred": 100, "r_hundred": 100, "seg_id": 420976, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 11187, "Shape__Length": 112.1055233542761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1966020149423, 39.954158586369402 ], [ -75.1967652085916, 39.953396814354399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21039, "tnode_": 21017, "lpoly_": null, "rpoly_": null, "length": 535.68082081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 81140, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 420977, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11188, "Shape__Length": 212.72493031069928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1967652085916, 39.953396814354399 ], [ -75.198651008017507, 39.953633650102901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20916, "tnode_": 21043, "lpoly_": null, "rpoly_": null, "length": 422.08951272999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARKS", "st_type": "SQ", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 74140, "l_hundred": 200, "r_hundred": 200, "seg_id": 420978, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARKS SQ", "stname": "SAINT MARKS SQ", "objectid": 11189, "Shape__Length": 168.24758964571748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207546035722302, 39.954737649761697 ], [ -75.207694999770595, 39.954003293239097 ], [ -75.207787150512004, 39.953593953437398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20908, "tnode_": 21045, "lpoly_": null, "rpoly_": null, "length": 452.80110754000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 241, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 88770, "l_hundred": 200, "r_hundred": 200, "seg_id": 420979, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 11190, "Shape__Length": 180.49039746298533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219825167079605, 39.955085548046803 ], [ -75.220082997651701, 39.953858491722798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21045, "tnode_": 21035, "lpoly_": null, "rpoly_": null, "length": 278.47748365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4934, "r_f_add": 4901, "r_t_add": 4929, "st_code": 73960, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 420980, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11191, "Shape__Length": 110.58856904450781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220082997651701, 39.953858491722798 ], [ -75.221061814808706, 39.953988644955302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21053, "tnode_": 21045, "lpoly_": null, "rpoly_": null, "length": 271.5199453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4832, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 73960, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420981, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11192, "Shape__Length": 107.823466860845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219126412090603, 39.953741934580997 ], [ -75.220082997651701, 39.953858491722798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20928, "tnode_": 21054, "lpoly_": null, "rpoly_": null, "length": 421.18337902999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 218, "st_code": 88630, "l_hundred": 200, "r_hundred": 200, "seg_id": 420982, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 11193, "Shape__Length": 167.886284779166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206435702630202, 39.954598054370003 ], [ -75.206674996330406, 39.9534566135533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20933, "tnode_": 21064, "lpoly_": null, "rpoly_": null, "length": 450.35904373, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 219, "l_t_add": 299, "r_f_add": 218, "r_t_add": 298, "st_code": 88750, "l_hundred": 200, "r_hundred": 200, "seg_id": 420984, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 11194, "Shape__Length": 179.51660849997143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217881070845493, 39.954843425156703 ], [ -75.218135617692397, 39.953622752030903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21064, "tnode_": 21053, "lpoly_": null, "rpoly_": null, "length": 281.14301349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4830, "r_f_add": 4801, "r_t_add": 4831, "st_code": 73960, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 420985, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11195, "Shape__Length": 111.64442775631477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218135617692397, 39.953622752030903 ], [ -75.219126412090603, 39.953741934580997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21067, "tnode_": 21054, "lpoly_": null, "rpoly_": null, "length": 380.33894922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 51380, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 420987, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11196, "Shape__Length": 151.03646621695054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205335914542999, 39.953289154357002 ], [ -75.206674996330406, 39.9534566135533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20953, "tnode_": 21085, "lpoly_": null, "rpoly_": null, "length": 450.25650319, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 229, "l_t_add": 299, "r_f_add": 228, "r_t_add": 298, "st_code": 88730, "l_hundred": 200, "r_hundred": 200, "seg_id": 420989, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 11197, "Shape__Length": 179.4741566682124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215874405876903, 39.954595489130398 ], [ -75.216135478434893, 39.9533759179726 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21085, "tnode_": 21064, "lpoly_": null, "rpoly_": null, "length": 567.90663564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 73960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 420990, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11198, "Shape__Length": 225.52133524987556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216135478434893, 39.9533759179726 ], [ -75.218135617692397, 39.953622752030903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21053, "tnode_": 21162, "lpoly_": null, "rpoly_": null, "length": 387.21237168000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 40420, "l_hundred": 300, "r_hundred": 300, "seg_id": 420991, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 11199, "Shape__Length": 154.34237052702238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219126412090603, 39.953741934580997 ], [ -75.219205303012799, 39.953423484819197 ], [ -75.2193526759755, 39.952693482274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20973, "tnode_": 21096, "lpoly_": null, "rpoly_": null, "length": 421.47478246999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 232, "st_code": 88590, "l_hundred": 200, "r_hundred": 200, "seg_id": 420992, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11200, "Shape__Length": 168.00153588748623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202592254439296, 39.954121778239802 ], [ -75.202829810510707, 39.952979312540997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21096, "tnode_": 21078, "lpoly_": null, "rpoly_": null, "length": 363.23820339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4026, "r_f_add": 4001, "r_t_add": 4027, "st_code": 51380, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 420993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11201, "Shape__Length": 144.24462735727815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202829810510707, 39.952979312540997 ], [ -75.204109013127905, 39.953137650766998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21097, "tnode_": 21085, "lpoly_": null, "rpoly_": null, "length": 284.10341208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4624, "l_t_add": 4698, "r_f_add": 4623, "r_t_add": 4699, "st_code": 73960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420994, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11202, "Shape__Length": 112.81980936665386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215134704539807, 39.953253294801002 ], [ -75.216135478434893, 39.9533759179726 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21064, "tnode_": 21176, "lpoly_": null, "rpoly_": null, "length": 391.00804212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88750, "l_hundred": 300, "r_hundred": 300, "seg_id": 420995, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 11203, "Shape__Length": 155.85708024291517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218135617692397, 39.953622752030903 ], [ -75.218350528746598, 39.952562205352699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21108, "tnode_": 21097, "lpoly_": null, "rpoly_": null, "length": 279.64780924000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4621, "st_code": 73960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 420996, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11204, "Shape__Length": 111.04993918629144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214149265152102, 39.953134359827501 ], [ -75.215134704539807, 39.953253294801002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21116, "tnode_": 21108, "lpoly_": null, "rpoly_": null, "length": 248.97217598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4522, "l_t_add": 4598, "r_f_add": 4525, "r_t_add": 4599, "st_code": 73960, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420997, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11205, "Shape__Length": 98.869894124768592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213273777017505, 39.953019746117597 ], [ -75.214149265152102, 39.953134359827501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21085, "tnode_": 21196, "lpoly_": null, "rpoly_": null, "length": 392.35287470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88730, "l_hundred": 300, "r_hundred": 300, "seg_id": 420998, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 11206, "Shape__Length": 156.39246007969976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216135478434893, 39.9533759179726 ], [ -75.216203152954606, 39.953051640523803 ], [ -75.216351887143801, 39.9523118187536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21124, "tnode_": 21116, "lpoly_": null, "rpoly_": null, "length": 312.46356395000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4520, "r_f_add": 4501, "r_t_add": 4523, "st_code": 73960, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 420999, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11207, "Shape__Length": 124.08143451945662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212173380461607, 39.952883573704902 ], [ -75.213273777017505, 39.953019746117597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21067, "tnode_": 21125, "lpoly_": null, "rpoly_": null, "length": 220.5825445, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 233, "l_t_add": 247, "r_f_add": 228, "r_t_add": 232, "st_code": 88610, "l_hundred": 200, "r_hundred": 200, "seg_id": 421000, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 11208, "Shape__Length": 87.923883610990913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205335914542999, 39.953289154357002 ], [ -75.205463664790202, 39.9526916625246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21108, "tnode_": 21216, "lpoly_": null, "rpoly_": null, "length": 395.41517511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88710, "l_hundred": 300, "r_hundred": 300, "seg_id": 421001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 11209, "Shape__Length": 157.61139726616619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214149265152102, 39.953134359827501 ], [ -75.214220335842398, 39.952806004798603 ], [ -75.214375557826401, 39.952062961490498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21078, "tnode_": 21137, "lpoly_": null, "rpoly_": null, "length": 220.08071174, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 65600, "l_hundred": 200, "r_hundred": 200, "seg_id": 421002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PRESTON ST", "stname": "S PRESTON ST", "objectid": 11210, "Shape__Length": 87.724527939269677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204109013127905, 39.953137650766998 ], [ -75.204191575755402, 39.952743009524397 ], [ -75.204230140694705, 39.952540750117301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21021, "tnode_": 21142, "lpoly_": null, "rpoly_": null, "length": 451.69229167000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 241, "l_t_add": 299, "r_f_add": 240, "r_t_add": 298, "st_code": 88670, "l_hundred": 200, "r_hundred": 200, "seg_id": 421003, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 11211, "Shape__Length": 180.04498766358239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210294436720602, 39.953905187091202 ], [ -75.210553952719906, 39.952681425760801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21030, "tnode_": 21156, "lpoly_": null, "rpoly_": null, "length": 447.28463017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 227, "l_t_add": 299, "r_f_add": 226, "r_t_add": 298, "st_code": 88650, "l_hundred": 200, "r_hundred": 200, "seg_id": 421004, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 11212, "Shape__Length": 178.28640287204243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2090018167045, 39.953742219868502 ], [ -75.209242254715903, 39.952611455306098 ], [ -75.209266399163397, 39.9525315395015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21156, "tnode_": 21142, "lpoly_": null, "rpoly_": null, "length": 365.07912181999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 73960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 421005, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11213, "Shape__Length": 144.97306821712658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209266399163397, 39.9525315395015 ], [ -75.210553952719906, 39.952681425760801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21170, "tnode_": 21156, "lpoly_": null, "rpoly_": null, "length": 403.73567353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4220, "l_t_add": 4298, "r_f_add": 4221, "r_t_add": 4299, "st_code": 73960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 421007, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11214, "Shape__Length": 160.32665094122385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207846465378196, 39.952346802413302 ], [ -75.209266399163397, 39.9525315395015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21142, "tnode_": 21259, "lpoly_": null, "rpoly_": null, "length": 390.25034468999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88670, "l_hundred": 300, "r_hundred": 300, "seg_id": 421008, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 11215, "Shape__Length": 155.55247918107739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210553952719906, 39.952681425760801 ], [ -75.210626163963198, 39.952360659943899 ], [ -75.210771296167195, 39.951623330407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21054, "tnode_": 21179, "lpoly_": null, "rpoly_": null, "length": 452.6510191, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 223, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 88630, "l_hundred": 200, "r_hundred": 200, "seg_id": 421009, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 11216, "Shape__Length": 180.42631168246368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206674996330406, 39.9534566135533 ], [ -75.206932510047594, 39.952229935896099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21179, "tnode_": 21170, "lpoly_": null, "rpoly_": null, "length": 259.74635556000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4218, "r_f_add": 4201, "r_t_add": 4219, "st_code": 73960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 421010, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11217, "Shape__Length": 103.14674065645157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206932510047594, 39.952229935896099 ], [ -75.207846465378196, 39.952346802413302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21156, "tnode_": 21226, "lpoly_": null, "rpoly_": null, "length": 213.99413164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 320, "st_code": 88650, "l_hundred": 300, "r_hundred": 300, "seg_id": 421011, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 11218, "Shape__Length": 85.304885767721728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209266399163397, 39.9525315395015 ], [ -75.209301663199099, 39.951950142845398 ], [ -75.209300683480606, 39.951944784505997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21197, "tnode_": 21179, "lpoly_": null, "rpoly_": null, "length": 382.41231712000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 73960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 421012, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11219, "Shape__Length": 151.85636301298791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205585325138898, 39.952065531351003 ], [ -75.206932510047594, 39.952229935896099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21170, "tnode_": 21246, "lpoly_": null, "rpoly_": null, "length": 210.4601574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 74160, "l_hundred": 300, "r_hundred": 300, "seg_id": 421013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARKS ST", "stname": "SAINT MARKS ST", "objectid": 11220, "Shape__Length": 83.888705120516633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207846465378196, 39.952346802413302 ], [ -75.207963144176802, 39.951776084055197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21179, "tnode_": 21238, "lpoly_": null, "rpoly_": null, "length": 202.93386599, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 320, "st_code": 88630, "l_hundred": 300, "r_hundred": 300, "seg_id": 421014, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 11221, "Shape__Length": 80.888484107102897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206932510047594, 39.952229935896099 ], [ -75.2069927275612, 39.951910329696098 ], [ -75.207045529135598, 39.951679753038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21221, "tnode_": 21197, "lpoly_": null, "rpoly_": null, "length": 709.70518075000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 73960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 421015, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 11222, "Shape__Length": 281.82474285814499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203086287062305, 39.951754912931399 ], [ -75.205585325138898, 39.952065531351003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21197, "tnode_": 21257, "lpoly_": null, "rpoly_": null, "length": 200.41716833000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 306, "st_code": 88610, "l_hundred": 300, "r_hundred": 300, "seg_id": 421016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 11223, "Shape__Length": 79.88454196033851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205585325138898, 39.952065531351003 ], [ -75.205701789170007, 39.951522711507799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21221, "tnode_": 21292, "lpoly_": null, "rpoly_": null, "length": 199.83643974, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 301, "r_f_add": 310, "r_t_add": 314, "st_code": 88590, "l_hundred": 300, "r_hundred": 300, "seg_id": 421017, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 11224, "Shape__Length": 79.653990475329067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203086287062305, 39.951754912931399 ], [ -75.203143068362095, 39.9514330678509 ], [ -75.203192380582294, 39.951212531693798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21277, "tnode_": 27247, "lpoly_": null, "rpoly_": null, "length": 343.34071981000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 401, "r_f_add": 300, "r_t_add": 348, "st_code": 78920, "l_hundred": 300, "r_hundred": 300, "seg_id": 421018, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 11225, "Shape__Length": 136.83760643834259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199207465515599, 39.9512664190976 ], [ -75.199429489456605, 39.9504289666557 ], [ -75.199474496639496, 39.950348282161301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27735, "tnode_": 20179, "lpoly_": null, "rpoly_": null, "length": 606.63347834000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88760, "l_hundred": 0, "r_hundred": 0, "seg_id": 421019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 11226, "Shape__Length": 241.83955151618699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219178716423002, 39.9592973922487 ], [ -75.219440796839706, 39.960950419948503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27735, "tnode_": 20361, "lpoly_": null, "rpoly_": null, "length": 228.8507448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4902, "l_t_add": 4916, "r_f_add": 4903, "r_t_add": 4917, "st_code": 53560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 421020, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11227, "Shape__Length": 90.886465245837357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219178716423002, 39.9592973922487 ], [ -75.219985066459301, 39.959395508293298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20953, "tnode_": 20933, "lpoly_": null, "rpoly_": null, "length": 569.76665185000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 51380, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 421021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11228, "Shape__Length": 226.26408060399288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215874405876903, 39.954595489130398 ], [ -75.217881070845493, 39.954843425156703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20968, "tnode_": 20953, "lpoly_": null, "rpoly_": null, "length": 281.08248748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4630, "l_t_add": 4698, "r_f_add": 4631, "r_t_add": 4699, "st_code": 51380, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 421022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11229, "Shape__Length": 111.62231805238514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214884415840999, 39.954473397906298 ], [ -75.215874405876903, 39.954595489130398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20978, "tnode_": 20968, "lpoly_": null, "rpoly_": null, "length": 279.67982944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4628, "r_f_add": 4601, "r_t_add": 4629, "st_code": 51380, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 421023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11230, "Shape__Length": 111.06551909534717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213899849109893, 39.954349626764198 ], [ -75.214884415840999, 39.954473397906298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20990, "tnode_": 20978, "lpoly_": null, "rpoly_": null, "length": 251.27999889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4522, "l_t_add": 4598, "r_f_add": 4523, "r_t_add": 4599, "st_code": 51380, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 421024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11231, "Shape__Length": 99.786967185766358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213014876643797, 39.954240249205498 ], [ -75.213899849109893, 39.954349626764198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21004, "tnode_": 20990, "lpoly_": null, "rpoly_": null, "length": 311.00180727999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4520, "r_f_add": 4501, "r_t_add": 4521, "st_code": 51380, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 421025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11232, "Shape__Length": 123.50310326668891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211919521139194, 39.954105131420697 ], [ -75.213014876643797, 39.954240249205498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21021, "tnode_": 21010, "lpoly_": null, "rpoly_": null, "length": 231.65719602000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4410, "r_f_add": 4401, "r_t_add": 4411, "st_code": 51380, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 421026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11233, "Shape__Length": 91.99386828802929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210294436720602, 39.953905187091202 ], [ -75.211110453210694, 39.954005268783298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20993, "tnode_": 20981, "lpoly_": null, "rpoly_": null, "length": 342.07996255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 70940, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 421027, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11234, "Shape__Length": 135.8441281260103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193421315249495, 39.953762245732797 ], [ -75.194132903392997, 39.953850807721302 ], [ -75.194625971644896, 39.953911587971497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20520, "tnode_": 20322, "lpoly_": null, "rpoly_": null, "length": 538.82585985999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 298, "r_f_add": 1, "r_t_add": 299, "st_code": 73040, "l_hundred": 0, "r_hundred": 0, "seg_id": 421028, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 11235, "Shape__Length": 214.80933978602616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200984392597505, 39.957776799292503 ], [ -75.201139209508398, 39.959251138189103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20083, "tnode_": 20054, "lpoly_": null, "rpoly_": null, "length": 208.63199622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3922, "l_t_add": 3928, "r_f_add": 3927, "r_t_add": 3935, "st_code": 81480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 11236, "Shape__Length": 82.952398778799989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200800053228704, 39.961460141625203 ], [ -75.201419537132395, 39.961777580774502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20172, "tnode_": 20119, "lpoly_": null, "rpoly_": null, "length": 259.91670233999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 81480, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 421030, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 11237, "Shape__Length": 103.40736409915635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199456381717098, 39.960603621409 ], [ -75.199472773560501, 39.960760974344602 ], [ -75.200069401399105, 39.961073953041002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20119, "tnode_": 20026, "lpoly_": null, "rpoly_": null, "length": 327.98072789000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 422, "l_t_add": 430, "r_f_add": 421, "r_t_add": 431, "st_code": 88560, "l_hundred": 400, "r_hundred": 400, "seg_id": 421031, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 11238, "Shape__Length": 130.76001315206463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200069401399105, 39.961073953041002 ], [ -75.200143129104106, 39.961822886500798 ], [ -75.200138944739194, 39.961972120747703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20176, "tnode_": 20119, "lpoly_": null, "rpoly_": null, "length": 186.75535122, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 419, "st_code": 88560, "l_hundred": 400, "r_hundred": 400, "seg_id": 421032, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 11239, "Shape__Length": 74.454316597767104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200009964036298, 39.960563330512898 ], [ -75.200069401399105, 39.961073953041002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20307, "tnode_": 20176, "lpoly_": null, "rpoly_": null, "length": 445.13352429000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88560, "l_hundred": 300, "r_hundred": 300, "seg_id": 421033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 11240, "Shape__Length": 177.46154250379416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199882560998503, 39.959345322426799 ], [ -75.200009964036298, 39.960563330512898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19861, "tnode_": 19868, "lpoly_": null, "rpoly_": null, "length": 205.15861249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4318, "r_f_add": 4301, "r_t_add": 4319, "st_code": 81040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 421034, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 11241, "Shape__Length": 81.477646794196005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209209137673, 39.963512173018998 ], [ -75.209937323702803, 39.963455533153898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19514, "tnode_": 19519, "lpoly_": null, "rpoly_": null, "length": 114.93175796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4330, "l_t_add": 4398, "r_f_add": 4331, "r_t_add": 4399, "st_code": 13800, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 421037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11242, "Shape__Length": 45.645939967358167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210548286323402, 39.965675895059697 ], [ -75.210956299063795, 39.965644648985702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18719, "tnode_": 18697, "lpoly_": null, "rpoly_": null, "length": 44.48416192, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 920, "l_t_add": 920, "r_f_add": 921, "r_t_add": 921, "st_code": 88620, "l_hundred": 900, "r_hundred": 900, "seg_id": 421038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 11243, "Shape__Length": 17.736686413533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208339517696203, 39.970594135260001 ], [ -75.208358991689593, 39.9707153271222 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18697, "tnode_": 18640, "lpoly_": null, "rpoly_": null, "length": 139.79849102999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 922, "l_t_add": 934, "r_f_add": 923, "r_t_add": 933, "st_code": 88620, "l_hundred": 900, "r_hundred": 900, "seg_id": 421039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 11244, "Shape__Length": 55.738851400303865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208358991689593, 39.9707153271222 ], [ -75.208434203511899, 39.971094703332497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17618, "tnode_": 17721, "lpoly_": null, "rpoly_": null, "length": 1749.4691315800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 49040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 421040, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2004-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 11245, "Shape__Length": 695.13144104197943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198402672874295, 39.976201491177399 ], [ -75.199213462410995, 39.976217639410699 ], [ -75.199340728891201, 39.976209487656 ], [ -75.199604748087296, 39.976157748080396 ], [ -75.199819466437006, 39.976089550181797 ], [ -75.200090744735405, 39.975982808585101 ], [ -75.200302497656196, 39.975921698794203 ], [ -75.200496394423695, 39.975898424261402 ], [ -75.200732381581403, 39.9759062861269 ], [ -75.200928916775496, 39.975943954886098 ], [ -75.201157224257798, 39.9760251780909 ], [ -75.201659930774994, 39.976197644079498 ], [ -75.201842083434798, 39.9762458633789 ], [ -75.202051158323997, 39.976281221839599 ], [ -75.202288443643695, 39.9762960064851 ], [ -75.202494964699497, 39.976293955391199 ], [ -75.202897010203401, 39.976222228206403 ], [ -75.204365476601396, 39.975801494095002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29114, "tnode_": 17895, "lpoly_": null, "rpoly_": null, "length": 36.85132379, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3698, "r_f_add": 3501, "r_t_add": 3739, "st_code": 37040, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 421041, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11246, "Shape__Length": 14.638205490319422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1982699923947, 39.974791479997798 ], [ -75.198400282980202, 39.974777859908301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29114, "tnode_": 17893, "lpoly_": null, "rpoly_": null, "length": 1116.4194888100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "2", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9335, "l_hundred": 0, "r_hundred": 0, "seg_id": 421042, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 2", "stname": "SCHUYLKILL EXPY RAMP 2", "objectid": 11247, "Shape__Length": 444.30841241417301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1982699923947, 39.974791479997798 ], [ -75.198361253965899, 39.975274148087799 ], [ -75.198379783373994, 39.975412098615202 ], [ -75.198379765321505, 39.975495629548199 ], [ -75.198365987788307, 39.975596616958299 ], [ -75.198342134724001, 39.975683458893002 ], [ -75.198290518116195, 39.975811688359002 ], [ -75.198238373901106, 39.9759041415534 ], [ -75.198180570423503, 39.975981107635903 ], [ -75.198094026405599, 39.976075676333402 ], [ -75.198016479931596, 39.976146681034997 ], [ -75.197919614769802, 39.976217017290701 ], [ -75.197797827882496, 39.976286318069597 ], [ -75.197621556471006, 39.976377451032498 ], [ -75.197475868783201, 39.976435178958901 ], [ -75.197342295016497, 39.976469413039297 ], [ -75.197192898476303, 39.976492973059202 ], [ -75.197034103091497, 39.976500962541003 ], [ -75.196864715718704, 39.976491913288399 ], [ -75.196673622803104, 39.976462698360002 ], [ -75.196416007016893, 39.976410399420303 ], [ -75.196286322162393, 39.9763743889742 ], [ -75.196050564308905, 39.976343352817501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17914, "tnode_": 17921, "lpoly_": null, "rpoly_": null, "length": 144.74534985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3722, "l_t_add": 3798, "r_f_add": 3751, "r_t_add": 3799, "st_code": 37040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 421043, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11248, "Shape__Length": 57.496322328092802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198996126008893, 39.974710604172699 ], [ -75.199507679065206, 39.974655963753897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17433, "tnode_": 17195, "lpoly_": null, "rpoly_": null, "length": 475.14288778000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 11249, "Shape__Length": 189.45790480804442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186302247749694, 39.976730516247201 ], [ -75.186224723231206, 39.9771404581141 ], [ -75.186022365529794, 39.978016806093002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17579, "tnode_": 17433, "lpoly_": null, "rpoly_": null, "length": 262.62029098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1240, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 88400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 11250, "Shape__Length": 104.71521922147384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186458568567303, 39.976019692836097 ], [ -75.186302247749694, 39.976730516247201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17667, "tnode_": 17579, "lpoly_": null, "rpoly_": null, "length": 154.98235213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1220, "l_t_add": 1238, "r_f_add": 1221, "r_t_add": 1233, "st_code": 88400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 11251, "Shape__Length": 61.796837975699049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186544735854895, 39.975599443564398 ], [ -75.186458568567303, 39.976019692836097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17793, "tnode_": 17667, "lpoly_": null, "rpoly_": null, "length": 225.84263532, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 11252, "Shape__Length": 90.048138861026288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186687209507298, 39.974989244349402 ], [ -75.186544735854895, 39.975599443564398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17625, "tnode_": 17579, "lpoly_": null, "rpoly_": null, "length": 451.19168355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALTZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 15640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 421048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALTZ ST", "stname": "BALTZ ST", "objectid": 11253, "Shape__Length": 179.24508059858854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184884958156303, 39.975776566815 ], [ -75.185443450219907, 39.975859072274197 ], [ -75.185513389467104, 39.975891044330801 ], [ -75.186458568567303, 39.976019692836097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17467, "tnode_": 17433, "lpoly_": null, "rpoly_": null, "length": 449.63370133999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 77160, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 421049, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11254, "Shape__Length": 178.6164607500975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184720077102398, 39.976525923383697 ], [ -75.186302247749694, 39.976730516247201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17824, "tnode_": 17793, "lpoly_": null, "rpoly_": null, "length": 450.38751508999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 37040, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 421050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11255, "Shape__Length": 178.91147457972866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185102596975199, 39.974783531823398 ], [ -75.186687209507298, 39.974989244349402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17867, "tnode_": 17824, "lpoly_": null, "rpoly_": null, "length": 463.9268547, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 37040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421051, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11256, "Shape__Length": 184.28864119011334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183469635724407, 39.974574934565098 ], [ -75.185102596975199, 39.974783531823398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17773, "tnode_": 17740, "lpoly_": null, "rpoly_": null, "length": 460.54171311, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 34500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421052, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 11257, "Shape__Length": 182.94637193710096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183373132063494, 39.975046534480001 ], [ -75.184992860770905, 39.9752596746062 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17467, "tnode_": 17225, "lpoly_": null, "rpoly_": null, "length": 469.69773263999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11258, "Shape__Length": 187.28611990907706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184720077102398, 39.976525923383697 ], [ -75.184635613617203, 39.976943242615803 ], [ -75.184442623466495, 39.977797466140501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17682, "tnode_": 17625, "lpoly_": null, "rpoly_": null, "length": 106.38317936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1222, "l_t_add": 1232, "r_f_add": 1223, "r_t_add": 1233, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421054, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11259, "Shape__Length": 42.418159602348652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184946908289305, 39.975488447262698 ], [ -75.184884958156303, 39.975776566815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17740, "tnode_": 17708, "lpoly_": null, "rpoly_": null, "length": 48.75006025, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1216, "l_t_add": 1218, "r_f_add": 1217, "r_t_add": 1219, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421055, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11260, "Shape__Length": 19.439162892145561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184992860770905, 39.9752596746062 ], [ -75.184974029247797, 39.975392713027198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17824, "tnode_": 17740, "lpoly_": null, "rpoly_": null, "length": 176.15587351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421056, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11261, "Shape__Length": 70.236932553322589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185102596975199, 39.974783531823398 ], [ -75.184992860770905, 39.9752596746062 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18107, "tnode_": 18097, "lpoly_": null, "rpoly_": null, "length": 154.90442567000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2939, "r_t_add": 2999, "st_code": 65260, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421057, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11262, "Shape__Length": 61.532056404524532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184850793699496, 39.973359195132304 ], [ -75.185396551759993, 39.973426366149702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18129, "tnode_": 18107, "lpoly_": null, "rpoly_": null, "length": 305.87996177000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2937, "st_code": 65260, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421058, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11263, "Shape__Length": 121.50269735146132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183772452938399, 39.973229812526597 ], [ -75.184850793699496, 39.973359195132304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18154, "tnode_": 18129, "lpoly_": null, "rpoly_": null, "length": 461.0567762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 65260, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421059, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11264, "Shape__Length": 183.14505791307718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182150443029201, 39.973018777990099 ], [ -75.183772452938399, 39.973229812526597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18171, "tnode_": 18154, "lpoly_": null, "rpoly_": null, "length": 202.04799033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 65260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421060, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11265, "Shape__Length": 80.258272148430677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181438665192999, 39.972930820098497 ], [ -75.182150443029201, 39.973018777990099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18184, "tnode_": 18171, "lpoly_": null, "rpoly_": null, "length": 200.35058628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2723, "st_code": 65260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421061, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11266, "Shape__Length": 79.582746366820857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180731517959302, 39.972850333503402 ], [ -75.181438665192999, 39.972930820098497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17708, "tnode_": 17667, "lpoly_": null, "rpoly_": null, "length": 446.60347284, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 74900, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 421062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11267, "Shape__Length": 177.41042502279311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184974029247797, 39.975392713027198 ], [ -75.186544735854895, 39.975599443564398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17911, "tnode_": 17824, "lpoly_": null, "rpoly_": null, "length": 161.48329254000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 934, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 88380, "l_hundred": 900, "r_hundred": 900, "seg_id": 421063, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11268, "Shape__Length": 64.387664188406291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185193489502694, 39.974345790495398 ], [ -75.185102596975199, 39.974783531823398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17923, "tnode_": 17911, "lpoly_": null, "rpoly_": null, "length": 22.83854655, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 932, "l_t_add": 932, "r_f_add": 925, "r_t_add": 927, "st_code": 88380, "l_hundred": 900, "r_hundred": 900, "seg_id": 421064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11269, "Shape__Length": 9.1054600583156446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185211402745594, 39.974284629388599 ], [ -75.185193489502694, 39.974345790495398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17961, "tnode_": 17923, "lpoly_": null, "rpoly_": null, "length": 77.72664725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 924, "l_t_add": 930, "r_f_add": 917, "r_t_add": 923, "st_code": 88380, "l_hundred": 900, "r_hundred": 900, "seg_id": 421065, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11270, "Shape__Length": 30.991410213689253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1852557780702, 39.974074009185799 ], [ -75.185211402745594, 39.974284629388599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18012, "tnode_": 17961, "lpoly_": null, "rpoly_": null, "length": 74.00672006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 916, "l_t_add": 922, "r_f_add": 907, "r_t_add": 915, "st_code": 88380, "l_hundred": 900, "r_hundred": 900, "seg_id": 421066, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11271, "Shape__Length": 29.506296029432338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185309340663295, 39.973875074969698 ], [ -75.1852557780702, 39.974074009185799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18097, "tnode_": 18012, "lpoly_": null, "rpoly_": null, "length": 165.27403928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 905, "st_code": 88380, "l_hundred": 900, "r_hundred": 900, "seg_id": 421067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11272, "Shape__Length": 65.899037071780143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185396551759993, 39.973426366149702 ], [ -75.185309340663295, 39.973875074969698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18212, "tnode_": 18097, "lpoly_": null, "rpoly_": null, "length": 228.71617912000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 88380, "l_hundred": 800, "r_hundred": 800, "seg_id": 421068, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11273, "Shape__Length": 91.193201936642481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185525753356799, 39.972806430806799 ], [ -75.185396551759993, 39.973426366149702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17708, "tnode_": 17682, "lpoly_": null, "rpoly_": null, "length": 35.6929949, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1220, "l_t_add": 1220, "r_f_add": 1221, "r_t_add": 1221, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 11274, "Shape__Length": 14.230778012952351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184974029247797, 39.975392713027198 ], [ -75.184946908289305, 39.975488447262698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18001, "tnode_": 17961, "lpoly_": null, "rpoly_": null, "length": 460.15571611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 21060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421070, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 11275, "Shape__Length": 182.78792075958964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1836352048892, 39.973871334712598 ], [ -75.1852557780702, 39.974074009185799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17941, "tnode_": 17911, "lpoly_": null, "rpoly_": null, "length": 460.34602044000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 40780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421071, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 11276, "Shape__Length": 182.86356931147111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183571456661298, 39.974146773177203 ], [ -75.185193489502694, 39.974345790495398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18222, "tnode_": 18107, "lpoly_": null, "rpoly_": null, "length": 230.58426339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 57720, "l_hundred": 800, "r_hundred": 800, "seg_id": 421072, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 11277, "Shape__Length": 91.936281972351409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184992508047699, 39.972735673760397 ], [ -75.184850793699496, 39.973359195132304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18222, "tnode_": 18212, "lpoly_": null, "rpoly_": null, "length": 151.66041562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2934, "l_t_add": 2998, "r_f_add": 2937, "r_t_add": 2999, "st_code": 61140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421073, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 11278, "Shape__Length": 60.243839663780797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184992508047699, 39.972735673760397 ], [ -75.185525753356799, 39.972806430806799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18239, "tnode_": 18222, "lpoly_": null, "rpoly_": null, "length": 306.35820217000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2932, "r_f_add": 2901, "r_t_add": 2935, "st_code": 61140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421074, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 11279, "Shape__Length": 121.69150019615395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183912435078, 39.972606366158203 ], [ -75.184992508047699, 39.972735673760397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17498, "tnode_": 17251, "lpoly_": null, "rpoly_": null, "length": 468.58745868, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421075, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11280, "Shape__Length": 186.8424631007683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183101257939299, 39.976317437916499 ], [ -75.183015986371203, 39.976742215584103 ], [ -75.182822076260294, 39.977585641072501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17728, "tnode_": 17498, "lpoly_": null, "rpoly_": null, "length": 383.72317513000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 88360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421076, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11281, "Shape__Length": 153.00335124429489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183317193009302, 39.975277252872999 ], [ -75.183101257939299, 39.976317437916499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17773, "tnode_": 17728, "lpoly_": null, "rpoly_": null, "length": 85.49631351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1216, "l_t_add": 1220, "r_f_add": 1217, "r_t_add": 1223, "st_code": 88360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421077, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11282, "Shape__Length": 34.088768649870943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183373132063494, 39.975046534480001 ], [ -75.183317193009302, 39.975277252872999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17867, "tnode_": 17773, "lpoly_": null, "rpoly_": null, "length": 173.91144677, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 88360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421078, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11283, "Shape__Length": 69.343538286834004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183469635724407, 39.974574934565098 ], [ -75.183373132063494, 39.975046534480001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17941, "tnode_": 17867, "lpoly_": null, "rpoly_": null, "length": 158.56067388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 934, "l_t_add": 998, "r_f_add": 937, "r_t_add": 999, "st_code": 88360, "l_hundred": 900, "r_hundred": 900, "seg_id": 421079, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11284, "Shape__Length": 63.220283097102516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183571456661298, 39.974146773177203 ], [ -75.183469635724407, 39.974574934565098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18001, "tnode_": 17941, "lpoly_": null, "rpoly_": null, "length": 101.91561562, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 924, "l_t_add": 932, "r_f_add": 929, "r_t_add": 935, "st_code": 88360, "l_hundred": 900, "r_hundred": 900, "seg_id": 421080, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11285, "Shape__Length": 40.635189386408349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1836352048892, 39.973871334712598 ], [ -75.183571456661298, 39.974146773177203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18129, "tnode_": 18001, "lpoly_": null, "rpoly_": null, "length": 236.8397471, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 927, "st_code": 88360, "l_hundred": 900, "r_hundred": 900, "seg_id": 421081, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11286, "Shape__Length": 94.432323997758104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183772452938399, 39.973229812526597 ], [ -75.1836352048892, 39.973871334712598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18239, "tnode_": 18129, "lpoly_": null, "rpoly_": null, "length": 230.47422154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 850, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 88360, "l_hundred": 800, "r_hundred": 800, "seg_id": 421082, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11287, "Shape__Length": 91.89248424837885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183912435078, 39.972606366158203 ], [ -75.183772452938399, 39.973229812526597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18368, "tnode_": 18239, "lpoly_": null, "rpoly_": null, "length": 226.41266413, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 820, "l_t_add": 848, "r_f_add": 829, "r_t_add": 849, "st_code": 88360, "l_hundred": 800, "r_hundred": 800, "seg_id": 421083, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11288, "Shape__Length": 90.272998360650263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184045089679202, 39.971993272399096 ], [ -75.183912435078, 39.972606366158203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18483, "tnode_": 18368, "lpoly_": null, "rpoly_": null, "length": 248.76133774000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 827, "st_code": 88360, "l_hundred": 800, "r_hundred": 800, "seg_id": 421084, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 11289, "Shape__Length": 99.18244782196588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184192618503204, 39.971319891174701 ], [ -75.184045089679202, 39.971993272399096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17694, "tnode_": 17682, "lpoly_": null, "rpoly_": null, "length": 157.12188225, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2928, "l_t_add": 2998, "r_f_add": 2929, "r_t_add": 2999, "st_code": 74900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421085, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11290, "Shape__Length": 62.414484649792968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184392980024398, 39.9754219747972 ], [ -75.184946908289305, 39.975488447262698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17711, "tnode_": 17694, "lpoly_": null, "rpoly_": null, "length": 133.17183992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2926, "r_f_add": 2915, "r_t_add": 2927, "st_code": 74900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421086, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11291, "Shape__Length": 52.90220160028931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183925313250995, 39.975357267321897 ], [ -75.184392980024398, 39.9754219747972 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17728, "tnode_": 17711, "lpoly_": null, "rpoly_": null, "length": 172.90752036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2913, "st_code": 74900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421087, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11292, "Shape__Length": 68.686241345825735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183317193009302, 39.975277252872999 ], [ -75.183925313250995, 39.975357267321897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17743, "tnode_": 17728, "lpoly_": null, "rpoly_": null, "length": 166.07461733, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2838, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 74900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421088, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11293, "Shape__Length": 65.971166599678739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182732324157797, 39.975203999352999 ], [ -75.183317193009302, 39.975277252872999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17748, "tnode_": 17743, "lpoly_": null, "rpoly_": null, "length": 114.12211736, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2820, "l_t_add": 2836, "r_f_add": 2819, "r_t_add": 2827, "st_code": 74900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421089, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11294, "Shape__Length": 45.333779443011871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182330609831098, 39.975152763138297 ], [ -75.182732324157797, 39.975203999352999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17765, "tnode_": 17748, "lpoly_": null, "rpoly_": null, "length": 176.30532562, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2818, "r_f_add": 2801, "r_t_add": 2817, "st_code": 74900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11295, "Shape__Length": 70.035651889419654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181710390304801, 39.975071858480099 ], [ -75.182330609831098, 39.975152763138297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17694, "tnode_": 17477, "lpoly_": null, "rpoly_": null, "length": 383.95778767999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 57720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 11296, "Shape__Length": 153.09570043140701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184392980024398, 39.9754219747972 ], [ -75.184166208032707, 39.9764614470702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17711, "tnode_": 17487, "lpoly_": null, "rpoly_": null, "length": 384.39263009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 43180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421092, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 11297, "Shape__Length": 153.26809978759712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183925313250995, 39.975357267321897 ], [ -75.183692577967406, 39.976397170403303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17477, "tnode_": 17467, "lpoly_": null, "rpoly_": null, "length": 156.99271066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2940, "l_t_add": 2998, "r_f_add": 2927, "r_t_add": 2999, "st_code": 77160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11298, "Shape__Length": 62.363787753328467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184166208032707, 39.9764614470702 ], [ -75.184720077102398, 39.976525923383697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17487, "tnode_": 17477, "lpoly_": null, "rpoly_": null, "length": 134.78770736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2938, "r_f_add": 2913, "r_t_add": 2925, "st_code": 77160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11299, "Shape__Length": 53.544675651179773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183692577967406, 39.976397170403303 ], [ -75.184166208032707, 39.9764614470702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17498, "tnode_": 17487, "lpoly_": null, "rpoly_": null, "length": 168.24805311999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2911, "st_code": 77160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11300, "Shape__Length": 66.836692012643169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183101257939299, 39.976317437916499 ], [ -75.183692577967406, 39.976397170403303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17477, "tnode_": 17236, "lpoly_": null, "rpoly_": null, "length": 467.31747808, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 57720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421096, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 11301, "Shape__Length": 186.33593096892906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184166208032707, 39.9764614470702 ], [ -75.184084456676402, 39.976886931195601 ], [ -75.183884921509502, 39.977725737277403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17487, "tnode_": 17244, "lpoly_": null, "rpoly_": null, "length": 466.63460346, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 43180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421097, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 11302, "Shape__Length": 186.0649974903713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183692577967406, 39.976397170403303 ], [ -75.183604937934206, 39.976815390168603 ], [ -75.183420949278201, 39.977660974656899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18413, "tnode_": 18065, "lpoly_": null, "rpoly_": null, "length": 752.19408797999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 65257, "l_hundred": 800, "r_hundred": 800, "seg_id": 421098, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR DR", "stname": "POPLAR DR", "objectid": 11303, "Shape__Length": 299.71871693366415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185827677547707, 39.971763372160602 ], [ -75.186991867770701, 39.973623850299902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19384, "tnode_": 19395, "lpoly_": null, "rpoly_": null, "length": 161.57963322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3944, "l_t_add": 3958, "r_f_add": 3947, "r_t_add": 3957, "st_code": 13800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421099, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11304, "Shape__Length": 64.175895495074258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201753067468502, 39.966412668615298 ], [ -75.2023235503286, 39.966348987699298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19395, "tnode_": 19218, "lpoly_": null, "rpoly_": null, "length": 409.80294716000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 73040, "l_hundred": 700, "r_hundred": 700, "seg_id": 421100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 11305, "Shape__Length": 163.38409063219697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2023235503286, 39.966348987699298 ], [ -75.202530792351993, 39.967462588902698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19470, "tnode_": 19389, "lpoly_": null, "rpoly_": null, "length": 207.44505605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 88540, "l_hundred": 700, "r_hundred": 700, "seg_id": 421103, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 11306, "Shape__Length": 82.70415166596031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197834509644693, 39.9657069328549 ], [ -75.197946287601496, 39.966269862892702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19458, "tnode_": 19492, "lpoly_": null, "rpoly_": null, "length": 409.51869174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 81040, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 11307, "Shape__Length": 162.64833744472605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188928276730806, 39.9655529602488 ], [ -75.190375688730199, 39.965400063890698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19453, "tnode_": 19410, "lpoly_": null, "rpoly_": null, "length": 175.13409123999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3160, "l_t_add": 3198, "r_f_add": 3161, "r_t_add": 3199, "st_code": 53300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421105, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 11308, "Shape__Length": 69.673090724467713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188521495376193, 39.965603886006299 ], [ -75.188762361293001, 39.965790691920198 ], [ -75.188989998450793, 39.965919832101697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19521, "tnode_": 19453, "lpoly_": null, "rpoly_": null, "length": 250.91989112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3130, "l_t_add": 3158, "r_f_add": 3131, "r_t_add": 3159, "st_code": 53300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421106, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 11309, "Shape__Length": 99.875563338282873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187934976299502, 39.965083524414702 ], [ -75.188521495376193, 39.965603886006299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19562, "tnode_": 19521, "lpoly_": null, "rpoly_": null, "length": 106.24436146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3129, "st_code": 53300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421107, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 11310, "Shape__Length": 42.315046399855468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187736798147895, 39.9648349119675 ], [ -75.187934976299502, 39.965083524414702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19543, "tnode_": 19458, "lpoly_": null, "rpoly_": null, "length": 209.57276393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 620, "l_t_add": 638, "r_f_add": 621, "r_t_add": 639, "st_code": 88420, "l_hundred": 600, "r_hundred": 600, "seg_id": 421108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 11311, "Shape__Length": 83.552829627720271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188825459936893, 39.964983122513601 ], [ -75.188928276730806, 39.9655529602488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19644, "tnode_": 19543, "lpoly_": null, "rpoly_": null, "length": 222.41933812, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 619, "st_code": 88420, "l_hundred": 600, "r_hundred": 600, "seg_id": 421109, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 11312, "Shape__Length": 88.673055550220184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188710636403499, 39.964378980100697 ], [ -75.188825459936893, 39.964983122513601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19737, "tnode_": 19644, "lpoly_": null, "rpoly_": null, "length": 199.67193834, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 88420, "l_hundred": 500, "r_hundred": 500, "seg_id": 421110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 11313, "Shape__Length": 79.602807037520407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188601748931902, 39.963837297324503 ], [ -75.188710636403499, 39.964378980100697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19574, "tnode_": 19492, "lpoly_": null, "rpoly_": null, "length": 212.27986983, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 620, "l_t_add": 648, "r_f_add": 623, "r_t_add": 641, "st_code": 88440, "l_hundred": 600, "r_hundred": 600, "seg_id": 421111, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 11314, "Shape__Length": 84.631510347327335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190268291650995, 39.9648232184013 ], [ -75.190375688730199, 39.965400063890698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19683, "tnode_": 19574, "lpoly_": null, "rpoly_": null, "length": 219.7276234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 621, "st_code": 88440, "l_hundred": 600, "r_hundred": 600, "seg_id": 421112, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 11315, "Shape__Length": 87.601258159734641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190167529033204, 39.9642250425442 ], [ -75.190268291650995, 39.9648232184013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19521, "tnode_": 19543, "lpoly_": null, "rpoly_": null, "length": 252.27192688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 57520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 11316, "Shape__Length": 100.19506582701401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187934976299502, 39.965083524414702 ], [ -75.188825459936893, 39.964983122513601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19543, "tnode_": 19574, "lpoly_": null, "rpoly_": null, "length": 408.60627663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 57520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 11317, "Shape__Length": 162.28575956902071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188825459936893, 39.964983122513601 ], [ -75.190268291650995, 39.9648232184013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28116, "tnode_": 19776, "lpoly_": null, "rpoly_": null, "length": 453.02851022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4038, "r_f_add": 4001, "r_t_add": 4033, "st_code": 48900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 421115, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11318, "Shape__Length": 180.19422266629442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202345589412104, 39.963147029508598 ], [ -75.203600114386703, 39.963931061600498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19895, "tnode_": 19908, "lpoly_": null, "rpoly_": null, "length": 231.44085611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3948, "l_t_add": 3996, "r_f_add": 3939, "r_t_add": 3997, "st_code": 41240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421116, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 11319, "Shape__Length": 91.92232278703527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201118613501905, 39.963011732245 ], [ -75.2017572353394, 39.9629405530345 ], [ -75.201931427523704, 39.9629045531576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19991, "tnode_": 19908, "lpoly_": null, "rpoly_": null, "length": 393.91920439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3910, "l_t_add": 3950, "r_f_add": 3929, "r_t_add": 3953, "st_code": 48900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421117, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11320, "Shape__Length": 156.63037489746887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200768922260394, 39.962296999220001 ], [ -75.201931427523704, 39.9629045531576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19908, "tnode_": 28116, "lpoly_": null, "rpoly_": null, "length": 145.87723197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3952, "l_t_add": 3998, "r_f_add": 3955, "r_t_add": 3999, "st_code": 48900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421118, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11321, "Shape__Length": 58.015846836228626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201931427523704, 39.9629045531576 ], [ -75.202345589412104, 39.963147029508598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28116, "tnode_": 19841, "lpoly_": null, "rpoly_": null, "length": 131.64631117, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 606, "l_t_add": 610, "r_f_add": 607, "r_t_add": 611, "st_code": 88580, "l_hundred": 600, "r_hundred": 600, "seg_id": 421119, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2000-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 11322, "Shape__Length": 52.483214246238383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202345589412104, 39.963147029508598 ], [ -75.202333613582496, 39.963208721181502 ], [ -75.202311798870497, 39.963275150807704 ], [ -75.202315448857107, 39.963349580069803 ], [ -75.202328567435401, 39.963429176909898 ], [ -75.202336272717204, 39.9635047197593 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19908, "tnode_": 19913, "lpoly_": null, "rpoly_": null, "length": 121.87262627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3998, "l_t_add": 3998, "r_f_add": 3999, "r_t_add": 3999, "st_code": 41240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 421120, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 11323, "Shape__Length": 48.400895406963869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201931427523704, 39.9629045531576 ], [ -75.202363701941906, 39.962868738294702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19913, "tnode_": 19934, "lpoly_": null, "rpoly_": null, "length": 455.87418812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4048, "r_f_add": 4001, "r_t_add": 4029, "st_code": 41240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 421121, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 11324, "Shape__Length": 181.04690455116784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202363701941906, 39.962868738294702 ], [ -75.203980936198704, 39.962736783768698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20235, "tnode_": 20208, "lpoly_": null, "rpoly_": null, "length": 125.98557987, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 310, "l_t_add": 322, "r_f_add": 311, "r_t_add": 323, "st_code": 88540, "l_hundred": 300, "r_hundred": 300, "seg_id": 421122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 11325, "Shape__Length": 50.214509950014282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196929378746105, 39.9598885657919 ], [ -75.196837953821799, 39.960121644400097 ], [ -75.196813800801095, 39.960222324166899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20208, "tnode_": 20137, "lpoly_": null, "rpoly_": null, "length": 216.86608349000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 324, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 88540, "l_hundred": 300, "r_hundred": 300, "seg_id": 421124, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 11326, "Shape__Length": 86.454263940771099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196813800801095, 39.960222324166899 ], [ -75.196922484014806, 39.960811744866 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20654, "tnode_": 20649, "lpoly_": null, "rpoly_": null, "length": 76.86291393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3400, "r_f_add": 3401, "r_t_add": 3401, "st_code": 34000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 421125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 11327, "Shape__Length": 30.526004934553733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191318579776294, 39.956594738942201 ], [ -75.191587478016302, 39.956635948216402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20654, "tnode_": 20558, "lpoly_": null, "rpoly_": null, "length": 262.05158254999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 30, "l_t_add": 66, "r_f_add": 31, "r_t_add": 67, "st_code": 88460, "l_hundred": 0, "r_hundred": 0, "seg_id": 421126, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 11328, "Shape__Length": 104.46029446640766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191318579776294, 39.956594738942201 ], [ -75.191173041249698, 39.957305331067097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21565, "tnode_": 21673, "lpoly_": null, "rpoly_": null, "length": 292.2442799, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 240, "r_t_add": 256, "st_code": 19160, "l_hundred": 0, "r_hundred": 200, "seg_id": 421128, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11329, "Shape__Length": 116.47884975205687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164581581951495, 39.948225093685501 ], [ -75.164754427990502, 39.947433953324698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21219, "tnode_": 21318, "lpoly_": null, "rpoly_": null, "length": 281.87838869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 100, "r_t_add": 126, "st_code": 19160, "l_hundred": 0, "r_hundred": 100, "seg_id": 421129, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11330, "Shape__Length": 112.35231158407065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164013493330799, 39.950885932745102 ], [ -75.164176234841307, 39.950122345344703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21318, "tnode_": 21360, "lpoly_": null, "rpoly_": null, "length": 138.83551811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19109, "l_f_add": 0, "l_t_add": 0, "r_f_add": 128, "r_t_add": 138, "st_code": 19160, "l_hundred": 0, "r_hundred": 100, "seg_id": 421130, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11331, "Shape__Length": 55.336404910400219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164176234841307, 39.950122345344703 ], [ -75.164261810801804, 39.9497469584458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21360, "tnode_": 21422, "lpoly_": null, "rpoly_": null, "length": 144.42266321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19109, "l_f_add": 0, "l_t_add": 0, "r_f_add": 140, "r_t_add": 198, "st_code": 19160, "l_hundred": 0, "r_hundred": 100, "seg_id": 421131, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11332, "Shape__Length": 57.564464488561796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164261810801804, 39.9497469584458 ], [ -75.164340470331595, 39.949355149550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21422, "tnode_": 21565, "lpoly_": null, "rpoly_": null, "length": 417.17259072000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 200, "r_t_add": 238, "st_code": 19160, "l_hundred": 0, "r_hundred": 200, "seg_id": 421132, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11333, "Shape__Length": 166.27426301646025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164340470331595, 39.949355149550598 ], [ -75.164581581951495, 39.948225093685501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21673, "tnode_": 21743, "lpoly_": null, "rpoly_": null, "length": 157.20480466000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 258, "r_t_add": 298, "st_code": 19160, "l_hundred": 0, "r_hundred": 200, "seg_id": 421133, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 11334, "Shape__Length": 62.656022309621378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164754427990502, 39.947433953324698 ], [ -75.164847593844598, 39.947008405507603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21186, "tnode_": 21169, "lpoly_": null, "rpoly_": null, "length": 447.07479525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 22820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421136, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11335, "Shape__Length": 177.53410560492586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167197462810407, 39.951272907380101 ], [ -75.168769883043694, 39.951477074693699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21205, "tnode_": 21186, "lpoly_": null, "rpoly_": null, "length": 449.93487306999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 22820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421137, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11336, "Shape__Length": 178.66723159279277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165612588357902, 39.951078697590503 ], [ -75.167197462810407, 39.951272907380101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21219, "tnode_": 21205, "lpoly_": null, "rpoly_": null, "length": 453.79212639000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 22820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421138, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11337, "Shape__Length": 180.19786080612613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164013493330799, 39.950885932745102 ], [ -75.165612588357902, 39.951078697590503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21274, "tnode_": 21256, "lpoly_": null, "rpoly_": null, "length": 446.95849151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 70940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421140, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11338, "Shape__Length": 177.48320611473449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167356066161901, 39.950518925222198 ], [ -75.168931187227003, 39.9507082198974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21295, "tnode_": 21274, "lpoly_": null, "rpoly_": null, "length": 448.37040598000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 70940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421141, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11339, "Shape__Length": 178.04368063109987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165776334525205, 39.950327263132003 ], [ -75.167356066161901, 39.950518925222198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21318, "tnode_": 21295, "lpoly_": null, "rpoly_": null, "length": 454.78100762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 70940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421142, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11340, "Shape__Length": 180.59067404420134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164176234841307, 39.950122345344703 ], [ -75.165776334525205, 39.950327263132003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21338, "tnode_": 21320, "lpoly_": null, "rpoly_": null, "length": 445.80451216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 56900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11341, "Shape__Length": 177.02244285374002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165859910847402, 39.9499830503891 ], [ -75.167432239787999, 39.9501653995369 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21360, "tnode_": 21338, "lpoly_": null, "rpoly_": null, "length": 456.23413443000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 56900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421145, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11342, "Shape__Length": 181.17291972861739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164261810801804, 39.9497469584458 ], [ -75.165859910847402, 39.9499830503891 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21384, "tnode_": 21534, "lpoly_": null, "rpoly_": null, "length": 423.55057317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 75880, "l_hundred": 200, "r_hundred": 200, "seg_id": 421146, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SYDENHAM ST", "stname": "S SYDENHAM ST", "objectid": 11343, "Shape__Length": 168.81644071901843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166733751081395, 39.9496648200343 ], [ -75.166983167039504, 39.948518076401598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21076, "tnode_": 21138, "lpoly_": null, "rpoly_": null, "length": 230.00323258999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 23, "l_t_add": 29, "r_f_add": 22, "r_t_add": 28, "st_code": 88080, "l_hundred": 0, "r_hundred": 0, "seg_id": 421147, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11344, "Shape__Length": 91.670467190277279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165301103427296, 39.952293895289401 ], [ -75.165477346042493, 39.951677249070201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21205, "tnode_": 21261, "lpoly_": null, "rpoly_": null, "length": 175.2561422, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 114, "st_code": 88080, "l_hundred": 100, "r_hundred": 100, "seg_id": 421150, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11345, "Shape__Length": 69.854069392966153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165612588357902, 39.951078697590503 ], [ -75.165718092511, 39.950604499213497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21261, "tnode_": 21295, "lpoly_": null, "rpoly_": null, "length": 102.30367301, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 117, "l_t_add": 131, "r_f_add": 116, "r_t_add": 122, "st_code": 88080, "l_hundred": 100, "r_hundred": 100, "seg_id": 421151, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11346, "Shape__Length": 40.776735614002419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165718092511, 39.950604499213497 ], [ -75.165776334525205, 39.950327263132003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21295, "tnode_": 21338, "lpoly_": null, "rpoly_": null, "length": 127.56109224000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 133, "l_t_add": 133, "r_f_add": 124, "r_t_add": 132, "st_code": 88080, "l_hundred": 100, "r_hundred": 100, "seg_id": 421152, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11347, "Shape__Length": 50.842084662546782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165776334525205, 39.950327263132003 ], [ -75.165859910847402, 39.9499830503891 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21338, "tnode_": 21398, "lpoly_": null, "rpoly_": null, "length": 154.84356779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 135, "l_t_add": 199, "r_f_add": 134, "r_t_add": 198, "st_code": 88080, "l_hundred": 100, "r_hundred": 100, "seg_id": 421153, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11348, "Shape__Length": 61.718467209235691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165859910847402, 39.9499830503891 ], [ -75.165942714112106, 39.949562789763903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21398, "tnode_": 21474, "lpoly_": null, "rpoly_": null, "length": 229.74124867999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 220, "st_code": 88080, "l_hundred": 200, "r_hundred": 200, "seg_id": 421154, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11349, "Shape__Length": 91.569370261261255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165942714112106, 39.949562789763903 ], [ -75.1660768825368, 39.9489406323179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21474, "tnode_": 21543, "lpoly_": null, "rpoly_": null, "length": 190.68751702, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 215, "l_t_add": 239, "r_f_add": 222, "r_t_add": 238, "st_code": 88080, "l_hundred": 200, "r_hundred": 200, "seg_id": 421155, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11350, "Shape__Length": 76.002102150369282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1660768825368, 39.9489406323179 ], [ -75.166193349259302, 39.9484249031715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21472, "tnode_": 21446, "lpoly_": null, "rpoly_": null, "length": 444.04093276000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 74100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421156, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 11351, "Shape__Length": 176.3228874203723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167692415988697, 39.948983538308497 ], [ -75.169254713668394, 39.949183560964798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21673, "tnode_": 21647, "lpoly_": null, "rpoly_": null, "length": 457.97463643000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BACH", "st_type": "PL", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 15390, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421157, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BACH PL", "stname": "BACH PL", "objectid": 11352, "Shape__Length": 181.85213695561615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164754427990502, 39.947433953324698 ], [ -75.166365150594402, 39.947642837526097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21526, "tnode_": 21502, "lpoly_": null, "rpoly_": null, "length": 445.80548654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 51380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421158, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11353, "Shape__Length": 177.02216957235279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167772862201602, 39.948614127337997 ], [ -75.169341859109295, 39.948812620310299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21534, "tnode_": 21526, "lpoly_": null, "rpoly_": null, "length": 224.15640542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1519, "r_t_add": 1599, "st_code": 51380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421159, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11354, "Shape__Length": 89.008015245050984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166983167039504, 39.948518076401598 ], [ -75.167772862201602, 39.948614127337997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21543, "tnode_": 21534, "lpoly_": null, "rpoly_": null, "length": 224.02945165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1517, "st_code": 51380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421160, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11355, "Shape__Length": 88.956982188733875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166193349259302, 39.9484249031715 ], [ -75.166983167039504, 39.948518076401598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21565, "tnode_": 21543, "lpoly_": null, "rpoly_": null, "length": 457.72101671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 51380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421161, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11356, "Shape__Length": 181.75186073961578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164581581951495, 39.948225093685501 ], [ -75.166193349259302, 39.9484249031715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21369, "tnode_": 21348, "lpoly_": null, "rpoly_": null, "length": 450.19061022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 81140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421162, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11357, "Shape__Length": 178.76608161508227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167519466106796, 39.949753723332201 ], [ -75.169104320395206, 39.949952298455301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21384, "tnode_": 21369, "lpoly_": null, "rpoly_": null, "length": 222.65697539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1515, "r_t_add": 1599, "st_code": 81140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421163, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11358, "Shape__Length": 88.412982507800237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166733751081395, 39.9496648200343 ], [ -75.167519466106796, 39.949753723332201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21398, "tnode_": 21384, "lpoly_": null, "rpoly_": null, "length": 224.87436571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1513, "st_code": 81140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421164, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11359, "Shape__Length": 89.2955251877151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165942714112106, 39.949562789763903 ], [ -75.166733751081395, 39.9496648200343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21584, "tnode_": 21562, "lpoly_": null, "rpoly_": null, "length": 445.84638245999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 49280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421165, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 11360, "Shape__Length": 177.03536638683002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167871342641703, 39.948159015856596 ], [ -75.169442586473494, 39.948347363279403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21600, "tnode_": 21584, "lpoly_": null, "rpoly_": null, "length": 446.66795790999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 49280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421166, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 11361, "Shape__Length": 177.36023924916705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166296210810799, 39.947975315608701 ], [ -75.167871342641703, 39.948159015856596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21543, "tnode_": 21600, "lpoly_": null, "rpoly_": null, "length": 166.29646418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 241, "l_t_add": 253, "r_f_add": 240, "r_t_add": 252, "st_code": 88080, "l_hundred": 200, "r_hundred": 200, "seg_id": 421167, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11362, "Shape__Length": 66.279925348235111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166193349259302, 39.9484249031715 ], [ -75.166296210810799, 39.947975315608701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21600, "tnode_": 21647, "lpoly_": null, "rpoly_": null, "length": 122.64843859, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 255, "l_t_add": 269, "r_f_add": 254, "r_t_add": 268, "st_code": 88080, "l_hundred": 200, "r_hundred": 200, "seg_id": 421168, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11363, "Shape__Length": 48.884086073069739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166296210810799, 39.947975315608701 ], [ -75.166365150594402, 39.947642837526097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21647, "tnode_": 21712, "lpoly_": null, "rpoly_": null, "length": 161.56080837, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 271, "l_t_add": 299, "r_f_add": 270, "r_t_add": 298, "st_code": 88080, "l_hundred": 200, "r_hundred": 200, "seg_id": 421169, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11364, "Shape__Length": 64.392444606684606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166365150594402, 39.947642837526097 ], [ -75.166460284460797, 39.947205418818001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21186, "tnode_": 21239, "lpoly_": null, "rpoly_": null, "length": 182.27577672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 108, "st_code": 88100, "l_hundred": 100, "r_hundred": 100, "seg_id": 421170, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11365, "Shape__Length": 72.653365281922675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167197462810407, 39.951272907380101 ], [ -75.167298825968004, 39.950778656163898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21239, "tnode_": 21274, "lpoly_": null, "rpoly_": null, "length": 95.96663822, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 113, "l_t_add": 117, "r_f_add": 110, "r_t_add": 116, "st_code": 88100, "l_hundred": 100, "r_hundred": 100, "seg_id": 421171, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11366, "Shape__Length": 38.250614347923673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167298825968004, 39.950778656163898 ], [ -75.167356066161901, 39.950518925222198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21274, "tnode_": 21320, "lpoly_": null, "rpoly_": null, "length": 130.54181799, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 119, "l_t_add": 127, "r_f_add": 118, "r_t_add": 126, "st_code": 88100, "l_hundred": 100, "r_hundred": 100, "seg_id": 421172, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11367, "Shape__Length": 52.031685908258062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167356066161901, 39.950518925222198 ], [ -75.167432239787999, 39.9501653995369 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21320, "tnode_": 21369, "lpoly_": null, "rpoly_": null, "length": 151.94712995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88100, "l_hundred": 100, "r_hundred": 100, "seg_id": 421173, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11368, "Shape__Length": 60.563335907802085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167432239787999, 39.9501653995369 ], [ -75.167519466106796, 39.949753723332201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21369, "tnode_": 21440, "lpoly_": null, "rpoly_": null, "length": 188.48606198, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 216, "st_code": 88100, "l_hundred": 200, "r_hundred": 200, "seg_id": 421174, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11369, "Shape__Length": 75.125341817069284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167519466106796, 39.949753723332201 ], [ -75.167636067511097, 39.949244147209697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21440, "tnode_": 21472, "lpoly_": null, "rpoly_": null, "length": 96.24067517, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 215, "l_t_add": 223, "r_f_add": 218, "r_t_add": 224, "st_code": 88100, "l_hundred": 200, "r_hundred": 200, "seg_id": 421175, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11370, "Shape__Length": 38.359134672489247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167636067511097, 39.949244147209697 ], [ -75.167692415988697, 39.948983538308497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21472, "tnode_": 21526, "lpoly_": null, "rpoly_": null, "length": 136.44683111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 225, "l_t_add": 235, "r_f_add": 226, "r_t_add": 234, "st_code": 88100, "l_hundred": 200, "r_hundred": 200, "seg_id": 421176, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11371, "Shape__Length": 54.38397546950884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167692415988697, 39.948983538308497 ], [ -75.167772862201602, 39.948614127337997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21526, "tnode_": 21584, "lpoly_": null, "rpoly_": null, "length": 168.07242856, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 237, "l_t_add": 243, "r_f_add": 236, "r_t_add": 248, "st_code": 88100, "l_hundred": 200, "r_hundred": 200, "seg_id": 421177, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11372, "Shape__Length": 66.988759149718945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167772862201602, 39.948614127337997 ], [ -75.167871342641703, 39.948159015856596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21584, "tnode_": 21694, "lpoly_": null, "rpoly_": null, "length": 281.87688247, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 245, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 88100, "l_hundred": 200, "r_hundred": 200, "seg_id": 421178, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11373, "Shape__Length": 112.34732668177826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167871342641703, 39.948159015856596 ], [ -75.168033453918795, 39.947395354014198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21427, "tnode_": 21409, "lpoly_": null, "rpoly_": null, "length": 446.81735305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 22300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 11374, "Shape__Length": 177.42075964789925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169209925565099, 39.949400713347799 ], [ -75.170788477501205, 39.949569307122097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21440, "tnode_": 21427, "lpoly_": null, "rpoly_": null, "length": 444.93207545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 22300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 11375, "Shape__Length": 176.67001194637146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167636067511097, 39.949244147209697 ], [ -75.169209925565099, 39.949400713347799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21299, "tnode_": 21275, "lpoly_": null, "rpoly_": null, "length": 446.15244424999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 56900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11376, "Shape__Length": 177.16659710122346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169004676513396, 39.950379969490797 ], [ -75.170572593179998, 39.950589289260897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21320, "tnode_": 21299, "lpoly_": null, "rpoly_": null, "length": 447.73239394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 56900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11377, "Shape__Length": 177.79433297841149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167432239787999, 39.9501653995369 ], [ -75.169004676513396, 39.950379969490797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21256, "tnode_": 21299, "lpoly_": null, "rpoly_": null, "length": 121.3378109, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 123, "l_t_add": 133, "r_f_add": 124, "r_t_add": 132, "st_code": 88120, "l_hundred": 100, "r_hundred": 100, "seg_id": 421183, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11378, "Shape__Length": 48.362878104631037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168931187227003, 39.9507082198974 ], [ -75.169004676513396, 39.950379969490797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21299, "tnode_": 21348, "lpoly_": null, "rpoly_": null, "length": 158.27783167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 135, "l_t_add": 199, "r_f_add": 134, "r_t_add": 198, "st_code": 88120, "l_hundred": 100, "r_hundred": 100, "seg_id": 421184, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11379, "Shape__Length": 63.085523305267607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169004676513396, 39.950379969490797 ], [ -75.169104320395206, 39.949952298455301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21348, "tnode_": 21427, "lpoly_": null, "rpoly_": null, "length": 203.10224668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 216, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421185, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11380, "Shape__Length": 80.953974562425202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169104320395206, 39.949952298455301 ], [ -75.169209925565099, 39.949400713347799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21427, "tnode_": 21446, "lpoly_": null, "rpoly_": null, "length": 80.09517137, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 219, "l_t_add": 221, "r_f_add": 218, "r_t_add": 220, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421186, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11381, "Shape__Length": 31.92431997357717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169209925565099, 39.949400713347799 ], [ -75.169254713668394, 39.949183560964798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21446, "tnode_": 21502, "lpoly_": null, "rpoly_": null, "length": 137.31815343999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 223, "l_t_add": 223, "r_f_add": 222, "r_t_add": 240, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421187, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11382, "Shape__Length": 54.730485626601912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169254713668394, 39.949183560964798 ], [ -75.169341859109295, 39.948812620310299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21502, "tnode_": 21545, "lpoly_": null, "rpoly_": null, "length": 124.19927077, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 225, "l_t_add": 245, "r_f_add": 242, "r_t_add": 248, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421188, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11383, "Shape__Length": 49.502397313724465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169341859109295, 39.948812620310299 ], [ -75.169414559745505, 39.948476300506897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21545, "tnode_": 21562, "lpoly_": null, "rpoly_": null, "length": 47.6222805, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 247, "l_t_add": 247, "r_f_add": 250, "r_t_add": 254, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421189, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11384, "Shape__Length": 18.980838729066047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169414559745505, 39.948476300506897 ], [ -75.169442586473494, 39.948347363279403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21562, "tnode_": 21579, "lpoly_": null, "rpoly_": null, "length": 48.12701832, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 249, "l_t_add": 249, "r_f_add": 256, "r_t_add": 258, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421190, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11385, "Shape__Length": 19.181516263062306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169442586473494, 39.948347363279403 ], [ -75.169473916808201, 39.948217467803701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21579, "tnode_": 21609, "lpoly_": null, "rpoly_": null, "length": 90.667282969999988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 251, "l_t_add": 261, "r_f_add": 260, "r_t_add": 262, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421191, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11386, "Shape__Length": 36.136453002985178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169473916808201, 39.948217467803701 ], [ -75.169531826543604, 39.947972597982996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21609, "tnode_": 21664, "lpoly_": null, "rpoly_": null, "length": 141.35580002999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 263, "l_t_add": 299, "r_f_add": 264, "r_t_add": 298, "st_code": 88120, "l_hundred": 200, "r_hundred": 200, "seg_id": 421192, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11387, "Shape__Length": 56.339573579950397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169531826543604, 39.947972597982996 ], [ -75.169616160874995, 39.947590025811003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21664, "tnode_": 21737, "lpoly_": null, "rpoly_": null, "length": 160.32281924, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 311, "r_f_add": 300, "r_t_add": 312, "st_code": 88120, "l_hundred": 300, "r_hundred": 300, "seg_id": 421193, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11388, "Shape__Length": 63.899029403901338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169616160874995, 39.947590025811003 ], [ -75.169710211580295, 39.947155913367702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21330, "tnode_": 21409, "lpoly_": null, "rpoly_": null, "length": 210.85288608, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 216, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421194, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11389, "Shape__Length": 84.042358831990541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170670281473903, 39.950140931768203 ], [ -75.170788477501205, 39.949569307122097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21409, "tnode_": 21482, "lpoly_": null, "rpoly_": null, "length": 209.40237395, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 219, "l_t_add": 231, "r_f_add": 218, "r_t_add": 230, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421195, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11390, "Shape__Length": 83.462344235321012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170788477501205, 39.949569307122097 ], [ -75.170914044266894, 39.949002653223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21482, "tnode_": 21541, "lpoly_": null, "rpoly_": null, "length": 167.28255095, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 233, "l_t_add": 247, "r_f_add": 232, "r_t_add": 246, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421196, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11391, "Shape__Length": 66.672104023951576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170914044266894, 39.949002653223403 ], [ -75.171026329630493, 39.948551646759597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21541, "tnode_": 21555, "lpoly_": null, "rpoly_": null, "length": 48.68688176, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 249, "l_t_add": 249, "r_f_add": 248, "r_t_add": 248, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421197, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11392, "Shape__Length": 19.406446736684977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171026329630493, 39.948551646759597 ], [ -75.171044231448903, 39.948418707222302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21555, "tnode_": 21592, "lpoly_": null, "rpoly_": null, "length": 92.31653358, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 251, "l_t_add": 255, "r_f_add": 250, "r_t_add": 256, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421198, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11393, "Shape__Length": 36.79464184411129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171044231448903, 39.948418707222302 ], [ -75.171098193028399, 39.948168713101403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21592, "tnode_": 21642, "lpoly_": null, "rpoly_": null, "length": 138.76260166, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 257, "l_t_add": 299, "r_f_add": 258, "r_t_add": 298, "st_code": 88140, "l_hundred": 200, "r_hundred": 200, "seg_id": 421199, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11394, "Shape__Length": 55.306036484178954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171098193028399, 39.948168713101403 ], [ -75.171181915262594, 39.947793282067501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21642, "tnode_": 21706, "lpoly_": null, "rpoly_": null, "length": 167.81787574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 312, "st_code": 88140, "l_hundred": 300, "r_hundred": 300, "seg_id": 421200, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11395, "Shape__Length": 66.886807462220432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171181915262594, 39.947793282067501 ], [ -75.171278098734504, 39.947338587784699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21489, "tnode_": 21482, "lpoly_": null, "rpoly_": null, "length": 184.48493288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 51380, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421201, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11396, "Shape__Length": 73.255888515454856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170264327188306, 39.948922534184 ], [ -75.170914044266894, 39.949002653223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21502, "tnode_": 21489, "lpoly_": null, "rpoly_": null, "length": 261.71439438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1715, "st_code": 51380, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421202, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11397, "Shape__Length": 103.9216049107436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169341859109295, 39.948812620310299 ], [ -75.170264327188306, 39.948922534184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21545, "tnode_": 21535, "lpoly_": null, "rpoly_": null, "length": 261.99555913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUBERT", "st_type": "ALY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 71290, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUBERT ALY", "stname": "SCHUBERT ALY", "objectid": 11398, "Shape__Length": 104.03325394973677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169414559745505, 39.948476300506897 ], [ -75.170337422609606, 39.948589234866901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21523, "tnode_": 21569, "lpoly_": null, "rpoly_": null, "length": 134.64040771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 263, "r_f_add": 200, "r_t_add": 262, "st_code": 88160, "l_hundred": 200, "r_hundred": 200, "seg_id": 421204, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 11399, "Shape__Length": 53.665628777351316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172601314317305, 39.948739418336203 ], [ -75.172666887195703, 39.948373275303297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21523, "tnode_": 21518, "lpoly_": null, "rpoly_": null, "length": 138.53180858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1908, "r_f_add": 1901, "r_t_add": 1901, "st_code": 68700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421205, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 11400, "Shape__Length": 55.010277134936189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172601314317305, 39.948739418336203 ], [ -75.173087170985696, 39.948808597196098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21541, "tnode_": 21523, "lpoly_": null, "rpoly_": null, "length": 446.8480774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1849, "st_code": 68700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421206, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 11401, "Shape__Length": 177.43396446768921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171026329630493, 39.948551646759597 ], [ -75.172601314317305, 39.948739418336203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21330, "tnode_": 21311, "lpoly_": null, "rpoly_": null, "length": 448.16982905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 81140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421207, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11402, "Shape__Length": 177.966279812756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170670281473903, 39.950140931768203 ], [ -75.172246187907803, 39.950347139453001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21348, "tnode_": 21330, "lpoly_": null, "rpoly_": null, "length": 444.38758611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 81140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421208, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11403, "Shape__Length": 176.46092675531301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169104320395206, 39.949952298455301 ], [ -75.170670281473903, 39.950140931768203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21304, "tnode_": 21447, "lpoly_": null, "rpoly_": null, "length": 422.52193657000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 220, "st_code": 68710, "l_hundred": 200, "r_hundred": 200, "seg_id": 421209, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE SQ", "stname": "W RITTENHOUSE SQ", "objectid": 11404, "Shape__Length": 168.40894377837236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172754301594793, 39.950407486015898 ], [ -75.172998512637506, 39.9492629401242 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21447, "tnode_": 21518, "lpoly_": null, "rpoly_": null, "length": 167.36512714, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 223, "l_t_add": 299, "r_f_add": 222, "r_t_add": 298, "st_code": 68710, "l_hundred": 200, "r_hundred": 200, "seg_id": 421210, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE SQ", "stname": "W RITTENHOUSE SQ", "objectid": 11405, "Shape__Length": 66.708776941551875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172998512637506, 39.9492629401242 ], [ -75.173087170985696, 39.948808597196098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21266, "tnode_": 21255, "lpoly_": null, "rpoly_": null, "length": 222.05871040999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2119, "st_code": 81140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421211, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11406, "Shape__Length": 88.179023085561681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175739989821295, 39.950778624313898 ], [ -75.176521144968802, 39.950879336645798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21293, "tnode_": 21266, "lpoly_": null, "rpoly_": null, "length": 546.46090321000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421212, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11407, "Shape__Length": 216.99597660141436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173815482078297, 39.950541013999697 ], [ -75.175739989821295, 39.950778624313898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21304, "tnode_": 21293, "lpoly_": null, "rpoly_": null, "length": 301.46741723999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1902, "l_t_add": 1998, "r_f_add": 1909, "r_t_add": 1999, "st_code": 81140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421213, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11408, "Shape__Length": 119.71082075862724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172754301594793, 39.950407486015898 ], [ -75.173815482078297, 39.950541013999697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21311, "tnode_": 21304, "lpoly_": null, "rpoly_": null, "length": 144.14342851000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1900, "r_f_add": 1901, "r_t_add": 1907, "st_code": 81140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421214, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11409, "Shape__Length": 57.237739662855539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172246187907803, 39.950347139453001 ], [ -75.172754301594793, 39.950407486015898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21518, "tnode_": 21501, "lpoly_": null, "rpoly_": null, "length": 308.31818659000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1910, "l_t_add": 1998, "r_f_add": 1903, "r_t_add": 1999, "st_code": 68700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421215, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 11410, "Shape__Length": 122.42572632544918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173087170985696, 39.948808597196098 ], [ -75.174175420886201, 39.948930303728403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21432, "tnode_": 21414, "lpoly_": null, "rpoly_": null, "length": 425.73906008999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2012, "l_t_add": 2098, "r_f_add": 2013, "r_t_add": 2099, "st_code": 51380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421216, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11411, "Shape__Length": 169.05610400923644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174488138234906, 39.949454009749402 ], [ -75.175986631486495, 39.949643094597498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21438, "tnode_": 21432, "lpoly_": null, "rpoly_": null, "length": 117.31271958000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2011, "st_code": 51380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11412, "Shape__Length": 46.583850375485135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174075683147606, 39.949399813977699 ], [ -75.174488138234906, 39.949454009749402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21293, "tnode_": 21372, "lpoly_": null, "rpoly_": null, "length": 242.73766397, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 222, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421219, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11413, "Shape__Length": 96.75013369590566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173815482078297, 39.950541013999697 ], [ -75.1739617130211, 39.949884241592599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21372, "tnode_": 21438, "lpoly_": null, "rpoly_": null, "length": 179.33786877999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 225, "l_t_add": 227, "r_f_add": 224, "r_t_add": 238, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421220, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11414, "Shape__Length": 71.478805322522774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1739617130211, 39.949884241592599 ], [ -75.174075683147606, 39.949399813977699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21438, "tnode_": 21501, "lpoly_": null, "rpoly_": null, "length": 173.30500013, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 229, "l_t_add": 251, "r_f_add": 240, "r_t_add": 252, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421221, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11415, "Shape__Length": 69.075353763246696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174075683147606, 39.949399813977699 ], [ -75.174175420886201, 39.948930303728403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21501, "tnode_": 21521, "lpoly_": null, "rpoly_": null, "length": 51.5040516, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 253, "l_t_add": 253, "r_f_add": 254, "r_t_add": 254, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421222, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11416, "Shape__Length": 20.528923795263751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174175420886201, 39.948930303728403 ], [ -75.174199682004996, 39.948790157069098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21334, "tnode_": 21407, "lpoly_": null, "rpoly_": null, "length": 184.35566879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 248, "st_code": 79760, "l_hundred": 200, "r_hundred": 200, "seg_id": 421223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 11417, "Shape__Length": 73.481176104305689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176667862365093, 39.950241193507601 ], [ -75.176771137302794, 39.949741394806999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21367, "tnode_": 21346, "lpoly_": null, "rpoly_": null, "length": 424.97823857000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2006, "l_t_add": 2098, "r_f_add": 2007, "r_t_add": 2099, "st_code": 22300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421224, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 11418, "Shape__Length": 168.75337240089948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174385093833394, 39.949931727203101 ], [ -75.175882972760306, 39.950110569278998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21372, "tnode_": 21367, "lpoly_": null, "rpoly_": null, "length": 119.95573325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2004, "r_f_add": 2001, "r_t_add": 2005, "st_code": 22300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421225, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 11419, "Shape__Length": 47.632282454141688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1739617130211, 39.949884241592599 ], [ -75.174385093833394, 39.949931727203101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21102, "tnode_": 21178, "lpoly_": null, "rpoly_": null, "length": 281.65390055, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 102, "st_code": 88200, "l_hundred": 100, "r_hundred": 100, "seg_id": 421226, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11420, "Shape__Length": 112.26525184240022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175409882907601, 39.952300353948097 ], [ -75.175571802758498, 39.951537287092897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21178, "tnode_": 21212, "lpoly_": null, "rpoly_": null, "length": 126.30315713, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 113, "l_t_add": 117, "r_f_add": 104, "r_t_add": 116, "st_code": 88200, "l_hundred": 100, "r_hundred": 100, "seg_id": 421227, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11421, "Shape__Length": 50.342947534919112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175571802758498, 39.951537287092897 ], [ -75.175645747118494, 39.951195271369301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21212, "tnode_": 21266, "lpoly_": null, "rpoly_": null, "length": 154.05969334, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 119, "l_t_add": 199, "r_f_add": 118, "r_t_add": 198, "st_code": 88200, "l_hundred": 100, "r_hundred": 100, "seg_id": 421228, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11422, "Shape__Length": 61.405437102469612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175645747118494, 39.951195271369301 ], [ -75.175739989821295, 39.950778624313898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21346, "tnode_": 21365, "lpoly_": null, "rpoly_": null, "length": 50.4406267, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 235, "l_t_add": 235, "r_f_add": 228, "r_t_add": 232, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 421229, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11423, "Shape__Length": 20.104649477774544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175882972760306, 39.950110569278998 ], [ -75.175912504537393, 39.949973981572498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21365, "tnode_": 21414, "lpoly_": null, "rpoly_": null, "length": 122.31471157, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 237, "l_t_add": 243, "r_f_add": 234, "r_t_add": 236, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 421230, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11424, "Shape__Length": 48.751721022410628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175912504537393, 39.949973981572498 ], [ -75.175986631486495, 39.949643094597498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21160, "tnode_": 21242, "lpoly_": null, "rpoly_": null, "length": 282.97067491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 123, "l_t_add": 199, "r_f_add": 124, "r_t_add": 198, "st_code": 88220, "l_hundred": 100, "r_hundred": 100, "seg_id": 421231, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11425, "Shape__Length": 112.78922090593196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177163062293999, 39.951740432486098 ], [ -75.177325475492793, 39.950973765227502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21395, "tnode_": 21439, "lpoly_": null, "rpoly_": null, "length": 134.69029024, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 235, "l_t_add": 249, "r_f_add": 234, "r_t_add": 234, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 421232, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11426, "Shape__Length": 53.684861754724892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177575159418694, 39.949836849378897 ], [ -75.177652305811307, 39.949471906082501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21439, "tnode_": 21467, "lpoly_": null, "rpoly_": null, "length": 90.63803963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 251, "l_t_add": 255, "r_f_add": 236, "r_t_add": 242, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 421233, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11427, "Shape__Length": 36.126063987295836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177652305811307, 39.949471906082501 ], [ -75.177706225194299, 39.949226578387503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21467, "tnode_": 21506, "lpoly_": null, "rpoly_": null, "length": 89.61323062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 257, "l_t_add": 263, "r_f_add": 244, "r_t_add": 250, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 421234, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11428, "Shape__Length": 35.717718291593357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177706225194299, 39.949226578387503 ], [ -75.177757839511898, 39.948983807416603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21506, "tnode_": 21548, "lpoly_": null, "rpoly_": null, "length": 135.05567135000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 265, "l_t_add": 299, "r_f_add": 252, "r_t_add": 298, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 421235, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11429, "Shape__Length": 53.82816234944913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177757839511898, 39.948983807416603 ], [ -75.177846178203694, 39.948619350167903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21242, "tnode_": 21227, "lpoly_": null, "rpoly_": null, "length": 328.31403709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421236, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11430, "Shape__Length": 130.37160486131896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177325475492793, 39.950973765227502 ], [ -75.178482236459601, 39.9511140577387 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21255, "tnode_": 21242, "lpoly_": null, "rpoly_": null, "length": 228.11275057999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 81140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421237, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 11431, "Shape__Length": 90.581561366566788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176521144968802, 39.950879336645798 ], [ -75.177325475492793, 39.950973765227502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21395, "tnode_": 21374, "lpoly_": null, "rpoly_": null, "length": 328.47446076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 51380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421238, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11432, "Shape__Length": 130.43364043317987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177575159418694, 39.949836849378897 ], [ -75.178731880720406, 39.949980041069601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21407, "tnode_": 21395, "lpoly_": null, "rpoly_": null, "length": 228.0876823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 51380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421239, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11433, "Shape__Length": 90.570271943275586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176771137302794, 39.949741394806999 ], [ -75.177575159418694, 39.949836849378897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21414, "tnode_": 21407, "lpoly_": null, "rpoly_": null, "length": 222.8460034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2123, "st_code": 51380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421240, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11434, "Shape__Length": 88.489657752345337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175986631486495, 39.949643094597498 ], [ -75.176771137302794, 39.949741394806999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21230, "tnode_": 21212, "lpoly_": null, "rpoly_": null, "length": 544.06998032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 56900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11435, "Shape__Length": 216.04365068049526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173724756807104, 39.950983493301401 ], [ -75.175645747118494, 39.951195271369301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21200, "tnode_": 21230, "lpoly_": null, "rpoly_": null, "length": 116.70597581, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 125, "l_t_add": 133, "r_f_add": 124, "r_t_add": 132, "st_code": 88180, "l_hundred": 100, "r_hundred": 100, "seg_id": 421242, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11436, "Shape__Length": 46.517200894023006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173655627048007, 39.951299275901597 ], [ -75.173707964959405, 39.951038524909102 ], [ -75.173724756807104, 39.950983493301401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21230, "tnode_": 21293, "lpoly_": null, "rpoly_": null, "length": 163.18184925, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 135, "l_t_add": 199, "r_f_add": 134, "r_t_add": 198, "st_code": 88180, "l_hundred": 100, "r_hundred": 100, "seg_id": 421244, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11437, "Shape__Length": 65.042462497127573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173724756807104, 39.950983493301401 ], [ -75.173815482078297, 39.950541013999697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21227, "tnode_": 21314, "lpoly_": null, "rpoly_": null, "length": 236.17209544, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 214, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421245, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11438, "Shape__Length": 94.13285349313044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178482236459601, 39.9511140577387 ], [ -75.1786322606428, 39.950476100149899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21314, "tnode_": 21374, "lpoly_": null, "rpoly_": null, "length": 182.85108798, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 217, "l_t_add": 233, "r_f_add": 216, "r_t_add": 244, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421246, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11439, "Shape__Length": 72.882110016049637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786322606428, 39.950476100149899 ], [ -75.178731880720406, 39.949980041069601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21374, "tnode_": 21425, "lpoly_": null, "rpoly_": null, "length": 131.70445783, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 235, "l_t_add": 235, "r_f_add": 246, "r_t_add": 246, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421247, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11440, "Shape__Length": 52.494164129353436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178731880720406, 39.949980041069601 ], [ -75.178812233322205, 39.949623824119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21425, "tnode_": 21453, "lpoly_": null, "rpoly_": null, "length": 93.69633958, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 237, "l_t_add": 243, "r_f_add": 248, "r_t_add": 254, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421248, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11441, "Shape__Length": 37.345775160058885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178812233322205, 39.949623824119797 ], [ -75.178863214544094, 39.949369626326501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21453, "tnode_": 21487, "lpoly_": null, "rpoly_": null, "length": 89.49674343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 245, "l_t_add": 253, "r_f_add": 256, "r_t_add": 270, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421249, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11442, "Shape__Length": 35.670824793560271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178863214544094, 39.949369626326501 ], [ -75.178918425048593, 39.949127649132002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21487, "tnode_": 21537, "lpoly_": null, "rpoly_": null, "length": 135.9525156, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 255, "l_t_add": 299, "r_f_add": 272, "r_t_add": 298, "st_code": 88240, "l_hundred": 200, "r_hundred": 200, "seg_id": 421250, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11443, "Shape__Length": 54.18729215742777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178918425048593, 39.949127649132002 ], [ -75.178997033198002, 39.948759378896597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21439, "tnode_": 21425, "lpoly_": null, "rpoly_": null, "length": 329.8820781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 49280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 11444, "Shape__Length": 130.9934157454712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177652305811307, 39.949471906082501 ], [ -75.178812233322205, 39.949623824119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21467, "tnode_": 21453, "lpoly_": null, "rpoly_": null, "length": 328.54322521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 68700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421252, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 11445, "Shape__Length": 130.45974312594984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177706225194299, 39.949226578387503 ], [ -75.178863214544094, 39.949369626326501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21282, "tnode_": 21272, "lpoly_": null, "rpoly_": null, "length": 144.38610377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 22300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 11446, "Shape__Length": 57.335420067338141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179099550830102, 39.950749316202902 ], [ -75.179607404726397, 39.950815100038596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21282, "tnode_": 21364, "lpoly_": null, "rpoly_": null, "length": 257.83270022, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 18280, "l_hundred": 200, "r_hundred": 200, "seg_id": 421254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 11447, "Shape__Length": 102.76933911600199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179099550830102, 39.950749316202902 ], [ -75.179238088053395, 39.950049610060297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21364, "tnode_": 21358, "lpoly_": null, "rpoly_": null, "length": 148.23309928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2314, "l_t_add": 2398, "r_f_add": 2319, "r_t_add": 2399, "st_code": 51380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421255, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11448, "Shape__Length": 58.861638408270693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179238088053395, 39.950049610060297 ], [ -75.179760395000201, 39.950112760115402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21374, "tnode_": 21364, "lpoly_": null, "rpoly_": null, "length": 144.1684544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2317, "st_code": 51380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421256, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11449, "Shape__Length": 57.24910762534082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178731880720406, 39.949980041069601 ], [ -75.179238088053395, 39.950049610060297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21272, "tnode_": 21358, "lpoly_": null, "rpoly_": null, "length": 259.42035122, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 207, "l_t_add": 229, "r_f_add": 212, "r_t_add": 230, "st_code": 88270, "l_hundred": 200, "r_hundred": 200, "seg_id": 421257, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 11450, "Shape__Length": 103.40036589246201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179607404726397, 39.950815100038596 ], [ -75.179760395000201, 39.950112760115402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21358, "tnode_": 21473, "lpoly_": null, "rpoly_": null, "length": 317.65422503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 231, "l_t_add": 253, "r_f_add": 232, "r_t_add": 254, "st_code": 88270, "l_hundred": 200, "r_hundred": 200, "seg_id": 421258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 11451, "Shape__Length": 126.61038998001412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179760395000201, 39.950112760115402 ], [ -75.179944426636098, 39.949252339242001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21358, "tnode_": 21345, "lpoly_": null, "rpoly_": null, "length": 314.32227021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 51380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421259, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2012-06-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 11452, "Shape__Length": 124.81193564505746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179760395000201, 39.950112760115402 ], [ -75.180870158992306, 39.950235234050503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21345, "tnode_": 21458, "lpoly_": null, "rpoly_": null, "length": 312.30351764, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 253, "r_f_add": 200, "r_t_add": 230, "st_code": 88290, "l_hundred": 200, "r_hundred": 200, "seg_id": 421260, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 11453, "Shape__Length": 124.47593929613706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180870158992306, 39.950235234050503 ], [ -75.181064623336297, 39.949391086954499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21105, "tnode_": 21101, "lpoly_": null, "rpoly_": null, "length": 134.92642311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2314, "l_t_add": 2398, "r_f_add": 2315, "r_t_add": 2399, "st_code": 45000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 11454, "Shape__Length": 53.580163305104612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178784822523198, 39.9523463717182 ], [ -75.179259522812103, 39.9524073492599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21112, "tnode_": 21105, "lpoly_": null, "rpoly_": null, "length": 156.64969293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 45000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 11455, "Shape__Length": 62.205895531473033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178232937119901, 39.952279167576798 ], [ -75.178784822523198, 39.9523463717182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21105, "tnode_": 21149, "lpoly_": null, "rpoly_": null, "length": 171.01853251999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 126, "st_code": 18280, "l_hundred": 100, "r_hundred": 100, "seg_id": 421263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 11456, "Shape__Length": 68.167412732423799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178784822523198, 39.9523463717182 ], [ -75.178879979955994, 39.951882651601601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21149, "tnode_": 21146, "lpoly_": null, "rpoly_": null, "length": 134.76608485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2314, "l_t_add": 2398, "r_f_add": 2315, "r_t_add": 2399, "st_code": 70940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11457, "Shape__Length": 53.515954100876385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178879979955994, 39.951882651601601 ], [ -75.179354310692503, 39.951942637535701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21148, "tnode_": 21149, "lpoly_": null, "rpoly_": null, "length": 160.07162884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 70940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11458, "Shape__Length": 63.571463702788492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178324756378203, 39.951879245750902 ], [ -75.178407013073397, 39.951845484462702 ], [ -75.178534395003297, 39.951839475804 ], [ -75.178879979955994, 39.951882651601601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21095, "tnode_": 21172, "lpoly_": null, "rpoly_": null, "length": 280.08067934000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 79760, "l_hundred": 100, "r_hundred": 100, "seg_id": 421266, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 11459, "Shape__Length": 111.63703804931491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176194128949106, 39.952396197238301 ], [ -75.176364059399901, 39.9516385449758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20920, "tnode_": 20969, "lpoly_": null, "rpoly_": null, "length": 155.84061606, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 11, "r_f_add": 2, "r_t_add": 8, "st_code": 88220, "l_hundred": 0, "r_hundred": 0, "seg_id": 421267, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11460, "Shape__Length": 62.116076502658487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176658296374896, 39.9540174418524 ], [ -75.176764671726303, 39.953597545936603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21083, "tnode_": 21160, "lpoly_": null, "rpoly_": null, "length": 281.40045858999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 121, "r_f_add": 100, "r_t_add": 122, "st_code": 88220, "l_hundred": 100, "r_hundred": 100, "seg_id": 421269, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11461, "Shape__Length": 112.16492092268356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177003823312205, 39.952503128837598 ], [ -75.177163062293999, 39.951740432486098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21160, "tnode_": 21148, "lpoly_": null, "rpoly_": null, "length": 329.59357824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 70940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421270, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11462, "Shape__Length": 130.88081847366678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177163062293999, 39.951740432486098 ], [ -75.178324756378203, 39.951879245750902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21178, "tnode_": 21172, "lpoly_": null, "rpoly_": null, "length": 225.15899835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2114, "r_f_add": 2101, "r_t_add": 2113, "st_code": 70940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421271, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2003-12-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11463, "Shape__Length": 89.410976225484333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175571802758498, 39.951537287092897 ], [ -75.176364059399901, 39.9516385449758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21200, "tnode_": 21178, "lpoly_": null, "rpoly_": null, "length": 544.17184936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 70940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421272, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11464, "Shape__Length": 216.08967411611957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173655627048007, 39.951299275901597 ], [ -75.175571802758498, 39.951537287092897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20959, "tnode_": 20997, "lpoly_": null, "rpoly_": null, "length": 126.6778509, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 17, "l_t_add": 17, "r_f_add": 16, "r_t_add": 16, "st_code": 88240, "l_hundred": 0, "r_hundred": 0, "seg_id": 421273, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11465, "Shape__Length": 50.49240906185689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177920124603901, 39.953718405084402 ], [ -75.178004004822299, 39.953376702745501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20997, "tnode_": 21032, "lpoly_": null, "rpoly_": null, "length": 125.05091987, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 19, "l_t_add": 29, "r_f_add": 18, "r_t_add": 28, "st_code": 88240, "l_hundred": 0, "r_hundred": 0, "seg_id": 421274, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11466, "Shape__Length": 49.845663775156744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178004004822299, 39.953376702745501 ], [ -75.178073645517799, 39.953037631928801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21032, "tnode_": 21074, "lpoly_": null, "rpoly_": null, "length": 145.58246119, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 31, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88240, "l_hundred": 0, "r_hundred": 0, "seg_id": 421275, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11467, "Shape__Length": 58.029736864108706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178073645517799, 39.953037631928801 ], [ -75.178151364549507, 39.952642491102097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21074, "tnode_": 21112, "lpoly_": null, "rpoly_": null, "length": 134.31350496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 107, "r_f_add": 100, "r_t_add": 106, "st_code": 88240, "l_hundred": 100, "r_hundred": 100, "seg_id": 421276, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11468, "Shape__Length": 53.536200978509534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178151364549507, 39.952642491102097 ], [ -75.178232937119901, 39.952279167576798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21112, "tnode_": 21148, "lpoly_": null, "rpoly_": null, "length": 147.94114837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 109, "l_t_add": 121, "r_f_add": 108, "r_t_add": 120, "st_code": 88240, "l_hundred": 100, "r_hundred": 100, "seg_id": 421277, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11469, "Shape__Length": 58.967434590582407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178232937119901, 39.952279167576798 ], [ -75.178324756378203, 39.951879245750902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21148, "tnode_": 21227, "lpoly_": null, "rpoly_": null, "length": 282.23886088, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 123, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88240, "l_hundred": 100, "r_hundred": 100, "seg_id": 421278, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11470, "Shape__Length": 112.4983272168692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178324756378203, 39.951879245750902 ], [ -75.178341249382996, 39.951815343591797 ], [ -75.178482236459601, 39.9511140577387 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20969, "tnode_": 20959, "lpoly_": null, "rpoly_": null, "length": 326.91103897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 51920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421279, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11471, "Shape__Length": 129.81633612261444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176764671726303, 39.953597545936603 ], [ -75.177920124603901, 39.953718405084402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20959, "tnode_": 20948, "lpoly_": null, "rpoly_": null, "length": 292.80250629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 51920, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421280, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11472, "Shape__Length": 116.27144791984598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177920124603901, 39.953718405084402 ], [ -75.178955693779997, 39.953822791972797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20991, "tnode_": 21095, "lpoly_": null, "rpoly_": null, "length": 373.21195407, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 79760, "l_hundred": 0, "r_hundred": 0, "seg_id": 421281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 11473, "Shape__Length": 148.76183621091238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175979972780297, 39.9534073669804 ], [ -75.176194128949106, 39.952396197238301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20991, "tnode_": 20977, "lpoly_": null, "rpoly_": null, "length": 229.186055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2102, "l_t_add": 2198, "r_f_add": 2103, "r_t_add": 2199, "st_code": 51920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11474, "Shape__Length": 91.014209234771286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175979972780297, 39.9534073669804 ], [ -75.176784614936906, 39.953518484329798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20996, "tnode_": 20991, "lpoly_": null, "rpoly_": null, "length": 223.23879908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2100, "r_f_add": 2101, "r_t_add": 2101, "st_code": 51920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421283, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11475, "Shape__Length": 88.649553427702926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175193053004605, 39.953313687073297 ], [ -75.175979972780297, 39.9534073669804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20969, "tnode_": 20977, "lpoly_": null, "rpoly_": null, "length": 29.33840529, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 13, "l_t_add": 13, "r_f_add": 10, "r_t_add": 10, "st_code": 88220, "l_hundred": 0, "r_hundred": 0, "seg_id": 421284, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 11476, "Shape__Length": 11.693884454151439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176764671726303, 39.953597545936603 ], [ -75.176784614936906, 39.953518484329798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20948, "tnode_": 20989, "lpoly_": null, "rpoly_": null, "length": 117.38214253, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 33, "r_f_add": 2, "r_t_add": 34, "st_code": 88270, "l_hundred": 0, "r_hundred": 0, "seg_id": 421285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 11477, "Shape__Length": 46.789015224963762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178955693779997, 39.953822791972797 ], [ -75.179022242042805, 39.953504659365898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20989, "tnode_": 21023, "lpoly_": null, "rpoly_": null, "length": 123.06192665, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 35, "l_t_add": 65, "r_f_add": 36, "r_t_add": 64, "st_code": 88270, "l_hundred": 0, "r_hundred": 0, "seg_id": 421286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 11478, "Shape__Length": 49.052096855515472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179022242042805, 39.953504659365898 ], [ -75.179096652736803, 39.953171728119003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21101, "tnode_": 21146, "lpoly_": null, "rpoly_": null, "length": 171.35924290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 109, "l_t_add": 127, "r_f_add": 108, "r_t_add": 126, "st_code": 88270, "l_hundred": 100, "r_hundred": 100, "seg_id": 421287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 11479, "Shape__Length": 68.303355613905367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179259522812103, 39.9524073492599 ], [ -75.179354310692503, 39.951942637535701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21102, "tnode_": 21095, "lpoly_": null, "rpoly_": null, "length": 222.62351935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2114, "r_f_add": 2101, "r_t_add": 2119, "st_code": 22820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421288, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11480, "Shape__Length": 88.404335907071641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175409882907601, 39.952300353948097 ], [ -75.176194128949106, 39.952396197238301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21083, "tnode_": 21074, "lpoly_": null, "rpoly_": null, "length": 325.70079137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 22820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421289, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11481, "Shape__Length": 129.33684226301187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177003823312205, 39.952503128837598 ], [ -75.178151364549507, 39.952642491102097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21095, "tnode_": 21083, "lpoly_": null, "rpoly_": null, "length": 230.32087360999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2116, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 22820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421290, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11482, "Shape__Length": 91.462564624236975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176194128949106, 39.952396197238301 ], [ -75.177003823312205, 39.952503128837598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20997, "tnode_": 20989, "lpoly_": null, "rpoly_": null, "length": 289.24564674000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 67440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421291, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11483, "Shape__Length": 114.86261521682079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178004004822299, 39.953376702745501 ], [ -75.179022242042805, 39.953504659365898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21032, "tnode_": 21023, "lpoly_": null, "rpoly_": null, "length": 290.93408432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARMORY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 13260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARMORY ST", "stname": "ARMORY ST", "objectid": 11484, "Shape__Length": 115.53355963181987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178073645517799, 39.953037631928801 ], [ -75.179096652736803, 39.953171728119003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20920, "tnode_": 20906, "lpoly_": null, "rpoly_": null, "length": 331.71752742999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 53560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421293, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11485, "Shape__Length": 131.7305700661727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176658296374896, 39.9540174418524 ], [ -75.177825322129806, 39.954167620845602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20944, "tnode_": 20920, "lpoly_": null, "rpoly_": null, "length": 446.30897593999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 53560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11486, "Shape__Length": 177.23739094432267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175089401125504, 39.953809604582297 ], [ -75.176658296374896, 39.9540174418524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20966, "tnode_": 20944, "lpoly_": null, "rpoly_": null, "length": 541.96295336000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 53560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421295, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11487, "Shape__Length": 215.21827170656968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173179263776404, 39.953580693776999 ], [ -75.175089401125504, 39.953809604582297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20906, "tnode_": 20959, "lpoly_": null, "rpoly_": null, "length": 165.78549861000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 14, "st_code": 88240, "l_hundred": 0, "r_hundred": 0, "seg_id": 421296, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 11488, "Shape__Length": 66.082951717454947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177825322129806, 39.954167620845602 ], [ -75.177920124603901, 39.953718405084402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21029, "tnode_": 21011, "lpoly_": null, "rpoly_": null, "length": 547.8572226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 51920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11489, "Shape__Length": 217.56122123657022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173293056347802, 39.952943443607303 ], [ -75.175219038518094, 39.953197936013602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21044, "tnode_": 21102, "lpoly_": null, "rpoly_": null, "length": 206.05390269, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 21, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88200, "l_hundred": 0, "r_hundred": 0, "seg_id": 421298, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 11490, "Shape__Length": 82.132916433234286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175294975506304, 39.952859042132097 ], [ -75.175409882907601, 39.952300353948097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21248, "tnode_": 21230, "lpoly_": null, "rpoly_": null, "length": 447.67061482999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 56900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 11491, "Shape__Length": 177.76142182252255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172141031139702, 39.950826821564803 ], [ -75.173724756807104, 39.950983493301401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21214, "tnode_": 21200, "lpoly_": null, "rpoly_": null, "length": 445.12997573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 70940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421300, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11492, "Shape__Length": 176.75928469086742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172087661078095, 39.951107217015 ], [ -75.173655627048007, 39.951299275901597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21231, "tnode_": 21214, "lpoly_": null, "rpoly_": null, "length": 450.37667585999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 70940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421301, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11493, "Shape__Length": 178.84258535643411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170501640623499, 39.950910862464198 ], [ -75.172087661078095, 39.951107217015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21256, "tnode_": 21231, "lpoly_": null, "rpoly_": null, "length": 446.44249896000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 70940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421302, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 11494, "Shape__Length": 177.28130986580391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168931187227003, 39.9507082198974 ], [ -75.170501640623499, 39.950910862464198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21248, "tnode_": 21311, "lpoly_": null, "rpoly_": null, "length": 177.20921885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 135, "l_t_add": 199, "r_f_add": 134, "r_t_add": 198, "st_code": 88160, "l_hundred": 100, "r_hundred": 100, "seg_id": 421303, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 11495, "Shape__Length": 70.632493985014023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172141031139702, 39.950826821564803 ], [ -75.172246187907803, 39.950347139453001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20983, "tnode_": 21048, "lpoly_": null, "rpoly_": null, "length": 236.8600525, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 21, "r_f_add": 2, "r_t_add": 34, "st_code": 88160, "l_hundred": 0, "r_hundred": 0, "seg_id": 421304, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 11496, "Shape__Length": 94.413338453007853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596240983902, 39.953377275324399 ], [ -75.171724945910498, 39.952734653633101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21048, "tnode_": 21084, "lpoly_": null, "rpoly_": null, "length": 128.70276174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 23, "l_t_add": 35, "r_f_add": 36, "r_t_add": 36, "st_code": 88160, "l_hundred": 0, "r_hundred": 0, "seg_id": 421305, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 11497, "Shape__Length": 51.300356401027216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171724945910498, 39.952734653633101 ], [ -75.171799877276101, 39.952386086515503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21084, "tnode_": 21133, "lpoly_": null, "rpoly_": null, "length": 192.63862378, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 37, "l_t_add": 99, "r_f_add": 38, "r_t_add": 98, "st_code": 88160, "l_hundred": 0, "r_hundred": 0, "seg_id": 421306, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 11498, "Shape__Length": 76.7834976250533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171799877276101, 39.952386086515503 ], [ -75.171918299679504, 39.951865182226697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21155, "tnode_": 21133, "lpoly_": null, "rpoly_": null, "length": 449.05994955000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421307, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11499, "Shape__Length": 178.32184181709496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170337052874501, 39.9516686645715 ], [ -75.171918299679504, 39.951865182226697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21169, "tnode_": 21155, "lpoly_": null, "rpoly_": null, "length": 444.88034990999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 22820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421308, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11500, "Shape__Length": 176.661054737901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168769883043694, 39.951477074693699 ], [ -75.170337052874501, 39.9516686645715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21133, "tnode_": 21119, "lpoly_": null, "rpoly_": null, "length": 447.09834105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 22820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421309, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 11501, "Shape__Length": 177.54358423686176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918299679504, 39.951865182226697 ], [ -75.173492432400906, 39.952061846070897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20966, "tnode_": 21029, "lpoly_": null, "rpoly_": null, "length": 234.32060882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 33, "r_f_add": 2, "r_t_add": 8, "st_code": 88180, "l_hundred": 0, "r_hundred": 0, "seg_id": 421310, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11502, "Shape__Length": 93.403105276115809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173179263776404, 39.953580693776999 ], [ -75.173293056347802, 39.952943443607303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21061, "tnode_": 21119, "lpoly_": null, "rpoly_": null, "length": 206.42587571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 51, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 88180, "l_hundred": 0, "r_hundred": 0, "seg_id": 421311, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 11503, "Shape__Length": 82.279051274752362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173365295748098, 39.952619903902502 ], [ -75.173372908256397, 39.952569386564797 ], [ -75.173492432400906, 39.952061846070897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21072, "tnode_": 21061, "lpoly_": null, "rpoly_": null, "length": 233.3195205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1912, "l_t_add": 1998, "r_f_add": 1913, "r_t_add": 1999, "st_code": 67440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11504, "Shape__Length": 92.672956332899801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172574733538895, 39.952482105808301 ], [ -75.173330493215104, 39.952576158260499 ], [ -75.173365295748098, 39.952619903902502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21084, "tnode_": 21077, "lpoly_": null, "rpoly_": null, "length": 165.44560863000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1910, "r_f_add": 1901, "r_t_add": 1911, "st_code": 67440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11505, "Shape__Length": 65.699075132752967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171799877276101, 39.952386086515503 ], [ -75.172382524221902, 39.952458163898797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21099, "tnode_": 21087, "lpoly_": null, "rpoly_": null, "length": 308.92537804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 67440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421314, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11506, "Shape__Length": 122.67421389532615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170229455058703, 39.952220677882302 ], [ -75.171318503614302, 39.952349818467397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21123, "tnode_": 21113, "lpoly_": null, "rpoly_": null, "length": 446.81302320999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 67440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11507, "Shape__Length": 177.42948574942585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168676124220696, 39.951894620794199 ], [ -75.1702502489034, 39.952086378055299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20983, "tnode_": 20966, "lpoly_": null, "rpoly_": null, "length": 449.94763123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 53560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421316, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11508, "Shape__Length": 178.6800518291991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596240983902, 39.953377275324399 ], [ -75.173179263776404, 39.953580693776999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20999, "tnode_": 20983, "lpoly_": null, "rpoly_": null, "length": 450.28011309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 53560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421317, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11509, "Shape__Length": 178.81023669931173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170010536459401, 39.953180824945903 ], [ -75.171596240983902, 39.953377275324399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21016, "tnode_": 20999, "lpoly_": null, "rpoly_": null, "length": 444.38212882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421318, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11510, "Shape__Length": 176.46794027001079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168446013546003, 39.952985012925097 ], [ -75.170010536459401, 39.953180824945903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21048, "tnode_": 21029, "lpoly_": null, "rpoly_": null, "length": 446.1580256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 51920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11511, "Shape__Length": 177.17484512024186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171724945910498, 39.952734653633101 ], [ -75.173293056347802, 39.952943443607303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21062, "tnode_": 21048, "lpoly_": null, "rpoly_": null, "length": 446.64440526000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 51920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421320, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11512, "Shape__Length": 177.36419460233725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170151372034496, 39.952543106022098 ], [ -75.171724945910498, 39.952734653633101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21079, "tnode_": 21062, "lpoly_": null, "rpoly_": null, "length": 447.47574771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 51920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421321, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 11513, "Shape__Length": 177.69577784228488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1685771321728, 39.952340518449503 ], [ -75.170151372034496, 39.952543106022098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20999, "tnode_": 21062, "lpoly_": null, "rpoly_": null, "length": 235.64102176, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 88140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421322, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11514, "Shape__Length": 93.925361103922739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170010536459401, 39.953180824945903 ], [ -75.170151372034496, 39.952543106022098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21062, "tnode_": 21099, "lpoly_": null, "rpoly_": null, "length": 119.47736724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 21, "l_t_add": 29, "r_f_add": 20, "r_t_add": 28, "st_code": 88140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421323, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11515, "Shape__Length": 47.621731132894276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170151372034496, 39.952543106022098 ], [ -75.170229455058703, 39.952220677882302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21113, "tnode_": 21155, "lpoly_": null, "rpoly_": null, "length": 154.09928937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 33, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 88140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421324, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11516, "Shape__Length": 61.423100131174664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1702502489034, 39.952086378055299 ], [ -75.170337052874501, 39.9516686645715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21155, "tnode_": 21209, "lpoly_": null, "rpoly_": null, "length": 189.55216853, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 116, "st_code": 88140, "l_hundred": 100, "r_hundred": 100, "seg_id": 421325, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11517, "Shape__Length": 75.552707599428473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170337052874501, 39.9516686645715 ], [ -75.170452105145202, 39.951155909335498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21209, "tnode_": 21231, "lpoly_": null, "rpoly_": null, "length": 90.34002461, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 117, "l_t_add": 123, "r_f_add": 118, "r_t_add": 124, "st_code": 88140, "l_hundred": 100, "r_hundred": 100, "seg_id": 421326, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11518, "Shape__Length": 36.008761559448978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170452105145202, 39.951155909335498 ], [ -75.170501640623499, 39.950910862464198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21016, "tnode_": 21079, "lpoly_": null, "rpoly_": null, "length": 237.63809964000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 21, "r_f_add": 2, "r_t_add": 20, "st_code": 88120, "l_hundred": 0, "r_hundred": 0, "seg_id": 421327, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11519, "Shape__Length": 94.722658183838206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168446013546003, 39.952985012925097 ], [ -75.1685771321728, 39.952340518449503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21123, "tnode_": 21169, "lpoly_": null, "rpoly_": null, "length": 154.35915291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 41, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88120, "l_hundred": 0, "r_hundred": 0, "seg_id": 421328, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11520, "Shape__Length": 61.525524651465325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168676124220696, 39.951894620794199 ], [ -75.168769883043694, 39.951477074693699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21169, "tnode_": 21222, "lpoly_": null, "rpoly_": null, "length": 188.2483091, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 114, "st_code": 88120, "l_hundred": 100, "r_hundred": 100, "seg_id": 421329, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11521, "Shape__Length": 75.033673237320485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168769883043694, 39.951477074693699 ], [ -75.1688781563726, 39.950967072208201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21222, "tnode_": 21256, "lpoly_": null, "rpoly_": null, "length": 95.46017284, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 115, "l_t_add": 121, "r_f_add": 116, "r_t_add": 122, "st_code": 88120, "l_hundred": 100, "r_hundred": 100, "seg_id": 421330, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 11522, "Shape__Length": 38.049406429815988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1688781563726, 39.950967072208201 ], [ -75.168931187227003, 39.9507082198974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21031, "tnode_": 21126, "lpoly_": null, "rpoly_": null, "length": 348.49322731000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1, "l_t_add": 31, "r_f_add": 2, "r_t_add": 48, "st_code": 88100, "l_hundred": 0, "r_hundred": 0, "seg_id": 421331, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11523, "Shape__Length": 138.90619170246475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166859266400607, 39.952788185174398 ], [ -75.167070256947994, 39.951845409205198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21031, "tnode_": 21016, "lpoly_": null, "rpoly_": null, "length": 450.59309262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 53560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421332, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11524, "Shape__Length": 178.93353459154551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166859266400607, 39.952788185174398 ], [ -75.168446013546003, 39.952985012925097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21049, "tnode_": 21031, "lpoly_": null, "rpoly_": null, "length": 462.76469198999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 53560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421333, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 11525, "Shape__Length": 183.76646065673592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165229710387294, 39.952585810667699 ], [ -75.166859266400607, 39.952788185174398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21126, "tnode_": 21186, "lpoly_": null, "rpoly_": null, "length": 211.57943711, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 33, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 88100, "l_hundred": 0, "r_hundred": 0, "seg_id": 421334, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 11526, "Shape__Length": 84.332815210323616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167070256947994, 39.951845409205198 ], [ -75.167197462810407, 39.951272907380101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21138, "tnode_": 21126, "lpoly_": null, "rpoly_": null, "length": 450.76897448999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 67440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421335, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 11527, "Shape__Length": 178.99554830495072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165477346042493, 39.951677249070201 ], [ -75.167070256947994, 39.951845409205198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21099, "tnode_": 21113, "lpoly_": null, "rpoly_": null, "length": 49.26911995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 31, "l_t_add": 31, "r_f_add": 30, "r_t_add": 30, "st_code": 88140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421336, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 11528, "Shape__Length": 19.639316084085696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170229455058703, 39.952220677882302 ], [ -75.1702502489034, 39.952086378055299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21049, "tnode_": 21076, "lpoly_": null, "rpoly_": null, "length": 108.20680294, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1, "l_t_add": 21, "r_f_add": 2, "r_t_add": 20, "st_code": 88080, "l_hundred": 0, "r_hundred": 0, "seg_id": 421337, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 11529, "Shape__Length": 43.12939492862921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165229710387294, 39.952585810667699 ], [ -75.165301103427296, 39.952293895289401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21049, "tnode_": 20940, "lpoly_": null, "rpoly_": null, "length": 378.80367407, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 88070, "l_hundred": 0, "r_hundred": 0, "seg_id": 421338, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11530, "Shape__Length": 150.99781493558407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165229710387294, 39.952585810667699 ], [ -75.165066242502107, 39.953618036277597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21016, "tnode_": 20897, "lpoly_": null, "rpoly_": null, "length": 380.46952003999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 88110, "l_hundred": 0, "r_hundred": 0, "seg_id": 421339, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11531, "Shape__Length": 151.65438212571377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168446013546003, 39.952985012925097 ], [ -75.168216431795699, 39.954014396289899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20889, "tnode_": 20849, "lpoly_": null, "rpoly_": null, "length": 126.79157953, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 26, "l_t_add": 50, "r_f_add": 27, "r_t_add": 51, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 421340, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11532, "Shape__Length": 50.541468494689497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173068561090105, 39.954217572685501 ], [ -75.173006468522303, 39.954562335617197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20905, "tnode_": 20889, "lpoly_": null, "rpoly_": null, "length": 461.47110392999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 24500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMMERCE ST", "stname": "COMMERCE ST", "objectid": 11533, "Shape__Length": 183.25403826731545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171440541162596, 39.954030553722198 ], [ -75.173068561090105, 39.954217572685501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20966, "tnode_": 20889, "lpoly_": null, "rpoly_": null, "length": 234.07015689, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 24, "r_f_add": 1, "r_t_add": 25, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 421342, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11534, "Shape__Length": 93.304490997447203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173179263776404, 39.953580693776999 ], [ -75.173068561090105, 39.954217572685501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20983, "tnode_": 20905, "lpoly_": null, "rpoly_": null, "length": 241.94771289, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 38, "r_f_add": 1, "r_t_add": 39, "st_code": 88150, "l_hundred": 0, "r_hundred": 0, "seg_id": 421343, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11535, "Shape__Length": 96.438664406564428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596240983902, 39.953377275324399 ], [ -75.171440541162596, 39.954030553722198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20897, "tnode_": 20881, "lpoly_": null, "rpoly_": null, "length": 446.91178166999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 46170, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421344, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11536, "Shape__Length": 177.47389632804772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168216431795699, 39.954014396289899 ], [ -75.169791340984702, 39.954204302307097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20918, "tnode_": 20897, "lpoly_": null, "rpoly_": null, "length": 454.04689264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 46170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421345, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11537, "Shape__Length": 180.3094283374104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166619391227499, 39.953807222895399 ], [ -75.168216431795699, 39.954014396289899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20940, "tnode_": 20918, "lpoly_": null, "rpoly_": null, "length": 440.84725463999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 46170, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421346, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11538, "Shape__Length": 175.06491168673622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165066242502107, 39.953618036277597 ], [ -75.166619391227499, 39.953807222895399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26995, "tnode_": 20940, "lpoly_": null, "rpoly_": null, "length": 330.51447968000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 46170, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421347, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11539, "Shape__Length": 131.25284556703906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163904712591801, 39.953462740904897 ], [ -75.165066242502107, 39.953618036277597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20818, "tnode_": 20706, "lpoly_": null, "rpoly_": null, "length": 339.45830469000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 131, "st_code": 88070, "l_hundred": 100, "r_hundred": 100, "seg_id": 421349, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11540, "Shape__Length": 135.31177600939421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164842100759302, 39.954628272030398 ], [ -75.164645790399703, 39.955547799581304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20940, "tnode_": 20818, "lpoly_": null, "rpoly_": null, "length": 373.33696731000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88070, "l_hundred": 0, "r_hundred": 0, "seg_id": 421350, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11541, "Shape__Length": 148.81288472268429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165066242502107, 39.953618036277597 ], [ -75.164842100759302, 39.954628272030398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20723, "tnode_": 20622, "lpoly_": null, "rpoly_": null, "length": 331.56057552, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 141, "r_t_add": 199, "st_code": 19140, "l_hundred": 0, "r_hundred": 100, "seg_id": 421351, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11542, "Shape__Length": 132.16407983647466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162889229135601, 39.955339043063901 ], [ -75.162691102965496, 39.9562363565312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20836, "tnode_": 20723, "lpoly_": null, "rpoly_": null, "length": 343.5651829, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 101, "r_t_add": 139, "st_code": 19140, "l_hundred": 0, "r_hundred": 100, "seg_id": 421352, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11543, "Shape__Length": 136.94716388565169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163096362312004, 39.954409482348296 ], [ -75.162889229135601, 39.955339043063901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20894, "tnode_": 20836, "lpoly_": null, "rpoly_": null, "length": 179.14053259, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 57, "r_t_add": 99, "st_code": 19140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421353, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11544, "Shape__Length": 71.407139083133032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163194685270895, 39.953923575546902 ], [ -75.163096362312004, 39.954409482348296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20958, "tnode_": 20894, "lpoly_": null, "rpoly_": null, "length": 216.29510054, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 55, "st_code": 19140, "l_hundred": 0, "r_hundred": 0, "seg_id": 421354, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 11545, "Shape__Length": 86.214016646836981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163331365023595, 39.953339210012302 ], [ -75.163194685270895, 39.953923575546902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20818, "tnode_": 20804, "lpoly_": null, "rpoly_": null, "length": 433.77015481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 13000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11546, "Shape__Length": 172.2590643194151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164842100759302, 39.954628272030398 ], [ -75.166368078178806, 39.954825099839297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26996, "tnode_": 20818, "lpoly_": null, "rpoly_": null, "length": 460.90560166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 13000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421357, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11547, "Shape__Length": 183.03187988311799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163217567789403, 39.9544338975399 ], [ -75.164842100759302, 39.954628272030398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20804, "tnode_": 20787, "lpoly_": null, "rpoly_": null, "length": 460.56922538000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 13000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421359, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11548, "Shape__Length": 182.89911968948786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166368078178806, 39.954825099839297 ], [ -75.167991699749095, 39.955018016731302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20721, "tnode_": 20688, "lpoly_": null, "rpoly_": null, "length": 117.65398059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 110, "l_t_add": 118, "r_f_add": 117, "r_t_add": 119, "st_code": 88090, "l_hundred": 100, "r_hundred": 100, "seg_id": 421360, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11549, "Shape__Length": 46.898808762019726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166249240203399, 39.955424266716498 ], [ -75.166183420898903, 39.955743244946902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20804, "tnode_": 20721, "lpoly_": null, "rpoly_": null, "length": 220.79369397, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 115, "st_code": 88090, "l_hundred": 100, "r_hundred": 100, "seg_id": 421361, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11550, "Shape__Length": 88.012035992526208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166368078178806, 39.954825099839297 ], [ -75.166249240203399, 39.955424266716498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20867, "tnode_": 20804, "lpoly_": null, "rpoly_": null, "length": 201.07507063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 62, "l_t_add": 98, "r_f_add": 63, "r_t_add": 99, "st_code": 88090, "l_hundred": 0, "r_hundred": 0, "seg_id": 421362, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11551, "Shape__Length": 80.148563401152657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1664945864499, 39.9542817775705 ], [ -75.166368078178806, 39.954825099839297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20918, "tnode_": 20867, "lpoly_": null, "rpoly_": null, "length": 176.37704788000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 32, "l_t_add": 60, "r_f_add": 33, "r_t_add": 61, "st_code": 88090, "l_hundred": 0, "r_hundred": 0, "seg_id": 421363, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11552, "Shape__Length": 70.301122378002987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166619391227499, 39.953807222895399 ], [ -75.1664945864499, 39.9542817775705 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20731, "tnode_": 20721, "lpoly_": null, "rpoly_": null, "length": 216.91692028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 12860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421364, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 11553, "Shape__Length": 86.140601165977259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165483374504205, 39.955339466887999 ], [ -75.166249240203399, 39.955424266716498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20760, "tnode_": 20711, "lpoly_": null, "rpoly_": null, "length": 128.06089666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNS", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19920, "l_hundred": 100, "r_hundred": 100, "seg_id": 421365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNS ST", "stname": "BURNS ST", "objectid": 11554, "Shape__Length": 51.047515800002166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164186566821002, 39.955136877494297 ], [ -75.164118973913105, 39.955484550890397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20804, "tnode_": 20670, "lpoly_": null, "rpoly_": null, "length": 573.31042890999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 1698, "r_f_add": 1, "r_t_add": 1699, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 421366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 11555, "Shape__Length": 228.10775585774184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166368078178806, 39.954825099839297 ], [ -75.167805041241806, 39.955944900215101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20827, "tnode_": 20809, "lpoly_": null, "rpoly_": null, "length": 446.53596855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 26520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421367, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 11556, "Shape__Length": 177.32920216802412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169692825442795, 39.954650921529499 ], [ -75.171263138604303, 39.9548561613434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20867, "tnode_": 20844, "lpoly_": null, "rpoly_": null, "length": 458.80690297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 26520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421369, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 11557, "Shape__Length": 182.19789889271294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1664945864499, 39.9542817775705 ], [ -75.168111889476705, 39.954474419204097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20787, "tnode_": 20670, "lpoly_": null, "rpoly_": null, "length": 341.67786155, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 135, "st_code": 88110, "l_hundred": 100, "r_hundred": 100, "seg_id": 421370, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11558, "Shape__Length": 136.19881509161945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167991699749095, 39.955018016731302 ], [ -75.167805041241806, 39.955944900215101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20844, "tnode_": 20787, "lpoly_": null, "rpoly_": null, "length": 200.86903355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 42, "l_t_add": 98, "r_f_add": 43, "r_t_add": 99, "st_code": 88110, "l_hundred": 0, "r_hundred": 0, "seg_id": 421371, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11559, "Shape__Length": 80.06759956270048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168111889476705, 39.954474419204097 ], [ -75.167991699749095, 39.955018016731302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20897, "tnode_": 20844, "lpoly_": null, "rpoly_": null, "length": 170.12168242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 20, "l_t_add": 40, "r_f_add": 21, "r_t_add": 41, "st_code": 88110, "l_hundred": 0, "r_hundred": 0, "seg_id": 421372, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11560, "Shape__Length": 67.810612819611606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168216431795699, 39.954014396289899 ], [ -75.168111889476705, 39.954474419204097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20881, "tnode_": 20868, "lpoly_": null, "rpoly_": null, "length": 447.27517775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 46170, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421373, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11561, "Shape__Length": 177.61781502408678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169791340984702, 39.954204302307097 ], [ -75.171368543135301, 39.954389343742498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20868, "tnode_": 20849, "lpoly_": null, "rpoly_": null, "length": 463.49314643000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 46170, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421374, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 11562, "Shape__Length": 184.05554436504954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171368543135301, 39.954389343742498 ], [ -75.173006468522303, 39.954562335617197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20809, "tnode_": 20790, "lpoly_": null, "rpoly_": null, "length": 468.95831623000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 26520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421375, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 11563, "Shape__Length": 186.23555498836603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171263138604303, 39.9548561613434 ], [ -75.172910743828197, 39.955078681701401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20741, "tnode_": 20715, "lpoly_": null, "rpoly_": null, "length": 469.01767673000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 13000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421376, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11564, "Shape__Length": 186.25831445642922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171136255717897, 39.9554032710749 ], [ -75.172786720613303, 39.955613924180398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20661, "tnode_": 20637, "lpoly_": null, "rpoly_": null, "length": 527.01050206000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 11565, "Shape__Length": 209.29535506185687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172681251347996, 39.956120495968598 ], [ -75.174530758233402, 39.956379558994399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20615, "tnode_": 20480, "lpoly_": null, "rpoly_": null, "length": 331.260247, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 122, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 88170, "l_hundred": 100, "r_hundred": 100, "seg_id": 421379, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11566, "Shape__Length": 132.04803598221426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172581438783496, 39.956540132519102 ], [ -75.172392900799096, 39.957437833899199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20661, "tnode_": 20615, "lpoly_": null, "rpoly_": null, "length": 155.40589694, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 118, "l_t_add": 120, "r_f_add": 119, "r_t_add": 135, "st_code": 88170, "l_hundred": 100, "r_hundred": 100, "seg_id": 421380, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11567, "Shape__Length": 61.946109729097564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172681251347996, 39.956120495968598 ], [ -75.172581438783496, 39.956540132519102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20715, "tnode_": 20661, "lpoly_": null, "rpoly_": null, "length": 186.88873571, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 88170, "l_hundred": 100, "r_hundred": 100, "seg_id": 421381, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11568, "Shape__Length": 74.497100270707918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172786720613303, 39.955613924180398 ], [ -75.172681251347996, 39.956120495968598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26937, "tnode_": 20790, "lpoly_": null, "rpoly_": null, "length": 160.07643929, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 60, "l_t_add": 68, "r_f_add": 61, "r_t_add": 69, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 421382, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11569, "Shape__Length": 63.809537577808953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172991778802697, 39.954643705048198 ], [ -75.172947099446304, 39.954891209061898 ], [ -75.172910743828197, 39.955078681701401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20633, "tnode_": 20504, "lpoly_": null, "rpoly_": null, "length": 387.07566144000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 88150, "l_hundred": 100, "r_hundred": 100, "seg_id": 421383, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11570, "Shape__Length": 154.29694160183811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170950531919004, 39.956330880726597 ], [ -75.1707294087511, 39.957379737596497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20741, "tnode_": 20633, "lpoly_": null, "rpoly_": null, "length": 341.89922803000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 129, "st_code": 88150, "l_hundred": 100, "r_hundred": 100, "seg_id": 421384, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11571, "Shape__Length": 136.28796505143799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171136255717897, 39.9554032710749 ], [ -75.170950531919004, 39.956330880726597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20809, "tnode_": 20741, "lpoly_": null, "rpoly_": null, "length": 202.45166578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 62, "l_t_add": 98, "r_f_add": 63, "r_t_add": 99, "st_code": 88150, "l_hundred": 0, "r_hundred": 0, "seg_id": 421385, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11572, "Shape__Length": 80.698029861479739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171263138604303, 39.9548561613434 ], [ -75.171136255717897, 39.9554032710749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20868, "tnode_": 20809, "lpoly_": null, "rpoly_": null, "length": 172.60157546, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 50, "l_t_add": 60, "r_f_add": 51, "r_t_add": 61, "st_code": 88150, "l_hundred": 0, "r_hundred": 0, "seg_id": 421386, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11573, "Shape__Length": 68.799579977482708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171368543135301, 39.954389343742498 ], [ -75.171263138604303, 39.9548561613434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20650, "tnode_": 20529, "lpoly_": null, "rpoly_": null, "length": 334.67550855000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 88130, "l_hundred": 100, "r_hundred": 100, "seg_id": 421387, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11574, "Shape__Length": 133.40820897880411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169369059161994, 39.956133660373098 ], [ -75.169175424745404, 39.957040221374598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20767, "tnode_": 20650, "lpoly_": null, "rpoly_": null, "length": 339.52832508, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 129, "st_code": 88130, "l_hundred": 100, "r_hundred": 100, "seg_id": 421388, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11575, "Shape__Length": 135.33981345381753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169572516071597, 39.955214858148402 ], [ -75.169369059161994, 39.956133660373098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20827, "tnode_": 20767, "lpoly_": null, "rpoly_": null, "length": 208.18234106, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88130, "l_hundred": 0, "r_hundred": 0, "seg_id": 421389, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11576, "Shape__Length": 82.983571551378816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169692825442795, 39.954650921529499 ], [ -75.169572516071597, 39.955214858148402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20881, "tnode_": 20827, "lpoly_": null, "rpoly_": null, "length": 165.02292312, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 32, "l_t_add": 48, "r_f_add": 33, "r_t_add": 49, "st_code": 88130, "l_hundred": 0, "r_hundred": 0, "seg_id": 421390, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11577, "Shape__Length": 65.778852502696424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169791340984702, 39.954204302307097 ], [ -75.169692825442795, 39.954650921529499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20633, "tnode_": 20615, "lpoly_": null, "rpoly_": null, "length": 463.51908642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 22740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11578, "Shape__Length": 184.07740179792714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170950531919004, 39.956330880726597 ], [ -75.172581438783496, 39.956540132519102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20650, "tnode_": 20633, "lpoly_": null, "rpoly_": null, "length": 449.1346067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11579, "Shape__Length": 178.3633270234327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169369059161994, 39.956133660373098 ], [ -75.170950531919004, 39.956330880726597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20670, "tnode_": 20650, "lpoly_": null, "rpoly_": null, "length": 443.818313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 22740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11580, "Shape__Length": 176.25047763063955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167805041241806, 39.955944900215101 ], [ -75.169369059161994, 39.956133660373098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20688, "tnode_": 20670, "lpoly_": null, "rpoly_": null, "length": 461.15204405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 22740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421394, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11581, "Shape__Length": 183.13649782505067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166183420898903, 39.955743244946902 ], [ -75.166368417713599, 39.955751815590297 ], [ -75.167681799418105, 39.955914901084697 ], [ -75.167805041241806, 39.955944900215101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20692, "tnode_": 20688, "lpoly_": null, "rpoly_": null, "length": 135.56557587999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1536, "l_t_add": 1598, "r_f_add": 1531, "r_t_add": 1599, "st_code": 22740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421395, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11582, "Shape__Length": 53.835914298201928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165705641181205, 39.955685824856097 ], [ -75.166183420898903, 39.955743244946902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20692, "tnode_": 20581, "lpoly_": null, "rpoly_": null, "length": 331.98519892999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56540, "l_hundred": 100, "r_hundred": 100, "seg_id": 421396, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOLE ST", "stname": "N MOLE ST", "objectid": 11583, "Shape__Length": 132.3324252649559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165705641181205, 39.955685824856097 ], [ -75.165496788546903, 39.956582880891403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20529, "tnode_": 20412, "lpoly_": null, "rpoly_": null, "length": 374.91318803999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1801, "r_t_add": 1819, "st_code": 16880, "l_hundred": 0, "r_hundred": 1800, "seg_id": 421397, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 11584, "Shape__Length": 149.27165733903951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169175424745404, 39.957040221374598 ], [ -75.169553781772095, 39.9572598391687 ], [ -75.169684326109802, 39.9573600849806 ], [ -75.169774004637205, 39.957495902627301 ], [ -75.169817230848906, 39.9578646148953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20670, "tnode_": 20529, "lpoly_": null, "rpoly_": null, "length": 553.8902769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 16880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421398, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 11585, "Shape__Length": 220.39551011618624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167805041241806, 39.955944900215101 ], [ -75.169175424745404, 39.957040221374598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20684, "tnode_": 20677, "lpoly_": null, "rpoly_": null, "length": 135.69389298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2131, "r_t_add": 2199, "st_code": 13000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421399, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11586, "Shape__Length": 53.888065294201894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175760543850501, 39.9559789011929 ], [ -75.176237677545402, 39.956041558138203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20695, "tnode_": 20684, "lpoly_": null, "rpoly_": null, "length": 319.16611708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2129, "st_code": 13000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421400, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11587, "Shape__Length": 126.74612957348805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633673390503, 39.955854054049198 ], [ -75.175760543850501, 39.9559789011929 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20672, "tnode_": 20665, "lpoly_": null, "rpoly_": null, "length": 167.47221062999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2206, "l_t_add": 2298, "r_f_add": 2207, "r_t_add": 2299, "st_code": 13000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421401, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11588, "Shape__Length": 66.507204206195524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176788861976107, 39.956113721887199 ], [ -75.177379009389995, 39.956185079025403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20677, "tnode_": 20672, "lpoly_": null, "rpoly_": null, "length": 156.74000854000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2204, "r_f_add": 2201, "r_t_add": 2205, "st_code": 13000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421402, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 11589, "Shape__Length": 62.246122342092974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176237677545402, 39.956041558138203 ], [ -75.176788861976107, 39.956113721887199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20665, "tnode_": 20539, "lpoly_": null, "rpoly_": null, "length": 341.4511205, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 121, "st_code": 88230, "l_hundred": 100, "r_hundred": 100, "seg_id": 421403, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11590, "Shape__Length": 136.10902542600411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177379009389995, 39.956185079025403 ], [ -75.177180090571895, 39.957109820483602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20672, "tnode_": 20552, "lpoly_": null, "rpoly_": null, "length": 340.89029498999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 129, "st_code": 26080, "l_hundred": 100, "r_hundred": 100, "seg_id": 421404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 11591, "Shape__Length": 135.88300211919892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176788861976107, 39.956113721887199 ], [ -75.176574720356996, 39.9570348836899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20552, "tnode_": 20539, "lpoly_": null, "rpoly_": null, "length": 171.88933208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2220, "l_t_add": 2298, "r_f_add": 2221, "r_t_add": 2299, "st_code": 22740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11592, "Shape__Length": 68.262581136583634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176574720356996, 39.9570348836899 ], [ -75.177180090571895, 39.957109820483602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20557, "tnode_": 20552, "lpoly_": null, "rpoly_": null, "length": 155.38865355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2218, "r_f_add": 2201, "r_t_add": 2219, "st_code": 22740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 11593, "Shape__Length": 61.709308464256402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1760271453808, 39.956968681870897 ], [ -75.176574720356996, 39.9570348836899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20637, "tnode_": 20625, "lpoly_": null, "rpoly_": null, "length": 314.51795954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 12860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 11594, "Shape__Length": 124.90625019027557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174530758233402, 39.956379558994399 ], [ -75.175635502394897, 39.9565300434205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20677, "tnode_": 20557, "lpoly_": null, "rpoly_": null, "length": 342.85276238, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 136, "r_f_add": 101, "r_t_add": 127, "st_code": 88210, "l_hundred": 100, "r_hundred": 100, "seg_id": 421408, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2010-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11595, "Shape__Length": 136.66586928288544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176237677545402, 39.956041558138203 ], [ -75.1760271453808, 39.956968681870897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20727, "tnode_": 20677, "lpoly_": null, "rpoly_": null, "length": 154.58209103, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 76, "l_t_add": 98, "r_f_add": 77, "r_t_add": 99, "st_code": 88210, "l_hundred": 0, "r_hundred": 0, "seg_id": 421409, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11596, "Shape__Length": 61.620738774668311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176312031322496, 39.955621086482303 ], [ -75.176237677545402, 39.956041558138203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20637, "tnode_": 20583, "lpoly_": null, "rpoly_": null, "length": 144.69566521000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 118, "l_t_add": 128, "r_f_add": 117, "r_t_add": 129, "st_code": 88190, "l_hundred": 100, "r_hundred": 100, "seg_id": 421410, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11597, "Shape__Length": 57.677818494804306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174530758233402, 39.956379558994399 ], [ -75.174442297794101, 39.956770889643998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20769, "tnode_": 20755, "lpoly_": null, "rpoly_": null, "length": 38.62481078, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 62, "l_t_add": 62, "r_f_add": 63, "r_t_add": 63, "st_code": 88190, "l_hundred": 0, "r_hundred": 0, "seg_id": 421411, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11598, "Shape__Length": 15.397087711084716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747543543446, 39.955312065567199 ], [ -75.174738155603507, 39.955417360142903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20755, "tnode_": 20695, "lpoly_": null, "rpoly_": null, "length": 161.75387983000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 64, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 88190, "l_hundred": 0, "r_hundred": 0, "seg_id": 421412, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11599, "Shape__Length": 64.475721296119502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174738155603507, 39.955417360142903 ], [ -75.174633673390503, 39.955854054049198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20755, "tnode_": 20727, "lpoly_": null, "rpoly_": null, "length": 447.42397252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEN ST", "stname": "WALDEN ST", "objectid": 11600, "Shape__Length": 177.68348176330593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174738155603507, 39.955417360142903 ], [ -75.176312031322496, 39.955621086482303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20790, "tnode_": 20715, "lpoly_": null, "rpoly_": null, "length": 198.05501506000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 99, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 421415, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11601, "Shape__Length": 78.945773440669143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172910743828197, 39.955078681701401 ], [ -75.172786720613303, 39.955613924180398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20790, "tnode_": 20769, "lpoly_": null, "rpoly_": null, "length": 523.79277748999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 26520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 11602, "Shape__Length": 208.00952936825888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172910743828197, 39.955078681701401 ], [ -75.1747543543446, 39.955312065567199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20539, "tnode_": 20415, "lpoly_": null, "rpoly_": null, "length": 335.62510851999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 122, "l_t_add": 198, "r_f_add": 123, "r_t_add": 199, "st_code": 88230, "l_hundred": 100, "r_hundred": 100, "seg_id": 421418, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11603, "Shape__Length": 133.78769858886494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177180090571895, 39.957109820483602 ], [ -75.176979370339495, 39.958018112959103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20444, "tnode_": 20436, "lpoly_": null, "rpoly_": null, "length": 229.61753624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 67120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421419, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11604, "Shape__Length": 91.190185846727275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175021003559394, 39.957771074334403 ], [ -75.175828617255306, 39.957876197428803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20450, "tnode_": 20444, "lpoly_": null, "rpoly_": null, "length": 221.38596267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2119, "st_code": 67120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421420, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11605, "Shape__Length": 87.921558004649768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174243021464306, 39.957666681064801 ], [ -75.175021003559394, 39.957771074334403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20444, "tnode_": 20352, "lpoly_": null, "rpoly_": null, "length": 254.27211261, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 79740, "l_hundred": 200, "r_hundred": 200, "seg_id": 421421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 11606, "Shape__Length": 101.3602903913248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175021003559394, 39.957771074334403 ], [ -75.174875197895105, 39.958460005814899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20569, "tnode_": 20444, "lpoly_": null, "rpoly_": null, "length": 331.49645446, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 79740, "l_hundred": 100, "r_hundred": 100, "seg_id": 421422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 11607, "Shape__Length": 132.14088921445568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175223079381297, 39.956874460724897 ], [ -75.175021003559394, 39.957771074334403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20603, "tnode_": 20470, "lpoly_": null, "rpoly_": null, "length": 332.78282864, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 84580, "l_hundred": 100, "r_hundred": 100, "seg_id": 421423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 11608, "Shape__Length": 132.65334081709639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173173465909599, 39.956615891911703 ], [ -75.172971776091401, 39.957516140461102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20592, "tnode_": 20460, "lpoly_": null, "rpoly_": null, "length": 331.95390869, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 48860, "l_hundred": 100, "r_hundred": 100, "seg_id": 421424, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 11609, "Shape__Length": 132.32401143619757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173792294205995, 39.9566933141679 ], [ -75.173597530180601, 39.957592158604697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20460, "tnode_": 20450, "lpoly_": null, "rpoly_": null, "length": 182.97881793000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 67120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421425, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11610, "Shape__Length": 72.666229897290933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173597530180601, 39.957592158604697 ], [ -75.174243021464306, 39.957666681064801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20470, "tnode_": 20460, "lpoly_": null, "rpoly_": null, "length": 177.59325784000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2016, "l_t_add": 2030, "r_f_add": 2017, "r_t_add": 2031, "st_code": 67120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421426, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11611, "Shape__Length": 70.528032901081261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172971776091401, 39.957516140461102 ], [ -75.173597530180601, 39.957592158604697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20480, "tnode_": 20470, "lpoly_": null, "rpoly_": null, "length": 164.76743589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2015, "st_code": 67120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421427, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 11612, "Shape__Length": 65.435878304248391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172392900799096, 39.957437833899199 ], [ -75.172971776091401, 39.957516140461102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20583, "tnode_": 20450, "lpoly_": null, "rpoly_": null, "length": 331.06803888999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 88190, "l_hundred": 100, "r_hundred": 100, "seg_id": 421428, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11613, "Shape__Length": 131.97029338105713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174442297794101, 39.956770889643998 ], [ -75.174243021464306, 39.957666681064801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19283, "tnode_": 19257, "lpoly_": null, "rpoly_": null, "length": 444.73083213999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 60160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421429, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 11614, "Shape__Length": 176.64165911019242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163952680190107, 39.966176059802699 ], [ -75.165517630246299, 39.966377181806401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19291, "tnode_": 19283, "lpoly_": null, "rpoly_": null, "length": 189.66262995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1526, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 60160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 11615, "Shape__Length": 75.329174624155414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163282583970499, 39.966103815899302 ], [ -75.163952680190107, 39.966176059802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19307, "tnode_": 19291, "lpoly_": null, "rpoly_": null, "length": 257.1476893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1524, "r_f_add": 1501, "r_t_add": 1525, "st_code": 60160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 11616, "Shape__Length": 102.13587248123696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162378058451793, 39.9659859662438 ], [ -75.163282583970499, 39.966103815899302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19223, "tnode_": 19190, "lpoly_": null, "rpoly_": null, "length": 442.18164797999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 55320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 11617, "Shape__Length": 175.63119001588456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163876647567093, 39.966555199316197 ], [ -75.165431429576799, 39.966760649558204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19307, "tnode_": 19221, "lpoly_": null, "rpoly_": null, "length": 197.22842318, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 654, "l_t_add": 668, "r_f_add": 657, "r_t_add": 671, "st_code": 88070, "l_hundred": 600, "r_hundred": 600, "seg_id": 421433, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11618, "Shape__Length": 78.630089407818247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162378058451793, 39.9659859662438 ], [ -75.162263100477205, 39.966520108299598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19291, "tnode_": 19205, "lpoly_": null, "rpoly_": null, "length": 195.67807221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 75860, "l_hundred": 600, "r_hundred": 600, "seg_id": 421434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 11619, "Shape__Length": 78.010887428712294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163282583970499, 39.966103815899302 ], [ -75.163160162675297, 39.966632652844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19223, "tnode_": 19109, "lpoly_": null, "rpoly_": null, "length": 214.38167045999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 636, "l_t_add": 698, "r_f_add": 653, "r_t_add": 699, "st_code": 88090, "l_hundred": 600, "r_hundred": 600, "seg_id": 421435, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11620, "Shape__Length": 85.468426436204354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163876647567093, 39.966555199316197 ], [ -75.163745068674103, 39.967134929718704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19283, "tnode_": 19223, "lpoly_": null, "rpoly_": null, "length": 139.7483497, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 624, "l_t_add": 634, "r_f_add": 641, "r_t_add": 651, "st_code": 88090, "l_hundred": 600, "r_hundred": 600, "seg_id": 421436, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11621, "Shape__Length": 55.715052183417484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163952680190107, 39.966176059802699 ], [ -75.163876647567093, 39.966555199316197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19374, "tnode_": 19283, "lpoly_": null, "rpoly_": null, "length": 223.45804013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 610, "l_t_add": 622, "r_f_add": 625, "r_t_add": 639, "st_code": 88090, "l_hundred": 600, "r_hundred": 600, "seg_id": 421437, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11622, "Shape__Length": 89.085455463191352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164091282982596, 39.965571981696101 ], [ -75.163952680190107, 39.966176059802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19190, "tnode_": 19115, "lpoly_": null, "rpoly_": null, "length": 146.55581008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 652, "l_t_add": 698, "r_f_add": 649, "r_t_add": 699, "st_code": 88110, "l_hundred": 600, "r_hundred": 600, "seg_id": 421438, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11623, "Shape__Length": 58.429407048140398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165431429576799, 39.966760649558204 ], [ -75.165425577782699, 39.966799501086598 ], [ -75.165350794987106, 39.967158116485301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19257, "tnode_": 19190, "lpoly_": null, "rpoly_": null, "length": 141.76465136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 638, "l_t_add": 650, "r_f_add": 639, "r_t_add": 647, "st_code": 88110, "l_hundred": 600, "r_hundred": 600, "seg_id": 421439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11624, "Shape__Length": 56.517793213801518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165517630246299, 39.966377181806401 ], [ -75.165431429576799, 39.966760649558204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19355, "tnode_": 19257, "lpoly_": null, "rpoly_": null, "length": 228.84600183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 630, "l_t_add": 636, "r_f_add": 631, "r_t_add": 637, "st_code": 88110, "l_hundred": 600, "r_hundred": 600, "seg_id": 421440, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11625, "Shape__Length": 91.234739278698669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165652735416998, 39.965757632188001 ], [ -75.165517630246299, 39.966377181806401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19230, "tnode_": 19114, "lpoly_": null, "rpoly_": null, "length": 231.7716059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 626, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 88130, "l_hundred": 600, "r_hundred": 600, "seg_id": 421441, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11626, "Shape__Length": 92.402262396756385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167097167878097, 39.9665676678162 ], [ -75.166960781482203, 39.967195195538203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19334, "tnode_": 19230, "lpoly_": null, "rpoly_": null, "length": 222.48417266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 616, "l_t_add": 624, "r_f_add": 617, "r_t_add": 625, "st_code": 88130, "l_hundred": 600, "r_hundred": 600, "seg_id": 421442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11627, "Shape__Length": 88.69908554052391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1672258908537, 39.965965005783197 ], [ -75.167097167878097, 39.9665676678162 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19429, "tnode_": 19334, "lpoly_": null, "rpoly_": null, "length": 254.6667476, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 602, "l_t_add": 614, "r_f_add": 603, "r_t_add": 615, "st_code": 88130, "l_hundred": 600, "r_hundred": 600, "seg_id": 421443, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11628, "Shape__Length": 101.52799753496954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1673770266502, 39.965275654206202 ], [ -75.1672258908537, 39.965965005783197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19306, "tnode_": 19203, "lpoly_": null, "rpoly_": null, "length": 216.06990582, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 638, "l_t_add": 666, "r_f_add": 639, "r_t_add": 639, "st_code": 88150, "l_hundred": 600, "r_hundred": 600, "seg_id": 421444, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11629, "Shape__Length": 86.142783931187097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168807419285102, 39.966154290501898 ], [ -75.168687301706697, 39.966740184192197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19409, "tnode_": 19306, "lpoly_": null, "rpoly_": null, "length": 252.12409773, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 622, "l_t_add": 636, "r_f_add": 633, "r_t_add": 637, "st_code": 88150, "l_hundred": 600, "r_hundred": 600, "seg_id": 421445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11630, "Shape__Length": 100.51380418843148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168962406699606, 39.965472530193402 ], [ -75.168807419285102, 39.966154290501898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19107, "tnode_": 19110, "lpoly_": null, "rpoly_": null, "length": 333.57604413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1404, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 33280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421446, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11631, "Shape__Length": 132.48028235556353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160937519680502, 39.9670998730465 ], [ -75.161132089712197, 39.967087635924898 ], [ -75.162126901907698, 39.967095607212997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19110, "tnode_": 19109, "lpoly_": null, "rpoly_": null, "length": 453.79160705000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 33280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421447, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11632, "Shape__Length": 180.22402475174778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162126901907698, 39.967095607212997 ], [ -75.163745068674103, 39.967134929718704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19118, "tnode_": 19114, "lpoly_": null, "rpoly_": null, "length": 140.18465057999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1737, "r_t_add": 1799, "st_code": 33280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421448, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11633, "Shape__Length": 55.674774497656259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166461090831504, 39.967179041124901 ], [ -75.166960781482203, 39.967195195538203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19109, "tnode_": 19115, "lpoly_": null, "rpoly_": null, "length": 450.15750113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 33280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421449, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11634, "Shape__Length": 178.78035936869304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163745068674103, 39.967134929718704 ], [ -75.165350794987106, 39.967158116485301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19115, "tnode_": 19118, "lpoly_": null, "rpoly_": null, "length": 311.30443276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1730, "r_f_add": 1701, "r_t_add": 1735, "st_code": 33280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421450, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11635, "Shape__Length": 123.63492980766317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165350794987106, 39.967158116485301 ], [ -75.166461090831504, 39.967179041124901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19117, "tnode_": 19119, "lpoly_": null, "rpoly_": null, "length": 226.03330295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 33280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421451, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11636, "Shape__Length": 89.769502633125086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169373260100997, 39.967244813800001 ], [ -75.170179436475493, 39.967259790082998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19114, "tnode_": 19116, "lpoly_": null, "rpoly_": null, "length": 146.35042435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1802, "r_f_add": 1801, "r_t_add": 1811, "st_code": 33280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421452, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11637, "Shape__Length": 58.123274339625439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166960781482203, 39.967195195538203 ], [ -75.167482753563405, 39.967205044807898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19116, "tnode_": 19112, "lpoly_": null, "rpoly_": null, "length": 305.34145504000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1804, "l_t_add": 1898, "r_f_add": 1813, "r_t_add": 1899, "st_code": 33280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421453, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11638, "Shape__Length": 121.26717092766519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167482753563405, 39.967205044807898 ], [ -75.168571383358596, 39.967235641013197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19112, "tnode_": 19117, "lpoly_": null, "rpoly_": null, "length": 224.78716498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1919, "st_code": 33280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421454, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11639, "Shape__Length": 89.274452954014151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168571383358596, 39.967235641013197 ], [ -75.169373260100997, 39.967244813800001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18740, "tnode_": 18698, "lpoly_": null, "rpoly_": null, "length": 117.57981383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1614, "l_t_add": 1620, "r_f_add": 1603, "r_t_add": 1613, "st_code": 68280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421456, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11640, "Shape__Length": 46.803759664414841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163595937145303, 39.969434761936597 ], [ -75.163871350562104, 39.969678228776097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18788, "tnode_": 18740, "lpoly_": null, "rpoly_": null, "length": 131.25668924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1601, "st_code": 68280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421457, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11641, "Shape__Length": 52.251579782755329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163295146197399, 39.969158600166402 ], [ -75.163595937145303, 39.969434761936597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18942, "tnode_": 18788, "lpoly_": null, "rpoly_": null, "length": 490.97325522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1508, "l_t_add": 1598, "r_f_add": 1503, "r_t_add": 1599, "st_code": 68280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421458, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11642, "Shape__Length": 195.4279935107285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162134835846302, 39.968148913314401 ], [ -75.163295146197399, 39.969158600166402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18971, "tnode_": 18942, "lpoly_": null, "rpoly_": null, "length": 82.30263488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1506, "r_f_add": 1501, "r_t_add": 1501, "st_code": 68280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421459, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11643, "Shape__Length": 32.759722215798064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161940498991996, 39.967979544934103 ], [ -75.162134835846302, 39.968148913314401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18949, "tnode_": 18769, "lpoly_": null, "rpoly_": null, "length": 407.21898002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 828, "r_f_add": 801, "r_t_add": 831, "st_code": 88070, "l_hundred": 800, "r_hundred": 800, "seg_id": 421461, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11644, "Shape__Length": 162.35478939630008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161903943392403, 39.968113007019397 ], [ -75.161673252260201, 39.969216691849702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18971, "tnode_": 18949, "lpoly_": null, "rpoly_": null, "length": 49.68582341, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 756, "l_t_add": 798, "r_f_add": 757, "r_t_add": 799, "st_code": 88070, "l_hundred": 700, "r_hundred": 700, "seg_id": 421462, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11645, "Shape__Length": 19.807791790072347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161940498991996, 39.967979544934103 ], [ -75.161903943392403, 39.968113007019397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19026, "tnode_": 18971, "lpoly_": null, "rpoly_": null, "length": 136.34942104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 714, "l_t_add": 754, "r_f_add": 711, "r_t_add": 755, "st_code": 88070, "l_hundred": 700, "r_hundred": 700, "seg_id": 421463, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11646, "Shape__Length": 54.359225892257982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162027526840006, 39.967611287333703 ], [ -75.161940498991996, 39.967979544934103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19110, "tnode_": 19026, "lpoly_": null, "rpoly_": null, "length": 189.90689988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 709, "st_code": 88070, "l_hundred": 700, "r_hundred": 700, "seg_id": 421464, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11647, "Shape__Length": 75.713939459157629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162126901907698, 39.967095607212997 ], [ -75.162027526840006, 39.967611287333703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18959, "tnode_": 18780, "lpoly_": null, "rpoly_": null, "length": 408.11572239000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 19920, "l_hundred": 800, "r_hundred": 800, "seg_id": 421465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNS ST", "stname": "BURNS ST", "objectid": 11648, "Shape__Length": 162.70921579071128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161435503123599, 39.968048416796201 ], [ -75.161184112356807, 39.969151921257897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18966, "tnode_": 18787, "lpoly_": null, "rpoly_": null, "length": 408.51865585999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 822, "r_f_add": 801, "r_t_add": 823, "st_code": 21400, "l_hundred": 800, "r_hundred": 800, "seg_id": 421466, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 11649, "Shape__Length": 162.87058004551989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161066175112595, 39.967999412248702 ], [ -75.160820098938402, 39.969104747890498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18942, "tnode_": 18918, "lpoly_": null, "rpoly_": null, "length": 382.17611305000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 19400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421467, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11650, "Shape__Length": 151.79679990569761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162134835846302, 39.968148913314401 ], [ -75.163483420652497, 39.968303646130003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18990, "tnode_": 18989, "lpoly_": null, "rpoly_": null, "length": 452.37877235999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 34580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421469, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 11651, "Shape__Length": 179.66500003475005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165188555174694, 39.967900839722901 ], [ -75.166801751287693, 39.967938846176999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19026, "tnode_": 19001, "lpoly_": null, "rpoly_": null, "length": 446.56741645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 75740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421470, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11652, "Shape__Length": 177.37284163361525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162027526840006, 39.967611287333703 ], [ -75.1636012887991, 39.967802263799101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18899, "tnode_": 18887, "lpoly_": null, "rpoly_": null, "length": 213.13781595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 19400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11653, "Shape__Length": 84.657750263737441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165062718478794, 39.9685014890117 ], [ -75.165813686143395, 39.968593450112202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18918, "tnode_": 18899, "lpoly_": null, "rpoly_": null, "length": 448.49087597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 19400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11654, "Shape__Length": 178.13974494672451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163483420652497, 39.968303646130003 ], [ -75.165062718478794, 39.9685014890117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18983, "tnode_": 18981, "lpoly_": null, "rpoly_": null, "length": 129.85097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 75740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421473, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11655, "Shape__Length": 51.574988318788215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164709051673796, 39.967946116006701 ], [ -75.165167731624507, 39.967996168414601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19001, "tnode_": 18983, "lpoly_": null, "rpoly_": null, "length": 314.88886001000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1630, "r_f_add": 1601, "r_t_add": 1631, "st_code": 75740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421474, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11656, "Shape__Length": 125.07322756824375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1636012887991, 39.967802263799101 ], [ -75.164709051673796, 39.967946116006701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19042, "tnode_": 19043, "lpoly_": null, "rpoly_": null, "length": 321.50135385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1638, "r_f_add": 1601, "r_t_add": 1631, "st_code": 61320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 11657, "Shape__Length": 127.6854230051718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163652053116493, 39.967542581915197 ], [ -75.164798668164906, 39.967565871992598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19043, "tnode_": 18983, "lpoly_": null, "rpoly_": null, "length": 140.77523907000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 22160, "l_hundred": 700, "r_hundred": 700, "seg_id": 421476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 11658, "Shape__Length": 56.123697612569934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164798668164906, 39.967565871992598 ], [ -75.164709051673796, 39.967946116006701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19043, "tnode_": 19045, "lpoly_": null, "rpoly_": null, "length": 128.80840455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1640, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 61320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 11659, "Shape__Length": 51.156658563439763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164798668164906, 39.967565871992598 ], [ -75.165258140956595, 39.9675722472033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19045, "tnode_": 19048, "lpoly_": null, "rpoly_": null, "length": 450.71109267000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 61320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421478, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 11660, "Shape__Length": 179.00154749074372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165258140956595, 39.9675722472033 ], [ -75.166865662239005, 39.967602261938403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18981, "tnode_": 18899, "lpoly_": null, "rpoly_": null, "length": 186.41767743, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 720, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 88110, "l_hundred": 700, "r_hundred": 700, "seg_id": 421479, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11661, "Shape__Length": 74.32279429207567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165167731624507, 39.967996168414601 ], [ -75.165062718478794, 39.9685014890117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18990, "tnode_": 18981, "lpoly_": null, "rpoly_": null, "length": 35.21362435, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 718, "l_t_add": 718, "r_f_add": 727, "r_t_add": 727, "st_code": 88110, "l_hundred": 700, "r_hundred": 700, "seg_id": 421480, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11662, "Shape__Length": 14.039104675563648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165188555174694, 39.967900839722901 ], [ -75.165167731624507, 39.967996168414601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19042, "tnode_": 19001, "lpoly_": null, "rpoly_": null, "length": 95.66160582000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 716, "l_t_add": 716, "r_f_add": 711, "r_t_add": 717, "st_code": 88090, "l_hundred": 700, "r_hundred": 700, "seg_id": 421481, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11663, "Shape__Length": 38.139390168965534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163652053116493, 39.967542581915197 ], [ -75.1636012887991, 39.967802263799101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19045, "tnode_": 18990, "lpoly_": null, "rpoly_": null, "length": 121.27903302, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 708, "l_t_add": 716, "r_f_add": 717, "r_t_add": 725, "st_code": 88110, "l_hundred": 700, "r_hundred": 700, "seg_id": 421482, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11664, "Shape__Length": 48.352153048988669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165258140956595, 39.9675722472033 ], [ -75.165188555174694, 39.967900839722901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19109, "tnode_": 19042, "lpoly_": null, "rpoly_": null, "length": 150.77171091, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 709, "st_code": 88090, "l_hundred": 700, "r_hundred": 700, "seg_id": 421483, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11665, "Shape__Length": 60.109141997790758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163745068674103, 39.967134929718704 ], [ -75.163652053116493, 39.967542581915197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19115, "tnode_": 19045, "lpoly_": null, "rpoly_": null, "length": 153.07948607, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 706, "r_f_add": 701, "r_t_add": 715, "st_code": 88110, "l_hundred": 700, "r_hundred": 700, "seg_id": 421484, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11666, "Shape__Length": 61.029490352812694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165350794987106, 39.967158116485301 ], [ -75.165258140956595, 39.9675722472033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19001, "tnode_": 18918, "lpoly_": null, "rpoly_": null, "length": 185.60855053, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 88090, "l_hundred": 700, "r_hundred": 700, "seg_id": 421485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11667, "Shape__Length": 73.998025510850866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1636012887991, 39.967802263799101 ], [ -75.163483420652497, 39.968303646130003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18831, "tnode_": 18788, "lpoly_": null, "rpoly_": null, "length": 107.87110566, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 816, "l_t_add": 820, "r_f_add": 823, "r_t_add": 823, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421486, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11668, "Shape__Length": 43.005914792575794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163366852034102, 39.968867665681302 ], [ -75.163295146197399, 39.969158600166402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18866, "tnode_": 18831, "lpoly_": null, "rpoly_": null, "length": 82.10824541, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 810, "l_t_add": 814, "r_f_add": 813, "r_t_add": 821, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11669, "Shape__Length": 32.735465489979916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163416461473602, 39.968645523905998 ], [ -75.163366852034102, 39.968867665681302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18918, "tnode_": 18866, "lpoly_": null, "rpoly_": null, "length": 125.94618204, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 808, "r_f_add": 801, "r_t_add": 811, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11670, "Shape__Length": 50.21414041630819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163483420652497, 39.968303646130003 ], [ -75.163416461473602, 39.968645523905998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18866, "tnode_": 18838, "lpoly_": null, "rpoly_": null, "length": 443.74618469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 68000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 11671, "Shape__Length": 176.25585230621533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163416461473602, 39.968645523905998 ], [ -75.164979280339693, 39.968840226559102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18831, "tnode_": 18808, "lpoly_": null, "rpoly_": null, "length": 448.13410556999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1610, "l_t_add": 1698, "r_f_add": 1611, "r_t_add": 1699, "st_code": 63160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421490, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11672, "Shape__Length": 178.00047429755853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163366852034102, 39.968867665681302 ], [ -75.164943811396, 39.9690704596321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18838, "tnode_": 18808, "lpoly_": null, "rpoly_": null, "length": 84.45695098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 808, "l_t_add": 808, "r_f_add": 811, "r_t_add": 815, "st_code": 88110, "l_hundred": 800, "r_hundred": 800, "seg_id": 421491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11673, "Shape__Length": 33.673925426607589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164979280339693, 39.968840226559102 ], [ -75.164943811396, 39.9690704596321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18899, "tnode_": 18838, "lpoly_": null, "rpoly_": null, "length": 125.59269691, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 806, "r_f_add": 801, "r_t_add": 809, "st_code": 88110, "l_hundred": 800, "r_hundred": 800, "seg_id": 421492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11674, "Shape__Length": 50.07089365604326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165062718478794, 39.9685014890117 ], [ -75.164979280339693, 39.968840226559102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18989, "tnode_": 18979, "lpoly_": null, "rpoly_": null, "length": 38.01389485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 716, "l_t_add": 798, "r_f_add": 713, "r_t_add": 799, "st_code": 88130, "l_hundred": 700, "r_hundred": 700, "seg_id": 421493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11675, "Shape__Length": 15.156026661512835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166801751287693, 39.967938846176999 ], [ -75.166820572941106, 39.968042189276801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19048, "tnode_": 18989, "lpoly_": null, "rpoly_": null, "length": 123.91333238, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 704, "l_t_add": 714, "r_f_add": 707, "r_t_add": 711, "st_code": 88130, "l_hundred": 700, "r_hundred": 700, "seg_id": 421494, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11676, "Shape__Length": 49.403398997199929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166865662239005, 39.967602261938403 ], [ -75.166801751287693, 39.967938846176999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19114, "tnode_": 19048, "lpoly_": null, "rpoly_": null, "length": 150.66475675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 702, "r_f_add": 701, "r_t_add": 705, "st_code": 88130, "l_hundred": 700, "r_hundred": 700, "seg_id": 421495, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11677, "Shape__Length": 60.06622060169753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166960781482203, 39.967195195538203 ], [ -75.166865662239005, 39.967602261938403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19039, "tnode_": 19041, "lpoly_": null, "rpoly_": null, "length": 267.88314124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 61320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421496, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 11678, "Shape__Length": 106.39068938361619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167512271786094, 39.9676434610314 ], [ -75.168467905095795, 39.967653541676299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19116, "tnode_": 19039, "lpoly_": null, "rpoly_": null, "length": 159.92136389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIRLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 715, "st_code": 72680, "l_hundred": 700, "r_hundred": 700, "seg_id": 421498, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIRLEY ST", "stname": "SHIRLEY ST", "objectid": 11679, "Shape__Length": 63.763805638543822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167482753563405, 39.967205044807898 ], [ -75.167512271786094, 39.9676434610314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18919, "tnode_": 18842, "lpoly_": null, "rpoly_": null, "length": 178.97837321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 736, "l_t_add": 798, "r_f_add": 743, "r_t_add": 747, "st_code": 88150, "l_hundred": 700, "r_hundred": 700, "seg_id": 421499, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11680, "Shape__Length": 71.356440284257104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168315633666893, 39.968412120959002 ], [ -75.168209185015201, 39.968896563938102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19041, "tnode_": 18919, "lpoly_": null, "rpoly_": null, "length": 279.61346662, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 708, "l_t_add": 734, "r_f_add": 705, "r_t_add": 741, "st_code": 88150, "l_hundred": 700, "r_hundred": 700, "seg_id": 421500, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11681, "Shape__Length": 111.47935283922641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168467905095795, 39.967653541676299 ], [ -75.168315633666893, 39.968412120959002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19112, "tnode_": 19041, "lpoly_": null, "rpoly_": null, "length": 154.97214591000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 706, "r_f_add": 701, "r_t_add": 703, "st_code": 88150, "l_hundred": 700, "r_hundred": 700, "seg_id": 421501, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11682, "Shape__Length": 61.782605640000924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168571383358596, 39.967235641013197 ], [ -75.168467905095795, 39.967653541676299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18862, "tnode_": 18887, "lpoly_": null, "rpoly_": null, "length": 79.76673625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1704, "l_t_add": 1706, "r_f_add": 1715, "r_t_add": 1725, "st_code": 34940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421502, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11683, "Shape__Length": 31.723648471355546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165583718718494, 39.968722440862003 ], [ -75.165813686143395, 39.968593450112202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18887, "tnode_": 18913, "lpoly_": null, "rpoly_": null, "length": 120.69752192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1708, "l_t_add": 1752, "r_f_add": 1727, "r_t_add": 1735, "st_code": 34940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421503, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11684, "Shape__Length": 47.995105066049909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165813686143395, 39.968593450112202 ], [ -75.166171098632105, 39.968408647543299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18913, "tnode_": 18979, "lpoly_": null, "rpoly_": null, "length": 225.74319081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1754, "l_t_add": 1798, "r_f_add": 1737, "r_t_add": 1799, "st_code": 34940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421504, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11685, "Shape__Length": 89.779631667761734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166171098632105, 39.968408647543299 ], [ -75.166820572941106, 39.968042189276801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18979, "tnode_": 19039, "lpoly_": null, "rpoly_": null, "length": 242.25238098999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 34940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421505, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11686, "Shape__Length": 96.348643066293477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166820572941106, 39.968042189276801 ], [ -75.167512271786094, 39.9676434610314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18913, "tnode_": 18789, "lpoly_": null, "rpoly_": null, "length": 376.46542823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMERON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 826, "r_f_add": 801, "r_t_add": 827, "st_code": 21100, "l_hundred": 800, "r_hundred": 800, "seg_id": 421507, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMERON ST", "stname": "CAMERON ST", "objectid": 11687, "Shape__Length": 149.90046105974295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166171098632105, 39.968408647543299 ], [ -75.166968584993796, 39.9692402080208 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18726, "tnode_": 18789, "lpoly_": null, "rpoly_": null, "length": 209.09844427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1823, "st_code": 84820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421508, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYLIE ST", "stname": "WYLIE ST", "objectid": 11688, "Shape__Length": 83.158990406952938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166363687128097, 39.969576155354297 ], [ -75.166968584993796, 39.9692402080208 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18789, "tnode_": 18919, "lpoly_": null, "rpoly_": null, "length": 490.67344375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1816, "l_t_add": 1898, "r_f_add": 1825, "r_t_add": 1899, "st_code": 84820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421509, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYLIE ST", "stname": "WYLIE ST", "objectid": 11689, "Shape__Length": 195.17778130824723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166968584993796, 39.9692402080208 ], [ -75.168202145479498, 39.968584865263999 ], [ -75.168315633666893, 39.968412120959002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19117, "tnode_": 18830, "lpoly_": null, "rpoly_": null, "length": 647.46970059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 78760, "l_hundred": 700, "r_hundred": 700, "seg_id": 421510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 11690, "Shape__Length": 258.1363843236594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169373260100997, 39.967244813800001 ], [ -75.168990347394896, 39.968997609743099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18789, "tnode_": 18655, "lpoly_": null, "rpoly_": null, "length": 360.76285089000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMERON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 828, "l_t_add": 898, "r_f_add": 829, "r_t_add": 899, "st_code": 21100, "l_hundred": 800, "r_hundred": 800, "seg_id": 421511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMERON ST", "stname": "CAMERON ST", "objectid": 11691, "Shape__Length": 143.64952353495357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166968584993796, 39.9692402080208 ], [ -75.167733237937796, 39.970036844507 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18430, "tnode_": 18466, "lpoly_": null, "rpoly_": null, "length": 126.66398278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINEYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1738, "r_f_add": 1701, "r_t_add": 1739, "st_code": 80140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421512, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINEYARD ST", "stname": "VINEYARD ST", "objectid": 11692, "Shape__Length": 50.374279160259967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165619963167003, 39.971200070515202 ], [ -75.165988577422596, 39.970998911181297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18466, "tnode_": 18514, "lpoly_": null, "rpoly_": null, "length": 150.9327633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINEYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1740, "l_t_add": 1798, "r_f_add": 1741, "r_t_add": 1799, "st_code": 80140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421513, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINEYARD ST", "stname": "VINEYARD ST", "objectid": 11693, "Shape__Length": 60.027853010052823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165988577422596, 39.970998911181297 ], [ -75.166424925165401, 39.970756103645002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18514, "tnode_": 18589, "lpoly_": null, "rpoly_": null, "length": 234.93627902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINEYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1832, "r_f_add": 1801, "r_t_add": 1825, "st_code": 80140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINEYARD ST", "stname": "VINEYARD ST", "objectid": 11694, "Shape__Length": 93.428607121666019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166424925165401, 39.970756103645002 ], [ -75.167115340289598, 39.970390386664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18589, "tnode_": 18655, "lpoly_": null, "rpoly_": null, "length": 215.82426439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINEYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1834, "l_t_add": 1846, "r_f_add": 1827, "r_t_add": 1847, "st_code": 80140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINEYARD ST", "stname": "VINEYARD ST", "objectid": 11695, "Shape__Length": 85.839479408539077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167115340289598, 39.970390386664 ], [ -75.167733237937796, 39.970036844507 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18655, "tnode_": 18665, "lpoly_": null, "rpoly_": null, "length": 69.00104979000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINEYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1848, "l_t_add": 1898, "r_f_add": 1849, "r_t_add": 1899, "st_code": 80140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINEYARD ST", "stname": "VINEYARD ST", "objectid": 11696, "Shape__Length": 27.415888794608726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167733237937796, 39.970036844507 ], [ -75.167966677186797, 39.969976692122202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19203, "tnode_": 19112, "lpoly_": null, "rpoly_": null, "length": 183.38733511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 668, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 88150, "l_hundred": 600, "r_hundred": 600, "seg_id": 421517, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11697, "Shape__Length": 73.111422747881534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168687301706697, 39.966740184192197 ], [ -75.168571383358596, 39.967235641013197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19230, "tnode_": 19203, "lpoly_": null, "rpoly_": null, "length": 452.50723815000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 60160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421519, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 11698, "Shape__Length": 179.73326460252949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167097167878097, 39.9665676678162 ], [ -75.168602386951605, 39.9667596837267 ], [ -75.168687301706697, 39.966740184192197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18624, "tnode_": 18590, "lpoly_": null, "rpoly_": null, "length": 447.87969027999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 40580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421520, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARMER ST", "stname": "HARMER ST", "objectid": 11699, "Shape__Length": 177.90244875431591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161480517294393, 39.970075527137702 ], [ -75.163056760404501, 39.970277509520002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18668, "tnode_": 18643, "lpoly_": null, "rpoly_": null, "length": 445.11717120999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 61140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421521, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 11700, "Shape__Length": 176.80392086507041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161548323446098, 39.969816203394998 ], [ -75.163115465818095, 39.970014018937903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18787, "tnode_": 18685, "lpoly_": null, "rpoly_": null, "length": 222.37382241999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 824, "l_t_add": 850, "r_f_add": 825, "r_t_add": 859, "st_code": 21400, "l_hundred": 800, "r_hundred": 800, "seg_id": 421522, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 11701, "Shape__Length": 88.660789168011405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160820098938402, 39.969104747890498 ], [ -75.160703430478804, 39.9697085555161 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18769, "tnode_": 18743, "lpoly_": null, "rpoly_": null, "length": 447.26992997000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 63160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11702, "Shape__Length": 177.65603778220722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161673252260201, 39.969216691849702 ], [ -75.163249565077194, 39.969407783915301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18787, "tnode_": 18780, "lpoly_": null, "rpoly_": null, "length": 103.46548161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1420, "l_t_add": 1428, "r_f_add": 1421, "r_t_add": 1427, "st_code": 63160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11703, "Shape__Length": 41.09702362788093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160820098938402, 39.969104747890498 ], [ -75.161184112356807, 39.969151921257897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18520, "tnode_": 18420, "lpoly_": null, "rpoly_": null, "length": 217.07335209, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 913, "st_code": 88090, "l_hundred": 900, "r_hundred": 900, "seg_id": 421526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11704, "Shape__Length": 86.546980551783719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162983040201496, 39.970632269691798 ], [ -75.162851746514093, 39.9712195382819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18590, "tnode_": 18520, "lpoly_": null, "rpoly_": null, "length": 130.87418788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 848, "l_t_add": 898, "r_f_add": 857, "r_t_add": 899, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11705, "Shape__Length": 52.17986318267522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163056760404501, 39.970277509520002 ], [ -75.162983040201496, 39.970632269691798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18643, "tnode_": 18590, "lpoly_": null, "rpoly_": null, "length": 97.38502436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 840, "l_t_add": 846, "r_f_add": 849, "r_t_add": 855, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11706, "Shape__Length": 38.8269219755338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163115465818095, 39.970014018937903 ], [ -75.163056760404501, 39.970277509520002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18743, "tnode_": 18643, "lpoly_": null, "rpoly_": null, "length": 224.01624333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 824, "l_t_add": 838, "r_f_add": 827, "r_t_add": 847, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11707, "Shape__Length": 89.313727521599105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163249565077194, 39.969407783915301 ], [ -75.163115465818095, 39.970014018937903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18788, "tnode_": 18743, "lpoly_": null, "rpoly_": null, "length": 91.66783877, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 822, "l_t_add": 822, "r_f_add": 825, "r_t_add": 825, "st_code": 88090, "l_hundred": 800, "r_hundred": 800, "seg_id": 421530, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11708, "Shape__Length": 36.548360616937423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163295146197399, 39.969158600166402 ], [ -75.163249565077194, 39.969407783915301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18743, "tnode_": 18740, "lpoly_": null, "rpoly_": null, "length": 97.5795161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1608, "r_f_add": 1601, "r_t_add": 1609, "st_code": 63160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421531, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11709, "Shape__Length": 38.756573920782003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163249565077194, 39.969407783915301 ], [ -75.163595937145303, 39.969434761936597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18546, "tnode_": 18444, "lpoly_": null, "rpoly_": null, "length": 215.06958664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 917, "st_code": 88070, "l_hundred": 900, "r_hundred": 900, "seg_id": 421532, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11710, "Shape__Length": 85.747135269235159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1614063098298, 39.970437699865698 ], [ -75.161271628517696, 39.971018927598699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18624, "tnode_": 18546, "lpoly_": null, "rpoly_": null, "length": 133.56247236, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 858, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 88070, "l_hundred": 800, "r_hundred": 800, "seg_id": 421533, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11711, "Shape__Length": 53.251676288794627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161480517294393, 39.970075527137702 ], [ -75.1614063098298, 39.970437699865698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18668, "tnode_": 18624, "lpoly_": null, "rpoly_": null, "length": 96.35977147, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 854, "l_t_add": 856, "r_f_add": 857, "r_t_add": 863, "st_code": 88070, "l_hundred": 800, "r_hundred": 800, "seg_id": 421534, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11712, "Shape__Length": 38.416481260524563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161548323446098, 39.969816203394998 ], [ -75.161480517294393, 39.970075527137702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18769, "tnode_": 18668, "lpoly_": null, "rpoly_": null, "length": 221.18066608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 830, "l_t_add": 852, "r_f_add": 833, "r_t_add": 855, "st_code": 88070, "l_hundred": 800, "r_hundred": 800, "seg_id": 421535, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11713, "Shape__Length": 88.184023811811201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161673252260201, 39.969216691849702 ], [ -75.161548323446098, 39.969816203394998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18430, "tnode_": 18363, "lpoly_": null, "rpoly_": null, "length": 182.26302967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 68280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421536, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11714, "Shape__Length": 72.590121240584935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165619963167003, 39.971200070515202 ], [ -75.165780575452004, 39.9713485602623 ], [ -75.165974667650502, 39.971616964803701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18478, "tnode_": 18430, "lpoly_": null, "rpoly_": null, "length": 133.5756808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1722, "l_t_add": 1722, "r_f_add": 1713, "r_t_add": 1721, "st_code": 68280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421537, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11715, "Shape__Length": 53.175690359920004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165313103015094, 39.970919512306203 ], [ -75.165619963167003, 39.971200070515202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18626, "tnode_": 18560, "lpoly_": null, "rpoly_": null, "length": 143.00718014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1644, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 68280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421539, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11716, "Shape__Length": 56.917046228718007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164397217607998, 39.970160090123102 ], [ -75.164668831784795, 39.9703826098864 ], [ -75.164747305562997, 39.970445668653497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18698, "tnode_": 18626, "lpoly_": null, "rpoly_": null, "length": 229.2083955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1622, "l_t_add": 1642, "r_f_add": 1615, "r_t_add": 1631, "st_code": 68280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421540, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11717, "Shape__Length": 91.24537000176295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163871350562104, 39.969678228776097 ], [ -75.164397217607998, 39.970160090123102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18748, "tnode_": 18658, "lpoly_": null, "rpoly_": null, "length": 105.6599936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 33960, "l_hundred": 800, "r_hundred": 800, "seg_id": 421541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FIELD ST", "stname": "FIELD ST", "objectid": 11718, "Shape__Length": 42.075240432157308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164314937437894, 39.969416520626403 ], [ -75.164532443774903, 39.969653420778201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18560, "tnode_": 18646, "lpoly_": null, "rpoly_": null, "length": 253.82841950999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1725, "st_code": 84820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421542, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYLIE ST", "stname": "WYLIE ST", "objectid": 11719, "Shape__Length": 100.94150361699148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164747305562997, 39.970445668653497 ], [ -75.165492656443206, 39.970049895929698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18782, "tnode_": 18646, "lpoly_": null, "rpoly_": null, "length": 377.08869082999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 50140, "l_hundred": 800, "r_hundred": 800, "seg_id": 421544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LELAND ST", "stname": "LELAND ST", "objectid": 11720, "Shape__Length": 150.15890443612892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164710273021996, 39.969207775632199 ], [ -75.165492656443206, 39.970049895929698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18778, "tnode_": 18726, "lpoly_": null, "rpoly_": null, "length": 139.32580542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 824, "l_t_add": 840, "r_f_add": 821, "r_t_add": 837, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 421545, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 11721, "Shape__Length": 55.483189541473962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1660805647697, 39.969261788675901 ], [ -75.166363687128097, 39.969576155354297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18818, "tnode_": 18778, "lpoly_": null, "rpoly_": null, "length": 98.76167248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 814, "l_t_add": 822, "r_f_add": 813, "r_t_add": 819, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 421546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 11722, "Shape__Length": 39.326193774352255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165873707193498, 39.969042311932903 ], [ -75.1660805647697, 39.969261788675901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18862, "tnode_": 18818, "lpoly_": null, "rpoly_": null, "length": 142.07109567000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 421547, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 11723, "Shape__Length": 56.575343304088108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165583718718494, 39.968722440862003 ], [ -75.165873707193498, 39.969042311932903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18753, "tnode_": 18818, "lpoly_": null, "rpoly_": null, "length": 107.16565409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 18540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421548, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWERS ST", "stname": "BOWERS ST", "objectid": 11724, "Shape__Length": 42.620480923498214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165564528955002, 39.969215379535598 ], [ -75.165873707193498, 39.969042311932903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18698, "tnode_": 18748, "lpoly_": null, "rpoly_": null, "length": 156.67515765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1630, "r_f_add": 1601, "r_t_add": 1629, "st_code": 34940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11725, "Shape__Length": 62.317072841291321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163871350562104, 39.969678228776097 ], [ -75.164314937437894, 39.969416520626403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18748, "tnode_": 18782, "lpoly_": null, "rpoly_": null, "length": 134.38997598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1632, "l_t_add": 1642, "r_f_add": 1631, "r_t_add": 1643, "st_code": 34940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11726, "Shape__Length": 53.44243322093503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164314937437894, 39.969416520626403 ], [ -75.164710273021996, 39.969207775632199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18782, "tnode_": 18808, "lpoly_": null, "rpoly_": null, "length": 82.38272133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1644, "l_t_add": 1698, "r_f_add": 1645, "r_t_add": 1699, "st_code": 34940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421553, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11727, "Shape__Length": 32.767077869578429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164710273021996, 39.969207775632199 ], [ -75.164943811396, 39.9690704596321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18808, "tnode_": 18862, "lpoly_": null, "rpoly_": null, "length": 219.64049914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANCIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1702, "r_f_add": 1701, "r_t_add": 1713, "st_code": 34940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421554, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANCIS ST", "stname": "FRANCIS ST", "objectid": 11728, "Shape__Length": 87.347695109469939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164943811396, 39.9690704596321 ], [ -75.165583718718494, 39.968722440862003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18546, "tnode_": 18520, "lpoly_": null, "rpoly_": null, "length": 447.57655933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 65260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421555, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11729, "Shape__Length": 177.78163280217836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1614063098298, 39.970437699865698 ], [ -75.162983040201496, 39.970632269691798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18566, "tnode_": 18546, "lpoly_": null, "rpoly_": null, "length": 239.80144705000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 65260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 421556, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11730, "Shape__Length": 95.252019947045795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160562493318693, 39.970328956341604 ], [ -75.1614063098298, 39.970437699865698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18495, "tnode_": 18478, "lpoly_": null, "rpoly_": null, "length": 214.65874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1711, "st_code": 65260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421558, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11731, "Shape__Length": 85.264934341255568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164556934155698, 39.970826012207702 ], [ -75.165313103015094, 39.970919512306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18520, "tnode_": 18495, "lpoly_": null, "rpoly_": null, "length": 446.74265763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 65260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421559, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11732, "Shape__Length": 177.45082176110583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162983040201496, 39.970632269691798 ], [ -75.164556934155698, 39.970826012207702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18560, "tnode_": 18495, "lpoly_": null, "rpoly_": null, "length": 155.59498801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 810, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 88110, "l_hundred": 800, "r_hundred": 800, "seg_id": 421560, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11733, "Shape__Length": 61.997815881102341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164747305562997, 39.970445668653497 ], [ -75.1646824620301, 39.970482135947996 ], [ -75.164654864664897, 39.9704973774354 ], [ -75.164629108815205, 39.970531401537301 ], [ -75.164625680098496, 39.970549797810897 ], [ -75.164556934155698, 39.970826012207702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18495, "tnode_": 18386, "lpoly_": null, "rpoly_": null, "length": 219.10041815, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 88110, "l_hundred": 900, "r_hundred": 900, "seg_id": 421564, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 11734, "Shape__Length": 87.354412663813818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164556934155698, 39.970826012207702 ], [ -75.164417820324701, 39.971417869757403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18273, "tnode_": 18244, "lpoly_": null, "rpoly_": null, "length": 444.90419961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 40780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 11735, "Shape__Length": 176.7275443244165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167523867975007, 39.972049144592901 ], [ -75.168098025591107, 39.972130988038998 ], [ -75.169087565940501, 39.972259116380201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18291, "tnode_": 18264, "lpoly_": null, "rpoly_": null, "length": 370.04971043999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 21060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 11736, "Shape__Length": 146.99131149852568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169141336653695, 39.972012738722498 ], [ -75.1704441803858, 39.972177415200903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18354, "tnode_": 18325, "lpoly_": null, "rpoly_": null, "length": 367.54442583999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 36560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421567, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 11737, "Shape__Length": 145.99544760550873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169210668776003, 39.971730035247397 ], [ -75.170504806636302, 39.971893034086499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18379, "tnode_": 18354, "lpoly_": null, "rpoly_": null, "length": 445.42649507, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 36560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421568, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 11738, "Shape__Length": 176.93058912181675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167641629435295, 39.971535719630999 ], [ -75.169210668776003, 39.971730035247397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18329, "tnode_": 18291, "lpoly_": null, "rpoly_": null, "length": 445.14867955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 21060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421569, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 11739, "Shape__Length": 176.82249564099604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167575030710694, 39.971810305305802 ], [ -75.169141336653695, 39.972012738722498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18268, "tnode_": 18373, "lpoly_": null, "rpoly_": null, "length": 301.57931166999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GINNODO", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1835, "st_code": 36960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421570, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GINNODO ST", "stname": "GINNODO ST", "objectid": 11740, "Shape__Length": 119.94612607901077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166273882788104, 39.972045710143597 ], [ -75.167142080687, 39.971556662384003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18373, "tnode_": 18437, "lpoly_": null, "rpoly_": null, "length": 199.76647418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GINNODO", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1816, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 36960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GINNODO ST", "stname": "GINNODO ST", "objectid": 11741, "Shape__Length": 79.46003439461812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167142080687, 39.971556662384003 ], [ -75.167705719738194, 39.971221012048801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18454, "tnode_": 18373, "lpoly_": null, "rpoly_": null, "length": 203.83157995000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 50140, "l_hundred": 900, "r_hundred": 900, "seg_id": 421572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LELAND ST", "stname": "LELAND ST", "objectid": 11742, "Shape__Length": 81.17638277513359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166734708322593, 39.971093695790401 ], [ -75.166803857361103, 39.971179417233898 ], [ -75.166848933904205, 39.971241250517103 ], [ -75.167142080687, 39.971556662384003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18514, "tnode_": 18454, "lpoly_": null, "rpoly_": null, "length": 150.54086024999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 858, "l_t_add": 898, "r_f_add": 859, "r_t_add": 899, "st_code": 50140, "l_hundred": 800, "r_hundred": 800, "seg_id": 421573, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LELAND ST", "stname": "LELAND ST", "objectid": 11743, "Shape__Length": 59.948689675685031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166424925165401, 39.970756103645002 ], [ -75.166734708322593, 39.971093695790401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18365, "tnode_": 18349, "lpoly_": null, "rpoly_": null, "length": 189.62449408000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 65260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421574, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11744, "Shape__Length": 75.323415079786386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171994765538599, 39.9717428384416 ], [ -75.172661195844498, 39.971832586809001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18371, "tnode_": 18365, "lpoly_": null, "rpoly_": null, "length": 191.58898353000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2058, "l_t_add": 2098, "r_f_add": 2059, "r_t_add": 2099, "st_code": 65260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421575, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11745, "Shape__Length": 76.102246131070089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171319807284902, 39.9716596169838 ], [ -75.171994765538599, 39.9717428384416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18382, "tnode_": 18371, "lpoly_": null, "rpoly_": null, "length": 216.69657421999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2040, "l_t_add": 2056, "r_f_add": 2029, "r_t_add": 2057, "st_code": 65260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421576, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11746, "Shape__Length": 86.072963370407493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170553739822196, 39.971579280136702 ], [ -75.171319807284902, 39.9716596169838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18411, "tnode_": 18382, "lpoly_": null, "rpoly_": null, "length": 362.99118501000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2038, "r_f_add": 2001, "r_t_add": 2027, "st_code": 65260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421577, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11747, "Shape__Length": 144.18666186320567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1692762280084, 39.971415560913499 ], [ -75.170553739822196, 39.971579280136702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18418, "tnode_": 18411, "lpoly_": null, "rpoly_": null, "length": 108.39050876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 65260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421578, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11748, "Shape__Length": 43.055125345717322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168895360641898, 39.971363970927897 ], [ -75.1692762280084, 39.971415560913499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18423, "tnode_": 18418, "lpoly_": null, "rpoly_": null, "length": 117.79333164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1918, "l_t_add": 1926, "r_f_add": 1923, "r_t_add": 1935, "st_code": 65260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421579, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11749, "Shape__Length": 46.788155218809166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168479219776799, 39.971318741061999 ], [ -75.168895360641898, 39.971363970927897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18437, "tnode_": 18423, "lpoly_": null, "rpoly_": null, "length": 219.69925843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1921, "st_code": 65260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421580, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11750, "Shape__Length": 87.267970659459209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167705719738194, 39.971221012048801 ], [ -75.168479219776799, 39.971318741061999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18454, "tnode_": 18437, "lpoly_": null, "rpoly_": null, "length": 276.08517676000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1812, "l_t_add": 1898, "r_f_add": 1823, "r_t_add": 1899, "st_code": 65260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421581, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11751, "Shape__Length": 109.66603157445664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166734708322593, 39.971093695790401 ], [ -75.166814441581806, 39.971105691174003 ], [ -75.167705719738194, 39.971221012048801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18466, "tnode_": 18454, "lpoly_": null, "rpoly_": null, "length": 211.95660611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1821, "st_code": 65260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421582, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11752, "Shape__Length": 84.19228465398794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165988577422596, 39.970998911181297 ], [ -75.166734708322593, 39.971093695790401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18478, "tnode_": 18466, "lpoly_": null, "rpoly_": null, "length": 191.51862993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1713, "r_t_add": 1799, "st_code": 65260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421583, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 11753, "Shape__Length": 76.072797072825566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165313103015094, 39.970919512306203 ], [ -75.165988577422596, 39.970998911181297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18341, "tnode_": 18305, "lpoly_": null, "rpoly_": null, "length": 444.34949125000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 40780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 11754, "Shape__Length": 176.50291781844822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164368297322596, 39.971675553537601 ], [ -75.165933808684102, 39.971868139779303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18305, "tnode_": 18223, "lpoly_": null, "rpoly_": null, "length": 160.05542176999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 920, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 88130, "l_hundred": 900, "r_hundred": 900, "seg_id": 421585, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11755, "Shape__Length": 63.817326906627549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165933808684102, 39.971868139779303 ], [ -75.1658536639424, 39.972303163416903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18363, "tnode_": 18305, "lpoly_": null, "rpoly_": null, "length": 92.21242471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 88130, "l_hundred": 900, "r_hundred": 900, "seg_id": 421586, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 11756, "Shape__Length": 36.767388806806451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165974667650502, 39.971616964803701 ], [ -75.165933808684102, 39.971868139779303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18386, "tnode_": 18363, "lpoly_": null, "rpoly_": null, "length": 442.33597457999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 21060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421587, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 11757, "Shape__Length": 175.70382121312375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164417820324701, 39.971417869757403 ], [ -75.165974667650502, 39.971616964803701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18211, "tnode_": 18025, "lpoly_": null, "rpoly_": null, "length": 416.71895297000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1815, "r_t_add": 1899, "st_code": 68280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421588, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11758, "Shape__Length": 166.03210274417739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166541449358206, 39.972389664749301 ], [ -75.167221923590503, 39.973406774662699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18268, "tnode_": 18211, "lpoly_": null, "rpoly_": null, "length": 146.02412946000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1820, "l_t_add": 1828, "r_f_add": 1809, "r_t_add": 1813, "st_code": 68280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421589, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11759, "Shape__Length": 58.166934776917351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166273882788104, 39.972045710143597 ], [ -75.166541449358206, 39.972389664749301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18363, "tnode_": 18268, "lpoly_": null, "rpoly_": null, "length": 177.27527544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1807, "st_code": 68280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421590, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 11760, "Shape__Length": 70.626172409420292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165974667650502, 39.971616964803701 ], [ -75.166273882788104, 39.972045710143597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18197, "tnode_": 18025, "lpoly_": null, "rpoly_": null, "length": 334.38716590999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88150, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421591, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11761, "Shape__Length": 133.32388357257338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167424014183894, 39.972502104439897 ], [ -75.167221923590503, 39.973406774662699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18273, "tnode_": 18197, "lpoly_": null, "rpoly_": null, "length": 167.36175647000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 928, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 88150, "l_hundred": 900, "r_hundred": 900, "seg_id": 421592, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11762, "Shape__Length": 66.72852413625607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167523867975007, 39.972049144592901 ], [ -75.167424014183894, 39.972502104439897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18329, "tnode_": 18273, "lpoly_": null, "rpoly_": null, "length": 88.17867068, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 920, "l_t_add": 926, "r_f_add": 919, "r_t_add": 925, "st_code": 88150, "l_hundred": 900, "r_hundred": 900, "seg_id": 421593, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11763, "Shape__Length": 35.157601676809932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167575030710694, 39.971810305305802 ], [ -75.167523867975007, 39.972049144592901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18379, "tnode_": 18329, "lpoly_": null, "rpoly_": null, "length": 101.75341024, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 910, "l_t_add": 918, "r_f_add": 907, "r_t_add": 917, "st_code": 88150, "l_hundred": 900, "r_hundred": 900, "seg_id": 421594, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11764, "Shape__Length": 40.568665474116642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167641629435295, 39.971535719630999 ], [ -75.167575030710694, 39.971810305305802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18437, "tnode_": 18379, "lpoly_": null, "rpoly_": null, "length": 116.0411299, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 905, "st_code": 88150, "l_hundred": 900, "r_hundred": 900, "seg_id": 421595, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11765, "Shape__Length": 46.266685585624558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167705719738194, 39.971221012048801 ], [ -75.167641629435295, 39.971535719630999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18469, "tnode_": 18437, "lpoly_": null, "rpoly_": null, "length": 73.11726475, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 880, "l_t_add": 898, "r_f_add": 881, "r_t_add": 899, "st_code": 88150, "l_hundred": 800, "r_hundred": 800, "seg_id": 421596, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11766, "Shape__Length": 29.154589229026968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167724408622504, 39.971020811754897 ], [ -75.167705719738194, 39.971221012048801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18665, "tnode_": 18469, "lpoly_": null, "rpoly_": null, "length": 386.36790816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 842, "l_t_add": 878, "r_f_add": 839, "r_t_add": 879, "st_code": 88150, "l_hundred": 800, "r_hundred": 800, "seg_id": 421597, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11767, "Shape__Length": 154.04232732127525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167966677186797, 39.969976692122202 ], [ -75.167724408622504, 39.971020811754897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18842, "tnode_": 18665, "lpoly_": null, "rpoly_": null, "length": 399.29924674, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 840, "r_f_add": 749, "r_t_add": 837, "st_code": 88150, "l_hundred": 800, "r_hundred": 700, "seg_id": 421598, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 11768, "Shape__Length": 159.19669373916977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168209185015201, 39.968896563938102 ], [ -75.167966677186797, 39.969976692122202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18158, "tnode_": 18135, "lpoly_": null, "rpoly_": null, "length": 371.36989719000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2025, "st_code": 37040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421600, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11769, "Shape__Length": 147.5183662107475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168996425958895, 39.972710223545498 ], [ -75.170302635256604, 39.972881446315199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18197, "tnode_": 18158, "lpoly_": null, "rpoly_": null, "length": 447.178485, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 37040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421601, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11770, "Shape__Length": 177.63150895700721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167424014183894, 39.972502104439897 ], [ -75.168996425958895, 39.972710223545498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18211, "tnode_": 18197, "lpoly_": null, "rpoly_": null, "length": 250.7281579, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1812, "l_t_add": 1898, "r_f_add": 1813, "r_t_add": 1899, "st_code": 37040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421602, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11771, "Shape__Length": 99.59502624604896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166541449358206, 39.972389664749301 ], [ -75.167424014183894, 39.972502104439897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18215, "tnode_": 18211, "lpoly_": null, "rpoly_": null, "length": 57.36811655, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1810, "l_t_add": 1810, "r_f_add": 1811, "r_t_add": 1811, "st_code": 37040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421603, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11772, "Shape__Length": 22.787840934726265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1663394222916, 39.972364364840502 ], [ -75.166541449358206, 39.972389664749301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18223, "tnode_": 18215, "lpoly_": null, "rpoly_": null, "length": 137.95895791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1808, "r_f_add": 1801, "r_t_add": 1809, "st_code": 37040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421604, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11773, "Shape__Length": 54.800275794942031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1658536639424, 39.972303163416903 ], [ -75.1663394222916, 39.972364364840502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18256, "tnode_": 18223, "lpoly_": null, "rpoly_": null, "length": 447.57564725000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 37040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421605, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11774, "Shape__Length": 177.78911062320847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164280910343393, 39.972090237562398 ], [ -75.1658536639424, 39.972303163416903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18281, "tnode_": 18256, "lpoly_": null, "rpoly_": null, "length": 447.59058497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 37040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421606, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 11775, "Shape__Length": 177.79242225668108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162705719890198, 39.971888029164703 ], [ -75.164280910343393, 39.972090237562398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18526, "tnode_": 18503, "lpoly_": null, "rpoly_": null, "length": 356.83493968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421607, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 11776, "Shape__Length": 141.73957868323868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169427133451194, 39.970743139021799 ], [ -75.170683315779499, 39.970902459784398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18652, "tnode_": 18423, "lpoly_": null, "rpoly_": null, "length": 452.97094898999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 830, "l_t_add": 898, "r_f_add": 839, "r_t_add": 899, "st_code": 78760, "l_hundred": 800, "r_hundred": 800, "seg_id": 421608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 11777, "Shape__Length": 180.59855403589165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168753454696599, 39.970093311711999 ], [ -75.168479219776799, 39.971318741061999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18644, "tnode_": 18418, "lpoly_": null, "rpoly_": null, "length": 452.66280266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 61420, "l_hundred": 800, "r_hundred": 800, "seg_id": 421609, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 11778, "Shape__Length": 180.47289226997205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169188371172297, 39.970141976940603 ], [ -75.168895360641898, 39.971363970927897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18158, "tnode_": 18068, "lpoly_": null, "rpoly_": null, "length": 183.76743914000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88170, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421610, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11779, "Shape__Length": 73.268898868068817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168996425958895, 39.972710223545498 ], [ -75.168877407589306, 39.973206307529303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18244, "tnode_": 18158, "lpoly_": null, "rpoly_": null, "length": 166.30378772, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 88170, "l_hundred": 900, "r_hundred": 900, "seg_id": 421611, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11780, "Shape__Length": 66.308046086037052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169087565940501, 39.972259116380201 ], [ -75.168996425958895, 39.972710223545498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18526, "tnode_": 18411, "lpoly_": null, "rpoly_": null, "length": 248.57607353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 858, "l_t_add": 898, "r_f_add": 857, "r_t_add": 899, "st_code": 88170, "l_hundred": 800, "r_hundred": 800, "seg_id": 421612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11781, "Shape__Length": 99.107230487605108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169427133451194, 39.970743139021799 ], [ -75.1692762280084, 39.971415560913499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18637, "tnode_": 18526, "lpoly_": null, "rpoly_": null, "length": 203.04392267, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 838, "l_t_add": 856, "r_f_add": 839, "r_t_add": 855, "st_code": 88170, "l_hundred": 800, "r_hundred": 800, "seg_id": 421613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11782, "Shape__Length": 80.95455762351807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169538388743803, 39.970192370473697 ], [ -75.169427133451194, 39.970743139021799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18291, "tnode_": 18244, "lpoly_": null, "rpoly_": null, "length": 91.00748607, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 918, "l_t_add": 924, "r_f_add": 919, "r_t_add": 925, "st_code": 88170, "l_hundred": 900, "r_hundred": 900, "seg_id": 421614, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11783, "Shape__Length": 36.285444706499561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169141336653695, 39.972012738722498 ], [ -75.169087565940501, 39.972259116380201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18354, "tnode_": 18291, "lpoly_": null, "rpoly_": null, "length": 104.80113724, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 908, "l_t_add": 916, "r_f_add": 909, "r_t_add": 917, "st_code": 88170, "l_hundred": 900, "r_hundred": 900, "seg_id": 421615, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11784, "Shape__Length": 41.78378294258448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169210668776003, 39.971730035247397 ], [ -75.169141336653695, 39.972012738722498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18411, "tnode_": 18354, "lpoly_": null, "rpoly_": null, "length": 116.02167046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 906, "r_f_add": 901, "r_t_add": 907, "st_code": 88170, "l_hundred": 900, "r_hundred": 900, "seg_id": 421616, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11785, "Shape__Length": 46.258854511217692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1692762280084, 39.971415560913499 ], [ -75.169210668776003, 39.971730035247397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18264, "tnode_": 18135, "lpoly_": null, "rpoly_": null, "length": 259.51612028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 964, "l_t_add": 998, "r_f_add": 917, "r_t_add": 999, "st_code": 25040, "l_hundred": 900, "r_hundred": 900, "seg_id": 421617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11786, "Shape__Length": 103.47349002229305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1704441803858, 39.972177415200903 ], [ -75.170302635256604, 39.972881446315199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18325, "tnode_": 18264, "lpoly_": null, "rpoly_": null, "length": 104.97927162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 932, "l_t_add": 962, "r_f_add": 909, "r_t_add": 915, "st_code": 25040, "l_hundred": 900, "r_hundred": 900, "seg_id": 421618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11787, "Shape__Length": 41.856252260112555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170504806636302, 39.971893034086499 ], [ -75.1704441803858, 39.972177415200903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18382, "tnode_": 18325, "lpoly_": null, "rpoly_": null, "length": 115.11488321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 930, "r_f_add": 901, "r_t_add": 907, "st_code": 25040, "l_hundred": 900, "r_hundred": 900, "seg_id": 421619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11788, "Shape__Length": 45.899386652555307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170553739822196, 39.971579280136702 ], [ -75.170504806636302, 39.971893034086499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18503, "tnode_": 18382, "lpoly_": null, "rpoly_": null, "length": 249.21400563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 872, "l_t_add": 898, "r_f_add": 859, "r_t_add": 899, "st_code": 25040, "l_hundred": 800, "r_hundred": 800, "seg_id": 421620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11789, "Shape__Length": 99.364825339805691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170683315779499, 39.970902459784398 ], [ -75.170553739822196, 39.971579280136702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18806, "tnode_": 18620, "lpoly_": null, "rpoly_": null, "length": 406.44016947999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 837, "st_code": 25040, "l_hundred": 800, "r_hundred": 800, "seg_id": 421621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11790, "Shape__Length": 162.05111016583683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170998813794597, 39.969236944145202 ], [ -75.170815087691096, 39.970266892960602 ], [ -75.170800637308503, 39.970342201066401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19121, "tnode_": 18806, "lpoly_": null, "rpoly_": null, "length": 717.94702285000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 25040, "l_hundred": 700, "r_hundred": 700, "seg_id": 421622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11791, "Shape__Length": 286.2454018615029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171346562568203, 39.967284337340402 ], [ -75.170998813794597, 39.969236944145202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18025, "tnode_": 18068, "lpoly_": null, "rpoly_": null, "length": 469.69475006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 24200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421623, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S COLLEGE AVE", "stname": "S COLLEGE AVE", "objectid": 11792, "Shape__Length": 186.5741262400561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167221923590503, 39.973406774662699 ], [ -75.168877407589306, 39.973206307529303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18550, "tnode_": 18531, "lpoly_": null, "rpoly_": null, "length": 296.8952834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 63160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11793, "Shape__Length": 117.94756302433471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173618635575707, 39.970661864492399 ], [ -75.173665832623598, 39.970702613821601 ], [ -75.174640651492297, 39.970827956485003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18596, "tnode_": 18577, "lpoly_": null, "rpoly_": null, "length": 193.04376216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2148, "r_f_add": 2101, "r_t_add": 2149, "st_code": 63160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421626, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11794, "Shape__Length": 76.678803501568694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172272741243304, 39.970459969029498 ], [ -75.172952756634601, 39.970544090695803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18620, "tnode_": 18614, "lpoly_": null, "rpoly_": null, "length": 226.72625401000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2032, "l_t_add": 2056, "r_f_add": 2033, "r_t_add": 2057, "st_code": 63160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11795, "Shape__Length": 90.06039687319435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170800637308503, 39.970342201066401 ], [ -75.171016459367806, 39.9703013075477 ], [ -75.171596041208204, 39.970371164046099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18637, "tnode_": 18630, "lpoly_": null, "rpoly_": null, "length": 177.4258517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2021, "st_code": 63160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421628, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11796, "Shape__Length": 70.474541504285853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169538388743803, 39.970192370473697 ], [ -75.170163842922605, 39.970267467284998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18644, "tnode_": 18637, "lpoly_": null, "rpoly_": null, "length": 99.806842859999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 63160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11797, "Shape__Length": 39.645381097752455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169188371172297, 39.970141976940603 ], [ -75.169538388743803, 39.970192370473697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18652, "tnode_": 18644, "lpoly_": null, "rpoly_": null, "length": 123.18224213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1920, "l_t_add": 1930, "r_f_add": 1925, "r_t_add": 1935, "st_code": 63160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11798, "Shape__Length": 48.928001335118154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168753454696599, 39.970093311711999 ], [ -75.169188371172297, 39.970141976940603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18665, "tnode_": 18652, "lpoly_": null, "rpoly_": null, "length": 224.57576525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1923, "st_code": 63160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421631, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11799, "Shape__Length": 89.206743899266471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167966677186797, 39.969976692122202 ], [ -75.168753454696599, 39.970093311711999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18620, "tnode_": 18503, "lpoly_": null, "rpoly_": null, "length": 206.72431279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORINTHIAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 870, "r_f_add": 839, "r_t_add": 857, "st_code": 25040, "l_hundred": 800, "r_hundred": 800, "seg_id": 421633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORINTHIAN AVE", "stname": "CORINTHIAN AVE", "objectid": 11800, "Shape__Length": 82.421575564748323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170800637308503, 39.970342201066401 ], [ -75.170683315779499, 39.970902459784398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18630, "tnode_": 18620, "lpoly_": null, "rpoly_": null, "length": 180.5467933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2016, "l_t_add": 2030, "r_f_add": 2023, "r_t_add": 2031, "st_code": 63160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11801, "Shape__Length": 71.713981362600222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170163842922605, 39.970267467284998 ], [ -75.170800637308503, 39.970342201066401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19890, "tnode_": 19867, "lpoly_": null, "rpoly_": null, "length": 63.71332361, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 626, "l_t_add": 628, "r_f_add": 627, "r_t_add": 629, "st_code": 88740, "l_hundred": 600, "r_hundred": 600, "seg_id": 421635, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 11802, "Shape__Length": 25.401141665108078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216289738081898, 39.9633964107148 ], [ -75.216316867963997, 39.963570061425401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19831, "tnode_": 19844, "lpoly_": null, "rpoly_": null, "length": 341.85704013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 55320, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 421636, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 11803, "Shape__Length": 135.76715228906022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215123372261004, 39.963832898162202 ], [ -75.2163369280252, 39.963739818654602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18582, "tnode_": 18593, "lpoly_": null, "rpoly_": null, "length": 41.66002241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4490, "l_t_add": 4498, "r_f_add": 4491, "r_t_add": 4499, "st_code": 84780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 421637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 11804, "Shape__Length": 16.547614982406198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212594762347607, 39.971427796939302 ], [ -75.212741930946294, 39.971411755306001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18761, "tnode_": 18582, "lpoly_": null, "rpoly_": null, "length": 370.10574584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 956, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 88680, "l_hundred": 900, "r_hundred": 900, "seg_id": 421638, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 11805, "Shape__Length": 147.56544653961896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212403991319803, 39.970422469047101 ], [ -75.212594762347607, 39.971427796939302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18745, "tnode_": 18727, "lpoly_": null, "rpoly_": null, "length": 80.99659813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4614, "l_t_add": 4616, "r_f_add": 4609, "r_t_add": 4617, "st_code": 48900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 421639, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 11806, "Shape__Length": 32.220786357189539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214320846984606, 39.970551559836402 ], [ -75.214544198946399, 39.9706926473282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18625, "tnode_": 18727, "lpoly_": null, "rpoly_": null, "length": 293.33341331999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4544, "l_t_add": 4598, "r_f_add": 4545, "r_t_add": 4599, "st_code": 84780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 421640, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 11807, "Shape__Length": 116.78470621192972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213889097968206, 39.971320622928999 ], [ -75.214544198946399, 39.9706926473282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19018, "tnode_": 19024, "lpoly_": null, "rpoly_": null, "length": 74.633838849999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4820, "l_t_add": 4824, "r_f_add": 4821, "r_t_add": 4825, "st_code": 82520, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 421641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 11808, "Shape__Length": 29.643497787095807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217673265825397, 39.968907598941101 ], [ -75.217937384410902, 39.9688815772071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17637, "tnode_": 17668, "lpoly_": null, "rpoly_": null, "length": 417.29302625000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 20760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421642, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CABOT ST", "stname": "W CABOT ST", "objectid": 11809, "Shape__Length": 165.75707695349431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180131040871203, 39.975612841073001 ], [ -75.181610204598101, 39.975481760978298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17834, "tnode_": 17763, "lpoly_": null, "rpoly_": null, "length": 154.06844833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 63900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11810, "Shape__Length": 61.433340815951496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181291437773496, 39.974649988551803 ], [ -75.181219766553994, 39.975069315694498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17834, "tnode_": 17822, "lpoly_": null, "rpoly_": null, "length": 139.68540095999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2764, "l_t_add": 2798, "r_f_add": 2727, "r_t_add": 2799, "st_code": 34500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 11811, "Shape__Length": 55.488284773829861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181291437773496, 39.974649988551803 ], [ -75.181782934419104, 39.974713613023603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17844, "tnode_": 17738, "lpoly_": null, "rpoly_": null, "length": 216.54131108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 32320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 11812, "Shape__Length": 86.342114103483539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180828357616505, 39.974597207522201 ], [ -75.180713514360306, 39.9751850371809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17844, "tnode_": 17834, "lpoly_": null, "rpoly_": null, "length": 131.20160328, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2732, "l_t_add": 2762, "r_f_add": 2713, "r_t_add": 2725, "st_code": 34500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421646, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 11813, "Shape__Length": 52.116906006400683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180828357616505, 39.974597207522201 ], [ -75.181291437773496, 39.974649988551803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17858, "tnode_": 17844, "lpoly_": null, "rpoly_": null, "length": 131.93467187, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2711, "st_code": 34500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421647, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 11814, "Shape__Length": 52.408732161368718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180363462097006, 39.974540268138803 ], [ -75.180828357616505, 39.974597207522201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17717, "tnode_": 17738, "lpoly_": null, "rpoly_": null, "length": 145.38840205, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2710, "r_f_add": 2701, "r_t_add": 2713, "st_code": 74900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11815, "Shape__Length": 57.752332033327043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180199826314606, 39.975240699750003 ], [ -75.180713514360306, 39.9751850371809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17738, "tnode_": 17763, "lpoly_": null, "rpoly_": null, "length": 165.03229107, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2712, "l_t_add": 2730, "r_f_add": 2715, "r_t_add": 2731, "st_code": 74900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421649, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11816, "Shape__Length": 65.591779352576296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180713514360306, 39.9751850371809 ], [ -75.181211578390901, 39.975135699976299 ], [ -75.181219766553994, 39.975069315694498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17763, "tnode_": 17751, "lpoly_": null, "rpoly_": null, "length": 133.42276252, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2732, "l_t_add": 2798, "r_f_add": 2733, "r_t_add": 2799, "st_code": 74900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421650, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11817, "Shape__Length": 52.999869844643051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181219766553994, 39.975069315694498 ], [ -75.181690358912903, 39.975124680608197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27064, "tnode_": 17717, "lpoly_": null, "rpoly_": null, "length": 118.58805934, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2638, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 74900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421651, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 11818, "Shape__Length": 47.105875551458155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179780091261804, 39.975281869580598 ], [ -75.180199826314606, 39.975240699750003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17938, "tnode_": 17691, "lpoly_": null, "rpoly_": null, "length": 459.44668501000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1238, "r_f_add": 1201, "r_t_add": 1239, "st_code": 49810, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421652, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11819, "Shape__Length": 183.19236424073873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179643854965306, 39.974077604366698 ], [ -75.179374278182706, 39.975321672975298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17564, "tnode_": 17367, "lpoly_": null, "rpoly_": null, "length": 353.83456445000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1341, "st_code": 53940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 11820, "Shape__Length": 141.09090852384372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180477307723706, 39.975982459040402 ], [ -75.180568047808407, 39.9764464021533 ], [ -75.180645975314704, 39.976944964355198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17533, "tnode_": 17504, "lpoly_": null, "rpoly_": null, "length": 43.47274198, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1320, "l_t_add": 1322, "r_f_add": 1321, "r_t_add": 1323, "st_code": 74920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421654, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 11821, "Shape__Length": 17.332971495995054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177648451743295, 39.976056103579801 ], [ -75.177616736548998, 39.976172920626503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17622, "tnode_": 17533, "lpoly_": null, "rpoly_": null, "length": 158.39560091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1319, "st_code": 74920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421655, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 11822, "Shape__Length": 63.156552849274767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177745511638705, 39.975627747879798 ], [ -75.177648451743295, 39.976056103579801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17899, "tnode_": 17621, "lpoly_": null, "rpoly_": null, "length": 500.52683154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 24220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421656, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLLEGE AVE", "stname": "W COLLEGE AVE", "objectid": 11823, "Shape__Length": 199.59340219275617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177854457168607, 39.974257005608898 ], [ -75.177807384713802, 39.975630536740297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17953, "tnode_": 17607, "lpoly_": null, "rpoly_": null, "length": 642.88473203000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88300, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421657, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11824, "Shape__Length": 256.33158187605028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178860304777899, 39.973973337407102 ], [ -75.178466538549898, 39.975711939416399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17510, "tnode_": 17435, "lpoly_": null, "rpoly_": null, "length": 144.17646486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1316, "l_t_add": 1328, "r_f_add": 1317, "r_t_add": 1329, "st_code": 88300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421658, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11825, "Shape__Length": 57.486890744012143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178378833740396, 39.976152661717997 ], [ -75.178384999911898, 39.976167289967201 ], [ -75.178300350222898, 39.976542077988803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17607, "tnode_": 17510, "lpoly_": null, "rpoly_": null, "length": 162.41802486, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 88300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421659, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11826, "Shape__Length": 64.762165374302441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178466538549898, 39.975711939416399 ], [ -75.178378833740396, 39.976152661717997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17607, "tnode_": 17588, "lpoly_": null, "rpoly_": null, "length": 226.44330834, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2625, "st_code": 77160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421660, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11827, "Shape__Length": 89.953807813430444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178466538549898, 39.975711939416399 ], [ -75.179262634062198, 39.975818143019801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17582, "tnode_": 17571, "lpoly_": null, "rpoly_": null, "length": 190.39549736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2616, "l_t_add": 2698, "r_f_add": 2629, "r_t_add": 2699, "st_code": 77160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421661, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11828, "Shape__Length": 75.633641849866351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179382730451707, 39.975839155420303 ], [ -75.180052590696206, 39.975926227236201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17588, "tnode_": 17582, "lpoly_": null, "rpoly_": null, "length": 34.51760884, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2614, "l_t_add": 2614, "r_f_add": 2627, "r_t_add": 2627, "st_code": 77160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421662, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11829, "Shape__Length": 13.713097944777999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179262634062198, 39.975818143019801 ], [ -75.179382730451707, 39.975839155420303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17494, "tnode_": 17415, "lpoly_": null, "rpoly_": null, "length": 145.8509006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1316, "l_t_add": 1334, "r_f_add": 1317, "r_t_add": 1335, "st_code": 49810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421663, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11830, "Shape__Length": 58.156234906557557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179276327380805, 39.976266565046203 ], [ -75.179194272862901, 39.976661935891201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17582, "tnode_": 17494, "lpoly_": null, "rpoly_": null, "length": 158.52772036000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 49810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421664, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11831, "Shape__Length": 63.207961522521266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179382730451707, 39.975839155420303 ], [ -75.179276327380805, 39.976266565046203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17691, "tnode_": 27062, "lpoly_": null, "rpoly_": null, "length": 147.09337375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1240, "l_t_add": 1252, "r_f_add": 1241, "r_t_add": 1253, "st_code": 49810, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421665, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11832, "Shape__Length": 58.649877449148029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179374278182706, 39.975321672975298 ], [ -75.179284805014504, 39.975719551873503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17510, "tnode_": 17494, "lpoly_": null, "rpoly_": null, "length": 254.92950767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 72000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421666, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 11833, "Shape__Length": 101.26942938446356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178378833740396, 39.976152661717997 ], [ -75.179276327380805, 39.976266565046203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17533, "tnode_": 17510, "lpoly_": null, "rpoly_": null, "length": 207.69612932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2520, "l_t_add": 2598, "r_f_add": 2529, "r_t_add": 2599, "st_code": 72000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 11834, "Shape__Length": 82.506802416146257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177648451743295, 39.976056103579801 ], [ -75.178378833740396, 39.976152661717997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17525, "tnode_": 17276, "lpoly_": null, "rpoly_": null, "length": 469.61359791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 59640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421668, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 11835, "Shape__Length": 187.25234734581849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182031444956294, 39.976181321745898 ], [ -75.181758676884201, 39.977453274821301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17743, "tnode_": 17516, "lpoly_": null, "rpoly_": null, "length": 379.77066287999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 29060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 11836, "Shape__Length": 151.42615224462199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182732324157797, 39.975203999352999 ], [ -75.182511351586598, 39.976232562181899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17516, "tnode_": 17268, "lpoly_": null, "rpoly_": null, "length": 471.32068107000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 29060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 421670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 11837, "Shape__Length": 187.93235819846547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182511351586598, 39.976232562181899 ], [ -75.182231974102393, 39.977508418351903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17516, "tnode_": 17498, "lpoly_": null, "rpoly_": null, "length": 168.19233774999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 77160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421671, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11838, "Shape__Length": 66.815535333512116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182511351586598, 39.976232562181899 ], [ -75.183101257939299, 39.976317437916499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17539, "tnode_": 17525, "lpoly_": null, "rpoly_": null, "length": 157.67673578, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2817, "st_code": 77160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421672, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11839, "Shape__Length": 62.636264206950187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181476398265303, 39.976110579996899 ], [ -75.182031444956294, 39.976181321745898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17571, "tnode_": 17564, "lpoly_": null, "rpoly_": null, "length": 120.78066901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2709, "st_code": 77160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421673, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11840, "Shape__Length": 47.97974851603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180052590696206, 39.975926227236201 ], [ -75.180477307723706, 39.975982459040402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17524, "tnode_": 17516, "lpoly_": null, "rpoly_": null, "length": 115.69470273, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2816, "l_t_add": 2826, "r_f_add": 2821, "r_t_add": 2827, "st_code": 77160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421674, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 11841, "Shape__Length": 45.957739613159006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182102456192595, 39.976188903415199 ], [ -75.182511351586598, 39.976232562181899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17748, "tnode_": 17524, "lpoly_": null, "rpoly_": null, "length": 382.82532259000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 59640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 421676, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 11842, "Shape__Length": 152.64324807094113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182330609831098, 39.975152763138297 ], [ -75.182102456192595, 39.976188903415199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18581, "tnode_": 18381, "lpoly_": null, "rpoly_": null, "length": 406.03777233999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 59640, "l_hundred": 800, "r_hundred": 800, "seg_id": 421677, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 11843, "Shape__Length": 161.89063041257924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183180407297797, 39.970759597802498 ], [ -75.182954162879696, 39.971860545711898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18525, "tnode_": 18515, "lpoly_": null, "rpoly_": null, "length": 198.51003846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 68000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421678, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 11844, "Shape__Length": 78.851460951826823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181861884355797, 39.971024898991899 ], [ -75.1825603096012, 39.971115383308401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18381, "tnode_": 18368, "lpoly_": null, "rpoly_": null, "length": 309.55981634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2816, "l_t_add": 2898, "r_f_add": 2817, "r_t_add": 2899, "st_code": 63160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11845, "Shape__Length": 122.96226562635957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182954162879696, 39.971860545711898 ], [ -75.184045089679202, 39.971993272399096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18395, "tnode_": 18381, "lpoly_": null, "rpoly_": null, "length": 153.14747848000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2815, "st_code": 63160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11846, "Shape__Length": 60.833176896533438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182415098288104, 39.971791816813798 ], [ -75.182954162879696, 39.971860545711898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18410, "tnode_": 18395, "lpoly_": null, "rpoly_": null, "length": 201.87233464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2722, "l_t_add": 2798, "r_f_add": 2723, "r_t_add": 2799, "st_code": 63160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11847, "Shape__Length": 80.186869270486639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181703744309701, 39.971704936563903 ], [ -75.182415098288104, 39.971791816813798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18421, "tnode_": 18410, "lpoly_": null, "rpoly_": null, "length": 200.91696462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2721, "st_code": 63160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11848, "Shape__Length": 79.80796199454808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180996543453801, 39.9716147417274 ], [ -75.181703744309701, 39.971704936563903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18436, "tnode_": 18421, "lpoly_": null, "rpoly_": null, "length": 225.84098351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2622, "l_t_add": 2698, "r_f_add": 2625, "r_t_add": 2699, "st_code": 63160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11849, "Shape__Length": 89.708391363296968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180201926896999, 39.971511918660298 ], [ -75.180996543453801, 39.9716147417274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18441, "tnode_": 18436, "lpoly_": null, "rpoly_": null, "length": 120.87752274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2608, "l_t_add": 2620, "r_f_add": 2609, "r_t_add": 2623, "st_code": 63160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421684, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11850, "Shape__Length": 48.013137978233708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179774684207899, 39.971466635380601 ], [ -75.180201926896999, 39.971511918660298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18446, "tnode_": 18441, "lpoly_": null, "rpoly_": null, "length": 105.61572774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2606, "r_f_add": 2601, "r_t_add": 2607, "st_code": 63160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421685, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11851, "Shape__Length": 41.953702327204951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179404431460895, 39.971412723295501 ], [ -75.179774684207899, 39.971466635380601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18457, "tnode_": 18446, "lpoly_": null, "rpoly_": null, "length": 159.2066464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2530, "l_t_add": 2598, "r_f_add": 2531, "r_t_add": 2599, "st_code": 63160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11852, "Shape__Length": 63.238741026758916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178843079106997, 39.971345903685702 ], [ -75.179404431460895, 39.971412723295501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18462, "tnode_": 18457, "lpoly_": null, "rpoly_": null, "length": 132.85871734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2524, "l_t_add": 2528, "r_f_add": 2519, "r_t_add": 2529, "st_code": 63160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421687, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11853, "Shape__Length": 52.77277393679735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178374382445696, 39.971291378948898 ], [ -75.178843079106997, 39.971345903685702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18395, "tnode_": 18154, "lpoly_": null, "rpoly_": null, "length": 453.07327421999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 855, "r_t_add": 899, "st_code": 88340, "l_hundred": 800, "r_hundred": 800, "seg_id": 421688, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 11854, "Shape__Length": 180.64524889061468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182415098288104, 39.971791816813798 ], [ -75.182150443029201, 39.973018777990099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18515, "tnode_": 18395, "lpoly_": null, "rpoly_": null, "length": 249.7511766, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 818, "l_t_add": 844, "r_f_add": 817, "r_t_add": 853, "st_code": 88340, "l_hundred": 800, "r_hundred": 800, "seg_id": 421689, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 11855, "Shape__Length": 99.577226989126942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1825603096012, 39.971115383308401 ], [ -75.182415098288104, 39.971791816813798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18599, "tnode_": 18515, "lpoly_": null, "rpoly_": null, "length": 160.17333875, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 815, "st_code": 88340, "l_hundred": 800, "r_hundred": 800, "seg_id": 421690, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 11856, "Shape__Length": 63.859689102448328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182665388157901, 39.970683184248202 ], [ -75.1825603096012, 39.971115383308401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18692, "tnode_": 18599, "lpoly_": null, "rpoly_": null, "length": 196.63091108999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 88340, "l_hundred": 700, "r_hundred": 700, "seg_id": 421691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 11857, "Shape__Length": 78.39534104856773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182788738770796, 39.970151816952502 ], [ -75.182665388157901, 39.970683184248202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18410, "tnode_": 18171, "lpoly_": null, "rpoly_": null, "length": 452.7055054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 858, "l_t_add": 898, "r_f_add": 861, "r_t_add": 899, "st_code": 63900, "l_hundred": 800, "r_hundred": 800, "seg_id": 421692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11858, "Shape__Length": 180.49829285238346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181703744309701, 39.971704936563903 ], [ -75.181438665192999, 39.972930820098497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18681, "tnode_": 18615, "lpoly_": null, "rpoly_": null, "length": 145.65459535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 784, "l_t_add": 798, "r_f_add": 785, "r_t_add": 799, "st_code": 63900, "l_hundred": 700, "r_hundred": 700, "seg_id": 421693, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11859, "Shape__Length": 58.071398275265047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182034782175506, 39.970208874031499 ], [ -75.181943155497706, 39.970602449991503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18733, "tnode_": 18681, "lpoly_": null, "rpoly_": null, "length": 118.3928607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 778, "l_t_add": 782, "r_f_add": 779, "r_t_add": 783, "st_code": 63900, "l_hundred": 700, "r_hundred": 700, "seg_id": 421694, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11860, "Shape__Length": 47.203784117788757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182097482317303, 39.9698874712467 ], [ -75.182034782175506, 39.970208874031499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18777, "tnode_": 18733, "lpoly_": null, "rpoly_": null, "length": 94.63753099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 776, "r_f_add": 701, "r_t_add": 777, "st_code": 63900, "l_hundred": 700, "r_hundred": 700, "seg_id": 421695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11861, "Shape__Length": 37.731339541855412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182154245685098, 39.969631376882198 ], [ -75.182097482317303, 39.9698874712467 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18525, "tnode_": 18410, "lpoly_": null, "rpoly_": null, "length": 251.65949073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 818, "l_t_add": 856, "r_f_add": 821, "r_t_add": 859, "st_code": 63900, "l_hundred": 800, "r_hundred": 800, "seg_id": 421696, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11862, "Shape__Length": 100.33619018152126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181861884355797, 39.971024898991899 ], [ -75.181703744309701, 39.971704936563903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18615, "tnode_": 18525, "lpoly_": null, "rpoly_": null, "length": 155.56733856999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 819, "st_code": 63900, "l_hundred": 800, "r_hundred": 800, "seg_id": 421697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 11863, "Shape__Length": 62.026259633793352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181943155497706, 39.970602449991503 ], [ -75.181861884355797, 39.971024898991899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18599, "tnode_": 18581, "lpoly_": null, "rpoly_": null, "length": 147.00950041000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2834, "r_f_add": 2801, "r_t_add": 2813, "st_code": 19400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 421698, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11864, "Shape__Length": 58.396215867229301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182665388157901, 39.970683184248202 ], [ -75.183180407297797, 39.970759597802498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18615, "tnode_": 18599, "lpoly_": null, "rpoly_": null, "length": 204.55360546999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2799, "st_code": 19400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421699, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11865, "Shape__Length": 81.249331586662493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181943155497706, 39.970602449991503 ], [ -75.182665388157901, 39.970683184248202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18631, "tnode_": 18615, "lpoly_": null, "rpoly_": null, "length": 200.78481085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2717, "st_code": 19400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421700, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11866, "Shape__Length": 79.7539428415174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181236164759, 39.9705135603391 ], [ -75.181943155497706, 39.970602449991503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18641, "tnode_": 18631, "lpoly_": null, "rpoly_": null, "length": 224.66176588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2624, "l_t_add": 2698, "r_f_add": 2629, "r_t_add": 2699, "st_code": 19400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421701, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11867, "Shape__Length": 89.238300817304705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180445436983803, 39.970412531344898 ], [ -75.181236164759, 39.9705135603391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18654, "tnode_": 18641, "lpoly_": null, "rpoly_": null, "length": 224.63186857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2622, "r_f_add": 2601, "r_t_add": 2627, "st_code": 19400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11868, "Shape__Length": 89.225057851115864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179653394060495, 39.970318338502999 ], [ -75.180445436983803, 39.970412531344898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18669, "tnode_": 18654, "lpoly_": null, "rpoly_": null, "length": 296.67870719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2512, "l_t_add": 2598, "r_f_add": 2519, "r_t_add": 2599, "st_code": 19400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421703, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11869, "Shape__Length": 117.84302956930334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178608178676001, 39.970189726473798 ], [ -75.179653394060495, 39.970318338502999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18641, "tnode_": 18436, "lpoly_": null, "rpoly_": null, "length": 406.26122348999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 839, "st_code": 49810, "l_hundred": 800, "r_hundred": 800, "seg_id": 421704, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11870, "Shape__Length": 161.97645532624659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180445436983803, 39.970412531344898 ], [ -75.180201926896999, 39.971511918660298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18436, "tnode_": 18204, "lpoly_": null, "rpoly_": null, "length": 457.27415908999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 841, "r_t_add": 899, "st_code": 49810, "l_hundred": 800, "r_hundred": 800, "seg_id": 421705, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11871, "Shape__Length": 182.32044763798137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180201926896999, 39.971511918660298 ], [ -75.179941778847606, 39.972751133005097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18441, "tnode_": 18210, "lpoly_": null, "rpoly_": null, "length": 453.19572023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 15420, "l_hundred": 800, "r_hundred": 800, "seg_id": 421706, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 11872, "Shape__Length": 180.69043633437164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179774684207899, 39.971466635380601 ], [ -75.179491361864606, 39.972691467744198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18604, "tnode_": 18457, "lpoly_": null, "rpoly_": null, "length": 279.46887070999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 829, "st_code": 15660, "l_hundred": 800, "r_hundred": 800, "seg_id": 421707, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 11873, "Shape__Length": 111.42423468456209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179011169968405, 39.9705897064281 ], [ -75.178843079106997, 39.971345903685702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18604, "tnode_": 18591, "lpoly_": null, "rpoly_": null, "length": 159.30497186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 68000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 11874, "Shape__Length": 63.278727292429771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179011169968405, 39.9705897064281 ], [ -75.179570991268903, 39.970665290333301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18462, "tnode_": 18231, "lpoly_": null, "rpoly_": null, "length": 453.16070102000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 856, "l_t_add": 898, "r_f_add": 857, "r_t_add": 899, "st_code": 74920, "l_hundred": 800, "r_hundred": 800, "seg_id": 421709, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 11875, "Shape__Length": 180.6788612101609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178374382445696, 39.971291378948898 ], [ -75.178110195928895, 39.972518642958903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18669, "tnode_": 18462, "lpoly_": null, "rpoly_": null, "length": 406.62709034, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 854, "r_f_add": 801, "r_t_add": 855, "st_code": 74920, "l_hundred": 800, "r_hundred": 800, "seg_id": 421710, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 11876, "Shape__Length": 162.12323950737283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178608178676001, 39.970189726473798 ], [ -75.178374382445696, 39.971291378948898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18457, "tnode_": 18224, "lpoly_": null, "rpoly_": null, "length": 456.58013768000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 832, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 15660, "l_hundred": 800, "r_hundred": 800, "seg_id": 421711, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 11877, "Shape__Length": 182.04274575318547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178843079106997, 39.971345903685702 ], [ -75.178579482972197, 39.972582755966798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18446, "tnode_": 18216, "lpoly_": null, "rpoly_": null, "length": 457.21234759000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 838, "l_t_add": 898, "r_f_add": 829, "r_t_add": 899, "st_code": 88300, "l_hundred": 800, "r_hundred": 800, "seg_id": 421712, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11878, "Shape__Length": 182.29560064657576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179404431460895, 39.971412723295501 ], [ -75.179144762943196, 39.972651825260499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18783, "tnode_": 18759, "lpoly_": null, "rpoly_": null, "length": 449.97590018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 75740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421713, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11879, "Shape__Length": 178.73199911012821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178192346210395, 39.969507249475797 ], [ -75.1797777679175, 39.969701608003803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18720, "tnode_": 18641, "lpoly_": null, "rpoly_": null, "length": 183.40984446, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 782, "l_t_add": 798, "r_f_add": 783, "r_t_add": 799, "st_code": 49810, "l_hundred": 700, "r_hundred": 700, "seg_id": 421714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11880, "Shape__Length": 73.124985186842508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180553425770498, 39.969915951582699 ], [ -75.180445436983803, 39.970412531344898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18786, "tnode_": 18720, "lpoly_": null, "rpoly_": null, "length": 132.7542456, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 766, "l_t_add": 780, "r_f_add": 767, "r_t_add": 781, "st_code": 49810, "l_hundred": 700, "r_hundred": 700, "seg_id": 421715, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11881, "Shape__Length": 52.9283510347842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180631998444198, 39.969556574061599 ], [ -75.180553425770498, 39.969915951582699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18837, "tnode_": 18786, "lpoly_": null, "rpoly_": null, "length": 133.18051407, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 764, "r_f_add": 701, "r_t_add": 765, "st_code": 49810, "l_hundred": 700, "r_hundred": 700, "seg_id": 421716, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 11882, "Shape__Length": 53.098096469184966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180710315454405, 39.969195977115099 ], [ -75.180631998444198, 39.969556574061599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18737, "tnode_": 18720, "lpoly_": null, "rpoly_": null, "length": 225.86960137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 75740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421717, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11883, "Shape__Length": 89.715723943820166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1797566650242, 39.969823046644301 ], [ -75.180553425770498, 39.969915951582699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18804, "tnode_": 18786, "lpoly_": null, "rpoly_": null, "length": 225.21623438999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 34580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421718, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 11884, "Shape__Length": 89.457183969454547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179839216895999, 39.969455822598498 ], [ -75.180631998444198, 39.969556574061599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18804, "tnode_": 18759, "lpoly_": null, "rpoly_": null, "length": 91.17674658, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 766, "l_t_add": 774, "r_f_add": 747, "r_t_add": 753, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421719, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11885, "Shape__Length": 36.350390662973659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179839216895999, 39.969455822598498 ], [ -75.1797777679175, 39.969701608003803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18853, "tnode_": 18804, "lpoly_": null, "rpoly_": null, "length": 131.76769681, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 754, "l_t_add": 764, "r_f_add": 735, "r_t_add": 745, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421720, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11886, "Shape__Length": 52.534787173890813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179916381915902, 39.969099009773203 ], [ -75.179839216895999, 39.969455822598498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18680, "tnode_": 18669, "lpoly_": null, "rpoly_": null, "length": 156.05027041999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2510, "r_f_add": 2501, "r_t_add": 2517, "st_code": 19400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421721, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11887, "Shape__Length": 61.984310596868475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178058464135503, 39.970121797644502 ], [ -75.178608178676001, 39.970189726473798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18691, "tnode_": 18681, "lpoly_": null, "rpoly_": null, "length": 200.56331489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 75740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 421722, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWAIN ST", "stname": "SWAIN ST", "objectid": 11888, "Shape__Length": 79.664546692828523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181327477642995, 39.970125415429401 ], [ -75.182034782175506, 39.970208874031499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18691, "tnode_": 18631, "lpoly_": null, "rpoly_": null, "length": 143.6918934, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 786, "l_t_add": 798, "r_f_add": 787, "r_t_add": 799, "st_code": 88320, "l_hundred": 700, "r_hundred": 700, "seg_id": 421723, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 11889, "Shape__Length": 57.288668000937086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181327477642995, 39.970125415429401 ], [ -75.181236164759, 39.9705135603391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18746, "tnode_": 18691, "lpoly_": null, "rpoly_": null, "length": 119.52271934, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 780, "l_t_add": 784, "r_f_add": 771, "r_t_add": 785, "st_code": 88320, "l_hundred": 700, "r_hundred": 700, "seg_id": 421724, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 11890, "Shape__Length": 47.652936413389391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181399844112093, 39.969802069618702 ], [ -75.181327477642995, 39.970125415429401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18853, "tnode_": 18837, "lpoly_": null, "rpoly_": null, "length": 225.31575085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2642, "r_f_add": 2601, "r_t_add": 2623, "st_code": 13800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421725, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11891, "Shape__Length": 89.495537732035942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179916381915902, 39.969099009773203 ], [ -75.180710315454405, 39.969195977115099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18883, "tnode_": 18853, "lpoly_": null, "rpoly_": null, "length": 452.96272118999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 13800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421726, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11892, "Shape__Length": 179.91896835907542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178322983038797, 39.9688915021962 ], [ -75.179916381915902, 39.969099009773203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18894, "tnode_": 18883, "lpoly_": null, "rpoly_": null, "length": 151.27879141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2438, "l_t_add": 2498, "r_f_add": 2433, "r_t_add": 2499, "st_code": 13800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421727, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11893, "Shape__Length": 60.087002027658201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177789058539005, 39.968830782426501 ], [ -75.178322983038797, 39.9688915021962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18901, "tnode_": 18894, "lpoly_": null, "rpoly_": null, "length": 132.86086775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2420, "l_t_add": 2436, "r_f_add": 2417, "r_t_add": 2431, "st_code": 13800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421728, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11894, "Shape__Length": 52.772455548605535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177321268459295, 39.968771873658604 ], [ -75.177789058539005, 39.968830782426501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18908, "tnode_": 18901, "lpoly_": null, "rpoly_": null, "length": 168.9922041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2418, "r_f_add": 2401, "r_t_add": 2415, "st_code": 13800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11895, "Shape__Length": 67.123309671395546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176725713210999, 39.968699582001797 ], [ -75.177321268459295, 39.968771873658604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18846, "tnode_": 18828, "lpoly_": null, "rpoly_": null, "length": 45.81977491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 758, "r_f_add": 701, "r_t_add": 759, "st_code": 88320, "l_hundred": 700, "r_hundred": 700, "seg_id": 421730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 11896, "Shape__Length": 18.246090562435018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181601327704797, 39.969190488370899 ], [ -75.181507230299403, 39.969293342627502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18828, "tnode_": 18746, "lpoly_": null, "rpoly_": null, "length": 187.74850232, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 760, "l_t_add": 778, "r_f_add": 761, "r_t_add": 769, "st_code": 88320, "l_hundred": 700, "r_hundred": 700, "seg_id": 421731, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 11897, "Shape__Length": 74.854573388297013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181507230299403, 39.969293342627502 ], [ -75.181399844112093, 39.969802069618702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18837, "tnode_": 18828, "lpoly_": null, "rpoly_": null, "length": 226.16346529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2644, "l_t_add": 2698, "r_f_add": 2625, "r_t_add": 2699, "st_code": 13800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 421732, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11898, "Shape__Length": 89.832384788124287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180710315454405, 39.969195977115099 ], [ -75.181507230299403, 39.969293342627502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18680, "tnode_": 18475, "lpoly_": null, "rpoly_": null, "length": 405.09115476, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 847, "st_code": 88280, "l_hundred": 800, "r_hundred": 800, "seg_id": 421733, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11899, "Shape__Length": 161.50815219917021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178058464135503, 39.970121797644502 ], [ -75.177808285898806, 39.971217037086703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18783, "tnode_": 18680, "lpoly_": null, "rpoly_": null, "length": 226.992133, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 778, "l_t_add": 798, "r_f_add": 775, "r_t_add": 799, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 421734, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11900, "Shape__Length": 90.500623959165637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178192346210395, 39.969507249475797 ], [ -75.178058464135503, 39.970121797644502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18883, "tnode_": 18783, "lpoly_": null, "rpoly_": null, "length": 227.27468514999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 754, "l_t_add": 776, "r_f_add": 757, "r_t_add": 773, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 421735, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11901, "Shape__Length": 90.61295167974869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178322983038797, 39.9688915021962 ], [ -75.178192346210395, 39.969507249475797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18965, "tnode_": 18967, "lpoly_": null, "rpoly_": null, "length": 457.47071257000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEREDITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 55560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421736, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEREDITH ST", "stname": "MEREDITH ST", "objectid": 11902, "Shape__Length": 181.68825103140449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178432825869706, 39.968398416544098 ], [ -75.180064598492194, 39.968424713180497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18956, "tnode_": 18883, "lpoly_": null, "rpoly_": null, "length": 160.98654935000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 744, "l_t_add": 752, "r_f_add": 739, "r_t_add": 755, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 421737, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11903, "Shape__Length": 64.184089835062849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178413493331902, 39.968455095699902 ], [ -75.178322983038797, 39.9688915021962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18952, "tnode_": 18956, "lpoly_": null, "rpoly_": null, "length": 455.49279753000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEREDITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 55560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421739, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEREDITH ST", "stname": "MEREDITH ST", "objectid": 11904, "Shape__Length": 180.90272118870649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176788695999505, 39.968431999065203 ], [ -75.178413493331902, 39.968455095699902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18894, "tnode_": 18690, "lpoly_": null, "rpoly_": null, "length": 446.91964997000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 76760, "l_hundred": 700, "r_hundred": 700, "seg_id": 421740, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 11905, "Shape__Length": 178.18389452981512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177789058539005, 39.968830782426501 ], [ -75.177527249166701, 39.9700409819648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18695, "tnode_": 18690, "lpoly_": null, "rpoly_": null, "length": 135.87309316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2416, "l_t_add": 2426, "r_f_add": 2417, "r_t_add": 2427, "st_code": 19400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421742, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 11906, "Shape__Length": 53.967900580475614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177046579225404, 39.969992576730299 ], [ -75.177527249166701, 39.9700409819648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18901, "tnode_": 18695, "lpoly_": null, "rpoly_": null, "length": 451.29625807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 68440, "l_hundred": 700, "r_hundred": 700, "seg_id": 421743, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 11907, "Shape__Length": 179.92715899552883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177321268459295, 39.968771873658604 ], [ -75.177046579225404, 39.969992576730299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18475, "tnode_": 18246, "lpoly_": null, "rpoly_": null, "length": 454.16124193000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 898, "r_f_add": 849, "r_t_add": 899, "st_code": 88280, "l_hundred": 800, "r_hundred": 800, "seg_id": 421744, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11908, "Shape__Length": 181.07715666329705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177808285898806, 39.971217037086703 ], [ -75.177540508054093, 39.972446625210203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18485, "tnode_": 18253, "lpoly_": null, "rpoly_": null, "length": 455.18771366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 850, "l_t_add": 898, "r_f_add": 849, "r_t_add": 899, "st_code": 76760, "l_hundred": 800, "r_hundred": 800, "seg_id": 421745, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 11909, "Shape__Length": 181.49073912422733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1772660621657, 39.971147247974002 ], [ -75.177030643659705, 39.972383597414499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18690, "tnode_": 18485, "lpoly_": null, "rpoly_": null, "length": 409.58812168999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 848, "r_f_add": 801, "r_t_add": 847, "st_code": 76760, "l_hundred": 800, "r_hundred": 800, "seg_id": 421746, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 11910, "Shape__Length": 163.29962074270338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177527249166701, 39.9700409819648 ], [ -75.1772660621657, 39.971147247974002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18475, "tnode_": 18462, "lpoly_": null, "rpoly_": null, "length": 160.9594389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2517, "st_code": 63160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421747, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11911, "Shape__Length": 63.936103493953595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177808285898806, 39.971217037086703 ], [ -75.178374382445696, 39.971291378948898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18485, "tnode_": 18475, "lpoly_": null, "rpoly_": null, "length": 154.08574022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2436, "l_t_add": 2498, "r_f_add": 2437, "r_t_add": 2499, "st_code": 63160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11912, "Shape__Length": 61.205413267557013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1772660621657, 39.971147247974002 ], [ -75.177808285898806, 39.971217037086703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18499, "tnode_": 18485, "lpoly_": null, "rpoly_": null, "length": 132.57289018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2410, "l_t_add": 2434, "r_f_add": 2409, "r_t_add": 2435, "st_code": 63160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11913, "Shape__Length": 52.661091582967138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176800682219607, 39.971082175390301 ], [ -75.1772660621657, 39.971147247974002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18506, "tnode_": 18499, "lpoly_": null, "rpoly_": null, "length": 164.76854747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2408, "r_f_add": 2401, "r_t_add": 2407, "st_code": 63160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11914, "Shape__Length": 65.446989888863257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176218936414699, 39.971017047029797 ], [ -75.176800682219607, 39.971082175390301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18516, "tnode_": 18506, "lpoly_": null, "rpoly_": null, "length": 163.04060311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2326, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 63160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421751, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11915, "Shape__Length": 64.760792235519986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175643536811293, 39.9709513201446 ], [ -75.176218936414699, 39.971017047029797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18522, "tnode_": 18516, "lpoly_": null, "rpoly_": null, "length": 127.1380161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2314, "l_t_add": 2324, "r_f_add": 2317, "r_t_add": 2327, "st_code": 63160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421752, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11916, "Shape__Length": 50.500665853271599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175195601219201, 39.970896286704303 ], [ -75.175643536811293, 39.9709513201446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18499, "tnode_": 18263, "lpoly_": null, "rpoly_": null, "length": 456.5238081, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 850, "l_t_add": 898, "r_f_add": 849, "r_t_add": 899, "st_code": 68440, "l_hundred": 800, "r_hundred": 800, "seg_id": 421753, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 11917, "Shape__Length": 182.0206447598014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176800682219607, 39.971082175390301 ], [ -75.176544662453097, 39.972319812710403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18695, "tnode_": 18499, "lpoly_": null, "rpoly_": null, "length": 402.86049732000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 848, "r_f_add": 801, "r_t_add": 847, "st_code": 68440, "l_hundred": 800, "r_hundred": 800, "seg_id": 421754, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 11918, "Shape__Length": 160.61892810089606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177046579225404, 39.969992576730299 ], [ -75.176800682219607, 39.971082175390301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18516, "tnode_": 18285, "lpoly_": null, "rpoly_": null, "length": 449.08074363999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 860, "l_t_add": 898, "r_f_add": 861, "r_t_add": 899, "st_code": 19660, "l_hundred": 800, "r_hundred": 800, "seg_id": 421755, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BUCKNELL ST", "stname": "N BUCKNELL ST", "objectid": 11919, "Shape__Length": 179.04955743270409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175643536811293, 39.9709513201446 ], [ -75.175370252033801, 39.9721660390558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18711, "tnode_": 18516, "lpoly_": null, "rpoly_": null, "length": 408.42071133000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 858, "r_f_add": 801, "r_t_add": 859, "st_code": 19660, "l_hundred": 800, "r_hundred": 800, "seg_id": 421756, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BUCKNELL ST", "stname": "N BUCKNELL ST", "objectid": 11920, "Shape__Length": 162.8386587336181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175870370267603, 39.969843821656802 ], [ -75.175643536811293, 39.9709513201446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18914, "tnode_": 18711, "lpoly_": null, "rpoly_": null, "length": 447.84408408000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 19660, "l_hundred": 700, "r_hundred": 700, "seg_id": 421757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BUCKNELL ST", "stname": "N BUCKNELL ST", "objectid": 11921, "Shape__Length": 178.55430584784784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176115795398601, 39.968629022960897 ], [ -75.175870370267603, 39.969843821656802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18506, "tnode_": 18272, "lpoly_": null, "rpoly_": null, "length": 452.34903777, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 840, "l_t_add": 898, "r_f_add": 841, "r_t_add": 899, "st_code": 88260, "l_hundred": 800, "r_hundred": 800, "seg_id": 421758, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11922, "Shape__Length": 180.35375882493156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176218936414699, 39.971017047029797 ], [ -75.175949993487095, 39.972241439539303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18702, "tnode_": 18506, "lpoly_": null, "rpoly_": null, "length": 405.43532093, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 838, "r_f_add": 801, "r_t_add": 839, "st_code": 88260, "l_hundred": 800, "r_hundred": 800, "seg_id": 421759, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11923, "Shape__Length": 161.6459887040559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176462040268504, 39.9699199065603 ], [ -75.176218936414699, 39.971017047029797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18908, "tnode_": 18702, "lpoly_": null, "rpoly_": null, "length": 450.64374975000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 732, "l_t_add": 798, "r_f_add": 749, "r_t_add": 799, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 421760, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11924, "Shape__Length": 179.66838321495382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176725713210999, 39.968699582001797 ], [ -75.176462040268504, 39.9699199065603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18522, "tnode_": 18300, "lpoly_": null, "rpoly_": null, "length": 448.08588143999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 860, "l_t_add": 898, "r_f_add": 861, "r_t_add": 899, "st_code": 46360, "l_hundred": 800, "r_hundred": 800, "seg_id": 421761, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 11925, "Shape__Length": 178.65613053404394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175195601219201, 39.970896286704303 ], [ -75.174946396866602, 39.972111302740998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18724, "tnode_": 18522, "lpoly_": null, "rpoly_": null, "length": 408.34640127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 858, "r_f_add": 801, "r_t_add": 859, "st_code": 46360, "l_hundred": 800, "r_hundred": 800, "seg_id": 421762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 11926, "Shape__Length": 162.81086422809324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175407550706595, 39.969787250326704 ], [ -75.175195601219201, 39.970896286704303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18920, "tnode_": 18724, "lpoly_": null, "rpoly_": null, "length": 449.66205178999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 46360, "l_hundred": 700, "r_hundred": 700, "seg_id": 421763, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 11927, "Shape__Length": 179.27786528922508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175662028703002, 39.968568500076202 ], [ -75.175407550706595, 39.969787250326704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18531, "tnode_": 18522, "lpoly_": null, "rpoly_": null, "length": 157.52065474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2315, "st_code": 63160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421764, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11928, "Shape__Length": 62.568964977883439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174640651492297, 39.970827956485003 ], [ -75.175195601219201, 39.970896286704303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18955, "tnode_": 18752, "lpoly_": null, "rpoly_": null, "length": 453.00470084, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 732, "l_t_add": 798, "r_f_add": 733, "r_t_add": 799, "st_code": 88210, "l_hundred": 700, "r_hundred": 700, "seg_id": 421765, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11929, "Shape__Length": 180.62322656612994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173957565417297, 39.9683583943904 ], [ -75.173919195131205, 39.9692763959969 ], [ -75.1738560202852, 39.969597819655696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18752, "tnode_": 18550, "lpoly_": null, "rpoly_": null, "length": 393.28155992000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 845, "st_code": 88210, "l_hundred": 800, "r_hundred": 800, "seg_id": 421766, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11930, "Shape__Length": 156.79930807119354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1738560202852, 39.969597819655696 ], [ -75.173618635575707, 39.970661864492399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18577, "tnode_": 18550, "lpoly_": null, "rpoly_": null, "length": 194.38971118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 63160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421768, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 11931, "Shape__Length": 77.227498720378648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172952756634601, 39.970544090695803 ], [ -75.173586828188903, 39.970633195485803 ], [ -75.173618635575707, 39.970661864492399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18931, "tnode_": 18735, "lpoly_": null, "rpoly_": null, "length": 448.73909116, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 740, "l_t_add": 798, "r_f_add": 741, "r_t_add": 799, "st_code": 88230, "l_hundred": 700, "r_hundred": 700, "seg_id": 421769, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11932, "Shape__Length": 178.9084941688252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175135260838303, 39.968504483843503 ], [ -75.174872709833707, 39.969719651536103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18937, "tnode_": 18744, "lpoly_": null, "rpoly_": null, "length": 447.11159397, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 26080, "l_hundred": 700, "r_hundred": 700, "seg_id": 421770, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 11933, "Shape__Length": 178.25821502354324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174637248679204, 39.968443384746003 ], [ -75.174367167914198, 39.969653042174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18914, "tnode_": 18908, "lpoly_": null, "rpoly_": null, "length": 172.87504249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2332, "l_t_add": 2398, "r_f_add": 2325, "r_t_add": 2399, "st_code": 13800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11934, "Shape__Length": 68.66489890738211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176115795398601, 39.968629022960897 ], [ -75.176725713210999, 39.968699582001797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18920, "tnode_": 18914, "lpoly_": null, "rpoly_": null, "length": 129.08294289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2316, "l_t_add": 2330, "r_f_add": 2313, "r_t_add": 2323, "st_code": 13800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421772, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11935, "Shape__Length": 51.27233478143328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175662028703002, 39.968568500076202 ], [ -75.176115795398601, 39.968629022960897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18931, "tnode_": 18920, "lpoly_": null, "rpoly_": null, "length": 149.47804188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2311, "st_code": 13800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421773, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11936, "Shape__Length": 59.372168805717692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175135260838303, 39.968504483843503 ], [ -75.175662028703002, 39.968568500076202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18937, "tnode_": 18931, "lpoly_": null, "rpoly_": null, "length": 141.35128881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2216, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 13800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11937, "Shape__Length": 56.144299814999009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174637248679204, 39.968443384746003 ], [ -75.175135260838303, 39.968504483843503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18955, "tnode_": 18937, "lpoly_": null, "rpoly_": null, "length": 193.00817776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2217, "st_code": 13800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 11938, "Shape__Length": 76.662460799166055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173957565417297, 39.9683583943904 ], [ -75.174637248679204, 39.968443384746003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18952, "tnode_": 18908, "lpoly_": null, "rpoly_": null, "length": 99.06135744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 726, "l_t_add": 730, "r_f_add": 739, "r_t_add": 747, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 421777, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11939, "Shape__Length": 39.493857177941472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176788695999505, 39.968431999065203 ], [ -75.176725713210999, 39.968699582001797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19129, "tnode_": 19050, "lpoly_": null, "rpoly_": null, "length": 159.26561819, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 702, "r_f_add": 701, "r_t_add": 713, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 421778, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11940, "Shape__Length": 63.49536672438429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177016869198297, 39.967381902641399 ], [ -75.176916427003903, 39.967812221707099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19222, "tnode_": 19129, "lpoly_": null, "rpoly_": null, "length": 194.71792634, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 640, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 88260, "l_hundred": 600, "r_hundred": 600, "seg_id": 421779, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11941, "Shape__Length": 77.630780510931444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177126230512798, 39.966854042610301 ], [ -75.177016869198297, 39.967381902641399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18988, "tnode_": 18952, "lpoly_": null, "rpoly_": null, "length": 94.1329278, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 718, "l_t_add": 724, "r_f_add": 727, "r_t_add": 737, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 421780, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11942, "Shape__Length": 37.530455790651033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176837183120597, 39.968176299744698 ], [ -75.176788695999505, 39.968431999065203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18998, "tnode_": 18965, "lpoly_": null, "rpoly_": null, "length": 90.186077610000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 734, "l_t_add": 742, "r_f_add": 717, "r_t_add": 737, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 421781, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11943, "Shape__Length": 35.956986854786216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178478158439702, 39.968153313949301 ], [ -75.178432825869706, 39.968398416544098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19134, "tnode_": 19051, "lpoly_": null, "rpoly_": null, "length": 160.5268069, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 709, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 421782, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11944, "Shape__Length": 63.998371341215758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178643452512901, 39.9674082577489 ], [ -75.178543331983406, 39.967842137905798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19260, "tnode_": 19134, "lpoly_": null, "rpoly_": null, "length": 284.99809117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 88280, "l_hundred": 600, "r_hundred": 600, "seg_id": 421783, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 11945, "Shape__Length": 113.62207570818848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178815614808798, 39.966637198917198 ], [ -75.178643452512901, 39.9674082577489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19126, "tnode_": 19058, "lpoly_": null, "rpoly_": null, "length": 132.81283545000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 700, "r_f_add": 701, "r_t_add": 713, "st_code": 88230, "l_hundred": 700, "r_hundred": 700, "seg_id": 421784, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11946, "Shape__Length": 52.948951644364193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175393214632905, 39.967354906301701 ], [ -75.175307679929901, 39.967713504703397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19289, "tnode_": 19250, "lpoly_": null, "rpoly_": null, "length": 98.335407890000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 612, "l_t_add": 632, "r_f_add": 613, "r_t_add": 633, "st_code": 88230, "l_hundred": 600, "r_hundred": 600, "seg_id": 421785, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11947, "Shape__Length": 39.205541556326828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175596797158605, 39.966382818869597 ], [ -75.175551076613004, 39.966650459680899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19408, "tnode_": 19289, "lpoly_": null, "rpoly_": null, "length": 279.09433466999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 611, "st_code": 88230, "l_hundred": 600, "r_hundred": 600, "seg_id": 421786, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11948, "Shape__Length": 111.26678268184388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175765054300001, 39.965627688149702 ], [ -75.175596797158605, 39.966382818869597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19472, "tnode_": 19408, "lpoly_": null, "rpoly_": null, "length": 170.56849159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 570, "l_t_add": 598, "r_f_add": 571, "r_t_add": 599, "st_code": 88230, "l_hundred": 500, "r_hundred": 500, "seg_id": 421787, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11949, "Shape__Length": 67.998872625892616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175875746503195, 39.965167268247498 ], [ -75.175765054300001, 39.965627688149702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19119, "tnode_": 19124, "lpoly_": null, "rpoly_": null, "length": 168.40122343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2013, "st_code": 33280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421788, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11950, "Shape__Length": 66.880784913858392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170179436475493, 39.967259790082998 ], [ -75.170780121091894, 39.967268826192502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19124, "tnode_": 19121, "lpoly_": null, "rpoly_": null, "length": 158.87134466999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2014, "l_t_add": 2030, "r_f_add": 2015, "r_t_add": 2031, "st_code": 33280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421789, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11951, "Shape__Length": 63.096212400451229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170780121091894, 39.967268826192502 ], [ -75.171346562568203, 39.967284337340402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19121, "tnode_": 19125, "lpoly_": null, "rpoly_": null, "length": 214.22107406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 33280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421790, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11952, "Shape__Length": 85.078191661349081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171346562568203, 39.967284337340402 ], [ -75.172110734790493, 39.967293725726002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19127, "tnode_": 19126, "lpoly_": null, "rpoly_": null, "length": 394.61108898999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2202, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 33280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421791, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11953, "Shape__Length": 156.72082073066994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173985974556203, 39.967323224844201 ], [ -75.175393214632905, 39.967354906301701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19126, "tnode_": 19129, "lpoly_": null, "rpoly_": null, "length": 455.20821975999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 33280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421792, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11954, "Shape__Length": 180.78692826932954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175393214632905, 39.967354906301701 ], [ -75.177016869198297, 39.967381902641399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19129, "tnode_": 19134, "lpoly_": null, "rpoly_": null, "length": 456.02378528000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 33280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421793, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11955, "Shape__Length": 181.11088609538879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177016869198297, 39.967381902641399 ], [ -75.178643452512901, 39.9674082577489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19125, "tnode_": 19128, "lpoly_": null, "rpoly_": null, "length": 460.57643128999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2179, "st_code": 33280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421794, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11956, "Shape__Length": 182.91858686932855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172110734790493, 39.967293725726002 ], [ -75.173753720637606, 39.967313362892398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19128, "tnode_": 19127, "lpoly_": null, "rpoly_": null, "length": 65.19867212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2200, "l_t_add": 2200, "r_f_add": 2181, "r_t_add": 2199, "st_code": 33280, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 421795, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11957, "Shape__Length": 25.894038351309661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173753720637606, 39.967313362892398 ], [ -75.173985974556203, 39.967323224844201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19220, "tnode_": 19128, "lpoly_": null, "rpoly_": null, "length": 195.93287589, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 626, "l_t_add": 698, "r_f_add": 645, "r_t_add": 699, "st_code": 88210, "l_hundred": 600, "r_hundred": 600, "seg_id": 421796, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11958, "Shape__Length": 78.115671898180622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173859405398005, 39.9667816854544 ], [ -75.173753720637606, 39.967313362892398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19396, "tnode_": 19356, "lpoly_": null, "rpoly_": null, "length": 100.65171456, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 602, "l_t_add": 602, "r_f_add": 605, "r_t_add": 607, "st_code": 88190, "l_hundred": 600, "r_hundred": 600, "seg_id": 421797, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11959, "Shape__Length": 40.12483149495921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172480552535006, 39.965636102149901 ], [ -75.172407995699402, 39.965906704424903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19456, "tnode_": 19396, "lpoly_": null, "rpoly_": null, "length": 150.32380336, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 603, "st_code": 88190, "l_hundred": 600, "r_hundred": 600, "seg_id": 421798, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11960, "Shape__Length": 59.930370722341422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172563080112496, 39.965228359797798 ], [ -75.172480552535006, 39.965636102149901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19191, "tnode_": 19125, "lpoly_": null, "rpoly_": null, "length": 140.84797771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 628, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 88190, "l_hundred": 600, "r_hundred": 600, "seg_id": 421799, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11961, "Shape__Length": 56.152859250989025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172195834980499, 39.966912665412799 ], [ -75.172110734790493, 39.967293725726002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19245, "tnode_": 19191, "lpoly_": null, "rpoly_": null, "length": 119.88880239000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 624, "l_t_add": 626, "r_f_add": 625, "r_t_add": 629, "st_code": 88190, "l_hundred": 600, "r_hundred": 600, "seg_id": 421800, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11962, "Shape__Length": 47.796400859167676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172270059026104, 39.966588548946604 ], [ -75.172195834980499, 39.966912665412799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19503, "tnode_": 19456, "lpoly_": null, "rpoly_": null, "length": 130.84075375, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 532, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88190, "l_hundred": 500, "r_hundred": 500, "seg_id": 421801, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11963, "Shape__Length": 52.160371617963513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172650265414802, 39.964875506359597 ], [ -75.172563080112496, 39.965228359797798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19547, "tnode_": 19503, "lpoly_": null, "rpoly_": null, "length": 106.97526339, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 530, "l_t_add": 530, "r_f_add": 511, "r_t_add": 519, "st_code": 88190, "l_hundred": 500, "r_hundred": 500, "seg_id": 421802, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11964, "Shape__Length": 42.647878235667498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172709494585803, 39.9645854039954 ], [ -75.172650265414802, 39.964875506359597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19348, "tnode_": 19245, "lpoly_": null, "rpoly_": null, "length": 228.05733315999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 604, "l_t_add": 622, "r_f_add": 609, "r_t_add": 623, "st_code": 88190, "l_hundred": 600, "r_hundred": 600, "seg_id": 421803, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 11965, "Shape__Length": 90.921770563677825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172396400620997, 39.965970096947501 ], [ -75.172270059026104, 39.966588548946604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19184, "tnode_": 19119, "lpoly_": null, "rpoly_": null, "length": 131.83680982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 638, "l_t_add": 698, "r_f_add": 635, "r_t_add": 699, "st_code": 88170, "l_hundred": 600, "r_hundred": 600, "seg_id": 421804, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11966, "Shape__Length": 52.561755608291151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170248604894496, 39.9669018162462 ], [ -75.170179436475493, 39.967259790082998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19228, "tnode_": 19184, "lpoly_": null, "rpoly_": null, "length": 84.56261402, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 632, "l_t_add": 636, "r_f_add": 629, "r_t_add": 633, "st_code": 88170, "l_hundred": 600, "r_hundred": 600, "seg_id": 421805, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11967, "Shape__Length": 33.713179457621159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170298614100503, 39.966672892770198 ], [ -75.170248604894496, 39.9669018162462 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19277, "tnode_": 19228, "lpoly_": null, "rpoly_": null, "length": 117.44456526, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 624, "l_t_add": 630, "r_f_add": 623, "r_t_add": 627, "st_code": 88170, "l_hundred": 600, "r_hundred": 600, "seg_id": 421806, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11968, "Shape__Length": 46.822274280708264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170368067878101, 39.966354952855198 ], [ -75.170298614100503, 39.966672892770198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19382, "tnode_": 19277, "lpoly_": null, "rpoly_": null, "length": 253.56324791999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 620, "l_t_add": 622, "r_f_add": 619, "r_t_add": 621, "st_code": 88170, "l_hundred": 600, "r_hundred": 600, "seg_id": 421807, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11969, "Shape__Length": 101.08752921910278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170525982898596, 39.965669577760799 ], [ -75.170368067878101, 39.966354952855198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19486, "tnode_": 19382, "lpoly_": null, "rpoly_": null, "length": 253.39804538, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 617, "st_code": 88170, "l_hundred": 600, "r_hundred": 600, "seg_id": 421808, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 11970, "Shape__Length": 101.02073435627449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170683291378396, 39.964984580814402 ], [ -75.170525982898596, 39.965669577760799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19208, "tnode_": 19126, "lpoly_": null, "rpoly_": null, "length": 174.94156046999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 642, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 88230, "l_hundred": 600, "r_hundred": 600, "seg_id": 421809, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11971, "Shape__Length": 69.746093582195499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175492763694294, 39.966880817850701 ], [ -75.175393214632905, 39.967354906301701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19250, "tnode_": 19208, "lpoly_": null, "rpoly_": null, "length": 85.49236996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 634, "l_t_add": 640, "r_f_add": 635, "r_t_add": 639, "st_code": 88230, "l_hundred": 600, "r_hundred": 600, "seg_id": 421810, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11972, "Shape__Length": 34.082623616500889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175551076613004, 39.966650459680899 ], [ -75.175492763694294, 39.966880817850701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19319, "tnode_": 19236, "lpoly_": null, "rpoly_": null, "length": 187.42704471, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 610, "l_t_add": 622, "r_f_add": 633, "r_t_add": 641, "st_code": 88210, "l_hundred": 600, "r_hundred": 600, "seg_id": 421811, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11973, "Shape__Length": 74.724087495027476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173996163193905, 39.966175972844702 ], [ -75.173896917900905, 39.9666847848762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19367, "tnode_": 19319, "lpoly_": null, "rpoly_": null, "length": 125.16774752, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 606, "l_t_add": 608, "r_f_add": 607, "r_t_add": 631, "st_code": 88210, "l_hundred": 600, "r_hundred": 600, "seg_id": 421812, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11974, "Shape__Length": 49.901549202105187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174065940176305, 39.965836592430001 ], [ -75.173996163193905, 39.966175972844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19432, "tnode_": 19367, "lpoly_": null, "rpoly_": null, "length": 153.60008141, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 604, "r_f_add": 601, "r_t_add": 605, "st_code": 88210, "l_hundred": 600, "r_hundred": 600, "seg_id": 421813, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11975, "Shape__Length": 61.234798249296468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163418177898, 39.965421665830497 ], [ -75.174065940176305, 39.965836592430001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19236, "tnode_": 19220, "lpoly_": null, "rpoly_": null, "length": 36.83188638, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 624, "l_t_add": 624, "r_f_add": 643, "r_t_add": 643, "st_code": 88210, "l_hundred": 600, "r_hundred": 600, "seg_id": 421814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11976, "Shape__Length": 14.680896170880349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173896917900905, 39.9666847848762 ], [ -75.173859405398005, 39.9667816854544 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19385, "tnode_": 19222, "lpoly_": null, "rpoly_": null, "length": 383.53600811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 638, "r_f_add": 601, "r_t_add": 639, "st_code": 88260, "l_hundred": 600, "r_hundred": 600, "seg_id": 421815, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11977, "Shape__Length": 152.90553609398921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177356351251504, 39.965816184573598 ], [ -75.177126230512798, 39.966854042610301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19449, "tnode_": 19385, "lpoly_": null, "rpoly_": null, "length": 160.86374456, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 88260, "l_hundred": 500, "r_hundred": 500, "seg_id": 421816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 11978, "Shape__Length": 64.1191873940774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177515173654001, 39.965391840509199 ], [ -75.177356351251504, 39.965816184573598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19385, "tnode_": 19369, "lpoly_": null, "rpoly_": null, "length": 193.37286804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 38420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421817, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 11979, "Shape__Length": 76.807037460930076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177356351251504, 39.965816184573598 ], [ -75.178034317774802, 39.965914392309898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19408, "tnode_": 19385, "lpoly_": null, "rpoly_": null, "length": 451.29753079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 38420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421818, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 11980, "Shape__Length": 179.24557300330525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175765054300001, 39.965627688149702 ], [ -75.177356351251504, 39.965816184573598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19134, "tnode_": 19135, "lpoly_": null, "rpoly_": null, "length": 292.44500802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 33280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 421819, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 11981, "Shape__Length": 116.14524669108549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178643452512901, 39.9674082577489 ], [ -75.179686561128605, 39.967425475340001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19369, "tnode_": 19260, "lpoly_": null, "rpoly_": null, "length": 342.47554274000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 63960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421820, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 11982, "Shape__Length": 136.33099601596732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178034317774802, 39.965914392309898 ], [ -75.178815614808798, 39.966637198917198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19449, "tnode_": 19369, "lpoly_": null, "rpoly_": null, "length": 239.60536539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2448, "r_f_add": 2401, "r_t_add": 2449, "st_code": 63960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421821, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 11983, "Shape__Length": 95.395152564819199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177515173654001, 39.965391840509199 ], [ -75.178034317774802, 39.965914392309898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19530, "tnode_": 19449, "lpoly_": null, "rpoly_": null, "length": 289.97422002999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2324, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 63960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421822, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 11984, "Shape__Length": 115.38563549411425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176779838598407, 39.964831938291397 ], [ -75.177515173654001, 39.965391840509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19566, "tnode_": 19530, "lpoly_": null, "rpoly_": null, "length": 291.9762814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2322, "r_f_add": 2301, "r_t_add": 2325, "st_code": 63960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421823, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 11985, "Shape__Length": 116.18174714767761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176040586715402, 39.964268025609897 ], [ -75.176381966387396, 39.964508066408598 ], [ -75.176779838598407, 39.964831938291397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19530, "tnode_": 19464, "lpoly_": null, "rpoly_": null, "length": 185.44031918000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 46360, "l_hundred": 500, "r_hundred": 500, "seg_id": 421825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 11986, "Shape__Length": 73.828824653002741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176779838598407, 39.964831938291397 ], [ -75.176478616001901, 39.9650310275888 ], [ -75.176411700970306, 39.965227915196898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19472, "tnode_": 19464, "lpoly_": null, "rpoly_": null, "length": 151.84582708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 18700, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 11987, "Shape__Length": 60.308923738493888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175875746503195, 39.965167268247498 ], [ -75.176411700970306, 39.965227915196898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19498, "tnode_": 19472, "lpoly_": null, "rpoly_": null, "length": 63.15532973, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 564, "l_t_add": 568, "r_f_add": 555, "r_t_add": 569, "st_code": 88230, "l_hundred": 500, "r_hundred": 500, "seg_id": 421827, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11988, "Shape__Length": 25.178785489288373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175906905811402, 39.964995564853503 ], [ -75.175875746503195, 39.965167268247498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19566, "tnode_": 19498, "lpoly_": null, "rpoly_": null, "length": 267.98657877, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 562, "r_f_add": 501, "r_t_add": 553, "st_code": 88230, "l_hundred": 500, "r_hundred": 500, "seg_id": 421828, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 11989, "Shape__Length": 106.83909354025423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176040586715402, 39.964268025609897 ], [ -75.176029114824104, 39.964439118314097 ], [ -75.175906905811402, 39.964995564853503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18967, "tnode_": 18853, "lpoly_": null, "rpoly_": null, "length": 249.12250402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 726, "l_t_add": 752, "r_f_add": 723, "r_t_add": 733, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421829, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11990, "Shape__Length": 99.322177264495679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180064598492194, 39.968424713180497 ], [ -75.179916381915902, 39.969099009773203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19062, "tnode_": 18967, "lpoly_": null, "rpoly_": null, "length": 228.43102507, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 721, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421830, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11991, "Shape__Length": 91.07634635083167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180165461275607, 39.967802462390999 ], [ -75.180064598492194, 39.968424713180497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18591, "tnode_": 18446, "lpoly_": null, "rpoly_": null, "length": 276.24956246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 810, "l_t_add": 836, "r_f_add": 801, "r_t_add": 827, "st_code": 88300, "l_hundred": 800, "r_hundred": 800, "seg_id": 421831, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11992, "Shape__Length": 110.14075092752718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179570991268903, 39.970665290333301 ], [ -75.179404431460895, 39.971412723295501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18654, "tnode_": 18591, "lpoly_": null, "rpoly_": null, "length": 128.48129482, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 808, "r_f_add": 765, "r_t_add": 799, "st_code": 88300, "l_hundred": 800, "r_hundred": 700, "seg_id": 421832, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11993, "Shape__Length": 51.224348863370935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179653394060495, 39.970318338502999 ], [ -75.179570991268903, 39.970665290333301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18737, "tnode_": 18654, "lpoly_": null, "rpoly_": null, "length": 182.73302185, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 780, "l_t_add": 798, "r_f_add": 757, "r_t_add": 763, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421833, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11994, "Shape__Length": 72.855652803388764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1797566650242, 39.969823046644301 ], [ -75.179653394060495, 39.970318338502999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18759, "tnode_": 18737, "lpoly_": null, "rpoly_": null, "length": 44.6315967, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 776, "l_t_add": 778, "r_f_add": 755, "r_t_add": 755, "st_code": 88300, "l_hundred": 700, "r_hundred": 700, "seg_id": 421834, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 11995, "Shape__Length": 17.795063946359122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1797777679175, 39.969701608003803 ], [ -75.1797566650242, 39.969823046644301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26946, "tnode_": 19517, "lpoly_": null, "rpoly_": null, "length": 247.43487452, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 524, "l_t_add": 532, "r_f_add": 525, "r_t_add": 533, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 421835, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 11996, "Shape__Length": 98.642521417878797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174450844046106, 39.964123420660997 ], [ -75.174299489166202, 39.964792601302499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20218, "tnode_": 29022, "lpoly_": null, "rpoly_": null, "length": 134.14998202000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 314, "l_t_add": 350, "r_f_add": 327, "r_t_add": 349, "st_code": 88090, "l_hundred": 300, "r_hundred": 300, "seg_id": 421836, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 11997, "Shape__Length": 53.478655091152454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165442381780295, 39.959245026537701 ], [ -75.165377161994797, 39.959609849023202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20207, "tnode_": 29150, "lpoly_": null, "rpoly_": null, "length": 150.45511334, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 334, "l_t_add": 398, "r_f_add": 335, "r_t_add": 399, "st_code": 88070, "l_hundred": 300, "r_hundred": 300, "seg_id": 421837, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11998, "Shape__Length": 59.976944477740325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163801866458698, 39.959417560671497 ], [ -75.163714349962007, 39.959825051091798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20284, "tnode_": 20239, "lpoly_": null, "rpoly_": null, "length": 118.32027804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 312, "l_t_add": 320, "r_f_add": 313, "r_t_add": 321, "st_code": 88070, "l_hundred": 300, "r_hundred": 300, "seg_id": 421839, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 11999, "Shape__Length": 47.164768809681803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163972545788596, 39.958739146802699 ], [ -75.163893654831298, 39.9590582267085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19747, "tnode_": 19660, "lpoly_": null, "rpoly_": null, "length": 200.74581338000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 59020, "l_hundred": 500, "r_hundred": 500, "seg_id": 421840, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 12000, "Shape__Length": 80.030852744044239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189117138691103, 39.963778124165501 ], [ -75.189226659416093, 39.964322714537197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19756, "tnode_": 19669, "lpoly_": null, "rpoly_": null, "length": 199.93028268, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 29020, "l_hundred": 500, "r_hundred": 500, "seg_id": 421841, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOUGLAS ST", "stname": "N DOUGLAS ST", "objectid": 12001, "Shape__Length": 79.705931323051345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189556577634207, 39.963733217871301 ], [ -75.189663721135801, 39.964275823838101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19912, "tnode_": 19811, "lpoly_": null, "rpoly_": null, "length": 276.65096402, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 58800, "l_hundred": 400, "r_hundred": 400, "seg_id": 421842, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 12002, "Shape__Length": 110.291663162465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187890097572605, 39.962551412134502 ], [ -75.188027859183705, 39.963303418848902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19799, "tnode_": 19811, "lpoly_": null, "rpoly_": null, "length": 172.98631615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3120, "r_f_add": 3101, "r_t_add": 3107, "st_code": 73800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421843, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12003, "Shape__Length": 68.704118316997679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187418060296494, 39.963376356954697 ], [ -75.188027859183705, 39.963303418848902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19811, "tnode_": 19823, "lpoly_": null, "rpoly_": null, "length": 130.28350323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3122, "l_t_add": 3198, "r_f_add": 3109, "r_t_add": 3199, "st_code": 73800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421844, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12004, "Shape__Length": 51.742610639881825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188027859183705, 39.963303418848902 ], [ -75.188488723549298, 39.963257087680901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19823, "tnode_": 19854, "lpoly_": null, "rpoly_": null, "length": 411.37791400999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 73800, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421845, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12005, "Shape__Length": 163.3830125906432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188488723549298, 39.963257087680901 ], [ -75.189940619321106, 39.963092475841201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19765, "tnode_": 19790, "lpoly_": null, "rpoly_": null, "length": 409.03408524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 18700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421846, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12006, "Shape__Length": 162.45226137677301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190052894726904, 39.963671032624198 ], [ -75.191497525044696, 39.9635126576514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19723, "tnode_": 19737, "lpoly_": null, "rpoly_": null, "length": 296.06660784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 18700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12007, "Shape__Length": 117.5847613148099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187554068651096, 39.963940405268303 ], [ -75.188601748931902, 39.963837297324503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19737, "tnode_": 19747, "lpoly_": null, "rpoly_": null, "length": 146.06793335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3228, "r_f_add": 3201, "r_t_add": 3229, "st_code": 18700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421848, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12008, "Shape__Length": 58.013059488902535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188601748931902, 39.963837297324503 ], [ -75.189117138691103, 39.963778124165501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19747, "tnode_": 19756, "lpoly_": null, "rpoly_": null, "length": 124.26049813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3230, "l_t_add": 3258, "r_f_add": 3231, "r_t_add": 3259, "st_code": 18700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421849, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12009, "Shape__Length": 49.351002942452894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189117138691103, 39.963778124165501 ], [ -75.189556577634207, 39.963733217871301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19756, "tnode_": 19765, "lpoly_": null, "rpoly_": null, "length": 140.95481756000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3260, "l_t_add": 3298, "r_f_add": 3261, "r_t_add": 3299, "st_code": 18700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12010, "Shape__Length": 55.983121558586987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189556577634207, 39.963733217871301 ], [ -75.190052894726904, 39.963671032624198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19620, "tnode_": 19644, "lpoly_": null, "rpoly_": null, "length": 298.08246273999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 41240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421851, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12011, "Shape__Length": 118.38840728017114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187658191730804, 39.964496210653799 ], [ -75.188710636403499, 39.964378980100697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19644, "tnode_": 19660, "lpoly_": null, "rpoly_": null, "length": 146.08999104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3204, "r_f_add": 3201, "r_t_add": 3213, "st_code": 41240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421852, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12012, "Shape__Length": 58.02180191934535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188710636403499, 39.964378980100697 ], [ -75.189226659416093, 39.964322714537197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19660, "tnode_": 19669, "lpoly_": null, "rpoly_": null, "length": 123.69674882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3206, "l_t_add": 3216, "r_f_add": 3215, "r_t_add": 3229, "st_code": 41240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421853, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12013, "Shape__Length": 49.127837238349628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189226659416093, 39.964322714537197 ], [ -75.189663721135801, 39.964275823838101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19669, "tnode_": 19683, "lpoly_": null, "rpoly_": null, "length": 142.42765779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3218, "l_t_add": 3298, "r_f_add": 3231, "r_t_add": 3299, "st_code": 41240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421854, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12014, "Shape__Length": 56.56653690243062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189663721135801, 39.964275823838101 ], [ -75.190167529033204, 39.9642250425442 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19683, "tnode_": 19716, "lpoly_": null, "rpoly_": null, "length": 407.67396183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 41240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421855, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12015, "Shape__Length": 161.91456676589613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190167529033204, 39.9642250425442 ], [ -75.191606015851804, 39.964060059647899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19765, "tnode_": 19683, "lpoly_": null, "rpoly_": null, "length": 204.35798055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88440, "l_hundred": 500, "r_hundred": 500, "seg_id": 421856, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2008-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12016, "Shape__Length": 81.470356140809301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190052894726904, 39.963671032624198 ], [ -75.190167529033204, 39.9642250425442 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19854, "tnode_": 19765, "lpoly_": null, "rpoly_": null, "length": 213.09474396, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88440, "l_hundred": 500, "r_hundred": 500, "seg_id": 421857, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12017, "Shape__Length": 84.953668307741992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189940619321106, 39.963092475841201 ], [ -75.190052894726904, 39.963671032624198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19948, "tnode_": 19854, "lpoly_": null, "rpoly_": null, "length": 276.13305896999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 424, "l_t_add": 498, "r_f_add": 417, "r_t_add": 499, "st_code": 88440, "l_hundred": 400, "r_hundred": 400, "seg_id": 421858, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12018, "Shape__Length": 110.08516580808859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1898056853572, 39.962341600872499 ], [ -75.189940619321106, 39.963092475841201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20035, "tnode_": 19948, "lpoly_": null, "rpoly_": null, "length": 270.63655981, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 415, "st_code": 88440, "l_hundred": 400, "r_hundred": 400, "seg_id": 421859, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12019, "Shape__Length": 107.89264376958792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189672797248605, 39.9616057406759 ], [ -75.1898056853572, 39.962341600872499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19901, "tnode_": 19912, "lpoly_": null, "rpoly_": null, "length": 173.4994553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3149, "st_code": 40180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421860, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12020, "Shape__Length": 68.906030246269268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187277210721405, 39.962617889529497 ], [ -75.187890097572605, 39.962551412134502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19912, "tnode_": 19919, "lpoly_": null, "rpoly_": null, "length": 131.37928459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3151, "r_t_add": 3199, "st_code": 40180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421861, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12021, "Shape__Length": 52.178285630392409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187890097572605, 39.962551412134502 ], [ -75.188353619683497, 39.962498029306801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19919, "tnode_": 19948, "lpoly_": null, "rpoly_": null, "length": 411.00560052000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 40180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421862, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12022, "Shape__Length": 163.23201992524059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188353619683497, 39.962498029306801 ], [ -75.1898056853572, 39.962341600872499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19620, "tnode_": 19562, "lpoly_": null, "rpoly_": null, "length": 125.33479801, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 88400, "l_hundred": 600, "r_hundred": 600, "seg_id": 421863, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12023, "Shape__Length": 49.965893805984201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187658191730804, 39.964496210653799 ], [ -75.187736798147895, 39.9648349119675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19723, "tnode_": 19620, "lpoly_": null, "rpoly_": null, "length": 204.56278226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 524, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 88400, "l_hundred": 500, "r_hundred": 500, "seg_id": 421864, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12024, "Shape__Length": 81.553727232815916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187554068651096, 39.963940405268303 ], [ -75.187658191730804, 39.964496210653799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19799, "tnode_": 19723, "lpoly_": null, "rpoly_": null, "length": 208.97968156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 523, "st_code": 88400, "l_hundred": 500, "r_hundred": 500, "seg_id": 421865, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12025, "Shape__Length": 83.309707282806215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187418060296494, 39.963376356954697 ], [ -75.187554068651096, 39.963940405268303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19901, "tnode_": 19799, "lpoly_": null, "rpoly_": null, "length": 279.10276423000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 420, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 88400, "l_hundred": 400, "r_hundred": 400, "seg_id": 421866, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12026, "Shape__Length": 111.26899791917046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187277210721405, 39.962617889529497 ], [ -75.187418060296494, 39.963376356954697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19998, "tnode_": 19901, "lpoly_": null, "rpoly_": null, "length": 267.09660141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 419, "st_code": 88400, "l_hundred": 400, "r_hundred": 400, "seg_id": 421867, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12027, "Shape__Length": 106.48035688810552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187134388392707, 39.961892959297799 ], [ -75.187277210721405, 39.962617889529497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20133, "tnode_": 19998, "lpoly_": null, "rpoly_": null, "length": 465.849094, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88400, "l_hundred": 300, "r_hundred": 300, "seg_id": 421868, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 12028, "Shape__Length": 185.71324618027742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187174072406904, 39.960627534807202 ], [ -75.187035047038293, 39.961294142231097 ], [ -75.187134388392707, 39.961892959297799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19998, "tnode_": 20018, "lpoly_": null, "rpoly_": null, "length": 308.83661891999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 15900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12029, "Shape__Length": 122.6545314971309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187134388392707, 39.961892959297799 ], [ -75.188225182011095, 39.961773757928 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20018, "tnode_": 20035, "lpoly_": null, "rpoly_": null, "length": 410.3828359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 15900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421870, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12030, "Shape__Length": 162.98488953262148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188225182011095, 39.961773757928 ], [ -75.189672797248605, 39.9616057406759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20035, "tnode_": 20059, "lpoly_": null, "rpoly_": null, "length": 409.62906121000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 15900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12031, "Shape__Length": 162.6832410267051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189672797248605, 39.9616057406759 ], [ -75.191119919981304, 39.961449502950998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19823, "tnode_": 19737, "lpoly_": null, "rpoly_": null, "length": 213.72131964000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 523, "st_code": 88420, "l_hundred": 500, "r_hundred": 500, "seg_id": 421872, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12032, "Shape__Length": 85.203614068506923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188488723549298, 39.963257087680901 ], [ -75.188601748931902, 39.963837297324503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19919, "tnode_": 19823, "lpoly_": null, "rpoly_": null, "length": 279.09277428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 420, "l_t_add": 498, "r_f_add": 417, "r_t_add": 499, "st_code": 88420, "l_hundred": 400, "r_hundred": 400, "seg_id": 421873, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12033, "Shape__Length": 111.26552087924598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188353619683497, 39.962498029306801 ], [ -75.188488723549298, 39.963257087680901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20018, "tnode_": 19919, "lpoly_": null, "rpoly_": null, "length": 266.28422371, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 415, "st_code": 88420, "l_hundred": 400, "r_hundred": 400, "seg_id": 421874, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12034, "Shape__Length": 106.1580598078482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188225182011095, 39.961773757928 ], [ -75.188353619683497, 39.962498029306801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20090, "tnode_": 20018, "lpoly_": null, "rpoly_": null, "length": 243.37669522, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 88420, "l_hundred": 300, "r_hundred": 300, "seg_id": 421875, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12035, "Shape__Length": 97.024245556620173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188104358426699, 39.961112159350201 ], [ -75.188225182011095, 39.961773757928 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20209, "tnode_": 20219, "lpoly_": null, "rpoly_": null, "length": 290.38666251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 83900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421876, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 12036, "Shape__Length": 115.32254558055679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187547383883995, 39.959945841620701 ], [ -75.188574459226601, 39.959842068746099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20219, "tnode_": 20154, "lpoly_": null, "rpoly_": null, "length": 224.6590593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 260, "l_t_add": 298, "r_f_add": 261, "r_t_add": 299, "st_code": 59020, "l_hundred": 200, "r_hundred": 200, "seg_id": 421877, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 12037, "Shape__Length": 89.561022262404975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188574459226601, 39.959842068746099 ], [ -75.188682505571194, 39.960453155708201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20263, "tnode_": 20277, "lpoly_": null, "rpoly_": null, "length": 297.01167263999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 75400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421878, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 12038, "Shape__Length": 117.95394954354464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187449429511304, 39.959459544186302 ], [ -75.188498515724802, 39.959345423745198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20277, "tnode_": 20219, "lpoly_": null, "rpoly_": null, "length": 182.16710633, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 230, "l_t_add": 258, "r_f_add": 231, "r_t_add": 259, "st_code": 59020, "l_hundred": 200, "r_hundred": 200, "seg_id": 421879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 12039, "Shape__Length": 72.622179460595532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188498515724802, 39.959345423745198 ], [ -75.188574459226601, 39.959842068746099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20344, "tnode_": 20277, "lpoly_": null, "rpoly_": null, "length": 186.97168877, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 59020, "l_hundred": 200, "r_hundred": 200, "seg_id": 421880, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 12040, "Shape__Length": 74.535729440544273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188408956917897, 39.958836811102103 ], [ -75.188498515724802, 39.959345423745198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20146, "tnode_": 20090, "lpoly_": null, "rpoly_": null, "length": 214.37437711000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 88420, "l_hundred": 300, "r_hundred": 300, "seg_id": 421881, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12041, "Shape__Length": 85.45899644662525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187979542214094, 39.960531565845699 ], [ -75.188104358426699, 39.961112159350201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20104, "tnode_": 20125, "lpoly_": null, "rpoly_": null, "length": 411.71911378000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 63560, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421882, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 12042, "Shape__Length": 163.51572096938554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189563907425196, 39.960983880739398 ], [ -75.189631257041299, 39.9610022200118 ], [ -75.191013901364698, 39.960846908299501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20104, "tnode_": 20035, "lpoly_": null, "rpoly_": null, "length": 228.57963737, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 312, "l_t_add": 398, "r_f_add": 311, "r_t_add": 399, "st_code": 88440, "l_hundred": 300, "r_hundred": 300, "seg_id": 421883, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12043, "Shape__Length": 91.125622405466785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189563907425196, 39.960983880739398 ], [ -75.189672797248605, 39.9616057406759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20345, "tnode_": 20171, "lpoly_": null, "rpoly_": null, "length": 569.31361101999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88440, "l_hundred": 200, "r_hundred": 200, "seg_id": 421884, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12044, "Shape__Length": 226.96156246345723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189212431585801, 39.958820399881198 ], [ -75.189442506459599, 39.960373176119496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20171, "tnode_": 20104, "lpoly_": null, "rpoly_": null, "length": 225.05660366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 309, "st_code": 88440, "l_hundred": 300, "r_hundred": 300, "seg_id": 421885, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12045, "Shape__Length": 89.718543786828661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189442506459599, 39.960373176119496 ], [ -75.189563907425196, 39.960983880739398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20090, "tnode_": 20104, "lpoly_": null, "rpoly_": null, "length": 414.9864399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 63560, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421887, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 12046, "Shape__Length": 164.8152486110946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188104358426699, 39.961112159350201 ], [ -75.189475470659005, 39.960957829402403 ], [ -75.189563907425196, 39.960983880739398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20125, "tnode_": 20059, "lpoly_": null, "rpoly_": null, "length": 221.51706774, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 88460, "l_hundred": 300, "r_hundred": 300, "seg_id": 421888, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12047, "Shape__Length": 88.309809262004649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191013901364698, 39.960846908299501 ], [ -75.191119919981304, 39.961449502950998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20191, "tnode_": 20125, "lpoly_": null, "rpoly_": null, "length": 233.11466341, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 88460, "l_hundred": 300, "r_hundred": 300, "seg_id": 421889, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12048, "Shape__Length": 92.929934135054097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190882672604403, 39.960214997293001 ], [ -75.191013901364698, 39.960846908299501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20358, "tnode_": 20191, "lpoly_": null, "rpoly_": null, "length": 523.9825161, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88460, "l_hundred": 200, "r_hundred": 200, "seg_id": 421890, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12049, "Shape__Length": 208.9000100554895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190854751311306, 39.958776759915303 ], [ -75.190882672604403, 39.960214997293001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20133, "tnode_": 20141, "lpoly_": null, "rpoly_": null, "length": 136.34082094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 65460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 421891, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12050, "Shape__Length": 54.149992478134749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187174072406904, 39.960627534807202 ], [ -75.187651945400205, 39.960557877269601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20141, "tnode_": 20146, "lpoly_": null, "rpoly_": null, "length": 92.33174999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3206, "r_f_add": 3201, "r_t_add": 3201, "st_code": 65460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421892, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12051, "Shape__Length": 36.667571642878926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187651945400205, 39.960557877269601 ], [ -75.187979542214094, 39.960531565845699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20146, "tnode_": 20154, "lpoly_": null, "rpoly_": null, "length": 199.11630429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3208, "l_t_add": 3226, "r_f_add": 3203, "r_t_add": 3217, "st_code": 65460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421893, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12052, "Shape__Length": 79.077777937343299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187979542214094, 39.960531565845699 ], [ -75.188682505571194, 39.960453155708201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20154, "tnode_": 20171, "lpoly_": null, "rpoly_": null, "length": 215.02908255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3228, "l_t_add": 3298, "r_f_add": 3219, "r_t_add": 3299, "st_code": 65460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421894, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12053, "Shape__Length": 85.39658557079386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188682505571194, 39.960453155708201 ], [ -75.189442506459599, 39.960373176119496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20209, "tnode_": 20141, "lpoly_": null, "rpoly_": null, "length": 224.87207589000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 270, "l_t_add": 298, "r_f_add": 271, "r_t_add": 299, "st_code": 88420, "l_hundred": 200, "r_hundred": 200, "seg_id": 421895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12054, "Shape__Length": 89.646496922364946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187547383883995, 39.959945841620701 ], [ -75.187651945400205, 39.960557877269601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20263, "tnode_": 20209, "lpoly_": null, "rpoly_": null, "length": 179.26496164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 230, "l_t_add": 268, "r_f_add": 231, "r_t_add": 269, "st_code": 88420, "l_hundred": 200, "r_hundred": 200, "seg_id": 421896, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12055, "Shape__Length": 71.46257438825252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187449429511304, 39.959459544186302 ], [ -75.187547383883995, 39.959945841620701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20336, "tnode_": 20263, "lpoly_": null, "rpoly_": null, "length": 219.17064968, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 88420, "l_hundred": 200, "r_hundred": 200, "seg_id": 421897, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12056, "Shape__Length": 87.369272017239453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187574299552907, 39.958865616410897 ], [ -75.187449429511304, 39.959459544186302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20423, "tnode_": 20336, "lpoly_": null, "rpoly_": null, "length": 236.14486195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 150, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 88420, "l_hundred": 100, "r_hundred": 100, "seg_id": 421898, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12057, "Shape__Length": 94.13640170072712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187698096072197, 39.958224407529997 ], [ -75.187574299552907, 39.958865616410897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20525, "tnode_": 20423, "lpoly_": null, "rpoly_": null, "length": 280.56064239, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 148, "r_f_add": 101, "r_t_add": 149, "st_code": 88420, "l_hundred": 100, "r_hundred": 100, "seg_id": 421899, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12058, "Shape__Length": 111.83776039827917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1878690114888, 39.9574655474146 ], [ -75.187698096072197, 39.958224407529997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20336, "tnode_": 20344, "lpoly_": null, "rpoly_": null, "length": 234.214644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3230, "r_f_add": 3201, "r_t_add": 3231, "st_code": 67120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421900, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12059, "Shape__Length": 93.007762658775007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187574299552907, 39.958865616410897 ], [ -75.188408956917897, 39.958836811102103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20344, "tnode_": 20345, "lpoly_": null, "rpoly_": null, "length": 225.31742253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3232, "l_t_add": 3298, "r_f_add": 3233, "r_t_add": 3299, "st_code": 67120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421901, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12060, "Shape__Length": 89.474140794176947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188408956917897, 39.958836811102103 ], [ -75.189212431585801, 39.958820399881198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20508, "tnode_": 20481, "lpoly_": null, "rpoly_": null, "length": 561.28762539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 13000, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421902, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12061, "Shape__Length": 222.9055145804422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189065350969699, 39.957615698130397 ], [ -75.191043714866197, 39.957852773304403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20525, "tnode_": 20508, "lpoly_": null, "rpoly_": null, "length": 339.80733641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 13000, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421903, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12062, "Shape__Length": 134.94932317135004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1878690114888, 39.9574655474146 ], [ -75.189065350969699, 39.957615698130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20409, "tnode_": 20358, "lpoly_": null, "rpoly_": null, "length": 144.29189182, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 118, "l_t_add": 198, "r_f_add": 119, "r_t_add": 199, "st_code": 88460, "l_hundred": 100, "r_hundred": 100, "seg_id": 421904, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12063, "Shape__Length": 57.519104080727864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190939237585795, 39.9583860328285 ], [ -75.190854751311306, 39.958776759915303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20481, "tnode_": 20409, "lpoly_": null, "rpoly_": null, "length": 196.45238865000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 88460, "l_hundred": 100, "r_hundred": 100, "seg_id": 421905, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12064, "Shape__Length": 78.312778310479004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191043714866197, 39.957852773304403 ], [ -75.190939237585795, 39.9583860328285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20558, "tnode_": 20481, "lpoly_": null, "rpoly_": null, "length": 202.69209653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 68, "l_t_add": 98, "r_f_add": 69, "r_t_add": 99, "st_code": 88460, "l_hundred": 0, "r_hundred": 0, "seg_id": 421906, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12065, "Shape__Length": 80.796399253892204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191173041249698, 39.957305331067097 ], [ -75.191043714866197, 39.957852773304403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20411, "tnode_": 20409, "lpoly_": null, "rpoly_": null, "length": 505.31482149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 22740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 12066, "Shape__Length": 200.66306099977155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189140322134605, 39.958297890996398 ], [ -75.190939237585795, 39.9583860328285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20423, "tnode_": 20411, "lpoly_": null, "rpoly_": null, "length": 405.18789032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 22740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 12067, "Shape__Length": 160.9021697096131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187698096072197, 39.958224407529997 ], [ -75.189140322134605, 39.958297890996398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20411, "tnode_": 20345, "lpoly_": null, "rpoly_": null, "length": 191.41100127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 150, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 88440, "l_hundred": 100, "r_hundred": 100, "seg_id": 421909, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12068, "Shape__Length": 76.306921864105334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189140322134605, 39.958297890996398 ], [ -75.189212431585801, 39.958820399881198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20508, "tnode_": 20411, "lpoly_": null, "rpoly_": null, "length": 249.39773782999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 148, "r_f_add": 101, "r_t_add": 149, "st_code": 88440, "l_hundred": 100, "r_hundred": 100, "seg_id": 421910, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12069, "Shape__Length": 99.424326325538956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189065350969699, 39.957615698130397 ], [ -75.189140322134605, 39.958297890996398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20610, "tnode_": 20508, "lpoly_": null, "rpoly_": null, "length": 251.8291989, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88440, "l_hundred": 0, "r_hundred": 0, "seg_id": 421911, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 12070, "Shape__Length": 100.38417458065028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189217109571601, 39.956934331583 ], [ -75.189065350969699, 39.957615698130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20629, "tnode_": 20525, "lpoly_": null, "rpoly_": null, "length": 265.2717596, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88420, "l_hundred": 0, "r_hundred": 0, "seg_id": 421912, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12071, "Shape__Length": 105.74454347600819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188013644509098, 39.9567458995583 ], [ -75.1878690114888, 39.9574655474146 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20629, "tnode_": 20610, "lpoly_": null, "rpoly_": null, "length": 346.84858511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 26520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421914, "oneway": "B", "class": 5, "responsibl": "STRICKEN", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 12072, "Shape__Length": 137.75821059819964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188013644509098, 39.9567458995583 ], [ -75.189147343192104, 39.956893866913703 ], [ -75.189217109571601, 39.956934331583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20860, "tnode_": 20832, "lpoly_": null, "rpoly_": null, "length": 574.37752308000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 51920, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421915, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12073, "Shape__Length": 228.09841125546941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189605369590396, 39.954828471422601 ], [ -75.191625449578495, 39.955091626437998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20947, "tnode_": 20924, "lpoly_": null, "rpoly_": null, "length": 584.85199021000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 22820, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421916, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12074, "Shape__Length": 232.25319546162632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189721822892906, 39.954083131401397 ], [ -75.191781364914704, 39.954338763862197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20974, "tnode_": 20947, "lpoly_": null, "rpoly_": null, "length": 662.14800889000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 22820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 421917, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12075, "Shape__Length": 262.94706333232028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187389576778997, 39.953796193279103 ], [ -75.189721822892906, 39.954083131401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21371, "tnode_": 21357, "lpoly_": null, "rpoly_": null, "length": 255.56163467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 73960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 421918, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12076, "Shape__Length": 101.48423874986783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191692179928097, 39.950329769987299 ], [ -75.1925889677225, 39.950455442258097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28027, "tnode_": 21459, "lpoly_": null, "rpoly_": null, "length": 409.13670635, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 88450, "l_hundred": 300, "r_hundred": 300, "seg_id": 421920, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 12077, "Shape__Length": 162.99531902008698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192404255604103, 39.949754960246302 ], [ -75.192480220063501, 39.949688520599203 ], [ -75.192647050022998, 39.949455048763603 ], [ -75.1927448771672, 39.949165303107399 ], [ -75.192812951512906, 39.9488262387897 ], [ -75.192901436456694, 39.948720558001497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20860, "tnode_": 20947, "lpoly_": null, "rpoly_": null, "length": 273.46971371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 88450, "l_hundred": 0, "r_hundred": 0, "seg_id": 421921, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 12078, "Shape__Length": 109.01216338019665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189605369590396, 39.954828471422601 ], [ -75.189721822892906, 39.954083131401397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21009, "tnode_": 20993, "lpoly_": null, "rpoly_": null, "length": 419.39063636000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 70940, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 421922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12079, "Shape__Length": 166.54512397079515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191944859848604, 39.953577004210999 ], [ -75.193421315249495, 39.953762245732797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28511, "tnode_": 20974, "lpoly_": null, "rpoly_": null, "length": 48.77252784, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 88430, "l_hundred": 0, "r_hundred": 0, "seg_id": 421924, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 12080, "Shape__Length": 19.440901827870967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187361296260505, 39.9539282991447 ], [ -75.187389576778997, 39.953796193279103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21014, "tnode_": 21000, "lpoly_": null, "rpoly_": null, "length": 432.8256944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 22820, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 421925, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12081, "Shape__Length": 171.87736603088064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183743353741093, 39.9533445340684 ], [ -75.185269835554493, 39.953522323452901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20870, "tnode_": 20840, "lpoly_": null, "rpoly_": null, "length": 598.71121546999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 53560, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421927, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12082, "Shape__Length": 237.75237380755007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181221273221993, 39.9546034025499 ], [ -75.183336831926695, 39.954828078734799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20840, "tnode_": 20754, "lpoly_": null, "rpoly_": null, "length": 292.86620818, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 88380, "l_hundred": 0, "r_hundred": 0, "seg_id": 421928, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 12083, "Shape__Length": 116.72329237339103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183336831926695, 39.954828078734799 ], [ -75.183267695663304, 39.954901896033498 ], [ -75.183116497451707, 39.955605297325398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21325, "tnode_": 21314, "lpoly_": null, "rpoly_": null, "length": 330.88340417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 74095, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421930, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES PL", "stname": "SAINT JAMES PL", "objectid": 12084, "Shape__Length": 131.390629116463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177466432016502, 39.950334836096303 ], [ -75.1786322606428, 39.950476100149899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21571, "tnode_": 21628, "lpoly_": null, "rpoly_": null, "length": 157.54342344, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 312, "st_code": 88200, "l_hundred": 300, "r_hundred": 300, "seg_id": 421931, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12085, "Shape__Length": 62.791216601340444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176242439689304, 39.9484239228278 ], [ -75.176340307748603, 39.947998056512397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21521, "tnode_": 21546, "lpoly_": null, "rpoly_": null, "length": 81.64936669, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 255, "l_t_add": 263, "r_f_add": 256, "r_t_add": 262, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421932, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12086, "Shape__Length": 32.543664239098675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174199682004996, 39.948790157069098 ], [ -75.174244130767406, 39.948568645390203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21546, "tnode_": 21598, "lpoly_": null, "rpoly_": null, "length": 140.89937163000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 265, "l_t_add": 299, "r_f_add": 264, "r_t_add": 298, "st_code": 88180, "l_hundred": 200, "r_hundred": 200, "seg_id": 421933, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12087, "Shape__Length": 56.15855244787587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174244130767406, 39.948568645390203 ], [ -75.174325385712905, 39.948186948158998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21619, "tnode_": 21598, "lpoly_": null, "rpoly_": null, "length": 447.70373625000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 73960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421934, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12088, "Shape__Length": 177.77561331154808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172751244019594, 39.947980612167598 ], [ -75.174325385712905, 39.948186948158998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21559, "tnode_": 21548, "lpoly_": null, "rpoly_": null, "length": 227.69535503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2118, "l_t_add": 2198, "r_f_add": 2119, "r_t_add": 2199, "st_code": 73960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421935, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12089, "Shape__Length": 90.411993009511207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1770425510325, 39.948529203089898 ], [ -75.177846178203694, 39.948619350167903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21571, "tnode_": 21559, "lpoly_": null, "rpoly_": null, "length": 227.58414464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2117, "st_code": 73960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 421936, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12090, "Shape__Length": 90.370428633162206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176242439689304, 39.9484239228278 ], [ -75.1770425510325, 39.948529203089898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21598, "tnode_": 21571, "lpoly_": null, "rpoly_": null, "length": 544.3792332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 73960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421937, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12091, "Shape__Length": 216.1619220320519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174325385712905, 39.948186948158998 ], [ -75.176242439689304, 39.9484239228278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21487, "tnode_": 21473, "lpoly_": null, "rpoly_": null, "length": 291.22395809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 53180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421938, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12092, "Shape__Length": 115.6402394754263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178918425048593, 39.949127649132002 ], [ -75.179944426636098, 39.949252339242001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21473, "tnode_": 21458, "lpoly_": null, "rpoly_": null, "length": 318.10971737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 53180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421939, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12093, "Shape__Length": 126.31683676172729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179944426636098, 39.949252339242001 ], [ -75.181064623336297, 39.949391086954499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21506, "tnode_": 21487, "lpoly_": null, "rpoly_": null, "length": 329.58575528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 53180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421940, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12094, "Shape__Length": 130.87331202989677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177757839511898, 39.948983807416603 ], [ -75.178918425048593, 39.949127649132002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21548, "tnode_": 21615, "lpoly_": null, "rpoly_": null, "length": 191.28290022000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 312, "st_code": 88220, "l_hundred": 300, "r_hundred": 300, "seg_id": 421941, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 12095, "Shape__Length": 76.239307152954495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177846178203694, 39.948619350167903 ], [ -75.177961253546997, 39.948101777868096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21473, "tnode_": 21528, "lpoly_": null, "rpoly_": null, "length": 136.88379084000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 255, "l_t_add": 299, "r_f_add": 256, "r_t_add": 298, "st_code": 88270, "l_hundred": 200, "r_hundred": 200, "seg_id": 421942, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 12096, "Shape__Length": 54.558576667699647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179944426636098, 39.949252339242001 ], [ -75.180023552151198, 39.948881543669202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21528, "tnode_": 21568, "lpoly_": null, "rpoly_": null, "length": 134.11672284000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 311, "r_f_add": 300, "r_t_add": 310, "st_code": 88270, "l_hundred": 300, "r_hundred": 300, "seg_id": 421943, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 12097, "Shape__Length": 53.455169328917982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180023552151198, 39.948881543669202 ], [ -75.180102703881502, 39.948518451394598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21537, "tnode_": 21583, "lpoly_": null, "rpoly_": null, "length": 133.29982392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 311, "r_f_add": 300, "r_t_add": 310, "st_code": 88240, "l_hundred": 300, "r_hundred": 300, "seg_id": 421944, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 23RD ST", "stname": "S 23RD ST", "objectid": 12098, "Shape__Length": 53.128067151070333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178997033198002, 39.948759378896597 ], [ -75.179084887016302, 39.948399755622702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21458, "tnode_": 21512, "lpoly_": null, "rpoly_": null, "length": 137.50346582, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 255, "l_t_add": 299, "r_f_add": 232, "r_t_add": 298, "st_code": 88290, "l_hundred": 200, "r_hundred": 200, "seg_id": 421945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 12099, "Shape__Length": 54.806788528525516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181064623336297, 39.949391086954499 ], [ -75.181135867821993, 39.949017626559701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21512, "tnode_": 21549, "lpoly_": null, "rpoly_": null, "length": 131.30723576, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 306, "st_code": 88290, "l_hundred": 300, "r_hundred": 300, "seg_id": 421946, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 25TH ST", "stname": "S 25TH ST", "objectid": 12100, "Shape__Length": 52.335376302518803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181135867821993, 39.949017626559701 ], [ -75.181214161525205, 39.948662244210198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21569, "tnode_": 21619, "lpoly_": null, "rpoly_": null, "length": 144.98227405, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 265, "l_t_add": 299, "r_f_add": 264, "r_t_add": 298, "st_code": 88160, "l_hundred": 200, "r_hundred": 200, "seg_id": 421947, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 12101, "Shape__Length": 57.785606948395284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172666887195703, 39.948373275303297 ], [ -75.172751244019594, 39.947980612167598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21619, "tnode_": 21687, "lpoly_": null, "rpoly_": null, "length": 163.55726503, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 305, "r_f_add": 300, "r_t_add": 304, "st_code": 88160, "l_hundred": 300, "r_hundred": 300, "seg_id": 421948, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 12102, "Shape__Length": 65.189347037724389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172751244019594, 39.947980612167598 ], [ -75.172841393392403, 39.947537020478102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21642, "tnode_": 21619, "lpoly_": null, "rpoly_": null, "length": 445.26124428999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 73960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421949, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12103, "Shape__Length": 176.80193320600364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171181915262594, 39.947793282067501 ], [ -75.172751244019594, 39.947980612167598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21664, "tnode_": 21642, "lpoly_": null, "rpoly_": null, "length": 445.20024131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 73960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421950, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12104, "Shape__Length": 176.78012857888402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169616160874995, 39.947590025811003 ], [ -75.171181915262594, 39.947793282067501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21569, "tnode_": 21546, "lpoly_": null, "rpoly_": null, "length": 447.90654873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 53180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421951, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12105, "Shape__Length": 177.85508536882935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172666887195703, 39.948373275303297 ], [ -75.174244130767406, 39.948568645390203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21592, "tnode_": 21569, "lpoly_": null, "rpoly_": null, "length": 446.08855376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 53180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 421952, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12106, "Shape__Length": 177.13454145823997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171098193028399, 39.948168713101403 ], [ -75.172666887195703, 39.948373275303297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21609, "tnode_": 21592, "lpoly_": null, "rpoly_": null, "length": 444.94196677999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 421953, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 12107, "Shape__Length": 176.67724021255665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169531826543604, 39.947972597982996 ], [ -75.171098193028399, 39.948168713101403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21682, "tnode_": 21664, "lpoly_": null, "rpoly_": null, "length": 288.82557271999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1613, "r_t_add": 1699, "st_code": 73960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421954, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12108, "Shape__Length": 114.68491072475646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168598442775703, 39.947467297473601 ], [ -75.169616160874995, 39.947590025811003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21694, "tnode_": 21682, "lpoly_": null, "rpoly_": null, "length": 160.5632158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1611, "st_code": 73960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 421955, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12109, "Shape__Length": 63.755946075155677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168033453918795, 39.947395354014198 ], [ -75.168598442775703, 39.947467297473601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21705, "tnode_": 21694, "lpoly_": null, "rpoly_": null, "length": 294.98053822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1512, "l_t_add": 1598, "r_f_add": 1511, "r_t_add": 1599, "st_code": 73960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421956, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12110, "Shape__Length": 117.12908033798364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166994667067101, 39.947267020206901 ], [ -75.168033453918795, 39.947395354014198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21694, "tnode_": 21819, "lpoly_": null, "rpoly_": null, "length": 284.28140751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 301, "l_t_add": 323, "r_f_add": 300, "r_t_add": 328, "st_code": 88100, "l_hundred": 300, "r_hundred": 300, "seg_id": 421957, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 16TH ST", "stname": "S 16TH ST", "objectid": 12111, "Shape__Length": 113.30410126647855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168033453918795, 39.947395354014198 ], [ -75.168199224543898, 39.946625466369802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21682, "tnode_": 21903, "lpoly_": null, "rpoly_": null, "length": 522.60881388999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 73100, "l_hundred": 300, "r_hundred": 300, "seg_id": 421958, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SMEDLEY ST", "stname": "S SMEDLEY ST", "objectid": 12112, "Shape__Length": 208.29196736373632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168598442775703, 39.947467297473601 ], [ -75.168902488213803, 39.946051885357797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21705, "tnode_": 21925, "lpoly_": null, "rpoly_": null, "length": 522.5027831, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 42420, "l_hundred": 300, "r_hundred": 300, "seg_id": 421959, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HICKS ST", "stname": "S HICKS ST", "objectid": 12113, "Shape__Length": 208.24698510633817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166994667067101, 39.947267020206901 ], [ -75.167313051039699, 39.945853772524501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21712, "tnode_": 21705, "lpoly_": null, "rpoly_": null, "length": 151.5002069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1510, "r_f_add": 1501, "r_t_add": 1509, "st_code": 73960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421960, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12114, "Shape__Length": 60.155939387104915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166460284460797, 39.947205418818001 ], [ -75.166994667067101, 39.947267020206901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21009, "tnode_": 21041, "lpoly_": null, "rpoly_": null, "length": 110.05109018, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 121, "l_t_add": 127, "r_f_add": 120, "r_t_add": 126, "st_code": 88470, "l_hundred": 100, "r_hundred": 100, "seg_id": 421964, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12115, "Shape__Length": 43.865889834727518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191944859848604, 39.953577004210999 ], [ -75.192012640055495, 39.953279437690099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21041, "tnode_": 21086, "lpoly_": null, "rpoly_": null, "length": 167.84432079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88470, "l_hundred": 100, "r_hundred": 100, "seg_id": 421965, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12116, "Shape__Length": 66.90393056425853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192012640055495, 39.953279437690099 ], [ -75.192099756412105, 39.9528235879216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28028, "tnode_": 21459, "lpoly_": null, "rpoly_": null, "length": 422.09537162000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 351, "l_t_add": 499, "r_f_add": 350, "r_t_add": 498, "st_code": 88470, "l_hundred": 300, "r_hundred": 300, "seg_id": 421966, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12117, "Shape__Length": 168.22010433845696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192635500319099, 39.949847963214403 ], [ -75.192649609189104, 39.949796271577 ], [ -75.192677673904001, 39.949669268567703 ], [ -75.192725034265194, 39.949566386820301 ], [ -75.192807565935695, 39.949411782884297 ], [ -75.192868230787894, 39.949247116430797 ], [ -75.192921657230997, 39.9488773165099 ], [ -75.192901436456694, 39.948720558001497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20743, "tnode_": 20832, "lpoly_": null, "rpoly_": null, "length": 280.58919084999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 88470, "l_hundred": 0, "r_hundred": 0, "seg_id": 421967, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12118, "Shape__Length": 111.8470627710424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191466937880804, 39.955852158007502 ], [ -75.191625449578495, 39.955091626437998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20832, "tnode_": 20924, "lpoly_": null, "rpoly_": null, "length": 277.71570599, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 88470, "l_hundred": 0, "r_hundred": 0, "seg_id": 421968, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12119, "Shape__Length": 110.70056041751036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191625449578495, 39.955091626437998 ], [ -75.191781364914704, 39.954338763862197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20924, "tnode_": 21009, "lpoly_": null, "rpoly_": null, "length": 281.25536409, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 118, "st_code": 88470, "l_hundred": 100, "r_hundred": 100, "seg_id": 421969, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12120, "Shape__Length": 112.10947911466155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191781364914704, 39.954338763862197 ], [ -75.191944859848604, 39.953577004210999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20743, "tnode_": 20654, "lpoly_": null, "rpoly_": null, "length": 273.68750691000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 29, "st_code": 88460, "l_hundred": 0, "r_hundred": 0, "seg_id": 421970, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12121, "Shape__Length": 109.09799946766871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191466937880804, 39.955852158007502 ], [ -75.191318579776294, 39.956594738942201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18356, "tnode_": 18334, "lpoly_": null, "rpoly_": null, "length": 30.5426621, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 998, "l_t_add": 998, "r_f_add": 999, "r_t_add": 999, "st_code": 88560, "l_hundred": 900, "r_hundred": 900, "seg_id": 421971, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12122, "Shape__Length": 12.177907580129792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201377084501303, 39.9724676557517 ], [ -75.201393499833799, 39.9725505424733 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18282, "tnode_": 18356, "lpoly_": null, "rpoly_": null, "length": 632.80954595999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 84780, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 421972, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12123, "Shape__Length": 251.36092942789841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199142472540004, 39.972716141733699 ], [ -75.201377084501303, 39.9724676557517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21014, "tnode_": 21171, "lpoly_": null, "rpoly_": null, "length": 565.14602641, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 88390, "l_hundred": 100, "r_hundred": 100, "seg_id": 421975, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 12124, "Shape__Length": 225.26600850840777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183743353741093, 39.9533445340684 ], [ -75.184063775190594, 39.951812861332499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21528, "tnode_": 21512, "lpoly_": null, "rpoly_": null, "length": 315.77621956000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 73960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 421976, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12125, "Shape__Length": 125.38925305497406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180023552151198, 39.948881543669202 ], [ -75.181135867821993, 39.949017626559701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21537, "tnode_": 21528, "lpoly_": null, "rpoly_": null, "length": 291.22678928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 73960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 421977, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12126, "Shape__Length": 115.64028733059756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178997033198002, 39.948759378896597 ], [ -75.180023552151198, 39.948881543669202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21548, "tnode_": 21537, "lpoly_": null, "rpoly_": null, "length": 326.6745325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 73960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 421978, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12127, "Shape__Length": 129.71615241285787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177846178203694, 39.948619350167903 ], [ -75.178997033198002, 39.948759378896597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21598, "tnode_": 21658, "lpoly_": null, "rpoly_": null, "length": 157.97196651000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 301, "l_t_add": 309, "r_f_add": 300, "r_t_add": 308, "st_code": 88180, "l_hundred": 300, "r_hundred": 300, "seg_id": 421979, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12128, "Shape__Length": 62.961936652717895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174325385712905, 39.948186948158998 ], [ -75.174422625659304, 39.947759802286598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21031, "tnode_": 20918, "lpoly_": null, "rpoly_": null, "length": 377.25939312999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 2, "l_t_add": 30, "r_f_add": 1, "r_t_add": 31, "st_code": 88090, "l_hundred": 0, "r_hundred": 0, "seg_id": 421981, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2006-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12129, "Shape__Length": 150.37251855969117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166859266400607, 39.952788185174398 ], [ -75.166619391227499, 39.953807222895399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21261, "tnode_": 21250, "lpoly_": null, "rpoly_": null, "length": 225.41148671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 45000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 421982, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 12130, "Shape__Length": 89.506846514981206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165718092511, 39.950604499213497 ], [ -75.166514836144501, 39.9506874262064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21029, "tnode_": 21061, "lpoly_": null, "rpoly_": null, "length": 119.5871092, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 35, "l_t_add": 49, "r_f_add": 10, "r_t_add": 18, "st_code": 88180, "l_hundred": 0, "r_hundred": 0, "seg_id": 421983, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12131, "Shape__Length": 47.666668587117293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173293056347802, 39.952943443607303 ], [ -75.173365295748098, 39.952619903902502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21061, "tnode_": 21044, "lpoly_": null, "rpoly_": null, "length": 547.96455556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 67440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 421985, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 12132, "Shape__Length": 217.59988289460469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173365295748098, 39.952619903902502 ], [ -75.175294975506304, 39.952859042132097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20944, "tnode_": 20996, "lpoly_": null, "rpoly_": null, "length": 182.97602897, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 7, "r_f_add": 2, "r_t_add": 12, "st_code": 88200, "l_hundred": 0, "r_hundred": 0, "seg_id": 421986, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12133, "Shape__Length": 72.934916975346425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175089401125504, 39.953809604582297 ], [ -75.175193053004605, 39.953313687073297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20996, "tnode_": 21011, "lpoly_": null, "rpoly_": null, "length": 42.79073186, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 9, "l_t_add": 9, "r_f_add": 14, "r_t_add": 14, "st_code": 88200, "l_hundred": 0, "r_hundred": 0, "seg_id": 421987, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12134, "Shape__Length": 17.056213906093369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175193053004605, 39.953313687073297 ], [ -75.175219038518094, 39.953197936013602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21011, "tnode_": 21044, "lpoly_": null, "rpoly_": null, "length": 125.2751347, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 11, "l_t_add": 19, "r_f_add": 16, "r_t_add": 28, "st_code": 88200, "l_hundred": 0, "r_hundred": 0, "seg_id": 421988, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12135, "Shape__Length": 49.934020667205871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175219038518094, 39.953197936013602 ], [ -75.175294975506304, 39.952859042132097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21033, "tnode_": 21014, "lpoly_": null, "rpoly_": null, "length": 512.94353136999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 22820, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 421989, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12136, "Shape__Length": 203.69373504775348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181936324205495, 39.953123879324401 ], [ -75.183743353741093, 39.9533445340684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20258, "tnode_": 20240, "lpoly_": null, "rpoly_": null, "length": 445.69567846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 80120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 421990, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12137, "Shape__Length": 177.00576834635748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170344683958206, 39.959100068218703 ], [ -75.171913650348699, 39.959297978169801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20278, "tnode_": 20258, "lpoly_": null, "rpoly_": null, "length": 445.68741056000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1801, "r_t_add": 1899, "st_code": 80120, "l_hundred": 0, "r_hundred": 1800, "seg_id": 421991, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12138, "Shape__Length": 177.0020535491891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168775848444398, 39.958901706166898 ], [ -75.170344683958206, 39.959100068218703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20299, "tnode_": 20278, "lpoly_": null, "rpoly_": null, "length": 457.55520365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1701, "r_t_add": 1799, "st_code": 80120, "l_hundred": 0, "r_hundred": 1700, "seg_id": 421992, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12139, "Shape__Length": 181.71415910427464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167164573346199, 39.958701221828903 ], [ -75.168775848444398, 39.958901706166898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21133, "tnode_": 21214, "lpoly_": null, "rpoly_": null, "length": 280.16599778, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 121, "r_f_add": 100, "r_t_add": 120, "st_code": 88160, "l_hundred": 100, "r_hundred": 100, "seg_id": 421996, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 12140, "Shape__Length": 111.67027151830212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171918299679504, 39.951865182226697 ], [ -75.172087661078095, 39.951107217015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21214, "tnode_": 21248, "lpoly_": null, "rpoly_": null, "length": 103.23315506, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 123, "l_t_add": 133, "r_f_add": 122, "r_t_add": 132, "st_code": 88160, "l_hundred": 100, "r_hundred": 100, "seg_id": 421997, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 19TH ST", "stname": "S 19TH ST", "objectid": 12141, "Shape__Length": 41.148238456191187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172087661078095, 39.951107217015 ], [ -75.172141031139702, 39.950826821564803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21231, "tnode_": 21275, "lpoly_": null, "rpoly_": null, "length": 118.82032234, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 125, "l_t_add": 133, "r_f_add": 126, "r_t_add": 126, "st_code": 88140, "l_hundred": 100, "r_hundred": 100, "seg_id": 421998, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 12142, "Shape__Length": 47.359749052865602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170501640623499, 39.950910862464198 ], [ -75.170572593179998, 39.950589289260897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21275, "tnode_": 21330, "lpoly_": null, "rpoly_": null, "length": 165.6089922, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 135, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88140, "l_hundred": 100, "r_hundred": 100, "seg_id": 421999, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 18TH ST", "stname": "S 18TH ST", "objectid": 12143, "Shape__Length": 66.008718113820606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170572593179998, 39.950589289260897 ], [ -75.170670281473903, 39.950140931768203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20240, "tnode_": 20157, "lpoly_": null, "rpoly_": null, "length": 273.71439671999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 308, "r_f_add": 301, "r_t_add": 309, "st_code": 88170, "l_hundred": 300, "r_hundred": 300, "seg_id": 422001, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 12144, "Shape__Length": 109.11259169922117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171913650348699, 39.959297978169801 ], [ -75.171753643633807, 39.960039201130101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19952, "tnode_": 29564, "lpoly_": null, "rpoly_": null, "length": 457.29168253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 20100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422002, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 12145, "Shape__Length": 181.618565081816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161651990059696, 39.961688710409902 ], [ -75.163184268607097, 39.961881831424797 ], [ -75.163261170944097, 39.961894473908103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19221, "tnode_": 19205, "lpoly_": null, "rpoly_": null, "length": 254.76525164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 55320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 422003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12146, "Shape__Length": 101.18959643717049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162263100477205, 39.966520108299598 ], [ -75.163160162675297, 39.966632652844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19399, "tnode_": 19307, "lpoly_": null, "rpoly_": null, "length": 223.45515393999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 640, "l_t_add": 652, "r_f_add": 641, "r_t_add": 655, "st_code": 88070, "l_hundred": 600, "r_hundred": 600, "seg_id": 422004, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12147, "Shape__Length": 89.085579937594161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162506313908395, 39.965380544526298 ], [ -75.162378058451793, 39.9659859662438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20217, "tnode_": 20207, "lpoly_": null, "rpoly_": null, "length": 215.92668925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 21440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 12148, "Shape__Length": 85.755896775505704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163043470652894, 39.959313905154801 ], [ -75.163801866458698, 39.959417560671497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20222, "tnode_": 20213, "lpoly_": null, "rpoly_": null, "length": 116.3770883, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 324, "r_f_add": 301, "r_t_add": 325, "st_code": 88110, "l_hundred": 300, "r_hundred": 300, "seg_id": 422007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 12149, "Shape__Length": 46.232984992885534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167422202740994, 39.959343028433601 ], [ -75.167029256578402, 39.959446100085501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19135, "tnode_": 19062, "lpoly_": null, "rpoly_": null, "length": 192.03609499000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2524, "l_t_add": 2598, "r_f_add": 2525, "r_t_add": 2599, "st_code": 63960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 422008, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12150, "Shape__Length": 76.422234775554557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179686561128605, 39.967425475340001 ], [ -75.180165461275607, 39.967802462390999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19135, "tnode_": 19131, "lpoly_": null, "rpoly_": null, "length": 403.13252212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 33280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 422009, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12151, "Shape__Length": 160.10595128026972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179686561128605, 39.967425475340001 ], [ -75.181123554028204, 39.967471666332301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18483, "tnode_": 18212, "lpoly_": null, "rpoly_": null, "length": 692.51035194000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 63960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 422010, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12152, "Shape__Length": 275.72703382684244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184192618503204, 39.971319891174701 ], [ -75.184284534992997, 39.9713812707326 ], [ -75.184361219465401, 39.971443803516102 ], [ -75.184468348421305, 39.971537426912299 ], [ -75.184552472227395, 39.971612289521403 ], [ -75.184644494219995, 39.971687328640201 ], [ -75.1847286184056, 39.9717621911199 ], [ -75.184820871444003, 39.971831153437201 ], [ -75.184904995968097, 39.971906016687598 ], [ -75.185004916784195, 39.971981232069702 ], [ -75.185088812275893, 39.972062170971199 ], [ -75.185188023049506, 39.972133561744798 ], [ -75.185273818797796, 39.972208783721698 ], [ -75.185358820897505, 39.972284342889701 ], [ -75.185442916285695, 39.9723602871804 ], [ -75.185525988388804, 39.972436664447102 ], [ -75.185578705816297, 39.972528969793103 ], [ -75.185577489279098, 39.972628598764501 ], [ -75.185525753356799, 39.972806430806799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18574, "tnode_": 18483, "lpoly_": null, "rpoly_": null, "length": 261.98989188000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2836, "l_t_add": 2898, "r_f_add": 2815, "r_t_add": 2899, "st_code": 63960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422011, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12153, "Shape__Length": 104.28131710323441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183564357203807, 39.970787369336698 ], [ -75.184192618503204, 39.971319891174701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18692, "tnode_": 18574, "lpoly_": null, "rpoly_": null, "length": 317.63205202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2834, "r_f_add": 2801, "r_t_add": 2813, "st_code": 63960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422012, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12154, "Shape__Length": 126.41939969216637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182788738770796, 39.970151816952502 ], [ -75.183134908376601, 39.970446264606601 ], [ -75.183564357203807, 39.970787369336698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18777, "tnode_": 18692, "lpoly_": null, "rpoly_": null, "length": 259.94188097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 63960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 422013, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12155, "Shape__Length": 103.45770920132458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182154245685098, 39.969631376882198 ], [ -75.182788738770796, 39.970151816952502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18846, "tnode_": 18777, "lpoly_": null, "rpoly_": null, "length": 223.18656038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2749, "st_code": 63960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 422014, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12156, "Shape__Length": 88.82339986212844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181601327704797, 39.969190488370899 ], [ -75.182154245685098, 39.969631376882198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18154, "tnode_": 18095, "lpoly_": null, "rpoly_": null, "length": 125.39767039, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 909, "st_code": 88340, "l_hundred": 900, "r_hundred": 900, "seg_id": 422015, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 12157, "Shape__Length": 49.997303066803923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182150443029201, 39.973018777990099 ], [ -75.182072577658303, 39.973357757156798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17923, "tnode_": 17900, "lpoly_": null, "rpoly_": null, "length": 357.51911110999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 40780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 12158, "Shape__Length": 142.01939304788752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185211402745594, 39.974284629388599 ], [ -75.186469315281897, 39.974447689887697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18012, "tnode_": 17983, "lpoly_": null, "rpoly_": null, "length": 292.95896293000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 21060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12159, "Shape__Length": 116.37298825506838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185309340663295, 39.973875074969698 ], [ -75.186340181677394, 39.974008294867303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18959, "tnode_": 18949, "lpoly_": null, "rpoly_": null, "length": 133.3915629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1434, "l_t_add": 1498, "r_f_add": 1433, "r_t_add": 1499, "st_code": 19400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12160, "Shape__Length": 52.983742299557306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161435503123599, 39.968048416796201 ], [ -75.161903943392403, 39.968113007019397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18966, "tnode_": 18959, "lpoly_": null, "rpoly_": null, "length": 105.04765796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1422, "l_t_add": 1432, "r_f_add": 1421, "r_t_add": 1431, "st_code": 19400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12161, "Shape__Length": 41.72500819967798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161066175112595, 39.967999412248702 ], [ -75.161435503123599, 39.968048416796201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19453, "tnode_": 19458, "lpoly_": null, "rpoly_": null, "length": 115.52100866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 81040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 422021, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12162, "Shape__Length": 45.882817707554196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188521495376193, 39.965603886006299 ], [ -75.188928276730806, 39.9655529602488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20319, "tnode_": 20397, "lpoly_": null, "rpoly_": null, "length": 204.94645228000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 13, "r_f_add": 2, "r_t_add": 14, "st_code": 88810, "l_hundred": 0, "r_hundred": 0, "seg_id": 422022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 12163, "Shape__Length": 81.699981043000918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222902856257306, 39.959754440770098 ], [ -75.223015204521104, 39.9591985195541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20397, "tnode_": 20425, "lpoly_": null, "rpoly_": null, "length": 79.07993533, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 15, "l_t_add": 19, "r_f_add": 16, "r_t_add": 20, "st_code": 88810, "l_hundred": 0, "r_hundred": 0, "seg_id": 422023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 12164, "Shape__Length": 31.523846884234722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223015204521104, 39.9591985195541 ], [ -75.223061766727795, 39.958984412730501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20397, "tnode_": 20373, "lpoly_": null, "rpoly_": null, "length": 563.14980333000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 51920, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 422024, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12165, "Shape__Length": 223.65173620412631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223015204521104, 39.9591985195541 ], [ -75.2249984958396, 39.9594445522009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20558, "tnode_": 20522, "lpoly_": null, "rpoly_": null, "length": 191.76956944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3428, "r_f_add": 3401, "r_t_add": 3431, "st_code": 48900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422025, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12166, "Shape__Length": 76.235250727905225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191173041249698, 39.957305331067097 ], [ -75.191753145155204, 39.957584323437601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21023, "tnode_": 21101, "lpoly_": null, "rpoly_": null, "length": 282.17159943999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 67, "l_t_add": 107, "r_f_add": 66, "r_t_add": 106, "st_code": 88270, "l_hundred": 0, "r_hundred": 0, "seg_id": 422026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 12167, "Shape__Length": 112.47293115202339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179096652736803, 39.953171728119003 ], [ -75.179184989556305, 39.952768347958902 ], [ -75.179259522812103, 39.9524073492599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21743, "tnode_": 21800, "lpoly_": null, "rpoly_": null, "length": 134.4047601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 300, "r_t_add": 312, "st_code": 19160, "l_hundred": 0, "r_hundred": 300, "seg_id": 422028, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12168, "Shape__Length": 53.56644237445358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164847593844598, 39.947008405507603 ], [ -75.164940015221603, 39.946646369712603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18214, "tnode_": 18143, "lpoly_": null, "rpoly_": null, "length": 134.48061764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1218, "l_t_add": 1228, "r_f_add": 1219, "r_t_add": 1233, "st_code": 88070, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422029, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12169, "Shape__Length": 53.617528202955626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161023490166897, 39.972246441068798 ], [ -75.160935897384306, 39.972609403609802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18230, "tnode_": 18214, "lpoly_": null, "rpoly_": null, "length": 47.93217628, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1214, "l_t_add": 1216, "r_f_add": 1213, "r_t_add": 1217, "st_code": 88070, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422030, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12170, "Shape__Length": 19.112416339493372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161038988020593, 39.972115402655596 ], [ -75.161023490166897, 39.972246441068798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18324, "tnode_": 18230, "lpoly_": null, "rpoly_": null, "length": 155.9303503, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1211, "st_code": 88070, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422031, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12171, "Shape__Length": 62.171313158965368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161125517095101, 39.971692563312899 ], [ -75.161038988020593, 39.972115402655596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17914, "tnode_": 17077, "lpoly_": null, "rpoly_": null, "length": 2239.1744152399997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "3", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9340, "l_hundred": 0, "r_hundred": 0, "seg_id": 422032, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 3", "stname": "SCHUYLKILL EXPY RAMP 3", "objectid": 12172, "Shape__Length": 891.52906681397349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198996126008893, 39.974710604172699 ], [ -75.199222096515598, 39.9749395253911 ], [ -75.199279987411103, 39.975106140376298 ], [ -75.199410802950496, 39.975466025455397 ], [ -75.199543842927298, 39.975766737610897 ], [ -75.199631694478498, 39.975961161041099 ], [ -75.199750000676005, 39.976170244798602 ], [ -75.199865115278101, 39.9763504694753 ], [ -75.200033957787198, 39.976580416942298 ], [ -75.200186913218701, 39.976777931750902 ], [ -75.200371486281099, 39.976987664551501 ], [ -75.200593282027299, 39.977231125955797 ], [ -75.200809009616606, 39.977465403307001 ], [ -75.200822281381093, 39.9774801259111 ], [ -75.201139513794402, 39.977824757177899 ], [ -75.201251911858193, 39.977942437097397 ], [ -75.201395282662702, 39.978082160367002 ], [ -75.201548698881297, 39.978210591682299 ], [ -75.201671270093001, 39.978306259378101 ], [ -75.201849751309993, 39.978422085878101 ], [ -75.202018197803497, 39.978520417032698 ], [ -75.202239688671796, 39.978629795168501 ], [ -75.202479495905806, 39.978735467276003 ], [ -75.2028237061417, 39.978879647737401 ], [ -75.203059426499905, 39.978980292181603 ], [ -75.203237891182994, 39.979068150695802 ], [ -75.203450346715101, 39.979190486865797 ], [ -75.203807929859096, 39.9793591412637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19566, "tnode_": 19570, "lpoly_": null, "rpoly_": null, "length": 523.14302805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2321, "r_t_add": 2399, "st_code": 73800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 422035, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12173, "Shape__Length": 207.79627184208886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176040586715402, 39.964268025609897 ], [ -75.176550399914802, 39.9643879623952 ], [ -75.177156639247698, 39.964450213051798 ], [ -75.177862880607194, 39.964564164319597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20151, "tnode_": 19932, "lpoly_": null, "rpoly_": null, "length": 712.94263285, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88260, "l_hundred": 300, "r_hundred": 300, "seg_id": 422036, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 12174, "Shape__Length": 284.21337156881873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178491081003003, 39.960241922264501 ], [ -75.178569921721405, 39.960522616517601 ], [ -75.178564939618099, 39.960863087348599 ], [ -75.178279279519302, 39.962174236977198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19298, "tnode_": 19260, "lpoly_": null, "rpoly_": null, "length": 198.83020531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 88280, "l_hundred": 500, "r_hundred": 500, "seg_id": 422037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 12175, "Shape__Length": 79.094754391376455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1793508751026, 39.966298369924402 ], [ -75.1791358706528, 39.966364215417798 ], [ -75.178815614808798, 39.966637198917198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20231, "tnode_": 20188, "lpoly_": null, "rpoly_": null, "length": 1078.27081991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422040, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12176, "Shape__Length": 428.23459871439547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175487368270694, 39.959457542859901 ], [ -75.178192554830602, 39.959811913677598 ], [ -75.179281299053301, 39.959944931427302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19679, "tnode_": 19371, "lpoly_": null, "rpoly_": null, "length": 966.85074304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "6", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9355, "l_hundred": 0, "r_hundred": 0, "seg_id": 422041, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 6", "stname": "SCHUYLKILL EXPY RAMP 6", "objectid": 12177, "Shape__Length": 384.82026916571317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184314594408704, 39.964113986963198 ], [ -75.184625669853602, 39.9644532487576 ], [ -75.184983071251395, 39.964826149241397 ], [ -75.185350207951601, 39.9651506107 ], [ -75.185625793297902, 39.965387880259101 ], [ -75.1858867316421, 39.965594411812397 ], [ -75.186255941912094, 39.965864181091398 ], [ -75.186601093892605, 39.966088027783996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17720, "tnode_": 17476, "lpoly_": null, "rpoly_": null, "length": 439.07481644999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "41ST ST", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1651, "r_t_add": 1699, "st_code": 88615, "l_hundred": 0, "r_hundred": 1600, "seg_id": 422043, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "41ST ST DR", "stname": "41ST ST DR", "objectid": 12178, "Shape__Length": 174.97278545043909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206263683733496, 39.9758572655808 ], [ -75.206012441198794, 39.976267033463301 ], [ -75.205777849115904, 39.976649415498102 ], [ -75.205679755448401, 39.976823376035597 ], [ -75.205610972555803, 39.9769527587057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18528, "tnode_": 17987, "lpoly_": null, "rpoly_": null, "length": 1298.26000544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "4", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9345, "l_hundred": 0, "r_hundred": 0, "seg_id": 422044, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 4", "stname": "SCHUYLKILL EXPY RAMP 4", "objectid": 12179, "Shape__Length": 517.24531720508355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193160568906606, 39.971257816366403 ], [ -75.193143892623894, 39.971384857125003 ], [ -75.193142199490396, 39.971482603018899 ], [ -75.193163166975197, 39.971611411505798 ], [ -75.193186060352005, 39.971741791007702 ], [ -75.193227244636901, 39.971913829770898 ], [ -75.193263797290399, 39.972050625131502 ], [ -75.193305384168696, 39.972211977870799 ], [ -75.193362702004805, 39.972430212976001 ], [ -75.193427095140507, 39.972671522795899 ], [ -75.193498794642807, 39.972929802733098 ], [ -75.193557753488193, 39.973157241115601 ], [ -75.193610817856595, 39.973383020034099 ], [ -75.1936559408976, 39.973503199671498 ], [ -75.193713831779405, 39.973600744795903 ], [ -75.193786186546305, 39.973683333709701 ], [ -75.193859460665806, 39.973741496929499 ], [ -75.193892846440804, 39.9737635863641 ], [ -75.194194002807393, 39.9739113297776 ], [ -75.194240536638702, 39.973931801810302 ], [ -75.194392015900405, 39.973996290756702 ], [ -75.194504155489199, 39.974050735676698 ], [ -75.194602088910898, 39.974113266918998 ], [ -75.194682079104595, 39.974177691575797 ], [ -75.194860275765194, 39.974347778148903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19932, "tnode_": 19794, "lpoly_": null, "rpoly_": null, "length": 375.81212525999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88260, "l_hundred": 400, "r_hundred": 400, "seg_id": 422047, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 12180, "Shape__Length": 149.6433191846746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178279279519302, 39.962174236977198 ], [ -75.178253150618403, 39.962245014142397 ], [ -75.1782393645654, 39.962317110443898 ], [ -75.178232319336104, 39.962391032824002 ], [ -75.178230680725804, 39.962464940342798 ], [ -75.178239792259305, 39.9625369597385 ], [ -75.178267454402999, 39.962606198156799 ], [ -75.178311889187697, 39.962672361645097 ], [ -75.178363239761595, 39.962734217414102 ], [ -75.178421372626602, 39.962791951674397 ], [ -75.1788220121976, 39.962999158758699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20406, "tnode_": 27983, "lpoly_": null, "rpoly_": null, "length": 275.56792162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1920, "l_t_add": 1928, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 1900, "r_hundred": 0, "seg_id": 422048, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12181, "Shape__Length": 109.78194875179824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171369529302495, 39.957993070141796 ], [ -75.171385928252406, 39.958101403649302 ], [ -75.1713987284257, 39.958210962735997 ], [ -75.171419887572, 39.958317675082803 ], [ -75.171461361007005, 39.958417503443599 ], [ -75.171530137588107, 39.958510878779101 ], [ -75.171619704787105, 39.958597410498498 ], [ -75.171718870942101, 39.958671967145698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20323, "tnode_": 20406, "lpoly_": null, "rpoly_": null, "length": 347.49811203000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOGAN", "st_type": "CIR", "suf_dir": "W", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 51475, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 422051, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOGAN CIR W", "stname": "LOGAN CIR W", "objectid": 12182, "Shape__Length": 138.21994867347291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170462437702795, 39.958559479019797 ], [ -75.1708969073986, 39.958457858223198 ], [ -75.171106598234203, 39.958347016960303 ], [ -75.171238707065001, 39.958197940411601 ], [ -75.171369529302495, 39.957993070141796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20185, "tnode_": 20116, "lpoly_": null, "rpoly_": null, "length": 240.8758148, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 300, "l_t_add": 326, "r_f_add": 301, "r_t_add": 327, "st_code": 88210, "l_hundred": 300, "r_hundred": 300, "seg_id": 422052, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12183, "Shape__Length": 96.02141043404437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175389581932507, 39.959899120720401 ], [ -75.175240035819201, 39.960550264022302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20552, "tnode_": 20489, "lpoly_": null, "rpoly_": null, "length": 162.93709453000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 130, "l_t_add": 150, "r_f_add": 131, "r_t_add": 149, "st_code": 26080, "l_hundred": 100, "r_hundred": 100, "seg_id": 422053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 12184, "Shape__Length": 64.94415513715667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176574720356996, 39.9570348836899 ], [ -75.176607790096298, 39.957066471658599 ], [ -75.176538643253295, 39.957469694171103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20569, "tnode_": 20557, "lpoly_": null, "rpoly_": null, "length": 228.00839301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 22740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 422054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 12185, "Shape__Length": 90.548078838226189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175223079381297, 39.956874460724897 ], [ -75.1760271453808, 39.956968681870897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20905, "tnode_": 20868, "lpoly_": null, "rpoly_": null, "length": 132.66576555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 40, "l_t_add": 48, "r_f_add": 41, "r_t_add": 49, "st_code": 88150, "l_hundred": 0, "r_hundred": 0, "seg_id": 422056, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 12186, "Shape__Length": 52.880702504161441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171440541162596, 39.954030553722198 ], [ -75.171444519841799, 39.954038779310402 ], [ -75.171368543135301, 39.954389343742498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20368, "tnode_": 20379, "lpoly_": null, "rpoly_": null, "length": 359.33934377999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3596, "r_f_add": 3501, "r_t_add": 3597, "st_code": 67120, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12187, "Shape__Length": 142.74820107665323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192435445103598, 39.958732204736798 ], [ -75.193041907374607, 39.958715256175402 ], [ -75.193494963700402, 39.958702923079599 ], [ -75.193643848726893, 39.9585765739781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20379, "tnode_": 20225, "lpoly_": null, "rpoly_": null, "length": 483.22190148, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 88500, "l_hundred": 100, "r_hundred": 100, "seg_id": 422060, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 12188, "Shape__Length": 192.63459989401986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193643848726893, 39.9585765739781 ], [ -75.193598298544501, 39.958841785094599 ], [ -75.193659161467096, 39.959181078524601 ], [ -75.193791034057497, 39.959890331849302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28443, "tnode_": 21277, "lpoly_": null, "rpoly_": null, "length": 556.6010353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 73960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422061, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12189, "Shape__Length": 221.02310077704649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197246037373603, 39.951030204763498 ], [ -75.199207465515599, 39.9512664190976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27252, "tnode_": 21221, "lpoly_": null, "rpoly_": null, "length": 648.27359280999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 73960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422062, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12190, "Shape__Length": 257.42972629190638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200804342224799, 39.951467544585597 ], [ -75.203086287062305, 39.951754912931399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21142, "tnode_": 21124, "lpoly_": null, "rpoly_": null, "length": 459.94781127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 73960, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422063, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 12191, "Shape__Length": 182.64830236766551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210553952719906, 39.952681425760801 ], [ -75.212173380461607, 39.952883573704902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20657, "tnode_": 20635, "lpoly_": null, "rpoly_": null, "length": 592.3012559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 51920, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422064, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12192, "Shape__Length": 235.22146484740074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206197044157506, 39.956892406380803 ], [ -75.206291020904104, 39.956905847273298 ], [ -75.207401954822899, 39.957040838000502 ], [ -75.208195240399803, 39.957145582424801 ], [ -75.208282523571199, 39.957151783373703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29150, "tnode_": 29148, "lpoly_": null, "rpoly_": null, "length": 540.08275269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88070, "l_hundred": 400, "r_hundred": 400, "seg_id": 422065, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12193, "Shape__Length": 215.30067619419967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163714349962007, 39.959825051091798 ], [ -75.163541318370903, 39.960634587919103 ], [ -75.163406409005603, 39.961288580203203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29025, "tnode_": 19780, "lpoly_": null, "rpoly_": null, "length": 1028.6970375499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88110, "l_hundred": 400, "r_hundred": 400, "seg_id": 422066, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 12194, "Shape__Length": 410.08585749525673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166869906631305, 39.960215902523203 ], [ -75.166418918271702, 39.9622782850021 ], [ -75.166254223040895, 39.962999763941497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29151, "tnode_": 19808, "lpoly_": null, "rpoly_": null, "length": 486.26485235999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 442, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 88090, "l_hundred": 400, "r_hundred": 400, "seg_id": 422067, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12195, "Shape__Length": 193.84879374338357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164977766502304, 39.961485531745801 ], [ -75.164851445310504, 39.962090714486401 ], [ -75.164685661191797, 39.9628012719228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20037, "tnode_": 19900, "lpoly_": null, "rpoly_": null, "length": 398.2964508, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 420, "l_t_add": 498, "r_f_add": 407, "r_t_add": 499, "st_code": 88170, "l_hundred": 400, "r_hundred": 400, "seg_id": 422068, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 12196, "Shape__Length": 158.78024931571275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171499313409299, 39.961187518505497 ], [ -75.171397218646305, 39.961629288682303 ], [ -75.171266238034704, 39.962266033212103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20034, "tnode_": 19921, "lpoly_": null, "rpoly_": null, "length": 328.99199899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 412, "l_t_add": 490, "r_f_add": 423, "r_t_add": 491, "st_code": 88150, "l_hundred": 400, "r_hundred": 400, "seg_id": 422069, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 12197, "Shape__Length": 131.15355360587679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169885588447997, 39.961179524068001 ], [ -75.169704222757602, 39.962071799724399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19900, "tnode_": 19774, "lpoly_": null, "rpoly_": null, "length": 336.51454178, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 529, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 422070, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 12198, "Shape__Length": 134.15272425572488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171266238034704, 39.962266033212103 ], [ -75.17119666312, 39.9625850105636 ], [ -75.171067524001899, 39.963177064580698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19881, "tnode_": 19865, "lpoly_": null, "rpoly_": null, "length": 284.9685217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2100, "l_t_add": 2178, "r_f_add": 2101, "r_t_add": 2179, "st_code": 40180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 422071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12199, "Shape__Length": 113.17978894069331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173186104187593, 39.962507454472998 ], [ -75.173935768514596, 39.962600255249299 ], [ -75.174188881981905, 39.962635824686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19987, "tnode_": 19881, "lpoly_": null, "rpoly_": null, "length": 307.12506832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88190, "l_hundred": 400, "r_hundred": 400, "seg_id": 422073, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12200, "Shape__Length": 122.43396646954342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173376925353097, 39.961677243049799 ], [ -75.173186104187593, 39.962507454472998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20114, "tnode_": 20006, "lpoly_": null, "rpoly_": null, "length": 549.51416208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2101, "r_t_add": 2199, "st_code": 16880, "l_hundred": 0, "r_hundred": 2100, "seg_id": 422074, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12201, "Shape__Length": 218.63369782197302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173611007004794, 39.960533584346898 ], [ -75.174561188042404, 39.961237362416 ], [ -75.1750269832242, 39.961576767462802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20034, "tnode_": 20037, "lpoly_": null, "rpoly_": null, "length": 452.36930543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAMOKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 72140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 422075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAMOKIN ST", "stname": "SHAMOKIN ST", "objectid": 12202, "Shape__Length": 179.64279312886157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169885588447997, 39.961179524068001 ], [ -75.171499313409299, 39.961187518505497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20114, "tnode_": 19987, "lpoly_": null, "rpoly_": null, "length": 421.75019473999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88190, "l_hundred": 300, "r_hundred": 300, "seg_id": 422076, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12203, "Shape__Length": 168.13036700806219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173611007004794, 39.960533584346898 ], [ -75.173376925353097, 39.961677243049799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20098, "tnode_": 20081, "lpoly_": null, "rpoly_": null, "length": 449.15660509000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 20880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 422077, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 12204, "Shape__Length": 178.38390298135405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170004326706206, 39.960607065937999 ], [ -75.171585866541903, 39.960804838873798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20222, "tnode_": 20299, "lpoly_": null, "rpoly_": null, "length": 247.45853587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN TOWN", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 3, "l_t_add": 99, "r_f_add": 4, "r_t_add": 98, "st_code": 35010, "l_hundred": 0, "r_hundred": 0, "seg_id": 422078, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN TOWN BLVD", "stname": "FRANKLIN TOWN BLVD", "objectid": 12205, "Shape__Length": 98.614121799724813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167422202740994, 39.959343028433601 ], [ -75.1671626944417, 39.958829889569003 ], [ -75.167164573346199, 39.958701221828903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20312, "tnode_": 20218, "lpoly_": null, "rpoly_": null, "length": 262.83830598999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 325, "st_code": 88090, "l_hundred": 300, "r_hundred": 300, "seg_id": 422079, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12206, "Shape__Length": 104.77670314452892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165589560602697, 39.958532447193697 ], [ -75.165442381780295, 39.959245026537701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27001, "tnode_": 20239, "lpoly_": null, "rpoly_": null, "length": 465.05428308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 84320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422080, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 12207, "Shape__Length": 184.6931012880799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1622563444962, 39.958852673155597 ], [ -75.163893654831298, 39.9590582267085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19715, "tnode_": 19519, "lpoly_": null, "rpoly_": null, "length": 410.92720375000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 726, "r_f_add": 701, "r_t_add": 743, "st_code": 88660, "l_hundred": 700, "r_hundred": 700, "seg_id": 422133, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 12208, "Shape__Length": 163.83412858425078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210805882654299, 39.964522555716599 ], [ -75.210956299063795, 39.965644648985702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20334, "tnode_": 20231, "lpoly_": null, "rpoly_": null, "length": 2375.9720092100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422081, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12209, "Shape__Length": 943.59971651556111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167121282391506, 39.9584171761134 ], [ -75.167224680128399, 39.958438713572399 ], [ -75.168829728631096, 39.9586362964044 ], [ -75.169611636872901, 39.958730649367197 ], [ -75.170402290480993, 39.958825045825897 ], [ -75.171984816490607, 39.9590139667717 ], [ -75.171994892824401, 39.9590151698958 ], [ -75.172193808908602, 39.9590389149419 ], [ -75.172669794561202, 39.959111495990904 ], [ -75.173897274869503, 39.959254620636997 ], [ -75.174298385233399, 39.9593061994455 ], [ -75.175487368270694, 39.959457542859901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20327, "tnode_": 20237, "lpoly_": null, "rpoly_": null, "length": 1990.2195281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422082, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12210, "Shape__Length": 790.40266370061727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166359304099203, 39.9584500592808 ], [ -75.167212804350996, 39.958551251532 ], [ -75.168793525491395, 39.958757119781701 ], [ -75.169603862812906, 39.9588544126768 ], [ -75.170374718864906, 39.9589508120647 ], [ -75.172131306337306, 39.959171086745798 ], [ -75.172257189449695, 39.959186078917703 ], [ -75.172422325834802, 39.959208034708702 ], [ -75.172894042536797, 39.959273368440201 ], [ -75.173364523015096, 39.9593368974515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20237, "tnode_": 20199, "lpoly_": null, "rpoly_": null, "length": 1078.49704167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422083, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12211, "Shape__Length": 428.32272948929779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173364523015096, 39.9593368974515 ], [ -75.173712290730407, 39.959370810655699 ], [ -75.174042332705596, 39.959420794426002 ], [ -75.174388629014103, 39.959458978467801 ], [ -75.175450521498803, 39.959592285997097 ], [ -75.177160235447502, 39.959817572380999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21521, "tnode_": 21494, "lpoly_": null, "rpoly_": null, "length": 544.31640099000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 68700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422084, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 12212, "Shape__Length": 216.13855601189871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174199682004996, 39.948790157069098 ], [ -75.174734868062799, 39.948858805757098 ], [ -75.176116916371399, 39.949025157985403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21172, "tnode_": 21255, "lpoly_": null, "rpoly_": null, "length": 280.05050767, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 115, "l_t_add": 199, "r_f_add": 114, "r_t_add": 198, "st_code": 79760, "l_hundred": 100, "r_hundred": 100, "seg_id": 422087, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 12213, "Shape__Length": 111.62562334290683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176364059399901, 39.9516385449758 ], [ -75.176521144968802, 39.950879336645798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21119, "tnode_": 21102, "lpoly_": null, "rpoly_": null, "length": 544.54757222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 22820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422089, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12214, "Shape__Length": 216.24136030191519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173492432400906, 39.952061846070897 ], [ -75.175409882907601, 39.952300353948097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26897, "tnode_": 21200, "lpoly_": null, "rpoly_": null, "length": 134.83725309, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 113, "l_t_add": 123, "r_f_add": 110, "r_t_add": 122, "st_code": 88180, "l_hundred": 100, "r_hundred": 100, "seg_id": 422090, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12215, "Shape__Length": 53.744740488022593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173577467624796, 39.951664500616801 ], [ -75.173655627048007, 39.951299275901597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21079, "tnode_": 21123, "lpoly_": null, "rpoly_": null, "length": 164.78637835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 23, "l_t_add": 39, "r_f_add": 22, "r_t_add": 28, "st_code": 88120, "l_hundred": 0, "r_hundred": 0, "seg_id": 422091, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 17TH ST", "stname": "S 17TH ST", "objectid": 12216, "Shape__Length": 65.682257477389086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1685771321728, 39.952340518449503 ], [ -75.168676124220696, 39.951894620794199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20715, "tnode_": 20695, "lpoly_": null, "rpoly_": null, "length": 525.11708306999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 13000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422093, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12217, "Shape__Length": 208.53825426300543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172786720613303, 39.955613924180398 ], [ -75.174633673390503, 39.955854054049198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20754, "tnode_": 20799, "lpoly_": null, "rpoly_": null, "length": 1442.18007728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3198, "r_f_add": 3001, "r_t_add": 3199, "st_code": 46170, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 12218, "Shape__Length": 573.33935145951762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183116497451707, 39.955605297325398 ], [ -75.183204543148506, 39.955771555794698 ], [ -75.183350897080999, 39.9558721394015 ], [ -75.184759724081601, 39.9560252875985 ], [ -75.186576410020095, 39.956260513443503 ], [ -75.186715442009401, 39.956243289603101 ], [ -75.186849008866901, 39.9561571315922 ], [ -75.186924888665999, 39.956031108799898 ], [ -75.187060132588897, 39.955349155862002 ], [ -75.187066528719697, 39.955304923137902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20754, "tnode_": 20567, "lpoly_": null, "rpoly_": null, "length": 568.66691359000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 88380, "l_hundred": 0, "r_hundred": 0, "seg_id": 422095, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 12219, "Shape__Length": 226.60992943255411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183116497451707, 39.955605297325398 ], [ -75.183094235669401, 39.9557041041041 ], [ -75.183072390821494, 39.955802998596702 ], [ -75.183050825859496, 39.955901951607601 ], [ -75.183029404836006, 39.956000935767598 ], [ -75.183007994210399, 39.956099921959499 ], [ -75.182986458101496, 39.956198881013499 ], [ -75.182964661729599, 39.956297785586301 ], [ -75.182942470381903, 39.956396606534199 ], [ -75.182919746937202, 39.9564953164614 ], [ -75.182896356681496, 39.9565938862238 ], [ -75.1828721660697, 39.9566922867035 ], [ -75.1828470391482, 39.956790490530601 ], [ -75.182816468770298, 39.956889817740901 ], [ -75.182765705818397, 39.956982873455601 ], [ -75.182596955567405, 39.9570671564815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18685, "tnode_": 18668, "lpoly_": null, "rpoly_": null, "length": 240.09091222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 61140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12220, "Shape__Length": 95.36606076871449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160703430478804, 39.9697085555161 ], [ -75.1612244689248, 39.969767965888302 ], [ -75.161548323446098, 39.969816203394998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19107, "tnode_": 18971, "lpoly_": null, "rpoly_": null, "length": 426.28749154999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 68280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422102, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 12221, "Shape__Length": 169.6801587148862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160937519680502, 39.9670998730465 ], [ -75.161940498991996, 39.967979544934103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18643, "tnode_": 18626, "lpoly_": null, "rpoly_": null, "length": 363.17483434000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 61140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12222, "Shape__Length": 144.25345961713347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163115465818095, 39.970014018937903 ], [ -75.163820541891297, 39.970094109904402 ], [ -75.164009395354, 39.970116611804798 ], [ -75.164397217607998, 39.970160090123102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18685, "tnode_": 18566, "lpoly_": null, "rpoly_": null, "length": 229.46557148, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 852, "l_t_add": 898, "r_f_add": 861, "r_t_add": 899, "st_code": 21400, "l_hundred": 800, "r_hundred": 800, "seg_id": 422105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 12223, "Shape__Length": 91.486096714323011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160703430478804, 39.9697085555161 ], [ -75.160649809753295, 39.969913128783197 ], [ -75.160562493318693, 39.970328956341604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19221, "tnode_": 19110, "lpoly_": null, "rpoly_": null, "length": 213.09246599, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 670, "l_t_add": 698, "r_f_add": 673, "r_t_add": 699, "st_code": 88070, "l_hundred": 600, "r_hundred": 600, "seg_id": 422107, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12224, "Shape__Length": 84.953569007879508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162263100477205, 39.966520108299598 ], [ -75.162209199905305, 39.966743161095998 ], [ -75.162126901907698, 39.967095607212997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17895, "tnode_": 17914, "lpoly_": null, "rpoly_": null, "length": 168.7812569, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3720, "r_f_add": 3741, "r_t_add": 3749, "st_code": 37040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422110, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 12225, "Shape__Length": 67.044595297298102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198400282980202, 39.974777859908301 ], [ -75.198996126008893, 39.974710604172699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17868, "tnode_": 17654, "lpoly_": null, "rpoly_": null, "length": 378.77444996000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 76760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 12226, "Shape__Length": 151.03066909653418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176421424844804, 39.974412253627797 ], [ -75.176463050032297, 39.974692038714899 ], [ -75.176311561929197, 39.975441198159402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18035, "tnode_": 18001, "lpoly_": null, "rpoly_": null, "length": 462.04013408999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 21060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422112, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12227, "Shape__Length": 183.53915221659042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182011739233005, 39.973650861247499 ], [ -75.1836352048892, 39.973871334712598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18097, "tnode_": 18065, "lpoly_": null, "rpoly_": null, "length": 452.86879197000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 65260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422113, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12228, "Shape__Length": 179.89178405478486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185396551759993, 39.973426366149702 ], [ -75.186991867770701, 39.973623850299902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17564, "tnode_": 17539, "lpoly_": null, "rpoly_": null, "length": 283.86724968000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2711, "r_t_add": 2799, "st_code": 77160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 422115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 12229, "Shape__Length": 112.76476901556696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180477307723706, 39.975982459040402 ], [ -75.181476398265303, 39.976110579996899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19127, "tnode_": 18955, "lpoly_": null, "rpoly_": null, "length": 377.17782502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 730, "r_f_add": 701, "r_t_add": 731, "st_code": 88210, "l_hundred": 700, "r_hundred": 700, "seg_id": 422116, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12230, "Shape__Length": 150.39048177315073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173985974556203, 39.967323224844201 ], [ -75.173957565417297, 39.9683583943904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18996, "tnode_": 18998, "lpoly_": null, "rpoly_": null, "length": 455.96543041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEROT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 64300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 422117, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEROT ST", "stname": "PEROT ST", "objectid": 12231, "Shape__Length": 181.08979513256165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176851883944195, 39.968122940804101 ], [ -75.178478158439702, 39.968153313949301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19050, "tnode_": 19051, "lpoly_": null, "rpoly_": null, "length": 456.14017663000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 61320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 422118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 12232, "Shape__Length": 181.15835484650216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176916427003903, 39.967812221707099 ], [ -75.178543331983406, 39.967842137905798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19058, "tnode_": 19011, "lpoly_": null, "rpoly_": null, "length": 96.5581274, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 702, "l_t_add": 708, "r_f_add": 715, "r_t_add": 721, "st_code": 88230, "l_hundred": 700, "r_hundred": 700, "seg_id": 422120, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12233, "Shape__Length": 38.497533728671073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175307679929901, 39.967713504703397 ], [ -75.175261351163797, 39.967976160900399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29115, "tnode_": 19791, "lpoly_": null, "rpoly_": null, "length": 1235.2894001299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34376, "l_t_add": 34396, "r_f_add": 34377, "r_t_add": 34397, "st_code": 1150, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 422121, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-11-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 12234, "Shape__Length": 491.77181550898382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867466917912, 39.965990392707901 ], [ -75.186096648218694, 39.965477466465103 ], [ -75.185515264023095, 39.964965763700299 ], [ -75.184965707838998, 39.964448687522903 ], [ -75.184563450047705, 39.9640078839751 ], [ -75.184420060165706, 39.963828304110201 ], [ -75.1840240441812, 39.963337695081101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20415, "tnode_": 20279, "lpoly_": null, "rpoly_": null, "length": 393.22888002999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 239, "st_code": 88230, "l_hundred": 200, "r_hundred": 200, "seg_id": 422124, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12235, "Shape__Length": 156.74993723010249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176979370339495, 39.958018112959103 ], [ -75.176850016606195, 39.958504685883597 ], [ -75.176731863230302, 39.959080361461602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20261, "tnode_": 20185, "lpoly_": null, "rpoly_": null, "length": 257.72239882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 266, "l_t_add": 298, "r_f_add": 265, "r_t_add": 299, "st_code": 88210, "l_hundred": 200, "r_hundred": 200, "seg_id": 422125, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12236, "Shape__Length": 102.73752655969571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175539428284907, 39.9592011079217 ], [ -75.175486159475696, 39.959454496440102 ], [ -75.175457174686301, 39.959593728251797 ], [ -75.175389581932507, 39.959899120720401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18389, "tnode_": 18248, "lpoly_": null, "rpoly_": null, "length": 271.6505867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1032, "l_t_add": 1098, "r_f_add": 1045, "r_t_add": 1099, "st_code": 16760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422126, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 12237, "Shape__Length": 108.30978691590018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212057560262906, 39.972517015538401 ], [ -75.212173132617195, 39.973146510201303 ], [ -75.212214779409393, 39.973251709578598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18663, "tnode_": 18374, "lpoly_": null, "rpoly_": null, "length": 585.25746846999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 920, "l_t_add": 1098, "r_f_add": 921, "r_t_add": 1099, "st_code": 88600, "l_hundred": 900, "r_hundred": 900, "seg_id": 422127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12238, "Shape__Length": 233.35539597316421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205910773535507, 39.970884687677298 ], [ -75.205938690663103, 39.971177740850798 ], [ -75.205971446410402, 39.971388288270497 ], [ -75.206174477650094, 39.972477862473298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20981, "tnode_": 20955, "lpoly_": null, "rpoly_": null, "length": 561.2431004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 70940, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422128, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12239, "Shape__Length": 222.87749787077624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194625971644896, 39.953911587971497 ], [ -75.196136986153704, 39.9541011491361 ], [ -75.1966020149423, 39.954158586369402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21057, "tnode_": 21039, "lpoly_": null, "rpoly_": null, "length": 561.17732064999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 81140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422129, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12240, "Shape__Length": 222.84860769507739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194789106847693, 39.953151323464702 ], [ -75.1967652085916, 39.953396814354399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19986, "tnode_": 28841, "lpoly_": null, "rpoly_": null, "length": 644.57824134000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 88700, "l_hundred": 600, "r_hundred": 600, "seg_id": 422136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12241, "Shape__Length": 256.97705173863687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213063576357101, 39.962586166609903 ], [ -75.213018244890307, 39.962668355536799 ], [ -75.213230325143499, 39.964340574458497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20235, "tnode_": 20226, "lpoly_": null, "rpoly_": null, "length": 529.1231624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 63560, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 12242, "Shape__Length": 210.16170042593535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196929378746105, 39.9598885657919 ], [ -75.197940583952203, 39.960121820923 ], [ -75.198768027416705, 39.9600558248003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20254, "tnode_": 20208, "lpoly_": null, "rpoly_": null, "length": 360.99552045999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3710, "l_t_add": 3798, "r_f_add": 3711, "r_t_add": 3799, "st_code": 48900, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12243, "Shape__Length": 143.52819489837117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195741046923004, 39.959674087950198 ], [ -75.196813800801095, 39.960222324166899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20275, "tnode_": 20293, "lpoly_": null, "rpoly_": null, "length": 462.78144455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3848, "r_f_add": 3801, "r_t_add": 3849, "st_code": 65460, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422139, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12244, "Shape__Length": 183.78134775900088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197041883711705, 39.959574051114402 ], [ -75.198513571165805, 39.959454454313999 ], [ -75.198683323821697, 39.959438649643701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20293, "tnode_": 20307, "lpoly_": null, "rpoly_": null, "length": 337.91043581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3851, "r_t_add": 3899, "st_code": 65460, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422140, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12245, "Shape__Length": 134.19130409208003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198683323821697, 39.959438649643701 ], [ -75.199405873868002, 39.959386904865603 ], [ -75.199882560998503, 39.959345322426799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20358, "tnode_": 20368, "lpoly_": null, "rpoly_": null, "length": 443.41389497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 67120, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422141, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12246, "Shape__Length": 176.08107724996495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190854751311306, 39.958776759915303 ], [ -75.191486698016902, 39.958759623065603 ], [ -75.192435445103598, 39.958732204736798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20538, "tnode_": 20520, "lpoly_": null, "rpoly_": null, "length": 429.61385674000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3948, "r_f_add": 3901, "r_t_add": 3949, "st_code": 34000, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 12247, "Shape__Length": 170.62151282452967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199479529154203, 39.957563255141999 ], [ -75.1996766886069, 39.957613524582598 ], [ -75.200984392597505, 39.957776799292503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20981, "tnode_": 21057, "lpoly_": null, "rpoly_": null, "length": 280.70160002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 133, "l_t_add": 199, "r_f_add": 132, "r_t_add": 198, "st_code": 88510, "l_hundred": 100, "r_hundred": 100, "seg_id": 422148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 12248, "Shape__Length": 111.88805523178229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194625971644896, 39.953911587971497 ], [ -75.194789106847693, 39.953151323464702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21086, "tnode_": 21057, "lpoly_": null, "rpoly_": null, "length": 763.38175752000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 81140, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422149, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12249, "Shape__Length": 303.14346500428371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192099756412105, 39.9528235879216 ], [ -75.1924018229669, 39.9528558835854 ], [ -75.194789106847693, 39.953151323464702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27241, "tnode_": 21357, "lpoly_": null, "rpoly_": null, "length": 433.44420495000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 221, "l_t_add": 299, "r_f_add": 222, "r_t_add": 298, "st_code": 88470, "l_hundred": 200, "r_hundred": 200, "seg_id": 422150, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12250, "Shape__Length": 172.76648443578986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192346220153993, 39.951630542564203 ], [ -75.1925889677225, 39.950455442258097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19269, "tnode_": 19021, "lpoly_": null, "rpoly_": null, "length": 526.52212237000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 736, "l_t_add": 798, "r_f_add": 735, "r_t_add": 799, "st_code": 88460, "l_hundred": 700, "r_hundred": 700, "seg_id": 422152, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12251, "Shape__Length": 209.90326690613534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192141915690897, 39.9668976611514 ], [ -75.192268722851793, 39.967531715906901 ], [ -75.192361569657706, 39.967967441424598 ], [ -75.192504898613194, 39.968312556856198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19410, "tnode_": 19331, "lpoly_": null, "rpoly_": null, "length": 499.08610324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 53300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 422153, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12252, "Shape__Length": 198.35460302184714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188989998450793, 39.965919832101697 ], [ -75.189430081591198, 39.966109685525403 ], [ -75.189788551101998, 39.966245403611197 ], [ -75.190597254086299, 39.966505490685599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20198, "tnode_": 20068, "lpoly_": null, "rpoly_": null, "length": 452.30029487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88580, "l_hundred": 400, "r_hundred": 400, "seg_id": 422155, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12253, "Shape__Length": 180.32133690825196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2021046122249, 39.9604153997225 ], [ -75.202197721391002, 39.961257640094203 ], [ -75.202237100344803, 39.9616528186274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20298, "tnode_": 20180, "lpoly_": null, "rpoly_": null, "length": 623.14359391000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19130, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 2000, "r_hundred": 0, "seg_id": 422156, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12254, "Shape__Length": 247.88020871339103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172083547579405, 39.958801133131203 ], [ -75.172353056834595, 39.958902553850002 ], [ -75.172563482644307, 39.959028749833699 ], [ -75.172694265304898, 39.959122916454 ], [ -75.172786487802895, 39.959191888439797 ], [ -75.173747711910295, 39.959919606886402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20323, "tnode_": 20258, "lpoly_": null, "rpoly_": null, "length": 199.72700363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88150, "l_hundred": 200, "r_hundred": 200, "seg_id": 422157, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 12255, "Shape__Length": 79.617224136089135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170462437702795, 39.958559479019797 ], [ -75.170425019151807, 39.958713440054602 ], [ -75.170405073228494, 39.958822464819498 ], [ -75.170383844086103, 39.958901791226801 ], [ -75.170344683958206, 39.959100068218703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20331, "tnode_": 20278, "lpoly_": null, "rpoly_": null, "length": 160.15895354, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88130, "l_hundred": 300, "r_hundred": 300, "seg_id": 422158, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 12256, "Shape__Length": 63.845073330724162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168864035462803, 39.958467318865502 ], [ -75.168775848444398, 39.958901706166898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20355, "tnode_": 20299, "lpoly_": null, "rpoly_": null, "length": 161.21833244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88110, "l_hundred": 300, "r_hundred": 300, "seg_id": 422159, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 12257, "Shape__Length": 64.262300055203525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1672840493747, 39.9582683129996 ], [ -75.167164573346199, 39.958701221828903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20374, "tnode_": 20312, "lpoly_": null, "rpoly_": null, "length": 164.40287988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88090, "l_hundred": 300, "r_hundred": 300, "seg_id": 422160, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12258, "Shape__Length": 65.536321763381636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165677623212503, 39.958086711693902 ], [ -75.165659326786894, 39.958243070882901 ], [ -75.165640529094404, 39.958321711572403 ], [ -75.165589560602697, 39.958532447193697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20385, "tnode_": 20342, "lpoly_": null, "rpoly_": null, "length": 130.06266257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 298, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 88070, "l_hundred": 200, "r_hundred": 200, "seg_id": 422161, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12259, "Shape__Length": 51.848738550070152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164138064247894, 39.957938635038701 ], [ -75.164125312556493, 39.958056458234097 ], [ -75.164114409478998, 39.958135277556998 ], [ -75.1640951474579, 39.958226071286703 ], [ -75.164081211025604, 39.958292761231803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17734, "tnode_": 17697, "lpoly_": null, "rpoly_": null, "length": 1055.7025310500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREWERY HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 18755, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422162, "oneway": "TF", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2004-06-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREWERY HILL DR", "stname": "BREWERY HILL DR", "objectid": 12260, "Shape__Length": 419.84906800940774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190625452493805, 39.9754956529002 ], [ -75.190309318361599, 39.975722029473602 ], [ -75.190013957152402, 39.975810494505502 ], [ -75.189866780622495, 39.975874420962498 ], [ -75.1897789157766, 39.975954071325397 ], [ -75.189732831689895, 39.976050977354198 ], [ -75.189742444152103, 39.976127042288297 ], [ -75.189813716574903, 39.976222725576001 ], [ -75.189973215904402, 39.976295413722703 ], [ -75.190162028802007, 39.9763188279749 ], [ -75.190381418137093, 39.976325641686898 ], [ -75.190564412109893, 39.976304759873997 ], [ -75.190838848861304, 39.976241750560597 ], [ -75.1912020148647, 39.976076065247497 ], [ -75.191641007516296, 39.975818935775102 ], [ -75.191878264221501, 39.975684205666198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19984, "tnode_": 19986, "lpoly_": null, "rpoly_": null, "length": 704.21569345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4598, "r_f_add": 4401, "r_t_add": 4599, "st_code": 41240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422163, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-03-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12261, "Shape__Length": 279.67006837307241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210561907892298, 39.962580589376202 ], [ -75.211931229952796, 39.9626714137787 ], [ -75.211981474296707, 39.962669815031198 ], [ -75.213063576357101, 39.962586166609903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20342, "tnode_": 20312, "lpoly_": null, "rpoly_": null, "length": 431.75901311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1501, "r_t_add": 1599, "st_code": 80120, "l_hundred": 0, "r_hundred": 1500, "seg_id": 422164, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12262, "Shape__Length": 171.47892743612712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164081211025604, 39.958292761231803 ], [ -75.165589560602697, 39.958532447193697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20695, "tnode_": 20637, "lpoly_": null, "rpoly_": null, "length": 193.59393586, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 115, "st_code": 88190, "l_hundred": 100, "r_hundred": 100, "seg_id": 422165, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12263, "Shape__Length": 77.171047776188033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633673390503, 39.955854054049198 ], [ -75.174530758233402, 39.956379558994399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17591, "tnode_": 17430, "lpoly_": null, "rpoly_": null, "length": 774.27696613000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 46020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 12264, "Shape__Length": 307.78027092334526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218496153284605, 39.9763565733777 ], [ -75.220431602227194, 39.977074921721098 ], [ -75.220981781600599, 39.977284353967399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19890, "tnode_": 19903, "lpoly_": null, "rpoly_": null, "length": 379.24905247000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "PL", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 81035, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE PL", "stname": "WALLACE PL", "objectid": 12265, "Shape__Length": 150.67839468211719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216289738081898, 39.9633964107148 ], [ -75.215497844715799, 39.963453798120803 ], [ -75.215425347164995, 39.963430656390798 ], [ -75.215403975823307, 39.963356649987702 ], [ -75.215483926138205, 39.963309393577099 ], [ -75.215761565408599, 39.963283092134397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21405, "tnode_": 21365, "lpoly_": null, "rpoly_": null, "length": 456.40848684999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 74100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 12266, "Shape__Length": 181.28179696228986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174425677557096, 39.949714558956401 ], [ -75.174985242469305, 39.949778543118001 ], [ -75.174976588287507, 39.949867677999798 ], [ -75.175912504537393, 39.949973981572498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19371, "tnode_": 18528, "lpoly_": null, "rpoly_": null, "length": 2718.2676895300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34324, "l_t_add": 34374, "r_f_add": 34325, "r_t_add": 34375, "st_code": 1160, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 422170, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 12267, "Shape__Length": 1081.7412396219991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186601093892605, 39.966088027783996 ], [ -75.187426552732404, 39.966680955394899 ], [ -75.188362664403698, 39.967218812346999 ], [ -75.189775423798395, 39.967822802570602 ], [ -75.190176269780395, 39.968003886267297 ], [ -75.190475230098102, 39.968155917859903 ], [ -75.190799151010907, 39.9683429337842 ], [ -75.191046691412495, 39.9685025612334 ], [ -75.191362161989801, 39.968725454385499 ], [ -75.191656480382406, 39.968963175926497 ], [ -75.191981520824299, 39.9692715303974 ], [ -75.192219061687098, 39.9695271121169 ], [ -75.192457243209802, 39.9698411802705 ], [ -75.192582237842998, 39.970011187787001 ], [ -75.192719864777303, 39.970223008622703 ], [ -75.192895251001801, 39.970544965643597 ], [ -75.1930320087056, 39.970836552689597 ], [ -75.193106725150301, 39.9710404135731 ], [ -75.193160568906606, 39.971257816366403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16942, "tnode_": 16681, "lpoly_": null, "rpoly_": null, "length": 1591.20272462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4998, "r_f_add": 4701, "r_t_add": 4999, "st_code": 14220, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422171, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 12268, "Shape__Length": 632.55169789545425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214161357113795, 39.980312004141403 ], [ -75.215319223685498, 39.980747128996597 ], [ -75.218526923318905, 39.981935280614202 ], [ -75.218782680028497, 39.9820300089496 ], [ -75.219274085532007, 39.982212015194001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17164, "tnode_": 16942, "lpoly_": null, "rpoly_": null, "length": 1265.0141295400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4252, "l_t_add": 4698, "r_f_add": 4251, "r_t_add": 4699, "st_code": 14220, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422172, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 12269, "Shape__Length": 502.88898558428559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210125207671993, 39.978772195387698 ], [ -75.2102308449888, 39.978855390126398 ], [ -75.214161357113795, 39.980312004141403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17200, "tnode_": 16712, "lpoly_": null, "rpoly_": null, "length": 2663.8399264700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 24660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422173, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12270, "Shape__Length": 1059.1645564884896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213708771897998, 39.978630226895802 ], [ -75.214177267111495, 39.978791212970897 ], [ -75.215361817843103, 39.979225991469796 ], [ -75.218840058227201, 39.980513788553203 ], [ -75.219081175146897, 39.980603128931399 ], [ -75.219892499658698, 39.980914078314001 ], [ -75.220144934948905, 39.981024343849697 ], [ -75.220371478849998, 39.981150715613602 ], [ -75.220537026564699, 39.981265551350504 ], [ -75.220670702181394, 39.9813630051136 ], [ -75.220840406742894, 39.981527965373097 ], [ -75.221027370502995, 39.981714617012599 ], [ -75.221212207293803, 39.981861378390199 ], [ -75.221518489973604, 39.982013595639899 ], [ -75.221946601696999, 39.982139947589097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17210, "tnode_": 17164, "lpoly_": null, "rpoly_": null, "length": 271.89068615000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4240, "l_t_add": 4250, "r_f_add": 4241, "r_t_add": 4249, "st_code": 14220, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422174, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 12271, "Shape__Length": 108.08264955094798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209254162836402, 39.978443520759001 ], [ -75.210125207671993, 39.978772195387698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17375, "tnode_": 17200, "lpoly_": null, "rpoly_": null, "length": 873.52325941999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4252, "l_t_add": 4698, "r_f_add": 4253, "r_t_add": 4699, "st_code": 24660, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422175, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12272, "Shape__Length": 347.23709118895607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210903501295405, 39.977585266683398 ], [ -75.212615150405199, 39.978210975329603 ], [ -75.213708771897998, 39.978630226895802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17438, "tnode_": 17375, "lpoly_": null, "rpoly_": null, "length": 293.00335145000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4240, "l_t_add": 4250, "r_f_add": 4241, "r_t_add": 4251, "st_code": 24660, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422176, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12273, "Shape__Length": 116.48052467665035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209978090920799, 39.977237259024101 ], [ -75.210056729386807, 39.977305173664597 ], [ -75.210753641274394, 39.977566918534301 ], [ -75.210903501295405, 39.977585266683398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17439, "tnode_": 17210, "lpoly_": null, "rpoly_": null, "length": 1093.16617982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4238, "r_f_add": 4101, "r_t_add": 4239, "st_code": 14220, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422177, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 12274, "Shape__Length": 434.61479480365188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205880818396295, 39.9770653192734 ], [ -75.205899487553793, 39.977153682803497 ], [ -75.205920327902305, 39.977202434996002 ], [ -75.2059510977857, 39.977228723649297 ], [ -75.206004261148493, 39.977256078156898 ], [ -75.206064980365198, 39.977283601037101 ], [ -75.206229831788406, 39.9773648983751 ], [ -75.209076967831194, 39.978423626418703 ], [ -75.209254162836402, 39.978443520759001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17687, "tnode_": 17438, "lpoly_": null, "rpoly_": null, "length": 1071.4294211399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4238, "r_f_add": 4101, "r_t_add": 4239, "st_code": 24660, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422178, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12275, "Shape__Length": 425.89682945821647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206535831137501, 39.975957657197299 ], [ -75.209978090920799, 39.977237259024101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17720, "tnode_": 17687, "lpoly_": null, "rpoly_": null, "length": 84.58626137, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4076, "l_t_add": 4098, "r_f_add": 4077, "r_t_add": 4099, "st_code": 24660, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422179, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12276, "Shape__Length": 33.622671927364429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206263683733496, 39.9758572655808 ], [ -75.206535831137501, 39.975957657197299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17721, "tnode_": 17720, "lpoly_": null, "rpoly_": null, "length": 555.56332912000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CONCOURSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4074, "r_f_add": 4001, "r_t_add": 4075, "st_code": 24660, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422180, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CONCOURSE DR", "stname": "S CONCOURSE DR", "objectid": 12277, "Shape__Length": 220.74154093415825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204365476601396, 39.975801494095002 ], [ -75.204785169525607, 39.975690444641998 ], [ -75.205122915142795, 39.975636007390698 ], [ -75.205444696415697, 39.975641222908202 ], [ -75.205826812303201, 39.9757015416643 ], [ -75.206263683733496, 39.9758572655808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17811, "tnode_": 17618, "lpoly_": null, "rpoly_": null, "length": 1081.06212712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3400, "l_t_add": 3798, "r_f_add": 3401, "r_t_add": 3799, "st_code": 49040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422181, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 12278, "Shape__Length": 429.67530306161558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194900422937394, 39.975171190293104 ], [ -75.195201220662099, 39.975433930972002 ], [ -75.195523594951993, 39.9756553236858 ], [ -75.195889231290906, 39.975733305578899 ], [ -75.196369651780302, 39.975834249312001 ], [ -75.1968641000188, 39.9759604672753 ], [ -75.197409003648701, 39.976072442340502 ], [ -75.198037361904298, 39.976155547292798 ], [ -75.198402672874295, 39.976201491177399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17476, "tnode_": 17439, "lpoly_": null, "rpoly_": null, "length": 89.59224836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4100, "r_f_add": 0, "r_t_add": 0, "st_code": 49040, "l_hundred": 4100, "r_hundred": 0, "seg_id": 422182, "oneway": "TF", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 12279, "Shape__Length": 35.625002349589046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205610972555803, 39.9769527587057 ], [ -75.205641603549495, 39.9769542361378 ], [ -75.205685560693993, 39.9769577227285 ], [ -75.205730818765005, 39.976970031938599 ], [ -75.2057855385723, 39.976991344694603 ], [ -75.205825291789097, 39.977019863410099 ], [ -75.205853765221306, 39.977044362243298 ], [ -75.205880818396295, 39.9770653192734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18010, "tnode_": 17975, "lpoly_": null, "rpoly_": null, "length": 401.9818916, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 40780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 422184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 12280, "Shape__Length": 159.67748599909831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180535624289405, 39.973770502564598 ], [ -75.181953307849497, 39.973937868884803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18746, "tnode_": 18733, "lpoly_": null, "rpoly_": null, "length": 197.99663632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 34580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 422185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 12281, "Shape__Length": 78.645212065883698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181399844112093, 39.969802069618702 ], [ -75.182097482317303, 39.9698874712467 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19062, "tnode_": 18846, "lpoly_": null, "rpoly_": null, "length": 668.65915757999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 63960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 422186, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12282, "Shape__Length": 266.16693217208507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180165461275607, 39.967802462390999 ], [ -75.181590838832804, 39.969034239065401 ], [ -75.181533946701293, 39.969075538342302 ], [ -75.181601327704797, 39.969190488370899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19738, "tnode_": 19690, "lpoly_": null, "rpoly_": null, "length": 167.89199598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4040, "l_t_add": 4098, "r_f_add": 4041, "r_t_add": 4099, "st_code": 81480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 12283, "Shape__Length": 66.782065878708309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205439608318201, 39.964256727062804 ], [ -75.205712526227899, 39.964422659803901 ], [ -75.205902428740899, 39.964549101821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19058, "tnode_": 19032, "lpoly_": null, "rpoly_": null, "length": 449.50880919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 61320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 422190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 12284, "Shape__Length": 178.54273963560368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175307679929901, 39.967713504703397 ], [ -75.176890294168899, 39.967912995042703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20776, "tnode_": 20743, "lpoly_": null, "rpoly_": null, "length": 561.28057375999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 53560, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422191, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12285, "Shape__Length": 222.8984568732526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189491321902295, 39.955602272066102 ], [ -75.191466937880804, 39.955852158007502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20817, "tnode_": 20799, "lpoly_": null, "rpoly_": null, "length": 484.68622564999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3149, "st_code": 53560, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 422192, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12286, "Shape__Length": 192.47945573456232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1853605466696, 39.955089039125397 ], [ -75.187066528719697, 39.955304923137902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20840, "tnode_": 20817, "lpoly_": null, "rpoly_": null, "length": 575.24960145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 53560, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12287, "Shape__Length": 228.44423395624258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183336831926695, 39.954828078734799 ], [ -75.1853605466696, 39.955089039125397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20788, "tnode_": 20776, "lpoly_": null, "rpoly_": null, "length": 347.13850979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3212, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 53560, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 422194, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12288, "Shape__Length": 137.85630547715803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188268752441601, 39.955451048246502 ], [ -75.189491321902295, 39.955602272066102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20539, "tnode_": 20524, "lpoly_": null, "rpoly_": null, "length": 315.92209423000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 22740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 422197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 12289, "Shape__Length": 125.46381767450097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177180090571895, 39.957109820483602 ], [ -75.178291394090905, 39.9572537765739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20294, "tnode_": 20284, "lpoly_": null, "rpoly_": null, "length": 152.89806271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422198, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 12290, "Shape__Length": 60.722540953263852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163434647954901, 39.958669676499198 ], [ -75.163972545788596, 39.958739146802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18073, "tnode_": 18037, "lpoly_": null, "rpoly_": null, "length": 444.04855814999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 20760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 422199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CABOT ST", "stname": "W CABOT ST", "objectid": 12291, "Shape__Length": 176.38730680069048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160855607751898, 39.973006408219298 ], [ -75.162419553533198, 39.973201425822403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17441, "tnode_": 17396, "lpoly_": null, "rpoly_": null, "length": 81.15101297, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12292, "Shape__Length": 32.358247499872533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187929648491505, 39.9767323734307 ], [ -75.187884796401804, 39.976952454362703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21146, "tnode_": 21272, "lpoly_": null, "rpoly_": null, "length": 416.82619397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 129, "l_t_add": 205, "r_f_add": 128, "r_t_add": 210, "st_code": 88270, "l_hundred": 100, "r_hundred": 100, "seg_id": 422204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 24TH ST", "stname": "S 24TH ST", "objectid": 12293, "Shape__Length": 166.14069628433549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179354310692503, 39.951942637535701 ], [ -75.179511148501803, 39.9512491148718 ], [ -75.179607404726397, 39.950815100038596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19011, "tnode_": 18931, "lpoly_": null, "rpoly_": null, "length": 195.67670471000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 710, "l_t_add": 738, "r_f_add": 723, "r_t_add": 739, "st_code": 88230, "l_hundred": 700, "r_hundred": 700, "seg_id": 422206, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12294, "Shape__Length": 78.011901093412305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175261351163797, 39.967976160900399 ], [ -75.175135260838303, 39.968504483843503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20776, "tnode_": 20860, "lpoly_": null, "rpoly_": null, "length": 283.68912385, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 88450, "l_hundred": 0, "r_hundred": 0, "seg_id": 422207, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 12295, "Shape__Length": 113.08783119441219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189491321902295, 39.955602272066102 ], [ -75.189605369590396, 39.954828471422601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20947, "tnode_": 21109, "lpoly_": null, "rpoly_": null, "length": 560.51636427000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 88450, "l_hundred": 100, "r_hundred": 100, "seg_id": 422208, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 12296, "Shape__Length": 223.42341854254119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189721822892906, 39.954083131401397 ], [ -75.190037081011894, 39.952563692446098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20135, "tnode_": 20027, "lpoly_": null, "rpoly_": null, "length": 541.99325941999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 422212, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12297, "Shape__Length": 215.63897682158984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173663790170906, 39.960317602005901 ], [ -75.175063039985105, 39.961344382846001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20323, "tnode_": 27982, "lpoly_": null, "rpoly_": null, "length": 492.75920438000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1901, "r_t_add": 1999, "st_code": 16880, "l_hundred": 0, "r_hundred": 1900, "seg_id": 422213, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12298, "Shape__Length": 195.85372995248193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170462437702795, 39.958559479019797 ], [ -75.171080214265103, 39.958545359694199 ], [ -75.171384717017105, 39.9586434328031 ], [ -75.171638843941494, 39.958819436019397 ], [ -75.171991314543305, 39.959056058589901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20027, "tnode_": 19777, "lpoly_": null, "rpoly_": null, "length": 936.86891017000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 422214, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12299, "Shape__Length": 372.90494627615016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175063039985105, 39.961344382846001 ], [ -75.176678561581198, 39.962505066636901 ], [ -75.1769210503886, 39.962708771107998 ], [ -75.177038887234005, 39.962936442467203 ], [ -75.177127511524205, 39.963279470240401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19566, "tnode_": 19777, "lpoly_": null, "rpoly_": null, "length": 489.47589652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2302, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 422215, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12300, "Shape__Length": 194.82798662086824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176040586715402, 39.964268025609897 ], [ -75.176394688104097, 39.964116868162201 ], [ -75.176685429924106, 39.963953098047497 ], [ -75.176944740494207, 39.963575757289803 ], [ -75.177127511524205, 39.963279470240401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20045, "tnode_": 19857, "lpoly_": null, "rpoly_": null, "length": 962.38074147000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 422216, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12301, "Shape__Length": 382.77367078072598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175090537855596, 39.961185448621897 ], [ -75.176804136122001, 39.962456793867098 ], [ -75.177137260636101, 39.962634555969998 ], [ -75.177751573450394, 39.962791930822803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20150, "tnode_": 20045, "lpoly_": null, "rpoly_": null, "length": 541.58936541000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 422217, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12302, "Shape__Length": 215.47667130231588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173690591453905, 39.960160840967802 ], [ -75.175090537855596, 39.961185448621897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19260, "tnode_": 19135, "lpoly_": null, "rpoly_": null, "length": 376.90053786000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSYLVANIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2523, "st_code": 63960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 422356, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSYLVANIA AVE", "stname": "PENNSYLVANIA AVE", "objectid": 12303, "Shape__Length": 150.03009380078157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178815614808798, 39.966637198917198 ], [ -75.179686561128605, 39.967425475340001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20282, "tnode_": 20150, "lpoly_": null, "rpoly_": null, "length": 644.57235891000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 422218, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12304, "Shape__Length": 256.45576860166045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172041083407905, 39.958928138231101 ], [ -75.172193808908602, 39.9590389149419 ], [ -75.172344079709205, 39.959150183201501 ], [ -75.173690591453905, 39.960160840967802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20610, "tnode_": 20547, "lpoly_": null, "rpoly_": null, "length": 168.9327518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 48900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422219, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12305, "Shape__Length": 67.131237031889796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189217109571601, 39.956934331583 ], [ -75.189298322170302, 39.9569800063435 ], [ -75.189760120624499, 39.9571315191507 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21041, "tnode_": 20993, "lpoly_": null, "rpoly_": null, "length": 514.91619586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 56900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422220, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1996-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 12306, "Shape__Length": 204.64015569623598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192012640055495, 39.953279437690099 ], [ -75.193455032540797, 39.953477520084 ], [ -75.193421315249495, 39.953762245732797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20817, "tnode_": 20911, "lpoly_": null, "rpoly_": null, "length": 289.4395257, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 88410, "l_hundred": 0, "r_hundred": 0, "seg_id": 422221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 31ST ST", "stname": "S 31ST ST", "objectid": 12307, "Shape__Length": 115.37214180693934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1853605466696, 39.955089039125397 ], [ -75.185534436122396, 39.954305841953399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20911, "tnode_": 20890, "lpoly_": null, "rpoly_": null, "length": 458.01033714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 51920, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 422223, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12308, "Shape__Length": 181.88176902037657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185534436122396, 39.954305841953399 ], [ -75.187148781357706, 39.954498895776197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21000, "tnode_": 21166, "lpoly_": null, "rpoly_": null, "length": 615.75039038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "31ST LOWER LEVEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 88415, "l_hundred": 100, "r_hundred": 100, "seg_id": 422224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "31ST LOWER LEVEL ST", "stname": "31ST LOWER LEVEL ST", "objectid": 12309, "Shape__Length": 245.43829307986974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185269835554493, 39.953522323452901 ], [ -75.185610975280099, 39.951852525112301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21181, "tnode_": 21166, "lpoly_": null, "rpoly_": null, "length": 451.9173038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LOWER LEVEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 81210, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT LOWER LEVEL ST", "stname": "WALNUT LOWER LEVEL ST", "objectid": 12310, "Shape__Length": 179.45895816412445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1840225513007, 39.951641471651499 ], [ -75.185610975280099, 39.951852525112301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21183, "tnode_": 21171, "lpoly_": null, "rpoly_": null, "length": 360.34466585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 81140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 422227, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12311, "Shape__Length": 143.09248062046476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182794425438601, 39.951657526114403 ], [ -75.184063775190594, 39.951812861332499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21109, "tnode_": 21086, "lpoly_": null, "rpoly_": null, "length": 585.98088439000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81140, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422228, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12312, "Shape__Length": 232.6969957461697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190037081011894, 39.952563692446098 ], [ -75.192099756412105, 39.9528235879216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21033, "tnode_": 21183, "lpoly_": null, "rpoly_": null, "length": 586.53850779000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 71337, "l_hundred": 100, "r_hundred": 100, "seg_id": 422233, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SCHUYLKILL AVE W", "stname": "S SCHUYLKILL AVE W", "objectid": 12313, "Shape__Length": 233.65886337340726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181936324205495, 39.953123879324401 ], [ -75.182094639824697, 39.952787632221799 ], [ -75.182297229648796, 39.952445502129699 ], [ -75.182564818929606, 39.952056171908097 ], [ -75.182794425438601, 39.951657526114403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20870, "tnode_": 20751, "lpoly_": null, "rpoly_": null, "length": 326.95054517999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 71335, "l_hundred": 0, "r_hundred": 0, "seg_id": 422234, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SCHUYLKILL AVE W", "stname": "N SCHUYLKILL AVE W", "objectid": 12314, "Shape__Length": 130.26359884261123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181221273221993, 39.9546034025499 ], [ -75.181111605187695, 39.954669600273803 ], [ -75.180814789202202, 39.955426124358397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29563, "tnode_": 17307, "lpoly_": null, "rpoly_": null, "length": 216.18725327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4110, "l_t_add": 4118, "r_f_add": 4111, "r_t_add": 4119, "st_code": 49040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422237, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 12315, "Shape__Length": 86.158303118070762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205778998838795, 39.977322137369597 ], [ -75.205759515081496, 39.9773819924484 ], [ -75.2057648158967, 39.977424540023797 ], [ -75.205774576187395, 39.977470722004199 ], [ -75.205797186685601, 39.9775419403394 ], [ -75.206026392031902, 39.977865984006101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17596, "tnode_": 17476, "lpoly_": null, "rpoly_": null, "length": 357.72999112999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 49040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422238, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 12316, "Shape__Length": 142.33100054450608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2046581777998, 39.9763556051468 ], [ -75.204878057665695, 39.976575344316799 ], [ -75.205203152068904, 39.976844033292302 ], [ -75.2052834380207, 39.976880716721404 ], [ -75.205390868994499, 39.976919396757999 ], [ -75.205509546108999, 39.976948554666798 ], [ -75.205560105035104, 39.976955260107303 ], [ -75.205610972555803, 39.9769527587057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17721, "tnode_": 17596, "lpoly_": null, "rpoly_": null, "length": 217.88487776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 49040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422239, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 12317, "Shape__Length": 86.838429460030525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204365476601396, 39.975801494095002 ], [ -75.2046581777998, 39.9763556051468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20094, "tnode_": 20100, "lpoly_": null, "rpoly_": null, "length": 111.55834347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 59140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422240, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 12318, "Shape__Length": 44.302725290569064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201342740535097, 39.961356899338099 ], [ -75.201739464531798, 39.961332701442402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20711, "tnode_": 20706, "lpoly_": null, "rpoly_": null, "length": 149.47609701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1460, "l_t_add": 1498, "r_f_add": 1445, "r_t_add": 1499, "st_code": 22740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422242, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 12319, "Shape__Length": 59.359887602109005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164118973913105, 39.955484550890397 ], [ -75.164645790399703, 39.955547799581304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20763, "tnode_": 20760, "lpoly_": null, "rpoly_": null, "length": 81.09641399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 12860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 12320, "Shape__Length": 32.205645427736258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163901736621696, 39.955098009574201 ], [ -75.164186566821002, 39.955136877494297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21566, "tnode_": 21555, "lpoly_": null, "rpoly_": null, "length": 185.12065947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 68700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422244, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 12321, "Shape__Length": 73.507525426482886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170392087998806, 39.948339245132303 ], [ -75.171044231448903, 39.948418707222302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21579, "tnode_": 21566, "lpoly_": null, "rpoly_": null, "length": 261.22521237999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSE", "st_type": "SQ", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1721, "st_code": 68700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422245, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTENHOUSE SQ", "stname": "RITTENHOUSE SQ", "objectid": 12322, "Shape__Length": 103.7286975074867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169473916808201, 39.948217467803701 ], [ -75.170392087998806, 39.948339245132303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21483, "tnode_": 21474, "lpoly_": null, "rpoly_": null, "length": 207.66132808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 22300, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422246, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12323, "Shape__Length": 82.459363761414693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165346230470803, 39.948847209309299 ], [ -75.1660768825368, 39.9489406323179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21239, "tnode_": 21222, "lpoly_": null, "rpoly_": null, "length": 448.07373653999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOCK EXCHANGE", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 74980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOCK EXCHANGE PL", "stname": "STOCK EXCHANGE PL", "objectid": 12324, "Shape__Length": 177.92650016605455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167298825968004, 39.950778656163898 ], [ -75.1688781563726, 39.950967072208201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21222, "tnode_": 21209, "lpoly_": null, "rpoly_": null, "length": 446.60518449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOCK EXCHANGE", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 74980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOCK EXCHANGE PL", "stname": "STOCK EXCHANGE PL", "objectid": 12325, "Shape__Length": 177.34402509309675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1688781563726, 39.950967072208201 ], [ -75.170452105145202, 39.951155909335498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20130, "tnode_": 20127, "lpoly_": null, "rpoly_": null, "length": 124.42603883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 21440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 422252, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 12326, "Shape__Length": 49.417439159511346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171245523579003, 39.960289656413103 ], [ -75.171681869484701, 39.960352260964498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20355, "tnode_": 20331, "lpoly_": null, "rpoly_": null, "length": 448.81406729000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1700, "r_hundred": 0, "seg_id": 422253, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12327, "Shape__Length": 178.24198735643407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1672840493747, 39.9582683129996 ], [ -75.168864035462803, 39.958467318865502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20374, "tnode_": 20355, "lpoly_": null, "rpoly_": null, "length": 456.97529856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1600, "r_hundred": 0, "seg_id": 422254, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12328, "Shape__Length": 181.48448470536692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165677623212503, 39.958086711693902 ], [ -75.166163039109094, 39.958090206522101 ], [ -75.166720910253304, 39.958175751848003 ], [ -75.1672840493747, 39.9582683129996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20331, "tnode_": 20381, "lpoly_": null, "rpoly_": null, "length": 320.57289208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1800, "r_hundred": 0, "seg_id": 422255, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12329, "Shape__Length": 127.43386776587265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168864035462803, 39.958467318865502 ], [ -75.168958401416901, 39.9584798080867 ], [ -75.169052693603007, 39.9584896168532 ], [ -75.169147580760395, 39.9584874932725 ], [ -75.169243046394797, 39.958476243634102 ], [ -75.169332270228495, 39.958453373683803 ], [ -75.169412810911297, 39.958414200910902 ], [ -75.169485456966797, 39.958365522305002 ], [ -75.169547543329102, 39.958310210740102 ], [ -75.169605883874496, 39.958251791087797 ], [ -75.169673975597803, 39.9582014953276 ], [ -75.169831141783206, 39.958118802121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20385, "tnode_": 20374, "lpoly_": null, "rpoly_": null, "length": 435.34532818000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1500, "r_hundred": 0, "seg_id": 422256, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12330, "Shape__Length": 172.8860169317158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164138064247894, 39.957938635038701 ], [ -75.164688265623795, 39.958008327162403 ], [ -75.165286540807898, 39.958070462585198 ], [ -75.165677623212503, 39.958086711693902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21367, "tnode_": 21405, "lpoly_": null, "rpoly_": null, "length": 79.92455225, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 231, "st_code": 84600, "l_hundred": 200, "r_hundred": 200, "seg_id": 422257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 12331, "Shape__Length": 31.857102575166682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174385093833394, 39.949931727203101 ], [ -75.174425677557096, 39.949714558956401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21405, "tnode_": 21432, "lpoly_": null, "rpoly_": null, "length": 96.51538059, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 232, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 84600, "l_hundred": 200, "r_hundred": 200, "seg_id": 422258, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WOODSTOCK ST", "stname": "S WOODSTOCK ST", "objectid": 12332, "Shape__Length": 38.467984524002034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174425677557096, 39.949714558956401 ], [ -75.174488138234906, 39.949454009749402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19039, "tnode_": 18919, "lpoly_": null, "rpoly_": null, "length": 359.31783898999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIRLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 712, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 72680, "l_hundred": 700, "r_hundred": 700, "seg_id": 422260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIRLEY ST", "stname": "SHIRLEY ST", "objectid": 12333, "Shape__Length": 143.04830108141414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167512271786094, 39.9676434610314 ], [ -75.168315633666893, 39.968412120959002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18257, "tnode_": 18239, "lpoly_": null, "rpoly_": null, "length": 268.46703316999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 61140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12334, "Shape__Length": 106.70118909767572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183081780500601, 39.9726175957449 ], [ -75.183111422013994, 39.972507170556703 ], [ -75.183912435078, 39.972606366158203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20529, "tnode_": 20504, "lpoly_": null, "rpoly_": null, "length": 452.85903973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 1800, "r_hundred": 0, "seg_id": 422262, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12335, "Shape__Length": 179.8799542504357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169175424745404, 39.957040221374598 ], [ -75.170460236555698, 39.957322945889601 ], [ -75.1707294087511, 39.957379737596497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18121, "tnode_": 17734, "lpoly_": null, "rpoly_": null, "length": 945.11979923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEDGELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 71480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 422263, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2013-07-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEDGELEY DR", "stname": "SEDGELEY DR", "objectid": 12336, "Shape__Length": 376.42142073086364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188889935123697, 39.973365281780701 ], [ -75.189129712303696, 39.973752161507498 ], [ -75.189290830719898, 39.973955907922303 ], [ -75.189506860340998, 39.974151712488599 ], [ -75.189632036446895, 39.974255345449002 ], [ -75.1897318362752, 39.974320978802901 ], [ -75.189904072814898, 39.974414202393 ], [ -75.190072199314699, 39.974511152498998 ], [ -75.190270877946702, 39.974666843920197 ], [ -75.190394474171697, 39.974812457467003 ], [ -75.190499494495697, 39.974976754312898 ], [ -75.190580156614601, 39.975207733786199 ], [ -75.190625452493805, 39.9754956529002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18413, "tnode_": 18121, "lpoly_": null, "rpoly_": null, "length": 1061.82275233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEDGELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3000, "l_t_add": 3198, "r_f_add": 3001, "r_t_add": 3199, "st_code": 71480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422264, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2013-07-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEDGELEY DR", "stname": "SEDGELEY DR", "objectid": 12337, "Shape__Length": 422.28666666147166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185827677547707, 39.971763372160602 ], [ -75.185948820048196, 39.971800333734798 ], [ -75.186070088489103, 39.971837064630797 ], [ -75.186191167127703, 39.971874142548501 ], [ -75.186311743700799, 39.9719121461683 ], [ -75.1864318172954, 39.971951099798297 ], [ -75.186551823456597, 39.971990230192901 ], [ -75.186671669503198, 39.972029665928403 ], [ -75.186791249966802, 39.9720695641278 ], [ -75.186910453393594, 39.972110085385196 ], [ -75.187029173180704, 39.9721513858983 ], [ -75.1871473848731, 39.9721935552231 ], [ -75.187265357347698, 39.972236450699697 ], [ -75.187382550319697, 39.972280642314601 ], [ -75.187498285532399, 39.972326818611798 ], [ -75.187611883595395, 39.972375667211402 ], [ -75.187722548310205, 39.972428333543398 ], [ -75.187830270763598, 39.972484930043201 ], [ -75.187935749214105, 39.972544145123202 ], [ -75.188039691104294, 39.972604671902999 ], [ -75.1881425865013, 39.972666526734102 ], [ -75.188242521412306, 39.972731212119697 ], [ -75.188336862597595, 39.972800111798399 ], [ -75.188424781739499, 39.972873887554897 ], [ -75.188508033335097, 39.972951260392598 ], [ -75.188588067478094, 39.9730306697071 ], [ -75.188665617764997, 39.9731111705035 ], [ -75.188739814930599, 39.9731935786197 ], [ -75.188812387446504, 39.9732769325216 ], [ -75.188889935123697, 39.973365281780701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20407, "tnode_": 20273, "lpoly_": null, "rpoly_": null, "length": 373.98867166000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 18260, "l_hundred": 200, "r_hundred": 200, "seg_id": 422265, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 12338, "Shape__Length": 149.0827985804178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177877365079198, 39.958126753198997 ], [ -75.177655030400999, 39.959139041675201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18590, "tnode_": 18575, "lpoly_": null, "rpoly_": null, "length": 62.14235366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEX", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 50600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEX ST", "stname": "LEX ST", "objectid": 12339, "Shape__Length": 24.683472450488413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163056760404501, 39.970277509520002 ], [ -75.1632756393319, 39.970304698167098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18714, "tnode_": 18778, "lpoly_": null, "rpoly_": null, "length": 85.60583643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 31920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422268, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDMAN ST", "stname": "ERDMAN ST", "objectid": 12340, "Shape__Length": 34.044342096286066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165831132826199, 39.969397404694298 ], [ -75.1660805647697, 39.969261788675901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17975, "tnode_": 17957, "lpoly_": null, "rpoly_": null, "length": 317.54448021999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 40780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422269, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 12341, "Shape__Length": 126.1353784028737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181953307849497, 39.973937868884803 ], [ -75.183075126075195, 39.974060061603403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20684, "tnode_": 20625, "lpoly_": null, "rpoly_": null, "length": 203.80842222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 16500, "l_hundred": 100, "r_hundred": 100, "seg_id": 422270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 12342, "Shape__Length": 81.240584717027176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175760543850501, 39.9559789011929 ], [ -75.175635502394897, 39.9565300434205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20911, "tnode_": 29569, "lpoly_": null, "rpoly_": null, "length": 661.15045094000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 51920, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422271, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12343, "Shape__Length": 262.55165077967087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185534436122396, 39.954305841953399 ], [ -75.183745315764099, 39.954077036429403 ], [ -75.183398652672096, 39.954040189193002 ], [ -75.183205568635202, 39.9540209177676 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20522, "tnode_": 20429, "lpoly_": null, "rpoly_": null, "length": 257.15823948000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 72400, "l_hundred": 100, "r_hundred": 100, "seg_id": 422272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 12344, "Shape__Length": 102.50967784468891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191753145155204, 39.957584323437601 ], [ -75.191599910753297, 39.958280336403298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18581, "tnode_": 18574, "lpoly_": null, "rpoly_": null, "length": 108.08826383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2836, "l_t_add": 2898, "r_f_add": 2815, "r_t_add": 2899, "st_code": 19400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 422274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12345, "Shape__Length": 42.931050879933686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183180407297797, 39.970759597802498 ], [ -75.183564357203807, 39.970787369336698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21183, "tnode_": 21510, "lpoly_": null, "rpoly_": null, "length": 1507.1116062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 422276, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 12346, "Shape__Length": 599.75724453472071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182794425438601, 39.951657526114403 ], [ -75.182944203756307, 39.951317957730701 ], [ -75.183275303817695, 39.950770444925404 ], [ -75.183579848552796, 39.950389496258403 ], [ -75.183909210446402, 39.950038037070797 ], [ -75.184138315332703, 39.949830297291101 ], [ -75.184414791404706, 39.949623617485202 ], [ -75.184763472760096, 39.949388141782102 ], [ -75.186055106472907, 39.948671290914199 ], [ -75.186190366105805, 39.948574243456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21165, "tnode_": 21036, "lpoly_": null, "rpoly_": null, "length": 519.15114105000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 422277, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 12347, "Shape__Length": 206.8164315831757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182388898980605, 39.951805964783802 ], [ -75.182283105054495, 39.951836154817002 ], [ -75.181979792764594, 39.952463438221102 ], [ -75.181806023834298, 39.952791222896799 ], [ -75.181729365285307, 39.952991272807097 ], [ -75.181680767622495, 39.953090885399298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21449, "tnode_": 22096, "lpoly_": null, "rpoly_": null, "length": 2360.79881131, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34506, "l_t_add": 34548, "r_f_add": 34507, "r_t_add": 34549, "st_code": 1160, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 422279, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 12348, "Shape__Length": 938.9355874733244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184283845555498, 39.949508230898999 ], [ -75.184839822655206, 39.949103634227797 ], [ -75.187028880718103, 39.9476321089425 ], [ -75.187758240166403, 39.9471496934841 ], [ -75.190612411241602, 39.945234182261999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21449, "tnode_": 21746, "lpoly_": null, "rpoly_": null, "length": 1204.5765555399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 422280, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 12349, "Shape__Length": 478.98336807055773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184283845555498, 39.949508230898999 ], [ -75.184859910651099, 39.949126323073699 ], [ -75.185709717840695, 39.9485986156512 ], [ -75.187177170091402, 39.947757877474302 ], [ -75.187487688922502, 39.947532365093402 ], [ -75.187666973171304, 39.947489337396597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21445, "tnode_": 21746, "lpoly_": null, "rpoly_": null, "length": 1178.5910715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 422281, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 12350, "Shape__Length": 468.69901796096121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184428880834304, 39.949537879805703 ], [ -75.184964805336904, 39.949142200952501 ], [ -75.185415429025497, 39.9488491514673 ], [ -75.1864033766972, 39.948294755390002 ], [ -75.186751999837199, 39.948115228049701 ], [ -75.187263304509599, 39.947805792108802 ], [ -75.187571391784701, 39.947589780384099 ], [ -75.187666973171304, 39.947489337396597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20589, "tnode_": 20567, "lpoly_": null, "rpoly_": null, "length": 430.65166820999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2952, "l_t_add": 2998, "r_f_add": 2951, "r_t_add": 2999, "st_code": 13000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 422284, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12351, "Shape__Length": 171.02419596022636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181079478361397, 39.9568832016082 ], [ -75.182596955567405, 39.9570671564815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20589, "tnode_": 20058, "lpoly_": null, "rpoly_": null, "length": 1755.8379749400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9420, "l_hundred": 0, "r_hundred": 0, "seg_id": 422288, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP E", "stname": "SCHUYLKILL EXPY RAMP E", "objectid": 12352, "Shape__Length": 699.54839641535375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181079478361397, 39.9568832016082 ], [ -75.181049943324794, 39.956954333720198 ], [ -75.181024646114807, 39.956996340027302 ], [ -75.180989153706903, 39.957098936286997 ], [ -75.180835238737004, 39.957825310493398 ], [ -75.1807569012459, 39.958224957594602 ], [ -75.180731916482202, 39.958467671115002 ], [ -75.180767117188594, 39.958790797114403 ], [ -75.180822015426301, 39.959010973157703 ], [ -75.180901065597197, 39.959219525454102 ], [ -75.181246845174101, 39.959689487648198 ], [ -75.181888201140495, 39.960382754851999 ], [ -75.182244074700805, 39.960769039362702 ], [ -75.182630493232793, 39.9612658204788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20231, "tnode_": 20151, "lpoly_": null, "rpoly_": null, "length": 981.25605718999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9545, "l_hundred": 0, "r_hundred": 0, "seg_id": 422290, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP D", "stname": "VINE STREET EXPY RAMP D", "objectid": 12353, "Shape__Length": 389.9972685739549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175487368270694, 39.959457542859901 ], [ -75.175589022565802, 39.959443466083002 ], [ -75.175690719480102, 39.9594299010475 ], [ -75.175795507810093, 39.9594249468878 ], [ -75.175895852608207, 39.9594231789277 ], [ -75.175998761254206, 39.959423953395103 ], [ -75.176101765620302, 39.959425848074403 ], [ -75.176204828769798, 39.9594283855008 ], [ -75.176307917238105, 39.959431089188897 ], [ -75.176410995218404, 39.959433482600502 ], [ -75.1765140292745, 39.959435088350098 ], [ -75.176617038377799, 39.959435652778097 ], [ -75.176720074055694, 39.959435546455197 ], [ -75.176823114702998, 39.9594351851648 ], [ -75.1769261410913, 39.9594349838423 ], [ -75.177029130519003, 39.959435356444402 ], [ -75.177132064966401, 39.959436717032503 ], [ -75.177235371085501, 39.959439053550199 ], [ -75.177338562003598, 39.959444865298899 ], [ -75.177439064117493, 39.959459936733403 ], [ -75.177537551953193, 39.9594828125323 ], [ -75.177634644397102, 39.959510321498399 ], [ -75.177730035527702, 39.959540864687398 ], [ -75.177823942537003, 39.959573777520703 ], [ -75.177915326572204, 39.959611356817703 ], [ -75.178000388025197, 39.959655494223902 ], [ -75.178079198392396, 39.959706621138501 ], [ -75.178151963360605, 39.9597634798671 ], [ -75.178216987414402, 39.959824898039699 ], [ -75.178277747302701, 39.9598886362011 ], [ -75.178336443059706, 39.959953704805898 ], [ -75.178393765975599, 39.960019658034099 ], [ -75.178418089169, 39.960085863575799 ], [ -75.178462478899206, 39.960165922340899 ], [ -75.178491081003003, 39.960241922264501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20199, "tnode_": 20178, "lpoly_": null, "rpoly_": null, "length": 633.0318477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422291, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12354, "Shape__Length": 251.40160765792203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177160235447502, 39.959817572380999 ], [ -75.179396148962397, 39.960061127797204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20185, "tnode_": 20199, "lpoly_": null, "rpoly_": null, "length": 497.24803493999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9530, "l_hundred": 0, "r_hundred": 0, "seg_id": 422292, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP A", "stname": "VINE STREET EXPY RAMP A", "objectid": 12355, "Shape__Length": 197.46373834057223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175389581932507, 39.959899120720401 ], [ -75.177160235447502, 39.959817572380999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20237, "tnode_": 20185, "lpoly_": null, "rpoly_": null, "length": 603.50392244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9535, "l_hundred": 0, "r_hundred": 0, "seg_id": 422293, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP B", "stname": "VINE STREET EXPY RAMP B", "objectid": 12356, "Shape__Length": 239.76462328191451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173364523015096, 39.9593368974515 ], [ -75.173841600675402, 39.959472316739102 ], [ -75.174717493521896, 39.959717009292703 ], [ -75.175389581932507, 39.959899120720401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20256, "tnode_": 20188, "lpoly_": null, "rpoly_": null, "length": 724.37008827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9540, "l_hundred": 0, "r_hundred": 0, "seg_id": 422294, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP C", "stname": "VINE STREET EXPY RAMP C", "objectid": 12357, "Shape__Length": 287.81107612722667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176887667069707, 39.959258948816803 ], [ -75.177413865050397, 39.959295744252998 ], [ -75.177735092556105, 39.9593698470267 ], [ -75.178092814212405, 39.959523831712097 ], [ -75.178481662704002, 39.9596906756911 ], [ -75.179281299053301, 39.959944931427302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20261, "tnode_": 20256, "lpoly_": null, "rpoly_": null, "length": 378.53649365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9540, "l_hundred": 0, "r_hundred": 0, "seg_id": 422295, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP C", "stname": "VINE STREET EXPY RAMP C", "objectid": 12358, "Shape__Length": 150.32015254911602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175539428284907, 39.9592011079217 ], [ -75.176887667069707, 39.959258948816803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20178, "tnode_": 20058, "lpoly_": null, "rpoly_": null, "length": 1391.5118346300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 422296, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 12359, "Shape__Length": 553.62398158108624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179396148962397, 39.960061127797204 ], [ -75.180233622428005, 39.960183112670101 ], [ -75.180477039719904, 39.960225055600198 ], [ -75.180657514984702, 39.960259506613497 ], [ -75.180829915046203, 39.960323895510697 ], [ -75.180985091080899, 39.960400352237698 ], [ -75.181186270182295, 39.960514329728397 ], [ -75.181300814729596, 39.9606202862781 ], [ -75.181452316103602, 39.9607939692646 ], [ -75.181601215383907, 39.9610960599273 ], [ -75.181716154491298, 39.961341158967201 ], [ -75.181842589807403, 39.9615507721036 ], [ -75.1819679760833, 39.9617353441338 ], [ -75.182039638118397, 39.961774128339002 ], [ -75.182117458114405, 39.961806279227297 ], [ -75.182203634391001, 39.961826453437403 ], [ -75.182298396580094, 39.961828574268097 ], [ -75.182370158385993, 39.961811934817803 ], [ -75.182450045488906, 39.961789395335998 ], [ -75.182515287104806, 39.961736118948998 ], [ -75.182588884738394, 39.961670865871397 ], [ -75.182666615682194, 39.961496232446201 ], [ -75.182661704142006, 39.961417058854998 ], [ -75.182630493232793, 39.9612658204788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19371, "tnode_": 19762, "lpoly_": null, "rpoly_": null, "length": 1174.4213270299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34376, "l_t_add": 34396, "r_f_add": 34377, "r_t_add": 34397, "st_code": 1160, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 422297, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 12360, "Shape__Length": 467.54420758109495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186601093892605, 39.966088027783996 ], [ -75.185356403093905, 39.964986541045597 ], [ -75.1848679602126, 39.964525566756102 ], [ -75.184443158677595, 39.9640538496812 ], [ -75.184268639649005, 39.963861409909804 ], [ -75.184011005254007, 39.963559771889599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29115, "tnode_": 19709, "lpoly_": null, "rpoly_": null, "length": 932.01172206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "5", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9350, "l_hundred": 0, "r_hundred": 0, "seg_id": 422298, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 5", "stname": "SCHUYLKILL EXPY RAMP 5", "objectid": 12361, "Shape__Length": 371.06292451571085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867466917912, 39.965990392707901 ], [ -75.186583402394803, 39.965774188484502 ], [ -75.186438626403401, 39.965631071267097 ], [ -75.185942273130607, 39.965169925083501 ], [ -75.184973738255195, 39.964236002559197 ], [ -75.184733445150201, 39.9639584991654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20058, "tnode_": 19791, "lpoly_": null, "rpoly_": null, "length": 851.83540147000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 422299, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 12362, "Shape__Length": 339.33574823468319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182630493232793, 39.9612658204788 ], [ -75.182856138038204, 39.961500472338301 ], [ -75.183104554503302, 39.961866773472899 ], [ -75.183349554916106, 39.962255504827297 ], [ -75.1838727251248, 39.963043672812702 ], [ -75.1840240441812, 39.963337695081101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20178, "tnode_": 19762, "lpoly_": null, "rpoly_": null, "length": 1925.1351908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 422301, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 12363, "Shape__Length": 766.05069887317813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179396148962397, 39.960061127797204 ], [ -75.180196489709999, 39.9601454998515 ], [ -75.180706555813401, 39.960242069267203 ], [ -75.180878673821397, 39.960288496423203 ], [ -75.180964158453406, 39.960326901604802 ], [ -75.1810963339219, 39.960384597665403 ], [ -75.181336537121794, 39.960511612323501 ], [ -75.181576280554793, 39.960650780715198 ], [ -75.181783750127394, 39.960807470709 ], [ -75.181982403957804, 39.960988290275203 ], [ -75.182210119470298, 39.961236660862902 ], [ -75.182436000600006, 39.9615336435863 ], [ -75.182796218519101, 39.962040415527397 ], [ -75.184011005254007, 39.963559771889599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19709, "tnode_": 19799, "lpoly_": null, "rpoly_": null, "length": 787.89609411999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2910, "l_t_add": 3098, "r_f_add": 2911, "r_t_add": 3099, "st_code": 73800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 422304, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12364, "Shape__Length": 313.00380953128047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184733445150201, 39.9639584991654 ], [ -75.185212753809196, 39.963766964063304 ], [ -75.185651530240506, 39.9636360204372 ], [ -75.186440372629306, 39.963490308184198 ], [ -75.187418060296494, 39.963376356954697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19679, "tnode_": 19709, "lpoly_": null, "rpoly_": null, "length": 130.59605542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2908, "r_f_add": 2901, "r_t_add": 2909, "st_code": 73800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 422305, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12365, "Shape__Length": 51.90316334261388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184314594408704, 39.964113986963198 ], [ -75.184451054655199, 39.9640540253395 ], [ -75.184587370845904, 39.964002337016197 ], [ -75.184733445150201, 39.9639584991654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19566, "tnode_": 19540, "lpoly_": null, "rpoly_": null, "length": 1515.8374301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "TUNL", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73810, "l_hundred": 0, "r_hundred": 0, "seg_id": 422307, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2004-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING GARDEN TUNL", "stname": "SPRING GARDEN TUNL", "objectid": 12366, "Shape__Length": 602.14061003006145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176040586715402, 39.964268025609897 ], [ -75.176569801137902, 39.964538624250203 ], [ -75.176795622313705, 39.964624153923701 ], [ -75.177027942334206, 39.964669596878302 ], [ -75.177330498343807, 39.9647084826099 ], [ -75.177628012868198, 39.964734465541099 ], [ -75.177867277165902, 39.964726599115998 ], [ -75.177921552581097, 39.964714419593797 ], [ -75.178020623606301, 39.964692188799297 ], [ -75.178048269105304, 39.964685985147902 ], [ -75.178099481007806, 39.964674492819498 ], [ -75.178129861626005, 39.964667675600701 ], [ -75.179183298836804, 39.964557391113097 ], [ -75.179541877530298, 39.964523469412001 ], [ -75.181269429095906, 39.964381451565401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20467, "tnode_": 20431, "lpoly_": null, "rpoly_": null, "length": 145.83747869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 152, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 26080, "l_hundred": 100, "r_hundred": 100, "seg_id": 422315, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 12367, "Shape__Length": 58.134859368780674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176368818782393, 39.957532235142999 ], [ -75.176285962605803, 39.957927467062298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20288, "tnode_": 20279, "lpoly_": null, "rpoly_": null, "length": 333.34258806999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 75400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 422316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 12368, "Shape__Length": 132.3948795938704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175570658750999, 39.958980665042603 ], [ -75.176659428725699, 39.9591162810515 ], [ -75.176731863230302, 39.959080361461602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20279, "tnode_": 20256, "lpoly_": null, "rpoly_": null, "length": 78.35765568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 240, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 88230, "l_hundred": 200, "r_hundred": 200, "seg_id": 422317, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12369, "Shape__Length": 31.201080945973466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176731863230302, 39.959080361461602 ], [ -75.176887667069707, 39.959258948816803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19777, "tnode_": 19857, "lpoly_": null, "rpoly_": null, "length": 260.42083044999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2304, "l_t_add": 2398, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 422318, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12370, "Shape__Length": 103.62923116936828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177127511524205, 39.963279470240401 ], [ -75.1772302694053, 39.963132103769098 ], [ -75.177322198895595, 39.963000364838202 ], [ -75.177484970578604, 39.962876295202001 ], [ -75.177751573450394, 39.962791930822803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20573, "tnode_": 20505, "lpoly_": null, "rpoly_": null, "length": 177.22199344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 217, "st_code": 88090, "l_hundred": 200, "r_hundred": 200, "seg_id": 422319, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12371, "Shape__Length": 70.64256248841032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165998749279794, 39.9566481211696 ], [ -75.165883649458095, 39.957126486306301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19458, "tnode_": 19410, "lpoly_": null, "rpoly_": null, "length": 134.76000889, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 640, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 88420, "l_hundred": 600, "r_hundred": 600, "seg_id": 422320, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 12372, "Shape__Length": 53.727233065040465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188928276730806, 39.9655529602488 ], [ -75.188989998450793, 39.965919832101697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20527, "tnode_": 20518, "lpoly_": null, "rpoly_": null, "length": 150.04444668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1511, "st_code": 73740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 422321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 12373, "Shape__Length": 59.588156344630946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164372566190494, 39.956935094043402 ], [ -75.164899915423206, 39.9570055046782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20588, "tnode_": 20518, "lpoly_": null, "rpoly_": null, "length": 175.57135584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 42400, "l_hundred": 200, "r_hundred": 200, "seg_id": 422322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 12374, "Shape__Length": 69.987765317595461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164991146793099, 39.956528680296799 ], [ -75.164899915423206, 39.9570055046782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18073, "tnode_": 17984, "lpoly_": null, "rpoly_": null, "length": 156.79389624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1244, "l_t_add": 1298, "r_f_add": 1247, "r_t_add": 1299, "st_code": 88070, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422323, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12375, "Shape__Length": 62.51643490917116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160855607751898, 39.973006408219298 ], [ -75.160765827711003, 39.9734312482042 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18143, "tnode_": 18073, "lpoly_": null, "rpoly_": null, "length": 146.36194956, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1230, "l_t_add": 1242, "r_f_add": 1235, "r_t_add": 1245, "st_code": 88070, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12376, "Shape__Length": 58.35717328392775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160935897384306, 39.972609403609802 ], [ -75.160855607751898, 39.973006408219298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19032, "tnode_": 18996, "lpoly_": null, "rpoly_": null, "length": 77.233546350000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 708, "l_t_add": 714, "r_f_add": 717, "r_t_add": 723, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 422332, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 12377, "Shape__Length": 30.792776456290877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176890294168899, 39.967912995042703 ], [ -75.176851883944195, 39.968122940804101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19050, "tnode_": 19032, "lpoly_": null, "rpoly_": null, "length": 37.43356687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 704, "l_t_add": 706, "r_f_add": 715, "r_t_add": 715, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 422333, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 12378, "Shape__Length": 14.923505903010732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176916427003903, 39.967812221707099 ], [ -75.176890294168899, 39.967912995042703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21445, "tnode_": 21510, "lpoly_": null, "rpoly_": null, "length": 608.3027341799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34506, "l_t_add": 34518, "r_f_add": 34507, "r_t_add": 34519, "st_code": 1150, "l_hundred": 34500, "r_hundred": 34500, "seg_id": 422334, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 12379, "Shape__Length": 241.84738269197845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184428880834304, 39.949537879805703 ], [ -75.185009869112505, 39.949159447525098 ], [ -75.185853713972193, 39.948696560440901 ], [ -75.186190366105805, 39.948574243456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19540, "tnode_": 19599, "lpoly_": null, "rpoly_": null, "length": 284.68461675999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 422335, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12380, "Shape__Length": 113.10019808275706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181269429095906, 39.964381451565401 ], [ -75.181447457923895, 39.964397228715796 ], [ -75.181579651806103, 39.964431986503797 ], [ -75.181689383498096, 39.964472355591703 ], [ -75.181838630424494, 39.964518501547403 ], [ -75.181976189322199, 39.964537478817697 ], [ -75.182074602605297, 39.964540905040103 ], [ -75.1821569261718, 39.964525740032101 ], [ -75.182235153727007, 39.964489478936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21036, "tnode_": 21033, "lpoly_": null, "rpoly_": null, "length": 72.64736557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 22820, "l_hundred": 0, "r_hundred": 0, "seg_id": 422336, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12381, "Shape__Length": 28.849083803583863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181680767622495, 39.953090885399298 ], [ -75.181936324205495, 39.953123879324401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18996, "tnode_": 18988, "lpoly_": null, "rpoly_": null, "length": 19.86965453, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 716, "l_t_add": 716, "r_f_add": 725, "r_t_add": 725, "st_code": 88260, "l_hundred": 700, "r_hundred": 700, "seg_id": 422337, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 12382, "Shape__Length": 7.9212500841947051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176851883944195, 39.968122940804101 ], [ -75.176837183120597, 39.968176299744698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18790, "tnode_": 18774, "lpoly_": null, "rpoly_": null, "length": 190.41245927999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2072, "l_t_add": 2098, "r_f_add": 2051, "r_t_add": 2099, "st_code": 19400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422340, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12383, "Shape__Length": 75.632215705118185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171823661642705, 39.969341445464202 ], [ -75.172494584534505, 39.969423517833398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19921, "tnode_": 19848, "lpoly_": null, "rpoly_": null, "length": 223.09599368, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 492, "l_t_add": 508, "r_f_add": 493, "r_t_add": 509, "st_code": 88150, "l_hundred": 400, "r_hundred": 400, "seg_id": 422341, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 12384, "Shape__Length": 88.934353368543839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169704222757602, 39.962071799724399 ], [ -75.169552042852203, 39.962672926332303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20115, "tnode_": 20098, "lpoly_": null, "rpoly_": null, "length": 446.5688259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 20880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 422343, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 12385, "Shape__Length": 177.35586281913896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168432156079902, 39.960409239447898 ], [ -75.170004326706206, 39.960607065937999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20529, "tnode_": 20331, "lpoly_": null, "rpoly_": null, "length": 527.14392944000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88130, "l_hundred": 200, "r_hundred": 200, "seg_id": 422344, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 12386, "Shape__Length": 210.13254742064424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169175424745404, 39.957040221374598 ], [ -75.168864035462803, 39.958467318865502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20549, "tnode_": 20355, "lpoly_": null, "rpoly_": null, "length": 524.11749723999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88110, "l_hundred": 200, "r_hundred": 200, "seg_id": 422345, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 12387, "Shape__Length": 208.92473329385004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167599161121501, 39.956850127399001 ], [ -75.1672840493747, 39.9582683129996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20527, "tnode_": 20416, "lpoly_": null, "rpoly_": null, "length": 291.23827483000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 228, "l_t_add": 294, "r_f_add": 221, "r_t_add": 295, "st_code": 88070, "l_hundred": 200, "r_hundred": 200, "seg_id": 422346, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12388, "Shape__Length": 116.09341564155088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164372566190494, 39.956935094043402 ], [ -75.164196391095999, 39.957723000307297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19021, "tnode_": 17987, "lpoly_": null, "rpoly_": null, "length": 2296.86177103, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 1098, "r_f_add": 801, "r_t_add": 1099, "st_code": 88460, "l_hundred": 800, "r_hundred": 800, "seg_id": 422347, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12389, "Shape__Length": 915.56413060301008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192504898613194, 39.968312556856198 ], [ -75.193000549668199, 39.9695482174997 ], [ -75.193242598270302, 39.9701342022231 ], [ -75.193652685001794, 39.971162428613702 ], [ -75.193784110118202, 39.971469403092897 ], [ -75.194041502688194, 39.972122953544599 ], [ -75.1943398523117, 39.972849225732602 ], [ -75.194512209510194, 39.973282395834197 ], [ -75.194648275237398, 39.973624613540601 ], [ -75.194780429563394, 39.973965215847997 ], [ -75.194860275765194, 39.974347778148903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21422, "tnode_": 21398, "lpoly_": null, "rpoly_": null, "length": 455.54260855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422348, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12390, "Shape__Length": 180.89151408400019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164340470331595, 39.949355149550598 ], [ -75.165942714112106, 39.949562789763903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21448, "tnode_": 21494, "lpoly_": null, "rpoly_": null, "length": 111.21724943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 251, "l_t_add": 259, "r_f_add": 244, "r_t_add": 256, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 422349, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12391, "Shape__Length": 44.328979318183904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176055468037305, 39.949326778091802 ], [ -75.176116916371399, 39.949025157985403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21305, "tnode_": 21325, "lpoly_": null, "rpoly_": null, "length": 62.79216683, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 215, "l_t_add": 227, "r_f_add": 216, "r_t_add": 226, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 422351, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 12392, "Shape__Length": 25.026954677790911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177423800325798, 39.950504056950699 ], [ -75.177466432016502, 39.950334836096303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21325, "tnode_": 21395, "lpoly_": null, "rpoly_": null, "length": 183.95095203, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 229, "l_t_add": 233, "r_f_add": 228, "r_t_add": 232, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 422352, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 12393, "Shape__Length": 73.319157121454481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177466432016502, 39.950334836096303 ], [ -75.177575159418694, 39.949836849378897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18614, "tnode_": 18596, "lpoly_": null, "rpoly_": null, "length": 192.40608988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2058, "l_t_add": 2098, "r_f_add": 2059, "r_t_add": 2099, "st_code": 63160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12394, "Shape__Length": 76.426347298388649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596041208204, 39.970371164046099 ], [ -75.172272741243304, 39.970459969029498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20171, "tnode_": 20191, "lpoly_": null, "rpoly_": null, "length": 407.80457017000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 65460, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422357, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12395, "Shape__Length": 161.95613334045839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189442506459599, 39.960373176119496 ], [ -75.190882672604403, 39.960214997293001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20345, "tnode_": 20358, "lpoly_": null, "rpoly_": null, "length": 460.6662473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 67120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422358, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-11-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12396, "Shape__Length": 182.93205009931188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189212431585801, 39.958820399881198 ], [ -75.189891451869897, 39.9588019879968 ], [ -75.190854751311306, 39.958776759915303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27242, "tnode_": 21371, "lpoly_": null, "rpoly_": null, "length": 531.62420354999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 88450, "l_hundred": 200, "r_hundred": 200, "seg_id": 422359, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 12397, "Shape__Length": 211.54824249284692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190426874625899, 39.951416717076697 ], [ -75.191692179928097, 39.950329769987299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17443, "tnode_": 17893, "lpoly_": null, "rpoly_": null, "length": 1101.42395715, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34281, "l_t_add": 34269, "r_f_add": 34280, "r_t_add": 34268, "st_code": 1150, "l_hundred": 34200, "r_hundred": 34200, "seg_id": 422361, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 12398, "Shape__Length": 437.63535783851154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199813588694497, 39.977177979821903 ], [ -75.199632028088402, 39.977142968411201 ], [ -75.198318789603306, 39.976886223847899 ], [ -75.197461159076298, 39.976726971400304 ], [ -75.196864093459297, 39.976608075168699 ], [ -75.196468242658597, 39.976514775633198 ], [ -75.196236410948003, 39.976436054079997 ], [ -75.196050564308905, 39.976343352817501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21000, "tnode_": 20974, "lpoly_": null, "rpoly_": null, "length": 602.58848193999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 22820, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 422362, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12399, "Shape__Length": 239.29662551921618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185269835554493, 39.953522323452901 ], [ -75.187389576778997, 39.953796193279103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20403, "tnode_": 20058, "lpoly_": null, "rpoly_": null, "length": 1288.4067960699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 422365, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 12400, "Shape__Length": 513.16248836062357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180401204473796, 39.958201627245998 ], [ -75.180584224578496, 39.958670214830001 ], [ -75.180849196650598, 39.959187024056902 ], [ -75.181074374536195, 39.959502239489296 ], [ -75.181353911778999, 39.959842999697898 ], [ -75.181855335227297, 39.960377262733502 ], [ -75.182105591109703, 39.960656547254999 ], [ -75.182630493232793, 39.9612658204788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20505, "tnode_": 20374, "lpoly_": null, "rpoly_": null, "length": 354.52903908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 230, "l_t_add": 298, "r_f_add": 219, "r_t_add": 299, "st_code": 88090, "l_hundred": 200, "r_hundred": 200, "seg_id": 422368, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 12401, "Shape__Length": 141.32419002318656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165883649458095, 39.957126486306301 ], [ -75.165677623212503, 39.958086711693902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20518, "tnode_": 20505, "lpoly_": null, "rpoly_": null, "length": 279.27665151999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1514, "l_t_add": 1598, "r_f_add": 1515, "r_t_add": 1599, "st_code": 73740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 422369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 12402, "Shape__Length": 110.9092633607748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164899915423206, 39.9570055046782 ], [ -75.165883649458095, 39.957126486306301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19065, "tnode_": 19075, "lpoly_": null, "rpoly_": null, "length": 68.16068433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 43460, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12403, "Shape__Length": 27.072582427872298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215446747894504, 39.968538899580999 ], [ -75.215687642015297, 39.968513309775503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17419, "tnode_": 17299, "lpoly_": null, "rpoly_": null, "length": 312.83679917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 12404, "Shape__Length": 124.67330524261413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214836550398701, 39.977353139622799 ], [ -75.214383089109205, 39.978137864326101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27854, "tnode_": 27841, "lpoly_": null, "rpoly_": null, "length": 125.79816511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEX", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 50600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422372, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEX ST", "stname": "LEX ST", "objectid": 12405, "Shape__Length": 50.156809721225869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213554211019101, 39.9742955711761 ], [ -75.213639269559394, 39.974634645531701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19021, "tnode_": 17821, "lpoly_": null, "rpoly_": null, "length": 3643.5551944700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ZOOLOGICAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 86340, "l_hundred": 800, "r_hundred": 800, "seg_id": 422373, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ZOOLOGICAL ST", "stname": "ZOOLOGICAL ST", "objectid": 12406, "Shape__Length": 1450.1212532217646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192504898613194, 39.968312556856198 ], [ -75.194800879092099, 39.968883763844097 ], [ -75.195301947839098, 39.969025017309001 ], [ -75.195704302596795, 39.969162737637397 ], [ -75.196046678953493, 39.969304458208804 ], [ -75.196317548181796, 39.969433912106901 ], [ -75.196542476262195, 39.969563009750203 ], [ -75.1968149590856, 39.969741868075403 ], [ -75.197098461106805, 39.969973677039903 ], [ -75.197254396827205, 39.9701159156158 ], [ -75.197390872200998, 39.970268396176401 ], [ -75.197494511092401, 39.970394794516601 ], [ -75.197660113206794, 39.970625980399198 ], [ -75.197750447128897, 39.970783438446098 ], [ -75.197838446347603, 39.970956856260997 ], [ -75.197924518745594, 39.9711816028965 ], [ -75.1979843837956, 39.971388420434202 ], [ -75.198029135119796, 39.971628259747099 ], [ -75.198047238532197, 39.971838818374003 ], [ -75.198052240850302, 39.972005720222903 ], [ -75.198040681048099, 39.972174922518001 ], [ -75.198001205262301, 39.972440909011503 ], [ -75.197934840892998, 39.972660930945104 ], [ -75.197846149674703, 39.972875119622799 ], [ -75.197702502712801, 39.973144126691103 ], [ -75.197633438140699, 39.9732513374421 ], [ -75.19750816074, 39.973400664106101 ], [ -75.197271286912397, 39.973658257115702 ], [ -75.197152584726794, 39.973771035320603 ], [ -75.196942775703405, 39.973954507564699 ], [ -75.196744389419194, 39.974110879960797 ], [ -75.1964799807768, 39.974316487024701 ], [ -75.1959783676635, 39.974672929952199 ], [ -75.195791477787907, 39.974800201874203 ], [ -75.195638928711006, 39.974913559624603 ], [ -75.195414019021001, 39.975111531781202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19550, "tnode_": 19646, "lpoly_": null, "rpoly_": null, "length": 291.86761895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 73800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 422375, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12407, "Shape__Length": 116.12566414208821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179152598614195, 39.964723129085002 ], [ -75.179402763551295, 39.964535516740597 ], [ -75.179404472444105, 39.964534235045598 ], [ -75.179552620142104, 39.964423129265199 ], [ -75.179911889839104, 39.964175120874103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19570, "tnode_": 19550, "lpoly_": null, "rpoly_": null, "length": 411.47023367999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2400, "l_t_add": 2448, "r_f_add": 2401, "r_t_add": 2449, "st_code": 73800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 422376, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12408, "Shape__Length": 163.55410627253019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177862880607194, 39.964564164319597 ], [ -75.177980915305398, 39.964620416058999 ], [ -75.178051954846595, 39.964669355798598 ], [ -75.178071516632002, 39.964680768624198 ], [ -75.178127502947206, 39.9647134310772 ], [ -75.178206619021793, 39.9647557121747 ], [ -75.178287270618299, 39.964797551898599 ], [ -75.178369923309404, 39.964835405287801 ], [ -75.178455043821401, 39.964865727406298 ], [ -75.178544411210595, 39.964884826130103 ], [ -75.178641206268097, 39.964890552642302 ], [ -75.178739103508093, 39.964884143718002 ], [ -75.178830922861593, 39.964866985492101 ], [ -75.178916083939797, 39.964837735982101 ], [ -75.1789980582396, 39.9647995904932 ], [ -75.179152598614195, 39.964723129085002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19550, "tnode_": 19298, "lpoly_": null, "rpoly_": null, "length": 606.8061417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 598, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 500, "r_hundred": 0, "seg_id": 422385, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 12409, "Shape__Length": 241.8439424091905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179152598614195, 39.964723129085002 ], [ -75.178957311065901, 39.964929460171902 ], [ -75.178940014175595, 39.965102649774899 ], [ -75.1793508751026, 39.966298369924402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19570, "tnode_": 19298, "lpoly_": null, "rpoly_": null, "length": 766.13053610999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 501, "r_t_add": 599, "st_code": 47190, "l_hundred": 0, "r_hundred": 500, "seg_id": 422387, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 12410, "Shape__Length": 305.09987926955222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177862880607194, 39.964564164319597 ], [ -75.177974271427004, 39.964702589885199 ], [ -75.179244670051006, 39.966281266086597 ], [ -75.1793508751026, 39.966298369924402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17697, "tnode_": 16842, "lpoly_": null, "rpoly_": null, "length": 2500.0961839400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1598, "r_f_add": 1201, "r_t_add": 1599, "st_code": 47190, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422388, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 12411, "Shape__Length": 995.13507074591439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191878264221501, 39.975684205666198 ], [ -75.192134876982706, 39.975837030593901 ], [ -75.192462175286394, 39.976199534177802 ], [ -75.192775427087298, 39.976520192706097 ], [ -75.192842512308701, 39.976587264721303 ], [ -75.193086272379205, 39.9767916134114 ], [ -75.193489739204395, 39.977168926886897 ], [ -75.193967069497205, 39.977697617874703 ], [ -75.194173971562194, 39.977900050214799 ], [ -75.194363654846498, 39.9780693101618 ], [ -75.194552699123193, 39.978217789141198 ], [ -75.194748816923493, 39.978351481193897 ], [ -75.195511373434201, 39.978885411185601 ], [ -75.196340576829797, 39.979446717397401 ], [ -75.196489819462599, 39.979558240057003 ], [ -75.197653372747894, 39.9803683763989 ], [ -75.198003620803604, 39.9806304616625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19777, "tnode_": 19570, "lpoly_": null, "rpoly_": null, "length": 512.87326978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2301, "r_t_add": 2499, "st_code": 16880, "l_hundred": 0, "r_hundred": 2300, "seg_id": 422396, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2009-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12412, "Shape__Length": 204.35044835785598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177127511524205, 39.963279470240401 ], [ -75.177428907543799, 39.963939360581698 ], [ -75.177862880607194, 39.964564164319597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19857, "tnode_": 19794, "lpoly_": null, "rpoly_": null, "length": 312.04493371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54110, "l_hundred": 0, "r_hundred": 0, "seg_id": 422400, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 12413, "Shape__Length": 123.95758090583118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177751573450394, 39.962791930822803 ], [ -75.178135513082694, 39.962811815872797 ], [ -75.1788220121976, 39.962999158758699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19646, "tnode_": 19697, "lpoly_": null, "rpoly_": null, "length": 586.44656811000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54110, "l_hundred": 0, "r_hundred": 0, "seg_id": 422403, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 12414, "Shape__Length": 232.98838050314183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179911889839104, 39.964175120874103 ], [ -75.179994092052993, 39.964137940287003 ], [ -75.180075607902594, 39.964099431495598 ], [ -75.180157083300799, 39.9640608442554 ], [ -75.180239165300506, 39.964023429246197 ], [ -75.180322497585905, 39.963988433466497 ], [ -75.180407728389696, 39.963957107618597 ], [ -75.180495899121496, 39.963931235596696 ], [ -75.180587363363401, 39.963911345195299 ], [ -75.180680838903299, 39.963895487637799 ], [ -75.1807750149067, 39.963881665757498 ], [ -75.180868635349199, 39.963867980928597 ], [ -75.180963242924093, 39.963858257347702 ], [ -75.181058344944404, 39.963856482667801 ], [ -75.181153176535602, 39.963860682765798 ], [ -75.181248009684495, 39.963868062487897 ], [ -75.181342472358807, 39.963877932340701 ], [ -75.181436326771205, 39.963889644580497 ], [ -75.181529879683794, 39.963902766382603 ], [ -75.181623248734397, 39.963916849875403 ], [ -75.181716521412596, 39.963931439304403 ], [ -75.181894031241896, 39.963978293547498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18597, "tnode_": 18121, "lpoly_": null, "rpoly_": null, "length": 1438.60419985, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEMON HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 50167, "l_hundred": 800, "r_hundred": 800, "seg_id": 422404, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEMON HILL DR", "stname": "N LEMON HILL DR", "objectid": 12415, "Shape__Length": 572.75063753392612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188674215637505, 39.970821284112098 ], [ -75.1888122757167, 39.970795173069199 ], [ -75.188949519704494, 39.9707191728235 ], [ -75.1891018707244, 39.970661755001601 ], [ -75.189204772426706, 39.9706579696985 ], [ -75.189323011761203, 39.9706666901929 ], [ -75.189425226271595, 39.970681134777699 ], [ -75.189487723445893, 39.970700774810403 ], [ -75.189533049365707, 39.970756522488301 ], [ -75.189562121434093, 39.970824071075199 ], [ -75.189551245815196, 39.970902892785404 ], [ -75.189499964318799, 39.971005139197899 ], [ -75.189496299404198, 39.971102366325397 ], [ -75.189499615035999, 39.971224076445502 ], [ -75.189495721050704, 39.971327380267802 ], [ -75.189468362129006, 39.9714240795794 ], [ -75.189417538246602, 39.971514172562898 ], [ -75.189334893140597, 39.971609637229598 ], [ -75.189260145817798, 39.971705278090297 ], [ -75.189193753314399, 39.971788941744897 ], [ -75.189103668850805, 39.971872077522903 ], [ -75.189046090438296, 39.971931610577599 ], [ -75.188978783362899, 39.9720395809371 ], [ -75.188951193172898, 39.9721423558913 ], [ -75.188929669216606, 39.9722939215944 ], [ -75.188972017329604, 39.972428666514801 ], [ -75.189031079425803, 39.972539457207802 ], [ -75.189121733043606, 39.972650952900501 ], [ -75.189222117797996, 39.972714011220901 ], [ -75.189329713644597, 39.972795475786803 ], [ -75.189437309715402, 39.972876941151803 ], [ -75.189544218899599, 39.972976635601398 ], [ -75.189532197644994, 39.973085839880703 ], [ -75.189465805263794, 39.973169504615797 ], [ -75.189288379852101, 39.973262854332702 ], [ -75.188889935123697, 39.973365281780701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18597, "tnode_": 18413, "lpoly_": null, "rpoly_": null, "length": 1575.42773936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMON HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 50165, "l_hundred": 800, "r_hundred": 800, "seg_id": 422405, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMON HILL DR", "stname": "LEMON HILL DR", "objectid": 12416, "Shape__Length": 626.96466416337512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188674215637505, 39.970821284112098 ], [ -75.188539394294096, 39.970904637191303 ], [ -75.188386124459001, 39.970986361013203 ], [ -75.188265363849695, 39.971044483176897 ], [ -75.188122055108906, 39.971071692756503 ], [ -75.187973827829197, 39.971019728813602 ], [ -75.187914311551395, 39.970921090982699 ], [ -75.187871277700097, 39.970804575717104 ], [ -75.187899098213293, 39.970695723425898 ], [ -75.187911809262204, 39.9705682892331 ], [ -75.187875528673402, 39.970482333802202 ], [ -75.187806967950294, 39.970413903000498 ], [ -75.187736804049095, 39.970388009028298 ], [ -75.187611584440702, 39.970354803765701 ], [ -75.187493804336796, 39.970333928125001 ], [ -75.187336076600602, 39.970324322922899 ], [ -75.187216690619294, 39.970345984710903 ], [ -75.187113560010701, 39.970355844922501 ], [ -75.186986277252103, 39.970377329195102 ], [ -75.186853160179297, 39.970343946694797 ], [ -75.186720271370405, 39.970304487323901 ], [ -75.186602950254496, 39.970271457388797 ], [ -75.186446140098994, 39.970237544204402 ], [ -75.186335570379498, 39.970235073890599 ], [ -75.186208516915798, 39.970250481511798 ], [ -75.186080774178095, 39.970284118132199 ], [ -75.185968598804493, 39.970324184286298 ], [ -75.185880116850697, 39.970364779791502 ], [ -75.185790946631499, 39.970423605293 ], [ -75.185704902218106, 39.970487537226198 ], [ -75.185643738412097, 39.970554115477398 ], [ -75.185623354627793, 39.970675296227803 ], [ -75.185618078327195, 39.970815060946897 ], [ -75.185636725197199, 39.970949277588403 ], [ -75.185755063185596, 39.971164785644902 ], [ -75.185819951208302, 39.971330445554401 ], [ -75.185802783889699, 39.971489021625104 ], [ -75.185827677547707, 39.971763372160602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19096, "tnode_": 19105, "lpoly_": null, "rpoly_": null, "length": 154.90150992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4112, "r_f_add": 4101, "r_t_add": 4109, "st_code": 63160, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12417, "Shape__Length": 61.524443068593577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205714661357106, 39.968185004129197 ], [ -75.206262329875102, 39.968128072208501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17618, "tnode_": 17392, "lpoly_": null, "rpoly_": null, "length": 395.64059864999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEETBRIAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 75785, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422408, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEETBRIAR DR", "stname": "SWEETBRIAR DR", "objectid": 12418, "Shape__Length": 157.76429591617503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198402672874295, 39.976201491177399 ], [ -75.1982833043689, 39.976978703312099 ], [ -75.198269613202697, 39.977067840808203 ], [ -75.198237017699896, 39.977280070504698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17375, "tnode_": 17164, "lpoly_": null, "rpoly_": null, "length": 485.25289154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MEMORIAL HALL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 55451, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422409, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MEMORIAL HALL DR", "stname": "W MEMORIAL HALL DR", "objectid": 12419, "Shape__Length": 193.35622867681212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210903501295405, 39.977585266683398 ], [ -75.210802607803004, 39.977684506056796 ], [ -75.210125207671993, 39.978772195387698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17438, "tnode_": 17210, "lpoly_": null, "rpoly_": null, "length": 484.82700641999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MEMORIAL HALL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 55450, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422410, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MEMORIAL HALL DR", "stname": "E MEMORIAL HALL DR", "objectid": 12420, "Shape__Length": 193.20602129656754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209978090920799, 39.977237259024101 ], [ -75.209930104168706, 39.9773744926201 ], [ -75.209254162836402, 39.978443520759001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17507, "tnode_": 17375, "lpoly_": null, "rpoly_": null, "length": 241.87834397999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MEMORIAL HALL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 55451, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422411, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MEMORIAL HALL DR", "stname": "W MEMORIAL HALL DR", "objectid": 12421, "Shape__Length": 96.379671420172997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211291970592498, 39.976992342393103 ], [ -75.210903501295405, 39.977585266683398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17567, "tnode_": 17438, "lpoly_": null, "rpoly_": null, "length": 240.79487851000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MEMORIAL HALL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 55450, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 422412, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MEMORIAL HALL DR", "stname": "E MEMORIAL HALL DR", "objectid": 12422, "Shape__Length": 95.949093614775521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210360678079198, 39.976645395971502 ], [ -75.209978090920799, 39.977237259024101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26969, "tnode_": 21076, "lpoly_": null, "rpoly_": null, "length": 492.69628075999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PENN", "st_type": "SQ", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 63850, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422413, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2009-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PENN SQ", "stname": "S PENN SQ", "objectid": 12423, "Shape__Length": 195.90503531366909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026580875003, 39.951637236683403 ], [ -75.164197329581299, 39.951652072717103 ], [ -75.164363072350099, 39.951678168289497 ], [ -75.164536710302599, 39.951703902756996 ], [ -75.164719391915995, 39.951732445612301 ], [ -75.164898333406498, 39.951768706688704 ], [ -75.165058442420104, 39.951819717127698 ], [ -75.165183719796801, 39.951893295026501 ], [ -75.165247247658897, 39.952009795222402 ], [ -75.165301103427296, 39.952293895289401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21489, "tnode_": 21535, "lpoly_": null, "rpoly_": null, "length": 123.13238256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOZART", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 245, "r_f_add": 200, "r_t_add": 242, "st_code": 57530, "l_hundred": 200, "r_hundred": 200, "seg_id": 422415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOZART PL", "stname": "MOZART PL", "objectid": 12424, "Shape__Length": 49.07709672961478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170264327188306, 39.948922534184 ], [ -75.170337422609606, 39.948589234866901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21535, "tnode_": 21566, "lpoly_": null, "rpoly_": null, "length": 92.34749661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOZART", "st_type": "PL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 247, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 57530, "l_hundred": 200, "r_hundred": 200, "seg_id": 422416, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOZART PL", "stname": "MOZART PL", "objectid": 12425, "Shape__Length": 36.806974909534311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170337422609606, 39.948589234866901 ], [ -75.170392087998806, 39.948339245132303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17294, "tnode_": 17069, "lpoly_": null, "rpoly_": null, "length": 735.96376908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR GROVE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4078, "r_f_add": 4001, "r_t_add": 4079, "st_code": 22045, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422417, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR GROVE DR", "stname": "CEDAR GROVE DR", "objectid": 12426, "Shape__Length": 293.11350745451875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205321046886098, 39.977886886863701 ], [ -75.2053975179048, 39.9780303734413 ], [ -75.205413917671706, 39.978112278798797 ], [ -75.205423458533105, 39.978204016089698 ], [ -75.205402732950603, 39.978278590308499 ], [ -75.205287893179602, 39.978421471256802 ], [ -75.205112297796603, 39.9785814330439 ], [ -75.204929047462898, 39.978735156554897 ], [ -75.204805376005595, 39.978894893590898 ], [ -75.204784828525703, 39.979060108131897 ], [ -75.204802566564794, 39.9791632321691 ], [ -75.204838341350396, 39.9792611249473 ], [ -75.204921635303606, 39.979354003300301 ], [ -75.205038161509506, 39.979402102554303 ], [ -75.205356833365002, 39.979475658559501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17294, "tnode_": 17307, "lpoly_": null, "rpoly_": null, "length": 199.31548928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEETBRIAR", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4080, "l_t_add": 4098, "r_f_add": 4081, "r_t_add": 4099, "st_code": 75787, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422418, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEETBRIAR LN", "stname": "SWEETBRIAR LN", "objectid": 12427, "Shape__Length": 79.175815911582433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205321046886098, 39.977886886863701 ], [ -75.205775613043301, 39.977905523295199 ], [ -75.206026392031902, 39.977865984006101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19794, "tnode_": 19646, "lpoly_": null, "rpoly_": null, "length": 572.52288131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2698, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 2300, "r_hundred": 0, "seg_id": 422422, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2009-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 12428, "Shape__Length": 227.89866720431797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1788220121976, 39.962999158758699 ], [ -75.179559509430504, 39.963403257471398 ], [ -75.179797880030407, 39.963578889628998 ], [ -75.1799182556706, 39.963739713650099 ], [ -75.179911889839104, 39.964175120874103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18572, "tnode_": 18458, "lpoly_": null, "rpoly_": null, "length": 260.20835309, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422423, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12429, "Shape__Length": 103.74923784386101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210439267147393, 39.971415293155303 ], [ -75.210574363305398, 39.972121994501002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18682, "tnode_": 18572, "lpoly_": null, "rpoly_": null, "length": 196.03657475, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 940, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 88640, "l_hundred": 900, "r_hundred": 900, "seg_id": 422424, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12430, "Shape__Length": 78.16253355807811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210340011797797, 39.970882594411002 ], [ -75.210439267147393, 39.971415293155303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18763, "tnode_": 18682, "lpoly_": null, "rpoly_": null, "length": 183.81451631000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 920, "l_t_add": 938, "r_f_add": 921, "r_t_add": 937, "st_code": 88640, "l_hundred": 900, "r_hundred": 900, "seg_id": 422425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12431, "Shape__Length": 73.28910440813253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210248803097301, 39.970382904362197 ], [ -75.210340011797797, 39.970882594411002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19018, "tnode_": 18809, "lpoly_": null, "rpoly_": null, "length": 505.88356057000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 33400, "l_hundred": 900, "r_hundred": 900, "seg_id": 422426, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FALLON ST", "stname": "N FALLON ST", "objectid": 12432, "Shape__Length": 201.70676979073636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217673265825397, 39.968907598941101 ], [ -75.217848988857298, 39.970289715123599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19069, "tnode_": 18854, "lpoly_": null, "rpoly_": null, "length": 506.47296318999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 74020, "l_hundred": 900, "r_hundred": 900, "seg_id": 422427, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SAINT BERNARD ST", "stname": "N SAINT BERNARD ST", "objectid": 12433, "Shape__Length": 201.94087925482992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220009006676193, 39.968672955151298 ], [ -75.220187349927002, 39.970056498524301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19212, "tnode_": 19097, "lpoly_": null, "rpoly_": null, "length": 227.31492716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 882, "l_t_add": 898, "r_f_add": 881, "r_t_add": 899, "st_code": 33620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12434, "Shape__Length": 90.630609740620685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221457286459398, 39.967899627489203 ], [ -75.221565353493006, 39.968518070577502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19833, "tnode_": 19843, "lpoly_": null, "rpoly_": null, "length": 235.54621638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4226, "r_f_add": 4201, "r_t_add": 4225, "st_code": 81040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422429, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12435, "Shape__Length": 93.546040234795214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207102675894006, 39.963670427758302 ], [ -75.207938827653905, 39.963606215608202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19853, "tnode_": 19861, "lpoly_": null, "rpoly_": null, "length": 182.46899079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4238, "l_t_add": 4298, "r_f_add": 4239, "r_t_add": 4299, "st_code": 81040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12436, "Shape__Length": 72.466209001215205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208560995209893, 39.963558667364701 ], [ -75.209209137673, 39.963512173018998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19735, "tnode_": 19643, "lpoly_": null, "rpoly_": null, "length": 205.15864873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 642, "l_t_add": 660, "r_f_add": 645, "r_t_add": 663, "st_code": 78860, "l_hundred": 600, "r_hundred": 600, "seg_id": 422431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12437, "Shape__Length": 81.791733722619611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2013401822567, 39.964181673721399 ], [ -75.201443316808195, 39.964739240524899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20120, "tnode_": 20083, "lpoly_": null, "rpoly_": null, "length": 151.71457253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 422, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 78860, "l_hundred": 400, "r_hundred": 400, "seg_id": 422432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12438, "Shape__Length": 60.410879332864766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201105610206199, 39.961116393383797 ], [ -75.201010811941202, 39.9612244234497 ], [ -75.200800053228704, 39.961460141625203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20136, "tnode_": 20120, "lpoly_": null, "rpoly_": null, "length": 90.07769327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 421, "st_code": 78860, "l_hundred": 400, "r_hundred": 400, "seg_id": 422433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12439, "Shape__Length": 35.862037835897922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2012977330929, 39.960918452510199 ], [ -75.201125176875493, 39.961090609731798 ], [ -75.201105610206199, 39.961116393383797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28849, "tnode_": 19238, "lpoly_": null, "rpoly_": null, "length": 410.04374028000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 53620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 12440, "Shape__Length": 163.48785778756118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214475620418995, 39.966512782594101 ], [ -75.2146116388259, 39.967633527875797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18353, "tnode_": 18278, "lpoly_": null, "rpoly_": null, "length": 213.06271404, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 88760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12441, "Shape__Length": 84.737549953070669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219075908248101, 39.972886454360903 ], [ -75.219529451062002, 39.973162540799997 ], [ -75.219694606740504, 39.973221133712997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18461, "tnode_": 18479, "lpoly_": null, "rpoly_": null, "length": 231.13075399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 65260, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422438, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12442, "Shape__Length": 91.807662040095792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212876585501306, 39.972120226729899 ], [ -75.213692823020807, 39.972029799392701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19274, "tnode_": 19177, "lpoly_": null, "rpoly_": null, "length": 205.40315015, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 822, "l_t_add": 844, "r_f_add": 823, "r_t_add": 839, "st_code": 88660, "l_hundred": 800, "r_hundred": 800, "seg_id": 422439, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 12443, "Shape__Length": 81.896422735814639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211164400667997, 39.967327409087098 ], [ -75.211234529166205, 39.967888678583897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19158, "tnode_": 19177, "lpoly_": null, "rpoly_": null, "length": 318.12276801000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 63160, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12444, "Shape__Length": 126.34840665482423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210104614660693, 39.967970988422302 ], [ -75.211234529166205, 39.967888678583897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19180, "tnode_": 18995, "lpoly_": null, "rpoly_": null, "length": 383.6064802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 816, "l_t_add": 858, "r_f_add": 841, "r_t_add": 869, "st_code": 19280, "l_hundred": 800, "r_hundred": 800, "seg_id": 422441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 12445, "Shape__Length": 152.94296601725017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208816339321402, 39.967844255971002 ], [ -75.2090113853384, 39.968886554932702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19180, "tnode_": 19186, "lpoly_": null, "rpoly_": null, "length": 142.44395639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4224, "l_t_add": 4234, "r_f_add": 4225, "r_t_add": 4235, "st_code": 63160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12446, "Shape__Length": 56.57608210905849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208816339321402, 39.967844255971002 ], [ -75.209320115050701, 39.9677927904591 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19186, "tnode_": 19006, "lpoly_": null, "rpoly_": null, "length": 381.22718605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 44220, "l_hundred": 800, "r_hundred": 800, "seg_id": 422443, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUTTON ST", "stname": "HUTTON ST", "objectid": 12447, "Shape__Length": 151.99424986439197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209320115050701, 39.9677927904591 ], [ -75.209513759651003, 39.968828645836098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19365, "tnode_": 19192, "lpoly_": null, "rpoly_": null, "length": 409.71681067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEX", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 844, "r_f_add": 801, "r_t_add": 843, "st_code": 50600, "l_hundred": 800, "r_hundred": 800, "seg_id": 422444, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEX ST", "stname": "LEX ST", "objectid": 12448, "Shape__Length": 163.35805198544148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211823793434604, 39.966711372556198 ], [ -75.211958832438199, 39.9678312866642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19227, "tnode_": 19133, "lpoly_": null, "rpoly_": null, "length": 194.38289773, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 816, "l_t_add": 824, "r_f_add": 819, "r_t_add": 831, "st_code": 43140, "l_hundred": 800, "r_hundred": 800, "seg_id": 422445, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12449, "Shape__Length": 77.502658889139468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206718330017907, 39.967538733837898 ], [ -75.206785803064506, 39.968069807634699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19239, "tnode_": 19161, "lpoly_": null, "rpoly_": null, "length": 181.73004529, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 818, "l_t_add": 838, "r_f_add": 817, "r_t_add": 833, "st_code": 88620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12450, "Shape__Length": 72.455304934223875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207755093719499, 39.967458390414301 ], [ -75.207841915656402, 39.967952768979899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19161, "tnode_": 19170, "lpoly_": null, "rpoly_": null, "length": 150.9790005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4206, "r_f_add": 4201, "r_t_add": 4209, "st_code": 63160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422447, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12451, "Shape__Length": 59.96637132194148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207841915656402, 39.967952768979899 ], [ -75.208375609005898, 39.967896684228499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19105, "tnode_": 18946, "lpoly_": null, "rpoly_": null, "length": 381.35053170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 874, "r_f_add": 801, "r_t_add": 863, "st_code": 62800, "l_hundred": 800, "r_hundred": 800, "seg_id": 422448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALM ST", "stname": "PALM ST", "objectid": 12452, "Shape__Length": 152.04426701201186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206262329875102, 39.968128072208501 ], [ -75.206455280983107, 39.969164346350503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19161, "tnode_": 18980, "lpoly_": null, "rpoly_": null, "length": 383.02597117, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 840, "l_t_add": 872, "r_f_add": 835, "r_t_add": 863, "st_code": 88620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422450, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12453, "Shape__Length": 152.71128650908904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207841915656402, 39.967952768979899 ], [ -75.208040394225705, 39.968993073654197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17785, "tnode_": 17650, "lpoly_": null, "rpoly_": null, "length": 270.08622862000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 88620, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12454, "Shape__Length": 107.62286475427251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209743112735296, 39.9755921264397 ], [ -75.209323537581099, 39.976259587962097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17884, "tnode_": 17695, "lpoly_": null, "rpoly_": null, "length": 897.96025033000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 50060, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIDY AVE", "stname": "LEIDY AVE", "objectid": 12455, "Shape__Length": 356.93624562896701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210126191792398, 39.975076614403697 ], [ -75.213012137914902, 39.976147377088999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17982, "tnode_": 17884, "lpoly_": null, "rpoly_": null, "length": 378.94388663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4152, "l_t_add": 4198, "r_f_add": 4167, "r_t_add": 4199, "st_code": 50060, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIDY AVE", "stname": "LEIDY AVE", "objectid": 12456, "Shape__Length": 150.62596950767306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208906690842497, 39.974627357165303 ], [ -75.210126191792398, 39.975076614403697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17507, "tnode_": 17359, "lpoly_": null, "rpoly_": null, "length": 678.29312665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4248, "l_t_add": 4698, "r_f_add": 4249, "r_t_add": 4699, "st_code": 63040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422454, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 12457, "Shape__Length": 269.62586417445317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211291970592498, 39.976992342393103 ], [ -75.213472607698506, 39.9778001758296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17604, "tnode_": 17359, "lpoly_": null, "rpoly_": null, "length": 464.06377603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1516, "l_t_add": 1538, "r_f_add": 1517, "r_t_add": 1539, "st_code": 16760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 422455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 12458, "Shape__Length": 185.02749083394062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213124515924605, 39.976554755214501 ], [ -75.2133069033613, 39.977226465879198 ], [ -75.213472607698506, 39.9778001758296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17884, "tnode_": 17962, "lpoly_": null, "rpoly_": null, "length": 715.30009331999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 77160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 12459, "Shape__Length": 284.16687715977139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210126191792398, 39.975076614403697 ], [ -75.212481005048105, 39.974692954640801 ], [ -75.212617524346101, 39.974731006114403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18050, "tnode_": 18109, "lpoly_": null, "rpoly_": null, "length": 692.27421341999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 74900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 12460, "Shape__Length": 274.98682829340106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209978300611397, 39.974251708928698 ], [ -75.210052075907697, 39.974256257542102 ], [ -75.212423555798097, 39.973992984582097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18050, "tnode_": 17884, "lpoly_": null, "rpoly_": null, "length": 303.370072, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 88620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12461, "Shape__Length": 120.96473277200572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209978300611397, 39.974251708928698 ], [ -75.210109060157706, 39.974952232091098 ], [ -75.210126191792398, 39.975076614403697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18111, "tnode_": 17982, "lpoly_": null, "rpoly_": null, "length": 655.40530017000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4150, "r_f_add": 4101, "r_t_add": 4165, "st_code": 50060, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIDY AVE", "stname": "LEIDY AVE", "objectid": 12462, "Shape__Length": 260.51544286559908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206799395335096, 39.973847323162701 ], [ -75.208906690842497, 39.974627357165303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17982, "tnode_": 18050, "lpoly_": null, "rpoly_": null, "length": 369.90242184, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 74900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 12463, "Shape__Length": 147.08012895346013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208906690842497, 39.974627357165303 ], [ -75.209018149624001, 39.9744285935313 ], [ -75.209063000303601, 39.974357155957598 ], [ -75.209084098063798, 39.974340521186498 ], [ -75.209116431409598, 39.974330990921104 ], [ -75.209314638721395, 39.974307193432303 ], [ -75.209902363369906, 39.974244376068199 ], [ -75.209978300611397, 39.974251708928698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18100, "tnode_": 17949, "lpoly_": null, "rpoly_": null, "length": 276.3061382, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1215, "st_code": 88600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12464, "Shape__Length": 110.17194399857262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206436677431597, 39.9738888390197 ], [ -75.206578200542097, 39.974639477948102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18042, "tnode_": 18100, "lpoly_": null, "rpoly_": null, "length": 600.27595444999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 37040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422462, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 12465, "Shape__Length": 238.44346717839028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204317333443299, 39.974126815822899 ], [ -75.206436677431597, 39.9738888390197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18186, "tnode_": 18042, "lpoly_": null, "rpoly_": null, "length": 265.8761495, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 88580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 422463, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12466, "Shape__Length": 106.01210191359024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204178750519404, 39.973404782555001 ], [ -75.204317333443299, 39.974126815822899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18186, "tnode_": 18236, "lpoly_": null, "rpoly_": null, "length": 601.6817892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 21060, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12467, "Shape__Length": 238.99853911053162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204178750519404, 39.973404782555001 ], [ -75.206303981396701, 39.973171289333997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18316, "tnode_": 18374, "lpoly_": null, "rpoly_": null, "length": 599.10126976999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 65260, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12468, "Shape__Length": 237.97119125399348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204058507306499, 39.972711022194702 ], [ -75.206174477650094, 39.972477862473298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18236, "tnode_": 18280, "lpoly_": null, "rpoly_": null, "length": 574.16955778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4154, "r_f_add": 4101, "r_t_add": 4155, "st_code": 21060, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422466, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12469, "Shape__Length": 228.07548336035373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206303981396701, 39.973171289333997 ], [ -75.207678574389107, 39.973019532967598 ], [ -75.208083904954904, 39.972971778061698 ], [ -75.208325015568093, 39.972921257528903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18719, "tnode_": 18763, "lpoly_": null, "rpoly_": null, "length": 540.64210665000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 63940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422467, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 12470, "Shape__Length": 214.74389404353121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208339517696203, 39.970594135260001 ], [ -75.210248803097301, 39.970382904362197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18946, "tnode_": 18781, "lpoly_": null, "rpoly_": null, "length": 379.81521651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 876, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 62800, "l_hundred": 800, "r_hundred": 800, "seg_id": 422468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALM ST", "stname": "PALM ST", "objectid": 12471, "Shape__Length": 151.43492689075788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206455280983107, 39.969164346350503 ], [ -75.206643393681205, 39.9701968916319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18915, "tnode_": 18930, "lpoly_": null, "rpoly_": null, "length": 194.13650329000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4044, "l_t_add": 4098, "r_f_add": 4045, "r_t_add": 4099, "st_code": 61140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422469, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12472, "Shape__Length": 77.109872746761766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205105348391797, 39.969317033401303 ], [ -75.205791022815404, 39.969241670800002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18897, "tnode_": 18725, "lpoly_": null, "rpoly_": null, "length": 367.22825089000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 878, "l_t_add": 898, "r_f_add": 879, "r_t_add": 899, "st_code": 83980, "l_hundred": 800, "r_hundred": 800, "seg_id": 422470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 12473, "Shape__Length": 146.4170685445138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204004218258405, 39.969439327686999 ], [ -75.204097606135903, 39.969946858584898 ], [ -75.204151875563298, 39.9702759218438 ], [ -75.204184823823695, 39.970437741574401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18907, "tnode_": 18739, "lpoly_": null, "rpoly_": null, "length": 375.38264439000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 864, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 65580, "l_hundred": 800, "r_hundred": 800, "seg_id": 422471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12474, "Shape__Length": 149.66633036719199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204549401232697, 39.969375666689899 ], [ -75.204564052546601, 39.969428929297301 ], [ -75.204748245178394, 39.970394615235101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19064, "tnode_": 19096, "lpoly_": null, "rpoly_": null, "length": 384.03993055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4018, "l_t_add": 4098, "r_f_add": 4019, "r_t_add": 4099, "st_code": 63160, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422472, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12475, "Shape__Length": 152.5368911983731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204359178782397, 39.9683388302658 ], [ -75.205714661357106, 39.968185004129197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19167, "tnode_": 19198, "lpoly_": null, "rpoly_": null, "length": 399.90566829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4018, "l_t_add": 4098, "r_f_add": 4019, "r_t_add": 4099, "st_code": 68000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12476, "Shape__Length": 158.83618432814342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204266181097196, 39.967808864197004 ], [ -75.205679006732197, 39.9676559208105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19427, "tnode_": 19256, "lpoly_": null, "rpoly_": null, "length": 409.22489657, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 724, "l_t_add": 798, "r_f_add": 771, "r_t_add": 799, "st_code": 65580, "l_hundred": 700, "r_hundred": 700, "seg_id": 422474, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12477, "Shape__Length": 163.15308775039333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203955520883596, 39.966173949423599 ], [ -75.204163439720602, 39.967285872737797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19175, "tnode_": 19206, "lpoly_": null, "rpoly_": null, "length": 418.36627074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3942, "r_f_add": 3901, "r_t_add": 3943, "st_code": 19400, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422475, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12478, "Shape__Length": 166.16859737432429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200482874641594, 39.967689506647098 ], [ -75.201960392321496, 39.967526659420699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19175, "tnode_": 19070, "lpoly_": null, "rpoly_": null, "length": 200.26826073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 88560, "l_hundred": 800, "r_hundred": 800, "seg_id": 422476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12479, "Shape__Length": 79.845668864883308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200482874641594, 39.967689506647098 ], [ -75.200587270127201, 39.968233368200899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19098, "tnode_": 19141, "lpoly_": null, "rpoly_": null, "length": 312.56172173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3960, "l_t_add": 3998, "r_f_add": 3961, "r_t_add": 3999, "st_code": 68000, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422477, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12480, "Shape__Length": 124.14986545579124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202063203218103, 39.968068586672899 ], [ -75.202133907929806, 39.968045042094701 ], [ -75.203161722591602, 39.967932960051201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19070, "tnode_": 19098, "lpoly_": null, "rpoly_": null, "length": 420.46558119000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3958, "r_f_add": 3901, "r_t_add": 3959, "st_code": 68000, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12481, "Shape__Length": 167.01119426222198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200587270127201, 39.968233368200899 ], [ -75.200674688709697, 39.9682430987705 ], [ -75.201997711073403, 39.968097018681704 ], [ -75.202063203218103, 39.968068586672899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19206, "tnode_": 19098, "lpoly_": null, "rpoly_": null, "length": 199.50658930999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 78860, "l_hundred": 800, "r_hundred": 800, "seg_id": 422479, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12482, "Shape__Length": 79.54195681171322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201960392321496, 39.967526659420699 ], [ -75.202063203218103, 39.968068586672899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19218, "tnode_": 19234, "lpoly_": null, "rpoly_": null, "length": 149.92694527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3962, "l_t_add": 3998, "r_f_add": 3963, "r_t_add": 3999, "st_code": 19400, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422480, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12483, "Shape__Length": 59.548344327470396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202530792351993, 39.967462588902698 ], [ -75.203060463346802, 39.967405232204101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19070, "tnode_": 18986, "lpoly_": null, "rpoly_": null, "length": 192.52570399000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 820, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 88560, "l_hundred": 800, "r_hundred": 800, "seg_id": 422481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12484, "Shape__Length": 76.759781671658473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200587270127201, 39.968233368200899 ], [ -75.200684288635003, 39.968756576859299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19098, "tnode_": 19013, "lpoly_": null, "rpoly_": null, "length": 188.81846078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 820, "l_t_add": 834, "r_f_add": 821, "r_t_add": 835, "st_code": 78860, "l_hundred": 800, "r_hundred": 800, "seg_id": 422482, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12485, "Shape__Length": 75.281508597074648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202063203218103, 39.968068586672899 ], [ -75.2021584552852, 39.968581709313703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19265, "tnode_": 19300, "lpoly_": null, "rpoly_": null, "length": 419.07626926999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 34580, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422483, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 12486, "Shape__Length": 166.44937129673181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200378444373101, 39.967133543679303 ], [ -75.201858301184004, 39.966969583203699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19215, "tnode_": 19265, "lpoly_": null, "rpoly_": null, "length": 631.86444996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 34580, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422484, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 12487, "Shape__Length": 250.96579764563742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198147315009805, 39.967381499138298 ], [ -75.200378444373101, 39.967133543679303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19113, "tnode_": 19175, "lpoly_": null, "rpoly_": null, "length": 632.06227207999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 19400, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422485, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12488, "Shape__Length": 251.04673491728721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198251381374504, 39.9679394125207 ], [ -75.200482874641594, 39.967689506647098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19357, "tnode_": 19265, "lpoly_": null, "rpoly_": null, "length": 205.09440711000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 718, "l_t_add": 748, "r_f_add": 739, "r_t_add": 749, "st_code": 88560, "l_hundred": 700, "r_hundred": 700, "seg_id": 422486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12489, "Shape__Length": 81.768938189695746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200274991919002, 39.966576189522797 ], [ -75.200378444373101, 39.967133543679303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19384, "tnode_": 19300, "lpoly_": null, "rpoly_": null, "length": 205.00714117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 756, "l_t_add": 764, "r_f_add": 741, "r_t_add": 745, "st_code": 78860, "l_hundred": 700, "r_hundred": 700, "seg_id": 422487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12490, "Shape__Length": 81.733721703814211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201753067468502, 39.966412668615298 ], [ -75.201858301184004, 39.966969583203699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19314, "tnode_": 19357, "lpoly_": null, "rpoly_": null, "length": 631.96316041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 13800, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422488, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12491, "Shape__Length": 251.00245076109758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198042972866403, 39.966821184607603 ], [ -75.200274991919002, 39.966576189522797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19389, "tnode_": 19436, "lpoly_": null, "rpoly_": null, "length": 631.01215526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 61320, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422489, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 12492, "Shape__Length": 250.62443794092289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197946287601496, 39.966269862892702 ], [ -75.200172917266002, 39.966014617605303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19025, "tnode_": 19070, "lpoly_": null, "rpoly_": null, "length": 633.20760008999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 68000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422490, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12493, "Shape__Length": 251.50329161520591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198351367870998, 39.968466760313497 ], [ -75.200504125331406, 39.968225894036202 ], [ -75.200587270127201, 39.968233368200899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19014, "tnode_": 18951, "lpoly_": null, "rpoly_": null, "length": 462.94917291999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 53300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422491, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12494, "Shape__Length": 183.94617408428863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196875902964194, 39.9684735954568 ], [ -75.198432317414301, 39.968898965514498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19080, "tnode_": 19014, "lpoly_": null, "rpoly_": null, "length": 138.40254043000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 88520, "l_hundred": 800, "r_hundred": 800, "seg_id": 422492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12495, "Shape__Length": 55.180616829891498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196804948453106, 39.968097606166999 ], [ -75.196875902964194, 39.9684735954568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18951, "tnode_": 18986, "lpoly_": null, "rpoly_": null, "length": 640.95608288000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 63160, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12496, "Shape__Length": 254.59261089341214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198432317414301, 39.968898965514498 ], [ -75.198740793343802, 39.968972813591598 ], [ -75.200684288635003, 39.968756576859299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19113, "tnode_": 19025, "lpoly_": null, "rpoly_": null, "length": 194.136878, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 809, "st_code": 88540, "l_hundred": 800, "r_hundred": 800, "seg_id": 422494, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12497, "Shape__Length": 77.401554107257837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198251381374504, 39.9679394125207 ], [ -75.198351367870998, 39.968466760313497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19282, "tnode_": 19080, "lpoly_": null, "rpoly_": null, "length": 410.77169233999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 744, "l_t_add": 798, "r_f_add": 741, "r_t_add": 799, "st_code": 88520, "l_hundred": 700, "r_hundred": 700, "seg_id": 422495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12498, "Shape__Length": 163.77095125481833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196590239768199, 39.966982154171497 ], [ -75.196804948453106, 39.968097606166999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19299, "tnode_": 19094, "lpoly_": null, "rpoly_": null, "length": 410.35445388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DEKALB", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 742, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 27680, "l_hundred": 700, "r_hundred": 700, "seg_id": 422496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DEKALB ST", "stname": "N DEKALB ST", "objectid": 12499, "Shape__Length": 163.60521519501521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197320274370895, 39.966903471492799 ], [ -75.197528451950006, 39.968018499067803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19252, "tnode_": 19282, "lpoly_": null, "rpoly_": null, "length": 409.5870237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 13800, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422497, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12500, "Shape__Length": 162.680596488573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195144065289995, 39.967143328122098 ], [ -75.196590239768199, 39.966982154171497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19299, "tnode_": 19314, "lpoly_": null, "rpoly_": null, "length": 204.77599598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3710, "l_t_add": 3798, "r_f_add": 3723, "r_t_add": 3799, "st_code": 13800, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422498, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12501, "Shape__Length": 81.333385178713982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197320274370895, 39.966903471492799 ], [ -75.198042972866403, 39.966821184607603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19282, "tnode_": 19299, "lpoly_": null, "rpoly_": null, "length": 206.62389467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3708, "r_f_add": 3701, "r_t_add": 3721, "st_code": 13800, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422499, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12502, "Shape__Length": 82.066723757432726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196590239768199, 39.966982154171497 ], [ -75.197320274370895, 39.966903471492799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19219, "tnode_": 19252, "lpoly_": null, "rpoly_": null, "length": 410.34709957999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 13800, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422500, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12503, "Shape__Length": 162.98275134512247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193695066826606, 39.967304072397397 ], [ -75.195144065289995, 39.967143328122098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19331, "tnode_": 19360, "lpoly_": null, "rpoly_": null, "length": 407.1872198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 33280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12504, "Shape__Length": 161.72499929574292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190597254086299, 39.966505490685599 ], [ -75.192036003816995, 39.966351007565599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18153, "tnode_": 18169, "lpoly_": null, "rpoly_": null, "length": 142.74491235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3940, "l_t_add": 3940, "r_f_add": 3939, "r_t_add": 3941, "st_code": 21060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12505, "Shape__Length": 56.701017751197654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203021066701695, 39.973533521406502 ], [ -75.203525198233294, 39.973477768788101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18145, "tnode_": 18153, "lpoly_": null, "rpoly_": null, "length": 99.95869396000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3928, "l_t_add": 3938, "r_f_add": 3929, "r_t_add": 3937, "st_code": 21060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422503, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12506, "Shape__Length": 39.705452951949219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202667944936707, 39.973572035289301 ], [ -75.203021066701695, 39.973533521406502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18250, "tnode_": 18271, "lpoly_": null, "rpoly_": null, "length": 300.40638811999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3932, "r_f_add": 3901, "r_t_add": 3925, "st_code": 65260, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422504, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12507, "Shape__Length": 119.3263263259898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201477387237702, 39.972995761232298 ], [ -75.2025381565104, 39.972877546636802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18128, "tnode_": 18145, "lpoly_": null, "rpoly_": null, "length": 301.59116490999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3926, "r_f_add": 3901, "r_t_add": 3927, "st_code": 21060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422505, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12508, "Shape__Length": 119.79820638867865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201603029750004, 39.973690973754003 ], [ -75.202667944936707, 39.973572035289301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18250, "tnode_": 18128, "lpoly_": null, "rpoly_": null, "length": 255.68998219, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1124, "r_f_add": 1101, "r_t_add": 1125, "st_code": 88560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 422506, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12509, "Shape__Length": 101.95092138114718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201477387237702, 39.972995761232298 ], [ -75.201603029750004, 39.973690973754003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18169, "tnode_": 18186, "lpoly_": null, "rpoly_": null, "length": 185.09051313999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3942, "l_t_add": 3998, "r_f_add": 3943, "r_t_add": 3999, "st_code": 21060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422507, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 12510, "Shape__Length": 73.521547091440425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203525198233294, 39.973477768788101 ], [ -75.204178750519404, 39.973404782555001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18298, "tnode_": 18316, "lpoly_": null, "rpoly_": null, "length": 187.14406484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3970, "l_t_add": 3998, "r_f_add": 3971, "r_t_add": 3999, "st_code": 65260, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12511, "Shape__Length": 74.336036984340808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203397183633797, 39.972781968251901 ], [ -75.204058507306499, 39.972711022194702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18279, "tnode_": 18298, "lpoly_": null, "rpoly_": null, "length": 130.68095687000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3948, "l_t_add": 3968, "r_f_add": 3949, "r_t_add": 3969, "st_code": 65260, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422509, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12512, "Shape__Length": 51.908265653889856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202935452778604, 39.9728318704842 ], [ -75.203397183633797, 39.972781968251901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18271, "tnode_": 18279, "lpoly_": null, "rpoly_": null, "length": 112.58740452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3934, "l_t_add": 3946, "r_f_add": 3927, "r_t_add": 3947, "st_code": 65260, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12513, "Shape__Length": 44.721732006400522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2025381565104, 39.972877546636802 ], [ -75.202935452778604, 39.9728318704842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18445, "tnode_": 18476, "lpoly_": null, "rpoly_": null, "length": 359.59186882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 84780, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422511, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12514, "Shape__Length": 142.83347401805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203920523596295, 39.972020766655902 ], [ -75.204993847959003, 39.971897504160303 ], [ -75.205190508966396, 39.971881359777399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18751, "tnode_": 18487, "lpoly_": null, "rpoly_": null, "length": 551.57309776, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 894, "l_t_add": 898, "r_f_add": 895, "r_t_add": 899, "st_code": 88580, "l_hundred": 800, "r_hundred": 800, "seg_id": 422512, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12515, "Shape__Length": 219.92061095823954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203604041808404, 39.970270109827503 ], [ -75.203653710657505, 39.970544779460198 ], [ -75.203724249823495, 39.970937204008997 ], [ -75.203739521388599, 39.971022053478997 ], [ -75.203874433154994, 39.971769886522402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18432, "tnode_": 18487, "lpoly_": null, "rpoly_": null, "length": 729.3558051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 4001, "st_code": 63940, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 12516, "Shape__Length": 289.70725025214551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201298545695707, 39.972054297183497 ], [ -75.203874433154994, 39.971769886522402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18334, "tnode_": 18406, "lpoly_": null, "rpoly_": null, "length": 729.03207351000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 84780, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12517, "Shape__Length": 289.58076881118518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201393499833799, 39.9725505424733 ], [ -75.201728113390701, 39.972515516641501 ], [ -75.202742664019596, 39.9724031810333 ], [ -75.203968276472096, 39.972266388446101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18334, "tnode_": 18250, "lpoly_": null, "rpoly_": null, "length": 163.88056795, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422515, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12518, "Shape__Length": 65.342918004191958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201393499833799, 39.9725505424733 ], [ -75.201477387237702, 39.972995761232298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18201, "tnode_": 18064, "lpoly_": null, "rpoly_": null, "length": 255.55520221, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1115, "st_code": 88540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 422517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12519, "Shape__Length": 101.89739728082827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199244081966995, 39.973243553277598 ], [ -75.199370906123406, 39.973938265210002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18282, "tnode_": 18201, "lpoly_": null, "rpoly_": null, "length": 194.22577158, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12520, "Shape__Length": 77.442196965479255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199142472540004, 39.972716141733699 ], [ -75.199244081966995, 39.973243553277598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18432, "tnode_": 18356, "lpoly_": null, "rpoly_": null, "length": 152.17959589, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 996, "r_f_add": 901, "r_t_add": 997, "st_code": 88560, "l_hundred": 900, "r_hundred": 900, "seg_id": 422519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12521, "Shape__Length": 60.676938571264387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201298545695707, 39.972054297183497 ], [ -75.201377084501303, 39.9724676557517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18128, "tnode_": 17980, "lpoly_": null, "rpoly_": null, "length": 262.49579454000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1126, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 88560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 422521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12522, "Shape__Length": 104.66482719758214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201603029750004, 39.973690973754003 ], [ -75.201738797909201, 39.974403946276198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18064, "tnode_": 17921, "lpoly_": null, "rpoly_": null, "length": 264.24002047, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1117, "r_t_add": 1199, "st_code": 88540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 422522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12523, "Shape__Length": 105.36067274391851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199370906123406, 39.973938265210002 ], [ -75.199507679065206, 39.974655963753897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19386, "tnode_": 19419, "lpoly_": null, "rpoly_": null, "length": 510.6763407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 68000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422523, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12524, "Shape__Length": 202.8284707153968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218584729059202, 39.966741988505099 ], [ -75.220389812899896, 39.966551924439699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19739, "tnode_": 19763, "lpoly_": null, "rpoly_": null, "length": 511.48956031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 61320, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422524, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 12525, "Shape__Length": 203.13702455884524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218296466976696, 39.964498896719 ], [ -75.219631997524203, 39.964399738365202 ], [ -75.2197186934754, 39.9643918888708 ], [ -75.220113276710407, 39.964368816175998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20325, "tnode_": 20149, "lpoly_": null, "rpoly_": null, "length": 582.06610578000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 27820, "l_hundred": 0, "r_hundred": 0, "seg_id": 422525, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARBORN ST", "stname": "DEARBORN ST", "objectid": 12526, "Shape__Length": 232.03694622930342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222398630091305, 39.959689629170001 ], [ -75.222067622941594, 39.9612670404412 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20361, "tnode_": 20177, "lpoly_": null, "rpoly_": null, "length": 579.50636817999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 74020, "l_hundred": 0, "r_hundred": 0, "seg_id": 422526, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SAINT BERNARD ST", "stname": "N SAINT BERNARD ST", "objectid": 12527, "Shape__Length": 231.01505349299811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219985066459301, 39.959395508293298 ], [ -75.219652217449095, 39.960965570593103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20446, "tnode_": 20425, "lpoly_": null, "rpoly_": null, "length": 560.2289111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 51920, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422527, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12528, "Shape__Length": 222.48996839389491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221088488472901, 39.958741030208998 ], [ -75.223061766727795, 39.958984412730501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20679, "tnode_": 20656, "lpoly_": null, "rpoly_": null, "length": 561.34475200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 70940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422528, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12529, "Shape__Length": 222.92814925096187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219424294320106, 39.956988800952097 ], [ -75.221313866203701, 39.9572219422326 ], [ -75.221400553044006, 39.957236357868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20821, "tnode_": 20796, "lpoly_": null, "rpoly_": null, "length": 560.3435922299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 22300, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422529, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12530, "Shape__Length": 222.52816365698573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221689182237299, 39.955863424333302 ], [ -75.221776149088598, 39.955879363176102 ], [ -75.223077940642398, 39.956038602741401 ], [ -75.223660413896795, 39.956116731827798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20951, "tnode_": 20930, "lpoly_": null, "rpoly_": null, "length": 561.33811158000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 45060, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 12531, "Shape__Length": 222.91846878066406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221925376300902, 39.954732320768798 ], [ -75.223625138669803, 39.954941141868403 ], [ -75.2238313939839, 39.9549637398461 ], [ -75.223901108706997, 39.954979560288699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20493, "tnode_": 20604, "lpoly_": null, "rpoly_": null, "length": 275.55146588999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 33420, "l_hundred": 0, "r_hundred": 0, "seg_id": 422531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FALLON ST", "stname": "S FALLON ST", "objectid": 12532, "Shape__Length": 109.84308099732596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217919890243294, 39.958347631831302 ], [ -75.218074714673904, 39.957600650697302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20112, "tnode_": 20038, "lpoly_": null, "rpoly_": null, "length": 242.96063326000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 43140, "l_hundred": 500, "r_hundred": 500, "seg_id": 422533, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12533, "Shape__Length": 96.858420068451707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206092977097995, 39.9612976489895 ], [ -75.206069178619202, 39.961358479663197 ], [ -75.206159579013502, 39.961957886479397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19470, "tnode_": 19509, "lpoly_": null, "rpoly_": null, "length": 631.95784598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 33280, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12534, "Shape__Length": 250.99606691788006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197834509644693, 39.9657069328549 ], [ -75.200066656082001, 39.965462927540798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19943, "tnode_": 19876, "lpoly_": null, "rpoly_": null, "length": 204.1501319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88560, "l_hundred": 500, "r_hundred": 500, "seg_id": 422535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 39TH ST", "stname": "N 39TH ST", "objectid": 12535, "Shape__Length": 81.387615194054021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199545804832397, 39.9626212427927 ], [ -75.199649961293403, 39.963175899751199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20143, "tnode_": 20120, "lpoly_": null, "rpoly_": null, "length": 182.11813837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 83440, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422536, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 12536, "Shape__Length": 72.411326965474785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200567051767493, 39.960837038646297 ], [ -75.200597909263294, 39.960849758158901 ], [ -75.201105610206199, 39.961116393383797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20565, "tnode_": 20550, "lpoly_": null, "rpoly_": null, "length": 281.21781896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4619, "st_code": 51920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422537, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12537, "Shape__Length": 111.68145886671957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213182228071204, 39.9577607023122 ], [ -75.214172745310194, 39.957882839596998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20759, "tnode_": 20740, "lpoly_": null, "rpoly_": null, "length": 279.71825191000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4620, "r_f_add": 4601, "r_t_add": 4621, "st_code": 70940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422538, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12538, "Shape__Length": 111.08359071999284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213500668718595, 39.9562530621698 ], [ -75.214485737453003, 39.956375241648303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20621, "tnode_": 20597, "lpoly_": null, "rpoly_": null, "length": 461.30763188999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 51920, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422540, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12539, "Shape__Length": 183.20069876660963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209584862032699, 39.957313608372097 ], [ -75.211209281247307, 39.957515912288002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20635, "tnode_": 20621, "lpoly_": null, "rpoly_": null, "length": 369.82175373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 51920, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422541, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12540, "Shape__Length": 146.86813587647799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208282523571199, 39.957151783373703 ], [ -75.209584862032699, 39.957313608372097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21078, "tnode_": 21067, "lpoly_": null, "rpoly_": null, "length": 348.38931916999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4028, "l_t_add": 4098, "r_f_add": 4029, "r_t_add": 4099, "st_code": 51380, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12541, "Shape__Length": 138.34834119613978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204109013127905, 39.953137650766998 ], [ -75.204609201816396, 39.953193831103903 ], [ -75.205335914542999, 39.953289154357002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20656, "tnode_": 20753, "lpoly_": null, "rpoly_": null, "length": 282.54660918000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 127, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88790, "l_hundred": 100, "r_hundred": 100, "seg_id": 422543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 12542, "Shape__Length": 112.62911628613448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221400553044006, 39.957236357868403 ], [ -75.2214956712712, 39.956839799936802 ], [ -75.221562014410296, 39.956470947794998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20885, "tnode_": 20951, "lpoly_": null, "rpoly_": null, "length": 220.15601437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 231, "l_t_add": 269, "r_f_add": 230, "r_t_add": 268, "st_code": 88790, "l_hundred": 200, "r_hundred": 200, "seg_id": 422544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 12543, "Shape__Length": 87.756796985570062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2218000821033, 39.955328934960797 ], [ -75.221925376300902, 39.954732320768798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20753, "tnode_": 20821, "lpoly_": null, "rpoly_": null, "length": 224.16290362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 214, "st_code": 88790, "l_hundred": 200, "r_hundred": 200, "seg_id": 422545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 12544, "Shape__Length": 89.355530733896416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221562014410296, 39.956470947794998 ], [ -75.221689182237299, 39.955863424333302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20951, "tnode_": 21024, "lpoly_": null, "rpoly_": null, "length": 229.09912029, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 271, "l_t_add": 299, "r_f_add": 270, "r_t_add": 298, "st_code": 88790, "l_hundred": 200, "r_hundred": 200, "seg_id": 422546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 50TH ST", "stname": "S 50TH ST", "objectid": 12545, "Shape__Length": 91.320189546639028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221925376300902, 39.954732320768798 ], [ -75.222039459761405, 39.954182587105798 ], [ -75.222059375727795, 39.954112027234899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20896, "tnode_": 20885, "lpoly_": null, "rpoly_": null, "length": 280.67502431000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4934, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 51380, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12546, "Shape__Length": 111.46166752677728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220811466751897, 39.955207259909301 ], [ -75.2218000821033, 39.955328934960797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20919, "tnode_": 20908, "lpoly_": null, "rpoly_": null, "length": 269.49516961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4814, "l_t_add": 4898, "r_f_add": 4815, "r_t_add": 4899, "st_code": 51380, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12547, "Shape__Length": 107.02217052459551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218876655113206, 39.954965299267698 ], [ -75.219825167079605, 39.955085548046803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20896, "tnode_": 21035, "lpoly_": null, "rpoly_": null, "length": 449.43339483, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 74040, "l_hundred": 200, "r_hundred": 200, "seg_id": 422549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SAINT BERNARD ST", "stname": "S SAINT BERNARD ST", "objectid": 12548, "Shape__Length": 179.14910110479261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220811466751897, 39.955207259909301 ], [ -75.221061814808706, 39.953988644955302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20930, "tnode_": 20907, "lpoly_": null, "rpoly_": null, "length": 560.83790141999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 45060, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 422550, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 12549, "Shape__Length": 222.72013305283136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223901108706997, 39.954979560288699 ], [ -75.225875702193605, 39.9552266422061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20656, "tnode_": 20636, "lpoly_": null, "rpoly_": null, "length": 561.97506197000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 70940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12550, "Shape__Length": 223.17838333050057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221400553044006, 39.957236357868403 ], [ -75.221882566086606, 39.9572903890666 ], [ -75.223380056266805, 39.957479634300498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20636, "tnode_": 20614, "lpoly_": null, "rpoly_": null, "length": 560.63119802999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 70940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 422552, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12551, "Shape__Length": 222.64571452832607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223380056266805, 39.957479634300498 ], [ -75.225354586593397, 39.957723806591801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20701, "tnode_": 20679, "lpoly_": null, "rpoly_": null, "length": 550.67595809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 70940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422553, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12552, "Shape__Length": 218.68992784001489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217485003661693, 39.956748215629901 ], [ -75.219424294320106, 39.956988800952097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20724, "tnode_": 20701, "lpoly_": null, "rpoly_": null, "length": 570.9811767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 70940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422554, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12553, "Shape__Length": 226.75288924814447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215474175091302, 39.956498936730704 ], [ -75.217485003661693, 39.956748215629901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20449, "tnode_": 20432, "lpoly_": null, "rpoly_": null, "length": 562.17455916999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 67440, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 422555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 12554, "Shape__Length": 223.26266991957527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223108333401498, 39.958764920721798 ], [ -75.225088551026104, 39.9590087373087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20796, "tnode_": 20779, "lpoly_": null, "rpoly_": null, "length": 562.88885397999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 22300, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 422556, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12555, "Shape__Length": 223.54309472009302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223660413896795, 39.956116731827798 ], [ -75.223746971133806, 39.956142226943399 ], [ -75.224809858628106, 39.956271184717899 ], [ -75.225086172972198, 39.956310832188699 ], [ -75.225636731442506, 39.956381209233399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20848, "tnode_": 20821, "lpoly_": null, "rpoly_": null, "length": 561.36816907000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 22300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422557, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12556, "Shape__Length": 222.93245545391835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219712303267599, 39.955618009430097 ], [ -75.221689182237299, 39.955863424333302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20584, "tnode_": 20679, "lpoly_": null, "rpoly_": null, "length": 280.3238302, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 120, "st_code": 88770, "l_hundred": 100, "r_hundred": 100, "seg_id": 422558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 12557, "Shape__Length": 111.74456075157356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219267222687506, 39.957748772358997 ], [ -75.219424294320106, 39.956988800952097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20780, "tnode_": 20848, "lpoly_": null, "rpoly_": null, "length": 223.88656408, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 214, "st_code": 88770, "l_hundred": 200, "r_hundred": 200, "seg_id": 422559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 12558, "Shape__Length": 89.2455225022006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219589024745403, 39.956225195201696 ], [ -75.219671489587199, 39.955841984396002 ], [ -75.219712303267599, 39.955618009430097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20679, "tnode_": 20780, "lpoly_": null, "rpoly_": null, "length": 281.97513943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 129, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88770, "l_hundred": 100, "r_hundred": 100, "seg_id": 422560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 49TH ST", "stname": "S 49TH ST", "objectid": 12559, "Shape__Length": 112.40061553799384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219424294320106, 39.956988800952097 ], [ -75.219589024745403, 39.956225195201696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20789, "tnode_": 20919, "lpoly_": null, "rpoly_": null, "length": 421.28938254000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 40420, "l_hundred": 200, "r_hundred": 200, "seg_id": 422561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSON ST", "stname": "HANSON ST", "objectid": 12560, "Shape__Length": 167.93112790694329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218629510677602, 39.956106044543198 ], [ -75.218876655113206, 39.954965299267698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20800, "tnode_": 20933, "lpoly_": null, "rpoly_": null, "length": 419.79480927000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 216, "st_code": 88750, "l_hundred": 200, "r_hundred": 200, "seg_id": 422562, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 12561, "Shape__Length": 167.33693808809073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2176480696927, 39.955981776944199 ], [ -75.217749234488494, 39.955481231016201 ], [ -75.217881070845493, 39.954843425156703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20616, "tnode_": 20701, "lpoly_": null, "rpoly_": null, "length": 280.51302435999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 126, "st_code": 88750, "l_hundred": 100, "r_hundred": 100, "seg_id": 422564, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 12562, "Shape__Length": 111.81901375462598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217323741330802, 39.957508193251002 ], [ -75.217485003661693, 39.956748215629901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20507, "tnode_": 20616, "lpoly_": null, "rpoly_": null, "length": 275.18466601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 17, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 88750, "l_hundred": 0, "r_hundred": 0, "seg_id": 422565, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 12563, "Shape__Length": 109.69684353195551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217170055084694, 39.958254294074401 ], [ -75.217323741330802, 39.957508193251002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20401, "tnode_": 20507, "lpoly_": null, "rpoly_": null, "length": 284.55532652, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 24, "st_code": 88750, "l_hundred": 0, "r_hundred": 0, "seg_id": 422566, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 12564, "Shape__Length": 113.4324957718039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217003830577099, 39.959024889138298 ], [ -75.217095406645399, 39.958598355439001 ], [ -75.217170055084694, 39.958254294074401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20507, "tnode_": 20493, "lpoly_": null, "rpoly_": null, "length": 212.94458664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4848, "r_f_add": 4801, "r_t_add": 4849, "st_code": 51920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422567, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12565, "Shape__Length": 84.568543434258672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217170055084694, 39.958254294074401 ], [ -75.217277837147606, 39.958265756535901 ], [ -75.217919890243294, 39.958347631831302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20493, "tnode_": 20478, "lpoly_": null, "rpoly_": null, "length": 338.72871362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4850, "l_t_add": 4898, "r_f_add": 4851, "r_t_add": 4899, "st_code": 51920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422568, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12566, "Shape__Length": 134.52229647649639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217919890243294, 39.958347631831302 ], [ -75.219112919133906, 39.958495064429201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20550, "tnode_": 20507, "lpoly_": null, "rpoly_": null, "length": 851.0761587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4620, "l_t_add": 4798, "r_f_add": 4621, "r_t_add": 4799, "st_code": 51920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422569, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12567, "Shape__Length": 337.99375541241193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214172745310194, 39.957882839596998 ], [ -75.215803582451102, 39.958080957095497 ], [ -75.217170055084694, 39.958254294074401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20550, "tnode_": 20646, "lpoly_": null, "rpoly_": null, "length": 274.8343994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 27, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 33560, "l_hundred": 0, "r_hundred": 0, "seg_id": 422570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 12568, "Shape__Length": 109.55543670534918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214172745310194, 39.957882839596998 ], [ -75.214169585953101, 39.957846308037702 ], [ -75.214326865491898, 39.9571387428769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20443, "tnode_": 20550, "lpoly_": null, "rpoly_": null, "length": 283.74542588000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 24, "st_code": 33560, "l_hundred": 0, "r_hundred": 0, "seg_id": 422571, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 12569, "Shape__Length": 113.11060920634006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2140215999802, 39.958652635421203 ], [ -75.214030496928302, 39.958552577649797 ], [ -75.214172745310194, 39.957882839596998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20786, "tnode_": 20759, "lpoly_": null, "rpoly_": null, "length": 561.79536470999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 70940, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422572, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12570, "Shape__Length": 223.10299598154415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211521825757302, 39.956009608530799 ], [ -75.213500668718595, 39.9562530621698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20597, "tnode_": 20565, "lpoly_": null, "rpoly_": null, "length": 560.22849938999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 51920, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422573, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12571, "Shape__Length": 222.48605451203343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211209281247307, 39.957515912288002 ], [ -75.212855326125904, 39.9577205002821 ], [ -75.213182228071204, 39.9577607023122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20597, "tnode_": 20683, "lpoly_": null, "rpoly_": null, "length": 275.00462033999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 31, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88690, "l_hundred": 0, "r_hundred": 0, "seg_id": 422575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12572, "Shape__Length": 109.62436876428482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211209281247307, 39.957515912288002 ], [ -75.211343611917997, 39.956855157026602 ], [ -75.211359282600299, 39.956769876139603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20319, "tnode_": 20144, "lpoly_": null, "rpoly_": null, "length": 581.39070992000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88800, "l_hundred": 0, "r_hundred": 0, "seg_id": 422577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 12573, "Shape__Length": 231.76753653216417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222902856257306, 39.959754440770098 ], [ -75.222772845738206, 39.960348113936597 ], [ -75.222569638154397, 39.9613296826845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20720, "tnode_": 20796, "lpoly_": null, "rpoly_": null, "length": 221.24078102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 218, "st_code": 88810, "l_hundred": 200, "r_hundred": 200, "seg_id": 422578, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 51ST ST", "stname": "S 51ST ST", "objectid": 12574, "Shape__Length": 88.191742141320489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223540029021095, 39.956716957911397 ], [ -75.223660413896795, 39.956116731827798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20333, "tnode_": 20152, "lpoly_": null, "rpoly_": null, "length": 580.14875711999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 33620, "l_hundred": 0, "r_hundred": 0, "seg_id": 422579, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12575, "Shape__Length": 231.27239169435867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221911286681504, 39.959635182136203 ], [ -75.221581206070695, 39.961207376959798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20638, "tnode_": 20724, "lpoly_": null, "rpoly_": null, "length": 280.32713192, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 101, "l_t_add": 149, "r_f_add": 100, "r_t_add": 148, "st_code": 88730, "l_hundred": 100, "r_hundred": 100, "seg_id": 422581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 12576, "Shape__Length": 111.74493985666172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215316150033502, 39.9572587952281 ], [ -75.215395160678597, 39.956870250584302 ], [ -75.215474175091302, 39.956498936730704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20822, "tnode_": 20953, "lpoly_": null, "rpoly_": null, "length": 420.72797572999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 227, "r_f_add": 200, "r_t_add": 226, "st_code": 88730, "l_hundred": 200, "r_hundred": 200, "seg_id": 422582, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 12577, "Shape__Length": 167.7074719851062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215634843541906, 39.955735630681197 ], [ -75.215874405876903, 39.954595489130398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20831, "tnode_": 20968, "lpoly_": null, "rpoly_": null, "length": 421.81258294000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 244, "st_code": 33560, "l_hundred": 200, "r_hundred": 200, "seg_id": 422583, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 12578, "Shape__Length": 168.13983227349462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214646510688794, 39.955616760315699 ], [ -75.214884415840999, 39.954473397906298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20968, "tnode_": 21097, "lpoly_": null, "rpoly_": null, "length": 449.96637425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 245, "l_t_add": 299, "r_f_add": 246, "r_t_add": 298, "st_code": 33560, "l_hundred": 200, "r_hundred": 200, "seg_id": 422584, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 12579, "Shape__Length": 179.35967728951869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214884415840999, 39.954473397906298 ], [ -75.215134704539807, 39.953253294801002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20759, "tnode_": 20846, "lpoly_": null, "rpoly_": null, "length": 280.90983223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 125, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88710, "l_hundred": 100, "r_hundred": 100, "seg_id": 422585, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 12580, "Shape__Length": 111.97565972282307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213500668718595, 39.9562530621698 ], [ -75.213658428311007, 39.955491546550299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20846, "tnode_": 20978, "lpoly_": null, "rpoly_": null, "length": 421.45085389000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 240, "st_code": 88710, "l_hundred": 200, "r_hundred": 200, "seg_id": 422586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 12581, "Shape__Length": 167.99481543136943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213658428311007, 39.955491546550299 ], [ -75.213899849109893, 39.954349626764198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20978, "tnode_": 21108, "lpoly_": null, "rpoly_": null, "length": 448.18806603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 235, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 88710, "l_hundred": 200, "r_hundred": 200, "seg_id": 422587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 46TH ST", "stname": "S 46TH ST", "objectid": 12582, "Shape__Length": 178.65049885287965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213899849109893, 39.954349626764198 ], [ -75.214149265152102, 39.953134359827501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20483, "tnode_": 20621, "lpoly_": null, "rpoly_": null, "length": 283.8914281, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 28, "st_code": 88670, "l_hundred": 0, "r_hundred": 0, "seg_id": 422588, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12583, "Shape__Length": 113.16704210520567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209424349117299, 39.958083072009501 ], [ -75.209497583200402, 39.957725918022597 ], [ -75.209584862032699, 39.957313608372097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20621, "tnode_": 20703, "lpoly_": null, "rpoly_": null, "length": 273.79749497, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 17, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88670, "l_hundred": 0, "r_hundred": 0, "seg_id": 422589, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12584, "Shape__Length": 109.14194210238307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209584862032699, 39.957313608372097 ], [ -75.209677296681704, 39.956873630418897 ], [ -75.209740915794598, 39.956571656168599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20858, "tnode_": 20990, "lpoly_": null, "rpoly_": null, "length": 421.84490281000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 201, "l_t_add": 231, "r_f_add": 200, "r_t_add": 230, "st_code": 55400, "l_hundred": 200, "r_hundred": 200, "seg_id": 422591, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 12585, "Shape__Length": 168.151701650012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212773806164194, 39.955383308660998 ], [ -75.213014876643797, 39.954240249205498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20990, "tnode_": 21116, "lpoly_": null, "rpoly_": null, "length": 450.517211, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MELVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 233, "l_t_add": 299, "r_f_add": 232, "r_t_add": 298, "st_code": 55400, "l_hundred": 200, "r_hundred": 200, "seg_id": 422592, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MELVILLE ST", "stname": "S MELVILLE ST", "objectid": 12586, "Shape__Length": 179.57740016373822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213014876643797, 39.954240249205498 ], [ -75.213029267114607, 39.954183068210398 ], [ -75.213256136999206, 39.953089252161497 ], [ -75.213273777017505, 39.953019746117597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21004, "tnode_": 21124, "lpoly_": null, "rpoly_": null, "length": 450.68142596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 231, "l_t_add": 299, "r_f_add": 234, "r_t_add": 298, "st_code": 88690, "l_hundred": 200, "r_hundred": 200, "seg_id": 422593, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12587, "Shape__Length": 179.64318936197776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211919521139194, 39.954105131420697 ], [ -75.212043580439001, 39.9535080879578 ], [ -75.212161807086503, 39.9529622049144 ], [ -75.212173380461607, 39.952883573704902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21010, "tnode_": 21004, "lpoly_": null, "rpoly_": null, "length": 229.72066651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4412, "l_t_add": 4498, "r_f_add": 4413, "r_t_add": 4499, "st_code": 51380, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12588, "Shape__Length": 91.225095123483342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211110453210694, 39.954005268783298 ], [ -75.211919521139194, 39.954105131420697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21030, "tnode_": 21021, "lpoly_": null, "rpoly_": null, "length": 367.21738702000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 51380, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12589, "Shape__Length": 145.82696503535112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2090018167045, 39.953742219868502 ], [ -75.210294436720602, 39.953905187091202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21043, "tnode_": 21030, "lpoly_": null, "rpoly_": null, "length": 344.79459952000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4250, "l_t_add": 4298, "r_f_add": 4251, "r_t_add": 4299, "st_code": 51380, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12590, "Shape__Length": 136.92140526816033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207787150512004, 39.953593953437398 ], [ -75.208233207738701, 39.953645997187799 ], [ -75.2090018167045, 39.953742219868502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20933, "tnode_": 20919, "lpoly_": null, "rpoly_": null, "length": 282.61723416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4812, "r_f_add": 4801, "r_t_add": 4813, "st_code": 51380, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12591, "Shape__Length": 112.23224114671845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217881070845493, 39.954843425156703 ], [ -75.218876655113206, 39.954965299267698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20814, "tnode_": 20802, "lpoly_": null, "rpoly_": null, "length": 368.84617755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 70940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12592, "Shape__Length": 146.47780247958917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208602307507803, 39.955646005148502 ], [ -75.209023454457807, 39.9556966287156 ], [ -75.209482879651702, 39.955752443039302 ], [ -75.209900781892401, 39.955809061558597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20839, "tnode_": 20814, "lpoly_": null, "rpoly_": null, "length": 660.3591933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 70940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422599, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12593, "Shape__Length": 262.24326825007608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206276924715397, 39.955356915519097 ], [ -75.207437796835904, 39.955503055423399 ], [ -75.208130250538105, 39.955587729662 ], [ -75.208602307507803, 39.955646005148502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20886, "tnode_": 20857, "lpoly_": null, "rpoly_": null, "length": 711.37742615999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 70940, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422600, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12594, "Shape__Length": 282.50161916872099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202430510236994, 39.954880132147601 ], [ -75.204935736865096, 39.955190599601202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20914, "tnode_": 20886, "lpoly_": null, "rpoly_": null, "length": 661.35637548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 70940, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422601, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12595, "Shape__Length": 262.63619453626393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200101510239804, 39.954591211599897 ], [ -75.202430510236994, 39.954880132147601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20934, "tnode_": 20914, "lpoly_": null, "rpoly_": null, "length": 462.85393641000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 70940, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12596, "Shape__Length": 183.80681024557205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198471637186202, 39.954388605220998 ], [ -75.200101510239804, 39.954591211599897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20530, "tnode_": 20635, "lpoly_": null, "rpoly_": null, "length": 284.8871536, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 17, "r_f_add": 2, "r_t_add": 16, "st_code": 88650, "l_hundred": 0, "r_hundred": 0, "seg_id": 422603, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 12597, "Shape__Length": 113.56475091969361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208130516405404, 39.957924873094903 ], [ -75.208278393323098, 39.957197779982998 ], [ -75.208282523571199, 39.957151783373703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20814, "tnode_": 20900, "lpoly_": null, "rpoly_": null, "length": 279.32258571, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 119, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 88650, "l_hundred": 100, "r_hundred": 100, "seg_id": 422604, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 43RD ST", "stname": "S 43RD ST", "objectid": 12598, "Shape__Length": 111.34129750133381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208602307507803, 39.955646005148502 ], [ -75.208652293891305, 39.955419790289099 ], [ -75.208763932177604, 39.9548893902411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20530, "tnode_": 20435, "lpoly_": null, "rpoly_": null, "length": 257.63251644999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 88640, "l_hundred": 0, "r_hundred": 0, "seg_id": 422605, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12599, "Shape__Length": 102.69964633620542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208130516405404, 39.957924873094903 ], [ -75.207979730210795, 39.958622522599299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20371, "tnode_": 20382, "lpoly_": null, "rpoly_": null, "length": 225.31619627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4056, "l_t_add": 4098, "r_f_add": 4055, "r_t_add": 4099, "st_code": 65460, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422606, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12600, "Shape__Length": 89.47780433859937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204389631088205, 39.958997217786298 ], [ -75.205188590895204, 39.958929756322703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20396, "tnode_": 20435, "lpoly_": null, "rpoly_": null, "length": 484.62709424000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWELTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4260, "r_f_add": 4201, "r_t_add": 4299, "st_code": 65460, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422607, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POWELTON AVE", "stname": "POWELTON AVE", "objectid": 12601, "Shape__Length": 192.4648563062448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206272591181502, 39.958832318985102 ], [ -75.207979730210795, 39.958622522599299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20559, "tnode_": 20530, "lpoly_": null, "rpoly_": null, "length": 583.02863858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 53560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422608, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12602, "Shape__Length": 231.54166200733243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206077668627202, 39.957668223074499 ], [ -75.208130516405404, 39.957924873094903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20618, "tnode_": 20599, "lpoly_": null, "rpoly_": null, "length": 411.92168849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4046, "r_f_add": 4001, "r_t_add": 4043, "st_code": 53560, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422609, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 12603, "Shape__Length": 163.58741713678845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201956438786894, 39.957158458261802 ], [ -75.203407031199106, 39.957338717456899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20705, "tnode_": 20678, "lpoly_": null, "rpoly_": null, "length": 622.76896162000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 51920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422610, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 12604, "Shape__Length": 247.31892934122524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202117432708604, 39.956385618021102 ], [ -75.202469470918999, 39.956429898695198 ], [ -75.204310633017698, 39.956657531638101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20587, "tnode_": 20678, "lpoly_": null, "rpoly_": null, "length": 285.58497446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 88610, "l_hundred": 0, "r_hundred": 0, "seg_id": 422611, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 12605, "Shape__Length": 113.84086260159901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204147805988001, 39.957431419443097 ], [ -75.204310633017698, 39.956657531638101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20749, "tnode_": 20716, "lpoly_": null, "rpoly_": null, "length": 596.06643465000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4202, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 22820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422612, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12606, "Shape__Length": 236.71410817572411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206345440215301, 39.956146687779203 ], [ -75.206775337742599, 39.956199262432797 ], [ -75.2067942158412, 39.956201630702701 ], [ -75.208444194263706, 39.956408839824903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20756, "tnode_": 20839, "lpoly_": null, "rpoly_": null, "length": 280.94649807999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 109, "r_f_add": 100, "r_t_add": 110, "st_code": 88630, "l_hundred": 100, "r_hundred": 100, "seg_id": 422613, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 12607, "Shape__Length": 111.99132971981992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206131340374796, 39.956119653264302 ], [ -75.206152900318301, 39.9559433219464 ], [ -75.206276924715397, 39.955356915519097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20618, "tnode_": 20511, "lpoly_": null, "rpoly_": null, "length": 266.01956474000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 88580, "l_hundred": 0, "r_hundred": 0, "seg_id": 422614, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12608, "Shape__Length": 106.04392055250497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201956438786894, 39.957158458261802 ], [ -75.201826183670505, 39.9578360781112 ], [ -75.201836041439293, 39.957880701296098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20248, "tnode_": 20118, "lpoly_": null, "rpoly_": null, "length": 450.16135341999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 348, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 88620, "l_hundred": 300, "r_hundred": 400, "seg_id": 422615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12609, "Shape__Length": 179.45983045707928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206470247714705, 39.960019672235902 ], [ -75.206683705341405, 39.961244456035097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20396, "tnode_": 20248, "lpoly_": null, "rpoly_": null, "length": 436.06603063, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 346, "r_f_add": 301, "r_t_add": 399, "st_code": 88620, "l_hundred": 300, "r_hundred": 300, "seg_id": 422616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12610, "Shape__Length": 173.83861689138084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206272591181502, 39.958832318985102 ], [ -75.206470247714705, 39.960019672235902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20477, "tnode_": 20396, "lpoly_": null, "rpoly_": null, "length": 218.42066749, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 18, "l_t_add": 298, "r_f_add": 23, "r_t_add": 299, "st_code": 88620, "l_hundred": 0, "r_hundred": 0, "seg_id": 422617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12611, "Shape__Length": 87.07270056813185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206173469139401, 39.958237598592397 ], [ -75.206272591181502, 39.958832318985102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20491, "tnode_": 20382, "lpoly_": null, "rpoly_": null, "length": 296.18323497, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 20, "l_t_add": 298, "r_f_add": 17, "r_t_add": 299, "st_code": 88600, "l_hundred": 0, "r_hundred": 0, "seg_id": 422618, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12612, "Shape__Length": 118.07658966067513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205098030450401, 39.9581196883058 ], [ -75.205188590895204, 39.958929756322703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20241, "tnode_": 20112, "lpoly_": null, "rpoly_": null, "length": 452.99057448999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 43140, "l_hundred": 400, "r_hundred": 400, "seg_id": 422619, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12613, "Shape__Length": 180.58518026611947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205922922064204, 39.960067603975801 ], [ -75.206120443378595, 39.961238176358698 ], [ -75.206092977097995, 39.9612976489895 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20382, "tnode_": 20233, "lpoly_": null, "rpoly_": null, "length": 435.32020637, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88600, "l_hundred": 300, "r_hundred": 300, "seg_id": 422620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12614, "Shape__Length": 173.54812819590845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205188590895204, 39.958929756322703 ], [ -75.205313866149496, 39.9601208701351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20233, "tnode_": 20241, "lpoly_": null, "rpoly_": null, "length": 171.83259005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4106, "r_f_add": 4101, "r_t_add": 4107, "st_code": 15900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422621, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12615, "Shape__Length": 68.239705438816458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205313866149496, 39.9601208701351 ], [ -75.205922922064204, 39.960067603975801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20387, "tnode_": 20241, "lpoly_": null, "rpoly_": null, "length": 435.72504601000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 43140, "l_hundred": 300, "r_hundred": 300, "seg_id": 422622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12616, "Shape__Length": 173.70275870946014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205725002096798, 39.9588812204208 ], [ -75.205922922064204, 39.960067603975801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20093, "tnode_": 20105, "lpoly_": null, "rpoly_": null, "length": 224.78592286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4074, "l_t_add": 4098, "r_f_add": 4075, "r_t_add": 4099, "st_code": 73800, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12617, "Shape__Length": 89.271540478960688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204650917252806, 39.961430735667903 ], [ -75.205446739384399, 39.961354956183598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20112, "tnode_": 20118, "lpoly_": null, "rpoly_": null, "length": 166.72281075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4118, "l_t_add": 4198, "r_f_add": 4117, "r_t_add": 4199, "st_code": 73800, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12618, "Shape__Length": 66.21180900506053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206092977097995, 39.9612976489895 ], [ -75.206683705341405, 39.961244456035097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20054, "tnode_": 20068, "lpoly_": null, "rpoly_": null, "length": 233.64084163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3950, "l_t_add": 3998, "r_f_add": 3951, "r_t_add": 3999, "st_code": 73800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12619, "Shape__Length": 92.797001361924288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201419537132395, 39.961777580774502 ], [ -75.202237100344803, 39.9616528186274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20093, "tnode_": 19953, "lpoly_": null, "rpoly_": null, "length": 452.73042472999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUDD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 19700, "l_hundred": 500, "r_hundred": 500, "seg_id": 422626, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUDD ST", "stname": "BUDD ST", "objectid": 12620, "Shape__Length": 180.49574080377528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204650917252806, 39.961430735667903 ], [ -75.204780269357101, 39.962669545091501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20221, "tnode_": 20093, "lpoly_": null, "rpoly_": null, "length": 451.75843894000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUDD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 19700, "l_hundred": 400, "r_hundred": 400, "seg_id": 422627, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUDD ST", "stname": "BUDD ST", "objectid": 12621, "Shape__Length": 180.10484067440694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204519981214005, 39.960194701946001 ], [ -75.204650917252806, 39.961430735667903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20371, "tnode_": 20221, "lpoly_": null, "rpoly_": null, "length": 437.74973946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUDD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 19700, "l_hundred": 300, "r_hundred": 300, "seg_id": 422628, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUDD ST", "stname": "BUDD ST", "objectid": 12622, "Shape__Length": 174.51656873975912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204389631088205, 39.958997217786298 ], [ -75.204519981214005, 39.960194701946001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20205, "tnode_": 20077, "lpoly_": null, "rpoly_": null, "length": 452.30233342999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 83980, "l_hundred": 400, "r_hundred": 400, "seg_id": 422629, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 12623, "Shape__Length": 180.32207895544178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202921286481399, 39.9603387017698 ], [ -75.203017505464501, 39.961198917762403 ], [ -75.203051514426306, 39.961576241325098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20349, "tnode_": 20205, "lpoly_": null, "rpoly_": null, "length": 445.7633141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83980, "l_hundred": 300, "r_hundred": 300, "seg_id": 422630, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 12624, "Shape__Length": 177.71177435646138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202790096621101, 39.959119200306098 ], [ -75.202824413037604, 39.959450942695803 ], [ -75.202842811728502, 39.959617052258899 ], [ -75.2028824745626, 39.959975127146002 ], [ -75.202921286481399, 39.9603387017698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20499, "tnode_": 20349, "lpoly_": null, "rpoly_": null, "length": 415.78587074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 83980, "l_hundred": 0, "r_hundred": 0, "seg_id": 422631, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 12625, "Shape__Length": 165.75797708117378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2026699979521, 39.957981608291703 ], [ -75.2026759150461, 39.958071081509097 ], [ -75.202790096621101, 39.959119200306098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20086, "tnode_": 20020, "lpoly_": null, "rpoly_": null, "length": 233.06763687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 523, "st_code": 65580, "l_hundred": 500, "r_hundred": 500, "seg_id": 422632, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12626, "Shape__Length": 92.91962512640184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203849119566499, 39.961504852562101 ], [ -75.203916808917498, 39.962142528683202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20020, "tnode_": 19934, "lpoly_": null, "rpoly_": null, "length": 217.22153405, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 524, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 65580, "l_hundred": 500, "r_hundred": 500, "seg_id": 422633, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12627, "Shape__Length": 86.602789722599113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203916808917498, 39.962142528683202 ], [ -75.203980936198704, 39.962736783768698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20362, "tnode_": 20215, "lpoly_": null, "rpoly_": null, "length": 441.85686639, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 65580, "l_hundred": 300, "r_hundred": 300, "seg_id": 422634, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12628, "Shape__Length": 176.15436156706787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203589625613901, 39.959062353853199 ], [ -75.203717989868906, 39.960271277556402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20482, "tnode_": 20362, "lpoly_": null, "rpoly_": null, "length": 356.46565412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 18, "l_t_add": 98, "r_f_add": 15, "r_t_add": 99, "st_code": 65580, "l_hundred": 0, "r_hundred": 0, "seg_id": 422635, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12629, "Shape__Length": 142.10947326278875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203488244075203, 39.958086925868997 ], [ -75.203589625613901, 39.959062353853199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20038, "tnode_": 20046, "lpoly_": null, "rpoly_": null, "length": 178.94578302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4116, "l_t_add": 4198, "r_f_add": 4117, "r_t_add": 4199, "st_code": 18700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422636, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12630, "Shape__Length": 71.067049150877992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206159579013502, 39.961957886479397 ], [ -75.206793213572197, 39.9618981721257 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20033, "tnode_": 20038, "lpoly_": null, "rpoly_": null, "length": 181.04249596999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4114, "r_f_add": 4101, "r_t_add": 4115, "st_code": 18700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422637, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12631, "Shape__Length": 71.899302058794589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205517945680299, 39.9620145781996 ], [ -75.206159579013502, 39.961957886479397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27744, "tnode_": 20020, "lpoly_": null, "rpoly_": null, "length": 454.91826106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 38420, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422638, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 12632, "Shape__Length": 180.66598137341589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202303313345496, 39.962276603989899 ], [ -75.203916808917498, 39.962142528683202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20054, "tnode_": 19999, "lpoly_": null, "rpoly_": null, "length": 296.30281494999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3930, "l_t_add": 3998, "r_f_add": 3937, "r_t_add": 3967, "st_code": 81480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 12633, "Shape__Length": 117.81299205520786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201419537132395, 39.961777580774502 ], [ -75.202296785849299, 39.962231355641997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27745, "tnode_": 20083, "lpoly_": null, "rpoly_": null, "length": 184.88220969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3904, "l_t_add": 3920, "r_f_add": 3903, "r_t_add": 3925, "st_code": 81480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422640, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 12634, "Shape__Length": 73.512771275935123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200256084680902, 39.961173151771398 ], [ -75.200800053228704, 39.961460141625203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20143, "tnode_": 27745, "lpoly_": null, "rpoly_": null, "length": 150.78218438000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 74460, "l_hundred": 400, "r_hundred": 400, "seg_id": 422641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE ST", "stname": "STATE ST", "objectid": 12635, "Shape__Length": 60.034924026248788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200567051767493, 39.960837038646297 ], [ -75.200543059752903, 39.960850167458197 ], [ -75.200256084680902, 39.961173151771398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20322, "tnode_": 20190, "lpoly_": null, "rpoly_": null, "length": 448.09574901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 73040, "l_hundred": 300, "r_hundred": 300, "seg_id": 422642, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 12636, "Shape__Length": 178.64191649954699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201139209508398, 39.959251138189103 ], [ -75.201261343735297, 39.9604168059793 ], [ -75.201251412379605, 39.960476950896997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27714, "tnode_": 19991, "lpoly_": null, "rpoly_": null, "length": 210.90873115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73040, "l_hundred": 500, "r_hundred": 500, "seg_id": 422643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 12637, "Shape__Length": 83.9878891522294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201181742688604, 39.961813237275003 ], [ -75.201067112679695, 39.961961233311399 ], [ -75.200768922260394, 39.962296999220001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27744, "tnode_": 19913, "lpoly_": null, "rpoly_": null, "length": 216.36711472, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 522, "l_t_add": 598, "r_f_add": 513, "r_t_add": 599, "st_code": 88580, "l_hundred": 500, "r_hundred": 500, "seg_id": 422645, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12638, "Shape__Length": 86.262560692732649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202303313345496, 39.962276603989899 ], [ -75.202363701941906, 39.962868738294702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20068, "tnode_": 19999, "lpoly_": null, "rpoly_": null, "length": 211.41375152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 509, "st_code": 88580, "l_hundred": 500, "r_hundred": 500, "seg_id": 422646, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12639, "Shape__Length": 84.286900446863953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202237100344803, 39.9616528186274 ], [ -75.202268269542003, 39.961953078672998 ], [ -75.202296785849299, 39.962231355641997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20337, "tnode_": 20198, "lpoly_": null, "rpoly_": null, "length": 449.38472748000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 88580, "l_hundred": 300, "r_hundred": 300, "seg_id": 422647, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 12640, "Shape__Length": 179.15577122987636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201973747356107, 39.959185932800899 ], [ -75.202014342037302, 39.959518064534301 ], [ -75.2021046122249, 39.9604153997225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20072, "tnode_": 20095, "lpoly_": null, "rpoly_": null, "length": 530.53910315999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 40180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422648, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12641, "Shape__Length": 210.70224246446918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197057175230597, 39.961540516238301 ], [ -75.198931292496496, 39.961337342832799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20137, "tnode_": 20148, "lpoly_": null, "rpoly_": null, "length": 233.88901767000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3818, "r_f_add": 3801, "r_t_add": 3815, "st_code": 15900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12642, "Shape__Length": 92.887309985370976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196922484014806, 39.960811744866 ], [ -75.197748906712405, 39.960723403531603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20159, "tnode_": 20095, "lpoly_": null, "rpoly_": null, "length": 252.66541736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUNDERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 71080, "l_hundred": 400, "r_hundred": 400, "seg_id": 422650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUNDERS AVE", "stname": "SAUNDERS AVE", "objectid": 12643, "Shape__Length": 100.73071982989583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198845787936804, 39.960646875770401 ], [ -75.198871708966394, 39.960866692112297 ], [ -75.198931292496496, 39.961337342832799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20148, "tnode_": 20159, "lpoly_": null, "rpoly_": null, "length": 308.74155185999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3820, "l_t_add": 3838, "r_f_add": 3817, "r_t_add": 3823, "st_code": 15900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARING ST", "stname": "BARING ST", "objectid": 12644, "Shape__Length": 122.60905448226794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197748906712405, 39.960723403531603 ], [ -75.198845787936804, 39.960646875770401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19746, "tnode_": 19649, "lpoly_": null, "rpoly_": null, "length": 205.20730023000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 616, "l_t_add": 632, "r_f_add": 623, "r_t_add": 633, "st_code": 88540, "l_hundred": 600, "r_hundred": 600, "seg_id": 422652, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12645, "Shape__Length": 81.810861791913624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197522680393504, 39.964035031470402 ], [ -75.197626586077305, 39.964592648394202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19832, "tnode_": 19746, "lpoly_": null, "rpoly_": null, "length": 224.74901502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 610, "l_t_add": 614, "r_f_add": 601, "r_t_add": 621, "st_code": 88540, "l_hundred": 600, "r_hundred": 600, "seg_id": 422653, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12646, "Shape__Length": 89.600559550394621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197406623478201, 39.963424592878702 ], [ -75.197473691471401, 39.963757197559502 ], [ -75.197522680393504, 39.964035031470402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20072, "tnode_": 19981, "lpoly_": null, "rpoly_": null, "length": 278.26180984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 422, "l_t_add": 498, "r_f_add": 435, "r_t_add": 499, "st_code": 88540, "l_hundred": 400, "r_hundred": 400, "seg_id": 422654, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12647, "Shape__Length": 110.93173781612492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197057175230597, 39.961540516238301 ], [ -75.197199610695407, 39.962296475459098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19905, "tnode_": 19832, "lpoly_": null, "rpoly_": null, "length": 204.21936585, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88540, "l_hundred": 500, "r_hundred": 500, "seg_id": 422655, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12648, "Shape__Length": 81.416099852264793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197307216158407, 39.962869228246802 ], [ -75.197406623478201, 39.963424592878702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19905, "tnode_": 19943, "lpoly_": null, "rpoly_": null, "length": 633.97665417999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 18700, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422656, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12649, "Shape__Length": 251.78788097898195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197307216158407, 39.962869228246802 ], [ -75.199545804832397, 39.9626212427927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19981, "tnode_": 20021, "lpoly_": null, "rpoly_": null, "length": 633.98577002999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 73800, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422657, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12650, "Shape__Length": 251.78890552666095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197199610695407, 39.962296475459098 ], [ -75.199438761198195, 39.962051435972498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21125, "tnode_": 21197, "lpoly_": null, "rpoly_": null, "length": 230.69201277000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 249, "l_t_add": 299, "r_f_add": 234, "r_t_add": 298, "st_code": 88610, "l_hundred": 200, "r_hundred": 200, "seg_id": 422659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 12651, "Shape__Length": 91.954103609717151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205463664790202, 39.9526916625246 ], [ -75.205576254951694, 39.952146926904199 ], [ -75.205585325138898, 39.952065531351003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21054, "tnode_": 21043, "lpoly_": null, "rpoly_": null, "length": 315.79453829000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4248, "r_f_add": 4201, "r_t_add": 4249, "st_code": 51380, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12652, "Shape__Length": 125.4052259206743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206674996330406, 39.9534566135533 ], [ -75.207264794459206, 39.953525702523997 ], [ -75.207787150512004, 39.953593953437398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21137, "tnode_": 21125, "lpoly_": null, "rpoly_": null, "length": 350.17157541999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 45060, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422661, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 12653, "Shape__Length": 139.0545621769792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204230140694705, 39.952540750117301 ], [ -75.204893299569306, 39.952619648906101 ], [ -75.205124038441298, 39.952648985963499 ], [ -75.205463664790202, 39.9526916625246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20477, "tnode_": 20487, "lpoly_": null, "rpoly_": null, "length": 240.98966475999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 34000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 12654, "Shape__Length": 95.70186580079681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206173469139401, 39.958237598592397 ], [ -75.207026999717698, 39.958158765557599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19984, "tnode_": 19880, "lpoly_": null, "rpoly_": null, "length": 299.97949963999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 621, "st_code": 88660, "l_hundred": 600, "r_hundred": 600, "seg_id": 422663, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 12655, "Shape__Length": 119.59675410430164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210561907892298, 39.962580589376202 ], [ -75.210666688659202, 39.963400114021802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19996, "tnode_": 19868, "lpoly_": null, "rpoly_": null, "length": 363.10934558000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 62780, "l_hundred": 600, "r_hundred": 600, "seg_id": 422664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALLAS ST", "stname": "PALLAS ST", "objectid": 12656, "Shape__Length": 144.76606246965247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2098173152757, 39.962463039311899 ], [ -75.209937323702803, 39.963455533153898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19996, "tnode_": 19984, "lpoly_": null, "rpoly_": null, "length": 213.50576936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4318, "l_t_add": 4398, "r_f_add": 4319, "r_t_add": 4399, "st_code": 41240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422665, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12657, "Shape__Length": 84.802970807143211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2098173152757, 39.962463039311899 ], [ -75.210492906116599, 39.962580645171599 ], [ -75.210561907892298, 39.962580589376202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19868, "tnode_": 19880, "lpoly_": null, "rpoly_": null, "length": 205.44339854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4320, "l_t_add": 4398, "r_f_add": 4321, "r_t_add": 4399, "st_code": 81040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422666, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12658, "Shape__Length": 81.590532530751631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209937323702803, 39.963455533153898 ], [ -75.210666688659202, 39.963400114021802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19681, "tnode_": 19693, "lpoly_": null, "rpoly_": null, "length": 181.75467793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4240, "l_t_add": 4298, "r_f_add": 4241, "r_t_add": 4299, "st_code": 33280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12659, "Shape__Length": 72.183863275626067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208700469573699, 39.964678079498803 ], [ -75.209345914795904, 39.964630380133002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19656, "tnode_": 19667, "lpoly_": null, "rpoly_": null, "length": 219.50281496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4218, "r_f_add": 4201, "r_t_add": 4219, "st_code": 33280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12660, "Shape__Length": 87.175986963759371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207301568736298, 39.964787438741801 ], [ -75.208080701318096, 39.964726982925299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19853, "tnode_": 19681, "lpoly_": null, "rpoly_": null, "length": 409.65164484999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 44220, "l_hundred": 600, "r_hundred": 600, "seg_id": 422669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HUTTON ST", "stname": "HUTTON ST", "objectid": 12661, "Shape__Length": 163.32418156670337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208560995209893, 39.963558667364701 ], [ -75.208700469573699, 39.964678079498803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19843, "tnode_": 19667, "lpoly_": null, "rpoly_": null, "length": 410.20771565999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 642, "l_t_add": 698, "r_f_add": 643, "r_t_add": 699, "st_code": 19280, "l_hundred": 600, "r_hundred": 600, "seg_id": 422671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 12662, "Shape__Length": 163.5458098268715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207938827653905, 39.963606215608202 ], [ -75.208080701318096, 39.964726982925299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19997, "tnode_": 19843, "lpoly_": null, "rpoly_": null, "length": 433.97897581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 640, "r_f_add": 601, "r_t_add": 641, "st_code": 19280, "l_hundred": 600, "r_hundred": 600, "seg_id": 422672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 12663, "Shape__Length": 173.02016402025211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207787547933407, 39.962420589880097 ], [ -75.207938827653905, 39.963606215608202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19833, "tnode_": 19656, "lpoly_": null, "rpoly_": null, "length": 410.70863248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 630, "l_t_add": 698, "r_f_add": 647, "r_t_add": 699, "st_code": 88620, "l_hundred": 600, "r_hundred": 600, "seg_id": 422673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12664, "Shape__Length": 163.7398510772008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207102675894006, 39.963670427758302 ], [ -75.207301568736298, 39.964787438741801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19983, "tnode_": 19833, "lpoly_": null, "rpoly_": null, "length": 432.53307867000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 628, "r_f_add": 601, "r_t_add": 645, "st_code": 88620, "l_hundred": 600, "r_hundred": 600, "seg_id": 422674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12665, "Shape__Length": 172.43756459041057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206890789567197, 39.962494317948298 ], [ -75.207102675894006, 39.963670427758302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19605, "tnode_": 27740, "lpoly_": null, "rpoly_": null, "length": 322.2591822, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 730, "r_f_add": 701, "r_t_add": 727, "st_code": 88600, "l_hundred": 700, "r_hundred": 700, "seg_id": 422675, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12666, "Shape__Length": 128.48558459605923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205469556129202, 39.965099073883401 ], [ -75.205503176992593, 39.965270994898397 ], [ -75.205508722680094, 39.965437120628899 ], [ -75.205550193822205, 39.965980789680302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19847, "tnode_": 19690, "lpoly_": null, "rpoly_": null, "length": 376.94214745, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 634, "l_t_add": 672, "r_f_add": 635, "r_t_add": 673, "st_code": 88600, "l_hundred": 600, "r_hundred": 600, "seg_id": 422676, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12667, "Shape__Length": 150.27180201653016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205705353633206, 39.963529191527797 ], [ -75.205832470254805, 39.964398993083996 ], [ -75.205902428740899, 39.964549101821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19633, "tnode_": 19536, "lpoly_": null, "rpoly_": null, "length": 341.69975062999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4108, "l_t_add": 4198, "r_f_add": 4119, "r_t_add": 4199, "st_code": 81480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 12668, "Shape__Length": 135.9135767569571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206471428455103, 39.964901377389701 ], [ -75.206887566521303, 39.9651611518509 ], [ -75.207081262972295, 39.965285075616102 ], [ -75.207421162512901, 39.965489327912202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19690, "tnode_": 19633, "lpoly_": null, "rpoly_": null, "length": 204.71026346999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4106, "r_f_add": 4101, "r_t_add": 4117, "st_code": 81480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422678, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 12669, "Shape__Length": 81.424443130538293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205902428740899, 39.964549101821 ], [ -75.206471428455103, 39.964901377389701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19834, "tnode_": 19847, "lpoly_": null, "rpoly_": null, "length": 220.87774687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4060, "l_t_add": 4098, "r_f_add": 4065, "r_t_add": 4099, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12670, "Shape__Length": 87.721755937506728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2049227798544, 39.963600064841501 ], [ -75.205705353633206, 39.963529191527797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19489, "tnode_": 19502, "lpoly_": null, "rpoly_": null, "length": 356.49007863000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4222, "l_t_add": 4298, "r_f_add": 4221, "r_t_add": 4299, "st_code": 13800, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422680, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12671, "Shape__Length": 141.58203269830244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208223818167099, 39.965846382717899 ], [ -75.2094902332027, 39.965756337668303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19451, "tnode_": 19460, "lpoly_": null, "rpoly_": null, "length": 271.93327202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4122, "r_f_add": 4101, "r_t_add": 4123, "st_code": 13800, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12672, "Shape__Length": 108.000682844916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205555008458504, 39.966050077322798 ], [ -75.206520447407101, 39.965976605306302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19514, "tnode_": 19353, "lpoly_": null, "rpoly_": null, "length": 409.02825903000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 62780, "l_hundred": 700, "r_hundred": 700, "seg_id": 422682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALLAS ST", "stname": "PALLAS ST", "objectid": 12673, "Shape__Length": 163.08062547367234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210548286323402, 39.965675895059697 ], [ -75.2106882379599, 39.966793552998503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19502, "tnode_": 19514, "lpoly_": null, "rpoly_": null, "length": 298.01823383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4328, "r_f_add": 4301, "r_t_add": 4329, "st_code": 13800, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422683, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12674, "Shape__Length": 118.36002770927664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2094902332027, 39.965756337668303 ], [ -75.210548286323402, 39.965675895059697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19341, "tnode_": 19248, "lpoly_": null, "rpoly_": null, "length": 210.19050509, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 801, "st_code": 88640, "l_hundred": 800, "r_hundred": 800, "seg_id": 422684, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12675, "Shape__Length": 83.803657907249075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209631183695606, 39.966870341498797 ], [ -75.209713795589394, 39.967443828689099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19502, "tnode_": 19341, "lpoly_": null, "rpoly_": null, "length": 407.73031938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 728, "l_t_add": 798, "r_f_add": 745, "r_t_add": 799, "st_code": 88640, "l_hundred": 700, "r_hundred": 700, "seg_id": 422685, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12676, "Shape__Length": 162.563197833337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2094902332027, 39.965756337668303 ], [ -75.209631183695606, 39.966870341498797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19341, "tnode_": 19353, "lpoly_": null, "rpoly_": null, "length": 297.60670440999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4334, "r_f_add": 4301, "r_t_add": 4335, "st_code": 19400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12677, "Shape__Length": 118.19813567644448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209631183695606, 39.966870341498797 ], [ -75.2106882379599, 39.966793552998503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19322, "tnode_": 19341, "lpoly_": null, "rpoly_": null, "length": 328.34508149000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4218, "l_t_add": 4298, "r_f_add": 4215, "r_t_add": 4299, "st_code": 19400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12678, "Shape__Length": 130.40684237953315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2084654349446, 39.966958925175099 ], [ -75.209631183695606, 39.966870341498797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19309, "tnode_": 19318, "lpoly_": null, "rpoly_": null, "length": 151.88445301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4214, "r_f_add": 4201, "r_t_add": 4211, "st_code": 19400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422688, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12679, "Shape__Length": 60.323695917819691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207667767417007, 39.967023736180799 ], [ -75.2082063499752, 39.9669778717602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19294, "tnode_": 19309, "lpoly_": null, "rpoly_": null, "length": 282.52782256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4120, "l_t_add": 4198, "r_f_add": 4121, "r_t_add": 4199, "st_code": 19400, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422689, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12680, "Shape__Length": 112.21002619606854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206664578930898, 39.967099127659701 ], [ -75.207667767417007, 39.967023736180799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19279, "tnode_": 19294, "lpoly_": null, "rpoly_": null, "length": 290.26959857999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4118, "r_f_add": 4101, "r_t_add": 4119, "st_code": 19400, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422690, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12681, "Shape__Length": 115.28484991833056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205633827079197, 39.967176007556702 ], [ -75.206664578930898, 39.967099127659701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19256, "tnode_": 19279, "lpoly_": null, "rpoly_": null, "length": 414.0814495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4030, "l_t_add": 4098, "r_f_add": 4017, "r_t_add": 4099, "st_code": 19400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12682, "Shape__Length": 164.45879894369276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204163439720602, 39.967285872737797 ], [ -75.205633827079197, 39.967176007556702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19489, "tnode_": 19322, "lpoly_": null, "rpoly_": null, "length": 418.38294964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 746, "l_t_add": 798, "r_f_add": 753, "r_t_add": 799, "st_code": 19280, "l_hundred": 700, "r_hundred": 700, "seg_id": 422692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 12683, "Shape__Length": 166.77936432692468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208223818167099, 39.965846382717899 ], [ -75.208341808159602, 39.966832554720803 ], [ -75.2084654349446, 39.966958925175099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19460, "tnode_": 19294, "lpoly_": null, "rpoly_": null, "length": 410.90566895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 704, "l_t_add": 798, "r_f_add": 705, "r_t_add": 799, "st_code": 43140, "l_hundred": 700, "r_hundred": 700, "seg_id": 422693, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12684, "Shape__Length": 163.8295767083614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206520447407101, 39.965976605306302 ], [ -75.206664578930898, 39.967099127659701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19451, "tnode_": 19279, "lpoly_": null, "rpoly_": null, "length": 410.75081378000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 734, "l_t_add": 798, "r_f_add": 735, "r_t_add": 799, "st_code": 88600, "l_hundred": 700, "r_hundred": 700, "seg_id": 422694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 12685, "Shape__Length": 163.77238100209885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205555008458504, 39.966050077322798 ], [ -75.205633827079197, 39.967176007556702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19248, "tnode_": 19274, "lpoly_": null, "rpoly_": null, "length": 408.80275402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 68000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12686, "Shape__Length": 162.36356840099054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209713795589394, 39.967443828689099 ], [ -75.211164400667997, 39.967327409087098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19358, "tnode_": 19274, "lpoly_": null, "rpoly_": null, "length": 206.37166665000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 88660, "l_hundred": 800, "r_hundred": 800, "seg_id": 422696, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 12687, "Shape__Length": 82.281633436496051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211090789531994, 39.966763731558999 ], [ -75.211164400667997, 39.967327409087098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19322, "tnode_": 19189, "lpoly_": null, "rpoly_": null, "length": 465.75852812000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4222, "l_t_add": 4298, "r_f_add": 4217, "r_t_add": 4299, "st_code": 48900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422697, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12688, "Shape__Length": 185.26410748454785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2084654349446, 39.966958925175099 ], [ -75.209543609800903, 39.9676261358346 ], [ -75.209761002658496, 39.967759538124497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19318, "tnode_": 19170, "lpoly_": null, "rpoly_": null, "length": 338.06244063000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 839, "st_code": 19280, "l_hundred": 800, "r_hundred": 800, "seg_id": 422698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 12689, "Shape__Length": 134.78313872894242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2082063499752, 39.9669778717602 ], [ -75.208243011636597, 39.9671984853805 ], [ -75.208375609005898, 39.967896684228499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19227, "tnode_": 19239, "lpoly_": null, "rpoly_": null, "length": 292.06907537000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 68000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12690, "Shape__Length": 116.0004919880393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206718330017907, 39.967538733837898 ], [ -75.207755093719499, 39.967458390414301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19473, "tnode_": 19404, "lpoly_": null, "rpoly_": null, "length": 177.24443779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 736, "l_t_add": 740, "r_f_add": 721, "r_t_add": 721, "st_code": 88620, "l_hundred": 700, "r_hundred": 700, "seg_id": 422700, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12691, "Shape__Length": 70.667656930010338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207501245907196, 39.9659058811582 ], [ -75.207536116582105, 39.966166763568097 ], [ -75.207562604483897, 39.966390135253697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19536, "tnode_": 19473, "lpoly_": null, "rpoly_": null, "length": 153.39425093, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 730, "l_t_add": 734, "r_f_add": 717, "r_t_add": 719, "st_code": 88620, "l_hundred": 700, "r_hundred": 700, "seg_id": 422701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12692, "Shape__Length": 61.155264415403401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207421162512901, 39.965489327912202 ], [ -75.207501245907196, 39.9659058811582 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19598, "tnode_": 27740, "lpoly_": null, "rpoly_": null, "length": 554.47122490999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 61320, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422702, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 12693, "Shape__Length": 220.5511535573344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204016564481194, 39.965019441638901 ], [ -75.205550193822205, 39.965980789680302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20149, "tnode_": 19982, "lpoly_": null, "rpoly_": null, "length": 561.16645342999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 27820, "l_hundred": 100, "r_hundred": 100, "seg_id": 422703, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARBORN ST", "stname": "DEARBORN ST", "objectid": 12694, "Shape__Length": 223.71054132972614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222067622941594, 39.9612670404412 ], [ -75.221748834850303, 39.962787855533598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19879, "tnode_": 19782, "lpoly_": null, "rpoly_": null, "length": 239.82532646, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 234, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 88800, "l_hundred": 200, "r_hundred": 200, "seg_id": 422704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 12695, "Shape__Length": 95.609282364951795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222093109003296, 39.963609671472703 ], [ -75.221954022058, 39.9642592645232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19975, "tnode_": 19879, "lpoly_": null, "rpoly_": null, "length": 279.6940788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 233, "st_code": 88800, "l_hundred": 200, "r_hundred": 200, "seg_id": 422705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 12696, "Shape__Length": 111.50315946116022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222249183917, 39.962851327179401 ], [ -75.222093109003296, 39.963609671472703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20144, "tnode_": 19975, "lpoly_": null, "rpoly_": null, "length": 561.53924798000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88800, "l_hundred": 100, "r_hundred": 100, "seg_id": 422706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 12697, "Shape__Length": 223.85915883739085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222569638154397, 39.9613296826845 ], [ -75.222249183917, 39.962851327179401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19969, "tnode_": 19772, "lpoly_": null, "rpoly_": null, "length": 532.97822946999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 67320, "l_hundred": 200, "r_hundred": 200, "seg_id": 422707, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMSEY ST", "stname": "RAMSEY ST", "objectid": 12698, "Shape__Length": 212.47743581447014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222638973194705, 39.962899342734097 ], [ -75.2223309677358, 39.964343110896202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19887, "tnode_": 19813, "lpoly_": null, "rpoly_": null, "length": 204.18016665000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 234, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 33620, "l_hundred": 200, "r_hundred": 200, "seg_id": 422708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12699, "Shape__Length": 81.397657400529354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2211101849621, 39.963494795375503 ], [ -75.220984616769201, 39.964046904469498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19990, "tnode_": 19887, "lpoly_": null, "rpoly_": null, "length": 283.21163775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 233, "st_code": 33620, "l_hundred": 200, "r_hundred": 200, "seg_id": 422709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12700, "Shape__Length": 112.90585983396878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221263920199107, 39.962726396819498 ], [ -75.2211101849621, 39.963494795375503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20152, "tnode_": 19990, "lpoly_": null, "rpoly_": null, "length": 560.45386901999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 33620, "l_hundred": 100, "r_hundred": 100, "seg_id": 422710, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12701, "Shape__Length": 223.42642346993969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221581206070695, 39.961207376959798 ], [ -75.221263920199107, 39.962726396819498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19922, "tnode_": 19846, "lpoly_": null, "rpoly_": null, "length": 589.65277866999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 41240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422711, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12702, "Shape__Length": 234.32982816343991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218135270048293, 39.963157031054102 ], [ -75.219594035768594, 39.963704408773701 ], [ -75.220046572457704, 39.963828934133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19846, "tnode_": 19813, "lpoly_": null, "rpoly_": null, "length": 274.66963841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5025, "st_code": 41240, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422712, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12703, "Shape__Length": 109.11608719469203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220046572457704, 39.963828934133801 ], [ -75.220984616769201, 39.964046904469498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20179, "tnode_": 20012, "lpoly_": null, "rpoly_": null, "length": 580.75528782999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88760, "l_hundred": 100, "r_hundred": 100, "seg_id": 422713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12704, "Shape__Length": 231.52804791252581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219440796839706, 39.960950419948503 ], [ -75.219695551565295, 39.962532567475101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20152, "tnode_": 20149, "lpoly_": null, "rpoly_": null, "length": 138.07377731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5026, "l_t_add": 5038, "r_f_add": 5027, "r_t_add": 5037, "st_code": 13000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422714, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12705, "Shape__Length": 54.836639814307958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221581206070695, 39.961207376959798 ], [ -75.222067622941594, 39.9612670404412 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20149, "tnode_": 20144, "lpoly_": null, "rpoly_": null, "length": 142.56299334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5040, "l_t_add": 5098, "r_f_add": 5039, "r_t_add": 5099, "st_code": 13000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422715, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12706, "Shape__Length": 56.619792947448126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222067622941594, 39.9612670404412 ], [ -75.222569638154397, 39.9613296826845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20005, "tnode_": 19990, "lpoly_": null, "rpoly_": null, "length": 280.57278494000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5024, "r_f_add": 5001, "r_t_add": 5029, "st_code": 67120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422716, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12707, "Shape__Length": 111.43235133310921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220274588309593, 39.962609524070899 ], [ -75.221263920199107, 39.962726396819498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19982, "tnode_": 19975, "lpoly_": null, "rpoly_": null, "length": 142.14771478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5070, "l_t_add": 5098, "r_f_add": 5071, "r_t_add": 5099, "st_code": 67120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422717, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12708, "Shape__Length": 56.456313377993105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221748834850303, 39.962787855533598 ], [ -75.222249183917, 39.962851327179401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19990, "tnode_": 19982, "lpoly_": null, "rpoly_": null, "length": 137.75970779000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5026, "l_t_add": 5068, "r_f_add": 5031, "r_t_add": 5069, "st_code": 67120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422718, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12709, "Shape__Length": 54.713483611308597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221263920199107, 39.962726396819498 ], [ -75.221748834850303, 39.962787855533598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19717, "tnode_": 19729, "lpoly_": null, "rpoly_": null, "length": 190.54002705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5038, "l_t_add": 5098, "r_f_add": 5031, "r_t_add": 5099, "st_code": 13800, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12710, "Shape__Length": 75.674719099639034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221352152861499, 39.9647326141897 ], [ -75.222026857026407, 39.9646689533824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19651, "tnode_": 19696, "lpoly_": null, "rpoly_": null, "length": 511.73629868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 13800, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422720, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 12711, "Shape__Length": 203.24329280390126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218362769290096, 39.9650369872125 ], [ -75.220172787212505, 39.964853593880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19707, "tnode_": 19518, "lpoly_": null, "rpoly_": null, "length": 385.99788847999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 33620, "l_hundred": 400, "r_hundred": 400, "seg_id": 422721, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12712, "Shape__Length": 153.89185216244451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220803532308906, 39.9647873924064 ], [ -75.2209805115547, 39.965838217720901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19717, "tnode_": 19532, "lpoly_": null, "rpoly_": null, "length": 384.51052404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 27820, "l_hundred": 400, "r_hundred": 400, "seg_id": 422722, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARBORN ST", "stname": "DEARBORN ST", "objectid": 12713, "Shape__Length": 153.29798659244472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221352152861499, 39.9647326141897 ], [ -75.221534935015001, 39.965778731591598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19554, "tnode_": 19589, "lpoly_": null, "rpoly_": null, "length": 510.72958726999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOLSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 34580, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422723, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOLSOM ST", "stname": "FOLSOM ST", "objectid": 12714, "Shape__Length": 202.84492245295462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218433679176997, 39.965569640850298 ], [ -75.220240301701693, 39.965387493898902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19477, "tnode_": 19508, "lpoly_": null, "rpoly_": null, "length": 511.51764293000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 19400, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422724, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12715, "Shape__Length": 203.16391988350142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218502374767994, 39.966130102675898 ], [ -75.220306797527499, 39.965920382991598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19480, "tnode_": 19425, "lpoly_": null, "rpoly_": null, "length": 144.38216689000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 33620, "l_hundred": 500, "r_hundred": 500, "seg_id": 422725, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12716, "Shape__Length": 57.564502969316912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221556590484099, 39.9661380452118 ], [ -75.221617890649995, 39.966531575698802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19378, "tnode_": 19386, "lpoly_": null, "rpoly_": null, "length": 160.98239176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 68000, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422726, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 12717, "Shape__Length": 63.937690489781176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218014798402905, 39.966796564760003 ], [ -75.218584729059202, 39.966741988505099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19343, "tnode_": 19379, "lpoly_": null, "rpoly_": null, "length": 508.20112998999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 63160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422727, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12718, "Shape__Length": 201.84446284927532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220457948710006, 39.9670984438118 ], [ -75.222256569512993, 39.966922575141197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19311, "tnode_": 19343, "lpoly_": null, "rpoly_": null, "length": 512.07258716000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 63160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422728, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12719, "Shape__Length": 203.38338972342052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218646474671999, 39.967280744925297 ], [ -75.220457948710006, 39.9670984438118 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19264, "tnode_": 19278, "lpoly_": null, "rpoly_": null, "length": 197.81730061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4714, "l_t_add": 4798, "r_f_add": 4715, "r_t_add": 4799, "st_code": 63160, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422729, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12720, "Shape__Length": 78.566328472489701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216099447150299, 39.967520098028402 ], [ -75.216802063764604, 39.967468995750899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19787, "tnode_": 19714, "lpoly_": null, "rpoly_": null, "length": 196.03564464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 88740, "l_hundred": 700, "r_hundred": 700, "seg_id": 422730, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 12721, "Shape__Length": 78.157780756569366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216379208942399, 39.964103755579401 ], [ -75.216446421564498, 39.964639406997797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20014, "tnode_": 19890, "lpoly_": null, "rpoly_": null, "length": 333.26636051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 625, "st_code": 88740, "l_hundred": 600, "r_hundred": 600, "seg_id": 422731, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 12722, "Shape__Length": 132.86743464768506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216194371493501, 39.962486065294101 ], [ -75.216183227374898, 39.962555371936404 ], [ -75.216289738081898, 39.9633964107148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19386, "tnode_": 19311, "lpoly_": null, "rpoly_": null, "length": 197.02095971, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 822, "l_t_add": 832, "r_f_add": 823, "r_t_add": 857, "st_code": 88760, "l_hundred": 800, "r_hundred": 800, "seg_id": 422732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12723, "Shape__Length": 78.554115389037491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218584729059202, 39.966741988505099 ], [ -75.218646474671999, 39.967280744925297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19477, "tnode_": 19386, "lpoly_": null, "rpoly_": null, "length": 224.09117136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 88760, "l_hundred": 800, "r_hundred": 800, "seg_id": 422733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12724, "Shape__Length": 89.3454956989588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218502374767994, 39.966130102675898 ], [ -75.218584729059202, 39.966741988505099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19311, "tnode_": 19225, "lpoly_": null, "rpoly_": null, "length": 189.78039184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 834, "l_t_add": 866, "r_f_add": 859, "r_t_add": 865, "st_code": 88760, "l_hundred": 800, "r_hundred": 800, "seg_id": 422734, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12725, "Shape__Length": 75.666910798485375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218646474671999, 39.967280744925297 ], [ -75.218716701954605, 39.967798905930401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19739, "tnode_": 19651, "lpoly_": null, "rpoly_": null, "length": 196.89580448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 720, "l_t_add": 728, "r_f_add": 721, "r_t_add": 737, "st_code": 88760, "l_hundred": 700, "r_hundred": 700, "seg_id": 422735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12726, "Shape__Length": 78.501274670815263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218296466976696, 39.964498896719 ], [ -75.218362769290096, 39.9650369872125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19889, "tnode_": 19815, "lpoly_": null, "rpoly_": null, "length": 194.72689018, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 606, "l_t_add": 698, "r_f_add": 603, "r_t_add": 699, "st_code": 88760, "l_hundred": 600, "r_hundred": 600, "seg_id": 422736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12727, "Shape__Length": 77.635156654258026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2181621072897, 39.963433259043498 ], [ -75.218229721823903, 39.963965270751501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19815, "tnode_": 19739, "lpoly_": null, "rpoly_": null, "length": 195.28864334, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 88760, "l_hundred": 700, "r_hundred": 700, "seg_id": 422737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12728, "Shape__Length": 77.859816783996195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218229721823903, 39.963965270751501 ], [ -75.218296466976696, 39.964498896719 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19403, "tnode_": 19343, "lpoly_": null, "rpoly_": null, "length": 163.96306798000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 824, "l_t_add": 848, "r_f_add": 825, "r_t_add": 851, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 422738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 12729, "Shape__Length": 65.373407415592141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220405489894603, 39.966650158241599 ], [ -75.220457948710006, 39.9670984438118 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19462, "tnode_": 19419, "lpoly_": null, "rpoly_": null, "length": 106.62163333, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 810, "l_t_add": 820, "r_f_add": 811, "r_t_add": 821, "st_code": 88780, "l_hundred": 800, "r_hundred": 800, "seg_id": 422739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 12730, "Shape__Length": 42.510171859548755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220350415606703, 39.966260808803803 ], [ -75.220389812899896, 39.966551924439699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19225, "tnode_": 19262, "lpoly_": null, "rpoly_": null, "length": 511.89127481000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 61140, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422740, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12731, "Shape__Length": 203.3203828347124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218716701954605, 39.967798905930401 ], [ -75.219537029860703, 39.967713275041802 ], [ -75.220448654567207, 39.967621725870004 ], [ -75.220518559736206, 39.967593294302397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19262, "tnode_": 19284, "lpoly_": null, "rpoly_": null, "length": 248.87907104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5026, "r_f_add": 5001, "r_t_add": 5033, "st_code": 61140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12732, "Shape__Length": 98.860132801393092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220518559736206, 39.967593294302397 ], [ -75.220592546557697, 39.9675571662343 ], [ -75.221385869234894, 39.967476072537501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19202, "tnode_": 19225, "lpoly_": null, "rpoly_": null, "length": 255.83686594000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 61140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422742, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12733, "Shape__Length": 101.61321151007044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217811372631402, 39.967888268412302 ], [ -75.218716701954605, 39.967798905930401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19149, "tnode_": 19046, "lpoly_": null, "rpoly_": null, "length": 194.86592921000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 886, "l_t_add": 898, "r_f_add": 885, "r_t_add": 899, "st_code": 88760, "l_hundred": 800, "r_hundred": 800, "seg_id": 422743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12734, "Shape__Length": 77.695915059426014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218772515717205, 39.968260271526802 ], [ -75.218841924582506, 39.9687925303082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19149, "tnode_": 19183, "lpoly_": null, "rpoly_": null, "length": 511.43659961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 43460, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422744, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12735, "Shape__Length": 203.13400268189255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218772515717205, 39.968260271526802 ], [ -75.220581437929198, 39.968076277194598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19111, "tnode_": 19149, "lpoly_": null, "rpoly_": null, "length": 255.73047229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 43460, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422745, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12736, "Shape__Length": 101.57186785022682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217867811460806, 39.968351111600001 ], [ -75.218772515717205, 39.968260271526802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19295, "tnode_": 19202, "lpoly_": null, "rpoly_": null, "length": 189.77423531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 864, "r_f_add": 801, "r_t_add": 865, "st_code": 33400, "l_hundred": 800, "r_hundred": 800, "seg_id": 422746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FALLON ST", "stname": "N FALLON ST", "objectid": 12737, "Shape__Length": 75.664639403750542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217742080525994, 39.967370049856797 ], [ -75.217811372631402, 39.967888268412302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19202, "tnode_": 19111, "lpoly_": null, "rpoly_": null, "length": 169.34599566, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 866, "l_t_add": 878, "r_f_add": 867, "r_t_add": 883, "st_code": 33400, "l_hundred": 800, "r_hundred": 800, "seg_id": 422747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FALLON ST", "stname": "N FALLON ST", "objectid": 12738, "Shape__Length": 67.520670569024574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217811372631402, 39.967888268412302 ], [ -75.217867811460806, 39.968351111600001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19212, "tnode_": 19241, "lpoly_": null, "rpoly_": null, "length": 351.55836624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 43460, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 422748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12739, "Shape__Length": 139.63168935179391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221457286459398, 39.967899627489203 ], [ -75.222701516018304, 39.967777859254603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19024, "tnode_": 19046, "lpoly_": null, "rpoly_": null, "length": 255.5991801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4826, "l_t_add": 4898, "r_f_add": 4827, "r_t_add": 4899, "st_code": 82520, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12740, "Shape__Length": 101.52025769731425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217937384410902, 39.9688815772071 ], [ -75.218841924582506, 39.9687925303082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19111, "tnode_": 19024, "lpoly_": null, "rpoly_": null, "length": 194.2205926, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FALLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 880, "l_t_add": 898, "r_f_add": 885, "r_t_add": 899, "st_code": 33400, "l_hundred": 800, "r_hundred": 800, "seg_id": 422750, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FALLON ST", "stname": "N FALLON ST", "objectid": 12741, "Shape__Length": 77.438676879788559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217867811460806, 39.968351111600001 ], [ -75.217937384410902, 39.9688815772071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19005, "tnode_": 19018, "lpoly_": null, "rpoly_": null, "length": 190.98141433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4818, "r_f_add": 4801, "r_t_add": 4819, "st_code": 82520, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12742, "Shape__Length": 75.855840065300882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216998195378594, 39.968978751334497 ], [ -75.217673265825397, 39.968907598941101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19069, "tnode_": 19079, "lpoly_": null, "rpoly_": null, "length": 181.00246866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4940, "l_t_add": 4998, "r_f_add": 4941, "r_t_add": 4999, "st_code": 82520, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12743, "Shape__Length": 71.891304874609958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220009006676193, 39.968672955151298 ], [ -75.220649580568505, 39.968610052779098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19046, "tnode_": 19069, "lpoly_": null, "rpoly_": null, "length": 330.00791012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4938, "r_f_add": 4901, "r_t_add": 4939, "st_code": 82520, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12744, "Shape__Length": 131.07480045251552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218841924582506, 39.9687925303082 ], [ -75.220009006676193, 39.968672955151298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18809, "tnode_": 18854, "lpoly_": null, "rpoly_": null, "length": 660.88677448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4850, "l_t_add": 4948, "r_f_add": 4851, "r_t_add": 4949, "st_code": 84780, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12745, "Shape__Length": 262.50016187329038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217848988857298, 39.970289715123599 ], [ -75.220187349927002, 39.970056498524301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18800, "tnode_": 18809, "lpoly_": null, "rpoly_": null, "length": 190.98697167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4848, "r_f_add": 4801, "r_t_add": 4849, "st_code": 84780, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422755, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12746, "Shape__Length": 75.859526363137732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217173812355995, 39.970360460154602 ], [ -75.217848988857298, 39.970289715123599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18854, "tnode_": 18865, "lpoly_": null, "rpoly_": null, "length": 180.51173952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4950, "l_t_add": 4998, "r_f_add": 4951, "r_t_add": 4999, "st_code": 84780, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422756, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12747, "Shape__Length": 71.698235449151269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220187349927002, 39.970056498524301 ], [ -75.2208257638286, 39.969991190251903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19100, "tnode_": 19005, "lpoly_": null, "rpoly_": null, "length": 214.7921338, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 884, "l_t_add": 898, "r_f_add": 881, "r_t_add": 899, "st_code": 88740, "l_hundred": 800, "r_hundred": 800, "seg_id": 422757, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 12748, "Shape__Length": 85.641055554283682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216922496243498, 39.968392003918197 ], [ -75.216998195378594, 39.968978751334497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18984, "tnode_": 18732, "lpoly_": null, "rpoly_": null, "length": 575.86910136999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88720, "l_hundred": 900, "r_hundred": 900, "seg_id": 422758, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 12749, "Shape__Length": 229.61212775616971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215763969569394, 39.969103145429401 ], [ -75.215968321676002, 39.970676139389703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19075, "tnode_": 18984, "lpoly_": null, "rpoly_": null, "length": 215.92902718, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 886, "l_t_add": 898, "r_f_add": 881, "r_t_add": 899, "st_code": 88720, "l_hundred": 800, "r_hundred": 800, "seg_id": 422759, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 12750, "Shape__Length": 86.094487755103472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215687642015297, 39.968513309775503 ], [ -75.215763969569394, 39.969103145429401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19087, "tnode_": 19100, "lpoly_": null, "rpoly_": null, "length": 198.3071375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4750, "l_t_add": 4798, "r_f_add": 4751, "r_t_add": 4799, "st_code": 43460, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12751, "Shape__Length": 78.764386039638524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216220899842497, 39.968462216465703 ], [ -75.216922496243498, 39.968392003918197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20784, "tnode_": 20764, "lpoly_": null, "rpoly_": null, "length": 459.00907919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 67120, "l_hundred": 600, "r_hundred": 600, "seg_id": 440866, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12752, "Shape__Length": 182.28129028323141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149512607862704, 39.954653397773299 ], [ -75.151128233618493, 39.954857696309901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19075, "tnode_": 19087, "lpoly_": null, "rpoly_": null, "length": 150.6213448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4748, "r_f_add": 4701, "r_t_add": 4749, "st_code": 43460, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-10-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12753, "Shape__Length": 59.824090239541988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215687642015297, 39.968513309775503 ], [ -75.216220899842497, 39.968462216465703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19151, "tnode_": 19168, "lpoly_": null, "rpoly_": null, "length": 268.24522194000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 61140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422762, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12754, "Shape__Length": 106.53917631192556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214678295670396, 39.968142972524603 ], [ -75.215630724219906, 39.968070917242699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19238, "tnode_": 19254, "lpoly_": null, "rpoly_": null, "length": 270.23692315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4628, "l_t_add": 4698, "r_f_add": 4627, "r_t_add": 4699, "st_code": 63160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12755, "Shape__Length": 107.32933391122759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2146116388259, 39.967633527875797 ], [ -75.2155712269725, 39.9675616855044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19231, "tnode_": 19238, "lpoly_": null, "rpoly_": null, "length": 129.79028651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4616, "l_t_add": 4626, "r_f_add": 4617, "r_t_add": 4625, "st_code": 63160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12756, "Shape__Length": 51.548132949855543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214150315400701, 39.967664276632902 ], [ -75.2146116388259, 39.967633527875797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19224, "tnode_": 19231, "lpoly_": null, "rpoly_": null, "length": 140.53277523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4614, "r_f_add": 4601, "r_t_add": 4615, "st_code": 63160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422765, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12757, "Shape__Length": 55.815571937786792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213651799988895, 39.967705436015599 ], [ -75.214150315400701, 39.967664276632902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19151, "tnode_": 18969, "lpoly_": null, "rpoly_": null, "length": 386.96594905999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 864, "l_t_add": 898, "r_f_add": 867, "r_t_add": 899, "st_code": 53620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 12758, "Shape__Length": 154.28985921852941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214678295670396, 39.968142972524603 ], [ -75.214810186395994, 39.969200384011998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19420, "tnode_": 19254, "lpoly_": null, "rpoly_": null, "length": 409.90783285000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 852, "r_f_add": 801, "r_t_add": 843, "st_code": 88720, "l_hundred": 800, "r_hundred": 800, "seg_id": 422768, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 12759, "Shape__Length": 163.43335065439089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215433445849499, 39.966441442466 ], [ -75.2155712269725, 39.9675616855044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19401, "tnode_": 28849, "lpoly_": null, "rpoly_": null, "length": 133.93256094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4620, "l_t_add": 4648, "r_f_add": 4621, "r_t_add": 4649, "st_code": 19400, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12760, "Shape__Length": 53.192363532561259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213999515871095, 39.966543922944098 ], [ -75.214475620418995, 39.966512782594101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28848, "tnode_": 19401, "lpoly_": null, "rpoly_": null, "length": 136.43515638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4619, "st_code": 19400, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12761, "Shape__Length": 54.187537042414469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213515901955901, 39.966586370478602 ], [ -75.213999515871095, 39.966543922944098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19365, "tnode_": 19377, "lpoly_": null, "rpoly_": null, "length": 225.67995919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4420, "l_t_add": 4498, "r_f_add": 4421, "r_t_add": 4499, "st_code": 19400, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 12762, "Shape__Length": 89.632243328118378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211823793434604, 39.966711372556198 ], [ -75.212624354126106, 39.966645364243902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19815, "tnode_": 19846, "lpoly_": null, "rpoly_": null, "length": 511.69578745999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 33280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422774, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12763, "Shape__Length": 203.21792445588582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218229721823903, 39.963965270751501 ], [ -75.220046572457704, 39.963828934133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18948, "tnode_": 18791, "lpoly_": null, "rpoly_": null, "length": 367.04264290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88700, "l_hundred": 900, "r_hundred": 900, "seg_id": 422776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12764, "Shape__Length": 146.35266679521945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213847809441305, 39.969297848255103 ], [ -75.213867349208499, 39.9695248630305 ], [ -75.213870551869604, 39.969578060455298 ], [ -75.213877545282003, 39.969694266690702 ], [ -75.213901867184902, 39.970304460439799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19016, "tnode_": 18948, "lpoly_": null, "rpoly_": null, "length": 167.13937883, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 890, "l_t_add": 898, "r_f_add": 881, "r_t_add": 899, "st_code": 88700, "l_hundred": 800, "r_hundred": 800, "seg_id": 422777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12765, "Shape__Length": 66.641929637862944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213797469635296, 39.968840910038502 ], [ -75.213818894482401, 39.969044180063598 ], [ -75.213846947203706, 39.969236194403003 ], [ -75.213847809441305, 39.969297848255103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19073, "tnode_": 19016, "lpoly_": null, "rpoly_": null, "length": 128.10879009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 880, "l_t_add": 888, "r_f_add": 867, "r_t_add": 879, "st_code": 88700, "l_hundred": 800, "r_hundred": 800, "seg_id": 422778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12766, "Shape__Length": 51.078967373807153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2137518670079, 39.968490990206803 ], [ -75.213797469635296, 39.968840910038502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19224, "tnode_": 19153, "lpoly_": null, "rpoly_": null, "length": 157.38346966, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 844, "l_t_add": 856, "r_f_add": 847, "r_t_add": 851, "st_code": 88700, "l_hundred": 800, "r_hundred": 800, "seg_id": 422779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12767, "Shape__Length": 62.750416954228292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213651799988895, 39.967705436015599 ], [ -75.213709365952198, 39.968135196797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28848, "tnode_": 19224, "lpoly_": null, "rpoly_": null, "length": 409.43135058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 842, "r_f_add": 801, "r_t_add": 845, "st_code": 88700, "l_hundred": 800, "r_hundred": 800, "seg_id": 422780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12768, "Shape__Length": 163.24385955527464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213515901955901, 39.966586370478602 ], [ -75.213651799988895, 39.967705436015599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19000, "tnode_": 18927, "lpoly_": null, "rpoly_": null, "length": 174.76685758, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 882, "l_t_add": 898, "r_f_add": 885, "r_t_add": 899, "st_code": 88680, "l_hundred": 800, "r_hundred": 800, "seg_id": 422781, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 12769, "Shape__Length": 69.682890538298125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212837469635701, 39.968914201148102 ], [ -75.212898178112297, 39.969391678662802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19207, "tnode_": 19132, "lpoly_": null, "rpoly_": null, "length": 158.16113934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 848, "l_t_add": 852, "r_f_add": 843, "r_t_add": 849, "st_code": 88680, "l_hundred": 800, "r_hundred": 800, "seg_id": 422782, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 12770, "Shape__Length": 63.060976416882625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212692178232402, 39.967776799471601 ], [ -75.212745074470106, 39.968209059699603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19377, "tnode_": 19207, "lpoly_": null, "rpoly_": null, "length": 419.45447383000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 846, "r_f_add": 801, "r_t_add": 841, "st_code": 88680, "l_hundred": 800, "r_hundred": 800, "seg_id": 422783, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 12771, "Shape__Length": 167.22466426751828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212624354126106, 39.966645364243902 ], [ -75.212560922983897, 39.966715993887703 ], [ -75.212692178232402, 39.967776799471601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19000, "tnode_": 19016, "lpoly_": null, "rpoly_": null, "length": 270.3983749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 48800, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422784, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAIRD ST", "stname": "LAIRD ST", "objectid": 12772, "Shape__Length": 107.39563788146077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212837469635701, 39.968914201148102 ], [ -75.213797469635296, 39.968840910038502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19061, "tnode_": 19073, "lpoly_": null, "rpoly_": null, "length": 270.47397306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOOPES", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 43460, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422785, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOOPES ST", "stname": "HOOPES ST", "objectid": 12773, "Shape__Length": 107.42467231286086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212791108618205, 39.968560356414002 ], [ -75.2137518670079, 39.968490990206803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19132, "tnode_": 19153, "lpoly_": null, "rpoly_": null, "length": 271.61872382999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 61140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422786, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12774, "Shape__Length": 107.87923817984205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212745074470106, 39.968209059699603 ], [ -75.213709365952198, 39.968135196797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18976, "tnode_": 18701, "lpoly_": null, "rpoly_": null, "length": 663.1119459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 54420, "l_hundred": 900, "r_hundred": 900, "seg_id": 422787, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MAY ST", "stname": "N MAY ST", "objectid": 12775, "Shape__Length": 264.21563952791865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215291718328302, 39.969150560406597 ], [ -75.215361214601899, 39.969734443030703 ], [ -75.2153930796471, 39.9700386057754 ], [ -75.215394412266704, 39.970068138482802 ], [ -75.215382973697302, 39.970097389088998 ], [ -75.215361752537603, 39.9701278282663 ], [ -75.214689989250004, 39.970782628713501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18969, "tnode_": 18745, "lpoly_": null, "rpoly_": null, "length": 548.81699901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 53620, "l_hundred": 900, "r_hundred": 900, "seg_id": 422788, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 12776, "Shape__Length": 218.6747454638589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214810186395994, 39.969200384011998 ], [ -75.214905052702505, 39.969950087317898 ], [ -75.214893491715102, 39.969982613016498 ], [ -75.214320846984606, 39.970551559836402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18855, "tnode_": 18888, "lpoly_": null, "rpoly_": null, "length": 390.12468295999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 82520, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422789, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12777, "Shape__Length": 154.95596813894147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210140151705204, 39.969813416697399 ], [ -75.211518392399498, 39.969663829437998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18888, "tnode_": 18903, "lpoly_": null, "rpoly_": null, "length": 318.31500712000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4448, "r_f_add": 4401, "r_t_add": 4449, "st_code": 82520, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422790, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12778, "Shape__Length": 126.43261920729751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211518392399498, 39.969663829437998 ], [ -75.212643606548198, 39.969545468315999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18678, "tnode_": 18561, "lpoly_": null, "rpoly_": null, "length": 390.77384317999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4626, "l_t_add": 4698, "r_f_add": 4633, "r_t_add": 4669, "st_code": 48900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422791, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12779, "Shape__Length": 155.44055557768522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214991959321495, 39.970964127779403 ], [ -75.216087672322303, 39.971627464657203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18727, "tnode_": 18701, "lpoly_": null, "rpoly_": null, "length": 52.38473315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4618, "l_t_add": 4622, "r_f_add": 4619, "r_t_add": 4619, "st_code": 48900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422792, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12780, "Shape__Length": 20.837986796319303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214544198946399, 39.9706926473282 ], [ -75.214689989250004, 39.970782628713501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18593, "tnode_": 18616, "lpoly_": null, "rpoly_": null, "length": 232.42526597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4514, "r_f_add": 4501, "r_t_add": 4515, "st_code": 84780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422793, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12781, "Shape__Length": 92.320808989822254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212741930946294, 39.971411755306001 ], [ -75.2135628286008, 39.9713213420182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18565, "tnode_": 18582, "lpoly_": null, "rpoly_": null, "length": 207.0869412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4488, "r_f_add": 4401, "r_t_add": 4489, "st_code": 84780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422794, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12782, "Shape__Length": 82.257097283751719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211864166233198, 39.971512597234401 ], [ -75.212594762347607, 39.971427796939302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18572, "tnode_": 18605, "lpoly_": null, "rpoly_": null, "length": 181.18015452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4315, "st_code": 84780, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12783, "Shape__Length": 71.965600787497507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210439267147393, 39.971415293155303 ], [ -75.211079557887103, 39.971346912220703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18605, "tnode_": 18629, "lpoly_": null, "rpoly_": null, "length": 208.94262488000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4318, "l_t_add": 4398, "r_f_add": 4317, "r_t_add": 4399, "st_code": 84780, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12784, "Shape__Length": 82.993518811543069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211079557887103, 39.971346912220703 ], [ -75.211817242126401, 39.971264169431898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18193, "tnode_": 18005, "lpoly_": null, "rpoly_": null, "length": 321.49046922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 422797, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12785, "Shape__Length": 128.19284606473747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219649195396201, 39.973771548551603 ], [ -75.219645705337697, 39.973850807299797 ], [ -75.219587047364399, 39.974167858584202 ], [ -75.219532066865099, 39.974648982757202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18005, "tnode_": 17939, "lpoly_": null, "rpoly_": null, "length": 112.48916417, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422798, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12786, "Shape__Length": 44.855479416491484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219532066865099, 39.974648982757202 ], [ -75.219499829974396, 39.974922783905598 ], [ -75.219495378510103, 39.974956484937699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18278, "tnode_": 27738, "lpoly_": null, "rpoly_": null, "length": 158.42791362, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 88760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12787, "Shape__Length": 63.15594056754118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219694606740504, 39.973221133712997 ], [ -75.219764475528606, 39.973312742729902 ], [ -75.219818824265005, 39.973638760390898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18278, "tnode_": 18367, "lpoly_": null, "rpoly_": null, "length": 712.16676086999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 74900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 422800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 12788, "Shape__Length": 282.90511770354431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219694606740504, 39.973221133712997 ], [ -75.219793219418605, 39.973155773698203 ], [ -75.220253872766506, 39.973110249982 ], [ -75.2209139911064, 39.973038921971799 ], [ -75.221265024604904, 39.973005448228797 ], [ -75.221545298847801, 39.972983627463201 ], [ -75.222182434157602, 39.972909537806302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18311, "tnode_": 18193, "lpoly_": null, "rpoly_": null, "length": 437.15295139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4834, "l_t_add": 4898, "r_f_add": 4825, "r_t_add": 4899, "st_code": 48900, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 422801, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 12789, "Shape__Length": 173.89180143421871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218419598989001, 39.973033214570599 ], [ -75.219649195396201, 39.973771548551603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17785, "tnode_": 17604, "lpoly_": null, "rpoly_": null, "length": 1035.0464829299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 80200, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 12790, "Shape__Length": 411.38527757475157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209743112735296, 39.9755921264397 ], [ -75.212515309318107, 39.976621015781902 ], [ -75.213124515924605, 39.976554755214501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17833, "tnode_": 17785, "lpoly_": null, "rpoly_": null, "length": 221.81055931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4186, "l_t_add": 4198, "r_f_add": 4187, "r_t_add": 4199, "st_code": 80200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422803, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 12791, "Shape__Length": 88.168603021942715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209030028354903, 39.975327967905002 ], [ -75.209743112735296, 39.9755921264397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17888, "tnode_": 17833, "lpoly_": null, "rpoly_": null, "length": 219.76223407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4158, "l_t_add": 4184, "r_f_add": 4119, "r_t_add": 4185, "st_code": 80200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422804, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 12792, "Shape__Length": 87.355184855157418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208324946922303, 39.975064027122102 ], [ -75.208694977648307, 39.9752004241424 ], [ -75.209030028354903, 39.975327967905002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17949, "tnode_": 17888, "lpoly_": null, "rpoly_": null, "length": 529.8160693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4156, "r_f_add": 4101, "r_t_add": 4117, "st_code": 80200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422805, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLA ST", "stname": "VIOLA ST", "objectid": 12793, "Shape__Length": 210.56085343921939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206578200542097, 39.974639477948102 ], [ -75.206993929961399, 39.974592145453897 ], [ -75.207031011078598, 39.974592164394203 ], [ -75.207070983031798, 39.974598675139603 ], [ -75.208324946922303, 39.975064027122102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19017, "tnode_": 19031, "lpoly_": null, "rpoly_": null, "length": 399.5758435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 61140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422806, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12794, "Shape__Length": 158.72418233922309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209945852010605, 39.968781128760803 ], [ -75.211103099417599, 39.9686548055492 ], [ -75.211337657763494, 39.9687351442901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18995, "tnode_": 19006, "lpoly_": null, "rpoly_": null, "length": 142.38124657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4234, "l_t_add": 4244, "r_f_add": 4229, "r_t_add": 4243, "st_code": 61140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12795, "Shape__Length": 56.553077672005678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2090113853384, 39.968886554932702 ], [ -75.209513759651003, 39.968828645836098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18980, "tnode_": 18995, "lpoly_": null, "rpoly_": null, "length": 274.90973736999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4232, "r_f_add": 4201, "r_t_add": 4227, "st_code": 61140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422808, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12796, "Shape__Length": 109.19194645720836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208040394225705, 39.968993073654197 ], [ -75.2090113853384, 39.968886554932702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18855, "tnode_": 18763, "lpoly_": null, "rpoly_": null, "length": 209.6774613, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "43RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 88640, "l_hundred": 900, "r_hundred": 900, "seg_id": 422809, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 43RD ST", "stname": "N 43RD ST", "objectid": 12797, "Shape__Length": 83.599748940290695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210140151705204, 39.969813416697399 ], [ -75.210248803097301, 39.970382904362197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18640, "tnode_": 18682, "lpoly_": null, "rpoly_": null, "length": 539.71927917999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 61940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422810, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OTTER ST", "stname": "OTTER ST", "objectid": 12798, "Shape__Length": 214.3791261005303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208434203511899, 39.971094703332497 ], [ -75.210340011797797, 39.970882594411002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18682, "tnode_": 18705, "lpoly_": null, "rpoly_": null, "length": 392.3790942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 61940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422811, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OTTER ST", "stname": "OTTER ST", "objectid": 12799, "Shape__Length": 155.85400434985863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210340011797797, 39.970882594411002 ], [ -75.211726075064007, 39.970731252786301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18763, "tnode_": 18802, "lpoly_": null, "rpoly_": null, "length": 392.36412864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 63940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 422812, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 12800, "Shape__Length": 155.84731589576518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210248803097301, 39.970382904362197 ], [ -75.211634340286395, 39.970229079169897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18819, "tnode_": 18833, "lpoly_": null, "rpoly_": null, "length": 275.76415303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4226, "r_f_add": 4201, "r_t_add": 4229, "st_code": 82520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12801, "Shape__Length": 109.53326812591077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208229473494896, 39.970024951566899 ], [ -75.209203161708004, 39.96991630662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18833, "tnode_": 18855, "lpoly_": null, "rpoly_": null, "length": 265.2849103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4228, "l_t_add": 4298, "r_f_add": 4231, "r_t_add": 4299, "st_code": 82520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12802, "Shape__Length": 105.37049277324655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209203161708004, 39.96991630662 ], [ -75.210140151705204, 39.969813416697399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18797, "tnode_": 18819, "lpoly_": null, "rpoly_": null, "length": 299.13231442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4140, "l_t_add": 4198, "r_f_add": 4141, "r_t_add": 4199, "st_code": 82520, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422815, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 12803, "Shape__Length": 118.81529881100683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207173296789804, 39.970142926498603 ], [ -75.208229473494896, 39.970024951566899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18673, "tnode_": 18697, "lpoly_": null, "rpoly_": null, "length": 299.76359462000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4142, "l_t_add": 4198, "r_f_add": 4117, "r_t_add": 4199, "st_code": 63940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422816, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 12804, "Shape__Length": 119.06728616810268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207300613093494, 39.970833751137 ], [ -75.208358991689593, 39.9707153271222 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19133, "tnode_": 18963, "lpoly_": null, "rpoly_": null, "length": 383.10432769000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 826, "l_t_add": 862, "r_f_add": 833, "r_t_add": 863, "st_code": 43140, "l_hundred": 800, "r_hundred": 800, "seg_id": 422817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12805, "Shape__Length": 152.74364851345635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206785803064506, 39.968069807634699 ], [ -75.206977478609701, 39.969111084558797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18963, "tnode_": 18980, "lpoly_": null, "rpoly_": null, "length": 301.00799705000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4120, "l_t_add": 4198, "r_f_add": 4117, "r_t_add": 4199, "st_code": 61140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12806, "Shape__Length": 119.55838858066667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206977478609701, 39.969111084558797 ], [ -75.208040394225705, 39.968993073654197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18963, "tnode_": 18797, "lpoly_": null, "rpoly_": null, "length": 379.86752146000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 864, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 43140, "l_hundred": 800, "r_hundred": 800, "seg_id": 422819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12807, "Shape__Length": 151.45470574613498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206977478609701, 39.969111084558797 ], [ -75.207173296789804, 39.970142926498603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18673, "tnode_": 18606, "lpoly_": null, "rpoly_": null, "length": 159.62365382000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 950, "l_t_add": 998, "r_f_add": 951, "r_t_add": 999, "st_code": 43140, "l_hundred": 900, "r_hundred": 900, "seg_id": 422820, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12808, "Shape__Length": 63.644403941232753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207300613093494, 39.970833751137 ], [ -75.207378956793406, 39.971267772225197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18797, "tnode_": 18673, "lpoly_": null, "rpoly_": null, "length": 254.17250538000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 948, "r_f_add": 901, "r_t_add": 949, "st_code": 43140, "l_hundred": 900, "r_hundred": 900, "seg_id": 422821, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLY ST", "stname": "N HOLLY ST", "objectid": 12809, "Shape__Length": 101.34133770222796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207173296789804, 39.970142926498603 ], [ -75.207300613093494, 39.970833751137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18458, "tnode_": 18427, "lpoly_": null, "rpoly_": null, "length": 201.87309739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4300, "l_t_add": 4348, "r_f_add": 4269, "r_t_add": 4291, "st_code": 53300, "l_hundred": 4300, "r_hundred": 4200, "seg_id": 422822, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12810, "Shape__Length": 80.21330386617575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210574363305398, 39.972121994501002 ], [ -75.211255747156102, 39.972301614413098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18533, "tnode_": 18458, "lpoly_": null, "rpoly_": null, "length": 557.28151501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4220, "l_t_add": 4298, "r_f_add": 4203, "r_t_add": 4267, "st_code": 53300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422823, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12811, "Shape__Length": 221.43657609162727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208698854044599, 39.971614009340399 ], [ -75.210574363305398, 39.972121994501002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18606, "tnode_": 18540, "lpoly_": null, "rpoly_": null, "length": 337.75738145999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4126, "l_t_add": 4198, "r_f_add": 4139, "r_t_add": 4199, "st_code": 53300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422824, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12812, "Shape__Length": 134.2054566375698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207378956793406, 39.971267772225197 ], [ -75.208518078986899, 39.9715703101446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18427, "tnode_": 18389, "lpoly_": null, "rpoly_": null, "length": 238.03243246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4350, "l_t_add": 4398, "r_f_add": 4293, "r_t_add": 4399, "st_code": 53300, "l_hundred": 4300, "r_hundred": 4200, "seg_id": 422825, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 12813, "Shape__Length": 94.582669268070177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211255747156102, 39.972301614413098 ], [ -75.212057560262906, 39.972517015538401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18248, "tnode_": 18284, "lpoly_": null, "rpoly_": null, "length": 474.4341678, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4598, "r_f_add": 4401, "r_t_add": 4599, "st_code": 37040, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422826, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 12814, "Shape__Length": 188.45389552914781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212214779409393, 39.973251709578598 ], [ -75.213889746954905, 39.973063324945699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18540, "tnode_": 18295, "lpoly_": null, "rpoly_": null, "length": 479.79450236000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 88620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 42ND ST", "stname": "N 42ND ST", "objectid": 12815, "Shape__Length": 191.30334856006363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208518078986899, 39.9715703101446 ], [ -75.208623658285106, 39.972036072954197 ], [ -75.208721767310195, 39.972568235368698 ], [ -75.2087595077912, 39.972873671346001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18533, "tnode_": 18572, "lpoly_": null, "rpoly_": null, "length": 493.1409758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYALUSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 84780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422828, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYALUSING AVE", "stname": "WYALUSING AVE", "objectid": 12816, "Shape__Length": 195.88033056544205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208698854044599, 39.971614009340399 ], [ -75.210439267147393, 39.971415293155303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18374, "tnode_": 18280, "lpoly_": null, "rpoly_": null, "length": 633.92563435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 65260, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 422829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 12817, "Shape__Length": 251.87956988310646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206174477650094, 39.972477862473298 ], [ -75.2065258440078, 39.972436411346898 ], [ -75.208325015568093, 39.972921257528903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18867, "tnode_": 18884, "lpoly_": null, "rpoly_": null, "length": 154.36198396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3950, "l_t_add": 3998, "r_f_add": 3951, "r_t_add": 3999, "st_code": 61140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422830, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 12818, "Shape__Length": 61.311917227696583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202907502520006, 39.969559578610898 ], [ -75.203452672274807, 39.969499514790101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18867, "tnode_": 18796, "lpoly_": null, "rpoly_": null, "length": 69.10991007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4700, "l_t_add": 4898, "r_f_add": 4701, "r_t_add": 4899, "st_code": 73040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422831, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2004-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 12819, "Shape__Length": 27.555196982857964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202907502520006, 39.969559578610898 ], [ -75.202936270778594, 39.969747998247101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19023, "tnode_": 18867, "lpoly_": null, "rpoly_": null, "length": 383.50782864999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 73040, "l_hundred": 800, "r_hundred": 800, "seg_id": 422832, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 12820, "Shape__Length": 152.90442793752311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202706922704607, 39.968518175161698 ], [ -75.202907502520006, 39.969559578610898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18915, "tnode_": 18750, "lpoly_": null, "rpoly_": null, "length": 374.75338053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUDD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 19700, "l_hundred": 800, "r_hundred": 800, "seg_id": 422833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUDD ST", "stname": "BUDD ST", "objectid": 12821, "Shape__Length": 149.41647857895538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205105348391797, 39.969317033401303 ], [ -75.205295623326805, 39.970335307833103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19583, "tnode_": 19415, "lpoly_": null, "rpoly_": null, "length": 410.20730132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 83980, "l_hundred": 700, "r_hundred": 700, "seg_id": 422834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIOTA ST", "stname": "WIOTA ST", "objectid": 12822, "Shape__Length": 163.54201239704585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203195384087195, 39.965118177246701 ], [ -75.203405625772902, 39.966232566761398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19588, "tnode_": 19427, "lpoly_": null, "rpoly_": null, "length": 412.70071537999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 722, "r_f_add": 701, "r_t_add": 769, "st_code": 65580, "l_hundred": 700, "r_hundred": 700, "seg_id": 422835, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12823, "Shape__Length": 164.53588522154919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203743558764003, 39.965052835676403 ], [ -75.203955520883596, 39.966173949423599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19559, "tnode_": 19395, "lpoly_": null, "rpoly_": null, "length": 410.03880798999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 749, "st_code": 73040, "l_hundred": 700, "r_hundred": 700, "seg_id": 422836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOAN ST", "stname": "SLOAN ST", "objectid": 12824, "Shape__Length": 163.47566068478662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202117756548603, 39.9652345738563 ], [ -75.2023235503286, 39.966348987699298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19544, "tnode_": 19559, "lpoly_": null, "rpoly_": null, "length": 162.13936478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3924, "l_t_add": 3930, "r_f_add": 3945, "r_t_add": 3961, "st_code": 33280, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422837, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12825, "Shape__Length": 64.39722679786523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201545391305899, 39.965298921729797 ], [ -75.202117756548603, 39.9652345738563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19544, "tnode_": 19384, "lpoly_": null, "rpoly_": null, "length": 409.87286192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 754, "r_f_add": 701, "r_t_add": 739, "st_code": 78860, "l_hundred": 700, "r_hundred": 700, "seg_id": 422838, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12826, "Shape__Length": 163.4094090984531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201545391305899, 39.965298921729797 ], [ -75.201753067468502, 39.966412668615298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19557, "tnode_": 19470, "lpoly_": null, "rpoly_": null, "length": 204.99953108000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 654, "l_t_add": 698, "r_f_add": 657, "r_t_add": 699, "st_code": 88540, "l_hundred": 600, "r_hundred": 600, "seg_id": 422839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12827, "Shape__Length": 81.72925691438067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197729886242698, 39.965149971495698 ], [ -75.197834509644693, 39.9657069328549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19649, "tnode_": 19557, "lpoly_": null, "rpoly_": null, "length": 205.07728552, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 634, "l_t_add": 652, "r_f_add": 635, "r_t_add": 655, "st_code": 88540, "l_hundred": 600, "r_hundred": 600, "seg_id": 422840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 12828, "Shape__Length": 81.759761184472637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197626586077305, 39.964592648394202 ], [ -75.197729886242698, 39.965149971495698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19509, "tnode_": 19544, "lpoly_": null, "rpoly_": null, "length": 418.77754609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3922, "r_f_add": 3901, "r_t_add": 3943, "st_code": 33280, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422841, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12829, "Shape__Length": 166.32666186723702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200066656082001, 39.965462927540798 ], [ -75.201545391305899, 39.965298921729797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19252, "tnode_": 19084, "lpoly_": null, "rpoly_": null, "length": 335.35716669, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 732, "l_t_add": 798, "r_f_add": 741, "r_t_add": 799, "st_code": 88500, "l_hundred": 700, "r_hundred": 700, "seg_id": 422842, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 12830, "Shape__Length": 133.704743929888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195144065289995, 39.967143328122098 ], [ -75.195313313919499, 39.968054668056297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19388, "tnode_": 19219, "lpoly_": null, "rpoly_": null, "length": 411.55728984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 730, "r_f_add": 701, "r_t_add": 731, "st_code": 88480, "l_hundred": 700, "r_hundred": 700, "seg_id": 422843, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 12831, "Shape__Length": 164.08291415844462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193485109652798, 39.966185906292097 ], [ -75.193695066826606, 39.967304072397397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19407, "tnode_": 19442, "lpoly_": null, "rpoly_": null, "length": 409.62177330999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 55320, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422844, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12832, "Shape__Length": 162.69458790629631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190488457380596, 39.965961719123897 ], [ -75.190534052023807, 39.965947864169301 ], [ -75.190720284301094, 39.965924296075897 ], [ -75.191110756213604, 39.965880683485999 ], [ -75.191221734470702, 39.9658712489409 ], [ -75.191690430396605, 39.965818837047998 ], [ -75.191931158466701, 39.965789292040299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19360, "tnode_": 19370, "lpoly_": null, "rpoly_": null, "length": 202.53317274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3412, "r_f_add": 3401, "r_t_add": 3419, "st_code": 33280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422845, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12833, "Shape__Length": 80.442526638266784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192036003816995, 39.966351007565599 ], [ -75.192750086498293, 39.966266088651103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19360, "tnode_": 19269, "lpoly_": null, "rpoly_": null, "length": 201.3367972, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 734, "r_f_add": 701, "r_t_add": 733, "st_code": 88460, "l_hundred": 700, "r_hundred": 700, "seg_id": 422846, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12834, "Shape__Length": 80.269995925092687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192036003816995, 39.966351007565599 ], [ -75.192141915690897, 39.9668976611514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19556, "tnode_": 19580, "lpoly_": null, "rpoly_": null, "length": 411.43060249000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 81040, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12835, "Shape__Length": 163.40762804228041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193276008733307, 39.965073298089401 ], [ -75.194728909604194, 39.964912793005396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19538, "tnode_": 19556, "lpoly_": null, "rpoly_": null, "length": 206.22859325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3420, "l_t_add": 3498, "r_f_add": 3421, "r_t_add": 3499, "st_code": 81040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422848, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12836, "Shape__Length": 81.907545885895587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192547428541502, 39.965152039390198 ], [ -75.193276008733307, 39.965073298089401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19492, "tnode_": 19526, "lpoly_": null, "rpoly_": null, "length": 411.95665681999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422849, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12837, "Shape__Length": 163.61890959367199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190375688730199, 39.965400063890698 ], [ -75.190434622065595, 39.965388209454701 ], [ -75.190865443097707, 39.965338974566698 ], [ -75.191828632671999, 39.965231729476599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19645, "tnode_": 19685, "lpoly_": null, "rpoly_": null, "length": 411.79221336999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 57520, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12838, "Shape__Length": 163.55076082800815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1931709642719, 39.964505485010797 ], [ -75.193264498743901, 39.964490452897998 ], [ -75.194559806576706, 39.964347508418903 ], [ -75.194624107784406, 39.964354619589699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19607, "tnode_": 19645, "lpoly_": null, "rpoly_": null, "length": 410.06403063000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 57520, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422851, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12839, "Shape__Length": 162.86330791440795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191722241937399, 39.964661734087798 ], [ -75.192188999680297, 39.9646086293114 ], [ -75.192398710260306, 39.964585167523801 ], [ -75.1931709642719, 39.964505485010797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19574, "tnode_": 19607, "lpoly_": null, "rpoly_": null, "length": 411.78319090999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 57520, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 422852, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12840, "Shape__Length": 163.54722531470316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190268291650995, 39.9648232184013 ], [ -75.190332720053902, 39.964814929373901 ], [ -75.1905676446369, 39.964789263703402 ], [ -75.190784836794194, 39.964763460621803 ], [ -75.191722241937399, 39.964661734087798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19716, "tnode_": 19749, "lpoly_": null, "rpoly_": null, "length": 410.08523193999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 41240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422853, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12841, "Shape__Length": 162.87063469923146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191606015851804, 39.964060059647899 ], [ -75.191691155729302, 39.9640540445331 ], [ -75.193054408231205, 39.963902102959203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19790, "tnode_": 19835, "lpoly_": null, "rpoly_": null, "length": 413.61973123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 18700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422854, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12842, "Shape__Length": 164.27389589236543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191497525044696, 39.9635126576514 ], [ -75.191590540721805, 39.963500369737297 ], [ -75.192270968752894, 39.963425064685303 ], [ -75.192581661044997, 39.963389261931503 ], [ -75.192957444351606, 39.963347885671297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19835, "tnode_": 19860, "lpoly_": null, "rpoly_": null, "length": 410.44591955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 18700, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12843, "Shape__Length": 163.0120797979734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192957444351606, 39.963347885671297 ], [ -75.193025924861303, 39.963337880760001 ], [ -75.193529214757802, 39.963287436480599 ], [ -75.193766414515196, 39.963262771970498 ], [ -75.194324271391906, 39.9631980363202 ], [ -75.194407203188106, 39.963190669881797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19749, "tnode_": 19773, "lpoly_": null, "rpoly_": null, "length": 411.43837135000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 41240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 422856, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 12844, "Shape__Length": 163.40764402147377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193054408231205, 39.963902102959203 ], [ -75.194507603788793, 39.963743169230803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19925, "tnode_": 19860, "lpoly_": null, "rpoly_": null, "length": 211.44083555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88500, "l_hundred": 500, "r_hundred": 500, "seg_id": 422857, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 12845, "Shape__Length": 84.294262180516327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1943000366891, 39.962616126115599 ], [ -75.194407203188106, 39.963190669881797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19878, "tnode_": 19790, "lpoly_": null, "rpoly_": null, "length": 213.87847352, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88460, "l_hundred": 500, "r_hundred": 500, "seg_id": 422858, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 12846, "Shape__Length": 85.266900113967935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191392686297604, 39.962931103147902 ], [ -75.191497525044696, 39.9635126576514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19878, "tnode_": 19904, "lpoly_": null, "rpoly_": null, "length": 411.98772615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 73800, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422859, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 12847, "Shape__Length": 163.6229543903417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191392686297604, 39.962931103147902 ], [ -75.191479164447799, 39.962929778979898 ], [ -75.1925197593485, 39.962818044312499 ], [ -75.192848431926294, 39.962778994413497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19860, "tnode_": 19885, "lpoly_": null, "rpoly_": null, "length": 409.98315419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 18700, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12848, "Shape__Length": 162.82865839441254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194407203188106, 39.963190669881797 ], [ -75.195854465905697, 39.9630281428079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19885, "tnode_": 19905, "lpoly_": null, "rpoly_": null, "length": 411.31899266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 18700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 12849, "Shape__Length": 163.35813511176423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195854465905697, 39.9630281428079 ], [ -75.197307216158407, 39.962869228246802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19685, "tnode_": 19719, "lpoly_": null, "rpoly_": null, "length": 410.18283805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 57520, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422862, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12850, "Shape__Length": 162.9100867111776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194624107784406, 39.964354619589699 ], [ -75.195989973668503, 39.964203473526503 ], [ -75.196072866969303, 39.964196316741003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19800, "tnode_": 19719, "lpoly_": null, "rpoly_": null, "length": 225.79267493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 625, "st_code": 88520, "l_hundred": 600, "r_hundred": 600, "seg_id": 422863, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12851, "Shape__Length": 90.017457231388946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195960926117394, 39.963582501854802 ], [ -75.196072866969303, 39.964196316741003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19957, "tnode_": 19885, "lpoly_": null, "rpoly_": null, "length": 210.16787394, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 88520, "l_hundred": 500, "r_hundred": 500, "seg_id": 422864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12852, "Shape__Length": 83.786807086993917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195749786651206, 39.962456856406099 ], [ -75.195854465905697, 39.9630281428079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19885, "tnode_": 19800, "lpoly_": null, "rpoly_": null, "length": 204.13610409, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 88520, "l_hundred": 500, "r_hundred": 500, "seg_id": 422865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12853, "Shape__Length": 81.382212265274177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195854465905697, 39.9630281428079 ], [ -75.195960926117394, 39.963582501854802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20044, "tnode_": 19957, "lpoly_": null, "rpoly_": null, "length": 278.23073566, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 430, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 88520, "l_hundred": 400, "r_hundred": 400, "seg_id": 422866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 12854, "Shape__Length": 110.91956945614669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195607048603094, 39.961701017144698 ], [ -75.195749786651206, 39.962456856406099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19746, "tnode_": 19768, "lpoly_": null, "rpoly_": null, "length": 356.32639057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3846, "r_f_add": 3801, "r_t_add": 3839, "st_code": 57520, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422867, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12855, "Shape__Length": 141.51993544925898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197522680393504, 39.964035031470402 ], [ -75.198780796235695, 39.963895092069102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19719, "tnode_": 19746, "lpoly_": null, "rpoly_": null, "length": 410.63565415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 57520, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422868, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12856, "Shape__Length": 163.09002310335765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196072866969303, 39.964196316741003 ], [ -75.1974637922862, 39.964043568489103 ], [ -75.197522680393504, 39.964035031470402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19649, "tnode_": 19682, "lpoly_": null, "rpoly_": null, "length": 356.06875857999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3830, "r_f_add": 3801, "r_t_add": 3831, "st_code": 81040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422869, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12857, "Shape__Length": 141.41861838214726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197626586077305, 39.964592648394202 ], [ -75.198883981458195, 39.964453765610799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19616, "tnode_": 19649, "lpoly_": null, "rpoly_": null, "length": 409.94506857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 81040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12858, "Shape__Length": 162.81754190006441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196179741119806, 39.964755241092 ], [ -75.196255242560099, 39.964741615288197 ], [ -75.197626586077305, 39.964592648394202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19495, "tnode_": 19528, "lpoly_": null, "rpoly_": null, "length": 409.76390052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 55320, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422871, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12859, "Shape__Length": 162.74650835541317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194835200391097, 39.965468472113201 ], [ -75.196282343637094, 39.965309259748402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19528, "tnode_": 19557, "lpoly_": null, "rpoly_": null, "length": 409.87956955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 55320, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12860, "Shape__Length": 162.7920723510523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196282343637094, 39.965309259748402 ], [ -75.197729886242698, 39.965149971495698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19557, "tnode_": 19608, "lpoly_": null, "rpoly_": null, "length": 632.42658501000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 55320, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422873, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12861, "Shape__Length": 251.18035638607429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197729886242698, 39.965149971495698 ], [ -75.199963463880906, 39.964904671436699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19414, "tnode_": 19444, "lpoly_": null, "rpoly_": null, "length": 412.74691837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 33280, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 422874, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12862, "Shape__Length": 163.93239520748966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194934823934801, 39.966026495692098 ], [ -75.196392775920401, 39.965867539492002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19444, "tnode_": 19457, "lpoly_": null, "rpoly_": null, "length": 203.50560918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3719, "st_code": 33280, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 422875, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 12863, "Shape__Length": 80.827266360256942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196392775920401, 39.965867539492002 ], [ -75.197111338405193, 39.965787648912503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19608, "tnode_": 19643, "lpoly_": null, "rpoly_": null, "length": 419.16533849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3946, "r_f_add": 3901, "r_t_add": 3947, "st_code": 55320, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422876, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12864, "Shape__Length": 166.47952215116314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199963463880906, 39.964904671436699 ], [ -75.201443316808195, 39.964739240524899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19643, "tnode_": 19673, "lpoly_": null, "rpoly_": null, "length": 310.77323303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3948, "l_t_add": 3998, "r_f_add": 3949, "r_t_add": 3999, "st_code": 55320, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422877, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 12865, "Shape__Length": 123.42904118769863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201443316808195, 39.964739240524899 ], [ -75.202540749358505, 39.964617960678801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19776, "tnode_": 19588, "lpoly_": null, "rpoly_": null, "length": 412.02766363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 640, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 65580, "l_hundred": 600, "r_hundred": 600, "seg_id": 422878, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12866, "Shape__Length": 164.26768633257092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203600114386703, 39.963931061600498 ], [ -75.203579375798299, 39.964137560246002 ], [ -75.203743558764003, 39.965052835676403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19768, "tnode_": 19682, "lpoly_": null, "rpoly_": null, "length": 205.55981243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 51880, "l_hundred": 600, "r_hundred": 600, "seg_id": 422879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER ST", "stname": "LOWBER ST", "objectid": 12867, "Shape__Length": 81.951344223055386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198780796235695, 39.963895092069102 ], [ -75.198883981458195, 39.964453765610799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19682, "tnode_": 19704, "lpoly_": null, "rpoly_": null, "length": 276.85613511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3832, "l_t_add": 3898, "r_f_add": 3833, "r_t_add": 3899, "st_code": 81040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 422880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12868, "Shape__Length": 109.95782194342667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198883981458195, 39.964453765610799 ], [ -75.199861635969597, 39.964345707593502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19735, "tnode_": 19753, "lpoly_": null, "rpoly_": null, "length": 310.88876453999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3946, "l_t_add": 3998, "r_f_add": 3951, "r_t_add": 3999, "st_code": 81040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422881, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12869, "Shape__Length": 123.47370081846425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2013401822567, 39.964181673721399 ], [ -75.202438258488399, 39.964061667150403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19704, "tnode_": 19735, "lpoly_": null, "rpoly_": null, "length": 418.73333097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3944, "r_f_add": 3901, "r_t_add": 3949, "st_code": 81040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422882, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12870, "Shape__Length": 166.30637442533069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199861635969597, 39.964345707593502 ], [ -75.2013401822567, 39.964181673721399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19753, "tnode_": 19764, "lpoly_": null, "rpoly_": null, "length": 149.61004723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4010, "r_f_add": 4001, "r_t_add": 4011, "st_code": 81040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 422883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12871, "Shape__Length": 59.419982442440492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202438258488399, 39.964061667150403 ], [ -75.202966235268605, 39.964001510469103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19814, "tnode_": 19841, "lpoly_": null, "rpoly_": null, "length": 312.17663481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3946, "l_t_add": 3998, "r_f_add": 3955, "r_t_add": 3999, "st_code": 57520, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422884, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12872, "Shape__Length": 123.98436075132143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201233866204205, 39.963626152565404 ], [ -75.201913963320393, 39.963547810785798 ], [ -75.202336272717204, 39.9635047197593 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19783, "tnode_": 19814, "lpoly_": null, "rpoly_": null, "length": 417.91244931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3944, "r_f_add": 3901, "r_t_add": 3953, "st_code": 57520, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 422885, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 12873, "Shape__Length": 165.97840892090829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199757569052494, 39.963786294702203 ], [ -75.201233866204205, 39.963626152565404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19934, "tnode_": 19789, "lpoly_": null, "rpoly_": null, "length": 417.82772738, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 638, "r_f_add": 601, "r_t_add": 639, "st_code": 65580, "l_hundred": 600, "r_hundred": 600, "seg_id": 422886, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PRESTON ST", "stname": "N PRESTON ST", "objectid": 12874, "Shape__Length": 166.58267393544315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203980936198704, 39.962736783768698 ], [ -75.204114115124, 39.963879185984403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19941, "tnode_": 19825, "lpoly_": null, "rpoly_": null, "length": 341.57517515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 51940, "l_hundred": 600, "r_hundred": 600, "seg_id": 422887, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDWICK ST", "stname": "LUDWICK ST", "objectid": 12875, "Shape__Length": 136.17833607552458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204309034399103, 39.962711343176402 ], [ -75.204452404682499, 39.963642497212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19953, "tnode_": 19834, "lpoly_": null, "rpoly_": null, "length": 341.31743342000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUDD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 19700, "l_hundred": 600, "r_hundred": 600, "seg_id": 422888, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUDD ST", "stname": "BUDD ST", "objectid": 12876, "Shape__Length": 136.07557415029771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204780269357101, 39.962669545091501 ], [ -75.2049227798544, 39.963600064841501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20368, "tnode_": 20211, "lpoly_": null, "rpoly_": null, "length": 471.90628757000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 88480, "l_hundred": 200, "r_hundred": 200, "seg_id": 422889, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 12877, "Shape__Length": 188.13435299283333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192435445103598, 39.958732204736798 ], [ -75.192557318263496, 39.9600242474692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20476, "tnode_": 20368, "lpoly_": null, "rpoly_": null, "length": 294.89304733999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88480, "l_hundred": 100, "r_hundred": 100, "seg_id": 422890, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 12878, "Shape__Length": 117.56410041691301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192381777464902, 39.957923740429898 ], [ -75.192435445103598, 39.958732204736798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18780, "tnode_": 18769, "lpoly_": null, "rpoly_": null, "length": 139.11749436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 63160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 422891, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 12879, "Shape__Length": 55.258497780775627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161184112356807, 39.969151921257897 ], [ -75.161368787012293, 39.969175303695899 ], [ -75.161673252260201, 39.969216691849702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18605, "tnode_": 18427, "lpoly_": null, "rpoly_": null, "length": 351.2693594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 62780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 422892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALLAS ST", "stname": "PALLAS ST", "objectid": 12880, "Shape__Length": 140.05761138959025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211079557887103, 39.971346912220703 ], [ -75.211255747156102, 39.972301614413098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18761, "tnode_": 18625, "lpoly_": null, "rpoly_": null, "length": 529.44181139999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4508, "l_t_add": 4598, "r_f_add": 4503, "r_t_add": 4599, "st_code": 55620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422894, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 12881, "Shape__Length": 210.59766489821212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212403991319803, 39.970422469047101 ], [ -75.213889097968206, 39.971320622928999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18798, "tnode_": 18761, "lpoly_": null, "rpoly_": null, "length": 118.77038302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4506, "r_f_add": 4501, "r_t_add": 4501, "st_code": 55620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 422895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 12882, "Shape__Length": 47.243581965045884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212071285677197, 39.970220547623001 ], [ -75.212403991319803, 39.970422469047101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18849, "tnode_": 18798, "lpoly_": null, "rpoly_": null, "length": 170.25229105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 55620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 422896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 12883, "Shape__Length": 67.710783210766635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211579231834605, 39.969946510507903 ], [ -75.212071285677197, 39.970220547623001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18625, "tnode_": 18359, "lpoly_": null, "rpoly_": null, "length": 871.85387703999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 55620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 422897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 12884, "Shape__Length": 346.80617510593243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213889097968206, 39.971320622928999 ], [ -75.216334465320799, 39.972799907078503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18359, "tnode_": 18005, "lpoly_": null, "rpoly_": null, "length": 1121.1884473299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4898, "r_f_add": 4701, "r_t_add": 4899, "st_code": 55620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 422898, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERION AVE", "stname": "MERION AVE", "objectid": 12885, "Shape__Length": 445.960438160568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216334465320799, 39.972799907078503 ], [ -75.216745584090006, 39.973044465584302 ], [ -75.217476558516097, 39.973481255635498 ], [ -75.217804844492804, 39.9736719574123 ], [ -75.2181452532826, 39.973860610112403 ], [ -75.218609285249599, 39.974125186113902 ], [ -75.219038564115607, 39.974369073459798 ], [ -75.219532066865099, 39.974648982757202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19088, "tnode_": 18877, "lpoly_": null, "rpoly_": null, "length": 504.6725956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 33620, "l_hundred": 900, "r_hundred": 900, "seg_id": 422900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12886, "Shape__Length": 201.21683182825748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221086352452701, 39.9685681544819 ], [ -75.221322279889307, 39.969941599512701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19284, "tnode_": 19212, "lpoly_": null, "rpoly_": null, "length": 155.58661512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 800, "l_t_add": 880, "r_f_add": 801, "r_t_add": 879, "st_code": 33620, "l_hundred": 800, "r_hundred": 800, "seg_id": 422901, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARSON ST", "stname": "FARSON ST", "objectid": 12887, "Shape__Length": 62.032306632874707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221385869234894, 39.967476072537501 ], [ -75.221457286459398, 39.967899627489203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19843, "tnode_": 19853, "lpoly_": null, "rpoly_": null, "length": 175.25809168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4228, "l_t_add": 4236, "r_f_add": 4227, "r_t_add": 4237, "st_code": 81040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 422902, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 12888, "Shape__Length": 69.602819936208249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207938827653905, 39.963606215608202 ], [ -75.208560995209893, 39.963558667364701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19457, "tnode_": 19299, "lpoly_": null, "rpoly_": null, "length": 410.67150411, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DEKALB", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 740, "r_f_add": 701, "r_t_add": 729, "st_code": 27680, "l_hundred": 700, "r_hundred": 700, "seg_id": 422903, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DEKALB ST", "stname": "N DEKALB ST", "objectid": 12889, "Shape__Length": 163.72887842947148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197111338405193, 39.965787648912503 ], [ -75.197320274370895, 39.966903471492799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19370, "tnode_": 19233, "lpoly_": null, "rpoly_": null, "length": 335.24532841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 72400, "l_hundred": 700, "r_hundred": 700, "seg_id": 422904, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 12890, "Shape__Length": 133.65751303253251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192750086498293, 39.966266088651103 ], [ -75.192926578790207, 39.967176304088603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19538, "tnode_": 19370, "lpoly_": null, "rpoly_": null, "length": 409.78455722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 72400, "l_hundred": 600, "r_hundred": 600, "seg_id": 422905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 12891, "Shape__Length": 163.37446733856711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192547428541502, 39.965152039390198 ], [ -75.192750086498293, 39.966266088651103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19895, "tnode_": 19814, "lpoly_": null, "rpoly_": null, "length": 226.14187561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 617, "st_code": 78860, "l_hundred": 600, "r_hundred": 600, "seg_id": 422906, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12892, "Shape__Length": 90.155533865727648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201118613501905, 39.963011732245 ], [ -75.201233866204205, 39.963626152565404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19814, "tnode_": 19735, "lpoly_": null, "rpoly_": null, "length": 204.54897456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNION", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 620, "l_t_add": 640, "r_f_add": 619, "r_t_add": 643, "st_code": 78860, "l_hundred": 600, "r_hundred": 600, "seg_id": 422907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNION ST", "stname": "UNION ST", "objectid": 12893, "Shape__Length": 81.547568944255758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201233866204205, 39.963626152565404 ], [ -75.2013401822567, 39.964181673721399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20906, "tnode_": 20728, "lpoly_": null, "rpoly_": null, "length": 544.50664624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 74, "r_f_add": 1, "r_t_add": 73, "st_code": 88230, "l_hundred": 0, "r_hundred": 0, "seg_id": 422908, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12894, "Shape__Length": 217.04426152649731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177825322129806, 39.954167620845602 ], [ -75.177608601677505, 39.955129631403302 ], [ -75.177607705255099, 39.9551338884079 ], [ -75.177587818792205, 39.955228131671703 ], [ -75.177500691557896, 39.9556413139711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20728, "tnode_": 20665, "lpoly_": null, "rpoly_": null, "length": 200.99968901, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 76, "l_t_add": 98, "r_f_add": 75, "r_t_add": 99, "st_code": 88230, "l_hundred": 0, "r_hundred": 0, "seg_id": 422909, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 12895, "Shape__Length": 80.120835178140837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177500691557896, 39.9556413139711 ], [ -75.177379009389995, 39.956185079025403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20747, "tnode_": 20727, "lpoly_": null, "rpoly_": null, "length": 49.32241893, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 74, "l_t_add": 74, "r_f_add": 75, "r_t_add": 75, "st_code": 88210, "l_hundred": 0, "r_hundred": 0, "seg_id": 422910, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12896, "Shape__Length": 19.660554487718475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176340782033193, 39.955487510329903 ], [ -75.176312031322496, 39.955621086482303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20747, "tnode_": 20728, "lpoly_": null, "rpoly_": null, "length": 329.96466871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 26520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 422911, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1996-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 12897, "Shape__Length": 131.03816654570275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176340782033193, 39.955487510329903 ], [ -75.177500691557896, 39.9556413139711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20944, "tnode_": 20875, "lpoly_": null, "rpoly_": null, "length": 211.68469471, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 10, "r_f_add": 1, "r_t_add": 51, "st_code": 88190, "l_hundred": 0, "r_hundred": 0, "seg_id": 422912, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12898, "Shape__Length": 84.378274870814252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175089401125504, 39.953809604582297 ], [ -75.174964713453605, 39.9543827279876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20751, "tnode_": 26938, "lpoly_": null, "rpoly_": null, "length": 120.61730828, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 50, "l_t_add": 50, "r_f_add": 51, "r_t_add": 51, "st_code": 71335, "l_hundred": 0, "r_hundred": 0, "seg_id": 423039, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SCHUYLKILL AVE W", "stname": "N SCHUYLKILL AVE W", "objectid": 12899, "Shape__Length": 48.065503115254309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180814789202202, 39.955426124358397 ], [ -75.180677803909404, 39.955740003433903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20875, "tnode_": 20769, "lpoly_": null, "rpoly_": null, "length": 343.64015224000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 12, "l_t_add": 60, "r_f_add": 53, "r_t_add": 61, "st_code": 88190, "l_hundred": 0, "r_hundred": 0, "seg_id": 422913, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12900, "Shape__Length": 136.97651328448387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174964713453605, 39.9543827279876 ], [ -75.174871538035305, 39.954787699794501 ], [ -75.174871364219499, 39.954788455446902 ], [ -75.174850875637205, 39.954880138541 ], [ -75.1747543543446, 39.955312065567199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20920, "tnode_": 20855, "lpoly_": null, "rpoly_": null, "length": 206.57582386, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 13, "st_code": 88210, "l_hundred": 0, "r_hundred": 0, "seg_id": 422914, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12901, "Shape__Length": 82.343337237653486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176658296374896, 39.9540174418524 ], [ -75.176545430139498, 39.954577826642598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20855, "tnode_": 20747, "lpoly_": null, "rpoly_": null, "length": 336.31562483, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 14, "l_t_add": 72, "r_f_add": 15, "r_t_add": 73, "st_code": 88210, "l_hundred": 0, "r_hundred": 0, "seg_id": 422915, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12902, "Shape__Length": 134.05746049985689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176545430139498, 39.954577826642598 ], [ -75.176451580030999, 39.954981164369499 ], [ -75.176429754320395, 39.9550809105979 ], [ -75.176340782033193, 39.955487510329903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20875, "tnode_": 20855, "lpoly_": null, "rpoly_": null, "length": 448.81361669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 24500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 422916, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMMERCE ST", "stname": "COMMERCE ST", "objectid": 12903, "Shape__Length": 178.23089777916815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174964713453605, 39.9543827279876 ], [ -75.176545430139498, 39.954577826642598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17625, "tnode_": 17549, "lpoly_": null, "rpoly_": null, "length": 134.86604594000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1234, "l_t_add": 1246, "r_f_add": 1235, "r_t_add": 1253, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422917, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 12904, "Shape__Length": 53.773405337707189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184884958156303, 39.975776566815 ], [ -75.184793650827899, 39.976140065409901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17549, "tnode_": 17467, "lpoly_": null, "rpoly_": null, "length": 142.06554221, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1248, "l_t_add": 1298, "r_f_add": 1255, "r_t_add": 1299, "st_code": 88380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 422918, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 12905, "Shape__Length": 56.647607360689094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184793650827899, 39.976140065409901 ], [ -75.184720077102398, 39.976525923383697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17549, "tnode_": 17535, "lpoly_": null, "rpoly_": null, "length": 163.80585038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 20760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 422919, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CABOT ST", "stname": "W CABOT ST", "objectid": 12906, "Shape__Length": 65.070577958259875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184793650827899, 39.976140065409901 ], [ -75.185370816644095, 39.976210987135602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17811, "tnode_": 17821, "lpoly_": null, "rpoly_": null, "length": 145.57321758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3419, "st_code": 37040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 422922, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 12907, "Shape__Length": 57.82633535854675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194900422937394, 39.975171190293104 ], [ -75.195414019021001, 39.975111531781202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17299, "tnode_": 17162, "lpoly_": null, "rpoly_": null, "length": 756.6497725800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 0, "r_t_add": 0, "st_code": 63040, "l_hundred": 4800, "r_hundred": 0, "seg_id": 422927, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 12908, "Shape__Length": 300.77670212850586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214383089109205, 39.978137864326101 ], [ -75.216817806399604, 39.979035608564502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17162, "tnode_": 17025, "lpoly_": null, "rpoly_": null, "length": 758.87690146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4978, "r_f_add": 0, "r_t_add": 0, "st_code": 63040, "l_hundred": 4900, "r_hundred": 0, "seg_id": 422928, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 12909, "Shape__Length": 301.67017853192783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216817806399604, 39.979035608564502 ], [ -75.219254483337494, 39.9799443567494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17591, "tnode_": 17162, "lpoly_": null, "rpoly_": null, "length": 1083.35975955, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 422929, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 12910, "Shape__Length": 431.70576981643063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218496153284605, 39.9763565733777 ], [ -75.216817806399604, 39.979035608564502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26938, "tnode_": 20611, "lpoly_": null, "rpoly_": null, "length": 315.34784785, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 52, "l_t_add": 98, "r_f_add": 53, "r_t_add": 99, "st_code": 71335, "l_hundred": 0, "r_hundred": 0, "seg_id": 422931, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SCHUYLKILL AVE W", "stname": "N SCHUYLKILL AVE W", "objectid": 12911, "Shape__Length": 125.6795662283409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180677803909404, 39.955740003433903 ], [ -75.180372383220103, 39.956573153191499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29221, "tnode_": 20611, "lpoly_": null, "rpoly_": null, "length": 835.21647928000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9430, "l_hundred": 0, "r_hundred": 0, "seg_id": 422933, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP H", "stname": "SCHUYLKILL EXPY RAMP H", "objectid": 12912, "Shape__Length": 332.92573998865754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180292414276707, 39.958823312129901 ], [ -75.180131530992796, 39.958277509479501 ], [ -75.180105111902506, 39.957999898996903 ], [ -75.180086604442394, 39.957838482673097 ], [ -75.180102847419306, 39.957493379795501 ], [ -75.180157770394402, 39.957177126082797 ], [ -75.180205427829307, 39.9569745731295 ], [ -75.180310092528202, 39.956680519940299 ], [ -75.180372383220103, 39.956573153191499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20082, "tnode_": 20403, "lpoly_": null, "rpoly_": null, "length": 1168.4208800900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34416, "l_t_add": 34438, "r_f_add": 34417, "r_t_add": 34439, "st_code": 1150, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 422939, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 12913, "Shape__Length": 465.42683565383595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182234030802206, 39.961032799020998 ], [ -75.181956471193004, 39.960628882230402 ], [ -75.181432275326003, 39.960069781667002 ], [ -75.181173668200699, 39.959802473125002 ], [ -75.180797681107194, 39.959295343292403 ], [ -75.180561077523294, 39.9588643157741 ], [ -75.180413407502002, 39.9583805431961 ], [ -75.180401204473796, 39.958201627245998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20188, "tnode_": 20082, "lpoly_": null, "rpoly_": null, "length": 951.22072457000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 422941, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 12914, "Shape__Length": 378.07933938834208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179281299053301, 39.959944931427302 ], [ -75.180175558047495, 39.960072048173998 ], [ -75.180631494867797, 39.960136997240902 ], [ -75.1809055808707, 39.9602039533914 ], [ -75.181219818124603, 39.960309325072998 ], [ -75.181465870846196, 39.960435444180597 ], [ -75.181689591151198, 39.960580335435999 ], [ -75.181766491931199, 39.960636793315601 ], [ -75.181873600309999, 39.960730418260098 ], [ -75.182026481539694, 39.960867640396998 ], [ -75.182234030802206, 39.961032799020998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26999, "tnode_": 20385, "lpoly_": null, "rpoly_": null, "length": 464.97285257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1400, "r_hundred": 0, "seg_id": 422945, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12915, "Shape__Length": 184.66299474113552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162507171969807, 39.957706147269299 ], [ -75.164138064247894, 39.957938635038701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20386, "tnode_": 20334, "lpoly_": null, "rpoly_": null, "length": 534.0428827000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059A", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9470, "l_hundred": 0, "r_hundred": 0, "seg_id": 422947, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059A", "stname": "VINE STREET EXPY RAMP 8059A", "objectid": 12916, "Shape__Length": 212.15614004002214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165320234609894, 39.957948785345899 ], [ -75.165445962416001, 39.957975124464198 ], [ -75.165570288501797, 39.958004980966997 ], [ -75.165690761413501, 39.958043119169702 ], [ -75.165805348203193, 39.958090873647201 ], [ -75.165925630396202, 39.958129323557401 ], [ -75.166045991292506, 39.958167677801399 ], [ -75.166171444327503, 39.958194763169701 ], [ -75.166294902879699, 39.9582267915034 ], [ -75.166418111971595, 39.958259409655099 ], [ -75.166542162523996, 39.958290039157902 ], [ -75.166667095846407, 39.958318486320003 ], [ -75.166792490494799, 39.958345703933901 ], [ -75.166918044803595, 39.958372481703798 ], [ -75.167121282391506, 39.9584171761134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27000, "tnode_": 20342, "lpoly_": null, "rpoly_": null, "length": 471.85194069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1401, "r_t_add": 1499, "st_code": 80120, "l_hundred": 0, "r_hundred": 1400, "seg_id": 422950, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12917, "Shape__Length": 187.38825282677107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162417241300005, 39.958097594752097 ], [ -75.164081211025604, 39.958292761231803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20369, "tnode_": 20239, "lpoly_": null, "rpoly_": null, "length": 1109.0600037199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059C", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9480, "l_hundred": 0, "r_hundred": 0, "seg_id": 422955, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059C", "stname": "VINE STREET EXPY RAMP 8059C", "objectid": 12918, "Shape__Length": 441.41052161628119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163376191306099, 39.9580776395253 ], [ -75.163500877846502, 39.958106868493502 ], [ -75.1636282841324, 39.958127398956798 ], [ -75.163752408787801, 39.958157644841599 ], [ -75.163879277043307, 39.958180102781697 ], [ -75.164016874029599, 39.958206060488997 ], [ -75.164126268120597, 39.958238935563401 ], [ -75.164250991382303, 39.958284319750902 ], [ -75.164352025622804, 39.958329169902697 ], [ -75.164456650876801, 39.958395558592301 ], [ -75.164544205129303, 39.958469986069098 ], [ -75.164622205595904, 39.958550656660101 ], [ -75.164672742941306, 39.958642495410103 ], [ -75.164703588010596, 39.958740547986103 ], [ -75.164709830320206, 39.958839672476699 ], [ -75.164684512424799, 39.958938580428203 ], [ -75.164662628592197, 39.959037426104302 ], [ -75.164645153967797, 39.959136799121602 ], [ -75.164628865914395, 39.959236280869199 ], [ -75.164602679478307, 39.959334529513598 ], [ -75.164565310425701, 39.959430677262198 ], [ -75.164497853269793, 39.959518620747197 ], [ -75.164410197037597, 39.9595896834497 ], [ -75.164283322426797, 39.959619618305801 ], [ -75.164154282269095, 39.959611666939999 ], [ -75.164038138175499, 39.959565475049203 ], [ -75.163959267735393, 39.959484853842199 ], [ -75.163922128053997, 39.959388760333198 ], [ -75.163934018003005, 39.959128195845203 ], [ -75.163893654831298, 39.9590582267085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20327, "tnode_": 20218, "lpoly_": null, "rpoly_": null, "length": 1090.0329961899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059B", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9475, "l_hundred": 0, "r_hundred": 0, "seg_id": 422962, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059B", "stname": "VINE STREET EXPY RAMP 8059B", "objectid": 12919, "Shape__Length": 433.69868988282514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166359304099203, 39.9584500592808 ], [ -75.166118665338502, 39.958435386347404 ], [ -75.165834625633593, 39.958422906890597 ], [ -75.165739868708798, 39.958420772465303 ], [ -75.165661385203705, 39.9584307682061 ], [ -75.165597523190399, 39.958441716774601 ], [ -75.165535579010694, 39.958457158629201 ], [ -75.165474041755601, 39.958473690837103 ], [ -75.165411891938405, 39.958488750468 ], [ -75.165341579465206, 39.958503027893997 ], [ -75.165286971138698, 39.958517283363101 ], [ -75.165245435309302, 39.958537353854901 ], [ -75.165197362076498, 39.958554515428403 ], [ -75.165115830961, 39.958588044250199 ], [ -75.165066107395006, 39.9586207606676 ], [ -75.165018413881199, 39.958654988758603 ], [ -75.164973906238998, 39.958691646574501 ], [ -75.164932409996794, 39.958730365276502 ], [ -75.164890444401493, 39.958769324772 ], [ -75.164851487044601, 39.9588097513167 ], [ -75.164821793429098, 39.958853777117703 ], [ -75.164797426143707, 39.958900106096102 ], [ -75.164775996644096, 39.958947661778502 ], [ -75.164757174070303, 39.958996000619102 ], [ -75.164740625154195, 39.959044680819297 ], [ -75.164725898331398, 39.959093446227101 ], [ -75.164712536285094, 39.959142622616497 ], [ -75.164700745792004, 39.959192129952299 ], [ -75.164690779797198, 39.959241844188298 ], [ -75.164682890008194, 39.959291643053 ], [ -75.164677325724995, 39.959341406022197 ], [ -75.164674366685801, 39.959391966532699 ], [ -75.164675588121995, 39.959443036617202 ], [ -75.164683126483695, 39.959493057006497 ], [ -75.164699145237506, 39.959540681678597 ], [ -75.164725324638894, 39.959587878469101 ], [ -75.164760733347904, 39.959632076508697 ], [ -75.164803915519201, 39.9596687342992 ], [ -75.164858236388298, 39.959697908739201 ], [ -75.164922737512498, 39.959719094371401 ], [ -75.164986696970701, 39.959724636936897 ], [ -75.165046646200807, 39.959713347333697 ], [ -75.165130209413903, 39.959696394353301 ], [ -75.165178743552801, 39.959667078558297 ], [ -75.165222074823305, 39.959636180472501 ], [ -75.165267604883297, 39.959601467451598 ], [ -75.165304061138201, 39.959561880925001 ], [ -75.165334266533506, 39.959517698039797 ], [ -75.165360796322503, 39.959470813088103 ], [ -75.165386229265494, 39.959423120437997 ], [ -75.165442381780295, 39.959245026537701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20369, "tnode_": 20327, "lpoly_": null, "rpoly_": null, "length": 848.06223360999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 422964, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 12920, "Shape__Length": 336.80070795076921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163376191306099, 39.9580776395253 ], [ -75.164114407173599, 39.958135276603997 ], [ -75.165648424322995, 39.958321889424603 ], [ -75.166359304099203, 39.9584500592808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21414, "tnode_": 21448, "lpoly_": null, "rpoly_": null, "length": 116.83346408, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 245, "l_t_add": 249, "r_f_add": 238, "r_t_add": 242, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 422967, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 12921, "Shape__Length": 46.567097004872096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175986631486495, 39.949643094597498 ], [ -75.176055468037305, 39.949326778091802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21468, "tnode_": 21448, "lpoly_": null, "rpoly_": null, "length": 403.70132824000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 49280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 422968, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 12922, "Shape__Length": 160.30417575381287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174634244902293, 39.949148911985503 ], [ -75.176055468037305, 39.949326778091802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21336, "tnode_": 21325, "lpoly_": null, "rpoly_": null, "length": 217.39185288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 74100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 422970, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 12923, "Shape__Length": 86.325241654878525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176701823743201, 39.9502356735006 ], [ -75.177466432016502, 39.950334836096303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21315, "tnode_": 21305, "lpoly_": null, "rpoly_": null, "length": 165.87102282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 22300, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 422972, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12924, "Shape__Length": 65.866089050567197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176839641887497, 39.950431938564797 ], [ -75.177423800325798, 39.950504056950699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21242, "tnode_": 21305, "lpoly_": null, "rpoly_": null, "length": 173.31264635, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 214, "st_code": 88220, "l_hundred": 200, "r_hundred": 200, "seg_id": 422973, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 12925, "Shape__Length": 69.080188905588727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177325475492793, 39.950973765227502 ], [ -75.177423800325798, 39.950504056950699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19848, "tnode_": 19798, "lpoly_": null, "rpoly_": null, "length": 112.22659152, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 510, "l_t_add": 516, "r_f_add": 511, "r_t_add": 513, "st_code": 88150, "l_hundred": 500, "r_hundred": 500, "seg_id": 422975, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 12926, "Shape__Length": 44.740718427697828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169552042852203, 39.962672926332303 ], [ -75.169493961787495, 39.962977743310503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19865, "tnode_": 26939, "lpoly_": null, "rpoly_": null, "length": 166.36375153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2180, "l_t_add": 2198, "r_f_add": 2181, "r_t_add": 2199, "st_code": 40180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 423040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 12927, "Shape__Length": 66.074637249391174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174188881981905, 39.962635824686799 ], [ -75.174773703988393, 39.962713593271999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20701, "tnode_": 20800, "lpoly_": null, "rpoly_": null, "length": 282.9183842, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 131, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 88750, "l_hundred": 100, "r_hundred": 100, "seg_id": 422980, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 48TH ST", "stname": "S 48TH ST", "objectid": 12928, "Shape__Length": 112.77652643490819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217485003661693, 39.956748215629901 ], [ -75.217558564086502, 39.956396485979703 ], [ -75.2176480696927, 39.955981776944199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20724, "tnode_": 20822, "lpoly_": null, "rpoly_": null, "length": 281.68751157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 151, "l_t_add": 199, "r_f_add": 150, "r_t_add": 198, "st_code": 88730, "l_hundred": 100, "r_hundred": 100, "seg_id": 422981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 47TH ST", "stname": "S 47TH ST", "objectid": 12929, "Shape__Length": 112.28570008013688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215474175091302, 39.956498936730704 ], [ -75.215558439770604, 39.956112050596403 ], [ -75.215634843541906, 39.955735630681197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20740, "tnode_": 20831, "lpoly_": null, "rpoly_": null, "length": 279.95309903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRAGUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 151, "l_t_add": 199, "r_f_add": 150, "r_t_add": 198, "st_code": 33560, "l_hundred": 100, "r_hundred": 100, "seg_id": 422984, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRAGUT ST", "stname": "FARRAGUT ST", "objectid": 12930, "Shape__Length": 111.59399291149319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214485737453003, 39.956375241648303 ], [ -75.214646510688794, 39.955616760315699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20683, "tnode_": 20736, "lpoly_": null, "rpoly_": null, "length": 164.93173624, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 114, "st_code": 88690, "l_hundred": 100, "r_hundred": 100, "seg_id": 422988, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12931, "Shape__Length": 65.744161690958904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211359282600299, 39.956769876139603 ], [ -75.211460279072696, 39.9563238389254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20703, "tnode_": 20766, "lpoly_": null, "rpoly_": null, "length": 166.33631911000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 128, "st_code": 88670, "l_hundred": 100, "r_hundred": 100, "seg_id": 422989, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12932, "Shape__Length": 66.304775705229858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209740915794598, 39.956571656168599 ], [ -75.209754782485106, 39.956494908553402 ], [ -75.209832723515305, 39.956137808183101 ], [ -75.209833812990993, 39.956132655144202 ], [ -75.209836277560996, 39.956121003886601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20786, "tnode_": 20819, "lpoly_": null, "rpoly_": null, "length": 129.28837697, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 127, "l_t_add": 169, "r_f_add": 126, "r_t_add": 168, "st_code": 88690, "l_hundred": 100, "r_hundred": 100, "seg_id": 422990, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12933, "Shape__Length": 51.536643066749107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211521825757302, 39.956009608530799 ], [ -75.211594267835906, 39.955659101571399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20802, "tnode_": 20838, "lpoly_": null, "rpoly_": null, "length": 131.04950661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 135, "l_t_add": 139, "r_f_add": 136, "r_t_add": 138, "st_code": 88670, "l_hundred": 100, "r_hundred": 100, "seg_id": 422991, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12934, "Shape__Length": 52.239001315669299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209900781892401, 39.955809061558597 ], [ -75.209905755234402, 39.9557633115366 ], [ -75.209969591539107, 39.955453342903802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20622, "tnode_": 20414, "lpoly_": null, "rpoly_": null, "length": 536.65837695000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 201, "r_t_add": 299, "st_code": 19140, "l_hundred": 0, "r_hundred": 200, "seg_id": 422997, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12935, "Shape__Length": 213.92148911926154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162691102965496, 39.9562363565312 ], [ -75.162365440443295, 39.957688077468397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20342, "tnode_": 20284, "lpoly_": null, "rpoly_": null, "length": 165.43893655, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 311, "st_code": 88070, "l_hundred": 300, "r_hundred": 300, "seg_id": 422998, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12936, "Shape__Length": 65.947083847810589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164081211025604, 39.958292761231803 ], [ -75.163972545788596, 39.958739146802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17778, "tnode_": 17591, "lpoly_": null, "rpoly_": null, "length": 798.72755436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4898, "r_f_add": 4701, "r_t_add": 4899, "st_code": 46020, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 423001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 12937, "Shape__Length": 317.49159133241511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215927557435805, 39.975406636437597 ], [ -75.218496153284605, 39.9763565733777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20182, "tnode_": 20157, "lpoly_": null, "rpoly_": null, "length": 448.9026188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 84320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 423003, "oneway": "FT", "class": 5, "responsibl": "STRICKEN", "update_": "1997-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 12938, "Shape__Length": 178.28323698176987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170175574900597, 39.9598297823647 ], [ -75.171753643633807, 39.960039201130101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20157, "tnode_": 20127, "lpoly_": null, "rpoly_": null, "length": 115.80333322, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 310, "l_t_add": 314, "r_f_add": 311, "r_t_add": 315, "st_code": 88170, "l_hundred": 300, "r_hundred": 300, "seg_id": 423004, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 12939, "Shape__Length": 46.163203115517767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171753643633807, 39.960039201130101 ], [ -75.171681869484701, 39.960352260964498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20169, "tnode_": 20140, "lpoly_": null, "rpoly_": null, "length": 530.93254815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANDELA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 53150, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANDELA WAY", "stname": "MANDELA WAY", "objectid": 12940, "Shape__Length": 210.8708101816122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211544554299095, 39.9608876652592 ], [ -75.213404439568706, 39.961163109938603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20224, "tnode_": 20169, "lpoly_": null, "rpoly_": null, "length": 207.52623824999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUDY ROBINSON", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 69750, "l_hundred": 0, "r_hundred": 0, "seg_id": 423006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUDY ROBINSON WAY", "stname": "RUDY ROBINSON WAY", "objectid": 12941, "Shape__Length": 82.703270418398802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211784396044905, 39.960348705074097 ], [ -75.211544554299095, 39.9608876652592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20289, "tnode_": 20224, "lpoly_": null, "rpoly_": null, "length": 213.32622775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUDY ROBINSON", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 69750, "l_hundred": 0, "r_hundred": 0, "seg_id": 423007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUDY ROBINSON WAY", "stname": "RUDY ROBINSON WAY", "objectid": 12942, "Shape__Length": 85.009888917188491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212044968330801, 39.959798497236498 ], [ -75.211784396044905, 39.960348705074097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20289, "tnode_": 20266, "lpoly_": null, "rpoly_": null, "length": 465.36503404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEHEMIAH", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 59185, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEHEMIAH WAY", "stname": "NEHEMIAH WAY", "objectid": 12943, "Shape__Length": 184.82618856361836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212044968330801, 39.959798497236498 ], [ -75.213675282154696, 39.960039358909803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20224, "tnode_": 20204, "lpoly_": null, "rpoly_": null, "length": 501.97939671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MALACHYS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 74130, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MALACHYS WAY", "stname": "SAINT MALACHYS WAY", "objectid": 12944, "Shape__Length": 199.36778438495207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211784396044905, 39.960348705074097 ], [ -75.213545225125401, 39.960599415022401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20266, "tnode_": 20204, "lpoly_": null, "rpoly_": null, "length": 207.25032255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 30, "l_t_add": 36, "r_f_add": 53, "r_t_add": 67, "st_code": 88700, "l_hundred": 0, "r_hundred": 0, "seg_id": 423010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12945, "Shape__Length": 82.617029794744013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213675282154696, 39.960039358909803 ], [ -75.213545225125401, 39.960599415022401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20204, "tnode_": 20140, "lpoly_": null, "rpoly_": null, "length": 209.10198412, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 38, "l_t_add": 54, "r_f_add": 69, "r_t_add": 83, "st_code": 88700, "l_hundred": 0, "r_hundred": 0, "seg_id": 423011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12946, "Shape__Length": 83.354314473417475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213545225125401, 39.960599415022401 ], [ -75.213404439568706, 39.961163109938603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20140, "tnode_": 19986, "lpoly_": null, "rpoly_": null, "length": 527.12631567000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 56, "l_t_add": 98, "r_f_add": 85, "r_t_add": 99, "st_code": 88700, "l_hundred": 0, "r_hundred": 0, "seg_id": 423012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 12947, "Shape__Length": 210.13367467781362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213404439568706, 39.961163109938603 ], [ -75.213063576357101, 39.962586166609903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20766, "tnode_": 20736, "lpoly_": null, "rpoly_": null, "length": 461.23193406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 45000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423017, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 12948, "Shape__Length": 183.1675287643582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209836277560996, 39.956121003886601 ], [ -75.210799418451998, 39.956239953684801 ], [ -75.211460279072696, 39.9563238389254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20838, "tnode_": 20819, "lpoly_": null, "rpoly_": null, "length": 461.59375715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 56900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423018, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 12949, "Shape__Length": 183.30993217755744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209969591539107, 39.955453342903802 ], [ -75.211594267835906, 39.955659101571399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20736, "tnode_": 20786, "lpoly_": null, "rpoly_": null, "length": 115.76154767, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 117, "l_t_add": 125, "r_f_add": 116, "r_t_add": 124, "st_code": 88690, "l_hundred": 100, "r_hundred": 100, "seg_id": 423019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12950, "Shape__Length": 46.145279338072363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211460279072696, 39.9563238389254 ], [ -75.211521825757302, 39.956009608530799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20766, "tnode_": 20802, "lpoly_": null, "rpoly_": null, "length": 115.06482108, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 131, "l_t_add": 133, "r_f_add": 130, "r_t_add": 134, "st_code": 88670, "l_hundred": 100, "r_hundred": 100, "seg_id": 423020, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12951, "Shape__Length": 45.866964216430659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209836277560996, 39.956121003886601 ], [ -75.209836307545999, 39.956120859489097 ], [ -75.209900781892401, 39.955809061558597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20819, "tnode_": 20872, "lpoly_": null, "rpoly_": null, "length": 151.12195233, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 171, "l_t_add": 199, "r_f_add": 170, "r_t_add": 198, "st_code": 88690, "l_hundred": 100, "r_hundred": 100, "seg_id": 423021, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 12952, "Shape__Length": 60.239375026182522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211594267835906, 39.955659101571399 ], [ -75.211680268525598, 39.955249566285097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20838, "tnode_": 20887, "lpoly_": null, "rpoly_": null, "length": 150.07749735000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 141, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 88670, "l_hundred": 100, "r_hundred": 100, "seg_id": 423022, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 44TH ST", "stname": "S 44TH ST", "objectid": 12953, "Shape__Length": 59.822503089292681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209969591539107, 39.955453342903802 ], [ -75.210057516554997, 39.955046956082597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17525, "tnode_": 17524, "lpoly_": null, "rpoly_": null, "length": 20.09222738, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2814, "l_t_add": 2814, "r_f_add": 2819, "r_t_add": 2819, "st_code": 77160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 423026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 12954, "Shape__Length": 7.9812902261505458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182031444956294, 39.976181321745898 ], [ -75.182102456192595, 39.976188903415199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18965, "tnode_": 18956, "lpoly_": null, "rpoly_": null, "length": 21.34641906, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88280, "l_hundred": 0, "r_hundred": 0, "seg_id": 423027, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 12955, "Shape__Length": 8.5092944550860068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178432825869706, 39.968398416544098 ], [ -75.178413493331902, 39.968455095699902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19356, "tnode_": 19348, "lpoly_": null, "rpoly_": null, "length": 23.32035263, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88190, "l_hundred": 0, "r_hundred": 0, "seg_id": 423028, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 12956, "Shape__Length": 9.2974705162543003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172407995699402, 39.965906704424903 ], [ -75.172396400620997, 39.965970096947501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20385, "tnode_": 20386, "lpoly_": null, "rpoly_": null, "length": 337.32822136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059A", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9470, "l_hundred": 0, "r_hundred": 0, "seg_id": 423030, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059A", "stname": "VINE STREET EXPY RAMP 8059A", "objectid": 12957, "Shape__Length": 133.96984981453949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164138064247894, 39.957938635038701 ], [ -75.164266776281096, 39.957894027328599 ], [ -75.164552334038902, 39.957874891335898 ], [ -75.164860496534402, 39.957885488458601 ], [ -75.165320234609894, 39.957948785345899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20416, "tnode_": 20385, "lpoly_": null, "rpoly_": null, "length": 80.23558963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 296, "l_t_add": 296, "r_f_add": 297, "r_t_add": 297, "st_code": 88070, "l_hundred": 200, "r_hundred": 200, "seg_id": 423032, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1997-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 12958, "Shape__Length": 31.982140697143322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164196391095999, 39.957723000307297 ], [ -75.164138064247894, 39.957938635038701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20416, "tnode_": 20386, "lpoly_": null, "rpoly_": null, "length": 326.28977053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059A", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9470, "l_hundred": 0, "r_hundred": 0, "seg_id": 423033, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059A", "stname": "VINE STREET EXPY RAMP 8059A", "objectid": 12959, "Shape__Length": 129.60289043985418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164196391095999, 39.957723000307297 ], [ -75.164317024589593, 39.957739197548896 ], [ -75.164444042237406, 39.957761497864396 ], [ -75.164571733775404, 39.957781229109898 ], [ -75.164699252240297, 39.957801910487703 ], [ -75.164826022364394, 39.957823367753001 ], [ -75.164970420729603, 39.9578626387271 ], [ -75.165080277121405, 39.957883359595698 ], [ -75.1651972618982, 39.9579156748567 ], [ -75.165320234609894, 39.957948785345899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20835, "tnode_": 20781, "lpoly_": null, "rpoly_": null, "length": 201.40067714, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 218, "r_f_add": 201, "r_t_add": 213, "st_code": 87850, "l_hundred": 200, "r_hundred": 200, "seg_id": 423034, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 12960, "Shape__Length": 80.279056095950494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144843444913803, 39.954016596536 ], [ -75.144723453758104, 39.954561700223003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26897, "tnode_": 26898, "lpoly_": null, "rpoly_": null, "length": 268.79664116000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 45000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 423035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 12961, "Shape__Length": 106.73839107290709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173577467624796, 39.951664500616801 ], [ -75.174524840191793, 39.951777875851597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21119, "tnode_": 26897, "lpoly_": null, "rpoly_": null, "length": 146.69596697, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 108, "st_code": 88180, "l_hundred": 100, "r_hundred": 100, "seg_id": 423036, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 20TH ST", "stname": "S 20TH ST", "objectid": 12962, "Shape__Length": 58.471827034335234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173492432400906, 39.952061846070897 ], [ -75.173577467624796, 39.951664500616801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20849, "tnode_": 26937, "lpoly_": null, "rpoly_": null, "length": 29.92613441, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 52, "l_t_add": 58, "r_f_add": 53, "r_t_add": 59, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 423038, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-04-06T00:00:00Z", "newsegdate": "1998-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 12963, "Shape__Length": 11.929143616557917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173006468522303, 39.954562335617197 ], [ -75.172992657749901, 39.954638835892297 ], [ -75.172991778802697, 39.954643705048198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26939, "tnode_": 19806, "lpoly_": null, "rpoly_": null, "length": 116.08976596, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 423041, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 12964, "Shape__Length": 46.279490307985903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174773703988393, 39.962713593271999 ], [ -75.174703722411394, 39.963027691481599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26974, "tnode_": 26975, "lpoly_": null, "rpoly_": null, "length": 453.34346377999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 233, "l_t_add": 299, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 200, "r_hundred": 0, "seg_id": 423042, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12965, "Shape__Length": 180.68656391126621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164442070223501, 39.948207064331598 ], [ -75.164713194122001, 39.946980199329502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26974, "tnode_": 21565, "lpoly_": null, "rpoly_": null, "length": 39.6629934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423043, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 12966, "Shape__Length": 15.749489382170797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164442070223501, 39.948207064331598 ], [ -75.164581581951495, 39.948225093685501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26973, "tnode_": 26974, "lpoly_": null, "rpoly_": null, "length": 419.88677098, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 201, "l_t_add": 231, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 200, "r_hundred": 0, "seg_id": 423044, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12967, "Shape__Length": 167.35546101152417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164195434670901, 39.949343968399603 ], [ -75.164442070223501, 39.948207064331598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26973, "tnode_": 21422, "lpoly_": null, "rpoly_": null, "length": 40.8670087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423045, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-08-11T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 12968, "Shape__Length": 16.226727676106165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164195434670901, 39.949343968399603 ], [ -75.164340470331595, 39.949355149550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26972, "tnode_": 26973, "lpoly_": null, "rpoly_": null, "length": 273.34623193, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19109, "zip_right": 19109, "l_f_add": 123, "l_t_add": 199, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 100, "r_hundred": 0, "seg_id": 423046, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12969, "Shape__Length": 108.9485915779409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026251438798, 39.950082954285797 ], [ -75.164195434670901, 39.949343968399603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26972, "tnode_": 21318, "lpoly_": null, "rpoly_": null, "length": 44.43118999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 70940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423047, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 12970, "Shape__Length": 17.648728659823064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026251438798, 39.950082954285797 ], [ -75.164176234841307, 39.950122345344703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26971, "tnode_": 26972, "lpoly_": null, "rpoly_": null, "length": 288.88315411000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 121, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 100, "r_hundred": 0, "seg_id": 423048, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12971, "Shape__Length": 115.14439323658995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163860465658004, 39.950865642905001 ], [ -75.164026251438798, 39.950082954285797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26971, "tnode_": 21219, "lpoly_": null, "rpoly_": null, "length": 43.53528768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 22820, "l_hundred": 0, "r_hundred": 0, "seg_id": 423049, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-18T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 12972, "Shape__Length": 17.287883167124189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163860465658004, 39.950865642905001 ], [ -75.164013493330799, 39.950885932745102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26970, "tnode_": 26971, "lpoly_": null, "rpoly_": null, "length": 300.96439232999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 0, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 423050, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 1, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12973, "Shape__Length": 119.8913708787515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163518600202394, 39.951600137674902 ], [ -75.163645035540895, 39.951551587192199 ], [ -75.163688660949802, 39.951523363421103 ], [ -75.163711324951294, 39.951498635123698 ], [ -75.163860465658004, 39.950865642905001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26970, "tnode_": 26969, "lpoly_": null, "rpoly_": null, "length": 148.54465708000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PENN", "st_type": "SQ", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63850, "l_hundred": 0, "r_hundred": 0, "seg_id": 423051, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2009-04-27T00:00:00Z", "newsegdate": "1998-05-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S PENN SQ", "stname": "S PENN SQ", "objectid": 12974, "Shape__Length": 58.999826530796526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163518600202394, 39.951600137674902 ], [ -75.163647392657893, 39.951639293026503 ], [ -75.163900576659699, 39.951673171359502 ], [ -75.163974585380103, 39.951652035059801 ], [ -75.164026580875003, 39.951637236683403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26969, "tnode_": 21219, "lpoly_": null, "rpoly_": null, "length": 295.47615685, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2, "r_t_add": 98, "st_code": 19160, "l_hundred": 0, "r_hundred": 0, "seg_id": 423052, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-02-17T00:00:00Z", "newsegdate": "1998-05-20T00:00:00Z", "multi_rep": 2, "streetlabe": "S BROAD ST", "stname": "S BROAD ST", "objectid": 12975, "Shape__Length": 117.7272934748004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026580875003, 39.951637236683403 ], [ -75.163919045969294, 39.951573695639802 ], [ -75.163880479055607, 39.951529457561698 ], [ -75.163873180248501, 39.951504617778802 ], [ -75.164013493330799, 39.950885932745102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26995, "tnode_": 26996, "lpoly_": null, "rpoly_": null, "length": 459.65870045000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 2, "l_t_add": 98, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 0, "r_hundred": 0, "seg_id": 423053, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-05-26T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12976, "Shape__Length": 183.02074539037386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163904712591801, 39.953462740904897 ], [ -75.163696145800102, 39.953499374857003 ], [ -75.163555909171095, 39.953523021961999 ], [ -75.163485279812207, 39.953548238351601 ], [ -75.163395719604296, 39.953613240221998 ], [ -75.163217567789403, 39.9544338975399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26996, "tnode_": 26997, "lpoly_": null, "rpoly_": null, "length": 339.96846395, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 100, "l_t_add": 126, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 100, "r_hundred": 0, "seg_id": 423054, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12977, "Shape__Length": 135.51428350192063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163217567789403, 39.9544338975399 ], [ -75.163017738092094, 39.955354395823399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26997, "tnode_": 26998, "lpoly_": null, "rpoly_": null, "length": 334.19056729, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 128, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 100, "r_hundred": 0, "seg_id": 423055, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12978, "Shape__Length": 133.21294010712555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163017738092094, 39.955354395823399 ], [ -75.162821298098905, 39.956259249366497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26998, "tnode_": 26999, "lpoly_": null, "rpoly_": null, "length": 534.3846644, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 200, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 200, "r_hundred": 0, "seg_id": 423056, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12979, "Shape__Length": 213.01670758627594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162821298098905, 39.956259249366497 ], [ -75.162507171969807, 39.957706147269299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20414, "tnode_": 26999, "lpoly_": null, "rpoly_": null, "length": 40.27384368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1400, "r_hundred": 0, "seg_id": 423057, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12980, "Shape__Length": 15.994233228593432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162365440443295, 39.957688077468397 ], [ -75.162507171969807, 39.957706147269299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20622, "tnode_": 26998, "lpoly_": null, "rpoly_": null, "length": 37.43959169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423058, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 12981, "Shape__Length": 14.869680594303233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162691102965496, 39.9562363565312 ], [ -75.162821298098905, 39.956259249366497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20836, "tnode_": 26996, "lpoly_": null, "rpoly_": null, "length": 35.12444063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423060, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-02-15T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 12982, "Shape__Length": 13.950612287056121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163096362312004, 39.954409482348296 ], [ -75.163217567789403, 39.9544338975399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20958, "tnode_": 26995, "lpoly_": null, "rpoly_": null, "length": 167.93906223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19107, "zip_right": 19102, "l_f_add": 1380, "l_t_add": 1398, "r_f_add": 1381, "r_t_add": 1399, "st_code": 46170, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 423061, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-09-27T00:00:00Z", "newsegdate": "1998-05-26T00:00:00Z", "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 12983, "Shape__Length": 66.705458905107193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163331365023595, 39.953339210012302 ], [ -75.163663064086094, 39.953384550421497 ], [ -75.163904712591801, 39.953462740904897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26999, "tnode_": 27000, "lpoly_": null, "rpoly_": null, "length": 144.80870295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 300, "r_hundred": 0, "seg_id": 423062, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-05-27T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12984, "Shape__Length": 57.723782510977948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162507171969807, 39.957706147269299 ], [ -75.162417241300005, 39.958097594752097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27001, "tnode_": 27002, "lpoly_": null, "rpoly_": null, "length": 281.8857027, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 322, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 300, "r_hundred": 0, "seg_id": 423063, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12985, "Shape__Length": 112.36955706104227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1622563444962, 39.958852673155597 ], [ -75.162093624990405, 39.959616286163701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27002, "tnode_": 19952, "lpoly_": null, "rpoly_": null, "length": 765.03033531000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 442, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 400, "r_hundred": 0, "seg_id": 423065, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12986, "Shape__Length": 304.97431698549502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162093624990405, 39.959616286163701 ], [ -75.161651990059696, 39.961688710409902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19952, "tnode_": 19884, "lpoly_": null, "rpoly_": null, "length": 253.62606693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 444, "l_t_add": 498, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 400, "r_hundred": 0, "seg_id": 423066, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-06-19T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 12987, "Shape__Length": 101.06168895691884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161651990059696, 39.961688710409902 ], [ -75.161530305468702, 39.962224115500398 ], [ -75.161383373954294, 39.962326755556703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20366, "tnode_": 27000, "lpoly_": null, "rpoly_": null, "length": 35.6805214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 0, "r_hundred": 1400, "seg_id": 423067, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 12988, "Shape__Length": 14.173996262136585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162296186390506, 39.958067340061397 ], [ -75.162417241300005, 39.958097594752097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20268, "tnode_": 27001, "lpoly_": null, "rpoly_": null, "length": 38.74113406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 12989, "Shape__Length": 15.386720433650311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162121068964296, 39.958830916702098 ], [ -75.1622563444962, 39.958852673155597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20186, "tnode_": 27002, "lpoly_": null, "rpoly_": null, "length": 38.98586947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423069, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 12990, "Shape__Length": 15.488501129057045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161962691736804, 39.959580210335197 ], [ -75.162093624990405, 39.959616286163701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27063, "tnode_": 17637, "lpoly_": null, "rpoly_": null, "length": 120.97181885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CABOT", "st_type": "PL", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2640, "l_t_add": 2698, "r_f_add": 2639, "r_t_add": 2699, "st_code": 20735, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 423072, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CABOT PL", "stname": "CABOT PL", "objectid": 12991, "Shape__Length": 48.054964110070237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179705084384096, 39.975666554889798 ], [ -75.180131040871203, 39.975612841073001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27062, "tnode_": 27063, "lpoly_": null, "rpoly_": null, "length": 119.35936856000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CABOT", "st_type": "PL", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2638, "r_f_add": 2601, "r_t_add": 2637, "st_code": 20735, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 423073, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "CABOT PL", "stname": "CABOT PL", "objectid": 12992, "Shape__Length": 47.414469831868004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179284805014504, 39.975719551873503 ], [ -75.179705084384096, 39.975666554889798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27064, "tnode_": 27063, "lpoly_": null, "rpoly_": null, "length": 141.70196187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TANEY", "st_type": "CT", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 76675, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 423074, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "TANEY CT", "stname": "TANEY CT", "objectid": 12993, "Shape__Length": 56.50171423570923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179780091261804, 39.975281869580598 ], [ -75.179705084384096, 39.975666554889798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17691, "tnode_": 27064, "lpoly_": null, "rpoly_": null, "length": 114.65456513, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2636, "r_f_add": 2601, "r_t_add": 2635, "st_code": 74900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 423075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-02T00:00:00Z", "newsegdate": "1998-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 12994, "Shape__Length": 45.54342917637959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179374278182706, 39.975321672975298 ], [ -75.179780091261804, 39.975281869580598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27062, "tnode_": 17588, "lpoly_": null, "rpoly_": null, "length": 36.4485459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1254, "l_t_add": 1298, "r_f_add": 1255, "r_t_add": 1299, "st_code": 49810, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 423076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-02T00:00:00Z", "newsegdate": "1998-06-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 12995, "Shape__Length": 14.533016970720873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179284805014504, 39.975719551873503 ], [ -75.179262634062198, 39.975818143019801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21086, "tnode_": 27240, "lpoly_": null, "rpoly_": null, "length": 183.67406683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 209, "r_f_add": 200, "r_t_add": 208, "st_code": 88470, "l_hundred": 200, "r_hundred": 200, "seg_id": 423090, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-23T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12996, "Shape__Length": 73.212265638270594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192099756412105, 39.9528235879216 ], [ -75.192202627049497, 39.952325633882403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27240, "tnode_": 27241, "lpoly_": null, "rpoly_": null, "length": 256.38952473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 211, "l_t_add": 219, "r_f_add": 210, "r_t_add": 220, "st_code": 88470, "l_hundred": 200, "r_hundred": 200, "seg_id": 423091, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-07-23T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 12997, "Shape__Length": 102.19567128679813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192202627049497, 39.952325633882403 ], [ -75.192346220153993, 39.951630542564203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27243, "tnode_": 27240, "lpoly_": null, "rpoly_": null, "length": 240.42728441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 22300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423092, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-10T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 12998, "Shape__Length": 95.473753536936087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191355208365195, 39.952224357658103 ], [ -75.192202627049497, 39.952325633882403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27242, "tnode_": 27241, "lpoly_": null, "rpoly_": null, "length": 543.71645331000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMITH", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 73150, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423093, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2008-04-17T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "SMITH WALK", "stname": "SMITH WALK", "objectid": 12999, "Shape__Length": 215.90500605521112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190426874625899, 39.951416717076697 ], [ -75.192346220153993, 39.951630542564203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21109, "tnode_": 27242, "lpoly_": null, "rpoly_": null, "length": 441.37600267, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 248, "st_code": 88450, "l_hundred": 200, "r_hundred": 200, "seg_id": 423094, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-23T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 13000, "Shape__Length": 175.88101434545123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190037081011894, 39.952563692446098 ], [ -75.190254483588902, 39.951564804821899 ], [ -75.190426874625899, 39.951416717076697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27249, "tnode_": 27248, "lpoly_": null, "rpoly_": null, "length": 192.76603233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 40210, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423095, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-04-17T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON WALK", "stname": "HAMILTON WALK", "objectid": 13001, "Shape__Length": 76.544481292087781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194899472094605, 39.949657129328997 ], [ -75.195578957922805, 39.949737924140898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27248, "tnode_": 27247, "lpoly_": null, "rpoly_": null, "length": 1131.9896286800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3798, "r_f_add": 3601, "r_t_add": 3799, "st_code": 40210, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423096, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-04-17T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON WALK", "stname": "HAMILTON WALK", "objectid": 13002, "Shape__Length": 449.56359282547271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195578957922805, 39.949737924140898 ], [ -75.199360043808497, 39.9502168403355 ], [ -75.199474496639496, 39.950348282161301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28441, "tnode_": 27248, "lpoly_": null, "rpoly_": null, "length": 390.15692907, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88510, "l_hundred": 300, "r_hundred": 300, "seg_id": 423097, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-04-17T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 13003, "Shape__Length": 155.50562351462787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1953254694848, 39.950791035485601 ], [ -75.195578957922805, 39.949737924140898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21057, "tnode_": 27254, "lpoly_": null, "rpoly_": null, "length": 418.01347613000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 222, "st_code": 88510, "l_hundred": 200, "r_hundred": 200, "seg_id": 423099, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 13004, "Shape__Length": 166.61467208759609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194789106847693, 39.953151323464702 ], [ -75.194825009668804, 39.953000153873703 ], [ -75.195057192578503, 39.9520225246198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27253, "tnode_": 27254, "lpoly_": null, "rpoly_": null, "length": 188.38964552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 51390, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423100, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST WALK", "stname": "LOCUST WALK", "objectid": 13005, "Shape__Length": 74.811301909576557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194395530814802, 39.9519323303508 ], [ -75.195057192578503, 39.9520225246198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27254, "tnode_": 27255, "lpoly_": null, "rpoly_": null, "length": 553.5536795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 51390, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423101, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST WALK", "stname": "LOCUST WALK", "objectid": 13006, "Shape__Length": 219.81802745909104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195057192578503, 39.9520225246198 ], [ -75.197005856686104, 39.952267334311799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27255, "tnode_": 28443, "lpoly_": null, "rpoly_": null, "length": 455.66688387000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 220, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 88530, "l_hundred": 200, "r_hundred": 200, "seg_id": 423103, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 13007, "Shape__Length": 181.62784017587234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197005856686104, 39.952267334311799 ], [ -75.197246037373603, 39.951030204763498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21357, "tnode_": 28441, "lpoly_": null, "rpoly_": null, "length": 777.89427748999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 73960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13008, "Shape__Length": 308.89912711025295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1925889677225, 39.950455442258097 ], [ -75.195297453715895, 39.950798534146003 ], [ -75.1953254694848, 39.950791035485601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28441, "tnode_": 28443, "lpoly_": null, "rpoly_": null, "length": 545.45874385000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 73960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423105, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-09T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13009, "Shape__Length": 216.59918910577477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1953254694848, 39.950791035485601 ], [ -75.197246037373603, 39.951030204763498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21017, "tnode_": 21277, "lpoly_": null, "rpoly_": null, "length": 883.2407375, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 255, "r_f_add": 200, "r_t_add": 254, "st_code": 88550, "l_hundred": 200, "r_hundred": 200, "seg_id": 423108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 38TH ST", "stname": "S 38TH ST", "objectid": 13010, "Shape__Length": 352.03096715941643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198651008017507, 39.953633650102901 ], [ -75.198886959243097, 39.952503912771803 ], [ -75.198985979001193, 39.951987818273402 ], [ -75.198984823092104, 39.951926711567403 ], [ -75.199103657010298, 39.951357937911901 ], [ -75.199207465515599, 39.9512664190976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21002, "tnode_": 27257, "lpoly_": null, "rpoly_": null, "length": 416.72867710999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 228, "st_code": 88570, "l_hundred": 200, "r_hundred": 200, "seg_id": 423109, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-09-30T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 13011, "Shape__Length": 166.10464636854741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200262768235604, 39.953829800598399 ], [ -75.2005273081176, 39.952704089988998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27257, "tnode_": 21096, "lpoly_": null, "rpoly_": null, "length": 653.25692747999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 51390, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423111, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-01T00:00:00Z", "newsegdate": "2003-10-01T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST WALK", "stname": "LOCUST WALK", "objectid": 13012, "Shape__Length": 259.41071137370045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2005273081176, 39.952704089988998 ], [ -75.202829810510707, 39.952979312540997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27252, "tnode_": 21321, "lpoly_": null, "rpoly_": null, "length": 197.63636768000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 322, "st_code": 88570, "l_hundred": 300, "r_hundred": 300, "seg_id": 423112, "oneway": "FT", "class": 4, "responsibl": "PRIVATE", "update_": "2003-10-20T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 13013, "Shape__Length": 78.774733442333499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200804342224799, 39.951467544585597 ], [ -75.200924121689795, 39.950932897069301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19999, "tnode_": 27744, "lpoly_": null, "rpoly_": null, "length": 16.58455224, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 520, "l_t_add": 520, "r_f_add": 511, "r_t_add": 511, "st_code": 88580, "l_hundred": 500, "r_hundred": 500, "seg_id": 423126, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 13014, "Shape__Length": 6.6118417129093094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202296785849299, 39.962231355641997 ], [ -75.2023024226377, 39.962269819466997 ], [ -75.202303313345496, 39.962276603989899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27740, "tnode_": 19451, "lpoly_": null, "rpoly_": null, "length": 25.27630123, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 732, "l_t_add": 732, "r_f_add": 729, "r_t_add": 733, "st_code": 88600, "l_hundred": 700, "r_hundred": 700, "seg_id": 423128, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N 41ST ST", "stname": "N 41ST ST", "objectid": 13015, "Shape__Length": 10.077946199870532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205550193822205, 39.965980789680302 ], [ -75.205555008458504, 39.966050077322798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20119, "tnode_": 27745, "lpoly_": null, "rpoly_": null, "length": 63.59547582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3902, "r_f_add": 3901, "r_t_add": 3901, "st_code": 81480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 13016, "Shape__Length": 25.287041649141102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200069401399105, 39.961073953041002 ], [ -75.200256084680902, 39.961173151771398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18193, "tnode_": 27738, "lpoly_": null, "rpoly_": null, "length": 76.78477788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 77160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 423131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-08-22T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13017, "Shape__Length": 30.561946259289751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219649195396201, 39.973771548551603 ], [ -75.219711982065803, 39.973653873144698 ], [ -75.219818824265005, 39.973638760390898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20375, "tnode_": 27735, "lpoly_": null, "rpoly_": null, "length": 63.08197873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4900, "l_t_add": 4900, "r_f_add": 4901, "r_t_add": 4901, "st_code": 53560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 423132, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13018, "Shape__Length": 25.052739089952031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218956675611096, 39.959269265278301 ], [ -75.219178716423002, 39.9592973922487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27714, "tnode_": 20054, "lpoly_": null, "rpoly_": null, "length": 67.91175362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3916, "l_t_add": 3948, "r_f_add": 3917, "r_t_add": 3949, "st_code": 73800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": "1998-11-19T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13019, "Shape__Length": 26.972951522022285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201181742688604, 39.961813237275003 ], [ -75.201419537132395, 39.961777580774502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27841, "tnode_": 17985, "lpoly_": null, "rpoly_": null, "length": 84.79120258, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4470, "l_t_add": 4498, "r_f_add": 4471, "r_t_add": 4499, "st_code": 77160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423136, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-25T00:00:00Z", "newsegdate": "1999-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13020, "Shape__Length": 33.683474815566932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213639269559394, 39.974634645531701 ], [ -75.213936163627395, 39.974589889873698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27982, "tnode_": 20135, "lpoly_": null, "rpoly_": null, "length": 656.51365374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 423137, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": "1999-09-01T00:00:00Z", "multi_rep": 1, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 13021, "Shape__Length": 261.21219670065045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171991314543305, 39.959056058589901 ], [ -75.172123870964697, 39.959158755988199 ], [ -75.173663790170906, 39.960317602005901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27982, "tnode_": 20240, "lpoly_": null, "rpoly_": null, "length": 90.89388224, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 298, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 88170, "l_hundred": 200, "r_hundred": 200, "seg_id": 423138, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-09-01T00:00:00Z", "newsegdate": "1999-09-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 13022, "Shape__Length": 36.228665909486864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171991314543305, 39.959056058589901 ], [ -75.171982531104803, 39.959104371804997 ], [ -75.171913650348699, 39.959297978169801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27983, "tnode_": 20282, "lpoly_": null, "rpoly_": null, "length": 129.87344252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 0, "r_hundred": 0, "seg_id": 423139, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": "1999-09-01T00:00:00Z", "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 13023, "Shape__Length": 51.678453330917208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171718870942101, 39.958671967145698 ], [ -75.172041083407905, 39.958928138231101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27983, "tnode_": 20298, "lpoly_": null, "rpoly_": null, "length": 113.38258118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1930, "l_t_add": 1998, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 1900, "r_hundred": 0, "seg_id": 423140, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": "1999-09-01T00:00:00Z", "multi_rep": 4, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 13024, "Shape__Length": 45.057180241767462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171718870942101, 39.958671967145698 ], [ -75.171721296784696, 39.9586737912541 ], [ -75.171834252458893, 39.958732481789802 ], [ -75.172083547579405, 39.958801133131203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18042, "tnode_": 27985, "lpoly_": null, "rpoly_": null, "length": 109.99046812, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 88580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 423141, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1999-09-01T00:00:00Z", "newsegdate": "1999-09-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 13025, "Shape__Length": 43.857772105109667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204317333443299, 39.974126815822899 ], [ -75.204364092184804, 39.974426602592501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18032, "tnode_": 27985, "lpoly_": null, "rpoly_": null, "length": 199.18339653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4000, "r_f_add": 4001, "r_t_add": 4001, "st_code": 63040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 423142, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2004-06-10T00:00:00Z", "newsegdate": "1999-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 13026, "Shape__Length": 79.172087098471778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203722515754706, 39.974191391660099 ], [ -75.204364092184804, 39.974426602592501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28027, "tnode_": 28028, "lpoly_": null, "rpoly_": null, "length": 99.910821649999988, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88450, "l_hundred": 0, "r_hundred": 0, "seg_id": 423143, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1999-12-21T00:00:00Z", "newsegdate": "1999-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 13027, "Shape__Length": 39.741417998245737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192404255604103, 39.949754960246302 ], [ -75.192409412847098, 39.949799923806999 ], [ -75.192426725900503, 39.949845026843803 ], [ -75.192446525937299, 39.949865485092701 ], [ -75.192475863202802, 39.949878954216899 ], [ -75.192510624436295, 39.949882714263602 ], [ -75.192568226320702, 39.949874545108102 ], [ -75.192635500319099, 39.949847963214403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21371, "tnode_": 28027, "lpoly_": null, "rpoly_": null, "length": 289.55153803999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 88450, "l_hundred": 300, "r_hundred": 300, "seg_id": 423144, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-12-21T00:00:00Z", "newsegdate": "1999-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 33RD ST", "stname": "S 33RD ST", "objectid": 13028, "Shape__Length": 115.20521107902304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191692179928097, 39.950329769987299 ], [ -75.192057760875301, 39.950058010003801 ], [ -75.192404255604103, 39.949754960246302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21357, "tnode_": 28028, "lpoly_": null, "rpoly_": null, "length": 222.14783186999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 88470, "l_hundred": 300, "r_hundred": 300, "seg_id": 423145, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1999-12-21T00:00:00Z", "newsegdate": "1999-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 34TH ST", "stname": "S 34TH ST", "objectid": 13029, "Shape__Length": 88.550670326558702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1925889677225, 39.950455442258097 ], [ -75.192604746359706, 39.950060909273297 ], [ -75.192609123734499, 39.9499446038432 ], [ -75.192635500319099, 39.949847963214403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28100, "tnode_": 20414, "lpoly_": null, "rpoly_": null, "length": 1004.8481223700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8059D", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9485, "l_hundred": 0, "r_hundred": 0, "seg_id": 423147, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2000-03-28T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8059D", "stname": "VINE STREET EXPY RAMP 8059D", "objectid": 13030, "Shape__Length": 399.05107613156781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158817297562507, 39.957386620016599 ], [ -75.159030957825905, 39.957391445634002 ], [ -75.161297997260604, 39.957617217828897 ], [ -75.162157020531197, 39.957726023223103 ], [ -75.162365440443295, 39.957688077468397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19913, "tnode_": 28116, "lpoly_": null, "rpoly_": null, "length": 102.79449702, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 604, "r_f_add": 601, "r_t_add": 605, "st_code": 88580, "l_hundred": 600, "r_hundred": 600, "seg_id": 423150, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2000-05-02T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 40TH ST", "stname": "N 40TH ST", "objectid": 13031, "Shape__Length": 40.979629252132604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202363701941906, 39.962868738294702 ], [ -75.202371862501096, 39.962961740111801 ], [ -75.202378638112904, 39.963038718340002 ], [ -75.202370252278897, 39.963090575974498 ], [ -75.202345589412104, 39.963147029508598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28126, "tnode_": 19379, "lpoly_": null, "rpoly_": null, "length": 160.53969886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 27820, "l_hundred": 500, "r_hundred": 500, "seg_id": 423151, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-14T00:00:00Z", "newsegdate": "2000-05-25T00:00:00Z", "multi_rep": 0, "streetlabe": "DEARBORN ST", "stname": "DEARBORN ST", "objectid": 13032, "Shape__Length": 63.981746773645447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2221122809311, 39.966510690644803 ], [ -75.222154769049993, 39.966536812332897 ], [ -75.222187386747393, 39.966571221981901 ], [ -75.222209479631701, 39.966622789032797 ], [ -75.222256569512993, 39.966922575141197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28197, "tnode_": 28196, "lpoly_": null, "rpoly_": null, "length": 409.26738216999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 22300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 423152, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-26T00:00:00Z", "newsegdate": "2000-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13033, "Shape__Length": 162.5235524765524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203807424390405, 39.953530022120098 ], [ -75.205249818847705, 39.9537031741962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20945, "tnode_": 28196, "lpoly_": null, "rpoly_": null, "length": 267.7816603, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 204, "st_code": 88610, "l_hundred": 200, "r_hundred": 200, "seg_id": 423153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-05T00:00:00Z", "newsegdate": "2000-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 13034, "Shape__Length": 106.73892260781236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205093867999594, 39.954428392818897 ], [ -75.205169906216099, 39.954087461961301 ], [ -75.205249818847705, 39.9537031741962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28196, "tnode_": 21067, "lpoly_": null, "rpoly_": null, "length": 152.73920223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "41ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 221, "l_t_add": 231, "r_f_add": 206, "r_t_add": 226, "st_code": 88610, "l_hundred": 200, "r_hundred": 200, "seg_id": 423154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-05T00:00:00Z", "newsegdate": "2000-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S 41ST ST", "stname": "S 41ST ST", "objectid": 13035, "Shape__Length": 60.882408222772654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205249818847705, 39.9537031741962 ], [ -75.205335914542999, 39.953289154357002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28246, "tnode_": 28247, "lpoly_": null, "rpoly_": null, "length": 140.40549672999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "CT", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 65256, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 423155, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-01-19T00:00:00Z", "newsegdate": "2001-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR CT", "stname": "POPLAR CT", "objectid": 13036, "Shape__Length": 55.776622445775644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236809219649501, 39.969239213364503 ], [ -75.237008952067995, 39.969295346335798 ], [ -75.237295241983801, 39.969269226054202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17938, "tnode_": 17922, "lpoly_": null, "rpoly_": null, "length": 225.48996457000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2620, "l_t_add": 2698, "r_f_add": 2621, "r_t_add": 2699, "st_code": 37040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 423156, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-10-18T00:00:00Z", "newsegdate": "2001-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13037, "Shape__Length": 89.572008580067063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179643854965306, 39.974077604366698 ], [ -75.1800373623241, 39.974124972226598 ], [ -75.180437644421104, 39.9741783929503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28297, "tnode_": 19866, "lpoly_": null, "rpoly_": null, "length": 155.62595648000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 20100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423159, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-29T00:00:00Z", "newsegdate": "2001-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13038, "Shape__Length": 61.807869587299649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167439603974501, 39.962409214472203 ], [ -75.167988774034498, 39.962471915327903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19921, "tnode_": 28306, "lpoly_": null, "rpoly_": null, "length": 331.3155392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1900, "l_t_add": 1936, "r_f_add": 1901, "r_t_add": 1935, "st_code": 40180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 423165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-08T00:00:00Z", "newsegdate": "2001-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 13039, "Shape__Length": 131.58555503218597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169704222757602, 39.962071799724399 ], [ -75.170871079098802, 39.962216611525598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19866, "tnode_": 19761, "lpoly_": null, "rpoly_": null, "length": 269.67609839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 520, "l_t_add": 536, "r_f_add": 521, "r_t_add": 537, "st_code": 88130, "l_hundred": 500, "r_hundred": 500, "seg_id": 423168, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": "2001-11-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 13040, "Shape__Length": 107.50796731644301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167988774034498, 39.962471915327903 ], [ -75.167832619273995, 39.963202393081602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20611, "tnode_": 20589, "lpoly_": null, "rpoly_": null, "length": 238.90545795999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2900, "l_t_add": 2950, "r_f_add": 2901, "r_t_add": 2949, "st_code": 13000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 423170, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-12-04T00:00:00Z", "newsegdate": "2001-12-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13041, "Shape__Length": 94.974426549728264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180372383220103, 39.956573153191499 ], [ -75.1805120085954, 39.956722742636501 ], [ -75.180614548950302, 39.956773268565598 ], [ -75.180743485922505, 39.956816347642103 ], [ -75.180962263649505, 39.9568784125997 ], [ -75.181079478361397, 39.9568832016082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28392, "tnode_": 18413, "lpoly_": null, "rpoly_": null, "length": 980.10194256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEDGELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 71480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 423172, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2013-07-12T00:00:00Z", "newsegdate": "2002-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SEDGELEY DR", "stname": "SEDGELEY DR", "objectid": 13042, "Shape__Length": 390.53143808079909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184706602723693, 39.969352384226397 ], [ -75.184727556190495, 39.969800519419898 ], [ -75.1847622806347, 39.9700522891345 ], [ -75.184812394456401, 39.970590269853602 ], [ -75.184925911571298, 39.970933390102502 ], [ -75.185074921190406, 39.971173912708899 ], [ -75.185311497880505, 39.971398145969999 ], [ -75.185558114007605, 39.9715546137937 ], [ -75.185827677547707, 39.971763372160602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19131, "tnode_": 28392, "lpoly_": null, "rpoly_": null, "length": 1230.12750994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47190, "l_hundred": 700, "r_hundred": 700, "seg_id": 423173, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-03T00:00:00Z", "newsegdate": "2002-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 13043, "Shape__Length": 489.18688521771048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181123554028204, 39.967471666332301 ], [ -75.181488717399802, 39.967554066495801 ], [ -75.181698044625506, 39.967662143150001 ], [ -75.182065641521405, 39.967974462656599 ], [ -75.182604692368301, 39.9683514355862 ], [ -75.1829121114976, 39.968534731615897 ], [ -75.183277550098794, 39.968743562733899 ], [ -75.183638390018402, 39.968921086898398 ], [ -75.184176624656899, 39.969162846272802 ], [ -75.184706602723693, 39.969352384226397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28392, "tnode_": 18684, "lpoly_": null, "rpoly_": null, "length": 1122.5574668499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 47190, "l_hundred": 800, "r_hundred": 800, "seg_id": 423174, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": "2002-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 13044, "Shape__Length": 445.90511287396544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184706602723693, 39.969352384226397 ], [ -75.1851339090788, 39.9694352409239 ], [ -75.185765435193204, 39.969549328044899 ], [ -75.186552207712097, 39.9696519890445 ], [ -75.187085984907398, 39.9697192165766 ], [ -75.188637540678599, 39.969935431671502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19880, "tnode_": 19715, "lpoly_": null, "rpoly_": null, "length": 410.74460792999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "44TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 624, "l_t_add": 698, "r_f_add": 623, "r_t_add": 699, "st_code": 88660, "l_hundred": 600, "r_hundred": 600, "seg_id": 423178, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-03-26T00:00:00Z", "newsegdate": "2002-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 44TH ST", "stname": "N 44TH ST", "objectid": 13045, "Shape__Length": 163.75960903621467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210666688659202, 39.963400114021802 ], [ -75.210703018349705, 39.963708932029199 ], [ -75.210805882654299, 39.964522555716599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21447, "tnode_": 28434, "lpoly_": null, "rpoly_": null, "length": 192.44336782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 51380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 423179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-04-23T00:00:00Z", "newsegdate": "2002-04-23T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13046, "Shape__Length": 76.416893238530918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172998512637506, 39.9492629401242 ], [ -75.173675736952802, 39.949348995337097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28434, "tnode_": 28433, "lpoly_": null, "rpoly_": null, "length": 55.27260601, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 61440, "l_hundred": 200, "r_hundred": 200, "seg_id": 423180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-26T00:00:00Z", "newsegdate": "2002-04-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S OPAL ST", "stname": "S OPAL ST", "objectid": 13047, "Shape__Length": 22.030583270024568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173675736952802, 39.949348995337097 ], [ -75.173706331019105, 39.949199103268697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28434, "tnode_": 21438, "lpoly_": null, "rpoly_": null, "length": 113.6503911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 51380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 423181, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-04-23T00:00:00Z", "newsegdate": "2002-04-23T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13048, "Shape__Length": 45.129216725718685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173675736952802, 39.949348995337097 ], [ -75.174075683147606, 39.949399813977699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28435, "tnode_": 28436, "lpoly_": null, "rpoly_": null, "length": 49.03238225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 61320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 423182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-26T00:00:00Z", "newsegdate": "2002-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 13049, "Shape__Length": 19.473520492060629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1785154357419, 39.967975329183801 ], [ -75.178690294613901, 39.967979247830698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19051, "tnode_": 28435, "lpoly_": null, "rpoly_": null, "length": 49.14520742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 712, "l_t_add": 718, "r_f_add": 711, "r_t_add": 711, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 423183, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "2002-04-24T00:00:00Z", "newsegdate": "2002-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 13050, "Shape__Length": 19.593557570796595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178543331983406, 39.967842137905798 ], [ -75.1785154357419, 39.967975329183801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28435, "tnode_": 18998, "lpoly_": null, "rpoly_": null, "length": 65.67317072, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 720, "l_t_add": 732, "r_f_add": 713, "r_t_add": 715, "st_code": 88280, "l_hundred": 700, "r_hundred": 700, "seg_id": 423184, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "2002-04-24T00:00:00Z", "newsegdate": "2002-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 13051, "Shape__Length": 26.183102029070998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1785154357419, 39.967975329183801 ], [ -75.178478158439702, 39.968153313949301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28458, "tnode_": 28459, "lpoly_": null, "rpoly_": null, "length": 256.05696982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3205, "st_code": 48900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 423185, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": "2002-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 13052, "Shape__Length": 101.82677571434299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187480672153299, 39.955354800258803 ], [ -75.188202950641696, 39.955785046190599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20799, "tnode_": 28458, "lpoly_": null, "rpoly_": null, "length": 117.51592068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3204, "r_f_add": 3151, "r_t_add": 3159, "st_code": 53560, "l_hundred": 3200, "r_hundred": 3100, "seg_id": 423186, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-16T00:00:00Z", "newsegdate": "2002-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13053, "Shape__Length": 46.66777422172288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187066528719697, 39.955304923137902 ], [ -75.187480672153299, 39.955354800258803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28458, "tnode_": 20788, "lpoly_": null, "rpoly_": null, "length": 223.69930431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3206, "l_t_add": 3210, "r_f_add": 3161, "r_t_add": 3199, "st_code": 53560, "l_hundred": 3200, "r_hundred": 3100, "seg_id": 423187, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-16T00:00:00Z", "newsegdate": "2002-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13054, "Shape__Length": 88.835516011178001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187480672153299, 39.955354800258803 ], [ -75.187962119595198, 39.955412781578197 ], [ -75.188268752441601, 39.955451048246502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20788, "tnode_": 28459, "lpoly_": null, "rpoly_": null, "length": 123.05993897, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 9, "st_code": 88420, "l_hundred": 0, "r_hundred": 0, "seg_id": 423188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": "2002-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 13055, "Shape__Length": 49.054147650861616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188268752441601, 39.955451048246502 ], [ -75.188202950641696, 39.955785046190599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28459, "tnode_": 20629, "lpoly_": null, "rpoly_": null, "length": 354.02198869, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 10, "l_t_add": 48, "r_f_add": 11, "r_t_add": 49, "st_code": 88420, "l_hundred": 0, "r_hundred": 0, "seg_id": 423189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-20T00:00:00Z", "newsegdate": "2002-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 13056, "Shape__Length": 141.12156359856903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188202950641696, 39.955785046190599 ], [ -75.188013644509098, 39.9567458995583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28464, "tnode_": 28463, "lpoly_": null, "rpoly_": null, "length": 333.56760542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "MEWS", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 99, "st_code": 78930, "l_hundred": 0, "r_hundred": 0, "seg_id": 423190, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2009-12-17T00:00:00Z", "newsegdate": "2002-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "UNIVERSITY MEWS", "stname": "UNIVERSITY MEWS", "objectid": 13057, "Shape__Length": 132.60649115260765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212226465677105, 39.952625045922098 ], [ -75.213061652546799, 39.952733093908002 ], [ -75.213111093690898, 39.952471953388802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28465, "tnode_": 28463, "lpoly_": null, "rpoly_": null, "length": 235.79666867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "MEWS", "suf_dir": " ", "zip_left": 19143, "zip_right": 19143, "l_f_add": 2, "l_t_add": 98, "r_f_add": 0, "r_t_add": 0, "st_code": 78930, "l_hundred": 0, "r_hundred": 0, "seg_id": 423191, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2002-06-04T00:00:00Z", "newsegdate": "2002-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "UNIVERSITY MEWS", "stname": "UNIVERSITY MEWS", "objectid": 13058, "Shape__Length": 93.637396063435887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212282595614198, 39.9523604974055 ], [ -75.213111093690898, 39.952471953388802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21124, "tnode_": 28464, "lpoly_": null, "rpoly_": null, "length": 95.34571392, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 301, "l_t_add": 309, "r_f_add": 300, "r_t_add": 308, "st_code": 88690, "l_hundred": 300, "r_hundred": 300, "seg_id": 423192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": "2002-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 13059, "Shape__Length": 38.004831877216155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212173380461607, 39.952883573704902 ], [ -75.212226465677105, 39.952625045922098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28464, "tnode_": 28465, "lpoly_": null, "rpoly_": null, "length": 97.64660966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 311, "l_t_add": 323, "r_f_add": 310, "r_t_add": 322, "st_code": 88690, "l_hundred": 300, "r_hundred": 300, "seg_id": 423193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": "2002-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 13060, "Shape__Length": 38.921574775556628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212226465677105, 39.952625045922098 ], [ -75.212240141057293, 39.952560658299603 ], [ -75.212282595614198, 39.9523604974055 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28465, "tnode_": 21234, "lpoly_": null, "rpoly_": null, "length": 199.29396086, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 325, "l_t_add": 399, "r_f_add": 324, "r_t_add": 398, "st_code": 88690, "l_hundred": 300, "r_hundred": 300, "seg_id": 423194, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": "2002-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 45TH ST", "stname": "S 45TH ST", "objectid": 13061, "Shape__Length": 79.437454646093798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212282595614198, 39.9523604974055 ], [ -75.212396511130805, 39.951820480753099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21743, "tnode_": 21712, "lpoly_": null, "rpoly_": null, "length": 457.82415933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 73960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423195, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2002-06-06T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13062, "Shape__Length": 181.78904450401919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164847593844598, 39.947008405507603 ], [ -75.165491940255905, 39.947086360629498 ], [ -75.166460284460797, 39.947205418818001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21712, "tnode_": 21932, "lpoly_": null, "rpoly_": null, "length": 527.15680491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 88080, "l_hundred": 300, "r_hundred": 300, "seg_id": 423196, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2002-06-06T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 13063, "Shape__Length": 210.10351506688255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166460284460797, 39.947205418818001 ], [ -75.166623756387693, 39.946449003725803 ], [ -75.166768963195807, 39.945777943008302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28479, "tnode_": 20406, "lpoly_": null, "rpoly_": null, "length": 168.48657724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1910, "l_t_add": 1918, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 1900, "r_hundred": 0, "seg_id": 423199, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": "2002-07-17T00:00:00Z", "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 13064, "Shape__Length": 67.135521983563976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171189029529302, 39.957562507995597 ], [ -75.171240208831705, 39.957624596704598 ], [ -75.1713138925534, 39.957750204552802 ], [ -75.171375866231401, 39.957884780934997 ], [ -75.171369529302495, 39.957993070141796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20504, "tnode_": 28479, "lpoly_": null, "rpoly_": null, "length": 149.20576672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1900, "l_t_add": 1908, "r_f_add": 0, "r_t_add": 0, "st_code": 16880, "l_hundred": 1900, "r_hundred": 0, "seg_id": 423200, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": "2002-07-17T00:00:00Z", "multi_rep": 2, "streetlabe": "BENJAMIN FRANKLIN PKWY", "stname": "BENJAMIN FRANKLIN PKWY", "objectid": 13065, "Shape__Length": 59.306087807155286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1707294087511, 39.957379737596497 ], [ -75.170873677485702, 39.957393858974299 ], [ -75.171055708574102, 39.957469552011098 ], [ -75.171189029529302, 39.957562507995597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20208, "tnode_": 20148, "lpoly_": null, "rpoly_": null, "length": 319.49387829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3824, "r_f_add": 3801, "r_t_add": 3819, "st_code": 48900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423201, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-20T00:00:00Z", "newsegdate": "2002-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 13066, "Shape__Length": 127.03891515247821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196813800801095, 39.960222324166899 ], [ -75.1969583649621, 39.960307965289203 ], [ -75.197748906712405, 39.960723403531603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18068, "tnode_": 18135, "lpoly_": null, "rpoly_": null, "length": 451.5960623, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2030, "r_f_add": 2001, "r_t_add": 2025, "st_code": 24200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 423202, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-10-29T00:00:00Z", "newsegdate": "2002-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S COLLEGE AVE", "stname": "S COLLEGE AVE", "objectid": 13067, "Shape__Length": 179.47160011613124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168877407589306, 39.973206307529303 ], [ -75.170258995072004, 39.973042087329503 ], [ -75.170302635256604, 39.972881446315199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28674, "tnode_": 20905, "lpoly_": null, "rpoly_": null, "length": 242.68878624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE ST", "st_type": "TUNL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1898, "r_f_add": 1601, "r_t_add": 1899, "st_code": 24505, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 423204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-21T00:00:00Z", "newsegdate": "2003-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "COMMERCE ST TUNL", "stname": "COMMERCE ST TUNL", "objectid": 13068, "Shape__Length": 96.373100286444867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170583850833495, 39.953934879299297 ], [ -75.171440541162596, 39.954030553722198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20999, "tnode_": 20881, "lpoly_": null, "rpoly_": null, "length": 377.86477151000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 30, "r_f_add": 1, "r_t_add": 31, "st_code": 88130, "l_hundred": 0, "r_hundred": 0, "seg_id": 423205, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-13T00:00:00Z", "newsegdate": "2003-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 13069, "Shape__Length": 150.6178457941798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170010536459401, 39.953180824945903 ], [ -75.169866625529707, 39.953852782512698 ], [ -75.169791340984702, 39.954204302307097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17392, "tnode_": 16522, "lpoly_": null, "rpoly_": null, "length": 3158.99880244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1300, "l_t_add": 1498, "r_f_add": 1301, "r_t_add": 1499, "st_code": 54110, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 423207, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": "2003-08-15T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 13070, "Shape__Length": 1257.0454956256026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198237017699896, 39.977280070504698 ], [ -75.199597758261007, 39.977590346987199 ], [ -75.199926427850301, 39.977678301679099 ], [ -75.200225552735304, 39.9777886421776 ], [ -75.200464427395502, 39.977908204924603 ], [ -75.2006768643557, 39.978033900452203 ], [ -75.200872119272802, 39.978185138521198 ], [ -75.201080899481198, 39.978375081076599 ], [ -75.201371378709098, 39.978620386164401 ], [ -75.201671390044694, 39.978836095101201 ], [ -75.202351514119201, 39.979256409777797 ], [ -75.202992997912503, 39.979647719797597 ], [ -75.203441358788695, 39.979927687169798 ], [ -75.203868985808199, 39.980172886982402 ], [ -75.204208312682198, 39.980337600317803 ], [ -75.204728213987394, 39.9805984857813 ], [ -75.205060614717993, 39.9808128404568 ], [ -75.205275013343893, 39.980986576941 ], [ -75.205531897982695, 39.981225584814602 ], [ -75.205750295790693, 39.981492541229002 ], [ -75.205868477769499, 39.981669425115498 ], [ -75.205969789848297, 39.9818545358861 ], [ -75.206078947569793, 39.982106308192499 ], [ -75.206141600186598, 39.982283145689799 ], [ -75.206205609612198, 39.982463292869802 ], [ -75.206259432991104, 39.982705266325397 ], [ -75.206272244322506, 39.982805610282597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19298, "tnode_": 19131, "lpoly_": null, "rpoly_": null, "length": 677.72333084000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47190, "l_hundred": 600, "r_hundred": 600, "seg_id": 423208, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 13071, "Shape__Length": 269.62048625393953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1793508751026, 39.966298369924402 ], [ -75.179427124439698, 39.966442998464501 ], [ -75.179882932686297, 39.966902749128003 ], [ -75.180352663851394, 39.967223113264403 ], [ -75.181123554028204, 39.967471666332301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18684, "tnode_": 18597, "lpoly_": null, "rpoly_": null, "length": 328.30582304999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMON HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 50165, "l_hundred": 700, "r_hundred": 700, "seg_id": 423210, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2004-07-27T00:00:00Z", "newsegdate": "2003-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "LEMON HILL DR", "stname": "LEMON HILL DR", "objectid": 13072, "Shape__Length": 130.89205566587106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188637540678599, 39.969935431671502 ], [ -75.188609758426793, 39.970336137896901 ], [ -75.188577293538401, 39.970528410164 ], [ -75.188595258765204, 39.970680856406901 ], [ -75.188674215637505, 39.970821284112098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18684, "tnode_": 17697, "lpoly_": null, "rpoly_": null, "length": 2454.0384385399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 47190, "l_hundred": 900, "r_hundred": 900, "seg_id": 423211, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": "2003-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 13073, "Shape__Length": 977.68032724681598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188637540678599, 39.969935431671502 ], [ -75.188962702834502, 39.969973237337797 ], [ -75.189057546047394, 39.969993048143102 ], [ -75.189342231248403, 39.9700587068183 ], [ -75.189708758468299, 39.970266593259197 ], [ -75.189945797196799, 39.970533038349501 ], [ -75.190052733081302, 39.970808102535599 ], [ -75.190096428679695, 39.971152238955099 ], [ -75.190067361198501, 39.971479561983202 ], [ -75.189939850546907, 39.9718828539295 ], [ -75.1899163908259, 39.9721742112594 ], [ -75.189988886092394, 39.972436024486697 ], [ -75.190344652948497, 39.973194786319802 ], [ -75.190582209640496, 39.973646547158197 ], [ -75.190882800917905, 39.974147719798502 ], [ -75.191021298604397, 39.974380279771097 ], [ -75.191380700614403, 39.974910607146803 ], [ -75.191846260241903, 39.975538351617701 ], [ -75.191878264221501, 39.975684205666198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17202, "tnode_": 16780, "lpoly_": null, "rpoly_": null, "length": 2773.0091199200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 49040, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 423212, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-09T00:00:00Z", "newsegdate": "2003-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 13074, "Shape__Length": 1103.1980045512589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206438082124706, 39.978720814647602 ], [ -75.20649609985, 39.978709366665697 ], [ -75.206608502087306, 39.9786936999324 ], [ -75.206659219620406, 39.978705558506398 ], [ -75.206702363865006, 39.978733350146001 ], [ -75.206889631074304, 39.979026067126597 ], [ -75.207072397754999, 39.979385260051799 ], [ -75.207283425793406, 39.979842786273302 ], [ -75.207403175158802, 39.980178933927199 ], [ -75.207441972553298, 39.980402123150803 ], [ -75.207479536400101, 39.9807102694162 ], [ -75.207521067514605, 39.980849120423898 ], [ -75.207655759226498, 39.981029967656497 ], [ -75.207878131811796, 39.981184673589901 ], [ -75.208179767150696, 39.981294328428099 ], [ -75.208505043514506, 39.9813413177814 ], [ -75.208763808504699, 39.981336516081001 ], [ -75.208990450508793, 39.981295898613801 ], [ -75.209208934751899, 39.981229356661402 ], [ -75.209827362982594, 39.980962208590398 ], [ -75.210137220347093, 39.9808520515599 ], [ -75.210442462637701, 39.980783916135501 ], [ -75.210773401126303, 39.980760814705597 ], [ -75.211051659823895, 39.980763460716602 ], [ -75.211409070148306, 39.980805301650797 ], [ -75.211802939074701, 39.980929858763702 ], [ -75.211997029797203, 39.980986808459299 ], [ -75.212244703086995, 39.980988421967197 ], [ -75.2123715412785, 39.980978123373397 ], [ -75.212501541035607, 39.980979535481801 ], [ -75.212753220345206, 39.981001481966899 ], [ -75.213060820739003, 39.981073810091203 ], [ -75.213276444132504, 39.981165167986802 ], [ -75.213418593049298, 39.981268943626198 ], [ -75.213581340651501, 39.981428448042699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28735, "tnode_": 21032, "lpoly_": null, "rpoly_": null, "length": 331.59886551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 67440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 423214, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-15T00:00:00Z", "newsegdate": "2003-09-26T00:00:00Z", "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 13075, "Shape__Length": 131.68752780842132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1769149448711, 39.952936212650798 ], [ -75.177858804982804, 39.953056243146499 ], [ -75.178019791336496, 39.953065250595102 ], [ -75.178073645517799, 39.953037631928801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20977, "tnode_": 28735, "lpoly_": null, "rpoly_": null, "length": 215.23514680999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 15, "l_t_add": 31, "r_f_add": 12, "r_t_add": 30, "st_code": 88220, "l_hundred": 0, "r_hundred": 0, "seg_id": 423215, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-09-29T00:00:00Z", "newsegdate": "2003-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 13076, "Shape__Length": 85.791885860918583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176784614936906, 39.953518484329798 ], [ -75.1769149448711, 39.952936212650798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28735, "tnode_": 21083, "lpoly_": null, "rpoly_": null, "length": 159.72026428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 33, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 88220, "l_hundred": 0, "r_hundred": 0, "seg_id": 423216, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-09-29T00:00:00Z", "newsegdate": "2003-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 22ND ST", "stname": "S 22ND ST", "objectid": 13077, "Shape__Length": 63.664522548541846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1769149448711, 39.952936212650798 ], [ -75.177003823312205, 39.952503128837598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28737, "tnode_": 28738, "lpoly_": null, "rpoly_": null, "length": 652.18722864999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 45060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423217, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13078, "Shape__Length": 258.98488000911402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200661068444205, 39.952107056008302 ], [ -75.201094664293194, 39.952164220907697 ], [ -75.201214460142197, 39.952161764925101 ], [ -75.202958343468595, 39.952378723821298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27257, "tnode_": 28737, "lpoly_": null, "rpoly_": null, "length": 220.69807102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 231, "l_t_add": 269, "r_f_add": 230, "r_t_add": 268, "st_code": 88570, "l_hundred": 200, "r_hundred": 200, "seg_id": 423218, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-01T00:00:00Z", "newsegdate": "2003-10-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 13079, "Shape__Length": 87.96831194088162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2005273081176, 39.952704089988998 ], [ -75.200661068444205, 39.952107056008302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28737, "tnode_": 27252, "lpoly_": null, "rpoly_": null, "length": 236.40007878, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "39TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 271, "l_t_add": 299, "r_f_add": 270, "r_t_add": 298, "st_code": 88570, "l_hundred": 200, "r_hundred": 200, "seg_id": 423219, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-01T00:00:00Z", "newsegdate": "2003-10-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 39TH ST", "stname": "S 39TH ST", "objectid": 13080, "Shape__Length": 94.226143921961523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200661068444205, 39.952107056008302 ], [ -75.200804342224799, 39.951467544585597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21096, "tnode_": 28738, "lpoly_": null, "rpoly_": null, "length": 221.73137187, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 235, "l_t_add": 269, "r_f_add": 234, "r_t_add": 268, "st_code": 88590, "l_hundred": 200, "r_hundred": 200, "seg_id": 423220, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": "2003-10-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 13081, "Shape__Length": 88.38138583228897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202829810510707, 39.952979312540997 ], [ -75.202958343468595, 39.952378723821298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28738, "tnode_": 21221, "lpoly_": null, "rpoly_": null, "length": 230.08981468, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "40TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 271, "l_t_add": 299, "r_f_add": 270, "r_t_add": 298, "st_code": 88590, "l_hundred": 200, "r_hundred": 200, "seg_id": 423221, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-10-01T00:00:00Z", "newsegdate": "2003-10-01T00:00:00Z", "multi_rep": 0, "streetlabe": "S 40TH ST", "stname": "S 40TH ST", "objectid": 13082, "Shape__Length": 91.71287304883819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202958343468595, 39.952378723821298 ], [ -75.203073811930594, 39.9518391790414 ], [ -75.203086287062305, 39.951754912931399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21086, "tnode_": 27253, "lpoly_": null, "rpoly_": null, "length": 720.88616415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 84510, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423222, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-06T00:00:00Z", "newsegdate": "2003-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND WALK", "stname": "WOODLAND WALK", "objectid": 13083, "Shape__Length": 286.4681253513877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192099756412105, 39.9528235879216 ], [ -75.194395530814802, 39.9519323303508 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27253, "tnode_": 28739, "lpoly_": null, "rpoly_": null, "length": 226.33145197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 84510, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 423223, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-06T00:00:00Z", "newsegdate": "2003-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND WALK", "stname": "WOODLAND WALK", "objectid": 13084, "Shape__Length": 89.926918972927425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194395530814802, 39.9519323303508 ], [ -75.195132203934307, 39.951678201292701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27254, "tnode_": 28739, "lpoly_": null, "rpoly_": null, "length": 127.18154893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 225, "l_t_add": 249, "r_f_add": 224, "r_t_add": 248, "st_code": 88510, "l_hundred": 200, "r_hundred": 200, "seg_id": 423224, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-06T00:00:00Z", "newsegdate": "2003-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 13085, "Shape__Length": 50.693342371261551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195057192578503, 39.9520225246198 ], [ -75.195132203934307, 39.951678201292701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28739, "tnode_": 28441, "lpoly_": null, "rpoly_": null, "length": 327.68930103000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 88510, "l_hundred": 200, "r_hundred": 200, "seg_id": 423225, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-06T00:00:00Z", "newsegdate": "2003-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "S 36TH ST", "stname": "S 36TH ST", "objectid": 13086, "Shape__Length": 130.61263036171391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195132203934307, 39.951678201292701 ], [ -75.1953254694848, 39.950791035485601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19646, "tnode_": 19599, "lpoly_": null, "rpoly_": null, "length": 670.39305244000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 73800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 423227, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-24T00:00:00Z", "newsegdate": "2003-10-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13087, "Shape__Length": 266.29465487770989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179911889839104, 39.964175120874103 ], [ -75.180385887065398, 39.964122013495498 ], [ -75.181250177139503, 39.964253541002599 ], [ -75.1816988696023, 39.964362734707898 ], [ -75.182235153727007, 39.964489478936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19794, "tnode_": 19599, "lpoly_": null, "rpoly_": null, "length": 1101.6887696399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 423228, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-24T00:00:00Z", "newsegdate": "2003-10-24T00:00:00Z", "multi_rep": 3, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13088, "Shape__Length": 437.93907665566894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1788220121976, 39.962999158758699 ], [ -75.179626326271901, 39.963277007168699 ], [ -75.180861999451395, 39.963864240907398 ], [ -75.181264732103998, 39.9640672656828 ], [ -75.182235153727007, 39.964489478936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17987, "tnode_": 17811, "lpoly_": null, "rpoly_": null, "length": 305.58827420999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 88460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 423229, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-31T00:00:00Z", "newsegdate": "2003-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 13089, "Shape__Length": 121.84107299331001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194860275765194, 39.974347778148903 ], [ -75.194896132638902, 39.974493696296399 ], [ -75.194973535434599, 39.975008466454803 ], [ -75.194900422937394, 39.975171190293104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20239, "tnode_": 20207, "lpoly_": null, "rpoly_": null, "length": 133.40390957, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 322, "l_t_add": 332, "r_f_add": 323, "r_t_add": 333, "st_code": 88070, "l_hundred": 300, "r_hundred": 300, "seg_id": 423230, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-11-17T00:00:00Z", "newsegdate": "2003-11-17T00:00:00Z", "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 13090, "Shape__Length": 53.177187187505403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163893654831298, 39.9590582267085 ], [ -75.163801866458698, 39.959417560671497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28779, "tnode_": 28780, "lpoly_": null, "rpoly_": null, "length": 122.49855757, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 16520, "l_hundred": 100, "r_hundred": 100, "seg_id": 423231, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-11T00:00:00Z", "newsegdate": "2003-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "S BEECHWOOD ST", "stname": "S BEECHWOOD ST", "objectid": 13091, "Shape__Length": 48.827239086439562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176654613225395, 39.951677589816597 ], [ -75.176721631625597, 39.951345295050999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21172, "tnode_": 28779, "lpoly_": null, "rpoly_": null, "length": 82.69219615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2116, "l_t_add": 2122, "r_f_add": 2115, "r_t_add": 2127, "st_code": 70940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 423232, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2003-12-11T00:00:00Z", "newsegdate": "2003-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13092, "Shape__Length": 32.837587659600921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176364059399901, 39.9516385449758 ], [ -75.176646550776297, 39.951676592636197 ], [ -75.176654613225395, 39.951677589816597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28779, "tnode_": 21160, "lpoly_": null, "rpoly_": null, "length": 144.37498281000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2129, "r_t_add": 2199, "st_code": 70940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 423233, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2003-12-11T00:00:00Z", "newsegdate": "2003-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13093, "Shape__Length": 57.331238688100953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176654613225395, 39.951677589816597 ], [ -75.177163062293999, 39.951740432486098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20974, "tnode_": 29127, "lpoly_": null, "rpoly_": null, "length": 724.63227888000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 118, "st_code": 88430, "l_hundred": 100, "r_hundred": 100, "seg_id": 423234, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-19T00:00:00Z", "newsegdate": "2003-12-26T00:00:00Z", "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 13094, "Shape__Length": 288.79544443212671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187389576778997, 39.953796193279103 ], [ -75.187498881178001, 39.9537381591608 ], [ -75.187610625549496, 39.953153825989702 ], [ -75.187915607458706, 39.951887039604202 ], [ -75.187917202842897, 39.951879099501802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21171, "tnode_": 21109, "lpoly_": null, "rpoly_": null, "length": 1696.85171747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3000, "l_t_add": 3298, "r_f_add": 3001, "r_t_add": 3299, "st_code": 81140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 423235, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-12-26T00:00:00Z", "newsegdate": "2003-12-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13095, "Shape__Length": 673.8260397425762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184063775190594, 39.951812861332499 ], [ -75.185539897551905, 39.9519976269168 ], [ -75.187698605328094, 39.952272461383103 ], [ -75.190037081011894, 39.952563692446098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29023, "tnode_": 28796, "lpoly_": null, "rpoly_": null, "length": 223.4042332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN TOWN", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 35010, "l_hundred": 300, "r_hundred": 300, "seg_id": 423236, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-12-30T00:00:00Z", "newsegdate": "2003-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN TOWN BLVD", "stname": "FRANKLIN TOWN BLVD", "objectid": 13096, "Shape__Length": 89.008449075751443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167994593301202, 39.960358037986303 ], [ -75.168322425438404, 39.960917020455199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28796, "tnode_": 19866, "lpoly_": null, "rpoly_": null, "length": 574.09020827999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 518, "r_f_add": 401, "r_t_add": 519, "st_code": 88130, "l_hundred": 400, "r_hundred": 400, "seg_id": 423237, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": "2003-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 13097, "Shape__Length": 228.86045249354956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168322425438404, 39.960917020455199 ], [ -75.167988774034498, 39.962471915327903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21149, "tnode_": 28797, "lpoly_": null, "rpoly_": null, "length": 212.85742817000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 18280, "l_hundred": 100, "r_hundred": 100, "seg_id": 423238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-21T00:00:00Z", "newsegdate": "2004-01-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S BONSALL ST", "stname": "S BONSALL ST", "objectid": 13098, "Shape__Length": 84.841631541897257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178879979955994, 39.951882651601601 ], [ -75.178858509639895, 39.951836131370399 ], [ -75.178963281814106, 39.951307290725197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28500, "tnode_": 28806, "lpoly_": null, "rpoly_": null, "length": 32.68306907, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 423239, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 13099, "Shape__Length": 13.019178114412592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.272600029529002, 39.979277102847703 ], [ -75.272662258949197, 39.979352981884901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20840, "tnode_": 21014, "lpoly_": null, "rpoly_": null, "length": 558.67483638, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 88390, "l_hundred": 0, "r_hundred": 0, "seg_id": 423240, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-12T00:00:00Z", "newsegdate": "2004-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "S 30TH ST", "stname": "S 30TH ST", "objectid": 13100, "Shape__Length": 222.66102241976043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183336831926695, 39.954828078734799 ], [ -75.1834404457136, 39.954739083963801 ], [ -75.183605305528403, 39.954059129532602 ], [ -75.183743353741093, 39.9533445340684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19791, "tnode_": 20082, "lpoly_": null, "rpoly_": null, "length": 979.77866201999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34398, "l_t_add": 34398, "r_f_add": 34399, "r_t_add": 34399, "st_code": 1150, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 423241, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2004-01-29T00:00:00Z", "newsegdate": "2004-01-29T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 13101, "Shape__Length": 390.22432199874174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1840240441812, 39.963337695081101 ], [ -75.183782108738498, 39.963094647979801 ], [ -75.183684804149607, 39.962996895976801 ], [ -75.183443118791402, 39.9626995624157 ], [ -75.183156809213401, 39.962328247199999 ], [ -75.182923026621793, 39.962031088337802 ], [ -75.182698520682905, 39.9616976465025 ], [ -75.182473328023093, 39.961382433373998 ], [ -75.1823013466052, 39.961123147058501 ], [ -75.182234030802206, 39.961032799020998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19762, "tnode_": 29227, "lpoly_": null, "rpoly_": null, "length": 1673.9274728800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34398, "l_t_add": 34398, "r_f_add": 34399, "r_t_add": 34399, "st_code": 1160, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 423242, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2004-01-29T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13102, "Shape__Length": 666.63133190229212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184011005254007, 39.963559771889599 ], [ -75.183737191403495, 39.963283914164798 ], [ -75.183636660769494, 39.9631806748964 ], [ -75.183174163206303, 39.962705709238897 ], [ -75.182664815318603, 39.962171275289698 ], [ -75.182196107968096, 39.961607339366203 ], [ -75.181835206523303, 39.961118795555002 ], [ -75.181429458335401, 39.960562347292303 ], [ -75.181077153879301, 39.960055748733602 ], [ -75.180899123977099, 39.959747670974203 ], [ -75.180847295379806, 39.959676503591901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21272, "tnode_": 28812, "lpoly_": null, "rpoly_": null, "length": 333.86047436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLERS", "st_type": "WALK", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 34250, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 423243, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-07T00:00:00Z", "newsegdate": "2004-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "FITLERS WALK", "stname": "FITLERS WALK", "objectid": 13103, "Shape__Length": 132.62372138373971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179607404726397, 39.950815100038596 ], [ -75.179703265165102, 39.950703601551403 ], [ -75.180709372934103, 39.950818364365702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20394, "tnode_": 30033, "lpoly_": null, "rpoly_": null, "length": 605.86285858999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 81480, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423244, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2004-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 13104, "Shape__Length": 240.65930223934342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195172199404595, 39.958526948690903 ], [ -75.195551516044603, 39.958668916163496 ], [ -75.197251076244996, 39.958953927384698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18434, "tnode_": 28816, "lpoly_": null, "rpoly_": null, "length": 83.03990943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "48TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1080, "l_t_add": 1098, "r_f_add": 1081, "r_t_add": 1099, "st_code": 88740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 423245, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-06-02T00:00:00Z", "newsegdate": "2004-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 48TH ST", "stname": "N 48TH ST", "objectid": 13105, "Shape__Length": 33.111410236261534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217439394981994, 39.972443714059899 ], [ -75.217466267946904, 39.972670729384198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18359, "tnode_": 28816, "lpoly_": null, "rpoly_": null, "length": 320.68472609000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 37040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 423246, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-09T00:00:00Z", "newsegdate": "2004-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13106, "Shape__Length": 127.38133268373613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216334465320799, 39.972799907078503 ], [ -75.217466267946904, 39.972670729384198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28816, "tnode_": 18392, "lpoly_": null, "rpoly_": null, "length": 86.02160557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4848, "r_f_add": 4801, "r_t_add": 4849, "st_code": 37040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 423247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-06-02T00:00:00Z", "newsegdate": "2004-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13107, "Shape__Length": 34.169178544335615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217466267946904, 39.972670729384198 ], [ -75.217769865909901, 39.972636076166602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28824, "tnode_": 19617, "lpoly_": null, "rpoly_": null, "length": 303.58138610999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 13800, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 423248, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-03-19T00:00:00Z", "newsegdate": "2004-03-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13108, "Shape__Length": 120.5684428688885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215440595659501, 39.9653032722698 ], [ -75.216518649988998, 39.965223359114802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28828, "tnode_": 28829, "lpoly_": null, "rpoly_": null, "length": 351.00178977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICA", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 55800, "l_hundred": 800, "r_hundred": 800, "seg_id": 423249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-08T00:00:00Z", "newsegdate": "2004-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "MICA ST", "stname": "MICA ST", "objectid": 13109, "Shape__Length": 139.84319348947452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211674911957601, 39.967853784129403 ], [ -75.211777109761002, 39.968532097270703 ], [ -75.212073815782901, 39.968695398560001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19177, "tnode_": 28828, "lpoly_": null, "rpoly_": null, "length": 124.08888954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4406, "r_f_add": 4401, "r_t_add": 4407, "st_code": 63160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2004-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13110, "Shape__Length": 49.284495303668606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211234529166205, 39.967888678583897 ], [ -75.211674911957601, 39.967853784129403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28828, "tnode_": 19192, "lpoly_": null, "rpoly_": null, "length": 80.00176605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4408, "l_t_add": 4414, "r_f_add": 4409, "r_t_add": 4415, "st_code": 63160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": "2004-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13111, "Shape__Length": 31.774359670640816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211674911957601, 39.967853784129403 ], [ -75.211958832438199, 39.9678312866642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28829, "tnode_": 18947, "lpoly_": null, "rpoly_": null, "length": 198.16647917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEX", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 846, "l_t_add": 898, "r_f_add": 845, "r_t_add": 899, "st_code": 50600, "l_hundred": 800, "r_hundred": 800, "seg_id": 423253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-08T00:00:00Z", "newsegdate": "2004-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "LEX ST", "stname": "LEX ST", "objectid": 13112, "Shape__Length": 79.013018554625745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212073815782901, 39.968695398560001 ], [ -75.212084825412006, 39.968774825715897 ], [ -75.212136773270501, 39.969237215527102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28842, "tnode_": 19766, "lpoly_": null, "rpoly_": null, "length": 142.11369087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4630, "l_t_add": 4658, "r_f_add": 4631, "r_t_add": 4659, "st_code": 33280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-04-26T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13113, "Shape__Length": 56.440208081758257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214197383118304, 39.964267397837297 ], [ -75.214701940742899, 39.964229215521001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19771, "tnode_": 28847, "lpoly_": null, "rpoly_": null, "length": 416.99437316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 749, "st_code": 88720, "l_hundred": 700, "r_hundred": 700, "seg_id": 423258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 13114, "Shape__Length": 166.25399054417647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215164737716293, 39.964197536251298 ], [ -75.215297383406806, 39.965337678561397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28847, "tnode_": 19420, "lpoly_": null, "rpoly_": null, "length": 403.88678166, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 88720, "l_hundred": 700, "r_hundred": 700, "seg_id": 423259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-10-15T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 13115, "Shape__Length": 161.03006991676131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215297383406806, 39.965337678561397 ], [ -75.215325269532102, 39.9655723908581 ], [ -75.215433445849499, 39.966441442466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28842, "tnode_": 28846, "lpoly_": null, "rpoly_": null, "length": 416.7656585, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 700, "l_t_add": 722, "r_f_add": 701, "r_t_add": 723, "st_code": 53620, "l_hundred": 700, "r_hundred": 700, "seg_id": 423260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 13116, "Shape__Length": 166.16155172458531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214197383118304, 39.964267397837297 ], [ -75.214346950044501, 39.965405668473799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28846, "tnode_": 28849, "lpoly_": null, "rpoly_": null, "length": 404.91131947999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARKOE", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 724, "l_t_add": 798, "r_f_add": 725, "r_t_add": 799, "st_code": 53620, "l_hundred": 700, "r_hundred": 700, "seg_id": 423261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARKOE ST", "stname": "N MARKOE ST", "objectid": 13117, "Shape__Length": 161.43934477856803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214346950044501, 39.965405668473799 ], [ -75.214475620418995, 39.966512782594101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28841, "tnode_": 28845, "lpoly_": null, "rpoly_": null, "length": 415.3102767, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 749, "st_code": 88700, "l_hundred": 700, "r_hundred": 700, "seg_id": 423262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-03-31T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 13118, "Shape__Length": 165.58160368603828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213230325143499, 39.964340574458497 ], [ -75.213339849556206, 39.965176988193399 ], [ -75.213377880908894, 39.9654749847017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28845, "tnode_": 28848, "lpoly_": null, "rpoly_": null, "length": 406.7025785, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 88700, "l_hundred": 700, "r_hundred": 700, "seg_id": 423263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-03-31T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 13119, "Shape__Length": 162.15298153026535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213377880908894, 39.9654749847017 ], [ -75.2134087314423, 39.965716714371702 ], [ -75.213515901955901, 39.966586370478602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28840, "tnode_": 28843, "lpoly_": null, "rpoly_": null, "length": 412.89616665, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 735, "st_code": 88680, "l_hundred": 700, "r_hundred": 700, "seg_id": 423264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 13120, "Shape__Length": 164.61970821609492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212093408607203, 39.964426864391299 ], [ -75.212235535033798, 39.965555027809501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28844, "tnode_": 19377, "lpoly_": null, "rpoly_": null, "length": 414.41965115, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 722, "l_t_add": 758, "r_f_add": 737, "r_t_add": 799, "st_code": 88680, "l_hundred": 700, "r_hundred": 700, "seg_id": 423265, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-03-31T00:00:00Z", "newsegdate": "2004-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 13121, "Shape__Length": 165.210264075786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212567601424894, 39.9655317612903 ], [ -75.212702724583494, 39.9665579224705 ], [ -75.212624354126106, 39.966645364243902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28843, "tnode_": 28844, "lpoly_": null, "rpoly_": null, "length": 93.46407942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4500, "r_f_add": 4501, "r_t_add": 4501, "st_code": 13800, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2004-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13122, "Shape__Length": 37.119606265908395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212235535033798, 39.965555027809501 ], [ -75.212567601424894, 39.9655317612903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28846, "tnode_": 28847, "lpoly_": null, "rpoly_": null, "length": 267.5581985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4650, "l_t_add": 4698, "r_f_add": 4651, "r_t_add": 4699, "st_code": 13800, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423270, "oneway": "B", "class": 6, "responsibl": "CITY", "update_": "2005-03-31T00:00:00Z", "newsegdate": "2004-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13123, "Shape__Length": 106.26160940380092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214346950044501, 39.965405668473799 ], [ -75.215297383406806, 39.965337678561397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28306, "tnode_": 19900, "lpoly_": null, "rpoly_": null, "length": 112.22288321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1938, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 40180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 423272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-08T00:00:00Z", "newsegdate": "2004-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 13124, "Shape__Length": 44.570665370937377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170871079098802, 39.962216611525598 ], [ -75.171266238034704, 39.962266033212103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19158, "tnode_": 19031, "lpoly_": null, "rpoly_": null, "length": 443.77427769000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4320, "l_t_add": 4398, "r_f_add": 4307, "r_t_add": 4399, "st_code": 48900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 423273, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-09-17T00:00:00Z", "newsegdate": "2004-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 13125, "Shape__Length": 176.52299258704281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210104614660693, 39.967970988422302 ], [ -75.211337657763494, 39.9687351442901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27247, "tnode_": 21529, "lpoly_": null, "rpoly_": null, "length": 422.88744022000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNIVERSITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 403, "l_t_add": 409, "r_f_add": 0, "r_t_add": 0, "st_code": 78920, "l_hundred": 400, "r_hundred": 0, "seg_id": 423274, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": "2005-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "UNIVERSITY AVE", "stname": "UNIVERSITY AVE", "objectid": 13126, "Shape__Length": 168.53516849986232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199474496639496, 39.950348282161301 ], [ -75.199608967483698, 39.950039602273797 ], [ -75.199624669072904, 39.949984042149701 ], [ -75.199650920658598, 39.949891899677198 ], [ -75.199664815929296, 39.949781939902998 ], [ -75.199666262102596, 39.949656667365801 ], [ -75.199657571232095, 39.949541193144498 ], [ -75.199635396436705, 39.9494379494231 ], [ -75.199594359722994, 39.949316743747602 ], [ -75.1995481183843, 39.9492203018117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20303, "tnode_": 28934, "lpoly_": null, "rpoly_": null, "length": 39.11172266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 423275, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2005-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 13127, "Shape__Length": 15.53240038792927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162178101311795, 39.958556593839901 ], [ -75.1623163285186, 39.9585711744419 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27000, "tnode_": 28934, "lpoly_": null, "rpoly_": null, "length": 174.82059567000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 300, "l_t_add": 304, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 300, "r_hundred": 0, "seg_id": 423276, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-27T00:00:00Z", "newsegdate": "2005-01-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13128, "Shape__Length": 69.688723419447456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162417241300005, 39.958097594752097 ], [ -75.1623163285186, 39.9585711744419 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28934, "tnode_": 27001, "lpoly_": null, "rpoly_": null, "length": 103.91447339, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 306, "l_t_add": 320, "r_f_add": 0, "r_t_add": 0, "st_code": 19140, "l_hundred": 300, "r_hundred": 0, "seg_id": 423277, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-27T00:00:00Z", "newsegdate": "2005-01-27T00:00:00Z", "multi_rep": 2, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13129, "Shape__Length": 41.423648500849247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1623163285186, 39.9585711744419 ], [ -75.1622563444962, 39.958852673155597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20947, "tnode_": 21086, "lpoly_": null, "rpoly_": null, "length": 809.29489540999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 84510, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423278, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2005-03-17T00:00:00Z", "newsegdate": "2005-03-17T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND WALK", "stname": "WOODLAND WALK", "objectid": 13130, "Shape__Length": 321.75642685519227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189721822892906, 39.954083131401397 ], [ -75.192099756412105, 39.9528235879216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17433, "tnode_": 28969, "lpoly_": null, "rpoly_": null, "length": 227.21333947, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3129, "st_code": 77160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 423279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": "2005-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13131, "Shape__Length": 90.260281666569725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186302247749694, 39.976730516247201 ], [ -75.187101945740196, 39.976833084618903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28969, "tnode_": 17396, "lpoly_": null, "rpoly_": null, "length": 223.93927579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 77160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 423280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-13T00:00:00Z", "newsegdate": "2005-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13132, "Shape__Length": 88.964379223657474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187101945740196, 39.976833084618903 ], [ -75.187672727817301, 39.976906289242301 ], [ -75.187884796401804, 39.976952454362703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28969, "tnode_": 28970, "lpoly_": null, "rpoly_": null, "length": 473.11652821999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREWERYTOWN", "st_type": "CT", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 18757, "l_hundred": 0, "r_hundred": 0, "seg_id": 423281, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2005-05-13T00:00:00Z", "newsegdate": "2005-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "BREWERYTOWN CT", "stname": "BREWERYTOWN CT", "objectid": 13133, "Shape__Length": 188.65286486006204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187101945740196, 39.976833084618903 ], [ -75.186841175853004, 39.978116260192998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29005, "tnode_": 19912, "lpoly_": null, "rpoly_": null, "length": 238.54749205000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARRIAGE", "st_type": "LN", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 21610, "l_hundred": 400, "r_hundred": 400, "seg_id": 423282, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-04-07T00:00:00Z", "newsegdate": "2006-04-07T00:00:00Z", "multi_rep": 0, "streetlabe": "CARRIAGE LN", "stname": "CARRIAGE LN", "objectid": 13134, "Shape__Length": 95.070982743350427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187890437795105, 39.961934046500502 ], [ -75.187983978131001, 39.962488325055801 ], [ -75.187890097572605, 39.962551412134502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18560, "tnode_": 29012, "lpoly_": null, "rpoly_": null, "length": 160.53937958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1708, "r_f_add": 1701, "r_t_add": 1709, "st_code": 68280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423283, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-04-17T00:00:00Z", "newsegdate": "2006-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13135, "Shape__Length": 63.898473355985793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164747305562997, 39.970445668653497 ], [ -75.165134816492099, 39.970770201137299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29012, "tnode_": 18478, "lpoly_": null, "rpoly_": null, "length": 73.86100471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1710, "l_t_add": 1720, "r_f_add": 1711, "r_t_add": 1711, "st_code": 68280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423284, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-04-17T00:00:00Z", "newsegdate": "2006-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13136, "Shape__Length": 29.398530525791038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165134816492099, 39.970770201137299 ], [ -75.165313103015094, 39.970919512306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18726, "tnode_": 29013, "lpoly_": null, "rpoly_": null, "length": 189.66865311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 842, "l_t_add": 854, "r_f_add": 839, "r_t_add": 845, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 423285, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-04-17T00:00:00Z", "newsegdate": "2006-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 13137, "Shape__Length": 75.530523804924798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166363687128097, 39.969576155354297 ], [ -75.166732685113899, 39.969983742798298 ], [ -75.166750932570494, 39.970003134391199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29013, "tnode_": 18589, "lpoly_": null, "rpoly_": null, "length": 174.16235458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERKIOMEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 856, "l_t_add": 872, "r_f_add": 847, "r_t_add": 861, "st_code": 64280, "l_hundred": 800, "r_hundred": 800, "seg_id": 423286, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-04-17T00:00:00Z", "newsegdate": "2006-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "PERKIOMEN ST", "stname": "PERKIOMEN ST", "objectid": 13138, "Shape__Length": 69.351466540128683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166750932570494, 39.970003134391199 ], [ -75.167115340289598, 39.970390386664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18948, "tnode_": 18969, "lpoly_": null, "rpoly_": null, "length": 272.06853034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMINSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4624, "r_f_add": 4601, "r_t_add": 4629, "st_code": 82520, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-06-14T00:00:00Z", "newsegdate": "2006-06-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WESTMINSTER AVE", "stname": "WESTMINSTER AVE", "objectid": 13139, "Shape__Length": 108.06269397094289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213847809441305, 39.969297848255103 ], [ -75.214351906730798, 39.969246434286802 ], [ -75.214810186395994, 39.969200384011998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21039, "tnode_": 29043, "lpoly_": null, "rpoly_": null, "length": 274.28556845000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 216, "st_code": 88530, "l_hundred": 200, "r_hundred": 200, "seg_id": 423289, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-06T00:00:00Z", "newsegdate": "2006-07-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 13140, "Shape__Length": 109.32660414971325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1967652085916, 39.953396814354399 ], [ -75.196764105552901, 39.953315691095803 ], [ -75.196831855175006, 39.952986868304002 ], [ -75.196856775101097, 39.952952013365604 ], [ -75.196921007323596, 39.952657019835002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29043, "tnode_": 27255, "lpoly_": null, "rpoly_": null, "length": 143.93474791, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 231, "l_t_add": 239, "r_f_add": 218, "r_t_add": 218, "st_code": 88530, "l_hundred": 200, "r_hundred": 200, "seg_id": 423290, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-07-06T00:00:00Z", "newsegdate": "2006-07-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 37TH ST", "stname": "S 37TH ST", "objectid": 13141, "Shape__Length": 57.371525247686854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196921007323596, 39.952657019835002 ], [ -75.197005856686104, 39.952267334311799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21165, "tnode_": 21449, "lpoly_": null, "rpoly_": null, "length": 1006.78185966, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34486, "l_t_add": 34504, "r_f_add": 34487, "r_t_add": 34505, "st_code": 1160, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 423292, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-07T00:00:00Z", "newsegdate": "2006-09-07T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13142, "Shape__Length": 400.85344450637768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182388898980605, 39.951805964783802 ], [ -75.182418770554705, 39.951613336805401 ], [ -75.182419576284502, 39.951612214159802 ], [ -75.1828894596526, 39.950957528477304 ], [ -75.183283024070604, 39.9503827208462 ], [ -75.183649153858894, 39.949998134983801 ], [ -75.183765001401696, 39.9498764467046 ], [ -75.184283845555498, 39.949508230898999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17443, "tnode_": 16362, "lpoly_": null, "rpoly_": null, "length": 3612.6637099600002, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34194, "l_t_add": 34266, "r_f_add": 34195, "r_t_add": 34267, "st_code": 1150, "l_hundred": 34100, "r_hundred": 34100, "seg_id": 423293, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 13143, "Shape__Length": 1437.9479068639907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199813588694497, 39.977177979821903 ], [ -75.2004490078739, 39.977370747148001 ], [ -75.200858312151595, 39.977520095659202 ], [ -75.201003984996106, 39.977573248888604 ], [ -75.201426272598695, 39.977753127726999 ], [ -75.201928434140996, 39.978000355397803 ], [ -75.202428877858296, 39.978293446125697 ], [ -75.203299539695706, 39.978851726257702 ], [ -75.204155346752003, 39.979407648072197 ], [ -75.204715774374407, 39.9797737654008 ], [ -75.206126836353405, 39.9806942037997 ], [ -75.206478336832106, 39.980941376798199 ], [ -75.206716612201006, 39.981123028802998 ], [ -75.206953977552402, 39.981328987199603 ], [ -75.207133836438004, 39.981498742629697 ], [ -75.207300228290194, 39.981680917944097 ], [ -75.207436470340497, 39.981840216231703 ], [ -75.207536468647803, 39.981970402817502 ], [ -75.207644143126998, 39.982110582986898 ], [ -75.2077788250526, 39.982314264801403 ], [ -75.207896343239895, 39.982554057769597 ], [ -75.208058301699793, 39.982873897877496 ], [ -75.208152123703996, 39.983113164797103 ], [ -75.208211098382506, 39.983315274674403 ], [ -75.208243218443002, 39.983425353330503 ], [ -75.208277712358793, 39.983559916132201 ], [ -75.208333003765006, 39.9840597977634 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17077, "tnode_": 16299, "lpoly_": null, "rpoly_": null, "length": 1979.78154894, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34198, "l_t_add": 34236, "r_f_add": 34199, "r_t_add": 34237, "st_code": 1160, "l_hundred": 34100, "r_hundred": 34100, "seg_id": 423294, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13144, "Shape__Length": 788.29693259607575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203807929859096, 39.9793591412637 ], [ -75.205616556935198, 39.9805208759946 ], [ -75.206172319079002, 39.980879857262998 ], [ -75.206491291431504, 39.981102351511304 ], [ -75.206771841332994, 39.981337114684301 ], [ -75.206994111596202, 39.981539791283403 ], [ -75.207166934396597, 39.981724124838699 ], [ -75.2073575574952, 39.9819521898158 ], [ -75.207434709527504, 39.982059793957198 ], [ -75.207530368574794, 39.9821932073054 ], [ -75.207763158493407, 39.982615653663899 ], [ -75.207847608048496, 39.982787298431603 ], [ -75.207912019085796, 39.982980129648702 ], [ -75.208011279768598, 39.983270285950702 ], [ -75.208018171009201, 39.983316204110601 ], [ -75.208028994952997, 39.9833883249349 ], [ -75.208046548478706, 39.983502110304897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29115, "tnode_": 17893, "lpoly_": null, "rpoly_": null, "length": 4821.1728293800006, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34282, "l_t_add": 34374, "r_f_add": 34283, "r_t_add": 34375, "st_code": 1150, "l_hundred": 34200, "r_hundred": 34200, "seg_id": 423295, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 13145, "Shape__Length": 1919.7189387235176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867466917912, 39.965990392707901 ], [ -75.187714718666001, 39.9667265099893 ], [ -75.188504907537506, 39.967151634435901 ], [ -75.189686264124802, 39.967661621147599 ], [ -75.190109167648501, 39.967842965730803 ], [ -75.190445045944401, 39.968007562093803 ], [ -75.190676608788294, 39.968131994694502 ], [ -75.190905694324201, 39.9682654185793 ], [ -75.191155214229696, 39.968423974496403 ], [ -75.191494504846901, 39.968668428910298 ], [ -75.191696503774494, 39.968839906709697 ], [ -75.1919200380527, 39.969035717517301 ], [ -75.192145570289696, 39.969263650974 ], [ -75.192350778759405, 39.969491953557998 ], [ -75.192522520964999, 39.9697005913835 ], [ -75.192635483604306, 39.969851987059201 ], [ -75.192786189380499, 39.970079896674697 ], [ -75.192907978420394, 39.970280840537797 ], [ -75.193047045604601, 39.9705339889111 ], [ -75.1932168633316, 39.970935877601299 ], [ -75.193296857971006, 39.971167968281598 ], [ -75.193397075285304, 39.9714876981283 ], [ -75.193497355410798, 39.971805784023999 ], [ -75.193620333602396, 39.972202515324199 ], [ -75.193721095317898, 39.972536239668401 ], [ -75.193867362561704, 39.9729960022133 ], [ -75.193962786302905, 39.973329607378503 ], [ -75.194104179166104, 39.9737769234737 ], [ -75.194135441844296, 39.973885566732399 ], [ -75.194256399594494, 39.974305909898298 ], [ -75.1943236867575, 39.974512235279697 ], [ -75.194347459107803, 39.974585130883398 ], [ -75.194412892599203, 39.974778236789497 ], [ -75.194519959014301, 39.975029847729999 ], [ -75.194582588249801, 39.975155444402397 ], [ -75.194612399071104, 39.975201297339297 ], [ -75.1946634389287, 39.975279802452299 ], [ -75.194794283086495, 39.975467784585 ], [ -75.195011115226194, 39.975700453671401 ], [ -75.195208284395505, 39.975887445018998 ], [ -75.195435132346702, 39.976052887773399 ], [ -75.195665538621896, 39.976180573294698 ], [ -75.196050564308905, 39.976343352817501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18528, "tnode_": 17077, "lpoly_": null, "rpoly_": null, "length": 4625.8711569200004, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34238, "l_t_add": 34322, "r_f_add": 34239, "r_t_add": 34323, "st_code": 1160, "l_hundred": 34200, "r_hundred": 34200, "seg_id": 423296, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13146, "Shape__Length": 1840.9657832525754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193160568906606, 39.971257816366403 ], [ -75.193220906804896, 39.971410653482501 ], [ -75.193340510296693, 39.971813693581403 ], [ -75.1934942558361, 39.972337511039399 ], [ -75.193668207803995, 39.972921307018197 ], [ -75.193782594972504, 39.973330470690598 ], [ -75.193879449925404, 39.9736417916601 ], [ -75.193920432177507, 39.973781838048602 ], [ -75.194014352315406, 39.974102779324603 ], [ -75.194144072223196, 39.974539641323297 ], [ -75.194163878012304, 39.9746063388951 ], [ -75.194315469609094, 39.975045681710398 ], [ -75.194357482568705, 39.975132483327499 ], [ -75.194405951551005, 39.975222876856698 ], [ -75.194528905539499, 39.975452183968798 ], [ -75.194649382117305, 39.975629103487698 ], [ -75.194848756222598, 39.975840478968102 ], [ -75.195054530463096, 39.976043327982801 ], [ -75.195338700887405, 39.976252242184501 ], [ -75.195672406843002, 39.976438255438602 ], [ -75.195980899787003, 39.976564658192103 ], [ -75.196372958184796, 39.976692439426799 ], [ -75.196710834374599, 39.976767646512897 ], [ -75.197181792471696, 39.976854934912602 ], [ -75.197643316844804, 39.976927608955997 ], [ -75.198275447091405, 39.977029860693399 ], [ -75.198328051641496, 39.977038369978899 ], [ -75.199027554720402, 39.977154735047499 ], [ -75.199453448084299, 39.977245812794798 ], [ -75.199944063243095, 39.977374811550703 ], [ -75.200353752562293, 39.977498650374798 ], [ -75.200840239381407, 39.977671239622197 ], [ -75.201089742490694, 39.977772152084199 ], [ -75.201304934422893, 39.9778591851437 ], [ -75.201642238096994, 39.978016456180001 ], [ -75.202091531662603, 39.978249182315302 ], [ -75.202497074273296, 39.978483816835102 ], [ -75.2028275424409, 39.978690378730597 ], [ -75.2034974189081, 39.9791315425378 ], [ -75.203807929859096, 39.9793591412637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28849, "tnode_": 19420, "lpoly_": null, "rpoly_": null, "length": 269.73869491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4650, "l_t_add": 4698, "r_f_add": 4651, "r_t_add": 4699, "st_code": 19400, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 13147, "Shape__Length": 107.12966555235928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214475620418995, 39.966512782594101 ], [ -75.214861004681296, 39.9664818820767 ], [ -75.214953417426301, 39.966474557060501 ], [ -75.215433445849499, 39.966441442466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29127, "tnode_": 29128, "lpoly_": null, "rpoly_": null, "length": 147.35514238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 22300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 423298, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-02-15T00:00:00Z", "newsegdate": "2006-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13148, "Shape__Length": 58.513709988927673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187917202842897, 39.951879099501802 ], [ -75.188437431096503, 39.951936758883399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29127, "tnode_": 29129, "lpoly_": null, "rpoly_": null, "length": 604.84230145000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 211, "l_t_add": 299, "r_f_add": 210, "r_t_add": 298, "st_code": 88430, "l_hundred": 200, "r_hundred": 200, "seg_id": 423300, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-19T00:00:00Z", "newsegdate": "2006-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "S 32ND ST", "stname": "S 32ND ST", "objectid": 13149, "Shape__Length": 241.00295252789084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187917202842897, 39.951879099501802 ], [ -75.187923632651604, 39.951847083382603 ], [ -75.187948980029304, 39.951779922430603 ], [ -75.187980462447101, 39.951722931232297 ], [ -75.188066412954896, 39.951604446240303 ], [ -75.188168564423705, 39.951142669061802 ], [ -75.188193723512995, 39.951080519779502 ], [ -75.188221621671403, 39.950945687780198 ], [ -75.188238049398606, 39.950855750994101 ], [ -75.188321169269997, 39.950639374653797 ], [ -75.188381960330204, 39.950583037859502 ], [ -75.188527898329298, 39.9503429791557 ], [ -75.188558245812303, 39.950316064294597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29129, "tnode_": 27242, "lpoly_": null, "rpoly_": null, "length": 689.58053144000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPENN", "st_type": "DWY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 1207, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 423301, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-19T00:00:00Z", "newsegdate": "2006-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "UPENN DWY", "stname": "UPENN DWY", "objectid": 13150, "Shape__Length": 274.22495805700254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188558245812303, 39.950316064294597 ], [ -75.188976820988799, 39.950365544583597 ], [ -75.189147998154098, 39.950406993136902 ], [ -75.1904259060871, 39.951351089427803 ], [ -75.190426874625899, 39.951416717076697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29158, "tnode_": 29159, "lpoly_": null, "rpoly_": null, "length": 125.0523632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 66440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 423302, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 13151, "Shape__Length": 49.66385115830861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231312283124197, 39.963564350029998 ], [ -75.2317562252682, 39.9635304657128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29160, "tnode_": 29161, "lpoly_": null, "rpoly_": null, "length": 145.67391566000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 67440, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 423303, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 13152, "Shape__Length": 57.851426063203903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206266378322098, 39.956565444054299 ], [ -75.206779184848102, 39.956630057194303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20657, "tnode_": 29160, "lpoly_": null, "rpoly_": null, "length": 120.68204746000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 21, "l_t_add": 27, "r_f_add": 20, "r_t_add": 24, "st_code": 88630, "l_hundred": 0, "r_hundred": 0, "seg_id": 423304, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 13153, "Shape__Length": 48.106395808807747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206197044157506, 39.956892406380803 ], [ -75.206266378322098, 39.956565444054299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29160, "tnode_": 20749, "lpoly_": null, "rpoly_": null, "length": 154.15091621000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "42ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 29, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 88630, "l_hundred": 0, "r_hundred": 0, "seg_id": 423305, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-12-09T00:00:00Z", "newsegdate": "2006-12-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S 42ND ST", "stname": "S 42ND ST", "objectid": 13154, "Shape__Length": 61.44871726884746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206266378322098, 39.956565444054299 ], [ -75.206278556040004, 39.956508020993397 ], [ -75.206345440215301, 39.956146687779203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28443, "tnode_": 27247, "lpoly_": null, "rpoly_": null, "length": 676.39881356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODLAND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 84510, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423306, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2007-04-04T00:00:00Z", "newsegdate": "2007-04-04T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODLAND WALK", "stname": "WOODLAND WALK", "objectid": 13155, "Shape__Length": 268.72144499264067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197246037373603, 39.951030204763498 ], [ -75.197403493922906, 39.950941495075298 ], [ -75.1992698211142, 39.950363357812698 ], [ -75.199474496639496, 39.950348282161301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20412, "tnode_": 20504, "lpoly_": null, "rpoly_": null, "length": 340.98846878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOGAN", "st_type": "CIR", "suf_dir": "E", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 51470, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 423307, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-02T00:00:00Z", "newsegdate": "2007-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "LOGAN CIR E", "stname": "LOGAN CIR E", "objectid": 13156, "Shape__Length": 135.61033324118608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169817230848906, 39.9578646148953 ], [ -75.169894116208894, 39.957704188458401 ], [ -75.170059954797594, 39.957546407544903 ], [ -75.170355574076297, 39.9573934827825 ], [ -75.1707294087511, 39.957379737596497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18903, "tnode_": 29200, "lpoly_": null, "rpoly_": null, "length": 104.21322039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4480, "l_t_add": 4498, "r_f_add": 4501, "r_t_add": 4505, "st_code": 48900, "l_hundred": 4400, "r_hundred": 4500, "seg_id": 423308, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 13157, "Shape__Length": 41.452253048702623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212643606548198, 39.969545468315999 ], [ -75.212936213259198, 39.969721973560198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29200, "tnode_": 18791, "lpoly_": null, "rpoly_": null, "length": 343.91825993000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4507, "r_t_add": 4599, "st_code": 48900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423309, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 13158, "Shape__Length": 136.79901342276619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212936213259198, 39.969721973560198 ], [ -75.213901867184902, 39.970304460439799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18927, "tnode_": 29200, "lpoly_": null, "rpoly_": null, "length": 120.79189233, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 900, "l_t_add": 900, "r_f_add": 0, "r_t_add": 0, "st_code": 88680, "l_hundred": 900, "r_hundred": 900, "seg_id": 423310, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-08-20T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 13159, "Shape__Length": 48.162643423591504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212898178112297, 39.969391678662802 ], [ -75.212936213259198, 39.969721973560198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18135, "tnode_": 29206, "lpoly_": null, "rpoly_": null, "length": 199.27940944000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2014, "l_t_add": 2198, "r_f_add": 2027, "r_t_add": 2199, "st_code": 37040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 423311, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13160, "Shape__Length": 79.156850346420015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170302635256604, 39.972881446315199 ], [ -75.171006506028903, 39.972958836017597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29206, "tnode_": 18263, "lpoly_": null, "rpoly_": null, "length": 1569.55464366, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2032, "l_t_add": 2198, "r_f_add": 2027, "r_t_add": 2199, "st_code": 24200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 423312, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-09-24T00:00:00Z", "newsegdate": "2007-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "S COLLEGE AVE", "stname": "S COLLEGE AVE", "objectid": 13161, "Shape__Length": 623.45360269596983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171006506028903, 39.972958836017597 ], [ -75.176544662453097, 39.972319812710403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29223, "tnode_": 29227, "lpoly_": null, "rpoly_": null, "length": 1707.2121615199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34443, "l_t_add": 34401, "r_f_add": 34442, "r_t_add": 34400, "st_code": 1160, "l_hundred": 34000, "r_hundred": 34000, "seg_id": 423314, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2007-11-26T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13162, "Shape__Length": 680.44286508788605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180908472749607, 39.9551370578723 ], [ -75.180894313843098, 39.955273436821599 ], [ -75.180663365266497, 39.955848345637001 ], [ -75.180573242153201, 39.956116243155101 ], [ -75.180437519948597, 39.956532282632601 ], [ -75.180378013775794, 39.956722731878401 ], [ -75.180311944677399, 39.957005373354598 ], [ -75.180264554782994, 39.9572008296647 ], [ -75.180211886617002, 39.957535859646299 ], [ -75.180198311236396, 39.957732073370998 ], [ -75.180197122576004, 39.957926196697102 ], [ -75.180210377612696, 39.958063818565101 ], [ -75.180225990023601, 39.958220435197603 ], [ -75.180249005060304, 39.958344070328501 ], [ -75.180298433179999, 39.9585014443837 ], [ -75.180370039429903, 39.958723242819701 ], [ -75.180438092122301, 39.958876298235403 ], [ -75.180550467915793, 39.959077699837799 ], [ -75.180713706689701, 39.959398625165903 ], [ -75.180847295379806, 39.959676503591901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20188, "tnode_": 29222, "lpoly_": null, "rpoly_": null, "length": 574.29292785000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9545, "l_hundred": 0, "r_hundred": 0, "seg_id": 423315, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2007-11-26T00:00:00Z", "newsegdate": "2007-11-26T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP D", "stname": "VINE STREET EXPY RAMP D", "objectid": 13163, "Shape__Length": 228.36599900289528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179281299053301, 39.959944931427302 ], [ -75.179726869979504, 39.959965619422 ], [ -75.180128679706698, 39.959998947844298 ], [ -75.1803655786576, 39.9600042540578 ], [ -75.180526499000194, 39.959928794430802 ], [ -75.180617498548102, 39.959821358666801 ], [ -75.180677142354298, 39.959707139704697 ], [ -75.180666633585503, 39.959567022357398 ], [ -75.1805465028838, 39.959386373204701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29222, "tnode_": 29221, "lpoly_": null, "rpoly_": null, "length": 217.55957717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1210, "l_hundred": 0, "r_hundred": 0, "seg_id": 423316, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2007-11-26T00:00:00Z", "newsegdate": "2007-11-26T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP", "stname": "VINE STREET EXPY RAMP", "objectid": 13164, "Shape__Length": 86.697847072020963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805465028838, 39.959386373204701 ], [ -75.180367273018405, 39.959040447694001 ], [ -75.180325097802793, 39.958935325407701 ], [ -75.180292414276707, 39.958823312129901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29227, "tnode_": 29221, "lpoly_": null, "rpoly_": null, "length": 347.55369047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34398, "l_t_add": 34398, "r_f_add": 34399, "r_t_add": 34399, "st_code": 9330, "l_hundred": 34300, "r_hundred": 34300, "seg_id": 423317, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": "2009-04-16T00:00:00Z", "multi_rep": 1, "streetlabe": "SCHUYLKILL EXPY RAMP", "stname": "SCHUYLKILL EXPY RAMP", "objectid": 13165, "Shape__Length": 138.45215014924787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180847295379806, 39.959676503591901 ], [ -75.180399982900994, 39.958989091051997 ], [ -75.180292414276707, 39.958823312129901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29222, "tnode_": 29223, "lpoly_": null, "rpoly_": null, "length": 1614.0793683700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9545, "l_hundred": 0, "r_hundred": 0, "seg_id": 423318, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2007-11-26T00:00:00Z", "newsegdate": "2007-11-26T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP D", "stname": "VINE STREET EXPY RAMP D", "objectid": 13166, "Shape__Length": 643.27645066630021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805465028838, 39.959386373204701 ], [ -75.180457250500694, 39.959252158944899 ], [ -75.180269490272593, 39.958992516777599 ], [ -75.180145822792895, 39.958709981750197 ], [ -75.180090236216998, 39.958508036291903 ], [ -75.180036488887396, 39.958257476476902 ], [ -75.180019384487693, 39.957873937269703 ], [ -75.180017428970302, 39.9577409411039 ], [ -75.180026193478994, 39.957563312003899 ], [ -75.180038642717093, 39.9574077465237 ], [ -75.180091465743999, 39.957135161071903 ], [ -75.180138871992895, 39.956963118874199 ], [ -75.180180882300604, 39.956825576257003 ], [ -75.180376648421301, 39.9562447651805 ], [ -75.180799313789294, 39.9553321861301 ], [ -75.180908472749607, 39.9551370578723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20053, "tnode_": 20040, "lpoly_": null, "rpoly_": null, "length": 151.68128267999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 6300, "l_t_add": 6300, "r_f_add": 6301, "r_t_add": 6301, "st_code": 53560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 423319, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13167, "Shape__Length": 60.239009443322864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246755825589602, 39.962714438842703 ], [ -75.247293897275497, 39.9627585172843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20053, "tnode_": 19863, "lpoly_": null, "rpoly_": null, "length": 579.71934367999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 89070, "l_hundred": 0, "r_hundred": 0, "seg_id": 423320, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 13168, "Shape__Length": 231.11182737873895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246755825589602, 39.962714438842703 ], [ -75.246686249613603, 39.963047512270101 ], [ -75.246427603984102, 39.964285671920202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20053, "tnode_": 20134, "lpoly_": null, "rpoly_": null, "length": 286.49563213000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COBBS CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 1, "l_t_add": 19, "r_f_add": 2, "r_t_add": 18, "st_code": 24060, "l_hundred": 0, "r_hundred": 0, "seg_id": 423321, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "COBBS CREEK PKWY", "stname": "COBBS CREEK PKWY", "objectid": 13169, "Shape__Length": 114.21237534041063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246755825589602, 39.962714438842703 ], [ -75.246823993302698, 39.962394812597502 ], [ -75.246921342830206, 39.961938354145303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19715, "tnode_": 28840, "lpoly_": null, "rpoly_": null, "length": 362.5828969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 33280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-03-12T00:00:00Z", "newsegdate": "2008-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13170, "Shape__Length": 143.99946675589408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210805882654299, 39.964522555716599 ], [ -75.211288548749096, 39.964487776354098 ], [ -75.211371623364997, 39.964481738811401 ], [ -75.211451015345801, 39.9644757026227 ], [ -75.212093408607203, 39.964426864391299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19519, "tnode_": 28843, "lpoly_": null, "rpoly_": null, "length": 360.05573495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 13800, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13171, "Shape__Length": 142.99759017676115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210956299063795, 39.965644648985702 ], [ -75.211595594632897, 39.965599862320197 ], [ -75.212235535033798, 39.965555027809501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28840, "tnode_": 28841, "lpoly_": null, "rpoly_": null, "length": 320.23233261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 33280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-03-12T00:00:00Z", "newsegdate": "2008-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13172, "Shape__Length": 127.18000216752446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212093408607203, 39.964426864391299 ], [ -75.212768689598207, 39.964375522466703 ], [ -75.212808365022298, 39.964372518310498 ], [ -75.213230325143499, 39.964340574458497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28844, "tnode_": 28845, "lpoly_": null, "rpoly_": null, "length": 228.06315966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4502, "l_t_add": 4598, "r_f_add": 4503, "r_t_add": 4599, "st_code": 13800, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-12T00:00:00Z", "newsegdate": "2008-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13173, "Shape__Length": 90.57607792196265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212567601424894, 39.9655317612903 ], [ -75.212952186060903, 39.965504814008902 ], [ -75.213377880908894, 39.9654749847017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19377, "tnode_": 28848, "lpoly_": null, "rpoly_": null, "length": 250.82135697000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 19400, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 423333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-03-12T00:00:00Z", "newsegdate": "2008-03-12T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 13174, "Shape__Length": 99.615856975808001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212624354126106, 39.966645364243902 ], [ -75.213081203641295, 39.966615135519497 ], [ -75.213515901955901, 39.966586370478602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28841, "tnode_": 28842, "lpoly_": null, "rpoly_": null, "length": 272.38111944000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4628, "r_f_add": 4601, "r_t_add": 4629, "st_code": 33280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-03-13T00:00:00Z", "newsegdate": "2008-03-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13175, "Shape__Length": 108.17578148086882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213230325143499, 39.964340574458497 ], [ -75.213709082253999, 39.964304348845801 ], [ -75.214197383118304, 39.964267397837297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28845, "tnode_": 28846, "lpoly_": null, "rpoly_": null, "length": 272.80388559000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4600, "l_t_add": 4648, "r_f_add": 4601, "r_t_add": 4649, "st_code": 13800, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 423338, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-13T00:00:00Z", "newsegdate": "2008-03-13T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13176, "Shape__Length": 108.34505984923922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213377880908894, 39.9654749847017 ], [ -75.213858476117096, 39.965440609040201 ], [ -75.214346950044501, 39.965405668473799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19395, "tnode_": 19405, "lpoly_": null, "rpoly_": null, "length": 150.4977283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASPEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3962, "l_t_add": 3998, "r_f_add": 3961, "r_t_add": 3999, "st_code": 13800, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-15T00:00:00Z", "newsegdate": "2008-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ASPEN ST", "stname": "ASPEN ST", "objectid": 13177, "Shape__Length": 59.773669431932035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2023235503286, 39.966348987699298 ], [ -75.202855688015902, 39.96629397996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29303, "tnode_": 19633, "lpoly_": null, "rpoly_": null, "length": 866.83089158999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLY", "st_type": "MALL", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 43110, "l_hundred": 600, "r_hundred": 600, "seg_id": 423342, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2008-05-29T00:00:00Z", "newsegdate": "2008-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "HOLLY MALL", "stname": "HOLLY MALL", "objectid": 13178, "Shape__Length": 345.57945123593225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2062401144875, 39.962546925558598 ], [ -75.2065510735587, 39.9647531556069 ], [ -75.206471428455103, 39.964901377389701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19965, "tnode_": 29303, "lpoly_": null, "rpoly_": null, "length": 185.63987112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4100, "l_t_add": 4114, "r_f_add": 4101, "r_t_add": 4115, "st_code": 41240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 423343, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-05-29T00:00:00Z", "newsegdate": "2008-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 13179, "Shape__Length": 73.725130133191954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205581483877694, 39.962600171185301 ], [ -75.2062401144875, 39.962546925558598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29303, "tnode_": 19983, "lpoly_": null, "rpoly_": null, "length": 183.39788323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVERFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4116, "l_t_add": 4198, "r_f_add": 4117, "r_t_add": 4199, "st_code": 41240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 423344, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-05-29T00:00:00Z", "newsegdate": "2008-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "HAVERFORD AVE", "stname": "HAVERFORD AVE", "objectid": 13180, "Shape__Length": 72.834689582121072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2062401144875, 39.962546925558598 ], [ -75.206890789567197, 39.962494317948298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28499, "tnode_": 29351, "lpoly_": null, "rpoly_": null, "length": 247.0616692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7610, "l_t_add": 7628, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7600, "r_hundred": 0, "seg_id": 423345, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 13181, "Shape__Length": 98.234626229183306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.272268824114093, 39.978849542614 ], [ -75.273032086399297, 39.978510155588999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29351, "tnode_": 17519, "lpoly_": null, "rpoly_": null, "length": 175.67001531999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 7630, "l_t_add": 7698, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 7600, "r_hundred": 0, "seg_id": 423346, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 13182, "Shape__Length": 69.848168748682298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.273032086399297, 39.978510155588999 ], [ -75.273574789397898, 39.978268835500799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29351, "tnode_": 29352, "lpoly_": null, "rpoly_": null, "length": 195.43481629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 14, "r_f_add": 1, "r_t_add": 13, "st_code": 3112, "l_hundred": 0, "r_hundred": 0, "seg_id": 423347, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2016-05-06T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "HENLEY RD", "stname": "HENLEY RD", "objectid": 13183, "Shape__Length": 77.858208922235079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.273032086399297, 39.978510155588999 ], [ -75.273386451792405, 39.978972220091599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19943, "tnode_": 19991, "lpoly_": null, "rpoly_": null, "length": 387.11434376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 18700, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 423348, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-08-20T00:00:00Z", "newsegdate": "2008-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 13184, "Shape__Length": 153.84106060680412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199545804832397, 39.9626212427927 ], [ -75.2005799644337, 39.962507895829802 ], [ -75.200620452789906, 39.9624850900436 ], [ -75.200718195581899, 39.962369579756803 ], [ -75.200768922260394, 39.962296999220001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19298, "tnode_": 19599, "lpoly_": null, "rpoly_": null, "length": 1674.6542233599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNE DHARNONCOURT", "st_type": "WAY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 11030, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 423349, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-08T00:00:00Z", "newsegdate": "2009-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "ANNE DHARNONCOURT WAY", "stname": "ANNE DHARNONCOURT WAY", "objectid": 13185, "Shape__Length": 666.41292969521112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1793508751026, 39.966298369924402 ], [ -75.179549976149801, 39.966277459804601 ], [ -75.179751557691901, 39.9663099853285 ], [ -75.179868794060795, 39.966372632338498 ], [ -75.180052242127402, 39.966540798439198 ], [ -75.180225880815996, 39.966633522703098 ], [ -75.1805219013076, 39.966784354515703 ], [ -75.1807639634808, 39.966862756899403 ], [ -75.181039915140303, 39.966881099287903 ], [ -75.181310036321406, 39.966844574067999 ], [ -75.181542967624495, 39.966746397492599 ], [ -75.181843443534802, 39.966534176764 ], [ -75.182112326880002, 39.966321249144301 ], [ -75.182324550224905, 39.966143543009402 ], [ -75.182456419931896, 39.966000530259599 ], [ -75.182581769714503, 39.9658208805497 ], [ -75.182652526768294, 39.965621762809 ], [ -75.1826601052299, 39.965421232279397 ], [ -75.182620529867094, 39.9652135639124 ], [ -75.182461348096993, 39.965033629084203 ], [ -75.182249372805401, 39.964856449947902 ], [ -75.182204627762005, 39.964727508646298 ], [ -75.182199716526497, 39.9646483350419 ], [ -75.182250085510304, 39.964570397701799 ], [ -75.182235153727007, 39.964489478936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21138, "tnode_": 21205, "lpoly_": null, "rpoly_": null, "length": 221.32859667, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 31, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 88080, "l_hundred": 0, "r_hundred": 0, "seg_id": 423350, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2009-04-29T00:00:00Z", "newsegdate": "2009-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "S 15TH ST", "stname": "S 15TH ST", "objectid": 13186, "Shape__Length": 88.218099136231785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165477346042493, 39.951677249070201 ], [ -75.165527410255194, 39.951435528885 ], [ -75.165612588357902, 39.951078697590503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28459, "tnode_": 29514, "lpoly_": null, "rpoly_": null, "length": 395.56508236000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 1095, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 423351, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-04-30T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER WALK", "stname": "LANCASTER WALK", "objectid": 13187, "Shape__Length": 157.29856760017654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188202950641696, 39.955785046190599 ], [ -75.188284916080903, 39.955891777389297 ], [ -75.189320955123506, 39.956429877121302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29514, "tnode_": 20558, "lpoly_": null, "rpoly_": null, "length": 614.56634507000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 1095, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423352, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-04-30T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER WALK", "stname": "LANCASTER WALK", "objectid": 13188, "Shape__Length": 244.31320655136477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189320955123506, 39.956429877121302 ], [ -75.189503238936297, 39.956525811624701 ], [ -75.1903355233014, 39.956963322716 ], [ -75.190864023485602, 39.957229630041603 ], [ -75.191059362303903, 39.957249753132103 ], [ -75.191173041249698, 39.957305331067097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20776, "tnode_": 29514, "lpoly_": null, "rpoly_": null, "length": 305.24134949, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 88440, "l_hundred": 0, "r_hundred": 0, "seg_id": 423353, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-04-30T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 13189, "Shape__Length": 121.67503717564378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189491321902295, 39.955602272066102 ], [ -75.189320955123506, 39.956429877121302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29514, "tnode_": 20610, "lpoly_": null, "rpoly_": null, "length": 186.0553668, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 20, "l_t_add": 48, "r_f_add": 21, "r_t_add": 49, "st_code": 88440, "l_hundred": 0, "r_hundred": 0, "seg_id": 423354, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2009-04-30T00:00:00Z", "newsegdate": "2009-04-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 13190, "Shape__Length": 74.165947280510693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189320955123506, 39.956429877121302 ], [ -75.189217109571601, 39.956934331583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28306, "tnode_": 29528, "lpoly_": null, "rpoly_": null, "length": 118.81632859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "CIR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 99, "st_code": 40155, "l_hundred": 0, "r_hundred": 0, "seg_id": 423355, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-28T00:00:00Z", "newsegdate": "2009-07-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON CIR", "stname": "HAMILTON CIR", "objectid": 13191, "Shape__Length": 47.367359783628757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170871079098802, 39.962216611525598 ], [ -75.170808492524301, 39.962539202067703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29528, "tnode_": 28304, "lpoly_": null, "rpoly_": null, "length": 502.2907395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "CIR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1, "l_t_add": 59, "r_f_add": 2, "r_t_add": 58, "st_code": 40155, "l_hundred": 0, "r_hundred": 0, "seg_id": 423356, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-28T00:00:00Z", "newsegdate": "2009-07-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON CIR", "stname": "HAMILTON CIR", "objectid": 13192, "Shape__Length": 199.9145529845089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170808492524301, 39.962539202067703 ], [ -75.170751794343502, 39.962831432839103 ], [ -75.169975455796504, 39.962736860800902 ], [ -75.170061652581197, 39.962262927455001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29529, "tnode_": 29528, "lpoly_": null, "rpoly_": null, "length": 171.45412112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "CIR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 60, "l_t_add": 68, "r_f_add": 61, "r_t_add": 69, "st_code": 40155, "l_hundred": 0, "r_hundred": 0, "seg_id": 423357, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-28T00:00:00Z", "newsegdate": "2009-07-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMILTON CIR", "stname": "HAMILTON CIR", "objectid": 13193, "Shape__Length": 68.096200220157627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170205776006199, 39.962459061882697 ], [ -75.170808492524301, 39.962539202067703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19866, "tnode_": 29530, "lpoly_": null, "rpoly_": null, "length": 291.50951643000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 20100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 423358, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-28T00:00:00Z", "newsegdate": "2009-07-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13194, "Shape__Length": 115.77727856740232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167988774034498, 39.962471915327903 ], [ -75.1690149301552, 39.962601756314598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29531, "tnode_": 19848, "lpoly_": null, "rpoly_": null, "length": 122.40968261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 20100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 423359, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-28T00:00:00Z", "newsegdate": "2009-07-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13195, "Shape__Length": 48.617391519171498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169121732915599, 39.962615708077102 ], [ -75.169552042852203, 39.962672926332303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17439, "tnode_": 29563, "lpoly_": null, "rpoly_": null, "length": 101.89113979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4102, "l_t_add": 4108, "r_f_add": 0, "r_t_add": 0, "st_code": 49040, "l_hundred": 4100, "r_hundred": 0, "seg_id": 423360, "oneway": "TF", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-07-26T00:00:00Z", "newsegdate": "2010-07-26T00:00:00Z", "multi_rep": 2, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 13196, "Shape__Length": 40.608435787221794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205880818396295, 39.9770653192734 ], [ -75.205885958163407, 39.977100348903498 ], [ -75.205885285686307, 39.977161888746203 ], [ -75.205865176017696, 39.977219228778601 ], [ -75.205831819029299, 39.977274265879899 ], [ -75.205778998838795, 39.977322137369597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17476, "tnode_": 29563, "lpoly_": null, "rpoly_": null, "length": 251.71047997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4101, "r_t_add": 4109, "st_code": 49040, "l_hundred": 0, "r_hundred": 4100, "seg_id": 423361, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-03T00:00:00Z", "newsegdate": "2010-09-03T00:00:00Z", "multi_rep": 1, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 13197, "Shape__Length": 100.15530343800798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205610972555803, 39.9769527587057 ], [ -75.205507989962101, 39.976985029726599 ], [ -75.205442606011601, 39.977023139425597 ], [ -75.205415353145199, 39.977057128265798 ], [ -75.205394075892698, 39.977110799576998 ], [ -75.205391345521505, 39.977187837908801 ], [ -75.205417297240601, 39.977231910199599 ], [ -75.205462915006095, 39.977284890678398 ], [ -75.205554127889997, 39.977327904266602 ], [ -75.205663156938201, 39.9773378585299 ], [ -75.205778998838795, 39.977322137369597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20899, "tnode_": 29569, "lpoly_": null, "rpoly_": null, "length": 115.42105345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "30TH LOWER LEVEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 3, "r_f_add": 2, "r_t_add": 4, "st_code": 88395, "l_hundred": 0, "r_hundred": 0, "seg_id": 423362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-23T00:00:00Z", "newsegdate": "2010-09-23T00:00:00Z", "multi_rep": 0, "streetlabe": "30TH LOWER LEVEL ST", "stname": "30TH LOWER LEVEL ST", "objectid": 13198, "Shape__Length": 46.008602627003931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183147241515897, 39.954334567282402 ], [ -75.183205568635202, 39.9540209177676 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29569, "tnode_": 21181, "lpoly_": null, "rpoly_": null, "length": 911.01234794999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "30TH LOWER LEVEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 5, "l_t_add": 199, "r_f_add": 6, "r_t_add": 198, "st_code": 88395, "l_hundred": 0, "r_hundred": 0, "seg_id": 423363, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-23T00:00:00Z", "newsegdate": "2010-09-23T00:00:00Z", "multi_rep": 0, "streetlabe": "30TH LOWER LEVEL ST", "stname": "30TH LOWER LEVEL ST", "objectid": 13199, "Shape__Length": 363.03568789833537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183205568635202, 39.9540209177676 ], [ -75.183502025430002, 39.9524266962054 ], [ -75.1837813598042, 39.951875266679203 ], [ -75.1840225513007, 39.951641471651499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29583, "tnode_": 29579, "lpoly_": null, "rpoly_": null, "length": 937.41502841, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 649, "st_code": 1171, "l_hundred": 600, "r_hundred": 600, "seg_id": 423365, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 13200, "Shape__Length": 373.30402755830011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183526280616505, 39.967244520373001 ], [ -75.183592042862202, 39.967231603969402 ], [ -75.183619293347405, 39.967232397286097 ], [ -75.183693180888, 39.967234549052897 ], [ -75.183793224922198, 39.967251947011398 ], [ -75.183894312542606, 39.9672996881134 ], [ -75.183983447146105, 39.967374112826 ], [ -75.184047756839703, 39.967468195567903 ], [ -75.184064455401497, 39.9675477380516 ], [ -75.184061976087307, 39.967613376154503 ], [ -75.184027616263705, 39.967689808113597 ], [ -75.184135951927004, 39.967741363767502 ], [ -75.184188601473096, 39.9677964431392 ], [ -75.184217380576698, 39.967845935845801 ], [ -75.1842632781417, 39.967905917961097 ], [ -75.184315481770696, 39.967972778816097 ], [ -75.184406295960599, 39.968060716230603 ], [ -75.184520663221207, 39.968162655690698 ], [ -75.1846260260468, 39.968271131462501 ], [ -75.1847339902627, 39.968368716216403 ], [ -75.184807878693803, 39.968441115391798 ], [ -75.184857642291604, 39.968514659180201 ], [ -75.184857478753301, 39.968576980176799 ], [ -75.184841304067902, 39.968657471600203 ], [ -75.184819519976301, 39.968712571500802 ], [ -75.184794913527298, 39.968784452680197 ], [ -75.184779819139393, 39.968836333254202 ], [ -75.184776832026998, 39.968915435506702 ], [ -75.184789370952998, 39.968976470922897 ], [ -75.184851544163905, 39.969084034050802 ], [ -75.184935776207496, 39.969192089360398 ], [ -75.184960787847899, 39.969260599040403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29584, "tnode_": 29583, "lpoly_": null, "rpoly_": null, "length": 1539.2867894600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 1171, "l_hundred": 400, "r_hundred": 400, "seg_id": 423366, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 13201, "Shape__Length": 613.22576669058992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181697801960794, 39.963570571770198 ], [ -75.181766539589503, 39.963621034417699 ], [ -75.181821878341097, 39.963652171360899 ], [ -75.182024260407005, 39.963780305506397 ], [ -75.182092852322299, 39.963818898374697 ], [ -75.182174266603099, 39.963861192102499 ], [ -75.182232917076803, 39.963916772593997 ], [ -75.182497127718307, 39.964147284760003 ], [ -75.182589212843197, 39.964247716809602 ], [ -75.182683680900496, 39.964426080048199 ], [ -75.182689157759, 39.964422103900702 ], [ -75.182722080156296, 39.964537607686196 ], [ -75.182719833799993, 39.964651862326598 ], [ -75.182718065198202, 39.964665570372503 ], [ -75.182711337847294, 39.964772661726101 ], [ -75.182687366627306, 39.964827712300199 ], [ -75.182699897020299, 39.964867431711198 ], [ -75.182726611858698, 39.964911716768803 ], [ -75.182798049534696, 39.964974478491001 ], [ -75.1828581422496, 39.965036986331697 ], [ -75.182956295224102, 39.965144033875802 ], [ -75.183037595177694, 39.965246335285002 ], [ -75.183080668889701, 39.965308462238703 ], [ -75.183096037799103, 39.965352494267798 ], [ -75.183109923465295, 39.965435812305799 ], [ -75.183125127478604, 39.965484209640401 ], [ -75.183157515975694, 39.965528622415597 ], [ -75.183162529416805, 39.9655462096704 ], [ -75.183159784245007, 39.965574515668997 ], [ -75.183139473039503, 39.9656524807192 ], [ -75.183119283570406, 39.965693846743598 ], [ -75.183110877592298, 39.965711068010599 ], [ -75.183067868790801, 39.965797482207499 ], [ -75.183066549272198, 39.965832402882 ], [ -75.183086766790893, 39.965898387479697 ], [ -75.183105847876305, 39.9659542553321 ], [ -75.183097642725002, 39.966019369795802 ], [ -75.183073506313605, 39.966099055787097 ], [ -75.183087031998994, 39.966185055286097 ], [ -75.183127497572798, 39.966323072727903 ], [ -75.183178949709202, 39.9664640254476 ], [ -75.183350555630895, 39.967031440860303 ], [ -75.183403070473403, 39.967170481856201 ], [ -75.183456937846401, 39.967258139627397 ], [ -75.183524349379397, 39.967244899749602 ], [ -75.183526280616505, 39.967244520373001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29584, "tnode_": 29585, "lpoly_": null, "rpoly_": null, "length": 109.51966121, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 423367, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 13202, "Shape__Length": 43.633992912536641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181697801960794, 39.963570571770198 ], [ -75.181696959052303, 39.963636539335901 ], [ -75.181663920513699, 39.963699808485899 ], [ -75.181632181996207, 39.963741047279001 ], [ -75.181592553625194, 39.963792540448303 ], [ -75.181550245967998, 39.963841404844501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29586, "tnode_": 29587, "lpoly_": null, "rpoly_": null, "length": 1548.1027577099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423369, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13203, "Shape__Length": 616.78995500326721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179625577692306, 39.954410877500202 ], [ -75.179640983096505, 39.954368930983499 ], [ -75.179702164319593, 39.954228224850603 ], [ -75.179722718646403, 39.9541809551814 ], [ -75.179801204347697, 39.954000452491698 ], [ -75.179845148484006, 39.953921506483901 ], [ -75.179879658724602, 39.953898638907603 ], [ -75.179910677035807, 39.953852050544398 ], [ -75.179950152712493, 39.953775256920302 ], [ -75.180069858868606, 39.953472290306301 ], [ -75.180225675695198, 39.953065435870599 ], [ -75.180260595381597, 39.953063982695397 ], [ -75.180296000535407, 39.953062508849001 ], [ -75.180336669092995, 39.953070173820301 ], [ -75.180333666231107, 39.953033519180501 ], [ -75.180358312238397, 39.952962021866298 ], [ -75.180403404760497, 39.952852705772798 ], [ -75.180407078964905, 39.952794247553399 ], [ -75.180420174354893, 39.952757390377897 ], [ -75.180410879596096, 39.9527324151748 ], [ -75.180426543152706, 39.952666345264802 ], [ -75.180466639737105, 39.9525344018693 ], [ -75.180491115269504, 39.952467403969898 ], [ -75.180529765360703, 39.952373704927197 ], [ -75.180572246595005, 39.952294725913397 ], [ -75.180650215116202, 39.952167008620002 ], [ -75.180717840154102, 39.952080712473297 ], [ -75.180787033495307, 39.951991637556397 ], [ -75.180830593581504, 39.951922814494203 ], [ -75.180866419744902, 39.951865077247597 ], [ -75.180895023637504, 39.951804925715201 ], [ -75.180935560262995, 39.951700010668397 ], [ -75.180966843302699, 39.951568996010998 ], [ -75.180985632327705, 39.951511831353798 ], [ -75.181031306498795, 39.951372865885297 ], [ -75.181073771430405, 39.951255610483003 ], [ -75.181110772688996, 39.951128100841899 ], [ -75.181164381951206, 39.9509868911111 ], [ -75.181202860203499, 39.950897690383599 ], [ -75.181342915458501, 39.950713947849302 ], [ -75.181395711179803, 39.950632948809201 ], [ -75.181445710494202, 39.950579467987801 ], [ -75.181502434403697, 39.950522111096397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29585, "tnode_": 19697, "lpoly_": null, "rpoly_": null, "length": 108.50373675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 480, "l_t_add": 498, "r_f_add": 481, "r_t_add": 499, "st_code": 54110, "l_hundred": 400, "r_hundred": 400, "seg_id": 423370, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 13204, "Shape__Length": 43.126309282277809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181550245967998, 39.963841404844501 ], [ -75.181894031241896, 39.963978293547498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19794, "tnode_": 29585, "lpoly_": null, "rpoly_": null, "length": 824.83837301999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 300, "l_t_add": 478, "r_f_add": 301, "r_t_add": 479, "st_code": 54110, "l_hundred": 300, "r_hundred": 300, "seg_id": 423371, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 13205, "Shape__Length": 327.74855212513938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1788220121976, 39.962999158758699 ], [ -75.180036549301207, 39.963328798269004 ], [ -75.181231239351604, 39.9637143808961 ], [ -75.181550245967998, 39.963841404844501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29583, "tnode_": 28392, "lpoly_": null, "rpoly_": null, "length": 948.50693778999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATER WORKS", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81710, "l_hundred": 700, "r_hundred": 700, "seg_id": 423372, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WATER WORKS DR", "stname": "WATER WORKS DR", "objectid": 13206, "Shape__Length": 377.76035003499811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183526280616505, 39.967244520373001 ], [ -75.183566621483493, 39.967384143135902 ], [ -75.183695458473494, 39.967378745410201 ], [ -75.183797992025106, 39.967415305862303 ], [ -75.183862042541193, 39.967488128086799 ], [ -75.183873425750704, 39.9675797604148 ], [ -75.183856222453301, 39.9676421986035 ], [ -75.183817093650404, 39.967695579624703 ], [ -75.183756470435696, 39.967728490991902 ], [ -75.183680251434794, 39.967745884104197 ], [ -75.183802879153603, 39.968019410937899 ], [ -75.183999265218304, 39.968260993850599 ], [ -75.184259750584104, 39.968479683357103 ], [ -75.184503065378095, 39.9687344783257 ], [ -75.184726686649697, 39.969092224240498 ], [ -75.184755553222899, 39.969205568808299 ], [ -75.184706602723693, 39.969352384226397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19375, "tnode_": 29583, "lpoly_": null, "rpoly_": null, "length": 469.54626051000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATER WORKS", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81710, "l_hundred": 600, "r_hundred": 600, "seg_id": 423373, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WATER WORKS DR", "stname": "WATER WORKS DR", "objectid": 13207, "Shape__Length": 187.18242610818584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183162749469503, 39.965986274384797 ], [ -75.183526280616505, 39.967244520373001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29624, "tnode_": 21445, "lpoly_": null, "rpoly_": null, "length": 2082.7128466, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34464, "l_t_add": 34498, "r_f_add": 34465, "r_t_add": 34499, "st_code": 1150, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 423374, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 13208, "Shape__Length": 829.54940975409227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181164160324499, 39.954596415761799 ], [ -75.181435513974705, 39.953837079104702 ], [ -75.182336042942495, 39.952224363594503 ], [ -75.182544649856098, 39.951950113014398 ], [ -75.182860805547193, 39.951196681354403 ], [ -75.183669011950002, 39.950144477196098 ], [ -75.183762908552396, 39.950069521590301 ], [ -75.184428880834304, 39.949537879805703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20403, "tnode_": 29624, "lpoly_": null, "rpoly_": null, "length": 1346.1961263799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34440, "l_t_add": 34462, "r_f_add": 34441, "r_t_add": 34463, "st_code": 1150, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 423375, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 13209, "Shape__Length": 536.57255627855216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180401204473796, 39.958201627245998 ], [ -75.180298085878505, 39.957905503137702 ], [ -75.180307939825994, 39.957433820914098 ], [ -75.180349786993503, 39.957084576539799 ], [ -75.180737828482904, 39.955789402285397 ], [ -75.180792792929594, 39.955635600725898 ], [ -75.181164160324499, 39.954596415761799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29625, "tnode_": 21165, "lpoly_": null, "rpoly_": null, "length": 1078.3159943600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34452, "l_t_add": 34484, "r_f_add": 34453, "r_t_add": 34485, "st_code": 1160, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 423376, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13210, "Shape__Length": 429.66405101150656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181095312085702, 39.954587993039098 ], [ -75.181192540993806, 39.954302262915398 ], [ -75.181309855791099, 39.953912232714799 ], [ -75.182017722521707, 39.9524847708959 ], [ -75.182153582771207, 39.9522250737256 ], [ -75.182388898980605, 39.951805964783802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29223, "tnode_": 29625, "lpoly_": null, "rpoly_": null, "length": 206.75931047999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 34444, "l_t_add": 34450, "r_f_add": 34445, "r_t_add": 34451, "st_code": 1160, "l_hundred": 34400, "r_hundred": 34400, "seg_id": 423377, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 13211, "Shape__Length": 82.403942309489992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180908472749607, 39.9551370578723 ], [ -75.181095312085702, 39.954587993039098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21074, "tnode_": 29649, "lpoly_": null, "rpoly_": null, "length": 819.58863959000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2798, "r_f_add": 2301, "r_t_add": 2799, "st_code": 22820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423378, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13212, "Shape__Length": 325.46512543477792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178151364549507, 39.952642491102097 ], [ -75.179192885344804, 39.952768524905501 ], [ -75.181036025110203, 39.953007350264599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29649, "tnode_": 21036, "lpoly_": null, "rpoly_": null, "length": 183.29965747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 22820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 423379, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13213, "Shape__Length": 72.790342343315061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181036025110203, 39.953007350264599 ], [ -75.181680767622495, 39.953090885399298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17734, "tnode_": 29652, "lpoly_": null, "rpoly_": null, "length": 719.60441411000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 3350, "l_t_add": 3378, "r_f_add": 3351, "r_t_add": 3379, "st_code": 37040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423380, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13214, "Shape__Length": 285.84676381120858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190625452493805, 39.9754956529002 ], [ -75.190997581465595, 39.975540188633097 ], [ -75.1913366590273, 39.975553861018902 ], [ -75.191962761976498, 39.975486842253503 ], [ -75.193063645112503, 39.975363173184597 ], [ -75.193169454187696, 39.975352114756703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29652, "tnode_": 17811, "lpoly_": null, "rpoly_": null, "length": 489.58175494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3380, "l_t_add": 3398, "r_f_add": 3381, "r_t_add": 3399, "st_code": 37040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 423381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13215, "Shape__Length": 194.47465570388377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193169454187696, 39.975352114756703 ], [ -75.194352051954297, 39.975228510628597 ], [ -75.194663137050995, 39.975195993991498 ], [ -75.194900422937394, 39.975171190293104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26937, "tnode_": 29654, "lpoly_": null, "rpoly_": null, "length": 1951.6945989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2001, "r_t_add": 2821, "st_code": 46170, "l_hundred": 0, "r_hundred": 2000, "seg_id": 423382, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 1, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 13216, "Shape__Length": 775.05628515254034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172991778802697, 39.954643705048198 ], [ -75.174850874126193, 39.954880147517201 ], [ -75.176429756284804, 39.955080920553101 ], [ -75.177587816395402, 39.955228164054397 ], [ -75.17986445919, 39.955497503030799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29654, "tnode_": 26938, "lpoly_": null, "rpoly_": null, "length": 264.68943643999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2823, "r_t_add": 2899, "st_code": 46170, "l_hundred": 0, "r_hundred": 2800, "seg_id": 423383, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 1, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 13217, "Shape__Length": 105.18601306393077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.17986445919, 39.955497503030799 ], [ -75.180462926043006, 39.955568297318202 ], [ -75.180573033771395, 39.955594303306199 ], [ -75.180660077340207, 39.955671789098702 ], [ -75.180677803909404, 39.955740003433903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20849, "tnode_": 29655, "lpoly_": null, "rpoly_": null, "length": 1957.9624308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2000, "l_t_add": 2822, "r_f_add": 0, "r_t_add": 0, "st_code": 46170, "l_hundred": 2000, "r_hundred": 0, "seg_id": 423384, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 2, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 13218, "Shape__Length": 777.54427609226968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173006468522303, 39.954562335617197 ], [ -75.174871538035305, 39.954787699794501 ], [ -75.174879260231407, 39.954788632690303 ], [ -75.176451615693793, 39.954981119217898 ], [ -75.177607706493106, 39.955133886633597 ], [ -75.177624163730002, 39.955136062187101 ], [ -75.179901279690299, 39.955418627147601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29655, "tnode_": 20751, "lpoly_": null, "rpoly_": null, "length": 267.70651253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2824, "l_t_add": 2898, "r_f_add": 0, "r_t_add": 0, "st_code": 46170, "l_hundred": 2800, "r_hundred": 0, "seg_id": 423385, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 2, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 13219, "Shape__Length": 106.33456051007876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179901279690299, 39.955418627147601 ], [ -75.179933354951899, 39.955422607392499 ], [ -75.180588623038901, 39.9555065272395 ], [ -75.180658445702903, 39.955498648447097 ], [ -75.180736797264103, 39.955481518926703 ], [ -75.180814789202202, 39.955426124358397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20906, "tnode_": 29656, "lpoly_": null, "rpoly_": null, "length": 707.30727865999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2750, "r_f_add": 2301, "r_t_add": 2751, "st_code": 53560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423386, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13220, "Shape__Length": 280.88543059085799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177825322129806, 39.954167620845602 ], [ -75.1794392371459, 39.954385383380902 ], [ -75.180312692699403, 39.954492248340699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29656, "tnode_": 20870, "lpoly_": null, "rpoly_": null, "length": 257.91676864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2752, "l_t_add": 2898, "r_f_add": 2753, "r_t_add": 2899, "st_code": 53560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 423387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13221, "Shape__Length": 102.42270524867816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180312692699403, 39.954492248340699 ], [ -75.181006990391694, 39.954577188007399 ], [ -75.181095439114998, 39.9545880084979 ], [ -75.181221273221993, 39.9546034025499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19697, "tnode_": 29657, "lpoly_": null, "rpoly_": null, "length": 493.68063239000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 531, "st_code": 54110, "l_hundred": 500, "r_hundred": 500, "seg_id": 423388, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 13222, "Shape__Length": 196.14922765427542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181894031241896, 39.963978293547498 ], [ -75.182510801944701, 39.964152549918701 ], [ -75.183547323579205, 39.964445388084002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29657, "tnode_": 17392, "lpoly_": null, "rpoly_": null, "length": 6639.3501305899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 532, "l_t_add": 1298, "r_f_add": 533, "r_t_add": 1299, "st_code": 54110, "l_hundred": 500, "r_hundred": 500, "seg_id": 423389, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 13223, "Shape__Length": 2642.6719243094276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183547323579205, 39.964445388084002 ], [ -75.184677143234396, 39.964764571426102 ], [ -75.187400931655205, 39.966859013641503 ], [ -75.188568949519805, 39.967474961204999 ], [ -75.189462763902398, 39.967845882516698 ], [ -75.189816421654101, 39.968005959808501 ], [ -75.190268606752099, 39.968225357039302 ], [ -75.190596874018397, 39.968421826568303 ], [ -75.190962078340405, 39.968664724326999 ], [ -75.191260408775307, 39.968894129093499 ], [ -75.191537310109396, 39.969129294711301 ], [ -75.191964739124799, 39.969575685172103 ], [ -75.192174263440407, 39.969843912418199 ], [ -75.192388488337897, 39.970153049748298 ], [ -75.192545578011703, 39.970422028438598 ], [ -75.192741684763803, 39.970814772947101 ], [ -75.192844998881796, 39.971086873031901 ], [ -75.192970184881204, 39.971507320211003 ], [ -75.193076288004704, 39.971904299633898 ], [ -75.1931969601643, 39.972378413519202 ], [ -75.193318283949907, 39.972835259532602 ], [ -75.193458911894197, 39.973376066929497 ], [ -75.193527662668899, 39.973605149766499 ], [ -75.193646073955406, 39.973874225426101 ], [ -75.193784926606696, 39.974197042751001 ], [ -75.194018791449494, 39.974747607261598 ], [ -75.194192106358798, 39.975142389165399 ], [ -75.194375829784406, 39.975573591499497 ], [ -75.194485622698494, 39.975740219831501 ], [ -75.194649051715203, 39.9759075612793 ], [ -75.194914970025806, 39.976137193336903 ], [ -75.195244123938707, 39.976377833661097 ], [ -75.195710443230197, 39.9766215261414 ], [ -75.196169676940698, 39.976788249082503 ], [ -75.196444156632396, 39.976856765292197 ], [ -75.196847311157597, 39.976955027922301 ], [ -75.197292647032, 39.9770599875472 ], [ -75.197802285213299, 39.977180778086399 ], [ -75.198237017699896, 39.977280070504698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19599, "tnode_": 29663, "lpoly_": null, "rpoly_": null, "length": 351.97104577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2800, "l_t_add": 2858, "r_f_add": 2801, "r_t_add": 2857, "st_code": 73800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 423390, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13224, "Shape__Length": 139.7944056199033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182235153727007, 39.964489478936201 ], [ -75.182710993602001, 39.964462007202499 ], [ -75.182823506283398, 39.9644555118863 ], [ -75.183125435078594, 39.9644136124898 ], [ -75.183308217524498, 39.964387292466398 ], [ -75.183474036290804, 39.9643496021705 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29663, "tnode_": 19679, "lpoly_": null, "rpoly_": null, "length": 250.98649126000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2860, "l_t_add": 2898, "r_f_add": 2859, "r_t_add": 2899, "st_code": 73800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 423391, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13225, "Shape__Length": 99.721913042967003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183474036290804, 39.9643496021705 ], [ -75.183746693885098, 39.964287626911201 ], [ -75.184314594408704, 39.964113986963198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21227, "tnode_": 29668, "lpoly_": null, "rpoly_": null, "length": 926.72895430999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2300, "l_t_add": 2760, "r_f_add": 2301, "r_t_add": 2761, "st_code": 81140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423392, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13226, "Shape__Length": 368.00364522755399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178482236459601, 39.9511140577387 ], [ -75.178984210768505, 39.951182568689802 ], [ -75.179511148501803, 39.9512491148718 ], [ -75.180620066765698, 39.9513895128066 ], [ -75.181743504867896, 39.951528549117498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29668, "tnode_": 21183, "lpoly_": null, "rpoly_": null, "length": 298.36820611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2762, "l_t_add": 2898, "r_f_add": 2763, "r_t_add": 2899, "st_code": 81140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 423393, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13227, "Shape__Length": 118.48154239624743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181743504867896, 39.951528549117498 ], [ -75.182419576284502, 39.951612214159802 ], [ -75.182543732796105, 39.951629047889398 ], [ -75.182794425438601, 39.951657526114403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29681, "tnode_": 29682, "lpoly_": null, "rpoly_": null, "length": 173.96733149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONESTOGA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 24690, "l_hundred": 300, "r_hundred": 300, "seg_id": 423394, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-03-14T00:00:00Z", "newsegdate": "2011-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CONESTOGA WAY", "stname": "CONESTOGA WAY", "objectid": 13228, "Shape__Length": 69.356525346702895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229206367261099, 39.965534538691699 ], [ -75.229204771808597, 39.965533419740503 ], [ -75.229111260317097, 39.966003849843702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19250, "tnode_": 29692, "lpoly_": null, "rpoly_": null, "length": 176.97324274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2315, "st_code": 81040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-16T00:00:00Z", "newsegdate": "2011-03-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 13229, "Shape__Length": 70.292124877483531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175551076613004, 39.966650459680899 ], [ -75.176173729402606, 39.966730937830199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29692, "tnode_": 19222, "lpoly_": null, "rpoly_": null, "length": 270.72346988000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2317, "r_t_add": 2399, "st_code": 81040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423398, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-16T00:00:00Z", "newsegdate": "2011-03-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 13230, "Shape__Length": 107.52900243121914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176173729402606, 39.966730937830199 ], [ -75.177126230512798, 39.966854042610301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29691, "tnode_": 29692, "lpoly_": null, "rpoly_": null, "length": 100.27987448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "PL", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2348, "r_f_add": 2301, "r_t_add": 2349, "st_code": 81035, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423399, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-16T00:00:00Z", "newsegdate": "2011-03-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WALLACE PL", "stname": "WALLACE PL", "objectid": 13231, "Shape__Length": 39.978067405155862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176197578515101, 39.9664604815991 ], [ -75.176217060399793, 39.966506986477398 ], [ -75.176173729402606, 39.966730937830199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19233, "tnode_": 19179, "lpoly_": null, "rpoly_": null, "length": 247.30382659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTUA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3416, "l_t_add": 3498, "r_f_add": 3417, "r_t_add": 3499, "st_code": 53300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423400, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-18T00:00:00Z", "newsegdate": "2011-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "MANTUA AVE", "stname": "MANTUA AVE", "objectid": 13232, "Shape__Length": 98.289501448769045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192926578790207, 39.967176304088603 ], [ -75.193407935629494, 39.967346643902097 ], [ -75.193722488172895, 39.967469018925598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29716, "tnode_": 29717, "lpoly_": null, "rpoly_": null, "length": 119.64256639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOGAN", "st_type": "CT", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51430, "l_hundred": 200, "r_hundred": 200, "seg_id": 423401, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-05-05T00:00:00Z", "newsegdate": "2011-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LOGAN CT", "stname": "LOGAN CT", "objectid": 13233, "Shape__Length": 47.693088586137868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176530075148193, 39.957959378899403 ], [ -75.176461917414599, 39.958283597564503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20431, "tnode_": 29716, "lpoly_": null, "rpoly_": null, "length": 69.413330120000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2212, "l_t_add": 2218, "r_f_add": 2209, "r_t_add": 2213, "st_code": 67120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 423402, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2011-05-05T00:00:00Z", "newsegdate": "2011-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 13234, "Shape__Length": 27.566847015775469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176285962605803, 39.957927467062298 ], [ -75.176530075148193, 39.957959378899403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29716, "tnode_": 20415, "lpoly_": null, "rpoly_": null, "length": 127.75684508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2220, "l_t_add": 2298, "r_f_add": 2215, "r_t_add": 2299, "st_code": 67120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 423403, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2011-05-05T00:00:00Z", "newsegdate": "2011-05-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 13235, "Shape__Length": 50.737455464687116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176530075148193, 39.957959378899403 ], [ -75.176979370339495, 39.958018112959103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29719, "tnode_": 18432, "lpoly_": null, "rpoly_": null, "length": 687.68945761999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 63940, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-05-16T00:00:00Z", "newsegdate": "2011-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNSGROVE ST", "stname": "PENNSGROVE ST", "objectid": 13236, "Shape__Length": 273.33670450346369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199130912043103, 39.9725487977786 ], [ -75.199130883996801, 39.972548390801599 ], [ -75.199229483257497, 39.972421005400598 ], [ -75.199446347553703, 39.972198388678201 ], [ -75.201196600017198, 39.972004238105498 ], [ -75.201267890735807, 39.972017127402502 ], [ -75.201298545695707, 39.972054297183497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29719, "tnode_": 18282, "lpoly_": null, "rpoly_": null, "length": 61.04646563, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 88540, "l_hundred": 900, "r_hundred": 900, "seg_id": 423405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-05-16T00:00:00Z", "newsegdate": "2011-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 13237, "Shape__Length": 24.342269020217923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199130912043103, 39.9725487977786 ], [ -75.199142472540004, 39.972716141733699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29729, "tnode_": 29728, "lpoly_": null, "rpoly_": null, "length": 341.11982733999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIGS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 64680, "l_hundred": 0, "r_hundred": 0, "seg_id": 423406, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PIGS ALY", "stname": "PIGS ALY", "objectid": 13238, "Shape__Length": 135.63333337456345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1764865744004, 39.968131772577898 ], [ -75.176430899618495, 39.968386881684701 ], [ -75.175562776363407, 39.968272203437799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19011, "tnode_": 29729, "lpoly_": null, "rpoly_": null, "length": 348.06730456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEROT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2300, "l_t_add": 2346, "r_f_add": 2301, "r_t_add": 2341, "st_code": 64300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PEROT ST", "stname": "PEROT ST", "objectid": 13239, "Shape__Length": 138.25136337964014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175261351163797, 39.967976160900399 ], [ -75.1764865744004, 39.968131772577898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29729, "tnode_": 18988, "lpoly_": null, "rpoly_": null, "length": 99.6023175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEROT", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 2348, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 64300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423408, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "PEROT ST", "stname": "PEROT ST", "objectid": 13240, "Shape__Length": 39.561820742811172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1764865744004, 39.968131772577898 ], [ -75.176837183120597, 39.968176299744698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29754, "tnode_": 20538, "lpoly_": null, "rpoly_": null, "length": 119.19628787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3876, "l_t_add": 3898, "r_f_add": 3877, "r_t_add": 3899, "st_code": 34000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423409, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-27T00:00:00Z", "newsegdate": "2011-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13241, "Shape__Length": 47.332709109521147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199054976286305, 39.957563338551701 ], [ -75.199100603764904, 39.957568896860998 ], [ -75.199479529154203, 39.957563255141999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20566, "tnode_": 29754, "lpoly_": null, "rpoly_": null, "length": 367.76973073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3874, "r_f_add": 3801, "r_t_add": 3875, "st_code": 34000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423410, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-27T00:00:00Z", "newsegdate": "2011-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13242, "Shape__Length": 146.0531960288256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197759221536202, 39.957405481070502 ], [ -75.199054976286305, 39.957563338551701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29754, "tnode_": 29950, "lpoly_": null, "rpoly_": null, "length": 169.05803286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENN PRESBYTERIAN", "st_type": "DWY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1131, "l_hundred": 0, "r_hundred": 0, "seg_id": 423411, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2011-12-27T00:00:00Z", "newsegdate": "2011-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "PENN PRESBYTERIAN DWY", "stname": "PENN PRESBYTERIAN DWY", "objectid": 13243, "Shape__Length": 67.391469044118963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199054976286305, 39.957563338551701 ], [ -75.198960306069594, 39.958021670031798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29764, "tnode_": 29763, "lpoly_": null, "rpoly_": null, "length": 535.91014723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEETBRIAR", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 75787, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423412, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-28T00:00:00Z", "newsegdate": "2012-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SWEETBRIAR LN", "stname": "SWEETBRIAR LN", "objectid": 13244, "Shape__Length": 213.16258988476267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200787498691895, 39.976524564659599 ], [ -75.200990546501103, 39.976743752926097 ], [ -75.201424036031796, 39.9769833920735 ], [ -75.202316052348806, 39.977377381494399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29763, "tnode_": 17294, "lpoly_": null, "rpoly_": null, "length": 1027.12342646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEETBRIAR", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4078, "r_f_add": 4001, "r_t_add": 4079, "st_code": 75787, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 423413, "oneway": "TF", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-28T00:00:00Z", "newsegdate": "2012-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SWEETBRIAR LN", "stname": "SWEETBRIAR LN", "objectid": 13245, "Shape__Length": 408.48367239792771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202316052348806, 39.977377381494399 ], [ -75.202529889557496, 39.977496512893403 ], [ -75.202769203479093, 39.977685539852601 ], [ -75.203038841650397, 39.977958320902999 ], [ -75.203231909139404, 39.9781638728902 ], [ -75.203329829706107, 39.978234483496102 ], [ -75.203479366804203, 39.978298081707102 ], [ -75.203658832513796, 39.978326559514201 ], [ -75.203858168652999, 39.978336910909803 ], [ -75.204183820869204, 39.978251692604502 ], [ -75.204527430045701, 39.978093152468297 ], [ -75.204885885545707, 39.977944302027801 ], [ -75.205126998445195, 39.977899325395001 ], [ -75.205321046886098, 39.977886886863701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17596, "tnode_": 29763, "lpoly_": null, "rpoly_": null, "length": 848.03171005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEETBRIAR", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 75787, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423414, "oneway": "TF", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-28T00:00:00Z", "newsegdate": "2012-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SWEETBRIAR LN", "stname": "SWEETBRIAR LN", "objectid": 13246, "Shape__Length": 337.32302526212061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2046581777998, 39.9763556051468 ], [ -75.204326438014704, 39.976309154690902 ], [ -75.204090506652406, 39.976277516789899 ], [ -75.203876067351004, 39.976271799604497 ], [ -75.203750923178404, 39.976281024306203 ], [ -75.203574131964103, 39.976303025158302 ], [ -75.203391382302101, 39.976350816305001 ], [ -75.203241383041799, 39.976423817880502 ], [ -75.203117010664201, 39.976512269914402 ], [ -75.202988790186893, 39.976603516923298 ], [ -75.202782586413306, 39.976777524537297 ], [ -75.202694290781807, 39.976902301714503 ], [ -75.202611735110196, 39.976991935529099 ], [ -75.202515429886404, 39.977113327208301 ], [ -75.202316052348806, 39.977377381494399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21345, "tnode_": 29587, "lpoly_": null, "rpoly_": null, "length": 207.18082389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 51380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 423415, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2012-06-29T00:00:00Z", "newsegdate": "2012-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13247, "Shape__Length": 82.347740105238131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180870158992306, 39.950235234050503 ], [ -75.181239350907902, 39.950366949595498 ], [ -75.181282556757907, 39.950386610384498 ], [ -75.181335827460202, 39.950415397622898 ], [ -75.181502434403697, 39.950522111096397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29770, "tnode_": 29584, "lpoly_": null, "rpoly_": null, "length": 2191.16357552, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 200, "l_t_add": 398, "r_f_add": 201, "r_t_add": 399, "st_code": 1171, "l_hundred": 200, "r_hundred": 200, "seg_id": 423416, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-29T00:00:00Z", "newsegdate": "2012-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 13248, "Shape__Length": 872.97143242914478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178612654237895, 39.958138686756598 ], [ -75.178622072249794, 39.958175132942799 ], [ -75.178648187603201, 39.9582762018266 ], [ -75.178666521914195, 39.9583329016722 ], [ -75.178822667530397, 39.958806974521103 ], [ -75.179038730485701, 39.959476024471201 ], [ -75.179102677369002, 39.959641820927303 ], [ -75.179110355157405, 39.959709539124702 ], [ -75.179114286736095, 39.959760287512701 ], [ -75.17924314167, 39.960111688029201 ], [ -75.179388744624902, 39.960466809081197 ], [ -75.179531167260393, 39.960798023296597 ], [ -75.179705033434004, 39.961152034538003 ], [ -75.179838666014206, 39.961409454054397 ], [ -75.180114384763499, 39.961837245976497 ], [ -75.180207319092602, 39.961982287463499 ], [ -75.180328406138102, 39.962145985044998 ], [ -75.180511825953801, 39.962385829978999 ], [ -75.180617003680496, 39.962513255714498 ], [ -75.180711129870502, 39.962629063999501 ], [ -75.180772525698899, 39.962697229021799 ], [ -75.180960786951402, 39.962886690719401 ], [ -75.181131996487196, 39.9630622677467 ], [ -75.1813327347068, 39.9632534632768 ], [ -75.181538803092295, 39.963444777752002 ], [ -75.181697801960794, 39.963570571770198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29586, "tnode_": 29770, "lpoly_": null, "rpoly_": null, "length": 1402.6825140199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 423417, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2012-06-29T00:00:00Z", "newsegdate": "2012-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 13249, "Shape__Length": 559.05468089429496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179625577692306, 39.954410877500202 ], [ -75.179570858004595, 39.954559867217398 ], [ -75.179452008060295, 39.954855534563798 ], [ -75.179347387372999, 39.955107615256601 ], [ -75.179160115452902, 39.955572304352202 ], [ -75.179045558282297, 39.955816281892901 ], [ -75.178925721984697, 39.956083782674298 ], [ -75.178919463521595, 39.9561331764424 ], [ -75.178902542013105, 39.956232428396703 ], [ -75.1788169034361, 39.956446657319397 ], [ -75.178658864328696, 39.956873161891203 ], [ -75.178619754500403, 39.957017510403098 ], [ -75.178584689618205, 39.957170955183201 ], [ -75.1785603454165, 39.957311694512001 ], [ -75.1785535627928, 39.957452264335799 ], [ -75.178549787488095, 39.957590650838299 ], [ -75.178552284759206, 39.957717918889799 ], [ -75.1785597211545, 39.957830663410398 ], [ -75.178586399449401, 39.958014762370702 ], [ -75.178602250786597, 39.958098425221898 ], [ -75.178612654237895, 39.958138686756598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20407, "tnode_": 29770, "lpoly_": null, "rpoly_": null, "length": 209.63740808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2396, "l_t_add": 2398, "r_f_add": 2397, "r_t_add": 2399, "st_code": 67120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 423418, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2014-10-16T00:00:00Z", "newsegdate": "2012-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 13250, "Shape__Length": 83.257424267042097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177877365079198, 39.958126753198997 ], [ -75.178415689204499, 39.958181766955398 ], [ -75.178612654237895, 39.958138686756598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19825, "tnode_": 29776, "lpoly_": null, "rpoly_": null, "length": 34.79496022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4000, "l_t_add": 4038, "r_f_add": 4001, "r_t_add": 4039, "st_code": 81480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 423419, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-16T00:00:00Z", "newsegdate": "2012-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WARREN ST", "stname": "WARREN ST", "objectid": 13251, "Shape__Length": 13.84064003794569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204452404682499, 39.963642497212 ], [ -75.2045443232211, 39.963701329506101 ], [ -75.204547646569793, 39.963698915563903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29152, "tnode_": 29151, "lpoly_": null, "rpoly_": null, "length": 540.76215879000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 400, "l_t_add": 440, "r_f_add": 401, "r_t_add": 441, "st_code": 88090, "l_hundred": 400, "r_hundred": 400, "seg_id": 423420, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 13252, "Shape__Length": 215.5703404932313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165298648814598, 39.960021754619902 ], [ -75.165124173378203, 39.960825071809502 ], [ -75.164977766502304, 39.961485531745801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29812, "tnode_": 21346, "lpoly_": null, "rpoly_": null, "length": 36.36218691, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 233, "l_t_add": 233, "r_f_add": 226, "r_t_add": 226, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 423421, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 13253, "Shape__Length": 14.49331311219378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175861893042693, 39.950209060804703 ], [ -75.175882972760306, 39.950110569278998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21266, "tnode_": 29812, "lpoly_": null, "rpoly_": null, "length": 210.2777984, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 231, "r_f_add": 200, "r_t_add": 224, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 423422, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 13254, "Shape__Length": 83.813353542685036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175739989821295, 39.950778624313898 ], [ -75.175861893042693, 39.950209060804703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29812, "tnode_": 29813, "lpoly_": null, "rpoly_": null, "length": 182.25489806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 22300, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 423423, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-11-04T00:00:00Z", "newsegdate": "2013-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13255, "Shape__Length": 72.370862068884975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175861893042693, 39.950209060804703 ], [ -75.176504780217996, 39.950283188370697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18646, "tnode_": 29815, "lpoly_": null, "rpoly_": null, "length": 71.10013567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1722, "l_t_add": 1730, "r_f_add": 1727, "r_t_add": 1731, "st_code": 84820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423424, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "WYLIE ST", "stname": "WYLIE ST", "objectid": 13256, "Shape__Length": 28.272687107070528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165492656443206, 39.970049895929698 ], [ -75.1656834045734, 39.969953779404896 ], [ -75.165704213047206, 39.969942229412901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29815, "tnode_": 18726, "lpoly_": null, "rpoly_": null, "length": 227.92417052000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 84820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423425, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "WYLIE ST", "stname": "WYLIE ST", "objectid": 13257, "Shape__Length": 90.646417082263014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165704213047206, 39.969942229412901 ], [ -75.166363687128097, 39.969576155354297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29012, "tnode_": 29816, "lpoly_": null, "rpoly_": null, "length": 307.57166838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDWIN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 30905, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423426, "oneway": "TF", "class": 12, "responsibl": "PRIVATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "EDWIN WALK", "stname": "EDWIN WALK", "objectid": 13258, "Shape__Length": 122.29913977364573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165134816492099, 39.970770201137299 ], [ -75.165707066510805, 39.970459360343703 ], [ -75.165812134834198, 39.970471470222499 ], [ -75.166006354853906, 39.970363681194399 ], [ -75.166056478380895, 39.970355789869899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29816, "tnode_": 29013, "lpoly_": null, "rpoly_": null, "length": 234.31937616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDWIN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 30905, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423427, "oneway": "TF", "class": 12, "responsibl": "PRIVATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "EDWIN WALK", "stname": "EDWIN WALK", "objectid": 13259, "Shape__Length": 93.177937586471771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166056478380895, 39.970355789869899 ], [ -75.166106918829797, 39.9703478479952 ], [ -75.166750932570494, 39.970003134391199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29815, "tnode_": 29816, "lpoly_": null, "rpoly_": null, "length": 180.12400714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 846, "l_t_add": 850, "r_f_add": 845, "r_t_add": 851, "st_code": 50140, "l_hundred": 800, "r_hundred": 800, "seg_id": 423428, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2013-12-11T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LELAND ST", "stname": "LELAND ST", "objectid": 13260, "Shape__Length": 71.737645123594689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165704213047206, 39.969942229412901 ], [ -75.166056478380895, 39.970355789869899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29816, "tnode_": 29817, "lpoly_": null, "rpoly_": null, "length": 82.52035096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 852, "l_t_add": 856, "r_f_add": 853, "r_t_add": 857, "st_code": 50140, "l_hundred": 800, "r_hundred": 800, "seg_id": 423429, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2013-12-11T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LELAND ST", "stname": "LELAND ST", "objectid": 13261, "Shape__Length": 32.857378198846604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166056478380895, 39.970355789869899 ], [ -75.166233638099001, 39.970536718774603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17564, "tnode_": 29858, "lpoly_": null, "rpoly_": null, "length": 40.11318007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSTON", "st_type": "CT", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 53930, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 423430, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2014-02-06T00:00:00Z", "newsegdate": "2014-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSTON CT", "stname": "MARSTON CT", "objectid": 13262, "Shape__Length": 15.993511902244403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180477307723706, 39.975982459040402 ], [ -75.180448442573905, 39.975874605918001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29875, "tnode_": 19489, "lpoly_": null, "rpoly_": null, "length": 229.2071638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 726, "l_t_add": 744, "r_f_add": 727, "r_t_add": 751, "st_code": 19280, "l_hundred": 700, "r_hundred": 700, "seg_id": 423431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 13263, "Shape__Length": 91.384414016311112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208143759047701, 39.965220203240897 ], [ -75.208223818167099, 39.965846382717899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19667, "tnode_": 29875, "lpoly_": null, "rpoly_": null, "length": 180.5386549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 725, "st_code": 19280, "l_hundred": 700, "r_hundred": 700, "seg_id": 423432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKLYN ST", "stname": "BROOKLYN ST", "objectid": 13264, "Shape__Length": 71.979793777622731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208080701318096, 39.964726982925299 ], [ -75.208143759047701, 39.965220203240897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29875, "tnode_": 29874, "lpoly_": null, "rpoly_": null, "length": 168.66207549000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 61320, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 423433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2014-07-30T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 13265, "Shape__Length": 66.985724855177736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208143759047701, 39.965220203240897 ], [ -75.208741511793804, 39.9651671789251 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29881, "tnode_": 29114, "lpoly_": null, "rpoly_": null, "length": 415.62014985999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3452, "l_t_add": 3498, "r_f_add": 3451, "r_t_add": 3499, "st_code": 37040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423434, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-11-28T00:00:00Z", "newsegdate": "2014-11-28T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13266, "Shape__Length": 165.09597085263573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196802519645104, 39.974955940388199 ], [ -75.1982699923947, 39.974791479997798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17821, "tnode_": 29881, "lpoly_": null, "rpoly_": null, "length": 393.25164786, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3420, "l_t_add": 3450, "r_f_add": 3421, "r_t_add": 3449, "st_code": 37040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 423435, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-11-28T00:00:00Z", "newsegdate": "2014-11-28T00:00:00Z", "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13267, "Shape__Length": 156.2109399310223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195414019021001, 39.975111531781202 ], [ -75.196802519645104, 39.974955940388199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29881, "tnode_": 29880, "lpoly_": null, "rpoly_": null, "length": 100.84585234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LETITIA", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1099, "l_hundred": 0, "r_hundred": 0, "seg_id": 423436, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2014-12-01T00:00:00Z", "newsegdate": "2014-12-01T00:00:00Z", "multi_rep": 0, "streetlabe": "LETITIA WALK", "stname": "LETITIA WALK", "objectid": 13268, "Shape__Length": 40.12277137285286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196802519645104, 39.974955940388199 ], [ -75.197075790941696, 39.975136037778398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29967, "tnode_": 29936, "lpoly_": null, "rpoly_": null, "length": 490.84125108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 1174, "l_hundred": 400, "r_hundred": 400, "seg_id": 423438, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2016-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13269, "Shape__Length": 195.39033663129322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186693942309404, 39.946178832030398 ], [ -75.186756543106796, 39.9462826235021 ], [ -75.186758543836206, 39.946376528199401 ], [ -75.186708288344406, 39.946533260271799 ], [ -75.186495226059506, 39.946644995796703 ], [ -75.186443513806694, 39.946767803728697 ], [ -75.186127924416894, 39.947054449705398 ], [ -75.185891005390602, 39.947259472196698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29587, "tnode_": 29936, "lpoly_": null, "rpoly_": null, "length": 1731.8361313299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 201, "l_t_add": 399, "r_f_add": 202, "r_t_add": 398, "st_code": 1174, "l_hundred": 200, "r_hundred": 200, "seg_id": 423439, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2016-04-18T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13270, "Shape__Length": 688.93460522530745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185891005390602, 39.947259472196698 ], [ -75.185861528342699, 39.947284981308002 ], [ -75.185494373056798, 39.947559030115499 ], [ -75.185327519516505, 39.947646842285799 ], [ -75.185132208375293, 39.947766439863699 ], [ -75.184932017299104, 39.947884020561602 ], [ -75.184437683976398, 39.9482448582743 ], [ -75.184280083450105, 39.948350040189403 ], [ -75.184167837326797, 39.948435258179003 ], [ -75.184072850066201, 39.9485227686691 ], [ -75.183888330902505, 39.9486845629974 ], [ -75.1836211730906, 39.9488693004213 ], [ -75.183460588637203, 39.948987764786303 ], [ -75.183317911862304, 39.9490913719169 ], [ -75.183212874872893, 39.949182471751001 ], [ -75.183043062961204, 39.9493484078751 ], [ -75.182703723508894, 39.949672656027403 ], [ -75.182501722568702, 39.949837870990699 ], [ -75.182309596567293, 39.949941218892803 ], [ -75.1821500044435, 39.949984133241003 ], [ -75.182001011914195, 39.950019789149998 ], [ -75.181884232190399, 39.950131946484397 ], [ -75.181785640331796, 39.9502299703896 ], [ -75.181602983821705, 39.950342216713402 ], [ -75.181551626434597, 39.950449906262698 ], [ -75.181502434403697, 39.950522111096397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20566, "tnode_": 29947, "lpoly_": null, "rpoly_": null, "length": 171.83878683999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88540, "l_hundred": 0, "r_hundred": 0, "seg_id": 423440, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-07-15T00:00:00Z", "newsegdate": "2016-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 13271, "Shape__Length": 68.490277991248618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197759221536202, 39.957405481070502 ], [ -75.1977356497855, 39.957481056565101 ], [ -75.197738903796406, 39.957519290177103 ], [ -75.197619138110795, 39.9578628229605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29950, "tnode_": 29947, "lpoly_": null, "rpoly_": null, "length": 380.40145486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDICAL", "st_type": "DR", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 1113, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423442, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-07-15T00:00:00Z", "newsegdate": "2016-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "MEDICAL DR", "stname": "MEDICAL DR", "objectid": 13272, "Shape__Length": 151.06989310002632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198960306069594, 39.958021670031798 ], [ -75.197619138110795, 39.9578628229605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27255, "tnode_": 27257, "lpoly_": null, "rpoly_": null, "length": 1000.00146803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "WALK", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3700, "l_t_add": 3898, "r_f_add": 3701, "r_t_add": 3899, "st_code": 51390, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423443, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2016-10-27T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST WALK", "stname": "LOCUST WALK", "objectid": 13273, "Shape__Length": 397.10494400622611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197005856686104, 39.952267334311799 ], [ -75.198886959243097, 39.952503912771803 ], [ -75.2005273081176, 39.952704089988998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20787, "tnode_": 29964, "lpoly_": null, "rpoly_": null, "length": 131.55592212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1700, "l_t_add": 1748, "r_f_add": 1701, "r_t_add": 1749, "st_code": 13000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423444, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": "2017-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13274, "Shape__Length": 52.243437818464812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167991699749095, 39.955018016731302 ], [ -75.168454938063604, 39.955075701118197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29964, "tnode_": 20767, "lpoly_": null, "rpoly_": null, "length": 317.38214308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1750, "l_t_add": 1798, "r_f_add": 1751, "r_t_add": 1799, "st_code": 13000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 423445, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1997-02-12T00:00:00Z", "newsegdate": "2017-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13275, "Shape__Length": 126.03885710285569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168454938063604, 39.955075701118197 ], [ -75.169572516071597, 39.955214858148402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29226, "tnode_": 29975, "lpoly_": null, "rpoly_": null, "length": 2472.0957076699997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 5601, "l_t_add": 6199, "r_f_add": 5600, "r_t_add": 6198, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423446, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2017-04-05T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13276, "Shape__Length": 984.23936636112353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214102926422896, 39.9295265229633 ], [ -75.212692813113804, 39.928971592845301 ], [ -75.212316717181693, 39.928718057571601 ], [ -75.212529147969306, 39.9283560574994 ], [ -75.212735826431, 39.9279207990473 ], [ -75.213072416320699, 39.926991371049297 ], [ -75.213211851199404, 39.926615413954799 ], [ -75.213359550087404, 39.926017937117798 ], [ -75.213642117580903, 39.925291136573499 ], [ -75.213677427535401, 39.925091668948497 ], [ -75.213506407879095, 39.923700452640503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29974, "tnode_": 23912, "lpoly_": null, "rpoly_": null, "length": 249.36609455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 5201, "l_t_add": 5301, "r_f_add": 5202, "r_t_add": 5300, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423447, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13277, "Shape__Length": 99.115211680660295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211829934904003, 39.933224361974403 ], [ -75.212140116689895, 39.932998920101099 ], [ -75.212333303063801, 39.932904999265602 ], [ -75.2124559869102, 39.932895198980603 ], [ -75.212553518411994, 39.932935672103298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29973, "tnode_": 29974, "lpoly_": null, "rpoly_": null, "length": 142.1677732, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5102, "r_t_add": 5200, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423448, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13278, "Shape__Length": 56.454831896031116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211347660366101, 39.933228822336801 ], [ -75.211458927980999, 39.933263170001098 ], [ -75.211474612751104, 39.933265792216602 ], [ -75.211487871380101, 39.933268318380399 ], [ -75.211502582639497, 39.9332709965297 ], [ -75.211517100024395, 39.933272754967 ], [ -75.211531983077094, 39.933274499872297 ], [ -75.211546485203897, 39.933275789446803 ], [ -75.211561641989903, 39.933276315944497 ], [ -75.211576231789294, 39.933277044329103 ], [ -75.211591545241504, 39.933277731966001 ], [ -75.211606855998994, 39.933276799538397 ], [ -75.211621838960497, 39.933275242666497 ], [ -75.211636840325397, 39.933272566253898 ], [ -75.211650751056297, 39.933269415198502 ], [ -75.211665630624097, 39.933266051324303 ], [ -75.211680324372793, 39.933262021999496 ], [ -75.211694226588705, 39.933257249846697 ], [ -75.211707378851699, 39.9332525331738 ], [ -75.211720486359198, 39.933247447899802 ], [ -75.211734054694801, 39.9332421827121 ], [ -75.211748501607005, 39.933237335211203 ], [ -75.2117622181309, 39.933232896816598 ], [ -75.211776536395604, 39.933228798802197 ], [ -75.211790384799897, 39.933225780599997 ], [ -75.211796514864403, 39.933224538639202 ], [ -75.211802827243801, 39.933224087288302 ], [ -75.211809149495295, 39.933224437146798 ], [ -75.211815312220807, 39.933225579960698 ], [ -75.211821149201697, 39.933227485021 ], [ -75.211829934904003, 39.933224361974403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29990, "tnode_": 29991, "lpoly_": null, "rpoly_": null, "length": 268.38853562000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALEXANDER", "st_type": "CT", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 11882, "l_hundred": 300, "r_hundred": 300, "seg_id": 423459, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2017-10-16T00:00:00Z", "newsegdate": "2017-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "ALEXANDER CT", "stname": "ALEXANDER CT", "objectid": 13279, "Shape__Length": 106.99430099849508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1662467062567, 39.959344999904403 ], [ -75.166355521510397, 39.9586130137656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20275, "tnode_": 30033, "lpoly_": null, "rpoly_": null, "length": 233.38752018, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 282, "l_t_add": 298, "r_f_add": 283, "r_t_add": 299, "st_code": 88540, "l_hundred": 200, "r_hundred": 200, "seg_id": 423461, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2020-09-18T13:15:17Z", "newsegdate": "2020-09-18T13:15:17Z", "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 13280, "Shape__Length": 93.022980524461246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197041883711705, 39.959574051114402 ], [ -75.197251076244996, 39.958953927384698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30034, "tnode_": 29947, "lpoly_": null, "rpoly_": null, "length": 20.32461831, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 225, "st_code": 88540, "l_hundred": 200, "r_hundred": 200, "seg_id": 423463, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2020-09-18T13:15:48Z", "newsegdate": "2020-09-18T13:15:48Z", "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 13281, "Shape__Length": 8.100770162337037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197600921569304, 39.957916826749099 ], [ -75.197619138110795, 39.9578628229605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30033, "tnode_": 30034, "lpoly_": null, "rpoly_": null, "length": 390.31901274000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "38TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 226, "l_t_add": 280, "r_f_add": 227, "r_t_add": 281, "st_code": 88540, "l_hundred": 200, "r_hundred": 200, "seg_id": 423464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2020-09-18T13:15:48Z", "newsegdate": "2020-09-18T13:15:48Z", "multi_rep": 0, "streetlabe": "N 38TH ST", "stname": "N 38TH ST", "objectid": 13282, "Shape__Length": 155.57043809004557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197251076244996, 39.958953927384698 ], [ -75.197600921569304, 39.957916826749099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30034, "tnode_": 30037, "lpoly_": null, "rpoly_": null, "length": 637.10761431000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3798, "r_f_add": 3601, "r_t_add": 3799, "st_code": 26520, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2020-09-21T09:04:19Z", "newsegdate": "2020-09-21T09:04:19Z", "multi_rep": null, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 13283, "Shape__Length": 253.02440039117752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197600921569304, 39.957916826749099 ], [ -75.195364743386307, 39.957604674046998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20492, "tnode_": 20623, "lpoly_": null, "rpoly_": null, "length": 325.32976026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "36TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 30, "l_t_add": 68, "r_f_add": 31, "r_t_add": 69, "st_code": 88500, "l_hundred": 0, "r_hundred": 0, "seg_id": 423467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2021-01-05T10:52:19Z", "newsegdate": "2021-01-05T10:52:19Z", "multi_rep": 0, "streetlabe": "N 36TH ST", "stname": "N 36TH ST", "objectid": 13284, "Shape__Length": 129.68466006062221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193994329705205, 39.956934338394198 ], [ -75.1939151340259, 39.957311586283303 ], [ -75.193808617405097, 39.957815899952401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20623, "tnode_": 30038, "lpoly_": null, "rpoly_": null, "length": 425.97865201999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3636, "r_f_add": 3601, "r_t_add": 3637, "st_code": 34000, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-01-05T10:56:41Z", "newsegdate": "2021-01-05T10:56:41Z", "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13285, "Shape__Length": 169.16946334510294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193994329705205, 39.956934338394198 ], [ -75.195229518124407, 39.957088199644303 ], [ -75.195494280242897, 39.957121409333197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30038, "tnode_": 20566, "lpoly_": null, "rpoly_": null, "length": 643.32314141999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3638, "l_t_add": 3798, "r_f_add": 3639, "r_t_add": 3799, "st_code": 34000, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 423469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-01-05T10:56:41Z", "newsegdate": "2021-01-05T10:56:41Z", "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13286, "Shape__Length": 255.48493827013263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195494280242897, 39.957121409333197 ], [ -75.197759221536202, 39.957405481070502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20394, "tnode_": 30037, "lpoly_": null, "rpoly_": null, "length": 340.27637497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 26, "l_t_add": 48, "r_f_add": 27, "r_t_add": 49, "st_code": 88520, "l_hundred": 0, "r_hundred": 0, "seg_id": 423470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-01-05T11:01:45Z", "newsegdate": "2021-01-05T11:01:45Z", "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 13287, "Shape__Length": 135.64436503559926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195172199404595, 39.958526948690903 ], [ -75.195364743386307, 39.957604674046998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30037, "tnode_": 30038, "lpoly_": null, "rpoly_": null, "length": 179.7509798, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 12, "l_t_add": 24, "r_f_add": 13, "r_t_add": 25, "st_code": 88520, "l_hundred": 0, "r_hundred": 0, "seg_id": 423471, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-01-05T11:06:17Z", "newsegdate": "2021-01-05T11:06:17Z", "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 13288, "Shape__Length": 71.648978816458254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195364743386307, 39.957604674046998 ], [ -75.195494280242897, 39.957121409333197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29973, "tnode_": 29972, "lpoly_": null, "rpoly_": null, "length": 1399.2308658500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 4701, "l_t_add": 5099, "r_f_add": 4702, "r_t_add": 5100, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423449, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13289, "Shape__Length": 556.0993794069152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211347660366101, 39.933228822336801 ], [ -75.211334493671302, 39.9332262792705 ], [ -75.2113213423807, 39.933224577179203 ], [ -75.2113076856796, 39.933223089149102 ], [ -75.211293647811104, 39.933221465638098 ], [ -75.211279903535996, 39.933219564808802 ], [ -75.211266068210307, 39.933218096245497 ], [ -75.211251962697006, 39.933218095740003 ], [ -75.211235317559499, 39.933220159973303 ], [ -75.211221867933801, 39.933220554206599 ], [ -75.211209570473699, 39.933219368357399 ], [ -75.211194192920303, 39.933220491166701 ], [ -75.211179177489896, 39.933220912000301 ], [ -75.211164030403793, 39.933221379472499 ], [ -75.211149112611295, 39.9332226016531 ], [ -75.211134070911498, 39.933223882356998 ], [ -75.211118718818398, 39.933225827434399 ], [ -75.211103817401195, 39.933227582464298 ], [ -75.211088637899195, 39.9332311108165 ], [ -75.211073829037304, 39.933235056427399 ], [ -75.211058933792302, 39.933239183928698 ], [ -75.211045622301, 39.933241457087497 ], [ -75.211031626805195, 39.933245059397898 ], [ -75.211017746706204, 39.933249520213998 ], [ -75.211003615262001, 39.933253910591702 ], [ -75.210989569305596, 39.933259176833197 ], [ -75.210975925137703, 39.933264684427002 ], [ -75.210962789304503, 39.933270181649497 ], [ -75.210949600246593, 39.933276351642199 ], [ -75.210936611692901, 39.933282386417197 ], [ -75.210923598103307, 39.933288590024901 ], [ -75.210910688096206, 39.933294903143903 ], [ -75.210898684155296, 39.933301649882203 ], [ -75.210886455124907, 39.933309033149698 ], [ -75.210875242978503, 39.9333164839802 ], [ -75.210864599604704, 39.933324217703401 ], [ -75.210854220378806, 39.933332117652498 ], [ -75.210840354244596, 39.933344098527002 ], [ -75.210830723180905, 39.9333522727255 ], [ -75.210821994685304, 39.933360159664801 ], [ -75.210812928416502, 39.933369569027903 ], [ -75.210804156664096, 39.933378613697897 ], [ -75.210796386974707, 39.933387809397303 ], [ -75.210787992465896, 39.9333966245539 ], [ -75.210779397954894, 39.933406093914797 ], [ -75.210770671860402, 39.933415576579797 ], [ -75.210763556911203, 39.933425855363197 ], [ -75.210756902118703, 39.9334358470038 ], [ -75.210750180589301, 39.933446152517298 ], [ -75.210743368585, 39.9334565614447 ], [ -75.210737623876895, 39.933466941744904 ], [ -75.210732614824494, 39.933477116686603 ], [ -75.210728395149303, 39.933487246035803 ], [ -75.210724396323499, 39.933497666793897 ], [ -75.210721832326598, 39.933508214827299 ], [ -75.2107181865981, 39.9335190524586 ], [ -75.210714220569201, 39.933530192942797 ], [ -75.210710453077894, 39.933541188256399 ], [ -75.210708393327195, 39.933552994442401 ], [ -75.210706225251698, 39.933564128784901 ], [ -75.210703514728905, 39.933575246611603 ], [ -75.210700163105301, 39.933585887127698 ], [ -75.210697288314194, 39.933597454521603 ], [ -75.210696127965903, 39.933610029355201 ], [ -75.210693528135707, 39.933622225430199 ], [ -75.210690360952498, 39.9336347269969 ], [ -75.210688603735505, 39.933647112919303 ], [ -75.210686595173897, 39.933659021150802 ], [ -75.210685142224705, 39.933671345333899 ], [ -75.210683244692206, 39.933683790318597 ], [ -75.210681038897405, 39.933696497877598 ], [ -75.210678013121793, 39.933708816968498 ], [ -75.210673222347907, 39.933721199693402 ], [ -75.210666881935097, 39.933732768738601 ], [ -75.2106585953495, 39.933743768505799 ], [ -75.210649827799401, 39.9337544530838 ], [ -75.210640266492106, 39.933765300286403 ], [ -75.210631187006399, 39.9337758130727 ], [ -75.210622748087204, 39.933786253545598 ], [ -75.210613843455505, 39.933796315195899 ], [ -75.2106038582087, 39.933806448424299 ], [ -75.210594165986294, 39.933815912388098 ], [ -75.210583390107601, 39.933825717262202 ], [ -75.210572908791704, 39.933834310502 ], [ -75.210562351571099, 39.933842993061297 ], [ -75.210551424810106, 39.933852325169198 ], [ -75.210542982652299, 39.933859186781298 ], [ -75.210531629780704, 39.933868364390598 ], [ -75.210520430022399, 39.933877328247597 ], [ -75.210509078226906, 39.933886320272002 ], [ -75.210498273771194, 39.933895667697399 ], [ -75.210487655764894, 39.933904974200402 ], [ -75.210477476566695, 39.93391453369 ], [ -75.210466769784205, 39.933923146254998 ], [ -75.210456376722306, 39.933932509093502 ], [ -75.210446252658997, 39.933941751747298 ], [ -75.210424526470703, 39.933963083026903 ], [ -75.210415251840303, 39.933970892071201 ], [ -75.210406416339296, 39.9339790081698 ], [ -75.210397648716807, 39.933987312278603 ], [ -75.210388820620295, 39.933995198784302 ], [ -75.210380000307794, 39.934003346752498 ], [ -75.210369486753095, 39.9340115797606 ], [ -75.210358510077796, 39.934019489864198 ], [ -75.210347142753406, 39.934027079568999 ], [ -75.210336165904906, 39.934034994171803 ], [ -75.210324372296, 39.934042058159903 ], [ -75.210312184169595, 39.934048905278402 ], [ -75.210299327497594, 39.934055445665898 ], [ -75.210285724898398, 39.934061275760897 ], [ -75.210271069101793, 39.934066161705999 ], [ -75.210255696044001, 39.934069820817101 ], [ -75.2102402945591, 39.9340730504193 ], [ -75.210224546089805, 39.9340758560718 ], [ -75.210209022947296, 39.934078426144403 ], [ -75.210193257571206, 39.934078990623703 ], [ -75.210176757219699, 39.934079804619898 ], [ -75.210160810091097, 39.934079532542803 ], [ -75.210145252722896, 39.934079385324601 ], [ -75.210129747528399, 39.934078781550298 ], [ -75.210114274457794, 39.934077600041199 ], [ -75.210098985200602, 39.934075727927599 ], [ -75.210083079881301, 39.934074117874999 ], [ -75.210066911005597, 39.934073672386198 ], [ -75.210050909701494, 39.9340729395824 ], [ -75.210034924296394, 39.934071969263599 ], [ -75.210019116948004, 39.934071777748798 ], [ -75.210003587118294, 39.9340716140022 ], [ -75.209988054637407, 39.934072272810603 ], [ -75.209971750961202, 39.934074087642699 ], [ -75.209955666277594, 39.934075617199802 ], [ -75.209939694456594, 39.934077164571299 ], [ -75.209924171767895, 39.934078970564997 ], [ -75.209909091094801, 39.934081162965803 ], [ -75.209893628140307, 39.934083249589499 ], [ -75.209877873318803, 39.934086005498898 ], [ -75.209862109242394, 39.934088883737601 ], [ -75.209846828270997, 39.934092176323901 ], [ -75.209832340987404, 39.9340959658213 ], [ -75.209817926630805, 39.934100184007697 ], [ -75.209799921415694, 39.934107723043098 ], [ -75.209786659741596, 39.934113417371897 ], [ -75.209773329771295, 39.934119874237297 ], [ -75.209760971897794, 39.9341267517771 ], [ -75.209753724429802, 39.934132209002499 ], [ -75.209742110199002, 39.934139544503601 ], [ -75.209730739570702, 39.934146907023298 ], [ -75.209719377111398, 39.9341547085114 ], [ -75.209708748382397, 39.9341622937919 ], [ -75.209698764684404, 39.934169875338903 ], [ -75.209689130233599, 39.934177381728702 ], [ -75.209678734104898, 39.934184630678601 ], [ -75.209668147309301, 39.9341928160514 ], [ -75.2096575784404, 39.934201179318102 ], [ -75.209645241550902, 39.934210751310502 ], [ -75.209635378473706, 39.934217766991097 ], [ -75.209623963287299, 39.934226759329597 ], [ -75.209611697863906, 39.934235421086399 ], [ -75.209598828179494, 39.934243277474998 ], [ -75.209586394272193, 39.934251092158 ], [ -75.209573348954905, 39.934258731115698 ], [ -75.209560389685294, 39.9342663224229 ], [ -75.209546686033505, 39.934273444034801 ], [ -75.209533178356693, 39.934280520431201 ], [ -75.209520095503294, 39.934287535057301 ], [ -75.209506088233994, 39.9342943562119 ], [ -75.209491822035503, 39.9343009652993 ], [ -75.209477353528598, 39.934307037410399 ], [ -75.209463320085007, 39.934313368735403 ], [ -75.209450302511698, 39.934319106276298 ], [ -75.209437946981595, 39.934323821427 ], [ -75.209426908500205, 39.934327838642602 ], [ -75.209415346966395, 39.934332134393401 ], [ -75.2094017667999, 39.934337047662098 ], [ -75.209387263504993, 39.934341952192298 ], [ -75.209372894987993, 39.934346131695897 ], [ -75.2093577786748, 39.934350997414199 ], [ -75.209342563621703, 39.934355498739897 ], [ -75.209327471240002, 39.934360068554398 ], [ -75.209312709244998, 39.934364003270801 ], [ -75.209297403424898, 39.934367551120303 ], [ -75.209282295121099, 39.934370918637804 ], [ -75.209267216951702, 39.934374544508003 ], [ -75.209251450560103, 39.934378233516497 ], [ -75.209235517416502, 39.93438174944 ], [ -75.209220000004606, 39.934384726761699 ], [ -75.209203793860894, 39.934386309386603 ], [ -75.209187795126795, 39.9343884489194 ], [ -75.209171663016093, 39.934390681001403 ], [ -75.209155860536598, 39.934392611340002 ], [ -75.209140441934593, 39.934394917790598 ], [ -75.209124429146598, 39.934396994834003 ], [ -75.209108609056699, 39.934398550859598 ], [ -75.209092363534893, 39.9343996838968 ], [ -75.209076432222105, 39.934400833804197 ], [ -75.209060402710506, 39.934401730153901 ], [ -75.2090450599717, 39.934402727312602 ], [ -75.209029505328601, 39.934403600842003 ], [ -75.209013217465298, 39.934403768856299 ], [ -75.208996813644504, 39.934403500916503 ], [ -75.208980597480206, 39.934403441659803 ], [ -75.208964512118797, 39.934403045620797 ], [ -75.208949022287598, 39.934402968214698 ], [ -75.208935785303296, 39.934402082066001 ], [ -75.2089223012552, 39.934402576185001 ], [ -75.208909769014099, 39.9344019363052 ], [ -75.208895621348603, 39.934400739850801 ], [ -75.208881421504998, 39.934399498990402 ], [ -75.208866967193899, 39.9343983651153 ], [ -75.208852243615297, 39.934396356704703 ], [ -75.208840437387707, 39.934395895084599 ], [ -75.208821670244305, 39.934392597838603 ], [ -75.208807642752802, 39.934389877736201 ], [ -75.208792852727996, 39.934387111002799 ], [ -75.208778408625605, 39.934384107760501 ], [ -75.208763416738407, 39.934381042823198 ], [ -75.208748550286003, 39.934377002173498 ], [ -75.208733992939401, 39.934372833220699 ], [ -75.208719629704404, 39.934368731637498 ], [ -75.208705118763703, 39.934364229436902 ], [ -75.208690970312801, 39.9343593919846 ], [ -75.208676298606505, 39.934354963704202 ], [ -75.208661810263806, 39.934350201608801 ], [ -75.208647024400406, 39.934345132884403 ], [ -75.208632612564202, 39.9343402967963 ], [ -75.208618508376503, 39.934335527890902 ], [ -75.208604345606105, 39.934331042402597 ], [ -75.208590182954794, 39.934326616381398 ], [ -75.208575230479397, 39.934322842301697 ], [ -75.208563584625196, 39.934317184515201 ], [ -75.208548669434506, 39.934314635721798 ], [ -75.208533286260803, 39.934312582919802 ], [ -75.208518269785003, 39.934311396898401 ], [ -75.2085030319098, 39.934311311499897 ], [ -75.208487305283995, 39.934311901833098 ], [ -75.208472381854605, 39.9343130163276 ], [ -75.208457375092493, 39.934315326407201 ], [ -75.208442944826999, 39.934319089965399 ], [ -75.208428177617904, 39.934324070518599 ], [ -75.208414122457796, 39.934329320932797 ], [ -75.208400474914598, 39.934334750668498 ], [ -75.2083875638846, 39.934340547215299 ], [ -75.2083752971606, 39.934347141912802 ], [ -75.208362588445695, 39.934354225969599 ], [ -75.208350893473806, 39.934361305461501 ], [ -75.208338869867603, 39.934367971316398 ], [ -75.208325910775301, 39.934374489396298 ], [ -75.208311857713099, 39.934380528223102 ], [ -75.208298499593695, 39.934385885974002 ], [ -75.208285180520093, 39.934390575143098 ], [ -75.208271210024506, 39.934394687647199 ], [ -75.208256047608401, 39.934397560081599 ], [ -75.208240635593697, 39.934399501651399 ], [ -75.208225105147804, 39.934401261294802 ], [ -75.208209234765604, 39.934402408828497 ], [ -75.208193755241197, 39.934403338870801 ], [ -75.208178411472502, 39.934404269216898 ], [ -75.208162673056094, 39.934405111525798 ], [ -75.208146998615305, 39.934405870556098 ], [ -75.208131298834502, 39.934407025464303 ], [ -75.208116069667099, 39.934408083581502 ], [ -75.208100718393993, 39.934410247224903 ], [ -75.208085756090099, 39.9344128384542 ], [ -75.208070860624503, 39.934416083489602 ], [ -75.208056158003899, 39.934420305881403 ], [ -75.208041614809204, 39.934424709302597 ], [ -75.208027682273197, 39.934429902922297 ], [ -75.208013594463694, 39.934435336369802 ], [ -75.208000076565199, 39.934440803170702 ], [ -75.207986883285102, 39.934446102370501 ], [ -75.207974166240803, 39.9344527816504 ], [ -75.207962280881304, 39.934460130788999 ], [ -75.207951009884397, 39.934467701675999 ], [ -75.207940551103306, 39.934477182672801 ], [ -75.207931056388205, 39.934486985973003 ], [ -75.207921819122703, 39.934496884178301 ], [ -75.207913423459601, 39.934507124497998 ], [ -75.207903275045894, 39.934520292070403 ], [ -75.207899054752104, 39.934529141887197 ], [ -75.207889728247295, 39.9345416447159 ], [ -75.207883207058899, 39.934552274370297 ], [ -75.207876246862597, 39.934563344795301 ], [ -75.207869274843304, 39.934574042843302 ], [ -75.2078619084959, 39.934584925866098 ], [ -75.2078529506867, 39.9345952375145 ], [ -75.207843539274094, 39.934605503968498 ], [ -75.207832909649795, 39.934614638787899 ], [ -75.207821577530794, 39.934623029122498 ], [ -75.207809564708995, 39.934631344 ], [ -75.207798896558501, 39.934636533368 ], [ -75.207785142761793, 39.934643079724303 ], [ -75.207770838067205, 39.9346489903727 ], [ -75.207756613877905, 39.934654500956299 ], [ -75.207742548139905, 39.934659749254401 ], [ -75.207729044554199, 39.934664831613503 ], [ -75.2077146206707, 39.9346702674871 ], [ -75.207700097063494, 39.934675647088 ], [ -75.207685622086998, 39.9346811971539 ], [ -75.207670912365401, 39.934685888763603 ], [ -75.207656634249901, 39.9346906503065 ], [ -75.207643135525302, 39.934695633653199 ], [ -75.207629672619603, 39.9347010673931 ], [ -75.207616657791903, 39.9347076012793 ], [ -75.207602482451904, 39.934713713896699 ], [ -75.207589304825007, 39.934719812589996 ], [ -75.207576223491202, 39.9347260278441 ], [ -75.207563349409995, 39.934732490962197 ], [ -75.207551181917296, 39.934738931901002 ], [ -75.207538519803407, 39.934745735789903 ], [ -75.207525270527697, 39.934752059940799 ], [ -75.207512650733904, 39.934758326865797 ], [ -75.207499407212197, 39.9347644970697 ], [ -75.207485658454104, 39.934770312788899 ], [ -75.207471983221595, 39.934775383204197 ], [ -75.207438653571302, 39.934780724273601 ], [ -75.207404628542506, 39.934781595353698 ], [ -75.207333189361194, 39.934770969047698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29972, "tnode_": 29971, "lpoly_": null, "rpoly_": null, "length": 180.61847939, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 4603, "l_t_add": 4699, "r_f_add": 4604, "r_t_add": 4700, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423450, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13290, "Shape__Length": 71.862734859810445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207333189361194, 39.934770969047698 ], [ -75.207025106226595, 39.934972855798101 ], [ -75.206929967437702, 39.935142046901497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29971, "tnode_": 29970, "lpoly_": null, "rpoly_": null, "length": 383.25192416, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 4201, "l_t_add": 4601, "r_f_add": 4202, "r_t_add": 4602, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423451, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13291, "Shape__Length": 152.5645760332597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206929967437702, 39.935142046901497 ], [ -75.207118919461294, 39.935468885186502 ], [ -75.207344271944606, 39.935719094254097 ], [ -75.207658287649593, 39.936024973541699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23263, "tnode_": 29969, "lpoly_": null, "rpoly_": null, "length": 1117.5230698299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 3601, "l_t_add": 4199, "r_f_add": 3602, "r_t_add": 4200, "st_code": 1174, "l_hundred": 0, "r_hundred": 0, "seg_id": 423452, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13292, "Shape__Length": 445.2625242207414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206722976244293, 39.937361031231703 ], [ -75.206584113423006, 39.937663944537299 ], [ -75.206357168902599, 39.937904125212498 ], [ -75.206313529429494, 39.938174182106799 ], [ -75.206222530570798, 39.938365753610299 ], [ -75.206282780402702, 39.938547772749402 ], [ -75.2063425490432, 39.938742688061197 ], [ -75.206299391633806, 39.938999849667397 ], [ -75.2063399951994, 39.9392588698338 ], [ -75.206345646480699, 39.939555831867999 ], [ -75.206355641675998, 39.939736737294503 ], [ -75.206382389388295, 39.9399180133436 ], [ -75.206412515733703, 39.940009023335698 ], [ -75.206406723972407, 39.940163766679198 ], [ -75.206317652241594, 39.940303756210596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29967, "tnode_": 29968, "lpoly_": null, "rpoly_": null, "length": 1452.9542392399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 501, "l_t_add": 699, "r_f_add": 500, "r_t_add": 698, "st_code": 1174, "l_hundred": 500, "r_hundred": 500, "seg_id": 423453, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-04-18T00:00:00Z", "newsegdate": "2017-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL RIVER TRL", "stname": "S SCHUYLKILL RIVER TRL", "objectid": 13293, "Shape__Length": 577.99784853036067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186693942309404, 39.946178832030398 ], [ -75.186930458901003, 39.945967150471901 ], [ -75.1871312065784, 39.9458581249988 ], [ -75.187299473351302, 39.9457956702079 ], [ -75.187505468304195, 39.945710409234401 ], [ -75.187569538573499, 39.945640895959599 ], [ -75.187787989622294, 39.9455511833606 ], [ -75.187945044187401, 39.945460099005402 ], [ -75.1880067158759, 39.945291210956199 ], [ -75.188360332049001, 39.945038979217401 ], [ -75.188645521530006, 39.944808867260299 ], [ -75.188951441057, 39.944517731729903 ], [ -75.189213135493304, 39.944258715674202 ], [ -75.189529728364505, 39.944010384266001 ], [ -75.189908959552895, 39.943730342549998 ], [ -75.190175718409407, 39.943499815653702 ], [ -75.190296462823994, 39.943393728809603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17862, "tnode_": 17680, "lpoly_": null, "rpoly_": null, "length": 324.43382059000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 73080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 423454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": "2017-10-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 13294, "Shape__Length": 129.35970306358163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163077853426202, 39.974138107993802 ], [ -75.163051013458599, 39.974263668612103 ], [ -75.163006756810901, 39.974451765354999 ], [ -75.162890723499999, 39.975016968942001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29991, "tnode_": 20299, "lpoly_": null, "rpoly_": null, "length": 229.0670327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1651, "r_t_add": 1699, "st_code": 80120, "l_hundred": 0, "r_hundred": 1600, "seg_id": 423455, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": "2017-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 13295, "Shape__Length": 90.96973847142246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166355521510397, 39.9586130137656 ], [ -75.167164573346199, 39.958701221828903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20312, "tnode_": 29991, "lpoly_": null, "rpoly_": null, "length": 216.71914295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1649, "st_code": 80120, "l_hundred": 0, "r_hundred": 1600, "seg_id": 423456, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": "2017-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 13296, "Shape__Length": 86.065438687659309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165589560602697, 39.958532447193697 ], [ -75.166355521510397, 39.9586130137656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29990, "tnode_": 20213, "lpoly_": null, "rpoly_": null, "length": 222.44057550999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 84320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 423457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": "2017-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 13297, "Shape__Length": 88.341833793932537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1662467062567, 39.959344999904403 ], [ -75.167029256578402, 39.959446100085501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20218, "tnode_": 29990, "lpoly_": null, "rpoly_": null, "length": 228.39698431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 84320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 423458, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-12T00:00:00Z", "newsegdate": "2017-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 13298, "Shape__Length": 90.706560478454037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165442381780295, 39.959245026537701 ], [ -75.1662467062567, 39.959344999904403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30081, "tnode_": 20682, "lpoly_": null, "rpoly_": null, "length": 136.09732322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3674, "l_t_add": 3698, "r_f_add": 3675, "r_t_add": 3699, "st_code": 53560, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423472, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-10-13T11:11:55Z", "newsegdate": "2021-10-13T11:11:55Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13299, "Shape__Length": 54.048183426209143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195644081790306, 39.956377612749897 ], [ -75.196123110009793, 39.956438283450296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20707, "tnode_": 30081, "lpoly_": null, "rpoly_": null, "length": 422.91695213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3672, "r_f_add": 3601, "r_t_add": 3673, "st_code": 53560, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423473, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-10-13T11:11:55Z", "newsegdate": "2021-10-13T11:11:55Z", "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13300, "Shape__Length": 167.95224868047958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194155526724401, 39.956189066449603 ], [ -75.195644081790306, 39.956377612749897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30038, "tnode_": 30081, "lpoly_": null, "rpoly_": null, "length": 274.18696164, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "37TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 2, "l_t_add": 10, "r_f_add": 1, "r_t_add": 11, "st_code": 88520, "l_hundred": 0, "r_hundred": 0, "seg_id": 423474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-10-13T11:12:29Z", "newsegdate": "2021-10-13T11:12:29Z", "multi_rep": 0, "streetlabe": "N 37TH ST", "stname": "N 37TH ST", "objectid": 13301, "Shape__Length": 109.29777532993687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195494280242897, 39.957121409333197 ], [ -75.195600532935103, 39.956595849981802 ], [ -75.195644081790306, 39.956377612749897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28737, "tnode_": 30127, "lpoly_": null, "rpoly_": null, "length": 249.66616483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3851, "r_t_add": 3899, "st_code": 45060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423475, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2023-12-08T08:59:37Z", "newsegdate": "2023-12-08T08:59:37Z", "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13302, "Shape__Length": 99.143885454982978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200661068444205, 39.952107056008302 ], [ -75.200447259937803, 39.952123034638703 ], [ -75.200250638186702, 39.952096939493401 ], [ -75.1997829888263, 39.9520278463783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30130, "tnode_": 30127, "lpoly_": null, "rpoly_": null, "length": 247.92130976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3800, "l_t_add": 3848, "r_f_add": 3801, "r_t_add": 3849, "st_code": 45060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 423476, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2024-01-31T15:19:33Z", "newsegdate": "2024-01-31T15:19:33Z", "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13303, "Shape__Length": 98.824114347075181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1998866166835, 39.951351960320103 ], [ -75.1997829888263, 39.9520278463783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20870, "tnode_": 30161, "lpoly_": null, "rpoly_": null, "length": 253.43420355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 1, "l_t_add": 45, "r_f_add": 2, "r_t_add": 44, "st_code": 71337, "l_hundred": 0, "r_hundred": 0, "seg_id": 423477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2024-11-22T10:43:09Z", "newsegdate": "2024-11-22T10:43:09Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL AVE W", "stname": "S SCHUYLKILL AVE W", "objectid": 13304, "Shape__Length": 100.99367358132191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181221273221993, 39.9546034025499 ], [ -75.181497751958403, 39.953941030211602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30161, "tnode_": 21033, "lpoly_": null, "rpoly_": null, "length": 322.36707136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 47, "l_t_add": 99, "r_f_add": null, "r_t_add": null, "st_code": 71337, "l_hundred": 0, "r_hundred": 0, "seg_id": 423478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2024-11-22T10:43:09Z", "newsegdate": "2024-11-22T10:43:09Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL AVE W", "stname": "S SCHUYLKILL AVE W", "objectid": 13305, "Shape__Length": 128.43495472053843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181497751958403, 39.953941030211602 ], [ -75.181575668522498, 39.953754358869098 ], [ -75.181936324205495, 39.953123879324401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30161, "tnode_": 21036, "lpoly_": null, "rpoly_": null, "length": 314.70531914000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHUYLKILL", "st_type": "AVE", "suf_dir": "W", "zip_left": 19104, "zip_right": 19104, "l_f_add": 0, "l_t_add": 0, "r_f_add": 46, "r_t_add": 98, "st_code": 71337, "l_hundred": 0, "r_hundred": 0, "seg_id": 423479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2024-11-22T10:45:29Z", "newsegdate": "2024-11-22T10:45:29Z", "multi_rep": 0, "streetlabe": "S SCHUYLKILL AVE W", "stname": "S SCHUYLKILL AVE W", "objectid": 13306, "Shape__Length": 125.43948452205692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181497751958403, 39.953941030211602 ], [ -75.181498421957698, 39.953802956240999 ], [ -75.181588177663897, 39.953477175257298 ], [ -75.181680767622495, 39.953090885399298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30171, "tnode_": 20871, "lpoly_": null, "rpoly_": null, "length": 243.43758613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3656, "l_t_add": 3698, "r_f_add": 3657, "r_t_add": 3699, "st_code": 22820, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423480, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2025-05-07T10:08:38Z", "newsegdate": "2025-05-07T10:08:38Z", "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13307, "Shape__Length": 96.67334876213954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195590357098297, 39.954810856565203 ], [ -75.196447820269199, 39.954916323797697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20891, "tnode_": 30171, "lpoly_": null, "rpoly_": null, "length": 318.09832593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 3600, "l_t_add": 3654, "r_f_add": 3601, "r_t_add": 3655, "st_code": 22820, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 423481, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2025-05-07T10:08:38Z", "newsegdate": "2025-05-07T10:08:38Z", "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13308, "Shape__Length": 126.32221788400909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194469919487801, 39.954673033643303 ], [ -75.195590357098297, 39.954810856565203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30171, "tnode_": 30172, "lpoly_": null, "rpoly_": null, "length": 234.90217269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVE MURRAY", "st_type": "WAY", "suf_dir": " ", "zip_left": 19104, "zip_right": 19104, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 1181, "l_hundred": 100, "r_hundred": 100, "seg_id": 423482, "oneway": "TF", "class": 6, "responsibl": "PRIVATE", "update_": "2025-05-07T10:10:06Z", "newsegdate": "2025-05-07T10:10:06Z", "multi_rep": null, "streetlabe": "STEVE MURRAY WAY ", "stname": "STEVE MURRAY WAY ", "objectid": 13309, "Shape__Length": 93.635695591528858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195590357098297, 39.954810856565203 ], [ -75.195711788323493, 39.9541728281826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20289, "tnode_": 30204, "lpoly_": null, "rpoly_": null, "length": 164.44113965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEHEMIAH", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4400, "l_t_add": 4420, "r_f_add": 4401, "r_t_add": 4419, "st_code": 59185, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423484, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2025-09-29T09:12:48Z", "newsegdate": "2025-09-29T09:12:48Z", "multi_rep": 0, "streetlabe": "NEHEMIAH WAY", "stname": "NEHEMIAH WAY", "objectid": 13310, "Shape__Length": 65.34686774148841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212044968330801, 39.959798497236498 ], [ -75.211630156251999, 39.959645687908399 ], [ -75.211513279132305, 39.959608019613498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30204, "tnode_": 30205, "lpoly_": null, "rpoly_": null, "length": 267.3794159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEHEMIAH", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4422, "l_t_add": 4450, "r_f_add": 4421, "r_t_add": 4451, "st_code": 59185, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423486, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2025-09-29T09:19:00Z", "newsegdate": "2025-09-29T09:19:00Z", "multi_rep": 0, "streetlabe": "NEHEMIAH WAY", "stname": "NEHEMIAH WAY", "objectid": 13311, "Shape__Length": 106.2490308505165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211513279132305, 39.959608019613498 ], [ -75.210895516365298, 39.959408920282399 ], [ -75.210644066825395, 39.9593072324951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30205, "tnode_": 20408, "lpoly_": null, "rpoly_": null, "length": 412.99773273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEHEMIAH", "st_type": "WAY", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4452, "l_t_add": 4498, "r_f_add": 4453, "r_t_add": 4499, "st_code": 59185, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423487, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2025-09-29T09:19:00Z", "newsegdate": "2025-09-29T09:19:00Z", "multi_rep": 0, "streetlabe": "NEHEMIAH WAY", "stname": "NEHEMIAH WAY", "objectid": 13312, "Shape__Length": 164.13879126790854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210644066825395, 39.9593072324951 ], [ -75.210178362478999, 39.9591188964569 ], [ -75.209334169946501, 39.958788391046397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30204, "tnode_": 30205, "lpoly_": null, "rpoly_": null, "length": 850.90755398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19139, "zip_right": 19139, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 43050, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 423488, "oneway": "B", "class": 13, "responsibl": "CITY", "update_": "2025-09-29T09:22:45Z", "newsegdate": "2025-09-29T09:22:45Z", "multi_rep": null, "streetlabe": "HOLDEN ST", "stname": "HOLDEN ST", "objectid": 13313, "Shape__Length": 338.72695639467565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211513279132305, 39.959608019613498 ], [ -75.211910927339503, 39.958763894515101 ], [ -75.211025488706397, 39.958625107222701 ], [ -75.210644066825395, 39.9593072324951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30206, "tnode_": 21559, "lpoly_": null, "rpoly_": null, "length": 118.14307123, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 285, "l_t_add": 299, "r_f_add": 286, "r_t_add": 298, "st_code": 79760, "l_hundred": 200, "r_hundred": 200, "seg_id": 423489, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-09-30T14:06:12Z", "newsegdate": "2025-09-30T14:06:12Z", "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 13314, "Shape__Length": 47.088240727617219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176970990571505, 39.948848809838204 ], [ -75.1770425510325, 39.948529203089898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21407, "tnode_": 30206, "lpoly_": null, "rpoly_": null, "length": 329.94527114, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 245, "l_t_add": 283, "r_f_add": 250, "r_t_add": 284, "st_code": 79760, "l_hundred": 200, "r_hundred": 200, "seg_id": 423490, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-09-30T14:06:12Z", "newsegdate": "2025-09-30T14:06:12Z", "multi_rep": 0, "streetlabe": "S VAN PELT ST", "stname": "S VAN PELT ST", "objectid": 13315, "Shape__Length": 131.50732986179659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176771137302794, 39.949741394806999 ], [ -75.176970990571505, 39.948848809838204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21494, "tnode_": 30207, "lpoly_": null, "rpoly_": null, "length": 108.31124885, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 261, "l_t_add": 279, "r_f_add": 258, "r_t_add": 278, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 423491, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2025-09-30T14:07:12Z", "newsegdate": "2025-09-30T14:07:12Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 13316, "Shape__Length": 43.170318226181223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176116916371399, 39.949025157985403 ], [ -75.176178205279896, 39.948731595641199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30207, "tnode_": 21571, "lpoly_": null, "rpoly_": null, "length": 113.5173675, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 281, "l_t_add": 299, "r_f_add": 280, "r_t_add": 298, "st_code": 88200, "l_hundred": 200, "r_hundred": 200, "seg_id": 423492, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2025-09-30T14:07:12Z", "newsegdate": "2025-09-30T14:07:12Z", "multi_rep": 0, "streetlabe": "S 21ST ST", "stname": "S 21ST ST", "objectid": 13317, "Shape__Length": 45.245156201411802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176178205279896, 39.948731595641199 ], [ -75.176242439689304, 39.9484239228278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30206, "tnode_": 30207, "lpoly_": null, "rpoly_": null, "length": 226.33846896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19103, "zip_right": 19103, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 53180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 423493, "oneway": "B", "class": 10, "responsibl": "PRIVATE", "update_": "2025-09-30T14:17:11Z", "newsegdate": "2025-09-30T14:17:11Z", "multi_rep": null, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13318, "Shape__Length": 89.878767651934666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176970990571505, 39.948848809838204 ], [ -75.176178205279896, 39.948731595641199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18026, "tnode_": 17774, "lpoly_": null, "rpoly_": null, "length": 471.72203594999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 19140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13319, "Shape__Length": 188.08485483324452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590594756006, 39.973214199355098 ], [ -75.158785066709996, 39.974491808880998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18026, "tnode_": 18003, "lpoly_": null, "rpoly_": null, "length": 239.54679399, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1403, "st_code": 77160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440002, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13320, "Shape__Length": 95.155244793105055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590594756006, 39.973214199355098 ], [ -75.1599020466833, 39.973324582024702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18045, "tnode_": 18026, "lpoly_": null, "rpoly_": null, "length": 234.89189768, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 77160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440003, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13321, "Shape__Length": 93.305426970606007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158232584974101, 39.973109144527101 ], [ -75.1590594756006, 39.973214199355098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18066, "tnode_": 17807, "lpoly_": null, "rpoly_": null, "length": 469.6310253, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88050, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440004, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13322, "Shape__Length": 187.24976448366328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156895982806802, 39.972936151834098 ], [ -75.156618677591297, 39.974207571018802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18084, "tnode_": 18066, "lpoly_": null, "rpoly_": null, "length": 180.04216963000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 77160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13323, "Shape__Length": 71.517328003913022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156262158202196, 39.972855740841503 ], [ -75.156895982806802, 39.972936151834098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18102, "tnode_": 17853, "lpoly_": null, "rpoly_": null, "length": 469.59513668, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 88030, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440006, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13324, "Shape__Length": 187.2347039273001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155343217084194, 39.972734101322203 ], [ -75.155064575249398, 39.9740052475045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18119, "tnode_": 17990, "lpoly_": null, "rpoly_": null, "length": 214.23173002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAFAYETTE", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 48740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440007, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAFAYETTE PL", "stname": "LAFAYETTE PL", "objectid": 13325, "Shape__Length": 85.417644770803221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154418161515594, 39.972617632976203 ], [ -75.154296497714796, 39.973198228445597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18119, "tnode_": 18102, "lpoly_": null, "rpoly_": null, "length": 262.71656905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1114, "l_t_add": 1198, "r_f_add": 1115, "r_t_add": 1199, "st_code": 77160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440008, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13326, "Shape__Length": 104.35720255560349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154418161515594, 39.972617632976203 ], [ -75.155343217084194, 39.972734101322203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18120, "tnode_": 18119, "lpoly_": null, "rpoly_": null, "length": 44.94144792, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1112, "l_t_add": 1112, "r_f_add": 1113, "r_t_add": 1113, "st_code": 77160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440009, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13327, "Shape__Length": 17.852094534993292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154260276284802, 39.972596090731301 ], [ -75.154418161515594, 39.972617632976203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18133, "tnode_": 18120, "lpoly_": null, "rpoly_": null, "length": 140.60362152, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1111, "st_code": 77160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440010, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13328, "Shape__Length": 55.850971394204251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153765190702202, 39.972533779990499 ], [ -75.154260276284802, 39.972596090731301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18163, "tnode_": 27040, "lpoly_": null, "rpoly_": null, "length": 290.28780395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1350, "r_f_add": 1301, "r_t_add": 1349, "st_code": 87990, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440011, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13329, "Shape__Length": 115.74207011528061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152190176476594, 39.972327675349199 ], [ -75.152025023427797, 39.973114355678298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18163, "tnode_": 18133, "lpoly_": null, "rpoly_": null, "length": 447.77483437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 77160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440012, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13330, "Shape__Length": 177.86749260759993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152190176476594, 39.972327675349199 ], [ -75.153765190702202, 39.972533779990499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18174, "tnode_": 18102, "lpoly_": null, "rpoly_": null, "length": 151.7195109, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1238, "l_t_add": 1298, "r_f_add": 1237, "r_t_add": 1299, "st_code": 88030, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440013, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13331, "Shape__Length": 60.49283338431222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155428275518005, 39.972322785970199 ], [ -75.155343217084194, 39.972734101322203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18178, "tnode_": 18163, "lpoly_": null, "rpoly_": null, "length": 188.01672997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 936, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 77160, "l_hundred": 900, "r_hundred": 900, "seg_id": 440014, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13332, "Shape__Length": 74.68437968208309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151528311812598, 39.972243573022098 ], [ -75.152190176476594, 39.972327675349199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18188, "tnode_": 18178, "lpoly_": null, "rpoly_": null, "length": 113.20562394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 916, "l_t_add": 934, "r_f_add": 915, "r_t_add": 933, "st_code": 77160, "l_hundred": 900, "r_hundred": 900, "seg_id": 440015, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13333, "Shape__Length": 44.967071639096297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151129057387095, 39.9721965288918 ], [ -75.151528311812598, 39.972243573022098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18176, "tnode_": 18026, "lpoly_": null, "rpoly_": null, "length": 303.24799938000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 19140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13334, "Shape__Length": 120.90857728218108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159239414245405, 39.972393338306198 ], [ -75.1590594756006, 39.973214199355098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18176, "tnode_": 18161, "lpoly_": null, "rpoly_": null, "length": 239.58026162, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 74900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440017, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 13335, "Shape__Length": 95.166632107778881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159239414245405, 39.972393338306198 ], [ -75.160082959598, 39.972499745859402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28468, "tnode_": 18174, "lpoly_": null, "rpoly_": null, "length": 258.65750737000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUSTIS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 26490, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUSTIS PL", "stname": "CUSTIS PL", "objectid": 13336, "Shape__Length": 102.74450034185659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154517832645297, 39.9722066469079 ], [ -75.155428275518005, 39.972322785970199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18220, "tnode_": 17969, "lpoly_": null, "rpoly_": null, "length": 467.48029409000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87950, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 13337, "Shape__Length": 186.38922987925883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149642124357996, 39.972000083025598 ], [ -75.149363050841202, 39.973265284650203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18226, "tnode_": 17978, "lpoly_": null, "rpoly_": null, "length": 468.65155477000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 64360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERTH ST", "stname": "N PERTH ST", "objectid": 13338, "Shape__Length": 186.8559400336004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149150735227906, 39.9719378098238 ], [ -75.149023128578094, 39.9725175199628 ], [ -75.148885292322007, 39.9731586441359 ], [ -75.1488708879276, 39.9732060726054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18226, "tnode_": 18220, "lpoly_": null, "rpoly_": null, "length": 139.58026271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 760, "l_t_add": 798, "r_f_add": 715, "r_t_add": 799, "st_code": 77160, "l_hundred": 700, "r_hundred": 700, "seg_id": 440022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13339, "Shape__Length": 55.444060990827523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149150735227906, 39.9719378098238 ], [ -75.149642124357996, 39.972000083025598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18233, "tnode_": 17989, "lpoly_": null, "rpoly_": null, "length": 468.88984972999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 34980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440023, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 13340, "Shape__Length": 186.95155170784341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148660113663894, 39.971872089276602 ], [ -75.148384726560593, 39.973141691992502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18233, "tnode_": 18226, "lpoly_": null, "rpoly_": null, "length": 139.5780329, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 750, "l_t_add": 758, "r_f_add": 709, "r_t_add": 713, "st_code": 77160, "l_hundred": 700, "r_hundred": 700, "seg_id": 440024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13341, "Shape__Length": 55.443783949096982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148660113663894, 39.971872089276602 ], [ -75.149150735227906, 39.9719378098238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18249, "tnode_": 18013, "lpoly_": null, "rpoly_": null, "length": 468.8488589, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87930, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440025, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13342, "Shape__Length": 186.94012865680745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1478977760475, 39.971773989175901 ], [ -75.147890239271803, 39.9718328297215 ], [ -75.147661422539599, 39.973048067077897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18249, "tnode_": 18233, "lpoly_": null, "rpoly_": null, "length": 216.63315378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 707, "st_code": 77160, "l_hundred": 700, "r_hundred": 700, "seg_id": 440026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13343, "Shape__Length": 86.051092030721662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1478977760475, 39.971773989175901 ], [ -75.148660113663894, 39.971872089276602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18252, "tnode_": 18174, "lpoly_": null, "rpoly_": null, "length": 151.44080533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1228, "l_t_add": 1236, "r_f_add": 1227, "r_t_add": 1235, "st_code": 88030, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440027, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13344, "Shape__Length": 60.38017294835435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155521287328895, 39.9719132677304 ], [ -75.155428275518005, 39.972322785970199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18260, "tnode_": 18028, "lpoly_": null, "rpoly_": null, "length": 468.07754074999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 53860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 13345, "Shape__Length": 186.63176896791521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147107839416606, 39.971673319819701 ], [ -75.146867046021896, 39.972944825106303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18260, "tnode_": 18249, "lpoly_": null, "rpoly_": null, "length": 224.41752341999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 624, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 77160, "l_hundred": 600, "r_hundred": 600, "seg_id": 440029, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13346, "Shape__Length": 89.142891432392503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147107839416606, 39.971673319819701 ], [ -75.1478977760475, 39.971773989175901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18274, "tnode_": 18260, "lpoly_": null, "rpoly_": null, "length": 223.38326532, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 623, "st_code": 77160, "l_hundred": 600, "r_hundred": 600, "seg_id": 440030, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13347, "Shape__Length": 88.732158690486173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146321811326501, 39.971573422041203 ], [ -75.146386018865797, 39.971576726026797 ], [ -75.147107839416606, 39.971673319819701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18276, "tnode_": 18252, "lpoly_": null, "rpoly_": null, "length": 307.49085461, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1112, "l_t_add": 1198, "r_f_add": 1111, "r_t_add": 1199, "st_code": 74900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 13348, "Shape__Length": 122.14167348508691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154439240562397, 39.971773923619097 ], [ -75.155521287328895, 39.9719132677304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18289, "tnode_": 18274, "lpoly_": null, "rpoly_": null, "length": 201.14604694, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 526, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 77160, "l_hundred": 500, "r_hundred": 500, "seg_id": 440033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13349, "Shape__Length": 79.893841833091926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145608108188497, 39.971516812823197 ], [ -75.146251623912207, 39.971571563621197 ], [ -75.146321811326501, 39.971573422041203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18292, "tnode_": 18133, "lpoly_": null, "rpoly_": null, "length": 305.13373973, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1239, "r_t_add": 1299, "st_code": 88010, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440034, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13350, "Shape__Length": 121.65695333808816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153961209221407, 39.9717098387096 ], [ -75.153765190702202, 39.972533779990499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18292, "tnode_": 18276, "lpoly_": null, "rpoly_": null, "length": 135.99970839, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1109, "st_code": 74900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 13351, "Shape__Length": 54.02226663894551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153961209221407, 39.9717098387096 ], [ -75.154439240562397, 39.971773923619097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18306, "tnode_": 18077, "lpoly_": null, "rpoly_": null, "length": 441.55740754, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87890, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440036, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13352, "Shape__Length": 176.05131665788903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144729551952494, 39.971444471851399 ], [ -75.144461438650694, 39.972638920034299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18306, "tnode_": 18289, "lpoly_": null, "rpoly_": null, "length": 247.64597208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 521, "st_code": 77160, "l_hundred": 500, "r_hundred": 500, "seg_id": 440037, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13353, "Shape__Length": 98.363320586413948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144729551952494, 39.971444471851399 ], [ -75.145608108188497, 39.971516812823197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18313, "tnode_": 18194, "lpoly_": null, "rpoly_": null, "length": 233.0680739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY FORGE", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 79650, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY FORGE PL", "stname": "VALLEY FORGE PL", "objectid": 13354, "Shape__Length": 92.925772867794478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156201764633494, 39.9716260427113 ], [ -75.156063029243001, 39.972256876606401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18313, "tnode_": 18294, "lpoly_": null, "rpoly_": null, "length": 270.3825108, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1213, "r_t_add": 1299, "st_code": 34500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440039, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 13355, "Shape__Length": 107.40109802431843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156201764633494, 39.9716260427113 ], [ -75.157153378991694, 39.971747867941303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18318, "tnode_": 18306, "lpoly_": null, "rpoly_": null, "length": 112.89585867, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 430, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 77160, "l_hundred": 400, "r_hundred": 400, "seg_id": 440040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13356, "Shape__Length": 44.842932953109496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144330743407096, 39.971400954097902 ], [ -75.144729551952494, 39.971444471851399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18327, "tnode_": 18318, "lpoly_": null, "rpoly_": null, "length": 149.68531258000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 428, "l_t_add": 428, "r_f_add": 439, "r_t_add": 443, "st_code": 77160, "l_hundred": 400, "r_hundred": 400, "seg_id": 440041, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13357, "Shape__Length": 59.458223171832813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143804663283902, 39.971331397986603 ], [ -75.144245055995199, 39.9713944824382 ], [ -75.144330743407096, 39.971400954097902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18330, "tnode_": 18252, "lpoly_": null, "rpoly_": null, "length": 135.99128324, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1226, "r_f_add": 1211, "r_t_add": 1225, "st_code": 88030, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440042, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13358, "Shape__Length": 54.220095487721224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155604620604606, 39.971545501850599 ], [ -75.155521287328895, 39.9719132677304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18330, "tnode_": 18313, "lpoly_": null, "rpoly_": null, "length": 169.91818119000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1211, "st_code": 34500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440043, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 13359, "Shape__Length": 67.495416175842152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155604620604606, 39.971545501850599 ], [ -75.156201764633494, 39.9716260427113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18336, "tnode_": 18327, "lpoly_": null, "rpoly_": null, "length": 134.2545017, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 410, "l_t_add": 426, "r_f_add": 415, "r_t_add": 437, "st_code": 77160, "l_hundred": 400, "r_hundred": 400, "seg_id": 440044, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13360, "Shape__Length": 53.328638705767283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143332718546503, 39.971268360037499 ], [ -75.143804663283902, 39.971331397986603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18350, "tnode_": 18124, "lpoly_": null, "rpoly_": null, "length": 441.00062217000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87870, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440045, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13361, "Shape__Length": 175.83030252299775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142840473117303, 39.971203303710801 ], [ -75.142583600171207, 39.972397663951199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18350, "tnode_": 18336, "lpoly_": null, "rpoly_": null, "length": 139.98661288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 413, "st_code": 77160, "l_hundred": 400, "r_hundred": 400, "seg_id": 440046, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13362, "Shape__Length": 55.605366877446087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142840473117303, 39.971203303710801 ], [ -75.143332718546503, 39.971268360037499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18362, "tnode_": 18350, "lpoly_": null, "rpoly_": null, "length": 206.81588656, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 322, "l_t_add": 398, "r_f_add": 329, "r_t_add": 399, "st_code": 77160, "l_hundred": 300, "r_hundred": 300, "seg_id": 440047, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13363, "Shape__Length": 82.15115409109444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142113249828697, 39.971107108761302 ], [ -75.142840473117303, 39.971203303710801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18361, "tnode_": 18176, "lpoly_": null, "rpoly_": null, "length": 338.92605082, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 19140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13364, "Shape__Length": 135.13164190735179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159443796007096, 39.971476329006201 ], [ -75.159239414245405, 39.972393338306198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18361, "tnode_": 18340, "lpoly_": null, "rpoly_": null, "length": 240.30532850999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1413, "st_code": 37040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13365, "Shape__Length": 95.453885755330674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159443796007096, 39.971476329006201 ], [ -75.160289278145001, 39.971585858697303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18376, "tnode_": 18361, "lpoly_": null, "rpoly_": null, "length": 236.75800345000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 37040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440051, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13366, "Shape__Length": 94.046938525777193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158613415078605, 39.971357064292299 ], [ -75.159443796007096, 39.971476329006201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18378, "tnode_": 18086, "lpoly_": null, "rpoly_": null, "length": 551.5101363, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87830, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440052, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13367, "Shape__Length": 219.89216139202745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139248866594002, 39.970950724266103 ], [ -75.138936120638405, 39.9724454439556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18378, "tnode_": 18364, "lpoly_": null, "rpoly_": null, "length": 228.3752742, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 219, "st_code": 77160, "l_hundred": 200, "r_hundred": 200, "seg_id": 440053, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13368, "Shape__Length": 90.712688594779408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139248866594002, 39.970950724266103 ], [ -75.139992466952506, 39.971041767815102 ], [ -75.140054247446599, 39.9710394311087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18380, "tnode_": 18362, "lpoly_": null, "rpoly_": null, "length": 253.66455462, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 327, "st_code": 77160, "l_hundred": 300, "r_hundred": 300, "seg_id": 440054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13369, "Shape__Length": 100.79360146158976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141274135056193, 39.970935205928399 ], [ -75.141319542322606, 39.971003806848103 ], [ -75.142113249828697, 39.971107108761302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18364, "tnode_": 18387, "lpoly_": null, "rpoly_": null, "length": 271.31462292999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 214, "l_t_add": 236, "r_f_add": 221, "r_t_add": 243, "st_code": 77160, "l_hundred": 200, "r_hundred": 200, "seg_id": 440055, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13370, "Shape__Length": 107.77634572586113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140054247446599, 39.9710394311087 ], [ -75.1410020538504, 39.970888048562401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18388, "tnode_": 18098, "lpoly_": null, "rpoly_": null, "length": 553.633823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 62760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 13371, "Shape__Length": 220.73710161436881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138688209053299, 39.970873951498298 ], [ -75.1383633422261, 39.972373050558602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18388, "tnode_": 18378, "lpoly_": null, "rpoly_": null, "length": 159.61049813, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 178, "l_t_add": 198, "r_f_add": 179, "r_t_add": 199, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13372, "Shape__Length": 63.400561867625129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138688209053299, 39.970873951498298 ], [ -75.139248866594002, 39.970950724266103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18399, "tnode_": 18294, "lpoly_": null, "rpoly_": null, "length": 202.84960295000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1232, "r_f_add": 1201, "r_t_add": 1219, "st_code": 88050, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440058, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13373, "Shape__Length": 80.87538146872194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157281928124704, 39.971200201937798 ], [ -75.157245914070899, 39.971310660306898 ], [ -75.157153378991694, 39.971747867941303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18399, "tnode_": 18376, "lpoly_": null, "rpoly_": null, "length": 377.53686538000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1340, "r_f_add": 1301, "r_t_add": 1323, "st_code": 37040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13374, "Shape__Length": 149.96155626286088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157281928124704, 39.971200201937798 ], [ -75.158613415078605, 39.971357064292299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18400, "tnode_": 18388, "lpoly_": null, "rpoly_": null, "length": 144.3279677, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 164, "l_t_add": 176, "r_f_add": 165, "r_t_add": 177, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440060, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13375, "Shape__Length": 57.33287976722211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138184604444803, 39.970791274526697 ], [ -75.138688209053299, 39.970873951498298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18417, "tnode_": 18127, "lpoly_": null, "rpoly_": null, "length": 570.63751188000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 54200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440061, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 13376, "Shape__Length": 227.51701696698044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137455839310604, 39.970654128056097 ], [ -75.137128657643999, 39.972200240116699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18417, "tnode_": 18400, "lpoly_": null, "rpoly_": null, "length": 210.28016516, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 144, "l_t_add": 162, "r_f_add": 145, "r_t_add": 163, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440062, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13377, "Shape__Length": 83.535885879384907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137455839310604, 39.970654128056097 ], [ -75.138184604444803, 39.970791274526697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18424, "tnode_": 18330, "lpoly_": null, "rpoly_": null, "length": 204.64616981, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1209, "st_code": 88030, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440063, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13378, "Shape__Length": 81.593740723437591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155721070509799, 39.970990913338298 ], [ -75.155604620604606, 39.971545501850599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18424, "tnode_": 18399, "lpoly_": null, "rpoly_": null, "length": 444.06990869000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 37040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440064, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13379, "Shape__Length": 176.39328896273406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155721070509799, 39.970990913338298 ], [ -75.157281928124704, 39.971200201937798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18425, "tnode_": 18377, "lpoly_": null, "rpoly_": null, "length": 206.86902764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 209, "l_t_add": 233, "r_f_add": 214, "r_t_add": 236, "st_code": 77140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440065, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 13380, "Shape__Length": 82.217878041636311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133960384241007, 39.970541149590403 ], [ -75.133288203303096, 39.970775698636999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18433, "tnode_": 18140, "lpoly_": null, "rpoly_": null, "length": 568.48857916000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 43800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440066, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 13381, "Shape__Length": 226.63425819190337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136804037896496, 39.970537071836397 ], [ -75.136330777031702, 39.972054568785097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18433, "tnode_": 18417, "lpoly_": null, "rpoly_": null, "length": 187.59840476, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 128, "l_t_add": 142, "r_f_add": 129, "r_t_add": 143, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13382, "Shape__Length": 74.523778981121211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136804037896496, 39.970537071836397 ], [ -75.137455839310604, 39.970654128056097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18443, "tnode_": 18157, "lpoly_": null, "rpoly_": null, "length": 570.27346656999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 43480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440068, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 13383, "Shape__Length": 227.34344926367663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136335504882496, 39.970446731947199 ], [ -75.135876483864493, 39.971917184745699 ], [ -75.135852518792802, 39.971967088939799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18443, "tnode_": 18433, "lpoly_": null, "rpoly_": null, "length": 135.3820942, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 112, "l_t_add": 126, "r_f_add": 117, "r_t_add": 127, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440069, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13384, "Shape__Length": 53.782263339664702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136335504882496, 39.970446731947199 ], [ -75.136804037896496, 39.970537071836397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18447, "tnode_": 18292, "lpoly_": null, "rpoly_": null, "length": 340.20007863000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1237, "st_code": 88010, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440070, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13385, "Shape__Length": 135.64024188064479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154152450134305, 39.970787611373801 ], [ -75.153961209221407, 39.9717098387096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18448, "tnode_": 18425, "lpoly_": null, "rpoly_": null, "length": 147.10268362, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 207, "r_f_add": 200, "r_t_add": 212, "st_code": 77140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 13386, "Shape__Length": 58.463902559192867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134438750681696, 39.970375020490302 ], [ -75.133960384241007, 39.970541149590403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18448, "tnode_": 18358, "lpoly_": null, "rpoly_": null, "length": 206.17846027000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1306, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1319, "st_code": 34960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440072, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13387, "Shape__Length": 82.212011360908662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134438750681696, 39.970375020490302 ], [ -75.134422408071003, 39.970940866419703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18456, "tnode_": 18318, "lpoly_": null, "rpoly_": null, "length": 355.3303594, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 61660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 13388, "Shape__Length": 141.64547791896425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143989071189907, 39.970461620128603 ], [ -75.144330743407096, 39.971400954097902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18460, "tnode_": 18182, "lpoly_": null, "rpoly_": null, "length": 569.1720696, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 35200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440074, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13389, "Shape__Length": 226.90757066735225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135776996908703, 39.970347938473999 ], [ -75.135310301711996, 39.971868566392097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18460, "tnode_": 18443, "lpoly_": null, "rpoly_": null, "length": 160.62357405, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 110, "r_f_add": 101, "r_t_add": 115, "st_code": 77160, "l_hundred": 100, "r_hundred": 100, "seg_id": 440075, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 13390, "Shape__Length": 63.807425793096698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135776996908703, 39.970347938473999 ], [ -75.136335504882496, 39.970446731947199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18464, "tnode_": 18405, "lpoly_": null, "rpoly_": null, "length": 313.63342772, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 435, "r_f_add": 400, "r_t_add": 428, "st_code": 37020, "l_hundred": 400, "r_hundred": 400, "seg_id": 440076, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 13391, "Shape__Length": 124.64929280655852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1304553399235, 39.970198230705499 ], [ -75.129435713438298, 39.970552913008603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18464, "tnode_": 18393, "lpoly_": null, "rpoly_": null, "length": 179.81879122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1205, "st_code": 24380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440077, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 13392, "Shape__Length": 71.659164170211412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1304553399235, 39.970198230705499 ], [ -75.130702943006597, 39.970653612197403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18473, "tnode_": 18191, "lpoly_": null, "rpoly_": null, "length": 568.44679944999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 49820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 13393, "Shape__Length": 226.61636617835913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135290601375701, 39.970257552209397 ], [ -75.134815868964196, 39.971774658717898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18474, "tnode_": 18448, "lpoly_": null, "rpoly_": null, "length": 58.56716981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1304, "r_f_add": 1251, "r_t_add": 1299, "st_code": 34960, "l_hundred": 1300, "r_hundred": 1200, "seg_id": 440079, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13394, "Shape__Length": 23.353104859496579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134436931018001, 39.970214252389503 ], [ -75.134438750681696, 39.970375020490302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18486, "tnode_": 18399, "lpoly_": null, "rpoly_": null, "length": 178.99011119000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 936, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 88050, "l_hundred": 900, "r_hundred": 900, "seg_id": 440080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13395, "Shape__Length": 71.361536055387816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157399045104398, 39.970717505822002 ], [ -75.1573230860064, 39.9710729747069 ], [ -75.157281928124704, 39.971200201937798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18489, "tnode_": 18484, "lpoly_": null, "rpoly_": null, "length": 190.7342104, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 922, "l_t_add": 998, "r_f_add": 911, "r_t_add": 999, "st_code": 37040, "l_hundred": 900, "r_hundred": 900, "seg_id": 440081, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13396, "Shape__Length": 75.754340697547789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151896267245405, 39.970560482856797 ], [ -75.152576314581495, 39.970579769322001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18498, "tnode_": 18494, "lpoly_": null, "rpoly_": null, "length": 130.40632341999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 806, "r_f_add": 801, "r_t_add": 807, "st_code": 37040, "l_hundred": 800, "r_hundred": 800, "seg_id": 440082, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13397, "Shape__Length": 51.79372578683747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149969399901394, 39.970494560993302 ], [ -75.150434350428696, 39.970507792206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18501, "tnode_": 18233, "lpoly_": null, "rpoly_": null, "length": 520.71180999000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 34980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 13398, "Shape__Length": 207.60914059082404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148968241804198, 39.970462467235201 ], [ -75.148660113663894, 39.971872089276602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18501, "tnode_": 18498, "lpoly_": null, "rpoly_": null, "length": 280.85003798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 716, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 37040, "l_hundred": 700, "r_hundred": 700, "seg_id": 440084, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13399, "Shape__Length": 111.5458651330308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148968241804198, 39.970462467235201 ], [ -75.149969399901394, 39.970494560993302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18504, "tnode_": 18249, "lpoly_": null, "rpoly_": null, "length": 491.8486342, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87930, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13400, "Shape__Length": 196.10630241724238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148150995787205, 39.970437933739802 ], [ -75.1478977760475, 39.971773989175901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18504, "tnode_": 18501, "lpoly_": null, "rpoly_": null, "length": 229.2337245, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 717, "st_code": 37040, "l_hundred": 700, "r_hundred": 700, "seg_id": 440086, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13401, "Shape__Length": 91.045178601280753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148150995787205, 39.970437933739802 ], [ -75.148968241804198, 39.970462467235201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18508, "tnode_": 18260, "lpoly_": null, "rpoly_": null, "length": 461.77249406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 53860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440087, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 13402, "Shape__Length": 184.11512527209513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147339800890293, 39.970418323294403 ], [ -75.147107839416606, 39.971673319819701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18508, "tnode_": 18504, "lpoly_": null, "rpoly_": null, "length": 227.47569610999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 610, "l_t_add": 698, "r_f_add": 619, "r_t_add": 699, "st_code": 37040, "l_hundred": 600, "r_hundred": 600, "seg_id": 440088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13403, "Shape__Length": 90.34671864374215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147339800890293, 39.970418323294403 ], [ -75.148150995787205, 39.970437933739802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18510, "tnode_": 18508, "lpoly_": null, "rpoly_": null, "length": 222.58230077000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 608, "r_f_add": 601, "r_t_add": 617, "st_code": 37040, "l_hundred": 600, "r_hundred": 600, "seg_id": 440090, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13404, "Shape__Length": 88.403595947662936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146546535574899, 39.970389717161602 ], [ -75.147339800890293, 39.970418323294403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18513, "tnode_": 18376, "lpoly_": null, "rpoly_": null, "length": 278.75512454000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 922, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 81820, "l_hundred": 900, "r_hundred": 900, "seg_id": 440091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 13405, "Shape__Length": 111.13976825952204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158780505593299, 39.970602723299699 ], [ -75.158613415078605, 39.971357064292299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18519, "tnode_": 18424, "lpoly_": null, "rpoly_": null, "length": 186.69460639000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 88030, "l_hundred": 900, "r_hundred": 900, "seg_id": 440092, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13406, "Shape__Length": 74.435261159273438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155830809604197, 39.970485416385102 ], [ -75.155721070509799, 39.970990913338298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18519, "tnode_": 18486, "lpoly_": null, "rpoly_": null, "length": 450.32224846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 40780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440093, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 13407, "Shape__Length": 178.88667489346338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155830809604197, 39.970485416385102 ], [ -75.155885592140393, 39.970521214363004 ], [ -75.157399045104398, 39.970717505822002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18521, "tnode_": 18510, "lpoly_": null, "rpoly_": null, "length": 193.85714649, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 522, "l_t_add": 598, "r_f_add": 519, "r_t_add": 599, "st_code": 37040, "l_hundred": 500, "r_hundred": 500, "seg_id": 440094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13408, "Shape__Length": 77.000961072348275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145862792504204, 39.970309484858099 ], [ -75.146546535574899, 39.970389717161602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18532, "tnode_": 18306, "lpoly_": null, "rpoly_": null, "length": 460.4075673, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87890, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440095, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13409, "Shape__Length": 183.56207575482267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145019805516398, 39.970200482209698 ], [ -75.144729551952494, 39.971444471851399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18532, "tnode_": 18521, "lpoly_": null, "rpoly_": null, "length": 239.58820994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 517, "st_code": 37040, "l_hundred": 500, "r_hundred": 500, "seg_id": 440096, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13410, "Shape__Length": 95.167207441023336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145019805516398, 39.970200482209698 ], [ -75.145862792504204, 39.970309484858099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18537, "tnode_": 18486, "lpoly_": null, "rpoly_": null, "length": 104.75703186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 926, "l_t_add": 934, "r_f_add": 917, "r_t_add": 919, "st_code": 88050, "l_hundred": 900, "r_hundred": 900, "seg_id": 440097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13411, "Shape__Length": 41.765770460687129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157466088347903, 39.970434598965397 ], [ -75.157399045104398, 39.970717505822002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18544, "tnode_": 18532, "lpoly_": null, "rpoly_": null, "length": 270.62984124999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 430, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 37040, "l_hundred": 400, "r_hundred": 400, "seg_id": 440098, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13412, "Shape__Length": 107.49662799357112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144067034838997, 39.970079976173103 ], [ -75.145019805516398, 39.970200482209698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18547, "tnode_": 18364, "lpoly_": null, "rpoly_": null, "length": 390.44578608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 12440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440100, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2002-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13413, "Shape__Length": 155.66118377761188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139767680061794, 39.969990532328403 ], [ -75.140054247446599, 39.9710394311087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18551, "tnode_": 18447, "lpoly_": null, "rpoly_": null, "length": 196.70242459000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 944, "l_t_add": 998, "r_f_add": 911, "r_t_add": 999, "st_code": 88010, "l_hundred": 900, "r_hundred": 900, "seg_id": 440101, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13414, "Shape__Length": 78.424968841080556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154269222671701, 39.970255165813903 ], [ -75.154152450134305, 39.970787611373801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18555, "tnode_": 18544, "lpoly_": null, "rpoly_": null, "length": 134.90142981, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 416, "l_t_add": 428, "r_f_add": 417, "r_t_add": 421, "st_code": 37040, "l_hundred": 400, "r_hundred": 400, "seg_id": 440102, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13415, "Shape__Length": 53.583846765033236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143591929037299, 39.970020740799498 ], [ -75.144067034838997, 39.970079976173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18556, "tnode_": 18537, "lpoly_": null, "rpoly_": null, "length": 54.063823, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 910, "l_t_add": 924, "r_f_add": 915, "r_t_add": 915, "st_code": 88050, "l_hundred": 900, "r_hundred": 900, "seg_id": 440103, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13416, "Shape__Length": 21.555779682883522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157493278470696, 39.970287668898898 ], [ -75.157466088347903, 39.970434598965397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18564, "tnode_": 18350, "lpoly_": null, "rpoly_": null, "length": 457.21151054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87870, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440104, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13417, "Shape__Length": 182.29182876905659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143097126629399, 39.969963832899701 ], [ -75.142840473117303, 39.971203303710801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18564, "tnode_": 18555, "lpoly_": null, "rpoly_": null, "length": 140.2260311, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 415, "st_code": 37040, "l_hundred": 400, "r_hundred": 400, "seg_id": 440105, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13418, "Shape__Length": 55.69794626806479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143097126629399, 39.969963832899701 ], [ -75.143591929037299, 39.970020740799498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18547, "tnode_": 18570, "lpoly_": null, "rpoly_": null, "length": 270.04835006999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 74900, "l_hundred": 200, "r_hundred": 200, "seg_id": 440106, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STILES ST", "stname": "W STILES ST", "objectid": 13419, "Shape__Length": 107.27277120080595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139767680061794, 39.969990532328403 ], [ -75.140709780695204, 39.969835232108501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18570, "tnode_": 18387, "lpoly_": null, "rpoly_": null, "length": 392.17348025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1202, "l_t_add": 1298, "r_f_add": 1203, "r_t_add": 1299, "st_code": 36660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440107, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13420, "Shape__Length": 156.34881361187564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140709780695204, 39.969835232108501 ], [ -75.1410020538504, 39.970888048562401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18579, "tnode_": 18362, "lpoly_": null, "rpoly_": null, "length": 454.61449666, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 61580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 13421, "Shape__Length": 181.25558478810086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142372465589105, 39.969875175094401 ], [ -75.142113249828697, 39.971107108761302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18579, "tnode_": 18564, "lpoly_": null, "rpoly_": null, "length": 205.66279819, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 332, "l_t_add": 398, "r_f_add": 323, "r_t_add": 399, "st_code": 37040, "l_hundred": 300, "r_hundred": 300, "seg_id": 440109, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13422, "Shape__Length": 81.690329000721164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142372465589105, 39.969875175094401 ], [ -75.143097126629399, 39.969963832899701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18588, "tnode_": 18484, "lpoly_": null, "rpoly_": null, "length": 190.72065537, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 952, "l_t_add": 998, "r_f_add": 953, "r_t_add": 999, "st_code": 87990, "l_hundred": 900, "r_hundred": 900, "seg_id": 440110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13423, "Shape__Length": 76.03925527058081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152693361278494, 39.9700640208792 ], [ -75.152576314581495, 39.970579769322001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18594, "tnode_": 18361, "lpoly_": null, "rpoly_": null, "length": 466.65283829000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 19140, "l_hundred": 900, "r_hundred": 900, "seg_id": 440111, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13424, "Shape__Length": 186.05692123743157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159705062532794, 39.9702111791742 ], [ -75.159443796007096, 39.971476329006201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18594, "tnode_": 18566, "lpoly_": null, "rpoly_": null, "length": 244.13097331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 65260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440112, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13425, "Shape__Length": 96.973004632701389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159705062532794, 39.9702111791742 ], [ -75.159855188378003, 39.970229697055998 ], [ -75.160562493318693, 39.970328956341604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18601, "tnode_": 18579, "lpoly_": null, "rpoly_": null, "length": 242.15412221, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 330, "r_f_add": 301, "r_t_add": 321, "st_code": 37040, "l_hundred": 300, "r_hundred": 300, "seg_id": 440114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13426, "Shape__Length": 96.185359093925456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141519945518397, 39.969767367876301 ], [ -75.142372465589105, 39.969875175094401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18602, "tnode_": 18588, "lpoly_": null, "rpoly_": null, "length": 195.03730320999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 956, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 40780, "l_hundred": 900, "r_hundred": 900, "seg_id": 440115, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 13427, "Shape__Length": 77.480532290746908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152019278573206, 39.9700095221392 ], [ -75.152640701793104, 39.970093295959401 ], [ -75.152693361278494, 39.9700640208792 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18608, "tnode_": 18377, "lpoly_": null, "rpoly_": null, "length": 521.46729732000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 25660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440116, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE ST", "stname": "CREASE ST", "objectid": 13428, "Shape__Length": 207.80265428023921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132557170549404, 39.969460035936301 ], [ -75.133274559428997, 39.970732251811803 ], [ -75.133288203303096, 39.970775698636999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18609, "tnode_": 18544, "lpoly_": null, "rpoly_": null, "length": 97.19294067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1061, "r_t_add": 1199, "st_code": 49660, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 440117, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 13429, "Shape__Length": 38.750377184465542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144124608296195, 39.969816872491698 ], [ -75.144067034838997, 39.970079976173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28026, "tnode_": 18556, "lpoly_": null, "rpoly_": null, "length": 256.3782746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "CT", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 21050, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE CT", "stname": "CAMBRIDGE CT", "objectid": 13430, "Shape__Length": 101.83639363125214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156591235596395, 39.970170939026403 ], [ -75.157493278470696, 39.970287668898898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18613, "tnode_": 18602, "lpoly_": null, "rpoly_": null, "length": 108.32251823, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 954, "r_f_add": 901, "r_t_add": 923, "st_code": 40780, "l_hundred": 900, "r_hundred": 900, "seg_id": 440119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 13431, "Shape__Length": 43.026840607007458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151638212213697, 39.9699599521648 ], [ -75.152019278573206, 39.9700095221392 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18622, "tnode_": 18473, "lpoly_": null, "rpoly_": null, "length": 277.18689603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 49820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 13432, "Shape__Length": 110.50233822889564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135515123893896, 39.969516764961703 ], [ -75.135456560468398, 39.969749716764497 ], [ -75.135290601375701, 39.970257552209397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18627, "tnode_": 18513, "lpoly_": null, "rpoly_": null, "length": 216.99045531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 920, "r_f_add": 901, "r_t_add": 921, "st_code": 81820, "l_hundred": 900, "r_hundred": 900, "seg_id": 440121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 13433, "Shape__Length": 86.513664544780823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158908251887894, 39.970015222608403 ], [ -75.158780505593299, 39.970602723299699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18627, "tnode_": 18594, "lpoly_": null, "rpoly_": null, "length": 234.4635939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 65260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440122, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13434, "Shape__Length": 93.155540698040838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158908251887894, 39.970015222608403 ], [ -75.159705062532794, 39.9702111791742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18648, "tnode_": 18547, "lpoly_": null, "rpoly_": null, "length": 180.63677991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 12440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440124, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2002-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13435, "Shape__Length": 71.995325442237203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139581386262094, 39.969524100862799 ], [ -75.139676434772397, 39.969630829646697 ], [ -75.139767680061794, 39.969990532328403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18649, "tnode_": 18609, "lpoly_": null, "rpoly_": null, "length": 151.251954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 416, "l_t_add": 498, "r_f_add": 409, "r_t_add": 499, "st_code": 21060, "l_hundred": 400, "r_hundred": 400, "seg_id": 440125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13436, "Shape__Length": 60.154950986555164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143689023052303, 39.969571776542303 ], [ -75.144124608296195, 39.969816872491698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18642, "tnode_": 18425, "lpoly_": null, "rpoly_": null, "length": 520.10816137000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 27640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440126, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAY ST", "stname": "DAY ST", "objectid": 13437, "Shape__Length": 207.22607352117805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133142400406996, 39.9692627354355 ], [ -75.133243443166805, 39.969363065049102 ], [ -75.133960384241007, 39.970541149590403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18657, "tnode_": 18388, "lpoly_": null, "rpoly_": null, "length": 538.45522639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 62760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440127, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 13438, "Shape__Length": 214.68118553189936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139000565380897, 39.969415493394401 ], [ -75.138688209053299, 39.970873951498298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18657, "tnode_": 18648, "lpoly_": null, "rpoly_": null, "length": 167.53461303, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 178, "l_t_add": 198, "r_f_add": 179, "r_t_add": 199, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440128, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13439, "Shape__Length": 66.553384346371104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139000565380897, 39.969415493394401 ], [ -75.139581386262094, 39.969524100862799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18667, "tnode_": 18657, "lpoly_": null, "rpoly_": null, "length": 144.50083234, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 160, "l_t_add": 176, "r_f_add": 163, "r_t_add": 177, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440129, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13440, "Shape__Length": 57.403484949813155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138500057133399, 39.969320383617799 ], [ -75.139000565380897, 39.969415493394401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18672, "tnode_": 18627, "lpoly_": null, "rpoly_": null, "length": 378.5767048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1336, "r_f_add": 1301, "r_t_add": 1337, "st_code": 65260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440132, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13441, "Shape__Length": 150.41359771778309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157622337360905, 39.969697258129699 ], [ -75.158908251887894, 39.970015222608403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18674, "tnode_": 18667, "lpoly_": null, "rpoly_": null, "length": 142.06424183, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 150, "l_t_add": 158, "r_f_add": 147, "r_t_add": 161, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13442, "Shape__Length": 56.435310530483953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138007812065894, 39.969227431169401 ], [ -75.138500057133399, 39.969320383617799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18677, "tnode_": 18448, "lpoly_": null, "rpoly_": null, "length": 517.63550623000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHACKAMAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 72060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440134, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHACKAMAXON ST", "stname": "SHACKAMAXON ST", "objectid": 13443, "Shape__Length": 206.27098171887855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133701590748899, 39.969072345630799 ], [ -75.134229848994806, 39.969979984002102 ], [ -75.134438750681696, 39.970375020490302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18687, "tnode_": 18417, "lpoly_": null, "rpoly_": null, "length": 544.88408358000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 54200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440135, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 13444, "Shape__Length": 217.24443430939621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137766276260905, 39.969177547273503 ], [ -75.137455839310604, 39.970654128056097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18687, "tnode_": 18674, "lpoly_": null, "rpoly_": null, "length": 70.09582604, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 144, "l_t_add": 148, "r_f_add": 143, "r_t_add": 145, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440136, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13445, "Shape__Length": 27.846828627896066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137766276260905, 39.969177547273503 ], [ -75.138007812065894, 39.969227431169401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18688, "tnode_": 18564, "lpoly_": null, "rpoly_": null, "length": 239.67844838000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1152, "l_t_add": 1198, "r_f_add": 1147, "r_t_add": 1199, "st_code": 87870, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440137, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13446, "Shape__Length": 95.558436945656865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143237889889804, 39.969314861038598 ], [ -75.143097126629399, 39.969963832899701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20929, "tnode_": 20922, "lpoly_": null, "rpoly_": null, "length": 196.37843518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 924, "l_t_add": 998, "r_f_add": 917, "r_t_add": 999, "st_code": 13000, "l_hundred": 900, "r_hundred": 900, "seg_id": 440364, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13447, "Shape__Length": 77.983678453197555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155601840854004, 39.953470997525201 ], [ -75.156293652848703, 39.953555498934698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18688, "tnode_": 18649, "lpoly_": null, "rpoly_": null, "length": 157.314136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 407, "st_code": 21060, "l_hundred": 400, "r_hundred": 400, "seg_id": 440138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13448, "Shape__Length": 62.567088111042189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143237889889804, 39.969314861038598 ], [ -75.143689023052303, 39.969571776542303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18693, "tnode_": 18687, "lpoly_": null, "rpoly_": null, "length": 147.23495012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 130, "l_t_add": 142, "r_f_add": 131, "r_t_add": 141, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440139, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13449, "Shape__Length": 58.488548792390134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137255285186299, 39.969083854824 ], [ -75.137766276260905, 39.969177547273503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18703, "tnode_": 18694, "lpoly_": null, "rpoly_": null, "length": 193.41476283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 21060, "l_hundred": 500, "r_hundred": 500, "seg_id": 440140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13450, "Shape__Length": 76.823075359574318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146061813707306, 39.969227578715099 ], [ -75.146745064541193, 39.969301981015498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18704, "tnode_": 18693, "lpoly_": null, "rpoly_": null, "length": 133.1451747, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 118, "l_t_add": 128, "r_f_add": 117, "r_t_add": 129, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440141, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13451, "Shape__Length": 52.891431897962448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136793269770394, 39.968998885528798 ], [ -75.137255285186299, 39.969083854824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18709, "tnode_": 18579, "lpoly_": null, "rpoly_": null, "length": 274.92639798000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1138, "l_t_add": 1198, "r_f_add": 1149, "r_t_add": 1199, "st_code": 61580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 13452, "Shape__Length": 109.61200480187105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142529524375703, 39.969130205417102 ], [ -75.142372465589105, 39.969875175094401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18709, "tnode_": 18688, "lpoly_": null, "rpoly_": null, "length": 209.63119682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 320, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 21060, "l_hundred": 300, "r_hundred": 300, "seg_id": 440143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13453, "Shape__Length": 83.291595129686229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142529524375703, 39.969130205417102 ], [ -75.143237889889804, 39.969314861038598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18712, "tnode_": 18474, "lpoly_": null, "rpoly_": null, "length": 514.81626184999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1249, "st_code": 34960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440144, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13454, "Shape__Length": 205.2758074377536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134430939608805, 39.968801024931501 ], [ -75.134436931018001, 39.970214252389503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18716, "tnode_": 18709, "lpoly_": null, "rpoly_": null, "length": 29.06733405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 316, "l_t_add": 318, "r_f_add": 309, "r_t_add": 311, "st_code": 21060, "l_hundred": 300, "r_hundred": 300, "seg_id": 440145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13455, "Shape__Length": 11.549562322891447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142431804800196, 39.969103488645601 ], [ -75.142529524375703, 39.969130205417102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18718, "tnode_": 18532, "lpoly_": null, "rpoly_": null, "length": 394.59729123, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 87890, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440146, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13456, "Shape__Length": 157.31954130185633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145279094490306, 39.969135793425103 ], [ -75.145019805516398, 39.970200482209698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18718, "tnode_": 18703, "lpoly_": null, "rpoly_": null, "length": 221.91956845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 21060, "l_hundred": 500, "r_hundred": 500, "seg_id": 440147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13457, "Shape__Length": 88.145960284264191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145279094490306, 39.969135793425103 ], [ -75.146061813707306, 39.969227578715099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18723, "tnode_": 18460, "lpoly_": null, "rpoly_": null, "length": 545.52324618, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 35200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440149, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13458, "Shape__Length": 217.47451818345846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136226379093699, 39.968890872101802 ], [ -75.135776996908703, 39.970347938473999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18723, "tnode_": 18704, "lpoly_": null, "rpoly_": null, "length": 163.69223869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 115, "st_code": 37040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440150, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13459, "Shape__Length": 65.027011649034961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136226379093699, 39.968890872101802 ], [ -75.136793269770394, 39.968998885528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18729, "tnode_": 18716, "lpoly_": null, "rpoly_": null, "length": 99.89807004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 306, "l_t_add": 314, "r_f_add": 305, "r_t_add": 307, "st_code": 21060, "l_hundred": 300, "r_hundred": 300, "seg_id": 440151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13460, "Shape__Length": 39.680127312774431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142080487238999, 39.969057285603697 ], [ -75.142431804800196, 39.969103488645601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18736, "tnode_": 18729, "lpoly_": null, "rpoly_": null, "length": 112.28558892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 304, "r_f_add": 301, "r_t_add": 303, "st_code": 21060, "l_hundred": 300, "r_hundred": 300, "seg_id": 440154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13461, "Shape__Length": 44.599040195339668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141683936398294, 39.969013528489 ], [ -75.142080487238999, 39.969057285603697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18747, "tnode_": 18736, "lpoly_": null, "rpoly_": null, "length": 141.74755909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 21060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 13462, "Shape__Length": 56.302980805503886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141185516139004, 39.9689476503221 ], [ -75.141683936398294, 39.969013528489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18766, "tnode_": 18545, "lpoly_": null, "rpoly_": null, "length": 459.17828027000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 53660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440156, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 13463, "Shape__Length": 182.98212166083988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131145906320597, 39.968573241016898 ], [ -75.131779737509305, 39.969735578345997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18771, "tnode_": 18672, "lpoly_": null, "rpoly_": null, "length": 224.27042278, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 852, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 88050, "l_hundred": 800, "r_hundred": 800, "seg_id": 440157, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13464, "Shape__Length": 89.414586631560269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157757037383007, 39.969090394168099 ], [ -75.157622337360905, 39.969697258129699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18771, "tnode_": 28155, "lpoly_": null, "rpoly_": null, "length": 189.3196149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "CT", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 61130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGDEN CT", "stname": "OGDEN CT", "objectid": 13465, "Shape__Length": 75.218060466193535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157757037383007, 39.969090394168099 ], [ -75.158400569596495, 39.969248260272501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18805, "tnode_": 18594, "lpoly_": null, "rpoly_": null, "length": 446.27879989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 832, "l_t_add": 898, "r_f_add": 827, "r_t_add": 899, "st_code": 19140, "l_hundred": 800, "r_hundred": 800, "seg_id": 440161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13466, "Shape__Length": 177.92697959901173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159979065481394, 39.969004364451003 ], [ -75.159705062532794, 39.9702111791742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18805, "tnode_": 18787, "lpoly_": null, "rpoly_": null, "length": 238.5740286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 63160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13467, "Shape__Length": 94.761268468229105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159979065481394, 39.969004364451003 ], [ -75.160067870572107, 39.969017807374399 ], [ -75.160820098938402, 39.969104747890498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18812, "tnode_": 18693, "lpoly_": null, "rpoly_": null, "length": 250.72254429, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1108, "l_t_add": 1198, "r_f_add": 1119, "r_t_add": 1199, "st_code": 43800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440163, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 13468, "Shape__Length": 99.950361294638753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137460238702602, 39.968413899632097 ], [ -75.137255285186299, 39.969083854824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18812, "tnode_": 18674, "lpoly_": null, "rpoly_": null, "length": 335.82356275000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O NEIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 60860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440164, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O NEIL ST", "stname": "O NEIL ST", "objectid": 13469, "Shape__Length": 133.78790507222277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137460238702602, 39.968413899632097 ], [ -75.137954392771604, 39.969061823321603 ], [ -75.137968180472598, 39.969104917802703 ], [ -75.138007812065894, 39.969227431169401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18820, "tnode_": 18608, "lpoly_": null, "rpoly_": null, "length": 469.08551871000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 25660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440165, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE ST", "stname": "CREASE ST", "objectid": 13470, "Shape__Length": 186.93115014767599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131914952800699, 39.968270921608102 ], [ -75.132557170549404, 39.969460035936301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18824, "tnode_": 18805, "lpoly_": null, "rpoly_": null, "length": 236.9096692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1399, "st_code": 63160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440169, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13471, "Shape__Length": 94.129078355337185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1591780249056, 39.968797957674802 ], [ -75.159858623651701, 39.968965071632901 ], [ -75.159979065481394, 39.969004364451003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18827, "tnode_": 18731, "lpoly_": null, "rpoly_": null, "length": 225.69170005000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 858, "l_t_add": 898, "r_f_add": 859, "r_t_add": 899, "st_code": 88030, "l_hundred": 800, "r_hundred": 800, "seg_id": 440170, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13472, "Shape__Length": 89.981124217324208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156219936003296, 39.968708246987198 ], [ -75.156087019781296, 39.969319299860203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18843, "tnode_": 18795, "lpoly_": null, "rpoly_": null, "length": 450.99587198999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 65260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440171, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13473, "Shape__Length": 179.18502415160501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153021003188101, 39.968558350530699 ], [ -75.154551406566597, 39.968940648123102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18844, "tnode_": 18642, "lpoly_": null, "rpoly_": null, "length": 477.55856681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 27640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAY ST", "stname": "DAY ST", "objectid": 13474, "Shape__Length": 190.26915004161646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132391516485896, 39.968089700404903 ], [ -75.133032109645399, 39.969155126260098 ], [ -75.133142400406996, 39.9692627354355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18847, "tnode_": 18820, "lpoly_": null, "rpoly_": null, "length": 94.3563031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 25660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE ST", "stname": "CREASE ST", "objectid": 13475, "Shape__Length": 37.598701715150447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131779958169901, 39.968033640385798 ], [ -75.131914952800699, 39.968270921608102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18878, "tnode_": 18844, "lpoly_": null, "rpoly_": null, "length": 92.15982577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 27640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAY ST", "stname": "DAY ST", "objectid": 13476, "Shape__Length": 36.715916474016211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132240026390505, 39.967865162367197 ], [ -75.132391516485896, 39.968089700404903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18879, "tnode_": 18770, "lpoly_": null, "rpoly_": null, "length": 246.05121714000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 61660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 13477, "Shape__Length": 98.096312747528103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144873269166794, 39.968147960668198 ], [ -75.144720372517696, 39.968813077972499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18881, "tnode_": 18843, "lpoly_": null, "rpoly_": null, "length": 299.78123954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 904, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 65260, "l_hundred": 900, "r_hundred": 900, "seg_id": 440179, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13478, "Shape__Length": 119.1043708500322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152002470365801, 39.968307248850003 ], [ -75.153021003188101, 39.968558350530699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18889, "tnode_": 18677, "lpoly_": null, "rpoly_": null, "length": 491.33657961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHACKAMAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 72060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440182, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHACKAMAXON ST", "stname": "SHACKAMAXON ST", "objectid": 13479, "Shape__Length": 195.78121856947317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132983550421301, 39.9678419104524 ], [ -75.133701590748899, 39.969072345630799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18891, "tnode_": 18696, "lpoly_": null, "rpoly_": null, "length": 428.09808891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1138, "r_f_add": 1101, "r_t_add": 1195, "st_code": 36660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13480, "Shape__Length": 170.59549804279439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139874773316805, 39.967995126845501 ], [ -75.1404646877847, 39.969079115169798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18902, "tnode_": 18875, "lpoly_": null, "rpoly_": null, "length": 222.4952868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 63160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13481, "Shape__Length": 88.398361861026473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157136988871798, 39.968293890835596 ], [ -75.157892827859399, 39.968480514692601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18906, "tnode_": 18688, "lpoly_": null, "rpoly_": null, "length": 502.98237877000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1150, "r_f_add": 1101, "r_t_add": 1145, "st_code": 87870, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440185, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13482, "Shape__Length": 200.53430901987579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143526046977996, 39.967952029082802 ], [ -75.143237889889804, 39.969314861038598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18912, "tnode_": 18494, "lpoly_": null, "rpoly_": null, "length": 894.7796984, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 27360, "l_hundred": 900, "r_hundred": 900, "seg_id": 440186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 13483, "Shape__Length": 356.73953219017852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150975323535704, 39.968087034336698 ], [ -75.150434350428696, 39.970507792206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18925, "tnode_": 18729, "lpoly_": null, "rpoly_": null, "length": 468.8599921, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 35980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GALLOWAY ST", "stname": "N GALLOWAY ST", "objectid": 13484, "Shape__Length": 186.92931500397285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142350118966206, 39.967787036772201 ], [ -75.142080487238999, 39.969057285603697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18928, "tnode_": 18498, "lpoly_": null, "rpoly_": null, "length": 928.6388886499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 87950, "l_hundred": 900, "r_hundred": 900, "seg_id": 440188, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 13485, "Shape__Length": 370.24049967661728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150517414225007, 39.967980444882798 ], [ -75.149969399901394, 39.970494560993302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18928, "tnode_": 18912, "lpoly_": null, "rpoly_": null, "length": 134.09311298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 834, "r_f_add": 801, "r_t_add": 833, "st_code": 65260, "l_hundred": 800, "r_hundred": 800, "seg_id": 440189, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13486, "Shape__Length": 53.273501175044444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150517414225007, 39.967980444882798 ], [ -75.150975323535704, 39.968087034336698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18933, "tnode_": 18712, "lpoly_": null, "rpoly_": null, "length": 436.04601265999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 34960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440191, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13487, "Shape__Length": 173.86395282324563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134425032807599, 39.967604032718498 ], [ -75.134430939608805, 39.968801024931501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18945, "tnode_": 18747, "lpoly_": null, "rpoly_": null, "length": 468.72368230999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 18100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 13488, "Shape__Length": 186.87498745506173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1414528258464, 39.967677490087702 ], [ -75.141185516139004, 39.9689476503221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18964, "tnode_": 18696, "lpoly_": null, "rpoly_": null, "length": 549.06614417000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 12440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440195, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13489, "Shape__Length": 218.90320182210368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140799500743498, 39.967594379171302 ], [ -75.140521281718506, 39.968890383685299 ], [ -75.1404646877847, 39.969079115169798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18968, "tnode_": 18501, "lpoly_": null, "rpoly_": null, "length": 1004.94628826, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 34980, "l_hundred": 900, "r_hundred": 900, "seg_id": 440196, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 13490, "Shape__Length": 400.66297179647341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149560271283704, 39.967741632279498 ], [ -75.148968241804198, 39.970462467235201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18968, "tnode_": 18928, "lpoly_": null, "rpoly_": null, "length": 282.03273271999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 65260, "l_hundred": 700, "r_hundred": 700, "seg_id": 440197, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13491, "Shape__Length": 112.05277805479571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149560271283704, 39.967741632279498 ], [ -75.150517414225007, 39.967980444882798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18973, "tnode_": 18891, "lpoly_": null, "rpoly_": null, "length": 186.33711035, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1048, "l_t_add": 1098, "r_f_add": 1027, "r_t_add": 1099, "st_code": 87830, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440198, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13492, "Shape__Length": 74.288251660649593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139992454832196, 39.9674916864221 ], [ -75.139874773316805, 39.967995126845501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18978, "tnode_": 18926, "lpoly_": null, "rpoly_": null, "length": 106.24361735, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 800, "l_t_add": 802, "r_f_add": 801, "r_t_add": 801, "st_code": 19140, "l_hundred": 800, "r_hundred": 800, "seg_id": 440199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13493, "Shape__Length": 42.358856264820396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160216093077807, 39.967897726835503 ], [ -75.160161959744102, 39.968186389261803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18978, "tnode_": 18966, "lpoly_": null, "rpoly_": null, "length": 241.13379585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1419, "st_code": 19400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440200, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 13494, "Shape__Length": 95.776412392128421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160216093077807, 39.967897726835503 ], [ -75.160336023313903, 39.9679122748502 ], [ -75.160766425914304, 39.967963571817499 ], [ -75.161066175112595, 39.967999412248702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18987, "tnode_": 18723, "lpoly_": null, "rpoly_": null, "length": 597.0577979599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 35200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440201, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13495, "Shape__Length": 238.01252485461575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136723394346603, 39.967297146053902 ], [ -75.136328700732307, 39.9685445425133 ], [ -75.136226379093699, 39.968890872101802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18992, "tnode_": 18504, "lpoly_": null, "rpoly_": null, "length": 1071.6406488099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 87930, "l_hundred": 900, "r_hundred": 900, "seg_id": 440202, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13496, "Shape__Length": 427.26483751339663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148692007251199, 39.967525746475403 ], [ -75.148150995787205, 39.970437933739802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18992, "tnode_": 18968, "lpoly_": null, "rpoly_": null, "length": 255.760101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 65260, "l_hundred": 700, "r_hundred": 700, "seg_id": 440203, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13497, "Shape__Length": 101.61397205881067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148692007251199, 39.967525746475403 ], [ -75.149560271283704, 39.967741632279498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18994, "tnode_": 18738, "lpoly_": null, "rpoly_": null, "length": 598.41437263, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 49820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 13498, "Shape__Length": 238.55220795129713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136242550949106, 39.967208109788402 ], [ -75.136149145114302, 39.967488660365397 ], [ -75.135740519588396, 39.968804737245001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19002, "tnode_": 18922, "lpoly_": null, "rpoly_": null, "length": 211.90049788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 952, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 53660, "l_hundred": 900, "r_hundred": 900, "seg_id": 440205, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 13499, "Shape__Length": 84.438733798410809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130291404891693, 39.967033582758397 ], [ -75.130587200912501, 39.967568901330502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19015, "tnode_": 18933, "lpoly_": null, "rpoly_": null, "length": 209.45980942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1039, "r_t_add": 1099, "st_code": 34960, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 440208, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13500, "Shape__Length": 83.516507184865219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134422676835797, 39.967029042188202 ], [ -75.134425032807599, 39.967604032718498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19019, "tnode_": 18758, "lpoly_": null, "rpoly_": null, "length": 608.90611931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 29560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440209, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNTON ST", "stname": "DUNTON ST", "objectid": 13501, "Shape__Length": 242.7869927664369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135139319846104, 39.967025493573601 ], [ -75.135145291405706, 39.968697010727702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19022, "tnode_": 18992, "lpoly_": null, "rpoly_": null, "length": 229.40504468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 620, "l_t_add": 698, "r_f_add": 615, "r_t_add": 699, "st_code": 65260, "l_hundred": 600, "r_hundred": 600, "seg_id": 440210, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13502, "Shape__Length": 91.141985730419449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147912265285299, 39.967334387053803 ], [ -75.148692007251199, 39.967525746475403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19049, "tnode_": 18902, "lpoly_": null, "rpoly_": null, "length": 345.63381142999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 829, "st_code": 20980, "l_hundred": 800, "r_hundred": 800, "seg_id": 440211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 13503, "Shape__Length": 137.79991579317985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157330588923898, 39.967356849426501 ], [ -75.157136988871798, 39.968293890835596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19049, "tnode_": 19012, "lpoly_": null, "rpoly_": null, "length": 219.17204497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 19400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440212, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 13504, "Shape__Length": 87.087162909802416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157330588923898, 39.967356849426501 ], [ -75.158062742381802, 39.967568094511897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19052, "tnode_": 19022, "lpoly_": null, "rpoly_": null, "length": 225.66399829000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 613, "st_code": 65260, "l_hundred": 600, "r_hundred": 600, "seg_id": 440213, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13505, "Shape__Length": 89.659084859444022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147149609608604, 39.967135917845503 ], [ -75.147912265285299, 39.967334387053803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19057, "tnode_": 19002, "lpoly_": null, "rpoly_": null, "length": 164.71090592000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 950, "r_f_add": 901, "r_t_add": 921, "st_code": 53660, "l_hundred": 900, "r_hundred": 900, "seg_id": 440214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 13506, "Shape__Length": 65.636241838705288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130068001665194, 39.966615381074199 ], [ -75.130291404891693, 39.967033582758397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19086, "tnode_": 19049, "lpoly_": null, "rpoly_": null, "length": 230.83148388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1213, "st_code": 19400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440215, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 13507, "Shape__Length": 91.720791326404992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156560808823997, 39.967131677130297 ], [ -75.157330588923898, 39.967356849426501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19092, "tnode_": 18703, "lpoly_": null, "rpoly_": null, "length": 874.71200250999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 990, "r_f_add": 901, "r_t_add": 991, "st_code": 67360, "l_hundred": 900, "r_hundred": 900, "seg_id": 440216, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 13508, "Shape__Length": 348.7438781059239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146506547084698, 39.9668508929838 ], [ -75.146061813707306, 39.969227578715099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19101, "tnode_": 19091, "lpoly_": null, "rpoly_": null, "length": 211.55399605, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 322, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 83220, "l_hundred": 300, "r_hundred": 300, "seg_id": 440217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 13509, "Shape__Length": 84.028012544418431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143020591682799, 39.9667065705599 ], [ -75.143764161794905, 39.966806150548898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19102, "tnode_": 18987, "lpoly_": null, "rpoly_": null, "length": 279.50789604, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1052, "l_t_add": 1098, "r_f_add": 1041, "r_t_add": 1099, "st_code": 35200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440218, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13510, "Shape__Length": 111.42209606342887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136954607600302, 39.966550772076097 ], [ -75.136723394346603, 39.967297146053902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19106, "tnode_": 19107, "lpoly_": null, "rpoly_": null, "length": 150.81270501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1402, "r_f_add": 1401, "r_t_add": 1411, "st_code": 33280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440219, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13511, "Shape__Length": 59.903317551367728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160408805585007, 39.967039371331701 ], [ -75.160554109738896, 39.967074593512798 ], [ -75.160810204678896, 39.967100979945798 ], [ -75.160937519680502, 39.9670998730465 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19130, "tnode_": 19101, "lpoly_": null, "rpoly_": null, "length": 236.23443022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 323, "st_code": 83220, "l_hundred": 300, "r_hundred": 300, "seg_id": 440220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 13512, "Shape__Length": 93.829365530281848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142188632559794, 39.966602900845899 ], [ -75.143020591682799, 39.9667065705599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19136, "tnode_": 19093, "lpoly_": null, "rpoly_": null, "length": 48.38457031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1042, "l_t_add": 1042, "r_f_add": 1031, "r_t_add": 1031, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13513, "Shape__Length": 19.269357357323276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138735359153699, 39.966492931207597 ], [ -75.138829267587994, 39.966604377870702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19142, "tnode_": 19038, "lpoly_": null, "rpoly_": null, "length": 226.50371052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHACKAMAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 950, "l_t_add": 998, "r_f_add": 961, "r_t_add": 999, "st_code": 72060, "l_hundred": 900, "r_hundred": 900, "seg_id": 440222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHACKAMAXON ST", "stname": "SHACKAMAXON ST", "objectid": 13514, "Shape__Length": 90.252508940330813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132083905167093, 39.966306372413698 ], [ -75.132412661128598, 39.966874370410203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19146, "tnode_": 19130, "lpoly_": null, "rpoly_": null, "length": 139.97418795, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 238, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 83220, "l_hundred": 200, "r_hundred": 200, "seg_id": 440223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 13515, "Shape__Length": 55.595319235363341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141694970042906, 39.9665533312197 ], [ -75.142114266537405, 39.9666061923595 ], [ -75.142188632559794, 39.966602900845899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19146, "tnode_": 18945, "lpoly_": null, "rpoly_": null, "length": 415.09739439000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 18100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 13516, "Shape__Length": 165.49111055947557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141694970042906, 39.9665533312197 ], [ -75.1414528258464, 39.967677490087702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19156, "tnode_": 18964, "lpoly_": null, "rpoly_": null, "length": 417.70196387000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 12440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440226, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13517, "Shape__Length": 166.52919739572016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1410438085354, 39.966463248964601 ], [ -75.140799500743498, 39.967594379171302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19156, "tnode_": 19146, "lpoly_": null, "rpoly_": null, "length": 185.44600345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 224, "l_t_add": 236, "r_f_add": 223, "r_t_add": 231, "st_code": 83220, "l_hundred": 200, "r_hundred": 200, "seg_id": 440227, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 13518, "Shape__Length": 73.65835950430305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1410438085354, 39.966463248964601 ], [ -75.141694970042906, 39.9665533312197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19159, "tnode_": 18869, "lpoly_": null, "rpoly_": null, "length": 623.59940098999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 956, "r_f_add": 901, "r_t_add": 965, "st_code": 87890, "l_hundred": 900, "r_hundred": 900, "seg_id": 440228, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13519, "Shape__Length": 248.61165061264052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1458930847472, 39.966556232123402 ], [ -75.145489081699793, 39.968239629463099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19172, "tnode_": 19138, "lpoly_": null, "rpoly_": null, "length": 163.67175547, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 107, "st_code": 12100, "l_hundred": 100, "r_hundred": 100, "seg_id": 440229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEN ST", "stname": "W ALLEN ST", "objectid": 13520, "Shape__Length": 65.063496122442729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137048860197396, 39.9662431851715 ], [ -75.137557720487095, 39.966463553249199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19194, "tnode_": 19136, "lpoly_": null, "rpoly_": null, "length": 181.41118564000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1028, "l_t_add": 1040, "r_f_add": 1021, "r_t_add": 1029, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13521, "Shape__Length": 72.272878181997811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138441048347403, 39.966049403815497 ], [ -75.138735359153699, 39.966492931207597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19185, "tnode_": 19106, "lpoly_": null, "rpoly_": null, "length": 132.81742207, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 688, "l_t_add": 698, "r_f_add": 699, "r_t_add": 699, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440231, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13522, "Shape__Length": 52.95163738006417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.16048516683, 39.966679536370599 ], [ -75.160408805585007, 39.967039371331701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20943, "tnode_": 20929, "lpoly_": null, "rpoly_": null, "length": 250.8534893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 915, "st_code": 13000, "l_hundred": 900, "r_hundred": 900, "seg_id": 440365, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13523, "Shape__Length": 99.617092702874118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154719287324795, 39.953357551973703 ], [ -75.155601840854004, 39.953470997525201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19185, "tnode_": 19107, "lpoly_": null, "rpoly_": null, "length": 199.06092731000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1401, "st_code": 68280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440232, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13524, "Shape__Length": 79.242420914109204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.16048516683, 39.966679536370599 ], [ -75.160617426550701, 39.966822805090601 ], [ -75.160937519680502, 39.9670998730465 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19196, "tnode_": 19142, "lpoly_": null, "rpoly_": null, "length": 242.03046576, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 161, "l_t_add": 199, "r_f_add": 156, "r_t_add": 198, "st_code": 12080, "l_hundred": 100, "r_hundred": 100, "seg_id": 440233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 13525, "Shape__Length": 96.20699967689383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1328437553979, 39.965990793469601 ], [ -75.132083905167093, 39.966306372413698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19204, "tnode_": 19012, "lpoly_": null, "rpoly_": null, "length": 380.45045585000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 88050, "l_hundred": 700, "r_hundred": 700, "seg_id": 440234, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13526, "Shape__Length": 151.67767817178026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158286378846697, 39.966537983925498 ], [ -75.158062742381802, 39.967568094511897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19204, "tnode_": 19106, "lpoly_": null, "rpoly_": null, "length": 622.31664962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 33280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440235, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13527, "Shape__Length": 247.23626795915342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158286378846697, 39.966537983925498 ], [ -75.160408805585007, 39.967039371331701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19217, "tnode_": 19057, "lpoly_": null, "rpoly_": null, "length": 566.81230588000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1100, "r_hundred": 0, "seg_id": 440236, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 13528, "Shape__Length": 225.35529102867983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131785265027105, 39.965793767251803 ], [ -75.130068001665194, 39.966615381074199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19217, "tnode_": 19142, "lpoly_": null, "rpoly_": null, "length": 204.63712565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHACKAMAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 948, "r_f_add": 901, "r_t_add": 959, "st_code": 72060, "l_hundred": 900, "r_hundred": 900, "seg_id": 440237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHACKAMAXON ST", "stname": "SHACKAMAXON ST", "objectid": 13529, "Shape__Length": 81.5383374960373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131785265027105, 39.965793767251803 ], [ -75.132083905167093, 39.966306372413698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19229, "tnode_": 19104, "lpoly_": null, "rpoly_": null, "length": 235.80818648, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 924, "r_f_add": 901, "r_t_add": 925, "st_code": 49660, "l_hundred": 900, "r_hundred": 900, "seg_id": 440238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 13530, "Shape__Length": 94.011526898301781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144907840327605, 39.966104676690399 ], [ -75.144773249880501, 39.966743661914599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19229, "tnode_": 19166, "lpoly_": null, "rpoly_": null, "length": 279.1925395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 424, "l_t_add": 444, "r_f_add": 429, "r_t_add": 451, "st_code": 65260, "l_hundred": 400, "r_hundred": 400, "seg_id": 440239, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13531, "Shape__Length": 110.99811662493001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144907840327605, 39.966104676690399 ], [ -75.145759595010404, 39.966501997299503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19251, "tnode_": 19185, "lpoly_": null, "rpoly_": null, "length": 138.79771882999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 676, "l_t_add": 686, "r_f_add": 697, "r_t_add": 697, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440240, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13532, "Shape__Length": 55.335693135842142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160564050880296, 39.966303385025299 ], [ -75.16048516683, 39.966679536370599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19267, "tnode_": 19196, "lpoly_": null, "rpoly_": null, "length": 342.02617162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 117, "l_t_add": 159, "r_f_add": 116, "r_t_add": 154, "st_code": 12080, "l_hundred": 100, "r_hundred": 100, "seg_id": 440242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 13533, "Shape__Length": 135.94966014984729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133923743813995, 39.965553799842098 ], [ -75.1328437553979, 39.965990793469601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19268, "tnode_": 19086, "lpoly_": null, "rpoly_": null, "length": 361.4864429, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 88030, "l_hundred": 700, "r_hundred": 700, "seg_id": 440243, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13534, "Shape__Length": 144.11559402897512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156777822522997, 39.966153501753503 ], [ -75.156560808823997, 39.967131677130297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19268, "tnode_": 19204, "lpoly_": null, "rpoly_": null, "length": 445.6290965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 33280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440244, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13535, "Shape__Length": 177.04945764438799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156777822522997, 39.966153501753503 ], [ -75.157355367857093, 39.966319017529699 ], [ -75.158286378846697, 39.966537983925498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19285, "tnode_": 19244, "lpoly_": null, "rpoly_": null, "length": 105.05031836, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 846, "l_t_add": 852, "r_f_add": 859, "r_t_add": 867, "st_code": 87890, "l_hundred": 800, "r_hundred": 800, "seg_id": 440245, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13536, "Shape__Length": 41.879314343624095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146095579356597, 39.9657365589105 ], [ -75.146025174630793, 39.966019801012301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19285, "tnode_": 19261, "lpoly_": null, "rpoly_": null, "length": 366.46439247999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 63160, "l_hundred": 500, "r_hundred": 500, "seg_id": 440246, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13537, "Shape__Length": 145.55133193073297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146095579356597, 39.9657365589105 ], [ -75.147388386470993, 39.965886418198302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19292, "tnode_": 19246, "lpoly_": null, "rpoly_": null, "length": 191.76020964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 417, "st_code": 65260, "l_hundred": 400, "r_hundred": 400, "seg_id": 440247, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13538, "Shape__Length": 76.238168980963053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144004310940005, 39.9656791005808 ], [ -75.144588097927098, 39.965953546781499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19301, "tnode_": 19187, "lpoly_": null, "rpoly_": null, "length": 275.91692882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 950, "l_t_add": 998, "r_f_add": 951, "r_t_add": 999, "st_code": 34960, "l_hundred": 900, "r_hundred": 900, "seg_id": 440248, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 13539, "Shape__Length": 110.01194723822314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134416830741102, 39.965346003263399 ], [ -75.134412223507894, 39.966103421496001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19328, "tnode_": 19194, "lpoly_": null, "rpoly_": null, "length": 259.33437539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 59520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW MARKET ST", "stname": "NEW MARKET ST", "objectid": 13540, "Shape__Length": 103.37024172786977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1386922010131, 39.965364230409698 ], [ -75.138441048347403, 39.966049403815497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19329, "tnode_": 19146, "lpoly_": null, "rpoly_": null, "length": 440.49691762999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 18100, "l_hundred": 900, "r_hundred": 900, "seg_id": 440255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 13541, "Shape__Length": 175.57317411908693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141279331112102, 39.965397725754102 ], [ -75.141342242761098, 39.965623163051802 ], [ -75.141713633122606, 39.966461719606102 ], [ -75.141694970042906, 39.9665533312197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19340, "tnode_": 19292, "lpoly_": null, "rpoly_": null, "length": 204.61001168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 328, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 65260, "l_hundred": 300, "r_hundred": 300, "seg_id": 440256, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13542, "Shape__Length": 81.344935357742443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143379290165399, 39.965388946789197 ], [ -75.144004310940005, 39.9656791005808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19337, "tnode_": 19251, "lpoly_": null, "rpoly_": null, "length": 193.46053023, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 660, "l_t_add": 674, "r_f_add": 679, "r_t_add": 695, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440257, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 13543, "Shape__Length": 77.127204269278366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160680113186004, 39.965779874268499 ], [ -75.160564050880296, 39.966303385025299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19346, "tnode_": 18928, "lpoly_": null, "rpoly_": null, "length": 906.53046037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 87950, "l_hundred": 800, "r_hundred": 800, "seg_id": 440258, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 13544, "Shape__Length": 361.41246537487831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151055643777198, 39.965526607856901 ], [ -75.150517414225007, 39.967980444882798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19350, "tnode_": 19342, "lpoly_": null, "rpoly_": null, "length": 117.74370903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 63160, "l_hundred": 400, "r_hundred": 400, "seg_id": 440259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 13545, "Shape__Length": 46.767974986879345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1446462291849, 39.965317641559601 ], [ -75.145057958675693, 39.9653816875323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19359, "tnode_": 19329, "lpoly_": null, "rpoly_": null, "length": 236.05866072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 49380, "l_hundred": 200, "r_hundred": 200, "seg_id": 440260, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 13546, "Shape__Length": 93.788432002545477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140484084533597, 39.965184475601497 ], [ -75.141279331112102, 39.965397725754102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19364, "tnode_": 19359, "lpoly_": null, "rpoly_": null, "length": 115.41546204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 174, "l_t_add": 198, "r_f_add": 165, "r_t_add": 199, "st_code": 49380, "l_hundred": 100, "r_hundred": 100, "seg_id": 440262, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 13547, "Shape__Length": 45.850826781063901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140089586239597, 39.965093723899798 ], [ -75.140484084533597, 39.965184475601497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19368, "tnode_": 19364, "lpoly_": null, "rpoly_": null, "length": 124.6319713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 158, "l_t_add": 172, "r_f_add": 157, "r_t_add": 163, "st_code": 49380, "l_hundred": 100, "r_hundred": 100, "seg_id": 440263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 13548, "Shape__Length": 49.505024554629074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139655424739402, 39.9650365578239 ], [ -75.139966362115601, 39.965055867422997 ], [ -75.140089586239597, 39.965093723899798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19373, "tnode_": 19328, "lpoly_": null, "rpoly_": null, "length": 134.39731896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1013, "st_code": 59520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW MARKET ST", "stname": "NEW MARKET ST", "objectid": 13549, "Shape__Length": 53.572217456331941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138813327132794, 39.965007259682999 ], [ -75.1386922010131, 39.965364230409698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19373, "tnode_": 19368, "lpoly_": null, "rpoly_": null, "length": 236.28491846999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 144, "l_t_add": 156, "r_f_add": 129, "r_t_add": 155, "st_code": 49380, "l_hundred": 100, "r_hundred": 100, "seg_id": 440265, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 13550, "Shape__Length": 93.838411309905652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138813327132794, 39.965007259682999 ], [ -75.139655424739402, 39.9650365578239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19381, "tnode_": 18968, "lpoly_": null, "rpoly_": null, "length": 921.10668653999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 34980, "l_hundred": 800, "r_hundred": 800, "seg_id": 440268, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 13551, "Shape__Length": 367.22232348450154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150106847353598, 39.965248299974597 ], [ -75.149560271283704, 39.967741632279498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19393, "tnode_": 19340, "lpoly_": null, "rpoly_": null, "length": 277.7140624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 326, "r_f_add": 301, "r_t_add": 323, "st_code": 65260, "l_hundred": 300, "r_hundred": 300, "seg_id": 440270, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13552, "Shape__Length": 110.40804522466711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142531432589706, 39.964994527448503 ], [ -75.143379290165399, 39.965388946789197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19402, "tnode_": 19285, "lpoly_": null, "rpoly_": null, "length": 280.35713839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 818, "l_t_add": 844, "r_f_add": 829, "r_t_add": 857, "st_code": 87890, "l_hundred": 800, "r_hundred": 800, "seg_id": 440271, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13553, "Shape__Length": 111.76820688610101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146270941767796, 39.964978865479601 ], [ -75.146144300127006, 39.965523472870998 ], [ -75.146095579356597, 39.9657365589105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19416, "tnode_": 19402, "lpoly_": null, "rpoly_": null, "length": 168.54263475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 468, "l_t_add": 498, "r_f_add": 469, "r_t_add": 499, "st_code": 68000, "l_hundred": 400, "r_hundred": 400, "seg_id": 440272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 13554, "Shape__Length": 66.942549833142479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145678781386593, 39.964898575484597 ], [ -75.146270941767796, 39.964978865479601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19421, "tnode_": 19324, "lpoly_": null, "rpoly_": null, "length": 241.38908476, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 666, "l_t_add": 698, "r_f_add": 669, "r_t_add": 699, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440273, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13555, "Shape__Length": 96.234531061814693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155403879633596, 39.965064177989397 ], [ -75.155262425350898, 39.965717820870502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19423, "tnode_": 19416, "lpoly_": null, "rpoly_": null, "length": 141.93771894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 422, "l_t_add": 466, "r_f_add": 423, "r_t_add": 467, "st_code": 68000, "l_hundred": 400, "r_hundred": 400, "seg_id": 440274, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 13556, "Shape__Length": 56.374722000925132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145179287464103, 39.964834589039903 ], [ -75.145678781386593, 39.964898575484597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19424, "tnode_": 19383, "lpoly_": null, "rpoly_": null, "length": 314.98786001000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 33280, "l_hundred": 900, "r_hundred": 900, "seg_id": 440275, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13557, "Shape__Length": 125.15491302480504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152690516044203, 39.964966511858201 ], [ -75.153742685067698, 39.965270158439303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19431, "tnode_": 19423, "lpoly_": null, "rpoly_": null, "length": 122.20488625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 421, "st_code": 68000, "l_hundred": 400, "r_hundred": 400, "seg_id": 440276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 13558, "Shape__Length": 48.538271818395899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144750462177598, 39.964774102619401 ], [ -75.145179287464103, 39.964834589039903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19445, "tnode_": 19421, "lpoly_": null, "rpoly_": null, "length": 163.60476223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 55320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 13559, "Shape__Length": 64.999205068538785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154849976222394, 39.964922588949399 ], [ -75.155403879633596, 39.965064177989397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19447, "tnode_": 19329, "lpoly_": null, "rpoly_": null, "length": 313.92442795, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 930, "r_f_add": 901, "r_t_add": 929, "st_code": 12440, "l_hundred": 900, "r_hundred": 900, "seg_id": 440278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13560, "Shape__Length": 125.1137880933812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141633159877202, 39.964581805427798 ], [ -75.1416294082061, 39.964627579498099 ], [ -75.141279331112102, 39.965397725754102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19447, "tnode_": 19393, "lpoly_": null, "rpoly_": null, "length": 293.26247326000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 228, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 65260, "l_hundred": 200, "r_hundred": 200, "seg_id": 440279, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13561, "Shape__Length": 116.58655097488194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141633159877202, 39.964581805427798 ], [ -75.142531432589706, 39.964994527448503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19454, "tnode_": 19303, "lpoly_": null, "rpoly_": null, "length": 386.14971832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 62960, "l_hundred": 600, "r_hundred": 600, "seg_id": 440281, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 13562, "Shape__Length": 153.94536748408686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159256539195098, 39.964970354691403 ], [ -75.1590228952562, 39.9660150273765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19465, "tnode_": 19325, "lpoly_": null, "rpoly_": null, "length": 371.73599421, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 636, "l_t_add": 672, "r_f_add": 643, "r_t_add": 675, "st_code": 88050, "l_hundred": 600, "r_hundred": 600, "seg_id": 440282, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13563, "Shape__Length": 148.19648042332804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158677464232596, 39.964863086195798 ], [ -75.1584374576843, 39.965866698068197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19471, "tnode_": 19421, "lpoly_": null, "rpoly_": null, "length": 141.68194811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 656, "l_t_add": 664, "r_f_add": 657, "r_t_add": 667, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440284, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13564, "Shape__Length": 56.484008251203193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155486025755394, 39.964680413999297 ], [ -75.155403879633596, 39.965064177989397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19506, "tnode_": 19359, "lpoly_": null, "rpoly_": null, "length": 382.83954165, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 942, "r_f_add": 901, "r_t_add": 937, "st_code": 87830, "l_hundred": 900, "r_hundred": 900, "seg_id": 440285, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13565, "Shape__Length": 152.62497117973035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140708187143005, 39.964147776916803 ], [ -75.140484084533597, 39.965184475601497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19506, "tnode_": 19447, "lpoly_": null, "rpoly_": null, "length": 303.68193541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 231, "st_code": 65260, "l_hundred": 200, "r_hundred": 200, "seg_id": 440286, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13566, "Shape__Length": 120.73199440193122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140708187143005, 39.964147776916803 ], [ -75.141633159877202, 39.964581805427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19511, "tnode_": 19491, "lpoly_": null, "rpoly_": null, "length": 283.591618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 750, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 33280, "l_hundred": 700, "r_hundred": 700, "seg_id": 440287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13567, "Shape__Length": 112.67881073100887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150319944020197, 39.9642761153058 ], [ -75.1512674537409, 39.964549034211998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19522, "tnode_": 19448, "lpoly_": null, "rpoly_": null, "length": 225.24769448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1322, "l_t_add": 1346, "r_f_add": 1315, "r_t_add": 1329, "st_code": 68280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440288, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13568, "Shape__Length": 89.760371339878972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159222798685207, 39.964436703101498 ], [ -75.159518081701194, 39.965011777242701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19542, "tnode_": 19471, "lpoly_": null, "rpoly_": null, "length": 149.88159962999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 642, "l_t_add": 654, "r_f_add": 643, "r_t_add": 655, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440289, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13569, "Shape__Length": 59.752930840790071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155570574844404, 39.964274146401102 ], [ -75.155486025755394, 39.964680413999297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19555, "tnode_": 19445, "lpoly_": null, "rpoly_": null, "length": 276.39473377000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81440, "l_hundred": 600, "r_hundred": 600, "seg_id": 440290, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 13570, "Shape__Length": 110.18851942267626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155014346014497, 39.9641744667788 ], [ -75.154849976222394, 39.964922588949399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19558, "tnode_": 19417, "lpoly_": null, "rpoly_": null, "length": 363.82991244, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 87930, "l_hundred": 700, "r_hundred": 700, "seg_id": 440291, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13571, "Shape__Length": 145.05017981457007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149350011327201, 39.963988598098602 ], [ -75.149167495994604, 39.964977433367103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19558, "tnode_": 19511, "lpoly_": null, "rpoly_": null, "length": 291.35663048000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 725, "st_code": 33280, "l_hundred": 700, "r_hundred": 700, "seg_id": 440292, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13572, "Shape__Length": 115.76649062770674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149350011327201, 39.963988598098602 ], [ -75.150319944020197, 39.9642761153058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19522, "tnode_": 19573, "lpoly_": null, "rpoly_": null, "length": 317.23353086999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 50160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMON ST", "stname": "LEMON ST", "objectid": 13573, "Shape__Length": 126.03811788191999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159222798685207, 39.964436703101498 ], [ -75.159884582404601, 39.964255696756098 ], [ -75.160291537069, 39.964150301492502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19632, "tnode_": 19465, "lpoly_": null, "rpoly_": null, "length": 399.99521477000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 612, "l_t_add": 634, "r_f_add": 611, "r_t_add": 641, "st_code": 88050, "l_hundred": 600, "r_hundred": 600, "seg_id": 440295, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13574, "Shape__Length": 159.46272390301613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158917241388394, 39.9637806612633 ], [ -75.158677464232596, 39.964863086195798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19632, "tnode_": 19522, "lpoly_": null, "rpoly_": null, "length": 254.08163131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1313, "st_code": 68280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440296, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13575, "Shape__Length": 101.25761500714925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158917241388394, 39.9637806612633 ], [ -75.158997172794599, 39.963991553812903 ], [ -75.159222798685207, 39.964436703101498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19614, "tnode_": 19542, "lpoly_": null, "rpoly_": null, "length": 168.27294087, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 628, "l_t_add": 640, "r_f_add": 627, "r_t_add": 641, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440297, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13576, "Shape__Length": 67.083493253510852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155672745041301, 39.963818955441901 ], [ -75.155570574844404, 39.964274146401102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19614, "tnode_": 19581, "lpoly_": null, "rpoly_": null, "length": 446.73594447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 50160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMON ST", "stname": "LEMON ST", "objectid": 13577, "Shape__Length": 177.44951530465352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155672745041301, 39.963818955441901 ], [ -75.155738196203203, 39.9638560463437 ], [ -75.157223231988795, 39.9640765934057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19615, "tnode_": 19590, "lpoly_": null, "rpoly_": null, "length": 204.00427634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 57520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440299, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13578, "Shape__Length": 81.025772713250063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160338484373995, 39.963955288978198 ], [ -75.161055779755003, 39.964050023831703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19632, "tnode_": 19615, "lpoly_": null, "rpoly_": null, "length": 403.43447197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1329, "st_code": 57520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13579, "Shape__Length": 160.232123766391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158917241388394, 39.9637806612633 ], [ -75.160338484373995, 39.963955288978198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19650, "tnode_": 19632, "lpoly_": null, "rpoly_": null, "length": 221.49029209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 57520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440305, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13580, "Shape__Length": 87.96858030196212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158136303518901, 39.963688026141703 ], [ -75.158917241388394, 39.9637806612633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19664, "tnode_": 19650, "lpoly_": null, "rpoly_": null, "length": 226.66428381999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1219, "st_code": 57520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440306, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13581, "Shape__Length": 90.022718084016091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157336347416901, 39.963597188622501 ], [ -75.158136303518901, 39.963688026141703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19700, "tnode_": 19664, "lpoly_": null, "rpoly_": null, "length": 445.9114292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 57520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440307, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13582, "Shape__Length": 177.1003358052416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1557638447823, 39.963412188932303 ], [ -75.157336347416901, 39.963597188622501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19722, "tnode_": 19700, "lpoly_": null, "rpoly_": null, "length": 447.7513861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 57520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440308, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 13583, "Shape__Length": 177.82969055490781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154183788806094, 39.963231888241097 ], [ -75.1557638447823, 39.963412188932303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19727, "tnode_": 19632, "lpoly_": null, "rpoly_": null, "length": 209.88014736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1246, "l_t_add": 1298, "r_f_add": 1237, "r_t_add": 1299, "st_code": 68280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440310, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13584, "Shape__Length": 83.61729214194294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158592246633901, 39.963261744139402 ], [ -75.158803133302001, 39.963585732291897 ], [ -75.158917241388394, 39.9637806612633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19743, "tnode_": 19700, "lpoly_": null, "rpoly_": null, "length": 116.87786393, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 610, "l_t_add": 620, "r_f_add": 611, "r_t_add": 619, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440311, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13585, "Shape__Length": 46.59455053687082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155829984559702, 39.963095406781797 ], [ -75.1557638447823, 39.963412188932303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19745, "tnode_": 19632, "lpoly_": null, "rpoly_": null, "length": 230.42828231000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 609, "st_code": 88050, "l_hundred": 600, "r_hundred": 600, "seg_id": 440312, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13586, "Shape__Length": 91.861989557930599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159052696037406, 39.963156898449299 ], [ -75.158956242162603, 39.963562152332301 ], [ -75.158917241388394, 39.9637806612633 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19752, "tnode_": 19727, "lpoly_": null, "rpoly_": null, "length": 70.213046729999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1242, "l_t_add": 1244, "r_f_add": 1233, "r_t_add": 1235, "st_code": 68280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440313, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13587, "Shape__Length": 27.974256386043233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158486538484198, 39.963087005328198 ], [ -75.158592246633901, 39.963261744139402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19778, "tnode_": 19743, "lpoly_": null, "rpoly_": null, "length": 110.30736744, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 608, "r_f_add": 601, "r_t_add": 609, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440314, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13588, "Shape__Length": 43.97513988052205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155891084687596, 39.962796271536497 ], [ -75.155829984559702, 39.963095406781797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19822, "tnode_": 19745, "lpoly_": null, "rpoly_": null, "length": 196.48198915, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 528, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440315, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13589, "Shape__Length": 78.328442333131107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159168708665504, 39.962624969706901 ], [ -75.159052696037406, 39.963156898449299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19822, "tnode_": 19779, "lpoly_": null, "rpoly_": null, "length": 607.55084192999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 18700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 13590, "Shape__Length": 241.30027197176213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159168708665504, 39.962624969706901 ], [ -75.161158706264601, 39.962875860433201 ], [ -75.161305353355502, 39.962903117437698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19826, "tnode_": 19752, "lpoly_": null, "rpoly_": null, "length": 213.97630312000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1222, "l_t_add": 1240, "r_f_add": 1215, "r_t_add": 1231, "st_code": 68280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440317, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13591, "Shape__Length": 85.238415234663407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158130307753396, 39.962567724476699 ], [ -75.158220078545398, 39.962684716904 ], [ -75.158486538484198, 39.963087005328198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19829, "tnode_": 19724, "lpoly_": null, "rpoly_": null, "length": 291.02549297000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 649, "st_code": 87930, "l_hundred": 600, "r_hundred": 600, "seg_id": 440318, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13592, "Shape__Length": 116.02116414048842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149660423919102, 39.962350527119803 ], [ -75.149508785884905, 39.9631408613579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19858, "tnode_": 19778, "lpoly_": null, "rpoly_": null, "length": 178.33413707, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 542, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 88010, "l_hundred": 500, "r_hundred": 500, "seg_id": 440319, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13593, "Shape__Length": 71.093016097248295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559987807466, 39.962313787314002 ], [ -75.155891084687596, 39.962796271536497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19858, "tnode_": 19836, "lpoly_": null, "rpoly_": null, "length": 446.89110909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 18700, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440320, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 13594, "Shape__Length": 177.48679907448013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1559987807466, 39.962313787314002 ], [ -75.156062739012299, 39.962328426965399 ], [ -75.157574417593196, 39.962497253159398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19877, "tnode_": 19858, "lpoly_": null, "rpoly_": null, "length": 445.7952451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 18700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440321, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 13595, "Shape__Length": 177.05008296462168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154425850401495, 39.962134860561598 ], [ -75.155927421599998, 39.9623005777988 ], [ -75.1559987807466, 39.962313787314002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19892, "tnode_": 19826, "lpoly_": null, "rpoly_": null, "length": 283.87225443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1213, "st_code": 68280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440322, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13596, "Shape__Length": 113.07378748134258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157644448757594, 39.961886155835501 ], [ -75.157760872933096, 39.962101053639302 ], [ -75.158130307753396, 39.962567724476699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19906, "tnode_": 19884, "lpoly_": null, "rpoly_": null, "length": 602.7444075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1300, "r_hundred": 0, "seg_id": 440323, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13597, "Shape__Length": 239.42625108111582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159307813906906, 39.961922304108803 ], [ -75.160518576020294, 39.962095870759903 ], [ -75.160922846038503, 39.962177119939398 ], [ -75.161175203133695, 39.962271585366103 ], [ -75.161383373954294, 39.962326755556703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19923, "tnode_": 19906, "lpoly_": null, "rpoly_": null, "length": 444.07387107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1200, "r_hundred": 0, "seg_id": 440324, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13598, "Shape__Length": 176.3659538468429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157741572225703, 39.961739368774403 ], [ -75.159307813906906, 39.961922304108803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19929, "tnode_": 19923, "lpoly_": null, "rpoly_": null, "length": 80.51366303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1100, "r_hundred": 0, "seg_id": 440326, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13599, "Shape__Length": 31.97691530045574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157458290379495, 39.961702882862703 ], [ -75.157741572225703, 39.961739368774403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26931, "tnode_": 19858, "lpoly_": null, "rpoly_": null, "length": 193.97935813000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 538, "l_t_add": 540, "r_f_add": 519, "r_t_add": 523, "st_code": 88010, "l_hundred": 500, "r_hundred": 500, "seg_id": 440327, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13600, "Shape__Length": 77.329072587014807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156118265154205, 39.961789287437803 ], [ -75.1559987807466, 39.962313787314002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19935, "tnode_": 19929, "lpoly_": null, "rpoly_": null, "length": 369.01362342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1126, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1100, "r_hundred": 0, "seg_id": 440328, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13601, "Shape__Length": 146.54305751027883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156143053438498, 39.9616601390303 ], [ -75.157458290379495, 39.961702882862703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19937, "tnode_": 19935, "lpoly_": null, "rpoly_": null, "length": 449.0324863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1000, "r_hundred": 0, "seg_id": 440329, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13602, "Shape__Length": 178.32120448498813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154543891978193, 39.9615885508818 ], [ -75.156143053438498, 39.9616601390303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19942, "tnode_": 19940, "lpoly_": null, "rpoly_": null, "length": 324.84789060999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 800, "r_hundred": 0, "seg_id": 440331, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13603, "Shape__Length": 129.00493085967426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151794174829604, 39.961452996145802 ], [ -75.152950416638504, 39.961512795550199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19944, "tnode_": 19942, "lpoly_": null, "rpoly_": null, "length": 122.38845792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 742, "l_t_add": 798, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 700, "r_hundred": 0, "seg_id": 440332, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13604, "Shape__Length": 48.60295872735778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151358075103801, 39.961436856281402 ], [ -75.151794174829604, 39.961452996145802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19966, "tnode_": 19906, "lpoly_": null, "rpoly_": null, "length": 142.46506509, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 508, "l_t_add": 512, "r_f_add": 509, "r_t_add": 511, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440333, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13605, "Shape__Length": 56.791334940834879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159405001602593, 39.961538436917998 ], [ -75.159307813906906, 39.961922304108803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20000, "tnode_": 19935, "lpoly_": null, "rpoly_": null, "length": 160.89197824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 534, "r_f_add": 507, "r_t_add": 515, "st_code": 88010, "l_hundred": 500, "r_hundred": 500, "seg_id": 440334, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13606, "Shape__Length": 64.139626430085997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156233392855, 39.961223975553203 ], [ -75.156143053438498, 39.9616601390303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20004, "tnode_": 20000, "lpoly_": null, "rpoly_": null, "length": 448.70255802999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 59140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 13607, "Shape__Length": 178.18899095942709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1546353613261, 39.961153175354703 ], [ -75.156233392855, 39.961223975553203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20016, "tnode_": 19966, "lpoly_": null, "rpoly_": null, "length": 128.3437407, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 506, "r_f_add": 501, "r_t_add": 507, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440336, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13608, "Shape__Length": 51.163783759537708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159480050688103, 39.961190882667402 ], [ -75.159405001602593, 39.961538436917998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20016, "tnode_": 19979, "lpoly_": null, "rpoly_": null, "length": 589.54551260999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 20100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13609, "Shape__Length": 234.14201545658932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159480050688103, 39.961190882667402 ], [ -75.161555805303493, 39.961451095679799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20032, "tnode_": 20016, "lpoly_": null, "rpoly_": null, "length": 446.43481505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 20100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13610, "Shape__Length": 177.30341593868675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157907475201995, 39.960997221049603 ], [ -75.159480050688103, 39.961190882667402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20041, "tnode_": 20000, "lpoly_": null, "rpoly_": null, "length": 148.63856846, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 505, "st_code": 88010, "l_hundred": 500, "r_hundred": 500, "seg_id": 440339, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13611, "Shape__Length": 59.253552475779614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156323024238304, 39.960821815776399 ], [ -75.156233392855, 39.961223975553203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20041, "tnode_": 20042, "lpoly_": null, "rpoly_": null, "length": 127.73661967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1102, "r_f_add": 1101, "r_t_add": 1103, "st_code": 20100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13612, "Shape__Length": 50.729241162790899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156323024238304, 39.960821815776399 ], [ -75.156669741049399, 39.960833319726703 ], [ -75.1567748633516, 39.960854419924502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20042, "tnode_": 19929, "lpoly_": null, "rpoly_": null, "length": 364.01053008999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1105, "r_t_add": 1199, "st_code": 68280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440341, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13613, "Shape__Length": 144.96760496239082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1567748633516, 39.960854419924502 ], [ -75.157365115858397, 39.9616144291994 ], [ -75.157458290379495, 39.961702882862703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20042, "tnode_": 20032, "lpoly_": null, "rpoly_": null, "length": 321.72870895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1104, "l_t_add": 1198, "r_f_add": 1105, "r_t_add": 1199, "st_code": 20100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13614, "Shape__Length": 127.77615250348963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1567748633516, 39.960854419924502 ], [ -75.157907475201995, 39.960997221049603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20043, "tnode_": 20041, "lpoly_": null, "rpoly_": null, "length": 449.5181225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 20100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13615, "Shape__Length": 178.51164704083189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154721906877199, 39.960753483177598 ], [ -75.156323024238304, 39.960821815776399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20050, "tnode_": 20048, "lpoly_": null, "rpoly_": null, "length": 140.84971384000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 909, "st_code": 20100, "l_hundred": 900, "r_hundred": 900, "seg_id": 440344, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 13616, "Shape__Length": 55.933710379569931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153124005902598, 39.960682885350202 ], [ -75.153625849284794, 39.960701976002497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20063, "tnode_": 20016, "lpoly_": null, "rpoly_": null, "length": 157.49555941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 440, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 88050, "l_hundred": 400, "r_hundred": 400, "seg_id": 440345, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13617, "Shape__Length": 62.784594216706253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159572873863098, 39.960764478897403 ], [ -75.159480050688103, 39.961190882667402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20102, "tnode_": 20106, "lpoly_": null, "rpoly_": null, "length": 425.08546858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 40180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 13618, "Shape__Length": 168.80926310863117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154846301829707, 39.960193555733703 ], [ -75.156184933605502, 39.960254483252598 ], [ -75.156358507213895, 39.960274096779202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20106, "tnode_": 20041, "lpoly_": null, "rpoly_": null, "length": 202.94549477000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 434, "l_t_add": 498, "r_f_add": 435, "r_t_add": 499, "st_code": 88010, "l_hundred": 400, "r_hundred": 400, "seg_id": 440347, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13619, "Shape__Length": 80.900459785843282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156358507213895, 39.960274096779202 ], [ -75.1564067225099, 39.9604971706977 ], [ -75.156323024238304, 39.960821815776399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20106, "tnode_": 20042, "lpoly_": null, "rpoly_": null, "length": 242.1846166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1103, "st_code": 68280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440348, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 13620, "Shape__Length": 96.465107442597557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156358507213895, 39.960274096779202 ], [ -75.156491111221797, 39.960509964495998 ], [ -75.1567748633516, 39.960854419924502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20106, "tnode_": 20084, "lpoly_": null, "rpoly_": null, "length": 470.8273559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 40180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440349, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 13621, "Shape__Length": 186.98909878668164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156358507213895, 39.960274096779202 ], [ -75.1580169200152, 39.960478668314103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20259, "tnode_": 28810, "lpoly_": null, "rpoly_": null, "length": 472.25263867999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 83440, "l_hundred": 700, "r_hundred": 700, "seg_id": 440350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 13622, "Shape__Length": 187.53559978733702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150339078574106, 39.958699848546701 ], [ -75.151028377747593, 39.958671747529301 ], [ -75.151952478004603, 39.958699751287902 ], [ -75.152019408860596, 39.958714286710702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20276, "tnode_": 20259, "lpoly_": null, "rpoly_": null, "length": 457.10899588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83440, "l_hundred": 600, "r_hundred": 600, "seg_id": 440351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 13623, "Shape__Length": 181.5358194694592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148728681103705, 39.958507025859099 ], [ -75.150261457410195, 39.958699163648298 ], [ -75.150339078574106, 39.958699848546701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20601, "tnode_": 20536, "lpoly_": null, "rpoly_": null, "length": 155.08806794, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 226, "l_t_add": 236, "r_f_add": 227, "r_t_add": 235, "st_code": 23420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440352, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLARION ST", "stname": "N CLARION ST", "objectid": 13624, "Shape__Length": 61.820660528066917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161066377315606, 39.9564015980053 ], [ -75.160986328112102, 39.956802371399696 ], [ -75.160976685933505, 39.956821219322102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20643, "tnode_": 20601, "lpoly_": null, "rpoly_": null, "length": 131.48220371, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 225, "st_code": 23420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440353, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLARION ST", "stname": "N CLARION ST", "objectid": 13625, "Shape__Length": 52.41064022511528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161145619589306, 39.956045851816299 ], [ -75.161066377315606, 39.9564015980053 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20693, "tnode_": 20676, "lpoly_": null, "rpoly_": null, "length": 227.57236083000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARGINAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 450, "r_f_add": 401, "r_t_add": 449, "st_code": 53470, "l_hundred": 400, "r_hundred": 400, "seg_id": 440354, "oneway": "TF", "class": 5, "responsibl": "DRPA", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARGINAL RD", "stname": "N MARGINAL RD", "objectid": 13626, "Shape__Length": 90.381665303151749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146203713321199, 39.955224930000099 ], [ -75.146995951522598, 39.955361108397199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20854, "tnode_": 20812, "lpoly_": null, "rpoly_": null, "length": 124.83354872, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 122, "l_t_add": 130, "r_f_add": 121, "r_t_add": 131, "st_code": 87990, "l_hundred": 100, "r_hundred": 100, "seg_id": 440355, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13627, "Shape__Length": 49.759654063799083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156164009619204, 39.954145308243199 ], [ -75.1560932664582, 39.9544836396175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20866, "tnode_": 20851, "lpoly_": null, "rpoly_": null, "length": 291.70167268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1323, "st_code": 13000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440356, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13628, "Shape__Length": 115.83949556992476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161010093994705, 39.954150029161099 ], [ -75.162036707046994, 39.954280393822202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20882, "tnode_": 20866, "lpoly_": null, "rpoly_": null, "length": 446.14888222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 13000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440357, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13629, "Shape__Length": 177.17038926526988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159437401572205, 39.953962784888702 ], [ -75.161010093994705, 39.954150029161099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20902, "tnode_": 20830, "lpoly_": null, "rpoly_": null, "length": 218.37990723, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 88010, "l_hundred": 100, "r_hundred": 100, "seg_id": 440358, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13630, "Shape__Length": 87.047697817500534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157866070061502, 39.953757535559397 ], [ -75.157742647165605, 39.954349443012198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20903, "tnode_": 20852, "lpoly_": null, "rpoly_": null, "length": 154.35124386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 116, "l_t_add": 130, "r_f_add": 117, "r_t_add": 119, "st_code": 87950, "l_hundred": 100, "r_hundred": 100, "seg_id": 440359, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 13631, "Shape__Length": 61.525168721407724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153033135250894, 39.953660590153198 ], [ -75.152945123703404, 39.954078854914201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20922, "tnode_": 20854, "lpoly_": null, "rpoly_": null, "length": 217.90936701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 119, "st_code": 87990, "l_hundred": 100, "r_hundred": 100, "seg_id": 440360, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13632, "Shape__Length": 86.858951436487416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156293652848703, 39.953555498934698 ], [ -75.156164009619204, 39.954145308243199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20922, "tnode_": 20902, "lpoly_": null, "rpoly_": null, "length": 446.93089718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 13000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440361, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13633, "Shape__Length": 177.48252764090833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156293652848703, 39.953555498934698 ], [ -75.157866070061502, 39.953757535559397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20923, "tnode_": 20903, "lpoly_": null, "rpoly_": null, "length": 455.14148294999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 12860, "l_hundred": 700, "r_hundred": 700, "seg_id": 440362, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 13634, "Shape__Length": 180.74190713872594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151430797317403, 39.953459676075902 ], [ -75.153033135250894, 39.953660590153198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20927, "tnode_": 20689, "lpoly_": null, "rpoly_": null, "length": 3918.49391522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN", "st_type": "BRG", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1010, "l_hundred": 0, "r_hundred": 0, "seg_id": 440363, "oneway": "B", "class": 2, "responsibl": "DRPA", "update_": "2008-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN BRG", "stname": "BENJAMIN FRANKLIN BRG", "objectid": 13635, "Shape__Length": 1556.2262713025416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134142795, 39.952916086469202 ], [ -75.134673846422501, 39.952984700855502 ], [ -75.147781766045298, 39.955265179344899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20952, "tnode_": 20882, "lpoly_": null, "rpoly_": null, "length": 224.20486658000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 68, "l_t_add": 98, "r_f_add": 69, "r_t_add": 99, "st_code": 88030, "l_hundred": 0, "r_hundred": 0, "seg_id": 440366, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13636, "Shape__Length": 89.367172904820919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159575800049495, 39.953356762700402 ], [ -75.159458477897303, 39.953895992652903 ], [ -75.159437401572205, 39.953962784888702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20952, "tnode_": 20938, "lpoly_": null, "rpoly_": null, "length": 443.1492719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 26520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 13637, "Shape__Length": 175.97928602422638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159575800049495, 39.953356762700402 ], [ -75.161136034172699, 39.953551827083103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20961, "tnode_": 20943, "lpoly_": null, "rpoly_": null, "length": 446.60299181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 13000, "l_hundred": 800, "r_hundred": 800, "seg_id": 440368, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13638, "Shape__Length": 177.34995000747728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1531465097368, 39.953162815067103 ], [ -75.154719287324795, 39.953357551973703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20964, "tnode_": 20902, "lpoly_": null, "rpoly_": null, "length": 181.07359741, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 38, "l_t_add": 98, "r_f_add": 39, "r_t_add": 99, "st_code": 88010, "l_hundred": 0, "r_hundred": 0, "seg_id": 440369, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13639, "Shape__Length": 72.177120637947027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157964464405396, 39.953266267558 ], [ -75.157866070061502, 39.953757535559397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27506, "tnode_": 20958, "lpoly_": null, "rpoly_": null, "length": 269.39874598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1378, "r_f_add": 1301, "r_t_add": 1379, "st_code": 46170, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440370, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 13640, "Shape__Length": 106.97978490224388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162381650642502, 39.953238181310503 ], [ -75.163206207645104, 39.953342783264198 ], [ -75.163331365023595, 39.953339210012302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20980, "tnode_": 20923, "lpoly_": null, "rpoly_": null, "length": 185.46803271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 159, "st_code": 87930, "l_hundred": 100, "r_hundred": 100, "seg_id": 440371, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13641, "Shape__Length": 73.926996323460841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151541853467606, 39.952957768177903 ], [ -75.151430797317403, 39.953459676075902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20980, "tnode_": 20961, "lpoly_": null, "rpoly_": null, "length": 456.03042466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 13000, "l_hundred": 700, "r_hundred": 700, "seg_id": 440372, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13642, "Shape__Length": 181.09428133147833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151541853467606, 39.952957768177903 ], [ -75.1531465097368, 39.953162815067103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20985, "tnode_": 20922, "lpoly_": null, "rpoly_": null, "length": 190.73728821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 44, "l_t_add": 98, "r_f_add": 43, "r_t_add": 99, "st_code": 87990, "l_hundred": 0, "r_hundred": 0, "seg_id": 440373, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13643, "Shape__Length": 76.028093680934731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156403094733804, 39.953038719876602 ], [ -75.156293652848703, 39.953555498934698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20987, "tnode_": 20938, "lpoly_": null, "rpoly_": null, "length": 153.62720532999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 32, "l_t_add": 42, "r_f_add": 33, "r_t_add": 43, "st_code": 88050, "l_hundred": 0, "r_hundred": 0, "seg_id": 440374, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13644, "Shape__Length": 61.235389738781478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161228498095298, 39.9531361480771 ], [ -75.161136034172699, 39.953551827083103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20987, "tnode_": 20970, "lpoly_": null, "rpoly_": null, "length": 290.38863401999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 34000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440375, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13645, "Shape__Length": 115.31407365000385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161228498095298, 39.9531361480771 ], [ -75.162253066205295, 39.9532531993219 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20994, "tnode_": 20980, "lpoly_": null, "rpoly_": null, "length": 457.74307187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 13000, "l_hundred": 600, "r_hundred": 600, "seg_id": 440376, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13646, "Shape__Length": 181.77116639003359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149928085976995, 39.952766822851899 ], [ -75.151541853467606, 39.952957768177903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21003, "tnode_": 20952, "lpoly_": null, "rpoly_": null, "length": 152.12947686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 52, "l_t_add": 66, "r_f_add": 53, "r_t_add": 67, "st_code": 88030, "l_hundred": 0, "r_hundred": 0, "seg_id": 440377, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 13647, "Shape__Length": 60.638683658055335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159664241461599, 39.952944732232602 ], [ -75.159575800049495, 39.953356762700402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21003, "tnode_": 20987, "lpoly_": null, "rpoly_": null, "length": 444.05442656999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 34000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13648, "Shape__Length": 176.33692185715972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159664241461599, 39.952944732232602 ], [ -75.161228498095298, 39.9531361480771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21012, "tnode_": 20994, "lpoly_": null, "rpoly_": null, "length": 412.8015324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 13000, "l_hundred": 500, "r_hundred": 500, "seg_id": 440379, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13649, "Shape__Length": 163.92560227589399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148474258218897, 39.9525873009446 ], [ -75.149928085976995, 39.952766822851899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21013, "tnode_": 27506, "lpoly_": null, "rpoly_": null, "length": 118.6449241, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 16, "l_t_add": 34, "r_f_add": 15, "r_t_add": 33, "st_code": 46440, "l_hundred": 0, "r_hundred": 0, "seg_id": 440380, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 13650, "Shape__Length": 47.292872788878881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162442038055502, 39.952915818888698 ], [ -75.162381650642502, 39.953238181310503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21018, "tnode_": 20964, "lpoly_": null, "rpoly_": null, "length": 185.7416489, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 30, "l_t_add": 36, "r_f_add": 33, "r_t_add": 37, "st_code": 88010, "l_hundred": 0, "r_hundred": 0, "seg_id": 440381, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13651, "Shape__Length": 74.035183907216265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158080103069096, 39.952764210192299 ], [ -75.157964464405396, 39.953266267558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21025, "tnode_": 20987, "lpoly_": null, "rpoly_": null, "length": 134.46373462, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 14, "l_t_add": 30, "r_f_add": 15, "r_t_add": 31, "st_code": 88050, "l_hundred": 0, "r_hundred": 0, "seg_id": 440382, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13652, "Shape__Length": 53.596343584759651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161310984801403, 39.952772528097299 ], [ -75.161228498095298, 39.9531361480771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21025, "tnode_": 21013, "lpoly_": null, "rpoly_": null, "length": 321.36368923000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 24500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMMERCE ST", "stname": "COMMERCE ST", "objectid": 13653, "Shape__Length": 127.61613100282223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161310984801403, 39.952772528097299 ], [ -75.162442038055502, 39.952915818888698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21028, "tnode_": 21012, "lpoly_": null, "rpoly_": null, "length": 473.2071481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 13000, "l_hundred": 400, "r_hundred": 400, "seg_id": 440384, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13654, "Shape__Length": 187.91293606239009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146808258022105, 39.952378828206498 ], [ -75.148474258218897, 39.9525873009446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21034, "tnode_": 20985, "lpoly_": null, "rpoly_": null, "length": 171.55536902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 28, "l_t_add": 42, "r_f_add": 31, "r_t_add": 41, "st_code": 87990, "l_hundred": 0, "r_hundred": 0, "seg_id": 440385, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 13655, "Shape__Length": 68.381171417042339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156504988551802, 39.952574353546197 ], [ -75.156403094733804, 39.953038719876602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21055, "tnode_": 21046, "lpoly_": null, "rpoly_": null, "length": 274.64483585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 228, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 13000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440386, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2000-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13656, "Shape__Length": 109.06241029420404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144265727971501, 39.952062571583902 ], [ -75.145232489173196, 39.952184341000198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21065, "tnode_": 21051, "lpoly_": null, "rpoly_": null, "length": 446.32152939000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 34000, "l_hundred": 800, "r_hundred": 800, "seg_id": 440388, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13657, "Shape__Length": 177.23637410298093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153365010289605, 39.952174715889598 ], [ -75.154935895093701, 39.952373488206099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21070, "tnode_": 20980, "lpoly_": null, "rpoly_": null, "length": 323.12787457999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 30, "l_t_add": 98, "r_f_add": 29, "r_t_add": 99, "st_code": 87930, "l_hundred": 0, "r_hundred": 0, "seg_id": 440389, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13658, "Shape__Length": 128.79611548031355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151737913204201, 39.952083669395002 ], [ -75.151541853467606, 39.952957768177903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21073, "tnode_": 21063, "lpoly_": null, "rpoly_": null, "length": 201.58839891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 126, "l_t_add": 198, "r_f_add": 117, "r_t_add": 199, "st_code": 13000, "l_hundred": 100, "r_hundred": 100, "seg_id": 440390, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 13659, "Shape__Length": 80.051291492496873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142595680750105, 39.951854490286401 ], [ -75.143305154393602, 39.951944447635398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21075, "tnode_": 21013, "lpoly_": null, "rpoly_": null, "length": 246.40138790999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 14, "r_f_add": 1, "r_t_add": 13, "st_code": 46440, "l_hundred": 0, "r_hundred": 0, "seg_id": 440391, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 13660, "Shape__Length": 98.207199558895098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162608711346806, 39.952255375725102 ], [ -75.162591461963601, 39.952371858457703 ], [ -75.162545896146, 39.952439543150298 ], [ -75.162442038055502, 39.952915818888698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21089, "tnode_": 21025, "lpoly_": null, "rpoly_": null, "length": 244.2740132, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 13, "st_code": 88050, "l_hundred": 0, "r_hundred": 0, "seg_id": 440392, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13661, "Shape__Length": 97.367492235782407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161441546371194, 39.952109980311803 ], [ -75.161433201739897, 39.952209967103002 ], [ -75.161310984801403, 39.952772528097299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21089, "tnode_": 21075, "lpoly_": null, "rpoly_": null, "length": 331.48220082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 53560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440393, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13662, "Shape__Length": 131.63254812928309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161441546371194, 39.952109980311803 ], [ -75.162608711346806, 39.952255375725102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21107, "tnode_": 21089, "lpoly_": null, "rpoly_": null, "length": 441.10365445999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 53560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440394, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13663, "Shape__Length": 175.1620520007385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159887180931406, 39.951922404161998 ], [ -75.161441546371194, 39.952109980311803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21118, "tnode_": 21107, "lpoly_": null, "rpoly_": null, "length": 448.3449544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 53560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440395, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13664, "Shape__Length": 178.03867755168045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158309155389503, 39.951722868933203 ], [ -75.159887180931406, 39.951922404161998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21127, "tnode_": 21063, "lpoly_": null, "rpoly_": null, "length": 238.89987609, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 52, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 87830, "l_hundred": 0, "r_hundred": 0, "seg_id": 440396, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13665, "Shape__Length": 95.223320371121659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143442087602807, 39.951297274032299 ], [ -75.143320109813104, 39.951894084228101 ], [ -75.143305154393602, 39.951944447635398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21132, "tnode_": 21073, "lpoly_": null, "rpoly_": null, "length": 234.02385123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 54200, "l_hundred": 0, "r_hundred": 0, "seg_id": 440399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 13666, "Shape__Length": 93.279678169007113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142730595802504, 39.9512205120392 ], [ -75.142595680750105, 39.951854490286401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21132, "tnode_": 21127, "lpoly_": null, "rpoly_": null, "length": 202.07239311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 118, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 26520, "l_hundred": 100, "r_hundred": 100, "seg_id": 440400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 13667, "Shape__Length": 80.242457054578452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142730595802504, 39.9512205120392 ], [ -75.143381940541801, 39.9513031281178 ], [ -75.143442087602807, 39.951297274032299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21134, "tnode_": 21118, "lpoly_": null, "rpoly_": null, "length": 445.85397022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 53560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440401, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13668, "Shape__Length": 177.04636421555941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156736876770097, 39.951539172594501 ], [ -75.158309155389503, 39.951722868933203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21075, "tnode_": 21145, "lpoly_": null, "rpoly_": null, "length": 282.1707365, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 46460, "l_hundred": 0, "r_hundred": 0, "seg_id": 440402, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13669, "Shape__Length": 112.42906079959866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162608711346806, 39.952255375725102 ], [ -75.162721283447297, 39.951669427327701 ], [ -75.162879231118893, 39.951533605921703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21145, "tnode_": 26970, "lpoly_": null, "rpoly_": null, "length": 181.02785521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PENN", "st_type": "SQ", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 63850, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440403, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2009-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PENN SQ", "stname": "S PENN SQ", "objectid": 13670, "Shape__Length": 71.88431154284963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162879231118893, 39.951533605921703 ], [ -75.162983725476494, 39.951537134749699 ], [ -75.163518600202394, 39.951600137674902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21147, "tnode_": 21131, "lpoly_": null, "rpoly_": null, "length": 287.95558235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 210, "l_t_add": 298, "r_f_add": 211, "r_t_add": 299, "st_code": 34000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13671, "Shape__Length": 114.35037901935648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422276997503, 39.951135811167397 ], [ -75.145431552905606, 39.951282383212202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21151, "tnode_": 21147, "lpoly_": null, "rpoly_": null, "length": 88.55849727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 208, "l_t_add": 208, "r_f_add": 209, "r_t_add": 209, "st_code": 34000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13672, "Shape__Length": 35.168424398917402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144112953236998, 39.9510882162229 ], [ -75.144360707829904, 39.951121147815499 ], [ -75.144422276997503, 39.951135811167397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21154, "tnode_": 21134, "lpoly_": null, "rpoly_": null, "length": 447.92706485000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 53560, "l_hundred": 900, "r_hundred": 900, "seg_id": 440406, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13673, "Shape__Length": 177.87280770442703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155161576080104, 39.951334076156797 ], [ -75.156736876770097, 39.951539172594501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21089, "tnode_": 21157, "lpoly_": null, "rpoly_": null, "length": 246.9265569, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 26, "st_code": 88060, "l_hundred": 0, "r_hundred": 0, "seg_id": 440407, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13674, "Shape__Length": 98.420967481263631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161441546371194, 39.952109980311803 ], [ -75.161454390839694, 39.952034281965297 ], [ -75.161596321070206, 39.951442779907502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21158, "tnode_": 21127, "lpoly_": null, "rpoly_": null, "length": 108.36389867, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 40, "l_t_add": 50, "r_f_add": 37, "r_t_add": 49, "st_code": 87830, "l_hundred": 0, "r_hundred": 0, "seg_id": 440408, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13675, "Shape__Length": 43.192887165332074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143502315755597, 39.9510034351173 ], [ -75.143442087602807, 39.951297274032299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21158, "tnode_": 21151, "lpoly_": null, "rpoly_": null, "length": 173.9630798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 206, "r_f_add": 201, "r_t_add": 207, "st_code": 34000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 13676, "Shape__Length": 69.08173189923734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143502315755597, 39.9510034351173 ], [ -75.144112953236998, 39.9510882162229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21168, "tnode_": 21154, "lpoly_": null, "rpoly_": null, "length": 447.76533962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 53560, "l_hundred": 800, "r_hundred": 800, "seg_id": 440411, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13677, "Shape__Length": 177.80670948341151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153585299925098, 39.951136229550897 ], [ -75.155161576080104, 39.951334076156797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21184, "tnode_": 21070, "lpoly_": null, "rpoly_": null, "length": 421.4789357, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 27, "st_code": 87930, "l_hundred": 0, "r_hundred": 0, "seg_id": 440412, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 13678, "Shape__Length": 167.99314269067943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152003615725505, 39.950945717968999 ], [ -75.151961467575603, 39.9510529119258 ], [ -75.151737913204201, 39.952083669395002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21184, "tnode_": 21168, "lpoly_": null, "rpoly_": null, "length": 448.84219035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 53560, "l_hundred": 700, "r_hundred": 700, "seg_id": 440413, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13679, "Shape__Length": 178.23240090410965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152003615725505, 39.950945717968999 ], [ -75.153585299925098, 39.951136229550897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21134, "tnode_": 21187, "lpoly_": null, "rpoly_": null, "length": 181.7436255, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 17, "r_f_add": 2, "r_t_add": 8, "st_code": 88000, "l_hundred": 0, "r_hundred": 0, "seg_id": 440415, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13680, "Shape__Length": 72.440214524142959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156736876770097, 39.951539172594501 ], [ -75.156847168213901, 39.951047537347797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21118, "tnode_": 21188, "lpoly_": null, "rpoly_": null, "length": 243.25228914, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 13, "r_f_add": 2, "r_t_add": 14, "st_code": 88020, "l_hundred": 0, "r_hundred": 0, "seg_id": 440416, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13681, "Shape__Length": 96.958229930443636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158309155389503, 39.951722868933203 ], [ -75.158446631578101, 39.951063546310799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21157, "tnode_": 21190, "lpoly_": null, "rpoly_": null, "length": 120.90459904, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 29, "l_t_add": 33, "r_f_add": 28, "r_t_add": 32, "st_code": 88060, "l_hundred": 0, "r_hundred": 0, "seg_id": 440417, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13682, "Shape__Length": 48.190621668143407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161596321070206, 39.951442779907502 ], [ -75.161670241126799, 39.951115793719303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21203, "tnode_": 21151, "lpoly_": null, "rpoly_": null, "length": 184.97708506000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 79, "st_code": 12440, "l_hundred": 0, "r_hundred": 0, "seg_id": 440420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 13683, "Shape__Length": 73.726538651402436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144237813323301, 39.950589606591699 ], [ -75.144112953236998, 39.9510882162229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21203, "tnode_": 21185, "lpoly_": null, "rpoly_": null, "length": 373.27311251999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 23140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 13684, "Shape__Length": 148.23047588055391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144237813323301, 39.950589606591699 ], [ -75.145545316725801, 39.950782832045903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21204, "tnode_": 21184, "lpoly_": null, "rpoly_": null, "length": 461.64675732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 53560, "l_hundred": 600, "r_hundred": 600, "seg_id": 440422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13685, "Shape__Length": 183.31763820402944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503781369547, 39.950743372454802 ], [ -75.152003615725505, 39.950945717968999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21187, "tnode_": 21206, "lpoly_": null, "rpoly_": null, "length": 67.79355881, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 19, "l_t_add": 33, "r_f_add": 10, "r_t_add": 34, "st_code": 88000, "l_hundred": 0, "r_hundred": 0, "seg_id": 440423, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13686, "Shape__Length": 27.022311713868568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156847168213901, 39.951047537347797 ], [ -75.156881180264307, 39.950863285649703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21210, "tnode_": 21158, "lpoly_": null, "rpoly_": null, "length": 181.83825439, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 22, "l_t_add": 38, "r_f_add": 17, "r_t_add": 35, "st_code": 87830, "l_hundred": 0, "r_hundred": 0, "seg_id": 440425, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13687, "Shape__Length": 72.477174028623367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143613932767593, 39.950511713510302 ], [ -75.143502315755597, 39.9510034351173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21217, "tnode_": 21204, "lpoly_": null, "rpoly_": null, "length": 413.9685426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 53560, "l_hundred": 500, "r_hundred": 500, "seg_id": 440426, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13688, "Shape__Length": 164.38411618235165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148920221592604, 39.950563443639403 ], [ -75.1503781369547, 39.950743372454802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21206, "tnode_": 21220, "lpoly_": null, "rpoly_": null, "length": 45.65863647, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 35, "l_t_add": 35, "r_f_add": 36, "r_t_add": 36, "st_code": 88000, "l_hundred": 0, "r_hundred": 0, "seg_id": 440427, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13689, "Shape__Length": 18.198819041352309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156881180264307, 39.950863285649703 ], [ -75.156908079393105, 39.950739668482299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21225, "tnode_": 21210, "lpoly_": null, "rpoly_": null, "length": 462.72832666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 23140, "l_hundred": 100, "r_hundred": 100, "seg_id": 440428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 13690, "Shape__Length": 183.74403780969766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141982452532105, 39.950319758384502 ], [ -75.142888812477906, 39.950423512321699 ], [ -75.143613932767593, 39.950511713510302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21168, "tnode_": 21228, "lpoly_": null, "rpoly_": null, "length": 218.76880041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 14, "st_code": 87960, "l_hundred": 0, "r_hundred": 0, "seg_id": 440429, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13691, "Shape__Length": 87.1979223163288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153585299925098, 39.951136229550897 ], [ -75.153713855515207, 39.950543887882702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21145, "tnode_": 21232, "lpoly_": null, "rpoly_": null, "length": 322.57566574000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 46460, "l_hundred": 0, "r_hundred": 0, "seg_id": 440430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13692, "Shape__Length": 128.51440286373617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162879231118893, 39.951533605921703 ], [ -75.162742934158899, 39.9514397743255 ], [ -75.162709416822594, 39.951418886947103 ], [ -75.1626847520794, 39.951393337339297 ], [ -75.162673581109601, 39.951372214227597 ], [ -75.162674520549103, 39.951347543050197 ], [ -75.162805033024, 39.950723311389297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21236, "tnode_": 21217, "lpoly_": null, "rpoly_": null, "length": 472.61377152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 53560, "l_hundred": 400, "r_hundred": 400, "seg_id": 440431, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13693, "Shape__Length": 187.6748125868175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147259932648396, 39.950379878543004 ], [ -75.147389366484802, 39.950359548188302 ], [ -75.148920221592604, 39.950563443639403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21190, "tnode_": 21245, "lpoly_": null, "rpoly_": null, "length": 189.67825044, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 35, "l_t_add": 99, "r_f_add": 34, "r_t_add": 98, "st_code": 88060, "l_hundred": 0, "r_hundred": 0, "seg_id": 440432, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13694, "Shape__Length": 75.602376625037579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161670241126799, 39.951115793719303 ], [ -75.161785201093195, 39.950602675116599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21258, "tnode_": 21185, "lpoly_": null, "rpoly_": null, "length": 220.38206265, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 15, "st_code": 87850, "l_hundred": 0, "r_hundred": 0, "seg_id": 440433, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 13695, "Shape__Length": 87.839562111217674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145681058901999, 39.950186944252003 ], [ -75.145545316725801, 39.950782832045903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21208, "tnode_": 21267, "lpoly_": null, "rpoly_": null, "length": 177.62174244, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 61, "l_t_add": 99, "r_f_add": 62, "r_t_add": 98, "st_code": 88040, "l_hundred": 0, "r_hundred": 0, "seg_id": 440434, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13696, "Shape__Length": 70.797411587945476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160110239726293, 39.9508860190018 ], [ -75.160212645102803, 39.950404836850403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21276, "tnode_": 21269, "lpoly_": null, "rpoly_": null, "length": 159.72583988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 216, "l_t_add": 230, "r_f_add": 215, "r_t_add": 231, "st_code": 53560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440435, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-09-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13697, "Shape__Length": 63.427176485555876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144328747015706, 39.9500187012639 ], [ -75.144889337390694, 39.950096816508101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21228, "tnode_": 21280, "lpoly_": null, "rpoly_": null, "length": 127.37343857, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 17, "l_t_add": 25, "r_f_add": 16, "r_t_add": 30, "st_code": 87960, "l_hundred": 0, "r_hundred": 0, "seg_id": 440436, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13698, "Shape__Length": 50.768327698740727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153713855515207, 39.950543887882702 ], [ -75.153791704245293, 39.950199403342403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21285, "tnode_": 21210, "lpoly_": null, "rpoly_": null, "length": 210.13171721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 15, "st_code": 87830, "l_hundred": 0, "r_hundred": 0, "seg_id": 440437, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13699, "Shape__Length": 83.754283879995768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143739320757902, 39.949943005084201 ], [ -75.143613932767593, 39.950511713510302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21285, "tnode_": 21276, "lpoly_": null, "rpoly_": null, "length": 167.54019416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 213, "st_code": 53560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440438, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13700, "Shape__Length": 66.528955924108615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143739320757902, 39.949943005084201 ], [ -75.144328747015706, 39.9500187012639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21232, "tnode_": 21286, "lpoly_": null, "rpoly_": null, "length": 144.80237253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 101, "r_f_add": 100, "r_t_add": 100, "st_code": 46460, "l_hundred": 100, "r_hundred": 100, "seg_id": 440439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13701, "Shape__Length": 57.715793673131586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162805033024, 39.950723311389297 ], [ -75.162889915423804, 39.9503312156492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21236, "tnode_": 21300, "lpoly_": null, "rpoly_": null, "length": 186.09080194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 29, "r_f_add": 2, "r_t_add": 28, "st_code": 87880, "l_hundred": 0, "r_hundred": 0, "seg_id": 440440, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13702, "Shape__Length": 74.17126494152879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147259932648396, 39.950379878543004 ], [ -75.147375536983702, 39.949876843757501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21300, "tnode_": 21278, "lpoly_": null, "rpoly_": null, "length": 467.73851365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 51920, "l_hundred": 400, "r_hundred": 400, "seg_id": 440441, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 13703, "Shape__Length": 185.73262566995191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147375536983702, 39.949876843757501 ], [ -75.149024326161694, 39.950072693423401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21245, "tnode_": 21301, "lpoly_": null, "rpoly_": null, "length": 146.12586228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 107, "r_f_add": 100, "r_t_add": 100, "st_code": 88060, "l_hundred": 100, "r_hundred": 100, "seg_id": 440442, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13704, "Shape__Length": 58.243294808477941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161785201093195, 39.950602675116599 ], [ -75.161870273096895, 39.950206920743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21301, "tnode_": 21286, "lpoly_": null, "rpoly_": null, "length": 289.43592855000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 29240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRURY ST", "stname": "DRURY ST", "objectid": 13705, "Shape__Length": 114.93213309616607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161870273096895, 39.950206920743 ], [ -75.162889915423804, 39.9503312156492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21184, "tnode_": 21302, "lpoly_": null, "rpoly_": null, "length": 357.64585734000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 28, "st_code": 87940, "l_hundred": 0, "r_hundred": 0, "seg_id": 440444, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13706, "Shape__Length": 142.55095874930379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152003615725505, 39.950945717968999 ], [ -75.152029963225203, 39.9508664626849 ], [ -75.152214581559207, 39.949977775278903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21302, "tnode_": 21280, "lpoly_": null, "rpoly_": null, "length": 451.79525514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 67440, "l_hundred": 700, "r_hundred": 700, "seg_id": 440445, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 13707, "Shape__Length": 179.41444802319592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152214581559207, 39.949977775278903 ], [ -75.152276305664898, 39.950012957739503 ], [ -75.153791704245293, 39.950199403342403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21285, "tnode_": 21303, "lpoly_": null, "rpoly_": null, "length": 230.05159114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 118, "l_t_add": 198, "r_f_add": 119, "r_t_add": 199, "st_code": 53560, "l_hundred": 100, "r_hundred": 100, "seg_id": 440446, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13708, "Shape__Length": 91.377084540408504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143739320757902, 39.949943005084201 ], [ -75.143670575273902, 39.949883169504702 ], [ -75.142964792226806, 39.949787005066902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21303, "tnode_": 21316, "lpoly_": null, "rpoly_": null, "length": 231.51925714000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 53560, "l_hundred": 100, "r_hundred": 100, "seg_id": 440447, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 13709, "Shape__Length": 91.93408873476956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142964792226806, 39.949787005066902 ], [ -75.142150120725205, 39.949683153773996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21322, "tnode_": 21302, "lpoly_": null, "rpoly_": null, "length": 463.41599418000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 67440, "l_hundred": 600, "r_hundred": 600, "seg_id": 440448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 13710, "Shape__Length": 184.02898317593184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150598188356298, 39.949751208755501 ], [ -75.1521753434684, 39.949947943202801 ], [ -75.152214581559207, 39.949977775278903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21286, "tnode_": 21326, "lpoly_": null, "rpoly_": null, "length": 132.68571722, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 103, "l_t_add": 129, "r_f_add": 102, "r_t_add": 128, "st_code": 46460, "l_hundred": 100, "r_hundred": 100, "seg_id": 440449, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13711, "Shape__Length": 52.886131319766001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162889915423804, 39.9503312156492 ], [ -75.162966839060402, 39.949971820277703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21326, "tnode_": 26972, "lpoly_": null, "rpoly_": null, "length": 300.20278193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 70940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440450, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13712, "Shape__Length": 119.20549617156779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162966839060402, 39.949971820277703 ], [ -75.163007504784005, 39.949974453828297 ], [ -75.163298036182098, 39.950011180665001 ], [ -75.163429443092994, 39.950010881204499 ], [ -75.164026251438798, 39.950082954285797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21253, "tnode_": 21327, "lpoly_": null, "rpoly_": null, "length": 215.97936694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 45, "l_t_add": 99, "r_f_add": 44, "r_t_add": 98, "st_code": 87980, "l_hundred": 0, "r_hundred": 0, "seg_id": 440451, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13713, "Shape__Length": 86.084343582502171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155360878063703, 39.950402693989702 ], [ -75.155493433925599, 39.949818646762203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21301, "tnode_": 21340, "lpoly_": null, "rpoly_": null, "length": 133.80198998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 109, "l_t_add": 119, "r_f_add": 102, "r_t_add": 112, "st_code": 88060, "l_hundred": 100, "r_hundred": 100, "seg_id": 440452, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13714, "Shape__Length": 53.330230116135326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161870273096895, 39.950206920743 ], [ -75.161952786591101, 39.949845149026302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21340, "tnode_": 21326, "lpoly_": null, "rpoly_": null, "length": 288.11001917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 70940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440453, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13715, "Shape__Length": 114.40581779853791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161952786591101, 39.949845149026302 ], [ -75.162917614194498, 39.949969775760302 ], [ -75.162966839060402, 39.949971820277703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21280, "tnode_": 21342, "lpoly_": null, "rpoly_": null, "length": 212.63650284000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 27, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 87960, "l_hundred": 0, "r_hundred": 0, "seg_id": 440454, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13716, "Shape__Length": 84.751992890835595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153791704245293, 39.950199403342403 ], [ -75.153920324730194, 39.949624144507702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21300, "tnode_": 21349, "lpoly_": null, "rpoly_": null, "length": 166.48655178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 31, "l_t_add": 37, "r_f_add": 30, "r_t_add": 38, "st_code": 87880, "l_hundred": 0, "r_hundred": 0, "seg_id": 440455, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13717, "Shape__Length": 66.35988899506269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147375536983702, 39.949876843757501 ], [ -75.1474581942078, 39.949424266432302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21267, "tnode_": 21362, "lpoly_": null, "rpoly_": null, "length": 279.32277213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 124, "st_code": 88040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440456, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13718, "Shape__Length": 111.33277360387449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160212645102803, 39.950404836850403 ], [ -75.160374840434699, 39.949648290225397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21362, "tnode_": 21340, "lpoly_": null, "rpoly_": null, "length": 448.1792889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 70940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440457, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13719, "Shape__Length": 177.96697564663708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160374840434699, 39.949648290225397 ], [ -75.161952786591101, 39.949845149026302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21258, "tnode_": 21363, "lpoly_": null, "rpoly_": null, "length": 313.79661726, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 31, "r_f_add": 2, "r_t_add": 34, "st_code": 87860, "l_hundred": 0, "r_hundred": 0, "seg_id": 440458, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13720, "Shape__Length": 125.07240625721424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145681058901999, 39.950186944252003 ], [ -75.145866777445903, 39.949337474726399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21302, "tnode_": 21366, "lpoly_": null, "rpoly_": null, "length": 202.34091637, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 29, "l_t_add": 99, "r_f_add": 30, "r_t_add": 98, "st_code": 87940, "l_hundred": 0, "r_hundred": 0, "seg_id": 440459, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13721, "Shape__Length": 80.647884520988242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152214581559207, 39.949977775278903 ], [ -75.152338844014594, 39.9494306193493 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21285, "tnode_": 21373, "lpoly_": null, "rpoly_": null, "length": 275.63450574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 25, "r_f_add": 2, "r_t_add": 28, "st_code": 87840, "l_hundred": 0, "r_hundred": 0, "seg_id": 440460, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 13722, "Shape__Length": 109.86088350230771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143739320757902, 39.949943005084201 ], [ -75.143906773249896, 39.949197410219398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21386, "tnode_": 21362, "lpoly_": null, "rpoly_": null, "length": 329.14648119000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1106, "l_t_add": 1198, "r_f_add": 1105, "r_t_add": 1199, "st_code": 70940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440461, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13723, "Shape__Length": 130.69992022010368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159215834191997, 39.949504442800297 ], [ -75.160374840434699, 39.949648290225397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21276, "tnode_": 21388, "lpoly_": null, "rpoly_": null, "length": 325.77448962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 33, "r_f_add": 2, "r_t_add": 22, "st_code": 75220, "l_hundred": 0, "r_hundred": 0, "seg_id": 440462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY ST", "stname": "STRAWBERRY ST", "objectid": 13724, "Shape__Length": 129.84550850315213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144328747015706, 39.9500187012639 ], [ -75.144526049366405, 39.949137395941399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21391, "tnode_": 21373, "lpoly_": null, "rpoly_": null, "length": 226.6417886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACK HORSE", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 116, "l_t_add": 198, "r_f_add": 117, "r_t_add": 199, "st_code": 17760, "l_hundred": 100, "r_hundred": 100, "seg_id": 440463, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLACK HORSE ALY", "stname": "BLACK HORSE ALY", "objectid": 13725, "Shape__Length": 89.996595313019384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143109367370798, 39.949095474289599 ], [ -75.143145328642404, 39.949098829727298 ], [ -75.143906773249896, 39.949197410219398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21290, "tnode_": 21393, "lpoly_": null, "rpoly_": null, "length": 280.42776245, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 121, "r_f_add": 100, "r_t_add": 120, "st_code": 88020, "l_hundred": 100, "r_hundred": 100, "seg_id": 440464, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13726, "Shape__Length": 111.77265682390014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158635830597007, 39.950212115538399 ], [ -75.158800252080098, 39.9494527783284 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21393, "tnode_": 21386, "lpoly_": null, "rpoly_": null, "length": 118.02639558000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1104, "r_f_add": 1101, "r_t_add": 1103, "st_code": 70940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440465, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13727, "Shape__Length": 46.866742302163424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158800252080098, 39.9494527783284 ], [ -75.159215834191997, 39.949504442800297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21396, "tnode_": 21366, "lpoly_": null, "rpoly_": null, "length": 445.73557754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 22820, "l_hundred": 600, "r_hundred": 600, "seg_id": 440466, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13728, "Shape__Length": 176.99586526682262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150769901475897, 39.949232989951 ], [ -75.152338844014594, 39.9494306193493 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21373, "tnode_": 21401, "lpoly_": null, "rpoly_": null, "length": 50.23274973, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 27, "l_t_add": 31, "r_f_add": 30, "r_t_add": 34, "st_code": 87840, "l_hundred": 0, "r_hundred": 0, "seg_id": 440467, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 13729, "Shape__Length": 20.021023785373878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143906773249896, 39.949197410219398 ], [ -75.143939480799204, 39.949061832204599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21401, "tnode_": 21388, "lpoly_": null, "rpoly_": null, "length": 166.74410297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROTTERS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 77880, "l_hundred": 200, "r_hundred": 200, "seg_id": 440468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROTTERS ALY", "stname": "TROTTERS ALY", "objectid": 13730, "Shape__Length": 66.212018780798871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143939480799204, 39.949061832204599 ], [ -75.144526049366405, 39.949137395941399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21316, "tnode_": 21406, "lpoly_": null, "rpoly_": null, "length": 255.55341689000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 21, "r_f_add": 2, "r_t_add": 22, "st_code": 35220, "l_hundred": 0, "r_hundred": 0, "seg_id": 440469, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 13731, "Shape__Length": 101.85746390319801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142150120725205, 39.949683153773996 ], [ -75.142300378353198, 39.9489912250204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21406, "tnode_": 21391, "lpoly_": null, "rpoly_": null, "length": 229.97669342999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACK HORSE", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 17760, "l_hundred": 100, "r_hundred": 100, "seg_id": 440470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLACK HORSE ALY", "stname": "BLACK HORSE ALY", "objectid": 13732, "Shape__Length": 91.320837617266562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142300378353198, 39.9489912250204 ], [ -75.1426895904102, 39.949042983636197 ], [ -75.143109367370798, 39.949095474289599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21362, "tnode_": 21412, "lpoly_": null, "rpoly_": null, "length": 119.53019452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 127, "l_t_add": 129, "r_f_add": 126, "r_t_add": 128, "st_code": 88040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440471, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13733, "Shape__Length": 47.641984500204714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160374840434699, 39.949648290225397 ], [ -75.160445041991693, 39.949324643743601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21308, "tnode_": 21415, "lpoly_": null, "rpoly_": null, "length": 280.16182289000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 120, "st_code": 88000, "l_hundred": 100, "r_hundred": 100, "seg_id": 440472, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13734, "Shape__Length": 111.6663348540436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157064221847094, 39.950015995876903 ], [ -75.157228520471904, 39.949257383072499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21415, "tnode_": 21393, "lpoly_": null, "rpoly_": null, "length": 446.37664854000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 70940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440473, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13735, "Shape__Length": 177.25002306742533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157228520471904, 39.949257383072499 ], [ -75.158800252080098, 39.9494527783284 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21416, "tnode_": 21396, "lpoly_": null, "rpoly_": null, "length": 448.66820139000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 22820, "l_hundred": 500, "r_hundred": 500, "seg_id": 440474, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13736, "Shape__Length": 178.1584921633044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1491890697381, 39.9490415954212 ], [ -75.150769901475897, 39.949232989951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21342, "tnode_": 21417, "lpoly_": null, "rpoly_": null, "length": 184.82069869, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 110, "st_code": 87960, "l_hundred": 100, "r_hundred": 100, "seg_id": 440475, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13737, "Shape__Length": 73.666162558755687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153920324730194, 39.949624144507702 ], [ -75.154021683825306, 39.949122821674798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21386, "tnode_": 21426, "lpoly_": null, "rpoly_": null, "length": 118.43478259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 46140, "l_hundred": 100, "r_hundred": 100, "seg_id": 440476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 13738, "Shape__Length": 47.204404450176888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159215834191997, 39.949504442800297 ], [ -75.159291195755401, 39.949184540041102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21426, "tnode_": 21412, "lpoly_": null, "rpoly_": null, "length": 327.57608306000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 56900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 13739, "Shape__Length": 130.07539307240708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159291195755401, 39.949184540041102 ], [ -75.159621672770797, 39.949228917184797 ], [ -75.160017097737196, 39.949277556580299 ], [ -75.160076306154394, 39.949280878352198 ], [ -75.160445041991693, 39.949324643743601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21327, "tnode_": 21430, "lpoly_": null, "rpoly_": null, "length": 280.00267148999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 126, "st_code": 87980, "l_hundred": 100, "r_hundred": 100, "seg_id": 440478, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13740, "Shape__Length": 111.60310932532452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155493433925599, 39.949818646762203 ], [ -75.155653932411596, 39.949059994922401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21430, "tnode_": 21415, "lpoly_": null, "rpoly_": null, "length": 447.28467252000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 70940, "l_hundred": 900, "r_hundred": 900, "seg_id": 440479, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13741, "Shape__Length": 177.61036701760955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155653932411596, 39.949059994922401 ], [ -75.157228520471904, 39.949257383072499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21349, "tnode_": 21433, "lpoly_": null, "rpoly_": null, "length": 212.35744547000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 39, "l_t_add": 99, "r_f_add": 40, "r_t_add": 98, "st_code": 87880, "l_hundred": 0, "r_hundred": 0, "seg_id": 440480, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13742, "Shape__Length": 84.640322780770745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1474581942078, 39.949424266432302 ], [ -75.147583157439996, 39.948849307160103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21433, "tnode_": 21416, "lpoly_": null, "rpoly_": null, "length": 455.6671178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 22820, "l_hundred": 400, "r_hundred": 400, "seg_id": 440481, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13743, "Shape__Length": 180.93676078089987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147583157439996, 39.948849307160103 ], [ -75.1491890697381, 39.9490415954212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21326, "tnode_": 21434, "lpoly_": null, "rpoly_": null, "length": 279.94118219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 131, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 46460, "l_hundred": 100, "r_hundred": 100, "seg_id": 440482, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13744, "Shape__Length": 111.57692334313803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162966839060402, 39.949971820277703 ], [ -75.163140403151402, 39.949215045706701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21366, "tnode_": 21436, "lpoly_": null, "rpoly_": null, "length": 180.86358712999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 103, "r_f_add": 100, "r_t_add": 106, "st_code": 87940, "l_hundred": 100, "r_hundred": 100, "seg_id": 440483, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13745, "Shape__Length": 72.087191962883168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152338844014594, 39.9494306193493 ], [ -75.152448829497303, 39.948941395470101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21436, "tnode_": 21417, "lpoly_": null, "rpoly_": null, "length": 445.90689903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 45000, "l_hundred": 700, "r_hundred": 700, "seg_id": 440484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 13746, "Shape__Length": 177.06022030210443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152448829497303, 39.948941395470101 ], [ -75.154021683825306, 39.949122821674798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21340, "tnode_": 21443, "lpoly_": null, "rpoly_": null, "length": 279.05470874000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 121, "l_t_add": 199, "r_f_add": 114, "r_t_add": 198, "st_code": 88060, "l_hundred": 100, "r_hundred": 100, "seg_id": 440485, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13747, "Shape__Length": 111.22469834364918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161952786591101, 39.949845149026302 ], [ -75.162117057919204, 39.949089614026299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21443, "tnode_": 21434, "lpoly_": null, "rpoly_": null, "length": 290.53085428999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1317, "st_code": 81140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440486, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13748, "Shape__Length": 115.36514212923841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162117057919204, 39.949089614026299 ], [ -75.163140403151402, 39.949215045706701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21363, "tnode_": 21450, "lpoly_": null, "rpoly_": null, "length": 256.93309716, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 33, "l_t_add": 99, "r_f_add": 36, "r_t_add": 98, "st_code": 87860, "l_hundred": 0, "r_hundred": 0, "seg_id": 440487, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13749, "Shape__Length": 102.40637456411316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145866777445903, 39.949337474726399 ], [ -75.146021101187102, 39.948642233825602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21417, "tnode_": 21452, "lpoly_": null, "rpoly_": null, "length": 114.82398543, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 113, "l_t_add": 115, "r_f_add": 112, "r_t_add": 124, "st_code": 87960, "l_hundred": 100, "r_hundred": 100, "seg_id": 440488, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13750, "Shape__Length": 45.765515102404436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154021683825306, 39.949122821674798 ], [ -75.154091400647204, 39.9488122159987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21452, "tnode_": 21430, "lpoly_": null, "rpoly_": null, "length": 455.55628859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 70940, "l_hundred": 800, "r_hundred": 800, "seg_id": 440489, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13751, "Shape__Length": 180.92255897584513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154091400647204, 39.9488122159987 ], [ -75.154150412548006, 39.948876806619197 ], [ -75.155653932411596, 39.949059994922401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21454, "tnode_": 21443, "lpoly_": null, "rpoly_": null, "length": 223.34443266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 81140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440490, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13752, "Shape__Length": 88.687311124276391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161331476314601, 39.948987971167298 ], [ -75.162117057919204, 39.949089614026299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21462, "tnode_": 21450, "lpoly_": null, "rpoly_": null, "length": 224.85796846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 234, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 22820, "l_hundred": 200, "r_hundred": 200, "seg_id": 440491, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13753, "Shape__Length": 89.288003837163245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145230517253594, 39.948538465353202 ], [ -75.146021101187102, 39.948642233825602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21412, "tnode_": 21466, "lpoly_": null, "rpoly_": null, "length": 160.61037202, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 131, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 88040, "l_hundred": 100, "r_hundred": 100, "seg_id": 440492, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13754, "Shape__Length": 64.015158575349545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160445041991693, 39.949324643743601 ], [ -75.160539952895306, 39.948889841469999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21466, "tnode_": 21454, "lpoly_": null, "rpoly_": null, "length": 224.78070921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1213, "st_code": 81140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440493, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13755, "Shape__Length": 89.256730819037898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160539952895306, 39.948889841469999 ], [ -75.161331476314601, 39.948987971167298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21388, "tnode_": 21469, "lpoly_": null, "rpoly_": null, "length": 248.72059170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 35, "l_t_add": 99, "r_f_add": 24, "r_t_add": 98, "st_code": 75220, "l_hundred": 0, "r_hundred": 0, "seg_id": 440494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY ST", "stname": "STRAWBERRY ST", "objectid": 13756, "Shape__Length": 99.132189580139681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144526049366405, 39.949137395941399 ], [ -75.144679670791007, 39.948464941858198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21469, "tnode_": 21462, "lpoly_": null, "rpoly_": null, "length": 156.74745086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 212, "l_t_add": 232, "r_f_add": 213, "r_t_add": 227, "st_code": 22820, "l_hundred": 200, "r_hundred": 200, "seg_id": 440495, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13757, "Shape__Length": 62.242404697276989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144679670791007, 39.948464941858198 ], [ -75.145230517253594, 39.948538465353202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21436, "tnode_": 21471, "lpoly_": null, "rpoly_": null, "length": 117.21576278, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 105, "l_t_add": 109, "r_f_add": 108, "r_t_add": 120, "st_code": 87940, "l_hundred": 100, "r_hundred": 100, "seg_id": 440496, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13758, "Shape__Length": 46.719121333462482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152448829497303, 39.948941395470101 ], [ -75.152517004527596, 39.948623930451397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21471, "tnode_": 21452, "lpoly_": null, "rpoly_": null, "length": 451.39887564999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 70940, "l_hundred": 700, "r_hundred": 700, "seg_id": 440497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13759, "Shape__Length": 179.25489307911525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152517004527596, 39.948623930451397 ], [ -75.152581005544604, 39.948602428911101 ], [ -75.154019328427594, 39.948779747555903 ], [ -75.154091400647204, 39.9488122159987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21434, "tnode_": 21475, "lpoly_": null, "rpoly_": null, "length": 127.8707666, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 201, "r_f_add": 200, "r_t_add": 200, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440498, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13760, "Shape__Length": 50.966413190844541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163140403151402, 39.949215045706701 ], [ -75.163212693446297, 39.948868461805702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21475, "tnode_": 21465, "lpoly_": null, "rpoly_": null, "length": 159.79697880999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 22300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440499, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13761, "Shape__Length": 63.452776917604147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163212693446297, 39.948868461805702 ], [ -75.163775328755094, 39.948938507068398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21479, "tnode_": 21466, "lpoly_": null, "rpoly_": null, "length": 223.54111268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 81140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440500, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13762, "Shape__Length": 88.764370366991926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159752784978096, 39.948792303776699 ], [ -75.160539952895306, 39.948889841469999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21401, "tnode_": 21480, "lpoly_": null, "rpoly_": null, "length": 248.6694536, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 33, "l_t_add": 99, "r_f_add": 36, "r_t_add": 98, "st_code": 87840, "l_hundred": 0, "r_hundred": 0, "seg_id": 440501, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 13763, "Shape__Length": 99.113159628766851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143939480799204, 39.949061832204599 ], [ -75.144083157088303, 39.948388219385997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21480, "tnode_": 21469, "lpoly_": null, "rpoly_": null, "length": 169.56548751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 211, "st_code": 22820, "l_hundred": 200, "r_hundred": 200, "seg_id": 440502, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13764, "Shape__Length": 67.331666376220454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144083157088303, 39.948388219385997 ], [ -75.144679670791007, 39.948464941858198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21393, "tnode_": 21490, "lpoly_": null, "rpoly_": null, "length": 281.69942084000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 123, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88020, "l_hundred": 100, "r_hundred": 100, "seg_id": 440503, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13765, "Shape__Length": 112.27786206717025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158800252080098, 39.9494527783284 ], [ -75.158968185995604, 39.948690355916902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21490, "tnode_": 21479, "lpoly_": null, "rpoly_": null, "length": 223.09216954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1119, "st_code": 81140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440504, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13766, "Shape__Length": 88.586832991801799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158968185995604, 39.948690355916902 ], [ -75.159752784978096, 39.948792303776699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21391, "tnode_": 21491, "lpoly_": null, "rpoly_": null, "length": 300.27420211000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LETITIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 15, "l_t_add": 99, "r_f_add": 18, "r_t_add": 98, "st_code": 50400, "l_hundred": 0, "r_hundred": 0, "seg_id": 440505, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LETITIA ST", "stname": "LETITIA ST", "objectid": 13767, "Shape__Length": 119.6813372151658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143109367370798, 39.949095474289599 ], [ -75.143283323277203, 39.948282129642699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21491, "tnode_": 21480, "lpoly_": null, "rpoly_": null, "length": 227.55779953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 120, "l_t_add": 198, "r_f_add": 113, "r_t_add": 199, "st_code": 22820, "l_hundred": 100, "r_hundred": 100, "seg_id": 440506, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13768, "Shape__Length": 90.359939009263499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143283323277203, 39.948282129642699 ], [ -75.144083157088303, 39.948388219385997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21493, "tnode_": 21471, "lpoly_": null, "rpoly_": null, "length": 449.47087126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 70940, "l_hundred": 600, "r_hundred": 600, "seg_id": 440507, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13769, "Shape__Length": 178.48080219234816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150939405242994, 39.948473287962798 ], [ -75.152431774810793, 39.948652127858502 ], [ -75.152517004527596, 39.948623930451397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21443, "tnode_": 21497, "lpoly_": null, "rpoly_": null, "length": 147.02807719, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 201, "r_f_add": 200, "r_t_add": 202, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440508, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13770, "Shape__Length": 58.602041169634219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162117057919204, 39.949089614026299 ], [ -75.162199572863301, 39.948691031166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21406, "tnode_": 21505, "lpoly_": null, "rpoly_": null, "length": 297.93200414, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 23, "l_t_add": 99, "r_f_add": 24, "r_t_add": 98, "st_code": 35220, "l_hundred": 0, "r_hundred": 0, "seg_id": 440509, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 13771, "Shape__Length": 118.74811903846295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142300378353198, 39.9489912250204 ], [ -75.142460320704402, 39.948247301102597 ], [ -75.142468456804707, 39.948183788235497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21505, "tnode_": 21491, "lpoly_": null, "rpoly_": null, "length": 231.25875212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 111, "st_code": 22820, "l_hundred": 100, "r_hundred": 100, "seg_id": 440510, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 13772, "Shape__Length": 91.82763036219211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142468456804707, 39.948183788235497 ], [ -75.143283323277203, 39.948282129642699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21454, "tnode_": 21511, "lpoly_": null, "rpoly_": null, "length": 145.07222919, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 203, "r_f_add": 200, "r_t_add": 204, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440511, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13773, "Shape__Length": 57.822003530730349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161331476314601, 39.948987971167298 ], [ -75.161415716645095, 39.948595042845703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21511, "tnode_": 21497, "lpoly_": null, "rpoly_": null, "length": 222.53570974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1216, "l_t_add": 1298, "r_f_add": 1217, "r_t_add": 1299, "st_code": 22300, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440512, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13774, "Shape__Length": 88.364683067381975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161415716645095, 39.948595042845703 ], [ -75.162199572863301, 39.948691031166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21415, "tnode_": 21514, "lpoly_": null, "rpoly_": null, "length": 280.00154472000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 121, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 88000, "l_hundred": 100, "r_hundred": 100, "seg_id": 440513, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13775, "Shape__Length": 111.60089358310729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157228520471904, 39.949257383072499 ], [ -75.157394936139895, 39.948499490112198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21514, "tnode_": 21490, "lpoly_": null, "rpoly_": null, "length": 446.54186049000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 81140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440514, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13776, "Shape__Length": 177.3128113696439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157394936139895, 39.948499490112198 ], [ -75.158968185995604, 39.948690355916902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21497, "tnode_": 21519, "lpoly_": null, "rpoly_": null, "length": 65.70017217, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 203, "l_t_add": 205, "r_f_add": 204, "r_t_add": 206, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440515, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13777, "Shape__Length": 26.185901409229984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162199572863301, 39.948691031166 ], [ -75.162240418094697, 39.948513436821401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21466, "tnode_": 21522, "lpoly_": null, "rpoly_": null, "length": 145.74041171, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 201, "r_f_add": 200, "r_t_add": 200, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440516, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13778, "Shape__Length": 58.088304161003158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160539952895306, 39.948889841469999 ], [ -75.1606241295366, 39.948495046183197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21522, "tnode_": 21511, "lpoly_": null, "rpoly_": null, "length": 224.90875801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 22300, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 13779, "Shape__Length": 89.30739315935908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1606241295366, 39.948495046183197 ], [ -75.161415716645095, 39.948595042845703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21478, "tnode_": 21533, "lpoly_": null, "rpoly_": null, "length": 150.59693024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 131, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 87980, "l_hundred": 100, "r_hundred": 100, "seg_id": 440518, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13780, "Shape__Length": 60.023807486611211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155733131201899, 39.948704621301196 ], [ -75.155820178946499, 39.948296678600499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21480, "tnode_": 21542, "lpoly_": null, "rpoly_": null, "length": 175.34507673, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 87840, "l_hundred": 100, "r_hundred": 100, "seg_id": 440520, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 13781, "Shape__Length": 69.886849440773105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144083157088303, 39.948388219385997 ], [ -75.1441881853968, 39.947913711306299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21519, "tnode_": 21544, "lpoly_": null, "rpoly_": null, "length": 64.34856158, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 207, "l_t_add": 217, "r_f_add": 208, "r_t_add": 210, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440521, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13782, "Shape__Length": 25.647910184852059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162240418094697, 39.948513436821401 ], [ -75.1622749540103, 39.9483388032357 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21511, "tnode_": 21550, "lpoly_": null, "rpoly_": null, "length": 131.16328577, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 205, "l_t_add": 211, "r_f_add": 206, "r_t_add": 208, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13783, "Shape__Length": 52.278188457690803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161415716645095, 39.948595042845703 ], [ -75.161490383742702, 39.948239598813899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21550, "tnode_": 21544, "lpoly_": null, "rpoly_": null, "length": 222.92148115000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 74100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 13784, "Shape__Length": 88.5179636216495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161490383742702, 39.948239598813899 ], [ -75.1622749540103, 39.9483388032357 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21452, "tnode_": 21551, "lpoly_": null, "rpoly_": null, "length": 262.09259475, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 117, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 87960, "l_hundred": 100, "r_hundred": 100, "seg_id": 440526, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13785, "Shape__Length": 104.4618507706013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154091400647204, 39.9488122159987 ], [ -75.154249791475905, 39.948103141752803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21505, "tnode_": 21560, "lpoly_": null, "rpoly_": null, "length": 174.49002559000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 35220, "l_hundred": 100, "r_hundred": 100, "seg_id": 440527, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 13786, "Shape__Length": 69.545728026902992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142468456804707, 39.948183788235497 ], [ -75.142471866407405, 39.948133192211898 ], [ -75.142570964598406, 39.947711704604302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21560, "tnode_": 21542, "lpoly_": null, "rpoly_": null, "length": 459.36155392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IONIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 45000, "l_hundred": 100, "r_hundred": 100, "seg_id": 440528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IONIC ST", "stname": "IONIC ST", "objectid": 13787, "Shape__Length": 182.40218212633349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570964598406, 39.947711704604302 ], [ -75.1441881853968, 39.947913711306299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21522, "tnode_": 21564, "lpoly_": null, "rpoly_": null, "length": 130.59868066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 203, "l_t_add": 213, "r_f_add": 202, "r_t_add": 212, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440530, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13788, "Shape__Length": 52.052208924934661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1606241295366, 39.948495046183197 ], [ -75.160704415368201, 39.948141901759897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21564, "tnode_": 21550, "lpoly_": null, "rpoly_": null, "length": 223.22040703000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1217, "st_code": 74100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 13789, "Shape__Length": 88.636230417032195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160704415368201, 39.948141901759897 ], [ -75.161490383742702, 39.948239598813899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21570, "tnode_": 21551, "lpoly_": null, "rpoly_": null, "length": 304.70239018999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 702, "l_t_add": 798, "r_f_add": 713, "r_t_add": 799, "st_code": 81140, "l_hundred": 700, "r_hundred": 700, "seg_id": 440532, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13790, "Shape__Length": 120.99047368266582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153176577329702, 39.947971445447202 ], [ -75.154249791475905, 39.948103141752803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21573, "tnode_": 21563, "lpoly_": null, "rpoly_": null, "length": 222.9529868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 74100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440534, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 13791, "Shape__Length": 88.530773389785139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159113179561103, 39.948028294954298 ], [ -75.159897201181096, 39.948130544311098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21471, "tnode_": 21574, "lpoly_": null, "rpoly_": null, "length": 264.43557914999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 111, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 87940, "l_hundred": 100, "r_hundred": 100, "seg_id": 440535, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13792, "Shape__Length": 105.39587373000552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152517004527596, 39.948623930451397 ], [ -75.152673572096106, 39.947908093319299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21507, "tnode_": 21582, "lpoly_": null, "rpoly_": null, "length": 211.22453966, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 205, "l_t_add": 235, "r_f_add": 204, "r_t_add": 254, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13793, "Shape__Length": 84.18744634380694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163258198460497, 39.948645766429202 ], [ -75.163385042393401, 39.948074206107997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21593, "tnode_": 21574, "lpoly_": null, "rpoly_": null, "length": 444.57476549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440537, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13794, "Shape__Length": 176.52917840441103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151106683468996, 39.947720957979797 ], [ -75.152673572096106, 39.947908093319299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21544, "tnode_": 21596, "lpoly_": null, "rpoly_": null, "length": 146.69709985, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 219, "l_t_add": 227, "r_f_add": 212, "r_t_add": 234, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440538, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13795, "Shape__Length": 58.468653409099389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1622749540103, 39.9483388032357 ], [ -75.162363054629495, 39.9479418510006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21596, "tnode_": 21582, "lpoly_": null, "rpoly_": null, "length": 290.56760241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 51380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440539, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13796, "Shape__Length": 115.37907353832048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162363054629495, 39.9479418510006 ], [ -75.163385042393401, 39.948074206107997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21550, "tnode_": 21603, "lpoly_": null, "rpoly_": null, "length": 144.70679661000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 213, "l_t_add": 229, "r_f_add": 210, "r_t_add": 228, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440540, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13797, "Shape__Length": 57.67532172103202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161490383742702, 39.948239598813899 ], [ -75.161577159329994, 39.947848015174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21603, "tnode_": 21596, "lpoly_": null, "rpoly_": null, "length": 222.9811736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 51380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440541, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13798, "Shape__Length": 88.540176177628354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161577159329994, 39.947848015174003 ], [ -75.162363054629495, 39.9479418510006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21610, "tnode_": 21593, "lpoly_": null, "rpoly_": null, "length": 451.96366682999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 81140, "l_hundred": 500, "r_hundred": 500, "seg_id": 440542, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13799, "Shape__Length": 179.46417618703597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149515551105694, 39.947522019297999 ], [ -75.151106683468996, 39.947720957979797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21564, "tnode_": 21613, "lpoly_": null, "rpoly_": null, "length": 143.80967327, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 215, "l_t_add": 221, "r_f_add": 214, "r_t_add": 214, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440543, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13800, "Shape__Length": 57.317736662560911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160704415368201, 39.948141901759897 ], [ -75.160790251470104, 39.947752693213197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21613, "tnode_": 21603, "lpoly_": null, "rpoly_": null, "length": 223.34555017999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1223, "st_code": 51380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440544, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13801, "Shape__Length": 88.684973708907194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160790251470104, 39.947752693213197 ], [ -75.161577159329994, 39.947848015174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21622, "tnode_": 21606, "lpoly_": null, "rpoly_": null, "length": 272.08016155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANSOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 70940, "l_hundred": 100, "r_hundred": 100, "seg_id": 440545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANSOM ST", "stname": "SANSOM ST", "objectid": 13802, "Shape__Length": 108.03783956122651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142669638637202, 39.947264139800197 ], [ -75.143625593167599, 39.947392561652897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21551, "tnode_": 21624, "lpoly_": null, "rpoly_": null, "length": 209.86346809000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 216, "st_code": 87960, "l_hundred": 200, "r_hundred": 200, "seg_id": 440546, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13803, "Shape__Length": 83.645441380203252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154249791475905, 39.948103141752803 ], [ -75.154367900960807, 39.947534257290002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21563, "tnode_": 21625, "lpoly_": null, "rpoly_": null, "length": 175.4678727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 217, "l_t_add": 225, "r_f_add": 212, "r_t_add": 220, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13804, "Shape__Length": 69.935975889451555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159897201181096, 39.948130544311098 ], [ -75.159942029489201, 39.947940433552901 ], [ -75.159990093145097, 39.947706651424902 ], [ -75.159998763828099, 39.947655308991003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21582, "tnode_": 21627, "lpoly_": null, "rpoly_": null, "length": 143.25306566999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 237, "l_t_add": 245, "r_f_add": 256, "r_t_add": 256, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13805, "Shape__Length": 57.095934497942444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163385042393401, 39.948074206107997 ], [ -75.163390993973906, 39.948030599558301 ], [ -75.163469168828797, 39.9476864179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21630, "tnode_": 21625, "lpoly_": null, "rpoly_": null, "length": 86.827306459999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1102, "l_t_add": 1108, "r_f_add": 1107, "r_t_add": 1135, "st_code": 51380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440549, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13806, "Shape__Length": 34.477156127689824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159693159234607, 39.947616760885801 ], [ -75.159998763828099, 39.947655308991003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21433, "tnode_": 21636, "lpoly_": null, "rpoly_": null, "length": 562.15917697999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 87880, "l_hundred": 100, "r_hundred": 100, "seg_id": 440550, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13807, "Shape__Length": 224.05681880929137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147583157439996, 39.948849307160103 ], [ -75.147595682996993, 39.948808886786999 ], [ -75.147928380096104, 39.947329236402702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21573, "tnode_": 21639, "lpoly_": null, "rpoly_": null, "length": 175.19628516, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 219, "l_t_add": 241, "r_f_add": 218, "r_t_add": 234, "st_code": 88020, "l_hundred": 200, "r_hundred": 200, "seg_id": 440551, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13808, "Shape__Length": 69.827818858493018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159113179561103, 39.948028294954298 ], [ -75.159213695935506, 39.947553622237201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21639, "tnode_": 21630, "lpoly_": null, "rpoly_": null, "length": 136.3836271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1100, "r_f_add": 1101, "r_t_add": 1105, "st_code": 51380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440552, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13809, "Shape__Length": 54.155298751595154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159213695935506, 39.947553622237201 ], [ -75.159693159234607, 39.947616760885801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21570, "tnode_": 21644, "lpoly_": null, "rpoly_": null, "length": 208.482811, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 211, "r_f_add": 200, "r_t_add": 210, "st_code": 81660, "l_hundred": 200, "r_hundred": 200, "seg_id": 440553, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON SQ", "stname": "W WASHINGTON SQ", "objectid": 13810, "Shape__Length": 83.093332086268433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153176577329702, 39.947971445447202 ], [ -75.153305328317103, 39.947407778220999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21603, "tnode_": 21656, "lpoly_": null, "rpoly_": null, "length": 114.56708993, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 231, "l_t_add": 231, "r_f_add": 230, "r_t_add": 236, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440556, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13811, "Shape__Length": 45.662766756788841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161577159329994, 39.947848015174003 ], [ -75.161643349952797, 39.947537667625397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21657, "tnode_": 21636, "lpoly_": null, "rpoly_": null, "length": 446.65512265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 81140, "l_hundred": 300, "r_hundred": 300, "seg_id": 440558, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13812, "Shape__Length": 177.35760376814025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146358655301995, 39.947120199894997 ], [ -75.147928380096104, 39.947329236402702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21514, "tnode_": 21659, "lpoly_": null, "rpoly_": null, "length": 421.94434356, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 226, "st_code": 88000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440559, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13813, "Shape__Length": 168.17329975422848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157394936139895, 39.948499490112198 ], [ -75.157643972194293, 39.9473571687966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21659, "tnode_": 21639, "lpoly_": null, "rpoly_": null, "length": 445.89476453999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 51380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440560, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13814, "Shape__Length": 177.0539590706064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157643972194293, 39.9473571687966 ], [ -75.159213695935506, 39.947553622237201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21660, "tnode_": 21656, "lpoly_": null, "rpoly_": null, "length": 88.4773319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 49280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440561, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 13815, "Shape__Length": 35.132421738913386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161332097869902, 39.947497644932596 ], [ -75.161643349952797, 39.947537667625397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21665, "tnode_": 21659, "lpoly_": null, "rpoly_": null, "length": 135.4935634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 930, "l_t_add": 998, "r_f_add": 959, "r_t_add": 999, "st_code": 51380, "l_hundred": 900, "r_hundred": 900, "seg_id": 440562, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13816, "Shape__Length": 53.801389305704468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157167321011599, 39.947295893410001 ], [ -75.157643972194293, 39.9473571687966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21613, "tnode_": 21666, "lpoly_": null, "rpoly_": null, "length": 115.90051266, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 223, "l_t_add": 245, "r_f_add": 216, "r_t_add": 238, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440563, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13817, "Shape__Length": 46.19391821444875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160790251470104, 39.947752693213197 ], [ -75.160858892940496, 39.947438948660498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21666, "tnode_": 21660, "lpoly_": null, "rpoly_": null, "length": 134.38765279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 49280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440564, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 13818, "Shape__Length": 53.361982379752568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160858892940496, 39.947438948660498 ], [ -75.161332097869902, 39.947497644932596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21671, "tnode_": 21665, "lpoly_": null, "rpoly_": null, "length": 88.12510899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 922, "l_t_add": 928, "r_f_add": 951, "r_t_add": 957, "st_code": 51380, "l_hundred": 900, "r_hundred": 900, "seg_id": 440565, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13819, "Shape__Length": 34.992436318096296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1568573079945, 39.947256035169801 ], [ -75.157167321011599, 39.947295893410001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21627, "tnode_": 21672, "lpoly_": null, "rpoly_": null, "length": 98.27890389, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 247, "l_t_add": 249, "r_f_add": 258, "r_t_add": 258, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440566, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13820, "Shape__Length": 39.170793377624165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163469168828797, 39.9476864179003 ], [ -75.163525562723805, 39.947420144335403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21625, "tnode_": 21676, "lpoly_": null, "rpoly_": null, "length": 134.39070962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 227, "l_t_add": 231, "r_f_add": 222, "r_t_add": 228, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440567, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13821, "Shape__Length": 53.562629375416087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159998763828099, 39.947655308991003 ], [ -75.160083290124405, 39.9472921710964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21630, "tnode_": 21685, "lpoly_": null, "rpoly_": null, "length": 135.24029538, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 209, "r_f_add": 200, "r_t_add": 210, "st_code": 46140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440568, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 13822, "Shape__Length": 53.901969657621208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159693159234607, 39.947616760885801 ], [ -75.159773162283201, 39.947250651297303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21685, "tnode_": 21676, "lpoly_": null, "rpoly_": null, "length": 88.25857855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 49280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 13823, "Shape__Length": 35.045740549291267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159773162283201, 39.947250651297303 ], [ -75.160083290124405, 39.9472921710964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21533, "tnode_": 21686, "lpoly_": null, "rpoly_": null, "length": 420.86529155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 232, "st_code": 87980, "l_hundred": 200, "r_hundred": 200, "seg_id": 440570, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13824, "Shape__Length": 167.74210291138405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155820178946499, 39.948296678600499 ], [ -75.156072861138298, 39.947157836707397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21686, "tnode_": 21671, "lpoly_": null, "rpoly_": null, "length": 222.8316718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 920, "r_f_add": 901, "r_t_add": 949, "st_code": 51380, "l_hundred": 900, "r_hundred": 900, "seg_id": 440571, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13825, "Shape__Length": 88.480714539123753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156072861138298, 39.947157836707397 ], [ -75.1568573079945, 39.947256035169801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21596, "tnode_": 21689, "lpoly_": null, "rpoly_": null, "length": 239.6070899, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 229, "l_t_add": 247, "r_f_add": 236, "r_t_add": 246, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440572, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13826, "Shape__Length": 95.49883566857963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162363054629495, 39.9479418510006 ], [ -75.162506710877196, 39.947293459019299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21689, "tnode_": 21672, "lpoly_": null, "rpoly_": null, "length": 289.366722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 45060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440573, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13827, "Shape__Length": 114.90016845699265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162506710877196, 39.947293459019299 ], [ -75.163525562723805, 39.947420144335403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21672, "tnode_": 21690, "lpoly_": null, "rpoly_": null, "length": 43.15026999, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 251, "l_t_add": 273, "r_f_add": 260, "r_t_add": 272, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440574, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13828, "Shape__Length": 17.198040223754703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163525562723805, 39.947420144335403 ], [ -75.163551791310795, 39.947303424285799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21690, "tnode_": 21679, "lpoly_": null, "rpoly_": null, "length": 128.49618369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 53180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13829, "Shape__Length": 51.023684353577799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163551791310795, 39.947303424285799 ], [ -75.164002921143705, 39.947365563609402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21699, "tnode_": 21691, "lpoly_": null, "rpoly_": null, "length": 183.48999969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 81140, "l_hundred": 100, "r_hundred": 100, "seg_id": 440577, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13830, "Shape__Length": 72.859341610419264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143767672719406, 39.946779767998997 ], [ -75.144412926277099, 39.946863842790201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21703, "tnode_": 21696, "lpoly_": null, "rpoly_": null, "length": 217.54063354000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 550, "l_t_add": 598, "r_f_add": 551, "r_t_add": 599, "st_code": 74100, "l_hundred": 500, "r_hundred": 500, "seg_id": 440578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 13831, "Shape__Length": 86.379408064304968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150487221103106, 39.946922318826601 ], [ -75.151253119876799, 39.947017801858102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21624, "tnode_": 21709, "lpoly_": null, "rpoly_": null, "length": 210.93139155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 223, "l_t_add": 237, "r_f_add": 218, "r_t_add": 232, "st_code": 87960, "l_hundred": 200, "r_hundred": 200, "seg_id": 440579, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 13832, "Shape__Length": 84.069218104024557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154367900960807, 39.947534257290002 ], [ -75.154494734132598, 39.946963512211703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21709, "tnode_": 21698, "lpoly_": null, "rpoly_": null, "length": 234.4777173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 817, "st_code": 51380, "l_hundred": 800, "r_hundred": 800, "seg_id": 440580, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13833, "Shape__Length": 93.104460152769661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154494734132598, 39.946963512211703 ], [ -75.155320561010598, 39.9470650083626 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21610, "tnode_": 21716, "lpoly_": null, "rpoly_": null, "length": 259.40946172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 245, "r_f_add": 200, "r_t_add": 226, "st_code": 87900, "l_hundred": 200, "r_hundred": 200, "seg_id": 440581, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 13834, "Shape__Length": 103.39097574136638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149515551105694, 39.947522019297999 ], [ -75.149669067397198, 39.946819778593301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21716, "tnode_": 28123, "lpoly_": null, "rpoly_": null, "length": 161.64592757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 538, "r_f_add": 501, "r_t_add": 539, "st_code": 74100, "l_hundred": 500, "r_hundred": 500, "seg_id": 440582, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 13835, "Shape__Length": 64.18511569153813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149669067397198, 39.946819778593301 ], [ -75.150238098152599, 39.946891096422803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21622, "tnode_": 21717, "lpoly_": null, "rpoly_": null, "length": 226.88114161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 127, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 35220, "l_hundred": 100, "r_hundred": 100, "seg_id": 440583, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 13836, "Shape__Length": 90.425282076849143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142669638637202, 39.947264139800197 ], [ -75.142809482909399, 39.946650693547397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21717, "tnode_": 21699, "lpoly_": null, "rpoly_": null, "length": 272.74084187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 81140, "l_hundred": 100, "r_hundred": 100, "seg_id": 440584, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 13837, "Shape__Length": 108.29927378434702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142809482909399, 39.946650693547397 ], [ -75.143767672719406, 39.946779767998997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21719, "tnode_": 21709, "lpoly_": null, "rpoly_": null, "length": 126.59886444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 710, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 51380, "l_hundred": 700, "r_hundred": 700, "seg_id": 440585, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13838, "Shape__Length": 50.269221787143209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154049379780204, 39.946906242258798 ], [ -75.154494734132598, 39.946963512211703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21676, "tnode_": 21721, "lpoly_": null, "rpoly_": null, "length": 110.84529967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 233, "l_t_add": 243, "r_f_add": 230, "r_t_add": 242, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440586, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13839, "Shape__Length": 44.178491213576429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160083290124405, 39.9472921710964 ], [ -75.160150973004903, 39.946992379139999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21656, "tnode_": 21725, "lpoly_": null, "rpoly_": null, "length": 179.89196945999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 233, "l_t_add": 253, "r_f_add": 238, "r_t_add": 244, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13840, "Shape__Length": 71.698543443377247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161643349952797, 39.947537667625397 ], [ -75.161748724784402, 39.947050547055198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21685, "tnode_": 21728, "lpoly_": null, "rpoly_": null, "length": 109.09803104, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 211, "l_t_add": 221, "r_f_add": 212, "r_t_add": 222, "st_code": 46140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440588, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 13841, "Shape__Length": 43.482584376501336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159773162283201, 39.947250651297303 ], [ -75.159836307711203, 39.946955133276902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21729, "tnode_": 21719, "lpoly_": null, "rpoly_": null, "length": 176.74153437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 709, "st_code": 51380, "l_hundred": 700, "r_hundred": 700, "seg_id": 440589, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13842, "Shape__Length": 70.179481249821009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153427561426199, 39.946826616015599 ], [ -75.154049379780204, 39.946906242258798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21660, "tnode_": 21730, "lpoly_": null, "rpoly_": null, "length": 180.77375057, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 33700, "l_hundred": 200, "r_hundred": 200, "seg_id": 440590, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FAWN ST", "stname": "S FAWN ST", "objectid": 13843, "Shape__Length": 72.050724976128905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161332097869902, 39.947497644932596 ], [ -75.1613933871744, 39.947197515257201 ], [ -75.161416357105594, 39.9470743635963 ], [ -75.161432203602502, 39.947007447651302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21730, "tnode_": 21725, "lpoly_": null, "rpoly_": null, "length": 90.13523361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 53180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13844, "Shape__Length": 35.790967917300776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161432203602502, 39.947007447651302 ], [ -75.161592644056498, 39.947027302734703 ], [ -75.161748724784402, 39.947050547055198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21671, "tnode_": 21732, "lpoly_": null, "rpoly_": null, "length": 135.19159438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 228, "st_code": 44200, "l_hundred": 200, "r_hundred": 200, "seg_id": 440592, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 13845, "Shape__Length": 53.882192118614014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1568573079945, 39.947256035169801 ], [ -75.1569378507604, 39.9468901313383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21732, "tnode_": 21727, "lpoly_": null, "rpoly_": null, "length": 88.90577202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 918, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 49280, "l_hundred": 900, "r_hundred": 900, "seg_id": 440593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 13846, "Shape__Length": 35.302924234194847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569378507604, 39.9468901313383 ], [ -75.156965843894497, 39.946883886680702 ], [ -75.157249795683796, 39.946920672384202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21639, "tnode_": 21733, "lpoly_": null, "rpoly_": null, "length": 220.33661708, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 243, "l_t_add": 269, "r_f_add": 236, "r_t_add": 256, "st_code": 88020, "l_hundred": 200, "r_hundred": 200, "seg_id": 440594, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13847, "Shape__Length": 87.818321755794983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159213695935506, 39.947553622237201 ], [ -75.159342558113707, 39.946956957518204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21666, "tnode_": 21738, "lpoly_": null, "rpoly_": null, "length": 177.07309561, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 247, "l_t_add": 253, "r_f_add": 240, "r_t_add": 256, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440595, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13848, "Shape__Length": 70.574462859517595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160858892940496, 39.947438948660498 ], [ -75.160965886074194, 39.9469598869713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21738, "tnode_": 21730, "lpoly_": null, "rpoly_": null, "length": 132.17259384000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 53180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13849, "Shape__Length": 52.481257009033079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160965886074194, 39.9469598869713 ], [ -75.1610349660548, 39.946958468301297 ], [ -75.161432203602502, 39.947007447651302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21657, "tnode_": 21741, "lpoly_": null, "rpoly_": null, "length": 178.97286166000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 214, "st_code": 87860, "l_hundred": 200, "r_hundred": 200, "seg_id": 440597, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13850, "Shape__Length": 71.331560679885911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146358655301995, 39.947120199894997 ], [ -75.146465040950403, 39.9466357682469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21742, "tnode_": 21738, "lpoly_": null, "rpoly_": null, "length": 128.35429121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1108, "l_t_add": 1198, "r_f_add": 1109, "r_t_add": 1199, "st_code": 53180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13851, "Shape__Length": 50.965364912361238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160513335564801, 39.9469080345783 ], [ -75.160903130119195, 39.946956753141997 ], [ -75.160965886074194, 39.9469598869713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21686, "tnode_": 21745, "lpoly_": null, "rpoly_": null, "length": 131.2611857, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 235, "l_t_add": 249, "r_f_add": 234, "r_t_add": 246, "st_code": 87980, "l_hundred": 200, "r_hundred": 200, "seg_id": 440599, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13852, "Shape__Length": 52.315716289714324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156072861138298, 39.947157836707397 ], [ -75.1561503411491, 39.946802477175602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21745, "tnode_": 21732, "lpoly_": null, "rpoly_": null, "length": 223.94736261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 917, "st_code": 49280, "l_hundred": 900, "r_hundred": 900, "seg_id": 440600, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 13853, "Shape__Length": 88.924005391108011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1561503411491, 39.946802477175602 ], [ -75.156903638955697, 39.946897240042297 ], [ -75.1569378507604, 39.9468901313383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21691, "tnode_": 21748, "lpoly_": null, "rpoly_": null, "length": 139.49006838, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 269, "r_f_add": 200, "r_t_add": 268, "st_code": 87840, "l_hundred": 200, "r_hundred": 200, "seg_id": 440601, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 13854, "Shape__Length": 55.594285648255294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144412926277099, 39.946863842790201 ], [ -75.144415219207104, 39.946825141001199 ], [ -75.144498669082097, 39.946487011460903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21721, "tnode_": 21750, "lpoly_": null, "rpoly_": null, "length": 46.34861917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 245, "l_t_add": 249, "r_f_add": 244, "r_t_add": 248, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13855, "Shape__Length": 18.473142922904266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160150973004903, 39.946992379139999 ], [ -75.160175738693994, 39.946866582289204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21750, "tnode_": 21742, "lpoly_": null, "rpoly_": null, "length": 95.85208654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1106, "r_f_add": 1101, "r_t_add": 1107, "st_code": 53180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440603, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13856, "Shape__Length": 38.060070634413776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160175738693994, 39.946866582289204 ], [ -75.160513335564801, 39.9469080345783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21763, "tnode_": 21751, "lpoly_": null, "rpoly_": null, "length": 113.09992105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1010, "l_t_add": 1018, "r_f_add": 1011, "r_t_add": 1019, "st_code": 45060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440604, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13857, "Shape__Length": 44.908892428322766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158166880587103, 39.946807857277797 ], [ -75.158564943970404, 39.946858105983502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21636, "tnode_": 21767, "lpoly_": null, "rpoly_": null, "length": 293.8097155, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 235, "r_f_add": 200, "r_t_add": 222, "st_code": 87880, "l_hundred": 200, "r_hundred": 200, "seg_id": 440605, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13858, "Shape__Length": 117.10096761010867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147928380096104, 39.947329236402702 ], [ -75.148104041542894, 39.946534104425602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21659, "tnode_": 21770, "lpoly_": null, "rpoly_": null, "length": 221.70401774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 235, "l_t_add": 255, "r_f_add": 228, "r_t_add": 250, "st_code": 88000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440606, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13859, "Shape__Length": 88.362722883816105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157643972194293, 39.9473571687966 ], [ -75.1577759709254, 39.9467571029924 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21770, "tnode_": 21763, "lpoly_": null, "rpoly_": null, "length": 111.15164889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1009, "st_code": 45060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13860, "Shape__Length": 44.135512225670773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1577759709254, 39.9467571029924 ], [ -75.158166880587103, 39.946807857277797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21679, "tnode_": 21771, "lpoly_": null, "rpoly_": null, "length": 171.28687555, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 223, "l_t_add": 299, "r_f_add": 246, "r_t_add": 298, "st_code": 81840, "l_hundred": 200, "r_hundred": 200, "seg_id": 440608, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 13861, "Shape__Length": 68.268685749353224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164002921143705, 39.947365563609402 ], [ -75.164103346969398, 39.9469017561172 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21728, "tnode_": 21773, "lpoly_": null, "rpoly_": null, "length": 80.84210624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 223, "l_t_add": 299, "r_f_add": 224, "r_t_add": 298, "st_code": 46140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440609, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JESSUP ST", "stname": "S JESSUP ST", "objectid": 13862, "Shape__Length": 32.22077096371347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159836307711203, 39.946955133276902 ], [ -75.1598823110034, 39.946736054332199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21690, "tnode_": 21777, "lpoly_": null, "rpoly_": null, "length": 168.93318536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 275, "l_t_add": 299, "r_f_add": 274, "r_t_add": 298, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440610, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13863, "Shape__Length": 67.3305152048802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163551791310795, 39.947303424285799 ], [ -75.163650959674499, 39.946846005808098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21741, "tnode_": 21788, "lpoly_": null, "rpoly_": null, "length": 115.2805865, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 225, "l_t_add": 225, "r_f_add": 216, "r_t_add": 224, "st_code": 87860, "l_hundred": 200, "r_hundred": 200, "seg_id": 440611, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13864, "Shape__Length": 45.945759615872035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146465040950403, 39.9466357682469 ], [ -75.146535528901296, 39.946323993674099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21689, "tnode_": 21790, "lpoly_": null, "rpoly_": null, "length": 210.7217288, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 249, "l_t_add": 299, "r_f_add": 248, "r_t_add": 298, "st_code": 88060, "l_hundred": 200, "r_hundred": 200, "seg_id": 440613, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13865, "Shape__Length": 83.985845135247473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162506710877196, 39.947293459019299 ], [ -75.162630100613995, 39.946722850473201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21790, "tnode_": 21777, "lpoly_": null, "rpoly_": null, "length": 289.72278462999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1319, "st_code": 73960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440614, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13866, "Shape__Length": 115.03991832690826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162630100613995, 39.946722850473201 ], [ -75.163650959674499, 39.946846005808098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21732, "tnode_": 21795, "lpoly_": null, "rpoly_": null, "length": 128.77690039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 245, "l_t_add": 245, "r_f_add": 230, "r_t_add": 246, "st_code": 44200, "l_hundred": 200, "r_hundred": 200, "seg_id": 440615, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 13867, "Shape__Length": 51.325293895482275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569378507604, 39.9468901313383 ], [ -75.157014429651596, 39.946541570769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21795, "tnode_": 21787, "lpoly_": null, "rpoly_": null, "length": 87.03946196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 45060, "l_hundred": 900, "r_hundred": 900, "seg_id": 440616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 13868, "Shape__Length": 34.560949926991192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157014429651596, 39.946541570769 ], [ -75.157320663621206, 39.946580737754402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21703, "tnode_": 21797, "lpoly_": null, "rpoly_": null, "length": 173.60742032000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 67380, "l_hundred": 200, "r_hundred": 200, "seg_id": 440617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S RANDOLPH ST", "stname": "S RANDOLPH ST", "objectid": 13869, "Shape__Length": 69.193868362584823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150487221103106, 39.946922318826601 ], [ -75.150583687397102, 39.946451563781302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21763, "tnode_": 21798, "lpoly_": null, "rpoly_": null, "length": 115.19191338, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 11840, "l_hundred": 200, "r_hundred": 200, "seg_id": 440618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ALDER ST", "stname": "S ALDER ST", "objectid": 13870, "Shape__Length": 45.91031116694807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158166880587103, 39.946807857277797 ], [ -75.1582387754233, 39.946496520282601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21725, "tnode_": 21799, "lpoly_": null, "rpoly_": null, "length": 155.83556194, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 255, "l_t_add": 299, "r_f_add": 246, "r_t_add": 298, "st_code": 21000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13871, "Shape__Length": 62.109264414225237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161748724784402, 39.947050547055198 ], [ -75.161845633642102, 39.946629311488898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21799, "tnode_": 21790, "lpoly_": null, "rpoly_": null, "length": 222.57276483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 73960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440620, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13872, "Shape__Length": 88.376400944705836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161845633642102, 39.946629311488898 ], [ -75.162630100613995, 39.946722850473201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21770, "tnode_": 21804, "lpoly_": null, "rpoly_": null, "length": 116.84683583, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 257, "l_t_add": 269, "r_f_add": 252, "r_t_add": 262, "st_code": 88000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440621, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13873, "Shape__Length": 46.571161360501542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1577759709254, 39.9467571029924 ], [ -75.157839837598601, 39.9464401327158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21729, "tnode_": 21805, "lpoly_": null, "rpoly_": null, "length": 153.28381227000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 223, "l_t_add": 299, "r_f_add": 224, "r_t_add": 298, "st_code": 81660, "l_hundred": 200, "r_hundred": 200, "seg_id": 440622, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON SQ", "stname": "W WASHINGTON SQ", "objectid": 13874, "Shape__Length": 61.091427301559285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153427561426199, 39.946826616015599 ], [ -75.153501540981196, 39.946486567240498 ], [ -75.1535036706901, 39.946449611472701 ], [ -75.153486636952096, 39.946412872448199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21716, "tnode_": 21809, "lpoly_": null, "rpoly_": null, "length": 212.66003947, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 247, "l_t_add": 257, "r_f_add": 228, "r_t_add": 236, "st_code": 87900, "l_hundred": 200, "r_hundred": 200, "seg_id": 440623, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 13875, "Shape__Length": 84.757610024701407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149669067397198, 39.946819778593301 ], [ -75.149708134923003, 39.946640982668001 ], [ -75.149794860453397, 39.9462440847743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21738, "tnode_": 21816, "lpoly_": null, "rpoly_": null, "length": 159.1763754, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 255, "l_t_add": 299, "r_f_add": 258, "r_t_add": 298, "st_code": 88040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440624, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13876, "Shape__Length": 63.441603447817783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160965886074194, 39.9469598869713 ], [ -75.161058650481706, 39.946528800398298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21816, "tnode_": 21799, "lpoly_": null, "rpoly_": null, "length": 223.67197492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1217, "st_code": 73960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440625, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13877, "Shape__Length": 88.81391847420133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161058650481706, 39.946528800398298 ], [ -75.161845633642102, 39.946629311488898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21777, "tnode_": 21826, "lpoly_": null, "rpoly_": null, "length": 134.68453198, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 300, "st_code": 46460, "l_hundred": 300, "r_hundred": 300, "seg_id": 440626, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 13878, "Shape__Length": 53.679149461138223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163650959674499, 39.946846005808098 ], [ -75.1636994704985, 39.946622632042597 ], [ -75.163735120250394, 39.946482031201597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21818, "tnode_": 21805, "lpoly_": null, "rpoly_": null, "length": 139.41204538, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WASHINGTON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81640, "l_hundred": 700, "r_hundred": 700, "seg_id": 440627, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WASHINGTON SQ", "stname": "S WASHINGTON SQ", "objectid": 13879, "Shape__Length": 55.37769402044173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153026223465204, 39.946308177446902 ], [ -75.153382399867894, 39.946355735339402 ], [ -75.153429487473801, 39.946362876850301 ], [ -75.1534665995121, 39.946386913703797 ], [ -75.153486636952096, 39.946412872448199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21817, "tnode_": 21804, "lpoly_": null, "rpoly_": null, "length": 225.91263748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 53180, "l_hundred": 900, "r_hundred": 900, "seg_id": 440628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 13880, "Shape__Length": 89.708670053229483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157051598351202, 39.946366005962297 ], [ -75.157089980693101, 39.946346415078601 ], [ -75.157839837598601, 39.9464401327158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21788, "tnode_": 21823, "lpoly_": null, "rpoly_": null, "length": 78.20554932, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 227, "l_t_add": 231, "r_f_add": 226, "r_t_add": 230, "st_code": 87860, "l_hundred": 200, "r_hundred": 200, "seg_id": 440629, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13881, "Shape__Length": 31.169615560587932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146535528901296, 39.946323993674099 ], [ -75.146580262809195, 39.946112088550201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21750, "tnode_": 21829, "lpoly_": null, "rpoly_": null, "length": 160.74304164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 440630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13882, "Shape__Length": 64.065992239384855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160175738693994, 39.946866582289204 ], [ -75.160268963393094, 39.946431195266598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21829, "tnode_": 21816, "lpoly_": null, "rpoly_": null, "length": 224.24995235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1118, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 73960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440631, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13883, "Shape__Length": 89.042701950724648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160268963393094, 39.946431195266598 ], [ -75.161058650481706, 39.946528800398298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21745, "tnode_": 21831, "lpoly_": null, "rpoly_": null, "length": 188.40634135, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 251, "l_t_add": 263, "r_f_add": 248, "r_t_add": 260, "st_code": 87980, "l_hundred": 200, "r_hundred": 200, "seg_id": 440632, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13884, "Shape__Length": 75.091166658470527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1561503411491, 39.946802477175602 ], [ -75.156261282524298, 39.946292375518901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21790, "tnode_": 21859, "lpoly_": null, "rpoly_": null, "length": 153.9027281, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 309, "r_f_add": 300, "r_t_add": 304, "st_code": 88060, "l_hundred": 300, "r_hundred": 300, "seg_id": 440633, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 13TH ST", "stname": "S 13TH ST", "objectid": 13885, "Shape__Length": 61.339247306599205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162630100613995, 39.946722850473201 ], [ -75.162721694570394, 39.946306291424399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21839, "tnode_": 21818, "lpoly_": null, "rpoly_": null, "length": 448.77098483999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WASHINGTON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 81640, "l_hundred": 600, "r_hundred": 600, "seg_id": 440634, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WASHINGTON SQ", "stname": "S WASHINGTON SQ", "objectid": 13886, "Shape__Length": 178.19222481817957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151445773623706, 39.946113460440699 ], [ -75.153026223465204, 39.946308177446902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21767, "tnode_": 21840, "lpoly_": null, "rpoly_": null, "length": 177.76785444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 237, "l_t_add": 255, "r_f_add": 224, "r_t_add": 236, "st_code": 87880, "l_hundred": 200, "r_hundred": 200, "seg_id": 440635, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13887, "Shape__Length": 70.850800088188706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148104041542894, 39.946534104425602 ], [ -75.148208939460204, 39.9460528345341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21840, "tnode_": 21830, "lpoly_": null, "rpoly_": null, "length": 154.70051236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 411, "st_code": 51380, "l_hundred": 400, "r_hundred": 400, "seg_id": 440636, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13888, "Shape__Length": 61.426487593204946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148208939460204, 39.9460528345341 ], [ -75.148753631238506, 39.946120534448198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21846, "tnode_": 21823, "lpoly_": null, "rpoly_": null, "length": 334.40007172999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 74095, "l_hundred": 200, "r_hundred": 200, "seg_id": 440637, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES PL", "stname": "SAINT JAMES PL", "objectid": 13889, "Shape__Length": 132.77910909996106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145402776287, 39.945966147473399 ], [ -75.146580262809195, 39.946112088550201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21848, "tnode_": 21829, "lpoly_": null, "rpoly_": null, "length": 223.02635335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1119, "st_code": 73960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440638, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13890, "Shape__Length": 88.556629345305623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159483479756105, 39.946334634659401 ], [ -75.160268963393094, 39.946431195266598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21719, "tnode_": 21850, "lpoly_": null, "rpoly_": null, "length": 280.5922122, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 221, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 64380, "l_hundred": 200, "r_hundred": 200, "seg_id": 440639, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PERTH ST", "stname": "S PERTH ST", "objectid": 13891, "Shape__Length": 111.83302010365017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154049379780204, 39.946906242258798 ], [ -75.154212394059897, 39.946146268754703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21799, "tnode_": 21866, "lpoly_": null, "rpoly_": null, "length": 156.47070438999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 306, "st_code": 21000, "l_hundred": 300, "r_hundred": 300, "seg_id": 440640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 13892, "Shape__Length": 62.36322087309469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161845633642102, 39.946629311488898 ], [ -75.161934767732703, 39.946205293800297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21751, "tnode_": 21861, "lpoly_": null, "rpoly_": null, "length": 230.57132773000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 81460, "l_hundred": 200, "r_hundred": 200, "seg_id": 440641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WARNOCK ST", "stname": "S WARNOCK ST", "objectid": 13893, "Shape__Length": 91.896932238975722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158564943970404, 39.946858105983502 ], [ -75.158697190839902, 39.946233396673399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21861, "tnode_": 21848, "lpoly_": null, "rpoly_": null, "length": 223.52443006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 73960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440642, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13894, "Shape__Length": 88.755096981205384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158697190839902, 39.946233396673399 ], [ -75.159483479756105, 39.946334634659401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21816, "tnode_": 21877, "lpoly_": null, "rpoly_": null, "length": 155.31603737, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 306, "st_code": 88040, "l_hundred": 300, "r_hundred": 300, "seg_id": 440643, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 13895, "Shape__Length": 61.903326648031253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161058650481706, 39.946528800398298 ], [ -75.161144224488396, 39.946107556383801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21818, "tnode_": 21865, "lpoly_": null, "rpoly_": null, "length": 112.1152933, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 243, "l_t_add": 249, "r_f_add": 222, "r_t_add": 234, "st_code": 87940, "l_hundred": 200, "r_hundred": 200, "seg_id": 440644, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2000-05-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 13896, "Shape__Length": 44.684785839742347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153026223465204, 39.946308177446902 ], [ -75.153089369312696, 39.946004268599502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21804, "tnode_": 21869, "lpoly_": null, "rpoly_": null, "length": 112.82863925, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 271, "l_t_add": 299, "r_f_add": 264, "r_t_add": 298, "st_code": 88000, "l_hundred": 200, "r_hundred": 200, "seg_id": 440645, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 13897, "Shape__Length": 44.968445084677285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157839837598601, 39.9464401327158 ], [ -75.157908495134393, 39.946134945174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21869, "tnode_": 21861, "lpoly_": null, "rpoly_": null, "length": 224.02560942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1021, "st_code": 73960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440646, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13898, "Shape__Length": 88.953407930075471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157908495134393, 39.946134945174201 ], [ -75.158697190839902, 39.946233396673399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21829, "tnode_": 21917, "lpoly_": null, "rpoly_": null, "length": 245.80892663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 318, "st_code": 66560, "l_hundred": 300, "r_hundred": 300, "seg_id": 440647, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 13899, "Shape__Length": 97.968658440912634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160268963393094, 39.946431195266598 ], [ -75.160389652055002, 39.945880527635403 ], [ -75.160415213187093, 39.945765874472897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21817, "tnode_": 21878, "lpoly_": null, "rpoly_": null, "length": 121.96201761, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 253, "l_t_add": 299, "r_f_add": 252, "r_t_add": 298, "st_code": 44200, "l_hundred": 200, "r_hundred": 200, "seg_id": 440648, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 13900, "Shape__Length": 48.609885870929411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157051598351202, 39.946366005962297 ], [ -75.157116226715999, 39.9460349207598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21878, "tnode_": 21869, "lpoly_": null, "rpoly_": null, "length": 225.10682832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 916, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 73960, "l_hundred": 900, "r_hundred": 900, "seg_id": 440649, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13901, "Shape__Length": 89.382797774662777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157116226715999, 39.9460349207598 ], [ -75.157908495134393, 39.946134945174201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21848, "tnode_": 21919, "lpoly_": null, "rpoly_": null, "length": 210.65965088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 314, "st_code": 88020, "l_hundred": 300, "r_hundred": 300, "seg_id": 440650, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 13902, "Shape__Length": 83.959085996373659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159483479756105, 39.946334634659401 ], [ -75.159612528872003, 39.945764941413998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21884, "tnode_": 21878, "lpoly_": null, "rpoly_": null, "length": 220.95561321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 921, "st_code": 73960, "l_hundred": 900, "r_hundred": 900, "seg_id": 440651, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 13903, "Shape__Length": 87.735062829841837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1563393862358, 39.945932983525502 ], [ -75.157116226715999, 39.9460349207598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21809, "tnode_": 21915, "lpoly_": null, "rpoly_": null, "length": 269.48226322, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 259, "l_t_add": 275, "r_f_add": 238, "r_t_add": 274, "st_code": 87900, "l_hundred": 200, "r_hundred": 200, "seg_id": 440652, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 13904, "Shape__Length": 107.40312972294758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149794860453397, 39.9462440847743 ], [ -75.149957491023699, 39.945514989150603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21922, "tnode_": 21911, "lpoly_": null, "rpoly_": null, "length": 193.53201591000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 4, "l_t_add": 126, "r_f_add": 3, "r_t_add": 125, "st_code": 28780, "l_hundred": 0, "r_hundred": 0, "seg_id": 440653, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 13905, "Shape__Length": 76.8440700274042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143108452286398, 39.945264363198298 ], [ -75.143790144736698, 39.9453476868999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21884, "tnode_": 21967, "lpoly_": null, "rpoly_": null, "length": 195.06310714, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 315, "r_f_add": 300, "r_t_add": 314, "st_code": 87980, "l_hundred": 300, "r_hundred": 300, "seg_id": 440654, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 13906, "Shape__Length": 77.742246700068875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1563393862358, 39.945932983525502 ], [ -75.156437103755707, 39.945461865353202 ], [ -75.1564583000455, 39.945405802089603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21823, "tnode_": 21930, "lpoly_": null, "rpoly_": null, "length": 284.00466741999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 233, "l_t_add": 257, "r_f_add": 232, "r_t_add": 256, "st_code": 87860, "l_hundred": 200, "r_hundred": 200, "seg_id": 440655, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 13907, "Shape__Length": 113.19144032450285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146580262809195, 39.946112088550201 ], [ -75.146747546281603, 39.945343165420297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21840, "tnode_": 21942, "lpoly_": null, "rpoly_": null, "length": 273.61435217000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 257, "l_t_add": 271, "r_f_add": 238, "r_t_add": 256, "st_code": 87880, "l_hundred": 200, "r_hundred": 200, "seg_id": 440656, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 13908, "Shape__Length": 109.04992866702845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148208939460204, 39.9460528345341 ], [ -75.1483723522406, 39.945312334473599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21942, "tnode_": 21915, "lpoly_": null, "rpoly_": null, "length": 450.53910704000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALLS", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 53900, "l_hundred": 400, "r_hundred": 400, "seg_id": 440657, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSHALLS CT", "stname": "MARSHALLS CT", "objectid": 13909, "Shape__Length": 178.89351543102984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1483723522406, 39.945312334473599 ], [ -75.149957491023699, 39.945514989150603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21965, "tnode_": 21955, "lpoly_": null, "rpoly_": null, "length": 208.83437012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 279, "st_code": 51380, "l_hundred": 200, "r_hundred": 200, "seg_id": 440658, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 13910, "Shape__Length": 82.920807865678739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144806456871095, 39.94509093141 ], [ -75.145540935982098, 39.945186077479001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19092, "tnode_": 19052, "lpoly_": null, "rpoly_": null, "length": 208.01425974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 522, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 65260, "l_hundred": 500, "r_hundred": 500, "seg_id": 440659, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13911, "Shape__Length": 82.694306037311648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146506547084698, 39.9668508929838 ], [ -75.147149609608604, 39.967135917845503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19159, "tnode_": 19092, "lpoly_": null, "rpoly_": null, "length": 202.70495401000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 515, "st_code": 65260, "l_hundred": 500, "r_hundred": 500, "seg_id": 440661, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2018-03-14T08:42:49Z", "newsegdate": "2018-03-14T08:42:49Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13912, "Shape__Length": 80.593265904335212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1458930847472, 39.966556232123402 ], [ -75.146506547084698, 39.9668508929838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18713, "tnode_": 18708, "lpoly_": null, "rpoly_": null, "length": 29.43092785, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 83200, "l_hundred": 0, "r_hundred": 0, "seg_id": 440663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 13913, "Shape__Length": 11.697936146879034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130485790434705, 39.9688208442847 ], [ -75.130391721180303, 39.968856739803698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18713, "tnode_": 18509, "lpoly_": null, "rpoly_": null, "length": 452.81633702, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 62100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440664, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 13914, "Shape__Length": 180.44734919991089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130485790434705, 39.9688208442847 ], [ -75.131111357639895, 39.969966910825399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19301, "tnode_": 19276, "lpoly_": null, "rpoly_": null, "length": 125.17819436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 12080, "l_hundred": 100, "r_hundred": 100, "seg_id": 440665, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 13915, "Shape__Length": 49.758277197404418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134416830741102, 39.965346003263399 ], [ -75.134024521756004, 39.965510188580097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19276, "tnode_": 19267, "lpoly_": null, "rpoly_": null, "length": 32.40921012, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 115, "l_t_add": 115, "r_f_add": 114, "r_t_add": 114, "st_code": 12080, "l_hundred": 100, "r_hundred": 100, "seg_id": 440666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 13916, "Shape__Length": 12.883278535451691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134024521756004, 39.965510188580097 ], [ -75.133923743813995, 39.965553799842098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19433, "tnode_": 19398, "lpoly_": null, "rpoly_": null, "length": 206.27687354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 32, "r_f_add": 1, "r_t_add": 31, "st_code": 49380, "l_hundred": 0, "r_hundred": 0, "seg_id": 440667, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 13917, "Shape__Length": 82.025076118572699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134346508609099, 39.964490707739301 ], [ -75.134490402907801, 39.964678817133802 ], [ -75.134514752489395, 39.9646953158448 ], [ -75.134561363552095, 39.964703411777798 ], [ -75.134603176346801, 39.964709522380602 ], [ -75.134860924640293, 39.964748645315197 ], [ -75.134927644879497, 39.964749314572998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18696, "tnode_": 18619, "lpoly_": null, "rpoly_": null, "length": 220.51566816000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1140, "l_t_add": 1198, "r_f_add": 1197, "r_t_add": 1199, "st_code": 36660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440669, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13918, "Shape__Length": 87.901967010624119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1404646877847, 39.969079115169798 ], [ -75.140553168038707, 39.969243659349999 ], [ -75.140668437706594, 39.969661624407898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18648, "tnode_": 18619, "lpoly_": null, "rpoly_": null, "length": 308.7760503, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 227, "st_code": 37040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440670, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13919, "Shape__Length": 122.64766638568832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139581386262094, 39.969524100862799 ], [ -75.140668437706594, 39.969661624407898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18619, "tnode_": 18601, "lpoly_": null, "rpoly_": null, "length": 241.75360534000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 37040, "l_hundred": 200, "r_hundred": 200, "seg_id": 440671, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 13920, "Shape__Length": 96.025772220027335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140668437706594, 39.969661624407898 ], [ -75.141519945518397, 39.969767367876301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18619, "tnode_": 18570, "lpoly_": null, "rpoly_": null, "length": 64.29503519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1200, "r_f_add": 1201, "r_t_add": 1201, "st_code": 36660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440672, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 13921, "Shape__Length": 25.633563079385794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140668437706594, 39.969661624407898 ], [ -75.140709780695204, 39.969835232108501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26934, "tnode_": 19845, "lpoly_": null, "rpoly_": null, "length": 145.53106784000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 520, "r_f_add": 515, "r_t_add": 523, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440673, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13922, "Shape__Length": 58.01565388833604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159288673976107, 39.962073411365097 ], [ -75.1591997422871, 39.962467007594299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19845, "tnode_": 19822, "lpoly_": null, "rpoly_": null, "length": 58.19661199, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 522, "l_t_add": 526, "r_f_add": 525, "r_t_add": 529, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440674, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 13923, "Shape__Length": 23.200689495799761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1591997422871, 39.962467007594299 ], [ -75.159168708665504, 39.962624969706901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20084, "tnode_": 20069, "lpoly_": null, "rpoly_": null, "length": 446.73055438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 40180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 13924, "Shape__Length": 177.42199712983538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580169200152, 39.960478668314103 ], [ -75.159587698187906, 39.960685595246098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19700, "tnode_": 19614, "lpoly_": null, "rpoly_": null, "length": 150.36204088, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 622, "l_t_add": 626, "r_f_add": 621, "r_t_add": 625, "st_code": 88010, "l_hundred": 600, "r_hundred": 600, "seg_id": 440676, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 13925, "Shape__Length": 59.942806745057396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1557638447823, 39.963412188932303 ], [ -75.155672745041301, 39.963818955441901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19652, "tnode_": 19614, "lpoly_": null, "rpoly_": null, "length": 448.90575258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 50160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMON ST", "stname": "LEMON ST", "objectid": 13926, "Shape__Length": 178.29664100789131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154097494092895, 39.963611121859202 ], [ -75.155611610726098, 39.963794999854997 ], [ -75.155672745041301, 39.963818955441901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19571, "tnode_": 19433, "lpoly_": null, "rpoly_": null, "length": 450.90371192000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 918, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 28000, "l_hundred": 900, "r_hundred": 900, "seg_id": 440678, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 13927, "Shape__Length": 179.46872270902836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135408169832303, 39.963560791952503 ], [ -75.134346508609099, 39.964490707739301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19728, "tnode_": 19703, "lpoly_": null, "rpoly_": null, "length": 259.18105685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 40, "l_t_add": 98, "r_f_add": 39, "r_t_add": 99, "st_code": 65260, "l_hundred": 0, "r_hundred": 0, "seg_id": 440679, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13928, "Shape__Length": 102.93834160584169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172602531393, 39.962828915684099 ], [ -75.1380846709704, 39.962945713144201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19736, "tnode_": 19575, "lpoly_": null, "rpoly_": null, "length": 358.13548085000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 40340, "l_hundred": 800, "r_hundred": 800, "seg_id": 440680, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 13929, "Shape__Length": 142.75609032451922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140063152116497, 39.962745969393303 ], [ -75.1397566658556, 39.963700389908198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19760, "tnode_": 19728, "lpoly_": null, "rpoly_": null, "length": 290.31499844000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 36, "l_t_add": 38, "r_f_add": 35, "r_t_add": 37, "st_code": 65260, "l_hundred": 0, "r_hundred": 0, "seg_id": 440681, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 13930, "Shape__Length": 115.41609936018455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136298283567697, 39.962460710147397 ], [ -75.136758680938399, 39.962775637499398 ], [ -75.137172602531393, 39.962828915684099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19781, "tnode_": 19733, "lpoly_": null, "rpoly_": null, "length": 146.98766551, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 726, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 40340, "l_hundred": 700, "r_hundred": 700, "seg_id": 440682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 13931, "Shape__Length": 58.584309042913603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140399707163198, 39.962402199704201 ], [ -75.140248979256597, 39.962788670166198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19786, "tnode_": 19703, "lpoly_": null, "rpoly_": null, "length": 232.22462069000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 35200, "l_hundred": 800, "r_hundred": 800, "seg_id": 440683, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13932, "Shape__Length": 92.567348116532486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138277259239999, 39.962325692256002 ], [ -75.1380846709704, 39.962945713144201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19805, "tnode_": 19769, "lpoly_": null, "rpoly_": null, "length": 101.4512826, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 61580, "l_hundred": 600, "r_hundred": 600, "seg_id": 440684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-02-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 13933, "Shape__Length": 40.443731674781546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144245184469995, 39.962338053588297 ], [ -75.144185008714103, 39.962612673555299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19951, "tnode_": 19820, "lpoly_": null, "rpoly_": null, "length": 348.30426361999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 18100, "l_hundred": 600, "r_hundred": 600, "seg_id": 440686, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 13934, "Shape__Length": 138.8447247994514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142783566082002, 39.961294140567702 ], [ -75.142769991986796, 39.961349208043799 ], [ -75.142762263860106, 39.961366268082699 ], [ -75.142710087013398, 39.961619995157001 ], [ -75.142627396785798, 39.961999119676001 ], [ -75.142554447956996, 39.962186647734399 ], [ -75.1425536018222, 39.962231604851503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19971, "tnode_": 19959, "lpoly_": null, "rpoly_": null, "length": 456.00838007000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 500, "r_hundred": 0, "seg_id": 440687, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 13935, "Shape__Length": 181.10124846755227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146602349643899, 39.961115308588099 ], [ -75.148213952968902, 39.961285682382197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19974, "tnode_": 19899, "lpoly_": null, "rpoly_": null, "length": 194.06496984999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 64500, "l_hundred": 600, "r_hundred": 600, "seg_id": 440688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 13936, "Shape__Length": 77.363647117500207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141907827369494, 39.961086818857197 ], [ -75.141796743373106, 39.9616126488839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26922, "tnode_": 19874, "lpoly_": null, "rpoly_": null, "length": 286.26193201000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 49660, "l_hundred": 500, "r_hundred": 500, "seg_id": 440689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 13937, "Shape__Length": 114.11815505587091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145771653384699, 39.961175457256303 ], [ -75.145607800908195, 39.961951100938599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26920, "tnode_": 19914, "lpoly_": null, "rpoly_": null, "length": 213.96897493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 61580, "l_hundred": 500, "r_hundred": 500, "seg_id": 440691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 13938, "Shape__Length": 85.298004690363911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144177620043095, 39.9610073645066 ], [ -75.144053229116807, 39.961586884230499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26918, "tnode_": 19951, "lpoly_": null, "rpoly_": null, "length": 156.72039467000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 18100, "l_hundred": 500, "r_hundred": 500, "seg_id": 440694, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 13939, "Shape__Length": 62.47565691374399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142876056405697, 39.9608698514593 ], [ -75.142783566082002, 39.961294140567702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26914, "tnode_": 19926, "lpoly_": null, "rpoly_": null, "length": 323.18449361999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 35200, "l_hundred": 600, "r_hundred": 600, "seg_id": 440697, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13940, "Shape__Length": 128.82121201644034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138867193617997, 39.9604367325989 ], [ -75.138597038880405, 39.961299213975401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26913, "tnode_": 19954, "lpoly_": null, "rpoly_": null, "length": 292.16397465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 16320, "l_hundred": 600, "r_hundred": 600, "seg_id": 440698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 13941, "Shape__Length": 116.44461590679683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138053268106802, 39.960344735769702 ], [ -75.137758129567899, 39.961113933933298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26912, "tnode_": 19978, "lpoly_": null, "rpoly_": null, "length": 266.90391405000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 28000, "l_hundred": 600, "r_hundred": 600, "seg_id": 440699, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 13942, "Shape__Length": 106.37713042914493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172820020595, 39.960218965972203 ], [ -75.136904764141704, 39.960922014831098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20156, "tnode_": 20052, "lpoly_": null, "rpoly_": null, "length": 387.00553722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 544, "l_t_add": 598, "r_f_add": 545, "r_t_add": 599, "st_code": 35200, "l_hundred": 500, "r_hundred": 500, "seg_id": 440700, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13943, "Shape__Length": 154.25820626470787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139226978216101, 39.959277374008998 ], [ -75.138905285153697, 39.960310508326501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20242, "tnode_": 20253, "lpoly_": null, "rpoly_": null, "length": 464.22889291999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 83440, "l_hundred": 400, "r_hundred": 400, "seg_id": 440701, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 13944, "Shape__Length": 184.35731127951885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145473111845206, 39.958727346396302 ], [ -75.1460308938195, 39.958729422790398 ], [ -75.146190558284601, 39.958722095642003 ], [ -75.146347630416599, 39.958708139190797 ], [ -75.147115796096699, 39.958603301321801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20264, "tnode_": 20242, "lpoly_": null, "rpoly_": null, "length": 456.91933358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83440, "l_hundred": 300, "r_hundred": 300, "seg_id": 440702, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 13945, "Shape__Length": 181.48731420540548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143900965142606, 39.958493524715401 ], [ -75.143960875925501, 39.958552845701803 ], [ -75.145376730318304, 39.958734715408703 ], [ -75.145473111845206, 39.958727346396302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20353, "tnode_": 20156, "lpoly_": null, "rpoly_": null, "length": 583.15174323999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 420, "l_t_add": 542, "r_f_add": 425, "r_t_add": 543, "st_code": 35200, "l_hundred": 400, "r_hundred": 400, "seg_id": 440703, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2009-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13946, "Shape__Length": 232.43668432129687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139711158338599, 39.957720514764802 ], [ -75.139226978216101, 39.959277374008998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20448, "tnode_": 20353, "lpoly_": null, "rpoly_": null, "length": 293.34080006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 423, "st_code": 35200, "l_hundred": 400, "r_hundred": 400, "seg_id": 440704, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 13947, "Shape__Length": 116.91927076860075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139957386334103, 39.956937869090801 ], [ -75.139711158338599, 39.957720514764802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20196, "tnode_": 20061, "lpoly_": null, "rpoly_": null, "length": 413.46179518000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 23050, "l_hundred": 500, "r_hundred": 500, "seg_id": 440705, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 13948, "Shape__Length": 164.79126750290746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137635734025807, 39.958946394155397 ], [ -75.137239803588898, 39.960039739673 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19805, "tnode_": 19792, "lpoly_": null, "rpoly_": null, "length": 128.69519633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 65440, "l_hundred": 300, "r_hundred": 300, "seg_id": 440706, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTS ST", "stname": "POTTS ST", "objectid": 13949, "Shape__Length": 51.121750947839594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144245184469995, 39.962338053588297 ], [ -75.144688134365595, 39.962430956503901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19875, "tnode_": 19781, "lpoly_": null, "rpoly_": null, "length": 236.40589749, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 719, "st_code": 40340, "l_hundred": 700, "r_hundred": 700, "seg_id": 440709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 13950, "Shape__Length": 94.206414768293385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140696755177601, 39.961795804990402 ], [ -75.140576666232505, 39.962069175200199 ], [ -75.140434593299304, 39.962312280876603 ], [ -75.140399707163198, 39.962402199704201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19636, "tnode_": 19594, "lpoly_": null, "rpoly_": null, "length": 234.26618244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 615, "st_code": 33280, "l_hundred": 600, "r_hundred": 600, "seg_id": 440710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13951, "Shape__Length": 93.081635167727796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147799585855907, 39.963536149204103 ], [ -75.148579585012399, 39.963767073752898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19692, "tnode_": 19636, "lpoly_": null, "rpoly_": null, "length": 332.48148711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 33280, "l_hundred": 500, "r_hundred": 500, "seg_id": 440711, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13952, "Shape__Length": 132.10516760658862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146692479502704, 39.963208713598 ], [ -75.146779128696593, 39.963236726378 ], [ -75.147799585855907, 39.963536149204103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19711, "tnode_": 19692, "lpoly_": null, "rpoly_": null, "length": 155.760226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 444, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 33280, "l_hundred": 400, "r_hundred": 400, "seg_id": 440712, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13953, "Shape__Length": 61.880137441790268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146164273263807, 39.963077360842497 ], [ -75.146597530000705, 39.963177238998 ], [ -75.146692479502704, 39.963208713598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19769, "tnode_": 19755, "lpoly_": null, "rpoly_": null, "length": 129.28252667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 332, "l_t_add": 398, "r_f_add": 339, "r_t_add": 399, "st_code": 33280, "l_hundred": 300, "r_hundred": 300, "seg_id": 440713, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13954, "Shape__Length": 51.3576463756837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144185008714103, 39.962612673555299 ], [ -75.144627180441304, 39.9627135771875 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19801, "tnode_": 19784, "lpoly_": null, "rpoly_": null, "length": 138.60983481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 311, "st_code": 33280, "l_hundred": 300, "r_hundred": 300, "seg_id": 440714, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13955, "Shape__Length": 55.062532156107508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1430896250111, 39.9623581379619 ], [ -75.143563927362194, 39.962465719873599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19820, "tnode_": 19801, "lpoly_": null, "rpoly_": null, "length": 157.16686141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 236, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 33280, "l_hundred": 200, "r_hundred": 200, "seg_id": 440715, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13956, "Shape__Length": 62.435676413965325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1425536018222, 39.962231604851503 ], [ -75.1430896250111, 39.9623581379619 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19837, "tnode_": 19820, "lpoly_": null, "rpoly_": null, "length": 119.82115071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 224, "l_t_add": 234, "r_f_add": 223, "r_t_add": 233, "st_code": 33280, "l_hundred": 200, "r_hundred": 200, "seg_id": 440716, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13957, "Shape__Length": 47.599682557158147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142144875624595, 39.962135320506597 ], [ -75.1425536018222, 39.962231604851503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19862, "tnode_": 19837, "lpoly_": null, "rpoly_": null, "length": 282.57384517999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 222, "r_f_add": 201, "r_t_add": 221, "st_code": 33280, "l_hundred": 200, "r_hundred": 200, "seg_id": 440717, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13958, "Shape__Length": 112.25539035507222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141182732800999, 39.961903894012202 ], [ -75.142144875624595, 39.962135320506597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19926, "tnode_": 19915, "lpoly_": null, "rpoly_": null, "length": 169.93142208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 111, "st_code": 33280, "l_hundred": 100, "r_hundred": 100, "seg_id": 440718, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13959, "Shape__Length": 67.504932179603614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138597038880405, 39.961299213975401 ], [ -75.1391773424928, 39.961434116915399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20332, "tnode_": 20318, "lpoly_": null, "rpoly_": null, "length": 459.5909903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 20880, "l_hundred": 600, "r_hundred": 600, "seg_id": 440719, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 13960, "Shape__Length": 182.5177395422167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148822209173602, 39.958032081173897 ], [ -75.149636719001407, 39.958133354250897 ], [ -75.149889236759293, 39.958099000203603 ], [ -75.150134371816307, 39.958097483580602 ], [ -75.150317839183302, 39.958106356191401 ], [ -75.150444060893705, 39.958126727673204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20417, "tnode_": 20384, "lpoly_": null, "rpoly_": null, "length": 559.56842447999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 20880, "l_hundred": 200, "r_hundred": 200, "seg_id": 440722, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 13961, "Shape__Length": 222.24274181907589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142190345529499, 39.957226694311501 ], [ -75.144046161875906, 39.957459462465103 ], [ -75.1441355550092, 39.957402865297098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19594, "tnode_": 19558, "lpoly_": null, "rpoly_": null, "length": 230.54229423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 614, "l_t_add": 698, "r_f_add": 617, "r_t_add": 699, "st_code": 33280, "l_hundred": 600, "r_hundred": 600, "seg_id": 440723, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13962, "Shape__Length": 91.599986471706984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148579585012399, 39.963767073752898 ], [ -75.149350011327201, 39.963988598098602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19883, "tnode_": 19875, "lpoly_": null, "rpoly_": null, "length": 41.4721268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 150, "l_t_add": 152, "r_f_add": 153, "r_t_add": 153, "st_code": 33280, "l_hundred": 100, "r_hundred": 100, "seg_id": 440724, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13963, "Shape__Length": 16.475355702068963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140555761905105, 39.961761312969301 ], [ -75.140696755177601, 39.961795804990402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19875, "tnode_": 19862, "lpoly_": null, "rpoly_": null, "length": 141.8043412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 154, "l_t_add": 198, "r_f_add": 155, "r_t_add": 199, "st_code": 33280, "l_hundred": 100, "r_hundred": 100, "seg_id": 440725, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 13964, "Shape__Length": 56.330444868731227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140696755177601, 39.961795804990402 ], [ -75.141182732800999, 39.961903894012202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19577, "tnode_": 19515, "lpoly_": null, "rpoly_": null, "length": 151.89062273000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 815, "st_code": 87870, "l_hundred": 800, "r_hundred": 800, "seg_id": 440726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13965, "Shape__Length": 60.553476220127479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144405056131106, 39.9637644676639 ], [ -75.144319816306805, 39.9641762352176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19678, "tnode_": 19577, "lpoly_": null, "rpoly_": null, "length": 194.35021249, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 718, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 87870, "l_hundred": 700, "r_hundred": 700, "seg_id": 440727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13966, "Shape__Length": 77.480288280452029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144512737846199, 39.963237425672297 ], [ -75.144405056131106, 39.9637644676639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19706, "tnode_": 19506, "lpoly_": null, "rpoly_": null, "length": 439.29598677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 87830, "l_hundred": 800, "r_hundred": 800, "seg_id": 440728, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13967, "Shape__Length": 175.13001876995719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140960788203401, 39.962957622204598 ], [ -75.140708187143005, 39.964147776916803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19755, "tnode_": 19678, "lpoly_": null, "rpoly_": null, "length": 193.50625245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 715, "st_code": 87870, "l_hundred": 700, "r_hundred": 700, "seg_id": 440729, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13968, "Shape__Length": 77.14221934199584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144627180441304, 39.9627135771875 ], [ -75.144512737846199, 39.963237425672297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19862, "tnode_": 19706, "lpoly_": null, "rpoly_": null, "length": 388.86341076000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 87830, "l_hundred": 700, "r_hundred": 700, "seg_id": 440730, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13969, "Shape__Length": 155.02222949899593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141182732800999, 39.961903894012202 ], [ -75.140960788203401, 39.962957622204598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19874, "tnode_": 19852, "lpoly_": null, "rpoly_": null, "length": 287.63084664000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 38420, "l_hundred": 400, "r_hundred": 400, "seg_id": 440731, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13970, "Shape__Length": 114.26326786544504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145607800908195, 39.961951100938599 ], [ -75.146588525299407, 39.962183289149202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19893, "tnode_": 19828, "lpoly_": null, "rpoly_": null, "length": 166.24851627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 617, "st_code": 87870, "l_hundred": 600, "r_hundred": 600, "seg_id": 440732, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13971, "Shape__Length": 66.275473703894065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144822586756803, 39.961771766535399 ], [ -75.144728698452695, 39.962222384607898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19893, "tnode_": 19874, "lpoly_": null, "rpoly_": null, "length": 229.59941832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 421, "st_code": 38420, "l_hundred": 400, "r_hundred": 400, "seg_id": 440733, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13972, "Shape__Length": 91.207626376313613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144822586756803, 39.961771766535399 ], [ -75.145607800908195, 39.961951100938599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19917, "tnode_": 19914, "lpoly_": null, "rpoly_": null, "length": 81.154732540000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 312, "l_t_add": 314, "r_f_add": 311, "r_t_add": 313, "st_code": 38420, "l_hundred": 300, "r_hundred": 300, "seg_id": 440734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13973, "Shape__Length": 32.238355288399418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143775740512694, 39.961523357158804 ], [ -75.144053229116807, 39.961586884230499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19933, "tnode_": 19917, "lpoly_": null, "rpoly_": null, "length": 144.61009402000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 309, "st_code": 38420, "l_hundred": 300, "r_hundred": 300, "seg_id": 440735, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13974, "Shape__Length": 57.445996673939561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143281705028301, 39.961409070932497 ], [ -75.143775740512694, 39.961523357158804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19951, "tnode_": 19933, "lpoly_": null, "rpoly_": null, "length": 145.77949102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 230, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 38420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440736, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13975, "Shape__Length": 57.910346694314498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142783566082002, 39.961294140567702 ], [ -75.143281705028301, 39.961409070932497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19962, "tnode_": 19951, "lpoly_": null, "rpoly_": null, "length": 129.84400799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 218, "l_t_add": 228, "r_f_add": 223, "r_t_add": 231, "st_code": 38420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13976, "Shape__Length": 51.58183091624069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142342107327906, 39.961186223190502 ], [ -75.142783566082002, 39.961294140567702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19974, "tnode_": 19962, "lpoly_": null, "rpoly_": null, "length": 127.00902715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 208, "l_t_add": 216, "r_f_add": 211, "r_t_add": 221, "st_code": 38420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440738, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13977, "Shape__Length": 50.453453018257704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141907827369494, 39.961086818857197 ], [ -75.142342107327906, 39.961186223190502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19989, "tnode_": 19862, "lpoly_": null, "rpoly_": null, "length": 346.90416113000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 87830, "l_hundred": 600, "r_hundred": 600, "seg_id": 440739, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13978, "Shape__Length": 138.29235575563234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141385003882903, 39.960964404913099 ], [ -75.141182732800999, 39.961903894012202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19989, "tnode_": 19974, "lpoly_": null, "rpoly_": null, "length": 153.19242144999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 206, "r_f_add": 201, "r_t_add": 209, "st_code": 38420, "l_hundred": 200, "r_hundred": 200, "seg_id": 440740, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13979, "Shape__Length": 60.855357185170469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141385003882903, 39.960964404913099 ], [ -75.141907827369494, 39.961086818857197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26921, "tnode_": 19893, "lpoly_": null, "rpoly_": null, "length": 249.01629036, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 87870, "l_hundred": 500, "r_hundred": 500, "seg_id": 440741, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13980, "Shape__Length": 99.269923427131857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144965764479394, 39.9610971229231 ], [ -75.144822586756803, 39.961771766535399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26916, "tnode_": 19989, "lpoly_": null, "rpoly_": null, "length": 93.41138762, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 542, "l_t_add": 598, "r_f_add": 591, "r_t_add": 599, "st_code": 87830, "l_hundred": 500, "r_hundred": 500, "seg_id": 440742, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13981, "Shape__Length": 37.237682418854064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141440686479697, 39.960711584283999 ], [ -75.141385003882903, 39.960964404913099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20167, "tnode_": 20168, "lpoly_": null, "rpoly_": null, "length": 272.11125653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 59940, "l_hundred": 200, "r_hundred": 200, "seg_id": 440743, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 13982, "Shape__Length": 108.05661850424187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141728629350396, 39.959347584850697 ], [ -75.142699318401995, 39.959347306488503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20376, "tnode_": 20242, "lpoly_": null, "rpoly_": null, "length": 409.06376752, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 441, "st_code": 87870, "l_hundred": 400, "r_hundred": 400, "seg_id": 440744, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13983, "Shape__Length": 163.0657734825603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145701429290298, 39.957618245788197 ], [ -75.145473111845206, 39.958727346396302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20417, "tnode_": 20308, "lpoly_": null, "rpoly_": null, "length": 311.54261411, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 427, "st_code": 87830, "l_hundred": 400, "r_hundred": 400, "seg_id": 440745, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 13984, "Shape__Length": 124.18849143808248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142190345529499, 39.957226694311501 ], [ -75.142007187518303, 39.958070222970498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20421, "tnode_": 20417, "lpoly_": null, "rpoly_": null, "length": 47.63764834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 198, "l_t_add": 198, "r_f_add": 199, "r_t_add": 199, "st_code": 20880, "l_hundred": 100, "r_hundred": 100, "seg_id": 440746, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 13985, "Shape__Length": 18.918625881205514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142022800819205, 39.957204859786998 ], [ -75.142190345529499, 39.957226694311501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19828, "tnode_": 19792, "lpoly_": null, "rpoly_": null, "length": 76.82514348000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 620, "l_t_add": 628, "r_f_add": 619, "r_t_add": 621, "st_code": 87870, "l_hundred": 600, "r_hundred": 600, "seg_id": 440747, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13986, "Shape__Length": 30.627103547062049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144728698452695, 39.962222384607898 ], [ -75.144688134365595, 39.962430956503901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19792, "tnode_": 19755, "lpoly_": null, "rpoly_": null, "length": 104.36184438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 630, "l_t_add": 698, "r_f_add": 623, "r_t_add": 699, "st_code": 87870, "l_hundred": 600, "r_hundred": 600, "seg_id": 440748, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 13987, "Shape__Length": 41.604228771539645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144688134365595, 39.962430956503901 ], [ -75.144627180441304, 39.9627135771875 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20001, "tnode_": 19989, "lpoly_": null, "rpoly_": null, "length": 134.85150611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 156, "l_t_add": 198, "r_f_add": 155, "r_t_add": 199, "st_code": 38420, "l_hundred": 100, "r_hundred": 100, "seg_id": 440750, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 13988, "Shape__Length": 53.572851901770875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140928912249095, 39.9608466930489 ], [ -75.141385003882903, 39.960964404913099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19678, "tnode_": 19619, "lpoly_": null, "rpoly_": null, "length": 426.28180885999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 441, "st_code": 61320, "l_hundred": 400, "r_hundred": 400, "seg_id": 440751, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 13989, "Shape__Length": 169.34675203080121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144512737846199, 39.963237425672297 ], [ -75.145966097584505, 39.963581905156801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19711, "tnode_": 19619, "lpoly_": null, "rpoly_": null, "length": 192.00791797, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 61660, "l_hundred": 700, "r_hundred": 700, "seg_id": 440752, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-02-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 13990, "Shape__Length": 76.528354159283793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146164273263807, 39.963077360842497 ], [ -75.145966097584505, 39.963581905156801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19393, "tnode_": 19130, "lpoly_": null, "rpoly_": null, "length": 593.72847795999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 87850, "l_hundred": 900, "r_hundred": 900, "seg_id": 440753, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 13991, "Shape__Length": 236.70374105150393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142531432589706, 39.964994527448503 ], [ -75.142188632559794, 39.966602900845899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19510, "tnode_": 19402, "lpoly_": null, "rpoly_": null, "length": 270.96041598, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 827, "st_code": 87890, "l_hundred": 800, "r_hundred": 800, "seg_id": 440754, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13992, "Shape__Length": 108.01940023328966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146449892895902, 39.964247901899 ], [ -75.146270941767796, 39.964978865479601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19593, "tnode_": 19510, "lpoly_": null, "rpoly_": null, "length": 193.34081266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 706, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 87890, "l_hundred": 700, "r_hundred": 700, "seg_id": 440755, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13993, "Shape__Length": 77.076400037907774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146570927659994, 39.963725392530399 ], [ -75.146449892895902, 39.964247901899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19630, "tnode_": 19393, "lpoly_": null, "rpoly_": null, "length": 587.53117046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 87850, "l_hundred": 800, "r_hundred": 800, "seg_id": 440756, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 13994, "Shape__Length": 234.22797116444266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142867788557496, 39.963402583007898 ], [ -75.142531432589706, 39.964994527448503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19692, "tnode_": 19593, "lpoly_": null, "rpoly_": null, "length": 191.27601787, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 704, "r_f_add": 701, "r_t_add": 715, "st_code": 87890, "l_hundred": 700, "r_hundred": 700, "seg_id": 440757, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13995, "Shape__Length": 76.252397741052931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146692479502704, 39.963208713598 ], [ -75.146570927659994, 39.963725392530399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19788, "tnode_": 19692, "lpoly_": null, "rpoly_": null, "length": 251.94345589, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 626, "l_t_add": 698, "r_f_add": 613, "r_t_add": 699, "st_code": 87890, "l_hundred": 600, "r_hundred": 600, "seg_id": 440758, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13996, "Shape__Length": 100.44691809434366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146624190048996, 39.9625190963853 ], [ -75.146692479502704, 39.963208713598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19852, "tnode_": 19788, "lpoly_": null, "rpoly_": null, "length": 122.73639701, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 611, "st_code": 87890, "l_hundred": 600, "r_hundred": 600, "seg_id": 440759, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 13997, "Shape__Length": 48.933038001273509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146588525299407, 39.962183289149202 ], [ -75.146624190048996, 39.9625190963853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19933, "tnode_": 19801, "lpoly_": null, "rpoly_": null, "length": 349.89573896999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 87850, "l_hundred": 600, "r_hundred": 600, "seg_id": 440760, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 13998, "Shape__Length": 139.48752162600394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143281705028301, 39.961409070932497 ], [ -75.1430896250111, 39.9623581379619 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26919, "tnode_": 19933, "lpoly_": null, "rpoly_": null, "length": 180.01373925, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 534, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 87850, "l_hundred": 500, "r_hundred": 500, "seg_id": 440761, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 13999, "Shape__Length": 71.761219306168115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1433898417405, 39.960921967193798 ], [ -75.143281705028301, 39.961409070932497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20384, "tnode_": 20264, "lpoly_": null, "rpoly_": null, "length": 402.71352346999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 436, "r_f_add": 401, "r_t_add": 439, "st_code": 87850, "l_hundred": 400, "r_hundred": 400, "seg_id": 440763, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14000, "Shape__Length": 160.53245736623381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1441355550092, 39.957402865297098 ], [ -75.143900965142606, 39.958493524715401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26923, "tnode_": 19852, "lpoly_": null, "rpoly_": null, "length": 336.02306296, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 87890, "l_hundred": 500, "r_hundred": 500, "seg_id": 440764, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14001, "Shape__Length": 133.96503268305645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146559645859995, 39.961264601104503 ], [ -75.146524126003598, 39.961443117273802 ], [ -75.146588525299407, 39.962183289149202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19417, "tnode_": 19381, "lpoly_": null, "rpoly_": null, "length": 281.18528984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 704, "r_f_add": 701, "r_t_add": 717, "st_code": 19400, "l_hundred": 700, "r_hundred": 700, "seg_id": 440765, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14002, "Shape__Length": 111.72396610814295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149167495994604, 39.964977433367103 ], [ -75.150106847353598, 39.965248299974597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19443, "tnode_": 19417, "lpoly_": null, "rpoly_": null, "length": 230.39255334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 612, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 19400, "l_hundred": 600, "r_hundred": 600, "seg_id": 440766, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14003, "Shape__Length": 91.545130008153933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148401576965099, 39.964747948811002 ], [ -75.149167495994604, 39.964977433367103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19474, "tnode_": 19443, "lpoly_": null, "rpoly_": null, "length": 227.63305787000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 649, "st_code": 19400, "l_hundred": 600, "r_hundred": 600, "seg_id": 440767, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14004, "Shape__Length": 90.447169258680958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147643388807396, 39.9645240900551 ], [ -75.148401576965099, 39.964747948811002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19510, "tnode_": 19474, "lpoly_": null, "rpoly_": null, "length": 349.34665696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 19400, "l_hundred": 500, "r_hundred": 500, "seg_id": 440768, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14005, "Shape__Length": 138.7830732780902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146449892895902, 39.964247901899 ], [ -75.147643388807396, 39.9645240900551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19560, "tnode_": 19506, "lpoly_": null, "rpoly_": null, "length": 253.98561251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 150, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 65260, "l_hundred": 100, "r_hundred": 100, "seg_id": 440769, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14006, "Shape__Length": 100.97345812619122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139933734308599, 39.963785853566797 ], [ -75.140708187143005, 39.964147776916803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19575, "tnode_": 19560, "lpoly_": null, "rpoly_": null, "length": 58.59003409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 144, "l_t_add": 148, "r_f_add": 151, "r_t_add": 155, "st_code": 65260, "l_hundred": 100, "r_hundred": 100, "seg_id": 440770, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14007, "Shape__Length": 23.29392134334239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1397566658556, 39.963700389908198 ], [ -75.139933734308599, 39.963785853566797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19603, "tnode_": 19575, "lpoly_": null, "rpoly_": null, "length": 136.27157289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 104, "l_t_add": 142, "r_f_add": 105, "r_t_add": 149, "st_code": 65260, "l_hundred": 100, "r_hundred": 100, "seg_id": 440771, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14008, "Shape__Length": 54.173230099672516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139338453904699, 39.963509662544297 ], [ -75.1397566658556, 39.963700389908198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19706, "tnode_": 19668, "lpoly_": null, "rpoly_": null, "length": 279.62249987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 223, "st_code": 19400, "l_hundred": 200, "r_hundred": 200, "seg_id": 440772, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14009, "Shape__Length": 111.08230091603437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140960788203401, 39.962957622204598 ], [ -75.141915681800398, 39.9631796589697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19733, "tnode_": 19706, "lpoly_": null, "rpoly_": null, "length": 208.80608749000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 156, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 19400, "l_hundred": 100, "r_hundred": 100, "seg_id": 440773, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14010, "Shape__Length": 82.950724179232296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140248979256597, 39.962788670166198 ], [ -75.140960788203401, 39.962957622204598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19736, "tnode_": 19733, "lpoly_": null, "rpoly_": null, "length": 54.36286425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 152, "l_t_add": 154, "r_f_add": 151, "r_t_add": 155, "st_code": 19400, "l_hundred": 100, "r_hundred": 100, "seg_id": 440774, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14011, "Shape__Length": 21.595838044112661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140063152116497, 39.962745969393303 ], [ -75.140248979256597, 39.962788670166198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19603, "tnode_": 19459, "lpoly_": null, "rpoly_": null, "length": 355.5078169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 936, "r_f_add": 901, "r_t_add": 937, "st_code": 59520, "l_hundred": 900, "r_hundred": 900, "seg_id": 440775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW MARKET ST", "stname": "NEW MARKET ST", "objectid": 14012, "Shape__Length": 141.70413695334781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139338453904699, 39.963509662544297 ], [ -75.1390065255206, 39.964451560268799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19524, "tnode_": 19515, "lpoly_": null, "rpoly_": null, "length": 188.77596834000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 68000, "l_hundred": 300, "r_hundred": 300, "seg_id": 440776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENO ST", "stname": "RENO ST", "objectid": 14013, "Shape__Length": 74.978178362141861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143656748009207, 39.964085557246698 ], [ -75.144319816306805, 39.9641762352176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26917, "tnode_": 19962, "lpoly_": null, "rpoly_": null, "length": 136.0155977, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 12440, "l_hundred": 500, "r_hundred": 500, "seg_id": 440777, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14014, "Shape__Length": 54.222210567383094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142419140952597, 39.960817578932399 ], [ -75.142342107327906, 39.961186223190502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19837, "tnode_": 19668, "lpoly_": null, "rpoly_": null, "length": 385.82048758000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 12440, "l_hundred": 700, "r_hundred": 700, "seg_id": 440778, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14015, "Shape__Length": 153.80837250138188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142144875624595, 39.962135320506597 ], [ -75.141915681800398, 39.9631796589697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18400, "tnode_": 18104, "lpoly_": null, "rpoly_": null, "length": 560.53407662999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 40340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440779, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14016, "Shape__Length": 223.48815305916398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138184604444803, 39.970791274526697 ], [ -75.137856508701802, 39.972309162739798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18380, "tnode_": 18255, "lpoly_": null, "rpoly_": null, "length": 177.51658773, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 87850, "l_hundred": 1300, "r_hundred": 0, "seg_id": 440780, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14017, "Shape__Length": 70.773129632364103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141274135056193, 39.970935205928399 ], [ -75.141149074466099, 39.971412916850198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18601, "tnode_": 18380, "lpoly_": null, "rpoly_": null, "length": 430.96526653999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87850, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440781, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14018, "Shape__Length": 171.82623372984906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141519945518397, 39.969767367876301 ], [ -75.141274135056193, 39.970935205928399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18736, "tnode_": 18601, "lpoly_": null, "rpoly_": null, "length": 278.43042937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1156, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 87850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440782, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14019, "Shape__Length": 111.0081602420185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141683936398294, 39.969013528489 ], [ -75.141519945518397, 39.969767367876301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18935, "tnode_": 18736, "lpoly_": null, "rpoly_": null, "length": 471.60331544999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1154, "r_f_add": 1101, "r_t_add": 1149, "st_code": 87850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440783, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14020, "Shape__Length": 188.02272373240299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141956509999304, 39.967736019274199 ], [ -75.141683936398294, 39.969013528489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19044, "tnode_": 18935, "lpoly_": null, "rpoly_": null, "length": 250.83774242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1018, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 87850, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440784, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14021, "Shape__Length": 100.00554209565465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142095034161002, 39.967055737657397 ], [ -75.141956509999304, 39.967736019274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19130, "tnode_": 19044, "lpoly_": null, "rpoly_": null, "length": 167.03356311000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1013, "st_code": 87850, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440785, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14022, "Shape__Length": 66.593236795040312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142188632559794, 39.966602900845899 ], [ -75.142095034161002, 39.967055737657397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19173, "tnode_": 19156, "lpoly_": null, "rpoly_": null, "length": 229.49478064, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 222, "r_f_add": 201, "r_t_add": 221, "st_code": 83220, "l_hundred": 200, "r_hundred": 200, "seg_id": 440786, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14023, "Shape__Length": 91.151999091462756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140235429419903, 39.966363291648101 ], [ -75.1410438085354, 39.966463248964601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19734, "tnode_": 19610, "lpoly_": null, "rpoly_": null, "length": 255.22530519, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 622, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 64200, "l_hundred": 600, "r_hundred": 600, "seg_id": 440787, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14024, "Shape__Length": 101.74260127751366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153260455168393, 39.963122688915298 ], [ -75.153078710371105, 39.963809214860198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19812, "tnode_": 19734, "lpoly_": null, "rpoly_": null, "length": 230.0020395, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 623, "st_code": 64200, "l_hundred": 600, "r_hundred": 600, "seg_id": 440788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14025, "Shape__Length": 91.659411180229711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153492249927297, 39.9625351038056 ], [ -75.153423085822297, 39.9625675880446 ], [ -75.153260455168393, 39.963122688915298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26929, "tnode_": 19812, "lpoly_": null, "rpoly_": null, "length": 315.89244808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 64200, "l_hundred": 500, "r_hundred": 500, "seg_id": 440789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14026, "Shape__Length": 125.9150321225713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153759601823296, 39.9616938967187 ], [ -75.153520809835101, 39.962489422434103 ], [ -75.153492249927297, 39.9625351038056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19778, "tnode_": 19759, "lpoly_": null, "rpoly_": null, "length": 448.4329559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 38420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440790, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14027, "Shape__Length": 178.09846210680624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155891084687596, 39.962796271536497 ], [ -75.157474422080895, 39.962972185484197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19802, "tnode_": 19778, "lpoly_": null, "rpoly_": null, "length": 446.52945699000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 38420, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440791, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14028, "Shape__Length": 177.34155361188922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154313939735601, 39.9626239662038 ], [ -75.155891084687596, 39.962796271536497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19812, "tnode_": 19802, "lpoly_": null, "rpoly_": null, "length": 232.5952333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 916, "l_t_add": 998, "r_f_add": 909, "r_t_add": 999, "st_code": 38420, "l_hundred": 900, "r_hundred": 900, "seg_id": 440792, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14029, "Shape__Length": 92.376116047774616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153492249927297, 39.9625351038056 ], [ -75.154313939735601, 39.9626239662038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20110, "tnode_": 20048, "lpoly_": null, "rpoly_": null, "length": 203.39251279000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 444, "l_t_add": 498, "r_f_add": 447, "r_t_add": 499, "st_code": 64200, "l_hundred": 400, "r_hundred": 400, "seg_id": 440793, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14030, "Shape__Length": 81.088872857560233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153648202629299, 39.960143903039203 ], [ -75.153625849284794, 39.960701976002497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20166, "tnode_": 20170, "lpoly_": null, "rpoly_": null, "length": 87.60409555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 904, "r_f_add": 901, "r_t_add": 901, "st_code": 59940, "l_hundred": 900, "r_hundred": 900, "seg_id": 440794, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14031, "Shape__Length": 34.788795079344155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153368270099705, 39.959568510820603 ], [ -75.153679991955499, 39.959585545349498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20170, "tnode_": 20110, "lpoly_": null, "rpoly_": null, "length": 203.59480223999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 436, "l_t_add": 442, "r_f_add": 437, "r_t_add": 445, "st_code": 64200, "l_hundred": 400, "r_hundred": 400, "seg_id": 440795, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14032, "Shape__Length": 81.168551590844359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153679991955499, 39.959585545349498 ], [ -75.153648202629299, 39.960143903039203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19381, "tnode_": 19346, "lpoly_": null, "rpoly_": null, "length": 284.61919696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 706, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 19400, "l_hundred": 700, "r_hundred": 700, "seg_id": 440796, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14033, "Shape__Length": 113.09050093592357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150106847353598, 39.965248299974597 ], [ -75.151055643777198, 39.965526607856901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19491, "tnode_": 19346, "lpoly_": null, "rpoly_": null, "length": 361.02785962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 87950, "l_hundred": 700, "r_hundred": 700, "seg_id": 440797, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14034, "Shape__Length": 143.93011573223242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1512674537409, 39.964549034211998 ], [ -75.151055643777198, 39.965526607856901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19511, "tnode_": 19381, "lpoly_": null, "rpoly_": null, "length": 359.15147024000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 34980, "l_hundred": 700, "r_hundred": 700, "seg_id": 440798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 14035, "Shape__Length": 143.1811362381334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150319944020197, 39.9642761153058 ], [ -75.150106847353598, 39.965248299974597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19818, "tnode_": 19655, "lpoly_": null, "rpoly_": null, "length": 396.43132462, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 640, "r_f_add": 601, "r_t_add": 639, "st_code": 87950, "l_hundred": 600, "r_hundred": 600, "seg_id": 440799, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14036, "Shape__Length": 158.03853926934954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151728870907903, 39.962442412047103 ], [ -75.151489224251307, 39.963514927931101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19483, "tnode_": 19383, "lpoly_": null, "rpoly_": null, "length": 221.71054967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 662, "l_t_add": 698, "r_f_add": 663, "r_t_add": 699, "st_code": 87990, "l_hundred": 600, "r_hundred": 600, "seg_id": 440800, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14037, "Shape__Length": 88.389287820736143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153866341023601, 39.964669328582197 ], [ -75.153745651344494, 39.9652226922924 ], [ -75.153742685067698, 39.965270158439303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19582, "tnode_": 19483, "lpoly_": null, "rpoly_": null, "length": 252.65551902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 632, "l_t_add": 660, "r_f_add": 647, "r_t_add": 661, "st_code": 87990, "l_hundred": 600, "r_hundred": 600, "seg_id": 440801, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14038, "Shape__Length": 100.72428284716344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154016254701105, 39.963985417798298 ], [ -75.153866341023601, 39.964669328582197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19652, "tnode_": 19582, "lpoly_": null, "rpoly_": null, "length": 138.23785676999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 628, "l_t_add": 630, "r_f_add": 645, "r_t_add": 645, "st_code": 87990, "l_hundred": 600, "r_hundred": 600, "seg_id": 440802, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14039, "Shape__Length": 55.109938967400581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154097494092895, 39.963611121859202 ], [ -75.154016254701105, 39.963985417798298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19722, "tnode_": 19652, "lpoly_": null, "rpoly_": null, "length": 140.24977209, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 616, "l_t_add": 626, "r_f_add": 643, "r_t_add": 643, "st_code": 87990, "l_hundred": 600, "r_hundred": 600, "seg_id": 440803, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14040, "Shape__Length": 55.911127431657853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154183788806094, 39.963231888241097 ], [ -75.154097494092895, 39.963611121859202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19802, "tnode_": 19722, "lpoly_": null, "rpoly_": null, "length": 224.4401317, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 641, "st_code": 87990, "l_hundred": 600, "r_hundred": 600, "seg_id": 440804, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14041, "Shape__Length": 89.474473864594984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154313939735601, 39.9626239662038 ], [ -75.154183788806094, 39.963231888241097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19877, "tnode_": 19802, "lpoly_": null, "rpoly_": null, "length": 180.91297551, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 536, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 87990, "l_hundred": 500, "r_hundred": 500, "seg_id": 440805, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14042, "Shape__Length": 72.120486071708953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154425850401495, 39.962134860561598 ], [ -75.154313939735601, 39.9626239662038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26930, "tnode_": 19877, "lpoly_": null, "rpoly_": null, "length": 153.09643394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 530, "l_t_add": 534, "r_f_add": 533, "r_t_add": 535, "st_code": 87990, "l_hundred": 500, "r_hundred": 500, "seg_id": 440806, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14043, "Shape__Length": 61.031931603183118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154514877212705, 39.961720212750002 ], [ -75.154425850401495, 39.962134860561598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20004, "tnode_": 19937, "lpoly_": null, "rpoly_": null, "length": 160.65877685000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 510, "l_t_add": 526, "r_f_add": 513, "r_t_add": 529, "st_code": 87990, "l_hundred": 500, "r_hundred": 500, "seg_id": 440807, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14044, "Shape__Length": 64.046418208768046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1546353613261, 39.961153175354703 ], [ -75.154543891978193, 39.9615885508818 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20043, "tnode_": 20004, "lpoly_": null, "rpoly_": null, "length": 147.60804663000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 511, "st_code": 87990, "l_hundred": 500, "r_hundred": 500, "seg_id": 440808, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14045, "Shape__Length": 58.843045029816217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154721906877199, 39.960753483177598 ], [ -75.1546353613261, 39.961153175354703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20102, "tnode_": 20043, "lpoly_": null, "rpoly_": null, "length": 206.93079368, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 87990, "l_hundred": 400, "r_hundred": 400, "seg_id": 440809, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14046, "Shape__Length": 82.490668023696472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154846301829707, 39.960193555733703 ], [ -75.154721906877199, 39.960753483177598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20271, "tnode_": 20173, "lpoly_": null, "rpoly_": null, "length": 339.07006692, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 87990, "l_hundred": 400, "r_hundred": 400, "seg_id": 440810, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14047, "Shape__Length": 135.16286340098458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155096676038696, 39.958718609688098 ], [ -75.155137046177202, 39.958862803720301 ], [ -75.154967179526494, 39.959635106497799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20003, "tnode_": 19940, "lpoly_": null, "rpoly_": null, "length": 155.68676162, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 532, "r_f_add": 515, "r_t_add": 533, "st_code": 87970, "l_hundred": 500, "r_hundred": 500, "seg_id": 440811, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14048, "Shape__Length": 62.064835665410456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153034914742094, 39.961090391119797 ], [ -75.152950416638504, 39.961512795550199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19501, "tnode_": 19434, "lpoly_": null, "rpoly_": null, "length": 167.31568614, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 640, "l_t_add": 652, "r_f_add": 649, "r_t_add": 659, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 440813, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14049, "Shape__Length": 66.702883825348493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157127306841303, 39.964565232784501 ], [ -75.157027623328702, 39.965018085225097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19581, "tnode_": 19501, "lpoly_": null, "rpoly_": null, "length": 180.02196893, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 622, "l_t_add": 638, "r_f_add": 633, "r_t_add": 647, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 440814, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14050, "Shape__Length": 71.769515265479882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157223231988795, 39.9640765934057 ], [ -75.157127306841303, 39.964565232784501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19721, "tnode_": 19664, "lpoly_": null, "rpoly_": null, "length": 115.44767992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 602, "l_t_add": 606, "r_f_add": 611, "r_t_add": 615, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 440815, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14051, "Shape__Length": 46.02457265137744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157401290603602, 39.963284235047503 ], [ -75.157336347416901, 39.963597188622501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19745, "tnode_": 19708, "lpoly_": null, "rpoly_": null, "length": 607.7854322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 38420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440816, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14052, "Shape__Length": 241.39464716222349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159052696037406, 39.963156898449299 ], [ -75.161042365788703, 39.963404716382001 ], [ -75.161190965542005, 39.963431706718403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19752, "tnode_": 19745, "lpoly_": null, "rpoly_": null, "length": 160.73034831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1216, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 38420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14053, "Shape__Length": 63.836651634873988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158486538484198, 39.963087005328198 ], [ -75.159052696037406, 39.963156898449299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19759, "tnode_": 19721, "lpoly_": null, "rpoly_": null, "length": 115.50769895, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 609, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 440818, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14054, "Shape__Length": 46.047087448045758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157474422080895, 39.962972185484197 ], [ -75.157401290603602, 39.963284235047503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19759, "tnode_": 19752, "lpoly_": null, "rpoly_": null, "length": 286.77576620999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1223, "st_code": 38420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14055, "Shape__Length": 113.8957429798008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157474422080895, 39.962972185484197 ], [ -75.158486538484198, 39.963087005328198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19836, "tnode_": 19759, "lpoly_": null, "rpoly_": null, "length": 175.26527808999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 532, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 88030, "l_hundred": 500, "r_hundred": 500, "seg_id": 440820, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14056, "Shape__Length": 69.870643754801193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157574417593196, 39.962497253159398 ], [ -75.157474422080895, 39.962972185484197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19892, "tnode_": 19836, "lpoly_": null, "rpoly_": null, "length": 226.07837145000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 518, "l_t_add": 530, "r_f_add": 531, "r_t_add": 533, "st_code": 88030, "l_hundred": 500, "r_hundred": 500, "seg_id": 440821, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14057, "Shape__Length": 90.125179759136273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157644448757594, 39.961886155835501 ], [ -75.157679520359494, 39.962063286529101 ], [ -75.157574417593196, 39.962497253159398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19966, "tnode_": 19930, "lpoly_": null, "rpoly_": null, "length": 589.00535414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 59140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440823, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 14058, "Shape__Length": 233.92870388363286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159405001602593, 39.961538436917998 ], [ -75.161478841886904, 39.961798520463198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19992, "tnode_": 19923, "lpoly_": null, "rpoly_": null, "length": 147.22299011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 506, "l_t_add": 514, "r_f_add": 515, "r_t_add": 527, "st_code": 88030, "l_hundred": 500, "r_hundred": 500, "seg_id": 440824, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14059, "Shape__Length": 58.690019088979732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157828088694203, 39.9613407444091 ], [ -75.157741572225703, 39.961739368774403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19992, "tnode_": 19966, "lpoly_": null, "rpoly_": null, "length": 447.86699474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 59140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440825, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 14060, "Shape__Length": 177.87374002999175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157828088694203, 39.9613407444091 ], [ -75.159405001602593, 39.961538436917998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20032, "tnode_": 19992, "lpoly_": null, "rpoly_": null, "length": 127.10269076, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 513, "st_code": 88030, "l_hundred": 500, "r_hundred": 500, "seg_id": 440826, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14061, "Shape__Length": 50.668143611608016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157907475201995, 39.960997221049603 ], [ -75.157828088694203, 39.9613407444091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20084, "tnode_": 20032, "lpoly_": null, "rpoly_": null, "length": 191.37464679, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 446, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 88030, "l_hundred": 400, "r_hundred": 400, "seg_id": 440827, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14062, "Shape__Length": 76.290487020338745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580169200152, 39.960478668314103 ], [ -75.157907475201995, 39.960997221049603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19251, "tnode_": 19221, "lpoly_": null, "rpoly_": null, "length": 482.74096273000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 55320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 14063, "Shape__Length": 191.73890114926709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160564050880296, 39.966303385025299 ], [ -75.162263100477205, 39.966520108299598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19639, "tnode_": 19611, "lpoly_": null, "rpoly_": null, "length": 480.33587178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 38420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440831, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14064, "Shape__Length": 190.77511715669033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161111820775602, 39.963798040411099 ], [ -75.162804024624606, 39.964005727583903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19337, "tnode_": 19307, "lpoly_": null, "rpoly_": null, "length": 481.82063173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 60160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440833, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 14065, "Shape__Length": 191.36999525601996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160680113186004, 39.965779874268499 ], [ -75.162378058451793, 39.9659859662438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19520, "tnode_": 19497, "lpoly_": null, "rpoly_": null, "length": 480.68127448999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 57520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440834, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 14066, "Shape__Length": 190.91622407126542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160960684167094, 39.964478756964901 ], [ -75.161109121338399, 39.964498459864103 ], [ -75.162651832506597, 39.964697345211903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19751, "tnode_": 19726, "lpoly_": null, "rpoly_": null, "length": 480.87535628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 18700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 440835, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 14067, "Shape__Length": 190.98970399741788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161263278285602, 39.963135955877398 ], [ -75.162954883826998, 39.963355518405798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19422, "tnode_": 19337, "lpoly_": null, "rpoly_": null, "length": 225.66621205000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 642, "l_t_add": 658, "r_f_add": 653, "r_t_add": 677, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440836, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14068, "Shape__Length": 89.967075179354083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160807639985094, 39.965168213443299 ], [ -75.160680113186004, 39.965779874268499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19520, "tnode_": 19422, "lpoly_": null, "rpoly_": null, "length": 254.79402568, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 624, "l_t_add": 640, "r_f_add": 627, "r_t_add": 651, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440837, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14069, "Shape__Length": 101.57728729333542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160960684167094, 39.964478756964901 ], [ -75.160807639985094, 39.965168213443299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19590, "tnode_": 19520, "lpoly_": null, "rpoly_": null, "length": 158.43823312000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 602, "l_t_add": 622, "r_f_add": 617, "r_t_add": 625, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 440838, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14070, "Shape__Length": 63.16316543073895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161055779755003, 39.964050023831703 ], [ -75.160960684167094, 39.964478756964901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19708, "tnode_": 19639, "lpoly_": null, "rpoly_": null, "length": 135.28030448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 550, "l_t_add": 598, "r_f_add": 601, "r_t_add": 609, "st_code": 19140, "l_hundred": 500, "r_hundred": 600, "seg_id": 440839, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14071, "Shape__Length": 53.930787511500483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161190965542005, 39.963431706718403 ], [ -75.161111820775602, 39.963798040411099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19743, "tnode_": 19721, "lpoly_": null, "rpoly_": null, "length": 445.79495537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 23560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440840, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAY ST", "stname": "CLAY ST", "objectid": 14072, "Shape__Length": 177.05393578192798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155829984559702, 39.963095406781797 ], [ -75.157401290603602, 39.963284235047503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19751, "tnode_": 19708, "lpoly_": null, "rpoly_": null, "length": 109.62700634, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 548, "l_t_add": 548, "r_f_add": 567, "r_t_add": 599, "st_code": 19140, "l_hundred": 500, "r_hundred": 500, "seg_id": 440841, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14073, "Shape__Length": 43.702388555125012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161263278285602, 39.963135955877398 ], [ -75.161190965542005, 39.963431706718403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19779, "tnode_": 19751, "lpoly_": null, "rpoly_": null, "length": 85.63494296, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 534, "l_t_add": 546, "r_f_add": 547, "r_t_add": 565, "st_code": 19140, "l_hundred": 500, "r_hundred": 500, "seg_id": 440842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14074, "Shape__Length": 34.139957504542259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161305353355502, 39.962903117437698 ], [ -75.161263278285602, 39.963135955877398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19864, "tnode_": 19779, "lpoly_": null, "rpoly_": null, "length": 154.58088373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 500, "l_t_add": 532, "r_f_add": 523, "r_t_add": 545, "st_code": 19140, "l_hundred": 500, "r_hundred": 500, "seg_id": 440843, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14075, "Shape__Length": 61.625651885105192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161386020815101, 39.962483338143201 ], [ -75.161305353355502, 39.962903117437698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19884, "tnode_": 19864, "lpoly_": null, "rpoly_": null, "length": 57.04505431, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 521, "r_t_add": 521, "st_code": 19140, "l_hundred": 0, "r_hundred": 500, "seg_id": 440844, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14076, "Shape__Length": 22.743547228007611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161383373954294, 39.962326755556703 ], [ -75.161386020815101, 39.962483338143201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19930, "tnode_": 19884, "lpoly_": null, "rpoly_": null, "length": 194.32632469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 511, "r_t_add": 519, "st_code": 19140, "l_hundred": 0, "r_hundred": 500, "seg_id": 440845, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14077, "Shape__Length": 77.470562605844108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161478841886904, 39.961798520463198 ], [ -75.161414601916405, 39.962111804420402 ], [ -75.161383373954294, 39.962326755556703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20029, "tnode_": 19979, "lpoly_": null, "rpoly_": null, "length": 155.38222833, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 437, "r_t_add": 447, "st_code": 19140, "l_hundred": 0, "r_hundred": 400, "seg_id": 440847, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14078, "Shape__Length": 61.942202700213784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161648502290305, 39.9610305586991 ], [ -75.161555805303493, 39.961451095679799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19325, "tnode_": 19303, "lpoly_": null, "rpoly_": null, "length": 172.76568862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1304, "r_f_add": 1301, "r_t_add": 1305, "st_code": 55320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 14079, "Shape__Length": 68.639315331966571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1584374576843, 39.965866698068197 ], [ -75.1590228952562, 39.9660150273765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19884, "tnode_": 19838, "lpoly_": null, "rpoly_": null, "length": 497.43363715000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 1400, "r_hundred": 0, "seg_id": 440851, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14080, "Shape__Length": 197.57916030407992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161383373954294, 39.962326755556703 ], [ -75.1615635094212, 39.962390268796298 ], [ -75.163115141042297, 39.962604489106504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20297, "tnode_": 20268, "lpoly_": null, "rpoly_": null, "length": 588.78434576000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 84320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440853, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14081, "Shape__Length": 233.83101213486316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160048436268895, 39.958569335584002 ], [ -75.162121068964296, 39.958830916702098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20316, "tnode_": 20297, "lpoly_": null, "rpoly_": null, "length": 446.41227605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 84320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440854, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14082, "Shape__Length": 177.28727065338444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158475585533296, 39.958378490773399 ], [ -75.159975552627898, 39.9585641978491 ], [ -75.160048436268895, 39.958569335584002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20365, "tnode_": 20343, "lpoly_": null, "rpoly_": null, "length": 445.83276134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 84320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14083, "Shape__Length": 177.05655219849444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155330204615595, 39.957984070298103 ], [ -75.156900483086801, 39.958177982869998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20632, "tnode_": 20622, "lpoly_": null, "rpoly_": null, "length": 162.28617276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1337, "r_t_add": 1399, "st_code": 67120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440856, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14084, "Shape__Length": 64.447788545117021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162119268841806, 39.956167018831799 ], [ -75.162691102965496, 39.9562363565312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20639, "tnode_": 20632, "lpoly_": null, "rpoly_": null, "length": 137.5907406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1322, "l_t_add": 1334, "r_f_add": 1323, "r_t_add": 1335, "st_code": 67120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440857, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14085, "Shape__Length": 54.64065061767041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161634533565405, 39.956107837285103 ], [ -75.162119268841806, 39.956167018831799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20643, "tnode_": 20639, "lpoly_": null, "rpoly_": null, "length": 138.91034806000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1312, "l_t_add": 1320, "r_f_add": 1311, "r_t_add": 1321, "st_code": 67120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440858, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14086, "Shape__Length": 55.165059587500068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161145619589306, 39.956045851816299 ], [ -75.161634533565405, 39.956107837285103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20647, "tnode_": 20643, "lpoly_": null, "rpoly_": null, "length": 151.21781309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1309, "st_code": 67120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440859, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14087, "Shape__Length": 60.053036381765985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1606138559752, 39.955976225051202 ], [ -75.161145619589306, 39.956045851816299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20658, "tnode_": 20647, "lpoly_": null, "rpoly_": null, "length": 222.96606022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 67120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440860, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14088, "Shape__Length": 88.546542051041669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159830111520805, 39.955872108510903 ], [ -75.1606138559752, 39.955976225051202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20668, "tnode_": 20658, "lpoly_": null, "rpoly_": null, "length": 223.22260705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1217, "st_code": 67120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440861, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14089, "Shape__Length": 88.646786503876839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159043736558999, 39.955775902062101 ], [ -75.159830111520805, 39.955872108510903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20709, "tnode_": 20699, "lpoly_": null, "rpoly_": null, "length": 213.99666516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 926, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 67120, "l_hundred": 900, "r_hundred": 900, "seg_id": 440862, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14090, "Shape__Length": 84.983477295750973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155143677647104, 39.955289204351701 ], [ -75.155896249573999, 39.955387504413103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20717, "tnode_": 20709, "lpoly_": null, "rpoly_": null, "length": 233.62630309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 924, "r_f_add": 901, "r_t_add": 921, "st_code": 67120, "l_hundred": 900, "r_hundred": 900, "seg_id": 440863, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14091, "Shape__Length": 92.77690279215193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154319934724896, 39.955192086651799 ], [ -75.155143677647104, 39.955289204351701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20739, "tnode_": 20717, "lpoly_": null, "rpoly_": null, "length": 449.32198149000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 67120, "l_hundred": 800, "r_hundred": 800, "seg_id": 440864, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14092, "Shape__Length": 178.43444402731541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152737417346003, 39.955018040075103 ], [ -75.152793760902298, 39.955022925176699 ], [ -75.154233341585595, 39.955202576715003 ], [ -75.154319934724896, 39.955192086651799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20315, "tnode_": 20302, "lpoly_": null, "rpoly_": null, "length": 448.05966725999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 21440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440867, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 14093, "Shape__Length": 177.94151333137148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155263705578506, 39.958278322147201 ], [ -75.156785048253397, 39.958466772931303 ], [ -75.156842058845399, 39.958461685964799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20329, "tnode_": 20303, "lpoly_": null, "rpoly_": null, "length": 587.03177544000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 63560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440868, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 14094, "Shape__Length": 233.13363338327733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160111160110105, 39.958298082971901 ], [ -75.162178101311795, 39.958556593839901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20335, "tnode_": 20320, "lpoly_": null, "rpoly_": null, "length": 311.38253085999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21440, "l_hundred": 900, "r_hundred": 900, "seg_id": 440869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 14095, "Shape__Length": 123.6615859957782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153674511940395, 39.9581082613525 ], [ -75.154771261936602, 39.958243597467003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20356, "tnode_": 20329, "lpoly_": null, "rpoly_": null, "length": 447.65386959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 63560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440870, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 14096, "Shape__Length": 177.78004673724615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158534405849096, 39.958104635064601 ], [ -75.160055885355703, 39.958294902458697 ], [ -75.160111160110105, 39.958298082971901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20391, "tnode_": 20377, "lpoly_": null, "rpoly_": null, "length": 245.21455247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 924, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 84320, "l_hundred": 900, "r_hundred": 900, "seg_id": 440871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14097, "Shape__Length": 97.382092726972914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154486820652593, 39.957780026086297 ], [ -75.1553519210199, 39.957879594549802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20395, "tnode_": 20378, "lpoly_": null, "rpoly_": null, "length": 446.98272017000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 63560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 14098, "Shape__Length": 177.51472548961763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155393409192101, 39.957685964139202 ], [ -75.156899238670206, 39.957874679151601 ], [ -75.156965112598797, 39.957889945551301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20404, "tnode_": 20391, "lpoly_": null, "rpoly_": null, "length": 229.38055742, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 923, "st_code": 84320, "l_hundred": 900, "r_hundred": 900, "seg_id": 440873, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14099, "Shape__Length": 91.175798444304434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153807107489797, 39.957536910867802 ], [ -75.154337102503803, 39.957610523256697 ], [ -75.154394520935597, 39.957628214599403 ], [ -75.154416485791103, 39.957661496033303 ], [ -75.154486820652593, 39.957780026086297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20536, "tnode_": 20532, "lpoly_": null, "rpoly_": null, "length": 138.93819607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1310, "l_t_add": 1398, "r_f_add": 1311, "r_t_add": 1399, "st_code": 34540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440874, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14100, "Shape__Length": 55.17597901096434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160976685933505, 39.956821219322102 ], [ -75.161466583232695, 39.956878957654297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20543, "tnode_": 20536, "lpoly_": null, "rpoly_": null, "length": 150.78522852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1308, "r_f_add": 1301, "r_t_add": 1309, "st_code": 34540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440875, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14101, "Shape__Length": 59.881682777994634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160446155885793, 39.956753077599103 ], [ -75.160976685933505, 39.956821219322102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20601, "tnode_": 20591, "lpoly_": null, "rpoly_": null, "length": 138.99440603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1310, "l_t_add": 1398, "r_f_add": 1311, "r_t_add": 1399, "st_code": 73740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440876, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14102, "Shape__Length": 55.198956005321023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161066377315606, 39.9564015980053 ], [ -75.161555331085907, 39.956464817244203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20605, "tnode_": 20600, "lpoly_": null, "rpoly_": null, "length": 128.53670245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1136, "l_t_add": 1198, "r_f_add": 1133, "r_t_add": 1199, "st_code": 73740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440877, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14103, "Shape__Length": 51.045779961437695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158461358987097, 39.956313965184698 ], [ -75.158913561385404, 39.956372256894099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20613, "tnode_": 20605, "lpoly_": null, "rpoly_": null, "length": 99.8588928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1110, "l_t_add": 1134, "r_f_add": 1111, "r_t_add": 1131, "st_code": 73740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14104, "Shape__Length": 39.656797168051064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158109893454593, 39.9562693932955 ], [ -75.158461358987097, 39.956313965184698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20619, "tnode_": 20502, "lpoly_": null, "rpoly_": null, "length": 298.12998089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 210, "l_t_add": 298, "r_f_add": 211, "r_t_add": 299, "st_code": 20980, "l_hundred": 200, "r_hundred": 200, "seg_id": 440880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 14105, "Shape__Length": 118.83976734442876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159749262178195, 39.9562421005893 ], [ -75.159571386827295, 39.957048975819603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20619, "tnode_": 20609, "lpoly_": null, "rpoly_": null, "length": 222.09313833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 73740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440881, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14106, "Shape__Length": 88.199080164637522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159749262178195, 39.9562421005893 ], [ -75.160463031066897, 39.9563338835491 ], [ -75.160531402929095, 39.956337809135498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20627, "tnode_": 20619, "lpoly_": null, "rpoly_": null, "length": 222.60940183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1223, "st_code": 73740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440882, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14107, "Shape__Length": 88.403459154537856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158964708498999, 39.956147792714901 ], [ -75.159749262178195, 39.9562421005893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20658, "tnode_": 20619, "lpoly_": null, "rpoly_": null, "length": 136.67393101, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 209, "st_code": 20980, "l_hundred": 200, "r_hundred": 200, "seg_id": 440883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 14108, "Shape__Length": 54.48022674124654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159830111520805, 39.955872108510903 ], [ -75.159749262178195, 39.9562421005893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20674, "tnode_": 20613, "lpoly_": null, "rpoly_": null, "length": 219.52242597, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 234, "r_f_add": 201, "r_t_add": 235, "st_code": 54140, "l_hundred": 200, "r_hundred": 200, "seg_id": 440884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 14109, "Shape__Length": 87.504695437608049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158240053134406, 39.9556751598655 ], [ -75.158109893454593, 39.9562693932955 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20486, "tnode_": 20474, "lpoly_": null, "rpoly_": null, "length": 219.50992305999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 511, "st_code": 84320, "l_hundred": 500, "r_hundred": 500, "seg_id": 440886, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14110, "Shape__Length": 87.173183954356162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147499039696896, 39.956861190714598 ], [ -75.148273034981599, 39.956952408482202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20500, "tnode_": 28088, "lpoly_": null, "rpoly_": null, "length": 164.00399364999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 418, "l_t_add": 498, "r_f_add": 413, "r_t_add": 499, "st_code": 84320, "l_hundred": 400, "r_hundred": 400, "seg_id": 440887, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14111, "Shape__Length": 65.131985749863347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146719048748494, 39.956755993736799 ], [ -75.147295287661095, 39.956833711249999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20533, "tnode_": 20515, "lpoly_": null, "rpoly_": null, "length": 220.72666171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 322, "l_t_add": 398, "r_f_add": 323, "r_t_add": 399, "st_code": 84320, "l_hundred": 300, "r_hundred": 300, "seg_id": 440888, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14112, "Shape__Length": 87.656494761827773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145139544769805, 39.956482739266697 ], [ -75.145917141578195, 39.956577838261097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20577, "tnode_": 20417, "lpoly_": null, "rpoly_": null, "length": 399.02402585, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 316, "l_t_add": 398, "r_f_add": 323, "r_t_add": 399, "st_code": 87830, "l_hundred": 300, "r_hundred": 300, "seg_id": 440890, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14113, "Shape__Length": 159.06244169754598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142395802393494, 39.956142794663798 ], [ -75.142190345529499, 39.957226694311501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20577, "tnode_": 20562, "lpoly_": null, "rpoly_": null, "length": 251.75306338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 217, "st_code": 84320, "l_hundred": 200, "r_hundred": 200, "seg_id": 440891, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14114, "Shape__Length": 99.977732124939848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142395802393494, 39.956142794663798 ], [ -75.143282344952297, 39.956252955436398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20641, "tnode_": 20577, "lpoly_": null, "rpoly_": null, "length": 193.61108378, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 321, "st_code": 87830, "l_hundred": 300, "r_hundred": 300, "seg_id": 440892, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14115, "Shape__Length": 77.174066248772775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142522957953602, 39.955620393967997 ], [ -75.142395802393494, 39.956142794663798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20666, "tnode_": 20595, "lpoly_": null, "rpoly_": null, "length": 212.31518946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 262, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 87870, "l_hundred": 200, "r_hundred": 200, "seg_id": 440893, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14116, "Shape__Length": 84.632154620054266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146147806001593, 39.955482057856401 ], [ -75.146026192492997, 39.956057326331297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20693, "tnode_": 20666, "lpoly_": null, "rpoly_": null, "length": 94.969306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 258, "l_t_add": 260, "r_f_add": 229, "r_t_add": 231, "st_code": 87870, "l_hundred": 200, "r_hundred": 200, "seg_id": 440894, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14117, "Shape__Length": 37.855804130455802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146203713321199, 39.955224930000099 ], [ -75.146147806001593, 39.955482057856401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20700, "tnode_": 20641, "lpoly_": null, "rpoly_": null, "length": 197.65311746, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 248, "l_t_add": 298, "r_f_add": 253, "r_t_add": 299, "st_code": 87830, "l_hundred": 200, "r_hundred": 200, "seg_id": 440895, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14118, "Shape__Length": 78.786490439326002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142640706264899, 39.955085431743299 ], [ -75.142522957953602, 39.955620393967997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20921, "tnode_": 20859, "lpoly_": null, "rpoly_": null, "length": 199.40247949, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 148, "l_t_add": 198, "r_f_add": 147, "r_t_add": 199, "st_code": 87830, "l_hundred": 100, "r_hundred": 100, "seg_id": 440896, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14119, "Shape__Length": 79.481676411828303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143029400433704, 39.953249033176 ], [ -75.142910623160304, 39.953788731497603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20925, "tnode_": 20816, "lpoly_": null, "rpoly_": null, "length": 328.79694747999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 128, "l_t_add": 198, "r_f_add": 129, "r_t_add": 199, "st_code": 87870, "l_hundred": 100, "r_hundred": 100, "seg_id": 440897, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14120, "Shape__Length": 131.05951145437527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146609075597297, 39.953321220471999 ], [ -75.146418916268203, 39.954211866175697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20967, "tnode_": 20921, "lpoly_": null, "rpoly_": null, "length": 142.57530566, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 136, "l_t_add": 146, "r_f_add": 133, "r_t_add": 145, "st_code": 87830, "l_hundred": 100, "r_hundred": 100, "seg_id": 440898, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14121, "Shape__Length": 56.830520800311767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143110876781094, 39.952862701647 ], [ -75.143029400433704, 39.953249033176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21028, "tnode_": 20925, "lpoly_": null, "rpoly_": null, "length": 347.80857558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 127, "st_code": 87870, "l_hundred": 100, "r_hundred": 100, "seg_id": 440899, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14122, "Shape__Length": 138.63603142826574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146808258022105, 39.952378828206498 ], [ -75.146609075597297, 39.953321220471999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21063, "tnode_": 20967, "lpoly_": null, "rpoly_": null, "length": 338.90879998000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 131, "st_code": 87830, "l_hundred": 100, "r_hundred": 100, "seg_id": 440900, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14123, "Shape__Length": 135.0876849247251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143305154393602, 39.951944447635398 ], [ -75.143110876781094, 39.952862701647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28172, "tnode_": 20500, "lpoly_": null, "rpoly_": null, "length": 186.02870188999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 406, "l_t_add": 416, "r_f_add": 407, "r_t_add": 411, "st_code": 84320, "l_hundred": 400, "r_hundred": 400, "seg_id": 440901, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14124, "Shape__Length": 73.881028564200392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146068255270507, 39.956665028197101 ], [ -75.146134689422993, 39.956687248775701 ], [ -75.146719048748494, 39.956755993736799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20556, "tnode_": 20474, "lpoly_": null, "rpoly_": null, "length": 226.76232709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 67360, "l_hundred": 300, "r_hundred": 300, "seg_id": 440902, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 14125, "Shape__Length": 90.390924423001437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148411432388102, 39.956339096412798 ], [ -75.148273034981599, 39.956952408482202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20570, "tnode_": 20556, "lpoly_": null, "rpoly_": null, "length": 223.73210617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 80120, "l_hundred": 500, "r_hundred": 500, "seg_id": 440903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14126, "Shape__Length": 88.84899737811017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147622414068096, 39.956246843947902 ], [ -75.148411432388102, 39.956339096412798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20572, "tnode_": 20570, "lpoly_": null, "rpoly_": null, "length": 46.73133282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 80120, "l_hundred": 400, "r_hundred": 400, "seg_id": 440904, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14127, "Shape__Length": 18.559282226512288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147459043903297, 39.956221351179003 ], [ -75.147622414068096, 39.956246843947902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20582, "tnode_": 20572, "lpoly_": null, "rpoly_": null, "length": 179.65178086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 420, "l_t_add": 434, "r_f_add": 421, "r_t_add": 435, "st_code": 80120, "l_hundred": 400, "r_hundred": 400, "seg_id": 440905, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14128, "Shape__Length": 71.34397895258985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146825901698804, 39.956155398072298 ], [ -75.147371092410594, 39.956225391832199 ], [ -75.147459043903297, 39.956221351179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20595, "tnode_": 20582, "lpoly_": null, "rpoly_": null, "length": 227.0201796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 419, "st_code": 80120, "l_hundred": 400, "r_hundred": 400, "seg_id": 440906, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14129, "Shape__Length": 90.155304868476847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146026192492997, 39.956057326331297 ], [ -75.146825901698804, 39.956155398072298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20608, "tnode_": 20595, "lpoly_": null, "rpoly_": null, "length": 224.19288921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 312, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 80120, "l_hundred": 300, "r_hundred": 300, "seg_id": 440907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14130, "Shape__Length": 89.033089281278151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145237248224802, 39.955956668682703 ], [ -75.146026192492997, 39.956057326331297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20620, "tnode_": 20545, "lpoly_": null, "rpoly_": null, "length": 191.8160124, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 315, "st_code": 87850, "l_hundred": 300, "r_hundred": 300, "seg_id": 440908, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14131, "Shape__Length": 76.46225237781222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144449112297295, 39.955864266466897 ], [ -75.1443465158696, 39.956384872409899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20680, "tnode_": 20620, "lpoly_": null, "rpoly_": null, "length": 209.61496754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 252, "l_t_add": 298, "r_f_add": 249, "r_t_add": 299, "st_code": 87850, "l_hundred": 200, "r_hundred": 200, "seg_id": 440910, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14132, "Shape__Length": 83.555135251303668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144572238263294, 39.955296702315202 ], [ -75.144449112297295, 39.955864266466897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20898, "tnode_": 20835, "lpoly_": null, "rpoly_": null, "length": 192.70237264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 148, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 87850, "l_hundred": 100, "r_hundred": 100, "seg_id": 440911, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14133, "Shape__Length": 76.812051275186519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144952888340896, 39.953494352740002 ], [ -75.144843444913803, 39.954016596536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20912, "tnode_": 20898, "lpoly_": null, "rpoly_": null, "length": 278.82164667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 236, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 66440, "l_hundred": 200, "r_hundred": 200, "seg_id": 440912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 14134, "Shape__Length": 110.72294545975539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143971148788395, 39.953371945582496 ], [ -75.144952888340896, 39.953494352740002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20942, "tnode_": 20898, "lpoly_": null, "rpoly_": null, "length": 151.79747626, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 132, "l_t_add": 146, "r_f_add": 139, "r_t_add": 149, "st_code": 87850, "l_hundred": 100, "r_hundred": 100, "seg_id": 440913, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14135, "Shape__Length": 60.50593325920844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145044807121593, 39.9530836980571 ], [ -75.144952888340896, 39.953494352740002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20942, "tnode_": 20937, "lpoly_": null, "rpoly_": null, "length": 147.86862698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 302, "r_f_add": 301, "r_t_add": 303, "st_code": 22740, "l_hundred": 300, "r_hundred": 300, "seg_id": 440914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14136, "Shape__Length": 58.736289076667639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145044807121593, 39.9530836980571 ], [ -75.1450841951592, 39.953120672098997 ], [ -75.145542721196804, 39.953181604410297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21046, "tnode_": 20942, "lpoly_": null, "rpoly_": null, "length": 331.81803749, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 130, "r_f_add": 101, "r_t_add": 137, "st_code": 87850, "l_hundred": 100, "r_hundred": 100, "seg_id": 440916, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2005-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14137, "Shape__Length": 132.26213619618838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145232489173196, 39.952184341000198 ], [ -75.145044807121593, 39.9530836980571 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20582, "tnode_": 20500, "lpoly_": null, "rpoly_": null, "length": 220.82733549, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 49660, "l_hundred": 300, "r_hundred": 300, "seg_id": 440917, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14138, "Shape__Length": 88.028670380066316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146825901698804, 39.956155398072298 ], [ -75.146719048748494, 39.956755993736799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20676, "tnode_": 20582, "lpoly_": null, "rpoly_": null, "length": 293.2463571, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 49660, "l_hundred": 200, "r_hundred": 200, "seg_id": 440918, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14139, "Shape__Length": 116.89226845366318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146995951522598, 39.955361108397199 ], [ -75.146825901698804, 39.956155398072298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20680, "tnode_": 20666, "lpoly_": null, "rpoly_": null, "length": 447.3850631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 59450, "l_hundred": 300, "r_hundred": 300, "seg_id": 440919, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 14140, "Shape__Length": 177.66607360473202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144572238263294, 39.955296702315202 ], [ -75.144645646868, 39.9552924651015 ], [ -75.146147806001593, 39.955482057856401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20921, "tnode_": 20912, "lpoly_": null, "rpoly_": null, "length": 267.79151154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 234, "r_f_add": 201, "r_t_add": 219, "st_code": 66440, "l_hundred": 200, "r_hundred": 200, "seg_id": 440920, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 14141, "Shape__Length": 106.34357736884355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143029400433704, 39.953249033176 ], [ -75.143971148788395, 39.953371945582496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20932, "tnode_": 20826, "lpoly_": null, "rpoly_": null, "length": 329.30207662000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 61580, "l_hundred": 100, "r_hundred": 100, "seg_id": 440921, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14142, "Shape__Length": 131.26148094311091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145957882116306, 39.953234618932299 ], [ -75.145773031374006, 39.954127330465703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20965, "tnode_": 20912, "lpoly_": null, "rpoly_": null, "length": 170.62697936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 130, "l_t_add": 140, "r_f_add": 121, "r_t_add": 135, "st_code": 18720, "l_hundred": 100, "r_hundred": 100, "seg_id": 440922, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREAD ST", "stname": "BREAD ST", "objectid": 14143, "Shape__Length": 68.010946478134741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144071726983, 39.952910542658302 ], [ -75.143969635422096, 39.9533506894224 ], [ -75.143971148788395, 39.953371945582496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20965, "tnode_": 20942, "lpoly_": null, "rpoly_": null, "length": 283.68870554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 22740, "l_hundred": 200, "r_hundred": 200, "seg_id": 440923, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14144, "Shape__Length": 112.67452305656707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144071726983, 39.952910542658302 ], [ -75.1449935282902, 39.953042282247701 ], [ -75.145044807121593, 39.9530836980571 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21055, "tnode_": 20965, "lpoly_": null, "rpoly_": null, "length": 313.65231903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 119, "st_code": 18720, "l_hundred": 100, "r_hundred": 100, "seg_id": 440924, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREAD ST", "stname": "BREAD ST", "objectid": 14145, "Shape__Length": 125.01861664510514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144265727971501, 39.952062571583902 ], [ -75.144071726983, 39.952910542658302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20486, "tnode_": 20354, "lpoly_": null, "rpoly_": null, "length": 354.40025311, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 320, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 300, "r_hundred": 0, "seg_id": 440925, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14146, "Shape__Length": 141.27265599129987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147499039696896, 39.956861190714598 ], [ -75.147295549483601, 39.957821378012198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20816, "tnode_": 20801, "lpoly_": null, "rpoly_": null, "length": 399.26069883000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67120, "l_hundred": 400, "r_hundred": 400, "seg_id": 440926, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14147, "Shape__Length": 158.5524822420312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146418916268203, 39.954211866175697 ], [ -75.147824824294105, 39.954386762946299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20826, "tnode_": 20816, "lpoly_": null, "rpoly_": null, "length": 183.67330765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 322, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 67120, "l_hundred": 300, "r_hundred": 300, "seg_id": 440927, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14148, "Shape__Length": 72.940084235578013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145773031374006, 39.954127330465703 ], [ -75.146418916268203, 39.954211866175697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20835, "tnode_": 20826, "lpoly_": null, "rpoly_": null, "length": 263.71267045000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 317, "st_code": 67120, "l_hundred": 300, "r_hundred": 300, "seg_id": 440928, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14149, "Shape__Length": 104.72309456516027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144843444913803, 39.954016596536 ], [ -75.145773031374006, 39.954127330465703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20850, "tnode_": 20835, "lpoly_": null, "rpoly_": null, "length": 277.55442365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 228, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 67120, "l_hundred": 200, "r_hundred": 200, "seg_id": 440929, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14150, "Shape__Length": 110.22139526338381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143867116145799, 39.953890286665398 ], [ -75.144843444913803, 39.954016596536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20859, "tnode_": 20850, "lpoly_": null, "rpoly_": null, "length": 270.78743407000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 223, "st_code": 67120, "l_hundred": 200, "r_hundred": 200, "seg_id": 440930, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14151, "Shape__Length": 107.53045522085198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142910623160304, 39.953788731497603 ], [ -75.143270243270294, 39.953817340776702 ], [ -75.143867116145799, 39.953890286665398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20861, "tnode_": 20859, "lpoly_": null, "rpoly_": null, "length": 93.2419112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 146, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 67120, "l_hundred": 100, "r_hundred": 100, "seg_id": 440931, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14152, "Shape__Length": 37.023764800801253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142578040240707, 39.953787051795999 ], [ -75.142910623160304, 39.953788731497603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20986, "tnode_": 20939, "lpoly_": null, "rpoly_": null, "length": 145.19343464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 148, "l_t_add": 150, "r_f_add": 147, "r_t_add": 149, "st_code": 35200, "l_hundred": 100, "r_hundred": 100, "seg_id": 440934, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14153, "Shape__Length": 57.87900630960705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141660759460805, 39.952685056005201 ], [ -75.141691536306993, 39.9530829258727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20912, "tnode_": 20850, "lpoly_": null, "rpoly_": null, "length": 191.22051786999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 142, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 18720, "l_hundred": 100, "r_hundred": 100, "seg_id": 440936, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREAD ST", "stname": "BREAD ST", "objectid": 14154, "Shape__Length": 76.221369116881519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143971148788395, 39.953371945582496 ], [ -75.143972026242906, 39.953397815848398 ], [ -75.143867116145799, 39.953890286665398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29796, "tnode_": 28810, "lpoly_": null, "rpoly_": null, "length": 139.22921900999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 405, "st_code": 87950, "l_hundred": 400, "r_hundred": 400, "seg_id": 440937, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14155, "Shape__Length": 55.501944061407592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520494467388, 39.958336391714099 ], [ -75.152068614903698, 39.958386478279103 ], [ -75.152019408860596, 39.958714286710702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20315, "tnode_": 20271, "lpoly_": null, "rpoly_": null, "length": 170.99242033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 334, "l_t_add": 398, "r_f_add": 345, "r_t_add": 399, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 440938, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14156, "Shape__Length": 68.139720027765364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155263705578506, 39.958278322147201 ], [ -75.155183389215793, 39.958637063635003 ], [ -75.155096676038696, 39.958718609688098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20365, "tnode_": 20315, "lpoly_": null, "rpoly_": null, "length": 108.79961993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 324, "l_t_add": 332, "r_f_add": 333, "r_t_add": 343, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 440939, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14157, "Shape__Length": 43.37011541005343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155330204615595, 39.957984070298103 ], [ -75.155263705578506, 39.958278322147201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20377, "tnode_": 20365, "lpoly_": null, "rpoly_": null, "length": 38.54246648, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 322, "l_t_add": 322, "r_f_add": 323, "r_t_add": 331, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 440940, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14158, "Shape__Length": 15.364165537138497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553519210199, 39.957879594549802 ], [ -75.155330204615595, 39.957984070298103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20395, "tnode_": 20377, "lpoly_": null, "rpoly_": null, "length": 71.48851923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 314, "l_t_add": 320, "r_f_add": 315, "r_t_add": 321, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 440941, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14159, "Shape__Length": 28.497202743060267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155393409192101, 39.957685964139202 ], [ -75.1553519210199, 39.957879594549802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20456, "tnode_": 20395, "lpoly_": null, "rpoly_": null, "length": 173.93790403000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 440942, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14160, "Shape__Length": 69.336734260269139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155485250984796, 39.957214095383399 ], [ -75.155479263327294, 39.957289887927502 ], [ -75.155393409192101, 39.957685964139202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20699, "tnode_": 20628, "lpoly_": null, "rpoly_": null, "length": 236.21798961, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 221, "st_code": 87990, "l_hundred": 200, "r_hundred": 200, "seg_id": 440943, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14161, "Shape__Length": 94.159436703421036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155896249573999, 39.955387504413103 ], [ -75.155756338710503, 39.956026950805999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20812, "tnode_": 20699, "lpoly_": null, "rpoly_": null, "length": 333.86214133, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 132, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 87990, "l_hundred": 100, "r_hundred": 100, "seg_id": 440944, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14162, "Shape__Length": 133.0802197527544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1560932664582, 39.9544836396175 ], [ -75.155896249573999, 39.955387504413103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20287, "tnode_": 20285, "lpoly_": null, "rpoly_": null, "length": 42.76686333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 900, "r_f_add": 901, "r_t_add": 903, "st_code": 20880, "l_hundred": 900, "r_hundred": 900, "seg_id": 440945, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14163, "Shape__Length": 16.983873494284403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153578025166993, 39.958531152544801 ], [ -75.153729265111295, 39.958546553415601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20764, "tnode_": 20655, "lpoly_": null, "rpoly_": null, "length": 324.32352554000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 87930, "l_hundred": 200, "r_hundred": 200, "seg_id": 440946, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14164, "Shape__Length": 129.24298961438183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151128233618493, 39.954857696309901 ], [ -75.151163085842299, 39.954971094461698 ], [ -75.151170311468405, 39.955011816673803 ], [ -75.151388083641393, 39.955461198756097 ], [ -75.151483545975495, 39.9557033658363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20320, "tnode_": 20271, "lpoly_": null, "rpoly_": null, "length": 196.65784614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 932, "l_t_add": 998, "r_f_add": 933, "r_t_add": 999, "st_code": 68280, "l_hundred": 900, "r_hundred": 900, "seg_id": 440947, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 14165, "Shape__Length": 78.333163159088784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154771261936602, 39.958243597467003 ], [ -75.155002146628405, 39.958629335801596 ], [ -75.155096676038696, 39.958718609688098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20391, "tnode_": 20320, "lpoly_": null, "rpoly_": null, "length": 186.74992339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 930, "r_f_add": 901, "r_t_add": 931, "st_code": 68280, "l_hundred": 900, "r_hundred": 900, "seg_id": 440948, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 14166, "Shape__Length": 74.397985450805635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154486820652593, 39.957780026086297 ], [ -75.154771261936602, 39.958243597467003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20335, "tnode_": 20287, "lpoly_": null, "rpoly_": null, "length": 156.40820997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 328, "l_t_add": 398, "r_f_add": 329, "r_t_add": 399, "st_code": 87970, "l_hundred": 300, "r_hundred": 300, "seg_id": 440949, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2013-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14167, "Shape__Length": 62.348068377855057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153674511940395, 39.9581082613525 ], [ -75.153578025166993, 39.958531152544801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20404, "tnode_": 20335, "lpoly_": null, "rpoly_": null, "length": 211.42590941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 314, "l_t_add": 326, "r_f_add": 317, "r_t_add": 327, "st_code": 87970, "l_hundred": 300, "r_hundred": 300, "seg_id": 440950, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14168, "Shape__Length": 84.278499781682399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153807107489797, 39.957536910867802 ], [ -75.153674511940395, 39.9581082613525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20265, "tnode_": 20212, "lpoly_": null, "rpoly_": null, "length": 176.97912280999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 334, "l_t_add": 398, "r_f_add": 331, "r_t_add": 399, "st_code": 88050, "l_hundred": 300, "r_hundred": 300, "seg_id": 440951, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14169, "Shape__Length": 70.549850227342887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159988892702003, 39.958841766417798 ], [ -75.159886058449004, 39.9593211080483 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20297, "tnode_": 20265, "lpoly_": null, "rpoly_": null, "length": 100.63560934, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 324, "l_t_add": 332, "r_f_add": 323, "r_t_add": 329, "st_code": 88050, "l_hundred": 300, "r_hundred": 300, "seg_id": 440952, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14170, "Shape__Length": 40.116374822785893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160048436268895, 39.958569335584002 ], [ -75.159988892702003, 39.958841766417798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20329, "tnode_": 20297, "lpoly_": null, "rpoly_": null, "length": 100.36473375, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 314, "l_t_add": 322, "r_f_add": 313, "r_t_add": 321, "st_code": 88050, "l_hundred": 300, "r_hundred": 300, "seg_id": 440953, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14171, "Shape__Length": 40.00773555396686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160111160110105, 39.958298082971901 ], [ -75.160048436268895, 39.958569335584002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20343, "tnode_": 20302, "lpoly_": null, "rpoly_": null, "length": 104.63767031, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 326, "l_t_add": 330, "r_f_add": 319, "r_t_add": 325, "st_code": 88010, "l_hundred": 300, "r_hundred": 300, "seg_id": 440954, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14172, "Shape__Length": 41.71197610894604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156900483086801, 39.958177982869998 ], [ -75.156842058845399, 39.958461685964799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20378, "tnode_": 20343, "lpoly_": null, "rpoly_": null, "length": 106.47953995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 312, "l_t_add": 324, "r_f_add": 313, "r_t_add": 317, "st_code": 88010, "l_hundred": 300, "r_hundred": 300, "seg_id": 440955, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14173, "Shape__Length": 42.44528391644635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156965112598797, 39.957889945551301 ], [ -75.156900483086801, 39.958177982869998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20390, "tnode_": 20329, "lpoly_": null, "rpoly_": null, "length": 181.67228797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 311, "st_code": 88050, "l_hundred": 300, "r_hundred": 300, "seg_id": 440956, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14174, "Shape__Length": 72.416671778705037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160230522360905, 39.957808693133998 ], [ -75.160202745864297, 39.957871436463897 ], [ -75.160111160110105, 39.958298082971901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20439, "tnode_": 20378, "lpoly_": null, "rpoly_": null, "length": 177.42588824000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 311, "st_code": 88010, "l_hundred": 300, "r_hundred": 300, "seg_id": 440957, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14175, "Shape__Length": 70.725609460311119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157074027492698, 39.957410155172497 ], [ -75.156965112598797, 39.957889945551301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20442, "tnode_": 20390, "lpoly_": null, "rpoly_": null, "length": 152.31158378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88050, "l_hundred": 300, "r_hundred": 300, "seg_id": 440958, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14176, "Shape__Length": 60.715341257536295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160315180836804, 39.957396064991897 ], [ -75.160311448231596, 39.957453229578498 ], [ -75.160230522360905, 39.957808693133998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20485, "tnode_": 20439, "lpoly_": null, "rpoly_": null, "length": 153.09910128, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88010, "l_hundred": 300, "r_hundred": 300, "seg_id": 440959, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14177, "Shape__Length": 61.026354170543406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1571760843634, 39.956997680680203 ], [ -75.157101139945794, 39.957337732306001 ], [ -75.157074027492698, 39.957410155172497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20488, "tnode_": 20442, "lpoly_": null, "rpoly_": null, "length": 91.10960666, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 244, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 88050, "l_hundred": 200, "r_hundred": 200, "seg_id": 440960, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14178, "Shape__Length": 36.318984457624062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160358559933201, 39.957148788673003 ], [ -75.160315817420695, 39.957338602560199 ], [ -75.160315180836804, 39.957396064991897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20502, "tnode_": 20488, "lpoly_": null, "rpoly_": null, "length": 223.64932428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 75400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440961, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 14179, "Shape__Length": 88.818539104842245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159571386827295, 39.957048975819603 ], [ -75.160358559933201, 39.957148788673003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20512, "tnode_": 20502, "lpoly_": null, "rpoly_": null, "length": 223.38253269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1223, "st_code": 75400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440962, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 14180, "Shape__Length": 88.711536896369097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158784094858206, 39.956954360910501 ], [ -75.159571386827295, 39.957048975819603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20516, "tnode_": 20485, "lpoly_": null, "rpoly_": null, "length": 64.22436427, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 236, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 88010, "l_hundred": 200, "r_hundred": 200, "seg_id": 440963, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14181, "Shape__Length": 25.60152021120113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157202484283005, 39.956823441033997 ], [ -75.157173625254899, 39.956943847821599 ], [ -75.1571760843634, 39.956997680680203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20523, "tnode_": 20516, "lpoly_": null, "rpoly_": null, "length": 121.41560413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1036, "l_t_add": 1098, "r_f_add": 1037, "r_t_add": 1099, "st_code": 83900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440964, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 14182, "Shape__Length": 48.218233840523681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156775486271002, 39.956767672966599 ], [ -75.157202484283005, 39.956823441033997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20543, "tnode_": 20488, "lpoly_": null, "rpoly_": null, "length": 146.22710474000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 228, "l_t_add": 242, "r_f_add": 227, "r_t_add": 243, "st_code": 88050, "l_hundred": 200, "r_hundred": 200, "seg_id": 440965, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14183, "Shape__Length": 58.288861492176814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160446155885793, 39.956753077599103 ], [ -75.160358559933201, 39.957148788673003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20591, "tnode_": 20532, "lpoly_": null, "rpoly_": null, "length": 152.90162344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 212, "l_t_add": 230, "r_f_add": 215, "r_t_add": 231, "st_code": 46440, "l_hundred": 200, "r_hundred": 200, "seg_id": 440966, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 14184, "Shape__Length": 60.949615309355998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161555331085907, 39.956464817244203 ], [ -75.161466583232695, 39.956878957654297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20607, "tnode_": 20516, "lpoly_": null, "rpoly_": null, "length": 226.9282127, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 222, "l_t_add": 234, "r_f_add": 221, "r_t_add": 233, "st_code": 88010, "l_hundred": 200, "r_hundred": 200, "seg_id": 440967, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14185, "Shape__Length": 90.457798439457491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157334726571705, 39.956208863657302 ], [ -75.157202484283005, 39.956823441033997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20609, "tnode_": 20543, "lpoly_": null, "rpoly_": null, "length": 153.15089046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 210, "l_t_add": 226, "r_f_add": 211, "r_t_add": 225, "st_code": 88050, "l_hundred": 200, "r_hundred": 200, "seg_id": 440968, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14186, "Shape__Length": 61.049376628880907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160531402929095, 39.956337809135498 ], [ -75.160446155885793, 39.956753077599103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20617, "tnode_": 20607, "lpoly_": null, "rpoly_": null, "length": 121.488863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1038, "l_t_add": 1098, "r_f_add": 1037, "r_t_add": 1099, "st_code": 73740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440969, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14187, "Shape__Length": 48.247239458592624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156907875620206, 39.956151273857103 ], [ -75.157334726571705, 39.956208863657302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20628, "tnode_": 20617, "lpoly_": null, "rpoly_": null, "length": 326.63486281999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1036, "r_f_add": 1001, "r_t_add": 1035, "st_code": 73740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440970, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14188, "Shape__Length": 129.71389930974561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155756338710503, 39.956026950805999 ], [ -75.155816984456607, 39.9560208671762 ], [ -75.156907875620206, 39.956151273857103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20639, "tnode_": 20591, "lpoly_": null, "rpoly_": null, "length": 131.9233231, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 213, "st_code": 46440, "l_hundred": 200, "r_hundred": 200, "seg_id": 440971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 14189, "Shape__Length": 52.586570001956865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161634533565405, 39.956107837285103 ], [ -75.161555331085907, 39.956464817244203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20647, "tnode_": 20609, "lpoly_": null, "rpoly_": null, "length": 133.73139569, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 209, "st_code": 88050, "l_hundred": 200, "r_hundred": 200, "seg_id": 440972, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14190, "Shape__Length": 53.306868555432985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1606138559752, 39.955976225051202 ], [ -75.160531402929095, 39.956337809135498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20830, "tnode_": 20794, "lpoly_": null, "rpoly_": null, "length": 122.56333502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 116, "l_t_add": 122, "r_f_add": 117, "r_t_add": 123, "st_code": 88010, "l_hundred": 100, "r_hundred": 100, "seg_id": 440975, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14191, "Shape__Length": 48.853995186122525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157742647165605, 39.954349443012198 ], [ -75.157667180388003, 39.954680844132099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20803, "tnode_": 20768, "lpoly_": null, "rpoly_": null, "length": 127.83682534, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 133, "st_code": 23840, "l_hundred": 100, "r_hundred": 100, "seg_id": 440976, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLIFTON ST", "stname": "N CLIFTON ST", "objectid": 14192, "Shape__Length": 50.956968850583152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157211501875096, 39.954624682467802 ], [ -75.157137815114197, 39.954970998446299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20807, "tnode_": 20775, "lpoly_": null, "rpoly_": null, "length": 127.9207531, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 11820, "l_hundred": 100, "r_hundred": 100, "seg_id": 440977, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDER ST", "stname": "N ALDER ST", "objectid": 14193, "Shape__Length": 50.990561146003401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156589991926694, 39.9545459659263 ], [ -75.156517650713496, 39.954892683214901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20212, "tnode_": 20186, "lpoly_": null, "rpoly_": null, "length": 589.7395377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 20880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 440978, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14194, "Shape__Length": 234.21240880246529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159886058449004, 39.9593211080483 ], [ -75.161962691736804, 39.959580210335197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20229, "tnode_": 20212, "lpoly_": null, "rpoly_": null, "length": 446.94069712000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 20880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 440979, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14195, "Shape__Length": 177.50041509681648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158312863877896, 39.959121918313699 ], [ -75.159886058449004, 39.9593211080483 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20283, "tnode_": 20229, "lpoly_": null, "rpoly_": null, "length": 170.74691758, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 330, "l_t_add": 398, "r_f_add": 333, "r_t_add": 399, "st_code": 88030, "l_hundred": 300, "r_hundred": 300, "seg_id": 440980, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14196, "Shape__Length": 68.065177960215408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158412878735504, 39.9586595587147 ], [ -75.158312863877896, 39.959121918313699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20316, "tnode_": 20283, "lpoly_": null, "rpoly_": null, "length": 103.88605757, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 326, "l_t_add": 328, "r_f_add": 325, "r_t_add": 331, "st_code": 88030, "l_hundred": 300, "r_hundred": 300, "seg_id": 440981, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14197, "Shape__Length": 41.411805427244239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158475585533296, 39.958378490773399 ], [ -75.158412878735504, 39.9586595587147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20356, "tnode_": 20316, "lpoly_": null, "rpoly_": null, "length": 101.11426889, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 314, "l_t_add": 324, "r_f_add": 315, "r_t_add": 323, "st_code": 88030, "l_hundred": 300, "r_hundred": 300, "seg_id": 440982, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14198, "Shape__Length": 40.30705538886712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158534405849096, 39.958104635064601 ], [ -75.158475585533296, 39.958378490773399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20413, "tnode_": 20356, "lpoly_": null, "rpoly_": null, "length": 183.77359792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 88030, "l_hundred": 300, "r_hundred": 300, "seg_id": 440983, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14199, "Shape__Length": 73.25664665749261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158643939068, 39.957607245211101 ], [ -75.158534405849096, 39.958104635064601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20458, "tnode_": 20413, "lpoly_": null, "rpoly_": null, "length": 150.09430576, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88030, "l_hundred": 300, "r_hundred": 300, "seg_id": 440984, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14200, "Shape__Length": 59.832595222630957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158713422074996, 39.957199480432898 ], [ -75.158644471196894, 39.9575276631112 ], [ -75.158643939068, 39.957607245211101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20512, "tnode_": 20458, "lpoly_": null, "rpoly_": null, "length": 91.76489276, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 248, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 88030, "l_hundred": 200, "r_hundred": 200, "seg_id": 440985, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14201, "Shape__Length": 36.575746844344003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158784094858206, 39.956954360910501 ], [ -75.158738954190497, 39.957149411819202 ], [ -75.158713422074996, 39.957199480432898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20600, "tnode_": 20512, "lpoly_": null, "rpoly_": null, "length": 215.1336929, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 218, "l_t_add": 246, "r_f_add": 223, "r_t_add": 243, "st_code": 88030, "l_hundred": 200, "r_hundred": 200, "seg_id": 440986, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14202, "Shape__Length": 85.755869506491877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158913561385404, 39.956372256894099 ], [ -75.158784094858206, 39.956954360910501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20627, "tnode_": 20600, "lpoly_": null, "rpoly_": null, "length": 83.01593136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 210, "l_t_add": 216, "r_f_add": 219, "r_t_add": 221, "st_code": 88030, "l_hundred": 200, "r_hundred": 200, "seg_id": 440987, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14203, "Shape__Length": 33.091158046582926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158964708498999, 39.956147792714901 ], [ -75.158913561385404, 39.956372256894099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20668, "tnode_": 20627, "lpoly_": null, "rpoly_": null, "length": 137.2726951, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 217, "st_code": 88030, "l_hundred": 200, "r_hundred": 200, "seg_id": 440988, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14204, "Shape__Length": 54.719139968596338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159043736558999, 39.955775902062101 ], [ -75.158964708498999, 39.956147792714901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20717, "tnode_": 20644, "lpoly_": null, "rpoly_": null, "length": 236.8936436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 221, "st_code": 87970, "l_hundred": 200, "r_hundred": 200, "seg_id": 440989, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14205, "Shape__Length": 94.429445794281719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154319934724896, 39.955192086651799 ], [ -75.154186302139493, 39.955834206277899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20803, "tnode_": 20794, "lpoly_": null, "rpoly_": null, "length": 129.37607367000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1030, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 22740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14206, "Shape__Length": 51.377375952773299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157211501875096, 39.954624682467802 ], [ -75.157667180388003, 39.954680844132099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20807, "tnode_": 20803, "lpoly_": null, "rpoly_": null, "length": 176.5826009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1012, "l_t_add": 1028, "r_f_add": 1013, "r_t_add": 1029, "st_code": 22740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440991, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14207, "Shape__Length": 70.124177562318948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156589991926694, 39.9545459659263 ], [ -75.157211501875096, 39.954624682467802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20812, "tnode_": 20807, "lpoly_": null, "rpoly_": null, "length": 141.0946419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1010, "r_f_add": 1001, "r_t_add": 1011, "st_code": 22740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440992, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14208, "Shape__Length": 56.031096571142896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1560932664582, 39.9544836396175 ], [ -75.156589991926694, 39.9545459659263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20820, "tnode_": 20812, "lpoly_": null, "rpoly_": null, "length": 212.45397547000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 918, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 22740, "l_hundred": 900, "r_hundred": 900, "seg_id": 440993, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14209, "Shape__Length": 84.36838244018162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155344596086593, 39.954393276745698 ], [ -75.1560932664582, 39.9544836396175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20829, "tnode_": 20820, "lpoly_": null, "rpoly_": null, "length": 235.53538743000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 923, "st_code": 22740, "l_hundred": 900, "r_hundred": 900, "seg_id": 440994, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14210, "Shape__Length": 93.534868838638971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1545153641528, 39.9542893685162 ], [ -75.155344596086593, 39.954393276745698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20854, "tnode_": 20830, "lpoly_": null, "rpoly_": null, "length": 448.77328090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 12860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440995, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLETREE ST", "stname": "APPLETREE ST", "objectid": 14211, "Shape__Length": 178.21595298005724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156164009619204, 39.954145308243199 ], [ -75.157742647165605, 39.954349443012198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19138, "tnode_": 27507, "lpoly_": null, "rpoly_": null, "length": 317.04782289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 43480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 440996, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 14212, "Shape__Length": 126.38459549925282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137557720487095, 39.966463553249199 ], [ -75.137284781057403, 39.967308170993697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18987, "tnode_": 18972, "lpoly_": null, "rpoly_": null, "length": 129.36007328000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 107, "st_code": 83220, "l_hundred": 100, "r_hundred": 100, "seg_id": 440997, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14213, "Shape__Length": 51.385988126839031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136723394346603, 39.967297146053902 ], [ -75.137114278201807, 39.967366619417199 ], [ -75.137172888543304, 39.9673555902435 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27508, "tnode_": 18704, "lpoly_": null, "rpoly_": null, "length": 565.15270465999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 43480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 440999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 14214, "Shape__Length": 225.29283412276146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137270357493094, 39.967491646968199 ], [ -75.136987304901695, 39.968345810886802 ], [ -75.136793269770394, 39.968998885528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18387, "tnode_": 18380, "lpoly_": null, "rpoly_": null, "length": 78.16991497, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 238, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 77160, "l_hundred": 200, "r_hundred": 200, "seg_id": 441000, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14215, "Shape__Length": 31.052858268756172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1410020538504, 39.970888048562401 ], [ -75.141274135056193, 39.970935205928399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20413, "tnode_": 20390, "lpoly_": null, "rpoly_": null, "length": 450.78751374000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1299, "st_code": 80120, "l_hundred": 0, "r_hundred": 1200, "seg_id": 441001, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14216, "Shape__Length": 179.02427554222024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158643939068, 39.957607245211101 ], [ -75.160230522360905, 39.957808693133998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20419, "tnode_": 20414, "lpoly_": null, "rpoly_": null, "length": 168.76240903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1348, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1300, "r_hundred": 0, "seg_id": 441002, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14217, "Shape__Length": 67.03201582825487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161783780200807, 39.957581866068203 ], [ -75.1621736262978, 39.957626401149199 ], [ -75.162365440443295, 39.957688077468397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20318, "tnode_": 20259, "lpoly_": null, "rpoly_": null, "length": 210.84169439, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 87930, "l_hundred": 400, "r_hundred": 400, "seg_id": 441004, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14218, "Shape__Length": 84.050126255487811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150444060893705, 39.958126727673204 ], [ -75.150339078574106, 39.958699848546701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19166, "tnode_": 19159, "lpoly_": null, "rpoly_": null, "length": 42.31262198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 446, "l_t_add": 498, "r_f_add": 453, "r_t_add": 499, "st_code": 65260, "l_hundred": 400, "r_hundred": 400, "seg_id": 441005, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14219, "Shape__Length": 16.818836563427059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145759595010404, 39.966501997299503 ], [ -75.1458930847472, 39.966556232123402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19246, "tnode_": 19229, "lpoly_": null, "rpoly_": null, "length": 105.18259888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 416, "l_t_add": 422, "r_f_add": 419, "r_t_add": 427, "st_code": 65260, "l_hundred": 400, "r_hundred": 400, "seg_id": 441006, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14220, "Shape__Length": 41.817965988229815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144588097927098, 39.965953546781499 ], [ -75.144907840327605, 39.966104676690399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20949, "tnode_": 20424, "lpoly_": null, "rpoly_": null, "length": 1946.83856057, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2146, "l_t_add": 2180, "r_f_add": 2147, "r_t_add": 2181, "st_code": 1050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 441008, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 14221, "Shape__Length": 776.09168101186276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140995500618004, 39.951773639234702 ], [ -75.140994280218095, 39.9522197450679 ], [ -75.141020793301706, 39.952822153246302 ], [ -75.141007833432695, 39.953159664746799 ], [ -75.140984395452406, 39.953484269553002 ], [ -75.140841356721893, 39.954494433278803 ], [ -75.140780722510698, 39.954943735247802 ], [ -75.140759615050698, 39.955337087959201 ], [ -75.140749685004394, 39.955951591573097 ], [ -75.140750618347496, 39.956911918034699 ], [ -75.140724354976996, 39.957107138286197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20501, "tnode_": 20513, "lpoly_": null, "rpoly_": null, "length": 439.29236052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441010, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14222, "Shape__Length": 174.44694174638911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152896055902005, 39.9568930917629 ], [ -75.153348162979896, 39.956833512071199 ], [ -75.153786139042396, 39.956794664043997 ], [ -75.154251113314999, 39.956786222840201 ], [ -75.154453453354606, 39.956786544479101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18490, "tnode_": 18489, "lpoly_": null, "rpoly_": null, "length": 111.45920111, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 912, "l_t_add": 920, "r_f_add": 907, "r_t_add": 909, "st_code": 37040, "l_hundred": 900, "r_hundred": 900, "seg_id": 441011, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14223, "Shape__Length": 44.268735802778174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151499143616206, 39.970544471405702 ], [ -75.151896267245405, 39.970560482856797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18613, "tnode_": 18490, "lpoly_": null, "rpoly_": null, "length": 216.63020883000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 966, "l_t_add": 998, "r_f_add": 965, "r_t_add": 999, "st_code": 64200, "l_hundred": 900, "r_hundred": 900, "seg_id": 441012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14224, "Shape__Length": 86.367735046255717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151638212213697, 39.9699599521648 ], [ -75.151622057746593, 39.969996472294 ], [ -75.151499143616206, 39.970544471405702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19187, "tnode_": 19015, "lpoly_": null, "rpoly_": null, "length": 337.19979015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1037, "st_code": 34960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441013, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 14225, "Shape__Length": 134.44790668565818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134412223507894, 39.966103421496001 ], [ -75.134422676835797, 39.967029042188202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19038, "tnode_": 18922, "lpoly_": null, "rpoly_": null, "length": 570.80288853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68240, "l_hundred": 200, "r_hundred": 200, "seg_id": 441015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14226, "Shape__Length": 226.87128297164205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132412661128598, 39.966874370410203 ], [ -75.130587200912501, 39.967568901330502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19038, "tnode_": 18889, "lpoly_": null, "rpoly_": null, "length": 387.08121159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHACKAMAXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 72060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441016, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHACKAMAXON ST", "stname": "SHACKAMAXON ST", "objectid": 14227, "Shape__Length": 154.23456811332545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132412661128598, 39.966874370410203 ], [ -75.132983550421301, 39.9678419104524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18922, "tnode_": 18766, "lpoly_": null, "rpoly_": null, "length": 397.96920123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 53660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 14228, "Shape__Length": 158.58462938628233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130587200912501, 39.967568901330502 ], [ -75.131145906320597, 39.968573241016898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19258, "tnode_": 19244, "lpoly_": null, "rpoly_": null, "length": 171.13347345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MYRTLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 460, "l_t_add": 498, "r_f_add": 465, "r_t_add": 499, "st_code": 57700, "l_hundred": 400, "r_hundred": 400, "seg_id": 441020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MYRTLE ST", "stname": "MYRTLE ST", "objectid": 14229, "Shape__Length": 67.972589266297092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145423853550895, 39.965938490179497 ], [ -75.146025174630793, 39.966019801012301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19271, "tnode_": 19258, "lpoly_": null, "rpoly_": null, "length": 134.53745603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MYRTLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 458, "r_f_add": 401, "r_t_add": 463, "st_code": 57700, "l_hundred": 400, "r_hundred": 400, "seg_id": 441021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MYRTLE ST", "stname": "MYRTLE ST", "objectid": 14230, "Shape__Length": 53.436511933178437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144950627329806, 39.9658767741929 ], [ -75.145423853550895, 39.965938490179497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19363, "tnode_": 28046, "lpoly_": null, "rpoly_": null, "length": 251.22521329, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1017, "st_code": 35200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441022, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14231, "Shape__Length": 100.12540108397998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137451165704903, 39.965010637771599 ], [ -75.137321863401198, 39.9651451717246 ], [ -75.137315602498006, 39.965307963153798 ], [ -75.137260115277897, 39.965563790650201 ], [ -75.137229847662894, 39.9656611319297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19531, "tnode_": 19363, "lpoly_": null, "rpoly_": null, "length": 409.71557288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 950, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 35200, "l_hundred": 900, "r_hundred": 900, "seg_id": 441023, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14232, "Shape__Length": 163.31531865980477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137786301362894, 39.963922687148703 ], [ -75.137639317256998, 39.964286657453798 ], [ -75.137546959814301, 39.964469376215398 ], [ -75.137499369668902, 39.964638523084098 ], [ -75.137449143603703, 39.964958384589004 ], [ -75.137451165704903, 39.965010637771599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19870, "tnode_": 19786, "lpoly_": null, "rpoly_": null, "length": 214.1284364, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 714, "l_t_add": 798, "r_f_add": 715, "r_t_add": 799, "st_code": 35200, "l_hundred": 700, "r_hundred": 700, "seg_id": 441024, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-09-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14233, "Shape__Length": 85.353348392458713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138454417670999, 39.961753909408202 ], [ -75.138277259239999, 39.962325692256002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19926, "tnode_": 19870, "lpoly_": null, "rpoly_": null, "length": 170.39395382000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 713, "st_code": 35200, "l_hundred": 700, "r_hundred": 700, "seg_id": 441025, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-09-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14234, "Shape__Length": 67.919578142334743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138597038880405, 39.961299213975401 ], [ -75.138454417670999, 39.961753909408202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19531, "tnode_": 19459, "lpoly_": null, "rpoly_": null, "length": 392.5657276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 31240, "l_hundred": 100, "r_hundred": 100, "seg_id": 441026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLEN ST", "stname": "ELLEN ST", "objectid": 14235, "Shape__Length": 156.04962234459333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137786301362894, 39.963922687148703 ], [ -75.1390065255206, 39.964451560268799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19363, "tnode_": 19290, "lpoly_": null, "rpoly_": null, "length": 252.8607962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1009, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 14236, "Shape__Length": 100.64377451463508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137451165704903, 39.965010637771599 ], [ -75.137711003984904, 39.965134577379999 ], [ -75.138034846691895, 39.965519926068097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19676, "tnode_": 19571, "lpoly_": null, "rpoly_": null, "length": 303.91167384000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 31240, "l_hundred": 0, "r_hundred": 0, "seg_id": 441028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLEN ST", "stname": "ELLEN ST", "objectid": 14237, "Shape__Length": 120.90282971893033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134597819683094, 39.963006542318901 ], [ -75.135408169832303, 39.963560791952503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19827, "tnode_": 19760, "lpoly_": null, "rpoly_": null, "length": 222.3765224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 33, "st_code": 65260, "l_hundred": 0, "r_hundred": 0, "seg_id": 441029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14238, "Shape__Length": 88.464314877671086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135704307163493, 39.962056060368198 ], [ -75.136298283567697, 39.962460710147397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19978, "tnode_": 19931, "lpoly_": null, "rpoly_": null, "length": 96.35970908, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 704, "r_f_add": 701, "r_t_add": 705, "st_code": 28000, "l_hundred": 700, "r_hundred": 700, "seg_id": 441030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14239, "Shape__Length": 38.408282917860824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136904764141704, 39.960922014831098 ], [ -75.136820603532001, 39.961178483793802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19931, "tnode_": 19760, "lpoly_": null, "rpoly_": null, "length": 489.50230634000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 706, "l_t_add": 898, "r_f_add": 707, "r_t_add": 899, "st_code": 28000, "l_hundred": 700, "r_hundred": 700, "seg_id": 441031, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14240, "Shape__Length": 195.09158503316272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136820603532001, 39.961178483793802 ], [ -75.136298283567697, 39.962460710147397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19786, "tnode_": 19736, "lpoly_": null, "rpoly_": null, "length": 523.50060107999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 150, "r_f_add": 101, "r_t_add": 149, "st_code": 19400, "l_hundred": 100, "r_hundred": 100, "seg_id": 441032, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14241, "Shape__Length": 207.9647546113917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138277259239999, 39.962325692256002 ], [ -75.139298561034906, 39.962566078689399 ], [ -75.139630835351596, 39.962644780288898 ], [ -75.139828303808699, 39.962691551639701 ], [ -75.140063152116497, 39.962745969393303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19915, "tnode_": 19883, "lpoly_": null, "rpoly_": null, "length": 404.37098332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 110, "l_t_add": 148, "r_f_add": 113, "r_t_add": 151, "st_code": 33280, "l_hundred": 100, "r_hundred": 100, "seg_id": 441033, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14242, "Shape__Length": 160.63824020866332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1391773424928, 39.961434116915399 ], [ -75.139827115498406, 39.961590085597997 ], [ -75.140159436507702, 39.961666852328797 ], [ -75.140363633925702, 39.961714021863401 ], [ -75.140555761905105, 39.961761312969301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14057, "tnode_": 13965, "lpoly_": null, "rpoly_": null, "length": 245.57299622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 43480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540130, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 14243, "Shape__Length": 97.94817529171965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130148043574593, 39.997032980468198 ], [ -75.130003434614196, 39.997697870518003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20052, "tnode_": 20030, "lpoly_": null, "rpoly_": null, "length": 724.88328261999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 100, "r_hundred": 0, "seg_id": 441035, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14244, "Shape__Length": 287.87819724536638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138905285153697, 39.960310508326501 ], [ -75.141469426472099, 39.960568000173602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20461, "tnode_": 20472, "lpoly_": null, "rpoly_": null, "length": 139.05294497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1210, "l_hundred": 0, "r_hundred": 0, "seg_id": 441036, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE STREET EXPY RAMP", "stname": "VINE STREET EXPY RAMP", "objectid": 14245, "Shape__Length": 55.225468810929293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154139861121905, 39.957176227382099 ], [ -75.154217909550795, 39.957157040175801 ], [ -75.154286081543106, 39.957146661270201 ], [ -75.154356073441903, 39.957139304072101 ], [ -75.154439495674694, 39.957135230359697 ], [ -75.154519163093994, 39.957128091066799 ], [ -75.154625861892598, 39.9571070208058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20430, "tnode_": 20419, "lpoly_": null, "rpoly_": null, "length": 130.15748327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1336, "l_t_add": 1346, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1300, "r_hundred": 0, "seg_id": 441037, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14246, "Shape__Length": 51.690666842107326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1613262205002, 39.957521240412298 ], [ -75.161783780200807, 39.957581866068203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20437, "tnode_": 20430, "lpoly_": null, "rpoly_": null, "length": 139.46356664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1316, "l_t_add": 1334, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1300, "r_hundred": 0, "seg_id": 441038, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14247, "Shape__Length": 55.385909550410048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160835349621294, 39.957459006060397 ], [ -75.1613262205002, 39.957521240412298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20473, "tnode_": 20468, "lpoly_": null, "rpoly_": null, "length": 99.067841030000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1132, "l_t_add": 1164, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1100, "r_hundred": 0, "seg_id": 441039, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14248, "Shape__Length": 39.34333140982055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157929925456301, 39.957097706623998 ], [ -75.158278377230403, 39.9571430037808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20540, "tnode_": 20546, "lpoly_": null, "rpoly_": null, "length": 217.17130159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 818, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 800, "r_hundred": 0, "seg_id": 441040, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14249, "Shape__Length": 86.252013224424147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152410394045404, 39.9565755873058 ], [ -75.152512555738497, 39.956592462742996 ], [ -75.153067006390003, 39.956545418942298 ], [ -75.153166347176096, 39.956504994472397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20758, "tnode_": 20739, "lpoly_": null, "rpoly_": null, "length": 303.34501135000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 718, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 67120, "l_hundred": 700, "r_hundred": 700, "seg_id": 441042, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14250, "Shape__Length": 120.46577585226927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151671133980898, 39.954922438828497 ], [ -75.152572407462799, 39.9550410166297 ], [ -75.152737417346003, 39.955018040075103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20503, "tnode_": 20426, "lpoly_": null, "rpoly_": null, "length": 199.37685963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 304, "l_t_add": 314, "r_f_add": 305, "r_t_add": 315, "st_code": 87950, "l_hundred": 300, "r_hundred": 300, "seg_id": 441044, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2002-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14251, "Shape__Length": 79.471708430128473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152362748321593, 39.956775969295798 ], [ -75.152220187331807, 39.957312175485001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20540, "tnode_": 20503, "lpoly_": null, "rpoly_": null, "length": 74.20754256, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 300, "l_t_add": 302, "r_f_add": 301, "r_t_add": 303, "st_code": 87950, "l_hundred": 300, "r_hundred": 300, "seg_id": 441045, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14252, "Shape__Length": 29.579908119962877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152410394045404, 39.9565755873058 ], [ -75.152362748321593, 39.956775969295798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20586, "tnode_": 20540, "lpoly_": null, "rpoly_": null, "length": 116.70600917, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 290, "l_t_add": 298, "r_f_add": 291, "r_t_add": 299, "st_code": 87950, "l_hundred": 200, "r_hundred": 200, "seg_id": 441047, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14253, "Shape__Length": 46.517870535311886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152498120099096, 39.956262408611003 ], [ -75.152410394045404, 39.9565755873058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20739, "tnode_": 20586, "lpoly_": null, "rpoly_": null, "length": 459.6589191, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 200, "l_t_add": 288, "r_f_add": 201, "r_t_add": 289, "st_code": 87950, "l_hundred": 200, "r_hundred": 200, "seg_id": 441048, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14254, "Shape__Length": 183.22579108335947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152737417346003, 39.955018040075103 ], [ -75.152708490261304, 39.955078540068499 ], [ -75.152694568159703, 39.955161086244402 ], [ -75.152685628246005, 39.955324535153899 ], [ -75.152678981993205, 39.955498394115899 ], [ -75.152498120099096, 39.956262408611003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20153, "tnode_": 20106, "lpoly_": null, "rpoly_": null, "length": 205.78346574, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 428, "l_t_add": 432, "r_f_add": 425, "r_t_add": 433, "st_code": 88010, "l_hundred": 400, "r_hundred": 400, "seg_id": 441049, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14255, "Shape__Length": 81.996799505145034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1565548638617, 39.9597663273425 ], [ -75.156446688426499, 39.960253144009499 ], [ -75.156358507213895, 39.960274096779202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20302, "tnode_": 20247, "lpoly_": null, "rpoly_": null, "length": 168.94798318, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 332, "l_t_add": 398, "r_f_add": 327, "r_t_add": 399, "st_code": 88010, "l_hundred": 300, "r_hundred": 300, "seg_id": 441051, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14256, "Shape__Length": 67.347298820692842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156842058845399, 39.958461685964799 ], [ -75.156739234338801, 39.958918669418999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20139, "tnode_": 20084, "lpoly_": null, "rpoly_": null, "length": 190.07520818999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 430, "l_t_add": 444, "r_f_add": 431, "r_t_add": 443, "st_code": 88030, "l_hundred": 400, "r_hundred": 400, "seg_id": 441052, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14257, "Shape__Length": 75.771552643346979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158128063509395, 39.959963945364798 ], [ -75.1580169200152, 39.960478668314103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20229, "tnode_": 20139, "lpoly_": null, "rpoly_": null, "length": 311.07921564000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 88030, "l_hundred": 400, "r_hundred": 400, "seg_id": 441053, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14258, "Shape__Length": 124.00692157829492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158312863877896, 39.959121918313699 ], [ -75.158128063509395, 39.959963945364798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20069, "tnode_": 20063, "lpoly_": null, "rpoly_": null, "length": 29.03482024, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 438, "l_t_add": 438, "r_f_add": 439, "r_t_add": 439, "st_code": 88050, "l_hundred": 400, "r_hundred": 400, "seg_id": 441054, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14259, "Shape__Length": 11.574812425168519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159587698187906, 39.960685595246098 ], [ -75.159572873863098, 39.960764478897403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20158, "tnode_": 20106, "lpoly_": null, "rpoly_": null, "length": 267.82649406999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1026, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 68280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441055, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 14260, "Shape__Length": 106.63648733547977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155813330044893, 39.959677827713399 ], [ -75.156245624061896, 39.960208683425002 ], [ -75.156358507213895, 39.960274096779202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20531, "tnode_": 20456, "lpoly_": null, "rpoly_": null, "length": 157.2411381, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87990, "l_hundred": 300, "r_hundred": 300, "seg_id": 441056, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14261, "Shape__Length": 62.679399092667275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155576026875394, 39.956788503127399 ], [ -75.155492859215101, 39.957136704139899 ], [ -75.155485250984796, 39.957214095383399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20537, "tnode_": 20531, "lpoly_": null, "rpoly_": null, "length": 63.52700049, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 87990, "l_hundred": 200, "r_hundred": 200, "seg_id": 441057, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14262, "Shape__Length": 25.320063512413107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155628079523396, 39.956619208418502 ], [ -75.155598719119794, 39.956738815142003 ], [ -75.155576026875394, 39.956788503127399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20574, "tnode_": 20551, "lpoly_": null, "rpoly_": null, "length": 74.64790317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 87970, "l_hundred": 200, "r_hundred": 200, "seg_id": 441058, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14263, "Shape__Length": 29.713724786833019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154049080487297, 39.956425559542502 ], [ -75.154023842420898, 39.956486080257498 ], [ -75.154007760658999, 39.956518363884001 ], [ -75.153990120052399, 39.956535921113797 ], [ -75.153896990810793, 39.956580852290301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20461, "tnode_": 20404, "lpoly_": null, "rpoly_": null, "length": 170.44801823, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 315, "st_code": 87970, "l_hundred": 300, "r_hundred": 300, "seg_id": 441059, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14264, "Shape__Length": 67.853356291737498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154139861121905, 39.957176227382099 ], [ -75.154070043058297, 39.957200636569098 ], [ -75.154002895618603, 39.957234881305197 ], [ -75.153937170926596, 39.957282570772499 ], [ -75.153896712130603, 39.9573278513855 ], [ -75.153853863228093, 39.9573850001861 ], [ -75.153830475687798, 39.957439607909002 ], [ -75.153807107489797, 39.957536910867802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20521, "tnode_": 20503, "lpoly_": null, "rpoly_": null, "length": 164.07823078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061A", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9490, "l_hundred": 0, "r_hundred": 0, "seg_id": 441060, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061A", "stname": "VINE STREET EXPY RAMP 8061A", "objectid": 14265, "Shape__Length": 65.191143582590527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151822191270199, 39.956613390356097 ], [ -75.151946311864506, 39.956671744704799 ], [ -75.152266567876396, 39.9567656831737 ], [ -75.152362748321593, 39.956775969295798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20253, "tnode_": 20276, "lpoly_": null, "rpoly_": null, "length": 454.63871786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 83440, "l_hundred": 500, "r_hundred": 500, "seg_id": 441062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 14266, "Shape__Length": 180.5447628792158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147115796096699, 39.958603301321801 ], [ -75.147886324359604, 39.958513075155203 ], [ -75.148728681103705, 39.958507025859099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20532, "tnode_": 20430, "lpoly_": null, "rpoly_": null, "length": 237.25778681, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 232, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 46440, "l_hundred": 200, "r_hundred": 200, "seg_id": 441063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 14267, "Shape__Length": 94.575998863619489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161466583232695, 39.956878957654297 ], [ -75.1613262205002, 39.957521240412298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20851, "tnode_": 20836, "lpoly_": null, "rpoly_": null, "length": 300.77163105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1322, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 13000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441064, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14268, "Shape__Length": 119.44057585272387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162036707046994, 39.954280393822202 ], [ -75.163096362312004, 39.954409482348296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21576, "tnode_": 26974, "lpoly_": null, "rpoly_": null, "length": 173.8574616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 51380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441065, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14269, "Shape__Length": 69.036012872033766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163830848043901, 39.948126633714502 ], [ -75.164442070223501, 39.948207064331598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21771, "tnode_": 26975, "lpoly_": null, "rpoly_": null, "length": 173.35970038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 73960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441066, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14270, "Shape__Length": 68.836782426415866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164103346969398, 39.9469017561172 ], [ -75.164713194122001, 39.946980199329502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21475, "tnode_": 21507, "lpoly_": null, "rpoly_": null, "length": 82.1210259, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 203, "l_t_add": 203, "r_f_add": 202, "r_t_add": 202, "st_code": 46460, "l_hundred": 200, "r_hundred": 200, "seg_id": 441067, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S JUNIPER ST", "stname": "S JUNIPER ST", "objectid": 14271, "Shape__Length": 32.731586131034049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163212693446297, 39.948868461805702 ], [ -75.163258198460497, 39.948645766429202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21428, "tnode_": 21465, "lpoly_": null, "rpoly_": null, "length": 126.45620024, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 207, "r_f_add": 200, "r_t_add": 206, "st_code": 81840, "l_hundred": 200, "r_hundred": 200, "seg_id": 441068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 14272, "Shape__Length": 50.403101856726089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163707160469798, 39.9492816576183 ], [ -75.163775328755094, 39.948938507068398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21465, "tnode_": 21498, "lpoly_": null, "rpoly_": null, "length": 83.09722904, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 209, "l_t_add": 219, "r_f_add": 208, "r_t_add": 214, "st_code": 81840, "l_hundred": 200, "r_hundred": 200, "seg_id": 441069, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 14273, "Shape__Length": 33.120057884083067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163775328755094, 39.948938507068398 ], [ -75.163825932845995, 39.9487137442093 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21428, "tnode_": 26973, "lpoly_": null, "rpoly_": null, "length": 138.76615778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 81140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441070, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14274, "Shape__Length": 55.102387651801322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163707160469798, 39.9492816576183 ], [ -75.164195434670901, 39.949343968399603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21434, "tnode_": 21428, "lpoly_": null, "rpoly_": null, "length": 160.74359838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1324, "l_t_add": 1336, "r_f_add": 1319, "r_t_add": 1325, "st_code": 81140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441071, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14275, "Shape__Length": 63.828301817052399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163140403151402, 39.949215045706701 ], [ -75.163707160469798, 39.9492816576183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21928, "tnode_": 21990, "lpoly_": null, "rpoly_": null, "length": 137.13749497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 310, "st_code": 87940, "l_hundred": 300, "r_hundred": 300, "seg_id": 441072, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 14276, "Shape__Length": 54.655822063503038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153186673234202, 39.945545426021901 ], [ -75.153272126508995, 39.945174756499398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21905, "tnode_": 22038, "lpoly_": null, "rpoly_": null, "length": 290.97559433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 87960, "l_hundred": 300, "r_hundred": 300, "seg_id": 441073, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 14277, "Shape__Length": 115.96960291622548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154762399519996, 39.945738679755301 ], [ -75.154930212499593, 39.944950427419798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21869, "tnode_": 21933, "lpoly_": null, "rpoly_": null, "length": 200.55292524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 301, "l_t_add": 303, "r_f_add": 300, "r_t_add": 302, "st_code": 88000, "l_hundred": 300, "r_hundred": 300, "seg_id": 441074, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 14278, "Shape__Length": 79.932248900347389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157908495134393, 39.946134945174201 ], [ -75.158021363063796, 39.945591299308902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21430, "tnode_": 21478, "lpoly_": null, "rpoly_": null, "length": 131.3467604, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 125, "l_t_add": 129, "r_f_add": 128, "r_t_add": 128, "st_code": 87980, "l_hundred": 100, "r_hundred": 100, "seg_id": 441075, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 14279, "Shape__Length": 52.351031664805596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155653932411596, 39.949059994922401 ], [ -75.155733131201899, 39.948704621301196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21795, "tnode_": 21817, "lpoly_": null, "rpoly_": null, "length": 64.79860242, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 247, "l_t_add": 251, "r_f_add": 248, "r_t_add": 250, "st_code": 44200, "l_hundred": 200, "r_hundred": 200, "seg_id": 441076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HUTCHINSON ST", "stname": "S HUTCHINSON ST", "objectid": 14280, "Shape__Length": 25.826215037269741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157014429651596, 39.946541570769 ], [ -75.157051598351202, 39.946366005962297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21831, "tnode_": 21817, "lpoly_": null, "rpoly_": null, "length": 228.85752546999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONAPARTE", "st_type": "CT", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 18185, "l_hundred": 900, "r_hundred": 900, "seg_id": 441078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONAPARTE CT", "stname": "BONAPARTE CT", "objectid": 14281, "Shape__Length": 90.883461308772141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156261282524298, 39.946292375518901 ], [ -75.157023442686196, 39.946391333239198 ], [ -75.157051598351202, 39.946366005962297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21947, "tnode_": 21922, "lpoly_": null, "rpoly_": null, "length": 298.34588135000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 28780, "l_hundred": 0, "r_hundred": 0, "seg_id": 441079, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 14282, "Shape__Length": 118.46185539129253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142058077029205, 39.9451334678891 ], [ -75.143108452286398, 39.945264363198298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21985, "tnode_": 22047, "lpoly_": null, "rpoly_": null, "length": 177.45250761999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 312, "st_code": 87900, "l_hundred": 300, "r_hundred": 300, "seg_id": 441080, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2005-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 14283, "Shape__Length": 70.722699303215421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150039119052295, 39.945153706457802 ], [ -75.150150433943907, 39.944674170893002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22006, "tnode_": 22072, "lpoly_": null, "rpoly_": null, "length": 177.96534917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 87880, "l_hundred": 300, "r_hundred": 300, "seg_id": 441081, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 14284, "Shape__Length": 70.926928142252038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148454170769398, 39.944950602026601 ], [ -75.148527617764898, 39.944647538878399 ], [ -75.148565271498299, 39.944469637478797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22024, "tnode_": 22098, "lpoly_": null, "rpoly_": null, "length": 176.1584546, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 310, "st_code": 87860, "l_hundred": 300, "r_hundred": 300, "seg_id": 441082, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 14285, "Shape__Length": 70.207888005866607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146878996646294, 39.944750515703703 ], [ -75.146980487826298, 39.944273289839998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21965, "tnode_": 22053, "lpoly_": null, "rpoly_": null, "length": 217.08717056, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 271, "l_t_add": 299, "r_f_add": 270, "r_t_add": 298, "st_code": 87840, "l_hundred": 200, "r_hundred": 200, "seg_id": 441083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 14286, "Shape__Length": 86.519734670165889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144806456871095, 39.94509093141 ], [ -75.144935941471601, 39.944503392742497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20295, "tnode_": 20264, "lpoly_": null, "rpoly_": null, "length": 306.25969754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 266, "l_t_add": 298, "r_f_add": 265, "r_t_add": 299, "st_code": 83440, "l_hundred": 200, "r_hundred": 200, "seg_id": 441084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 14287, "Shape__Length": 121.67554843110076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1428789418961, 39.958196474862 ], [ -75.143900965142606, 39.958493524715401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20308, "tnode_": 20295, "lpoly_": null, "rpoly_": null, "length": 249.31311001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 264, "r_f_add": 201, "r_t_add": 263, "st_code": 83440, "l_hundred": 200, "r_hundred": 200, "seg_id": 441085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 14288, "Shape__Length": 99.016824544274328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142007187518303, 39.958070222970498 ], [ -75.142789729818801, 39.958168086250602 ], [ -75.1428789418961, 39.958196474862 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20859, "tnode_": 20810, "lpoly_": null, "rpoly_": null, "length": 162.87238473, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 229, "st_code": 87830, "l_hundred": 200, "r_hundred": 200, "seg_id": 441087, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14289, "Shape__Length": 64.922375440473957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142910623160304, 39.953788731497603 ], [ -75.142821416166498, 39.954230534396999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20712, "tnode_": 20700, "lpoly_": null, "rpoly_": null, "length": 221.3594717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 59450, "l_hundred": 100, "r_hundred": 100, "seg_id": 441088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 14290, "Shape__Length": 87.911521695716431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141867825474804, 39.9549771785397 ], [ -75.141904376198795, 39.954979715152398 ], [ -75.142574480080896, 39.955058226645299 ], [ -75.142640706264899, 39.955085431743299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20545, "tnode_": 20384, "lpoly_": null, "rpoly_": null, "length": 375.52269802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 87850, "l_hundred": 300, "r_hundred": 300, "seg_id": 441089, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14291, "Shape__Length": 149.69225638736768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1443465158696, 39.956384872409899 ], [ -75.1441355550092, 39.957402865297098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20801, "tnode_": 20797, "lpoly_": null, "rpoly_": null, "length": 74.01429494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441090, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14292, "Shape__Length": 29.39354497919518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147824824294105, 39.954386762946299 ], [ -75.148083955585193, 39.954425635994397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20474, "tnode_": 20459, "lpoly_": null, "rpoly_": null, "length": 208.86710815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 506, "l_t_add": 598, "r_f_add": 513, "r_t_add": 599, "st_code": 84320, "l_hundred": 500, "r_hundred": 500, "seg_id": 441091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14293, "Shape__Length": 82.947199125063591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148273034981599, 39.956952408482202 ], [ -75.149008991583997, 39.957041743122602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20652, "tnode_": 20448, "lpoly_": null, "rpoly_": null, "length": 593.71462093000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 35200, "l_hundred": 300, "r_hundred": 300, "seg_id": 441092, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14294, "Shape__Length": 236.5546444878666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140099379850994, 39.955461203532998 ], [ -75.140236071087898, 39.955491766502398 ], [ -75.140279077369101, 39.955512390764099 ], [ -75.140313733783699, 39.955537184214698 ], [ -75.140346000055999, 39.955585463421599 ], [ -75.140359273400506, 39.955631340030997 ], [ -75.140355397684402, 39.955686613449501 ], [ -75.140344254094401, 39.955727029449903 ], [ -75.139957386334103, 39.956937869090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21270, "tnode_": 21653, "lpoly_": null, "rpoly_": null, "length": 1094.3711484100002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 149, "r_f_add": 2, "r_t_add": 148, "st_code": 23055, "l_hundred": 0, "r_hundred": 0, "seg_id": 441094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 14295, "Shape__Length": 436.18177581375596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140991823418304, 39.949986339751703 ], [ -75.141655819088498, 39.947025939729798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20888, "tnode_": 20805, "lpoly_": null, "rpoly_": null, "length": 272.17980613999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 219, "st_code": 23050, "l_hundred": 200, "r_hundred": 200, "seg_id": 441095, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 14296, "Shape__Length": 108.46922910638445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140015782525595, 39.953518004913398 ], [ -75.139742246740695, 39.954234904036298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21298, "tnode_": 21527, "lpoly_": null, "rpoly_": null, "length": 815.70733928000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET ST", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9230, "l_hundred": 0, "r_hundred": 0, "seg_id": 441096, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST RAMP", "stname": "MARKET ST RAMP", "objectid": 14297, "Shape__Length": 324.84263802728572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140498385469698, 39.949730664479098 ], [ -75.140187693185993, 39.949684759378798 ], [ -75.1401221793612, 39.949635084783701 ], [ -75.140100539544704, 39.949571582046197 ], [ -75.140441862265007, 39.948003505862403 ], [ -75.140491131822003, 39.947955354252002 ], [ -75.140586451053693, 39.947942923383302 ], [ -75.140757187774696, 39.947967395658999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18084, "tnode_": 17956, "lpoly_": null, "rpoly_": null, "length": 215.95461058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICK HENRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 63310, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICK HENRY PL", "stname": "PATRICK HENRY PL", "objectid": 14298, "Shape__Length": 86.102850032039811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156262158202196, 39.972855740841503 ], [ -75.1561257441451, 39.973439198602897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18141, "tnode_": 18084, "lpoly_": null, "rpoly_": null, "length": 193.80106446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICK HENRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 63310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICK HENRY PL", "stname": "PATRICK HENRY PL", "objectid": 14299, "Shape__Length": 77.270247878946151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156379186448007, 39.972331407502502 ], [ -75.156262158202196, 39.972855740841503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18879, "tnode_": 18869, "lpoly_": null, "rpoly_": null, "length": 175.8075066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 434, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 36560, "l_hundred": 400, "r_hundred": 400, "seg_id": 441099, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14300, "Shape__Length": 69.833041098332984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144873269166794, 39.968147960668198 ], [ -75.145489081699793, 39.968239629463099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18890, "tnode_": 18879, "lpoly_": null, "rpoly_": null, "length": 111.44441115000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 426, "l_t_add": 432, "r_f_add": 423, "r_t_add": 431, "st_code": 36560, "l_hundred": 400, "r_hundred": 400, "seg_id": 441100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14301, "Shape__Length": 44.267467009771963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144483296627897, 39.968088318904798 ], [ -75.144873269166794, 39.968147960668198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18898, "tnode_": 18890, "lpoly_": null, "rpoly_": null, "length": 125.75785317, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 424, "r_f_add": 409, "r_t_add": 421, "st_code": 36560, "l_hundred": 400, "r_hundred": 400, "seg_id": 441101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14302, "Shape__Length": 49.953011531833518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144043316350306, 39.9680207148091 ], [ -75.144483296627897, 39.968088318904798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18906, "tnode_": 18898, "lpoly_": null, "rpoly_": null, "length": 147.12976258, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 407, "st_code": 36560, "l_hundred": 400, "r_hundred": 400, "seg_id": 441102, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14303, "Shape__Length": 58.440029047041861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143526046977996, 39.967952029082802 ], [ -75.144043316350306, 39.9680207148091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18917, "tnode_": 18906, "lpoly_": null, "rpoly_": null, "length": 232.57461864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 322, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 36560, "l_hundred": 300, "r_hundred": 300, "seg_id": 441103, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14304, "Shape__Length": 92.381518360099548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142711684208706, 39.967829621027803 ], [ -75.143526046977996, 39.967952029082802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18925, "tnode_": 18917, "lpoly_": null, "rpoly_": null, "length": 102.5245948, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 318, "l_t_add": 320, "r_f_add": 307, "r_t_add": 315, "st_code": 36560, "l_hundred": 300, "r_hundred": 300, "seg_id": 441104, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14305, "Shape__Length": 40.721749961930293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142350118966206, 39.967787036772201 ], [ -75.142711684208706, 39.967829621027803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18935, "tnode_": 18925, "lpoly_": null, "rpoly_": null, "length": 111.88030176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 305, "st_code": 36560, "l_hundred": 300, "r_hundred": 300, "seg_id": 441105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14306, "Shape__Length": 44.438541398213985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141956509999304, 39.967736019274199 ], [ -75.142350118966206, 39.967787036772201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18945, "tnode_": 18935, "lpoly_": null, "rpoly_": null, "length": 143.03070906, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 242, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 36560, "l_hundred": 200, "r_hundred": 200, "seg_id": 441106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14307, "Shape__Length": 56.810925652461876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1414528258464, 39.967677490087702 ], [ -75.141894144251395, 39.9677364478801 ], [ -75.141956509999304, 39.967736019274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18964, "tnode_": 18945, "lpoly_": null, "rpoly_": null, "length": 185.60881334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 240, "l_t_add": 240, "r_f_add": 219, "r_t_add": 239, "st_code": 36560, "l_hundred": 200, "r_hundred": 200, "seg_id": 441107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14308, "Shape__Length": 73.722874295089639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140799500743498, 39.967594379171302 ], [ -75.1414528258464, 39.967677490087702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18973, "tnode_": 18964, "lpoly_": null, "rpoly_": null, "length": 229.28258561000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 217, "st_code": 36560, "l_hundred": 200, "r_hundred": 200, "seg_id": 441108, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 14309, "Shape__Length": 91.06975431046709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139992454832196, 39.9674916864221 ], [ -75.140799500743498, 39.967594379171302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19439, "tnode_": 19422, "lpoly_": null, "rpoly_": null, "length": 203.07797555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1319, "r_t_add": 1399, "st_code": 81040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441109, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14310, "Shape__Length": 80.65796459942537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160092173311, 39.965080495156101 ], [ -75.160807639985094, 39.965168213443299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19448, "tnode_": 19439, "lpoly_": null, "rpoly_": null, "length": 162.85580822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1310, "l_t_add": 1340, "r_f_add": 1311, "r_t_add": 1317, "st_code": 81040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14311, "Shape__Length": 64.682267482539942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159518081701194, 39.965011777242701 ], [ -75.160092173311, 39.965080495156101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19454, "tnode_": 19448, "lpoly_": null, "rpoly_": null, "length": 74.848380729999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1304, "l_t_add": 1308, "r_f_add": 1307, "r_t_add": 1309, "st_code": 81040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441111, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14312, "Shape__Length": 29.729893124275371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159256539195098, 39.964970354691403 ], [ -75.159518081701194, 39.965011777242701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19465, "tnode_": 19454, "lpoly_": null, "rpoly_": null, "length": 166.9548677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1302, "r_f_add": 1301, "r_t_add": 1305, "st_code": 81040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441112, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14313, "Shape__Length": 66.318377873502101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158677464232596, 39.964863086195798 ], [ -75.159256539195098, 39.964970354691403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19488, "tnode_": 19465, "lpoly_": null, "rpoly_": null, "length": 222.76031018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 81040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441113, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14314, "Shape__Length": 88.488132943148358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157907981026199, 39.964710248394297 ], [ -75.158677464232596, 39.964863086195798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19501, "tnode_": 19488, "lpoly_": null, "rpoly_": null, "length": 225.11380251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1217, "st_code": 81040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14315, "Shape__Length": 89.420202133080792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157127306841303, 39.964565232784501 ], [ -75.157907981026199, 39.964710248394297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19542, "tnode_": 19501, "lpoly_": null, "rpoly_": null, "length": 449.06181266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 81040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14316, "Shape__Length": 178.37724140365043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155570574844404, 39.964274146401102 ], [ -75.157127306841303, 39.964565232784501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19555, "tnode_": 19542, "lpoly_": null, "rpoly_": null, "length": 160.08778573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 81040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441116, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14317, "Shape__Length": 63.589124601068583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155014346014497, 39.9641744667788 ], [ -75.155570574844404, 39.964274146401102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19422, "tnode_": 19399, "lpoly_": null, "rpoly_": null, "length": 482.3858055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 441117, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14318, "Shape__Length": 191.59384409591686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160807639985094, 39.965168213443299 ], [ -75.162506313908395, 39.965380544526298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18779, "tnode_": 18708, "lpoly_": null, "rpoly_": null, "length": 86.38166972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HYDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 44240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HYDE ST", "stname": "HYDE ST", "objectid": 14319, "Shape__Length": 34.417571066120338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130257975746702, 39.968643104720897 ], [ -75.130391721180303, 39.968856739803698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18974, "tnode_": 18932, "lpoly_": null, "rpoly_": null, "length": 100.18783542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1040, "l_t_add": 1098, "r_f_add": 1041, "r_t_add": 1099, "st_code": 70960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARAH ST", "stname": "SARAH ST", "objectid": 14320, "Shape__Length": 39.947026939654492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133906812221397, 39.967328636955997 ], [ -75.133891552005906, 39.967603414336203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19157, "tnode_": 19090, "lpoly_": null, "rpoly_": null, "length": 111.61356298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1038, "r_f_add": 1001, "r_t_add": 1039, "st_code": 70960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARAH ST", "stname": "SARAH ST", "objectid": 14321, "Shape__Length": 44.502350033052743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133891108825694, 39.966308311244298 ], [ -75.133895835242697, 39.966614682864503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18555, "tnode_": 18336, "lpoly_": null, "rpoly_": null, "length": 460.26201536000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 50100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441121, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14322, "Shape__Length": 183.50810305217365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143591929037299, 39.970020740799498 ], [ -75.143570737309503, 39.970134834304702 ], [ -75.143332718546503, 39.971268360037499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19085, "tnode_": 18898, "lpoly_": null, "rpoly_": null, "length": 435.69200770999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 938, "l_t_add": 998, "r_f_add": 945, "r_t_add": 999, "st_code": 50100, "l_hundred": 900, "r_hundred": 900, "seg_id": 441122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14323, "Shape__Length": 173.69339892780044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144318031806307, 39.966850343368598 ], [ -75.144077913132193, 39.967993385964803 ], [ -75.144043316350306, 39.9680207148091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19246, "tnode_": 19085, "lpoly_": null, "rpoly_": null, "length": 339.16630880999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 936, "r_f_add": 901, "r_t_add": 943, "st_code": 50100, "l_hundred": 900, "r_hundred": 900, "seg_id": 441123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14324, "Shape__Length": 135.19457808070774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144588097927098, 39.965953546781499 ], [ -75.144466215909304, 39.966113328833501 ], [ -75.144318031806307, 39.966850343368598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19431, "tnode_": 19350, "lpoly_": null, "rpoly_": null, "length": 200.1455146, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 842, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 50100, "l_hundred": 800, "r_hundred": 800, "seg_id": 441124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14325, "Shape__Length": 79.793345394341827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144750462177598, 39.964774102619401 ], [ -75.1446462291849, 39.965317641559601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18898, "tnode_": 18649, "lpoly_": null, "rpoly_": null, "length": 575.23388582999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 50100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441125, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14326, "Shape__Length": 229.33301173536134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144043316350306, 39.9680207148091 ], [ -75.1440090868673, 39.968059439102497 ], [ -75.143689023052303, 39.969571776542303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18649, "tnode_": 18555, "lpoly_": null, "rpoly_": null, "length": 165.79834879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 50100, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14327, "Shape__Length": 66.103052504968659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143689023052303, 39.969571776542303 ], [ -75.143591929037299, 39.970020740799498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18327, "tnode_": 18096, "lpoly_": null, "rpoly_": null, "length": 439.6544346, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 49660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441127, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14328, "Shape__Length": 175.29192140580369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143804663283902, 39.971331397986603 ], [ -75.143565372941595, 39.972477606909401 ], [ -75.143543045622195, 39.972520284843903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18456, "tnode_": 18327, "lpoly_": null, "rpoly_": null, "length": 321.03255616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1206, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 49660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441128, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14329, "Shape__Length": 127.9968006455218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143989071189907, 39.970461620128603 ], [ -75.143804663283902, 39.971331397986603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18544, "tnode_": 18456, "lpoly_": null, "rpoly_": null, "length": 140.73292178, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1204, "r_f_add": 1201, "r_t_add": 1213, "st_code": 49660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441129, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14330, "Shape__Length": 56.110594346873064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144067034838997, 39.970079976173103 ], [ -75.143989071189907, 39.970461620128603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18521, "tnode_": 18289, "lpoly_": null, "rpoly_": null, "length": 446.50499565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 67360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441130, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 14331, "Shape__Length": 178.02071611154503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145862792504204, 39.970309484858099 ], [ -75.145639734084298, 39.971468129422199 ], [ -75.145608108188497, 39.971516812823197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18703, "tnode_": 18521, "lpoly_": null, "rpoly_": null, "length": 398.04718171000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 992, "l_t_add": 1098, "r_f_add": 993, "r_t_add": 1099, "st_code": 67360, "l_hundred": 900, "r_hundred": 900, "seg_id": 441131, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 14332, "Shape__Length": 158.70410952920116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146061813707306, 39.969227578715099 ], [ -75.145862792504204, 39.970309484858099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18102, "tnode_": 18084, "lpoly_": null, "rpoly_": null, "length": 261.33785017000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICK HENRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1221, "st_code": 63310, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441132, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICK HENRY PL", "stname": "PATRICK HENRY PL", "objectid": 14333, "Shape__Length": 103.81082313873081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155343217084194, 39.972734101322203 ], [ -75.156262158202196, 39.972855740841503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18289, "tnode_": 18055, "lpoly_": null, "rpoly_": null, "length": 453.04095714000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 67360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 14334, "Shape__Length": 180.62854203840033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145608108188497, 39.971516812823197 ], [ -75.145590817373801, 39.971557982693902 ], [ -75.145325744886605, 39.972740918942598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18667, "tnode_": 18400, "lpoly_": null, "rpoly_": null, "length": 543.06514655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 40340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441134, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14335, "Shape__Length": 216.51881130649051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138500057133399, 39.969320383617799 ], [ -75.138184604444803, 39.970791274526697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18917, "tnode_": 18716, "lpoly_": null, "rpoly_": null, "length": 470.86876586, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1136, "r_f_add": 1101, "r_t_add": 1147, "st_code": 61580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441135, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14336, "Shape__Length": 187.72830051085504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142711684208706, 39.967829621027803 ], [ -75.142693860060803, 39.967867914916297 ], [ -75.142431804800196, 39.969103488645601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19524, "tnode_": 19340, "lpoly_": null, "rpoly_": null, "length": 481.12896204999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 818, "l_t_add": 898, "r_f_add": 815, "r_t_add": 899, "st_code": 61580, "l_hundred": 800, "r_hundred": 800, "seg_id": 441136, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14337, "Shape__Length": 191.81038420064863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143656748009207, 39.964085557246698 ], [ -75.143379290165399, 39.965388946789197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19600, "tnode_": 19524, "lpoly_": null, "rpoly_": null, "length": 175.89669148000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 816, "r_f_add": 801, "r_t_add": 813, "st_code": 61580, "l_hundred": 800, "r_hundred": 800, "seg_id": 441137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14338, "Shape__Length": 70.123538632978168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143756830691999, 39.963608879736597 ], [ -75.143656748009207, 39.964085557246698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19101, "tnode_": 19028, "lpoly_": null, "rpoly_": null, "length": 168.60279203, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1015, "st_code": 61580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14339, "Shape__Length": 67.214488875886317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143020591682799, 39.9667065705599 ], [ -75.142897943806602, 39.967159683129402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19271, "tnode_": 19229, "lpoly_": null, "rpoly_": null, "length": 83.88260128, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 876, "l_t_add": 898, "r_f_add": 877, "r_t_add": 899, "st_code": 49660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441139, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14340, "Shape__Length": 33.442610997384577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144950627329806, 39.9658767741929 ], [ -75.144907840327605, 39.966104676690399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19342, "tnode_": 19271, "lpoly_": null, "rpoly_": null, "length": 182.84331395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 860, "l_t_add": 874, "r_f_add": 861, "r_t_add": 875, "st_code": 49660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14341, "Shape__Length": 72.894328955826893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145057958675693, 39.9653816875323 ], [ -75.144950627329806, 39.9658767741929 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19577, "tnode_": 19546, "lpoly_": null, "rpoly_": null, "length": 278.50713076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 423, "st_code": 19400, "l_hundred": 400, "r_hundred": 400, "seg_id": 441141, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14342, "Shape__Length": 110.64080099942593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144405056131106, 39.9637644676639 ], [ -75.145355824612096, 39.963986450985701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19600, "tnode_": 19577, "lpoly_": null, "rpoly_": null, "length": 190.33853376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 330, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 19400, "l_hundred": 300, "r_hundred": 300, "seg_id": 441142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14343, "Shape__Length": 75.615708044753475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143756830691999, 39.963608879736597 ], [ -75.144405056131106, 39.9637644676639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19612, "tnode_": 19600, "lpoly_": null, "rpoly_": null, "length": 69.37332015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 320, "l_t_add": 328, "r_f_add": 313, "r_t_add": 313, "st_code": 19400, "l_hundred": 300, "r_hundred": 300, "seg_id": 441143, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14344, "Shape__Length": 27.559495371435236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143520130274496, 39.963553268887303 ], [ -75.143756830691999, 39.963608879736597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19653, "tnode_": 19630, "lpoly_": null, "rpoly_": null, "length": 149.95236943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 232, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 19400, "l_hundred": 200, "r_hundred": 200, "seg_id": 441144, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14345, "Shape__Length": 59.570371754337444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142356110324798, 39.963282493243398 ], [ -75.142867788557496, 39.963402583007898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19668, "tnode_": 19653, "lpoly_": null, "rpoly_": null, "length": 129.01558463000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 218, "l_t_add": 230, "r_f_add": 225, "r_t_add": 231, "st_code": 19400, "l_hundred": 200, "r_hundred": 200, "seg_id": 441145, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14346, "Shape__Length": 51.252736603651883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141915681800398, 39.9631796589697 ], [ -75.142356110324798, 39.963282493243398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19630, "tnode_": 19618, "lpoly_": null, "rpoly_": null, "length": 124.31412434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 303, "st_code": 19400, "l_hundred": 300, "r_hundred": 300, "seg_id": 441146, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14347, "Shape__Length": 49.38569689561151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142867788557496, 39.963402583007898 ], [ -75.143291574764007, 39.963503164029703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19618, "tnode_": 19612, "lpoly_": null, "rpoly_": null, "length": 66.615832239999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 314, "l_t_add": 318, "r_f_add": 305, "r_t_add": 311, "st_code": 19400, "l_hundred": 300, "r_hundred": 300, "seg_id": 441147, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14348, "Shape__Length": 26.462955065470801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143291574764007, 39.963503164029703 ], [ -75.143520130274496, 39.963553268887303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19619, "tnode_": 19593, "lpoly_": null, "rpoly_": null, "length": 177.41464243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 444, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 61320, "l_hundred": 400, "r_hundred": 400, "seg_id": 441148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 14349, "Shape__Length": 70.48088294662179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145966097584505, 39.963581905156801 ], [ -75.146570927659994, 39.963725392530399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18274, "tnode_": 18043, "lpoly_": null, "rpoly_": null, "length": 467.04114734999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87910, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441150, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14350, "Shape__Length": 186.21871236760268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146321811326501, 39.971573422041203 ], [ -75.146085117774604, 39.972842508797697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18510, "tnode_": 18274, "lpoly_": null, "rpoly_": null, "length": 435.77844077999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87910, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441151, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14351, "Shape__Length": 173.7500407239958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146546535574899, 39.970389717161602 ], [ -75.146321811326501, 39.971573422041203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18694, "tnode_": 18510, "lpoly_": null, "rpoly_": null, "length": 400.13088246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 938, "l_t_add": 1098, "r_f_add": 983, "r_t_add": 1099, "st_code": 87910, "l_hundred": 900, "r_hundred": 900, "seg_id": 441152, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14352, "Shape__Length": 159.53526368798185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146745064541193, 39.969301981015498 ], [ -75.146546535574899, 39.970389717161602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19474, "tnode_": 19261, "lpoly_": null, "rpoly_": null, "length": 501.39283438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 858, "r_f_add": 801, "r_t_add": 819, "st_code": 87910, "l_hundred": 800, "r_hundred": 800, "seg_id": 441156, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14353, "Shape__Length": 199.89486245052481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147643388807396, 39.9645240900551 ], [ -75.147388386470993, 39.965886418198302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21593, "tnode_": 21696, "lpoly_": null, "rpoly_": null, "length": 259.41673113999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 216, "st_code": 87920, "l_hundred": 200, "r_hundred": 200, "seg_id": 441157, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 14354, "Shape__Length": 103.3951835229239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151106683468996, 39.947720957979797 ], [ -75.151253119876799, 39.947017801858102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19636, "tnode_": 19474, "lpoly_": null, "rpoly_": null, "length": 363.83122302000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 87910, "l_hundred": 700, "r_hundred": 700, "seg_id": 441158, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14355, "Shape__Length": 145.0487324149652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147799585855907, 39.963536149204103 ], [ -75.147816006281204, 39.963592448000099 ], [ -75.147643388807396, 39.9645240900551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19839, "tnode_": 19636, "lpoly_": null, "rpoly_": null, "length": 464.72175482, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 87910, "l_hundred": 600, "r_hundred": 600, "seg_id": 441159, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14356, "Shape__Length": 185.26747790426398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148031236055701, 39.962274492629597 ], [ -75.147793038553104, 39.963482424195902 ], [ -75.147799585855907, 39.963536149204103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20332, "tnode_": 20276, "lpoly_": null, "rpoly_": null, "length": 174.98918143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 87910, "l_hundred": 400, "r_hundred": 400, "seg_id": 441160, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14357, "Shape__Length": 69.756886608126592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148822209173602, 39.958032081173897 ], [ -75.148728681103705, 39.958507025859099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20459, "tnode_": 20332, "lpoly_": null, "rpoly_": null, "length": 364.64739650999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 318, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 87910, "l_hundred": 300, "r_hundred": 300, "seg_id": 441162, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14358, "Shape__Length": 145.36053658785642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149008991583997, 39.957041743122602 ], [ -75.148850568846299, 39.957812424585299 ], [ -75.148822209173602, 39.958032081173897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20542, "tnode_": 20459, "lpoly_": null, "rpoly_": null, "length": 64.18813023, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 317, "st_code": 87910, "l_hundred": 300, "r_hundred": 300, "seg_id": 441163, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14359, "Shape__Length": 25.587500126129331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149040705474704, 39.956867237018599 ], [ -75.149008991583997, 39.957041743122602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20579, "tnode_": 20542, "lpoly_": null, "rpoly_": null, "length": 244.27330226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 262, "l_t_add": 298, "r_f_add": 263, "r_t_add": 299, "st_code": 87910, "l_hundred": 200, "r_hundred": 200, "seg_id": 441164, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14360, "Shape__Length": 97.377770612325449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149133624741197, 39.956200499688698 ], [ -75.149040705474704, 39.956867237018599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21949, "tnode_": 22010, "lpoly_": null, "rpoly_": null, "length": 137.71012301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 309, "r_f_add": 300, "r_t_add": 302, "st_code": 87920, "l_hundred": 300, "r_hundred": 300, "seg_id": 441166, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 14361, "Shape__Length": 54.884690278736038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151618919258098, 39.945350844359801 ], [ -75.151699321364603, 39.944977912459997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20994, "tnode_": 20784, "lpoly_": null, "rpoly_": null, "length": 697.04634578999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 190, "l_t_add": 198, "r_f_add": 191, "r_t_add": 199, "st_code": 44833, "l_hundred": 100, "r_hundred": 100, "seg_id": 441167, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N INDEPENDENCE MALL W", "stname": "N INDEPENDENCE MALL W", "objectid": 14362, "Shape__Length": 277.84287848448184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149928085976995, 39.952766822851899 ], [ -75.149512607862704, 39.954653397773299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21204, "tnode_": 20994, "lpoly_": null, "rpoly_": null, "length": 747.82777753000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 188, "r_f_add": 1, "r_t_add": 189, "st_code": 44833, "l_hundred": 0, "r_hundred": 0, "seg_id": 441168, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N INDEPENDENCE MALL W", "stname": "N INDEPENDENCE MALL W", "objectid": 14363, "Shape__Length": 298.07522523815982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503781369547, 39.950743372454802 ], [ -75.149928085976995, 39.952766822851899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21204, "tnode_": 21322, "lpoly_": null, "rpoly_": null, "length": 366.65511692000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 129, "r_f_add": 2, "r_t_add": 128, "st_code": 44836, "l_hundred": 0, "r_hundred": 0, "seg_id": 441169, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL W", "stname": "S INDEPENDENCE MALL W", "objectid": 14364, "Shape__Length": 146.14122451265479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503781369547, 39.950743372454802 ], [ -75.150598188356298, 39.949751208755501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21322, "tnode_": 21396, "lpoly_": null, "rpoly_": null, "length": 195.73613715, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 131, "l_t_add": 149, "r_f_add": 130, "r_t_add": 148, "st_code": 44836, "l_hundred": 100, "r_hundred": 100, "seg_id": 441170, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL W", "stname": "S INDEPENDENCE MALL W", "objectid": 14365, "Shape__Length": 78.003000987243396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150598188356298, 39.949751208755501 ], [ -75.150671834526904, 39.949426634311003 ], [ -75.150769901475897, 39.949232989951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21396, "tnode_": 21493, "lpoly_": null, "rpoly_": null, "length": 280.7965906, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 151, "l_t_add": 169, "r_f_add": 150, "r_t_add": 168, "st_code": 44836, "l_hundred": 100, "r_hundred": 100, "seg_id": 441171, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL W", "stname": "S INDEPENDENCE MALL W", "objectid": 14366, "Shape__Length": 111.91734896239748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150769901475897, 39.949232989951 ], [ -75.150939405242994, 39.948473287962798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21493, "tnode_": 21593, "lpoly_": null, "rpoly_": null, "length": 278.04436752000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "W", "zip_left": 19106, "zip_right": 19106, "l_f_add": 171, "l_t_add": 199, "r_f_add": 170, "r_t_add": 198, "st_code": 44836, "l_hundred": 100, "r_hundred": 100, "seg_id": 441172, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL W", "stname": "S INDEPENDENCE MALL W", "objectid": 14367, "Shape__Length": 110.81925332296883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150939405242994, 39.948473287962798 ], [ -75.151106683468996, 39.947720957979797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21217, "tnode_": 21278, "lpoly_": null, "rpoly_": null, "length": 181.13843061, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 109, "r_f_add": 2, "r_t_add": 108, "st_code": 44829, "l_hundred": 0, "r_hundred": 0, "seg_id": 441173, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL E", "stname": "S INDEPENDENCE MALL E", "objectid": 14368, "Shape__Length": 72.198813199588912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148920221592604, 39.950563443639403 ], [ -75.149024326161694, 39.950072693423401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21278, "tnode_": 21332, "lpoly_": null, "rpoly_": null, "length": 162.44138571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 111, "l_t_add": 117, "r_f_add": 110, "r_t_add": 116, "st_code": 44829, "l_hundred": 100, "r_hundred": 100, "seg_id": 441174, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL E", "stname": "S INDEPENDENCE MALL E", "objectid": 14369, "Shape__Length": 64.746518392518553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149024326161694, 39.950072693423401 ], [ -75.149114226021595, 39.949632171948203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21332, "tnode_": 21416, "lpoly_": null, "rpoly_": null, "length": 216.86673811, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 119, "l_t_add": 123, "r_f_add": 118, "r_t_add": 122, "st_code": 44829, "l_hundred": 100, "r_hundred": 100, "seg_id": 441175, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL E", "stname": "S INDEPENDENCE MALL E", "objectid": 14370, "Shape__Length": 86.44173520439854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149114226021595, 39.949632171948203 ], [ -75.149191007968795, 39.949266563920503 ], [ -75.1491890697381, 39.9490415954212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21416, "tnode_": 21610, "lpoly_": null, "rpoly_": null, "length": 561.07145633000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 125, "l_t_add": 199, "r_f_add": 124, "r_t_add": 198, "st_code": 44829, "l_hundred": 100, "r_hundred": 100, "seg_id": 441176, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S INDEPENDENCE MALL E", "stname": "S INDEPENDENCE MALL E", "objectid": 14371, "Shape__Length": 223.6266740979132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1491890697381, 39.9490415954212 ], [ -75.149515551105694, 39.947522019297999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20265, "tnode_": 20234, "lpoly_": null, "rpoly_": null, "length": 589.14742576999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 21440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 14372, "Shape__Length": 233.97776038863594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159988892702003, 39.958841766417798 ], [ -75.160053549955194, 39.958844608242998 ], [ -75.162060954286403, 39.9591102238182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20283, "tnode_": 20265, "lpoly_": null, "rpoly_": null, "length": 447.52718962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 21440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 14373, "Shape__Length": 177.7314570838405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158412878735504, 39.9586595587147 ], [ -75.159927962570293, 39.958848560386798 ], [ -75.159988892702003, 39.958841766417798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20063, "tnode_": 20029, "lpoly_": null, "rpoly_": null, "length": 589.86159537999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 40180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441179, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 14374, "Shape__Length": 234.2671588678985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159572873863098, 39.960764478897403 ], [ -75.161648502290305, 39.9610305586991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19826, "tnode_": 19845, "lpoly_": null, "rpoly_": null, "length": 318.74015243999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 18700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441180, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 14375, "Shape__Length": 126.63503908329855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158130307753396, 39.962567724476699 ], [ -75.158523990445701, 39.962392944870601 ], [ -75.1591997422871, 39.962467007594299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19573, "tnode_": 19439, "lpoly_": null, "rpoly_": null, "length": 343.43002448, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 634, "l_t_add": 698, "r_f_add": 635, "r_t_add": 699, "st_code": 81820, "l_hundred": 600, "r_hundred": 600, "seg_id": 441181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 14376, "Shape__Length": 136.91388933807661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160291537069, 39.964150301492502 ], [ -75.160092173311, 39.965080495156101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19615, "tnode_": 19573, "lpoly_": null, "rpoly_": null, "length": 72.24817202, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 632, "r_f_add": 601, "r_t_add": 633, "st_code": 81820, "l_hundred": 600, "r_hundred": 600, "seg_id": 441182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 14377, "Shape__Length": 28.801896697431435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160338484373995, 39.963955288978198 ], [ -75.160291537069, 39.964150301492502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19471, "tnode_": 19434, "lpoly_": null, "rpoly_": null, "length": 449.28465205000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 60160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTH ST", "stname": "NORTH ST", "objectid": 14378, "Shape__Length": 178.48047207710357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155486025755394, 39.964680413999297 ], [ -75.157027623328702, 39.965018085225097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20630, "tnode_": 20562, "lpoly_": null, "rpoly_": null, "length": 192.4427017, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 12440, "l_hundred": 300, "r_hundred": 300, "seg_id": 441185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14379, "Shape__Length": 76.71170688156765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143386852695997, 39.955730834020599 ], [ -75.143282344952297, 39.956252955436398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20765, "tnode_": 20694, "lpoly_": null, "rpoly_": null, "length": 183.84256577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 18720, "l_hundred": 200, "r_hundred": 200, "seg_id": 441186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BREAD ST", "stname": "BREAD ST", "objectid": 14380, "Shape__Length": 73.282967873200064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143555784508095, 39.954707663430298 ], [ -75.143460243534506, 39.955206949536198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21147, "tnode_": 21117, "lpoly_": null, "rpoly_": null, "length": 94.75117596, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 20, "l_t_add": 98, "r_f_add": 81, "r_t_add": 99, "st_code": 12440, "l_hundred": 0, "r_hundred": 0, "seg_id": 441187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14381, "Shape__Length": 37.765672657629672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422276997503, 39.951135811167397 ], [ -75.144360447432803, 39.951391525184903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21232, "tnode_": 26971, "lpoly_": null, "rpoly_": null, "length": 300.41263539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 22820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441188, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14382, "Shape__Length": 119.2943122543287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162805033024, 39.950723311389297 ], [ -75.163860465658004, 39.950865642905001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21245, "tnode_": 21232, "lpoly_": null, "rpoly_": null, "length": 289.28133278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 22820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441189, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14383, "Shape__Length": 114.87077455972542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161785201093195, 39.950602675116599 ], [ -75.162805033024, 39.950723311389297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21267, "tnode_": 21245, "lpoly_": null, "rpoly_": null, "length": 446.74017212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 22820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441190, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14384, "Shape__Length": 177.39779118084135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160212645102803, 39.950404836850403 ], [ -75.161785201093195, 39.950602675116599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21290, "tnode_": 21267, "lpoly_": null, "rpoly_": null, "length": 447.62363134000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 22820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441191, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14385, "Shape__Length": 177.74709102284476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158635830597007, 39.950212115538399 ], [ -75.160212645102803, 39.950404836850403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21308, "tnode_": 21290, "lpoly_": null, "rpoly_": null, "length": 446.37994563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 22820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441192, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14386, "Shape__Length": 177.25344377250025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157064221847094, 39.950015995876903 ], [ -75.158635830597007, 39.950212115538399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21327, "tnode_": 21308, "lpoly_": null, "rpoly_": null, "length": 446.22597588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 22820, "l_hundred": 900, "r_hundred": 900, "seg_id": 441193, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14387, "Shape__Length": 177.19203008878029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155493433925599, 39.949818646762203 ], [ -75.157064221847094, 39.950015995876903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21342, "tnode_": 21327, "lpoly_": null, "rpoly_": null, "length": 446.70388371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 22820, "l_hundred": 800, "r_hundred": 800, "seg_id": 441194, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14388, "Shape__Length": 177.38073027249536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153920324730194, 39.949624144507702 ], [ -75.155493433925599, 39.949818646762203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21366, "tnode_": 21342, "lpoly_": null, "rpoly_": null, "length": 448.96665024000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 22820, "l_hundred": 700, "r_hundred": 700, "seg_id": 441195, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14389, "Shape__Length": 178.27838331561281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152338844014594, 39.9494306193493 ], [ -75.153920324730194, 39.949624144507702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21728, "tnode_": 21721, "lpoly_": null, "rpoly_": null, "length": 89.26272471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 45060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2013-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 14390, "Shape__Length": 35.443431065631344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159836307711203, 39.946955133276902 ], [ -75.160150973004903, 39.946992379139999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21519, "tnode_": 21507, "lpoly_": null, "rpoly_": null, "length": 289.40046058999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANCELLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 22300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441197, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANCELLOR ST", "stname": "CHANCELLOR ST", "objectid": 14391, "Shape__Length": 114.91668562164678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162240418094697, 39.948513436821401 ], [ -75.163258198460497, 39.948645766429202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21349, "tnode_": 21332, "lpoly_": null, "rpoly_": null, "length": 470.4354975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67440, "l_hundred": 400, "r_hundred": 400, "seg_id": 441198, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 14392, "Shape__Length": 186.80430054796093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1474581942078, 39.949424266432302 ], [ -75.149114226021595, 39.949632171948203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21269, "tnode_": 21376, "lpoly_": null, "rpoly_": null, "length": 316.33782358000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 15, "r_f_add": 2, "r_t_add": 22, "st_code": 15800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441199, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANK ST", "stname": "BANK ST", "objectid": 14393, "Shape__Length": 126.08562234271241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144889337390694, 39.950096816508101 ], [ -75.145072964673403, 39.949240006778602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21376, "tnode_": 21462, "lpoly_": null, "rpoly_": null, "length": 259.34843894000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 17, "l_t_add": 99, "r_f_add": 24, "r_t_add": 98, "st_code": 15800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANK ST", "stname": "BANK ST", "objectid": 14394, "Shape__Length": 103.36864555167436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145072964673403, 39.949240006778602 ], [ -75.145230517253594, 39.948538465353202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20453, "tnode_": 20353, "lpoly_": null, "rpoly_": null, "length": 339.04645624, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 81680, "l_hundred": 400, "r_hundred": 400, "seg_id": 441201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 14395, "Shape__Length": 135.07607299018071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139631857113301, 39.956896362358599 ], [ -75.139479629077201, 39.957415535456398 ], [ -75.139537639738194, 39.957665762358999 ], [ -75.139711158338599, 39.957720514764802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21947, "tnode_": 22095, "lpoly_": null, "rpoly_": null, "length": 354.85548782999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 215, "l_t_add": 299, "r_f_add": 216, "r_t_add": 298, "st_code": 23055, "l_hundred": 200, "r_hundred": 200, "seg_id": 441204, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 14396, "Shape__Length": 141.43379284606382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142058077029205, 39.9451334678891 ], [ -75.142214913669406, 39.944166853502701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20663, "tnode_": 20463, "lpoly_": null, "rpoly_": null, "length": 542.48273976000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 23050, "l_hundred": 300, "r_hundred": 300, "seg_id": 441205, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 14397, "Shape__Length": 216.20908821727934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139220047048894, 39.955351452202699 ], [ -75.1389072537186, 39.956319984400203 ], [ -75.138725675846203, 39.956790873980097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20758, "tnode_": 20655, "lpoly_": null, "rpoly_": null, "length": 289.3329771, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 227, "st_code": 34980, "l_hundred": 200, "r_hundred": 200, "seg_id": 441208, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 14398, "Shape__Length": 115.32848111814238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151671133980898, 39.954922438828497 ], [ -75.151553409445995, 39.955444664311599 ], [ -75.151483545975495, 39.9557033658363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20434, "tnode_": 20257, "lpoly_": null, "rpoly_": null, "length": 268.35232255, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 34980, "l_hundred": 300, "r_hundred": 300, "seg_id": 441209, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 14399, "Shape__Length": 106.87719351375091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1511050735824, 39.957148429957698 ], [ -75.150625504714995, 39.957785977883198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20797, "tnode_": 20784, "lpoly_": null, "rpoly_": null, "length": 410.95138458999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 67120, "l_hundred": 500, "r_hundred": 500, "seg_id": 441217, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14400, "Shape__Length": 163.21097156974497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148083955585193, 39.954425635994397 ], [ -75.149332163993904, 39.954586548446201 ], [ -75.149512607862704, 39.954653397773299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18133, "tnode_": 27041, "lpoly_": null, "rpoly_": null, "length": 293.70441476000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1323, "st_code": 88010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441218, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14401, "Shape__Length": 117.10379507867975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153765190702202, 39.972533779990499 ], [ -75.153591874731902, 39.9733289317684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18188, "tnode_": 17936, "lpoly_": null, "rpoly_": null, "length": 466.4629974, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 64200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14402, "Shape__Length": 185.98528288042542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151129057387095, 39.9721965288918 ], [ -75.150858367033393, 39.973459978096301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27039, "tnode_": 18163, "lpoly_": null, "rpoly_": null, "length": 434.08262524000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 87990, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14403, "Shape__Length": 173.07057237843566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152452053175594, 39.9711532223305 ], [ -75.152190176476594, 39.972327675349199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18447, "tnode_": 18424, "lpoly_": null, "rpoly_": null, "length": 445.84738003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 37040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441222, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14404, "Shape__Length": 177.09747526432577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154152450134305, 39.970787611373801 ], [ -75.155721070509799, 39.970990913338298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18693, "tnode_": 18433, "lpoly_": null, "rpoly_": null, "length": 544.28013847, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 43800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 14405, "Shape__Length": 216.97896657768638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137255285186299, 39.969083854824 ], [ -75.136804037896496, 39.970537071836397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18484, "tnode_": 18447, "lpoly_": null, "rpoly_": null, "length": 448.20234453, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 37040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441224, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14406, "Shape__Length": 178.03303139174329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152576314581495, 39.970579769322001 ], [ -75.154152450134305, 39.970787611373801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18704, "tnode_": 18443, "lpoly_": null, "rpoly_": null, "length": 542.84401922000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 43480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 14407, "Shape__Length": 216.40447411698167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136793269770394, 39.968998885528798 ], [ -75.136747596582296, 39.9691225155482 ], [ -75.136335504882496, 39.970446731947199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18648, "tnode_": 18378, "lpoly_": null, "rpoly_": null, "length": 528.92490603, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87830, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441226, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14408, "Shape__Length": 210.87517969059778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139581386262094, 39.969524100862799 ], [ -75.139529552097201, 39.9696204934394 ], [ -75.139248866594002, 39.970950724266103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18537, "tnode_": 18513, "lpoly_": null, "rpoly_": null, "length": 373.46329592999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 21060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 14409, "Shape__Length": 148.34417732959218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157466088347903, 39.970434598965397 ], [ -75.158780505593299, 39.970602723299699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18588, "tnode_": 18551, "lpoly_": null, "rpoly_": null, "length": 448.21718332, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 40780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 14410, "Shape__Length": 178.03780401541465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152693361278494, 39.9700640208792 ], [ -75.152753841870606, 39.9700549975191 ], [ -75.154269222671701, 39.970255165813903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18795, "tnode_": 27591, "lpoly_": null, "rpoly_": null, "length": 330.03153484000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 924, "r_f_add": 901, "r_t_add": 907, "st_code": 88010, "l_hundred": 900, "r_hundred": 900, "seg_id": 441231, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14411, "Shape__Length": 131.5814724661457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154551406566597, 39.968940648123102 ], [ -75.154359360163596, 39.969834494535696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18885, "tnode_": 18667, "lpoly_": null, "rpoly_": null, "length": 563.70875245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1115, "r_t_add": 1199, "st_code": 40340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441234, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14412, "Shape__Length": 224.57125110945228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137619909070096, 39.967956688314899 ], [ -75.138526734748794, 39.969203409899201 ], [ -75.138500057133399, 39.969320383617799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18869, "tnode_": 18718, "lpoly_": null, "rpoly_": null, "length": 331.72560774, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 958, "l_t_add": 998, "r_f_add": 967, "r_t_add": 999, "st_code": 87890, "l_hundred": 900, "r_hundred": 900, "seg_id": 441235, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14413, "Shape__Length": 132.25297893250911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145489081699793, 39.968239629463099 ], [ -75.145308776492598, 39.968998184724398 ], [ -75.145279094490306, 39.969135793425103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18890, "tnode_": 18609, "lpoly_": null, "rpoly_": null, "length": 637.7094164099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1059, "st_code": 49660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441236, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14414, "Shape__Length": 254.25065615063949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144483296627897, 39.968088318904798 ], [ -75.144479880655297, 39.9681253553291 ], [ -75.144124608296195, 39.969816872491698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18885, "tnode_": 18812, "lpoly_": null, "rpoly_": null, "length": 172.46201702, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1106, "r_f_add": 1101, "r_t_add": 1117, "st_code": 43800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441237, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 14415, "Shape__Length": 68.747274762679112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137619909070096, 39.967956688314899 ], [ -75.137460238702602, 39.968413899632097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18891, "tnode_": 18648, "lpoly_": null, "rpoly_": null, "length": 564.25722582000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 87830, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441238, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14416, "Shape__Length": 224.96456551542693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139874773316805, 39.967995126845501 ], [ -75.139658070181298, 39.969020443392303 ], [ -75.139568923040201, 39.969400345586102 ], [ -75.139581386262094, 39.969524100862799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19235, "tnode_": 27552, "lpoly_": null, "rpoly_": null, "length": 410.11076413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 848, "r_f_add": 801, "r_t_add": 849, "st_code": 87990, "l_hundred": 800, "r_hundred": 800, "seg_id": 441239, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14417, "Shape__Length": 163.50228056634563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153519188887998, 39.966246215403203 ], [ -75.153279886624503, 39.967356860898903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18929, "tnode_": 18902, "lpoly_": null, "rpoly_": null, "length": 231.03829534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 63160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441241, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14418, "Shape__Length": 91.791452294078269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156351144345194, 39.968102482219201 ], [ -75.157136988871798, 39.968293890835596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19059, "tnode_": 18906, "lpoly_": null, "rpoly_": null, "length": 352.47973094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1009, "r_t_add": 1099, "st_code": 87870, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441242, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14419, "Shape__Length": 140.52800190787599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143727615138005, 39.966996938985801 ], [ -75.143526046977996, 39.967952029082802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19104, "tnode_": 18890, "lpoly_": null, "rpoly_": null, "length": 496.59328059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 49660, "l_hundred": 900, "r_hundred": 900, "seg_id": 441243, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14420, "Shape__Length": 197.98254351282668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144773249880501, 39.966743661914599 ], [ -75.144485811348005, 39.968056858262102 ], [ -75.144483296627897, 39.968088318904798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19093, "tnode_": 18891, "lpoly_": null, "rpoly_": null, "length": 585.27537135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1044, "l_t_add": 1098, "r_f_add": 1033, "r_t_add": 1099, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441244, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 14421, "Shape__Length": 233.13253171732995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138829267587994, 39.966604377870702 ], [ -75.139874773316805, 39.967995126845501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19324, "tnode_": 27550, "lpoly_": null, "rpoly_": null, "length": 359.65596790999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 88010, "l_hundred": 700, "r_hundred": 700, "seg_id": 441245, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14422, "Shape__Length": 143.38508558989818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155262425350898, 39.965717820870502 ], [ -75.155047686912198, 39.966691196930597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19086, "tnode_": 18929, "lpoly_": null, "rpoly_": null, "length": 358.49657373000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 845, "st_code": 88030, "l_hundred": 800, "r_hundred": 800, "seg_id": 441246, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14423, "Shape__Length": 142.92645417043042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156560808823997, 39.967131677130297 ], [ -75.156351144345194, 39.968102482219201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19106, "tnode_": 18978, "lpoly_": null, "rpoly_": null, "length": 317.31492941000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 19140, "l_hundred": 700, "r_hundred": 700, "seg_id": 441247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14424, "Shape__Length": 126.50671385025466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160408805585007, 39.967039371331701 ], [ -75.160216093077807, 39.967897726835503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19142, "tnode_": 19002, "lpoly_": null, "rpoly_": null, "length": 567.99366562, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 12080, "l_hundred": 200, "r_hundred": 200, "seg_id": 441248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 14425, "Shape__Length": 225.77172722027515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132083905167093, 39.966306372413698 ], [ -75.130291404891693, 39.967033582758397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14133, "tnode_": 14091, "lpoly_": null, "rpoly_": null, "length": 130.57128378000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3124, "l_t_add": 3128, "r_f_add": 3127, "r_t_add": 3143, "st_code": 33120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 14426, "Shape__Length": 52.079246969873793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117569859102503, 39.996171038983803 ], [ -75.117499659308194, 39.996525383389198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19173, "tnode_": 18973, "lpoly_": null, "rpoly_": null, "length": 416.65777932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1046, "r_f_add": 1001, "r_t_add": 1025, "st_code": 87830, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441249, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14427, "Shape__Length": 166.11276063196161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140235429419903, 39.966363291648101 ], [ -75.139992454832196, 39.9674916864221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19091, "tnode_": 19059, "lpoly_": null, "rpoly_": null, "length": 70.25169741, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 942, "l_t_add": 998, "r_f_add": 1001, "r_t_add": 1007, "st_code": 87870, "l_hundred": 900, "r_hundred": 1000, "seg_id": 441250, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14428, "Shape__Length": 28.00847630528953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143764161794905, 39.966806150548898 ], [ -75.143727615138005, 39.966996938985801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27507, "tnode_": 19093, "lpoly_": null, "rpoly_": null, "length": 503.13520453000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 114, "l_t_add": 198, "r_f_add": 115, "r_t_add": 199, "st_code": 83220, "l_hundred": 100, "r_hundred": 100, "seg_id": 441251, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14429, "Shape__Length": 200.02534778778258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137284781057403, 39.967308170993697 ], [ -75.138829267587994, 39.966604377870702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19157, "tnode_": 19038, "lpoly_": null, "rpoly_": null, "length": 462.87462068999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 117, "l_t_add": 199, "r_f_add": 118, "r_t_add": 198, "st_code": 68240, "l_hundred": 100, "r_hundred": 100, "seg_id": 441252, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14430, "Shape__Length": 183.97386903963135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133891108825694, 39.966308311244298 ], [ -75.132412661128598, 39.966874370410203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19138, "tnode_": 19136, "lpoly_": null, "rpoly_": null, "length": 338.22902784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 116, "l_t_add": 198, "r_f_add": 109, "r_t_add": 199, "st_code": 12100, "l_hundred": 100, "r_hundred": 100, "seg_id": 441253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEN ST", "stname": "W ALLEN ST", "objectid": 14431, "Shape__Length": 134.35057062387818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137557720487095, 39.966463553249199 ], [ -75.137742045992496, 39.966542943121603 ], [ -75.138735359153699, 39.966492931207597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19292, "tnode_": 19091, "lpoly_": null, "rpoly_": null, "length": 416.04572207000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 940, "r_f_add": 901, "r_t_add": 999, "st_code": 87870, "l_hundred": 900, "r_hundred": 900, "seg_id": 441254, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14432, "Shape__Length": 165.86744001618834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144004310940005, 39.9656791005808 ], [ -75.143764161794905, 39.966806150548898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19329, "tnode_": 19156, "lpoly_": null, "rpoly_": null, "length": 393.72514945, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 932, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 12440, "l_hundred": 900, "r_hundred": 900, "seg_id": 441255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14433, "Shape__Length": 156.9668512748984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141279331112102, 39.965397725754102 ], [ -75.1410438085354, 39.966463248964601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19359, "tnode_": 19173, "lpoly_": null, "rpoly_": null, "length": 435.04110724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 944, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 87830, "l_hundred": 900, "r_hundred": 900, "seg_id": 441256, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14434, "Shape__Length": 173.43960470658948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140484084533597, 39.965184475601497 ], [ -75.140235429419903, 39.966363291648101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19290, "tnode_": 28047, "lpoly_": null, "rpoly_": null, "length": 140.43192056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1010, "l_t_add": 1024, "r_f_add": 1011, "r_t_add": 1017, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 14435, "Shape__Length": 55.93517579703304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138034846691895, 39.965519926068097 ], [ -75.138289529420504, 39.965851903260102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19325, "tnode_": 19204, "lpoly_": null, "rpoly_": null, "length": 248.17705504, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 674, "l_t_add": 698, "r_f_add": 677, "r_t_add": 699, "st_code": 88050, "l_hundred": 600, "r_hundred": 600, "seg_id": 441258, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14436, "Shape__Length": 98.941030375938297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1584374576843, 39.965866698068197 ], [ -75.158286378846697, 39.966537983925498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19515, "tnode_": 19292, "lpoly_": null, "rpoly_": null, "length": 554.56404577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 812, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 87870, "l_hundred": 800, "r_hundred": 800, "seg_id": 441260, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14437, "Shape__Length": 221.0877732168951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144319816306805, 39.9641762352176 ], [ -75.144004310940005, 39.9656791005808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19416, "tnode_": 19258, "lpoly_": null, "rpoly_": null, "length": 385.50289200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 838, "l_t_add": 898, "r_f_add": 839, "r_t_add": 899, "st_code": 61660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 14438, "Shape__Length": 153.68394769737378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145678781386593, 39.964898575484597 ], [ -75.145613873045804, 39.965162158386804 ], [ -75.145423853550895, 39.965938490179497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19483, "tnode_": 19445, "lpoly_": null, "rpoly_": null, "length": 290.744145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1021, "st_code": 55320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 14439, "Shape__Length": 115.51119041866599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153866341023601, 39.964669328582197 ], [ -75.154849976222394, 39.964922588949399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19485, "tnode_": 19416, "lpoly_": null, "rpoly_": null, "length": 161.16140251, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 836, "r_f_add": 801, "r_t_add": 837, "st_code": 61660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 14440, "Shape__Length": 64.249786979749814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145771302275904, 39.964461932969598 ], [ -75.145678781386593, 39.964898575484597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19810, "tnode_": 19812, "lpoly_": null, "rpoly_": null, "length": 206.37476777999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 907, "st_code": 38420, "l_hundred": 900, "r_hundred": 900, "seg_id": 441264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14441, "Shape__Length": 81.958397140119502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152758552159597, 39.962492690045998 ], [ -75.153385976238894, 39.962521872915097 ], [ -75.153492249927297, 39.9625351038056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26925, "tnode_": 19829, "lpoly_": null, "rpoly_": null, "length": 307.76807026999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 87930, "l_hundred": 500, "r_hundred": 500, "seg_id": 441265, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14442, "Shape__Length": 122.69544760613975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149812055754197, 39.9615137612182 ], [ -75.149660423919102, 39.962350527119803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19949, "tnode_": 19944, "lpoly_": null, "rpoly_": null, "length": 424.99100441999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 740, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 700, "r_hundred": 0, "seg_id": 441267, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14443, "Shape__Length": 168.77316042531038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149844463779004, 39.961370099057298 ], [ -75.151358075103801, 39.961436856281402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20048, "tnode_": 20043, "lpoly_": null, "rpoly_": null, "length": 307.82168043999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 912, "l_t_add": 998, "r_f_add": 911, "r_t_add": 999, "st_code": 20100, "l_hundred": 900, "r_hundred": 900, "seg_id": 441269, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUTTONWOOD ST", "stname": "BUTTONWOOD ST", "objectid": 14444, "Shape__Length": 122.24167491826573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153625849284794, 39.960701976002497 ], [ -75.154721906877199, 39.960753483177598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20110, "tnode_": 20102, "lpoly_": null, "rpoly_": null, "length": 336.34329312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 40180, "l_hundred": 900, "r_hundred": 900, "seg_id": 441270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMILTON ST", "stname": "HAMILTON ST", "objectid": 14445, "Shape__Length": 133.56659911577418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153648202629299, 39.960143903039203 ], [ -75.154846301829707, 39.960193555733703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20259, "tnode_": 19949, "lpoly_": null, "rpoly_": null, "length": 982.5564907700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 498, "r_f_add": 413, "r_t_add": 499, "st_code": 87930, "l_hundred": 400, "r_hundred": 400, "seg_id": 441271, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14446, "Shape__Length": 391.69583191608029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150339078574106, 39.958699848546701 ], [ -75.149844463779004, 39.961370099057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20689, "tnode_": 20490, "lpoly_": null, "rpoly_": null, "length": 827.89118015000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9505, "l_hundred": 0, "r_hundred": 0, "seg_id": 441272, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061E", "stname": "VINE STREET EXPY RAMP 8061E", "objectid": 14447, "Shape__Length": 329.40082539956336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147781766045298, 39.955265179344899 ], [ -75.147978613944801, 39.955383917256199 ], [ -75.148136120551101, 39.955514233585603 ], [ -75.148293752135601, 39.955698630000597 ], [ -75.148668632466297, 39.956231006398397 ], [ -75.148871760197494, 39.956431642804901 ], [ -75.149094510360399, 39.9565786462286 ], [ -75.149431608539501, 39.956721481893297 ], [ -75.149799242746198, 39.956820242339198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20689, "tnode_": 20748, "lpoly_": null, "rpoly_": null, "length": 288.11941737000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061H", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9520, "l_hundred": 0, "r_hundred": 0, "seg_id": 441273, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061H", "stname": "VINE STREET EXPY RAMP 8061H", "objectid": 14448, "Shape__Length": 114.50422393407929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147781766045298, 39.955265179344899 ], [ -75.147990048010996, 39.955228703597101 ], [ -75.148185316851695, 39.955175675217603 ], [ -75.148354775675202, 39.955108541364602 ], [ -75.148544884992802, 39.9550182174493 ], [ -75.1486882858879, 39.9549187636554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20923, "tnode_": 20764, "lpoly_": null, "rpoly_": null, "length": 516.28929478000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 120, "l_t_add": 198, "r_f_add": 161, "r_t_add": 199, "st_code": 87930, "l_hundred": 100, "r_hundred": 100, "seg_id": 441276, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14449, "Shape__Length": 205.79516737802459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151430797317403, 39.953459676075902 ], [ -75.151128233618493, 39.954857696309901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20882, "tnode_": 20668, "lpoly_": null, "rpoly_": null, "length": 669.64288825999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88030, "l_hundred": 100, "r_hundred": 100, "seg_id": 441277, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14450, "Shape__Length": 266.92517154659839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159437401572205, 39.953962784888702 ], [ -75.159043736558999, 39.955775902062101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20943, "tnode_": 20829, "lpoly_": null, "rpoly_": null, "length": 344.22468222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 129, "st_code": 87970, "l_hundred": 100, "r_hundred": 100, "seg_id": 441278, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14451, "Shape__Length": 137.20847054598718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154719287324795, 39.953357551973703 ], [ -75.1545153641528, 39.9542893685162 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20902, "tnode_": 20882, "lpoly_": null, "rpoly_": null, "length": 446.82372066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 13000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441279, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14452, "Shape__Length": 177.44111929085355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157866070061502, 39.953757535559397 ], [ -75.159437401572205, 39.953962784888702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20938, "tnode_": 20866, "lpoly_": null, "rpoly_": null, "length": 220.756046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 44, "l_t_add": 98, "r_f_add": 45, "r_t_add": 99, "st_code": 88050, "l_hundred": 0, "r_hundred": 0, "seg_id": 441280, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14453, "Shape__Length": 87.994417858397412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161136034172699, 39.953551827083103 ], [ -75.161010093994705, 39.954150029161099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21018, "tnode_": 21003, "lpoly_": null, "rpoly_": null, "length": 450.08389365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 34000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441281, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 14454, "Shape__Length": 178.73197984452219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158080103069096, 39.952764210192299 ], [ -75.159582138636097, 39.952954696029302 ], [ -75.159664241461599, 39.952944732232602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21034, "tnode_": 21018, "lpoly_": null, "rpoly_": null, "length": 446.9751119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 34000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441282, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 14455, "Shape__Length": 177.49527176520328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156504988551802, 39.952574353546197 ], [ -75.158080103069096, 39.952764210192299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21046, "tnode_": 21028, "lpoly_": null, "rpoly_": null, "length": 447.4228415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 13000, "l_hundred": 300, "r_hundred": 300, "seg_id": 441283, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14456, "Shape__Length": 177.67285120999964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145232489173196, 39.952184341000198 ], [ -75.146808258022105, 39.952378828206498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21107, "tnode_": 21003, "lpoly_": null, "rpoly_": null, "length": 377.62417419000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 50, "r_f_add": 1, "r_t_add": 51, "st_code": 88030, "l_hundred": 0, "r_hundred": 0, "seg_id": 441284, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14457, "Shape__Length": 150.51861474901733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159887180931406, 39.951922404161998 ], [ -75.159664241461599, 39.952944732232602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21118, "tnode_": 21018, "lpoly_": null, "rpoly_": null, "length": 384.73887405000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 31, "st_code": 88010, "l_hundred": 0, "r_hundred": 0, "seg_id": 441285, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14458, "Shape__Length": 153.35378388655201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158309155389503, 39.951722868933203 ], [ -75.158080103069096, 39.952764210192299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21134, "tnode_": 21034, "lpoly_": null, "rpoly_": null, "length": 382.66075056, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 26, "r_f_add": 1, "r_t_add": 29, "st_code": 87990, "l_hundred": 0, "r_hundred": 0, "seg_id": 441286, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14459, "Shape__Length": 152.52444103622048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156736876770097, 39.951539172594501 ], [ -75.156504988551802, 39.952574353546197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21236, "tnode_": 21028, "lpoly_": null, "rpoly_": null, "length": 739.20371373, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 87870, "l_hundred": 0, "r_hundred": 0, "seg_id": 441287, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14460, "Shape__Length": 294.63485611818118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147259932648396, 39.950379878543004 ], [ -75.147235984051093, 39.950450737505598 ], [ -75.146808258022105, 39.952378828206498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21154, "tnode_": 21253, "lpoly_": null, "rpoly_": null, "length": 343.85612413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 43, "r_f_add": 2, "r_t_add": 42, "st_code": 87980, "l_hundred": 0, "r_hundred": 0, "seg_id": 441290, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 14461, "Shape__Length": 137.05628438742636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155161576080104, 39.951334076156797 ], [ -75.155360878063703, 39.950402693989702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21220, "tnode_": 21308, "lpoly_": null, "rpoly_": null, "length": 267.2309542, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 37, "l_t_add": 99, "r_f_add": 38, "r_t_add": 98, "st_code": 88000, "l_hundred": 0, "r_hundred": 0, "seg_id": 441292, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 10TH ST", "stname": "S 10TH ST", "objectid": 14462, "Shape__Length": 106.51361087705824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156908079393105, 39.950739668482299 ], [ -75.157064221847094, 39.950015995876903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21258, "tnode_": 21236, "lpoly_": null, "rpoly_": null, "length": 448.37071523999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 53560, "l_hundred": 300, "r_hundred": 300, "seg_id": 441293, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 14463, "Shape__Length": 178.04417010375221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145681058901999, 39.950186944252003 ], [ -75.145752985917696, 39.950188747509003 ], [ -75.147259932648396, 39.950379878543004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21280, "tnode_": 21253, "lpoly_": null, "rpoly_": null, "length": 446.29377058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 67440, "l_hundred": 800, "r_hundred": 800, "seg_id": 441294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANSTEAD ST", "stname": "RANSTEAD ST", "objectid": 14464, "Shape__Length": 177.22155155527156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153791704245293, 39.950199403342403 ], [ -75.153858700062202, 39.950214541227098 ], [ -75.154266982291901, 39.950260775713801 ], [ -75.155360878063703, 39.950402693989702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21450, "tnode_": 21433, "lpoly_": null, "rpoly_": null, "length": 444.40505792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 22820, "l_hundred": 300, "r_hundred": 300, "seg_id": 441295, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14465, "Shape__Length": 176.46791951357784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146021101187102, 39.948642233825602 ], [ -75.147583157439996, 39.948849307160103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21533, "tnode_": 21514, "lpoly_": null, "rpoly_": null, "length": 447.65816248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 81140, "l_hundred": 900, "r_hundred": 900, "seg_id": 441296, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14466, "Shape__Length": 177.7576690883929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155820178946499, 39.948296678600499 ], [ -75.157394936139895, 39.948499490112198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21551, "tnode_": 21533, "lpoly_": null, "rpoly_": null, "length": 445.90446772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 81140, "l_hundred": 800, "r_hundred": 800, "seg_id": 441297, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14467, "Shape__Length": 177.05921687050039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154249791475905, 39.948103141752803 ], [ -75.155820178946499, 39.948296678600499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21582, "tnode_": 21576, "lpoly_": null, "rpoly_": null, "length": 126.44312101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1324, "l_t_add": 1328, "r_f_add": 1325, "r_t_add": 1337, "st_code": 51380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441299, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14468, "Shape__Length": 50.207375730429682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163385042393401, 39.948074206107997 ], [ -75.163830848043901, 39.948126633714502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21560, "tnode_": 21622, "lpoly_": null, "rpoly_": null, "length": 165.37040828, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 115, "l_t_add": 125, "r_f_add": 114, "r_t_add": 124, "st_code": 35220, "l_hundred": 100, "r_hundred": 100, "seg_id": 441300, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 14469, "Shape__Length": 65.910688552980204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570964598406, 39.947711704604302 ], [ -75.142669638637202, 39.947264139800197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27972, "tnode_": 21613, "lpoly_": null, "rpoly_": null, "length": 126.62750609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1149, "r_t_add": 1199, "st_code": 51380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441302, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2010-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14470, "Shape__Length": 50.281126139866494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160344731173595, 39.9476956874622 ], [ -75.160790251470104, 39.947752693213197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21698, "tnode_": 21686, "lpoly_": null, "rpoly_": null, "length": 213.62213394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 812, "l_t_add": 898, "r_f_add": 819, "r_t_add": 899, "st_code": 51380, "l_hundred": 800, "r_hundred": 800, "seg_id": 441303, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14471, "Shape__Length": 84.823485199509719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155320561010598, 39.9470650083626 ], [ -75.156072861138298, 39.947157836707397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21751, "tnode_": 21733, "lpoly_": null, "rpoly_": null, "length": 220.98058019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 45060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 14472, "Shape__Length": 87.745580058249757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158564943970404, 39.946858105983502 ], [ -75.159342558113707, 39.946956957518204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21777, "tnode_": 21771, "lpoly_": null, "rpoly_": null, "length": 128.45563587000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1326, "l_t_add": 1340, "r_f_add": 1321, "r_t_add": 1329, "st_code": 73960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441305, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14473, "Shape__Length": 51.006015918204838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163650959674499, 39.946846005808098 ], [ -75.164103346969398, 39.9469017561172 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21733, "tnode_": 21848, "lpoly_": null, "rpoly_": null, "length": 230.11845679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 271, "l_t_add": 299, "r_f_add": 258, "r_t_add": 298, "st_code": 88020, "l_hundred": 200, "r_hundred": 200, "seg_id": 441306, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 14474, "Shape__Length": 91.715261601489047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159342558113707, 39.946956957518204 ], [ -75.159483479756105, 39.946334634659401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21717, "tnode_": 21922, "lpoly_": null, "rpoly_": null, "length": 511.92487439000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 35220, "l_hundred": 200, "r_hundred": 200, "seg_id": 441307, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FRONT ST", "stname": "S FRONT ST", "objectid": 14475, "Shape__Length": 204.03120233086406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142809482909399, 39.946650693547397 ], [ -75.142882195452401, 39.946314787047399 ], [ -75.143108452286398, 39.945264363198298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21830, "tnode_": 21809, "lpoly_": null, "rpoly_": null, "length": 295.39104275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 408, "l_t_add": 498, "r_f_add": 413, "r_t_add": 499, "st_code": 51380, "l_hundred": 400, "r_hundred": 400, "seg_id": 441308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14476, "Shape__Length": 117.28921353513604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148753631238506, 39.946120534448198 ], [ -75.149794860453397, 39.9462440847743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21860, "tnode_": 21840, "lpoly_": null, "rpoly_": null, "length": 218.3808251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 74095, "l_hundred": 300, "r_hundred": 300, "seg_id": 441309, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JAMES PL", "stname": "SAINT JAMES PL", "objectid": 14477, "Shape__Length": 86.714740018245706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147443498716001, 39.945942619438704 ], [ -75.147856829399799, 39.945996237078496 ], [ -75.148208939460204, 39.9460528345341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22095, "tnode_": 22479, "lpoly_": null, "rpoly_": null, "length": 938.23725739000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 23055, "l_hundred": 300, "r_hundred": 300, "seg_id": 441310, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 14478, "Shape__Length": 373.95963014748389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142214913669406, 39.944166853502701 ], [ -75.142228418013403, 39.944037387976401 ], [ -75.142330999026996, 39.942810621964902 ], [ -75.142379110766399, 39.941594792191196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18294, "tnode_": 18066, "lpoly_": null, "rpoly_": null, "length": 438.840959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1234, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 88050, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441311, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14479, "Shape__Length": 174.97035588506881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157153378991694, 39.971747867941303 ], [ -75.156895982806802, 39.972936151834098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19728, "tnode_": 19398, "lpoly_": null, "rpoly_": null, "length": 1156.5516609599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21140, "l_hundred": 900, "r_hundred": 900, "seg_id": 441312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANAL ST", "stname": "CANAL ST", "objectid": 14480, "Shape__Length": 460.32092401580837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172602531393, 39.962828915684099 ], [ -75.1371928224046, 39.963020408612003 ], [ -75.137127621859307, 39.963723573388798 ], [ -75.136869560220404, 39.963860827461602 ], [ -75.1362524668438, 39.963784380556298 ], [ -75.136065318677296, 39.963937929619 ], [ -75.135880081670805, 39.964134723366101 ], [ -75.135687818911506, 39.964203297719799 ], [ -75.135296367373996, 39.964191945632599 ], [ -75.135143469643495, 39.964305190672597 ], [ -75.134954647865499, 39.964694848577302 ], [ -75.134927644879497, 39.964749314572998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19560, "tnode_": 19368, "lpoly_": null, "rpoly_": null, "length": 462.23976452000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 954, "r_f_add": 901, "r_t_add": 953, "st_code": 40340, "l_hundred": 900, "r_hundred": 900, "seg_id": 441313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14481, "Shape__Length": 184.27729411652862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139933734308599, 39.963785853566797 ], [ -75.139655424739402, 39.9650365578239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19760, "tnode_": 19571, "lpoly_": null, "rpoly_": null, "length": 484.39024116999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 929, "st_code": 28000, "l_hundred": 900, "r_hundred": 900, "seg_id": 441314, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14482, "Shape__Length": 192.89432461404965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136298283567697, 39.962460710147397 ], [ -75.136127379889899, 39.9629447592893 ], [ -75.135408169832303, 39.963560791952503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19820, "tnode_": 19653, "lpoly_": null, "rpoly_": null, "length": 387.68339662, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 18100, "l_hundred": 700, "r_hundred": 700, "seg_id": 441315, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 14483, "Shape__Length": 154.55295245684982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1425536018222, 39.962231604851503 ], [ -75.1425639408736, 39.962291647903001 ], [ -75.142555649049498, 39.9623313837712 ], [ -75.142533624745198, 39.962435031537701 ], [ -75.142486856721803, 39.9626544164488 ], [ -75.142439621235198, 39.962885941913697 ], [ -75.142356110324798, 39.963282493243398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20001, "tnode_": 19883, "lpoly_": null, "rpoly_": null, "length": 349.21358567, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 40340, "l_hundred": 600, "r_hundred": 600, "seg_id": 441316, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14484, "Shape__Length": 139.17820173596397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140928912249095, 39.9608466930489 ], [ -75.140555761905105, 39.961761312969301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19959, "tnode_": 19949, "lpoly_": null, "rpoly_": null, "length": 458.09769324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 600, "r_hundred": 0, "seg_id": 441317, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14485, "Shape__Length": 181.92123256995964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148213952968902, 39.961285682382197 ], [ -75.149844463779004, 39.961370099057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20030, "tnode_": 20023, "lpoly_": null, "rpoly_": null, "length": 276.95959047999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 200, "l_t_add": 234, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 200, "r_hundred": 0, "seg_id": 441319, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14486, "Shape__Length": 109.9933156867047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141469426472099, 39.960568000173602 ], [ -75.142446801526503, 39.960679215844401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20463, "tnode_": 20196, "lpoly_": null, "rpoly_": null, "length": 846.04450307000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 23050, "l_hundred": 400, "r_hundred": 400, "seg_id": 441320, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 14487, "Shape__Length": 337.10835400361623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138725675846203, 39.956790873980097 ], [ -75.138552290785697, 39.957045228330102 ], [ -75.138354487633407, 39.957343449759897 ], [ -75.1381175561704, 39.957723036354203 ], [ -75.137928601499596, 39.958119754909703 ], [ -75.137635734025807, 39.958946394155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19755, "tnode_": 19711, "lpoly_": null, "rpoly_": null, "length": 450.80036879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 443, "st_code": 33280, "l_hundred": 400, "r_hundred": 400, "seg_id": 441321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14488, "Shape__Length": 179.0856212807997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144627180441304, 39.9627135771875 ], [ -75.145050213142994, 39.962809145686599 ], [ -75.146164273263807, 39.963077360842497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19784, "tnode_": 19769, "lpoly_": null, "rpoly_": null, "length": 182.14264630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 312, "l_t_add": 330, "r_f_add": 313, "r_t_add": 337, "st_code": 33280, "l_hundred": 300, "r_hundred": 300, "seg_id": 441322, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14489, "Shape__Length": 72.357853610938193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143563927362194, 39.962465719873599 ], [ -75.144185008714103, 39.962612673555299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20376, "tnode_": 28090, "lpoly_": null, "rpoly_": null, "length": 398.60563516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 20880, "l_hundred": 400, "r_hundred": 400, "seg_id": 441324, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2000-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14490, "Shape__Length": 158.3010512960318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145701429290298, 39.957618245788197 ], [ -75.147104220225401, 39.957796998499099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19914, "tnode_": 19893, "lpoly_": null, "rpoly_": null, "length": 225.93656448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 316, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 38420, "l_hundred": 300, "r_hundred": 300, "seg_id": 441325, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14491, "Shape__Length": 89.755139882473415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144053229116807, 39.961586884230499 ], [ -75.144822586756803, 39.961771766535399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20167, "tnode_": 20030, "lpoly_": null, "rpoly_": null, "length": 450.47411061000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 540, "r_f_add": 501, "r_t_add": 589, "st_code": 87830, "l_hundred": 500, "r_hundred": 500, "seg_id": 441326, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14492, "Shape__Length": 179.57684272837901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141728629350396, 39.959347584850697 ], [ -75.141469426472099, 39.960568000173602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20242, "tnode_": 19993, "lpoly_": null, "rpoly_": null, "length": 819.6892317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 444, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 87870, "l_hundred": 400, "r_hundred": 400, "seg_id": 441327, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14493, "Shape__Length": 326.75973460988354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145473111845206, 39.958727346396302 ], [ -75.144999201425094, 39.960947746655101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20308, "tnode_": 20167, "lpoly_": null, "rpoly_": null, "length": 471.82675305000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 428, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 87830, "l_hundred": 400, "r_hundred": 400, "seg_id": 441328, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14494, "Shape__Length": 188.08440546114161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142007187518303, 39.958070222970498 ], [ -75.141728629350396, 39.959347584850697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19801, "tnode_": 19630, "lpoly_": null, "rpoly_": null, "length": 385.5207146, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 87850, "l_hundred": 700, "r_hundred": 700, "seg_id": 441329, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14495, "Shape__Length": 153.69040284457614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1430896250111, 39.9623581379619 ], [ -75.142867788557496, 39.963402583007898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20264, "tnode_": 20010, "lpoly_": null, "rpoly_": null, "length": 845.82096768000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 438, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 87850, "l_hundred": 400, "r_hundred": 400, "seg_id": 441330, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14496, "Shape__Length": 337.17618308705613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143900965142606, 39.958493524715401 ], [ -75.143414106889097, 39.960784983726697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19459, "tnode_": 19373, "lpoly_": null, "rpoly_": null, "length": 209.54992677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 938, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 59520, "l_hundred": 900, "r_hundred": 900, "seg_id": 441331, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW MARKET ST", "stname": "NEW MARKET ST", "objectid": 14497, "Shape__Length": 83.527322502344134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1390065255206, 39.964451560268799 ], [ -75.138813327132794, 39.965007259682999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19668, "tnode_": 19447, "lpoly_": null, "rpoly_": null, "length": 517.43365503999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 12440, "l_hundred": 800, "r_hundred": 800, "seg_id": 441332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14498, "Shape__Length": 206.28176581657746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141915681800398, 39.9631796589697 ], [ -75.141913576366804, 39.963227882505002 ], [ -75.1416299826829, 39.964527652904799 ], [ -75.141633159877202, 39.964581805427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20295, "tnode_": 20168, "lpoly_": null, "rpoly_": null, "length": 422.24049713, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 12440, "l_hundred": 400, "r_hundred": 400, "seg_id": 441333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14499, "Shape__Length": 168.32670686919917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1428789418961, 39.958196474862 ], [ -75.142699318401995, 39.959347306488503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19962, "tnode_": 19837, "lpoly_": null, "rpoly_": null, "length": 350.13179292000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 12440, "l_hundred": 600, "r_hundred": 600, "seg_id": 441334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14500, "Shape__Length": 139.58048247608863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142342107327906, 39.961186223190502 ], [ -75.142144875624595, 39.962135320506597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19028, "tnode_": 18917, "lpoly_": null, "rpoly_": null, "length": 249.77207244, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1017, "r_t_add": 1099, "st_code": 61580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441335, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14501, "Shape__Length": 99.572498754877074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142897943806602, 39.967159683129402 ], [ -75.142729212583603, 39.967796073309501 ], [ -75.142711684208706, 39.967829621027803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19829, "tnode_": 19821, "lpoly_": null, "rpoly_": null, "length": 449.66037457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 736, "r_f_add": 701, "r_t_add": 749, "st_code": 38420, "l_hundred": 700, "r_hundred": 700, "seg_id": 441336, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14502, "Shape__Length": 178.57214166317121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149660423919102, 39.962350527119803 ], [ -75.151262299561495, 39.9624158445584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19839, "tnode_": 19829, "lpoly_": null, "rpoly_": null, "length": 457.52607916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 38420, "l_hundred": 600, "r_hundred": 600, "seg_id": 441337, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14503, "Shape__Length": 181.69625741089823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148031236055701, 39.962274492629597 ], [ -75.149660423919102, 39.962350527119803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26926, "tnode_": 19821, "lpoly_": null, "rpoly_": null, "length": 305.77534305, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 698, "r_f_add": 501, "r_t_add": 699, "st_code": 64360, "l_hundred": 500, "r_hundred": 500, "seg_id": 441338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERTH ST", "stname": "N PERTH ST", "objectid": 14504, "Shape__Length": 121.90743781737152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151346421149398, 39.961578952577298 ], [ -75.151262299561495, 39.9624158445584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20170, "tnode_": 20173, "lpoly_": null, "rpoly_": null, "length": 361.28459995999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 906, "l_t_add": 998, "r_f_add": 903, "r_t_add": 999, "st_code": 59940, "l_hundred": 900, "r_hundred": 900, "seg_id": 441339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14505, "Shape__Length": 143.46973536775818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153679991955499, 39.959585545349498 ], [ -75.154967179526494, 39.959635106497799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19655, "tnode_": 19491, "lpoly_": null, "rpoly_": null, "length": 381.80111637000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 642, "l_t_add": 698, "r_f_add": 641, "r_t_add": 699, "st_code": 87950, "l_hundred": 600, "r_hundred": 600, "seg_id": 441340, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14506, "Shape__Length": 152.2098247563072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151489224251307, 39.963514927931101 ], [ -75.1512674537409, 39.964549034211998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26927, "tnode_": 19818, "lpoly_": null, "rpoly_": null, "length": 307.10573726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 598, "r_f_add": 515, "r_t_add": 599, "st_code": 87950, "l_hundred": 500, "r_hundred": 500, "seg_id": 441341, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14507, "Shape__Length": 122.43900415370463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151785136556995, 39.961600905613899 ], [ -75.151738912194602, 39.962402930600497 ], [ -75.151728870907903, 39.962442412047103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28125, "tnode_": 20166, "lpoly_": null, "rpoly_": null, "length": 208.18988925, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 416, "l_t_add": 428, "r_f_add": 411, "r_t_add": 433, "st_code": 87970, "l_hundred": 400, "r_hundred": 400, "seg_id": 441343, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2000-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14508, "Shape__Length": 82.992707988087318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153482456232496, 39.9590037989217 ], [ -75.153368270099705, 39.959568510820603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20050, "tnode_": 20003, "lpoly_": null, "rpoly_": null, "length": 150.53316278999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 513, "st_code": 87970, "l_hundred": 500, "r_hundred": 500, "seg_id": 441344, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14509, "Shape__Length": 60.008945575212202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153124005902598, 39.960682885350202 ], [ -75.153034914742094, 39.961090391119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19721, "tnode_": 19727, "lpoly_": null, "rpoly_": null, "length": 347.06975779000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 23560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAY ST", "stname": "CLAY ST", "objectid": 14510, "Shape__Length": 137.8709097442148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157401290603602, 39.963284235047503 ], [ -75.1582626165156, 39.963384209967003 ], [ -75.158287074923706, 39.963381016930001 ], [ -75.158592246633901, 39.963261744139402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20494, "tnode_": 20369, "lpoly_": null, "rpoly_": null, "length": 2464.8492394100003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441346, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14511, "Shape__Length": 978.88261836671734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154704751013099, 39.956959002056301 ], [ -75.157087642386301, 39.957254569591797 ], [ -75.163376191306099, 39.9580776395253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20674, "tnode_": 20668, "lpoly_": null, "rpoly_": null, "length": 228.27611974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1117, "r_t_add": 1199, "st_code": 67120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441347, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14512, "Shape__Length": 90.653950240774577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158240053134406, 39.9556751598655 ], [ -75.159043736558999, 39.955775902062101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20686, "tnode_": 20674, "lpoly_": null, "rpoly_": null, "length": 218.11029541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1115, "st_code": 67120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441348, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14513, "Shape__Length": 86.616476397419433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157471868465706, 39.955580297764101 ], [ -75.158240053134406, 39.9556751598655 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20699, "tnode_": 20686, "lpoly_": null, "rpoly_": null, "length": 447.26347542999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 67120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441349, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14514, "Shape__Length": 177.61763956482537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155896249573999, 39.955387504413103 ], [ -75.157471868465706, 39.955580297764101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20632, "tnode_": 20419, "lpoly_": null, "rpoly_": null, "length": 530.71801271999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 81820, "l_hundred": 200, "r_hundred": 200, "seg_id": 441351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 14515, "Shape__Length": 211.53111943638982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162119268841806, 39.956167018831799 ], [ -75.162147570890099, 39.956211922423698 ], [ -75.161995882827199, 39.956952800928299 ], [ -75.161877111396294, 39.957129597791997 ], [ -75.161783780200807, 39.957581866068203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20595, "tnode_": 20515, "lpoly_": null, "rpoly_": null, "length": 192.06184013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 319, "st_code": 87870, "l_hundred": 300, "r_hundred": 300, "seg_id": 441353, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14516, "Shape__Length": 76.559600752043139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146026192492997, 39.956057326331297 ], [ -75.145917141578195, 39.956577838261097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20932, "tnode_": 20925, "lpoly_": null, "rpoly_": null, "length": 185.27682984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 314, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 22740, "l_hundred": 300, "r_hundred": 300, "seg_id": 441354, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14517, "Shape__Length": 73.576185857160596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145957882116306, 39.953234618932299 ], [ -75.146177283551395, 39.953261656135197 ], [ -75.146609075597297, 39.953321220471999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28085, "tnode_": 20570, "lpoly_": null, "rpoly_": null, "length": 276.18265263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 240, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 200, "r_hundred": 0, "seg_id": 441359, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14518, "Shape__Length": 110.04531160111664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147891628803706, 39.955541255616801 ], [ -75.147904710888099, 39.955593480901101 ], [ -75.1479141844856, 39.955747478470897 ], [ -75.147860226184804, 39.955894967218001 ], [ -75.147777103315804, 39.956001236737102 ], [ -75.147646865373304, 39.956190933410298 ], [ -75.147622414068096, 39.956246843947902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20628, "tnode_": 20537, "lpoly_": null, "rpoly_": null, "length": 218.7244712, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 218, "l_t_add": 240, "r_f_add": 223, "r_t_add": 241, "st_code": 87990, "l_hundred": 200, "r_hundred": 200, "seg_id": 441360, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14519, "Shape__Length": 87.187273887461785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155756338710503, 39.956026950805999 ], [ -75.155628079523396, 39.956619208418502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20285, "tnode_": 20271, "lpoly_": null, "rpoly_": null, "length": 388.41777643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 902, "l_t_add": 998, "r_f_add": 905, "r_t_add": 999, "st_code": 20880, "l_hundred": 900, "r_hundred": 900, "seg_id": 441361, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14520, "Shape__Length": 154.25677804559149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153729265111295, 39.958546553415601 ], [ -75.155096676038696, 39.958718609688098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29796, "tnode_": 20287, "lpoly_": null, "rpoly_": null, "length": 434.34264460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 20880, "l_hundred": 800, "r_hundred": 800, "seg_id": 441362, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2013-04-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14521, "Shape__Length": 172.49537981735341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1520494467388, 39.958336391714099 ], [ -75.153578025166993, 39.958531152544801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20537, "tnode_": 20523, "lpoly_": null, "rpoly_": null, "length": 326.17765284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1034, "r_f_add": 1001, "r_t_add": 1035, "st_code": 83900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441363, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 14522, "Shape__Length": 129.53570011123347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155628079523396, 39.956619208418502 ], [ -75.156775486271002, 39.956767672966599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20644, "tnode_": 20628, "lpoly_": null, "rpoly_": null, "length": 445.86813924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 73740, "l_hundred": 900, "r_hundred": 900, "seg_id": 441364, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING ST", "stname": "SPRING ST", "objectid": 14523, "Shape__Length": 177.06528043034962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154186302139493, 39.955834206277899 ], [ -75.155684648801298, 39.956024938577897 ], [ -75.155756338710503, 39.956026950805999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20686, "tnode_": 20607, "lpoly_": null, "rpoly_": null, "length": 232.25773142, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 219, "st_code": 88010, "l_hundred": 200, "r_hundred": 200, "seg_id": 441365, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14524, "Shape__Length": 92.580902403481772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157471868465706, 39.955580297764101 ], [ -75.157407275680697, 39.955870186807402 ], [ -75.157373586047797, 39.956015125511897 ], [ -75.1573430896714, 39.956157685606101 ], [ -75.157334280328499, 39.956198865784202 ], [ -75.157334726571705, 39.956208863657302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20794, "tnode_": 20686, "lpoly_": null, "rpoly_": null, "length": 332.21315684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 124, "l_t_add": 198, "r_f_add": 125, "r_t_add": 199, "st_code": 88010, "l_hundred": 100, "r_hundred": 100, "seg_id": 441368, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14525, "Shape__Length": 132.42335840148235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157667180388003, 39.954680844132099 ], [ -75.157574302869406, 39.955082585308098 ], [ -75.157471868465706, 39.955580297764101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20829, "tnode_": 20717, "lpoly_": null, "rpoly_": null, "length": 333.37679369000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 87970, "l_hundred": 100, "r_hundred": 100, "seg_id": 441370, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14526, "Shape__Length": 132.88656679744562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1545153641528, 39.9542893685162 ], [ -75.154319934724896, 39.955192086651799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20852, "tnode_": 20829, "lpoly_": null, "rpoly_": null, "length": 446.84519831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 22740, "l_hundred": 800, "r_hundred": 800, "seg_id": 441371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14527, "Shape__Length": 177.45151615946432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152945123703404, 39.954078854914201 ], [ -75.1545153641528, 39.9542893685162 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20390, "tnode_": 20366, "lpoly_": null, "rpoly_": null, "length": 586.69045612999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1301, "r_t_add": 1399, "st_code": 80120, "l_hundred": 0, "r_hundred": 1300, "seg_id": 441372, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14528, "Shape__Length": 232.99645741961069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160230522360905, 39.957808693133998 ], [ -75.162296186390506, 39.958067340061397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20439, "tnode_": 20413, "lpoly_": null, "rpoly_": null, "length": 445.96947927000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1101, "r_t_add": 1199, "st_code": 80120, "l_hundred": 0, "r_hundred": 1100, "seg_id": 441373, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14529, "Shape__Length": 177.11009187251332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157074027492698, 39.957410155172497 ], [ -75.157345916069204, 39.957450032289302 ], [ -75.157679723221094, 39.9574944146121 ], [ -75.157875264681905, 39.957517975086603 ], [ -75.158178889910005, 39.957552161042301 ], [ -75.158643939068, 39.957607245211101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20456, "tnode_": 20439, "lpoly_": null, "rpoly_": null, "length": 451.081781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1001, "r_t_add": 1099, "st_code": 80120, "l_hundred": 0, "r_hundred": 1000, "seg_id": 441374, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14530, "Shape__Length": 179.13907948054936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155485250984796, 39.957214095383399 ], [ -75.157074027492698, 39.957410155172497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18376, "tnode_": 18045, "lpoly_": null, "rpoly_": null, "length": 647.11505072, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 81820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 14531, "Shape__Length": 258.01076064493907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158613415078605, 39.971357064292299 ], [ -75.158232584974101, 39.973109144527101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20022, "tnode_": 20465, "lpoly_": null, "rpoly_": null, "length": 2496.5390116000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "VN", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9185, "l_hundred": 0, "r_hundred": 0, "seg_id": 441377, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP VN", "stname": "DELAWARE EXPY RAMP VN", "objectid": 14532, "Shape__Length": 993.6015539501866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140053684080897, 39.960837672980801 ], [ -75.140051029246195, 39.960645608099 ], [ -75.140181681273205, 39.960094113856698 ], [ -75.140305964816307, 39.958529727061801 ], [ -75.1403434474081, 39.958009671938903 ], [ -75.140405473281703, 39.957806097322702 ], [ -75.140489294078805, 39.957621753412397 ], [ -75.140598024955594, 39.957458630197898 ], [ -75.140744600050695, 39.957296026141101 ], [ -75.140871582987202, 39.957172964642602 ], [ -75.141039995948802, 39.9570420773479 ], [ -75.141272540372896, 39.956912648160802 ], [ -75.141475953186202, 39.956828612831501 ], [ -75.141677248077897, 39.956758011007103 ], [ -75.141901928294004, 39.956691776141902 ], [ -75.142130281218797, 39.956647830945499 ], [ -75.142367449091097, 39.956623740578401 ], [ -75.142527310408795, 39.956617546679801 ], [ -75.142753496139207, 39.956630057737897 ], [ -75.143084282342997, 39.956662143141799 ], [ -75.143578673621306, 39.956756908543802 ], [ -75.144140331645104, 39.956845829378302 ], [ -75.144397097512595, 39.956893427405099 ], [ -75.1446219376068, 39.956922555979197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14503, "tnode_": 14399, "lpoly_": null, "rpoly_": null, "length": 250.04283455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 43480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540521, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 14533, "Shape__Length": 99.725954767309631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130782408608894, 39.994041596018903 ], [ -75.130630487783705, 39.994717975461 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20428, "tnode_": 19977, "lpoly_": null, "rpoly_": null, "length": 2654.2720082800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "NV", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9165, "l_hundred": 0, "r_hundred": 0, "seg_id": 441378, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP NV", "stname": "DELAWARE EXPY RAMP NV", "objectid": 14534, "Shape__Length": 1056.227877765069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146088483781099, 39.957399790278401 ], [ -75.145944538916297, 39.957390182521799 ], [ -75.145400800627698, 39.957328787462401 ], [ -75.143907059084, 39.957143167636502 ], [ -75.143598748668097, 39.957118200696797 ], [ -75.143341533037599, 39.957130319453398 ], [ -75.143042472164893, 39.957168429126902 ], [ -75.142805456951294, 39.957220840835397 ], [ -75.142528875858304, 39.9573229091828 ], [ -75.142315201110605, 39.957416845126403 ], [ -75.142118155743901, 39.9575336112947 ], [ -75.141926249947502, 39.957668456774002 ], [ -75.141767946530905, 39.957839990589797 ], [ -75.141596260141796, 39.958056126011101 ], [ -75.141482185440793, 39.9582915330421 ], [ -75.141287438974601, 39.958956201017202 ], [ -75.141128730305894, 39.9594790887164 ], [ -75.140935128937798, 39.960107113329599 ], [ -75.140747646164698, 39.960658992613098 ], [ -75.1406342613665, 39.960946789321802 ], [ -75.140535356410794, 39.961190620072202 ], [ -75.140488018873498, 39.961393104371297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21402, "tnode_": 20465, "lpoly_": null, "rpoly_": null, "length": 3593.8628649899997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "VS", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9190, "l_hundred": 0, "r_hundred": 0, "seg_id": 441379, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP VS", "stname": "DELAWARE EXPY RAMP VS", "objectid": 14535, "Shape__Length": 1431.3263300572878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141939276133797, 39.948686709465001 ], [ -75.141846440864597, 39.9488667215806 ], [ -75.141711435036896, 39.949517914489398 ], [ -75.141588779854402, 39.9501078113068 ], [ -75.141421292287603, 39.950929862534601 ], [ -75.141316957958196, 39.951470835742498 ], [ -75.1413024371045, 39.951698932033203 ], [ -75.141294509920598, 39.952468306692303 ], [ -75.141295437759993, 39.952969536373899 ], [ -75.1412703086216, 39.953323802276401 ], [ -75.141164721715796, 39.954054972770201 ], [ -75.141110711623895, 39.954456779392899 ], [ -75.1410993845126, 39.954673319698102 ], [ -75.141108009684203, 39.9548297992309 ], [ -75.141131110293003, 39.9549632038769 ], [ -75.141166656649006, 39.955075169679098 ], [ -75.141207032258905, 39.955191079141898 ], [ -75.141281385977905, 39.955349671447301 ], [ -75.141438575165907, 39.9555889570779 ], [ -75.141557780830993, 39.9557342580894 ], [ -75.141714766396404, 39.9558804179375 ], [ -75.141916754118299, 39.956036330666102 ], [ -75.142179191717005, 39.956193617174797 ], [ -75.142442857966699, 39.956318921246002 ], [ -75.142834867726904, 39.956450050911798 ], [ -75.143197769276, 39.956551418359602 ], [ -75.1437477389251, 39.956677217517203 ], [ -75.144254137103303, 39.956791907657397 ], [ -75.144453111225403, 39.956848019436599 ], [ -75.1446219376068, 39.956922555979197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29116, "tnode_": 20949, "lpoly_": null, "rpoly_": null, "length": 824.93287206000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2130, "l_t_add": 2144, "r_f_add": 2131, "r_t_add": 2145, "st_code": 1050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 441380, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 14536, "Shape__Length": 328.80133478423062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141467977982899, 39.949543258316197 ], [ -75.141357272165394, 39.949849385390799 ], [ -75.141355505542705, 39.949856308323398 ], [ -75.1411760533002, 39.950560175646402 ], [ -75.141121218654405, 39.950789974357399 ], [ -75.141063144645301, 39.951176757651602 ], [ -75.141035221370203, 39.951528742563099 ], [ -75.140995500618004, 39.951773639234702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20949, "tnode_": 22479, "lpoly_": null, "rpoly_": null, "length": 3831.0405894599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "XN", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9195, "l_hundred": 0, "r_hundred": 0, "seg_id": 441381, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP XN", "stname": "DELAWARE EXPY RAMP XN", "objectid": 14537, "Shape__Length": 1526.7750331380746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140995500618004, 39.951773639234702 ], [ -75.140936567250705, 39.951546458254299 ], [ -75.140960363329597, 39.951076839187103 ], [ -75.141200912692099, 39.949829667825597 ], [ -75.141575958083394, 39.948095207861002 ], [ -75.141944266242106, 39.946439646023002 ], [ -75.142220572279498, 39.945197583181702 ], [ -75.142376370761397, 39.944492402990299 ], [ -75.142463951522899, 39.944070636590702 ], [ -75.142524636830501, 39.943894941714497 ], [ -75.142801886068497, 39.942349642031601 ], [ -75.142815919735696, 39.942189804201099 ], [ -75.142818039299101, 39.941997258723298 ], [ -75.1427892698958, 39.941854692740598 ], [ -75.142771093437304, 39.941779269399902 ], [ -75.142726913179104, 39.941695145733298 ], [ -75.142701997339202, 39.941658087912302 ], [ -75.142681567314895, 39.941641405076503 ], [ -75.1426246853555, 39.941613757074997 ], [ -75.142577707561401, 39.9416025526141 ], [ -75.142483129088205, 39.941596347888101 ], [ -75.142379110766399, 39.941594792191196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29116, "tnode_": 20602, "lpoly_": null, "rpoly_": null, "length": 2424.5150427099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "SV", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9175, "l_hundred": 0, "r_hundred": 0, "seg_id": 441384, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP SV", "stname": "DELAWARE EXPY RAMP SV", "objectid": 14538, "Shape__Length": 966.36218537735886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141467977982899, 39.949543258316197 ], [ -75.141435004157401, 39.9499452388309 ], [ -75.141263128087402, 39.950846427856398 ], [ -75.141209210793207, 39.951200039056602 ], [ -75.141187975011505, 39.951565483287197 ], [ -75.141185434566594, 39.9529825585007 ], [ -75.141132410271098, 39.953538004796101 ], [ -75.141070738705196, 39.953942254636402 ], [ -75.141029238723902, 39.954235221910203 ], [ -75.140997062562903, 39.954580782213 ], [ -75.1409980157418, 39.954711029685001 ], [ -75.141010464877297, 39.954822618017097 ], [ -75.141021688510705, 39.9549159967275 ], [ -75.141046064678804, 39.955016209675698 ], [ -75.1410769288144, 39.955120403118599 ], [ -75.141114573847602, 39.955220918707099 ], [ -75.141160464889893, 39.955322898553902 ], [ -75.141217700337194, 39.955432613048103 ], [ -75.1412935319441, 39.955560833018602 ], [ -75.141370888982806, 39.955677628406796 ], [ -75.141500214554, 39.955866430327497 ], [ -75.141665507491794, 39.956066318820298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19703, "tnode_": 19531, "lpoly_": null, "rpoly_": null, "length": 365.58946634, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 948, "r_f_add": 901, "r_t_add": 937, "st_code": 35200, "l_hundred": 900, "r_hundred": 900, "seg_id": 441385, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14539, "Shape__Length": 145.73075558043635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1380846709704, 39.962945713144201 ], [ -75.137786301362894, 39.963922687148703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28810, "tnode_": 19942, "lpoly_": null, "rpoly_": null, "length": 1000.99519527, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 410, "l_t_add": 498, "r_f_add": 407, "r_t_add": 499, "st_code": 87950, "l_hundred": 400, "r_hundred": 400, "seg_id": 441386, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14540, "Shape__Length": 399.06754778910147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152019408860596, 39.958714286710702 ], [ -75.151856310763094, 39.959652352717299 ], [ -75.151813800462094, 39.960443503629101 ], [ -75.151794174829604, 39.961452996145802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28130, "tnode_": 20050, "lpoly_": null, "rpoly_": null, "length": 372.99176365, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 432, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 87970, "l_hundred": 400, "r_hundred": 400, "seg_id": 441388, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2000-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14541, "Shape__Length": 148.68882091411473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153345315736701, 39.959673238468397 ], [ -75.153124005902598, 39.960682885350202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20816, "tnode_": 20745, "lpoly_": null, "rpoly_": null, "length": 229.55475558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 215, "st_code": 87870, "l_hundred": 200, "r_hundred": 200, "seg_id": 441391, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14542, "Shape__Length": 91.501863360282698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146418916268203, 39.954211866175697 ], [ -75.146283349318693, 39.954833326192301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19724, "tnode_": 19655, "lpoly_": null, "rpoly_": null, "length": 571.6190816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81040, "l_hundred": 700, "r_hundred": 700, "seg_id": 441392, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14543, "Shape__Length": 227.05700424345437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149508785884905, 39.9631408613579 ], [ -75.151489224251307, 39.963514927931101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19828, "tnode_": 19788, "lpoly_": null, "rpoly_": null, "length": 549.36747617000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 81040, "l_hundred": 400, "r_hundred": 400, "seg_id": 441393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14544, "Shape__Length": 218.22180298580918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144728698452695, 39.962222384607898 ], [ -75.146119429192595, 39.962547963345301 ], [ -75.146624190048996, 39.9625190963853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19582, "tnode_": 19555, "lpoly_": null, "rpoly_": null, "length": 288.12466959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1021, "st_code": 81040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441394, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14545, "Shape__Length": 114.44951456745291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154016254701105, 39.963985417798298 ], [ -75.155014346014497, 39.9641744667788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19354, "tnode_": 19276, "lpoly_": null, "rpoly_": null, "length": 194.95745061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 948, "r_f_add": 901, "r_t_add": 949, "st_code": 70960, "l_hundred": 900, "r_hundred": 900, "seg_id": 441395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARAH ST", "stname": "SARAH ST", "objectid": 14546, "Shape__Length": 77.6611615095796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133690461025793, 39.965040778084003 ], [ -75.134024521756004, 39.965510188580097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19500, "tnode_": 19431, "lpoly_": null, "rpoly_": null, "length": 157.75857285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 840, "r_f_add": 801, "r_t_add": 829, "st_code": 50100, "l_hundred": 800, "r_hundred": 800, "seg_id": 441396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 14547, "Shape__Length": 62.892390381245221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144845776964402, 39.9643472912352 ], [ -75.144750462177598, 39.964774102619401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19340, "tnode_": 19101, "lpoly_": null, "rpoly_": null, "length": 490.40416372000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 61580, "l_hundred": 900, "r_hundred": 900, "seg_id": 441397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14548, "Shape__Length": 195.49960568224961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143379290165399, 39.965388946789197 ], [ -75.143020591682799, 39.9667065705599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19423, "tnode_": 19342, "lpoly_": null, "rpoly_": null, "length": 202.1790705, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 834, "l_t_add": 858, "r_f_add": 835, "r_t_add": 859, "st_code": 49660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441398, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14549, "Shape__Length": 80.601933589831503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145179287464103, 39.964834589039903 ], [ -75.145057958675693, 39.9653816875323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19546, "tnode_": 19423, "lpoly_": null, "rpoly_": null, "length": 312.89924342, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 832, "r_f_add": 801, "r_t_add": 833, "st_code": 49660, "l_hundred": 800, "r_hundred": 800, "seg_id": 441399, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 14550, "Shape__Length": 124.74265064347188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145355824612096, 39.963986450985701 ], [ -75.145179287464103, 39.964834589039903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19546, "tnode_": 19510, "lpoly_": null, "rpoly_": null, "length": 321.12521405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 428, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 19400, "l_hundred": 400, "r_hundred": 400, "seg_id": 441400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14551, "Shape__Length": 127.57372778330979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145355824612096, 39.963986450985701 ], [ -75.146449892895902, 39.964247901899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21696, "tnode_": 21839, "lpoly_": null, "rpoly_": null, "length": 333.83431508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 219, "l_t_add": 233, "r_f_add": 218, "r_t_add": 240, "st_code": 87920, "l_hundred": 200, "r_hundred": 200, "seg_id": 441401, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 14552, "Shape__Length": 133.05348949140108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151253119876799, 39.947017801858102 ], [ -75.151445773623706, 39.946113460440699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27519, "tnode_": 19839, "lpoly_": null, "rpoly_": null, "length": 189.51454617, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 528, "l_t_add": 598, "r_f_add": 513, "r_t_add": 599, "st_code": 87910, "l_hundred": 500, "r_hundred": 500, "seg_id": 441402, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14553, "Shape__Length": 75.552374249161588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148124403302404, 39.9617592149527 ], [ -75.148031236055701, 39.962274492629597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20276, "tnode_": 19959, "lpoly_": null, "rpoly_": null, "length": 1022.4473665600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 498, "r_f_add": 413, "r_t_add": 499, "st_code": 87910, "l_hundred": 400, "r_hundred": 400, "seg_id": 441403, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14554, "Shape__Length": 407.59748766550052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148728681103705, 39.958507025859099 ], [ -75.148213952968902, 39.961285682382197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21217, "tnode_": 21012, "lpoly_": null, "rpoly_": null, "length": 747.78146895999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 148, "r_f_add": 1, "r_t_add": 149, "st_code": 44825, "l_hundred": 0, "r_hundred": 0, "seg_id": 441404, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N INDEPENDENCE MALL E", "stname": "N INDEPENDENCE MALL E", "objectid": 14555, "Shape__Length": 298.05658501602795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148920221592604, 39.950563443639403 ], [ -75.148474258218897, 39.9525873009446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20652, "tnode_": 20453, "lpoly_": null, "rpoly_": null, "length": 538.98121181, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 81680, "l_hundred": 300, "r_hundred": 300, "seg_id": 441406, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 14556, "Shape__Length": 214.81941112639072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140099379850994, 39.955461203532998 ], [ -75.139631857113301, 39.956896362358599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18362, "tnode_": 18118, "lpoly_": null, "rpoly_": null, "length": 463.4409582, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 61580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14557, "Shape__Length": 184.78196630980162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142113249828697, 39.971107108761302 ], [ -75.142038720493005, 39.971458646355003 ], [ -75.142142261205706, 39.971841180634797 ], [ -75.142155392212203, 39.9723663616195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19732, "tnode_": 19612, "lpoly_": null, "rpoly_": null, "length": 222.03793144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 56420, "l_hundred": 700, "r_hundred": 700, "seg_id": 441408, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINTZER ST", "stname": "MINTZER ST", "objectid": 14558, "Shape__Length": 88.517147826915675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143649540580299, 39.962951936331102 ], [ -75.143520130274496, 39.963553268887303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21885, "tnode_": 21884, "lpoly_": null, "rpoly_": null, "length": 132.09147008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 828, "l_t_add": 898, "r_f_add": 829, "r_t_add": 899, "st_code": 73960, "l_hundred": 800, "r_hundred": 800, "seg_id": 441410, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14559, "Shape__Length": 52.448477593858989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155873655934101, 39.945878340378897 ], [ -75.1563393862358, 39.945932983525502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21894, "tnode_": 21885, "lpoly_": null, "rpoly_": null, "length": 83.5063007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 822, "l_t_add": 826, "r_f_add": 823, "r_t_add": 827, "st_code": 73960, "l_hundred": 800, "r_hundred": 800, "seg_id": 441411, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14560, "Shape__Length": 33.1574812594381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155579618829194, 39.9458418780671 ], [ -75.155873655934101, 39.945878340378897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21905, "tnode_": 21894, "lpoly_": null, "rpoly_": null, "length": 232.19849789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 73960, "l_hundred": 800, "r_hundred": 800, "seg_id": 441412, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14561, "Shape__Length": 92.198279976622771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154762399519996, 39.945738679755301 ], [ -75.155579618829194, 39.9458418780671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21928, "tnode_": 21905, "lpoly_": null, "rpoly_": null, "length": 447.49255878000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 73960, "l_hundred": 700, "r_hundred": 700, "seg_id": 441413, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14562, "Shape__Length": 177.68330202584622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153186673234202, 39.945545426021901 ], [ -75.154693579359005, 39.945735834176098 ], [ -75.154762399519996, 39.945738679755301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21005, "tnode_": 20992, "lpoly_": null, "rpoly_": null, "length": 249.77535675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 928, "r_f_add": 901, "r_t_add": 929, "st_code": 26520, "l_hundred": 900, "r_hundred": 900, "seg_id": 441454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14563, "Shape__Length": 99.187902510440395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154833572331796, 39.952841055810303 ], [ -75.155712664585096, 39.952952442816603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21949, "tnode_": 21928, "lpoly_": null, "rpoly_": null, "length": 445.35573434000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 73960, "l_hundred": 600, "r_hundred": 600, "seg_id": 441414, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14564, "Shape__Length": 176.83470408204326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151618919258098, 39.945350844359801 ], [ -75.153115618349801, 39.945531038191703 ], [ -75.153186673234202, 39.945545426021901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21985, "tnode_": 21949, "lpoly_": null, "rpoly_": null, "length": 448.73758531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73960, "l_hundred": 500, "r_hundred": 500, "seg_id": 441415, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14565, "Shape__Length": 178.17689545663166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150039119052295, 39.945153706457802 ], [ -75.151618919258098, 39.945350844359801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22053, "tnode_": 22042, "lpoly_": null, "rpoly_": null, "length": 219.7806048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 217, "st_code": 73960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441417, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14566, "Shape__Length": 87.266507728062805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144935941471601, 39.944503392742497 ], [ -75.145708815385802, 39.9446039681551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26798, "tnode_": 22064, "lpoly_": null, "rpoly_": null, "length": 191.39475631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 125, "st_code": 73960, "l_hundred": 100, "r_hundred": 100, "seg_id": 441418, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14567, "Shape__Length": 75.994372408566377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143338578208997, 39.9443150667597 ], [ -75.144012747820497, 39.944397398457298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21051, "tnode_": 21034, "lpoly_": null, "rpoly_": null, "length": 445.94916648999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 34000, "l_hundred": 900, "r_hundred": 900, "seg_id": 441419, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 14568, "Shape__Length": 177.08945061547811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154935895093701, 39.952373488206099 ], [ -75.156504988551802, 39.952574353546197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21082, "tnode_": 21073, "lpoly_": null, "rpoly_": null, "length": 264.8071559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 115, "st_code": 13000, "l_hundred": 100, "r_hundred": 100, "seg_id": 441420, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14569, "Shape__Length": 105.15519970451741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1416634066493, 39.951737773281501 ], [ -75.142595680750105, 39.951854490286401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20939, "tnode_": 20921, "lpoly_": null, "rpoly_": null, "length": 379.92556199000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 66440, "l_hundred": 100, "r_hundred": 100, "seg_id": 441422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 14570, "Shape__Length": 150.87163513807897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141691536306993, 39.9530829258727 ], [ -75.142964592113103, 39.953240420653202 ], [ -75.143029400433704, 39.953249033176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20876, "tnode_": 20861, "lpoly_": null, "rpoly_": null, "length": 575.49211395000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 36, "l_t_add": 98, "r_f_add": 35, "r_t_add": 99, "st_code": 67120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441423, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14571, "Shape__Length": 228.53086107253429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140547239257998, 39.953614024645397 ], [ -75.141256121743197, 39.953736204149997 ], [ -75.141435063371205, 39.953761575273397 ], [ -75.141553571503096, 39.953774920988799 ], [ -75.142578040240707, 39.953787051795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20442, "tnode_": 20437, "lpoly_": null, "rpoly_": null, "length": 147.61350918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1300, "r_hundred": 0, "seg_id": 441424, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14572, "Shape__Length": 58.621951164934188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160315180836804, 39.957396064991897 ], [ -75.160835349621294, 39.957459006060397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20458, "tnode_": 20442, "lpoly_": null, "rpoly_": null, "length": 454.70579639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1200, "r_hundred": 0, "seg_id": 441425, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14573, "Shape__Length": 180.57806400968624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158713422074996, 39.957199480432898 ], [ -75.160315180836804, 39.957396064991897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20468, "tnode_": 20458, "lpoly_": null, "rpoly_": null, "length": 123.68222502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1166, "l_t_add": 1198, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1100, "r_hundred": 0, "seg_id": 441426, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14574, "Shape__Length": 49.118593285546872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158278377230403, 39.9571430037808 ], [ -75.158713422074996, 39.957199480432898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28100, "tnode_": 20334, "lpoly_": null, "rpoly_": null, "length": 2357.9846624299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19102, "zip_right": 19102, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441427, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14575, "Shape__Length": 936.4408342533186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158817297562507, 39.957386620016599 ], [ -75.161584876977599, 39.957742795360502 ], [ -75.167121282391506, 39.9584171761134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20378, "tnode_": 20356, "lpoly_": null, "rpoly_": null, "length": 447.86102448999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 63560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARL ST", "stname": "PEARL ST", "objectid": 14576, "Shape__Length": 177.8685747845349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156965112598797, 39.957889945551301 ], [ -75.157025214766307, 39.957915171064002 ], [ -75.158534405849096, 39.958104635064601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20343, "tnode_": 20316, "lpoly_": null, "rpoly_": null, "length": 447.55260539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 84320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441429, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14577, "Shape__Length": 177.74116037136574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156900483086801, 39.958177982869998 ], [ -75.158475585533296, 39.958378490773399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20302, "tnode_": 20283, "lpoly_": null, "rpoly_": null, "length": 446.43014510999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 21440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARLTON ST", "stname": "CARLTON ST", "objectid": 14578, "Shape__Length": 177.29639474422569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156842058845399, 39.958461685964799 ], [ -75.156898962487105, 39.958462437855303 ], [ -75.158354139779505, 39.9586485053267 ], [ -75.158412878735504, 39.9586595587147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20448, "tnode_": 20421, "lpoly_": null, "rpoly_": null, "length": 587.12454268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 196, "r_f_add": 101, "r_t_add": 197, "st_code": 20880, "l_hundred": 100, "r_hundred": 100, "seg_id": 441432, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14579, "Shape__Length": 233.1674027856123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139957386334103, 39.956937869090801 ], [ -75.142022800819205, 39.957204859786998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20153, "tnode_": 20139, "lpoly_": null, "rpoly_": null, "length": 446.84538332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 59940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14580, "Shape__Length": 177.46395817850737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1565548638617, 39.9597663273425 ], [ -75.158128063509395, 39.959963945364798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20158, "tnode_": 20153, "lpoly_": null, "rpoly_": null, "length": 210.35659056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1040, "l_t_add": 1098, "r_f_add": 1041, "r_t_add": 1099, "st_code": 59940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14581, "Shape__Length": 83.541803885240299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155813330044893, 39.959677827713399 ], [ -75.1565548638617, 39.9597663273425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20173, "tnode_": 20158, "lpoly_": null, "rpoly_": null, "length": 237.70851288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1038, "r_f_add": 1001, "r_t_add": 1039, "st_code": 59940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14582, "Shape__Length": 94.397166800310856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154967179526494, 39.959635106497799 ], [ -75.155813330044893, 39.959677827713399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20173, "tnode_": 20102, "lpoly_": null, "rpoly_": null, "length": 206.23578527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 430, "l_t_add": 448, "r_f_add": 431, "r_t_add": 449, "st_code": 87990, "l_hundred": 400, "r_hundred": 400, "seg_id": 441436, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14583, "Shape__Length": 82.213392974928666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154967179526494, 39.959635106497799 ], [ -75.154846301829707, 39.960193555733703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28810, "tnode_": 28128, "lpoly_": null, "rpoly_": null, "length": 244.86625648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 850, "r_f_add": 801, "r_t_add": 851, "st_code": 83440, "l_hundred": 800, "r_hundred": 800, "seg_id": 441437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 14584, "Shape__Length": 97.251135525901688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152019408860596, 39.958714286710702 ], [ -75.152079771728197, 39.958735638247099 ], [ -75.152876202811001, 39.958836092102501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20536, "tnode_": 20437, "lpoly_": null, "rpoly_": null, "length": 235.68854043000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 238, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 23420, "l_hundred": 200, "r_hundred": 200, "seg_id": 441438, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLARION ST", "stname": "N CLARION ST", "objectid": 14585, "Shape__Length": 93.950102097279355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160976685933505, 39.956821219322102 ], [ -75.160835349621294, 39.957459006060397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20605, "tnode_": 20468, "lpoly_": null, "rpoly_": null, "length": 306.32939378999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71000, "l_hundred": 200, "r_hundred": 200, "seg_id": 441439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SARTAIN ST", "stname": "N SARTAIN ST", "objectid": 14586, "Shape__Length": 122.10831152328548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158461358987097, 39.956313965184698 ], [ -75.158278377230403, 39.9571430037808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20613, "tnode_": 20473, "lpoly_": null, "rpoly_": null, "length": 305.92846474000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 236, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 54140, "l_hundred": 200, "r_hundred": 200, "seg_id": 441440, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 14587, "Shape__Length": 121.94881980185426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158109893454593, 39.9562693932955 ], [ -75.157929925456301, 39.957097706623998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20617, "tnode_": 20523, "lpoly_": null, "rpoly_": null, "length": 227.58967156999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 23840, "l_hundred": 200, "r_hundred": 200, "seg_id": 441441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLIFTON ST", "stname": "N CLIFTON ST", "objectid": 14588, "Shape__Length": 90.72142735911946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156907875620206, 39.956151273857103 ], [ -75.156775486271002, 39.956767672966599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20653, "tnode_": 20617, "lpoly_": null, "rpoly_": null, "length": 121.99244888, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 136, "l_t_add": 198, "r_f_add": 135, "r_t_add": 199, "st_code": 23840, "l_hundred": 100, "r_hundred": 100, "seg_id": 441442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLIFTON ST", "stname": "N CLIFTON ST", "objectid": 14589, "Shape__Length": 48.62441294780411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156993159678606, 39.955824304584297 ], [ -75.156926130297293, 39.956125028041697 ], [ -75.156907875620206, 39.956151273857103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20644, "tnode_": 20574, "lpoly_": null, "rpoly_": null, "length": 218.82722664, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 222, "l_t_add": 240, "r_f_add": 223, "r_t_add": 241, "st_code": 87970, "l_hundred": 200, "r_hundred": 200, "seg_id": 441443, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14590, "Shape__Length": 87.226655308837749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154186302139493, 39.955834206277899 ], [ -75.154049080487297, 39.956425559542502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20784, "tnode_": 20704, "lpoly_": null, "rpoly_": null, "length": 220.93996826, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 223, "st_code": 87910, "l_hundred": 200, "r_hundred": 200, "seg_id": 441444, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14591, "Shape__Length": 88.061310386255258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149512607862704, 39.954653397773299 ], [ -75.149497728377895, 39.954762356992298 ], [ -75.149436074153499, 39.955034675042597 ], [ -75.1493500467259, 39.955245030569898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20704, "tnode_": 20579, "lpoly_": null, "rpoly_": null, "length": 353.30871379000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 226, "l_t_add": 260, "r_f_add": 225, "r_t_add": 261, "st_code": 87910, "l_hundred": 200, "r_hundred": 200, "seg_id": 441445, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14592, "Shape__Length": 140.83222766786568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1493500467259, 39.955245030569898 ], [ -75.149133624741197, 39.956200499688698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20748, "tnode_": 20704, "lpoly_": null, "rpoly_": null, "length": 271.47946172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061I", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9525, "l_hundred": 0, "r_hundred": 0, "seg_id": 441446, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061I", "stname": "VINE STREET EXPY RAMP 8061I", "objectid": 14593, "Shape__Length": 107.97923333962886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1486882858879, 39.9549187636554 ], [ -75.148852437370095, 39.954900136843598 ], [ -75.148982723382801, 39.9548811222026 ], [ -75.1490985508687, 39.954895577804599 ], [ -75.149180888696094, 39.954924483271199 ], [ -75.149247285804606, 39.954968236522099 ], [ -75.149291999489904, 39.955062195900901 ], [ -75.1493500467259, 39.955245030569898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20748, "tnode_": 20784, "lpoly_": null, "rpoly_": null, "length": 264.39870635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061H", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9520, "l_hundred": 0, "r_hundred": 0, "seg_id": 441447, "oneway": "TF", "class": 9, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061H", "stname": "VINE STREET EXPY RAMP 8061H", "objectid": 14594, "Shape__Length": 105.0715666691458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1486882858879, 39.9549187636554 ], [ -75.148740419335297, 39.9548435194015 ], [ -75.148801918951605, 39.954785767280299 ], [ -75.148928720766406, 39.954743013795003 ], [ -75.149046229684402, 39.954713570198997 ], [ -75.149121470988703, 39.954698376537401 ], [ -75.149512607862704, 39.954653397773299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20781, "tnode_": 20745, "lpoly_": null, "rpoly_": null, "length": 448.36675556999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 34540, "l_hundred": 300, "r_hundred": 300, "seg_id": 441449, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14595, "Shape__Length": 178.07069991023329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144723453758104, 39.954561700223003 ], [ -75.146283349318693, 39.954833326192301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20810, "tnode_": 20781, "lpoly_": null, "rpoly_": null, "length": 546.70923103999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 34540, "l_hundred": 200, "r_hundred": 200, "seg_id": 441450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14596, "Shape__Length": 217.12684633278525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142821416166498, 39.954230534396999 ], [ -75.144723453758104, 39.954561700223003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20852, "tnode_": 20739, "lpoly_": null, "rpoly_": null, "length": 347.04822887, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 132, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 87950, "l_hundred": 100, "r_hundred": 100, "seg_id": 441451, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14597, "Shape__Length": 138.33509510993539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152945123703404, 39.954078854914201 ], [ -75.152737417346003, 39.955018040075103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20963, "tnode_": 20876, "lpoly_": null, "rpoly_": null, "length": 300.1392108, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 81680, "l_hundred": 100, "r_hundred": 100, "seg_id": 441452, "oneway": "B", "class": 6, "responsibl": "STRICKEN", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 14598, "Shape__Length": 119.58164608629683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140897715921398, 39.952855312052499 ], [ -75.140699671251397, 39.953462956495301 ], [ -75.140682694615194, 39.953515040543898 ], [ -75.140547239257998, 39.953614024645397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20992, "tnode_": 20985, "lpoly_": null, "rpoly_": null, "length": 196.09991574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 930, "l_t_add": 998, "r_f_add": 931, "r_t_add": 999, "st_code": 26520, "l_hundred": 900, "r_hundred": 900, "seg_id": 441453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14599, "Shape__Length": 77.872827689580603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155712664585096, 39.952952442816603 ], [ -75.156403094733804, 39.953038719876602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21298, "tnode_": 21285, "lpoly_": null, "rpoly_": null, "length": 916.1762957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 53560, "l_hundred": 0, "r_hundred": 0, "seg_id": 441455, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 14600, "Shape__Length": 363.79075830992508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140498385469698, 39.949730664479098 ], [ -75.140867961798605, 39.949778071175999 ], [ -75.142324790499799, 39.949964496455301 ], [ -75.142507473099201, 39.949977369283701 ], [ -75.143564018213297, 39.9499534185451 ], [ -75.143739320757902, 39.949943005084201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21303, "tnode_": 21391, "lpoly_": null, "rpoly_": null, "length": 255.15247258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LETITIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 13, "r_f_add": 2, "r_t_add": 16, "st_code": 50400, "l_hundred": 0, "r_hundred": 0, "seg_id": 441456, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LETITIA ST", "stname": "LETITIA ST", "objectid": 14601, "Shape__Length": 101.69858758957317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142964792226806, 39.949787005066902 ], [ -75.143109367370798, 39.949095474289599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21224, "tnode_": 21220, "lpoly_": null, "rpoly_": null, "length": 233.71502406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 51920, "l_hundred": 900, "r_hundred": 900, "seg_id": 441457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 14602, "Shape__Length": 92.807647141178492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1560860620299, 39.950633026140601 ], [ -75.156908079393105, 39.950739668482299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21831, "tnode_": 21884, "lpoly_": null, "rpoly_": null, "length": 132.73888544, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 265, "l_t_add": 299, "r_f_add": 262, "r_t_add": 298, "st_code": 87980, "l_hundred": 200, "r_hundred": 200, "seg_id": 441458, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 9TH ST", "stname": "S 9TH ST", "objectid": 14603, "Shape__Length": 52.904037178690466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156261282524298, 39.946292375518901 ], [ -75.1563393862358, 39.945932983525502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28043, "tnode_": 21885, "lpoly_": null, "rpoly_": null, "length": 203.97511828, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 71180, "l_hundred": 200, "r_hundred": 200, "seg_id": 441459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SCHELL ST", "stname": "S SCHELL ST", "objectid": 14604, "Shape__Length": 81.290590464570968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155729333520796, 39.946425861114697 ], [ -75.155759432711505, 39.946321889408701 ], [ -75.155774604060298, 39.946286107980001 ], [ -75.155788172814596, 39.946265105759799 ], [ -75.155873655934101, 39.945878340378897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28042, "tnode_": 21894, "lpoly_": null, "rpoly_": null, "length": 202.23264673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 243, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 27380, "l_hundred": 200, "r_hundred": 200, "seg_id": 441460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 14605, "Shape__Length": 80.602039669851251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155465981400297, 39.946390098869301 ], [ -75.155579618829194, 39.9458418780671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21865, "tnode_": 21928, "lpoly_": null, "rpoly_": null, "length": 169.37313881, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 251, "l_t_add": 299, "r_f_add": 236, "r_t_add": 298, "st_code": 87940, "l_hundred": 200, "r_hundred": 200, "seg_id": 441461, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 14606, "Shape__Length": 67.50484702685452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153089369312696, 39.946004268599502 ], [ -75.153175934790895, 39.9456084146751 ], [ -75.153186673234202, 39.945545426021901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21915, "tnode_": 21985, "lpoly_": null, "rpoly_": null, "length": 133.5840365, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 277, "l_t_add": 299, "r_f_add": 276, "r_t_add": 298, "st_code": 87900, "l_hundred": 200, "r_hundred": 200, "seg_id": 441463, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 5TH ST", "stname": "S 5TH ST", "objectid": 14607, "Shape__Length": 53.23982501060722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149957491023699, 39.945514989150603 ], [ -75.149972220847403, 39.945449795405104 ], [ -75.150039119052295, 39.945153706457802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21942, "tnode_": 22006, "lpoly_": null, "rpoly_": null, "length": 133.75461616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 273, "l_t_add": 299, "r_f_add": 258, "r_t_add": 298, "st_code": 87880, "l_hundred": 200, "r_hundred": 200, "seg_id": 441464, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 4TH ST", "stname": "S 4TH ST", "objectid": 14608, "Shape__Length": 53.307638466339853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1483723522406, 39.945312334473599 ], [ -75.148454170769398, 39.944950602026601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21930, "tnode_": 22024, "lpoly_": null, "rpoly_": null, "length": 219.01509158, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 259, "l_t_add": 299, "r_f_add": 258, "r_t_add": 298, "st_code": 87860, "l_hundred": 200, "r_hundred": 200, "seg_id": 441465, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 14609, "Shape__Length": 87.288302182906136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146747546281603, 39.945343165420297 ], [ -75.146878996646294, 39.944750515703703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21911, "tnode_": 22064, "lpoly_": null, "rpoly_": null, "length": 351.75464541999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "38TH PARALLEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 88555, "l_hundred": 200, "r_hundred": 200, "seg_id": 441466, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "38TH PARALLEL PL", "stname": "38TH PARALLEL PL", "objectid": 14610, "Shape__Length": 140.18944850074269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143790144736698, 39.9453476868999 ], [ -75.144012747820497, 39.944397398457298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20421, "tnode_": 19977, "lpoly_": null, "rpoly_": null, "length": 1591.75296824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "N2V", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9155, "l_hundred": 0, "r_hundred": 0, "seg_id": 441468, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP N2V", "stname": "DELAWARE EXPY RAMP N2V", "objectid": 14611, "Shape__Length": 634.39358963427014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142022800819205, 39.957204859786998 ], [ -75.141876826787595, 39.957891862705601 ], [ -75.141721002498301, 39.958606812931997 ], [ -75.141626802913194, 39.958932483242798 ], [ -75.141529529258307, 39.959186235124598 ], [ -75.141363470176699, 39.959559668186898 ], [ -75.141218776309103, 39.959882247478802 ], [ -75.140990799091, 39.960406136852598 ], [ -75.140763291648696, 39.9609177330587 ], [ -75.140614666619797, 39.961207188989697 ], [ -75.140488018873498, 39.961393104371297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19977, "tnode_": 19592, "lpoly_": null, "rpoly_": null, "length": 1306.1955130599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "NV", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9165, "l_hundred": 0, "r_hundred": 0, "seg_id": 441469, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP NV", "stname": "DELAWARE EXPY RAMP NV", "objectid": 14612, "Shape__Length": 520.2923521872483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140488018873498, 39.961393104371297 ], [ -75.140218431603003, 39.9619185265339 ], [ -75.140049769277397, 39.962211963578604 ], [ -75.139830777541505, 39.962573986514997 ], [ -75.139647674789003, 39.962870764384697 ], [ -75.139340410216704, 39.963317129487798 ], [ -75.138973181724893, 39.963782610420601 ], [ -75.138443402924906, 39.964394743410303 ], [ -75.1382610040543, 39.964518261225699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20574, "tnode_": 20537, "lpoly_": null, "rpoly_": null, "length": 468.43714568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 83900, "l_hundred": 900, "r_hundred": 900, "seg_id": 441470, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTER ST", "stname": "WINTER ST", "objectid": 14613, "Shape__Length": 186.07712674154541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154049080487297, 39.956425559542502 ], [ -75.154067101445605, 39.956464204782101 ], [ -75.1540897437322, 39.956484706245597 ], [ -75.155550827607698, 39.956670239461303 ], [ -75.155628079523396, 39.956619208418502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20546, "tnode_": 20551, "lpoly_": null, "rpoly_": null, "length": 206.683898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 820, "l_t_add": 898, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 800, "r_hundred": 0, "seg_id": 441471, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14614, "Shape__Length": 82.077550519608238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153166347176096, 39.956504994472397 ], [ -75.153896990810793, 39.956580852290301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20586, "tnode_": 20546, "lpoly_": null, "rpoly_": null, "length": 235.23384584000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441472, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14615, "Shape__Length": 93.506907041399302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152498120099096, 39.956262408611003 ], [ -75.152524144382397, 39.956381428786003 ], [ -75.152568416165195, 39.956420355984903 ], [ -75.152719028156397, 39.956440019420398 ], [ -75.153042180886104, 39.956458170773502 ], [ -75.153166347176096, 39.956504994472397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20519, "tnode_": 20521, "lpoly_": null, "rpoly_": null, "length": 140.99754514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 709, "st_code": 80120, "l_hundred": 700, "r_hundred": 700, "seg_id": 441473, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14616, "Shape__Length": 55.9916635828259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151322835323796, 39.956589170203301 ], [ -75.1514153929282, 39.956578364175897 ], [ -75.151822191270199, 39.956613390356097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20472, "tnode_": 20456, "lpoly_": null, "rpoly_": null, "length": 244.05561391999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 901, "r_t_add": 999, "st_code": 80120, "l_hundred": 0, "r_hundred": 900, "seg_id": 441475, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14617, "Shape__Length": 96.922297726234092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154625861892598, 39.9571070208058 ], [ -75.155485250984796, 39.957214095383399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20402, "tnode_": 20400, "lpoly_": null, "rpoly_": null, "length": 676.7350046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061F", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9510, "l_hundred": 0, "r_hundred": 0, "seg_id": 441476, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061F", "stname": "VINE STREET EXPY RAMP 8061F", "objectid": 14618, "Shape__Length": 268.73796119549945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147449883029495, 39.957445376286501 ], [ -75.147675841510207, 39.9574505786373 ], [ -75.147964457867104, 39.957491863987102 ], [ -75.148253645358295, 39.957518273985102 ], [ -75.148620150945902, 39.957546436485103 ], [ -75.149032424710896, 39.9575582655796 ], [ -75.149296598702193, 39.9575642545446 ], [ -75.149587209241304, 39.957553472260798 ], [ -75.149851814155099, 39.957525684147399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20400, "tnode_": 20434, "lpoly_": null, "rpoly_": null, "length": 383.17503218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061F", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9510, "l_hundred": 0, "r_hundred": 0, "seg_id": 441477, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061F", "stname": "VINE STREET EXPY RAMP 8061F", "objectid": 14619, "Shape__Length": 152.24893385517305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149851814155099, 39.957525684147399 ], [ -75.150131573644998, 39.957483924352502 ], [ -75.150453265683296, 39.957419254134102 ], [ -75.150798646935698, 39.957325343724797 ], [ -75.1511050735824, 39.957148429957698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20490, "tnode_": 20400, "lpoly_": null, "rpoly_": null, "length": 325.56231334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061G", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9515, "l_hundred": 0, "r_hundred": 0, "seg_id": 441478, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061G", "stname": "VINE STREET EXPY RAMP 8061G", "objectid": 14620, "Shape__Length": 129.60857246261506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799242746198, 39.956820242339198 ], [ -75.149884863308898, 39.956937393712302 ], [ -75.150058255532301, 39.957040578037201 ], [ -75.150125431913196, 39.957138874533499 ], [ -75.150144946484303, 39.957218721007003 ], [ -75.150128929113293, 39.957300242758599 ], [ -75.150074157932806, 39.957383368562198 ], [ -75.149964902810495, 39.957457815322798 ], [ -75.149851814155099, 39.957525684147399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20602, "tnode_": 20428, "lpoly_": null, "rpoly_": null, "length": 1354.57807776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 441479, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 14621, "Shape__Length": 538.22119494302365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141665507491794, 39.956066318820298 ], [ -75.141775651264595, 39.956155775368302 ], [ -75.141890371096196, 39.956244371743303 ], [ -75.142074132940706, 39.956364019905102 ], [ -75.142318406003696, 39.956487500319298 ], [ -75.142569718298105, 39.956593942362197 ], [ -75.142966439563494, 39.956738083967799 ], [ -75.143351251078499, 39.956859841563301 ], [ -75.143758673356601, 39.9569747411443 ], [ -75.144252502991606, 39.957084231533997 ], [ -75.144457572686605, 39.9571219495134 ], [ -75.145711044110499, 39.957311700370703 ], [ -75.145971879738994, 39.957351031119501 ], [ -75.146088483781099, 39.957399790278401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20426, "tnode_": 20494, "lpoly_": null, "rpoly_": null, "length": 711.90299507000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061D", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9500, "l_hundred": 0, "r_hundred": 0, "seg_id": 441480, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061D", "stname": "VINE STREET EXPY RAMP 8061D", "objectid": 14622, "Shape__Length": 282.73821259989535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152220187331807, 39.957312175485001 ], [ -75.152604613251, 39.957223020915997 ], [ -75.153055211906604, 39.957130282186498 ], [ -75.153381367821893, 39.957069941501601 ], [ -75.153640078373101, 39.957024327009798 ], [ -75.153870135203505, 39.956991608545302 ], [ -75.154236944162506, 39.956972818683397 ], [ -75.154504344276106, 39.956976160233303 ], [ -75.154704751013099, 39.956959002056301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20542, "tnode_": 20257, "lpoly_": null, "rpoly_": null, "length": 766.32604175000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061H", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9520, "l_hundred": 0, "r_hundred": 0, "seg_id": 441481, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061H", "stname": "VINE STREET EXPY RAMP 8061H", "objectid": 14623, "Shape__Length": 304.89513715636934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149040705474704, 39.956867237018599 ], [ -75.149064752226806, 39.957303416741503 ], [ -75.149106142462401, 39.957569862506197 ], [ -75.149134088384599, 39.9576821577662 ], [ -75.149207041953503, 39.957797954763997 ], [ -75.149301413779696, 39.957859647105501 ], [ -75.149413031873905, 39.957891953378201 ], [ -75.149532043551204, 39.957899613925001 ], [ -75.150295573353006, 39.9579169184736 ], [ -75.150412596664793, 39.957892275616402 ], [ -75.150514269167303, 39.957847432632903 ], [ -75.150625504714995, 39.957785977883198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20972, "tnode_": 20964, "lpoly_": null, "rpoly_": null, "length": 69.68857408000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 26520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14624, "Shape__Length": 27.673630359067701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157718693153498, 39.953237619140403 ], [ -75.157964464405396, 39.953266267558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20910, "tnode_": 20894, "lpoly_": null, "rpoly_": null, "length": 300.08072473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 26520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14625, "Shape__Length": 119.16718131116116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162139576010901, 39.953784939519899 ], [ -75.163194685270895, 39.953923575546902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21240, "tnode_": 21228, "lpoly_": null, "rpoly_": null, "length": 181.18485780999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 51920, "l_hundred": 700, "r_hundred": 700, "seg_id": 441485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 14626, "Shape__Length": 71.947543939584278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153076238728403, 39.9504628712479 ], [ -75.153713855515207, 39.950543887882702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21478, "tnode_": 21464, "lpoly_": null, "rpoly_": null, "length": 193.77487516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORAVIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 56900, "l_hundred": 900, "r_hundred": 900, "seg_id": 441486, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-09-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORAVIAN ST", "stname": "MORAVIAN ST", "objectid": 14627, "Shape__Length": 76.945013341752045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155733131201899, 39.948704621301196 ], [ -75.1564150053037, 39.948791413067198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21515, "tnode_": 21576, "lpoly_": null, "rpoly_": null, "length": 181.39848625000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 221, "l_t_add": 221, "r_f_add": 216, "r_t_add": 244, "st_code": 81840, "l_hundred": 200, "r_hundred": 200, "seg_id": 441487, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S WATTS ST", "stname": "S WATTS ST", "objectid": 14628, "Shape__Length": 72.300807001547042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163729410340096, 39.948618437136702 ], [ -75.163830848043901, 39.948126633714502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27972, "tnode_": 21742, "lpoly_": null, "rpoly_": null, "length": 290.7958827, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 71020, "l_hundred": 200, "r_hundred": 200, "seg_id": 441488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S SARTAIN ST", "stname": "S SARTAIN ST", "objectid": 14629, "Shape__Length": 115.90116295164428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160344731173595, 39.9476956874622 ], [ -75.160513335564801, 39.9469080345783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21638, "tnode_": 21627, "lpoly_": null, "rpoly_": null, "length": 149.59245011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 49280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441489, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2011-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 14630, "Shape__Length": 59.401017063757394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162944065913095, 39.9476136691883 ], [ -75.163469168828797, 39.9476864179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21846, "tnode_": 21955, "lpoly_": null, "rpoly_": null, "length": 286.79365285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILIP", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 64530, "l_hundred": 200, "r_hundred": 200, "seg_id": 441490, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILIP PL", "stname": "PHILIP PL", "objectid": 14631, "Shape__Length": 114.30681651502758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145402776287, 39.945966147473399 ], [ -75.145540935982098, 39.945186077479001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20253, "tnode_": 19971, "lpoly_": null, "rpoly_": null, "length": 927.13014421999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 440, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 87890, "l_hundred": 400, "r_hundred": 400, "seg_id": 441491, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14632, "Shape__Length": 369.59062964028681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147115796096699, 39.958603301321801 ], [ -75.147097087909302, 39.958906933728798 ], [ -75.147011735722899, 39.959351802897899 ], [ -75.146602349643899, 39.961115308588099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20354, "tnode_": 20253, "lpoly_": null, "rpoly_": null, "length": 291.54868683000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 438, "r_f_add": 401, "r_t_add": 427, "st_code": 87890, "l_hundred": 400, "r_hundred": 400, "seg_id": 441493, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14633, "Shape__Length": 116.21161604062415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147295549483601, 39.957821378012198 ], [ -75.147225810817503, 39.9579242530518 ], [ -75.147115796096699, 39.958603301321801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20797, "tnode_": 20689, "lpoly_": null, "rpoly_": null, "length": 333.91046991999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 233, "st_code": 87890, "l_hundred": 200, "r_hundred": 200, "seg_id": 441494, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14634, "Shape__Length": 133.03474410381918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148083955585193, 39.954425635994397 ], [ -75.148076509468297, 39.954490479388198 ], [ -75.148078312056498, 39.954558116680701 ], [ -75.148096238198093, 39.954720755721098 ], [ -75.148095065302996, 39.954866062024898 ], [ -75.1480504656421, 39.954998554764202 ], [ -75.147958308704503, 39.955111378943201 ], [ -75.147781766045298, 39.955265179344899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20434, "tnode_": 20426, "lpoly_": null, "rpoly_": null, "length": 318.24732854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9505, "l_hundred": 0, "r_hundred": 0, "seg_id": 441495, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061E", "stname": "VINE STREET EXPY RAMP 8061E", "objectid": 14635, "Shape__Length": 126.3911392915832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1511050735824, 39.957148429957698 ], [ -75.152220187331807, 39.957312175485001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20602, "tnode_": 20384, "lpoly_": null, "rpoly_": null, "length": 875.26810221000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 441496, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 14636, "Shape__Length": 348.04410100512007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141665507491794, 39.956066318820298 ], [ -75.141715801833598, 39.956134759732898 ], [ -75.1418108171802, 39.956237649825397 ], [ -75.142175327362693, 39.956555496350198 ], [ -75.142436101381094, 39.956748141975503 ], [ -75.142691628326105, 39.956911186259603 ], [ -75.142951758273398, 39.957037481822397 ], [ -75.143273624749796, 39.957135698112701 ], [ -75.144095983671306, 39.9573361855158 ], [ -75.1441355550092, 39.957402865297098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20426, "tnode_": 20472, "lpoly_": null, "rpoly_": null, "length": 685.82509071000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 801, "r_t_add": 899, "st_code": 80120, "l_hundred": 0, "r_hundred": 800, "seg_id": 441497, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14637, "Shape__Length": 272.37103753887084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152220187331807, 39.957312175485001 ], [ -75.152562303595204, 39.957316875495003 ], [ -75.152813153833506, 39.957292756193198 ], [ -75.153245961114905, 39.9572050326652 ], [ -75.153696351918597, 39.957117704565597 ], [ -75.154003991883101, 39.9570813228665 ], [ -75.154296528127404, 39.957071688658999 ], [ -75.154517999777596, 39.957079408812803 ], [ -75.154625861892598, 39.9571070208058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20676, "tnode_": 28087, "lpoly_": null, "rpoly_": null, "length": 176.99905481, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARGINAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 452, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 53470, "l_hundred": 400, "r_hundred": 400, "seg_id": 441499, "oneway": "TF", "class": 5, "responsibl": "DRPA", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARGINAL RD", "stname": "N MARGINAL RD", "objectid": 14638, "Shape__Length": 70.319493945305325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146995951522598, 39.955361108397199 ], [ -75.147281750959394, 39.955411474424103 ], [ -75.147445252264205, 39.9554519526489 ], [ -75.147572032278404, 39.955500821370499 ], [ -75.147577594956701, 39.955519277937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19172, "tnode_": 19102, "lpoly_": null, "rpoly_": null, "length": 115.12082046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1044, "l_t_add": 1050, "r_f_add": 1035, "r_t_add": 1039, "st_code": 35200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441502, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14639, "Shape__Length": 45.891225073296383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137048860197396, 39.9662431851715 ], [ -75.136954607600302, 39.966550772076097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19639, "tnode_": 19590, "lpoly_": null, "rpoly_": null, "length": 93.12749242, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 600, "l_t_add": 600, "r_f_add": 611, "r_t_add": 615, "st_code": 19140, "l_hundred": 600, "r_hundred": 600, "seg_id": 441503, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 14640, "Shape__Length": 37.126105467503479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161111820775602, 39.963798040411099 ], [ -75.161055779755003, 39.964050023831703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19491, "tnode_": 19424, "lpoly_": null, "rpoly_": null, "length": 426.8996418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 33280, "l_hundred": 800, "r_hundred": 800, "seg_id": 441504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14641, "Shape__Length": 169.62261539183018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1512674537409, 39.964549034211998 ], [ -75.152690516044203, 39.964966511858201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20805, "tnode_": 20663, "lpoly_": null, "rpoly_": null, "length": 435.12952694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 230, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 23050, "l_hundred": 200, "r_hundred": 200, "seg_id": 441505, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 14642, "Shape__Length": 173.37995150502624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139742246740695, 39.954234904036298 ], [ -75.139382861665993, 39.955160982301301 ], [ -75.139220047048894, 39.955351452202699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22053, "tnode_": 22175, "lpoly_": null, "rpoly_": null, "length": 309.34192472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 332, "st_code": 87840, "l_hundred": 300, "r_hundred": 300, "seg_id": 441506, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 14643, "Shape__Length": 123.28704919052768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144935941471601, 39.944503392742497 ], [ -75.145116212769295, 39.943665623067403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20730, "tnode_": 20424, "lpoly_": null, "rpoly_": null, "length": 852.53686454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "FN", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9115, "l_hundred": 0, "r_hundred": 0, "seg_id": 441507, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP FN", "stname": "DELAWARE EXPY RAMP FN", "objectid": 14644, "Shape__Length": 339.85974761420613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140510651679804, 39.954775734251598 ], [ -75.140501179501697, 39.954895213441603 ], [ -75.140507920280598, 39.955108739028397 ], [ -75.140530612293304, 39.955339237816197 ], [ -75.140551086718801, 39.955510572711603 ], [ -75.140598210608999, 39.956055817659703 ], [ -75.140668170361707, 39.9568925818661 ], [ -75.140724354976996, 39.957107138286197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22064, "tnode_": 22053, "lpoly_": null, "rpoly_": null, "length": 261.93551207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 126, "l_t_add": 198, "r_f_add": 127, "r_t_add": 199, "st_code": 73960, "l_hundred": 100, "r_hundred": 100, "seg_id": 441508, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14645, "Shape__Length": 104.00262747361732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144012747820497, 39.944397398457298 ], [ -75.144148514371693, 39.944402540910801 ], [ -75.144935941471601, 39.944503392742497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20521, "tnode_": 20540, "lpoly_": null, "rpoly_": null, "length": 165.47381626000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 710, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 80120, "l_hundred": 700, "r_hundred": 700, "seg_id": 441511, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14646, "Shape__Length": 65.709559544501161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151822191270199, 39.956613390356097 ], [ -75.152008894888098, 39.9566000207858 ], [ -75.152410394045404, 39.9565755873058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20428, "tnode_": 20494, "lpoly_": null, "rpoly_": null, "length": 2473.7459668699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441512, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14647, "Shape__Length": 982.4875048531004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146088483781099, 39.957399790278401 ], [ -75.147217480706303, 39.957547346144402 ], [ -75.147845914361795, 39.9576360696162 ], [ -75.148462975499697, 39.957724531719698 ], [ -75.149070338401998, 39.957768965670802 ], [ -75.149657131367903, 39.957755984747202 ], [ -75.150303811708298, 39.957665510529303 ], [ -75.150718828915103, 39.957564979013704 ], [ -75.151451526864506, 39.957367571609097 ], [ -75.152429588516895, 39.957105282738702 ], [ -75.152777571340295, 39.957026475107597 ], [ -75.153099900185595, 39.956974175783003 ], [ -75.153492569123003, 39.956923466691698 ], [ -75.153908718433598, 39.956903086130403 ], [ -75.154527617785803, 39.9569197991283 ], [ -75.154704751013099, 39.956959002056301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20402, "tnode_": 20501, "lpoly_": null, "rpoly_": null, "length": 1581.75916914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 80125, "l_hundred": 700, "r_hundred": 700, "seg_id": 441513, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14648, "Shape__Length": 628.27490696770155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147449883029495, 39.957445376286501 ], [ -75.147644567391495, 39.957509422221598 ], [ -75.148083367223805, 39.957586372255498 ], [ -75.148542161483206, 39.957646404101098 ], [ -75.148783119553102, 39.957669237676498 ], [ -75.149114663379294, 39.957684198796102 ], [ -75.1495278870173, 39.957671233515903 ], [ -75.150175439881494, 39.957601542928501 ], [ -75.150656889321695, 39.957490865096901 ], [ -75.151142317516104, 39.957360425037898 ], [ -75.151490918047401, 39.957266584599601 ], [ -75.151686491186496, 39.957211461314103 ], [ -75.152063399339994, 39.957107826487402 ], [ -75.152298009708602, 39.957048124205798 ], [ -75.152561376712896, 39.9569728199452 ], [ -75.152774468989506, 39.9569234651768 ], [ -75.152896055902005, 39.9568930917629 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20791, "tnode_": 20730, "lpoly_": null, "rpoly_": null, "length": 235.53307751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "FN", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9115, "l_hundred": 0, "r_hundred": 0, "seg_id": 441514, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP FN", "stname": "DELAWARE EXPY RAMP FN", "objectid": 14649, "Shape__Length": 93.77077327167045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140180426008101, 39.9543169544338 ], [ -75.140273967204394, 39.9543082530543 ], [ -75.140321826116306, 39.954312983731398 ], [ -75.140367970266098, 39.954322031828802 ], [ -75.140405613995696, 39.954335971916599 ], [ -75.140442300112198, 39.9543557324441 ], [ -75.140466248134004, 39.954378236946702 ], [ -75.140485848604399, 39.954403283448698 ], [ -75.140498753549593, 39.954439665691602 ], [ -75.1405056128702, 39.954479393769098 ], [ -75.140493682878599, 39.954691553084103 ], [ -75.140510651679804, 39.954775734251598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20271, "tnode_": 20247, "lpoly_": null, "rpoly_": null, "length": 466.19017714999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 20880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441516, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14650, "Shape__Length": 185.14274922281214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155096676038696, 39.958718609688098 ], [ -75.156739234338801, 39.958918669418999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20247, "tnode_": 20229, "lpoly_": null, "rpoly_": null, "length": 447.30468191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 20880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441517, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14651, "Shape__Length": 177.6451773058011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156739234338801, 39.958918669418999 ], [ -75.158312863877896, 39.959121918313699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19057, "tnode_": 18924, "lpoly_": null, "rpoly_": null, "length": 450.56585861000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1200, "r_hundred": 0, "seg_id": 441518, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14652, "Shape__Length": 179.32984196210458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130068001665194, 39.966615381074199 ], [ -75.129116057239898, 39.967363317112401 ], [ -75.128992118233299, 39.967527646278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18617, "tnode_": 18405, "lpoly_": null, "rpoly_": null, "length": 444.29837943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 30360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441519, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 14653, "Shape__Length": 177.05758392705212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128831075847799, 39.969425468831197 ], [ -75.129435713438298, 39.970552913008603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19028, "tnode_": 19059, "lpoly_": null, "rpoly_": null, "length": 242.68074502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 326, "l_t_add": 398, "r_f_add": 323, "r_t_add": 399, "st_code": 74105, "l_hundred": 300, "r_hundred": 300, "seg_id": 441521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14654, "Shape__Length": 96.411793841354907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142897943806602, 39.967159683129402 ], [ -75.142962742512907, 39.967170081894302 ], [ -75.142994095181095, 39.967171355603597 ], [ -75.143025619006707, 39.967168138893499 ], [ -75.143727615138005, 39.966996938985801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19059, "tnode_": 19085, "lpoly_": null, "rpoly_": null, "length": 173.89460594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 415, "st_code": 74105, "l_hundred": 400, "r_hundred": 400, "seg_id": 441522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14655, "Shape__Length": 69.087868316779293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143727615138005, 39.966996938985801 ], [ -75.144318031806307, 39.966850343368598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19085, "tnode_": 19104, "lpoly_": null, "rpoly_": null, "length": 133.38325830999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 420, "r_f_add": 417, "r_t_add": 421, "st_code": 74105, "l_hundred": 400, "r_hundred": 400, "seg_id": 441523, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14656, "Shape__Length": 52.9907397466012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144318031806307, 39.966850343368598 ], [ -75.144773249880501, 39.966743661914599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19104, "tnode_": 19144, "lpoly_": null, "rpoly_": null, "length": 137.3214355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 422, "l_t_add": 458, "r_f_add": 423, "r_t_add": 443, "st_code": 74105, "l_hundred": 400, "r_hundred": 400, "seg_id": 441524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14657, "Shape__Length": 54.555863164382046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144773249880501, 39.966743661914599 ], [ -75.145241143328803, 39.966631917975697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19144, "tnode_": 19166, "lpoly_": null, "rpoly_": null, "length": 152.83364486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 460, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 74105, "l_hundred": 400, "r_hundred": 400, "seg_id": 441525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14658, "Shape__Length": 60.720467551454881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145241143328803, 39.966631917975697 ], [ -75.145759595010404, 39.966501997299503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21748, "tnode_": 21772, "lpoly_": null, "rpoly_": null, "length": 155.94444258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 248, "r_f_add": 201, "r_t_add": 249, "st_code": 28780, "l_hundred": 200, "r_hundred": 200, "seg_id": 441526, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "1999-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 14659, "Shape__Length": 61.915935239341479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144498669082097, 39.946487011460903 ], [ -75.145053282408995, 39.9465191999494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21772, "tnode_": 21741, "lpoly_": null, "rpoly_": null, "length": 402.78401445999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS PAINE", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 77135, "l_hundred": 200, "r_hundred": 200, "seg_id": 441527, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS PAINE PL", "stname": "THOMAS PAINE PL", "objectid": 14660, "Shape__Length": 159.93885313525678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145053282408995, 39.9465191999494 ], [ -75.145143234725097, 39.946492630779403 ], [ -75.145296691551707, 39.946479633176999 ], [ -75.146465040950403, 39.9466357682469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21192, "tnode_": 21187, "lpoly_": null, "rpoly_": null, "length": 136.53086785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DE GRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 27660, "l_hundred": 0, "r_hundred": 0, "seg_id": 441528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DE GRAY ST", "stname": "DE GRAY ST", "objectid": 14661, "Shape__Length": 54.216545631151476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156367214292302, 39.950984100493898 ], [ -75.156847168213901, 39.951047537347797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18647, "tnode_": 18583, "lpoly_": null, "rpoly_": null, "length": 298.27464059000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 16320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 441530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 14662, "Shape__Length": 118.53662713243131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124314262576604, 39.969105982179599 ], [ -75.123336414726396, 39.969429033264099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19071, "tnode_": 19003, "lpoly_": null, "rpoly_": null, "length": 334.14343956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 16320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 14663, "Shape__Length": 132.80564838402185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129770672804796, 39.966591945907901 ], [ -75.129517735748905, 39.966647093202099 ], [ -75.128700184613507, 39.966986907170998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18756, "tnode_": 18610, "lpoly_": null, "rpoly_": null, "length": 357.36360243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1401, "r_t_add": 1417, "st_code": 28000, "l_hundred": 0, "r_hundred": 1400, "seg_id": 441534, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14664, "Shape__Length": 142.19818635586469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127187239385506, 39.968597100966498 ], [ -75.126263897458799, 39.969273596187001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18848, "tnode_": 18756, "lpoly_": null, "rpoly_": null, "length": 337.64616707, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1327, "r_t_add": 1399, "st_code": 28000, "l_hundred": 0, "r_hundred": 1300, "seg_id": 441535, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14665, "Shape__Length": 134.35770529796733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128049277344502, 39.967949670601698 ], [ -75.127187239385506, 39.968597100966498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18962, "tnode_": 18848, "lpoly_": null, "rpoly_": null, "length": 330.15865417999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1301, "r_t_add": 1325, "st_code": 28000, "l_hundred": 0, "r_hundred": 1300, "seg_id": 441536, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14666, "Shape__Length": 131.37311386781701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128898348212203, 39.967321487481897 ], [ -75.128049277344502, 39.967949670601698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19217, "tnode_": 19071, "lpoly_": null, "rpoly_": null, "length": 635.15112125000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1101, "r_t_add": 1199, "st_code": 28000, "l_hundred": 0, "r_hundred": 1100, "seg_id": 441537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14667, "Shape__Length": 252.45640955335338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131785265027105, 39.965793767251803 ], [ -75.129770672804796, 39.966591945907901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18534, "tnode_": 18342, "lpoly_": null, "rpoly_": null, "length": 417.79764795, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 62820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441543, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 14668, "Shape__Length": 166.48869267667229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127834861600206, 39.969807353780503 ], [ -75.128429382238295, 39.9708590915454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18610, "tnode_": 18600, "lpoly_": null, "rpoly_": null, "length": 95.21341767, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1419, "r_t_add": 1499, "st_code": 28000, "l_hundred": 0, "r_hundred": 1400, "seg_id": 441548, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14669, "Shape__Length": 37.846360168061679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126263897458799, 39.969273596187001 ], [ -75.125961504454196, 39.969392681757498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18636, "tnode_": 18534, "lpoly_": null, "rpoly_": null, "length": 207.49513434000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1017, "r_t_add": 1099, "st_code": 62820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441549, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 14670, "Shape__Length": 82.687842068880528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127550655614698, 39.9692814012488 ], [ -75.127834861600206, 39.969807353780503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18699, "tnode_": 18578, "lpoly_": null, "rpoly_": null, "length": 432.19549702, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1400, "r_hundred": 0, "seg_id": 441550, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14671, "Shape__Length": 171.87498708972538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127304644238507, 39.9688324757511 ], [ -75.126672429106307, 39.969176098665599 ], [ -75.126040892876603, 39.969512254336998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18699, "tnode_": 18636, "lpoly_": null, "rpoly_": null, "length": 177.47824389, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1015, "st_code": 62820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441551, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 14672, "Shape__Length": 70.724465153657363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127304644238507, 39.9688324757511 ], [ -75.127550655614698, 39.9692814012488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18799, "tnode_": 18756, "lpoly_": null, "rpoly_": null, "length": 107.60973264, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 942, "l_t_add": 998, "r_f_add": 951, "r_t_add": 999, "st_code": 62820, "l_hundred": 900, "r_hundred": 900, "seg_id": 441553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 14673, "Shape__Length": 42.868762565771952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127004029105905, 39.968337504138702 ], [ -75.127187239385506, 39.968597100966498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18848, "tnode_": 18799, "lpoly_": null, "rpoly_": null, "length": 325.26025227999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 12080, "l_hundred": 400, "r_hundred": 400, "seg_id": 441554, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 14674, "Shape__Length": 129.27568143462003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128049277344502, 39.967949670601698 ], [ -75.127004029105905, 39.968337504138702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18850, "tnode_": 18799, "lpoly_": null, "rpoly_": null, "length": 158.41044658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 940, "r_f_add": 901, "r_t_add": 949, "st_code": 62820, "l_hundred": 900, "r_hundred": 900, "seg_id": 441555, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 14675, "Shape__Length": 63.114339814531739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126754785894207, 39.967947219752702 ], [ -75.127004029105905, 39.968337504138702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18924, "tnode_": 18699, "lpoly_": null, "rpoly_": null, "length": 678.64885491000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1300, "r_hundred": 0, "seg_id": 441556, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14676, "Shape__Length": 270.06839078148903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128992118233299, 39.967527646278 ], [ -75.128887895843803, 39.967588646383497 ], [ -75.1287069058301, 39.967679397022899 ], [ -75.128619709772195, 39.967731043969103 ], [ -75.128490522829097, 39.967766832098697 ], [ -75.128289694200404, 39.967952961151198 ], [ -75.128066106833202, 39.9681266501347 ], [ -75.127674367348803, 39.968442513554699 ], [ -75.127304644238507, 39.9688324757511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19003, "tnode_": 18962, "lpoly_": null, "rpoly_": null, "length": 133.94144762, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 24380, "l_hundred": 800, "r_hundred": 800, "seg_id": 441557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 14677, "Shape__Length": 53.36929739054019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128700184613507, 39.966986907170998 ], [ -75.128898348212203, 39.967321487481897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19002, "tnode_": 18924, "lpoly_": null, "rpoly_": null, "length": 407.59252034999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 12080, "l_hundred": 300, "r_hundred": 300, "seg_id": 441558, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 14678, "Shape__Length": 162.00466228852775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130291404891693, 39.967033582758397 ], [ -75.129160538455096, 39.967496490316996 ], [ -75.128992118233299, 39.967527646278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18634, "tnode_": 18488, "lpoly_": null, "rpoly_": null, "length": 284.83466664000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEOPARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 50340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441561, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEOPARD ST", "stname": "LEOPARD ST", "objectid": 14679, "Shape__Length": 113.55012246688709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135135742001196, 39.969451875239002 ], [ -75.134898922861197, 39.9702122545892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18749, "tnode_": 18634, "lpoly_": null, "rpoly_": null, "length": 268.21012474000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEOPARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1225, "st_code": 50340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441562, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEOPARD ST", "stname": "LEOPARD ST", "objectid": 14680, "Shape__Length": 106.92188291484022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1353571065642, 39.968735576468902 ], [ -75.135135742001196, 39.969451875239002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19004, "tnode_": 18749, "lpoly_": null, "rpoly_": null, "length": 598.19645349000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEOPARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 50340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441563, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEOPARD ST", "stname": "LEOPARD ST", "objectid": 14681, "Shape__Length": 238.46490587188848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135860049629102, 39.9671397019954 ], [ -75.1353571065642, 39.968735576468902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19152, "tnode_": 19004, "lpoly_": null, "rpoly_": null, "length": 280.26268426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEOPARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 50340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441564, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEOPARD ST", "stname": "LEOPARD ST", "objectid": 14682, "Shape__Length": 111.72331866628699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136088949604201, 39.966390777407803 ], [ -75.135860049629102, 39.9671397019954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19152, "tnode_": 19187, "lpoly_": null, "rpoly_": null, "length": 482.61553528000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 25, "l_t_add": 99, "r_f_add": 16, "r_t_add": 98, "st_code": 68240, "l_hundred": 0, "r_hundred": 0, "seg_id": 441565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14683, "Shape__Length": 191.70749997753373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136088949604201, 39.966390777407803 ], [ -75.134504772786499, 39.9660986654319 ], [ -75.134412223507894, 39.966103421496001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19827, "tnode_": 19676, "lpoly_": null, "rpoly_": null, "length": 464.85135945999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 63815, "l_hundred": 900, "r_hundred": 900, "seg_id": 441566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 14684, "Shape__Length": 185.00909147924386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135704307163493, 39.962056060368198 ], [ -75.134597819683094, 39.963006542318901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19931, "tnode_": 19827, "lpoly_": null, "rpoly_": null, "length": 448.17262417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 898, "r_f_add": 701, "r_t_add": 899, "st_code": 63815, "l_hundred": 700, "r_hundred": 700, "seg_id": 441567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 14685, "Shape__Length": 178.33753410117831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136820603532001, 39.961178483793802 ], [ -75.136463012113893, 39.9614109849066 ], [ -75.135704307163493, 39.962056060368198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19071, "tnode_": 18962, "lpoly_": null, "rpoly_": null, "length": 363.59825687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1299, "st_code": 28000, "l_hundred": 0, "r_hundred": 1200, "seg_id": 441568, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14686, "Shape__Length": 144.71117525862027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129770672804796, 39.966591945907901 ], [ -75.129662723280006, 39.966747319758603 ], [ -75.128898348212203, 39.967321487481897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19870, "tnode_": 19856, "lpoly_": null, "rpoly_": null, "length": 133.40397787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 61320, "l_hundred": 100, "r_hundred": 100, "seg_id": 441569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 14687, "Shape__Length": 52.99519025120788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138454417670999, 39.961753909408202 ], [ -75.138909545433194, 39.9618609292922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20156, "tnode_": 20196, "lpoly_": null, "rpoly_": null, "length": 462.11579562999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 59940, "l_hundred": 0, "r_hundred": 0, "seg_id": 441570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14688, "Shape__Length": 183.55732265282165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139226978216101, 39.959277374008998 ], [ -75.138570525058299, 39.959148981042503 ], [ -75.137635734025807, 39.958946394155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20652, "tnode_": 20663, "lpoly_": null, "rpoly_": null, "length": 249.73683684999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 80120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441571, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14689, "Shape__Length": 99.175967606332279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140099379850994, 39.955461203532998 ], [ -75.139220047048894, 39.955351452202699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20805, "tnode_": 20791, "lpoly_": null, "rpoly_": null, "length": 126.42703575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 38, "r_f_add": 1, "r_t_add": 39, "st_code": 75400, "l_hundred": 0, "r_hundred": 0, "seg_id": 441572, "oneway": "FT", "class": 5, "responsibl": "STATE", "update_": "2006-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 14690, "Shape__Length": 50.212137597096238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139742246740695, 39.954234904036298 ], [ -75.140180426008101, 39.9543169544338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20888, "tnode_": 20876, "lpoly_": null, "rpoly_": null, "length": 153.04554404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 33, "st_code": 67120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441573, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 14691, "Shape__Length": 60.782506812650766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140015782525595, 39.953518004913398 ], [ -75.140547239257998, 39.953614024645397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21270, "tnode_": 20888, "lpoly_": null, "rpoly_": null, "length": 1315.71923225, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 23050, "l_hundred": 0, "r_hundred": 0, "seg_id": 441574, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 14692, "Shape__Length": 524.39819998360747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140991823418304, 39.949986339751703 ], [ -75.140559111394694, 39.951770734965002 ], [ -75.140015782525595, 39.953518004913398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21527, "tnode_": 21505, "lpoly_": null, "rpoly_": null, "length": 486.22842893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 22820, "l_hundred": 0, "r_hundred": 0, "seg_id": 441575, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTNUT ST", "stname": "CHESTNUT ST", "objectid": 14693, "Shape__Length": 193.07163850309274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140757187774696, 39.947967395658999 ], [ -75.142468456804707, 39.948183788235497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21143, "tnode_": 21132, "lpoly_": null, "rpoly_": null, "length": 268.34565112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 119, "st_code": 26520, "l_hundred": 100, "r_hundred": 100, "seg_id": 441576, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14694, "Shape__Length": 106.56007562473665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1417867149366, 39.951098318713797 ], [ -75.142730595802504, 39.9512205120392 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20712, "tnode_": 20648, "lpoly_": null, "rpoly_": null, "length": 204.5704564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LETITIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 50400, "l_hundred": 200, "r_hundred": 200, "seg_id": 441577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LETITIA ST", "stname": "LETITIA ST", "objectid": 14695, "Shape__Length": 81.538139313726631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141867825474804, 39.9549771785397 ], [ -75.141835590373802, 39.954998520732602 ], [ -75.141823475184594, 39.955018615617597 ], [ -75.141828285312201, 39.955484326814002 ], [ -75.141841635556901, 39.955523986117299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20648, "tnode_": 20641, "lpoly_": null, "rpoly_": null, "length": 194.80174337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 80120, "l_hundred": 100, "r_hundred": 100, "seg_id": 441578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14696, "Shape__Length": 77.364074734683669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141841635556901, 39.955523986117299 ], [ -75.141875502264497, 39.9555348709588 ], [ -75.141912836228798, 39.955547359147097 ], [ -75.142522957953602, 39.955620393967997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19793, "tnode_": 19781, "lpoly_": null, "rpoly_": null, "length": 87.68025566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 61320, "l_hundred": 100, "r_hundred": 100, "seg_id": 441579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 14697, "Shape__Length": 34.831322621243217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140100276575794, 39.962332604448903 ], [ -75.140399707163198, 39.962402199704201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19618, "tnode_": 19565, "lpoly_": null, "rpoly_": null, "length": 107.74044483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ODDFELLOWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 61120, "l_hundred": 800, "r_hundred": 800, "seg_id": 441580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ODDFELLOWS AVE", "stname": "ODDFELLOWS AVE", "objectid": 14698, "Shape__Length": 42.950829133381667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143291574764007, 39.963503164029703 ], [ -75.143222263208401, 39.963794076455102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19144, "tnode_": 18999, "lpoly_": null, "rpoly_": null, "length": 260.79758062000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 74103, "l_hundred": 900, "r_hundred": 900, "seg_id": 441581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN PL", "stname": "SAINT JOHN NEUMANN PL", "objectid": 14699, "Shape__Length": 103.97312853996164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145241143328803, 39.966631917975697 ], [ -75.145240722105697, 39.966675702574001 ], [ -75.145083520171099, 39.967336865221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19594, "tnode_": 19443, "lpoly_": null, "rpoly_": null, "length": 360.78231045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 53860, "l_hundred": 700, "r_hundred": 700, "seg_id": 441582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 14700, "Shape__Length": 143.83506636958938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148579585012399, 39.963767073752898 ], [ -75.148401576965099, 39.964747948811002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20384, "tnode_": 20376, "lpoly_": null, "rpoly_": null, "length": 445.92671323999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 20880, "l_hundred": 300, "r_hundred": 300, "seg_id": 441584, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2007-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14701, "Shape__Length": 177.09648947806156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1441355550092, 39.957402865297098 ], [ -75.145701429290298, 39.957618245788197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20515, "tnode_": 20376, "lpoly_": null, "rpoly_": null, "length": 383.86990447, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 320, "l_t_add": 398, "r_f_add": 321, "r_t_add": 399, "st_code": 87870, "l_hundred": 300, "r_hundred": 300, "seg_id": 441585, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14702, "Shape__Length": 153.01986911027026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145917141578195, 39.956577838261097 ], [ -75.145716113060004, 39.957506962342599 ], [ -75.145701429290298, 39.957618245788197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19044, "tnode_": 19028, "lpoly_": null, "rpoly_": null, "length": 228.21552355999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOHN NEUMANN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 324, "r_f_add": 301, "r_t_add": 321, "st_code": 74105, "l_hundred": 300, "r_hundred": 300, "seg_id": 441586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOHN NEUMANN WAY", "stname": "SAINT JOHN NEUMANN WAY", "objectid": 14703, "Shape__Length": 90.645669455721119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142095034161002, 39.967055737657397 ], [ -75.142897943806602, 39.967159683129402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18850, "tnode_": 18647, "lpoly_": null, "rpoly_": null, "length": 804.39573890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1598, "r_f_add": 1401, "r_t_add": 1599, "st_code": 16320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 441588, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 14704, "Shape__Length": 319.822578578849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126754785894207, 39.967947219752702 ], [ -75.1245413377831, 39.969025999527503 ], [ -75.124314262576604, 39.969105982179599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19003, "tnode_": 18850, "lpoly_": null, "rpoly_": null, "length": 647.85215385999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 16320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441589, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 14705, "Shape__Length": 257.5931786372264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128700184613507, 39.966986907170998 ], [ -75.127710966944505, 39.967475118122898 ], [ -75.126754785894207, 39.967947219752702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27537, "tnode_": 19022, "lpoly_": null, "rpoly_": null, "length": 314.21957171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 53835, "l_hundred": 800, "r_hundred": 800, "seg_id": 441590, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSHALL PL", "stname": "MARSHALL PL", "objectid": 14706, "Shape__Length": 125.27569085443595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148073751895495, 39.966480811607397 ], [ -75.147912265285299, 39.967334387053803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18534, "tnode_": 18496, "lpoly_": null, "rpoly_": null, "length": 189.7370193, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 512, "st_code": 83200, "l_hundred": 500, "r_hundred": 500, "seg_id": 441594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14707, "Shape__Length": 75.415996646286601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127834861600206, 39.969807353780503 ], [ -75.127228222871096, 39.970038490878601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18584, "tnode_": 18534, "lpoly_": null, "rpoly_": null, "length": 201.66809281000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 445, "l_t_add": 499, "r_f_add": 448, "r_t_add": 498, "st_code": 83200, "l_hundred": 400, "r_hundred": 400, "seg_id": 441595, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14708, "Shape__Length": 80.158738283603697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128478755717197, 39.969560305648301 ], [ -75.127834861600206, 39.969807353780503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18617, "tnode_": 18584, "lpoly_": null, "rpoly_": null, "length": 110.29182771, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 433, "l_t_add": 443, "r_f_add": 436, "r_t_add": 446, "st_code": 83200, "l_hundred": 400, "r_hundred": 400, "seg_id": 441596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14709, "Shape__Length": 43.838371516039366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128831075847799, 39.969425468831197 ], [ -75.128478755717197, 39.969560305648301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18675, "tnode_": 18617, "lpoly_": null, "rpoly_": null, "length": 312.42413272, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 431, "r_f_add": 400, "r_t_add": 434, "st_code": 83200, "l_hundred": 400, "r_hundred": 400, "seg_id": 441597, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14710, "Shape__Length": 124.17405930471482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129837440280895, 39.969056713570303 ], [ -75.128831075847799, 39.969425468831197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18636, "tnode_": 18576, "lpoly_": null, "rpoly_": null, "length": 188.67014196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 70780, "l_hundred": 500, "r_hundred": 500, "seg_id": 441598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 14711, "Shape__Length": 75.013083183617752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127550655614698, 39.9692814012488 ], [ -75.126975539441005, 39.969550533768803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18664, "tnode_": 18584, "lpoly_": null, "rpoly_": null, "length": 178.12009677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 30360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441599, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 14712, "Shape__Length": 70.980648976605636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128232202387096, 39.969109643556003 ], [ -75.128478755717197, 39.969560305648301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18576, "tnode_": 18496, "lpoly_": null, "rpoly_": null, "length": 191.34380181999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 32580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441600, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 14713, "Shape__Length": 76.25485387257423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126975539441005, 39.969550533768803 ], [ -75.127228222871096, 39.970038490878601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18924, "tnode_": 18832, "lpoly_": null, "rpoly_": null, "length": 142.76998625000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 936, "l_t_add": 998, "r_f_add": 935, "r_t_add": 999, "st_code": 24380, "l_hundred": 900, "r_hundred": 900, "seg_id": 441605, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 14714, "Shape__Length": 56.890323004891584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128992118233299, 39.967527646278 ], [ -75.129195493199504, 39.967886971902601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18962, "tnode_": 18924, "lpoly_": null, "rpoly_": null, "length": 79.56640412, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 934, "r_f_add": 901, "r_t_add": 933, "st_code": 24380, "l_hundred": 900, "r_hundred": 900, "seg_id": 441606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 14715, "Shape__Length": 31.711404742135574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128898348212203, 39.967321487481897 ], [ -75.128992118233299, 39.967527646278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18922, "tnode_": 18832, "lpoly_": null, "rpoly_": null, "length": 420.55088658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 68240, "l_hundred": 300, "r_hundred": 300, "seg_id": 441610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14716, "Shape__Length": 167.11459050892498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130587200912501, 39.967568901330502 ], [ -75.129821714854899, 39.967869884802901 ], [ -75.129663777859705, 39.967907393718399 ], [ -75.129487564571704, 39.967923927196701 ], [ -75.129331324114503, 39.967917421420999 ], [ -75.129195493199504, 39.967886971902601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19211, "tnode_": 27992, "lpoly_": null, "rpoly_": null, "length": 255.88284813000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 55360, "l_hundred": 100, "r_hundred": 100, "seg_id": 441613, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 14717, "Shape__Length": 101.71052830077002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133812852823993, 39.9659235236388 ], [ -75.133006048973499, 39.966252176836498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28854, "tnode_": 18664, "lpoly_": null, "rpoly_": null, "length": 422.46501991999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 70780, "l_hundred": 400, "r_hundred": 400, "seg_id": 441614, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 14718, "Shape__Length": 167.88789832341774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129619016215798, 39.968662303797501 ], [ -75.128917906211797, 39.968845655867597 ], [ -75.128232202387096, 39.969109643556003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18868, "tnode_": 18166, "lpoly_": null, "rpoly_": null, "length": 3051.0054167399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 441616, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 14719, "Shape__Length": 1212.9145873400214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130658821564197, 39.967860011707003 ], [ -75.130413032852402, 39.967877512685902 ], [ -75.130089691020004, 39.967983034136999 ], [ -75.129804232310804, 39.9680539950471 ], [ -75.129584553436999, 39.968126457542901 ], [ -75.129436593569494, 39.968146917735503 ], [ -75.126884582650504, 39.969143512111202 ], [ -75.126524288317498, 39.969346852306003 ], [ -75.126284726130706, 39.969443853049697 ], [ -75.124673743509504, 39.970329635771499 ], [ -75.123624879850496, 39.971011885149998 ], [ -75.123191917335902, 39.971291031443002 ], [ -75.122821488361396, 39.971455388794197 ], [ -75.122423210030306, 39.971538649029803 ], [ -75.1220844731303, 39.9715845309115 ], [ -75.121855930084294, 39.971585256899303 ], [ -75.121708881965205, 39.971581888818399 ], [ -75.121413565213203, 39.971506584671999 ], [ -75.121304569669405, 39.971460175224003 ], [ -75.121212050893007, 39.971497629779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18473, "tnode_": 18460, "lpoly_": null, "rpoly_": null, "length": 140.24808054, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 24, "l_t_add": 98, "r_f_add": 23, "r_t_add": 99, "st_code": 77160, "l_hundred": 0, "r_hundred": 0, "seg_id": 441617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14720, "Shape__Length": 55.714305978158912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135290601375701, 39.970257552209397 ], [ -75.135776996908703, 39.970347938473999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18488, "tnode_": 18473, "lpoly_": null, "rpoly_": null, "length": 111.37364066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 14, "l_t_add": 22, "r_f_add": 11, "r_t_add": 21, "st_code": 77160, "l_hundred": 0, "r_hundred": 0, "seg_id": 441618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14721, "Shape__Length": 44.239022974187904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134898922861197, 39.9702122545892 ], [ -75.135067537769402, 39.970219484269101 ], [ -75.135290601375701, 39.970257552209397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18474, "tnode_": 18488, "lpoly_": null, "rpoly_": null, "length": 129.49054807, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 9, "st_code": 77160, "l_hundred": 0, "r_hundred": 0, "seg_id": 441619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14722, "Shape__Length": 51.429515423901137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134436931018001, 39.970214252389503 ], [ -75.134898922861197, 39.9702122545892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18994, "tnode_": 18987, "lpoly_": null, "rpoly_": null, "length": 138.62587799, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 42, "l_t_add": 98, "r_f_add": 49, "r_t_add": 99, "st_code": 83220, "l_hundred": 0, "r_hundred": 0, "seg_id": 441620, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14723, "Shape__Length": 55.067324502853268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136242550949106, 39.967208109788402 ], [ -75.136723394346603, 39.967297146053902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19004, "tnode_": 18994, "lpoly_": null, "rpoly_": null, "length": 110.07141691, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 36, "l_t_add": 40, "r_f_add": 37, "r_t_add": 47, "st_code": 83220, "l_hundred": 0, "r_hundred": 0, "seg_id": 441621, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14724, "Shape__Length": 43.723781633697968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135860049629102, 39.9671397019954 ], [ -75.136242550949106, 39.967208109788402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19019, "tnode_": 19004, "lpoly_": null, "rpoly_": null, "length": 207.02351183000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 22, "l_t_add": 34, "r_f_add": 19, "r_t_add": 35, "st_code": 83220, "l_hundred": 0, "r_hundred": 0, "seg_id": 441622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14725, "Shape__Length": 82.234870153887783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135139319846104, 39.967025493573601 ], [ -75.135254757214895, 39.967025734778098 ], [ -75.135860049629102, 39.9671397019954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19015, "tnode_": 19019, "lpoly_": null, "rpoly_": null, "length": 200.87649750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 17, "st_code": 83220, "l_hundred": 0, "r_hundred": 0, "seg_id": 441623, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14726, "Shape__Length": 79.778000022105175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134422676835797, 39.967029042188202 ], [ -75.135139319846104, 39.967025493573601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18933, "tnode_": 18932, "lpoly_": null, "rpoly_": null, "length": 149.53156159, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 120, "st_code": 83200, "l_hundred": 100, "r_hundred": 100, "seg_id": 441624, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14727, "Shape__Length": 59.386879116017852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134425032807599, 39.967604032718498 ], [ -75.133891552005906, 39.967603414336203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18932, "tnode_": 18889, "lpoly_": null, "rpoly_": null, "length": 274.30528277000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 121, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 83200, "l_hundred": 100, "r_hundred": 100, "seg_id": 441625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14728, "Shape__Length": 108.99993635460724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133891552005906, 39.967603414336203 ], [ -75.133620297709001, 39.967610103166699 ], [ -75.1335594209134, 39.967623738688097 ], [ -75.133059244838506, 39.967798079236204 ], [ -75.132983550421301, 39.9678419104524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18889, "tnode_": 18844, "lpoly_": null, "rpoly_": null, "length": 190.31359684, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 220, "st_code": 83200, "l_hundred": 200, "r_hundred": 200, "seg_id": 441626, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14729, "Shape__Length": 75.654195212777566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132983550421301, 39.9678419104524 ], [ -75.132933405001197, 39.967885350352603 ], [ -75.132391516485896, 39.968089700404903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18844, "tnode_": 18820, "lpoly_": null, "rpoly_": null, "length": 148.99936569000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 221, "l_t_add": 237, "r_f_add": 222, "r_t_add": 228, "st_code": 83200, "l_hundred": 200, "r_hundred": 200, "seg_id": 441627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14730, "Shape__Length": 59.222075123404721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132391516485896, 39.968089700404903 ], [ -75.131914952800699, 39.968270921608102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18820, "tnode_": 18766, "lpoly_": null, "rpoly_": null, "length": 242.06008517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 239, "l_t_add": 299, "r_f_add": 230, "r_t_add": 298, "st_code": 83200, "l_hundred": 200, "r_hundred": 200, "seg_id": 441628, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14731, "Shape__Length": 96.214896542898316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131914952800699, 39.968270921608102 ], [ -75.131145906320597, 39.968573241016898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18766, "tnode_": 18713, "lpoly_": null, "rpoly_": null, "length": 205.83793817, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 314, "st_code": 83200, "l_hundred": 300, "r_hundred": 300, "seg_id": 441629, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14732, "Shape__Length": 81.812666974701514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131145906320597, 39.968573241016898 ], [ -75.130485790434705, 39.9688208442847 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20453, "tnode_": 20448, "lpoly_": null, "rpoly_": null, "length": 92.50230575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 22, "l_t_add": 98, "r_f_add": 21, "r_t_add": 99, "st_code": 20880, "l_hundred": 0, "r_hundred": 0, "seg_id": 441630, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14733, "Shape__Length": 36.735666786393011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139631857113301, 39.956896362358599 ], [ -75.139957386334103, 39.956937869090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20463, "tnode_": 20453, "lpoly_": null, "rpoly_": null, "length": 256.92723847000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 19, "st_code": 20880, "l_hundred": 0, "r_hundred": 0, "seg_id": 441631, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14734, "Shape__Length": 102.03227185710718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138725675846203, 39.956790873980097 ], [ -75.139631857113301, 39.956896362358599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18708, "tnode_": 18675, "lpoly_": null, "rpoly_": null, "length": 171.58936687000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 321, "l_t_add": 399, "r_f_add": 316, "r_t_add": 398, "st_code": 83200, "l_hundred": 300, "r_hundred": 300, "seg_id": 441632, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 14735, "Shape__Length": 68.197254962603523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130391721180303, 39.968856739803698 ], [ -75.129837440280895, 39.969056713570303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18738, "tnode_": 18723, "lpoly_": null, "rpoly_": null, "length": 139.74902307, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 32, "l_t_add": 98, "r_f_add": 27, "r_t_add": 99, "st_code": 37040, "l_hundred": 0, "r_hundred": 0, "seg_id": 441633, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14736, "Shape__Length": 55.513828965996012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135740519588396, 39.968804737245001 ], [ -75.136226379093699, 39.968890872101802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18749, "tnode_": 18738, "lpoly_": null, "rpoly_": null, "length": 110.38016924, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 20, "l_t_add": 30, "r_f_add": 21, "r_t_add": 25, "st_code": 37040, "l_hundred": 0, "r_hundred": 0, "seg_id": 441634, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14737, "Shape__Length": 43.84760360973668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1353571065642, 39.968735576468902 ], [ -75.135740519588396, 39.968804737245001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18758, "tnode_": 18749, "lpoly_": null, "rpoly_": null, "length": 61.00908524, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 18, "l_t_add": 18, "r_f_add": 19, "r_t_add": 19, "st_code": 37040, "l_hundred": 0, "r_hundred": 0, "seg_id": 441635, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14738, "Shape__Length": 24.235421440044846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135145291405706, 39.968697010727702 ], [ -75.1353571065642, 39.968735576468902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18712, "tnode_": 18758, "lpoly_": null, "rpoly_": null, "length": 203.77870421999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 17, "st_code": 37040, "l_hundred": 0, "r_hundred": 0, "seg_id": 441636, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14739, "Shape__Length": 80.943744936238815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134430939608805, 39.968801024931501 ], [ -75.135145291405706, 39.968697010727702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18712, "tnode_": 18677, "lpoly_": null, "rpoly_": null, "length": 227.06742139, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 37020, "l_hundred": 100, "r_hundred": 100, "seg_id": 441637, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14740, "Shape__Length": 90.249976838848738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134430939608805, 39.968801024931501 ], [ -75.133701590748899, 39.969072345630799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18677, "tnode_": 18642, "lpoly_": null, "rpoly_": null, "length": 171.3935533, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 212, "st_code": 37020, "l_hundred": 200, "r_hundred": 200, "seg_id": 441638, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14741, "Shape__Length": 68.115192272763238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133701590748899, 39.969072345630799 ], [ -75.133142400406996, 39.9692627354355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18642, "tnode_": 18608, "lpoly_": null, "rpoly_": null, "length": 179.08730296, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 221, "l_t_add": 235, "r_f_add": 220, "r_t_add": 238, "st_code": 37020, "l_hundred": 200, "r_hundred": 200, "seg_id": 441640, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14742, "Shape__Length": 71.172287452783124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133142400406996, 39.9692627354355 ], [ -75.132557170549404, 39.969460035936301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18608, "tnode_": 18545, "lpoly_": null, "rpoly_": null, "length": 239.91046153000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 237, "l_t_add": 299, "r_f_add": 240, "r_t_add": 298, "st_code": 37020, "l_hundred": 200, "r_hundred": 200, "seg_id": 441641, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14743, "Shape__Length": 95.350038894871702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132557170549404, 39.969460035936301 ], [ -75.131779737509305, 39.969735578345997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18545, "tnode_": 18509, "lpoly_": null, "rpoly_": null, "length": 205.41780485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 318, "st_code": 37020, "l_hundred": 300, "r_hundred": 300, "seg_id": 441642, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14744, "Shape__Length": 81.639394807851943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131779737509305, 39.969735578345997 ], [ -75.131111357639895, 39.969966910825399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18509, "tnode_": 18464, "lpoly_": null, "rpoly_": null, "length": 202.26038596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 321, "l_t_add": 399, "r_f_add": 320, "r_t_add": 398, "st_code": 37020, "l_hundred": 300, "r_hundred": 300, "seg_id": 441643, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 14745, "Shape__Length": 80.386492114340484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131111357639895, 39.969966910825399 ], [ -75.1304553399235, 39.970198230705499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18622, "tnode_": 18634, "lpoly_": null, "rpoly_": null, "length": 108.93114975, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 74880, "l_hundred": 0, "r_hundred": 0, "seg_id": 441644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STILES ST", "stname": "E STILES ST", "objectid": 14746, "Shape__Length": 43.271588179062476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135515123893896, 39.969516764961703 ], [ -75.135135742001196, 39.969451875239002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19102, "tnode_": 19152, "lpoly_": null, "rpoly_": null, "length": 249.54437205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1, "l_t_add": 23, "r_f_add": 2, "r_t_add": 14, "st_code": 68240, "l_hundred": 0, "r_hundred": 0, "seg_id": 441645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14747, "Shape__Length": 99.127035893359505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136954607600302, 39.966550772076097 ], [ -75.136088949604201, 39.966390777407803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19954, "tnode_": 19926, "lpoly_": null, "rpoly_": null, "length": 244.65736754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 50, "l_t_add": 98, "r_f_add": 81, "r_t_add": 99, "st_code": 33280, "l_hundred": 0, "r_hundred": 0, "seg_id": 441646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14748, "Shape__Length": 97.186542168249034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137758129567899, 39.961113933933298 ], [ -75.138597038880405, 39.961299213975401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19978, "tnode_": 19954, "lpoly_": null, "rpoly_": null, "length": 249.22320802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 79, "st_code": 33280, "l_hundred": 0, "r_hundred": 0, "seg_id": 441647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 14749, "Shape__Length": 99.000996127916522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136904764141704, 39.960922014831098 ], [ -75.137758129567899, 39.961113933933298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20057, "tnode_": 20052, "lpoly_": null, "rpoly_": null, "length": 229.40784033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 50, "l_t_add": 98, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441648, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14750, "Shape__Length": 91.106320982353907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138093954533502, 39.960228107248 ], [ -75.138905285153697, 39.960310508326501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20061, "tnode_": 20057, "lpoly_": null, "rpoly_": null, "length": 249.0780411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 48, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441649, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14751, "Shape__Length": 98.940946632205666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137239803588898, 39.960039739673 ], [ -75.138093954533502, 39.960228107248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21776, "tnode_": 21830, "lpoly_": null, "rpoly_": null, "length": 135.7728538, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 50120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S LEITHGOW ST", "stname": "S LEITHGOW ST", "objectid": 14752, "Shape__Length": 54.112428594374066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148667323550598, 39.946487280385298 ], [ -75.148753631238506, 39.946120534448198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20285, "tnode_": 20227, "lpoly_": null, "rpoly_": null, "length": 163.36033436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 434, "r_f_add": 401, "r_t_add": 435, "st_code": 64200, "l_hundred": 400, "r_hundred": 400, "seg_id": 441651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14753, "Shape__Length": 65.127242758083597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153729265111295, 39.958546553415601 ], [ -75.153712769519998, 39.958994818373803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19187, "tnode_": 19163, "lpoly_": null, "rpoly_": null, "length": 121.55597001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 112, "st_code": 68240, "l_hundred": 100, "r_hundred": 100, "seg_id": 441652, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14754, "Shape__Length": 48.313978538873471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134412223507894, 39.966103421496001 ], [ -75.1340248673649, 39.966253455688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19163, "tnode_": 19157, "lpoly_": null, "rpoly_": null, "length": 42.48527116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 113, "l_t_add": 115, "r_f_add": 114, "r_t_add": 116, "st_code": 68240, "l_hundred": 100, "r_hundred": 100, "seg_id": 441653, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 14755, "Shape__Length": 16.887615934063462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1340248673649, 39.966253455688303 ], [ -75.133891108825694, 39.966308311244298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19267, "tnode_": 27991, "lpoly_": null, "rpoly_": null, "length": 117.94058096000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 950, "l_t_add": 968, "r_f_add": 951, "r_t_add": 965, "st_code": 70960, "l_hundred": 900, "r_hundred": 900, "seg_id": 441654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARAH ST", "stname": "SARAH ST", "objectid": 14756, "Shape__Length": 47.024557077719933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133923743813995, 39.965553799842098 ], [ -75.133925614535997, 39.965877558309401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19211, "tnode_": 19163, "lpoly_": null, "rpoly_": null, "length": 134.0779211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 970, "l_t_add": 998, "r_f_add": 967, "r_t_add": 999, "st_code": 70960, "l_hundred": 900, "r_hundred": 900, "seg_id": 441655, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARAH ST", "stname": "SARAH ST", "objectid": 14757, "Shape__Length": 53.417687971260797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133812852823993, 39.9659235236388 ], [ -75.1340248673649, 39.966253455688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19244, "tnode_": 19159, "lpoly_": null, "rpoly_": null, "length": 198.88885902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 854, "l_t_add": 898, "r_f_add": 869, "r_t_add": 899, "st_code": 87890, "l_hundred": 800, "r_hundred": 800, "seg_id": 441658, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14758, "Shape__Length": 79.289619325588532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146025174630793, 39.966019801012301 ], [ -75.1458930847472, 39.966556232123402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19261, "tnode_": 19052, "lpoly_": null, "rpoly_": null, "length": 460.06469535999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 860, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 87910, "l_hundred": 800, "r_hundred": 800, "seg_id": 441664, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14759, "Shape__Length": 183.4210868267065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147388386470993, 39.965886418198302 ], [ -75.147149609608604, 39.967135917845503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19417, "tnode_": 18992, "lpoly_": null, "rpoly_": null, "length": 937.82369655000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 87930, "l_hundred": 800, "r_hundred": 800, "seg_id": 441665, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14760, "Shape__Length": 373.89664081310605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149167495994604, 39.964977433367103 ], [ -75.148692007251199, 39.967525746475403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19821, "tnode_": 19818, "lpoly_": null, "rpoly_": null, "length": 131.14463423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 738, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 38420, "l_hundred": 700, "r_hundred": 700, "seg_id": 441672, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14761, "Shape__Length": 52.081617979795681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151262299561495, 39.9624158445584 ], [ -75.151728870907903, 39.962442412047103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19818, "tnode_": 19819, "lpoly_": null, "rpoly_": null, "length": 89.74606046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 822, "r_f_add": 801, "r_t_add": 823, "st_code": 38420, "l_hundred": 800, "r_hundred": 800, "seg_id": 441673, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 14762, "Shape__Length": 35.640753426742016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151728870907903, 39.962442412047103 ], [ -75.152048400769004, 39.962457877760997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20139, "tnode_": 20096, "lpoly_": null, "rpoly_": null, "length": 1036.46844614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1398, "r_f_add": 1201, "r_t_add": 1399, "st_code": 59940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441674, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14763, "Shape__Length": 411.63546271478526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158128063509395, 39.959963945364798 ], [ -75.161775321692105, 39.960430886311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20212, "tnode_": 20069, "lpoly_": null, "rpoly_": null, "length": 504.04577781, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 436, "r_f_add": 401, "r_t_add": 437, "st_code": 88050, "l_hundred": 400, "r_hundred": 400, "seg_id": 441675, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14764, "Shape__Length": 200.93156765506629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159886058449004, 39.9593211080483 ], [ -75.159587698187906, 39.960685595246098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21143, "tnode_": 21082, "lpoly_": null, "rpoly_": null, "length": 235.53942743, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 46, "l_t_add": 98, "r_f_add": 47, "r_t_add": 99, "st_code": 35200, "l_hundred": 0, "r_hundred": 0, "seg_id": 441676, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14765, "Shape__Length": 93.885159314203236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1417867149366, 39.951098318713797 ], [ -75.1417035853095, 39.9514873500584 ], [ -75.141674030964793, 39.951666899803399 ], [ -75.1416634066493, 39.951737773281501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21225, "tnode_": 21143, "lpoly_": null, "rpoly_": null, "length": 288.87593761, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 20, "l_t_add": 44, "r_f_add": 21, "r_t_add": 45, "st_code": 35200, "l_hundred": 0, "r_hundred": 0, "seg_id": 441677, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14766, "Shape__Length": 115.13728612355267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141982452532105, 39.950319758384502 ], [ -75.1417867149366, 39.951098318713797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21316, "tnode_": 21225, "lpoly_": null, "rpoly_": null, "length": 236.62010158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 35200, "l_hundred": 0, "r_hundred": 0, "seg_id": 441678, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14767, "Shape__Length": 94.307447087374584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142150120725205, 39.949683153773996 ], [ -75.141982452532105, 39.950319758384502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20915, "tnode_": 20910, "lpoly_": null, "rpoly_": null, "length": 44.33453284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1300, "l_t_add": 1334, "r_f_add": 1301, "r_t_add": 1333, "st_code": 26520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 14768, "Shape__Length": 17.605917556636779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161983620893196, 39.953764781299199 ], [ -75.162139576010901, 39.953784939519899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20910, "tnode_": 20851, "lpoly_": null, "rpoly_": null, "length": 182.77464351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 66, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 46440, "l_hundred": 0, "r_hundred": 0, "seg_id": 441680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 14769, "Shape__Length": 72.855238326475074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162139576010901, 39.953784939519899 ], [ -75.162036707046994, 39.954280393822202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20970, "tnode_": 20910, "lpoly_": null, "rpoly_": null, "length": 196.29909141000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JUNIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 36, "l_t_add": 64, "r_f_add": 35, "r_t_add": 63, "st_code": 46440, "l_hundred": 0, "r_hundred": 0, "seg_id": 441681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JUNIPER ST", "stname": "N JUNIPER ST", "objectid": 14770, "Shape__Length": 78.245166419997204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162253066205295, 39.9532531993219 ], [ -75.162139576010901, 39.953784939519899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20771, "tnode_": 20768, "lpoly_": null, "rpoly_": null, "length": 84.50541838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1050, "l_t_add": 1098, "r_f_add": 1051, "r_t_add": 1099, "st_code": 66440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441682, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 14771, "Shape__Length": 33.558689674589409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156840225894896, 39.954934072554501 ], [ -75.157137815114197, 39.954970998446299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20775, "tnode_": 20772, "lpoly_": null, "rpoly_": null, "length": 48.93321516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUARRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1048, "r_f_add": 1001, "r_t_add": 1049, "st_code": 66440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441683, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUARRY ST", "stname": "QUARRY ST", "objectid": 14772, "Shape__Length": 19.432728760857522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156517650713496, 39.954892683214901 ], [ -75.156689461906396, 39.954916367153999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20485, "tnode_": 20473, "lpoly_": null, "rpoly_": null, "length": 214.44815052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1130, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1100, "r_hundred": 0, "seg_id": 441684, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14773, "Shape__Length": 85.165208938515448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1571760843634, 39.956997680680203 ], [ -75.157929925456301, 39.957097706623998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20551, "tnode_": 20531, "lpoly_": null, "rpoly_": null, "length": 476.73849907, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 900, "l_t_add": 998, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 900, "r_hundred": 0, "seg_id": 441685, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14774, "Shape__Length": 189.32651954070468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153896990810793, 39.956580852290301 ], [ -75.155576026875394, 39.956788503127399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20531, "tnode_": 20485, "lpoly_": null, "rpoly_": null, "length": 454.98323600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 0, "r_t_add": 0, "st_code": 80120, "l_hundred": 1000, "r_hundred": 0, "seg_id": 441686, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14775, "Shape__Length": 180.68949451342459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155576026875394, 39.956788503127399 ], [ -75.1571760843634, 39.956997680680203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21665, "tnode_": 21727, "lpoly_": null, "rpoly_": null, "length": 138.62847522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 211, "r_f_add": 200, "r_t_add": 214, "st_code": 28060, "l_hundred": 200, "r_hundred": 200, "seg_id": 441687, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 14776, "Shape__Length": 55.252046597148116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157167321011599, 39.947295893410001 ], [ -75.157249795683796, 39.946920672384202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21727, "tnode_": 21787, "lpoly_": null, "rpoly_": null, "length": 125.4160691, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 213, "l_t_add": 299, "r_f_add": 216, "r_t_add": 298, "st_code": 28060, "l_hundred": 200, "r_hundred": 200, "seg_id": 441688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 14777, "Shape__Length": 49.986358424413368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157249795683796, 39.946920672384202 ], [ -75.157320663621206, 39.946580737754402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21192, "tnode_": 21201, "lpoly_": null, "rpoly_": null, "length": 20.35490186, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 28060, "l_hundred": 0, "r_hundred": 0, "seg_id": 441689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S DELHI ST", "stname": "S DELHI ST", "objectid": 14778, "Shape__Length": 8.1131922951712472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156367214292302, 39.950984100493898 ], [ -75.156379011176497, 39.950928966281801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21051, "tnode_": 21005, "lpoly_": null, "rpoly_": null, "length": 172.72530882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 46, "l_t_add": 46, "r_f_add": 41, "r_t_add": 47, "st_code": 87970, "l_hundred": 0, "r_hundred": 0, "seg_id": 441690, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14779, "Shape__Length": 68.847342531752545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154935895093701, 39.952373488206099 ], [ -75.154833572331796, 39.952841055810303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21005, "tnode_": 20943, "lpoly_": null, "rpoly_": null, "length": 190.8949971, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 48, "l_t_add": 98, "r_f_add": 49, "r_t_add": 99, "st_code": 87970, "l_hundred": 0, "r_hundred": 0, "seg_id": 441691, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14780, "Shape__Length": 76.089937868637236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154833572331796, 39.952841055810303 ], [ -75.154726397685906, 39.9533075206609 ], [ -75.154719287324795, 39.953357551973703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21154, "tnode_": 21051, "lpoly_": null, "rpoly_": null, "length": 383.88911803999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 44, "r_f_add": 1, "r_t_add": 39, "st_code": 87970, "l_hundred": 0, "r_hundred": 0, "seg_id": 441692, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14781, "Shape__Length": 153.01462536892274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155161576080104, 39.951334076156797 ], [ -75.154935895093701, 39.952373488206099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22024, "tnode_": 28255, "lpoly_": null, "rpoly_": null, "length": 226.98341878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 322, "r_f_add": 301, "r_t_add": 317, "st_code": 73960, "l_hundred": 300, "r_hundred": 300, "seg_id": 441693, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14782, "Shape__Length": 90.126602565909224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146878996646294, 39.944750515703703 ], [ -75.147677429170599, 39.944853350787398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21808, "tnode_": 21860, "lpoly_": null, "rpoly_": null, "length": 93.63455842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOSEPHS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 253, "r_f_add": 200, "r_t_add": 256, "st_code": 74110, "l_hundred": 200, "r_hundred": 200, "seg_id": 441695, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT JOSEPHS WAY", "stname": "SAINT JOSEPHS WAY", "objectid": 14783, "Shape__Length": 37.319051427674516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147390858178397, 39.946196444765597 ], [ -75.147443498716001, 39.945942619438704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21269, "tnode_": 21264, "lpoly_": null, "rpoly_": null, "length": 82.4946076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 232, "l_t_add": 238, "r_f_add": 233, "r_t_add": 243, "st_code": 53560, "l_hundred": 200, "r_hundred": 200, "seg_id": 441697, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-09-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 14784, "Shape__Length": 32.757704175806026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144889337390694, 39.950096816508101 ], [ -75.145179966126705, 39.950132182441699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21264, "tnode_": 21258, "lpoly_": null, "rpoly_": null, "length": 142.30634465999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 240, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 53560, "l_hundred": 200, "r_hundred": 200, "seg_id": 441698, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-09-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET ST", "stname": "MARKET ST", "objectid": 14785, "Shape__Length": 56.508541748441147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145179966126705, 39.950132182441699 ], [ -75.145331116388903, 39.950151748328302 ], [ -75.145397047714297, 39.950148952005399 ], [ -75.145681058901999, 39.950186944252003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21376, "tnode_": 21370, "lpoly_": null, "rpoly_": null, "length": 86.97064228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 242, "r_f_add": 201, "r_t_add": 243, "st_code": 30960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441699, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBOW LN", "stname": "ELBOW LN", "objectid": 14786, "Shape__Length": 34.535066205938101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145072964673403, 39.949240006778602 ], [ -75.145378886209301, 39.949279522787101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21370, "tnode_": 21363, "lpoly_": null, "rpoly_": null, "length": 138.40917561999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 244, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 30960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBOW LN", "stname": "ELBOW LN", "objectid": 14787, "Shape__Length": 54.959869076907232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145378886209301, 39.949279522787101 ], [ -75.145866777445903, 39.949337474726399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21264, "tnode_": 21370, "lpoly_": null, "rpoly_": null, "length": 315.57572563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 18120, "l_hundred": 0, "r_hundred": 0, "seg_id": 441701, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2000-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S BODINE ST", "stname": "S BODINE ST", "objectid": 14788, "Shape__Length": 125.77958405878374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145179966126705, 39.950132182441699 ], [ -75.145378886209301, 39.949279522787101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20570, "tnode_": 20486, "lpoly_": null, "rpoly_": null, "length": 226.45232862, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 318, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 300, "r_hundred": 0, "seg_id": 441702, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14789, "Shape__Length": 90.269346925284012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147622414068096, 39.956246843947902 ], [ -75.147499039696896, 39.956861190714598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20893, "tnode_": 28089, "lpoly_": null, "rpoly_": null, "length": 1578.57625016, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "TUNL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87905, "l_hundred": 0, "r_hundred": 0, "seg_id": 441703, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2004-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "N 5TH TUNL", "stname": "N 5TH TUNL", "objectid": 14790, "Shape__Length": 629.18982859102846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243130633205, 39.953585218221903 ], [ -75.148021930212394, 39.953797226571503 ], [ -75.147302763532295, 39.9572770905393 ], [ -75.147192611958502, 39.9578082619282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21574, "tnode_": 21570, "lpoly_": null, "rpoly_": null, "length": 142.90583832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 700, "r_f_add": 701, "r_t_add": 711, "st_code": 81140, "l_hundred": 700, "r_hundred": 700, "seg_id": 441705, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14791, "Shape__Length": 56.744906860562779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152673572096106, 39.947908093319299 ], [ -75.153176577329702, 39.947971445447202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21574, "tnode_": 21644, "lpoly_": null, "rpoly_": null, "length": 262.45458488999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 220, "st_code": 87940, "l_hundred": 200, "r_hundred": 200, "seg_id": 441708, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2000-05-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 7TH ST", "stname": "S 7TH ST", "objectid": 14792, "Shape__Length": 104.41218778483614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152673572096106, 39.947908093319299 ], [ -75.153205517927205, 39.947599638886999 ], [ -75.153255076194597, 39.947533205951899 ], [ -75.153305328317103, 39.947407778220999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21691, "tnode_": 21674, "lpoly_": null, "rpoly_": null, "length": 257.67864356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 213, "st_code": 81140, "l_hundred": 200, "r_hundred": 200, "seg_id": 441709, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14793, "Shape__Length": 102.31796058076448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144412926277099, 39.946863842790201 ], [ -75.145298817892595, 39.946978674725202 ], [ -75.1453190795865, 39.946981818966599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21674, "tnode_": 21657, "lpoly_": null, "rpoly_": null, "length": 295.80180395000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 212, "l_t_add": 298, "r_f_add": 215, "r_t_add": 299, "st_code": 81140, "l_hundred": 200, "r_hundred": 200, "seg_id": 441710, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 14794, "Shape__Length": 117.4565287150061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1453190795865, 39.946981818966599 ], [ -75.146358655301995, 39.947120199894997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21911, "tnode_": 21748, "lpoly_": null, "rpoly_": null, "length": 486.72521622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 128, "l_t_add": 198, "r_f_add": 127, "r_t_add": 199, "st_code": 28780, "l_hundred": 100, "r_hundred": 100, "seg_id": 441711, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 14795, "Shape__Length": 193.82650632223701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143790144736698, 39.9453476868999 ], [ -75.143810155701402, 39.945436926542399 ], [ -75.1438236114207, 39.945644435934 ], [ -75.143843100882805, 39.945774380928697 ], [ -75.144073364459999, 39.946151637477797 ], [ -75.144151199234898, 39.946275843903798 ], [ -75.144262925727503, 39.9463937570791 ], [ -75.144355692317305, 39.946447665101999 ], [ -75.144498669082097, 39.946487011460903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21772, "tnode_": 21674, "lpoly_": null, "rpoly_": null, "length": 184.26640701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 250, "l_t_add": 278, "r_f_add": 251, "r_t_add": 279, "st_code": 28780, "l_hundred": 200, "r_hundred": 200, "seg_id": 441712, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "2005-08-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 14796, "Shape__Length": 73.401935053283168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145053282408995, 39.9465191999494 ], [ -75.1453190795865, 39.946981818966599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20961, "tnode_": 20903, "lpoly_": null, "rpoly_": null, "length": 184.09515051, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 87950, "l_hundred": 100, "r_hundred": 100, "seg_id": 441713, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14797, "Shape__Length": 73.379516596597014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1531465097368, 39.953162815067103 ], [ -75.153033135250894, 39.953660590153198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21168, "tnode_": 21065, "lpoly_": null, "rpoly_": null, "length": 383.3101008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 2, "l_t_add": 50, "r_f_add": 1, "r_t_add": 51, "st_code": 87950, "l_hundred": 0, "r_hundred": 0, "seg_id": 441714, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14798, "Shape__Length": 152.78411648310481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153585299925098, 39.951136229550897 ], [ -75.153365010289605, 39.952174715889598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21065, "tnode_": 21052, "lpoly_": null, "rpoly_": null, "length": 43.05518142, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 52, "l_t_add": 52, "r_f_add": 53, "r_t_add": 53, "st_code": 87950, "l_hundred": 0, "r_hundred": 0, "seg_id": 441715, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14799, "Shape__Length": 17.161414499198166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153365010289605, 39.952174715889598 ], [ -75.153339189417295, 39.952291225218303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21052, "tnode_": 20961, "lpoly_": null, "rpoly_": null, "length": 322.06695273999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 54, "l_t_add": 98, "r_f_add": 55, "r_t_add": 99, "st_code": 87950, "l_hundred": 0, "r_hundred": 0, "seg_id": 441716, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14800, "Shape__Length": 128.37403433274892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153339189417295, 39.952291225218303 ], [ -75.1531465097368, 39.953162815067103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21012, "tnode_": 20893, "lpoly_": null, "rpoly_": null, "length": 369.25316183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 150, "l_t_add": 178, "r_f_add": 151, "r_t_add": 179, "st_code": 44825, "l_hundred": 100, "r_hundred": 100, "seg_id": 441717, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N INDEPENDENCE MALL E", "stname": "N INDEPENDENCE MALL E", "objectid": 14801, "Shape__Length": 147.18141474420685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148474258218897, 39.9525873009446 ], [ -75.148243130633205, 39.953585218221903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20893, "tnode_": 20801, "lpoly_": null, "rpoly_": null, "length": 334.88840552, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 181, "r_t_add": 199, "st_code": 44825, "l_hundred": 0, "r_hundred": 100, "seg_id": 441718, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "N INDEPENDENCE MALL E", "stname": "N INDEPENDENCE MALL E", "objectid": 14802, "Shape__Length": 133.39319027605853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243130633205, 39.953585218221903 ], [ -75.148014089734303, 39.953700829585202 ], [ -75.147956769195901, 39.953761263802697 ], [ -75.147824824294105, 39.954386762946299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20893, "tnode_": 20797, "lpoly_": null, "rpoly_": null, "length": 310.31505334999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "INDEPENDENCE", "st_type": "MALL", "suf_dir": "E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 180, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 44825, "l_hundred": 100, "r_hundred": 0, "seg_id": 441719, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N INDEPENDENCE MALL E", "stname": "N INDEPENDENCE MALL E", "objectid": 14803, "Shape__Length": 123.69281577503494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243130633205, 39.953585218221903 ], [ -75.148073170874497, 39.954372426659901 ], [ -75.148083955585193, 39.954425635994397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21709, "tnode_": 21837, "lpoly_": null, "rpoly_": null, "length": 280.36973749000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 239, "l_t_add": 255, "r_f_add": 234, "r_t_add": 254, "st_code": 87960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441720, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 14804, "Shape__Length": 111.74348327971073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154494734132598, 39.946963512211703 ], [ -75.154664194346907, 39.946204994115497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21837, "tnode_": 21905, "lpoly_": null, "rpoly_": null, "length": 172.08707687999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19107, "l_f_add": 267, "l_t_add": 299, "r_f_add": 256, "r_t_add": 298, "st_code": 87960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441721, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S 8TH ST", "stname": "S 8TH ST", "objectid": 14805, "Shape__Length": 68.586837129445115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154664194346907, 39.946204994115497 ], [ -75.154762399519996, 39.945738679755301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21865, "tnode_": 21850, "lpoly_": null, "rpoly_": null, "length": 319.09733877000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 728, "r_f_add": 701, "r_t_add": 729, "st_code": 53180, "l_hundred": 700, "r_hundred": 700, "seg_id": 441722, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 14806, "Shape__Length": 126.70347641273815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153089369312696, 39.946004268599502 ], [ -75.154212394059897, 39.946146268754703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21850, "tnode_": 21837, "lpoly_": null, "rpoly_": null, "length": 128.47042251000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 730, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 53180, "l_hundred": 700, "r_hundred": 700, "seg_id": 441723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 14807, "Shape__Length": 51.011916462427607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154212394059897, 39.946146268754703 ], [ -75.154664194346907, 39.946204994115497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19346, "tnode_": 19305, "lpoly_": null, "rpoly_": null, "length": 282.15571918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 19400, "l_hundred": 800, "r_hundred": 800, "seg_id": 441724, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14808, "Shape__Length": 112.11113659800974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151055643777198, 39.965526607856901 ], [ -75.1519974212151, 39.9658000941184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19305, "tnode_": 19288, "lpoly_": null, "rpoly_": null, "length": 89.6304049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 900, "r_f_add": 901, "r_t_add": 911, "st_code": 19400, "l_hundred": 900, "r_hundred": 900, "seg_id": 441725, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14809, "Shape__Length": 35.613480821362799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1519974212151, 39.9658000941184 ], [ -75.152296786504905, 39.965886568364198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18220, "tnode_": 18203, "lpoly_": null, "rpoly_": null, "length": 273.63549555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 77160, "l_hundred": 800, "r_hundred": 800, "seg_id": 441726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14810, "Shape__Length": 108.69417999487158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149642124357996, 39.972000083025598 ], [ -75.150604809972506, 39.972125131988903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18203, "tnode_": 18188, "lpoly_": null, "rpoly_": null, "length": 149.21760774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 913, "st_code": 77160, "l_hundred": 900, "r_hundred": 900, "seg_id": 441727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THOMPSON ST", "stname": "W THOMPSON ST", "objectid": 14811, "Shape__Length": 59.273306022335952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150604809972506, 39.972125131988903 ], [ -75.151129057387095, 39.9721965288918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26928, "tnode_": 19810, "lpoly_": null, "rpoly_": null, "length": 309.65253026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 536, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 87970, "l_hundred": 500, "r_hundred": 500, "seg_id": 441728, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14812, "Shape__Length": 123.44448799004695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152930284107796, 39.961652989873997 ], [ -75.152758552159597, 39.962492690045998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18912, "tnode_": 18900, "lpoly_": null, "rpoly_": null, "length": 152.74739034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 836, "l_t_add": 898, "r_f_add": 835, "r_t_add": 899, "st_code": 65260, "l_hundred": 800, "r_hundred": 800, "seg_id": 441729, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14813, "Shape__Length": 60.679569805063842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150975323535704, 39.968087034336698 ], [ -75.151502976909995, 39.968191864039703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18900, "tnode_": 18881, "lpoly_": null, "rpoly_": null, "length": 146.17713314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 902, "r_f_add": 901, "r_t_add": 917, "st_code": 65260, "l_hundred": 900, "r_hundred": 900, "seg_id": 441730, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14814, "Shape__Length": 58.074245985137608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151502976909995, 39.968191864039703 ], [ -75.152002470365801, 39.968307248850003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18494, "tnode_": 18492, "lpoly_": null, "rpoly_": null, "length": 142.82534865, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 808, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 37040, "l_hundred": 800, "r_hundred": 800, "seg_id": 441731, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14815, "Shape__Length": 56.726881372107002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150434350428696, 39.970507792206 ], [ -75.150942840819098, 39.970533390332101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18492, "tnode_": 18490, "lpoly_": null, "rpoly_": null, "length": 155.97376485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 905, "st_code": 37040, "l_hundred": 900, "r_hundred": 900, "seg_id": 441732, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GIRARD AVE", "stname": "W GIRARD AVE", "objectid": 14816, "Shape__Length": 61.948258136038888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150942840819098, 39.970533390332101 ], [ -75.151499143616206, 39.970544471405702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18900, "tnode_": 18492, "lpoly_": null, "rpoly_": null, "length": 867.30443378999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 87970, "l_hundred": 900, "r_hundred": 900, "seg_id": 441733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14817, "Shape__Length": 345.78023937182951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151502976909995, 39.968191864039703 ], [ -75.150942840819098, 39.970533390332101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19305, "tnode_": 19140, "lpoly_": null, "rpoly_": null, "length": 345.81061718000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 834, "r_f_add": 801, "r_t_add": 833, "st_code": 87970, "l_hundred": 800, "r_hundred": 800, "seg_id": 441735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14818, "Shape__Length": 137.87023279754237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1519974212151, 39.9658000941184 ], [ -75.151847913675297, 39.966517539825396 ], [ -75.1518462718374, 39.966740219408798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19140, "tnode_": 27553, "lpoly_": null, "rpoly_": null, "length": 94.03955095000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 836, "l_t_add": 864, "r_f_add": 835, "r_t_add": 863, "st_code": 87970, "l_hundred": 800, "r_hundred": 800, "seg_id": 441736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14819, "Shape__Length": 37.490786509040547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1518462718374, 39.966740219408798 ], [ -75.151786209888797, 39.966994199331999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19424, "tnode_": 19288, "lpoly_": null, "rpoly_": null, "length": 352.86315658999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 64200, "l_hundred": 700, "r_hundred": 700, "seg_id": 441737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 14820, "Shape__Length": 140.63671260291386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152690516044203, 39.964966511858201 ], [ -75.152296786504905, 39.965886568364198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18602, "tnode_": 18489, "lpoly_": null, "rpoly_": null, "length": 203.64500576, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1198, "r_f_add": 901, "r_t_add": 1199, "st_code": 44180, "l_hundred": 900, "r_hundred": 900, "seg_id": 441747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14821, "Shape__Length": 81.192372804824615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152019278573206, 39.9700095221392 ], [ -75.151896267245405, 39.970560482856797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20820, "tnode_": 20709, "lpoly_": null, "rpoly_": null, "length": 331.19523238, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 44180, "l_hundred": 100, "r_hundred": 100, "seg_id": 441748, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14822, "Shape__Length": 132.01617751080857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155344596086593, 39.954393276745698 ], [ -75.155143677647104, 39.955289204351701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27038, "tnode_": 18178, "lpoly_": null, "rpoly_": null, "length": 435.947945, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1213, "r_t_add": 1299, "st_code": 44180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441749, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14823, "Shape__Length": 173.8143047924323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151789683067904, 39.971063858671698 ], [ -75.151528311812598, 39.972243573022098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20992, "tnode_": 20929, "lpoly_": null, "rpoly_": null, "length": 191.43822878999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 44180, "l_hundred": 0, "r_hundred": 0, "seg_id": 441750, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14824, "Shape__Length": 76.307254897880512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155712664585096, 39.952952442816603 ], [ -75.155601840854004, 39.953470997525201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20730, "tnode_": 20825, "lpoly_": null, "rpoly_": null, "length": 507.4513604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "NFN", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9160, "l_hundred": 0, "r_hundred": 0, "seg_id": 441752, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP NFN", "stname": "DELAWARE EXPY RAMP NFN", "objectid": 14825, "Shape__Length": 201.77528895819648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140510651679804, 39.954775734251598 ], [ -75.140558243792796, 39.954684291624901 ], [ -75.140576260910507, 39.9546477739081 ], [ -75.140594813561094, 39.954618193635902 ], [ -75.140616667964196, 39.9545899201621 ], [ -75.140642270466003, 39.954563982694701 ], [ -75.140678540290395, 39.9545351099474 ], [ -75.140719950422294, 39.9545104591691 ], [ -75.140754924312802, 39.954491489803999 ], [ -75.140793071512405, 39.954477202239701 ], [ -75.140880858089304, 39.954455918234601 ], [ -75.141063538773807, 39.954425152888398 ], [ -75.141192882052096, 39.954404814634103 ], [ -75.141295668890095, 39.954386781743302 ], [ -75.141399235873607, 39.9543483970712 ], [ -75.141932163028301, 39.954020400585101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20825, "tnode_": 20861, "lpoly_": null, "rpoly_": null, "length": 201.94991268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "NFN", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9160, "l_hundred": 0, "r_hundred": 0, "seg_id": 441753, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP NFN", "stname": "DELAWARE EXPY RAMP NFN", "objectid": 14826, "Shape__Length": 80.249885440730466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141932163028301, 39.954020400585101 ], [ -75.1420725851399, 39.953938577846998 ], [ -75.142160208979504, 39.953900213001603 ], [ -75.142310024919297, 39.953851729639403 ], [ -75.142578040240707, 39.953787051795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20825, "tnode_": 20810, "lpoly_": null, "rpoly_": null, "length": 262.65207914999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 34540, "l_hundred": 100, "r_hundred": 100, "seg_id": 441754, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2005-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14827, "Shape__Length": 104.3325965052089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141932163028301, 39.954020400585101 ], [ -75.1420486766755, 39.954073521142298 ], [ -75.142144764371395, 39.954107414336001 ], [ -75.142222636993594, 39.954127922253598 ], [ -75.142821416166498, 39.954230534396999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20608, "tnode_": 20533, "lpoly_": null, "rpoly_": null, "length": 193.58556275000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 61580, "l_hundred": 300, "r_hundred": 300, "seg_id": 441757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 14828, "Shape__Length": 77.168491643953047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145237248224802, 39.955956668682703 ], [ -75.145139544769805, 39.956482739266697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21070, "tnode_": 21052, "lpoly_": null, "rpoly_": null, "length": 455.25222322000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 34000, "l_hundred": 700, "r_hundred": 700, "seg_id": 441759, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILBERT ST", "stname": "FILBERT ST", "objectid": 14829, "Shape__Length": 180.78346970712428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151737913204201, 39.952083669395002 ], [ -75.153339189417295, 39.952291225218303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21955, "tnode_": 21930, "lpoly_": null, "rpoly_": null, "length": 343.12389794000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 234, "l_t_add": 298, "r_f_add": 281, "r_t_add": 299, "st_code": 51380, "l_hundred": 200, "r_hundred": 200, "seg_id": 441760, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14830, "Shape__Length": 136.24287657042464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145540935982098, 39.945186077479001 ], [ -75.146369964013203, 39.945295445906197 ], [ -75.146747546281603, 39.945343165420297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20976, "tnode_": 20937, "lpoly_": null, "rpoly_": null, "length": 164.78567654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOXLEY", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51900, "l_hundred": 0, "r_hundred": 0, "seg_id": 441764, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2000-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOXLEY CT", "stname": "LOXLEY CT", "objectid": 14831, "Shape__Length": 65.684056514236048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145632719105606, 39.952734581034598 ], [ -75.145542721196804, 39.953181604410297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20937, "tnode_": 20932, "lpoly_": null, "rpoly_": null, "length": 117.9830169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 304, "l_t_add": 312, "r_f_add": 305, "r_t_add": 317, "st_code": 22740, "l_hundred": 300, "r_hundred": 300, "seg_id": 441765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY ST", "stname": "CHERRY ST", "objectid": 14832, "Shape__Length": 46.852341395740986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145542721196804, 39.953181604410297 ], [ -75.145957882116306, 39.953234618932299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22039, "tnode_": 22024, "lpoly_": null, "rpoly_": null, "length": 229.7885132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 226, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 73960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441766, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14833, "Shape__Length": 91.239627708935629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146069968626406, 39.944649823081001 ], [ -75.146878996646294, 39.944750515703703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22042, "tnode_": 22039, "lpoly_": null, "rpoly_": null, "length": 102.63175158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 214, "l_t_add": 224, "r_f_add": 219, "r_t_add": 227, "st_code": 73960, "l_hundred": 200, "r_hundred": 200, "seg_id": 441767, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14834, "Shape__Length": 40.750993528524695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145708815385802, 39.9446039681551 ], [ -75.146069968626406, 39.944649823081001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22095, "tnode_": 26798, "lpoly_": null, "rpoly_": null, "length": 319.65723435999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 73960, "l_hundred": 0, "r_hundred": 0, "seg_id": 441768, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14835, "Shape__Length": 126.92350195448599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142214913669406, 39.944166853502701 ], [ -75.143338578208997, 39.9443150667597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20257, "tnode_": 20318, "lpoly_": null, "rpoly_": null, "length": 134.14635232999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 87930, "l_hundred": 300, "r_hundred": 300, "seg_id": 441769, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2002-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14836, "Shape__Length": 53.449694533728149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150625504714995, 39.957785977883198 ], [ -75.150444060893705, 39.958126727673204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20490, "tnode_": 20434, "lpoly_": null, "rpoly_": null, "length": 385.10094551000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061E", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9505, "l_hundred": 0, "r_hundred": 0, "seg_id": 441770, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061E", "stname": "VINE STREET EXPY RAMP 8061E", "objectid": 14837, "Shape__Length": 152.97848539483817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799242746198, 39.956820242339198 ], [ -75.1511050735824, 39.957148429957698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26935, "tnode_": 26936, "lpoly_": null, "rpoly_": null, "length": 440.0408296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1501, "r_t_add": 1599, "st_code": 73800, "l_hundred": 0, "r_hundred": 1500, "seg_id": 441773, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14838, "Shape__Length": 174.76847131853839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163108465927607, 39.9627285896714 ], [ -75.164658552592897, 39.962919503276801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19864, "tnode_": 26935, "lpoly_": null, "rpoly_": null, "length": 492.21152725000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1401, "r_t_add": 1499, "st_code": 73800, "l_hundred": 0, "r_hundred": 1400, "seg_id": 441774, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14839, "Shape__Length": 195.4979156284401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161386020815101, 39.962483338143201 ], [ -75.161597295830305, 39.962544150754297 ], [ -75.161809808102404, 39.962578244193502 ], [ -75.163108465927607, 39.9627285896714 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26934, "tnode_": 19864, "lpoly_": null, "rpoly_": null, "length": 610.40291565000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1301, "r_t_add": 1399, "st_code": 73800, "l_hundred": 0, "r_hundred": 1300, "seg_id": 441775, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14840, "Shape__Length": 242.47261427580577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159288673976107, 39.962073411365097 ], [ -75.160500847488294, 39.962225286487502 ], [ -75.160687478702499, 39.962258247377697 ], [ -75.160862480892504, 39.962304442766303 ], [ -75.161062129786103, 39.962368674674501 ], [ -75.161386020815101, 39.962483338143201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19892, "tnode_": 26934, "lpoly_": null, "rpoly_": null, "length": 466.09502725000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1201, "r_t_add": 1299, "st_code": 73800, "l_hundred": 0, "r_hundred": 1200, "seg_id": 441776, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14841, "Shape__Length": 185.11186769580425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157644448757594, 39.961886155835501 ], [ -75.157829970497403, 39.961896276272398 ], [ -75.159288673976107, 39.962073411365097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26931, "tnode_": 19892, "lpoly_": null, "rpoly_": null, "length": 429.83371579000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1101, "r_t_add": 1199, "st_code": 73800, "l_hundred": 0, "r_hundred": 1100, "seg_id": 441778, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14842, "Shape__Length": 170.70146100253316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156118265154205, 39.961789287437803 ], [ -75.157466007485894, 39.961855202270698 ], [ -75.157644448757594, 39.961886155835501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26930, "tnode_": 26931, "lpoly_": null, "rpoly_": null, "length": 450.16228394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1001, "r_t_add": 1099, "st_code": 73800, "l_hundred": 0, "r_hundred": 1000, "seg_id": 441779, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14843, "Shape__Length": 178.77004016924468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154514877212705, 39.961720212750002 ], [ -75.156118265154205, 39.961789287437803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19808, "tnode_": 26936, "lpoly_": null, "rpoly_": null, "length": 43.7347757, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88090, "l_hundred": 500, "r_hundred": 500, "seg_id": 441780, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 14844, "Shape__Length": 17.434868449515953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164685661191797, 39.9628012719228 ], [ -75.164658552592897, 39.962919503276801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19838, "tnode_": 26935, "lpoly_": null, "rpoly_": null, "length": 45.24631737, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 518, "l_t_add": 518, "r_f_add": 557, "r_t_add": 557, "st_code": 88070, "l_hundred": 500, "r_hundred": 500, "seg_id": 441781, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 14845, "Shape__Length": 18.039415615605229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163115141042297, 39.962604489106504 ], [ -75.163108465927607, 39.9627285896714 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19906, "tnode_": 26934, "lpoly_": null, "rpoly_": null, "length": 55.30651846, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 514, "l_t_add": 514, "r_f_add": 513, "r_t_add": 513, "st_code": 88050, "l_hundred": 500, "r_hundred": 500, "seg_id": 441782, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14846, "Shape__Length": 22.049469452621093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159307813906906, 39.961922304108803 ], [ -75.159288673976107, 39.962073411365097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19923, "tnode_": 19892, "lpoly_": null, "rpoly_": null, "length": 60.00389622, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 516, "l_t_add": 516, "r_f_add": 529, "r_t_add": 529, "st_code": 88030, "l_hundred": 500, "r_hundred": 500, "seg_id": 441783, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 14847, "Shape__Length": 23.903637816213617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157741572225703, 39.961739368774403 ], [ -75.157644448757594, 39.961886155835501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19929, "tnode_": 19892, "lpoly_": null, "rpoly_": null, "length": 84.73738609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441784, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 14848, "Shape__Length": 33.733581723275144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157458290379495, 39.961702882862703 ], [ -75.157644448757594, 39.961886155835501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19935, "tnode_": 26931, "lpoly_": null, "rpoly_": null, "length": 47.55682326, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 536, "l_t_add": 536, "r_f_add": 517, "r_t_add": 517, "st_code": 88010, "l_hundred": 500, "r_hundred": 500, "seg_id": 441785, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14849, "Shape__Length": 18.958873084857245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156143053438498, 39.9616601390303 ], [ -75.156118265154205, 39.961789287437803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19937, "tnode_": 26930, "lpoly_": null, "rpoly_": null, "length": 48.64679517, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 528, "l_t_add": 528, "r_f_add": 531, "r_t_add": 531, "st_code": 87990, "l_hundred": 500, "r_hundred": 500, "seg_id": 441786, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14850, "Shape__Length": 19.392874160235646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154543891978193, 39.9615885508818 ], [ -75.154514877212705, 39.961720212750002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26929, "tnode_": 26930, "lpoly_": null, "rpoly_": null, "length": 211.93434744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 923, "r_t_add": 999, "st_code": 73800, "l_hundred": 0, "r_hundred": 900, "seg_id": 441787, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14851, "Shape__Length": 84.163699350084286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153759601823296, 39.9616938967187 ], [ -75.154514877212705, 39.961720212750002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26928, "tnode_": 26929, "lpoly_": null, "rpoly_": null, "length": 232.95006002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 901, "r_t_add": 921, "st_code": 73800, "l_hundred": 0, "r_hundred": 900, "seg_id": 441788, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14852, "Shape__Length": 92.51019711209463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152930284107796, 39.961652989873997 ], [ -75.153759601823296, 39.9616938967187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19940, "tnode_": 26928, "lpoly_": null, "rpoly_": null, "length": 51.38115052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 534, "l_t_add": 534, "r_f_add": 535, "r_t_add": 535, "st_code": 87970, "l_hundred": 500, "r_hundred": 500, "seg_id": 441789, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14853, "Shape__Length": 20.484175169093255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152950416638504, 39.961512795550199 ], [ -75.152930284107796, 39.961652989873997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26927, "tnode_": 26928, "lpoly_": null, "rpoly_": null, "length": 321.56628748999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 801, "r_t_add": 899, "st_code": 73800, "l_hundred": 0, "r_hundred": 800, "seg_id": 441790, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14854, "Shape__Length": 127.70148335209979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151785136556995, 39.961600905613899 ], [ -75.152930284107796, 39.961652989873997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19942, "tnode_": 26927, "lpoly_": null, "rpoly_": null, "length": 53.94030124, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87950, "l_hundred": 500, "r_hundred": 500, "seg_id": 441791, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2009-04-23T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14855, "Shape__Length": 21.505251247836814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151794174829604, 39.961452996145802 ], [ -75.151785136556995, 39.961600905613899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26926, "tnode_": 26927, "lpoly_": null, "rpoly_": null, "length": 123.23985871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 741, "r_t_add": 799, "st_code": 73800, "l_hundred": 0, "r_hundred": 700, "seg_id": 441792, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14856, "Shape__Length": 48.941541289713314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151346421149398, 39.961578952577298 ], [ -75.151785136556995, 39.961600905613899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19944, "tnode_": 26926, "lpoly_": null, "rpoly_": null, "length": 51.86611579, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64360, "l_hundred": 500, "r_hundred": 500, "seg_id": 441793, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERTH ST", "stname": "N PERTH ST", "objectid": 14857, "Shape__Length": 20.67815314837744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151358075103801, 39.961436856281402 ], [ -75.151346421149398, 39.961578952577298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26925, "tnode_": 26926, "lpoly_": null, "rpoly_": null, "length": 430.7666438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 701, "r_t_add": 739, "st_code": 73800, "l_hundred": 0, "r_hundred": 700, "seg_id": 441794, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14858, "Shape__Length": 171.0669924914834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149812055754197, 39.9615137612182 ], [ -75.151346421149398, 39.961578952577298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19949, "tnode_": 26925, "lpoly_": null, "rpoly_": null, "length": 53.11619458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87930, "l_hundred": 500, "r_hundred": 500, "seg_id": 441795, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 14859, "Shape__Length": 21.174410584356277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149844463779004, 39.961370099057298 ], [ -75.149812055754197, 39.9615137612182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19959, "tnode_": 26924, "lpoly_": null, "rpoly_": null, "length": 52.40078033, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87910, "l_hundred": 500, "r_hundred": 500, "seg_id": 441797, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14860, "Shape__Length": 20.889531442335777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148213952968902, 39.961285682382197 ], [ -75.148184340406203, 39.961427712734697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19971, "tnode_": 26923, "lpoly_": null, "rpoly_": null, "length": 55.68645896, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 500, "r_hundred": 500, "seg_id": 441799, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14861, "Shape__Length": 22.197465206715872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146602349643899, 39.961115308588099 ], [ -75.146559645859995, 39.961264601104503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26922, "tnode_": 26923, "lpoly_": null, "rpoly_": null, "length": 223.26443793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 425, "r_t_add": 499, "st_code": 73800, "l_hundred": 0, "r_hundred": 400, "seg_id": 441800, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14862, "Shape__Length": 88.669208399444699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145771653384699, 39.961175457256303 ], [ -75.146559645859995, 39.961264601104503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26921, "tnode_": 26922, "lpoly_": null, "rpoly_": null, "length": 227.70234701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 401, "r_t_add": 423, "st_code": 73800, "l_hundred": 0, "r_hundred": 400, "seg_id": 441802, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14863, "Shape__Length": 90.429652364611258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144965764479394, 39.9610971229231 ], [ -75.145771653384699, 39.961175457256303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19993, "tnode_": 26921, "lpoly_": null, "rpoly_": null, "length": 55.21645679, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87870, "l_hundred": 500, "r_hundred": 500, "seg_id": 441803, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 14864, "Shape__Length": 22.011568846852047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144999201425094, 39.960947746655101 ], [ -75.144965764479394, 39.9610971229231 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26920, "tnode_": 26921, "lpoly_": null, "rpoly_": null, "length": 223.33978853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 325, "r_t_add": 399, "st_code": 73800, "l_hundred": 0, "r_hundred": 300, "seg_id": 441804, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14865, "Shape__Length": 88.69901273028097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144177620043095, 39.9610073645066 ], [ -75.144965764479394, 39.9610971229231 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26919, "tnode_": 26920, "lpoly_": null, "rpoly_": null, "length": 223.01138866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 301, "r_t_add": 323, "st_code": 73800, "l_hundred": 0, "r_hundred": 300, "seg_id": 441806, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14866, "Shape__Length": 88.567781320267343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1433898417405, 39.960921967193798 ], [ -75.144177620043095, 39.9610073645066 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20010, "tnode_": 26919, "lpoly_": null, "rpoly_": null, "length": 50.36208547, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87850, "l_hundred": 500, "r_hundred": 500, "seg_id": 441807, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 14867, "Shape__Length": 20.077201370650947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143414106889097, 39.960784983726697 ], [ -75.1433898417405, 39.960921967193798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26918, "tnode_": 26919, "lpoly_": null, "rpoly_": null, "length": 145.27095421000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 221, "r_t_add": 299, "st_code": 73800, "l_hundred": 0, "r_hundred": 200, "seg_id": 441808, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14868, "Shape__Length": 57.692980203503254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142876056405697, 39.9608698514593 ], [ -75.1433898417405, 39.960921967193798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26917, "tnode_": 26918, "lpoly_": null, "rpoly_": null, "length": 129.49106759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 219, "r_t_add": 219, "st_code": 73800, "l_hundred": 0, "r_hundred": 200, "seg_id": 441810, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14869, "Shape__Length": 51.427035836775261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142419140952597, 39.960817578932399 ], [ -75.142876056405697, 39.9608698514593 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20023, "tnode_": 26917, "lpoly_": null, "rpoly_": null, "length": 50.9961185, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 12440, "l_hundred": 500, "r_hundred": 500, "seg_id": 441811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 14870, "Shape__Length": 20.329541643392421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142446801526503, 39.960679215844401 ], [ -75.142419140952597, 39.960817578932399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26916, "tnode_": 26917, "lpoly_": null, "rpoly_": null, "length": 276.98683686000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 201, "r_t_add": 217, "st_code": 73800, "l_hundred": 0, "r_hundred": 200, "seg_id": 441812, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14871, "Shape__Length": 110.0035068890551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141440686479697, 39.960711584283999 ], [ -75.142419140952597, 39.960817578932399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20030, "tnode_": 26916, "lpoly_": null, "rpoly_": null, "length": 52.92193999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87830, "l_hundred": 500, "r_hundred": 500, "seg_id": 441813, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 14872, "Shape__Length": 21.097229936899879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141469426472099, 39.960568000173602 ], [ -75.141440686479697, 39.960711584283999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26914, "tnode_": 20031, "lpoly_": null, "rpoly_": null, "length": 191.1745579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 101, "r_t_add": 115, "st_code": 73800, "l_hundred": 0, "r_hundred": 100, "seg_id": 441816, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14873, "Shape__Length": 75.924291722088398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138867193617997, 39.9604367325989 ], [ -75.139541493853301, 39.960515263349002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20052, "tnode_": 26914, "lpoly_": null, "rpoly_": null, "length": 47.20479831, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35200, "l_hundred": 500, "r_hundred": 500, "seg_id": 441817, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14874, "Shape__Length": 18.815955246750725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138905285153697, 39.960310508326501 ], [ -75.138867193617997, 39.9604367325989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26913, "tnode_": 26914, "lpoly_": null, "rpoly_": null, "length": 230.61060542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 79, "r_t_add": 99, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441818, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14875, "Shape__Length": 91.585599323783171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138053268106802, 39.960344735769702 ], [ -75.138867193617997, 39.9604367325989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20057, "tnode_": 26913, "lpoly_": null, "rpoly_": null, "length": 43.98994821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16320, "l_hundred": 500, "r_hundred": 500, "seg_id": 441819, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 14876, "Shape__Length": 17.533376852014978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138093954533502, 39.960228107248 ], [ -75.138053268106802, 39.960344735769702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26912, "tnode_": 26913, "lpoly_": null, "rpoly_": null, "length": 251.02716751999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 77, "st_code": 73800, "l_hundred": 0, "r_hundred": 0, "seg_id": 441820, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-04-03T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14877, "Shape__Length": 99.698574506041467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172820020595, 39.960218965972203 ], [ -75.138053268106802, 39.960344735769702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26946, "tnode_": 19566, "lpoly_": null, "rpoly_": null, "length": 451.584641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2201, "r_t_add": 2299, "st_code": 73800, "l_hundred": 0, "r_hundred": 2200, "seg_id": 441824, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14878, "Shape__Length": 179.35785243161638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174450844046106, 39.964123420660997 ], [ -75.175800986161093, 39.964296109285797 ], [ -75.176040586715402, 39.964268025609897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19654, "tnode_": 26946, "lpoly_": null, "rpoly_": null, "length": 37.07512932, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 522, "l_t_add": 522, "r_f_add": 523, "r_t_add": 523, "st_code": 88210, "l_hundred": 500, "r_hundred": 500, "seg_id": 441825, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-05-07T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 14879, "Shape__Length": 14.780646111820113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174471158770999, 39.964022852396198 ], [ -75.174450844046106, 39.964123420660997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26947, "tnode_": 26946, "lpoly_": null, "rpoly_": null, "length": 453.92523267000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2101, "r_t_add": 2199, "st_code": 73800, "l_hundred": 0, "r_hundred": 2100, "seg_id": 441826, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14880, "Shape__Length": 180.28499463835522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1728506070706, 39.963932405202399 ], [ -75.174450844046106, 39.964123420660997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19687, "tnode_": 26947, "lpoly_": null, "rpoly_": null, "length": 42.17670536, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 516, "l_t_add": 516, "r_f_add": 505, "r_t_add": 505, "st_code": 88190, "l_hundred": 500, "r_hundred": 500, "seg_id": 441827, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-04-28T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 14881, "Shape__Length": 16.814210330379218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172875287042501, 39.963818192961099 ], [ -75.1728506070706, 39.963932405202399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26948, "tnode_": 26947, "lpoly_": null, "rpoly_": null, "length": 536.11942105000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2001, "r_t_add": 2099, "st_code": 73800, "l_hundred": 0, "r_hundred": 2000, "seg_id": 441828, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14882, "Shape__Length": 212.93030693268204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170961756533899, 39.963701206426997 ], [ -75.1728506070706, 39.963932405202399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19720, "tnode_": 26948, "lpoly_": null, "rpoly_": null, "length": 43.39938663, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 548, "l_t_add": 548, "r_f_add": 545, "r_t_add": 545, "st_code": 88170, "l_hundred": 500, "r_hundred": 500, "seg_id": 441829, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2002-04-09T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 14883, "Shape__Length": 17.301480148472177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170987881345297, 39.963583777942503 ], [ -75.170961756533899, 39.963701206426997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26949, "tnode_": 26948, "lpoly_": null, "rpoly_": null, "length": 448.49365568000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1901, "r_t_add": 1999, "st_code": 73800, "l_hundred": 0, "r_hundred": 1900, "seg_id": 441830, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14884, "Shape__Length": 178.12746945566286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169381638172197, 39.963507771508603 ], [ -75.170961756533899, 39.963701206426997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19741, "tnode_": 26949, "lpoly_": null, "rpoly_": null, "length": 42.86378441, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 517, "r_t_add": 517, "st_code": 88150, "l_hundred": 0, "r_hundred": 500, "seg_id": 441831, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 14885, "Shape__Length": 17.088173636408943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169405601266504, 39.9633915588254 ], [ -75.169381638172197, 39.963507771508603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26950, "tnode_": 26949, "lpoly_": null, "rpoly_": null, "length": 446.26366091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1801, "r_t_add": 1899, "st_code": 73800, "l_hundred": 0, "r_hundred": 1800, "seg_id": 441832, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14886, "Shape__Length": 177.24128693470101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1678093854579, 39.963315276440298 ], [ -75.169381638172197, 39.963507771508603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19761, "tnode_": 26950, "lpoly_": null, "rpoly_": null, "length": 41.63392483, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 538, "l_t_add": 538, "r_f_add": 539, "r_t_add": 539, "st_code": 88130, "l_hundred": 500, "r_hundred": 500, "seg_id": 441833, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 14887, "Shape__Length": 16.597834509792243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167832619273995, 39.963202393081602 ], [ -75.1678093854579, 39.963315276440298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26951, "tnode_": 26950, "lpoly_": null, "rpoly_": null, "length": 448.18962987999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1701, "r_t_add": 1799, "st_code": 73800, "l_hundred": 0, "r_hundred": 1700, "seg_id": 441834, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14888, "Shape__Length": 178.0057171985612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166230356126604, 39.963121929459398 ], [ -75.1678093854579, 39.963315276440298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19780, "tnode_": 26951, "lpoly_": null, "rpoly_": null, "length": 45.00277564, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88110, "l_hundred": 500, "r_hundred": 500, "seg_id": 441835, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-04-25T00:00:00Z", "newsegdate": "1998-05-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 14889, "Shape__Length": 17.940980406645483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166254223040895, 39.962999763941497 ], [ -75.166230356126604, 39.963121929459398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26936, "tnode_": 26951, "lpoly_": null, "rpoly_": null, "length": 446.72472201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19130, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1699, "st_code": 73800, "l_hundred": 0, "r_hundred": 1600, "seg_id": 441836, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 14890, "Shape__Length": 177.4251845191859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164658552592897, 39.962919503276801 ], [ -75.166230356126604, 39.963121929459398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27040, "tnode_": 27041, "lpoly_": null, "rpoly_": null, "length": 446.04493665999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "MALL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 71990, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441837, "oneway": "TF", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "SEYBERT MALL", "stname": "SEYBERT MALL", "objectid": 14891, "Shape__Length": 177.18421887834756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152025023427797, 39.973114355678298 ], [ -75.153591874731902, 39.9733289317684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27043, "tnode_": 17925, "lpoly_": null, "rpoly_": null, "length": 129.95819895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUTCHINSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 44160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441838, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "HUTCHINSON PL", "stname": "HUTCHINSON PL", "objectid": 14892, "Shape__Length": 51.814129380439198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513408987406, 39.973163331845299 ], [ -75.151250260288094, 39.973513201275203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27038, "tnode_": 27039, "lpoly_": null, "rpoly_": null, "length": 188.48123129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 34500, "l_hundred": 900, "r_hundred": 900, "seg_id": 441839, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-05T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 14893, "Shape__Length": 74.868566359462051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151789683067904, 39.971063858671698 ], [ -75.152452053175594, 39.9711532223305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27039, "tnode_": 27042, "lpoly_": null, "rpoly_": null, "length": 132.58759273000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 34500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441840, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-05T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "W FLORA ST", "stname": "W FLORA ST", "objectid": 14894, "Shape__Length": 52.665660314541483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152452053175594, 39.9711532223305 ], [ -75.152919006752001, 39.971211493721803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27041, "tnode_": 17881, "lpoly_": null, "rpoly_": null, "length": 174.62088312, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 88010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441841, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-04-29T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14895, "Shape__Length": 69.62473638699278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153591874731902, 39.9733289317684 ], [ -75.153492037657301, 39.973802093655102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27040, "tnode_": 17912, "lpoly_": null, "rpoly_": null, "length": 178.66330103, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1352, "l_t_add": 1398, "r_f_add": 1351, "r_t_add": 1399, "st_code": 87990, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441842, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-29T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14896, "Shape__Length": 71.235660435226762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152025023427797, 39.973114355678298 ], [ -75.151918372778198, 39.973597895997301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18484, "tnode_": 27039, "lpoly_": null, "rpoly_": null, "length": 211.78209973, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1213, "st_code": 87990, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441843, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-30T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14897, "Shape__Length": 84.437851843147669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152576314581495, 39.970579769322001 ], [ -75.152452053175594, 39.9711532223305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18489, "tnode_": 27038, "lpoly_": null, "rpoly_": null, "length": 185.7882788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1211, "st_code": 44180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441844, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-18T00:00:00Z", "newsegdate": "1998-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14898, "Shape__Length": 74.074363284767813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151896267245405, 39.970560482856797 ], [ -75.151789683067904, 39.971063858671698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20970, "tnode_": 27506, "lpoly_": null, "rpoly_": null, "length": 36.46180325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN F KENNEDY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 46170, "l_hundred": 0, "r_hundred": 0, "seg_id": 441845, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "JOHN F KENNEDY BLVD", "stname": "JOHN F KENNEDY BLVD", "objectid": 14899, "Shape__Length": 14.479141406641544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162253066205295, 39.9532531993219 ], [ -75.162381650642502, 39.953238181310503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18972, "tnode_": 27507, "lpoly_": null, "rpoly_": null, "length": 35.80534413, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 110, "l_t_add": 112, "r_f_add": 109, "r_t_add": 113, "st_code": 83220, "l_hundred": 100, "r_hundred": 100, "seg_id": 441846, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "W WILDEY ST", "stname": "W WILDEY ST", "objectid": 14900, "Shape__Length": 14.233257901643055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172888543304, 39.9673555902435 ], [ -75.137284781057403, 39.967308170993697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18972, "tnode_": 27508, "lpoly_": null, "rpoly_": null, "length": 56.59397192, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1100, "r_f_add": 1101, "r_t_add": 1101, "st_code": 40340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441847, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-10T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 14901, "Shape__Length": 22.544668281081904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137172888543304, 39.9673555902435 ], [ -75.137270357493094, 39.967491646968199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27513, "tnode_": 18408, "lpoly_": null, "rpoly_": null, "length": 308.38453009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1605, "r_t_add": 1699, "st_code": 28000, "l_hundred": 0, "r_hundred": 1600, "seg_id": 441848, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-04-17T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 3, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14902, "Shape__Length": 122.65221110718019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124770396102207, 39.969920565767602 ], [ -75.124607274470094, 39.969994422884099 ], [ -75.124200551322602, 39.970222147757802 ], [ -75.123886747717293, 39.970422744227001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27519, "tnode_": 27518, "lpoly_": null, "rpoly_": null, "length": 246.34549484000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDYWINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 18700, "l_hundred": 600, "r_hundred": 600, "seg_id": 441849, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2005-02-17T00:00:00Z", "newsegdate": "1998-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BRANDYWINE ST", "stname": "BRANDYWINE ST", "objectid": 14903, "Shape__Length": 97.83860207917354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148124403302404, 39.9617592149527 ], [ -75.148991660820798, 39.961868495930297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26924, "tnode_": 27519, "lpoly_": null, "rpoly_": null, "length": 121.92351296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 511, "st_code": 87910, "l_hundred": 500, "r_hundred": 500, "seg_id": 441850, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "1998-10-23T00:00:00Z", "newsegdate": "1998-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 14904, "Shape__Length": 48.606052396054253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148184340406203, 39.961427712734697 ], [ -75.148124403302404, 39.9617592149527 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19443, "tnode_": 27538, "lpoly_": null, "rpoly_": null, "length": 444.00212295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 42950, "l_hundred": 800, "r_hundred": 800, "seg_id": 441851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-03T00:00:00Z", "newsegdate": "1998-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HOFFMAN PL", "stname": "HOFFMAN PL", "objectid": 14905, "Shape__Length": 177.0144623674629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148401576965099, 39.964747948811002 ], [ -75.148173402069304, 39.965954078392599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19261, "tnode_": 27539, "lpoly_": null, "rpoly_": null, "length": 467.51072379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 63160, "l_hundred": 600, "r_hundred": 600, "seg_id": 441852, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-10-27T00:00:00Z", "newsegdate": "1998-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14906, "Shape__Length": 185.75357216522832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147388386470993, 39.965886418198302 ], [ -75.148156721260193, 39.966015537192803 ], [ -75.148137978432302, 39.966124870927104 ], [ -75.1488684597157, 39.966206393430902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27552, "tnode_": 27551, "lpoly_": null, "rpoly_": null, "length": 452.20008253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 63160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441862, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-12T00:00:00Z", "newsegdate": "1998-11-03T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14907, "Shape__Length": 179.65685879276819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153279886624503, 39.967356860898903 ], [ -75.154818421581496, 39.9677303897301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27553, "tnode_": 27552, "lpoly_": null, "rpoly_": null, "length": 439.02027205999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 63160, "l_hundred": 900, "r_hundred": 900, "seg_id": 441863, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-03T00:00:00Z", "newsegdate": "1998-11-03T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14908, "Shape__Length": 174.41964779020512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151786209888797, 39.966994199331999 ], [ -75.153279886624503, 39.967356860898903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27550, "tnode_": 27551, "lpoly_": null, "rpoly_": null, "length": 383.97499039000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 848, "r_f_add": 801, "r_t_add": 849, "st_code": 88010, "l_hundred": 800, "r_hundred": 800, "seg_id": 441865, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-03T00:00:00Z", "newsegdate": "1998-11-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14909, "Shape__Length": 153.08266984819818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155047686912198, 39.966691196930597 ], [ -75.154818421581496, 39.9677303897301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27553, "tnode_": 18900, "lpoly_": null, "rpoly_": null, "length": 443.45192489000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 866, "l_t_add": 898, "r_f_add": 865, "r_t_add": 899, "st_code": 87970, "l_hundred": 800, "r_hundred": 800, "seg_id": 441867, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-03T00:00:00Z", "newsegdate": "1998-11-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14910, "Shape__Length": 176.79303522635863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151786209888797, 39.966994199331999 ], [ -75.151502976909995, 39.968191864039703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27592, "tnode_": 27591, "lpoly_": null, "rpoly_": null, "length": 447.28946128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 21060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441894, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-26T00:00:00Z", "newsegdate": "1998-11-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 14911, "Shape__Length": 177.66690209280682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152785269495595, 39.9696324784558 ], [ -75.154359360163596, 39.969834494535696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27594, "tnode_": 27592, "lpoly_": null, "rpoly_": null, "length": 297.05007929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21060, "l_hundred": 900, "r_hundred": 900, "seg_id": 441895, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-26T00:00:00Z", "newsegdate": "1998-11-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 14912, "Shape__Length": 117.98915354629618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151738529329904, 39.969504802215504 ], [ -75.152785269495595, 39.9696324784558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27591, "tnode_": 18551, "lpoly_": null, "rpoly_": null, "length": 155.31162751, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 926, "l_t_add": 942, "r_f_add": 909, "r_t_add": 909, "st_code": 88010, "l_hundred": 900, "r_hundred": 900, "seg_id": 441896, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-11-05T00:00:00Z", "newsegdate": "1998-11-05T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 14913, "Shape__Length": 61.922386152164982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154359360163596, 39.969834494535696 ], [ -75.154269222671701, 39.970255165813903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27592, "tnode_": 18588, "lpoly_": null, "rpoly_": null, "length": 159.29986494, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 948, "l_t_add": 950, "r_f_add": 943, "r_t_add": 951, "st_code": 87990, "l_hundred": 900, "r_hundred": 900, "seg_id": 441897, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": "1998-11-05T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14914, "Shape__Length": 63.512382396757246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152785269495595, 39.9696324784558 ], [ -75.152693361278494, 39.9700640208792 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27606, "tnode_": 27605, "lpoly_": null, "rpoly_": null, "length": 335.94965695999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERTH", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 668, "r_f_add": 601, "r_t_add": 669, "st_code": 64350, "l_hundred": 600, "r_hundred": 600, "seg_id": 441898, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-11-02T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "PERTH PL", "stname": "PERTH PL", "objectid": 14915, "Shape__Length": 133.92655583748055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151481928659607, 39.962502066753302 ], [ -75.151273934179002, 39.963410296254999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27608, "tnode_": 27607, "lpoly_": null, "rpoly_": null, "length": 430.63766258000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 668, "r_f_add": 601, "r_t_add": 669, "st_code": 34975, "l_hundred": 600, "r_hundred": 600, "seg_id": 441899, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-11-02T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN PL", "stname": "FRANKLIN PL", "objectid": 14916, "Shape__Length": 171.45211721974789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150312986286096, 39.962439358475699 ], [ -75.150284803289907, 39.962782159081399 ], [ -75.150818942076299, 39.962898597225902 ], [ -75.150685058316299, 39.963296967685899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27609, "tnode_": 27610, "lpoly_": null, "rpoly_": null, "length": 148.71615273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "CT", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 53830, "l_hundred": 500, "r_hundred": 500, "seg_id": 441900, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-02-17T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSHALL CT", "stname": "MARSHALL CT", "objectid": 14917, "Shape__Length": 59.28828034723869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149351168414597, 39.962296614020303 ], [ -75.149418834854899, 39.961891703744598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27611, "tnode_": 27612, "lpoly_": null, "rpoly_": null, "length": 135.0855058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDLE", "st_type": "CT", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 82310, "l_hundred": 500, "r_hundred": 500, "seg_id": 441901, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WENDLE CT", "stname": "WENDLE CT", "objectid": 14918, "Shape__Length": 53.853606269890207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148399374784304, 39.962247437184502 ], [ -75.148465606928596, 39.961880129559603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27922, "tnode_": 20927, "lpoly_": null, "rpoly_": null, "length": 31.28914629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 441902, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 14919, "Shape__Length": 12.425662210016482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134033219380498, 39.952899778636699 ], [ -75.134142795, 39.952916086469202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21625, "tnode_": 27972, "lpoly_": null, "rpoly_": null, "length": 98.10986492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1110, "l_t_add": 1118, "r_f_add": 1137, "r_t_add": 1147, "st_code": 51380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 441903, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2010-12-28T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "LOCUST ST", "stname": "LOCUST ST", "objectid": 14920, "Shape__Length": 38.95665848548208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159998763828099, 39.947655308991003 ], [ -75.160344731173595, 39.9476956874622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19196, "tnode_": 27992, "lpoly_": null, "rpoly_": null, "length": 105.52607109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 18685, "l_hundred": 900, "r_hundred": 900, "seg_id": 441904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-14T00:00:00Z", "newsegdate": "1999-10-14T00:00:00Z", "multi_rep": 0, "streetlabe": "BRADY ST", "stname": "BRADY ST", "objectid": 14921, "Shape__Length": 42.044188569054434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1328437553979, 39.965990793469601 ], [ -75.133006048973499, 39.966252176836498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27991, "tnode_": 19211, "lpoly_": null, "rpoly_": null, "length": 35.76854366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 55360, "l_hundred": 0, "r_hundred": 0, "seg_id": 441905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-14T00:00:00Z", "newsegdate": "1999-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 14922, "Shape__Length": 14.217564274825174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133925614535997, 39.965877558309401 ], [ -75.133812852823993, 39.9659235236388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28042, "tnode_": 28043, "lpoly_": null, "rpoly_": null, "length": 74.9794357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LATIMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 49280, "l_hundred": 800, "r_hundred": 800, "seg_id": 441910, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LATIMER ST", "stname": "LATIMER ST", "objectid": 14923, "Shape__Length": 29.772573705841904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155465981400297, 39.946390098869301 ], [ -75.155729333520796, 39.946425861114697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21698, "tnode_": 28042, "lpoly_": null, "rpoly_": null, "length": 249.21530058000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 240, "st_code": 27380, "l_hundred": 200, "r_hundred": 200, "seg_id": 441911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S DARIEN ST", "stname": "S DARIEN ST", "objectid": 14924, "Shape__Length": 99.327617914527295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155320561010598, 39.9470650083626 ], [ -75.155465981400297, 39.946390098869301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28046, "tnode_": 28047, "lpoly_": null, "rpoly_": null, "length": 305.05168899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 113, "st_code": 65180, "l_hundred": 100, "r_hundred": 100, "seg_id": 441912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "POLLARD ST", "stname": "POLLARD ST", "objectid": 14925, "Shape__Length": 121.17377730462704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137229847662894, 39.9656611319297 ], [ -75.138289529420504, 39.965851903260102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28046, "tnode_": 19172, "lpoly_": null, "rpoly_": null, "length": 218.0160912, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1018, "l_t_add": 1042, "r_f_add": 1019, "r_t_add": 1033, "st_code": 35200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441913, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 14926, "Shape__Length": 86.907842680098184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137229847662894, 39.9656611319297 ], [ -75.137048860197396, 39.9662431851715 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28047, "tnode_": 19194, "lpoly_": null, "rpoly_": null, "length": 83.54632778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1026, "l_t_add": 1026, "r_f_add": 1019, "r_t_add": 1019, "st_code": 36660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441914, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 14927, "Shape__Length": 33.277309906307828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138289529420504, 39.965851903260102 ], [ -75.138441048347403, 39.966049403815497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28086, "tnode_": 20572, "lpoly_": null, "rpoly_": null, "length": 222.45597154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 247, "r_t_add": 299, "st_code": 87890, "l_hundred": 0, "r_hundred": 200, "seg_id": 441916, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 2, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14928, "Shape__Length": 88.673783630979528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147591499362903, 39.955619353531702 ], [ -75.147584614362799, 39.955669042743303 ], [ -75.147459043903297, 39.956221351179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20572, "tnode_": 28088, "lpoly_": null, "rpoly_": null, "length": 228.52110255, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 301, "r_t_add": 321, "st_code": 87890, "l_hundred": 0, "r_hundred": 300, "seg_id": 441917, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 2, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14929, "Shape__Length": 91.085611416662914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147459043903297, 39.956221351179003 ], [ -75.147405585985496, 39.9563239541027 ], [ -75.147295287661095, 39.956833711249999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28088, "tnode_": 28090, "lpoly_": null, "rpoly_": null, "length": 355.00111011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 323, "r_t_add": 399, "st_code": 87890, "l_hundred": 0, "r_hundred": 300, "seg_id": 441918, "oneway": "TF", "class": 2, "responsibl": "DRPA", "update_": "2005-07-28T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 2, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14930, "Shape__Length": 141.5137842665701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147295287661095, 39.956833711249999 ], [ -75.147216537841103, 39.957271437425597 ], [ -75.147104220225401, 39.957796998499099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28085, "tnode_": 28086, "lpoly_": null, "rpoly_": null, "length": 136.00129546000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 0, "r_hundred": 0, "seg_id": 441919, "oneway": "FT", "class": 3, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 2, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14931, "Shape__Length": 54.12262519041716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147891628803706, 39.955541255616801 ], [ -75.147825333501999, 39.955669648488403 ], [ -75.147765916533501, 39.955704069467103 ], [ -75.147690283796393, 39.955706824705601 ], [ -75.147627628804202, 39.955674106448903 ], [ -75.147591499362903, 39.955619353531702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28087, "tnode_": 28086, "lpoly_": null, "rpoly_": null, "length": 37.14248154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 245, "r_t_add": 245, "st_code": 87890, "l_hundred": 0, "r_hundred": 200, "seg_id": 441920, "oneway": "TF", "class": 3, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 2, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14932, "Shape__Length": 14.804903472675564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147577594956701, 39.955519277937 ], [ -75.147596620098199, 39.955582407086403 ], [ -75.147591499362903, 39.955619353531702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20689, "tnode_": 28085, "lpoly_": null, "rpoly_": null, "length": 105.46813286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 234, "l_t_add": 238, "r_f_add": 0, "r_t_add": 0, "st_code": 87890, "l_hundred": 200, "r_hundred": 0, "seg_id": 441921, "oneway": "FT", "class": 2, "responsibl": "DRPA", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 1, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 14933, "Shape__Length": 42.030332219603963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147781766045298, 39.955265179344899 ], [ -75.147868522277506, 39.955449016559001 ], [ -75.147891628803706, 39.955541255616801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28088, "tnode_": 20486, "lpoly_": null, "rpoly_": null, "length": 57.99000873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84320, "l_hundred": 0, "r_hundred": 0, "seg_id": 441922, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14934, "Shape__Length": 23.029971652988184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147295287661095, 39.956833711249999 ], [ -75.147499039696896, 39.956861190714598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28090, "tnode_": 28089, "lpoly_": null, "rpoly_": null, "length": 25.11663893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20880, "l_hundred": 0, "r_hundred": 0, "seg_id": 441923, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14935, "Shape__Length": 9.9747609055381456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147104220225401, 39.957796998499099 ], [ -75.147192611958502, 39.9578082619282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28089, "tnode_": 20354, "lpoly_": null, "rpoly_": null, "length": 29.24979048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20880, "l_hundred": 0, "r_hundred": 0, "seg_id": 441924, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2000-01-13T00:00:00Z", "newsegdate": "2000-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14936, "Shape__Length": 11.616192578013417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147192611958502, 39.9578082619282 ], [ -75.147295549483601, 39.957821378012198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19703, "tnode_": 28096, "lpoly_": null, "rpoly_": null, "length": 112.29149379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 102, "r_f_add": 101, "r_t_add": 103, "st_code": 65260, "l_hundred": 100, "r_hundred": 100, "seg_id": 441925, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": "2000-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14937, "Shape__Length": 44.633998801033151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1380846709704, 39.962945713144201 ], [ -75.138436891422501, 39.963092555378203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20513, "tnode_": 28100, "lpoly_": null, "rpoly_": null, "length": 1242.7429404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441926, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": "2000-03-28T00:00:00Z", "multi_rep": 2, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14938, "Shape__Length": 493.54306608564639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154453453354606, 39.956786544479101 ], [ -75.157125288286494, 39.957145862914203 ], [ -75.158730673049803, 39.957375471263397 ], [ -75.158817297562507, 39.957386620016599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28123, "tnode_": 21703, "lpoly_": null, "rpoly_": null, "length": 70.76885917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 540, "l_t_add": 548, "r_f_add": 541, "r_t_add": 549, "st_code": 74100, "l_hundred": 500, "r_hundred": 500, "seg_id": 441927, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-15T00:00:00Z", "newsegdate": "2000-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 14939, "Shape__Length": 28.100372758857006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150238098152599, 39.946891096422803 ], [ -75.150487221103106, 39.946922318826601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28123, "tnode_": 28124, "lpoly_": null, "rpoly_": null, "length": 66.79599932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 74090, "l_hundred": 0, "r_hundred": 0, "seg_id": 441928, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2002-11-12T00:00:00Z", "newsegdate": "2000-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JAMES CT", "stname": "SAINT JAMES CT", "objectid": 14940, "Shape__Length": 26.623195043757416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150238098152599, 39.946891096422803 ], [ -75.150270601855397, 39.946709447608399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20287, "tnode_": 28125, "lpoly_": null, "rpoly_": null, "length": 174.24846435000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 409, "st_code": 87970, "l_hundred": 400, "r_hundred": 400, "seg_id": 441929, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2000-05-15T00:00:00Z", "newsegdate": "2000-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14941, "Shape__Length": 69.461790196166049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153578025166993, 39.958531152544801 ], [ -75.153482456232496, 39.9590037989217 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28129, "tnode_": 28130, "lpoly_": null, "rpoly_": null, "length": 142.6127193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOBLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 59940, "l_hundred": 800, "r_hundred": 800, "seg_id": 441930, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-05-31T00:00:00Z", "newsegdate": "2000-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "NOBLE ST", "stname": "NOBLE ST", "objectid": 14942, "Shape__Length": 56.64023625638761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152846214438796, 39.959620566219897 ], [ -75.152871426892801, 39.959636029021702 ], [ -75.153038811925796, 39.959644782697403 ], [ -75.153345315736701, 39.959673238468397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28128, "tnode_": 28129, "lpoly_": null, "rpoly_": null, "length": 285.89345707999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 27360, "l_hundred": 400, "r_hundred": 400, "seg_id": 441931, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-05-31T00:00:00Z", "newsegdate": "2000-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 14943, "Shape__Length": 113.97853961569167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152876202811001, 39.958836092102501 ], [ -75.152846214438796, 39.959620566219897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28128, "tnode_": 28125, "lpoly_": null, "rpoly_": null, "length": 181.85411706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 852, "l_t_add": 898, "r_f_add": 853, "r_t_add": 899, "st_code": 83440, "l_hundred": 800, "r_hundred": 800, "seg_id": 441932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-05-31T00:00:00Z", "newsegdate": "2000-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLOW ST", "stname": "WILLOW ST", "objectid": 14944, "Shape__Length": 72.250448099126956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152876202811001, 39.958836092102501 ], [ -75.1529850252915, 39.958849817388902 ], [ -75.153173392138498, 39.958890620297502 ], [ -75.153318376940803, 39.958937084214 ], [ -75.153386494513896, 39.958961878565297 ], [ -75.153482456232496, 39.9590037989217 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20166, "tnode_": 28130, "lpoly_": null, "rpoly_": null, "length": 38.68925971, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 430, "l_t_add": 430, "r_f_add": 435, "r_t_add": 435, "st_code": 87970, "l_hundred": 400, "r_hundred": 400, "seg_id": 441933, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2000-05-31T00:00:00Z", "newsegdate": "2000-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 14945, "Shape__Length": 15.422897310025428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153368270099705, 39.959568510820603 ], [ -75.153345315736701, 39.959673238468397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20745, "tnode_": 28145, "lpoly_": null, "rpoly_": null, "length": 405.06402481000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLORIST", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 34540, "l_hundred": 400, "r_hundred": 400, "seg_id": 441934, "oneway": "B", "class": 12, "responsibl": "DRPA", "update_": "2002-02-26T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FLORIST ST", "stname": "FLORIST ST", "objectid": 14946, "Shape__Length": 160.88941061295884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146283349318693, 39.954833326192301 ], [ -75.146315140525999, 39.954800063905303 ], [ -75.146386594738999, 39.954782619110802 ], [ -75.146457006089406, 39.9547923884884 ], [ -75.1466187332923, 39.954820572878702 ], [ -75.147016030414306, 39.954889511645199 ], [ -75.1476698046895, 39.9550078479405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28147, "tnode_": 28146, "lpoly_": null, "rpoly_": null, "length": 246.19659270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LITTLE BOYS", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51180, "l_hundred": 0, "r_hundred": 0, "seg_id": 441935, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2013-11-21T00:00:00Z", "newsegdate": "2011-08-16T00:00:00Z", "multi_rep": 0, "streetlabe": "LITTLE BOYS CT", "stname": "LITTLE BOYS CT", "objectid": 14947, "Shape__Length": 98.128487259713893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144105140277802, 39.951358725689602 ], [ -75.1440022136902, 39.951760515868102 ], [ -75.143941532638294, 39.952022705315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28146, "tnode_": 21055, "lpoly_": null, "rpoly_": null, "length": 92.04366896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 218, "l_t_add": 226, "r_f_add": 219, "r_t_add": 225, "st_code": 13000, "l_hundred": 200, "r_hundred": 200, "seg_id": 441936, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14948, "Shape__Length": 36.550641687630709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143941532638294, 39.952022705315002 ], [ -75.144265727971501, 39.952062571583902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21063, "tnode_": 28146, "lpoly_": null, "rpoly_": null, "length": 180.67712619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 217, "st_code": 13000, "l_hundred": 200, "r_hundred": 200, "seg_id": 441937, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2000-07-18T00:00:00Z", "newsegdate": "2000-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "ARCH ST", "stname": "ARCH ST", "objectid": 14949, "Shape__Length": 71.747022614574419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143305154393602, 39.951944447635398 ], [ -75.143941532638294, 39.952022705315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28154, "tnode_": 28153, "lpoly_": null, "rpoly_": null, "length": 224.09312717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 832, "l_t_add": 898, "r_f_add": 831, "r_t_add": 899, "st_code": 20980, "l_hundred": 800, "r_hundred": 800, "seg_id": 441938, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 14950, "Shape__Length": 89.341531411200435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157334118139303, 39.968985252601399 ], [ -75.157185224195999, 39.969589654597101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18731, "tnode_": 28153, "lpoly_": null, "rpoly_": null, "length": 323.1831304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1219, "st_code": 65260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441939, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14951, "Shape__Length": 128.4038495832489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156087019781296, 39.969319299860203 ], [ -75.157185224195999, 39.969589654597101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18827, "tnode_": 28154, "lpoly_": null, "rpoly_": null, "length": 328.19078618999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1213, "st_code": 61140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441940, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 14952, "Shape__Length": 130.39313986114951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156219936003296, 39.968708246987198 ], [ -75.157334118139303, 39.968985252601399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28154, "tnode_": 18771, "lpoly_": null, "rpoly_": null, "length": 124.57333188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 61140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441941, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 14953, "Shape__Length": 49.494238870073595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157334118139303, 39.968985252601399 ], [ -75.157757037383007, 39.969090394168099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28153, "tnode_": 18672, "lpoly_": null, "rpoly_": null, "length": 128.63424544999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 65260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441942, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 14954, "Shape__Length": 51.107796868286627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157185224195999, 39.969589654597101 ], [ -75.157622337360905, 39.969697258129699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20595, "tnode_": 28172, "lpoly_": null, "rpoly_": null, "length": 221.68869631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 85700, "l_hundred": 300, "r_hundred": 300, "seg_id": 441943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "YORK AVE", "stname": "YORK AVE", "objectid": 14955, "Shape__Length": 88.377331388072989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146026192492997, 39.956057326331297 ], [ -75.146068255270507, 39.956665028197101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20515, "tnode_": 28172, "lpoly_": null, "rpoly_": null, "length": 53.03955956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 404, "r_f_add": 401, "r_t_add": 405, "st_code": 84320, "l_hundred": 400, "r_hundred": 400, "seg_id": 441944, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": "2000-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14956, "Shape__Length": 21.091565525387377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145917141578195, 39.956577838261097 ], [ -75.146057802729004, 39.956661531950999 ], [ -75.146068255270507, 39.956665028197101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21644, "tnode_": 21729, "lpoly_": null, "rpoly_": null, "length": 214.46402152, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "SQ", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 213, "l_t_add": 221, "r_f_add": 212, "r_t_add": 222, "st_code": 81660, "l_hundred": 200, "r_hundred": 200, "seg_id": 441945, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-01-12T00:00:00Z", "newsegdate": "2001-01-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W WASHINGTON SQ", "stname": "W WASHINGTON SQ", "objectid": 14957, "Shape__Length": 85.477993902186142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153305328317103, 39.947407778220999 ], [ -75.153379328615202, 39.947050216850499 ], [ -75.153427561426199, 39.946826616015599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28203, "tnode_": 28204, "lpoly_": null, "rpoly_": null, "length": 192.06405852999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 18100, "l_hundred": 300, "r_hundred": 300, "seg_id": 441946, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2005-11-15T00:00:00Z", "newsegdate": "2001-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 14958, "Shape__Length": 76.559843260188316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1440198953634, 39.955810352679897 ], [ -75.143908264638, 39.956330546748603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28203, "tnode_": 20620, "lpoly_": null, "rpoly_": null, "length": 121.91996838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 240, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 80120, "l_hundred": 200, "r_hundred": 200, "seg_id": 441947, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-01T00:00:00Z", "newsegdate": "2001-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14959, "Shape__Length": 48.417458230512942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1440198953634, 39.955810352679897 ], [ -75.144449112297295, 39.955864266466897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20630, "tnode_": 28203, "lpoly_": null, "rpoly_": null, "length": 179.81740699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 220, "l_t_add": 238, "r_f_add": 215, "r_t_add": 231, "st_code": 80120, "l_hundred": 200, "r_hundred": 200, "seg_id": 441948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-01T00:00:00Z", "newsegdate": "2001-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 14960, "Shape__Length": 71.409904500079151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143386852695997, 39.955730834020599 ], [ -75.1440198953634, 39.955810352679897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28204, "tnode_": 20545, "lpoly_": null, "rpoly_": null, "length": 124.4431002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 230, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 84320, "l_hundred": 200, "r_hundred": 200, "seg_id": 441949, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-02-01T00:00:00Z", "newsegdate": "2001-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14961, "Shape__Length": 49.41970580466721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143908264638, 39.956330546748603 ], [ -75.1443465158696, 39.956384872409899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20562, "tnode_": 28204, "lpoly_": null, "rpoly_": null, "length": 177.73256852999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 218, "l_t_add": 228, "r_f_add": 219, "r_t_add": 229, "st_code": 84320, "l_hundred": 200, "r_hundred": 200, "seg_id": 441950, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": "2001-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 14962, "Shape__Length": 70.582320418013154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143282344952297, 39.956252955436398 ], [ -75.143908264638, 39.956330546748603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18875, "tnode_": 18771, "lpoly_": null, "rpoly_": null, "length": 225.41043013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 832, "l_t_add": 850, "r_f_add": 831, "r_t_add": 849, "st_code": 88050, "l_hundred": 800, "r_hundred": 800, "seg_id": 441951, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14963, "Shape__Length": 89.868220908273912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157892827859399, 39.968480514692601 ], [ -75.157820072916294, 39.968794314741501 ], [ -75.157757037383007, 39.969090394168099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18824, "tnode_": 18627, "lpoly_": null, "rpoly_": null, "length": 449.85302092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 81820, "l_hundred": 800, "r_hundred": 800, "seg_id": 441952, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 14964, "Shape__Length": 179.35234442589621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1591780249056, 39.968797957674802 ], [ -75.159101098875894, 39.969115494451501 ], [ -75.159035973112296, 39.969404128105602 ], [ -75.158908251887894, 39.970015222608403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19012, "tnode_": 18875, "lpoly_": null, "rpoly_": null, "length": 336.76373243999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 830, "r_f_add": 801, "r_t_add": 829, "st_code": 88050, "l_hundred": 800, "r_hundred": 800, "seg_id": 441953, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 14965, "Shape__Length": 134.26326862656845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158062742381802, 39.967568094511897 ], [ -75.158074348256605, 39.9676222303423 ], [ -75.157991509173598, 39.968030799688798 ], [ -75.157892827859399, 39.968480514692601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28212, "tnode_": 28213, "lpoly_": null, "rpoly_": null, "length": 321.3709367, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 62960, "l_hundred": 800, "r_hundred": 800, "seg_id": 441954, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 14966, "Shape__Length": 128.12506281082776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158847441278297, 39.967791639108 ], [ -75.158651512086195, 39.968660866283599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19012, "tnode_": 28212, "lpoly_": null, "rpoly_": null, "length": 234.53707674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1307, "st_code": 19400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441955, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14967, "Shape__Length": 93.191691350915676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158062742381802, 39.967568094511897 ], [ -75.158847441278297, 39.967791639108 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28212, "tnode_": 18926, "lpoly_": null, "rpoly_": null, "length": 395.6064184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1309, "r_t_add": 1399, "st_code": 19400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441956, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14968, "Shape__Length": 157.19963979035703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158847441278297, 39.967791639108 ], [ -75.160012956426996, 39.968133693502502 ], [ -75.160161959744102, 39.968186389261803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18875, "tnode_": 28213, "lpoly_": null, "rpoly_": null, "length": 222.56909488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1300, "l_t_add": 1316, "r_f_add": 1301, "r_t_add": 1315, "st_code": 63160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441957, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14969, "Shape__Length": 88.425741954425249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157892827859399, 39.968480514692601 ], [ -75.158651512086195, 39.968660866283599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28213, "tnode_": 18824, "lpoly_": null, "rpoly_": null, "length": 155.79677085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1318, "l_t_add": 1334, "r_f_add": 1317, "r_t_add": 1319, "st_code": 63160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 441958, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-02-14T00:00:00Z", "newsegdate": "2001-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 14970, "Shape__Length": 61.901360955784384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158651512086195, 39.968660866283599 ], [ -75.1591780249056, 39.968797957674802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20465, "tnode_": 20402, "lpoly_": null, "rpoly_": null, "length": 815.33579768999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 80125, "l_hundred": 0, "r_hundred": 0, "seg_id": 441965, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2002-01-04T00:00:00Z", "newsegdate": "2001-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE STREET EXPY", "stname": "VINE STREET EXPY", "objectid": 14971, "Shape__Length": 323.83334607671242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1446219376068, 39.956922555979197 ], [ -75.145062473274294, 39.957006030092401 ], [ -75.147449883029495, 39.957445376286501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28255, "tnode_": 28256, "lpoly_": null, "rpoly_": null, "length": 179.48875847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT PETERS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 301, "l_t_add": 353, "r_f_add": 300, "r_t_add": 354, "st_code": 74210, "l_hundred": 300, "r_hundred": 300, "seg_id": 441966, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2001-12-04T00:00:00Z", "newsegdate": "2001-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT PETERS WAY", "stname": "SAINT PETERS WAY", "objectid": 14972, "Shape__Length": 71.528484181170157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147677429170599, 39.944853350787398 ], [ -75.147701616729904, 39.944835734953898 ], [ -75.1477956837644, 39.944374291744303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28255, "tnode_": 22006, "lpoly_": null, "rpoly_": null, "length": 220.6512026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 324, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 73960, "l_hundred": 300, "r_hundred": 300, "seg_id": 441968, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2001-08-01T00:00:00Z", "newsegdate": "2001-08-01T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 14973, "Shape__Length": 87.611938538287021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147677429170599, 39.944853350787398 ], [ -75.148454170769398, 39.944950602026601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28282, "tnode_": 21157, "lpoly_": null, "rpoly_": null, "length": 284.06642566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 51920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441969, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-10-10T00:00:00Z", "newsegdate": "2001-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 14974, "Shape__Length": 112.80241095963062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160596278389093, 39.951317436784102 ], [ -75.161596321070206, 39.951442779907502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28282, "tnode_": 28283, "lpoly_": null, "rpoly_": null, "length": 120.04672859, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 21000, "l_hundred": 0, "r_hundred": 0, "seg_id": 441970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-10-10T00:00:00Z", "newsegdate": "2001-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "S CAMAC ST", "stname": "S CAMAC ST", "objectid": 14975, "Shape__Length": 47.84756814187454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160596278389093, 39.951317436784102 ], [ -75.160676232993396, 39.9509936895506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28283, "tnode_": 21190, "lpoly_": null, "rpoly_": null, "length": 282.20964959000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1210, "l_t_add": 1298, "r_f_add": 1211, "r_t_add": 1299, "st_code": 23960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-10T00:00:00Z", "newsegdate": "2001-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOVER ST", "stname": "CLOVER ST", "objectid": 14976, "Shape__Length": 112.06410911851503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160676232993396, 39.9509936895506 ], [ -75.161670241126799, 39.951115793719303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21208, "tnode_": 28283, "lpoly_": null, "rpoly_": null, "length": 167.31524654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1209, "st_code": 23960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 441972, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-10T00:00:00Z", "newsegdate": "2001-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOVER ST", "stname": "CLOVER ST", "objectid": 14977, "Shape__Length": 66.457358397808775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160110239726293, 39.9508860190018 ], [ -75.160165461301602, 39.950929813594399 ], [ -75.160217493867506, 39.950937334177702 ], [ -75.160676232993396, 39.9509936895506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20354, "tnode_": 20332, "lpoly_": null, "rpoly_": null, "length": 434.98417753000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 20880, "l_hundred": 500, "r_hundred": 500, "seg_id": 441976, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "2001-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14978, "Shape__Length": 172.7524544034878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147295549483601, 39.957821378012198 ], [ -75.148379269166696, 39.957955008626797 ], [ -75.148822209173602, 39.958032081173897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20318, "tnode_": 29796, "lpoly_": null, "rpoly_": null, "length": 456.63183286999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALLOWHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 20880, "l_hundred": 700, "r_hundred": 700, "seg_id": 441977, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-10-26T00:00:00Z", "newsegdate": "2001-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CALLOWHILL ST", "stname": "CALLOWHILL ST", "objectid": 14979, "Shape__Length": 181.34817855404214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150444060893705, 39.958126727673204 ], [ -75.150911972878603, 39.958175749623898 ], [ -75.151669939567498, 39.958274949578197 ], [ -75.1520494467388, 39.958336391714099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20426, "tnode_": 29796, "lpoly_": null, "rpoly_": null, "length": 377.19501207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19106, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 87950, "l_hundred": 300, "r_hundred": 300, "seg_id": 441978, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2002-04-09T00:00:00Z", "newsegdate": "2001-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 14980, "Shape__Length": 150.36283823491794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152220187331807, 39.957312175485001 ], [ -75.152082376877701, 39.9579514684795 ], [ -75.152037560032994, 39.958237254528299 ], [ -75.1520494467388, 39.958336391714099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20579, "tnode_": 20501, "lpoly_": null, "rpoly_": null, "length": 1127.3470486199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061C", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9495, "l_hundred": 0, "r_hundred": 0, "seg_id": 441979, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2001-10-26T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061C", "stname": "VINE STREET EXPY RAMP 8061C", "objectid": 14981, "Shape__Length": 447.85279406213112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149133624741197, 39.956200499688698 ], [ -75.149277624721805, 39.956375245625203 ], [ -75.149463141926105, 39.956498557063298 ], [ -75.149778947184899, 39.956587601042699 ], [ -75.1502913656348, 39.956678617442698 ], [ -75.1505922976921, 39.956735064668599 ], [ -75.151229243680504, 39.956871977922802 ], [ -75.151493847140102, 39.956905301355 ], [ -75.151816692397801, 39.956931576351899 ], [ -75.152158052714896, 39.9569338890065 ], [ -75.152531895853699, 39.956915264778303 ], [ -75.152896055902005, 39.9568930917629 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16341, "tnode_": 16305, "lpoly_": null, "rpoly_": null, "length": 109.2896168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2746, "l_t_add": 2798, "r_f_add": 2767, "r_t_add": 2799, "st_code": 36420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 14982, "Shape__Length": 43.470238980158271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114722402993806, 39.982029595815803 ], [ -75.114402521300207, 39.982201217254101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20519, "tnode_": 20434, "lpoly_": null, "rpoly_": null, "length": 212.81988123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 34980, "l_hundred": 300, "r_hundred": 300, "seg_id": 441980, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2002-04-09T00:00:00Z", "newsegdate": "2001-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 14983, "Shape__Length": 84.815414732472718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151322835323796, 39.956589170203301 ], [ -75.151254053476606, 39.956797011016398 ], [ -75.151203307092501, 39.956929722429301 ], [ -75.1511050735824, 39.957148429957698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28311, "tnode_": 28310, "lpoly_": null, "rpoly_": null, "length": 120.14461924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRON", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 45020, "l_hundred": 900, "r_hundred": 900, "seg_id": 441981, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-07-27T00:00:00Z", "newsegdate": "2001-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "IRON PL", "stname": "IRON PL", "objectid": 14984, "Shape__Length": 47.862876650969667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137008857365203, 39.964724947561201 ], [ -75.136954402496897, 39.964930721313799 ], [ -75.136842984598402, 39.965014420802099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28310, "tnode_": 19363, "lpoly_": null, "rpoly_": null, "length": 175.92626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 90, "l_t_add": 98, "r_f_add": 91, "r_t_add": 99, "st_code": 49380, "l_hundred": 0, "r_hundred": 0, "seg_id": 441982, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": "2001-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 14985, "Shape__Length": 69.883854663548362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136842984598402, 39.965014420802099 ], [ -75.137184057471401, 39.965071509560801 ], [ -75.137451165704903, 39.965010637771599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19398, "tnode_": 28310, "lpoly_": null, "rpoly_": null, "length": 545.49609515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 34, "l_t_add": 88, "r_f_add": 33, "r_t_add": 89, "st_code": 49380, "l_hundred": 0, "r_hundred": 0, "seg_id": 441983, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": "2001-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 14986, "Shape__Length": 216.66355718889267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134927644879497, 39.964749314572998 ], [ -75.136842984598402, 39.965014420802099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21839, "tnode_": 28319, "lpoly_": null, "rpoly_": null, "length": 168.06238814, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 235, "l_t_add": 249, "r_f_add": 242, "r_t_add": 254, "st_code": 87920, "l_hundred": 200, "r_hundred": 200, "seg_id": 441984, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-12-06T00:00:00Z", "newsegdate": "2001-12-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 14987, "Shape__Length": 66.981614295551452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151445773623706, 39.946113460440699 ], [ -75.151548957218495, 39.945658995104203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28319, "tnode_": 21949, "lpoly_": null, "rpoly_": null, "length": 113.95483095, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 251, "l_t_add": 299, "r_f_add": 256, "r_t_add": 298, "st_code": 87920, "l_hundred": 200, "r_hundred": 200, "seg_id": 441985, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "2001-12-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S 6TH ST", "stname": "S 6TH ST", "objectid": 14988, "Shape__Length": 45.416682209554708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151548957218495, 39.945658995104203 ], [ -75.151556670277202, 39.945625019363099 ], [ -75.151618919258098, 39.945350844359801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21915, "tnode_": 28319, "lpoly_": null, "rpoly_": null, "length": 450.63123711999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANNING", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 53180, "l_hundred": 500, "r_hundred": 500, "seg_id": 441986, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-09-06T00:00:00Z", "newsegdate": "2001-12-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MANNING ST", "stname": "MANNING ST", "objectid": 14989, "Shape__Length": 178.92527108671081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149957491023699, 39.945514989150603 ], [ -75.1501019983899, 39.945505055736703 ], [ -75.150611873701493, 39.945566675936497 ], [ -75.150766517479198, 39.945567944023097 ], [ -75.151548957218495, 39.945658995104203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19655, "tnode_": 28379, "lpoly_": null, "rpoly_": null, "length": 103.32397364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 81040, "l_hundred": 800, "r_hundred": 800, "seg_id": 441987, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": "2002-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 14990, "Shape__Length": 41.039787568834861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151489224251307, 39.963514927931101 ], [ -75.151850008700805, 39.963573045638398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28415, "tnode_": 28416, "lpoly_": null, "rpoly_": null, "length": 200.30777152000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 44180, "l_hundred": 700, "r_hundred": 700, "seg_id": 441988, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2012-04-27T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 14991, "Shape__Length": 79.833983522237943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152966518547103, 39.965497440214698 ], [ -75.152740028845798, 39.966018962053099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28415, "tnode_": 28417, "lpoly_": null, "rpoly_": null, "length": 203.57697399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLIVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 61320, "l_hundred": 900, "r_hundred": 900, "seg_id": 441989, "oneway": "TF", "class": 12, "responsibl": "PRIVATE", "update_": "2012-04-27T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "OLIVE ST", "stname": "OLIVE ST", "objectid": 14992, "Shape__Length": 80.888448518056322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152966518547103, 39.965497440214698 ], [ -75.153646379876193, 39.965694018032501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19288, "tnode_": 28416, "lpoly_": null, "rpoly_": null, "length": 133.27362746999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 902, "l_t_add": 910, "r_f_add": 913, "r_t_add": 915, "st_code": 19400, "l_hundred": 900, "r_hundred": 900, "seg_id": 441990, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-03-28T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14993, "Shape__Length": 52.956195523961107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152296786504905, 39.965886568364198 ], [ -75.152740028845798, 39.966018962053099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28416, "tnode_": 19235, "lpoly_": null, "rpoly_": null, "length": 233.5618782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 912, "l_t_add": 998, "r_f_add": 917, "r_t_add": 999, "st_code": 19400, "l_hundred": 900, "r_hundred": 900, "seg_id": 441991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-03-28T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 14994, "Shape__Length": 92.803958466579701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152740028845798, 39.966018962053099 ], [ -75.153519188887998, 39.966246215403203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19383, "tnode_": 28417, "lpoly_": null, "rpoly_": null, "length": 156.7464399, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 711, "st_code": 87990, "l_hundred": 700, "r_hundred": 700, "seg_id": 441992, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2002-04-22T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14995, "Shape__Length": 62.48949151280798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153742685067698, 39.965270158439303 ], [ -75.153646379876193, 39.965694018032501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28417, "tnode_": 19235, "lpoly_": null, "rpoly_": null, "length": 204.29054843, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 714, "l_t_add": 798, "r_f_add": 713, "r_t_add": 799, "st_code": 87990, "l_hundred": 700, "r_hundred": 700, "seg_id": 441993, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2002-04-22T00:00:00Z", "newsegdate": "2002-03-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 14996, "Shape__Length": 81.444040921033917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153646379876193, 39.965694018032501 ], [ -75.153519188887998, 39.966246215403203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28432, "tnode_": 27513, "lpoly_": null, "rpoly_": null, "length": 41.25516601, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1601, "r_t_add": 1603, "st_code": 28000, "l_hundred": 0, "r_hundred": 1600, "seg_id": 441994, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-04-29T00:00:00Z", "newsegdate": "2002-04-17T00:00:00Z", "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14997, "Shape__Length": 16.398989126937039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124900978768906, 39.969868306791199 ], [ -75.124770396102207, 39.969920565767602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18600, "tnode_": 28432, "lpoly_": null, "rpoly_": null, "length": 344.58940322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1501, "r_t_add": 1599, "st_code": 28000, "l_hundred": 0, "r_hundred": 1500, "seg_id": 441996, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2002-04-17T00:00:00Z", "newsegdate": "2002-04-17T00:00:00Z", "multi_rep": 1, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14998, "Shape__Length": 136.9971146228491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125961504454196, 39.969392681757498 ], [ -75.125468433237202, 39.9695839061472 ], [ -75.124994861351993, 39.969818932930202 ], [ -75.124900978768906, 39.969868306791199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18578, "tnode_": 28431, "lpoly_": null, "rpoly_": null, "length": 353.08573133, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1548, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1500, "r_hundred": 0, "seg_id": 441997, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-04-17T00:00:00Z", "newsegdate": "2002-04-17T00:00:00Z", "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 14999, "Shape__Length": 140.37406877994664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126040892876603, 39.969512254336998 ], [ -75.125281916304104, 39.969809038709499 ], [ -75.125023975603099, 39.969951283283898 ], [ -75.124953425256294, 39.969995528899297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28431, "tnode_": 18347, "lpoly_": null, "rpoly_": null, "length": 303.13503265999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 17180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 441999, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": "2002-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 15000, "Shape__Length": 120.81621840284559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124953425256294, 39.969995528899297 ], [ -75.125325171524807, 39.970776971380197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18647, "tnode_": 28432, "lpoly_": null, "rpoly_": null, "length": 322.74022222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 17180, "l_hundred": 900, "r_hundred": 900, "seg_id": 442000, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-17T00:00:00Z", "newsegdate": "2002-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 15001, "Shape__Length": 128.55658927964356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124314262576604, 39.969105982179599 ], [ -75.124900978768906, 39.969868306791199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28456, "tnode_": 28457, "lpoly_": null, "rpoly_": null, "length": 174.67358732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 53155, "l_hundred": 900, "r_hundred": 900, "seg_id": 442001, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2002-05-13T00:00:00Z", "newsegdate": "2002-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MANDERSON ST", "stname": "MANDERSON ST", "objectid": 15002, "Shape__Length": 69.520381477938486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134001115722199, 39.964780075037503 ], [ -75.134241875720406, 39.965024530466302 ], [ -75.134416282869296, 39.965133352473103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19433, "tnode_": 28456, "lpoly_": null, "rpoly_": null, "length": 143.12523791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1002, "r_f_add": 1001, "r_t_add": 1005, "st_code": 28000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442002, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-13T00:00:00Z", "newsegdate": "2002-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 15003, "Shape__Length": 56.962278948607903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134346508609099, 39.964490707739301 ], [ -75.134001115722199, 39.964780075037503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28456, "tnode_": 19354, "lpoly_": null, "rpoly_": null, "length": 128.84791191000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1004, "l_t_add": 1010, "r_f_add": 1007, "r_t_add": 1035, "st_code": 28000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-13T00:00:00Z", "newsegdate": "2002-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 15004, "Shape__Length": 51.280435929201303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134001115722199, 39.964780075037503 ], [ -75.133690461025793, 39.965040778084003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19433, "tnode_": 28457, "lpoly_": null, "rpoly_": null, "length": 235.9754547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 943, "st_code": 34960, "l_hundred": 900, "r_hundred": 900, "seg_id": 442004, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2002-05-13T00:00:00Z", "newsegdate": "2002-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 15005, "Shape__Length": 94.079651979069382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134346508609099, 39.964490707739301 ], [ -75.134417357275296, 39.964777444148602 ], [ -75.134416282869296, 39.965133352473103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28457, "tnode_": 19301, "lpoly_": null, "rpoly_": null, "length": 77.4650283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 920, "l_t_add": 948, "r_f_add": 945, "r_t_add": 949, "st_code": 34960, "l_hundred": 900, "r_hundred": 900, "seg_id": 442005, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2002-05-13T00:00:00Z", "newsegdate": "2002-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 15006, "Shape__Length": 30.886176120162464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134416282869296, 39.965133352473103 ], [ -75.134416830741102, 39.965346003263399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20061, "tnode_": 26912, "lpoly_": null, "rpoly_": null, "length": 67.93544628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23050, "l_hundred": 500, "r_hundred": 500, "seg_id": 442006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-31T00:00:00Z", "newsegdate": "2002-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N CHRISTOPHER COLUMBUS BLVD", "stname": "N CHRISTOPHER COLUMBUS BLVD", "objectid": 15007, "Shape__Length": 27.076458739353011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137239803588898, 39.960039739673 ], [ -75.137172820020595, 39.960218965972203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18492, "tnode_": 18203, "lpoly_": null, "rpoly_": null, "length": 587.53229584999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87970, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442007, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2002-06-05T00:00:00Z", "newsegdate": "2002-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 15008, "Shape__Length": 234.25258137973884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150942840819098, 39.970533390332101 ], [ -75.150604809972506, 39.972125131988903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18276, "tnode_": 18120, "lpoly_": null, "rpoly_": null, "length": 303.67215567, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 46120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-07T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "N JESSUP ST", "stname": "N JESSUP ST", "objectid": 15009, "Shape__Length": 121.07677719039083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154439240562397, 39.971773923619097 ], [ -75.154349876081994, 39.972181942342999 ], [ -75.154260276284802, 39.972596090731301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19398, "tnode_": 28469, "lpoly_": null, "rpoly_": null, "length": 234.36300925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 21140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-17T00:00:00Z", "newsegdate": "2002-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CANAL ST", "stname": "CANAL ST", "objectid": 15010, "Shape__Length": 93.42737448529698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134927644879497, 39.964749314572998 ], [ -75.135099562441695, 39.965378923393502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19172, "tnode_": 28469, "lpoly_": null, "rpoly_": null, "length": 631.53933656000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 12080, "l_hundred": 0, "r_hundred": 0, "seg_id": 442010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-17T00:00:00Z", "newsegdate": "2002-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 15011, "Shape__Length": 251.06039615904447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137048860197396, 39.9662431851715 ], [ -75.136969312171999, 39.966223837840403 ], [ -75.136094965714605, 39.965840265960203 ], [ -75.135131150852004, 39.965402371657802 ], [ -75.135099562441695, 39.965378923393502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18498, "tnode_": 18220, "lpoly_": null, "rpoly_": null, "length": 556.05291677000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 87950, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442011, "oneway": "TF", "class": 4, "responsibl": "PRIVATE", "update_": "2009-04-24T00:00:00Z", "newsegdate": "2002-06-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 15012, "Shape__Length": 221.70024704944549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149969399901394, 39.970494560993302 ], [ -75.149642124357996, 39.972000083025598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18203, "tnode_": 17948, "lpoly_": null, "rpoly_": null, "length": 468.36148816000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 87970, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 442012, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2002-07-23T00:00:00Z", "newsegdate": "2002-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 15013, "Shape__Length": 186.73993772488359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150604809972506, 39.972125131988903 ], [ -75.150318651655198, 39.973391851846102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18926, "tnode_": 18805, "lpoly_": null, "rpoly_": null, "length": 302.38074870999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 804, "l_t_add": 830, "r_f_add": 803, "r_t_add": 825, "st_code": 19140, "l_hundred": 800, "r_hundred": 800, "seg_id": 442015, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-11-19T00:00:00Z", "newsegdate": "2002-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 15014, "Shape__Length": 120.55478086211616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160161959744102, 39.968186389261803 ], [ -75.1600751261781, 39.968608912032003 ], [ -75.159979065481394, 39.969004364451003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18364, "tnode_": 18054, "lpoly_": null, "rpoly_": null, "length": 593.50366003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 12440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 442016, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2002-11-20T00:00:00Z", "newsegdate": "2002-11-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 15015, "Shape__Length": 236.59178161733101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140054247446599, 39.9710394311087 ], [ -75.140279093472003, 39.971853773783202 ], [ -75.1402638826047, 39.972491215225801 ], [ -75.140412384471006, 39.972602044932799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18672, "tnode_": 18556, "lpoly_": null, "rpoly_": null, "length": 218.0987557, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 913, "st_code": 88050, "l_hundred": 900, "r_hundred": 900, "seg_id": 442017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-12-13T00:00:00Z", "newsegdate": "2002-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 15016, "Shape__Length": 86.955037842573347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157622337360905, 39.969697258129699 ], [ -75.157533116810598, 39.970112359609601 ], [ -75.157493278470696, 39.970287668898898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21479, "tnode_": 21563, "lpoly_": null, "rpoly_": null, "length": 244.44514415999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 210, "st_code": 66560, "l_hundred": 200, "r_hundred": 200, "seg_id": 442019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": "2002-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "QUINCE ST", "stname": "QUINCE ST", "objectid": 15017, "Shape__Length": 97.428622468987555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159752784978096, 39.948792303776699 ], [ -75.159859608611598, 39.948308706060999 ], [ -75.159897201181096, 39.948130544311098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21490, "tnode_": 21573, "lpoly_": null, "rpoly_": null, "length": 244.57945073, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 216, "st_code": 88020, "l_hundred": 200, "r_hundred": 200, "seg_id": 442020, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2002-12-20T00:00:00Z", "newsegdate": "2002-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 15018, "Shape__Length": 97.481937497412403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158968185995604, 39.948690355916902 ], [ -75.159072373405394, 39.948211165609202 ], [ -75.159113179561103, 39.948028294954298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28664, "tnode_": 28665, "lpoly_": null, "rpoly_": null, "length": 138.32049722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1262, "l_hundred": 0, "r_hundred": 0, "seg_id": 442021, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-04-08T00:00:00Z", "newsegdate": "2003-04-08T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT PLAZA DWY", "stname": "WALNUT PLAZA DWY", "objectid": 15019, "Shape__Length": 54.920061828730255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141783888918596, 39.9464234282989 ], [ -75.141293765524907, 39.946380206082097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21653, "tnode_": 28664, "lpoly_": null, "rpoly_": null, "length": 222.40198004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 151, "l_t_add": 199, "r_f_add": 150, "r_t_add": 198, "st_code": 23055, "l_hundred": 100, "r_hundred": 100, "seg_id": 442022, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-09T00:00:00Z", "newsegdate": "2003-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 15020, "Shape__Length": 88.641101480546453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141655819088498, 39.947025939729798 ], [ -75.141783888918596, 39.9464234282989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28664, "tnode_": 21947, "lpoly_": null, "rpoly_": null, "length": 476.15642299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHRISTOPHER COLUMBUS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 214, "st_code": 23055, "l_hundred": 200, "r_hundred": 200, "seg_id": 442023, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-09T00:00:00Z", "newsegdate": "2003-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "S CHRISTOPHER COLUMBUS BLVD", "stname": "S CHRISTOPHER COLUMBUS BLVD", "objectid": 15021, "Shape__Length": 189.77549927333212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141783888918596, 39.9464234282989 ], [ -75.142058077029205, 39.9451334678891 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28678, "tnode_": 28203, "lpoly_": null, "rpoly_": null, "length": 195.40443298, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 18100, "l_hundred": 200, "r_hundred": 200, "seg_id": 442024, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-05-21T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 15022, "Shape__Length": 77.887738488103679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144143589020302, 39.9552839722163 ], [ -75.144036917846904, 39.955786569437201 ], [ -75.1440198953634, 39.955810352679897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20694, "tnode_": 28678, "lpoly_": null, "rpoly_": null, "length": 193.61618197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 216, "l_t_add": 236, "r_f_add": 217, "r_t_add": 237, "st_code": 59450, "l_hundred": 200, "r_hundred": 200, "seg_id": 442025, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-07-14T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 15023, "Shape__Length": 76.887632651180994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143460243534506, 39.955206949536198 ], [ -75.144143589020302, 39.9552839722163 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28678, "tnode_": 20680, "lpoly_": null, "rpoly_": null, "length": 124.78993059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 238, "l_t_add": 298, "r_f_add": 239, "r_t_add": 299, "st_code": 59450, "l_hundred": 200, "r_hundred": 200, "seg_id": 442026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-07-14T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 15024, "Shape__Length": 49.565611565031787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144143589020302, 39.9552839722163 ], [ -75.144492162930305, 39.955330529008201 ], [ -75.144572238263294, 39.955296702315202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21674, "tnode_": 28679, "lpoly_": null, "rpoly_": null, "length": 397.39529475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 280, "l_t_add": 298, "r_f_add": 281, "r_t_add": 299, "st_code": 28780, "l_hundred": 200, "r_hundred": 200, "seg_id": 442027, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2005-08-17T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "DOCK ST", "stname": "DOCK ST", "objectid": 15025, "Shape__Length": 158.13232274479219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1453190795865, 39.946981818966599 ], [ -75.145448102981803, 39.947100442644903 ], [ -75.145517275010405, 39.947277394514799 ], [ -75.145544569042599, 39.947327480354197 ], [ -75.145566369827307, 39.9473684483592 ], [ -75.145582849625498, 39.947395803642003 ], [ -75.145605338122394, 39.947418799249498 ], [ -75.145633665486102, 39.947441927422297 ], [ -75.145656327390995, 39.947460429955498 ], [ -75.1462110959678, 39.947785551893503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21450, "tnode_": 28679, "lpoly_": null, "rpoly_": null, "length": 316.58755822000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 141, "r_f_add": 100, "r_t_add": 140, "st_code": 87860, "l_hundred": 100, "r_hundred": 100, "seg_id": 442028, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-05-21T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 15026, "Shape__Length": 126.18157459587502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146021101187102, 39.948642233825602 ], [ -75.1462110959678, 39.947785551893503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28679, "tnode_": 21657, "lpoly_": null, "rpoly_": null, "length": 245.88137818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 143, "l_t_add": 199, "r_f_add": 142, "r_t_add": 198, "st_code": 87860, "l_hundred": 100, "r_hundred": 100, "seg_id": 442029, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-05-21T00:00:00Z", "newsegdate": "2003-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "S 3RD ST", "stname": "S 3RD ST", "objectid": 15027, "Shape__Length": 97.999286331202029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1462110959678, 39.947785551893503 ], [ -75.146358655301995, 39.947120199894997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28680, "tnode_": 28681, "lpoly_": null, "rpoly_": null, "length": 415.14405442999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 55320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442031, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MELON ST", "stname": "MELON ST", "objectid": 15028, "Shape__Length": 164.93617768989307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155523054244597, 39.965112124756601 ], [ -75.156927181720604, 39.965474627259702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19434, "tnode_": 28681, "lpoly_": null, "rpoly_": null, "length": 168.67632287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 654, "l_t_add": 654, "r_f_add": 661, "r_t_add": 673, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 442032, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 15029, "Shape__Length": 67.245776217568917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157027623328702, 39.965018085225097 ], [ -75.156927181720604, 39.965474627259702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28681, "tnode_": 19268, "lpoly_": null, "rpoly_": null, "length": 250.82049428000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 656, "l_t_add": 698, "r_f_add": 675, "r_t_add": 699, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 442033, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 15030, "Shape__Length": 99.994820441327121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156927181720604, 39.965474627259702 ], [ -75.156777822522997, 39.966153501753503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18929, "tnode_": 18827, "lpoly_": null, "rpoly_": null, "length": 223.71346261, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 832, "l_t_add": 856, "r_f_add": 847, "r_t_add": 857, "st_code": 88030, "l_hundred": 800, "r_hundred": 800, "seg_id": 442034, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 15031, "Shape__Length": 89.191704036599702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156351144345194, 39.968102482219201 ], [ -75.156284795389595, 39.968413178081001 ], [ -75.156219936003296, 39.968708246987198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28706, "tnode_": 28712, "lpoly_": null, "rpoly_": null, "length": 187.89688645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 61135, "l_hundred": 900, "r_hundred": 900, "seg_id": 442035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-07T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "OGDEN PL", "stname": "OGDEN PL", "objectid": 15032, "Shape__Length": 74.65019298283292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152511340898599, 39.967799780629903 ], [ -75.153151435418096, 39.967953014514897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28712, "tnode_": 28717, "lpoly_": null, "rpoly_": null, "length": 451.46757864999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 61140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442036, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "OGDEN ST", "stname": "OGDEN ST", "objectid": 15033, "Shape__Length": 179.36825388610595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153151435418096, 39.967953014514897 ], [ -75.154686493114596, 39.968328364567903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28707, "tnode_": 28708, "lpoly_": null, "rpoly_": null, "length": 192.04450997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 67990, "l_hundred": 900, "r_hundred": 900, "seg_id": 442037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "RENO PL", "stname": "RENO PL", "objectid": 15034, "Shape__Length": 76.3007336966933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152040230771405, 39.9664653276024 ], [ -75.152689433011304, 39.966633832941298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19288, "tnode_": 28707, "lpoly_": null, "rpoly_": null, "length": 222.75858451, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 64200, "l_hundred": 800, "r_hundred": 800, "seg_id": 442038, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 15035, "Shape__Length": 88.781127896761689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152296786504905, 39.965886568364198 ], [ -75.152040230771405, 39.9664653276024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28709, "tnode_": 28710, "lpoly_": null, "rpoly_": null, "length": 359.5166361, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81440, "l_hundred": 700, "r_hundred": 700, "seg_id": 442039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 15036, "Shape__Length": 143.32831701188013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154513367227096, 39.965497178185799 ], [ -75.154293625918896, 39.966469504640401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28707, "tnode_": 19140, "lpoly_": null, "rpoly_": null, "length": 114.56048672, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 820, "l_t_add": 834, "r_f_add": 821, "r_t_add": 833, "st_code": 64200, "l_hundred": 800, "r_hundred": 800, "seg_id": 442040, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 15037, "Shape__Length": 45.635387544783214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152040230771405, 39.9664653276024 ], [ -75.152003929654597, 39.966547217455002 ], [ -75.1518462718374, 39.966740219408798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28710, "tnode_": 28711, "lpoly_": null, "rpoly_": null, "length": 182.0599616, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 81440, "l_hundred": 800, "r_hundred": 800, "seg_id": 442041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 15038, "Shape__Length": 72.581469247657068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154293625918896, 39.966469504640401 ], [ -75.154175522707007, 39.966960950688701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19383, "tnode_": 28709, "lpoly_": null, "rpoly_": null, "length": 231.3131245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1021, "st_code": 33280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442042, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 15039, "Shape__Length": 91.910220201219843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153742685067698, 39.965270158439303 ], [ -75.154513367227096, 39.965497178185799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28709, "tnode_": 19324, "lpoly_": null, "rpoly_": null, "length": 224.82127732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 33280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 15040, "Shape__Length": 89.331033855173473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154513367227096, 39.965497178185799 ], [ -75.155262425350898, 39.965717820870502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19235, "tnode_": 28710, "lpoly_": null, "rpoly_": null, "length": 231.81313214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 19400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442044, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 15041, "Shape__Length": 92.108497781452883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153519188887998, 39.966246215403203 ], [ -75.154293625918896, 39.966469504640401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28710, "tnode_": 27550, "lpoly_": null, "rpoly_": null, "length": 226.26482678000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 19400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442045, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 15042, "Shape__Length": 89.905752740634881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154293625918896, 39.966469504640401 ], [ -75.155047686912198, 39.966691196930597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28713, "tnode_": 28714, "lpoly_": null, "rpoly_": null, "length": 361.55718737000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 54140, "l_hundred": 700, "r_hundred": 700, "seg_id": 442046, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 15043, "Shape__Length": 144.14326980563766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156022221686996, 39.965933270885898 ], [ -75.155804728932395, 39.966911580203401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28714, "tnode_": 28715, "lpoly_": null, "rpoly_": null, "length": 370.80471402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 54140, "l_hundred": 800, "r_hundred": 800, "seg_id": 442047, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 15044, "Shape__Length": 147.83108558118528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155804728932395, 39.966911580203401 ], [ -75.155574594461598, 39.967913965121802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28713, "tnode_": 19268, "lpoly_": null, "rpoly_": null, "length": 226.48050092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 33280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 15045, "Shape__Length": 89.990057587178597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156022221686996, 39.965933270885898 ], [ -75.156777822522997, 39.966153501753503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19324, "tnode_": 28713, "lpoly_": null, "rpoly_": null, "length": 226.97495338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRMOUNT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1149, "st_code": 33280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442049, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FAIRMOUNT AVE", "stname": "FAIRMOUNT AVE", "objectid": 15046, "Shape__Length": 90.184126792830455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155262425350898, 39.965717820870502 ], [ -75.155900342551405, 39.965897747143799 ], [ -75.156022221686996, 39.965933270885898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27550, "tnode_": 28714, "lpoly_": null, "rpoly_": null, "length": 226.87574284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1149, "st_code": 19400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442050, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 15047, "Shape__Length": 90.148013938527185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155047686912198, 39.966691196930597 ], [ -75.155804728932395, 39.966911580203401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28714, "tnode_": 19086, "lpoly_": null, "rpoly_": null, "length": 226.5859561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 19400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442051, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-23T00:00:00Z", "newsegdate": "2003-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 15048, "Shape__Length": 90.033158084299757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155804728932395, 39.966911580203401 ], [ -75.156560808823997, 39.967131677130297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27551, "tnode_": 28715, "lpoly_": null, "rpoly_": null, "length": 222.24941655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 63160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-12T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 15049, "Shape__Length": 88.298954054983255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154818421581496, 39.9677303897301 ], [ -75.155574594461598, 39.967913965121802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28715, "tnode_": 18929, "lpoly_": null, "rpoly_": null, "length": 228.23735464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARRISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 63160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442053, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-12T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "PARRISH ST", "stname": "PARRISH ST", "objectid": 15050, "Shape__Length": 90.678188568851937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155574594461598, 39.967913965121802 ], [ -75.156351144345194, 39.968102482219201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27552, "tnode_": 28712, "lpoly_": null, "rpoly_": null, "length": 220.13240918, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 850, "l_t_add": 868, "r_f_add": 851, "r_t_add": 869, "st_code": 87990, "l_hundred": 800, "r_hundred": 800, "seg_id": 442054, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 15051, "Shape__Length": 87.763118160522239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153279886624503, 39.967356860898903 ], [ -75.153151435418096, 39.967953014514897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28712, "tnode_": 18843, "lpoly_": null, "rpoly_": null, "length": 223.52311799, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 870, "l_t_add": 898, "r_f_add": 871, "r_t_add": 899, "st_code": 87990, "l_hundred": 800, "r_hundred": 800, "seg_id": 442055, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 15052, "Shape__Length": 89.115718857069936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153151435418096, 39.967953014514897 ], [ -75.153021003188101, 39.968558350530699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27551, "tnode_": 28717, "lpoly_": null, "rpoly_": null, "length": 220.94793944, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 850, "l_t_add": 868, "r_f_add": 851, "r_t_add": 869, "st_code": 88010, "l_hundred": 800, "r_hundred": 800, "seg_id": 442056, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 15053, "Shape__Length": 88.088301418421352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154818421581496, 39.9677303897301 ], [ -75.154686493114596, 39.968328364567903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28717, "tnode_": 18795, "lpoly_": null, "rpoly_": null, "length": 226.23492456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 870, "l_t_add": 898, "r_f_add": 871, "r_t_add": 899, "st_code": 88010, "l_hundred": 800, "r_hundred": 800, "seg_id": 442057, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 15054, "Shape__Length": 90.19693236894868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154686493114596, 39.968328364567903 ], [ -75.154551406566597, 39.968940648123102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19650, "tnode_": 19488, "lpoly_": null, "rpoly_": null, "length": 377.83768376, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 20980, "l_hundred": 600, "r_hundred": 600, "seg_id": 442058, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-09-25T00:00:00Z", "newsegdate": "2003-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 15055, "Shape__Length": 150.62882443519771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158136303518901, 39.963688026141703 ], [ -75.158058349912594, 39.964032089324299 ], [ -75.157907981026199, 39.964710248394297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19664, "tnode_": 19581, "lpoly_": null, "rpoly_": null, "length": 177.49790195, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 608, "l_t_add": 620, "r_f_add": 617, "r_t_add": 631, "st_code": 88030, "l_hundred": 600, "r_hundred": 600, "seg_id": 442059, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-09-25T00:00:00Z", "newsegdate": "2003-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 15056, "Shape__Length": 70.760055792015308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157336347416901, 39.963597188622501 ], [ -75.157260048412098, 39.963929303398402 ], [ -75.157223231988795, 39.9640765934057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28750, "tnode_": 28749, "lpoly_": null, "rpoly_": null, "length": 132.94806964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 43480, "l_hundred": 900, "r_hundred": 900, "seg_id": 442063, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 15057, "Shape__Length": 53.004311213787389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138383645926595, 39.964996271784401 ], [ -75.138445330131603, 39.965358131301798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19363, "tnode_": 28750, "lpoly_": null, "rpoly_": null, "length": 264.72207987999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 121, "st_code": 49380, "l_hundred": 100, "r_hundred": 100, "seg_id": 442064, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 15058, "Shape__Length": 105.14141703380179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137451165704903, 39.965010637771599 ], [ -75.137552887738707, 39.965027012635304 ], [ -75.137619329703796, 39.9650307527846 ], [ -75.137718359675503, 39.965015186173098 ], [ -75.137846448116093, 39.964982021796601 ], [ -75.138331751931005, 39.9649922298074 ], [ -75.138383645926595, 39.964996271784401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28750, "tnode_": 19373, "lpoly_": null, "rpoly_": null, "length": 120.50810803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUREL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 130, "l_t_add": 142, "r_f_add": 123, "r_t_add": 127, "st_code": 49380, "l_hundred": 100, "r_hundred": 100, "seg_id": 442065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "LAUREL ST", "stname": "LAUREL ST", "objectid": 15059, "Shape__Length": 47.858509546156945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138383645926595, 39.964996271784401 ], [ -75.138813327132794, 39.965007259682999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19290, "tnode_": 28749, "lpoly_": null, "rpoly_": null, "length": 130.0800819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 114, "l_t_add": 118, "r_f_add": 115, "r_t_add": 117, "st_code": 65180, "l_hundred": 100, "r_hundred": 100, "seg_id": 442066, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-10-21T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "POLLARD ST", "stname": "POLLARD ST", "objectid": 15060, "Shape__Length": 51.704315675636181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138034846691895, 39.965519926068097 ], [ -75.138375087918604, 39.965370993901097 ], [ -75.138419762594793, 39.965359851461699 ], [ -75.138445330131603, 39.965358131301798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28749, "tnode_": 19328, "lpoly_": null, "rpoly_": null, "length": 69.23433434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 120, "l_t_add": 128, "r_f_add": 119, "r_t_add": 129, "st_code": 65180, "l_hundred": 100, "r_hundred": 100, "seg_id": 442067, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": "2003-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "POLLARD ST", "stname": "POLLARD ST", "objectid": 15061, "Shape__Length": 27.495814724238627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138445330131603, 39.965358131301798 ], [ -75.1386922010131, 39.965364230409698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28783, "tnode_": 28784, "lpoly_": null, "rpoly_": null, "length": 150.14235341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLETREE", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 12855, "l_hundred": 0, "r_hundred": 0, "seg_id": 442068, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLETREE CT", "stname": "APPLETREE CT", "objectid": 15062, "Shape__Length": 59.622314610237439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141642881790204, 39.952338402542402 ], [ -75.142171332425093, 39.952405246221701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21082, "tnode_": 28783, "lpoly_": null, "rpoly_": null, "length": 219.06949937, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 125, "st_code": 35200, "l_hundred": 100, "r_hundred": 100, "seg_id": 442069, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-08-18T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 15063, "Shape__Length": 87.327787053078367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1416634066493, 39.951737773281501 ], [ -75.141652566484098, 39.951811127773702 ], [ -75.141636830165197, 39.952221050842802 ], [ -75.141642881790204, 39.952338402542402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28783, "tnode_": 20986, "lpoly_": null, "rpoly_": null, "length": 126.37903946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 126, "l_t_add": 146, "r_f_add": 127, "r_t_add": 145, "st_code": 35200, "l_hundred": 100, "r_hundred": 100, "seg_id": 442070, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-08-18T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 15064, "Shape__Length": 50.379067732810007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141642881790204, 39.952338402542402 ], [ -75.141660759460805, 39.952685056005201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18731, "tnode_": 18519, "lpoly_": null, "rpoly_": null, "length": 430.82751508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 924, "r_f_add": 901, "r_t_add": 925, "st_code": 88030, "l_hundred": 900, "r_hundred": 900, "seg_id": 442071, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 15065, "Shape__Length": 171.76866617957421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156087019781296, 39.969319299860203 ], [ -75.155922473251394, 39.970084392867598 ], [ -75.155830809604197, 39.970485416385102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28787, "tnode_": 28788, "lpoly_": null, "rpoly_": null, "length": 452.74438676, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 54140, "l_hundred": 900, "r_hundred": 900, "seg_id": 442072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 15066, "Shape__Length": 180.50524580629158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155330667641493, 39.969132801278398 ], [ -75.155053609812995, 39.9703572228863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18795, "tnode_": 28787, "lpoly_": null, "rpoly_": null, "length": 229.35978963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1102, "r_f_add": 1101, "r_t_add": 1125, "st_code": 65260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442073, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 15067, "Shape__Length": 91.126449578145341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154551406566597, 39.968940648123102 ], [ -75.155330667641493, 39.969132801278398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28787, "tnode_": 18731, "lpoly_": null, "rpoly_": null, "length": 222.61582122000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPLAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1104, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 65260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442074, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "POPLAR ST", "stname": "POPLAR ST", "objectid": 15068, "Shape__Length": 88.447262515728298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155330667641493, 39.969132801278398 ], [ -75.156087019781296, 39.969319299860203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18551, "tnode_": 28788, "lpoly_": null, "rpoly_": null, "length": 222.97143710999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 40780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442075, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 15069, "Shape__Length": 88.56701706959052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154269222671701, 39.970255165813903 ], [ -75.155053609812995, 39.9703572228863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28788, "tnode_": 18519, "lpoly_": null, "rpoly_": null, "length": 225.20906339000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 40780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "W HARPER ST", "stname": "W HARPER ST", "objectid": 15070, "Shape__Length": 89.467610591910471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155053609812995, 39.9703572228863 ], [ -75.155778140905696, 39.970451488029902 ], [ -75.155830809604197, 39.970485416385102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28790, "tnode_": 27594, "lpoly_": null, "rpoly_": null, "length": 208.40983967, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 910, "l_t_add": 918, "r_f_add": 911, "r_t_add": 919, "st_code": 64200, "l_hundred": 900, "r_hundred": 900, "seg_id": 442077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 15071, "Shape__Length": 83.091034227059382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151862848974901, 39.968940744333999 ], [ -75.151738529329904, 39.969504802215504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18881, "tnode_": 28790, "lpoly_": null, "rpoly_": null, "length": 234.06579713, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 908, "r_f_add": 901, "r_t_add": 909, "st_code": 64200, "l_hundred": 900, "r_hundred": 900, "seg_id": 442078, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 15072, "Shape__Length": 93.319006190855873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152002470365801, 39.968307248850003 ], [ -75.151862848974901, 39.968940744333999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27594, "tnode_": 18613, "lpoly_": null, "rpoly_": null, "length": 168.17021741, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 920, "l_t_add": 964, "r_f_add": 921, "r_t_add": 963, "st_code": 64200, "l_hundred": 900, "r_hundred": 900, "seg_id": 442079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 15073, "Shape__Length": 67.048375954722786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151738529329904, 39.969504802215504 ], [ -75.151638212213697, 39.9699599521648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18843, "tnode_": 28789, "lpoly_": null, "rpoly_": null, "length": 190.88566308, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 942, "r_f_add": 901, "r_t_add": 909, "st_code": 87990, "l_hundred": 900, "r_hundred": 900, "seg_id": 442080, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 15074, "Shape__Length": 76.104115265231911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153021003188101, 39.968558350530699 ], [ -75.152908891431593, 39.9690752065382 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28789, "tnode_": 27592, "lpoly_": null, "rpoly_": null, "length": 205.94004178, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 944, "l_t_add": 946, "r_f_add": 911, "r_t_add": 941, "st_code": 87990, "l_hundred": 900, "r_hundred": 900, "seg_id": 442081, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 15075, "Shape__Length": 82.106391921901235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152908891431593, 39.9690752065382 ], [ -75.152785269495595, 39.9696324784558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28790, "tnode_": 28789, "lpoly_": null, "rpoly_": null, "length": 297.25664997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 36560, "l_hundred": 900, "r_hundred": 900, "seg_id": 442082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "W GEORGE ST", "stname": "W GEORGE ST", "objectid": 15076, "Shape__Length": 118.07146484993174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151862848974901, 39.968940744333999 ], [ -75.152908891431593, 39.9690752065382 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28793, "tnode_": 21208, "lpoly_": null, "rpoly_": null, "length": 451.78211949000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 23960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442083, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-17T00:00:00Z", "newsegdate": "2003-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOVER ST", "stname": "CLOVER ST", "objectid": 15077, "Shape__Length": 179.41240331795876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158535627283399, 39.950663053148297 ], [ -75.160065748533796, 39.950853415814798 ], [ -75.160110239726293, 39.9508860190018 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21107, "tnode_": 28794, "lpoly_": null, "rpoly_": null, "length": 257.12865555000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1, "l_t_add": 11, "r_f_add": 2, "r_t_add": 10, "st_code": 88040, "l_hundred": 0, "r_hundred": 0, "seg_id": 442085, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-12-17T00:00:00Z", "newsegdate": "2003-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 15078, "Shape__Length": 102.48924918631883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159887180931406, 39.951922404161998 ], [ -75.159899352592902, 39.951832551990798 ], [ -75.160032985046101, 39.951225693778497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28794, "tnode_": 21208, "lpoly_": null, "rpoly_": null, "length": 125.61874197, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 13, "l_t_add": 59, "r_f_add": 12, "r_t_add": 60, "st_code": 88040, "l_hundred": 0, "r_hundred": 0, "seg_id": 442086, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2003-12-17T00:00:00Z", "newsegdate": "2003-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 12TH ST", "stname": "S 12TH ST", "objectid": 15079, "Shape__Length": 50.069371112138157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160032985046101, 39.951225693778497 ], [ -75.160110239726293, 39.9508860190018 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21188, "tnode_": 28793, "lpoly_": null, "rpoly_": null, "length": 148.01067835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 15, "l_t_add": 29, "r_f_add": 16, "r_t_add": 30, "st_code": 88020, "l_hundred": 0, "r_hundred": 0, "seg_id": 442087, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-12-17T00:00:00Z", "newsegdate": "2003-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 15080, "Shape__Length": 58.994532906199581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158446631578101, 39.951063546310799 ], [ -75.158535627283399, 39.950663053148297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28793, "tnode_": 21290, "lpoly_": null, "rpoly_": null, "length": 166.65342318, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 31, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 88020, "l_hundred": 0, "r_hundred": 0, "seg_id": 442088, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2003-12-17T00:00:00Z", "newsegdate": "2003-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "S 11TH ST", "stname": "S 11TH ST", "objectid": 15081, "Shape__Length": 66.424800454128246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158535627283399, 39.950663053148297 ], [ -75.158635830597007, 39.950212115538399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20655, "tnode_": 20519, "lpoly_": null, "rpoly_": null, "length": 325.93182885, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 228, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 34980, "l_hundred": 200, "r_hundred": 200, "seg_id": 442089, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-01-28T00:00:00Z", "newsegdate": "2004-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 15082, "Shape__Length": 129.92528276977779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151483545975495, 39.9557033658363 ], [ -75.151324977200005, 39.956536079257397 ], [ -75.151322835323796, 39.956589170203301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20503, "tnode_": 20513, "lpoly_": null, "rpoly_": null, "length": 594.9425056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE STREET EXPY", "st_type": "RAMP", "suf_dir": "8061A", "zip_left": 19107, "zip_right": 19107, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9490, "l_hundred": 0, "r_hundred": 0, "seg_id": 442090, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-01-28T00:00:00Z", "multi_rep": 8, "streetlabe": "VINE STREET EXPY RAMP 8061A", "stname": "VINE STREET EXPY RAMP 8061A", "objectid": 15083, "Shape__Length": 236.27256044459324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152362748321593, 39.956775969295798 ], [ -75.152475591993493, 39.956767234570499 ], [ -75.153177793480907, 39.956686082790597 ], [ -75.153435778656402, 39.956659414324498 ], [ -75.153727796014493, 39.956663314886299 ], [ -75.154232389559695, 39.956723493706299 ], [ -75.154453453354606, 39.956786544479101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21542, "tnode_": 21691, "lpoly_": null, "rpoly_": null, "length": 387.68985771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 115, "l_t_add": 199, "r_f_add": 114, "r_t_add": 198, "st_code": 87840, "l_hundred": 100, "r_hundred": 100, "seg_id": 442091, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2004-02-13T00:00:00Z", "newsegdate": "2004-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S 2ND ST", "stname": "S 2ND ST", "objectid": 15084, "Shape__Length": 154.51968217522267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1441881853968, 39.947913711306299 ], [ -75.144347221047894, 39.947191420744197 ], [ -75.144408717563493, 39.946912115871001 ], [ -75.144412926277099, 39.946863842790201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21606, "tnode_": 21699, "lpoly_": null, "rpoly_": null, "length": 226.77944326000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 40360, "l_hundred": 100, "r_hundred": 100, "seg_id": 442092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-13T00:00:00Z", "newsegdate": "2004-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "S HANCOCK ST", "stname": "S HANCOCK ST", "objectid": 15085, "Shape__Length": 90.384496019195353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143625593167599, 39.947392561652897 ], [ -75.143692082976997, 39.947107558956901 ], [ -75.143692505136002, 39.947105464661298 ], [ -75.143721587196595, 39.946961141906797 ], [ -75.143767672719406, 39.946779767998997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29146, "tnode_": 18322, "lpoly_": null, "rpoly_": null, "length": 63.06070437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1246, "l_t_add": 1298, "r_f_add": 1247, "r_t_add": 1299, "st_code": 53660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 15086, "Shape__Length": 25.130880948176809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132397620495396, 39.970895451142603 ], [ -75.132482950870696, 39.971055627674403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19839, "tnode_": 27611, "lpoly_": null, "rpoly_": null, "length": 103.66471682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442093, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": "2004-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15087, "Shape__Length": 41.168971987644547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148031236055701, 39.962274492629597 ], [ -75.148399374784304, 39.962247437184502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19829, "tnode_": 27609, "lpoly_": null, "rpoly_": null, "length": 88.88600774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442094, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": "2004-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15088, "Shape__Length": 35.305419807546684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149660423919102, 39.962350527119803 ], [ -75.149351168414597, 39.962296614020303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19829, "tnode_": 27608, "lpoly_": null, "rpoly_": null, "length": 185.76345593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442095, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": "2004-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15089, "Shape__Length": 73.779702081092182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149660423919102, 39.962350527119803 ], [ -75.150312986286096, 39.962439358475699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19655, "tnode_": 27605, "lpoly_": null, "rpoly_": null, "length": 71.37708209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442096, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": "2004-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15090, "Shape__Length": 28.377927633497666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151489224251307, 39.963514927931101 ], [ -75.151273934179002, 39.963410296254999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28825, "tnode_": 19810, "lpoly_": null, "rpoly_": null, "length": 117.98576948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 824, "l_t_add": 898, "r_f_add": 825, "r_t_add": 899, "st_code": 38420, "l_hundred": 800, "r_hundred": 800, "seg_id": 442097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-30T00:00:00Z", "newsegdate": "2004-03-30T00:00:00Z", "multi_rep": 0, "streetlabe": "GREEN ST", "stname": "GREEN ST", "objectid": 15091, "Shape__Length": 46.855433311965243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152338310762801, 39.962474519947499 ], [ -75.152758552159597, 39.962492690045998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18832, "tnode_": 28854, "lpoly_": null, "rpoly_": null, "length": 306.37248622000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1024, "r_f_add": 1001, "r_t_add": 1019, "st_code": 24380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442098, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 15092, "Shape__Length": 122.08737058112709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129195493199504, 39.967886971902601 ], [ -75.129619016215798, 39.968662303797501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28854, "tnode_": 18675, "lpoly_": null, "rpoly_": null, "length": 156.17626393999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1026, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 24380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442099, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 15093, "Shape__Length": 62.234853645087099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129619016215798, 39.968662303797501 ], [ -75.129837440280895, 39.969056713570303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28855, "tnode_": 28708, "lpoly_": null, "rpoly_": null, "length": 34.84483083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENO", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 67990, "l_hundred": 800, "r_hundred": 800, "seg_id": 442100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-06-10T00:00:00Z", "newsegdate": "2004-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RENO PL", "stname": "RENO PL", "objectid": 15094, "Shape__Length": 13.887808725767803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152728821781693, 39.966543108007698 ], [ -75.152689433011304, 39.966633832941298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20031, "tnode_": 26916, "lpoly_": null, "rpoly_": null, "length": 537.20980034000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 117, "r_t_add": 199, "st_code": 73800, "l_hundred": 0, "r_hundred": 100, "seg_id": 442101, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-05-17T00:00:00Z", "newsegdate": "2004-05-17T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15095, "Shape__Length": 213.34754285161961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139541493853301, 39.960515263349002 ], [ -75.140291512864806, 39.960583808200802 ], [ -75.141440686479697, 39.960711584283999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20003, "tnode_": 28872, "lpoly_": null, "rpoly_": null, "length": 182.9836712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NECTARINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 59140, "l_hundred": 900, "r_hundred": 900, "seg_id": 442102, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-10-25T00:00:00Z", "newsegdate": "2004-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "NECTARINE ST", "stname": "NECTARINE ST", "objectid": 15096, "Shape__Length": 72.66627340493288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153034914742094, 39.961090391119797 ], [ -75.153686833520098, 39.961115967979403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28899, "tnode_": 28900, "lpoly_": null, "rpoly_": null, "length": 214.14796106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GEORGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 36540, "l_hundred": 400, "r_hundred": 400, "seg_id": 442104, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2004-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E GEORGE ST", "stname": "E GEORGE ST", "objectid": 15097, "Shape__Length": 85.107762750845296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130040052957995, 39.969431026661802 ], [ -75.129342164841205, 39.9696702907491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18675, "tnode_": 28899, "lpoly_": null, "rpoly_": null, "length": 147.70888392999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1117, "st_code": 24380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442105, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2004-08-20T00:00:00Z", "newsegdate": "2004-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 15098, "Shape__Length": 58.862365275278165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129837440280895, 39.969056713570303 ], [ -75.130040052957995, 39.969431026661802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28899, "tnode_": 18464, "lpoly_": null, "rpoly_": null, "length": 302.74906451000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1119, "r_t_add": 1199, "st_code": 24380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442106, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2004-08-20T00:00:00Z", "newsegdate": "2004-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 15099, "Shape__Length": 120.64727692264013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130040052957995, 39.969431026661802 ], [ -75.1304553399235, 39.970198230705499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19364, "tnode_": 28922, "lpoly_": null, "rpoly_": null, "length": 181.65736866, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 956, "l_t_add": 998, "r_f_add": 955, "r_t_add": 999, "st_code": 40340, "l_hundred": 900, "r_hundred": 900, "seg_id": 442108, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-10-25T00:00:00Z", "newsegdate": "2004-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 15100, "Shape__Length": 72.247193698173447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140089586239597, 39.965093723899798 ], [ -75.139998622652001, 39.965140889319201 ], [ -75.139572656477597, 39.965394243467102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28922, "tnode_": 19136, "lpoly_": null, "rpoly_": null, "length": 465.56552981, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 40340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442109, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2007-10-25T00:00:00Z", "newsegdate": "2004-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 15101, "Shape__Length": 185.4392408194162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139572656477597, 39.965394243467102 ], [ -75.139564762878905, 39.9653989384121 ], [ -75.139492308250098, 39.965450578259102 ], [ -75.138794617337894, 39.966425661460903 ], [ -75.138735359153699, 39.966492931207597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20023, "tnode_": 20010, "lpoly_": null, "rpoly_": null, "length": 273.88133005000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 236, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 200, "r_hundred": 0, "seg_id": 442110, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-27T00:00:00Z", "newsegdate": "2005-01-27T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15102, "Shape__Length": 108.77027870484696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142446801526503, 39.960679215844401 ], [ -75.142898613598305, 39.960727911484597 ], [ -75.143414106889097, 39.960784983726697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28941, "tnode_": 19821, "lpoly_": null, "rpoly_": null, "length": 48.2804875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442111, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2005-02-18T00:00:00Z", "newsegdate": "2005-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15103, "Shape__Length": 19.183587709607906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1511021859843, 39.962367000984798 ], [ -75.151262299561495, 39.9624158445584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19829, "tnode_": 28943, "lpoly_": null, "rpoly_": null, "length": 221.51158885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKWAY CONNECTOR", "st_type": " ", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99985, "l_hundred": 0, "r_hundred": 0, "seg_id": 442112, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2005-02-18T00:00:00Z", "newsegdate": "2005-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "WALKWAY CONNECTOR", "stname": "WALKWAY CONNECTOR", "objectid": 15104, "Shape__Length": 87.967266126052479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149660423919102, 39.962350527119803 ], [ -75.150450503234893, 39.962338961563098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28940, "tnode_": 28941, "lpoly_": null, "rpoly_": null, "length": 97.575128510000013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERTH", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 64350, "l_hundred": 500, "r_hundred": 500, "seg_id": 442113, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-02-18T00:00:00Z", "newsegdate": "2005-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PERTH PL", "stname": "PERTH PL", "objectid": 15105, "Shape__Length": 38.901827107653638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151126784768294, 39.962099814679 ], [ -75.1511021859843, 39.962367000984798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28942, "tnode_": 28943, "lpoly_": null, "rpoly_": null, "length": 101.54956971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 34975, "l_hundred": 500, "r_hundred": 500, "seg_id": 442114, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-02-18T00:00:00Z", "newsegdate": "2005-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN PL", "stname": "FRANKLIN PL", "objectid": 15106, "Shape__Length": 40.486705362597654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150469782222899, 39.962060590276302 ], [ -75.150450503234893, 39.962338961563098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22006, "tnode_": 29001, "lpoly_": null, "rpoly_": null, "length": 234.31409517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 419, "st_code": 73960, "l_hundred": 400, "r_hundred": 400, "seg_id": 442116, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 15107, "Shape__Length": 93.037516946835723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148454170769398, 39.944950602026601 ], [ -75.149278504431507, 39.945056239741803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29001, "tnode_": 21985, "lpoly_": null, "rpoly_": null, "length": 216.20152956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRUCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 428, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 73960, "l_hundred": 400, "r_hundred": 400, "seg_id": 442117, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-03-06T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRUCE ST", "stname": "SPRUCE ST", "objectid": 15108, "Shape__Length": 85.845809970205863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149278504431507, 39.945056239741803 ], [ -75.150039119052295, 39.945153706457802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29006, "tnode_": 29007, "lpoly_": null, "rpoly_": null, "length": 175.43616026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGS ALLEY", "st_type": "MEWS", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 83385, "l_hundred": 0, "r_hundred": 0, "seg_id": 442118, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-04-11T00:00:00Z", "newsegdate": "2006-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLINGS ALLEY MEWS", "stname": "WILLINGS ALLEY MEWS", "objectid": 15109, "Shape__Length": 69.92095287242266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147026506839396, 39.946879429194901 ], [ -75.147135956992102, 39.946405259838599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21788, "tnode_": 29007, "lpoly_": null, "rpoly_": null, "length": 170.93197527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 315, "st_code": 83380, "l_hundred": 300, "r_hundred": 300, "seg_id": 442119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-11T00:00:00Z", "newsegdate": "2006-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLINGS ALY", "stname": "WILLINGS ALY", "objectid": 15110, "Shape__Length": 67.87297920129194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146535528901296, 39.946323993674099 ], [ -75.147135956992102, 39.946405259838599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29007, "tnode_": 21767, "lpoly_": null, "rpoly_": null, "length": 275.46069326000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 312, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 83380, "l_hundred": 300, "r_hundred": 300, "seg_id": 442120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-11T00:00:00Z", "newsegdate": "2006-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLINGS ALY", "stname": "WILLINGS ALY", "objectid": 15111, "Shape__Length": 109.37857227389772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147135956992102, 39.946405259838599 ], [ -75.148104041542894, 39.946534104425602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29014, "tnode_": 29015, "lpoly_": null, "rpoly_": null, "length": 85.14806553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRISTOW", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 19120, "l_hundred": 0, "r_hundred": 0, "seg_id": 442121, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-04-12T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "BRISTOW PL", "stname": "BRISTOW PL", "objectid": 15112, "Shape__Length": 33.824175227694219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139295777921205, 39.961131772260202 ], [ -75.139587296372497, 39.961197441474397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20031, "tnode_": 29014, "lpoly_": null, "rpoly_": null, "length": 234.90843982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 619, "st_code": 43480, "l_hundred": 600, "r_hundred": 600, "seg_id": 442122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 15113, "Shape__Length": 93.622894814343766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139541493853301, 39.960515263349002 ], [ -75.139295777921205, 39.961131772260202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29014, "tnode_": 19915, "lpoly_": null, "rpoly_": null, "length": 115.03376997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 620, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 43480, "l_hundred": 600, "r_hundred": 600, "seg_id": 442123, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-12T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 15114, "Shape__Length": 45.847567687444759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139295777921205, 39.961131772260202 ], [ -75.1391773424928, 39.961434116915399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21644, "tnode_": 29010, "lpoly_": null, "rpoly_": null, "length": 147.27293276999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 709, "st_code": 74100, "l_hundred": 700, "r_hundred": 700, "seg_id": 442124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-06-24T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 15115, "Shape__Length": 58.477926194750701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153305328317103, 39.947407778220999 ], [ -75.153824424504407, 39.947469568165502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29010, "tnode_": 21624, "lpoly_": null, "rpoly_": null, "length": 154.18956492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 710, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 74100, "l_hundred": 700, "r_hundred": 700, "seg_id": 442125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-04-12T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JAMES ST", "stname": "SAINT JAMES ST", "objectid": 15116, "Shape__Length": 61.224382120973026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153824424504407, 39.947469568165502 ], [ -75.154367900960807, 39.947534257290002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29010, "tnode_": 29011, "lpoly_": null, "rpoly_": null, "length": 101.07729695, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 218, "st_code": 64380, "l_hundred": 200, "r_hundred": 200, "seg_id": 442126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-10-15T00:00:00Z", "newsegdate": "2006-04-12T00:00:00Z", "multi_rep": 0, "streetlabe": "S PERTH ST", "stname": "S PERTH ST", "objectid": 15117, "Shape__Length": 40.285627225125907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153824424504407, 39.947469568165502 ], [ -75.153885084918997, 39.947196054447502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29037, "tnode_": 29038, "lpoly_": null, "rpoly_": null, "length": 272.56999824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "MALL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73790, "l_hundred": 500, "r_hundred": 500, "seg_id": 442127, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRING GARDEN MALL", "stname": "SPRING GARDEN MALL", "objectid": 15118, "Shape__Length": 108.66516211199867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147405972674093, 39.961349571077001 ], [ -75.147291060643397, 39.962092566553103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26923, "tnode_": 29037, "lpoly_": null, "rpoly_": null, "length": 239.2528935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 501, "r_t_add": 521, "st_code": 73800, "l_hundred": 0, "r_hundred": 500, "seg_id": 442128, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-02-26T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15119, "Shape__Length": 95.01746133284739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146559645859995, 39.961264601104503 ], [ -75.147405972674093, 39.961349571077001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29037, "tnode_": 26924, "lpoly_": null, "rpoly_": null, "length": 220.04064737000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 523, "r_t_add": 599, "st_code": 73800, "l_hundred": 0, "r_hundred": 500, "seg_id": 442129, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-06-13T00:00:00Z", "newsegdate": "2006-06-13T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15120, "Shape__Length": 87.387568467170098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147405972674093, 39.961349571077001 ], [ -75.148184340406203, 39.961427712734697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20791, "tnode_": 29040, "lpoly_": null, "rpoly_": null, "length": 72.5245291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 40, "l_t_add": 98, "r_f_add": 41, "r_t_add": 99, "st_code": 75400, "l_hundred": 0, "r_hundred": 0, "seg_id": 442130, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2006-06-30T00:00:00Z", "newsegdate": "2006-06-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMER ST", "stname": "SUMMER ST", "objectid": 15121, "Shape__Length": 28.825745532976327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140180426008101, 39.9543169544338 ], [ -75.140226708820705, 39.9543472338569 ], [ -75.140349257120207, 39.954376853289503 ], [ -75.140381892160207, 39.9543916498464 ], [ -75.140403580965398, 39.954409358179603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29040, "tnode_": 20652, "lpoly_": null, "rpoly_": null, "length": 394.43651012000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 81680, "l_hundred": 200, "r_hundred": 200, "seg_id": 442131, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-30T00:00:00Z", "newsegdate": "2006-06-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 15122, "Shape__Length": 157.20781390604515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140403580965398, 39.954409358179603 ], [ -75.140404428947306, 39.954410050534001 ], [ -75.140416060361105, 39.954431396370403 ], [ -75.140415275860704, 39.954451821845701 ], [ -75.140099379850994, 39.955461203532998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29063, "tnode_": 29064, "lpoly_": null, "rpoly_": null, "length": 337.28589198999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAMOKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 72140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442132, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2014-10-16T00:00:00Z", "newsegdate": "2006-07-19T00:00:00Z", "multi_rep": 0, "streetlabe": "SHAMOKIN ST", "stname": "SHAMOKIN ST", "objectid": 15123, "Shape__Length": 133.96080995802117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155470857496795, 39.959239056590498 ], [ -75.155582157327103, 39.959200016790398 ], [ -75.156647148316296, 39.959342046085901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20271, "tnode_": 29063, "lpoly_": null, "rpoly_": null, "length": 216.87005614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1007, "st_code": 68280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442133, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": "2006-07-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15124, "Shape__Length": 86.380493060767805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155096676038696, 39.958718609688098 ], [ -75.155235567674396, 39.958937603704001 ], [ -75.155470857496795, 39.959239056590498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29063, "tnode_": 20158, "lpoly_": null, "rpoly_": null, "length": 186.45252527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1018, "l_t_add": 1024, "r_f_add": 1009, "r_t_add": 1019, "st_code": 68280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442134, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": "2006-07-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15125, "Shape__Length": 74.25682673802514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155470857496795, 39.959239056590498 ], [ -75.155813330044893, 39.959677827713399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20247, "tnode_": 29064, "lpoly_": null, "rpoly_": null, "length": 156.37396461, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 88010, "l_hundred": 400, "r_hundred": 400, "seg_id": 442135, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": "2006-07-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 15126, "Shape__Length": 62.335806743319452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156739234338801, 39.958918669418999 ], [ -75.156647148316296, 39.959342046085901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29064, "tnode_": 20153, "lpoly_": null, "rpoly_": null, "length": 156.70812709, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 412, "l_t_add": 426, "r_f_add": 413, "r_t_add": 423, "st_code": 88010, "l_hundred": 400, "r_hundred": 400, "seg_id": 442136, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2006-07-19T00:00:00Z", "newsegdate": "2006-07-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 15127, "Shape__Length": 62.46940137242229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156647148316296, 39.959342046085901 ], [ -75.1565548638617, 39.9597663273425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20010, "tnode_": 19993, "lpoly_": null, "rpoly_": null, "length": 448.28206079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 300, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 300, "r_hundred": 0, "seg_id": 442137, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-07-24T00:00:00Z", "newsegdate": "2006-07-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15128, "Shape__Length": 178.03120723124829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143414106889097, 39.960784983726697 ], [ -75.144202492916193, 39.960869484679201 ], [ -75.144999201425094, 39.960947746655101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19993, "tnode_": 19971, "lpoly_": null, "rpoly_": null, "length": 453.53673247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 400, "l_t_add": 498, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 400, "r_hundred": 0, "seg_id": 442138, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-07-24T00:00:00Z", "newsegdate": "2006-07-24T00:00:00Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15129, "Shape__Length": 180.1189564275619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144999201425094, 39.960947746655101 ], [ -75.145803830266203, 39.961036823004598 ], [ -75.146602349643899, 39.961115308588099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19979, "tnode_": 19930, "lpoly_": null, "rpoly_": null, "length": 128.38712915, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19130, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 449, "r_t_add": 509, "st_code": 19140, "l_hundred": 0, "r_hundred": 400, "seg_id": 442139, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": "2006-09-02T00:00:00Z", "multi_rep": 1, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 15130, "Shape__Length": 51.180996512951012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161555805303493, 39.961451095679799 ], [ -75.161508321501998, 39.961669115663703 ], [ -75.161478841886904, 39.961798520463198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26881, "tnode_": 21402, "lpoly_": null, "rpoly_": null, "length": 2176.73288529, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2082, "l_t_add": 2122, "r_f_add": 2083, "r_t_add": 2123, "st_code": 1060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 442140, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 15131, "Shape__Length": 867.55723908313371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143152748208493, 39.942784801828097 ], [ -75.142864605484206, 39.944255597695303 ], [ -75.142645252119607, 39.945306063590898 ], [ -75.141939276133797, 39.948686709465001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29119, "tnode_": 29116, "lpoly_": null, "rpoly_": null, "length": 2627.2590106299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2080, "l_t_add": 2128, "r_f_add": 2081, "r_t_add": 2129, "st_code": 1050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 442141, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 15132, "Shape__Length": 1047.1091719463848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143013218656506, 39.942431669632199 ], [ -75.142932796823402, 39.942644550031297 ], [ -75.142414134135294, 39.945195126006503 ], [ -75.142407366425701, 39.945227318878899 ], [ -75.142397418345396, 39.945274637005099 ], [ -75.141801637215295, 39.948108433448098 ], [ -75.141798520447907, 39.948120644425899 ], [ -75.141467977982899, 39.949543258316197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20424, "tnode_": 20022, "lpoly_": null, "rpoly_": null, "length": 1381.9516739800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2182, "l_t_add": 2206, "r_f_add": 2183, "r_t_add": 2207, "st_code": 1050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 442143, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 15133, "Shape__Length": 550.87870414938868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140724354976996, 39.957107138286197 ], [ -75.140723215650098, 39.957389628227602 ], [ -75.140728242715198, 39.958018424353298 ], [ -75.140729019651403, 39.958454028210099 ], [ -75.140642829283394, 39.959026863073397 ], [ -75.140488769170005, 39.959572809299701 ], [ -75.140458001277807, 39.959673184458303 ], [ -75.140152422053404, 39.960670061792399 ], [ -75.140053684080897, 39.960837672980801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19592, "tnode_": 18240, "lpoly_": null, "rpoly_": null, "length": 4560.4184429199995, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2236, "l_t_add": 2320, "r_f_add": 2237, "r_t_add": 2321, "st_code": 1060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 442144, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 15134, "Shape__Length": 1813.2352101591662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1382610040543, 39.964518261225699 ], [ -75.137675820396694, 39.965108529625198 ], [ -75.137333856088205, 39.965444017181099 ], [ -75.137100367120297, 39.965647213368499 ], [ -75.136560257793505, 39.966003241011897 ], [ -75.136363131776804, 39.966133180918398 ], [ -75.136018943245105, 39.966326077475401 ], [ -75.135870631036695, 39.966409197753201 ], [ -75.135257433138307, 39.966651409172101 ], [ -75.134752236198096, 39.966827111091597 ], [ -75.134449725358195, 39.966911840756097 ], [ -75.129292825402501, 39.968470135487301 ], [ -75.128222435636005, 39.968809850605098 ], [ -75.127993986187093, 39.968905854508101 ], [ -75.127586139757696, 39.969077245715503 ], [ -75.126980838873394, 39.9693820574131 ], [ -75.126413930813101, 39.969730327346298 ], [ -75.124611726432093, 39.970927562525198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18868, "tnode_": 17678, "lpoly_": null, "rpoly_": null, "length": 4111.6726288, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2282, "l_t_add": 2360, "r_f_add": 2283, "r_t_add": 2361, "st_code": 1050, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 442145, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 15135, "Shape__Length": 1635.1155467431008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130658821564197, 39.967860011707003 ], [ -75.130253777007695, 39.967998692225301 ], [ -75.128414658608307, 39.9685763589451 ], [ -75.1279140270032, 39.968773118908203 ], [ -75.127839117767394, 39.968802559155499 ], [ -75.127291326517096, 39.969051418263199 ], [ -75.126703127296906, 39.9693580871919 ], [ -75.126284535236607, 39.969621642109999 ], [ -75.124092744115103, 39.971073981350102 ], [ -75.123359614310004, 39.971554308771601 ], [ -75.122688105965693, 39.971989953272498 ], [ -75.121943403873502, 39.972437086242202 ], [ -75.121222486579299, 39.972822210067399 ], [ -75.120248777239397, 39.9733240962615 ], [ -75.119625880475795, 39.9736499903902 ], [ -75.118891963946297, 39.974028434608101 ], [ -75.118597925905902, 39.974161732956901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19724, "tnode_": 29130, "lpoly_": null, "rpoly_": null, "length": 227.9087601, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 650, "l_t_add": 678, "r_f_add": 651, "r_t_add": 679, "st_code": 87930, "l_hundred": 600, "r_hundred": 600, "seg_id": 442146, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 15136, "Shape__Length": 90.860130663702463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149508785884905, 39.9631408613579 ], [ -75.149392807114793, 39.963760101628303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29130, "tnode_": 19558, "lpoly_": null, "rpoly_": null, "length": 84.09715762, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 680, "l_t_add": 698, "r_f_add": 681, "r_t_add": 699, "st_code": 87930, "l_hundred": 600, "r_hundred": 600, "seg_id": 442147, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 15137, "Shape__Length": 33.52712736361859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149392807114793, 39.963760101628303 ], [ -75.149350011327201, 39.963988598098602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29132, "tnode_": 29135, "lpoly_": null, "rpoly_": null, "length": 177.02846491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 671, "r_t_add": 699, "st_code": 34975, "l_hundred": 0, "r_hundred": 600, "seg_id": 442148, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 2, "streetlabe": "FRANKLIN PL", "stname": "FRANKLIN PL", "objectid": 15138, "Shape__Length": 70.573385687424349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150370683327793, 39.963547209700202 ], [ -75.150360589632896, 39.963582833493597 ], [ -75.150275168837695, 39.9639639937905 ], [ -75.150261407553899, 39.964025811829799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29133, "tnode_": 29134, "lpoly_": null, "rpoly_": null, "length": 184.71019598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 670, "l_t_add": 698, "r_f_add": 0, "r_t_add": 0, "st_code": 34975, "l_hundred": 600, "r_hundred": 0, "seg_id": 442149, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 1, "streetlabe": "FRANKLIN PL", "stname": "FRANKLIN PL", "objectid": 15139, "Shape__Length": 73.636950691098363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150585375871898, 39.963577862104302 ], [ -75.150487008387998, 39.9640342004638 ], [ -75.150479065002102, 39.964078257880601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29137, "tnode_": 29138, "lpoly_": null, "rpoly_": null, "length": 210.52749674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERTH", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 670, "l_t_add": 698, "r_f_add": 671, "r_t_add": 699, "st_code": 64350, "l_hundred": 600, "r_hundred": 600, "seg_id": 442150, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PERTH PL", "stname": "PERTH PL", "objectid": 15140, "Shape__Length": 83.925672383107852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151179145638196, 39.963673696954203 ], [ -75.151069038589299, 39.964148890359603 ], [ -75.151054734518695, 39.964211814348999 ], [ -75.151038492763703, 39.964240573717099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29136, "tnode_": 29131, "lpoly_": null, "rpoly_": null, "length": 107.46045152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEULAH", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 17410, "l_hundred": 600, "r_hundred": 600, "seg_id": 442151, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BEULAH PL", "stname": "BEULAH PL", "objectid": 15141, "Shape__Length": 42.842096541600796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149762745715194, 39.963466010069602 ], [ -75.149731781411205, 39.963625091672299 ], [ -75.149716931852893, 39.963758740471803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29136, "tnode_": 29132, "lpoly_": null, "rpoly_": null, "length": 172.95998163000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "TER", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 728, "r_f_add": 701, "r_t_add": 729, "st_code": 60615, "l_hundred": 700, "r_hundred": 700, "seg_id": 442152, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH TER", "stname": "NORTH TER", "objectid": 15142, "Shape__Length": 68.695369964419768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149762745715194, 39.963466010069602 ], [ -75.150113515184103, 39.963513072433599 ], [ -75.150356706151598, 39.963545213502499 ], [ -75.150370683327793, 39.963547209700202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29132, "tnode_": 29133, "lpoly_": null, "rpoly_": null, "length": 61.20771612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "TER", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 730, "l_t_add": 730, "r_f_add": 731, "r_t_add": 731, "st_code": 60615, "l_hundred": 700, "r_hundred": 700, "seg_id": 442153, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH TER", "stname": "NORTH TER", "objectid": 15143, "Shape__Length": 24.310579224588594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150370683327793, 39.963547209700202 ], [ -75.150585375871898, 39.963577862104302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29133, "tnode_": 29137, "lpoly_": null, "rpoly_": null, "length": 170.06219535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH", "st_type": "TER", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 732, "l_t_add": 798, "r_f_add": 733, "r_t_add": 799, "st_code": 60615, "l_hundred": 700, "r_hundred": 700, "seg_id": 442154, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "NORTH TER", "stname": "NORTH TER", "objectid": 15144, "Shape__Length": 67.548014445018154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150585375871898, 39.963577862104302 ], [ -75.150592270150796, 39.963578846339303 ], [ -75.151179145638196, 39.963673696954203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29134, "tnode_": 29138, "lpoly_": null, "rpoly_": null, "length": 167.60310136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 55318, "l_hundred": 600, "r_hundred": 600, "seg_id": 442155, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "MELON PL", "stname": "MELON PL", "objectid": 15145, "Shape__Length": 66.593558477024715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150479065002102, 39.964078257880601 ], [ -75.150574355372797, 39.9641035631319 ], [ -75.151038492763703, 39.964240573717099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29135, "tnode_": 29134, "lpoly_": null, "rpoly_": null, "length": 63.93444217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 728, "l_t_add": 736, "r_f_add": 729, "r_t_add": 737, "st_code": 55318, "l_hundred": 700, "r_hundred": 700, "seg_id": 442156, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2011-03-29T00:00:00Z", "multi_rep": 0, "streetlabe": "MELON PL", "stname": "MELON PL", "objectid": 15146, "Shape__Length": 25.399413294610831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150261407553899, 39.964025811829799 ], [ -75.150267951101199, 39.964027547696297 ], [ -75.150471574499306, 39.964076268108101 ], [ -75.150479065002102, 39.964078257880601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29131, "tnode_": 29135, "lpoly_": null, "rpoly_": null, "length": 186.10930363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 720, "l_t_add": 726, "r_f_add": 721, "r_t_add": 727, "st_code": 55318, "l_hundred": 700, "r_hundred": 700, "seg_id": 442157, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "MELON PL", "stname": "MELON PL", "objectid": 15147, "Shape__Length": 73.999707830195888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149716931852893, 39.963758740471803 ], [ -75.149724939886497, 39.963775566513398 ], [ -75.149755131745707, 39.963806210595003 ], [ -75.149799115192394, 39.963843823965099 ], [ -75.149864519748704, 39.963886917127198 ], [ -75.149914257266801, 39.963915506483801 ], [ -75.149985510220205, 39.963947081014801 ], [ -75.150048468688297, 39.963969313175099 ], [ -75.150261407553899, 39.964025811829799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29130, "tnode_": 29131, "lpoly_": null, "rpoly_": null, "length": 90.8600773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELON", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 55318, "l_hundred": 700, "r_hundred": 700, "seg_id": 442158, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "MELON PL", "stname": "MELON PL", "objectid": 15148, "Shape__Length": 36.083307679579576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149392807114793, 39.963760101628303 ], [ -75.149471387422693, 39.963759832917802 ], [ -75.149656388024894, 39.963758200854897 ], [ -75.149716931852893, 39.963758740471803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18509, "tnode_": 29147, "lpoly_": null, "rpoly_": null, "length": 454.80941455, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1244, "r_f_add": 1201, "r_t_add": 1243, "st_code": 62100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442159, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 15149, "Shape__Length": 181.24918330401204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131111357639895, 39.969966910825399 ], [ -75.131726211080803, 39.971122322192301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29147, "tnode_": 18241, "lpoly_": null, "rpoly_": null, "length": 122.33384476, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1246, "l_t_add": 1298, "r_f_add": 1245, "r_t_add": 1299, "st_code": 62100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 15150, "Shape__Length": 48.752611903109255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131726211080803, 39.971122322192301 ], [ -75.131891596388996, 39.971433102310101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18545, "tnode_": 29146, "lpoly_": null, "rpoly_": null, "length": 456.63544002999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1244, "r_f_add": 1201, "r_t_add": 1245, "st_code": 53660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 15151, "Shape__Length": 181.97608781246723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131779737509305, 39.969735578345997 ], [ -75.132397620495396, 39.970895451142603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29178, "tnode_": 19603, "lpoly_": null, "rpoly_": null, "length": 103.82548521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW MARKET", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 59520, "l_hundred": 800, "r_hundred": 800, "seg_id": 442163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-12-27T00:00:00Z", "newsegdate": "2006-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW MARKET ST", "stname": "NEW MARKET ST", "objectid": 15152, "Shape__Length": 41.378355358901509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1394577503238, 39.963239836281403 ], [ -75.139338453904699, 39.963509662544297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26924, "tnode_": 29183, "lpoly_": null, "rpoly_": null, "length": 232.14877568999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 601, "r_t_add": 609, "st_code": 73800, "l_hundred": 0, "r_hundred": 600, "seg_id": 442164, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-01-29T00:00:00Z", "newsegdate": "2007-01-29T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15153, "Shape__Length": 92.191905272005656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148184340406203, 39.961427712734697 ], [ -75.1490105513153, 39.961471392952099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29183, "tnode_": 26925, "lpoly_": null, "rpoly_": null, "length": 225.20646474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 0, "l_t_add": 0, "r_f_add": 611, "r_t_add": 699, "st_code": 73800, "l_hundred": 0, "r_hundred": 600, "seg_id": 442165, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-01-29T00:00:00Z", "newsegdate": "2007-01-29T00:00:00Z", "multi_rep": 1, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15154, "Shape__Length": 89.435001517868969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490105513153, 39.961471392952099 ], [ -75.149812055754197, 39.9615137612182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29183, "tnode_": 29184, "lpoly_": null, "rpoly_": null, "length": 69.13574977, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 53860, "l_hundred": 500, "r_hundred": 500, "seg_id": 442166, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-01-29T00:00:00Z", "newsegdate": "2007-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 15155, "Shape__Length": 27.56187555631616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490105513153, 39.961471392952099 ], [ -75.148978384840603, 39.961659558203301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19328, "tnode_": 28922, "lpoly_": null, "rpoly_": null, "length": 247.04840377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 65180, "l_hundred": 100, "r_hundred": 100, "seg_id": 442167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": "2007-11-28T00:00:00Z", "multi_rep": 0, "streetlabe": "POLLARD ST", "stname": "POLLARD ST", "objectid": 15156, "Shape__Length": 98.113556043179514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1386922010131, 39.965364230409698 ], [ -75.139256522664994, 39.965386678370002 ], [ -75.139572656477597, 39.965394243467102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20986, "tnode_": 29263, "lpoly_": null, "rpoly_": null, "length": 86.57661365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELFRETHS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 31100, "l_hundred": 100, "r_hundred": 100, "seg_id": 442168, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-03-07T00:00:00Z", "multi_rep": 0, "streetlabe": "ELFRETHS ALY", "stname": "ELFRETHS ALY", "objectid": 15157, "Shape__Length": 34.379566615554353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141660759460805, 39.952685056005201 ], [ -75.141757073196402, 39.9526935773982 ], [ -75.141966198026793, 39.952719703395097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29263, "tnode_": 29266, "lpoly_": null, "rpoly_": null, "length": 157.10973985000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLADENS", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 17780, "l_hundred": 0, "r_hundred": 0, "seg_id": 442169, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-04-08T00:00:00Z", "newsegdate": "2008-03-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BLADENS CT", "stname": "BLADENS CT", "objectid": 15158, "Shape__Length": 62.566780136674652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141966198026793, 39.952719703395097 ], [ -75.141918179660294, 39.952999391189699 ], [ -75.142057004066402, 39.953016208625101 ], [ -75.142061109391406, 39.952975318925297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29263, "tnode_": 20967, "lpoly_": null, "rpoly_": null, "length": 325.11668268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELFRETHS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 116, "l_t_add": 198, "r_f_add": 117, "r_t_add": 199, "st_code": 31100, "l_hundred": 100, "r_hundred": 100, "seg_id": 442170, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-03-07T00:00:00Z", "multi_rep": 0, "streetlabe": "ELFRETHS ALY", "stname": "ELFRETHS ALY", "objectid": 15159, "Shape__Length": 129.10601055227551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141966198026793, 39.952719703395097 ], [ -75.143110876781094, 39.952862701647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27508, "tnode_": 29265, "lpoly_": null, "rpoly_": null, "length": 92.78457988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1102, "l_t_add": 1102, "r_f_add": 1103, "r_t_add": 1103, "st_code": 40340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442171, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "2008-03-10T00:00:00Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 15160, "Shape__Length": 36.959019958598411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137270357493094, 39.967491646968199 ], [ -75.137436086357098, 39.967712132251499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29265, "tnode_": 18885, "lpoly_": null, "rpoly_": null, "length": 102.91408382, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1104, "l_t_add": 1120, "r_f_add": 1105, "r_t_add": 1113, "st_code": 40340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442172, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-03-10T00:00:00Z", "newsegdate": "2008-03-10T00:00:00Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 15161, "Shape__Length": 40.994059712850188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137436086357098, 39.967712132251499 ], [ -75.137619909070096, 39.967956688314899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29265, "tnode_": 29264, "lpoly_": null, "rpoly_": null, "length": 300.38630333000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 22660, "l_hundred": 100, "r_hundred": 100, "seg_id": 442173, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-03-10T00:00:00Z", "newsegdate": "2008-03-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CHENANGO ST", "stname": "CHENANGO ST", "objectid": 15162, "Shape__Length": 119.41761403164807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137436086357098, 39.967712132251499 ], [ -75.138363819836997, 39.96729934012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21860, "tnode_": 29292, "lpoly_": null, "rpoly_": null, "length": 259.55747735999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOSEPHS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 255, "l_t_add": 269, "r_f_add": 258, "r_t_add": 272, "st_code": 74110, "l_hundred": 200, "r_hundred": 200, "seg_id": 442174, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2008-05-08T00:00:00Z", "newsegdate": "2008-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JOSEPHS WAY", "stname": "SAINT JOSEPHS WAY", "objectid": 15163, "Shape__Length": 103.44990064932921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147443498716001, 39.945942619438704 ], [ -75.147580306266903, 39.945237925130002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29292, "tnode_": 28255, "lpoly_": null, "rpoly_": null, "length": 144.47054233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JOSEPHS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 271, "l_t_add": 299, "r_f_add": 274, "r_t_add": 298, "st_code": 74110, "l_hundred": 200, "r_hundred": 200, "seg_id": 442175, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2008-05-08T00:00:00Z", "newsegdate": "2008-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JOSEPHS WAY", "stname": "SAINT JOSEPHS WAY", "objectid": 15164, "Shape__Length": 57.572512186598779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147580306266903, 39.945237925130002 ], [ -75.147650546338298, 39.944876115171901 ], [ -75.147677429170599, 39.944853350787398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29292, "tnode_": 29293, "lpoly_": null, "rpoly_": null, "length": 85.890718819999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLS", "st_type": "CT", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 16680, "l_hundred": 0, "r_hundred": 0, "seg_id": 442176, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-05-08T00:00:00Z", "newsegdate": "2008-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BELLS CT", "stname": "BELLS CT", "objectid": 15165, "Shape__Length": 34.103485574594799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147580306266903, 39.945237925130002 ], [ -75.147883266583804, 39.945272802179403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29313, "tnode_": 19594, "lpoly_": null, "rpoly_": null, "length": 489.59538818, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 53860, "l_hundred": 600, "r_hundred": 600, "seg_id": 442177, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-07-15T00:00:00Z", "newsegdate": "2008-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 15166, "Shape__Length": 195.18653873067933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148819910391595, 39.962435856480099 ], [ -75.148579585012399, 39.963767073752898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20866, "tnode_": 20647, "lpoly_": null, "rpoly_": null, "length": 674.46109348000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 88050, "l_hundred": 100, "r_hundred": 100, "seg_id": 442178, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2008-07-30T00:00:00Z", "newsegdate": "2008-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 15167, "Shape__Length": 268.84654559171912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161010093994705, 39.954150029161099 ], [ -75.160809463917104, 39.955070640449399 ], [ -75.160704983185397, 39.955554348708702 ], [ -75.1606138559752, 39.955976225051202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29570, "tnode_": 29571, "lpoly_": null, "rpoly_": null, "length": 201.59372267000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUGARHOUSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 1185, "l_hundred": 800, "r_hundred": 800, "seg_id": 442179, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-10-12T00:00:00Z", "newsegdate": "2010-10-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SUGARHOUSE DR", "stname": "SUGARHOUSE DR", "objectid": 15168, "Shape__Length": 80.310424395832086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132303757084799, 39.965588848797303 ], [ -75.131971902543995, 39.965097883081199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19354, "tnode_": 29570, "lpoly_": null, "rpoly_": null, "length": 436.97477616999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1012, "l_t_add": 1074, "r_f_add": 1037, "r_t_add": 1073, "st_code": 28000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442180, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 15169, "Shape__Length": 173.68355594673119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133690461025793, 39.965040778084003 ], [ -75.132303757084799, 39.965588848797303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29570, "tnode_": 19217, "lpoly_": null, "rpoly_": null, "length": 163.3841511, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1076, "l_t_add": 1098, "r_f_add": 1075, "r_t_add": 1099, "st_code": 28000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442181, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 15170, "Shape__Length": 64.940353271399644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132303757084799, 39.965588848797303 ], [ -75.131785265027105, 39.965793767251803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19734, "tnode_": 19722, "lpoly_": null, "rpoly_": null, "length": 261.8638783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT VERNON", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 57520, "l_hundred": 900, "r_hundred": 900, "seg_id": 442182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-01-28T00:00:00Z", "newsegdate": "2011-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MOUNT VERNON ST", "stname": "MOUNT VERNON ST", "objectid": 15171, "Shape__Length": 104.00272906423891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153260455168393, 39.963122688915298 ], [ -75.153601719499406, 39.963164782508599 ], [ -75.154183788806094, 39.963231888241097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19610, "tnode_": 19582, "lpoly_": null, "rpoly_": null, "length": 270.54133883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 81040, "l_hundred": 900, "r_hundred": 900, "seg_id": 442183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-01-28T00:00:00Z", "newsegdate": "2011-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "WALLACE ST", "stname": "WALLACE ST", "objectid": 15172, "Shape__Length": 107.464417588956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153078710371105, 39.963809214860198 ], [ -75.153424407022897, 39.963870443260198 ], [ -75.154016254701105, 39.963985417798298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21402, "tnode_": 29610, "lpoly_": null, "rpoly_": null, "length": 5477.4294412199997, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 2124, "l_t_add": 2228, "r_f_add": 2125, "r_t_add": 2229, "st_code": 1060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 442184, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 15173, "Shape__Length": 2183.2523780131992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141939276133797, 39.948686709465001 ], [ -75.141775348161701, 39.949850347779098 ], [ -75.141504536331098, 39.951388609393597 ], [ -75.141472132740006, 39.951707226704499 ], [ -75.141458417128206, 39.952177075021602 ], [ -75.141484851309798, 39.952576869028498 ], [ -75.141546955838294, 39.953361141478297 ], [ -75.141583141613197, 39.953694624715702 ], [ -75.141606959683898, 39.954050004501902 ], [ -75.1416170769334, 39.954311926789501 ], [ -75.141628289144506, 39.955288632146299 ], [ -75.1415974856058, 39.955658766727602 ], [ -75.141578333350097, 39.955888899457598 ], [ -75.141471481434294, 39.956746529766399 ], [ -75.141424097999305, 39.9570687736813 ], [ -75.141334928167097, 39.957640122051799 ], [ -75.141121833022297, 39.9587099437652 ], [ -75.1409999746312, 39.959299929622098 ], [ -75.140869012373997, 39.959740872831702 ], [ -75.140801338578001, 39.959968726165599 ], [ -75.140641686571897, 39.960460135339503 ], [ -75.140547323181195, 39.960681861858099 ], [ -75.140301108621202, 39.961256129519597 ], [ -75.140108880834205, 39.961666471766499 ], [ -75.139865194923104, 39.962174734027499 ], [ -75.139554228082204, 39.962696146326302 ], [ -75.139075322435303, 39.963387926684497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29610, "tnode_": 19592, "lpoly_": null, "rpoly_": null, "length": 471.24896574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2230, "l_t_add": 2234, "r_f_add": 2231, "r_t_add": 2235, "st_code": 1060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 442185, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 15174, "Shape__Length": 187.71404205794721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139075322435303, 39.963387926684497 ], [ -75.138835908599901, 39.963733925203002 ], [ -75.138651767764202, 39.963980321603302 ], [ -75.138365638782005, 39.964338300110299 ], [ -75.1382610040543, 39.964518261225699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20022, "tnode_": 29611, "lpoly_": null, "rpoly_": null, "length": 950.62777565, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2208, "l_t_add": 2224, "r_f_add": 2209, "r_t_add": 2225, "st_code": 1050, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 442186, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 15175, "Shape__Length": 378.78112527126723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140053684080897, 39.960837672980801 ], [ -75.139927198956698, 39.961181562499597 ], [ -75.139774639492998, 39.961552436314101 ], [ -75.1396453661511, 39.961813738300599 ], [ -75.139419352915198, 39.962234321329603 ], [ -75.139221109959493, 39.962552774158901 ], [ -75.138977298707104, 39.962939921695401 ], [ -75.138753530317402, 39.963239049811797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29611, "tnode_": 18868, "lpoly_": null, "rpoly_": null, "length": 2921.9122241200002, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2226, "l_t_add": 2280, "r_f_add": 2227, "r_t_add": 2281, "st_code": 1050, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 442187, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 15176, "Shape__Length": 1162.1273542595932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138753530317402, 39.963239049811797 ], [ -75.138575075946207, 39.963477604131 ], [ -75.138119332596503, 39.964049536634903 ], [ -75.137614258686895, 39.9646095248061 ], [ -75.137174500258695, 39.9650323820902 ], [ -75.136707518661296, 39.9654676159399 ], [ -75.136227170656099, 39.965829276723603 ], [ -75.135880470097504, 39.966048775129899 ], [ -75.135585573024201, 39.9662173980498 ], [ -75.135171590936196, 39.966427143062297 ], [ -75.134769755268806, 39.9665988068638 ], [ -75.134310786571305, 39.966774645990199 ], [ -75.133908960415695, 39.966899731298398 ], [ -75.133139941995196, 39.967128770255101 ], [ -75.1317386590365, 39.967548857963202 ], [ -75.130834846284898, 39.967810421600198 ], [ -75.130658821564197, 39.967860011707003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29695, "tnode_": 19786, "lpoly_": null, "rpoly_": null, "length": 256.77246501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 19400, "l_hundred": 0, "r_hundred": 0, "seg_id": 442188, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2011-03-22T00:00:00Z", "newsegdate": "2011-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWN ST", "stname": "BROWN ST", "objectid": 15177, "Shape__Length": 102.00023824189567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137396344968096, 39.962132448172802 ], [ -75.138277259239999, 39.962325692256002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24754, "tnode_": 29803, "lpoly_": null, "rpoly_": null, "length": 105.3554905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SNYDER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19145, "zip_right": 19145, "l_f_add": 1614, "l_t_add": 1616, "r_f_add": 1615, "r_t_add": 1617, "st_code": 73220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 442190, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SNYDER AVE", "stname": "SNYDER AVE", "objectid": 15178, "Shape__Length": 41.938182743230684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173966143363401, 39.924934710338 ], [ -75.173858699726395, 39.924850309703899 ], [ -75.173839840951103, 39.924827090369 ], [ -75.173807486961607, 39.924769375264198 ], [ -75.173815298513702, 39.924688812705099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20810, "tnode_": 29809, "lpoly_": null, "rpoly_": null, "length": 55.34479206, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 222, "l_t_add": 242, "r_f_add": 231, "r_t_add": 247, "st_code": 87830, "l_hundred": 200, "r_hundred": 200, "seg_id": 442191, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-09-05T00:00:00Z", "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 15179, "Shape__Length": 22.060648381788219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142821416166498, 39.954230534396999 ], [ -75.142788469662506, 39.954380332100897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20781, "tnode_": 29810, "lpoly_": null, "rpoly_": null, "length": 56.75273663, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 220, "l_t_add": 222, "r_f_add": 215, "r_t_add": 217, "st_code": 87850, "l_hundred": 200, "r_hundred": 200, "seg_id": 442192, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-09-06T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 15180, "Shape__Length": 22.622273186391205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144723453758104, 39.954561700223003 ], [ -75.144691796136698, 39.954715576844997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20745, "tnode_": 29811, "lpoly_": null, "rpoly_": null, "length": 58.86467658, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 232, "l_t_add": 232, "r_f_add": 217, "r_t_add": 217, "st_code": 87870, "l_hundred": 200, "r_hundred": 200, "seg_id": 442194, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-09-06T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 15181, "Shape__Length": 23.464260719158101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146283349318693, 39.954833326192301 ], [ -75.146250883879901, 39.954992973895799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29811, "tnode_": 29810, "lpoly_": null, "rpoly_": null, "length": 448.61375434000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN BRG ACCESS", "st_type": "RD", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1015, "l_hundred": 0, "r_hundred": 0, "seg_id": 442195, "oneway": "B", "class": 12, "responsibl": "DRPA", "update_": "2013-09-06T00:00:00Z", "newsegdate": "2013-09-06T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN BRG ACCESS RD", "stname": "BENJAMIN FRANKLIN BRG ACCESS RD", "objectid": 15182, "Shape__Length": 178.17064582276967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146250883879901, 39.954992973895799 ], [ -75.144691796136698, 39.954715576844997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29809, "tnode_": 29810, "lpoly_": null, "rpoly_": null, "length": 547.39008751999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN BRG ACCESS", "st_type": "RD", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1015, "l_hundred": 0, "r_hundred": 0, "seg_id": 442196, "oneway": "B", "class": 12, "responsibl": "DRPA", "update_": "2013-09-06T00:00:00Z", "newsegdate": "2013-09-06T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN BRG ACCESS RD", "stname": "BENJAMIN FRANKLIN BRG ACCESS RD", "objectid": 15183, "Shape__Length": 217.39866924947972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142788469662506, 39.954380332100897 ], [ -75.144691796136698, 39.954715576844997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29808, "tnode_": 29809, "lpoly_": null, "rpoly_": null, "length": 261.40443376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN FRANKLIN BRG ACCESS", "st_type": "RD", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1015, "l_hundred": 0, "r_hundred": 0, "seg_id": 442197, "oneway": "B", "class": 12, "responsibl": "DRPA", "update_": "2013-09-06T00:00:00Z", "newsegdate": "2013-09-06T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN FRANKLIN BRG ACCESS RD", "stname": "BENJAMIN FRANKLIN BRG ACCESS RD", "objectid": 15184, "Shape__Length": 103.8184180461037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141880405312193, 39.954217372348303 ], [ -75.142788469662506, 39.954380332100897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29809, "tnode_": 20700, "lpoly_": null, "rpoly_": null, "length": 260.30541456000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 244, "l_t_add": 246, "r_f_add": 249, "r_t_add": 251, "st_code": 87830, "l_hundred": 200, "r_hundred": 200, "seg_id": 442198, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-10-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 15185, "Shape__Length": 103.76001758393593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142788469662506, 39.954380332100897 ], [ -75.142642309095606, 39.955044854571803 ], [ -75.142640706264899, 39.955085431743299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29810, "tnode_": 20680, "lpoly_": null, "rpoly_": null, "length": 214.33055352, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 224, "l_t_add": 250, "r_f_add": 219, "r_t_add": 247, "st_code": 87850, "l_hundred": 200, "r_hundred": 200, "seg_id": 442199, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-10-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 15186, "Shape__Length": 85.435005227476609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144691796136698, 39.954715576844997 ], [ -75.144572238263294, 39.955296702315202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29811, "tnode_": 20693, "lpoly_": null, "rpoly_": null, "length": 85.52597283, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 234, "l_t_add": 256, "r_f_add": 219, "r_t_add": 227, "st_code": 87870, "l_hundred": 200, "r_hundred": 200, "seg_id": 442200, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-10-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 15187, "Shape__Length": 34.091913415850208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146250883879901, 39.954992973895799 ], [ -75.146203713321199, 39.955224930000099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21210, "tnode_": 21203, "lpoly_": null, "rpoly_": null, "length": 177.20037076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23140, "l_hundred": 200, "r_hundred": 200, "seg_id": 442201, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "2013-11-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 15188, "Shape__Length": 70.365125474696015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143613932767593, 39.950511713510302 ], [ -75.144237813323301, 39.950589606591699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21728, "tnode_": 29814, "lpoly_": null, "rpoly_": null, "length": 43.50182915000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRVING", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 45060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442203, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2013-11-18T00:00:00Z", "newsegdate": "2013-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "IRVING ST", "stname": "IRVING ST", "objectid": 15189, "Shape__Length": 17.272994493383781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159836307711203, 39.946955133276902 ], [ -75.159682714440507, 39.946938239721199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21127, "tnode_": 28147, "lpoly_": null, "rpoly_": null, "length": 188.84519031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 274, "r_f_add": 201, "r_t_add": 275, "st_code": 26520, "l_hundred": 200, "r_hundred": 200, "seg_id": 442205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 15190, "Shape__Length": 74.991641820360897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143442087602807, 39.951297274032299 ], [ -75.143514908158295, 39.951282894980302 ], [ -75.144105140277802, 39.951358725689602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28147, "tnode_": 21117, "lpoly_": null, "rpoly_": null, "length": 72.56850594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTHBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 276, "l_t_add": 298, "r_f_add": 277, "r_t_add": 299, "st_code": 26520, "l_hundred": 200, "r_hundred": 200, "seg_id": 442206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CUTHBERT ST", "stname": "CUTHBERT ST", "objectid": 15191, "Shape__Length": 28.817003398247667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144105140277802, 39.951358725689602 ], [ -75.144360447432803, 39.951391525184903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29818, "tnode_": 20533, "lpoly_": null, "rpoly_": null, "length": 103.65359447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 318, "l_t_add": 320, "r_f_add": 319, "r_t_add": 321, "st_code": 84320, "l_hundred": 300, "r_hundred": 300, "seg_id": 442207, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 15192, "Shape__Length": 41.163659593432975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144774466358498, 39.956437685711997 ], [ -75.145139544769805, 39.956482739266697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20545, "tnode_": 29818, "lpoly_": null, "rpoly_": null, "length": 121.50445997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 317, "st_code": 84320, "l_hundred": 300, "r_hundred": 300, "seg_id": 442208, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD ST", "stname": "WOOD ST", "objectid": 15193, "Shape__Length": 48.252688862415866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1443465158696, 39.956384872409899 ], [ -75.144774466358498, 39.956437685711997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29819, "tnode_": 20608, "lpoly_": null, "rpoly_": null, "length": 103.16650018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 308, "l_t_add": 310, "r_f_add": 309, "r_t_add": 311, "st_code": 80120, "l_hundred": 300, "r_hundred": 300, "seg_id": 442209, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 15194, "Shape__Length": 40.969516604448494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144873443321302, 39.955914016686101 ], [ -75.145237248224802, 39.955956668682703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20620, "tnode_": 29819, "lpoly_": null, "rpoly_": null, "length": 120.33048397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 306, "r_f_add": 301, "r_t_add": 307, "st_code": 80120, "l_hundred": 300, "r_hundred": 300, "seg_id": 442210, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 15195, "Shape__Length": 47.785651733538401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144449112297295, 39.955864266466897 ], [ -75.144873443321302, 39.955914016686101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29818, "tnode_": 29819, "lpoly_": null, "rpoly_": null, "length": 192.77062638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT CHARLES", "st_type": "PL", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 1350, "l_hundred": 300, "r_hundred": 300, "seg_id": 442211, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2013-11-21T00:00:00Z", "newsegdate": "2013-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT CHARLES PL", "stname": "SAINT CHARLES PL", "objectid": 15196, "Shape__Length": 76.843374958019268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144774466358498, 39.956437685711997 ], [ -75.144873443321302, 39.955914016686101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21131, "tnode_": 21046, "lpoly_": null, "rpoly_": null, "length": 333.27306916000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 40, "l_t_add": 98, "r_f_add": 35, "r_t_add": 99, "st_code": 87850, "l_hundred": 0, "r_hundred": 0, "seg_id": 442212, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2013-11-26T00:00:00Z", "newsegdate": "2013-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 15197, "Shape__Length": 132.83884733720552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145431552905606, 39.951282383212202 ], [ -75.145362687331996, 39.951594416695201 ], [ -75.145232489173196, 39.952184341000198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29821, "tnode_": 21131, "lpoly_": null, "rpoly_": null, "length": 49.0324387, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 22, "l_t_add": 38, "r_f_add": 19, "r_t_add": 33, "st_code": 87850, "l_hundred": 0, "r_hundred": 0, "seg_id": 442214, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 15198, "Shape__Length": 19.543488065582952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145461745809698, 39.951149803986802 ], [ -75.145431552905606, 39.951282383212202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21185, "tnode_": 29821, "lpoly_": null, "rpoly_": null, "length": 135.71901821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 20, "l_t_add": 20, "r_f_add": 17, "r_t_add": 17, "st_code": 87850, "l_hundred": 0, "r_hundred": 0, "seg_id": 442215, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 15199, "Shape__Length": 54.095072925904908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145545316725801, 39.950782832045903 ], [ -75.145461745809698, 39.951149803986802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29821, "tnode_": 29822, "lpoly_": null, "rpoly_": null, "length": 203.43538728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTER", "st_type": "ALY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 3285, "l_hundred": 300, "r_hundred": 300, "seg_id": 442216, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2013-11-26T00:00:00Z", "newsegdate": "2013-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WISTER ALY", "stname": "WISTER ALY", "objectid": 15200, "Shape__Length": 80.783124070298413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145461745809698, 39.951149803986802 ], [ -75.146178597429099, 39.951236349429003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29824, "tnode_": 21610, "lpoly_": null, "rpoly_": null, "length": 177.50352493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 81140, "l_hundred": 400, "r_hundred": 400, "seg_id": 442217, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 15201, "Shape__Length": 70.481950849753431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148890200720601, 39.947446064578102 ], [ -75.149515551105694, 39.947522019297999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21636, "tnode_": 29824, "lpoly_": null, "rpoly_": null, "length": 273.01014469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 81140, "l_hundred": 400, "r_hundred": 400, "seg_id": 442218, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT ST", "stname": "WALNUT ST", "objectid": 15202, "Shape__Length": 108.40494860874021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147928380096104, 39.947329236402702 ], [ -75.148890200720601, 39.947446064578102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29824, "tnode_": 29823, "lpoly_": null, "rpoly_": null, "length": 238.95262673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT JAMES", "st_type": "WALK", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 1355, "l_hundred": 200, "r_hundred": 200, "seg_id": 442219, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2013-12-12T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT JAMES WALK", "stname": "SAINT JAMES WALK", "objectid": 15203, "Shape__Length": 95.165990576263994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148890200720601, 39.947446064578102 ], [ -75.148987870754894, 39.946931815890501 ], [ -75.148816522781701, 39.946912977895501 ], [ -75.148819377690998, 39.946910906315601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29932, "tnode_": 20861, "lpoly_": null, "rpoly_": null, "length": 260.49971682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 100, "l_t_add": 144, "r_f_add": 101, "r_t_add": 119, "st_code": 67120, "l_hundred": 100, "r_hundred": 100, "seg_id": 442220, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2016-02-17T00:00:00Z", "newsegdate": "2016-02-17T00:00:00Z", "multi_rep": 0, "streetlabe": "RACE ST", "stname": "RACE ST", "objectid": 15204, "Shape__Length": 103.48645239481093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141717842510204, 39.953580764397699 ], [ -75.141718395596001, 39.953591212622399 ], [ -75.141736773304203, 39.953617192495599 ], [ -75.141775082236407, 39.953628714498997 ], [ -75.142213080503595, 39.953683406106997 ], [ -75.142311438142499, 39.953717352575502 ], [ -75.142400004699496, 39.953756424870299 ], [ -75.142578040240707, 39.953787051795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20939, "tnode_": 29932, "lpoly_": null, "rpoly_": null, "length": 181.50350572, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 152, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 35200, "l_hundred": 100, "r_hundred": 100, "seg_id": 442221, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2016-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 15205, "Shape__Length": 72.354435586327114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141691536306993, 39.9530829258727 ], [ -75.141717842510204, 39.953580764397699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29933, "tnode_": 19784, "lpoly_": null, "rpoly_": null, "length": 95.16065446, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 652, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 35980, "l_hundred": 600, "r_hundred": 600, "seg_id": 442222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-02-19T00:00:00Z", "newsegdate": "2016-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N GALLOWAY ST", "stname": "N GALLOWAY ST", "objectid": 15206, "Shape__Length": 37.93567579495852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143621784740702, 39.962208313800502 ], [ -75.143563927362194, 39.962465719873599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19917, "tnode_": 29933, "lpoly_": null, "rpoly_": null, "length": 253.22209021, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GALLOWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 650, "r_f_add": 601, "r_t_add": 649, "st_code": 35980, "l_hundred": 600, "r_hundred": 600, "seg_id": 442223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": "2016-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "N GALLOWAY ST", "stname": "N GALLOWAY ST", "objectid": 15207, "Shape__Length": 100.94597492907458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143775740512694, 39.961523357158804 ], [ -75.143621784740702, 39.962208313800502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19805, "tnode_": 29933, "lpoly_": null, "rpoly_": null, "length": 181.02716963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTS", "st_type": "PL", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 65430, "l_hundred": 300, "r_hundred": 300, "seg_id": 442224, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-02-19T00:00:00Z", "newsegdate": "2016-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "POTTS PL", "stname": "POTTS PL", "objectid": 15208, "Shape__Length": 71.909244409768647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144245184469995, 39.962338053588297 ], [ -75.143621784740702, 39.962208313800502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21206, "tnode_": 29955, "lpoly_": null, "rpoly_": null, "length": 336.15613047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1000, "l_t_add": 1048, "r_f_add": 1001, "r_t_add": 1049, "st_code": 51920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442225, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": "2016-10-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 15209, "Shape__Length": 133.48654080856116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156881180264307, 39.950863285649703 ], [ -75.158064315670103, 39.951012925547602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29955, "tnode_": 21188, "lpoly_": null, "rpoly_": null, "length": 108.76156985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1050, "l_t_add": 1098, "r_f_add": 1051, "r_t_add": 1099, "st_code": 51920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 442226, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": "2016-10-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 15210, "Shape__Length": 43.189360382548095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158064315670103, 39.951012925547602 ], [ -75.158446631578101, 39.951063546310799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29955, "tnode_": 29954, "lpoly_": null, "rpoly_": null, "length": 102.38221534, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CLIFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 0, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 23860, "l_hundred": 0, "r_hundred": 0, "seg_id": 442227, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-10-06T00:00:00Z", "newsegdate": "2016-10-06T00:00:00Z", "multi_rep": 0, "streetlabe": "S CLIFTON ST", "stname": "S CLIFTON ST", "objectid": 15211, "Shape__Length": 40.808216598918214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158064315670103, 39.951012925547602 ], [ -75.158123085746396, 39.950735536983203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21188, "tnode_": 28794, "lpoly_": null, "rpoly_": null, "length": 449.15785142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUDLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19107, "zip_right": 19107, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 51920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 442228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2016-10-28T00:00:00Z", "newsegdate": "2016-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "LUDLOW ST", "stname": "LUDLOW ST", "objectid": 15212, "Shape__Length": 178.35489668907798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158446631578101, 39.951063546310799 ], [ -75.159206466120693, 39.951140287779602 ], [ -75.159221714469297, 39.951140632163799 ], [ -75.1592491605616, 39.951141252029302 ], [ -75.159282796180307, 39.951139662721602 ], [ -75.159291944487805, 39.951139869330497 ], [ -75.159322530669002, 39.951138211141703 ], [ -75.160032985046101, 39.951225693778497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11405, "tnode_": 29986, "lpoly_": null, "rpoly_": null, "length": 1113.8617415399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1349, "r_f_add": 1200, "r_t_add": 1348, "st_code": 85020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442229, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-06-26T00:00:00Z", "newsegdate": "2017-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 15213, "Shape__Length": 442.74927366522928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101725892901101, 40.018733359833099 ], [ -75.097912358649396, 40.018255925029699 ], [ -75.097799744327006, 40.018247663639102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30191, "tnode_": 29986, "lpoly_": null, "rpoly_": null, "length": 144.31243871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1350, "r_t_add": 1398, "st_code": 85020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 442230, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2008-06-26T00:00:00Z", "newsegdate": "2017-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 15214, "Shape__Length": 57.425909973316159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097799744327006, 40.018247663639102 ], [ -75.097683487750402, 40.018193575183801 ], [ -75.097523693363797, 40.018088404979302 ], [ -75.097371301257496, 40.018032202880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30087, "tnode_": 18694, "lpoly_": null, "rpoly_": null, "length": 81.29061245, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 934, "l_t_add": 936, "r_f_add": 975, "r_t_add": 981, "st_code": 87910, "l_hundred": 900, "r_hundred": 900, "seg_id": 442231, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2022-09-23T09:54:20Z", "newsegdate": "2022-09-23T09:54:20Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 15215, "Shape__Length": 32.410769278623377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146786319533902, 39.969081097284501 ], [ -75.146745064541193, 39.969301981015498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30088, "tnode_": 18508, "lpoly_": null, "rpoly_": null, "length": 462.12653525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1078, "l_t_add": 1198, "r_f_add": 1079, "r_t_add": 1199, "st_code": 53860, "l_hundred": 900, "r_hundred": 900, "seg_id": 442233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2022-09-23T09:55:00Z", "newsegdate": "2022-09-23T09:55:00Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 15216, "Shape__Length": 184.25183157131107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147580425630494, 39.969163317505298 ], [ -75.147546607722305, 39.969349701558698 ], [ -75.147339800890293, 39.970418323294403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30088, "tnode_": 30087, "lpoly_": null, "rpoly_": null, "length": 224.58425754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRENNA", "st_type": "WALK", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 18735, "l_hundred": 600, "r_hundred": 600, "seg_id": 442235, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-23T09:56:11Z", "newsegdate": "2022-09-23T09:56:11Z", "multi_rep": null, "streetlabe": "BRENNA WALK ", "stname": "BRENNA WALK ", "objectid": 15217, "Shape__Length": 89.202552333308816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147580425630494, 39.969163317505298 ], [ -75.146786319533902, 39.969081097284501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30091, "tnode_": 30087, "lpoly_": null, "rpoly_": null, "length": 80.09528352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 930, "l_t_add": 932, "r_f_add": 967, "r_t_add": 973, "st_code": 87910, "l_hundred": 900, "r_hundred": 900, "seg_id": 442236, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2022-09-23T09:59:22Z", "newsegdate": "2022-09-23T09:59:22Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 15218, "Shape__Length": 31.934086471865644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146826967328906, 39.968863461464601 ], [ -75.146786319533902, 39.969081097284501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19052, "tnode_": 30091, "lpoly_": null, "rpoly_": null, "length": 635.77787844, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 928, "r_f_add": 901, "r_t_add": 965, "st_code": 87910, "l_hundred": 900, "r_hundred": 900, "seg_id": 442237, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2022-09-23T09:59:22Z", "newsegdate": "2022-09-23T09:59:22Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 15219, "Shape__Length": 253.4818099253983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147149609608604, 39.967135917845503 ], [ -75.146826967328906, 39.968863461464601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30092, "tnode_": 30088, "lpoly_": null, "rpoly_": null, "length": 79.23758438, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1056, "l_t_add": 1076, "r_f_add": 1057, "r_t_add": 1077, "st_code": 53860, "l_hundred": 900, "r_hundred": 900, "seg_id": 442238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2022-09-23T09:59:34Z", "newsegdate": "2022-09-23T09:59:34Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 15220, "Shape__Length": 31.592298018421914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147619513179606, 39.9689478896167 ], [ -75.147580425630494, 39.969163317505298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19022, "tnode_": 30092, "lpoly_": null, "rpoly_": null, "length": 593.47023934999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 1054, "r_f_add": 901, "r_t_add": 1055, "st_code": 53860, "l_hundred": 900, "r_hundred": 900, "seg_id": 442239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2022-09-23T09:59:34Z", "newsegdate": "2022-09-23T09:59:34Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 15221, "Shape__Length": 236.61547023300588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147912265285299, 39.967334387053803 ], [ -75.147619513179606, 39.9689478896167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30091, "tnode_": 30089, "lpoly_": null, "rpoly_": null, "length": 67.50129067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDLE", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 600, "l_t_add": 650, "r_f_add": 601, "r_t_add": 649, "st_code": 82275, "l_hundred": 600, "r_hundred": 600, "seg_id": 442240, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-23T09:59:52Z", "newsegdate": "2022-09-23T09:59:52Z", "multi_rep": null, "streetlabe": "WENDLE PL ", "stname": "WENDLE PL ", "objectid": 15222, "Shape__Length": 26.81187602218143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146826967328906, 39.968863461464601 ], [ -75.147064320352698, 39.968894825221703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30092, "tnode_": 30089, "lpoly_": null, "rpoly_": null, "length": 156.81013887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDLE", "st_type": "PL", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 652, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 82275, "l_hundred": 600, "r_hundred": 600, "seg_id": 442241, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-23T10:00:55Z", "newsegdate": "2022-09-23T10:00:55Z", "multi_rep": null, "streetlabe": "WENDLE PL ", "stname": "WENDLE PL ", "objectid": 15223, "Shape__Length": 62.282547207073364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147619513179606, 39.9689478896167 ], [ -75.147064320352698, 39.968894825221703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30089, "tnode_": 30090, "lpoly_": null, "rpoly_": null, "length": 113.46820013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDLE", "st_type": "CT", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 82310, "l_hundred": 900, "r_hundred": 900, "seg_id": 442242, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-23T10:02:07Z", "newsegdate": "2022-09-23T10:02:07Z", "multi_rep": null, "streetlabe": "WENDLE CT", "stname": "WENDLE CT", "objectid": 15224, "Shape__Length": 45.242016911610129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147064320352698, 39.968894825221703 ], [ -75.147099448582495, 39.968584515731003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19940, "tnode_": 19937, "lpoly_": null, "rpoly_": null, "length": 447.53882217999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 900, "l_t_add": 998, "r_f_add": 0, "r_t_add": 0, "st_code": 73800, "l_hundred": 900, "r_hundred": 0, "seg_id": 442243, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2023-01-31T14:15:23Z", "newsegdate": "2023-01-31T14:15:23Z", "multi_rep": 2, "streetlabe": "SPRING GARDEN ST", "stname": "SPRING GARDEN ST", "objectid": 15225, "Shape__Length": 177.72816905254822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152950416638504, 39.961512795550199 ], [ -75.153791330488602, 39.961555967661603 ], [ -75.154543891978193, 39.9615885508818 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30134, "tnode_": 20694, "lpoly_": null, "rpoly_": null, "length": 115.17637629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 208, "l_t_add": 214, "r_f_add": 209, "r_t_add": 215, "st_code": 59450, "l_hundred": 200, "r_hundred": 200, "seg_id": 442244, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2024-05-16T09:32:18Z", "newsegdate": "2024-05-16T09:32:18Z", "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 15226, "Shape__Length": 45.739547041539673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143055436612897, 39.955152973953098 ], [ -75.143460243534506, 39.955206949536198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20700, "tnode_": 30134, "lpoly_": null, "rpoly_": null, "length": 119.34548069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 206, "r_f_add": 201, "r_t_add": 207, "st_code": 59450, "l_hundred": 200, "r_hundred": 200, "seg_id": 442245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2024-05-16T09:32:18Z", "newsegdate": "2024-05-16T09:32:18Z", "multi_rep": 0, "streetlabe": "NEW ST", "stname": "NEW ST", "objectid": 15227, "Shape__Length": 47.399118677140009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142640706264899, 39.955085431743299 ], [ -75.142695080363595, 39.955104923180997 ], [ -75.143055436612897, 39.955152973953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20641, "tnode_": 30135, "lpoly_": null, "rpoly_": null, "length": 121.64366327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 205, "st_code": 80120, "l_hundred": 200, "r_hundred": 200, "seg_id": 442246, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2024-05-16T09:32:47Z", "newsegdate": "2024-05-16T09:32:47Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 15228, "Shape__Length": 48.307346284223954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142522957953602, 39.955620393967997 ], [ -75.142951486235802, 39.9556728227845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30135, "tnode_": 20630, "lpoly_": null, "rpoly_": null, "length": 123.86868671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 210, "l_t_add": 218, "r_f_add": 207, "r_t_add": 213, "st_code": 80120, "l_hundred": 200, "r_hundred": 200, "seg_id": 442247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2024-05-16T09:32:47Z", "newsegdate": "2024-05-16T09:32:47Z", "multi_rep": 0, "streetlabe": "VINE ST", "stname": "VINE ST", "objectid": 15229, "Shape__Length": 49.191863104561271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142951486235802, 39.9556728227845 ], [ -75.142979557902194, 39.955676257493998 ], [ -75.143386852695997, 39.955730834020599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30135, "tnode_": 30134, "lpoly_": null, "rpoly_": null, "length": 191.60073935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILIP", "st_type": "WAY", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 64537, "l_hundred": 200, "r_hundred": 200, "seg_id": 442248, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2024-05-16T09:35:30Z", "newsegdate": "2024-05-16T09:35:30Z", "multi_rep": null, "streetlabe": "PHILIP WAY ", "stname": "PHILIP WAY ", "objectid": 15230, "Shape__Length": 76.375450582838653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142951486235802, 39.9556728227845 ], [ -75.143055436612897, 39.955152973953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30146, "tnode_": 30148, "lpoly_": null, "rpoly_": null, "length": 494.92173456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGEVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 18845, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 442249, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "BRIDGEVIEW WALK ", "stname": "BRIDGEVIEW WALK ", "objectid": 15231, "Shape__Length": 196.99833067727999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121416758612199, 39.969691108162898 ], [ -75.120242228431806, 39.968676633217399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30148, "tnode_": 30149, "lpoly_": null, "rpoly_": null, "length": 424.13313418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIPWAY", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 72678, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 442250, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "SHIPWAY WALK ", "stname": "SHIPWAY WALK ", "objectid": 15232, "Shape__Length": 168.57166639536814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120242228431806, 39.968676633217399 ], [ -75.118875105080207, 39.969175727169798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30149, "tnode_": 30150, "lpoly_": null, "rpoly_": null, "length": 257.87235561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICE ADMIRAL", "st_type": "WAY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3028, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 80010, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 442251, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "VICE ADMIRAL WAY", "stname": "VICE ADMIRAL WAY", "objectid": 15233, "Shape__Length": 102.64208581968433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118875105080207, 39.969175727169798 ], [ -75.119489881766697, 39.969702377935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30151, "tnode_": 30153, "lpoly_": null, "rpoly_": null, "length": 341.65047914000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3050, "r_f_add": 3001, "r_t_add": 3051, "st_code": 60179, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 442252, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "S NORTHBANK PL ", "stname": "S NORTHBANK PL ", "objectid": 15234, "Shape__Length": 136.04035261426515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1209265072075, 39.970009461811401 ], [ -75.120204389411398, 39.969253880752902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30153, "tnode_": 30150, "lpoly_": null, "rpoly_": null, "length": 258.45612440999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 60179, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 442253, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "S NORTHBANK PL ", "stname": "S NORTHBANK PL ", "objectid": 15235, "Shape__Length": 102.81196644991665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120204389411398, 39.969253880752902 ], [ -75.119489881766697, 39.969702377935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19448, "tnode_": 19185, "lpoly_": null, "rpoly_": null, "length": 667.37352595000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19123, "zip_right": 19123, "l_f_add": 1348, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 68280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 442254, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2025-05-07T10:42:39Z", "newsegdate": "2025-05-07T10:42:39Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15236, "Shape__Length": 265.91364056570632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159518081701194, 39.965011777242701 ], [ -75.160187112897802, 39.966316559672102 ], [ -75.16048516683, 39.966679536370599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15528, "tnode_": 15441, "lpoly_": null, "rpoly_": null, "length": 197.71757086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 19560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500009, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15237, "Shape__Length": 78.860139601753076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226578990433396, 39.989230269368399 ], [ -75.226576525417201, 39.989460781209203 ], [ -75.226574934760606, 39.989773018282499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15661, "tnode_": 15544, "lpoly_": null, "rpoly_": null, "length": 286.1429298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 36580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500013, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15238, "Shape__Length": 114.09762156884466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231386026927794, 39.988457731485703 ], [ -75.231501076827598, 39.988801902734899 ], [ -75.231650301229195, 39.989216435480003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13557, "tnode_": 13336, "lpoly_": null, "rpoly_": null, "length": 630.46717693999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 16760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 500017, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15239, "Shape__Length": 251.46342035605471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220192687714203, 40.002247222034399 ], [ -75.220527276757196, 40.003376674632797 ], [ -75.220698284264998, 40.003933676911601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16505, "tnode_": 16320, "lpoly_": null, "rpoly_": null, "length": 954.76481395000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5798, "r_f_add": 5601, "r_t_add": 5799, "st_code": 78980, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15240, "Shape__Length": 379.57114126344675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234188355433702, 39.983711895718301 ], [ -75.234735540499699, 39.983909041636302 ], [ -75.236442020132898, 39.984539963943199 ], [ -75.236864057227095, 39.984663844036497 ], [ -75.237161750125907, 39.9847740900479 ], [ -75.237243381302207, 39.984849379467299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16517, "tnode_": 16430, "lpoly_": null, "rpoly_": null, "length": 195.50650015, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1840, "l_t_add": 1848, "r_f_add": 1719, "r_t_add": 1799, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1700, "seg_id": 500021, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15241, "Shape__Length": 77.954347807873575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231089171108906, 39.983594670466303 ], [ -75.231140617619005, 39.983756600310201 ], [ -75.231167941782303, 39.983835330747603 ], [ -75.2312556277151, 39.984115840341403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16610, "tnode_": 16624, "lpoly_": null, "rpoly_": null, "length": 199.09858364000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5310, "r_f_add": 5301, "r_t_add": 5315, "st_code": 24400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 15242, "Shape__Length": 79.097056908471487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228186637251298, 39.982872390649597 ], [ -75.228549503480295, 39.982827271259602 ], [ -75.228889399949693, 39.9827924094621 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16261, "tnode_": 16038, "lpoly_": null, "rpoly_": null, "length": 507.3978724, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88990, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15243, "Shape__Length": 202.15183902578525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240155677492098, 39.985222942804597 ], [ -75.2404809768761, 39.985652475794502 ], [ -75.240863489002194, 39.986130657078498 ], [ -75.241094529891001, 39.986413807322997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16153, "tnode_": 16216, "lpoly_": null, "rpoly_": null, "length": 209.53847853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5850, "l_t_add": 5868, "r_f_add": 5851, "r_t_add": 5869, "st_code": 49800, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15244, "Shape__Length": 83.329685744382019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238814892397002, 39.985781473275999 ], [ -75.239126566177305, 39.985629160469998 ], [ -75.239454056354703, 39.985483160997802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16216, "tnode_": 16261, "lpoly_": null, "rpoly_": null, "length": 220.27243434000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5870, "l_t_add": 5898, "r_f_add": 5871, "r_t_add": 5899, "st_code": 49800, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15245, "Shape__Length": 87.574364046012036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239454056354703, 39.985483160997802 ], [ -75.239767274268999, 39.985339918152398 ], [ -75.239987941263806, 39.985248369492901 ], [ -75.240155677492098, 39.985222942804597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15972, "tnode_": 15830, "lpoly_": null, "rpoly_": null, "length": 384.92395205000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 55420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500032, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVIN ST", "stname": "MELVIN ST", "objectid": 15246, "Shape__Length": 153.36182405326679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240427104113195, 39.986715782420802 ], [ -75.240623759968202, 39.986960016604201 ], [ -75.240963616239497, 39.987382090647003 ], [ -75.241135409210997, 39.987620862734801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15869, "tnode_": 15721, "lpoly_": null, "rpoly_": null, "length": 386.88652634, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500033, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 15247, "Shape__Length": 154.14664164335377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391653230803, 39.987300150128902 ], [ -75.239364212384402, 39.987550684675902 ], [ -75.2396800621474, 39.987961008415901 ], [ -75.239684209502698, 39.9879738499802 ], [ -75.239872971598004, 39.988211398591503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15727, "tnode_": 15672, "lpoly_": null, "rpoly_": null, "length": 163.26493233000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2224, "l_t_add": 2248, "r_f_add": 2225, "r_t_add": 2229, "st_code": 88970, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15248, "Shape__Length": 65.047946590759139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238929743941895, 39.988144010603101 ], [ -75.239040225074305, 39.988281390138397 ], [ -75.239116902009101, 39.988378726925703 ], [ -75.239233343340999, 39.988526537699599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15288, "tnode_": 15185, "lpoly_": null, "rpoly_": null, "length": 241.72400528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 88780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500037, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15249, "Shape__Length": 96.414363083802101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224848623672798, 39.9907770938404 ], [ -75.224844151602099, 39.991064067663402 ], [ -75.224854974084096, 39.991440543366899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15266, "tnode_": 15222, "lpoly_": null, "rpoly_": null, "length": 298.8417811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4912, "l_t_add": 4928, "r_f_add": 4915, "r_t_add": 4925, "st_code": 84940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500038, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15250, "Shape__Length": 118.79772582232758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222008002305202, 39.990855746916601 ], [ -75.222597796346705, 39.991045584978998 ], [ -75.222990810045005, 39.991174362813403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15805, "tnode_": 16017, "lpoly_": null, "rpoly_": null, "length": 694.57688627000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 23120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH RD", "stname": "CHURCH RD", "objectid": 15251, "Shape__Length": 276.30356238911571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253171259063194, 39.987905897039802 ], [ -75.253294550707906, 39.987770836681499 ], [ -75.2534017114926, 39.987663247875602 ], [ -75.253602059699503, 39.987523201385997 ], [ -75.253772353696803, 39.987438538852601 ], [ -75.254386078614402, 39.987168824771203 ], [ -75.255170895877001, 39.986818027343901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15140, "tnode_": 14805, "lpoly_": null, "rpoly_": null, "length": 908.68081545999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88930, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15252, "Shape__Length": 362.17329436391373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236180983908199, 39.991952634230501 ], [ -75.236163343810105, 39.992243788879399 ], [ -75.236074954432596, 39.992449698001302 ], [ -75.235909454831699, 39.992694357494798 ], [ -75.235648985177804, 39.992895431308803 ], [ -75.235477897219596, 39.993031562891098 ], [ -75.235316277820601, 39.9931899444938 ], [ -75.235252878653995, 39.993342883269001 ], [ -75.235220067865598, 39.993489037333603 ], [ -75.235202348242296, 39.993639781017301 ], [ -75.235228775009602, 39.993780239358003 ], [ -75.235271903476502, 39.993896736741299 ], [ -75.235330608512399, 39.994019657057301 ], [ -75.235391113994893, 39.994093963088297 ], [ -75.235445090309994, 39.994178227101898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15734, "tnode_": 15524, "lpoly_": null, "rpoly_": null, "length": 589.77409902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 89070, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500043, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 15253, "Shape__Length": 235.03223096235703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249877023861899, 39.988372699834002 ], [ -75.249964616004206, 39.988666114139498 ], [ -75.250061054266794, 39.988838502711303 ], [ -75.2508233806345, 39.989804781709303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16021, "tnode_": 16135, "lpoly_": null, "rpoly_": null, "length": 398.70392825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 6000, "l_t_add": 6198, "r_f_add": 6001, "r_t_add": 6199, "st_code": 84360, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 500044, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2015-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15254, "Shape__Length": 158.55711226968231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2454813004545, 39.986628501696302 ], [ -75.246700161819504, 39.986063834696601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14717, "tnode_": 14415, "lpoly_": null, "rpoly_": null, "length": 947.41186314999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2443, "r_t_add": 2499, "st_code": 88870, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500046, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15255, "Shape__Length": 377.64866764474795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234030327046, 39.994745411954703 ], [ -75.234133015139903, 39.995611154285697 ], [ -75.235287919385399, 39.997097368829898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14318, "tnode_": 13909, "lpoly_": null, "rpoly_": null, "length": 1165.32624624, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2402, "l_t_add": 2498, "r_f_add": 2403, "r_t_add": 2499, "st_code": 88780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500047, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15256, "Shape__Length": 464.51350798654641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226968639646302, 39.997450581875498 ], [ -75.226875602214605, 39.9977482922463 ], [ -75.226842866519306, 39.997990842718202 ], [ -75.226859344254606, 39.998185820172601 ], [ -75.226907428078604, 39.998381493205201 ], [ -75.227039715160203, 39.998651996685801 ], [ -75.227220991363097, 39.998881005416699 ], [ -75.228377660659206, 40.0003264925259 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13880, "tnode_": 13733, "lpoly_": null, "rpoly_": null, "length": 641.62961826000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 24880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 500048, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15257, "Shape__Length": 255.29720357108448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224621414339097, 40.000360474064003 ], [ -75.224982612814202, 40.000382636169803 ], [ -75.225263107758707, 40.000414904603602 ], [ -75.225650333648801, 40.000539731678202 ], [ -75.225905722599705, 40.000652287490396 ], [ -75.226081584715402, 40.000814279918103 ], [ -75.226416494404901, 40.001247784339803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13733, "tnode_": 13909, "lpoly_": null, "rpoly_": null, "length": 643.82650816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 1, "r_t_add": 13, "st_code": 23240, "l_hundred": 4900, "r_hundred": 0, "seg_id": 500050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15258, "Shape__Length": 256.09774141608739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226416494404901, 40.001247784339803 ], [ -75.228377660659206, 40.0003264925259 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15767, "tnode_": 15528, "lpoly_": null, "rpoly_": null, "length": 772.10694406999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1950, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 19560, "l_hundred": 1900, "r_hundred": 2100, "seg_id": 500051, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-01-24T00:00:00Z", "newsegdate": "2002-01-24T00:00:00Z", "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15259, "Shape__Length": 307.4982405608182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225111700032997, 39.9875912589942 ], [ -75.225447672183506, 39.987862777640999 ], [ -75.225663676629594, 39.988007408374699 ], [ -75.225824603875907, 39.988106338893601 ], [ -75.226071520921195, 39.988226081953201 ], [ -75.226184309146603, 39.988280778482299 ], [ -75.226406861661005, 39.988462042117597 ], [ -75.226504143104094, 39.988610142510403 ], [ -75.226538449988794, 39.988750777465398 ], [ -75.226578990433396, 39.989230269368399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16028, "tnode_": 15811, "lpoly_": null, "rpoly_": null, "length": 525.58665685999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88970, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15260, "Shape__Length": 209.39867273686153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237524135568094, 39.986380742770102 ], [ -75.237605800963195, 39.9864707791928 ], [ -75.237628859785801, 39.986499794995098 ], [ -75.238285874215407, 39.987326486496599 ], [ -75.238299454912905, 39.9873435746089 ], [ -75.238503745293499, 39.987610842328102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15585, "tnode_": 15463, "lpoly_": null, "rpoly_": null, "length": 326.77251460999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2234, "r_f_add": 2201, "r_t_add": 2235, "st_code": 88870, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500054, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15261, "Shape__Length": 130.29762402519918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232934690581004, 39.988943542300603 ], [ -75.233091748336506, 39.989372335416299 ], [ -75.233244419908701, 39.989808341865498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15664, "tnode_": 15540, "lpoly_": null, "rpoly_": null, "length": 327.657377, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2228, "r_f_add": 2201, "r_t_add": 2229, "st_code": 88930, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15262, "Shape__Length": 130.60583834705272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235186590850404, 39.988491059832803 ], [ -75.235420842584702, 39.9888912511556 ], [ -75.235647444832594, 39.989317569885401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15029, "tnode_": 15652, "lpoly_": null, "rpoly_": null, "length": 2183.7420458900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 63050, "l_hundred": 0, "r_hundred": 0, "seg_id": 500057, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE DR", "stname": "PARKSIDE DR", "objectid": 15263, "Shape__Length": 869.22028690777188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218438107186202, 39.9923285071105 ], [ -75.218653102670601, 39.9921832178579 ], [ -75.2190515500847, 39.991887917013401 ], [ -75.219215448265402, 39.991733404587002 ], [ -75.219362961224306, 39.991465171499797 ], [ -75.219558681696199, 39.991096240393702 ], [ -75.219754747415706, 39.9907179858616 ], [ -75.219929120447503, 39.990405070845298 ], [ -75.220153258011905, 39.990099841463199 ], [ -75.220285356986594, 39.989968953731903 ], [ -75.220399582929801, 39.989874163313097 ], [ -75.220577235304205, 39.989774688806698 ], [ -75.220745855349406, 39.989705423708301 ], [ -75.221502729897793, 39.989338949032799 ], [ -75.221961408419105, 39.989124027246604 ], [ -75.222580348783396, 39.988851816300503 ], [ -75.223826589938994, 39.988310022143601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14917, "tnode_": 15029, "lpoly_": null, "rpoly_": null, "length": 325.66945359, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4708, "r_f_add": 4701, "r_t_add": 4709, "st_code": 36590, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500058, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2006-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GEORGES HILL DR", "stname": "N GEORGES HILL DR", "objectid": 15264, "Shape__Length": 129.65669208182931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217641632733404, 39.992972290621204 ], [ -75.217757989544495, 39.992862876882 ], [ -75.217903599445194, 39.992774862869098 ], [ -75.218269092265999, 39.992515327197701 ], [ -75.218438107186202, 39.9923285071105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14917, "tnode_": 14728, "lpoly_": null, "rpoly_": null, "length": 469.82711916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 16760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500059, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15265, "Shape__Length": 187.36977376675347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217641632733404, 39.992972290621204 ], [ -75.217997433007895, 39.994232655836001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15585, "tnode_": 15664, "lpoly_": null, "rpoly_": null, "length": 652.17134768999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 35920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15266, "Shape__Length": 259.15778124347565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232934690581004, 39.988943542300603 ], [ -75.235186590850404, 39.988491059832803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15664, "tnode_": 15744, "lpoly_": null, "rpoly_": null, "length": 669.55129817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5500, "l_t_add": 5698, "r_f_add": 5501, "r_t_add": 5699, "st_code": 35920, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15267, "Shape__Length": 266.06851951358419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235186590850404, 39.988491059832803 ], [ -75.237491230978506, 39.988005655111003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14367, "tnode_": 14318, "lpoly_": null, "rpoly_": null, "length": 145.81076858, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2400, "r_f_add": 2401, "r_t_add": 2401, "st_code": 88780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15268, "Shape__Length": 58.047520670431474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227334674280002, 39.997174822380998 ], [ -75.2272194181825, 39.997220655859998 ], [ -75.227097063700299, 39.997321356180201 ], [ -75.226968639646302, 39.997450581875498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13284, "tnode_": 13239, "lpoly_": null, "rpoly_": null, "length": 1477.8679211599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOUT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 4398, "r_f_add": 2001, "r_t_add": 4399, "st_code": 75110, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 500064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOUT RD", "stname": "STOUT RD", "objectid": 15269, "Shape__Length": 587.57459396280092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214375340570797, 40.004099138911002 ], [ -75.214727541373406, 40.004075865234903 ], [ -75.215131671096898, 40.004054380402899 ], [ -75.215565593247902, 40.004082205850402 ], [ -75.215961139324307, 40.004078773851703 ], [ -75.216263905300195, 40.0040185571333 ], [ -75.216701907733594, 40.003936996905203 ], [ -75.217115978110698, 40.003860988768601 ], [ -75.217481050001794, 40.003826470491397 ], [ -75.217914518408605, 40.003866440552301 ], [ -75.218285748507299, 40.003957174571802 ], [ -75.2186440223457, 40.004104954951003 ], [ -75.218944267328894, 40.004324436643401 ], [ -75.219226470079406, 40.004624920504803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14917, "tnode_": 15003, "lpoly_": null, "rpoly_": null, "length": 426.08660695999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2176, "l_t_add": 2198, "r_f_add": 2177, "r_t_add": 2199, "st_code": 16790, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500065, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT MANSION DR", "stname": "BELMONT MANSION DR", "objectid": 15270, "Shape__Length": 169.47811493658625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217641632733404, 39.992972290621204 ], [ -75.217741484421794, 39.992967794553202 ], [ -75.217834050462002, 39.992943617523601 ], [ -75.218074012705202, 39.992869848172298 ], [ -75.218377347733707, 39.992768965741703 ], [ -75.218563649572999, 39.992673868235698 ], [ -75.218717836954099, 39.992567796252999 ], [ -75.218910230267994, 39.992387182659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13284, "tnode_": 13694, "lpoly_": null, "rpoly_": null, "length": 1072.5319633399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4188, "r_f_add": 4101, "r_t_add": 4189, "st_code": 56840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 500069, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15271, "Shape__Length": 427.7535510028074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214375340570797, 40.004099138911002 ], [ -75.215358126356193, 40.001253571265302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13694, "tnode_": 13714, "lpoly_": null, "rpoly_": null, "length": 52.81423914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4190, "l_t_add": 4198, "r_f_add": 4191, "r_t_add": 4199, "st_code": 56840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 500070, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15272, "Shape__Length": 21.062920550089334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215358126356193, 40.001253571265302 ], [ -75.215407864770697, 40.0011137269165 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13714, "tnode_": 13557, "lpoly_": null, "rpoly_": null, "length": 1402.6964110900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4398, "r_f_add": 4101, "r_t_add": 4399, "st_code": 34620, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 500071, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 15273, "Shape__Length": 557.55590954979039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215407864770697, 40.0011137269165 ], [ -75.217970130178301, 40.0017390522573 ], [ -75.220192687714203, 40.002247222034399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14367, "tnode_": 13987, "lpoly_": null, "rpoly_": null, "length": 1132.6611113900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOLF", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 37540, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOLF RD", "stname": "GOLF RD", "objectid": 15274, "Shape__Length": 451.33393876267201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227334674280002, 39.997174822380998 ], [ -75.227408592608697, 39.997236976628201 ], [ -75.229455226592094, 39.999820262514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14740, "tnode_": 14786, "lpoly_": null, "rpoly_": null, "length": 396.17015083000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 29200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15275, "Shape__Length": 157.4527900125652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231010126947396, 39.994559453660202 ], [ -75.2323655022266, 39.9942496309625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15441, "tnode_": 15425, "lpoly_": null, "rpoly_": null, "length": 437.44411605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 35920, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15276, "Shape__Length": 173.84706078434564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226574934760606, 39.989773018282499 ], [ -75.226875661796896, 39.989889394206799 ], [ -75.227211985368697, 39.9899880128036 ], [ -75.227590295160496, 39.990020654987099 ], [ -75.228067905386297, 39.989960746996097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15425, "tnode_": 15454, "lpoly_": null, "rpoly_": null, "length": 276.72046876999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 35920, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15277, "Shape__Length": 109.96774773808554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228067905386297, 39.989960746996097 ], [ -75.229019191818907, 39.989756718987799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15502, "tnode_": 15544, "lpoly_": null, "rpoly_": null, "length": 352.80606662999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5326, "r_f_add": 5301, "r_t_add": 5341, "st_code": 35920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15278, "Shape__Length": 140.2006657696854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230434914077307, 39.989469424271199 ], [ -75.231650301229195, 39.989216435480003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15544, "tnode_": 15585, "lpoly_": null, "rpoly_": null, "length": 373.36993879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5328, "l_t_add": 5398, "r_f_add": 5343, "r_t_add": 5399, "st_code": 35920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15279, "Shape__Length": 148.37347482651819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231650301229195, 39.989216435480003 ], [ -75.232934690581004, 39.988943542300603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15399, "tnode_": 15592, "lpoly_": null, "rpoly_": null, "length": 838.93222867999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 29200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15280, "Shape__Length": 333.65644919689987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240674067127202, 39.990336272918803 ], [ -75.243222704547094, 39.9891277363255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15592, "tnode_": 15732, "lpoly_": null, "rpoly_": null, "length": 974.22460189000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 29200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15281, "Shape__Length": 387.26609562929667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243222704547094, 39.9891277363255 ], [ -75.244602883694597, 39.988482303945702 ], [ -75.244866725559703, 39.988402919122997 ], [ -75.245074370768606, 39.988346634050799 ], [ -75.245257641819407, 39.988308061786398 ], [ -75.245496214430801, 39.988270695954903 ], [ -75.245876314874806, 39.988254662537997 ], [ -75.246419560125801, 39.9882759440125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15903, "tnode_": 16033, "lpoly_": null, "rpoly_": null, "length": 499.24046232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6310, "r_f_add": 6301, "r_t_add": 6321, "st_code": 72620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 15282, "Shape__Length": 198.53205766204101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249121973939097, 39.987374161078897 ], [ -75.250659470783802, 39.986681712142897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16017, "tnode_": 16030, "lpoly_": null, "rpoly_": null, "length": 551.66471975000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 23120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 500083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH RD", "stname": "CHURCH RD", "objectid": 15283, "Shape__Length": 219.34966209158816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255170895877001, 39.986818027343901 ], [ -75.255837786098894, 39.986517979922901 ], [ -75.255973387872103, 39.986480687542702 ], [ -75.256127031603597, 39.986462768155299 ], [ -75.256295257410201, 39.986477810904397 ], [ -75.2564620893625, 39.9865307862705 ], [ -75.256572950180697, 39.986589377653097 ], [ -75.256769192083297, 39.986743282287001 ], [ -75.256897868125506, 39.9867663190117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16033, "tnode_": 16329, "lpoly_": null, "rpoly_": null, "length": 1070.1022497500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6312, "l_t_add": 6398, "r_f_add": 6323, "r_t_add": 6399, "st_code": 72620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500084, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 15284, "Shape__Length": 425.53584848791752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250659470783802, 39.986681712142897 ], [ -75.253403322838096, 39.985456850213502 ], [ -75.253958932813504, 39.985202723990902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16141, "tnode_": 16464, "lpoly_": null, "rpoly_": null, "length": 1255.2951271900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 29200, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15285, "Shape__Length": 499.17200677086669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249430785495804, 39.986081864811901 ], [ -75.251348680803105, 39.985221250013801 ], [ -75.253304003081496, 39.984350564171201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14488, "tnode_": 14521, "lpoly_": null, "rpoly_": null, "length": 259.56179010999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REXFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5201, "r_t_add": 5217, "st_code": 68140, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REXFORD RD", "stname": "REXFORD RD", "objectid": 15286, "Shape__Length": 103.20671033121049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2320559484386, 39.996480341089899 ], [ -75.232889983606896, 39.996170156893299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14072, "tnode_": 13897, "lpoly_": null, "rpoly_": null, "length": 419.09698178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARMA", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 63120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 500088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARMA RD", "stname": "PARMA RD", "objectid": 15287, "Shape__Length": 167.1680166900926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223427345139996, 39.999061856304799 ], [ -75.223266554873504, 39.999847847124002 ], [ -75.223204885985794, 40.000199476295201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14072, "tnode_": 13906, "lpoly_": null, "rpoly_": null, "length": 626.93902958000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SORENTO", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 73400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 500090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SORENTO RD", "stname": "SORENTO RD", "objectid": 15288, "Shape__Length": 249.65126666675923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223427345139996, 39.999061856304799 ], [ -75.223237376432905, 39.999042741919503 ], [ -75.223047292209799, 39.999050721280298 ], [ -75.222889568980506, 39.999081674582001 ], [ -75.222665316497299, 39.999115293155498 ], [ -75.2224779552038, 39.999188340327599 ], [ -75.222390337646999, 39.999279528398397 ], [ -75.222352288894101, 39.999379290643503 ], [ -75.222305879079101, 39.999636491155599 ], [ -75.222275984910198, 39.9997494424453 ], [ -75.222236091241399, 40.000024186489199 ], [ -75.222259391448603, 40.000118576320098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13690, "tnode_": 13711, "lpoly_": null, "rpoly_": null, "length": 214.93423803000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 72620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 500091, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 15289, "Shape__Length": 85.418897439635856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222540056819497, 40.001431407370397 ], [ -75.222908236920304, 40.001375764467298 ], [ -75.223290379055697, 40.001308660671398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13666, "tnode_": 13690, "lpoly_": null, "rpoly_": null, "length": 215.2348886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 72620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 500093, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 15290, "Shape__Length": 85.539525806239766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221789829856107, 40.001558659917897 ], [ -75.222156389337897, 40.001494535950002 ], [ -75.222540056819497, 40.001431407370397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13661, "tnode_": 13666, "lpoly_": null, "rpoly_": null, "length": 497.03931451000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 72620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 500095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERWOOD RD", "stname": "SHERWOOD RD", "objectid": 15291, "Shape__Length": 197.50379811977774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2200208996302, 40.001556762797101 ], [ -75.220305952173405, 40.001526434233099 ], [ -75.220598990345195, 40.001514645966303 ], [ -75.220867190793001, 40.001532718451301 ], [ -75.221415773654897, 40.001559339608797 ], [ -75.221789829856107, 40.001558659917897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15317, "tnode_": 15222, "lpoly_": null, "rpoly_": null, "length": 286.23712875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKWYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 63100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKWYN RD", "stname": "PARKWYN RD", "objectid": 15292, "Shape__Length": 113.99872710233709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223618932074203, 39.990554822435101 ], [ -75.223380705998906, 39.990779848554503 ], [ -75.222990810045005, 39.991174362813403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15383, "tnode_": 15317, "lpoly_": null, "rpoly_": null, "length": 209.22976543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKWYN", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 63100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKWYN RD", "stname": "PARKWYN RD", "objectid": 15293, "Shape__Length": 83.323778308022483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224084886631303, 39.990108447226199 ], [ -75.224011471012304, 39.9901548115091 ], [ -75.223864812683502, 39.990313294058097 ], [ -75.223618932074203, 39.990554822435101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15732, "tnode_": 15415, "lpoly_": null, "rpoly_": null, "length": 1218.69450596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 29200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 500100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15294, "Shape__Length": 485.16594338040937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246419560125801, 39.9882759440125 ], [ -75.246742414852093, 39.988352617111502 ], [ -75.247047831109199, 39.9884322579924 ], [ -75.247406982532794, 39.988555641510303 ], [ -75.247678784741495, 39.988689282955903 ], [ -75.248118886218094, 39.988955130399297 ], [ -75.248493818153506, 39.989315219370098 ], [ -75.248690718455904, 39.989550614537002 ], [ -75.248871595740098, 39.989791742771601 ], [ -75.249097639382398, 39.990094671664203 ], [ -75.249164042687696, 39.990223833867098 ], [ -75.249174472534506, 39.990370021558299 ], [ -75.249191486853704, 39.990571741091699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13714, "tnode_": 14595, "lpoly_": null, "rpoly_": null, "length": 2287.6003846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4200, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 56840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 500101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15295, "Shape__Length": 912.00651562443545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215407864770697, 40.0011137269165 ], [ -75.216609901851598, 39.997605065451303 ], [ -75.216846525022206, 39.9969479534928 ], [ -75.216948364666607, 39.996761665722403 ], [ -75.217140287872397, 39.9964922220449 ], [ -75.217444863680797, 39.996170526906504 ], [ -75.218100957434999, 39.995540334186998 ], [ -75.218283212990301, 39.995327439377597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15279, "tnode_": 15399, "lpoly_": null, "rpoly_": null, "length": 910.23048283000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREXEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 29200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500102, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREXEL RD", "stname": "DREXEL RD", "objectid": 15296, "Shape__Length": 361.85300275375835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237705459783996, 39.991084408126703 ], [ -75.238925174935403, 39.991112225301997 ], [ -75.239196260005798, 39.991051256721697 ], [ -75.240674067127202, 39.990336272918803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14072, "tnode_": 13880, "lpoly_": null, "rpoly_": null, "length": 626.13202190999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENAPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 50220, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 500105, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENAPE RD", "stname": "LENAPE RD", "objectid": 15297, "Shape__Length": 249.43224147380596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223427345139996, 39.999061856304799 ], [ -75.223639437472301, 39.999075917928799 ], [ -75.223843289560094, 39.999122976158397 ], [ -75.223974672668803, 39.999204929790899 ], [ -75.224058196066395, 39.999297994546303 ], [ -75.224140137353302, 39.999433595650402 ], [ -75.224428687469, 39.999978109956402 ], [ -75.224487599914099, 40.000068584042999 ], [ -75.224621414339097, 40.000360474064003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13711, "tnode_": 13534, "lpoly_": null, "rpoly_": null, "length": 464.29251826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2720, "l_t_add": 2898, "r_f_add": 2743, "r_t_add": 2899, "st_code": 88720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500107, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-03-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 15298, "Shape__Length": 185.186974535735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223290379055697, 40.001308660671398 ], [ -75.223631736066295, 40.002555871099702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14362, "tnode_": 14254, "lpoly_": null, "rpoly_": null, "length": 323.04446030999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2414, "l_t_add": 2498, "r_f_add": 2433, "r_t_add": 2499, "st_code": 88820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15299, "Shape__Length": 128.73131733220356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232644273033102, 39.9972930126956 ], [ -75.233230782612395, 39.9980565117176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14557, "tnode_": 14367, "lpoly_": null, "rpoly_": null, "length": 621.61590472, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15300, "Shape__Length": 247.68612777500459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226164053184206, 39.995726094248397 ], [ -75.227179688022801, 39.997013003990197 ], [ -75.227334674280002, 39.997174822380998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14488, "tnode_": 14362, "lpoly_": null, "rpoly_": null, "length": 339.19784116, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2410, "l_t_add": 2412, "r_f_add": 2421, "r_t_add": 2431, "st_code": 88820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15301, "Shape__Length": 135.17796692822981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2320559484386, 39.996480341089899 ], [ -75.232346531929196, 39.996925743452202 ], [ -75.232644273033102, 39.9972930126956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14562, "tnode_": 14176, "lpoly_": null, "rpoly_": null, "length": 1137.5966717700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15302, "Shape__Length": 453.38129168403617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230229531052899, 39.995811872704401 ], [ -75.231072891643393, 39.997153235592798 ], [ -75.231261403496006, 39.997400641676897 ], [ -75.231472492049505, 39.997678950438697 ], [ -75.232153113613904, 39.998558950778701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14631, "tnode_": 14488, "lpoly_": null, "rpoly_": null, "length": 468.14105118000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2406, "l_t_add": 2408, "r_f_add": 2401, "r_t_add": 2419, "st_code": 88820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15303, "Shape__Length": 186.59907052689368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231332705966295, 39.995321864532201 ], [ -75.2320559484386, 39.996480341089899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14740, "tnode_": 14631, "lpoly_": null, "rpoly_": null, "length": 292.06882475999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2404, "r_f_add": 2339, "r_t_add": 2399, "st_code": 88820, "l_hundred": 2400, "r_hundred": 2300, "seg_id": 500114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15304, "Shape__Length": 116.45776620774267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231010126947396, 39.994559453660202 ], [ -75.231332705966295, 39.995321864532201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14760, "tnode_": 14562, "lpoly_": null, "rpoly_": null, "length": 615.71161758999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500115, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15305, "Shape__Length": 245.3387616848326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229090873367994, 39.9943662563564 ], [ -75.230229531052899, 39.995811872704401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14786, "tnode_": 14673, "lpoly_": null, "rpoly_": null, "length": 298.47142029000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2336, "l_t_add": 2398, "r_f_add": 2335, "r_t_add": 2399, "st_code": 88840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15306, "Shape__Length": 119.01701125105983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2323655022266, 39.9942496309625 ], [ -75.232669004966695, 39.995035014627298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14854, "tnode_": 14740, "lpoly_": null, "rpoly_": null, "length": 351.96390258000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2337, "st_code": 88820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15307, "Shape__Length": 140.33491032878771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230609322006799, 39.993643769204098 ], [ -75.231010126947396, 39.994559453660202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14962, "tnode_": 14786, "lpoly_": null, "rpoly_": null, "length": 454.88807162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2334, "r_f_add": 2301, "r_t_add": 2333, "st_code": 88840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500118, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15308, "Shape__Length": 181.33722974500262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231765383748595, 39.9931000181031 ], [ -75.232033192104794, 39.993434040130197 ], [ -75.232151716454993, 39.993649500169603 ], [ -75.232223963867, 39.993833537333799 ], [ -75.2323655022266, 39.9942496309625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14876, "tnode_": 14986, "lpoly_": null, "rpoly_": null, "length": 354.03009242999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 27160, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 15309, "Shape__Length": 140.89090221814962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2283906077149, 39.993475328517398 ], [ -75.228732295465704, 39.993319011437301 ], [ -75.229086465389699, 39.993150419334398 ], [ -75.229232061226597, 39.993062390956197 ], [ -75.229311087785504, 39.992868421047604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14995, "tnode_": 14876, "lpoly_": null, "rpoly_": null, "length": 292.67766080999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2260, "l_t_add": 2274, "r_f_add": 2257, "r_t_add": 2277, "st_code": 88800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15310, "Shape__Length": 116.69920395929586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2281058482356, 39.992710453405003 ], [ -75.228152159260802, 39.992971771453099 ], [ -75.228193921059201, 39.993124732104903 ], [ -75.228259159220102, 39.9932842911211 ], [ -75.2283906077149, 39.993475328517398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14995, "tnode_": 14986, "lpoly_": null, "rpoly_": null, "length": 357.61350016, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 59440, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 15311, "Shape__Length": 142.13380352681699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2281058482356, 39.992710453405003 ], [ -75.229007675479707, 39.992716885603002 ], [ -75.2291489844186, 39.9927443159511 ], [ -75.229311087785504, 39.992868421047604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14986, "tnode_": 15016, "lpoly_": null, "rpoly_": null, "length": 263.03876832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 27520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15312, "Shape__Length": 104.54077598319954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229311087785504, 39.992868421047604 ], [ -75.230208738900401, 39.992657017400099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15016, "tnode_": 14854, "lpoly_": null, "rpoly_": null, "length": 376.57189261999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2284, "l_t_add": 2298, "r_f_add": 2301, "r_t_add": 2325, "st_code": 88820, "l_hundred": 2200, "r_hundred": 2300, "seg_id": 500123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15313, "Shape__Length": 150.15217217572302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230208738900401, 39.992657017400099 ], [ -75.230609322006799, 39.993643769204098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15018, "tnode_": 14903, "lpoly_": null, "rpoly_": null, "length": 225.47489815999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 15314, "Shape__Length": 89.918512088216815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220311449453803, 39.9924791563745 ], [ -75.220488012522907, 39.9930830305819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15087, "tnode_": 14717, "lpoly_": null, "rpoly_": null, "length": 936.5956252, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2448, "r_f_add": 2401, "r_t_add": 2441, "st_code": 88870, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15315, "Shape__Length": 373.57210994420012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2337153387396, 39.992185782002601 ], [ -75.234030327046, 39.994745411954703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15149, "tnode_": 15087, "lpoly_": null, "rpoly_": null, "length": 107.72393658, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88870, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500126, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15316, "Shape__Length": 42.965767263498449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233675785155796, 39.991891635673802 ], [ -75.2337153387396, 39.992185782002601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15162, "tnode_": 15016, "lpoly_": null, "rpoly_": null, "length": 369.90358745999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2282, "l_t_add": 2282, "r_f_add": 2285, "r_t_add": 2299, "st_code": 88820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15317, "Shape__Length": 147.48706101871119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229799821746994, 39.991691525531103 ], [ -75.230208738900401, 39.992657017400099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15168, "tnode_": 14995, "lpoly_": null, "rpoly_": null, "length": 400.5668291, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2240, "l_t_add": 2258, "r_f_add": 2241, "r_t_add": 2255, "st_code": 88800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15318, "Shape__Length": 159.77321875316912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228090180987294, 39.991610914205403 ], [ -75.2281058482356, 39.992710453405003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15345, "tnode_": 15279, "lpoly_": null, "rpoly_": null, "length": 149.72978158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2324, "r_f_add": 2301, "r_t_add": 2325, "st_code": 88950, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500129, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15319, "Shape__Length": 59.715802719162127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237787242915303, 39.9906782236759 ], [ -75.237705459783996, 39.991084408126703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15425, "tnode_": 15168, "lpoly_": null, "rpoly_": null, "length": 601.1592391800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2238, "r_f_add": 2201, "r_t_add": 2239, "st_code": 88800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15320, "Shape__Length": 239.77827291196019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228067905386297, 39.989960746996097 ], [ -75.228090180987294, 39.991610914205403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15440, "tnode_": 15139, "lpoly_": null, "rpoly_": null, "length": 876.13439447000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88990, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15321, "Shape__Length": 349.08633194532462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244062628131104, 39.990163551165303 ], [ -75.245686196471496, 39.992219024968101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15454, "tnode_": 15162, "lpoly_": null, "rpoly_": null, "length": 737.97620933999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2280, "r_f_add": 2201, "r_t_add": 2283, "st_code": 88820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15322, "Shape__Length": 294.24721762040696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229019191818907, 39.989756718987799 ], [ -75.229799821746994, 39.991691525531103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15502, "tnode_": 15159, "lpoly_": null, "rpoly_": null, "length": 863.00226298999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2280, "r_f_add": 2201, "r_t_add": 2279, "st_code": 88840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15323, "Shape__Length": 344.14322196068412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230434914077307, 39.989469424271199 ], [ -75.230620617146897, 39.989979548467197 ], [ -75.231048024835403, 39.991210582820003 ], [ -75.231076433865397, 39.991359209215602 ], [ -75.231079031003205, 39.991511449777903 ], [ -75.231077156851597, 39.9916731040272 ], [ -75.2310629606242, 39.9917734994727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15516, "tnode_": 15541, "lpoly_": null, "rpoly_": null, "length": 483.39111421000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5001, "r_t_add": 5199, "st_code": 28440, "l_hundred": 5100, "r_hundred": 5000, "seg_id": 500134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15324, "Shape__Length": 192.12598520489928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227055980384094, 39.9892186544932 ], [ -75.227244040283793, 39.989337971504902 ], [ -75.227494815221704, 39.989398218630498 ], [ -75.227756423670201, 39.989379640806099 ], [ -75.228678067495395, 39.989184521251801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15568, "tnode_": 15541, "lpoly_": null, "rpoly_": null, "length": 57.56203524, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2148, "r_f_add": 2101, "r_t_add": 2149, "st_code": 88820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15325, "Shape__Length": 22.938870462582454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228581980708, 39.9890448571687 ], [ -75.228678067495395, 39.989184521251801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15592, "tnode_": 15440, "lpoly_": null, "rpoly_": null, "length": 444.7093558, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2342, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88990, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15326, "Shape__Length": 177.17834230063733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243222704547094, 39.9891277363255 ], [ -75.244062628131104, 39.990163551165303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15568, "tnode_": 15621, "lpoly_": null, "rpoly_": null, "length": 462.19640750999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 28440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15327, "Shape__Length": 183.67254748993651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228581980708, 39.9890448571687 ], [ -75.230170893910795, 39.988704176151899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15621, "tnode_": 15661, "lpoly_": null, "rpoly_": null, "length": 352.12569953000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5334, "r_f_add": 5301, "r_t_add": 5335, "st_code": 28440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500138, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15328, "Shape__Length": 139.92693484869127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230170893910795, 39.988704176151899 ], [ -75.231386026927794, 39.988457731485703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15672, "tnode_": 15644, "lpoly_": null, "rpoly_": null, "length": 61.09750467, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2250, "l_t_add": 2258, "r_f_add": 2251, "r_t_add": 2259, "st_code": 88970, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15329, "Shape__Length": 24.343147821454796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239233343340999, 39.988526537699599 ], [ -75.239345619149304, 39.988670313579497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15661, "tnode_": 15702, "lpoly_": null, "rpoly_": null, "length": 378.40962977000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5336, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 28440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15330, "Shape__Length": 150.38561768247661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231386026927794, 39.988457731485703 ], [ -75.232580497132403, 39.988218224430497 ], [ -75.232673001269305, 39.988164294282399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15749, "tnode_": 15592, "lpoly_": null, "rpoly_": null, "length": 444.77177217000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2340, "r_f_add": 2301, "r_t_add": 2341, "st_code": 88990, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15331, "Shape__Length": 177.2132955069724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242410602211507, 39.988078683328503 ], [ -75.243222704547094, 39.9891277363255 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15702, "tnode_": 15782, "lpoly_": null, "rpoly_": null, "length": 628.17031567000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 28440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15332, "Shape__Length": 249.62467164489397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232673001269305, 39.988164294282399 ], [ -75.232781603371507, 39.988125327653499 ], [ -75.234833288542106, 39.987708779188999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15782, "tnode_": 15891, "lpoly_": null, "rpoly_": null, "length": 722.79623703000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 28440, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15333, "Shape__Length": 287.21597987135982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234833288542106, 39.987708779188999 ], [ -75.237330390334506, 39.987211393035103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15933, "tnode_": 15983, "lpoly_": null, "rpoly_": null, "length": 562.13990472, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 17200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500144, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15334, "Shape__Length": 223.37079081557394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227275938788395, 39.986670667791699 ], [ -75.227512503151203, 39.986726401404802 ], [ -75.227804799178102, 39.986732825046801 ], [ -75.229221057231499, 39.986440753301999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16017, "tnode_": 15916, "lpoly_": null, "rpoly_": null, "length": 295.07892417, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1831, "r_t_add": 1899, "st_code": 89110, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 15335, "Shape__Length": 117.57239294217814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255170895877001, 39.986818027343901 ], [ -75.255699221099306, 39.987518731296802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15983, "tnode_": 16039, "lpoly_": null, "rpoly_": null, "length": 398.76257392999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5342, "r_f_add": 5301, "r_t_add": 5343, "st_code": 17200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15336, "Shape__Length": 158.45423710945269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229221057231499, 39.986440753301999 ], [ -75.230596893916598, 39.986161123518102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16046, "tnode_": 15933, "lpoly_": null, "rpoly_": null, "length": 223.96958925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1850, "l_t_add": 1898, "r_f_add": 1851, "r_t_add": 1899, "st_code": 88820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15337, "Shape__Length": 89.269797690649582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227597760124198, 39.986107883877899 ], [ -75.227275938788395, 39.986670667791699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15964, "tnode_": 16070, "lpoly_": null, "rpoly_": null, "length": 765.1402752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 13220, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500148, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15338, "Shape__Length": 304.04299954818333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232139519768793, 39.986644646939403 ], [ -75.234776152030804, 39.986098558719497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16168, "tnode_": 16017, "lpoly_": null, "rpoly_": null, "length": 318.88999063, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "64TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1800, "l_t_add": 1828, "r_f_add": 1801, "r_t_add": 1829, "st_code": 89110, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 64TH ST", "stname": "N 64TH ST", "objectid": 15339, "Shape__Length": 127.05687645987659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254596475042504, 39.986062334856001 ], [ -75.255170895877001, 39.986818027343901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16181, "tnode_": 16011, "lpoly_": null, "rpoly_": null, "length": 352.35064921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 37920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500150, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAHAM ST", "stname": "GRAHAM ST", "objectid": 15340, "Shape__Length": 140.37570587074822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242555981208099, 39.985724775799 ], [ -75.243218078344796, 39.986547072858798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16070, "tnode_": 16180, "lpoly_": null, "rpoly_": null, "length": 655.12344898999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 13220, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15341, "Shape__Length": 260.32458166702372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234776152030804, 39.986098558719497 ], [ -75.237032715212706, 39.985628312946403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16180, "tnode_": 16028, "lpoly_": null, "rpoly_": null, "length": 308.36874702, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88970, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15342, "Shape__Length": 122.88672131803222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237032715212706, 39.985628312946403 ], [ -75.237171681272301, 39.985934796815798 ], [ -75.237299907310202, 39.986101810255498 ], [ -75.237524135568094, 39.986380742770102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16214, "tnode_": 15903, "lpoly_": null, "rpoly_": null, "length": 772.12506274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2000, "l_t_add": 2078, "r_f_add": 2001, "r_t_add": 2067, "st_code": 89070, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500153, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 15343, "Shape__Length": 307.52646478501447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247524119659801, 39.9856743431693 ], [ -75.247565511485107, 39.985755433855502 ], [ -75.247772392056504, 39.9861047878166 ], [ -75.2480835110035, 39.986502611950797 ], [ -75.248342705630705, 39.986763693498801 ], [ -75.248572765751305, 39.986957240000201 ], [ -75.249121973939097, 39.987374161078897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16216, "tnode_": 15972, "lpoly_": null, "rpoly_": null, "length": 525.32577711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 55420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVIN ST", "stname": "MELVIN ST", "objectid": 15344, "Shape__Length": 209.29497607748584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239454056354703, 39.985483160997802 ], [ -75.240427104113195, 39.986715782420802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16218, "tnode_": 16080, "lpoly_": null, "rpoly_": null, "length": 278.5771899, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SALFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 70720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500155, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SALFORD ST", "stname": "N SALFORD ST", "objectid": 15345, "Shape__Length": 110.9887840009327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243420149039395, 39.9855547517476 ], [ -75.243933440109103, 39.9862096644734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16100, "tnode_": 16229, "lpoly_": null, "rpoly_": null, "length": 821.89696191999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 17200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15346, "Shape__Length": 326.5879171567629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2318687209725, 39.985886930607897 ], [ -75.234706445938897, 39.985316410167002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16268, "tnode_": 16241, "lpoly_": null, "rpoly_": null, "length": 67.04537895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1816, "l_t_add": 1838, "r_f_add": 1817, "r_t_add": 1821, "st_code": 36580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500158, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15347, "Shape__Length": 26.715484104021186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229629936468896, 39.984990479292698 ], [ -75.229744212994007, 39.985152176743703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16307, "tnode_": 16213, "lpoly_": null, "rpoly_": null, "length": 188.22402769, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1811, "st_code": 88840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15348, "Shape__Length": 75.051915454312933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228116257175799, 39.98476517444 ], [ -75.228276440943802, 39.985266965031002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16229, "tnode_": 16320, "lpoly_": null, "rpoly_": null, "length": 738.96420909000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 17200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15349, "Shape__Length": 293.6433934952957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234706445938897, 39.985316410167002 ], [ -75.236664150880998, 39.984908036415 ], [ -75.236847417429502, 39.984869477571799 ], [ -75.236972913866595, 39.984896552338597 ], [ -75.237099083771199, 39.984905396581503 ], [ -75.237243381302207, 39.984849379467299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16326, "tnode_": 16214, "lpoly_": null, "rpoly_": null, "length": 227.00144876, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 1930, "l_t_add": 1998, "r_f_add": 1983, "r_t_add": 1999, "st_code": 89070, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500161, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 15350, "Shape__Length": 90.522167932069152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247372555821002, 39.985062200005402 ], [ -75.247524119659801, 39.9856743431693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16330, "tnode_": 16440, "lpoly_": null, "rpoly_": null, "length": 825.17197451000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 57160, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500164, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15351, "Shape__Length": 327.88612625150961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2314509778097, 39.9846796366636 ], [ -75.234122967052201, 39.984135664400299 ], [ -75.234296792438997, 39.984097683844503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16664, "tnode_": 16601, "lpoly_": null, "rpoly_": null, "length": 240.49009121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 14220, "l_hundred": 0, "r_hundred": 0, "seg_id": 500166, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 15352, "Shape__Length": 95.671329364910491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220111365278896, 39.982346682298399 ], [ -75.2200189293129, 39.9824764409788 ], [ -75.219896137958997, 39.982589287183401 ], [ -75.2197033826492, 39.982670182057298 ], [ -75.219450668482096, 39.9826961685486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16664, "tnode_": 16681, "lpoly_": null, "rpoly_": null, "length": 273.48100945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 14220, "l_hundred": 0, "r_hundred": 0, "seg_id": 500167, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 15353, "Shape__Length": 108.74418075914504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220111365278896, 39.982346682298399 ], [ -75.219850305154495, 39.9821436625069 ], [ -75.219625840137496, 39.982109966437001 ], [ -75.219446063876802, 39.9821595624881 ], [ -75.219274085532007, 39.982212015194001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16712, "tnode_": 16664, "lpoly_": null, "rpoly_": null, "length": 519.77934879000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 14220, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500169, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 15354, "Shape__Length": 206.49349326321644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221946601696999, 39.982139947589097 ], [ -75.220111365278896, 39.982346682298399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15159, "tnode_": 14962, "lpoly_": null, "rpoly_": null, "length": 535.3494187099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2282, "l_t_add": 2298, "r_f_add": 2281, "r_t_add": 2299, "st_code": 88840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15355, "Shape__Length": 213.38237037480368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2310629606242, 39.9917734994727 ], [ -75.231048598866295, 39.991926009376201 ], [ -75.231055859251001, 39.992045250594998 ], [ -75.231080800730894, 39.992160386558297 ], [ -75.231112993824198, 39.992237484840601 ], [ -75.231159198359293, 39.992330619262297 ], [ -75.231215146558398, 39.992415073746898 ], [ -75.231765383748595, 39.9931000181031 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16330, "tnode_": 16309, "lpoly_": null, "rpoly_": null, "length": 44.2579797, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1860, "l_t_add": 1860, "r_f_add": 1823, "r_t_add": 1823, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500173, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15356, "Shape__Length": 17.645302167234195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2314509778097, 39.9846796366636 ], [ -75.231496922893896, 39.984795875921797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16640, "tnode_": 16766, "lpoly_": null, "rpoly_": null, "length": 406.61272966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 78120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500174, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 15357, "Shape__Length": 161.8294607221537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229574859971507, 39.982714747013198 ], [ -75.229534440383105, 39.982495410082201 ], [ -75.229524699505902, 39.982440520095103 ], [ -75.229524814728805, 39.9824045926932 ], [ -75.229541398874304, 39.982368089938497 ], [ -75.229576344531196, 39.982334801532502 ], [ -75.229811618078202, 39.9822331163302 ], [ -75.230085999185206, 39.982117291362698 ], [ -75.230398085252503, 39.981986228785203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15890, "tnode_": 15749, "lpoly_": null, "rpoly_": null, "length": 326.52896621000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2252, "l_t_add": 2298, "r_f_add": 2253, "r_t_add": 2299, "st_code": 88990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15358, "Shape__Length": 130.09447446058158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241803875064804, 39.987313490264803 ], [ -75.241991481901394, 39.987541617182799 ], [ -75.242024708878702, 39.987587059491297 ], [ -75.242410602211507, 39.988078683328503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15891, "tnode_": 15744, "lpoly_": null, "rpoly_": null, "length": 292.87964770999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2132, "l_t_add": 2198, "r_f_add": 2133, "r_t_add": 2199, "st_code": 88950, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500177, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15359, "Shape__Length": 116.80150862933904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237330390334506, 39.987211393035103 ], [ -75.237394928401301, 39.9875805033045 ], [ -75.237491230978506, 39.988005655111003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15744, "tnode_": 15611, "lpoly_": null, "rpoly_": null, "length": 333.96547858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2248, "r_f_add": 2201, "r_t_add": 2249, "st_code": 88950, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500179, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15360, "Shape__Length": 133.19057364618828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237491230978506, 39.988005655111003 ], [ -75.237564101372598, 39.988465627259899 ], [ -75.237565791158502, 39.988477987141202 ], [ -75.237657298106996, 39.988913306901999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15811, "tnode_": 15727, "lpoly_": null, "rpoly_": null, "length": 227.98700315, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2223, "st_code": 88970, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15361, "Shape__Length": 90.83291020438034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238503745293499, 39.987610842328102 ], [ -75.238725347635594, 39.987881673439297 ], [ -75.238929743941895, 39.988144010603101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15782, "tnode_": 15664, "lpoly_": null, "rpoly_": null, "length": 302.00337433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 88930, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15362, "Shape__Length": 120.40051175083566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234833288542106, 39.987708779188999 ], [ -75.234959145885298, 39.9880454240894 ], [ -75.235186590850404, 39.988491059832803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15926, "tnode_": 15782, "lpoly_": null, "rpoly_": null, "length": 280.65148498000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2122, "l_t_add": 2148, "r_f_add": 2123, "r_t_add": 2149, "st_code": 88930, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15363, "Shape__Length": 111.92537107942888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234687180822505, 39.986946831685302 ], [ -75.234747012175703, 39.9873235288063 ], [ -75.234833288542106, 39.987708779188999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16022, "tnode_": 15891, "lpoly_": null, "rpoly_": null, "length": 281.11857844999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2130, "r_f_add": 2101, "r_t_add": 2131, "st_code": 88950, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500187, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15364, "Shape__Length": 112.11033788236796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2371782837551, 39.986448611571099 ], [ -75.237252649952794, 39.986815408045203 ], [ -75.237330390334506, 39.987211393035103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16070, "tnode_": 15926, "lpoly_": null, "rpoly_": null, "length": 310.48588349, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 88930, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15365, "Shape__Length": 123.82808060281857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234776152030804, 39.986098558719497 ], [ -75.234704145237899, 39.986493917524903 ], [ -75.234687180822505, 39.986946831685302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16180, "tnode_": 16022, "lpoly_": null, "rpoly_": null, "length": 301.62818734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2020, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 88950, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500191, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15366, "Shape__Length": 120.29030998547654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237032715212706, 39.985628312946403 ], [ -75.237110560857701, 39.986019324273002 ], [ -75.2371782837551, 39.986448611571099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16229, "tnode_": 16070, "lpoly_": null, "rpoly_": null, "length": 286.8627983, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2042, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 88930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500193, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15367, "Shape__Length": 114.40356454038165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234706445938897, 39.985316410167002 ], [ -75.234786080254906, 39.9856706785637 ], [ -75.234776152030804, 39.986098558719497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16354, "tnode_": 16229, "lpoly_": null, "rpoly_": null, "length": 255.38984648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2030, "l_t_add": 2040, "r_f_add": 2031, "r_t_add": 2041, "st_code": 88930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15368, "Shape__Length": 101.83298404364763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234487297187002, 39.984635903424099 ], [ -75.234588372037095, 39.984950832375397 ], [ -75.234706445938897, 39.985316410167002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15964, "tnode_": 15832, "lpoly_": null, "rpoly_": null, "length": 288.29335928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2048, "r_f_add": 2001, "r_t_add": 2049, "st_code": 88870, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500198, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15369, "Shape__Length": 114.95152953530361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232139519768793, 39.986644646939403 ], [ -75.232261668016903, 39.986993665533497 ], [ -75.232408199946804, 39.987408584233897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16100, "tnode_": 15964, "lpoly_": null, "rpoly_": null, "length": 286.34444173000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88870, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500199, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15370, "Shape__Length": 114.17202208603079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2318687209725, 39.985886930607897 ], [ -75.231977697571807, 39.986215921577198 ], [ -75.232013701828606, 39.986296863128999 ], [ -75.232139519768793, 39.986644646939403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16227, "tnode_": 16100, "lpoly_": null, "rpoly_": null, "length": 248.40924403, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1870, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500200, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15371, "Shape__Length": 99.047383142563476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231641697815107, 39.985227759069701 ], [ -75.231742717087599, 39.985518081578697 ], [ -75.2318687209725, 39.985886930607897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16309, "tnode_": 16227, "lpoly_": null, "rpoly_": null, "length": 162.50970152000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1862, "l_t_add": 1868, "r_f_add": 1825, "r_t_add": 1833, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500202, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15372, "Shape__Length": 64.797158972549212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231496922893896, 39.984795875921797 ], [ -75.231540539811803, 39.984943759296698 ], [ -75.231641697815107, 39.985227759069701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16440, "tnode_": 16354, "lpoly_": null, "rpoly_": null, "length": 203.26412358000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2004, "l_t_add": 2028, "r_f_add": 2005, "r_t_add": 2029, "st_code": 88930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500204, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15373, "Shape__Length": 81.044147174021305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234296792438997, 39.984097683844503 ], [ -75.234395530104393, 39.984350350785199 ], [ -75.234487297187002, 39.984635903424099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16430, "tnode_": 16330, "lpoly_": null, "rpoly_": null, "length": 212.56907522, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1850, "l_t_add": 1858, "r_f_add": 1801, "r_t_add": 1821, "st_code": 88870, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500206, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15374, "Shape__Length": 84.755220798744659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2312556277151, 39.984115840341403 ], [ -75.231356027538993, 39.9843909417718 ], [ -75.2314509778097, 39.9846796366636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15983, "tnode_": 15863, "lpoly_": null, "rpoly_": null, "length": 284.19436242, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 88840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500210, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15375, "Shape__Length": 113.295853960377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229221057231499, 39.986440753301999 ], [ -75.229339115008003, 39.9868052736431 ], [ -75.229396885693902, 39.986934328875101 ], [ -75.229552385324197, 39.987174148926201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15863, "tnode_": 15731, "lpoly_": null, "rpoly_": null, "length": 300.80467768, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 88840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15376, "Shape__Length": 119.9139398220512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229552385324197, 39.987174148926201 ], [ -75.2296900973558, 39.987342162493498 ], [ -75.229764252754094, 39.987533071183798 ], [ -75.229913950323194, 39.9879451634744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15933, "tnode_": 15755, "lpoly_": null, "rpoly_": null, "length": 396.52168235, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1952, "r_f_add": 1901, "r_t_add": 1953, "st_code": 88820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15377, "Shape__Length": 158.10318298490023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227275938788395, 39.986670667791699 ], [ -75.226994822932696, 39.987305476716003 ], [ -75.226930304815696, 39.987567370310501 ], [ -75.2269328862712, 39.987718675613699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15755, "tnode_": 15640, "lpoly_": null, "rpoly_": null, "length": 410.04002495000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1954, "l_t_add": 1998, "r_f_add": 1955, "r_t_add": 1999, "st_code": 88820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15378, "Shape__Length": 163.23152393093451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2269328862712, 39.987718675613699 ], [ -75.227075888768297, 39.987905066530502 ], [ -75.227269288410596, 39.988045516710102 ], [ -75.227941216296699, 39.988524383118303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15621, "tnode_": 15502, "lpoly_": null, "rpoly_": null, "length": 288.42461301999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88840, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500219, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15379, "Shape__Length": 115.00839127622635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230170893910795, 39.988704176151899 ], [ -75.230294011214795, 39.989049068243602 ], [ -75.230434914077307, 39.989469424271199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15541, "tnode_": 15454, "lpoly_": null, "rpoly_": null, "length": 229.79853726, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 88820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15380, "Shape__Length": 91.592043878418252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228678067495395, 39.989184521251801 ], [ -75.2287800213374, 39.9893245808152 ], [ -75.228845533950206, 39.9894169267655 ], [ -75.229019191818907, 39.989756718987799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15640, "tnode_": 15568, "lpoly_": null, "rpoly_": null, "length": 261.93976617000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15381, "Shape__Length": 104.27961856209767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227941216296699, 39.988524383118303 ], [ -75.228236957992806, 39.988727324576899 ], [ -75.228483062631895, 39.988941203090697 ], [ -75.228581980708, 39.9890448571687 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15731, "tnode_": 15621, "lpoly_": null, "rpoly_": null, "length": 285.72948922, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15382, "Shape__Length": 113.9334630737157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229913950323194, 39.9879451634744 ], [ -75.230062056060305, 39.9883671531557 ], [ -75.230170893910795, 39.988704176151899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15135, "tnode_": 27981, "lpoly_": null, "rpoly_": null, "length": 473.21680916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88950, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500230, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15383, "Shape__Length": 188.73359438214601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237524525210304, 39.991976485162802 ], [ -75.237402786964907, 39.992541193287302 ], [ -75.237256469837803, 39.993259044875899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15277, "tnode_": 15140, "lpoly_": null, "rpoly_": null, "length": 337.09203387999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88930, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15384, "Shape__Length": 134.45186227811388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236145435288805, 39.9910290727966 ], [ -75.236193518025701, 39.991428384186598 ], [ -75.236180983908199, 39.991952634230501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15279, "tnode_": 15261, "lpoly_": null, "rpoly_": null, "length": 49.58434392, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2326, "l_t_add": 2330, "r_f_add": 2327, "r_t_add": 2331, "st_code": 88950, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500233, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15385, "Shape__Length": 19.773801729389227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237705459783996, 39.991084408126703 ], [ -75.237667840230898, 39.991217412022898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15327, "tnode_": 15149, "lpoly_": null, "rpoly_": null, "length": 449.56138065, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2276, "l_t_add": 2298, "r_f_add": 2277, "r_t_add": 2299, "st_code": 88870, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500234, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15386, "Shape__Length": 179.30753117216685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233530369624702, 39.990662627020299 ], [ -75.233599296518307, 39.9912134233956 ], [ -75.233675785155796, 39.991891635673802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15410, "tnode_": 15277, "lpoly_": null, "rpoly_": null, "length": 317.24668536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2260, "l_t_add": 2298, "r_f_add": 2261, "r_t_add": 2299, "st_code": 88930, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15387, "Shape__Length": 126.5253242380862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235974817606603, 39.990168174188703 ], [ -75.2360585830926, 39.990564200139403 ], [ -75.236145435288805, 39.9910290727966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15463, "tnode_": 15327, "lpoly_": null, "rpoly_": null, "length": 321.35450685999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2236, "l_t_add": 2274, "r_f_add": 2237, "r_t_add": 2275, "st_code": 88870, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500238, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15388, "Shape__Length": 128.14307518245647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233244419908701, 39.989808341865498 ], [ -75.233387897849298, 39.990227606022302 ], [ -75.233530369624702, 39.990662627020299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15611, "tnode_": 15472, "lpoly_": null, "rpoly_": null, "length": 321.876593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2250, "l_t_add": 2260, "r_f_add": 2251, "r_t_add": 2261, "st_code": 88950, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500240, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15389, "Shape__Length": 128.36979386780564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237657298106996, 39.988913306901999 ], [ -75.237752216741896, 39.989370233180502 ], [ -75.237828122372207, 39.989787031914403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15540, "tnode_": 15410, "lpoly_": null, "rpoly_": null, "length": 323.39395885, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2230, "l_t_add": 2258, "r_f_add": 2231, "r_t_add": 2259, "st_code": 88930, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15390, "Shape__Length": 128.94543003350117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235647444832594, 39.989317569885401 ], [ -75.235825292301698, 39.989719368188801 ], [ -75.235974817606603, 39.990168174188703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15702, "tnode_": 15585, "lpoly_": null, "rpoly_": null, "length": 293.18418821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88870, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500248, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15391, "Shape__Length": 116.90686207061501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232673001269305, 39.988164294282399 ], [ -75.232782816601301, 39.988491306087099 ], [ -75.232934690581004, 39.988943542300603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15832, "tnode_": 15702, "lpoly_": null, "rpoly_": null, "length": 285.17698362, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "54TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2050, "l_t_add": 2098, "r_f_add": 2051, "r_t_add": 2099, "st_code": 88870, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500251, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 54TH ST", "stname": "N 54TH ST", "objectid": 15392, "Shape__Length": 113.71024447273278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232408199946804, 39.987408584233897 ], [ -75.232524472446599, 39.987771432716499 ], [ -75.232673001269305, 39.988164294282399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15564, "tnode_": 15399, "lpoly_": null, "rpoly_": null, "length": 444.96389143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2328, "r_f_add": 2301, "r_t_add": 2329, "st_code": 88970, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15393, "Shape__Length": 177.28369501796379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239841246187297, 39.989296269984898 ], [ -75.240244056488805, 39.9897929581361 ], [ -75.240674067127202, 39.990336272918803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13915, "tnode_": 13666, "lpoly_": null, "rpoly_": null, "length": 563.17104316000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "45TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500259, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 45TH ST", "stname": "N 45TH ST", "objectid": 15394, "Shape__Length": 224.626160702455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221469550377293, 40.000041956610097 ], [ -75.221457906685103, 40.000110438194604 ], [ -75.221441771788506, 40.000210334165203 ], [ -75.221437350430406, 40.0002377028068 ], [ -75.221457207644704, 40.0003415297247 ], [ -75.221516844642593, 40.000558080021499 ], [ -75.221789829856107, 40.001558659917897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13906, "tnode_": 13690, "lpoly_": null, "rpoly_": null, "length": 486.70641108999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2751, "st_code": 88700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500260, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-03-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 15395, "Shape__Length": 194.12977434313518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222259391448603, 40.000118576320098 ], [ -75.222268132820403, 40.0002255902101 ], [ -75.222254575784106, 40.000377335094299 ], [ -75.222266133424796, 40.000426071379898 ], [ -75.222331387358096, 40.000649633002404 ], [ -75.222540056819497, 40.001431407370397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27082, "tnode_": 13711, "lpoly_": null, "rpoly_": null, "length": 418.62172694999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "47TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2741, "st_code": 88720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500263, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-03-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 47TH ST", "stname": "N 47TH ST", "objectid": 15396, "Shape__Length": 166.97055685374511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222997844279107, 40.000181761655298 ], [ -75.223086937169796, 40.0005449201537 ], [ -75.223290379055697, 40.001308660671398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13690, "tnode_": 13633, "lpoly_": null, "rpoly_": null, "length": 125.57461828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "46TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 88700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500265, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-03-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 46TH ST", "stname": "N 46TH ST", "objectid": 15397, "Shape__Length": 50.085729708071568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222540056819497, 40.001431407370397 ], [ -75.222635206515804, 40.001768268798799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16505, "tnode_": 16440, "lpoly_": null, "rpoly_": null, "length": 143.80494908, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "56TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2002, "r_f_add": 2001, "r_t_add": 2003, "st_code": 88930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 56TH ST", "stname": "N 56TH ST", "objectid": 15398, "Shape__Length": 57.342139690346052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234188355433702, 39.983711895718301 ], [ -75.234212072846006, 39.983810336646201 ], [ -75.234296792438997, 39.984097683844503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16644, "tnode_": 16476, "lpoly_": null, "rpoly_": null, "length": 412.05502195000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RUBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 69720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 500270, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RUBY ST", "stname": "N RUBY ST", "objectid": 15399, "Shape__Length": 164.29067128603538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229759208592299, 39.982694900940601 ], [ -75.229836828401304, 39.982925735959 ], [ -75.229857245315799, 39.9829856482365 ], [ -75.230034216107995, 39.983496174180999 ], [ -75.230140426877398, 39.983787334910502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16448, "tnode_": 16476, "lpoly_": null, "rpoly_": null, "length": 244.90317659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5362, "r_f_add": 5301, "r_t_add": 5365, "st_code": 41400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZELHURST ST", "stname": "HAZELHURST ST", "objectid": 15400, "Shape__Length": 97.313668441347687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229296928720501, 39.983962762400502 ], [ -75.229649758416599, 39.9838827126121 ], [ -75.230140426877398, 39.983787334910502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16610, "tnode_": 16335, "lpoly_": null, "rpoly_": null, "length": 660.25794692, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 63480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 500272, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PEACH ST", "stname": "N PEACH ST", "objectid": 15401, "Shape__Length": 263.25182996259485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228186637251298, 39.982872390649597 ], [ -75.228329086806795, 39.983260364237402 ], [ -75.228776827118395, 39.984565076274002 ], [ -75.228804473946994, 39.984621104796297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16247, "tnode_": 16112, "lpoly_": null, "rpoly_": null, "length": 309.97134309, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REDFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 67680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REDFIELD ST", "stname": "N REDFIELD ST", "objectid": 15402, "Shape__Length": 123.49479651315774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241262958819803, 39.9853245729416 ], [ -75.241612004288896, 39.985770841277301 ], [ -75.241837313354694, 39.9860517771193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16320, "tnode_": 16180, "lpoly_": null, "rpoly_": null, "length": 294.72594017, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2019, "st_code": 88950, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500276, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15403, "Shape__Length": 117.51168343592414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237243381302207, 39.984849379467299 ], [ -75.237065386143499, 39.985172758572602 ], [ -75.237063831581096, 39.985214772126902 ], [ -75.237024898417502, 39.985414636833802 ], [ -75.237032715212706, 39.985628312946403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16038, "tnode_": 27081, "lpoly_": null, "rpoly_": null, "length": 352.29352325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2248, "r_f_add": 2201, "r_t_add": 2249, "st_code": 88990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15404, "Shape__Length": 140.35787558556095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241094529891001, 39.986413807322997 ], [ -75.241267104044297, 39.986650466393897 ], [ -75.241615539050201, 39.9870724754932 ], [ -75.241748432844602, 39.987239486575099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15921, "tnode_": 15774, "lpoly_": null, "rpoly_": null, "length": 381.15714129000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 42860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 15405, "Shape__Length": 151.86052136048667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239799230328003, 39.987017040256298 ], [ -75.239986344854898, 39.987251377604998 ], [ -75.240325448352394, 39.987679302590301 ], [ -75.240503618947898, 39.987912113580101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15365, "tnode_": 15288, "lpoly_": null, "rpoly_": null, "length": 198.10233984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 88780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500283, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15406, "Shape__Length": 79.006344829862101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224807109300698, 39.990241153807503 ], [ -75.224830620989593, 39.990268685674799 ], [ -75.224851376148706, 39.990319253964202 ], [ -75.224850453142096, 39.990379705004997 ], [ -75.224849860325307, 39.990503478204097 ], [ -75.224848623672798, 39.9907770938404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15903, "tnode_": 15734, "lpoly_": null, "rpoly_": null, "length": 422.15735833000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "63RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 2080, "l_t_add": 2098, "r_f_add": 2069, "r_t_add": 2099, "st_code": 89070, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500284, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 63RD ST", "stname": "N 63RD ST", "objectid": 15407, "Shape__Length": 168.2049337920416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249121973939097, 39.987374161078897 ], [ -75.249438386789805, 39.987711987900397 ], [ -75.249581775190606, 39.987897563167103 ], [ -75.249877023861899, 39.988372699834002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16153, "tnode_": 15921, "lpoly_": null, "rpoly_": null, "length": 527.88876014999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 42860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500285, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 15408, "Shape__Length": 210.31401990543537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238814892397002, 39.985781473275999 ], [ -75.239799230328003, 39.987017040256298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16081, "tnode_": 15869, "lpoly_": null, "rpoly_": null, "length": 525.12616996999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 15409, "Shape__Length": 209.21473894998704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238187166483897, 39.986070562091903 ], [ -75.2391653230803, 39.987300150128902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15398, "tnode_": 15345, "lpoly_": null, "rpoly_": null, "length": 162.54918154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2277, "r_t_add": 2299, "st_code": 88950, "l_hundred": 0, "r_hundred": 2200, "seg_id": 500290, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15410, "Shape__Length": 64.827167665030714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237882594837799, 39.990238074967202 ], [ -75.237787242915303, 39.9906782236759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15185, "tnode_": 15105, "lpoly_": null, "rpoly_": null, "length": 134.91880771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "50TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 50TH ST", "stname": "N 50TH ST", "objectid": 15411, "Shape__Length": 53.807311103756206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224854974084096, 39.991440543366899 ], [ -75.224899858502496, 39.991567078473203 ], [ -75.224863499297399, 39.991804646482898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15544, "tnode_": 15155, "lpoly_": null, "rpoly_": null, "length": 973.63677243000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 36580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15412, "Shape__Length": 388.27002684352624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231650301229195, 39.989216435480003 ], [ -75.232223727173903, 39.990877099976601 ], [ -75.2322821074671, 39.991081292803003 ], [ -75.232306356846806, 39.991205474594601 ], [ -75.232325666632903, 39.991351740446497 ], [ -75.232334388787706, 39.991561185207502 ], [ -75.232316686496603, 39.991824128102898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15920, "tnode_": 15779, "lpoly_": null, "rpoly_": null, "length": 292.60891665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 36580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500294, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15413, "Shape__Length": 116.67473469946736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2308500368121, 39.986911974745901 ], [ -75.230974315490201, 39.987274097030102 ], [ -75.231113916248702, 39.987689150131999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16039, "tnode_": 15920, "lpoly_": null, "rpoly_": null, "length": 282.57035280999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 36580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15414, "Shape__Length": 112.67107940878688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230596893916598, 39.986161123518102 ], [ -75.230721476261905, 39.9865322897992 ], [ -75.2308500368121, 39.986911974745901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16163, "tnode_": 16039, "lpoly_": null, "rpoly_": null, "length": 237.79562225000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1848, "l_t_add": 1898, "r_f_add": 1849, "r_t_add": 1899, "st_code": 36580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15415, "Shape__Length": 94.79049288394009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230303577719496, 39.985554652724197 ], [ -75.230390946541704, 39.985646260417298 ], [ -75.2304734389663, 39.985816087273697 ], [ -75.230596893916598, 39.986161123518102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15779, "tnode_": 15661, "lpoly_": null, "rpoly_": null, "length": 290.17870771999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 36580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500302, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15416, "Shape__Length": 115.70465833784061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231113916248702, 39.987689150131999 ], [ -75.231265801999498, 39.988113562756297 ], [ -75.231386026927794, 39.988457731485703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15003, "tnode_": 15147, "lpoly_": null, "rpoly_": null, "length": 419.99271212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 16780, "l_hundred": 0, "r_hundred": 0, "seg_id": 500306, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT DR", "stname": "BELMONT DR", "objectid": 15417, "Shape__Length": 167.33749169010167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218910230267994, 39.992387182659101 ], [ -75.219063475482699, 39.992204430655597 ], [ -75.219310454076506, 39.991942279463402 ], [ -75.219460814238502, 39.991726650782098 ], [ -75.2196984299202, 39.991408357488297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15029, "tnode_": 15390, "lpoly_": null, "rpoly_": null, "length": 904.07545963999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4710, "l_t_add": 4798, "r_f_add": 4711, "r_t_add": 4799, "st_code": 36590, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500307, "oneway": "TF", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2006-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GEORGES HILL DR", "stname": "N GEORGES HILL DR", "objectid": 15418, "Shape__Length": 360.46808862807472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218438107186202, 39.9923285071105 ], [ -75.218534367857501, 39.992186681956902 ], [ -75.218751559947407, 39.9918752201391 ], [ -75.2189046396864, 39.991586671190099 ], [ -75.219010315870307, 39.991297077706399 ], [ -75.219049617764, 39.991091164117101 ], [ -75.219121679344099, 39.990642703092398 ], [ -75.219186041269793, 39.990400852467502 ], [ -75.219283586582705, 39.9901171603507 ], [ -75.219343274760703, 39.989968449202799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15390, "tnode_": 16342, "lpoly_": null, "rpoly_": null, "length": 1840.97367704, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 5318, "r_f_add": 4801, "r_t_add": 5319, "st_code": 36590, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 500311, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GEORGES HILL DR", "stname": "N GEORGES HILL DR", "objectid": 15419, "Shape__Length": 733.36734440509815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219343274760703, 39.989968449202799 ], [ -75.219480464600494, 39.9897140233019 ], [ -75.219853407420104, 39.989253949785201 ], [ -75.220151007042702, 39.988982117162202 ], [ -75.220799245944903, 39.988484167512603 ], [ -75.221181184665795, 39.9882067404615 ], [ -75.2216536387009, 39.987833999218601 ], [ -75.222016659954505, 39.987478105629599 ], [ -75.222311502878398, 39.987106333173401 ], [ -75.222610761043299, 39.986547502798601 ], [ -75.222677140795795, 39.986250958432997 ], [ -75.222725006830501, 39.986026987229302 ], [ -75.222784982173593, 39.985800412970598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13239, "tnode_": 13336, "lpoly_": null, "rpoly_": null, "length": 483.12859326999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4300, "r_hundred": 0, "seg_id": 500314, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15420, "Shape__Length": 192.18601883066913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219226470079406, 40.004624920504803 ], [ -75.220698284264998, 40.003933676911601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13336, "tnode_": 13534, "lpoly_": null, "rpoly_": null, "length": 962.94598685000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4400, "l_t_add": 4698, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4400, "r_hundred": 0, "seg_id": 500315, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15421, "Shape__Length": 383.04907085310435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220698284264998, 40.003933676911601 ], [ -75.223631736066295, 40.002555871099702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13534, "tnode_": 13733, "lpoly_": null, "rpoly_": null, "length": 914.17132543999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4700, "l_t_add": 4898, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4700, "r_hundred": 0, "seg_id": 500317, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15422, "Shape__Length": 363.63992562901575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223631736066295, 40.002555871099702 ], [ -75.226416494404901, 40.001247784339803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13897, "tnode_": 13880, "lpoly_": null, "rpoly_": null, "length": 401.16353289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4702, "l_t_add": 4798, "r_f_add": 4703, "r_t_add": 4799, "st_code": 24880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500318, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15423, "Shape__Length": 159.41337367119166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223204885985794, 40.000199476295201 ], [ -75.224621414339097, 40.000360474064003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13906, "tnode_": 27082, "lpoly_": null, "rpoly_": null, "length": 208.16113045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 24880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 500319, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15424, "Shape__Length": 82.715399997611996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222259391448603, 40.000118576320098 ], [ -75.222997844279107, 40.000181761655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13915, "tnode_": 13906, "lpoly_": null, "rpoly_": null, "length": 223.03512432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 24880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 500320, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15425, "Shape__Length": 88.626880114860782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221469550377293, 40.000041956610097 ], [ -75.222259391448603, 40.000118576320098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14367, "tnode_": 14466, "lpoly_": null, "rpoly_": null, "length": 478.82470702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5038, "r_f_add": 5001, "r_t_add": 5057, "st_code": 62000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15426, "Shape__Length": 190.45232979259973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227334674280002, 39.997174822380998 ], [ -75.228794264629997, 39.996491057437098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14466, "tnode_": 14092, "lpoly_": null, "rpoly_": null, "length": 1132.0239945199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 19560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500322, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15427, "Shape__Length": 451.08771410248278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228794264629997, 39.996491057437098 ], [ -75.229725885547495, 39.997652780550297 ], [ -75.230889529418207, 39.999148045988797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14466, "tnode_": 14562, "lpoly_": null, "rpoly_": null, "length": 472.14470605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5040, "l_t_add": 5098, "r_f_add": 5059, "r_t_add": 5099, "st_code": 62000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500324, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15428, "Shape__Length": 187.79644904017582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228794264629997, 39.996491057437098 ], [ -75.230229531052899, 39.995811872704401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14562, "tnode_": 14631, "lpoly_": null, "rpoly_": null, "length": 356.92693355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 62000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500325, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15429, "Shape__Length": 141.95339036248893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230229531052899, 39.995811872704401 ], [ -75.231332705966295, 39.995321864532201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14557, "tnode_": 14659, "lpoly_": null, "rpoly_": null, "length": 481.28075124000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5008, "r_f_add": 5001, "r_t_add": 5009, "st_code": 84360, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15430, "Shape__Length": 191.42360919504674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226164053184206, 39.995726094248397 ], [ -75.227633137349997, 39.995041402620203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14659, "tnode_": 14466, "lpoly_": null, "rpoly_": null, "length": 620.24742784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 19560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500327, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15431, "Shape__Length": 247.14211391574969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227633137349997, 39.995041402620203 ], [ -75.228794264629997, 39.996491057437098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14631, "tnode_": 14673, "lpoly_": null, "rpoly_": null, "length": 388.71291966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 62000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500328, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15432, "Shape__Length": 154.48532474158029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231332705966295, 39.995321864532201 ], [ -75.232669004966695, 39.995035014627298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14673, "tnode_": 14717, "lpoly_": null, "rpoly_": null, "length": 395.7380115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 62000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500329, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15433, "Shape__Length": 157.27587809434348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232669004966695, 39.995035014627298 ], [ -75.234030327046, 39.994745411954703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14728, "tnode_": 14595, "lpoly_": null, "rpoly_": null, "length": 406.76897667999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 16760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500330, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15434, "Shape__Length": 162.22861704062441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217997433007895, 39.994232655836001 ], [ -75.218283212990301, 39.995327439377597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14659, "tnode_": 14760, "lpoly_": null, "rpoly_": null, "length": 476.76482526999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5010, "l_t_add": 5098, "r_f_add": 5011, "r_t_add": 5099, "st_code": 84360, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15435, "Shape__Length": 189.62371069900283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227633137349997, 39.995041402620203 ], [ -75.229090873367994, 39.9943662563564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14717, "tnode_": 14805, "lpoly_": null, "rpoly_": null, "length": 449.20177579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 62000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500332, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15436, "Shape__Length": 178.62770095671237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234030327046, 39.994745411954703 ], [ -75.234197938527998, 39.994712481793101 ], [ -75.234469943834, 39.994627217287899 ], [ -75.235445090309994, 39.994178227101898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14760, "tnode_": 14854, "lpoly_": null, "rpoly_": null, "length": 500.27325936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 84360, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15437, "Shape__Length": 198.98006821391022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229090873367994, 39.9943662563564 ], [ -75.230609322006799, 39.993643769204098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14854, "tnode_": 14962, "lpoly_": null, "rpoly_": null, "length": 379.67833093999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 84360, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15438, "Shape__Length": 151.01015705626827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230609322006799, 39.993643769204098 ], [ -75.231765383748595, 39.9931000181031 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14728, "tnode_": 15044, "lpoly_": null, "rpoly_": null, "length": 848.01313648999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4801, "r_t_add": 4899, "st_code": 63040, "l_hundred": 0, "r_hundred": 4800, "seg_id": 500335, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15439, "Shape__Length": 337.96755232929547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217997433007895, 39.994232655836001 ], [ -75.218290553789203, 39.994060566569203 ], [ -75.218832892758797, 39.993087282635997 ], [ -75.219335480245704, 39.992180908509098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14962, "tnode_": 15087, "lpoly_": null, "rpoly_": null, "length": 639.86239477000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 84360, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15440, "Shape__Length": 254.4896407973801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231765383748595, 39.9931000181031 ], [ -75.2337153387396, 39.992185782002601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15131, "tnode_": 14842, "lpoly_": null, "rpoly_": null, "length": 881.06452614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDINAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2598, "r_f_add": 2401, "r_t_add": 2599, "st_code": 21320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDINAL AVE", "stname": "CARDINAL AVE", "objectid": 15441, "Shape__Length": 351.059897683945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240019267338695, 39.992047581916999 ], [ -75.2416531152506, 39.994114108645498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15135, "tnode_": 15131, "lpoly_": null, "rpoly_": null, "length": 699.4893535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 84940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500338, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15442, "Shape__Length": 277.90549156970025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237524525210304, 39.991976485162802 ], [ -75.240019267338695, 39.992047581916999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15140, "tnode_": 15135, "lpoly_": null, "rpoly_": null, "length": 376.55161637999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 84940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500339, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15443, "Shape__Length": 149.60247871030697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236180983908199, 39.991952634230501 ], [ -75.237524525210304, 39.991976485162802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15087, "tnode_": 15146, "lpoly_": null, "rpoly_": null, "length": 201.52882441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5400, "r_f_add": 5401, "r_t_add": 5403, "st_code": 84360, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500340, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15444, "Shape__Length": 80.150929774148011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2337153387396, 39.992185782002601 ], [ -75.234331516472906, 39.9919004174101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15146, "tnode_": 15140, "lpoly_": null, "rpoly_": null, "length": 518.55779587999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5408, "l_t_add": 5498, "r_f_add": 5409, "r_t_add": 5499, "st_code": 84940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500341, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15445, "Shape__Length": 206.02152492555021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234331516472906, 39.9919004174101 ], [ -75.236180983908199, 39.991952634230501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15044, "tnode_": 15147, "lpoly_": null, "rpoly_": null, "length": 300.14341394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4901, "r_t_add": 4915, "st_code": 63040, "l_hundred": 0, "r_hundred": 4900, "seg_id": 500342, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15446, "Shape__Length": 119.66040917096586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219335480245704, 39.992180908509098 ], [ -75.2195014234496, 39.991909999256499 ], [ -75.219622220319806, 39.991638982935697 ], [ -75.2196984299202, 39.991408357488297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15149, "tnode_": 15146, "lpoly_": null, "rpoly_": null, "length": 183.75960058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5406, "r_f_add": 5401, "r_t_add": 5407, "st_code": 84940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500343, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15447, "Shape__Length": 73.006827782566305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233675785155796, 39.991891635673802 ], [ -75.234331516472906, 39.9919004174101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15155, "tnode_": 15149, "lpoly_": null, "rpoly_": null, "length": 381.60424416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5330, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 84940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500344, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15448, "Shape__Length": 151.6118054565022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232316686496603, 39.991824128102898 ], [ -75.233675785155796, 39.991891635673802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15159, "tnode_": 15155, "lpoly_": null, "rpoly_": null, "length": 351.77034803000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5328, "r_f_add": 5301, "r_t_add": 5335, "st_code": 84940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500345, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15449, "Shape__Length": 139.75786486673746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2310629606242, 39.9917734994727 ], [ -75.232316686496603, 39.991824128102898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15162, "tnode_": 15159, "lpoly_": null, "rpoly_": null, "length": 355.18187287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 84940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500346, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15450, "Shape__Length": 141.11553717781601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229799821746994, 39.991691525531103 ], [ -75.2310629606242, 39.9917734994727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15168, "tnode_": 15162, "lpoly_": null, "rpoly_": null, "length": 479.93143623999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 84940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500347, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15451, "Shape__Length": 190.67642270971771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228090180987294, 39.991610914205403 ], [ -75.229799821746994, 39.991691525531103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15172, "tnode_": 15168, "lpoly_": null, "rpoly_": null, "length": 425.73267600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5050, "l_t_add": 5098, "r_f_add": 5049, "r_t_add": 5099, "st_code": 84940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500348, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15452, "Shape__Length": 169.14417647576761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226574850350403, 39.991525273522399 ], [ -75.228090180987294, 39.991610914205403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15222, "tnode_": 15185, "lpoly_": null, "rpoly_": null, "length": 537.63693021999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4930, "l_t_add": 4998, "r_f_add": 4927, "r_t_add": 4999, "st_code": 84940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500349, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15453, "Shape__Length": 213.6452255444994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222990810045005, 39.991174362813403 ], [ -75.223531152204799, 39.991348020021697 ], [ -75.223720445754793, 39.991389083161103 ], [ -75.224854974084096, 39.991440543366899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15131, "tnode_": 15258, "lpoly_": null, "rpoly_": null, "length": 482.03195741000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 62000, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500350, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15454, "Shape__Length": 191.70541911401762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240019267338695, 39.992047581916999 ], [ -75.240179944342501, 39.991992130748798 ], [ -75.241499043983396, 39.991374564301097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15018, "tnode_": 15266, "lpoly_": null, "rpoly_": null, "length": 759.0672426399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4916, "r_f_add": 4901, "r_t_add": 4923, "st_code": 56840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15455, "Shape__Length": 302.29761446561434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220311449453803, 39.9924791563745 ], [ -75.220432502147702, 39.9923866534604 ], [ -75.222008002305202, 39.990855746916601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15146, "tnode_": 15277, "lpoly_": null, "rpoly_": null, "length": 599.71242427000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5402, "l_t_add": 5598, "r_f_add": 5405, "r_t_add": 5599, "st_code": 84360, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500352, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15456, "Shape__Length": 238.52657410473927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234331516472906, 39.9919004174101 ], [ -75.2360316009364, 39.991103621852098 ], [ -75.236145435288805, 39.9910290727966 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15139, "tnode_": 15316, "lpoly_": null, "rpoly_": null, "length": 764.01183762999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 501, "r_t_add": 541, "st_code": 23240, "l_hundred": 5900, "r_hundred": 500, "seg_id": 500354, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15457, "Shape__Length": 303.86380719245221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245686196471496, 39.992219024968101 ], [ -75.248013009870405, 39.991125577951898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15317, "tnode_": 15288, "lpoly_": null, "rpoly_": null, "length": 353.94391945000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 84400, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15458, "Shape__Length": 140.64671074426917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223618932074203, 39.990554822435101 ], [ -75.224848623672798, 39.9907770938404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15277, "tnode_": 15345, "lpoly_": null, "rpoly_": null, "length": 478.55945463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 84360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500356, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15459, "Shape__Length": 190.18298520376788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236145435288805, 39.9910290727966 ], [ -75.236257535676998, 39.990980854153896 ], [ -75.237787242915303, 39.9906782236759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15147, "tnode_": 15352, "lpoly_": null, "rpoly_": null, "length": 441.37007708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4917, "r_t_add": 4939, "st_code": 63040, "l_hundred": 0, "r_hundred": 4900, "seg_id": 500357, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15460, "Shape__Length": 175.93708750895081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2196984299202, 39.991408357488297 ], [ -75.220320347745798, 39.990295173791097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15352, "tnode_": 15266, "lpoly_": null, "rpoly_": null, "length": 515.08764648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4910, "r_f_add": 4901, "r_t_add": 4913, "st_code": 84940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500358, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15461, "Shape__Length": 204.76513360159063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220320347745798, 39.990295173791097 ], [ -75.222008002305202, 39.990855746916601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15327, "tnode_": 15410, "lpoly_": null, "rpoly_": null, "length": 708.22143614000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 84400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500359, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15462, "Shape__Length": 281.43871581182697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233530369624702, 39.990662627020299 ], [ -75.235974817606603, 39.990168174188703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15316, "tnode_": 15415, "lpoly_": null, "rpoly_": null, "length": 386.96362669000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 543, "r_t_add": 599, "st_code": 23240, "l_hundred": 6000, "r_hundred": 500, "seg_id": 500360, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15463, "Shape__Length": 153.9018383387411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248013009870405, 39.991125577951898 ], [ -75.249191486853704, 39.990571741091699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15258, "tnode_": 15440, "lpoly_": null, "rpoly_": null, "length": 842.96263232999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 62000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500361, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15464, "Shape__Length": 335.2625113230132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241499043983396, 39.991374564301097 ], [ -75.244062628131104, 39.990163551165303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15441, "tnode_": 15172, "lpoly_": null, "rpoly_": null, "length": 638.31570451000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2240, "r_f_add": 2201, "r_t_add": 2229, "st_code": 19560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500362, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15465, "Shape__Length": 254.59809405839658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226574934760606, 39.989773018282499 ], [ -75.226574850350403, 39.991525273522399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15410, "tnode_": 15472, "lpoly_": null, "rpoly_": null, "length": 537.53961500999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 84400, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500363, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15466, "Shape__Length": 213.61214918932484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235974817606603, 39.990168174188703 ], [ -75.237828122372207, 39.989787031914403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15528, "tnode_": 15516, "lpoly_": null, "rpoly_": null, "length": 133.72176787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 49800, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15467, "Shape__Length": 53.125089025040097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226578990433396, 39.989230269368399 ], [ -75.227055980384094, 39.9892186544932 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15463, "tnode_": 15540, "lpoly_": null, "rpoly_": null, "length": 696.66546834999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 84860, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500365, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDALE AVE", "stname": "WYNDALE AVE", "objectid": 15468, "Shape__Length": 276.84432579771686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233244419908701, 39.989808341865498 ], [ -75.235647444832594, 39.989317569885401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15440, "tnode_": 15547, "lpoly_": null, "rpoly_": null, "length": 655.89485996000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 62000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500366, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15469, "Shape__Length": 260.75098771220195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244062628131104, 39.990163551165303 ], [ -75.245096384444295, 39.989679008063902 ], [ -75.245344878148799, 39.989587123718302 ], [ -75.245488428281305, 39.989553765936797 ], [ -75.245655229605106, 39.989533078676899 ], [ -75.245861307938, 39.989519328877897 ], [ -75.2461899414523, 39.989525729630898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15547, "tnode_": 15316, "lpoly_": null, "rpoly_": null, "length": 797.02412456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 62000, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 500367, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15470, "Shape__Length": 317.35434382205426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2461899414523, 39.989525729630898 ], [ -75.246529020621693, 39.989637284006001 ], [ -75.246654081711597, 39.989676501794499 ], [ -75.246746868751899, 39.989733260649601 ], [ -75.246924543025202, 39.989846605849102 ], [ -75.247032235187405, 39.989928016264301 ], [ -75.247252162404095, 39.990182162067399 ], [ -75.248013009870405, 39.991125577951898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15540, "tnode_": 15611, "lpoly_": null, "rpoly_": null, "length": 582.10739425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 84860, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500368, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDALE AVE", "stname": "WYNDALE AVE", "objectid": 15471, "Shape__Length": 231.31745834485929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235647444832594, 39.989317569885401 ], [ -75.237657298106996, 39.988913306901999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15472, "tnode_": 15644, "lpoly_": null, "rpoly_": null, "length": 591.83315414999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 84400, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500369, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15472, "Shape__Length": 235.57063654554656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237828122372207, 39.989787031914403 ], [ -75.237939449982207, 39.9897587599038 ], [ -75.239345619149304, 39.988670313579497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15672, "tnode_": 15721, "lpoly_": null, "rpoly_": null, "length": 212.8427023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5821, "st_code": 84400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500371, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15473, "Shape__Length": 84.65437050444757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239233343340999, 39.988526537699599 ], [ -75.239872971598004, 39.988211398591503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15611, "tnode_": 15727, "lpoly_": null, "rpoly_": null, "length": 453.80983063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 84860, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500372, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDALE AVE", "stname": "WYNDALE AVE", "objectid": 15474, "Shape__Length": 180.5603629427838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237657298106996, 39.988913306901999 ], [ -75.237757409057096, 39.988867866213198 ], [ -75.238929743941895, 39.988144010603101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15640, "tnode_": 15731, "lpoly_": null, "rpoly_": null, "length": 603.92078794999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 49800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500373, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15475, "Shape__Length": 240.06583700583036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227941216296699, 39.988524383118303 ], [ -75.228126143512895, 39.988366032814497 ], [ -75.228319355101704, 39.988272969349197 ], [ -75.229913950323194, 39.9879451634744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15564, "tnode_": 15749, "lpoly_": null, "rpoly_": null, "length": 845.61354729000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 84360, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500374, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15476, "Shape__Length": 336.30820813045659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239841246187297, 39.989296269984898 ], [ -75.242410602211507, 39.988078683328503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15721, "tnode_": 15774, "lpoly_": null, "rpoly_": null, "length": 207.63886298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5820, "l_t_add": 5838, "r_f_add": 5823, "r_t_add": 5847, "st_code": 84400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15477, "Shape__Length": 82.579293353349769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239872971598004, 39.988211398591503 ], [ -75.240503618947898, 39.987912113580101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15805, "tnode_": 15760, "lpoly_": null, "rpoly_": null, "length": 276.3003758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6374, "l_t_add": 6398, "r_f_add": 6377, "r_t_add": 6399, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500376, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15478, "Shape__Length": 109.89246852163039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253171259063194, 39.987905897039802 ], [ -75.2540024418971, 39.9883139621585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15744, "tnode_": 15811, "lpoly_": null, "rpoly_": null, "length": 318.08894074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 53080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15479, "Shape__Length": 126.46985756826501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237491230978506, 39.988005655111003 ], [ -75.238503745293499, 39.987610842328102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15774, "tnode_": 15830, "lpoly_": null, "rpoly_": null, "length": 206.3924925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5840, "l_t_add": 5858, "r_f_add": 5849, "r_t_add": 5873, "st_code": 84400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15480, "Shape__Length": 82.079533381635727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240503618947898, 39.987912113580101 ], [ -75.241135409210997, 39.987620862734801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15779, "tnode_": 15832, "lpoly_": null, "rpoly_": null, "length": 376.79943672000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5336, "l_t_add": 5398, "r_f_add": 5333, "r_t_add": 5399, "st_code": 49800, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500379, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15481, "Shape__Length": 149.73454238790188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231113916248702, 39.987689150131999 ], [ -75.232408199946804, 39.987408584233897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15830, "tnode_": 15890, "lpoly_": null, "rpoly_": null, "length": 218.22737063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5875, "r_t_add": 5899, "st_code": 84400, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500380, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15482, "Shape__Length": 86.785383582719348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241135409210997, 39.987620862734801 ], [ -75.241803875064804, 39.987313490264803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15760, "tnode_": 15916, "lpoly_": null, "rpoly_": null, "length": 556.75538215000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6378, "l_t_add": 6398, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6300, "r_hundred": 0, "seg_id": 500381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15483, "Shape__Length": 221.42032537378009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2540024418971, 39.9883139621585 ], [ -75.255699221099306, 39.987518731296802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15734, "tnode_": 15925, "lpoly_": null, "rpoly_": null, "length": 693.38868552999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6360, "r_f_add": 6301, "r_t_add": 6361, "st_code": 62000, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500382, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15484, "Shape__Length": 275.8307326704828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249877023861899, 39.988372699834002 ], [ -75.250060842276596, 39.988199919478703 ], [ -75.250167123611206, 39.988104927373897 ], [ -75.250272508767395, 39.988034242393603 ], [ -75.251881299856393, 39.987283743691599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15925, "tnode_": 15805, "lpoly_": null, "rpoly_": null, "length": 426.6376701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6366, "l_t_add": 6372, "r_f_add": 6367, "r_t_add": 6375, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15485, "Shape__Length": 169.67970871168015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251881299856393, 39.987283743691599 ], [ -75.253171259063194, 39.987905897039802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15832, "tnode_": 15926, "lpoly_": null, "rpoly_": null, "length": 662.84560749000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 49800, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15486, "Shape__Length": 263.40131334386388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232408199946804, 39.987408584233897 ], [ -75.232576646255396, 39.987346822549398 ], [ -75.234533384473494, 39.986947156992002 ], [ -75.234611667433498, 39.986941942201803 ], [ -75.234687180822505, 39.986946831685302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15749, "tnode_": 16021, "lpoly_": null, "rpoly_": null, "length": 1009.67583622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 84360, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500385, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15487, "Shape__Length": 401.54722343511855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242410602211507, 39.988078683328503 ], [ -75.2454813004545, 39.986628501696302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15926, "tnode_": 16022, "lpoly_": null, "rpoly_": null, "length": 721.26491541999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 49800, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15488, "Shape__Length": 286.60483655799021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234687180822505, 39.986946831685302 ], [ -75.235169302111302, 39.986845770413197 ], [ -75.2371782837551, 39.986448611571099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16022, "tnode_": 16028, "lpoly_": null, "rpoly_": null, "length": 100.01717331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 49800, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15489, "Shape__Length": 39.742723528200848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2371782837551, 39.986448611571099 ], [ -75.237524135568094, 39.986380742770102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15916, "tnode_": 16030, "lpoly_": null, "rpoly_": null, "length": 435.5937348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6400, "l_t_add": 6414, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6400, "r_hundred": 0, "seg_id": 500388, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15490, "Shape__Length": 173.32255906130871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.255699221099306, 39.987518731296802 ], [ -75.256120912252797, 39.987321089838403 ], [ -75.256298406773993, 39.987209865783399 ], [ -75.256897868125506, 39.9867663190117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16033, "tnode_": 15925, "lpoly_": null, "rpoly_": null, "length": 406.59102396999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6360, "l_t_add": 6364, "r_f_add": 6359, "r_t_add": 6365, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500389, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15491, "Shape__Length": 161.71101616604258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250659470783802, 39.986681712142897 ], [ -75.251881299856393, 39.987283743691599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16046, "tnode_": 16103, "lpoly_": null, "rpoly_": null, "length": 388.35408179000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUCLID", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 32370, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500390, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EUCLID ST", "stname": "EUCLID ST", "objectid": 15492, "Shape__Length": 154.31619056949614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227597760124198, 39.986107883877899 ], [ -75.228939242442394, 39.985840148203003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16038, "tnode_": 16112, "lpoly_": null, "rpoly_": null, "length": 246.40443619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5922, "r_f_add": 5901, "r_t_add": 5901, "st_code": 53080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500391, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15493, "Shape__Length": 97.998149108780368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241094529891001, 39.986413807322997 ], [ -75.241837313354694, 39.9860517771193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16141, "tnode_": 16033, "lpoly_": null, "rpoly_": null, "length": 407.78575785000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6330, "l_t_add": 6358, "r_f_add": 6331, "r_t_add": 6357, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500392, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15494, "Shape__Length": 162.18232326892939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249430785495804, 39.986081864811901 ], [ -75.250659470783802, 39.986681712142897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16103, "tnode_": 16163, "lpoly_": null, "rpoly_": null, "length": 396.20626605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUCLID", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 32370, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500393, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EUCLID ST", "stname": "EUCLID ST", "objectid": 15495, "Shape__Length": 157.43932716487535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228939242442394, 39.985840148203003 ], [ -75.230303577719496, 39.985554652724197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15925, "tnode_": 16168, "lpoly_": null, "rpoly_": null, "length": 881.44391583000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6362, "l_t_add": 6398, "r_f_add": 6363, "r_t_add": 6399, "st_code": 62000, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15496, "Shape__Length": 350.51984437426358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251881299856393, 39.987283743691599 ], [ -75.2524922131404, 39.986997593908903 ], [ -75.254477948950196, 39.986118797822499 ], [ -75.254596475042504, 39.986062334856001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16030, "tnode_": 16310, "lpoly_": null, "rpoly_": null, "length": 652.07882078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6416, "l_t_add": 6598, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6400, "r_hundred": 0, "seg_id": 500395, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-07-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15497, "Shape__Length": 259.54207894743706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.256897868125506, 39.9867663190117 ], [ -75.258502736091998, 39.985575748909298 ], [ -75.258569540081496, 39.985521172942498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16135, "tnode_": 16214, "lpoly_": null, "rpoly_": null, "length": 271.03063156999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 84360, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 500396, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15498, "Shape__Length": 107.78649972037978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246700161819504, 39.986063834696601 ], [ -75.247376364194395, 39.9857391462903 ], [ -75.247524119659801, 39.9856743431693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16168, "tnode_": 16437, "lpoly_": null, "rpoly_": null, "length": 1042.3173313099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6400, "l_t_add": 6598, "r_f_add": 6401, "r_t_add": 6599, "st_code": 62000, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 500397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15499, "Shape__Length": 414.48173813814111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254596475042504, 39.986062334856001 ], [ -75.257812252536894, 39.984624364517998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16214, "tnode_": 16248, "lpoly_": null, "rpoly_": null, "length": 203.42804607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6304, "r_f_add": 6301, "r_t_add": 6303, "st_code": 84360, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500398, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15500, "Shape__Length": 80.861228988666113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247524119659801, 39.9856743431693 ], [ -75.247833985792695, 39.985531392112499 ], [ -75.248192103656294, 39.985478579316798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16248, "tnode_": 16141, "lpoly_": null, "rpoly_": null, "length": 410.82480983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6318, "l_t_add": 6328, "r_f_add": 6319, "r_t_add": 6329, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500399, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15501, "Shape__Length": 163.38892138502501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248192103656294, 39.985478579316798 ], [ -75.249430785495804, 39.986081864811901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16326, "tnode_": 16248, "lpoly_": null, "rpoly_": null, "length": 275.22335663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6300, "l_t_add": 6316, "r_f_add": 6301, "r_t_add": 6317, "st_code": 48900, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500400, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15502, "Shape__Length": 109.46572406983171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247372555821002, 39.985062200005402 ], [ -75.248192103656294, 39.985478579316798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16248, "tnode_": 16332, "lpoly_": null, "rpoly_": null, "length": 260.24410694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6306, "l_t_add": 6326, "r_f_add": 6305, "r_t_add": 6327, "st_code": 84360, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15503, "Shape__Length": 103.48759275668628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248192103656294, 39.985478579316798 ], [ -75.248994317441102, 39.985118630005601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16227, "tnode_": 16354, "lpoly_": null, "rpoly_": null, "length": 826.03402868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUCLID", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 32370, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500402, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EUCLID ST", "stname": "EUCLID ST", "objectid": 15504, "Shape__Length": 328.23402373650771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231641697815107, 39.985227759069701 ], [ -75.234487297187002, 39.984635903424099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16332, "tnode_": 16594, "lpoly_": null, "rpoly_": null, "length": 1185.3945247500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 19151, "l_f_add": 6328, "l_t_add": 6398, "r_f_add": 6329, "r_t_add": 6399, "st_code": 84360, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 500403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15505, "Shape__Length": 471.36968952330864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248994317441102, 39.985118630005601 ], [ -75.252651542003207, 39.983483375890401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16430, "tnode_": 16528, "lpoly_": null, "rpoly_": null, "length": 752.98663217000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5400, "l_t_add": 5598, "r_f_add": 5401, "r_t_add": 5599, "st_code": 56760, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500405, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15506, "Shape__Length": 299.20002769793285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2312556277151, 39.984115840341403 ], [ -75.233452716618302, 39.983669973161 ], [ -75.233853097421303, 39.9835865554805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16625, "tnode_": 15767, "lpoly_": null, "rpoly_": null, "length": 1893.4716957200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 63040, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500406, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15507, "Shape__Length": 754.84178789346538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227060007171005, 39.982700884118998 ], [ -75.227026307047893, 39.9832716880655 ], [ -75.226964839280697, 39.9838220965839 ], [ -75.2268281771495, 39.984329233138901 ], [ -75.2259649037222, 39.986466222453799 ], [ -75.225576574912694, 39.987160130108002 ], [ -75.225312933178799, 39.987446255205001 ], [ -75.225111700032997, 39.9875912589942 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16644, "tnode_": 16676, "lpoly_": null, "rpoly_": null, "length": 299.58568908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5334, "l_t_add": 5398, "r_f_add": 5339, "r_t_add": 5399, "st_code": 24400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 15508, "Shape__Length": 119.0365379237172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229759208592299, 39.982694900940601 ], [ -75.230639661157198, 39.982596535639303 ], [ -75.230793649195903, 39.982525767492803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15352, "tnode_": 15530, "lpoly_": null, "rpoly_": null, "length": 746.72831626000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4945, "r_t_add": 4973, "st_code": 63040, "l_hundred": 0, "r_hundred": 4900, "seg_id": 500408, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15509, "Shape__Length": 297.07097302967776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220320347745798, 39.990295173791097 ], [ -75.222471705556401, 39.989085400755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15530, "tnode_": 15652, "lpoly_": null, "rpoly_": null, "length": 473.1958631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4975, "r_t_add": 4979, "st_code": 63040, "l_hundred": 0, "r_hundred": 4900, "seg_id": 500409, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15510, "Shape__Length": 188.25475064588025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222471705556401, 39.989085400755101 ], [ -75.223826589938994, 39.988310022143601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15652, "tnode_": 15767, "lpoly_": null, "rpoly_": null, "length": 445.2289548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4981, "r_t_add": 4999, "st_code": 63040, "l_hundred": 0, "r_hundred": 4900, "seg_id": 500410, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKSIDE AVE", "stname": "PARKSIDE AVE", "objectid": 15511, "Shape__Length": 177.11921719641947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223826589938994, 39.988310022143601 ], [ -75.224181637943303, 39.988111446233198 ], [ -75.225111700032997, 39.9875912589942 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15390, "tnode_": 15352, "lpoly_": null, "rpoly_": null, "length": 298.59640657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 84940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 500411, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15512, "Shape__Length": 118.70260089061452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219343274760703, 39.989968449202799 ], [ -75.219890775010896, 39.990160954991097 ], [ -75.220320347745798, 39.990295173791097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16624, "tnode_": 16640, "lpoly_": null, "rpoly_": null, "length": 194.15960454, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5312, "l_t_add": 5328, "r_f_add": 5317, "r_t_add": 5333, "st_code": 24400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 15513, "Shape__Length": 77.134719087942699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228889399949693, 39.9827924094621 ], [ -75.229574859971507, 39.982714747013198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16640, "tnode_": 16644, "lpoly_": null, "rpoly_": null, "length": 52.16371914, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5330, "l_t_add": 5332, "r_f_add": 5335, "r_t_add": 5337, "st_code": 24400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLUMBIA AVE", "stname": "W COLUMBIA AVE", "objectid": 15514, "Shape__Length": 20.723150294712227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229574859971507, 39.982714747013198 ], [ -75.229759208592299, 39.982694900940601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16011, "tnode_": 16080, "lpoly_": null, "rpoly_": null, "length": 235.15001218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5954, "l_t_add": 5998, "r_f_add": 5955, "r_t_add": 5999, "st_code": 84400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500414, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15515, "Shape__Length": 93.517446341989654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243218078344796, 39.986547072858798 ], [ -75.243534084511793, 39.986397501681203 ], [ -75.243700809817398, 39.986316316837097 ], [ -75.243933440109103, 39.9862096644734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16181, "tnode_": 16225, "lpoly_": null, "rpoly_": null, "length": 126.03523838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5932, "l_t_add": 5998, "r_f_add": 5905, "r_t_add": 5999, "st_code": 53080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15516, "Shape__Length": 50.157486336920954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242555981208099, 39.985724775799 ], [ -75.242787701852194, 39.9856085896051 ], [ -75.242884276224103, 39.985498016617001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16080, "tnode_": 16175, "lpoly_": null, "rpoly_": null, "length": 289.05040029000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 84400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 500417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15517, "Shape__Length": 114.9470470128571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243933440109103, 39.9862096644734 ], [ -75.244258317329397, 39.986059378669097 ], [ -75.244820156172594, 39.985804262328699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16112, "tnode_": 16181, "lpoly_": null, "rpoly_": null, "length": 234.02272839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5924, "l_t_add": 5930, "r_f_add": 5903, "r_t_add": 5903, "st_code": 53080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15518, "Shape__Length": 93.063347785714214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241837313354694, 39.9860517771193 ], [ -75.242440352063198, 39.985782864767799 ], [ -75.242555981208099, 39.985724775799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16081, "tnode_": 16153, "lpoly_": null, "rpoly_": null, "length": 205.09439137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5820, "l_t_add": 5848, "r_f_add": 5821, "r_t_add": 5849, "st_code": 49800, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15519, "Shape__Length": 81.561084318983575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238187166483897, 39.986070562091903 ], [ -75.238498394481297, 39.985936365564903 ], [ -75.238814892397002, 39.985781473275999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16028, "tnode_": 16081, "lpoly_": null, "rpoly_": null, "length": 217.58735447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5819, "st_code": 49800, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15520, "Shape__Length": 86.5317860829377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237524135568094, 39.986380742770102 ], [ -75.237877741568099, 39.986226085948303 ], [ -75.237896973096795, 39.986218325854402 ], [ -75.238187166483897, 39.986070562091903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16335, "tnode_": 16366, "lpoly_": null, "rpoly_": null, "length": 192.6766862, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5320, "l_t_add": 5348, "r_f_add": 5321, "r_t_add": 5343, "st_code": 56760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15521, "Shape__Length": 76.560980406927655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228804473946994, 39.984621104796297 ], [ -75.229146681779199, 39.984552167580503 ], [ -75.229469239307605, 39.984485987339298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16307, "tnode_": 16335, "lpoly_": null, "rpoly_": null, "length": 199.87300645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 56760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15522, "Shape__Length": 79.42180733453543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228116257175799, 39.98476517444 ], [ -75.228471121775698, 39.984688863349398 ], [ -75.228804473946994, 39.984621104796297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15516, "tnode_": 15640, "lpoly_": null, "rpoly_": null, "length": 362.08908013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 49800, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15523, "Shape__Length": 144.14033564472433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227055980384094, 39.9892186544932 ], [ -75.227199116747499, 39.989168615734101 ], [ -75.227428905645695, 39.9890440289807 ], [ -75.227713986773296, 39.988819188417303 ], [ -75.227941216296699, 39.988524383118303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14805, "tnode_": 27981, "lpoly_": null, "rpoly_": null, "length": 612.27520794000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 62000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 500430, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15524, "Shape__Length": 243.55539236672431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235445090309994, 39.994178227101898 ], [ -75.236055948414901, 39.993877708823803 ], [ -75.2371655151303, 39.993366524522898 ], [ -75.237256469837803, 39.993259044875899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13661, "tnode_": 13557, "lpoly_": null, "rpoly_": null, "length": 256.08533543000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2760, "l_t_add": 2798, "r_f_add": 2761, "r_t_add": 2799, "st_code": 16760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500433, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15525, "Shape__Length": 102.14459804355329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2200208996302, 40.001556762797101 ], [ -75.220094430150695, 40.0018542495419 ], [ -75.220192687714203, 40.002247222034399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15972, "tnode_": 16038, "lpoly_": null, "rpoly_": null, "length": 216.97598607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 53080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500439, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15526, "Shape__Length": 86.284460024017164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240427104113195, 39.986715782420802 ], [ -75.241094529891001, 39.986413807322997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15415, "tnode_": 15524, "lpoly_": null, "rpoly_": null, "length": 535.85755881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 6100, "l_t_add": 6298, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6100, "r_hundred": 0, "seg_id": 500442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15527, "Shape__Length": 213.11736363075536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249191486853704, 39.990571741091699 ], [ -75.2508233806345, 39.989804781709303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27081, "tnode_": 16011, "lpoly_": null, "rpoly_": null, "length": 482.97408229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5952, "r_f_add": 5901, "r_t_add": 5953, "st_code": 84400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500443, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODCREST AVE", "stname": "WOODCREST AVE", "objectid": 15528, "Shape__Length": 192.07644976880323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241748432844602, 39.987239486575099 ], [ -75.2425220582207, 39.98688634829 ], [ -75.243218078344796, 39.986547072858798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27862, "tnode_": 14659, "lpoly_": null, "rpoly_": null, "length": 771.92390994000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2260, "l_t_add": 2298, "r_f_add": 2265, "r_t_add": 2299, "st_code": 19560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500444, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15529, "Shape__Length": 307.66608681948998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2265763070764, 39.993146971147802 ], [ -75.226577000975993, 39.993229078030602 ], [ -75.226576091871706, 39.993679106886503 ], [ -75.226688505103198, 39.9938457847609 ], [ -75.227089180980201, 39.9943411310988 ], [ -75.227633137349997, 39.995041402620203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15185, "tnode_": 15172, "lpoly_": null, "rpoly_": null, "length": 482.90148542000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5048, "r_f_add": 5001, "r_t_add": 5047, "st_code": 84940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500445, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15530, "Shape__Length": 191.85624020790343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224854974084096, 39.991440543366899 ], [ -75.225155574192001, 39.991451699726198 ], [ -75.226574850350403, 39.991525273522399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15732, "tnode_": 15547, "lpoly_": null, "rpoly_": null, "length": 459.79875196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 78980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 500450, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15531, "Shape__Length": 183.37615812094356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246419560125801, 39.9882759440125 ], [ -75.2461899414523, 39.989525729630898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16021, "tnode_": 15732, "lpoly_": null, "rpoly_": null, "length": 655.3446473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 78980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15532, "Shape__Length": 261.21212893894563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2454813004545, 39.986628501696302 ], [ -75.246332893840403, 39.988094334642902 ], [ -75.246419560125801, 39.9882759440125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16175, "tnode_": 16021, "lpoly_": null, "rpoly_": null, "length": 359.92505143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 78980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 500452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15533, "Shape__Length": 143.38661227572845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244820156172594, 39.985804262328699 ], [ -75.2449906777438, 39.985899961050997 ], [ -75.245105588750704, 39.985999776109203 ], [ -75.245179831627397, 39.986103597699099 ], [ -75.2454813004545, 39.986628501696302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16225, "tnode_": 16218, "lpoly_": null, "rpoly_": null, "length": 151.57786312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5946, "l_t_add": 5950, "r_f_add": 5947, "r_t_add": 5951, "st_code": 78980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500453, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15534, "Shape__Length": 60.219893345501966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242884276224103, 39.985498016617001 ], [ -75.243420149039395, 39.9855547517476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16247, "tnode_": 16225, "lpoly_": null, "rpoly_": null, "length": 458.69852086000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5922, "l_t_add": 5944, "r_f_add": 5921, "r_t_add": 5945, "st_code": 78980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15535, "Shape__Length": 182.23486236053105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241262958819803, 39.9853245729416 ], [ -75.242884276224103, 39.985498016617001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16261, "tnode_": 16247, "lpoly_": null, "rpoly_": null, "length": 312.48432034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 78980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500455, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15536, "Shape__Length": 124.14321165297844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240155677492098, 39.985222942804597 ], [ -75.241262958819803, 39.9853245729416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16320, "tnode_": 16290, "lpoly_": null, "rpoly_": null, "length": 288.23414103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5836, "r_f_add": 5801, "r_t_add": 5837, "st_code": 78980, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500456, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15537, "Shape__Length": 114.53563518983212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237243381302207, 39.984849379467299 ], [ -75.237393170253995, 39.9848631814898 ], [ -75.237775984323306, 39.9849871139714 ], [ -75.238232811731507, 39.9850421540702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16528, "tnode_": 16505, "lpoly_": null, "rpoly_": null, "length": 104.45620788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5472, "l_t_add": 5598, "r_f_add": 5473, "r_t_add": 5599, "st_code": 78980, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 500457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15538, "Shape__Length": 41.526295018224488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233853097421303, 39.9835865554805 ], [ -75.234188355433702, 39.983711895718301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16218, "tnode_": 16175, "lpoly_": null, "rpoly_": null, "length": 407.55408971999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5952, "l_t_add": 5998, "r_f_add": 5953, "r_t_add": 5999, "st_code": 78980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 500458, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15539, "Shape__Length": 161.94959618333365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243420149039395, 39.9855547517476 ], [ -75.243887076522498, 39.985593519606702 ], [ -75.244241262399697, 39.985640333373503 ], [ -75.244492935472493, 39.985676237073903 ], [ -75.244672837086995, 39.985728817759799 ], [ -75.244820156172594, 39.985804262328699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13987, "tnode_": 14092, "lpoly_": null, "rpoly_": null, "length": 470.5721011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5020, "l_t_add": 5038, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5000, "r_hundred": 0, "seg_id": 500464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15540, "Shape__Length": 187.17729078250915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229455226592094, 39.999820262514 ], [ -75.230889529418207, 39.999148045988797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14092, "tnode_": 14176, "lpoly_": null, "rpoly_": null, "length": 413.97632970999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5040, "l_t_add": 5098, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5000, "r_hundred": 0, "seg_id": 500465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15541, "Shape__Length": 164.66257320957206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230889529418207, 39.999148045988797 ], [ -75.232153113613904, 39.998558950778701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14176, "tnode_": 14254, "lpoly_": null, "rpoly_": null, "length": 353.0723851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 111, "r_t_add": 119, "st_code": 23240, "l_hundred": 5100, "r_hundred": 100, "seg_id": 500466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15542, "Shape__Length": 140.43639661721195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232153113613904, 39.998558950778701 ], [ -75.233230782612395, 39.9980565117176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14254, "tnode_": 14338, "lpoly_": null, "rpoly_": null, "length": 331.45684061999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 121, "r_t_add": 167, "st_code": 23240, "l_hundred": 5200, "r_hundred": 100, "seg_id": 500467, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15543, "Shape__Length": 131.83558647739289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233230782612395, 39.9980565117176 ], [ -75.234245348252799, 39.997588506198603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14338, "tnode_": 14415, "lpoly_": null, "rpoly_": null, "length": 342.53647062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 169, "r_t_add": 199, "st_code": 23240, "l_hundred": 5300, "r_hundred": 100, "seg_id": 500468, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15544, "Shape__Length": 136.24595128490489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234245348252799, 39.997588506198603 ], [ -75.235287919385399, 39.997097368829898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29939, "tnode_": 12883, "lpoly_": null, "rpoly_": null, "length": 1033.8270357199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENTIAL", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 65560, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 500470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENTIAL BLVD", "stname": "PRESIDENTIAL BLVD", "objectid": 15545, "Shape__Length": 411.77483701785394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211871454534204, 40.004988382379203 ], [ -75.211856516332404, 40.0049960286822 ], [ -75.211302368618405, 40.005433826964499 ], [ -75.210809448496093, 40.005830675818501 ], [ -75.2104568641886, 40.006118913670598 ], [ -75.2101079761714, 40.006400594600201 ], [ -75.209996220839699, 40.006526891478302 ], [ -75.209904022593605, 40.006684154086301 ], [ -75.209830934809602, 40.0068843198667 ], [ -75.2097570753767, 40.007012782164999 ], [ -75.2095565793378, 40.007149494005901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15398, "tnode_": 15371, "lpoly_": null, "rpoly_": null, "length": 165.03180001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2276, "l_t_add": 2298, "r_f_add": 0, "r_t_add": 0, "st_code": 88950, "l_hundred": 2200, "r_hundred": 0, "seg_id": 500471, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15546, "Shape__Length": 65.650336489171693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237882594837799, 39.990238074967202 ], [ -75.237953265086702, 39.990259680473002 ], [ -75.238364264201493, 39.990495730482102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15399, "tnode_": 15258, "lpoly_": null, "rpoly_": null, "length": 443.36038523000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 88970, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15547, "Shape__Length": 176.64957057477039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240674067127202, 39.990336272918803 ], [ -75.240988802919702, 39.990754861848998 ], [ -75.241499043983396, 39.991374564301097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15261, "tnode_": 15218, "lpoly_": null, "rpoly_": null, "length": 98.38654032, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2332, "l_t_add": 2344, "r_f_add": 2333, "r_t_add": 2345, "st_code": 88950, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500474, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15548, "Shape__Length": 39.23819730164081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237667840230898, 39.991217412022898 ], [ -75.237607338863597, 39.991483455854102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15218, "tnode_": 15135, "lpoly_": null, "rpoly_": null, "length": 181.09462307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2346, "l_t_add": 2398, "r_f_add": 2347, "r_t_add": 2399, "st_code": 88950, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500475, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15549, "Shape__Length": 72.227733927169851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237607338863597, 39.991483455854102 ], [ -75.237524525210304, 39.991976485162802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16448, "tnode_": 16366, "lpoly_": null, "rpoly_": null, "length": 196.70652937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1740, "l_t_add": 1798, "r_f_add": 1753, "r_t_add": 1799, "st_code": 36580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 500520, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15550, "Shape__Length": 78.432005059206645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229296928720501, 39.983962762400502 ], [ -75.229355678521898, 39.984172572101002 ], [ -75.229469239307605, 39.984485987339298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16624, "tnode_": 16448, "lpoly_": null, "rpoly_": null, "length": 441.41567563999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1738, "r_f_add": 1701, "r_t_add": 1751, "st_code": 36580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 500524, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15551, "Shape__Length": 175.99751733173599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228889399949693, 39.9827924094621 ], [ -75.228907949087699, 39.982858851865899 ], [ -75.229186461712999, 39.983664903931498 ], [ -75.229296928720501, 39.983962762400502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16476, "tnode_": 16517, "lpoly_": null, "rpoly_": null, "length": 274.97665051000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5364, "l_t_add": 5398, "r_f_add": 5367, "r_t_add": 5399, "st_code": 41400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500526, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZELHURST ST", "stname": "HAZELHURST ST", "objectid": 15552, "Shape__Length": 109.26182911915105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230140426877398, 39.983787334910502 ], [ -75.230621545026196, 39.983687369359501 ], [ -75.231089171108906, 39.983594670466303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16241, "tnode_": 16309, "lpoly_": null, "rpoly_": null, "length": 508.0163329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5344, "l_t_add": 5398, "r_f_add": 5351, "r_t_add": 5399, "st_code": 57160, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500536, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-11-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15553, "Shape__Length": 201.86393839800166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229744212994007, 39.985152176743703 ], [ -75.230994878768001, 39.984896268976399 ], [ -75.231065029943593, 39.984883506225501 ], [ -75.231496922893896, 39.984795875921797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16366, "tnode_": 16430, "lpoly_": null, "rpoly_": null, "length": 518.48122935999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5345, "r_t_add": 5399, "st_code": 56760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500537, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-07-20T00:00:00Z", "newsegdate": "1999-07-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15554, "Shape__Length": 206.02225870542156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229469239307605, 39.984485987339298 ], [ -75.229835286787804, 39.984412726093602 ], [ -75.230756429607297, 39.984228360849002 ], [ -75.2312556277151, 39.984115840341403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16366, "tnode_": 16268, "lpoly_": null, "rpoly_": null, "length": 189.33528316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 36580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500538, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15555, "Shape__Length": 75.494435791671989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229469239307605, 39.984485987339298 ], [ -75.229590926876696, 39.984831861799698 ], [ -75.229629936468896, 39.984990479292698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16241, "tnode_": 16163, "lpoly_": null, "rpoly_": null, "length": 218.36362662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGES", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1840, "l_t_add": 1846, "r_f_add": 1823, "r_t_add": 1847, "st_code": 36580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500540, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGES LN", "stname": "GEORGES LN", "objectid": 15556, "Shape__Length": 86.907755008187337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229744212994007, 39.985152176743703 ], [ -75.229843819160806, 39.985263261936502 ], [ -75.229993890478298, 39.985369354443499 ], [ -75.230079113638894, 39.985400237695202 ], [ -75.230223465202002, 39.985472295318502 ], [ -75.230303577719496, 39.985554652724197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16213, "tnode_": 16103, "lpoly_": null, "rpoly_": null, "length": 287.71691895000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1812, "l_t_add": 1848, "r_f_add": 1813, "r_t_add": 1849, "st_code": 88840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500551, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15557, "Shape__Length": 114.54679909582123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228276440943802, 39.985266965031002 ], [ -75.228419393164998, 39.985511735993398 ], [ -75.228564083047303, 39.985642407588003 ], [ -75.228939242442394, 39.985840148203003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13944, "tnode_": 13915, "lpoly_": null, "rpoly_": null, "length": 541.46829995999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 24880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 500569, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15558, "Shape__Length": 215.1624503840201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2195532294527, 39.9998488096874 ], [ -75.220884436859905, 39.999983420057703 ], [ -75.221469550377293, 40.000041956610097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15644, "tnode_": 15564, "lpoly_": null, "rpoly_": null, "length": 266.98781584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "58TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2260, "l_t_add": 2298, "r_f_add": 2261, "r_t_add": 2299, "st_code": 88970, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 58TH ST", "stname": "N 58TH ST", "objectid": 15559, "Shape__Length": 106.37458092947821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239345619149304, 39.988670313579497 ], [ -75.239431204236197, 39.988777618967703 ], [ -75.239457329346394, 39.9888107396877 ], [ -75.239573060237305, 39.9889574659652 ], [ -75.239841246187297, 39.989296269984898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15472, "tnode_": 15413, "lpoly_": null, "rpoly_": null, "length": 134.58063941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2262, "l_t_add": 2268, "r_f_add": 2263, "r_t_add": 2269, "st_code": 88950, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500591, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15560, "Shape__Length": 53.675938321580702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237828122372207, 39.989787031914403 ], [ -75.237877780046702, 39.990154492523999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15413, "tnode_": 15398, "lpoly_": null, "rpoly_": null, "length": 30.47748485, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "57TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2270, "l_t_add": 2274, "r_f_add": 2271, "r_t_add": 2275, "st_code": 88950, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500592, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2016-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 57TH ST", "stname": "N 57TH ST", "objectid": 15561, "Shape__Length": 12.156051277927828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237877780046702, 39.990154492523999 ], [ -75.237882594837799, 39.990238074967202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16290, "tnode_": 16153, "lpoly_": null, "rpoly_": null, "length": 314.93791232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOBART", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 42860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500597, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-10-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOBART ST", "stname": "N HOBART ST", "objectid": 15562, "Shape__Length": 125.47351234736816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238232811731507, 39.9850421540702 ], [ -75.2384961652632, 39.985360084495902 ], [ -75.238609821575395, 39.9855156620483 ], [ -75.238814892397002, 39.985781473275999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16320, "tnode_": 16081, "lpoly_": null, "rpoly_": null, "length": 517.90750654, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WANAMAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500600, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WANAMAKER ST", "stname": "N WANAMAKER ST", "objectid": 15563, "Shape__Length": 206.34365930758321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237243381302207, 39.984849379467299 ], [ -75.237347827670305, 39.985020313277303 ], [ -75.237545359053399, 39.985265371446097 ], [ -75.237979183069299, 39.985806840239498 ], [ -75.238187166483897, 39.986070562091903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15731, "tnode_": 15779, "lpoly_": null, "rpoly_": null, "length": 348.93697472999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEBANON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5334, "r_f_add": 5301, "r_t_add": 5331, "st_code": 49800, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEBANON AVE", "stname": "LEBANON AVE", "objectid": 15564, "Shape__Length": 138.66178249437283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229913950323194, 39.9879451634744 ], [ -75.231113916248702, 39.987689150131999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13944, "tnode_": 13661, "lpoly_": null, "rpoly_": null, "length": 635.8287986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2758, "r_f_add": 2701, "r_t_add": 2729, "st_code": 16760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500609, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15565, "Shape__Length": 253.60105103123357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2195532294527, 39.9998488096874 ], [ -75.219902167871595, 40.001107724729003 ], [ -75.219925574894503, 40.001196247441499 ], [ -75.2200208996302, 40.001556762797101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15869, "tnode_": 15921, "lpoly_": null, "rpoly_": null, "length": 205.39794974999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5820, "l_t_add": 5838, "r_f_add": 5821, "r_t_add": 5839, "st_code": 53080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15566, "Shape__Length": 81.67936386767559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2391653230803, 39.987300150128902 ], [ -75.239799230328003, 39.987017040256298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15811, "tnode_": 15869, "lpoly_": null, "rpoly_": null, "length": 217.20067108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5819, "st_code": 53080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15567, "Shape__Length": 86.379892037494415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238503745293499, 39.987610842328102 ], [ -75.2391653230803, 39.987300150128902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15921, "tnode_": 15972, "lpoly_": null, "rpoly_": null, "length": 207.35991487000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALVERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5840, "l_t_add": 5858, "r_f_add": 5841, "r_t_add": 5859, "st_code": 53080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALVERN AVE", "stname": "MALVERN AVE", "objectid": 15568, "Shape__Length": 82.468340787545969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239799230328003, 39.987017040256298 ], [ -75.240427104113195, 39.986715782420802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15345, "tnode_": 15371, "lpoly_": null, "rpoly_": null, "length": 175.92811016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5700, "l_t_add": 5700, "r_f_add": 5701, "r_t_add": 5701, "st_code": 84360, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500618, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2000-02-11T00:00:00Z", "newsegdate": "2000-02-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15569, "Shape__Length": 69.936604527834319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237787242915303, 39.9906782236759 ], [ -75.238009784643296, 39.990636066850797 ], [ -75.238021880462696, 39.990631277893797 ], [ -75.238364264201493, 39.990495730482102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15371, "tnode_": 15564, "lpoly_": null, "rpoly_": null, "length": 604.32475177000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5702, "l_t_add": 5798, "r_f_add": 5703, "r_t_add": 5799, "st_code": 84360, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 500619, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15570, "Shape__Length": 240.58938012337094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238364264201493, 39.990495730482102 ], [ -75.238653275500994, 39.9903399799421 ], [ -75.239657811752295, 39.989474023691997 ], [ -75.239841246187297, 39.989296269984898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13557, "tnode_": 13633, "lpoly_": null, "rpoly_": null, "length": 820.77172263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4400, "l_t_add": 4598, "r_f_add": 4401, "r_t_add": 4599, "st_code": 62000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 500620, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERBROOK AVE", "stname": "OVERBROOK AVE", "objectid": 15571, "Shape__Length": 326.39705311210497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220192687714203, 40.002247222034399 ], [ -75.220405662568098, 40.0022462784178 ], [ -75.220777720297306, 40.002236230770301 ], [ -75.221205100410302, 40.002266772376402 ], [ -75.222072502781003, 40.002309230742497 ], [ -75.222270457140297, 40.002287353395701 ], [ -75.222374762229094, 40.002247077833601 ], [ -75.222495549119699, 40.002188919846702 ], [ -75.222594440524205, 40.002081624916201 ], [ -75.222623066021995, 40.002015547951103 ], [ -75.2226520878869, 40.001908920391401 ], [ -75.222635206515804, 40.001768268798799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14362, "tnode_": 14445, "lpoly_": null, "rpoly_": null, "length": 358.38041092999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 23120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500621, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH RD", "stname": "CHURCH RD", "objectid": 15572, "Shape__Length": 142.54070426958504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232644273033102, 39.9972930126956 ], [ -75.233707690221493, 39.996797727263001 ], [ -75.233743452163793, 39.996795000901997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16278, "tnode_": 16307, "lpoly_": null, "rpoly_": null, "length": 110.0693391, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 56760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500623, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15573, "Shape__Length": 43.740921928652881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227741444105803, 39.984855543096103 ], [ -75.228116257175799, 39.98476517444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16681, "tnode_": 16601, "lpoly_": null, "rpoly_": null, "length": 184.98764157999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 14220, "l_hundred": 0, "r_hundred": 0, "seg_id": 500624, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 15574, "Shape__Length": 73.749190910276639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219274085532007, 39.982212015194001 ], [ -75.219289042971994, 39.982332631135201 ], [ -75.219323332920695, 39.982473268300197 ], [ -75.219375005562796, 39.9825717156235 ], [ -75.219450668482096, 39.9826961685486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15920, "tnode_": 15964, "lpoly_": null, "rpoly_": null, "length": 374.22498536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5340, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 13220, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15575, "Shape__Length": 148.70635661689138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2308500368121, 39.986911974745901 ], [ -75.231623928927803, 39.986751538442697 ], [ -75.232139519768793, 39.986644646939403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16039, "tnode_": 16100, "lpoly_": null, "rpoly_": null, "length": 370.12589478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5344, "l_t_add": 5398, "r_f_add": 5345, "r_t_add": 5399, "st_code": 17200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500626, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15576, "Shape__Length": 147.07885656222129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230596893916598, 39.986161123518102 ], [ -75.231378631327502, 39.985995200295797 ], [ -75.231379986628298, 39.985994912886397 ], [ -75.2318687209725, 39.985886930607897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15863, "tnode_": 15920, "lpoly_": null, "rpoly_": null, "length": 375.95287262000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5338, "r_f_add": 5301, "r_t_add": 5335, "st_code": 13220, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15577, "Shape__Length": 149.39166763235471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229552385324197, 39.987174148926201 ], [ -75.2308500368121, 39.986911974745901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16103, "tnode_": 15983, "lpoly_": null, "rpoly_": null, "length": 234.15991701, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1850, "l_t_add": 1898, "r_f_add": 1851, "r_t_add": 1899, "st_code": 88840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-06-15T00:00:00Z", "newsegdate": "1999-06-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15578, "Shape__Length": 93.344799345492703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228939242442394, 39.985840148203003 ], [ -75.229050253990096, 39.985981724755497 ], [ -75.229089368833797, 39.986086845388897 ], [ -75.229221057231499, 39.986440753301999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15755, "tnode_": 15863, "lpoly_": null, "rpoly_": null, "length": 760.34558925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 13220, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15579, "Shape__Length": 302.14307389452347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2269328862712, 39.987718675613699 ], [ -75.229552385324197, 39.987174148926201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14876, "tnode_": 14760, "lpoly_": null, "rpoly_": null, "length": 379.24819127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "51ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2276, "l_t_add": 2298, "r_f_add": 2279, "r_t_add": 2299, "st_code": 88800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500631, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 51ST ST", "stname": "N 51ST ST", "objectid": 15580, "Shape__Length": 151.11456176695893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2283906077149, 39.993475328517398 ], [ -75.228722174400502, 39.993894738365 ], [ -75.229090873367994, 39.9943662563564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15044, "tnode_": 15018, "lpoly_": null, "rpoly_": null, "length": 294.25103717999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "49TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 500633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 49TH ST", "stname": "N 49TH ST", "objectid": 15581, "Shape__Length": 116.96831829637283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219335480245704, 39.992180908509098 ], [ -75.220311449453803, 39.9924791563745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15266, "tnode_": 15530, "lpoly_": null, "rpoly_": null, "length": 803.01313017999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4918, "l_t_add": 4940, "r_f_add": 4925, "r_t_add": 4959, "st_code": 56840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15582, "Shape__Length": 319.84095471692569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222008002305202, 39.990855746916601 ], [ -75.222926073366693, 39.9899723883251 ], [ -75.223049325271603, 39.989847385389901 ], [ -75.223083865627402, 39.989769083238201 ], [ -75.223032408255094, 39.989664560849 ], [ -75.222471705556401, 39.989085400755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16290, "tnode_": 16261, "lpoly_": null, "rpoly_": null, "length": 542.87883221999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UPLAND", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5838, "l_t_add": 5898, "r_f_add": 5839, "r_t_add": 5899, "st_code": 78980, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 500641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UPLAND WAY", "stname": "UPLAND WAY", "objectid": 15583, "Shape__Length": 215.67417729980031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238232811731507, 39.9850421540702 ], [ -75.239658847298102, 39.9851681914433 ], [ -75.240155677492098, 39.985222942804597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16213, "tnode_": 16268, "lpoly_": null, "rpoly_": null, "length": 392.42417876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5300, "l_t_add": 5342, "r_f_add": 5301, "r_t_add": 5349, "st_code": 57160, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15584, "Shape__Length": 155.93327434914033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228276440943802, 39.985266965031002 ], [ -75.229328711814901, 39.985051538777 ], [ -75.229629936468896, 39.984990479292698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14521, "tnode_": 14530, "lpoly_": null, "rpoly_": null, "length": 154.21022004999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REXFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5219, "r_t_add": 5299, "st_code": 68140, "l_hundred": 0, "r_hundred": 5200, "seg_id": 500661, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REXFORD RD", "stname": "REXFORD RD", "objectid": 15585, "Shape__Length": 61.33999059825733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232889983606896, 39.996170156893299 ], [ -75.233003846207595, 39.996259004950097 ], [ -75.233352729613998, 39.996128069605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15383, "tnode_": 15365, "lpoly_": null, "rpoly_": null, "length": 208.06141408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 84860, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500663, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDALE AVE", "stname": "WYNDALE AVE", "objectid": 15586, "Shape__Length": 82.677317064576684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224084886631303, 39.990108447226199 ], [ -75.224807109300698, 39.990241153807503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16278, "tnode_": 16046, "lpoly_": null, "rpoly_": null, "length": 457.97889564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "52ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1848, "r_f_add": 1801, "r_t_add": 1849, "st_code": 88820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 500698, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 52ND ST", "stname": "N 52ND ST", "objectid": 15587, "Shape__Length": 182.64975892617576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227741444105803, 39.984855543096103 ], [ -75.227597760124198, 39.986107883877899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16712, "tnode_": 16736, "lpoly_": null, "rpoly_": null, "length": 511.49371228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVENUE OF THE REPUBLIC", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 14220, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 500699, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVENUE OF THE REPUBLIC", "stname": "AVENUE OF THE REPUBLIC", "objectid": 15588, "Shape__Length": 203.20479183472534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221946601696999, 39.982139947589097 ], [ -75.223375364008604, 39.981975881032398 ], [ -75.223748516324093, 39.982033689149397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14445, "tnode_": 14338, "lpoly_": null, "rpoly_": null, "length": 329.09568917999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "53RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 500700, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 53RD ST", "stname": "N 53RD ST", "objectid": 15589, "Shape__Length": 131.16152988300001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233743452163793, 39.996795000901997 ], [ -75.233765737826502, 39.996800862938102 ], [ -75.234252620633896, 39.997471077683798 ], [ -75.234245348252799, 39.997588506198603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14521, "tnode_": 14530, "lpoly_": null, "rpoly_": null, "length": 238.70131273000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REXFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5218, "l_t_add": 5298, "r_f_add": 0, "r_t_add": 0, "st_code": 68140, "l_hundred": 5200, "r_hundred": 0, "seg_id": 500703, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REXFORD RD", "stname": "REXFORD RD", "objectid": 15590, "Shape__Length": 95.043512608726402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232889983606896, 39.996170156893299 ], [ -75.232869512718906, 39.9960431984058 ], [ -75.2332060828235, 39.9959228622171 ], [ -75.233313542954406, 39.996010362259398 ], [ -75.233352729613998, 39.996128069605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15454, "tnode_": 15502, "lpoly_": null, "rpoly_": null, "length": 410.26296179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAINOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 35920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 500704, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAINOR RD", "stname": "GAINOR RD", "objectid": 15591, "Shape__Length": 163.031915031587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229019191818907, 39.989756718987799 ], [ -75.230434914077307, 39.989469424271199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27082, "tnode_": 13897, "lpoly_": null, "rpoly_": null, "length": 58.36254593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4700, "r_f_add": 4701, "r_t_add": 4701, "st_code": 24880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500705, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 15592, "Shape__Length": 23.191093248734109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222997844279107, 40.000181761655298 ], [ -75.223204885985794, 40.000199476295201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27081, "tnode_": 15890, "lpoly_": null, "rpoly_": null, "length": 31.1143353, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "59TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2250, "l_t_add": 2250, "r_f_add": 2251, "r_t_add": 2251, "st_code": 88990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "N 59TH ST", "stname": "N 59TH ST", "objectid": 15593, "Shape__Length": 12.397453697657712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241748432844602, 39.987239486575099 ], [ -75.241803875064804, 39.987313490264803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14861, "tnode_": 27066, "lpoly_": null, "rpoly_": null, "length": 22.79609685, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2342, "l_t_add": 2342, "r_f_add": 2341, "r_t_add": 2341, "st_code": 88400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500707, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 15594, "Shape__Length": 9.0902767324227032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182874833563304, 39.992507533072498 ], [ -75.1828537252795, 39.992567968343103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27067, "tnode_": 15669, "lpoly_": null, "rpoly_": null, "length": 46.240553, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2790, "l_t_add": 2798, "r_f_add": 2791, "r_t_add": 2799, "st_code": 71520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 500708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 15595, "Shape__Length": 18.39598004013197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1789135676662, 39.987239590185503 ], [ -75.179045697189594, 39.987163545724201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27065, "tnode_": 14005, "lpoly_": null, "rpoly_": null, "length": 23.96122703, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2810, "l_t_add": 2810, "r_f_add": 2811, "r_t_add": 2811, "st_code": 73280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 500709, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 15596, "Shape__Length": 9.5217258640828959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177159756939901, 39.998487677649997 ], [ -75.1772439919786, 39.998499058619601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27083, "tnode_": 13426, "lpoly_": null, "rpoly_": null, "length": 19.01412074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2332, "l_t_add": 2332, "r_f_add": 2331, "r_t_add": 2331, "st_code": 23640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-12-08T00:00:00Z", "newsegdate": "1998-06-11T00:00:00Z", "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 15597, "Shape__Length": 7.555524129164481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168814366335297, 40.002023853799898 ], [ -75.168882026559203, 40.002027961889802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27863, "tnode_": 27862, "lpoly_": null, "rpoly_": null, "length": 189.32018641, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 59440, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 500711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-23T00:00:00Z", "newsegdate": "1999-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 15598, "Shape__Length": 75.217389763511122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225900705789996, 39.993138615732903 ], [ -75.2265763070764, 39.993146971147802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15172, "tnode_": 27862, "lpoly_": null, "rpoly_": null, "length": 590.79706341000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2242, "l_t_add": 2258, "r_f_add": 2231, "r_t_add": 2263, "st_code": 19560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500712, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-06-04T00:00:00Z", "newsegdate": "1999-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15599, "Shape__Length": 235.65052396877914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226574850350403, 39.991525273522399 ], [ -75.226565282170597, 39.991842183459099 ], [ -75.2265763070764, 39.993146971147802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13909, "tnode_": 28495, "lpoly_": null, "rpoly_": null, "length": 119.50078369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5000, "l_t_add": 5006, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5000, "r_hundred": 0, "seg_id": 500747, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2002-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15600, "Shape__Length": 47.533980438292652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228377660659206, 40.0003264925259 ], [ -75.228741667330596, 40.000155487672799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28495, "tnode_": 13987, "lpoly_": null, "rpoly_": null, "length": 234.25812546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5008, "l_t_add": 5018, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5000, "r_hundred": 0, "seg_id": 500748, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2002-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15601, "Shape__Length": 93.180811310829341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228741667330596, 40.000155487672799 ], [ -75.229455226592094, 39.999820262514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28495, "tnode_": 28496, "lpoly_": null, "rpoly_": null, "length": 176.56539475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALA", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 25, "st_code": 3016, "l_hundred": 0, "r_hundred": 0, "seg_id": 500749, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALA AVE", "stname": "BALA AVE", "objectid": 15602, "Shape__Length": 70.358869702389327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228741667330596, 40.000155487672799 ], [ -75.229071432497705, 40.0005685355951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28501, "tnode_": 13239, "lpoly_": null, "rpoly_": null, "length": 288.4590032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4200, "r_hundred": 0, "seg_id": 500751, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15603, "Shape__Length": 114.74840253102865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218347687188498, 40.005037628125102 ], [ -75.219226470079406, 40.004624920504803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28501, "tnode_": 28502, "lpoly_": null, "rpoly_": null, "length": 173.48916967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGS GRANT", "st_type": "DR", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 14, "r_f_add": 1, "r_t_add": 15, "st_code": 3136, "l_hundred": 0, "r_hundred": 0, "seg_id": 500752, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "KINGS GRANT DR", "stname": "KINGS GRANT DR", "objectid": 15604, "Shape__Length": 69.139699404770099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218347687188498, 40.005037628125102 ], [ -75.2186679622139, 40.005445244620702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15524, "tnode_": 28503, "lpoly_": null, "rpoly_": null, "length": 212.12520259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6300, "r_hundred": 0, "seg_id": 500753, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15605, "Shape__Length": 84.363930318789386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2508233806345, 39.989804781709303 ], [ -75.2514697729316, 39.989501668814398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28503, "tnode_": 15760, "lpoly_": null, "rpoly_": null, "length": 831.15897803000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19151, "zip_right": 88888, "l_f_add": 6320, "l_t_add": 6376, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 6300, "r_hundred": 0, "seg_id": 500754, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15606, "Shape__Length": 330.55513404179231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2514697729316, 39.989501668814398 ], [ -75.2540024418971, 39.9883139621585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28503, "tnode_": 28504, "lpoly_": null, "rpoly_": null, "length": 156.40008418, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 46, "r_f_add": 1, "r_t_add": 47, "st_code": 3290, "l_hundred": 0, "r_hundred": 0, "seg_id": 500755, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2002-11-04T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYNNEWOOD RD", "stname": "E WYNNEWOOD RD", "objectid": 15607, "Shape__Length": 62.292643238850331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2514697729316, 39.989501668814398 ], [ -75.251804105943407, 39.9898454657421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28548, "tnode_": 28549, "lpoly_": null, "rpoly_": null, "length": 4.84571846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAYES MANOR", "st_type": " ", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1089, "l_hundred": 0, "r_hundred": 0, "seg_id": 500756, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-01-22T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "HAYES MANOR", "stname": "HAYES MANOR", "objectid": 15608, "Shape__Length": 1.9257232832404132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218803413014697, 39.997162920955901 ], [ -75.218820254712597, 39.997159893750798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14595, "tnode_": 28548, "lpoly_": null, "rpoly_": null, "length": 684.35552803999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 16760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 500757, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-11-02T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15609, "Shape__Length": 272.93506007194566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218283212990301, 39.995327439377597 ], [ -75.218360553090903, 39.995576468503799 ], [ -75.218803413014697, 39.997162920955901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28548, "tnode_": 13944, "lpoly_": null, "rpoly_": null, "length": 1000.72015212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 16760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500758, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-11-02T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15610, "Shape__Length": 399.12308352124592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218803413014697, 39.997162920955901 ], [ -75.2195532294527, 39.9998488096874 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28550, "tnode_": 28551, "lpoly_": null, "rpoly_": null, "length": 182.17827929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAPSLEY", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 80, "r_f_add": 1, "r_t_add": 81, "st_code": 3144, "l_hundred": 0, "r_hundred": 0, "seg_id": 500759, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "LAPSLEY LN", "stname": "LAPSLEY LN", "objectid": 15611, "Shape__Length": 72.591067653743366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239026913157801, 39.9953450405091 ], [ -75.2393657315816, 39.995771880932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28550, "tnode_": 14842, "lpoly_": null, "rpoly_": null, "length": 861.67953588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 301, "r_t_add": 399, "st_code": 23240, "l_hundred": 5600, "r_hundred": 300, "seg_id": 500761, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15612, "Shape__Length": 342.72235626015674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239026913157801, 39.9953450405091 ], [ -75.2416531152506, 39.994114108645498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28551, "tnode_": 28803, "lpoly_": null, "rpoly_": null, "length": 7.56887354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 500764, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 15613, "Shape__Length": 3.0154665937323131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2393657315816, 39.995771880932402 ], [ -75.239380756701905, 39.995789148223501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28504, "tnode_": 28804, "lpoly_": null, "rpoly_": null, "length": 11.09428142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 500765, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 15614, "Shape__Length": 4.4194012812504493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251804105943407, 39.9898454657421 ], [ -75.251826566974003, 39.989870546216302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28502, "tnode_": 28805, "lpoly_": null, "rpoly_": null, "length": 10.04695428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 500766, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 15615, "Shape__Length": 4.0033133948665869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2186679622139, 40.005445244620702 ], [ -75.2186879028107, 40.005468168709498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28496, "tnode_": 28807, "lpoly_": null, "rpoly_": null, "length": 13.61376754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 500767, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 15616, "Shape__Length": 5.4249006802543089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229071432497705, 40.0005685355951 ], [ -75.229096891564495, 40.000600367332602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14557, "tnode_": 29199, "lpoly_": null, "rpoly_": null, "length": 73.19505063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBINE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 84360, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 500770, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODBINE AVE", "stname": "WOODBINE AVE", "objectid": 15617, "Shape__Length": 29.113415991227601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226164053184206, 39.995726094248397 ], [ -75.225941690543706, 39.995831561847503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29199, "tnode_": 14318, "lpoly_": null, "rpoly_": null, "length": 741.0898541, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SAINT BERNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 74020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 500771, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-07-23T00:00:00Z", "newsegdate": "2007-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N SAINT BERNARD ST", "stname": "N SAINT BERNARD ST", "objectid": 15618, "Shape__Length": 295.32970207262889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225941690543706, 39.995831561847503 ], [ -75.225972606944694, 39.996276208807501 ], [ -75.226001455329893, 39.996432346189103 ], [ -75.226131521120706, 39.9966810979423 ], [ -75.2262859158281, 39.996986022760098 ], [ -75.226499021344296, 39.997431150080502 ], [ -75.226968639646302, 39.997450581875498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29219, "tnode_": 29220, "lpoly_": null, "rpoly_": null, "length": 163.21264291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TARGET", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1201, "l_hundred": 0, "r_hundred": 0, "seg_id": 500772, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-11-26T00:00:00Z", "newsegdate": "2007-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "TARGET DR", "stname": "TARGET DR", "objectid": 15619, "Shape__Length": 64.873218450237715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213149484673906, 40.006116690377297 ], [ -75.213320089720597, 40.0060590983244 ], [ -75.213441920040097, 40.006041336515501 ], [ -75.213583742266493, 40.006042197543998 ], [ -75.213713100329699, 40.006055296133603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12907, "tnode_": 29220, "lpoly_": null, "rpoly_": null, "length": 417.42360511000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4000, "r_f_add": 4001, "r_t_add": 4001, "st_code": 56840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 500773, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-20T00:00:00Z", "newsegdate": "2007-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15620, "Shape__Length": 166.4809632240474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213757192136001, 40.007155123714902 ], [ -75.213568870774395, 40.006802713244703 ], [ -75.213542937823803, 40.006650095617999 ], [ -75.2135458685797, 40.006559888251097 ], [ -75.213713100329699, 40.006055296133603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29220, "tnode_": 13284, "lpoly_": null, "rpoly_": null, "length": 736.36891738000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4002, "l_t_add": 4002, "r_f_add": 4003, "r_t_add": 4003, "st_code": 56840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 500774, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2016-07-13T00:00:00Z", "newsegdate": "2007-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15621, "Shape__Length": 293.6960551978699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213713100329699, 40.006055296133603 ], [ -75.213741962262603, 40.005968207854998 ], [ -75.213893645247495, 40.005494934976298 ], [ -75.2140392231437, 40.005073103931799 ], [ -75.214375340570797, 40.004099138911002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12907, "tnode_": 29321, "lpoly_": null, "rpoly_": null, "length": 185.49880761999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 56840, "l_hundred": 0, "r_hundred": 0, "seg_id": 500775, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MONUMENT RD", "stname": "MONUMENT RD", "objectid": 15622, "Shape__Length": 73.922730126178607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213757192136001, 40.007155123714902 ], [ -75.213861599240303, 40.007274963792703 ], [ -75.214111220482494, 40.007585373388103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29322, "tnode_": 29323, "lpoly_": null, "rpoly_": null, "length": 195.73586207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECKER", "st_type": "BLVD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3068, "l_hundred": 0, "r_hundred": 0, "seg_id": 500776, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2009-09-16T00:00:00Z", "multi_rep": 0, "streetlabe": "DECKER BLVD", "stname": "DECKER BLVD", "objectid": 15623, "Shape__Length": 77.997130382857009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215776833612395, 40.006244926290499 ], [ -75.216159174889995, 40.006694663182998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12907, "tnode_": 29322, "lpoly_": null, "rpoly_": null, "length": 655.93042653999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4100, "l_t_add": 4128, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4100, "r_hundred": 0, "seg_id": 500777, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15624, "Shape__Length": 260.91874020315623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213757192136001, 40.007155123714902 ], [ -75.214572154246099, 40.006810621254097 ], [ -75.215776833612395, 40.006244926290499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29322, "tnode_": 28501, "lpoly_": null, "rpoly_": null, "length": 843.85852367000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4130, "l_t_add": 4198, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4100, "r_hundred": 0, "seg_id": 500778, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15625, "Shape__Length": 335.68917070072024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215776833612395, 40.006244926290499 ], [ -75.218347687188498, 40.005037628125102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13336, "tnode_": 29324, "lpoly_": null, "rpoly_": null, "length": 185.5836924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 16760, "l_hundred": 0, "r_hundred": 0, "seg_id": 500779, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15626, "Shape__Length": 73.96343094567041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220698284264998, 40.003933676911601 ], [ -75.221029834080298, 40.004374731415702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13733, "tnode_": 29325, "lpoly_": null, "rpoly_": null, "length": 184.15968389000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 27, "st_code": 3060, "l_hundred": 0, "r_hundred": 0, "seg_id": 500780, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN STATE RD", "stname": "CONSHOHOCKEN STATE RD", "objectid": 15627, "Shape__Length": 73.388309747105197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226416494404901, 40.001247784339803 ], [ -75.226755995284407, 40.001680682214598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14092, "tnode_": 29326, "lpoly_": null, "rpoly_": null, "length": 181.16031996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYN MAWR", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1, "r_t_add": 3, "st_code": 19560, "l_hundred": 0, "r_hundred": 0, "seg_id": 500781, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BRYN MAWR AVE", "stname": "BRYN MAWR AVE", "objectid": 15628, "Shape__Length": 72.181207039522349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230889529418207, 39.999148045988797 ], [ -75.230968984393101, 39.9992284049994 ], [ -75.231243515630098, 39.999563840871801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14176, "tnode_": 29327, "lpoly_": null, "rpoly_": null, "length": 193.74916701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMPTON", "st_type": "TER", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 11, "st_code": 3104, "l_hundred": 0, "r_hundred": 0, "seg_id": 500782, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "HAMPTON TER", "stname": "HAMPTON TER", "objectid": 15629, "Shape__Length": 77.220869719785782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232153113613904, 39.998558950778701 ], [ -75.232141526136402, 39.998667664772597 ], [ -75.232430001648197, 39.9990275610607 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14254, "tnode_": 29328, "lpoly_": null, "rpoly_": null, "length": 182.9989004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 53320, "l_hundred": 0, "r_hundred": 0, "seg_id": 500783, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MAPLE AVE", "stname": "MAPLE AVE", "objectid": 15630, "Shape__Length": 72.919636945326275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233230782612395, 39.9980565117176 ], [ -75.233282665942497, 39.9981331273436 ], [ -75.233573483776496, 39.998483847651798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14338, "tnode_": 29330, "lpoly_": null, "rpoly_": null, "length": 183.44034123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "TER", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 10, "r_f_add": 1, "r_t_add": 11, "st_code": 3204, "l_hundred": 0, "r_hundred": 0, "seg_id": 500784, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "OAKLAND TER", "stname": "OAKLAND TER", "objectid": 15631, "Shape__Length": 73.107861911790465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234245348252799, 39.997588506198603 ], [ -75.234240887171197, 39.997679887305303 ], [ -75.234525772878797, 39.998028938039504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14415, "tnode_": 29329, "lpoly_": null, "rpoly_": null, "length": 186.26494405000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LANCASTER", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 3208, "l_hundred": 0, "r_hundred": 0, "seg_id": 500785, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD LANCASTER RD", "stname": "OLD LANCASTER RD", "objectid": 15632, "Shape__Length": 74.166183553064258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235287919385399, 39.997097368829898 ], [ -75.2353761700154, 39.997146257383001 ], [ -75.235737030206707, 39.997471642348003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14415, "tnode_": 29331, "lpoly_": null, "rpoly_": null, "length": 680.39601272999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5400, "r_hundred": 0, "seg_id": 500786, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15633, "Shape__Length": 270.62652002400785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235287919385399, 39.997097368829898 ], [ -75.237361725971397, 39.996125478189697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29331, "tnode_": 28550, "lpoly_": null, "rpoly_": null, "length": 546.34591173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5400, "r_hundred": 0, "seg_id": 500787, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15634, "Shape__Length": 217.30550695134497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237361725971397, 39.996125478189697 ], [ -75.239026913157801, 39.9953450405091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29331, "tnode_": 29332, "lpoly_": null, "rpoly_": null, "length": 182.74680382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 3212, "l_hundred": 0, "r_hundred": 0, "seg_id": 500788, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "ORCHARD RD", "stname": "ORCHARD RD", "objectid": 15635, "Shape__Length": 72.818554929679934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237361725971397, 39.996125478189697 ], [ -75.237701345231201, 39.996553772864203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14842, "tnode_": 29333, "lpoly_": null, "rpoly_": null, "length": 701.86497816000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5700, "r_hundred": 0, "seg_id": 500789, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15636, "Shape__Length": 279.15458349735206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2416531152506, 39.994114108645498 ], [ -75.243790781154104, 39.993109682501398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29333, "tnode_": 15139, "lpoly_": null, "rpoly_": null, "length": 622.34355360999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 5800, "r_hundred": 0, "seg_id": 500790, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 15637, "Shape__Length": 247.52289462578477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243790781154104, 39.993109682501398 ], [ -75.245686196471496, 39.992219024968101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29333, "tnode_": 29334, "lpoly_": null, "rpoly_": null, "length": 218.53393172999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 38, "r_f_add": 1, "r_t_add": 39, "st_code": 17280, "l_hundred": 0, "r_hundred": 0, "seg_id": 500791, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BERWICK RD", "stname": "BERWICK RD", "objectid": 15638, "Shape__Length": 87.078714881349413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243790781154104, 39.993109682501398 ], [ -75.244188148621006, 39.9936258901215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15139, "tnode_": 29335, "lpoly_": null, "rpoly_": null, "length": 189.74802352999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAYNHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 44, "r_f_add": 1, "r_t_add": 45, "st_code": 3224, "l_hundred": 0, "r_hundred": 0, "seg_id": 500792, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RAYNHAM RD", "stname": "RAYNHAM RD", "objectid": 15639, "Shape__Length": 75.631247430892415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245686196471496, 39.992219024968101 ], [ -75.2457409386856, 39.992279549577503 ], [ -75.245864176912704, 39.992451865139799 ], [ -75.245929187393898, 39.992600176500801 ], [ -75.2459645206674, 39.992690131923403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15316, "tnode_": 29336, "lpoly_": null, "rpoly_": null, "length": 222.54669981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLANCOYD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 40, "r_f_add": 1, "r_t_add": 39, "st_code": 3032, "l_hundred": 0, "r_hundred": 0, "seg_id": 500793, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "BLANCOYD RD", "stname": "BLANCOYD RD", "objectid": 15640, "Shape__Length": 88.748166144489602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248013009870405, 39.991125577951898 ], [ -75.2480624225215, 39.991230195070898 ], [ -75.248075120210302, 39.991295532382701 ], [ -75.248031114615699, 39.991506019484397 ], [ -75.247994233300602, 39.9916051300278 ], [ -75.247968826185001, 39.991720756260101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15415, "tnode_": 29337, "lpoly_": null, "rpoly_": null, "length": 188.6428087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERION", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 22, "r_f_add": 1, "r_t_add": 21, "st_code": 3176, "l_hundred": 0, "r_hundred": 0, "seg_id": 500794, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MERION RD", "stname": "MERION RD", "objectid": 15641, "Shape__Length": 75.225325078915063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249191486853704, 39.990571741091699 ], [ -75.249242804398506, 39.990677343414802 ], [ -75.249345990669099, 39.991074601880896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15760, "tnode_": 29338, "lpoly_": null, "rpoly_": null, "length": 197.35904325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCASTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 48900, "l_hundred": 0, "r_hundred": 0, "seg_id": 500795, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LANCASTER AVE", "stname": "LANCASTER AVE", "objectid": 15642, "Shape__Length": 78.513845015076555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2540024418971, 39.9883139621585 ], [ -75.254571191217195, 39.988633535546903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29340, "tnode_": 16030, "lpoly_": null, "rpoly_": null, "length": 183.0495244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLINGSWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3116, "l_hundred": 0, "r_hundred": 0, "seg_id": 500796, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "HOLLINGSWORTH RD", "stname": "HOLLINGSWORTH RD", "objectid": 15643, "Shape__Length": 72.809295784213901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.257434794941105, 39.987029522130797 ], [ -75.257357080136302, 39.987007701805197 ], [ -75.2572930559474, 39.986969403261703 ], [ -75.257055130994104, 39.986796468126002 ], [ -75.256897868125506, 39.9867663190117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16508, "tnode_": 29339, "lpoly_": null, "rpoly_": null, "length": 137.47297558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLINGSWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3116, "l_hundred": 0, "r_hundred": 0, "seg_id": 500797, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "HOLLINGSWORTH RD", "stname": "HOLLINGSWORTH RD", "objectid": 15644, "Shape__Length": 54.809509232057827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.260731324362794, 39.984290141533101 ], [ -75.2608033656375, 39.984401542464603 ], [ -75.260818906502095, 39.9844776768714 ], [ -75.260838799634101, 39.984622650992002 ], [ -75.260851505229695, 39.984651130152102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29341, "tnode_": 16310, "lpoly_": null, "rpoly_": null, "length": 151.80335651000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL APARTMENT", "st_type": "DR", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3096, "l_hundred": 0, "r_hundred": 0, "seg_id": 500798, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENHILL APARTMENT DR", "stname": "GREENHILL APARTMENT DR", "objectid": 15645, "Shape__Length": 60.394037711239392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2589939251137, 39.985762328432699 ], [ -75.258903457467497, 39.985745995066097 ], [ -75.258815916031693, 39.985713559618603 ], [ -75.2587361645069, 39.985659739759903 ], [ -75.258661210966395, 39.9856024308516 ], [ -75.258569540081496, 39.985521172942498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29511, "tnode_": 29512, "lpoly_": null, "rpoly_": null, "length": 272.62253916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STATES", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 74470, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500799, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-05-14T00:00:00Z", "newsegdate": "2009-03-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N STATES DR", "stname": "N STATES DR", "objectid": 15646, "Shape__Length": 108.682755096668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216962956514905, 39.9852035068661 ], [ -75.217014739362995, 39.985084943765102 ], [ -75.217076773993398, 39.984872925428903 ], [ -75.217167011912096, 39.984630301722298 ], [ -75.217266697144595, 39.984497182228601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16232, "tnode_": 29512, "lpoly_": null, "rpoly_": null, "length": 562.51531089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATES", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 74465, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500800, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-05-14T00:00:00Z", "newsegdate": "2009-03-31T00:00:00Z", "multi_rep": 0, "streetlabe": "STATES DR", "stname": "STATES DR", "objectid": 15647, "Shape__Length": 223.59392913124341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2154194810647, 39.9848679947238 ], [ -75.215589892536997, 39.984853997410497 ], [ -75.215949004088998, 39.984764618835896 ], [ -75.216213545125697, 39.984667069619199 ], [ -75.216282152640701, 39.984637805176398 ], [ -75.216462759041605, 39.984560767027297 ], [ -75.216663630420996, 39.984470224830503 ], [ -75.216938355746393, 39.9844118670377 ], [ -75.217067188222202, 39.984404301136401 ], [ -75.217266697144595, 39.984497182228601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29512, "tnode_": 16601, "lpoly_": null, "rpoly_": null, "length": 962.70826386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATES", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 5098, "r_f_add": 4801, "r_t_add": 5099, "st_code": 74465, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 500801, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-05-14T00:00:00Z", "newsegdate": "2009-03-31T00:00:00Z", "multi_rep": 0, "streetlabe": "STATES DR", "stname": "STATES DR", "objectid": 15648, "Shape__Length": 383.23225984617494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217266697144595, 39.984497182228601 ], [ -75.217383560561302, 39.984447715734603 ], [ -75.217583485000304, 39.9843480356516 ], [ -75.217741296160398, 39.984289062162503 ], [ -75.217960143795494, 39.9842262308823 ], [ -75.218216283686701, 39.984176071800398 ], [ -75.218392338775303, 39.984119137006402 ], [ -75.218658006252596, 39.983991198402698 ], [ -75.218804048929798, 39.9838910297198 ], [ -75.219003148544303, 39.983639986385498 ], [ -75.219155302841102, 39.983375744931202 ], [ -75.219277218087598, 39.983074345136302 ], [ -75.219373168665498, 39.982833191068401 ], [ -75.219450668482096, 39.9826961685486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16053, "tnode_": 29511, "lpoly_": null, "rpoly_": null, "length": 427.1408483, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 36595, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 500802, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2009-03-31T00:00:00Z", "newsegdate": "2009-03-31T00:00:00Z", "multi_rep": 0, "streetlabe": "S GEORGES HILL DR", "stname": "S GEORGES HILL DR", "objectid": 15649, "Shape__Length": 169.87509715568657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215682602391794, 39.985796078964697 ], [ -75.216073074998107, 39.985698613037997 ], [ -75.216572741148994, 39.985507168961398 ], [ -75.216711633188197, 39.9854113472622 ], [ -75.216962956514905, 39.9852035068661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17355, "tnode_": 17322, "lpoly_": null, "rpoly_": null, "length": 162.49547166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 815, "r_f_add": 800, "r_t_add": 814, "st_code": 36420, "l_hundred": 800, "r_hundred": 800, "seg_id": 543033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 15650, "Shape__Length": 64.587791015272245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126829746576405, 39.975856483859197 ], [ -75.126302560736306, 39.976042162039803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29511, "tnode_": 16342, "lpoly_": null, "rpoly_": null, "length": 1709.30601215, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4800, "l_t_add": 5098, "r_f_add": 4801, "r_t_add": 5099, "st_code": 36595, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 500804, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-01-08T00:00:00Z", "newsegdate": "2010-01-08T00:00:00Z", "multi_rep": 0, "streetlabe": "S GEORGES HILL DR", "stname": "S GEORGES HILL DR", "objectid": 15651, "Shape__Length": 679.25641167144693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216962956514905, 39.9852035068661 ], [ -75.217156483650598, 39.985275437576199 ], [ -75.217318731074798, 39.985279018021998 ], [ -75.217625271228997, 39.985223326565801 ], [ -75.218019307038801, 39.985179974729803 ], [ -75.218802752862402, 39.985198579241903 ], [ -75.219299526953805, 39.985233861097299 ], [ -75.219828353029698, 39.9852576839017 ], [ -75.220113420267296, 39.985245722690998 ], [ -75.220438439592101, 39.985222477837297 ], [ -75.220656235730999, 39.985201663344803 ], [ -75.220732756548401, 39.985199403312798 ], [ -75.220805080034395, 39.985191498779798 ], [ -75.220903479825196, 39.985183402970101 ], [ -75.220996959567998, 39.985178312514698 ], [ -75.221075214989895, 39.985176870742301 ], [ -75.221171799994295, 39.985180581948001 ], [ -75.221236894018901, 39.985181428730598 ], [ -75.221254897243895, 39.9851816632141 ], [ -75.221334788321997, 39.9851881653682 ], [ -75.221426128758196, 39.985203599932099 ], [ -75.221553145414404, 39.985219062642898 ], [ -75.221634993890802, 39.985237454037403 ], [ -75.2217850190615, 39.985270448620703 ], [ -75.221995273626305, 39.985347948202097 ], [ -75.222205188699803, 39.985434549905399 ], [ -75.222402258486596, 39.985548193802998 ], [ -75.222784982173593, 39.985800412970598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16342, "tnode_": 16736, "lpoly_": null, "rpoly_": null, "length": 2085.3974912799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GEORGES HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 5320, "l_t_add": 5398, "r_f_add": 5321, "r_t_add": 5399, "st_code": 36590, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 500806, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2010-01-08T00:00:00Z", "newsegdate": "2010-01-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N GEORGES HILL DR", "stname": "N GEORGES HILL DR", "objectid": 15652, "Shape__Length": 830.31847248143981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222784982173593, 39.985800412970598 ], [ -75.222906562159196, 39.985459416866199 ], [ -75.223071549695007, 39.985228756643203 ], [ -75.223233710131893, 39.985074021442998 ], [ -75.223441810388593, 39.984911362152801 ], [ -75.223716042103604, 39.984779999231499 ], [ -75.223888207584196, 39.984722685745901 ], [ -75.224086588992094, 39.984646548693398 ], [ -75.224417662970794, 39.984519483211798 ], [ -75.224660757310303, 39.984384099219099 ], [ -75.224746325577499, 39.984286912778501 ], [ -75.224857300216499, 39.984136247030897 ], [ -75.224918514740196, 39.983981230205501 ], [ -75.224959153404697, 39.983777260863903 ], [ -75.224965253447905, 39.983613188250601 ], [ -75.224930193065504, 39.983435358228903 ], [ -75.224892936786006, 39.983177858713397 ], [ -75.224916299330403, 39.983016100344301 ], [ -75.225025995361804, 39.9828299791224 ], [ -75.225272692140194, 39.9825738918138 ], [ -75.225332053809097, 39.982465725569199 ], [ -75.225304069487905, 39.982367802223699 ], [ -75.225228464501797, 39.982274913 ], [ -75.225128258114594, 39.982205809428997 ], [ -75.224949058731596, 39.982134967820301 ], [ -75.224722011969405, 39.982075236588102 ], [ -75.224508277457701, 39.982082696929503 ], [ -75.224323655548901, 39.982157696652997 ], [ -75.224170856542401, 39.9822273147267 ], [ -75.224035888776598, 39.982242589436503 ], [ -75.223918754927993, 39.982203520896803 ], [ -75.223833670542305, 39.982152994216897 ], [ -75.223748516324093, 39.982033689149397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14788, "tnode_": 29633, "lpoly_": null, "rpoly_": null, "length": 1081.79965554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 22240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 500810, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 15653, "Shape__Length": 429.88624303741096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214069430345205, 39.993814948422802 ], [ -75.215502060643502, 39.993986866773902 ], [ -75.215983095936394, 39.9940218140732 ], [ -75.216260074384294, 39.994015764788998 ], [ -75.216474072901093, 39.994002243036803 ], [ -75.216720355309604, 39.9939711881363 ], [ -75.217094259639495, 39.993885666966897 ], [ -75.217622649838304, 39.9937356644133 ], [ -75.217837410104494, 39.993665805744001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29633, "tnode_": 15003, "lpoly_": null, "rpoly_": null, "length": 578.38413827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4632, "l_t_add": 4798, "r_f_add": 4633, "r_t_add": 4799, "st_code": 22240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 500811, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 15654, "Shape__Length": 230.41738054288732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217837410104494, 39.993665805744001 ], [ -75.217902798097199, 39.993644536682901 ], [ -75.218054724068296, 39.993599233995802 ], [ -75.218199654330604, 39.993529448927099 ], [ -75.218354523841697, 39.993405148091199 ], [ -75.218447549619299, 39.993242991761697 ], [ -75.218718039823898, 39.992732648441098 ], [ -75.218910230267994, 39.992387182659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12883, "tnode_": 12760, "lpoly_": null, "rpoly_": null, "length": 1219.2252592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 83680, "l_hundred": 0, "r_hundred": 0, "seg_id": 520001, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDING DR", "stname": "WINDING DR", "objectid": 15655, "Shape__Length": 485.11653623139478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2095565793378, 40.007149494005901 ], [ -75.209525976323306, 40.007266765122203 ], [ -75.209185175256195, 40.007285228123401 ], [ -75.208560317081805, 40.0072903954159 ], [ -75.208315178008604, 40.007333819203502 ], [ -75.2080857403339, 40.007429154444999 ], [ -75.207882684792494, 40.007573923019798 ], [ -75.207755001238198, 40.007685080620597 ], [ -75.207585711827605, 40.007776318223499 ], [ -75.207372002376999, 40.007828577495701 ], [ -75.207135131708995, 40.007839615218103 ], [ -75.206781792399397, 40.007850786366603 ], [ -75.206553468327101, 40.007916289490602 ], [ -75.206349290469504, 40.008090884403302 ], [ -75.206265992797199, 40.008336004530399 ], [ -75.206194975434798, 40.008597780523502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13094, "tnode_": 12945, "lpoly_": null, "rpoly_": null, "length": 426.54382083999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 68280, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 520003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15656, "Shape__Length": 170.12887984761576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187456061675803, 40.004975408397499 ], [ -75.187824020838505, 40.006111617981702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13108, "tnode_": 12963, "lpoly_": null, "rpoly_": null, "length": 402.91595648000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520004, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 15657, "Shape__Length": 160.72391160583149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186718123760798, 40.004840224009499 ], [ -75.186479285941601, 40.005930920834203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13108, "tnode_": 13094, "lpoly_": null, "rpoly_": null, "length": 212.51047939, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 23640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 520005, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 15658, "Shape__Length": 84.463457072802512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186718123760798, 40.004840224009499 ], [ -75.187456061675803, 40.004975408397499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13127, "tnode_": 13056, "lpoly_": null, "rpoly_": null, "length": 217.58151784, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3115, "st_code": 72400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 15659, "Shape__Length": 86.794372445977217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185940284831503, 40.004675979938597 ], [ -75.185820055185602, 40.005266068113798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13147, "tnode_": 13127, "lpoly_": null, "rpoly_": null, "length": 226.70945856, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3416, "r_f_add": 3401, "r_t_add": 3419, "st_code": 23640, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520007, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 15660, "Shape__Length": 90.110862987410542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185158140028904, 40.004516206935101 ], [ -75.185940284831503, 40.004675979938597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13163, "tnode_": 13005, "lpoly_": null, "rpoly_": null, "length": 469.79019873, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SPANGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 73560, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SPANGLER ST", "stname": "N SPANGLER ST", "objectid": 15661, "Shape__Length": 187.40131680780007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184372162733993, 40.004358389063803 ], [ -75.184120208120703, 40.005533514152397 ], [ -75.184125339714299, 40.0056320748837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13175, "tnode_": 13108, "lpoly_": null, "rpoly_": null, "length": 191.65610755, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 88480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520009, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 15662, "Shape__Length": 76.450751010682566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186833915163106, 40.0043216949691 ], [ -75.186718123760798, 40.004840224009499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13181, "tnode_": 13109, "lpoly_": null, "rpoly_": null, "length": 202.72137609000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3119, "st_code": 88440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15663, "Shape__Length": 80.864319130814721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183646815650604, 40.004214055890102 ], [ -75.183522950935796, 40.004762337807101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13192, "tnode_": 13127, "lpoly_": null, "rpoly_": null, "length": 168.68564159, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 72400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 15664, "Shape__Length": 67.288809084245159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186035207819899, 40.004218707269203 ], [ -75.185940284831503, 40.004675979938597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13202, "tnode_": 13147, "lpoly_": null, "rpoly_": null, "length": 146.41378858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3054, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 88460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 15665, "Shape__Length": 58.404143594568581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185242659250804, 40.004119573616798 ], [ -75.185158140028904, 40.004516206935101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13202, "tnode_": 13192, "lpoly_": null, "rpoly_": null, "length": 224.9446438, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3424, "r_f_add": 3401, "r_t_add": 3425, "st_code": 24540, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COMMISSIONER ST", "stname": "W COMMISSIONER ST", "objectid": 15666, "Shape__Length": 89.394623004546901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185242659250804, 40.004119573616798 ], [ -75.186035207819899, 40.004218707269203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13215, "tnode_": 13181, "lpoly_": null, "rpoly_": null, "length": 466.87050296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3268, "r_f_add": 3201, "r_t_add": 3299, "st_code": 23640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520014, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 15667, "Shape__Length": 185.56553183377562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182034549892094, 40.0038896423887 ], [ -75.183646815650604, 40.004214055890102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13373, "tnode_": 13192, "lpoly_": null, "rpoly_": null, "length": 532.94536420999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3050, "r_f_add": 3001, "r_t_add": 3051, "st_code": 72400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 15668, "Shape__Length": 212.58636101607701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186355567273296, 40.002776600443902 ], [ -75.186035207819899, 40.004218707269203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13383, "tnode_": 13267, "lpoly_": null, "rpoly_": null, "length": 314.44606603000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3110, "l_t_add": 3198, "r_f_add": 3111, "r_t_add": 3199, "st_code": 88190, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520016, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 15669, "Shape__Length": 125.42791233395411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164476030448199, 40.002230177895797 ], [ -75.164288312266805, 40.0030812131536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13388, "tnode_": 13202, "lpoly_": null, "rpoly_": null, "length": 532.53891348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3052, "r_f_add": 3001, "r_t_add": 3049, "st_code": 88460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 15670, "Shape__Length": 212.42427030743391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185560435856701, 40.002678260586698 ], [ -75.185242659250804, 40.004119573616798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13388, "tnode_": 13373, "lpoly_": null, "rpoly_": null, "length": 225.61742835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3404, "r_f_add": 3401, "r_t_add": 3427, "st_code": 44880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 15671, "Shape__Length": 89.659889815849425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185560435856701, 40.002678260586698 ], [ -75.186355567273296, 40.002776600443902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13406, "tnode_": 13388, "lpoly_": null, "rpoly_": null, "length": 254.48252401, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 44880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 520019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 15672, "Shape__Length": 101.13376912102808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184667166641503, 40.002551364107298 ], [ -75.185560435856701, 40.002678260586698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14104, "tnode_": 14095, "lpoly_": null, "rpoly_": null, "length": 300.53586679, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 50000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 15673, "Shape__Length": 119.42398362986195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186548216475899, 39.998075346279101 ], [ -75.187607617986501, 39.998204846764501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14282, "tnode_": 14122, "lpoly_": null, "rpoly_": null, "length": 404.35345403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2618, "l_t_add": 2698, "r_f_add": 2617, "r_t_add": 2699, "st_code": 88440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520021, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15674, "Shape__Length": 161.28011412168686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185259272039602, 39.996791011247403 ], [ -75.185031881890396, 39.997887147255099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14350, "tnode_": 14282, "lpoly_": null, "rpoly_": null, "length": 185.05533984, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2616, "r_f_add": 2601, "r_t_add": 2615, "st_code": 88440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520022, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15675, "Shape__Length": 73.809699752150749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185366694697706, 39.996289775278797 ], [ -75.185259272039602, 39.996791011247403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14353, "tnode_": 14350, "lpoly_": null, "rpoly_": null, "length": 122.57524908, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 44080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520023, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 15676, "Shape__Length": 48.706847559518494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184935138693703, 39.996234523553397 ], [ -75.185366694697706, 39.996289775278797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14385, "tnode_": 14324, "lpoly_": null, "rpoly_": null, "length": 146.71018041000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2542, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 88460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520024, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 15677, "Shape__Length": 58.51726685100477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186982396217402, 39.996085243133301 ], [ -75.186911181754994, 39.996484238685802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14412, "tnode_": 14350, "lpoly_": null, "rpoly_": null, "length": 144.39301538000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2546, "l_t_add": 2598, "r_f_add": 2549, "r_t_add": 2599, "st_code": 88440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520025, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15678, "Shape__Length": 57.589708345464786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185459574408497, 39.995899888973398 ], [ -75.185366694697706, 39.996289775278797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14421, "tnode_": 14412, "lpoly_": null, "rpoly_": null, "length": 182.76249744, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3218, "l_t_add": 3298, "r_f_add": 3219, "r_t_add": 3299, "st_code": 71880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520026, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 15679, "Shape__Length": 72.623347629596751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184816990272793, 39.995813575491702 ], [ -75.185459574408497, 39.995899888973398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14458, "tnode_": 14400, "lpoly_": null, "rpoly_": null, "length": 133.85657439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SPANGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2532, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 73560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520027, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SPANGLER ST", "stname": "N SPANGLER ST", "objectid": 15680, "Shape__Length": 53.38884353059693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186118780989503, 39.995603714381097 ], [ -75.186044402568399, 39.995966686786304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10706, "tnode_": 10689, "lpoly_": null, "rpoly_": null, "length": 90.58150286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4416, "l_t_add": 4420, "r_f_add": 4415, "r_t_add": 4419, "st_code": 53000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600307, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 15681, "Shape__Length": 36.034262955664019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225248529054298, 40.026113095026098 ], [ -75.225537789176002, 40.026224356027797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14438, "tnode_": 14524, "lpoly_": null, "rpoly_": null, "length": 398.31505725, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 44070, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 520028, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2007-10-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON DR", "stname": "W HUNTINGDON DR", "objectid": 15682, "Shape__Length": 158.54519716010614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187558655975593, 39.995838643267199 ], [ -75.1877084000906, 39.995731598894899 ], [ -75.1879074200492, 39.995486686293098 ], [ -75.188151551612407, 39.995303599138701 ], [ -75.188586178909503, 39.995112361866902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14533, "tnode_": 14438, "lpoly_": null, "rpoly_": null, "length": 331.89493053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3438, "r_f_add": 3401, "r_t_add": 3439, "st_code": 68280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15683, "Shape__Length": 132.35619609832588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187263447464403, 39.9949562962179 ], [ -75.187558655975593, 39.995838643267199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14566, "tnode_": 14412, "lpoly_": null, "rpoly_": null, "length": 406.4747834, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2544, "r_f_add": 2501, "r_t_add": 2547, "st_code": 88440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520030, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15684, "Shape__Length": 162.12002505816349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185698657181007, 39.994799322000198 ], [ -75.185459574408497, 39.995899888973398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14575, "tnode_": 14421, "lpoly_": null, "rpoly_": null, "length": 406.28094055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 29020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520031, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOUGLAS ST", "stname": "N DOUGLAS ST", "objectid": 15685, "Shape__Length": 162.03897056512668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185074320705695, 39.994716724077698 ], [ -75.185051340933697, 39.994766635561398 ], [ -75.184816990272793, 39.995813575491702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14618, "tnode_": 14599, "lpoly_": null, "rpoly_": null, "length": 446.4759807, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 60960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520032, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 15686, "Shape__Length": 177.40803540411827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156331747778694, 39.993705720290102 ], [ -75.157901916722295, 39.9939146834909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14623, "tnode_": 14533, "lpoly_": null, "rpoly_": null, "length": 233.67739914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3352, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 68280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 520033, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15687, "Shape__Length": 93.166842715122229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186977836391307, 39.994353609392299 ], [ -75.187263447464403, 39.9949562962179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14628, "tnode_": 14566, "lpoly_": null, "rpoly_": null, "length": 163.00656318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2440, "l_t_add": 2498, "r_f_add": 2447, "r_t_add": 2499, "st_code": 88440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520034, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15688, "Shape__Length": 65.013201682945166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185796274767299, 39.994358192839201 ], [ -75.185698657181007, 39.994799322000198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14667, "tnode_": 14646, "lpoly_": null, "rpoly_": null, "length": 446.58420818000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 77980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520036, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUCKER ST", "stname": "W TUCKER ST", "objectid": 15689, "Shape__Length": 177.44885847222378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156409555471896, 39.9933463874833 ], [ -75.157981515912297, 39.993548991236104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14761, "tnode_": 14757, "lpoly_": null, "rpoly_": null, "length": 100.90931912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1534, "l_t_add": 1598, "r_f_add": 1565, "r_t_add": 1599, "st_code": 44080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520037, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 15690, "Shape__Length": 40.095721489232183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157792329859802, 39.992734108895 ], [ -75.158147383184598, 39.992780528065097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14778, "tnode_": 14575, "lpoly_": null, "rpoly_": null, "length": 548.90892211000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 29020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520038, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOUGLAS ST", "stname": "N DOUGLAS ST", "objectid": 15691, "Shape__Length": 218.92287129837496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185405732975298, 39.993232090627203 ], [ -75.185091728795001, 39.9946755945654 ], [ -75.185074320705695, 39.994716724077698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14781, "tnode_": 14667, "lpoly_": null, "rpoly_": null, "length": 283.93534811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2622, "r_f_add": 2601, "r_t_add": 2625, "st_code": 88070, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520039, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15692, "Shape__Length": 113.24278008135819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156570772134302, 39.992576876843899 ], [ -75.156409555471896, 39.9933463874833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14781, "tnode_": 14767, "lpoly_": null, "rpoly_": null, "length": 223.02316454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1526, "r_f_add": 1501, "r_t_add": 1539, "st_code": 44080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520040, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 15693, "Shape__Length": 88.616099950788239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156570772134302, 39.992576876843899 ], [ -75.157356250843506, 39.992675947295297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14784, "tnode_": 14778, "lpoly_": null, "rpoly_": null, "length": 66.12591789, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3224, "l_t_add": 3228, "r_f_add": 3225, "r_t_add": 3229, "st_code": 85760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520041, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15694, "Shape__Length": 26.275207396270325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185173395389199, 39.993200212356697 ], [ -75.185405732975298, 39.993232090627203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14787, "tnode_": 14582, "lpoly_": null, "rpoly_": null, "length": 549.60830281999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 59020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520042, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15695, "Shape__Length": 219.19931029083639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184945284086197, 39.993172284373799 ], [ -75.184626843951705, 39.994611711975601 ], [ -75.184602845697398, 39.994656698223302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14787, "tnode_": 14784, "lpoly_": null, "rpoly_": null, "length": 64.71876861, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3218, "l_t_add": 3222, "r_f_add": 3219, "r_t_add": 3223, "st_code": 85760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15696, "Shape__Length": 25.715439150969793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184945284086197, 39.993172284373799 ], [ -75.185173395389199, 39.993200212356697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14794, "tnode_": 14781, "lpoly_": null, "rpoly_": null, "length": 223.2159894, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1451, "r_t_add": 1499, "st_code": 44080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520044, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 15697, "Shape__Length": 88.69538898782578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155787850062595, 39.992463587528 ], [ -75.156570772134302, 39.992576876843899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14835, "tnode_": 14781, "lpoly_": null, "rpoly_": null, "length": 134.78082524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2530, "l_t_add": 2598, "r_f_add": 2531, "r_t_add": 2599, "st_code": 88070, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520046, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15698, "Shape__Length": 53.753806306020287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156652727722602, 39.992212296402798 ], [ -75.156570772134302, 39.992576876843899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14837, "tnode_": 14757, "lpoly_": null, "rpoly_": null, "length": 214.87269299000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2542, "l_t_add": 2598, "r_f_add": 2537, "r_t_add": 2599, "st_code": 88090, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520047, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15699, "Shape__Length": 85.697603882046209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158270245431495, 39.992198295310502 ], [ -75.158147383184598, 39.992780528065097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14846, "tnode_": 14834, "lpoly_": null, "rpoly_": null, "length": 224.54070779, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 13180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 15700, "Shape__Length": 89.220255333816155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184455990439304, 39.992716010063901 ], [ -75.185245680395496, 39.992820940366101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14860, "tnode_": 14770, "lpoly_": null, "rpoly_": null, "length": 230.84601464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2312, "l_t_add": 2398, "r_f_add": 2311, "r_t_add": 2399, "st_code": 88440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520049, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15701, "Shape__Length": 92.068707518323492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186151134961904, 39.992671590508898 ], [ -75.186017750634093, 39.993296931407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14900, "tnode_": 14917, "lpoly_": null, "rpoly_": null, "length": 776.71518122999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2100, "l_t_add": 2174, "r_f_add": 2101, "r_t_add": 2175, "st_code": 16790, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520050, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT MANSION DR", "stname": "BELMONT MANSION DR", "objectid": 15702, "Shape__Length": 308.67177688610997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214971117239401, 39.993067333131499 ], [ -75.215532451427606, 39.993172582308901 ], [ -75.216028601863499, 39.993226108537598 ], [ -75.216280478775005, 39.993237750385298 ], [ -75.216526340080094, 39.993237095407999 ], [ -75.216859752826494, 39.993201881579303 ], [ -75.217217999064701, 39.9931368060168 ], [ -75.217544380455806, 39.993058861939801 ], [ -75.217641632733404, 39.992972290621204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14920, "tnode_": 14889, "lpoly_": null, "rpoly_": null, "length": 80.47164097, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2310, "l_t_add": 2312, "r_f_add": 2311, "r_t_add": 2313, "st_code": 59020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520051, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15703, "Shape__Length": 32.052068045736895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185477435043097, 39.9922987876825 ], [ -75.185411104016396, 39.992349984964598 ], [ -75.185337705354499, 39.992409163109102 ], [ -75.185314545221303, 39.992473584051503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14940, "tnode_": 14927, "lpoly_": null, "rpoly_": null, "length": 222.98441436, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520052, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 15704, "Shape__Length": 88.599359662987965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156809811478297, 39.991528016703299 ], [ -75.1575951134907, 39.991627201633598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14944, "tnode_": 14920, "lpoly_": null, "rpoly_": null, "length": 121.87386258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2308, "r_f_add": 2301, "r_t_add": 2309, "st_code": 59020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520053, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15705, "Shape__Length": 48.498600304261551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185811670209006, 39.992084687704697 ], [ -75.185477435043097, 39.9922987876825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14944, "tnode_": 14860, "lpoly_": null, "rpoly_": null, "length": 234.00136623999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 68280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520054, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15706, "Shape__Length": 93.275294187753502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185811670209006, 39.992084687704697 ], [ -75.186151134961904, 39.992671590508898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14973, "tnode_": 14963, "lpoly_": null, "rpoly_": null, "length": 129.63052681000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1616, "l_t_add": 1628, "r_f_add": 1617, "r_t_add": 1629, "st_code": 26360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520055, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 15707, "Shape__Length": 51.507379844556873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590276445814, 39.991354252172499 ], [ -75.159483174389194, 39.991416411901099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14980, "tnode_": 14976, "lpoly_": null, "rpoly_": null, "length": 707.31509715000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3310, "l_t_add": 3398, "r_f_add": 3311, "r_t_add": 3399, "st_code": 27510, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 520056, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2005-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN DR", "stname": "W DAUPHIN DR", "objectid": 15708, "Shape__Length": 281.08868932559608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186918803176596, 39.991944532425201 ], [ -75.187183611300497, 39.992024606374699 ], [ -75.187420461193497, 39.9921150982805 ], [ -75.187781356785493, 39.992190054754701 ], [ -75.188138021947395, 39.992167606770103 ], [ -75.189004259608197, 39.992040519855898 ], [ -75.189355246539506, 39.991972816248598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14982, "tnode_": 14837, "lpoly_": null, "rpoly_": null, "length": 339.73713691, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2540, "r_f_add": 2501, "r_t_add": 2535, "st_code": 88090, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520057, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15709, "Shape__Length": 135.49307540156113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158482729270403, 39.991280107255101 ], [ -75.158270245431495, 39.992198295310502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14989, "tnode_": 14982, "lpoly_": null, "rpoly_": null, "length": 223.69640059000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1526, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 26360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520058, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 15710, "Shape__Length": 88.880138034888603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157693008104602, 39.991190036924102 ], [ -75.158482729270403, 39.991280107255101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14993, "tnode_": 14860, "lpoly_": null, "rpoly_": null, "length": 328.50563778000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2310, "r_f_add": 2301, "r_t_add": 2309, "st_code": 88440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15711, "Shape__Length": 131.01190182532946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186373994500798, 39.991786243596799 ], [ -75.186151134961904, 39.992671590508898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15001, "tnode_": 14949, "lpoly_": null, "rpoly_": null, "length": 139.7273062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2340, "l_t_add": 2398, "r_f_add": 2339, "r_t_add": 2399, "st_code": 88300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 15712, "Shape__Length": 55.726458185493641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175035245628607, 39.991505077417898 ], [ -75.174953325639905, 39.991883435210802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15010, "tnode_": 14944, "lpoly_": null, "rpoly_": null, "length": 149.15739315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3236, "l_t_add": 3248, "r_f_add": 3231, "r_t_add": 3249, "st_code": 68280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520061, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15713, "Shape__Length": 59.457329843736389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185601285820596, 39.991708565594699 ], [ -75.185811670209006, 39.992084687704697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15010, "tnode_": 14993, "lpoly_": null, "rpoly_": null, "length": 218.3498414, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3212, "l_t_add": 3298, "r_f_add": 3221, "r_t_add": 3299, "st_code": 27520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520062, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15714, "Shape__Length": 86.754848794962925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185601285820596, 39.991708565594699 ], [ -75.186373994500798, 39.991786243596799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15019, "tnode_": 14794, "lpoly_": null, "rpoly_": null, "length": 549.13015687999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 21400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 15715, "Shape__Length": 219.00459559196344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156118034117398, 39.990977705444202 ], [ -75.155787850062595, 39.992463587528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15024, "tnode_": 14972, "lpoly_": null, "rpoly_": null, "length": 123.74330589, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2310, "r_f_add": 2301, "r_t_add": 2309, "st_code": 88420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15716, "Shape__Length": 49.351363420256519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184702046424107, 39.991597194975398 ], [ -75.184627052062893, 39.991931952129796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15048, "tnode_": 15001, "lpoly_": null, "rpoly_": null, "length": 136.51414076, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2328, "l_t_add": 2338, "r_f_add": 2327, "r_t_add": 2337, "st_code": 88300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 15717, "Shape__Length": 54.445041819006931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175112709689998, 39.991135096343697 ], [ -75.175035245628607, 39.991505077417898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15104, "tnode_": 15040, "lpoly_": null, "rpoly_": null, "length": 181.50989425, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2336, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88210, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520066, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15718, "Shape__Length": 72.387270555521923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168683442723406, 39.990566912723502 ], [ -75.168563303309796, 39.991056535704502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15108, "tnode_": 15055, "lpoly_": null, "rpoly_": null, "length": 125.15828656, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2432, "l_t_add": 2442, "r_f_add": 2433, "r_t_add": 2443, "st_code": 88070, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15719, "Shape__Length": 49.914645131126285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157054616355296, 39.990374014257704 ], [ -75.156977761624105, 39.990712465306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15111, "tnode_": 15048, "lpoly_": null, "rpoly_": null, "length": 146.02787838, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2316, "l_t_add": 2326, "r_f_add": 2313, "r_t_add": 2325, "st_code": 88300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 15720, "Shape__Length": 58.239533066697291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175191798061704, 39.9907388745522 ], [ -75.175112709689998, 39.991135096343697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15141, "tnode_": 15075, "lpoly_": null, "rpoly_": null, "length": 141.97146942999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2312, "l_t_add": 2324, "r_f_add": 2319, "r_t_add": 2339, "st_code": 88280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 15721, "Shape__Length": 56.620166094104611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173606988561104, 39.990538259381402 ], [ -75.173520238021894, 39.990922233823603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15141, "tnode_": 15111, "lpoly_": null, "rpoly_": null, "length": 450.03515083999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 27160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520070, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 15722, "Shape__Length": 178.81201843288298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173606988561104, 39.990538259381402 ], [ -75.175191798061704, 39.9907388745522 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15171, "tnode_": 15108, "lpoly_": null, "rpoly_": null, "length": 128.43994125, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2416, "l_t_add": 2430, "r_f_add": 2419, "r_t_add": 2431, "st_code": 88070, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520071, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15723, "Shape__Length": 51.223122348143093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157133683529906, 39.990026715602902 ], [ -75.157054616355296, 39.990374014257704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15178, "tnode_": 15111, "lpoly_": null, "rpoly_": null, "length": 129.18494185, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2311, "st_code": 88300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 15724, "Shape__Length": 51.521419270850501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175265079892, 39.990388754300298 ], [ -75.175191798061704, 39.9907388745522 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15178, "tnode_": 15144, "lpoly_": null, "rpoly_": null, "length": 455.2807512, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 27520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520073, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15725, "Shape__Length": 180.89571390158682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175265079892, 39.990388754300298 ], [ -75.176868516602994, 39.9905909669896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15191, "tnode_": 15010, "lpoly_": null, "rpoly_": null, "length": 445.60965642999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3234, "r_f_add": 3201, "r_t_add": 3229, "st_code": 68280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520074, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15726, "Shape__Length": 177.60903481605604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1849295004357, 39.990603275247402 ], [ -75.185148859457797, 39.990900479892503 ], [ -75.185462310580107, 39.991394029530099 ], [ -75.185601285820596, 39.991708565594699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15201, "tnode_": 15195, "lpoly_": null, "rpoly_": null, "length": 65.82669479, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1624, "l_t_add": 1630, "r_f_add": 1613, "r_t_add": 1617, "st_code": 85760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520075, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15727, "Shape__Length": 26.15687888408273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159580983623002, 39.989890768825099 ], [ -75.159810129930605, 39.989930604996999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15203, "tnode_": 15141, "lpoly_": null, "rpoly_": null, "length": 133.34448307, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2310, "r_f_add": 2301, "r_t_add": 2317, "st_code": 88280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520076, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 15728, "Shape__Length": 53.179943640215967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173684187059905, 39.990177060723603 ], [ -75.173606988561104, 39.990538259381402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15203, "tnode_": 15178, "lpoly_": null, "rpoly_": null, "length": 449.62915026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 27520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520077, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15729, "Shape__Length": 178.65192389842767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173684187059905, 39.990177060723603 ], [ -75.175265079892, 39.990388754300298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15205, "tnode_": 15201, "lpoly_": null, "rpoly_": null, "length": 66.37889184, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1620, "l_t_add": 1622, "r_f_add": 1607, "r_t_add": 1611, "st_code": 85760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15730, "Shape__Length": 26.373603449918694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159346818409702, 39.989863178156497 ], [ -75.159580983623002, 39.989890768825099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15212, "tnode_": 15203, "lpoly_": null, "rpoly_": null, "length": 135.7656459, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 27520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520079, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15731, "Shape__Length": 53.942835090180374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173205624501904, 39.990118749900702 ], [ -75.173684187059905, 39.990177060723603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15213, "tnode_": 15205, "lpoly_": null, "rpoly_": null, "length": 154.49442342, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1605, "st_code": 85760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15732, "Shape__Length": 61.384615859968967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1588030363569, 39.989793070498997 ], [ -75.159346818409702, 39.989863178156497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15227, "tnode_": 15219, "lpoly_": null, "rpoly_": null, "length": 100.23168573, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1524, "l_t_add": 1532, "r_f_add": 1527, "r_t_add": 1533, "st_code": 85760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520081, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 15733, "Shape__Length": 39.82491245719276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158009380039999, 39.989691794566603 ], [ -75.158361771495507, 39.9897390714587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15240, "tnode_": 15171, "lpoly_": null, "rpoly_": null, "length": 160.8367865, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2417, "st_code": 88070, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520082, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15734, "Shape__Length": 64.142664621879788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157234487596199, 39.989592060530498 ], [ -75.157133683529906, 39.990026715602902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15244, "tnode_": 14993, "lpoly_": null, "rpoly_": null, "length": 576.97446044999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15735, "Shape__Length": 230.10775987410221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186716307514104, 39.990224416148102 ], [ -75.186373994500798, 39.991786243596799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15253, "tnode_": 15203, "lpoly_": null, "rpoly_": null, "length": 129.49081729, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 15736, "Shape__Length": 51.641532225499347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173767388405295, 39.989827400879598 ], [ -75.173684187059905, 39.990177060723603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15183, "tnode_": 15256, "lpoly_": null, "rpoly_": null, "length": 314.64831421000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2210, "l_t_add": 2298, "r_f_add": 2213, "r_t_add": 2299, "st_code": 37440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 15737, "Shape__Length": 125.15386371688535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169338014801994, 39.990221536160099 ], [ -75.170276622983096, 39.989747377417601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15260, "tnode_": 15255, "lpoly_": null, "rpoly_": null, "length": 65.74950739, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3218, "l_t_add": 3222, "r_f_add": 3219, "r_t_add": 3223, "st_code": 75680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 15738, "Shape__Length": 26.125137935222774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185665892399101, 39.990086254742998 ], [ -75.185896096052701, 39.990121229103401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15265, "tnode_": 15183, "lpoly_": null, "rpoly_": null, "length": 215.08371275, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 26080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520087, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15739, "Shape__Length": 85.778221671541999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169463356454202, 39.989639029529201 ], [ -75.169338014801994, 39.990221536160099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15265, "tnode_": 15256, "lpoly_": null, "rpoly_": null, "length": 231.27232943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2266, "l_t_add": 2298, "r_f_add": 2217, "r_t_add": 2299, "st_code": 27520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520088, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15740, "Shape__Length": 91.89092916985463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169463356454202, 39.989639029529201 ], [ -75.170276622983096, 39.989747377417601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15267, "tnode_": 15191, "lpoly_": null, "rpoly_": null, "length": 218.23220369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 88420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520089, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15741, "Shape__Length": 87.034655347239763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185054611639799, 39.990011980812497 ], [ -75.1849295004357, 39.990603275247402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15273, "tnode_": 15104, "lpoly_": null, "rpoly_": null, "length": 371.84406303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2334, "r_f_add": 2301, "r_t_add": 2341, "st_code": 88210, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520090, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15742, "Shape__Length": 148.29719756726132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168895969302994, 39.989559329904701 ], [ -75.168683442723406, 39.990566912723502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15273, "tnode_": 15265, "lpoly_": null, "rpoly_": null, "length": 161.61289261, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2264, "r_f_add": 2201, "r_t_add": 2215, "st_code": 27520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520091, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 15743, "Shape__Length": 64.214009504466745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168895969302994, 39.989559329904701 ], [ -75.169463356454202, 39.989639029529201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15276, "tnode_": 15191, "lpoly_": null, "rpoly_": null, "length": 282.82294952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3148, "l_t_add": 3198, "r_f_add": 3123, "r_t_add": 3199, "st_code": 68280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520092, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15744, "Shape__Length": 112.68706461135551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184407200974803, 39.989938916072902 ], [ -75.1849295004357, 39.990603275247402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15298, "tnode_": 15272, "lpoly_": null, "rpoly_": null, "length": 451.77114636, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 34420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLETCHER ST", "stname": "W FLETCHER ST", "objectid": 15745, "Shape__Length": 179.4995210201636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440370783093, 39.989594577033301 ], [ -75.177031005384606, 39.989797206198702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15310, "tnode_": 15298, "lpoly_": null, "rpoly_": null, "length": 267.80827575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 34420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLETCHER ST", "stname": "W FLETCHER ST", "objectid": 15746, "Shape__Length": 106.40615321975625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174497161597102, 39.989475809580803 ], [ -75.175440370783093, 39.989594577033301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15355, "tnode_": 15267, "lpoly_": null, "rpoly_": null, "length": 206.21182367, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2141, "r_t_add": 2199, "st_code": 88420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15747, "Shape__Length": 82.240314804476682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185170836845202, 39.989453007836197 ], [ -75.185054611639799, 39.990011980812497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15381, "tnode_": 14976, "lpoly_": null, "rpoly_": null, "length": 1066.4725137300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2298, "r_f_add": 2101, "r_t_add": 2299, "st_code": 68050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520096, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 15748, "Shape__Length": 424.99745082837558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190985224795895, 39.9894062470051 ], [ -75.190160499519195, 39.990181747012898 ], [ -75.189862119104802, 39.990546082914598 ], [ -75.189626478088201, 39.990923981237103 ], [ -75.1894888469552, 39.991218919408396 ], [ -75.1893974708305, 39.991545299242198 ], [ -75.189355246539506, 39.991972816248598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15404, "tnode_": 15298, "lpoly_": null, "rpoly_": null, "length": 246.3274815, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2226, "r_f_add": 2201, "r_t_add": 2223, "st_code": 88300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 15749, "Shape__Length": 98.23703230051926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175588420225097, 39.988928035904401 ], [ -75.175440370783093, 39.989594577033301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15407, "tnode_": 15381, "lpoly_": null, "rpoly_": null, "length": 128.80041004999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2080, "l_t_add": 2098, "r_f_add": 2081, "r_t_add": 2099, "st_code": 68050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520098, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 15750, "Shape__Length": 51.232783192558401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191366840168598, 39.989209142927699 ], [ -75.190985224795895, 39.9894062470051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15418, "tnode_": 15355, "lpoly_": null, "rpoly_": null, "length": 158.82319818000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2124, "l_t_add": 2144, "r_f_add": 2123, "r_t_add": 2139, "st_code": 88420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520099, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15751, "Shape__Length": 63.340479762963739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185261033323499, 39.989022574075499 ], [ -75.185170836845202, 39.989453007836197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15423, "tnode_": 15397, "lpoly_": null, "rpoly_": null, "length": 398.22481749000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 75680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 15752, "Shape__Length": 158.22245436187055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175806483857201, 39.988821631096101 ], [ -75.177208568174294, 39.989000260179601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15460, "tnode_": 15273, "lpoly_": null, "rpoly_": null, "length": 445.39088072000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2212, "l_t_add": 2298, "r_f_add": 2213, "r_t_add": 2299, "st_code": 88210, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520101, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15753, "Shape__Length": 177.62398810367418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169164044230797, 39.988354190737098 ], [ -75.168895969302994, 39.989559329904701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15475, "tnode_": 15244, "lpoly_": null, "rpoly_": null, "length": 572.86147924, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520102, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15754, "Shape__Length": 228.46135378125547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187062157528899, 39.988674505280798 ], [ -75.186716307514104, 39.990224416148102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15482, "tnode_": 15475, "lpoly_": null, "rpoly_": null, "length": 204.79436108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3221, "r_t_add": 3299, "st_code": 28440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15755, "Shape__Length": 81.368581064810286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1863412768367, 39.988581885042798 ], [ -75.187062157528899, 39.988674505280798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15487, "tnode_": 15482, "lpoly_": null, "rpoly_": null, "length": 96.73834108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3216, "l_t_add": 3224, "r_f_add": 3217, "r_t_add": 3219, "st_code": 28440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15756, "Shape__Length": 38.43650934014159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186001468770996, 39.988534970025697 ], [ -75.1863412768367, 39.988581885042798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15500, "tnode_": 15487, "lpoly_": null, "rpoly_": null, "length": 175.42875924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3214, "r_f_add": 3201, "r_t_add": 3215, "st_code": 28440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520105, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15757, "Shape__Length": 69.70145106224814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185384535614105, 39.988453010006097 ], [ -75.186001468770996, 39.988534970025697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15526, "tnode_": 15460, "lpoly_": null, "rpoly_": null, "length": 142.06625474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2210, "r_f_add": 2201, "r_t_add": 2211, "st_code": 88210, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520106, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15758, "Shape__Length": 56.657847864326499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169236299705801, 39.987968182122003 ], [ -75.169164044230797, 39.988354190737098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15527, "tnode_": 15500, "lpoly_": null, "rpoly_": null, "length": 450.94985184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 28440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520107, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15759, "Shape__Length": 179.17065692771106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183797981460501, 39.9882454455893 ], [ -75.185384535614105, 39.988453010006097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15576, "tnode_": 15475, "lpoly_": null, "rpoly_": null, "length": 217.29266124, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2034, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 88440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15760, "Shape__Length": 86.659160328709604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187174426273103, 39.988084294455597 ], [ -75.187062157528899, 39.988674505280798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15623, "tnode_": 15594, "lpoly_": null, "rpoly_": null, "length": 449.33485421999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 34600, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520109, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 15761, "Shape__Length": 178.52713909209811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183934112951903, 39.987665882871099 ], [ -75.185515343548104, 39.987871014767599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15635, "tnode_": 15576, "lpoly_": null, "rpoly_": null, "length": 160.4991234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2032, "r_f_add": 2019, "r_t_add": 2031, "st_code": 88440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520110, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15762, "Shape__Length": 64.005958865628571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187276480929697, 39.9876507544258 ], [ -75.187174426273103, 39.988084294455597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15659, "tnode_": 15594, "lpoly_": null, "rpoly_": null, "length": 166.4287989, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2032, "r_f_add": 2019, "r_t_add": 2035, "st_code": 88420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520111, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15763, "Shape__Length": 66.371660187658534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185613193801601, 39.987420389911598 ], [ -75.185515343548104, 39.987871014767599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15662, "tnode_": 15526, "lpoly_": null, "rpoly_": null, "length": 346.39698027000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 88210, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520112, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15764, "Shape__Length": 138.14118888116579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169448950968999, 39.987031454394902 ], [ -75.169236299705801, 39.987968182122003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15662, "tnode_": 15645, "lpoly_": null, "rpoly_": null, "length": 397.48798911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 30720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 15765, "Shape__Length": 157.92653148415482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169448950968999, 39.987031454394902 ], [ -75.170847268120895, 39.9872149512627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15673, "tnode_": 15663, "lpoly_": null, "rpoly_": null, "length": 133.84691755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2514, "l_t_add": 2526, "r_f_add": 2515, "r_t_add": 2525, "st_code": 28440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520114, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15766, "Shape__Length": 53.179296480642947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174942373401507, 39.987101405075997 ], [ -75.175412800306304, 39.987165108382101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15682, "tnode_": 15673, "lpoly_": null, "rpoly_": null, "length": 163.98660765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2513, "st_code": 28440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520115, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15767, "Shape__Length": 65.152296368375715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1743638716882, 39.987033389648801 ], [ -75.174942373401507, 39.987101405075997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15688, "tnode_": 15659, "lpoly_": null, "rpoly_": null, "length": 450.50505954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 62700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 15768, "Shape__Length": 178.99389872796223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184031503481805, 39.987212753958502 ], [ -75.184088033954794, 39.987210714676003 ], [ -75.185551112621198, 39.987399993336801 ], [ -75.185613193801601, 39.987420389911598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15700, "tnode_": 14917, "lpoly_": null, "rpoly_": null, "length": 1947.8017727399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 16760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520117, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15769, "Shape__Length": 776.76826230373035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2162241172705, 39.987737701505203 ], [ -75.216884374066098, 39.990210198408697 ], [ -75.217641632733404, 39.992972290621204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15700, "tnode_": 15390, "lpoly_": null, "rpoly_": null, "length": 1262.84262169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNNEFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 84940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 520118, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNNEFIELD AVE", "stname": "WYNNEFIELD AVE", "objectid": 15770, "Shape__Length": 502.63171794172035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2162241172705, 39.987737701505203 ], [ -75.216421815045095, 39.987773366421102 ], [ -75.216657453566896, 39.987815058187898 ], [ -75.216853820392998, 39.987849800983199 ], [ -75.217079746303099, 39.987939931501103 ], [ -75.217289420755094, 39.988041866446501 ], [ -75.217491421277202, 39.988137549924403 ], [ -75.217691291343101, 39.988238363173899 ], [ -75.217832223820594, 39.988327522431398 ], [ -75.217962673690295, 39.988433789993003 ], [ -75.218116142100399, 39.988558810407397 ], [ -75.218245460100306, 39.988695462291901 ], [ -75.218343630230393, 39.988819262600899 ], [ -75.218418100434207, 39.988942540086498 ], [ -75.218507466205807, 39.989090473030501 ], [ -75.218558461939296, 39.989207151823599 ], [ -75.218585758633495, 39.989323307014899 ], [ -75.218651876652999, 39.989458563610398 ], [ -75.218734022919406, 39.989588092795003 ], [ -75.218878916866799, 39.989731168234997 ], [ -75.218978675031295, 39.989812430744799 ], [ -75.219227178607397, 39.989933463406302 ], [ -75.219343274760703, 39.989968449202799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15710, "tnode_": 15635, "lpoly_": null, "rpoly_": null, "length": 188.54247418999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 88440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520119, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15771, "Shape__Length": 75.190619562704271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187385101238206, 39.987139970592096 ], [ -75.187276480929697, 39.9876507544258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15738, "tnode_": 15659, "lpoly_": null, "rpoly_": null, "length": 181.81593351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 88420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520120, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15772, "Shape__Length": 72.507353858980721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185721345494798, 39.9869282649139 ], [ -75.185613193801601, 39.987420389911598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15741, "tnode_": 15729, "lpoly_": null, "rpoly_": null, "length": 221.39208238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2220, "l_t_add": 2298, "r_f_add": 2221, "r_t_add": 2299, "st_code": 28440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15773, "Shape__Length": 87.959492798642614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170398648764603, 39.9865210340757 ], [ -75.171179081314406, 39.986615707072303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15747, "tnode_": 15738, "lpoly_": null, "rpoly_": null, "length": 160.62495574, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3138, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 60140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15774, "Shape__Length": 63.817331505020199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185155612889005, 39.986857221388597 ], [ -75.185721345494798, 39.9869282649139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15751, "tnode_": 15662, "lpoly_": null, "rpoly_": null, "length": 227.26269478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 88210, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520123, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15775, "Shape__Length": 90.631678296264923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169577395854603, 39.986415463746901 ], [ -75.169448950968999, 39.987031454394902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15751, "tnode_": 15741, "lpoly_": null, "rpoly_": null, "length": 233.31947799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2218, "r_f_add": 2201, "r_t_add": 2219, "st_code": 28440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520124, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 15776, "Shape__Length": 92.69919913301112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169577395854603, 39.986415463746901 ], [ -75.170398648764603, 39.9865210340757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15788, "tnode_": 15710, "lpoly_": null, "rpoly_": null, "length": 184.95624085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1933, "r_t_add": 1999, "st_code": 88440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520125, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15777, "Shape__Length": 73.759639402970961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187493384859593, 39.986639121795903 ], [ -75.187385101238206, 39.987139970592096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15829, "tnode_": 15738, "lpoly_": null, "rpoly_": null, "length": 187.0001972, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1935, "r_t_add": 1999, "st_code": 88420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520126, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15778, "Shape__Length": 74.574705226364017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185829571476603, 39.986421721752002 ], [ -75.185721345494798, 39.9869282649139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15833, "tnode_": 15729, "lpoly_": null, "rpoly_": null, "length": 196.13467337, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2056, "l_t_add": 2098, "r_f_add": 2057, "r_t_add": 2099, "st_code": 88230, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15779, "Shape__Length": 78.216940330477669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171293815911298, 39.986084575999897 ], [ -75.171179081314406, 39.986615707072303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15847, "tnode_": 15741, "lpoly_": null, "rpoly_": null, "length": 198.8083904, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2022, "l_t_add": 2098, "r_f_add": 2025, "r_t_add": 2099, "st_code": 26080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520128, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15780, "Shape__Length": 79.281945992714142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170522592377395, 39.985983672877197 ], [ -75.170398648764603, 39.9865210340757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15855, "tnode_": 15775, "lpoly_": null, "rpoly_": null, "length": 478.09529781999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 68050, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520129, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 15781, "Shape__Length": 190.67501896757665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1967531892643, 39.985766411288502 ], [ -75.196855752779101, 39.986444599528298 ], [ -75.196860815071602, 39.986730557131501 ], [ -75.196886913223693, 39.987073655030898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15880, "tnode_": 15788, "lpoly_": null, "rpoly_": null, "length": 176.84113959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1916, "l_t_add": 1930, "r_f_add": 1917, "r_t_add": 1931, "st_code": 88440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15782, "Shape__Length": 70.522559728398036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187599062112298, 39.986160525509199 ], [ -75.187493384859593, 39.986639121795903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15910, "tnode_": 15829, "lpoly_": null, "rpoly_": null, "length": 177.43638836, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1916, "l_t_add": 1930, "r_f_add": 1917, "r_t_add": 1933, "st_code": 88420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520136, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15783, "Shape__Length": 70.758571044621632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185943103470194, 39.985942530052903 ], [ -75.185829571476603, 39.986421721752002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15913, "tnode_": 15833, "lpoly_": null, "rpoly_": null, "length": 174.10138086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2012, "l_t_add": 2054, "r_f_add": 2013, "r_t_add": 2055, "st_code": 88230, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520137, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15784, "Shape__Length": 69.429651448242836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171396210847604, 39.985613181403501 ], [ -75.171293815911298, 39.986084575999897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15928, "tnode_": 15847, "lpoly_": null, "rpoly_": null, "length": 175.7346231, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2014, "l_t_add": 2020, "r_f_add": 2013, "r_t_add": 2023, "st_code": 26080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520138, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15785, "Shape__Length": 70.081757716300899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170619583540002, 39.985507063975199 ], [ -75.170522592377395, 39.985983672877197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15931, "tnode_": 15827, "lpoly_": null, "rpoly_": null, "length": 238.09781565, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2031, "r_t_add": 2099, "st_code": 88170, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520139, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 15786, "Shape__Length": 94.951197530785635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166235249510095, 39.985329872942899 ], [ -75.166100618971598, 39.9859752240828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15954, "tnode_": 15938, "lpoly_": null, "rpoly_": null, "length": 283.08136417999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2414, "l_t_add": 2498, "r_f_add": 2419, "r_t_add": 2499, "st_code": 60140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520140, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15787, "Shape__Length": 112.46986183888396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173701619790094, 39.985379123662 ], [ -75.174696100775904, 39.985515719985003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15962, "tnode_": 15856, "lpoly_": null, "rpoly_": null, "length": 238.738365, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 88150, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15788, "Shape__Length": 95.204592787367162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164667213959902, 39.985123150957399 ], [ -75.164520113583094, 39.9857686746914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15963, "tnode_": 15880, "lpoly_": null, "rpoly_": null, "length": 186.76410174, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 88440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520142, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15789, "Shape__Length": 74.479734870198811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187707022052507, 39.985654605671101 ], [ -75.187599062112298, 39.986160525509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15965, "tnode_": 15954, "lpoly_": null, "rpoly_": null, "length": 167.96681377000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2412, "r_f_add": 2401, "r_t_add": 2417, "st_code": 60140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15790, "Shape__Length": 66.733606688947859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173110999145393, 39.985300456160999 ], [ -75.173701619790094, 39.985379123662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15981, "tnode_": 15965, "lpoly_": null, "rpoly_": null, "length": 227.79374049, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 60140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520144, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15791, "Shape__Length": 90.501169539973944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172308061157295, 39.985202823581297 ], [ -75.173110999145393, 39.985300456160999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15987, "tnode_": 15886, "lpoly_": null, "rpoly_": null, "length": 230.56986822, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2029, "r_t_add": 2099, "st_code": 88130, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520145, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15792, "Shape__Length": 91.94741067937494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163091450194898, 39.9849278814782 ], [ -75.162953021117403, 39.9855518025092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15988, "tnode_": 15910, "lpoly_": null, "rpoly_": null, "length": 185.66140133, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 88420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520146, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15793, "Shape__Length": 74.041082471574413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186040650485793, 39.985438420565799 ], [ -75.185943103470194, 39.985942530052903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15988, "tnode_": 15973, "lpoly_": null, "rpoly_": null, "length": 246.33381621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3228, "r_f_add": 3201, "r_t_add": 3227, "st_code": 17200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520147, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15794, "Shape__Length": 97.867866679145749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186040650485793, 39.985438420565799 ], [ -75.186908388734494, 39.985546659803802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15994, "tnode_": 15913, "lpoly_": null, "rpoly_": null, "length": 189.8113072, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2011, "st_code": 88230, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520149, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15795, "Shape__Length": 75.693170911031274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1715137358741, 39.9851000286139 ], [ -75.171396210847604, 39.985613181403501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15994, "tnode_": 15981, "lpoly_": null, "rpoly_": null, "length": 225.7148761, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2326, "r_f_add": 2301, "r_t_add": 2327, "st_code": 60140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520150, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15796, "Shape__Length": 89.676234417022727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1715137358741, 39.9851000286139 ], [ -75.172308061157295, 39.985202823581297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15998, "tnode_": 15988, "lpoly_": null, "rpoly_": null, "length": 157.33108105, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3134, "l_t_add": 3198, "r_f_add": 3139, "r_t_add": 3199, "st_code": 17200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520151, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15797, "Shape__Length": 62.506327973293061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185485432037893, 39.985374227584302 ], [ -75.186040650485793, 39.985438420565799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16001, "tnode_": 15994, "lpoly_": null, "rpoly_": null, "length": 112.24237973, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2230, "l_t_add": 2298, "r_f_add": 2233, "r_t_add": 2299, "st_code": 60140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520152, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15798, "Shape__Length": 44.593552819751579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171118563244207, 39.985049717588304 ], [ -75.1715137358741, 39.9851000286139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16009, "tnode_": 15928, "lpoly_": null, "rpoly_": null, "length": 187.40895306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2011, "st_code": 26080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520153, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15799, "Shape__Length": 74.736882583804785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170722869295204, 39.984998775378301 ], [ -75.170619583540002, 39.985507063975199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16009, "tnode_": 16001, "lpoly_": null, "rpoly_": null, "length": 112.42431275, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2222, "l_t_add": 2228, "r_f_add": 2221, "r_t_add": 2231, "st_code": 60140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520154, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15800, "Shape__Length": 44.665904480704143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170722869295204, 39.984998775378301 ], [ -75.171118563244207, 39.985049717588304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16010, "tnode_": 15931, "lpoly_": null, "rpoly_": null, "length": 160.53386028000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2016, "l_t_add": 2034, "r_f_add": 2015, "r_t_add": 2029, "st_code": 88170, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520155, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 15801, "Shape__Length": 64.019546676611043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166321307547506, 39.984894188244802 ], [ -75.166235249510095, 39.985329872942899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16024, "tnode_": 15912, "lpoly_": null, "rpoly_": null, "length": 233.81009572, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2027, "r_t_add": 2099, "st_code": 88110, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520156, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15802, "Shape__Length": 93.239573798417766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161523494442307, 39.984715614517498 ], [ -75.161385146294805, 39.985348567590599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16029, "tnode_": 15751, "lpoly_": null, "rpoly_": null, "length": 560.20939878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88210, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520157, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15803, "Shape__Length": 223.40304849879155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169916847421305, 39.984899950165499 ], [ -75.169577395854603, 39.986415463746901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16029, "tnode_": 16009, "lpoly_": null, "rpoly_": null, "length": 228.71632619, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2220, "r_f_add": 2201, "r_t_add": 2219, "st_code": 60140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15804, "Shape__Length": 90.867446768312561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169916847421305, 39.984899950165499 ], [ -75.170722869295204, 39.984998775378301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16044, "tnode_": 15772, "lpoly_": null, "rpoly_": null, "length": 561.06135467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 79740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520159, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 15805, "Shape__Length": 223.74487241538665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169104651265599, 39.984795396811798 ], [ -75.168781238236704, 39.986315354296998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16044, "tnode_": 16029, "lpoly_": null, "rpoly_": null, "length": 230.76063942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2118, "l_t_add": 2198, "r_f_add": 2119, "r_t_add": 2199, "st_code": 60140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520160, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15806, "Shape__Length": 91.680397527805852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169104651265599, 39.984795396811798 ], [ -75.169916847421305, 39.984899950165499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16048, "tnode_": 15962, "lpoly_": null, "rpoly_": null, "length": 158.48478928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2014, "l_t_add": 2028, "r_f_add": 2019, "r_t_add": 2035, "st_code": 88150, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15807, "Shape__Length": 63.200116112611028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164766752892305, 39.984694881688498 ], [ -75.164667213959902, 39.985123150957399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16048, "tnode_": 16010, "lpoly_": null, "rpoly_": null, "length": 441.63078042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 62700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520162, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 15808, "Shape__Length": 175.45808320436066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164766752892305, 39.984694881688498 ], [ -75.166321307547506, 39.984894188244802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16053, "tnode_": 15700, "lpoly_": null, "rpoly_": null, "length": 723.39252426000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 16760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520163, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15809, "Shape__Length": 288.46547269235111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215682602391794, 39.985796078964697 ], [ -75.2162241172705, 39.987737701505203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16055, "tnode_": 15940, "lpoly_": null, "rpoly_": null, "length": 238.0438986, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2029, "r_t_add": 2099, "st_code": 88090, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15810, "Shape__Length": 94.927282012002294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957388289698, 39.984513377056103 ], [ -75.159813890943397, 39.985157446234602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16062, "tnode_": 15786, "lpoly_": null, "rpoly_": null, "length": 559.99862386000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88190, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520165, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 15811, "Shape__Length": 223.32000457125562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168305721896004, 39.984695629445703 ], [ -75.167977810510493, 39.986212059121698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16062, "tnode_": 16044, "lpoly_": null, "rpoly_": null, "length": 226.80924405000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2117, "st_code": 60140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520166, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15812, "Shape__Length": 90.109827430800692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168305721896004, 39.984695629445703 ], [ -75.169104651265599, 39.984795396811798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16064, "tnode_": 15965, "lpoly_": null, "rpoly_": null, "length": 189.0214732, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1940, "l_t_add": 1998, "r_f_add": 1947, "r_t_add": 1999, "st_code": 88260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 15813, "Shape__Length": 75.378848710457007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173221338041301, 39.984788557866302 ], [ -75.173110999145393, 39.985300456160999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16071, "tnode_": 15800, "lpoly_": null, "rpoly_": null, "length": 561.9491165500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 48860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520168, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 15814, "Shape__Length": 224.09740345046166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167651134421206, 39.984609098350298 ], [ -75.1673209961872, 39.986130670719199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16073, "tnode_": 15987, "lpoly_": null, "rpoly_": null, "length": 165.0690569, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2034, "r_f_add": 2023, "r_t_add": 2027, "st_code": 88130, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520169, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15815, "Shape__Length": 65.826686876733561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163187670835697, 39.984480832573396 ], [ -75.163091450194898, 39.9849278814782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16079, "tnode_": 16071, "lpoly_": null, "rpoly_": null, "length": 80.93448677, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2028, "l_t_add": 2030, "r_f_add": 2017, "r_t_add": 2023, "st_code": 60140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520170, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15816, "Shape__Length": 32.155806480442628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167367356290299, 39.984567762542497 ], [ -75.167651134421206, 39.984609098350298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16082, "tnode_": 15813, "lpoly_": null, "rpoly_": null, "length": 567.9621972, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 84580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520171, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 15817, "Shape__Length": 226.49628954306212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167080945476997, 39.984526117194903 ], [ -75.166755670673993, 39.9860650349843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16082, "tnode_": 16079, "lpoly_": null, "rpoly_": null, "length": 81.68037767, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2022, "l_t_add": 2026, "r_f_add": 2009, "r_t_add": 2015, "st_code": 60140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520172, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15818, "Shape__Length": 32.452118815710136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167080945476997, 39.984526117194903 ], [ -75.167367356290299, 39.984567762542497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16087, "tnode_": 15966, "lpoly_": null, "rpoly_": null, "length": 231.99636453, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 88070, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15819, "Shape__Length": 92.515320002956599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158388363298201, 39.984315475201498 ], [ -75.158248213521702, 39.984943142341898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16092, "tnode_": 15988, "lpoly_": null, "rpoly_": null, "length": 186.2553097, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1844, "l_t_add": 1898, "r_f_add": 1843, "r_t_add": 1899, "st_code": 88420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15820, "Shape__Length": 74.276047792569557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186148335724099, 39.984933881563101 ], [ -75.186040650485793, 39.985438420565799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16101, "tnode_": 16010, "lpoly_": null, "rpoly_": null, "length": 165.9608313, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2013, "st_code": 88170, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520176, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 15821, "Shape__Length": 66.181667434977228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166422206997595, 39.984445265610702 ], [ -75.166321307547506, 39.984894188244802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16101, "tnode_": 16082, "lpoly_": null, "rpoly_": null, "length": 186.92936708000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2007, "st_code": 60140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15822, "Shape__Length": 74.265279055353446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166422206997595, 39.984445265610702 ], [ -75.167080945476997, 39.984526117194903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16108, "tnode_": 16024, "lpoly_": null, "rpoly_": null, "length": 161.02933012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2014, "l_t_add": 2026, "r_f_add": 2015, "r_t_add": 2025, "st_code": 88110, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520178, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15823, "Shape__Length": 64.214536119193667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161623977610802, 39.984280379647203 ], [ -75.161523494442307, 39.984715614517498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16108, "tnode_": 16073, "lpoly_": null, "rpoly_": null, "length": 444.22806136000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 62700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 15824, "Shape__Length": 176.48889217404357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161623977610802, 39.984280379647203 ], [ -75.163187670835697, 39.984480832573396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16116, "tnode_": 16101, "lpoly_": null, "rpoly_": null, "length": 220.59457673, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 60140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520180, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15825, "Shape__Length": 87.641210666012157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165646186582293, 39.984343543595799 ], [ -75.166422206997595, 39.984445265610702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16120, "tnode_": 16092, "lpoly_": null, "rpoly_": null, "length": 446.98816756999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUCLID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 32360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EUCLID AVE", "stname": "EUCLID AVE", "objectid": 15826, "Shape__Length": 177.5848223485047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184572807067198, 39.984742173323198 ], [ -75.186148335724099, 39.984933881563101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16129, "tnode_": 16048, "lpoly_": null, "rpoly_": null, "length": 164.75846836, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2017, "st_code": 88150, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520182, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15827, "Shape__Length": 65.703218551363179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164858428432694, 39.984248131107599 ], [ -75.164766752892305, 39.984694881688498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16129, "tnode_": 16116, "lpoly_": null, "rpoly_": null, "length": 223.46903508, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1925, "st_code": 60140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520183, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15828, "Shape__Length": 88.781674001063109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164858428432694, 39.984248131107599 ], [ -75.165646186582293, 39.984343543595799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16142, "tnode_": 16055, "lpoly_": null, "rpoly_": null, "length": 160.75910764, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2014, "l_t_add": 2028, "r_f_add": 2013, "r_t_add": 2027, "st_code": 88090, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15829, "Shape__Length": 64.107199694225585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160053646913198, 39.9840783300182 ], [ -75.159957388289698, 39.984513377056103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16146, "tnode_": 15969, "lpoly_": null, "rpoly_": null, "length": 323.9586652, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2034, "r_f_add": 2001, "r_t_add": 2035, "st_code": 38180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 15830, "Shape__Length": 129.18967593043536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164288602534697, 39.984171428698403 ], [ -75.164104964630695, 39.9850494440552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16146, "tnode_": 16129, "lpoly_": null, "rpoly_": null, "length": 162.10587209, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1828, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 60140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15831, "Shape__Length": 64.404123281995439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164288602534697, 39.984171428698403 ], [ -75.164858428432694, 39.984248131107599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16147, "tnode_": 16092, "lpoly_": null, "rpoly_": null, "length": 102.35485762, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1830, "l_t_add": 1842, "r_f_add": 1821, "r_t_add": 1841, "st_code": 88420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520187, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15832, "Shape__Length": 40.816168408945394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186216050159302, 39.984657775319 ], [ -75.186148335724099, 39.984933881563101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16151, "tnode_": 16146, "lpoly_": null, "rpoly_": null, "length": 57.61492111, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1824, "l_t_add": 1826, "r_f_add": 1825, "r_t_add": 1827, "st_code": 60140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520188, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15833, "Shape__Length": 22.890981380840536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164086980708404, 39.984140459237203 ], [ -75.164288602534697, 39.984171428698403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16159, "tnode_": 16151, "lpoly_": null, "rpoly_": null, "length": 78.1886601, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1816, "l_t_add": 1822, "r_f_add": 1817, "r_t_add": 1823, "st_code": 60140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520189, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15834, "Shape__Length": 31.062135504841947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163809935270294, 39.9841149673396 ], [ -75.164086980708404, 39.984140459237203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16167, "tnode_": 16073, "lpoly_": null, "rpoly_": null, "length": 161.98312849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2021, "st_code": 88130, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520190, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15835, "Shape__Length": 64.59456073595608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163289422947003, 39.984043112158297 ], [ -75.163187670835697, 39.984480832573396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16167, "tnode_": 16159, "lpoly_": null, "rpoly_": null, "length": 148.19109763, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 60140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15836, "Shape__Length": 58.876064125949917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163289422947003, 39.984043112158297 ], [ -75.163809935270294, 39.9841149673396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16183, "tnode_": 16087, "lpoly_": null, "rpoly_": null, "length": 161.58682208000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2028, "r_f_add": 2017, "r_t_add": 2035, "st_code": 88070, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15837, "Shape__Length": 64.437637956152102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158481304020896, 39.983877699038203 ], [ -75.158388363298201, 39.984315475201498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16183, "tnode_": 16142, "lpoly_": null, "rpoly_": null, "length": 446.63230361999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 62700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520193, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 15838, "Shape__Length": 177.44285984588015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158481304020896, 39.983877699038203 ], [ -75.160053646913198, 39.9840783300182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16189, "tnode_": 15963, "lpoly_": null, "rpoly_": null, "length": 411.95658132, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1812, "l_t_add": 1898, "r_f_add": 1813, "r_t_add": 1899, "st_code": 88440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520194, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15839, "Shape__Length": 164.28128643274647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187952805003206, 39.984539650657403 ], [ -75.187707022052507, 39.985654605671101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16209, "tnode_": 16108, "lpoly_": null, "rpoly_": null, "length": 164.98550239, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2013, "st_code": 88110, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15840, "Shape__Length": 65.792578513881793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161721298487393, 39.983833704371101 ], [ -75.161623977610802, 39.984280379647203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16209, "tnode_": 16167, "lpoly_": null, "rpoly_": null, "length": 446.00212925, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 60140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15841, "Shape__Length": 177.19413354416085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161721298487393, 39.983833704371101 ], [ -75.163289422947003, 39.984043112158297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16223, "tnode_": 16147, "lpoly_": null, "rpoly_": null, "length": 120.78631324, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1818, "l_t_add": 1828, "r_f_add": 1809, "r_t_add": 1819, "st_code": 88420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520197, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15842, "Shape__Length": 48.167975557449324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186281928760394, 39.984330097529501 ], [ -75.186216050159302, 39.984657775319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16223, "tnode_": 16204, "lpoly_": null, "rpoly_": null, "length": 247.49293498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3226, "r_f_add": 3201, "r_t_add": 3225, "st_code": 57160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15843, "Shape__Length": 98.327140881294852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186281928760394, 39.984330097529501 ], [ -75.1871533214008, 39.9844407946213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16232, "tnode_": 16053, "lpoly_": null, "rpoly_": null, "length": 346.03130188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 16760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520199, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 15844, "Shape__Length": 137.9824042621573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2154194810647, 39.9848679947238 ], [ -75.215682602391794, 39.985796078964697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16234, "tnode_": 16222, "lpoly_": null, "rpoly_": null, "length": 160.1371655, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2428, "l_t_add": 2498, "r_f_add": 2441, "r_t_add": 2499, "st_code": 17200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520200, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15845, "Shape__Length": 63.622232961447175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174466542143804, 39.983945258695499 ], [ -75.175028891937799, 39.984023425726498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16239, "tnode_": 16142, "lpoly_": null, "rpoly_": null, "length": 162.96218494, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2011, "st_code": 88090, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520201, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15846, "Shape__Length": 64.985720231180494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1601484900918, 39.983636968190297 ], [ -75.160053646913198, 39.9840783300182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16239, "tnode_": 16209, "lpoly_": null, "rpoly_": null, "length": 446.53263493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 60140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520202, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15847, "Shape__Length": 177.40191293290965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1601484900918, 39.983636968190297 ], [ -75.161721298487393, 39.983833704371101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16240, "tnode_": 16234, "lpoly_": null, "rpoly_": null, "length": 133.95925498, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2416, "l_t_add": 2426, "r_f_add": 2417, "r_t_add": 2439, "st_code": 17200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520203, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15848, "Shape__Length": 53.220827698288716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173995074575799, 39.983884493760897 ], [ -75.174466542143804, 39.983945258695499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16251, "tnode_": 16223, "lpoly_": null, "rpoly_": null, "length": 446.82526857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 57160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15849, "Shape__Length": 177.5219309156079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184710926113198, 39.984120203289102 ], [ -75.186281928760394, 39.984330097529501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16256, "tnode_": 16064, "lpoly_": null, "rpoly_": null, "length": 362.30203866, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1938, "r_f_add": 1901, "r_t_add": 1945, "st_code": 88260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520205, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 15850, "Shape__Length": 144.47709610960985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173444964330102, 39.983808984076397 ], [ -75.173221338041301, 39.984788557866302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16256, "tnode_": 16240, "lpoly_": null, "rpoly_": null, "length": 156.59053351, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2415, "st_code": 17200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520206, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15851, "Shape__Length": 62.212848117806985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173444964330102, 39.983808984076397 ], [ -75.173995074575799, 39.983884493760897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16258, "tnode_": 16189, "lpoly_": null, "rpoly_": null, "length": 148.82523988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1811, "st_code": 88440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520207, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15852, "Shape__Length": 59.349212335988582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188035297539898, 39.984136065353503 ], [ -75.187952805003206, 39.984539650657403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16262, "tnode_": 16256, "lpoly_": null, "rpoly_": null, "length": 157.13101619, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2336, "l_t_add": 2398, "r_f_add": 2337, "r_t_add": 2399, "st_code": 17200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520208, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15853, "Shape__Length": 62.425527085186786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1728906723324, 39.983743821468899 ], [ -75.173444964330102, 39.983808984076397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16265, "tnode_": 16183, "lpoly_": null, "rpoly_": null, "length": 165.13163226, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2015, "st_code": 88070, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520209, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 15854, "Shape__Length": 65.851722853105457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1585696241942, 39.983429512653601 ], [ -75.158481304020896, 39.983877699038203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16265, "tnode_": 16239, "lpoly_": null, "rpoly_": null, "length": 448.85041901, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 60140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15855, "Shape__Length": 178.32403922536312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1585696241942, 39.983429512653601 ], [ -75.1601484900918, 39.983636968190297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16267, "tnode_": 16167, "lpoly_": null, "rpoly_": null, "length": 191.47570371999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1940, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 88130, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15856, "Shape__Length": 76.355673659001241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163404470443794, 39.983524991841797 ], [ -75.163289422947003, 39.984043112158297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16271, "tnode_": 15981, "lpoly_": null, "rpoly_": null, "length": 550.24134987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 46360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520212, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 15857, "Shape__Length": 219.42404937327683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172641788077598, 39.983714318732098 ], [ -75.172308061157295, 39.985202823581297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16271, "tnode_": 16262, "lpoly_": null, "rpoly_": null, "length": 70.56737668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2320, "l_t_add": 2334, "r_f_add": 2321, "r_t_add": 2335, "st_code": 17200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520213, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15858, "Shape__Length": 28.035261507343943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172641788077598, 39.983714318732098 ], [ -75.1728906723324, 39.983743821468899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16275, "tnode_": 16271, "lpoly_": null, "rpoly_": null, "length": 62.19005528, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2314, "l_t_add": 2318, "r_f_add": 2315, "r_t_add": 2319, "st_code": 17200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520214, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15859, "Shape__Length": 24.71027214448544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172426144857596, 39.983673981294302 ], [ -75.172641788077598, 39.983714318732098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16276, "tnode_": 15977, "lpoly_": null, "rpoly_": null, "length": 558.6176528100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 21400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520215, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 15860, "Shape__Length": 222.7652388359316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157860664034999, 39.983342492128997 ], [ -75.157536045322402, 39.984855498098902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16276, "tnode_": 16265, "lpoly_": null, "rpoly_": null, "length": 201.18416414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1425, "r_t_add": 1499, "st_code": 60140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 15861, "Shape__Length": 79.927282849540561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157860664034999, 39.983342492128997 ], [ -75.1585696241942, 39.983429512653601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16289, "tnode_": 15994, "lpoly_": null, "rpoly_": null, "length": 551.59296605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88230, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15862, "Shape__Length": 219.9623412900493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171850728825603, 39.983608193227298 ], [ -75.1715137358741, 39.9851000286139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16289, "tnode_": 16275, "lpoly_": null, "rpoly_": null, "length": 163.01871774, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2313, "st_code": 17200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520218, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15863, "Shape__Length": 64.764172982960602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171850728825603, 39.983608193227298 ], [ -75.172426144857596, 39.983673981294302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16295, "tnode_": 16223, "lpoly_": null, "rpoly_": null, "length": 154.46376807, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1807, "st_code": 88420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15864, "Shape__Length": 61.596069428886899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186377943660801, 39.983912557695099 ], [ -75.186281928760394, 39.984330097529501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16295, "tnode_": 16274, "lpoly_": null, "rpoly_": null, "length": 240.75630402000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3224, "r_f_add": 3201, "r_t_add": 3225, "st_code": 56760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15865, "Shape__Length": 95.651531824231043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186377943660801, 39.983912557695099 ], [ -75.187224014260394, 39.984027437957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16300, "tnode_": 16209, "lpoly_": null, "rpoly_": null, "length": 190.30052041, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1930, "l_t_add": 1998, "r_f_add": 1931, "r_t_add": 1999, "st_code": 88110, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15866, "Shape__Length": 75.887806536869334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161828693207198, 39.983317879762197 ], [ -75.161721298487393, 39.983833704371101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16300, "tnode_": 16267, "lpoly_": null, "rpoly_": null, "length": 447.97689683000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 13220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520222, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 15867, "Shape__Length": 177.97671590906384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161828693207198, 39.983317879762197 ], [ -75.163404470443794, 39.983524991841797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16301, "tnode_": 16001, "lpoly_": null, "rpoly_": null, "length": 553.65987007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 41780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEMBERGER ST", "stname": "N HEMBERGER ST", "objectid": 15868, "Shape__Length": 220.78859363841283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171441916207002, 39.983550345178998 ], [ -75.171118563244207, 39.985049717588304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16301, "tnode_": 16289, "lpoly_": null, "rpoly_": null, "length": 116.48275424, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2262, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 17200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520224, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15869, "Shape__Length": 46.278334847610815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171441916207002, 39.983550345178998 ], [ -75.171850728825603, 39.983608193227298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16306, "tnode_": 16009, "lpoly_": null, "rpoly_": null, "length": 554.10937007999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 26080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520226, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15870, "Shape__Length": 220.9665878674563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171053990508696, 39.983499154974602 ], [ -75.170722869295204, 39.984998775378301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16306, "tnode_": 16301, "lpoly_": null, "rpoly_": null, "length": 110.29552676, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2224, "l_t_add": 2260, "r_f_add": 2223, "r_t_add": 2225, "st_code": 17200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520227, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15871, "Shape__Length": 43.819408426827877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171053990508696, 39.983499154974602 ], [ -75.171441916207002, 39.983550345178998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16319, "tnode_": 16029, "lpoly_": null, "rpoly_": null, "length": 553.88415622000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88210, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520228, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15872, "Shape__Length": 220.87702215171555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170243985493997, 39.9834004394814 ], [ -75.169916847421305, 39.984899950165499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16319, "tnode_": 16306, "lpoly_": null, "rpoly_": null, "length": 229.81733576, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2221, "st_code": 17200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520229, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15873, "Shape__Length": 91.302749953800145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170243985493997, 39.9834004394814 ], [ -75.171053990508696, 39.983499154974602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16321, "tnode_": 16295, "lpoly_": null, "rpoly_": null, "length": 448.77163395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 56760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15874, "Shape__Length": 178.2915810543013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184797172855795, 39.9837151865013 ], [ -75.186377943660801, 39.983912557695099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16331, "tnode_": 16116, "lpoly_": null, "rpoly_": null, "length": 408.08101021000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1916, "l_t_add": 1998, "r_f_add": 1917, "r_t_add": 1999, "st_code": 78760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 15875, "Shape__Length": 162.73443429695882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165877328354597, 39.9832375118716 ], [ -75.165646186582293, 39.984343543595799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16338, "tnode_": 16044, "lpoly_": null, "rpoly_": null, "length": 551.90887739000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 79740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 15876, "Shape__Length": 220.08878019729767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169432104699794, 39.983301425560498 ], [ -75.169104651265599, 39.984795396811798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16338, "tnode_": 16319, "lpoly_": null, "rpoly_": null, "length": 230.35384667, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 17200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520233, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15877, "Shape__Length": 91.515776205097808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169432104699794, 39.983301425560498 ], [ -75.170243985493997, 39.9834004394814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16347, "tnode_": 16129, "lpoly_": null, "rpoly_": null, "length": 410.15100294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1913, "r_t_add": 1999, "st_code": 88150, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520234, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15878, "Shape__Length": 163.55748961820836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165105893111502, 39.983138425470699 ], [ -75.164858428432694, 39.984248131107599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16347, "tnode_": 16331, "lpoly_": null, "rpoly_": null, "length": 219.17168149000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 56860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT ST", "stname": "MONUMENT ST", "objectid": 15879, "Shape__Length": 87.073977163537137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165105893111502, 39.983138425470699 ], [ -75.165877328354597, 39.9832375118716 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16353, "tnode_": 16062, "lpoly_": null, "rpoly_": null, "length": 552.87198178999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88190, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520236, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 15880, "Shape__Length": 220.47124848474084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168642336535299, 39.983200180342003 ], [ -75.168305721896004, 39.984695629445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16353, "tnode_": 16338, "lpoly_": null, "rpoly_": null, "length": 224.3682831, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 17200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15881, "Shape__Length": 89.138563915527129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168642336535299, 39.983200180342003 ], [ -75.169432104699794, 39.983301425560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16356, "tnode_": 16267, "lpoly_": null, "rpoly_": null, "length": 171.82327223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1920, "l_t_add": 1938, "r_f_add": 1921, "r_t_add": 1935, "st_code": 88130, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520238, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15882, "Shape__Length": 68.518576560382357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163505743524695, 39.983059793923097 ], [ -75.163404470443794, 39.983524991841797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16361, "tnode_": 16353, "lpoly_": null, "rpoly_": null, "length": 138.72817953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2030, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 17200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520239, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15883, "Shape__Length": 55.116454006456678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1681559123749, 39.983129392306203 ], [ -75.168642336535299, 39.983200180342003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16364, "tnode_": 16295, "lpoly_": null, "rpoly_": null, "length": 145.26733955, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1730, "l_t_add": 1798, "r_f_add": 1731, "r_t_add": 1799, "st_code": 88420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520240, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15884, "Shape__Length": 57.928785976668372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186465911894302, 39.983519564454802 ], [ -75.186377943660801, 39.983912557695099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16364, "tnode_": 16351, "lpoly_": null, "rpoly_": null, "length": 239.1475726, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 32600, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EYRE ST", "stname": "W EYRE ST", "objectid": 15885, "Shape__Length": 95.009550254887088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186465911894302, 39.983519564454802 ], [ -75.187308943778305, 39.983621603624499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16367, "tnode_": 16079, "lpoly_": null, "rpoly_": null, "length": 554.81093092999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 84580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 15886, "Shape__Length": 221.24489063714807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167699357628507, 39.983066303980102 ], [ -75.167367356290299, 39.984567762542497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16367, "tnode_": 16361, "lpoly_": null, "rpoly_": null, "length": 129.98805234, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2028, "r_f_add": 2029, "r_t_add": 2031, "st_code": 17200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520243, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15887, "Shape__Length": 51.6432923789882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167699357628507, 39.983066303980102 ], [ -75.1681559123749, 39.983129392306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16386, "tnode_": 16300, "lpoly_": null, "rpoly_": null, "length": 170.31836785, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1918, "l_t_add": 1928, "r_f_add": 1921, "r_t_add": 1929, "st_code": 88110, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520244, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15888, "Shape__Length": 67.917066941823663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161936966969094, 39.982857813573801 ], [ -75.161828693207198, 39.983317879762197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16386, "tnode_": 16356, "lpoly_": null, "rpoly_": null, "length": 445.73380664999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 56860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520245, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT ST", "stname": "MONUMENT ST", "objectid": 15889, "Shape__Length": 177.08356971338677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161936966969094, 39.982857813573801 ], [ -75.163505743524695, 39.983059793923097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16388, "tnode_": 16101, "lpoly_": null, "rpoly_": null, "length": 552.55551933000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88170, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 15890, "Shape__Length": 220.34352098831536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166763438474405, 39.982951318000403 ], [ -75.166422206997595, 39.984445265610702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16388, "tnode_": 16367, "lpoly_": null, "rpoly_": null, "length": 265.59674957, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2027, "st_code": 17200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520247, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15891, "Shape__Length": 105.5168162417327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166763438474405, 39.982951318000403 ], [ -75.167699357628507, 39.983066303980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16396, "tnode_": 16321, "lpoly_": null, "rpoly_": null, "length": 148.85443482, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1748, "l_t_add": 1798, "r_f_add": 1747, "r_t_add": 1799, "st_code": 88400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520248, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 15892, "Shape__Length": 59.357415762210806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1848976720526, 39.983313942685498 ], [ -75.184797172855795, 39.9837151865013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16396, "tnode_": 16364, "lpoly_": null, "rpoly_": null, "length": 445.80350735999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 32600, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EYRE ST", "stname": "W EYRE ST", "objectid": 15893, "Shape__Length": 177.11314421163235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1848976720526, 39.983313942685498 ], [ -75.186465911894302, 39.983519564454802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16400, "tnode_": 16331, "lpoly_": null, "rpoly_": null, "length": 142.59352557, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 78760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520250, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 15894, "Shape__Length": 56.860731474077014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165971686899994, 39.982852863998701 ], [ -75.165877328354597, 39.9832375118716 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16400, "tnode_": 16388, "lpoly_": null, "rpoly_": null, "length": 224.75317948, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 17200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520251, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15895, "Shape__Length": 89.290468938280029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165971686899994, 39.982852863998701 ], [ -75.166763438474405, 39.982951318000403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16401, "tnode_": 16258, "lpoly_": null, "rpoly_": null, "length": 278.58562598999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 88440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520252, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15896, "Shape__Length": 111.09247978004836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188205299863199, 39.983382577870401 ], [ -75.188035297539898, 39.984136065353503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16413, "tnode_": 16347, "lpoly_": null, "rpoly_": null, "length": 144.63894547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1911, "st_code": 88150, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520253, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15897, "Shape__Length": 57.677961344871747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165190659625097, 39.982746764840698 ], [ -75.165105893111502, 39.983138425470699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16413, "tnode_": 16400, "lpoly_": null, "rpoly_": null, "length": 222.25460758, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1923, "st_code": 17200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520254, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15898, "Shape__Length": 88.299369467715366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165190659625097, 39.982746764840698 ], [ -75.165971686899994, 39.982852863998701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16427, "tnode_": 16151, "lpoly_": null, "rpoly_": null, "length": 554.39460842999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 38180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 15899, "Shape__Length": 221.07834633231224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1644128861562, 39.982639369482001 ], [ -75.164086980708404, 39.984140459237203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16427, "tnode_": 16413, "lpoly_": null, "rpoly_": null, "length": 221.44001037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1810, "l_t_add": 1898, "r_f_add": 1811, "r_t_add": 1899, "st_code": 17200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520256, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15900, "Shape__Length": 87.975939412009339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1644128861562, 39.982639369482001 ], [ -75.165190659625097, 39.982746764840698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16428, "tnode_": 16364, "lpoly_": null, "rpoly_": null, "length": 132.52105158999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1722, "l_t_add": 1728, "r_f_add": 1723, "r_t_add": 1729, "st_code": 88420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520257, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15901, "Shape__Length": 52.847003744215492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186536215968502, 39.9831598202911 ], [ -75.186465911894302, 39.983519564454802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16428, "tnode_": 16414, "lpoly_": null, "rpoly_": null, "length": 241.78027265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3224, "r_f_add": 3201, "r_t_add": 3223, "st_code": 23820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520258, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD ST", "stname": "CLIFFORD ST", "objectid": 15902, "Shape__Length": 96.055633084964228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186536215968502, 39.9831598202911 ], [ -75.187387769094698, 39.983266608415597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16439, "tnode_": 16356, "lpoly_": null, "rpoly_": null, "length": 192.40678612, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1919, "st_code": 88130, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520259, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15903, "Shape__Length": 76.726241736414252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163618755412699, 39.982538817305297 ], [ -75.163505743524695, 39.983059793923097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16439, "tnode_": 16427, "lpoly_": null, "rpoly_": null, "length": 225.53526316, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1808, "r_f_add": 1801, "r_t_add": 1809, "st_code": 17200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520260, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15904, "Shape__Length": 89.601088507683343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163618755412699, 39.982538817305297 ], [ -75.1644128861562, 39.982639369482001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16447, "tnode_": 16396, "lpoly_": null, "rpoly_": null, "length": 129.68532882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1732, "l_t_add": 1746, "r_f_add": 1733, "r_t_add": 1745, "st_code": 88400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520261, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 15905, "Shape__Length": 51.715206407226312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184972412357197, 39.982962613864203 ], [ -75.1848976720526, 39.983313942685498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16447, "tnode_": 16428, "lpoly_": null, "rpoly_": null, "length": 444.07411681999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 23820, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520262, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD ST", "stname": "CLIFFORD ST", "objectid": 15906, "Shape__Length": 176.42371085280541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184972412357197, 39.982962613864203 ], [ -75.186536215968502, 39.9831598202911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16452, "tnode_": 16439, "lpoly_": null, "rpoly_": null, "length": 225.59934688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 17200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520263, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15907, "Shape__Length": 89.627025389340446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162825103648302, 39.982435002394503 ], [ -75.163618755412699, 39.982538817305297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16460, "tnode_": 16386, "lpoly_": null, "rpoly_": null, "length": 191.98298126, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1916, "r_f_add": 1901, "r_t_add": 1919, "st_code": 88110, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520264, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 15908, "Shape__Length": 76.556075102483788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162056052436299, 39.982338819572199 ], [ -75.161936966969094, 39.982857813573801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16460, "tnode_": 16452, "lpoly_": null, "rpoly_": null, "length": 218.34303402999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1727, "st_code": 17200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520265, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15909, "Shape__Length": 86.743272233847094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162056052436299, 39.982338819572199 ], [ -75.162825103648302, 39.982435002394503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16463, "tnode_": 16414, "lpoly_": null, "rpoly_": null, "length": 132.43323535, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1727, "st_code": 59020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520266, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15910, "Shape__Length": 52.811506725350661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187460155490399, 39.982907352688997 ], [ -75.187387769094698, 39.983266608415597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16473, "tnode_": 16417, "lpoly_": null, "rpoly_": null, "length": 169.31559725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1748, "l_t_add": 1798, "r_f_add": 1741, "r_t_add": 1799, "st_code": 88340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520267, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 15911, "Shape__Length": 67.519453206310075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180044730269003, 39.982657723240699 ], [ -75.179954104732005, 39.983117257399101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16478, "tnode_": 16460, "lpoly_": null, "rpoly_": null, "length": 227.22491535999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 17200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520268, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15912, "Shape__Length": 90.27317766244478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161257383501095, 39.982231141360501 ], [ -75.162056052436299, 39.982338819572199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16479, "tnode_": 16428, "lpoly_": null, "rpoly_": null, "length": 131.92440498, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1708, "l_t_add": 1720, "r_f_add": 1709, "r_t_add": 1721, "st_code": 88420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520269, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15913, "Shape__Length": 52.606451651083006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186622293444202, 39.982803776554398 ], [ -75.186536215968502, 39.9831598202911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16479, "tnode_": 16463, "lpoly_": null, "rpoly_": null, "length": 237.80718396, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HOLLINGSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 43080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HOLLINGSWORTH ST", "stname": "W HOLLINGSWORTH ST", "objectid": 15914, "Shape__Length": 94.476420832113035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186622293444202, 39.982803776554398 ], [ -75.187460155490399, 39.982907352688997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16493, "tnode_": 16445, "lpoly_": null, "rpoly_": null, "length": 128.54435882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2443, "r_t_add": 2499, "st_code": 68280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520271, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15915, "Shape__Length": 51.166243841069722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174994296381897, 39.982469173539698 ], [ -75.175315262009093, 39.982721270645001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16493, "tnode_": 16488, "lpoly_": null, "rpoly_": null, "length": 100.8401349, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2445, "r_t_add": 2499, "st_code": 56760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15916, "Shape__Length": 40.064587055433307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174994296381897, 39.982469173539698 ], [ -75.175346277660907, 39.982526726997399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16496, "tnode_": 16239, "lpoly_": null, "rpoly_": null, "length": 553.74750832999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88090, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520273, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 15917, "Shape__Length": 220.81883679592335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160472914083897, 39.9821374896026 ], [ -75.1601484900918, 39.983636968190297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16496, "tnode_": 16478, "lpoly_": null, "rpoly_": null, "length": 222.46619692000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1615, "st_code": 17200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 15918, "Shape__Length": 88.380275290556625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160472914083897, 39.9821374896026 ], [ -75.161257383501095, 39.982231141360501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16499, "tnode_": 16493, "lpoly_": null, "rpoly_": null, "length": 61.8726063, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2428, "l_t_add": 2444, "r_f_add": 2429, "r_t_add": 2443, "st_code": 56760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520275, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15919, "Shape__Length": 24.57905416328326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174774415581794, 39.982453773699604 ], [ -75.174994296381897, 39.982469173539698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16502, "tnode_": 16432, "lpoly_": null, "rpoly_": null, "length": 165.23184308999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1740, "l_t_add": 1798, "r_f_add": 1749, "r_t_add": 1799, "st_code": 88320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520276, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 15920, "Shape__Length": 65.888623705725493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786411508876, 39.982482403710897 ], [ -75.178537748913598, 39.982928956354797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16509, "tnode_": 16240, "lpoly_": null, "rpoly_": null, "length": 547.8607946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 68440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520277, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 15921, "Shape__Length": 218.46928423722403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174335659270696, 39.982403545151598 ], [ -75.173995074575799, 39.983884493760897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16509, "tnode_": 16499, "lpoly_": null, "rpoly_": null, "length": 124.30787344, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2410, "l_t_add": 2426, "r_f_add": 2417, "r_t_add": 2427, "st_code": 56760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520278, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15922, "Shape__Length": 49.384235142383162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174335659270696, 39.982403545151598 ], [ -75.174774415581794, 39.982453773699604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16510, "tnode_": 16447, "lpoly_": null, "rpoly_": null, "length": 132.52986321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1718, "l_t_add": 1730, "r_f_add": 1717, "r_t_add": 1731, "st_code": 88400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520279, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 15923, "Shape__Length": 52.848935929712937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1850510418505, 39.982603866519902 ], [ -75.184972412357197, 39.982962613864203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16510, "tnode_": 16479, "lpoly_": null, "rpoly_": null, "length": 446.29583548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HOLLINGSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 43080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520280, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HOLLINGSWORTH ST", "stname": "W HOLLINGSWORTH ST", "objectid": 15924, "Shape__Length": 177.30575246127387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1850510418505, 39.982603866519902 ], [ -75.186622293444202, 39.982803776554398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16511, "tnode_": 16401, "lpoly_": null, "rpoly_": null, "length": 277.4939768, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1725, "st_code": 88440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15925, "Shape__Length": 110.65658086755155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188370339503805, 39.982631477028399 ], [ -75.188205299863199, 39.983382577870401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16516, "tnode_": 16256, "lpoly_": null, "rpoly_": null, "length": 550.72309952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520282, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 15926, "Shape__Length": 219.61556487738159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173751891323306, 39.982315732113697 ], [ -75.173444964330102, 39.983808984076397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16516, "tnode_": 16509, "lpoly_": null, "rpoly_": null, "length": 166.68925151, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2408, "r_f_add": 2401, "r_t_add": 2415, "st_code": 56760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520283, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15927, "Shape__Length": 66.225150083458075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173751891323306, 39.982315732113697 ], [ -75.174335659270696, 39.982403545151598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16523, "tnode_": 16463, "lpoly_": null, "rpoly_": null, "length": 141.93809247, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 59020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520284, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15928, "Shape__Length": 56.599635495701783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187550722888204, 39.982523994531 ], [ -75.187460155490399, 39.982907352688997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16523, "tnode_": 16511, "lpoly_": null, "rpoly_": null, "length": 232.99626067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3222, "l_t_add": 3298, "r_f_add": 3223, "r_t_add": 3299, "st_code": 22010, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520285, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15929, "Shape__Length": 92.565875869020928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187550722888204, 39.982523994531 ], [ -75.188370339503805, 39.982631477028399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16526, "tnode_": 16516, "lpoly_": null, "rpoly_": null, "length": 151.35304832, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2334, "l_t_add": 2398, "r_f_add": 2335, "r_t_add": 2399, "st_code": 56760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520286, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15930, "Shape__Length": 60.127568066536291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173216674943106, 39.982260004640899 ], [ -75.173751891323306, 39.982315732113697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16529, "tnode_": 16400, "lpoly_": null, "rpoly_": null, "length": 291.72008226000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 78760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520287, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 15931, "Shape__Length": 116.32916623975647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166141330335506, 39.982062761293001 ], [ -75.165971686899994, 39.982852863998701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16532, "tnode_": 16275, "lpoly_": null, "rpoly_": null, "length": 547.28499981000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 46360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 15932, "Shape__Length": 218.24384084062399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172733148885897, 39.982190294840798 ], [ -75.172426144857596, 39.983673981294302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16532, "tnode_": 16526, "lpoly_": null, "rpoly_": null, "length": 137.85923032999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2318, "l_t_add": 2332, "r_f_add": 2319, "r_t_add": 2333, "st_code": 56760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520289, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15933, "Shape__Length": 54.770329935459138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172733148885897, 39.982190294840798 ], [ -75.173216674943106, 39.982260004640899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16539, "tnode_": 16479, "lpoly_": null, "rpoly_": null, "length": 144.85310212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1707, "st_code": 88420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520290, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15934, "Shape__Length": 57.763733352190904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186702519760402, 39.982410955348001 ], [ -75.186622293444202, 39.982803776554398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16539, "tnode_": 16523, "lpoly_": null, "rpoly_": null, "length": 241.23461003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3220, "r_f_add": 3201, "r_t_add": 3221, "st_code": 22010, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520291, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15935, "Shape__Length": 95.839032720801342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186702519760402, 39.982410955348001 ], [ -75.187550722888204, 39.982523994531 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16541, "tnode_": 16413, "lpoly_": null, "rpoly_": null, "length": 292.2771584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 88150, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520292, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15936, "Shape__Length": 116.55107061854217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165361037307406, 39.981955205563096 ], [ -75.165190659625097, 39.982746764840698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16541, "tnode_": 16529, "lpoly_": null, "rpoly_": null, "length": 222.1474626, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 83580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520293, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 15937, "Shape__Length": 88.256077743160162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165361037307406, 39.981955205563096 ], [ -75.166141330335506, 39.982062761293001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16545, "tnode_": 16289, "lpoly_": null, "rpoly_": null, "length": 552.90640815999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88230, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520294, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15938, "Shape__Length": 220.48489805328512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172163671405997, 39.982109609820498 ], [ -75.171850728825603, 39.983608193227298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16545, "tnode_": 16532, "lpoly_": null, "rpoly_": null, "length": 162.27096409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2317, "st_code": 56760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520295, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15939, "Shape__Length": 64.468551278640575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172163671405997, 39.982109609820498 ], [ -75.172733148885897, 39.982190294840798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16549, "tnode_": 16539, "lpoly_": null, "rpoly_": null, "length": 189.98669307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3126, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 22010, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520296, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15940, "Shape__Length": 75.478474568616733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186034063462799, 39.9823239364191 ], [ -75.186702519760402, 39.982410955348001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16555, "tnode_": 16541, "lpoly_": null, "rpoly_": null, "length": 38.71905325, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1822, "l_t_add": 1830, "r_f_add": 1823, "r_t_add": 1825, "st_code": 88150, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520297, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15941, "Shape__Length": 15.439782164221942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653841236744, 39.981850411222403 ], [ -75.165361037307406, 39.981955205563096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16556, "tnode_": 16306, "lpoly_": null, "rpoly_": null, "length": 549.8870693099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 26080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 15942, "Shape__Length": 219.27893595528144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171376445451003, 39.982010167533403 ], [ -75.171053990508696, 39.983499154974602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16556, "tnode_": 16545, "lpoly_": null, "rpoly_": null, "length": 223.56205684000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2222, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 56760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520299, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15943, "Shape__Length": 88.816434708951434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171376445451003, 39.982010167533403 ], [ -75.172163671405997, 39.982109609820498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16562, "tnode_": 16510, "lpoly_": null, "rpoly_": null, "length": 144.94586821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1715, "st_code": 88400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 15944, "Shape__Length": 57.800559125616516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185131305361494, 39.982210792057003 ], [ -75.1850510418505, 39.982603866519902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16562, "tnode_": 16549, "lpoly_": null, "rpoly_": null, "length": 256.31849218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3125, "st_code": 22010, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520302, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15945, "Shape__Length": 101.83001761098325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185131305361494, 39.982210792057003 ], [ -75.186034063462799, 39.9823239364191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16566, "tnode_": 16427, "lpoly_": null, "rpoly_": null, "length": 327.76392776, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1815, "r_t_add": 1899, "st_code": 38180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520303, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 15946, "Shape__Length": 130.70317732559303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164594080223694, 39.981750479352897 ], [ -75.1644128861562, 39.982639369482001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16566, "tnode_": 16555, "lpoly_": null, "rpoly_": null, "length": 224.37091933, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 83580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 15947, "Shape__Length": 89.13746231320296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164594080223694, 39.981750479352897 ], [ -75.1653841236744, 39.981850411222403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16568, "tnode_": 16319, "lpoly_": null, "rpoly_": null, "length": 549.76648096999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88210, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520305, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 15948, "Shape__Length": 219.23133965058702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170560731164201, 39.981911062505702 ], [ -75.170243985493997, 39.9834004394814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16568, "tnode_": 16556, "lpoly_": null, "rpoly_": null, "length": 231.42470826, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2220, "r_f_add": 2201, "r_t_add": 2223, "st_code": 56760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520306, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15949, "Shape__Length": 91.939264390097236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170560731164201, 39.981911062505702 ], [ -75.171376445451003, 39.982010167533403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16572, "tnode_": 16529, "lpoly_": null, "rpoly_": null, "length": 114.04781411, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1818, "l_t_add": 1832, "r_f_add": 1817, "r_t_add": 1831, "st_code": 78760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520307, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 15950, "Shape__Length": 45.478800532076001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166205244062795, 39.981753570810803 ], [ -75.166141330335506, 39.982062761293001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16444, "tnode_": 16579, "lpoly_": null, "rpoly_": null, "length": 532.26928311999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2926, "l_t_add": 2998, "r_f_add": 2913, "r_t_add": 2999, "st_code": 37440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 15951, "Shape__Length": 211.80618313938766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182275866782803, 39.982983106514503 ], [ -75.183698653630501, 39.982015123764199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16580, "tnode_": 16338, "lpoly_": null, "rpoly_": null, "length": 550.1438295800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 79740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 15952, "Shape__Length": 219.38163382812712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169748098413294, 39.981810904553797 ], [ -75.169432104699794, 39.983301425560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16580, "tnode_": 16568, "lpoly_": null, "rpoly_": null, "length": 230.6324647, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 56760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520310, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15953, "Shape__Length": 91.624642372374311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169748098413294, 39.981810904553797 ], [ -75.170560731164201, 39.981911062505702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16581, "tnode_": 16523, "lpoly_": null, "rpoly_": null, "length": 147.87201948000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 59020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 15954, "Shape__Length": 58.966753780209459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876369244344, 39.982123520592303 ], [ -75.187550722888204, 39.982523994531 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16584, "tnode_": 16555, "lpoly_": null, "rpoly_": null, "length": 73.6948765, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1816, "l_t_add": 1820, "r_f_add": 1817, "r_t_add": 1821, "st_code": 88150, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520312, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15955, "Shape__Length": 29.387089707062383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165426273280104, 39.981650725087903 ], [ -75.1653841236744, 39.981850411222403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16584, "tnode_": 16572, "lpoly_": null, "rpoly_": null, "length": 221.48704016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 15956, "Shape__Length": 87.992433594855015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165426273280104, 39.981650725087903 ], [ -75.166205244062795, 39.981753570810803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16593, "tnode_": 16539, "lpoly_": null, "rpoly_": null, "length": 143.80557007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 88420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15957, "Shape__Length": 57.344104608078666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867929554451, 39.982022369808597 ], [ -75.186702519760402, 39.982410955348001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16593, "tnode_": 16581, "lpoly_": null, "rpoly_": null, "length": 239.36210588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 59800, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520315, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 15958, "Shape__Length": 95.092511058632681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1867929554451, 39.982022369808597 ], [ -75.1876369244344, 39.982123520592303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16597, "tnode_": 16353, "lpoly_": null, "rpoly_": null, "length": 554.2338319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88190, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520316, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 15959, "Shape__Length": 221.01185106114684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168963595073706, 39.981698945735502 ], [ -75.168642336535299, 39.983200180342003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16597, "tnode_": 16580, "lpoly_": null, "rpoly_": null, "length": 223.59674576, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2148, "r_f_add": 2101, "r_t_add": 2149, "st_code": 56760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520317, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15960, "Shape__Length": 88.832287341898706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168963595073706, 39.981698945735502 ], [ -75.169748098413294, 39.981810904553797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16599, "tnode_": 16545, "lpoly_": null, "rpoly_": null, "length": 162.06333546, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1722, "l_t_add": 1798, "r_f_add": 1747, "r_t_add": 1799, "st_code": 88230, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520318, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 15961, "Shape__Length": 64.624764158580973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172262467937301, 39.981671265893397 ], [ -75.172163671405997, 39.982109609820498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16604, "tnode_": 16361, "lpoly_": null, "rpoly_": null, "length": 548.66694843000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 48860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 15962, "Shape__Length": 218.78831850690833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168497106386596, 39.981646279748098 ], [ -75.1681559123749, 39.983129392306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16604, "tnode_": 16597, "lpoly_": null, "rpoly_": null, "length": 132.1271444, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2024, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 56760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520320, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15963, "Shape__Length": 52.489919799042262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168497106386596, 39.981646279748098 ], [ -75.168963595073706, 39.981698945735502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16607, "tnode_": 16444, "lpoly_": null, "rpoly_": null, "length": 410.06775575, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 43180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520321, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 15964, "Shape__Length": 163.52083333879668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182526208149994, 39.981874015285598 ], [ -75.182275866782803, 39.982983106514503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16607, "tnode_": 16579, "lpoly_": null, "rpoly_": null, "length": 332.55663497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2917, "r_t_add": 2999, "st_code": 22010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520322, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15965, "Shape__Length": 132.11619269385105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182526208149994, 39.981874015285598 ], [ -75.183698653630501, 39.982015123764199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16608, "tnode_": 16604, "lpoly_": null, "rpoly_": null, "length": 57.61843109, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2022, "l_t_add": 2022, "r_f_add": 2029, "r_t_add": 2031, "st_code": 56760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520323, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15966, "Shape__Length": 22.891734854478131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168295722223107, 39.981614388544699 ], [ -75.168497106386596, 39.981646279748098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16609, "tnode_": 16516, "lpoly_": null, "rpoly_": null, "length": 236.84891043, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 88260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 15967, "Shape__Length": 94.444320222671195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173910643585501, 39.981677124958701 ], [ -75.173751891323306, 39.982315732113697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16609, "tnode_": 16493, "lpoly_": null, "rpoly_": null, "length": 418.88969497999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2444, "r_f_add": 2401, "r_t_add": 2441, "st_code": 68280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520325, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15968, "Shape__Length": 166.71136059213822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173910643585501, 39.981677124958701 ], [ -75.174994296381897, 39.982469173539698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16612, "tnode_": 16608, "lpoly_": null, "rpoly_": null, "length": 75.31992478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2020, "l_t_add": 2020, "r_f_add": 2021, "r_t_add": 2027, "st_code": 56760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15969, "Shape__Length": 29.922107100886194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168029711005204, 39.9815848236777 ], [ -75.168295722223107, 39.981614388544699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16613, "tnode_": 16612, "lpoly_": null, "rpoly_": null, "length": 81.16742629, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2018, "r_f_add": 2019, "r_t_add": 2019, "st_code": 56760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520327, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15970, "Shape__Length": 32.246798303590765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167744988707994, 39.981543942113099 ], [ -75.168029711005204, 39.9815848236777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16615, "tnode_": 16607, "lpoly_": null, "rpoly_": null, "length": 175.04260589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2915, "st_code": 22010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520328, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15971, "Shape__Length": 69.540369386637153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181909728345502, 39.981796656642302 ], [ -75.182526208149994, 39.981874015285598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16622, "tnode_": 16511, "lpoly_": null, "rpoly_": null, "length": 274.0925092, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 88440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520329, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 15972, "Shape__Length": 109.29796013971534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188540188449196, 39.981890490852599 ], [ -75.188370339503805, 39.982631477028399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16626, "tnode_": 16388, "lpoly_": null, "rpoly_": null, "length": 549.29991872999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88170, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520330, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 15973, "Shape__Length": 219.04394524854018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167079260384895, 39.981463122892997 ], [ -75.166763438474405, 39.982951318000403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16626, "tnode_": 16613, "lpoly_": null, "rpoly_": null, "length": 188.87012744, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 56760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520331, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15974, "Shape__Length": 75.032874945003599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167079260384895, 39.981463122892997 ], [ -75.167744988707994, 39.981543942113099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16627, "tnode_": 16615, "lpoly_": null, "rpoly_": null, "length": 172.11675817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2832, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 22010, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520332, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15975, "Shape__Length": 68.378089855323708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181303748452905, 39.981719678335601 ], [ -75.181909728345502, 39.981796656642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16632, "tnode_": 16488, "lpoly_": null, "rpoly_": null, "length": 353.34247395, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 88280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520333, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 15976, "Shape__Length": 140.90075646067001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175556704417204, 39.981570361165801 ], [ -75.175346277660907, 39.982526726997399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16633, "tnode_": 16408, "lpoly_": null, "rpoly_": null, "length": 567.3713125, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 59640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520334, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 15977, "Shape__Length": 226.25262478545045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180838266875099, 39.981651112139303 ], [ -75.180838772638694, 39.981712237214303 ], [ -75.180530709482198, 39.983189730396099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16633, "tnode_": 16627, "lpoly_": null, "rpoly_": null, "length": 132.81439593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2816, "l_t_add": 2830, "r_f_add": 2815, "r_t_add": 2827, "st_code": 22010, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520335, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15978, "Shape__Length": 52.765940468592717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180838266875099, 39.981651112139303 ], [ -75.181303748452905, 39.981719678335601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16639, "tnode_": 16572, "lpoly_": null, "rpoly_": null, "length": 146.57276862999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1815, "st_code": 78760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520336, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 15979, "Shape__Length": 58.447135898374093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166296485437996, 39.981357379936803 ], [ -75.166205244062795, 39.981753570810803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16639, "tnode_": 16626, "lpoly_": null, "rpoly_": null, "length": 222.71885337999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1923, "r_t_add": 1999, "st_code": 56760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520337, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15980, "Shape__Length": 88.481884964208405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166296485437996, 39.981357379936803 ], [ -75.167079260384895, 39.981463122892997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16647, "tnode_": 16473, "lpoly_": null, "rpoly_": null, "length": 395.48321607000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1746, "r_f_add": 1701, "r_t_add": 1739, "st_code": 88340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520338, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 15981, "Shape__Length": 157.7052743158182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180279726549799, 39.981587229667198 ], [ -75.180044730269003, 39.982657723240699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16647, "tnode_": 16633, "lpoly_": null, "rpoly_": null, "length": 158.24361541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2813, "st_code": 22010, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520339, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15982, "Shape__Length": 62.865250378391679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180279726549799, 39.981587229667198 ], [ -75.180838266875099, 39.981651112139303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16579, "tnode_": 16648, "lpoly_": null, "rpoly_": null, "length": 189.2770322, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3029, "st_code": 37440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 15983, "Shape__Length": 75.315433856608905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183698653630501, 39.982015123764199 ], [ -75.184209043635306, 39.981674812053797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16650, "tnode_": 16532, "lpoly_": null, "rpoly_": null, "length": 389.16427861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 46360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 15984, "Shape__Length": 154.89644502019502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173616326129306, 39.981458537729203 ], [ -75.173411982815693, 39.9815784566376 ], [ -75.172766216640198, 39.9819288678557 ], [ -75.172733148885897, 39.982190294840798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16650, "tnode_": 16609, "lpoly_": null, "rpoly_": null, "length": 114.6438887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2338, "l_t_add": 2398, "r_f_add": 2337, "r_t_add": 2399, "st_code": 68280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520342, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 15985, "Shape__Length": 45.627523539481878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173616326129306, 39.981458537729203 ], [ -75.173910643585501, 39.981677124958701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16653, "tnode_": 16584, "lpoly_": null, "rpoly_": null, "length": 146.87062615, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 88150, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520343, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 15986, "Shape__Length": 58.566492948917777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165513206075303, 39.981253132131997 ], [ -75.165426273280104, 39.981650725087903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16653, "tnode_": 16639, "lpoly_": null, "rpoly_": null, "length": 222.76491843000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1921, "st_code": 56760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520344, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15987, "Shape__Length": 88.49975009003127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165513206075303, 39.981253132131997 ], [ -75.166296485437996, 39.981357379936803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16654, "tnode_": 16593, "lpoly_": null, "rpoly_": null, "length": 129.46440289, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1620, "l_t_add": 1628, "r_f_add": 1621, "r_t_add": 1629, "st_code": 88420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 15988, "Shape__Length": 51.625229778476388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186873678710896, 39.981672441331199 ], [ -75.1867929554451, 39.982022369808597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16654, "tnode_": 16642, "lpoly_": null, "rpoly_": null, "length": 238.91273789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3222, "r_f_add": 3201, "r_t_add": 3223, "st_code": 78120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520346, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 15989, "Shape__Length": 94.916876650693425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186873678710896, 39.981672441331199 ], [ -75.187712191921804, 39.981790931356898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16659, "tnode_": 16647, "lpoly_": null, "rpoly_": null, "length": 191.98420013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2721, "r_t_add": 2799, "st_code": 22010, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520347, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15990, "Shape__Length": 76.270544245761812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1796035813679, 39.981502392946901 ], [ -75.180279726549799, 39.981587229667198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16661, "tnode_": 16609, "lpoly_": null, "rpoly_": null, "length": 112.6884706, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1720, "l_t_add": 1724, "r_f_add": 1719, "r_t_add": 1725, "st_code": 88260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520348, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 15991, "Shape__Length": 44.936440224337879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173974109631203, 39.9813716583024 ], [ -75.173910643585501, 39.981677124958701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16661, "tnode_": 16632, "lpoly_": null, "rpoly_": null, "length": 449.36914921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 23820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520349, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD ST", "stname": "CLIFFORD ST", "objectid": 15992, "Shape__Length": 178.5230081845055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173974109631203, 39.9813716583024 ], [ -75.175556704417204, 39.981570361165801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16663, "tnode_": 16566, "lpoly_": null, "rpoly_": null, "length": 220.40269899, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1813, "st_code": 38180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520350, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 15993, "Shape__Length": 87.888041100728032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164726462265804, 39.981154079033502 ], [ -75.164594080223694, 39.981750479352897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16663, "tnode_": 16653, "lpoly_": null, "rpoly_": null, "length": 223.4085296, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1811, "r_t_add": 1899, "st_code": 56760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520351, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15994, "Shape__Length": 88.75426359072631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164726462265804, 39.981154079033502 ], [ -75.165513206075303, 39.981253132131997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16670, "tnode_": 16579, "lpoly_": null, "rpoly_": null, "length": 211.05145723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1640, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 88380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520352, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 15995, "Shape__Length": 84.097968096043942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183632158169004, 39.981519452738198 ], [ -75.183536727087301, 39.9819538210144 ], [ -75.183698653630501, 39.982015123764199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16673, "tnode_": 16502, "lpoly_": null, "rpoly_": null, "length": 398.2883699, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1738, "r_f_add": 1701, "r_t_add": 1747, "st_code": 88320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520353, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 15996, "Shape__Length": 158.82543186466768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178863916547002, 39.981402566230699 ], [ -75.1786411508876, 39.982482403710897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16673, "tnode_": 16659, "lpoly_": null, "rpoly_": null, "length": 210.44699614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2719, "st_code": 22010, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520354, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 15997, "Shape__Length": 83.606548003270007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178863916547002, 39.981402566230699 ], [ -75.1796035813679, 39.981502392946901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16679, "tnode_": 16439, "lpoly_": null, "rpoly_": null, "length": 550.66485557, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88130, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520355, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 15998, "Shape__Length": 219.58659628043407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163937577541901, 39.981047203690402 ], [ -75.163618755412699, 39.982538817305297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16679, "tnode_": 16663, "lpoly_": null, "rpoly_": null, "length": 224.47759987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1809, "st_code": 56760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 15999, "Shape__Length": 89.180253630167044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163937577541901, 39.981047203690402 ], [ -75.164726462265804, 39.981154079033502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16682, "tnode_": 16673, "lpoly_": null, "rpoly_": null, "length": 157.48517902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2624, "l_t_add": 2698, "r_f_add": 2629, "r_t_add": 2699, "st_code": 22010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520357, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16000, "Shape__Length": 62.565106766410395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178309651710606, 39.981331216692901 ], [ -75.178863916547002, 39.981402566230699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16687, "tnode_": 16682, "lpoly_": null, "rpoly_": null, "length": 67.15511222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2620, "l_t_add": 2622, "r_f_add": 2621, "r_t_add": 2627, "st_code": 22010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520358, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16001, "Shape__Length": 26.678534176328078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178072645825907, 39.9813039757857 ], [ -75.178309651710606, 39.981331216692901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16693, "tnode_": 16687, "lpoly_": null, "rpoly_": null, "length": 67.67792718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2614, "l_t_add": 2618, "r_f_add": 2615, "r_t_add": 2619, "st_code": 22010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520359, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16002, "Shape__Length": 26.88699862080303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177834688707605, 39.981272260266003 ], [ -75.178072645825907, 39.9813039757857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16696, "tnode_": 16599, "lpoly_": null, "rpoly_": null, "length": 324.14341322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 18260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 16003, "Shape__Length": 128.92910429093243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173209102197603, 39.981159946475302 ], [ -75.172262467937301, 39.981671265893397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16696, "tnode_": 16650, "lpoly_": null, "rpoly_": null, "length": 157.65298503999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2322, "l_t_add": 2336, "r_f_add": 2323, "r_t_add": 2335, "st_code": 68280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520361, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16004, "Shape__Length": 62.743041259180835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173209102197603, 39.981159946475302 ], [ -75.173616326129306, 39.981458537729203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16697, "tnode_": 16452, "lpoly_": null, "rpoly_": null, "length": 548.63461244999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 18500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16005, "Shape__Length": 218.77439148094746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163158430938907, 39.980950922078399 ], [ -75.162825103648302, 39.982435002394503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16697, "tnode_": 16679, "lpoly_": null, "rpoly_": null, "length": 221.14600617, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 56760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520363, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16006, "Shape__Length": 87.854834035451631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163158430938907, 39.980950922078399 ], [ -75.163937577541901, 39.981047203690402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16700, "tnode_": 16457, "lpoly_": null, "rpoly_": null, "length": 563.39874807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520364, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16007, "Shape__Length": 224.66144458613491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177285554792604, 39.981199206095198 ], [ -75.176935364098199, 39.982722162575897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16700, "tnode_": 16693, "lpoly_": null, "rpoly_": null, "length": 156.17211151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2613, "st_code": 22010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520365, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16008, "Shape__Length": 62.043779100440716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177285554792604, 39.981199206095198 ], [ -75.177834688707605, 39.981272260266003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16705, "tnode_": 16615, "lpoly_": null, "rpoly_": null, "length": 181.75350755, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1639, "r_t_add": 1699, "st_code": 88360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520366, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16009, "Shape__Length": 72.475805857417129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182022501577094, 39.9813053210232 ], [ -75.181909728345502, 39.981796656642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16705, "tnode_": 16670, "lpoly_": null, "rpoly_": null, "length": 457.77998437999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 59800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520367, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16010, "Shape__Length": 181.86649029905146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182022501577094, 39.9813053210232 ], [ -75.183632158169004, 39.981519452738198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16708, "tnode_": 16700, "lpoly_": null, "rpoly_": null, "length": 163.6309766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 22010, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520368, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16011, "Shape__Length": 65.005972491072455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176709066338503, 39.981127863230597 ], [ -75.177285554792604, 39.981199206095198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16711, "tnode_": 16460, "lpoly_": null, "rpoly_": null, "length": 550.44377418, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88110, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520369, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16012, "Shape__Length": 219.49959473389939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162361861126101, 39.980846208815798 ], [ -75.162056052436299, 39.982338819572199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16711, "tnode_": 16697, "lpoly_": null, "rpoly_": null, "length": 226.46558611, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1726, "l_t_add": 1726, "r_f_add": 1701, "r_t_add": 1719, "st_code": 56760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520370, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16013, "Shape__Length": 89.9691617516729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162361861126101, 39.980846208815798 ], [ -75.163158430938907, 39.980950922078399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16713, "tnode_": 16654, "lpoly_": null, "rpoly_": null, "length": 116.48384397, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1610, "l_t_add": 1618, "r_f_add": 1609, "r_t_add": 1619, "st_code": 88420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 16014, "Shape__Length": 46.449351795525359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186943142308394, 39.981357175442 ], [ -75.186873678710896, 39.981672441331199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16713, "tnode_": 16702, "lpoly_": null, "rpoly_": null, "length": 238.93197321000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUEST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 39060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUEST ST", "stname": "GUEST ST", "objectid": 16015, "Shape__Length": 94.922104047345698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186943142308394, 39.981357175442 ], [ -75.187783982136907, 39.981465770755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16717, "tnode_": 16477, "lpoly_": null, "rpoly_": null, "length": 562.25610558999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 74920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520373, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16016, "Shape__Length": 224.20781820570363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176245814539797, 39.981068477090503 ], [ -75.175912676471597, 39.982590515028797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16717, "tnode_": 16708, "lpoly_": null, "rpoly_": null, "length": 131.6109904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2518, "l_t_add": 2534, "r_f_add": 2523, "r_t_add": 2533, "st_code": 22010, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520374, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16017, "Shape__Length": 52.285656221087017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176245814539797, 39.981068477090503 ], [ -75.176709066338503, 39.981127863230597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16721, "tnode_": 16478, "lpoly_": null, "rpoly_": null, "length": 551.10648056000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 83400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLINGTON ST", "stname": "WILLINGTON ST", "objectid": 16018, "Shape__Length": 219.7607140885269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161583387990802, 39.980739217609198 ], [ -75.161257383501095, 39.982231141360501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16721, "tnode_": 16711, "lpoly_": null, "rpoly_": null, "length": 221.61306379000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1617, "r_t_add": 1699, "st_code": 56760, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 520376, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16019, "Shape__Length": 88.04213092766642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161583387990802, 39.980739217609198 ], [ -75.162361861126101, 39.980846208815798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16725, "tnode_": 16632, "lpoly_": null, "rpoly_": null, "length": 214.10222598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1719, "st_code": 88280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520377, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16020, "Shape__Length": 85.374675363420195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756903904013, 39.980991691720298 ], [ -75.175556704417204, 39.981570361165801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16725, "tnode_": 16717, "lpoly_": null, "rpoly_": null, "length": 158.14457840999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2516, "r_f_add": 2501, "r_t_add": 2521, "st_code": 22010, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520378, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16021, "Shape__Length": 62.82776663293231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756903904013, 39.980991691720298 ], [ -75.176245814539797, 39.981068477090503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16731, "tnode_": 16721, "lpoly_": null, "rpoly_": null, "length": 222.15810857, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1615, "st_code": 56760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520381, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16022, "Shape__Length": 88.256360683471485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160800504401394, 39.980643335615703 ], [ -75.161583387990802, 39.980739217609198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16734, "tnode_": 16670, "lpoly_": null, "rpoly_": null, "length": 151.77365867999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1620, "l_t_add": 1638, "r_f_add": 1619, "r_t_add": 1631, "st_code": 88380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520382, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16023, "Shape__Length": 60.520255276796313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183730261506199, 39.981109707489601 ], [ -75.183632158169004, 39.981519452738198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16744, "tnode_": 16731, "lpoly_": null, "rpoly_": null, "length": 225.57095933, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1508, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 56760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16024, "Shape__Length": 89.613186750046694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160006904350098, 39.9805398522807 ], [ -75.160800504401394, 39.980643335615703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16752, "tnode_": 16661, "lpoly_": null, "rpoly_": null, "length": 216.35444387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1717, "st_code": 88260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520384, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16025, "Shape__Length": 86.273708674089107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174101153479995, 39.980785835042802 ], [ -75.173974109631203, 39.9813716583024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16752, "tnode_": 16725, "lpoly_": null, "rpoly_": null, "length": 451.63546476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 22010, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520385, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16026, "Shape__Length": 179.42297511933475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174101153479995, 39.980785835042802 ], [ -75.1756903904013, 39.980991691720298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16761, "tnode_": 16744, "lpoly_": null, "rpoly_": null, "length": 222.93541022, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1506, "r_f_add": 1501, "r_t_add": 1525, "st_code": 56760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16027, "Shape__Length": 88.564748345210432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159221111703502, 39.980444470411697 ], [ -75.160006904350098, 39.9805398522807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16764, "tnode_": 16705, "lpoly_": null, "rpoly_": null, "length": 148.63659358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1618, "l_t_add": 1630, "r_f_add": 1621, "r_t_add": 1637, "st_code": 88360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520388, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16028, "Shape__Length": 59.270417546632594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182110313147902, 39.980902925953202 ], [ -75.182022501577094, 39.9813053210232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16764, "tnode_": 16734, "lpoly_": null, "rpoly_": null, "length": 460.17901335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 78120, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520389, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 16029, "Shape__Length": 182.81685844376869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182110313147902, 39.980902925953202 ], [ -75.183730261506199, 39.981109707489601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16765, "tnode_": 16713, "lpoly_": null, "rpoly_": null, "length": 125.73664085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1608, "r_f_add": 1601, "r_t_add": 1607, "st_code": 88420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 16030, "Shape__Length": 50.140028538391228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187009057164701, 39.981015757775303 ], [ -75.186943142308394, 39.981357175442 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16765, "tnode_": 16753, "lpoly_": null, "rpoly_": null, "length": 240.8706431, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3222, "r_f_add": 3201, "r_t_add": 3223, "st_code": 62120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520391, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16031, "Shape__Length": 95.690567061065082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187009057164701, 39.981015757775303 ], [ -75.187858138985504, 39.981118497243202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16770, "tnode_": 16700, "lpoly_": null, "rpoly_": null, "length": 179.61494076, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1638, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 88300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16032, "Shape__Length": 71.625233650984399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177376682458501, 39.980711149883 ], [ -75.177285554792604, 39.981199206095198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16772, "tnode_": 16599, "lpoly_": null, "rpoly_": null, "length": 395.68912354999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1745, "st_code": 88230, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16033, "Shape__Length": 157.7838835355299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1725058162842, 39.980601303797997 ], [ -75.172262467937301, 39.981671265893397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16772, "tnode_": 16696, "lpoly_": null, "rpoly_": null, "length": 283.37386052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2321, "st_code": 68280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520394, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16034, "Shape__Length": 112.79477569697023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1725058162842, 39.980601303797997 ], [ -75.172643972359296, 39.9807215473271 ], [ -75.173209102197603, 39.981159946475302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16772, "tnode_": 16752, "lpoly_": null, "rpoly_": null, "length": 452.10246257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 22010, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520395, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16035, "Shape__Length": 179.60409637479532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1725058162842, 39.980601303797997 ], [ -75.174101153479995, 39.980785835042802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16780, "tnode_": 16684, "lpoly_": null, "rpoly_": null, "length": 421.99294828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSDOWNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 49040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 520396, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSDOWNE DR", "stname": "LANSDOWNE DR", "objectid": 16036, "Shape__Length": 167.93502369652251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213581340651501, 39.981428448042699 ], [ -75.213736485145603, 39.981578300249502 ], [ -75.213964659391294, 39.981880130467303 ], [ -75.214062865070005, 39.9819794230093 ], [ -75.214224112077702, 39.982069535139502 ], [ -75.214437590457905, 39.982128120806699 ], [ -75.2146517431391, 39.9821409798625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16785, "tnode_": 16556, "lpoly_": null, "rpoly_": null, "length": 560.65501895, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 26080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 16037, "Shape__Length": 223.56753829324614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171708186439105, 39.980492406059902 ], [ -75.171376445451003, 39.982010167533403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16785, "tnode_": 16772, "lpoly_": null, "rpoly_": null, "length": 227.02094394000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2233, "r_t_add": 2299, "st_code": 22010, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520398, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16038, "Shape__Length": 90.190098096003808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171708186439105, 39.980492406059902 ], [ -75.1725058162842, 39.980601303797997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16648, "tnode_": 16786, "lpoly_": null, "rpoly_": null, "length": 478.84370503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3020, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 37440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16039, "Shape__Length": 190.53545068753459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184209043635306, 39.981674812053797 ], [ -75.185500396548505, 39.980814006263003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16793, "tnode_": 16725, "lpoly_": null, "rpoly_": null, "length": 179.94691923, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 88280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16040, "Shape__Length": 71.756224990402103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175790642025106, 39.980503772700999 ], [ -75.1756903904013, 39.980991691720298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16793, "tnode_": 16770, "lpoly_": null, "rpoly_": null, "length": 450.84643712000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 59800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520401, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16041, "Shape__Length": 179.10913340737872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175790642025106, 39.980503772700999 ], [ -75.177376682458501, 39.980711149883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16795, "tnode_": 16568, "lpoly_": null, "rpoly_": null, "length": 564.99370037999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88210, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520402, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16042, "Shape__Length": 225.29737601928954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170894455583493, 39.980381480309497 ], [ -75.170560731164201, 39.981911062505702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16795, "tnode_": 16785, "lpoly_": null, "rpoly_": null, "length": 231.59314121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2231, "st_code": 22010, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520403, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16043, "Shape__Length": 92.006342951013735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170894455583493, 39.980381480309497 ], [ -75.171708186439105, 39.980492406059902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16797, "tnode_": 16786, "lpoly_": null, "rpoly_": null, "length": 305.32815012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3018, "l_t_add": 3098, "r_f_add": 3017, "r_t_add": 3099, "st_code": 62120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520404, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16044, "Shape__Length": 121.29804379461035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184425304462906, 39.980678030407098 ], [ -75.185500396548505, 39.980814006263003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16805, "tnode_": 16734, "lpoly_": null, "rpoly_": null, "length": 190.3063754, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1617, "st_code": 88380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16045, "Shape__Length": 75.886627020703443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183841157386794, 39.980594305689102 ], [ -75.183730261506199, 39.981109707489601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16805, "tnode_": 16797, "lpoly_": null, "rpoly_": null, "length": 166.518392, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3016, "r_f_add": 3001, "r_t_add": 3015, "st_code": 62120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520406, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16046, "Shape__Length": 66.154729991982265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183841157386794, 39.980594305689102 ], [ -75.184425304462906, 39.980678030407098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16813, "tnode_": 16805, "lpoly_": null, "rpoly_": null, "length": 159.07446993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2926, "l_t_add": 2998, "r_f_add": 2935, "r_t_add": 2999, "st_code": 62120, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520407, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16047, "Shape__Length": 63.19709258910251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183282862877704, 39.980515410741297 ], [ -75.183841157386794, 39.980594305689102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16817, "tnode_": 16752, "lpoly_": null, "rpoly_": null, "length": 184.00783273, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1636, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 88260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520408, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16048, "Shape__Length": 73.375354991348203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174203570044696, 39.980286893205196 ], [ -75.174101153479995, 39.980785835042802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16818, "tnode_": 16597, "lpoly_": null, "rpoly_": null, "length": 566.49815558, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88190, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16049, "Shape__Length": 225.89782070340607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169289610134797, 39.9801641951967 ], [ -75.168963595073706, 39.981698945735502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16818, "tnode_": 16795, "lpoly_": null, "rpoly_": null, "length": 456.65664118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 22010, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520410, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16050, "Shape__Length": 181.41789244376866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169289610134797, 39.9801641951967 ], [ -75.170894455583493, 39.980381480309497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16822, "tnode_": 16813, "lpoly_": null, "rpoly_": null, "length": 134.96086406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2924, "r_f_add": 2917, "r_t_add": 2933, "st_code": 62120, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520411, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16051, "Shape__Length": 53.616548626001247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1828084666422, 39.980451618477801 ], [ -75.183282862877704, 39.980515410741297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16829, "tnode_": 16764, "lpoly_": null, "rpoly_": null, "length": 191.80659946, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1619, "st_code": 88360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520412, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16052, "Shape__Length": 76.485122588185234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182218550018405, 39.980383018565497 ], [ -75.182110313147902, 39.980902925953202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16829, "tnode_": 16822, "lpoly_": null, "rpoly_": null, "length": 167.19689226, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2915, "st_code": 62120, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520413, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16053, "Shape__Length": 66.42112068707722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182218550018405, 39.980383018565497 ], [ -75.1828084666422, 39.980451618477801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16830, "tnode_": 16770, "lpoly_": null, "rpoly_": null, "length": 169.39602764999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1622, "l_t_add": 1636, "r_f_add": 1619, "r_t_add": 1635, "st_code": 88300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520414, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16054, "Shape__Length": 67.547927177084532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177476211715202, 39.9802524837419 ], [ -75.177376682458501, 39.980711149883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16831, "tnode_": 16608, "lpoly_": null, "rpoly_": null, "length": 566.91093562999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 48860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16055, "Shape__Length": 226.0590940208632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168642821516002, 39.980081226574498 ], [ -75.168295722223107, 39.981614388544699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16831, "tnode_": 16818, "lpoly_": null, "rpoly_": null, "length": 183.76006855999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2027, "r_t_add": 2099, "st_code": 22010, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520416, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16056, "Shape__Length": 73.002103380529419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168642821516002, 39.980081226574498 ], [ -75.169289610134797, 39.9801641951967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16838, "tnode_": 16829, "lpoly_": null, "rpoly_": null, "length": 170.97731551000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2826, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 62120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520418, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16057, "Shape__Length": 67.925421270725849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181618230176795, 39.980299284563202 ], [ -75.182218550018405, 39.980383018565497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16839, "tnode_": 16613, "lpoly_": null, "rpoly_": null, "length": 566.5194818, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 84580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16058, "Shape__Length": 225.90526810940398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168074842004998, 39.980009617758 ], [ -75.167744988707994, 39.981543942113099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10739, "tnode_": 10706, "lpoly_": null, "rpoly_": null, "length": 179.28395107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4414, "r_f_add": 4401, "r_t_add": 4413, "st_code": 53000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600308, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 16059, "Shape__Length": 71.324032569230539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224680076103397, 40.025886742172801 ], [ -75.225248529054298, 40.026113095026098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16839, "tnode_": 16831, "lpoly_": null, "rpoly_": null, "length": 161.295386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2016, "l_t_add": 2030, "r_f_add": 2015, "r_t_add": 2025, "st_code": 22010, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520420, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16060, "Shape__Length": 64.077290014713782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168074842004998, 39.980009617758 ], [ -75.168642821516002, 39.980081226574498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16843, "tnode_": 16838, "lpoly_": null, "rpoly_": null, "length": 136.11295513, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2814, "l_t_add": 2824, "r_f_add": 2815, "r_t_add": 2827, "st_code": 62120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520422, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16061, "Shape__Length": 54.071823132300715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181137199208294, 39.980247607702204 ], [ -75.181618230176795, 39.980299284563202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16844, "tnode_": 16772, "lpoly_": null, "rpoly_": null, "length": 200.00651456, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1636, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 88230, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520423, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16062, "Shape__Length": 79.753558852056543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172625735661796, 39.980060067108298 ], [ -75.1725058162842, 39.980601303797997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16844, "tnode_": 16817, "lpoly_": null, "rpoly_": null, "length": 450.08144665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 59800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520424, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16063, "Shape__Length": 178.80879991130269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172625735661796, 39.980060067108298 ], [ -75.174136642893004, 39.9802686538183 ], [ -75.174203570044696, 39.980286893205196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16845, "tnode_": 16626, "lpoly_": null, "rpoly_": null, "length": 565.16266995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88170, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16064, "Shape__Length": 225.36195260484391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167422087400595, 39.979934262099597 ], [ -75.167079260384895, 39.981463122892997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16845, "tnode_": 16839, "lpoly_": null, "rpoly_": null, "length": 184.97798672000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2013, "st_code": 22010, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520426, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16065, "Shape__Length": 73.484315773874002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167422087400595, 39.979934262099597 ], [ -75.168074842004998, 39.980009617758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16849, "tnode_": 16647, "lpoly_": null, "rpoly_": null, "length": 521.40675155999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88340, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16066, "Shape__Length": 207.91486319928021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180594098466301, 39.980176482892801 ], [ -75.180279726549799, 39.981587229667198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16849, "tnode_": 16843, "lpoly_": null, "rpoly_": null, "length": 154.38914253000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 62120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520428, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16067, "Shape__Length": 61.334307830606811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180594098466301, 39.980176482892801 ], [ -75.181137199208294, 39.980247607702204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16851, "tnode_": 16786, "lpoly_": null, "rpoly_": null, "length": 197.43613897, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1530, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 88400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520429, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16068, "Shape__Length": 78.720850045505316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185544343220897, 39.980287173420201 ], [ -75.185448668036599, 39.980731541442601 ], [ -75.185500396548505, 39.980814006263003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16854, "tnode_": 16793, "lpoly_": null, "rpoly_": null, "length": 165.81541305000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1630, "r_f_add": 1617, "r_t_add": 1631, "st_code": 88280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520430, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16069, "Shape__Length": 66.12050783284306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175884024353905, 39.980054293497197 ], [ -75.175790642025106, 39.980503772700999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16858, "tnode_": 16639, "lpoly_": null, "rpoly_": null, "length": 566.91817197, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 78760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 16070, "Shape__Length": 226.06206884498337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166637305075199, 39.979823364446098 ], [ -75.166296485437996, 39.981357379936803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16858, "tnode_": 16845, "lpoly_": null, "rpoly_": null, "length": 223.60942645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1919, "r_t_add": 1999, "st_code": 22010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520432, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16071, "Shape__Length": 88.83465027944176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166637305075199, 39.979823364446098 ], [ -75.167422087400595, 39.979934262099597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16867, "tnode_": 16659, "lpoly_": null, "rpoly_": null, "length": 520.86335452000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 53940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 16072, "Shape__Length": 207.70030680708334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179882295262104, 39.980091002324301 ], [ -75.179594772633493, 39.981432108708503 ], [ -75.1796035813679, 39.981502392946901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16867, "tnode_": 16849, "lpoly_": null, "rpoly_": null, "length": 201.89310104, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2722, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2799, "st_code": 62120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520434, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16073, "Shape__Length": 80.204762987645552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179882295262104, 39.980091002324301 ], [ -75.180594098466301, 39.980176482892801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16869, "tnode_": 16753, "lpoly_": null, "rpoly_": null, "length": 266.86044577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 59020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 16074, "Shape__Length": 106.41411222696028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188007177364199, 39.980394960123498 ], [ -75.187858138985504, 39.981118497243202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16871, "tnode_": 16795, "lpoly_": null, "rpoly_": null, "length": 191.63980235, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 88210, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520436, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16075, "Shape__Length": 76.416657695821783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171012046683401, 39.979863241527802 ], [ -75.170894455583493, 39.980381480309497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16873, "tnode_": 16653, "lpoly_": null, "rpoly_": null, "length": 565.33087385, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88150, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520437, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16076, "Shape__Length": 225.42887546842843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165852478232495, 39.979723333818498 ], [ -75.165513206075303, 39.981253132131997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16873, "tnode_": 16858, "lpoly_": null, "rpoly_": null, "length": 222.94088876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1917, "st_code": 22010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520438, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16077, "Shape__Length": 88.566839035220227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165852478232495, 39.979723333818498 ], [ -75.166637305075199, 39.979823364446098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16883, "tnode_": 16673, "lpoly_": null, "rpoly_": null, "length": 519.2815737300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520439, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16078, "Shape__Length": 207.06707453576666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179175710843396, 39.9799973989671 ], [ -75.178863916547002, 39.981402566230699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16883, "tnode_": 16867, "lpoly_": null, "rpoly_": null, "length": 200.92939506000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2717, "st_code": 62120, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520440, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16079, "Shape__Length": 79.823397950649365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179175710843396, 39.9799973989671 ], [ -75.179882295262104, 39.980091002324301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16887, "tnode_": 16805, "lpoly_": null, "rpoly_": null, "length": 188.42469617, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1540, "l_t_add": 1598, "r_f_add": 1541, "r_t_add": 1599, "st_code": 88380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16080, "Shape__Length": 75.135453858199369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1839528302486, 39.980084240745903 ], [ -75.183841157386794, 39.980594305689102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16887, "tnode_": 16851, "lpoly_": null, "rpoly_": null, "length": 452.09362055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 67760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520443, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDNER ST", "stname": "REDNER ST", "objectid": 16081, "Shape__Length": 179.60253792094818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1839528302486, 39.980084240745903 ], [ -75.185544343220897, 39.980287173420201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16889, "tnode_": 16817, "lpoly_": null, "rpoly_": null, "length": 162.26928441000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1634, "r_f_add": 1617, "r_t_add": 1635, "st_code": 88260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520444, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16082, "Shape__Length": 64.706471234431532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174293376363906, 39.979846834177501 ], [ -75.174203570044696, 39.980286893205196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16891, "tnode_": 16873, "lpoly_": null, "rpoly_": null, "length": 224.69670302999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 22010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520445, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16083, "Shape__Length": 89.264224945469593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165061462842701, 39.979622555599498 ], [ -75.165852478232495, 39.979723333818498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16896, "tnode_": 16687, "lpoly_": null, "rpoly_": null, "length": 523.35154779000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 15420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 16084, "Shape__Length": 208.69115007708473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178376822254506, 39.979886495774203 ], [ -75.178072645825907, 39.9813039757857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16896, "tnode_": 16883, "lpoly_": null, "rpoly_": null, "length": 227.49883617999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2620, "l_t_add": 2698, "r_f_add": 2623, "r_t_add": 2699, "st_code": 62120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520447, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16085, "Shape__Length": 90.379507943517169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178376822254506, 39.979886495774203 ], [ -75.179175710843396, 39.9799973989671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16899, "tnode_": 16679, "lpoly_": null, "rpoly_": null, "length": 561.60151487999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88130, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16086, "Shape__Length": 223.9411167426689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164274601649694, 39.979527495923598 ], [ -75.163937577541901, 39.981047203690402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16899, "tnode_": 16891, "lpoly_": null, "rpoly_": null, "length": 223.21590814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1819, "st_code": 22010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520450, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16087, "Shape__Length": 88.674904999124493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164274601649694, 39.979527495923598 ], [ -75.165061462842701, 39.979622555599498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16900, "tnode_": 16818, "lpoly_": null, "rpoly_": null, "length": 189.81699026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 88190, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520451, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16088, "Shape__Length": 75.689978196669713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694033573403, 39.979650524189303 ], [ -75.169289610134797, 39.9801641951967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16900, "tnode_": 16871, "lpoly_": null, "rpoly_": null, "length": 457.43615458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 59800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520452, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16089, "Shape__Length": 181.72522215224541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694033573403, 39.979650524189303 ], [ -75.171012046683401, 39.979863241527802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16906, "tnode_": 16830, "lpoly_": null, "rpoly_": null, "length": 173.52693384, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1617, "st_code": 88300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520453, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16090, "Shape__Length": 69.193372094932442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177586883535398, 39.979783801175103 ], [ -75.177476211715202, 39.9802524837419 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16906, "tnode_": 16896, "lpoly_": null, "rpoly_": null, "length": 224.51377728, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2621, "st_code": 62120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520454, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16091, "Shape__Length": 89.192146127790437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177586883535398, 39.979783801175103 ], [ -75.178376822254506, 39.979886495774203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16909, "tnode_": 16697, "lpoly_": null, "rpoly_": null, "length": 565.84567769, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 18500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520455, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16092, "Shape__Length": 225.63517898772591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163484038515094, 39.979417935618997 ], [ -75.163158430938907, 39.980950922078399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16909, "tnode_": 16899, "lpoly_": null, "rpoly_": null, "length": 225.11741357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1722, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 22010, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520456, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16093, "Shape__Length": 89.432774663602629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163484038515094, 39.979417935618997 ], [ -75.164274601649694, 39.979527495923598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16910, "tnode_": 16871, "lpoly_": null, "rpoly_": null, "length": 102.31476926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1610, "l_t_add": 1612, "r_f_add": 1617, "r_t_add": 1629, "st_code": 88210, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520457, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16094, "Shape__Length": 40.798771293938543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171068993517395, 39.979585812507302 ], [ -75.171012046683401, 39.979863241527802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16910, "tnode_": 16772, "lpoly_": null, "rpoly_": null, "length": 547.19510623999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 68280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520458, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16095, "Shape__Length": 217.75433408744425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171068993517395, 39.979585812507302 ], [ -75.172373367953895, 39.980529328526501 ], [ -75.1725058162842, 39.980601303797997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16912, "tnode_": 16844, "lpoly_": null, "rpoly_": null, "length": 161.00401079, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1614, "l_t_add": 1634, "r_f_add": 1615, "r_t_add": 1635, "st_code": 88230, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520459, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16096, "Shape__Length": 64.201966145417728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172713016169695, 39.979623221240601 ], [ -75.172625735661796, 39.980060067108298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16912, "tnode_": 16889, "lpoly_": null, "rpoly_": null, "length": 450.3931085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 78120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 16097, "Shape__Length": 178.93026709628103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172713016169695, 39.979623221240601 ], [ -75.172772601159593, 39.979636153612702 ], [ -75.174293376363906, 39.979846834177501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16923, "tnode_": 16906, "lpoly_": null, "rpoly_": null, "length": 228.63397496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2522, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 62120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520461, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16098, "Shape__Length": 90.829112718785268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176782774928796, 39.979677750558999 ], [ -75.177586883535398, 39.979783801175103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16926, "tnode_": 16711, "lpoly_": null, "rpoly_": null, "length": 568.5361764, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88110, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16099, "Shape__Length": 226.70581602560725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627019018038, 39.979307585789499 ], [ -75.162361861126101, 39.980846208815798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16926, "tnode_": 16909, "lpoly_": null, "rpoly_": null, "length": 222.84580364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1721, "st_code": 22010, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520463, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16100, "Shape__Length": 88.530573955733246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627019018038, 39.979307585789499 ], [ -75.163484038515094, 39.979417935618997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16932, "tnode_": 16845, "lpoly_": null, "rpoly_": null, "length": 192.00736411, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 88170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520464, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16101, "Shape__Length": 76.56384258654478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167532245593094, 39.9794140353725 ], [ -75.167422087400595, 39.979934262099597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16932, "tnode_": 16900, "lpoly_": null, "rpoly_": null, "length": 531.39863339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 59800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520465, "oneway": "FT", "class": 5, "responsibl": "STRICKEN", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16102, "Shape__Length": 211.10550708344934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167532245593094, 39.9794140353725 ], [ -75.1694033573403, 39.979650524189303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16936, "tnode_": 16854, "lpoly_": null, "rpoly_": null, "length": 174.75206519, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 88280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520466, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16103, "Shape__Length": 69.682227151115171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175991979904893, 39.9795818211092 ], [ -75.175884024353905, 39.980054293497197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16936, "tnode_": 16923, "lpoly_": null, "rpoly_": null, "length": 224.35401764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2520, "r_f_add": 2501, "r_t_add": 2525, "st_code": 62120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520467, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16104, "Shape__Length": 89.127171657600471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175991979904893, 39.9795818211092 ], [ -75.176782774928796, 39.979677750558999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16937, "tnode_": 16721, "lpoly_": null, "rpoly_": null, "length": 564.33422649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 83400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520468, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLINGTON ST", "stname": "WILLINGTON ST", "objectid": 16105, "Shape__Length": 225.03040514901573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161917743802704, 39.9792115534975 ], [ -75.161583387990802, 39.980739217609198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16937, "tnode_": 16926, "lpoly_": null, "rpoly_": null, "length": 222.52398914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1620, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1699, "st_code": 22010, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520469, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16106, "Shape__Length": 88.39984947829474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161917743802704, 39.9792115534975 ], [ -75.1627019018038, 39.979307585789499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16940, "tnode_": 16910, "lpoly_": null, "rpoly_": null, "length": 69.08135098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1606, "l_t_add": 1608, "r_f_add": 1609, "r_t_add": 1615, "st_code": 88210, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520470, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16107, "Shape__Length": 27.545300071706279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171116012733506, 39.979399657409402 ], [ -75.171068993517395, 39.979585812507302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16940, "tnode_": 16912, "lpoly_": null, "rpoly_": null, "length": 455.31580288000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 78120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520471, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 16108, "Shape__Length": 180.88577664755172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171116012733506, 39.979399657409402 ], [ -75.172646893207002, 39.9796029212851 ], [ -75.172713016169695, 39.979623221240601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16946, "tnode_": 16731, "lpoly_": null, "rpoly_": null, "length": 564.37172169000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88090, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520472, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16109, "Shape__Length": 225.04473033193543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161137007042001, 39.979115846163801 ], [ -75.160800504401394, 39.980643335615703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16946, "tnode_": 16937, "lpoly_": null, "rpoly_": null, "length": 221.55882078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1619, "st_code": 22010, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520473, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16110, "Shape__Length": 88.016319182237098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161137007042001, 39.979115846163801 ], [ -75.161917743802704, 39.9792115534975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16949, "tnode_": 16873, "lpoly_": null, "rpoly_": null, "length": 192.33163775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1636, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 88150, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520474, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16111, "Shape__Length": 76.692423905192413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165966219718896, 39.979202661020999 ], [ -75.165852478232495, 39.979723333818498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16949, "tnode_": 16932, "lpoly_": null, "rpoly_": null, "length": 445.57543232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 59800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520475, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 16112, "Shape__Length": 177.01297516339159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165966219718896, 39.979202661020999 ], [ -75.167532245593094, 39.9794140353725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16956, "tnode_": 16889, "lpoly_": null, "rpoly_": null, "length": 169.14432115, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 88260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520476, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16113, "Shape__Length": 67.44615693960337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174396481202905, 39.979389337127898 ], [ -75.174293376363906, 39.979846834177501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16956, "tnode_": 16936, "lpoly_": null, "rpoly_": null, "length": 452.59484881000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 62120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520477, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16114, "Shape__Length": 179.79785760017984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174396481202905, 39.979389337127898 ], [ -75.175991979904893, 39.9795818211092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16959, "tnode_": 16744, "lpoly_": null, "rpoly_": null, "length": 564.61928936999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 75860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 16115, "Shape__Length": 225.14219260724167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160349730548901, 39.979012505653799 ], [ -75.160006904350098, 39.9805398522807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16959, "tnode_": 16946, "lpoly_": null, "rpoly_": null, "length": 223.82009356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1533, "r_t_add": 1599, "st_code": 22010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520479, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16116, "Shape__Length": 88.915743974729409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160349730548901, 39.979012505653799 ], [ -75.161137007042001, 39.979115846163801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16963, "tnode_": 16900, "lpoly_": null, "rpoly_": null, "length": 155.01294467, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1630, "r_f_add": 1617, "r_t_add": 1629, "st_code": 88190, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520480, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16117, "Shape__Length": 61.811228855330569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169497136107694, 39.979231154736397 ], [ -75.1694033573403, 39.979650524189303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16786, "tnode_": 16970, "lpoly_": null, "rpoly_": null, "length": 677.45091154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 37440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520481, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16118, "Shape__Length": 269.5632107910173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185500396548505, 39.980814006263003 ], [ -75.187320399196494, 39.979590044307699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16974, "tnode_": 16761, "lpoly_": null, "rpoly_": null, "length": 564.86515770999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88070, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520482, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16119, "Shape__Length": 225.24088203957015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159557571647994, 39.978915601677102 ], [ -75.159221111703502, 39.980444470411697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16974, "tnode_": 16959, "lpoly_": null, "rpoly_": null, "length": 224.78920334999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1531, "st_code": 22010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520483, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16120, "Shape__Length": 89.299320721984472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159557571647994, 39.978915601677102 ], [ -75.160349730548901, 39.979012505653799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16982, "tnode_": 16912, "lpoly_": null, "rpoly_": null, "length": 167.06376135000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 88230, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520485, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16121, "Shape__Length": 66.618030359303035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172802746707902, 39.979169835486701 ], [ -75.172713016169695, 39.979623221240601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16985, "tnode_": 16936, "lpoly_": null, "rpoly_": null, "length": 142.06079412, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1536, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 88280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16122, "Shape__Length": 56.647829661928704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176068721822503, 39.979196341379698 ], [ -75.175991979904893, 39.9795818211092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16987, "tnode_": 16932, "lpoly_": null, "rpoly_": null, "length": 155.27556657, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1628, "r_f_add": 1617, "r_t_add": 1629, "st_code": 88170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520488, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16123, "Shape__Length": 61.915186061508578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167629795454104, 39.978994443003302 ], [ -75.167532245593094, 39.9794140353725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16987, "tnode_": 16963, "lpoly_": null, "rpoly_": null, "length": 530.37219698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 78120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520489, "oneway": "TF", "class": 5, "responsibl": "STRICKEN", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 16124, "Shape__Length": 210.69656687771914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167629795454104, 39.978994443003302 ], [ -75.169497136107694, 39.979231154736397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16991, "tnode_": 16851, "lpoly_": null, "rpoly_": null, "length": 338.09749351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1528, "r_f_add": 1501, "r_t_add": 1525, "st_code": 88400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16125, "Shape__Length": 134.81936977982738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185730415437703, 39.979370159120002 ], [ -75.185544343220897, 39.980287173420201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16999, "tnode_": 16940, "lpoly_": null, "rpoly_": null, "length": 162.01223246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1604, "r_f_add": 1601, "r_t_add": 1607, "st_code": 88210, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520493, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16126, "Shape__Length": 64.601633266536211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712160686712, 39.978961625502301 ], [ -75.171116012733506, 39.979399657409402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17009, "tnode_": 16991, "lpoly_": null, "rpoly_": null, "length": 292.46950113999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3024, "l_t_add": 3098, "r_f_add": 3007, "r_t_add": 3099, "st_code": 46020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520494, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16127, "Shape__Length": 116.18843455248408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184702034457402, 39.979233463997701 ], [ -75.185730415437703, 39.979370159120002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17012, "tnode_": 16956, "lpoly_": null, "rpoly_": null, "length": 148.32577604000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 1573, "r_t_add": 1599, "st_code": 88260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520495, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16128, "Shape__Length": 59.145321160637856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174480598557395, 39.978987339737799 ], [ -75.174396481202905, 39.979389337127898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17012, "tnode_": 16985, "lpoly_": null, "rpoly_": null, "length": 451.5310808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 67760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDNER ST", "stname": "REDNER ST", "objectid": 16129, "Shape__Length": 179.37737559140541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174480598557395, 39.978987339737799 ], [ -75.176068721822503, 39.979196341379698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17014, "tnode_": 16949, "lpoly_": null, "rpoly_": null, "length": 151.61540596, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1634, "r_f_add": 1619, "r_t_add": 1635, "st_code": 88150, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16130, "Shape__Length": 60.456903609676054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166052187863201, 39.978791746162699 ], [ -75.165966219718896, 39.979202661020999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17014, "tnode_": 16987, "lpoly_": null, "rpoly_": null, "length": 448.24378795999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 78120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520498, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 16131, "Shape__Length": 178.07001453562819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166052187863201, 39.978791746162699 ], [ -75.167629795454104, 39.978994443003302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17015, "tnode_": 16999, "lpoly_": null, "rpoly_": null, "length": 174.12482128, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2120, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 62120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520499, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16132, "Shape__Length": 69.17218843469405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170602155127895, 39.978888012031 ], [ -75.1712160686712, 39.978961625502301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17018, "tnode_": 16887, "lpoly_": null, "rpoly_": null, "length": 337.68270002000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1538, "r_f_add": 1501, "r_t_add": 1539, "st_code": 88380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520500, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16133, "Shape__Length": 134.65342307692828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184139748633399, 39.979168480953298 ], [ -75.1839528302486, 39.980084240745903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17018, "tnode_": 17009, "lpoly_": null, "rpoly_": null, "length": 159.34651667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3022, "r_f_add": 3001, "r_t_add": 3005, "st_code": 46020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520501, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16134, "Shape__Length": 63.301256951591242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184139748633399, 39.979168480953298 ], [ -75.184702034457402, 39.979233463997701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17020, "tnode_": 16910, "lpoly_": null, "rpoly_": null, "length": 351.19162111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2134, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 68280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520502, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16135, "Shape__Length": 139.82531511968187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170290312064907, 39.978854410845102 ], [ -75.170429925461306, 39.979121298442301 ], [ -75.171068993517395, 39.979585812507302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17020, "tnode_": 17015, "lpoly_": null, "rpoly_": null, "length": 88.24622906, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2118, "l_t_add": 2118, "r_f_add": 2117, "r_t_add": 2119, "st_code": 62120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520503, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16136, "Shape__Length": 35.055723569814681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170290312064907, 39.978854410845102 ], [ -75.170602155127895, 39.978888012031 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17027, "tnode_": 17018, "lpoly_": null, "rpoly_": null, "length": 158.20829814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2928, "l_t_add": 2998, "r_f_add": 2929, "r_t_add": 2999, "st_code": 46020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520504, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16137, "Shape__Length": 62.851346532477159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183584142351904, 39.979091552953498 ], [ -75.184139748633399, 39.979168480953298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17033, "tnode_": 16963, "lpoly_": null, "rpoly_": null, "length": 173.73471994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 88190, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520505, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16138, "Shape__Length": 69.275665509330508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1696048854308, 39.9787614902977 ], [ -75.169497136107694, 39.979231154736397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17033, "tnode_": 17020, "lpoly_": null, "rpoly_": null, "length": 195.04880169, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2115, "st_code": 62120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520506, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16139, "Shape__Length": 77.486204755749895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1696048854308, 39.9787614902977 ], [ -75.170290312064907, 39.978854410845102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17034, "tnode_": 16822, "lpoly_": null, "rpoly_": null, "length": 521.87300439000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 43180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520507, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16140, "Shape__Length": 208.09813400326445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183117656260606, 39.979038896730003 ], [ -75.1828084666422, 39.980451618477801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17034, "tnode_": 17027, "lpoly_": null, "rpoly_": null, "length": 132.13087213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2926, "r_f_add": 2923, "r_t_add": 2927, "st_code": 46020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520508, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16141, "Shape__Length": 52.489384637226514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183117656260606, 39.979038896730003 ], [ -75.183584142351904, 39.979091552953498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17036, "tnode_": 16985, "lpoly_": null, "rpoly_": null, "length": 125.7506415, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1518, "l_t_add": 1534, "r_f_add": 1515, "r_t_add": 1525, "st_code": 88280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520509, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16142, "Shape__Length": 50.143025979304731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176141997080904, 39.978855774103202 ], [ -75.176068721822503, 39.979196341379698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17043, "tnode_": 16829, "lpoly_": null, "rpoly_": null, "length": 523.53183418999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520510, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16143, "Shape__Length": 208.75937219483055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182528778432498, 39.978965813622203 ], [ -75.182218550018405, 39.980383018565497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17043, "tnode_": 17034, "lpoly_": null, "rpoly_": null, "length": 167.16476305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2921, "st_code": 46020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520511, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16144, "Shape__Length": 66.407770483035932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182528778432498, 39.978965813622203 ], [ -75.183117656260606, 39.979038896730003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17051, "tnode_": 17043, "lpoly_": null, "rpoly_": null, "length": 170.59321863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2827, "r_t_add": 2899, "st_code": 46020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520512, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16145, "Shape__Length": 67.77033370001628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181928572887898, 39.978887742771199 ], [ -75.182528778432498, 39.978965813622203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30100, "tnode_": 16982, "lpoly_": null, "rpoly_": null, "length": 256.02789688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1550, "l_t_add": 1598, "r_f_add": 1551, "r_t_add": 1599, "st_code": 88230, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520513, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16146, "Shape__Length": 102.09231508712278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172940465259103, 39.978475041262797 ], [ -75.1728210178739, 39.979081823077998 ], [ -75.172802746707902, 39.979169835486701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17059, "tnode_": 17051, "lpoly_": null, "rpoly_": null, "length": 132.89428109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2814, "l_t_add": 2826, "r_f_add": 2815, "r_t_add": 2825, "st_code": 46020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520514, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16147, "Shape__Length": 52.794730124246293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181461967373394, 39.978822699904299 ], [ -75.181928572887898, 39.978887742771199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17060, "tnode_": 16987, "lpoly_": null, "rpoly_": null, "length": 176.5587366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 88170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520515, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16148, "Shape__Length": 70.402303766396827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167733748255699, 39.978516410675297 ], [ -75.167629795454104, 39.978994443003302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17060, "tnode_": 17033, "lpoly_": null, "rpoly_": null, "length": 531.92876048000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 62120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520516, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16149, "Shape__Length": 211.31491099132185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167733748255699, 39.978516410675297 ], [ -75.1696048854308, 39.9787614902977 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17061, "tnode_": 17036, "lpoly_": null, "rpoly_": null, "length": 449.56249949000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 18160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520518, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOLTON ST", "stname": "BOLTON ST", "objectid": 16150, "Shape__Length": 178.59356346214852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174559798672803, 39.978652263686598 ], [ -75.176141997080904, 39.978855774103202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17063, "tnode_": 16849, "lpoly_": null, "rpoly_": null, "length": 527.55559261000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520519, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16151, "Shape__Length": 210.36289715710851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180908797635396, 39.9787486569479 ], [ -75.180594098466301, 39.980176482892801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17063, "tnode_": 17059, "lpoly_": null, "rpoly_": null, "length": 157.35352951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 46020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520520, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16152, "Shape__Length": 62.510962408760662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180908797635396, 39.9787486569479 ], [ -75.181461967373394, 39.978822699904299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17075, "tnode_": 17063, "lpoly_": null, "rpoly_": null, "length": 167.40559414999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 46020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520523, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16153, "Shape__Length": 66.503315607653803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180319254393098, 39.978674613150602 ], [ -75.180908797635396, 39.9787486569479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17079, "tnode_": 16867, "lpoly_": null, "rpoly_": null, "length": 528.91577304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 53940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520524, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 16154, "Shape__Length": 210.90651758583778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180187295802199, 39.978658147619399 ], [ -75.179882295262104, 39.980091002324301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17079, "tnode_": 17075, "lpoly_": null, "rpoly_": null, "length": 37.46442933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2720, "l_t_add": 2722, "r_f_add": 2723, "r_t_add": 2723, "st_code": 46020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520525, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16155, "Shape__Length": 14.883038285545364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180187295802199, 39.978658147619399 ], [ -75.180319254393098, 39.978674613150602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17080, "tnode_": 17033, "lpoly_": null, "rpoly_": null, "length": 131.24944196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 88190, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16156, "Shape__Length": 52.335568880574705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169679701103206, 39.978405821321502 ], [ -75.1696048854308, 39.9787614902977 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17082, "tnode_": 17014, "lpoly_": null, "rpoly_": null, "length": 175.45361886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1617, "st_code": 88150, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16157, "Shape__Length": 69.960288533954298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166163116205098, 39.978317724815597 ], [ -75.166052187863201, 39.978791746162699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17083, "tnode_": 17079, "lpoly_": null, "rpoly_": null, "length": 92.05408817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2710, "l_t_add": 2718, "r_f_add": 2713, "r_t_add": 2721, "st_code": 46020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520529, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16158, "Shape__Length": 36.569619616018869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179863550384098, 39.978615427429197 ], [ -75.180187295802199, 39.978658147619399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17085, "tnode_": 17036, "lpoly_": null, "rpoly_": null, "length": 118.79499872, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1504, "l_t_add": 1516, "r_f_add": 1503, "r_t_add": 1513, "st_code": 88280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520530, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16159, "Shape__Length": 47.368606696674995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176215475857703, 39.978534603841801 ], [ -75.176141997080904, 39.978855774103202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17091, "tnode_": 16883, "lpoly_": null, "rpoly_": null, "length": 528.68693039000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520531, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16160, "Shape__Length": 210.81440266655426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179484611265096, 39.978565675635203 ], [ -75.179175710843396, 39.9799973989671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17091, "tnode_": 17083, "lpoly_": null, "rpoly_": null, "length": 107.73253708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2708, "r_f_add": 2701, "r_t_add": 2711, "st_code": 46020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520532, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16161, "Shape__Length": 42.798000014532072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179484611265096, 39.978565675635203 ], [ -75.179863550384098, 39.978615427429197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17095, "tnode_": 17082, "lpoly_": null, "rpoly_": null, "length": 225.2186578, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1810, "l_t_add": 1898, "r_f_add": 1811, "r_t_add": 1899, "st_code": 62120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16162, "Shape__Length": 89.470944453839721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165371681874504, 39.978210402072399 ], [ -75.166163116205098, 39.978317724815597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17100, "tnode_": 17020, "lpoly_": null, "rpoly_": null, "length": 224.25914938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2112, "l_t_add": 2132, "r_f_add": 2107, "r_t_add": 2123, "st_code": 68280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520535, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16163, "Shape__Length": 89.377862069274556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169976316329894, 39.978288164723303 ], [ -75.170290312064907, 39.978854410845102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17102, "tnode_": 16896, "lpoly_": null, "rpoly_": null, "length": 521.17391068999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 15420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 16164, "Shape__Length": 207.8160679600054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178696300789895, 39.978477077906099 ], [ -75.178376822254506, 39.979886495774203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17102, "tnode_": 17091, "lpoly_": null, "rpoly_": null, "length": 223.26812771000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2624, "l_t_add": 2698, "r_f_add": 2625, "r_t_add": 2699, "st_code": 46020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520537, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16165, "Shape__Length": 88.693159623134065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178696300789895, 39.978477077906099 ], [ -75.179484611265096, 39.978565675635203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17110, "tnode_": 16899, "lpoly_": null, "rpoly_": null, "length": 525.61468375000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88130, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520539, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16166, "Shape__Length": 209.58770520140774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164583164902695, 39.978104279326601 ], [ -75.164274601649694, 39.979527495923598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17110, "tnode_": 17095, "lpoly_": null, "rpoly_": null, "length": 224.33812565, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1808, "r_f_add": 1801, "r_t_add": 1809, "st_code": 62120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520540, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16167, "Shape__Length": 89.120847158129109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164583164902695, 39.978104279326601 ], [ -75.165371681874504, 39.978210402072399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17114, "tnode_": 17060, "lpoly_": null, "rpoly_": null, "length": 131.69175642, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1544, "l_t_add": 1598, "r_f_add": 1541, "r_t_add": 1599, "st_code": 88170, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520541, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16168, "Shape__Length": 52.511667700598949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167809419628597, 39.978159618568299 ], [ -75.167733748255699, 39.978516410675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17114, "tnode_": 17104, "lpoly_": null, "rpoly_": null, "length": 229.05296897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2004, "r_f_add": 2001, "r_t_add": 2015, "st_code": 67760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520542, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDNER ST", "stname": "REDNER ST", "objectid": 16169, "Shape__Length": 90.993416509258353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167809419628597, 39.978159618568299 ], [ -75.168615117463304, 39.978265262142898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17115, "tnode_": 17061, "lpoly_": null, "rpoly_": null, "length": 124.03416788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1502, "l_t_add": 1510, "r_f_add": 1525, "r_t_add": 1547, "st_code": 88260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16170, "Shape__Length": 49.457943476552352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633779410598, 39.978316564996199 ], [ -75.174559798672803, 39.978652263686598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17115, "tnode_": 17085, "lpoly_": null, "rpoly_": null, "length": 450.32913817999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 58980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520544, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU ST", "stname": "NASSAU ST", "objectid": 16171, "Shape__Length": 178.9000309429436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633779410598, 39.978316564996199 ], [ -75.176215475857703, 39.978534603841801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17120, "tnode_": 16906, "lpoly_": null, "rpoly_": null, "length": 524.14346279000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520545, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16172, "Shape__Length": 209.00241093790797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177890660281705, 39.978364068030899 ], [ -75.177586883535398, 39.979783801175103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17120, "tnode_": 17102, "lpoly_": null, "rpoly_": null, "length": 229.50257808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2622, "r_f_add": 2601, "r_t_add": 2623, "st_code": 46020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520546, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16173, "Shape__Length": 91.173733889036043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177890660281705, 39.978364068030899 ], [ -75.178696300789895, 39.978477077906099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17125, "tnode_": 16909, "lpoly_": null, "rpoly_": null, "length": 519.85799807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 18500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520547, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16174, "Shape__Length": 207.29160844702901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163791447792903, 39.978010593199102 ], [ -75.163484038515094, 39.979417935618997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17125, "tnode_": 17110, "lpoly_": null, "rpoly_": null, "length": 224.48866024, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 62120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520548, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16175, "Shape__Length": 89.178190135110952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163791447792903, 39.978010593199102 ], [ -75.164583164902695, 39.978104279326601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17100, "tnode_": 17129, "lpoly_": null, "rpoly_": null, "length": 176.04499341000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2106, "r_f_add": 2101, "r_t_add": 2109, "st_code": 18160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOLTON ST", "stname": "BOLTON ST", "objectid": 16176, "Shape__Length": 69.958218013109786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169976316329894, 39.978288164723303 ], [ -75.170474980881394, 39.978143132577102 ], [ -75.170568757753998, 39.978155113750802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17129, "tnode_": 17109, "lpoly_": null, "rpoly_": null, "length": 224.03329967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2108, "l_t_add": 2198, "r_f_add": 2111, "r_t_add": 2199, "st_code": 18160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520550, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOLTON ST", "stname": "BOLTON ST", "objectid": 16177, "Shape__Length": 88.999584541946518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170568757753998, 39.978155113750802 ], [ -75.171356471532206, 39.978259908481903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17134, "tnode_": 16923, "lpoly_": null, "rpoly_": null, "length": 523.96536537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 74920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16178, "Shape__Length": 208.92816191641617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177106203792405, 39.9782610853227 ], [ -75.176782774928796, 39.979677750558999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17134, "tnode_": 17120, "lpoly_": null, "rpoly_": null, "length": 223.02153055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2521, "r_t_add": 2599, "st_code": 46020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520552, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16179, "Shape__Length": 88.597525535108076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177106203792405, 39.9782610853227 ], [ -75.177890660281705, 39.978364068030899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17136, "tnode_": 16926, "lpoly_": null, "rpoly_": null, "length": 517.02432723000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88110, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16180, "Shape__Length": 206.16107886881204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163009636146995, 39.977908174167098 ], [ -75.1627019018038, 39.979307585789499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17136, "tnode_": 17125, "lpoly_": null, "rpoly_": null, "length": 222.25747201, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 62120, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520554, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16181, "Shape__Length": 88.293496100355455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163009636146995, 39.977908174167098 ], [ -75.163791447792903, 39.978010593199102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17142, "tnode_": 17085, "lpoly_": null, "rpoly_": null, "length": 142.87583192, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1502, "r_f_add": 1501, "r_t_add": 1501, "st_code": 88280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520555, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16182, "Shape__Length": 56.970545668925361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176302637598397, 39.978148166553702 ], [ -75.176215475857703, 39.978534603841801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17142, "tnode_": 17134, "lpoly_": null, "rpoly_": null, "length": 228.92544406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2524, "r_f_add": 2501, "r_t_add": 2519, "st_code": 46020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520556, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16183, "Shape__Length": 90.94420853392981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176302637598397, 39.978148166553702 ], [ -75.177106203792405, 39.9782610853227 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17148, "tnode_": 17080, "lpoly_": null, "rpoly_": null, "length": 162.47900886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1512, "l_t_add": 1514, "r_f_add": 1509, "r_t_add": 1521, "st_code": 88190, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520557, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16184, "Shape__Length": 64.787016852844431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169778722177497, 39.977966349915 ], [ -75.169679701103206, 39.978405821321502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17148, "tnode_": 17100, "lpoly_": null, "rpoly_": null, "length": 129.65218743999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2110, "r_f_add": 2101, "r_t_add": 2105, "st_code": 68280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520558, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16185, "Shape__Length": 51.666392689280826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169778722177497, 39.977966349915 ], [ -75.169976316329894, 39.978288164723303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17152, "tnode_": 16937, "lpoly_": null, "rpoly_": null, "length": 519.76421790999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 83400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLINGTON ST", "stname": "WILLINGTON ST", "objectid": 16186, "Shape__Length": 207.25434468531807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162219863578599, 39.9778037943356 ], [ -75.161917743802704, 39.9792115534975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17152, "tnode_": 17136, "lpoly_": null, "rpoly_": null, "length": 224.57734834000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 62120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520560, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16187, "Shape__Length": 89.215121649584972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162219863578599, 39.9778037943356 ], [ -75.163009636146995, 39.977908174167098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17167, "tnode_": 16946, "lpoly_": null, "rpoly_": null, "length": 521.68799811999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88090, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520561, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16188, "Shape__Length": 208.02046033427115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161445008716797, 39.977703486531802 ], [ -75.161137007042001, 39.979115846163801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17167, "tnode_": 17152, "lpoly_": null, "rpoly_": null, "length": 220.20745838000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 62120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520562, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16189, "Shape__Length": 87.478624118646252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161445008716797, 39.977703486531802 ], [ -75.162219863578599, 39.9778037943356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17168, "tnode_": 17109, "lpoly_": null, "rpoly_": null, "length": 123.76252085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1514, "l_t_add": 1522, "r_f_add": 1513, "r_t_add": 1523, "st_code": 88210, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520563, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16190, "Shape__Length": 49.348561164693251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171435431944403, 39.9779256397781 ], [ -75.171356471532206, 39.978259908481903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17173, "tnode_": 17115, "lpoly_": null, "rpoly_": null, "length": 136.25695461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1500, "r_f_add": 1501, "r_t_add": 1523, "st_code": 88260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520564, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16191, "Shape__Length": 54.332785358691332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174705257523598, 39.977946586947503 ], [ -75.174633779410598, 39.978316564996199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17173, "tnode_": 17142, "lpoly_": null, "rpoly_": null, "length": 453.6496334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 46020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520565, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16192, "Shape__Length": 180.21463873430872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174705257523598, 39.977946586947503 ], [ -75.176302637598397, 39.978148166553702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17176, "tnode_": 16959, "lpoly_": null, "rpoly_": null, "length": 520.07759879000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 75860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520566, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 16193, "Shape__Length": 207.37835693318848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160654420851401, 39.977604202414597 ], [ -75.160349730548901, 39.979012505653799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17176, "tnode_": 17167, "lpoly_": null, "rpoly_": null, "length": 224.49667076, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1508, "l_t_add": 1598, "r_f_add": 1509, "r_t_add": 1599, "st_code": 62120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520567, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16194, "Shape__Length": 89.181847700354609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160654420851401, 39.977604202414597 ], [ -75.161445008716797, 39.977703486531802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17187, "tnode_": 16974, "lpoly_": null, "rpoly_": null, "length": 524.3080858, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88070, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520568, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16195, "Shape__Length": 209.06591970431361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159857792004701, 39.977494963474598 ], [ -75.159557571647994, 39.978915601677102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17187, "tnode_": 17176, "lpoly_": null, "rpoly_": null, "length": 226.77621918, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1506, "r_f_add": 1501, "r_t_add": 1507, "st_code": 62120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520569, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16196, "Shape__Length": 90.088993227467725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159857792004701, 39.977494963474598 ], [ -75.160654420851401, 39.977604202414597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17192, "tnode_": 17148, "lpoly_": null, "rpoly_": null, "length": 97.85050017, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1506, "l_t_add": 1510, "r_f_add": 1505, "r_t_add": 1507, "st_code": 88190, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16197, "Shape__Length": 39.016593908973896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169839648997197, 39.977701859357701 ], [ -75.169778722177497, 39.977966349915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17192, "tnode_": 17168, "lpoly_": null, "rpoly_": null, "length": 454.5898846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 58980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520571, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASSAU ST", "stname": "NASSAU ST", "objectid": 16198, "Shape__Length": 180.59180135667091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169839648997197, 39.977701859357701 ], [ -75.171435431944403, 39.9779256397781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17197, "tnode_": 17187, "lpoly_": null, "rpoly_": null, "length": 199.81455213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 62120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16199, "Shape__Length": 79.376421903032082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159153946038302, 39.977407451398101 ], [ -75.159857792004701, 39.977494963474598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17224, "tnode_": 17168, "lpoly_": null, "rpoly_": null, "length": 140.48286104, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1511, "st_code": 88210, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520575, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16200, "Shape__Length": 56.014457166038241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171530084529493, 39.977546934235399 ], [ -75.171435431944403, 39.9779256397781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17255, "tnode_": 17192, "lpoly_": null, "rpoly_": null, "length": 138.37223932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1504, "r_f_add": 1501, "r_t_add": 1503, "st_code": 88190, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520576, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16201, "Shape__Length": 55.175700443669612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169912714447193, 39.977326192558401 ], [ -75.169839648997197, 39.977701859357701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17255, "tnode_": 17224, "lpoly_": null, "rpoly_": null, "length": 460.3507537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 46020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520577, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16202, "Shape__Length": 182.87817414079521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169912714447193, 39.977326192558401 ], [ -75.171530084529493, 39.977546934235399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17259, "tnode_": 17148, "lpoly_": null, "rpoly_": null, "length": 277.55706057000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2072, "l_t_add": 2098, "r_f_add": 2051, "r_t_add": 2099, "st_code": 68280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520578, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16203, "Shape__Length": 110.61622194865403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169384839255301, 39.977267271249801 ], [ -75.169778722177497, 39.977966349915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17259, "tnode_": 17255, "lpoly_": null, "rpoly_": null, "length": 149.48802764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2080, "l_t_add": 2098, "r_f_add": 2079, "r_t_add": 2099, "st_code": 46020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520579, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16204, "Shape__Length": 59.382913106677002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169384839255301, 39.977267271249801 ], [ -75.169912714447193, 39.977326192558401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17279, "tnode_": 17104, "lpoly_": null, "rpoly_": null, "length": 393.42596157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 84580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520581, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16205, "Shape__Length": 156.87676920848082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168835380592498, 39.977198635642601 ], [ -75.168615117463304, 39.978265262142898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17291, "tnode_": 17114, "lpoly_": null, "rpoly_": null, "length": 393.6864728, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1542, "r_f_add": 1501, "r_t_add": 1539, "st_code": 88170, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520583, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16206, "Shape__Length": 156.9789552328746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168040097628193, 39.9770935709494 ], [ -75.167809419628597, 39.978159618568299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17291, "tnode_": 17279, "lpoly_": null, "rpoly_": null, "length": 226.14388571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2005, "st_code": 46020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520584, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16207, "Shape__Length": 89.836494105203343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168040097628193, 39.9770935709494 ], [ -75.168835380592498, 39.977198635642601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17325, "tnode_": 17082, "lpoly_": null, "rpoly_": null, "length": 528.12814738999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88150, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520589, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16208, "Shape__Length": 210.58733653917801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166465263658694, 39.976886703739503 ], [ -75.166163116205098, 39.978317724815597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28288, "tnode_": 17325, "lpoly_": null, "rpoly_": null, "length": 222.2645331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1814, "l_t_add": 1898, "r_f_add": 1813, "r_t_add": 1899, "st_code": 46020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520591, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16209, "Shape__Length": 88.295290407078326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1656839585619, 39.976781966075897 ], [ -75.166465263658694, 39.976886703739503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17357, "tnode_": 17110, "lpoly_": null, "rpoly_": null, "length": 526.73336396000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88130, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520592, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16210, "Shape__Length": 210.02963034551178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164890819172797, 39.976677834038199 ], [ -75.164583164902695, 39.978104279326601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17357, "tnode_": 28288, "lpoly_": null, "rpoly_": null, "length": 225.49576786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1801, "r_t_add": 1811, "st_code": 46020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520593, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16211, "Shape__Length": 89.578355987791397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164890819172797, 39.976677834038199 ], [ -75.1656839585619, 39.976781966075897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17372, "tnode_": 17125, "lpoly_": null, "rpoly_": null, "length": 527.88155605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 18500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16212, "Shape__Length": 210.48584067069601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164108867925293, 39.976582217199997 ], [ -75.163791447792903, 39.978010593199102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17372, "tnode_": 17357, "lpoly_": null, "rpoly_": null, "length": 221.89783561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1710, "l_t_add": 1798, "r_f_add": 1709, "r_t_add": 1799, "st_code": 46020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520595, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16213, "Shape__Length": 88.147666572715039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164108867925293, 39.976582217199997 ], [ -75.164890819172797, 39.976677834038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17387, "tnode_": 17136, "lpoly_": null, "rpoly_": null, "length": 527.49810215000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88110, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520596, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16214, "Shape__Length": 210.33250239189925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163327689003395, 39.976480949508002 ], [ -75.163009636146995, 39.977908174167098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17387, "tnode_": 17372, "lpoly_": null, "rpoly_": null, "length": 222.0171297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1708, "r_f_add": 1701, "r_t_add": 1707, "st_code": 46020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520597, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16215, "Shape__Length": 88.195965785163565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163327689003395, 39.976480949508002 ], [ -75.164108867925293, 39.976582217199997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17400, "tnode_": 17152, "lpoly_": null, "rpoly_": null, "length": 524.60357416000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 83400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLINGTON ST", "stname": "WILLINGTON ST", "objectid": 16216, "Shape__Length": 209.1786534954667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162532028739193, 39.976383858612699 ], [ -75.162219863578599, 39.9778037943356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17400, "tnode_": 17387, "lpoly_": null, "rpoly_": null, "length": 225.77719082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1620, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1699, "st_code": 46020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520599, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16217, "Shape__Length": 89.688422223710759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162532028739193, 39.976383858612699 ], [ -75.163327689003395, 39.976480949508002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17418, "tnode_": 17167, "lpoly_": null, "rpoly_": null, "length": 528.559464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88090, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520600, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16218, "Shape__Length": 210.7566279208971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161753031634802, 39.976272007210902 ], [ -75.161445008716797, 39.977703486531802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17418, "tnode_": 17400, "lpoly_": null, "rpoly_": null, "length": 222.08972654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1619, "st_code": 46020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520601, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16219, "Shape__Length": 88.226656628767742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161753031634802, 39.976272007210902 ], [ -75.162532028739193, 39.976383858612699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17434, "tnode_": 17176, "lpoly_": null, "rpoly_": null, "length": 528.43611010999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 75860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 16220, "Shape__Length": 210.70676082261826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160964983009194, 39.976173391221401 ], [ -75.160654420851401, 39.977604202414597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17434, "tnode_": 17418, "lpoly_": null, "rpoly_": null, "length": 223.75975454000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1544, "l_t_add": 1598, "r_f_add": 1545, "r_t_add": 1599, "st_code": 46020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520603, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16221, "Shape__Length": 88.887170792219095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160964983009194, 39.976173391221401 ], [ -75.161753031634802, 39.976272007210902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17449, "tnode_": 17187, "lpoly_": null, "rpoly_": null, "length": 522.0139174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88070, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520604, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16222, "Shape__Length": 208.1426992526269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160184616957807, 39.9760842020032 ], [ -75.159857792004701, 39.977494963474598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17449, "tnode_": 17434, "lpoly_": null, "rpoly_": null, "length": 221.10450922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1542, "r_f_add": 1501, "r_t_add": 1543, "st_code": 46020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16223, "Shape__Length": 87.830813146318761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160184616957807, 39.9760842020032 ], [ -75.160964983009194, 39.976173391221401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17464, "tnode_": 17197, "lpoly_": null, "rpoly_": null, "length": 523.73895716999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 21400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520606, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 16224, "Shape__Length": 208.83243929550662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1594673266803, 39.975990081888803 ], [ -75.159153946038302, 39.977407451398101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17464, "tnode_": 17449, "lpoly_": null, "rpoly_": null, "length": 203.93000423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1406, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 46020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520607, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16225, "Shape__Length": 81.010504808188884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1594673266803, 39.975990081888803 ], [ -75.160184616957807, 39.9760842020032 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13200, "tnode_": 13060, "lpoly_": null, "rpoly_": null, "length": 419.22896882000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3102, "l_t_add": 3198, "r_f_add": 3105, "r_t_add": 3199, "st_code": 58800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 16226, "Shape__Length": 167.23015865725904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180614445694303, 40.004011601844297 ], [ -75.180591451777602, 40.0041105082718 ], [ -75.180372465967807, 40.005147280028901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13204, "tnode_": 13157, "lpoly_": null, "rpoly_": null, "length": 132.63835361999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3124, "l_t_add": 3134, "r_f_add": 3125, "r_t_add": 3135, "st_code": 88380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16227, "Shape__Length": 52.908683838671756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178689056138495, 40.003930381878398 ], [ -75.178672305773503, 40.004009725425398 ], [ -75.178610367529302, 40.004289424616204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13279, "tnode_": 13204, "lpoly_": null, "rpoly_": null, "length": 227.56722753000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3123, "st_code": 88380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520611, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16228, "Shape__Length": 90.77376772312175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178829830349201, 40.003315134295299 ], [ -75.178689056138495, 40.003930381878398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13224, "tnode_": 13176, "lpoly_": null, "rpoly_": null, "length": 148.02895378, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3126, "l_t_add": 3136, "r_f_add": 3119, "r_t_add": 3133, "st_code": 88360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520612, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-12-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16229, "Shape__Length": 59.048426323107037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177135211583803, 40.003686227875299 ], [ -75.177052395619796, 40.004087563493201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13339, "tnode_": 13337, "lpoly_": null, "rpoly_": null, "length": 128.84629381000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2733, "st_code": 23640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16230, "Shape__Length": 51.204098524145017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174701788787104, 40.002794740235302 ], [ -75.175154979165697, 40.002855030767897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13364, "tnode_": 13346, "lpoly_": null, "rpoly_": null, "length": 439.98568763999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 23640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16231, "Shape__Length": 174.85058084737759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1726265386243, 40.002522046914699 ], [ -75.174175466599905, 40.002721726382802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13386, "tnode_": 13188, "lpoly_": null, "rpoly_": null, "length": 585.78835718000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520615, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16232, "Shape__Length": 233.66296160807821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171037111062304, 40.002311571343597 ], [ -75.170681124966706, 40.003896156487301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13460, "tnode_": 13386, "lpoly_": null, "rpoly_": null, "length": 152.00078322, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3048, "l_t_add": 3098, "r_f_add": 3047, "r_t_add": 3099, "st_code": 88280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520616, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16233, "Shape__Length": 60.63220100792195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171114553431394, 40.001898582904602 ], [ -75.171037111062304, 40.002311571343597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13601, "tnode_": 13507, "lpoly_": null, "rpoly_": null, "length": 258.56571357999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3028, "r_f_add": 3001, "r_t_add": 3027, "st_code": 88280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520617, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16234, "Shape__Length": 103.13499321717583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171350649810407, 40.0008299583343 ], [ -75.171190658823903, 40.001529006733698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13843, "tnode_": 13601, "lpoly_": null, "rpoly_": null, "length": 554.65296645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520618, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16235, "Shape__Length": 221.23274813151252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171694038854, 39.999330446168003 ], [ -75.171350649810407, 40.0008299583343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13256, "tnode_": 13201, "lpoly_": null, "rpoly_": null, "length": 163.98375417, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3120, "l_t_add": 3134, "r_f_add": 3123, "r_t_add": 3143, "st_code": 88340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16236, "Shape__Length": 65.410696446589341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175525515679297, 40.003432196356897 ], [ -75.175421254392106, 40.003875153459902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13326, "tnode_": 13256, "lpoly_": null, "rpoly_": null, "length": 193.8583167, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3118, "r_f_add": 3101, "r_t_add": 3121, "st_code": 88340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520620, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16237, "Shape__Length": 77.33019210380229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175623725067396, 40.002905418415999 ], [ -75.175525515679297, 40.003432196356897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13364, "tnode_": 13161, "lpoly_": null, "rpoly_": null, "length": 581.56640786000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520621, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16238, "Shape__Length": 231.98088373223933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1726265386243, 40.002522046914699 ], [ -75.172281942425599, 40.004096368983198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13337, "tnode_": 13126, "lpoly_": null, "rpoly_": null, "length": 580.66499059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 63900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520622, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNOCK ST", "stname": "PENNOCK ST", "objectid": 16239, "Shape__Length": 231.62213505741119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175154979165697, 40.002855030767897 ], [ -75.174808831244903, 40.004426642007303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13375, "tnode_": 13177, "lpoly_": null, "rpoly_": null, "length": 581.60430414999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 74920, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520623, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16240, "Shape__Length": 231.99505041498153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596906780493, 40.002386559808102 ], [ -75.171248946714599, 40.003960549668903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13441, "tnode_": 13346, "lpoly_": null, "rpoly_": null, "length": 241.70007298, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3034, "l_t_add": 3098, "r_f_add": 3035, "r_t_add": 3099, "st_code": 88320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16241, "Shape__Length": 96.409698340933417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174323381772794, 40.002068054219301 ], [ -75.174175466599905, 40.002721726382802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13555, "tnode_": 13441, "lpoly_": null, "rpoly_": null, "length": 311.16183397000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3032, "r_f_add": 3001, "r_t_add": 3033, "st_code": 88320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16242, "Shape__Length": 124.11412029072686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174521848426394, 40.001227624411698 ], [ -75.174323381772794, 40.002068054219301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13746, "tnode_": 13638, "lpoly_": null, "rpoly_": null, "length": 355.03580753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2948, "r_f_add": 2901, "r_t_add": 2933, "st_code": 22220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 16243, "Shape__Length": 141.30154668279559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176302860989097, 39.999930661975803 ], [ -75.175331387133497, 40.000556497802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13829, "tnode_": 13746, "lpoly_": null, "rpoly_": null, "length": 283.58301529000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2850, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 22220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 16244, "Shape__Length": 112.88312195613061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177048300842301, 39.999404029957198 ], [ -75.176302860989097, 39.999930661975803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13991, "tnode_": 13829, "lpoly_": null, "rpoly_": null, "length": 439.20000320999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2848, "r_f_add": 2801, "r_t_add": 2835, "st_code": 22220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 16245, "Shape__Length": 174.80226650105925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178239382640797, 39.998620145425598 ], [ -75.177048300842301, 39.999404029957198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14022, "tnode_": 14015, "lpoly_": null, "rpoly_": null, "length": 208.43906552, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2716, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2799, "st_code": 73280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520629, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16246, "Shape__Length": 82.825613677225959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175866119497499, 39.998338093877102 ], [ -75.176603328504797, 39.998415124816901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14032, "tnode_": 14022, "lpoly_": null, "rpoly_": null, "length": 192.66440058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2717, "st_code": 73280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520630, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16247, "Shape__Length": 76.561710051516627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175189795370102, 39.998242390737801 ], [ -75.175866119497499, 39.998338093877102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14041, "tnode_": 14032, "lpoly_": null, "rpoly_": null, "length": 159.43527922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2626, "l_t_add": 2698, "r_f_add": 2627, "r_t_add": 2699, "st_code": 73280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520631, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16248, "Shape__Length": 63.352953983483161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174625560769101, 39.998185450578298 ], [ -75.175189795370102, 39.998242390737801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14048, "tnode_": 14041, "lpoly_": null, "rpoly_": null, "length": 133.46432402000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2612, "l_t_add": 2624, "r_f_add": 2615, "r_t_add": 2625, "st_code": 73280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520632, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16249, "Shape__Length": 53.036042544652467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174156580042407, 39.998121158321503 ], [ -75.174625560769101, 39.998185450578298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14059, "tnode_": 14048, "lpoly_": null, "rpoly_": null, "length": 157.36358338, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2610, "r_f_add": 2601, "r_t_add": 2613, "st_code": 73280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520633, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16250, "Shape__Length": 62.533247403403763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173603832037998, 39.998044444947702 ], [ -75.174156580042407, 39.998121158321503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14087, "tnode_": 14077, "lpoly_": null, "rpoly_": null, "length": 160.01986756, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2513, "st_code": 73280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520634, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16251, "Shape__Length": 63.586796847934131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172000253297796, 39.997835439574999 ], [ -75.172564407512297, 39.997904004998503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13746, "tnode_": 13729, "lpoly_": null, "rpoly_": null, "length": 450.19521317, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 21040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520635, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16252, "Shape__Length": 178.90002887113084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176302860989097, 39.999930661975803 ], [ -75.177888816886295, 40.000129642247202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13465, "tnode_": 13364, "lpoly_": null, "rpoly_": null, "length": 244.4000441, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3032, "l_t_add": 3098, "r_f_add": 3037, "r_t_add": 3099, "st_code": 88300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520637, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16253, "Shape__Length": 97.484994419820964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172785024012796, 40.001862303025497 ], [ -75.1726265386243, 40.002522046914699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13561, "tnode_": 13449, "lpoly_": null, "rpoly_": null, "length": 309.13619301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 49810, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520638, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 16254, "Shape__Length": 123.30316974086648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173971416641194, 40.001155392029503 ], [ -75.173756923155807, 40.0019878216916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13575, "tnode_": 13465, "lpoly_": null, "rpoly_": null, "length": 303.07552317, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3030, "r_f_add": 3001, "r_t_add": 3035, "st_code": 88300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520639, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16255, "Shape__Length": 120.89118996684419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172959391004497, 40.001041201779501 ], [ -75.172785024012796, 40.001862303025497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13784, "tnode_": 13561, "lpoly_": null, "rpoly_": null, "length": 552.3159426200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 49810, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520640, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 16256, "Shape__Length": 220.30134662368957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174315310161703, 39.999662462914202 ], [ -75.173971416641194, 40.001155392029503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13812, "tnode_": 13575, "lpoly_": null, "rpoly_": null, "length": 559.52620213, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520641, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16257, "Shape__Length": 223.18022851458338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173285213588201, 39.999525811894699 ], [ -75.172959391004497, 40.001041201779501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13566, "tnode_": 13455, "lpoly_": null, "rpoly_": null, "length": 305.83973116, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 15420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520642, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 16258, "Shape__Length": 121.98983404900615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173486267542799, 40.001097351706797 ], [ -75.1732837231026, 40.001922342438199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13795, "tnode_": 13566, "lpoly_": null, "rpoly_": null, "length": 555.19862147000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 15420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520643, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 16259, "Shape__Length": 221.4507846271635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173833070389506, 39.999596782740497 ], [ -75.173486267542799, 40.001097351706797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13777, "tnode_": 13555, "lpoly_": null, "rpoly_": null, "length": 557.62881992999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88320, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520644, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16260, "Shape__Length": 222.42052525542817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174870167932596, 39.999720486933597 ], [ -75.174521848426394, 40.001227624411698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14197, "tnode_": 14175, "lpoly_": null, "rpoly_": null, "length": 454.22012488000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 50000, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520645, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16261, "Shape__Length": 180.49058667029453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180191766715097, 39.997262607544101 ], [ -75.181793875897498, 39.997453514561798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14216, "tnode_": 14197, "lpoly_": null, "rpoly_": null, "length": 280.29720454, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2920, "l_t_add": 2998, "r_f_add": 2915, "r_t_add": 2999, "st_code": 50000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520646, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16262, "Shape__Length": 111.38281561103673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179206734182799, 39.997128054980699 ], [ -75.180191766715097, 39.997262607544101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14297, "tnode_": 14225, "lpoly_": null, "rpoly_": null, "length": 174.65965902000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2648, "l_t_add": 2698, "r_f_add": 2643, "r_t_add": 2699, "st_code": 88360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520647, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16263, "Shape__Length": 69.663583130156596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178680499739599, 39.9965760584424 ], [ -75.178578726166705, 39.997049088026998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14343, "tnode_": 14297, "lpoly_": null, "rpoly_": null, "length": 125.88166682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2634, "l_t_add": 2646, "r_f_add": 2629, "r_t_add": 2641, "st_code": 88360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520648, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16264, "Shape__Length": 50.207475165694085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1787575608504, 39.9962356185194 ], [ -75.178680499739599, 39.9965760584424 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14398, "tnode_": 14343, "lpoly_": null, "rpoly_": null, "length": 135.70607049, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2616, "l_t_add": 2632, "r_f_add": 2615, "r_t_add": 2627, "st_code": 88360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520649, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16265, "Shape__Length": 54.125999388884999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178838116336394, 39.995868276959598 ], [ -75.1787575608504, 39.9962356185194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14451, "tnode_": 14398, "lpoly_": null, "rpoly_": null, "length": 149.62856478, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2613, "st_code": 88360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520650, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16266, "Shape__Length": 59.678654208734457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1789266455324, 39.995463211133803 ], [ -75.178838116336394, 39.995868276959598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14654, "tnode_": 14451, "lpoly_": null, "rpoly_": null, "length": 550.37029386999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520651, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16267, "Shape__Length": 219.50993986959543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179249807110807, 39.993972962788 ], [ -75.1789266455324, 39.995463211133803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14863, "tnode_": 14654, "lpoly_": null, "rpoly_": null, "length": 554.62081647000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520652, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16268, "Shape__Length": 221.1985863051498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179587686550505, 39.9924728042743 ], [ -75.179249807110807, 39.993972962788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14825, "tnode_": 14817, "lpoly_": null, "rpoly_": null, "length": 161.83414725, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3036, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 85760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520653, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16269, "Shape__Length": 64.302464091700628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182211644739596, 39.992824012912997 ], [ -75.182782755214504, 39.992890358953602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14833, "tnode_": 14825, "lpoly_": null, "rpoly_": null, "length": 124.57242223, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3018, "l_t_add": 3034, "r_f_add": 3017, "r_t_add": 3025, "st_code": 85760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520654, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16270, "Shape__Length": 49.497580397612118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181772683662004, 39.992769721964599 ], [ -75.182211644739596, 39.992824012912997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14314, "tnode_": 14095, "lpoly_": null, "rpoly_": null, "length": 590.34609667999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3474, "l_t_add": 3498, "r_f_add": 3475, "r_t_add": 3499, "st_code": 68280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520655, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16271, "Shape__Length": 235.48817241282438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187611749008994, 39.996584277502997 ], [ -75.187607617986501, 39.998204846764501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14324, "tnode_": 14314, "lpoly_": null, "rpoly_": null, "length": 199.63545617, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 44080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 520656, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16272, "Shape__Length": 79.330026074775276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186911181754994, 39.996484238685802 ], [ -75.187611749008994, 39.996584277502997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14793, "tnode_": 14593, "lpoly_": null, "rpoly_": null, "length": 551.31520462000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 16273, "Shape__Length": 219.88433881869264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184378441983199, 39.993094770266801 ], [ -75.184057137900695, 39.9945878849556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14802, "tnode_": 14600, "lpoly_": null, "rpoly_": null, "length": 553.41254504000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 63360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520658, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PATTON ST", "stname": "N PATTON ST", "objectid": 16274, "Shape__Length": 220.7200516989906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183812839367306, 39.993019516447397 ], [ -75.183486520335506, 39.994517825545302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14808, "tnode_": 14607, "lpoly_": null, "rpoly_": null, "length": 549.36346150999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 58800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520659, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 16275, "Shape__Length": 219.10450841989686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183339005976507, 39.9929618488937 ], [ -75.183012154202203, 39.994448817468196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14402, "tnode_": 14241, "lpoly_": null, "rpoly_": null, "length": 405.31705677000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2650, "r_f_add": 2601, "r_t_add": 2647, "st_code": 88400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16276, "Shape__Length": 161.6598134584635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182142655619401, 39.995877456322297 ], [ -75.181897436788304, 39.996974000197298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14612, "tnode_": 14402, "lpoly_": null, "rpoly_": null, "length": 554.8898815, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16277, "Shape__Length": 221.31423648535142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182465812657597, 39.9943746303925 ], [ -75.182142655619401, 39.995877456322297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14411, "tnode_": 14252, "lpoly_": null, "rpoly_": null, "length": 407.63010727000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 74320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520662, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STANLEY ST", "stname": "N STANLEY ST", "objectid": 16278, "Shape__Length": 162.58291588426113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581632993698, 39.9958014096458 ], [ -75.181339894407998, 39.996904850144702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14426, "tnode_": 14267, "lpoly_": null, "rpoly_": null, "length": 407.48754385000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2646, "r_f_add": 2601, "r_t_add": 2647, "st_code": 88380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520663, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16279, "Shape__Length": 162.52438161786634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180559443900407, 39.9956665729758 ], [ -75.180308711006504, 39.996768428193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14622, "tnode_": 14411, "lpoly_": null, "rpoly_": null, "length": 552.31627612, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 74320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520664, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STANLEY ST", "stname": "N STANLEY ST", "objectid": 16280, "Shape__Length": 220.28733747629246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181904681775904, 39.994305731212599 ], [ -75.181581632993698, 39.9958014096458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14637, "tnode_": 14426, "lpoly_": null, "rpoly_": null, "length": 550.70445638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520665, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16281, "Shape__Length": 219.642521847176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180891997784897, 39.994176616638001 ], [ -75.180559443900407, 39.9956665729758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14643, "tnode_": 14434, "lpoly_": null, "rpoly_": null, "length": 551.02874440999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 57720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 16282, "Shape__Length": 219.77315192755555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180315498183802, 39.994107435917698 ], [ -75.179993060939793, 39.995599609502001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14848, "tnode_": 14643, "lpoly_": null, "rpoly_": null, "length": 550.22293576999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 57720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520667, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 16283, "Shape__Length": 219.44579019757234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180645629590401, 39.992618502737997 ], [ -75.180315498183802, 39.994107435917698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14419, "tnode_": 14255, "lpoly_": null, "rpoly_": null, "length": 407.25947913000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 25060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 16284, "Shape__Length": 162.4355039720121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181109189899999, 39.995732531501801 ], [ -75.180871654060695, 39.996835480481103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14629, "tnode_": 14419, "lpoly_": null, "rpoly_": null, "length": 546.37410143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 25060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 16285, "Shape__Length": 217.91624207007922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181435017352797, 39.994253751721203 ], [ -75.181109189899999, 39.995732531501801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14853, "tnode_": 14647, "lpoly_": null, "rpoly_": null, "length": 548.23409061000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 43180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16286, "Shape__Length": 218.65359874044844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180167236703895, 39.992556827543901 ], [ -75.179846694821705, 39.9940414656405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14434, "tnode_": 14278, "lpoly_": null, "rpoly_": null, "length": 404.37455189000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 57720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520671, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 16287, "Shape__Length": 161.28315650036438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179993060939793, 39.995599609502001 ], [ -75.179747856000205, 39.9966935297237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14442, "tnode_": 14288, "lpoly_": null, "rpoly_": null, "length": 404.62290357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 43180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16288, "Shape__Length": 161.384148125465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179513455626704, 39.995536772331498 ], [ -75.179282468106905, 39.996633212168703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14647, "tnode_": 14442, "lpoly_": null, "rpoly_": null, "length": 552.6579297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 43180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16289, "Shape__Length": 220.42129030576078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179846694821705, 39.9940414656405 ], [ -75.179513455626704, 39.995536772331498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14187, "tnode_": 14174, "lpoly_": null, "rpoly_": null, "length": 224.4639997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2125, "st_code": 73280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520674, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16290, "Shape__Length": 89.19598455816768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165621908094096, 39.996995943556897 ], [ -75.166410701323798, 39.9971038074125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14195, "tnode_": 14187, "lpoly_": null, "rpoly_": null, "length": 182.82196434, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2048, "l_t_add": 2098, "r_f_add": 2049, "r_t_add": 2099, "st_code": 73280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520675, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16291, "Shape__Length": 72.646087933979132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164976725164195, 39.996929029346902 ], [ -75.165509772133703, 39.9969972824358 ], [ -75.165621908094096, 39.996995943556897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14202, "tnode_": 14195, "lpoly_": null, "rpoly_": null, "length": 169.40316002999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2032, "l_t_add": 2046, "r_f_add": 2033, "r_t_add": 2047, "st_code": 73280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520676, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16292, "Shape__Length": 67.314853156299506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164379962332106, 39.996854220825803 ], [ -75.164976725164195, 39.996929029346902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14222, "tnode_": 14214, "lpoly_": null, "rpoly_": null, "length": 152.19926266, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 73280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520677, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16293, "Shape__Length": 60.478947851668615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163202036609704, 39.996693221923202 ], [ -75.163737660688099, 39.996762900127599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14228, "tnode_": 14222, "lpoly_": null, "rpoly_": null, "length": 133.27856386000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1914, "l_t_add": 1926, "r_f_add": 1915, "r_t_add": 1925, "st_code": 73280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520678, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16294, "Shape__Length": 52.959039966103767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162731391760602, 39.9966400293292 ], [ -75.163202036609704, 39.996693221923202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14237, "tnode_": 14228, "lpoly_": null, "rpoly_": null, "length": 154.44557268, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1913, "st_code": 73280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520679, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16295, "Shape__Length": 61.371964895305048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162188462070006, 39.996566652409101 ], [ -75.162731391760602, 39.9966400293292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13752, "tnode_": 13736, "lpoly_": null, "rpoly_": null, "length": 318.17865888, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1933, "r_t_add": 1999, "st_code": 44880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16296, "Shape__Length": 126.43913540544736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161976614869104, 39.999616379394901 ], [ -75.163096453357696, 39.999761834839298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13762, "tnode_": 13752, "lpoly_": null, "rpoly_": null, "length": 125.85957682, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1930, "r_f_add": 1901, "r_t_add": 1931, "st_code": 44880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16297, "Shape__Length": 50.014538488611528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161533672762801, 39.999558735964897 ], [ -75.161976614869104, 39.999616379394901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14237, "tnode_": 14013, "lpoly_": null, "rpoly_": null, "length": 551.263012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88150, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520682, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16298, "Shape__Length": 219.87310651537365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162188462070006, 39.996566652409101 ], [ -75.161856436655299, 39.998058235515401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13359, "tnode_": 13246, "lpoly_": null, "rpoly_": null, "length": 308.74113206000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 88210, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520683, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16299, "Shape__Length": 123.15121964263879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166092304979799, 40.002444198964803 ], [ -75.165898386897894, 40.003278507380998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13469, "tnode_": 13359, "lpoly_": null, "rpoly_": null, "length": 276.69521873000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3125, "st_code": 88210, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520684, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16300, "Shape__Length": 110.37117802762849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166239722532296, 40.001693145336901 ], [ -75.166092304979799, 40.002444198964803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13562, "tnode_": 13469, "lpoly_": null, "rpoly_": null, "length": 277.6444064, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3032, "l_t_add": 3098, "r_f_add": 3029, "r_t_add": 3099, "st_code": 88210, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520685, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16301, "Shape__Length": 110.74521251453838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166411441747698, 40.0009425060517 ], [ -75.166239722532296, 40.001693145336901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13636, "tnode_": 13562, "lpoly_": null, "rpoly_": null, "length": 196.15255485, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3004, "l_t_add": 3030, "r_f_add": 3007, "r_t_add": 3027, "st_code": 88210, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520686, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16302, "Shape__Length": 78.239855771851637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166530241881603, 40.000411851249403 ], [ -75.166411441747698, 40.0009425060517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13682, "tnode_": 13636, "lpoly_": null, "rpoly_": null, "length": 74.61146644, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3002, "r_f_add": 3001, "r_t_add": 3005, "st_code": 88210, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520687, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16303, "Shape__Length": 29.76161054334662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166565573940602, 40.000208844145398 ], [ -75.166530241881603, 40.000411851249403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13937, "tnode_": 13682, "lpoly_": null, "rpoly_": null, "length": 558.39367366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88210, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520688, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16304, "Shape__Length": 222.72478737689059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166897655386293, 39.998697411457997 ], [ -75.166565573940602, 40.000208844145398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14153, "tnode_": 13937, "lpoly_": null, "rpoly_": null, "length": 550.47486013999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88210, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520689, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16305, "Shape__Length": 219.56242240446127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167218091255407, 39.997206522257201 ], [ -75.166897655386293, 39.998697411457997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13919, "tnode_": 13904, "lpoly_": null, "rpoly_": null, "length": 226.93963239000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 21040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520690, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16306, "Shape__Length": 90.1800189712351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167702866238002, 39.998815488861098 ], [ -75.168502822630799, 39.998913392130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13937, "tnode_": 13919, "lpoly_": null, "rpoly_": null, "length": 229.65625761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2223, "st_code": 21040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520691, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16307, "Shape__Length": 91.263145335455008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166897655386293, 39.998697411457997 ], [ -75.167702866238002, 39.998815488861098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13948, "tnode_": 13937, "lpoly_": null, "rpoly_": null, "length": 230.06132631999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 21040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520692, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16308, "Shape__Length": 91.420908366135336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166087503887098, 39.998594340663999 ], [ -75.166897655386293, 39.998697411457997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13963, "tnode_": 13948, "lpoly_": null, "rpoly_": null, "length": 224.30774779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 21040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520693, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16309, "Shape__Length": 89.134197854528892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165297336166603, 39.998495150529799 ], [ -75.166087503887098, 39.998594340663999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13972, "tnode_": 13963, "lpoly_": null, "rpoly_": null, "length": 181.26820555, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 21040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520694, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16310, "Shape__Length": 72.031347232974156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164658858918003, 39.998414642655703 ], [ -75.165297336166603, 39.998495150529799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13981, "tnode_": 13972, "lpoly_": null, "rpoly_": null, "length": 172.57966007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2016, "l_t_add": 2030, "r_f_add": 2017, "r_t_add": 2031, "st_code": 21040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520695, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16311, "Shape__Length": 68.580328573042593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164052907961505, 39.998329465943897 ], [ -75.164658858918003, 39.998414642655703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13995, "tnode_": 13981, "lpoly_": null, "rpoly_": null, "length": 180.91245719, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2015, "st_code": 21040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16312, "Shape__Length": 71.887909577374231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163413503218905, 39.9982601234965 ], [ -75.164052907961505, 39.998329465943897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13665, "tnode_": 13653, "lpoly_": null, "rpoly_": null, "length": 161.01092660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2222, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 44880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520697, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16313, "Shape__Length": 63.982536070283892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167613100872899, 40.000351883498297 ], [ -75.168181280804703, 40.000418340541799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13670, "tnode_": 13665, "lpoly_": null, "rpoly_": null, "length": 66.94232503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2214, "l_t_add": 2220, "r_f_add": 2221, "r_t_add": 2225, "st_code": 44880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520698, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16314, "Shape__Length": 26.602460262639337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167377944940398, 40.000319290793797 ], [ -75.167613100872899, 40.000351883498297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13677, "tnode_": 13670, "lpoly_": null, "rpoly_": null, "length": 68.21499254, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2210, "l_t_add": 2212, "r_f_add": 2215, "r_t_add": 2219, "st_code": 44880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520699, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16315, "Shape__Length": 27.10715187039839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167137116121395, 40.000291697636897 ], [ -75.167377944940398, 40.000319290793797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13719, "tnode_": 13712, "lpoly_": null, "rpoly_": null, "length": 144.68779796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2054, "l_t_add": 2098, "r_f_add": 2045, "r_t_add": 2099, "st_code": 44880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520700, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16316, "Shape__Length": 57.496495249331367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164461819628301, 39.999942202460502 ], [ -75.164971484670303, 40.000006356560299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13725, "tnode_": 13719, "lpoly_": null, "rpoly_": null, "length": 132.1996184, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2032, "l_t_add": 2052, "r_f_add": 2031, "r_t_add": 2043, "st_code": 44880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520701, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16317, "Shape__Length": 52.533475893003036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163995708111699, 39.999885675811001 ], [ -75.164461819628301, 39.999942202460502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13736, "tnode_": 13725, "lpoly_": null, "rpoly_": null, "length": 255.94330122, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2030, "r_f_add": 2001, "r_t_add": 2029, "st_code": 44880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16318, "Shape__Length": 101.70934033215332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163096453357696, 39.999761834839298 ], [ -75.163995708111699, 39.999885675811001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13618, "tnode_": 13613, "lpoly_": null, "rpoly_": null, "length": 39.35261277, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2428, "l_t_add": 2428, "r_f_add": 2429, "r_t_add": 2429, "st_code": 44880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520703, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16319, "Shape__Length": 15.637597180926514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170633518971599, 40.000746104728897 ], [ -75.170772882995195, 40.0007596111762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13445, "tnode_": 13438, "lpoly_": null, "rpoly_": null, "length": 65.35561869, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2258, "l_t_add": 2298, "r_f_add": 2265, "r_t_add": 2299, "st_code": 23640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520704, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16320, "Shape__Length": 25.971312804520053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167618954836698, 40.001878066240401 ], [ -75.167849914462096, 40.001903339609001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13451, "tnode_": 13445, "lpoly_": null, "rpoly_": null, "length": 86.63487915, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2230, "l_t_add": 2256, "r_f_add": 2235, "r_t_add": 2263, "st_code": 23640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520705, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16321, "Shape__Length": 34.428027201937645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167313577609207, 40.001840585359901 ], [ -75.167618954836698, 40.001878066240401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13458, "tnode_": 13451, "lpoly_": null, "rpoly_": null, "length": 135.09877162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2228, "r_f_add": 2219, "r_t_add": 2233, "st_code": 23640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520706, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16322, "Shape__Length": 53.688093487539248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166838442842604, 40.001777190182203 ], [ -75.167313577609207, 40.001840585359901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13469, "tnode_": 13458, "lpoly_": null, "rpoly_": null, "length": 170.50458611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 23640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520707, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16323, "Shape__Length": 67.759060297567828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166239722532296, 40.001693145336901 ], [ -75.166838442842604, 40.001777190182203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13511, "tnode_": 13489, "lpoly_": null, "rpoly_": null, "length": 530.02288307999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 23640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520708, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16324, "Shape__Length": 210.62964129978903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627696256203, 40.0012383616383 ], [ -75.164633043496394, 40.001489854186502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13562, "tnode_": 13551, "lpoly_": null, "rpoly_": null, "length": 157.76229275, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 16325, "Shape__Length": 62.693626609544665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166411441747698, 40.0009425060517 ], [ -75.166966457607003, 40.001015726793199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13396, "tnode_": 13323, "lpoly_": null, "rpoly_": null, "length": 242.32157291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3108, "l_t_add": 3148, "r_f_add": 3103, "r_t_add": 3135, "st_code": 34840, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520710, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 16326, "Shape__Length": 96.569777067953851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167809623469907, 40.002144767347801 ], [ -75.168244338532901, 40.002714963487001 ], [ -75.168238869455294, 40.0027153648821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13445, "tnode_": 13396, "lpoly_": null, "rpoly_": null, "length": 110.87062702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3106, "r_f_add": 3101, "r_t_add": 3101, "st_code": 34840, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520711, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 16327, "Shape__Length": 44.18873105586588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167618954836698, 40.001878066240401 ], [ -75.167809623469907, 40.002144767347801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13351, "tnode_": 13340, "lpoly_": null, "rpoly_": null, "length": 132.36678904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2234, "r_f_add": 2219, "r_t_add": 2235, "st_code": 51100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 16328, "Shape__Length": 52.603261220126733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166673119162596, 40.002518728634797 ], [ -75.167039347837502, 40.002565283983103 ], [ -75.167138323139099, 40.002581833374798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13359, "tnode_": 13351, "lpoly_": null, "rpoly_": null, "length": 164.96458410999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 51100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 16329, "Shape__Length": 65.556827252073205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166092304979799, 40.002444198964803 ], [ -75.166673119162596, 40.002518728634797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13383, "tnode_": 13359, "lpoly_": null, "rpoly_": null, "length": 459.46324662999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 51100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 16330, "Shape__Length": 182.59126653052968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164476030448199, 40.002230177895797 ], [ -75.166092304979799, 40.002444198964803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13417, "tnode_": 13383, "lpoly_": null, "rpoly_": null, "length": 529.02067684999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 51100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520715, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 16331, "Shape__Length": 210.23025836484592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162612173561996, 40.001997094618098 ], [ -75.164476030448199, 40.002230177895797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13511, "tnode_": 13417, "lpoly_": null, "rpoly_": null, "length": 279.89093988999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88170, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16332, "Shape__Length": 111.6440626150718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1627696256203, 40.0012383616383 ], [ -75.162612173561996, 40.001997094618098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13626, "tnode_": 13511, "lpoly_": null, "rpoly_": null, "length": 273.66092404000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3030, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 88170, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16333, "Shape__Length": 109.15631999763966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162933993075796, 40.000497840696703 ], [ -75.1627696256203, 40.0012383616383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13479, "tnode_": 13460, "lpoly_": null, "rpoly_": null, "length": 447.24404503000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 77580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520718, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 16334, "Shape__Length": 177.73351028226244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169540800462002, 40.001692386545798 ], [ -75.171114553431394, 40.001898582904602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13553, "tnode_": 13519, "lpoly_": null, "rpoly_": null, "length": 92.93821564, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3015, "r_t_add": 3099, "st_code": 68440, "l_hundred": 0, "r_hundred": 3000, "seg_id": 520719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 16335, "Shape__Length": 37.070898808893674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170418701617507, 40.0011572800992 ], [ -75.170362912717295, 40.001408773286002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13849, "tnode_": 13613, "lpoly_": null, "rpoly_": null, "length": 557.57993975, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 76760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 16336, "Shape__Length": 222.4004751864058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1711148128513, 39.9992517450167 ], [ -75.170772882995195, 40.0007596111762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13401, "tnode_": 13198, "lpoly_": null, "rpoly_": null, "length": 582.03940253999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 76760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520721, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 16337, "Shape__Length": 232.16927593090878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170240143811398, 40.002214375594399 ], [ -75.169900518200095, 40.003790652317498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13415, "tnode_": 13206, "lpoly_": null, "rpoly_": null, "length": 608.00624263999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88260, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520722, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16338, "Shape__Length": 242.46047189091877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169442075831597, 40.002109728772503 ], [ -75.169109026755194, 40.003623017379802 ], [ -75.168945404957697, 40.003669784777898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13479, "tnode_": 13415, "lpoly_": null, "rpoly_": null, "length": 154.52581769, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3046, "l_t_add": 3098, "r_f_add": 3049, "r_t_add": 3099, "st_code": 88260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520723, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16339, "Shape__Length": 61.636411599293815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169540800462002, 40.001692386545798 ], [ -75.169442075831597, 40.002109728772503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13560, "tnode_": 13527, "lpoly_": null, "rpoly_": null, "length": 97.310189560000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3014, "l_t_add": 3020, "r_f_add": 3017, "r_t_add": 3029, "st_code": 88260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520724, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16340, "Shape__Length": 38.814141429891613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169679800892794, 40.001056519443601 ], [ -75.169617571524299, 40.0013193257534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13630, "tnode_": 13560, "lpoly_": null, "rpoly_": null, "length": 156.44696925, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3015, "st_code": 88260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520725, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16341, "Shape__Length": 62.404863478500218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169757443628498, 40.000631224803797 ], [ -75.169679800892794, 40.001056519443601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13871, "tnode_": 13630, "lpoly_": null, "rpoly_": null, "length": 556.25689768999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88260, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16342, "Shape__Length": 221.87352803514028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170090632416503, 39.9991258857807 ], [ -75.169757443628498, 40.000631224803797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14103, "tnode_": 13858, "lpoly_": null, "rpoly_": null, "length": 547.76059785999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 68440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520727, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 16343, "Shape__Length": 218.47957774093723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170973084620599, 39.997705257056303 ], [ -75.170662165349, 39.999133496039903 ], [ -75.170643571156404, 39.9991871750724 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13648, "tnode_": 13435, "lpoly_": null, "rpoly_": null, "length": 544.21290828999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 18260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520728, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 16344, "Shape__Length": 217.07608299743762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168726728542595, 40.000494847988101 ], [ -75.1684162590319, 40.001969574604701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13896, "tnode_": 13648, "lpoly_": null, "rpoly_": null, "length": 558.61397074999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 18260, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520729, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 16345, "Shape__Length": 222.81309536341922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1690622860785, 39.998983255809101 ], [ -75.168726728542595, 40.000494847988101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13396, "tnode_": 13332, "lpoly_": null, "rpoly_": null, "length": 188.50552257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3102, "l_t_add": 3130, "r_f_add": 3103, "r_t_add": 3131, "st_code": 88230, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16346, "Shape__Length": 75.191188296725514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167809623469907, 40.002144767347801 ], [ -75.167693002759506, 40.002654406600399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13489, "tnode_": 13383, "lpoly_": null, "rpoly_": null, "length": 273.25076614, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3108, "r_f_add": 3101, "r_t_add": 3109, "st_code": 88190, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520731, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16347, "Shape__Length": 108.99532696596688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164633043496394, 40.001489854186502 ], [ -75.164476030448199, 40.002230177895797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13586, "tnode_": 13489, "lpoly_": null, "rpoly_": null, "length": 276.54537542999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3028, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 88190, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520732, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16348, "Shape__Length": 110.30537082075909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164811424534307, 40.0007432016519 ], [ -75.164633043496394, 40.001489854186502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13451, "tnode_": 13340, "lpoly_": null, "rpoly_": null, "length": 274.4510633, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3130, "r_f_add": 3101, "r_t_add": 3131, "st_code": 41780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520733, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEMBERGER ST", "stname": "N HEMBERGER ST", "objectid": 16349, "Shape__Length": 109.47204680434307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167313577609207, 40.001840585359901 ], [ -75.167138323139099, 40.002581833374798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13458, "tnode_": 13351, "lpoly_": null, "rpoly_": null, "length": 274.07131775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 26080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 16350, "Shape__Length": 109.32195522023484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166838442842604, 40.001777190182203 ], [ -75.166673119162596, 40.002518728634797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14202, "tnode_": 13981, "lpoly_": null, "rpoly_": null, "length": 545.1617647, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 84580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16351, "Shape__Length": 217.44068323404275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164379962332106, 39.996854220825803 ], [ -75.164052907961505, 39.998329465943897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14195, "tnode_": 13972, "lpoly_": null, "rpoly_": null, "length": 548.46146273, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 48860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520736, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16352, "Shape__Length": 218.75866298003382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164976725164195, 39.996929029346902 ], [ -75.164658858918003, 39.998414642655703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14214, "tnode_": 13995, "lpoly_": null, "rpoly_": null, "length": 552.92191491000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88170, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520737, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16353, "Shape__Length": 220.53670474167055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163737660688099, 39.996762900127599 ], [ -75.163413503218905, 39.9982601234965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13785, "tnode_": 13762, "lpoly_": null, "rpoly_": null, "length": 453.86657427999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 44880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16354, "Shape__Length": 180.35699696837261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159934274669396, 39.999360609991498 ], [ -75.161533672762801, 39.999558735964897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13890, "tnode_": 13785, "lpoly_": null, "rpoly_": null, "length": 340.40627137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 44880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16355, "Shape__Length": 135.46044641813396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158998593887006, 39.998836192195299 ], [ -75.159414324149694, 39.999230494570497 ], [ -75.159553994465497, 39.999300547837898 ], [ -75.159934274669396, 39.999360609991498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14036, "tnode_": 13785, "lpoly_": null, "rpoly_": null, "length": 553.64929207, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88130, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16356, "Shape__Length": 220.82823785911273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160273342860506, 39.997863313876401 ], [ -75.159934274669396, 39.999360609991498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14055, "tnode_": 14036, "lpoly_": null, "rpoly_": null, "length": 442.71649717000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 21040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16357, "Shape__Length": 175.92363254758524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158715387493103, 39.997660229351901 ], [ -75.160273342860506, 39.997863313876401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14217, "tnode_": 14055, "lpoly_": null, "rpoly_": null, "length": 373.42224685999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88110, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520742, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16358, "Shape__Length": 148.94192179435524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158929617310505, 39.996648467771898 ], [ -75.158715387493103, 39.997660229351901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14453, "tnode_": 14443, "lpoly_": null, "rpoly_": null, "length": 156.76452215, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 50000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520743, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16359, "Shape__Length": 62.288868160123478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1635427336779, 39.995122309244699 ], [ -75.164097524275505, 39.995178103486303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14460, "tnode_": 14453, "lpoly_": null, "rpoly_": null, "length": 98.85899027000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1914, "l_t_add": 1948, "r_f_add": 1913, "r_t_add": 1925, "st_code": 50000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520744, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16360, "Shape__Length": 39.283523398190653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163196190246694, 39.995071267653103 ], [ -75.1635427336779, 39.995122309244699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14473, "tnode_": 14460, "lpoly_": null, "rpoly_": null, "length": 185.51507830999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1911, "st_code": 50000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520745, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16361, "Shape__Length": 73.717513097345233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162545422668003, 39.9949773424648 ], [ -75.163196190246694, 39.995071267653103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14480, "tnode_": 14509, "lpoly_": null, "rpoly_": null, "length": 183.19142885999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1700, "r_f_add": 1701, "r_t_add": 1711, "st_code": 37440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520746, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16362, "Shape__Length": 72.832607220404256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159324521323398, 39.994807263088497 ], [ -75.159920727497493, 39.994600837154003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14509, "tnode_": 14500, "lpoly_": null, "rpoly_": null, "length": 292.83870556, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1714, "l_t_add": 1798, "r_f_add": 1703, "r_t_add": 1799, "st_code": 50000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520747, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16363, "Shape__Length": 116.36314053992214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159920727497493, 39.994600837154003 ], [ -75.160948669150102, 39.994746204320897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14517, "tnode_": 14480, "lpoly_": null, "rpoly_": null, "length": 100.17573127, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2700, "r_f_add": 2701, "r_t_add": 2709, "st_code": 88110, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16364, "Shape__Length": 39.955866613760641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159369557893598, 39.994534458756597 ], [ -75.159324521323398, 39.994807263088497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14517, "tnode_": 14509, "lpoly_": null, "rpoly_": null, "length": 156.30978671, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1701, "st_code": 50000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520749, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16365, "Shape__Length": 62.109403445221282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159369557893598, 39.994534458756597 ], [ -75.159920727497493, 39.994600837154003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14523, "tnode_": 14517, "lpoly_": null, "rpoly_": null, "length": 160.52504031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 50000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520750, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16366, "Shape__Length": 63.789757930207024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158809878545895, 39.994440236985497 ], [ -75.159369557893598, 39.994534458756597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14527, "tnode_": 14523, "lpoly_": null, "rpoly_": null, "length": 126.91836306, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1616, "l_t_add": 1628, "r_f_add": 1617, "r_t_add": 1631, "st_code": 50000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520751, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16367, "Shape__Length": 50.429728259491853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158361276698002, 39.994391895379003 ], [ -75.158809878545895, 39.994440236985497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14534, "tnode_": 14527, "lpoly_": null, "rpoly_": null, "length": 159.65991139, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 50000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520752, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16368, "Shape__Length": 63.43644929929691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157793797081197, 39.994352039160198 ], [ -75.158361276698002, 39.994391895379003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14546, "tnode_": 14534, "lpoly_": null, "rpoly_": null, "length": 154.11874247999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 50000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520753, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16369, "Shape__Length": 61.238543449300018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157250322261405, 39.994286754117901 ], [ -75.157793797081197, 39.994352039160198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14553, "tnode_": 14546, "lpoly_": null, "rpoly_": null, "length": 130.56023164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1512, "l_t_add": 1526, "r_f_add": 1515, "r_t_add": 1525, "st_code": 50000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520754, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16370, "Shape__Length": 51.876994309183864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156789220989793, 39.994235024485903 ], [ -75.157250322261405, 39.994286754117901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14561, "tnode_": 14553, "lpoly_": null, "rpoly_": null, "length": 158.9081803, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1510, "r_f_add": 1501, "r_t_add": 1513, "st_code": 50000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520755, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16371, "Shape__Length": 63.143278437986602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156230906736496, 39.994158297885598 ], [ -75.156789220989793, 39.994235024485903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13486, "tnode_": 13443, "lpoly_": null, "rpoly_": null, "length": 111.97815265, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3132, "l_t_add": 3144, "r_f_add": 3133, "r_t_add": 3145, "st_code": 88110, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520756, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16372, "Shape__Length": 44.667181412089654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157882250288907, 40.001390003953098 ], [ -75.1578262869117, 40.001694369742196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13572, "tnode_": 13486, "lpoly_": null, "rpoly_": null, "length": 276.6835521, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3130, "r_f_add": 3101, "r_t_add": 3131, "st_code": 88110, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520757, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16373, "Shape__Length": 110.36269218029121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158045115300695, 40.000640872691903 ], [ -75.157882250288907, 40.001390003953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13651, "tnode_": 13572, "lpoly_": null, "rpoly_": null, "length": 163.82899828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3044, "l_t_add": 3098, "r_f_add": 3045, "r_t_add": 3099, "st_code": 88110, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520758, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16374, "Shape__Length": 65.34679468402706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158143243356093, 40.000197519191403 ], [ -75.158045115300695, 40.000640872691903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14271, "tnode_": 14286, "lpoly_": null, "rpoly_": null, "length": 122.11232357, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1430, "l_t_add": 1440, "r_f_add": 1497, "r_t_add": 1497, "st_code": 37440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520759, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16375, "Shape__Length": 48.55435437449372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155561716373299, 39.9961892120185 ], [ -75.155953690094407, 39.9960426469355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14286, "tnode_": 14309, "lpoly_": null, "rpoly_": null, "length": 112.36303183, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1442, "l_t_add": 1498, "r_f_add": 1499, "r_t_add": 1499, "st_code": 37440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520760, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16376, "Shape__Length": 44.674309045780689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155953690094407, 39.9960426469355 ], [ -75.156318677785706, 39.9959148255546 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14309, "tnode_": 14376, "lpoly_": null, "rpoly_": null, "length": 385.69470736, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 37440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520761, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16377, "Shape__Length": 153.35499984823525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156318677785706, 39.9959148255546 ], [ -75.157561924473896, 39.9954602084592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14060, "tnode_": 13852, "lpoly_": null, "rpoly_": null, "length": 501.62344638000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88090, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520762, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16378, "Shape__Length": 200.07775274262522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157098968561996, 39.997588094778102 ], [ -75.156802027749293, 39.998946042749999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13872, "tnode_": 13873, "lpoly_": null, "rpoly_": null, "length": 20.33515273, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1524, "l_t_add": 1528, "r_f_add": 1525, "r_t_add": 1529, "st_code": 44880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 520763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16379, "Shape__Length": 8.0807890385828571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155946176866394, 39.9988302194051 ], [ -75.156017717844406, 39.998839643356298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13852, "tnode_": 13830, "lpoly_": null, "rpoly_": null, "length": 437.7741142, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 44880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 520764, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 16380, "Shape__Length": 173.98247159739338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156802027749293, 39.998946042749999 ], [ -75.158224033814903, 39.999130644426998 ], [ -75.158317466430404, 39.999189097167601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13510, "tnode_": 13378, "lpoly_": null, "rpoly_": null, "length": 310.42285469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3121, "r_t_add": 3199, "st_code": 88090, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520765, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16381, "Shape__Length": 123.81960058365003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156324713189406, 40.001183698615399 ], [ -75.156128768608497, 40.002022417360003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13604, "tnode_": 13510, "lpoly_": null, "rpoly_": null, "length": 278.46561995000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3119, "st_code": 88090, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520766, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16382, "Shape__Length": 111.07429224053615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156480752435101, 40.000428754779101 ], [ -75.156324713189406, 40.001183698615399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13684, "tnode_": 13604, "lpoly_": null, "rpoly_": null, "length": 164.68935723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3044, "l_t_add": 3098, "r_f_add": 3045, "r_t_add": 3099, "st_code": 88090, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520767, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16383, "Shape__Length": 65.689609670578662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156580430425095, 39.999983209188002 ], [ -75.156480752435101, 40.000428754779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13852, "tnode_": 13684, "lpoly_": null, "rpoly_": null, "length": 382.88832623000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3042, "r_f_add": 3001, "r_t_add": 3043, "st_code": 88090, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520768, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16384, "Shape__Length": 152.72241122335018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156802027749293, 39.998946042749999 ], [ -75.156580430425095, 39.999983209188002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13738, "tnode_": 13635, "lpoly_": null, "rpoly_": null, "length": 254.31301831, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3034, "l_t_add": 3098, "r_f_add": 3039, "r_t_add": 3099, "st_code": 88070, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520769, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16385, "Shape__Length": 101.43848368206189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155049769042293, 39.999541665894299 ], [ -75.154903958296401, 40.000230720860102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13750, "tnode_": 13738, "lpoly_": null, "rpoly_": null, "length": 202.49231859, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 77580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520770, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 16386, "Shape__Length": 80.467737986096068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154337950661102, 39.999445275959403 ], [ -75.155049769042293, 39.999541665894299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13804, "tnode_": 13738, "lpoly_": null, "rpoly_": null, "length": 141.44788332, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3016, "l_t_add": 3032, "r_f_add": 3033, "r_t_add": 3037, "st_code": 88070, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520771, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16387, "Shape__Length": 56.419241148351638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1551308369541, 39.999158412417202 ], [ -75.155049769042293, 39.999541665894299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13594, "tnode_": 13504, "lpoly_": null, "rpoly_": null, "length": 274.33433319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 15700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520772, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 16388, "Shape__Length": 109.42462881251178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157049523455598, 40.000511456450099 ], [ -75.156882602873694, 40.001253515654597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13654, "tnode_": 13649, "lpoly_": null, "rpoly_": null, "length": 110.53947296, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1406, "l_t_add": 1412, "r_f_add": 1417, "r_t_add": 1427, "st_code": 23640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 520773, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16389, "Shape__Length": 43.926142038144597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153800167577202, 40.000088054869501 ], [ -75.1541900874997, 40.0001344486585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14232, "tnode_": 14225, "lpoly_": null, "rpoly_": null, "length": 167.0972366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2834, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 50000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520775, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16390, "Shape__Length": 66.399256958355139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177990752255397, 39.996972217470301 ], [ -75.178578726166705, 39.997049088026998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14238, "tnode_": 14232, "lpoly_": null, "rpoly_": null, "length": 137.58252484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2816, "l_t_add": 2832, "r_f_add": 2815, "r_t_add": 2827, "st_code": 50000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520776, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16391, "Shape__Length": 54.668997197772967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177504365783307, 39.996920217889901 ], [ -75.177990752255397, 39.996972217470301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14249, "tnode_": 14238, "lpoly_": null, "rpoly_": null, "length": 157.5231007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2813, "st_code": 50000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520777, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16392, "Shape__Length": 62.595868094553659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176951457748402, 39.996841780658201 ], [ -75.177504365783307, 39.996920217889901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14316, "tnode_": 14295, "lpoly_": null, "rpoly_": null, "length": 451.92287539, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 50000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520778, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16393, "Shape__Length": 179.57538697066676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172357561605395, 39.9962498611375 ], [ -75.173951177372601, 39.996441615038101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14325, "tnode_": 14316, "lpoly_": null, "rpoly_": null, "length": 160.7567884, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2434, "l_t_add": 2498, "r_f_add": 2427, "r_t_add": 2499, "st_code": 50000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520779, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16394, "Shape__Length": 63.878329332096676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171791121413193, 39.996179543726001 ], [ -75.172357561605395, 39.9962498611375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14331, "tnode_": 14325, "lpoly_": null, "rpoly_": null, "length": 131.27042136, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2418, "l_t_add": 2432, "r_f_add": 2415, "r_t_add": 2425, "st_code": 50000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520780, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16395, "Shape__Length": 52.161376888050185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171328351152795, 39.996123222350199 ], [ -75.171791121413193, 39.996179543726001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14341, "tnode_": 14331, "lpoly_": null, "rpoly_": null, "length": 158.87910019, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2413, "st_code": 50000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520781, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16396, "Shape__Length": 63.133724496316994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170770408245502, 39.996045294274403 ], [ -75.171328351152795, 39.996123222350199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14347, "tnode_": 14341, "lpoly_": null, "rpoly_": null, "length": 160.65118862000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 50000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520782, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16397, "Shape__Length": 63.835826849762043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170203940088101, 39.995976964974702 ], [ -75.170770408245502, 39.996045294274403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14352, "tnode_": 14347, "lpoly_": null, "rpoly_": null, "length": 133.56032917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2316, "l_t_add": 2326, "r_f_add": 2315, "r_t_add": 2325, "st_code": 50000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520783, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16398, "Shape__Length": 53.072287017870394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169734428813797, 39.995913532492303 ], [ -75.170203940088101, 39.995976964974702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14360, "tnode_": 14352, "lpoly_": null, "rpoly_": null, "length": 158.15721752, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2313, "st_code": 50000, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520784, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16399, "Shape__Length": 62.846589159351325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169178921895394, 39.995836386587101 ], [ -75.169734428813797, 39.995913532492303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14464, "tnode_": 14360, "lpoly_": null, "rpoly_": null, "length": 230.17017873999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2636, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 88230, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520785, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16400, "Shape__Length": 91.802829620533629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1693100819531, 39.995212646152503 ], [ -75.169178921895394, 39.995836386587101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14513, "tnode_": 14464, "lpoly_": null, "rpoly_": null, "length": 159.95359757, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2620, "l_t_add": 2634, "r_f_add": 2621, "r_t_add": 2635, "st_code": 88230, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520786, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16401, "Shape__Length": 63.796503095464772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169402059687698, 39.994779290114401 ], [ -75.1693100819531, 39.995212646152503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14594, "tnode_": 14513, "lpoly_": null, "rpoly_": null, "length": 196.20610065, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2619, "st_code": 88230, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520787, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16402, "Shape__Length": 78.253791434871346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169523371006207, 39.994248823572597 ], [ -75.169402059687698, 39.994779290114401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14955, "tnode_": 14905, "lpoly_": null, "rpoly_": null, "length": 113.39702562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2412, "r_f_add": 2401, "r_t_add": 2413, "st_code": 88230, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520788, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16403, "Shape__Length": 45.226662586835758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170081772325602, 39.991706918310101 ], [ -75.170024313525502, 39.992015053799697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14425, "tnode_": 14361, "lpoly_": null, "rpoly_": null, "length": 137.36069286, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2614, "l_t_add": 2626, "r_f_add": 2627, "r_t_add": 2641, "st_code": 88340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520789, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16404, "Shape__Length": 54.785313521134555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177219957679, 39.9956584125188 ], [ -75.177135324353202, 39.996029823508103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14479, "tnode_": 14425, "lpoly_": null, "rpoly_": null, "length": 151.32880254, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2625, "st_code": 88340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520790, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16405, "Shape__Length": 60.357225857843318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177305080107502, 39.995248187867098 ], [ -75.177219957679, 39.9956584125188 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14678, "tnode_": 14479, "lpoly_": null, "rpoly_": null, "length": 551.66460453999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520791, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16406, "Shape__Length": 220.02544220937369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177629168626098, 39.993754456435902 ], [ -75.177305080107502, 39.995248187867098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14333, "tnode_": 14268, "lpoly_": null, "rpoly_": null, "length": 159.70200394, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2631, "r_t_add": 2699, "st_code": 88320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520792, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16407, "Shape__Length": 63.697207660168374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175635064547194, 39.996215958268202 ], [ -75.1755412354984, 39.996648379499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14440, "tnode_": 14417, "lpoly_": null, "rpoly_": null, "length": 451.92020659000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 40720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 16408, "Shape__Length": 179.57534261582984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163376782204, 39.995470687873699 ], [ -75.175753457729698, 39.9956789532987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14501, "tnode_": 14417, "lpoly_": null, "rpoly_": null, "length": 223.89385026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2630, "r_f_add": 2601, "r_t_add": 2613, "st_code": 88320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520794, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16409, "Shape__Length": 89.298307258013551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175888180240307, 39.995073134743102 ], [ -75.175753457729698, 39.9956789532987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14586, "tnode_": 14501, "lpoly_": null, "rpoly_": null, "length": 235.6031689, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2522, "l_t_add": 2598, "r_f_add": 2533, "r_t_add": 2599, "st_code": 88320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520795, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16410, "Shape__Length": 93.969004288079418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176020297187904, 39.994434407656001 ], [ -75.175888180240307, 39.995073134743102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14807, "tnode_": 14699, "lpoly_": null, "rpoly_": null, "length": 275.89474258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2420, "l_t_add": 2498, "r_f_add": 2427, "r_t_add": 2499, "st_code": 88320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520796, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16411, "Shape__Length": 110.03580965115161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176374839511197, 39.992833882205602 ], [ -75.176214602784597, 39.993581151958502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14417, "tnode_": 14388, "lpoly_": null, "rpoly_": null, "length": 60.23590098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2632, "l_t_add": 2638, "r_f_add": 2615, "r_t_add": 2619, "st_code": 88320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520797, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16412, "Shape__Length": 24.024833250945317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175753457729698, 39.9956789532987 ], [ -75.175717765199593, 39.995842013557898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14608, "tnode_": 14518, "lpoly_": null, "rpoly_": null, "length": 234.06087076, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2534, "l_t_add": 2598, "r_f_add": 2533, "r_t_add": 2599, "st_code": 88300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-12-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16413, "Shape__Length": 93.352875023655344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174434319051699, 39.994222990993997 ], [ -75.174374564546696, 39.994504034647299 ], [ -75.174298093843703, 39.994856915711097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14949, "tnode_": 14831, "lpoly_": null, "rpoly_": null, "length": 273.94801036999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2428, "r_f_add": 2401, "r_t_add": 2429, "st_code": 88300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520800, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16414, "Shape__Length": 109.25762804628179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174953325639905, 39.991883435210802 ], [ -75.174792553670898, 39.9926252194497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14979, "tnode_": 14849, "lpoly_": null, "rpoly_": null, "length": 276.80622294, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2428, "r_f_add": 2401, "r_t_add": 2429, "st_code": 88280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520801, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16415, "Shape__Length": 110.39645471786272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173353014643297, 39.991672288817298 ], [ -75.173185334575095, 39.9924211305269 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14681, "tnode_": 14668, "lpoly_": null, "rpoly_": null, "length": 36.56316735, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2518, "r_f_add": 2517, "r_t_add": 2519, "st_code": 88280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520802, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16416, "Shape__Length": 14.583267487172659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172932094427495, 39.9936021266168 ], [ -75.172915494730105, 39.993701681643699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14630, "tnode_": 14617, "lpoly_": null, "rpoly_": null, "length": 32.48419206, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2534, "l_t_add": 2536, "r_f_add": 2535, "r_t_add": 2537, "st_code": 88280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520803, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16417, "Shape__Length": 12.955927947484732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172845002442003, 39.994016561661198 ], [ -75.172826224198801, 39.994104557329202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14617, "tnode_": 14541, "lpoly_": null, "rpoly_": null, "length": 206.4336577, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2538, "l_t_add": 2598, "r_f_add": 2539, "r_t_add": 2599, "st_code": 88280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520804, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2012-12-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16418, "Shape__Length": 82.333706121900931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172826224198801, 39.994104557329202 ], [ -75.172790941445896, 39.994288015944598 ], [ -75.172705442019307, 39.994663532284903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14568, "tnode_": 14498, "lpoly_": null, "rpoly_": null, "length": 193.84143157, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2636, "r_f_add": 2601, "r_t_add": 2619, "st_code": 88260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520805, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16419, "Shape__Length": 77.311202772037547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171117870634305, 39.994453528710899 ], [ -75.170999977820799, 39.994977864585699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14317, "tnode_": 14297, "lpoly_": null, "rpoly_": null, "length": 458.27433716999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 60960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520806, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 16420, "Shape__Length": 182.0995439865037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177064475606102, 39.996381649093102 ], [ -75.178680499739599, 39.9965760584424 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14388, "tnode_": 14333, "lpoly_": null, "rpoly_": null, "length": 138.178076, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2640, "l_t_add": 2652, "r_f_add": 2621, "r_t_add": 2629, "st_code": 88320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520807, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16421, "Shape__Length": 55.111834120217701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175717765199593, 39.995842013557898 ], [ -75.175635064547194, 39.996215958268202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14410, "tnode_": 14384, "lpoly_": null, "rpoly_": null, "length": 451.84111766000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 60960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520809, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 16422, "Shape__Length": 179.54323576230166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172492578168999, 39.995629010969502 ], [ -75.174083638132103, 39.9958314964883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14433, "tnode_": 14410, "lpoly_": null, "rpoly_": null, "length": 451.39040868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 60960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520810, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 16423, "Shape__Length": 179.36536662787694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170905145766596, 39.995417482658702 ], [ -75.172492578168999, 39.995629010969502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14144, "tnode_": 14138, "lpoly_": null, "rpoly_": null, "length": 62.93342235, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2224, "l_t_add": 2228, "r_f_add": 2225, "r_t_add": 2229, "st_code": 73280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520811, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 16424, "Shape__Length": 25.007523255669813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168040566794602, 39.997325098762303 ], [ -75.168262459212002, 39.9973519634244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14498, "tnode_": 14477, "lpoly_": null, "rpoly_": null, "length": 452.23859285999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 40720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520812, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 16425, "Shape__Length": 179.70126991976491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170999977820799, 39.994977864585699 ], [ -75.172590349115694, 39.995189939843797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14518, "tnode_": 14452, "lpoly_": null, "rpoly_": null, "length": 197.98081764, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2636, "r_f_add": 2601, "r_t_add": 2633, "st_code": 88300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16426, "Shape__Length": 78.96257031253468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174298093843703, 39.994856915711097 ], [ -75.174177375691002, 39.995392407609799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14452, "tnode_": 14440, "lpoly_": null, "rpoly_": null, "length": 28.78459775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2638, "l_t_add": 2638, "r_f_add": 2635, "r_t_add": 2635, "st_code": 88300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16427, "Shape__Length": 11.480965511776377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174177375691002, 39.995392407609799 ], [ -75.174163376782204, 39.995470687873699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14477, "tnode_": 14452, "lpoly_": null, "rpoly_": null, "length": 450.7280264, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 40720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520815, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 16428, "Shape__Length": 179.09987133625575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172590349115694, 39.995189939843797 ], [ -75.174177375691002, 39.995392407609799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14492, "tnode_": 14479, "lpoly_": null, "rpoly_": null, "length": 198.05251041, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2720, "l_t_add": 2798, "r_f_add": 2711, "r_t_add": 2799, "st_code": 44080, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520816, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16429, "Shape__Length": 78.697527735188302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176607854793701, 39.995158656317798 ], [ -75.177305080107502, 39.995248187867098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14501, "tnode_": 14492, "lpoly_": null, "rpoly_": null, "length": 204.03120036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2709, "st_code": 44080, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520817, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16430, "Shape__Length": 81.07187493215153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175888180240307, 39.995073134743102 ], [ -75.176607854793701, 39.995158656317798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14541, "tnode_": 14518, "lpoly_": null, "rpoly_": null, "length": 451.75852558000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 44080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520818, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16431, "Shape__Length": 179.50619435219167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172705442019307, 39.994663532284903 ], [ -75.174298093843703, 39.994856915711097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14753, "tnode_": 14731, "lpoly_": null, "rpoly_": null, "length": 450.46672411000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 26360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520819, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16432, "Shape__Length": 178.99116487390157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1730331194575, 39.993163586886503 ], [ -75.174618650737102, 39.993368370375201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14775, "tnode_": 14753, "lpoly_": null, "rpoly_": null, "length": 451.82181214999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 26360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520820, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16433, "Shape__Length": 179.52947525727402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171443302009095, 39.992956007189001 ], [ -75.1730331194575, 39.993163586886503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14800, "tnode_": 14775, "lpoly_": null, "rpoly_": null, "length": 453.50407788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 26360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520821, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16434, "Shape__Length": 180.19447503272727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169844227432307, 39.992763410787198 ], [ -75.171443302009095, 39.992956007189001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14669, "tnode_": 14468, "lpoly_": null, "rpoly_": null, "length": 551.30510305000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 59640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520822, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 16435, "Shape__Length": 219.88151971959383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178189563893099, 39.9938206040365 ], [ -75.177860549648997, 39.995312697386403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14882, "tnode_": 14669, "lpoly_": null, "rpoly_": null, "length": 546.35863304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 59640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520823, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 16436, "Shape__Length": 217.90679460414148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178495623590905, 39.992339371901899 ], [ -75.178189563893099, 39.9938206040365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14687, "tnode_": 14686, "lpoly_": null, "rpoly_": null, "length": 34.07877834, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2732, "l_t_add": 2732, "r_f_add": 2731, "r_t_add": 2731, "st_code": 26360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520824, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16437, "Shape__Length": 13.53977096609054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176932335400494, 39.993673429140401 ], [ -75.177053858170595, 39.9936773380104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14608, "tnode_": 14586, "lpoly_": null, "rpoly_": null, "length": 450.9896926, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 71880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 16438, "Shape__Length": 179.20300130832047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174434319051699, 39.994222990993997 ], [ -75.176020297187904, 39.994434407656001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14695, "tnode_": 14668, "lpoly_": null, "rpoly_": null, "length": 452.83837014, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 34080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 16439, "Shape__Length": 179.93524451445433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171322573699896, 39.9934914449654 ], [ -75.172915494730105, 39.993701681643699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14493, "tnode_": 14386, "lpoly_": null, "rpoly_": null, "length": 231.09695383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2636, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 88210, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520828, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16440, "Shape__Length": 92.169866040716883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167717548557604, 39.995006468346503 ], [ -75.167570201403095, 39.995630653132302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14535, "tnode_": 14493, "lpoly_": null, "rpoly_": null, "length": 160.40438521000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2620, "l_t_add": 2634, "r_f_add": 2621, "r_t_add": 2635, "st_code": 88210, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520829, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16441, "Shape__Length": 63.976471191720179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1678071513834, 39.994571565150999 ], [ -75.167717548557604, 39.995006468346503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14613, "tnode_": 14535, "lpoly_": null, "rpoly_": null, "length": 198.50869841, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2619, "st_code": 88210, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520830, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16442, "Shape__Length": 79.17220131861157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167927912164402, 39.994034608441702 ], [ -75.1678071513834, 39.994571565150999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14685, "tnode_": 14613, "lpoly_": null, "rpoly_": null, "length": 201.94085777000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2534, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 88210, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520831, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16443, "Shape__Length": 80.541138137041798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168045929585304, 39.993487738240603 ], [ -75.167927912164402, 39.994034608441702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14743, "tnode_": 14685, "lpoly_": null, "rpoly_": null, "length": 151.70628663, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2520, "l_t_add": 2532, "r_f_add": 2521, "r_t_add": 2533, "st_code": 88210, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520832, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16444, "Shape__Length": 60.506305410273882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1681280227493, 39.993076100417397 ], [ -75.168045929585304, 39.993487738240603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14812, "tnode_": 14743, "lpoly_": null, "rpoly_": null, "length": 180.81359086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2518, "r_f_add": 2501, "r_t_add": 2519, "st_code": 88210, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520833, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16445, "Shape__Length": 72.111265905750145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168250394859896, 39.992588750795498 ], [ -75.1681280227493, 39.993076100417397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14368, "tnode_": 14360, "lpoly_": null, "rpoly_": null, "length": 161.44241983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2232, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 50000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520834, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16446, "Shape__Length": 64.14939329241507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168608933014795, 39.995771414761499 ], [ -75.169178921895394, 39.995836386587101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14374, "tnode_": 14368, "lpoly_": null, "rpoly_": null, "length": 133.10670879, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2216, "l_t_add": 2230, "r_f_add": 2215, "r_t_add": 2225, "st_code": 50000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520835, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16447, "Shape__Length": 52.892689349925746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168141958943707, 39.995704207053102 ], [ -75.168608933014795, 39.995771414761499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14386, "tnode_": 14374, "lpoly_": null, "rpoly_": null, "length": 162.41932771, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2213, "st_code": 50000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520836, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16448, "Shape__Length": 64.538902920492987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167570201403095, 39.995630653132302 ], [ -75.168141958943707, 39.995704207053102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14525, "tnode_": 14443, "lpoly_": null, "rpoly_": null, "length": 215.74009005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 88170, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520838, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16449, "Shape__Length": 86.023357055289125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164284996166202, 39.994616424228298 ], [ -75.164188169927101, 39.994713110549597 ], [ -75.164097524275505, 39.995178103486303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14576, "tnode_": 14500, "lpoly_": null, "rpoly_": null, "length": 223.94621257, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2632, "l_t_add": 2698, "r_f_add": 2645, "r_t_add": 2699, "st_code": 88130, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16450, "Shape__Length": 89.317739477938943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161084997176104, 39.994140452618097 ], [ -75.160948669150102, 39.994746204320897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14680, "tnode_": 14692, "lpoly_": null, "rpoly_": null, "length": 115.57891196, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1908, "r_f_add": 1901, "r_t_add": 1919, "st_code": 37440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520840, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16451, "Shape__Length": 45.964467642687453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162851616332205, 39.993489305014101 ], [ -75.163210085024005, 39.993332313494498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14692, "tnode_": 14714, "lpoly_": null, "rpoly_": null, "length": 95.3656107, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1910, "l_t_add": 1928, "r_f_add": 1921, "r_t_add": 1929, "st_code": 37440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520841, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16452, "Shape__Length": 37.937726928403748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163210085024005, 39.993332313494498 ], [ -75.163489821211598, 39.993183180438201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14956, "tnode_": 14736, "lpoly_": null, "rpoly_": null, "length": 553.02817667, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88110, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520842, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16453, "Shape__Length": 220.5620197175096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160047728747998, 39.991482953590904 ], [ -75.159723163520297, 39.992980417476801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15186, "tnode_": 14956, "lpoly_": null, "rpoly_": null, "length": 547.53729838000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88110, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520843, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16454, "Shape__Length": 218.36753323769159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160367869310093, 39.990000204619299 ], [ -75.160047728747998, 39.991482953590904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14696, "tnode_": 14690, "lpoly_": null, "rpoly_": null, "length": 130.49899655, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1816, "l_t_add": 1828, "r_f_add": 1819, "r_t_add": 1835, "st_code": 44080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520844, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16455, "Shape__Length": 51.854986931895489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161850086195102, 39.993251062451897 ], [ -75.162307436235295, 39.993318812738501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14727, "tnode_": 14715, "lpoly_": null, "rpoly_": null, "length": 131.81382097999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1727, "st_code": 44080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 520845, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 16456, "Shape__Length": 52.375703113461221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160283611848897, 39.993049274363301 ], [ -75.160747392232594, 39.993109972384097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14870, "tnode_": 14863, "lpoly_": null, "rpoly_": null, "length": 170.76110265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2834, "l_t_add": 2898, "r_f_add": 2835, "r_t_add": 2899, "st_code": 85760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520846, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16457, "Shape__Length": 67.849335835741954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178985414290395, 39.992401100394702 ], [ -75.179587686550505, 39.9924728042743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14906, "tnode_": 14892, "lpoly_": null, "rpoly_": null, "length": 167.20228891, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2722, "l_t_add": 2798, "r_f_add": 2731, "r_t_add": 2799, "st_code": 85760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520847, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16458, "Shape__Length": 66.43757053684854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177368610469898, 39.992190574553298 ], [ -75.177955483018593, 39.992273703720102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14921, "tnode_": 14906, "lpoly_": null, "rpoly_": null, "length": 235.70340396999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2729, "st_code": 85760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520848, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16459, "Shape__Length": 93.653867579553193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176538559061299, 39.992085493831503 ], [ -75.177368610469898, 39.992190574553298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15047, "tnode_": 15040, "lpoly_": null, "rpoly_": null, "length": 183.86277077, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 85760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520849, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16460, "Shape__Length": 73.058095062556959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167920072068497, 39.990956722508798 ], [ -75.168563303309796, 39.991056535704502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14796, "tnode_": 14859, "lpoly_": null, "rpoly_": null, "length": 166.7686886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2012, "r_f_add": 2001, "r_t_add": 2035, "st_code": 37440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520850, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16461, "Shape__Length": 66.335267341354481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164548119521399, 39.992637462439497 ], [ -75.165046652447302, 39.992387369263099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14868, "tnode_": 14866, "lpoly_": null, "rpoly_": null, "length": 32.46341809, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1998, "l_t_add": 1998, "r_f_add": 2001, "r_t_add": 2001, "st_code": 26360, "l_hundred": 1900, "r_hundred": 2000, "seg_id": 520851, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16462, "Shape__Length": 12.903275783440982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164661793660798, 39.992094037389201 ], [ -75.164771011837303, 39.992064295975098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14812, "tnode_": 14800, "lpoly_": null, "rpoly_": null, "length": 451.83130124000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 26360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520852, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 16463, "Shape__Length": 179.52870412706307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168250394859896, 39.992588750795498 ], [ -75.168498808896302, 39.992590053645003 ], [ -75.169844227432307, 39.992763410787198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14859, "tnode_": 14942, "lpoly_": null, "rpoly_": null, "length": 476.64467101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2014, "l_t_add": 2066, "r_f_add": 2037, "r_t_add": 2059, "st_code": 37440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520853, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16464, "Shape__Length": 189.59660245423785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165046652447302, 39.992387369263099 ], [ -75.166466214621096, 39.991666368811899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14942, "tnode_": 14965, "lpoly_": null, "rpoly_": null, "length": 118.14255031, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2068, "l_t_add": 2098, "r_f_add": 2061, "r_t_add": 2099, "st_code": 37440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520854, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16465, "Shape__Length": 46.991861582081995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166466214621096, 39.991666368811899 ], [ -75.166820508634402, 39.991490534049703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15008, "tnode_": 14965, "lpoly_": null, "rpoly_": null, "length": 75.69086796, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2412, "l_t_add": 2498, "r_f_add": 2413, "r_t_add": 2499, "st_code": 88190, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520855, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16466, "Shape__Length": 30.187268067882922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166863855314602, 39.991285445738498 ], [ -75.166820508634402, 39.991490534049703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14977, "tnode_": 14866, "lpoly_": null, "rpoly_": null, "length": 223.11776459000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2432, "l_t_add": 2498, "r_f_add": 2437, "r_t_add": 2499, "st_code": 88170, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520856, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16467, "Shape__Length": 88.984476563235987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164902510978393, 39.991460219425001 ], [ -75.164771011837303, 39.992064295975098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14868, "tnode_": 14796, "lpoly_": null, "rpoly_": null, "length": 200.50608671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88170, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520857, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16468, "Shape__Length": 79.967767130015517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164661793660798, 39.992094037389201 ], [ -75.164548119521399, 39.992637462439497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15112, "tnode_": 14887, "lpoly_": null, "rpoly_": null, "length": 553.82760234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 36200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520858, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 16469, "Shape__Length": 220.87649194371195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164076447584904, 39.990473255443803 ], [ -75.163743874244105, 39.991971905150102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14737, "tnode_": 14680, "lpoly_": null, "rpoly_": null, "length": 161.13430964, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2550, "l_t_add": 2598, "r_f_add": 2553, "r_t_add": 2599, "st_code": 88150, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520859, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16470, "Shape__Length": 64.265893689051865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162943629203497, 39.993052669838299 ], [ -75.162851616332205, 39.993489305014101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14901, "tnode_": 14737, "lpoly_": null, "rpoly_": null, "length": 425.44385379, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2548, "r_f_add": 2501, "r_t_add": 2551, "st_code": 88150, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520860, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16471, "Shape__Length": 169.67971324278324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163186063002598, 39.991899756465401 ], [ -75.162943629203497, 39.993052669838299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15123, "tnode_": 14901, "lpoly_": null, "rpoly_": null, "length": 549.69798306999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88150, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520861, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16472, "Shape__Length": 219.23113356857249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163503582228998, 39.990410662917299 ], [ -75.163186063002598, 39.991899756465401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15133, "tnode_": 14910, "lpoly_": null, "rpoly_": null, "length": 552.71383131999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 38180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520862, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 16473, "Shape__Length": 220.43350771792231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162956394446795, 39.990330213286597 ], [ -75.162635986524407, 39.991827331593498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14705, "tnode_": 14576, "lpoly_": null, "rpoly_": null, "length": 354.24305162000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2630, "r_f_add": 2601, "r_t_add": 2643, "st_code": 88130, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 520863, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16474, "Shape__Length": 141.28420578038339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161293497866396, 39.993181326341499 ], [ -75.161084997176104, 39.994140452618097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14928, "tnode_": 14705, "lpoly_": null, "rpoly_": null, "length": 548.9318954, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88130, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 520864, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16475, "Shape__Length": 218.9289008324665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161616184166903, 39.991695021451697 ], [ -75.161293497866396, 39.993181326341499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15157, "tnode_": 14928, "lpoly_": null, "rpoly_": null, "length": 554.54350641999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88130, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520865, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16476, "Shape__Length": 221.160954994843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161950231900704, 39.990194572038902 ], [ -75.161616184166903, 39.991695021451697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15170, "tnode_": 14935, "lpoly_": null, "rpoly_": null, "length": 553.5225085000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 18500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 520866, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16477, "Shape__Length": 220.75347752893254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161391385479007, 39.990123361311603 ], [ -75.161057597964799, 39.991621001368102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15033, "tnode_": 14978, "lpoly_": null, "rpoly_": null, "length": 138.66952121, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2326, "l_t_add": 2338, "r_f_add": 2325, "r_t_add": 2335, "st_code": 88320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520867, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16478, "Shape__Length": 55.305273373158748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176696743004399, 39.991333906929903 ], [ -75.176621359690898, 39.991710129986899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15144, "tnode_": 15033, "lpoly_": null, "rpoly_": null, "length": 274.88637683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2324, "r_f_add": 2301, "r_t_add": 2323, "st_code": 88320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520868, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16479, "Shape__Length": 109.62824378047952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176868516602994, 39.9905909669896 ], [ -75.176696743004399, 39.991333906929903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15272, "tnode_": 15144, "lpoly_": null, "rpoly_": null, "length": 292.71560648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2229, "r_t_add": 2299, "st_code": 88320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520869, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16480, "Shape__Length": 116.74042914346757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177031005384606, 39.989797206198702 ], [ -75.176868516602994, 39.9905909669896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15397, "tnode_": 15272, "lpoly_": null, "rpoly_": null, "length": 294.54591767, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2227, "st_code": 88320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520870, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16481, "Shape__Length": 117.46702113010285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177208568174294, 39.989000260179601 ], [ -75.177031005384606, 39.989797206198702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15479, "tnode_": 15397, "lpoly_": null, "rpoly_": null, "length": 215.66301968000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2113, "r_t_add": 2199, "st_code": 88320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520871, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16482, "Shape__Length": 86.005797659781337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177347005129704, 39.988417894060099 ], [ -75.177208568174294, 39.989000260179601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15543, "tnode_": 15479, "lpoly_": null, "rpoly_": null, "length": 162.71436124000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2132, "l_t_add": 2144, "r_f_add": 2107, "r_t_add": 2111, "st_code": 88320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520872, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16483, "Shape__Length": 64.891754522051556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177436345907196, 39.987976541230402 ], [ -75.177347005129704, 39.988417894060099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15631, "tnode_": 15543, "lpoly_": null, "rpoly_": null, "length": 195.3913491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2130, "r_f_add": 2101, "r_t_add": 2105, "st_code": 88320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520873, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16484, "Shape__Length": 77.922599820591984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177546827868994, 39.987446943193902 ], [ -75.177436345907196, 39.987976541230402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14978, "tnode_": 14961, "lpoly_": null, "rpoly_": null, "length": 33.37625461, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2340, "l_t_add": 2340, "r_f_add": 2337, "r_t_add": 2337, "st_code": 88320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520874, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16485, "Shape__Length": 13.310960237240163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176621359690898, 39.991710129986899 ], [ -75.176600014188693, 39.991800268868097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14961, "tnode_": 14921, "lpoly_": null, "rpoly_": null, "length": 105.31961152, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2342, "l_t_add": 2398, "r_f_add": 2339, "r_t_add": 2399, "st_code": 88320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520875, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16486, "Shape__Length": 42.004074161155835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176600014188693, 39.991800268868097 ], [ -75.176538559061299, 39.992085493831503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15566, "tnode_": 15527, "lpoly_": null, "rpoly_": null, "length": 399.11164011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 28440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520876, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16487, "Shape__Length": 158.57594412494683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182396145663105, 39.988051479082301 ], [ -75.183797981460501, 39.9882454455893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15586, "tnode_": 15566, "lpoly_": null, "rpoly_": null, "length": 510.46252404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 28440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520877, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16488, "Shape__Length": 202.81267182913865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180597647851997, 39.987828475846698 ], [ -75.182396145663105, 39.988051479082301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15590, "tnode_": 15586, "lpoly_": null, "rpoly_": null, "length": 171.05650351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2834, "l_t_add": 2898, "r_f_add": 2833, "r_t_add": 2899, "st_code": 28440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520878, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16489, "Shape__Length": 67.963040565359009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179995500214005, 39.987751263158302 ], [ -75.180597647851997, 39.987828475846698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15599, "tnode_": 15590, "lpoly_": null, "rpoly_": null, "length": 129.87244338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2814, "l_t_add": 2832, "r_f_add": 2821, "r_t_add": 2831, "st_code": 28440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520879, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16490, "Shape__Length": 51.59941498795866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179537643230304, 39.987695891942302 ], [ -75.179995500214005, 39.987751263158302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15608, "tnode_": 15599, "lpoly_": null, "rpoly_": null, "length": 160.49815164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2819, "st_code": 28440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520880, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16491, "Shape__Length": 63.76807589931304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972816103794, 39.9876227460813 ], [ -75.179537643230304, 39.987695891942302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15614, "tnode_": 15608, "lpoly_": null, "rpoly_": null, "length": 170.3617602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2730, "l_t_add": 2798, "r_f_add": 2721, "r_t_add": 2799, "st_code": 28440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520881, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16492, "Shape__Length": 67.688205843018011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178374731558407, 39.987538731198299 ], [ -75.178972816103794, 39.9876227460813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15631, "tnode_": 15614, "lpoly_": null, "rpoly_": null, "length": 234.3856481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2728, "r_f_add": 2701, "r_t_add": 2719, "st_code": 28440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520882, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16493, "Shape__Length": 93.121682970463382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177546827868994, 39.987446943193902 ], [ -75.178374731558407, 39.987538731198299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15066, "tnode_": 15038, "lpoly_": null, "rpoly_": null, "length": 447.78831404, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 27520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520883, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16494, "Shape__Length": 177.92287060952253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181529023174605, 39.9911865731682 ], [ -75.183103779083496, 39.991396016557601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15070, "tnode_": 15066, "lpoly_": null, "rpoly_": null, "length": 161.79938209, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2932, "l_t_add": 2998, "r_f_add": 2927, "r_t_add": 2999, "st_code": 27520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520884, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16495, "Shape__Length": 64.286926752690107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180957921364495, 39.991120898293097 ], [ -75.181529023174605, 39.9911865731682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15113, "tnode_": 15088, "lpoly_": null, "rpoly_": null, "length": 459.32404105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 27520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520885, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16496, "Shape__Length": 182.50669142730789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178283278982803, 39.990766134283497 ], [ -75.179897025505795, 39.9909878340181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15144, "tnode_": 15113, "lpoly_": null, "rpoly_": null, "length": 401.51743705000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 27520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520886, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16497, "Shape__Length": 159.53391340067211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176868516602994, 39.9905909669896 ], [ -75.178283278982803, 39.990766134283497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15294, "tnode_": 15276, "lpoly_": null, "rpoly_": null, "length": 269.18558548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3144, "r_f_add": 3101, "r_t_add": 3145, "st_code": 75680, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16498, "Shape__Length": 106.95577017306881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183461259913699, 39.989809955021101 ], [ -75.184407200974803, 39.989938916072902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15302, "tnode_": 15294, "lpoly_": null, "rpoly_": null, "length": 160.04348944999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3030, "l_t_add": 3098, "r_f_add": 3035, "r_t_add": 3099, "st_code": 75680, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16499, "Shape__Length": 63.591527704463253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182900458650394, 39.989726618653002 ], [ -75.183461259913699, 39.989809955021101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15311, "tnode_": 15302, "lpoly_": null, "rpoly_": null, "length": 133.37602917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3016, "l_t_add": 3028, "r_f_add": 3017, "r_t_add": 3033, "st_code": 75680, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520889, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16500, "Shape__Length": 52.992825843079224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182430082992695, 39.989670509009798 ], [ -75.182900458650394, 39.989726618653002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15322, "tnode_": 15311, "lpoly_": null, "rpoly_": null, "length": 157.48379405, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3015, "st_code": 75680, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16501, "Shape__Length": 62.57337788720853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181877148467507, 39.989593028940199 ], [ -75.182430082992695, 39.989670509009798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15346, "tnode_": 15322, "lpoly_": null, "rpoly_": null, "length": 458.8344991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 75680, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520891, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16502, "Shape__Length": 182.30356983752412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180259523146105, 39.989397362856003 ], [ -75.181877148467507, 39.989593028940199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15357, "tnode_": 15346, "lpoly_": null, "rpoly_": null, "length": 172.16898844000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2824, "l_t_add": 2898, "r_f_add": 2825, "r_t_add": 2899, "st_code": 75680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520892, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16503, "Shape__Length": 68.408106071007651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179655153708495, 39.989312139416199 ], [ -75.180259523146105, 39.989397362856003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15364, "tnode_": 15357, "lpoly_": null, "rpoly_": null, "length": 127.97774326, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2816, "l_t_add": 2822, "r_f_add": 2815, "r_t_add": 2823, "st_code": 75680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16504, "Shape__Length": 50.847339352690568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179203433151699, 39.989260249973199 ], [ -75.179655153708495, 39.989312139416199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15375, "tnode_": 15364, "lpoly_": null, "rpoly_": null, "length": 165.65851158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2813, "st_code": 75680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16505, "Shape__Length": 65.819220585226333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178619683690499, 39.989188255605498 ], [ -75.179203433151699, 39.989260249973199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15385, "tnode_": 15375, "lpoly_": null, "rpoly_": null, "length": 164.00392888, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 75680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16506, "Shape__Length": 65.162678795862178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178042828921903, 39.9891120527463 ], [ -75.178619683690499, 39.989188255605498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15397, "tnode_": 15385, "lpoly_": null, "rpoly_": null, "length": 237.28509263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2722, "r_f_add": 2701, "r_t_add": 2723, "st_code": 75680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 520896, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16507, "Shape__Length": 94.279206520768128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177208568174294, 39.989000260179601 ], [ -75.178042828921903, 39.9891120527463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14996, "tnode_": 14931, "lpoly_": null, "rpoly_": null, "length": 153.35520286, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2312, "l_t_add": 2326, "r_f_add": 2311, "r_t_add": 2325, "st_code": 88400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520898, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16508, "Shape__Length": 61.162425536177658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183034480351793, 39.9917249238203 ], [ -75.182949088219701, 39.992140747442399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15038, "tnode_": 14996, "lpoly_": null, "rpoly_": null, "length": 121.37829246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2310, "r_f_add": 2301, "r_t_add": 2309, "st_code": 88400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520899, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16509, "Shape__Length": 48.408621118727559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183103779083496, 39.991396016557601 ], [ -75.183034480351793, 39.9917249238203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15094, "tnode_": 15038, "lpoly_": null, "rpoly_": null, "length": 123.52160845, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2226, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 88400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520900, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16510, "Shape__Length": 49.261518067264376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1831853246793, 39.9910627861873 ], [ -75.183103779083496, 39.991396016557601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15175, "tnode_": 15094, "lpoly_": null, "rpoly_": null, "length": 166.22119344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2224, "r_f_add": 2219, "r_t_add": 2225, "st_code": 88400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520901, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16511, "Shape__Length": 66.29153491600681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183285941647199, 39.990613099666803 ], [ -75.1831853246793, 39.9910627861873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15220, "tnode_": 15175, "lpoly_": null, "rpoly_": null, "length": 109.19569426, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2216, "l_t_add": 2216, "r_f_add": 2217, "r_t_add": 2217, "st_code": 88400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520902, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16512, "Shape__Length": 43.549912939163676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183343043927394, 39.9903165793597 ], [ -75.183285941647199, 39.990613099666803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15294, "tnode_": 15220, "lpoly_": null, "rpoly_": null, "length": 187.50336491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2215, "st_code": 88400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520903, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16513, "Shape__Length": 74.777623514210333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183461259913699, 39.989809955021101 ], [ -75.183343043927394, 39.9903165793597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15392, "tnode_": 15294, "lpoly_": null, "rpoly_": null, "length": 236.88766235999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2134, "l_t_add": 2198, "r_f_add": 2143, "r_t_add": 2199, "st_code": 88400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520904, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16514, "Shape__Length": 94.472722657269969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183603379758694, 39.9891689235656 ], [ -75.183461259913699, 39.989809955021101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15444, "tnode_": 15392, "lpoly_": null, "rpoly_": null, "length": 126.4588746, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2122, "l_t_add": 2132, "r_f_add": 2121, "r_t_add": 2141, "st_code": 88400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520905, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16515, "Shape__Length": 50.43262485123487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183678147603501, 39.988826575438097 ], [ -75.183603379758694, 39.9891689235656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15527, "tnode_": 15444, "lpoly_": null, "rpoly_": null, "length": 214.34184287, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2119, "st_code": 88400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520906, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16516, "Shape__Length": 85.481326479212669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183797981460501, 39.9882454455893 ], [ -75.183678147603501, 39.988826575438097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14890, "tnode_": 14839, "lpoly_": null, "rpoly_": null, "length": 127.85641646, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2332, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520907, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16517, "Shape__Length": 50.991562151442622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181276111908403, 39.992344300601999 ], [ -75.181193724843894, 39.992689514272598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14959, "tnode_": 14890, "lpoly_": null, "rpoly_": null, "length": 152.12703683000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2320, "l_t_add": 2330, "r_f_add": 2329, "r_t_add": 2341, "st_code": 88380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520908, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16518, "Shape__Length": 60.672960791659165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181359489966397, 39.991931646824 ], [ -75.181276111908403, 39.992344300601999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15027, "tnode_": 14959, "lpoly_": null, "rpoly_": null, "length": 153.57896293000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2302, "l_t_add": 2318, "r_f_add": 2311, "r_t_add": 2327, "st_code": 88380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520909, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16519, "Shape__Length": 61.249538913008529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181458154182906, 39.991516940186699 ], [ -75.181359489966397, 39.991931646824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15066, "tnode_": 15027, "lpoly_": null, "rpoly_": null, "length": 121.97410102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2300, "r_f_add": 2301, "r_t_add": 2309, "st_code": 88380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520910, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16520, "Shape__Length": 48.645921218736227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181529023174605, 39.9911865731682 ], [ -75.181458154182906, 39.991516940186699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15119, "tnode_": 15066, "lpoly_": null, "rpoly_": null, "length": 123.3751545, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2246, "l_t_add": 2298, "r_f_add": 2247, "r_t_add": 2299, "st_code": 88380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520911, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16521, "Shape__Length": 49.204110455697489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181603060928097, 39.990852715330497 ], [ -75.181529023174605, 39.9911865731682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15199, "tnode_": 15119, "lpoly_": null, "rpoly_": null, "length": 165.7927792, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2230, "l_t_add": 2244, "r_f_add": 2231, "r_t_add": 2245, "st_code": 88380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520912, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16522, "Shape__Length": 66.120858365140904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181700808359295, 39.990403846945597 ], [ -75.181603060928097, 39.990852715330497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15245, "tnode_": 15199, "lpoly_": null, "rpoly_": null, "length": 107.7605902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2228, "r_f_add": 2217, "r_t_add": 2229, "st_code": 88380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520913, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16523, "Shape__Length": 42.976182610236869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181766120048096, 39.990112327763804 ], [ -75.181700808359295, 39.990403846945597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15322, "tnode_": 15245, "lpoly_": null, "rpoly_": null, "length": 191.71248525000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2215, "st_code": 88380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520914, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16524, "Shape__Length": 76.457480410650547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181877148467507, 39.989593028940199 ], [ -75.181766120048096, 39.990112327763804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15389, "tnode_": 15322, "lpoly_": null, "rpoly_": null, "length": 163.91171183, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2135, "r_t_add": 2199, "st_code": 88380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520915, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16525, "Shape__Length": 65.369776737850813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181971560591407, 39.989148970135901 ], [ -75.181877148467507, 39.989593028940199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15447, "tnode_": 15389, "lpoly_": null, "rpoly_": null, "length": 132.72110896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2132, "l_t_add": 2148, "r_f_add": 2121, "r_t_add": 2133, "st_code": 88380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16526, "Shape__Length": 52.93043412552521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182047153185493, 39.988789304103101 ], [ -75.181971560591407, 39.989148970135901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15489, "tnode_": 15447, "lpoly_": null, "rpoly_": null, "length": 129.17342752, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2116, "l_t_add": 2130, "r_f_add": 2115, "r_t_add": 2119, "st_code": 88380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520917, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16527, "Shape__Length": 51.515149284483464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182121918956696, 39.988439401802403 ], [ -75.182047153185493, 39.988789304103101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15566, "tnode_": 15489, "lpoly_": null, "rpoly_": null, "length": 183.2817825, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2114, "r_f_add": 2101, "r_t_add": 2113, "st_code": 88380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520918, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16528, "Shape__Length": 73.012510097879755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182396145663105, 39.988051479082301 ], [ -75.182198270050307, 39.988101578735701 ], [ -75.182121918956696, 39.988439401802403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14987, "tnode_": 14922, "lpoly_": null, "rpoly_": null, "length": 146.36021649, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2328, "l_t_add": 2340, "r_f_add": 2327, "r_t_add": 2341, "st_code": 88360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520919, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16529, "Shape__Length": 58.371839117437119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179751107152896, 39.991724078361202 ], [ -75.179664126458505, 39.992120245810703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15088, "tnode_": 14987, "lpoly_": null, "rpoly_": null, "length": 271.29934746000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2326, "r_f_add": 2301, "r_t_add": 2325, "st_code": 88360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520920, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16530, "Shape__Length": 108.20169380745833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179897025505795, 39.9909878340181 ], [ -75.179751107152896, 39.991724078361202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15346, "tnode_": 15228, "lpoly_": null, "rpoly_": null, "length": 296.49432608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2224, "r_f_add": 2201, "r_t_add": 2223, "st_code": 88360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520921, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16531, "Shape__Length": 118.24390024544775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180259523146105, 39.989397362856003 ], [ -75.180075149815096, 39.9901988257486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15417, "tnode_": 15346, "lpoly_": null, "rpoly_": null, "length": 167.6267092, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2134, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 88360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520922, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16532, "Shape__Length": 66.851540994656645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180353365759302, 39.988942903745603 ], [ -75.180259523146105, 39.989397362856003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15471, "tnode_": 15417, "lpoly_": null, "rpoly_": null, "length": 136.07959769, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2120, "l_t_add": 2132, "r_f_add": 2133, "r_t_add": 2149, "st_code": 88360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520923, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16533, "Shape__Length": 54.268923245085873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180435985203502, 39.988574793955102 ], [ -75.180353365759302, 39.988942903745603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15521, "tnode_": 15471, "lpoly_": null, "rpoly_": null, "length": 127.88496331, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2114, "l_t_add": 2118, "r_f_add": 2115, "r_t_add": 2131, "st_code": 88360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520924, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16534, "Shape__Length": 51.001443429767882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180507869190095, 39.988228115793802 ], [ -75.180435985203502, 39.988574793955102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15586, "tnode_": 15521, "lpoly_": null, "rpoly_": null, "length": 147.73936713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 88360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520925, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16535, "Shape__Length": 58.918230882673335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180597647851997, 39.987828475846698 ], [ -75.180507869190095, 39.988228115793802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14931, "tnode_": 14861, "lpoly_": null, "rpoly_": null, "length": 135.22370887, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2328, "l_t_add": 2340, "r_f_add": 2327, "r_t_add": 2339, "st_code": 88400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520926, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16536, "Shape__Length": 53.931519190795207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182949088219701, 39.992140747442399 ], [ -75.182874833563304, 39.992507533072498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27066, "tnode_": 14817, "lpoly_": null, "rpoly_": null, "length": 119.1128018, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2344, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520927, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16537, "Shape__Length": 47.505473508177914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1828537252795, 39.992567968343103 ], [ -75.182782755214504, 39.992890358953602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15250, "tnode_": 15113, "lpoly_": null, "rpoly_": null, "length": 285.66477700999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2226, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 88340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520928, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16538, "Shape__Length": 113.92610113542844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178460080283003, 39.989993831141703 ], [ -75.178283278982803, 39.990766134283497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15375, "tnode_": 15250, "lpoly_": null, "rpoly_": null, "length": 296.84505987, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2224, "r_f_add": 2201, "r_t_add": 2225, "st_code": 88340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520929, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16539, "Shape__Length": 118.38698569615033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178619683690499, 39.989188255605498 ], [ -75.178460080283003, 39.989993831141703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15608, "tnode_": 15375, "lpoly_": null, "rpoly_": null, "length": 578.8082836000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520930, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16540, "Shape__Length": 230.82890959737912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178972816103794, 39.9876227460813 ], [ -75.178619683690499, 39.989188255605498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15199, "tnode_": 15175, "lpoly_": null, "rpoly_": null, "length": 450.64706065000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 34420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520931, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLETCHER ST", "stname": "W FLETCHER ST", "objectid": 16541, "Shape__Length": 179.05639583198626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181700808359295, 39.990403846945597 ], [ -75.183285941647199, 39.990613099666803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15228, "tnode_": 15199, "lpoly_": null, "rpoly_": null, "length": 461.59203645999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 34420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLETCHER ST", "stname": "W FLETCHER ST", "objectid": 16542, "Shape__Length": 183.40285527637758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180075149815096, 39.9901988257486 ], [ -75.181700808359295, 39.990403846945597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15250, "tnode_": 15228, "lpoly_": null, "rpoly_": null, "length": 458.66410943, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 34420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 520933, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FLETCHER ST", "stname": "W FLETCHER ST", "objectid": 16543, "Shape__Length": 182.23919891788972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178460080283003, 39.989993831141703 ], [ -75.180075149815096, 39.9901988257486 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15255, "tnode_": 15251, "lpoly_": null, "rpoly_": null, "length": 29.28788379, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3224, "l_t_add": 3224, "r_f_add": 3225, "r_t_add": 3225, "st_code": 75680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520934, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16544, "Shape__Length": 11.636511694367043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185896096052701, 39.990121229103401 ], [ -75.185999607394393, 39.990132396558302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15251, "tnode_": 15244, "lpoly_": null, "rpoly_": null, "length": 203.59837486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3227, "r_t_add": 3299, "st_code": 75680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 520935, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16545, "Shape__Length": 80.895228086392336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185999607394393, 39.990132396558302 ], [ -75.186716307514104, 39.990224416148102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15373, "tnode_": 15276, "lpoly_": null, "rpoly_": null, "length": 313.76425308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3108, "l_t_add": 3146, "r_f_add": 3103, "r_t_add": 3121, "st_code": 68280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520936, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16546, "Shape__Length": 124.95071703937735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1837023935567, 39.989269612391297 ], [ -75.184407200974803, 39.989938916072902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15392, "tnode_": 15373, "lpoly_": null, "rpoly_": null, "length": 45.99019244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3106, "r_f_add": 3101, "r_t_add": 3101, "st_code": 68280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 520937, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16547, "Shape__Length": 18.316956051640556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183603379758694, 39.9891689235656 ], [ -75.1837023935567, 39.989269612391297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15459, "tnode_": 15392, "lpoly_": null, "rpoly_": null, "length": 205.86981058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3022, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 68280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520938, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16548, "Shape__Length": 81.974433647990196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183125728453604, 39.9887395152248 ], [ -75.183603379758694, 39.9891689235656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15515, "tnode_": 15459, "lpoly_": null, "rpoly_": null, "length": 184.31770769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3004, "l_t_add": 3020, "r_f_add": 3017, "r_t_add": 3029, "st_code": 68280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520939, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16549, "Shape__Length": 73.40555839536627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182722008942804, 39.988340048374504 ], [ -75.183125728453604, 39.9887395152248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15566, "tnode_": 15515, "lpoly_": null, "rpoly_": null, "length": 139.24022506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3002, "r_f_add": 3001, "r_t_add": 3015, "st_code": 68280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520940, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16550, "Shape__Length": 55.441249194808378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182396145663105, 39.988051479082301 ], [ -75.182722008942804, 39.988340048374504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15245, "tnode_": 15220, "lpoly_": null, "rpoly_": null, "length": 448.07586736000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 24300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520941, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 16551, "Shape__Length": 178.03327657854891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181766120048096, 39.990112327763804 ], [ -75.183343043927394, 39.9903165793597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15459, "tnode_": 15302, "lpoly_": null, "rpoly_": null, "length": 365.08253613, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 74320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520942, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STANLEY ST", "stname": "N STANLEY ST", "objectid": 16552, "Shape__Length": 145.59639813374255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183125728453604, 39.9887395152248 ], [ -75.182900458650394, 39.989726618653002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15119, "tnode_": 15094, "lpoly_": null, "rpoly_": null, "length": 449.90233237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 59440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 520943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 16553, "Shape__Length": 178.76190018580678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181603060928097, 39.990852715330497 ], [ -75.1831853246793, 39.9910627861873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15515, "tnode_": 15311, "lpoly_": null, "rpoly_": null, "length": 491.5177223, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 25060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520944, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 16554, "Shape__Length": 196.02030571951039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182722008942804, 39.988340048374504 ], [ -75.182430082992695, 39.989670509009798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15471, "tnode_": 15447, "lpoly_": null, "rpoly_": null, "length": 458.17322874000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 82540, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 520945, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMONT ST", "stname": "WESTMONT ST", "objectid": 16555, "Shape__Length": 182.042231414285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180435985203502, 39.988574793955102 ], [ -75.182047153185493, 39.988789304103101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15466, "tnode_": 15385, "lpoly_": null, "rpoly_": null, "length": 217.14827005000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2141, "r_t_add": 2199, "st_code": 53940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520946, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 16556, "Shape__Length": 86.600016152180231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178170557898397, 39.9885241064488 ], [ -75.178042828921903, 39.9891120527463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15599, "tnode_": 15364, "lpoly_": null, "rpoly_": null, "length": 577.5115205699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 59640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520947, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 16557, "Shape__Length": 230.31465934350635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179537643230304, 39.987695891942302 ], [ -75.179203433151699, 39.989260249973199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15614, "tnode_": 15466, "lpoly_": null, "rpoly_": null, "length": 363.48548783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2144, "r_f_add": 2101, "r_t_add": 2139, "st_code": 53940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520948, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 16558, "Shape__Length": 144.95986340241942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178374731558407, 39.987538731198299 ], [ -75.178170557898397, 39.9885241064488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15386, "tnode_": 15157, "lpoly_": null, "rpoly_": null, "length": 546.71236721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88130, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520949, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16559, "Shape__Length": 218.03387520368344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162273758081398, 39.988714554902401 ], [ -75.161950231900704, 39.990194572038902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15628, "tnode_": 15386, "lpoly_": null, "rpoly_": null, "length": 588.20150829, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88130, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520950, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16560, "Shape__Length": 234.57598595616017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162613994292002, 39.987121220002798 ], [ -75.162273758081398, 39.988714554902401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15696, "tnode_": 15628, "lpoly_": null, "rpoly_": null, "length": 181.08137553, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2136, "l_t_add": 2198, "r_f_add": 2129, "r_t_add": 2199, "st_code": 88130, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520951, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16561, "Shape__Length": 72.213632009343343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162724863850201, 39.9866314997278 ], [ -75.162613994292002, 39.987121220002798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15773, "tnode_": 15696, "lpoly_": null, "rpoly_": null, "length": 157.68023882, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2118, "l_t_add": 2134, "r_f_add": 2113, "r_t_add": 2127, "st_code": 88130, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520952, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16562, "Shape__Length": 62.881909281586424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162815508454401, 39.986204300874498 ], [ -75.162724863850201, 39.9866314997278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15821, "tnode_": 15773, "lpoly_": null, "rpoly_": null, "length": 95.94711848, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2104, "l_t_add": 2116, "r_f_add": 2105, "r_t_add": 2111, "st_code": 88130, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520953, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16563, "Shape__Length": 38.263435567191806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162866959806706, 39.985943904766799 ], [ -75.162815508454401, 39.986204300874498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15886, "tnode_": 15821, "lpoly_": null, "rpoly_": null, "length": 144.85745417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2102, "r_f_add": 2101, "r_t_add": 2103, "st_code": 88130, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520954, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16564, "Shape__Length": 57.767294575495242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162953021117403, 39.9855518025092 ], [ -75.162866959806706, 39.985943904766799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15772, "tnode_": 15751, "lpoly_": null, "rpoly_": null, "length": 226.05742493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2118, "l_t_add": 2198, "r_f_add": 2117, "r_t_add": 2199, "st_code": 28440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520955, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16565, "Shape__Length": 89.813399917505777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168781238236704, 39.986315354296998 ], [ -75.169577395854603, 39.986415463746901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15786, "tnode_": 15772, "lpoly_": null, "rpoly_": null, "length": 228.25695368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2115, "st_code": 28440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520956, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16566, "Shape__Length": 90.687558408306984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167977810510493, 39.986212059121698 ], [ -75.168781238236704, 39.986315354296998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15800, "tnode_": 15786, "lpoly_": null, "rpoly_": null, "length": 186.42341721999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2031, "r_t_add": 2099, "st_code": 28440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520957, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16567, "Shape__Length": 74.066244655970493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1673209961872, 39.986130670719199 ], [ -75.167977810510493, 39.986212059121698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15813, "tnode_": 15800, "lpoly_": null, "rpoly_": null, "length": 160.20838105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2016, "l_t_add": 2026, "r_f_add": 2017, "r_t_add": 2029, "st_code": 28440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520958, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16568, "Shape__Length": 63.650149036936924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166755670673993, 39.9860650349843 ], [ -75.1673209961872, 39.986130670719199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15827, "tnode_": 15813, "lpoly_": null, "rpoly_": null, "length": 186.45004387999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2015, "st_code": 28440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520959, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16569, "Shape__Length": 74.078272508420653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166100618971598, 39.9859752240828 ], [ -75.166755670673993, 39.9860650349843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15845, "tnode_": 15827, "lpoly_": null, "rpoly_": null, "length": 222.16465055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 28440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520960, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16570, "Shape__Length": 88.267320260554641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165319449330696, 39.985871025462401 ], [ -75.166100618971598, 39.9859752240828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15856, "tnode_": 15845, "lpoly_": null, "rpoly_": null, "length": 227.07077943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1919, "st_code": 28440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520961, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16571, "Shape__Length": 90.215619543499628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164520113583094, 39.9857686746914 ], [ -75.165319449330696, 39.985871025462401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15871, "tnode_": 15856, "lpoly_": null, "rpoly_": null, "length": 218.94325282999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 28440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520962, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16572, "Shape__Length": 86.987121929527831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163750210222503, 39.985666267027497 ], [ -75.164520113583094, 39.9857686746914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15873, "tnode_": 15871, "lpoly_": null, "rpoly_": null, "length": 38.20579746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1816, "l_t_add": 1816, "r_f_add": 1819, "r_t_add": 1819, "st_code": 28440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520963, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16573, "Shape__Length": 15.180211988579694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163616893188902, 39.985644295504997 ], [ -75.163750210222503, 39.985666267027497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15886, "tnode_": 15873, "lpoly_": null, "rpoly_": null, "length": 189.0566379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1817, "st_code": 28440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520964, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16574, "Shape__Length": 75.113718494934204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162953021117403, 39.9855518025092 ], [ -75.163616893188902, 39.985644295504997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15539, "tnode_": 15526, "lpoly_": null, "rpoly_": null, "length": 228.86629388, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2132, "l_t_add": 2198, "r_f_add": 2133, "r_t_add": 2199, "st_code": 75680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520965, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16575, "Shape__Length": 90.931484415017195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168430270150196, 39.9878666449112 ], [ -75.169236299705801, 39.987968182122003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15553, "tnode_": 15539, "lpoly_": null, "rpoly_": null, "length": 226.019053, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2130, "r_f_add": 2101, "r_t_add": 2131, "st_code": 75680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16576, "Shape__Length": 89.801086443154404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167635399749003, 39.987761198484201 ], [ -75.168430270150196, 39.9878666449112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15561, "tnode_": 15553, "lpoly_": null, "rpoly_": null, "length": 184.75073245, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2031, "r_t_add": 2099, "st_code": 75680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520967, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16577, "Shape__Length": 73.404610024550294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166985905492595, 39.987673934593701 ], [ -75.167635399749003, 39.987761198484201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15570, "tnode_": 15561, "lpoly_": null, "rpoly_": null, "length": 162.70761354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2030, "r_f_add": 2017, "r_t_add": 2029, "st_code": 75680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520968, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16578, "Shape__Length": 64.644509712276275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166411699397003, 39.987607522743701 ], [ -75.166985905492595, 39.987673934593701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15582, "tnode_": 15570, "lpoly_": null, "rpoly_": null, "length": 183.74578997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2015, "st_code": 75680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520969, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16579, "Shape__Length": 73.00470989216285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165765215391104, 39.987523074042599 ], [ -75.166411699397003, 39.987607522743701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15589, "tnode_": 15582, "lpoly_": null, "rpoly_": null, "length": 222.88430926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 75680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520970, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16580, "Shape__Length": 88.553088043292576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164978992383098, 39.9874303332601 ], [ -75.165765215391104, 39.987523074042599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15602, "tnode_": 15589, "lpoly_": null, "rpoly_": null, "length": 225.54209797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1923, "st_code": 75680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520971, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16581, "Shape__Length": 89.612002113989988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164186950982696, 39.9873201177178 ], [ -75.164978992383098, 39.9874303332601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15610, "tnode_": 15602, "lpoly_": null, "rpoly_": null, "length": 161.13495780999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1826, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 75680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520972, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16582, "Shape__Length": 64.019631731364328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163618618195301, 39.987252729357898 ], [ -75.164186950982696, 39.9873201177178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15613, "tnode_": 15610, "lpoly_": null, "rpoly_": null, "length": 61.5777266, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1820, "l_t_add": 1824, "r_f_add": 1821, "r_t_add": 1825, "st_code": 75680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520973, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16583, "Shape__Length": 24.466749220909339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163403346549003, 39.987218764475301 ], [ -75.163618618195301, 39.987252729357898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15620, "tnode_": 15613, "lpoly_": null, "rpoly_": null, "length": 63.52721653, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1812, "l_t_add": 1818, "r_f_add": 1813, "r_t_add": 1819, "st_code": 75680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520974, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16584, "Shape__Length": 25.239853203781774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163179556997306, 39.987190861154701 ], [ -75.163403346549003, 39.987218764475301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15628, "tnode_": 15620, "lpoly_": null, "rpoly_": null, "length": 160.495821, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1811, "st_code": 75680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520975, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16585, "Shape__Length": 63.766026225381417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162613994292002, 39.987121220002798 ], [ -75.163179556997306, 39.987190861154701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15283, "tnode_": 15273, "lpoly_": null, "rpoly_": null, "length": 164.10835644000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2164, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 27520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520976, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16586, "Shape__Length": 65.203128805011801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1683171350641, 39.989490673191398 ], [ -75.168895969302994, 39.989559329904701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15290, "tnode_": 15283, "lpoly_": null, "rpoly_": null, "length": 67.997290670000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2120, "l_t_add": 2162, "r_f_add": 2121, "r_t_add": 2125, "st_code": 27520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520977, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16587, "Shape__Length": 27.017640285184786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1680786146066, 39.989456297971202 ], [ -75.1683171350641, 39.989490673191398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15292, "tnode_": 15290, "lpoly_": null, "rpoly_": null, "length": 63.88790947, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2118, "l_t_add": 2118, "r_f_add": 2113, "r_t_add": 2119, "st_code": 27520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520978, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16588, "Shape__Length": 25.384616655053033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167854262285402, 39.989425030531102 ], [ -75.1680786146066, 39.989456297971202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15305, "tnode_": 15292, "lpoly_": null, "rpoly_": null, "length": 159.79301233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2111, "st_code": 27520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520979, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16589, "Shape__Length": 63.48835303510657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167290547449696, 39.989358692766203 ], [ -75.167854262285402, 39.989425030531102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15315, "tnode_": 15305, "lpoly_": null, "rpoly_": null, "length": 189.10320266999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 27520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520980, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16590, "Shape__Length": 75.136434813667549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166626600883205, 39.989265646331702 ], [ -75.167290547449696, 39.989358692766203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15324, "tnode_": 15315, "lpoly_": null, "rpoly_": null, "length": 156.87668913, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2016, "l_t_add": 2026, "r_f_add": 2017, "r_t_add": 2031, "st_code": 27520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520981, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16591, "Shape__Length": 62.33085478251666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166074729086702, 39.989193137655299 ], [ -75.166626600883205, 39.989265646331702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15332, "tnode_": 15324, "lpoly_": null, "rpoly_": null, "length": 186.75266308, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2015, "st_code": 27520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 520982, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16592, "Shape__Length": 74.200290715980799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165416703842197, 39.989111710801801 ], [ -75.166074729086702, 39.989193137655299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15340, "tnode_": 15332, "lpoly_": null, "rpoly_": null, "length": 161.02836909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1962, "l_t_add": 1998, "r_f_add": 1929, "r_t_add": 1999, "st_code": 27520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520983, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16593, "Shape__Length": 63.97927247687759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164849079119307, 39.989042657245001 ], [ -75.165416703842197, 39.989111710801801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15344, "tnode_": 15340, "lpoly_": null, "rpoly_": null, "length": 62.33433603, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1924, "l_t_add": 1960, "r_f_add": 1923, "r_t_add": 1927, "st_code": 27520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520984, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16594, "Shape__Length": 24.767427527524532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164630464798194, 39.989010980179103 ], [ -75.164849079119307, 39.989042657245001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15347, "tnode_": 15344, "lpoly_": null, "rpoly_": null, "length": 64.27211159, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1920, "l_t_add": 1922, "r_f_add": 1917, "r_t_add": 1921, "st_code": 27520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520985, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16595, "Shape__Length": 25.536170188922149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164403690260002, 39.988984488917403 ], [ -75.164630464798194, 39.989010980179103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15361, "tnode_": 15347, "lpoly_": null, "rpoly_": null, "length": 158.70048051000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1915, "st_code": 27520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 520986, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16596, "Shape__Length": 63.054349248375367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844391529295, 39.988915856676101 ], [ -75.164403690260002, 39.988984488917403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15368, "tnode_": 15361, "lpoly_": null, "rpoly_": null, "length": 162.25563185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1831, "r_t_add": 1899, "st_code": 27520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520987, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16597, "Shape__Length": 64.468612790351116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1632746484037, 39.988836285836399 ], [ -75.163844391529295, 39.988915856676101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15377, "tnode_": 15368, "lpoly_": null, "rpoly_": null, "length": 123.61078767, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1812, "l_t_add": 1822, "r_f_add": 1817, "r_t_add": 1829, "st_code": 27520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520988, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16598, "Shape__Length": 49.113348068403624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162839960075402, 39.988778456156403 ], [ -75.1632746484037, 39.988836285836399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15386, "tnode_": 15377, "lpoly_": null, "rpoly_": null, "length": 160.35218187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1815, "st_code": 27520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 520989, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16599, "Shape__Length": 63.709461250870959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162273758081398, 39.988714554902401 ], [ -75.162839960075402, 39.988778456156403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15539, "tnode_": 15290, "lpoly_": null, "rpoly_": null, "length": 587.40617836000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 79740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 16600, "Shape__Length": 234.25962961152382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168430270150196, 39.9878666449112 ], [ -75.1680786146066, 39.989456297971202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15772, "tnode_": 15539, "lpoly_": null, "rpoly_": null, "length": 573.60153364999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 79740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520991, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 16601, "Shape__Length": 228.74791002296919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168781238236704, 39.986315354296998 ], [ -75.168430270150196, 39.9878666449112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15305, "tnode_": 15068, "lpoly_": null, "rpoly_": null, "length": 550.58114868999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88190, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520992, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16602, "Shape__Length": 219.57811389646702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167290547449696, 39.989358692766203 ], [ -75.166959632834306, 39.990848518762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15553, "tnode_": 15305, "lpoly_": null, "rpoly_": null, "length": 589.90707641000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88190, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520993, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16603, "Shape__Length": 235.25785720949077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167635399749003, 39.987761198484201 ], [ -75.167290547449696, 39.989358692766203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15786, "tnode_": 15553, "lpoly_": null, "rpoly_": null, "length": 572.42270927999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88190, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520994, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16604, "Shape__Length": 228.27862375697748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167977810510493, 39.986212059121698 ], [ -75.167635399749003, 39.987761198484201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15315, "tnode_": 15076, "lpoly_": null, "rpoly_": null, "length": 550.3880918, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 48860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 520995, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16605, "Shape__Length": 219.50324431435811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166626600883205, 39.989265646331702 ], [ -75.166312569811296, 39.990757095987497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15561, "tnode_": 15315, "lpoly_": null, "rpoly_": null, "length": 588.50842995000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 48860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520996, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16606, "Shape__Length": 234.69751302024775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166985905492595, 39.987673934593701 ], [ -75.166626600883205, 39.989265646331702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15800, "tnode_": 15561, "lpoly_": null, "rpoly_": null, "length": 569.97128398999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 48860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520997, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16607, "Shape__Length": 227.3015857502705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1673209961872, 39.986130670719199 ], [ -75.166985905492595, 39.987673934593701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15570, "tnode_": 15324, "lpoly_": null, "rpoly_": null, "length": 585.27818244000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 84580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 520998, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16608, "Shape__Length": 233.4120268080847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166411699397003, 39.987607522743701 ], [ -75.166074729086702, 39.989193137655299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15813, "tnode_": 15570, "lpoly_": null, "rpoly_": null, "length": 570.10787285000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 84580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 520999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16609, "Shape__Length": 227.35454596069948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166755670673993, 39.9860650349843 ], [ -75.166411699397003, 39.987607522743701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15332, "tnode_": 15095, "lpoly_": null, "rpoly_": null, "length": 551.32827447, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88170, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521000, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16610, "Shape__Length": 219.87650571157727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165416703842197, 39.989111710801801 ], [ -75.165093671501893, 39.990604639021498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15582, "tnode_": 15332, "lpoly_": null, "rpoly_": null, "length": 586.89405268999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88170, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521001, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16611, "Shape__Length": 234.05463211274395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165765215391104, 39.987523074042599 ], [ -75.165416703842197, 39.989111710801801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15827, "tnode_": 15582, "lpoly_": null, "rpoly_": null, "length": 571.63359484, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88170, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521002, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16612, "Shape__Length": 227.96409267017381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166100618971598, 39.9859752240828 ], [ -75.165765215391104, 39.987523074042599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15589, "tnode_": 15344, "lpoly_": null, "rpoly_": null, "length": 584.02504378000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 78760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 16613, "Shape__Length": 232.90988365852419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164978992383098, 39.9874303332601 ], [ -75.164630464798194, 39.989010980179103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15845, "tnode_": 15589, "lpoly_": null, "rpoly_": null, "length": 575.98395691999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 78760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 16614, "Shape__Length": 229.69829797401178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165319449330696, 39.985871025462401 ], [ -75.164978992383098, 39.9874303332601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15361, "tnode_": 15123, "lpoly_": null, "rpoly_": null, "length": 552.84179336, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88150, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521005, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16615, "Shape__Length": 220.47698633950182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163844391529295, 39.988915856676101 ], [ -75.163503582228998, 39.990410662917299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15602, "tnode_": 15361, "lpoly_": null, "rpoly_": null, "length": 589.17137024, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88150, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16616, "Shape__Length": 234.9632041294156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164186950982696, 39.9873201177178 ], [ -75.163844391529295, 39.988915856676101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15856, "tnode_": 15602, "lpoly_": null, "rpoly_": null, "length": 572.82207798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88150, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16617, "Shape__Length": 228.43779217857744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164520113583094, 39.9857686746914 ], [ -75.164186950982696, 39.9873201177178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15368, "tnode_": 15133, "lpoly_": null, "rpoly_": null, "length": 551.46930275, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 38180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 16618, "Shape__Length": 219.93256232361611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1632746484037, 39.988836285836399 ], [ -75.162956394446795, 39.990330213286597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15283, "tnode_": 15047, "lpoly_": null, "rpoly_": null, "length": 550.67006067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 16500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 16619, "Shape__Length": 219.58980633991123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1683171350641, 39.989490673191398 ], [ -75.168018521784404, 39.990861788022201 ], [ -75.167920072068497, 39.990956722508798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15912, "tnode_": 15886, "lpoly_": null, "rpoly_": null, "length": 445.54440476999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 28440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521010, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16620, "Shape__Length": 177.01506805845602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161385146294805, 39.985348567590599 ], [ -75.162953021117403, 39.9855518025092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15940, "tnode_": 15912, "lpoly_": null, "rpoly_": null, "length": 445.76933763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 28440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521011, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16621, "Shape__Length": 177.1016611051954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159813890943397, 39.985157446234602 ], [ -75.161385146294805, 39.985348567590599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15966, "tnode_": 15940, "lpoly_": null, "rpoly_": null, "length": 445.62844054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 28440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521012, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16622, "Shape__Length": 177.0495734902415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158248213521702, 39.984943142341898 ], [ -75.159813890943397, 39.985157446234602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15977, "tnode_": 15966, "lpoly_": null, "rpoly_": null, "length": 202.10334748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 28440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521013, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16623, "Shape__Length": 80.294289063818681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157536045322402, 39.984855498098902 ], [ -75.158248213521702, 39.984943142341898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15996, "tnode_": 15977, "lpoly_": null, "rpoly_": null, "length": 264.58746961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 28440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521014, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16624, "Shape__Length": 105.12869320281635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156615680478097, 39.984708102795999 ], [ -75.156733377676105, 39.984750603484798 ], [ -75.156763695921995, 39.984755317887 ], [ -75.157536045322402, 39.984855498098902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15641, "tnode_": 15628, "lpoly_": null, "rpoly_": null, "length": 157.78883089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 75680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521015, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16625, "Shape__Length": 62.690664929168918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162058209454997, 39.987051618111799 ], [ -75.162613994292002, 39.987121220002798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15646, "tnode_": 15641, "lpoly_": null, "rpoly_": null, "length": 130.7245049, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1710, "l_t_add": 1724, "r_f_add": 1711, "r_t_add": 1725, "st_code": 75680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16626, "Shape__Length": 51.93971245339214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161600005804203, 39.986984173678998 ], [ -75.162058209454997, 39.987051618111799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15653, "tnode_": 15646, "lpoly_": null, "rpoly_": null, "length": 160.44308733000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1708, "r_f_add": 1701, "r_t_add": 1709, "st_code": 75680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16627, "Shape__Length": 63.744502689368225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161034195648, 39.986916678824798 ], [ -75.161600005804203, 39.986984173678998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15657, "tnode_": 15653, "lpoly_": null, "rpoly_": null, "length": 154.28611833, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1634, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 75680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521018, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16628, "Shape__Length": 61.298645775406733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160490540950804, 39.986849617958903 ], [ -75.161034195648, 39.986916678824798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15666, "tnode_": 15657, "lpoly_": null, "rpoly_": null, "length": 131.64102687, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1618, "l_t_add": 1632, "r_f_add": 1617, "r_t_add": 1627, "st_code": 75680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521019, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16629, "Shape__Length": 52.302413041015249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160027628217094, 39.986788026569599 ], [ -75.160490540950804, 39.986849617958903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15676, "tnode_": 15666, "lpoly_": null, "rpoly_": null, "length": 157.06924743, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1615, "st_code": 75680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521020, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16630, "Shape__Length": 62.405117993623008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159475134769195, 39.986715268794001 ], [ -75.160027628217094, 39.986788026569599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15681, "tnode_": 15676, "lpoly_": null, "rpoly_": null, "length": 103.9518894, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1538, "l_t_add": 1598, "r_f_add": 1539, "r_t_add": 1599, "st_code": 75680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16631, "Shape__Length": 41.300381852721202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1591087192228, 39.986670682388201 ], [ -75.159475134769195, 39.986715268794001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15684, "tnode_": 15681, "lpoly_": null, "rpoly_": null, "length": 121.72221578, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1522, "l_t_add": 1536, "r_f_add": 1513, "r_t_add": 1537, "st_code": 75680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521022, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16632, "Shape__Length": 48.361707134410693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158680999682304, 39.986612357760599 ], [ -75.1591087192228, 39.986670682388201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15693, "tnode_": 15684, "lpoly_": null, "rpoly_": null, "length": 221.89052788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1511, "st_code": 75680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521023, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16633, "Shape__Length": 88.160667139121884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157902439038295, 39.986501206228397 ], [ -75.158680999682304, 39.986612357760599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15701, "tnode_": 15693, "lpoly_": null, "rpoly_": null, "length": 213.5476382, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 75680, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16634, "Shape__Length": 84.842038542492062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157148853845101, 39.9864139121024 ], [ -75.157902439038295, 39.986501206228397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15393, "tnode_": 15386, "lpoly_": null, "rpoly_": null, "length": 159.90332494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 27520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521027, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16635, "Shape__Length": 63.5351848836237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161713890032601, 39.988629585548303 ], [ -75.162273758081398, 39.988714554902401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15401, "tnode_": 15393, "lpoly_": null, "rpoly_": null, "length": 131.84975277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1714, "l_t_add": 1730, "r_f_add": 1715, "r_t_add": 1727, "st_code": 27520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521028, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16636, "Shape__Length": 52.385503881407345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161248838174998, 39.988574448375097 ], [ -75.161713890032601, 39.988629585548303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15411, "tnode_": 15401, "lpoly_": null, "rpoly_": null, "length": 156.7532725, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 27520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521029, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16637, "Shape__Length": 62.280765510025361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160696923114301, 39.988504206602897 ], [ -75.161248838174998, 39.988574448375097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15419, "tnode_": 15411, "lpoly_": null, "rpoly_": null, "length": 161.32489006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 27520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521030, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16638, "Shape__Length": 64.097165150575464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160129009977894, 39.988431463950597 ], [ -75.160696923114301, 39.988504206602897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15430, "tnode_": 15419, "lpoly_": null, "rpoly_": null, "length": 60.65746946, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1624, "l_t_add": 1626, "r_f_add": 1623, "r_t_add": 1627, "st_code": 27520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521031, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16639, "Shape__Length": 24.100252690060461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159915488920404, 39.988404059040903 ], [ -75.160129009977894, 39.988431463950597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15432, "tnode_": 15430, "lpoly_": null, "rpoly_": null, "length": 67.04085794000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1622, "l_t_add": 1622, "r_f_add": 1619, "r_t_add": 1621, "st_code": 27520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521032, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16640, "Shape__Length": 26.637108169379719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159680231528597, 39.988370562454001 ], [ -75.159915488920404, 39.988404059040903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15438, "tnode_": 15432, "lpoly_": null, "rpoly_": null, "length": 157.83738575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1617, "st_code": 27520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521033, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16641, "Shape__Length": 62.711704049315912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159124950476993, 39.9882977764074 ], [ -75.159680231528597, 39.988370562454001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27836, "tnode_": 15438, "lpoly_": null, "rpoly_": null, "length": 102.94972588, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1536, "l_t_add": 1598, "r_f_add": 1537, "r_t_add": 1599, "st_code": 27520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521034, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1999-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16642, "Shape__Length": 40.903715077614109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158762683292593, 39.988250684196501 ], [ -75.159124950476993, 39.9882977764074 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15457, "tnode_": 15448, "lpoly_": null, "rpoly_": null, "length": 222.02677206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 1501, "r_t_add": 1523, "st_code": 27520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521035, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16643, "Shape__Length": 88.213311428427915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157555551128794, 39.988102871467902 ], [ -75.158338694797806, 39.988195566575598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15473, "tnode_": 15457, "lpoly_": null, "rpoly_": null, "length": 226.06107946, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1412, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 27520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521036, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16644, "Shape__Length": 89.818175736415796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156760621583103, 39.987996998501202 ], [ -75.157555551128794, 39.988102871467902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15653, "tnode_": 15411, "lpoly_": null, "rpoly_": null, "length": 585.97968276000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88110, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521038, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16645, "Shape__Length": 233.68944756002401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161034195648, 39.986916678824798 ], [ -75.160696923114301, 39.988504206602897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15724, "tnode_": 15653, "lpoly_": null, "rpoly_": null, "length": 180.70643437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2130, "l_t_add": 2198, "r_f_add": 2129, "r_t_add": 2199, "st_code": 88110, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521039, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16646, "Shape__Length": 72.063473023105075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161147593288106, 39.986428346747502 ], [ -75.161034195648, 39.986916678824798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15794, "tnode_": 15724, "lpoly_": null, "rpoly_": null, "length": 162.36356263, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2114, "l_t_add": 2128, "r_f_add": 2113, "r_t_add": 2127, "st_code": 88110, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16647, "Shape__Length": 64.748398917356894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161247698062795, 39.985989340939398 ], [ -75.161147593288106, 39.986428346747502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15850, "tnode_": 15794, "lpoly_": null, "rpoly_": null, "length": 91.940700940000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2106, "l_t_add": 2112, "r_f_add": 2105, "r_t_add": 2111, "st_code": 88110, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521041, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16648, "Shape__Length": 36.665135203988221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161300228749994, 39.985740208122898 ], [ -75.161247698062795, 39.985989340939398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15912, "tnode_": 15850, "lpoly_": null, "rpoly_": null, "length": 144.63854265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2104, "r_f_add": 2101, "r_t_add": 2103, "st_code": 88110, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521042, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16649, "Shape__Length": 57.679971504895335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161385146294805, 39.985348567590599 ], [ -75.161300228749994, 39.985740208122898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15756, "tnode_": 15676, "lpoly_": null, "rpoly_": null, "length": 178.31070621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 88090, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16650, "Shape__Length": 71.108097457871509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159585616732699, 39.986233218062999 ], [ -75.159475134769195, 39.986715268794001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15834, "tnode_": 15756, "lpoly_": null, "rpoly_": null, "length": 164.64893067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2112, "l_t_add": 2124, "r_f_add": 2113, "r_t_add": 2125, "st_code": 88090, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521044, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16651, "Shape__Length": 65.660145764826652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159683351839902, 39.985787532931802 ], [ -75.159585616732699, 39.986233218062999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15879, "tnode_": 15834, "lpoly_": null, "rpoly_": null, "length": 91.61629115000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2104, "l_t_add": 2110, "r_f_add": 2105, "r_t_add": 2111, "st_code": 88090, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521045, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16652, "Shape__Length": 36.535832250063514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159734429223903, 39.985539122956098 ], [ -75.159683351839902, 39.985787532931802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15940, "tnode_": 15879, "lpoly_": null, "rpoly_": null, "length": 140.80979537, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2102, "r_f_add": 2101, "r_t_add": 2103, "st_code": 88090, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521046, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16653, "Shape__Length": 56.153410975450463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159813890943397, 39.985157446234602 ], [ -75.159734429223903, 39.985539122956098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15724, "tnode_": 15696, "lpoly_": null, "rpoly_": null, "length": 448.12903309000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 35140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521047, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 16654, "Shape__Length": 178.0445321256642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161147593288106, 39.986428346747502 ], [ -75.162724863850201, 39.9866314997278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15756, "tnode_": 15724, "lpoly_": null, "rpoly_": null, "length": 443.42612655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 35140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 16655, "Shape__Length": 176.17442090663366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159585616732699, 39.986233218062999 ], [ -75.161147593288106, 39.986428346747502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15794, "tnode_": 15773, "lpoly_": null, "rpoly_": null, "length": 446.25212511999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 30720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521049, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 16656, "Shape__Length": 177.30016765589437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161247698062795, 39.985989340939398 ], [ -75.162815508454401, 39.986204300874498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15834, "tnode_": 15794, "lpoly_": null, "rpoly_": null, "length": 444.48034030999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 30720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521050, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 16657, "Shape__Length": 176.59327451956057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159683351839902, 39.985787532931802 ], [ -75.161247698062795, 39.985989340939398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15850, "tnode_": 15821, "lpoly_": null, "rpoly_": null, "length": 445.25386022000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 82540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMONT ST", "stname": "WESTMONT ST", "objectid": 16658, "Shape__Length": 176.90076822422967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161300228749994, 39.985740208122898 ], [ -75.162866959806706, 39.985943904766799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15879, "tnode_": 15850, "lpoly_": null, "rpoly_": null, "length": 444.84012715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 82540, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMONT ST", "stname": "WESTMONT ST", "objectid": 16659, "Shape__Length": 176.73540395946267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159734429223903, 39.985539122956098 ], [ -75.161300228749994, 39.985740208122898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15401, "tnode_": 15180, "lpoly_": null, "rpoly_": null, "length": 552.74502165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 24340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521053, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 16660, "Shape__Length": 220.44005450726479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161248838174998, 39.988574448375097 ], [ -75.160926758569701, 39.990071440263499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15646, "tnode_": 15401, "lpoly_": null, "rpoly_": null, "length": 587.60670917000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 24340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521054, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 16661, "Shape__Length": 234.33667089587448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161600005804203, 39.986984173678998 ], [ -75.161248838174998, 39.988574448375097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15393, "tnode_": 15170, "lpoly_": null, "rpoly_": null, "length": 551.60868237, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 18500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521055, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16662, "Shape__Length": 219.98688717491015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161713890032601, 39.988629585548303 ], [ -75.161391385479007, 39.990123361311603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15666, "tnode_": 15432, "lpoly_": null, "rpoly_": null, "length": 584.65077908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 15700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521056, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 16663, "Shape__Length": 233.15746325303022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160027628217094, 39.986788026569599 ], [ -75.159680231528597, 39.988370562454001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15457, "tnode_": 15240, "lpoly_": null, "rpoly_": null, "length": 549.89437246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88070, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16664, "Shape__Length": 219.30157174204413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157555551128794, 39.988102871467902 ], [ -75.157234487596199, 39.989592060530498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15693, "tnode_": 15457, "lpoly_": null, "rpoly_": null, "length": 591.49974810999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88070, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521058, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16665, "Shape__Length": 235.88852747236325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157902439038295, 39.986501206228397 ], [ -75.157555551128794, 39.988102871467902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15966, "tnode_": 15693, "lpoly_": null, "rpoly_": null, "length": 575.78615882000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88070, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16666, "Shape__Length": 229.61550453473546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158248213521702, 39.984943142341898 ], [ -75.157902439038295, 39.986501206228397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15473, "tnode_": 15249, "lpoly_": null, "rpoly_": null, "length": 550.65999110999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 21400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521060, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 16667, "Shape__Length": 219.60654526325339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156760621583103, 39.987996998501202 ], [ -75.156438944914399, 39.989488239709402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15701, "tnode_": 15473, "lpoly_": null, "rpoly_": null, "length": 589.14451206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 21400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 16668, "Shape__Length": 234.93629640477789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157148853845101, 39.9864139121024 ], [ -75.157101563633702, 39.986463434084101 ], [ -75.156760621583103, 39.987996998501202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15977, "tnode_": 15701, "lpoly_": null, "rpoly_": null, "length": 579.82504152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 21400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 16669, "Shape__Length": 231.21478866049804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157536045322402, 39.984855498098902 ], [ -75.157193605008402, 39.986362291938498 ], [ -75.157148853845101, 39.9864139121024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15754, "tnode_": 15586, "lpoly_": null, "rpoly_": null, "length": 379.22211013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2013, "r_t_add": 2099, "st_code": 88360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521063, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16670, "Shape__Length": 151.23465761787742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180806766991694, 39.986799967399499 ], [ -75.180597647851997, 39.987828475846698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15831, "tnode_": 15754, "lpoly_": null, "rpoly_": null, "length": 181.05924956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2026, "r_f_add": 2001, "r_t_add": 2011, "st_code": 88360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521064, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16671, "Shape__Length": 72.202769239126994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180928377769007, 39.986311819950998 ], [ -75.180806766991694, 39.986799967399499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15914, "tnode_": 15831, "lpoly_": null, "rpoly_": null, "length": 176.52287678, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521065, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16672, "Shape__Length": 70.397148120620329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181020479841905, 39.9858324499899 ], [ -75.180928377769007, 39.986311819950998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16615, "tnode_": 16368, "lpoly_": null, "rpoly_": null, "length": 563.4977743000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521066, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16673, "Shape__Length": 224.70617942737783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181909728345502, 39.981796656642302 ], [ -75.181581590992195, 39.983322792686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15754, "tnode_": 15566, "lpoly_": null, "rpoly_": null, "length": 637.33539474999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 68280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521067, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16674, "Shape__Length": 253.7064666679793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180806766991694, 39.986799967399499 ], [ -75.182396145663105, 39.988051479082301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16333, "tnode_": 16321, "lpoly_": null, "rpoly_": null, "length": 140.66233044999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3064, "l_t_add": 3098, "r_f_add": 3033, "r_t_add": 3099, "st_code": 56760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16675, "Shape__Length": 55.882741202756783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184301001506896, 39.983656725754201 ], [ -75.184797172855795, 39.9837151865013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16350, "tnode_": 16333, "lpoly_": null, "rpoly_": null, "length": 178.60850008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3062, "r_f_add": 3001, "r_t_add": 3031, "st_code": 56760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16676, "Shape__Length": 70.959383969670824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183672530102001, 39.983575086801899 ], [ -75.184301001506896, 39.983656725754201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15758, "tnode_": 15747, "lpoly_": null, "rpoly_": null, "length": 130.42342183, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3122, "l_t_add": 3136, "r_f_add": 3121, "r_t_add": 3135, "st_code": 60140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16677, "Shape__Length": 51.819240995141818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184697661705599, 39.986793249547901 ], [ -75.185155612889005, 39.986857221388597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15768, "tnode_": 15758, "lpoly_": null, "rpoly_": null, "length": 158.21645298, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3120, "r_f_add": 3101, "r_t_add": 3119, "st_code": 60140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16678, "Shape__Length": 62.858953778649123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184138873100196, 39.986730959908598 ], [ -75.184697661705599, 39.986793249547901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15776, "tnode_": 15768, "lpoly_": null, "rpoly_": null, "length": 162.63025383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3032, "l_t_add": 3098, "r_f_add": 3035, "r_t_add": 3099, "st_code": 60140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521075, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16679, "Shape__Length": 64.615629621304109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183568118233197, 39.986650005837198 ], [ -75.184138873100196, 39.986730959908598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15791, "tnode_": 15776, "lpoly_": null, "rpoly_": null, "length": 288.49368356000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3030, "r_f_add": 3001, "r_t_add": 3033, "st_code": 60140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16680, "Shape__Length": 114.62054748343117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182552791602205, 39.986518856675303 ], [ -75.183568118233197, 39.986650005837198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15804, "tnode_": 15791, "lpoly_": null, "rpoly_": null, "length": 151.41175334, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2928, "l_t_add": 2998, "r_f_add": 2941, "r_t_add": 2999, "st_code": 60140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521077, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16681, "Shape__Length": 60.156828855276771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182019883388094, 39.986450159942599 ], [ -75.182552791602205, 39.986518856675303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15818, "tnode_": 15804, "lpoly_": null, "rpoly_": null, "length": 149.83366719, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2926, "r_f_add": 2921, "r_t_add": 2939, "st_code": 60140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521078, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16682, "Shape__Length": 59.529267750363211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181491933923397, 39.986384973899497 ], [ -75.182019883388094, 39.986450159942599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15831, "tnode_": 15818, "lpoly_": null, "rpoly_": null, "length": 160.1504593, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2919, "st_code": 60140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521079, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16683, "Shape__Length": 63.628737169414336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180928377769007, 39.986311819950998 ], [ -75.181491933923397, 39.986384973899497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16006, "tnode_": 15998, "lpoly_": null, "rpoly_": null, "length": 134.36642807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3116, "l_t_add": 3132, "r_f_add": 3123, "r_t_add": 3137, "st_code": 17200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521080, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16684, "Shape__Length": 53.383772513340269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185012585912602, 39.985312982884302 ], [ -75.185485432037893, 39.985374227584302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16023, "tnode_": 16006, "lpoly_": null, "rpoly_": null, "length": 156.49548005999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3121, "st_code": 17200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521081, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16685, "Shape__Length": 62.176381968324591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184462787783204, 39.985237563240801 ], [ -75.185012585912602, 39.985312982884302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16031, "tnode_": 16023, "lpoly_": null, "rpoly_": null, "length": 162.33829239, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3036, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 17200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521082, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16686, "Shape__Length": 64.495160424583148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183889556910501, 39.9851731111969 ], [ -75.184462787783204, 39.985237563240801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16054, "tnode_": 16031, "lpoly_": null, "rpoly_": null, "length": 289.20759077999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3034, "r_f_add": 3001, "r_t_add": 3029, "st_code": 17200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521083, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16687, "Shape__Length": 114.9028486611985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182873077904205, 39.985035648665203 ], [ -75.183889556910501, 39.9851731111969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16156, "tnode_": 16120, "lpoly_": null, "rpoly_": null, "length": 451.8585539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUCLID", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 32360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521084, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EUCLID AVE", "stname": "EUCLID AVE", "objectid": 16688, "Shape__Length": 179.51985105679302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182980777675795, 39.984545185315298 ], [ -75.184572807067198, 39.984742173323198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15623, "tnode_": 15527, "lpoly_": null, "rpoly_": null, "length": 214.54279509, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 88400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16689, "Shape__Length": 85.55836273647094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183934112951903, 39.987665882871099 ], [ -75.183797981460501, 39.9882454455893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15688, "tnode_": 15623, "lpoly_": null, "rpoly_": null, "length": 167.30753777000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2018, "l_t_add": 2034, "r_f_add": 2019, "r_t_add": 2033, "st_code": 88400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16690, "Shape__Length": 66.722039995523446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184031503481805, 39.987212753958502 ], [ -75.183934112951903, 39.987665882871099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15768, "tnode_": 15688, "lpoly_": null, "rpoly_": null, "length": 178.06915981, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 88400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521087, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16691, "Shape__Length": 71.012734282746592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184138873100196, 39.986730959908598 ], [ -75.184031503481805, 39.987212753958502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16023, "tnode_": 15768, "lpoly_": null, "rpoly_": null, "length": 551.53802126000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521088, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16692, "Shape__Length": 219.94759503856167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184462787783204, 39.985237563240801 ], [ -75.184138873100196, 39.986730959908598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16120, "tnode_": 16023, "lpoly_": null, "rpoly_": null, "length": 183.07630673, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1842, "l_t_add": 1898, "r_f_add": 1845, "r_t_add": 1899, "st_code": 88400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16693, "Shape__Length": 73.007489855866353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184572807067198, 39.984742173323198 ], [ -75.184462787783204, 39.985237563240801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16182, "tnode_": 16120, "lpoly_": null, "rpoly_": null, "length": 106.11012272000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1824, "l_t_add": 1840, "r_f_add": 1833, "r_t_add": 1843, "st_code": 88400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521090, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16694, "Shape__Length": 42.315054592001076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1846329860184, 39.984454589961601 ], [ -75.184572807067198, 39.984742173323198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16251, "tnode_": 16182, "lpoly_": null, "rpoly_": null, "length": 123.75368455, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1812, "l_t_add": 1822, "r_f_add": 1817, "r_t_add": 1831, "st_code": 88400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521091, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16695, "Shape__Length": 49.34966286607964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184710926113198, 39.984120203289102 ], [ -75.1846329860184, 39.984454589961601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16321, "tnode_": 16251, "lpoly_": null, "rpoly_": null, "length": 149.50687492, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1815, "st_code": 88400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521092, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16696, "Shape__Length": 59.620201364592489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184797172855795, 39.9837151865013 ], [ -75.184710926113198, 39.984120203289102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15648, "tnode_": 15566, "lpoly_": null, "rpoly_": null, "length": 226.93953566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2022, "l_t_add": 2098, "r_f_add": 2023, "r_t_add": 2099, "st_code": 88380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16697, "Shape__Length": 90.473024099611791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1823482842468, 39.9874659240554 ], [ -75.182253951534094, 39.987874180524798 ], [ -75.182396145663105, 39.988051479082301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15791, "tnode_": 15720, "lpoly_": null, "rpoly_": null, "length": 148.16989875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2000, "r_f_add": 2001, "r_t_add": 2001, "st_code": 88380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16698, "Shape__Length": 59.088185870253213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182552791602205, 39.986518856675303 ], [ -75.182458766010598, 39.986919119169698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16054, "tnode_": 15791, "lpoly_": null, "rpoly_": null, "length": 547.70993574, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16699, "Shape__Length": 218.4205331878004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182873077904205, 39.985035648665203 ], [ -75.182552791602205, 39.986518856675303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16150, "tnode_": 16054, "lpoly_": null, "rpoly_": null, "length": 169.2862466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88380, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521096, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16700, "Shape__Length": 67.511299826907219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182950081407895, 39.984574727621798 ], [ -75.182873077904205, 39.985035648665203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15707, "tnode_": 15648, "lpoly_": null, "rpoly_": null, "length": 161.9851587, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2004, "l_t_add": 2020, "r_f_add": 2005, "r_t_add": 2021, "st_code": 88380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521097, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16701, "Shape__Length": 64.600650771228231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182432627579402, 39.987026013224899 ], [ -75.1823482842468, 39.9874659240554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15720, "tnode_": 15707, "lpoly_": null, "rpoly_": null, "length": 39.62246619, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2002, "l_t_add": 2002, "r_f_add": 2003, "r_t_add": 2003, "st_code": 88380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521098, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16702, "Shape__Length": 15.800812710162649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182458766010598, 39.986919119169698 ], [ -75.182432627579402, 39.987026013224899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15648, "tnode_": 15623, "lpoly_": null, "rpoly_": null, "length": 450.29803571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 34600, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 16703, "Shape__Length": 178.90823522582147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1823482842468, 39.9874659240554 ], [ -75.183934112951903, 39.987665882871099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15754, "tnode_": 15720, "lpoly_": null, "rpoly_": null, "length": 482.49710631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 62700, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 16704, "Shape__Length": 191.73341288927594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180806766991694, 39.986799967399499 ], [ -75.180898198909603, 39.9867187021201 ], [ -75.182458766010598, 39.986919119169698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15998, "tnode_": 15747, "lpoly_": null, "rpoly_": null, "length": 548.07701287999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 63360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PATTON ST", "stname": "N PATTON ST", "objectid": 16705, "Shape__Length": 218.56663830547095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185485432037893, 39.985374227584302 ], [ -75.185155612889005, 39.986857221388597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16006, "tnode_": 15758, "lpoly_": null, "rpoly_": null, "length": 546.40823143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 58800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 16706, "Shape__Length": 217.90296462414005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185012585912602, 39.985312982884302 ], [ -75.184697661705599, 39.986793249547901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15980, "tnode_": 15818, "lpoly_": null, "rpoly_": null, "length": 366.9100883, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 43180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16707, "Shape__Length": 146.32042400041018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181702355998297, 39.985390851560503 ], [ -75.181491933923397, 39.986384973899497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16031, "tnode_": 15776, "lpoly_": null, "rpoly_": null, "length": 545.49450512, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 74320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STANLEY ST", "stname": "N STANLEY ST", "objectid": 16708, "Shape__Length": 217.53711734182059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183889556910501, 39.9851731111969 ], [ -75.183568118233197, 39.986650005837198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16067, "tnode_": 15804, "lpoly_": null, "rpoly_": null, "length": 543.38935392000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521105, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 16709, "Shape__Length": 216.70027064542637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182316537842297, 39.984976047253802 ], [ -75.182019883388094, 39.986450159942599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16408, "tnode_": 16398, "lpoly_": null, "rpoly_": null, "length": 123.52302589, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2816, "l_t_add": 2826, "r_f_add": 2817, "r_t_add": 2827, "st_code": 56760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16710, "Shape__Length": 49.074464458206727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180530709482198, 39.983189730396099 ], [ -75.180965027387799, 39.983247634844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16417, "tnode_": 16408, "lpoly_": null, "rpoly_": null, "length": 163.72436122, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2815, "st_code": 56760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16711, "Shape__Length": 65.045176475432413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179954104732005, 39.983117257399101 ], [ -75.180530709482198, 39.983189730396099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16420, "tnode_": 16417, "lpoly_": null, "rpoly_": null, "length": 138.03922824, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2730, "l_t_add": 2798, "r_f_add": 2731, "r_t_add": 2799, "st_code": 56760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16712, "Shape__Length": 54.840437457982247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1794675260861, 39.983058225425602 ], [ -75.179954104732005, 39.983117257399101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16425, "tnode_": 16420, "lpoly_": null, "rpoly_": null, "length": 116.40599383, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2714, "l_t_add": 2728, "r_f_add": 2719, "r_t_add": 2729, "st_code": 56760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16713, "Shape__Length": 46.247675763135348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179059230815099, 39.982999401622301 ], [ -75.1794675260861, 39.983058225425602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16432, "tnode_": 16425, "lpoly_": null, "rpoly_": null, "length": 148.37120058, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2712, "r_f_add": 2701, "r_t_add": 2717, "st_code": 56760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521110, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16714, "Shape__Length": 58.946351314171913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178537748913598, 39.982928956354797 ], [ -75.179059230815099, 39.982999401622301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16442, "tnode_": 16432, "lpoly_": null, "rpoly_": null, "length": 158.34236334, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2628, "l_t_add": 2698, "r_f_add": 2629, "r_t_add": 2699, "st_code": 56760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521111, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16715, "Shape__Length": 62.906157509840561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177979417962106, 39.982862159106297 ], [ -75.178537748913598, 39.982928956354797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16451, "tnode_": 16442, "lpoly_": null, "rpoly_": null, "length": 142.36099394, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2614, "l_t_add": 2626, "r_f_add": 2615, "r_t_add": 2627, "st_code": 56760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521112, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16716, "Shape__Length": 56.558857851486977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177479537336694, 39.9827925138447 ], [ -75.177979417962106, 39.982862159106297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16457, "tnode_": 16451, "lpoly_": null, "rpoly_": null, "length": 154.63286322, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2613, "st_code": 56760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521113, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16717, "Shape__Length": 61.43326255372363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176935364098199, 39.982722162575897 ], [ -75.177479537336694, 39.9827925138447 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16468, "tnode_": 16457, "lpoly_": null, "rpoly_": null, "length": 160.14196508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2530, "l_t_add": 2598, "r_f_add": 2533, "r_t_add": 2599, "st_code": 56760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521114, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16718, "Shape__Length": 63.620030900040845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176369681451604, 39.9826597949682 ], [ -75.176935364098199, 39.982722162575897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16477, "tnode_": 16468, "lpoly_": null, "rpoly_": null, "length": 130.53038239, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2516, "l_t_add": 2528, "r_f_add": 2519, "r_t_add": 2531, "st_code": 56760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521115, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16719, "Shape__Length": 51.859654162902004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175912676471597, 39.982590515028797 ], [ -75.176369681451604, 39.9826597949682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16488, "tnode_": 16477, "lpoly_": null, "rpoly_": null, "length": 160.41507108, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2517, "st_code": 56760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521116, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16720, "Shape__Length": 63.728620455862469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175346277660907, 39.982526726997399 ], [ -75.175912676471597, 39.982590515028797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16398, "tnode_": 16368, "lpoly_": null, "rpoly_": null, "length": 174.93519236, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 56760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521117, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16721, "Shape__Length": 69.498788333949662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180965027387799, 39.983247634844702 ], [ -75.181483606328499, 39.983311185158598 ], [ -75.181581590992195, 39.983322792686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15938, "tnode_": 15682, "lpoly_": null, "rpoly_": null, "length": 560.6436802, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16722, "Shape__Length": 223.57935374041091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174696100775904, 39.985515719985003 ], [ -75.1743638716882, 39.987033389648801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16007, "tnode_": 15938, "lpoly_": null, "rpoly_": null, "length": 162.62592294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1956, "l_t_add": 1998, "r_f_add": 1941, "r_t_add": 1999, "st_code": 88280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16723, "Shape__Length": 64.85196853279983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174797617176907, 39.985076174693198 ], [ -75.174696100775904, 39.985515719985003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16222, "tnode_": 16007, "lpoly_": null, "rpoly_": null, "length": 388.93540375000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1954, "r_f_add": 1901, "r_t_add": 1939, "st_code": 88280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16724, "Shape__Length": 155.09970499544909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175028891937799, 39.984023425726498 ], [ -75.174797617176907, 39.985076174693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16445, "tnode_": 16222, "lpoly_": null, "rpoly_": null, "length": 481.09227635999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1802, "l_t_add": 1898, "r_f_add": 1813, "r_t_add": 1899, "st_code": 88280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16725, "Shape__Length": 191.84668936967321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175315262009093, 39.982721270645001 ], [ -75.175028891937799, 39.984023425726498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16488, "tnode_": 16445, "lpoly_": null, "rpoly_": null, "length": 71.39979569, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1800, "r_f_add": 1801, "r_t_add": 1811, "st_code": 88280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16726, "Shape__Length": 28.47346809597051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175346277660907, 39.982526726997399 ], [ -75.175315262009093, 39.982721270645001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15663, "tnode_": 15713, "lpoly_": null, "rpoly_": null, "length": 230.31478234, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2554, "r_f_add": 2501, "r_t_add": 2501, "st_code": 37440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16727, "Shape__Length": 91.611716317302282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175412800306304, 39.987165108382101 ], [ -75.176091317561401, 39.9868082899022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15992, "tnode_": 16051, "lpoly_": null, "rpoly_": null, "length": 163.92501871000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2715, "st_code": 37440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16728, "Shape__Length": 65.228862231352579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178802220312093, 39.985285234433398 ], [ -75.179247078098498, 39.984993015874799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16051, "tnode_": 16106, "lpoly_": null, "rpoly_": null, "length": 132.78804469000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2732, "l_t_add": 2744, "r_f_add": 2717, "r_t_add": 2749, "st_code": 37440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16729, "Shape__Length": 52.837206059035594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179247078098498, 39.984993015874799 ], [ -75.179609609966903, 39.984758276294599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27838, "tnode_": 16195, "lpoly_": null, "rpoly_": null, "length": 192.02106464, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2826, "r_f_add": 2801, "r_t_add": 2837, "st_code": 37440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16730, "Shape__Length": 76.414278472998475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1798033107561, 39.984625564191198 ], [ -75.180315011541197, 39.984274970914903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16195, "tnode_": 16368, "lpoly_": null, "rpoly_": null, "length": 502.40531232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2828, "l_t_add": 2896, "r_f_add": 2839, "r_t_add": 2897, "st_code": 37440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16731, "Shape__Length": 199.96299535118274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180315011541197, 39.984274970914903 ], [ -75.181467834314802, 39.9835152705475 ], [ -75.181581590992195, 39.983322792686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15814, "tnode_": 15754, "lpoly_": null, "rpoly_": null, "length": 223.03351414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 68280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521130, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16732, "Shape__Length": 88.788749365866579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180260534932003, 39.986354649921999 ], [ -75.180806766991694, 39.986799967399499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15992, "tnode_": 15941, "lpoly_": null, "rpoly_": null, "length": 164.55965458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2730, "l_t_add": 2734, "r_f_add": 2731, "r_t_add": 2735, "st_code": 68280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521131, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16733, "Shape__Length": 65.485507596112001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178802220312093, 39.985285234433398 ], [ -75.179243052423701, 39.985583686217097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16096, "tnode_": 15992, "lpoly_": null, "rpoly_": null, "length": 265.72407059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2728, "r_f_add": 2705, "r_t_add": 2729, "st_code": 68280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521132, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16734, "Shape__Length": 105.76200006297267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178120282634495, 39.984778371324197 ], [ -75.178802220312093, 39.985285234433398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26726, "tnode_": 16096, "lpoly_": null, "rpoly_": null, "length": 75.00377528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2670, "l_t_add": 2698, "r_f_add": 2701, "r_t_add": 2703, "st_code": 68280, "l_hundred": 2600, "r_hundred": 2700, "seg_id": 521133, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16735, "Shape__Length": 29.849976215280023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177923949517705, 39.984638432373103 ], [ -75.178120282634495, 39.984778371324197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16445, "tnode_": 16281, "lpoly_": null, "rpoly_": null, "length": 541.23433732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 68280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521134, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16736, "Shape__Length": 215.40448902774088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175315262009093, 39.982721270645001 ], [ -75.176718148232496, 39.983742454681099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16281, "tnode_": 16158, "lpoly_": null, "rpoly_": null, "length": 346.07726364000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2632, "r_f_add": 2601, "r_t_add": 2633, "st_code": 68280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521135, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16737, "Shape__Length": 137.72923545853666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176718148232496, 39.983742454681099 ], [ -75.177625858191504, 39.984386643953201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16158, "tnode_": 26726, "lpoly_": null, "rpoly_": null, "length": 124.0588377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2634, "l_t_add": 2668, "r_f_add": 2635, "r_t_add": 2699, "st_code": 68280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521136, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16738, "Shape__Length": 49.389264220432011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177625858191504, 39.984386643953201 ], [ -75.177923949517705, 39.984638432373103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15799, "tnode_": 15663, "lpoly_": null, "rpoly_": null, "length": 326.02820163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 15660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 16739, "Shape__Length": 130.01702889239252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175611159048302, 39.986283223148398 ], [ -75.175412800306304, 39.987165108382101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15799, "tnode_": 15713, "lpoly_": null, "rpoly_": null, "length": 233.85538042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2547, "r_t_add": 2599, "st_code": 62700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 16740, "Shape__Length": 93.148269008497877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175611159048302, 39.986283223148398 ], [ -75.176091317561401, 39.9868082899022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15892, "tnode_": 15673, "lpoly_": null, "rpoly_": null, "length": 458.28628583, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2010, "l_t_add": 2098, "r_f_add": 2011, "r_t_add": 2099, "st_code": 74920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521139, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16741, "Shape__Length": 182.75997469896623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1752192292806, 39.9858615091552 ], [ -75.174942373401507, 39.987101405075997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15892, "tnode_": 15799, "lpoly_": null, "rpoly_": null, "length": 188.84301563999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2546, "r_f_add": 2501, "r_t_add": 2545, "st_code": 62700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521140, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 16742, "Shape__Length": 75.216480139746409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1752192292806, 39.9858615091552 ], [ -75.175611159048302, 39.986283223148398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16152, "tnode_": 16096, "lpoly_": null, "rpoly_": null, "length": 131.47069176, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1904, "r_f_add": 1901, "r_t_add": 1905, "st_code": 88320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16743, "Shape__Length": 52.427471432956537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178201572190503, 39.984422926580798 ], [ -75.178120282634495, 39.984778371324197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16408, "tnode_": 16195, "lpoly_": null, "rpoly_": null, "length": 399.92803051, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 59640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 16744, "Shape__Length": 159.48453049639306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180530709482198, 39.983189730396099 ], [ -75.180315011541197, 39.984274970914903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16432, "tnode_": 16152, "lpoly_": null, "rpoly_": null, "length": 552.32027506999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16745, "Shape__Length": 220.25038198470631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178537748913598, 39.982928956354797 ], [ -75.178201572190503, 39.984422926580798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16442, "tnode_": 16158, "lpoly_": null, "rpoly_": null, "length": 564.1116643, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 49810, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521144, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 16746, "Shape__Length": 224.95074613944209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177979417962106, 39.982862159106297 ], [ -75.177625858191504, 39.984386643953201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16125, "tnode_": 16106, "lpoly_": null, "rpoly_": null, "length": 54.85717882, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1862, "l_t_add": 1898, "r_f_add": 1865, "r_t_add": 1899, "st_code": 88340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521145, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16747, "Shape__Length": 21.877649815541137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179627694836299, 39.984608330524203 ], [ -75.179609609966903, 39.984758276294599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16134, "tnode_": 16125, "lpoly_": null, "rpoly_": null, "length": 135.24236896, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2725, "r_t_add": 2799, "st_code": 17200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16748, "Shape__Length": 53.731116829606812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179151701190193, 39.984547008974097 ], [ -75.179627694836299, 39.984608330524203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27837, "tnode_": 16051, "lpoly_": null, "rpoly_": null, "length": 278.41103927, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 32320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521147, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 16749, "Shape__Length": 110.81195134361434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178533928696396, 39.984460884623502 ], [ -75.179247078098498, 39.984993015874799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16145, "tnode_": 16134, "lpoly_": null, "rpoly_": null, "length": 115.53154221, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2714, "l_t_add": 2722, "r_f_add": 2715, "r_t_add": 2723, "st_code": 17200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16750, "Shape__Length": 45.901997088636087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178747310194197, 39.984485253327001 ], [ -75.179151701190193, 39.984547008974097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16152, "tnode_": 27837, "lpoly_": null, "rpoly_": null, "length": 94.15527144, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2706, "r_f_add": 2701, "r_t_add": 2707, "st_code": 17200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521149, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16751, "Shape__Length": 37.406496386862464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178201572190503, 39.984422926580798 ], [ -75.178533928696396, 39.984460884623502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16323, "tnode_": 16281, "lpoly_": null, "rpoly_": null, "length": 78.64917198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 88300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521150, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16752, "Shape__Length": 31.362961871720529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176767215838794, 39.983529878082997 ], [ -75.176718148232496, 39.983742454681099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16417, "tnode_": 16125, "lpoly_": null, "rpoly_": null, "length": 550.81926604, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1860, "r_f_add": 1801, "r_t_add": 1863, "st_code": 88340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521151, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16753, "Shape__Length": 219.65373011897972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179954104732005, 39.983117257399101 ], [ -75.179627694836299, 39.984608330524203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16457, "tnode_": 16323, "lpoly_": null, "rpoly_": null, "length": 297.98556865, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1832, "r_f_add": 1801, "r_t_add": 1825, "st_code": 88300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16754, "Shape__Length": 118.82953869038255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176935364098199, 39.982722162575897 ], [ -75.176767215838794, 39.983529878082997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16158, "tnode_": 16152, "lpoly_": null, "rpoly_": null, "length": 162.78122409000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2640, "l_t_add": 2698, "r_f_add": 2641, "r_t_add": 2699, "st_code": 17200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521153, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 16755, "Shape__Length": 64.669551034578646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177625858191504, 39.984386643953201 ], [ -75.177756697989906, 39.984375098994803 ], [ -75.178201572190503, 39.984422926580798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15669, "tnode_": 15608, "lpoly_": null, "rpoly_": null, "length": 168.52058687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16756, "Shape__Length": 67.208908431104177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179045697189594, 39.987163545724201 ], [ -75.178972816103794, 39.9876227460813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17174, "tnode_": 16970, "lpoly_": null, "rpoly_": null, "length": 508.59551027000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 16757, "Shape__Length": 202.80302577809942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187608939307594, 39.9782116457407 ], [ -75.187320399196494, 39.979590044307699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17214, "tnode_": 17195, "lpoly_": null, "rpoly_": null, "length": 292.72365744999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3024, "l_t_add": 3098, "r_f_add": 3025, "r_t_add": 3099, "st_code": 54280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521157, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16758, "Shape__Length": 116.28758574832661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184993688155402, 39.977877448532901 ], [ -75.186022365529794, 39.978016806093002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17225, "tnode_": 17214, "lpoly_": null, "rpoly_": null, "length": 157.16118035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3022, "r_f_add": 3001, "r_t_add": 3023, "st_code": 54280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16759, "Shape__Length": 62.434912051874775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184442623466495, 39.977797466140501 ], [ -75.184993688155402, 39.977877448532901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17236, "tnode_": 17225, "lpoly_": null, "rpoly_": null, "length": 158.46616617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2928, "l_t_add": 2998, "r_f_add": 2929, "r_t_add": 2999, "st_code": 54280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521159, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16760, "Shape__Length": 62.951477215283624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183884921509502, 39.977725737277403 ], [ -75.184442623466495, 39.977797466140501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17244, "tnode_": 17236, "lpoly_": null, "rpoly_": null, "length": 132.15212409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2914, "l_t_add": 2926, "r_f_add": 2923, "r_t_add": 2927, "st_code": 54280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521160, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16761, "Shape__Length": 52.499013821813016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183420949278201, 39.977660974656899 ], [ -75.183884921509502, 39.977725737277403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17251, "tnode_": 17244, "lpoly_": null, "rpoly_": null, "length": 170.06444477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2921, "st_code": 54280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16762, "Shape__Length": 67.558505987003286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182822076260294, 39.977585641072501 ], [ -75.183420949278201, 39.977660974656899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17268, "tnode_": 17251, "lpoly_": null, "rpoly_": null, "length": 167.7532846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2809, "r_t_add": 2899, "st_code": 54280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16763, "Shape__Length": 66.640867204099948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182231974102393, 39.977508418351903 ], [ -75.182822076260294, 39.977585641072501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17276, "tnode_": 17268, "lpoly_": null, "rpoly_": null, "length": 134.1554721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2814, "l_t_add": 2826, "r_f_add": 2805, "r_t_add": 2807, "st_code": 54280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521163, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16764, "Shape__Length": 53.292704754189288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181758676884201, 39.977453274821301 ], [ -75.182231974102393, 39.977508418351903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17288, "tnode_": 17276, "lpoly_": null, "rpoly_": null, "length": 158.58594276000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2803, "st_code": 54280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16765, "Shape__Length": 62.998670548938556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181200476312796, 39.977381860409899 ], [ -75.181758676884201, 39.977453274821301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17302, "tnode_": 17288, "lpoly_": null, "rpoly_": null, "length": 168.63813637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2721, "r_t_add": 2799, "st_code": 54280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521165, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16766, "Shape__Length": 66.993769877369061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180609099794907, 39.9772963384695 ], [ -75.181200476312796, 39.977381860409899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17309, "tnode_": 17302, "lpoly_": null, "rpoly_": null, "length": 127.91041053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2712, "l_t_add": 2722, "r_f_add": 2711, "r_t_add": 2719, "st_code": 54280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521166, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16767, "Shape__Length": 50.811653525004985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180157757398902, 39.977244164825301 ], [ -75.180609099794907, 39.9772963384695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17313, "tnode_": 17309, "lpoly_": null, "rpoly_": null, "length": 106.85799288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2710, "r_f_add": 2701, "r_t_add": 2709, "st_code": 54280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521167, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16768, "Shape__Length": 42.449146264013116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179781241306699, 39.977197893746897 ], [ -75.180157757398902, 39.977244164825301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17313, "tnode_": 17091, "lpoly_": null, "rpoly_": null, "length": 505.14594900999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521168, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16769, "Shape__Length": 201.42308113413628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179781241306699, 39.977197893746897 ], [ -75.179484611265096, 39.978565675635203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17345, "tnode_": 17313, "lpoly_": null, "rpoly_": null, "length": 54.63946557, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1350, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 88320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521169, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 16770, "Shape__Length": 21.786885803627424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179812921015696, 39.977049894992803 ], [ -75.179781241306699, 39.977197893746897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17288, "tnode_": 17063, "lpoly_": null, "rpoly_": null, "length": 504.56520455000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 16771, "Shape__Length": 201.1927150681897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181200476312796, 39.977381860409899 ], [ -75.180908797635396, 39.9787486569479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17251, "tnode_": 17043, "lpoly_": null, "rpoly_": null, "length": 509.4470686, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521173, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16772, "Shape__Length": 203.14012828496774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182822076260294, 39.977585641072501 ], [ -75.182528778432498, 39.978965813622203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17225, "tnode_": 17018, "lpoly_": null, "rpoly_": null, "length": 506.59780267000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521174, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 16773, "Shape__Length": 202.00298344589697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184442623466495, 39.977797466140501 ], [ -75.184139748633399, 39.979168480953298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17244, "tnode_": 17034, "lpoly_": null, "rpoly_": null, "length": 509.0981789, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 43180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 16774, "Shape__Length": 202.99975800694909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183420949278201, 39.977660974656899 ], [ -75.183117656260606, 39.979038896730003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17214, "tnode_": 17009, "lpoly_": null, "rpoly_": null, "length": 500.68890546, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 25060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521177, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 16775, "Shape__Length": 199.64817414241654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184993688155402, 39.977877448532901 ], [ -75.184702034457402, 39.979233463997701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17283, "tnode_": 17224, "lpoly_": null, "rpoly_": null, "length": 131.90340956, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1429, "r_t_add": 1499, "st_code": 88210, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521179, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16776, "Shape__Length": 52.596450195627881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597411412804, 39.977188566842301 ], [ -75.171530084529493, 39.977546934235399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17346, "tnode_": 17283, "lpoly_": null, "rpoly_": null, "length": 126.08319617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1424, "l_t_add": 1426, "r_f_add": 1425, "r_t_add": 1427, "st_code": 88210, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521180, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16777, "Shape__Length": 50.273796122084825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171673352438901, 39.976847419416202 ], [ -75.171597411412804, 39.977188566842301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17481, "tnode_": 17401, "lpoly_": null, "rpoly_": null, "length": 136.22624107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 88210, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521181, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2006-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16778, "Shape__Length": 54.316994954073422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171816282728201, 39.976173197344302 ], [ -75.171729870305299, 39.976541198545597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17565, "tnode_": 17481, "lpoly_": null, "rpoly_": null, "length": 145.70763239000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1322, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1399, "st_code": 88210, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521182, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16779, "Shape__Length": 58.096219178745166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171914499491294, 39.975780414018303 ], [ -75.171816282728201, 39.976173197344302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17401, "tnode_": 17346, "lpoly_": null, "rpoly_": null, "length": 112.66975758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1412, "l_t_add": 1422, "r_f_add": 1413, "r_t_add": 1423, "st_code": 88210, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521185, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2006-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16780, "Shape__Length": 44.926718184701095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171729870305299, 39.976541198545597 ], [ -75.171673352438901, 39.976847419416202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17333, "tnode_": 17313, "lpoly_": null, "rpoly_": null, "length": 192.66039464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2628, "l_t_add": 2698, "r_f_add": 2629, "r_t_add": 2699, "st_code": 54280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16781, "Shape__Length": 76.535766813307774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179104523594503, 39.977104814026902 ], [ -75.179781241306699, 39.977197893746897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17349, "tnode_": 17333, "lpoly_": null, "rpoly_": null, "length": 258.36996746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2626, "r_f_add": 2601, "r_t_add": 2627, "st_code": 54280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521187, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16782, "Shape__Length": 102.63791980455582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178195506795902, 39.9769866076158 ], [ -75.179104523594503, 39.977104814026902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17381, "tnode_": 17364, "lpoly_": null, "rpoly_": null, "length": 246.14783348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2527, "st_code": 54280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521188, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16783, "Shape__Length": 97.782595235220143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176597808734201, 39.976782057167803 ], [ -75.177463549824694, 39.976895904017198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17413, "tnode_": 17381, "lpoly_": null, "rpoly_": null, "length": 452.09648469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 54280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521189, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16784, "Shape__Length": 179.59483219085962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175006853914496, 39.9765768796263 ], [ -75.176597808734201, 39.976782057167803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17447, "tnode_": 17413, "lpoly_": null, "rpoly_": null, "length": 451.9847988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 54280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521190, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16785, "Shape__Length": 179.54980551400999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173416160972906, 39.976372377675503 ], [ -75.175006853914496, 39.9765768796263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17481, "tnode_": 17447, "lpoly_": null, "rpoly_": null, "length": 454.2116473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 54280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16786, "Shape__Length": 180.43270091274246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171816282728201, 39.976173197344302 ], [ -75.173416160972906, 39.976372377675503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17181, "tnode_": 17120, "lpoly_": null, "rpoly_": null, "length": 128.18081989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1444, "l_t_add": 1498, "r_f_add": 1445, "r_t_add": 1499, "st_code": 88300, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16787, "Shape__Length": 51.111164808945261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177967209500906, 39.978017158883702 ], [ -75.177890660281705, 39.978364068030899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17349, "tnode_": 17181, "lpoly_": null, "rpoly_": null, "length": 380.8245916, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1442, "r_f_add": 1401, "r_t_add": 1443, "st_code": 88300, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16788, "Shape__Length": 151.84936545950731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178195506795902, 39.9769866076158 ], [ -75.177967209500906, 39.978017158883702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17435, "tnode_": 17349, "lpoly_": null, "rpoly_": null, "length": 164.57842624999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 88300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521194, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16789, "Shape__Length": 65.622079329927047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178300350222898, 39.976542077988803 ], [ -75.178195506795902, 39.9769866076158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17203, "tnode_": 17142, "lpoly_": null, "rpoly_": null, "length": 130.25167185000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1444, "l_t_add": 1498, "r_f_add": 1443, "r_t_add": 1499, "st_code": 88280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16790, "Shape__Length": 51.93723375480711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176376963189398, 39.977795211282 ], [ -75.176302637598397, 39.978148166553702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17262, "tnode_": 17203, "lpoly_": null, "rpoly_": null, "length": 123.29896332, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1434, "l_t_add": 1442, "r_f_add": 1431, "r_t_add": 1441, "st_code": 88280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521197, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16791, "Shape__Length": 49.163771304304227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176453168754094, 39.977461856405803 ], [ -75.176376963189398, 39.977795211282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17324, "tnode_": 17262, "lpoly_": null, "rpoly_": null, "length": 120.51906199000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1412, "l_t_add": 1432, "r_f_add": 1413, "r_t_add": 1429, "st_code": 88280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521198, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16792, "Shape__Length": 48.054943532707888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176528627039104, 39.977136149644302 ], [ -75.176453168754094, 39.977461856405803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17381, "tnode_": 17324, "lpoly_": null, "rpoly_": null, "length": 130.43860741, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 88280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521199, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16793, "Shape__Length": 52.011716428286476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176597808734201, 39.976782057167803 ], [ -75.176528627039104, 39.977136149644302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17461, "tnode_": 17381, "lpoly_": null, "rpoly_": null, "length": 146.01287888, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 88280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521200, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16794, "Shape__Length": 58.21964525400125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176688710778606, 39.976387381794503 ], [ -75.176597808734201, 39.976782057167803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17528, "tnode_": 17461, "lpoly_": null, "rpoly_": null, "length": 122.28452609, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1320, "l_t_add": 1328, "r_f_add": 1321, "r_t_add": 1329, "st_code": 88280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521201, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16795, "Shape__Length": 48.759304344863452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176757208028903, 39.976055857768699 ], [ -75.176688710778606, 39.976387381794503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17228, "tnode_": 17173, "lpoly_": null, "rpoly_": null, "length": 131.40158606, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1436, "l_t_add": 1498, "r_f_add": 1443, "r_t_add": 1499, "st_code": 88260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521203, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16796, "Shape__Length": 52.39345467127891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174794205194303, 39.977592423525202 ], [ -75.174705257523598, 39.977946586947503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17290, "tnode_": 17228, "lpoly_": null, "rpoly_": null, "length": 124.35225453, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1424, "l_t_add": 1434, "r_f_add": 1425, "r_t_add": 1441, "st_code": 88260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521204, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16797, "Shape__Length": 49.584505284084898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174864930203299, 39.977255425388599 ], [ -75.174794205194303, 39.977592423525202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17354, "tnode_": 17290, "lpoly_": null, "rpoly_": null, "length": 119.00495222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1412, "l_t_add": 1422, "r_f_add": 1411, "r_t_add": 1423, "st_code": 88260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521205, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16798, "Shape__Length": 47.450405527368368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174943667215899, 39.976934407161203 ], [ -75.174864930203299, 39.977255425388599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17413, "tnode_": 17354, "lpoly_": null, "rpoly_": null, "length": 131.43929173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1409, "st_code": 88260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521206, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16799, "Shape__Length": 52.411391448427082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175006853914496, 39.9765768796263 ], [ -75.174943667215899, 39.976934407161203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17492, "tnode_": 17413, "lpoly_": null, "rpoly_": null, "length": 146.09714405000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 88260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521207, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16800, "Shape__Length": 58.254321396396143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175089244126198, 39.976180865527901 ], [ -75.175006853914496, 39.9765768796263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17568, "tnode_": 17492, "lpoly_": null, "rpoly_": null, "length": 127.88609639, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1320, "l_t_add": 1328, "r_f_add": 1311, "r_t_add": 1329, "st_code": 88260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521208, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 16801, "Shape__Length": 50.992009045220662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175165690327603, 39.975834763857399 ], [ -75.175089244126198, 39.976180865527901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17250, "tnode_": 17196, "lpoly_": null, "rpoly_": null, "length": 135.98500195000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1436, "l_t_add": 1498, "r_f_add": 1437, "r_t_add": 1499, "st_code": 88230, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16802, "Shape__Length": 54.222303844598358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173212316744198, 39.977391947958999 ], [ -75.173129529055501, 39.977759770162002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17319, "tnode_": 17250, "lpoly_": null, "rpoly_": null, "length": 121.67459378, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1424, "l_t_add": 1434, "r_f_add": 1425, "r_t_add": 1435, "st_code": 88230, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16803, "Shape__Length": 48.516823097612168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173280411231502, 39.977062069929701 ], [ -75.173212316744198, 39.977391947958999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17384, "tnode_": 17319, "lpoly_": null, "rpoly_": null, "length": 125.61352623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1412, "l_t_add": 1422, "r_f_add": 1413, "r_t_add": 1423, "st_code": 88230, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521212, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16804, "Shape__Length": 50.087443419899344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173348902041695, 39.976721294908302 ], [ -75.173280411231502, 39.977062069929701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17447, "tnode_": 17384, "lpoly_": null, "rpoly_": null, "length": 128.49446718000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 88230, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521213, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16805, "Shape__Length": 51.236307840505425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173416160972906, 39.976372377675503 ], [ -75.173348902041695, 39.976721294908302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17527, "tnode_": 17447, "lpoly_": null, "rpoly_": null, "length": 143.2526808, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 88230, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16806, "Shape__Length": 57.119765860877713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173498343179304, 39.9759842473117 ], [ -75.173416160972906, 39.976372377675503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17228, "tnode_": 17203, "lpoly_": null, "rpoly_": null, "length": 449.68068196000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 74840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 16807, "Shape__Length": 178.63757908410631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174794205194303, 39.977592423525202 ], [ -75.176376963189398, 39.977795211282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17250, "tnode_": 17228, "lpoly_": null, "rpoly_": null, "length": 449.30392636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 74840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521217, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 16808, "Shape__Length": 178.48698003078798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173212316744198, 39.977391947958999 ], [ -75.174794205194303, 39.977592423525202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17283, "tnode_": 17250, "lpoly_": null, "rpoly_": null, "length": 458.60755754000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 74840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521218, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 16809, "Shape__Length": 182.18209516007116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597411412804, 39.977188566842301 ], [ -75.173212316744198, 39.977391947958999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17290, "tnode_": 17262, "lpoly_": null, "rpoly_": null, "length": 451.41717906000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 72260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521219, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16810, "Shape__Length": 179.32706841308166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174864930203299, 39.977255425388599 ], [ -75.176453168754094, 39.977461856405803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17319, "tnode_": 17290, "lpoly_": null, "rpoly_": null, "length": 449.61988519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 72260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521220, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16811, "Shape__Length": 178.61028925510152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173280411231502, 39.977062069929701 ], [ -75.174864930203299, 39.977255425388599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17346, "tnode_": 17319, "lpoly_": null, "rpoly_": null, "length": 457.124053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 72260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521221, "oneway": "FT", "class": 12, "responsibl": "STRICKEN", "update_": "2006-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16812, "Shape__Length": 181.59415159216042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171673352438901, 39.976847419416202 ], [ -75.173280411231502, 39.977062069929701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17354, "tnode_": 17324, "lpoly_": null, "rpoly_": null, "length": 450.23131378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 40540, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521222, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16813, "Shape__Length": 178.85434361511957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174943667215899, 39.976934407161203 ], [ -75.176528627039104, 39.977136149644302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17384, "tnode_": 17354, "lpoly_": null, "rpoly_": null, "length": 453.6344522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 40540, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16814, "Shape__Length": 180.20757850195037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173348902041695, 39.976721294908302 ], [ -75.174943667215899, 39.976934407161203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17401, "tnode_": 17384, "lpoly_": null, "rpoly_": null, "length": 460.55758909000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 40540, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521224, "oneway": "TF", "class": 12, "responsibl": "STRICKEN", "update_": "2006-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16815, "Shape__Length": 182.95727969879658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171729870305299, 39.976541198545597 ], [ -75.1718010277704, 39.976524365216001 ], [ -75.173348902041695, 39.976721294908302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17565, "tnode_": 17527, "lpoly_": null, "rpoly_": null, "length": 450.05517420999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 44920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521225, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16816, "Shape__Length": 178.78174752109305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171914499491294, 39.975780414018303 ], [ -75.173498343179304, 39.9759842473117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17528, "tnode_": 17504, "lpoly_": null, "rpoly_": null, "length": 244.63581817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2518, "r_f_add": 2501, "r_t_add": 2527, "st_code": 72000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 16817, "Shape__Length": 97.181678720770321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176757208028903, 39.976055857768699 ], [ -75.177616736548998, 39.976172920626503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17568, "tnode_": 17528, "lpoly_": null, "rpoly_": null, "length": 453.251111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 72000, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 16818, "Shape__Length": 180.05459020743473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175165690327603, 39.975834763857399 ], [ -75.176757208028903, 39.976055857768699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17461, "tnode_": 17442, "lpoly_": null, "rpoly_": null, "length": 247.60948825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2526, "r_f_add": 2501, "r_t_add": 2527, "st_code": 44920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16819, "Shape__Length": 98.363121765550318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176688710778606, 39.976387381794503 ], [ -75.177503910747404, 39.976487716092997 ], [ -75.177559023661004, 39.976473958715601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17492, "tnode_": 17461, "lpoly_": null, "rpoly_": null, "length": 454.5323591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 44920, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521230, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16820, "Shape__Length": 180.56147444820979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175089244126198, 39.976180865527901 ], [ -75.176688710778606, 39.976387381794503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17435, "tnode_": 17415, "lpoly_": null, "rpoly_": null, "length": 254.30410975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 44920, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16821, "Shape__Length": 101.02277281718592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178300350222898, 39.976542077988803 ], [ -75.179194272862901, 39.976661935891201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17442, "tnode_": 17435, "lpoly_": null, "rpoly_": null, "length": 211.51470167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2528, "l_t_add": 2598, "r_f_add": 2529, "r_t_add": 2599, "st_code": 44920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16822, "Shape__Length": 84.026294007381537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177559023661004, 39.976473958715601 ], [ -75.177619861638505, 39.976456105702802 ], [ -75.178300350222898, 39.976542077988803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17442, "tnode_": 17364, "lpoly_": null, "rpoly_": null, "length": 156.01871394, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 74920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16823, "Shape__Length": 62.209610322978186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177559023661004, 39.976473958715601 ], [ -75.177463549824694, 39.976895904017198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17504, "tnode_": 17442, "lpoly_": null, "rpoly_": null, "length": 110.84921493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1324, "l_t_add": 1328, "r_f_add": 1325, "r_t_add": 1329, "st_code": 74920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521235, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16824, "Shape__Length": 44.200277361832406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177616736548998, 39.976172920626503 ], [ -75.177559023661004, 39.976473958715601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17659, "tnode_": 17387, "lpoly_": null, "rpoly_": null, "length": 504.84352895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88110, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16825, "Shape__Length": 201.29740207816988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163616869048894, 39.975113065805502 ], [ -75.163327689003395, 39.976480949508002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17781, "tnode_": 17659, "lpoly_": null, "rpoly_": null, "length": 208.12067049000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 88110, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521238, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16826, "Shape__Length": 82.982969240283907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163738088745504, 39.9745494120247 ], [ -75.163616869048894, 39.975113065805502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17323, "tnode_": 17255, "lpoly_": null, "rpoly_": null, "length": 130.10525798, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1436, "l_t_add": 1498, "r_f_add": 1435, "r_t_add": 1499, "st_code": 88190, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521240, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16827, "Shape__Length": 51.877882975961946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169989378705793, 39.976973941098301 ], [ -75.169912714447193, 39.977326192558401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17379, "tnode_": 17323, "lpoly_": null, "rpoly_": null, "length": 124.84858821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1428, "l_t_add": 1434, "r_f_add": 1429, "r_t_add": 1433, "st_code": 88190, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521241, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16828, "Shape__Length": 49.781091403264291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170066362822098, 39.9766363725088 ], [ -75.169989378705793, 39.976973941098301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17437, "tnode_": 17379, "lpoly_": null, "rpoly_": null, "length": 99.78828818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1412, "l_t_add": 1426, "r_f_add": 1415, "r_t_add": 1427, "st_code": 88190, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521242, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16829, "Shape__Length": 39.789068810102911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170124578026503, 39.976366127371698 ], [ -75.170066362822098, 39.9766363725088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17512, "tnode_": 17437, "lpoly_": null, "rpoly_": null, "length": 149.02946718000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1413, "st_code": 88190, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521243, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16830, "Shape__Length": 59.423613532175615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170206779967202, 39.975961940613097 ], [ -75.170124578026503, 39.976366127371698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17595, "tnode_": 17512, "lpoly_": null, "rpoly_": null, "length": 138.13362301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 88190, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521244, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16831, "Shape__Length": 55.076687706790125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170296691844399, 39.9755891094266 ], [ -75.170206779967202, 39.975961940613097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17558, "tnode_": 17460, "lpoly_": null, "rpoly_": null, "length": 245.72427501, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1413, "st_code": 88170, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521248, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 16832, "Shape__Length": 97.979082737709774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168330669094601, 39.975729561519302 ], [ -75.168193550132102, 39.976395805234397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17512, "tnode_": 17481, "lpoly_": null, "rpoly_": null, "length": 457.59517271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 54280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521250, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16833, "Shape__Length": 181.77822887397332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170206779967202, 39.975961940613097 ], [ -75.171816282728201, 39.976173197344302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17526, "tnode_": 17512, "lpoly_": null, "rpoly_": null, "length": 129.694921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2042, "l_t_add": 2098, "r_f_add": 2041, "r_t_add": 2099, "st_code": 54280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521251, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16834, "Shape__Length": 51.521124288849364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169750986038807, 39.975900366773701 ], [ -75.170206779967202, 39.975961940613097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17553, "tnode_": 17526, "lpoly_": null, "rpoly_": null, "length": 340.40395106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2040, "r_f_add": 2001, "r_t_add": 2039, "st_code": 54280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521252, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16835, "Shape__Length": 135.22179488255165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168551256266298, 39.975754588624802 ], [ -75.169750986038807, 39.975900366773701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17558, "tnode_": 17553, "lpoly_": null, "rpoly_": null, "length": 62.49044994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1910, "l_t_add": 1998, "r_f_add": 1945, "r_t_add": 1999, "st_code": 54280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521253, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16836, "Shape__Length": 24.823325027061138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168330669094601, 39.975729561519302 ], [ -75.168551256266298, 39.975754588624802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17593, "tnode_": 17558, "lpoly_": null, "rpoly_": null, "length": 444.46987068000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1908, "r_f_add": 1901, "r_t_add": 1943, "st_code": 54280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521254, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16837, "Shape__Length": 176.56460136840656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166769080508104, 39.9755166742423 ], [ -75.168330669094601, 39.975729561519302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17633, "tnode_": 17593, "lpoly_": null, "rpoly_": null, "length": 449.99442534999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 54280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521255, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16838, "Shape__Length": 178.75715787341409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165186355029405, 39.975308800906902 ], [ -75.166769080508104, 39.9755166742423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17646, "tnode_": 17633, "lpoly_": null, "rpoly_": null, "length": 224.03187167000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 54280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521256, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16839, "Shape__Length": 88.993635287896794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164396932190797, 39.975212106457199 ], [ -75.165186355029405, 39.975308800906902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17659, "tnode_": 17646, "lpoly_": null, "rpoly_": null, "length": 221.57958061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1715, "st_code": 54280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521257, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16840, "Shape__Length": 88.019994197418271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163616869048894, 39.975113065805502 ], [ -75.164396932190797, 39.975212106457199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17514, "tnode_": 17490, "lpoly_": null, "rpoly_": null, "length": 101.58907667, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1404, "l_t_add": 1412, "r_f_add": 1403, "r_t_add": 1411, "st_code": 88150, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521260, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-10-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16841, "Shape__Length": 40.506851871635206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166675501818105, 39.975910211476098 ], [ -75.166616335375295, 39.976185346087298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17593, "tnode_": 17514, "lpoly_": null, "rpoly_": null, "length": 145.73783146, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1402, "r_f_add": 1401, "r_t_add": 1401, "st_code": 88150, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521261, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16842, "Shape__Length": 58.108792143261191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166769080508104, 39.9755166742423 ], [ -75.166675501818105, 39.975910211476098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17669, "tnode_": 17593, "lpoly_": null, "rpoly_": null, "length": 135.50510779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 88150, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521262, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16843, "Shape__Length": 54.029936238683788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166846384720898, 39.975149481197398 ], [ -75.166769080508104, 39.9755166742423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17735, "tnode_": 17669, "lpoly_": null, "rpoly_": null, "length": 96.59103633, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1322, "l_t_add": 1326, "r_f_add": 1321, "r_t_add": 1327, "st_code": 88150, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521263, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16844, "Shape__Length": 38.513443403958213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166902284124205, 39.974887837740397 ], [ -75.166846384720898, 39.975149481197398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17633, "tnode_": 17556, "lpoly_": null, "rpoly_": null, "length": 148.46017382000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1402, "r_f_add": 1401, "r_t_add": 1401, "st_code": 88130, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521267, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-02-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16845, "Shape__Length": 59.197262504071425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165186355029405, 39.975308800906902 ], [ -75.165113932558597, 39.975712515742302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17710, "tnode_": 17633, "lpoly_": null, "rpoly_": null, "length": 135.2453128, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1322, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 88130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16846, "Shape__Length": 53.926330259437172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165262468736202, 39.9749421829003 ], [ -75.165186355029405, 39.975308800906902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17753, "tnode_": 17710, "lpoly_": null, "rpoly_": null, "length": 69.62938647, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1316, "l_t_add": 1320, "r_f_add": 1325, "r_t_add": 1329, "st_code": 88130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521269, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16847, "Shape__Length": 27.763629756471538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1652983876793, 39.974753049769298 ], [ -75.165262468736202, 39.9749421829003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17768, "tnode_": 17753, "lpoly_": null, "rpoly_": null, "length": 28.46135978, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1314, "l_t_add": 1314, "r_f_add": 1323, "r_t_add": 1323, "st_code": 88130, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521270, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 16848, "Shape__Length": 11.346731274816138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653233696115, 39.974677320777097 ], [ -75.1652983876793, 39.974753049769298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17362, "tnode_": 17259, "lpoly_": null, "rpoly_": null, "length": 209.48921294000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2050, "l_t_add": 2070, "r_f_add": 2035, "r_t_add": 2049, "st_code": 68280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521272, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16849, "Shape__Length": 83.496773313365182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169113645452995, 39.976731379612303 ], [ -75.169384839255301, 39.977267271249801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17553, "tnode_": 17362, "lpoly_": null, "rpoly_": null, "length": 389.17284136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2016, "l_t_add": 2048, "r_f_add": 2001, "r_t_add": 2033, "st_code": 68280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521273, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16850, "Shape__Length": 155.09233415567269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168551256266298, 39.975754588624802 ], [ -75.169113645452995, 39.976731379612303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17701, "tnode_": 17651, "lpoly_": null, "rpoly_": null, "length": 88.45537802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1952, "l_t_add": 1998, "r_f_add": 1953, "r_t_add": 1997, "st_code": 68280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521274, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1997-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16851, "Shape__Length": 35.2538144314411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168147099758897, 39.975043093165702 ], [ -75.168265224154894, 39.975268266274398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17323, "tnode_": 17283, "lpoly_": null, "rpoly_": null, "length": 457.39060806000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 74840, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521278, "oneway": "B", "class": 12, "responsibl": "STRICKEN", "update_": "2007-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 16852, "Shape__Length": 181.70035036379048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169989378705793, 39.976973941098301 ], [ -75.171597411412804, 39.977188566842301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17379, "tnode_": 17346, "lpoly_": null, "rpoly_": null, "length": 456.88361492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 72260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521279, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16853, "Shape__Length": 181.49738868150735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170066362822098, 39.9766363725088 ], [ -75.171673352438901, 39.976847419416202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17437, "tnode_": 17401, "lpoly_": null, "rpoly_": null, "length": 456.12816157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 40540, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16854, "Shape__Length": 181.19569845958102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170124578026503, 39.976366127371698 ], [ -75.171648987864998, 39.976556265389 ], [ -75.171729870305299, 39.976541198545597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17362, "tnode_": 17393, "lpoly_": null, "rpoly_": null, "length": 148.76909527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2019, "st_code": 72260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16855, "Shape__Length": 59.126221396568226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169113645452995, 39.976731379612303 ], [ -75.169604091603006, 39.976575135507701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17393, "tnode_": 17379, "lpoly_": null, "rpoly_": null, "length": 131.46111889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2022, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 72260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521282, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16856, "Shape__Length": 52.223031267513065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169604091603006, 39.976575135507701 ], [ -75.170066362822098, 39.9766363725088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17526, "tnode_": 17393, "lpoly_": null, "rpoly_": null, "length": 249.22990528, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 48860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521283, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 16857, "Shape__Length": 99.376051728035037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169750986038807, 39.975900366773701 ], [ -75.169604091603006, 39.976575135507701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17651, "tnode_": 17673, "lpoly_": null, "rpoly_": null, "length": 249.30037313, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2022, "r_f_add": 2001, "r_t_add": 2021, "st_code": 24180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521284, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 16858, "Shape__Length": 99.028484296221663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168265224154894, 39.975268266274398 ], [ -75.169146738523906, 39.975176629869502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17673, "tnode_": 17712, "lpoly_": null, "rpoly_": null, "length": 355.34953118, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLLEGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2024, "l_t_add": 2098, "r_f_add": 2023, "r_t_add": 2099, "st_code": 24180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521285, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLLEGE AVE", "stname": "N COLLEGE AVE", "objectid": 16859, "Shape__Length": 141.15347316255748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169146738523906, 39.975176629869502 ], [ -75.170403486714903, 39.975047449988899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17595, "tnode_": 17639, "lpoly_": null, "rpoly_": null, "length": 477.35535728999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 72000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521286, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 16860, "Shape__Length": 189.61969911987751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170296691844399, 39.9755891094266 ], [ -75.171983261695303, 39.975406161406902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17490, "tnode_": 17460, "lpoly_": null, "rpoly_": null, "length": 448.6264661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 40540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521288, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16861, "Shape__Length": 178.21667379591759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166616335375295, 39.976185346087298 ], [ -75.168193550132102, 39.976395805234397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17735, "tnode_": 17701, "lpoly_": null, "rpoly_": null, "length": 353.43089178999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 44920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521289, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16862, "Shape__Length": 140.3955324115328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166902284124205, 39.974887837740397 ], [ -75.168147099758897, 39.975043093165702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17768, "tnode_": 17735, "lpoly_": null, "rpoly_": null, "length": 449.10910888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 44920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521290, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16863, "Shape__Length": 178.40441153242898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653233696115, 39.974677320777097 ], [ -75.166902284124205, 39.974887837740397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17710, "tnode_": 17669, "lpoly_": null, "rpoly_": null, "length": 450.29050972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 47580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521293, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 16864, "Shape__Length": 178.87367238392946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165262468736202, 39.9749421829003 ], [ -75.166846384720898, 39.975149481197398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17646, "tnode_": 17372, "lpoly_": null, "rpoly_": null, "length": 505.59424979, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 18500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 16865, "Shape__Length": 201.59725134089595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164396932190797, 39.975212106457199 ], [ -75.164108867925293, 39.976582217199997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17781, "tnode_": 17753, "lpoly_": null, "rpoly_": null, "length": 443.54418482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 44920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16866, "Shape__Length": 176.19262854619834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163738088745504, 39.9745494120247 ], [ -75.1652983876793, 39.974753049769298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17680, "tnode_": 17659, "lpoly_": null, "rpoly_": null, "length": 206.50059154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 54280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16867, "Shape__Length": 82.030641587946107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162890723499999, 39.975016968942001 ], [ -75.163616869048894, 39.975113065805502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17699, "tnode_": 17680, "lpoly_": null, "rpoly_": null, "length": 241.95638816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1617, "st_code": 54280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521297, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16868, "Shape__Length": 96.114110262907531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162038859119207, 39.974909137401703 ], [ -75.162890723499999, 39.975016968942001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17718, "tnode_": 17699, "lpoly_": null, "rpoly_": null, "length": 224.23238797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1503, "r_t_add": 1599, "st_code": 54280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521298, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16869, "Shape__Length": 89.072813942669924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161248792129996, 39.974812077696001 ], [ -75.162038859119207, 39.974909137401703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17741, "tnode_": 17718, "lpoly_": null, "rpoly_": null, "length": 224.60148335000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1501, "st_code": 54280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521299, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16870, "Shape__Length": 89.220667460863282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160458997156894, 39.974707568130398 ], [ -75.161248792129996, 39.974812077696001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17758, "tnode_": 17741, "lpoly_": null, "rpoly_": null, "length": 198.47582043999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1411, "r_t_add": 1499, "st_code": 54280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16871, "Shape__Length": 78.843440546934374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159762275109202, 39.974609987051203 ], [ -75.160458997156894, 39.974707568130398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17699, "tnode_": 17418, "lpoly_": null, "rpoly_": null, "length": 502.89034395000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88090, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16872, "Shape__Length": 200.51831365126992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162038859119207, 39.974909137401703 ], [ -75.161753031634802, 39.976272007210902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17803, "tnode_": 17699, "lpoly_": null, "rpoly_": null, "length": 201.48589373000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1322, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 88090, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521303, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16873, "Shape__Length": 80.335486457625208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162168156365695, 39.974365052527403 ], [ -75.162038859119207, 39.974909137401703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17741, "tnode_": 17449, "lpoly_": null, "rpoly_": null, "length": 507.34481427000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88070, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521305, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16874, "Shape__Length": 202.2957876938051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160458997156894, 39.974707568130398 ], [ -75.160184616957807, 39.9760842020032 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17841, "tnode_": 17741, "lpoly_": null, "rpoly_": null, "length": 203.16250062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 88070, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521306, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16875, "Shape__Length": 81.001128754157378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160604919893004, 39.974161278501498 ], [ -75.160458997156894, 39.974707568130398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17841, "tnode_": 17803, "lpoly_": null, "rpoly_": null, "length": 444.36665637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INGERSOLL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 44920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521309, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1996-09-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INGERSOLL ST", "stname": "INGERSOLL ST", "objectid": 16876, "Shape__Length": 176.5182912827471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160604919893004, 39.974161278501498 ], [ -75.162168156365695, 39.974365052527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17718, "tnode_": 17434, "lpoly_": null, "rpoly_": null, "length": 502.24078484, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 75860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 16877, "Shape__Length": 200.25925799923195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161248792129996, 39.974812077696001 ], [ -75.160964983009194, 39.976173391221401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17680, "tnode_": 17400, "lpoly_": null, "rpoly_": null, "length": 509.46597361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 83400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLINGTON ST", "stname": "WILLINGTON ST", "objectid": 16878, "Shape__Length": 203.1253969454668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162890723499999, 39.975016968942001 ], [ -75.162797875430996, 39.975188438401801 ], [ -75.162778606816005, 39.975279231869202 ], [ -75.162532028739193, 39.976383858612699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17758, "tnode_": 17464, "lpoly_": null, "rpoly_": null, "length": 509.49451741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 21400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521312, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 16879, "Shape__Length": 203.14998567172975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159762275109202, 39.974609987051203 ], [ -75.1594673266803, 39.975990081888803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13751, "tnode_": 13702, "lpoly_": null, "rpoly_": null, "length": 154.40873447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68280, "l_hundred": 0, "r_hundred": 0, "seg_id": 521316, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16880, "Shape__Length": 61.574208401631708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1869552543628, 40.000194140797497 ], [ -75.186789504299796, 40.0005983895431 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14095, "tnode_": 13751, "lpoly_": null, "rpoly_": null, "length": 751.0300582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3500, "l_t_add": 3698, "r_f_add": 3501, "r_t_add": 3699, "st_code": 68280, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 521317, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16881, "Shape__Length": 299.51173545565968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187607617986501, 39.998204846764501 ], [ -75.187591781060206, 39.998569527706103 ], [ -75.187558704418606, 39.998652781350899 ], [ -75.187034394420394, 39.9999830445146 ], [ -75.1869552543628, 40.000194140797497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13363, "tnode_": 13094, "lpoly_": null, "rpoly_": null, "length": 784.76794327000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 68280, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 521318, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-05-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16882, "Shape__Length": 313.03956108222292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187181623035897, 40.002852958442197 ], [ -75.187219700628603, 40.0028820253535 ], [ -75.187252616553096, 40.002913006996899 ], [ -75.187281925272998, 40.002970121135199 ], [ -75.187305384829997, 40.003043236343601 ], [ -75.187337043742403, 40.003223865364198 ], [ -75.187350727306196, 40.003335105634001 ], [ -75.187433024715205, 40.004650686279099 ], [ -75.187456061675803, 40.004975408397499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13392, "tnode_": 13751, "lpoly_": null, "rpoly_": null, "length": 1284.8007698599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 0, "r_t_add": 0, "st_code": 44040, "l_hundred": 3300, "r_hundred": 0, "seg_id": 521319, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16883, "Shape__Length": 511.6661541776183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183953803677696, 40.002848346907101 ], [ -75.184285275735107, 40.002628045345197 ], [ -75.185106197619803, 40.001831425238997 ], [ -75.185756810123905, 40.001146549942497 ], [ -75.186751298052499, 40.000359878386803 ], [ -75.1869552543628, 40.000194140797497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13406, "tnode_": 13702, "lpoly_": null, "rpoly_": null, "length": 928.63455951000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3333, "r_t_add": 3399, "st_code": 44040, "l_hundred": 0, "r_hundred": 3300, "seg_id": 521321, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16884, "Shape__Length": 369.85326476986393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184667166641503, 40.002551364107298 ], [ -75.184754641527903, 40.0024654641201 ], [ -75.185070556092199, 40.002146883904601 ], [ -75.185868217556603, 40.001337575347897 ], [ -75.186381841578907, 40.000929400915403 ], [ -75.186789504299796, 40.0005983895431 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13279, "tnode_": 13257, "lpoly_": null, "rpoly_": null, "length": 468.68908001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 23640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521322, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16885, "Shape__Length": 186.26839757388899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178829830349201, 40.003315134295299 ], [ -75.179841677837999, 40.003440922397999 ], [ -75.180469534039901, 40.0035643154905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13257, "tnode_": 13241, "lpoly_": null, "rpoly_": null, "length": 195.64473221, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3154, "r_f_add": 3101, "r_t_add": 3153, "st_code": 23640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16886, "Shape__Length": 77.763572446507567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180469534039901, 40.0035643154905 ], [ -75.181143092303103, 40.003706198337397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13241, "tnode_": 13237, "lpoly_": null, "rpoly_": null, "length": 51.09220017, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3156, "l_t_add": 3164, "r_f_add": 3155, "r_t_add": 3163, "st_code": 23640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 16887, "Shape__Length": 20.306784910335399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181143092303103, 40.003706198337397 ], [ -75.181320198339805, 40.003739676475597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13237, "tnode_": 13050, "lpoly_": null, "rpoly_": null, "length": 548.05201325000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 63360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PATTON ST", "stname": "N PATTON ST", "objectid": 16888, "Shape__Length": 218.61720704438972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181320198339805, 40.003739676475597 ], [ -75.181003266178493, 40.0052242724366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13184, "tnode_": 13200, "lpoly_": null, "rpoly_": null, "length": 86.38653645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3129, "st_code": 44040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521326, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16889, "Shape__Length": 34.363613597104433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180350754357093, 40.004134540736899 ], [ -75.180614445694303, 40.004011601844297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13257, "tnode_": 13184, "lpoly_": null, "rpoly_": null, "length": 210.37144555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3100, "r_f_add": 3101, "r_t_add": 3103, "st_code": 58800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 16890, "Shape__Length": 83.91651394705724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180469534039901, 40.0035643154905 ], [ -75.180350754357093, 40.004134540736899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13305, "tnode_": 13224, "lpoly_": null, "rpoly_": null, "length": 213.87783447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3117, "st_code": 88360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521329, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-12-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16891, "Shape__Length": 85.315017014366674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177253201342097, 40.003106161228601 ], [ -75.177135211583803, 40.003686227875299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15219, "tnode_": 15092, "lpoly_": null, "rpoly_": null, "length": 264.97786757, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 56540, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOLE ST", "stname": "N MOLE ST", "objectid": 16892, "Shape__Length": 105.67643240948669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158361771495507, 39.9897390714587 ], [ -75.1582039444977, 39.990456266469401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17262, "tnode_": 17243, "lpoly_": null, "rpoly_": null, "length": 203.00349901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARSWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 72260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARSWOOD ST", "stname": "SHARSWOOD ST", "objectid": 16893, "Shape__Length": 80.644603254008985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176453168754094, 39.977461856405803 ], [ -75.177166753555198, 39.977557610069098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17324, "tnode_": 17305, "lpoly_": null, "rpoly_": null, "length": 200.28721364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 40540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 16894, "Shape__Length": 79.562421874748694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176528627039104, 39.977136149644302 ], [ -75.177235788609707, 39.977215598361198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16368, "tnode_": 16444, "lpoly_": null, "rpoly_": null, "length": 237.743461, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2924, "r_f_add": 2901, "r_t_add": 2911, "st_code": 37440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16895, "Shape__Length": 94.561285335505119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581590992195, 39.983322792686799 ], [ -75.181838997325698, 39.983283516870699 ], [ -75.182275866782803, 39.982983106514503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16612, "tnode_": 16367, "lpoly_": null, "rpoly_": null, "length": 547.55967132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 84580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 16896, "Shape__Length": 218.34811070163758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168029711005204, 39.9815848236777 ], [ -75.167699357628507, 39.983066303980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13339, "tnode_": 13132, "lpoly_": null, "rpoly_": null, "length": 580.82208981999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 53940, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 16897, "Shape__Length": 231.68601883091384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174701788787104, 40.002794740235302 ], [ -75.174365359206305, 40.004368036122699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13592, "tnode_": 13375, "lpoly_": null, "rpoly_": null, "length": 551.50704406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 74920, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16898, "Shape__Length": 219.98655160385951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171913888453204, 40.000892360929299 ], [ -75.171596906780493, 40.002386559808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13835, "tnode_": 13592, "lpoly_": null, "rpoly_": null, "length": 550.87590407000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 74920, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521339, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 16899, "Shape__Length": 219.72905913288415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172237133665703, 39.9994007131667 ], [ -75.171913888453204, 40.000892360929299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13825, "tnode_": 13579, "lpoly_": null, "rpoly_": null, "length": 554.0569671400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 15660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521340, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 16900, "Shape__Length": 220.99828505780388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172715817247195, 39.999469022405101 ], [ -75.172391770924804, 40.000969420147499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14071, "tnode_": 13825, "lpoly_": null, "rpoly_": null, "length": 555.07474245000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 15660, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521341, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 16901, "Shape__Length": 221.399019861493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173043014241301, 39.997966197109598 ], [ -75.172715817247195, 39.999469022405101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14435, "tnode_": 14370, "lpoly_": null, "rpoly_": null, "length": 145.72055454999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2551, "r_t_add": 2599, "st_code": 88420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 16902, "Shape__Length": 58.12043852453278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183811177455595, 39.995684166916199 ], [ -75.183726992908504, 39.9960789128166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14413, "tnode_": 14187, "lpoly_": null, "rpoly_": null, "length": 581.57130757999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88190, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521343, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 16903, "Shape__Length": 231.95874720546129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165966640638999, 39.995421629760003 ], [ -75.165621908094096, 39.996995943556897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15022, "tnode_": 14979, "lpoly_": null, "rpoly_": null, "length": 138.33906136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2338, "l_t_add": 2398, "r_f_add": 2347, "r_t_add": 2399, "st_code": 88280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521344, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16904, "Shape__Length": 55.171398316144845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173442217659002, 39.9912987807215 ], [ -75.173353014643297, 39.991672288817298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16891, "tnode_": 16663, "lpoly_": null, "rpoly_": null, "length": 565.75051111999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 38180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521345, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 16905, "Shape__Length": 225.59654339900433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165061462842701, 39.979622555599498 ], [ -75.164726462265804, 39.981154079033502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17095, "tnode_": 16891, "lpoly_": null, "rpoly_": null, "length": 521.71704446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 38180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521346, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 16906, "Shape__Length": 208.03326151728379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165371681874504, 39.978210402072399 ], [ -75.165061462842701, 39.979622555599498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28288, "tnode_": 17095, "lpoly_": null, "rpoly_": null, "length": 527.66206722000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 38180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521347, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 16907, "Shape__Length": 210.39967334446226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1656839585619, 39.976781966075897 ], [ -75.165371681874504, 39.978210402072399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16999, "tnode_": 16982, "lpoly_": null, "rpoly_": null, "length": 451.08345319, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521348, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16908, "Shape__Length": 179.19936715964448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712160686712, 39.978961625502301 ], [ -75.172802746707902, 39.979169835486701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17129, "tnode_": 17015, "lpoly_": null, "rpoly_": null, "length": 276.07777564999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 16500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 16909, "Shape__Length": 110.06895719370711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170568757753998, 39.978155113750802 ], [ -75.170610458808099, 39.978240722932199 ], [ -75.170689453284297, 39.978381090575503 ], [ -75.170698928186795, 39.978434382254598 ], [ -75.170602155127895, 39.978888012031 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17224, "tnode_": 17196, "lpoly_": null, "rpoly_": null, "length": 454.90404315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 46020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16910, "Shape__Length": 180.71395130140493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171530084529493, 39.977546934235399 ], [ -75.172838421451104, 39.977721035314502 ], [ -75.173129529055501, 39.977759770162002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17364, "tnode_": 17349, "lpoly_": null, "rpoly_": null, "length": 207.77887595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2524, "l_t_add": 2598, "r_f_add": 2529, "r_t_add": 2599, "st_code": 54280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521354, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 16911, "Shape__Length": 82.539579553725275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177463549824694, 39.976895904017198 ], [ -75.178195506795902, 39.9769866076158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17203, "tnode_": 17181, "lpoly_": null, "rpoly_": null, "length": 452.94321825999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 74840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART ST", "stname": "STEWART ST", "objectid": 16912, "Shape__Length": 179.93767644009989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176376963189398, 39.977795211282 ], [ -75.177967209500906, 39.978017158883702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13241, "tnode_": 13392, "lpoly_": null, "rpoly_": null, "length": 847.22775287000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 44040, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16913, "Shape__Length": 336.83721234235065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181143092303103, 40.003706198337397 ], [ -75.1823531808121, 40.003320749348298 ], [ -75.183953803677696, 40.002848346907101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15256, "tnode_": 15212, "lpoly_": null, "rpoly_": null, "length": 831.83316154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 27520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521357, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16914, "Shape__Length": 330.50824914100883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170276622983096, 39.989747377417601 ], [ -75.171652250860305, 39.989923006337698 ], [ -75.172140633917493, 39.989976448130101 ], [ -75.172356370921094, 39.990004252864097 ], [ -75.173205624501904, 39.990118749900702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15663, "tnode_": 15631, "lpoly_": null, "rpoly_": null, "length": 606.73086093000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2528, "l_t_add": 2698, "r_f_add": 2527, "r_t_add": 2699, "st_code": 28440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521358, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16915, "Shape__Length": 241.0621073427115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175412800306304, 39.987165108382101 ], [ -75.177546827868994, 39.987446943193902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16731, "tnode_": 16496, "lpoly_": null, "rpoly_": null, "length": 551.98144871, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88090, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521359, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16916, "Shape__Length": 220.1091580158411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160800504401394, 39.980643335615703 ], [ -75.160472914083897, 39.9821374896026 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16761, "tnode_": 27068, "lpoly_": null, "rpoly_": null, "length": 546.75373237999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88070, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 16917, "Shape__Length": 218.02409888963047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159221111703502, 39.980444470411697 ], [ -75.158898066852601, 39.981924660211902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13729, "tnode_": 13305, "lpoly_": null, "rpoly_": null, "length": 1098.8184678300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 3098, "r_f_add": 2901, "r_t_add": 3099, "st_code": 88360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521363, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16918, "Shape__Length": 438.29882842864333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177888816886295, 40.000129642247202 ], [ -75.177253201342097, 40.003106161228601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14480, "tnode_": 14217, "lpoly_": null, "rpoly_": null, "length": 679.78328026999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2702, "l_t_add": 2798, "r_f_add": 2711, "r_t_add": 2799, "st_code": 88110, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16919, "Shape__Length": 271.12968604039668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159324521323398, 39.994807263088497 ], [ -75.158929617310505, 39.996648467771898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14500, "tnode_": 14473, "lpoly_": null, "rpoly_": null, "length": 455.44179101000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 50000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521365, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16920, "Shape__Length": 180.97772670590837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160948669150102, 39.994746204320897 ], [ -75.161352424924701, 39.994821345945603 ], [ -75.161860612811395, 39.994887039341599 ], [ -75.162545422668003, 39.9949773424648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15040, "tnode_": 14812, "lpoly_": null, "rpoly_": null, "length": 565.00297354999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88210, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521367, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 16921, "Shape__Length": 225.33915815567914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168563303309796, 39.991056535704502 ], [ -75.168250394859896, 39.992588750795498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14692, "tnode_": 14525, "lpoly_": null, "rpoly_": null, "length": 556.35576562999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1902, "l_t_add": 1998, "r_f_add": 1903, "r_t_add": 1999, "st_code": 53460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGIE ST", "stname": "MARGIE ST", "objectid": 16922, "Shape__Length": 221.66250843142984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163210085024005, 39.993332313494498 ], [ -75.163734698104705, 39.993954824381603 ], [ -75.163923880275107, 39.9941780343894 ], [ -75.164284996166202, 39.994616424228298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15040, "tnode_": 15013, "lpoly_": null, "rpoly_": null, "length": 631.56704813, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 85760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521369, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 16923, "Shape__Length": 250.9430692752243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168563303309796, 39.991056535704502 ], [ -75.170786149644101, 39.991343856832501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15088, "tnode_": 15070, "lpoly_": null, "rpoly_": null, "length": 301.18618497, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2930, "r_f_add": 2901, "r_t_add": 2925, "st_code": 27520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521370, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 16924, "Shape__Length": 119.67051730859838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179897025505795, 39.9909878340181 ], [ -75.180957921364495, 39.991120898293097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16368, "tnode_": 15914, "lpoly_": null, "rpoly_": null, "length": 927.64672255000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521371, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16925, "Shape__Length": 369.92581323096618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581590992195, 39.983322792686799 ], [ -75.181020479841905, 39.9858324499899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16368, "tnode_": 16350, "lpoly_": null, "rpoly_": null, "length": 593.10479265999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 56760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 16926, "Shape__Length": 235.63059943577895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581590992195, 39.983322792686799 ], [ -75.183672530102001, 39.983575086801899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15941, "tnode_": 15814, "lpoly_": null, "rpoly_": null, "length": 400.20939916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2736, "l_t_add": 2798, "r_f_add": 2737, "r_t_add": 2799, "st_code": 68280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521373, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16927, "Shape__Length": 159.29733958387308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179243052423701, 39.985583686217097 ], [ -75.180260534932003, 39.986354649921999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17195, "tnode_": 16991, "lpoly_": null, "rpoly_": null, "length": 499.74562972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 16928, "Shape__Length": 199.27232604844735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186022365529794, 39.978016806093002 ], [ -75.185730415437703, 39.979370159120002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14182, "tnode_": 14728, "lpoly_": null, "rpoly_": null, "length": 1968.8030031200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 30700, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 521376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY AVE", "stname": "EDGLEY AVE", "objectid": 16929, "Shape__Length": 783.29690801426693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212384277779705, 39.997197726910201 ], [ -75.212696623000497, 39.9971178171294 ], [ -75.213543440454004, 39.9968871788531 ], [ -75.215575704965303, 39.9962509084299 ], [ -75.215816815281897, 39.996146760092799 ], [ -75.215993810461001, 39.996065522928902 ], [ -75.216155684840203, 39.9959657064826 ], [ -75.216334493095502, 39.995835853944001 ], [ -75.217131934546998, 39.995020251336598 ], [ -75.217436277123397, 39.994704633850098 ], [ -75.217697486294597, 39.994485371103501 ], [ -75.217997433007895, 39.994232655836001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15775, "tnode_": 15407, "lpoly_": null, "rpoly_": null, "length": 1879.59097423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2078, "r_f_add": 2001, "r_t_add": 2079, "st_code": 68050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521377, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 16930, "Shape__Length": 747.47509211861791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196886913223693, 39.987073655030898 ], [ -75.196839797335301, 39.987289615091299 ], [ -75.196793901207997, 39.987458885121001 ], [ -75.196648408315099, 39.9877536561727 ], [ -75.196515155308305, 39.987933146272503 ], [ -75.196340992436205, 39.988100365250197 ], [ -75.196165402802606, 39.988192963358301 ], [ -75.195908719179002, 39.988290643060402 ], [ -75.195447320183902, 39.988365519811502 ], [ -75.194884592292198, 39.988401648271399 ], [ -75.194345792405798, 39.988432224984301 ], [ -75.193836304658504, 39.988524269935098 ], [ -75.193413029147095, 39.988636478401801 ], [ -75.192830151519203, 39.988787703080298 ], [ -75.192343443661599, 39.9889045762216 ], [ -75.191642059599602, 39.989053154160402 ], [ -75.191366840168598, 39.989209142927699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16842, "tnode_": 16188, "lpoly_": null, "rpoly_": null, "length": 1553.7066949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN GREEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1698, "r_f_add": 1401, "r_t_add": 1699, "st_code": 34790, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521378, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN GREEN DR", "stname": "FOUNTAIN GREEN DR", "objectid": 16931, "Shape__Length": 619.47683038400942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198003620803604, 39.9806304616625 ], [ -75.197671216525507, 39.981366188389103 ], [ -75.197612859992205, 39.981656816399699 ], [ -75.197665455352194, 39.982150611880897 ], [ -75.1977836647022, 39.982791830288903 ], [ -75.197781287982494, 39.983065458798301 ], [ -75.197727632776804, 39.983441336455101 ], [ -75.197578726849002, 39.983827260267603 ], [ -75.197392604560093, 39.984151538304801 ], [ -75.197097197343098, 39.984750096724603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16684, "tnode_": 16232, "lpoly_": null, "rpoly_": null, "length": 1016.59846054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 16760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521379, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELMONT AVE", "stname": "BELMONT AVE", "objectid": 16932, "Shape__Length": 405.36541395151693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2146517431391, 39.9821409798625 ], [ -75.214719826029096, 39.9823230119869 ], [ -75.2154194810647, 39.9848679947238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13702, "tnode_": 13363, "lpoly_": null, "rpoly_": null, "length": 843.24131005000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 68280, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 521381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16933, "Shape__Length": 336.32119212906326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186789504299796, 40.0005983895431 ], [ -75.186713854317503, 40.000792037200199 ], [ -75.186683450834394, 40.000885514597897 ], [ -75.186668874725001, 40.000955231714798 ], [ -75.186663508674101, 40.001018266274698 ], [ -75.186673253643406, 40.001116084700897 ], [ -75.1866917558079, 40.001179651312398 ], [ -75.187088892132707, 40.0024062335292 ], [ -75.187165451493598, 40.002642670635304 ], [ -75.187174756739495, 40.0026834129226 ], [ -75.187182329121597, 40.002725926649497 ], [ -75.1871867873665, 40.002781477821301 ], [ -75.187181623035897, 40.002852958442197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13392, "tnode_": 13857, "lpoly_": null, "rpoly_": null, "length": 2296.0993206200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3698, "r_f_add": 3401, "r_t_add": 3699, "st_code": 44040, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521382, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16934, "Shape__Length": 913.55722716546575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183953803677696, 40.002848346907101 ], [ -75.1841278712959, 40.002780310012596 ], [ -75.184313394050406, 40.002684534524498 ], [ -75.184422355207005, 40.002614298777601 ], [ -75.1845537251114, 40.002513678919399 ], [ -75.184619649976796, 40.002457015427801 ], [ -75.184698508390895, 40.002370664346302 ], [ -75.185214208800303, 40.001851690111302 ], [ -75.185646668418897, 40.001409883601198 ], [ -75.1858041743467, 40.001242625573802 ], [ -75.185914331298605, 40.001140621313702 ], [ -75.1860141891257, 40.001061097748 ], [ -75.186399389221407, 40.000744498592503 ], [ -75.186586616535195, 40.000603337852297 ], [ -75.186710213295598, 40.000520709135102 ], [ -75.186814721677095, 40.000443105187301 ], [ -75.186951999746597, 40.000373499430502 ], [ -75.187198262334704, 40.000295426220802 ], [ -75.187343337231098, 40.000269596562497 ], [ -75.187513827145096, 40.0002588682027 ], [ -75.187745205692593, 40.000262215468801 ], [ -75.188115429906603, 40.0002795622324 ], [ -75.188290577292506, 40.000282354470798 ], [ -75.188450324561501, 40.000281079842701 ], [ -75.188562856138006, 40.000264301121803 ], [ -75.188817505461202, 40.000213600431202 ], [ -75.189579615234805, 39.999904884140797 ], [ -75.1905216580423, 39.999650877254297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14405, "tnode_": 14326, "lpoly_": null, "rpoly_": null, "length": 1357.0472007799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3600, "l_t_add": 3634, "r_f_add": 3601, "r_t_add": 3635, "st_code": 38530, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 521384, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16935, "Shape__Length": 539.50324923113328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195889357709703, 39.9961846395584 ], [ -75.196274518230794, 39.996337891454999 ], [ -75.196379012521902, 39.996389902942099 ], [ -75.196573793022495, 39.996467217317097 ], [ -75.197313872761299, 39.996763439634798 ], [ -75.197424258767001, 39.996771977003299 ], [ -75.197558118098698, 39.996787117095501 ], [ -75.197850453401301, 39.996793616972901 ], [ -75.198179854046103, 39.996764877350699 ], [ -75.198668320825902, 39.996651598158103 ], [ -75.199039922382198, 39.996524433927902 ], [ -75.199289812781402, 39.996471765784797 ], [ -75.199463861308203, 39.996469551334698 ], [ -75.199660927887507, 39.996486093368603 ], [ -75.199888000773996, 39.996545874135101 ], [ -75.200129279763004, 39.996648542472201 ], [ -75.200345347683907, 39.996806032358599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14438, "tnode_": 14314, "lpoly_": null, "rpoly_": null, "length": 272.16109688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3440, "l_t_add": 3472, "r_f_add": 3441, "r_t_add": 3473, "st_code": 68280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521385, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16936, "Shape__Length": 108.5610884368605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187558655975593, 39.995838643267199 ], [ -75.187585635281195, 39.996051195103199 ], [ -75.187610463628801, 39.996440984897497 ], [ -75.187611749008994, 39.996584277502997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14533, "tnode_": 14648, "lpoly_": null, "rpoly_": null, "length": 406.41459913999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 26350, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 521386, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2005-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND DR", "stname": "W CUMBERLAND DR", "objectid": 16937, "Shape__Length": 161.79886372971865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187263447464403, 39.9949562962179 ], [ -75.187538485166002, 39.994854551429 ], [ -75.187787992775299, 39.994738484946303 ], [ -75.187950822534006, 39.994614401513402 ], [ -75.188057887400106, 39.994501235959298 ], [ -75.188158197504293, 39.994357511434501 ], [ -75.188231599059506, 39.994189471762297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27889, "tnode_": 14623, "lpoly_": null, "rpoly_": null, "length": 387.97185917999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3308, "l_t_add": 3350, "r_f_add": 3309, "r_t_add": 3351, "st_code": 68280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 16938, "Shape__Length": 154.6772853538767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186488194740804, 39.993357387227199 ], [ -75.186977836391307, 39.994353609392299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14980, "tnode_": 14745, "lpoly_": null, "rpoly_": null, "length": 639.89758695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 38530, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521388, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2004-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16939, "Shape__Length": 255.04352839785554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186918803176596, 39.991944532425201 ], [ -75.186698083430002, 39.992190195683698 ], [ -75.186622162782797, 39.992316219094299 ], [ -75.186606004424306, 39.992534803342302 ], [ -75.186658656187404, 39.992815743255697 ], [ -75.186806803662193, 39.993080569317101 ], [ -75.186979570095303, 39.993321618547903 ], [ -75.187187704026101, 39.993517211986997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14993, "tnode_": 14980, "lpoly_": null, "rpoly_": null, "length": 163.21961747, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3308, "r_f_add": 3301, "r_t_add": 3309, "st_code": 27510, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521389, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2005-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN DR", "stname": "W DAUPHIN DR", "objectid": 16940, "Shape__Length": 64.878461495220435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186373994500798, 39.991786243596799 ], [ -75.186551020557403, 39.9918327140877 ], [ -75.186918803176596, 39.991944532425201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14524, "tnode_": 14635, "lpoly_": null, "rpoly_": null, "length": 1254.3002466599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 3998, "r_f_add": 2901, "r_t_add": 3999, "st_code": 75233, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521390, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION DR", "stname": "STRAWBERRY MANSION DR", "objectid": 16941, "Shape__Length": 499.26284152439609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188586178909503, 39.995112361866902 ], [ -75.188830161538803, 39.995454522488302 ], [ -75.189082865978904, 39.995673023678499 ], [ -75.189386186262595, 39.995807509050401 ], [ -75.189659965412204, 39.9958865975753 ], [ -75.189921610346403, 39.9958681059938 ], [ -75.190186002918495, 39.995776693485404 ], [ -75.190477076088499, 39.995606811000997 ], [ -75.190705856494901, 39.9954112126646 ], [ -75.1910105514701, 39.995089587621699 ], [ -75.191331504081305, 39.994756160626501 ], [ -75.191632987891495, 39.994519608549503 ], [ -75.191798972767003, 39.994435110119703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16188, "tnode_": 15855, "lpoly_": null, "rpoly_": null, "length": 382.67721924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN GREEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 34790, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521391, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN GREEN DR", "stname": "FOUNTAIN GREEN DR", "objectid": 16942, "Shape__Length": 152.58389496027212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197097197343098, 39.984750096724603 ], [ -75.196845820448203, 39.985446963330197 ], [ -75.1967531892643, 39.985766411288502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14013, "tnode_": 13762, "lpoly_": null, "rpoly_": null, "length": 554.03540152999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88150, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 16943, "Shape__Length": 220.98530953742525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161856436655299, 39.998058235515401 ], [ -75.161533672762801, 39.999558735964897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13890, "tnode_": 13830, "lpoly_": null, "rpoly_": null, "length": 230.09150119, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2923, "r_t_add": 2999, "st_code": 88110, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521393, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16944, "Shape__Length": 91.536771743216832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158998593887006, 39.998836192195299 ], [ -75.158317466430404, 39.999189097167601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14036, "tnode_": 14013, "lpoly_": null, "rpoly_": null, "length": 449.18109146, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 21040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 16945, "Shape__Length": 178.49093586598821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160273342860506, 39.997863313876401 ], [ -75.161856436655299, 39.998058235515401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13830, "tnode_": 13651, "lpoly_": null, "rpoly_": null, "length": 372.14271119, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3042, "r_f_add": 3001, "r_t_add": 3043, "st_code": 88110, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521395, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16946, "Shape__Length": 148.43722141828016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158317466430404, 39.999189097167601 ], [ -75.158336520200294, 39.999291313412598 ], [ -75.158143243356093, 40.000197519191403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27083, "tnode_": 13258, "lpoly_": null, "rpoly_": null, "length": 418.53756354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 46360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521396, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 16947, "Shape__Length": 166.94861102945379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168814366335297, 40.002023853799898 ], [ -75.168566490288299, 40.003156865959703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14055, "tnode_": 13890, "lpoly_": null, "rpoly_": null, "length": 463.25294746000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2921, "st_code": 88110, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521397, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 16948, "Shape__Length": 184.69108051178273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158715387493103, 39.997660229351901 ], [ -75.158583231488905, 39.998214308667102 ], [ -75.158602296248901, 39.998336377220198 ], [ -75.158998593887006, 39.998836192195299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14413, "tnode_": 14386, "lpoly_": null, "rpoly_": null, "length": 455.69017391, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 50000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521398, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16949, "Shape__Length": 181.07306166581861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165966640638999, 39.995421629760003 ], [ -75.167570201403095, 39.995630653132302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14443, "tnode_": 14413, "lpoly_": null, "rpoly_": null, "length": 531.14904923999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 50000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521399, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 16950, "Shape__Length": 211.0566787066852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164097524275505, 39.995178103486303 ], [ -75.165966640638999, 39.995421629760003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15676, "tnode_": 15438, "lpoly_": null, "rpoly_": null, "length": 584.77120646000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88090, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 16951, "Shape__Length": 233.20484231230563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159475134769195, 39.986715268794001 ], [ -75.159124950476993, 39.9882977764074 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15713, "tnode_": 15992, "lpoly_": null, "rpoly_": null, "length": 942.68068909, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2556, "l_t_add": 2698, "r_f_add": 2503, "r_t_add": 2699, "st_code": 37440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 16952, "Shape__Length": 375.00803866035352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176091317561401, 39.9868082899022 ], [ -75.177727074454907, 39.985992204831 ], [ -75.178802220312093, 39.985285234433398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15729, "tnode_": 28492, "lpoly_": null, "rpoly_": null, "length": 227.7462581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2326, "r_f_add": 2301, "r_t_add": 2327, "st_code": 28440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521402, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16953, "Shape__Length": 90.484414457911981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171179081314406, 39.986615707072303 ], [ -75.171981608135397, 39.986714578664397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16579, "tnode_": 16562, "lpoly_": null, "rpoly_": null, "length": 407.75604926999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 22010, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521403, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 16954, "Shape__Length": 161.99566629450339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183698653630501, 39.982015123764199 ], [ -75.185131305361494, 39.982210792057003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16786, "tnode_": 16765, "lpoly_": null, "rpoly_": null, "length": 429.1258459, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 62120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521404, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 16955, "Shape__Length": 170.48174792814922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185500396548505, 39.980814006263003 ], [ -75.187009057164701, 39.981015757775303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15682, "tnode_": 15253, "lpoly_": null, "rpoly_": null, "length": 1031.4410685800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 16956, "Shape__Length": 411.34394538224871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1743638716882, 39.987033389648801 ], [ -75.173767388405295, 39.989827400879598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15475, "tnode_": 15381, "lpoly_": null, "rpoly_": null, "length": 1134.7496006600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 28440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521407, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 16957, "Shape__Length": 450.92001651807226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187062157528899, 39.988674505280798 ], [ -75.187363541021995, 39.988717032675403 ], [ -75.189025288741206, 39.988926199884197 ], [ -75.189783026987698, 39.989078601620697 ], [ -75.190558491485106, 39.989272268670497 ], [ -75.190985224795895, 39.9894062470051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14508, "tnode_": 14976, "lpoly_": null, "rpoly_": null, "length": 1864.79950747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2498, "r_f_add": 2301, "r_t_add": 2499, "st_code": 68050, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521412, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2011-07-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 16958, "Shape__Length": 742.70841537959359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191592907959702, 39.995586756443103 ], [ -75.191697279853699, 39.995251607738901 ], [ -75.191910594573699, 39.994836716811697 ], [ -75.192091617319505, 39.994439351340802 ], [ -75.192154704527795, 39.994233976063398 ], [ -75.192203134614502, 39.993997864266497 ], [ -75.192210230263598, 39.993809486674998 ], [ -75.192130877421206, 39.993607018206497 ], [ -75.192002290476694, 39.993452107773699 ], [ -75.191847483208406, 39.993363512601697 ], [ -75.191604169084997, 39.9933155171355 ], [ -75.190766940544705, 39.993290771595497 ], [ -75.1904601930474, 39.993247441157102 ], [ -75.190218025691195, 39.993169058387103 ], [ -75.189969560810894, 39.993047962930298 ], [ -75.189738273611795, 39.9928907592531 ], [ -75.189571336825296, 39.992704580625599 ], [ -75.189468290633201, 39.992501582484898 ], [ -75.189372979171296, 39.9921921116959 ], [ -75.189355246539506, 39.991972816248598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14648, "tnode_": 14693, "lpoly_": null, "rpoly_": null, "length": 97.59020525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2450, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 75233, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521413, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION DR", "stname": "STRAWBERRY MANSION DR", "objectid": 16959, "Shape__Length": 38.912899018247387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188231599059506, 39.994189471762297 ], [ -75.188127053128795, 39.993933927261899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14745, "tnode_": 14693, "lpoly_": null, "rpoly_": null, "length": 307.54674659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 38530, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521414, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2004-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16960, "Shape__Length": 122.31654268579291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187187704026101, 39.993517211986997 ], [ -75.187385915652598, 39.993659109556198 ], [ -75.187712236304804, 39.993812357638802 ], [ -75.187946503675605, 39.993890568474399 ], [ -75.188127053128795, 39.993933927261899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13991, "tnode_": 13729, "lpoly_": null, "rpoly_": null, "length": 558.5856072, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521415, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16961, "Shape__Length": 222.7983241168362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178239382640797, 39.998620145425598 ], [ -75.177888816886295, 40.000129642247202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13392, "tnode_": 13406, "lpoly_": null, "rpoly_": null, "length": 233.7584511, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3301, "r_t_add": 3331, "st_code": 44040, "l_hundred": 0, "r_hundred": 3300, "seg_id": 521417, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2005-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 16962, "Shape__Length": 92.981388523032194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183953803677696, 40.002848346907101 ], [ -75.184198911343202, 40.002820733075602 ], [ -75.184463704484799, 40.0026911274498 ], [ -75.184667166641503, 40.002551364107298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13863, "tnode_": 13752, "lpoly_": null, "rpoly_": null, "length": 202.25682222, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 36200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521418, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 16963, "Shape__Length": 80.673630989678415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162095542852299, 39.999068745360198 ], [ -75.161976614869104, 39.999616379394901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16071, "tnode_": 16062, "lpoly_": null, "rpoly_": null, "length": 186.11954283999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2025, "r_t_add": 2099, "st_code": 60140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521419, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 16964, "Shape__Length": 73.944855707431984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167651134421206, 39.984609098350298 ], [ -75.168305721896004, 39.984695629445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12987, "tnode_": 12853, "lpoly_": null, "rpoly_": null, "length": 755.7418226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "8", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9360, "l_hundred": 0, "r_hundred": 0, "seg_id": 521421, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP 8", "stname": "SCHUYLKILL EXPY RAMP 8", "objectid": 16965, "Shape__Length": 300.73165169548741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199257710191503, 40.006423560360602 ], [ -75.199446384690503, 40.0065610872403 ], [ -75.199591632443799, 40.006659998822897 ], [ -75.199790958368396, 40.006802836178203 ], [ -75.200205142961707, 40.0070508603186 ], [ -75.200433903462496, 40.007161783420997 ], [ -75.200690568288096, 40.007281467137901 ], [ -75.200896313549606, 40.007368217868397 ], [ -75.201064551809296, 40.007442296320299 ], [ -75.201433736714606, 40.0076365224499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12987, "tnode_": 12957, "lpoly_": null, "rpoly_": null, "length": 1918.4062379799998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 521423, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 16966, "Shape__Length": 762.89748287932878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199257710191503, 40.006423560360602 ], [ -75.198666109908601, 40.006026088650501 ], [ -75.198361207312303, 40.005875475124903 ], [ -75.198190667050696, 40.005811978652098 ], [ -75.198019719418497, 40.005759328170001 ], [ -75.197830530216606, 40.005722555775002 ], [ -75.197440348619494, 40.005681313533202 ], [ -75.196934212497794, 40.005626636992602 ], [ -75.196519043760503, 40.005592978310403 ], [ -75.196170974432405, 40.005558096922798 ], [ -75.195741906388506, 40.005518698567499 ], [ -75.195329550692307, 40.005504095847201 ], [ -75.195110214328693, 40.005518211734099 ], [ -75.194883214629499, 40.005548441427401 ], [ -75.194627188824995, 40.005599735246598 ], [ -75.194412862686406, 40.005668239728699 ], [ -75.194119124521904, 40.0057838275712 ], [ -75.193866780295906, 40.005924761691801 ], [ -75.193663596847699, 40.006072216688999 ], [ -75.193452747684901, 40.006235785429098 ], [ -75.193259426972801, 40.006402457091802 ], [ -75.1931360426033, 40.006474278347497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13154, "tnode_": 13412, "lpoly_": null, "rpoly_": null, "length": 834.5927538000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34026, "l_t_add": 34040, "r_f_add": 34027, "r_t_add": 34041, "st_code": 1150, "l_hundred": 34000, "r_hundred": 34000, "seg_id": 521424, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 16967, "Shape__Length": 332.84946422918739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195670863198799, 40.0043574643054 ], [ -75.195666568039798, 40.004348183889 ], [ -75.195418048321002, 40.003959511405199 ], [ -75.195227041096203, 40.003534343528202 ], [ -75.195104727929106, 40.0031484787417 ], [ -75.195067778766997, 40.002918310813101 ], [ -75.195021270891502, 40.002569209094702 ], [ -75.1949516923342, 40.002154393482101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13399, "tnode_": 29113, "lpoly_": null, "rpoly_": null, "length": 497.00164975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34040, "l_t_add": 34044, "r_f_add": 0, "r_t_add": 0, "st_code": 1160, "l_hundred": 34000, "r_hundred": 0, "seg_id": 521425, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 16968, "Shape__Length": 198.26002817890517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1944261151218, 40.003014056756797 ], [ -75.194600095258394, 40.0016563032164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15505, "tnode_": 16362, "lpoly_": null, "rpoly_": null, "length": 1998.43697974, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34156, "l_t_add": 34192, "r_f_add": 34157, "r_t_add": 34193, "st_code": 1150, "l_hundred": 34100, "r_hundred": 34100, "seg_id": 521427, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 16969, "Shape__Length": 796.73792599863532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206518863335305, 39.9892586831538 ], [ -75.207257448453205, 39.988273421131098 ], [ -75.207586261074596, 39.987735673329396 ], [ -75.207764913969001, 39.987367282237102 ], [ -75.2079025905865, 39.987062739297698 ], [ -75.207988979309803, 39.986816420155002 ], [ -75.208031333879902, 39.986703986869699 ], [ -75.208074661038097, 39.986588973016602 ], [ -75.208127689344195, 39.986390482581598 ], [ -75.208197259340906, 39.986124903114103 ], [ -75.208284683464001, 39.985720883537503 ], [ -75.208327425966402, 39.985423822629201 ], [ -75.208343738989697, 39.985199158522803 ], [ -75.208358976010999, 39.984792016685603 ], [ -75.208333003765006, 39.9840597977634 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13362, "tnode_": 13671, "lpoly_": null, "rpoly_": null, "length": 906.01313174999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 3468, "r_f_add": 1, "r_t_add": 3469, "st_code": 22240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521432, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 16970, "Shape__Length": 360.9706904916336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197324965743405, 40.0031106384845 ], [ -75.199167213797594, 40.001066505595197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13671, "tnode_": 13814, "lpoly_": null, "rpoly_": null, "length": 473.74525446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3470, "l_t_add": 3598, "r_f_add": 3471, "r_t_add": 3599, "st_code": 22240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521433, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 16971, "Shape__Length": 188.73118380691869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199167213797594, 40.001066505595197 ], [ -75.200155138367904, 40.000011042046303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13818, "tnode_": 13671, "lpoly_": null, "rpoly_": null, "length": 382.72873734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3681, "r_t_add": 3699, "st_code": 38530, "l_hundred": 0, "r_hundred": 3600, "seg_id": 521434, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16972, "Shape__Length": 152.63093097729606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198925158598698, 40.000058455403099 ], [ -75.199076252613395, 40.000262059504699 ], [ -75.199135125931605, 40.000378921579802 ], [ -75.199165729422106, 40.000616791990701 ], [ -75.199139196751901, 40.000902047060599 ], [ -75.199167213797594, 40.001066505595197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13818, "tnode_": 13814, "lpoly_": null, "rpoly_": null, "length": 378.50834019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3680, "l_t_add": 3698, "r_f_add": 0, "r_t_add": 0, "st_code": 38530, "l_hundred": 3600, "r_hundred": 0, "seg_id": 521435, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16973, "Shape__Length": 150.49891184180692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198925158598698, 40.000058455403099 ], [ -75.199159375473698, 40.000154434495599 ], [ -75.199385776541305, 40.000232446400297 ], [ -75.199559606446897, 40.000236308514701 ], [ -75.200155138367904, 40.000011042046303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13814, "tnode_": 14298, "lpoly_": null, "rpoly_": null, "length": 1672.3360669200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3600, "l_t_add": 3898, "r_f_add": 3601, "r_t_add": 3899, "st_code": 22240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 521437, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 16974, "Shape__Length": 665.55433465648059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200155138367904, 40.000011042046303 ], [ -75.200366402382201, 39.9998102594841 ], [ -75.200613024511398, 39.9995603011117 ], [ -75.200932126039504, 39.999275461932299 ], [ -75.2012984029748, 39.9989977502104 ], [ -75.201737613229895, 39.998673002204399 ], [ -75.202063009677403, 39.998430872243198 ], [ -75.202450930072104, 39.998208373414201 ], [ -75.203733418496896, 39.9975374230334 ], [ -75.204708929708502, 39.997106436471199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14326, "tnode_": 13818, "lpoly_": null, "rpoly_": null, "length": 1397.39608952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3636, "l_t_add": 3678, "r_f_add": 3637, "r_t_add": 3679, "st_code": 38530, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 521438, "oneway": "FT", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENLAND DR", "stname": "GREENLAND DR", "objectid": 16975, "Shape__Length": 556.8392550005176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200345347683907, 39.996806032358599 ], [ -75.200440670585607, 39.996989957841897 ], [ -75.200495891667302, 39.997204046602299 ], [ -75.200496264487995, 39.997404754513497 ], [ -75.200434111060403, 39.997585827475802 ], [ -75.200258833367997, 39.997831288261601 ], [ -75.200069349640202, 39.998033859880401 ], [ -75.199846890899195, 39.998272190254802 ], [ -75.199577707249702, 39.998491235888402 ], [ -75.199138031266202, 39.998828129053202 ], [ -75.198820067041396, 39.999082580634997 ], [ -75.198685426428398, 39.999298532507602 ], [ -75.198620757042306, 39.999546449218002 ], [ -75.198667844830098, 39.999766439936003 ], [ -75.198756268518594, 39.999938695026401 ], [ -75.198925158598698, 40.000058455403099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14788, "tnode_": 14900, "lpoly_": null, "rpoly_": null, "length": 392.94859332000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4300, "l_t_add": 4798, "r_f_add": 4301, "r_t_add": 4799, "st_code": 22250, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 521439, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2005-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CHAMOUNIX DR", "stname": "S CHAMOUNIX DR", "objectid": 16976, "Shape__Length": 156.45673036232728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214069430345205, 39.993814948422802 ], [ -75.214424159782894, 39.993735769770304 ], [ -75.214620128013493, 39.993569809390003 ], [ -75.214971117239401, 39.993067333131499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16362, "tnode_": 15843, "lpoly_": null, "rpoly_": null, "length": 951.92998922999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 521443, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 16977, "Shape__Length": 379.64331091357928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208333003765006, 39.9840597977634 ], [ -75.208398393896204, 39.984222528911602 ], [ -75.208429509622604, 39.984386099395302 ], [ -75.208455818887501, 39.984739425367799 ], [ -75.208468087457405, 39.985080409318002 ], [ -75.208455261924996, 39.985686381004399 ], [ -75.208428972756593, 39.986301847535998 ], [ -75.208387330768105, 39.9866610767845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15819, "tnode_": 15562, "lpoly_": null, "rpoly_": null, "length": 1222.9635733100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 521445, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 16978, "Shape__Length": 487.41381612338949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207534276375796, 39.986767423404302 ], [ -75.207485175338604, 39.986875413797698 ], [ -75.207447603713305, 39.986942035959601 ], [ -75.207411572833706, 39.986996004322997 ], [ -75.207290887565406, 39.987286628737301 ], [ -75.207122948691804, 39.987649860411601 ], [ -75.206931858852599, 39.988069241191297 ], [ -75.206760309922103, 39.988435090026897 ], [ -75.206680549902899, 39.988597911561499 ], [ -75.206494503346804, 39.9888824945062 ], [ -75.205861397209304, 39.989583480060098 ], [ -75.205788470930997, 39.989657412692203 ], [ -75.205701867258497, 39.989788100821002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13154, "tnode_": 12987, "lpoly_": null, "rpoly_": null, "length": 1278.4797971300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B-1", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9400, "l_hundred": 0, "r_hundred": 0, "seg_id": 521450, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B-1", "stname": "SCHUYLKILL EXPY RAMP B-1", "objectid": 16979, "Shape__Length": 508.77782487163859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195670863198799, 40.0043574643054 ], [ -75.1958698072781, 40.004541578083099 ], [ -75.196045814886205, 40.004712781607402 ], [ -75.196383927336996, 40.004963057088197 ], [ -75.196636540787907, 40.005096230144503 ], [ -75.196952931797099, 40.005222679449197 ], [ -75.197165478156407, 40.005295253367301 ], [ -75.197831733577004, 40.005502754447903 ], [ -75.198020005971699, 40.005563932717102 ], [ -75.198207463388101, 40.005646803166798 ], [ -75.198442757293705, 40.005771444768101 ], [ -75.198577322664505, 40.0058531390561 ], [ -75.198968200983401, 40.006157642082897 ], [ -75.199257710191503, 40.006423560360602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17345, "tnode_": 17367, "lpoly_": null, "rpoly_": null, "length": 236.576161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERSHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 47580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1997-02-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERSHAW ST", "stname": "KERSHAW ST", "objectid": 16980, "Shape__Length": 93.97960306499283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179812921015696, 39.977049894992803 ], [ -75.180645975314704, 39.976944964355198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16991, "tnode_": 16970, "lpoly_": null, "rpoly_": null, "length": 452.7271331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 46020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 16981, "Shape__Length": 179.85560034379742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185730415437703, 39.979370159120002 ], [ -75.187320399196494, 39.979590044307699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15228, "tnode_": 15156, "lpoly_": null, "rpoly_": null, "length": 97.35438907, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2226, "l_t_add": 2232, "r_f_add": 2225, "r_t_add": 2233, "st_code": 88360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521454, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16982, "Shape__Length": 38.825142398045408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180075149815096, 39.9901988257486 ], [ -75.180009992722802, 39.990461334148698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15156, "tnode_": 15088, "lpoly_": null, "rpoly_": null, "length": 194.3890577, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2234, "l_t_add": 2298, "r_f_add": 2235, "r_t_add": 2299, "st_code": 88360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521455, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 16983, "Shape__Length": 77.525865155243565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180009992722802, 39.990461334148698 ], [ -75.179897025505795, 39.9909878340181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15298, "tnode_": 15233, "lpoly_": null, "rpoly_": null, "length": 119.21139959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2228, "l_t_add": 2236, "r_f_add": 2225, "r_t_add": 2237, "st_code": 88300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521456, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16984, "Shape__Length": 47.54248605670702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175440370783093, 39.989594577033301 ], [ -75.175367690372894, 39.989917016449503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15233, "tnode_": 15178, "lpoly_": null, "rpoly_": null, "length": 174.23439464999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2238, "l_t_add": 2298, "r_f_add": 2239, "r_t_add": 2299, "st_code": 88300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 16985, "Shape__Length": 69.487045821050302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175367690372894, 39.989917016449503 ], [ -75.175265079892, 39.990388754300298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15156, "tnode_": 15137, "lpoly_": null, "rpoly_": null, "length": 135.96621591, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 59440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 16986, "Shape__Length": 54.023521205042549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180009992722802, 39.990461334148698 ], [ -75.180488436700003, 39.990523618760903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15239, "tnode_": 15233, "lpoly_": null, "rpoly_": null, "length": 128.35869947999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 59440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 16987, "Shape__Length": 51.003591809203755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174919811123701, 39.989890226455103 ], [ -75.175048506583593, 39.989907416359202 ], [ -75.175122881891099, 39.989886076630398 ], [ -75.175367690372894, 39.989917016449503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15460, "tnode_": 15442, "lpoly_": null, "rpoly_": null, "length": 395.12302884999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 75680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 16988, "Shape__Length": 156.98704191544041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169164044230797, 39.988354190737098 ], [ -75.170557398985693, 39.988520884970001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15645, "tnode_": 15442, "lpoly_": null, "rpoly_": null, "length": 482.61276439, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2122, "l_t_add": 2198, "r_f_add": 2123, "r_t_add": 2199, "st_code": 88230, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 16989, "Shape__Length": 192.46527921120094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170847268120895, 39.9872149512627 ], [ -75.170557398985693, 39.988520884970001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14747, "tnode_": 14405, "lpoly_": null, "rpoly_": null, "length": 885.47547694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING DR", "st_type": "RAMP", "suf_dir": "S", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9240, "l_hundred": 0, "r_hundred": 0, "seg_id": 521463, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR RAMP S", "stname": "MARTIN LUTHER KING DR RAMP S", "objectid": 16990, "Shape__Length": 352.91714857190311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1973102877011, 39.994019416441297 ], [ -75.197201429292804, 39.994285647424299 ], [ -75.197015734643301, 39.9945977713502 ], [ -75.196120992321596, 39.995891536950502 ], [ -75.195889357709703, 39.9961846395584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14648, "tnode_": 14524, "lpoly_": null, "rpoly_": null, "length": 350.74703037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2898, "r_f_add": 2501, "r_t_add": 2899, "st_code": 75233, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521464, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION DR", "stname": "STRAWBERRY MANSION DR", "objectid": 16991, "Shape__Length": 139.86219678494251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188231599059506, 39.994189471762297 ], [ -75.188349753441898, 39.994519914302103 ], [ -75.188456803130194, 39.994826393451298 ], [ -75.188586178909503, 39.995112361866902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12967, "tnode_": 29113, "lpoly_": null, "rpoly_": null, "length": 2446.3486533399996, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 34003, "r_t_add": 34041, "st_code": 1160, "l_hundred": 0, "r_hundred": 34000, "seg_id": 521465, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 16992, "Shape__Length": 974.60093095698483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198972679631197, 40.006920905957898 ], [ -75.197844130436707, 40.006342004342898 ], [ -75.197486221060899, 40.006155967438403 ], [ -75.197399252272604, 40.006117341287101 ], [ -75.196956363039803, 40.005882237474999 ], [ -75.196710594145401, 40.005754645985199 ], [ -75.196506425930906, 40.005646976027997 ], [ -75.196213841888294, 40.005450493760101 ], [ -75.195949978913802, 40.005241079620497 ], [ -75.195710698737798, 40.005034926511598 ], [ -75.195506885222301, 40.004824133479701 ], [ -75.195297472333493, 40.004553127385499 ], [ -75.195131421128494, 40.004303897291798 ], [ -75.194905764763107, 40.003867165518002 ], [ -75.194813335178395, 40.003619572521401 ], [ -75.194695442192, 40.003209522622598 ], [ -75.194668051633201, 40.003098287440899 ], [ -75.194611030070504, 40.002748951492798 ], [ -75.194608371482701, 40.002446694915101 ], [ -75.194622215989, 40.001985613245402 ], [ -75.194600095258394, 40.0016563032164 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15562, "tnode_": 16299, "lpoly_": null, "rpoly_": null, "length": 2469.3072218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34150, "l_t_add": 34196, "r_f_add": 34151, "r_t_add": 34197, "st_code": 1160, "l_hundred": 34100, "r_hundred": 34100, "seg_id": 521467, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 16993, "Shape__Length": 984.33257424031854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205701867258497, 39.989788100821002 ], [ -75.206002603557295, 39.989559628457201 ], [ -75.206349402228298, 39.989197663635899 ], [ -75.2066866933407, 39.9888085057392 ], [ -75.206992638645005, 39.988413256330098 ], [ -75.207373046055196, 39.987809197750899 ], [ -75.207531349400099, 39.987515904355497 ], [ -75.207664413168402, 39.987240939417099 ], [ -75.207796350500601, 39.986938587749599 ], [ -75.207865250726798, 39.986725340058499 ], [ -75.207903659084806, 39.986606466442701 ], [ -75.207957881644703, 39.986425213476799 ], [ -75.208017583220595, 39.986239643500902 ], [ -75.208098895373894, 39.985826240782501 ], [ -75.208139136897898, 39.985596024873203 ], [ -75.208171705965498, 39.9853595563659 ], [ -75.208209505715701, 39.984983323055197 ], [ -75.208208716942707, 39.984581908065103 ], [ -75.208153147073602, 39.983954254438203 ], [ -75.208046548478706, 39.983502110304897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16299, "tnode_": 15819, "lpoly_": null, "rpoly_": null, "length": 1207.87653477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9410, "l_hundred": 0, "r_hundred": 0, "seg_id": 521469, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP D", "stname": "SCHUYLKILL EXPY RAMP D", "objectid": 16994, "Shape__Length": 481.67771793611104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208046548478706, 39.983502110304897 ], [ -75.208042160337399, 39.983751097985099 ], [ -75.208077214565193, 39.984293152575802 ], [ -75.208071695109695, 39.984651854601999 ], [ -75.208044978626802, 39.984943188615603 ], [ -75.207983479048195, 39.985318896979798 ], [ -75.207933290341302, 39.985603629333902 ], [ -75.2078524122593, 39.985863353953697 ], [ -75.207764160941807, 39.9861692744973 ], [ -75.207688185631099, 39.9864185217425 ], [ -75.207616622068997, 39.986643583751501 ], [ -75.207534276375796, 39.986767423404302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14508, "tnode_": 13857, "lpoly_": null, "rpoly_": null, "length": 1517.8318222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 47190, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521470, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 16995, "Shape__Length": 605.34869435261692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191592907959702, 39.995586756443103 ], [ -75.191425518119601, 39.995828655398498 ], [ -75.191260518502105, 39.996220295338198 ], [ -75.191116929745505, 39.996673230351703 ], [ -75.190939100232299, 39.997405164632902 ], [ -75.190899594749595, 39.997823928941699 ], [ -75.190643433586203, 39.998955516211197 ], [ -75.1905216580423, 39.999650877254297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13857, "tnode_": 12879, "lpoly_": null, "rpoly_": null, "length": 2771.3434409600004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 3998, "r_f_add": 2701, "r_t_add": 3999, "st_code": 47190, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521473, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 16996, "Shape__Length": 1105.2941813415048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1905216580423, 39.999650877254297 ], [ -75.190583645912994, 39.9999405951516 ], [ -75.190591887301395, 40.000561123272398 ], [ -75.190532909948104, 40.001076762149097 ], [ -75.190416062700095, 40.001463463240299 ], [ -75.190289992288299, 40.001849551330302 ], [ -75.190248993313105, 40.0020979918203 ], [ -75.190298561009996, 40.002482588256903 ], [ -75.190485558678006, 40.003605810291297 ], [ -75.190571776466896, 40.003798315311698 ], [ -75.190642090635393, 40.004030992106401 ], [ -75.190657547704404, 40.004669926358503 ], [ -75.190730495373899, 40.0050425431142 ], [ -75.190950426198796, 40.0055257911783 ], [ -75.191071017408007, 40.005893387826497 ], [ -75.191136816740098, 40.006012525915899 ], [ -75.191325258760401, 40.0062822075135 ], [ -75.191642209364105, 40.006662379568603 ], [ -75.191867957901195, 40.006994615869303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14405, "tnode_": 14062, "lpoly_": null, "rpoly_": null, "length": 1021.2588996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING DR", "st_type": "RAMP", "suf_dir": "N", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9235, "l_hundred": 0, "r_hundred": 0, "seg_id": 521474, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR RAMP N", "stname": "MARTIN LUTHER KING DR RAMP N", "objectid": 16997, "Shape__Length": 406.79611913236715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195889357709703, 39.9961846395584 ], [ -75.193692938184896, 39.998422015150702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14062, "tnode_": 12835, "lpoly_": null, "rpoly_": null, "length": 4292.2806823299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2898, "r_f_add": 2701, "r_t_add": 2899, "st_code": 54110, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521475, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2009-08-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 16998, "Shape__Length": 1710.2533907599191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193692938184896, 39.998422015150702 ], [ -75.193351490490102, 39.999308945555903 ], [ -75.1926947049228, 40.001210085014698 ], [ -75.192615470446697, 40.001634047333198 ], [ -75.192590826704901, 40.002302566903602 ], [ -75.192598171136197, 40.002947402507097 ], [ -75.192600022396107, 40.003738077877301 ], [ -75.192689972922096, 40.004275210098903 ], [ -75.192810113578204, 40.004654958328501 ], [ -75.192925100058602, 40.0049616100804 ], [ -75.193105027159604, 40.005433916441902 ], [ -75.193384872491094, 40.0059764510208 ], [ -75.193504769751002, 40.0061663815614 ], [ -75.193551174764494, 40.006246118679698 ], [ -75.19366100405, 40.006422255694602 ], [ -75.193766538392396, 40.00652501994 ], [ -75.193928901112201, 40.006618194902202 ], [ -75.194211972773701, 40.006692344409402 ], [ -75.194526984006103, 40.006761777385599 ], [ -75.194887056764102, 40.006835914595101 ], [ -75.197647118072297, 40.007350689296302 ], [ -75.197686487759498, 40.0073582851265 ], [ -75.198006949412502, 40.007459372852402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16522, "tnode_": 15894, "lpoly_": null, "rpoly_": null, "length": 1400.61464836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1500, "l_t_add": 1798, "r_f_add": 1501, "r_t_add": 1799, "st_code": 54110, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521476, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 16999, "Shape__Length": 558.43868735735475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206272244322506, 39.982805610282597 ], [ -75.206155811787994, 39.983853483944202 ], [ -75.205917920817697, 39.985069262117499 ], [ -75.205838901244704, 39.985348659536101 ], [ -75.205763105804493, 39.985544197232002 ], [ -75.205564484100407, 39.985920346306003 ], [ -75.205140432452495, 39.986502966853202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14747, "tnode_": 14062, "lpoly_": null, "rpoly_": null, "length": 1903.6637697400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 54110, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521477, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 17000, "Shape__Length": 758.49210618738823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1973102877011, 39.994019416441297 ], [ -75.197060131228895, 39.9942581777863 ], [ -75.195721488973902, 39.995843480311301 ], [ -75.195586789350301, 39.996007966387602 ], [ -75.1939821607466, 39.997862199084402 ], [ -75.193832619991099, 39.998053487521901 ], [ -75.193692938184896, 39.998422015150702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14755, "tnode_": 14635, "lpoly_": null, "rpoly_": null, "length": 1099.95921092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 2398, "r_f_add": 1, "r_t_add": 2399, "st_code": 75233, "l_hundred": 0, "r_hundred": 0, "seg_id": 521480, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION DR", "stname": "STRAWBERRY MANSION DR", "objectid": 17001, "Shape__Length": 437.38524338881092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188422271666099, 39.993471459090699 ], [ -75.188488157002794, 39.993462539866101 ], [ -75.189409531238994, 39.993430789312299 ], [ -75.189630518476605, 39.993441800624801 ], [ -75.1898512755144, 39.993458888177798 ], [ -75.190125505063094, 39.993525822241402 ], [ -75.190728810534395, 39.993673075744397 ], [ -75.1912303257063, 39.993793728885002 ], [ -75.1913704767844, 39.993851589198002 ], [ -75.191478337647993, 39.993926975000399 ], [ -75.191645053756901, 39.994119226642297 ], [ -75.191779024686696, 39.994341158129401 ], [ -75.191798972767003, 39.994435110119703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14745, "tnode_": 14755, "lpoly_": null, "rpoly_": null, "length": 346.35105342999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFORD", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 84445, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521481, "oneway": "TF", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFORD DR", "stname": "WOODFORD DR", "objectid": 17002, "Shape__Length": 137.60810461824158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187187704026101, 39.993517211986997 ], [ -75.1881519364875, 39.993475508166703 ], [ -75.188422271666099, 39.993471459090699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14693, "tnode_": 14755, "lpoly_": null, "rpoly_": null, "length": 188.8532926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2448, "r_f_add": 2401, "r_t_add": 2449, "st_code": 75233, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521482, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION DR", "stname": "STRAWBERRY MANSION DR", "objectid": 17003, "Shape__Length": 75.269521031917208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188127053128795, 39.993933927261899 ], [ -75.188186501710206, 39.993816861593899 ], [ -75.188228984845793, 39.993738746271902 ], [ -75.188288873706099, 39.993618446754702 ], [ -75.188422271666099, 39.993471459090699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15098, "tnode_": 15212, "lpoly_": null, "rpoly_": null, "length": 408.39271562, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2428, "r_f_add": 2401, "r_t_add": 2419, "st_code": 71520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521494, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17004, "Shape__Length": 162.43974171255337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171983637348802, 39.990729788265703 ], [ -75.173205624501904, 39.990118749900702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15212, "tnode_": 15253, "lpoly_": null, "rpoly_": null, "length": 189.84542732, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2430, "l_t_add": 2498, "r_f_add": 2421, "r_t_add": 2499, "st_code": 71520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521495, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17005, "Shape__Length": 75.515852971155383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173205624501904, 39.990118749900702 ], [ -75.173767388405295, 39.989827400879598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15310, "tnode_": 15404, "lpoly_": null, "rpoly_": null, "length": 365.12573734, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2514, "l_t_add": 2598, "r_f_add": 2519, "r_t_add": 2599, "st_code": 71520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521496, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17006, "Shape__Length": 145.22845114690099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174497161597102, 39.989475809580803 ], [ -75.175588420225097, 39.988928035904401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15404, "tnode_": 15423, "lpoly_": null, "rpoly_": null, "length": 72.36016407, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2600, "r_f_add": 2601, "r_t_add": 2601, "st_code": 71520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521497, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17007, "Shape__Length": 28.779720740024072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175588420225097, 39.988928035904401 ], [ -75.175806483857201, 39.988821631096101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15423, "tnode_": 15543, "lpoly_": null, "rpoly_": null, "length": 550.77018203, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2602, "l_t_add": 2698, "r_f_add": 2603, "r_t_add": 2699, "st_code": 71520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521498, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17008, "Shape__Length": 219.07770004594258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175806483857201, 39.988821631096101 ], [ -75.177436345907196, 39.987976541230402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15543, "tnode_": 15614, "lpoly_": null, "rpoly_": null, "length": 308.66631649, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2728, "r_f_add": 2701, "r_t_add": 2729, "st_code": 71520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521499, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17009, "Shape__Length": 122.75655691460784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177436345907196, 39.987976541230402 ], [ -75.177523608088606, 39.987932465307203 ], [ -75.178184746209496, 39.987594534767197 ], [ -75.178374731558407, 39.987538731198299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14460, "tnode_": 14525, "lpoly_": null, "rpoly_": null, "length": 347.53105143, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1916, "l_t_add": 1998, "r_f_add": 1915, "r_t_add": 1999, "st_code": 71520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521500, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17010, "Shape__Length": 138.20351573074154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163196190246694, 39.995071267653103 ], [ -75.164052933650495, 39.994734391394303 ], [ -75.164284996166202, 39.994616424228298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15521, "tnode_": 15489, "lpoly_": null, "rpoly_": null, "length": 458.7726949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 30720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521501, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 17011, "Shape__Length": 182.27879787561153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180507869190095, 39.988228115793802 ], [ -75.182121918956696, 39.988439401802403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15914, "tnode_": 15980, "lpoly_": null, "rpoly_": null, "length": 249.775307, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2918, "r_f_add": 2901, "r_t_add": 2915, "st_code": 71520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521502, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17012, "Shape__Length": 99.388291791897643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181020479841905, 39.9858324499899 ], [ -75.181702355998297, 39.985390851560503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15980, "tnode_": 16067, "lpoly_": null, "rpoly_": null, "length": 229.0278494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2920, "l_t_add": 2920, "r_f_add": 2917, "r_t_add": 2921, "st_code": 71520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17013, "Shape__Length": 91.139464949675244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181702355998297, 39.985390851560503 ], [ -75.182316537842297, 39.984976047253802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16067, "tnode_": 16150, "lpoly_": null, "rpoly_": null, "length": 229.97983031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2922, "l_t_add": 2946, "r_f_add": 2923, "r_t_add": 2947, "st_code": 71520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17014, "Shape__Length": 91.506464215720925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182316537842297, 39.984976047253802 ], [ -75.182950081407895, 39.984574727621798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16150, "tnode_": 16156, "lpoly_": null, "rpoly_": null, "length": 13.7770275, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2948, "l_t_add": 2998, "r_f_add": 2949, "r_t_add": 2999, "st_code": 71520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17015, "Shape__Length": 5.4861741186350832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182950081407895, 39.984574727621798 ], [ -75.182980777675795, 39.984545185315298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16156, "tnode_": 16333, "lpoly_": null, "rpoly_": null, "length": 491.54894616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 71520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17016, "Shape__Length": 195.60277760498678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182980777675795, 39.984545185315298 ], [ -75.184301001506896, 39.983656725754201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15814, "tnode_": 15914, "lpoly_": null, "rpoly_": null, "length": 285.54236452000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2824, "l_t_add": 2898, "r_f_add": 2825, "r_t_add": 2899, "st_code": 71520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17017, "Shape__Length": 113.63422517305628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180260534932003, 39.986354649921999 ], [ -75.181020479841905, 39.9858324499899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15634, "tnode_": 27067, "lpoly_": null, "rpoly_": null, "length": 131.62861705, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2732, "l_t_add": 2788, "r_f_add": 2733, "r_t_add": 2789, "st_code": 71520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17018, "Shape__Length": 52.353463056304292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178519806108696, 39.987436625485898 ], [ -75.1789135676662, 39.987239590185503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15614, "tnode_": 15634, "lpoly_": null, "rpoly_": null, "length": 55.10030857, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2730, "l_t_add": 2730, "r_f_add": 2731, "r_t_add": 2731, "st_code": 71520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17019, "Shape__Length": 21.929153806836013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178374731558407, 39.987538731198299 ], [ -75.178519806108696, 39.987436625485898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14217, "tnode_": 14272, "lpoly_": null, "rpoly_": null, "length": 325.00440533999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1842, "r_f_add": 1701, "r_t_add": 1729, "st_code": 71520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521510, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17020, "Shape__Length": 129.21947913165414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158929617310505, 39.996648467771898 ], [ -75.159556416428799, 39.996430849494502 ], [ -75.159984869523001, 39.9962779958311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15669, "tnode_": 15814, "lpoly_": null, "rpoly_": null, "length": 450.23446452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2822, "r_f_add": 2801, "r_t_add": 2823, "st_code": 71520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17021, "Shape__Length": 179.16575714631065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179045697189594, 39.987163545724201 ], [ -75.180260534932003, 39.986354649921999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15253, "tnode_": 15310, "lpoly_": null, "rpoly_": null, "length": 241.30503845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2517, "st_code": 71520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521512, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17022, "Shape__Length": 95.973122987610452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173767388405295, 39.989827400879598 ], [ -75.174256617234306, 39.989596548078602 ], [ -75.174497161597102, 39.989475809580803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14525, "tnode_": 14812, "lpoly_": null, "rpoly_": null, "length": 1335.47496103, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 71520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521513, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17023, "Shape__Length": 531.23616884485523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164284996166202, 39.994616424228298 ], [ -75.168066641585199, 39.9927262984599 ], [ -75.168250394859896, 39.992588750795498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16854, "tnode_": 16830, "lpoly_": null, "rpoly_": null, "length": 452.00112093000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 78120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 17024, "Shape__Length": 179.56483358222806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175884024353905, 39.980054293497197 ], [ -75.177476211715202, 39.9802524837419 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16889, "tnode_": 16854, "lpoly_": null, "rpoly_": null, "length": 452.12870581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 78120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 17025, "Shape__Length": 179.61671034374606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174293376363906, 39.979846834177501 ], [ -75.175884024353905, 39.980054293497197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16817, "tnode_": 16793, "lpoly_": null, "rpoly_": null, "length": 451.94757224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICHOLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 59800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521516, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICHOLAS ST", "stname": "NICHOLAS ST", "objectid": 17026, "Shape__Length": 179.54845918037154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174203570044696, 39.980286893205196 ], [ -75.174269668666398, 39.980303941739201 ], [ -75.175790642025106, 39.980503772700999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16708, "tnode_": 16468, "lpoly_": null, "rpoly_": null, "length": 566.10198784, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 15660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521517, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 17027, "Shape__Length": 225.74104919822594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176709066338503, 39.981127863230597 ], [ -75.176369681451604, 39.9826597949682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16693, "tnode_": 16451, "lpoly_": null, "rpoly_": null, "length": 562.67341563000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 15420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521518, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 17028, "Shape__Length": 224.37161007684185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177834688707605, 39.981272260266003 ], [ -75.177479537336694, 39.9827925138447 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16682, "tnode_": 16442, "lpoly_": null, "rpoly_": null, "length": 565.3212189, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 49810, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521519, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 17029, "Shape__Length": 225.43164121188551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178309651710606, 39.981331216692901 ], [ -75.177979417962106, 39.982862159106297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16425, "tnode_": 16145, "lpoly_": null, "rpoly_": null, "length": 548.28178190999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 32320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521520, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 17030, "Shape__Length": 218.64331465687636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179059230815099, 39.982999401622301 ], [ -75.178747310194197, 39.984485253327001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16420, "tnode_": 16134, "lpoly_": null, "rpoly_": null, "length": 549.51130480999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 53940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521521, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17031, "Shape__Length": 219.13336417702379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1794675260861, 39.983058225425602 ], [ -75.179151701190193, 39.984547008974097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16473, "tnode_": 16489, "lpoly_": null, "rpoly_": null, "length": 189.88632692000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2727, "l_t_add": 2799, "r_f_add": 2724, "r_t_add": 2798, "st_code": 32600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521522, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EYRE ST", "stname": "W EYRE ST", "objectid": 17032, "Shape__Length": 75.438411726711976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180044730269003, 39.982657723240699 ], [ -75.179376091192594, 39.982573211176003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16489, "tnode_": 16502, "lpoly_": null, "rpoly_": null, "length": 208.59364948000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2701, "l_t_add": 2725, "r_f_add": 2700, "r_t_add": 2722, "st_code": 32600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521523, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EYRE ST", "stname": "W EYRE ST", "objectid": 17033, "Shape__Length": 82.870012937316773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179376091192594, 39.982573211176003 ], [ -75.1786411508876, 39.982482403710897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16659, "tnode_": 16489, "lpoly_": null, "rpoly_": null, "length": 395.34868567999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521524, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17034, "Shape__Length": 157.65221439982338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1796035813679, 39.981502392946901 ], [ -75.179599007625001, 39.981555500617098 ], [ -75.179376091192594, 39.982573211176003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16627, "tnode_": 16398, "lpoly_": null, "rpoly_": null, "length": 564.64308715000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 29060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521525, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17035, "Shape__Length": 225.16120149903384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181303748452905, 39.981719678335601 ], [ -75.180965027387799, 39.983247634844702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16838, "tnode_": 16627, "lpoly_": null, "rpoly_": null, "length": 524.87593073000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 29060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521526, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17036, "Shape__Length": 209.29890830621233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181618230176795, 39.980299284563202 ], [ -75.181303748452905, 39.981719678335601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17051, "tnode_": 16838, "lpoly_": null, "rpoly_": null, "length": 521.50296264999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 29060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521527, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17037, "Shape__Length": 207.94991711586431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181928572887898, 39.978887742771199 ], [ -75.181618230176795, 39.980299284563202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14662, "tnode_": 14457, "lpoly_": null, "rpoly_": null, "length": 552.6317169, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 29060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17038, "Shape__Length": 220.41282012548427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178653521645998, 39.993879829448503 ], [ -75.178337592948594, 39.995377284352898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17268, "tnode_": 17051, "lpoly_": null, "rpoly_": null, "length": 509.60695346, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 29060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521530, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17039, "Shape__Length": 203.2022065021263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182231974102393, 39.977508418351903 ], [ -75.181928572887898, 39.978887742771199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16843, "tnode_": 16633, "lpoly_": null, "rpoly_": null, "length": 518.73233466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 59640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521531, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17040, "Shape__Length": 206.84863421565376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181137199208294, 39.980247607702204 ], [ -75.181113086539298, 39.980316469202997 ], [ -75.180833659931395, 39.9815976529556 ], [ -75.180838266875099, 39.981651112139303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17059, "tnode_": 16843, "lpoly_": null, "rpoly_": null, "length": 527.15777122999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 59640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521532, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17041, "Shape__Length": 210.2024447464766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181461967373394, 39.978822699904299 ], [ -75.181161422571506, 39.980185355786098 ], [ -75.181137199208294, 39.980247607702204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17276, "tnode_": 17059, "lpoly_": null, "rpoly_": null, "length": 505.73999748999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 59640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521533, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17042, "Shape__Length": 201.66074721324742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181758676884201, 39.977453274821301 ], [ -75.181461967373394, 39.978822699904299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17367, "tnode_": 17302, "lpoly_": null, "rpoly_": null, "length": 129.21888377, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1344, "l_t_add": 1398, "r_f_add": 1343, "r_t_add": 1399, "st_code": 53940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521535, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17043, "Shape__Length": 51.526161208047156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180645975314704, 39.976944964355198 ], [ -75.180655415213394, 39.9770980204908 ], [ -75.180609099794907, 39.9772963384695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17302, "tnode_": 17075, "lpoly_": null, "rpoly_": null, "length": 508.60940922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 53940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521537, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17044, "Shape__Length": 202.80567404725278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180609099794907, 39.9772963384695 ], [ -75.180319254393098, 39.978674613150602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17309, "tnode_": 17083, "lpoly_": null, "rpoly_": null, "length": 506.28562618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 32320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521538, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 17045, "Shape__Length": 201.87810549839423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180157757398902, 39.977244164825301 ], [ -75.179863550384098, 39.978615427429197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17415, "tnode_": 17333, "lpoly_": null, "rpoly_": null, "length": 163.28158876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1336, "l_t_add": 1398, "r_f_add": 1337, "r_t_add": 1399, "st_code": 49810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 521539, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1997-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 17046, "Shape__Length": 65.107193388658317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179194272862901, 39.976661935891201 ], [ -75.179104523594503, 39.977104814026902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17027, "tnode_": 16813, "lpoly_": null, "rpoly_": null, "length": 525.51307115999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 57720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521541, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 17047, "Shape__Length": 209.55124384977429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183584142351904, 39.979091552953498 ], [ -75.183282862877704, 39.980515410741297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17236, "tnode_": 17027, "lpoly_": null, "rpoly_": null, "length": 504.63230148999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 57720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521542, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 17048, "Shape__Length": 201.21916799644728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183884921509502, 39.977725737277403 ], [ -75.183584142351904, 39.979091552953498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16797, "tnode_": 16648, "lpoly_": null, "rpoly_": null, "length": 368.13269913000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 25060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521545, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 17049, "Shape__Length": 146.79714961048884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184425304462906, 39.980678030407098 ], [ -75.184209043635306, 39.981674812053797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16350, "tnode_": 16447, "lpoly_": null, "rpoly_": null, "length": 453.01491594000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 23820, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521546, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD ST", "stname": "CLIFFORD ST", "objectid": 17050, "Shape__Length": 180.20212804059983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183672530102001, 39.983575086801899 ], [ -75.184601361338196, 39.982942285541597 ], [ -75.184885981622699, 39.982975364966897 ], [ -75.184972412357197, 39.982962613864203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16182, "tnode_": 16147, "lpoly_": null, "rpoly_": null, "length": 449.74492801999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 83580, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 17051, "Shape__Length": 178.68121464007888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1846329860184, 39.984454589961601 ], [ -75.186216050159302, 39.984657775319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15707, "tnode_": 15688, "lpoly_": null, "rpoly_": null, "length": 454.52447899000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 62700, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 17052, "Shape__Length": 180.58787526762652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182432627579402, 39.987026013224899 ], [ -75.183958191773499, 39.987224392207601 ], [ -75.184031503481805, 39.987212753958502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14908, "tnode_": 14889, "lpoly_": null, "rpoly_": null, "length": 222.64244997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 37640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521549, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17053, "Shape__Length": 88.467659747560717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184533985757696, 39.992359165148301 ], [ -75.185314545221303, 39.992473584051503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14972, "tnode_": 14920, "lpoly_": null, "rpoly_": null, "length": 288.41377498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 27160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521550, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 17054, "Shape__Length": 114.7183003449563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184627052062893, 39.991931952129796 ], [ -75.185138688772597, 39.992007144130397 ], [ -75.185477435043097, 39.9922987876825 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14996, "tnode_": 14972, "lpoly_": null, "rpoly_": null, "length": 452.55711863, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 27160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 17055, "Shape__Length": 179.81821673711499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183034480351793, 39.9917249238203 ], [ -75.184627052062893, 39.991931952129796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15027, "tnode_": 14996, "lpoly_": null, "rpoly_": null, "length": 448.12954444000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 27160, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521552, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 17056, "Shape__Length": 178.05900267709299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181458154182906, 39.991516940186699 ], [ -75.183034480351793, 39.9917249238203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15070, "tnode_": 14969, "lpoly_": null, "rpoly_": null, "length": 272.77835341000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MYRTLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 57720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521553, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MYRTLEWOOD ST", "stname": "N MYRTLEWOOD ST", "objectid": 17057, "Shape__Length": 108.79121730111456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180957921364495, 39.991120898293097 ], [ -75.180807044400098, 39.9918606611093 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15417, "tnode_": 15389, "lpoly_": null, "rpoly_": null, "length": 459.59868511999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 35140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521554, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 17058, "Shape__Length": 182.60782941165067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180353365759302, 39.988942903745603 ], [ -75.181971560591407, 39.989148970135901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15590, "tnode_": 15357, "lpoly_": null, "rpoly_": null, "length": 576.54191315000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 29060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17059, "Shape__Length": 229.9271905228334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179995500214005, 39.987751263158302 ], [ -75.179655153708495, 39.989312139416199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15479, "tnode_": 15466, "lpoly_": null, "rpoly_": null, "length": 233.98699585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 35140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 17060, "Shape__Length": 92.967212563161112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177347005129704, 39.988417894060099 ], [ -75.178170557898397, 39.9885241064488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15292, "tnode_": 15057, "lpoly_": null, "rpoly_": null, "length": 551.39500971999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 79740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521557, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 17061, "Shape__Length": 219.9035245176743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167854262285402, 39.989425030531102 ], [ -75.167527044716493, 39.990917605358 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15324, "tnode_": 15081, "lpoly_": null, "rpoly_": null, "length": 551.30072756000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 84580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521558, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 17062, "Shape__Length": 219.86411427260822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166074729086702, 39.989193137655299 ], [ -75.165740379275505, 39.990684514230999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14880, "tnode_": 14752, "lpoly_": null, "rpoly_": null, "length": 328.20885908999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 61420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 17063, "Shape__Length": 130.89822992114236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1642057222126, 39.992025698042298 ], [ -75.164009981533894, 39.992914003476002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15107, "tnode_": 14880, "lpoly_": null, "rpoly_": null, "length": 551.86642593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 61420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521560, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 17064, "Shape__Length": 220.09577718001822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164528499509103, 39.990531238835302 ], [ -75.1642057222126, 39.992025698042298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14887, "tnode_": 14714, "lpoly_": null, "rpoly_": null, "length": 446.9511584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 36200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521561, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 17065, "Shape__Length": 178.2578217179767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163743874244105, 39.991971905150102 ], [ -75.163489821211598, 39.993183180438201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15610, "tnode_": 15368, "lpoly_": null, "rpoly_": null, "length": 584.85826097999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 38180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17066, "Shape__Length": 233.24230911626745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163618618195301, 39.987252729357898 ], [ -75.1632746484037, 39.988836285836399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15145, "tnode_": 14918, "lpoly_": null, "rpoly_": null, "length": 551.69931289, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 23740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521563, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 17067, "Shape__Length": 220.02844734694551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162498101777004, 39.990276925016701 ], [ -75.162176371141797, 39.991771052610503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15377, "tnode_": 15145, "lpoly_": null, "rpoly_": null, "length": 554.20677143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 23740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521564, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 17068, "Shape__Length": 221.0208792979989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162839960075402, 39.988778456156403 ], [ -75.162498101777004, 39.990276925016701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15620, "tnode_": 15377, "lpoly_": null, "rpoly_": null, "length": 586.10918691000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 23740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521565, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 17069, "Shape__Length": 233.74171044275423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163179556997306, 39.987190861154701 ], [ -75.162839960075402, 39.988778456156403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15641, "tnode_": 15393, "lpoly_": null, "rpoly_": null, "length": 582.86645868000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 18500, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521566, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 17070, "Shape__Length": 232.44706208328785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162058209454997, 39.987051618111799 ], [ -75.161713890032601, 39.988629585548303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15180, "tnode_": 14945, "lpoly_": null, "rpoly_": null, "length": 548.05807213000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 24340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521567, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 17071, "Shape__Length": 218.57507730738809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160926758569701, 39.990071440263499 ], [ -75.160603693235203, 39.991555263425802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15657, "tnode_": 15419, "lpoly_": null, "rpoly_": null, "length": 585.07571056999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 22160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521568, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 17072, "Shape__Length": 233.32506114636479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160490540950804, 39.986849617958903 ], [ -75.160129009977894, 39.988431463950597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14881, "tnode_": 14865, "lpoly_": null, "rpoly_": null, "length": 222.49164858, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 1501, "r_t_add": 1523, "st_code": 71880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17073, "Shape__Length": 88.404888282522137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156731723118895, 39.991880238844402 ], [ -75.157514305185401, 39.9919837291148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14816, "tnode_": 14767, "lpoly_": null, "rpoly_": null, "length": 130.99673782, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2552, "l_t_add": 2598, "r_f_add": 2555, "r_t_add": 2599, "st_code": 75860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521570, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17074, "Shape__Length": 52.244294557123339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157438579055295, 39.992321964460601 ], [ -75.157356250843506, 39.992675947295297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15448, "tnode_": 15227, "lpoly_": null, "rpoly_": null, "length": 552.80535100999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 75860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521571, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17075, "Shape__Length": 220.46184760281207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158338694797806, 39.988195566575598 ], [ -75.158009380039999, 39.989691794566603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15684, "tnode_": 15448, "lpoly_": null, "rpoly_": null, "length": 584.65925141000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 75860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521572, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17076, "Shape__Length": 233.16097831380944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158680999682304, 39.986612357760599 ], [ -75.158444065693203, 39.9877212933294 ], [ -75.158338694797806, 39.988195566575598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14099, "tnode_": 14073, "lpoly_": null, "rpoly_": null, "length": 401.01065479, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 71700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521574, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17077, "Shape__Length": 159.35261867457186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175285213194698, 39.997832295485999 ], [ -75.1766948216424, 39.998023297805901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14118, "tnode_": 14099, "lpoly_": null, "rpoly_": null, "length": 451.96503411999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 71700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521575, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17078, "Shape__Length": 179.59852190902203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173694546756806, 39.997625720771502 ], [ -75.175285213194698, 39.997832295485999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14137, "tnode_": 14118, "lpoly_": null, "rpoly_": null, "length": 451.09764552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 71700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521576, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17079, "Shape__Length": 179.25377469242122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172107486422902, 39.997417059474202 ], [ -75.173694546756806, 39.997625720771502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15035, "tnode_": 15008, "lpoly_": null, "rpoly_": null, "length": 529.94718505000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 18400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521577, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 17080, "Shape__Length": 210.56645181641602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164999270903195, 39.991041613737899 ], [ -75.166863855314602, 39.991285445738498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16142, "tnode_": 16108, "lpoly_": null, "rpoly_": null, "length": 446.15972105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 62700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 17081, "Shape__Length": 177.25593987978237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160053646913198, 39.9840783300182 ], [ -75.161623977610802, 39.984280379647203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15962, "tnode_": 15931, "lpoly_": null, "rpoly_": null, "length": 445.80306081999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 34600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521579, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17082, "Shape__Length": 177.11789682988362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164667213959902, 39.985123150957399 ], [ -75.166235249510095, 39.985329872942899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15969, "tnode_": 15962, "lpoly_": null, "rpoly_": null, "length": 159.82598439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 34600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17083, "Shape__Length": 63.498776347293806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164104964630695, 39.9850494440552 ], [ -75.164667213959902, 39.985123150957399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15975, "tnode_": 15969, "lpoly_": null, "rpoly_": null, "length": 101.36499745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1818, "l_t_add": 1822, "r_f_add": 1819, "r_t_add": 1825, "st_code": 34600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521581, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17084, "Shape__Length": 40.271194547423136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163747193111703, 39.985008385517297 ], [ -75.164104964630695, 39.9850494440552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15978, "tnode_": 15975, "lpoly_": null, "rpoly_": null, "length": 33.89658311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1812, "l_t_add": 1816, "r_f_add": 1809, "r_t_add": 1817, "st_code": 34600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521582, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17085, "Shape__Length": 13.467390877648571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163628310538201, 39.984991201076902 ], [ -75.163747193111703, 39.985008385517297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16024, "tnode_": 15987, "lpoly_": null, "rpoly_": null, "length": 446.12926678000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 34600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521583, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17086, "Shape__Length": 177.24750177650694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161523494442307, 39.984715614517498 ], [ -75.163091450194898, 39.9849278814782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16055, "tnode_": 16024, "lpoly_": null, "rpoly_": null, "length": 445.00070942999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 34600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521584, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17087, "Shape__Length": 176.79674051433952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957388289698, 39.984513377056103 ], [ -75.161523494442307, 39.984715614517498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16087, "tnode_": 16055, "lpoly_": null, "rpoly_": null, "length": 445.55037176000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521585, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17088, "Shape__Length": 177.0137365207772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158388363298201, 39.984315475201498 ], [ -75.159957388289698, 39.984513377056103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15987, "tnode_": 15978, "lpoly_": null, "rpoly_": null, "length": 152.19825984000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1801, "r_t_add": 1807, "st_code": 34600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521586, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17089, "Shape__Length": 60.466913481954499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163091450194898, 39.9849278814782 ], [ -75.163628310538201, 39.984991201076902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16159, "tnode_": 15978, "lpoly_": null, "rpoly_": null, "length": 323.22860648, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 23740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521587, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 17090, "Shape__Length": 128.89865424644606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163809935270294, 39.9841149673396 ], [ -75.163628310538201, 39.984991201076902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15975, "tnode_": 15873, "lpoly_": null, "rpoly_": null, "length": 234.51067238000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 38180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521588, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17091, "Shape__Length": 93.520550328327673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163747193111703, 39.985008385517297 ], [ -75.163616893188902, 39.985644295504997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15871, "tnode_": 15613, "lpoly_": null, "rpoly_": null, "length": 573.83887899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 38180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521589, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17092, "Shape__Length": 228.84102983658292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163750210222503, 39.985666267027497 ], [ -75.163403346549003, 39.987218764475301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15847, "tnode_": 15833, "lpoly_": null, "rpoly_": null, "length": 219.2142318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521590, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17093, "Shape__Length": 87.094872610649958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170522592377395, 39.985983672877197 ], [ -75.171293815911298, 39.986084575999897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15928, "tnode_": 15913, "lpoly_": null, "rpoly_": null, "length": 221.03294843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521591, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 17094, "Shape__Length": 87.817705045946823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170619583540002, 39.985507063975199 ], [ -75.171396210847604, 39.985613181403501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16234, "tnode_": 16097, "lpoly_": null, "rpoly_": null, "length": 335.18916416999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1942, "r_f_add": 1901, "r_t_add": 1917, "st_code": 76760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521592, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 17095, "Shape__Length": 133.48025976984349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174466542143804, 39.983945258695499 ], [ -75.174378602025996, 39.984341308375797 ], [ -75.174240544223494, 39.984416222403802 ], [ -75.173833363195399, 39.984645861614702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16499, "tnode_": 16234, "lpoly_": null, "rpoly_": null, "length": 550.1288393, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 76760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521593, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 17096, "Shape__Length": 219.37885152121919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174774415581794, 39.982453773699604 ], [ -75.174466542143804, 39.983945258695499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16240, "tnode_": 16097, "lpoly_": null, "rpoly_": null, "length": 281.03042007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1926, "r_f_add": 1901, "r_t_add": 1935, "st_code": 68440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17097, "Shape__Length": 112.06965543859107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173995074575799, 39.983884493760897 ], [ -75.173833363195399, 39.984645861614702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16526, "tnode_": 16262, "lpoly_": null, "rpoly_": null, "length": 548.1939491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 19660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521595, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BUCKNELL ST", "stname": "N BUCKNELL ST", "objectid": 17098, "Shape__Length": 218.60389796377441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173216674943106, 39.982260004640899 ], [ -75.1728906723324, 39.983743821468899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13215, "tnode_": 13133, "lpoly_": null, "rpoly_": null, "length": 244.21148826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3129, "st_code": 88420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17099, "Shape__Length": 97.414393597287827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182034549892094, 40.0038896423887 ], [ -75.181887368459101, 40.004550408601297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13346, "tnode_": 13141, "lpoly_": null, "rpoly_": null, "length": 581.85560791, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88320, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17100, "Shape__Length": 232.09754963148819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174175466599905, 40.002721726382802 ], [ -75.173835026809499, 40.004297388069297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13370, "tnode_": 13167, "lpoly_": null, "rpoly_": null, "length": 582.11349994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 15660, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521598, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 17101, "Shape__Length": 232.20088397216074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172065904728498, 40.002445998622797 ], [ -75.171735145438404, 40.004023596184403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13519, "tnode_": 13516, "lpoly_": null, "rpoly_": null, "length": 76.19402439, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2422, "l_t_add": 2458, "r_f_add": 2423, "r_t_add": 2431, "st_code": 31180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521599, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELKHART ST", "stname": "W ELKHART ST", "objectid": 17102, "Shape__Length": 30.279744700982441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170362912717295, 40.001408773286002 ], [ -75.170630307061401, 40.001446985632597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13547, "tnode_": 13553, "lpoly_": null, "rpoly_": null, "length": 35.47381954, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68440, "l_hundred": 0, "r_hundred": 0, "seg_id": 521600, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17103, "Shape__Length": 14.095637496096186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170545152316294, 40.001152217778703 ], [ -75.170418701617507, 40.0011572800992 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13618, "tnode_": 13547, "lpoly_": null, "rpoly_": null, "length": 149.99697188000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3013, "st_code": 68440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17104, "Shape__Length": 59.830266472365672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170633518971599, 40.000746104728897 ], [ -75.170545152316294, 40.001152217778703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13858, "tnode_": 13623, "lpoly_": null, "rpoly_": null, "length": 558.98565824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 68440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17105, "Shape__Length": 222.96151992716514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170643571156404, 39.9991871750724 ], [ -75.170304460208897, 40.000699333663299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13887, "tnode_": 13639, "lpoly_": null, "rpoly_": null, "length": 557.51125173000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 46360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521603, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17106, "Shape__Length": 222.37342890708763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169538514574299, 39.999046719029401 ], [ -75.169203425033103, 40.000555301787898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13639, "tnode_": 13426, "lpoly_": null, "rpoly_": null, "length": 543.96821453000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 46360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17107, "Shape__Length": 216.9770853456568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169203425033103, 40.000555301787898 ], [ -75.168882026559203, 40.002027961889802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13769, "tnode_": 13756, "lpoly_": null, "rpoly_": null, "length": 224.08354437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 74620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521605, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17108, "Shape__Length": 89.046818081147151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165059969496994, 39.999585609137299 ], [ -75.165849035356501, 39.999686218343498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13776, "tnode_": 13769, "lpoly_": null, "rpoly_": null, "length": 181.72145128999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2048, "l_t_add": 2098, "r_f_add": 2047, "r_t_add": 2099, "st_code": 74620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521606, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17109, "Shape__Length": 72.212756067693931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164420048587701, 39.999504138708303 ], [ -75.165059969496994, 39.999585609137299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13783, "tnode_": 13776, "lpoly_": null, "rpoly_": null, "length": 171.05973247999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2036, "l_t_add": 2046, "r_f_add": 2023, "r_t_add": 2045, "st_code": 74620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17110, "Shape__Length": 67.976047302451718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163817835371006, 39.999426697480899 ], [ -75.164420048587701, 39.999504138708303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13797, "tnode_": 13783, "lpoly_": null, "rpoly_": null, "length": 179.82302476000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2034, "r_f_add": 2001, "r_t_add": 2021, "st_code": 74620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17111, "Shape__Length": 71.458299608743346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163184727854102, 39.999345491630599 ], [ -75.163817835371006, 39.999426697480899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13663, "tnode_": 13610, "lpoly_": null, "rpoly_": null, "length": 127.08912365, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3016, "l_t_add": 3098, "r_f_add": 3019, "r_t_add": 3099, "st_code": 84580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 17112, "Shape__Length": 50.69179867657656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163909269088407, 40.000269505407999 ], [ -75.163829788047707, 40.000612983868301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13649, "tnode_": 13646, "lpoly_": null, "rpoly_": null, "length": 32.02286908, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1414, "l_t_add": 1414, "r_f_add": 1429, "r_t_add": 1429, "st_code": 23640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521610, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17113, "Shape__Length": 12.72564353969422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541900874997, 40.0001344486585 ], [ -75.154302586357105, 40.000150002282801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13581, "tnode_": 13497, "lpoly_": null, "rpoly_": null, "length": 274.26850136000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 22160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521611, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 17114, "Shape__Length": 109.39941905078243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157490464998901, 40.000567909629197 ], [ -75.157330106578996, 40.001310641063299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13497, "tnode_": 13486, "lpoly_": null, "rpoly_": null, "length": 157.36410601, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1664, "l_t_add": 1698, "r_f_add": 1665, "r_t_add": 1699, "st_code": 51100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17115, "Shape__Length": 62.537011811572448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157330106578996, 40.001310641063299 ], [ -75.157882250288907, 40.001390003953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13504, "tnode_": 13497, "lpoly_": null, "rpoly_": null, "length": 127.08570859, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1634, "l_t_add": 1662, "r_f_add": 1635, "r_t_add": 1663, "st_code": 51100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17116, "Shape__Length": 50.50283827016316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156882602873694, 40.001253515654597 ], [ -75.157330106578996, 40.001310641063299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13510, "tnode_": 13504, "lpoly_": null, "rpoly_": null, "length": 158.35146994000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1632, "r_f_add": 1601, "r_t_add": 1633, "st_code": 51100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521614, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17117, "Shape__Length": 62.927288069117438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156324713189406, 40.001183698615399 ], [ -75.156882602873694, 40.001253515654597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14380, "tnode_": 14247, "lpoly_": null, "rpoly_": null, "length": 330.82039215999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 38180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521615, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17118, "Shape__Length": 131.94677500936194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161825626088401, 39.995592546965803 ], [ -75.161629101925996, 39.996488022505801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14473, "tnode_": 14414, "lpoly_": null, "rpoly_": null, "length": 140.58004566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2708, "r_f_add": 2701, "r_t_add": 2709, "st_code": 88150, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 17119, "Shape__Length": 56.068442016051179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162545422668003, 39.9949773424648 ], [ -75.162456642697094, 39.995357162853097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14097, "tnode_": 13849, "lpoly_": null, "rpoly_": null, "length": 551.23960052999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 76760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521617, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 17120, "Shape__Length": 219.8662185986723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171456049423696, 39.997761456604501 ], [ -75.1711148128513, 39.9992517450167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14198, "tnode_": 14177, "lpoly_": null, "rpoly_": null, "length": 404.44255305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 74720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521619, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STERNER ST", "stname": "W STERNER ST", "objectid": 17121, "Shape__Length": 160.71116679528382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175424838276101, 39.9971450439214 ], [ -75.176850592907996, 39.997318848766497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14242, "tnode_": 14223, "lpoly_": null, "rpoly_": null, "length": 450.99216474999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 74720, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521620, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STERNER ST", "stname": "W STERNER ST", "objectid": 17122, "Shape__Length": 179.20865239867658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172260591600207, 39.996719165566098 ], [ -75.173848823738595, 39.9969206370004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14141, "tnode_": 14123, "lpoly_": null, "rpoly_": null, "length": 400.75320111000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 72860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521621, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 17123, "Shape__Length": 159.24802185963739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175356442760005, 39.997487703630803 ], [ -75.176766834217801, 39.997671029050501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14171, "tnode_": 14141, "lpoly_": null, "rpoly_": null, "length": 451.24128818999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 72860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521622, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 17124, "Shape__Length": 179.31217758823922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173770835343802, 39.997270363539101 ], [ -75.175356442760005, 39.997487703630803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14200, "tnode_": 14171, "lpoly_": null, "rpoly_": null, "length": 453.03586502999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 72860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521623, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 17125, "Shape__Length": 180.02124892414724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172174906530799, 39.9970702834243 ], [ -75.173770835343802, 39.997270363539101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14554, "tnode_": 27746, "lpoly_": null, "rpoly_": null, "length": 99.85103281, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3316, "l_t_add": 3398, "r_f_add": 3319, "r_t_add": 3399, "st_code": 26360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521624, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17126, "Shape__Length": 39.674909053111676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186280805041093, 39.994870527944201 ], [ -75.186633927250696, 39.994907505982603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14761, "tnode_": 28127, "lpoly_": null, "rpoly_": null, "length": 212.35865847, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 56540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOLE ST", "stname": "N MOLE ST", "objectid": 17127, "Shape__Length": 84.692779465411235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157792329859802, 39.992734108895 ], [ -75.157927852617703, 39.992160553533502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15894, "tnode_": 14747, "lpoly_": null, "rpoly_": null, "length": 3535.7428698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN LUTHER KING", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 2598, "r_f_add": 1801, "r_t_add": 2599, "st_code": 54110, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521626, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN LUTHER KING DR", "stname": "MARTIN LUTHER KING DR", "objectid": 17128, "Shape__Length": 1408.0692314179332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205140432452495, 39.986502966853202 ], [ -75.204965872042095, 39.986703787972502 ], [ -75.204850488557796, 39.986833393053402 ], [ -75.2027663055581, 39.989568177711497 ], [ -75.202439868059599, 39.989968404640997 ], [ -75.201674447623304, 39.990559592150497 ], [ -75.200845355193707, 39.9911615243415 ], [ -75.200032047650595, 39.991763801532301 ], [ -75.198891561393793, 39.992597353041802 ], [ -75.197948117446202, 39.993353490641603 ], [ -75.1973102877011, 39.994019416441297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27994, "tnode_": 16007, "lpoly_": null, "rpoly_": null, "length": 281.80707412000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 13220, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521628, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-12-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 17129, "Shape__Length": 111.96049070917095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173804889570505, 39.9849525281751 ], [ -75.174797617176907, 39.985076174693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16665, "tnode_": 16654, "lpoly_": null, "rpoly_": null, "length": 189.91131965000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 78120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 17130, "Shape__Length": 75.44649927628123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186204100877902, 39.981592050335003 ], [ -75.186873678710896, 39.981672441331199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17109, "tnode_": 27472, "lpoly_": null, "rpoly_": null, "length": 204.30851718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2248, "r_f_add": 2201, "r_t_add": 2249, "st_code": 18160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521630, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOLTON ST", "stname": "BOLTON ST", "objectid": 17131, "Shape__Length": 81.166606682543588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171356471532206, 39.978259908481903 ], [ -75.172071639073096, 39.978368734580798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14282, "tnode_": 14262, "lpoly_": null, "rpoly_": null, "length": 436.19005568, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 40720, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521631, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 17132, "Shape__Length": 173.32629778390148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185259272039602, 39.996791011247403 ], [ -75.186796158681602, 39.996982194052897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14458, "tnode_": 14446, "lpoly_": null, "rpoly_": null, "length": 214.96346814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 34080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 17133, "Shape__Length": 85.417311796748592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186118780989503, 39.995603714381097 ], [ -75.186876077924495, 39.995698401686298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14412, "tnode_": 14400, "lpoly_": null, "rpoly_": null, "length": 165.65234605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3324, "r_f_add": 3301, "r_t_add": 3315, "st_code": 71880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17134, "Shape__Length": 65.822361477521369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185459574408497, 39.995899888973398 ], [ -75.186044402568399, 39.995966686786304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14628, "tnode_": 14623, "lpoly_": null, "rpoly_": null, "length": 340.99697283999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 39800, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17135, "Shape__Length": 135.51181177711817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185796274767299, 39.994358192839201 ], [ -75.1866362240239, 39.994457333197303 ], [ -75.186977836391307, 39.994353609392299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14566, "tnode_": 14554, "lpoly_": null, "rpoly_": null, "length": 165.15675719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3301, "r_t_add": 3317, "st_code": 26360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521635, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17136, "Shape__Length": 65.625180360358371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185698657181007, 39.994799322000198 ], [ -75.186280805041093, 39.994870527944201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16414, "tnode_": 16401, "lpoly_": null, "rpoly_": null, "length": 232.95835474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3225, "r_t_add": 3299, "st_code": 23820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521636, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD ST", "stname": "CLIFFORD ST", "objectid": 17137, "Shape__Length": 92.553538202236254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187387769094698, 39.983266608415597 ], [ -75.188205299863199, 39.983382577870401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16414, "tnode_": 16351, "lpoly_": null, "rpoly_": null, "length": 131.19144236999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1728, "l_t_add": 1742, "r_f_add": 1729, "r_t_add": 1743, "st_code": 59020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17138, "Shape__Length": 52.315573343017391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187387769094698, 39.983266608415597 ], [ -75.187308943778305, 39.983621603624499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16351, "tnode_": 16274, "lpoly_": null, "rpoly_": null, "length": 149.74167713, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1744, "l_t_add": 1798, "r_f_add": 1745, "r_t_add": 1799, "st_code": 59020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521638, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17139, "Shape__Length": 59.713959010488679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187308943778305, 39.983621603624499 ], [ -75.187224014260394, 39.984027437957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16642, "tnode_": 16622, "lpoly_": null, "rpoly_": null, "length": 234.85100646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3224, "l_t_add": 3298, "r_f_add": 3225, "r_t_add": 3299, "st_code": 78120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521639, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 17140, "Shape__Length": 93.300102188177647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187712191921804, 39.981790931356898 ], [ -75.188540188449196, 39.981890490852599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16642, "tnode_": 16581, "lpoly_": null, "rpoly_": null, "length": 122.97869842, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1630, "l_t_add": 1630, "r_f_add": 1629, "r_t_add": 1629, "st_code": 59020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17141, "Shape__Length": 49.039283656989994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187712191921804, 39.981790931356898 ], [ -75.1876369244344, 39.982123520592303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16753, "tnode_": 16729, "lpoly_": null, "rpoly_": null, "length": 228.40790259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3224, "l_t_add": 3298, "r_f_add": 3225, "r_t_add": 3299, "st_code": 62120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521641, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 17142, "Shape__Length": 90.739777500268701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187858138985504, 39.981118497243202 ], [ -75.188663125797603, 39.981216721513398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15487, "tnode_": 15260, "lpoly_": null, "rpoly_": null, "length": 572.87523665999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 59020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521642, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17143, "Shape__Length": 228.46788322395642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186001468770996, 39.988534970025697 ], [ -75.185665892399101, 39.990086254742998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15373, "tnode_": 15355, "lpoly_": null, "rpoly_": null, "length": 416.85221067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 35140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521643, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 17144, "Shape__Length": 165.62391093483191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1837023935567, 39.989269612391297 ], [ -75.185170836845202, 39.989453007836197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15500, "tnode_": 15418, "lpoly_": null, "rpoly_": null, "length": 210.34834229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2121, "st_code": 88420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521644, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17145, "Shape__Length": 83.888099118957001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185384535614105, 39.988453010006097 ], [ -75.185261033323499, 39.989022574075499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13127, "tnode_": 13108, "lpoly_": null, "rpoly_": null, "length": 225.96912606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3418, "l_t_add": 3498, "r_f_add": 3421, "r_t_add": 3499, "st_code": 23640, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521645, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17146, "Shape__Length": 89.81830800674831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185940284831503, 40.004675979938597 ], [ -75.186718123760798, 40.004840224009499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13163, "tnode_": 13147, "lpoly_": null, "rpoly_": null, "length": 227.56680686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3334, "l_t_add": 3398, "r_f_add": 3333, "r_t_add": 3399, "st_code": 23640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17147, "Shape__Length": 90.450676812990196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184372162733993, 40.004358389063803 ], [ -75.185158140028904, 40.004516206935101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13181, "tnode_": 13163, "lpoly_": null, "rpoly_": null, "length": 209.89265465, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3270, "l_t_add": 3332, "r_f_add": 3301, "r_t_add": 3331, "st_code": 23640, "l_hundred": 3200, "r_hundred": 3300, "seg_id": 521647, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17148, "Shape__Length": 83.425215318626556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183646815650604, 40.004214055890102 ], [ -75.184372162733993, 40.004358389063803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13237, "tnode_": 13215, "lpoly_": null, "rpoly_": null, "length": 207.44422856, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3166, "l_t_add": 3198, "r_f_add": 3165, "r_t_add": 3199, "st_code": 23640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521648, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17149, "Shape__Length": 82.453632426665507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181320198339805, 40.003739676475597 ], [ -75.182034549892094, 40.0038896423887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13363, "tnode_": 13175, "lpoly_": null, "rpoly_": null, "length": 543.82994349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88480, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521649, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 17150, "Shape__Length": 216.92521381378225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187181623035897, 40.002852958442197 ], [ -75.186833915163106, 40.0043216949691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13192, "tnode_": 13175, "lpoly_": null, "rpoly_": null, "length": 226.87537597000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3426, "l_t_add": 3498, "r_f_add": 3427, "r_t_add": 3499, "st_code": 24540, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 521650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COMMISSIONER ST", "stname": "W COMMISSIONER ST", "objectid": 17151, "Shape__Length": 90.162605329059318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186035207819899, 40.004218707269203 ], [ -75.186833915163106, 40.0043216949691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13147, "tnode_": 13069, "lpoly_": null, "rpoly_": null, "length": 240.51769917, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3118, "r_f_add": 3101, "r_t_add": 3125, "st_code": 88460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521651, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 17152, "Shape__Length": 95.942432925261215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185158140028904, 40.004516206935101 ], [ -75.185017259803402, 40.005167508010899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14122, "tnode_": 14104, "lpoly_": null, "rpoly_": null, "length": 430.32551479, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 50000, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521652, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17153, "Shape__Length": 170.99861909614086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185031881890396, 39.997887147255099 ], [ -75.186548216475899, 39.998075346279101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14128, "tnode_": 14122, "lpoly_": null, "rpoly_": null, "length": 180.14531957999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3252, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 50000, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521653, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17154, "Shape__Length": 71.585326477020004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184398317366899, 39.9978027939543 ], [ -75.185031881890396, 39.997887147255099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14158, "tnode_": 14128, "lpoly_": null, "rpoly_": null, "length": 584.26015295999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3114, "l_t_add": 3250, "r_f_add": 3115, "r_t_add": 3249, "st_code": 50000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521654, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17155, "Shape__Length": 232.1701645843809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182343661417406, 39.9975285021318 ], [ -75.184398317366899, 39.9978027939543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14778, "tnode_": 14770, "lpoly_": null, "rpoly_": null, "length": 173.12056217999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3230, "l_t_add": 3298, "r_f_add": 3231, "r_t_add": 3299, "st_code": 85760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521655, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17156, "Shape__Length": 68.786429781334817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185405732975298, 39.993232090627203 ], [ -75.185702116482901, 39.9932597210748 ], [ -75.186017750634093, 39.993296931407102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14802, "tnode_": 14793, "lpoly_": null, "rpoly_": null, "length": 160.82912969, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3138, "l_t_add": 3198, "r_f_add": 3139, "r_t_add": 3199, "st_code": 85760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521656, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17157, "Shape__Length": 63.905032472219332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183812839367306, 39.993019516447397 ], [ -75.184378441983199, 39.993094770266801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14770, "tnode_": 14628, "lpoly_": null, "rpoly_": null, "length": 391.54749157999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2438, "r_f_add": 2401, "r_t_add": 2445, "st_code": 88440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521657, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 17158, "Shape__Length": 156.1641451719949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186017750634093, 39.993296931407102 ], [ -75.185796274767299, 39.994358192839201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14350, "tnode_": 14324, "lpoly_": null, "rpoly_": null, "length": 438.48692502, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 44080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521658, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17159, "Shape__Length": 174.2381289394946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185366694697706, 39.996289775278797 ], [ -75.186911181754994, 39.996484238685802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14381, "tnode_": 14370, "lpoly_": null, "rpoly_": null, "length": 177.28127741, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3110, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 44080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521659, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17160, "Shape__Length": 70.444448451268343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183102476231497, 39.996000668450897 ], [ -75.183726992908504, 39.9960789128166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14370, "tnode_": 14353, "lpoly_": null, "rpoly_": null, "length": 343.20724547999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3249, "st_code": 44080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17161, "Shape__Length": 136.37776125117557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183726992908504, 39.9960789128166 ], [ -75.184935138693703, 39.996234523553397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14324, "tnode_": 14262, "lpoly_": null, "rpoly_": null, "length": 184.23680026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2616, "r_f_add": 2601, "r_t_add": 2617, "st_code": 88460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521661, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 17162, "Shape__Length": 73.482232622478335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186911181754994, 39.996484238685802 ], [ -75.186796158681602, 39.996982194052897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14262, "tnode_": 14104, "lpoly_": null, "rpoly_": null, "length": 404.26428847, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2618, "l_t_add": 2698, "r_f_add": 2619, "r_t_add": 2699, "st_code": 88460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 17163, "Shape__Length": 161.24191005199299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186796158681602, 39.996982194052897 ], [ -75.186737448839295, 39.997278539343 ], [ -75.186548216475899, 39.998075346279101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14446, "tnode_": 14385, "lpoly_": null, "rpoly_": null, "length": 144.07102124, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2534, "l_t_add": 2540, "r_f_add": 2533, "r_t_add": 2533, "st_code": 88460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 17164, "Shape__Length": 57.458679396239347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186876077924495, 39.995698401686298 ], [ -75.186948811765106, 39.995941991560997 ], [ -75.186982396217402, 39.996085243133301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14575, "tnode_": 14566, "lpoly_": null, "rpoly_": null, "length": 177.49665572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3230, "l_t_add": 3298, "r_f_add": 3219, "r_t_add": 3299, "st_code": 26360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521664, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17165, "Shape__Length": 70.529507194505769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185074320705695, 39.994716724077698 ], [ -75.185698657181007, 39.994799322000198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14582, "tnode_": 14575, "lpoly_": null, "rpoly_": null, "length": 133.89641985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3218, "l_t_add": 3228, "r_f_add": 3217, "r_t_add": 3217, "st_code": 26360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521665, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17166, "Shape__Length": 53.204164377380295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184602845697398, 39.994656698223302 ], [ -75.185074320705695, 39.994716724077698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14600, "tnode_": 14593, "lpoly_": null, "rpoly_": null, "length": 161.90136115, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 26360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521666, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17167, "Shape__Length": 64.331425212846483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183486520335506, 39.994517825545302 ], [ -75.184057137900695, 39.9945878849556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14400, "tnode_": 14385, "lpoly_": null, "rpoly_": null, "length": 266.3289057, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3326, "l_t_add": 3398, "r_f_add": 3317, "r_t_add": 3399, "st_code": 71880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 521667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17168, "Shape__Length": 105.82855953353715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186044402568399, 39.995966686786304 ], [ -75.186982396217402, 39.996085243133301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14554, "tnode_": 14458, "lpoly_": null, "rpoly_": null, "length": 270.91736657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SPANGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2530, "r_f_add": 2501, "r_t_add": 2533, "st_code": 73560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SPANGLER ST", "stname": "N SPANGLER ST", "objectid": 17169, "Shape__Length": 108.0531956000829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186280805041093, 39.994870527944201 ], [ -75.186118780989503, 39.995603714381097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14353, "tnode_": 14128, "lpoly_": null, "rpoly_": null, "length": 590.75975027999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 29020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOUGLAS ST", "stname": "N DOUGLAS ST", "objectid": 17170, "Shape__Length": 235.59182330684277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184935138693703, 39.996234523553397 ], [ -75.184398317366899, 39.9978027939543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14582, "tnode_": 14428, "lpoly_": null, "rpoly_": null, "length": 405.4742417, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 59020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521670, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17171, "Shape__Length": 161.71787463357197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184602845697398, 39.994656698223302 ], [ -75.184581797535401, 39.994711007367897 ], [ -75.184348764343198, 39.995752097762001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14593, "tnode_": 14435, "lpoly_": null, "rpoly_": null, "length": 405.25851187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2546, "r_f_add": 2501, "r_t_add": 2549, "st_code": 88420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17172, "Shape__Length": 161.63330054730937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184057137900695, 39.9945878849556 ], [ -75.183811177455595, 39.995684166916199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14428, "tnode_": 14421, "lpoly_": null, "rpoly_": null, "length": 133.08428162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3214, "l_t_add": 3216, "r_f_add": 3215, "r_t_add": 3217, "st_code": 71880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17173, "Shape__Length": 52.882657283752707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184348764343198, 39.995752097762001 ], [ -75.184816990272793, 39.995813575491702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14435, "tnode_": 14428, "lpoly_": null, "rpoly_": null, "length": 152.63923795, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3212, "r_f_add": 3201, "r_t_add": 3213, "st_code": 71880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17174, "Shape__Length": 60.652510187957652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183811177455595, 39.995684166916199 ], [ -75.184348764343198, 39.995752097762001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14834, "tnode_": 14784, "lpoly_": null, "rpoly_": null, "length": 139.63872152, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 59020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521674, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17175, "Shape__Length": 55.693502631402076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185245680395496, 39.992820940366101 ], [ -75.185173395389199, 39.993200212356697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14889, "tnode_": 14834, "lpoly_": null, "rpoly_": null, "length": 127.99849376, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2314, "l_t_add": 2328, "r_f_add": 2315, "r_t_add": 2329, "st_code": 59020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17176, "Shape__Length": 51.050304880436464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185314545221303, 39.992473584051503 ], [ -75.185245680395496, 39.992820940366101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14846, "tnode_": 14793, "lpoly_": null, "rpoly_": null, "length": 139.67607174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2342, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521676, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17177, "Shape__Length": 55.707620915909551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184455990439304, 39.992716010063901 ], [ -75.184378441983199, 39.993094770266801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14908, "tnode_": 14846, "lpoly_": null, "rpoly_": null, "length": 131.81647535, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2328, "l_t_add": 2340, "r_f_add": 2329, "r_t_add": 2341, "st_code": 88420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521677, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17178, "Shape__Length": 52.571981568380359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184533985757696, 39.992359165148301 ], [ -75.184455990439304, 39.992716010063901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14972, "tnode_": 14908, "lpoly_": null, "rpoly_": null, "length": 157.79572846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2312, "l_t_add": 2326, "r_f_add": 2311, "r_t_add": 2327, "st_code": 88420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521678, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17179, "Shape__Length": 62.932894800157975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184627052062893, 39.991931952129796 ], [ -75.184533985757696, 39.992359165148301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15191, "tnode_": 15024, "lpoly_": null, "rpoly_": null, "length": 367.63377593999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 88420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521679, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17180, "Shape__Length": 146.61775049655472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1849295004357, 39.990603275247402 ], [ -75.184702046424107, 39.991597194975398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15038, "tnode_": 15024, "lpoly_": null, "rpoly_": null, "length": 453.78389261999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 27520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521680, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 17181, "Shape__Length": 180.30357353205434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183103779083496, 39.991396016557601 ], [ -75.184702046424107, 39.991597194975398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15024, "tnode_": 15010, "lpoly_": null, "rpoly_": null, "length": 255.20744489, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3210, "r_f_add": 3201, "r_t_add": 3219, "st_code": 27520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521681, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 17182, "Shape__Length": 101.40239240474912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184702046424107, 39.991597194975398 ], [ -75.185601285820596, 39.991708565594699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15276, "tnode_": 15267, "lpoly_": null, "rpoly_": null, "length": 183.34768327, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3146, "l_t_add": 3198, "r_f_add": 3147, "r_t_add": 3199, "st_code": 75680, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521682, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 17183, "Shape__Length": 72.847112355941931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184407200974803, 39.989938916072902 ], [ -75.185054611639799, 39.990011980812497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15267, "tnode_": 15260, "lpoly_": null, "rpoly_": null, "length": 173.40549665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3216, "r_f_add": 3201, "r_t_add": 3217, "st_code": 75680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521683, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 17184, "Shape__Length": 68.897882861182296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185054611639799, 39.990011980812497 ], [ -75.185665892399101, 39.990086254742998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14961, "tnode_": 14943, "lpoly_": null, "rpoly_": null, "length": 398.51121496999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 13180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17185, "Shape__Length": 158.34081119217936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176600014188693, 39.991800268868097 ], [ -75.177840357813395, 39.991949268300502 ], [ -75.178005880564896, 39.991965670837203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15482, "tnode_": 15251, "lpoly_": null, "rpoly_": null, "length": 572.88022777999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOUGLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 29020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOUGLAS ST", "stname": "N DOUGLAS ST", "objectid": 17186, "Shape__Length": 228.46914227885364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1863412768367, 39.988581885042798 ], [ -75.185999607394393, 39.990132396558302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15255, "tnode_": 15010, "lpoly_": null, "rpoly_": null, "length": 585.81985054999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 59020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521686, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17187, "Shape__Length": 233.63692295231562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185896096052701, 39.990121229103401 ], [ -75.185583209047294, 39.991542694133997 ], [ -75.185601285820596, 39.991708565594699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14861, "tnode_": 14846, "lpoly_": null, "rpoly_": null, "length": 449.48761731999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 13180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521687, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17188, "Shape__Length": 178.60119507366142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182874833563304, 39.992507533072498 ], [ -75.184455990439304, 39.992716010063901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16274, "tnode_": 16258, "lpoly_": null, "rpoly_": null, "length": 230.76072862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3227, "r_t_add": 3299, "st_code": 56760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 17189, "Shape__Length": 91.680186019803443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187224014260394, 39.984027437957401 ], [ -75.188035297539898, 39.984136065353503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15738, "tnode_": 15710, "lpoly_": null, "rpoly_": null, "length": 472.5428174, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 60140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521689, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 17190, "Shape__Length": 187.74520431168898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185721345494798, 39.9869282649139 ], [ -75.187385101238206, 39.987139970592096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15973, "tnode_": 15963, "lpoly_": null, "rpoly_": null, "length": 227.22117931, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3230, "l_t_add": 3298, "r_f_add": 3229, "r_t_add": 3299, "st_code": 17200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521690, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17191, "Shape__Length": 90.276151756780422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186908388734494, 39.985546659803802 ], [ -75.187707022052507, 39.985654605671101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16204, "tnode_": 16189, "lpoly_": null, "rpoly_": null, "length": 226.91045508000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3228, "l_t_add": 3298, "r_f_add": 3227, "r_t_add": 3299, "st_code": 57160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521691, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 17192, "Shape__Length": 90.149524325886546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1871533214008, 39.9844407946213 ], [ -75.187952805003206, 39.984539650657403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15594, "tnode_": 15576, "lpoly_": null, "rpoly_": null, "length": 471.33878414000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 34600, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 17193, "Shape__Length": 187.26983010286671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185515343548104, 39.987871014767599 ], [ -75.187174426273103, 39.988084294455597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15659, "tnode_": 15635, "lpoly_": null, "rpoly_": null, "length": 474.23067236999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 62700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521693, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 17194, "Shape__Length": 188.42259662204768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185613193801601, 39.987420389911598 ], [ -75.185668082592301, 39.987440922189599 ], [ -75.187276480929697, 39.9876507544258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15594, "tnode_": 15500, "lpoly_": null, "rpoly_": null, "length": 215.15569896, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2034, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 88420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521694, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 17195, "Shape__Length": 85.80391807916331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185515343548104, 39.987871014767599 ], [ -75.185384535614105, 39.988453010006097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15829, "tnode_": 15788, "lpoly_": null, "rpoly_": null, "length": 472.90511942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 13220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521695, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 17196, "Shape__Length": 187.88880639957824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185829571476603, 39.986421721752002 ], [ -75.187493384859593, 39.986639121795903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15910, "tnode_": 15880, "lpoly_": null, "rpoly_": null, "length": 470.77508702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONUMENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 56860, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 521696, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONUMENT ST", "stname": "MONUMENT ST", "objectid": 17197, "Shape__Length": 187.04151364482919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185943103470194, 39.985942530052903 ], [ -75.187599062112298, 39.986160525509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15938, "tnode_": 26734, "lpoly_": null, "rpoly_": null, "length": 165.03354522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 60140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521697, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-10-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 17198, "Shape__Length": 65.571265246317736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174696100775904, 39.985515719985003 ], [ -75.175273134461094, 39.985606366954499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17673, "tnode_": 17595, "lpoly_": null, "rpoly_": null, "length": 433.76866141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEYBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 72000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521698, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEYBERT ST", "stname": "SEYBERT ST", "objectid": 17199, "Shape__Length": 172.49870573542313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169146738523906, 39.975176629869502 ], [ -75.169229348718801, 39.9755391710151 ], [ -75.170296691844399, 39.9755891094266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13547, "tnode_": 13516, "lpoly_": null, "rpoly_": null, "length": 133.0651437, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3014, "l_t_add": 3098, "r_f_add": 0, "r_t_add": 0, "st_code": 68440, "l_hundred": 3000, "r_hundred": 0, "seg_id": 521699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17200, "Shape__Length": 53.025932058938928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170545152316294, 40.001152217778703 ], [ -75.170663959981496, 40.001185573082203 ], [ -75.170685355746997, 40.001246872196802 ], [ -75.170630307061401, 40.001446985632597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15681, "tnode_": 27836, "lpoly_": null, "rpoly_": null, "length": 583.67712701999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 56540, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOLE ST", "stname": "N MOLE ST", "objectid": 17201, "Shape__Length": 232.76888387903901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1591087192228, 39.986670682388201 ], [ -75.158762683292593, 39.988250684196501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13200, "tnode_": 13241, "lpoly_": null, "rpoly_": null, "length": 185.22982691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 44040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521701, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 17202, "Shape__Length": 73.708948840904824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180614445694303, 40.004011601844297 ], [ -75.181143092303103, 40.003706198337397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13224, "tnode_": 13204, "lpoly_": null, "rpoly_": null, "length": 449.26364010999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 23720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521702, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEMENTINE ST", "stname": "W CLEMENTINE ST", "objectid": 17203, "Shape__Length": 178.5617385239556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177135211583803, 40.003686227875299 ], [ -75.177218288957107, 40.003745612969702 ], [ -75.178689056138495, 40.003930381878398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13305, "tnode_": 13279, "lpoly_": null, "rpoly_": null, "length": 448.19997014, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 23640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17204, "Shape__Length": 178.11755532986521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177253201342097, 40.003106161228601 ], [ -75.178829830349201, 40.003315134295299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13256, "tnode_": 13224, "lpoly_": null, "rpoly_": null, "length": 464.35698628, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 23720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521704, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-12-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEMENTINE ST", "stname": "W CLEMENTINE ST", "objectid": 17205, "Shape__Length": 184.55765671978938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175525515679297, 40.003432196356897 ], [ -75.177048657237805, 40.003630731943097 ], [ -75.177135211583803, 40.003686227875299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13326, "tnode_": 13305, "lpoly_": null, "rpoly_": null, "length": 462.31435069000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2850, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 23640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17206, "Shape__Length": 183.72336074689926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175623725067396, 40.002905418415999 ], [ -75.177253201342097, 40.003106161228601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13337, "tnode_": 13326, "lpoly_": null, "rpoly_": null, "length": 132.59501287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2848, "r_f_add": 2735, "r_t_add": 2799, "st_code": 23640, "l_hundred": 2800, "r_hundred": 2700, "seg_id": 521706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17207, "Shape__Length": 52.691834304095238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175154979165697, 40.002855030767897 ], [ -75.175623725067396, 40.002905418415999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13346, "tnode_": 13339, "lpoly_": null, "rpoly_": null, "length": 149.82827512, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2717, "st_code": 23640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17208, "Shape__Length": 59.54295395130459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174175466599905, 40.002721726382802 ], [ -75.174701788787104, 40.002794740235302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14391, "tnode_": 14158, "lpoly_": null, "rpoly_": null, "length": 584.36106309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 58800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521708, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 17209, "Shape__Length": 233.07226089552904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182696685185206, 39.995947504382897 ], [ -75.182343661417406, 39.9975285021318 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14241, "tnode_": 14175, "lpoly_": null, "rpoly_": null, "length": 177.07201695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2652, "l_t_add": 2698, "r_f_add": 2649, "r_t_add": 2699, "st_code": 88400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521709, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 17210, "Shape__Length": 70.626119273829445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181897436788304, 39.996974000197298 ], [ -75.181793875897498, 39.997453514561798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14402, "tnode_": 14391, "lpoly_": null, "rpoly_": null, "length": 157.3097684, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3102, "r_f_add": 3101, "r_t_add": 3113, "st_code": 44080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17211, "Shape__Length": 62.508571532243607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182142655619401, 39.995877456322297 ], [ -75.182696685185206, 39.995947504382897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14252, "tnode_": 14241, "lpoly_": null, "rpoly_": null, "length": 158.22628413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3036, "l_t_add": 3098, "r_f_add": 3037, "r_t_add": 3099, "st_code": 60960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521711, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17212, "Shape__Length": 62.873467637477177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181339894407998, 39.996904850144702 ], [ -75.181897436788304, 39.996974000197298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14411, "tnode_": 14402, "lpoly_": null, "rpoly_": null, "length": 159.60833033, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3034, "l_t_add": 3098, "r_f_add": 3033, "r_t_add": 3099, "st_code": 44080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521712, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17213, "Shape__Length": 63.422817474242166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581632993698, 39.9958014096458 ], [ -75.182142655619401, 39.995877456322297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14419, "tnode_": 14411, "lpoly_": null, "rpoly_": null, "length": 134.72510494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3016, "l_t_add": 3032, "r_f_add": 3015, "r_t_add": 3031, "st_code": 44080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521713, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17214, "Shape__Length": 53.53599648639279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181109189899999, 39.995732531501801 ], [ -75.181581632993698, 39.9958014096458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14255, "tnode_": 14252, "lpoly_": null, "rpoly_": null, "length": 133.60002937, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3016, "l_t_add": 3034, "r_f_add": 3017, "r_t_add": 3035, "st_code": 60960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521714, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17215, "Shape__Length": 53.090014576652976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180871654060695, 39.996835480481103 ], [ -75.181339894407998, 39.996904850144702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14267, "tnode_": 14197, "lpoly_": null, "rpoly_": null, "length": 183.16027772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2648, "l_t_add": 2698, "r_f_add": 2649, "r_t_add": 2699, "st_code": 88380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521715, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 17216, "Shape__Length": 73.052216486315004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180308711006504, 39.996768428193 ], [ -75.180288425512899, 39.996888749118 ], [ -75.180222919876201, 39.997174682477997 ], [ -75.180191766715097, 39.997262607544101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14175, "tnode_": 14158, "lpoly_": null, "rpoly_": null, "length": 156.43716938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3113, "st_code": 50000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521716, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17217, "Shape__Length": 62.164309482326651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181793875897498, 39.997453514561798 ], [ -75.182343661417406, 39.9975285021318 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14267, "tnode_": 14255, "lpoly_": null, "rpoly_": null, "length": 159.60186696, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3015, "st_code": 60960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521717, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17218, "Shape__Length": 63.419463365994808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180308711006504, 39.996768428193 ], [ -75.180871654060695, 39.996835480481103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14426, "tnode_": 14419, "lpoly_": null, "rpoly_": null, "length": 155.88954766999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3013, "st_code": 44080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521718, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17219, "Shape__Length": 61.943411551607127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180559443900407, 39.9956665729758 ], [ -75.181109189899999, 39.995732531501801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14434, "tnode_": 14426, "lpoly_": null, "rpoly_": null, "length": 160.5521314, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2936, "l_t_add": 2998, "r_f_add": 2935, "r_t_add": 2999, "st_code": 44080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521719, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17220, "Shape__Length": 63.795877795883456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179993060939793, 39.995599609502001 ], [ -75.180559443900407, 39.9956665729758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14278, "tnode_": 14267, "lpoly_": null, "rpoly_": null, "length": 159.48796156, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2936, "l_t_add": 2998, "r_f_add": 2937, "r_t_add": 2999, "st_code": 60960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17221, "Shape__Length": 63.37560314639861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179747856000205, 39.9966935297237 ], [ -75.180308711006504, 39.996768428193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14288, "tnode_": 14278, "lpoly_": null, "rpoly_": null, "length": 132.22798249000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2918, "l_t_add": 2934, "r_f_add": 2919, "r_t_add": 2935, "st_code": 60960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521721, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17222, "Shape__Length": 52.542930750687432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179282468106905, 39.996633212168703 ], [ -75.179747856000205, 39.9966935297237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14442, "tnode_": 14434, "lpoly_": null, "rpoly_": null, "length": 136.31082625, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2916, "l_t_add": 2934, "r_f_add": 2915, "r_t_add": 2933, "st_code": 44080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521722, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17223, "Shape__Length": 54.164567615921044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179513455626704, 39.995536772331498 ], [ -75.179993060939793, 39.995599609502001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14451, "tnode_": 14442, "lpoly_": null, "rpoly_": null, "length": 166.58121825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2913, "st_code": 44080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521723, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17224, "Shape__Length": 66.19215667070533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1789266455324, 39.995463211133803 ], [ -75.179513455626704, 39.995536772331498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14297, "tnode_": 14288, "lpoly_": null, "rpoly_": null, "length": 170.28472734, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2917, "st_code": 60960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521724, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17225, "Shape__Length": 67.663028907820006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178680499739599, 39.9965760584424 ], [ -75.178760544214896, 39.996573495040302 ], [ -75.179282468106905, 39.996633212168703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14225, "tnode_": 14216, "lpoly_": null, "rpoly_": null, "length": 178.28641248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2918, "r_f_add": 2901, "r_t_add": 2913, "st_code": 50000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521725, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17226, "Shape__Length": 70.844993927310497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178578726166705, 39.997049088026998 ], [ -75.179206734182799, 39.997128054980699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13370, "tnode_": 13364, "lpoly_": null, "rpoly_": null, "length": 159.48604182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2528, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 23640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521726, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17227, "Shape__Length": 63.380435010664129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172065904728498, 40.002445998622797 ], [ -75.1726265386243, 40.002522046914699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13375, "tnode_": 13370, "lpoly_": null, "rpoly_": null, "length": 133.16206795, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2526, "r_f_add": 2515, "r_t_add": 2525, "st_code": 23640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521727, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17228, "Shape__Length": 52.918339920536056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171596906780493, 40.002386559808102 ], [ -75.172065904728498, 40.002445998622797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13386, "tnode_": 13375, "lpoly_": null, "rpoly_": null, "length": 159.18840253, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2513, "st_code": 23640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521728, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17229, "Shape__Length": 63.261844422765598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171037111062304, 40.002311571343597 ], [ -75.171596906780493, 40.002386559808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13401, "tnode_": 13386, "lpoly_": null, "rpoly_": null, "length": 226.06108081, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2420, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 23640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521729, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17230, "Shape__Length": 89.835340183193182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170240143811398, 40.002214375594399 ], [ -75.171037111062304, 40.002311571343597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13415, "tnode_": 13401, "lpoly_": null, "rpoly_": null, "length": 226.80637593999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2418, "r_f_add": 2401, "r_t_add": 2449, "st_code": 23640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17231, "Shape__Length": 90.132710009950969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169442075831597, 40.002109728772503 ], [ -75.170240143811398, 40.002214375594399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13426, "tnode_": 13415, "lpoly_": null, "rpoly_": null, "length": 159.70109032, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2334, "l_t_add": 2398, "r_f_add": 2333, "r_t_add": 2399, "st_code": 23640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521731, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17232, "Shape__Length": 63.466668489925439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168882026559203, 40.002027961889802 ], [ -75.169442075831597, 40.002109728772503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13438, "tnode_": 13396, "lpoly_": null, "rpoly_": null, "length": 88.66929607, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3100, "r_f_add": 3101, "r_t_add": 3101, "st_code": 88230, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521732, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17233, "Shape__Length": 35.370188245383005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167849914462096, 40.001903339609001 ], [ -75.167809623469907, 40.002144767347801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13581, "tnode_": 13572, "lpoly_": null, "rpoly_": null, "length": 157.64634652000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1634, "l_t_add": 1698, "r_f_add": 1635, "r_t_add": 1699, "st_code": 23640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521733, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17234, "Shape__Length": 62.647165342198115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157490464998901, 40.000567909629197 ], [ -75.158045115300695, 40.000640872691903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13594, "tnode_": 13581, "lpoly_": null, "rpoly_": null, "length": 125.23334823, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1618, "l_t_add": 1632, "r_f_add": 1621, "r_t_add": 1633, "st_code": 23640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521734, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17235, "Shape__Length": 49.7662114479918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157049523455598, 40.000511456450099 ], [ -75.157490464998901, 40.000567909629197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13604, "tnode_": 13594, "lpoly_": null, "rpoly_": null, "length": 162.16887033, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1619, "st_code": 23640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521735, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17236, "Shape__Length": 64.445799926256754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156480752435101, 40.000428754779101 ], [ -75.157049523455598, 40.000511456450099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13621, "tnode_": 13604, "lpoly_": null, "rpoly_": null, "length": 224.65251694, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1532, "l_t_add": 1598, "r_f_add": 1533, "r_t_add": 1599, "st_code": 23640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521736, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17237, "Shape__Length": 89.273768750810376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155689530795698, 40.000328558555999 ], [ -75.156480752435101, 40.000428754779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13635, "tnode_": 13621, "lpoly_": null, "rpoly_": null, "length": 222.95239781000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1530, "r_f_add": 1501, "r_t_add": 1531, "st_code": 23640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521737, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17238, "Shape__Length": 88.597740227946574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154903958296401, 40.000230720860102 ], [ -75.155689530795698, 40.000328558555999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13635, "tnode_": 13407, "lpoly_": null, "rpoly_": null, "length": 583.2493085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88070, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521738, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17239, "Shape__Length": 232.64422178996381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154903958296401, 40.000230720860102 ], [ -75.154557199203197, 40.001809446053102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13646, "tnode_": 13635, "lpoly_": null, "rpoly_": null, "length": 171.02670985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1431, "r_t_add": 1499, "st_code": 23640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521739, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17240, "Shape__Length": 67.964285994014105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154302586357105, 40.000150002282801 ], [ -75.154903958296401, 40.000230720860102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13646, "tnode_": 13416, "lpoly_": null, "rpoly_": null, "length": 584.93759111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 21400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521740, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 17241, "Shape__Length": 233.31798812189157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154302586357105, 40.000150002282801 ], [ -75.153959065957196, 40.001733844912302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13873, "tnode_": 13621, "lpoly_": null, "rpoly_": null, "length": 550.12386685999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 75860, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521743, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17242, "Shape__Length": 219.42650453644814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156017717844406, 39.998839643356298 ], [ -75.155689530795698, 40.000328558555999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13892, "tnode_": 13804, "lpoly_": null, "rpoly_": null, "length": 155.90422542, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3031, "st_code": 88070, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521744, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17243, "Shape__Length": 62.182987377184581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1552338918179, 39.998737839271598 ], [ -75.1551308369541, 39.999158412417202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13873, "tnode_": 13852, "lpoly_": null, "rpoly_": null, "length": 223.12824227, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1530, "l_t_add": 1598, "r_f_add": 1531, "r_t_add": 1599, "st_code": 44880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17244, "Shape__Length": 88.667431105392751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156017717844406, 39.998839643356298 ], [ -75.156802027749293, 39.998946042749999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13684, "tnode_": 13651, "lpoly_": null, "rpoly_": null, "length": 444.74507082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 77580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521747, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17245, "Shape__Length": 176.73782191068091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156580430425095, 39.999983209188002 ], [ -75.1569557010301, 40.000035980587398 ], [ -75.156966567682304, 40.000037626228199 ], [ -75.158143243356093, 40.000197519191403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13599, "tnode_": 13586, "lpoly_": null, "rpoly_": null, "length": 145.62375265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2045, "r_t_add": 2099, "st_code": 77580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17246, "Shape__Length": 57.870007919450813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164299554795306, 40.000673670504703 ], [ -75.164811424534307, 40.0007432016519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13719, "tnode_": 13599, "lpoly_": null, "rpoly_": null, "length": 270.31107268, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 48860, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 17247, "Shape__Length": 107.81928095976076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164461819628301, 39.999942202460502 ], [ -75.164299554795306, 40.000673670504703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13610, "tnode_": 13599, "lpoly_": null, "rpoly_": null, "length": 133.45252215999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2026, "l_t_add": 2034, "r_f_add": 2035, "r_t_add": 2043, "st_code": 77580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17248, "Shape__Length": 53.032592209094602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163829788047707, 40.000612983868301 ], [ -75.164299554795306, 40.000673670504703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13626, "tnode_": 13610, "lpoly_": null, "rpoly_": null, "length": 254.44511443, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2024, "r_f_add": 2001, "r_t_add": 2033, "st_code": 77580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521751, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17249, "Shape__Length": 101.11350497243818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162933993075796, 40.000497840696703 ], [ -75.163829788047707, 40.000612983868301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13679, "tnode_": 13626, "lpoly_": null, "rpoly_": null, "length": 127.21981666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3022, "l_t_add": 3028, "r_f_add": 3023, "r_t_add": 3029, "st_code": 88170, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17250, "Shape__Length": 50.744153180779691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163011510861196, 40.000153732852901 ], [ -75.162933993075796, 40.000497840696703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13725, "tnode_": 13663, "lpoly_": null, "rpoly_": null, "length": 141.90403711, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3017, "st_code": 84580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521753, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 17251, "Shape__Length": 56.601045064665541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163995708111699, 39.999885675811001 ], [ -75.163909269088407, 40.000269505407999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13736, "tnode_": 13679, "lpoly_": null, "rpoly_": null, "length": 144.73145077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3020, "r_f_add": 3001, "r_t_add": 3021, "st_code": 88170, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17252, "Shape__Length": 57.729184080248636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163096453357696, 39.999761834839298 ], [ -75.163011510861196, 40.000153732852901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13712, "tnode_": 13586, "lpoly_": null, "rpoly_": null, "length": 272.13967225, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3026, "r_f_add": 3001, "r_t_add": 3029, "st_code": 88190, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521755, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 17253, "Shape__Length": 108.54924573633717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164971484670303, 40.000006356560299 ], [ -75.164811424534307, 40.0007432016519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13489, "tnode_": 13469, "lpoly_": null, "rpoly_": null, "length": 456.16831030999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 23640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521756, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17254, "Shape__Length": 181.27811387216255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164633043496394, 40.001489854186502 ], [ -75.166239722532296, 40.001693145336901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13586, "tnode_": 13562, "lpoly_": null, "rpoly_": null, "length": 454.09724723, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 77580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17255, "Shape__Length": 180.45253287984235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164811424534307, 40.0007432016519 ], [ -75.166411441747698, 40.0009425060517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13695, "tnode_": 13682, "lpoly_": null, "rpoly_": null, "length": 229.32380718000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 44880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521758, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17256, "Shape__Length": 91.129529198368004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165757616169699, 40.000107912048001 ], [ -75.166565573940602, 40.000208844145398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13712, "tnode_": 13695, "lpoly_": null, "rpoly_": null, "length": 223.34225483, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2125, "st_code": 44880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521759, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17257, "Shape__Length": 88.753080316569822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164971484670303, 40.000006356560299 ], [ -75.165359854904693, 40.000060033246498 ], [ -75.165757616169699, 40.000107912048001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13653, "tnode_": 13438, "lpoly_": null, "rpoly_": null, "length": 548.86702804999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 88230, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521760, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17258, "Shape__Length": 218.92965676459139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168181280804703, 40.000418340541799 ], [ -75.167849914462096, 40.001903339609001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13665, "tnode_": 13492, "lpoly_": null, "rpoly_": null, "length": 425.60138057, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 41780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEMBERGER ST", "stname": "N HEMBERGER ST", "objectid": 17259, "Shape__Length": 169.76177005776668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167613100872899, 40.000351883498297 ], [ -75.167358510361197, 40.001503688015497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13677, "tnode_": 13551, "lpoly_": null, "rpoly_": null, "length": 268.05515601999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 26080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 17260, "Shape__Length": 106.91850028775481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167137116121395, 40.000291697636897 ], [ -75.167007188109096, 40.000853995775202 ], [ -75.166966457607003, 40.001015726793199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13551, "tnode_": 13492, "lpoly_": null, "rpoly_": null, "length": 208.95203168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3030, "l_t_add": 3050, "r_f_add": 3007, "r_t_add": 3051, "st_code": 34840, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521763, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 17261, "Shape__Length": 83.264763088438215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166966457607003, 40.001015726793199 ], [ -75.167358510361197, 40.001503688015497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13682, "tnode_": 13677, "lpoly_": null, "rpoly_": null, "length": 162.9425277, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2208, "r_f_add": 2201, "r_t_add": 2213, "st_code": 44880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521764, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17262, "Shape__Length": 64.752989669865855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166565573940602, 40.000208844145398 ], [ -75.167137116121395, 40.000291697636897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13636, "tnode_": 13551, "lpoly_": null, "rpoly_": null, "length": 251.70857303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3028, "r_f_add": 3001, "r_t_add": 3005, "st_code": 34840, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521765, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 17263, "Shape__Length": 100.31779224590525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166530241881603, 40.000411851249403 ], [ -75.166898396731, 40.000909775904198 ], [ -75.166966457607003, 40.001015726793199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13653, "tnode_": 13648, "lpoly_": null, "rpoly_": null, "length": 155.3324844, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2315, "st_code": 44880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521766, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17264, "Shape__Length": 61.728445343443155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168181280804703, 40.000418340541799 ], [ -75.168726728542595, 40.000494847988101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13639, "tnode_": 13630, "lpoly_": null, "rpoly_": null, "length": 157.65750851, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2326, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 44880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521767, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17265, "Shape__Length": 62.652173730610812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169203425033103, 40.000555301787898 ], [ -75.169757443628498, 40.000631224803797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13648, "tnode_": 13639, "lpoly_": null, "rpoly_": null, "length": 135.35390449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2316, "l_t_add": 2324, "r_f_add": 2317, "r_t_add": 2325, "st_code": 44880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521768, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17266, "Shape__Length": 53.787880724492283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168726728542595, 40.000494847988101 ], [ -75.169203425033103, 40.000555301787898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13435, "tnode_": 27083, "lpoly_": null, "rpoly_": null, "length": 113.26974053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2314, "l_t_add": 2330, "r_f_add": 2319, "r_t_add": 2329, "st_code": 23640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521769, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17267, "Shape__Length": 45.013609951183135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1684162590319, 40.001969574604701 ], [ -75.168814366335297, 40.002023853799898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13438, "tnode_": 13435, "lpoly_": null, "rpoly_": null, "length": 160.48683469, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2317, "st_code": 23640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521770, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17268, "Shape__Length": 63.775727873229499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167849914462096, 40.001903339609001 ], [ -75.1684162590319, 40.001969574604701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13492, "tnode_": 13445, "lpoly_": null, "rpoly_": null, "length": 154.71537723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 34840, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521771, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 17269, "Shape__Length": 61.665514818656668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167358510361197, 40.001503688015497 ], [ -75.167603954192899, 40.001861114103697 ], [ -75.167618954836698, 40.001878066240401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13507, "tnode_": 13460, "lpoly_": null, "rpoly_": null, "length": 136.30798389, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3030, "l_t_add": 3046, "r_f_add": 3029, "r_t_add": 3045, "st_code": 88280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521772, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17270, "Shape__Length": 54.371251320458448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171190658823903, 40.001529006733698 ], [ -75.171114553431394, 40.001898582904602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13527, "tnode_": 13479, "lpoly_": null, "rpoly_": null, "length": 137.59092595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3022, "l_t_add": 3044, "r_f_add": 3031, "r_t_add": 3047, "st_code": 88260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521773, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17271, "Shape__Length": 54.882838234697758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169617571524299, 40.0013193257534 ], [ -75.169540800462002, 40.001692386545798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13613, "tnode_": 13601, "lpoly_": null, "rpoly_": null, "length": 163.88138195000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2430, "l_t_add": 2498, "r_f_add": 2431, "r_t_add": 2499, "st_code": 44880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521774, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17272, "Shape__Length": 65.124066520038042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170772882995195, 40.0007596111762 ], [ -75.171350649810407, 40.0008299583343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13623, "tnode_": 13618, "lpoly_": null, "rpoly_": null, "length": 93.74941493, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2416, "l_t_add": 2426, "r_f_add": 2419, "r_t_add": 2427, "st_code": 44880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521775, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17273, "Shape__Length": 37.255874038518371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170304460208897, 40.000699333663299 ], [ -75.170633518971599, 40.000746104728897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13630, "tnode_": 13623, "lpoly_": null, "rpoly_": null, "length": 155.24620001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2417, "st_code": 44880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521776, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17274, "Shape__Length": 61.692720072810097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169757443628498, 40.000631224803797 ], [ -75.170304460208897, 40.000699333663299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13579, "tnode_": 13575, "lpoly_": null, "rpoly_": null, "length": 161.15776169, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2525, "r_t_add": 2599, "st_code": 44880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521777, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17275, "Shape__Length": 64.042413891458892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172391770924804, 40.000969420147499 ], [ -75.172959391004497, 40.001041201779501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13592, "tnode_": 13579, "lpoly_": null, "rpoly_": null, "length": 136.79306424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2524, "r_f_add": 2515, "r_t_add": 2523, "st_code": 44880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521778, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17276, "Shape__Length": 54.36347688261273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171913888453204, 40.000892360929299 ], [ -75.172391770924804, 40.000969420147499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13601, "tnode_": 13592, "lpoly_": null, "rpoly_": null, "length": 159.42406901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2513, "st_code": 44880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521779, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17277, "Shape__Length": 63.351823283229109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171350649810407, 40.0008299583343 ], [ -75.171913888453204, 40.000892360929299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13579, "tnode_": 13370, "lpoly_": null, "rpoly_": null, "length": 545.58392898, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 15660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521780, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 17278, "Shape__Length": 217.62236819680828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172391770924804, 40.000969420147499 ], [ -75.172065904728498, 40.002445998622797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13561, "tnode_": 13555, "lpoly_": null, "rpoly_": null, "length": 156.435237, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2626, "l_t_add": 2698, "r_f_add": 2627, "r_t_add": 2699, "st_code": 44880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521781, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17279, "Shape__Length": 62.166386296198631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173971416641194, 40.001155392029503 ], [ -75.174521848426394, 40.001227624411698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13566, "tnode_": 13561, "lpoly_": null, "rpoly_": null, "length": 137.55188797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2616, "l_t_add": 2624, "r_f_add": 2615, "r_t_add": 2625, "st_code": 44880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521782, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17280, "Shape__Length": 54.661198497886659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173486267542799, 40.001097351706797 ], [ -75.173971416641194, 40.001155392029503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13575, "tnode_": 13566, "lpoly_": null, "rpoly_": null, "length": 149.01800363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2613, "st_code": 44880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521783, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17281, "Shape__Length": 59.216500021622807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172959391004497, 40.001041201779501 ], [ -75.173486267542799, 40.001097351706797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13768, "tnode_": 13746, "lpoly_": null, "rpoly_": null, "length": 224.33934843, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2716, "l_t_add": 2798, "r_f_add": 2717, "r_t_add": 2799, "st_code": 21040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521784, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17282, "Shape__Length": 89.151744985080384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175516303677995, 39.999815359633899 ], [ -75.175908612712405, 39.999875432836703 ], [ -75.175945621111595, 39.999881174094597 ], [ -75.176302860989097, 39.999930661975803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13768, "tnode_": 13638, "lpoly_": null, "rpoly_": null, "length": 275.91246091, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 53940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521785, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17283, "Shape__Length": 110.04746615588866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175516303677995, 39.999815359633899 ], [ -75.175479868195197, 39.999869221297097 ], [ -75.175331387133497, 40.000556497802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13777, "tnode_": 13768, "lpoly_": null, "rpoly_": null, "length": 184.3145026, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2715, "st_code": 21040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521786, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17284, "Shape__Length": 73.245961339104724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174870167932596, 39.999720486933597 ], [ -75.175279436843397, 39.999784473825301 ], [ -75.175310917075706, 39.999788657790099 ], [ -75.175516303677995, 39.999815359633899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13638, "tnode_": 13555, "lpoly_": null, "rpoly_": null, "length": 337.76768619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2950, "l_t_add": 2998, "r_f_add": 2935, "r_t_add": 2999, "st_code": 22220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 17285, "Shape__Length": 134.4946377325715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175331387133497, 40.000556497802101 ], [ -75.175249082003305, 40.000630534135801 ], [ -75.174664972298501, 40.001018833496701 ], [ -75.174521848426394, 40.001227624411698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13784, "tnode_": 13777, "lpoly_": null, "rpoly_": null, "length": 156.930426, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2626, "l_t_add": 2698, "r_f_add": 2627, "r_t_add": 2699, "st_code": 21040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521788, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17286, "Shape__Length": 62.359443972869393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174315310161703, 39.999662462914202 ], [ -75.174611826247499, 39.999698366887401 ], [ -75.174637238392805, 39.9997015463276 ], [ -75.174870167932596, 39.999720486933597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13795, "tnode_": 13784, "lpoly_": null, "rpoly_": null, "length": 137.20838011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2616, "l_t_add": 2624, "r_f_add": 2617, "r_t_add": 2625, "st_code": 21040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521789, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17287, "Shape__Length": 54.524960096228774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173833070389506, 39.999596782740497 ], [ -75.174129239040397, 39.999637755576401 ], [ -75.174148756268494, 39.9996402153905 ], [ -75.174315310161703, 39.999662462914202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13812, "tnode_": 13795, "lpoly_": null, "rpoly_": null, "length": 155.68681074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2615, "st_code": 21040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521790, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17288, "Shape__Length": 61.867418584360401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173285213588201, 39.999525811894699 ], [ -75.173654348828293, 39.999577907828098 ], [ -75.173668025654607, 39.999579632069 ], [ -75.173833070389506, 39.999596782740497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13825, "tnode_": 13812, "lpoly_": null, "rpoly_": null, "length": 160.86116421, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 21040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521791, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17289, "Shape__Length": 63.9206570300965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172715817247195, 39.999469022405101 ], [ -75.173035028102603, 39.999500081690201 ], [ -75.1730431469623, 39.9995010991844 ], [ -75.173285213588201, 39.999525811894699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13835, "tnode_": 13825, "lpoly_": null, "rpoly_": null, "length": 136.49359701, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2524, "r_f_add": 2517, "r_t_add": 2525, "st_code": 21040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521792, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17290, "Shape__Length": 54.241648599452205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172237133665703, 39.9994007131667 ], [ -75.1725420831214, 39.999437998543399 ], [ -75.172566005998505, 39.999441025173503 ], [ -75.172715817247195, 39.999469022405101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13843, "tnode_": 13835, "lpoly_": null, "rpoly_": null, "length": 154.29429915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 21040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521793, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17291, "Shape__Length": 61.313759203083563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171694038854, 39.999330446168003 ], [ -75.172072411068996, 39.999378616350597 ], [ -75.172074107514902, 39.999378831046002 ], [ -75.172237133665703, 39.9994007131667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13849, "tnode_": 13843, "lpoly_": null, "rpoly_": null, "length": 164.80567811, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2427, "r_t_add": 2499, "st_code": 21040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521794, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17292, "Shape__Length": 65.49147298507576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1711148128513, 39.9992517450167 ], [ -75.171443806584705, 39.9992995008581 ], [ -75.171449103686399, 39.999300164956303 ], [ -75.171694038854, 39.999330446168003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13858, "tnode_": 13849, "lpoly_": null, "rpoly_": null, "length": 134.10365662000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2418, "l_t_add": 2424, "r_f_add": 2417, "r_t_add": 2425, "st_code": 21040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521795, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17293, "Shape__Length": 53.29093070915841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170643571156404, 39.9991871750724 ], [ -75.1711148128513, 39.9992517450167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13871, "tnode_": 13858, "lpoly_": null, "rpoly_": null, "length": 156.51398789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2415, "st_code": 21040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521796, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17294, "Shape__Length": 62.193860795132032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170090632416503, 39.9991258857807 ], [ -75.170643571156404, 39.9991871750724 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13887, "tnode_": 13871, "lpoly_": null, "rpoly_": null, "length": 157.34893935999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2326, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 21040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521797, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17295, "Shape__Length": 62.528861000447151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169538514574299, 39.999046719029401 ], [ -75.170090632416503, 39.9991258857807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13896, "tnode_": 13887, "lpoly_": null, "rpoly_": null, "length": 135.41032033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2318, "l_t_add": 2324, "r_f_add": 2317, "r_t_add": 2325, "st_code": 21040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521798, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17296, "Shape__Length": 53.809674167726449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1690622860785, 39.998983255809101 ], [ -75.169538514574299, 39.999046719029401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13904, "tnode_": 13896, "lpoly_": null, "rpoly_": null, "length": 158.79455326, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2315, "st_code": 21040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521799, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17297, "Shape__Length": 63.101228691072244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168502822630799, 39.998913392130397 ], [ -75.1690622860785, 39.998983255809101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13904, "tnode_": 13653, "lpoly_": null, "rpoly_": null, "length": 555.57826561000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88230, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521800, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17298, "Shape__Length": 221.60378387066331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168502822630799, 39.998913392130397 ], [ -75.168181280804703, 40.000418340541799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13919, "tnode_": 13670, "lpoly_": null, "rpoly_": null, "length": 555.32059137, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 26080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 17299, "Shape__Length": 221.5001808319071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167702866238002, 39.998815488861098 ], [ -75.167377944940398, 40.000319290793797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13756, "tnode_": 13695, "lpoly_": null, "rpoly_": null, "length": 155.73612604, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2942, "l_t_add": 2998, "r_f_add": 2943, "r_t_add": 2999, "st_code": 79740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521802, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 17300, "Shape__Length": 62.118572600241713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165849035356501, 39.999686218343498 ], [ -75.165757616169699, 40.000107912048001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13769, "tnode_": 13712, "lpoly_": null, "rpoly_": null, "length": 155.26274336999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2940, "l_t_add": 2998, "r_f_add": 2939, "r_t_add": 2999, "st_code": 88190, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521803, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 17301, "Shape__Length": 61.930041021748927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165059969496994, 39.999585609137299 ], [ -75.164971484670303, 40.000006356560299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13948, "tnode_": 13756, "lpoly_": null, "rpoly_": null, "length": 403.32393293999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2940, "r_f_add": 2901, "r_t_add": 2941, "st_code": 79740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521804, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 17302, "Shape__Length": 160.87205889582381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166087503887098, 39.998594340663999 ], [ -75.165849035356501, 39.999686218343498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13963, "tnode_": 13769, "lpoly_": null, "rpoly_": null, "length": 402.76306957999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2938, "r_f_add": 2901, "r_t_add": 2937, "st_code": 88190, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521805, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 17303, "Shape__Length": 160.64822718491632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165297336166603, 39.998495150529799 ], [ -75.165059969496994, 39.999585609137299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13972, "tnode_": 13776, "lpoly_": null, "rpoly_": null, "length": 402.48429388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 48860, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 17304, "Shape__Length": 160.53660907688905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164658858918003, 39.998414642655703 ], [ -75.164420048587701, 39.999504138708303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13981, "tnode_": 13783, "lpoly_": null, "rpoly_": null, "length": 405.09170491999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 84580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 17305, "Shape__Length": 161.57718385293722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164052907961505, 39.998329465943897 ], [ -75.163817835371006, 39.999426697480899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13995, "tnode_": 13797, "lpoly_": null, "rpoly_": null, "length": 400.54209677999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2934, "r_f_add": 2901, "r_t_add": 2935, "st_code": 88170, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521808, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17306, "Shape__Length": 159.76284395177916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163413503218905, 39.9982601234965 ], [ -75.163184727854102, 39.999345491630599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13797, "tnode_": 13736, "lpoly_": null, "rpoly_": null, "length": 153.66967923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2936, "l_t_add": 2998, "r_f_add": 2937, "r_t_add": 2999, "st_code": 88170, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17307, "Shape__Length": 61.294296193876733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163184727854102, 39.999345491630599 ], [ -75.163096453357696, 39.999761834839298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13884, "tnode_": 13872, "lpoly_": null, "rpoly_": null, "length": 133.7048537, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1506, "l_t_add": 1522, "r_f_add": 1507, "r_t_add": 1523, "st_code": 44880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521810, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17308, "Shape__Length": 53.131293511101781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155475384177095, 39.998770111064701 ], [ -75.155946176866394, 39.9988302194051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13892, "tnode_": 13884, "lpoly_": null, "rpoly_": null, "length": 68.67155057, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1504, "r_f_add": 1501, "r_t_add": 1505, "st_code": 44880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17309, "Shape__Length": 27.288775867629941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1552338918179, 39.998737839271598 ], [ -75.155475384177095, 39.998770111064701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14214, "tnode_": 14202, "lpoly_": null, "rpoly_": null, "length": 183.00481395, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2030, "r_f_add": 2001, "r_t_add": 2031, "st_code": 73280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 521815, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17310, "Shape__Length": 72.721647356811502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163737660688099, 39.996762900127599 ], [ -75.164379962332106, 39.996854220825803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14222, "tnode_": 13997, "lpoly_": null, "rpoly_": null, "length": 553.7132239, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 61420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521816, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 17311, "Shape__Length": 220.8515291040982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163202036609704, 39.996693221923202 ], [ -75.162873474180998, 39.998192080121697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13997, "tnode_": 13995, "lpoly_": null, "rpoly_": null, "length": 153.31557160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1965, "r_t_add": 1999, "st_code": 21040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17312, "Shape__Length": 60.923471256066883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162873474180998, 39.998192080121697 ], [ -75.163413503218905, 39.9982601234965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14228, "tnode_": 14004, "lpoly_": null, "rpoly_": null, "length": 550.50363363999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 36200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 17313, "Shape__Length": 219.57207424680078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162731391760602, 39.9966400293292 ], [ -75.162732152353996, 39.996711197874497 ], [ -75.162419296870098, 39.998130981786304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14004, "tnode_": 13997, "lpoly_": null, "rpoly_": null, "length": 129.17772886999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1914, "l_t_add": 1926, "r_f_add": 1933, "r_t_add": 1963, "st_code": 21040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521819, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17314, "Shape__Length": 51.332416739606906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162419296870098, 39.998130981786304 ], [ -75.162873474180998, 39.998192080121697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14013, "tnode_": 14004, "lpoly_": null, "rpoly_": null, "length": 159.90659983, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1931, "st_code": 21040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17315, "Shape__Length": 63.542778828930381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161856436655299, 39.998058235515401 ], [ -75.162419296870098, 39.998130981786304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14174, "tnode_": 14153, "lpoly_": null, "rpoly_": null, "length": 229.28173878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 73280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 521821, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17316, "Shape__Length": 91.109118280813846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166410701323798, 39.9971038074125 ], [ -75.167218091255407, 39.997206522257201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14174, "tnode_": 13948, "lpoly_": null, "rpoly_": null, "length": 550.47369193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "VAN PELT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 79740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521822, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N VAN PELT ST", "stname": "N VAN PELT ST", "objectid": 17317, "Shape__Length": 219.56122865319003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166410701323798, 39.9971038074125 ], [ -75.166087503887098, 39.998594340663999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14187, "tnode_": 13963, "lpoly_": null, "rpoly_": null, "length": 553.65371894999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88190, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521823, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 17318, "Shape__Length": 220.8293471976888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165621908094096, 39.996995943556897 ], [ -75.165297336166603, 39.998495150529799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14144, "tnode_": 13919, "lpoly_": null, "rpoly_": null, "length": 551.10523761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 26080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521824, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 17319, "Shape__Length": 219.81174893742158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168040566794602, 39.997325098762303 ], [ -75.167702866238002, 39.998815488861098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14131, "tnode_": 13904, "lpoly_": null, "rpoly_": null, "length": 551.96504667, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88230, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521825, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17320, "Shape__Length": 220.15742868077001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168824530694906, 39.997418518326498 ], [ -75.168502822630799, 39.998913392130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14121, "tnode_": 13896, "lpoly_": null, "rpoly_": null, "length": 550.99709674999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 18260, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 17321, "Shape__Length": 219.7710517815911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169387092168805, 39.997491472357197 ], [ -75.1690622860785, 39.998983255809101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14108, "tnode_": 13871, "lpoly_": null, "rpoly_": null, "length": 553.65723366999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88260, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521827, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17322, "Shape__Length": 220.83166037622883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170422913784193, 39.997627667981 ], [ -75.170090632416503, 39.9991258857807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14115, "tnode_": 13887, "lpoly_": null, "rpoly_": null, "length": 552.19666193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 46360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521828, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17323, "Shape__Length": 220.24902956899064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1698686897263, 39.9975522926336 ], [ -75.169538514574299, 39.999046719029401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14103, "tnode_": 14097, "lpoly_": null, "rpoly_": null, "length": 136.85201001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2416, "l_t_add": 2424, "r_f_add": 2415, "r_t_add": 2425, "st_code": 73280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521829, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17324, "Shape__Length": 54.380091675496452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170973084620599, 39.997705257056303 ], [ -75.171456049423696, 39.997761456604501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14108, "tnode_": 14103, "lpoly_": null, "rpoly_": null, "length": 156.71122248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2413, "st_code": 73280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521830, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17325, "Shape__Length": 62.273875215861338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170422913784193, 39.997627667981 ], [ -75.170973084620599, 39.997705257056303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14071, "tnode_": 14059, "lpoly_": null, "rpoly_": null, "length": 159.68805772, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2534, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 73280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521831, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17326, "Shape__Length": 63.456958168011063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173043014241301, 39.997966197109598 ], [ -75.173603832037998, 39.998044444947702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14077, "tnode_": 14071, "lpoly_": null, "rpoly_": null, "length": 135.99107525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2532, "r_f_add": 2515, "r_t_add": 2533, "st_code": 73280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521832, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17327, "Shape__Length": 54.039298358726242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172564407512297, 39.997904004998503 ], [ -75.173043014241301, 39.997966197109598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14077, "tnode_": 13835, "lpoly_": null, "rpoly_": null, "length": 552.88068433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 74920, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521833, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 17328, "Shape__Length": 220.52348070715283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172564407512297, 39.997904004998503 ], [ -75.172237133665703, 39.9994007131667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14087, "tnode_": 13843, "lpoly_": null, "rpoly_": null, "length": 551.32056489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521834, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17329, "Shape__Length": 219.90382863999528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172000253297796, 39.997835439574999 ], [ -75.171694038854, 39.999330446168003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14097, "tnode_": 14087, "lpoly_": null, "rpoly_": null, "length": 154.83282476, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2427, "r_t_add": 2499, "st_code": 73280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521835, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17330, "Shape__Length": 61.527013438185769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171456049423696, 39.997761456604501 ], [ -75.172000253297796, 39.997835439574999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14048, "tnode_": 13795, "lpoly_": null, "rpoly_": null, "length": 545.13171171, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 15420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 17331, "Shape__Length": 217.43324104758051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174156580042407, 39.998121158321503 ], [ -75.173833070389506, 39.999596782740497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14059, "tnode_": 13812, "lpoly_": null, "rpoly_": null, "length": 546.96931111999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88300, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521837, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17332, "Shape__Length": 218.16682333977408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173603832037998, 39.998044444947702 ], [ -75.173285213588201, 39.999525811894699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14015, "tnode_": 13746, "lpoly_": null, "rpoly_": null, "length": 558.4645334600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521838, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17333, "Shape__Length": 222.7565534176658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176603328504797, 39.998415124816901 ], [ -75.176302860989097, 39.999930661975803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14022, "tnode_": 13768, "lpoly_": null, "rpoly_": null, "length": 547.6258983, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 53940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521839, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17334, "Shape__Length": 218.4232013955905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175866119497499, 39.998338093877102 ], [ -75.175547081242499, 39.999762467604498 ], [ -75.175516303677995, 39.999815359633899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14032, "tnode_": 13777, "lpoly_": null, "rpoly_": null, "length": 545.84010873, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88320, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521840, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17335, "Shape__Length": 217.71680912152553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175189795370102, 39.998242390737801 ], [ -75.174870167932596, 39.999720486933597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14041, "tnode_": 13784, "lpoly_": null, "rpoly_": null, "length": 545.02551100999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LECOUNT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 49810, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521841, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LECOUNT ST", "stname": "N LECOUNT ST", "objectid": 17336, "Shape__Length": 217.39297690965935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174625560769101, 39.998185450578298 ], [ -75.174315310161703, 39.999662462914202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14216, "tnode_": 14052, "lpoly_": null, "rpoly_": null, "length": 364.28787074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOLLYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 43180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521842, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOLLYWOOD ST", "stname": "N HOLLYWOOD ST", "objectid": 17337, "Shape__Length": 145.29812222657748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179206734182799, 39.997128054980699 ], [ -75.178987490517102, 39.998113751073397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14197, "tnode_": 14052, "lpoly_": null, "rpoly_": null, "length": 461.28057611000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2763, "st_code": 22220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521843, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 17338, "Shape__Length": 183.61204649827783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180191766715097, 39.997262607544101 ], [ -75.180109191688302, 39.997376184665796 ], [ -75.179321400704595, 39.997924155630599 ], [ -75.178987490517102, 39.998113751073397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14052, "tnode_": 13991, "lpoly_": null, "rpoly_": null, "length": 279.21229899000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALMERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2765, "r_t_add": 2799, "st_code": 22220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521844, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALMERS AVE", "stname": "CHALMERS AVE", "objectid": 17339, "Shape__Length": 111.13191289933005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178987490517102, 39.998113751073397 ], [ -75.178239382640797, 39.998620145425598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14225, "tnode_": 13991, "lpoly_": null, "rpoly_": null, "length": 580.15187546999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521845, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 17340, "Shape__Length": 231.39876639557656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178578726166705, 39.997049088026998 ], [ -75.178239382640797, 39.998620145425598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14238, "tnode_": 27065, "lpoly_": null, "rpoly_": null, "length": 579.10322097000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 59640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521846, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17341, "Shape__Length": 230.97920598488062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177504365783307, 39.996920217889901 ], [ -75.177159756939901, 39.998487677649997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14005, "tnode_": 14001, "lpoly_": null, "rpoly_": null, "length": 114.65453965, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2812, "l_t_add": 2818, "r_f_add": 2813, "r_t_add": 2819, "st_code": 73280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521847, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17342, "Shape__Length": 45.561843703557408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1772439919786, 39.998499058619601 ], [ -75.177646670611196, 39.998555182240501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14249, "tnode_": 14177, "lpoly_": null, "rpoly_": null, "length": 176.07018879, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2716, "r_f_add": 2701, "r_t_add": 2715, "st_code": 88340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521848, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17343, "Shape__Length": 70.226698614261892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176951457748402, 39.996841780658201 ], [ -75.176850592907996, 39.997318848766497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10578, "tnode_": 10536, "lpoly_": null, "rpoly_": null, "length": 137.75016878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 124, "l_t_add": 130, "r_f_add": 123, "r_t_add": 131, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 17344, "Shape__Length": 54.828315239669671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224186819080003, 40.026801037616003 ], [ -75.223785810336096, 40.027020017074797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14015, "tnode_": 27065, "lpoly_": null, "rpoly_": null, "length": 158.11721838, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2808, "r_f_add": 2801, "r_t_add": 2809, "st_code": 73280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521849, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17345, "Shape__Length": 62.832173053487359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176603328504797, 39.998415124816901 ], [ -75.177159756939901, 39.998487677649997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14073, "tnode_": 14015, "lpoly_": null, "rpoly_": null, "length": 145.01915544000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 88340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521850, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17346, "Shape__Length": 57.84151457989168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1766948216424, 39.998023297805901 ], [ -75.176603328504797, 39.998415124816901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14099, "tnode_": 14032, "lpoly_": null, "rpoly_": null, "length": 151.76356966999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 88320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521851, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17347, "Shape__Length": 60.531443584181311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175285213194698, 39.997832295485999 ], [ -75.175189795370102, 39.998242390737801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14123, "tnode_": 14073, "lpoly_": null, "rpoly_": null, "length": 129.90169224, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2734, "l_t_add": 2750, "r_f_add": 2733, "r_t_add": 2751, "st_code": 88340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521852, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17348, "Shape__Length": 51.813018581557529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176766834217801, 39.997671029050501 ], [ -75.1766948216424, 39.998023297805901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14141, "tnode_": 14099, "lpoly_": null, "rpoly_": null, "length": 127.10519021, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2732, "l_t_add": 2750, "r_f_add": 2733, "r_t_add": 2751, "st_code": 88320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521853, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17349, "Shape__Length": 50.697352562312339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175356442760005, 39.997487703630803 ], [ -75.175285213194698, 39.997832295485999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14177, "tnode_": 14123, "lpoly_": null, "rpoly_": null, "length": 130.42165024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2718, "l_t_add": 2732, "r_f_add": 2717, "r_t_add": 2731, "st_code": 88340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521854, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17350, "Shape__Length": 52.018454900697819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176850592907996, 39.997318848766497 ], [ -75.176766834217801, 39.997671029050501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14198, "tnode_": 14141, "lpoly_": null, "rpoly_": null, "length": 126.287217, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2716, "l_t_add": 2730, "r_f_add": 2717, "r_t_add": 2731, "st_code": 88320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521855, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17351, "Shape__Length": 50.371164028486767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175424838276101, 39.9971450439214 ], [ -75.175356442760005, 39.997487703630803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14268, "tnode_": 14198, "lpoly_": null, "rpoly_": null, "length": 183.84169129, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2715, "st_code": 88320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521856, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17352, "Shape__Length": 73.324568982670698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1755412354984, 39.996648379499703 ], [ -75.175424838276101, 39.9971450439214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14118, "tnode_": 14059, "lpoly_": null, "rpoly_": null, "length": 154.63676615, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 88300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521857, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17353, "Shape__Length": 61.678220079820868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173694546756806, 39.997625720771502 ], [ -75.173603832037998, 39.998044444947702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14171, "tnode_": 14118, "lpoly_": null, "rpoly_": null, "length": 131.20308225, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2732, "l_t_add": 2750, "r_f_add": 2733, "r_t_add": 2751, "st_code": 88300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521858, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17354, "Shape__Length": 52.331292984943516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173770835343802, 39.997270363539101 ], [ -75.173694546756806, 39.997625720771502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14223, "tnode_": 14171, "lpoly_": null, "rpoly_": null, "length": 129.25941998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2716, "l_t_add": 2730, "r_f_add": 2717, "r_t_add": 2731, "st_code": 88300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521859, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17355, "Shape__Length": 51.55537084016057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173848823738595, 39.9969206370004 ], [ -75.173770835343802, 39.997270363539101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14295, "tnode_": 14223, "lpoly_": null, "rpoly_": null, "length": 176.83993928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2715, "st_code": 88300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521860, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17356, "Shape__Length": 70.533158377317946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173951177372601, 39.996441615038101 ], [ -75.173848823738595, 39.9969206370004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14295, "tnode_": 14268, "lpoly_": null, "rpoly_": null, "length": 451.83224801, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 50000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521861, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17357, "Shape__Length": 179.54273048561373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173951177372601, 39.996441615038101 ], [ -75.174420700276897, 39.996507518062003 ], [ -75.1755412354984, 39.996648379499703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14137, "tnode_": 14087, "lpoly_": null, "rpoly_": null, "length": 155.34147474, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 88280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521862, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17358, "Shape__Length": 61.956578003281869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172107486422902, 39.997417059474202 ], [ -75.172000253297796, 39.997835439574999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14200, "tnode_": 14137, "lpoly_": null, "rpoly_": null, "length": 127.72886983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2736, "l_t_add": 2750, "r_f_add": 2737, "r_t_add": 2751, "st_code": 88280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521863, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17359, "Shape__Length": 50.946361587404745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172174906530799, 39.9970702834243 ], [ -75.172107486422902, 39.997417059474202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14242, "tnode_": 14200, "lpoly_": null, "rpoly_": null, "length": 130.13947629, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2718, "l_t_add": 2734, "r_f_add": 2719, "r_t_add": 2735, "st_code": 88280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521864, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17360, "Shape__Length": 51.905117438805789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172260591600207, 39.996719165566098 ], [ -75.172174906530799, 39.9970702834243 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14316, "tnode_": 14242, "lpoly_": null, "rpoly_": null, "length": 173.1046943, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2716, "r_f_add": 2701, "r_t_add": 2717, "st_code": 88280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521865, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17361, "Shape__Length": 69.043597766561334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172357561605395, 39.9962498611375 ], [ -75.172260591600207, 39.996719165566098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14325, "tnode_": 14097, "lpoly_": null, "rpoly_": null, "length": 583.85979280999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 76760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521866, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 17362, "Shape__Length": 232.8756805511245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171791121413193, 39.996179543726001 ], [ -75.171456049423696, 39.997761456604501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14331, "tnode_": 14103, "lpoly_": null, "rpoly_": null, "length": 584.83993726999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 68440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521867, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17363, "Shape__Length": 233.26356910112725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171328351152795, 39.996123222350199 ], [ -75.170973084620599, 39.997705257056303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14341, "tnode_": 14108, "lpoly_": null, "rpoly_": null, "length": 584.59505912999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521868, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17364, "Shape__Length": 233.16676258326859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170770408245502, 39.996045294274403 ], [ -75.170422913784193, 39.997627667981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14347, "tnode_": 14115, "lpoly_": null, "rpoly_": null, "length": 581.89373546000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 46360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521869, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17365, "Shape__Length": 232.08940178264754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170203940088101, 39.995976964974702 ], [ -75.169875582549494, 39.997419730079301 ], [ -75.1698686897263, 39.9975522926336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14115, "tnode_": 14108, "lpoly_": null, "rpoly_": null, "length": 157.68607477, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2326, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 73280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521870, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17366, "Shape__Length": 62.660643078841332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1698686897263, 39.9975522926336 ], [ -75.170422913784193, 39.997627667981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14352, "tnode_": 14121, "lpoly_": null, "rpoly_": null, "length": 582.995154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BONSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 18260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521871, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BONSALL ST", "stname": "N BONSALL ST", "objectid": 17367, "Shape__Length": 232.52806609739798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169734428813797, 39.995913532492303 ], [ -75.169387092168805, 39.997491472357197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14121, "tnode_": 14115, "lpoly_": null, "rpoly_": null, "length": 136.7363206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2316, "l_t_add": 2324, "r_f_add": 2315, "r_t_add": 2325, "st_code": 73280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521872, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17368, "Shape__Length": 54.334786059853066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169387092168805, 39.997491472357197 ], [ -75.1698686897263, 39.9975522926336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14360, "tnode_": 14131, "lpoly_": null, "rpoly_": null, "length": 584.83314781999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88230, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521873, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17369, "Shape__Length": 233.26001366618132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169178921895394, 39.995836386587101 ], [ -75.168824530694906, 39.997418518326498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14131, "tnode_": 14121, "lpoly_": null, "rpoly_": null, "length": 159.83808993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2313, "st_code": 73280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521874, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17370, "Shape__Length": 63.51500226060385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168824530694906, 39.997418518326498 ], [ -75.169387092168805, 39.997491472357197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14368, "tnode_": 14138, "lpoly_": null, "rpoly_": null, "length": 583.89197314, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 41780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521875, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEMBERGER ST", "stname": "N HEMBERGER ST", "objectid": 17371, "Shape__Length": 232.88548842785289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168608933014795, 39.995771414761499 ], [ -75.168262459212002, 39.9973519634244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14138, "tnode_": 14131, "lpoly_": null, "rpoly_": null, "length": 159.33154923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2230, "l_t_add": 2298, "r_f_add": 2231, "r_t_add": 2299, "st_code": 73280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521876, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17372, "Shape__Length": 63.312526234420076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168262459212002, 39.9973519634244 ], [ -75.168824530694906, 39.997418518326498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14374, "tnode_": 14147, "lpoly_": null, "rpoly_": null, "length": 583.87555661, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 26080, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 17373, "Shape__Length": 232.87893016645816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168141958943707, 39.995704207053102 ], [ -75.167796989520994, 39.9972849046191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14147, "tnode_": 14144, "lpoly_": null, "rpoly_": null, "length": 69.79646493, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2218, "l_t_add": 2222, "r_f_add": 2219, "r_t_add": 2223, "st_code": 73280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521878, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17374, "Shape__Length": 27.736819501965922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167796989520994, 39.9972849046191 ], [ -75.168040566794602, 39.997325098762303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14386, "tnode_": 14153, "lpoly_": null, "rpoly_": null, "length": 582.47650142999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88210, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521879, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 17375, "Shape__Length": 232.31948602760161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167570201403095, 39.995630653132302 ], [ -75.167218091255407, 39.997206522257201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14153, "tnode_": 14147, "lpoly_": null, "rpoly_": null, "length": 164.68503935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 73280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521880, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17376, "Shape__Length": 65.441463704143786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167218091255407, 39.997206522257201 ], [ -75.167796989520994, 39.9972849046191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14443, "tnode_": 14214, "lpoly_": null, "rpoly_": null, "length": 586.05183788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 88170, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521881, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17377, "Shape__Length": 233.74313147503014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164097524275505, 39.995178103486303 ], [ -75.163737660688099, 39.996762900127599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14453, "tnode_": 14222, "lpoly_": null, "rpoly_": null, "length": 580.16254759000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 61420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521882, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 17378, "Shape__Length": 231.39631272355507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1635427336779, 39.995122309244699 ], [ -75.163202036609704, 39.996693221923202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27834, "tnode_": 14228, "lpoly_": null, "rpoly_": null, "length": 555.62365903, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 36200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 17379, "Shape__Length": 221.60990009403591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163035704897794, 39.995134746821698 ], [ -75.163031726069903, 39.995179684503498 ], [ -75.162781623390799, 39.996347847577702 ], [ -75.162724956977101, 39.9965898454899 ], [ -75.162731391760602, 39.9966400293292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14414, "tnode_": 14237, "lpoly_": null, "rpoly_": null, "length": 446.95681026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2710, "l_t_add": 2798, "r_f_add": 2711, "r_t_add": 2799, "st_code": 88150, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521884, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 17380, "Shape__Length": 178.26685984364809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162456642697094, 39.995357162853097 ], [ -75.162188462070006, 39.996566652409101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14247, "tnode_": 14237, "lpoly_": null, "rpoly_": null, "length": 159.3145643, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1840, "l_t_add": 1898, "r_f_add": 1839, "r_t_add": 1899, "st_code": 73280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17381, "Shape__Length": 63.307277942681495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161629101925996, 39.996488022505801 ], [ -75.162188462070006, 39.996566652409101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14272, "tnode_": 14247, "lpoly_": null, "rpoly_": null, "length": 466.98318051999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1801, "r_t_add": 1837, "st_code": 73280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17382, "Shape__Length": 185.56199877859009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159984869523001, 39.9962779958311 ], [ -75.161629101925996, 39.996488022505801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14376, "tnode_": 14480, "lpoly_": null, "rpoly_": null, "length": 548.14096933999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 37440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521887, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17383, "Shape__Length": 217.94642331227865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157561924473896, 39.9954602084592 ], [ -75.159324521323398, 39.994807263088497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14534, "tnode_": 14463, "lpoly_": null, "rpoly_": null, "length": 212.47914816, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2721, "st_code": 88090, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521888, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17384, "Shape__Length": 84.745354914152841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157793797081197, 39.994352039160198 ], [ -75.157670224974396, 39.994927524911702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14546, "tnode_": 14429, "lpoly_": null, "rpoly_": null, "length": 318.80628466000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 75860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521889, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17385, "Shape__Length": 127.15078760780538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157250322261405, 39.994286754117901 ], [ -75.157049415380996, 39.9951481665993 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14463, "tnode_": 14376, "lpoly_": null, "rpoly_": null, "length": 196.40538531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2722, "l_t_add": 2798, "r_f_add": 2723, "r_t_add": 2799, "st_code": 88090, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521890, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17386, "Shape__Length": 78.33594305175599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157670224974396, 39.994927524911702 ], [ -75.157561924473896, 39.9954602084592 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14553, "tnode_": 14394, "lpoly_": null, "rpoly_": null, "length": 403.39791461, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 42400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521891, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 17387, "Shape__Length": 160.89179991086451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156789220989793, 39.994235024485903 ], [ -75.156554040155996, 39.995327527972499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14599, "tnode_": 14534, "lpoly_": null, "rpoly_": null, "length": 162.17542281, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2656, "l_t_add": 2698, "r_f_add": 2619, "r_t_add": 2699, "st_code": 88090, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521892, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17388, "Shape__Length": 64.679576080097888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157901916722295, 39.9939146834909 ], [ -75.157793797081197, 39.994352039160198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14618, "tnode_": 14561, "lpoly_": null, "rpoly_": null, "length": 167.26959180999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2638, "l_t_add": 2698, "r_f_add": 2633, "r_t_add": 2699, "st_code": 88070, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521893, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17389, "Shape__Length": 66.712729484668813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156331747778694, 39.993705720290102 ], [ -75.156230906736496, 39.994158297885598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14646, "tnode_": 14599, "lpoly_": null, "rpoly_": null, "length": 135.06927951, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2638, "l_t_add": 2654, "r_f_add": 2615, "r_t_add": 2617, "st_code": 88090, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17390, "Shape__Length": 53.870274768657282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157981515912297, 39.993548991236104 ], [ -75.157901916722295, 39.9939146834909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14667, "tnode_": 14618, "lpoly_": null, "rpoly_": null, "length": 132.70161904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2624, "l_t_add": 2636, "r_f_add": 2627, "r_t_add": 2631, "st_code": 88070, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521895, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17391, "Shape__Length": 52.925868534093269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156409555471896, 39.9933463874833 ], [ -75.156331747778694, 39.993705720290102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14742, "tnode_": 14523, "lpoly_": null, "rpoly_": null, "length": 566.87898355000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 22160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 17392, "Shape__Length": 226.08883583366253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159156198175396, 39.992907051610104 ], [ -75.158809878545895, 39.994440236985497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14736, "tnode_": 14727, "lpoly_": null, "rpoly_": null, "length": 159.0221983, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 44080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521897, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17393, "Shape__Length": 63.185968684096849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159723163520297, 39.992980417476801 ], [ -75.160283611848897, 39.993049274363301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14749, "tnode_": 14527, "lpoly_": null, "rpoly_": null, "length": 568.67447385000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 15700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 17394, "Shape__Length": 226.80689358910095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158694221225602, 39.992851961502801 ], [ -75.158361276698002, 39.994391895379003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14757, "tnode_": 14646, "lpoly_": null, "rpoly_": null, "length": 283.76911230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2636, "r_f_add": 2601, "r_t_add": 2613, "st_code": 88090, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521899, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17395, "Shape__Length": 113.1761423515031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158147383184598, 39.992780528065097 ], [ -75.157981515912297, 39.993548991236104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14736, "tnode_": 14517, "lpoly_": null, "rpoly_": null, "length": 574.71415062000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 88110, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521900, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 17396, "Shape__Length": 229.21364557997586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159723163520297, 39.992980417476801 ], [ -75.159369557893598, 39.994534458756597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14727, "tnode_": 14509, "lpoly_": null, "rpoly_": null, "length": 575.98102200999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 24340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521901, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 17397, "Shape__Length": 229.71295284776821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160283611848897, 39.993049274363301 ], [ -75.160275597690202, 39.993114985785603 ], [ -75.159991061188805, 39.994460355488897 ], [ -75.159988191144507, 39.994489746761801 ], [ -75.159920727497493, 39.994600837154003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14576, "tnode_": 14680, "lpoly_": null, "rpoly_": null, "length": 548.91791499, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 37440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521902, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17398, "Shape__Length": 218.24984244416925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161084997176104, 39.994140452618097 ], [ -75.162319601662702, 39.993676635314301 ], [ -75.162851616332205, 39.993489305014101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14715, "tnode_": 14705, "lpoly_": null, "rpoly_": null, "length": 155.20459412, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 44080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521903, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17399, "Shape__Length": 61.66997257696633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160747392232594, 39.993109972384097 ], [ -75.161293497866396, 39.993181326341499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14715, "tnode_": 14542, "lpoly_": null, "rpoly_": null, "length": 465.70282793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 18500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 17400, "Shape__Length": 185.73950124137303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160747392232594, 39.993109972384097 ], [ -75.160743884709404, 39.993162666690303 ], [ -75.160483711731999, 39.994371868556598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14509, "tnode_": 14542, "lpoly_": null, "rpoly_": null, "length": 178.43364179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1702, "l_t_add": 1716, "r_f_add": 1713, "r_t_add": 1763, "st_code": 37440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521905, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17401, "Shape__Length": 70.95483775170203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159920727497493, 39.994600837154003 ], [ -75.160483711731999, 39.994371868556598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14705, "tnode_": 14696, "lpoly_": null, "rpoly_": null, "length": 158.00502192, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1817, "st_code": 44080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521906, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17402, "Shape__Length": 62.782230418117138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161293497866396, 39.993181326341499 ], [ -75.161850086195102, 39.993251062451897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14542, "tnode_": 14576, "lpoly_": null, "rpoly_": null, "length": 188.38506037, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1765, "r_t_add": 1799, "st_code": 37440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521907, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17403, "Shape__Length": 74.90639180556731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160483711731999, 39.994371868556598 ], [ -75.161084997176104, 39.994140452618097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14493, "tnode_": 14464, "lpoly_": null, "rpoly_": null, "length": 452.4737503, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 60960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17404, "Shape__Length": 179.79361922557794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167717548557604, 39.995006468346503 ], [ -75.1693100819531, 39.995212646152503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14535, "tnode_": 14513, "lpoly_": null, "rpoly_": null, "length": 453.23829938, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 40720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521909, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 17405, "Shape__Length": 180.09653694673528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1678071513834, 39.994571565150999 ], [ -75.168195446412895, 39.994626020502302 ], [ -75.168219824340497, 39.994629107871901 ], [ -75.169152992720498, 39.994747275378103 ], [ -75.169159725539004, 39.994748127746398 ], [ -75.169402059687698, 39.994779290114401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14613, "tnode_": 14594, "lpoly_": null, "rpoly_": null, "length": 453.78264668000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 44080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521910, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17406, "Shape__Length": 180.31259202851319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167927912164402, 39.994034608441702 ], [ -75.169523371006207, 39.994248823572597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14464, "tnode_": 14433, "lpoly_": null, "rpoly_": null, "length": 453.09084574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 60960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17407, "Shape__Length": 180.03906331562101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1693100819531, 39.995212646152503 ], [ -75.170905145766596, 39.995417482658702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14513, "tnode_": 14498, "lpoly_": null, "rpoly_": null, "length": 453.52080457, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 40720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 17408, "Shape__Length": 180.20757919159431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169402059687698, 39.994779290114401 ], [ -75.169811593964397, 39.994830645818098 ], [ -75.169814843194601, 39.9948310576357 ], [ -75.170758517016097, 39.994950476165101 ], [ -75.170759253846299, 39.994950569307598 ], [ -75.170999977820799, 39.994977864585699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14594, "tnode_": 14568, "lpoly_": null, "rpoly_": null, "length": 452.9333031, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 44080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521913, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17409, "Shape__Length": 179.97389773186944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169523371006207, 39.994248823572597 ], [ -75.171117870634305, 39.994453528710899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14410, "tnode_": 14316, "lpoly_": null, "rpoly_": null, "length": 229.30661157, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2636, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 88280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521914, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17410, "Shape__Length": 91.458332037373381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172492578168999, 39.995629010969502 ], [ -75.172357561605395, 39.9962498611375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14433, "tnode_": 14341, "lpoly_": null, "rpoly_": null, "length": 231.7954484, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2642, "l_t_add": 2698, "r_f_add": 2637, "r_t_add": 2699, "st_code": 88260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521915, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17411, "Shape__Length": 92.450968245720517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170905145766596, 39.995417482658702 ], [ -75.170770408245502, 39.996045294274403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14477, "tnode_": 14410, "lpoly_": null, "rpoly_": null, "length": 162.27473066, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2620, "l_t_add": 2634, "r_f_add": 2621, "r_t_add": 2635, "st_code": 88280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17412, "Shape__Length": 64.722017292150412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172590349115694, 39.995189939843797 ], [ -75.172492578168999, 39.995629010969502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14498, "tnode_": 14433, "lpoly_": null, "rpoly_": null, "length": 162.33432762000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2638, "l_t_add": 2640, "r_f_add": 2621, "r_t_add": 2635, "st_code": 88260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521917, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17413, "Shape__Length": 64.746021373040591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170999977820799, 39.994977864585699 ], [ -75.170905145766596, 39.995417482658702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14354, "tnode_": 14295, "lpoly_": null, "rpoly_": null, "length": 151.076532, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2655, "r_t_add": 2699, "st_code": 88300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521918, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17414, "Shape__Length": 60.256718546839878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174040245341402, 39.996032588241697 ], [ -75.173951177372601, 39.996441615038101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14440, "tnode_": 14384, "lpoly_": null, "rpoly_": null, "length": 133.32144401000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2640, "l_t_add": 2644, "r_f_add": 2637, "r_t_add": 2645, "st_code": 88300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17415, "Shape__Length": 53.174498213069135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163376782204, 39.995470687873699 ], [ -75.174083638132103, 39.9958314964883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14384, "tnode_": 14354, "lpoly_": null, "rpoly_": null, "length": 74.256217850000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2646, "l_t_add": 2652, "r_f_add": 2647, "r_t_add": 2653, "st_code": 88300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521920, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17416, "Shape__Length": 29.616939356459657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174083638132103, 39.9958314964883 ], [ -75.174040245341402, 39.996032588241697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14541, "tnode_": 14477, "lpoly_": null, "rpoly_": null, "length": 194.45346726, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2619, "st_code": 88280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521921, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17417, "Shape__Length": 77.556013427063476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172705442019307, 39.994663532284903 ], [ -75.172590349115694, 39.995189939843797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14518, "tnode_": 14501, "lpoly_": null, "rpoly_": null, "length": 452.4280204, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 44080, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521922, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17418, "Shape__Length": 179.77704654642514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174298093843703, 39.994856915711097 ], [ -75.175686808798403, 39.995043425610298 ], [ -75.175888180240307, 39.995073134743102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14388, "tnode_": 14361, "lpoly_": null, "rpoly_": null, "length": 403.2312531, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 11620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521923, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBERT ST", "stname": "W ALBERT ST", "objectid": 17419, "Shape__Length": 160.23012901728848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175717765199593, 39.995842013557898 ], [ -75.177051747714799, 39.996010020976897 ], [ -75.177135324353202, 39.996029823508103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14333, "tnode_": 14317, "lpoly_": null, "rpoly_": null, "length": 407.01930175999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 60960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17420, "Shape__Length": 161.73749201443434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175635064547194, 39.996215958268202 ], [ -75.175694020791497, 39.996200664899298 ], [ -75.177064475606102, 39.996381649093102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14268, "tnode_": 14249, "lpoly_": null, "rpoly_": null, "length": 401.3392685, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 50000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521925, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 17421, "Shape__Length": 159.48087484279807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1755412354984, 39.996648379499703 ], [ -75.176951457748402, 39.996841780658201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14317, "tnode_": 14249, "lpoly_": null, "rpoly_": null, "length": 170.58252499, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2655, "r_t_add": 2699, "st_code": 88340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521926, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17422, "Shape__Length": 68.035116663153687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177064475606102, 39.996381649093102 ], [ -75.176951457748402, 39.996841780658201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14361, "tnode_": 14317, "lpoly_": null, "rpoly_": null, "length": 129.6919748, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2628, "l_t_add": 2652, "r_f_add": 2643, "r_t_add": 2653, "st_code": 88340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 521927, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17423, "Shape__Length": 51.728271173797012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177135324353202, 39.996029823508103 ], [ -75.177064475606102, 39.996381649093102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14361, "tnode_": 14343, "lpoly_": null, "rpoly_": null, "length": 460.65312633999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 11620, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521928, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBERT ST", "stname": "W ALBERT ST", "objectid": 17424, "Shape__Length": 183.04573352138991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177135324353202, 39.996029823508103 ], [ -75.1787575608504, 39.9962356185194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14457, "tnode_": 14451, "lpoly_": null, "rpoly_": null, "length": 167.98234826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2840, "l_t_add": 2898, "r_f_add": 2839, "r_t_add": 2899, "st_code": 44080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521929, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17425, "Shape__Length": 66.751165927422932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178337592948594, 39.995377284352898 ], [ -75.1789266455324, 39.995463211133803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14425, "tnode_": 14398, "lpoly_": null, "rpoly_": null, "length": 459.77248268, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 40720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521930, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 17426, "Shape__Length": 182.69564865052993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177219957679, 39.9956584125188 ], [ -75.178838116336394, 39.995868276959598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14479, "tnode_": 14468, "lpoly_": null, "rpoly_": null, "length": 157.39546388, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2826, "r_f_add": 2801, "r_t_add": 2819, "st_code": 44080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521931, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17427, "Shape__Length": 62.541045197428438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177305080107502, 39.995248187867098 ], [ -75.177860549648997, 39.995312697386403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14600, "tnode_": 14381, "lpoly_": null, "rpoly_": null, "length": 551.17401174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 63360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521932, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PATTON ST", "stname": "N PATTON ST", "objectid": 17428, "Shape__Length": 219.82152982169507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183486520335506, 39.994517825545302 ], [ -75.1833022682451, 39.995333151373202 ], [ -75.183270385624098, 39.995475182703103 ], [ -75.183245187921102, 39.995580659079998 ], [ -75.183212428820497, 39.995675769647498 ], [ -75.183102476231497, 39.996000668450897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14607, "tnode_": 14391, "lpoly_": null, "rpoly_": null, "length": 553.1868188499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NAPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 58800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521933, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NAPA ST", "stname": "N NAPA ST", "objectid": 17429, "Shape__Length": 220.63575105454541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183012154202203, 39.994448817468196 ], [ -75.182700623547902, 39.995888637598902 ], [ -75.182696685185206, 39.995947504382897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14391, "tnode_": 14381, "lpoly_": null, "rpoly_": null, "length": 115.33093866, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3104, "l_t_add": 3108, "r_f_add": 3115, "r_t_add": 3125, "st_code": 44080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521934, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17430, "Shape__Length": 45.828257914556431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182696685185206, 39.995947504382897 ], [ -75.183102476231497, 39.996000668450897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14612, "tnode_": 14607, "lpoly_": null, "rpoly_": null, "length": 155.44305247000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3113, "st_code": 26360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 521935, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17431, "Shape__Length": 61.76640734036183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182465812657597, 39.9943746303925 ], [ -75.183012154202203, 39.994448817468196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14622, "tnode_": 14612, "lpoly_": null, "rpoly_": null, "length": 159.21044985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3036, "l_t_add": 3098, "r_f_add": 3033, "r_t_add": 3099, "st_code": 26360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521936, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17432, "Shape__Length": 63.261995665583285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181904681775904, 39.994305731212599 ], [ -75.182465812657597, 39.9943746303925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14629, "tnode_": 14622, "lpoly_": null, "rpoly_": null, "length": 132.94771436, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3016, "l_t_add": 3034, "r_f_add": 3015, "r_t_add": 3031, "st_code": 26360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521937, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17433, "Shape__Length": 52.825540370016768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181435017352797, 39.994253751721203 ], [ -75.181904681775904, 39.994305731212599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14637, "tnode_": 14629, "lpoly_": null, "rpoly_": null, "length": 154.71841065000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3013, "st_code": 26360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 521938, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17434, "Shape__Length": 61.47895945552613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180891997784897, 39.994176616638001 ], [ -75.181435017352797, 39.994253751721203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14643, "tnode_": 14637, "lpoly_": null, "rpoly_": null, "length": 163.48032269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2922, "l_t_add": 2998, "r_f_add": 2921, "r_t_add": 2999, "st_code": 26360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521939, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17435, "Shape__Length": 64.958152635065801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180315498183802, 39.994107435917698 ], [ -75.180891997784897, 39.994176616638001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14647, "tnode_": 14643, "lpoly_": null, "rpoly_": null, "length": 133.53182447, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2916, "l_t_add": 2920, "r_f_add": 2915, "r_t_add": 2919, "st_code": 26360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521940, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17436, "Shape__Length": 53.060015682864019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179846694821705, 39.9940414656405 ], [ -75.180315498183802, 39.994107435917698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14654, "tnode_": 14647, "lpoly_": null, "rpoly_": null, "length": 169.09047181, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2913, "st_code": 26360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 521941, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17437, "Shape__Length": 67.186658018114727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179249807110807, 39.993972962788 ], [ -75.179846694821705, 39.9940414656405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14662, "tnode_": 14654, "lpoly_": null, "rpoly_": null, "length": 170.48035569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2840, "l_t_add": 2898, "r_f_add": 2841, "r_t_add": 2899, "st_code": 26360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521942, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17438, "Shape__Length": 67.743620306449856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178653521645998, 39.993879829448503 ], [ -75.179249807110807, 39.993972962788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14468, "tnode_": 14457, "lpoly_": null, "rpoly_": null, "length": 135.71273877000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2828, "l_t_add": 2838, "r_f_add": 2821, "r_t_add": 2837, "st_code": 44080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521943, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17439, "Shape__Length": 53.927130461181328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177860549648997, 39.995312697386403 ], [ -75.178337592948594, 39.995377284352898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14669, "tnode_": 14662, "lpoly_": null, "rpoly_": null, "length": 131.77246731, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2824, "l_t_add": 2838, "r_f_add": 2829, "r_t_add": 2839, "st_code": 26360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521944, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17440, "Shape__Length": 52.359588917950497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178189563893099, 39.9938206040365 ], [ -75.178653521645998, 39.993879829448503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14678, "tnode_": 14669, "lpoly_": null, "rpoly_": null, "length": 158.85305131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2822, "r_f_add": 2801, "r_t_add": 2827, "st_code": 26360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 521945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17441, "Shape__Length": 63.119009750611767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177629168626098, 39.993754456435902 ], [ -75.178189563893099, 39.9938206040365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14687, "tnode_": 14492, "lpoly_": null, "rpoly_": null, "length": 548.6273573, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 53940, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521946, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17442, "Shape__Length": 218.81348045317975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176932335400494, 39.993673429140401 ], [ -75.176607854793701, 39.995158656317798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14686, "tnode_": 14678, "lpoly_": null, "rpoly_": null, "length": 163.62372092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2734, "l_t_add": 2798, "r_f_add": 2733, "r_t_add": 2799, "st_code": 26360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521947, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17443, "Shape__Length": 65.016195667677522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177053858170595, 39.9936773380104 ], [ -75.177629168626098, 39.993754456435902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14699, "tnode_": 14687, "lpoly_": null, "rpoly_": null, "length": 203.8891169, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2729, "st_code": 26360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 521948, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17444, "Shape__Length": 81.014884206744739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176214602784597, 39.993581151958502 ], [ -75.176932335400494, 39.993673429140401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14699, "tnode_": 14586, "lpoly_": null, "rpoly_": null, "length": 315.55777658, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2520, "r_f_add": 2501, "r_t_add": 2531, "st_code": 88320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521949, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17445, "Shape__Length": 125.85456557659558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176214602784597, 39.993581151958502 ], [ -75.176020297187904, 39.994434407656001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14658, "tnode_": 14608, "lpoly_": null, "rpoly_": null, "length": 151.47351204, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2516, "l_t_add": 2532, "r_f_add": 2517, "r_t_add": 2531, "st_code": 88300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521950, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17446, "Shape__Length": 60.413512838359765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174520690143197, 39.993812518554599 ], [ -75.174434319051699, 39.994222990993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14630, "tnode_": 14608, "lpoly_": null, "rpoly_": null, "length": 451.61925464999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 71880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521951, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17447, "Shape__Length": 179.45162834512593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172845002442003, 39.994016561661198 ], [ -75.173187031279795, 39.9940643462295 ], [ -75.174151405727102, 39.994185283802501 ], [ -75.174434319051699, 39.994222990993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14681, "tnode_": 14658, "lpoly_": null, "rpoly_": null, "length": 451.65285764000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 34080, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521952, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 17448, "Shape__Length": 179.46461103669472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172932094427495, 39.9936021266168 ], [ -75.174520690143197, 39.993812518554599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14731, "tnode_": 14658, "lpoly_": null, "rpoly_": null, "length": 164.10695809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 88300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521953, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17449, "Shape__Length": 65.451182147959599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174618650737102, 39.993368370375201 ], [ -75.174520690143197, 39.993812518554599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14753, "tnode_": 14681, "lpoly_": null, "rpoly_": null, "length": 162.2406473, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 88280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521954, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17450, "Shape__Length": 64.706012939816787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1730331194575, 39.993163586886503 ], [ -75.172932094427495, 39.9936021266168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14668, "tnode_": 14630, "lpoly_": null, "rpoly_": null, "length": 116.39327368, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2520, "l_t_add": 2532, "r_f_add": 2521, "r_t_add": 2533, "st_code": 88280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521956, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17451, "Shape__Length": 46.421448092065482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172915494730105, 39.993701681643699 ], [ -75.172845002442003, 39.994016561661198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14695, "tnode_": 14642, "lpoly_": null, "rpoly_": null, "length": 148.57460965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2520, "l_t_add": 2534, "r_f_add": 2521, "r_t_add": 2533, "st_code": 88260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521957, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17452, "Shape__Length": 59.256309565952989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171322573699896, 39.9934914449654 ], [ -75.171232829230505, 39.9938934169707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14775, "tnode_": 14695, "lpoly_": null, "rpoly_": null, "length": 197.9620269, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2518, "r_f_add": 2501, "r_t_add": 2519, "st_code": 88260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521958, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17453, "Shape__Length": 78.952879249918254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171443302009095, 39.992956007189001 ], [ -75.171322573699896, 39.9934914449654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14568, "tnode_": 14541, "lpoly_": null, "rpoly_": null, "length": 451.34052547000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 44080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521959, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17454, "Shape__Length": 179.34270532687034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171117870634305, 39.994453528710899 ], [ -75.172705442019307, 39.994663532284903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14642, "tnode_": 14617, "lpoly_": null, "rpoly_": null, "length": 453.02241713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 71880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521960, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17455, "Shape__Length": 180.00960084248106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171232829230505, 39.9938934169707 ], [ -75.172826224198801, 39.994104557329202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14642, "tnode_": 14568, "lpoly_": null, "rpoly_": null, "length": 206.56552080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 88260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521961, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17456, "Shape__Length": 82.386922779363289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171232829230505, 39.9938934169707 ], [ -75.171117870634305, 39.994453528710899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14661, "tnode_": 14594, "lpoly_": null, "rpoly_": null, "length": 206.73739805, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 88230, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521962, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17457, "Shape__Length": 82.455126615636004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169639160383298, 39.993688335367104 ], [ -75.169523371006207, 39.994248823572597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14661, "tnode_": 14642, "lpoly_": null, "rpoly_": null, "length": 452.72995283, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 71880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521963, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17458, "Shape__Length": 179.89170107597252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169639160383298, 39.993688335367104 ], [ -75.171232829230505, 39.9938934169707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14721, "tnode_": 14695, "lpoly_": null, "rpoly_": null, "length": 450.72808676, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 34080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 521964, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 17459, "Shape__Length": 179.09639621955816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169737341709606, 39.993281021829503 ], [ -75.171322573699896, 39.9934914449654 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14721, "tnode_": 14661, "lpoly_": null, "rpoly_": null, "length": 150.90571198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2512, "l_t_add": 2524, "r_f_add": 2513, "r_t_add": 2525, "st_code": 88230, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521965, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17460, "Shape__Length": 60.184759045901593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169737341709606, 39.993281021829503 ], [ -75.169639160383298, 39.993688335367104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14800, "tnode_": 14721, "lpoly_": null, "rpoly_": null, "length": 190.92010093, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2510, "r_f_add": 2501, "r_t_add": 2511, "st_code": 88230, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17461, "Shape__Length": 76.145510307374181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169844227432307, 39.992763410787198 ], [ -75.169737341709606, 39.993281021829503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14685, "tnode_": 14661, "lpoly_": null, "rpoly_": null, "length": 452.34344095, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 71880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17462, "Shape__Length": 179.73677724536995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168045929585304, 39.993487738240603 ], [ -75.169639160383298, 39.993688335367104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14743, "tnode_": 14721, "lpoly_": null, "rpoly_": null, "length": 457.08669378999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 521968, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 17463, "Shape__Length": 181.62093161697987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1681280227493, 39.993076100417397 ], [ -75.168588259426102, 39.993141765910501 ], [ -75.168608689807598, 39.993144279686 ], [ -75.169425531723107, 39.993244789569403 ], [ -75.169427940682894, 39.993245085199199 ], [ -75.169737341709606, 39.993281021829503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14752, "tnode_": 14796, "lpoly_": null, "rpoly_": null, "length": 181.3373412, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1936, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 37440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521969, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17464, "Shape__Length": 72.13339585566483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164009981533894, 39.992914003476002 ], [ -75.164548119521399, 39.992637462439497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14880, "tnode_": 14868, "lpoly_": null, "rpoly_": null, "length": 130.19035798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1928, "l_t_add": 1996, "r_f_add": 1927, "r_t_add": 1999, "st_code": 26360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521970, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17465, "Shape__Length": 51.73157725574157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1642057222126, 39.992025698042298 ], [ -75.164661793660798, 39.992094037389201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14887, "tnode_": 14880, "lpoly_": null, "rpoly_": null, "length": 130.88194163, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1916, "l_t_add": 1926, "r_f_add": 1917, "r_t_add": 1925, "st_code": 26360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521971, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17466, "Shape__Length": 52.003417936807473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163743874244105, 39.991971905150102 ], [ -75.1642057222126, 39.992025698042298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14714, "tnode_": 14752, "lpoly_": null, "rpoly_": null, "length": 175.65912694, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1930, "l_t_add": 1934, "r_f_add": 1931, "r_t_add": 1935, "st_code": 37440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521972, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17467, "Shape__Length": 69.875790108554781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163489821211598, 39.993183180438201 ], [ -75.164009981533894, 39.992914003476002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14737, "tnode_": 14692, "lpoly_": null, "rpoly_": null, "length": 126.32345516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1900, "r_f_add": 1901, "r_t_add": 1901, "st_code": 53460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521973, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGIE ST", "stname": "MARGIE ST", "objectid": 17468, "Shape__Length": 50.317835408890417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162943629203497, 39.993052669838299 ], [ -75.163147875035307, 39.993261937858499 ], [ -75.163210085024005, 39.993332313494498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14901, "tnode_": 14887, "lpoly_": null, "rpoly_": null, "length": 158.48949758999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1915, "st_code": 26360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 521974, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17469, "Shape__Length": 62.97395867247667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163186063002598, 39.991899756465401 ], [ -75.163743874244105, 39.991971905150102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14910, "tnode_": 14901, "lpoly_": null, "rpoly_": null, "length": 156.36979289, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1831, "r_t_add": 1899, "st_code": 26360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521975, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17470, "Shape__Length": 62.131890730332749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162635986524407, 39.991827331593498 ], [ -75.163186063002598, 39.991899756465401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14690, "tnode_": 14680, "lpoly_": null, "rpoly_": null, "length": 185.08239313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 44080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521976, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17471, "Shape__Length": 73.597449670128967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162307436235295, 39.993318812738501 ], [ -75.162826763521196, 39.993388501445601 ], [ -75.162851616332205, 39.993489305014101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14910, "tnode_": 14690, "lpoly_": null, "rpoly_": null, "length": 551.06391285999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 38180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521977, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17472, "Shape__Length": 219.77896802486504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162635986524407, 39.991827331593498 ], [ -75.162307436235295, 39.993318812738501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14935, "tnode_": 14928, "lpoly_": null, "rpoly_": null, "length": 158.81858543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 26360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521978, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17473, "Shape__Length": 63.104791270808228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161057597964799, 39.991621001368102 ], [ -75.161616184166903, 39.991695021451697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14935, "tnode_": 14715, "lpoly_": null, "rpoly_": null, "length": 549.41474608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 18500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521979, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 17474, "Shape__Length": 219.12277692502545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161057597964799, 39.991621001368102 ], [ -75.160750736072302, 39.993064642897203 ], [ -75.160747392232594, 39.993109972384097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14945, "tnode_": 14935, "lpoly_": null, "rpoly_": null, "length": 129.41668195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1727, "st_code": 26360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521980, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17475, "Shape__Length": 51.423323679120685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160603693235203, 39.991555263425802 ], [ -75.161057597964799, 39.991621001368102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14928, "tnode_": 14918, "lpoly_": null, "rpoly_": null, "length": 159.38611997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1815, "st_code": 26360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 521981, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17476, "Shape__Length": 63.330708875303159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161616184166903, 39.991695021451697 ], [ -75.162176371141797, 39.991771052610503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14945, "tnode_": 14727, "lpoly_": null, "rpoly_": null, "length": 551.65218359000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 24340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521982, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 17477, "Shape__Length": 220.01377472116863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160603693235203, 39.991555263425802 ], [ -75.160287525649593, 39.993006301286002 ], [ -75.160283611848897, 39.993049274363301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14956, "tnode_": 14945, "lpoly_": null, "rpoly_": null, "length": 157.98995616000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 26360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 521983, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17478, "Shape__Length": 62.775160776540787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160047728747998, 39.991482953590904 ], [ -75.160603693235203, 39.991555263425802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14742, "tnode_": 14736, "lpoly_": null, "rpoly_": null, "length": 161.09010958000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 44080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521984, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17479, "Shape__Length": 64.008237502095284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159156198175396, 39.992907051610104 ], [ -75.159723163520297, 39.992980417476801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14963, "tnode_": 14956, "lpoly_": null, "rpoly_": null, "length": 160.03204665000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 26360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521985, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17480, "Shape__Length": 63.585269316114605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159483174389194, 39.991416411901099 ], [ -75.160047728747998, 39.991482953590904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14963, "tnode_": 14742, "lpoly_": null, "rpoly_": null, "length": 550.6882409100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 22160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521986, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 17481, "Shape__Length": 219.62801772352978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159483174389194, 39.991416411901099 ], [ -75.159156198175396, 39.992907051610104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14973, "tnode_": 14749, "lpoly_": null, "rpoly_": null, "length": 553.52988706999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 15700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521987, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 17482, "Shape__Length": 220.76044582505079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590276445814, 39.991354252172499 ], [ -75.158694221225602, 39.992851961502801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14749, "tnode_": 14742, "lpoly_": null, "rpoly_": null, "length": 130.98758079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1616, "l_t_add": 1630, "r_f_add": 1617, "r_t_add": 1629, "st_code": 44080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521988, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17483, "Shape__Length": 52.04628417437938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158694221225602, 39.992851961502801 ], [ -75.159156198175396, 39.992907051610104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14767, "tnode_": 14761, "lpoly_": null, "rpoly_": null, "length": 124.00847671, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1528, "l_t_add": 1532, "r_f_add": 1541, "r_t_add": 1563, "st_code": 44080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521989, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17484, "Shape__Length": 49.274214040462198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157356250843506, 39.992675947295297 ], [ -75.157792329859802, 39.992734108895 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14881, "tnode_": 14835, "lpoly_": null, "rpoly_": null, "length": 122.97110392, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2524, "l_t_add": 2528, "r_f_add": 2525, "r_t_add": 2529, "st_code": 88070, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521990, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17485, "Shape__Length": 49.042908223125416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156731723118895, 39.991880238844402 ], [ -75.156652727722602, 39.992212296402798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14940, "tnode_": 14881, "lpoly_": null, "rpoly_": null, "length": 130.16050457, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2514, "l_t_add": 2522, "r_f_add": 2515, "r_t_add": 2523, "st_code": 88070, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17486, "Shape__Length": 51.910745872770583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156809811478297, 39.991528016703299 ], [ -75.156731723118895, 39.991880238844402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15007, "tnode_": 14940, "lpoly_": null, "rpoly_": null, "length": 163.60440961, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2513, "st_code": 88070, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 521992, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17487, "Shape__Length": 65.248545594137568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156907650744699, 39.991085252377601 ], [ -75.156809811478297, 39.991528016703299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15007, "tnode_": 14989, "lpoly_": null, "rpoly_": null, "length": 223.34069613, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1524, "r_f_add": 1501, "r_t_add": 1521, "st_code": 26360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 521993, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17488, "Shape__Length": 88.741387111307901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156907650744699, 39.991085252377601 ], [ -75.157693008104602, 39.991190036924102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14757, "tnode_": 14749, "lpoly_": null, "rpoly_": null, "length": 155.41248936, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 44080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521994, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 17489, "Shape__Length": 61.752276489035367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158147383184598, 39.992780528065097 ], [ -75.158694221225602, 39.992851961502801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14982, "tnode_": 14973, "lpoly_": null, "rpoly_": null, "length": 155.05371981, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 26360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 521995, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17490, "Shape__Length": 61.608925726970263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158482729270403, 39.991280107255101 ], [ -75.1590276445814, 39.991354252172499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15249, "tnode_": 15121, "lpoly_": null, "rpoly_": null, "length": 287.48989044000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2432, "r_f_add": 2401, "r_t_add": 2425, "st_code": 21400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 521997, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 17491, "Shape__Length": 114.6555679974563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156438944914399, 39.989488239709402 ], [ -75.156277765322997, 39.990267636016704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15019, "tnode_": 15007, "lpoly_": null, "rpoly_": null, "length": 224.69027518000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1409, "r_t_add": 1499, "st_code": 26360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 521999, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17492, "Shape__Length": 89.277906150971873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156118034117398, 39.990977705444202 ], [ -75.156907650744699, 39.991085252377601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15067, "tnode_": 15019, "lpoly_": null, "rpoly_": null, "length": 137.03144426999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2448, "l_t_add": 2498, "r_f_add": 2445, "r_t_add": 2499, "st_code": 21400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522000, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 17493, "Shape__Length": 54.651282561701514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156193247543797, 39.990606012572101 ], [ -75.156118034117398, 39.990977705444202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15055, "tnode_": 15007, "lpoly_": null, "rpoly_": null, "length": 137.21332961000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2444, "l_t_add": 2498, "r_f_add": 2445, "r_t_add": 2499, "st_code": 88070, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522001, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17494, "Shape__Length": 54.72458723470556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156977761624105, 39.990712465306203 ], [ -75.156907650744699, 39.991085252377601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15121, "tnode_": 15067, "lpoly_": null, "rpoly_": null, "length": 125.51890507, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2434, "l_t_add": 2446, "r_f_add": 2427, "r_t_add": 2443, "st_code": 21400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 17495, "Shape__Length": 50.057206340596757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156277765322997, 39.990267636016704 ], [ -75.156193247543797, 39.990606012572101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15171, "tnode_": 15151, "lpoly_": null, "rpoly_": null, "length": 223.54606493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 18400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522003, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 17496, "Shape__Length": 88.821318441203005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157133683529906, 39.990026715602902 ], [ -75.157920077878501, 39.990130135628696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15219, "tnode_": 15213, "lpoly_": null, "rpoly_": null, "length": 125.19847006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1534, "l_t_add": 1598, "r_f_add": 1535, "r_t_add": 1599, "st_code": 85760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522004, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17497, "Shape__Length": 49.744012650911166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158361771495507, 39.9897390714587 ], [ -75.1588030363569, 39.989793070498997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15213, "tnode_": 14982, "lpoly_": null, "rpoly_": null, "length": 549.08588338999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88090, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522005, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17498, "Shape__Length": 218.9845866195202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1588030363569, 39.989793070498997 ], [ -75.158482729270403, 39.991280107255101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15249, "tnode_": 15240, "lpoly_": null, "rpoly_": null, "length": 226.09930422, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1411, "r_t_add": 1499, "st_code": 85760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17499, "Shape__Length": 89.834932233465395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156438944914399, 39.989488239709402 ], [ -75.157234487596199, 39.989592060530498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15205, "tnode_": 14973, "lpoly_": null, "rpoly_": null, "length": 550.48516837, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 15700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522007, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 17500, "Shape__Length": 219.54315541686304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159346818409702, 39.989863178156497 ], [ -75.1590276445814, 39.991354252172499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15195, "tnode_": 15186, "lpoly_": null, "rpoly_": null, "length": 158.32275739, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 85760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522008, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17501, "Shape__Length": 62.905419563596951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159810129930605, 39.989930604996999 ], [ -75.160367869310093, 39.990000204619299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15186, "tnode_": 15180, "lpoly_": null, "rpoly_": null, "length": 158.73698428, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 85760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 522009, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17502, "Shape__Length": 63.070337068334936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160367869310093, 39.990000204619299 ], [ -75.160926758569701, 39.990071440263499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15180, "tnode_": 15170, "lpoly_": null, "rpoly_": null, "length": 131.55569633, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1714, "l_t_add": 1726, "r_f_add": 1715, "r_t_add": 1727, "st_code": 85760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 522010, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17503, "Shape__Length": 52.2692967624277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160926758569701, 39.990071440263499 ], [ -75.161391385479007, 39.990123361311603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15170, "tnode_": 15157, "lpoly_": null, "rpoly_": null, "length": 158.72337876999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1729, "r_t_add": 1799, "st_code": 85760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 522011, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17504, "Shape__Length": 63.065042023603155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161391385479007, 39.990123361311603 ], [ -75.161950231900704, 39.990194572038902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15195, "tnode_": 14963, "lpoly_": null, "rpoly_": null, "length": 548.95168902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 22160, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522012, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 17505, "Shape__Length": 218.93052894277741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159810129930605, 39.989930604996999 ], [ -75.159483174389194, 39.991416411901099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15157, "tnode_": 15145, "lpoly_": null, "rpoly_": null, "length": 156.41723861, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1815, "st_code": 85760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522013, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17506, "Shape__Length": 62.151302237216242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161950231900704, 39.990194572038902 ], [ -75.162498101777004, 39.990276925016701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15145, "tnode_": 15133, "lpoly_": null, "rpoly_": null, "length": 129.87264974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1818, "l_t_add": 1828, "r_f_add": 1817, "r_t_add": 1829, "st_code": 85760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522014, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17507, "Shape__Length": 51.601092253881284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162498101777004, 39.990276925016701 ], [ -75.162956394446795, 39.990330213286597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14918, "tnode_": 14910, "lpoly_": null, "rpoly_": null, "length": 130.4031555, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1818, "l_t_add": 1828, "r_f_add": 1817, "r_t_add": 1829, "st_code": 26360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522015, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17508, "Shape__Length": 51.813501607513629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162176371141797, 39.991771052610503 ], [ -75.162635986524407, 39.991827331593498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15133, "tnode_": 15123, "lpoly_": null, "rpoly_": null, "length": 156.09771195, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1831, "r_t_add": 1899, "st_code": 85760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17509, "Shape__Length": 62.024085762095282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162956394446795, 39.990330213286597 ], [ -75.163503582228998, 39.990410662917299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15123, "tnode_": 15112, "lpoly_": null, "rpoly_": null, "length": 162.12804791999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1913, "st_code": 85760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17510, "Shape__Length": 64.416306812783205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163503582228998, 39.990410662917299 ], [ -75.164076447584904, 39.990473255443803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15112, "tnode_": 15107, "lpoly_": null, "rpoly_": null, "length": 128.41375927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1916, "l_t_add": 1926, "r_f_add": 1915, "r_t_add": 1927, "st_code": 85760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522018, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17511, "Shape__Length": 51.022547411626192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164076447584904, 39.990473255443803 ], [ -75.164528499509103, 39.990531238835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14866, "tnode_": 14859, "lpoly_": null, "rpoly_": null, "length": 140.76844442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2003, "r_t_add": 2099, "st_code": 26360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17512, "Shape__Length": 56.08157943223074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164771011837303, 39.992064295975098 ], [ -75.165046652447302, 39.992387369263099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15035, "tnode_": 14977, "lpoly_": null, "rpoly_": null, "length": 154.88206848000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2424, "l_t_add": 2430, "r_f_add": 2419, "r_t_add": 2435, "st_code": 88170, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17513, "Shape__Length": 61.769237026904172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164999270903195, 39.991041613737899 ], [ -75.164902510978393, 39.991460219425001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15068, "tnode_": 15008, "lpoly_": null, "rpoly_": null, "length": 161.41138615, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2410, "r_f_add": 2401, "r_t_add": 2411, "st_code": 88190, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 17514, "Shape__Length": 64.373810849722304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166959632834306, 39.990848518762 ], [ -75.166863855314602, 39.991285445738498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15095, "tnode_": 15035, "lpoly_": null, "rpoly_": null, "length": 161.36485906000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2422, "r_f_add": 2401, "r_t_add": 2417, "st_code": 88170, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17515, "Shape__Length": 64.355221500182481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165093671501893, 39.990604639021498 ], [ -75.164999270903195, 39.991041613737899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14965, "tnode_": 15047, "lpoly_": null, "rpoly_": null, "length": 364.32914238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2128, "r_f_add": 2101, "r_t_add": 2129, "st_code": 37440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522023, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17516, "Shape__Length": 144.90800652842574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166820508634402, 39.991490534049703 ], [ -75.167920072068497, 39.990956722508798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15107, "tnode_": 15095, "lpoly_": null, "rpoly_": null, "length": 160.60215875, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1929, "r_t_add": 1999, "st_code": 85760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17517, "Shape__Length": 63.812170485706105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164528499509103, 39.990531238835302 ], [ -75.165093671501893, 39.990604639021498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14871, "tnode_": 14775, "lpoly_": null, "rpoly_": null, "length": 275.31088202999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2432, "l_t_add": 2498, "r_f_add": 2423, "r_t_add": 2499, "st_code": 88260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522025, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17518, "Shape__Length": 109.80281023951918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597029581704, 39.992209551790097 ], [ -75.171443302009095, 39.992956007189001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14905, "tnode_": 14800, "lpoly_": null, "rpoly_": null, "length": 277.24370388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2414, "l_t_add": 2498, "r_f_add": 2415, "r_t_add": 2499, "st_code": 88230, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17519, "Shape__Length": 110.56960824677343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170024313525502, 39.992015053799697 ], [ -75.169844227432307, 39.992763410787198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15000, "tnode_": 14871, "lpoly_": null, "rpoly_": null, "length": 275.61741877999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2430, "r_f_add": 2401, "r_t_add": 2421, "st_code": 88260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17520, "Shape__Length": 109.92308050607546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171756550262799, 39.991462963272603 ], [ -75.171597029581704, 39.992209551790097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14905, "tnode_": 14871, "lpoly_": null, "rpoly_": null, "length": 446.36476389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 39800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17521, "Shape__Length": 177.35682473353305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170024313525502, 39.992015053799697 ], [ -75.171343240101805, 39.992184377836402 ], [ -75.171597029581704, 39.992209551790097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15013, "tnode_": 15000, "lpoly_": null, "rpoly_": null, "length": 275.34212298, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 85760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522029, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17522, "Shape__Length": 109.40197611018596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170786149644101, 39.991343856832501 ], [ -75.171756550262799, 39.991462963272603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14849, "tnode_": 14753, "lpoly_": null, "rpoly_": null, "length": 273.80578891, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2430, "l_t_add": 2498, "r_f_add": 2431, "r_t_add": 2499, "st_code": 88280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522030, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17523, "Shape__Length": 109.20295748065369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173185334575095, 39.9924211305269 ], [ -75.1730331194575, 39.993163586886503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14871, "tnode_": 14849, "lpoly_": null, "rpoly_": null, "length": 451.68121407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 39800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522031, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17524, "Shape__Length": 179.47250929489809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171597029581704, 39.992209551790097 ], [ -75.172077451144304, 39.992276152331399 ], [ -75.172869129238606, 39.9923751212078 ], [ -75.173185334575095, 39.9924211305269 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14831, "tnode_": 14731, "lpoly_": null, "rpoly_": null, "length": 275.06687283000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2430, "l_t_add": 2498, "r_f_add": 2431, "r_t_add": 2499, "st_code": 88300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 17525, "Shape__Length": 109.70317707642505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174792553670898, 39.9926252194497 ], [ -75.174618650737102, 39.993368370375201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14849, "tnode_": 14831, "lpoly_": null, "rpoly_": null, "length": 456.50956471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 39800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522033, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17526, "Shape__Length": 181.38987683921118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173185334575095, 39.9924211305269 ], [ -75.1735615393915, 39.992461739860197 ], [ -75.173642218703407, 39.992471841892502 ], [ -75.174467684989907, 39.992575193614002 ], [ -75.174792553670898, 39.9926252194497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14979, "tnode_": 14949, "lpoly_": null, "rpoly_": null, "length": 454.94699219, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 85760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17527, "Shape__Length": 180.76825261875641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173353014643297, 39.991672288817298 ], [ -75.174953325639905, 39.991883435210802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14831, "tnode_": 14807, "lpoly_": null, "rpoly_": null, "length": 449.81007096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 39800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522035, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17528, "Shape__Length": 178.72963693404446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174792553670898, 39.9926252194497 ], [ -75.176374839511197, 39.992833882205602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14731, "tnode_": 14699, "lpoly_": null, "rpoly_": null, "length": 453.83361871, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 26360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522036, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17529, "Shape__Length": 180.33078912990621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174618650737102, 39.993368370375201 ], [ -75.176214602784597, 39.993581151958502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14949, "tnode_": 14921, "lpoly_": null, "rpoly_": null, "length": 450.22933924, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 85760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522037, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17530, "Shape__Length": 178.89297255206176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174953325639905, 39.991883435210802 ], [ -75.176538559061299, 39.992085493831503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14921, "tnode_": 14807, "lpoly_": null, "rpoly_": null, "length": 276.45713523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2418, "r_f_add": 2401, "r_t_add": 2425, "st_code": 88320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522038, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17531, "Shape__Length": 110.25844931512874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176538559061299, 39.992085493831503 ], [ -75.176374839511197, 39.992833882205602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14906, "tnode_": 14686, "lpoly_": null, "rpoly_": null, "length": 548.73490495, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 53940, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522039, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17532, "Shape__Length": 218.8530394956137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177368610469898, 39.992190574553298 ], [ -75.177053858170595, 39.9936773380104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14892, "tnode_": 14678, "lpoly_": null, "rpoly_": null, "length": 547.10590807000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522040, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17533, "Shape__Length": 218.20179826947458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177955483018593, 39.992273703720102 ], [ -75.177629168626098, 39.993754456435902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14882, "tnode_": 14870, "lpoly_": null, "rpoly_": null, "length": 139.06534914, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2816, "l_t_add": 2832, "r_f_add": 2817, "r_t_add": 2833, "st_code": 85760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522041, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17534, "Shape__Length": 55.25605606750409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178495623590905, 39.992339371901899 ], [ -75.178985414290395, 39.992401100394702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14892, "tnode_": 14882, "lpoly_": null, "rpoly_": null, "length": 153.22195683000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2814, "r_f_add": 2801, "r_t_add": 2815, "st_code": 85760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522042, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17535, "Shape__Length": 60.880540871732286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177955483018593, 39.992273703720102 ], [ -75.178495623590905, 39.992339371901899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14863, "tnode_": 14853, "lpoly_": null, "rpoly_": null, "length": 165.24431443, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2917, "st_code": 85760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17536, "Shape__Length": 65.660238014493984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179587686550505, 39.9924728042743 ], [ -75.180167236703895, 39.992556827543901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14853, "tnode_": 14848, "lpoly_": null, "rpoly_": null, "length": 135.91115007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2918, "l_t_add": 2936, "r_f_add": 2919, "r_t_add": 2937, "st_code": 85760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522044, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17537, "Shape__Length": 54.003195900625677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180167236703895, 39.992556827543901 ], [ -75.180645629590401, 39.992618502737997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14848, "tnode_": 14839, "lpoly_": null, "rpoly_": null, "length": 155.73454468, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2938, "l_t_add": 2998, "r_f_add": 2939, "r_t_add": 2999, "st_code": 85760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522045, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17538, "Shape__Length": 61.879986554805136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180645629590401, 39.992618502737997 ], [ -75.181193724843894, 39.992689514272598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14839, "tnode_": 14637, "lpoly_": null, "rpoly_": null, "length": 548.28209827000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522046, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 17539, "Shape__Length": 218.67580739184763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181193724843894, 39.992689514272598 ], [ -75.180891997784897, 39.994176616638001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14833, "tnode_": 14629, "lpoly_": null, "rpoly_": null, "length": 548.82217476999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CORLIES", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 25060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522047, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CORLIES ST", "stname": "N CORLIES ST", "objectid": 17540, "Shape__Length": 218.88634615903808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181772683662004, 39.992769721964599 ], [ -75.181435017352797, 39.994253751721203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14825, "tnode_": 14622, "lpoly_": null, "rpoly_": null, "length": 546.5732202, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STANLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 74320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STANLEY ST", "stname": "N STANLEY ST", "objectid": 17541, "Shape__Length": 217.99381578864455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182211644739596, 39.992824012912997 ], [ -75.181904681775904, 39.994305731212599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14593, "tnode_": 14582, "lpoly_": null, "rpoly_": null, "length": 154.93899353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3216, "r_f_add": 3201, "r_t_add": 3215, "st_code": 26360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 522049, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17542, "Shape__Length": 61.565318516504675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184057137900695, 39.9945878849556 ], [ -75.184602845697398, 39.994656698223302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14793, "tnode_": 14787, "lpoly_": null, "rpoly_": null, "length": 161.31326281, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3216, "r_f_add": 3201, "r_t_add": 3217, "st_code": 85760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 522050, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17543, "Shape__Length": 64.097876583320243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184378441983199, 39.993094770266801 ], [ -75.184945284086197, 39.993172284373799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14607, "tnode_": 14600, "lpoly_": null, "rpoly_": null, "length": 135.26576489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3114, "l_t_add": 3128, "r_f_add": 3115, "r_t_add": 3125, "st_code": 26360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522051, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 17544, "Shape__Length": 53.749792877456542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183012154202203, 39.994448817468196 ], [ -75.183486520335506, 39.994517825545302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14808, "tnode_": 14802, "lpoly_": null, "rpoly_": null, "length": 134.4146998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3118, "l_t_add": 3136, "r_f_add": 3119, "r_t_add": 3137, "st_code": 85760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17545, "Shape__Length": 53.408296323969331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183339005976507, 39.9929618488937 ], [ -75.183812839367306, 39.993019516447397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14817, "tnode_": 14808, "lpoly_": null, "rpoly_": null, "length": 158.01636525000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3116, "r_f_add": 3101, "r_t_add": 3117, "st_code": 85760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522053, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17546, "Shape__Length": 62.786796107800846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182782755214504, 39.992890358953602 ], [ -75.183339005976507, 39.9929618488937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14817, "tnode_": 14612, "lpoly_": null, "rpoly_": null, "length": 547.9379167, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "31ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522054, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 31ST ST", "stname": "N 31ST ST", "objectid": 17547, "Shape__Length": 218.53703022122292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182782755214504, 39.992890358953602 ], [ -75.182465812657597, 39.9943746303925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14890, "tnode_": 27066, "lpoly_": null, "rpoly_": null, "length": 450.28422122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 13180, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 522055, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17548, "Shape__Length": 178.92258040976739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181276111908403, 39.992344300601999 ], [ -75.181335086756505, 39.992367441049701 ], [ -75.1828537252795, 39.992567968343103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14959, "tnode_": 14931, "lpoly_": null, "rpoly_": null, "length": 451.86094618000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 37640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 522056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17549, "Shape__Length": 179.54260956926618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181359489966397, 39.991931646824 ], [ -75.182949088219701, 39.992140747442399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14839, "tnode_": 14833, "lpoly_": null, "rpoly_": null, "length": 164.82893798000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3016, "r_f_add": 3001, "r_t_add": 3015, "st_code": 85760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 522057, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17550, "Shape__Length": 65.494644797032848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181193724843894, 39.992689514272598 ], [ -75.181772683662004, 39.992769721964599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14922, "tnode_": 14890, "lpoly_": null, "rpoly_": null, "length": 459.6561598, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 13180, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17551, "Shape__Length": 182.64465280216686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179664126458505, 39.992120245810703 ], [ -75.181218349516698, 39.992322925306098 ], [ -75.181276111908403, 39.992344300601999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14969, "tnode_": 14959, "lpoly_": null, "rpoly_": null, "length": 156.93681186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2938, "l_t_add": 2998, "r_f_add": 2939, "r_t_add": 2999, "st_code": 37640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522059, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17552, "Shape__Length": 62.356894146300355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180807044400098, 39.9918606611093 ], [ -75.181359489966397, 39.991931646824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14987, "tnode_": 14969, "lpoly_": null, "rpoly_": null, "length": 300.02171131, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2936, "r_f_add": 2901, "r_t_add": 2937, "st_code": 37640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522060, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17553, "Shape__Length": 119.20988698843794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179751107152896, 39.991724078361202 ], [ -75.180807044400098, 39.9918606611093 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14922, "tnode_": 14863, "lpoly_": null, "rpoly_": null, "length": 130.20447615999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2342, "l_t_add": 2398, "r_f_add": 2343, "r_t_add": 2399, "st_code": 88360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522061, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 17554, "Shape__Length": 51.928977030814579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179664126458505, 39.992120245810703 ], [ -75.179587686550505, 39.9924728042743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15001, "tnode_": 14978, "lpoly_": null, "rpoly_": null, "length": 450.67463465999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 13180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522062, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17555, "Shape__Length": 179.06950507713404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175035245628607, 39.991505077417898 ], [ -75.175380637063498, 39.991551618365698 ], [ -75.175381619523407, 39.991551751227398 ], [ -75.175849673335406, 39.9916148194527 ], [ -75.175854363152595, 39.9916154508199 ], [ -75.176251437221097, 39.991662048935801 ], [ -75.176530904129805, 39.991699044087902 ], [ -75.176621359690898, 39.991710129986899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15075, "tnode_": 15048, "lpoly_": null, "rpoly_": null, "length": 452.92759571, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 37640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17556, "Shape__Length": 179.96449620621107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173520238021894, 39.990922233823603 ], [ -75.173883472241499, 39.990964318920099 ], [ -75.175112709689998, 39.991135096343697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15022, "tnode_": 15001, "lpoly_": null, "rpoly_": null, "length": 452.64161124999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 13180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522064, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 17557, "Shape__Length": 179.85051285983863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173442217659002, 39.9912987807215 ], [ -75.175035245628607, 39.991505077417898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15000, "tnode_": 14979, "lpoly_": null, "rpoly_": null, "length": 453.77417492999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 85760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522065, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17558, "Shape__Length": 180.30144163833427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171756550262799, 39.991462963272603 ], [ -75.173353014643297, 39.991672288817298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15075, "tnode_": 15022, "lpoly_": null, "rpoly_": null, "length": 138.90050655, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2326, "l_t_add": 2336, "r_f_add": 2341, "r_t_add": 2345, "st_code": 88280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522066, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 17559, "Shape__Length": 55.396721779397481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173520238021894, 39.990922233823603 ], [ -75.173442217659002, 39.9912987807215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15098, "tnode_": 15075, "lpoly_": null, "rpoly_": null, "length": 436.23322013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 37640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522067, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17560, "Shape__Length": 173.32824405815458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171983637348802, 39.990729788265703 ], [ -75.173261283361995, 39.990886626973101 ], [ -75.173520238021894, 39.990922233823603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15098, "tnode_": 15000, "lpoly_": null, "rpoly_": null, "length": 278.53802863, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522068, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17561, "Shape__Length": 111.06510315775216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171983637348802, 39.990729788265703 ], [ -75.171905328132198, 39.990803045018602 ], [ -75.171877244224405, 39.990917970046198 ], [ -75.171756550262799, 39.991462963272603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15104, "tnode_": 15183, "lpoly_": null, "rpoly_": null, "length": 222.41606467, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2208, "r_f_add": 2201, "r_t_add": 2211, "st_code": 37440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17562, "Shape__Length": 88.47480558357168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168683442723406, 39.990566912723502 ], [ -75.169338014801994, 39.990221536160099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15047, "tnode_": 15104, "lpoly_": null, "rpoly_": null, "length": 256.781591, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2130, "l_t_add": 2198, "r_f_add": 2131, "r_t_add": 2199, "st_code": 37440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17563, "Shape__Length": 102.13996923006061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167920072068497, 39.990956722508798 ], [ -75.168186820770998, 39.990813215857699 ], [ -75.168683442723406, 39.990566912723502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15057, "tnode_": 15047, "lpoly_": null, "rpoly_": null, "length": 111.11373919, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2120, "l_t_add": 2124, "r_f_add": 2119, "r_t_add": 2119, "st_code": 85760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17564, "Shape__Length": 44.147389570833184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167527044716493, 39.990917605358 ], [ -75.167831774743803, 39.9909524881189 ], [ -75.167920072068497, 39.990956722508798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15076, "tnode_": 15068, "lpoly_": null, "rpoly_": null, "length": 184.33923955, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2045, "r_t_add": 2099, "st_code": 85760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522072, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17565, "Shape__Length": 73.245323468109476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166312569811296, 39.990757095987497 ], [ -75.166959632834306, 39.990848518762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15081, "tnode_": 15076, "lpoly_": null, "rpoly_": null, "length": 162.49249693000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2022, "l_t_add": 2042, "r_f_add": 2023, "r_t_add": 2043, "st_code": 85760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522073, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17566, "Shape__Length": 64.563087478061945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165740379275505, 39.990684514230999 ], [ -75.166312569811296, 39.990757095987497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15068, "tnode_": 15057, "lpoly_": null, "rpoly_": null, "length": 161.02164875, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2118, "r_f_add": 2101, "r_t_add": 2117, "st_code": 85760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522074, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17567, "Shape__Length": 63.978473587055944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166959632834306, 39.990848518762 ], [ -75.167342982360694, 39.990889736619998 ], [ -75.167527044716493, 39.990917605358 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15095, "tnode_": 15081, "lpoly_": null, "rpoly_": null, "length": 183.52800845, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2021, "st_code": 85760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522075, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17568, "Shape__Length": 72.920650702305849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165093671501893, 39.990604639021498 ], [ -75.165740379275505, 39.990684514230999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15347, "tnode_": 15112, "lpoly_": null, "rpoly_": null, "length": 550.02833902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 36200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522076, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 17569, "Shape__Length": 219.35693783144598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164403690260002, 39.988984488917403 ], [ -75.164076447584904, 39.990473255443803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15411, "tnode_": 15186, "lpoly_": null, "rpoly_": null, "length": 552.71048388000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88110, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522077, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 17570, "Shape__Length": 220.42503779117217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160696923114301, 39.988504206602897 ], [ -75.160367869310093, 39.990000204619299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15438, "tnode_": 15213, "lpoly_": null, "rpoly_": null, "length": 552.12733063999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88090, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 17571, "Shape__Length": 220.19279251990028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159124950476993, 39.9882977764074 ], [ -75.1588030363569, 39.989793070498997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15430, "tnode_": 15201, "lpoly_": null, "rpoly_": null, "length": 549.63310006000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 73080, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522079, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 17572, "Shape__Length": 219.1963385609296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159915488920404, 39.988404059040903 ], [ -75.159580983623002, 39.989890768825099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15240, "tnode_": 15227, "lpoly_": null, "rpoly_": null, "length": 220.14578337, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 1501, "r_t_add": 1525, "st_code": 85760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17573, "Shape__Length": 87.469322009510748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157234487596199, 39.989592060530498 ], [ -75.158009380039999, 39.989691794566603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14001, "tnode_": 13991, "lpoly_": null, "rpoly_": null, "length": 167.73556213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2820, "l_t_add": 2898, "r_f_add": 2821, "r_t_add": 2899, "st_code": 73280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522083, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 17574, "Shape__Length": 66.652294988530628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177646670611196, 39.998555182240501 ], [ -75.178239382640797, 39.998620145425598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14561, "tnode_": 14365, "lpoly_": null, "rpoly_": null, "length": 510.79445942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2756, "r_f_add": 2701, "r_t_add": 2755, "st_code": 88070, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522084, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17575, "Shape__Length": 203.70817001943877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156230906736496, 39.994158297885598 ], [ -75.1559538990265, 39.995403111103798 ], [ -75.156042039628403, 39.995524778803102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14365, "tnode_": 14309, "lpoly_": null, "rpoly_": null, "length": 161.85252824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2758, "l_t_add": 2798, "r_f_add": 2757, "r_t_add": 2799, "st_code": 88070, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522085, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17576, "Shape__Length": 64.502909860010021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156042039628403, 39.995524778803102 ], [ -75.156318677785706, 39.9959148255546 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13762, "tnode_": 28655, "lpoly_": null, "rpoly_": null, "length": 205.61281717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 88150, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 522086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 17577, "Shape__Length": 82.014113468261471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161533672762801, 39.999558735964897 ], [ -75.161422054627096, 40.000116602314499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15442, "tnode_": 27374, "lpoly_": null, "rpoly_": null, "length": 385.62650274000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2288, "r_f_add": 2201, "r_t_add": 2289, "st_code": 88230, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522087, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17578, "Shape__Length": 153.79313732567755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170557398985693, 39.988520884970001 ], [ -75.170348506570903, 39.9895672117405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16188, "tnode_": 15775, "lpoly_": null, "rpoly_": null, "length": 2767.0777741699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT PLEASANT", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3700, "l_t_add": 3898, "r_f_add": 3701, "r_t_add": 3899, "st_code": 57465, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522088, "oneway": "FT", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT PLEASANT DR", "stname": "MOUNT PLEASANT DR", "objectid": 17579, "Shape__Length": 1101.3400207635013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197097197343098, 39.984750096724603 ], [ -75.197327163946397, 39.984630545015499 ], [ -75.197673468106203, 39.9844618750002 ], [ -75.198245979662602, 39.9841644334157 ], [ -75.198978757816604, 39.983809733659697 ], [ -75.199259346599206, 39.983706497966097 ], [ -75.199325510132596, 39.9836289052325 ], [ -75.199289206957303, 39.983542953417597 ], [ -75.199301215582096, 39.983433747277303 ], [ -75.199389934750698, 39.983387064729101 ], [ -75.199514955933694, 39.983426333841898 ], [ -75.199638387087901, 39.983551553098998 ], [ -75.199678710414304, 39.983658965967003 ], [ -75.199660165363994, 39.983770141542998 ], [ -75.199697152523697, 39.983837863073603 ], [ -75.200075014789306, 39.984302393649202 ], [ -75.200230866190097, 39.984573455559101 ], [ -75.200288815346696, 39.984714623963299 ], [ -75.200267997157397, 39.984847960690097 ], [ -75.200200693916898, 39.984955938461297 ], [ -75.200085992917593, 39.985062862250999 ], [ -75.199915081607401, 39.985192864151799 ], [ -75.1997608804393, 39.985298910881703 ], [ -75.199574396842195, 39.985422484498201 ], [ -75.199490836241296, 39.985542263288103 ], [ -75.199345130895907, 39.985843115388597 ], [ -75.199177549901805, 39.986094825968003 ], [ -75.198998506269604, 39.986230727640503 ], [ -75.198661237543007, 39.986369194595902 ], [ -75.198165745124399, 39.986510223690999 ], [ -75.197741804197506, 39.9866406782537 ], [ -75.197388959700405, 39.986772713419803 ], [ -75.197082600123693, 39.9869301077579 ], [ -75.196886913223693, 39.987073655030898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14414, "tnode_": 27834, "lpoly_": null, "rpoly_": null, "length": 181.35403477000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1912, "r_f_add": 1901, "r_t_add": 1911, "st_code": 71520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522089, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17580, "Shape__Length": 72.111568815245505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162456642697094, 39.995357162853097 ], [ -75.162840720705901, 39.995211870774703 ], [ -75.163035704897794, 39.995134746821698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14380, "tnode_": 14414, "lpoly_": null, "rpoly_": null, "length": 196.493754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1846, "l_t_add": 1898, "r_f_add": 1855, "r_t_add": 1899, "st_code": 71520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522090, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17581, "Shape__Length": 78.128965377422475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161825626088401, 39.995592546965803 ], [ -75.162456642697094, 39.995357162853097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14272, "tnode_": 14380, "lpoly_": null, "rpoly_": null, "length": 573.00427056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1844, "l_t_add": 1844, "r_f_add": 1731, "r_t_add": 1853, "st_code": 71520, "l_hundred": 1800, "r_hundred": 1700, "seg_id": 522091, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17582, "Shape__Length": 227.83644817762013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159984869523001, 39.9962779958311 ], [ -75.161825626088401, 39.995592546965803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14812, "tnode_": 14955, "lpoly_": null, "rpoly_": null, "length": 606.93463229000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 71520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522092, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17583, "Shape__Length": 241.40435535182317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168250394859896, 39.992588750795498 ], [ -75.168493680613096, 39.992516956171201 ], [ -75.169762289666906, 39.991869103169101 ], [ -75.170081772325602, 39.991706918310101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14955, "tnode_": 15013, "lpoly_": null, "rpoly_": null, "length": 237.58083633000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2319, "st_code": 71520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522093, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17584, "Shape__Length": 94.504996951202628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170081772325602, 39.991706918310101 ], [ -75.1702006080302, 39.991646591325498 ], [ -75.170786149644101, 39.991343856832501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15013, "tnode_": 15098, "lpoly_": null, "rpoly_": null, "length": 403.26552250999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2316, "l_t_add": 2398, "r_f_add": 2321, "r_t_add": 2399, "st_code": 71520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522094, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17585, "Shape__Length": 160.40857070438514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170786149644101, 39.991343856832501 ], [ -75.171142715088394, 39.991159031006902 ], [ -75.171983637348802, 39.990729788265703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14232, "tnode_": 14001, "lpoly_": null, "rpoly_": null, "length": 584.6487449, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 29060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522096, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17586, "Shape__Length": 233.19183678737014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177990752255397, 39.996972217470301 ], [ -75.177646670611196, 39.998555182240501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14870, "tnode_": 14662, "lpoly_": null, "rpoly_": null, "length": 546.64279164999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 29060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 17587, "Shape__Length": 218.01662882134698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178985414290395, 39.992401100394702 ], [ -75.178653521645998, 39.993879829448503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16702, "tnode_": 16642, "lpoly_": null, "rpoly_": null, "length": 120.14658531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1612, "l_t_add": 1628, "r_f_add": 1611, "r_t_add": 1627, "st_code": 59020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522098, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17588, "Shape__Length": 47.909973055501233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187783982136907, 39.981465770755101 ], [ -75.187712191921804, 39.981790931356898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16753, "tnode_": 16702, "lpoly_": null, "rpoly_": null, "length": 128.20114626, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1610, "r_f_add": 1601, "r_t_add": 1609, "st_code": 59020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522099, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17589, "Shape__Length": 51.121934587969243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187858138985504, 39.981118497243202 ], [ -75.187783982136907, 39.981465770755101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16204, "tnode_": 15973, "lpoly_": null, "rpoly_": null, "length": 408.6522271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 59020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522100, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 17590, "Shape__Length": 162.96315470106697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1871533214008, 39.9844407946213 ], [ -75.186908388734494, 39.985546659803802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15444, "tnode_": 15418, "lpoly_": null, "rpoly_": null, "length": 449.24397039000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 82540, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTMONT ST", "stname": "WESTMONT ST", "objectid": 17591, "Shape__Length": 178.49237068244989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183678147603501, 39.988826575438097 ], [ -75.185261033323499, 39.989022574075499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14931, "tnode_": 14908, "lpoly_": null, "rpoly_": null, "length": 451.14756345999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 37640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522102, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17592, "Shape__Length": 179.26162646947569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182949088219701, 39.992140747442399 ], [ -75.184533985757696, 39.992359165148301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27372, "tnode_": 15634, "lpoly_": null, "rpoly_": null, "length": 203.81834199, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 32320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522103, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 17593, "Shape__Length": 81.190870160582563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178113421637306, 39.986972589334798 ], [ -75.178519806108696, 39.987436625485898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15048, "tnode_": 15033, "lpoly_": null, "rpoly_": null, "length": 449.71037572, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 37640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522104, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17594, "Shape__Length": 178.6842352346456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175112709689998, 39.991135096343697 ], [ -75.176696743004399, 39.991333906929903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15340, "tnode_": 15107, "lpoly_": null, "rpoly_": null, "length": 549.6537009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 61420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 17595, "Shape__Length": 219.20864890823285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164849079119307, 39.989042657245001 ], [ -75.164528499509103, 39.990531238835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14918, "tnode_": 14696, "lpoly_": null, "rpoly_": null, "length": 546.83782395000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 23740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522106, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 17596, "Shape__Length": 218.09325619203364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162176371141797, 39.991771052610503 ], [ -75.161850086195102, 39.993251062451897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15121, "tnode_": 15108, "lpoly_": null, "rpoly_": null, "length": 221.09628759, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 39800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522107, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17597, "Shape__Length": 87.849071321961702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156277765322997, 39.990267636016704 ], [ -75.157054616355296, 39.990374014257704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15067, "tnode_": 15055, "lpoly_": null, "rpoly_": null, "length": 223.21418853, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 50440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LETTERLY ST", "stname": "W LETTERLY ST", "objectid": 17598, "Shape__Length": 88.69083804085156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156193247543797, 39.990606012572101 ], [ -75.156977761624105, 39.990712465306203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14835, "tnode_": 14816, "lpoly_": null, "rpoly_": null, "length": 223.78419243, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 41460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAZZARD ST", "stname": "W HAZZARD ST", "objectid": 17599, "Shape__Length": 88.920019610263239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156652727722602, 39.992212296402798 ], [ -75.157438579055295, 39.992321964460601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14865, "tnode_": 14816, "lpoly_": null, "rpoly_": null, "length": 125.02674736, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2536, "l_t_add": 2550, "r_f_add": 2537, "r_t_add": 2553, "st_code": 75860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522110, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17600, "Shape__Length": 49.863515952194611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157514305185401, 39.9919837291148 ], [ -75.157438579055295, 39.992321964460601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14927, "tnode_": 14865, "lpoly_": null, "rpoly_": null, "length": 131.8355539, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2520, "l_t_add": 2534, "r_f_add": 2521, "r_t_add": 2535, "st_code": 75860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17601, "Shape__Length": 52.578612434724505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1575951134907, 39.991627201633598 ], [ -75.157514305185401, 39.9919837291148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14989, "tnode_": 14927, "lpoly_": null, "rpoly_": null, "length": 161.5963956, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2518, "r_f_add": 2501, "r_t_add": 2519, "st_code": 75860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522112, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17602, "Shape__Length": 64.447621280265849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157693008104602, 39.991190036924102 ], [ -75.1575951134907, 39.991627201633598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15151, "tnode_": 14989, "lpoly_": null, "rpoly_": null, "length": 391.31049762000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2410, "l_t_add": 2498, "r_f_add": 2419, "r_t_add": 2499, "st_code": 75860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17603, "Shape__Length": 156.06159107433371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157920077878501, 39.990130135628696 ], [ -75.157693008104602, 39.991190036924102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15227, "tnode_": 15151, "lpoly_": null, "rpoly_": null, "length": 161.62861406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2408, "r_f_add": 2401, "r_t_add": 2417, "st_code": 75860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522114, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17604, "Shape__Length": 64.460288528078095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158009380039999, 39.989691794566603 ], [ -75.157920077878501, 39.990130135628696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14429, "tnode_": 14463, "lpoly_": null, "rpoly_": null, "length": 191.61161622, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1540, "l_t_add": 1598, "r_f_add": 1541, "r_t_add": 1599, "st_code": 71700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17605, "Shape__Length": 76.182898927492587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157049415380996, 39.9951481665993 ], [ -75.157670224974396, 39.994927524911702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14394, "tnode_": 14429, "lpoly_": null, "rpoly_": null, "length": 153.40436863, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1518, "l_t_add": 1538, "r_f_add": 1519, "r_t_add": 1539, "st_code": 71700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17606, "Shape__Length": 60.993567369906707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156554040155996, 39.995327527972499 ], [ -75.157049415380996, 39.9951481665993 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14365, "tnode_": 14394, "lpoly_": null, "rpoly_": null, "length": 160.44180876, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1501, "r_t_add": 1517, "st_code": 71700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522117, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 17607, "Shape__Length": 63.796668454695471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156042039628403, 39.995524778803102 ], [ -75.156554040155996, 39.995327527972499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14977, "tnode_": 14942, "lpoly_": null, "rpoly_": null, "length": 444.53109428, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 39800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522118, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAGERT ST", "stname": "W HAGERT ST", "objectid": 17608, "Shape__Length": 176.6290191791623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164902510978393, 39.991460219425001 ], [ -75.166466214621096, 39.991666368811899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16097, "tnode_": 16064, "lpoly_": null, "rpoly_": null, "length": 191.81385371, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "TAYLOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1944, "l_t_add": 1998, "r_f_add": 1919, "r_t_add": 1999, "st_code": 76760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522119, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N TAYLOR ST", "stname": "N TAYLOR ST", "objectid": 17609, "Shape__Length": 76.25688521688167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173833363195399, 39.984645861614702 ], [ -75.173520310737402, 39.984816120258898 ], [ -75.173221338041301, 39.984788557866302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16106, "tnode_": 27340, "lpoly_": null, "rpoly_": null, "length": 156.29145035000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2810, "l_t_add": 2898, "r_f_add": 2811, "r_t_add": 2899, "st_code": 17200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522120, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17610, "Shape__Length": 62.232215059146512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179609609966903, 39.984758276294599 ], [ -75.179967185904005, 39.985087540334703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13449, "tnode_": 13441, "lpoly_": null, "rpoly_": null, "length": 161.36343766000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2670, "l_t_add": 2698, "r_f_add": 2665, "r_t_add": 2699, "st_code": 77580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17611, "Shape__Length": 64.126758902245342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173756923155807, 40.0019878216916 ], [ -75.174323381772794, 40.002068054219301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13455, "tnode_": 13449, "lpoly_": null, "rpoly_": null, "length": 134.75445984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2636, "l_t_add": 2668, "r_f_add": 2633, "r_t_add": 2663, "st_code": 77580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17612, "Shape__Length": 53.552006316864833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1732837231026, 40.001922342438199 ], [ -75.173652771022802, 40.001977947364303 ], [ -75.173756923155807, 40.0019878216916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13465, "tnode_": 13455, "lpoly_": null, "rpoly_": null, "length": 141.4133264, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2634, "r_f_add": 2601, "r_t_add": 2631, "st_code": 77580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17613, "Shape__Length": 56.196379213189516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172785024012796, 40.001862303025497 ], [ -75.1732837231026, 40.001922342438199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13516, "tnode_": 13507, "lpoly_": null, "rpoly_": null, "length": 159.80295532, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2460, "l_t_add": 2498, "r_f_add": 2433, "r_t_add": 2499, "st_code": 31180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELKHART ST", "stname": "W ELKHART ST", "objectid": 17614, "Shape__Length": 63.506650855341654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170630307061401, 40.001446985632597 ], [ -75.171190658823903, 40.001529006733698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13527, "tnode_": 13519, "lpoly_": null, "rpoly_": null, "length": 211.33779234000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2420, "r_f_add": 2401, "r_t_add": 2421, "st_code": 31180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELKHART ST", "stname": "W ELKHART ST", "objectid": 17615, "Shape__Length": 83.983028066443296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169617571524299, 40.0013193257534 ], [ -75.170362912717295, 40.001408773286002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13560, "tnode_": 13553, "lpoly_": null, "rpoly_": null, "length": 210.23622643, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 54500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17616, "Shape__Length": 83.547184168821857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169679800892794, 40.001056519443601 ], [ -75.170418701617507, 40.0011572800992 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13679, "tnode_": 13663, "lpoly_": null, "rpoly_": null, "length": 255.0266978, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 54500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522127, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17617, "Shape__Length": 101.3441758551154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163011510861196, 40.000153732852901 ], [ -75.163909269088407, 40.000269505407999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27905, "tnode_": 13872, "lpoly_": null, "rpoly_": null, "length": 241.83684397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 75860, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522128, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 17618, "Shape__Length": 96.458607523561426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156093711844804, 39.9981763267171 ], [ -75.156053518571497, 39.998400448520997 ], [ -75.155946176866394, 39.9988302194051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13654, "tnode_": 13423, "lpoly_": null, "rpoly_": null, "length": 584.4426438, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ROSEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 69460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ROSEWOOD ST", "stname": "N ROSEWOOD ST", "objectid": 17619, "Shape__Length": 233.12021400693283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153800167577202, 40.000088054869501 ], [ -75.153455987512203, 40.001670435202598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13750, "tnode_": 13649, "lpoly_": null, "rpoly_": null, "length": 254.44833946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 21400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 522130, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 17620, "Shape__Length": 101.49203601790209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154337950661102, 39.999445275959403 ], [ -75.1541900874997, 40.0001344486585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14005, "tnode_": 13829, "lpoly_": null, "rpoly_": null, "length": 334.19306964999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 59640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522131, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17621, "Shape__Length": 133.29804089537009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1772439919786, 39.998499058619601 ], [ -75.177048300842301, 39.999404029957198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14223, "tnode_": 14198, "lpoly_": null, "rpoly_": null, "length": 449.05928942999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 74720, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522132, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STERNER ST", "stname": "W STERNER ST", "objectid": 17622, "Shape__Length": 178.44586014265548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173848823738595, 39.9969206370004 ], [ -75.175424838276101, 39.9971450439214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14354, "tnode_": 14333, "lpoly_": null, "rpoly_": null, "length": 453.17076092000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 60960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 17623, "Shape__Length": 180.07345359506067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174040245341402, 39.996032588241697 ], [ -75.174549258595306, 39.996095311624401 ], [ -75.175573051890794, 39.996227542972299 ], [ -75.175635064547194, 39.996215958268202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13321, "tnode_": 13461, "lpoly_": null, "rpoly_": null, "length": 1288.0856833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3898, "r_f_add": 3701, "r_t_add": 3899, "st_code": 24880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2013-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17624, "Shape__Length": 511.90949603402674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203197118746999, 40.003402876179003 ], [ -75.203367782244499, 40.003387170693301 ], [ -75.205030410567005, 40.0031260336862 ], [ -75.207376213321396, 40.002782696751602 ], [ -75.207708541554993, 40.002723439303502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13556, "tnode_": 13476, "lpoly_": null, "rpoly_": null, "length": 308.15542237, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2712, "r_f_add": 2701, "r_t_add": 2733, "st_code": 25365, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COUNTRY CLUB RD", "stname": "E COUNTRY CLUB RD", "objectid": 17625, "Shape__Length": 122.69689002207753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203831992841302, 40.0018918502833 ], [ -75.2035861371251, 40.001993203863897 ], [ -75.203383127679601, 40.002134664110997 ], [ -75.203202226687594, 40.002319185997997 ], [ -75.203139853301096, 40.002406812384201 ], [ -75.203083828063001, 40.002485519987403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13556, "tnode_": 13602, "lpoly_": null, "rpoly_": null, "length": 465.29231825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3740, "r_f_add": 3701, "r_t_add": 3751, "st_code": 25360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522138, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY CLUB RD", "stname": "COUNTRY CLUB RD", "objectid": 17626, "Shape__Length": 184.9128474911341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203831992841302, 40.0018918502833 ], [ -75.205461089746706, 40.0016432782867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13798, "tnode_": 13714, "lpoly_": null, "rpoly_": null, "length": 696.93349452999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4090, "l_t_add": 4098, "r_f_add": 4063, "r_t_add": 4099, "st_code": 34620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522140, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17627, "Shape__Length": 277.03584444684941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213049922721098, 40.000504011528598 ], [ -75.215407864770697, 40.0011137269165 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13973, "tnode_": 13934, "lpoly_": null, "rpoly_": null, "length": 260.91596449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3982, "l_t_add": 3998, "r_f_add": 3983, "r_t_add": 3999, "st_code": 34620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522142, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17628, "Shape__Length": 103.71059191972158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208811847198106, 39.999440604537298 ], [ -75.209698616010101, 39.999659444449001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13461, "tnode_": 13545, "lpoly_": null, "rpoly_": null, "length": 985.98945148000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 24880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-16T00:00:00Z", "newsegdate": "2002-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17629, "Shape__Length": 391.86311510496625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207708541554993, 40.002723439303502 ], [ -75.208157789876495, 40.002647694614303 ], [ -75.209466898172806, 40.002426964404002 ], [ -75.211143321131203, 40.002133232537197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13564, "tnode_": 13461, "lpoly_": null, "rpoly_": null, "length": 451.31050896, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2736, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2799, "st_code": 25370, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522156, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COUNTRY CLUB RD", "stname": "W COUNTRY CLUB RD", "objectid": 17630, "Shape__Length": 179.71115187073548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206707032755304, 40.001861433791902 ], [ -75.207283859121205, 40.002081246463 ], [ -75.207422901980493, 40.002169471661098 ], [ -75.2075450042651, 40.002287729426897 ], [ -75.207585957807694, 40.002362388839302 ], [ -75.207666462727602, 40.002599755825599 ], [ -75.207708541554993, 40.002723439303502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29959, "tnode_": 13602, "lpoly_": null, "rpoly_": null, "length": 298.60050342, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MIMI", "st_type": "CIR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 56350, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522157, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-04-21T00:00:00Z", "newsegdate": "1999-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W MIMI CIR", "stname": "W MIMI CIR", "objectid": 17631, "Shape__Length": 118.90870766148504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204808620839501, 40.001059239925297 ], [ -75.205049125283793, 40.001149868944204 ], [ -75.205290257243604, 40.0012872283531 ], [ -75.205382664264306, 40.001408680274999 ], [ -75.205410820483806, 40.001491304645299 ], [ -75.205425630017302, 40.001534764812298 ], [ -75.205461089746706, 40.0016432782867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29958, "tnode_": 13556, "lpoly_": null, "rpoly_": null, "length": 287.26108068000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MIMI", "st_type": "CIR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 56345, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522158, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-24T00:00:00Z", "newsegdate": "1999-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "E MIMI CIR", "stname": "E MIMI CIR", "objectid": 17632, "Shape__Length": 114.53602277183361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204036803867993, 40.001158554811397 ], [ -75.203929545782103, 40.001271007087396 ], [ -75.203837160351796, 40.001414920602997 ], [ -75.203793051138504, 40.001498545588902 ], [ -75.203773418151798, 40.001638532397699 ], [ -75.203799555116305, 40.001785075540802 ], [ -75.203831992841302, 40.0018918502833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29958, "tnode_": 29959, "lpoly_": null, "rpoly_": null, "length": 219.41892165000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIMI", "st_type": "CIR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3701, "r_t_add": 3799, "st_code": 56340, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522159, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIMI CIR", "stname": "MIMI CIR", "objectid": 17633, "Shape__Length": 87.195785751424154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204036803867993, 40.001158554811397 ], [ -75.204314742292098, 40.001121422604001 ], [ -75.204664685249696, 40.001068364449402 ], [ -75.204808620839501, 40.001059239925297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13730, "tnode_": 13716, "lpoly_": null, "rpoly_": null, "length": 731.66153453000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANKENAU", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3900, "l_t_add": 3958, "r_f_add": 3901, "r_t_add": 3975, "st_code": 48990, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANKENAU AVE", "stname": "LANKENAU AVE", "objectid": 17634, "Shape__Length": 290.91254547185417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206380244737403, 40.0007042909155 ], [ -75.206418267703498, 40.0007892564035 ], [ -75.206465415432902, 40.000852220645598 ], [ -75.206583926043194, 40.000922699075502 ], [ -75.206744633634202, 40.000998288369701 ], [ -75.207025672623004, 40.001095740693003 ], [ -75.207320537681099, 40.001151592930199 ], [ -75.207623912121704, 40.001169808780702 ], [ -75.207877897368505, 40.001145024544499 ], [ -75.208092829996403, 40.001107211512704 ], [ -75.208244551722501, 40.001067998545302 ], [ -75.208374178574005, 40.001040059685899 ], [ -75.208732726278399, 40.000956445647297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13828, "tnode_": 13834, "lpoly_": null, "rpoly_": null, "length": 493.0553238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 31340, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLINGTON RD", "stname": "ELLINGTON RD", "objectid": 17635, "Shape__Length": 195.97301636809271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208505843762396, 40.000275088563001 ], [ -75.208280433049296, 40.000320734279001 ], [ -75.208083064194099, 40.000351170779503 ], [ -75.207953744780994, 40.000386481784503 ], [ -75.207723239076699, 40.000417867866297 ], [ -75.207556853392603, 40.000426346530098 ], [ -75.2073755762583, 40.000410168065102 ], [ -75.207146420545996, 40.000331356973902 ], [ -75.207047586447601, 40.000299512979602 ], [ -75.206898824534903, 40.000259726950503 ], [ -75.206816497837394, 40.000233166111798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28119, "tnode_": 28118, "lpoly_": null, "rpoly_": null, "length": 230.65108464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522341, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-02T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17636, "Shape__Length": 91.982360189325334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172783313186002, 39.986820931578897 ], [ -75.172644952568703, 39.987445088231198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13794, "tnode_": 13545, "lpoly_": null, "rpoly_": null, "length": 765.7772612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 25610, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-12-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANSTON RD", "stname": "CRANSTON RD", "objectid": 17637, "Shape__Length": 305.0936796249394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209697449626304, 40.000434920629502 ], [ -75.209831781683107, 40.000494952657697 ], [ -75.210056604921505, 40.000615480632199 ], [ -75.210234246382896, 40.000728883458201 ], [ -75.210418426214304, 40.000878920293303 ], [ -75.210593115620199, 40.001071320093502 ], [ -75.210721759390793, 40.001226209659997 ], [ -75.210849267502695, 40.001411482740899 ], [ -75.210961427661303, 40.001584253595901 ], [ -75.211026054119401, 40.001753299783999 ], [ -75.211055059678799, 40.001829594746503 ], [ -75.211111228202796, 40.002019372359698 ], [ -75.211143321131203, 40.002133232537197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13934, "tnode_": 13798, "lpoly_": null, "rpoly_": null, "length": 988.12555807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4088, "r_f_add": 4001, "r_t_add": 4061, "st_code": 34620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522169, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17638, "Shape__Length": 392.77555456762059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209698616010101, 39.999659444449001 ], [ -75.210124001426195, 39.9997558144008 ], [ -75.2103396817934, 39.9998128685572 ], [ -75.211392584644599, 40.000082433342897 ], [ -75.212329593154195, 40.000313007067398 ], [ -75.212595486405206, 40.000384971116503 ], [ -75.213049922721098, 40.000504011528598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13828, "tnode_": 13716, "lpoly_": null, "rpoly_": null, "length": 256.36210596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAPHNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2644, "l_t_add": 2698, "r_f_add": 2647, "r_t_add": 2699, "st_code": 27350, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAPHNE RD", "stname": "DAPHNE RD", "objectid": 17639, "Shape__Length": 102.24212750285568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208505843762396, 40.000275088563001 ], [ -75.208618183882393, 40.0006580984479 ], [ -75.208680556806399, 40.000828298158297 ], [ -75.208732726278399, 40.000956445647297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14038, "tnode_": 13798, "lpoly_": null, "rpoly_": null, "length": 1241.8232574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALWYNNE PARK", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2500, "l_t_add": 4098, "r_f_add": 2501, "r_t_add": 4099, "st_code": 15650, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALWYNNE PARK RD", "stname": "BALWYNNE PARK RD", "objectid": 17640, "Shape__Length": 494.0133898943256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210082494039, 39.999017786701003 ], [ -75.210267193652498, 39.999002389004097 ], [ -75.210412245049, 39.999026715714997 ], [ -75.210675786991999, 39.999072245626003 ], [ -75.212318693734801, 39.9993909719893 ], [ -75.2129337691226, 39.999513618966802 ], [ -75.213124410794293, 39.999570353248401 ], [ -75.213231623791799, 39.999663948808099 ], [ -75.213283073623202, 39.9997684764528 ], [ -75.213243295198595, 39.999986540578 ], [ -75.2130971300205, 40.000386872323901 ], [ -75.213049922721098, 40.000504011528598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14038, "tnode_": 13934, "lpoly_": null, "rpoly_": null, "length": 262.08116529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 25610, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANSTON RD", "stname": "CRANSTON RD", "objectid": 17641, "Shape__Length": 104.46866509548843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210082494039, 39.999017786701003 ], [ -75.210060852079195, 39.999022150738597 ], [ -75.209961488576099, 39.999109106293801 ], [ -75.209868140972006, 39.999284989492203 ], [ -75.209698616010101, 39.999659444449001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13476, "tnode_": 13321, "lpoly_": null, "rpoly_": null, "length": 349.75697162, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2714, "l_t_add": 2798, "r_f_add": 2735, "r_t_add": 2799, "st_code": 25365, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COUNTRY CLUB RD", "stname": "E COUNTRY CLUB RD", "objectid": 17642, "Shape__Length": 139.48185454555551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203083828063001, 40.002485519987403 ], [ -75.2030469129339, 40.002543445523997 ], [ -75.203006584409195, 40.002685834674601 ], [ -75.202976724586193, 40.002849380081102 ], [ -75.203008729679098, 40.003058957174801 ], [ -75.203052016247696, 40.0031612218473 ], [ -75.2031488130946, 40.003321495405203 ], [ -75.203197118746999, 40.003402876179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13602, "tnode_": 13609, "lpoly_": null, "rpoly_": null, "length": 97.47653811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3742, "l_t_add": 3798, "r_f_add": 3753, "r_t_add": 3799, "st_code": 25360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY CLUB RD", "stname": "COUNTRY CLUB RD", "objectid": 17643, "Shape__Length": 38.735107899349273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205461089746706, 40.0016432782867 ], [ -75.205806029858394, 40.001608217682303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13609, "tnode_": 13564, "lpoly_": null, "rpoly_": null, "length": 273.62730502, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COUNTRY CLUB", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2734, "r_f_add": 2701, "r_t_add": 2717, "st_code": 25370, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COUNTRY CLUB RD", "stname": "W COUNTRY CLUB RD", "objectid": 17644, "Shape__Length": 108.78902390886212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205806029858394, 40.001608217682303 ], [ -75.206185213881994, 40.001643346119103 ], [ -75.206497179166007, 40.001759731178197 ], [ -75.206707032755304, 40.001861433791902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13716, "tnode_": 13794, "lpoly_": null, "rpoly_": null, "length": 340.65072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANKENAU", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3960, "l_t_add": 3998, "r_f_add": 3977, "r_t_add": 3999, "st_code": 48990, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANKENAU AVE", "stname": "LANKENAU AVE", "objectid": 17645, "Shape__Length": 135.54645300940348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208732726278399, 40.000956445647297 ], [ -75.208977856798597, 40.0009139421078 ], [ -75.209202281305195, 40.0008337647971 ], [ -75.209417667757293, 40.0006682703129 ], [ -75.209697449626304, 40.000434920629502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13476, "tnode_": 13564, "lpoly_": null, "rpoly_": null, "length": 1099.8025282900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANKENAU", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 49000, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522219, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANKENAU RD", "stname": "LANKENAU RD", "objectid": 17646, "Shape__Length": 437.22995042741826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203083828063001, 40.002485519987403 ], [ -75.203233985002996, 40.002526670824601 ], [ -75.203422028816405, 40.002573415590398 ], [ -75.203474833050606, 40.002583203207998 ], [ -75.203697903791607, 40.002597780196702 ], [ -75.203943994168199, 40.002572829402801 ], [ -75.2061069079286, 40.002255871246398 ], [ -75.206330201978204, 40.002206083164502 ], [ -75.206501206178103, 40.002134329289198 ], [ -75.206622172833704, 40.0020118529035 ], [ -75.206707032755304, 40.001861433791902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14298, "tnode_": 14559, "lpoly_": null, "rpoly_": null, "length": 2294.2518489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 22240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522228, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 17647, "Shape__Length": 912.19590423845466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204708929708502, 39.997106436471199 ], [ -75.205098921866906, 39.996971688532099 ], [ -75.207180265278794, 39.9962940815008 ], [ -75.212124787796199, 39.994439937587899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14559, "tnode_": 14788, "lpoly_": null, "rpoly_": null, "length": 596.76988416000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAMOUNIX", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4298, "r_f_add": 4001, "r_t_add": 4299, "st_code": 22240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522229, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAMOUNIX DR", "stname": "CHAMOUNIX DR", "objectid": 17648, "Shape__Length": 237.25617208016547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212124787796199, 39.994439937587899 ], [ -75.212706219297502, 39.994214758486102 ], [ -75.213339682489107, 39.993979406207899 ], [ -75.2137087886194, 39.993835518618297 ], [ -75.214069430345205, 39.993814948422802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14559, "tnode_": 14938, "lpoly_": null, "rpoly_": null, "length": 785.10391864999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGELAND", "st_type": "DWY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4298, "r_f_add": 4001, "r_t_add": 4299, "st_code": 1310, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522230, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGELAND DWY", "stname": "RIDGELAND DWY", "objectid": 17649, "Shape__Length": 312.72534448965217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212124787796199, 39.994439937587899 ], [ -75.2114752121131, 39.994043335945697 ], [ -75.211335904108196, 39.993918236934803 ], [ -75.210771516592104, 39.993102022121903 ], [ -75.210725484922904, 39.993018773912802 ], [ -75.210691941810097, 39.9929013188288 ], [ -75.210690230431794, 39.992854860468498 ], [ -75.210671141397299, 39.992811996493302 ], [ -75.210631326845402, 39.992770001181697 ], [ -75.2105506728211, 39.992730305403903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14326, "tnode_": 14422, "lpoly_": null, "rpoly_": null, "length": 947.53794656000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3850, "r_f_add": 3801, "r_t_add": 3851, "st_code": 34620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522231, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17650, "Shape__Length": 376.70251060224274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200345347683907, 39.996806032358599 ], [ -75.200642901997, 39.996793749680997 ], [ -75.200954169196507, 39.996717255233101 ], [ -75.201161247582405, 39.996617593728899 ], [ -75.201321211832607, 39.996509066889999 ], [ -75.201630591390497, 39.996302203905998 ], [ -75.201806269736807, 39.996211402043798 ], [ -75.201958667066606, 39.996153967203597 ], [ -75.202109696058699, 39.996132992455401 ], [ -75.202268169846207, 39.996124346299197 ], [ -75.202606769412796, 39.9961622698141 ], [ -75.203445012040902, 39.9962869575238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14422, "tnode_": 14298, "lpoly_": null, "rpoly_": null, "length": 482.52684025999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3852, "l_t_add": 3878, "r_f_add": 3853, "r_t_add": 3879, "st_code": 34620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522232, "oneway": "TF", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17651, "Shape__Length": 192.04481305959283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203445012040902, 39.9962869575238 ], [ -75.203558222513493, 39.996305015795798 ], [ -75.203863168143101, 39.9963969249633 ], [ -75.204080977639507, 39.996492982529702 ], [ -75.204282073369995, 39.9966129969985 ], [ -75.204419278699902, 39.996749838710102 ], [ -75.204533694000702, 39.996861847796602 ], [ -75.204624405528406, 39.996973331156497 ], [ -75.204708929708502, 39.997106436471199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14422, "tnode_": 14726, "lpoly_": null, "rpoly_": null, "length": 886.88305118000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECYCLING CENTER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 1300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522233, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2006-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECYCLING CENTER DWY", "stname": "RECYCLING CENTER DWY", "objectid": 17652, "Shape__Length": 353.08703723779627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203445012040902, 39.9962869575238 ], [ -75.203270180192106, 39.996131634550103 ], [ -75.203120281118601, 39.995996345087597 ], [ -75.203029619170394, 39.995904939518297 ], [ -75.202905033187307, 39.995685073756697 ], [ -75.202809479587998, 39.995576531383797 ], [ -75.202680266571093, 39.995480011907098 ], [ -75.2024951158199, 39.995399279835802 ], [ -75.202248495777994, 39.995334209421202 ], [ -75.202039469345294, 39.9952997718445 ], [ -75.201808800935396, 39.995252082621498 ], [ -75.201705006811807, 39.995215723191201 ], [ -75.201603156142795, 39.995141160086099 ], [ -75.201494020165498, 39.994938597962502 ], [ -75.201355085522593, 39.994658815768602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16243, "tnode_": 15855, "lpoly_": null, "rpoly_": null, "length": 518.29698924000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 68050, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 522240, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17653, "Shape__Length": 206.56165156590004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195970672122002, 39.984481483186201 ], [ -75.196061407777506, 39.984651039912798 ], [ -75.196149575469605, 39.984829374680402 ], [ -75.196291670910199, 39.9850453991438 ], [ -75.196465136042505, 39.985268203145601 ], [ -75.196630245705904, 39.985502985452001 ], [ -75.1967531892643, 39.985766411288502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16243, "tnode_": 16188, "lpoly_": null, "rpoly_": null, "length": 337.20050577999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT PLEASANT", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 57465, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 522241, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT PLEASANT DR", "stname": "MOUNT PLEASANT DR", "objectid": 17654, "Shape__Length": 134.01748222834746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195970672122002, 39.984481483186201 ], [ -75.196135702751306, 39.984567548073102 ], [ -75.196354376181404, 39.984639313483598 ], [ -75.196619991590097, 39.984724286409602 ], [ -75.196856521157699, 39.984741711991603 ], [ -75.197097197343098, 39.984750096724603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14943, "tnode_": 14892, "lpoly_": null, "rpoly_": null, "length": 113.0959863, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 17655, "Shape__Length": 45.107578426636167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178005880564896, 39.991965670837203 ], [ -75.177955483018593, 39.992273703720102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26726, "tnode_": 26727, "lpoly_": null, "rpoly_": null, "length": 100.52457187, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1906, "l_t_add": 1918, "r_f_add": 1907, "r_t_add": 1919, "st_code": 88320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17656, "Shape__Length": 40.023758304600953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177923949517705, 39.984638432373103 ], [ -75.177688596148101, 39.984846692913699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26727, "tnode_": 26728, "lpoly_": null, "rpoly_": null, "length": 264.37669017000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1920, "l_t_add": 1958, "r_f_add": 1921, "r_t_add": 1959, "st_code": 88320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522248, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17657, "Shape__Length": 105.23814586500949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177688596148101, 39.984846692913699 ], [ -75.177029829628694, 39.985366222605698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26728, "tnode_": 27620, "lpoly_": null, "rpoly_": null, "length": 170.92403178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1960, "l_t_add": 1978, "r_f_add": 1961, "r_t_add": 1979, "st_code": 88320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522249, "oneway": "FT", "class": 5, "responsibl": "PHA", "update_": "2003-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17658, "Shape__Length": 68.027795638502866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177029829628694, 39.985366222605698 ], [ -75.176586591689301, 39.985688565656197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27621, "tnode_": 26731, "lpoly_": null, "rpoly_": null, "length": 157.15703965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 522250, "oneway": "FT", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 17659, "Shape__Length": 62.573411762630315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175357761117994, 39.984766175778603 ], [ -75.175722887855002, 39.984438716574502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26732, "tnode_": 26727, "lpoly_": null, "rpoly_": null, "length": 843.22866194000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 68300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522251, "oneway": "TF", "class": 5, "responsibl": "PHA", "update_": "2003-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE DR", "stname": "RIDGE DR", "objectid": 17660, "Shape__Length": 335.59647711244901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175504629690593, 39.984253905817702 ], [ -75.176103429339904, 39.983772422317699 ], [ -75.176206350454194, 39.983768648643199 ], [ -75.177688596148101, 39.984846692913699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26731, "tnode_": 26728, "lpoly_": null, "rpoly_": null, "length": 498.69098491, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2638, "r_f_add": 2601, "r_t_add": 2639, "st_code": 17200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522252, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17661, "Shape__Length": 198.46801185217097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175722887855002, 39.984438716574502 ], [ -75.175752340042195, 39.9844496189883 ], [ -75.177029829628694, 39.985366222605698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26732, "tnode_": 26731, "lpoly_": null, "rpoly_": null, "length": 90.95677949, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2550, "l_t_add": 2598, "r_f_add": 2551, "r_t_add": 2599, "st_code": 17200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17662, "Shape__Length": 36.211036538798737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175504629690593, 39.984253905817702 ], [ -75.175722887855002, 39.984438716574502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16222, "tnode_": 26732, "lpoly_": null, "rpoly_": null, "length": 161.24423672, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2548, "r_f_add": 2501, "r_t_add": 2549, "st_code": 17200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17663, "Shape__Length": 64.132320231589944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175028891937799, 39.984023425726498 ], [ -75.175178859258494, 39.984047205461401 ], [ -75.175504629690593, 39.984253905817702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26730, "tnode_": 26729, "lpoly_": null, "rpoly_": null, "length": 470.19759769000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORRIS", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 60090, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522255, "oneway": "TF", "class": 5, "responsibl": "PHA", "update_": "2012-06-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORRIS DR", "stname": "NORRIS DR", "objectid": 17664, "Shape__Length": 187.14773098743265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175113249264996, 39.984985460494499 ], [ -75.176318011693397, 39.985883886948997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26729, "tnode_": 26727, "lpoly_": null, "rpoly_": null, "length": 904.26262394000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENWOOD", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2500, "l_t_add": 2698, "r_f_add": 2501, "r_t_add": 2699, "st_code": 37400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522256, "oneway": "TF", "class": 5, "responsibl": "PHA", "update_": "2009-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENWOOD DR", "stname": "GLENWOOD DR", "objectid": 17665, "Shape__Length": 359.8464776844902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176318011693397, 39.985883886948997 ], [ -75.176708856748505, 39.986179040927198 ], [ -75.176927667942095, 39.986070214642098 ], [ -75.177209345869699, 39.985919440547399 ], [ -75.177483629417694, 39.985771753602499 ], [ -75.177699694930297, 39.985640720199697 ], [ -75.178041497120105, 39.985400867050203 ], [ -75.178188934112796, 39.985300914137397 ], [ -75.178204216719607, 39.985270460925001 ], [ -75.178200470485606, 39.985245016211998 ], [ -75.1781826742547, 39.985217444729102 ], [ -75.177774323150501, 39.984921589883299 ], [ -75.177688596148101, 39.984846692913699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26734, "tnode_": 15892, "lpoly_": null, "rpoly_": null, "length": 94.16324854, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2008, "r_f_add": 2001, "r_t_add": 2009, "st_code": 74920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522257, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 17666, "Shape__Length": 37.551380915398404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175273134461094, 39.985606366954499 ], [ -75.1752192292806, 39.9858615091552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27068, "tnode_": 16265, "lpoly_": null, "rpoly_": null, "length": 555.86403952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88070, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522258, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-12T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 17667, "Shape__Length": 221.66176610636765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158898066852601, 39.981924660211902 ], [ -75.1585696241942, 39.983429512653601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27340, "tnode_": 15941, "lpoly_": null, "rpoly_": null, "length": 271.73758465000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 59640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522259, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-18T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 17668, "Shape__Length": 108.13866704035181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179967185904005, 39.985087540334703 ], [ -75.179243052423701, 39.985583686217097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27373, "tnode_": 27067, "lpoly_": null, "rpoly_": null, "length": 208.80373509, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 53940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 17669, "Shape__Length": 83.178336196386979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178500893671099, 39.986762324651103 ], [ -75.1789135676662, 39.987239590185503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27372, "tnode_": 27373, "lpoly_": null, "rpoly_": null, "length": 132.87394684999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 62700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "PAGE ST", "stname": "PAGE ST", "objectid": 17670, "Shape__Length": 52.855715355663598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178113421637306, 39.986972589334798 ], [ -75.178500893671099, 39.986762324651103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28117, "tnode_": 27619, "lpoly_": null, "rpoly_": null, "length": 228.89707202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2318, "l_t_add": 2326, "r_f_add": 2319, "r_t_add": 2327, "st_code": 30720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-05T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 17671, "Shape__Length": 90.942830577340374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171038909584396, 39.987239768261801 ], [ -75.171845089650901, 39.987341086090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27374, "tnode_": 27375, "lpoly_": null, "rpoly_": null, "length": 1436.861561, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2498, "r_f_add": 2301, "r_t_add": 2499, "st_code": 37440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-20T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17672, "Shape__Length": 571.72932308759653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170348506570903, 39.9895672117405 ], [ -75.171292590460396, 39.9896918175669 ], [ -75.171511979552605, 39.989698712358802 ], [ -75.171665048064298, 39.9896697757315 ], [ -75.1736564807631, 39.988656252177996 ], [ -75.173746742380203, 39.988568277865397 ], [ -75.173814186915394, 39.988459090588698 ], [ -75.174051164350402, 39.987631196247897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17109, "tnode_": 16999, "lpoly_": null, "rpoly_": null, "length": 258.64939204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 1525, "r_t_add": 1599, "st_code": 88210, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522302, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2010-09-30T00:00:00Z", "newsegdate": "1998-08-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 17673, "Shape__Length": 103.13711491658344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171356471532206, 39.978259908481903 ], [ -75.171309579153302, 39.978514204755498 ], [ -75.171296096376395, 39.978587316379802 ], [ -75.1712160686712, 39.978961625502301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17061, "tnode_": 17012, "lpoly_": null, "rpoly_": null, "length": 124.06385593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1512, "l_t_add": 1522, "r_f_add": 1549, "r_t_add": 1571, "st_code": 88260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522306, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": "1998-08-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17674, "Shape__Length": 49.469232303259602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174559798672803, 39.978652263686598 ], [ -75.174542107488705, 39.978727112927302 ], [ -75.174494177438604, 39.9789298895722 ], [ -75.174480598557395, 39.978987339737799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27472, "tnode_": 27428, "lpoly_": null, "rpoly_": null, "length": 122.62853585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CROSKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1534, "r_f_add": 1501, "r_t_add": 1523, "st_code": 26080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N CROSKEY ST", "stname": "N CROSKEY ST", "objectid": 17675, "Shape__Length": 48.896160049831877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172071639073096, 39.978368734580798 ], [ -75.172095799557397, 39.978285292056597 ], [ -75.172151378935496, 39.978037815819803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17168, "tnode_": 27428, "lpoly_": null, "rpoly_": null, "length": 204.76381285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASSAU", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 58980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-10-23T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "NASSAU ST", "stname": "NASSAU ST", "objectid": 17676, "Shape__Length": 81.347787687247731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171435431944403, 39.9779256397781 ], [ -75.172151378935496, 39.978037815819803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15981, "tnode_": 28492, "lpoly_": null, "rpoly_": null, "length": 558.2516884800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 46360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-08T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17677, "Shape__Length": 222.62505497095117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172308061157295, 39.985202823581297 ], [ -75.171981608135397, 39.986714578664397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28492, "tnode_": 27619, "lpoly_": null, "rpoly_": null, "length": 231.40940805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 46360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-05-02T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 17678, "Shape__Length": 92.284970151994486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171981608135397, 39.986714578664397 ], [ -75.171845089650901, 39.987341086090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28118, "tnode_": 27375, "lpoly_": null, "rpoly_": null, "length": 399.82665334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 30720, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522316, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-05T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 17679, "Shape__Length": 158.85697638159564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172644952568703, 39.987445088231198 ], [ -75.174051164350402, 39.987631196247897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28119, "tnode_": 15682, "lpoly_": null, "rpoly_": null, "length": 449.60626778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 28440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522317, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-05-02T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 17680, "Shape__Length": 178.63416198962014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172783313186002, 39.986820931578897 ], [ -75.1743638716882, 39.987033389648801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27621, "tnode_": 27620, "lpoly_": null, "rpoly_": null, "length": 481.11947563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 522318, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2012-06-20T00:00:00Z", "newsegdate": "1998-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 17681, "Shape__Length": 191.49673821529063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175357761117994, 39.984766175778603 ], [ -75.176586591689301, 39.985688565656197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27620, "tnode_": 26729, "lpoly_": null, "rpoly_": null, "length": 103.57058201, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1980, "l_t_add": 1998, "r_f_add": 1981, "r_t_add": 1999, "st_code": 88320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522319, "oneway": "FT", "class": 5, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17682, "Shape__Length": 41.221266179596839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176586591689301, 39.985688565656197 ], [ -75.176318011693397, 39.985883886948997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26730, "tnode_": 27621, "lpoly_": null, "rpoly_": null, "length": 105.24135519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 522320, "oneway": "FT", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "1998-11-09T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 17683, "Shape__Length": 41.902907742285109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175113249264996, 39.984985460494499 ], [ -75.175357761117994, 39.984766175778603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27746, "tnode_": 14446, "lpoly_": null, "rpoly_": null, "length": 295.98998336, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2532, "r_f_add": 2501, "r_t_add": 2531, "st_code": 88460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 522321, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": "1998-12-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 17684, "Shape__Length": 118.04196063204235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186633927250696, 39.994907505982603 ], [ -75.186876077924495, 39.995698401686298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28656, "tnode_": 13511, "lpoly_": null, "rpoly_": null, "length": 111.85983601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 23640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522323, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1999-01-19T00:00:00Z", "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17685, "Shape__Length": 44.452032170198507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162375596656503, 40.001188733964803 ], [ -75.1627696256203, 40.0012383616383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27834, "tnode_": 14460, "lpoly_": null, "rpoly_": null, "length": 50.56256906, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1914, "l_t_add": 1914, "r_f_add": 1913, "r_t_add": 1913, "st_code": 71520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522324, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-01-20T00:00:00Z", "newsegdate": "1999-01-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17686, "Shape__Length": 20.105842320812144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163035704897794, 39.995134746821698 ], [ -75.163196190246694, 39.995071267653103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15448, "tnode_": 27836, "lpoly_": null, "rpoly_": null, "length": 120.49001024, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1524, "l_t_add": 1534, "r_f_add": 1525, "r_t_add": 1535, "st_code": 27520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522325, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1999-01-20T00:00:00Z", "newsegdate": "1999-01-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 17687, "Shape__Length": 47.872739221887208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158338694797806, 39.988195566575598 ], [ -75.158762683292593, 39.988250684196501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27837, "tnode_": 16145, "lpoly_": null, "rpoly_": null, "length": 60.45002754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2708, "l_t_add": 2712, "r_f_add": 2709, "r_t_add": 2713, "st_code": 17200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": "1999-01-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17688, "Shape__Length": 24.015912417959523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178533928696396, 39.984460884623502 ], [ -75.178747310194197, 39.984485253327001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16125, "tnode_": 27838, "lpoly_": null, "rpoly_": null, "length": 49.61055877, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2800, "l_t_add": 2808, "r_f_add": 2801, "r_t_add": 2809, "st_code": 17200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 522327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 17689, "Shape__Length": 19.709157918123545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179627694836299, 39.984608330524203 ], [ -75.1798033107561, 39.984625564191198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16106, "tnode_": 27838, "lpoly_": null, "rpoly_": null, "length": 72.68748177, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2746, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 37440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": "1999-01-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17690, "Shape__Length": 28.925894156558339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179609609966903, 39.984758276294599 ], [ -75.1798033107561, 39.984625564191198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14770, "tnode_": 27889, "lpoly_": null, "rpoly_": null, "length": 133.63979031, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 85760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522329, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-04-14T00:00:00Z", "newsegdate": "1999-04-14T00:00:00Z", "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 17691, "Shape__Length": 53.10123174164972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186017750634093, 39.993296931407102 ], [ -75.186488194740804, 39.993357387227199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14860, "tnode_": 27889, "lpoly_": null, "rpoly_": null, "length": 267.07839718000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3306, "r_f_add": 3301, "r_t_add": 3307, "st_code": 68280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522330, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": "1999-04-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 17692, "Shape__Length": 106.47796463144032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186151134961904, 39.992671590508898 ], [ -75.186488194740804, 39.993357387227199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27374, "tnode_": 15256, "lpoly_": null, "rpoly_": null, "length": 75.35548059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2290, "l_t_add": 2298, "r_f_add": 2291, "r_t_add": 2299, "st_code": 88230, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-25T00:00:00Z", "newsegdate": "1999-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17693, "Shape__Length": 30.029221488525991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170348506570903, 39.9895672117405 ], [ -75.170365294862506, 39.989610317825402 ], [ -75.170355131833404, 39.989684823080601 ], [ -75.170276622983096, 39.989747377417601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27904, "tnode_": 13884, "lpoly_": null, "rpoly_": null, "length": 239.22086662000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 42400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 522335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": "1999-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 17694, "Shape__Length": 95.415358801871037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155621275594498, 39.998123077223603 ], [ -75.155475384177095, 39.998770111064701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27904, "tnode_": 27905, "lpoly_": null, "rpoly_": null, "length": 143.28472472, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 74620, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522336, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-08-30T00:00:00Z", "newsegdate": "1999-06-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17695, "Shape__Length": 56.961052405525834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155621275594498, 39.998123077223603 ], [ -75.155669842466807, 39.998093765511101 ], [ -75.156063268517698, 39.998145229455403 ], [ -75.156093711844804, 39.9981763267171 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15954, "tnode_": 27994, "lpoly_": null, "rpoly_": null, "length": 158.07264474, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RINGGOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 68440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-08T00:00:00Z", "newsegdate": "1999-11-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N RINGGOLD ST", "stname": "N RINGGOLD ST", "objectid": 17696, "Shape__Length": 63.035369015409252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173701619790094, 39.985379123662 ], [ -75.173804889570505, 39.9849525281751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15033, "tnode_": 28045, "lpoly_": null, "rpoly_": null, "length": 227.6382456, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 37640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "W GORDON ST", "stname": "W GORDON ST", "objectid": 17697, "Shape__Length": 90.449120523983424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176696743004399, 39.991333906929903 ], [ -75.1774974121154, 39.991439831079397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15729, "tnode_": 28117, "lpoly_": null, "rpoly_": null, "length": 230.70268398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 88230, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 522339, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-05-02T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17698, "Shape__Length": 92.002396973375809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171179081314406, 39.986615707072303 ], [ -75.171038909584396, 39.987239768261801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15965, "tnode_": 28119, "lpoly_": null, "rpoly_": null, "length": 561.44203452, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522340, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-05-02T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 17699, "Shape__Length": 223.8977570220793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173110999145393, 39.985300456160999 ], [ -75.172783313186002, 39.986820931578897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28492, "tnode_": 28119, "lpoly_": null, "rpoly_": null, "length": 227.96586288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 28440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522342, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-05-02T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 17700, "Shape__Length": 90.573191111451592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171981608135397, 39.986714578664397 ], [ -75.172783313186002, 39.986820931578897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27619, "tnode_": 28118, "lpoly_": null, "rpoly_": null, "length": 227.3108678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 30720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-05T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 17701, "Shape__Length": 90.313391073929296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171845089650901, 39.987341086090801 ], [ -75.172644952568703, 39.987445088231198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15645, "tnode_": 28117, "lpoly_": null, "rpoly_": null, "length": 54.45606498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2317, "st_code": 30720, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-05T00:00:00Z", "newsegdate": "2000-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 17702, "Shape__Length": 21.635989845166815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170847268120895, 39.9872149512627 ], [ -75.171038909584396, 39.987239768261801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28127, "tnode_": 14837, "lpoly_": null, "rpoly_": null, "length": 96.91605297, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 1525, "r_t_add": 1599, "st_code": 71880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522346, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-31T00:00:00Z", "newsegdate": "2000-05-31T00:00:00Z", "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 17703, "Shape__Length": 38.507479126860567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157927852617703, 39.992160553533502 ], [ -75.158270245431495, 39.992198295310502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28131, "tnode_": 16323, "lpoly_": null, "rpoly_": null, "length": 146.61231223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 83580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522347, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2004-04-20T00:00:00Z", "newsegdate": "2000-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 17704, "Shape__Length": 58.247535979907319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1772831418821, 39.9835967081574 ], [ -75.176767215838794, 39.983529878082997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16451, "tnode_": 28131, "lpoly_": null, "rpoly_": null, "length": 298.07857437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 15420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522348, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2000-07-31T00:00:00Z", "newsegdate": "2000-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 17705, "Shape__Length": 118.86249737346002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177479537336694, 39.9827925138447 ], [ -75.1772831418821, 39.9835967081574 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28289, "tnode_": 28288, "lpoly_": null, "rpoly_": null, "length": 357.79537076000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 38180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522349, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-11T00:00:00Z", "newsegdate": "2001-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 17706, "Shape__Length": 142.6660460331446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165885720671596, 39.975812116525098 ], [ -75.1656839585619, 39.976781966075897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28289, "tnode_": 17514, "lpoly_": null, "rpoly_": null, "length": 224.20985631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 40540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522350, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-11T00:00:00Z", "newsegdate": "2001-11-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 17707, "Shape__Length": 89.065365027420029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165885720671596, 39.975812116525098 ], [ -75.166675501818105, 39.975910211476098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17556, "tnode_": 28289, "lpoly_": null, "rpoly_": null, "length": 219.32345350999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1827, "st_code": 40540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-11T00:00:00Z", "newsegdate": "2001-11-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 17708, "Shape__Length": 87.124837397026127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165113932558597, 39.975712515742302 ], [ -75.165885720671596, 39.975812116525098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13834, "tnode_": 13730, "lpoly_": null, "rpoly_": null, "length": 223.46764347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENTWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 82370, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-11T00:00:00Z", "newsegdate": "2001-12-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WENTWORTH RD", "stname": "WENTWORTH RD", "objectid": 17709, "Shape__Length": 89.016038819146615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206816497837394, 40.000233166111798 ], [ -75.206691778361105, 40.000267670301703 ], [ -75.206423174601696, 40.0005362104407 ], [ -75.206385493447698, 40.000626792150001 ], [ -75.206380244737403, 40.0007042909155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13973, "tnode_": 13828, "lpoly_": null, "rpoly_": null, "length": 315.93879373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAPHNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2642, "r_f_add": 2601, "r_t_add": 2645, "st_code": 27350, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-27T00:00:00Z", "newsegdate": "2001-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "DAPHNE RD", "stname": "DAPHNE RD", "objectid": 17710, "Shape__Length": 125.99528354178526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208811847198106, 39.999440604537298 ], [ -75.208637023801103, 39.999878577637801 ], [ -75.208625393718094, 39.999913734050899 ], [ -75.208505843762396, 40.000275088563001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13934, "tnode_": 13794, "lpoly_": null, "rpoly_": null, "length": 299.35370955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 25610, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-12-27T00:00:00Z", "newsegdate": "2001-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CRANSTON RD", "stname": "CRANSTON RD", "objectid": 17711, "Shape__Length": 119.36589980307431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209698616010101, 39.999659444449001 ], [ -75.209539087215504, 40.000074915060097 ], [ -75.209546032615506, 40.000139999445899 ], [ -75.209556652551996, 40.000239512231403 ], [ -75.209697449626304, 40.000434920629502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17556, "tnode_": 17357, "lpoly_": null, "rpoly_": null, "length": 357.16651531999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1404, "l_t_add": 1498, "r_f_add": 1403, "r_t_add": 1499, "st_code": 88130, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522372, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-03-05T00:00:00Z", "newsegdate": "2002-02-27T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 17712, "Shape__Length": 142.41190100089784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165113932558597, 39.975712515742302 ], [ -75.165001643076494, 39.976207880312202 ], [ -75.164890819172797, 39.976677834038199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15407, "tnode_": 14976, "lpoly_": null, "rpoly_": null, "length": 3376.3436397700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3401, "l_t_add": 3601, "r_f_add": 3400, "r_t_add": 3600, "st_code": 30730, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522373, "oneway": "FT", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2017-03-29T00:00:00Z", "newsegdate": "2002-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGLEY DR", "stname": "EDGLEY DR", "objectid": 17713, "Shape__Length": 1342.8413615925499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191366840168598, 39.989209142927699 ], [ -75.191471923779702, 39.989371697123801 ], [ -75.191725530906197, 39.989565886686201 ], [ -75.191996998659903, 39.989705736619896 ], [ -75.192191985055899, 39.989776981774902 ], [ -75.192396243991197, 39.989811942424197 ], [ -75.1934442186013, 39.989908271073801 ], [ -75.193853196223202, 39.989966034151699 ], [ -75.194377247784502, 39.990117585801102 ], [ -75.194542237839997, 39.990145586443099 ], [ -75.194873587863299, 39.990165126748202 ], [ -75.195132008694003, 39.990231697126298 ], [ -75.195231739181295, 39.990312980265401 ], [ -75.195329641101694, 39.990442876945103 ], [ -75.195372241788306, 39.990571543624398 ], [ -75.195375798666703, 39.990687176823599 ], [ -75.195290395341203, 39.9908555661628 ], [ -75.195151747189399, 39.990968035087 ], [ -75.194957110723294, 39.9910975020344 ], [ -75.193964006969694, 39.991701696050299 ], [ -75.193845968584199, 39.991773508600502 ], [ -75.193289381920394, 39.992130763797803 ], [ -75.192732782245599, 39.992531786144497 ], [ -75.192579012117406, 39.992625668931801 ], [ -75.192434972971, 39.992671113970403 ], [ -75.192283718638294, 39.992698152666399 ], [ -75.192090018526201, 39.992693977757497 ], [ -75.191434817764602, 39.992563679359797 ], [ -75.190887199960102, 39.992509040312903 ], [ -75.190745677957494, 39.992487639570598 ], [ -75.190499701490495, 39.992409031852802 ], [ -75.1899948779798, 39.992166664537102 ], [ -75.1897856911406, 39.9920525264045 ], [ -75.189605814129706, 39.991999859703803 ], [ -75.189355246539506, 39.991972816248598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17651, "tnode_": 17553, "lpoly_": null, "rpoly_": null, "length": 194.51701939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 1999, "r_t_add": 1999, "st_code": 68280, "l_hundred": 2000, "r_hundred": 1900, "seg_id": 522375, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-03-27T00:00:00Z", "newsegdate": "2003-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 17714, "Shape__Length": 77.515733064259678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168265224154894, 39.975268266274398 ], [ -75.168359879617896, 39.975413731901902 ], [ -75.168551256266298, 39.975754588624802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16522, "tnode_": 17202, "lpoly_": null, "rpoly_": null, "length": 1785.23836001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACK", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 17750, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 522376, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-09T00:00:00Z", "newsegdate": "2003-08-15T00:00:00Z", "multi_rep": 0, "streetlabe": "BLACK RD", "stname": "BLACK RD", "objectid": 17715, "Shape__Length": 711.16696159577168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206272244322506, 39.982805610282597 ], [ -75.206411283406496, 39.982751649383999 ], [ -75.2065285509739, 39.982673331043898 ], [ -75.206631757530403, 39.982604082226104 ], [ -75.206790590149197, 39.9825149572969 ], [ -75.206854728322497, 39.982481742210901 ], [ -75.207032421029297, 39.982401119583102 ], [ -75.207220249028893, 39.9822410725941 ], [ -75.207310098705406, 39.982164000280001 ], [ -75.207383467156006, 39.982104808070901 ], [ -75.207427013243006, 39.982066554865703 ], [ -75.207546103808795, 39.9819619387115 ], [ -75.207671256502806, 39.981851997556198 ], [ -75.207704452887896, 39.981793510918997 ], [ -75.2077248598262, 39.981733918348098 ], [ -75.207715816713801, 39.981674282478302 ], [ -75.207663250608505, 39.981600136798001 ], [ -75.207535757903401, 39.981472554192798 ], [ -75.207178037208095, 39.981154536954101 ], [ -75.206846021460905, 39.980833970673601 ], [ -75.206679067387, 39.980647817749997 ], [ -75.206574623031401, 39.980481294353403 ], [ -75.206472228455596, 39.980260081238796 ], [ -75.206426905430504, 39.980050231395097 ], [ -75.206413267702999, 39.979642714435499 ], [ -75.206435654527596, 39.979004304748102 ], [ -75.206437970534395, 39.978838412914598 ], [ -75.206438082124706, 39.978720814647602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16334, "tnode_": 16232, "lpoly_": null, "rpoly_": null, "length": 827.06722071999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTICULTURAL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 43610, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 522378, "oneway": "FT", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": "2003-09-09T00:00:00Z", "multi_rep": 0, "streetlabe": "HORTICULTURAL DR", "stname": "HORTICULTURAL DR", "objectid": 17716, "Shape__Length": 328.78338071840778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2127483568608, 39.983993440111902 ], [ -75.212862012333503, 39.984008187373803 ], [ -75.213005770532803, 39.984022118704303 ], [ -75.2132170944964, 39.984054264075397 ], [ -75.2135450170924, 39.984164901626301 ], [ -75.213887150192406, 39.984318425423602 ], [ -75.214227924700793, 39.984508407778897 ], [ -75.214592626747603, 39.984692835912199 ], [ -75.214803647314497, 39.9847583149255 ], [ -75.2150153499216, 39.984805563345901 ], [ -75.215236312071994, 39.984816525352002 ], [ -75.2154194810647, 39.9848679947238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16334, "tnode_": 16088, "lpoly_": null, "rpoly_": null, "length": 598.49854851000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 16790, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 522379, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": "2003-09-09T00:00:00Z", "multi_rep": 0, "streetlabe": "BELMONT MANSION DR", "stname": "BELMONT MANSION DR", "objectid": 17717, "Shape__Length": 238.65995295458373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2127483568608, 39.983993440111902 ], [ -75.212929669632004, 39.984552697479799 ], [ -75.213060194574496, 39.9852914771784 ], [ -75.213154063137296, 39.985604244222003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16780, "tnode_": 16334, "lpoly_": null, "rpoly_": null, "length": 2489.3616630200004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTICULTURAL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4298, "r_f_add": 4101, "r_t_add": 4299, "st_code": 43610, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 522380, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": "2003-09-09T00:00:00Z", "multi_rep": 0, "streetlabe": "HORTICULTURAL DR", "stname": "HORTICULTURAL DR", "objectid": 17718, "Shape__Length": 990.02959755562199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213581340651501, 39.981428448042699 ], [ -75.213362626764194, 39.981545617708598 ], [ -75.213230025695793, 39.981591433639899 ], [ -75.2130609035367, 39.981600966994499 ], [ -75.212870363750994, 39.981571011466201 ], [ -75.212655870066797, 39.981571534885099 ], [ -75.212370136299995, 39.981640564393103 ], [ -75.212147781556396, 39.981780369150897 ], [ -75.211667615248601, 39.9821074481669 ], [ -75.211345327025199, 39.9822705863251 ], [ -75.210985299380397, 39.982423651629297 ], [ -75.210232536673502, 39.982680675853601 ], [ -75.209991237155293, 39.982790889219601 ], [ -75.209813587544403, 39.9828903473678 ], [ -75.209689797984097, 39.9829769462944 ], [ -75.209650456410898, 39.983277600357901 ], [ -75.209711511541201, 39.9836084626616 ], [ -75.209782596048896, 39.983889334954497 ], [ -75.209885222739899, 39.9840819439546 ], [ -75.210058822886694, 39.984154702734799 ], [ -75.210365769054704, 39.984191904090601 ], [ -75.211214880964405, 39.984107300216998 ], [ -75.212159239018106, 39.9840126318594 ], [ -75.2127483568608, 39.983993440111902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15843, "tnode_": 15505, "lpoly_": null, "rpoly_": null, "length": 1100.9134894299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 522381, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2003-09-09T00:00:00Z", "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 17719, "Shape__Length": 438.64937147339151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208387330768105, 39.9866610767845 ], [ -75.208382269755006, 39.986954236488501 ], [ -75.208274876269897, 39.987143834854699 ], [ -75.207981624082393, 39.987668881332503 ], [ -75.207885151400603, 39.987809748158199 ], [ -75.207756628915007, 39.987963395736699 ], [ -75.207624500832495, 39.988119661819702 ], [ -75.207237041433203, 39.988537390801 ], [ -75.206849576098307, 39.988955118442902 ], [ -75.206518863335305, 39.9892586831538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15819, "tnode_": 15843, "lpoly_": null, "rpoly_": null, "length": 242.17144415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4150, "l_t_add": 4158, "r_f_add": 4151, "r_t_add": 4159, "st_code": 56775, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 522382, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2003-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTGOMERY DR", "stname": "MONTGOMERY DR", "objectid": 17720, "Shape__Length": 96.215924562693061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207534276375796, 39.986767423404302 ], [ -75.207691232103301, 39.986745058511303 ], [ -75.208387330768105, 39.9866610767845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15894, "tnode_": 15819, "lpoly_": null, "rpoly_": null, "length": 731.19238747000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4100, "l_t_add": 4148, "r_f_add": 4101, "r_t_add": 4149, "st_code": 56775, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 522383, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2003-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTGOMERY DR", "stname": "MONTGOMERY DR", "objectid": 17721, "Shape__Length": 290.64295953335511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205140432452495, 39.986502966853202 ], [ -75.205307612763406, 39.986656628481697 ], [ -75.205531243761996, 39.9868075498946 ], [ -75.205679063592598, 39.986871644586998 ], [ -75.205827795472402, 39.986911432214796 ], [ -75.205961409608094, 39.986932639240699 ], [ -75.207278513799395, 39.986804100110902 ], [ -75.207534276375796, 39.986767423404302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16088, "tnode_": 16053, "lpoly_": null, "rpoly_": null, "length": 770.31773105999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 56775, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 522386, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2010-09-09T00:00:00Z", "newsegdate": "2004-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTGOMERY DR", "stname": "MONTGOMERY DR", "objectid": 17722, "Shape__Length": 306.19517836610567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213154063137296, 39.985604244222003 ], [ -75.2132817509695, 39.985709933758301 ], [ -75.213568820140793, 39.985856159539701 ], [ -75.213826335169998, 39.985946994810298 ], [ -75.214021559408806, 39.986012126131399 ], [ -75.214212709706203, 39.986065633392698 ], [ -75.2147011654464, 39.986021058672598 ], [ -75.2153462624225, 39.985895426534398 ], [ -75.215682602391794, 39.985796078964697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17195, "tnode_": 28970, "lpoly_": null, "rpoly_": null, "length": 232.31453094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3100, "l_t_add": 3126, "r_f_add": 3101, "r_t_add": 3127, "st_code": 54280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-15T00:00:00Z", "newsegdate": "2005-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 17723, "Shape__Length": 92.287474136528189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186022365529794, 39.978016806093002 ], [ -75.186841175853004, 39.978116260192998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28970, "tnode_": 17174, "lpoly_": null, "rpoly_": null, "length": 217.95355512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3128, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 54280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-15T00:00:00Z", "newsegdate": "2005-05-13T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 17724, "Shape__Length": 86.583044289592436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186841175853004, 39.978116260192998 ], [ -75.187608939307594, 39.9782116457407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17082, "tnode_": 28993, "lpoly_": null, "rpoly_": null, "length": 221.0548691, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1923, "st_code": 62120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-24T00:00:00Z", "newsegdate": "2005-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 17725, "Shape__Length": 87.814736643923737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166163116205098, 39.978317724815597 ], [ -75.166942469565399, 39.978411254897402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28993, "tnode_": 17060, "lpoly_": null, "rpoly_": null, "length": 225.055842, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1916, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 62120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-24T00:00:00Z", "newsegdate": "2005-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 17726, "Shape__Length": 89.40616706124186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166942469565399, 39.978411254897402 ], [ -75.167158754336896, 39.978443384958098 ], [ -75.167733748255699, 39.978516410675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17325, "tnode_": 28992, "lpoly_": null, "rpoly_": null, "length": 224.21519915000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1900, "l_t_add": 1924, "r_f_add": 1901, "r_t_add": 1925, "st_code": 46020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522393, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-12-21T00:00:00Z", "newsegdate": "2005-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 17727, "Shape__Length": 89.070734627925191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166465263658694, 39.976886703739503 ], [ -75.167252970608502, 39.976994356139798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28992, "tnode_": 17291, "lpoly_": null, "rpoly_": null, "length": 223.55470105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1926, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 46020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 522394, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-12-21T00:00:00Z", "newsegdate": "2005-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 17728, "Shape__Length": 88.806970555344648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167252970608502, 39.976994356139798 ], [ -75.1674752382213, 39.977025863502902 ], [ -75.168040097628193, 39.9770935709494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28992, "tnode_": 28993, "lpoly_": null, "rpoly_": null, "length": 523.43493032999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 78760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522395, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-12-21T00:00:00Z", "newsegdate": "2005-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 17729, "Shape__Length": 208.71467119938728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167252970608502, 39.976994356139798 ], [ -75.166942469565399, 39.978411254897402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13412, "tnode_": 15505, "lpoly_": null, "rpoly_": null, "length": 5959.9604592300002, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34042, "l_t_add": 34154, "r_f_add": 34043, "r_t_add": 34155, "st_code": 1150, "l_hundred": 34000, "r_hundred": 34000, "seg_id": 522396, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 17730, "Shape__Length": 2374.0117499175212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1949516923342, 40.002154393482101 ], [ -75.194950866291805, 40.001770927717402 ], [ -75.195016670697498, 40.001072984670301 ], [ -75.195118550741398, 40.000467072237697 ], [ -75.195320504402005, 39.999723504774401 ], [ -75.195481704154602, 39.999222302617902 ], [ -75.1956376425305, 39.998860864352203 ], [ -75.195785449511604, 39.998505326768701 ], [ -75.196084160143997, 39.997922038471799 ], [ -75.1963884825375, 39.997399692215502 ], [ -75.196775922744905, 39.996769721845702 ], [ -75.197169199406602, 39.996194615290598 ], [ -75.197533514406899, 39.995758745509001 ], [ -75.198004872936593, 39.995209700613302 ], [ -75.198564275610295, 39.994632202057801 ], [ -75.198786537482803, 39.994430252508501 ], [ -75.199243775073299, 39.994014796425198 ], [ -75.199936551924495, 39.993464582502398 ], [ -75.200545750765599, 39.993034143942801 ], [ -75.201234403978603, 39.992593303063202 ], [ -75.201381082847504, 39.992503351069303 ], [ -75.201732468639193, 39.992300694227097 ], [ -75.202205146371398, 39.992044067248401 ], [ -75.203502339176097, 39.991409100037203 ], [ -75.203934833236801, 39.991194745394303 ], [ -75.2043322741754, 39.990979611762597 ], [ -75.204701976215603, 39.990755767080103 ], [ -75.205061767087301, 39.990515512280297 ], [ -75.205444403496003, 39.990227196098601 ], [ -75.205922001687895, 39.989838452129497 ], [ -75.206260378946794, 39.989514076327403 ], [ -75.206518863335305, 39.9892586831538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29113, "tnode_": 15562, "lpoly_": null, "rpoly_": null, "length": 5530.2180169399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34046, "l_t_add": 34148, "r_f_add": 34047, "r_t_add": 34149, "st_code": 1160, "l_hundred": 34000, "r_hundred": 34000, "seg_id": 522397, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17731, "Shape__Length": 2202.7480354240411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194600095258394, 40.0016563032164 ], [ -75.194776173518505, 40.0007392151551 ], [ -75.194921804536406, 40.0002315844281 ], [ -75.195081863995, 39.999760766319298 ], [ -75.195257496245105, 39.999296376389303 ], [ -75.195396947684799, 39.998952817773599 ], [ -75.195612767230401, 39.998471076329402 ], [ -75.195801907685805, 39.998067804174397 ], [ -75.196082300095597, 39.997551007096597 ], [ -75.196378262804103, 39.997040638483199 ], [ -75.196630602199406, 39.996638771033801 ], [ -75.196921404228803, 39.996257029262502 ], [ -75.197503604057999, 39.995502645401501 ], [ -75.198171659272404, 39.994769437329502 ], [ -75.198636537208699, 39.994333157267199 ], [ -75.198950308981793, 39.994038683618001 ], [ -75.199496999228899, 39.993588615791502 ], [ -75.199903666912903, 39.993287480255802 ], [ -75.200358647944498, 39.992963088499401 ], [ -75.200707952751301, 39.9927154112087 ], [ -75.201033071989301, 39.992522604897196 ], [ -75.201302325011397, 39.992358598527403 ], [ -75.201657113384499, 39.992158715986399 ], [ -75.201950798059599, 39.991997948180803 ], [ -75.202251186426693, 39.991845423071901 ], [ -75.202612171123704, 39.991667260585103 ], [ -75.202951314838302, 39.991510197697302 ], [ -75.203312294746993, 39.991332032981298 ], [ -75.203723152351202, 39.991133388309798 ], [ -75.204177683474697, 39.990892539315396 ], [ -75.204558203665002, 39.990660840424702 ], [ -75.205051719030493, 39.990315624463001 ], [ -75.205297024643997, 39.990134888921197 ], [ -75.205701867258497, 39.989788100821002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12853, "tnode_": 13154, "lpoly_": null, "rpoly_": null, "length": 2046.5692550499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33988, "l_t_add": 34024, "r_f_add": 33989, "r_t_add": 34025, "st_code": 1150, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 522399, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 17732, "Shape__Length": 814.4290889417166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201433736714606, 40.0076365224499 ], [ -75.200446544355998, 40.007295046033299 ], [ -75.199548283690405, 40.006968421813497 ], [ -75.199338893217302, 40.006880503708302 ], [ -75.198783924821797, 40.0066474806993 ], [ -75.198364742784605, 40.006452068787397 ], [ -75.198255322695999, 40.006391661679501 ], [ -75.197749159973498, 40.006103409057602 ], [ -75.197276982072097, 40.005802521732001 ], [ -75.1969859940547, 40.005606674351299 ], [ -75.196363192736698, 40.005139001019799 ], [ -75.196105526577, 40.004897586192101 ], [ -75.195846137389495, 40.004611204669999 ], [ -75.195670863198799, 40.0043574643054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16990, "tnode_": 16974, "lpoly_": null, "rpoly_": null, "length": 466.00487367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 22010, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522400, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-11-28T00:00:00Z", "newsegdate": "2007-11-28T00:00:00Z", "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 17733, "Shape__Length": 185.12550721202632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157917399192002, 39.978716933140703 ], [ -75.158042702031295, 39.978713947237303 ], [ -75.158848152440498, 39.978814713690298 ], [ -75.159557571647994, 39.978915601677102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29536, "tnode_": 29537, "lpoly_": null, "rpoly_": null, "length": 1049.87427007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMITH MEMORIAL", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3300, "l_t_add": 3598, "r_f_add": 3301, "r_t_add": 3599, "st_code": 1180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522401, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2009-08-19T00:00:00Z", "newsegdate": "2009-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "SMITH MEMORIAL DR", "stname": "SMITH MEMORIAL DR", "objectid": 17734, "Shape__Length": 418.09327441325803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193986092627895, 39.982507414248801 ], [ -75.194100037866207, 39.982362550816703 ], [ -75.194258399225205, 39.982187691679897 ], [ -75.194372683023403, 39.982063744300703 ], [ -75.194540633393004, 39.981970182623201 ], [ -75.194703151138896, 39.981908933284402 ], [ -75.194834595581597, 39.9818891563054 ], [ -75.194986614520005, 39.981882810820203 ], [ -75.195133324558299, 39.9819055368555 ], [ -75.195303359488904, 39.981980676283001 ], [ -75.195509547998896, 39.982215546877399 ], [ -75.195524570258698, 39.982264531982899 ], [ -75.195534404531699, 39.982339347890701 ], [ -75.195513897287597, 39.982436192913802 ], [ -75.195462560810796, 39.982568029773198 ], [ -75.195404384046199, 39.982657549060903 ], [ -75.195254449283595, 39.982832598214202 ], [ -75.195178201063896, 39.982954148649 ], [ -75.195158180720199, 39.983038031770498 ], [ -75.195189634324706, 39.9832106304614 ], [ -75.195194036257703, 39.983317760802599 ], [ -75.195184270462804, 39.9833532205596 ], [ -75.195138674667902, 39.983414273184302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29536, "tnode_": 29537, "lpoly_": null, "rpoly_": null, "length": 472.15098508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3500, "l_t_add": 3548, "r_f_add": 3501, "r_t_add": 3549, "st_code": 68050, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522403, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2009-08-19T00:00:00Z", "newsegdate": "2009-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17735, "Shape__Length": 187.94041480912944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193986092627895, 39.982507414248801 ], [ -75.194179158137899, 39.982565651796001 ], [ -75.194365539842906, 39.982654948343097 ], [ -75.194533379692899, 39.982816812348098 ], [ -75.194699392455902, 39.983027289762198 ], [ -75.194989508907398, 39.983301348665996 ], [ -75.195138674667902, 39.983414273184302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29537, "tnode_": 16243, "lpoly_": null, "rpoly_": null, "length": 457.98922962999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3550, "l_t_add": 3598, "r_f_add": 3551, "r_t_add": 3599, "st_code": 68050, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522404, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2009-08-19T00:00:00Z", "newsegdate": "2009-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17736, "Shape__Length": 182.45832110587577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195138674667902, 39.983414273184302 ], [ -75.195192493501906, 39.983455014605298 ], [ -75.195334239015395, 39.983594867836601 ], [ -75.195494869753801, 39.983738324480797 ], [ -75.1956241319334, 39.983875000936202 ], [ -75.195751567437597, 39.984060291816398 ], [ -75.195862746455106, 39.984257383441999 ], [ -75.195970672122002, 39.984481483186201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17490, "tnode_": 17325, "lpoly_": null, "rpoly_": null, "length": 258.97659706999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 88150, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-10-02T00:00:00Z", "newsegdate": "2009-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 17737, "Shape__Length": 103.26305019178346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166616335375295, 39.976185346087298 ], [ -75.166566048251894, 39.976420941302301 ], [ -75.166465263658694, 39.976886703739503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17460, "tnode_": 17291, "lpoly_": null, "rpoly_": null, "length": 257.86138917000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 88170, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 522406, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-10-02T00:00:00Z", "newsegdate": "2009-10-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 17738, "Shape__Length": 102.81805161941378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168193550132102, 39.976395805234397 ], [ -75.168130089055197, 39.976638833525399 ], [ -75.168040097628193, 39.9770935709494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12715, "tnode_": 29576, "lpoly_": null, "rpoly_": null, "length": 35.00305062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3802, "r_f_add": 3801, "r_t_add": 3803, "st_code": 33430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522410, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS RD", "stname": "FALLS RD", "objectid": 17739, "Shape__Length": 13.948047348044566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196906203860493, 40.009186343055298 ], [ -75.196974599210407, 40.009107839392499 ], [ -75.196975752779693, 40.009106514437399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29618, "tnode_": 13973, "lpoly_": null, "rpoly_": null, "length": 497.77441997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3900, "l_t_add": 3980, "r_f_add": 3901, "r_t_add": 3981, "st_code": 34620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 522411, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2012-09-06T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17740, "Shape__Length": 197.85751382014678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207119833579696, 39.9990236965183 ], [ -75.208811847198106, 39.999440604537298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14298, "tnode_": 29618, "lpoly_": null, "rpoly_": null, "length": 1001.7394993700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3880, "l_t_add": 3898, "r_f_add": 3881, "r_t_add": 3899, "st_code": 34620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522412, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2012-09-06T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "FORD RD", "stname": "FORD RD", "objectid": 17741, "Shape__Length": 398.8403042933661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204708929708502, 39.997106436471199 ], [ -75.204833789149703, 39.997294226824998 ], [ -75.204974798274804, 39.9975406249266 ], [ -75.205133889289996, 39.997726605088403 ], [ -75.205614807330605, 39.998187317510698 ], [ -75.206052196290898, 39.9985436730665 ], [ -75.206429794641096, 39.998807474635797 ], [ -75.206874701410896, 39.998963295143703 ], [ -75.207119833579696, 39.9990236965183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12576, "tnode_": 29623, "lpoly_": null, "rpoly_": null, "length": 53.56505557, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33940, "l_t_add": 33944, "r_f_add": 33941, "r_t_add": 33945, "st_code": 1160, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 522414, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17742, "Shape__Length": 21.314658518316858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207454360798494, 40.010546475387997 ], [ -75.207297694381793, 40.010462162627498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12883, "tnode_": 29648, "lpoly_": null, "rpoly_": null, "length": 728.48908045000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 59220, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522415, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "NEILL DR", "stname": "NEILL DR", "objectid": 17743, "Shape__Length": 289.90348136324286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2095565793378, 40.007149494005901 ], [ -75.209484957136098, 40.007101888704199 ], [ -75.208583438770603, 40.006389889324197 ], [ -75.208531357109905, 40.006367024975397 ], [ -75.208361313691199, 40.0062899848567 ], [ -75.208179271099397, 40.006250674064603 ], [ -75.207981194170202, 40.006262572292002 ], [ -75.2077388737777, 40.006325053912803 ], [ -75.207502194435406, 40.006482428252198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29648, "tnode_": 29647, "lpoly_": null, "rpoly_": null, "length": 1223.45486863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 59220, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522416, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2013-01-30T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "NEILL DR", "stname": "NEILL DR", "objectid": 17744, "Shape__Length": 486.5387993263156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207502194435406, 40.006482428252198 ], [ -75.207416409568296, 40.006548595550797 ], [ -75.206926149891999, 40.006917684194903 ], [ -75.206806838774696, 40.006993744761097 ], [ -75.206547767710006, 40.007126415787901 ], [ -75.206272588987602, 40.007218019378598 ], [ -75.205706529349399, 40.007349314080798 ], [ -75.204998807173695, 40.007493748781599 ], [ -75.203583671024404, 40.0078005438967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29647, "tnode_": 12860, "lpoly_": null, "rpoly_": null, "length": 468.50698418999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 59220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 522417, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2013-01-30T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "NEILL DR", "stname": "NEILL DR", "objectid": 17745, "Shape__Length": 186.27393421319326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203583671024404, 40.0078005438967 ], [ -75.203340717585405, 40.007853213004203 ], [ -75.203195835105106, 40.007858140657 ], [ -75.203051460056301, 40.007849510274902 ], [ -75.202733417592597, 40.007766464625703 ], [ -75.202024296756505, 40.007491214980497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29576, "tnode_": 29650, "lpoly_": null, "rpoly_": null, "length": 286.45592820999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3804, "l_t_add": 3844, "r_f_add": 3805, "r_t_add": 3845, "st_code": 33430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522418, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS RD", "stname": "FALLS RD", "objectid": 17746, "Shape__Length": 114.20393069483593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196975752779693, 40.009106514437399 ], [ -75.196993595759693, 40.0090860358182 ], [ -75.197411580335995, 40.008395466782403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29650, "tnode_": 12835, "lpoly_": null, "rpoly_": null, "length": 379.64869518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3846, "l_t_add": 3898, "r_f_add": 3847, "r_t_add": 3899, "st_code": 33430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 522419, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS RD", "stname": "FALLS RD", "objectid": 17747, "Shape__Length": 151.349543543918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197411580335995, 40.008395466782403 ], [ -75.197648276354002, 40.008005128411803 ], [ -75.198006949412502, 40.007459372852402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14405, "tnode_": 29664, "lpoly_": null, "rpoly_": null, "length": 633.07136488999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "BRG", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3500, "l_t_add": 3548, "r_f_add": 3501, "r_t_add": 3549, "st_code": 75230, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522420, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION BRG", "stname": "STRAWBERRY MANSION BRG", "objectid": 17748, "Shape__Length": 251.76506181893728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195889357709703, 39.9961846395584 ], [ -75.195382554868203, 39.995972414149598 ], [ -75.194639366592796, 39.995657722061502 ], [ -75.193913858061407, 39.9953411860035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29664, "tnode_": 14635, "lpoly_": null, "rpoly_": null, "length": 678.33030803999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAWBERRY MANSION", "st_type": "BRG", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3550, "l_t_add": 3598, "r_f_add": 3551, "r_t_add": 3599, "st_code": 75230, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 522421, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "STRAWBERRY MANSION BRG", "stname": "STRAWBERRY MANSION BRG", "objectid": 17749, "Shape__Length": 269.7618911829644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193913858061407, 39.9953411860035 ], [ -75.192406619643293, 39.994683561386097 ], [ -75.191798972767003, 39.994435110119703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16088, "tnode_": 14900, "lpoly_": null, "rpoly_": null, "length": 3438.08942346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELMONT MANSION", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 2098, "r_f_add": 1801, "r_t_add": 2099, "st_code": 16790, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522422, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2011-05-03T00:00:00Z", "newsegdate": "2011-05-03T00:00:00Z", "multi_rep": 0, "streetlabe": "BELMONT MANSION DR", "stname": "BELMONT MANSION DR", "objectid": 17750, "Shape__Length": 1369.4843551412071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213154063137296, 39.985604244222003 ], [ -75.2132128774915, 39.985860456307798 ], [ -75.213320025667699, 39.986166913254301 ], [ -75.213443881132093, 39.986449411390701 ], [ -75.213584811987204, 39.986720677325302 ], [ -75.213624808496405, 39.986897378913703 ], [ -75.213721169882604, 39.987232441664297 ], [ -75.213836659127594, 39.987526877378002 ], [ -75.214014974601199, 39.987780163973099 ], [ -75.2141254669624, 39.9878876069779 ], [ -75.214370097729798, 39.988111954760598 ], [ -75.214584559014895, 39.988386620463999 ], [ -75.214721117265995, 39.988681520559602 ], [ -75.214750541591201, 39.989022701826997 ], [ -75.214697841058594, 39.989286894106101 ], [ -75.214577256804404, 39.989551827650899 ], [ -75.214337260023797, 39.989838451050097 ], [ -75.2141013469912, 39.990015691736801 ], [ -75.213715746468907, 39.990199811145402 ], [ -75.213420807895801, 39.990293149653901 ], [ -75.213242856730403, 39.990349464118097 ], [ -75.212988738892093, 39.990462470663502 ], [ -75.2128176116546, 39.990598568486597 ], [ -75.212676040230306, 39.990790056141101 ], [ -75.212571927254103, 39.991037106636199 ], [ -75.212521073528706, 39.9913400711797 ], [ -75.212560527324698, 39.991553804871501 ], [ -75.212695014460095, 39.991763558466502 ], [ -75.212870368015601, 39.991937723751803 ], [ -75.213108016799495, 39.992137593512702 ], [ -75.213369823602406, 39.9923258322141 ], [ -75.213655559114201, 39.9925085181791 ], [ -75.214105392848793, 39.992743482016699 ], [ -75.2146430432865, 39.992956057634103 ], [ -75.214971117239401, 39.993067333131499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29623, "tnode_": 29757, "lpoly_": null, "rpoly_": null, "length": 972.6797027, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33946, "l_t_add": 33970, "r_f_add": 33947, "r_t_add": 33971, "st_code": 1160, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 522424, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2012-01-30T00:00:00Z", "newsegdate": "2012-01-26T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17751, "Shape__Length": 386.98405968692083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207297694381793, 40.010462162627498 ], [ -75.207139006325505, 40.010374492786603 ], [ -75.206965834446294, 40.010286526240101 ], [ -75.2061365559412, 40.009846086276902 ], [ -75.204570668463404, 40.009123459881501 ], [ -75.204369914210304, 40.009029023037897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29757, "tnode_": 12967, "lpoly_": null, "rpoly_": null, "length": 1697.48163346, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 33973, "r_t_add": 34001, "st_code": 1160, "l_hundred": 0, "r_hundred": 33900, "seg_id": 522425, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-01-26T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17752, "Shape__Length": 675.11081751869574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204369914210304, 40.009029023037897 ], [ -75.203947911361894, 40.0088096741623 ], [ -75.203398597012693, 40.008568255343498 ], [ -75.202546452039002, 40.008234537594298 ], [ -75.201840179923394, 40.007963756025397 ], [ -75.200499566522893, 40.007480769837201 ], [ -75.199360946942704, 40.007070102780801 ], [ -75.199243692979095, 40.007025647892597 ], [ -75.199155648665894, 40.006992266496297 ], [ -75.198972679631197, 40.006920905957898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29757, "tnode_": 29758, "lpoly_": null, "rpoly_": null, "length": 1154.0065606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33972, "l_t_add": 34000, "r_f_add": 0, "r_t_add": 0, "st_code": 1160, "l_hundred": 33000, "r_hundred": 0, "seg_id": 522426, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17753, "Shape__Length": 458.93938066478779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204369914210304, 40.009029023037897 ], [ -75.202382779096595, 40.0082501233451 ], [ -75.201000904108994, 40.007739765141203 ], [ -75.200665977997502, 40.007646491773897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29758, "tnode_": 12567, "lpoly_": null, "rpoly_": null, "length": 2088.7926639400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9420, "l_hundred": 0, "r_hundred": 0, "seg_id": 522427, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2012-01-30T00:00:00Z", "newsegdate": "2012-01-26T00:00:00Z", "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP E", "stname": "SCHUYLKILL EXPY RAMP E", "objectid": 17754, "Shape__Length": 831.1895734111788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200665977997502, 40.007646491773897 ], [ -75.201301671850601, 40.0079063246163 ], [ -75.202042189950703, 40.008204135633498 ], [ -75.203020424856305, 40.008632610847897 ], [ -75.203396078419402, 40.008796922735002 ], [ -75.204361989428506, 40.009238933263298 ], [ -75.205226992891696, 40.009691647164999 ], [ -75.205956933981795, 40.010085058015001 ], [ -75.206209484860693, 40.010220920678996 ], [ -75.206370957922005, 40.010338483020099 ], [ -75.206427452992699, 40.010432007154698 ], [ -75.206457129370406, 40.010581930025701 ], [ -75.206429691998693, 40.010694428597802 ], [ -75.206330318609702, 40.010888016648998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29758, "tnode_": 13399, "lpoly_": null, "rpoly_": null, "length": 2587.5381989700004, "stcl2_": null, "stcl2_id": null, "pre_dir": "WB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 34002, "l_t_add": 34038, "r_f_add": 0, "r_t_add": 0, "st_code": 1160, "l_hundred": 34000, "r_hundred": 0, "seg_id": 522428, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-01-26T00:00:00Z", "multi_rep": 1, "streetlabe": "WB SCHUYLKILL EXPY", "stname": "WB SCHUYLKILL EXPY", "objectid": 17755, "Shape__Length": 1030.1454027530503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200665977997502, 40.007646491773897 ], [ -75.200352953422694, 40.007531792275401 ], [ -75.199323238396005, 40.007134399532397 ], [ -75.199073407723205, 40.007058203758497 ], [ -75.197885576980099, 40.006615002128399 ], [ -75.197455840778503, 40.006431780684402 ], [ -75.197197297646596, 40.006307376059397 ], [ -75.196958538115993, 40.006199814474598 ], [ -75.196584338767195, 40.006015088303201 ], [ -75.196301005140299, 40.005854092706201 ], [ -75.196121622755996, 40.005744259552898 ], [ -75.196031880195207, 40.0056906986377 ], [ -75.195925221658101, 40.005617763621501 ], [ -75.195606573657898, 40.005363707711801 ], [ -75.195422793245001, 40.005183213299702 ], [ -75.195249899089603, 40.0049948193357 ], [ -75.195088196104706, 40.004790391167099 ], [ -75.194923478365595, 40.004572325603 ], [ -75.194840938121104, 40.004421222525799 ], [ -75.194772095046204, 40.004281280464298 ], [ -75.194671563503107, 40.004045645381098 ], [ -75.194585175211301, 40.003808764468303 ], [ -75.194523992034505, 40.003569961366502 ], [ -75.194487090119296, 40.003245357128698 ], [ -75.1944261151218, 40.003014056756797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26729, "tnode_": 29768, "lpoly_": null, "rpoly_": null, "length": 67.29258125, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2000, "l_t_add": 2048, "r_f_add": 2001, "r_t_add": 2049, "st_code": 88320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522429, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2012-06-22T00:00:00Z", "newsegdate": "2012-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17756, "Shape__Length": 26.789342834531009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176318011693397, 39.985883886948997 ], [ -75.176154337797996, 39.986019061594099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29768, "tnode_": 28122, "lpoly_": null, "rpoly_": null, "length": 46.7249945, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2050, "l_t_add": 2098, "r_f_add": 2051, "r_t_add": 2099, "st_code": 88320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522430, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2012-06-22T00:00:00Z", "newsegdate": "2012-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 17757, "Shape__Length": 18.601366420073099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176154337797996, 39.986019061594099 ], [ -75.176040688800299, 39.986112920258101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29769, "tnode_": 29768, "lpoly_": null, "rpoly_": null, "length": 249.46091419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORRIS", "st_type": "CT", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 60130, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 522431, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2012-06-22T00:00:00Z", "newsegdate": "2012-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "NORRIS CT", "stname": "NORRIS CT", "objectid": 17758, "Shape__Length": 99.286756057206716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175508835262505, 39.985547471616201 ], [ -75.176154337797996, 39.986019061594099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13301, "tnode_": 13321, "lpoly_": null, "rpoly_": null, "length": 117.24951541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3672, "l_t_add": 3698, "r_f_add": 3671, "r_t_add": 3699, "st_code": 24880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2013-01-30T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17759, "Shape__Length": 46.688646951554475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202910699811397, 40.003637566384 ], [ -75.203197118746999, 40.003402876179003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29607, "tnode_": 13301, "lpoly_": null, "rpoly_": null, "length": 448.17943760999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3600, "l_t_add": 3670, "r_f_add": 3601, "r_t_add": 3669, "st_code": 24880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2013-01-30T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17760, "Shape__Length": 178.61266824605073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2020958174828, 40.004695403090999 ], [ -75.202104351947099, 40.004681032280502 ], [ -75.202185008110504, 40.004559039699899 ], [ -75.202742248887006, 40.003829426844298 ], [ -75.202910699811397, 40.003637566384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29827, "tnode_": 13694, "lpoly_": null, "rpoly_": null, "length": 558.82716946999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4052, "l_t_add": 4098, "r_f_add": 4051, "r_t_add": 4099, "st_code": 24880, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17761, "Shape__Length": 222.11595431742191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213439140485704, 40.001672231470401 ], [ -75.214445835631096, 40.001454485567201 ], [ -75.215358126356193, 40.001253571265302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13545, "tnode_": 29827, "lpoly_": null, "rpoly_": null, "length": 665.06064531000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSHOHOCKEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4050, "r_f_add": 4001, "r_t_add": 4049, "st_code": 24880, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CONSHOHOCKEN AVE", "stname": "CONSHOHOCKEN AVE", "objectid": 17762, "Shape__Length": 264.33184351194421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211143321131203, 40.002133232537197 ], [ -75.211767062066599, 40.002033874745699 ], [ -75.2130426737818, 40.001757982879298 ], [ -75.213439140485704, 40.001672231470401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29827, "tnode_": 29828, "lpoly_": null, "rpoly_": null, "length": 160.50349896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROWNS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3041, "l_hundred": 0, "r_hundred": 0, "seg_id": 522436, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2016-12-01T00:00:00Z", "newsegdate": "2013-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "BROWNS WAY", "stname": "BROWNS WAY", "objectid": 17763, "Shape__Length": 64.004415266609755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213439140485704, 40.001672231470401 ], [ -75.213617449597905, 40.002090950309601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13443, "tnode_": 13325, "lpoly_": null, "rpoly_": null, "length": 626.55685733999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 51100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 522437, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-05-22T00:00:00Z", "newsegdate": "2014-05-22T00:00:00Z", "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17764, "Shape__Length": 249.29979313375367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1578262869117, 40.001694369742196 ], [ -75.159227437314499, 40.001873880688997 ], [ -75.15927451988, 40.0018896072826 ], [ -75.159300763507105, 40.001928081872101 ], [ -75.159464033231103, 40.002458051817001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29930, "tnode_": 29577, "lpoly_": null, "rpoly_": null, "length": 8548.8871472800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2302, "l_t_add": 2398, "r_f_add": 2303, "r_t_add": 2399, "st_code": 1171, "l_hundred": 600, "r_hundred": 600, "seg_id": 522438, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-02-16T00:00:00Z", "newsegdate": "2016-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 17765, "Shape__Length": 3403.2978789685599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192173782694994, 39.975467860315597 ], [ -75.192275518677505, 39.975581615879499 ], [ -75.192341895839306, 39.975655013729501 ], [ -75.1925180062875, 39.975875948177503 ], [ -75.192615331112805, 39.976028353825903 ], [ -75.192687284832402, 39.976134288571103 ], [ -75.192752128942701, 39.976212939107697 ], [ -75.192821331637205, 39.976247867141097 ], [ -75.1928734889959, 39.976303281735703 ], [ -75.1928915579728, 39.976399668671903 ], [ -75.192953770974796, 39.976476173721501 ], [ -75.193030361018998, 39.976603077962203 ], [ -75.193120302045202, 39.976663507776699 ], [ -75.193163190390905, 39.976676982854102 ], [ -75.193396486873894, 39.976819897715998 ], [ -75.193530536217096, 39.976933475455603 ], [ -75.193677272296895, 39.9770702878902 ], [ -75.193880176997794, 39.9773001629489 ], [ -75.194129823342706, 39.977585330973596 ], [ -75.1942335159019, 39.977712837947699 ], [ -75.194398832721703, 39.977860495951496 ], [ -75.194509044690406, 39.977958935397098 ], [ -75.194683199080899, 39.978088010979597 ], [ -75.194963089342806, 39.978290385728002 ], [ -75.195195767780106, 39.978449975906102 ], [ -75.1953067660844, 39.978527564732197 ], [ -75.195938863683807, 39.978956872914701 ], [ -75.196171076350097, 39.979128970126297 ], [ -75.196457021647703, 39.979314782835999 ], [ -75.197189138812007, 39.979825599590399 ], [ -75.197580829482405, 39.980084706749402 ], [ -75.197715675733207, 39.980177430623499 ], [ -75.197874991742395, 39.980268611768899 ], [ -75.198017576666103, 39.980371940109201 ], [ -75.198203838235699, 39.980467893420197 ], [ -75.198380042569298, 39.980542756420299 ], [ -75.1986101369029, 39.980627163235297 ], [ -75.198744389894799, 39.980663533687498 ], [ -75.198889169656795, 39.980708484895999 ], [ -75.199050054622404, 39.980757966458498 ], [ -75.199211566230403, 39.980790768793597 ], [ -75.199383134902305, 39.9808446616967 ], [ -75.199659851829296, 39.980915496334603 ], [ -75.199793949377806, 39.980956035535101 ], [ -75.199991837786001, 39.981031377838598 ], [ -75.200194677577599, 39.981119349264098 ], [ -75.200375523699194, 39.981215178616303 ], [ -75.200651275366397, 39.981384060135099 ], [ -75.200857345435494, 39.981530527756902 ], [ -75.201053045807797, 39.9816642452165 ], [ -75.201577895942705, 39.982061925570299 ], [ -75.201761976910802, 39.982216249202096 ], [ -75.201883204389404, 39.9823107522922 ], [ -75.201978423932701, 39.982375464560903 ], [ -75.202072862668402, 39.982461025772302 ], [ -75.202606533155802, 39.982913149129502 ], [ -75.202740055889905, 39.983033181114102 ], [ -75.2028112045938, 39.9830971412552 ], [ -75.202978561000606, 39.983263611068502 ], [ -75.203162777543696, 39.983486794547801 ], [ -75.203285363533098, 39.9836898296128 ], [ -75.203364274712996, 39.9839002423289 ], [ -75.203402635410697, 39.984034637618699 ], [ -75.203431379729395, 39.984208464593003 ], [ -75.203419079442398, 39.984391813566603 ], [ -75.203393332078505, 39.984499746567003 ], [ -75.203344182491307, 39.9846530655404 ], [ -75.203291331779198, 39.9847603971198 ], [ -75.203117169929797, 39.984992319755499 ], [ -75.202999115078498, 39.985102377702098 ], [ -75.202770614698593, 39.985264235624399 ], [ -75.202586571844606, 39.985397867523901 ], [ -75.202486029478806, 39.985474927863699 ], [ -75.202096857946501, 39.985798061319699 ], [ -75.201918703776897, 39.985919303478703 ], [ -75.201741487741103, 39.986015526391299 ], [ -75.201505866903801, 39.986150098193399 ], [ -75.201356378148304, 39.986230243297904 ], [ -75.201062665225706, 39.986394823317497 ], [ -75.200895661473695, 39.986507965589297 ], [ -75.200739186180598, 39.986629686585303 ], [ -75.200576350070307, 39.9867763068127 ], [ -75.2004133567401, 39.986927095884703 ], [ -75.200084109415997, 39.987243207128401 ], [ -75.200019344002001, 39.9873064540771 ], [ -75.199838362596594, 39.987502748038203 ], [ -75.199730827078398, 39.9876213825641 ], [ -75.199631331105493, 39.987734312077798 ], [ -75.1996118226281, 39.987756455069302 ], [ -75.199532015876301, 39.987859012653601 ], [ -75.1994243226452, 39.987981816866103 ], [ -75.1993504062863, 39.988071985768002 ], [ -75.1992709120168, 39.988166203220203 ], [ -75.199135330197294, 39.988309253774098 ], [ -75.199005950953193, 39.988431575659298 ], [ -75.198888510056605, 39.988524949469401 ], [ -75.1987083848677, 39.988698308610502 ], [ -75.198349383952802, 39.989011668030301 ], [ -75.198046156484295, 39.989284533699802 ], [ -75.197833030838893, 39.989469677297599 ], [ -75.197490755771597, 39.989770885738601 ], [ -75.197428304342196, 39.989844615529996 ], [ -75.197273943618498, 39.990054018134998 ], [ -75.197028535178504, 39.990376159264301 ], [ -75.196771891012702, 39.990708482730298 ], [ -75.196679823979906, 39.990848325095698 ], [ -75.196417676527105, 39.9911826130514 ], [ -75.196268574242495, 39.991396303976202 ], [ -75.196088513166501, 39.991567574005103 ], [ -75.195953937253407, 39.991683516881899 ], [ -75.195831378784902, 39.991768427882498 ], [ -75.195509895152696, 39.991949070372002 ], [ -75.195161617616407, 39.992120767800401 ], [ -75.194867864214302, 39.992285331938596 ], [ -75.194618968175803, 39.9924112488305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29579, "tnode_": 29930, "lpoly_": null, "rpoly_": null, "length": 3573.8858216600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 650, "l_t_add": 2300, "r_f_add": 651, "r_t_add": 2301, "st_code": 1171, "l_hundred": 600, "r_hundred": 600, "seg_id": 522439, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-02-16T00:00:00Z", "newsegdate": "2016-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 17766, "Shape__Length": 1422.4542658081893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184960787847899, 39.969260599040403 ], [ -75.185528217302704, 39.969397455765801 ], [ -75.186284589512596, 39.969500634853098 ], [ -75.188108469664897, 39.969741601320699 ], [ -75.189054165522805, 39.9698671801861 ], [ -75.1893807040002, 39.969909290673201 ], [ -75.189644696382302, 39.970004792239699 ], [ -75.189788662796701, 39.970070603884402 ], [ -75.189899641238, 39.970148197957698 ], [ -75.190045726758797, 39.970301694917602 ], [ -75.190122774674805, 39.970416091201798 ], [ -75.190152148978498, 39.970500211408797 ], [ -75.190173432377804, 39.970655096496898 ], [ -75.190214782327004, 39.970925194245702 ], [ -75.190233079325296, 39.971159305018197 ], [ -75.190227422604906, 39.9713094156361 ], [ -75.190211713116597, 39.971438436449901 ], [ -75.190197811021307, 39.9715125955491 ], [ -75.190187952497595, 39.971565190021003 ], [ -75.190126528621406, 39.971755789460801 ], [ -75.190069738493193, 39.971967358698201 ], [ -75.190060390087694, 39.972071481489003 ], [ -75.190060938439601, 39.972200864986 ], [ -75.190087053523698, 39.972299518723801 ], [ -75.190161589531698, 39.972480631700599 ], [ -75.190251285628705, 39.9726912952855 ], [ -75.190361560796006, 39.972931630313703 ], [ -75.1904891554898, 39.973216171155698 ], [ -75.190615062536807, 39.973473547540699 ], [ -75.190747489053095, 39.973701856685103 ], [ -75.190944443339504, 39.974017157194197 ], [ -75.191098237867493, 39.974254288436398 ], [ -75.191241507566303, 39.974482838729799 ], [ -75.191418201009498, 39.974760127132903 ], [ -75.191496234737798, 39.974882591196099 ], [ -75.191594918828102, 39.9748621914027 ], [ -75.191732470448201, 39.974913197016697 ], [ -75.191907791797505, 39.975154981335699 ], [ -75.192016425477206, 39.975295120144203 ], [ -75.192082500788104, 39.975368184362999 ], [ -75.192173782694994, 39.975467860315597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29931, "tnode_": 29576, "lpoly_": null, "rpoly_": null, "length": 4366.5930841399995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 4202, "l_t_add": 4298, "r_f_add": 4203, "r_t_add": 4299, "st_code": 1171, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522440, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-02-16T00:00:00Z", "newsegdate": "2016-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 17767, "Shape__Length": 1739.8275300827688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190677274039302, 39.999645094317898 ], [ -75.1906760191861, 39.999712140021899 ], [ -75.1907006917789, 39.999921352542898 ], [ -75.190732356882805, 40.0002329654383 ], [ -75.190722140919505, 40.000503999411499 ], [ -75.190710432050807, 40.000670667974099 ], [ -75.1906863869104, 40.000876707627597 ], [ -75.190668784207404, 40.001055765184901 ], [ -75.190600813790297, 40.001275431764697 ], [ -75.190515161752899, 40.001532263480499 ], [ -75.190411435926507, 40.001836685219303 ], [ -75.190378511124194, 40.001990361230298 ], [ -75.190369473464401, 40.002086144022599 ], [ -75.190376229684901, 40.002194799358897 ], [ -75.190382672727296, 40.002311793741001 ], [ -75.190418738867393, 40.002506654106597 ], [ -75.190473270742302, 40.0027874776898 ], [ -75.190504779648407, 40.002959283250902 ], [ -75.190505171899801, 40.003092836574297 ], [ -75.190515387068601, 40.0032537346192 ], [ -75.190551689881204, 40.003442339995502 ], [ -75.190563397317703, 40.003563625184199 ], [ -75.190587678510397, 40.003639285279803 ], [ -75.190663979253202, 40.003774529977498 ], [ -75.190708848676707, 40.003879861473102 ], [ -75.190758747688307, 40.0039957378305 ], [ -75.190765661904393, 40.004100223175399 ], [ -75.190770062490202, 40.004271425215002 ], [ -75.190774461961396, 40.004442626326998 ], [ -75.190780591537305, 40.004567960598102 ], [ -75.190793085454899, 40.0046683968555 ], [ -75.190832533222803, 40.004917584736802 ], [ -75.190882039126805, 40.005043885011197 ], [ -75.190986160723298, 40.005304948109703 ], [ -75.191045883531203, 40.0054481689887 ], [ -75.191150242121793, 40.005702976993298 ], [ -75.191219553431694, 40.005879798285797 ], [ -75.191276526181298, 40.005952013349997 ], [ -75.191368312800293, 40.006108469032803 ], [ -75.191471886615304, 40.006240147437502 ], [ -75.191637308142504, 40.0064587563622 ], [ -75.191797699788196, 40.006666819287702 ], [ -75.1919012752534, 40.0067984982025 ], [ -75.192105048267393, 40.007007527255602 ], [ -75.192506543536197, 40.007298166026303 ], [ -75.192750789135403, 40.007441323640997 ], [ -75.192990555358307, 40.007559341984297 ], [ -75.193358576437106, 40.007730293860597 ], [ -75.193625299979402, 40.007853084588902 ], [ -75.194385000877105, 40.008143344906003 ], [ -75.194930555636404, 40.0083558034828 ], [ -75.195315951300998, 40.0084979231383 ], [ -75.196300744712602, 40.008864123962802 ], [ -75.196797174004004, 40.009063040542102 ], [ -75.196833483343298, 40.009077542366903 ], [ -75.196870967478304, 40.009083892782499 ], [ -75.196900380028595, 40.009081948343201 ], [ -75.196975752779693, 40.009106514437399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29577, "tnode_": 29931, "lpoly_": null, "rpoly_": null, "length": 2961.8331237699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 4200, "r_f_add": 2401, "r_t_add": 4201, "st_code": 1171, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 522441, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-02-16T00:00:00Z", "newsegdate": "2016-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 17768, "Shape__Length": 1180.5452402090782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194618968175803, 39.9924112488305 ], [ -75.194530660397405, 39.9924510156415 ], [ -75.194414461788, 39.992511026922102 ], [ -75.194308948969606, 39.992575449474103 ], [ -75.194115440363205, 39.992671298460003 ], [ -75.193947938758299, 39.992796939601398 ], [ -75.193870002196903, 39.9928494563584 ], [ -75.193561789048999, 39.993109679516898 ], [ -75.1933538252039, 39.993301190470298 ], [ -75.193123390167301, 39.993513066934902 ], [ -75.1928931880649, 39.993718687961596 ], [ -75.192769367048797, 39.993836953634101 ], [ -75.192694336266101, 39.993956306186497 ], [ -75.192635097702393, 39.994088530027298 ], [ -75.192632742129405, 39.9941510767975 ], [ -75.192576569279495, 39.994345967266298 ], [ -75.192515603801198, 39.994524058879698 ], [ -75.192443753514596, 39.994650501898903 ], [ -75.192368903245395, 39.994782221906398 ], [ -75.192358704420698, 39.994800170672796 ], [ -75.192118598649003, 39.995124507038497 ], [ -75.191902375385297, 39.995390949383001 ], [ -75.191685914731096, 39.9956636471629 ], [ -75.1916793407526, 39.995673401814003 ], [ -75.191530738734201, 39.995893890045103 ], [ -75.191458925640703, 39.996071739403597 ], [ -75.191381768978502, 39.996247382885997 ], [ -75.191276719570396, 39.996587247446897 ], [ -75.191200505421193, 39.996881849286702 ], [ -75.191092547044903, 39.9972988543729 ], [ -75.191057110556599, 39.997519246370999 ], [ -75.191035503295396, 39.997660655310497 ], [ -75.191011931632403, 39.997854186069098 ], [ -75.190942943088899, 39.998244934053297 ], [ -75.1908974487026, 39.998444235372602 ], [ -75.190799700097898, 39.998878160822997 ], [ -75.190733853799102, 39.999185513065001 ], [ -75.190687964057005, 39.999395239171697 ], [ -75.190677828141006, 39.999520210852097 ], [ -75.190677274039302, 39.999645094317898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29959, "tnode_": 29958, "lpoly_": null, "rpoly_": null, "length": 285.27984926000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIMI", "st_type": "CIR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 0, "r_t_add": 0, "st_code": 56340, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 522442, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-04-21T00:00:00Z", "newsegdate": "2016-09-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MIMI CIR", "stname": "MIMI CIR", "objectid": 17769, "Shape__Length": 113.51436874812846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204808620839501, 40.001059239925297 ], [ -75.204720993766401, 40.001001364645496 ], [ -75.204670050763895, 40.000974552045001 ], [ -75.204625695792899, 40.000950168636997 ], [ -75.204585575310901, 40.000931586055799 ], [ -75.204526090957401, 40.000914857238598 ], [ -75.204439442253204, 40.000910082422998 ], [ -75.204336246268298, 40.000911218794101 ], [ -75.2042676004816, 40.000921110449902 ], [ -75.204198505605405, 40.000942979052297 ], [ -75.204135001138795, 40.000974102358903 ], [ -75.204097448523498, 40.001005801174301 ], [ -75.204059147460796, 40.001057459522002 ], [ -75.204036803867993, 40.001158554811397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29962, "tnode_": 14508, "lpoly_": null, "rpoly_": null, "length": 2726.7215845200003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2002, "l_t_add": 2498, "r_f_add": 2003, "r_t_add": 2499, "st_code": 47190, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522443, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": "2016-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 17770, "Shape__Length": 1085.9894254434741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197334313544701, 39.989770699768599 ], [ -75.197012581295695, 39.990054596798799 ], [ -75.196757165171306, 39.990328678584 ], [ -75.196318933353695, 39.991048745042697 ], [ -75.196110456712901, 39.991336032512798 ], [ -75.195865218045697, 39.991549521035701 ], [ -75.195787038065006, 39.991596753719897 ], [ -75.195525403264398, 39.9917548216265 ], [ -75.194516588780104, 39.992297974579202 ], [ -75.194085591189307, 39.992513263119903 ], [ -75.193753209178993, 39.992730887780901 ], [ -75.193476356083806, 39.992943667409499 ], [ -75.192755481386399, 39.993608771555998 ], [ -75.192604803431394, 39.993830441937497 ], [ -75.192317533451302, 39.994529530589602 ], [ -75.192115704402696, 39.9949509022996 ], [ -75.191903844234403, 39.995225802305598 ], [ -75.191592907959702, 39.995586756443103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16842, "tnode_": 29962, "lpoly_": null, "rpoly_": null, "length": 4695.9166143399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 2000, "r_f_add": 1601, "r_t_add": 2001, "st_code": 47190, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522444, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-04T00:00:00Z", "newsegdate": "2016-11-18T00:00:00Z", "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 17771, "Shape__Length": 1869.379758854074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198003620803604, 39.9806304616625 ], [ -75.198413327523795, 39.980762347100899 ], [ -75.199586783529696, 39.981092521152398 ], [ -75.199860060059905, 39.981183739748097 ], [ -75.200171235009194, 39.981318371290698 ], [ -75.200487802338003, 39.981520021366499 ], [ -75.200981263958795, 39.9818533179292 ], [ -75.201380395302806, 39.982172353937798 ], [ -75.2017186148733, 39.982429217298197 ], [ -75.202041267462306, 39.982679653120897 ], [ -75.202401595691299, 39.982979577639 ], [ -75.202783572895498, 39.983334718345503 ], [ -75.2030098441208, 39.9836255845346 ], [ -75.203121499247601, 39.983810515692497 ], [ -75.203184619854994, 39.984024779506903 ], [ -75.203215685940407, 39.984250494631397 ], [ -75.203200038612096, 39.984456928729102 ], [ -75.203121650529695, 39.984649806102702 ], [ -75.202913221091407, 39.984937106859597 ], [ -75.202657621257799, 39.985217278562502 ], [ -75.201996548115005, 39.985768210542801 ], [ -75.201793811887697, 39.985903590442497 ], [ -75.201552259202103, 39.986019862775699 ], [ -75.2013511176729, 39.986112704875602 ], [ -75.200938879252504, 39.986352903881098 ], [ -75.200441481841693, 39.986755417009199 ], [ -75.199974535819393, 39.987189014486802 ], [ -75.199578454624998, 39.987630267584699 ], [ -75.199296620515696, 39.987976748982902 ], [ -75.198901671730994, 39.9883876152754 ], [ -75.197334313544701, 39.989770699768599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17279, "tnode_": 17259, "lpoly_": null, "rpoly_": null, "length": 156.14312242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2014, "l_t_add": 2078, "r_f_add": 2007, "r_t_add": 2077, "st_code": 46020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": "2017-10-03T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 17772, "Shape__Length": 62.02820558889416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168835380592498, 39.977198635642601 ], [ -75.169295048172501, 39.977262777839698 ], [ -75.169384839255301, 39.977267271249801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17104, "tnode_": 17080, "lpoly_": null, "rpoly_": null, "length": 302.7217206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2006, "l_t_add": 2098, "r_f_add": 2017, "r_t_add": 2099, "st_code": 67760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 522446, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": "2017-10-03T00:00:00Z", "multi_rep": 0, "streetlabe": "REDNER ST", "stname": "REDNER ST", "objectid": 17773, "Shape__Length": 120.25944143797626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168615117463304, 39.978265262142898 ], [ -75.168756775438993, 39.9782815636785 ], [ -75.169679701103206, 39.978405821321502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13378, "tnode_": 30041, "lpoly_": null, "rpoly_": null, "length": 183.44198862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1600, "l_t_add": 1640, "r_f_add": 1601, "r_t_add": 1641, "st_code": 12060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522447, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-01-22T12:43:44Z", "newsegdate": "2021-01-22T12:43:44Z", "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 17774, "Shape__Length": 72.898892960592548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156128768608497, 40.002022417360003 ], [ -75.156775088083506, 40.002103178099297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30041, "tnode_": 13354, "lpoly_": null, "rpoly_": null, "length": 264.38164109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1642, "l_t_add": 1698, "r_f_add": 1643, "r_t_add": 1699, "st_code": 12060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522448, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-01-22T12:43:44Z", "newsegdate": "2021-01-22T12:43:44Z", "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 17775, "Shape__Length": 105.06404151176766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156775088083506, 40.002103178099297 ], [ -75.157706584199701, 40.002219566287501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30041, "tnode_": 13504, "lpoly_": null, "rpoly_": null, "length": 319.2608723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANCROFT", "st_type": "CT", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 3018, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 522449, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2021-01-22T12:44:49Z", "newsegdate": "2021-01-22T12:44:49Z", "multi_rep": null, "streetlabe": "BANCROFT CT ", "stname": "BANCROFT CT ", "objectid": 17776, "Shape__Length": 127.33195427662324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156775088083506, 40.002103178099297 ], [ -75.156919397088302, 40.001419827602398 ], [ -75.156944988890203, 40.001317896045599 ], [ -75.156882602873694, 40.001253515654597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15843, "tnode_": 30098, "lpoly_": null, "rpoly_": null, "length": 735.8725779099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4160, "l_t_add": 4228, "r_f_add": 4161, "r_t_add": 4229, "st_code": 56775, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522450, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2022-09-28T09:40:29Z", "newsegdate": "2022-09-28T09:40:29Z", "multi_rep": 0, "streetlabe": "MONTGOMERY DR", "stname": "MONTGOMERY DR", "objectid": 17777, "Shape__Length": 292.59866098065424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208387330768105, 39.9866610767845 ], [ -75.209178841969205, 39.9865436081312 ], [ -75.209394410833298, 39.986487562474501 ], [ -75.209700739885307, 39.986330135281598 ], [ -75.210219507151606, 39.985988872934797 ], [ -75.210682717724694, 39.985773241135199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30098, "tnode_": 16088, "lpoly_": null, "rpoly_": null, "length": 756.64641969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4230, "l_t_add": 4298, "r_f_add": 4231, "r_t_add": 4299, "st_code": 56775, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522451, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2022-09-28T09:40:29Z", "newsegdate": "2022-09-28T09:40:29Z", "multi_rep": 0, "streetlabe": "MONTGOMERY DR", "stname": "MONTGOMERY DR", "objectid": 17778, "Shape__Length": 300.77392863426064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210682717724694, 39.985773241135199 ], [ -75.210718380075406, 39.985756639917 ], [ -75.211159907290494, 39.985577873041201 ], [ -75.211432585188604, 39.985474432854403 ], [ -75.211768687871697, 39.985366312063 ], [ -75.212007494476794, 39.985322939057497 ], [ -75.212237492840003, 39.985303697835199 ], [ -75.212427085757298, 39.985307889842097 ], [ -75.212606962735506, 39.985360520799397 ], [ -75.212879364721502, 39.9854760144176 ], [ -75.213154063137296, 39.985604244222003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30099, "tnode_": 30098, "lpoly_": null, "rpoly_": null, "length": 502.24000089000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAR BARN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 4040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 522452, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2022-09-28T09:42:02Z", "newsegdate": "2022-09-28T09:42:02Z", "multi_rep": null, "streetlabe": "CAR BARN DR ", "stname": "CAR BARN DR ", "objectid": 17779, "Shape__Length": 200.29156672785288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210913775283004, 39.987134959685903 ], [ -75.210908505292096, 39.986758706443602 ], [ -75.210828118699396, 39.986235955367 ], [ -75.210682717724694, 39.985773241135199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30100, "tnode_": 27472, "lpoly_": null, "rpoly_": null, "length": 246.54820787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2250, "l_t_add": 2298, "r_f_add": 2251, "r_t_add": 2299, "st_code": 18160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 522453, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2023-01-31T15:22:29Z", "newsegdate": "2023-01-31T15:22:29Z", "multi_rep": 0, "streetlabe": "BOLTON ST", "stname": "BOLTON ST", "objectid": 17780, "Shape__Length": 97.942483080125584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172940465259103, 39.978475041262797 ], [ -75.172071639073096, 39.978368734580798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30100, "tnode_": 17196, "lpoly_": null, "rpoly_": null, "length": 265.8932775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1548, "r_f_add": 1501, "r_t_add": 1549, "st_code": 88230, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-01-31T15:24:05Z", "newsegdate": "2023-01-31T15:24:05Z", "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 17781, "Shape__Length": 106.01800640505718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172940465259103, 39.978475041262797 ], [ -75.173129529055501, 39.977759770162002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16982, "tnode_": 30101, "lpoly_": null, "rpoly_": null, "length": 226.04474674, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2348, "r_f_add": 2301, "r_t_add": 2349, "st_code": 62120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522455, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2023-01-31T15:29:51Z", "newsegdate": "2023-01-31T15:29:51Z", "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 17782, "Shape__Length": 89.800716759812602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172802746707902, 39.979169835486701 ], [ -75.173596716769396, 39.979279190684899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30101, "tnode_": 16956, "lpoly_": null, "rpoly_": null, "length": 227.6936206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2350, "l_t_add": 2398, "r_f_add": 2351, "r_t_add": 2399, "st_code": 62120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522456, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2023-01-31T15:29:51Z", "newsegdate": "2023-01-31T15:29:51Z", "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 17783, "Shape__Length": 90.455909076541218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173596716769396, 39.979279190684899 ], [ -75.174396481202905, 39.979389337127898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17196, "tnode_": 30102, "lpoly_": null, "rpoly_": null, "length": 215.56632247000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2300, "l_t_add": 2348, "r_f_add": 2301, "r_t_add": 2349, "st_code": 46020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522457, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2023-01-31T15:30:29Z", "newsegdate": "2023-01-31T15:30:29Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 17784, "Shape__Length": 85.633500245277261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173129529055501, 39.977759770162002 ], [ -75.173407806717805, 39.977792764171802 ], [ -75.173833285535494, 39.9778432097701 ], [ -75.173857579991207, 39.977846090570999 ], [ -75.173889742150806, 39.977849903932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30102, "tnode_": 17173, "lpoly_": null, "rpoly_": null, "length": 231.24712537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 2350, "l_t_add": 2398, "r_f_add": 2351, "r_t_add": 2399, "st_code": 46020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 522458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2023-01-31T15:30:29Z", "newsegdate": "2023-01-31T15:30:29Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 17785, "Shape__Length": 91.862808103355007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173889742150806, 39.977849903932402 ], [ -75.174705257523598, 39.977946586947503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30101, "tnode_": 30102, "lpoly_": null, "rpoly_": null, "length": 527.10004166, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BUCKNELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 19660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 522459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2023-01-31T15:31:41Z", "newsegdate": "2023-01-31T15:31:41Z", "multi_rep": null, "streetlabe": "N BUCKNELL ST", "stname": "N BUCKNELL ST", "objectid": 17786, "Shape__Length": 210.18152789269547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173596716769396, 39.979279190684899 ], [ -75.173889742150806, 39.977849903932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30143, "tnode_": 30139, "lpoly_": null, "rpoly_": null, "length": 213.25957358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESLIE", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4006, "r_f_add": 4001, "r_t_add": 4007, "st_code": 50385, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522460, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:25:11Z", "newsegdate": "2024-05-16T10:25:11Z", "multi_rep": null, "streetlabe": "LESLIE LN ", "stname": "LESLIE LN ", "objectid": 17787, "Shape__Length": 84.750346802459106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214167672519395, 40.001347857422601 ], [ -75.213419670934002, 40.001456487395401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30139, "tnode_": 30140, "lpoly_": null, "rpoly_": null, "length": 107.06506589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESLIE", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4008, "l_t_add": 4020, "r_f_add": 4009, "r_t_add": 4021, "st_code": 50385, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522461, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:27:15Z", "newsegdate": "2024-05-16T10:27:15Z", "multi_rep": null, "streetlabe": "LESLIE LN ", "stname": "LESLIE LN ", "objectid": 17788, "Shape__Length": 42.555301901998881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213419670934002, 40.001456487395401 ], [ -75.213052410936896, 40.001537768271902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30140, "tnode_": 30142, "lpoly_": null, "rpoly_": null, "length": 290.0281112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESLIE", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4022, "l_t_add": 4098, "r_f_add": 4023, "r_t_add": 4099, "st_code": 50385, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522462, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:28:02Z", "newsegdate": "2024-05-16T10:28:02Z", "multi_rep": null, "streetlabe": "LESLIE LN ", "stname": "LESLIE LN ", "objectid": 17789, "Shape__Length": 115.26215322802065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213052410936896, 40.001537768271902 ], [ -75.212038916179694, 40.001700118605903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30142, "tnode_": 30141, "lpoly_": null, "rpoly_": null, "length": 392.65710915, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORRAINE", "st_type": "CT", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 51693, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522463, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:30:05Z", "newsegdate": "2024-05-16T10:30:05Z", "multi_rep": null, "streetlabe": "LORRAINE CT ", "stname": "LORRAINE CT ", "objectid": 17790, "Shape__Length": 156.57583861377231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212038916179694, 40.001700118605903 ], [ -75.212487798412496, 40.000679003835103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30139, "tnode_": 30138, "lpoly_": null, "rpoly_": null, "length": 208.62696373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYA", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 54445, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522464, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:32:26Z", "newsegdate": "2024-05-16T10:32:26Z", "multi_rep": null, "streetlabe": "MAYA LN ", "stname": "MAYA LN ", "objectid": 17791, "Shape__Length": 83.185616480265153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213419670934002, 40.001456487395401 ], [ -75.213679947881403, 40.000919900765602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30140, "tnode_": 30137, "lpoly_": null, "rpoly_": null, "length": 262.1201526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIYA", "st_type": "LN", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 65770, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 522465, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:34:22Z", "newsegdate": "2024-05-16T10:34:22Z", "multi_rep": null, "streetlabe": "PRIYA LN ", "stname": "PRIYA LN ", "objectid": 17792, "Shape__Length": 104.53379623753074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213052410936896, 40.001537768271902 ], [ -75.2133107319695, 40.000846185116899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30144, "tnode_": 30138, "lpoly_": null, "rpoly_": null, "length": 140.92532803999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARILYN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4000, "l_t_add": 4006, "r_f_add": 4001, "r_t_add": 4007, "st_code": 53484, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522466, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:35:41Z", "newsegdate": "2024-05-16T10:35:41Z", "multi_rep": null, "streetlabe": "MARILYN DR ", "stname": "MARILYN DR ", "objectid": 17793, "Shape__Length": 56.00504032025502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214173051727997, 40.000996350985702 ], [ -75.213679947881403, 40.000919900765602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30138, "tnode_": 30137, "lpoly_": null, "rpoly_": null, "length": 106.86709545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARILYN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4008, "l_t_add": 4020, "r_f_add": 4009, "r_t_add": 4021, "st_code": 53484, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522467, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:36:31Z", "newsegdate": "2024-05-16T10:36:31Z", "multi_rep": null, "streetlabe": "MARILYN DR ", "stname": "MARILYN DR ", "objectid": 17794, "Shape__Length": 42.473986213351054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213679947881403, 40.000919900765602 ], [ -75.2133107319695, 40.000846185116899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30137, "tnode_": 30136, "lpoly_": null, "rpoly_": null, "length": 91.78941824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARILYN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4022, "l_t_add": 4030, "r_f_add": 4023, "r_t_add": 4031, "st_code": 53484, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522468, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:37:24Z", "newsegdate": "2024-05-16T10:37:24Z", "multi_rep": null, "streetlabe": "MARILYN DR ", "stname": "MARILYN DR ", "objectid": 17795, "Shape__Length": 36.475367053670269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2133107319695, 40.000846185116899 ], [ -75.212986640062795, 40.000809224416699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30136, "tnode_": 30141, "lpoly_": null, "rpoly_": null, "length": 147.58547718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARILYN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4032, "l_t_add": 4076, "r_f_add": 4033, "r_t_add": 4077, "st_code": 53484, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522469, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:38:01Z", "newsegdate": "2024-05-16T10:38:01Z", "multi_rep": null, "streetlabe": "MARILYN DR ", "stname": "MARILYN DR ", "objectid": 17796, "Shape__Length": 58.666589056645194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212986640062795, 40.000809224416699 ], [ -75.212487798412496, 40.000679003835103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30141, "tnode_": 30145, "lpoly_": null, "rpoly_": null, "length": 117.44842792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARILYN", "st_type": "DR", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 4078, "l_t_add": 4098, "r_f_add": 4079, "r_t_add": 4099, "st_code": 53484, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 522470, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-16T10:38:37Z", "newsegdate": "2024-05-16T10:38:37Z", "multi_rep": null, "streetlabe": "MARILYN DR ", "stname": "MARILYN DR ", "objectid": 17797, "Shape__Length": 46.684814770690352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212487798412496, 40.000679003835103 ], [ -75.212088504124296, 40.000580780653898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29827, "tnode_": 30139, "lpoly_": null, "rpoly_": null, "length": 78.78084452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SASHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3235, "l_hundred": 0, "r_hundred": 0, "seg_id": 522471, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-21T10:07:20Z", "newsegdate": "2024-05-21T10:07:20Z", "multi_rep": null, "streetlabe": "SASHA ST ", "stname": "SASHA ST ", "objectid": 17798, "Shape__Length": 31.426883196763942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213439140485704, 40.001672231470401 ], [ -75.213419670934002, 40.001456487395401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30136, "tnode_": 13798, "lpoly_": null, "rpoly_": null, "length": 112.58836573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ISABELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3123, "l_hundred": 0, "r_hundred": 0, "seg_id": 522472, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-21T10:08:39Z", "newsegdate": "2024-05-21T10:08:39Z", "multi_rep": null, "streetlabe": "ISABELLA ST ", "stname": "ISABELLA ST ", "objectid": 17799, "Shape__Length": 44.909092394098153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212986640062795, 40.000809224416699 ], [ -75.213049922721098, 40.000504011528598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30201, "tnode_": 16622, "lpoly_": null, "rpoly_": null, "length": 61.2193779, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1617, "l_t_add": 1620, "r_f_add": 1618, "r_t_add": 1621, "st_code": 88440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522473, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-09-26T11:30:36Z", "newsegdate": "2025-09-26T11:30:36Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 17800, "Shape__Length": 24.412903535140003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188570554938494, 39.981724067585198 ], [ -75.188540188449196, 39.981890490852599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16729, "tnode_": 30201, "lpoly_": null, "rpoly_": null, "length": 186.62894606999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1615, "r_f_add": 1601, "r_t_add": 1616, "st_code": 88440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 522474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-09-26T11:30:36Z", "newsegdate": "2025-09-26T11:30:36Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 17801, "Shape__Length": 74.423037382857657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188663125797603, 39.981216721513398 ], [ -75.188570554938494, 39.981724067585198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16729, "tnode_": 30202, "lpoly_": null, "rpoly_": null, "length": 405.26369648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3300, "l_t_add": 3350, "r_f_add": 0, "r_t_add": 0, "st_code": 68050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522475, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2025-09-26T11:31:42Z", "newsegdate": "2025-09-26T11:31:42Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17802, "Shape__Length": 161.05413356231489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188663125797603, 39.981216721513398 ], [ -75.189032531253005, 39.981141678001102 ], [ -75.189265334938298, 39.981157251506502 ], [ -75.1894529140137, 39.981191533184898 ], [ -75.189621862116994, 39.981278581802798 ], [ -75.190025392931204, 39.981401997412 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30202, "tnode_": 29536, "lpoly_": null, "rpoly_": null, "length": 1187.36975684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 3352, "l_t_add": 3498, "r_f_add": 3353, "r_t_add": 3499, "st_code": 68050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522476, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2025-09-26T11:31:42Z", "newsegdate": "2025-09-26T11:31:42Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17803, "Shape__Length": 471.90005225714265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190025392931204, 39.981401997412 ], [ -75.190034877287005, 39.981405484136602 ], [ -75.190992621500399, 39.981584971551399 ], [ -75.191453866402497, 39.981722973200903 ], [ -75.192341561158301, 39.982083341466101 ], [ -75.192637384462898, 39.9822054879441 ], [ -75.192854014475998, 39.982274616240602 ], [ -75.1933798333271, 39.9823775579532 ], [ -75.193986092627895, 39.982507414248801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30202, "tnode_": 16729, "lpoly_": null, "rpoly_": null, "length": 404.44514639000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3301, "r_t_add": 3351, "st_code": 68050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522477, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2025-09-26T11:36:30Z", "newsegdate": "2025-09-26T11:36:30Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17804, "Shape__Length": 160.72369604176527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190025392931204, 39.981401997412 ], [ -75.189839069827698, 39.9813942793932 ], [ -75.189510146163499, 39.981406012948902 ], [ -75.189366640536093, 39.981431418141597 ], [ -75.189235183642197, 39.981424909792601 ], [ -75.189045526199905, 39.981400414095198 ], [ -75.188964642225798, 39.981367618070998 ], [ -75.188848735215402, 39.981318544857103 ], [ -75.188756880255795, 39.981289079948397 ], [ -75.188663125797603, 39.981216721513398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30202, "tnode_": 30201, "lpoly_": null, "rpoly_": null, "length": 438.60707727000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522478, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2025-09-26T11:39:30Z", "newsegdate": "2025-09-26T11:39:30Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17805, "Shape__Length": 174.31745584071666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190025392931204, 39.981401997412 ], [ -75.189880061671403, 39.9814166495336 ], [ -75.189737454049506, 39.981418236348397 ], [ -75.189530742676197, 39.981435079479603 ], [ -75.189317232321301, 39.981508985459499 ], [ -75.189151243971907, 39.981555344451401 ], [ -75.188997528962702, 39.981563833807002 ], [ -75.188856692643398, 39.981559498892103 ], [ -75.188734231795294, 39.981602060525198 ], [ -75.188570554938494, 39.981724067585198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30203, "tnode_": 16729, "lpoly_": null, "rpoly_": null, "length": 185.53102428, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1564, "l_t_add": 1598, "r_f_add": 1565, "r_t_add": 1599, "st_code": 88440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 522479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-09-26T11:40:22Z", "newsegdate": "2025-09-26T11:40:22Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 17806, "Shape__Length": 73.98159759353473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188777545867296, 39.980715079848402 ], [ -75.188663125797603, 39.981216721513398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17554, "tnode_": 30203, "lpoly_": null, "rpoly_": null, "length": 1707.2497672300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1252, "l_t_add": 1562, "r_f_add": 1251, "r_t_add": 1563, "st_code": 88440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 522480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-09-26T11:40:22Z", "newsegdate": "2025-09-26T11:40:22Z", "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 17807, "Shape__Length": 680.56352903803781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189266577915106, 39.976277811288 ], [ -75.189545375325196, 39.976870656151199 ], [ -75.189784727900104, 39.977441605107899 ], [ -75.189883794427303, 39.977942901627102 ], [ -75.189662566461905, 39.978375479455799 ], [ -75.189433381071495, 39.978583229184899 ], [ -75.189310087725801, 39.978708196969002 ], [ -75.189235103451296, 39.9788099144873 ], [ -75.189163893761105, 39.979021188697502 ], [ -75.188777545867296, 39.980715079848402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30202, "tnode_": 30203, "lpoly_": null, "rpoly_": null, "length": 444.82807736999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RESERVOIR", "st_type": "DR", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 522481, "oneway": "FT", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2025-09-26T11:41:35Z", "newsegdate": "2025-09-26T11:41:35Z", "multi_rep": 0, "streetlabe": "RESERVOIR DR", "stname": "RESERVOIR DR", "objectid": 17808, "Shape__Length": 176.94860477797016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190025392931204, 39.981401997412 ], [ -75.189944501373105, 39.981351337633903 ], [ -75.189775957375502, 39.9813010911829 ], [ -75.189581364313, 39.981243111118602 ], [ -75.189475374997897, 39.9811775731376 ], [ -75.189360030082597, 39.981072490996198 ], [ -75.189250810116903, 39.981010455914202 ], [ -75.189081953148701, 39.980968544766696 ], [ -75.188953660968096, 39.980919195272698 ], [ -75.188851487776702, 39.980834670206697 ], [ -75.188777545867296, 39.980715079848402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13574, "tnode_": 13532, "lpoly_": null, "rpoly_": null, "length": 115.11819315, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3128, "l_t_add": 3142, "r_f_add": 3131, "r_t_add": 3145, "st_code": 62960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 17809, "Shape__Length": 45.917643602298263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151822604327094, 40.000528636369502 ], [ -75.151753962049298, 40.000840209322099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13591, "tnode_": 13542, "lpoly_": null, "rpoly_": null, "length": 113.97372321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3130, "l_t_add": 3144, "r_f_add": 3131, "r_t_add": 3145, "st_code": 88050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 17810, "Shape__Length": 45.461048694177933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150922813167398, 40.0004154286637 ], [ -75.150892686042894, 40.0005583311492 ], [ -75.150854774650398, 40.0007238865023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13591, "tnode_": 13574, "lpoly_": null, "rpoly_": null, "length": 255.43495581, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 51100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17811, "Shape__Length": 101.50628571549301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150922813167398, 40.0004154286637 ], [ -75.151822604327094, 40.000528636369502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13617, "tnode_": 13478, "lpoly_": null, "rpoly_": null, "length": 317.99548204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 88030, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 17812, "Shape__Length": 126.84223280955402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149324328751007, 40.000246590040497 ], [ -75.149149931055703, 40.001109161183599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13625, "tnode_": 13574, "lpoly_": null, "rpoly_": null, "length": 112.50153044, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3114, "l_t_add": 3126, "r_f_add": 3113, "r_t_add": 3129, "st_code": 62960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 17813, "Shape__Length": 44.873983625626359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151887887371004, 40.000223914390901 ], [ -75.151822604327094, 40.000528636369502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13645, "tnode_": 13591, "lpoly_": null, "rpoly_": null, "length": 112.5563105, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3116, "l_t_add": 3128, "r_f_add": 3117, "r_t_add": 3129, "st_code": 88050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540007, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 17814, "Shape__Length": 44.89572142236446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150988395088106, 40.0001105922356 ], [ -75.150922813167398, 40.0004154286637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13645, "tnode_": 13625, "lpoly_": null, "rpoly_": null, "length": 255.36017432, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 23720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540008, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEMENTINE ST", "stname": "W CLEMENTINE ST", "objectid": 17815, "Shape__Length": 101.47614066931537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150988395088106, 40.0001105922356 ], [ -75.151887887371004, 40.000223914390901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13664, "tnode_": 13431, "lpoly_": null, "rpoly_": null, "length": 586.50408949000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 19140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17816, "Shape__Length": 233.94225118802387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153273554521405, 40.000014037531798 ], [ -75.152928293101198, 40.001602016253202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13664, "tnode_": 13654, "lpoly_": null, "rpoly_": null, "length": 149.99142467, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1404, "r_f_add": 1401, "r_t_add": 1415, "st_code": 23640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540011, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17817, "Shape__Length": 59.605642179134634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153273554521405, 40.000014037531798 ], [ -75.153545859439902, 40.000054943757398 ], [ -75.153800167577202, 40.000088054869501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13617, "tnode_": 13668, "lpoly_": null, "rpoly_": null, "length": 271.09223827, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1233, "st_code": 71520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17818, "Shape__Length": 107.79831988090625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149324328751007, 40.000246590040497 ], [ -75.150194292522997, 39.9999207727844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13668, "tnode_": 13472, "lpoly_": null, "rpoly_": null, "length": 478.40142884000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 20980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540013, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 17819, "Shape__Length": 190.8230807966566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150194292522997, 39.9999207727844 ], [ -75.150173046038702, 40.000136028959098 ], [ -75.1499267512594, 40.0012169530062 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13689, "tnode_": 13625, "lpoly_": null, "rpoly_": null, "length": 141.35126557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3111, "st_code": 62960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 17820, "Shape__Length": 56.381058643849485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151970353488807, 39.9998411061433 ], [ -75.151887887371004, 40.000223914390901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13689, "tnode_": 13664, "lpoly_": null, "rpoly_": null, "length": 370.50817082000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 23640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17821, "Shape__Length": 147.23527459849555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151970353488807, 39.9998411061433 ], [ -75.152222758815896, 39.999871949501198 ], [ -75.153273554521405, 40.000014037531798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13659, "tnode_": 13706, "lpoly_": null, "rpoly_": null, "length": 191.15048088, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 926, "l_t_add": 998, "r_f_add": 965, "r_t_add": 1007, "st_code": 37440, "l_hundred": 900, "r_hundred": 900, "seg_id": 540016, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17822, "Shape__Length": 76.009006642185184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145607116101104, 39.9999064530612 ], [ -75.146221282792894, 39.999677899016298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13668, "tnode_": 13707, "lpoly_": null, "rpoly_": null, "length": 188.1095848, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 71520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17823, "Shape__Length": 74.801914434998395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150194292522997, 39.9999207727844 ], [ -75.150796070888902, 39.9996917401564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13707, "tnode_": 13709, "lpoly_": null, "rpoly_": null, "length": 77.70939202, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1258, "l_t_add": 1298, "r_f_add": 1265, "r_t_add": 1299, "st_code": 23640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17824, "Shape__Length": 30.880738132746028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150796070888902, 39.9996917401564 ], [ -75.151069280436303, 39.999728565055598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13709, "tnode_": 13645, "lpoly_": null, "rpoly_": null, "length": 140.9987223, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3115, "st_code": 88050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 17825, "Shape__Length": 56.240542071759371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151069280436303, 39.999728565055598 ], [ -75.150988395088106, 40.0001105922356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13709, "tnode_": 13689, "lpoly_": null, "rpoly_": null, "length": 255.7528658, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1327, "st_code": 23640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17826, "Shape__Length": 101.63144159035303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151069280436303, 39.999728565055598 ], [ -75.151970353488807, 39.9998411061433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13721, "tnode_": 13668, "lpoly_": null, "rpoly_": null, "length": 117.37160983, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3078, "l_t_add": 3098, "r_f_add": 3077, "r_t_add": 3099, "st_code": 88030, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 17827, "Shape__Length": 46.815641386723755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150122955845006, 39.9996032787245 ], [ -75.150194292522997, 39.9999207727844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13721, "tnode_": 13707, "lpoly_": null, "rpoly_": null, "length": 191.31454766000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1256, "r_f_add": 1201, "r_t_add": 1263, "st_code": 23640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17828, "Shape__Length": 76.025502505820697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150122955845006, 39.9996032787245 ], [ -75.150796070888902, 39.9996917401564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13732, "tnode_": 13664, "lpoly_": null, "rpoly_": null, "length": 173.75585159, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3034, "l_t_add": 3098, "r_f_add": 3033, "r_t_add": 3099, "st_code": 19140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540023, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17829, "Shape__Length": 69.305721482530515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1533774123874, 39.999543791878303 ], [ -75.153273554521405, 40.000014037531798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13758, "tnode_": 13689, "lpoly_": null, "rpoly_": null, "length": 173.71882860999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 62960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540024, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 17830, "Shape__Length": 69.289338582843669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152083558475894, 39.999372241624798 ], [ -75.151970353488807, 39.9998411061433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13758, "tnode_": 13732, "lpoly_": null, "rpoly_": null, "length": 367.83669277999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 77580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17831, "Shape__Length": 146.17260535766607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152083558475894, 39.999372241624798 ], [ -75.1533774123874, 39.999543791878303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13706, "tnode_": 13764, "lpoly_": null, "rpoly_": null, "length": 366.86379277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1009, "r_t_add": 1045, "st_code": 37440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540026, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17832, "Shape__Length": 145.87409827060682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146221282792894, 39.999677899016298 ], [ -75.147174193095296, 39.999322278040701 ], [ -75.147405929643298, 39.999249538978297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13764, "tnode_": 13541, "lpoly_": null, "rpoly_": null, "length": 562.33654321999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 36660, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540027, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 17833, "Shape__Length": 224.23737958194374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147405929643298, 39.999249538978297 ], [ -75.148033776430296, 40.000715759060398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13766, "tnode_": 13732, "lpoly_": null, "rpoly_": null, "length": 79.02994345, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3026, "l_t_add": 3032, "r_f_add": 3027, "r_t_add": 3031, "st_code": 19140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540028, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17834, "Shape__Length": 31.52118999499562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153432206765601, 39.999330977279598 ], [ -75.1533774123874, 39.999543791878303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13766, "tnode_": 13750, "lpoly_": null, "rpoly_": null, "length": 257.16593977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1426, "r_f_add": 1401, "r_t_add": 1425, "st_code": 77580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540029, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TORONTO ST", "stname": "W TORONTO ST", "objectid": 17835, "Shape__Length": 102.19263924174791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153432206765601, 39.999330977279598 ], [ -75.153690483239004, 39.999367011260603 ], [ -75.153984574787799, 39.999403860007298 ], [ -75.154337950661102, 39.999445275959403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13771, "tnode_": 13758, "lpoly_": null, "rpoly_": null, "length": 42.18876759, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3049, "st_code": 62960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540030, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 17836, "Shape__Length": 16.828061306526035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152105828159506, 39.999257701737399 ], [ -75.152083558475894, 39.999372241624798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13774, "tnode_": 13706, "lpoly_": null, "rpoly_": null, "length": 202.26561099, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87990, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540031, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 17837, "Shape__Length": 80.67756691197323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146337716817598, 39.999129923621901 ], [ -75.146221282792894, 39.999677899016298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13774, "tnode_": 13764, "lpoly_": null, "rpoly_": null, "length": 303.08643073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 23640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540032, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17838, "Shape__Length": 120.43953056229721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146337716817598, 39.999129923621901 ], [ -75.147130334392997, 39.999242768681299 ], [ -75.147405929643298, 39.999249538978297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13782, "tnode_": 13659, "lpoly_": null, "rpoly_": null, "length": 315.4620351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 44180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540033, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 17839, "Shape__Length": 125.82865283674121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145784299376103, 39.9990514955525 ], [ -75.145779058780903, 39.999108408566698 ], [ -75.145607116101104, 39.9999064530612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13782, "tnode_": 13774, "lpoly_": null, "rpoly_": null, "length": 157.65789193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 940, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 23640, "l_hundred": 900, "r_hundred": 900, "seg_id": 540034, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17840, "Shape__Length": 62.651452743077115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145784299376103, 39.9990514955525 ], [ -75.146337716817598, 39.999129923621901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13790, "tnode_": 13628, "lpoly_": null, "rpoly_": null, "length": 407.02853814000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 64200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540035, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 17841, "Shape__Length": 162.35126541548917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145334188598, 39.9989958314059 ], [ -75.145097698500805, 40.0000982720927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13790, "tnode_": 13782, "lpoly_": null, "rpoly_": null, "length": 127.72483754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 918, "l_t_add": 938, "r_f_add": 917, "r_t_add": 937, "st_code": 23640, "l_hundred": 900, "r_hundred": 900, "seg_id": 540036, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17842, "Shape__Length": 50.754812146513274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145334188598, 39.9989958314059 ], [ -75.145784299376103, 39.9990514955525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13764, "tnode_": 13802, "lpoly_": null, "rpoly_": null, "length": 181.24067073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1047, "r_t_add": 1049, "st_code": 37440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540037, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17843, "Shape__Length": 72.071367707847728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147405929643298, 39.999249538978297 ], [ -75.147983711749205, 39.999025763309803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13807, "tnode_": 13593, "lpoly_": null, "rpoly_": null, "length": 521.3776801, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87970, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540038, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 17844, "Shape__Length": 207.96180599847381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144768779717594, 39.998924863369901 ], [ -75.144465165425004, 40.000336932763801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13807, "tnode_": 13790, "lpoly_": null, "rpoly_": null, "length": 160.50322214, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 915, "st_code": 23640, "l_hundred": 900, "r_hundred": 900, "seg_id": 540039, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17845, "Shape__Length": 63.780289876069567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144768779717594, 39.998924863369901 ], [ -75.145334188598, 39.9989958314059 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13821, "tnode_": 13567, "lpoly_": null, "rpoly_": null, "length": 584.62568325999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 27360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540040, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 17846, "Shape__Length": 233.1882607694983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144277330576799, 39.998860425183601 ], [ -75.1439277102441, 40.000442608871403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13821, "tnode_": 13807, "lpoly_": null, "rpoly_": null, "length": 139.67338603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 816, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 23640, "l_hundred": 800, "r_hundred": 800, "seg_id": 540041, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17847, "Shape__Length": 55.503442597512525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144277330576799, 39.998860425183601 ], [ -75.144768779717594, 39.998924863369901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13832, "tnode_": 13573, "lpoly_": null, "rpoly_": null, "length": 575.7730413, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87950, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540042, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 17848, "Shape__Length": 229.65730093710772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143786952068695, 39.998794212543601 ], [ -75.143444904559701, 40.000352734929699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13832, "tnode_": 13821, "lpoly_": null, "rpoly_": null, "length": 139.48815909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 815, "st_code": 23640, "l_hundred": 800, "r_hundred": 800, "seg_id": 540043, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17849, "Shape__Length": 55.430147503774293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143786952068695, 39.998794212543601 ], [ -75.144277330576799, 39.998860425183601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13840, "tnode_": 13766, "lpoly_": null, "rpoly_": null, "length": 140.24493936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3014, "l_t_add": 3024, "r_f_add": 3015, "r_t_add": 3025, "st_code": 19140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17850, "Shape__Length": 55.938382230439288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153518534912905, 39.998951755942301 ], [ -75.153432206765601, 39.999330977279598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13840, "tnode_": 13804, "lpoly_": null, "rpoly_": null, "length": 457.96663815000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 54500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540045, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17851, "Shape__Length": 181.98651796520738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153518534912905, 39.998951755942301 ], [ -75.153771955981796, 39.9989794635636 ], [ -75.153975397379895, 39.999004857317502 ], [ -75.153998615544097, 39.999007755669801 ], [ -75.1551308369541, 39.999158412417202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13844, "tnode_": 13582, "lpoly_": null, "rpoly_": null, "length": 588.10846104999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 34980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540046, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 17852, "Shape__Length": 234.57871167745867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1431473327318, 39.998710479824403 ], [ -75.142807924326306, 40.000303667005703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13844, "tnode_": 13832, "lpoly_": null, "rpoly_": null, "length": 181.77663013, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 23640, "l_hundred": 700, "r_hundred": 700, "seg_id": 540047, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17853, "Shape__Length": 72.234265337807358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1431473327318, 39.998710479824403 ], [ -75.143786952068695, 39.998794212543601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13853, "tnode_": 13595, "lpoly_": null, "rpoly_": null, "length": 585.17076526000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87930, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 17854, "Shape__Length": 233.40480385782169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142508974804201, 39.998629966280802 ], [ -75.142158426470502, 40.000213546236701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13853, "tnode_": 13844, "lpoly_": null, "rpoly_": null, "length": 181.23499101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 23640, "l_hundred": 700, "r_hundred": 700, "seg_id": 540049, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17855, "Shape__Length": 72.018380697465162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142508974804201, 39.998629966280802 ], [ -75.1431473327318, 39.998710479824403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13860, "tnode_": 13764, "lpoly_": null, "rpoly_": null, "length": 214.95257604999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3040, "l_t_add": 3098, "r_f_add": 3049, "r_t_add": 3099, "st_code": 36660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540050, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 17856, "Shape__Length": 85.712662123484648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147163837963006, 39.998689612650097 ], [ -75.147405929643298, 39.999249538978297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13866, "tnode_": 13603, "lpoly_": null, "rpoly_": null, "length": 584.71045233000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 72540, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540051, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHERIDAN ST", "stname": "N SHERIDAN ST", "objectid": 17857, "Shape__Length": 233.2213366747151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141918709601001, 39.998552788978202 ], [ -75.141571163675096, 40.000135478777302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13866, "tnode_": 13853, "lpoly_": null, "rpoly_": null, "length": 167.74504714, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 636, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 23640, "l_hundred": 600, "r_hundred": 600, "seg_id": 540052, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17858, "Shape__Length": 66.658229437089616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141918709601001, 39.998552788978202 ], [ -75.142508974804201, 39.998629966280802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13802, "tnode_": 13868, "lpoly_": null, "rpoly_": null, "length": 256.41638939000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1051, "r_t_add": 1121, "st_code": 37440, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 540053, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17859, "Shape__Length": 101.96050478685817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147983711749205, 39.999025763309803 ], [ -75.148806853402903, 39.998718041198103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13870, "tnode_": 13866, "lpoly_": null, "rpoly_": null, "length": 67.72006283, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 630, "l_t_add": 634, "r_f_add": 619, "r_t_add": 625, "st_code": 23640, "l_hundred": 600, "r_hundred": 600, "seg_id": 540054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17860, "Shape__Length": 26.910516454767897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141680483227304, 39.998521324083498 ], [ -75.141918709601001, 39.998552788978202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13878, "tnode_": 13788, "lpoly_": null, "rpoly_": null, "length": 144.42073503, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3135, "st_code": 12440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540055, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 17861, "Shape__Length": 57.605071641387134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134609899290794, 39.9983162398321 ], [ -75.134532670173797, 39.998708217832402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13881, "tnode_": 13616, "lpoly_": null, "rpoly_": null, "length": 584.17929777000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WENDLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 82280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WENDLE ST", "stname": "N WENDLE ST", "objectid": 17862, "Shape__Length": 233.01013375016171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141435249661797, 39.998491638456102 ], [ -75.141093988678506, 40.000073658960403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13881, "tnode_": 13870, "lpoly_": null, "rpoly_": null, "length": 69.55202162, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 618, "l_t_add": 628, "r_f_add": 615, "r_t_add": 617, "st_code": 23640, "l_hundred": 600, "r_hundred": 600, "seg_id": 540057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17863, "Shape__Length": 27.637995664395859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141435249661797, 39.998491638456102 ], [ -75.141680483227304, 39.998521324083498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13771, "tnode_": 13885, "lpoly_": null, "rpoly_": null, "length": 452.4301303, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 71520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540058, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 17864, "Shape__Length": 179.89504469193855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152105828159506, 39.999257701737399 ], [ -75.152289615391496, 39.999178872545997 ], [ -75.153258450976693, 39.998824165112197 ], [ -75.153567950016694, 39.998732992736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13885, "tnode_": 13840, "lpoly_": null, "rpoly_": null, "length": 80.88521867, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3008, "l_t_add": 3012, "r_f_add": 3013, "r_t_add": 3013, "st_code": 19140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17865, "Shape__Length": 32.261958603484423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153567950016694, 39.998732992736699 ], [ -75.153518534912905, 39.998951755942301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13894, "tnode_": 13627, "lpoly_": null, "rpoly_": null, "length": 586.23598605000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87910, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540060, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 17866, "Shape__Length": 233.82948798338955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140847898499501, 39.998415696745802 ], [ -75.140500324454294, 40.000002629741303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13894, "tnode_": 13881, "lpoly_": null, "rpoly_": null, "length": 166.8653532, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 613, "st_code": 23640, "l_hundred": 600, "r_hundred": 600, "seg_id": 540061, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17867, "Shape__Length": 66.308364939394551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140847898499501, 39.998415696745802 ], [ -75.141435249661797, 39.998491638456102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13899, "tnode_": 13824, "lpoly_": null, "rpoly_": null, "length": 148.3543598, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3110, "l_t_add": 3128, "r_f_add": 3111, "r_t_add": 3129, "st_code": 87830, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540062, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 17868, "Shape__Length": 59.173563555215047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133435624722395, 39.9981441766137 ], [ -75.133353545270893, 39.998546505209397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13899, "tnode_": 13878, "lpoly_": null, "rpoly_": null, "length": 334.91121506000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51100, "l_hundred": 200, "r_hundred": 200, "seg_id": 540063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17869, "Shape__Length": 133.08937455650502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133435624722395, 39.9981441766137 ], [ -75.134609899290794, 39.9983162398321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13903, "tnode_": 13894, "lpoly_": null, "rpoly_": null, "length": 371.0957836, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 516, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 23640, "l_hundred": 500, "r_hundred": 500, "seg_id": 540064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17870, "Shape__Length": 147.46493954869294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139542223612693, 39.998244325450003 ], [ -75.140847898499501, 39.998415696745802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13911, "tnode_": 13899, "lpoly_": null, "rpoly_": null, "length": 153.40828116, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 192, "l_t_add": 198, "r_f_add": 191, "r_t_add": 199, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17871, "Shape__Length": 60.961697973988954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132896988803097, 39.998068463713899 ], [ -75.133435624722395, 39.9981441766137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13916, "tnode_": 13657, "lpoly_": null, "rpoly_": null, "length": 588.9533052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 87890, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540066, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 17872, "Shape__Length": 234.91205635008038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138879349946507, 39.998158324345802 ], [ -75.138527396610101, 39.999752252848097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13916, "tnode_": 13903, "lpoly_": null, "rpoly_": null, "length": 188.33966124, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 523, "st_code": 23640, "l_hundred": 500, "r_hundred": 500, "seg_id": 540067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17873, "Shape__Length": 74.841526189897465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138879349946507, 39.998158324345802 ], [ -75.139542223612693, 39.998244325450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13917, "tnode_": 13885, "lpoly_": null, "rpoly_": null, "length": 76.84959069, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3006, "r_f_add": 3001, "r_t_add": 3011, "st_code": 19140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540068, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17874, "Shape__Length": 30.652740826221603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153611215595504, 39.998524671983901 ], [ -75.153567950016694, 39.998732992736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13917, "tnode_": 13892, "lpoly_": null, "rpoly_": null, "length": 461.2027553, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 44880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-09-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17875, "Shape__Length": 183.27222850474931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153611215595504, 39.998524671983901 ], [ -75.1552338918179, 39.998737839271598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13918, "tnode_": 13845, "lpoly_": null, "rpoly_": null, "length": 143.11365913999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3124, "l_t_add": 3134, "r_f_add": 3133, "r_t_add": 3139, "st_code": 40340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540070, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 17876, "Shape__Length": 57.081584433006697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132374056760099, 39.998009113066203 ], [ -75.1322844066203, 39.9983958798015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13918, "tnode_": 13911, "lpoly_": null, "rpoly_": null, "length": 148.09566331, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 180, "l_t_add": 190, "r_f_add": 179, "r_t_add": 189, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540071, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17877, "Shape__Length": 58.84793316367351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132374056760099, 39.998009113066203 ], [ -75.132896988803097, 39.998068463713899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13924, "tnode_": 13853, "lpoly_": null, "rpoly_": null, "length": 146.71292526, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3043, "r_t_add": 3099, "st_code": 87930, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540072, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 17878, "Shape__Length": 58.518765337630732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142591301526096, 39.998232229596297 ], [ -75.142508974804201, 39.998629966280802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13931, "tnode_": 13916, "lpoly_": null, "rpoly_": null, "length": 142.59175429000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 442, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 23640, "l_hundred": 400, "r_hundred": 400, "seg_id": 540073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17879, "Shape__Length": 56.662768334250103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138377942101599, 39.998091182444803 ], [ -75.138879349946507, 39.998158324345802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13939, "tnode_": 13931, "lpoly_": null, "rpoly_": null, "length": 122.72139708, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 428, "l_t_add": 440, "r_f_add": 427, "r_t_add": 439, "st_code": 23640, "l_hundred": 400, "r_hundred": 400, "seg_id": 540074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17880, "Shape__Length": 48.766260492758946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137945913157907, 39.998035620212796 ], [ -75.138377942101599, 39.998091182444803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13940, "tnode_": 13862, "lpoly_": null, "rpoly_": null, "length": 146.72087837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3150, "l_t_add": 3172, "r_f_add": 3151, "r_t_add": 3175, "st_code": 54200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540075, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 17881, "Shape__Length": 58.520011232487704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131455661399997, 39.997883947121998 ], [ -75.131362289732394, 39.998280260319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13940, "tnode_": 13918, "lpoly_": null, "rpoly_": null, "length": 261.31429341, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 162, "l_t_add": 178, "r_f_add": 165, "r_t_add": 177, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17882, "Shape__Length": 103.84059394263596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131455661399997, 39.997883947121998 ], [ -75.132374056760099, 39.998009113066203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13941, "tnode_": 13870, "lpoly_": null, "rpoly_": null, "length": 143.13302282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3042, "l_t_add": 3098, "r_f_add": 3035, "r_t_add": 3099, "st_code": 53860, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540077, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 17883, "Shape__Length": 57.090476300153597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141762957629496, 39.998133560145902 ], [ -75.141680483227304, 39.998521324083498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13941, "tnode_": 13924, "lpoly_": null, "rpoly_": null, "length": 234.97268189, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 54500, "l_hundred": 600, "r_hundred": 600, "seg_id": 540078, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17884, "Shape__Length": 93.371133058607541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141762957629496, 39.998133560145902 ], [ -75.141836624923599, 39.998136182728601 ], [ -75.142591301526096, 39.998232229596297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13946, "tnode_": 13939, "lpoly_": null, "rpoly_": null, "length": 131.43334368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 426, "r_f_add": 415, "r_t_add": 425, "st_code": 23640, "l_hundred": 400, "r_hundred": 400, "seg_id": 540079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17885, "Shape__Length": 52.227703711300059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1374827415315, 39.997978333920699 ], [ -75.137945913157907, 39.998035620212796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13868, "tnode_": 13954, "lpoly_": null, "rpoly_": null, "length": 343.07753765999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 37440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540080, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17886, "Shape__Length": 136.42077210578483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148806853402903, 39.998718041198103 ], [ -75.149906470876402, 39.998303614269403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13954, "tnode_": 13721, "lpoly_": null, "rpoly_": null, "length": 479.43293332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3076, "r_f_add": 3001, "r_t_add": 3075, "st_code": 88030, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 17887, "Shape__Length": 191.23077452843171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149906470876402, 39.998303614269403 ], [ -75.149880594369407, 39.998394743820498 ], [ -75.150122955845006, 39.9996032787245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13955, "tnode_": 13894, "lpoly_": null, "rpoly_": null, "length": 138.76649584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3042, "l_t_add": 3098, "r_f_add": 3031, "r_t_add": 3099, "st_code": 87910, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540082, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 17888, "Shape__Length": 55.347284217191287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140937593388003, 39.998041064021599 ], [ -75.140847898499501, 39.998415696745802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13955, "tnode_": 13941, "lpoly_": null, "rpoly_": null, "length": 234.35291147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 628, "r_f_add": 601, "r_t_add": 629, "st_code": 54500, "l_hundred": 600, "r_hundred": 600, "seg_id": 540083, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17889, "Shape__Length": 93.125430445104783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140937593388003, 39.998041064021599 ], [ -75.141687012830701, 39.998139112095899 ], [ -75.141762957629496, 39.998133560145902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13958, "tnode_": 13891, "lpoly_": null, "rpoly_": null, "length": 145.16297331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3126, "l_t_add": 3134, "r_f_add": 3117, "r_t_add": 3123, "st_code": 43800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540085, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 17890, "Shape__Length": 57.899643520527427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130517179032296, 39.997765874079001 ], [ -75.130432163496593, 39.998158963340302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13958, "tnode_": 13940, "lpoly_": null, "rpoly_": null, "length": 266.42867085, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 160, "r_f_add": 135, "r_t_add": 163, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540086, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17891, "Shape__Length": 105.87090777562607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130517179032296, 39.997765874079001 ], [ -75.131455661399997, 39.997883947121998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13965, "tnode_": 13958, "lpoly_": null, "rpoly_": null, "length": 146.05177773, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 120, "l_t_add": 132, "r_f_add": 119, "r_t_add": 133, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540088, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17892, "Shape__Length": 58.037218311521087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130003434614196, 39.997697870518003 ], [ -75.130517179032296, 39.997765874079001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13971, "tnode_": 13907, "lpoly_": null, "rpoly_": null, "length": 147.56159659, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3126, "l_t_add": 3140, "r_f_add": 3125, "r_t_add": 3135, "st_code": 35200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540089, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 17893, "Shape__Length": 58.857195007107549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129460377961294, 39.997627901599898 ], [ -75.129380840649503, 39.998028330694503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13971, "tnode_": 13965, "lpoly_": null, "rpoly_": null, "length": 154.26829907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 117, "st_code": 51100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 17894, "Shape__Length": 61.301832946046837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129460377961294, 39.997627901599898 ], [ -75.130003434614196, 39.997697870518003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13971, "tnode_": 13978, "lpoly_": null, "rpoly_": null, "length": 148.99415901, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 116, "st_code": 51080, "l_hundred": 100, "r_hundred": 100, "seg_id": 540091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17895, "Shape__Length": 59.206907485747784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129460377961294, 39.997627901599898 ], [ -75.128936957575505, 39.997555585273801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13984, "tnode_": 13954, "lpoly_": null, "rpoly_": null, "length": 100.26756348, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2962, "l_t_add": 2998, "r_f_add": 2971, "r_t_add": 2999, "st_code": 88030, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 17896, "Shape__Length": 39.986403679362994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149820818838805, 39.998037882716098 ], [ -75.149900548762901, 39.9982339214313 ], [ -75.149906470876402, 39.998303614269403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13978, "tnode_": 13986, "lpoly_": null, "rpoly_": null, "length": 140.33658692, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 117, "l_t_add": 135, "r_f_add": 118, "r_t_add": 136, "st_code": 51080, "l_hundred": 100, "r_hundred": 100, "seg_id": 540093, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17897, "Shape__Length": 55.765245007845365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128936957575505, 39.997555585273801 ], [ -75.128442475095099, 39.997494128833701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13990, "tnode_": 13962, "lpoly_": null, "rpoly_": null, "length": 156.23472852, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 320, "l_t_add": 398, "r_f_add": 333, "r_t_add": 399, "st_code": 39120, "l_hundred": 300, "r_hundred": 300, "seg_id": 540094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 17898, "Shape__Length": 62.152069728930243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136562225203804, 39.997681044549999 ], [ -75.136937527331995, 39.997885542984697 ], [ -75.137026122975399, 39.997917212386099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13954, "tnode_": 13996, "lpoly_": null, "rpoly_": null, "length": 224.9571183, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1213, "st_code": 37440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540095, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17899, "Shape__Length": 89.44898663975313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149906470876402, 39.998303614269403 ], [ -75.150630179723606, 39.998036135508798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13998, "tnode_": 13868, "lpoly_": null, "rpoly_": null, "length": 304.73465736999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 54140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540096, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 17900, "Shape__Length": 121.52789635707717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148808972717205, 39.997910333125098 ], [ -75.148684325313994, 39.9984355466732 ], [ -75.148679536882, 39.998488489305998 ], [ -75.1486975344976, 39.998522849377203 ], [ -75.148806853402903, 39.998718041198103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13998, "tnode_": 13984, "lpoly_": null, "rpoly_": null, "length": 287.27002741999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1117, "r_t_add": 1199, "st_code": 44880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17901, "Shape__Length": 114.15294437517846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148808972717205, 39.997910333125098 ], [ -75.149820818838805, 39.998037882716098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14000, "tnode_": 13947, "lpoly_": null, "rpoly_": null, "length": 145.44425674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3126, "l_t_add": 3136, "r_f_add": 3125, "r_t_add": 3135, "st_code": 11020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540098, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 17902, "Shape__Length": 58.012138508222293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127538251711798, 39.997382524299802 ], [ -75.127457534760694, 39.997776930840999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13986, "tnode_": 14000, "lpoly_": null, "rpoly_": null, "length": 256.57845057999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 137, "l_t_add": 199, "r_f_add": 138, "r_t_add": 198, "st_code": 51080, "l_hundred": 100, "r_hundred": 100, "seg_id": 540099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17903, "Shape__Length": 101.95575425426759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128442475095099, 39.997494128833701 ], [ -75.127538251711798, 39.997382524299802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14006, "tnode_": 13802, "lpoly_": null, "rpoly_": null, "length": 437.75793353, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 88010, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 17904, "Shape__Length": 174.60520092515037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148239728755698, 39.9978403051946 ], [ -75.147983711749205, 39.999025763309803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14006, "tnode_": 13998, "lpoly_": null, "rpoly_": null, "length": 161.51180963, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1115, "st_code": 44880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17905, "Shape__Length": 64.179800654564744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148239728755698, 39.9978403051946 ], [ -75.148808972717205, 39.997910333125098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14008, "tnode_": 13899, "lpoly_": null, "rpoly_": null, "length": 248.61583888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3108, "r_f_add": 3101, "r_t_add": 3109, "st_code": 87830, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540102, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 17906, "Shape__Length": 99.162757724050309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133580033747904, 39.9974707934932 ], [ -75.133435624722395, 39.9981441766137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14012, "tnode_": 27361, "lpoly_": null, "rpoly_": null, "length": 144.46811649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3134, "r_f_add": 3101, "r_t_add": 3135, "st_code": 31220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 17907, "Shape__Length": 57.620319885659775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126618968234396, 39.997260683236298 ], [ -75.126523011099707, 39.997650338530697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14000, "tnode_": 14012, "lpoly_": null, "rpoly_": null, "length": 261.35321998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 208, "st_code": 51080, "l_hundred": 200, "r_hundred": 200, "seg_id": 540104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17908, "Shape__Length": 103.85444690720944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127538251711798, 39.997382524299802 ], [ -75.126618968234396, 39.997260683236298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14014, "tnode_": 13860, "lpoly_": null, "rpoly_": null, "length": 410.05568226000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 81440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 17909, "Shape__Length": 163.40729675517611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147716495344199, 39.997773850237998 ], [ -75.147530773427505, 39.998585528877904 ], [ -75.147497043164506, 39.9986017402925 ], [ -75.147163837963006, 39.998689612650097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14014, "tnode_": 14006, "lpoly_": null, "rpoly_": null, "length": 148.57935125, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1032, "l_t_add": 1098, "r_f_add": 1025, "r_t_add": 1099, "st_code": 44880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17910, "Shape__Length": 59.041156524985745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147716495344199, 39.997773850237998 ], [ -75.148239728755698, 39.9978403051946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14017, "tnode_": 13911, "lpoly_": null, "rpoly_": null, "length": 243.75199301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 62760, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 17911, "Shape__Length": 97.222995036896833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133036273064604, 39.997407965200701 ], [ -75.132896988803097, 39.998068463713899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14017, "tnode_": 14008, "lpoly_": null, "rpoly_": null, "length": 154.05546571, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 180, "l_t_add": 198, "r_f_add": 169, "r_t_add": 199, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540108, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17912, "Shape__Length": 61.215789875619613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133036273064604, 39.997407965200701 ], [ -75.133580033747904, 39.9974707934932 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14021, "tnode_": 13918, "lpoly_": null, "rpoly_": null, "length": 247.29978622, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3131, "st_code": 40340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 17913, "Shape__Length": 98.638457273079894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132511906626405, 39.997338574683802 ], [ -75.132374056760099, 39.998009113066203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14021, "tnode_": 14017, "lpoly_": null, "rpoly_": null, "length": 149.07108553, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 178, "l_t_add": 178, "r_f_add": 161, "r_t_add": 167, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17914, "Shape__Length": 59.236697184513091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132511906626405, 39.997338574683802 ], [ -75.133036273064604, 39.997407965200701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14023, "tnode_": 13990, "lpoly_": null, "rpoly_": null, "length": 159.38037827, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 313, "st_code": 39120, "l_hundred": 300, "r_hundred": 300, "seg_id": 540111, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 17915, "Shape__Length": 63.41792094420186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136109074383995, 39.997416550728097 ], [ -75.136562225203804, 39.997681044549999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14026, "tnode_": 13968, "lpoly_": null, "rpoly_": null, "length": 163.07945106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3136, "l_t_add": 3142, "r_f_add": 3133, "r_t_add": 3163, "st_code": 15380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540112, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 17916, "Shape__Length": 65.045325719663595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125600681696596, 39.997128157514197 ], [ -75.125505913724794, 39.997569857356901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14012, "tnode_": 14026, "lpoly_": null, "rpoly_": null, "length": 289.35096759000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 231, "l_t_add": 299, "r_f_add": 210, "r_t_add": 298, "st_code": 51080, "l_hundred": 200, "r_hundred": 200, "seg_id": 540113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17917, "Shape__Length": 114.97929490616457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126618968234396, 39.997260683236298 ], [ -75.125600681696596, 39.997128157514197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14027, "tnode_": 14021, "lpoly_": null, "rpoly_": null, "length": 128.77278252999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 170, "l_t_add": 176, "r_f_add": 159, "r_t_add": 159, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17918, "Shape__Length": 51.170405676112196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132058638618105, 39.997280000928001 ], [ -75.132511906626405, 39.997338574683802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14028, "tnode_": 13774, "lpoly_": null, "rpoly_": null, "length": 559.4311788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 87990, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 17919, "Shape__Length": 223.11426080891823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146733181413396, 39.997636839363103 ], [ -75.146668483421806, 39.997687454686499 ], [ -75.146337716817598, 39.999129923621901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14028, "tnode_": 13860, "lpoly_": null, "rpoly_": null, "length": 407.33677773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3038, "r_f_add": 3001, "r_t_add": 3047, "st_code": 36660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540116, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 17920, "Shape__Length": 162.41835625393037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146733181413396, 39.997636839363103 ], [ -75.146824803001493, 39.997712220563997 ], [ -75.146901388078007, 39.998089556634497 ], [ -75.147163837963006, 39.998689612650097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14028, "tnode_": 14014, "lpoly_": null, "rpoly_": null, "length": 279.97934896000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1030, "r_f_add": 1001, "r_t_add": 1023, "st_code": 44880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540117, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17921, "Shape__Length": 111.25787208554648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146733181413396, 39.997636839363103 ], [ -75.147716495344199, 39.997773850237998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14034, "tnode_": 13782, "lpoly_": null, "rpoly_": null, "length": 548.4059549, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 44180, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 17922, "Shape__Length": 218.73763677803097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1461041475809, 39.997566855790801 ], [ -75.145785840951604, 39.998997892766397 ], [ -75.145784299376103, 39.9990514955525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14034, "tnode_": 14028, "lpoly_": null, "rpoly_": null, "length": 178.07085893, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 964, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 44880, "l_hundred": 900, "r_hundred": 900, "seg_id": 540119, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17923, "Shape__Length": 70.758322540332614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1461041475809, 39.997566855790801 ], [ -75.146733181413396, 39.997636839363103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14035, "tnode_": 13940, "lpoly_": null, "rpoly_": null, "length": 245.27848228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3148, "r_f_add": 3101, "r_t_add": 3149, "st_code": 54200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540120, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 17924, "Shape__Length": 97.830720825322388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131601829092006, 39.997220078641703 ], [ -75.131455661399997, 39.997883947121998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14035, "tnode_": 14027, "lpoly_": null, "rpoly_": null, "length": 129.8332012, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 160, "l_t_add": 168, "r_f_add": 157, "r_t_add": 157, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540121, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17925, "Shape__Length": 51.591904799453403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131601829092006, 39.997220078641703 ], [ -75.132058638618105, 39.997280000928001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13996, "tnode_": 14039, "lpoly_": null, "rpoly_": null, "length": 276.12475268000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 37440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540122, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17926, "Shape__Length": 109.79352537439365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150630179723606, 39.998036135508798 ], [ -75.151519257986806, 39.9977090397796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14044, "tnode_": 13790, "lpoly_": null, "rpoly_": null, "length": 549.43646675000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 64200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 17927, "Shape__Length": 219.14786717182554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145663261037001, 39.9975089466733 ], [ -75.145334188598, 39.9989958314059 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14044, "tnode_": 14034, "lpoly_": null, "rpoly_": null, "length": 125.31172647, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 932, "l_t_add": 962, "r_f_add": 917, "r_t_add": 921, "st_code": 44880, "l_hundred": 900, "r_hundred": 900, "seg_id": 540124, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17928, "Shape__Length": 49.795428612350648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145663261037001, 39.9975089466733 ], [ -75.1461041475809, 39.997566855790801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14045, "tnode_": 14035, "lpoly_": null, "rpoly_": null, "length": 135.23883721, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 148, "l_t_add": 158, "r_f_add": 147, "r_t_add": 155, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540125, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17929, "Shape__Length": 53.740419408318374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131126602261105, 39.997155006660002 ], [ -75.131601829092006, 39.997220078641703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14049, "tnode_": 13958, "lpoly_": null, "rpoly_": null, "length": 247.52487511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3115, "st_code": 43800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 17930, "Shape__Length": 98.726877907148094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130662312210802, 39.997095619039499 ], [ -75.130517179032296, 39.997765874079001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14049, "tnode_": 14045, "lpoly_": null, "rpoly_": null, "length": 131.86781047, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 146, "r_f_add": 135, "r_t_add": 145, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540127, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17931, "Shape__Length": 52.400021854304931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130662312210802, 39.997095619039499 ], [ -75.131126602261105, 39.997155006660002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14050, "tnode_": 13807, "lpoly_": null, "rpoly_": null, "length": 550.91767507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 87970, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540128, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 17932, "Shape__Length": 219.73828127426322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145099724664504, 39.997434099427998 ], [ -75.144768779717594, 39.998924863369901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14050, "tnode_": 14044, "lpoly_": null, "rpoly_": null, "length": 160.22331401, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 930, "r_f_add": 901, "r_t_add": 915, "st_code": 44880, "l_hundred": 900, "r_hundred": 900, "seg_id": 540129, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17933, "Shape__Length": 63.668425964680807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145099724664504, 39.997434099427998 ], [ -75.145663261037001, 39.9975089466733 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14057, "tnode_": 14049, "lpoly_": null, "rpoly_": null, "length": 145.87947503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 116, "l_t_add": 132, "r_f_add": 125, "r_t_add": 133, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540131, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17934, "Shape__Length": 57.967191801714939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130148043574593, 39.997032980468198 ], [ -75.130662312210802, 39.997095619039499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14058, "tnode_": 13821, "lpoly_": null, "rpoly_": null, "length": 550.60015808000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 27360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540132, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 17935, "Shape__Length": 219.61196286928205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144604467278896, 39.997370048116402 ], [ -75.144277330576799, 39.998860425183601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14058, "tnode_": 14050, "lpoly_": null, "rpoly_": null, "length": 140.7048241, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 816, "l_t_add": 898, "r_f_add": 815, "r_t_add": 899, "st_code": 44880, "l_hundred": 800, "r_hundred": 800, "seg_id": 540133, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17936, "Shape__Length": 55.91192370186203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144604467278896, 39.997370048116402 ], [ -75.145099724664504, 39.997434099427998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14061, "tnode_": 14006, "lpoly_": null, "rpoly_": null, "length": 154.13294763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2937, "r_t_add": 2999, "st_code": 88010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540134, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 17937, "Shape__Length": 61.476534156833068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148333884556905, 39.9974234343143 ], [ -75.148239728755698, 39.9978403051946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14069, "tnode_": 13832, "lpoly_": null, "rpoly_": null, "length": 550.43420647000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 87950, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540135, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 17938, "Shape__Length": 219.54501476029188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144117699829394, 39.997304769172501 ], [ -75.143786952068695, 39.998794212543601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14069, "tnode_": 14058, "lpoly_": null, "rpoly_": null, "length": 138.43593145, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 813, "st_code": 44880, "l_hundred": 800, "r_hundred": 800, "seg_id": 540136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17939, "Shape__Length": 55.010718382734922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144117699829394, 39.997304769172501 ], [ -75.144604467278896, 39.997370048116402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14070, "tnode_": 13971, "lpoly_": null, "rpoly_": null, "length": 244.75142942, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3123, "st_code": 35200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540137, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 17940, "Shape__Length": 97.619954065661929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129607483888194, 39.9969656235223 ], [ -75.129460377961294, 39.997627901599898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14070, "tnode_": 14057, "lpoly_": null, "rpoly_": null, "length": 153.42479836000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 123, "st_code": 23640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540138, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 17941, "Shape__Length": 60.965638489775088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129607483888194, 39.9969656235223 ], [ -75.130148043574593, 39.997032980468198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14078, "tnode_": 14023, "lpoly_": null, "rpoly_": null, "length": 133.74282282, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3036, "l_t_add": 3098, "r_f_add": 3033, "r_t_add": 3099, "st_code": 87850, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540139, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 17942, "Shape__Length": 53.344821808283903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136181779186401, 39.997053693569399 ], [ -75.136109074383995, 39.997416550728097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14079, "tnode_": 13978, "lpoly_": null, "rpoly_": null, "length": 244.581723, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 49820, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 17943, "Shape__Length": 97.552246387176439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129083398719203, 39.996893692629001 ], [ -75.128936957575505, 39.997555585273801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14070, "tnode_": 14079, "lpoly_": null, "rpoly_": null, "length": 149.15415901, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 112, "st_code": 23620, "l_hundred": 100, "r_hundred": 100, "seg_id": 540141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17944, "Shape__Length": 59.269816615300485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129607483888194, 39.9969656235223 ], [ -75.129083398719203, 39.996893692629001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14080, "tnode_": 13844, "lpoly_": null, "rpoly_": null, "length": 550.39875332999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 34980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540142, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 17945, "Shape__Length": 219.53217219081441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143467280444995, 39.997219740353501 ], [ -75.1431473327318, 39.998710479824403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14080, "tnode_": 14069, "lpoly_": null, "rpoly_": null, "length": 184.8426988, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 44880, "l_hundred": 700, "r_hundred": 700, "seg_id": 540143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17946, "Shape__Length": 73.451024026167019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143467280444995, 39.997219740353501 ], [ -75.144117699829394, 39.997304769172501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14039, "tnode_": 14084, "lpoly_": null, "rpoly_": null, "length": 224.63959103, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1319, "st_code": 37440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540144, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17947, "Shape__Length": 89.322469975361003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151519257986806, 39.9977090397796 ], [ -75.152241281918293, 39.997440889500297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14085, "tnode_": 14078, "lpoly_": null, "rpoly_": null, "length": 111.77273055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 31180, "l_hundred": 200, "r_hundred": 200, "seg_id": 540145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELKHART ST", "stname": "W ELKHART ST", "objectid": 17948, "Shape__Length": 44.415702786561738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135789258354606, 39.996998862260902 ], [ -75.136181779186401, 39.997053693569399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14086, "tnode_": 13986, "lpoly_": null, "rpoly_": null, "length": 246.94633355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 81680, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 17949, "Shape__Length": 98.486562969056919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1286164683343, 39.996834200327598 ], [ -75.128571882470396, 39.996889040333002 ], [ -75.128442475095099, 39.997494128833701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14079, "tnode_": 14086, "lpoly_": null, "rpoly_": null, "length": 132.60431461, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 119, "l_t_add": 121, "r_f_add": 114, "r_t_add": 138, "st_code": 23620, "l_hundred": 100, "r_hundred": 100, "seg_id": 540147, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17950, "Shape__Length": 52.692439524577651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129083398719203, 39.996893692629001 ], [ -75.1286164683343, 39.996834200327598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14088, "tnode_": 14028, "lpoly_": null, "rpoly_": null, "length": 150.75005176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2942, "l_t_add": 2998, "r_f_add": 2973, "r_t_add": 2999, "st_code": 36660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540148, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 17951, "Shape__Length": 60.127894484838635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146819670800298, 39.997228393191797 ], [ -75.146733181413396, 39.997636839363103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14088, "tnode_": 14061, "lpoly_": null, "rpoly_": null, "length": 430.14762856, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 74620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540149, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 17952, "Shape__Length": 170.9275713812028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146819670800298, 39.997228393191797 ], [ -75.148333884556905, 39.9974234343143 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14090, "tnode_": 13924, "lpoly_": null, "rpoly_": null, "length": 403.24227268000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3041, "st_code": 87930, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540150, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 17953, "Shape__Length": 160.83666204719412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142825616241296, 39.997140047895101 ], [ -75.142591301526096, 39.998232229596297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14090, "tnode_": 14080, "lpoly_": null, "rpoly_": null, "length": 182.10511863, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 44880, "l_hundred": 700, "r_hundred": 700, "seg_id": 540151, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17954, "Shape__Length": 72.362338252378422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142825616241296, 39.997140047895101 ], [ -75.143467280444995, 39.997219740353501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14086, "tnode_": 14096, "lpoly_": null, "rpoly_": null, "length": 129.51043678, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 123, "l_t_add": 147, "r_f_add": 140, "r_t_add": 148, "st_code": 23620, "l_hundred": 100, "r_hundred": 100, "seg_id": 540152, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17955, "Shape__Length": 51.463575095258228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1286164683343, 39.996834200327598 ], [ -75.128161102896399, 39.9967730654893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14101, "tnode_": 14000, "lpoly_": null, "rpoly_": null, "length": 246.39723034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3124, "r_f_add": 3101, "r_t_add": 3123, "st_code": 11020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540153, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 17956, "Shape__Length": 98.277248932810096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127677876387395, 39.996714712646202 ], [ -75.127538251711798, 39.997382524299802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14096, "tnode_": 14101, "lpoly_": null, "rpoly_": null, "length": 137.04593251, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 149, "l_t_add": 199, "r_f_add": 150, "r_t_add": 198, "st_code": 23620, "l_hundred": 100, "r_hundred": 100, "seg_id": 540154, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17957, "Shape__Length": 54.456718755113201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128161102896399, 39.9967730654893 ], [ -75.127677876387395, 39.996714712646202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14102, "tnode_": 13941, "lpoly_": null, "rpoly_": null, "length": 408.32341692, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3040, "r_f_add": 3001, "r_t_add": 3033, "st_code": 53860, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540155, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 17958, "Shape__Length": 162.86262966754177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1420032793432, 39.997028006392497 ], [ -75.141762957629496, 39.998133560145902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14102, "tnode_": 14090, "lpoly_": null, "rpoly_": null, "length": 233.98323036000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 624, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 44880, "l_hundred": 600, "r_hundred": 600, "seg_id": 540156, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17959, "Shape__Length": 92.978639220935975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1420032793432, 39.997028006392497 ], [ -75.142825616241296, 39.997140047895101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14101, "tnode_": 14107, "lpoly_": null, "rpoly_": null, "length": 186.33780069, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 218, "st_code": 23620, "l_hundred": 200, "r_hundred": 200, "seg_id": 540157, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17960, "Shape__Length": 74.044423117340941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127677876387395, 39.996714712646202 ], [ -75.1270221248637, 39.9966293448214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14109, "tnode_": 14056, "lpoly_": null, "rpoly_": null, "length": 129.99892196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3134, "l_t_add": 3148, "r_f_add": 3149, "r_t_add": 3171, "st_code": 30300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 17961, "Shape__Length": 51.850106624817855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119508788512903, 39.996426286473103 ], [ -75.119431422955401, 39.996778153778401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14112, "tnode_": 13955, "lpoly_": null, "rpoly_": null, "length": 412.20532871, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3040, "r_f_add": 3001, "r_t_add": 3029, "st_code": 87910, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540159, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 17962, "Shape__Length": 164.41227750602337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141169208658894, 39.996923619456801 ], [ -75.140937593388003, 39.998041064021599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14112, "tnode_": 14102, "lpoly_": null, "rpoly_": null, "length": 236.75754727, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 623, "st_code": 44880, "l_hundred": 600, "r_hundred": 600, "seg_id": 540160, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17963, "Shape__Length": 94.079202015522711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141169208658894, 39.996923619456801 ], [ -75.1420032793432, 39.997028006392497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14113, "tnode_": 14061, "lpoly_": null, "rpoly_": null, "length": 124.48075666, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2928, "l_t_add": 2928, "r_f_add": 2929, "r_t_add": 2935, "st_code": 88010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540161, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 17964, "Shape__Length": 49.650114571893326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148404784452595, 39.997086098234398 ], [ -75.148333884556905, 39.9974234343143 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14120, "tnode_": 14112, "lpoly_": null, "rpoly_": null, "length": 185.8668006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 536, "l_t_add": 598, "r_f_add": 541, "r_t_add": 599, "st_code": 44880, "l_hundred": 500, "r_hundred": 500, "seg_id": 540162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17965, "Shape__Length": 73.858103624456277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140515819698194, 39.996835314840503 ], [ -75.141169208658894, 39.996923619456801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14124, "tnode_": 14026, "lpoly_": null, "rpoly_": null, "length": 246.43715788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3134, "r_f_add": 3101, "r_t_add": 3131, "st_code": 15380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540163, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 17966, "Shape__Length": 98.29293266565098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125739438378304, 39.996460127915398 ], [ -75.125600681696596, 39.997128157514197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14107, "tnode_": 14124, "lpoly_": null, "rpoly_": null, "length": 364.62439379, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 219, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 23620, "l_hundred": 200, "r_hundred": 200, "seg_id": 540164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17967, "Shape__Length": 144.889711668129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1270221248637, 39.9966293448214 ], [ -75.125739438378304, 39.996460127915398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14129, "tnode_": 14078, "lpoly_": null, "rpoly_": null, "length": 136.26191404, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3016, "l_t_add": 3034, "r_f_add": 3017, "r_t_add": 3031, "st_code": 87850, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540165, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 17968, "Shape__Length": 54.348802120146125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136259475149004, 39.9966844419328 ], [ -75.136181779186401, 39.997053693569399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14130, "tnode_": 13903, "lpoly_": null, "rpoly_": null, "length": 550.9867686, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 67820, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540166, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 17969, "Shape__Length": 219.76447196444403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139867624453302, 39.996752647832302 ], [ -75.139542223612693, 39.998244325450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14130, "tnode_": 14120, "lpoly_": null, "rpoly_": null, "length": 184.0869338, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 518, "l_t_add": 534, "r_f_add": 521, "r_t_add": 539, "st_code": 44880, "l_hundred": 500, "r_hundred": 500, "seg_id": 540167, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17970, "Shape__Length": 73.149818580535239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139867624453302, 39.996752647832302 ], [ -75.140515819698194, 39.996835314840503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14084, "tnode_": 14132, "lpoly_": null, "rpoly_": null, "length": 378.4525953, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1322, "l_t_add": 1358, "r_f_add": 1321, "r_t_add": 1359, "st_code": 37440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540168, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17971, "Shape__Length": 150.48598233902177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152241281918293, 39.997440889500297 ], [ -75.153452225681505, 39.996980553355897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14109, "tnode_": 14133, "lpoly_": null, "rpoly_": null, "length": 551.14056993999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 51080, "l_hundred": 600, "r_hundred": 600, "seg_id": 540170, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 17972, "Shape__Length": 219.00419451645931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119508788512903, 39.996426286473103 ], [ -75.117569859102503, 39.996171038983803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14134, "tnode_": 14088, "lpoly_": null, "rpoly_": null, "length": 123.30014707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2928, "l_t_add": 2940, "r_f_add": 2949, "r_t_add": 2971, "st_code": 36660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540171, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 17973, "Shape__Length": 49.177478813849262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146900516843203, 39.996895679507404 ], [ -75.146819670800298, 39.997228393191797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14134, "tnode_": 14113, "lpoly_": null, "rpoly_": null, "length": 427.124886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 61740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540172, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ORLEANS ST", "stname": "W ORLEANS ST", "objectid": 17974, "Shape__Length": 169.72497755965298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146900516843203, 39.996895679507404 ], [ -75.148404784452595, 39.997086098234398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14124, "tnode_": 14135, "lpoly_": null, "rpoly_": null, "length": 206.91335357, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 331, "r_f_add": 300, "r_t_add": 318, "st_code": 23620, "l_hundred": 300, "r_hundred": 300, "seg_id": 540173, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17975, "Shape__Length": 82.220694127727469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125739438378304, 39.996460127915398 ], [ -75.125011911926094, 39.996362510595802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14136, "tnode_": 14129, "lpoly_": null, "rpoly_": null, "length": 182.97978147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 54500, "l_hundred": 200, "r_hundred": 200, "seg_id": 540174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MAYFIELD ST", "stname": "W MAYFIELD ST", "objectid": 17976, "Shape__Length": 72.708739061520546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135614058290301, 39.9966076544613 ], [ -75.136259475149004, 39.9966844419328 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14139, "tnode_": 13916, "lpoly_": null, "rpoly_": null, "length": 549.40363623999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 87890, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540175, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 17977, "Shape__Length": 219.1330985877164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139201484968098, 39.996670633108799 ], [ -75.138879349946507, 39.998158324345802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14139, "tnode_": 14130, "lpoly_": null, "rpoly_": null, "length": 189.01101531, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 519, "st_code": 44880, "l_hundred": 500, "r_hundred": 500, "seg_id": 540176, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17978, "Shape__Length": 75.105859980604023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139201484968098, 39.996670633108799 ], [ -75.139867624453302, 39.996752647832302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14140, "tnode_": 14008, "lpoly_": null, "rpoly_": null, "length": 352.98312026999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3022, "l_t_add": 3098, "r_f_add": 3019, "r_t_add": 3099, "st_code": 87830, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540177, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 17979, "Shape__Length": 140.7867669636949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133799809539298, 39.996516668561199 ], [ -75.133580033747904, 39.9974707934932 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14140, "tnode_": 14114, "lpoly_": null, "rpoly_": null, "length": 156.38896184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 250, "r_f_add": 201, "r_t_add": 251, "st_code": 39120, "l_hundred": 200, "r_hundred": 200, "seg_id": 540178, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 17980, "Shape__Length": 62.199382659264657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133799809539298, 39.996516668561199 ], [ -75.134281904272399, 39.996733054455802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14143, "tnode_": 14027, "lpoly_": null, "rpoly_": null, "length": 274.31623774999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 57680, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 17981, "Shape__Length": 109.41335442444819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132209427242501, 39.9965359531977 ], [ -75.132058638618105, 39.997280000928001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14146, "tnode_": 14050, "lpoly_": null, "rpoly_": null, "length": 246.33652145, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2932, "l_t_add": 2998, "r_f_add": 2933, "r_t_add": 2999, "st_code": 87970, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540180, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 17982, "Shape__Length": 98.253132340106276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145239147012205, 39.996766431546703 ], [ -75.145099724664504, 39.997434099427998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14149, "tnode_": 13931, "lpoly_": null, "rpoly_": null, "length": 549.06164098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 61660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540181, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 17983, "Shape__Length": 218.99700636587042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138696192569, 39.996603948217498 ], [ -75.138377942101599, 39.998091182444803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14149, "tnode_": 14139, "lpoly_": null, "rpoly_": null, "length": 143.63887924, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 442, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 44880, "l_hundred": 400, "r_hundred": 400, "seg_id": 540182, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17984, "Shape__Length": 57.077436979389866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138696192569, 39.996603948217498 ], [ -75.139201484968098, 39.996670633108799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14150, "tnode_": 13910, "lpoly_": null, "rpoly_": null, "length": 586.89832837999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 69360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540183, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 17985, "Shape__Length": 234.08568812348412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124289019690295, 39.996271008980102 ], [ -75.123936625229604, 39.997859156228301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14135, "tnode_": 14150, "lpoly_": null, "rpoly_": null, "length": 205.26114842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 333, "l_t_add": 343, "r_f_add": 320, "r_t_add": 346, "st_code": 23620, "l_hundred": 300, "r_hundred": 300, "seg_id": 540184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17986, "Shape__Length": 81.563024540822667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125011911926094, 39.996362510595802 ], [ -75.124289019690295, 39.996271008980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14151, "tnode_": 14132, "lpoly_": null, "rpoly_": null, "length": 81.83915982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 21040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540185, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17987, "Shape__Length": 32.520904922667917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153164929023205, 39.996939968821501 ], [ -75.153452225681505, 39.996980553355897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14152, "tnode_": 13939, "lpoly_": null, "rpoly_": null, "length": 550.08598708, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 49660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 17988, "Shape__Length": 219.40435087276438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138271974830005, 39.9965465355912 ], [ -75.137945913157907, 39.998035620212796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14152, "tnode_": 14149, "lpoly_": null, "rpoly_": null, "length": 120.68101315, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 430, "l_t_add": 440, "r_f_add": 431, "r_t_add": 441, "st_code": 44880, "l_hundred": 400, "r_hundred": 400, "seg_id": 540187, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 17989, "Shape__Length": 47.95495320106108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138271974830005, 39.9965465355912 ], [ -75.138696192569, 39.996603948217498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14155, "tnode_": 14109, "lpoly_": null, "rpoly_": null, "length": 130.60650326000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3118, "l_t_add": 3132, "r_f_add": 3125, "r_t_add": 3147, "st_code": 30300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540188, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 17990, "Shape__Length": 52.09286352071576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119581643731294, 39.996072161413302 ], [ -75.119508788512903, 39.996426286473103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14156, "tnode_": 14151, "lpoly_": null, "rpoly_": null, "length": 155.13581165, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1326, "l_t_add": 1338, "r_f_add": 1325, "r_t_add": 1327, "st_code": 21040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540189, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 17991, "Shape__Length": 61.646725415153178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152619811127593, 39.996865218430102 ], [ -75.153164929023205, 39.996939968821501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14157, "tnode_": 13921, "lpoly_": null, "rpoly_": null, "length": 582.81809504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 20720, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540190, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 17992, "Shape__Length": 232.45839489012801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123559471171603, 39.996184605259401 ], [ -75.123212436239498, 39.997762091602397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14150, "tnode_": 14157, "lpoly_": null, "rpoly_": null, "length": 206.81103835000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 345, "l_t_add": 399, "r_f_add": 348, "r_t_add": 398, "st_code": 23620, "l_hundred": 300, "r_hundred": 300, "seg_id": 540191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17993, "Shape__Length": 82.177740159880486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124289019690295, 39.996271008980102 ], [ -75.123559471171603, 39.996184605259401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14159, "tnode_": 14113, "lpoly_": null, "rpoly_": null, "length": 123.25733808, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2912, "l_t_add": 2926, "r_f_add": 2911, "r_t_add": 2927, "st_code": 88010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540192, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 17994, "Shape__Length": 49.162133066007904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148473330348907, 39.996751874055697 ], [ -75.148404784452595, 39.997086098234398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14160, "tnode_": 13932, "lpoly_": null, "rpoly_": null, "length": 584.94987142000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 12920, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 17995, "Shape__Length": 233.3083989403566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123055674169294, 39.996113785645598 ], [ -75.1230380235409, 39.996165584541998 ], [ -75.122708840510796, 39.997697008575102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14157, "tnode_": 14160, "lpoly_": null, "rpoly_": null, "length": 143.49009955, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 414, "st_code": 23620, "l_hundred": 400, "r_hundred": 400, "seg_id": 540194, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 17996, "Shape__Length": 57.018748347280827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123559471171603, 39.996184605259401 ], [ -75.123055674169294, 39.996113785645598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14161, "tnode_": 14107, "lpoly_": null, "rpoly_": null, "length": 150.33035257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3048, "l_t_add": 3098, "r_f_add": 3047, "r_t_add": 3099, "st_code": 31220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540195, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 17997, "Shape__Length": 59.959088647846343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127112000806093, 39.996222500118002 ], [ -75.1270221248637, 39.9966293448214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14132, "tnode_": 14162, "lpoly_": null, "rpoly_": null, "length": 165.00720994000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1360, "l_t_add": 1398, "r_f_add": 1361, "r_t_add": 1399, "st_code": 37440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540196, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 17998, "Shape__Length": 65.606733086150527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153452225681505, 39.996980553355897 ], [ -75.1539872246816, 39.996791166273802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14162, "tnode_": 13917, "lpoly_": null, "rpoly_": null, "length": 640.2125453, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 19140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540197, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 17999, "Shape__Length": 255.35362104479637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1539872246816, 39.996791166273802 ], [ -75.153611215595504, 39.998524671983901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14164, "tnode_": 13946, "lpoly_": null, "rpoly_": null, "length": 550.51742563999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 50100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 18000, "Shape__Length": 219.57602905584324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137810546973398, 39.996488274615501 ], [ -75.1374827415315, 39.997978333920699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14164, "tnode_": 14152, "lpoly_": null, "rpoly_": null, "length": 131.0108638, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 428, "r_f_add": 413, "r_t_add": 429, "st_code": 44880, "l_hundred": 400, "r_hundred": 400, "seg_id": 540199, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18001, "Shape__Length": 52.058894475604149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137810546973398, 39.996488274615501 ], [ -75.138271974830005, 39.9965465355912 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14165, "tnode_": 14069, "lpoly_": null, "rpoly_": null, "length": 247.77983089, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2932, "l_t_add": 2998, "r_f_add": 2931, "r_t_add": 2999, "st_code": 87950, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540200, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18002, "Shape__Length": 98.828093422794041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144261651192807, 39.996633654152703 ], [ -75.144117699829394, 39.997304769172501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14165, "tnode_": 14146, "lpoly_": null, "rpoly_": null, "length": 278.10717989, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 74620, "l_hundred": 800, "r_hundred": 800, "seg_id": 540201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 18003, "Shape__Length": 110.51160630794074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144261651192807, 39.996633654152703 ], [ -75.145239147012205, 39.996766431546703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14167, "tnode_": 14084, "lpoly_": null, "rpoly_": null, "length": 224.02271765999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 62960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18004, "Shape__Length": 89.354693567924144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152356509493899, 39.996832338790298 ], [ -75.152241281918293, 39.997440889500297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14167, "tnode_": 14156, "lpoly_": null, "rpoly_": null, "length": 74.73608727, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1320, "l_t_add": 1324, "r_f_add": 1323, "r_t_add": 1323, "st_code": 21040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540203, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18005, "Shape__Length": 29.69744898998902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152356509493899, 39.996832338790298 ], [ -75.152619811127593, 39.996865218430102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14168, "tnode_": 14126, "lpoly_": null, "rpoly_": null, "length": 152.04756868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3140, "l_t_add": 3160, "r_f_add": 3147, "r_t_add": 3159, "st_code": 47420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540204, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18006, "Shape__Length": 60.492271393820815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114441102434697, 39.995912153589799 ], [ -75.1139995665485, 39.9961548260002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14170, "tnode_": 14035, "lpoly_": null, "rpoly_": null, "length": 343.1762282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 54200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540205, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18007, "Shape__Length": 136.87797945736673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131793830535798, 39.996289663658203 ], [ -75.131601829092006, 39.997220078641703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14170, "tnode_": 14143, "lpoly_": null, "rpoly_": null, "length": 147.74294772, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 182, "l_t_add": 198, "r_f_add": 181, "r_t_add": 199, "st_code": 78160, "l_hundred": 100, "r_hundred": 100, "seg_id": 540206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 18008, "Shape__Length": 58.788119945893968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131793830535798, 39.996289663658203 ], [ -75.132172462215095, 39.9965015641381 ], [ -75.132199837768098, 39.996520563951698 ], [ -75.132209427242501, 39.9965359531977 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14172, "tnode_": 13962, "lpoly_": null, "rpoly_": null, "length": 549.20370632000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 87870, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540207, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 18009, "Shape__Length": 219.05204874718029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137351833940301, 39.996430538486301 ], [ -75.137026122975399, 39.997917212386099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14172, "tnode_": 14164, "lpoly_": null, "rpoly_": null, "length": 130.22943825, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 44880, "l_hundred": 400, "r_hundred": 400, "seg_id": 540208, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18010, "Shape__Length": 51.74830763946575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137351833940301, 39.996430538486301 ], [ -75.137810546973398, 39.996488274615501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14173, "tnode_": 13943, "lpoly_": null, "rpoly_": null, "length": 586.8185062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 18480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540209, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18011, "Shape__Length": 234.05496706935233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122579581438401, 39.996052727147898 ], [ -75.122240049590999, 39.997642308805901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14160, "tnode_": 14173, "lpoly_": null, "rpoly_": null, "length": 135.23167565, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 419, "l_t_add": 429, "r_f_add": 416, "r_t_add": 430, "st_code": 23620, "l_hundred": 400, "r_hundred": 400, "seg_id": 540210, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18012, "Shape__Length": 53.735918694986928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123055674169294, 39.996113785645598 ], [ -75.122579581438401, 39.996052727147898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14180, "tnode_": 14039, "lpoly_": null, "rpoly_": null, "length": 353.59374651000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 88050, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18013, "Shape__Length": 141.03385702232399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151718486625896, 39.996750552164301 ], [ -75.151519257986806, 39.9977090397796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14180, "tnode_": 14167, "lpoly_": null, "rpoly_": null, "length": 181.22290174, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1318, "r_f_add": 1301, "r_t_add": 1321, "st_code": 21040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540212, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18014, "Shape__Length": 72.011824346925053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151718486625896, 39.996750552164301 ], [ -75.152356509493899, 39.996832338790298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14183, "tnode_": 13950, "lpoly_": null, "rpoly_": null, "length": 589.03543811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 44100, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 18015, "Shape__Length": 234.93835501636022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122096674874498, 39.995987278535303 ], [ -75.121751473518103, 39.997582307474701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14173, "tnode_": 14183, "lpoly_": null, "rpoly_": null, "length": 137.38372376000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 431, "l_t_add": 441, "r_f_add": 432, "r_t_add": 446, "st_code": 23620, "l_hundred": 400, "r_hundred": 400, "seg_id": 540214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18016, "Shape__Length": 54.591672572809919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122579581438401, 39.996052727147898 ], [ -75.122096674874498, 39.995987278535303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14162, "tnode_": 14271, "lpoly_": null, "rpoly_": null, "length": 492.62806894, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1428, "r_f_add": 1401, "r_t_add": 1495, "st_code": 37440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540215, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 18017, "Shape__Length": 195.88546185016494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1539872246816, 39.996791166273802 ], [ -75.155561716373299, 39.9961892120185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14185, "tnode_": 14065, "lpoly_": null, "rpoly_": null, "length": 496.10014454999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 65400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 18018, "Shape__Length": 197.37317308788687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115647931646706, 39.995818392276497 ], [ -75.114205519429703, 39.996608277441297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14185, "tnode_": 14040, "lpoly_": null, "rpoly_": null, "length": 348.4538762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3141, "r_t_add": 3199, "st_code": 35900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540217, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 18019, "Shape__Length": 138.98169416456545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115647931646706, 39.995818392276497 ], [ -75.115580136786306, 39.996160805427799 ], [ -75.115450491196697, 39.996762791326603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14186, "tnode_": 13990, "lpoly_": null, "rpoly_": null, "length": 487.38400762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 61580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 18020, "Shape__Length": 194.39506256312998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136847991832198, 39.996361291550301 ], [ -75.136562225203804, 39.997681044549999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14186, "tnode_": 14172, "lpoly_": null, "rpoly_": null, "length": 143.40014028000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 318, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 44880, "l_hundred": 300, "r_hundred": 300, "seg_id": 540219, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18021, "Shape__Length": 56.982896331825373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136847991832198, 39.996361291550301 ], [ -75.137351833940301, 39.996430538486301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14188, "tnode_": 14124, "lpoly_": null, "rpoly_": null, "length": 147.74095523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3038, "l_t_add": 3098, "r_f_add": 3047, "r_t_add": 3099, "st_code": 15380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540220, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18022, "Shape__Length": 58.925302392437779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1258334624452, 39.996061060126799 ], [ -75.125739438378304, 39.996460127915398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14161, "tnode_": 14188, "lpoly_": null, "rpoly_": null, "length": 363.0113606, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31160, "l_hundred": 200, "r_hundred": 200, "seg_id": 540221, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18023, "Shape__Length": 144.24655531447053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127112000806093, 39.996222500118002 ], [ -75.1258334624452, 39.996061060126799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14189, "tnode_": 14133, "lpoly_": null, "rpoly_": null, "length": 129.45350453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3114, "l_t_add": 3122, "r_f_add": 3109, "r_t_add": 3125, "st_code": 33120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 18024, "Shape__Length": 51.631724628640328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117649481592807, 39.995820989593199 ], [ -75.117569859102503, 39.996171038983803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14155, "tnode_": 14189, "lpoly_": null, "rpoly_": null, "length": 549.02520064000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 23700, "l_hundred": 600, "r_hundred": 600, "seg_id": 540223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18025, "Shape__Length": 218.16189380247405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119581643731294, 39.996072161413302 ], [ -75.117649481592807, 39.995820989593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14190, "tnode_": 13960, "lpoly_": null, "rpoly_": null, "length": 587.06823547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 27080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540224, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18026, "Shape__Length": 234.15189903281657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121619656556206, 39.995929471865999 ], [ -75.121264543171506, 39.997517733874702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14183, "tnode_": 14190, "lpoly_": null, "rpoly_": null, "length": 135.29829775000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 443, "l_t_add": 499, "r_f_add": 448, "r_t_add": 498, "st_code": 23620, "l_hundred": 400, "r_hundred": 400, "seg_id": 540225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18027, "Shape__Length": 53.761690376559677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122096674874498, 39.995987278535303 ], [ -75.121619656556206, 39.995929471865999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14191, "tnode_": 14134, "lpoly_": null, "rpoly_": null, "length": 124.23469307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2912, "l_t_add": 2926, "r_f_add": 2925, "r_t_add": 2947, "st_code": 36660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540226, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18028, "Shape__Length": 49.549480402923919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1469849821693, 39.996560884502799 ], [ -75.146900516843203, 39.996895679507404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14191, "tnode_": 14159, "lpoly_": null, "rpoly_": null, "length": 422.76072604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 56640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONMOUTH ST", "stname": "W MONMOUTH ST", "objectid": 18029, "Shape__Length": 167.99045279718101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1469849821693, 39.996560884502799 ], [ -75.148473330348907, 39.996751874055697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14192, "tnode_": 14129, "lpoly_": null, "rpoly_": null, "length": 143.00826241, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3015, "st_code": 87850, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540228, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18030, "Shape__Length": 57.038164798357499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136348767501204, 39.996297920381501 ], [ -75.136259475149004, 39.9966844419328 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14192, "tnode_": 14186, "lpoly_": null, "rpoly_": null, "length": 141.76259971, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 317, "st_code": 44880, "l_hundred": 300, "r_hundred": 300, "seg_id": 540229, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18031, "Shape__Length": 56.331144086968628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136348767501204, 39.996297920381501 ], [ -75.136847991832198, 39.996361291550301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14193, "tnode_": 13996, "lpoly_": null, "rpoly_": null, "length": 511.36112508000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 20980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540230, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 18032, "Shape__Length": 203.95922373932228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150931179711094, 39.9966516071757 ], [ -75.150630179723606, 39.998036135508798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14193, "tnode_": 14180, "lpoly_": null, "rpoly_": null, "length": 223.50824122999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 21040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18033, "Shape__Length": 88.814103946870276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150931179711094, 39.9966516071757 ], [ -75.151718486625896, 39.996750552164301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14190, "tnode_": 14196, "lpoly_": null, "rpoly_": null, "length": 140.90051687, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 503, "r_f_add": 500, "r_t_add": 512, "st_code": 23620, "l_hundred": 500, "r_hundred": 500, "seg_id": 540232, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18034, "Shape__Length": 55.988443002022535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121619656556206, 39.995929471865999 ], [ -75.121123717744993, 39.995865347965697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14199, "tnode_": 13984, "lpoly_": null, "rpoly_": null, "length": 550.73605682999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2960, "r_f_add": 2901, "r_t_add": 2969, "st_code": 88030, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540233, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18035, "Shape__Length": 219.66427640539104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150142860739606, 39.996546471742697 ], [ -75.149820818838805, 39.998037882716098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14199, "tnode_": 14193, "lpoly_": null, "rpoly_": null, "length": 224.16267011, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1219, "st_code": 21040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540234, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18036, "Shape__Length": 89.075140566511948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150142860739606, 39.996546471742697 ], [ -75.150931179711094, 39.9966516071757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14201, "tnode_": 13975, "lpoly_": null, "rpoly_": null, "length": 588.49115671999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 69260, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 18037, "Shape__Length": 234.72060284736327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120640522568607, 39.995804543070399 ], [ -75.120295399942293, 39.997398067292501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14196, "tnode_": 14201, "lpoly_": null, "rpoly_": null, "length": 137.18044356, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 505, "l_t_add": 513, "r_f_add": 514, "r_t_add": 524, "st_code": 23620, "l_hundred": 500, "r_hundred": 500, "seg_id": 540236, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18038, "Shape__Length": 54.509873717785673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121123717744993, 39.995865347965697 ], [ -75.120640522568607, 39.995804543070399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14203, "tnode_": 14146, "lpoly_": null, "rpoly_": null, "length": 134.01906153000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2918, "l_t_add": 2930, "r_f_add": 2919, "r_t_add": 2931, "st_code": 87970, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18039, "Shape__Length": 53.454149758534797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145314534692105, 39.996403130533999 ], [ -75.145239147012205, 39.996766431546703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14204, "tnode_": 14045, "lpoly_": null, "rpoly_": null, "length": 411.28726689000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 81740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 18040, "Shape__Length": 164.04279018058301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131366141818702, 39.996041105426002 ], [ -75.131126602261105, 39.997155006660002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14204, "tnode_": 14170, "lpoly_": null, "rpoly_": null, "length": 150.19071479, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 162, "l_t_add": 180, "r_f_add": 161, "r_t_add": 179, "st_code": 78160, "l_hundred": 100, "r_hundred": 100, "seg_id": 540239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 18041, "Shape__Length": 59.759639245546033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131366141818702, 39.996041105426002 ], [ -75.131793830535798, 39.996289663658203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14205, "tnode_": 14168, "lpoly_": null, "rpoly_": null, "length": 155.87790102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3124, "l_t_add": 3138, "r_f_add": 3133, "r_t_add": 3145, "st_code": 47420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540240, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18042, "Shape__Length": 62.018690442216673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114889916959299, 39.995659282996499 ], [ -75.114441102434697, 39.995912153589799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14206, "tnode_": 14192, "lpoly_": null, "rpoly_": null, "length": 237.86185541999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 242, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 44880, "l_hundred": 200, "r_hundred": 200, "seg_id": 540241, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18043, "Shape__Length": 94.517928180869333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135511886588404, 39.9961881038097 ], [ -75.136348767501204, 39.996297920381501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14208, "tnode_": 13979, "lpoly_": null, "rpoly_": null, "length": 585.06725915999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 41000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 18044, "Shape__Length": 233.35514809212694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1201541391533, 39.995743108043698 ], [ -75.119813782768603, 39.997327712866003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14201, "tnode_": 14208, "lpoly_": null, "rpoly_": null, "length": 138.09920429, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 515, "l_t_add": 519, "r_f_add": 526, "r_t_add": 538, "st_code": 23620, "l_hundred": 500, "r_hundred": 500, "seg_id": 540243, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18045, "Shape__Length": 54.87494347659829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120640522568607, 39.995804543070399 ], [ -75.1201541391533, 39.995743108043698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14210, "tnode_": 14093, "lpoly_": null, "rpoly_": null, "length": 312.2000594, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 12440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18046, "Shape__Length": 124.47735467961678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134995135422599, 39.996126099808102 ], [ -75.134885471657995, 39.9961622815486 ], [ -75.134715313673198, 39.996916258001797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14210, "tnode_": 14206, "lpoly_": null, "rpoly_": null, "length": 146.53259022, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 240, "l_t_add": 240, "r_f_add": 235, "r_t_add": 243, "st_code": 44880, "l_hundred": 200, "r_hundred": 200, "seg_id": 540245, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18047, "Shape__Length": 58.225775452987421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134995135422599, 39.996126099808102 ], [ -75.135511886588404, 39.9961881038097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14212, "tnode_": 14184, "lpoly_": null, "rpoly_": null, "length": 155.74321031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3220, "l_t_add": 3238, "r_f_add": 3217, "r_t_add": 3223, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18048, "Shape__Length": 61.954342454780921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111534408277507, 39.995541902505401 ], [ -75.111071250621407, 39.9957783110587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14213, "tnode_": 14199, "lpoly_": null, "rpoly_": null, "length": 224.41612842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1104, "l_t_add": 1198, "r_f_add": 1137, "r_t_add": 1199, "st_code": 21040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540248, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18049, "Shape__Length": 89.1754624008435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149353355747294, 39.996442538368299 ], [ -75.150142860739606, 39.996546471742697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14218, "tnode_": 14161, "lpoly_": null, "rpoly_": null, "length": 124.28005238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3040, "l_t_add": 3046, "r_f_add": 3037, "r_t_add": 3045, "st_code": 31220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 18050, "Shape__Length": 49.569273151803365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127182208053597, 39.995885636474902 ], [ -75.127112000806093, 39.996222500118002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14219, "tnode_": 14114, "lpoly_": null, "rpoly_": null, "length": 250.53592382, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 64500, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540250, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 18051, "Shape__Length": 99.921614321165649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134446693364595, 39.996059023914803 ], [ -75.134416841674707, 39.996107397268901 ], [ -75.134281904272399, 39.996733054455802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14219, "tnode_": 14210, "lpoly_": null, "rpoly_": null, "length": 155.59111248000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 222, "l_t_add": 238, "r_f_add": 219, "r_t_add": 233, "st_code": 44880, "l_hundred": 200, "r_hundred": 200, "seg_id": 540251, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18052, "Shape__Length": 61.825406612342789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134446693364595, 39.996059023914803 ], [ -75.134995135422599, 39.996126099808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14220, "tnode_": 14155, "lpoly_": null, "rpoly_": null, "length": 144.61307406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3116, "r_f_add": 3101, "r_t_add": 3123, "st_code": 30300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540252, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 18053, "Shape__Length": 57.678304338345846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119668041759695, 39.995680781867897 ], [ -75.119581643731294, 39.996072161413302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14208, "tnode_": 14220, "lpoly_": null, "rpoly_": null, "length": 138.07325935, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 521, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 23620, "l_hundred": 500, "r_hundred": 500, "seg_id": 540253, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18054, "Shape__Length": 54.864753096307247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1201541391533, 39.995743108043698 ], [ -75.119668041759695, 39.995680781867897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14221, "tnode_": 14165, "lpoly_": null, "rpoly_": null, "length": 133.7754703, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2918, "l_t_add": 2930, "r_f_add": 2919, "r_t_add": 2929, "st_code": 87950, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540254, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18055, "Shape__Length": 53.355566321688585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144345913306296, 39.996272187761299 ], [ -75.144261651192807, 39.996633654152703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14221, "tnode_": 14203, "lpoly_": null, "rpoly_": null, "length": 275.54397283999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 17680, "l_hundred": 800, "r_hundred": 800, "seg_id": 540255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BIRCH ST", "stname": "W BIRCH ST", "objectid": 18056, "Shape__Length": 109.4923576649872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144345913306296, 39.996272187761299 ], [ -75.145314534692105, 39.996403130533999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14224, "tnode_": 14159, "lpoly_": null, "rpoly_": null, "length": 151.96862111000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2910, "r_f_add": 2901, "r_t_add": 2909, "st_code": 88010, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540256, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18057, "Shape__Length": 60.612093681990402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148567672881597, 39.996341060317697 ], [ -75.148473330348907, 39.996751874055697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14224, "tnode_": 14213, "lpoly_": null, "rpoly_": null, "length": 223.21114515, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1102, "r_f_add": 1101, "r_t_add": 1135, "st_code": 21040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540257, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18058, "Shape__Length": 88.696144453329921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148567672881597, 39.996341060317697 ], [ -75.149353355747294, 39.996442538368299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14226, "tnode_": 14173, "lpoly_": null, "rpoly_": null, "length": 144.11661884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3062, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 18480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18059, "Shape__Length": 57.479561778313297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122670432004696, 39.995663329001701 ], [ -75.122579581438401, 39.996052727147898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14227, "tnode_": 14140, "lpoly_": null, "rpoly_": null, "length": 198.58265766000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3020, "r_f_add": 3001, "r_t_add": 3017, "st_code": 87830, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540259, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 18060, "Shape__Length": 79.206996896762249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133898185291301, 39.995976811169001 ], [ -75.133799809539298, 39.996516668561199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14227, "tnode_": 14219, "lpoly_": null, "rpoly_": null, "length": 156.57012718, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 217, "st_code": 44880, "l_hundred": 200, "r_hundred": 200, "seg_id": 540260, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18061, "Shape__Length": 62.217297504691615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133898185291301, 39.995976811169001 ], [ -75.134446693364595, 39.996059023914803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14230, "tnode_": 14156, "lpoly_": null, "rpoly_": null, "length": 174.3381873, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2846, "l_t_add": 2898, "r_f_add": 2847, "r_t_add": 2899, "st_code": 62960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18062, "Shape__Length": 69.534379130238989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152726813437894, 39.996393767725202 ], [ -75.152619811127593, 39.996865218430102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14233, "tnode_": 14227, "lpoly_": null, "rpoly_": null, "length": 152.75008601, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 196, "l_t_add": 198, "r_f_add": 195, "r_t_add": 199, "st_code": 44880, "l_hundred": 100, "r_hundred": 100, "seg_id": 540262, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18063, "Shape__Length": 60.695809615568599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133359115974997, 39.9959141478205 ], [ -75.133898185291301, 39.995976811169001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14234, "tnode_": 14188, "lpoly_": null, "rpoly_": null, "length": 127.65567248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3026, "l_t_add": 3036, "r_f_add": 3039, "r_t_add": 3045, "st_code": 15380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540263, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18064, "Shape__Length": 50.915559394882827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125905296040898, 39.995715012292798 ], [ -75.1258334624452, 39.996061060126799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14218, "tnode_": 14234, "lpoly_": null, "rpoly_": null, "length": 363.12118633, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 74600, "l_hundred": 200, "r_hundred": 200, "seg_id": 540264, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 18065, "Shape__Length": 144.29121626750072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127182208053597, 39.995885636474902 ], [ -75.125905296040898, 39.995715012292798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14235, "tnode_": 14224, "lpoly_": null, "rpoly_": null, "length": 200.56708385000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 21040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540265, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18066, "Shape__Length": 79.698183661375737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147861804642602, 39.996249380930998 ], [ -75.148567672881597, 39.996341060317697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14236, "tnode_": 14049, "lpoly_": null, "rpoly_": null, "length": 481.49282474, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 43800, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540266, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 18067, "Shape__Length": 192.0445268941468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130938973473803, 39.995791102244503 ], [ -75.130662312210802, 39.997095619039499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14236, "tnode_": 14204, "lpoly_": null, "rpoly_": null, "length": 150.39293182, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 142, "l_t_add": 160, "r_f_add": 141, "r_t_add": 159, "st_code": 78160, "l_hundred": 100, "r_hundred": 100, "seg_id": 540267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 18068, "Shape__Length": 59.840649241129341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130938973473803, 39.995791102244503 ], [ -75.131366141818702, 39.996041105426002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14239, "tnode_": 14233, "lpoly_": null, "rpoly_": null, "length": 148.90948861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 188, "l_t_add": 194, "r_f_add": 179, "r_t_add": 193, "st_code": 44880, "l_hundred": 100, "r_hundred": 100, "seg_id": 540268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18069, "Shape__Length": 59.1708780014214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132834979152193, 39.995846417134302 ], [ -75.133359115974997, 39.9959141478205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14243, "tnode_": 14190, "lpoly_": null, "rpoly_": null, "length": 143.6562334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3044, "l_t_add": 3098, "r_f_add": 3049, "r_t_add": 3099, "st_code": 27080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540269, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18070, "Shape__Length": 57.29634168757125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121706915604605, 39.995540870622001 ], [ -75.121619656556206, 39.995929471865999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14226, "tnode_": 14243, "lpoly_": null, "rpoly_": null, "length": 273.61740919, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 31160, "l_hundred": 400, "r_hundred": 400, "seg_id": 540270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18071, "Shape__Length": 108.72416647473663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122670432004696, 39.995663329001701 ], [ -75.121706915604605, 39.995540870622001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14246, "tnode_": 14180, "lpoly_": null, "rpoly_": null, "length": 173.80570991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2838, "l_t_add": 2898, "r_f_add": 2839, "r_t_add": 2899, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18072, "Shape__Length": 69.322722967532599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151819472640099, 39.996279798526103 ], [ -75.151718486625896, 39.996750552164301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14246, "tnode_": 14230, "lpoly_": null, "rpoly_": null, "length": 257.58237013999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 83320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540272, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLIAM ST", "stname": "W WILLIAM ST", "objectid": 18073, "Shape__Length": 102.35337235548141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151819472640099, 39.996279798526103 ], [ -75.152726813437894, 39.996393767725202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14248, "tnode_": 14191, "lpoly_": null, "rpoly_": null, "length": 151.16609803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2910, "r_f_add": 2901, "r_t_add": 2923, "st_code": 36660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540273, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18074, "Shape__Length": 60.291164474045871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147083166929406, 39.996152843953098 ], [ -75.1469849821693, 39.996560884502799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14248, "tnode_": 14235, "lpoly_": null, "rpoly_": null, "length": 220.97178206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1021, "st_code": 21040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18075, "Shape__Length": 87.805324294067688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147083166929406, 39.996152843953098 ], [ -75.147861804642602, 39.996249380930998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14250, "tnode_": 14239, "lpoly_": null, "rpoly_": null, "length": 132.41363239, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 170, "l_t_add": 186, "r_f_add": 171, "r_t_add": 177, "st_code": 44880, "l_hundred": 100, "r_hundred": 100, "seg_id": 540275, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18076, "Shape__Length": 52.616211838527462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132369135134894, 39.995785147404099 ], [ -75.132834979152193, 39.995846417134302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14251, "tnode_": 14189, "lpoly_": null, "rpoly_": null, "length": 146.17665055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3107, "st_code": 33120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 18077, "Shape__Length": 58.302173696626717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117733632447994, 39.995424970776597 ], [ -75.117649481592807, 39.995820989593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14220, "tnode_": 14251, "lpoly_": null, "rpoly_": null, "length": 549.9329614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 23620, "l_hundred": 600, "r_hundred": 600, "seg_id": 540277, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18078, "Shape__Length": 218.52215159898077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119668041759695, 39.995680781867897 ], [ -75.117733632447994, 39.995424970776597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14253, "tnode_": 14192, "lpoly_": null, "rpoly_": null, "length": 149.30541760999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2954, "l_t_add": 2998, "r_f_add": 2953, "r_t_add": 2999, "st_code": 87850, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540278, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18079, "Shape__Length": 59.55057169154513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136434109763897, 39.995893348737702 ], [ -75.136348767501204, 39.996297920381501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14257, "tnode_": 14019, "lpoly_": null, "rpoly_": null, "length": 586.8168975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 82680, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540279, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 18080, "Shape__Length": 234.05157196886387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117219319181302, 39.995362880904999 ], [ -75.116877038988605, 39.996952108986299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14251, "tnode_": 14257, "lpoly_": null, "rpoly_": null, "length": 145.86419727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 714, "st_code": 23620, "l_hundred": 700, "r_hundred": 700, "seg_id": 540280, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18081, "Shape__Length": 57.959599001979726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117733632447994, 39.995424970776597 ], [ -75.117219319181302, 39.995362880904999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14258, "tnode_": 14248, "lpoly_": null, "rpoly_": null, "length": 250.9763645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 924, "l_t_add": 998, "r_f_add": 951, "r_t_add": 999, "st_code": 21040, "l_hundred": 900, "r_hundred": 900, "seg_id": 540281, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18082, "Shape__Length": 99.728880795215289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146200060854994, 39.996037359511398 ], [ -75.147083166929406, 39.996152843953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14205, "tnode_": 14260, "lpoly_": null, "rpoly_": null, "length": 165.29121087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1818, "st_code": 23700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540282, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18083, "Shape__Length": 65.850995627547576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114889916959299, 39.995659282996499 ], [ -75.114559104358904, 39.995283588526199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14261, "tnode_": 14246, "lpoly_": null, "rpoly_": null, "length": 23.95048231, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2836, "l_t_add": 2836, "r_f_add": 2837, "r_t_add": 2837, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540283, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18084, "Shape__Length": 9.5524255110749436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151834915445093, 39.996215133243098 ], [ -75.151819472640099, 39.996279798526103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14264, "tnode_": 14206, "lpoly_": null, "rpoly_": null, "length": 151.15689379, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2956, "l_t_add": 2998, "r_f_add": 0, "r_t_add": 0, "st_code": 12440, "l_hundred": 2900, "r_hundred": 0, "seg_id": 540284, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18085, "Shape__Length": 60.295009979642586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135514039655703, 39.995773162896903 ], [ -75.135511886588404, 39.9961881038097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14264, "tnode_": 14253, "lpoly_": null, "rpoly_": null, "length": 261.47434169000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 74620, "l_hundred": 200, "r_hundred": 200, "seg_id": 540285, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 18086, "Shape__Length": 103.89996991750472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135514039655703, 39.995773162896903 ], [ -75.136434109763897, 39.995893348737702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14265, "tnode_": 14029, "lpoly_": null, "rpoly_": null, "length": 585.84476054999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 26480, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540286, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUSTER ST", "stname": "CUSTER ST", "objectid": 18087, "Shape__Length": 233.66407811849521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116754575005501, 39.995303421564003 ], [ -75.116416003741094, 39.9968904152501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14257, "tnode_": 14265, "lpoly_": null, "rpoly_": null, "length": 132.00099508, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 715, "l_t_add": 727, "r_f_add": 716, "r_t_add": 728, "st_code": 23620, "l_hundred": 700, "r_hundred": 700, "seg_id": 540287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18088, "Shape__Length": 52.451563638399421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117219319181302, 39.995362880904999 ], [ -75.116754575005501, 39.995303421564003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14266, "tnode_": 14211, "lpoly_": null, "rpoly_": null, "length": 233.8667239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3276, "l_t_add": 3298, "r_f_add": 3263, "r_t_add": 3299, "st_code": 31640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540288, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18089, "Shape__Length": 93.033491046177943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109620132513598, 39.995132075388099 ], [ -75.108927714833101, 39.995490596681996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14265, "tnode_": 14269, "lpoly_": null, "rpoly_": null, "length": 40.89150833, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 729, "l_t_add": 743, "r_f_add": 730, "r_t_add": 744, "st_code": 23620, "l_hundred": 700, "r_hundred": 700, "seg_id": 540290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18090, "Shape__Length": 16.248144568890407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116754575005501, 39.995303421564003 ], [ -75.116610161641105, 39.9952871887049 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14270, "tnode_": 14218, "lpoly_": null, "rpoly_": null, "length": 128.97016204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3024, "l_t_add": 3038, "r_f_add": 3015, "r_t_add": 3035, "st_code": 31220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540291, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 18091, "Shape__Length": 51.43968672232284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127254958595401, 39.995536047150303 ], [ -75.127182208053597, 39.995885636474902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14273, "tnode_": 14230, "lpoly_": null, "rpoly_": null, "length": 101.62415166, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2834, "l_t_add": 2844, "r_f_add": 2835, "r_t_add": 2845, "st_code": 62960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18092, "Shape__Length": 40.532758773165696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152786313938407, 39.996118576065598 ], [ -75.152726813437894, 39.996393767725202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14274, "tnode_": 14203, "lpoly_": null, "rpoly_": null, "length": 172.36485941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2917, "st_code": 87970, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540293, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18093, "Shape__Length": 68.74546692322167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145429178152398, 39.995938256124603 ], [ -75.145314534692105, 39.996403130533999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14274, "tnode_": 14258, "lpoly_": null, "rpoly_": null, "length": 218.9798364, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 949, "st_code": 21040, "l_hundred": 900, "r_hundred": 900, "seg_id": 540294, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18094, "Shape__Length": 87.01417042000385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145429178152398, 39.995938256124603 ], [ -75.146200060854994, 39.996037359511398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14275, "tnode_": 14033, "lpoly_": null, "rpoly_": null, "length": 585.44545472999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 67560, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 18095, "Shape__Length": 233.50286775401247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116299468476598, 39.995247068352803 ], [ -75.115949044169696, 39.996831427348397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14269, "tnode_": 14275, "lpoly_": null, "rpoly_": null, "length": 88.26830116, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 745, "l_t_add": 763, "r_f_add": 746, "r_t_add": 764, "st_code": 23620, "l_hundred": 700, "r_hundred": 700, "seg_id": 540296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18096, "Shape__Length": 35.074090965192383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116610161641105, 39.9952871887049 ], [ -75.116299468476598, 39.995247068352803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14276, "tnode_": 14212, "lpoly_": null, "rpoly_": null, "length": 231.30205318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3215, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540297, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18097, "Shape__Length": 92.016519106260091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112214842111698, 39.9951823470577 ], [ -75.111534408277507, 39.995541902505401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14277, "tnode_": 14170, "lpoly_": null, "rpoly_": null, "length": 257.60675513000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2964, "l_t_add": 2998, "r_f_add": 2959, "r_t_add": 2999, "st_code": 54200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18098, "Shape__Length": 102.74503381618011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131950516695099, 39.995592845514501 ], [ -75.131793830535798, 39.996289663658203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14277, "tnode_": 14250, "lpoly_": null, "rpoly_": null, "length": 138.77213717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 168, "l_t_add": 168, "r_f_add": 163, "r_t_add": 169, "st_code": 44880, "l_hundred": 100, "r_hundred": 100, "seg_id": 540300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18099, "Shape__Length": 55.197254044583048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131950516695099, 39.995592845514501 ], [ -75.132158496544804, 39.995727162584998 ], [ -75.132369135134894, 39.995785147404099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14279, "tnode_": 14205, "lpoly_": null, "rpoly_": null, "length": 305.45368268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3131, "st_code": 47420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540301, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18100, "Shape__Length": 121.5206702360221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115781478979699, 39.995176708081303 ], [ -75.114889916959299, 39.995659282996499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14279, "tnode_": 14185, "lpoly_": null, "rpoly_": null, "length": 236.73002903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3139, "st_code": 35900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540302, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 18101, "Shape__Length": 94.419361757343893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115781478979699, 39.995176708081303 ], [ -75.115647931646706, 39.995818392276497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14275, "tnode_": 14279, "lpoly_": null, "rpoly_": null, "length": 147.37621278, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 765, "l_t_add": 799, "r_f_add": 766, "r_t_add": 798, "st_code": 23620, "l_hundred": 700, "r_hundred": 700, "seg_id": 540303, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18102, "Shape__Length": 58.561685304061804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116299468476598, 39.995247068352803 ], [ -75.115781478979699, 39.995176708081303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14280, "tnode_": 14274, "lpoly_": null, "rpoly_": null, "length": 149.96703886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 812, "l_t_add": 898, "r_f_add": 815, "r_t_add": 899, "st_code": 21040, "l_hundred": 800, "r_hundred": 800, "seg_id": 540304, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18103, "Shape__Length": 59.591012167675778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144901184699293, 39.995870660878097 ], [ -75.145429178152398, 39.995938256124603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14283, "tnode_": 14245, "lpoly_": null, "rpoly_": null, "length": 158.44507774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3332, "r_f_add": 3301, "r_t_add": 3333, "st_code": 18660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540305, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 18104, "Shape__Length": 63.036886929487096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108489901210902, 39.995000779560897 ], [ -75.108030071333502, 39.995253961331798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14284, "tnode_": 14057, "lpoly_": null, "rpoly_": null, "length": 558.08080103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 43480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540307, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 18105, "Shape__Length": 222.58860372443721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130479710500097, 39.9955233932683 ], [ -75.130448315440304, 39.995594395723202 ], [ -75.130148043574593, 39.997032980468198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14284, "tnode_": 14236, "lpoly_": null, "rpoly_": null, "length": 162.40122405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 122, "l_t_add": 140, "r_f_add": 121, "r_t_add": 139, "st_code": 78160, "l_hundred": 100, "r_hundred": 100, "seg_id": 540308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 18106, "Shape__Length": 64.618982216365197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130479710500097, 39.9955233932683 ], [ -75.130586708728003, 39.995561571461401 ], [ -75.130938973473803, 39.995791102244503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14287, "tnode_": 14266, "lpoly_": null, "rpoly_": null, "length": 61.54963972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3256, "l_t_add": 3274, "r_f_add": 3251, "r_t_add": 3261, "st_code": 31640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18107, "Shape__Length": 24.487752602528033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109798151605602, 39.995033075924702 ], [ -75.109620132513598, 39.995132075388099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14289, "tnode_": 14199, "lpoly_": null, "rpoly_": null, "length": 196.33759695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2830, "l_t_add": 2898, "r_f_add": 2835, "r_t_add": 2899, "st_code": 88030, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540310, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18108, "Shape__Length": 78.308533497897486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150262435153607, 39.996015405225798 ], [ -75.150142860739606, 39.996546471742697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14289, "tnode_": 14261, "lpoly_": null, "rpoly_": null, "length": 446.53891279000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 83320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLIAM ST", "stname": "W WILLIAM ST", "objectid": 18109, "Shape__Length": 177.43728999696967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150262435153607, 39.996015405225798 ], [ -75.151834915445093, 39.996215133243098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14290, "tnode_": 14234, "lpoly_": null, "rpoly_": null, "length": 126.89389213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3014, "l_t_add": 3024, "r_f_add": 3019, "r_t_add": 3037, "st_code": 15380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540312, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18110, "Shape__Length": 50.610804546865872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125981336295197, 39.9953716177045 ], [ -75.125905296040898, 39.995715012292798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14270, "tnode_": 14290, "lpoly_": null, "rpoly_": null, "length": 361.83450897, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 54480, "l_hundred": 200, "r_hundred": 200, "seg_id": 540313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MAYFIELD ST", "stname": "E MAYFIELD ST", "objectid": 18111, "Shape__Length": 143.77812436788045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127254958595401, 39.995536047150303 ], [ -75.125981336295197, 39.9953716177045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14291, "tnode_": 14233, "lpoly_": null, "rpoly_": null, "length": 135.26044221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2952, "l_t_add": 2998, "r_f_add": 2951, "r_t_add": 2999, "st_code": 62760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18112, "Shape__Length": 53.948758008091836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133434105080894, 39.995547348112503 ], [ -75.133359115974997, 39.9959141478205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14292, "tnode_": 14070, "lpoly_": null, "rpoly_": null, "length": 552.24048947000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 35200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540315, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18113, "Shape__Length": 220.26182112302089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129923722640896, 39.995469294547298 ], [ -75.129607483888194, 39.9969656235223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14292, "tnode_": 14284, "lpoly_": null, "rpoly_": null, "length": 157.72663595, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 166, "r_f_add": 101, "r_t_add": 161, "st_code": 44880, "l_hundred": 100, "r_hundred": 100, "seg_id": 540316, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 18114, "Shape__Length": 62.673409084877662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129923722640896, 39.995469294547298 ], [ -75.130400787407893, 39.995530031163497 ], [ -75.130479710500097, 39.9955233932683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14293, "tnode_": 14221, "lpoly_": null, "rpoly_": null, "length": 171.20707048, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2917, "st_code": 87950, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540317, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18115, "Shape__Length": 68.286084403402185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144443216855507, 39.995808200025898 ], [ -75.144345913306296, 39.996272187761299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14293, "tnode_": 14280, "lpoly_": null, "rpoly_": null, "length": 130.31402871, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 813, "st_code": 21040, "l_hundred": 800, "r_hundred": 800, "seg_id": 540318, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18116, "Shape__Length": 51.782351749594731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144443216855507, 39.995808200025898 ], [ -75.144901184699293, 39.995870660878097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14294, "tnode_": 14261, "lpoly_": null, "rpoly_": null, "length": 79.26423842, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2828, "l_t_add": 2834, "r_f_add": 2829, "r_t_add": 2835, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540319, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18117, "Shape__Length": 31.613715426063091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151886144198201, 39.996001140260098 ], [ -75.151834915445093, 39.996215133243098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14294, "tnode_": 14273, "lpoly_": null, "rpoly_": null, "length": 255.80885992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 14040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540320, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AUBURN ST", "stname": "W AUBURN ST", "objectid": 18118, "Shape__Length": 101.64903373040465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151886144198201, 39.996001140260098 ], [ -75.152786313938407, 39.996118576065598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14296, "tnode_": 14162, "lpoly_": null, "rpoly_": null, "length": 291.25910127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2814, "l_t_add": 2898, "r_f_add": 2817, "r_t_add": 2899, "st_code": 19140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540321, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18119, "Shape__Length": 116.170692747736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154144322235396, 39.996000806614298 ], [ -75.1539872246816, 39.996791166273802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14296, "tnode_": 14271, "lpoly_": null, "rpoly_": null, "length": 403.00742382000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 69920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18120, "Shape__Length": 160.14106984339611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154144322235396, 39.996000806614298 ], [ -75.155561716373299, 39.9961892120185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14299, "tnode_": 14079, "lpoly_": null, "rpoly_": null, "length": 549.6341365, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 49820, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540323, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 18121, "Shape__Length": 219.21961559346474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129415013984897, 39.995406592790097 ], [ -75.129083398719203, 39.996893692629001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14292, "tnode_": 14299, "lpoly_": null, "rpoly_": null, "length": 144.34811254, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 114, "st_code": 44860, "l_hundred": 100, "r_hundred": 100, "seg_id": 540324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18122, "Shape__Length": 57.357441031414822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129923722640896, 39.995469294547298 ], [ -75.129415013984897, 39.995406592790097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14300, "tnode_": 14239, "lpoly_": null, "rpoly_": null, "length": 135.33830681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2956, "l_t_add": 2998, "r_f_add": 2953, "r_t_add": 2999, "st_code": 40340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18123, "Shape__Length": 53.979818871343767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132909585181494, 39.9954793548821 ], [ -75.132834979152193, 39.995846417134302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14300, "tnode_": 14291, "lpoly_": null, "rpoly_": null, "length": 149.03198371000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 74620, "l_hundred": 100, "r_hundred": 100, "seg_id": 540326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STELLA ST", "stname": "W STELLA ST", "objectid": 18124, "Shape__Length": 59.219272338831772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132909585181494, 39.9954793548821 ], [ -75.133434105080894, 39.995547348112503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14302, "tnode_": 14151, "lpoly_": null, "rpoly_": null, "length": 358.25097333000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 81820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 18125, "Shape__Length": 142.88881795950115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153373831195594, 39.995969739409503 ], [ -75.153164929023205, 39.996939968821501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14302, "tnode_": 14296, "lpoly_": null, "rpoly_": null, "length": 220.3522022, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1344, "l_t_add": 1398, "r_f_add": 1343, "r_t_add": 1399, "st_code": 69920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540328, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18126, "Shape__Length": 87.563998485554492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153373831195594, 39.995969739409503 ], [ -75.153960271678102, 39.9960435107621 ], [ -75.154144322235396, 39.996000806614298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14303, "tnode_": 14080, "lpoly_": null, "rpoly_": null, "length": 552.1977223, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 34980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540329, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 18127, "Shape__Length": 220.24398344939237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143794645832003, 39.995724946459603 ], [ -75.143467280444995, 39.997219740353501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14303, "tnode_": 14293, "lpoly_": null, "rpoly_": null, "length": 184.22856536, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 21040, "l_hundred": 700, "r_hundred": 700, "seg_id": 540330, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18128, "Shape__Length": 73.205089449707302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143794645832003, 39.995724946459603 ], [ -75.144443216855507, 39.995808200025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14304, "tnode_": 14110, "lpoly_": null, "rpoly_": null, "length": 780.27405094000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 12400, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540331, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18129, "Shape__Length": 310.40151392980948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104981113703701, 39.994815507516002 ], [ -75.102675925900797, 39.996017373949002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14306, "tnode_": 14086, "lpoly_": null, "rpoly_": null, "length": 551.20877571000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 81680, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 18130, "Shape__Length": 219.84612803726205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128947129852193, 39.995344146089103 ], [ -75.128644414049106, 39.996783574639302 ], [ -75.1286164683343, 39.996834200327598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14299, "tnode_": 14306, "lpoly_": null, "rpoly_": null, "length": 133.05055519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 113, "l_t_add": 125, "r_f_add": 116, "r_t_add": 132, "st_code": 44860, "l_hundred": 100, "r_hundred": 100, "seg_id": 540334, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18131, "Shape__Length": 52.86913016021839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129415013984897, 39.995406592790097 ], [ -75.128947129852193, 39.995344146089103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14260, "tnode_": 14307, "lpoly_": null, "rpoly_": null, "length": 138.67958481, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1821, "l_t_add": 1839, "r_f_add": 1820, "r_t_add": 1836, "st_code": 23700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540335, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18132, "Shape__Length": 55.248116590009154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114559104358904, 39.995283588526199 ], [ -75.114280153264104, 39.994969112317598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14308, "tnode_": 14273, "lpoly_": null, "rpoly_": null, "length": 81.596517490000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2824, "l_t_add": 2832, "r_f_add": 2825, "r_t_add": 2833, "st_code": 62960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18133, "Shape__Length": 32.544308886659039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152836237169694, 39.995897899166003 ], [ -75.152786313938407, 39.996118576065598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14308, "tnode_": 14302, "lpoly_": null, "rpoly_": null, "length": 152.87807668, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1328, "l_t_add": 1342, "r_f_add": 1329, "r_t_add": 1341, "st_code": 69920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18134, "Shape__Length": 60.748334702506703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152836237169694, 39.995897899166003 ], [ -75.153373831195594, 39.995969739409503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14310, "tnode_": 14090, "lpoly_": null, "rpoly_": null, "length": 552.28865098999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 87930, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540338, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18135, "Shape__Length": 220.27981501307002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143154256978804, 39.995645166444 ], [ -75.142825616241296, 39.997140047895101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14310, "tnode_": 14303, "lpoly_": null, "rpoly_": null, "length": 181.76137482000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 21040, "l_hundred": 700, "r_hundred": 700, "seg_id": 540339, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18136, "Shape__Length": 72.224200579014877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143154256978804, 39.995645166444 ], [ -75.143794645832003, 39.995724946459603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14312, "tnode_": 14096, "lpoly_": null, "rpoly_": null, "length": 549.69650746000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 75760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540340, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SWANSON ST", "stname": "N SWANSON ST", "objectid": 18137, "Shape__Length": 219.24420748688047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128492066081606, 39.995285706086598 ], [ -75.128161102896399, 39.9967730654893 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14306, "tnode_": 14312, "lpoly_": null, "rpoly_": null, "length": 129.26463438, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 127, "l_t_add": 147, "r_f_add": 134, "r_t_add": 146, "st_code": 44860, "l_hundred": 100, "r_hundred": 100, "seg_id": 540341, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18138, "Shape__Length": 51.364277084363216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128947129852193, 39.995344146089103 ], [ -75.128492066081606, 39.995285706086598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14313, "tnode_": 14253, "lpoly_": null, "rpoly_": null, "length": 149.70750154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2932, "l_t_add": 2952, "r_f_add": 2937, "r_t_add": 2951, "st_code": 87850, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540342, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18139, "Shape__Length": 59.710530164231301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1365201035985, 39.995487740388398 ], [ -75.136434109763897, 39.995893348737702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14315, "tnode_": 14277, "lpoly_": null, "rpoly_": null, "length": 157.06743715, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 150, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 39120, "l_hundred": 100, "r_hundred": 100, "seg_id": 540343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 18140, "Shape__Length": 62.503689284147825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131515524094596, 39.9953208638997 ], [ -75.131950516695099, 39.995592845514501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14319, "tnode_": 14276, "lpoly_": null, "rpoly_": null, "length": 212.64336394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3166, "l_t_add": 3198, "r_f_add": 3175, "r_t_add": 3199, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18141, "Shape__Length": 84.590509423107221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1128442115713, 39.994856123139002 ], [ -75.112214842111698, 39.9951823470577 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14320, "tnode_": 14101, "lpoly_": null, "rpoly_": null, "length": 552.50931721000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 11020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540346, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18142, "Shape__Length": 220.36739425534157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128000178635006, 39.9952184012907 ], [ -75.127677876387395, 39.996714712646202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14312, "tnode_": 14320, "lpoly_": null, "rpoly_": null, "length": 139.9808435, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 149, "l_t_add": 199, "r_f_add": 148, "r_t_add": 198, "st_code": 44860, "l_hundred": 100, "r_hundred": 100, "seg_id": 540347, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18143, "Shape__Length": 55.623175673565669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128492066081606, 39.995285706086598 ], [ -75.128000178635006, 39.9952184012907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14321, "tnode_": 14308, "lpoly_": null, "rpoly_": null, "length": 33.64073247, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2822, "l_t_add": 2822, "r_f_add": 2823, "r_t_add": 2823, "st_code": 62960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18144, "Shape__Length": 13.417830235534492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152853615466199, 39.995806523615201 ], [ -75.152836237169694, 39.995897899166003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14323, "tnode_": 14102, "lpoly_": null, "rpoly_": null, "length": 551.07273176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 53860, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540349, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18145, "Shape__Length": 219.7955785228084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142323686630505, 39.995535450995099 ], [ -75.1420032793432, 39.997028006392497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14323, "tnode_": 14310, "lpoly_": null, "rpoly_": null, "length": 236.11512576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 630, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 21040, "l_hundred": 600, "r_hundred": 600, "seg_id": 540350, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18146, "Shape__Length": 93.82307441053625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142323686630505, 39.995535450995099 ], [ -75.143154256978804, 39.995645166444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14327, "tnode_": 14294, "lpoly_": null, "rpoly_": null, "length": 79.20506151, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2820, "l_t_add": 2826, "r_f_add": 2821, "r_t_add": 2827, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540351, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18147, "Shape__Length": 31.591329345330553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151928270019894, 39.995786140221803 ], [ -75.151886144198201, 39.996001140260098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14328, "tnode_": 14287, "lpoly_": null, "rpoly_": null, "length": 191.48782837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3234, "l_t_add": 3254, "r_f_add": 3245, "r_t_add": 3249, "st_code": 31640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540352, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18148, "Shape__Length": 76.173187479065618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110366824068393, 39.994741509584003 ], [ -75.109798151605602, 39.995033075924702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14329, "tnode_": 14319, "lpoly_": null, "rpoly_": null, "length": 43.97394271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3162, "l_t_add": 3164, "r_f_add": 3165, "r_t_add": 3173, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540354, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18149, "Shape__Length": 17.495095256296111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112971443602504, 39.994785443686702 ], [ -75.1128442115713, 39.994856123139002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14330, "tnode_": 14270, "lpoly_": null, "rpoly_": null, "length": 147.44062291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3022, "r_f_add": 3001, "r_t_add": 3013, "st_code": 31220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 18150, "Shape__Length": 58.805299812617669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127345037566599, 39.995137278346498 ], [ -75.127254958595401, 39.995536047150303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14320, "tnode_": 14330, "lpoly_": null, "rpoly_": null, "length": 185.92110316, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 218, "st_code": 44860, "l_hundred": 200, "r_hundred": 200, "seg_id": 540356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18151, "Shape__Length": 73.876458941565033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128000178635006, 39.9952184012907 ], [ -75.127345037566599, 39.995137278346498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14332, "tnode_": 14264, "lpoly_": null, "rpoly_": null, "length": 147.63823179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2934, "l_t_add": 2954, "r_f_add": 0, "r_t_add": 0, "st_code": 12440, "l_hundred": 2900, "r_hundred": 0, "seg_id": 540357, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18152, "Shape__Length": 58.89081962955963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135532409093798, 39.995368124167797 ], [ -75.135514039655703, 39.995773162896903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14332, "tnode_": 14313, "lpoly_": null, "rpoly_": null, "length": 280.14092225999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 17680, "l_hundred": 200, "r_hundred": 200, "seg_id": 540358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BIRCH ST", "stname": "W BIRCH ST", "objectid": 18153, "Shape__Length": 111.31500075987307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135532409093798, 39.995368124167797 ], [ -75.1365201035985, 39.995487740388398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14334, "tnode_": 14292, "lpoly_": null, "rpoly_": null, "length": 120.25051576, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2958, "l_t_add": 2998, "r_f_add": 2955, "r_t_add": 2999, "st_code": 35200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540359, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18154, "Shape__Length": 47.962381247396138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129985488741397, 39.9951426283694 ], [ -75.129923722640896, 39.995469294547298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14334, "tnode_": 14284, "lpoly_": null, "rpoly_": null, "length": 197.04897232, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 119, "st_code": 78160, "l_hundred": 100, "r_hundred": 100, "seg_id": 540360, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 18155, "Shape__Length": 78.445546378145679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129985488741397, 39.9951426283694 ], [ -75.130082749356106, 39.995201405687098 ], [ -75.130402858330399, 39.995434536395202 ], [ -75.130479710500097, 39.9955233932683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14335, "tnode_": 14327, "lpoly_": null, "rpoly_": null, "length": 35.11992912, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2818, "l_t_add": 2818, "r_f_add": 2819, "r_t_add": 2819, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540361, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18156, "Shape__Length": 14.00749383003865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151948638603201, 39.995691013042702 ], [ -75.151928270019894, 39.995786140221803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14335, "tnode_": 14321, "lpoly_": null, "rpoly_": null, "length": 257.0222302, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1327, "st_code": 69920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540362, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18157, "Shape__Length": 102.13024360264041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151948638603201, 39.995691013042702 ], [ -75.152853615466199, 39.995806523615201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14336, "tnode_": 14260, "lpoly_": null, "rpoly_": null, "length": 310.8845331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 70000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540363, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18158, "Shape__Length": 123.69293871660955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115448461088107, 39.994774997032501 ], [ -75.115380830161797, 39.994828373337199 ], [ -75.114559104358904, 39.995283588526199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14279, "tnode_": 14336, "lpoly_": null, "rpoly_": null, "length": 173.55166183, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1813, "r_f_add": 1800, "r_t_add": 1806, "st_code": 23620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540364, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18159, "Shape__Length": 69.14832887965197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115781478979699, 39.995176708081303 ], [ -75.115448461088107, 39.994774997032501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14337, "tnode_": 14112, "lpoly_": null, "rpoly_": null, "length": 551.45136364999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 87910, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540365, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 18160, "Shape__Length": 219.9450042097483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141498493923606, 39.995431153296003 ], [ -75.141169208658894, 39.996923619456801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14337, "tnode_": 14323, "lpoly_": null, "rpoly_": null, "length": 234.30255246000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 628, "r_f_add": 601, "r_t_add": 623, "st_code": 21040, "l_hundred": 600, "r_hundred": 600, "seg_id": 540366, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18161, "Shape__Length": 93.101811050895478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141498493923606, 39.995431153296003 ], [ -75.142323686630505, 39.995535450995099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14339, "tnode_": 14291, "lpoly_": null, "rpoly_": null, "length": 113.65260764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2936, "l_t_add": 2950, "r_f_add": 2935, "r_t_add": 2949, "st_code": 62760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540367, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18162, "Shape__Length": 45.329495802933664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133502273272697, 39.995239794730203 ], [ -75.133434105080894, 39.995547348112503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14330, "tnode_": 14340, "lpoly_": null, "rpoly_": null, "length": 180.53936419, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 221, "l_t_add": 241, "r_f_add": 220, "r_t_add": 238, "st_code": 44860, "l_hundred": 200, "r_hundred": 200, "seg_id": 540368, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18163, "Shape__Length": 71.738523574028449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127345037566599, 39.995137278346498 ], [ -75.126709556440801, 39.995055251195403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14283, "tnode_": 14342, "lpoly_": null, "rpoly_": null, "length": 169.45131984, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2025, "l_t_add": 2029, "r_f_add": 2024, "r_t_add": 2036, "st_code": 82560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18164, "Shape__Length": 67.509736718212068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108489901210902, 39.995000779560897 ], [ -75.108154917594106, 39.9946134861014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14344, "tnode_": 14300, "lpoly_": null, "rpoly_": null, "length": 116.02406725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2940, "l_t_add": 2954, "r_f_add": 2939, "r_t_add": 2951, "st_code": 40340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540370, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18165, "Shape__Length": 46.274841114415857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132982130143404, 39.995165779982699 ], [ -75.132909585181494, 39.9954793548821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14344, "tnode_": 14339, "lpoly_": null, "rpoly_": null, "length": 148.20687528, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 17680, "l_hundred": 100, "r_hundred": 100, "seg_id": 540371, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BIRCH ST", "stname": "W BIRCH ST", "objectid": 18166, "Shape__Length": 58.892415915098645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132982130143404, 39.995165779982699 ], [ -75.133502273272697, 39.995239794730203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14346, "tnode_": 14120, "lpoly_": null, "rpoly_": null, "length": 550.58237644000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 33240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540372, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 18167, "Shape__Length": 219.59888225342399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140839431097604, 39.9953445332184 ], [ -75.140515819698194, 39.996835314840503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14346, "tnode_": 14337, "lpoly_": null, "rpoly_": null, "length": 187.3323345, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 536, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 21040, "l_hundred": 500, "r_hundred": 500, "seg_id": 540373, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18168, "Shape__Length": 74.438363783677488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140839431097604, 39.9953445332184 ], [ -75.141498493923606, 39.995431153296003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14348, "tnode_": 14289, "lpoly_": null, "rpoly_": null, "length": 161.02159154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2814, "l_t_add": 2828, "r_f_add": 2815, "r_t_add": 2833, "st_code": 88030, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540374, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18169, "Shape__Length": 64.223711417818379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150351472484004, 39.995578718091402 ], [ -75.150262435153607, 39.996015405225798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14348, "tnode_": 14327, "lpoly_": null, "rpoly_": null, "length": 448.19915414999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 69920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540375, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18170, "Shape__Length": 178.09719279413952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150351472484004, 39.995578718091402 ], [ -75.151928270019894, 39.995786140221803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14349, "tnode_": 14290, "lpoly_": null, "rpoly_": null, "length": 149.14260337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3017, "st_code": 15380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540376, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18171, "Shape__Length": 59.486057670919358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1260573468888, 39.994966398452299 ], [ -75.125981336295197, 39.9953716177045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14340, "tnode_": 14349, "lpoly_": null, "rpoly_": null, "length": 185.58102917, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 243, "l_t_add": 299, "r_f_add": 240, "r_t_add": 298, "st_code": 44860, "l_hundred": 200, "r_hundred": 200, "seg_id": 540377, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18172, "Shape__Length": 73.742654278472074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126709556440801, 39.995055251195403 ], [ -75.1260573468888, 39.994966398452299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14351, "tnode_": 14315, "lpoly_": null, "rpoly_": null, "length": 156.26071634000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 130, "l_t_add": 148, "r_f_add": 131, "r_t_add": 149, "st_code": 39120, "l_hundred": 100, "r_hundred": 100, "seg_id": 540378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 18173, "Shape__Length": 62.187231988908309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131089878743495, 39.995043686765797 ], [ -75.131515524094596, 39.9953208638997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14355, "tnode_": 14130, "lpoly_": null, "rpoly_": null, "length": 551.20953935, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 67820, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540379, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 18174, "Shape__Length": 219.84859718050387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140192707151598, 39.995260309964202 ], [ -75.139867624453302, 39.996752647832302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14355, "tnode_": 14346, "lpoly_": null, "rpoly_": null, "length": 183.7779988, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 518, "l_t_add": 534, "r_f_add": 519, "r_t_add": 533, "st_code": 21040, "l_hundred": 500, "r_hundred": 500, "seg_id": 540380, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18175, "Shape__Length": 73.025776471357631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140192707151598, 39.995260309964202 ], [ -75.140839431097604, 39.9953445332184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14356, "tnode_": 14329, "lpoly_": null, "rpoly_": null, "length": 110.81185671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3150, "l_t_add": 3160, "r_f_add": 3147, "r_t_add": 3163, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540381, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18176, "Shape__Length": 44.0819453084694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113298477724598, 39.994614376603799 ], [ -75.112971443602504, 39.994785443686702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14168, "tnode_": 14356, "lpoly_": null, "rpoly_": null, "length": 570.95476783000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 51080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 18177, "Shape__Length": 227.46419088899148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114441102434697, 39.995912153589799 ], [ -75.113298477724598, 39.994614376603799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14357, "tnode_": 14135, "lpoly_": null, "rpoly_": null, "length": 548.9056088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 61760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540383, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 18178, "Shape__Length": 218.92883687944811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125332900481396, 39.9948760596277 ], [ -75.125011911926094, 39.996362510595802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14349, "tnode_": 14357, "lpoly_": null, "rpoly_": null, "length": 205.62672026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 331, "r_f_add": 300, "r_t_add": 322, "st_code": 44860, "l_hundred": 300, "r_hundred": 300, "seg_id": 540384, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18179, "Shape__Length": 81.706365390710801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1260573468888, 39.994966398452299 ], [ -75.125332900481396, 39.9948760596277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14358, "tnode_": 14181, "lpoly_": null, "rpoly_": null, "length": 777.54477332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 24240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540385, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18180, "Shape__Length": 309.31327617441633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104604380373701, 39.994397295311302 ], [ -75.102306461364293, 39.995594039828198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14304, "tnode_": 14358, "lpoly_": null, "rpoly_": null, "length": 185.34125300999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2105, "r_f_add": 2100, "r_t_add": 2118, "st_code": 61380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18181, "Shape__Length": 73.834989805756479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104981113703701, 39.994815507516002 ], [ -75.104604380373701, 39.994397295311302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14359, "tnode_": 14296, "lpoly_": null, "rpoly_": null, "length": 172.59289321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2815, "st_code": 19140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18182, "Shape__Length": 68.836556482081946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154255730624698, 39.995534830756696 ], [ -75.154144322235396, 39.996000806614298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14359, "tnode_": 14286, "lpoly_": null, "rpoly_": null, "length": 545.14451142999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 73280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540388, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18183, "Shape__Length": 216.76630664671177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154255730624698, 39.995534830756696 ], [ -75.155704108379098, 39.995731969634903 ], [ -75.155808355415104, 39.995862692745597 ], [ -75.155953690094407, 39.9960426469355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14363, "tnode_": 14150, "lpoly_": null, "rpoly_": null, "length": 550.5680093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 69360, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540389, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 18184, "Shape__Length": 219.59293505607334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124601400826293, 39.994778851222598 ], [ -75.124289019690295, 39.996271008980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14357, "tnode_": 14363, "lpoly_": null, "rpoly_": null, "length": 207.98936629000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 333, "l_t_add": 343, "r_f_add": 324, "r_t_add": 346, "st_code": 44860, "l_hundred": 300, "r_hundred": 300, "seg_id": 540390, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18185, "Shape__Length": 82.646160240856844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125332900481396, 39.9948760596277 ], [ -75.124601400826293, 39.994778851222598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14364, "tnode_": 14139, "lpoly_": null, "rpoly_": null, "length": 552.58392845999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 87890, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540391, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 18186, "Shape__Length": 220.39718736738689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139522595631604, 39.995173962649801 ], [ -75.139201484968098, 39.996670633108799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14364, "tnode_": 14355, "lpoly_": null, "rpoly_": null, "length": 190.36845539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 517, "st_code": 21040, "l_hundred": 500, "r_hundred": 500, "seg_id": 540392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18187, "Shape__Length": 75.644285635791377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139522595631604, 39.995173962649801 ], [ -75.140192707151598, 39.995260309964202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14366, "tnode_": 14269, "lpoly_": null, "rpoly_": null, "length": 448.17538857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 65400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540393, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 18188, "Shape__Length": 178.3084471755943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117905427948202, 39.9945656017223 ], [ -75.117307012604499, 39.994885694180297 ], [ -75.116610161641105, 39.9952871887049 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14366, "tnode_": 14251, "lpoly_": null, "rpoly_": null, "length": 316.73186666000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3050, "l_t_add": 3098, "r_f_add": 3019, "r_t_add": 3099, "st_code": 33120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540394, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 18189, "Shape__Length": 126.32796676239394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117905427948202, 39.9945656017223 ], [ -75.117733632447994, 39.995424970776597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14363, "tnode_": 14369, "lpoly_": null, "rpoly_": null, "length": 124.63901586, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 345, "l_t_add": 359, "r_f_add": 348, "r_t_add": 358, "st_code": 44860, "l_hundred": 300, "r_hundred": 300, "seg_id": 540395, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18190, "Shape__Length": 49.525493676347089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124601400826293, 39.994778851222598 ], [ -75.124162224621799, 39.994724377597301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14371, "tnode_": 14157, "lpoly_": null, "rpoly_": null, "length": 553.1705482399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 20720, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540396, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 18191, "Shape__Length": 220.63122195554016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123869293383805, 39.994684897636198 ], [ -75.123559471171603, 39.996184605259401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14369, "tnode_": 14371, "lpoly_": null, "rpoly_": null, "length": 83.32462035, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 361, "l_t_add": 399, "r_f_add": 360, "r_t_add": 398, "st_code": 44860, "l_hundred": 300, "r_hundred": 300, "seg_id": 540397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18192, "Shape__Length": 33.109718717544737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124162224621799, 39.994724377597301 ], [ -75.123869293383805, 39.994684897636198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14372, "tnode_": 14356, "lpoly_": null, "rpoly_": null, "length": 93.37000778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3140, "l_t_add": 3148, "r_f_add": 3137, "r_t_add": 3145, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540398, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18193, "Shape__Length": 37.144358933968995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113572628206995, 39.994468656362997 ], [ -75.113298477724598, 39.994614376603799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14373, "tnode_": 14149, "lpoly_": null, "rpoly_": null, "length": 552.73223685000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 61660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540399, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 18194, "Shape__Length": 220.4541285252476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139031064942799, 39.995108649751799 ], [ -75.138696192569, 39.996603948217498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14373, "tnode_": 14364, "lpoly_": null, "rpoly_": null, "length": 139.7572983, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 432, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 21040, "l_hundred": 400, "r_hundred": 400, "seg_id": 540400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18195, "Shape__Length": 55.533883299424602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139031064942799, 39.995108649751799 ], [ -75.139522595631604, 39.995173962649801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14375, "tnode_": 14307, "lpoly_": null, "rpoly_": null, "length": 306.40969009000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOUTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 75120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540401, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOUTON ST", "stname": "STOUTON ST", "objectid": 18196, "Shape__Length": 121.89206090959777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1151851424342, 39.994496876207997 ], [ -75.114280153264104, 39.994969112317598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14336, "tnode_": 14375, "lpoly_": null, "rpoly_": null, "length": 125.33042261, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1815, "l_t_add": 1825, "r_f_add": 1808, "r_t_add": 1810, "st_code": 23620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540402, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18197, "Shape__Length": 49.923938669650504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115448461088107, 39.994774997032501 ], [ -75.1151851424342, 39.994496876207997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14377, "tnode_": 14152, "lpoly_": null, "rpoly_": null, "length": 550.18375327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 49660, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540403, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 18198, "Shape__Length": 219.439718911489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138590112518401, 39.995056166264902 ], [ -75.138271974830005, 39.9965465355912 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14377, "tnode_": 14373, "lpoly_": null, "rpoly_": null, "length": 125.01684268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 426, "l_t_add": 430, "r_f_add": 427, "r_t_add": 429, "st_code": 21040, "l_hundred": 400, "r_hundred": 400, "seg_id": 540404, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18199, "Shape__Length": 49.675479719281327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138590112518401, 39.995056166264902 ], [ -75.139031064942799, 39.995108649751799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14378, "tnode_": 14258, "lpoly_": null, "rpoly_": null, "length": 305.8111491, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2832, "l_t_add": 2898, "r_f_add": 2821, "r_t_add": 2899, "st_code": 44180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540405, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18200, "Shape__Length": 121.96936287070794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1463936729523, 39.995211183187003 ], [ -75.146200060854994, 39.996037359511398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14379, "tnode_": 14339, "lpoly_": null, "rpoly_": null, "length": 117.06742646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2916, "l_t_add": 2934, "r_f_add": 2915, "r_t_add": 2933, "st_code": 62760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540406, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18201, "Shape__Length": 46.691494846346082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133570865930395, 39.9949227902367 ], [ -75.133502273272697, 39.995239794730203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14382, "tnode_": 14160, "lpoly_": null, "rpoly_": null, "length": 549.71431586999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 12920, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540407, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 18202, "Shape__Length": 219.24950610400384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123380977785303, 39.994626132333202 ], [ -75.123076237022701, 39.996062474173499 ], [ -75.123055674169294, 39.996113785645598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14371, "tnode_": 14382, "lpoly_": null, "rpoly_": null, "length": 138.48198541, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 416, "st_code": 44860, "l_hundred": 400, "r_hundred": 400, "seg_id": 540408, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18203, "Shape__Length": 55.025623372993799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123869293383805, 39.994684897636198 ], [ -75.123380977785303, 39.994626132333202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14383, "tnode_": 14321, "lpoly_": null, "rpoly_": null, "length": 162.26467991000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2820, "r_f_add": 2801, "r_t_add": 2821, "st_code": 62960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18204, "Shape__Length": 64.71790145203758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152953217752, 39.995367724026103 ], [ -75.152853615466199, 39.995806523615201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14383, "tnode_": 14359, "lpoly_": null, "rpoly_": null, "length": 369.97901563, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 73280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18205, "Shape__Length": 147.01421635382803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152953217752, 39.995367724026103 ], [ -75.154255730624698, 39.995534830756696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14387, "tnode_": 14164, "lpoly_": null, "rpoly_": null, "length": 551.64257698000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 50100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540411, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 18206, "Shape__Length": 220.02028915712731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138137069610096, 39.994994917422702 ], [ -75.137810546973398, 39.996488274615501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14387, "tnode_": 14377, "lpoly_": null, "rpoly_": null, "length": 128.87992293, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 414, "l_t_add": 424, "r_f_add": 415, "r_t_add": 425, "st_code": 21040, "l_hundred": 400, "r_hundred": 400, "seg_id": 540412, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18207, "Shape__Length": 51.211768871648573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138137069610096, 39.994994917422702 ], [ -75.138590112518401, 39.995056166264902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14389, "tnode_": 14344, "lpoly_": null, "rpoly_": null, "length": 116.13355966, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2930, "l_t_add": 2938, "r_f_add": 2923, "r_t_add": 2937, "st_code": 40340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540413, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18208, "Shape__Length": 46.319619141093746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133045587585499, 39.994850737333699 ], [ -75.132982130143404, 39.995165779982699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14389, "tnode_": 14379, "lpoly_": null, "rpoly_": null, "length": 149.49542176, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56640, "l_hundred": 100, "r_hundred": 100, "seg_id": 540414, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONMOUTH ST", "stname": "W MONMOUTH ST", "objectid": 18209, "Shape__Length": 59.403630324543663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133045587585499, 39.994850737333699 ], [ -75.133570865930395, 39.9949227902367 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14390, "tnode_": 14372, "lpoly_": null, "rpoly_": null, "length": 61.90834591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3134, "l_t_add": 3138, "r_f_add": 3129, "r_t_add": 3135, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18210, "Shape__Length": 24.623751146232667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113760531867399, 39.994379244171199 ], [ -75.113572628206995, 39.994468656362997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14307, "tnode_": 14390, "lpoly_": null, "rpoly_": null, "length": 259.55514153999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1841, "l_t_add": 1899, "r_f_add": 1838, "r_t_add": 1898, "st_code": 23700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18211, "Shape__Length": 103.40387824918285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114280153264104, 39.994969112317598 ], [ -75.113760531867399, 39.994379244171199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14392, "tnode_": 14226, "lpoly_": null, "rpoly_": null, "length": 407.29784410999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3060, "r_f_add": 3001, "r_t_add": 3051, "st_code": 18480, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18212, "Shape__Length": 162.4500628335972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122893322408899, 39.994558467078498 ], [ -75.122670432004696, 39.995663329001701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14382, "tnode_": 14392, "lpoly_": null, "rpoly_": null, "length": 138.83814668, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 415, "l_t_add": 431, "r_f_add": 418, "r_t_add": 432, "st_code": 44860, "l_hundred": 400, "r_hundred": 400, "seg_id": 540418, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18213, "Shape__Length": 55.168758831038048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123380977785303, 39.994626132333202 ], [ -75.122893322408899, 39.994558467078498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14393, "tnode_": 14215, "lpoly_": null, "rpoly_": null, "length": 775.76179204000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 45940, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540419, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 18214, "Shape__Length": 308.60568651711515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100982109448395, 39.9941120945387 ], [ -75.100617954759898, 39.9942940964903 ], [ -75.098693623896693, 39.995310636413102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14395, "tnode_": 14172, "lpoly_": null, "rpoly_": null, "length": 551.22033520999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 87870, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540421, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 18215, "Shape__Length": 219.8524554223651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137672848302699, 39.994937649886502 ], [ -75.137351833940301, 39.996430538486301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14395, "tnode_": 14387, "lpoly_": null, "rpoly_": null, "length": 131.72837540999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 413, "st_code": 21040, "l_hundred": 400, "r_hundred": 400, "seg_id": 540422, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18216, "Shape__Length": 52.34257089405115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137672848302699, 39.994937649886502 ], [ -75.138137069610096, 39.994994917422702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14396, "tnode_": 14274, "lpoly_": null, "rpoly_": null, "length": 305.30906424, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2826, "l_t_add": 2898, "r_f_add": 2831, "r_t_add": 2899, "st_code": 87970, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540423, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18217, "Shape__Length": 121.77126994166836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145606866633997, 39.995111362796997 ], [ -75.145429178152398, 39.995938256124603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14396, "tnode_": 14378, "lpoly_": null, "rpoly_": null, "length": 223.42643433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 14040, "l_hundred": 900, "r_hundred": 900, "seg_id": 540424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AUBURN ST", "stname": "W AUBURN ST", "objectid": 18218, "Shape__Length": 88.779754002469545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145606866633997, 39.995111362796997 ], [ -75.1463936729523, 39.995211183187003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14397, "tnode_": 14335, "lpoly_": null, "rpoly_": null, "length": 162.51424090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2816, "r_f_add": 2801, "r_t_add": 2817, "st_code": 88050, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540425, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18219, "Shape__Length": 64.817937945737214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152044265620901, 39.995250996061301 ], [ -75.151948638603201, 39.995691013042702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14397, "tnode_": 14383, "lpoly_": null, "rpoly_": null, "length": 258.19533887999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1325, "st_code": 73280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540426, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18220, "Shape__Length": 102.59585600239397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152044265620901, 39.995250996061301 ], [ -75.152953217752, 39.995367724026103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14399, "tnode_": 14351, "lpoly_": null, "rpoly_": null, "length": 175.05717873, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 116, "l_t_add": 128, "r_f_add": 121, "r_t_add": 129, "st_code": 39120, "l_hundred": 100, "r_hundred": 100, "seg_id": 540427, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 18221, "Shape__Length": 69.678888779288314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130630487783705, 39.994717975461 ], [ -75.131089878743495, 39.995043686765797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14392, "tnode_": 14401, "lpoly_": null, "rpoly_": null, "length": 135.58267674000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 433, "l_t_add": 447, "r_f_add": 434, "r_t_add": 454, "st_code": 44860, "l_hundred": 400, "r_hundred": 400, "seg_id": 540428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18222, "Shape__Length": 53.874246513435303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122893322408899, 39.994558467078498 ], [ -75.122416104838905, 39.994496790828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14403, "tnode_": 14207, "lpoly_": null, "rpoly_": null, "length": 782.57792871000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 34960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540429, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18223, "Shape__Length": 311.33647474243025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107802963935796, 39.994214366842201 ], [ -75.105520125332404, 39.9954521957983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14342, "tnode_": 14403, "lpoly_": null, "rpoly_": null, "length": 175.67898233, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2031, "l_t_add": 2035, "r_f_add": 2038, "r_t_add": 2042, "st_code": 82560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18224, "Shape__Length": 69.988159667366929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108154917594106, 39.9946134861014 ], [ -75.107802963935796, 39.994214366842201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14404, "tnode_": 14186, "lpoly_": null, "rpoly_": null, "length": 549.89062073999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 61580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540431, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 18225, "Shape__Length": 219.3203882316021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137178530551495, 39.994873335965103 ], [ -75.136847991832198, 39.996361291550301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14404, "tnode_": 14395, "lpoly_": null, "rpoly_": null, "length": 140.46616128000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 21040, "l_hundred": 300, "r_hundred": 300, "seg_id": 540432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18226, "Shape__Length": 55.81510582805749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137178530551495, 39.994873335965103 ], [ -75.137672848302699, 39.994937649886502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14406, "tnode_": 14359, "lpoly_": null, "rpoly_": null, "length": 112.10822059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2738, "l_t_add": 2798, "r_f_add": 2733, "r_t_add": 2799, "st_code": 19140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540433, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18227, "Shape__Length": 44.713809643704451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154320993631202, 39.995231201078298 ], [ -75.154255730624698, 39.995534830756696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14408, "tnode_": 14328, "lpoly_": null, "rpoly_": null, "length": 339.68566642000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3232, "r_f_add": 3201, "r_t_add": 3243, "st_code": 31640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540434, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18228, "Shape__Length": 135.12733563836684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111372360379704, 39.9942205708317 ], [ -75.110366824068393, 39.994741509584003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14276, "tnode_": 14408, "lpoly_": null, "rpoly_": null, "length": 422.45667942, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 12040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540435, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18229, "Shape__Length": 168.3037122257262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112214842111698, 39.9951823470577 ], [ -75.111372360379704, 39.9942205708317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14407, "tnode_": 14342, "lpoly_": null, "rpoly_": null, "length": 295.32702462999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOYCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 46320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540436, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOYCE ST", "stname": "JOYCE ST", "objectid": 18230, "Shape__Length": 117.48269325766184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109027171830803, 39.994158333301101 ], [ -75.108154917594106, 39.9946134861014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14287, "tnode_": 14407, "lpoly_": null, "rpoly_": null, "length": 384.97074013000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2073, "r_f_add": 2000, "r_t_add": 2046, "st_code": 83260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540437, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 18231, "Shape__Length": 153.36774120956827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109798151605602, 39.995033075924702 ], [ -75.109027171830803, 39.994158333301101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14409, "tnode_": 14243, "lpoly_": null, "rpoly_": null, "length": 407.85046861999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3042, "r_f_add": 3001, "r_t_add": 3047, "st_code": 27080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540438, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18232, "Shape__Length": 162.67051578395132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121927625133793, 39.994434214991202 ], [ -75.121706915604605, 39.995540870622001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14401, "tnode_": 14409, "lpoly_": null, "rpoly_": null, "length": 138.74907832, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 449, "l_t_add": 499, "r_f_add": 456, "r_t_add": 498, "st_code": 44860, "l_hundred": 400, "r_hundred": 400, "seg_id": 540439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18233, "Shape__Length": 55.132274375808755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122416104838905, 39.994496790828101 ], [ -75.121927625133793, 39.994434214991202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14416, "tnode_": 14313, "lpoly_": null, "rpoly_": null, "length": 250.38299014, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2930, "r_f_add": 2901, "r_t_add": 2935, "st_code": 87850, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540440, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18234, "Shape__Length": 99.863043298973153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136670213472001, 39.994810174345901 ], [ -75.1365201035985, 39.995487740388398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14416, "tnode_": 14404, "lpoly_": null, "rpoly_": null, "length": 144.26764074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 315, "st_code": 21040, "l_hundred": 300, "r_hundred": 300, "seg_id": 540441, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18235, "Shape__Length": 57.325052264702457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136670213472001, 39.994810174345901 ], [ -75.137178530551495, 39.994873335965103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14418, "tnode_": 14196, "lpoly_": null, "rpoly_": null, "length": 551.42645015999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 38100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540442, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 18236, "Shape__Length": 219.93255998457641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1214468451182, 39.994372155767998 ], [ -75.121123717744993, 39.995865347965697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14409, "tnode_": 14418, "lpoly_": null, "rpoly_": null, "length": 136.59037745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 508, "st_code": 44860, "l_hundred": 500, "r_hundred": 500, "seg_id": 540443, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18237, "Shape__Length": 54.274546141168571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121927625133793, 39.994434214991202 ], [ -75.1214468451182, 39.994372155767998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14420, "tnode_": 14390, "lpoly_": null, "rpoly_": null, "length": 102.71878499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3116, "l_t_add": 3132, "r_f_add": 3121, "r_t_add": 3127, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540444, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18238, "Shape__Length": 40.865216540827412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114059522065006, 39.994216068186397 ], [ -75.113760531867399, 39.994379244171199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14423, "tnode_": 14348, "lpoly_": null, "rpoly_": null, "length": 195.46475904, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2812, "r_f_add": 2801, "r_t_add": 2813, "st_code": 88030, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18239, "Shape__Length": 77.959420276842238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150469737607693, 39.995049909451602 ], [ -75.150351472484004, 39.995578718091402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14423, "tnode_": 14397, "lpoly_": null, "rpoly_": null, "length": 447.19196356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 73280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540446, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18240, "Shape__Length": 177.69446339246929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150469737607693, 39.995049909451602 ], [ -75.152044265620901, 39.995250996061301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14424, "tnode_": 14201, "lpoly_": null, "rpoly_": null, "length": 551.89223168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 69260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 18241, "Shape__Length": 220.11855287845742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120961017381305, 39.994309719401897 ], [ -75.120640522568607, 39.995804543070399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14418, "tnode_": 14424, "lpoly_": null, "rpoly_": null, "length": 138.00805612000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 513, "l_t_add": 529, "r_f_add": 510, "r_t_add": 524, "st_code": 44860, "l_hundred": 500, "r_hundred": 500, "seg_id": 540448, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18242, "Shape__Length": 54.837763659931809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1214468451182, 39.994372155767998 ], [ -75.120961017381305, 39.994309719401897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14431, "tnode_": 14383, "lpoly_": null, "rpoly_": null, "length": 112.15139264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2748, "l_t_add": 2798, "r_f_add": 2749, "r_t_add": 2799, "st_code": 62960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540449, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18243, "Shape__Length": 44.730185936404922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153023436588896, 39.995064628757497 ], [ -75.152953217752, 39.995367724026103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14431, "tnode_": 14406, "lpoly_": null, "rpoly_": null, "length": 368.59689994999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 71700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540450, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 18244, "Shape__Length": 146.4644441427582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153023436588896, 39.995064628757497 ], [ -75.153481445521706, 39.995128261815701 ], [ -75.154320993631202, 39.995231201078298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14432, "tnode_": 14208, "lpoly_": null, "rpoly_": null, "length": 552.45595482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 41000, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540451, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 18245, "Shape__Length": 220.34302138185674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120476138680402, 39.994246907148899 ], [ -75.1201541391533, 39.995743108043698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14424, "tnode_": 14432, "lpoly_": null, "rpoly_": null, "length": 137.76859403999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 531, "l_t_add": 541, "r_f_add": 526, "r_t_add": 536, "st_code": 44860, "l_hundred": 500, "r_hundred": 500, "seg_id": 540452, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18246, "Shape__Length": 54.742654391739116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120961017381305, 39.994309719401897 ], [ -75.120476138680402, 39.994246907148899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14436, "tnode_": 14332, "lpoly_": null, "rpoly_": null, "length": 265.89879803000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2932, "r_f_add": 0, "r_t_add": 0, "st_code": 12440, "l_hundred": 2900, "r_hundred": 0, "seg_id": 540453, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18247, "Shape__Length": 106.04228765947087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135541848160699, 39.994658276497603 ], [ -75.135605645928706, 39.994717692458003 ], [ -75.135532409093798, 39.995368124167797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14436, "tnode_": 14416, "lpoly_": null, "rpoly_": null, "length": 320.95345052, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 250, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 21040, "l_hundred": 200, "r_hundred": 200, "seg_id": 540454, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18248, "Shape__Length": 127.53349734625458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135541848160699, 39.994658276497603 ], [ -75.136670213472001, 39.994810174345901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14437, "tnode_": 14213, "lpoly_": null, "rpoly_": null, "length": 550.5012762, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 54140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 18249, "Shape__Length": 219.56504903044475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149678483325403, 39.994952177869699 ], [ -75.149353355747294, 39.996442538368299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14437, "tnode_": 14423, "lpoly_": null, "rpoly_": null, "length": 224.53475164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1118, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 73280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540456, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18250, "Shape__Length": 89.219463493894736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149678483325403, 39.994952177869699 ], [ -75.150469737607693, 39.995049909451602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14439, "tnode_": 14220, "lpoly_": null, "rpoly_": null, "length": 554.97953237000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 30300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540457, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 18251, "Shape__Length": 221.34933668181898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119991390134302, 39.994177730943797 ], [ -75.119668041759695, 39.995680781867897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14432, "tnode_": 14439, "lpoly_": null, "rpoly_": null, "length": 138.13681382, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 543, "l_t_add": 599, "r_f_add": 538, "r_t_add": 598, "st_code": 44860, "l_hundred": 500, "r_hundred": 500, "seg_id": 540458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18252, "Shape__Length": 54.890152572219208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120476138680402, 39.994246907148899 ], [ -75.119991390134302, 39.994177730943797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14441, "tnode_": 14219, "lpoly_": null, "rpoly_": null, "length": 557.6679002000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 64500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 18253, "Shape__Length": 222.40846949603687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134807745239598, 39.9945632545789 ], [ -75.134502287272198, 39.996010506375001 ], [ -75.134446693364595, 39.996059023914803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14441, "tnode_": 14436, "lpoly_": null, "rpoly_": null, "length": 208.57512416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 220, "l_t_add": 248, "r_f_add": 217, "r_t_add": 239, "st_code": 21040, "l_hundred": 200, "r_hundred": 200, "seg_id": 540460, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18254, "Shape__Length": 82.878176827759646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134807745239598, 39.9945632545789 ], [ -75.135541848160699, 39.994658276497603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14444, "tnode_": 14256, "lpoly_": null, "rpoly_": null, "length": 777.15752438000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 82100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 18255, "Shape__Length": 309.15777156162341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100702565718706, 39.993792530609603 ], [ -75.0984075780853, 39.994990683222099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14393, "tnode_": 14444, "lpoly_": null, "rpoly_": null, "length": 140.30784856999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2253, "l_t_add": 2259, "r_f_add": 2242, "r_t_add": 2254, "st_code": 77400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18256, "Shape__Length": 55.897156152466771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100982109448395, 39.9941120945387 ], [ -75.100702565718706, 39.993792530609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14447, "tnode_": 14431, "lpoly_": null, "rpoly_": null, "length": 36.91251967, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2738, "l_t_add": 2746, "r_f_add": 2739, "r_t_add": 2747, "st_code": 62960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540463, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18257, "Shape__Length": 14.722508138706679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153043396089501, 39.994964468987497 ], [ -75.153023436588896, 39.995064628757497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14448, "tnode_": 14259, "lpoly_": null, "rpoly_": null, "length": 776.94444172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 25020, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 18258, "Shape__Length": 309.079409523903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1075073915339, 39.993886713200602 ], [ -75.105283024790594, 39.995048009816799 ], [ -75.105221773421604, 39.995092877397703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14403, "tnode_": 14448, "lpoly_": null, "rpoly_": null, "length": 145.2747305, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2037, "l_t_add": 2039, "r_f_add": 2044, "r_t_add": 2070, "st_code": 82560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540465, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18259, "Shape__Length": 57.872947843336092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107802963935796, 39.994214366842201 ], [ -75.1075073915339, 39.993886713200602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14449, "tnode_": 14224, "lpoly_": null, "rpoly_": null, "length": 551.67800574, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 88010, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540466, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18260, "Shape__Length": 220.03422072417112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148892325391301, 39.994847363427397 ], [ -75.148567672881597, 39.996341060317697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14449, "tnode_": 14437, "lpoly_": null, "rpoly_": null, "length": 223.55155693, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1121, "st_code": 73280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540467, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18261, "Shape__Length": 88.83007497356833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148892325391301, 39.994847363427397 ], [ -75.149678483325403, 39.994952177869699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14450, "tnode_": 14334, "lpoly_": null, "rpoly_": null, "length": 277.3418627, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2914, "l_t_add": 2956, "r_f_add": 2909, "r_t_add": 2953, "st_code": 35200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540468, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18262, "Shape__Length": 110.611731014873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130171004048606, 39.994394781165902 ], [ -75.129985488741397, 39.9951426283694 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14450, "tnode_": 14399, "lpoly_": null, "rpoly_": null, "length": 174.45665404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 119, "st_code": 39120, "l_hundred": 100, "r_hundred": 100, "seg_id": 540469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 18263, "Shape__Length": 69.43844434857256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130171004048606, 39.994394781165902 ], [ -75.130630487783705, 39.994717975461 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14454, "tnode_": 14227, "lpoly_": null, "rpoly_": null, "length": 549.20105859, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 87830, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540470, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 18264, "Shape__Length": 219.04535664910213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134219925337305, 39.994489634323401 ], [ -75.133898185291301, 39.995976811169001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14454, "tnode_": 14441, "lpoly_": null, "rpoly_": null, "length": 166.86625261, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 218, "r_f_add": 201, "r_t_add": 215, "st_code": 21040, "l_hundred": 200, "r_hundred": 200, "seg_id": 540471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18265, "Shape__Length": 66.304454492945894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134219925337305, 39.994489634323401 ], [ -75.134807745239598, 39.9945632545789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14455, "tnode_": 14397, "lpoly_": null, "rpoly_": null, "length": 148.97518579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2742, "l_t_add": 2798, "r_f_add": 2743, "r_t_add": 2799, "st_code": 88050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540472, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18266, "Shape__Length": 59.417348586302957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152133589769605, 39.994847852931798 ], [ -75.152044265620901, 39.995250996061301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14455, "tnode_": 14447, "lpoly_": null, "rpoly_": null, "length": 258.42618824000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1327, "st_code": 71700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 18267, "Shape__Length": 102.68693546494744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152133589769605, 39.994847852931798 ], [ -75.153043396089501, 39.994964468987497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14459, "tnode_": 14235, "lpoly_": null, "rpoly_": null, "length": 550.19146742000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 81440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540474, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 18268, "Shape__Length": 219.44035611169716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148190234671503, 39.9947603115533 ], [ -75.147861804642602, 39.996249380930998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14459, "tnode_": 14449, "lpoly_": null, "rpoly_": null, "length": 199.25260024, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1018, "l_t_add": 1098, "r_f_add": 1019, "r_t_add": 1099, "st_code": 73280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540475, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18269, "Shape__Length": 79.17336467619856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148190234671503, 39.9947603115533 ], [ -75.148892325391301, 39.994847363427397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14461, "tnode_": 14406, "lpoly_": null, "rpoly_": null, "length": 129.44824962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2734, "l_t_add": 2736, "r_f_add": 2731, "r_t_add": 2731, "st_code": 19140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540476, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18270, "Shape__Length": 51.629823467836502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154394401750196, 39.994880363799702 ], [ -75.154320993631202, 39.995231201078298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14462, "tnode_": 14379, "lpoly_": null, "rpoly_": null, "length": 185.54317588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2913, "st_code": 62760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18271, "Shape__Length": 74.002804861706565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133674638503607, 39.9944197439455 ], [ -75.133570865930395, 39.9949227902367 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14462, "tnode_": 14454, "lpoly_": null, "rpoly_": null, "length": 154.88698736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 192, "l_t_add": 198, "r_f_add": 195, "r_t_add": 199, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540478, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18272, "Shape__Length": 61.544707744314422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133674638503607, 39.9944197439455 ], [ -75.134219925337305, 39.994489634323401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14465, "tnode_": 14420, "lpoly_": null, "rpoly_": null, "length": 202.89295269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3119, "st_code": 45980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540479, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18273, "Shape__Length": 80.711225347850899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1146591870706, 39.9939038492723 ], [ -75.114059522065006, 39.994216068186397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14375, "tnode_": 14465, "lpoly_": null, "rpoly_": null, "length": 261.50507933, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1812, "r_t_add": 1898, "st_code": 23620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540480, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18274, "Shape__Length": 104.17878471192734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1151851424342, 39.994496876207997 ], [ -75.1146591870706, 39.9939038492723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14467, "tnode_": 14389, "lpoly_": null, "rpoly_": null, "length": 183.48126628, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2921, "st_code": 40340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540481, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18275, "Shape__Length": 73.180094733107907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133150046510394, 39.994353507873598 ], [ -75.133045587585499, 39.994850737333699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14467, "tnode_": 14462, "lpoly_": null, "rpoly_": null, "length": 148.94927611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 180, "l_t_add": 190, "r_f_add": 189, "r_t_add": 193, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540482, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18276, "Shape__Length": 59.185102447425713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133150046510394, 39.994353507873598 ], [ -75.133674638503607, 39.9944197439455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14469, "tnode_": 14310, "lpoly_": null, "rpoly_": null, "length": 398.55153664, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2829, "r_t_add": 2899, "st_code": 87930, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540483, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18277, "Shape__Length": 158.95940947060214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143388052784104, 39.994565972055902 ], [ -75.143154256978804, 39.995645166444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14470, "tnode_": 14279, "lpoly_": null, "rpoly_": null, "length": 779.03067081000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3009, "r_t_add": 3099, "st_code": 47420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540484, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18278, "Shape__Length": 309.92997008894247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118045645011506, 39.9939354672739 ], [ -75.115781478979699, 39.995176708081303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14470, "tnode_": 14366, "lpoly_": null, "rpoly_": null, "length": 232.88455365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3017, "st_code": 33120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540485, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 18279, "Shape__Length": 92.882638564599418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118045645011506, 39.9939354672739 ], [ -75.117905427948202, 39.9945656017223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14439, "tnode_": 14470, "lpoly_": null, "rpoly_": null, "length": 552.26509362000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 44860, "l_hundred": 600, "r_hundred": 600, "seg_id": 540486, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 18280, "Shape__Length": 219.44125462259552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119991390134302, 39.994177730943797 ], [ -75.118045645011506, 39.9939354672739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14471, "tnode_": 14248, "lpoly_": null, "rpoly_": null, "length": 552.30354811999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 36660, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540487, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18281, "Shape__Length": 220.27447183946109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147463197314295, 39.994665144590002 ], [ -75.147083166929406, 39.996152843953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14471, "tnode_": 14459, "lpoly_": null, "rpoly_": null, "length": 206.63174738000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1017, "st_code": 73280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18282, "Shape__Length": 82.106288593949984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147463197314295, 39.994665144590002 ], [ -75.148190234671503, 39.9947603115533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14472, "tnode_": 14455, "lpoly_": null, "rpoly_": null, "length": 41.40141274, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2740, "l_t_add": 2740, "r_f_add": 2741, "r_t_add": 2741, "st_code": 88050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540489, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18283, "Shape__Length": 16.51259826094941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152157746378705, 39.994735729941098 ], [ -75.152133589769605, 39.994847852931798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14474, "tnode_": 14403, "lpoly_": null, "rpoly_": null, "length": 294.13203561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3242, "l_t_add": 3298, "r_f_add": 3247, "r_t_add": 3299, "st_code": 34960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540490, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18284, "Shape__Length": 117.01321859251554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108662597950399, 39.993750922495799 ], [ -75.107802963935796, 39.994214366842201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14407, "tnode_": 14474, "lpoly_": null, "rpoly_": null, "length": 180.16811845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2075, "l_t_add": 2097, "r_f_add": 2048, "r_t_add": 2072, "st_code": 83260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 18285, "Shape__Length": 71.774287043036367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109027171830803, 39.994158333301101 ], [ -75.108662597950399, 39.993750922495799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14475, "tnode_": 14408, "lpoly_": null, "rpoly_": null, "length": 267.84339211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3158, "l_t_add": 3198, "r_f_add": 3149, "r_t_add": 3199, "st_code": 31640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540492, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18286, "Shape__Length": 106.55102049340273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112160621467098, 39.993804601449803 ], [ -75.111372360379704, 39.9942205708317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14329, "tnode_": 14475, "lpoly_": null, "rpoly_": null, "length": 425.09492176999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 84020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540493, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 18287, "Shape__Length": 169.36699335294705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112971443602504, 39.994785443686702 ], [ -75.112175439597607, 39.993865060573398 ], [ -75.112160621467098, 39.993804601449803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14478, "tnode_": 14250, "lpoly_": null, "rpoly_": null, "length": 552.25245226999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 57680, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540494, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 18288, "Shape__Length": 220.26147481524356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132694604686293, 39.994289957115697 ], [ -75.132369135134894, 39.995785147404099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14478, "tnode_": 14467, "lpoly_": null, "rpoly_": null, "length": 129.69031644, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 170, "l_t_add": 178, "r_f_add": 167, "r_t_add": 187, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540495, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18289, "Shape__Length": 51.533639837124376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132694604686293, 39.994289957115697 ], [ -75.133150046510394, 39.994353507873598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14481, "tnode_": 14323, "lpoly_": null, "rpoly_": null, "length": 396.21337474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 53860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18290, "Shape__Length": 158.02447787150422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570405541605, 39.994464477849199 ], [ -75.142323686630505, 39.995535450995099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14481, "tnode_": 14469, "lpoly_": null, "rpoly_": null, "length": 232.05502368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 69920, "l_hundred": 600, "r_hundred": 600, "seg_id": 540497, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSH ST", "stname": "W RUSH ST", "objectid": 18291, "Shape__Length": 92.207092852531474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570405541605, 39.994464477849199 ], [ -75.143388052784104, 39.994565972055902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14482, "tnode_": 14392, "lpoly_": null, "rpoly_": null, "length": 195.15922438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2998, "r_f_add": 2937, "r_t_add": 2999, "st_code": 18480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540498, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18292, "Shape__Length": 77.836440016305758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123011136224605, 39.9940304500347 ], [ -75.122893322408899, 39.994558467078498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14483, "tnode_": 14277, "lpoly_": null, "rpoly_": null, "length": 504.04364603000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2962, "r_f_add": 2901, "r_t_add": 2957, "st_code": 54200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540499, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18293, "Shape__Length": 201.03558357803743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132232142266801, 39.994226243520103 ], [ -75.131950516695099, 39.995592845514501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14483, "tnode_": 14478, "lpoly_": null, "rpoly_": null, "length": 131.63681322, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 160, "l_t_add": 168, "r_f_add": 161, "r_t_add": 165, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540500, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18294, "Shape__Length": 52.30688825260242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132232142266801, 39.994226243520103 ], [ -75.132694604686293, 39.994289957115697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14484, "tnode_": 14447, "lpoly_": null, "rpoly_": null, "length": 96.06975518, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2734, "l_t_add": 2736, "r_f_add": 2735, "r_t_add": 2737, "st_code": 62960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18295, "Shape__Length": 38.315964060247396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153103853153993, 39.994704877459498 ], [ -75.153043396089501, 39.994964468987497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14484, "tnode_": 14461, "lpoly_": null, "rpoly_": null, "length": 367.23836959, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 72860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18296, "Shape__Length": 145.92577526678517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153103853153993, 39.994704877459498 ], [ -75.154201222989101, 39.9948485035194 ], [ -75.154394401750196, 39.994880363799702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14486, "tnode_": 14281, "lpoly_": null, "rpoly_": null, "length": 822.4460414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 12900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540503, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18297, "Shape__Length": 327.13149146167598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097009012532297, 39.993409006703097 ], [ -75.095560833383004, 39.994103762669802 ], [ -75.094525433051899, 39.994612408237302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14487, "tnode_": 14378, "lpoly_": null, "rpoly_": null, "length": 245.87269245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2830, "r_f_add": 2801, "r_t_add": 2819, "st_code": 44180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540505, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18298, "Shape__Length": 98.064565906582501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146535535470804, 39.994545110164701 ], [ -75.1463936729523, 39.995211183187003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14487, "tnode_": 14471, "lpoly_": null, "rpoly_": null, "length": 263.56706323999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 922, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 73280, "l_hundred": 900, "r_hundred": 900, "seg_id": 540506, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18299, "Shape__Length": 104.72943184475849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146535535470804, 39.994545110164701 ], [ -75.147463197314295, 39.994665144590002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14489, "tnode_": 14304, "lpoly_": null, "rpoly_": null, "length": 775.92770006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 12400, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540507, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18300, "Shape__Length": 308.66762842686347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107272631766307, 39.993619441363101 ], [ -75.104981113703701, 39.994815507516002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14448, "tnode_": 14489, "lpoly_": null, "rpoly_": null, "length": 117.49884044000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2072, "r_t_add": 2098, "st_code": 82560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18301, "Shape__Length": 46.809828168692945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1075073915339, 39.993886713200602 ], [ -75.107272631766307, 39.993619441363101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14490, "tnode_": 14470, "lpoly_": null, "rpoly_": null, "length": 78.18441399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2970, "l_t_add": 2998, "r_f_add": 3001, "r_t_add": 3007, "st_code": 47420, "l_hundred": 2900, "r_hundred": 3000, "seg_id": 540509, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18302, "Shape__Length": 31.103213205171354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118274824568104, 39.993813023696802 ], [ -75.118045645011506, 39.9939354672739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14491, "tnode_": 14315, "lpoly_": null, "rpoly_": null, "length": 425.71105591000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 81740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 18303, "Shape__Length": 169.7912944924615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131762448597797, 39.994167770148501 ], [ -75.131515524094596, 39.9953208638997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14491, "tnode_": 14483, "lpoly_": null, "rpoly_": null, "length": 133.31345106000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 146, "l_t_add": 158, "r_f_add": 147, "r_t_add": 159, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540511, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18304, "Shape__Length": 52.97189879511695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131762448597797, 39.994167770148501 ], [ -75.132232142266801, 39.994226243520103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14494, "tnode_": 14351, "lpoly_": null, "rpoly_": null, "length": 345.15893624, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 43800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540512, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 18305, "Shape__Length": 137.66279494342206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131294393217502, 39.994109331312004 ], [ -75.131089878743495, 39.995043686765797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14494, "tnode_": 14491, "lpoly_": null, "rpoly_": null, "length": 132.858441, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 144, "r_f_add": 135, "r_t_add": 145, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540513, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18306, "Shape__Length": 52.791086100343158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131294393217502, 39.994109331312004 ], [ -75.131762448597797, 39.994167770148501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14495, "tnode_": 14423, "lpoly_": null, "rpoly_": null, "length": 191.35337844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2740, "l_t_add": 2798, "r_f_add": 2733, "r_t_add": 2799, "st_code": 88030, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540514, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18307, "Shape__Length": 76.319235185981086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150584253298604, 39.994532057805102 ], [ -75.150469737607693, 39.995049909451602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14495, "tnode_": 14472, "lpoly_": null, "rpoly_": null, "length": 447.06456704, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 71700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 18308, "Shape__Length": 177.64299077257027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150584253298604, 39.994532057805102 ], [ -75.152157746378705, 39.994735729941098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14496, "tnode_": 14396, "lpoly_": null, "rpoly_": null, "length": 244.78772139, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2824, "r_f_add": 2801, "r_t_add": 2829, "st_code": 87970, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540516, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18309, "Shape__Length": 97.631199924059231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145751531188594, 39.9944486662991 ], [ -75.145606866633997, 39.995111362796997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14496, "tnode_": 14487, "lpoly_": null, "rpoly_": null, "length": 222.45641341000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 920, "r_f_add": 901, "r_t_add": 921, "st_code": 73280, "l_hundred": 900, "r_hundred": 900, "seg_id": 540517, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18310, "Shape__Length": 88.392904935181178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145751531188594, 39.9944486662991 ], [ -75.146535535470804, 39.994545110164701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14497, "tnode_": 14484, "lpoly_": null, "rpoly_": null, "length": 35.99502301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2730, "l_t_add": 2732, "r_f_add": 2731, "r_t_add": 2733, "st_code": 62960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540518, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18311, "Shape__Length": 14.356545629684085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153122899052505, 39.994607158592999 ], [ -75.153103853153993, 39.994704877459498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14502, "tnode_": 14322, "lpoly_": null, "rpoly_": null, "length": 778.1599356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 78020, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540519, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 18312, "Shape__Length": 309.55404589052432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100303917241504, 39.993331695971101 ], [ -75.098908738151295, 39.994080721092303 ], [ -75.098005546855504, 39.994530346152899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14444, "tnode_": 14502, "lpoly_": null, "rpoly_": null, "length": 201.63746766000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2261, "l_t_add": 2299, "r_f_add": 2256, "r_t_add": 2298, "st_code": 77400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18313, "Shape__Length": 80.331274852029296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100702565718706, 39.993792530609603 ], [ -75.100303917241504, 39.993331695971101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14503, "tnode_": 14494, "lpoly_": null, "rpoly_": null, "length": 145.55691129000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 108, "l_t_add": 132, "r_f_add": 109, "r_t_add": 133, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540522, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18314, "Shape__Length": 57.837450858955847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130782408608894, 39.994041596018903 ], [ -75.131294393217502, 39.994109331312004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14504, "tnode_": 14280, "lpoly_": null, "rpoly_": null, "length": 552.45648987000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 27360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540523, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 18315, "Shape__Length": 220.33965452710774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145241600696195, 39.994378096132898 ], [ -75.145217450614993, 39.994422811795303 ], [ -75.144901184699293, 39.995870660878097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14504, "tnode_": 14496, "lpoly_": null, "rpoly_": null, "length": 145.16835636, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 812, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 73280, "l_hundred": 800, "r_hundred": 800, "seg_id": 540524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18316, "Shape__Length": 57.683943871618084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145241600696195, 39.994378096132898 ], [ -75.145751531188594, 39.9944486662991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14505, "tnode_": 14450, "lpoly_": null, "rpoly_": null, "length": 154.20498632000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2900, "l_t_add": 2912, "r_f_add": 2901, "r_t_add": 2907, "st_code": 35200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540525, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18317, "Shape__Length": 61.503670734126949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1302546322284, 39.993976384887397 ], [ -75.130171004048606, 39.994394781165902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14505, "tnode_": 14503, "lpoly_": null, "rpoly_": null, "length": 149.77091163, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 107, "st_code": 21040, "l_hundred": 100, "r_hundred": 100, "seg_id": 540526, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAMBRIA ST", "stname": "W CAMBRIA ST", "objectid": 18318, "Shape__Length": 59.510993451737065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1302546322284, 39.993976384887397 ], [ -75.130782408608894, 39.994041596018903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14506, "tnode_": 14293, "lpoly_": null, "rpoly_": null, "length": 549.69689677000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87950, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18319, "Shape__Length": 219.24316227119834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144761153472103, 39.994319160081403 ], [ -75.144443216855507, 39.995808200025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14506, "tnode_": 14504, "lpoly_": null, "rpoly_": null, "length": 136.31471574, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 73280, "l_hundred": 800, "r_hundred": 800, "seg_id": 540528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18320, "Shape__Length": 54.164412306734533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144761153472103, 39.994319160081403 ], [ -75.145241600696195, 39.994378096132898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14507, "tnode_": 14472, "lpoly_": null, "rpoly_": null, "length": 91.12518349, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2730, "l_t_add": 2738, "r_f_add": 2733, "r_t_add": 2739, "st_code": 88050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18321, "Shape__Length": 36.343580736901217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1522163556333, 39.994489675340603 ], [ -75.152157746378705, 39.994735729941098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14507, "tnode_": 14497, "lpoly_": null, "rpoly_": null, "length": 257.57808405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1327, "st_code": 72860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18322, "Shape__Length": 102.34963505321019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1522163556333, 39.994489675340603 ], [ -75.153122899052505, 39.994607158592999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14510, "tnode_": 14475, "lpoly_": null, "rpoly_": null, "length": 190.80038034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3132, "l_t_add": 3156, "r_f_add": 3137, "r_t_add": 3147, "st_code": 31640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540531, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18323, "Shape__Length": 75.902014811544745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112722223809797, 39.993508373386597 ], [ -75.112160621467098, 39.993804601449803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14372, "tnode_": 14510, "lpoly_": null, "rpoly_": null, "length": 423.25269615999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 51080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540532, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 18324, "Shape__Length": 168.61594807469137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113572628206995, 39.994468656362997 ], [ -75.112722223809797, 39.993508373386597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14505, "tnode_": 14511, "lpoly_": null, "rpoly_": null, "length": 155.13680538, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 21020, "l_hundred": 100, "r_hundred": 100, "seg_id": 540533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18325, "Shape__Length": 61.642841772218439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1302546322284, 39.993976384887397 ], [ -75.129707703412507, 39.993910016880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14450, "tnode_": 14514, "lpoly_": null, "rpoly_": null, "length": 266.48316787, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 131, "r_f_add": 100, "r_t_add": 110, "st_code": 39100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18326, "Shape__Length": 106.08565075865464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130171004048606, 39.994394781165902 ], [ -75.129498742516503, 39.993877306626302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14511, "tnode_": 14514, "lpoly_": null, "rpoly_": null, "length": 59.74805318, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 115, "l_t_add": 199, "r_f_add": 114, "r_t_add": 198, "st_code": 21020, "l_hundred": 100, "r_hundred": 100, "seg_id": 540535, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18327, "Shape__Length": 23.742032840835634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129707703412507, 39.993910016880299 ], [ -75.129498742516503, 39.993877306626302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14515, "tnode_": 14303, "lpoly_": null, "rpoly_": null, "length": 550.68302796, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 34980, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540536, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 18328, "Shape__Length": 219.63447715588612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144125063417306, 39.9942347686261 ], [ -75.143794645832003, 39.995724946459603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14515, "tnode_": 14506, "lpoly_": null, "rpoly_": null, "length": 180.85415311999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 73280, "l_hundred": 700, "r_hundred": 700, "seg_id": 540537, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18329, "Shape__Length": 71.863167864776088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144125063417306, 39.9942347686261 ], [ -75.144761153472103, 39.994319160081403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14516, "tnode_": 14474, "lpoly_": null, "rpoly_": null, "length": 260.81653324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3222, "l_t_add": 3240, "r_f_add": 3223, "r_t_add": 3245, "st_code": 34960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540538, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18330, "Shape__Length": 103.73788047410014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109453342767395, 39.993373150347502 ], [ -75.108662597950399, 39.993750922495799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14328, "tnode_": 14516, "lpoly_": null, "rpoly_": null, "length": 560.33797097000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 52840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540539, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 18331, "Shape__Length": 223.32364205895391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110366824068393, 39.994741509584003 ], [ -75.109453342767395, 39.993373150347502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14519, "tnode_": 14469, "lpoly_": null, "rpoly_": null, "length": 154.46887028999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2826, "r_f_add": 2801, "r_t_add": 2827, "st_code": 87930, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540540, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18332, "Shape__Length": 61.608089378353171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143478892803401, 39.994147731767796 ], [ -75.143388052784104, 39.994565972055902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14519, "tnode_": 14515, "lpoly_": null, "rpoly_": null, "length": 183.80209263, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 73280, "l_hundred": 700, "r_hundred": 700, "seg_id": 540541, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18333, "Shape__Length": 73.034701465716978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143478892803401, 39.994147731767796 ], [ -75.144125063417306, 39.9942347686261 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14520, "tnode_": 14465, "lpoly_": null, "rpoly_": null, "length": 280.29431915000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3066, "l_t_add": 3098, "r_f_add": 3071, "r_t_add": 3099, "st_code": 45980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540542, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18334, "Shape__Length": 111.50095462185072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115487724704494, 39.993472649363703 ], [ -75.1146591870706, 39.9939038492723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14465, "tnode_": 14522, "lpoly_": null, "rpoly_": null, "length": 212.20649449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 1900, "r_t_add": 1922, "st_code": 23620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540543, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18335, "Shape__Length": 84.543685836165551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1146591870706, 39.9939038492723 ], [ -75.114243033098404, 39.993417134418301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14526, "tnode_": 14320, "lpoly_": null, "rpoly_": null, "length": 542.20516919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 11020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540544, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18336, "Shape__Length": 216.25463656036987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128295735174703, 39.993748483050098 ], [ -75.128290303893195, 39.993876990382702 ], [ -75.128000178635006, 39.9952184012907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14334, "tnode_": 14526, "lpoly_": null, "rpoly_": null, "length": 696.82956681000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 78140, "l_hundred": 100, "r_hundred": 100, "seg_id": 540545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18337, "Shape__Length": 277.44230805515167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129985488741397, 39.9951426283694 ], [ -75.129892117941097, 39.995082901772797 ], [ -75.1291875621896, 39.994538869479001 ], [ -75.128379577919503, 39.993876533556303 ], [ -75.128295735174703, 39.993748483050098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14528, "tnode_": 14487, "lpoly_": null, "rpoly_": null, "length": 147.12963319000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2754, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 44180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18338, "Shape__Length": 58.681143602787415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146620442883702, 39.994146535901798 ], [ -75.146535535470804, 39.994545110164701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14514, "tnode_": 14531, "lpoly_": null, "rpoly_": null, "length": 86.65411763, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 133, "l_t_add": 163, "r_f_add": 112, "r_t_add": 126, "st_code": 39100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18339, "Shape__Length": 34.497697046877285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129498742516503, 39.993877306626302 ], [ -75.129282220302699, 39.993707452112702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14532, "tnode_": 14507, "lpoly_": null, "rpoly_": null, "length": 95.59986962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2720, "l_t_add": 2728, "r_f_add": 2723, "r_t_add": 2731, "st_code": 88050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540548, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18340, "Shape__Length": 38.129756835379453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152266183167796, 39.994230055362301 ], [ -75.1522163556333, 39.994489675340603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14536, "tnode_": 14358, "lpoly_": null, "rpoly_": null, "length": 778.68841501999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 24240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18341, "Shape__Length": 309.76274858383312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1069056782828, 39.993198835522598 ], [ -75.104604380373701, 39.994397295311302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14489, "tnode_": 14536, "lpoly_": null, "rpoly_": null, "length": 184.51892761, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2133, "r_f_add": 2100, "r_t_add": 2148, "st_code": 82560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18342, "Shape__Length": 73.510125328956661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107272631766307, 39.993619441363101 ], [ -75.1069056782828, 39.993198835522598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14538, "tnode_": 14330, "lpoly_": null, "rpoly_": null, "length": 549.89055258999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 31220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 18343, "Shape__Length": 219.3177735888988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127666414987402, 39.9936481369066 ], [ -75.127345037566599, 39.995137278346498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14526, "tnode_": 14538, "lpoly_": null, "rpoly_": null, "length": 180.97090848, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 214, "st_code": 21020, "l_hundred": 200, "r_hundred": 200, "seg_id": 540552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18344, "Shape__Length": 71.914967890150791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128295735174703, 39.993748483050098 ], [ -75.128117113378494, 39.993697037083002 ], [ -75.127666414987402, 39.9936481369066 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14539, "tnode_": 14336, "lpoly_": null, "rpoly_": null, "length": 871.49966722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 70000, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540553, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18345, "Shape__Length": 346.72685229509199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117964225995195, 39.993370767924802 ], [ -75.115507029954301, 39.994724743810401 ], [ -75.115448461088107, 39.994774997032501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14490, "tnode_": 14539, "lpoly_": null, "rpoly_": null, "length": 183.10814876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1814, "st_code": 61720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 18346, "Shape__Length": 72.972607072218224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118274824568104, 39.993813023696802 ], [ -75.117964225995195, 39.993370767924802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14540, "tnode_": 14401, "lpoly_": null, "rpoly_": null, "length": 345.42474742999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 44100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 18347, "Shape__Length": 137.76721516283502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122624136309994, 39.993562154694096 ], [ -75.122416104838905, 39.994496790828101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14482, "tnode_": 14540, "lpoly_": null, "rpoly_": null, "length": 202.13614702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 451, "r_f_add": 400, "r_t_add": 464, "st_code": 40940, "l_hundred": 400, "r_hundred": 400, "seg_id": 540556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18348, "Shape__Length": 80.536284167012809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123011136224605, 39.9940304500347 ], [ -75.122624136309994, 39.993562154694096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14486, "tnode_": 14543, "lpoly_": null, "rpoly_": null, "length": 206.5920615, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2433, "r_f_add": 2360, "r_t_add": 2398, "st_code": 79900, "l_hundred": 2400, "r_hundred": 2300, "seg_id": 540557, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18349, "Shape__Length": 82.30567568662407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097009012532297, 39.993409006703097 ], [ -75.096602600911297, 39.992935813358898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14544, "tnode_": 14496, "lpoly_": null, "rpoly_": null, "length": 148.52885304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2748, "l_t_add": 2798, "r_f_add": 2749, "r_t_add": 2799, "st_code": 87970, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540558, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18350, "Shape__Length": 59.238746876295465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145839853424704, 39.994046635281599 ], [ -75.145751531188594, 39.9944486662991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14544, "tnode_": 14528, "lpoly_": null, "rpoly_": null, "length": 221.71617525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 71700, "l_hundred": 900, "r_hundred": 900, "seg_id": 540559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SELTZER ST", "stname": "W SELTZER ST", "objectid": 18351, "Shape__Length": 88.098950544148167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145839853424704, 39.994046635281599 ], [ -75.146620442883702, 39.994146535901798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14545, "tnode_": 14495, "lpoly_": null, "rpoly_": null, "length": 133.40091039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2726, "l_t_add": 2738, "r_f_add": 2727, "r_t_add": 2731, "st_code": 88030, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540560, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18352, "Shape__Length": 53.20500033318843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150665267110995, 39.994171196082199 ], [ -75.150584253298604, 39.994532057805102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14547, "tnode_": 14489, "lpoly_": null, "rpoly_": null, "length": 295.58654102000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3223, "r_t_add": 3299, "st_code": 12400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18353, "Shape__Length": 117.58300603116369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108147295832893, 39.9931657718003 ], [ -75.107272631766307, 39.993619441363101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14474, "tnode_": 14547, "lpoly_": null, "rpoly_": null, "length": 257.45508754999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2099, "l_t_add": 2099, "r_f_add": 2074, "r_t_add": 2098, "st_code": 83260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 18354, "Shape__Length": 102.56546629916826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108662597950399, 39.993750922495799 ], [ -75.108147295832893, 39.9931657718003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14548, "tnode_": 14471, "lpoly_": null, "rpoly_": null, "length": 224.47816379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2734, "l_t_add": 2798, "r_f_add": 2739, "r_t_add": 2799, "st_code": 36660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540563, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18355, "Shape__Length": 89.525488805376682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147626063169795, 39.994061790962199 ], [ -75.147463197314295, 39.994665144590002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14549, "tnode_": 14510, "lpoly_": null, "rpoly_": null, "length": 164.78608459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3118, "l_t_add": 3130, "r_f_add": 3121, "r_t_add": 3135, "st_code": 31640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540564, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18356, "Shape__Length": 65.553016499482055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113207287217605, 39.993252571611897 ], [ -75.112722223809797, 39.993508373386597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14420, "tnode_": 14549, "lpoly_": null, "rpoly_": null, "length": 424.50951591, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 23700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540565, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18357, "Shape__Length": 169.1163545127161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114059522065006, 39.994216068186397 ], [ -75.113207287217605, 39.993252571611897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14550, "tnode_": 14337, "lpoly_": null, "rpoly_": null, "length": 551.58033263999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87910, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540566, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 18358, "Shape__Length": 219.99085843535462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141833165713194, 39.993939037694602 ], [ -75.141498493923606, 39.995431153296003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14550, "tnode_": 14519, "lpoly_": null, "rpoly_": null, "length": 467.3327534, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 73280, "l_hundred": 600, "r_hundred": 600, "seg_id": 540567, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18359, "Shape__Length": 185.6942321392049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141833165713194, 39.993939037694602 ], [ -75.143478892803401, 39.994147731767796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14551, "tnode_": 14340, "lpoly_": null, "rpoly_": null, "length": 551.30583057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 47880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540568, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 18360, "Shape__Length": 219.8819406803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127031977730994, 39.993562304810801 ], [ -75.126709556440801, 39.995055251195403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14538, "tnode_": 14551, "lpoly_": null, "rpoly_": null, "length": 180.48972769, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 221, "l_t_add": 239, "r_f_add": 216, "r_t_add": 240, "st_code": 21020, "l_hundred": 200, "r_hundred": 200, "seg_id": 540569, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18361, "Shape__Length": 71.717969843976903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127666414987402, 39.9936481369066 ], [ -75.127031977730994, 39.993562304810801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14551, "tnode_": 14552, "lpoly_": null, "rpoly_": null, "length": 41.68108851, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 241, "l_t_add": 243, "r_f_add": 242, "r_t_add": 244, "st_code": 21020, "l_hundred": 0, "r_hundred": 0, "seg_id": 540570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18362, "Shape__Length": 16.562264810531474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127031977730994, 39.993562304810801 ], [ -75.126885707419405, 39.993541451682198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14555, "tnode_": 14437, "lpoly_": null, "rpoly_": null, "length": 326.32805824999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 54140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540571, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 18363, "Shape__Length": 130.15237364441202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149870531930205, 39.994068629386 ], [ -75.149678483325403, 39.994952177869699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14555, "tnode_": 14545, "lpoly_": null, "rpoly_": null, "length": 225.78537957, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 72860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540572, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18364, "Shape__Length": 89.716037626168742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149870531930205, 39.994068629386 ], [ -75.150665267110995, 39.994171196082199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14556, "tnode_": 14346, "lpoly_": null, "rpoly_": null, "length": 552.23766144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 33240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540573, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 18365, "Shape__Length": 220.25319785369146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141171446721003, 39.993850236036401 ], [ -75.140839431097604, 39.9953445332184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14556, "tnode_": 14550, "lpoly_": null, "rpoly_": null, "length": 188.20492995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 538, "l_t_add": 598, "r_f_add": 539, "r_t_add": 599, "st_code": 73280, "l_hundred": 500, "r_hundred": 500, "seg_id": 540574, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18366, "Shape__Length": 74.783801678649681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141171446721003, 39.993850236036401 ], [ -75.141833165713194, 39.993939037694602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14558, "tnode_": 14545, "lpoly_": null, "rpoly_": null, "length": 52.72880344, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2722, "l_t_add": 2724, "r_f_add": 2721, "r_t_add": 2725, "st_code": 88030, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18367, "Shape__Length": 21.030186017393632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150696256078703, 39.994028424919698 ], [ -75.150665267110995, 39.994171196082199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14558, "tnode_": 14532, "lpoly_": null, "rpoly_": null, "length": 445.95944678000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 72860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540576, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18368, "Shape__Length": 177.20225854818375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150696256078703, 39.994028424919698 ], [ -75.152266183167796, 39.994230055362301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14560, "tnode_": 14528, "lpoly_": null, "rpoly_": null, "length": 74.19081736, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2740, "l_t_add": 2752, "r_f_add": 2741, "r_t_add": 2749, "st_code": 44180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540577, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18369, "Shape__Length": 29.589221320195058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146669149445202, 39.993946348088102 ], [ -75.146620442883702, 39.994146535901798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14560, "tnode_": 14548, "lpoly_": null, "rpoly_": null, "length": 271.39088578000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 924, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 72860, "l_hundred": 900, "r_hundred": 900, "seg_id": 540578, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18370, "Shape__Length": 107.83580435605124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146669149445202, 39.993946348088102 ], [ -75.147626063169795, 39.994061790962199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14563, "tnode_": 14499, "lpoly_": null, "rpoly_": null, "length": 316.24575097000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3658, "l_t_add": 3698, "r_f_add": 3659, "r_t_add": 3699, "st_code": 36420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18371, "Shape__Length": 125.80090865178485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094229930688499, 39.992743869827201 ], [ -75.093294838970095, 39.993230043703598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14564, "tnode_": 14349, "lpoly_": null, "rpoly_": null, "length": 551.67731539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 15380, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540580, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18372, "Shape__Length": 220.03028013134303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126376740792907, 39.993472033740098 ], [ -75.1260573468888, 39.994966398452299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14552, "tnode_": 14564, "lpoly_": null, "rpoly_": null, "length": 144.83057048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 245, "l_t_add": 299, "r_f_add": 246, "r_t_add": 298, "st_code": 21020, "l_hundred": 200, "r_hundred": 200, "seg_id": 540581, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18373, "Shape__Length": 57.548754373923124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126885707419405, 39.993541451682198 ], [ -75.126376740792907, 39.993472033740098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14565, "tnode_": 14393, "lpoly_": null, "rpoly_": null, "length": 781.81230431000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 45940, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540582, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 18374, "Shape__Length": 311.00911326941792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103285753061598, 39.992901051998302 ], [ -75.100982109448395, 39.9941120945387 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14358, "tnode_": 14565, "lpoly_": null, "rpoly_": null, "length": 658.47313312000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2107, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 61380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18375, "Shape__Length": 262.32422724217599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104604380373701, 39.994397295311302 ], [ -75.103285753061598, 39.992901051998302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14567, "tnode_": 14449, "lpoly_": null, "rpoly_": null, "length": 325.00669017999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2732, "l_t_add": 2798, "r_f_add": 2713, "r_t_add": 2799, "st_code": 88010, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540584, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18376, "Shape__Length": 129.62454497415771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149087832764195, 39.993967943585801 ], [ -75.148892325391301, 39.994847363427397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14567, "tnode_": 14555, "lpoly_": null, "rpoly_": null, "length": 222.34653995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1129, "st_code": 72860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540585, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18377, "Shape__Length": 88.349418819768559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149087832764195, 39.993967943585801 ], [ -75.149870531930205, 39.994068629386 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14569, "tnode_": 14355, "lpoly_": null, "rpoly_": null, "length": 552.10720758000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 67820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540586, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 18378, "Shape__Length": 220.20157893510489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140520003128699, 39.993765760171797 ], [ -75.140192707151598, 39.995260309964202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14569, "tnode_": 14556, "lpoly_": null, "rpoly_": null, "length": 185.10115758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 518, "l_t_add": 536, "r_f_add": 519, "r_t_add": 537, "st_code": 73280, "l_hundred": 500, "r_hundred": 500, "seg_id": 540587, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18379, "Shape__Length": 73.549859547466525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140520003128699, 39.993765760171797 ], [ -75.141171446721003, 39.993850236036401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14564, "tnode_": 14571, "lpoly_": null, "rpoly_": null, "length": 206.37208808000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 323, "r_f_add": 300, "r_t_add": 332, "st_code": 21020, "l_hundred": 300, "r_hundred": 300, "seg_id": 540588, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18380, "Shape__Length": 82.001313441606115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126376740792907, 39.993472033740098 ], [ -75.125650350406303, 39.993378262461903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14573, "tnode_": 14516, "lpoly_": null, "rpoly_": null, "length": 270.61979177000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3220, "r_f_add": 3201, "r_t_add": 3221, "st_code": 34960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540589, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18381, "Shape__Length": 107.64557704299966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110261502386507, 39.992966340356404 ], [ -75.109453342767395, 39.993373150347502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14408, "tnode_": 14573, "lpoly_": null, "rpoly_": null, "length": 552.83567153000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2053, "r_f_add": 2000, "r_t_add": 2056, "st_code": 12040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540590, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18382, "Shape__Length": 220.23805500858617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111372360379704, 39.9942205708317 ], [ -75.110261502386507, 39.992966340356404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14577, "tnode_": 14459, "lpoly_": null, "rpoly_": null, "length": 324.67838301999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 81440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540591, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 18383, "Shape__Length": 129.49312548881818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148387659001699, 39.993882059724399 ], [ -75.148190234671503, 39.9947603115533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14577, "tnode_": 14567, "lpoly_": null, "rpoly_": null, "length": 198.65742089, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 72860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540592, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18384, "Shape__Length": 78.935683108250714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148387659001699, 39.993882059724399 ], [ -75.149087832764195, 39.993967943585801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14578, "tnode_": 14526, "lpoly_": null, "rpoly_": null, "length": 214.09685412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2836, "l_t_add": 2898, "r_f_add": 2833, "r_t_add": 2899, "st_code": 11020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18385, "Shape__Length": 85.193958259237462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128891206606795, 39.9933801779421 ], [ -75.128295735174703, 39.993748483050098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14531, "tnode_": 14578, "lpoly_": null, "rpoly_": null, "length": 161.91410022, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 165, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 39100, "l_hundred": 100, "r_hundred": 100, "seg_id": 540594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18386, "Shape__Length": 64.467281807395679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129282220302699, 39.993707452112702 ], [ -75.128891206606795, 39.9933801779421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14579, "tnode_": 14560, "lpoly_": null, "rpoly_": null, "length": 45.04309681, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2724, "l_t_add": 2738, "r_f_add": 2731, "r_t_add": 2739, "st_code": 44180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540595, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18387, "Shape__Length": 17.964606931171858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146696839392007, 39.993824547229003 ], [ -75.146669149445202, 39.993946348088102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14580, "tnode_": 14364, "lpoly_": null, "rpoly_": null, "length": 551.65002730999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87890, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540596, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 18388, "Shape__Length": 220.01838832711877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139853533612893, 39.993681160542799 ], [ -75.139522595631604, 39.995173962649801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14580, "tnode_": 14569, "lpoly_": null, "rpoly_": null, "length": 189.26147854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 517, "st_code": 73280, "l_hundred": 500, "r_hundred": 500, "seg_id": 540597, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18389, "Shape__Length": 75.202532572137073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139853533612893, 39.993681160542799 ], [ -75.140520003128699, 39.993765760171797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14581, "tnode_": 14363, "lpoly_": null, "rpoly_": null, "length": 550.6112558100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 69360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 18390, "Shape__Length": 219.60466186539514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124919017927496, 39.993287227970697 ], [ -75.124601400826293, 39.994778851222598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14571, "tnode_": 14581, "lpoly_": null, "rpoly_": null, "length": 207.57649511, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 325, "l_t_add": 347, "r_f_add": 334, "r_t_add": 340, "st_code": 21020, "l_hundred": 300, "r_hundred": 300, "seg_id": 540599, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18391, "Shape__Length": 82.479155979357188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125650350406303, 39.993378262461903 ], [ -75.124919017927496, 39.993287227970697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14583, "tnode_": 14461, "lpoly_": null, "rpoly_": null, "length": 344.18791316, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2732, "r_f_add": 2701, "r_t_add": 2729, "st_code": 19140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540600, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18392, "Shape__Length": 137.27631569076041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154590455317305, 39.9939476362078 ], [ -75.154394401750196, 39.994880363799702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14583, "tnode_": 14561, "lpoly_": null, "rpoly_": null, "length": 465.99513088999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 50000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540601, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18393, "Shape__Length": 185.16324407960522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154590455317305, 39.9939476362078 ], [ -75.154823668186296, 39.993976319415303 ], [ -75.155054926367598, 39.994005086800698 ], [ -75.156230906736496, 39.994158297885598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14585, "tnode_": 14373, "lpoly_": null, "rpoly_": null, "length": 550.87285593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 61660, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 18394, "Shape__Length": 219.70995631613161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139349532376798, 39.993616405843902 ], [ -75.139031064942799, 39.995108649751799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14585, "tnode_": 14580, "lpoly_": null, "rpoly_": null, "length": 143.17094774999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 444, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 73280, "l_hundred": 400, "r_hundred": 400, "seg_id": 540603, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18395, "Shape__Length": 56.888665601730217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139349532376798, 39.993616405843902 ], [ -75.139853533612893, 39.993681160542799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14587, "tnode_": 14548, "lpoly_": null, "rpoly_": null, "length": 100.87113198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2726, "l_t_add": 2732, "r_f_add": 2729, "r_t_add": 2737, "st_code": 36660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540604, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18396, "Shape__Length": 40.228177437362291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147702475531503, 39.9937911962828 ], [ -75.147626063169795, 39.994061790962199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14587, "tnode_": 14577, "lpoly_": null, "rpoly_": null, "length": 194.8111392, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1021, "st_code": 72860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540605, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18397, "Shape__Length": 77.408526060140588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147702475531503, 39.9937911962828 ], [ -75.148387659001699, 39.993882059724399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14588, "tnode_": 14369, "lpoly_": null, "rpoly_": null, "length": 550.29341289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 70040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540606, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLEDGE ST", "stname": "RUTLEDGE ST", "objectid": 18398, "Shape__Length": 219.4778599049578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124478675787799, 39.993233491843299 ], [ -75.124162224621799, 39.994724377597301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14581, "tnode_": 14588, "lpoly_": null, "rpoly_": null, "length": 124.92182792, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 349, "l_t_add": 359, "r_f_add": 342, "r_t_add": 354, "st_code": 21020, "l_hundred": 300, "r_hundred": 300, "seg_id": 540607, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18399, "Shape__Length": 49.636623860644981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124919017927496, 39.993287227970697 ], [ -75.124478675787799, 39.993233491843299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14589, "tnode_": 14371, "lpoly_": null, "rpoly_": null, "length": 550.46744887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 20720, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540608, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 18400, "Shape__Length": 219.54649241163997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124190423116701, 39.993194119573197 ], [ -75.123869293383805, 39.994684897636198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14588, "tnode_": 14589, "lpoly_": null, "rpoly_": null, "length": 82.02863178, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 361, "l_t_add": 399, "r_f_add": 356, "r_t_add": 398, "st_code": 21020, "l_hundred": 300, "r_hundred": 300, "seg_id": 540609, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18401, "Shape__Length": 32.594132751714405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124478675787799, 39.993233491843299 ], [ -75.124190423116701, 39.993194119573197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14590, "tnode_": 14544, "lpoly_": null, "rpoly_": null, "length": 118.97477656, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2732, "l_t_add": 2746, "r_f_add": 2733, "r_t_add": 2747, "st_code": 87970, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18402, "Shape__Length": 47.451141898484423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145911319897294, 39.993724693778802 ], [ -75.145839853424704, 39.994046635281599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14590, "tnode_": 14579, "lpoly_": null, "rpoly_": null, "length": 223.07710281000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 923, "st_code": 72860, "l_hundred": 900, "r_hundred": 900, "seg_id": 540611, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SILVER ST", "stname": "W SILVER ST", "objectid": 18403, "Shape__Length": 88.639171286989409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145911319897294, 39.993724693778802 ], [ -75.146696839392007, 39.993824547229003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14591, "tnode_": 14377, "lpoly_": null, "rpoly_": null, "length": 551.4268854899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 49660, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 18404, "Shape__Length": 219.92941758623653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138918166440007, 39.993563608930103 ], [ -75.138590112518401, 39.995056166264902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14591, "tnode_": 14585, "lpoly_": null, "rpoly_": null, "length": 122.38369377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 432, "l_t_add": 442, "r_f_add": 433, "r_t_add": 443, "st_code": 73280, "l_hundred": 400, "r_hundred": 400, "seg_id": 540613, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18405, "Shape__Length": 48.628381307946654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138918166440007, 39.993563608930103 ], [ -75.139349532376798, 39.993616405843902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14592, "tnode_": 14549, "lpoly_": null, "rpoly_": null, "length": 207.08655019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3116, "r_f_add": 3101, "r_t_add": 3119, "st_code": 31640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540614, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18406, "Shape__Length": 82.378407302469782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113819159732699, 39.992933696974099 ], [ -75.113207287217605, 39.993252571611897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14522, "tnode_": 14592, "lpoly_": null, "rpoly_": null, "length": 212.41215167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1924, "r_t_add": 1998, "st_code": 23620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540615, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18407, "Shape__Length": 84.621449049434304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114243033098404, 39.993417134418301 ], [ -75.113819159732699, 39.992933696974099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14597, "tnode_": 14490, "lpoly_": null, "rpoly_": null, "length": 490.95776664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2910, "l_t_add": 2968, "r_f_add": 2915, "r_t_add": 2999, "st_code": 47420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540616, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18408, "Shape__Length": 195.32300067717534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119697016990699, 39.993025728676997 ], [ -75.118274824568104, 39.993813023696802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14598, "tnode_": 14387, "lpoly_": null, "rpoly_": null, "length": 551.08273212000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 50100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540617, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 18409, "Shape__Length": 219.79251986686231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138461078492199, 39.9935027953249 ], [ -75.138137069610096, 39.994994917422702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14598, "tnode_": 14591, "lpoly_": null, "rpoly_": null, "length": 129.97195397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 406, "l_t_add": 430, "r_f_add": 407, "r_t_add": 431, "st_code": 73280, "l_hundred": 400, "r_hundred": 400, "seg_id": 540618, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18410, "Shape__Length": 51.644376230755448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138461078492199, 39.9935027953249 ], [ -75.138918166440007, 39.993563608930103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14601, "tnode_": 14395, "lpoly_": null, "rpoly_": null, "length": 551.1631519, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87870, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 18411, "Shape__Length": 219.8236865752491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138001869323404, 39.993445952877401 ], [ -75.137672848302699, 39.994937649886502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14601, "tnode_": 14598, "lpoly_": null, "rpoly_": null, "length": 130.32007638, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 404, "r_f_add": 401, "r_t_add": 405, "st_code": 73280, "l_hundred": 400, "r_hundred": 400, "seg_id": 540620, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18412, "Shape__Length": 51.78187697465998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138001869323404, 39.993445952877401 ], [ -75.138461078492199, 39.9935027953249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14602, "tnode_": 14522, "lpoly_": null, "rpoly_": null, "length": 352.99394460999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 41700, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540621, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 18413, "Shape__Length": 140.41874069939973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115287793616105, 39.992875617772697 ], [ -75.115244318107898, 39.992898606147598 ], [ -75.114243033098404, 39.993417134418301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14603, "tnode_": 14482, "lpoly_": null, "rpoly_": null, "length": 356.906191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2938, "r_f_add": 2901, "r_t_add": 2935, "st_code": 18480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540622, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18414, "Shape__Length": 142.34698059611017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123215177458903, 39.993063349590201 ], [ -75.123011136224605, 39.9940304500347 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14589, "tnode_": 14603, "lpoly_": null, "rpoly_": null, "length": 277.37399392999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 427, "r_f_add": 400, "r_t_add": 430, "st_code": 21020, "l_hundred": 400, "r_hundred": 400, "seg_id": 540623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18415, "Shape__Length": 110.21413750392138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124190423116701, 39.993194119573197 ], [ -75.123215177458903, 39.993063349590201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14604, "tnode_": 14497, "lpoly_": null, "rpoly_": null, "length": 304.1291687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2728, "r_f_add": 2701, "r_t_add": 2729, "st_code": 62960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540624, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18416, "Shape__Length": 121.29877124266181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153296698910296, 39.9937830580187 ], [ -75.153122899052505, 39.994607158592999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14604, "tnode_": 14583, "lpoly_": null, "rpoly_": null, "length": 367.42334966, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1358, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 50000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540625, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18417, "Shape__Length": 145.99505531236463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153296698910296, 39.9937830580187 ], [ -75.154533026084295, 39.993939015983202 ], [ -75.154590455317305, 39.9939476362078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14605, "tnode_": 14536, "lpoly_": null, "rpoly_": null, "length": 296.10996097999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 24240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540626, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18418, "Shape__Length": 117.79063122813112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1077816947694, 39.992744144840103 ], [ -75.1069056782828, 39.993198835522598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14547, "tnode_": 14605, "lpoly_": null, "rpoly_": null, "length": 184.61777767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 83260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 18419, "Shape__Length": 73.549773657983096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108147295832893, 39.9931657718003 ], [ -75.1077816947694, 39.992744144840103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14609, "tnode_": 14444, "lpoly_": null, "rpoly_": null, "length": 781.79440827999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 82100, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540628, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 18420, "Shape__Length": 310.99873040178232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103008633039096, 39.992584319471 ], [ -75.100702565718706, 39.993792530609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14565, "tnode_": 14609, "lpoly_": null, "rpoly_": null, "length": 139.07376722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2257, "r_f_add": 2200, "r_t_add": 2246, "st_code": 61380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18421, "Shape__Length": 55.404510295944391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103285753061598, 39.992901051998302 ], [ -75.103008633039096, 39.992584319471 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14610, "tnode_": 14564, "lpoly_": null, "rpoly_": null, "length": 131.71467697999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2844, "l_t_add": 2898, "r_f_add": 2841, "r_t_add": 2899, "st_code": 15380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540630, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18422, "Shape__Length": 52.532549512473182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126450533625899, 39.993114943309102 ], [ -75.126376740792907, 39.993472033740098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14611, "tnode_": 14404, "lpoly_": null, "rpoly_": null, "length": 549.74914992000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 61580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540631, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 18423, "Shape__Length": 219.26128163738204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137494564136802, 39.993383911547603 ], [ -75.137178530551495, 39.994873335965103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14611, "tnode_": 14601, "lpoly_": null, "rpoly_": null, "length": 143.92606246999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 312, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 73280, "l_hundred": 300, "r_hundred": 300, "seg_id": 540632, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18424, "Shape__Length": 57.187948101000316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137494564136802, 39.993383911547603 ], [ -75.138001869323404, 39.993445952877401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14614, "tnode_": 14409, "lpoly_": null, "rpoly_": null, "length": 551.75298772999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 27080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540633, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18425, "Shape__Length": 220.0601793848158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122224371253793, 39.9929383933504 ], [ -75.122218583165804, 39.993108064964296 ], [ -75.121927625133793, 39.994434214991202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14540, "tnode_": 14614, "lpoly_": null, "rpoly_": null, "length": 254.86094114999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 453, "l_t_add": 499, "r_f_add": 466, "r_t_add": 498, "st_code": 40940, "l_hundred": 400, "r_hundred": 400, "seg_id": 540634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18426, "Shape__Length": 101.57617966694463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122624136309994, 39.993562154694096 ], [ -75.122284601613899, 39.9931071597846 ], [ -75.122224371253793, 39.9929383933504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14603, "tnode_": 14614, "lpoly_": null, "rpoly_": null, "length": 281.32017716000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 429, "l_t_add": 499, "r_f_add": 432, "r_t_add": 498, "st_code": 21020, "l_hundred": 400, "r_hundred": 400, "seg_id": 540635, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18427, "Shape__Length": 111.78046886074502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123215177458903, 39.993063349590201 ], [ -75.122224371253793, 39.9929383933504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14615, "tnode_": 14532, "lpoly_": null, "rpoly_": null, "length": 207.72524727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2718, "r_f_add": 2701, "r_t_add": 2721, "st_code": 88050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540636, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18428, "Shape__Length": 82.847681376041777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152392369851796, 39.993668144352398 ], [ -75.152266183167796, 39.994230055362301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14615, "tnode_": 14604, "lpoly_": null, "rpoly_": null, "length": 256.8150921, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1356, "r_f_add": 1301, "r_t_add": 1323, "st_code": 50000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 540637, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18429, "Shape__Length": 102.04480197577844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152392369851796, 39.993668144352398 ], [ -75.153296698910296, 39.9937830580187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14563, "tnode_": 14616, "lpoly_": null, "rpoly_": null, "length": 176.13958753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 64620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 18430, "Shape__Length": 70.170249959467142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094229930688499, 39.992743869827201 ], [ -75.093878104388807, 39.992343162513599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14619, "tnode_": 14418, "lpoly_": null, "rpoly_": null, "length": 551.32219695999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 38100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 18431, "Shape__Length": 219.88641722910265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121768273179001, 39.992879037527601 ], [ -75.1214468451182, 39.994372155767998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14614, "tnode_": 14619, "lpoly_": null, "rpoly_": null, "length": 129.61018051, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 512, "st_code": 21020, "l_hundred": 500, "r_hundred": 500, "seg_id": 540640, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18432, "Shape__Length": 51.499902860244418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122224371253793, 39.9929383933504 ], [ -75.121768273179001, 39.992879037527601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14620, "tnode_": 14571, "lpoly_": null, "rpoly_": null, "length": 133.11924523000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2848, "l_t_add": 2898, "r_f_add": 2845, "r_t_add": 2899, "st_code": 61760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 18433, "Shape__Length": 53.092688168121185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1257247809923, 39.993017345915 ], [ -75.125650350406303, 39.993378262461903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14610, "tnode_": 14620, "lpoly_": null, "rpoly_": null, "length": 206.43239983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 83300, "l_hundred": 300, "r_hundred": 300, "seg_id": 540642, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 18434, "Shape__Length": 82.025580606670971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126450533625899, 39.993114943309102 ], [ -75.1257247809923, 39.993017345915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14621, "tnode_": 14416, "lpoly_": null, "rpoly_": null, "length": 552.79727412, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87850, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540643, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18435, "Shape__Length": 220.47563573219503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136995957637097, 39.993313503551903 ], [ -75.136670213472001, 39.994810174345901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14621, "tnode_": 14611, "lpoly_": null, "rpoly_": null, "length": 142.03829381, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 311, "st_code": 73280, "l_hundred": 300, "r_hundred": 300, "seg_id": 540644, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18436, "Shape__Length": 56.439579977342696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136995957637097, 39.993313503551903 ], [ -75.137494564136802, 39.993383911547603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14624, "tnode_": 14579, "lpoly_": null, "rpoly_": null, "length": 118.86560364, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2712, "l_t_add": 2722, "r_f_add": 2711, "r_t_add": 2729, "st_code": 44180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540645, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18437, "Shape__Length": 47.40776401904607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146766058870895, 39.993502619200498 ], [ -75.146696839392007, 39.993824547229003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14627, "tnode_": 14424, "lpoly_": null, "rpoly_": null, "length": 552.74188233000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 69260, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540646, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 18438, "Shape__Length": 220.45265686336796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121281684739699, 39.992812554559698 ], [ -75.120961017381305, 39.994309719401897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14619, "tnode_": 14627, "lpoly_": null, "rpoly_": null, "length": 138.47144233, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 513, "l_t_add": 525, "r_f_add": 514, "r_t_add": 530, "st_code": 21020, "l_hundred": 500, "r_hundred": 500, "seg_id": 540647, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18439, "Shape__Length": 55.021427817340147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121768273179001, 39.992879037527601 ], [ -75.121281684739699, 39.992812554559698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14632, "tnode_": 14432, "lpoly_": null, "rpoly_": null, "length": 551.18495786999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 41000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 18440, "Shape__Length": 219.83128363723637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120797459700398, 39.992754157213099 ], [ -75.120476138680402, 39.994246907148899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14627, "tnode_": 14632, "lpoly_": null, "rpoly_": null, "length": 137.33264082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 527, "l_t_add": 537, "r_f_add": 532, "r_t_add": 570, "st_code": 21020, "l_hundred": 500, "r_hundred": 500, "seg_id": 540649, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18441, "Shape__Length": 54.56745041412406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121281684739699, 39.992812554559698 ], [ -75.120797459700398, 39.992754157213099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14633, "tnode_": 14573, "lpoly_": null, "rpoly_": null, "length": 281.30768363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3146, "l_t_add": 3198, "r_f_add": 3153, "r_t_add": 3199, "st_code": 34960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540650, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18442, "Shape__Length": 111.88653883021233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111114674992507, 39.9925592758051 ], [ -75.110261502386507, 39.992966340356404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14475, "tnode_": 14633, "lpoly_": null, "rpoly_": null, "length": 542.18560843, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 84020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540651, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 18443, "Shape__Length": 216.0094605883325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112160621467098, 39.993804601449803 ], [ -75.112141140391003, 39.993728595096599 ], [ -75.111114674992507, 39.9925592758051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14634, "tnode_": 14590, "lpoly_": null, "rpoly_": null, "length": 120.74191997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2718, "l_t_add": 2730, "r_f_add": 2719, "r_t_add": 2731, "st_code": 87970, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540652, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18444, "Shape__Length": 48.155536324581036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145985012019906, 39.993398124635 ], [ -75.145911319897294, 39.993724693778802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14634, "tnode_": 14624, "lpoly_": null, "rpoly_": null, "length": 222.12530519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 74720, "l_hundred": 900, "r_hundred": 900, "seg_id": 540653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STERNER ST", "stname": "W STERNER ST", "objectid": 18445, "Shape__Length": 88.261527441048869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145985012019906, 39.993398124635 ], [ -75.146766058870895, 39.993502619200498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14636, "tnode_": 14558, "lpoly_": null, "rpoly_": null, "length": 206.3666052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2719, "st_code": 88030, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540654, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18446, "Shape__Length": 82.306368910929393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150816154318804, 39.993469479664199 ], [ -75.150696256078703, 39.994028424919698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14636, "tnode_": 14615, "lpoly_": null, "rpoly_": null, "length": 447.52501891999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 50000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540655, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18447, "Shape__Length": 177.82218493997291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150816154318804, 39.993469479664199 ], [ -75.152392369851796, 39.993668144352398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14578, "tnode_": 14638, "lpoly_": null, "rpoly_": null, "length": 189.50180738, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 220, "st_code": 39100, "l_hundred": 200, "r_hundred": 200, "seg_id": 540656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18448, "Shape__Length": 75.475682802916481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128891206606795, 39.9933801779421 ], [ -75.128476850876595, 39.992969029739598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14639, "tnode_": 14436, "lpoly_": null, "rpoly_": null, "length": 551.56799286, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 12440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540657, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18449, "Shape__Length": 219.98587169983523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135809439468005, 39.993164052910601 ], [ -75.135517309769199, 39.994575626202803 ], [ -75.135541848160699, 39.994658276497603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14639, "tnode_": 14621, "lpoly_": null, "rpoly_": null, "length": 336.87656706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 73280, "l_hundred": 200, "r_hundred": 200, "seg_id": 540658, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18450, "Shape__Length": 133.85581985231528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135809439468005, 39.993164052910601 ], [ -75.136995957637097, 39.993313503551903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14616, "tnode_": 14664, "lpoly_": null, "rpoly_": null, "length": 174.54021952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2541, "r_f_add": 2520, "r_t_add": 2540, "st_code": 64620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 18451, "Shape__Length": 69.53179985736719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093878104388807, 39.992343162513599 ], [ -75.093527671649994, 39.991947033805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14641, "tnode_": 14597, "lpoly_": null, "rpoly_": null, "length": 212.99079192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2908, "r_f_add": 2901, "r_t_add": 2913, "st_code": 47420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540660, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18452, "Shape__Length": 84.737307040223982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120311761076707, 39.992681801351701 ], [ -75.119697016990699, 39.993025728676997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14641, "tnode_": 14439, "lpoly_": null, "rpoly_": null, "length": 552.2844128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 30300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 18453, "Shape__Length": 220.26978370509784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120311761076707, 39.992681801351701 ], [ -75.119991390134302, 39.994177730943797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14632, "tnode_": 14641, "lpoly_": null, "rpoly_": null, "length": 138.61707278999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 539, "l_t_add": 599, "r_f_add": 572, "r_t_add": 598, "st_code": 21020, "l_hundred": 500, "r_hundred": 500, "seg_id": 540662, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18454, "Shape__Length": 55.080405279658493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120797459700398, 39.992754157213099 ], [ -75.120311761076707, 39.992681801351701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14644, "tnode_": 14639, "lpoly_": null, "rpoly_": null, "length": 195.31786704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 216, "l_t_add": 248, "r_f_add": 221, "r_t_add": 249, "st_code": 73280, "l_hundred": 200, "r_hundred": 200, "seg_id": 540663, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18455, "Shape__Length": 77.60966922987042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135123190006894, 39.993069844985797 ], [ -75.135809439468005, 39.993164052910601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14645, "tnode_": 14539, "lpoly_": null, "rpoly_": null, "length": 470.46900412000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2930, "l_t_add": 2998, "r_f_add": 2927, "r_t_add": 2999, "st_code": 70000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540664, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18456, "Shape__Length": 187.16575662218852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119333779966098, 39.9926235637191 ], [ -75.117964225995195, 39.993370767924802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14597, "tnode_": 14645, "lpoly_": null, "rpoly_": null, "length": 178.38424598, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1818, "st_code": 56620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540665, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18457, "Shape__Length": 71.061322129177142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119697016990699, 39.993025728676997 ], [ -75.119333779966098, 39.9926235637191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14650, "tnode_": 14454, "lpoly_": null, "rpoly_": null, "length": 552.45603291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 87830, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540666, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 18458, "Shape__Length": 220.33847037113745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134545712363504, 39.992993919024798 ], [ -75.134219925337305, 39.994489634323401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14650, "tnode_": 14644, "lpoly_": null, "rpoly_": null, "length": 164.14980694, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 219, "st_code": 73280, "l_hundred": 200, "r_hundred": 200, "seg_id": 540667, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18459, "Shape__Length": 65.224299206574372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134545712363504, 39.992993919024798 ], [ -75.135123190006894, 39.993069844985797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14651, "tnode_": 14486, "lpoly_": null, "rpoly_": null, "length": 780.33100318000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 12900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540668, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18460, "Shape__Length": 310.42009820808755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099303498417697, 39.992194909222299 ], [ -75.097009012532297, 39.993409006703097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14502, "tnode_": 14651, "lpoly_": null, "rpoly_": null, "length": 500.06050815999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2359, "r_f_add": 2300, "r_t_add": 2358, "st_code": 77400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540669, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18461, "Shape__Length": 199.21328911304283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100303917241504, 39.993331695971101 ], [ -75.099303498417697, 39.992194909222299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14592, "tnode_": 14652, "lpoly_": null, "rpoly_": null, "length": 205.60758335, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2021, "r_f_add": 2000, "r_t_add": 2020, "st_code": 23620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540670, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18462, "Shape__Length": 81.908182148958261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113819159732699, 39.992933696974099 ], [ -75.113405082329905, 39.992467723158299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14655, "tnode_": 14547, "lpoly_": null, "rpoly_": null, "length": 530.8041801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3221, "st_code": 12400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18463, "Shape__Length": 211.15407597164833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1097117736374, 39.992344061078697 ], [ -75.108147295832893, 39.9931657718003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14573, "tnode_": 14655, "lpoly_": null, "rpoly_": null, "length": 274.06410298999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2055, "l_t_add": 2099, "r_f_add": 2058, "r_t_add": 2074, "st_code": 12040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540672, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18464, "Shape__Length": 109.18032682075363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110261502386507, 39.992966340356404 ], [ -75.1097117736374, 39.992344061078697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14656, "tnode_": 14567, "lpoly_": null, "rpoly_": null, "length": 260.65669606, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2711, "st_code": 88010, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540673, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18465, "Shape__Length": 103.95875933468174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149240889007402, 39.993262159461302 ], [ -75.149087832764195, 39.993967943585801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14656, "tnode_": 14636, "lpoly_": null, "rpoly_": null, "length": 447.78458131999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 50000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540674, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18466, "Shape__Length": 177.92640767620111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149240889007402, 39.993262159461302 ], [ -75.150816154318804, 39.993469479664199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14657, "tnode_": 14462, "lpoly_": null, "rpoly_": null, "length": 549.97922641000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 62760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18467, "Shape__Length": 219.35058645349358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133997825278698, 39.992930587785402 ], [ -75.133674638503607, 39.9944197439455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14657, "tnode_": 14650, "lpoly_": null, "rpoly_": null, "length": 155.23595827, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 186, "l_t_add": 198, "r_f_add": 195, "r_t_add": 199, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540676, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18468, "Shape__Length": 61.680811338847725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133997825278698, 39.992930587785402 ], [ -75.134545712363504, 39.992993919024798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14539, "tnode_": 14660, "lpoly_": null, "rpoly_": null, "length": 361.70812951, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1819, "l_t_add": 1899, "r_f_add": 1816, "r_t_add": 1898, "st_code": 61720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540677, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 18469, "Shape__Length": 144.15217314021029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117964225995195, 39.993370767924802 ], [ -75.117362651101502, 39.992492234139696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14663, "tnode_": 14467, "lpoly_": null, "rpoly_": null, "length": 551.77465312999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 40340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540678, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18470, "Shape__Length": 220.06686388912001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133471365747496, 39.992859116854802 ], [ -75.133150046510394, 39.994353507873598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14663, "tnode_": 14657, "lpoly_": null, "rpoly_": null, "length": 149.78850218, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 178, "l_t_add": 184, "r_f_add": 179, "r_t_add": 193, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540679, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18471, "Shape__Length": 59.518199063040093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133471365747496, 39.992859116854802 ], [ -75.133997825278698, 39.992930587785402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14665, "tnode_": 14552, "lpoly_": null, "rpoly_": null, "length": 316.75783114999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 47880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 18472, "Shape__Length": 126.33268653637582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127072993895794, 39.992683927639497 ], [ -75.126885707419405, 39.993541451682198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14526, "tnode_": 14665, "lpoly_": null, "rpoly_": null, "length": 518.52027233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 281, "r_f_add": 200, "r_t_add": 280, "st_code": 78140, "l_hundred": 200, "r_hundred": 200, "seg_id": 540681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18473, "Shape__Length": 206.46740391941626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128295735174703, 39.993748483050098 ], [ -75.128139830028104, 39.993655116740698 ], [ -75.127072993895794, 39.992683927639497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14666, "tnode_": 14502, "lpoly_": null, "rpoly_": null, "length": 778.80535739000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 78020, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540682, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 18474, "Shape__Length": 309.8069602441754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102602028426801, 39.992129094148403 ], [ -75.100303917241504, 39.993331695971101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14609, "tnode_": 14666, "lpoly_": null, "rpoly_": null, "length": 201.19443084, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2259, "l_t_add": 2299, "r_f_add": 2248, "r_t_add": 2298, "st_code": 61380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540683, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18475, "Shape__Length": 80.148999698236082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103008633039096, 39.992584319471 ], [ -75.102602028426801, 39.992129094148403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14670, "tnode_": 14633, "lpoly_": null, "rpoly_": null, "length": 187.58172824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3132, "l_t_add": 3144, "r_f_add": 3133, "r_t_add": 3151, "st_code": 34960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540684, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18476, "Shape__Length": 74.609531996892031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111681353490098, 39.992285089041502 ], [ -75.111114674992507, 39.9925592758051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14671, "tnode_": 14478, "lpoly_": null, "rpoly_": null, "length": 551.12258730999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 57680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540685, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 18477, "Shape__Length": 219.80705095284074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133012352799497, 39.992796928267097 ], [ -75.132694604686293, 39.994289957115697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14671, "tnode_": 14663, "lpoly_": null, "rpoly_": null, "length": 130.59072752, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 168, "l_t_add": 176, "r_f_add": 167, "r_t_add": 177, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540686, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18478, "Shape__Length": 51.889921545983988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133012352799497, 39.992796928267097 ], [ -75.133471365747496, 39.992859116854802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14672, "tnode_": 14563, "lpoly_": null, "rpoly_": null, "length": 508.20390272999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3656, "r_f_add": 3601, "r_t_add": 3657, "st_code": 36420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540687, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18479, "Shape__Length": 202.16119082321615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095729559197395, 39.991959143997803 ], [ -75.094229930688499, 39.992743869827201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14543, "tnode_": 14672, "lpoly_": null, "rpoly_": null, "length": 431.76406438000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2435, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 79900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 540688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18480, "Shape__Length": 172.00007497777383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096602600911297, 39.992935813358898 ], [ -75.095729559197395, 39.991959143997803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14674, "tnode_": 14592, "lpoly_": null, "rpoly_": null, "length": 376.08674482000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3070, "l_t_add": 3098, "r_f_add": 3071, "r_t_add": 3099, "st_code": 31640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540689, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18481, "Shape__Length": 149.60599693152355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114929256907104, 39.9923533379134 ], [ -75.113819159732699, 39.992933696974099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14602, "tnode_": 14674, "lpoly_": null, "rpoly_": null, "length": 215.15065289, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 31160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18482, "Shape__Length": 85.743676476498507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115287793616105, 39.992875617772697 ], [ -75.114929256907104, 39.9923533379134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14655, "tnode_": 14675, "lpoly_": null, "rpoly_": null, "length": 92.31261636000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2101, "r_f_add": 2076, "r_t_add": 2098, "st_code": 12040, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 540691, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18483, "Shape__Length": 36.776487797541975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1097117736374, 39.992344061078697 ], [ -75.109529998243701, 39.992132712543501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14676, "tnode_": 14587, "lpoly_": null, "rpoly_": null, "length": 261.44478422000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2724, "r_f_add": 2701, "r_t_add": 2727, "st_code": 36660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540692, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18484, "Shape__Length": 104.26755586206517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147888805387396, 39.993087952914799 ], [ -75.147702475531503, 39.9937911962828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14676, "tnode_": 14656, "lpoly_": null, "rpoly_": null, "length": 384.11656674999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 50000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540693, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18485, "Shape__Length": 152.62691038841754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147888805387396, 39.993087952914799 ], [ -75.149240889007402, 39.993262159461302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14677, "tnode_": 14615, "lpoly_": null, "rpoly_": null, "length": 175.8003067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19133, "l_f_add": 2642, "l_t_add": 2698, "r_f_add": 2641, "r_t_add": 2699, "st_code": 88050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540694, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18486, "Shape__Length": 70.115602121047047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152491017319605, 39.993191552818601 ], [ -75.152392369851796, 39.993668144352398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14679, "tnode_": 14483, "lpoly_": null, "rpoly_": null, "length": 549.83263510999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 54200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18487, "Shape__Length": 219.2914916270648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132555310292702, 39.992737493040799 ], [ -75.132232142266801, 39.994226243520103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14679, "tnode_": 14671, "lpoly_": null, "rpoly_": null, "length": 129.87618158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 158, "l_t_add": 166, "r_f_add": 159, "r_t_add": 165, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540696, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18488, "Shape__Length": 51.605481339682413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132555310292702, 39.992737493040799 ], [ -75.133012352799497, 39.992796928267097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14683, "tnode_": 14491, "lpoly_": null, "rpoly_": null, "length": 550.75696766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 81740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 18489, "Shape__Length": 219.65972193152368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132087764071301, 39.992676723469003 ], [ -75.131762448597797, 39.994167770148501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14683, "tnode_": 14679, "lpoly_": null, "rpoly_": null, "length": 132.85918209000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 148, "l_t_add": 156, "r_f_add": 149, "r_t_add": 157, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540698, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18490, "Shape__Length": 52.790705185759144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132087764071301, 39.992676723469003 ], [ -75.132555310292702, 39.992737493040799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14689, "tnode_": 14624, "lpoly_": null, "rpoly_": null, "length": 201.06467789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2710, "r_f_add": 2701, "r_t_add": 2709, "st_code": 44180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18491, "Shape__Length": 80.190982663316902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146884132907104, 39.992958194645901 ], [ -75.146766058870895, 39.993502619200498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14689, "tnode_": 14676, "lpoly_": null, "rpoly_": null, "length": 285.43922583000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 922, "l_t_add": 998, "r_f_add": 917, "r_t_add": 999, "st_code": 50000, "l_hundred": 900, "r_hundred": 900, "seg_id": 540700, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18492, "Shape__Length": 113.41773732368571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146884132907104, 39.992958194645901 ], [ -75.147888805387396, 39.993087952914799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14691, "tnode_": 14494, "lpoly_": null, "rpoly_": null, "length": 552.17128669, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 43800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540701, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 18493, "Shape__Length": 220.22473714319321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131612648092002, 39.9926134492434 ], [ -75.131294393217502, 39.994109331312004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14691, "tnode_": 14683, "lpoly_": null, "rpoly_": null, "length": 135.10375572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 146, "r_f_add": 135, "r_t_add": 147, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540702, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18494, "Shape__Length": 53.682808348453563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131612648092002, 39.9926134492434 ], [ -75.132087764071301, 39.992676723469003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14652, "tnode_": 14694, "lpoly_": null, "rpoly_": null, "length": 144.73963136999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2023, "l_t_add": 2037, "r_f_add": 2022, "r_t_add": 2034, "st_code": 23620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540703, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18495, "Shape__Length": 57.663215359638301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113405082329905, 39.992467723158299 ], [ -75.113120563304605, 39.992136093540999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14697, "tnode_": 14645, "lpoly_": null, "rpoly_": null, "length": 210.70784774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2925, "st_code": 70000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540704, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18496, "Shape__Length": 83.826580265554782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119944700676299, 39.992286270639497 ], [ -75.119333779966098, 39.9926235637191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14641, "tnode_": 14697, "lpoly_": null, "rpoly_": null, "length": 177.02536146999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1818, "st_code": 21020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540705, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18497, "Shape__Length": 70.51630330906525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120311761076707, 39.992681801351701 ], [ -75.119944700676299, 39.992286270639497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14698, "tnode_": 14503, "lpoly_": null, "rpoly_": null, "length": 549.98538981000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 43480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540706, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 18498, "Shape__Length": 219.35305040679489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131096069122407, 39.992551344414402 ], [ -75.131090569441, 39.992598630881702 ], [ -75.130782408608894, 39.994041596018903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14698, "tnode_": 14691, "lpoly_": null, "rpoly_": null, "length": 146.49811513, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 116, "l_t_add": 132, "r_f_add": 117, "r_t_add": 133, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540707, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18499, "Shape__Length": 58.20903400335542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131096069122407, 39.992551344414402 ], [ -75.131612648092002, 39.9926134492434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14700, "tnode_": 14652, "lpoly_": null, "rpoly_": null, "length": 236.36401229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOYCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 46320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540708, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOYCE ST", "stname": "JOYCE ST", "objectid": 18500, "Shape__Length": 94.019843749488544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114108830077697, 39.992109948053098 ], [ -75.113405082329905, 39.992467723158299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14701, "tnode_": 14670, "lpoly_": null, "rpoly_": null, "length": 145.06962189000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3116, "l_t_add": 3130, "r_f_add": 3121, "r_t_add": 3131, "st_code": 34960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540709, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18501, "Shape__Length": 57.703780219707163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112115025022206, 39.992067545213501 ], [ -75.111681353490098, 39.992285089041502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14549, "tnode_": 14701, "lpoly_": null, "rpoly_": null, "length": 530.95845409000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2053, "r_f_add": 2000, "r_t_add": 2052, "st_code": 23700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540710, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18502, "Shape__Length": 211.50414825020368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113207287217605, 39.993252571611897 ], [ -75.112196926948897, 39.992110865869201 ], [ -75.112115025022206, 39.992067545213501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14702, "tnode_": 14634, "lpoly_": null, "rpoly_": null, "length": 199.11905854, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2716, "r_f_add": 2701, "r_t_add": 2717, "st_code": 87970, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540711, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18503, "Shape__Length": 79.416349441331647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146091367097497, 39.992857674196202 ], [ -75.145985012019906, 39.993398124635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14702, "tnode_": 14689, "lpoly_": null, "rpoly_": null, "length": 225.12267919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 920, "r_f_add": 901, "r_t_add": 915, "st_code": 50000, "l_hundred": 900, "r_hundred": 900, "seg_id": 540712, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18504, "Shape__Length": 89.450788766841384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146091367097497, 39.992857674196202 ], [ -75.146884132907104, 39.992958194645901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14703, "tnode_": 14636, "lpoly_": null, "rpoly_": null, "length": 182.93925878, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2640, "l_t_add": 2698, "r_f_add": 2651, "r_t_add": 2699, "st_code": 88030, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540713, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18505, "Shape__Length": 72.962669936785602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150918703861805, 39.992973521884302 ], [ -75.150816154318804, 39.993469479664199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14703, "tnode_": 14677, "lpoly_": null, "rpoly_": null, "length": 448.37451474, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 60960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18506, "Shape__Length": 178.16425352815156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150918703861805, 39.992973521884302 ], [ -75.150989765848493, 39.992998620519799 ], [ -75.152491017319605, 39.993191552818601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14704, "tnode_": 14603, "lpoly_": null, "rpoly_": null, "length": 284.22471541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2824, "l_t_add": 2898, "r_f_add": 2831, "r_t_add": 2899, "st_code": 18480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540715, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18507, "Shape__Length": 113.35619036094826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123387155021007, 39.992294412495497 ], [ -75.123215177458903, 39.993063349590201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14707, "tnode_": 14505, "lpoly_": null, "rpoly_": null, "length": 550.46626830999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 35200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540716, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18508, "Shape__Length": 219.54574847230825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130561505819102, 39.992483835139097 ], [ -75.1302546322284, 39.993976384887397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14707, "tnode_": 14698, "lpoly_": null, "rpoly_": null, "length": 151.78537071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 73280, "l_hundred": 100, "r_hundred": 100, "seg_id": 540717, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERSET ST", "stname": "W SOMERSET ST", "objectid": 18509, "Shape__Length": 60.310369722309133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130561505819102, 39.992483835139097 ], [ -75.131096069122407, 39.992551344414402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14708, "tnode_": 14660, "lpoly_": null, "rpoly_": null, "length": 208.57138899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2932, "l_t_add": 2998, "r_f_add": 2945, "r_t_add": 2999, "st_code": 45980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540718, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18510, "Shape__Length": 82.97005252714834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117976279974698, 39.992168114415598 ], [ -75.117362651101502, 39.992492234139696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14666, "tnode_": 14710, "lpoly_": null, "rpoly_": null, "length": 144.79280642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 61380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18511, "Shape__Length": 57.680985801350879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102602028426801, 39.992129094148403 ], [ -75.102311021709298, 39.991800635998402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14651, "tnode_": 14709, "lpoly_": null, "rpoly_": null, "length": 202.7531296, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2361, "l_t_add": 2399, "r_f_add": 2360, "r_t_add": 2398, "st_code": 77400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18512, "Shape__Length": 80.772580661121665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099303498417697, 39.992194909222299 ], [ -75.098900041358405, 39.991732867947398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14711, "tnode_": 14703, "lpoly_": null, "rpoly_": null, "length": 140.7496469, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1136, "l_t_add": 1198, "r_f_add": 1137, "r_t_add": 1199, "st_code": 60960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540722, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18513, "Shape__Length": 55.930447478456848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150428621313097, 39.992897089879101 ], [ -75.150865653198693, 39.992953219015199 ], [ -75.150918703861805, 39.992973521884302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14712, "tnode_": 14504, "lpoly_": null, "rpoly_": null, "length": 586.51085293000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 27360, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 18514, "Shape__Length": 233.91729204164974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145604736646106, 39.992792750845403 ], [ -75.145550761053698, 39.993065719412698 ], [ -75.145364607018706, 39.993894276614199 ], [ -75.145259222375202, 39.994326167416702 ], [ -75.145241600696195, 39.994378096132898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14712, "tnode_": 14702, "lpoly_": null, "rpoly_": null, "length": 138.38484436000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 812, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 50000, "l_hundred": 800, "r_hundred": 800, "seg_id": 540724, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18515, "Shape__Length": 54.986700474934842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145604736646106, 39.992792750845403 ], [ -75.146091367097497, 39.992857674196202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14713, "tnode_": 14605, "lpoly_": null, "rpoly_": null, "length": 530.78039853999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3249, "st_code": 24240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 540725, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18516, "Shape__Length": 211.14566728453519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109342840569298, 39.991918819695798 ], [ -75.1077816947694, 39.992744144840103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14675, "tnode_": 14713, "lpoly_": null, "rpoly_": null, "length": 93.92073928, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2103, "l_t_add": 2107, "r_f_add": 2100, "r_t_add": 2118, "st_code": 12040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540726, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18517, "Shape__Length": 37.415949964009954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109529998243701, 39.992132712543501 ], [ -75.109342840569298, 39.991918819695798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14716, "tnode_": 14511, "lpoly_": null, "rpoly_": null, "length": 552.61407242000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 49820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540727, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 18518, "Shape__Length": 220.40001495502938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300309496757, 39.992413536039997 ], [ -75.129707703412507, 39.993910016880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14707, "tnode_": 14716, "lpoly_": null, "rpoly_": null, "length": 150.84689586, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2, "l_t_add": 4, "r_f_add": 1, "r_t_add": 5, "st_code": 73260, "l_hundred": 0, "r_hundred": 0, "seg_id": 540728, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18519, "Shape__Length": 59.938025874370666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130561505819102, 39.992483835139097 ], [ -75.1300309496757, 39.992413536039997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14718, "tnode_": 14711, "lpoly_": null, "rpoly_": null, "length": 131.35777883, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1118, "l_t_add": 1134, "r_f_add": 1119, "r_t_add": 1135, "st_code": 60960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540729, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18520, "Shape__Length": 52.193835952108202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149965874587394, 39.992839248503103 ], [ -75.150428621313097, 39.992897089879101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14720, "tnode_": 14614, "lpoly_": null, "rpoly_": null, "length": 286.65514188000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2828, "l_t_add": 2898, "r_f_add": 2815, "r_t_add": 2899, "st_code": 27080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18521, "Shape__Length": 114.31831558212973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122422053255704, 39.9921694485367 ], [ -75.122262413373505, 39.992885074640803 ], [ -75.122224371253793, 39.9929383933504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14704, "tnode_": 14720, "lpoly_": null, "rpoly_": null, "length": 274.21894029000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 14020, "l_hundred": 400, "r_hundred": 400, "seg_id": 540731, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 18522, "Shape__Length": 108.95820683789866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123387155021007, 39.992294412495497 ], [ -75.122422053255704, 39.9921694485367 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14722, "tnode_": 14506, "lpoly_": null, "rpoly_": null, "length": 589.06187114, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87950, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540732, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18523, "Shape__Length": 234.93684086151114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145112242216598, 39.992724819878198 ], [ -75.144761153472103, 39.994319160081403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14722, "tnode_": 14712, "lpoly_": null, "rpoly_": null, "length": 140.19335218999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 50000, "l_hundred": 800, "r_hundred": 800, "seg_id": 540733, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18524, "Shape__Length": 55.70568009942702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145112242216598, 39.992724819878198 ], [ -75.145604736646106, 39.992792750845403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14724, "tnode_": 14610, "lpoly_": null, "rpoly_": null, "length": 306.20823945999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2810, "l_t_add": 2842, "r_f_add": 2807, "r_t_add": 2839, "st_code": 15380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540734, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18525, "Shape__Length": 122.12315104966137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126640311435295, 39.992287134997902 ], [ -75.126450533625899, 39.993114943309102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14665, "tnode_": 14724, "lpoly_": null, "rpoly_": null, "length": 188.65517528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 283, "l_t_add": 299, "r_f_add": 282, "r_t_add": 298, "st_code": 78140, "l_hundred": 200, "r_hundred": 200, "seg_id": 540735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18526, "Shape__Length": 75.126572396068767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127072993895794, 39.992683927639497 ], [ -75.126640311435295, 39.992287134997902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14725, "tnode_": 14531, "lpoly_": null, "rpoly_": null, "length": 498.71072354999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 81680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540736, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 18527, "Shape__Length": 198.90102129824893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129575684326397, 39.992357165855303 ], [ -75.129282220302699, 39.993707452112702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14716, "tnode_": 14725, "lpoly_": null, "rpoly_": null, "length": 129.20379076, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 6, "l_t_add": 22, "r_f_add": 7, "r_t_add": 23, "st_code": 73260, "l_hundred": 0, "r_hundred": 0, "seg_id": 540737, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18528, "Shape__Length": 51.337507523327965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300309496757, 39.992413536039997 ], [ -75.129575684326397, 39.992357165855303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14729, "tnode_": 14616, "lpoly_": null, "rpoly_": null, "length": 508.97156857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 56140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540738, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 18529, "Shape__Length": 202.46502292774073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095380468826804, 39.991557793738401 ], [ -75.093878104388807, 39.992343162513599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14672, "tnode_": 14729, "lpoly_": null, "rpoly_": null, "length": 175.9069534, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 79900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18530, "Shape__Length": 70.077881035619754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095729559197395, 39.991959143997803 ], [ -75.095380468826804, 39.991557793738401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14730, "tnode_": 14656, "lpoly_": null, "rpoly_": null, "length": 184.93547861, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2644, "l_t_add": 2698, "r_f_add": 2645, "r_t_add": 2699, "st_code": 88010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540740, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18531, "Shape__Length": 73.758175932786997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149347634684801, 39.992761172002602 ], [ -75.149240889007402, 39.993262159461302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14730, "tnode_": 14718, "lpoly_": null, "rpoly_": null, "length": 175.5440121, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1117, "st_code": 60960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18532, "Shape__Length": 69.750913852690147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149347634684801, 39.992761172002602 ], [ -75.149965874587394, 39.992839248503103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14700, "tnode_": 14732, "lpoly_": null, "rpoly_": null, "length": 81.18794718, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2031, "r_f_add": 2000, "r_t_add": 2028, "st_code": 24520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540742, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COMMISSIONER ST", "stname": "E COMMISSIONER ST", "objectid": 18533, "Shape__Length": 32.357544798434525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114108830077697, 39.992109948053098 ], [ -75.113978790532599, 39.991910782109599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14733, "tnode_": 14677, "lpoly_": null, "rpoly_": null, "length": 125.87209427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2630, "l_t_add": 2640, "r_f_add": 2629, "r_t_add": 2639, "st_code": 88050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540743, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18534, "Shape__Length": 50.202097841106614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152561679145805, 39.992850319603399 ], [ -75.152491017319605, 39.993191552818601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14734, "tnode_": 14722, "lpoly_": null, "rpoly_": null, "length": 182.79534358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 50000, "l_hundred": 700, "r_hundred": 700, "seg_id": 540744, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18535, "Shape__Length": 72.632320452081743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144468783313002, 39.9926420422806 ], [ -75.145112242216598, 39.992724819878198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14735, "tnode_": 14578, "lpoly_": null, "rpoly_": null, "length": 399.24703355000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SWANSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 75760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540745, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SWANSON ST", "stname": "N SWANSON ST", "objectid": 18536, "Shape__Length": 159.23102049148542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129128919504097, 39.992299554413599 ], [ -75.128891206606795, 39.9933801779421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14725, "tnode_": 14735, "lpoly_": null, "rpoly_": null, "length": 126.92693657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 24, "l_t_add": 38, "r_f_add": 25, "r_t_add": 39, "st_code": 73260, "l_hundred": 0, "r_hundred": 0, "seg_id": 540746, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18537, "Shape__Length": 50.433201369496935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129575684326397, 39.992357165855303 ], [ -75.129128919504097, 39.992299554413599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14738, "tnode_": 14675, "lpoly_": null, "rpoly_": null, "length": 232.13868197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3172, "l_t_add": 3198, "r_f_add": 3165, "r_t_add": 3199, "st_code": 12400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540747, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18538, "Shape__Length": 92.33258468520647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110229384827505, 39.9917910943837 ], [ -75.109529998243701, 39.992132712543501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14739, "tnode_": 14638, "lpoly_": null, "rpoly_": null, "length": 271.61044322000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2834, "r_f_add": 2801, "r_t_add": 2831, "st_code": 11020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540748, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18539, "Shape__Length": 108.32516025371318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128641254917795, 39.9922342269399 ], [ -75.128476850876595, 39.992969029739598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14735, "tnode_": 14739, "lpoly_": null, "rpoly_": null, "length": 138.69663429, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 40, "l_t_add": 198, "r_f_add": 41, "r_t_add": 199, "st_code": 73260, "l_hundred": 0, "r_hundred": 0, "seg_id": 540749, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2006-08-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18540, "Shape__Length": 55.110186813064701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129128919504097, 39.992299554413599 ], [ -75.128641254917795, 39.9922342269399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14741, "tnode_": 14519, "lpoly_": null, "rpoly_": null, "length": 586.97761498, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87930, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540750, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18541, "Shape__Length": 234.10448019608063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1438322380084, 39.992559490999398 ], [ -75.143478892803401, 39.994147731767796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14741, "tnode_": 14734, "lpoly_": null, "rpoly_": null, "length": 180.87152935, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 50000, "l_hundred": 700, "r_hundred": 700, "seg_id": 540751, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18542, "Shape__Length": 71.867942772079843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1438322380084, 39.992559490999398 ], [ -75.144468783313002, 39.9926420422806 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14744, "tnode_": 14641, "lpoly_": null, "rpoly_": null, "length": 425.72698994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2832, "l_t_add": 2898, "r_f_add": 2835, "r_t_add": 2899, "st_code": 47420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540752, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18543, "Shape__Length": 169.36207184101468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121554443129497, 39.992009343314699 ], [ -75.120311761076707, 39.992681801351701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14614, "tnode_": 14744, "lpoly_": null, "rpoly_": null, "length": 393.92082915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 40940, "l_hundred": 500, "r_hundred": 500, "seg_id": 540753, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18544, "Shape__Length": 156.96861551957147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122224371253793, 39.9929383933504 ], [ -75.122098965226201, 39.992872576476998 ], [ -75.121968192401098, 39.992662937929197 ], [ -75.121929982456905, 39.992532471811799 ], [ -75.121887465872604, 39.9924544442149 ], [ -75.1216099721711, 39.992094342041398 ], [ -75.121554443129497, 39.992009343314699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14653, "tnode_": 14746, "lpoly_": null, "rpoly_": null, "length": 270.50281656, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 74600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540755, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 18545, "Shape__Length": 107.80717931833402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116297858983501, 39.992531357564403 ], [ -75.115858770670897, 39.991870041594801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14748, "tnode_": 14694, "lpoly_": null, "rpoly_": null, "length": 248.92570571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3068, "l_t_add": 3098, "r_f_add": 3069, "r_t_add": 3099, "st_code": 18660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540756, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 18546, "Shape__Length": 98.986840488913202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113900505969497, 39.991808898647797 ], [ -75.113120563304605, 39.992136093540999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14732, "tnode_": 14748, "lpoly_": null, "rpoly_": null, "length": 43.11163041, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2033, "l_t_add": 2099, "r_f_add": 2030, "r_t_add": 2098, "st_code": 24520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COMMISSIONER ST", "stname": "E COMMISSIONER ST", "objectid": 18547, "Shape__Length": 17.17826045845074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113978790532599, 39.991910782109599 ], [ -75.113900505969497, 39.991808898647797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14750, "tnode_": 14701, "lpoly_": null, "rpoly_": null, "length": 217.38711238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3114, "r_f_add": 3101, "r_t_add": 3119, "st_code": 34960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540758, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18548, "Shape__Length": 86.45997172310463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112776851284096, 39.991756129688603 ], [ -75.112115025022206, 39.992067545213501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14694, "tnode_": 14750, "lpoly_": null, "rpoly_": null, "length": 168.62174341, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2039, "l_t_add": 2059, "r_f_add": 2036, "r_t_add": 2042, "st_code": 23620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540759, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18549, "Shape__Length": 67.171277820117723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113120563304605, 39.992136093540999 ], [ -75.112776851284096, 39.991756129688603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14751, "tnode_": 14741, "lpoly_": null, "rpoly_": null, "length": 235.80699747, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 622, "l_t_add": 698, "r_f_add": 623, "r_t_add": 699, "st_code": 50000, "l_hundred": 600, "r_hundred": 600, "seg_id": 540760, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18550, "Shape__Length": 93.694705376901524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143000857923795, 39.992458949838998 ], [ -75.1438322380084, 39.992559490999398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14754, "tnode_": 14703, "lpoly_": null, "rpoly_": null, "length": 118.75067014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2628, "l_t_add": 2638, "r_f_add": 2639, "r_t_add": 2649, "st_code": 88030, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540761, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18551, "Shape__Length": 47.36012131158855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150995861775797, 39.992652984295098 ], [ -75.150918703861805, 39.992973521884302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14754, "tnode_": 14733, "lpoly_": null, "rpoly_": null, "length": 444.57683398, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 77980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUCKER ST", "stname": "W TUCKER ST", "objectid": 18552, "Shape__Length": 176.64860750628017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150995861775797, 39.992652984295098 ], [ -75.152561679145805, 39.992850319603399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14638, "tnode_": 14756, "lpoly_": null, "rpoly_": null, "length": 411.19260206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 223, "l_t_add": 259, "r_f_add": 222, "r_t_add": 258, "st_code": 39100, "l_hundred": 200, "r_hundred": 200, "seg_id": 540763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18553, "Shape__Length": 163.75403052825123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128476850876595, 39.992969029739598 ], [ -75.127548255044502, 39.992094961162898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14739, "tnode_": 14756, "lpoly_": null, "rpoly_": null, "length": 310.4240007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 73260, "l_hundred": 200, "r_hundred": 200, "seg_id": 540764, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18554, "Shape__Length": 123.34339513646765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128641254917795, 39.9922342269399 ], [ -75.127548255044502, 39.992094961162898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14758, "tnode_": 14730, "lpoly_": null, "rpoly_": null, "length": 75.129539349999988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2638, "l_t_add": 2642, "r_f_add": 2625, "r_t_add": 2643, "st_code": 88010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540765, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18555, "Shape__Length": 29.963752473243453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149392065388696, 39.992557783237601 ], [ -75.149347634684801, 39.992761172002602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14759, "tnode_": 14708, "lpoly_": null, "rpoly_": null, "length": 213.83394113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2930, "l_t_add": 2930, "r_f_add": 2931, "r_t_add": 2943, "st_code": 45980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540766, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18556, "Shape__Length": 85.060980626887925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118608294487601, 39.991839095169297 ], [ -75.117976279974698, 39.992168114415598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14645, "tnode_": 14759, "lpoly_": null, "rpoly_": null, "length": 350.69116753000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1821, "l_t_add": 1899, "r_f_add": 1820, "r_t_add": 1898, "st_code": 56620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18557, "Shape__Length": 139.69469515300995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119333779966098, 39.9926235637191 ], [ -75.118608294487601, 39.991839095169297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14762, "tnode_": 14724, "lpoly_": null, "rpoly_": null, "length": 98.60570174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2808, "r_f_add": 2801, "r_t_add": 2805, "st_code": 15380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540768, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18558, "Shape__Length": 39.330554501213619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126631340447901, 39.992016538175299 ], [ -75.126640311435295, 39.992287134997902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14710, "tnode_": 14763, "lpoly_": null, "rpoly_": null, "length": 147.04409561, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2321, "l_t_add": 2339, "r_f_add": 2320, "r_t_add": 2338, "st_code": 61380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18559, "Shape__Length": 58.576771783239316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102311021709298, 39.991800635998402 ], [ -75.102013932987106, 39.991467891070897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14697, "tnode_": 14764, "lpoly_": null, "rpoly_": null, "length": 206.92965257999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1819, "l_t_add": 1837, "r_f_add": 1820, "r_t_add": 1834, "st_code": 21020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540770, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18560, "Shape__Length": 82.4389136602273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119944700676299, 39.992286270639497 ], [ -75.119537834555203, 39.991812200983297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14765, "tnode_": 14732, "lpoly_": null, "rpoly_": null, "length": 167.04572204000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3050, "l_t_add": 3058, "r_f_add": 3051, "r_t_add": 3059, "st_code": 18660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 18561, "Shape__Length": 66.422336458347658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114507658243497, 39.991699117119502 ], [ -75.113978790532599, 39.991910782109599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14674, "tnode_": 14765, "lpoly_": null, "rpoly_": null, "length": 265.99140152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2029, "r_f_add": 2000, "r_t_add": 2028, "st_code": 31160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540772, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18562, "Shape__Length": 106.01293220222975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114929256907104, 39.9923533379134 ], [ -75.114507658243497, 39.991699117119502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14766, "tnode_": 14550, "lpoly_": null, "rpoly_": null, "length": 585.8816970900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87910, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540773, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 18563, "Shape__Length": 233.66812444215074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142176006355697, 39.992352485249498 ], [ -75.141833165713194, 39.993939037694602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14766, "tnode_": 14751, "lpoly_": null, "rpoly_": null, "length": 234.34791085000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 621, "st_code": 50000, "l_hundred": 600, "r_hundred": 600, "seg_id": 540774, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18564, "Shape__Length": 93.116019752956106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142176006355697, 39.992352485249498 ], [ -75.143000857923795, 39.992458949838998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14768, "tnode_": 14758, "lpoly_": null, "rpoly_": null, "length": 183.52886042999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1010, "l_t_add": 1098, "r_f_add": 1011, "r_t_add": 1099, "st_code": 60960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18565, "Shape__Length": 72.924936757734031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148747570167501, 39.992467860232402 ], [ -75.149392065388696, 39.992557783237601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14769, "tnode_": 14672, "lpoly_": null, "rpoly_": null, "length": 424.12631019000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3510, "l_t_add": 3598, "r_f_add": 3545, "r_t_add": 3599, "st_code": 36420, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540776, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18566, "Shape__Length": 168.71296623162627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096982118007602, 39.9913054245824 ], [ -75.095729559197395, 39.991959143997803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14771, "tnode_": 14707, "lpoly_": null, "rpoly_": null, "length": 151.82616093, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2740, "l_t_add": 2798, "r_f_add": 2745, "r_t_add": 2799, "st_code": 35200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540777, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18567, "Shape__Length": 60.55319402809765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130643914669506, 39.992071901818598 ], [ -75.130561505819102, 39.992483835139097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14724, "tnode_": 14773, "lpoly_": null, "rpoly_": null, "length": 179.55199310999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 315, "r_f_add": 300, "r_t_add": 314, "st_code": 78140, "l_hundred": 300, "r_hundred": 300, "seg_id": 540778, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18568, "Shape__Length": 71.499186740469625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126640311435295, 39.992287134997902 ], [ -75.126225170240104, 39.991911658017699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14762, "tnode_": 14773, "lpoly_": null, "rpoly_": null, "length": 120.04811204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 300, "st_code": 73260, "l_hundred": 300, "r_hundred": 300, "seg_id": 540779, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18569, "Shape__Length": 47.713686460010933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126631340447901, 39.992016538175299 ], [ -75.126225170240104, 39.991911658017699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14774, "tnode_": 14738, "lpoly_": null, "rpoly_": null, "length": 180.69614218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3150, "l_t_add": 3170, "r_f_add": 3153, "r_t_add": 3163, "st_code": 12400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540780, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18570, "Shape__Length": 71.870917687936085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110774057083404, 39.991525511865497 ], [ -75.110229384827505, 39.9917910943837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14776, "tnode_": 14556, "lpoly_": null, "rpoly_": null, "length": 585.42628926999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 33240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540781, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 18571, "Shape__Length": 233.4862180531812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141513843598204, 39.992264894219197 ], [ -75.141171446721003, 39.993850236036401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14776, "tnode_": 14766, "lpoly_": null, "rpoly_": null, "length": 188.25643545000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 532, "l_t_add": 598, "r_f_add": 539, "r_t_add": 599, "st_code": 50000, "l_hundred": 500, "r_hundred": 500, "seg_id": 540782, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18572, "Shape__Length": 74.802279586539129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141513843598204, 39.992264894219197 ], [ -75.142176006355697, 39.992352485249498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14777, "tnode_": 14620, "lpoly_": null, "rpoly_": null, "length": 415.15365450999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2846, "r_f_add": 2801, "r_t_add": 2843, "st_code": 61760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 18573, "Shape__Length": 165.5750195722876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125965614872598, 39.991892853373798 ], [ -75.1257247809923, 39.993017345915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14773, "tnode_": 14777, "lpoly_": null, "rpoly_": null, "length": 73.04766516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 303, "l_t_add": 309, "r_f_add": 302, "r_t_add": 302, "st_code": 73260, "l_hundred": 300, "r_hundred": 300, "seg_id": 540784, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18574, "Shape__Length": 29.022474284698436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126225170240104, 39.991911658017699 ], [ -75.125965614872598, 39.991892853373798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14779, "tnode_": 14676, "lpoly_": null, "rpoly_": null, "length": 262.05796242000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2636, "l_t_add": 2698, "r_f_add": 2633, "r_t_add": 2699, "st_code": 36660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540785, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18575, "Shape__Length": 104.50955012145137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148083791579296, 39.992384378442701 ], [ -75.147888805387396, 39.993087952914799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14779, "tnode_": 14768, "lpoly_": null, "rpoly_": null, "length": 188.4549853, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1009, "st_code": 60960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540786, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18576, "Shape__Length": 74.880503937983136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148083791579296, 39.992384378442701 ], [ -75.148747570167501, 39.992467860232402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14782, "tnode_": 14664, "lpoly_": null, "rpoly_": null, "length": 507.59537079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3658, "r_f_add": 3601, "r_t_add": 3659, "st_code": 16580, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540787, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 18577, "Shape__Length": 201.91709015685626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095024960853195, 39.991162852512801 ], [ -75.093818825716298, 39.991786025924398 ], [ -75.093527671649994, 39.991947033805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14729, "tnode_": 14782, "lpoly_": null, "rpoly_": null, "length": 174.9889658, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2547, "r_f_add": 2520, "r_t_add": 2546, "st_code": 79900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18578, "Shape__Length": 69.707685358221411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095380468826804, 39.991557793738401 ], [ -75.095024960853195, 39.991162852512801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14783, "tnode_": 14733, "lpoly_": null, "rpoly_": null, "length": 135.16900597, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2616, "l_t_add": 2628, "r_f_add": 2615, "r_t_add": 2627, "st_code": 88050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540789, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18579, "Shape__Length": 53.90846434349141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152646323427007, 39.992485020290303 ], [ -75.152561679145805, 39.992850319603399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14785, "tnode_": 14569, "lpoly_": null, "rpoly_": null, "length": 584.54043746000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 67820, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540790, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 18580, "Shape__Length": 233.13208295830177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140865657853396, 39.992183302498702 ], [ -75.140520003128699, 39.993765760171797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14785, "tnode_": 14776, "lpoly_": null, "rpoly_": null, "length": 184.03269212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 516, "l_t_add": 530, "r_f_add": 523, "r_t_add": 537, "st_code": 50000, "l_hundred": 500, "r_hundred": 500, "seg_id": 540791, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18581, "Shape__Length": 73.123149991257122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140865657853396, 39.992183302498702 ], [ -75.141513843598204, 39.992264894219197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14790, "tnode_": 14581, "lpoly_": null, "rpoly_": null, "length": 548.39869077000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 69360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540792, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 18582, "Shape__Length": 218.71700125183284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125238500105695, 39.991801997170597 ], [ -75.124919017927496, 39.993287227970697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14777, "tnode_": 14790, "lpoly_": null, "rpoly_": null, "length": 206.40398119, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 311, "l_t_add": 329, "r_f_add": 304, "r_t_add": 330, "st_code": 73260, "l_hundred": 300, "r_hundred": 300, "seg_id": 540793, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18583, "Shape__Length": 82.011533960679913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125965614872598, 39.991892853373798 ], [ -75.125238500105695, 39.991801997170597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14791, "tnode_": 14580, "lpoly_": null, "rpoly_": null, "length": 585.53766996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87890, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540794, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 18584, "Shape__Length": 233.5295169216092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140199768854004, 39.992096002045599 ], [ -75.139853533612893, 39.993681160542799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14791, "tnode_": 14785, "lpoly_": null, "rpoly_": null, "length": 189.26811822, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 521, "st_code": 50000, "l_hundred": 500, "r_hundred": 500, "seg_id": 540795, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18585, "Shape__Length": 75.203929637386707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140199768854004, 39.992096002045599 ], [ -75.140865657853396, 39.992183302498702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14792, "tnode_": 14774, "lpoly_": null, "rpoly_": null, "length": 66.64999483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3130, "l_t_add": 3148, "r_f_add": 3137, "r_t_add": 3151, "st_code": 12400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18586, "Shape__Length": 26.506629626377123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110978919299697, 39.9914325297228 ], [ -75.110774057083404, 39.991525511865497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14670, "tnode_": 14792, "lpoly_": null, "rpoly_": null, "length": 367.68518331999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 51080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540797, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 18587, "Shape__Length": 146.4918654390008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111681353490098, 39.992285089041502 ], [ -75.110978919299697, 39.9914325297228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14795, "tnode_": 14585, "lpoly_": null, "rpoly_": null, "length": 584.15736412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 61660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 18588, "Shape__Length": 232.9758199112851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1397107567375, 39.992037654261502 ], [ -75.139668824372293, 39.9921554932872 ], [ -75.139349532376798, 39.993616405843902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14795, "tnode_": 14791, "lpoly_": null, "rpoly_": null, "length": 138.65655728, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 460, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 50000, "l_hundred": 400, "r_hundred": 400, "seg_id": 540799, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18589, "Shape__Length": 55.092803155583056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1397107567375, 39.992037654261502 ], [ -75.140199768854004, 39.992096002045599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14797, "tnode_": 14589, "lpoly_": null, "rpoly_": null, "length": 551.35380682999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 20720, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540800, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 18590, "Shape__Length": 219.89602717552788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124506323680194, 39.991700216319003 ], [ -75.124190423116701, 39.993194119573197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14790, "tnode_": 14797, "lpoly_": null, "rpoly_": null, "length": 208.47515666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 331, "l_t_add": 399, "r_f_add": 332, "r_t_add": 398, "st_code": 73260, "l_hundred": 300, "r_hundred": 300, "seg_id": 540801, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18591, "Shape__Length": 82.836309489612773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125238500105695, 39.991801997170597 ], [ -75.124506323680194, 39.991700216319003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14798, "tnode_": 14739, "lpoly_": null, "rpoly_": null, "length": 151.14209913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2738, "l_t_add": 2798, "r_f_add": 2773, "r_t_add": 2799, "st_code": 11020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540802, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18592, "Shape__Length": 60.2790113694059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128731403798, 39.991825158355702 ], [ -75.128641254917795, 39.9922342269399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14771, "tnode_": 14798, "lpoly_": null, "rpoly_": null, "length": 543.35904447000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 71680, "l_hundred": 0, "r_hundred": 0, "seg_id": 540803, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 18593, "Shape__Length": 215.89732198839675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130643914669506, 39.992071901818598 ], [ -75.128731403798, 39.991825158355702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14799, "tnode_": 14697, "lpoly_": null, "rpoly_": null, "length": 438.98343758000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2842, "l_t_add": 2898, "r_f_add": 2835, "r_t_add": 2899, "st_code": 70000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540804, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18594, "Shape__Length": 174.64035171119875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121218176809293, 39.991584323057999 ], [ -75.119944700676299, 39.992286270639497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14744, "tnode_": 14799, "lpoly_": null, "rpoly_": null, "length": 181.24264953000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1816, "st_code": 40940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540805, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18595, "Shape__Length": 72.214641926303742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121554443129497, 39.992009343314699 ], [ -75.121218176809293, 39.991584323057999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14801, "tnode_": 14591, "lpoly_": null, "rpoly_": null, "length": 585.40643395999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 49660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540806, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 18596, "Shape__Length": 233.47694531165527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139263155863105, 39.991978655089603 ], [ -75.138918166440007, 39.993563608930103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14801, "tnode_": 14795, "lpoly_": null, "rpoly_": null, "length": 127.2429673, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 458, "r_f_add": 423, "r_t_add": 431, "st_code": 50000, "l_hundred": 400, "r_hundred": 400, "seg_id": 540807, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18597, "Shape__Length": 50.558773420607885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139263155863105, 39.991978655089603 ], [ -75.1397107567375, 39.992037654261502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14803, "tnode_": 14754, "lpoly_": null, "rpoly_": null, "length": 136.60672645999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2614, "l_t_add": 2626, "r_f_add": 2619, "r_t_add": 2637, "st_code": 88030, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540808, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18598, "Shape__Length": 54.482225770844082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151077933814904, 39.992283333449699 ], [ -75.150995861775797, 39.992652984295098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14803, "tnode_": 14783, "lpoly_": null, "rpoly_": null, "length": 445.54908025999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 40720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540809, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 18599, "Shape__Length": 177.03469758986654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151077933814904, 39.992283333449699 ], [ -75.152646323427007, 39.992485020290303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14804, "tnode_": 14762, "lpoly_": null, "rpoly_": null, "length": 171.55361892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2736, "l_t_add": 2798, "r_f_add": 2735, "r_t_add": 2799, "st_code": 15380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540810, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18600, "Shape__Length": 68.26017118382255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127113082245202, 39.991725882110302 ], [ -75.126631340447901, 39.992016538175299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14756, "tnode_": 14804, "lpoly_": null, "rpoly_": null, "length": 181.50509644, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 261, "l_t_add": 281, "r_f_add": 260, "r_t_add": 280, "st_code": 39100, "l_hundred": 200, "r_hundred": 200, "seg_id": 540811, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18601, "Shape__Length": 72.267714778746679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127548255044502, 39.992094961162898 ], [ -75.127113082245202, 39.991725882110302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14806, "tnode_": 14704, "lpoly_": null, "rpoly_": null, "length": 266.88520904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2822, "r_f_add": 2801, "r_t_add": 2829, "st_code": 18480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540812, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18602, "Shape__Length": 106.44169962147981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123533762651107, 39.9915705101076 ], [ -75.123387155021007, 39.992294412495497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14797, "tnode_": 14806, "lpoly_": null, "rpoly_": null, "length": 276.57243314000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 437, "r_f_add": 400, "r_t_add": 436, "st_code": 73260, "l_hundred": 400, "r_hundred": 400, "seg_id": 540813, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18603, "Shape__Length": 109.89308824789553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124506323680194, 39.991700216319003 ], [ -75.123533762651107, 39.9915705101076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14810, "tnode_": 14759, "lpoly_": null, "rpoly_": null, "length": 220.06188138000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2929, "st_code": 45980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540814, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18604, "Shape__Length": 87.539119973705837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119257124914498, 39.991498695068699 ], [ -75.118608294487601, 39.991839095169297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14764, "tnode_": 14810, "lpoly_": null, "rpoly_": null, "length": 138.66887673, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1839, "l_t_add": 1899, "r_f_add": 1836, "r_t_add": 1898, "st_code": 21020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540815, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18605, "Shape__Length": 55.240150052211852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119537834555203, 39.991812200983297 ], [ -75.119257124914498, 39.991498695068699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14809, "tnode_": 14746, "lpoly_": null, "rpoly_": null, "length": 273.32230844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3019, "st_code": 31640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540816, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18606, "Shape__Length": 108.72610850313752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116664126209798, 39.991446684168999 ], [ -75.115858770670897, 39.991870041594801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14660, "tnode_": 14809, "lpoly_": null, "rpoly_": null, "length": 428.22099194999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 61720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 18607, "Shape__Length": 170.66280476806116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117362651101502, 39.992492234139696 ], [ -75.116664126209798, 39.991446684168999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14811, "tnode_": 14583, "lpoly_": null, "rpoly_": null, "length": 586.37675881000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 19140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540818, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18608, "Shape__Length": 233.86289905138878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154951852456094, 39.9923621423155 ], [ -75.154590455317305, 39.9939476362078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14811, "tnode_": 14794, "lpoly_": null, "rpoly_": null, "length": 237.13659727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1449, "st_code": 44080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 540819, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18609, "Shape__Length": 94.222930319873868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154951852456094, 39.9923621423155 ], [ -75.155787850062595, 39.992463587528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14750, "tnode_": 14813, "lpoly_": null, "rpoly_": null, "length": 197.53214318000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2061, "l_t_add": 2067, "r_f_add": 2044, "r_t_add": 2070, "st_code": 23620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18610, "Shape__Length": 78.690649416864559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112776851284096, 39.991756129688603 ], [ -75.112380736181805, 39.991307570598501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14815, "tnode_": 14601, "lpoly_": null, "rpoly_": null, "length": 585.76154662, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87870, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540821, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 18611, "Shape__Length": 233.61716510252748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138353941245896, 39.991860931799401 ], [ -75.138001869323404, 39.993445952877401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14815, "tnode_": 14801, "lpoly_": null, "rpoly_": null, "length": 258.34035721000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 421, "st_code": 50000, "l_hundred": 400, "r_hundred": 400, "seg_id": 540822, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18612, "Shape__Length": 102.64853507551054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138353941245896, 39.991860931799401 ], [ -75.139263155863105, 39.991978655089603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14818, "tnode_": 14792, "lpoly_": null, "rpoly_": null, "length": 152.38972899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3122, "l_t_add": 3128, "r_f_add": 3129, "r_t_add": 3135, "st_code": 12400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540823, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18613, "Shape__Length": 60.598577209715451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111455827853206, 39.991231437044902 ], [ -75.110978919299697, 39.9914325297228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14701, "tnode_": 14818, "lpoly_": null, "rpoly_": null, "length": 358.31953614000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2055, "l_t_add": 2099, "r_f_add": 2054, "r_t_add": 2098, "st_code": 23700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540824, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18614, "Shape__Length": 142.76797963675983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112115025022206, 39.992067545213501 ], [ -75.112045677045302, 39.992028639742301 ], [ -75.111483065337794, 39.991258585032597 ], [ -75.111455827853206, 39.991231437044902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14819, "tnode_": 14751, "lpoly_": null, "rpoly_": null, "length": 167.60570063, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2620, "l_t_add": 2698, "r_f_add": 2619, "r_t_add": 2699, "st_code": 53860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18615, "Shape__Length": 66.845243487231528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143101069728303, 39.992005353956102 ], [ -75.143000857923795, 39.992458949838998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14820, "tnode_": 14611, "lpoly_": null, "rpoly_": null, "length": 586.26708821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 61580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 18616, "Shape__Length": 233.81876630178849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137845637313802, 39.991797351707298 ], [ -75.137494564136802, 39.993383911547603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14820, "tnode_": 14815, "lpoly_": null, "rpoly_": null, "length": 144.29463013, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 50000, "l_hundred": 300, "r_hundred": 300, "seg_id": 540827, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18617, "Shape__Length": 57.333308796529053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137845637313802, 39.991797351707298 ], [ -75.138353941245896, 39.991860931799401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14821, "tnode_": 14729, "lpoly_": null, "rpoly_": null, "length": 421.2952934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 56140, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540828, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 18618, "Shape__Length": 167.58449151661367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096626504207904, 39.990910533806002 ], [ -75.095380468826804, 39.991557793738401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14769, "tnode_": 14821, "lpoly_": null, "rpoly_": null, "length": 174.99094877000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 13900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 18619, "Shape__Length": 69.708166022102006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096982118007602, 39.9913054245824 ], [ -75.096626504207904, 39.990910533806002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14822, "tnode_": 14771, "lpoly_": null, "rpoly_": null, "length": 144.85729253, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2722, "l_t_add": 2738, "r_f_add": 2733, "r_t_add": 2743, "st_code": 35200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540830, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18620, "Shape__Length": 57.772541692716288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130729022761301, 39.991679676010499 ], [ -75.130643914669506, 39.992071901818598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14824, "tnode_": 14744, "lpoly_": null, "rpoly_": null, "length": 350.83933143999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2830, "r_f_add": 2801, "r_t_add": 2833, "st_code": 47420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540831, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18621, "Shape__Length": 139.58119744505365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122561598261498, 39.991437119447703 ], [ -75.121554443129497, 39.992009343314699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14824, "tnode_": 14720, "lpoly_": null, "rpoly_": null, "length": 269.62467928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2826, "r_f_add": 2801, "r_t_add": 2813, "st_code": 27080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540832, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 18622, "Shape__Length": 107.5352039432676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122561598261498, 39.991437119447703 ], [ -75.122422053255704, 39.9921694485367 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14806, "tnode_": 14824, "lpoly_": null, "rpoly_": null, "length": 276.69599992000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 439, "l_t_add": 499, "r_f_add": 438, "r_t_add": 498, "st_code": 73260, "l_hundred": 400, "r_hundred": 400, "seg_id": 540833, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18623, "Shape__Length": 109.94269397326184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123533762651107, 39.9915705101076 ], [ -75.122561598261498, 39.991437119447703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14826, "tnode_": 14819, "lpoly_": null, "rpoly_": null, "length": 135.78088033, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 60960, "l_hundred": 600, "r_hundred": 600, "seg_id": 540834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OAKDALE ST", "stname": "W OAKDALE ST", "objectid": 18624, "Shape__Length": 53.952468442405468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142624894280502, 39.991936166332103 ], [ -75.143101069728303, 39.992005353956102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14799, "tnode_": 14827, "lpoly_": null, "rpoly_": null, "length": 82.98015111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1821, "l_t_add": 1825, "r_f_add": 1818, "r_t_add": 1824, "st_code": 40940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540835, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18625, "Shape__Length": 33.069104572465861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121218176809293, 39.991584323057999 ], [ -75.121079151572999, 39.991383191991901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14829, "tnode_": 14621, "lpoly_": null, "rpoly_": null, "length": 582.27352908, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87850, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540836, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18626, "Shape__Length": 232.22496856676159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137350300473202, 39.991738498438202 ], [ -75.136995957637097, 39.993313503551903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14829, "tnode_": 14820, "lpoly_": null, "rpoly_": null, "length": 140.43661451, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 50000, "l_hundred": 300, "r_hundred": 300, "seg_id": 540837, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18627, "Shape__Length": 55.799790083372024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137350300473202, 39.991738498438202 ], [ -75.137845637313802, 39.991797351707298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14830, "tnode_": 14651, "lpoly_": null, "rpoly_": null, "length": 777.37978937999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 12900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540838, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18628, "Shape__Length": 309.22893502744131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101605311220496, 39.991003541941097 ], [ -75.099303498417697, 39.992194909222299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14763, "tnode_": 14830, "lpoly_": null, "rpoly_": null, "length": 204.25988257, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2341, "l_t_add": 2399, "r_f_add": 2340, "r_t_add": 2398, "st_code": 61380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18629, "Shape__Length": 81.370903697287744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102013932987106, 39.991467891070897 ], [ -75.101605311220496, 39.991003541941097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14832, "tnode_": 14719, "lpoly_": null, "rpoly_": null, "length": 506.84615678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 51240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 18630, "Shape__Length": 201.61673072201665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094708776052897, 39.990801490480202 ], [ -75.093211914667293, 39.991582687821499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14782, "tnode_": 14832, "lpoly_": null, "rpoly_": null, "length": 158.67401284000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2549, "l_t_add": 2569, "r_f_add": 2548, "r_t_add": 2568, "st_code": 79900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540841, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18631, "Shape__Length": 63.211260849511255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095024960853195, 39.991162852512801 ], [ -75.094708776052897, 39.990801490480202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14836, "tnode_": 14783, "lpoly_": null, "rpoly_": null, "length": 148.78787264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2614, "r_f_add": 2601, "r_t_add": 2613, "st_code": 88050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540842, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18632, "Shape__Length": 59.340637628158142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152732814744695, 39.992082033465401 ], [ -75.152646323427007, 39.992485020290303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14838, "tnode_": 14750, "lpoly_": null, "rpoly_": null, "length": 437.76296457000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3019, "r_t_add": 3099, "st_code": 34960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540843, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18633, "Shape__Length": 174.07742200559059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114149009876797, 39.991181504702404 ], [ -75.112776851284096, 39.991756129688603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28948, "tnode_": 14838, "lpoly_": null, "rpoly_": null, "length": 129.44179617, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2043, "l_t_add": 2049, "r_f_add": 2042, "r_t_add": 2048, "st_code": 31160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540844, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18634, "Shape__Length": 51.584639423871067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114366285027998, 39.991495084416002 ], [ -75.114149009876797, 39.991181504702404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14840, "tnode_": 14666, "lpoly_": null, "rpoly_": null, "length": 776.98176665000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 78020, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540845, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 18635, "Shape__Length": 309.07526364172628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104895852981301, 39.990930592333399 ], [ -75.102602028426801, 39.992129094148403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14536, "tnode_": 14840, "lpoly_": null, "rpoly_": null, "length": 999.9560403, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2135, "l_t_add": 2299, "r_f_add": 2150, "r_t_add": 2298, "st_code": 82560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540846, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18636, "Shape__Length": 398.35210114895233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1069056782828, 39.993198835522598 ], [ -75.106380451246395, 39.992591705075597 ], [ -75.106049019704301, 39.992223065097498 ], [ -75.104895852981301, 39.990930592333399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14738, "tnode_": 14841, "lpoly_": null, "rpoly_": null, "length": 327.85082576999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 84020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540847, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 18637, "Shape__Length": 130.62076886632829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110229384827505, 39.9917910943837 ], [ -75.109603964094504, 39.991030457243902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14843, "tnode_": 14639, "lpoly_": null, "rpoly_": null, "length": 587.54605668, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 12440, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540848, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18638, "Shape__Length": 234.32802846295718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136161722273201, 39.991574090184301 ], [ -75.135809439468005, 39.993164052910601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14843, "tnode_": 14829, "lpoly_": null, "rpoly_": null, "length": 338.37564377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 238, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 50000, "l_hundred": 200, "r_hundred": 200, "seg_id": 540849, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18639, "Shape__Length": 134.45111292639641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136161722273201, 39.991574090184301 ], [ -75.137350300473202, 39.991738498438202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14845, "tnode_": 14769, "lpoly_": null, "rpoly_": null, "length": 356.68087232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3508, "r_f_add": 3501, "r_t_add": 3543, "st_code": 36420, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540850, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18640, "Shape__Length": 141.88114460923637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098037520523803, 39.990757977753198 ], [ -75.096982118007602, 39.9913054245824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14709, "tnode_": 14845, "lpoly_": null, "rpoly_": null, "length": 429.56721273, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 77400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 540851, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18641, "Shape__Length": 171.12492493793553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098900041358405, 39.991732867947398 ], [ -75.098037520523803, 39.990757977753198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14804, "tnode_": 14847, "lpoly_": null, "rpoly_": null, "length": 138.55906572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 283, "l_t_add": 299, "r_f_add": 282, "r_t_add": 298, "st_code": 39100, "l_hundred": 200, "r_hundred": 200, "seg_id": 540852, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18642, "Shape__Length": 55.196163978761696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127113082245202, 39.991725882110302 ], [ -75.126832250609297, 39.991412807191701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14850, "tnode_": 14798, "lpoly_": null, "rpoly_": null, "length": 146.65830875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2724, "l_t_add": 2736, "r_f_add": 2749, "r_t_add": 2771, "st_code": 11020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540853, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18643, "Shape__Length": 58.489831972282104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128822835149606, 39.991428753193603 ], [ -75.128731403798, 39.991825158355702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14822, "tnode_": 14850, "lpoly_": null, "rpoly_": null, "length": 541.86959729, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 72840, "l_hundred": 0, "r_hundred": 0, "seg_id": 540854, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SILVER ST", "stname": "E SILVER ST", "objectid": 18644, "Shape__Length": 215.30518866069275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130729022761301, 39.991679676010499 ], [ -75.128822835149606, 39.991428753193603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14851, "tnode_": 14809, "lpoly_": null, "rpoly_": null, "length": 208.50525018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2998, "r_f_add": 2907, "r_t_add": 2999, "st_code": 31640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540855, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18645, "Shape__Length": 82.943929891731656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117275535066298, 39.991120420689903 ], [ -75.116664126209798, 39.991446684168999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14708, "tnode_": 14851, "lpoly_": null, "rpoly_": null, "length": 429.20035865000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 17660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540856, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 18646, "Shape__Length": 171.05205513763084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117976279974698, 39.992168114415598 ], [ -75.117275535066298, 39.991120420689903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14852, "tnode_": 14644, "lpoly_": null, "rpoly_": null, "length": 584.08742582000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 64500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 18647, "Shape__Length": 232.94910492451879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135468141134794, 39.991488557847497 ], [ -75.135123190006894, 39.993069844985797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14852, "tnode_": 14843, "lpoly_": null, "rpoly_": null, "length": 196.81997858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 220, "l_t_add": 236, "r_f_add": 217, "r_t_add": 223, "st_code": 50000, "l_hundred": 200, "r_hundred": 200, "seg_id": 540858, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18648, "Shape__Length": 78.202908057906924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135468141134794, 39.991488557847497 ], [ -75.136161722273201, 39.991574090184301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14855, "tnode_": 14803, "lpoly_": null, "rpoly_": null, "length": 149.03850376, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2617, "st_code": 88030, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540859, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18649, "Shape__Length": 59.440895008741286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151161190459206, 39.991879247198497 ], [ -75.151077933814904, 39.992283333449699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14855, "tnode_": 27847, "lpoly_": null, "rpoly_": null, "length": 410.5008594, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 44080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540860, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18650, "Shape__Length": 163.10774709271766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151161190459206, 39.991879247198497 ], [ -75.152606064071094, 39.992065679746801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14856, "tnode_": 14818, "lpoly_": null, "rpoly_": null, "length": 198.60667024999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3120, "r_f_add": 3101, "r_t_add": 3127, "st_code": 12400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18651, "Shape__Length": 78.978720491156523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112074773650093, 39.990965743973497 ], [ -75.111455827853206, 39.991231437044902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14813, "tnode_": 14856, "lpoly_": null, "rpoly_": null, "length": 151.17925758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2069, "l_t_add": 2099, "r_f_add": 2072, "r_t_add": 2098, "st_code": 23620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18652, "Shape__Length": 60.223364142815697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112380736181805, 39.991307570598501 ], [ -75.112074773650093, 39.990965743973497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14857, "tnode_": 14822, "lpoly_": null, "rpoly_": null, "length": 100.93016558, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2708, "l_t_add": 2720, "r_f_add": 2725, "r_t_add": 2731, "st_code": 35200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540863, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18653, "Shape__Length": 40.253034856265074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130789184523394, 39.9914065019316 ], [ -75.130729022761301, 39.991679676010499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14858, "tnode_": 14764, "lpoly_": null, "rpoly_": null, "length": 451.12882704000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOUTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 75120, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOUTON ST", "stname": "STOUTON ST", "objectid": 18654, "Shape__Length": 179.45405250574217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120869843911194, 39.991116531015599 ], [ -75.119537834555203, 39.991812200983297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14827, "tnode_": 14858, "lpoly_": null, "rpoly_": null, "length": 113.47095557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1827, "l_t_add": 1837, "r_f_add": 1826, "r_t_add": 1836, "st_code": 40940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18655, "Shape__Length": 45.211761667114168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121079151572999, 39.991383191991901 ], [ -75.120869843911194, 39.991116531015599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14862, "tnode_": 14650, "lpoly_": null, "rpoly_": null, "length": 581.61039581, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 87830, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540866, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 18656, "Shape__Length": 231.96354197415579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134870906572502, 39.991417041505798 ], [ -75.134545712363504, 39.992993919024798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10606, "tnode_": 10578, "lpoly_": null, "rpoly_": null, "length": 111.018851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 116, "l_t_add": 122, "r_f_add": 115, "r_t_add": 121, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 18657, "Shape__Length": 44.189627380241753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224508286161594, 40.026622703117297 ], [ -75.224186819080003, 40.026801037616003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14862, "tnode_": 14852, "lpoly_": null, "rpoly_": null, "length": 169.35820475, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 218, "r_f_add": 201, "r_t_add": 215, "st_code": 50000, "l_hundred": 200, "r_hundred": 200, "seg_id": 540867, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18658, "Shape__Length": 67.291011502490036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134870906572502, 39.991417041505798 ], [ -75.135468141134794, 39.991488557847497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27365, "tnode_": 14711, "lpoly_": null, "rpoly_": null, "length": 401.83063304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 71000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540868, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SARTAIN ST", "stname": "N SARTAIN ST", "objectid": 18659, "Shape__Length": 160.25904422353781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150676253595904, 39.991810584038397 ], [ -75.150428621313097, 39.992897089879101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27365, "tnode_": 14855, "lpoly_": null, "rpoly_": null, "length": 138.15939022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1132, "l_t_add": 1198, "r_f_add": 1137, "r_t_add": 1199, "st_code": 44080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540869, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18660, "Shape__Length": 54.897101343088615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150676253595904, 39.991810584038397 ], [ -75.151161190459206, 39.991879247198497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14872, "tnode_": 14864, "lpoly_": null, "rpoly_": null, "length": 118.97264773000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1118, "l_t_add": 1128, "r_f_add": 1115, "r_t_add": 1133, "st_code": 44080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540870, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18661, "Shape__Length": 47.271788320607229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150168020383802, 39.991749723768102 ], [ -75.150587321190699, 39.991801198809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14867, "tnode_": 14657, "lpoly_": null, "rpoly_": null, "length": 587.31953093999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 62760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540871, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18662, "Shape__Length": 234.23895774792234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134335632488799, 39.991339397864699 ], [ -75.133997825278698, 39.992930587785402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14867, "tnode_": 14862, "lpoly_": null, "rpoly_": null, "length": 152.6252276, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 178, "l_t_add": 198, "r_f_add": 179, "r_t_add": 199, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540872, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18663, "Shape__Length": 60.645005926713097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134335632488799, 39.991339397864699 ], [ -75.134870906572502, 39.991417041505798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14872, "tnode_": 14718, "lpoly_": null, "rpoly_": null, "length": 403.03960349, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 46120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540873, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JESSUP ST", "stname": "N JESSUP ST", "objectid": 18664, "Shape__Length": 160.74082247749547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150168020383802, 39.991749723768102 ], [ -75.150189883425199, 39.991801504103101 ], [ -75.149965874587394, 39.992839248503103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14713, "tnode_": 14873, "lpoly_": null, "rpoly_": null, "length": 516.75292560999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2109, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 12040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540875, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18665, "Shape__Length": 205.86217472142042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109342840569298, 39.991918819695798 ], [ -75.108315778024405, 39.9907405990824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14874, "tnode_": 14782, "lpoly_": null, "rpoly_": null, "length": 425.32030325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3546, "l_t_add": 3598, "r_f_add": 3541, "r_t_add": 3599, "st_code": 16580, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540876, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 18666, "Shape__Length": 169.18557476655855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096281537343202, 39.990507866968599 ], [ -75.095024960853195, 39.991162852512801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14821, "tnode_": 14874, "lpoly_": null, "rpoly_": null, "length": 175.66822893000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2599, "r_f_add": 2520, "r_t_add": 2598, "st_code": 13900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540877, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 18667, "Shape__Length": 69.983476857406686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096626504207904, 39.990910533806002 ], [ -75.096281537343202, 39.990507866968599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14875, "tnode_": 27368, "lpoly_": null, "rpoly_": null, "length": 183.58145756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3032, "l_t_add": 3048, "r_f_add": 3001, "r_t_add": 3015, "st_code": 34960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540878, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18668, "Shape__Length": 73.003666350880096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114844190504598, 39.9908835778906 ], [ -75.114272110580899, 39.991129225467603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14878, "tnode_": 14772, "lpoly_": null, "rpoly_": null, "length": 508.84584392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 12300, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 540879, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 18669, "Shape__Length": 202.4110018662758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094390616444699, 39.990433917812503 ], [ -75.0928877343148, 39.991218057585101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14832, "tnode_": 14878, "lpoly_": null, "rpoly_": null, "length": 160.86217084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2571, "l_t_add": 2599, "r_f_add": 2570, "r_t_add": 2598, "st_code": 79900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18670, "Shape__Length": 64.083786441053192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094708776052897, 39.990801490480202 ], [ -75.094390616444699, 39.990433917812503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14883, "tnode_": 14663, "lpoly_": null, "rpoly_": null, "length": 586.82732164000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 40340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18671, "Shape__Length": 234.04278122383619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133806249422094, 39.991268930184603 ], [ -75.133471365747496, 39.992859116854802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14883, "tnode_": 14867, "lpoly_": null, "rpoly_": null, "length": 150.53591395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 164, "l_t_add": 176, "r_f_add": 167, "r_t_add": 177, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540882, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18672, "Shape__Length": 59.81351284131491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133806249422094, 39.991268930184603 ], [ -75.134335632488799, 39.991339397864699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14884, "tnode_": 14758, "lpoly_": null, "rpoly_": null, "length": 326.42701587000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2636, "r_f_add": 2601, "r_t_add": 2623, "st_code": 88010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540883, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18673, "Shape__Length": 130.18656120423179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149589114897907, 39.991674611623999 ], [ -75.149392065388696, 39.992557783237601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14884, "tnode_": 14872, "lpoly_": null, "rpoly_": null, "length": 164.49770109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1113, "st_code": 44080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 540884, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18674, "Shape__Length": 65.361076804474493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149589114897907, 39.991674611623999 ], [ -75.150168020383802, 39.991749723768102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14774, "tnode_": 14885, "lpoly_": null, "rpoly_": null, "length": 356.06887551, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 51080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540885, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LIPPINCOTT ST", "stname": "E LIPPINCOTT ST", "objectid": 18675, "Shape__Length": 141.86260731911133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110774057083404, 39.991525511865497 ], [ -75.110094717208895, 39.990699451745598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14886, "tnode_": 14850, "lpoly_": null, "rpoly_": null, "length": 99.25878841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2712, "l_t_add": 2722, "r_f_add": 2725, "r_t_add": 2747, "st_code": 11020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540886, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18676, "Shape__Length": 39.587342335614558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128874501114893, 39.991159189160797 ], [ -75.128822835149606, 39.991428753193603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14857, "tnode_": 14886, "lpoly_": null, "rpoly_": null, "length": 543.99888989, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 74700, "l_hundred": 100, "r_hundred": 100, "seg_id": 540887, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STERNER ST", "stname": "E STERNER ST", "objectid": 18677, "Shape__Length": 216.14949213016817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130789184523394, 39.9914065019316 ], [ -75.128874501114893, 39.991159189160797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14888, "tnode_": 14671, "lpoly_": null, "rpoly_": null, "length": 585.60847072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 57680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540888, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 18678, "Shape__Length": 233.5559686188349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133350048881198, 39.991210483890796 ], [ -75.133012352799497, 39.992796928267097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14888, "tnode_": 14883, "lpoly_": null, "rpoly_": null, "length": 129.58673646, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 154, "l_t_add": 162, "r_f_add": 159, "r_t_add": 165, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540889, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18679, "Shape__Length": 51.489151885320915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133350048881198, 39.991210483890796 ], [ -75.133806249422094, 39.991268930184603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14891, "tnode_": 14851, "lpoly_": null, "rpoly_": null, "length": 162.66132328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2916, "l_t_add": 2938, "r_f_add": 2903, "r_t_add": 2905, "st_code": 31640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540890, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18680, "Shape__Length": 64.70223154975038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117758812119405, 39.990873023745898 ], [ -75.117275535066298, 39.991120420689903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14759, "tnode_": 14891, "lpoly_": null, "rpoly_": null, "length": 424.8574755, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 56620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540891, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18681, "Shape__Length": 169.25077095216307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118608294487601, 39.991839095169297 ], [ -75.117758812119405, 39.990873023745898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14894, "tnode_": 14710, "lpoly_": null, "rpoly_": null, "length": 777.8729457899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 11380, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGATE ST", "stname": "AGATE ST", "objectid": 18682, "Shape__Length": 309.430232008399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104604763558797, 39.990597705130803 ], [ -75.102311021709298, 39.991800635998402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14840, "tnode_": 14894, "lpoly_": null, "rpoly_": null, "length": 146.14263991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2312, "st_code": 82560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18683, "Shape__Length": 58.218989429116384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104895852981301, 39.990930592333399 ], [ -75.104604763558797, 39.990597705130803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14856, "tnode_": 14895, "lpoly_": null, "rpoly_": null, "length": 96.26039441, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2107, "r_f_add": 2100, "r_t_add": 2108, "st_code": 23620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18684, "Shape__Length": 38.348049359674384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112074773650093, 39.990965743973497 ], [ -75.111884365045498, 39.990745797808003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14896, "tnode_": 14884, "lpoly_": null, "rpoly_": null, "length": 158.07464048, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1010, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 44080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540895, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18685, "Shape__Length": 62.809114594772176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149033076545294, 39.991601246404301 ], [ -75.149589114897907, 39.991674611623999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14897, "tnode_": 14785, "lpoly_": null, "rpoly_": null, "length": 280.081797, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 67820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540896, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 18686, "Shape__Length": 111.66429220559039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141130565697907, 39.991465447108403 ], [ -75.141002185296401, 39.991559807021602 ], [ -75.140865657853396, 39.992183302498702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14899, "tnode_": 14768, "lpoly_": null, "rpoly_": null, "length": 324.40156237000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 81440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 18687, "Shape__Length": 129.37935795942522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148938221168706, 39.991589494744403 ], [ -75.148747570167501, 39.992467860232402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14899, "tnode_": 14896, "lpoly_": null, "rpoly_": null, "length": 26.92054906, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1008, "l_t_add": 1008, "r_f_add": 1019, "r_t_add": 1019, "st_code": 44080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540899, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18688, "Shape__Length": 10.696419704869616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148938221168706, 39.991589494744403 ], [ -75.149033076545294, 39.991601246404301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14902, "tnode_": 14679, "lpoly_": null, "rpoly_": null, "length": 584.96024178999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 54200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18689, "Shape__Length": 233.29683887536052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132895437601405, 39.991153159540197 ], [ -75.132555310292702, 39.992737493040799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14902, "tnode_": 14888, "lpoly_": null, "rpoly_": null, "length": 129.08086196000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 152, "l_t_add": 152, "r_f_add": 155, "r_t_add": 157, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540901, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18690, "Shape__Length": 51.287940147496599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132895437601405, 39.991153159540197 ], [ -75.133350048881198, 39.991210483890796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14904, "tnode_": 14875, "lpoly_": null, "rpoly_": null, "length": 90.55285362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3024, "l_t_add": 3030, "r_f_add": 2987, "r_t_add": 2999, "st_code": 34960, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 540902, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18691, "Shape__Length": 36.007919236925865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1151283910133, 39.990765234913901 ], [ -75.114844190504598, 39.9908835778906 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14907, "tnode_": 14827, "lpoly_": null, "rpoly_": null, "length": 332.77368775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2840, "r_f_add": 2801, "r_t_add": 2833, "st_code": 70000, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18692, "Shape__Length": 132.37630087605643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122057198818894, 39.990864972234398 ], [ -75.121079151572999, 39.991383191991901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14824, "tnode_": 14907, "lpoly_": null, "rpoly_": null, "length": 251.82271862, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1825, "r_f_add": 1800, "r_t_add": 1828, "st_code": 73260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540905, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18693, "Shape__Length": 100.31805127327993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122561598261498, 39.991437119447703 ], [ -75.122057198818894, 39.990864972234398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14909, "tnode_": 14779, "lpoly_": null, "rpoly_": null, "length": 323.64677139000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2634, "r_f_add": 2601, "r_t_add": 2631, "st_code": 36660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540906, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18694, "Shape__Length": 129.07241680077146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148310327430593, 39.9915131821543 ], [ -75.148083791579296, 39.992384378442701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14909, "tnode_": 14899, "lpoly_": null, "rpoly_": null, "length": 178.11549429, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1006, "r_f_add": 1001, "r_t_add": 1017, "st_code": 44080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 540907, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18695, "Shape__Length": 70.770838884557804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148310327430593, 39.9915131821543 ], [ -75.148938221168706, 39.991589494744403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14911, "tnode_": 14683, "lpoly_": null, "rpoly_": null, "length": 584.66445628999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 81740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 18696, "Shape__Length": 233.17943621442629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132422293439603, 39.991092507623698 ], [ -75.132087764071301, 39.992676723469003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14911, "tnode_": 14902, "lpoly_": null, "rpoly_": null, "length": 134.40199583, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 140, "l_t_add": 150, "r_f_add": 143, "r_t_add": 153, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540909, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18697, "Shape__Length": 53.402330272852851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132422293439603, 39.991092507623698 ], [ -75.132895437601405, 39.991153159540197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14913, "tnode_": 14904, "lpoly_": null, "rpoly_": null, "length": 54.72914703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3020, "l_t_add": 3022, "r_f_add": 2981, "r_t_add": 2985, "st_code": 34960, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 540910, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18698, "Shape__Length": 21.761447198282223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115301842842399, 39.990696156539997 ], [ -75.1151283910133, 39.990765234913901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14912, "tnode_": 14813, "lpoly_": null, "rpoly_": null, "length": 495.89477492999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 25020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540911, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 18699, "Shape__Length": 197.19702883362029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113928904267794, 39.990647966622198 ], [ -75.112380736181805, 39.991307570598501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27368, "tnode_": 14912, "lpoly_": null, "rpoly_": null, "length": 199.95717878, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2051, "l_t_add": 2071, "r_f_add": 2050, "r_t_add": 2064, "st_code": 31160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18700, "Shape__Length": 79.682462688841213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114272110580899, 39.991129225467603 ], [ -75.113928904267794, 39.990647966622198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14914, "tnode_": 14810, "lpoly_": null, "rpoly_": null, "length": 462.39144803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2838, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 45980, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540913, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18701, "Shape__Length": 183.93381316844162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120621715272904, 39.990784902761298 ], [ -75.119257124914498, 39.991498695068699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14858, "tnode_": 14914, "lpoly_": null, "rpoly_": null, "length": 139.38400246999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1839, "l_t_add": 1899, "r_f_add": 1838, "r_t_add": 1898, "st_code": 40940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18702, "Shape__Length": 55.540414144159072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120869843911194, 39.991116531015599 ], [ -75.120621715272904, 39.990784902761298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14915, "tnode_": 14691, "lpoly_": null, "rpoly_": null, "length": 581.74651969000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 43800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540915, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 18703, "Shape__Length": 232.01308967530264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131962121172904, 39.991039268617598 ], [ -75.131612648092002, 39.9926134492434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14915, "tnode_": 14911, "lpoly_": null, "rpoly_": null, "length": 130.3893193, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 130, "l_t_add": 138, "r_f_add": 131, "r_t_add": 141, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540916, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18704, "Shape__Length": 51.806912387465353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131962121172904, 39.991039268617598 ], [ -75.132422293439603, 39.991092507623698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14916, "tnode_": 14828, "lpoly_": null, "rpoly_": null, "length": 204.77571765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 20800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540917, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 18705, "Shape__Length": 81.666708312091998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147748369622406, 39.991438451990199 ], [ -75.147750873403595, 39.9914829173415 ], [ -75.147619948075402, 39.991990654514403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14916, "tnode_": 14909, "lpoly_": null, "rpoly_": null, "length": 159.79393718, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 940, "l_t_add": 998, "r_f_add": 939, "r_t_add": 999, "st_code": 44080, "l_hundred": 900, "r_hundred": 900, "seg_id": 540918, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18706, "Shape__Length": 63.492215977473165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147748369622406, 39.991438451990199 ], [ -75.148310327430593, 39.9915131821543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14919, "tnode_": 14824, "lpoly_": null, "rpoly_": null, "length": 382.62319484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2747, "r_t_add": 2799, "st_code": 47420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540919, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18707, "Shape__Length": 152.20384399129094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123689552751998, 39.990845079612903 ], [ -75.122561598261498, 39.991437119447703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14919, "tnode_": 14806, "lpoly_": null, "rpoly_": null, "length": 267.84258424999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 18480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540920, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 18708, "Shape__Length": 106.82119221757895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123689552751998, 39.990845079612903 ], [ -75.123533762651107, 39.9915705101076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14878, "tnode_": 14953, "lpoly_": null, "rpoly_": null, "length": 181.86999999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2615, "r_f_add": 2600, "r_t_add": 2618, "st_code": 79900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540921, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 18709, "Shape__Length": 72.447201443541715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094390616444699, 39.990433917812503 ], [ -75.094020384968701, 39.9900238465192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14923, "tnode_": 14855, "lpoly_": null, "rpoly_": null, "length": 143.75185952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2551, "r_t_add": 2599, "st_code": 88030, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540922, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18710, "Shape__Length": 57.330724465107473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151250905292102, 39.991490710948497 ], [ -75.151161190459206, 39.991879247198497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14923, "tnode_": 27846, "lpoly_": null, "rpoly_": null, "length": 409.22338473999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 41460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540923, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAZZARD ST", "stname": "W HAZZARD ST", "objectid": 18711, "Shape__Length": 162.59946230644567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151250905292102, 39.991490710948497 ], [ -75.152691005293903, 39.9916777922896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14924, "tnode_": 14847, "lpoly_": null, "rpoly_": null, "length": 188.24460251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2716, "l_t_add": 2734, "r_f_add": 2723, "r_t_add": 2733, "st_code": 15380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540924, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18712, "Shape__Length": 75.077256637757245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126928155534202, 39.990901681406001 ], [ -75.126843639842903, 39.991298100990299 ], [ -75.126832250609297, 39.991412807191701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14925, "tnode_": 14698, "lpoly_": null, "rpoly_": null, "length": 584.20073459000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 43480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540925, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 18713, "Shape__Length": 232.99270341315713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131439887904904, 39.990969596330302 ], [ -75.131096069122407, 39.992551344414402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14925, "tnode_": 14915, "lpoly_": null, "rpoly_": null, "length": 148.51314814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 120, "l_t_add": 128, "r_f_add": 115, "r_t_add": 129, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540926, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18714, "Shape__Length": 59.009562153024461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131439887904904, 39.990969596330302 ], [ -75.131962121172904, 39.991039268617598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14926, "tnode_": 14689, "lpoly_": null, "rpoly_": null, "length": 585.7109095000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 44180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540927, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18715, "Shape__Length": 233.59554531269831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147234544364593, 39.991373097198903 ], [ -75.146884132907104, 39.992958194645901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14926, "tnode_": 14916, "lpoly_": null, "rpoly_": null, "length": 145.92678871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 924, "l_t_add": 938, "r_f_add": 925, "r_t_add": 937, "st_code": 44080, "l_hundred": 900, "r_hundred": 900, "seg_id": 540928, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18716, "Shape__Length": 57.981657187540243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147234544364593, 39.991373097198903 ], [ -75.147748369622406, 39.991438451990199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14929, "tnode_": 14895, "lpoly_": null, "rpoly_": null, "length": 138.67008944999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3064, "l_t_add": 3098, "r_f_add": 3083, "r_t_add": 3099, "st_code": 24240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540929, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18717, "Shape__Length": 55.160508294193761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112294141228602, 39.990532347320801 ], [ -75.111884365045498, 39.990745797808003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14873, "tnode_": 14930, "lpoly_": null, "rpoly_": null, "length": 146.61119446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2229, "r_f_add": 2200, "r_t_add": 2228, "st_code": 12040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540930, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18718, "Shape__Length": 58.401930832628985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108315778024405, 39.9907405990824 ], [ -75.108016604706805, 39.990410410933897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14932, "tnode_": 14845, "lpoly_": null, "rpoly_": null, "length": 371.38238817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3449, "r_t_add": 3499, "st_code": 36420, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 540931, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18719, "Shape__Length": 147.73192406481519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099130922810502, 39.990181751588104 ], [ -75.098037520523803, 39.990757977753198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14933, "tnode_": 14926, "lpoly_": null, "rpoly_": null, "length": 49.61982975, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 918, "l_t_add": 922, "r_f_add": 921, "r_t_add": 923, "st_code": 44080, "l_hundred": 900, "r_hundred": 900, "seg_id": 540932, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18720, "Shape__Length": 19.716580267775676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147060926778394, 39.991346256164498 ], [ -75.147234544364593, 39.991373097198903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14934, "tnode_": 14857, "lpoly_": null, "rpoly_": null, "length": 187.44897571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2700, "l_t_add": 2706, "r_f_add": 2701, "r_t_add": 2723, "st_code": 35200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540933, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18721, "Shape__Length": 74.758134782213673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130900661071493, 39.9908991257102 ], [ -75.130789184523394, 39.9914065019316 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14934, "tnode_": 14925, "lpoly_": null, "rpoly_": null, "length": 153.25541278, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 113, "st_code": 50000, "l_hundred": 100, "r_hundred": 100, "seg_id": 540934, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LEHIGH AVE", "stname": "W LEHIGH AVE", "objectid": 18722, "Shape__Length": 60.893493090051187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130900661071493, 39.9908991257102 ], [ -75.131439887904904, 39.990969596330302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14847, "tnode_": 14936, "lpoly_": null, "rpoly_": null, "length": 280.00437436, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 321, "r_f_add": 300, "r_t_add": 320, "st_code": 39100, "l_hundred": 300, "r_hundred": 300, "seg_id": 540935, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18723, "Shape__Length": 111.50314656694214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126832250609297, 39.991412807191701 ], [ -75.126712497946997, 39.991309743700697 ], [ -75.126245801283105, 39.990876479527401 ], [ -75.126193086406701, 39.990822180589902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14924, "tnode_": 14936, "lpoly_": null, "rpoly_": null, "length": 208.09927652, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 74700, "l_hundred": 300, "r_hundred": 300, "seg_id": 540936, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STERNER ST", "stname": "E STERNER ST", "objectid": 18724, "Shape__Length": 82.682188981574654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126928155534202, 39.990901681406001 ], [ -75.126295934471202, 39.990826875186997 ], [ -75.126193086406701, 39.990822180589902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14937, "tnode_": 14913, "lpoly_": null, "rpoly_": null, "length": 130.19426746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3006, "l_t_add": 3018, "r_f_add": 2969, "r_t_add": 2979, "st_code": 34960, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 540937, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18725, "Shape__Length": 51.767325776419185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115715145916496, 39.990532844391197 ], [ -75.115301842842399, 39.990696156539997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14939, "tnode_": 14819, "lpoly_": null, "rpoly_": null, "length": 288.72834362999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2608, "l_t_add": 2618, "r_f_add": 2607, "r_t_add": 2617, "st_code": 53860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540938, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18726, "Shape__Length": 115.15173884561935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143267693939293, 39.991223189629899 ], [ -75.143101069728303, 39.992005353956102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14941, "tnode_": 14702, "lpoly_": null, "rpoly_": null, "length": 587.35606973999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87970, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540939, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18727, "Shape__Length": 234.25248843254482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146434750119795, 39.991267088890801 ], [ -75.146091367097497, 39.992857674196202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14941, "tnode_": 14933, "lpoly_": null, "rpoly_": null, "length": 177.80661703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 919, "st_code": 44080, "l_hundred": 900, "r_hundred": 900, "seg_id": 540940, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18728, "Shape__Length": 70.648403211799945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146434750119795, 39.991267088890801 ], [ -75.147060926778394, 39.991346256164498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14946, "tnode_": 14763, "lpoly_": null, "rpoly_": null, "length": 779.82491016999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 55460, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 540941, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 18729, "Shape__Length": 310.20458263820774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104314244720101, 39.990262873228097 ], [ -75.102013932987106, 39.991467891070897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14894, "tnode_": 14946, "lpoly_": null, "rpoly_": null, "length": 146.64241019000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2319, "l_t_add": 2319, "r_f_add": 2314, "r_t_add": 2326, "st_code": 82560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 540942, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18730, "Shape__Length": 58.418564290567808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104604763558797, 39.990597705130803 ], [ -75.104314244720101, 39.990262873228097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14947, "tnode_": 14885, "lpoly_": null, "rpoly_": null, "length": 203.8457341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3114, "l_t_add": 3198, "r_f_add": 3115, "r_t_add": 3199, "st_code": 53980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540943, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18731, "Shape__Length": 81.097277979042786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110681574332901, 39.990368740421196 ], [ -75.110094717208895, 39.990699451745598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14818, "tnode_": 14947, "lpoly_": null, "rpoly_": null, "length": 382.29500463, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 23700, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540944, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 18732, "Shape__Length": 152.28823910244793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111455827853206, 39.991231437044902 ], [ -75.111416242302198, 39.991204019605597 ], [ -75.110681574332901, 39.990368740421196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14948, "tnode_": 14826, "lpoly_": null, "rpoly_": null, "length": 284.29839182000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WENDLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 82280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540945, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WENDLE ST", "stname": "N WENDLE ST", "objectid": 18733, "Shape__Length": 113.38250930121214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142804776161, 39.991168094759097 ], [ -75.142624894280502, 39.991936166332103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14948, "tnode_": 14939, "lpoly_": null, "rpoly_": null, "length": 131.25152788, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 40720, "l_hundred": 600, "r_hundred": 600, "seg_id": 540946, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAROLD ST", "stname": "W HAROLD ST", "objectid": 18734, "Shape__Length": 52.149849054376261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142804776161, 39.991168094759097 ], [ -75.143267693939293, 39.991223189629899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14950, "tnode_": 14909, "lpoly_": null, "rpoly_": null, "length": 106.53146153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2550, "l_t_add": 2598, "r_f_add": 2559, "r_t_add": 2599, "st_code": 36660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540947, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18735, "Shape__Length": 42.485855426824088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148380210081498, 39.991225722493503 ], [ -75.148310327430593, 39.9915131821543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14952, "tnode_": 14712, "lpoly_": null, "rpoly_": null, "length": 586.07729101999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 27360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540949, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 18736, "Shape__Length": 233.74124936857379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145954352338194, 39.991206529425803 ], [ -75.145604736646106, 39.992792750845403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14952, "tnode_": 14941, "lpoly_": null, "rpoly_": null, "length": 136.40152181, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 816, "l_t_add": 898, "r_f_add": 815, "r_t_add": 899, "st_code": 44080, "l_hundred": 800, "r_hundred": 800, "seg_id": 540950, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18737, "Shape__Length": 54.196712499713691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145954352338194, 39.991206529425803 ], [ -75.146434750119795, 39.991267088890801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14954, "tnode_": 14891, "lpoly_": null, "rpoly_": null, "length": 216.0150532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2901, "st_code": 31640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540951, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18738, "Shape__Length": 85.928912427746084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118394589730599, 39.990537632735503 ], [ -75.117758812119405, 39.990873023745898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14810, "tnode_": 14954, "lpoly_": null, "rpoly_": null, "length": 425.41496016999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 21020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540952, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18739, "Shape__Length": 169.46608822194028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119257124914498, 39.991498695068699 ], [ -75.118394589730599, 39.990537632735503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14957, "tnode_": 14937, "lpoly_": null, "rpoly_": null, "length": 85.6863169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3004, "r_f_add": 2961, "r_t_add": 2967, "st_code": 34960, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 540953, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18740, "Shape__Length": 34.068600046185558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115989170537304, 39.990428430893601 ], [ -75.115715145916496, 39.990532844391197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14809, "tnode_": 14957, "lpoly_": null, "rpoly_": null, "length": 416.36172398999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2045, "r_f_add": 2000, "r_t_add": 2044, "st_code": 61720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540954, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 18741, "Shape__Length": 165.93560682047246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116664126209798, 39.991446684168999 ], [ -75.115989170537304, 39.990428430893601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14958, "tnode_": 14722, "lpoly_": null, "rpoly_": null, "length": 585.4839675, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87950, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540955, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18742, "Shape__Length": 233.5053435042409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145454936915797, 39.9911393562884 ], [ -75.145112242216598, 39.992724819878198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14958, "tnode_": 14952, "lpoly_": null, "rpoly_": null, "length": 142.0579128, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 813, "st_code": 44080, "l_hundred": 800, "r_hundred": 800, "seg_id": 540956, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18743, "Shape__Length": 56.444911450036138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145454936915797, 39.9911393562884 ], [ -75.145954352338194, 39.991206529425803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14960, "tnode_": 14886, "lpoly_": null, "rpoly_": null, "length": 187.76693382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2710, "r_f_add": 2701, "r_t_add": 2723, "st_code": 11020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540957, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 18744, "Shape__Length": 74.885934396852036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128977178243801, 39.990649832210202 ], [ -75.128874501114893, 39.991159189160797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14934, "tnode_": 14960, "lpoly_": null, "rpoly_": null, "length": 546.55396377, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 49980, "l_hundred": 100, "r_hundred": 100, "seg_id": 540958, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18745, "Shape__Length": 217.16324194373567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130900661071493, 39.9908991257102 ], [ -75.128977178243801, 39.990649832210202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14964, "tnode_": 14957, "lpoly_": null, "rpoly_": null, "length": 42.21141847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2958, "l_t_add": 2998, "r_f_add": 2957, "r_t_add": 2959, "st_code": 34960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540959, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18746, "Shape__Length": 16.784867003922496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116121910602203, 39.990373636323199 ], [ -75.115989170537304, 39.990428430893601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14966, "tnode_": 14734, "lpoly_": null, "rpoly_": null, "length": 584.91129829, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 34980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540960, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 18747, "Shape__Length": 233.27530505977842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144820493229702, 39.991059341994202 ], [ -75.144468783313002, 39.9926420422806 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14966, "tnode_": 14958, "lpoly_": null, "rpoly_": null, "length": 180.1429294, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 720, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 44080, "l_hundred": 700, "r_hundred": 700, "seg_id": 540961, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18748, "Shape__Length": 71.576442440825403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144820493229702, 39.991059341994202 ], [ -75.145454936915797, 39.9911393562884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14895, "tnode_": 14967, "lpoly_": null, "rpoly_": null, "length": 204.23074288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2109, "l_t_add": 2133, "r_f_add": 2110, "r_t_add": 2130, "st_code": 23620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540962, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18749, "Shape__Length": 81.358844167602541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111884365045498, 39.990745797808003 ], [ -75.111476636359995, 39.9902810831965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14968, "tnode_": 14874, "lpoly_": null, "rpoly_": null, "length": 355.86081187999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3544, "r_f_add": 3501, "r_t_add": 3539, "st_code": 16580, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 540963, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 18750, "Shape__Length": 141.55695344955791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097329457872902, 39.989955970276803 ], [ -75.096281537343202, 39.990507866968599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14845, "tnode_": 14968, "lpoly_": null, "rpoly_": null, "length": 353.15442352000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2541, "r_f_add": 2500, "r_t_add": 2540, "st_code": 77400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540964, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18751, "Shape__Length": 140.68335114705954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098037520523803, 39.990757977753198 ], [ -75.097329457872902, 39.989955970276803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14970, "tnode_": 14797, "lpoly_": null, "rpoly_": null, "length": 408.59244532999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 20720, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540965, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 18752, "Shape__Length": 162.95500673584928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124744063633102, 39.990593586506499 ], [ -75.124506323680194, 39.991700216319003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14773, "tnode_": 14970, "lpoly_": null, "rpoly_": null, "length": 635.22212620999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 317, "l_t_add": 399, "r_f_add": 316, "r_t_add": 398, "st_code": 78140, "l_hundred": 300, "r_hundred": 300, "seg_id": 540966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18753, "Shape__Length": 252.93986593648722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126225170240104, 39.991911658017699 ], [ -75.124847980539499, 39.990659225308697 ], [ -75.124744063633102, 39.990593586506499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14971, "tnode_": 14856, "lpoly_": null, "rpoly_": null, "length": 510.26526724999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3028, "l_t_add": 3098, "r_f_add": 3021, "r_t_add": 3099, "st_code": 12400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18754, "Shape__Length": 202.91029482208805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113668112531002, 39.9902874627087 ], [ -75.112074773650093, 39.990965743973497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14912, "tnode_": 14971, "lpoly_": null, "rpoly_": null, "length": 150.2866703, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2073, "l_t_add": 2099, "r_f_add": 2066, "r_t_add": 2098, "st_code": 31160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540968, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18755, "Shape__Length": 59.887304779038452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113928904267794, 39.990647966622198 ], [ -75.113668112531002, 39.9902874627087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14981, "tnode_": 14923, "lpoly_": null, "rpoly_": null, "length": 126.34295615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2526, "l_t_add": 2546, "r_f_add": 2535, "r_t_add": 2549, "st_code": 88030, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540970, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18756, "Shape__Length": 50.388406068897154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151323510167401, 39.9911484096084 ], [ -75.151250905292102, 39.991490710948497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14981, "tnode_": 27845, "lpoly_": null, "rpoly_": null, "length": 409.87560875000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 71880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 540971, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 18757, "Shape__Length": 162.85801677282655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151323510167401, 39.9911484096084 ], [ -75.152765644450199, 39.991336940920498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14983, "tnode_": 14741, "lpoly_": null, "rpoly_": null, "length": 584.95762160999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87930, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540972, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18758, "Shape__Length": 233.29512958040957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144172765585495, 39.990975215761303 ], [ -75.1438322380084, 39.992559490999398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14983, "tnode_": 14966, "lpoly_": null, "rpoly_": null, "length": 184.06067446999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 717, "st_code": 44080, "l_hundred": 700, "r_hundred": 700, "seg_id": 540973, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18759, "Shape__Length": 73.133443878977573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144172765585495, 39.990975215761303 ], [ -75.144820493229702, 39.991059341994202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14930, "tnode_": 14984, "lpoly_": null, "rpoly_": null, "length": 141.69168098, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2231, "l_t_add": 2265, "r_f_add": 2230, "r_t_add": 2242, "st_code": 12040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 540974, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18760, "Shape__Length": 56.444189692240876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108016604706805, 39.990410410933897 ], [ -75.107731866458295, 39.990088972590002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14985, "tnode_": 14919, "lpoly_": null, "rpoly_": null, "length": 259.34581699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2726, "l_t_add": 2750, "r_f_add": 2721, "r_t_add": 2745, "st_code": 47420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540975, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18761, "Shape__Length": 103.17866243797039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124434398131001, 39.990422450547896 ], [ -75.123689552751998, 39.990845079612903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14990, "tnode_": 14939, "lpoly_": null, "rpoly_": null, "length": 130.84282891000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2606, "r_f_add": 2601, "r_t_add": 2605, "st_code": 53860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540976, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18762, "Shape__Length": 52.181965027153375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348882997898, 39.990869480416599 ], [ -75.143267693939293, 39.991223189629899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14990, "tnode_": 14983, "lpoly_": null, "rpoly_": null, "length": 234.04126366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 624, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 44080, "l_hundred": 600, "r_hundred": 600, "seg_id": 540977, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18763, "Shape__Length": 92.992034235369445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348882997898, 39.990869480416599 ], [ -75.144172765585495, 39.990975215761303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14991, "tnode_": 14914, "lpoly_": null, "rpoly_": null, "length": 316.33335398000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2836, "r_f_add": 2801, "r_t_add": 2835, "st_code": 45980, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 540978, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18764, "Shape__Length": 125.83240879396801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121555425444896, 39.990296770674 ], [ -75.120621715272904, 39.990784902761298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14907, "tnode_": 14991, "lpoly_": null, "rpoly_": null, "length": 250.22087324, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1830, "r_t_add": 1898, "st_code": 73260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 540979, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18765, "Shape__Length": 99.6788055914312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122057198818894, 39.990864972234398 ], [ -75.121555425444896, 39.990296770674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14914, "tnode_": 14992, "lpoly_": null, "rpoly_": null, "length": 213.54327067000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1919, "r_f_add": 1900, "r_t_add": 1924, "st_code": 40940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 540980, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18766, "Shape__Length": 85.088406610607805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120621715272904, 39.990784902761298 ], [ -75.120237567156593, 39.990278617018198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14994, "tnode_": 14947, "lpoly_": null, "rpoly_": null, "length": 201.13081950999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3112, "r_f_add": 3101, "r_t_add": 3113, "st_code": 53980, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 540981, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18767, "Shape__Length": 80.019389382679663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111256955351493, 39.990038628279201 ], [ -75.110681574332901, 39.990368740421196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14967, "tnode_": 14994, "lpoly_": null, "rpoly_": null, "length": 107.65583116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2132, "r_t_add": 2198, "st_code": 23620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18768, "Shape__Length": 42.883970007514037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111476636359995, 39.9902810831965 ], [ -75.111256955351493, 39.990038628279201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14997, "tnode_": 14967, "lpoly_": null, "rpoly_": null, "length": 140.18571366999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3082, "l_t_add": 3098, "r_f_add": 3079, "r_t_add": 3099, "st_code": 53980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540983, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18769, "Shape__Length": 55.767980857032676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111884023041199, 39.990057700368197 ], [ -75.111476636359995, 39.9902810831965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14929, "tnode_": 14997, "lpoly_": null, "rpoly_": null, "length": 207.6097933, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 24520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 540984, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COMMISSIONER ST", "stname": "E COMMISSIONER ST", "objectid": 18770, "Shape__Length": 82.706815645978267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112294141228602, 39.990532347320801 ], [ -75.111884023041199, 39.990057700368197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14932, "tnode_": 14998, "lpoly_": null, "rpoly_": null, "length": 174.26187536999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2517, "r_f_add": 2500, "r_t_add": 2518, "st_code": 71200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 540985, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 18771, "Shape__Length": 69.41982842167792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099130922810502, 39.990181751588104 ], [ -75.098783309538703, 39.989785082746302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14999, "tnode_": 14924, "lpoly_": null, "rpoly_": null, "length": 186.82612642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2721, "st_code": 15380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 540986, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18772, "Shape__Length": 74.510034130471197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127033282309498, 39.9903952353988 ], [ -75.126928155534202, 39.990901681406001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14960, "tnode_": 14999, "lpoly_": null, "rpoly_": null, "length": 552.51798758000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 49980, "l_hundred": 200, "r_hundred": 200, "seg_id": 540987, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18773, "Shape__Length": 219.53261875281231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128977178243801, 39.990649832210202 ], [ -75.127033282309498, 39.9903952353988 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15002, "tnode_": 14964, "lpoly_": null, "rpoly_": null, "length": 172.70955983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2956, "r_f_add": 2941, "r_t_add": 2955, "st_code": 34960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 540988, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18774, "Shape__Length": 68.669606833987018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116672884695404, 39.9901610985983 ], [ -75.116121910602203, 39.990373636323199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14851, "tnode_": 15002, "lpoly_": null, "rpoly_": null, "length": 389.16880204, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2037, "r_f_add": 2000, "r_t_add": 2036, "st_code": 17660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 540989, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 18775, "Shape__Length": 155.10561678126271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117275535066298, 39.991120420689903 ], [ -75.116687806875106, 39.990228502795297 ], [ -75.116672884695404, 39.9901610985983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14970, "tnode_": 14985, "lpoly_": null, "rpoly_": null, "length": 114.79452146, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 78140, "l_hundred": 400, "r_hundred": 400, "seg_id": 540991, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18776, "Shape__Length": 45.677602098308277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124744063633102, 39.990593586506499 ], [ -75.124589393571398, 39.990439465441803 ], [ -75.124434398131001, 39.990422450547896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15005, "tnode_": 14766, "lpoly_": null, "rpoly_": null, "length": 586.90466541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87910, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540992, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 18777, "Shape__Length": 234.07007944207803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142523628013095, 39.9907637016168 ], [ -75.142176006355697, 39.992352485249498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15005, "tnode_": 14990, "lpoly_": null, "rpoly_": null, "length": 234.42352785999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 623, "st_code": 44080, "l_hundred": 600, "r_hundred": 600, "seg_id": 540993, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18778, "Shape__Length": 93.143750584503223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142523628013095, 39.9907637016168 ], [ -75.143348882997898, 39.990869480416599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14936, "tnode_": 15011, "lpoly_": null, "rpoly_": null, "length": 281.84701393, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 323, "l_t_add": 399, "r_f_add": 322, "r_t_add": 398, "st_code": 39100, "l_hundred": 300, "r_hundred": 300, "seg_id": 540995, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GURNEY ST", "stname": "E GURNEY ST", "objectid": 18779, "Shape__Length": 112.22833213653371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126193086406701, 39.990822180589902 ], [ -75.125798450127604, 39.990469505179199 ], [ -75.125751567484301, 39.990413561640203 ], [ -75.125753024025002, 39.990375870745197 ], [ -75.125817242248203, 39.990329326868803 ], [ -75.125949953170306, 39.990239081265102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14999, "tnode_": 15011, "lpoly_": null, "rpoly_": null, "length": 308.83298041, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 335, "r_f_add": 300, "r_t_add": 336, "st_code": 49980, "l_hundred": 300, "r_hundred": 300, "seg_id": 540996, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18780, "Shape__Length": 122.71139462600509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127033282309498, 39.9903952353988 ], [ -75.125949953170306, 39.990239081265102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15012, "tnode_": 14776, "lpoly_": null, "rpoly_": null, "length": 587.23244937999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 33240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 540997, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 18781, "Shape__Length": 234.20099486588234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1418582828436, 39.9906747884109 ], [ -75.141513843598204, 39.992264894219197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15012, "tnode_": 15005, "lpoly_": null, "rpoly_": null, "length": 189.22142946, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 538, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 44080, "l_hundred": 500, "r_hundred": 500, "seg_id": 540998, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18782, "Shape__Length": 75.184124442333356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1418582828436, 39.9906747884109 ], [ -75.142523628013095, 39.9907637016168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15014, "tnode_": 14971, "lpoly_": null, "rpoly_": null, "length": 200.57752082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3026, "r_f_add": 3001, "r_t_add": 3019, "st_code": 12400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 540999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18783, "Shape__Length": 79.759118534273497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114296084948506, 39.990023160150002 ], [ -75.113668112531002, 39.9902874627087 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14875, "tnode_": 15014, "lpoly_": null, "rpoly_": null, "length": 349.03869003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 12680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541000, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 18784, "Shape__Length": 139.11085864260906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114844190504598, 39.9908835778906 ], [ -75.114296084948506, 39.990023160150002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15015, "tnode_": 14830, "lpoly_": null, "rpoly_": null, "length": 778.34394536999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 12900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18785, "Shape__Length": 309.61028563990266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103905480166304, 39.989805616700501 ], [ -75.101605311220496, 39.991003541941097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14946, "tnode_": 15015, "lpoly_": null, "rpoly_": null, "length": 202.14922516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2321, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 82560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18786, "Shape__Length": 80.526496787466542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104314244720101, 39.990262873228097 ], [ -75.103905480166304, 39.989805616700501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15017, "tnode_": 14946, "lpoly_": null, "rpoly_": null, "length": 294.66399808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3258, "l_t_add": 3298, "r_f_add": 3259, "r_t_add": 3299, "st_code": 55460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541003, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 18787, "Shape__Length": 117.21238506976975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105183199814405, 39.989807288566503 ], [ -75.104314244720101, 39.990262873228097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14968, "tnode_": 15020, "lpoly_": null, "rpoly_": null, "length": 159.27181397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2543, "l_t_add": 2559, "r_f_add": 2542, "r_t_add": 2558, "st_code": 77400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18788, "Shape__Length": 63.446297804541032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097329457872902, 39.989955970276803 ], [ -75.097008064831897, 39.989595348525498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15021, "tnode_": 15012, "lpoly_": null, "rpoly_": null, "length": 184.35532926, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 528, "l_t_add": 536, "r_f_add": 517, "r_t_add": 521, "st_code": 44080, "l_hundred": 500, "r_hundred": 500, "seg_id": 541006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18789, "Shape__Length": 73.250072349819519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1412094838755, 39.990590701139702 ], [ -75.1418582828436, 39.9906747884109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15014, "tnode_": 15023, "lpoly_": null, "rpoly_": null, "length": 24.61412144, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2101, "r_f_add": 2100, "r_t_add": 2100, "st_code": 12680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541007, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 18790, "Shape__Length": 9.811159704790656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114296084948506, 39.990023160150002 ], [ -75.114260563980906, 39.989961361810302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15011, "tnode_": 15025, "lpoly_": null, "rpoly_": null, "length": 43.4580881, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 337, "l_t_add": 337, "r_f_add": 338, "r_t_add": 340, "st_code": 49980, "l_hundred": 300, "r_hundred": 300, "seg_id": 541008, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18791, "Shape__Length": 17.296148501532411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125949953170306, 39.990239081265102 ], [ -75.125835140095504, 39.990158876131098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15026, "tnode_": 14929, "lpoly_": null, "rpoly_": null, "length": 386.14609736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3062, "r_f_add": 3001, "r_t_add": 3081, "st_code": 24240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 18792, "Shape__Length": 153.60307532863013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134326014744, 39.989935009311303 ], [ -75.112294141228602, 39.990532347320801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14971, "tnode_": 15026, "lpoly_": null, "rpoly_": null, "length": 144.72349888, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2111, "r_f_add": 2100, "r_t_add": 2112, "st_code": 31160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541010, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18793, "Shape__Length": 57.675652879752946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113668112531002, 39.9902874627087 ], [ -75.113450893206107, 39.989982733605501 ], [ -75.1134326014744, 39.989935009311303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15028, "tnode_": 14981, "lpoly_": null, "rpoly_": null, "length": 124.86797328, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2514, "l_t_add": 2524, "r_f_add": 2519, "r_t_add": 2533, "st_code": 88030, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541011, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18794, "Shape__Length": 49.799894174918407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151395323871398, 39.990810111571598 ], [ -75.151323510167401, 39.9911484096084 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15028, "tnode_": 27844, "lpoly_": null, "rpoly_": null, "length": 410.50333958000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 34080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541012, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 18795, "Shape__Length": 163.1065100943357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151395323871398, 39.990810111571598 ], [ -75.152839790345197, 39.990998339010702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15030, "tnode_": 14950, "lpoly_": null, "rpoly_": null, "length": 191.53804531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2540, "l_t_add": 2548, "r_f_add": 2537, "r_t_add": 2557, "st_code": 36660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541013, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18796, "Shape__Length": 76.360258509467513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148154909100796, 39.990733601552797 ], [ -75.148308726647699, 39.990977673214097 ], [ -75.148347991490596, 39.991078043046002 ], [ -75.148380210081498, 39.991225722493503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15031, "tnode_": 15002, "lpoly_": null, "rpoly_": null, "length": 156.67254122000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2916, "l_t_add": 2938, "r_f_add": 2927, "r_t_add": 2939, "st_code": 34960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541014, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18797, "Shape__Length": 62.295313647481834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117169847038895, 39.989963986609503 ], [ -75.116672884695404, 39.9901610985983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14891, "tnode_": 15031, "lpoly_": null, "rpoly_": null, "length": 370.05940275, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2040, "st_code": 56620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541015, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18798, "Shape__Length": 147.48543848872004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117758812119405, 39.990873023745898 ], [ -75.117202801780394, 39.990025844059303 ], [ -75.117169847038895, 39.989963986609503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15032, "tnode_": 14791, "lpoly_": null, "rpoly_": null, "length": 586.72491209000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87890, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541016, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 18799, "Shape__Length": 233.99766937718275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140546214540905, 39.990507566946697 ], [ -75.140199768854004, 39.992096002045599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15032, "tnode_": 15021, "lpoly_": null, "rpoly_": null, "length": 188.29882946000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 515, "st_code": 44080, "l_hundred": 500, "r_hundred": 500, "seg_id": 541017, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18800, "Shape__Length": 74.816338711962558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140546214540905, 39.990507566946697 ], [ -75.1412094838755, 39.990590701139702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15034, "tnode_": 14811, "lpoly_": null, "rpoly_": null, "length": 553.69240280999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2565, "st_code": 19140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541018, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18801, "Shape__Length": 220.82550226432599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155272835383698, 39.990862374069899 ], [ -75.154951852456094, 39.9923621423155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15034, "tnode_": 15019, "lpoly_": null, "rpoly_": null, "length": 240.52049823, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1407, "st_code": 26360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 541019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18802, "Shape__Length": 95.567734568999484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155272835383698, 39.990862374069899 ], [ -75.156118034117398, 39.990977705444202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15036, "tnode_": 14795, "lpoly_": null, "rpoly_": null, "length": 590.01121621000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 61660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541020, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 18803, "Shape__Length": 235.30537225553283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140073889199499, 39.990442770969601 ], [ -75.139755704089097, 39.991904946633497 ], [ -75.1397107567375, 39.992037654261502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15036, "tnode_": 15032, "lpoly_": null, "rpoly_": null, "length": 134.43376421, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 44080, "l_hundred": 400, "r_hundred": 400, "seg_id": 541021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18804, "Shape__Length": 53.415249036672542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140073889199499, 39.990442770969601 ], [ -75.140546214540905, 39.990507566946697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15037, "tnode_": 14932, "lpoly_": null, "rpoly_": null, "length": 405.54892158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3446, "r_f_add": 3401, "r_t_add": 3447, "st_code": 36420, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18805, "Shape__Length": 161.31871857545229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100328836418598, 39.989556949433599 ], [ -75.099130922810502, 39.990181751588104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14830, "tnode_": 15037, "lpoly_": null, "rpoly_": null, "length": 636.88483363, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 61380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18806, "Shape__Length": 253.71074442610228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101605311220496, 39.991003541941097 ], [ -75.100328836418598, 39.989556949433599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15039, "tnode_": 14840, "lpoly_": null, "rpoly_": null, "length": 828.3580929499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 78020, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 18807, "Shape__Length": 329.50547349640283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107342363362704, 39.989654038477397 ], [ -75.104895852981301, 39.990930592333399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14984, "tnode_": 15039, "lpoly_": null, "rpoly_": null, "length": 192.39101637, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2267, "l_t_add": 2299, "r_f_add": 2244, "r_t_add": 2298, "st_code": 12040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541025, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18808, "Shape__Length": 76.638879386541319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107731866458295, 39.990088972590002 ], [ -75.107342363362704, 39.989654038477397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15041, "tnode_": 14801, "lpoly_": null, "rpoly_": null, "length": 588.81266588999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 49660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 18809, "Shape__Length": 234.8289154788427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139617515756896, 39.990385438582997 ], [ -75.139263155863105, 39.991978655089603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15041, "tnode_": 15036, "lpoly_": null, "rpoly_": null, "length": 129.57003274, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 424, "l_t_add": 434, "r_f_add": 425, "r_t_add": 435, "st_code": 44080, "l_hundred": 400, "r_hundred": 400, "seg_id": 541027, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18810, "Shape__Length": 51.48168278906217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139617515756896, 39.990385438582997 ], [ -75.140073889199499, 39.990442770969601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15045, "tnode_": 15034, "lpoly_": null, "rpoly_": null, "length": 369.12732309, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 26360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541028, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18811, "Shape__Length": 146.66426380169997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153971741875097, 39.990705503106 ], [ -75.155071498276101, 39.990847191322999 ], [ -75.155272835383698, 39.990862374069899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15046, "tnode_": 15041, "lpoly_": null, "rpoly_": null, "length": 132.93601096, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 422, "r_f_add": 415, "r_t_add": 423, "st_code": 44080, "l_hundred": 400, "r_hundred": 400, "seg_id": 541029, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18812, "Shape__Length": 52.818833947147112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139149059237695, 39.9903276997657 ], [ -75.139617515756896, 39.990385438582997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15002, "tnode_": 15050, "lpoly_": null, "rpoly_": null, "length": 147.11763059, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2039, "l_t_add": 2041, "r_f_add": 2038, "r_t_add": 2042, "st_code": 17660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541030, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 18813, "Shape__Length": 58.617755490112138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116672884695404, 39.9901610985983 ], [ -75.116655431637497, 39.990098212662502 ], [ -75.116411468640194, 39.989815224107303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15049, "tnode_": 15023, "lpoly_": null, "rpoly_": null, "length": 143.87556311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2980, "l_t_add": 2998, "r_f_add": 2981, "r_t_add": 2999, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541031, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18814, "Shape__Length": 57.228402137108162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114688572060103, 39.989743175944 ], [ -75.114260563980906, 39.989961361810302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14913, "tnode_": 15049, "lpoly_": null, "rpoly_": null, "length": 387.35578247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2047, "l_t_add": 2099, "r_f_add": 2046, "r_t_add": 2098, "st_code": 74600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541032, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 18815, "Shape__Length": 154.37982936077844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115301842842399, 39.990696156539997 ], [ -75.114688572060103, 39.989743175944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15051, "tnode_": 14968, "lpoly_": null, "rpoly_": null, "length": 370.95837204000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3442, "l_t_add": 3498, "r_f_add": 3441, "r_t_add": 3499, "st_code": 16580, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 18816, "Shape__Length": 147.55875290988271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098425401313605, 39.989384694217598 ], [ -75.097329457872902, 39.989955970276803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14998, "tnode_": 15051, "lpoly_": null, "rpoly_": null, "length": 177.0056966, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2519, "l_t_add": 2535, "r_f_add": 2520, "r_t_add": 2536, "st_code": 71200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541034, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 18817, "Shape__Length": 70.510070024835926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098783309538703, 39.989785082746302 ], [ -75.098425401313605, 39.989384694217598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15052, "tnode_": 14933, "lpoly_": null, "rpoly_": null, "length": 320.32426579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 44180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541035, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 18818, "Shape__Length": 127.74673037452831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147268724959801, 39.990482953168303 ], [ -75.147233963090201, 39.990552833738498 ], [ -75.147060926778394, 39.991346256164498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15052, "tnode_": 14916, "lpoly_": null, "rpoly_": null, "length": 387.12379368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2553, "r_t_add": 2599, "st_code": 20800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 18819, "Shape__Length": 154.29412246250402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147268724959801, 39.990482953168303 ], [ -75.147330441219495, 39.990544818312799 ], [ -75.147746024840501, 39.991123065154497 ], [ -75.147777303137701, 39.991172239261999 ], [ -75.147782367327395, 39.991213166688901 ], [ -75.147742397001707, 39.991390814791799 ], [ -75.147748369622406, 39.991438451990199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15053, "tnode_": 14907, "lpoly_": null, "rpoly_": null, "length": 617.45482569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 70000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 18820, "Shape__Length": 245.61005765390678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123884062727299, 39.9899171207081 ], [ -75.122057198818894, 39.990864972234398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14985, "tnode_": 15053, "lpoly_": null, "rpoly_": null, "length": 248.68011333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 78140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541038, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 18821, "Shape__Length": 99.029896233555945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124434398131001, 39.990422450547896 ], [ -75.124322494662707, 39.990407725915503 ], [ -75.123884062727299, 39.9899171207081 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15054, "tnode_": 14815, "lpoly_": null, "rpoly_": null, "length": 587.26769893000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87870, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541039, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 18822, "Shape__Length": 234.21416200081444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138694976596994, 39.990270294147102 ], [ -75.138353941245896, 39.991860931799401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15054, "tnode_": 15046, "lpoly_": null, "rpoly_": null, "length": 128.94112212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 413, "st_code": 44080, "l_hundred": 400, "r_hundred": 400, "seg_id": 541040, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18823, "Shape__Length": 51.231777981631808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138694976596994, 39.990270294147102 ], [ -75.139149059237695, 39.9903276997657 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15056, "tnode_": 14992, "lpoly_": null, "rpoly_": null, "length": 299.00990212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 41700, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 18824, "Shape__Length": 118.93790995918566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121123760373905, 39.989821343072698 ], [ -75.120237567156593, 39.990278617018198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14991, "tnode_": 15056, "lpoly_": null, "rpoly_": null, "length": 211.24485227, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 1900, "r_t_add": 1922, "st_code": 73260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18825, "Shape__Length": 84.147526250130753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121555425444896, 39.990296770674 ], [ -75.121123760373905, 39.989821343072698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15058, "tnode_": 14954, "lpoly_": null, "rpoly_": null, "length": 495.16231932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2836, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 31640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18826, "Shape__Length": 196.96635467092045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119856514255801, 39.9897739802811 ], [ -75.118394589730599, 39.990537632735503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14992, "tnode_": 15058, "lpoly_": null, "rpoly_": null, "length": 212.58816805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1921, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 40940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541044, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 18827, "Shape__Length": 84.707818390620588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120237567156593, 39.990278617018198 ], [ -75.119856514255801, 39.9897739802811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15060, "tnode_": 14991, "lpoly_": null, "rpoly_": null, "length": 280.8161212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2770, "l_t_add": 2798, "r_f_add": 2753, "r_t_add": 2799, "st_code": 45980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18828, "Shape__Length": 111.70486690990744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122382359130299, 39.989861262220003 ], [ -75.121555425444896, 39.990296770674 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15062, "tnode_": 15031, "lpoly_": null, "rpoly_": null, "length": 169.9205877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2925, "st_code": 34960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541046, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18829, "Shape__Length": 67.559209080616981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117713306413194, 39.989757020229703 ], [ -75.117169847038895, 39.989963986609503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14954, "tnode_": 15062, "lpoly_": null, "rpoly_": null, "length": 342.49653787000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2025, "r_f_add": 2000, "r_t_add": 2024, "st_code": 21020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541047, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18830, "Shape__Length": 136.4398978777034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118394589730599, 39.990537632735503 ], [ -75.117713306413194, 39.989757020229703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15063, "tnode_": 14985, "lpoly_": null, "rpoly_": null, "length": 363.5565888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2724, "r_f_add": 2701, "r_t_add": 2719, "st_code": 47420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541048, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18831, "Shape__Length": 144.62630340573762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125493540530897, 39.989845978768201 ], [ -75.124434398131001, 39.990422450547896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15025, "tnode_": 15063, "lpoly_": null, "rpoly_": null, "length": 148.8415563, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 339, "l_t_add": 399, "r_f_add": 342, "r_t_add": 398, "st_code": 49980, "l_hundred": 300, "r_hundred": 300, "seg_id": 541049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18832, "Shape__Length": 59.269633997768899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125835140095504, 39.990158876131098 ], [ -75.125493540530897, 39.989845978768201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15064, "tnode_": 14836, "lpoly_": null, "rpoly_": null, "length": 553.53181570999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 0, "r_t_add": 0, "st_code": 88050, "l_hundred": 2500, "r_hundred": 0, "seg_id": 541050, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18833, "Shape__Length": 220.75610164232762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1530720365555, 39.990586668200699 ], [ -75.153075824799302, 39.990643307251801 ], [ -75.152979105088804, 39.9910164914047 ], [ -75.152904331673099, 39.991355071081102 ], [ -75.152826016502104, 39.991695330271398 ], [ -75.152732814744695, 39.992082033465401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15064, "tnode_": 15045, "lpoly_": null, "rpoly_": null, "length": 255.78614407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1315, "st_code": 26360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541051, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18834, "Shape__Length": 101.63218045479904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1530720365555, 39.990586668200699 ], [ -75.153971741875097, 39.990705503106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15065, "tnode_": 14820, "lpoly_": null, "rpoly_": null, "length": 588.51170442, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 61580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541052, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 18835, "Shape__Length": 234.70912762935194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138193948233294, 39.990204184093002 ], [ -75.137845637313802, 39.991797351707298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15065, "tnode_": 15054, "lpoly_": null, "rpoly_": null, "length": 142.43903731999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 44080, "l_hundred": 300, "r_hundred": 300, "seg_id": 541053, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18836, "Shape__Length": 56.59532358577772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138193948233294, 39.990204184093002 ], [ -75.138694976596994, 39.990270294147102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15069, "tnode_": 14829, "lpoly_": null, "rpoly_": null, "length": 592.16371800999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87850, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541054, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 18837, "Shape__Length": 236.16568187528532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137698807831597, 39.990135191013799 ], [ -75.137350300473202, 39.991738498438202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15069, "tnode_": 15065, "lpoly_": null, "rpoly_": null, "length": 140.99680576, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 44080, "l_hundred": 300, "r_hundred": 300, "seg_id": 541055, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18838, "Shape__Length": 56.022933542717659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137698807831597, 39.990135191013799 ], [ -75.138193948233294, 39.990204184093002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15015, "tnode_": 15071, "lpoly_": null, "rpoly_": null, "length": 212.42698524, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2431, "r_f_add": 2400, "r_t_add": 2430, "st_code": 82560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18839, "Shape__Length": 84.62448271809842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103905480166304, 39.989805616700501 ], [ -75.103484864372604, 39.989320461423198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15073, "tnode_": 14878, "lpoly_": null, "rpoly_": null, "length": 777.63206555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 12300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 541057, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 18840, "Shape__Length": 309.32693108090677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096685356428196, 39.989233341126599 ], [ -75.094390616444699, 39.990433917812503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15020, "tnode_": 15073, "lpoly_": null, "rpoly_": null, "length": 159.89681468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2561, "l_t_add": 2599, "r_f_add": 2560, "r_t_add": 2598, "st_code": 77400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18841, "Shape__Length": 63.69490348983949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097008064831897, 39.989595348525498 ], [ -75.096685356428196, 39.989233341126599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15074, "tnode_": 14873, "lpoly_": null, "rpoly_": null, "length": 823.30893598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WITTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 84220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541059, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WITTE ST", "stname": "WITTE ST", "objectid": 18842, "Shape__Length": 327.4975969214737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110745332691295, 39.989469520084299 ], [ -75.108315778024405, 39.9907405990824 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14994, "tnode_": 15074, "lpoly_": null, "rpoly_": null, "length": 252.05447141, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2219, "r_f_add": 2200, "r_t_add": 2218, "st_code": 23620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18843, "Shape__Length": 100.40495395657328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111256955351493, 39.990038628279201 ], [ -75.110745332691295, 39.989469520084299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13205, "tnode_": 13057, "lpoly_": null, "rpoly_": null, "length": 440.74480240999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 15380, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641748, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18844, "Shape__Length": 175.81026701490981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124413654927395, 40.002643823984698 ], [ -75.124165535800302, 40.0038385809396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15077, "tnode_": 15015, "lpoly_": null, "rpoly_": null, "length": 296.92075402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3260, "l_t_add": 3298, "r_f_add": 3257, "r_t_add": 3299, "st_code": 12900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541061, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18845, "Shape__Length": 118.11293548161115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104776055877693, 39.989340918949303 ], [ -75.103905480166304, 39.989805616700501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15017, "tnode_": 15077, "lpoly_": null, "rpoly_": null, "length": 204.6402466, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 83260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-06-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 18846, "Shape__Length": 81.521542266634057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105183199814405, 39.989807288566503 ], [ -75.104776055877693, 39.989340918949303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15079, "tnode_": 15060, "lpoly_": null, "rpoly_": null, "length": 100.84726633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2742, "l_t_add": 2768, "r_f_add": 2741, "r_t_add": 2751, "st_code": 45980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18847, "Shape__Length": 40.106653815378301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122691267765603, 39.989719201882501 ], [ -75.122382359130299, 39.989861262220003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15080, "tnode_": 15050, "lpoly_": null, "rpoly_": null, "length": 148.52679279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 25020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 18848, "Shape__Length": 59.079718869753073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116851458111, 39.989587847164501 ], [ -75.116411468640194, 39.989815224107303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15031, "tnode_": 15080, "lpoly_": null, "rpoly_": null, "length": 163.94448104, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2041, "l_t_add": 2045, "r_f_add": 2042, "r_t_add": 2046, "st_code": 56620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541066, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18849, "Shape__Length": 65.312664129276499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117169847038895, 39.989963986609503 ], [ -75.117141766966697, 39.989910729568003 ], [ -75.116851458111, 39.989587847164501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15082, "tnode_": 15049, "lpoly_": null, "rpoly_": null, "length": 134.66248034999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2968, "l_t_add": 2978, "r_f_add": 2969, "r_t_add": 2979, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541067, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18850, "Shape__Length": 53.565720256637903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115086288242495, 39.989535654228803 ], [ -75.114688572060103, 39.989743175944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14937, "tnode_": 15082, "lpoly_": null, "rpoly_": null, "length": 404.03374148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 16660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLMORE ST", "stname": "BELLMORE ST", "objectid": 18851, "Shape__Length": 161.02974211834848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115715145916496, 39.990532844391197 ], [ -75.115103405933993, 39.989582598022601 ], [ -75.115086288242495, 39.989535654228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15084, "tnode_": 15028, "lpoly_": null, "rpoly_": null, "length": 158.47397378999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2517, "st_code": 88030, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541069, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 18852, "Shape__Length": 63.201332089458262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151493048366405, 39.990381624224 ], [ -75.151395323871398, 39.990810111571598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15084, "tnode_": 15064, "lpoly_": null, "rpoly_": null, "length": 448.69249721, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 26360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541070, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18853, "Shape__Length": 178.27908633003682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151493048366405, 39.990381624224 ], [ -75.1530720365555, 39.990586668200699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15085, "tnode_": 14941, "lpoly_": null, "rpoly_": null, "length": 369.68003298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2522, "l_t_add": 2598, "r_f_add": 2519, "r_t_add": 2599, "st_code": 87970, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541071, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18854, "Shape__Length": 147.43434320855854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146655226607393, 39.990266541720501 ], [ -75.146434750119795, 39.991267088890801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15039, "tnode_": 15086, "lpoly_": null, "rpoly_": null, "length": 145.95362133999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 12040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541072, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18855, "Shape__Length": 58.14200703826306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107342363362704, 39.989654038477397 ], [ -75.107050443936203, 39.989322210729703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15089, "tnode_": 14998, "lpoly_": null, "rpoly_": null, "length": 405.70330762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 56140, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 18856, "Shape__Length": 161.3796229840089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099981077043495, 39.989159368176502 ], [ -75.098783309538703, 39.989785082746302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15037, "tnode_": 15089, "lpoly_": null, "rpoly_": null, "length": 174.5609314, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2518, "st_code": 61380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18857, "Shape__Length": 69.538545118731022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100328836418598, 39.989556949433599 ], [ -75.099981077043495, 39.989159368176502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15090, "tnode_": 14997, "lpoly_": null, "rpoly_": null, "length": 412.90020526999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3028, "l_t_add": 3080, "r_f_add": 3029, "r_t_add": 3077, "st_code": 53980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541075, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18858, "Shape__Length": 164.2429720687997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113103123381293, 39.989420977205697 ], [ -75.111884023041199, 39.990057700368197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15026, "tnode_": 15090, "lpoly_": null, "rpoly_": null, "length": 211.47362612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2113, "l_t_add": 2199, "r_f_add": 2114, "r_t_add": 2198, "st_code": 31160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 18859, "Shape__Length": 84.275780177605952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134326014744, 39.989935009311303 ], [ -75.113437128005501, 39.989890320350902 ], [ -75.113430918490195, 39.989871491234602 ], [ -75.113103123381293, 39.989420977205697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15091, "tnode_": 14843, "lpoly_": null, "rpoly_": null, "length": 589.43947264999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 12440, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541077, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18860, "Shape__Length": 235.07843131735089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136510141301301, 39.989978354129299 ], [ -75.136161722273201, 39.991574090184301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15091, "tnode_": 15069, "lpoly_": null, "rpoly_": null, "length": 337.95218057999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 228, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 44080, "l_hundred": 200, "r_hundred": 200, "seg_id": 541078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2012-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18861, "Shape__Length": 134.27830111282103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136510141301301, 39.989978354129299 ], [ -75.137159752244997, 39.990069375032398 ], [ -75.137698807831597, 39.990135191013799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15093, "tnode_": 14864, "lpoly_": null, "rpoly_": null, "length": 550.21806816999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SARTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 71000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541079, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SARTAIN ST", "stname": "N SARTAIN ST", "objectid": 18862, "Shape__Length": 219.43550062295631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150923844124904, 39.990313127332598 ], [ -75.150587321190699, 39.991801198809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15093, "tnode_": 15084, "lpoly_": null, "rpoly_": null, "length": 161.43112569, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1164, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 26360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541080, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18863, "Shape__Length": 64.140363519856948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150923844124904, 39.990313127332598 ], [ -75.151493048366405, 39.990381624224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15096, "tnode_": 15062, "lpoly_": null, "rpoly_": null, "length": 200.3709139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2850, "l_t_add": 2898, "r_f_add": 2849, "r_t_add": 2899, "st_code": 34960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541081, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18864, "Shape__Length": 79.664658552151138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118355568305702, 39.989515175454301 ], [ -75.117713306413194, 39.989757020229703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15097, "tnode_": 15091, "lpoly_": null, "rpoly_": null, "length": 198.46998268, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 210, "l_t_add": 226, "r_f_add": 217, "r_t_add": 231, "st_code": 44080, "l_hundred": 200, "r_hundred": 200, "seg_id": 541082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18865, "Shape__Length": 78.856905358021308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135811050180607, 39.989890733803499 ], [ -75.136510141301301, 39.989978354129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15100, "tnode_": 14958, "lpoly_": null, "rpoly_": null, "length": 370.20096605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2530, "l_t_add": 2598, "r_f_add": 2523, "r_t_add": 2599, "st_code": 87950, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18866, "Shape__Length": 147.64020089774775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145686510020994, 39.990138840808498 ], [ -75.145454936915797, 39.9911393562884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15100, "tnode_": 15085, "lpoly_": null, "rpoly_": null, "length": 275.39244201000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 34080, "l_hundred": 800, "r_hundred": 800, "seg_id": 541084, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FIRTH ST", "stname": "W FIRTH ST", "objectid": 18867, "Shape__Length": 109.42164112568047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145686510020994, 39.990138840808498 ], [ -75.146655226607393, 39.990266541720501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15101, "tnode_": 14872, "lpoly_": null, "rpoly_": null, "length": 551.63110682999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JESSUP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 46120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541085, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N JESSUP ST", "stname": "N JESSUP ST", "objectid": 18868, "Shape__Length": 220.00079915827141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150481086631601, 39.990256120509002 ], [ -75.1501640020076, 39.991688631924703 ], [ -75.150168020383802, 39.991749723768102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15101, "tnode_": 15093, "lpoly_": null, "rpoly_": null, "length": 125.78683785, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1132, "l_t_add": 1162, "r_f_add": 1119, "r_t_add": 1129, "st_code": 26360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541086, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18869, "Shape__Length": 49.978674134165516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150481086631601, 39.990256120509002 ], [ -75.150923844124904, 39.990313127332598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15102, "tnode_": 15079, "lpoly_": null, "rpoly_": null, "length": 100.99327503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2740, "r_f_add": 2701, "r_t_add": 2739, "st_code": 45980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 18870, "Shape__Length": 40.170546870769044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122992707247306, 39.989567214360797 ], [ -75.122691267765603, 39.989719201882501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15103, "tnode_": 15077, "lpoly_": null, "rpoly_": null, "length": 102.58830706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3258, "r_f_add": 3245, "r_t_add": 3255, "st_code": 12900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18871, "Shape__Length": 40.807775345979422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105078121917401, 39.989181787357303 ], [ -75.104776055877693, 39.989340918949303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15106, "tnode_": 15020, "lpoly_": null, "rpoly_": null, "length": 373.13784091000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3444, "l_t_add": 3498, "r_f_add": 3449, "r_t_add": 3499, "st_code": 51240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 18872, "Shape__Length": 148.42494241334876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098110391462995, 39.989020659488602 ], [ -75.097008064831897, 39.989595348525498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15051, "tnode_": 15106, "lpoly_": null, "rpoly_": null, "length": 159.30128879, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2537, "l_t_add": 2551, "r_f_add": 2538, "r_t_add": 2552, "st_code": 71200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541090, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 18873, "Shape__Length": 63.460679491213767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098425401313605, 39.989384694217598 ], [ -75.098110391462995, 39.989020659488602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15109, "tnode_": 14862, "lpoly_": null, "rpoly_": null, "length": 591.75780534, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 87830, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541091, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 18874, "Shape__Length": 236.00247684414103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135220643244594, 39.989815022525903 ], [ -75.134870906572502, 39.991417041505798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15109, "tnode_": 15097, "lpoly_": null, "rpoly_": null, "length": 167.71652522, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 215, "st_code": 44080, "l_hundred": 200, "r_hundred": 200, "seg_id": 541092, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18875, "Shape__Length": 66.638046947376495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135220643244594, 39.989815022525903 ], [ -75.135811050180607, 39.989890733803499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15110, "tnode_": 14884, "lpoly_": null, "rpoly_": null, "length": 552.61031332000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 88010, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541093, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 18876, "Shape__Length": 220.39049786105284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149917999111807, 39.990178869457999 ], [ -75.149589114897907, 39.991674611623999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15110, "tnode_": 15101, "lpoly_": null, "rpoly_": null, "length": 160.26743241, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1130, "r_f_add": 1101, "r_t_add": 1117, "st_code": 26360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18877, "Shape__Length": 63.679630588624256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149917999111807, 39.990178869457999 ], [ -75.150481086631601, 39.990256120509002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15114, "tnode_": 15085, "lpoly_": null, "rpoly_": null, "length": 65.22635418, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2516, "l_t_add": 2520, "r_f_add": 2511, "r_t_add": 2517, "st_code": 87970, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18878, "Shape__Length": 26.011729670074534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146702520124407, 39.990091221586802 ], [ -75.146655226607393, 39.990266541720501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15114, "tnode_": 15052, "lpoly_": null, "rpoly_": null, "length": 237.54913824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2546, "r_f_add": 2501, "r_t_add": 2551, "st_code": 20800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 18879, "Shape__Length": 94.55697210848335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146702520124407, 39.990091221586802 ], [ -75.146965427564595, 39.9901182123388 ], [ -75.147031205875706, 39.9901324580403 ], [ -75.147056638019095, 39.9901610934742 ], [ -75.147268724959801, 39.990482953168303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15115, "tnode_": 15063, "lpoly_": null, "rpoly_": null, "length": 165.55504416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2648, "l_t_add": 2698, "r_f_add": 2651, "r_t_add": 2699, "st_code": 47420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541097, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18880, "Shape__Length": 65.865916884169536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125966099850501, 39.989573181554 ], [ -75.125493540530897, 39.989845978768201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15062, "tnode_": 15116, "lpoly_": null, "rpoly_": null, "length": 165.34812130999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2027, "l_t_add": 2043, "r_f_add": 2026, "r_t_add": 2044, "st_code": 21020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541098, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18881, "Shape__Length": 65.872993609528706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117713306413194, 39.989757020229703 ], [ -75.117392743420794, 39.989375933572298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15117, "tnode_": 14867, "lpoly_": null, "rpoly_": null, "length": 585.87843198000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 62760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541099, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 18882, "Shape__Length": 233.65823493138626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134676457305403, 39.989752599098203 ], [ -75.134335632488799, 39.991339397864699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15117, "tnode_": 15109, "lpoly_": null, "rpoly_": null, "length": 154.16845942, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 198, "l_t_add": 198, "r_f_add": 179, "r_t_add": 199, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18883, "Shape__Length": 61.253709765651664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134676457305403, 39.989752599098203 ], [ -75.135220643244594, 39.989815022525903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15118, "tnode_": 15082, "lpoly_": null, "rpoly_": null, "length": 135.34819763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2956, "l_t_add": 2966, "r_f_add": 2963, "r_t_add": 2967, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541101, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18884, "Shape__Length": 53.839932717154106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115483808248001, 39.989324580232697 ], [ -75.115086288242495, 39.989535654228803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14964, "tnode_": 15118, "lpoly_": null, "rpoly_": null, "length": 422.50829394, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2047, "l_t_add": 2099, "r_f_add": 2046, "r_t_add": 2098, "st_code": 61720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 18885, "Shape__Length": 168.39895972161426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116121910602203, 39.990373636323199 ], [ -75.115502160309603, 39.989388023125798 ], [ -75.115483808248001, 39.989324580232697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15120, "tnode_": 14896, "lpoly_": null, "rpoly_": null, "length": 554.11346496, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 81440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 18886, "Shape__Length": 220.99002655771508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149360872091506, 39.9901011785213 ], [ -75.149033076545294, 39.991601246404301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15120, "tnode_": 15110, "lpoly_": null, "rpoly_": null, "length": 158.65219807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1064, "l_t_add": 1098, "r_f_add": 1019, "r_t_add": 1099, "st_code": 26360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541104, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18887, "Shape__Length": 63.038019283587424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149360872091506, 39.9901011785213 ], [ -75.149917999111807, 39.990178869457999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15122, "tnode_": 14930, "lpoly_": null, "rpoly_": null, "length": 825.68453406999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 45940, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 18888, "Shape__Length": 328.43957882721878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110455067635101, 39.989137826797702 ], [ -75.108016604706805, 39.990410410933897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15074, "tnode_": 15122, "lpoly_": null, "rpoly_": null, "length": 145.65382000999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2221, "l_t_add": 2239, "r_f_add": 2220, "r_t_add": 2234, "st_code": 23620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18889, "Shape__Length": 58.022940561547401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110745332691295, 39.989469520084299 ], [ -75.110455067635101, 39.989137826797702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15125, "tnode_": 15058, "lpoly_": null, "rpoly_": null, "length": 287.15679022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2834, "r_f_add": 2801, "r_t_add": 2835, "st_code": 31640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18890, "Shape__Length": 114.2223512599776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120707415149198, 39.9893346539967 ], [ -75.119856514255801, 39.9897739802811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15056, "tnode_": 15125, "lpoly_": null, "rpoly_": null, "length": 212.23193172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1924, "r_t_add": 1998, "st_code": 73260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18891, "Shape__Length": 84.548685810833177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121123760373905, 39.989821343072698 ], [ -75.120707415149198, 39.9893346539967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15126, "tnode_": 14950, "lpoly_": null, "rpoly_": null, "length": 499.60641885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 11820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDER ST", "stname": "N ALDER ST", "objectid": 18892, "Shape__Length": 199.15046370939427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148899890078596, 39.9900454591384 ], [ -75.148672996235504, 39.991077756925101 ], [ -75.148494366290507, 39.991066056022198 ], [ -75.148425950554198, 39.991120622680597 ], [ -75.148380210081498, 39.991225722493503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15126, "tnode_": 15120, "lpoly_": null, "rpoly_": null, "length": 130.75276978, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1032, "l_t_add": 1062, "r_f_add": 1007, "r_t_add": 1017, "st_code": 26360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18893, "Shape__Length": 51.95096791485765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148899890078596, 39.9900454591384 ], [ -75.149360872091506, 39.9901011785213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15127, "tnode_": 14883, "lpoly_": null, "rpoly_": null, "length": 586.22372723000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 40340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 18894, "Shape__Length": 233.79578824637696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134146673121194, 39.989681119829001 ], [ -75.133806249422094, 39.991268930184603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15127, "tnode_": 15117, "lpoly_": null, "rpoly_": null, "length": 150.71330737, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 182, "l_t_add": 196, "r_f_add": 173, "r_t_add": 177, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541112, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18895, "Shape__Length": 59.882781672424557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134146673121194, 39.989681119829001 ], [ -75.134676457305403, 39.989752599098203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15128, "tnode_": 14953, "lpoly_": null, "rpoly_": null, "length": 778.89833210999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 55520, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 541113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 18896, "Shape__Length": 309.82613682191476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096322453037004, 39.988825402064897 ], [ -75.094020384968701, 39.9900238465192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15073, "tnode_": 15128, "lpoly_": null, "rpoly_": null, "length": 180.06609404, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 77400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18897, "Shape__Length": 71.729185775899438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096685356428196, 39.989233341126599 ], [ -75.096322453037004, 39.988825402064897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15129, "tnode_": 15064, "lpoly_": null, "rpoly_": null, "length": 170.34233029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2447, "r_t_add": 2499, "st_code": 88050, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541115, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 18898, "Shape__Length": 67.935166716192583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153168862715106, 39.990125359561098 ], [ -75.153078043774997, 39.9905194556708 ], [ -75.1530720365555, 39.990586668200699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15129, "tnode_": 15124, "lpoly_": null, "rpoly_": null, "length": 125.23701261, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 50440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LETTERLY ST", "stname": "W LETTERLY ST", "objectid": 18899, "Shape__Length": 49.760542767955229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153168862715106, 39.990125359561098 ], [ -75.153609195626302, 39.990184317621498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15130, "tnode_": 15056, "lpoly_": null, "rpoly_": null, "length": 282.5085394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2757, "r_t_add": 2799, "st_code": 41700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541117, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 18900, "Shape__Length": 112.37448695003381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121959537724905, 39.989387584646501 ], [ -75.121123760373905, 39.989821343072698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15060, "tnode_": 15130, "lpoly_": null, "rpoly_": null, "length": 209.31041485, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 71680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 18901, "Shape__Length": 83.378878783963728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122382359130299, 39.989861262220003 ], [ -75.121959537724905, 39.989387584646501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15134, "tnode_": 14888, "lpoly_": null, "rpoly_": null, "length": 585.64549803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 57680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541119, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 18902, "Shape__Length": 233.56477694555369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133691583454194, 39.989624423630403 ], [ -75.133350048881198, 39.991210483890796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15134, "tnode_": 15127, "lpoly_": null, "rpoly_": null, "length": 129.1791907, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 178, "l_t_add": 180, "r_f_add": 171, "r_t_add": 171, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541120, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18903, "Shape__Length": 51.325730202516247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133691583454194, 39.989624423630403 ], [ -75.134146673121194, 39.989681119829001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15136, "tnode_": 15017, "lpoly_": null, "rpoly_": null, "length": 530.73945887000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3256, "r_f_add": 3201, "r_t_add": 3257, "st_code": 55460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 18904, "Shape__Length": 211.11544509336093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106750810905197, 39.988989522446303 ], [ -75.105183199814405, 39.989807288566503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15086, "tnode_": 15136, "lpoly_": null, "rpoly_": null, "length": 147.43361907000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2315, "l_t_add": 2327, "r_f_add": 2314, "r_t_add": 2326, "st_code": 12040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18905, "Shape__Length": 58.728928043618588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107050443936203, 39.989322210729703 ], [ -75.106750810905197, 39.988989522446303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15138, "tnode_": 15030, "lpoly_": null, "rpoly_": null, "length": 279.67150525, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87990, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541123, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 18906, "Shape__Length": 111.53307413601269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148342752502103, 39.989980022250698 ], [ -75.148211890231707, 39.990562251428798 ], [ -75.148154909100796, 39.990733601552797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15138, "tnode_": 15126, "lpoly_": null, "rpoly_": null, "length": 157.92020125, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1030, "r_f_add": 1001, "r_t_add": 1005, "st_code": 26360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541124, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18907, "Shape__Length": 62.744806858562562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148342752502103, 39.989980022250698 ], [ -75.148899890078596, 39.9900454591384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15143, "tnode_": 15096, "lpoly_": null, "rpoly_": null, "length": 191.55995331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2832, "l_t_add": 2848, "r_f_add": 2829, "r_t_add": 2847, "st_code": 34960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541125, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18908, "Shape__Length": 76.164673620924361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118965280774404, 39.989277320469398 ], [ -75.118355568305702, 39.989515175454301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15142, "tnode_": 15090, "lpoly_": null, "rpoly_": null, "length": 201.33156167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3026, "r_f_add": 3001, "r_t_add": 3027, "st_code": 53980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18909, "Shape__Length": 80.080830475340434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113703091594999, 39.989116873138897 ], [ -75.113103123381293, 39.989420977205697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15023, "tnode_": 15142, "lpoly_": null, "rpoly_": null, "length": 345.01862711000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2103, "l_t_add": 2135, "r_f_add": 2102, "r_t_add": 2142, "st_code": 12680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541127, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 18910, "Shape__Length": 137.50064623044076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114260563980906, 39.989961361810302 ], [ -75.113703091594999, 39.989116873138897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15148, "tnode_": 15091, "lpoly_": null, "rpoly_": null, "length": 116.48469029, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2564, "l_t_add": 2598, "r_f_add": 2523, "r_t_add": 2599, "st_code": 12440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541128, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18911, "Shape__Length": 46.456002319944673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136574842703695, 39.9896624859133 ], [ -75.136510141301301, 39.989978354129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15150, "tnode_": 14902, "lpoly_": null, "rpoly_": null, "length": 587.35735784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 54200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 18912, "Shape__Length": 234.24794846221238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133233347432295, 39.989561878309203 ], [ -75.132895437601405, 39.991153159540197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15150, "tnode_": 15134, "lpoly_": null, "rpoly_": null, "length": 130.40501002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 158, "l_t_add": 176, "r_f_add": 159, "r_t_add": 169, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541130, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18913, "Shape__Length": 51.813749045667052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133233347432295, 39.989561878309203 ], [ -75.133691583454194, 39.989624423630403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27367, "tnode_": 15118, "lpoly_": null, "rpoly_": null, "length": 112.95346263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2942, "l_t_add": 2954, "r_f_add": 2943, "r_t_add": 2961, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541131, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18914, "Shape__Length": 44.928549508531219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115819517880794, 39.989152931834901 ], [ -75.115483808248001, 39.989324580232697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15050, "tnode_": 27367, "lpoly_": null, "rpoly_": null, "length": 292.77778924, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2043, "l_t_add": 2099, "r_f_add": 2044, "r_t_add": 2098, "st_code": 17660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541132, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 18915, "Shape__Length": 116.62763807090639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116411468640194, 39.989815224107303 ], [ -75.115819517880794, 39.989152931834901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15153, "tnode_": 15025, "lpoly_": null, "rpoly_": null, "length": 477.70664340999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 65400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 18916, "Shape__Length": 190.02839416504054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127236417578501, 39.989411937819497 ], [ -75.125835140095504, 39.990158876131098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15153, "tnode_": 14999, "lpoly_": null, "rpoly_": null, "length": 362.6920805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2650, "l_t_add": 2698, "r_f_add": 2625, "r_t_add": 2699, "st_code": 15380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541134, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18917, "Shape__Length": 144.64748724321817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127236417578501, 39.989411937819497 ], [ -75.127033282309498, 39.9903952353988 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15154, "tnode_": 15138, "lpoly_": null, "rpoly_": null, "length": 150.32353939000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 926, "l_t_add": 998, "r_f_add": 963, "r_t_add": 999, "st_code": 26360, "l_hundred": 900, "r_hundred": 900, "seg_id": 541135, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18918, "Shape__Length": 59.727025567515184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147813081189796, 39.989914471007999 ], [ -75.148342752502103, 39.989980022250698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13304, "tnode_": 13251, "lpoly_": null, "rpoly_": null, "length": 166.69787873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3501, "l_t_add": 3505, "r_f_add": 3500, "r_t_add": 3504, "st_code": 33120, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641826, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 18919, "Shape__Length": 66.491705696864514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116413833575393, 40.001633345193902 ], [ -75.116308678342506, 40.002083748713098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15071, "tnode_": 15160, "lpoly_": null, "rpoly_": null, "length": 215.67814369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2433, "l_t_add": 2463, "r_f_add": 2432, "r_t_add": 2462, "st_code": 82560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18920, "Shape__Length": 85.91635246470851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103484864372604, 39.989320461423198 ], [ -75.103052360378001, 39.9888307044288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15161, "tnode_": 15030, "lpoly_": null, "rpoly_": null, "length": 357.08574922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2538, "r_f_add": 2501, "r_t_add": 2535, "st_code": 36660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541137, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 18921, "Shape__Length": 142.29781070838655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147545521608905, 39.989873050480497 ], [ -75.147604524670598, 39.989969454951598 ], [ -75.148029167147996, 39.990570863293001 ], [ -75.148154909100796, 39.990733601552797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15161, "tnode_": 15154, "lpoly_": null, "rpoly_": null, "length": 76.47403276, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 924, "l_t_add": 924, "r_f_add": 925, "r_t_add": 961, "st_code": 26360, "l_hundred": 900, "r_hundred": 900, "seg_id": 541138, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18922, "Shape__Length": 30.38653056709801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147545521608905, 39.989873050480497 ], [ -75.147813081189796, 39.989914471007999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15163, "tnode_": 15051, "lpoly_": null, "rpoly_": null, "length": 405.6259768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3440, "r_f_add": 3401, "r_t_add": 3439, "st_code": 16580, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541139, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 18923, "Shape__Length": 161.34763402409942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099623318073498, 39.988759534736097 ], [ -75.098425401313605, 39.989384694217598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15089, "tnode_": 15163, "lpoly_": null, "rpoly_": null, "length": 176.81591818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2523, "l_t_add": 2535, "r_f_add": 2520, "r_t_add": 2536, "st_code": 61380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18924, "Shape__Length": 70.433708292519782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099981077043495, 39.989159368176502 ], [ -75.099623318073498, 39.988759534736097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15164, "tnode_": 14911, "lpoly_": null, "rpoly_": null, "length": 588.75272471000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 81740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 18925, "Shape__Length": 234.8035251895862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1327659478209, 39.989498071589502 ], [ -75.132422293439603, 39.991092507623698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15164, "tnode_": 15150, "lpoly_": null, "rpoly_": null, "length": 133.01358600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 146, "l_t_add": 156, "r_f_add": 147, "r_t_add": 157, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541142, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18926, "Shape__Length": 52.85016598079428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1327659478209, 39.989498071589502 ], [ -75.133233347432295, 39.989561878309203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15165, "tnode_": 15097, "lpoly_": null, "rpoly_": null, "length": 116.87028565, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2566, "l_t_add": 2598, "r_f_add": 2565, "r_t_add": 2599, "st_code": 64500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 18927, "Shape__Length": 46.60939718001854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135878312892501, 39.989574109718298 ], [ -75.135811050180607, 39.989890733803499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15165, "tnode_": 15148, "lpoly_": null, "rpoly_": null, "length": 197.8071992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 41460, "l_hundred": 200, "r_hundred": 200, "seg_id": 541144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAZZARD ST", "stname": "W HAZZARD ST", "objectid": 18928, "Shape__Length": 78.593394290671995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135878312892501, 39.989574109718298 ], [ -75.136574842703695, 39.9896624859133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15167, "tnode_": 15130, "lpoly_": null, "rpoly_": null, "length": 103.52527469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2740, "l_t_add": 2750, "r_f_add": 2741, "r_t_add": 2755, "st_code": 41700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541145, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 18929, "Shape__Length": 41.181119142332577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122263526280804, 39.989226064154501 ], [ -75.121959537724905, 39.989387584646501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15079, "tnode_": 15167, "lpoly_": null, "rpoly_": null, "length": 215.95411381000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 72840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SILVER ST", "stname": "E SILVER ST", "objectid": 18930, "Shape__Length": 86.029400596374927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122691267765603, 39.989719201882501 ], [ -75.122263526280804, 39.989226064154501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15169, "tnode_": 15115, "lpoly_": null, "rpoly_": null, "length": 160.85423275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2628, "l_t_add": 2646, "r_f_add": 2633, "r_t_add": 2649, "st_code": 47420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541147, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18931, "Shape__Length": 63.987066083125619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126436992456405, 39.989320624692198 ], [ -75.125966099850501, 39.989573181554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15173, "tnode_": 14915, "lpoly_": null, "rpoly_": null, "length": 590.61577480999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 43800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541148, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 18932, "Shape__Length": 235.54803540653688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132294886825903, 39.989438287214902 ], [ -75.131962121172904, 39.991039268617598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15173, "tnode_": 15164, "lpoly_": null, "rpoly_": null, "length": 133.77763377, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 144, "r_f_add": 133, "r_t_add": 145, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541149, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18933, "Shape__Length": 53.152846282681743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132294886825903, 39.989438287214902 ], [ -75.1327659478209, 39.989498071589502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15174, "tnode_": 15073, "lpoly_": null, "rpoly_": null, "length": 373.54536029000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3449, "r_t_add": 3499, "st_code": 12300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541150, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 18934, "Shape__Length": 148.58806279898454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097786393517495, 39.988655211431301 ], [ -75.096685356428196, 39.989233341126599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15106, "tnode_": 15174, "lpoly_": null, "rpoly_": null, "length": 161.13581288999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2554, "r_t_add": 2598, "st_code": 71200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541151, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 18935, "Shape__Length": 64.1885170215035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098110391462995, 39.989020659488602 ], [ -75.097786393517495, 39.988655211431301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15177, "tnode_": 15143, "lpoly_": null, "rpoly_": null, "length": 129.08973783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2826, "l_t_add": 2830, "r_f_add": 2823, "r_t_add": 2827, "st_code": 34960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541152, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18936, "Shape__Length": 51.321794970644781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119381753690007, 39.989125820297097 ], [ -75.118965280774404, 39.989277320469398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15176, "tnode_": 15116, "lpoly_": null, "rpoly_": null, "length": 193.63010921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2848, "l_t_add": 2898, "r_f_add": 2845, "r_t_add": 2899, "st_code": 25020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 18937, "Shape__Length": 77.020748034331703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117965309811595, 39.989078331534699 ], [ -75.117392743420794, 39.989375933572298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15096, "tnode_": 15176, "lpoly_": null, "rpoly_": null, "length": 193.08467025, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2035, "r_f_add": 2000, "r_t_add": 2034, "st_code": 83300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541155, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 18938, "Shape__Length": 76.914870884370515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118355568305702, 39.989515175454301 ], [ -75.117965309811595, 39.989078331534699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15179, "tnode_": 15114, "lpoly_": null, "rpoly_": null, "length": 116.80031145, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2509, "st_code": 87970, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541156, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 18939, "Shape__Length": 46.581898576372772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146767798848799, 39.989774546373098 ], [ -75.146702520124407, 39.990091221586802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15179, "tnode_": 15161, "lpoly_": null, "rpoly_": null, "length": 220.85419729, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 923, "st_code": 26360, "l_hundred": 900, "r_hundred": 900, "seg_id": 541157, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18940, "Shape__Length": 87.750735782567006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146767798848799, 39.989774546373098 ], [ -75.147545521608905, 39.989873050480497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15181, "tnode_": 15173, "lpoly_": null, "rpoly_": null, "length": 146.28385024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 108, "l_t_add": 132, "r_f_add": 109, "r_t_add": 131, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18941, "Shape__Length": 58.123091573612101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131781286878905, 39.989366278519398 ], [ -75.132294886825903, 39.989438287214902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15184, "tnode_": 15071, "lpoly_": null, "rpoly_": null, "length": 397.82495069000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3246, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 22040, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 18942, "Shape__Length": 158.24544516047774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104658374304904, 39.9887057776414 ], [ -75.103484864372604, 39.989320461423198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15103, "tnode_": 15184, "lpoly_": null, "rpoly_": null, "length": 209.52730762, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 52840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 18943, "Shape__Length": 83.466186536521278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105078121917401, 39.989181787357303 ], [ -75.104658374304904, 39.9887057776414 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15187, "tnode_": 14934, "lpoly_": null, "rpoly_": null, "length": 588.50543573000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 35200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541161, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 18944, "Shape__Length": 234.7044579304746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1312426533853, 39.989305166387098 ], [ -75.130900661071493, 39.9908991257102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15187, "tnode_": 15181, "lpoly_": null, "rpoly_": null, "length": 152.56038884, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 107, "st_code": 44080, "l_hundred": 100, "r_hundred": 100, "seg_id": 541162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 18945, "Shape__Length": 60.614285513715942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1312426533853, 39.989305166387098 ], [ -75.131781286878905, 39.989366278519398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15188, "tnode_": 15177, "lpoly_": null, "rpoly_": null, "length": 66.52915978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2820, "l_t_add": 2824, "r_f_add": 2817, "r_t_add": 2821, "st_code": 34960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541163, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18946, "Shape__Length": 26.452671926323319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119592681588998, 39.989041972525499 ], [ -75.119381753690007, 39.989125820297097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15189, "tnode_": 14984, "lpoly_": null, "rpoly_": null, "length": 826.42540893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 82100, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541164, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 18947, "Shape__Length": 328.7325435619062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110172760274693, 39.988815535092499 ], [ -75.107731866458295, 39.990088972590002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15122, "tnode_": 15189, "lpoly_": null, "rpoly_": null, "length": 141.56779335, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2241, "l_t_add": 2253, "r_f_add": 2236, "r_t_add": 2248, "st_code": 23620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 18948, "Shape__Length": 56.394861312137927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110455067635101, 39.989137826797702 ], [ -75.110172760274693, 39.988815535092499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15192, "tnode_": 15167, "lpoly_": null, "rpoly_": null, "length": 101.48005252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2738, "r_f_add": 2701, "r_t_add": 2739, "st_code": 41700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541166, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 18949, "Shape__Length": 40.365021814348388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122564852473204, 39.989071524377898 ], [ -75.122263526280804, 39.989226064154501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15102, "tnode_": 15192, "lpoly_": null, "rpoly_": null, "length": 216.74583878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 74700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541167, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STERNER ST", "stname": "E STERNER ST", "objectid": 18950, "Shape__Length": 86.345314430746271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122992707247306, 39.989567214360797 ], [ -75.122564852473204, 39.989071524377898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15193, "tnode_": 15100, "lpoly_": null, "rpoly_": null, "length": 179.36070693000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2528, "r_f_add": 2501, "r_t_add": 2521, "st_code": 87950, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541168, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 18951, "Shape__Length": 71.531458369540033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145790485392695, 39.989653012406301 ], [ -75.145686510020994, 39.990138840808498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15193, "tnode_": 15179, "lpoly_": null, "rpoly_": null, "length": 277.4015246, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 26360, "l_hundred": 800, "r_hundred": 800, "seg_id": 541169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18952, "Shape__Length": 110.21777884910314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145790485392695, 39.989653012406301 ], [ -75.146767798848799, 39.989774546373098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15194, "tnode_": 15152, "lpoly_": null, "rpoly_": null, "length": 128.90395204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2926, "l_t_add": 2938, "r_f_add": 2927, "r_t_add": 2939, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541170, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18953, "Shape__Length": 51.275825814089565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116289982903396, 39.988904637213103 ], [ -75.115910922217196, 39.989105136855102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15080, "tnode_": 15194, "lpoly_": null, "rpoly_": null, "length": 295.63390345, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2047, "l_t_add": 2099, "r_f_add": 2048, "r_t_add": 2098, "st_code": 56620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541171, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 18954, "Shape__Length": 117.7793154724362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116851458111, 39.989587847164501 ], [ -75.116304878873606, 39.988955907035397 ], [ -75.116289982903396, 39.988904637213103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15197, "tnode_": 15148, "lpoly_": null, "rpoly_": null, "length": 105.06106527, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2540, "l_t_add": 2562, "r_f_add": 2517, "r_t_add": 2521, "st_code": 12440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541172, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 18955, "Shape__Length": 41.898097494009633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136645088846706, 39.989379187079997 ], [ -75.136574842703695, 39.9896624859133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15187, "tnode_": 15198, "lpoly_": null, "rpoly_": null, "length": 188.89929397, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 189, "r_f_add": 100, "r_t_add": 106, "st_code": 44060, "l_hundred": 100, "r_hundred": 100, "seg_id": 541173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 18956, "Shape__Length": 75.054535703925964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1312426533853, 39.989305166387098 ], [ -75.130578475685596, 39.989216313798302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15200, "tnode_": 14966, "lpoly_": null, "rpoly_": null, "length": 549.60927161999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 34980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541174, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 18957, "Shape__Length": 219.1924891679119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145141968756306, 39.989570998066299 ], [ -75.144820493229702, 39.991059341994202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15200, "tnode_": 15193, "lpoly_": null, "rpoly_": null, "length": 184.15599813, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 26360, "l_hundred": 700, "r_hundred": 700, "seg_id": 541175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18958, "Shape__Length": 73.169399298672289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145141968756306, 39.989570998066299 ], [ -75.145790485392695, 39.989653012406301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15202, "tnode_": 15034, "lpoly_": null, "rpoly_": null, "length": 391.38814967000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2416, "l_t_add": 2498, "r_f_add": 2413, "r_t_add": 2499, "st_code": 19140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541176, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 18959, "Shape__Length": 156.09156590479901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155501670639694, 39.989802481488802 ], [ -75.155272835383698, 39.990862374069899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15206, "tnode_": 15009, "lpoly_": null, "rpoly_": null, "length": 779.72114206000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 77140, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 541177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 18960, "Shape__Length": 310.15492463708057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095967502620198, 39.988404943748399 ], [ -75.094354914181494, 39.9892464644591 ], [ -75.0936676839694, 39.989609925848498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15128, "tnode_": 15206, "lpoly_": null, "rpoly_": null, "length": 182.62504615, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2621, "l_t_add": 2643, "r_f_add": 2620, "r_t_add": 2642, "st_code": 77400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 18961, "Shape__Length": 72.754500232478591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096322453037004, 39.988825402064897 ], [ -75.095967502620198, 39.988404943748399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15142, "tnode_": 15207, "lpoly_": null, "rpoly_": null, "length": 136.56407496, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2137, "l_t_add": 2199, "r_f_add": 2144, "r_t_add": 2198, "st_code": 12680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 18962, "Shape__Length": 54.429237551635069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113703091594999, 39.989116873138897 ], [ -75.113494518261604, 39.988778052088598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15208, "tnode_": 14983, "lpoly_": null, "rpoly_": null, "length": 550.48202828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87930, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541180, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 18963, "Shape__Length": 219.53959757566145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144499488060006, 39.989485118314001 ], [ -75.144172765585495, 39.990975215761303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15208, "tnode_": 15200, "lpoly_": null, "rpoly_": null, "length": 182.72335146999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 26360, "l_hundred": 700, "r_hundred": 700, "seg_id": 541181, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18964, "Shape__Length": 72.600947601612177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144499488060006, 39.989485118314001 ], [ -75.145141968756306, 39.989570998066299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15209, "tnode_": 15165, "lpoly_": null, "rpoly_": null, "length": 105.69395544, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2534, "l_t_add": 2564, "r_f_add": 2527, "r_t_add": 2563, "st_code": 64500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 18965, "Shape__Length": 42.151771113156926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135940357537606, 39.989287918680901 ], [ -75.135878312892501, 39.989574109718298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15209, "tnode_": 15197, "lpoly_": null, "rpoly_": null, "length": 200.24803903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71880, "l_hundred": 200, "r_hundred": 200, "seg_id": 541183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SERGEANT ST", "stname": "W SERGEANT ST", "objectid": 18966, "Shape__Length": 79.563202989267737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135940357537606, 39.989287918680901 ], [ -75.136645088846706, 39.989379187079997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15198, "tnode_": 15210, "lpoly_": null, "rpoly_": null, "length": 178.3987222, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 191, "l_t_add": 191, "r_f_add": 108, "r_t_add": 126, "st_code": 44060, "l_hundred": 100, "r_hundred": 100, "seg_id": 541184, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 18967, "Shape__Length": 70.88165832844436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130578475685596, 39.989216313798302 ], [ -75.129950480696095, 39.989135734775999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15211, "tnode_": 15169, "lpoly_": null, "rpoly_": null, "length": 155.26525293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2610, "l_t_add": 2626, "r_f_add": 2619, "r_t_add": 2631, "st_code": 47420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541185, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18968, "Shape__Length": 61.765622358663656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126888673445094, 39.989073730466998 ], [ -75.126436992456405, 39.989320624692198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15214, "tnode_": 15106, "lpoly_": null, "rpoly_": null, "length": 404.6060109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3442, "r_f_add": 3401, "r_t_add": 3447, "st_code": 51240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 18969, "Shape__Length": 160.94191500258836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099304113592694, 39.988395740777101 ], [ -75.098110391462995, 39.989020659488602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15163, "tnode_": 15214, "lpoly_": null, "rpoly_": null, "length": 159.88328495, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2537, "l_t_add": 2551, "r_f_add": 2538, "r_t_add": 2552, "st_code": 61380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 18970, "Shape__Length": 63.69045283017816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099623318073498, 39.988759534736097 ], [ -75.099304113592694, 39.988395740777101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15215, "tnode_": 15208, "lpoly_": null, "rpoly_": null, "length": 119.48452892, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 636, "l_t_add": 698, "r_f_add": 637, "r_t_add": 699, "st_code": 26360, "l_hundred": 600, "r_hundred": 600, "seg_id": 541188, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18971, "Shape__Length": 47.47551411691957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144080653245496, 39.989423527132601 ], [ -75.144499488060006, 39.989485118314001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15210, "tnode_": 15216, "lpoly_": null, "rpoly_": null, "length": 178.22335515, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 193, "l_t_add": 193, "r_f_add": 128, "r_t_add": 144, "st_code": 44060, "l_hundred": 100, "r_hundred": 100, "seg_id": 541189, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 18972, "Shape__Length": 70.812382612375245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129950480696095, 39.989135734775999 ], [ -75.129323663142401, 39.9890526968423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15217, "tnode_": 15103, "lpoly_": null, "rpoly_": null, "length": 422.47709711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3246, "r_f_add": 3201, "r_t_add": 3243, "st_code": 12900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541190, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 18973, "Shape__Length": 168.04836977480886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106328100330799, 39.988533271760097 ], [ -75.105078121917401, 39.989181787357303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15136, "tnode_": 15217, "lpoly_": null, "rpoly_": null, "length": 204.09144213, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2329, "l_t_add": 2345, "r_f_add": 2328, "r_t_add": 2344, "st_code": 12040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541191, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 18974, "Shape__Length": 81.293605927938756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106750810905197, 39.988989522446303 ], [ -75.106328100330799, 39.988533271760097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15221, "tnode_": 15125, "lpoly_": null, "rpoly_": null, "length": 325.7226494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2758, "l_t_add": 2798, "r_f_add": 2781, "r_t_add": 2799, "st_code": 31640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541192, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 18975, "Shape__Length": 129.56717875951065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121665199220402, 39.988827961239203 ], [ -75.120707415149198, 39.9893346539967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15223, "tnode_": 14990, "lpoly_": null, "rpoly_": null, "length": 552.07861354000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 53860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 18976, "Shape__Length": 220.17692336951251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143670096266305, 39.9893742321076 ], [ -75.143348882997898, 39.990869480416599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15223, "tnode_": 15215, "lpoly_": null, "rpoly_": null, "length": 116.43279121, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 626, "l_t_add": 634, "r_f_add": 625, "r_t_add": 635, "st_code": 26360, "l_hundred": 600, "r_hundred": 600, "seg_id": 541194, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18977, "Shape__Length": 46.260807256225611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143670096266305, 39.9893742321076 ], [ -75.144080653245496, 39.989423527132601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15224, "tnode_": 15045, "lpoly_": null, "rpoly_": null, "length": 395.53906277, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2412, "l_t_add": 2498, "r_f_add": 2419, "r_t_add": 2499, "st_code": 62960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541195, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 18978, "Shape__Length": 157.74569144655874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154209497585597, 39.989635211224801 ], [ -75.153971741875097, 39.990705503106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15224, "tnode_": 15202, "lpoly_": null, "rpoly_": null, "length": 367.16534783999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 18400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 18979, "Shape__Length": 145.88415778168599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154209497585597, 39.989635211224801 ], [ -75.154724457005699, 39.989704068259201 ], [ -75.155501670639694, 39.989802481488802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27366, "tnode_": 15176, "lpoly_": null, "rpoly_": null, "length": 192.61118086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2836, "l_t_add": 2846, "r_f_add": 2837, "r_t_add": 2843, "st_code": 25020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 18980, "Shape__Length": 76.616421912522298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118533063186703, 39.988780259597497 ], [ -75.117965309811595, 39.989078331534699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15143, "tnode_": 15226, "lpoly_": null, "rpoly_": null, "length": 198.0287927, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2037, "r_f_add": 2000, "r_t_add": 2036, "st_code": 14020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 18981, "Shape__Length": 78.887456034739742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118965280774404, 39.989277320469398 ], [ -75.118571885633401, 39.988825712780198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15229, "tnode_": 15223, "lpoly_": null, "rpoly_": null, "length": 113.87523965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 616, "l_t_add": 624, "r_f_add": 613, "r_t_add": 623, "st_code": 26360, "l_hundred": 600, "r_hundred": 600, "seg_id": 541199, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18982, "Shape__Length": 45.245301391918005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143269348082299, 39.989322275102303 ], [ -75.143670096266305, 39.9893742321076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15230, "tnode_": 15188, "lpoly_": null, "rpoly_": null, "length": 198.48067949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2818, "r_f_add": 2801, "r_t_add": 2815, "st_code": 34960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541200, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 18983, "Shape__Length": 78.930382336912004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120205110985296, 39.988770845265002 ], [ -75.119913645671701, 39.988921762017398 ], [ -75.119592681588998, 39.989041972525499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15125, "tnode_": 15230, "lpoly_": null, "rpoly_": null, "length": 248.98459041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2021, "r_f_add": 2000, "r_t_add": 2022, "st_code": 73260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 18984, "Shape__Length": 99.182597984723955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120707415149198, 39.9893346539967 ], [ -75.120205110985296, 39.988770845265002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15216, "tnode_": 15231, "lpoly_": null, "rpoly_": null, "length": 234.38705165, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 195, "l_t_add": 195, "r_f_add": 146, "r_t_add": 170, "st_code": 44060, "l_hundred": 100, "r_hundred": 100, "seg_id": 541202, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 18985, "Shape__Length": 93.126805738629216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129323663142401, 39.9890526968423 ], [ -75.128498603054396, 39.988946729671099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15063, "tnode_": 15232, "lpoly_": null, "rpoly_": null, "length": 484.11609126999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 49980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541203, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 18986, "Shape__Length": 192.77331180112839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125493540530897, 39.989845978768201 ], [ -75.1243774497663, 39.988831521951298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15235, "tnode_": 15194, "lpoly_": null, "rpoly_": null, "length": 157.12595582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2924, "r_f_add": 2901, "r_t_add": 2925, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541204, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 18987, "Shape__Length": 62.501259676286146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116752860019105, 39.988661168269701 ], [ -75.116289982903396, 39.988904637213103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15116, "tnode_": 15235, "lpoly_": null, "rpoly_": null, "length": 316.13912468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2045, "l_t_add": 2099, "r_f_add": 2046, "r_t_add": 2098, "st_code": 21020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541205, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 18988, "Shape__Length": 125.93238486962994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117392743420794, 39.989375933572298 ], [ -75.116752860019105, 39.988661168269701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15236, "tnode_": 15037, "lpoly_": null, "rpoly_": null, "length": 777.46250049000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 36420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 18989, "Shape__Length": 309.25473504147709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102624098622798, 39.988357825264202 ], [ -75.100328836418598, 39.989556949433599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15160, "tnode_": 15236, "lpoly_": null, "rpoly_": null, "length": 209.93934874000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2465, "l_t_add": 2499, "r_f_add": 2464, "r_t_add": 2498, "st_code": 82560, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 18990, "Shape__Length": 83.626062412083186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103052360378001, 39.9888307044288 ], [ -75.102624098622798, 39.988357825264202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15174, "tnode_": 15237, "lpoly_": null, "rpoly_": null, "length": 180.69908866, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2621, "r_f_add": 2600, "r_t_add": 2620, "st_code": 71200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541208, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 18991, "Shape__Length": 71.982262034385329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097786393517495, 39.988655211431301 ], [ -75.097425317479804, 39.988244216791301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15238, "tnode_": 15005, "lpoly_": null, "rpoly_": null, "length": 553.05772524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87910, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541209, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 18992, "Shape__Length": 220.56644966711053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142849661797001, 39.989266345491401 ], [ -75.142523628013095, 39.9907637016168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15238, "tnode_": 15229, "lpoly_": null, "rpoly_": null, "length": 119.34982902, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 614, "r_f_add": 601, "r_t_add": 611, "st_code": 26360, "l_hundred": 600, "r_hundred": 600, "seg_id": 541210, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18993, "Shape__Length": 47.420731400350896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142849661797001, 39.989266345491401 ], [ -75.143269348082299, 39.989322275102303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15241, "tnode_": 15207, "lpoly_": null, "rpoly_": null, "length": 136.47653831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2980, "l_t_add": 2998, "r_f_add": 2981, "r_t_add": 2999, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541211, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 18994, "Shape__Length": 54.292327952703012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113889568650393, 39.988558918505198 ], [ -75.113494518261604, 39.988778052088598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15049, "tnode_": 15241, "lpoly_": null, "rpoly_": null, "length": 486.03895338000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 74600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 18995, "Shape__Length": 193.69503372895437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114688572060103, 39.989743175944 ], [ -75.113889568650393, 39.988558918505198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15246, "tnode_": 15012, "lpoly_": null, "rpoly_": null, "length": 549.46083393999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 33240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 18996, "Shape__Length": 219.13148637749831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142183628910502, 39.989187355593302 ], [ -75.1418582828436, 39.9906747884109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15246, "tnode_": 15238, "lpoly_": null, "rpoly_": null, "length": 188.83078134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 536, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 26360, "l_hundred": 500, "r_hundred": 500, "seg_id": 541214, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 18997, "Shape__Length": 75.025450972493502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142183628910502, 39.989187355593302 ], [ -75.142849661797001, 39.989266345491401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15248, "tnode_": 15211, "lpoly_": null, "rpoly_": null, "length": 166.42686568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2608, "r_f_add": 2601, "r_t_add": 2617, "st_code": 47420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541215, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 18998, "Shape__Length": 66.210373278060132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127366046557697, 39.988801901834499 ], [ -75.126888673445094, 39.989073730466998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15248, "tnode_": 15153, "lpoly_": null, "rpoly_": null, "length": 225.17425266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2648, "r_f_add": 2601, "r_t_add": 2623, "st_code": 15380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541216, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 18999, "Shape__Length": 89.801608976713723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127366046557697, 39.988801901834499 ], [ -75.127236417578501, 39.989411937819497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15231, "tnode_": 15248, "lpoly_": null, "rpoly_": null, "length": 321.70480575, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 197, "l_t_add": 199, "r_f_add": 172, "r_t_add": 198, "st_code": 44060, "l_hundred": 100, "r_hundred": 100, "seg_id": 541217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19000, "Shape__Length": 127.81959680680963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128498603054396, 39.988946729671099 ], [ -75.127366046557697, 39.988801901834499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15252, "tnode_": 15221, "lpoly_": null, "rpoly_": null, "length": 131.85995514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2740, "l_t_add": 2756, "r_f_add": 2779, "r_t_add": 2779, "st_code": 31640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541218, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19001, "Shape__Length": 52.451534682470566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122052846466502, 39.988622747041298 ], [ -75.121665199220402, 39.988827961239203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15254, "tnode_": 15039, "lpoly_": null, "rpoly_": null, "length": 826.85169715999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 78020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541219, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19002, "Shape__Length": 328.9023559339422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109781268605502, 39.988376286491302 ], [ -75.107342363362704, 39.989654038477397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15189, "tnode_": 15254, "lpoly_": null, "rpoly_": null, "length": 194.00307564, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2255, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 23620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19003, "Shape__Length": 77.280231007540934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110172760274693, 39.988815535092499 ], [ -75.109781268605502, 39.988376286491302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15257, "tnode_": 15021, "lpoly_": null, "rpoly_": null, "length": 551.64358751999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 67820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541221, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19004, "Shape__Length": 220.00096166822777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141541251048096, 39.989098028560001 ], [ -75.1412094838755, 39.990590701139702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15257, "tnode_": 15246, "lpoly_": null, "rpoly_": null, "length": 182.91519074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 510, "l_t_add": 534, "r_f_add": 515, "r_t_add": 523, "st_code": 26360, "l_hundred": 500, "r_hundred": 500, "seg_id": 541222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19005, "Shape__Length": 72.677430609569669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141541251048096, 39.989098028560001 ], [ -75.142183628910502, 39.989187355593302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15259, "tnode_": 15160, "lpoly_": null, "rpoly_": null, "length": 398.4042006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 22520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19006, "Shape__Length": 158.47270010570801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104230339825605, 39.988218265445603 ], [ -75.103052360378001, 39.9888307044288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15184, "tnode_": 15259, "lpoly_": null, "rpoly_": null, "length": 214.2993687, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2429, "r_f_add": 2400, "r_t_add": 2428, "st_code": 52840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541224, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19007, "Shape__Length": 85.367183836630829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104658374304904, 39.9887057776414 ], [ -75.104230339825605, 39.988218265445603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15262, "tnode_": 15202, "lpoly_": null, "rpoly_": null, "length": 156.62541024000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2411, "st_code": 19140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541225, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 19008, "Shape__Length": 62.463663668638013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155595050932305, 39.989378567535901 ], [ -75.155501670639694, 39.989802481488802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15262, "tnode_": 15249, "lpoly_": null, "rpoly_": null, "length": 239.81358867, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1409, "st_code": 85760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 541226, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19009, "Shape__Length": 95.283726787743902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155595050932305, 39.989378567535901 ], [ -75.156438944914399, 39.989488239709402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15263, "tnode_": 15226, "lpoly_": null, "rpoly_": null, "length": 192.20245087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2828, "l_t_add": 2834, "r_f_add": 2821, "r_t_add": 2835, "st_code": 25020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19010, "Shape__Length": 76.450295213001127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119142895944293, 39.988533367463802 ], [ -75.118571885633401, 39.988825712780198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15188, "tnode_": 15263, "lpoly_": null, "rpoly_": null, "length": 224.07904753, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2043, "r_f_add": 2000, "r_t_add": 2038, "st_code": 69900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541228, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSH ST", "stname": "E RUSH ST", "objectid": 19011, "Shape__Length": 89.262297498563868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119592681588998, 39.989041972525499 ], [ -75.119142895944293, 39.988533367463802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15264, "tnode_": 15032, "lpoly_": null, "rpoly_": null, "length": 552.5502641, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87890, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541229, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 19012, "Shape__Length": 220.36435362299682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140864213335206, 39.989010600451003 ], [ -75.140546214540905, 39.990507566946697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15264, "tnode_": 15257, "lpoly_": null, "rpoly_": null, "length": 192.3644007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 513, "st_code": 26360, "l_hundred": 500, "r_hundred": 500, "seg_id": 541230, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19013, "Shape__Length": 76.430489009894274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140864213335206, 39.989010600451003 ], [ -75.141541251048096, 39.989098028560001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15268, "tnode_": 15241, "lpoly_": null, "rpoly_": null, "length": 125.97817976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2964, "l_t_add": 2978, "r_f_add": 2965, "r_t_add": 2979, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19014, "Shape__Length": 50.118687939968694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114250128817005, 39.988352338534803 ], [ -75.113889568650393, 39.988558918505198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15082, "tnode_": 15268, "lpoly_": null, "rpoly_": null, "length": 490.74109989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 16660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541232, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLMORE ST", "stname": "BELLMORE ST", "objectid": 19015, "Shape__Length": 195.55587264559148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115086288242495, 39.989535654228803 ], [ -75.115060182280502, 39.9894865713771 ], [ -75.114250128817005, 39.988352338534803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15269, "tnode_": 15174, "lpoly_": null, "rpoly_": null, "length": 405.21011234000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3446, "r_f_add": 3401, "r_t_add": 3447, "st_code": 12300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541233, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19016, "Shape__Length": 161.18050480693424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098983046099093, 39.9880306665954 ], [ -75.097786393517495, 39.988655211431301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15214, "tnode_": 15269, "lpoly_": null, "rpoly_": null, "length": 160.56224249, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2554, "r_t_add": 2598, "st_code": 61380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19017, "Shape__Length": 63.960327376350044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099304113592694, 39.988395740777101 ], [ -75.098983046099093, 39.9880306665954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15270, "tnode_": 15036, "lpoly_": null, "rpoly_": null, "length": 550.62557941, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 61660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 19018, "Shape__Length": 219.59604465160513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140394430431698, 39.988951480330002 ], [ -75.140073889199499, 39.990442770969601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15270, "tnode_": 15264, "lpoly_": null, "rpoly_": null, "length": 133.38594637, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 26360, "l_hundred": 400, "r_hundred": 400, "seg_id": 541236, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19019, "Shape__Length": 52.996749147282465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140394430431698, 39.988951480330002 ], [ -75.140864213335206, 39.989010600451003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15271, "tnode_": 15179, "lpoly_": null, "rpoly_": null, "length": 280.61949174, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2426, "l_t_add": 2498, "r_f_add": 2435, "r_t_add": 2499, "st_code": 87970, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541237, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19020, "Shape__Length": 111.91228268217831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146929901119094, 39.989015988253698 ], [ -75.146926188612795, 39.989148594657401 ], [ -75.146767798848799, 39.989774546373098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15271, "tnode_": 15161, "lpoly_": null, "rpoly_": null, "length": 357.11769317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2424, "l_t_add": 2498, "r_f_add": 2437, "r_t_add": 2499, "st_code": 36660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541238, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19021, "Shape__Length": 142.30532324071916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146929901119094, 39.989015988253698 ], [ -75.146961560186597, 39.989085992042 ], [ -75.147545521608905, 39.989873050480497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15274, "tnode_": 15262, "lpoly_": null, "rpoly_": null, "length": 236.87677895, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1356, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 85760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541239, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19022, "Shape__Length": 94.116880674647774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154761689217494, 39.989269347994103 ], [ -75.155595050932305, 39.989378567535901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15278, "tnode_": 15041, "lpoly_": null, "rpoly_": null, "length": 551.7936587, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 49660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 19023, "Shape__Length": 220.06219231056019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139935274422996, 39.988890546498901 ], [ -75.139617515756896, 39.990385438582997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15278, "tnode_": 15270, "lpoly_": null, "rpoly_": null, "length": 130.55900296, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 424, "l_t_add": 434, "r_f_add": 423, "r_t_add": 435, "st_code": 26360, "l_hundred": 400, "r_hundred": 400, "seg_id": 541241, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19024, "Shape__Length": 51.874088541986573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139935274422996, 39.988890546498901 ], [ -75.140394430431698, 39.988951480330002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15280, "tnode_": 15083, "lpoly_": null, "rpoly_": null, "length": 781.44104915000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 30740, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 541242, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19025, "Shape__Length": 310.83540265460556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095487609303603, 39.987856373061 ], [ -75.093181134145397, 39.989062217533402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15206, "tnode_": 15280, "lpoly_": null, "rpoly_": null, "length": 240.86550931, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2645, "l_t_add": 2699, "r_f_add": 2644, "r_t_add": 2698, "st_code": 77400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 19026, "Shape__Length": 95.950059116251452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095967502620198, 39.988404943748399 ], [ -75.095487609303603, 39.987856373061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15281, "tnode_": 15235, "lpoly_": null, "rpoly_": null, "length": 196.81435025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2860, "l_t_add": 2898, "r_f_add": 2863, "r_t_add": 2899, "st_code": 12400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541244, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19027, "Shape__Length": 78.288217808844607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117332514676804, 39.988356046296801 ], [ -75.116752860019105, 39.988661168269701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15176, "tnode_": 15281, "lpoly_": null, "rpoly_": null, "length": 317.28532245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2036, "r_t_add": 2098, "st_code": 83300, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 19028, "Shape__Length": 126.39306977548614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117965309811595, 39.989078331534699 ], [ -75.117332514676804, 39.988356046296801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15366, "tnode_": 15252, "lpoly_": null, "rpoly_": null, "length": 452.59709528999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2738, "r_f_add": 2701, "r_t_add": 2777, "st_code": 31640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541246, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19029, "Shape__Length": 180.02922812012633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123389746595294, 39.987925513788397 ], [ -75.122052846466502, 39.988622747041298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15282, "tnode_": 15224, "lpoly_": null, "rpoly_": null, "length": 158.12368562, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2410, "r_f_add": 2401, "r_t_add": 2417, "st_code": 62960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 19030, "Shape__Length": 63.061767334123417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154269858218001, 39.989206593219897 ], [ -75.154283990223107, 39.989259320555398 ], [ -75.154209497585597, 39.989635211224801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15282, "tnode_": 15274, "lpoly_": null, "rpoly_": null, "length": 139.69649531000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1350, "l_t_add": 1354, "r_f_add": 1327, "r_t_add": 1339, "st_code": 85760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541248, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19031, "Shape__Length": 55.504415203652925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154269858218001, 39.989206593219897 ], [ -75.154761689217494, 39.989269347994103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15284, "tnode_": 15184, "lpoly_": null, "rpoly_": null, "length": 427.06922827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3244, "r_f_add": 3201, "r_t_add": 3249, "st_code": 22040, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19032, "Shape__Length": 169.87631290628181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105918455305499, 39.9880462671725 ], [ -75.104658374304904, 39.9887057776414 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15217, "tnode_": 15284, "lpoly_": null, "rpoly_": null, "length": 211.30342698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2347, "l_t_add": 2399, "r_f_add": 2346, "r_t_add": 2398, "st_code": 12040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541250, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19033, "Shape__Length": 84.179544264001819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106328100330799, 39.988533271760097 ], [ -75.105918455305499, 39.9880462671725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15286, "tnode_": 15074, "lpoly_": null, "rpoly_": null, "length": 806.21447512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WITTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 84220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541251, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WITTE ST", "stname": "WITTE ST", "objectid": 19034, "Shape__Length": 320.69095394775667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113125565503907, 39.988226153735503 ], [ -75.110745332691295, 39.989469520084299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15207, "tnode_": 15286, "lpoly_": null, "rpoly_": null, "length": 226.07067948000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2222, "st_code": 12680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541252, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19035, "Shape__Length": 90.093352500055275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113494518261604, 39.988778052088598 ], [ -75.113125565503907, 39.988226153735503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15287, "tnode_": 15232, "lpoly_": null, "rpoly_": null, "length": 213.78862311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2650, "l_t_add": 2698, "r_f_add": 2649, "r_t_add": 2699, "st_code": 45980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541253, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19036, "Shape__Length": 85.043689536276318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125002540089, 39.988495018476499 ], [ -75.1243774497663, 39.988831521951298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15115, "tnode_": 15287, "lpoly_": null, "rpoly_": null, "length": 476.60701711000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 60940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19037, "Shape__Length": 189.85454165322741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125966099850501, 39.989573181554 ], [ -75.125002540089, 39.988495018476499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15289, "tnode_": 15046, "lpoly_": null, "rpoly_": null, "length": 553.5884321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 50100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 19038, "Shape__Length": 220.77513283785348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139485995779296, 39.988830294088899 ], [ -75.139149059237695, 39.9903276997657 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15289, "tnode_": 15278, "lpoly_": null, "rpoly_": null, "length": 127.78970816, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 422, "r_f_add": 413, "r_t_add": 421, "st_code": 26360, "l_hundred": 400, "r_hundred": 400, "seg_id": 541256, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19039, "Shape__Length": 50.773858661429053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139485995779296, 39.988830294088899 ], [ -75.139935274422996, 39.988890546498901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15291, "tnode_": 15124, "lpoly_": null, "rpoly_": null, "length": 380.19654333, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 23420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541257, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLARION ST", "stname": "N CLARION ST", "objectid": 19040, "Shape__Length": 151.62549125926412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538398274662, 39.989155818472703 ], [ -75.153609195626302, 39.990184317621498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15291, "tnode_": 15282, "lpoly_": null, "rpoly_": null, "length": 121.90803973, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1344, "l_t_add": 1348, "r_f_add": 1315, "r_t_add": 1325, "st_code": 85760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541258, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19041, "Shape__Length": 48.435918013645434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538398274662, 39.989155818472703 ], [ -75.154269858218001, 39.989206593219897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15293, "tnode_": 15089, "lpoly_": null, "rpoly_": null, "length": 778.41367325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 56140, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19042, "Shape__Length": 309.63084166417309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1022797318806, 39.987959454472701 ], [ -75.099981077043495, 39.989159368176502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15236, "tnode_": 15293, "lpoly_": null, "rpoly_": null, "length": 174.27242442, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2520, "st_code": 82560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19043, "Shape__Length": 69.42377133180841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102624098622798, 39.988357825264202 ], [ -75.1022797318806, 39.987959454472701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15295, "tnode_": 15138, "lpoly_": null, "rpoly_": null, "length": 355.36289856999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2418, "l_t_add": 2498, "r_f_add": 2419, "r_t_add": 2499, "st_code": 87990, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541261, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19044, "Shape__Length": 141.72282297334041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148547704005495, 39.989017329786002 ], [ -75.148342752502103, 39.989980022250698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15296, "tnode_": 15054, "lpoly_": null, "rpoly_": null, "length": 552.8935478, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87870, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541262, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 19045, "Shape__Length": 220.4990622672868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139023128675205, 39.988773669157602 ], [ -75.138694976596994, 39.990270294147102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15296, "tnode_": 15289, "lpoly_": null, "rpoly_": null, "length": 131.32840353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 26360, "l_hundred": 400, "r_hundred": 400, "seg_id": 541263, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19046, "Shape__Length": 52.178821833800903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139023128675205, 39.988773669157602 ], [ -75.139485995779296, 39.988830294088899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15297, "tnode_": 15206, "lpoly_": null, "rpoly_": null, "length": 368.77976631999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3465, "r_t_add": 3499, "st_code": 77140, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541264, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19047, "Shape__Length": 146.68864687990555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097057216888402, 39.987837286198904 ], [ -75.095967502620198, 39.988404943748399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15237, "tnode_": 15297, "lpoly_": null, "rpoly_": null, "length": 180.59166272, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2623, "l_t_add": 2643, "r_f_add": 2622, "r_t_add": 2642, "st_code": 71200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541265, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19048, "Shape__Length": 71.935433059430125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097425317479804, 39.988244216791301 ], [ -75.097057216888402, 39.987837286198904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15299, "tnode_": 15248, "lpoly_": null, "rpoly_": null, "length": 199.32672570999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2552, "l_t_add": 2598, "r_f_add": 2553, "r_t_add": 2599, "st_code": 47420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541266, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19049, "Shape__Length": 79.292698386576703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127946245251096, 39.988485315657897 ], [ -75.127366046557697, 39.988801901834499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15300, "tnode_": 15129, "lpoly_": null, "rpoly_": null, "length": 380.45766491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2444, "r_f_add": 2401, "r_t_add": 2445, "st_code": 88050, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541267, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 19050, "Shape__Length": 151.73054031415765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153392556333799, 39.989095227414801 ], [ -75.153168862715106, 39.990125359561098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15300, "tnode_": 15291, "lpoly_": null, "rpoly_": null, "length": 127.25644453, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1313, "st_code": 85760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19051, "Shape__Length": 50.562294596549521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153392556333799, 39.989095227414801 ], [ -75.1538398274662, 39.989155818472703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15230, "tnode_": 15301, "lpoly_": null, "rpoly_": null, "length": 225.45909336, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2023, "l_t_add": 2047, "r_f_add": 2024, "r_t_add": 2038, "st_code": 73260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19052, "Shape__Length": 89.810000891854088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120205110985296, 39.988770845265002 ], [ -75.1197491701855, 39.988260889722397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15303, "tnode_": 15065, "lpoly_": null, "rpoly_": null, "length": 550.51314478999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 61580, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541270, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 19053, "Shape__Length": 219.55049378856248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138514044374901, 39.988713149847598 ], [ -75.138193948233294, 39.990204184093002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15303, "tnode_": 15296, "lpoly_": null, "rpoly_": null, "length": 144.34235081, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 314, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 26360, "l_hundred": 300, "r_hundred": 300, "seg_id": 541271, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19054, "Shape__Length": 57.349111388015572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138514044374901, 39.988713149847598 ], [ -75.139023128675205, 39.988773669157602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15304, "tnode_": 15154, "lpoly_": null, "rpoly_": null, "length": 356.96565461, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 28040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541272, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 19055, "Shape__Length": 142.36106651869764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148024608412499, 39.988948158523797 ], [ -75.147813081189796, 39.989914471007999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15304, "tnode_": 15295, "lpoly_": null, "rpoly_": null, "length": 148.72448703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 932, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 18400, "l_hundred": 900, "r_hundred": 900, "seg_id": 541273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 19056, "Shape__Length": 59.091659126091422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148024608412499, 39.988948158523797 ], [ -75.148547704005495, 39.989017329786002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15306, "tnode_": 15086, "lpoly_": null, "rpoly_": null, "length": 826.81890246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 11380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541274, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGATE ST", "stname": "AGATE ST", "objectid": 19057, "Shape__Length": 328.88797985157703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109488866635701, 39.988044087257101 ], [ -75.107050443936203, 39.989322210729703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15254, "tnode_": 15306, "lpoly_": null, "rpoly_": null, "length": 146.14233891000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 23620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19058, "Shape__Length": 58.21604058665681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109781268605502, 39.988376286491302 ], [ -75.109488866635701, 39.988044087257101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15307, "tnode_": 15268, "lpoly_": null, "rpoly_": null, "length": 124.19433296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2948, "l_t_add": 2962, "r_f_add": 2949, "r_t_add": 2963, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541276, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19059, "Shape__Length": 49.407199977901996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114607924879707, 39.988151125424203 ], [ -75.114250128817005, 39.988352338534803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15118, "tnode_": 15307, "lpoly_": null, "rpoly_": null, "length": 493.59345094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ORLEANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 61720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541277, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ORLEANS ST", "stname": "E ORLEANS ST", "objectid": 19060, "Shape__Length": 196.67546370766829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115483808248001, 39.989324580232697 ], [ -75.115463733093094, 39.989269108843203 ], [ -75.114607924879707, 39.988151125424203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15309, "tnode_": 15300, "lpoly_": null, "rpoly_": null, "length": 168.58379571999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1229, "r_t_add": 1299, "st_code": 85760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541278, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19061, "Shape__Length": 66.981958918863512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152799227460406, 39.989018554100902 ], [ -75.153392556333799, 39.989095227414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15312, "tnode_": 15230, "lpoly_": null, "rpoly_": null, "length": 308.34794455999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2748, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 34960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541279, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19062, "Shape__Length": 122.69631930222849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121048978856606, 39.9882352474283 ], [ -75.120812491518393, 39.988440505235801 ], [ -75.120205110985296, 39.988770845265002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15221, "tnode_": 15312, "lpoly_": null, "rpoly_": null, "length": 276.4876784, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2021, "r_f_add": 2000, "r_t_add": 2024, "st_code": 72840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541280, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SILVER ST", "stname": "E SILVER ST", "objectid": 19063, "Shape__Length": 110.1069230638674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121665199220402, 39.988827961239203 ], [ -75.121390473424, 39.988556366451597 ], [ -75.121048978856606, 39.9882352474283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15313, "tnode_": 15263, "lpoly_": null, "rpoly_": null, "length": 196.9474665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2826, "r_f_add": 2801, "r_t_add": 2819, "st_code": 25020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541281, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19064, "Shape__Length": 78.340712313062681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119723366483697, 39.988228517293699 ], [ -75.119142895944293, 39.988533367463802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15301, "tnode_": 15313, "lpoly_": null, "rpoly_": null, "length": 13.83281891, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2049, "l_t_add": 2049, "r_f_add": 2040, "r_t_add": 2040, "st_code": 73260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19065, "Shape__Length": 5.5112218347863093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1197491701855, 39.988260889722397 ], [ -75.119723366483697, 39.988228517293699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15314, "tnode_": 15069, "lpoly_": null, "rpoly_": null, "length": 550.0965199, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87850, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541283, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 19066, "Shape__Length": 219.38454107000777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138015704099004, 39.988644911323298 ], [ -75.137698807831597, 39.990135191013799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15314, "tnode_": 15303, "lpoly_": null, "rpoly_": null, "length": 141.83372670999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 315, "st_code": 26360, "l_hundred": 300, "r_hundred": 300, "seg_id": 541284, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19067, "Shape__Length": 56.353998920527694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138015704099004, 39.988644911323298 ], [ -75.138514044374901, 39.988713149847598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15318, "tnode_": 15309, "lpoly_": null, "rpoly_": null, "length": 128.51340025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1216, "l_t_add": 1226, "r_f_add": 1217, "r_t_add": 1227, "st_code": 85760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541285, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19068, "Shape__Length": 51.061339291034791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152347224628699, 39.988958755580299 ], [ -75.152799227460406, 39.989018554100902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28935, "tnode_": 15304, "lpoly_": null, "rpoly_": null, "length": 297.71260418000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 930, "r_f_add": 901, "r_t_add": 917, "st_code": 18400, "l_hundred": 900, "r_hundred": 900, "seg_id": 541287, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 19069, "Shape__Length": 118.28708618871231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1469765706007, 39.988813879154598 ], [ -75.148024608412499, 39.988948158523797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15321, "tnode_": 29775, "lpoly_": null, "rpoly_": null, "length": 299.55158931, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 18100, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541290, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2012-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 19070, "Shape__Length": 119.46327075429026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137483593838098, 39.988576527255901 ], [ -75.1373076469078, 39.989387619618498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15321, "tnode_": 15314, "lpoly_": null, "rpoly_": null, "length": 151.16782032, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 260, "l_t_add": 298, "r_f_add": 261, "r_t_add": 299, "st_code": 26360, "l_hundred": 200, "r_hundred": 200, "seg_id": 541291, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19071, "Shape__Length": 60.061754002379857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137483593838098, 39.988576527255901 ], [ -75.138015704099004, 39.988644911323298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15323, "tnode_": 15084, "lpoly_": null, "rpoly_": null, "length": 549.39224616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 88030, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541292, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19072, "Shape__Length": 219.10162136683851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151817486413506, 39.988895782799901 ], [ -75.151821450913104, 39.988957735616999 ], [ -75.151493048366405, 39.990381624224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15323, "tnode_": 15318, "lpoly_": null, "rpoly_": null, "length": 150.19792393, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 85760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541293, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19073, "Shape__Length": 59.675768688908619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151817486413506, 39.988895782799901 ], [ -75.152347224628699, 39.988958755580299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15328, "tnode_": 15197, "lpoly_": null, "rpoly_": null, "length": 326.57882608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2538, "r_f_add": 2501, "r_t_add": 2515, "st_code": 12440, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541294, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 19074, "Shape__Length": 130.24175825957983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136837449654706, 39.988494982670403 ], [ -75.136645088846706, 39.989379187079997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15328, "tnode_": 15321, "lpoly_": null, "rpoly_": null, "length": 183.47511485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 232, "l_t_add": 258, "r_f_add": 223, "r_t_add": 259, "st_code": 26360, "l_hundred": 200, "r_hundred": 200, "seg_id": 541295, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19075, "Shape__Length": 72.897683048861794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136837449654706, 39.988494982670403 ], [ -75.137483593838098, 39.988576527255901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15329, "tnode_": 15281, "lpoly_": null, "rpoly_": null, "length": 192.7113467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2836, "l_t_add": 2858, "r_f_add": 2839, "r_t_add": 2861, "st_code": 12400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541296, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19076, "Shape__Length": 76.655171973881849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117900942827305, 39.988058254329601 ], [ -75.117332514676804, 39.988356046296801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27366, "tnode_": 15329, "lpoly_": null, "rpoly_": null, "length": 317.09552942, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2044, "r_t_add": 2098, "st_code": 14020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19077, "Shape__Length": 126.31705754818415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118533063186703, 39.988780259597497 ], [ -75.117900942827305, 39.988058254329601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15330, "tnode_": 15236, "lpoly_": null, "rpoly_": null, "length": 401.06304777999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3298, "r_f_add": 3257, "r_t_add": 3299, "st_code": 36420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541298, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19078, "Shape__Length": 159.52951232946262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103809493963496, 39.987740801584302 ], [ -75.102624098622798, 39.988357825264202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15259, "tnode_": 15330, "lpoly_": null, "rpoly_": null, "length": 210.13937934, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2431, "l_t_add": 2499, "r_f_add": 2430, "r_t_add": 2498, "st_code": 52840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19079, "Shape__Length": 83.708886574751219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104230339825605, 39.988218265445603 ], [ -75.103809493963496, 39.987740801584302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15331, "tnode_": 15287, "lpoly_": null, "rpoly_": null, "length": 161.03359188000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2638, "l_t_add": 2648, "r_f_add": 2633, "r_t_add": 2647, "st_code": 45980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19080, "Shape__Length": 64.054661389595324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125477725738307, 39.988246396784099 ], [ -75.125002540089, 39.988495018476499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15169, "tnode_": 15331, "lpoly_": null, "rpoly_": null, "length": 474.74484585, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 11600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 19081, "Shape__Length": 189.11232066808736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126436992456405, 39.989320624692198 ], [ -75.125477725738307, 39.988246396784099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15333, "tnode_": 15237, "lpoly_": null, "rpoly_": null, "length": 405.2529828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 55520, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541302, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19082, "Shape__Length": 161.19490714778988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098624390988604, 39.987622223089701 ], [ -75.097425317479804, 39.988244216791301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15269, "tnode_": 15333, "lpoly_": null, "rpoly_": null, "length": 179.5497824, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2618, "st_code": 61380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19083, "Shape__Length": 71.523837870422327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098983046099093, 39.9880306665954 ], [ -75.098624390988604, 39.987622223089701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15297, "tnode_": 15335, "lpoly_": null, "rpoly_": null, "length": 119.63704102, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2645, "l_t_add": 2655, "r_f_add": 2644, "r_t_add": 2654, "st_code": 71200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19084, "Shape__Length": 47.659340310437713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097057216888402, 39.987837286198904 ], [ -75.096822110785297, 39.9875631455403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15336, "tnode_": 15307, "lpoly_": null, "rpoly_": null, "length": 126.33827912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2932, "l_t_add": 2946, "r_f_add": 2933, "r_t_add": 2947, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541305, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19085, "Shape__Length": 50.26050923502666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114971121135099, 39.987945625583798 ], [ -75.114607924879707, 39.988151125424203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15152, "tnode_": 15336, "lpoly_": null, "rpoly_": null, "length": 497.755466, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 17660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541306, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 19086, "Shape__Length": 198.30952994479762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115910922217196, 39.989105136855102 ], [ -75.114971121135099, 39.987945625583798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15338, "tnode_": 15193, "lpoly_": null, "rpoly_": null, "length": 362.20339786, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2421, "r_t_add": 2499, "st_code": 87950, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 19087, "Shape__Length": 144.45080376817447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145994963459898, 39.988671238335598 ], [ -75.145790485392695, 39.989653012406301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15337, "tnode_": 15231, "lpoly_": null, "rpoly_": null, "length": 383.86588122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 65400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541308, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 19088, "Shape__Length": 152.7574982194557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129479244685001, 39.988279154846602 ], [ -75.129390410927002, 39.988314017275101 ], [ -75.128878988704599, 39.988588873414997 ], [ -75.128532155220597, 39.988781526083699 ], [ -75.128514017230302, 39.9888225004484 ], [ -75.128498603054396, 39.988946729671099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15337, "tnode_": 15216, "lpoly_": null, "rpoly_": null, "length": 285.14002488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2532, "l_t_add": 2598, "r_f_add": 2513, "r_t_add": 2599, "st_code": 11020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 19089, "Shape__Length": 113.71697343349166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129479244685001, 39.988279154846602 ], [ -75.129323663142401, 39.9890526968423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15341, "tnode_": 15209, "lpoly_": null, "rpoly_": null, "length": 327.72421579000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2532, "r_f_add": 2501, "r_t_add": 2525, "st_code": 64500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 19090, "Shape__Length": 130.6995203467396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136125287288905, 39.988399592319603 ], [ -75.135940357537606, 39.989287918680901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15341, "tnode_": 15328, "lpoly_": null, "rpoly_": null, "length": 202.55640226, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 216, "l_t_add": 230, "r_f_add": 211, "r_t_add": 221, "st_code": 26360, "l_hundred": 200, "r_hundred": 200, "seg_id": 541311, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19091, "Shape__Length": 80.47991406720115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136125287288905, 39.988399592319603 ], [ -75.136837449654706, 39.988494982670403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15342, "tnode_": 15301, "lpoly_": null, "rpoly_": null, "length": 148.71153443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2772, "l_t_add": 2798, "r_f_add": 2767, "r_t_add": 2799, "st_code": 25020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19092, "Shape__Length": 59.153031614387302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120188082624793, 39.988031392607098 ], [ -75.1197491701855, 39.988260889722397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15343, "tnode_": 15122, "lpoly_": null, "rpoly_": null, "length": 824.97180867000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 45940, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541313, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 19093, "Shape__Length": 328.15135241973621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112889438668006, 39.9878641429056 ], [ -75.110455067635101, 39.989137826797702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15286, "tnode_": 15343, "lpoly_": null, "rpoly_": null, "length": 147.54185377, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2217, "l_t_add": 2231, "r_f_add": 2224, "r_t_add": 2234, "st_code": 12680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541314, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19094, "Shape__Length": 58.799626141805248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113125565503907, 39.988226153735503 ], [ -75.112889438668006, 39.9878641429056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15349, "tnode_": 15299, "lpoly_": null, "rpoly_": null, "length": 191.78671938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2530, "l_t_add": 2550, "r_f_add": 2535, "r_t_add": 2551, "st_code": 47420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541315, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19095, "Shape__Length": 76.291856605563936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128505967003605, 39.988182308671099 ], [ -75.127946245251096, 39.988485315657897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15350, "tnode_": 15109, "lpoly_": null, "rpoly_": null, "length": 549.48475602999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 87830, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541316, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 19096, "Shape__Length": 219.13911119750583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135540201283106, 39.988326781429798 ], [ -75.135220643244594, 39.989815022525903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15350, "tnode_": 15341, "lpoly_": null, "rpoly_": null, "length": 166.07760141999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 209, "st_code": 26360, "l_hundred": 200, "r_hundred": 200, "seg_id": 541317, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19097, "Shape__Length": 65.985012268220075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135540201283106, 39.988326781429798 ], [ -75.136125287288905, 39.988399592319603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15351, "tnode_": 15136, "lpoly_": null, "rpoly_": null, "length": 827.94008921000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 55460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541318, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19098, "Shape__Length": 329.33141212468092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109193816071894, 39.987711120759201 ], [ -75.106750810905197, 39.988989522446303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15306, "tnode_": 15351, "lpoly_": null, "rpoly_": null, "length": 146.79080868999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2315, "l_t_add": 2327, "r_f_add": 2314, "r_t_add": 2326, "st_code": 23620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19099, "Shape__Length": 58.473405855012835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109488866635701, 39.988044087257101 ], [ -75.109193816071894, 39.987711120759201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15353, "tnode_": 15323, "lpoly_": null, "rpoly_": null, "length": 447.9005326, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 85760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19100, "Shape__Length": 177.95944070061353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150240693000697, 39.988693998648799 ], [ -75.151817486413506, 39.988895782799901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15356, "tnode_": 15312, "lpoly_": null, "rpoly_": null, "length": 132.52474292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2736, "l_t_add": 2746, "r_f_add": 2739, "r_t_add": 2749, "st_code": 34960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541322, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19101, "Shape__Length": 52.772596961566506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1213497571933, 39.987954498488698 ], [ -75.121048978856606, 39.9882352474283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15252, "tnode_": 15356, "lpoly_": null, "rpoly_": null, "length": 313.1649752, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STERNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 74700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541323, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STERNER ST", "stname": "E STERNER ST", "objectid": 19102, "Shape__Length": 124.70986051789741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122052846466502, 39.988622747041298 ], [ -75.1213497571933, 39.987954498488698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15358, "tnode_": 15163, "lpoly_": null, "rpoly_": null, "length": 779.35655625999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 16580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19103, "Shape__Length": 310.00452265194366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101924121136605, 39.987557462266999 ], [ -75.099623318073498, 39.988759534736097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15293, "tnode_": 15358, "lpoly_": null, "rpoly_": null, "length": 177.12593152, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2517, "l_t_add": 2539, "r_f_add": 2522, "r_t_add": 2538, "st_code": 82560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19104, "Shape__Length": 70.557336277860756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1022797318806, 39.987959454472701 ], [ -75.101924121136605, 39.987557462266999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15360, "tnode_": 15208, "lpoly_": null, "rpoly_": null, "length": 363.85184532000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2432, "l_t_add": 2498, "r_f_add": 2415, "r_t_add": 2499, "st_code": 87930, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541326, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 19105, "Shape__Length": 145.10651238662589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144714394425094, 39.9885000742606 ], [ -75.144499488060006, 39.989485118314001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15360, "tnode_": 15338, "lpoly_": null, "rpoly_": null, "length": 364.20188992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 18400, "l_hundred": 700, "r_hundred": 700, "seg_id": 541327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BOSTON ST", "stname": "W BOSTON ST", "objectid": 19106, "Shape__Length": 144.70528806438196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144714394425094, 39.9885000742606 ], [ -75.145994963459898, 39.988671238335598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15362, "tnode_": 15117, "lpoly_": null, "rpoly_": null, "length": 552.03365748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 62760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541328, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 19107, "Shape__Length": 220.15645695192734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134990183235203, 39.988256536129299 ], [ -75.134676457305403, 39.989752599098203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15362, "tnode_": 15350, "lpoly_": null, "rpoly_": null, "length": 156.22963399, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 184, "l_t_add": 198, "r_f_add": 185, "r_t_add": 199, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541329, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19108, "Shape__Length": 62.072533350257025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134990183235203, 39.988256536129299 ], [ -75.135540201283106, 39.988326781429798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15363, "tnode_": 15259, "lpoly_": null, "rpoly_": null, "length": 424.84370623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3249, "st_code": 22520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541330, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19109, "Shape__Length": 168.9902152009457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105483351935206, 39.987561634283203 ], [ -75.104230339825605, 39.988218265445603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15284, "tnode_": 15363, "lpoly_": null, "rpoly_": null, "length": 214.5509792, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2419, "r_f_add": 2400, "r_t_add": 2422, "st_code": 12040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541331, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19110, "Shape__Length": 85.463328987906152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105918455305499, 39.9880462671725 ], [ -75.105483351935206, 39.987561634283203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15232, "tnode_": 15366, "lpoly_": null, "rpoly_": null, "length": 430.72695991000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 49980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541333, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19111, "Shape__Length": 171.51453606268075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1243774497663, 39.988831521951298 ], [ -75.123389746595294, 39.987925513788397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15367, "tnode_": 15127, "lpoly_": null, "rpoly_": null, "length": 551.30999952000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 40340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541334, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 19112, "Shape__Length": 219.8653065134441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134476179033697, 39.988189080310804 ], [ -75.134146673121194, 39.989681119829001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15367, "tnode_": 15362, "lpoly_": null, "rpoly_": null, "length": 146.10968541, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 170, "l_t_add": 182, "r_f_add": 171, "r_t_add": 183, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541335, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19113, "Shape__Length": 58.051992325018361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134476179033697, 39.988189080310804 ], [ -75.134990183235203, 39.988256536129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15369, "tnode_": 15331, "lpoly_": null, "rpoly_": null, "length": 161.78856213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2618, "l_t_add": 2636, "r_f_add": 2617, "r_t_add": 2631, "st_code": 45980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541336, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19114, "Shape__Length": 64.352461369729511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125958244950397, 39.9880001603238 ], [ -75.125477725738307, 39.988246396784099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15211, "tnode_": 15369, "lpoly_": null, "rpoly_": null, "length": 470.0180193, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 40700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 19115, "Shape__Length": 187.23824832628659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126888673445094, 39.989073730466998 ], [ -75.125958244950397, 39.9880001603238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15370, "tnode_": 15336, "lpoly_": null, "rpoly_": null, "length": 123.49326564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2916, "l_t_add": 2930, "r_f_add": 2917, "r_t_add": 2931, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19116, "Shape__Length": 49.127517290859828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115327583713807, 39.987746274577503 ], [ -75.114971121135099, 39.987945625583798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15194, "tnode_": 15370, "lpoly_": null, "rpoly_": null, "length": 502.87197835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 56620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541339, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19117, "Shape__Length": 200.33561979271315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116289982903396, 39.988904637213103 ], [ -75.116277500927595, 39.988841564327402 ], [ -75.115327583713807, 39.987746274577503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15372, "tnode_": 15356, "lpoly_": null, "rpoly_": null, "length": 40.37986762000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2732, "l_t_add": 2734, "r_f_add": 2731, "r_t_add": 2737, "st_code": 34960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541340, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19118, "Shape__Length": 16.07993604545479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121440799668505, 39.987868574740801 ], [ -75.1213497571933, 39.987954498488698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15374, "tnode_": 15280, "lpoly_": null, "rpoly_": null, "length": 368.51081817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3462, "l_t_add": 3498, "r_f_add": 3451, "r_t_add": 3499, "st_code": 30740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541341, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19119, "Shape__Length": 146.58281282082348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096573324262806, 39.987285516429402 ], [ -75.095487609303603, 39.987856373061 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15335, "tnode_": 15374, "lpoly_": null, "rpoly_": null, "length": 122.83430651, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2657, "l_t_add": 2699, "r_f_add": 2656, "r_t_add": 2698, "st_code": 71200, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541342, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19120, "Shape__Length": 48.929184063437788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096822110785297, 39.9875631455403 ], [ -75.096573324262806, 39.987285516429402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15376, "tnode_": 15134, "lpoly_": null, "rpoly_": null, "length": 551.0776601199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 57680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 19121, "Shape__Length": 219.7739073114912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134011005938703, 39.988131733689201 ], [ -75.133691583454194, 39.989624423630403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15376, "tnode_": 15367, "lpoly_": null, "rpoly_": null, "length": 132.00914002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 158, "l_t_add": 168, "r_f_add": 159, "r_t_add": 169, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541344, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19122, "Shape__Length": 52.448871217333576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134011005938703, 39.988131733689201 ], [ -75.134476179033697, 39.988189080310804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15378, "tnode_": 15295, "lpoly_": null, "rpoly_": null, "length": 196.45815775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2417, "st_code": 87990, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541345, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19123, "Shape__Length": 78.348240540210966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148665721726402, 39.988485723155101 ], [ -75.148547704005495, 39.989017329786002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15378, "tnode_": 15353, "lpoly_": null, "rpoly_": null, "length": 447.79278832, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 85760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541346, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19124, "Shape__Length": 177.91734622930184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148665721726402, 39.988485723155101 ], [ -75.150240693000697, 39.988693998648799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15379, "tnode_": 15329, "lpoly_": null, "rpoly_": null, "length": 191.72429788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2820, "l_t_add": 2834, "r_f_add": 2821, "r_t_add": 2837, "st_code": 12400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541347, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19125, "Shape__Length": 76.261654333086412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1184672322632, 39.987762865026603 ], [ -75.117900942827305, 39.988058254329601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15263, "tnode_": 15379, "lpoly_": null, "rpoly_": null, "length": 338.56500935000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2045, "l_t_add": 2099, "r_f_add": 2040, "r_t_add": 2098, "st_code": 69900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541348, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSH ST", "stname": "E RUSH ST", "objectid": 19126, "Shape__Length": 134.86866090504378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119142895944293, 39.988533367463802 ], [ -75.1184672322632, 39.987762865026603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15380, "tnode_": 15196, "lpoly_": null, "rpoly_": null, "length": 779.38893188000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 70780, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 541349, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19127, "Shape__Length": 310.01273455237077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094918440082097, 39.987226930299201 ], [ -75.092613236307798, 39.988424149789999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15280, "tnode_": 15380, "lpoly_": null, "rpoly_": null, "length": 279.30719554000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2714, "st_code": 77400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 19128, "Shape__Length": 111.25624282981029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095487609303603, 39.987856373061 ], [ -75.094918440082097, 39.987226930299201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15382, "tnode_": 15150, "lpoly_": null, "rpoly_": null, "length": 551.02920948999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 54200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 19129, "Shape__Length": 219.75466193291695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133550788178596, 39.9880690730594 ], [ -75.133233347432295, 39.989561878309203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15382, "tnode_": 15376, "lpoly_": null, "rpoly_": null, "length": 130.96189921000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 144, "l_t_add": 156, "r_f_add": 0, "r_t_add": 0, "st_code": 26360, "l_hundred": 100, "r_hundred": 0, "seg_id": 541352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19130, "Shape__Length": 52.033843939159063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133550788178596, 39.9880690730594 ], [ -75.134011005938703, 39.988131733689201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15387, "tnode_": 15382, "lpoly_": null, "rpoly_": null, "length": 133.53295012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 132, "l_t_add": 142, "r_f_add": 153, "r_t_add": 157, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19131, "Shape__Length": 53.055122763993587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133081301899793, 39.988006207347503 ], [ -75.133550788178596, 39.9880690730594 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15388, "tnode_": 15293, "lpoly_": null, "rpoly_": null, "length": 398.23955214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3254, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 56140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541354, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19132, "Shape__Length": 158.4080161925649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103453314711103, 39.987342859443601 ], [ -75.1022797318806, 39.987959454472701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15330, "tnode_": 15388, "lpoly_": null, "rpoly_": null, "length": 175.99859933000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2520, "st_code": 52840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541355, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19133, "Shape__Length": 70.106637645387863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103809493963496, 39.987740801584302 ], [ -75.103453314711103, 39.987342859443601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15391, "tnode_": 15297, "lpoly_": null, "rpoly_": null, "length": 405.75484532000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3446, "r_f_add": 3401, "r_t_add": 3463, "st_code": 77140, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541356, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19134, "Shape__Length": 161.39268142001063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098258978056606, 39.987215904545799 ], [ -75.097057216888402, 39.987837286198904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15333, "tnode_": 15391, "lpoly_": null, "rpoly_": null, "length": 179.97970937, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2621, "l_t_add": 2637, "r_f_add": 2620, "r_t_add": 2638, "st_code": 61380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19135, "Shape__Length": 71.691740840020259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098624390988604, 39.987622223089701 ], [ -75.098258978056606, 39.987215904545799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15394, "tnode_": 15342, "lpoly_": null, "rpoly_": null, "length": 222.83485585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2746, "l_t_add": 2770, "r_f_add": 2741, "r_t_add": 2765, "st_code": 25020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541358, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19136, "Shape__Length": 88.636914969354578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120845486779402, 39.9876871939002 ], [ -75.120188082624793, 39.988031392607098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15492, "tnode_": 15372, "lpoly_": null, "rpoly_": null, "length": 395.80306574999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2729, "st_code": 34960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541359, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19137, "Shape__Length": 157.60429587097096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122343312032697, 39.9870400639889 ], [ -75.122197008958494, 39.987144655728002 ], [ -75.121503988257501, 39.987761339837299 ], [ -75.121440799668505, 39.987868574740801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15396, "tnode_": 15173, "lpoly_": null, "rpoly_": null, "length": 550.5099068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 43800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541360, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 19138, "Shape__Length": 219.54719517099204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132611821265897, 39.987946862831997 ], [ -75.132294886825903, 39.989438287214902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15396, "tnode_": 15387, "lpoly_": null, "rpoly_": null, "length": 133.31751099, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 126, "l_t_add": 130, "r_f_add": 135, "r_t_add": 151, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541361, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19139, "Shape__Length": 52.968822646557101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132611821265897, 39.987946862831997 ], [ -75.133081301899793, 39.988006207347503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15380, "tnode_": 15462, "lpoly_": null, "rpoly_": null, "length": 259.5354884, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2799, "r_f_add": 2716, "r_t_add": 2798, "st_code": 77400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 19140, "Shape__Length": 103.38230923565497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094918440082097, 39.987226930299201 ], [ -75.094394841180005, 39.986639243218399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15400, "tnode_": 15378, "lpoly_": null, "rpoly_": null, "length": 445.87996237000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 85760, "l_hundred": 900, "r_hundred": 900, "seg_id": 541364, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19141, "Shape__Length": 177.15496627011262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147095362487704, 39.988288058853897 ], [ -75.148665721726402, 39.988485723155101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15402, "tnode_": 15370, "lpoly_": null, "rpoly_": null, "length": 140.64060655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2915, "st_code": 53980, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541365, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19142, "Shape__Length": 55.949763727359354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115732210624103, 39.987517842578498 ], [ -75.115327583713807, 39.987746274577503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15235, "tnode_": 15402, "lpoly_": null, "rpoly_": null, "length": 505.23277157000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2165, "r_f_add": 2100, "r_t_add": 2170, "st_code": 21020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541366, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19143, "Shape__Length": 201.25509868757001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116752860019105, 39.988661168269701 ], [ -75.115732210624103, 39.987517842578498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27369, "tnode_": 15189, "lpoly_": null, "rpoly_": null, "length": 844.94913992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 82100, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541367, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 19144, "Shape__Length": 336.09475253744034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112667958482206, 39.987513147109603 ], [ -75.110172760274693, 39.988815535092499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15343, "tnode_": 27369, "lpoly_": null, "rpoly_": null, "length": 142.12730897999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2233, "l_t_add": 2247, "r_f_add": 2236, "r_t_add": 2246, "st_code": 12680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541368, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19145, "Shape__Length": 56.643808902246278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112889438668006, 39.9878641429056 ], [ -75.112667958482206, 39.987513147109603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15405, "tnode_": 15181, "lpoly_": null, "rpoly_": null, "length": 548.48367479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 43480, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541369, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 19146, "Shape__Length": 218.73885328727624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132097372566093, 39.987880383553602 ], [ -75.131781286878905, 39.989366278519398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15405, "tnode_": 15396, "lpoly_": null, "rpoly_": null, "length": 146.17375474, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 120, "l_t_add": 124, "r_f_add": 119, "r_t_add": 133, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541370, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19147, "Shape__Length": 58.076991249747486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132097372566093, 39.987880383553602 ], [ -75.132611821265897, 39.987946862831997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15408, "tnode_": 15214, "lpoly_": null, "rpoly_": null, "length": 778.53013886999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 51240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541371, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19148, "Shape__Length": 309.67337007230014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101603534126497, 39.987196155026197 ], [ -75.099304113592694, 39.988395740777101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15358, "tnode_": 15408, "lpoly_": null, "rpoly_": null, "length": 159.35219289, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2541, "l_t_add": 2555, "r_f_add": 2540, "r_t_add": 2554, "st_code": 82560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19149, "Shape__Length": 63.476562798303632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101924121136605, 39.987557462266999 ], [ -75.101603534126497, 39.987196155026197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15412, "tnode_": 15369, "lpoly_": null, "rpoly_": null, "length": 164.22609197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2616, "r_f_add": 2601, "r_t_add": 2615, "st_code": 45980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541373, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19150, "Shape__Length": 65.322368640869698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126445180316907, 39.987749267922801 ], [ -75.125958244950397, 39.9880001603238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15248, "tnode_": 15412, "lpoly_": null, "rpoly_": null, "length": 462.19080159000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 44060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541374, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19151, "Shape__Length": 184.11655491670834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127366046557697, 39.988801901834499 ], [ -75.126445180316907, 39.987749267922801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15414, "tnode_": 15187, "lpoly_": null, "rpoly_": null, "length": 552.44826147000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 35200, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541375, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 19152, "Shape__Length": 220.319786313219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131560712455197, 39.987808491840703 ], [ -75.1312426533853, 39.989305166387098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15414, "tnode_": 15405, "lpoly_": null, "rpoly_": null, "length": 152.6411409, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 117, "st_code": 26360, "l_hundred": 100, "r_hundred": 100, "seg_id": 541376, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CUMBERLAND ST", "stname": "W CUMBERLAND ST", "objectid": 19153, "Shape__Length": 60.646995565588995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131560712455197, 39.987808491840703 ], [ -75.132097372566093, 39.987880383553602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15416, "tnode_": 15394, "lpoly_": null, "rpoly_": null, "length": 68.97045535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2744, "r_f_add": 2701, "r_t_add": 2739, "st_code": 25020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19154, "Shape__Length": 27.437104477002457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1210450109226, 39.987576326328998 ], [ -75.120845486779402, 39.9876871939002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15372, "tnode_": 15416, "lpoly_": null, "rpoly_": null, "length": 153.73254831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 78140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUSCULUM ST", "stname": "E TUSCULUM ST", "objectid": 19155, "Shape__Length": 61.189389630685667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121440799668505, 39.987868574740801 ], [ -75.1210450109226, 39.987576326328998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15402, "tnode_": 15421, "lpoly_": null, "rpoly_": null, "length": 59.85469416, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2167, "l_t_add": 2199, "r_f_add": 2172, "r_t_add": 2198, "st_code": 21020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541379, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19156, "Shape__Length": 23.846408598115222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115732210624103, 39.987517842578498 ], [ -75.115619682709095, 39.987378182467097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15422, "tnode_": 15338, "lpoly_": null, "rpoly_": null, "length": 213.32903406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2444, "r_f_add": 2401, "r_t_add": 2419, "st_code": 87950, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541380, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 19157, "Shape__Length": 85.037708017782023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146216805711305, 39.988135226231996 ], [ -75.146100168526601, 39.988208456009801 ], [ -75.145994963459898, 39.988671238335598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15422, "tnode_": 15271, "lpoly_": null, "rpoly_": null, "length": 380.12809339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2422, "r_f_add": 2401, "r_t_add": 2435, "st_code": 36660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541381, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19158, "Shape__Length": 151.44386900105451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146216805711305, 39.988135226231996 ], [ -75.146376917641504, 39.9882555469216 ], [ -75.146929901119094, 39.989015988253698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15422, "tnode_": 15400, "lpoly_": null, "rpoly_": null, "length": 253.18632676, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 85760, "l_hundred": 800, "r_hundred": 800, "seg_id": 541382, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19159, "Shape__Length": 100.60578001471289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146216805711305, 39.988135226231996 ], [ -75.146465112687594, 39.988203981870001 ], [ -75.147095362487704, 39.988288058853897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15424, "tnode_": 15217, "lpoly_": null, "rpoly_": null, "length": 833.96642049000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 12900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19160, "Shape__Length": 331.7266463072927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108788356513102, 39.987244983744297 ], [ -75.106328100330799, 39.988533271760097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15351, "tnode_": 15424, "lpoly_": null, "rpoly_": null, "length": 204.30901918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2329, "l_t_add": 2345, "r_f_add": 2328, "r_t_add": 2344, "st_code": 23620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19161, "Shape__Length": 81.387591417412438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109193816071894, 39.987711120759201 ], [ -75.108788356513102, 39.987244983744297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15426, "tnode_": 15284, "lpoly_": null, "rpoly_": null, "length": 560.01930464000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3124, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 22040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19162, "Shape__Length": 222.75793199194334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107570442510493, 39.987181051853703 ], [ -75.105918455305499, 39.9880462671725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15374, "tnode_": 15427, "lpoly_": null, "rpoly_": null, "length": 142.02442579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2714, "st_code": 71200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19163, "Shape__Length": 56.576045500549171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096573324262806, 39.987285516429402 ], [ -75.096291777083394, 39.986961326889002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15366, "tnode_": 15428, "lpoly_": null, "rpoly_": null, "length": 211.90228703, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2022, "st_code": 49980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19164, "Shape__Length": 84.385137714340672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123389746595294, 39.987925513788397 ], [ -75.1229162799048, 39.987471935800201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27360, "tnode_": 15198, "lpoly_": null, "rpoly_": null, "length": 549.96494082999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 49820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 19165, "Shape__Length": 219.3292706633882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130894242698702, 39.987726258750499 ], [ -75.130578475685596, 39.989216313798302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15414, "tnode_": 27360, "lpoly_": null, "rpoly_": null, "length": 189.1392475, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 118, "st_code": 26340, "l_hundred": 100, "r_hundred": 100, "seg_id": 541389, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19166, "Shape__Length": 75.146950325204386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131560712455197, 39.987808491840703 ], [ -75.130894242698702, 39.987726258750499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15431, "tnode_": 15379, "lpoly_": null, "rpoly_": null, "length": 197.42185222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2818, "r_f_add": 2801, "r_t_add": 2819, "st_code": 12400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541390, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19167, "Shape__Length": 78.528162408392276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119049588604895, 39.987457838119603 ], [ -75.1184672322632, 39.987762865026603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15313, "tnode_": 15431, "lpoly_": null, "rpoly_": null, "length": 338.32369248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2042, "r_t_add": 2098, "st_code": 73260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541391, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19168, "Shape__Length": 134.772618632838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119723366483697, 39.988228517293699 ], [ -75.119049588604895, 39.987457838119603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15433, "tnode_": 15366, "lpoly_": null, "rpoly_": null, "length": 259.3894495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2652, "l_t_add": 2698, "r_f_add": 2661, "r_t_add": 2699, "st_code": 31640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19169, "Shape__Length": 103.17182167914338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124162094639701, 39.987532998160603 ], [ -75.123389746595294, 39.987925513788397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15287, "tnode_": 15433, "lpoly_": null, "rpoly_": null, "length": 422.22482561000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 60940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541393, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19170, "Shape__Length": 168.19560565269265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125002540089, 39.988495018476499 ], [ -75.124162094639701, 39.987532998160603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15434, "tnode_": 15353, "lpoly_": null, "rpoly_": null, "length": 196.5044342, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2338, "l_t_add": 2398, "r_f_add": 2333, "r_t_add": 2399, "st_code": 88010, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541394, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19171, "Shape__Length": 78.367494139200019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150350553523197, 39.988161230020502 ], [ -75.150240693000697, 39.988693998648799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15435, "tnode_": 15335, "lpoly_": null, "rpoly_": null, "length": 405.05624636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 82000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 19172, "Shape__Length": 161.116792443604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0980181875683, 39.9869387220105 ], [ -75.096822110785297, 39.9875631455403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15391, "tnode_": 15435, "lpoly_": null, "rpoly_": null, "length": 121.44158534, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2639, "l_t_add": 2647, "r_f_add": 2640, "r_t_add": 2648, "st_code": 61380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19173, "Shape__Length": 48.376726367225444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098258978056606, 39.987215904545799 ], [ -75.0980181875683, 39.9869387220105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15436, "tnode_": 15210, "lpoly_": null, "rpoly_": null, "length": 549.29820442999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 81680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 19174, "Shape__Length": 219.06277263348184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130268295161102, 39.987647792128897 ], [ -75.129950480696095, 39.989135734775999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15429, "tnode_": 15436, "lpoly_": null, "rpoly_": null, "length": 151.12705993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 121, "l_t_add": 137, "r_f_add": 122, "r_t_add": 138, "st_code": 26340, "l_hundred": 100, "r_hundred": 100, "seg_id": 541398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19175, "Shape__Length": 60.044405512724943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130800636056307, 39.9877143780433 ], [ -75.130268295161102, 39.987647792128897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15437, "tnode_": 15330, "lpoly_": null, "rpoly_": null, "length": 426.30968574999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3246, "r_f_add": 3201, "r_t_add": 3255, "st_code": 36420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19176, "Shape__Length": 169.57160900232776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1050675600966, 39.9870827400051 ], [ -75.103809493963496, 39.987740801584302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15363, "tnode_": 15437, "lpoly_": null, "rpoly_": null, "length": 209.78167757, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2421, "l_t_add": 2499, "r_f_add": 2424, "r_t_add": 2498, "st_code": 12040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541400, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19177, "Shape__Length": 83.567721503259691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105483351935206, 39.987561634283203 ], [ -75.1050675600966, 39.9870827400051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15439, "tnode_": 15360, "lpoly_": null, "rpoly_": null, "length": 187.32016827000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2430, "r_f_add": 2401, "r_t_add": 2413, "st_code": 87930, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541401, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 19178, "Shape__Length": 74.703154882062393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144828736766897, 39.987993434966803 ], [ -75.144714394425094, 39.9885000742606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15439, "tnode_": 15422, "lpoly_": null, "rpoly_": null, "length": 394.10797456999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 85760, "l_hundred": 700, "r_hundred": 700, "seg_id": 541402, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19179, "Shape__Length": 156.58440500678918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144828736766897, 39.987993434966803 ], [ -75.146055932976395, 39.988151335946803 ], [ -75.146216805711305, 39.988135226231996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15443, "tnode_": 15215, "lpoly_": null, "rpoly_": null, "length": 547.46683382000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 72540, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHERIDAN ST", "stname": "N SHERIDAN ST", "objectid": 19180, "Shape__Length": 218.33177359462627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144408223472396, 39.987941935959398 ], [ -75.144080653245496, 39.989423527132601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15443, "tnode_": 15439, "lpoly_": null, "rpoly_": null, "length": 119.31604036, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 628, "l_t_add": 698, "r_f_add": 629, "r_t_add": 699, "st_code": 85760, "l_hundred": 600, "r_hundred": 600, "seg_id": 541404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19181, "Shape__Length": 47.405550211078555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144408223472396, 39.987941935959398 ], [ -75.144828736766897, 39.987993434966803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15445, "tnode_": 15349, "lpoly_": null, "rpoly_": null, "length": 392.34355488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2528, "r_f_add": 2501, "r_t_add": 2533, "st_code": 47420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541405, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19182, "Shape__Length": 156.07619124885534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129644273296805, 39.987555153243697 ], [ -75.128505967003605, 39.988182308671099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15445, "tnode_": 15337, "lpoly_": null, "rpoly_": null, "length": 267.76426335000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2530, "r_f_add": 2501, "r_t_add": 2511, "st_code": 11020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541406, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 19183, "Shape__Length": 106.78345153562586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129644273296805, 39.987555153243697 ], [ -75.129479244685001, 39.988279154846602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15436, "tnode_": 15445, "lpoly_": null, "rpoly_": null, "length": 178.08472017, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 139, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 26340, "l_hundred": 100, "r_hundred": 100, "seg_id": 541407, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19184, "Shape__Length": 70.757736765909357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130268295161102, 39.987647792128897 ], [ -75.129644273296805, 39.987555153243697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15446, "tnode_": 15358, "lpoly_": null, "rpoly_": null, "length": 398.63127077999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3261, "r_t_add": 3299, "st_code": 16580, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541408, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19185, "Shape__Length": 158.56078754410439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103101746572193, 39.986943533931203 ], [ -75.101924121136605, 39.987557462266999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15388, "tnode_": 15446, "lpoly_": null, "rpoly_": null, "length": 175.68646418999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2523, "l_t_add": 2543, "r_f_add": 2522, "r_t_add": 2542, "st_code": 52840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541409, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19186, "Shape__Length": 69.983868578895255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103453314711103, 39.987342859443601 ], [ -75.103101746572193, 39.986943533931203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15449, "tnode_": 15223, "lpoly_": null, "rpoly_": null, "length": 549.43552024000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 53860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541410, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 19187, "Shape__Length": 219.11626733824906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144001949732797, 39.987887721369297 ], [ -75.143670096266305, 39.9893742321076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15449, "tnode_": 15443, "lpoly_": null, "rpoly_": null, "length": 115.5423703, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 618, "l_t_add": 626, "r_f_add": 619, "r_t_add": 627, "st_code": 85760, "l_hundred": 600, "r_hundred": 600, "seg_id": 541411, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19188, "Shape__Length": 45.907012452027757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144001949732797, 39.987887721369297 ], [ -75.144408223472396, 39.987941935959398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15450, "tnode_": 15378, "lpoly_": null, "rpoly_": null, "length": 195.40669511, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2332, "l_t_add": 2398, "r_f_add": 2335, "r_t_add": 2399, "st_code": 87990, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541412, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19189, "Shape__Length": 77.927476656823785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148788610148401, 39.987957702057599 ], [ -75.148665721726402, 39.988485723155101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15450, "tnode_": 15434, "lpoly_": null, "rpoly_": null, "length": 443.90672844, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 13180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541413, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 19190, "Shape__Length": 176.37138993837226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148788610148401, 39.987957702057599 ], [ -75.150350553523197, 39.988161230020502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15451, "tnode_": 15412, "lpoly_": null, "rpoly_": null, "length": 196.96786904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2554, "l_t_add": 2598, "r_f_add": 2547, "r_t_add": 2599, "st_code": 45980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19191, "Shape__Length": 78.3523349782362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127019610016902, 39.987437631038297 ], [ -75.126445180316907, 39.987749267922801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15299, "tnode_": 15451, "lpoly_": null, "rpoly_": null, "length": 461.60411863000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 41440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19192, "Shape__Length": 183.87857626599498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127946245251096, 39.988485315657897 ], [ -75.127019610016902, 39.987437631038297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15453, "tnode_": 15229, "lpoly_": null, "rpoly_": null, "length": 550.20081620999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WENDLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 82280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WENDLE ST", "stname": "N WENDLE ST", "objectid": 19193, "Shape__Length": 219.42230723415716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143594810037499, 39.987832798182303 ], [ -75.143269348082299, 39.989322275102303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15453, "tnode_": 15449, "lpoly_": null, "rpoly_": null, "length": 115.82585624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 608, "l_t_add": 616, "r_f_add": 609, "r_t_add": 617, "st_code": 85760, "l_hundred": 600, "r_hundred": 600, "seg_id": 541417, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19194, "Shape__Length": 46.019722897791098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143594810037499, 39.987832798182303 ], [ -75.144001949732797, 39.987887721369297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15455, "tnode_": 15269, "lpoly_": null, "rpoly_": null, "length": 778.81078677999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 12300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541418, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19195, "Shape__Length": 309.78304244710819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101283693514205, 39.986831113927103 ], [ -75.098983046099093, 39.9880306665954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15408, "tnode_": 15455, "lpoly_": null, "rpoly_": null, "length": 160.36075383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2557, "l_t_add": 2599, "r_f_add": 2556, "r_t_add": 2598, "st_code": 82560, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19196, "Shape__Length": 63.879345028237232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101603534126497, 39.987196155026197 ], [ -75.101283693514205, 39.986831113927103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15456, "tnode_": 15421, "lpoly_": null, "rpoly_": null, "length": 146.62510589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2838, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19197, "Shape__Length": 58.330296997941531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116041392322998, 39.987139891430502 ], [ -75.115619682709095, 39.987378182467097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15458, "tnode_": 15238, "lpoly_": null, "rpoly_": null, "length": 550.39734340999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 87910, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541421, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19198, "Shape__Length": 219.50104435745124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143171497076196, 39.987775855527403 ], [ -75.142849661797001, 39.989266345491401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15458, "tnode_": 15453, "lpoly_": null, "rpoly_": null, "length": 120.41683339, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 606, "r_f_add": 601, "r_t_add": 607, "st_code": 85760, "l_hundred": 600, "r_hundred": 600, "seg_id": 541422, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19199, "Shape__Length": 47.843731208712079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143171497076196, 39.987775855527403 ], [ -75.143594810037499, 39.987832798182303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15461, "tnode_": 15254, "lpoly_": null, "rpoly_": null, "length": 872.91838033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 78020, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19200, "Shape__Length": 347.21847439707722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112357986316695, 39.987029588407502 ], [ -75.109781268605502, 39.988376286491302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15403, "tnode_": 15461, "lpoly_": null, "rpoly_": null, "length": 175.12503407, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 12680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541424, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19201, "Shape__Length": 69.792845439217231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112634800901901, 39.987460600230001 ], [ -75.112357986316695, 39.987029588407502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15464, "tnode_": 15431, "lpoly_": null, "rpoly_": null, "length": 181.7669766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 12400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19202, "Shape__Length": 72.299143080173863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1195880862482, 39.987179640497502 ], [ -75.119049588604895, 39.987457838119603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15342, "tnode_": 15464, "lpoly_": null, "rpoly_": null, "length": 352.90066077, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 71680, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 19203, "Shape__Length": 140.62572043274588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120188082624793, 39.988031392607098 ], [ -75.1195880862482, 39.987179640497502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15465, "tnode_": 15380, "lpoly_": null, "rpoly_": null, "length": 372.7201561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3450, "l_t_add": 3498, "r_f_add": 3445, "r_t_add": 3499, "st_code": 70780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541427, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19204, "Shape__Length": 148.25478159002014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096017929244894, 39.986651112199901 ], [ -75.094918440082097, 39.987226930299201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15427, "tnode_": 15465, "lpoly_": null, "rpoly_": null, "length": 136.59698248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2717, "l_t_add": 2731, "r_f_add": 2716, "r_t_add": 2734, "st_code": 71200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19205, "Shape__Length": 54.412242018108834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096291777083394, 39.986961326889002 ], [ -75.096017929244894, 39.986651112199901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15467, "tnode_": 15374, "lpoly_": null, "rpoly_": null, "length": 406.05654455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3460, "r_f_add": 3401, "r_t_add": 3449, "st_code": 30740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541429, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19206, "Shape__Length": 161.51178550701374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097775408038899, 39.9866630310256 ], [ -75.096573324262806, 39.987285516429402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15435, "tnode_": 15467, "lpoly_": null, "rpoly_": null, "length": 121.30205523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2649, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 61380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19207, "Shape__Length": 48.319834729560796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0980181875683, 39.9869387220105 ], [ -75.097775408038899, 39.9866630310256 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15468, "tnode_": 15456, "lpoly_": null, "rpoly_": null, "length": 49.71125042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2834, "l_t_add": 2836, "r_f_add": 2833, "r_t_add": 2835, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19208, "Shape__Length": 19.775361540448156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116185331013696, 39.987060121487602 ], [ -75.116041392322998, 39.987139891430502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15281, "tnode_": 15468, "lpoly_": null, "rpoly_": null, "length": 571.13413162999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 83300, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541432, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 19209, "Shape__Length": 227.50833836444048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117332514676804, 39.988356046296801 ], [ -75.116185331013696, 39.987060121487602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15469, "tnode_": 15246, "lpoly_": null, "rpoly_": null, "length": 553.83090706000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 33240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 19210, "Shape__Length": 220.86938282141847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142512390692303, 39.987688200820401 ], [ -75.142183628910502, 39.989187355593302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15469, "tnode_": 15458, "lpoly_": null, "rpoly_": null, "length": 187.42872162999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 538, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 85760, "l_hundred": 500, "r_hundred": 500, "seg_id": 541434, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19211, "Shape__Length": 74.468464853388625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142512390692303, 39.987688200820401 ], [ -75.143171497076196, 39.987775855527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15470, "tnode_": 15433, "lpoly_": null, "rpoly_": null, "length": 156.78512527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2636, "l_t_add": 2650, "r_f_add": 2637, "r_t_add": 2659, "st_code": 31640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541435, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19212, "Shape__Length": 62.365448934606235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124622553342306, 39.987288484315002 ], [ -75.124162094639701, 39.987532998160603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15331, "tnode_": 15470, "lpoly_": null, "rpoly_": null, "length": 423.30640118000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 11600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541436, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 19213, "Shape__Length": 168.61962790446555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125477725738307, 39.988246396784099 ], [ -75.124622553342306, 39.987288484315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15474, "tnode_": 15343, "lpoly_": null, "rpoly_": null, "length": 566.99606598000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2950, "l_t_add": 2998, "r_f_add": 2949, "r_t_add": 2999, "st_code": 45940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541437, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 19214, "Shape__Length": 225.53029483959122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114564958626005, 39.986991498385599 ], [ -75.112889438668006, 39.9878641429056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15480, "tnode_": 15400, "lpoly_": null, "rpoly_": null, "length": 196.75888886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2333, "r_t_add": 2399, "st_code": 87970, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541438, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19215, "Shape__Length": 78.467106488424335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147215106320502, 39.987755842981997 ], [ -75.147095362487704, 39.988288058853897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15480, "tnode_": 15450, "lpoly_": null, "rpoly_": null, "length": 447.00178786000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 13180, "l_hundred": 900, "r_hundred": 900, "seg_id": 541439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARIZONA ST", "stname": "W ARIZONA ST", "objectid": 19216, "Shape__Length": 177.59999052067559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147215106320502, 39.987755842981997 ], [ -75.148788610148401, 39.987957702057599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15481, "tnode_": 15257, "lpoly_": null, "rpoly_": null, "length": 549.61845866, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 67820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541440, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19217, "Shape__Length": 219.18957527171386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141864782150094, 39.987609923716001 ], [ -75.141541251048096, 39.989098028560001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15481, "tnode_": 15469, "lpoly_": null, "rpoly_": null, "length": 183.69384628, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 518, "l_t_add": 536, "r_f_add": 521, "r_t_add": 535, "st_code": 85760, "l_hundred": 500, "r_hundred": 500, "seg_id": 541441, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19218, "Shape__Length": 72.983024091175594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141864782150094, 39.987609923716001 ], [ -75.142512390692303, 39.987688200820401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15483, "tnode_": 15426, "lpoly_": null, "rpoly_": null, "length": 268.88295509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3125, "st_code": 22040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19219, "Shape__Length": 106.95394002707832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108361091450305, 39.986762807678097 ], [ -75.107570442510493, 39.987181051853703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15424, "tnode_": 15483, "lpoly_": null, "rpoly_": null, "length": 212.57119424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2347, "l_t_add": 2399, "r_f_add": 2346, "r_t_add": 2398, "st_code": 23620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541443, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19220, "Shape__Length": 84.67561931034443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108788356513102, 39.987244983744297 ], [ -75.108361091450305, 39.986762807678097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15484, "tnode_": 15262, "lpoly_": null, "rpoly_": null, "length": 551.90184872999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 19140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541444, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 19221, "Shape__Length": 220.09845142244743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155937668182901, 39.9878866266397 ], [ -75.155595050932305, 39.989378567535901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15484, "tnode_": 15473, "lpoly_": null, "rpoly_": null, "length": 234.07863086999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1413, "st_code": 27520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 541445, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19222, "Shape__Length": 93.003692744205665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155937668182901, 39.9878866266397 ], [ -75.156760621583103, 39.987996998501202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15485, "tnode_": 15465, "lpoly_": null, "rpoly_": null, "length": 74.382465090000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3442, "l_t_add": 3448, "r_f_add": 3437, "r_t_add": 3443, "st_code": 70780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19223, "Shape__Length": 29.588051376206089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096235265910096, 39.986533878836497 ], [ -75.096017929244894, 39.986651112199901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15488, "tnode_": 15264, "lpoly_": null, "rpoly_": null, "length": 549.51574717000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 87890, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541447, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 19224, "Shape__Length": 219.1461672891019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141202316150697, 39.9875246998214 ], [ -75.140864213335206, 39.989010600451003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15488, "tnode_": 15481, "lpoly_": null, "rpoly_": null, "length": 188.20878113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 519, "st_code": 85760, "l_hundred": 500, "r_hundred": 500, "seg_id": 541448, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19225, "Shape__Length": 74.777676119414906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141202316150697, 39.9875246998214 ], [ -75.141864782150094, 39.987609923716001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15490, "tnode_": 15434, "lpoly_": null, "rpoly_": null, "length": 161.86282211, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2328, "l_t_add": 2336, "r_f_add": 2319, "r_t_add": 2331, "st_code": 88010, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541449, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19226, "Shape__Length": 64.550477705136046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150449474836606, 39.987723460332802 ], [ -75.150350553523197, 39.988161230020502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15428, "tnode_": 15492, "lpoly_": null, "rpoly_": null, "length": 224.78401744, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2025, "l_t_add": 2035, "r_f_add": 2024, "r_t_add": 2036, "st_code": 49980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541451, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19227, "Shape__Length": 89.472665111727764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1229162799048, 39.987471935800201 ], [ -75.122343312032697, 39.9870400639889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15493, "tnode_": 15363, "lpoly_": null, "rpoly_": null, "length": 560.57648902000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3128, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 22520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19228, "Shape__Length": 222.97609206129306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107139558485002, 39.986698488568301 ], [ -75.105483351935206, 39.987561634283203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15426, "tnode_": 15493, "lpoly_": null, "rpoly_": null, "length": 213.26032117, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2419, "r_f_add": 2400, "r_t_add": 2430, "st_code": 23700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541453, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19229, "Shape__Length": 84.948935867788776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107570442510493, 39.987181051853703 ], [ -75.107139558485002, 39.986698488568301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15494, "tnode_": 15388, "lpoly_": null, "rpoly_": null, "length": 429.00159099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3252, "r_f_add": 3201, "r_t_add": 3249, "st_code": 56140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541454, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19230, "Shape__Length": 170.64194288077644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104718510045899, 39.986679730259702 ], [ -75.103453314711103, 39.987342859443601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15437, "tnode_": 15494, "lpoly_": null, "rpoly_": null, "length": 176.40733057, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2520, "st_code": 12040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19231, "Shape__Length": 70.272695921189609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1050675600966, 39.9870827400051 ], [ -75.104718510045899, 39.986679730259702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15495, "tnode_": 15445, "lpoly_": null, "rpoly_": null, "length": 197.60460153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2460, "l_t_add": 2498, "r_f_add": 2459, "r_t_add": 2499, "st_code": 47420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541456, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19232, "Shape__Length": 78.603211123930251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130223588704794, 39.98724584048 ], [ -75.129644273296805, 39.987555153243697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15496, "tnode_": 15270, "lpoly_": null, "rpoly_": null, "length": 549.4120917, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 61660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 19233, "Shape__Length": 219.10588822105635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140724124999196, 39.987464750875397 ], [ -75.140394430431698, 39.988951480330002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15496, "tnode_": 15488, "lpoly_": null, "rpoly_": null, "length": 135.76273976, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 85760, "l_hundred": 400, "r_hundred": 400, "seg_id": 541458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19234, "Shape__Length": 53.93987241710493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140724124999196, 39.987464750875397 ], [ -75.141202316150697, 39.9875246998214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15498, "tnode_": 15408, "lpoly_": null, "rpoly_": null, "length": 398.89501107999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 51240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19235, "Shape__Length": 158.66362432124365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102783615911505, 39.986583735568303 ], [ -75.101603534126497, 39.987196155026197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15446, "tnode_": 15498, "lpoly_": null, "rpoly_": null, "length": 158.51084304, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2545, "l_t_add": 2545, "r_f_add": 2544, "r_t_add": 2544, "st_code": 52840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19236, "Shape__Length": 63.141228589078722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103101746572193, 39.986943533931203 ], [ -75.102783615911505, 39.986583735568303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15499, "tnode_": 15414, "lpoly_": null, "rpoly_": null, "length": 210.07807085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2434, "l_t_add": 2498, "r_f_add": 2435, "r_t_add": 2499, "st_code": 35200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541461, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 19237, "Shape__Length": 83.779590782731674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131678658525502, 39.987238982897601 ], [ -75.131560712455197, 39.987808491840703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15501, "tnode_": 15274, "lpoly_": null, "rpoly_": null, "length": 552.08293858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 81820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541462, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 19238, "Shape__Length": 220.17273806213262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155062739142195, 39.987774767365899 ], [ -75.155075146102604, 39.987819124783499 ], [ -75.154771231384004, 39.989213651065803 ], [ -75.154761689217494, 39.989269347994103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15501, "tnode_": 15484, "lpoly_": null, "rpoly_": null, "length": 248.53543167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1339, "r_t_add": 1399, "st_code": 27520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541463, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19239, "Shape__Length": 98.746480732684887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155062739142195, 39.987774767365899 ], [ -75.155428825658703, 39.987824294046803 ], [ -75.155937668182901, 39.9878866266397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15503, "tnode_": 15451, "lpoly_": null, "rpoly_": null, "length": 193.97217375000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2536, "l_t_add": 2552, "r_f_add": 2527, "r_t_add": 2545, "st_code": 45980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541464, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19240, "Shape__Length": 77.155007342838687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127592634316201, 39.987138892619697 ], [ -75.127019610016902, 39.987437631038297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15349, "tnode_": 15503, "lpoly_": null, "rpoly_": null, "length": 458.22770272000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 71860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541465, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19241, "Shape__Length": 182.53600421401265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128505967003605, 39.988182308671099 ], [ -75.127592634316201, 39.987138892619697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15506, "tnode_": 15278, "lpoly_": null, "rpoly_": null, "length": 549.21306777999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 49660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541467, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 19242, "Shape__Length": 219.02704748924336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140259906197599, 39.987403712029597 ], [ -75.139935274422996, 39.988890546498901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15506, "tnode_": 15496, "lpoly_": null, "rpoly_": null, "length": 131.9664412, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 424, "l_t_add": 434, "r_f_add": 425, "r_t_add": 435, "st_code": 85760, "l_hundred": 400, "r_hundred": 400, "seg_id": 541468, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19243, "Shape__Length": 52.432041561602567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140259906197599, 39.987403712029597 ], [ -75.140724124999196, 39.987464750875397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15499, "tnode_": 15429, "lpoly_": null, "rpoly_": null, "length": 368.94089804000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 49820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 19244, "Shape__Length": 146.82204119475779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131678658525502, 39.987238982897601 ], [ -75.131306811729601, 39.987188290799899 ], [ -75.131253622029107, 39.987189228843398 ], [ -75.131202479648195, 39.9872095820186 ], [ -75.131042469075695, 39.9872963136756 ], [ -75.130879331687296, 39.987391581261498 ], [ -75.130870365841503, 39.987406440906199 ], [ -75.130800636056307, 39.9877143780433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15507, "tnode_": 15470, "lpoly_": null, "rpoly_": null, "length": 163.66023754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2620, "l_t_add": 2634, "r_f_add": 2609, "r_t_add": 2635, "st_code": 31640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541470, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19245, "Shape__Length": 65.098437197399335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125105309716304, 39.987035613448697 ], [ -75.124622553342306, 39.987288484315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15369, "tnode_": 15507, "lpoly_": null, "rpoly_": null, "length": 424.94848079000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 40700, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 19246, "Shape__Length": 169.27587157245088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125958244950397, 39.9880001603238 ], [ -75.125105309716304, 39.987035613448697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15508, "tnode_": 15464, "lpoly_": null, "rpoly_": null, "length": 188.09717241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2749, "st_code": 12400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19247, "Shape__Length": 74.820016575224969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120140799382895, 39.986886626192799 ], [ -75.1195880862482, 39.987179640497502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15394, "tnode_": 15508, "lpoly_": null, "rpoly_": null, "length": 352.19453435000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SILVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2023, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 72840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541473, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SILVER ST", "stname": "E SILVER ST", "objectid": 19248, "Shape__Length": 140.29536184385393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120845486779402, 39.9876871939002 ], [ -75.120140799382895, 39.986886626192799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15509, "tnode_": 15282, "lpoly_": null, "rpoly_": null, "length": 551.37055666000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 62960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541474, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 19249, "Shape__Length": 219.88878616534808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154563943567894, 39.987713631153603 ], [ -75.154255076383905, 39.989133878310902 ], [ -75.154269858218001, 39.989206593219897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15509, "tnode_": 15501, "lpoly_": null, "rpoly_": null, "length": 141.53111057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1322, "l_t_add": 1338, "r_f_add": 1321, "r_t_add": 1337, "st_code": 27520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541475, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19250, "Shape__Length": 56.231661144044352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154563943567894, 39.987713631153603 ], [ -75.155062739142195, 39.987774767365899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15512, "tnode_": 15289, "lpoly_": null, "rpoly_": null, "length": 548.72581135000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 50100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 19251, "Shape__Length": 218.83312898810183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139806251536001, 39.987344254063501 ], [ -75.139485995779296, 39.988830294088899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15512, "tnode_": 15506, "lpoly_": null, "rpoly_": null, "length": 128.95166092000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 412, "l_t_add": 422, "r_f_add": 413, "r_t_add": 423, "st_code": 85760, "l_hundred": 400, "r_hundred": 400, "seg_id": 541477, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19252, "Shape__Length": 51.234147408848834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139806251536001, 39.987344254063501 ], [ -75.140259906197599, 39.987403712029597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15513, "tnode_": 15306, "lpoly_": null, "rpoly_": null, "length": 891.99257716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 11380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGATE ST", "stname": "AGATE ST", "objectid": 19253, "Shape__Length": 354.80312828239107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112122745635901, 39.986668948610102 ], [ -75.109488866635701, 39.988044087257101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15461, "tnode_": 15513, "lpoly_": null, "rpoly_": null, "length": 146.98460933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2313, "r_f_add": 2300, "r_t_add": 2312, "st_code": 12680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541479, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19254, "Shape__Length": 58.576519752351714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112357986316695, 39.987029588407502 ], [ -75.112122745635901, 39.986668948610102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15514, "tnode_": 15427, "lpoly_": null, "rpoly_": null, "length": 404.61316826999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 77320, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541480, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19255, "Shape__Length": 160.93823380181306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097487765927696, 39.986338983859099 ], [ -75.096291777083394, 39.986961326889002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15467, "tnode_": 15514, "lpoly_": null, "rpoly_": null, "length": 142.93777051000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2714, "st_code": 61380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19256, "Shape__Length": 56.937249510630878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097775408038899, 39.9866630310256 ], [ -75.097487765927696, 39.986338983859099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15517, "tnode_": 15474, "lpoly_": null, "rpoly_": null, "length": 163.85017403999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2948, "r_f_add": 2901, "r_t_add": 2947, "st_code": 45940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 19257, "Shape__Length": 65.172929638906552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115049334314094, 39.986739536925803 ], [ -75.114564958626005, 39.986991498385599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15421, "tnode_": 15517, "lpoly_": null, "rpoly_": null, "length": 282.25342322, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2239, "r_f_add": 2200, "r_t_add": 2232, "st_code": 21020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541483, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19258, "Shape__Length": 112.43142961365346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115619682709095, 39.987378182467097 ], [ -75.115049334314094, 39.986739536925803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15518, "tnode_": 15333, "lpoly_": null, "rpoly_": null, "length": 775.69455366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 55520, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19259, "Shape__Length": 308.54307940909132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100913889307506, 39.986425283015002 ], [ -75.098624390988604, 39.987622223089701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15455, "tnode_": 15518, "lpoly_": null, "rpoly_": null, "length": 180.53778577, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2622, "st_code": 82560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19260, "Shape__Length": 71.911566859619953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101283693514205, 39.986831113927103 ], [ -75.100913889307506, 39.986425283015002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15520, "tnode_": 15468, "lpoly_": null, "rpoly_": null, "length": 194.95330974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2824, "l_t_add": 2832, "r_f_add": 2823, "r_t_add": 2831, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19261, "Shape__Length": 77.558365711094339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116742382968098, 39.986739499911799 ], [ -75.116185331013696, 39.987060121487602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15329, "tnode_": 15520, "lpoly_": null, "rpoly_": null, "length": 579.8068367599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 14020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19262, "Shape__Length": 230.96500387355366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117900942827305, 39.988058254329601 ], [ -75.116742382968098, 39.986739499911799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15523, "tnode_": 15300, "lpoly_": null, "rpoly_": null, "length": 551.63023041999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88050, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 19263, "Shape__Length": 219.99224220014054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153714610551702, 39.987601334777999 ], [ -75.153392556333799, 39.989095227414801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15523, "tnode_": 15509, "lpoly_": null, "rpoly_": null, "length": 241.48269890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1319, "st_code": 27520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541489, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19264, "Shape__Length": 95.94475539923279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153714610551702, 39.987601334777999 ], [ -75.154563943567894, 39.987713631153603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15522, "tnode_": 15450, "lpoly_": null, "rpoly_": null, "length": 161.20238114, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2318, "l_t_add": 2330, "r_f_add": 2319, "r_t_add": 2333, "st_code": 87990, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541490, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19265, "Shape__Length": 64.288160188359484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148878402420806, 39.987520605094801 ], [ -75.148788610148401, 39.987957702057599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15522, "tnode_": 15490, "lpoly_": null, "rpoly_": null, "length": 446.39120665000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 27160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 19266, "Shape__Length": 177.35702621945066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148878402420806, 39.987520605094801 ], [ -75.150449474836606, 39.987723460332802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15525, "tnode_": 15296, "lpoly_": null, "rpoly_": null, "length": 549.95314542999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 87870, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 19267, "Shape__Length": 219.32108535525478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139353169922501, 39.987285478583402 ], [ -75.139023128675205, 39.988773669157602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15525, "tnode_": 15512, "lpoly_": null, "rpoly_": null, "length": 128.75190151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 85760, "l_hundred": 400, "r_hundred": 400, "seg_id": 541493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19268, "Shape__Length": 51.154622727398944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139353169922501, 39.987285478583402 ], [ -75.139806251536001, 39.987344254063501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15529, "tnode_": 15403, "lpoly_": null, "rpoly_": null, "length": 544.40353663999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 82100, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 19269, "Shape__Length": 216.54566385615928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114239315009698, 39.986617937071301 ], [ -75.112634800901901, 39.987460600230001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15474, "tnode_": 15529, "lpoly_": null, "rpoly_": null, "length": 163.84393695999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2259, "r_f_add": 2200, "r_t_add": 2256, "st_code": 56620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541495, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19270, "Shape__Length": 65.267224947553032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114564958626005, 39.986991498385599 ], [ -75.114239315009698, 39.986617937071301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15532, "tnode_": 15303, "lpoly_": null, "rpoly_": null, "length": 551.63029543999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 61580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541496, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 19271, "Shape__Length": 219.98921377044223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138848572142606, 39.987220880008501 ], [ -75.138514044374901, 39.988713149847598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15532, "tnode_": 15525, "lpoly_": null, "rpoly_": null, "length": 143.33959154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 314, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 85760, "l_hundred": 300, "r_hundred": 300, "seg_id": 541497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19272, "Shape__Length": 56.950270819202132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138848572142606, 39.987220880008501 ], [ -75.139353169922501, 39.987285478583402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15514, "tnode_": 15533, "lpoly_": null, "rpoly_": null, "length": 33.22735261, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2715, "r_f_add": 2716, "r_t_add": 2716, "st_code": 61380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19273, "Shape__Length": 13.235307184308672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097487765927696, 39.986338983859099 ], [ -75.097420294091094, 39.986263976540997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15538, "tnode_": 15309, "lpoly_": null, "rpoly_": null, "length": 551.35563171000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 20980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541499, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 19274, "Shape__Length": 219.88196864587397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153124703888807, 39.98752586474 ], [ -75.152799227460406, 39.989018554100902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15538, "tnode_": 15523, "lpoly_": null, "rpoly_": null, "length": 167.56931149, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 27520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541500, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19275, "Shape__Length": 66.577278973022885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153124703888807, 39.98752586474 ], [ -75.153714610551702, 39.987601334777999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15542, "tnode_": 15314, "lpoly_": null, "rpoly_": null, "length": 549.72283731000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 87850, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541501, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 19276, "Shape__Length": 219.22907203835766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138343943915004, 39.987157126363797 ], [ -75.138015704099004, 39.988644911323298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15542, "tnode_": 15532, "lpoly_": null, "rpoly_": null, "length": 143.29793351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 313, "st_code": 85760, "l_hundred": 300, "r_hundred": 300, "seg_id": 541502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19277, "Shape__Length": 56.933511287742839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138343943915004, 39.987157126363797 ], [ -75.138848572142606, 39.987220880008501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15545, "tnode_": 15538, "lpoly_": null, "rpoly_": null, "length": 56.34750966, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1222, "l_t_add": 1224, "r_f_add": 1223, "r_t_add": 1225, "st_code": 27520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541503, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19278, "Shape__Length": 22.388173923162789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152927094527897, 39.987497213719799 ], [ -75.153124703888807, 39.98752586474 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15546, "tnode_": 15318, "lpoly_": null, "rpoly_": null, "length": 551.24546312000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 33680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541504, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAWN ST", "stname": "N FAWN ST", "objectid": 19279, "Shape__Length": 219.83824972996345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152669812956702, 39.987466001922002 ], [ -75.152347224628699, 39.988958755580299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15546, "tnode_": 15545, "lpoly_": null, "rpoly_": null, "length": 72.984420379999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1214, "l_t_add": 1220, "r_f_add": 1215, "r_t_add": 1221, "st_code": 27520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541505, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19280, "Shape__Length": 28.997238235885614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152669812956702, 39.987466001922002 ], [ -75.152927094527897, 39.987497213719799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15431, "tnode_": 15548, "lpoly_": null, "rpoly_": null, "length": 361.41961705, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2141, "r_f_add": 2100, "r_t_add": 2128, "st_code": 73260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19281, "Shape__Length": 143.96980938498638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119049588604895, 39.987457838119603 ], [ -75.118326803473195, 39.9866361147891 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15550, "tnode_": 15321, "lpoly_": null, "rpoly_": null, "length": 551.25899485000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 18100, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541507, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 19282, "Shape__Length": 219.8426112129618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1378048473983, 39.987083565851499 ], [ -75.137483593838098, 39.988576527255901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15550, "tnode_": 15542, "lpoly_": null, "rpoly_": null, "length": 153.42036624, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 258, "l_t_add": 298, "r_f_add": 259, "r_t_add": 299, "st_code": 85760, "l_hundred": 200, "r_hundred": 200, "seg_id": 541508, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19283, "Shape__Length": 60.956204367696742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1378048473983, 39.987083565851499 ], [ -75.138343943915004, 39.987157126363797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15551, "tnode_": 15462, "lpoly_": null, "rpoly_": null, "length": 334.65309166000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3441, "r_t_add": 3499, "st_code": 68240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541509, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19284, "Shape__Length": 133.10868024172009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095386539576296, 39.986127369615303 ], [ -75.094394841180005, 39.986639243218399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15552, "tnode_": 15503, "lpoly_": null, "rpoly_": null, "length": 189.52753799000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2516, "l_t_add": 2534, "r_f_add": 2515, "r_t_add": 2525, "st_code": 45980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541510, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19285, "Shape__Length": 75.388311653305948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128150404057706, 39.986844605450301 ], [ -75.127592634316201, 39.987138892619697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15554, "tnode_": 15480, "lpoly_": null, "rpoly_": null, "length": 161.15479306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2316, "l_t_add": 2328, "r_f_add": 2313, "r_t_add": 2331, "st_code": 87970, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541511, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19286, "Shape__Length": 64.268642137860382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147307390133804, 39.987319185556302 ], [ -75.147215106320502, 39.987755842981997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15554, "tnode_": 15522, "lpoly_": null, "rpoly_": null, "length": 446.28959863, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 27160, "l_hundred": 900, "r_hundred": 900, "seg_id": 541512, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 19287, "Shape__Length": 177.31586551409603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147307390133804, 39.987319185556302 ], [ -75.148878402420806, 39.987520605094801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15555, "tnode_": 15446, "lpoly_": null, "rpoly_": null, "length": 428.79650438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3259, "st_code": 16580, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541513, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19288, "Shape__Length": 170.55821039331761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104367919236097, 39.986282519830098 ], [ -75.103101746572193, 39.986943533931203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15494, "tnode_": 15555, "lpoly_": null, "rpoly_": null, "length": 174.89559749, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2523, "l_t_add": 2535, "r_f_add": 2522, "r_t_add": 2534, "st_code": 12040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541514, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19289, "Shape__Length": 69.667854548721081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104718510045899, 39.986679730259702 ], [ -75.104367919236097, 39.986282519830098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15556, "tnode_": 15323, "lpoly_": null, "rpoly_": null, "length": 553.37735291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 88030, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541515, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19290, "Shape__Length": 220.68859272930419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152138869975502, 39.987396943747399 ], [ -75.151817486413506, 39.988895782799901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15556, "tnode_": 15546, "lpoly_": null, "rpoly_": null, "length": 150.88851574999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 27520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541516, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19291, "Shape__Length": 59.949892884383708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152138869975502, 39.987396943747399 ], [ -75.152669812956702, 39.987466001922002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15557, "tnode_": 15507, "lpoly_": null, "rpoly_": null, "length": 162.37968595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2618, "r_f_add": 2601, "r_t_add": 2607, "st_code": 31640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541517, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19292, "Shape__Length": 64.59056825274287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125581905575004, 39.986782051939699 ], [ -75.125105309716304, 39.987035613448697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15412, "tnode_": 15557, "lpoly_": null, "rpoly_": null, "length": 427.38642791999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 44060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541518, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19293, "Shape__Length": 170.24367926144902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126445180316907, 39.987749267922801 ], [ -75.125581905575004, 39.986782051939699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15558, "tnode_": 15495, "lpoly_": null, "rpoly_": null, "length": 196.01513703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2436, "l_t_add": 2458, "r_f_add": 2441, "r_t_add": 2457, "st_code": 47420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541519, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19294, "Shape__Length": 77.971802995389638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130796577591894, 39.986937179743698 ], [ -75.130223588704794, 39.98724584048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15559, "tnode_": 15455, "lpoly_": null, "rpoly_": null, "length": 397.68224856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3298, "r_f_add": 3249, "r_t_add": 3299, "st_code": 12300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541520, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19295, "Shape__Length": 158.18354083464959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102455857368994, 39.986215655294899 ], [ -75.101283693514205, 39.986831113927103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15498, "tnode_": 15559, "lpoly_": null, "rpoly_": null, "length": 162.52389024, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2547, "l_t_add": 2599, "r_f_add": 2546, "r_t_add": 2598, "st_code": 52840, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541521, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19296, "Shape__Length": 64.738659547013199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102783615911505, 39.986583735568303 ], [ -75.102455857368994, 39.986215655294899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15560, "tnode_": 15520, "lpoly_": null, "rpoly_": null, "length": 146.2447297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2816, "l_t_add": 2822, "r_f_add": 2817, "r_t_add": 2821, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19297, "Shape__Length": 58.177914195826546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117163721727493, 39.986502590313201 ], [ -75.116742382968098, 39.986739499911799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15563, "tnode_": 15328, "lpoly_": null, "rpoly_": null, "length": 551.80415976999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 12440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541523, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 19298, "Shape__Length": 220.06234256680352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137140463805693, 39.986998252115299 ], [ -75.136837449654706, 39.988494982670403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15563, "tnode_": 15550, "lpoly_": null, "rpoly_": null, "length": 188.74558199000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 234, "l_t_add": 256, "r_f_add": 231, "r_t_add": 257, "st_code": 85760, "l_hundred": 200, "r_hundred": 200, "seg_id": 541524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19299, "Shape__Length": 74.990343782904077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137140463805693, 39.986998252115299 ], [ -75.1378048473983, 39.987083565851499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15565, "tnode_": 15493, "lpoly_": null, "rpoly_": null, "length": 269.52161322999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3126, "r_f_add": 3101, "r_t_add": 3131, "st_code": 22520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19300, "Shape__Length": 107.20436898952337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107935999494003, 39.986283669526102 ], [ -75.107139558485002, 39.986698488568301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15483, "tnode_": 15565, "lpoly_": null, "rpoly_": null, "length": 211.31429837, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2421, "r_f_add": 2400, "r_t_add": 2422, "st_code": 23620, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541526, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19301, "Shape__Length": 84.174178264941375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108361091450305, 39.986762807678097 ], [ -75.107935999494003, 39.986283669526102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15567, "tnode_": 15485, "lpoly_": null, "rpoly_": null, "length": 330.31251501999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3440, "r_f_add": 3401, "r_t_add": 3435, "st_code": 70780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541527, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19302, "Shape__Length": 131.38382562982483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097211617857397, 39.986025810373903 ], [ -75.096235265910096, 39.986533878836497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15533, "tnode_": 15567, "lpoly_": null, "rpoly_": null, "length": 104.62571915, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2717, "l_t_add": 2727, "r_f_add": 2718, "r_t_add": 2728, "st_code": 61380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19303, "Shape__Length": 41.67688833420295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097420294091094, 39.986263976540997 ], [ -75.097211617857397, 39.986025810373903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15571, "tnode_": 15437, "lpoly_": null, "rpoly_": null, "length": 560.04501673999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3128, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 36420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19304, "Shape__Length": 222.76510441192102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106719466452304, 39.986217334400401 ], [ -75.1050675600966, 39.9870827400051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15493, "tnode_": 15571, "lpoly_": null, "rpoly_": null, "length": 211.13703337000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2421, "l_t_add": 2499, "r_f_add": 2432, "r_t_add": 2498, "st_code": 23700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19305, "Shape__Length": 84.105777830661552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107139558485002, 39.986698488568301 ], [ -75.106719466452304, 39.986217334400401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15572, "tnode_": 15341, "lpoly_": null, "rpoly_": null, "length": 550.51593515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 64500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541531, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 19306, "Shape__Length": 219.54618534884793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136442802539094, 39.986908224823601 ], [ -75.136125287288905, 39.988399592319603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15572, "tnode_": 15563, "lpoly_": null, "rpoly_": null, "length": 198.22620412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 216, "l_t_add": 232, "r_f_add": 211, "r_t_add": 229, "st_code": 85760, "l_hundred": 200, "r_hundred": 200, "seg_id": 541532, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19307, "Shape__Length": 78.757061029702683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136442802539094, 39.986908224823601 ], [ -75.137140463805693, 39.986998252115299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15573, "tnode_": 15351, "lpoly_": null, "rpoly_": null, "length": 912.91600252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 55460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541533, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19308, "Shape__Length": 363.12298531750571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111890676383794, 39.986305100512098 ], [ -75.109193816071894, 39.987711120759201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15513, "tnode_": 15573, "lpoly_": null, "rpoly_": null, "length": 147.6367107, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2315, "l_t_add": 2327, "r_f_add": 2314, "r_t_add": 2328, "st_code": 12680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19309, "Shape__Length": 58.83773217608767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112122745635901, 39.986668948610102 ], [ -75.111890676383794, 39.986305100512098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15574, "tnode_": 15551, "lpoly_": null, "rpoly_": null, "length": 114.22329364000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3440, "l_t_add": 3446, "r_f_add": 3423, "r_t_add": 3439, "st_code": 68240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541535, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19310, "Shape__Length": 45.429354180533039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095728926869498, 39.985957218471903 ], [ -75.095386539576296, 39.986127369615303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15485, "tnode_": 15574, "lpoly_": null, "rpoly_": null, "length": 253.49459929, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2736, "r_t_add": 2798, "st_code": 71200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541536, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19311, "Shape__Length": 100.97749870376519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096235265910096, 39.986533878836497 ], [ -75.095728926869498, 39.985957218471903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15456, "tnode_": 15577, "lpoly_": null, "rpoly_": null, "length": 320.38628366999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2237, "r_f_add": 2200, "r_t_add": 2236, "st_code": 83300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541537, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 19312, "Shape__Length": 127.62719394904691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116041392322998, 39.987139891430502 ], [ -75.115407458826496, 39.986407955435702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15578, "tnode_": 15560, "lpoly_": null, "rpoly_": null, "length": 44.41660181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2812, "l_t_add": 2814, "r_f_add": 2813, "r_t_add": 2815, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541538, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19313, "Shape__Length": 17.666582709070557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117295614121602, 39.986434962489398 ], [ -75.117163721727493, 39.986502590313201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15379, "tnode_": 15578, "lpoly_": null, "rpoly_": null, "length": 584.61873055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 69900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541539, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSH ST", "stname": "E RUSH ST", "objectid": 19314, "Shape__Length": 232.87908825141974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1184672322632, 39.987762865026603 ], [ -75.117295614121602, 39.986434962489398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15581, "tnode_": 15490, "lpoly_": null, "rpoly_": null, "length": 195.19572648, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2326, "r_f_add": 2301, "r_t_add": 2317, "st_code": 88010, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541540, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19315, "Shape__Length": 77.843279647698296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150566928948507, 39.987195295658502 ], [ -75.150449474836606, 39.987723460332802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15581, "tnode_": 15556, "lpoly_": null, "rpoly_": null, "length": 446.56078295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 27520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541541, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19316, "Shape__Length": 177.42330691375162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150566928948507, 39.987195295658502 ], [ -75.152138869975502, 39.987396943747399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15583, "tnode_": 15350, "lpoly_": null, "rpoly_": null, "length": 551.55463253999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 87830, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541542, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 19317, "Shape__Length": 219.96181132390774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135846603737505, 39.9868311525927 ], [ -75.135540201283106, 39.988326781429798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15583, "tnode_": 15572, "lpoly_": null, "rpoly_": null, "length": 169.40623195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 209, "st_code": 85760, "l_hundred": 200, "r_hundred": 200, "seg_id": 541543, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19318, "Shape__Length": 67.306568509476818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135846603737505, 39.9868311525927 ], [ -75.136442802539094, 39.986908224823601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15584, "tnode_": 15391, "lpoly_": null, "rpoly_": null, "length": 778.86064159, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 77140, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541544, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19319, "Shape__Length": 309.80294728956699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100554538888204, 39.986010388043397 ], [ -75.098258978056606, 39.987215904545799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15518, "tnode_": 15584, "lpoly_": null, "rpoly_": null, "length": 181.6113367, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2619, "l_t_add": 2631, "r_f_add": 2624, "r_t_add": 2642, "st_code": 82560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19320, "Shape__Length": 72.34503037809408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100913889307506, 39.986425283015002 ], [ -75.100554538888204, 39.986010388043397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15587, "tnode_": 15362, "lpoly_": null, "rpoly_": null, "length": 550.98514056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 62760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541546, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 19321, "Shape__Length": 219.73230618234678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135311733641601, 39.986764374730498 ], [ -75.134990183235203, 39.988256536129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15587, "tnode_": 15583, "lpoly_": null, "rpoly_": null, "length": 151.83973491, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 186, "l_t_add": 198, "r_f_add": 187, "r_t_add": 199, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541547, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19322, "Shape__Length": 60.326752185526971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135311733641601, 39.986764374730498 ], [ -75.135846603737505, 39.9868311525927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15588, "tnode_": 15461, "lpoly_": null, "rpoly_": null, "length": 520.6651092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2916, "l_t_add": 2998, "r_f_add": 2919, "r_t_add": 2999, "st_code": 78020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541548, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19323, "Shape__Length": 207.10040221898595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113894794494897, 39.986226229614999 ], [ -75.112357986316695, 39.987029588407502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15529, "tnode_": 15588, "lpoly_": null, "rpoly_": null, "length": 172.28190381000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2261, "l_t_add": 2299, "r_f_add": 2258, "r_t_add": 2298, "st_code": 56620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19324, "Shape__Length": 68.627067547441555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114239315009698, 39.986617937071301 ], [ -75.113894794494897, 39.986226229614999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15551, "tnode_": 15612, "lpoly_": null, "rpoly_": null, "length": 194.0376831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2873, "r_f_add": 2800, "r_t_add": 2814, "st_code": 71200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 19325, "Shape__Length": 77.292758518934477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095386539576296, 39.986127369615303 ], [ -75.094998596806093, 39.9856861551945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15591, "tnode_": 15367, "lpoly_": null, "rpoly_": null, "length": 550.09841196999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 40340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 19326, "Shape__Length": 219.379357746034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134790949082401, 39.986698529806098 ], [ -75.134476179033697, 39.988189080310804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15591, "tnode_": 15587, "lpoly_": null, "rpoly_": null, "length": 147.88973415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 168, "l_t_add": 184, "r_f_add": 169, "r_t_add": 185, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19327, "Shape__Length": 58.757486810730335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134790949082401, 39.986698529806098 ], [ -75.135311733641601, 39.986764374730498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15595, "tnode_": 15548, "lpoly_": null, "rpoly_": null, "length": 216.80450256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 53980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19328, "Shape__Length": 86.233339723485784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118970680110706, 39.986306115171601 ], [ -75.118326803473195, 39.9866361147891 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15464, "tnode_": 15595, "lpoly_": null, "rpoly_": null, "length": 362.19983263, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 71680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541554, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 19329, "Shape__Length": 144.32880724765909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1195880862482, 39.987179640497502 ], [ -75.118970680110706, 39.986306115171601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15596, "tnode_": 15558, "lpoly_": null, "rpoly_": null, "length": 192.65810069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2416, "l_t_add": 2434, "r_f_add": 2421, "r_t_add": 2439, "st_code": 47420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541555, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19330, "Shape__Length": 76.638188704887909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131356821733803, 39.986630613196198 ], [ -75.130796577591894, 39.986937179743698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15597, "tnode_": 15557, "lpoly_": null, "rpoly_": null, "length": 200.1337186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2552, "l_t_add": 2598, "r_f_add": 2555, "r_t_add": 2599, "st_code": 31640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541556, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19331, "Shape__Length": 79.606902282917034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126170610002504, 39.986470987276498 ], [ -75.125581905575004, 39.986782051939699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15451, "tnode_": 15597, "lpoly_": null, "rpoly_": null, "length": 424.96310661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 41440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541557, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19332, "Shape__Length": 169.28225543647113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127019610016902, 39.987437631038297 ], [ -75.126170610002504, 39.986470987276498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15598, "tnode_": 15522, "lpoly_": null, "rpoly_": null, "length": 195.46727439, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2317, "st_code": 87990, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541558, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19333, "Shape__Length": 77.951105416879813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997595246499, 39.986991914416897 ], [ -75.148878402420806, 39.987520605094801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15598, "tnode_": 15581, "lpoly_": null, "rpoly_": null, "length": 445.94589624000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 27520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541559, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19334, "Shape__Length": 177.17885921521858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997595246499, 39.986991914416897 ], [ -75.150566928948507, 39.987195295658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15600, "tnode_": 15552, "lpoly_": null, "rpoly_": null, "length": 198.36146412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2513, "st_code": 45980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541560, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19335, "Shape__Length": 78.89917515936979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128737814258997, 39.986540729950597 ], [ -75.128150404057706, 39.986844605450301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15445, "tnode_": 15600, "lpoly_": null, "rpoly_": null, "length": 448.41312289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 26340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541561, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19336, "Shape__Length": 178.6184565225648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129644273296805, 39.987555153243697 ], [ -75.128737814258997, 39.986540729950597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15604, "tnode_": 15376, "lpoly_": null, "rpoly_": null, "length": 552.41135651000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 57680, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 19337, "Shape__Length": 220.30103973021892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134330374896393, 39.986635384627 ], [ -75.134323774982704, 39.986679983594598 ], [ -75.134011005938703, 39.988131733689201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15604, "tnode_": 15591, "lpoly_": null, "rpoly_": null, "length": 131.09378408000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 158, "l_t_add": 166, "r_f_add": 153, "r_t_add": 167, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541563, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19338, "Shape__Length": 52.085230214207691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134330374896393, 39.986635384627 ], [ -75.134790949082401, 39.986698529806098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15555, "tnode_": 15607, "lpoly_": null, "rpoly_": null, "length": 160.63076625, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2537, "l_t_add": 2539, "r_f_add": 2536, "r_t_add": 2550, "st_code": 12040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19339, "Shape__Length": 63.986919691731622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104367919236097, 39.986282519830098 ], [ -75.104049322863702, 39.985915945749397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15609, "tnode_": 15382, "lpoly_": null, "rpoly_": null, "length": 550.32912573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 54200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541565, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 19340, "Shape__Length": 219.46942006003968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133876587462595, 39.986579283315002 ], [ -75.133550788178596, 39.9880690730594 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15609, "tnode_": 15604, "lpoly_": null, "rpoly_": null, "length": 128.79006955, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 144, "l_t_add": 156, "r_f_add": 139, "r_t_add": 151, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541566, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19341, "Shape__Length": 51.168752740587166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133876587462595, 39.986579283315002 ], [ -75.134330374896393, 39.986635384627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15615, "tnode_": 15387, "lpoly_": null, "rpoly_": null, "length": 550.36956026999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 81740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541567, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 19342, "Shape__Length": 219.48616470863661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133400957654004, 39.986515580348403 ], [ -75.133393984027904, 39.986562718854401 ], [ -75.133081301899793, 39.988006207347503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15615, "tnode_": 15609, "lpoly_": null, "rpoly_": null, "length": 135.28410807, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 142, "r_f_add": 135, "r_t_add": 137, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541568, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19343, "Shape__Length": 53.749714030730196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133400957654004, 39.986515580348403 ], [ -75.133876587462595, 39.986579283315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15616, "tnode_": 15598, "lpoly_": null, "rpoly_": null, "length": 225.34085274, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 930, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 27520, "l_hundred": 900, "r_hundred": 900, "seg_id": 541569, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19344, "Shape__Length": 89.52956753347091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148204074977897, 39.986891557519201 ], [ -75.148997595246499, 39.986991914416897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15617, "tnode_": 15518, "lpoly_": null, "rpoly_": null, "length": 400.26926203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3249, "r_t_add": 3299, "st_code": 55520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541570, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19345, "Shape__Length": 159.21069317900785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102094928437594, 39.985807239794099 ], [ -75.100913889307506, 39.986425283015002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15559, "tnode_": 15617, "lpoly_": null, "rpoly_": null, "length": 179.90026128000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2621, "r_f_add": 2600, "r_t_add": 2622, "st_code": 52840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19346, "Shape__Length": 71.660765313145291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102455857368994, 39.986215655294899 ], [ -75.102094928437594, 39.985807239794099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15618, "tnode_": 15435, "lpoly_": null, "rpoly_": null, "length": 777.00833188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 82000, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 19347, "Shape__Length": 309.0624330514654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100311695981503, 39.985739930717997 ], [ -75.0980181875683, 39.9869387220105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15584, "tnode_": 15618, "lpoly_": null, "rpoly_": null, "length": 119.73897713, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2633, "l_t_add": 2643, "r_f_add": 2644, "r_t_add": 2652, "st_code": 82560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19348, "Shape__Length": 47.694959066854487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100554538888204, 39.986010388043397 ], [ -75.100311695981503, 39.985739930717997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15577, "tnode_": 15619, "lpoly_": null, "rpoly_": null, "length": 142.86164112, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2239, "l_t_add": 2257, "r_f_add": 2238, "r_t_add": 2248, "st_code": 83300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541574, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 19349, "Shape__Length": 56.905324711123143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115407458826496, 39.986407955435702 ], [ -75.115117188365701, 39.986085552811197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15622, "tnode_": 15578, "lpoly_": null, "rpoly_": null, "length": 196.1997022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2810, "r_f_add": 2801, "r_t_add": 2811, "st_code": 77800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19350, "Shape__Length": 78.050212910615173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117860866564897, 39.986117121495099 ], [ -75.117295614121602, 39.986434962489398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15548, "tnode_": 15622, "lpoly_": null, "rpoly_": null, "length": 229.76174032, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2143, "l_t_add": 2199, "r_f_add": 2130, "r_t_add": 2198, "st_code": 73260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19351, "Shape__Length": 91.520408254429057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118326803473195, 39.9866361147891 ], [ -75.117860866564897, 39.986117121495099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15624, "tnode_": 15428, "lpoly_": null, "rpoly_": null, "length": 759.86373359000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 18660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541577, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 19352, "Shape__Length": 302.24639263346609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125157877393505, 39.986298099477601 ], [ -75.1229162799048, 39.987471935800201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15557, "tnode_": 15624, "lpoly_": null, "rpoly_": null, "length": 212.59841604, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2009, "r_f_add": 2000, "r_t_add": 2022, "st_code": 44060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541578, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19353, "Shape__Length": 84.687511839470289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125581905575004, 39.986782051939699 ], [ -75.125157877393505, 39.986298099477601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15492, "tnode_": 15625, "lpoly_": null, "rpoly_": null, "length": 391.80519693999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2038, "r_t_add": 2098, "st_code": 49980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541579, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19354, "Shape__Length": 156.04874489352696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122343312032697, 39.9870400639889 ], [ -75.121512510625394, 39.986174962843897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15626, "tnode_": 15396, "lpoly_": null, "rpoly_": null, "length": 550.63240054999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 43800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 19355, "Shape__Length": 219.59094534335213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132931044230205, 39.986455387284899 ], [ -75.132611821265897, 39.987946862831997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15626, "tnode_": 15615, "lpoly_": null, "rpoly_": null, "length": 133.49045782, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 122, "l_t_add": 132, "r_f_add": 123, "r_t_add": 133, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541581, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19356, "Shape__Length": 53.036517296440387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132931044230205, 39.986455387284899 ], [ -75.133400957654004, 39.986515580348403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15627, "tnode_": 15554, "lpoly_": null, "rpoly_": null, "length": 196.8497488, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2314, "r_f_add": 2301, "r_t_add": 2311, "st_code": 87970, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541582, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19357, "Shape__Length": 78.503265742399719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147420064052696, 39.986785804567802 ], [ -75.147307390133804, 39.987319185556302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15627, "tnode_": 15616, "lpoly_": null, "rpoly_": null, "length": 223.04334643, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 928, "r_f_add": 901, "r_t_add": 925, "st_code": 27520, "l_hundred": 900, "r_hundred": 900, "seg_id": 541583, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19358, "Shape__Length": 88.617850486256344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147420064052696, 39.986785804567802 ], [ -75.148204074977897, 39.986891557519201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15618, "tnode_": 15629, "lpoly_": null, "rpoly_": null, "length": 23.89990333, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2645, "l_t_add": 2645, "r_f_add": 2654, "r_t_add": 2654, "st_code": 82560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541584, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19359, "Shape__Length": 9.5209005860580724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100311695981503, 39.985739930717997 ], [ -75.100265283489904, 39.985684887193699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15630, "tnode_": 15577, "lpoly_": null, "rpoly_": null, "length": 238.31612743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 45940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 19360, "Shape__Length": 94.790650864319943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1161132139801, 39.986042908382103 ], [ -75.115407458826496, 39.986407955435702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15520, "tnode_": 15630, "lpoly_": null, "rpoly_": null, "length": 308.99029551000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2239, "r_f_add": 2200, "r_t_add": 2238, "st_code": 14020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541586, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19361, "Shape__Length": 123.07805814059199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116742382968098, 39.986739499911799 ], [ -75.1161132139801, 39.986042908382103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15632, "tnode_": 15494, "lpoly_": null, "rpoly_": null, "length": 557.86440622000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3134, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 56140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541587, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19362, "Shape__Length": 221.89460563173228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106366484441907, 39.985820535638403 ], [ -75.104718510045899, 39.986679730259702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15571, "tnode_": 15632, "lpoly_": null, "rpoly_": null, "length": 175.14944784000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2514, "st_code": 23700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541588, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19363, "Shape__Length": 69.767566691274695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106719466452304, 39.986217334400401 ], [ -75.106366484441907, 39.985820535638403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15636, "tnode_": 15588, "lpoly_": null, "rpoly_": null, "length": 162.97568249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2914, "r_f_add": 2901, "r_t_add": 2917, "st_code": 78020, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541589, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19364, "Shape__Length": 64.826173184640183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114374094661002, 39.985972809250001 ], [ -75.113894794494897, 39.986226229614999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15517, "tnode_": 15636, "lpoly_": null, "rpoly_": null, "length": 337.36203729000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2241, "l_t_add": 2299, "r_f_add": 2234, "r_t_add": 2298, "st_code": 21020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541590, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19365, "Shape__Length": 134.38494336413282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115049334314094, 39.986739536925803 ], [ -75.114374094661002, 39.985972809250001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15637, "tnode_": 15626, "lpoly_": null, "rpoly_": null, "length": 147.41919814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 108, "l_t_add": 120, "r_f_add": 121, "r_t_add": 121, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541592, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19366, "Shape__Length": 58.570363216523567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132412022000594, 39.986389271605901 ], [ -75.132931044230205, 39.986455387284899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15638, "tnode_": 15556, "lpoly_": null, "rpoly_": null, "length": 195.42720883000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2248, "l_t_add": 2298, "r_f_add": 2239, "r_t_add": 2299, "st_code": 88030, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541593, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19367, "Shape__Length": 77.935458584641395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152254853554894, 39.986867942458503 ], [ -75.152138869975502, 39.987396943747399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15639, "tnode_": 15571, "lpoly_": null, "rpoly_": null, "length": 269.64223624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3126, "r_f_add": 3101, "r_t_add": 3131, "st_code": 36420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541594, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19368, "Shape__Length": 107.2526446448292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107514810076097, 39.985800689203103 ], [ -75.106719466452304, 39.986217334400401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15565, "tnode_": 15639, "lpoly_": null, "rpoly_": null, "length": 211.8611579, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2423, "l_t_add": 2499, "r_f_add": 2424, "r_t_add": 2498, "st_code": 23620, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19369, "Shape__Length": 84.393884084074983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107935999494003, 39.986283669526102 ], [ -75.107514810076097, 39.985800689203103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15642, "tnode_": 15422, "lpoly_": null, "rpoly_": null, "length": 543.96839438999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87950, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541596, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 19370, "Shape__Length": 216.9324804628705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146436836647595, 39.986663133695799 ], [ -75.146163967384496, 39.987896706741701 ], [ -75.146216805711305, 39.988135226231996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15642, "tnode_": 15627, "lpoly_": null, "rpoly_": null, "length": 279.11549063000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 27520, "l_hundred": 800, "r_hundred": 800, "seg_id": 541597, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19371, "Shape__Length": 110.89396724400841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146436836647595, 39.986663133695799 ], [ -75.147420064052696, 39.986785804567802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15643, "tnode_": 15596, "lpoly_": null, "rpoly_": null, "length": 192.63547386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2414, "r_f_add": 2401, "r_t_add": 2419, "st_code": 47420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541598, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 19372, "Shape__Length": 76.634433446338065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131909152278197, 39.986315771400101 ], [ -75.131356821733803, 39.986630613196198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15643, "tnode_": 15499, "lpoly_": null, "rpoly_": null, "length": 342.76396010999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2432, "r_f_add": 2401, "r_t_add": 2433, "st_code": 35200, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541599, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 19373, "Shape__Length": 136.68680999067388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131909152278197, 39.986315771400101 ], [ -75.131833761607894, 39.986528179358899 ], [ -75.131678658525502, 39.987238982897601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15643, "tnode_": 15637, "lpoly_": null, "rpoly_": null, "length": 143.5392923, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 119, "st_code": 85760, "l_hundred": 100, "r_hundred": 100, "seg_id": 541600, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W YORK ST", "stname": "W YORK ST", "objectid": 19374, "Shape__Length": 57.030948660652271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131909152278197, 39.986315771400101 ], [ -75.131980002234897, 39.986331525548003 ], [ -75.132412022000594, 39.986389271605901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15647, "tnode_": 15600, "lpoly_": null, "rpoly_": null, "length": 199.90614859000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2468, "l_t_add": 2498, "r_f_add": 2465, "r_t_add": 2499, "st_code": 45980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19375, "Shape__Length": 79.513497642872096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129329421890404, 39.986234060518697 ], [ -75.128737814258997, 39.986540729950597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15495, "tnode_": 15647, "lpoly_": null, "rpoly_": null, "length": 445.67502082, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 50420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 19376, "Shape__Length": 177.53032965047069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130223588704794, 39.98724584048 ], [ -75.129329421890404, 39.986234060518697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15649, "tnode_": 15424, "lpoly_": null, "rpoly_": null, "length": 939.06387062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 2973, "r_t_add": 3099, "st_code": 12900, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 541603, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19377, "Shape__Length": 373.52199683851114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1115609825642, 39.985797038433098 ], [ -75.108788356513102, 39.987244983744297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15573, "tnode_": 15649, "lpoly_": null, "rpoly_": null, "length": 206.85517498, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2329, "l_t_add": 2345, "r_f_add": 2330, "r_t_add": 2344, "st_code": 12680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541604, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19378, "Shape__Length": 82.435798386879497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111890676383794, 39.986305100512098 ], [ -75.1115609825642, 39.985797038433098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15650, "tnode_": 15642, "lpoly_": null, "rpoly_": null, "length": 179.12051451, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 712, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 27520, "l_hundred": 700, "r_hundred": 700, "seg_id": 541605, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19379, "Shape__Length": 71.166678352578273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145807374595094, 39.986577527157003 ], [ -75.146436836647595, 39.986663133695799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15651, "tnode_": 15597, "lpoly_": null, "rpoly_": null, "length": 192.370498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2534, "l_t_add": 2550, "r_f_add": 2535, "r_t_add": 2553, "st_code": 31640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541606, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19380, "Shape__Length": 76.515961565438403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126740091115806, 39.986176078153498 ], [ -75.126170610002504, 39.986470987276498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15503, "tnode_": 15651, "lpoly_": null, "rpoly_": null, "length": 424.36666265000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 71860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541607, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19381, "Shape__Length": 169.04158839951182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127592634316201, 39.987138892619697 ], [ -75.126740091115806, 39.986176078153498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15654, "tnode_": 15574, "lpoly_": null, "rpoly_": null, "length": 329.17407065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3438, "r_f_add": 3401, "r_t_add": 3421, "st_code": 68240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541608, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19382, "Shape__Length": 130.9248352663792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096708821595797, 39.9854588557738 ], [ -75.095728926869498, 39.985957218471903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15567, "tnode_": 15654, "lpoly_": null, "rpoly_": null, "length": 250.01227237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2729, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 61380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19383, "Shape__Length": 99.587919458528546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097211617857397, 39.986025810373903 ], [ -75.096708821595797, 39.9854588557738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15656, "tnode_": 15439, "lpoly_": null, "rpoly_": null, "length": 553.1700454, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87930, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 19384, "Shape__Length": 220.6040467357528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145128676504399, 39.986494255094101 ], [ -75.145126034397194, 39.986646109108896 ], [ -75.145097147972805, 39.986756597169901 ], [ -75.144828736766897, 39.987993434966803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15656, "tnode_": 15650, "lpoly_": null, "rpoly_": null, "length": 192.58593075000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 709, "st_code": 27520, "l_hundred": 700, "r_hundred": 700, "seg_id": 541612, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19385, "Shape__Length": 76.51488259227672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145128676504399, 39.986494255094101 ], [ -75.145807374595094, 39.986577527157003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15658, "tnode_": 15581, "lpoly_": null, "rpoly_": null, "length": 195.29438316, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2254, "l_t_add": 2298, "r_f_add": 2227, "r_t_add": 2299, "st_code": 88010, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541613, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19386, "Shape__Length": 77.881984897318674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150684694716801, 39.9866668973822 ], [ -75.150566928948507, 39.987195295658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15658, "tnode_": 15638, "lpoly_": null, "rpoly_": null, "length": 446.03545773999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 59440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541614, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 19387, "Shape__Length": 177.21314175846021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150684694716801, 39.9866668973822 ], [ -75.152254853554894, 39.986867942458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15660, "tnode_": 15559, "lpoly_": null, "rpoly_": null, "length": 429.80204622000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3246, "r_f_add": 3201, "r_t_add": 3247, "st_code": 12300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541615, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19388, "Shape__Length": 170.95504877987429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103726766089295, 39.985555113578599 ], [ -75.102455857368994, 39.986215655294899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15607, "tnode_": 15660, "lpoly_": null, "rpoly_": null, "length": 159.52259971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2541, "l_t_add": 2599, "r_f_add": 2552, "r_t_add": 2598, "st_code": 12040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541616, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19389, "Shape__Length": 63.542102596120792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104049322863702, 39.985915945749397 ], [ -75.103726766089295, 39.985555113578599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15665, "tnode_": 15467, "lpoly_": null, "rpoly_": null, "length": 777.53400412999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 30740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19390, "Shape__Length": 309.27112339337481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100069264626796, 39.985462127186203 ], [ -75.097863478794494, 39.9866143775456 ], [ -75.097775408038899, 39.9866630310256 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15629, "tnode_": 15665, "lpoly_": null, "rpoly_": null, "length": 97.9900294, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2647, "l_t_add": 2699, "r_f_add": 2656, "r_t_add": 2698, "st_code": 82560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19391, "Shape__Length": 39.032998065643206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100265283489904, 39.985684887193699 ], [ -75.100069264626796, 39.985462127186203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15625, "tnode_": 15668, "lpoly_": null, "rpoly_": null, "length": 150.87837955000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2112, "st_code": 49980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541619, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19392, "Shape__Length": 60.102558634851491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121512510625394, 39.986174962843897 ], [ -75.121214417452293, 39.985830049809302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15671, "tnode_": 15636, "lpoly_": null, "rpoly_": null, "length": 149.24365953999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2874, "l_t_add": 2898, "r_f_add": 2875, "r_t_add": 2899, "st_code": 78020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541620, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19393, "Shape__Length": 59.360149550316322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114818050115403, 39.985746487555602 ], [ -75.114374094661002, 39.985972809250001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15619, "tnode_": 15671, "lpoly_": null, "rpoly_": null, "length": 149.27337087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLIAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2259, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 83300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541621, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLIAM ST", "stname": "E WILLIAM ST", "objectid": 19394, "Shape__Length": 59.461057008152238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115117188365701, 39.986085552811197 ], [ -75.114818050115403, 39.985746487555602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15677, "tnode_": 15449, "lpoly_": null, "rpoly_": null, "length": 554.91421248000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 53860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541622, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 19395, "Shape__Length": 221.29474389361422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144299248866602, 39.986387857988497 ], [ -75.144321142263905, 39.986436793953203 ], [ -75.144001949732797, 39.987887721369297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15677, "tnode_": 15656, "lpoly_": null, "rpoly_": null, "length": 235.62858504, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 610, "l_t_add": 698, "r_f_add": 629, "r_t_add": 699, "st_code": 27520, "l_hundred": 600, "r_hundred": 600, "seg_id": 541623, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19396, "Shape__Length": 93.616542263312184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144299248866602, 39.986387857988497 ], [ -75.145128676504399, 39.986494255094101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15678, "tnode_": 15619, "lpoly_": null, "rpoly_": null, "length": 239.51271105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 82100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541624, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 19397, "Shape__Length": 95.264895690895798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115828186930599, 39.985720628826002 ], [ -75.115117188365701, 39.986085552811197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15630, "tnode_": 15678, "lpoly_": null, "rpoly_": null, "length": 141.99340222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2241, "l_t_add": 2247, "r_f_add": 2240, "r_t_add": 2246, "st_code": 14020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19398, "Shape__Length": 56.560913855791185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1161132139801, 39.986042908382103 ], [ -75.115828186930599, 39.985720628826002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15680, "tnode_": 15584, "lpoly_": null, "rpoly_": null, "length": 401.83574013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3254, "l_t_add": 3298, "r_f_add": 3247, "r_t_add": 3299, "st_code": 77140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19399, "Shape__Length": 159.83208496936342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1017411715777, 39.985391034214501 ], [ -75.100554538888204, 39.986010388043397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15617, "tnode_": 15680, "lpoly_": null, "rpoly_": null, "length": 181.14688213000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2623, "l_t_add": 2651, "r_f_add": 2624, "r_t_add": 2650, "st_code": 52840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541627, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19400, "Shape__Length": 72.161625786412742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102094928437594, 39.985807239794099 ], [ -75.1017411715777, 39.985391034214501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15683, "tnode_": 15598, "lpoly_": null, "rpoly_": null, "length": 195.7519018, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2244, "l_t_add": 2298, "r_f_add": 2247, "r_t_add": 2299, "st_code": 87990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541628, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19401, "Shape__Length": 78.064478274301308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149113797887395, 39.986462037720599 ], [ -75.148997595246499, 39.986991914416897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15683, "tnode_": 15658, "lpoly_": null, "rpoly_": null, "length": 446.47090917999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 59440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 19402, "Shape__Length": 177.38630766355595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149113797887395, 39.986462037720599 ], [ -75.150684694716801, 39.9866668973822 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15685, "tnode_": 15639, "lpoly_": null, "rpoly_": null, "length": 197.41434653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3058, "l_t_add": 3098, "r_f_add": 3057, "r_t_add": 3099, "st_code": 36420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541630, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19403, "Shape__Length": 78.522779332130426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108097312970997, 39.9854958835502 ], [ -75.107514810076097, 39.985800689203103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15686, "tnode_": 15458, "lpoly_": null, "rpoly_": null, "length": 551.03059494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87910, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541631, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19404, "Shape__Length": 219.74743607418503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143503044299806, 39.986284862850503 ], [ -75.143171497076196, 39.987775855527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15686, "tnode_": 15677, "lpoly_": null, "rpoly_": null, "length": 226.24245425000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 608, "r_f_add": 601, "r_t_add": 627, "st_code": 27520, "l_hundred": 600, "r_hundred": 600, "seg_id": 541632, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19405, "Shape__Length": 89.887400471376537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143503044299806, 39.986284862850503 ], [ -75.144299248866602, 39.986387857988497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15687, "tnode_": 15555, "lpoly_": null, "rpoly_": null, "length": 558.6836522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 16580, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541633, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19406, "Shape__Length": 222.21900940759349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1060185225883, 39.985422311476803 ], [ -75.104367919236097, 39.986282519830098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15632, "tnode_": 15687, "lpoly_": null, "rpoly_": null, "length": 174.78991223, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2517, "l_t_add": 2533, "r_f_add": 2516, "r_t_add": 2534, "st_code": 23700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541634, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19407, "Shape__Length": 69.626068330080031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106366484441907, 39.985820535638403 ], [ -75.1060185225883, 39.985422311476803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15689, "tnode_": 15492, "lpoly_": null, "rpoly_": null, "length": 804.80295118000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 25020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541635, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19408, "Shape__Length": 320.11036588267149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124729874602806, 39.985810945843298 ], [ -75.122343312032697, 39.9870400639889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15624, "tnode_": 15689, "lpoly_": null, "rpoly_": null, "length": 214.18853331, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2011, "l_t_add": 2029, "r_f_add": 2024, "r_t_add": 2044, "st_code": 44060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541636, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19409, "Shape__Length": 85.319923566962018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125157877393505, 39.986298099477601 ], [ -75.124729874602806, 39.985810945843298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15691, "tnode_": 15651, "lpoly_": null, "rpoly_": null, "length": 190.84834209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2514, "l_t_add": 2532, "r_f_add": 2515, "r_t_add": 2533, "st_code": 31640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541637, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19410, "Shape__Length": 75.913125374986478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127301034223905, 39.985878950205702 ], [ -75.126740091115806, 39.986176078153498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15552, "tnode_": 15691, "lpoly_": null, "rpoly_": null, "length": 424.72399058000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 34060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541638, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 19411, "Shape__Length": 169.18511531771176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128150404057706, 39.986844605450301 ], [ -75.127301034223905, 39.985878950205702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15692, "tnode_": 15647, "lpoly_": null, "rpoly_": null, "length": 195.69540306000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2444, "l_t_add": 2466, "r_f_add": 2443, "r_t_add": 2463, "st_code": 45980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541639, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19412, "Shape__Length": 77.839330522052379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129907165680194, 39.985932258866796 ], [ -75.129329421890404, 39.986234060518697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15558, "tnode_": 15692, "lpoly_": null, "rpoly_": null, "length": 442.86029831000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 39780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19413, "Shape__Length": 176.40788002965866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130796577591894, 39.986937179743698 ], [ -75.129907165680194, 39.985932258866796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15694, "tnode_": 15469, "lpoly_": null, "rpoly_": null, "length": 549.94050498000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 33240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 19414, "Shape__Length": 219.31242124767428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142843402447397, 39.986200173635403 ], [ -75.142512390692303, 39.987688200820401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15694, "tnode_": 15686, "lpoly_": null, "rpoly_": null, "length": 187.39970003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 564, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 27520, "l_hundred": 500, "r_hundred": 500, "seg_id": 541642, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19415, "Shape__Length": 74.454734658454427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142843402447397, 39.986200173635403 ], [ -75.143503044299806, 39.986284862850503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27370, "tnode_": 15632, "lpoly_": null, "rpoly_": null, "length": 270.70256382999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3132, "r_f_add": 3101, "r_t_add": 3135, "st_code": 56140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541643, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19416, "Shape__Length": 107.67325117622873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107165664834199, 39.985403059532601 ], [ -75.106366484441907, 39.985820535638403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15639, "tnode_": 27370, "lpoly_": null, "rpoly_": null, "length": 174.7956277, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2517, "r_f_add": 2500, "r_t_add": 2512, "st_code": 23620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19417, "Shape__Length": 69.627748591791416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107514810076097, 39.985800689203103 ], [ -75.107165664834199, 39.985403059532601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15697, "tnode_": 15638, "lpoly_": null, "rpoly_": null, "length": 160.46389502, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2226, "l_t_add": 2246, "r_f_add": 2231, "r_t_add": 2237, "st_code": 88030, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541645, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19418, "Shape__Length": 63.991846586358214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152349780383901, 39.986433543640501 ], [ -75.152254853554894, 39.986867942458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15704, "tnode_": 15481, "lpoly_": null, "rpoly_": null, "length": 551.86274531000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 67820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541646, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19419, "Shape__Length": 220.07937230267612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142192633500699, 39.986116130909998 ], [ -75.141864782150094, 39.987609923716001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15704, "tnode_": 15694, "lpoly_": null, "rpoly_": null, "length": 184.9088225, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 520, "l_t_add": 562, "r_f_add": 519, "r_t_add": 535, "st_code": 27520, "l_hundred": 500, "r_hundred": 500, "seg_id": 541647, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19420, "Shape__Length": 73.465097469011639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142192633500699, 39.986116130909998 ], [ -75.142843402447397, 39.986200173635403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15665, "tnode_": 15708, "lpoly_": null, "rpoly_": null, "length": 142.95701957, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2710, "st_code": 82560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19421, "Shape__Length": 56.943027371083254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100069264626796, 39.985462127186203 ], [ -75.099779803754501, 39.985138978264303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15711, "tnode_": 15488, "lpoly_": null, "rpoly_": null, "length": 553.39819448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87890, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541649, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 19422, "Shape__Length": 220.6926631740273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141522448103899, 39.986025645064899 ], [ -75.141202316150697, 39.9875246998214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15711, "tnode_": 15704, "lpoly_": null, "rpoly_": null, "length": 190.66864519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 517, "st_code": 27520, "l_hundred": 500, "r_hundred": 500, "seg_id": 541650, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19423, "Shape__Length": 75.754145993834314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141522448103899, 39.986025645064899 ], [ -75.142192633500699, 39.986116130909998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15712, "tnode_": 15658, "lpoly_": null, "rpoly_": null, "length": 161.1021182, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2222, "l_t_add": 2252, "r_f_add": 2221, "r_t_add": 2225, "st_code": 88010, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541651, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19424, "Shape__Length": 64.246564663090993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150777291894798, 39.986230425892501 ], [ -75.150684694716801, 39.9866668973822 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15712, "tnode_": 15697, "lpoly_": null, "rpoly_": null, "length": 446.80661474, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 24300, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19425, "Shape__Length": 177.51871677607579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150777291894798, 39.986230425892501 ], [ -75.152349780383901, 39.986433543640501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15714, "tnode_": 15612, "lpoly_": null, "rpoly_": null, "length": 444.54309709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3442, "r_f_add": 3401, "r_t_add": 3443, "st_code": 55360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541653, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 19426, "Shape__Length": 176.8188057293134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096310524068002, 39.985000053443798 ], [ -75.094998596806093, 39.9856861551945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15654, "tnode_": 15714, "lpoly_": null, "rpoly_": null, "length": 200.97446152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2819, "r_f_add": 2800, "r_t_add": 2818, "st_code": 61380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19427, "Shape__Length": 80.056876793665026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096708821595797, 39.9854588557738 ], [ -75.096310524068002, 39.985000053443798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15715, "tnode_": 15533, "lpoly_": null, "rpoly_": null, "length": 777.6793764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 77320, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19428, "Shape__Length": 309.32607082891064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099716048614297, 39.985064476229198 ], [ -75.097420294091094, 39.986263976540997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15708, "tnode_": 15715, "lpoly_": null, "rpoly_": null, "length": 32.49224494, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2713, "l_t_add": 2713, "r_f_add": 2712, "r_t_add": 2712, "st_code": 82560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19429, "Shape__Length": 12.943362164887255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099779803754501, 39.985138978264303 ], [ -75.099716048614297, 39.985064476229198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15716, "tnode_": 15617, "lpoly_": null, "rpoly_": null, "length": 431.87445943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3247, "st_code": 55520, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541657, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19430, "Shape__Length": 171.78130290505325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103367863394396, 39.9851388756516 ], [ -75.102094928437594, 39.985807239794099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15660, "tnode_": 15716, "lpoly_": null, "rpoly_": null, "length": 181.95000098, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2618, "st_code": 12040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541658, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19431, "Shape__Length": 72.479555969553175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103726766089295, 39.985555113578599 ], [ -75.103367863394396, 39.9851388756516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15717, "tnode_": 15484, "lpoly_": null, "rpoly_": null, "length": 588.41750524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 19140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541659, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 19432, "Shape__Length": 234.65927985078369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156278074029103, 39.986292712770599 ], [ -75.155937668182901, 39.9878866266397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15717, "tnode_": 15701, "lpoly_": null, "rpoly_": null, "length": 247.96905342, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1419, "st_code": 75680, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 541660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19433, "Shape__Length": 98.521165103143417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156278074029103, 39.986292712770599 ], [ -75.157148853845101, 39.9864139121024 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15718, "tnode_": 15483, "lpoly_": null, "rpoly_": null, "length": 967.50465952000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2982, "l_t_add": 3098, "r_f_add": 2983, "r_t_add": 3099, "st_code": 22040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19434, "Shape__Length": 384.82775184617481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111223176772, 39.9852772690869 ], [ -75.108361091450305, 39.986762807678097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15649, "tnode_": 15718, "lpoly_": null, "rpoly_": null, "length": 211.68652584, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2347, "l_t_add": 2399, "r_f_add": 2346, "r_t_add": 2398, "st_code": 12680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541662, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19435, "Shape__Length": 84.360388370009105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1115609825642, 39.985797038433098 ], [ -75.111223176772, 39.9852772690869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15668, "tnode_": 15719, "lpoly_": null, "rpoly_": null, "length": 150.81505177, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2115, "l_t_add": 2131, "r_f_add": 2114, "r_t_add": 2130, "st_code": 49980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541663, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19436, "Shape__Length": 60.073055387050417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121214417452293, 39.985830049809302 ], [ -75.120908402680797, 39.985489478527803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15722, "tnode_": 15671, "lpoly_": null, "rpoly_": null, "length": 240.23195986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2846, "l_t_add": 2872, "r_f_add": 2845, "r_t_add": 2873, "st_code": 78020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541664, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19437, "Shape__Length": 95.554231514072512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115526062791901, 39.9853746355789 ], [ -75.114818050115403, 39.985746487555602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15678, "tnode_": 15722, "lpoly_": null, "rpoly_": null, "length": 151.8334623, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2249, "l_t_add": 2299, "r_f_add": 2248, "r_t_add": 2298, "st_code": 14020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541665, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19438, "Shape__Length": 60.481564527037023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115828186930599, 39.985720628826002 ], [ -75.115526062791901, 39.9853746355789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15723, "tnode_": 15629, "lpoly_": null, "rpoly_": null, "length": 401.62568933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 82000, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 19439, "Shape__Length": 159.74696817107161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101452395189398, 39.985067111668599 ], [ -75.100265283489904, 39.985684887193699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15680, "tnode_": 15723, "lpoly_": null, "rpoly_": null, "length": 143.08065218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2653, "l_t_add": 2657, "r_f_add": 2652, "r_t_add": 2656, "st_code": 52840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541667, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19440, "Shape__Length": 56.992679395160785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1017411715777, 39.985391034214501 ], [ -75.101452395189398, 39.985067111668599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15725, "tnode_": 15573, "lpoly_": null, "rpoly_": null, "length": 643.01463333999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 55460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541668, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19441, "Shape__Length": 255.7630712985916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113788804238993, 39.985313203561802 ], [ -75.111890676383794, 39.986305100512098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15636, "tnode_": 15725, "lpoly_": null, "rpoly_": null, "length": 290.92090137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2333, "r_f_add": 2300, "r_t_add": 2330, "st_code": 21020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541669, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19442, "Shape__Length": 115.88286074680714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114374094661002, 39.985972809250001 ], [ -75.113788804238993, 39.985313203561802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15728, "tnode_": 15496, "lpoly_": null, "rpoly_": null, "length": 552.84000773000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 61660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541670, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 19443, "Shape__Length": 220.46908992263798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141049370364399, 39.985967901122002 ], [ -75.140724124999196, 39.987464750875397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15728, "tnode_": 15711, "lpoly_": null, "rpoly_": null, "length": 134.2234177, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 440, "l_t_add": 498, "r_f_add": 439, "r_t_add": 499, "st_code": 27520, "l_hundred": 400, "r_hundred": 400, "seg_id": 541671, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19444, "Shape__Length": 53.326831058903387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141049370364399, 39.985967901122002 ], [ -75.141522448103899, 39.986025645064899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15733, "tnode_": 15506, "lpoly_": null, "rpoly_": null, "length": 553.81857766999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 49660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541672, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 19445, "Shape__Length": 220.85847400378819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140590270414904, 39.9859048010712 ], [ -75.140259906197599, 39.987403712029597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15733, "tnode_": 15728, "lpoly_": null, "rpoly_": null, "length": 130.6855792, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 424, "l_t_add": 438, "r_f_add": 425, "r_t_add": 437, "st_code": 27520, "l_hundred": 400, "r_hundred": 400, "seg_id": 541673, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19446, "Shape__Length": 51.92251746171722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140590270414904, 39.9859048010712 ], [ -75.141049370364399, 39.985967901122002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15735, "tnode_": 15565, "lpoly_": null, "rpoly_": null, "length": 705.43889838999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3006, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 22520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541674, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19447, "Shape__Length": 280.59748536640922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110011422083801, 39.9851876227034 ], [ -75.107935999494003, 39.986283669526102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15736, "tnode_": 15689, "lpoly_": null, "rpoly_": null, "length": 198.45362305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2548, "l_t_add": 2598, "r_f_add": 2559, "r_t_add": 2599, "st_code": 25020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19448, "Shape__Length": 78.932178506615699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125320898428996, 39.985510796063302 ], [ -75.124729874602806, 39.985810945843298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15597, "tnode_": 15736, "lpoly_": null, "rpoly_": null, "length": 423.1315082, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 41440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541676, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19449, "Shape__Length": 168.5481031463388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126170610002504, 39.986470987276498 ], [ -75.125320898428996, 39.985510796063302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15737, "tnode_": 15733, "lpoly_": null, "rpoly_": null, "length": 130.09102863000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 423, "st_code": 27520, "l_hundred": 400, "r_hundred": 400, "seg_id": 541678, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19450, "Shape__Length": 51.684818726732978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140131612338493, 39.985849547209902 ], [ -75.140590270414904, 39.9859048010712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15739, "tnode_": 15692, "lpoly_": null, "rpoly_": null, "length": 197.37423839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2422, "l_t_add": 2442, "r_f_add": 2421, "r_t_add": 2441, "st_code": 45980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541679, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19451, "Shape__Length": 78.506069325899162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130490797528594, 39.985628929121297 ], [ -75.129907165680194, 39.985932258866796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15596, "tnode_": 15739, "lpoly_": null, "rpoly_": null, "length": 438.22384926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 18380, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 19452, "Shape__Length": 174.56714399120773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131356821733803, 39.986630613196198 ], [ -75.130490797528594, 39.985628929121297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15740, "tnode_": 15501, "lpoly_": null, "rpoly_": null, "length": 585.8112798, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 19453, "Shape__Length": 233.61840232038995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155409639365899, 39.986188936814997 ], [ -75.155062739142195, 39.987774767365899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15740, "tnode_": 15717, "lpoly_": null, "rpoly_": null, "length": 246.27223816, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 75680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541682, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19454, "Shape__Length": 97.843692513667236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155409639365899, 39.986188936814997 ], [ -75.156073295128806, 39.986269734675602 ], [ -75.156278074029103, 39.986292712770599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15742, "tnode_": 15691, "lpoly_": null, "rpoly_": null, "length": 196.68696516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2513, "st_code": 31640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541683, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19455, "Shape__Length": 78.233975708878177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127880805866099, 39.985574606390699 ], [ -75.127301034223905, 39.985878950205702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15600, "tnode_": 15742, "lpoly_": null, "rpoly_": null, "length": 426.0686592, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 26340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541684, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19456, "Shape__Length": 169.71754631219332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128737814258997, 39.986540729950597 ], [ -75.127880805866099, 39.985574606390699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15743, "tnode_": 15607, "lpoly_": null, "rpoly_": null, "length": 557.01650226999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3128, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 51240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541685, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19457, "Shape__Length": 221.55508298949547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105694471697106, 39.985057714010402 ], [ -75.104049322863702, 39.985915945749397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15687, "tnode_": 15743, "lpoly_": null, "rpoly_": null, "length": 160.89098693, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2535, "l_t_add": 2551, "r_f_add": 2536, "r_t_add": 2550, "st_code": 23700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541686, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19458, "Shape__Length": 64.087335113939176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1060185225883, 39.985422311476803 ], [ -75.105694471697106, 39.985057714010402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15745, "tnode_": 15683, "lpoly_": null, "rpoly_": null, "length": 159.18688264, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2224, "l_t_add": 2242, "r_f_add": 2227, "r_t_add": 2245, "st_code": 87990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541687, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19459, "Shape__Length": 63.483146732812884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149201291408502, 39.986030263968303 ], [ -75.149113797887395, 39.986462037720599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15745, "tnode_": 15712, "lpoly_": null, "rpoly_": null, "length": 447.60180273000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 24300, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541688, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19460, "Shape__Length": 177.8334964468327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149201291408502, 39.986030263968303 ], [ -75.150777291894798, 39.986230425892501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15746, "tnode_": 15695, "lpoly_": null, "rpoly_": null, "length": 202.79993588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3056, "l_t_add": 3098, "r_f_add": 3051, "r_t_add": 3099, "st_code": 56140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541689, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19461, "Shape__Length": 80.654066233674413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107734231402702, 39.9850710507313 ], [ -75.107657862938694, 39.985079403898197 ], [ -75.107122908659704, 39.985358762315997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15685, "tnode_": 15746, "lpoly_": null, "rpoly_": null, "length": 185.20805183, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2513, "r_f_add": 2500, "r_t_add": 2514, "st_code": 24520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541690, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COMMISSIONER ST", "stname": "E COMMISSIONER ST", "objectid": 19462, "Shape__Length": 73.77841791335635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108097312970997, 39.9854958835502 ], [ -75.107734231402702, 39.9850710507313 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15748, "tnode_": 15509, "lpoly_": null, "rpoly_": null, "length": 588.52919093000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541691, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 19463, "Shape__Length": 234.69447335377993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154941615877902, 39.986127539848198 ], [ -75.154905193865503, 39.986178324844097 ], [ -75.154563943567894, 39.987713631153603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15748, "tnode_": 15740, "lpoly_": null, "rpoly_": null, "length": 133.04173688, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1330, "l_t_add": 1330, "r_f_add": 1329, "r_t_add": 1331, "st_code": 75680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541692, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19464, "Shape__Length": 52.858251453251469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154941615877902, 39.986127539848198 ], [ -75.155409639365899, 39.986188936814997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15752, "tnode_": 15687, "lpoly_": null, "rpoly_": null, "length": 267.10006655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3127, "st_code": 16580, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541695, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19465, "Shape__Length": 106.24171435210131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106804325062001, 39.9850073067282 ], [ -75.1060185225883, 39.985422311476803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15695, "tnode_": 15752, "lpoly_": null, "rpoly_": null, "length": 156.08097919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2535, "r_f_add": 2516, "r_t_add": 2524, "st_code": 23620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541696, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19466, "Shape__Length": 62.169212893446691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107122908659704, 39.985358762315997 ], [ -75.106804325062001, 39.9850073067282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15689, "tnode_": 15753, "lpoly_": null, "rpoly_": null, "length": 173.70083605, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2031, "l_t_add": 2047, "r_f_add": 2046, "r_t_add": 2070, "st_code": 44060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541697, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19467, "Shape__Length": 69.1940603063738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124729874602806, 39.985810945843298 ], [ -75.124387819003204, 39.985413285250701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15757, "tnode_": 15567, "lpoly_": null, "rpoly_": null, "length": 776.85787297000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 70780, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 541698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19468, "Shape__Length": 308.99918881267138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0995036272612, 39.984826092680201 ], [ -75.097211617857397, 39.986025810373903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15715, "tnode_": 15757, "lpoly_": null, "rpoly_": null, "length": 105.28174707, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2719, "r_f_add": 2714, "r_t_add": 2718, "st_code": 82560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19469, "Shape__Length": 41.936268092230904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099716048614297, 39.985064476229198 ], [ -75.0995036272612, 39.984826092680201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15761, "tnode_": 15532, "lpoly_": null, "rpoly_": null, "length": 552.0675859, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 61580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541700, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 19470, "Shape__Length": 220.16073069636863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139170177261207, 39.985725714235301 ], [ -75.138848572142606, 39.987220880008501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15762, "tnode_": 15665, "lpoly_": null, "rpoly_": null, "length": 401.25763892000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3238, "l_t_add": 3298, "r_f_add": 3245, "r_t_add": 3299, "st_code": 30740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19471, "Shape__Length": 159.59913234610019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1012565490485, 39.984846358015297 ], [ -75.100069264626796, 39.985462127186203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15723, "tnode_": 15762, "lpoly_": null, "rpoly_": null, "length": 97.47531183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2659, "l_t_add": 2699, "r_f_add": 2658, "r_t_add": 2698, "st_code": 52840, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541703, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19472, "Shape__Length": 38.826956837082705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101452395189398, 39.985067111668599 ], [ -75.101291820686896, 39.984877721624599 ], [ -75.1012565490485, 39.984846358015297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15765, "tnode_": 15523, "lpoly_": null, "rpoly_": null, "length": 586.9881503, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 88050, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541704, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 19473, "Shape__Length": 234.08675032191047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154064826904602, 39.986012658800099 ], [ -75.153714610551702, 39.987601334777999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15765, "tnode_": 15748, "lpoly_": null, "rpoly_": null, "length": 249.230413, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1327, "st_code": 75680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541705, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19474, "Shape__Length": 99.020529856737539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154064826904602, 39.986012658800099 ], [ -75.154941615877902, 39.986127539848198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15766, "tnode_": 15685, "lpoly_": null, "rpoly_": null, "length": 320.07385663000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3016, "l_t_add": 3056, "r_f_add": 3021, "r_t_add": 3055, "st_code": 36420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541706, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19475, "Shape__Length": 127.30985152789656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109042782014896, 39.985002876714397 ], [ -75.108097312970997, 39.9854958835502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15769, "tnode_": 15542, "lpoly_": null, "rpoly_": null, "length": 553.37161496, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87850, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541707, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 19476, "Shape__Length": 220.67966144735061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138658631308402, 39.985659224728899 ], [ -75.138665528168204, 39.985686333056996 ], [ -75.138343943915004, 39.987157126363797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15769, "tnode_": 15761, "lpoly_": null, "rpoly_": null, "length": 145.37692051000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 27520, "l_hundred": 300, "r_hundred": 300, "seg_id": 541708, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19477, "Shape__Length": 57.758580109393733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138658631308402, 39.985659224728899 ], [ -75.139170177261207, 39.985725714235301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15771, "tnode_": 15722, "lpoly_": null, "rpoly_": null, "length": 148.30044061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2844, "l_t_add": 2844, "r_f_add": 2823, "r_t_add": 2843, "st_code": 78020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541709, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19478, "Shape__Length": 58.987239344880869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115963429702504, 39.985145418358698 ], [ -75.115526062791901, 39.9853746355789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15560, "tnode_": 15771, "lpoly_": null, "rpoly_": null, "length": 597.95705915999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 69900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSH ST", "stname": "E RUSH ST", "objectid": 19479, "Shape__Length": 238.18690661570702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117163721727493, 39.986502590313201 ], [ -75.115963429702504, 39.985145418358698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15777, "tnode_": 15545, "lpoly_": null, "rpoly_": null, "length": 586.96433627, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 20980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541711, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 19480, "Shape__Length": 234.07676960983576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153278166563098, 39.985908715871503 ], [ -75.152927094527897, 39.987497213719799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15777, "tnode_": 15765, "lpoly_": null, "rpoly_": null, "length": 223.66486936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1216, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 75680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541712, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19481, "Shape__Length": 88.863227945915625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153278166563098, 39.985908715871503 ], [ -75.154064826904602, 39.986012658800099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15778, "tnode_": 15550, "lpoly_": null, "rpoly_": null, "length": 551.11452477, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 18100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541713, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 19482, "Shape__Length": 219.7804597380601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138124218104807, 39.985590768182703 ], [ -75.1378048473983, 39.987083565851499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15778, "tnode_": 15769, "lpoly_": null, "rpoly_": null, "length": 151.81516343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 250, "l_t_add": 298, "r_f_add": 257, "r_t_add": 299, "st_code": 27520, "l_hundred": 200, "r_hundred": 200, "seg_id": 541714, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19483, "Shape__Length": 60.316263195429485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138124218104807, 39.985590768182703 ], [ -75.138658631308402, 39.985659224728899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15722, "tnode_": 15780, "lpoly_": null, "rpoly_": null, "length": 151.79184200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2314, "st_code": 14020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541715, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19484, "Shape__Length": 60.466180296268142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115526062791901, 39.9853746355789 ], [ -75.115227098530198, 39.985027159726897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15783, "tnode_": 15679, "lpoly_": null, "rpoly_": null, "length": 442.615926, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3488, "r_f_add": 3401, "r_t_add": 3449, "st_code": 12080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 541716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 19485, "Shape__Length": 176.04438276202347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095944503233497, 39.984583712195402 ], [ -75.094628992093902, 39.985256220214097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15714, "tnode_": 15783, "lpoly_": null, "rpoly_": null, "length": 183.09172471, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2821, "l_t_add": 2837, "r_f_add": 2820, "r_t_add": 2838, "st_code": 61380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19486, "Shape__Length": 72.931382480278018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096310524068002, 39.985000053443798 ], [ -75.095944503233497, 39.984583712195402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15784, "tnode_": 15680, "lpoly_": null, "rpoly_": null, "length": 427.58316673000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3252, "r_f_add": 3201, "r_t_add": 3245, "st_code": 77140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541718, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19487, "Shape__Length": 170.07297964193521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103001998481901, 39.984729929273499 ], [ -75.1017411715777, 39.985391034214501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15716, "tnode_": 15784, "lpoly_": null, "rpoly_": null, "length": 180.84167332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2619, "l_t_add": 2643, "r_f_add": 2620, "r_t_add": 2634, "st_code": 12040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541719, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19488, "Shape__Length": 72.033110512550635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103367863394396, 39.9851388756516 ], [ -75.103001998481901, 39.984729929273499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15785, "tnode_": 15563, "lpoly_": null, "rpoly_": null, "length": 552.67262266, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 12440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541720, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 19489, "Shape__Length": 220.40114025288051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137463503362099, 39.9855015857908 ], [ -75.137140463805693, 39.986998252115299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15785, "tnode_": 15778, "lpoly_": null, "rpoly_": null, "length": 187.97408063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 226, "l_t_add": 248, "r_f_add": 231, "r_t_add": 255, "st_code": 27520, "l_hundred": 200, "r_hundred": 200, "seg_id": 541721, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19490, "Shape__Length": 74.682992782880007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137463503362099, 39.9855015857908 ], [ -75.138124218104807, 39.985590768182703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15787, "tnode_": 15697, "lpoly_": null, "rpoly_": null, "length": 230.02817608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2224, "r_f_add": 2201, "r_t_add": 2229, "st_code": 88030, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541722, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19491, "Shape__Length": 91.732672689056926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152487226780906, 39.985811002105798 ], [ -75.152349780383901, 39.986433543640501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15787, "tnode_": 15777, "lpoly_": null, "rpoly_": null, "length": 224.47616548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1221, "st_code": 75680, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541723, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19492, "Shape__Length": 89.184185365111958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152487226780906, 39.985811002105798 ], [ -75.153278166563098, 39.985908715871503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15790, "tnode_": 15739, "lpoly_": null, "rpoly_": null, "length": 194.95699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2420, "r_f_add": 2401, "r_t_add": 2419, "st_code": 45980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541724, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19493, "Shape__Length": 77.546133181522464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131064711774101, 39.985326411859099 ], [ -75.130490797528594, 39.985628929121297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15643, "tnode_": 15790, "lpoly_": null, "rpoly_": null, "length": 431.5322603, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 85740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 541725, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 19494, "Shape__Length": 171.90390450579622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131909152278197, 39.986315771400101 ], [ -75.131804591306306, 39.986160866026303 ], [ -75.131064711774101, 39.985326411859099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15789, "tnode_": 15742, "lpoly_": null, "rpoly_": null, "length": 200.9009637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2460, "l_t_add": 2498, "r_f_add": 2465, "r_t_add": 2499, "st_code": 31640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541726, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19495, "Shape__Length": 79.908476475503321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128474771652606, 39.985265752678998 ], [ -75.127880805866099, 39.985574606390699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15647, "tnode_": 15789, "lpoly_": null, "rpoly_": null, "length": 426.35523472, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 50420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541727, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 19496, "Shape__Length": 169.83238529419873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129329421890404, 39.986234060518697 ], [ -75.128474771652606, 39.985265752678998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15792, "tnode_": 15736, "lpoly_": null, "rpoly_": null, "length": 191.17776087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2546, "r_f_add": 2537, "r_t_add": 2557, "st_code": 25020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541728, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19497, "Shape__Length": 76.04431502196023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125881560910997, 39.985211771047702 ], [ -75.125320898428996, 39.985510796063302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15651, "tnode_": 15792, "lpoly_": null, "rpoly_": null, "length": 425.76377880999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2045, "r_f_add": 2000, "r_t_add": 2036, "st_code": 71860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541729, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19498, "Shape__Length": 169.59413601620787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126740091115806, 39.986176078153498 ], [ -75.125881560910997, 39.985211771047702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15793, "tnode_": 15492, "lpoly_": null, "rpoly_": null, "length": 859.24596313999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 34960, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541730, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19499, "Shape__Length": 342.22891677414418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124138414115194, 39.985135094122199 ], [ -75.123253022707999, 39.986184557995301 ], [ -75.1230448515755, 39.986428900607002 ], [ -75.122812363886396, 39.986635886472797 ], [ -75.122564510948493, 39.986859504527203 ], [ -75.122343312032697, 39.9870400639889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15753, "tnode_": 15793, "lpoly_": null, "rpoly_": null, "length": 123.102465, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2049, "l_t_add": 2059, "r_f_add": 2072, "r_t_add": 2072, "st_code": 44060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541731, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19500, "Shape__Length": 49.034415615138961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124387819003204, 39.985413285250701 ], [ -75.124138414115194, 39.985135094122199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15783, "tnode_": 15932, "lpoly_": null, "rpoly_": null, "length": 375.38409188000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2839, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 61380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 19501, "Shape__Length": 149.52463677458411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095944503233497, 39.984583712195402 ], [ -75.0951907271659, 39.9837318554302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15797, "tnode_": 15686, "lpoly_": null, "rpoly_": null, "length": 237.45053384, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2241, "r_t_add": 2299, "st_code": 87910, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541734, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19502, "Shape__Length": 94.692531053772385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143644077382902, 39.985642123218597 ], [ -75.143503044299806, 39.986284862850503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15797, "tnode_": 15677, "lpoly_": null, "rpoly_": null, "length": 339.01936770999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 20800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 19503, "Shape__Length": 135.04425130023751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143644077382902, 39.985642123218597 ], [ -75.143692816157994, 39.985646146637599 ], [ -75.1437316989105, 39.985650031817798 ], [ -75.143764443525697, 39.98566128401 ], [ -75.144257472093201, 39.986341274573299 ], [ -75.144299248866602, 39.986387857988497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15757, "tnode_": 15798, "lpoly_": null, "rpoly_": null, "length": 106.98917455, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2721, "l_t_add": 2735, "r_f_add": 2720, "r_t_add": 2734, "st_code": 82560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19504, "Shape__Length": 42.619436635485883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0995036272612, 39.984826092680201 ], [ -75.099294310630597, 39.984580465805699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15801, "tnode_": 15660, "lpoly_": null, "rpoly_": null, "length": 559.01829452999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3134, "l_t_add": 3198, "r_f_add": 3141, "r_t_add": 3199, "st_code": 12300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541737, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19505, "Shape__Length": 222.34910671793568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105379208956094, 39.9846953769134 ], [ -75.103726766089295, 39.985555113578599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15743, "tnode_": 15801, "lpoly_": null, "rpoly_": null, "length": 158.82936791, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2552, "r_t_add": 2598, "st_code": 23700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541738, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19506, "Shape__Length": 63.268084099682603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105694471697106, 39.985057714010402 ], [ -75.105379208956094, 39.9846953769134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15802, "tnode_": 15656, "lpoly_": null, "rpoly_": null, "length": 363.72309417000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2220, "l_t_add": 2298, "r_f_add": 2233, "r_t_add": 2299, "st_code": 36660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541739, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19507, "Shape__Length": 144.92181164669239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144482168401296, 39.985630131325799 ], [ -75.145017011632106, 39.9863825358334 ], [ -75.145128676504399, 39.986494255094101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15803, "tnode_": 15572, "lpoly_": null, "rpoly_": null, "length": 552.44434873, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 64500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541740, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 19508, "Shape__Length": 220.31026238319765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136762601626401, 39.985411781870098 ], [ -75.136442802539094, 39.986908224823601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15803, "tnode_": 15785, "lpoly_": null, "rpoly_": null, "length": 199.11265471, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 210, "l_t_add": 224, "r_f_add": 215, "r_t_add": 229, "st_code": 27520, "l_hundred": 200, "r_hundred": 200, "seg_id": 541741, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19509, "Shape__Length": 79.107395040886672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136762601626401, 39.985411781870098 ], [ -75.137463503362099, 39.9855015857908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15807, "tnode_": 15649, "lpoly_": null, "rpoly_": null, "length": 615.98660406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2971, "st_code": 12900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541742, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19510, "Shape__Length": 245.01009494791197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113380215656704, 39.9848478573183 ], [ -75.1115609825642, 39.985797038433098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15725, "tnode_": 15807, "lpoly_": null, "rpoly_": null, "length": 204.56136073, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2335, "l_t_add": 2345, "r_f_add": 2332, "r_t_add": 2348, "st_code": 21020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541743, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19511, "Shape__Length": 81.483954979188809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113788804238993, 39.985313203561802 ], [ -75.113380215656704, 39.9848478573183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15809, "tnode_": 15787, "lpoly_": null, "rpoly_": null, "length": 222.61771556000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 75680, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541744, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19512, "Shape__Length": 88.446500413411229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151703760853806, 39.985709768672997 ], [ -75.152487226780906, 39.985811002105798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15810, "tnode_": 15752, "lpoly_": null, "rpoly_": null, "length": 202.80027185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3068, "l_t_add": 3098, "r_f_add": 3063, "r_t_add": 3099, "st_code": 16580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541745, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19513, "Shape__Length": 80.662295720469487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107405212659501, 39.984697030815703 ], [ -75.106804325062001, 39.9850073067282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15746, "tnode_": 15810, "lpoly_": null, "rpoly_": null, "length": 164.51232649000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COMMISSIONER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2515, "l_t_add": 2599, "r_f_add": 2516, "r_t_add": 2598, "st_code": 24520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COMMISSIONER ST", "stname": "E COMMISSIONER ST", "objectid": 19514, "Shape__Length": 65.530624024437302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107734231402702, 39.9850710507313 ], [ -75.107405212659501, 39.984697030815703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15812, "tnode_": 15735, "lpoly_": null, "rpoly_": null, "length": 292.68292596000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2978, "l_t_add": 3004, "r_f_add": 2949, "r_t_add": 2999, "st_code": 22520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541747, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19515, "Shape__Length": 116.41155293580998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110880117458507, 39.98474154038 ], [ -75.110011422083801, 39.9851876227034 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15718, "tnode_": 15812, "lpoly_": null, "rpoly_": null, "length": 217.54900262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2423, "r_f_add": 2400, "r_t_add": 2448, "st_code": 12680, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541748, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19516, "Shape__Length": 86.69761089502488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111223176772, 39.9852772690869 ], [ -75.110880117458507, 39.98474154038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15816, "tnode_": 15708, "lpoly_": null, "rpoly_": null, "length": 400.81799186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3298, "r_f_add": 3259, "r_t_add": 3299, "st_code": 77320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541749, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19517, "Shape__Length": 159.42591446289654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100962479020097, 39.984520132348599 ], [ -75.099779803754501, 39.985138978264303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15762, "tnode_": 15816, "lpoly_": null, "rpoly_": null, "length": 144.67406797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2712, "st_code": 52840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19518, "Shape__Length": 57.625755608918134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1012565490485, 39.984846358015297 ], [ -75.101205541150307, 39.984797115097003 ], [ -75.100962479020097, 39.984520132348599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15817, "tnode_": 15743, "lpoly_": null, "rpoly_": null, "length": 268.07974359000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3126, "r_f_add": 3101, "r_t_add": 3135, "st_code": 51240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541751, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19519, "Shape__Length": 106.63111532170738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106482743257004, 39.984640729360798 ], [ -75.105694471697106, 39.985057714010402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15752, "tnode_": 15817, "lpoly_": null, "rpoly_": null, "length": 161.09915564, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2537, "l_t_add": 2553, "r_f_add": 2526, "r_t_add": 2540, "st_code": 23620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19520, "Shape__Length": 64.171291241484283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106804325062001, 39.9850073067282 ], [ -75.106482743257004, 39.984640729360798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15820, "tnode_": 15583, "lpoly_": null, "rpoly_": null, "length": 551.5881404700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 87830, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541753, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 19521, "Shape__Length": 219.96798522155646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136169984353103, 39.985337547904301 ], [ -75.135846603737505, 39.9868311525927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15820, "tnode_": 15803, "lpoly_": null, "rpoly_": null, "length": 168.25093054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 213, "st_code": 27520, "l_hundred": 200, "r_hundred": 200, "seg_id": 541754, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19522, "Shape__Length": 66.845653294073998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136169984353103, 39.985337547904301 ], [ -75.136762601626401, 39.985411781870098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15822, "tnode_": 15766, "lpoly_": null, "rpoly_": null, "length": 189.40141079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3019, "st_code": 36420, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541755, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19523, "Shape__Length": 75.334117390103501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109602446434593, 39.9847113627225 ], [ -75.109042782014896, 39.985002876714397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15735, "tnode_": 15822, "lpoly_": null, "rpoly_": null, "length": 207.92775261, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 44860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541756, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19524, "Shape__Length": 82.827845741793212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110011422083801, 39.9851876227034 ], [ -75.109602446434593, 39.9847113627225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15825, "tnode_": 15587, "lpoly_": null, "rpoly_": null, "length": 552.88282375999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 62760, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 19525, "Shape__Length": 220.48543331536706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135626290471507, 39.985266055253597 ], [ -75.135311733641601, 39.986764374730498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15825, "tnode_": 15820, "lpoly_": null, "rpoly_": null, "length": 154.56427925, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 188, "l_t_add": 198, "r_f_add": 193, "r_t_add": 199, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541760, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19526, "Shape__Length": 61.408539519126734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135626290471507, 39.985266055253597 ], [ -75.136169984353103, 39.985337547904301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15826, "tnode_": 15712, "lpoly_": null, "rpoly_": null, "length": 230.67961315, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2220, "r_f_add": 2201, "r_t_add": 2219, "st_code": 88010, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541761, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19527, "Shape__Length": 91.991633785487466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150916711387893, 39.985606614212301 ], [ -75.150781162597397, 39.986184166008101 ], [ -75.150777291894798, 39.986230425892501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15826, "tnode_": 15809, "lpoly_": null, "rpoly_": null, "length": 223.72488169, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 75680, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541762, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19528, "Shape__Length": 88.886517521538281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150916711387893, 39.985606614212301 ], [ -75.151703760853806, 39.985709768672997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15835, "tnode_": 15746, "lpoly_": null, "rpoly_": null, "length": 320.76971399000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3054, "r_f_add": 3001, "r_t_add": 3049, "st_code": 56140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541763, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19529, "Shape__Length": 127.57708860542171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108692487779507, 39.984602776342903 ], [ -75.1078091614757, 39.985066671291499 ], [ -75.107734231402702, 39.9850710507313 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15766, "tnode_": 15835, "lpoly_": null, "rpoly_": null, "length": 175.72248213, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2557, "r_f_add": 2500, "r_t_add": 2556, "st_code": 31160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541764, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19530, "Shape__Length": 69.996474767136021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109042782014896, 39.985002876714397 ], [ -75.108692487779507, 39.984602776342903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15836, "tnode_": 15591, "lpoly_": null, "rpoly_": null, "length": 553.12835149, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 40340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 19531, "Shape__Length": 220.58353471406807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135102043588304, 39.9851991919437 ], [ -75.135096244142105, 39.985245225591001 ], [ -75.134790949082401, 39.986698529806098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15836, "tnode_": 15825, "lpoly_": null, "rpoly_": null, "length": 148.91059603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 182, "l_t_add": 186, "r_f_add": 177, "r_t_add": 191, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541766, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19532, "Shape__Length": 59.16188171724837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135102043588304, 39.9851991919437 ], [ -75.135626290471507, 39.985266055253597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15838, "tnode_": 15771, "lpoly_": null, "rpoly_": null, "length": 241.74597208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2842, "r_f_add": 2801, "r_t_add": 2821, "st_code": 78020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541767, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19533, "Shape__Length": 96.155402142735056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116676159150501, 39.984771517065198 ], [ -75.115963429702504, 39.985145418358698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15622, "tnode_": 15838, "lpoly_": null, "rpoly_": null, "length": 592.01892204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 73260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19534, "Shape__Length": 235.82203947599118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117860866564897, 39.986117121495099 ], [ -75.116676159150501, 39.984771517065198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15840, "tnode_": 15719, "lpoly_": null, "rpoly_": null, "length": 424.16104854999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2646, "l_t_add": 2698, "r_f_add": 2633, "r_t_add": 2699, "st_code": 53980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541769, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19535, "Shape__Length": 168.7113370390459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122160146060907, 39.984834800853903 ], [ -75.120908402680797, 39.985489478527803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15841, "tnode_": 15725, "lpoly_": null, "rpoly_": null, "length": 390.35792302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2838, "l_t_add": 2898, "r_f_add": 2847, "r_t_add": 2899, "st_code": 55460, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541770, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19536, "Shape__Length": 155.26857773980822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114936826413299, 39.984706241337001 ], [ -75.113788804238993, 39.985313203561802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15780, "tnode_": 15841, "lpoly_": null, "rpoly_": null, "length": 142.41868868, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2317, "l_t_add": 2331, "r_f_add": 2316, "r_t_add": 2328, "st_code": 14020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19537, "Shape__Length": 56.727283897462463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115227098530198, 39.985027159726897 ], [ -75.114936826413299, 39.984706241337001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15719, "tnode_": 15844, "lpoly_": null, "rpoly_": null, "length": 321.46492142, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2133, "l_t_add": 2155, "r_f_add": 2132, "r_t_add": 2146, "st_code": 49980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541772, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19538, "Shape__Length": 128.04461142529792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120908402680797, 39.985489478527803 ], [ -75.120253821424498, 39.984764776575901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15848, "tnode_": 15604, "lpoly_": null, "rpoly_": null, "length": 552.59422476999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 57680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541773, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 19539, "Shape__Length": 220.36990174715183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134642884814497, 39.985137873978502 ], [ -75.134635851504299, 39.985181904446797 ], [ -75.134334257002493, 39.986588603609398 ], [ -75.134330374896393, 39.986635384627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15848, "tnode_": 15836, "lpoly_": null, "rpoly_": null, "length": 130.59063211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 152, "l_t_add": 180, "r_f_add": 165, "r_t_add": 175, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541774, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19540, "Shape__Length": 51.883862328802955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134642884814497, 39.985137873978502 ], [ -75.135102043588304, 39.9851991919437 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15849, "tnode_": 15625, "lpoly_": null, "rpoly_": null, "length": 819.05428294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 12400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541775, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19541, "Shape__Length": 325.78268810630811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123930252470799, 39.9849114761819 ], [ -75.121512510625394, 39.986174962843897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15793, "tnode_": 15849, "lpoly_": null, "rpoly_": null, "length": 100.19132717, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2061, "l_t_add": 2099, "r_f_add": 2074, "r_t_add": 2098, "st_code": 44060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541776, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19542, "Shape__Length": 39.905640109898201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124138414115194, 39.985135094122199 ], [ -75.123930252470799, 39.9849114761819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15851, "tnode_": 15792, "lpoly_": null, "rpoly_": null, "length": 192.46690705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2514, "l_t_add": 2536, "r_f_add": 2525, "r_t_add": 2535, "st_code": 25020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541777, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19543, "Shape__Length": 76.550891112225656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126454050161499, 39.984919861561799 ], [ -75.125881560910997, 39.985211771047702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15691, "tnode_": 15851, "lpoly_": null, "rpoly_": null, "length": 422.3707532, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 34060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541778, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 19544, "Shape__Length": 168.24420096605209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127301034223905, 39.985878950205702 ], [ -75.126454050161499, 39.984919861561799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15854, "tnode_": 15790, "lpoly_": null, "rpoly_": null, "length": 199.41094053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2323, "r_t_add": 2399, "st_code": 45980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541779, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19545, "Shape__Length": 79.319854946826482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131648314279303, 39.985013178027003 ], [ -75.131064711774101, 39.985326411859099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15857, "tnode_": 15789, "lpoly_": null, "rpoly_": null, "length": 199.47218199000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2444, "l_t_add": 2458, "r_f_add": 2451, "r_t_add": 2463, "st_code": 31640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541780, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19546, "Shape__Length": 79.338928748449689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129065729578002, 39.9849604872933 ], [ -75.128474771652606, 39.985265752678998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15692, "tnode_": 15857, "lpoly_": null, "rpoly_": null, "length": 425.36113494, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 39780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541781, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19547, "Shape__Length": 169.44110379167111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129907165680194, 39.985932258866796 ], [ -75.129108034498202, 39.985014466157999 ], [ -75.129065729578002, 39.9849604872933 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15858, "tnode_": 15609, "lpoly_": null, "rpoly_": null, "length": 552.85419317000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 54200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541782, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 19548, "Shape__Length": 220.47359251869713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134189889716694, 39.985080888008 ], [ -75.133876587462595, 39.986579283315002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15858, "tnode_": 15848, "lpoly_": null, "rpoly_": null, "length": 128.62524351000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 138, "l_t_add": 150, "r_f_add": 151, "r_t_add": 163, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541783, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19549, "Shape__Length": 51.102315743733037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134189889716694, 39.985080888008 ], [ -75.134642884814497, 39.985137873978502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15859, "tnode_": 15745, "lpoly_": null, "rpoly_": null, "length": 232.52284616, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2225, "st_code": 87990, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541784, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19550, "Shape__Length": 92.726365191178715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149344269056201, 39.985401506814497 ], [ -75.149201291408502, 39.986030263968303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15859, "tnode_": 15826, "lpoly_": null, "rpoly_": null, "length": 446.91975612, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 75680, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 541785, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19551, "Shape__Length": 177.56187488488234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149344269056201, 39.985401506814497 ], [ -75.150916711387893, 39.985606614212301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15862, "tnode_": 15615, "lpoly_": null, "rpoly_": null, "length": 552.40754097000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 81740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541786, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 19552, "Shape__Length": 220.29430732869639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133720824967398, 39.985019248636704 ], [ -75.133400957654004, 39.986515580348403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15862, "tnode_": 15858, "lpoly_": null, "rpoly_": null, "length": 133.34632742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 132, "l_t_add": 136, "r_f_add": 137, "r_t_add": 149, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541787, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19553, "Shape__Length": 52.97842264991025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133720824967398, 39.985019248636704 ], [ -75.134189889716694, 39.985080888008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15865, "tnode_": 15753, "lpoly_": null, "rpoly_": null, "length": 388.08737783000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 47540, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541788, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERN ST", "stname": "KERN ST", "objectid": 19554, "Shape__Length": 154.36160510672002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1255347672721, 39.984816171686703 ], [ -75.124387819003204, 39.985413285250701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15792, "tnode_": 15865, "lpoly_": null, "rpoly_": null, "length": 173.81441119000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2047, "l_t_add": 2055, "r_f_add": 2038, "r_t_add": 2050, "st_code": 71860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541789, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19555, "Shape__Length": 69.236488161871236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125881560910997, 39.985211771047702 ], [ -75.1255347672721, 39.984816171686703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15798, "tnode_": 15867, "lpoly_": null, "rpoly_": null, "length": 146.55894768, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2736, "r_t_add": 2798, "st_code": 82560, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19556, "Shape__Length": 58.389056819869481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099294310630597, 39.984580465805699 ], [ -75.099056187983095, 39.984309968631202 ], [ -75.099029126380699, 39.9842372508122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15872, "tnode_": 15757, "lpoly_": null, "rpoly_": null, "length": 401.59950794999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3244, "l_t_add": 3298, "r_f_add": 3243, "r_t_add": 3299, "st_code": 70780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541792, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19557, "Shape__Length": 159.73608727154357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100688521964003, 39.984205948451901 ], [ -75.0995036272612, 39.984826092680201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15816, "tnode_": 15872, "lpoly_": null, "rpoly_": null, "length": 137.81414553, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2717, "l_t_add": 2729, "r_f_add": 2714, "r_t_add": 2728, "st_code": 52840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541793, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19558, "Shape__Length": 54.896267747342606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100962479020097, 39.984520132348599 ], [ -75.100688521964003, 39.984205948451901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15875, "tnode_": 15616, "lpoly_": null, "rpoly_": null, "length": 587.48398734999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 28040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541794, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 19559, "Shape__Length": 234.28239375363614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148552268681598, 39.9853012386085 ], [ -75.148204074977897, 39.986891557519201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15875, "tnode_": 15859, "lpoly_": null, "rpoly_": null, "length": 224.92048712, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 920, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 75680, "l_hundred": 900, "r_hundred": 900, "seg_id": 541795, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19560, "Shape__Length": 89.360479925226386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148552268681598, 39.9853012386085 ], [ -75.149344269056201, 39.985401506814497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15876, "tnode_": 15626, "lpoly_": null, "rpoly_": null, "length": 551.98483623999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 43800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 19561, "Shape__Length": 220.12575199091793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133249213149398, 39.984960017162898 ], [ -75.132931044230205, 39.986455387284899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15876, "tnode_": 15862, "lpoly_": null, "rpoly_": null, "length": 133.90591373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 128, "l_t_add": 130, "r_f_add": 121, "r_t_add": 135, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541797, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19562, "Shape__Length": 53.200194612874931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133249213149398, 39.984960017162898 ], [ -75.133720824967398, 39.985019248636704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15877, "tnode_": 15716, "lpoly_": null, "rpoly_": null, "length": 556.12250381999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3140, "l_t_add": 3198, "r_f_add": 3155, "r_t_add": 3199, "st_code": 55520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19563, "Shape__Length": 221.1966553351555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105010786114505, 39.984282512778499 ], [ -75.103367863394396, 39.9851388756516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15801, "tnode_": 15877, "lpoly_": null, "rpoly_": null, "length": 182.42421001000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2611, "r_f_add": 2600, "r_t_add": 2620, "st_code": 23700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541799, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19564, "Shape__Length": 72.663314600596237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105379208956094, 39.9846953769134 ], [ -75.105010786114505, 39.984282512778499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13590, "tnode_": 13550, "lpoly_": null, "rpoly_": null, "length": 119.65856703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3330, "l_t_add": 3344, "r_f_add": 3331, "r_t_add": 3345, "st_code": 30300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 19565, "Shape__Length": 47.728652120811951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118832855723895, 39.999635667933099 ], [ -75.118765646462805, 39.999960052958102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15878, "tnode_": 15875, "lpoly_": null, "rpoly_": null, "length": 82.85461608, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 914, "l_t_add": 918, "r_f_add": 915, "r_t_add": 921, "st_code": 75680, "l_hundred": 900, "r_hundred": 900, "seg_id": 541800, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19566, "Shape__Length": 32.918368757797865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148261002271994, 39.985262103979998 ], [ -75.148552268681598, 39.9853012386085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15881, "tnode_": 15840, "lpoly_": null, "rpoly_": null, "length": 126.03563581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2626, "l_t_add": 2644, "r_f_add": 2619, "r_t_add": 2631, "st_code": 53980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541801, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19567, "Shape__Length": 50.131385801115535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122531203237202, 39.984639271993302 ], [ -75.122160146060907, 39.984834800853903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15882, "tnode_": 15637, "lpoly_": null, "rpoly_": null, "length": 554.43331666000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 43480, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541802, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 19568, "Shape__Length": 221.10168256619127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132733524224705, 39.984887511122999 ], [ -75.132412022000594, 39.986389271605901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15882, "tnode_": 15876, "lpoly_": null, "rpoly_": null, "length": 146.90157921, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 106, "l_t_add": 126, "r_f_add": 109, "r_t_add": 119, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541803, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19569, "Shape__Length": 58.364727181506382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132733524224705, 39.984887511122999 ], [ -75.133249213149398, 39.984960017162898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15885, "tnode_": 15801, "lpoly_": null, "rpoly_": null, "length": 268.24753213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3132, "r_f_add": 3101, "r_t_add": 3139, "st_code": 12300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541805, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19570, "Shape__Length": 106.69964960683102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1061647061141, 39.984274503875902 ], [ -75.105379208956094, 39.9846953769134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15817, "tnode_": 15885, "lpoly_": null, "rpoly_": null, "length": 160.43930503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2555, "l_t_add": 2599, "r_f_add": 2542, "r_t_add": 2598, "st_code": 23620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19571, "Shape__Length": 63.909199541466528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106482743257004, 39.984640729360798 ], [ -75.1061647061141, 39.984274503875902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15884, "tnode_": 15762, "lpoly_": null, "rpoly_": null, "length": 423.20624782000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3236, "r_f_add": 3201, "r_t_add": 3243, "st_code": 30740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541807, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19572, "Shape__Length": 168.33373514566335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102500283470903, 39.984187332146099 ], [ -75.1012565490485, 39.984846358015297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15784, "tnode_": 15884, "lpoly_": null, "rpoly_": null, "length": 242.55971885, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2645, "l_t_add": 2699, "r_f_add": 2636, "r_t_add": 2698, "st_code": 12040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541808, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19573, "Shape__Length": 96.610510029740354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103001998481901, 39.984729929273499 ], [ -75.102500283470903, 39.984187332146099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15888, "tnode_": 15627, "lpoly_": null, "rpoly_": null, "length": 585.98549624999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87970, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19574, "Shape__Length": 233.68421552828369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147769023276595, 39.985199756898098 ], [ -75.147420064052696, 39.986785804567802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15888, "tnode_": 15878, "lpoly_": null, "rpoly_": null, "length": 139.7212092, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 913, "st_code": 75680, "l_hundred": 900, "r_hundred": 900, "seg_id": 541810, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19575, "Shape__Length": 55.510882362975877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147769023276595, 39.985199756898098 ], [ -75.148261002271994, 39.985262103979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15822, "tnode_": 15889, "lpoly_": null, "rpoly_": null, "length": 176.46929392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2516, "st_code": 44860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541811, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19576, "Shape__Length": 70.294608913715066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109602446434593, 39.9847113627225 ], [ -75.109252610534, 39.9843085580303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15895, "tnode_": 15780, "lpoly_": null, "rpoly_": null, "length": 388.04719491999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 11380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541812, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGATE ST", "stname": "AGATE ST", "objectid": 19577, "Shape__Length": 154.34571150138839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116372597749205, 39.984428606118499 ], [ -75.115227098530198, 39.985027159726897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15838, "tnode_": 15895, "lpoly_": null, "rpoly_": null, "length": 151.12967285000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2314, "st_code": 73260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19578, "Shape__Length": 60.198979360713913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116676159150501, 39.984771517065198 ], [ -75.116372597749205, 39.984428606118499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15896, "tnode_": 15718, "lpoly_": null, "rpoly_": null, "length": 588.87731185999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2980, "r_f_add": 2963, "r_t_add": 2981, "st_code": 22040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19579, "Shape__Length": 234.22277945487758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112966199487005, 39.984374261078798 ], [ -75.111223176772, 39.9852772690869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15807, "tnode_": 15896, "lpoly_": null, "rpoly_": null, "length": 207.90399202999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2347, "l_t_add": 2399, "r_f_add": 2350, "r_t_add": 2398, "st_code": 21020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541815, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19580, "Shape__Length": 82.815485889554864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113380215656704, 39.9848478573183 ], [ -75.112966199487005, 39.984374261078798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15898, "tnode_": 15888, "lpoly_": null, "rpoly_": null, "length": 140.08413027, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 808, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 75680, "l_hundred": 800, "r_hundred": 800, "seg_id": 541816, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19581, "Shape__Length": 55.65577856853583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147276641904497, 39.985133290809301 ], [ -75.147769023276595, 39.985199756898098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15899, "tnode_": 15668, "lpoly_": null, "rpoly_": null, "length": 819.94559118000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 24240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 19582, "Shape__Length": 326.14081856036927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123627208572401, 39.984557662240903 ], [ -75.123557800104606, 39.984604978050903 ], [ -75.121214417452293, 39.985830049809302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15849, "tnode_": 15899, "lpoly_": null, "rpoly_": null, "length": 154.34879875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2116, "st_code": 44060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541818, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19583, "Shape__Length": 61.484785479848924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123930252470799, 39.9849114761819 ], [ -75.123627208572401, 39.984557662240903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15900, "tnode_": 15854, "lpoly_": null, "rpoly_": null, "length": 184.78437906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2321, "st_code": 45980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541819, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 19584, "Shape__Length": 73.485530432430068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132210308651096, 39.984750666358998 ], [ -75.132109666399401, 39.984780930186702 ], [ -75.131648314279303, 39.985013178027003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15900, "tnode_": 15643, "lpoly_": null, "rpoly_": null, "length": 577.03803641000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 35200, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541820, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 19585, "Shape__Length": 230.11823361794271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132210308651096, 39.984750666358998 ], [ -75.131909988556103, 39.986150515420398 ], [ -75.131909152278197, 39.986315771400101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15900, "tnode_": 15882, "lpoly_": null, "rpoly_": null, "length": 163.22068983999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 104, "r_f_add": 101, "r_t_add": 107, "st_code": 27520, "l_hundred": 100, "r_hundred": 100, "seg_id": 541821, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAUPHIN ST", "stname": "W DAUPHIN ST", "objectid": 19586, "Shape__Length": 64.88143801520394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132210308651096, 39.984750666358998 ], [ -75.132267547183005, 39.984821768024702 ], [ -75.132733524224705, 39.984887511122999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15905, "tnode_": 15810, "lpoly_": null, "rpoly_": null, "length": 317.34102584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3018, "l_t_add": 3066, "r_f_add": 3021, "r_t_add": 3061, "st_code": 16580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541822, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19587, "Shape__Length": 126.22653258555093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108335509946201, 39.984200284599801 ], [ -75.107405212659501, 39.984697030815703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15835, "tnode_": 15905, "lpoly_": null, "rpoly_": null, "length": 177.49478512, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2559, "l_t_add": 2575, "r_f_add": 2558, "r_t_add": 2570, "st_code": 31160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541823, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19588, "Shape__Length": 70.700473113511151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108692487779507, 39.984602776342903 ], [ -75.108335509946201, 39.984200284599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15906, "tnode_": 15849, "lpoly_": null, "rpoly_": null, "length": 245.49456327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2542, "l_t_add": 2598, "r_f_add": 2557, "r_t_add": 2599, "st_code": 12400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541824, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19589, "Shape__Length": 97.643377290076188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124657735873001, 39.984535989849199 ], [ -75.123930252470799, 39.9849114761819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15906, "tnode_": 15793, "lpoly_": null, "rpoly_": null, "length": 262.31240725000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2556, "l_t_add": 2598, "r_f_add": 2557, "r_t_add": 2599, "st_code": 34960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541825, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19590, "Shape__Length": 104.49010915134745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124657735873001, 39.984535989849199 ], [ -75.124138414115194, 39.985135094122199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15907, "tnode_": 15642, "lpoly_": null, "rpoly_": null, "length": 587.5070240199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87950, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541826, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 19591, "Shape__Length": 234.29076854516387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146785248990994, 39.985072779129801 ], [ -75.146436836647595, 39.986663133695799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15907, "tnode_": 15898, "lpoly_": null, "rpoly_": null, "length": 139.45217073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 806, "r_f_add": 801, "r_t_add": 807, "st_code": 75680, "l_hundred": 800, "r_hundred": 800, "seg_id": 541827, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19592, "Shape__Length": 55.403574281900383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146785248990994, 39.985072779129801 ], [ -75.147276641904497, 39.985133290809301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15908, "tnode_": 15851, "lpoly_": null, "rpoly_": null, "length": 197.08518684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2523, "st_code": 25020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541828, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19593, "Shape__Length": 78.397675916359589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127025369552697, 39.984606252 ], [ -75.126974102894593, 39.984647458306 ], [ -75.126454050161499, 39.984919861561799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15742, "tnode_": 15908, "lpoly_": null, "rpoly_": null, "length": 426.53296838, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2053, "r_f_add": 2000, "r_t_add": 2048, "st_code": 26340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541829, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19594, "Shape__Length": 169.90124221011985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127880805866099, 39.985574606390699 ], [ -75.127087772704101, 39.984669834604098 ], [ -75.127025369552697, 39.984606252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15909, "tnode_": 15822, "lpoly_": null, "rpoly_": null, "length": 318.08334335000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2952, "l_t_add": 2998, "r_f_add": 2975, "r_t_add": 2999, "st_code": 36420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541830, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19595, "Shape__Length": 126.5175681562604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110540787717795, 39.984220020862502 ], [ -75.109602446434593, 39.9847113627225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15812, "tnode_": 15909, "lpoly_": null, "rpoly_": null, "length": 212.44842547, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2425, "l_t_add": 2499, "r_f_add": 2450, "r_t_add": 2498, "st_code": 12680, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541831, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19596, "Shape__Length": 84.662585650179082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110880117458507, 39.98474154038 ], [ -75.110540787717795, 39.984220020862502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15911, "tnode_": 15857, "lpoly_": null, "rpoly_": null, "length": 192.97278204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2422, "l_t_add": 2442, "r_f_add": 2415, "r_t_add": 2449, "st_code": 31640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541832, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19597, "Shape__Length": 76.756053782574284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129633913892206, 39.984661180104602 ], [ -75.129065729578002, 39.9849604872933 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15739, "tnode_": 15911, "lpoly_": null, "rpoly_": null, "length": 426.55989867, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541833, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 19598, "Shape__Length": 169.9114566842008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130490797528594, 39.985628929121297 ], [ -75.129664792477598, 39.984699931834101 ], [ -75.129633913892206, 39.984661180104602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15917, "tnode_": 15881, "lpoly_": null, "rpoly_": null, "length": 126.04887006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2608, "l_t_add": 2624, "r_f_add": 2607, "r_t_add": 2617, "st_code": 53980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541834, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19599, "Shape__Length": 50.134519694103361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122905020796097, 39.984446815502203 ], [ -75.122531203237202, 39.984639271993302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15918, "tnode_": 15798, "lpoly_": null, "rpoly_": null, "length": 400.99105807999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3242, "l_t_add": 3298, "r_f_add": 3243, "r_t_add": 3299, "st_code": 31700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541835, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 19600, "Shape__Length": 159.49308438481404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100477980268494, 39.983961911061201 ], [ -75.099294310630597, 39.984580465805699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15872, "tnode_": 15918, "lpoly_": null, "rpoly_": null, "length": 106.69513988, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 52840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541836, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 19601, "Shape__Length": 42.501048272566294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100688521964003, 39.984205948451901 ], [ -75.100477980268494, 39.983961911061201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15919, "tnode_": 15650, "lpoly_": null, "rpoly_": null, "length": 585.15205689000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541837, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 19602, "Shape__Length": 233.35801587643348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146105253244997, 39.984987639599801 ], [ -75.145807374595094, 39.986577527157003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15919, "tnode_": 15907, "lpoly_": null, "rpoly_": null, "length": 193.05731439, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 720, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 75680, "l_hundred": 700, "r_hundred": 700, "seg_id": 541838, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19603, "Shape__Length": 76.700768441625783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146105253244997, 39.984987639599801 ], [ -75.146785248990994, 39.985072779129801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15924, "tnode_": 15807, "lpoly_": null, "rpoly_": null, "length": 387.35234991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2842, "l_t_add": 2898, "r_f_add": 2841, "r_t_add": 2899, "st_code": 12900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541839, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19604, "Shape__Length": 154.07152537775383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114520093311398, 39.984246355393701 ], [ -75.113380215656704, 39.9848478573183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15841, "tnode_": 15924, "lpoly_": null, "rpoly_": null, "length": 204.38673365, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2333, "l_t_add": 2349, "r_f_add": 2330, "r_t_add": 2350, "st_code": 14020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541840, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19605, "Shape__Length": 81.409095019451001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114936826413299, 39.984706241337001 ], [ -75.114590081032603, 39.984309263257799 ], [ -75.114520093311398, 39.984246355393701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15927, "tnode_": 15844, "lpoly_": null, "rpoly_": null, "length": 279.76237727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2655, "r_t_add": 2699, "st_code": 77800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541841, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19606, "Shape__Length": 111.28043648118319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121072374997297, 39.984325106066102 ], [ -75.120253821424498, 39.984764776575901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15929, "tnode_": 15656, "lpoly_": null, "rpoly_": null, "length": 586.06184664, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87930, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541842, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 19607, "Shape__Length": 233.71721141632159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145447286601296, 39.9849048826676 ], [ -75.145174269373001, 39.986353078080803 ], [ -75.145128676504399, 39.986494255094101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15929, "tnode_": 15919, "lpoly_": null, "rpoly_": null, "length": 186.82529423, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 75680, "l_hundred": 700, "r_hundred": 700, "seg_id": 541843, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19608, "Shape__Length": 74.224791826776368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145447286601296, 39.9849048826676 ], [ -75.146105253244997, 39.984987639599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15930, "tnode_": 15859, "lpoly_": null, "rpoly_": null, "length": 159.05276679, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2137, "r_t_add": 2199, "st_code": 87990, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541844, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19609, "Shape__Length": 63.428219746820716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1494350192376, 39.984970504118102 ], [ -75.149344269056201, 39.985401506814497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15935, "tnode_": 15906, "lpoly_": null, "rpoly_": null, "length": 147.39363896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2532, "l_t_add": 2540, "r_f_add": 2533, "r_t_add": 2555, "st_code": 12400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541845, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19610, "Shape__Length": 58.629069033673552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125087891683805, 39.984303360671397 ], [ -75.125026201277507, 39.984332458489099 ], [ -75.124657735873001, 39.984535989849199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15865, "tnode_": 15904, "lpoly_": null, "rpoly_": null, "length": 114.43493737, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2057, "l_t_add": 2067, "r_f_add": 2052, "r_t_add": 2062, "st_code": 71860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19611, "Shape__Length": 45.585977982371482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1255347672721, 39.984816171686703 ], [ -75.125311950095707, 39.984552914782299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15937, "tnode_": 15816, "lpoly_": null, "rpoly_": null, "length": 426.06779129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3246, "r_f_add": 3201, "r_t_add": 3257, "st_code": 77320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541848, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19612, "Shape__Length": 169.46722347161548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102219983239806, 39.983862683456501 ], [ -75.100962479020097, 39.984520132348599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15884, "tnode_": 15937, "lpoly_": null, "rpoly_": null, "length": 141.97190127000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 12040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541849, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19613, "Shape__Length": 56.553108131512474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102500283470903, 39.984187332146099 ], [ -75.102219983239806, 39.983862683456501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15939, "tnode_": 15896, "lpoly_": null, "rpoly_": null, "length": 166.00649995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2868, "l_t_add": 2898, "r_f_add": 2901, "r_t_add": 2961, "st_code": 22040, "l_hundred": 2800, "r_hundred": 2900, "seg_id": 541850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19614, "Shape__Length": 66.031207219960166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134526388539, 39.984114168178699 ], [ -75.112966199487005, 39.984374261078798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15942, "tnode_": 15784, "lpoly_": null, "rpoly_": null, "length": 558.93026025000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3124, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 77140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541851, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19615, "Shape__Length": 222.31024129313246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104655747857194, 39.983872135465496 ], [ -75.103001998481901, 39.984729929273499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15877, "tnode_": 15942, "lpoly_": null, "rpoly_": null, "length": 179.57354087, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2613, "l_t_add": 2637, "r_f_add": 2622, "r_t_add": 2636, "st_code": 23700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541852, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19616, "Shape__Length": 71.531162179928131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105010786114505, 39.984282512778499 ], [ -75.104655747857194, 39.983872135465496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15943, "tnode_": 15802, "lpoly_": null, "rpoly_": null, "length": 306.54399046999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 53860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541853, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 19617, "Shape__Length": 122.24532783036099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144657270260694, 39.984799976775101 ], [ -75.144534456347799, 39.985455608362102 ], [ -75.144482168401296, 39.985630131325799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15943, "tnode_": 15929, "lpoly_": null, "rpoly_": null, "length": 224.65472932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 620, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 75680, "l_hundred": 600, "r_hundred": 600, "seg_id": 541854, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19618, "Shape__Length": 89.255146639310723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144657270260694, 39.984799976775101 ], [ -75.145447286601296, 39.9849048826676 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15945, "tnode_": 15841, "lpoly_": null, "rpoly_": null, "length": 389.0862229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2836, "r_f_add": 2801, "r_t_add": 2845, "st_code": 55460, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19619, "Shape__Length": 154.75726829477674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116086740162402, 39.984107619901302 ], [ -75.114936826413299, 39.984706241337001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15895, "tnode_": 15945, "lpoly_": null, "rpoly_": null, "length": 141.73657906, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2317, "l_t_add": 2327, "r_f_add": 2316, "r_t_add": 2326, "st_code": 73260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541856, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19620, "Shape__Length": 56.456606932114809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116372597749205, 39.984428606118499 ], [ -75.116086740162402, 39.984107619901302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15946, "tnode_": 15877, "lpoly_": null, "rpoly_": null, "length": 267.89003984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3138, "r_f_add": 3101, "r_t_add": 3153, "st_code": 55520, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19621, "Shape__Length": 106.55099183050271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105803238115499, 39.983871184110001 ], [ -75.105010786114505, 39.984282512778499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15885, "tnode_": 15946, "lpoly_": null, "rpoly_": null, "length": 178.45548376, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2616, "st_code": 23620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19622, "Shape__Length": 71.081526090205728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1061647061141, 39.984274503875902 ], [ -75.105803238115499, 39.983871184110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15948, "tnode_": 15875, "lpoly_": null, "rpoly_": null, "length": 158.11747982, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2152, "l_t_add": 2198, "r_f_add": 2153, "r_t_add": 2199, "st_code": 28040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541859, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 19623, "Shape__Length": 63.054507158120401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148646316870298, 39.9848733404082 ], [ -75.148643671115494, 39.984896758323401 ], [ -75.148552268681598, 39.9853012386085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15948, "tnode_": 15930, "lpoly_": null, "rpoly_": null, "length": 223.82839374000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRENCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 35140, "l_hundred": 900, "r_hundred": 900, "seg_id": 541860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRENCH ST", "stname": "FRENCH ST", "objectid": 19624, "Shape__Length": 88.925549955232597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148646316870298, 39.9848733404082 ], [ -75.1494350192376, 39.984970504118102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15949, "tnode_": 15917, "lpoly_": null, "rpoly_": null, "length": 145.26589877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2606, "r_f_add": 2601, "r_t_add": 2605, "st_code": 53980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19625, "Shape__Length": 57.780467945826544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123332031974201, 39.984220715418999 ], [ -75.122905020796097, 39.984446815502203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15899, "tnode_": 15949, "lpoly_": null, "rpoly_": null, "length": 148.01326556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2117, "l_t_add": 2131, "r_f_add": 2118, "r_t_add": 2132, "st_code": 44060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541862, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19626, "Shape__Length": 58.958497918645442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123627208572401, 39.984557662240903 ], [ -75.123332031974201, 39.984220715418999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15951, "tnode_": 15905, "lpoly_": null, "rpoly_": null, "length": 188.31136224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3016, "r_f_add": 3001, "r_t_add": 3019, "st_code": 16580, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541863, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19627, "Shape__Length": 74.898929577709197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108892961732906, 39.983911604713001 ], [ -75.108335509946201, 39.984200284599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15889, "tnode_": 15951, "lpoly_": null, "rpoly_": null, "length": 176.25899185, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2539, "r_f_add": 2518, "r_t_add": 2534, "st_code": 44860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19628, "Shape__Length": 70.20534951116386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109252610534, 39.9843085580303 ], [ -75.108892961732906, 39.983911604713001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15952, "tnode_": 15802, "lpoly_": null, "rpoly_": null, "length": 347.80058676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2218, "r_f_add": 2201, "r_t_add": 2231, "st_code": 36660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541865, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19629, "Shape__Length": 138.65017874790993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144156746335298, 39.984733460094702 ], [ -75.144198285316094, 39.985240944033499 ], [ -75.144482168401296, 39.985630131325799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15952, "tnode_": 15943, "lpoly_": null, "rpoly_": null, "length": 142.33600318000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 602, "l_t_add": 618, "r_f_add": 603, "r_t_add": 619, "st_code": 75680, "l_hundred": 600, "r_hundred": 600, "seg_id": 541866, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19630, "Shape__Length": 56.549920300155115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144156746335298, 39.984733460094702 ], [ -75.144657270260694, 39.984799976775101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15953, "tnode_": 15906, "lpoly_": null, "rpoly_": null, "length": 143.92126057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2546, "l_t_add": 2554, "r_f_add": 2543, "r_t_add": 2555, "st_code": 34960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541867, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19631, "Shape__Length": 57.337437818244574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124925120758903, 39.984199200216601 ], [ -75.124877794724497, 39.984273522001303 ], [ -75.124657735873001, 39.984535989849199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15935, "tnode_": 15953, "lpoly_": null, "rpoly_": null, "length": 59.33156034, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2101, "r_f_add": 2100, "r_t_add": 2100, "st_code": 71860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541868, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19632, "Shape__Length": 23.607655671130296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125087891683805, 39.984303360671397 ], [ -75.124925120758903, 39.984199200216601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15844, "tnode_": 15955, "lpoly_": null, "rpoly_": null, "length": 282.22232053, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2157, "l_t_add": 2229, "r_f_add": 2148, "r_t_add": 2198, "st_code": 49980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541869, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19633, "Shape__Length": 112.41921185653409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120253821424498, 39.984764776575901 ], [ -75.119692611930802, 39.984121472263702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15956, "tnode_": 15797, "lpoly_": null, "rpoly_": null, "length": 350.7225003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2239, "st_code": 87910, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541870, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19634, "Shape__Length": 139.863237349267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143846977301394, 39.984692082093602 ], [ -75.143644077382902, 39.985642123218597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15956, "tnode_": 15952, "lpoly_": null, "rpoly_": null, "length": 88.10348498, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 601, "st_code": 75680, "l_hundred": 600, "r_hundred": 600, "seg_id": 541871, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19635, "Shape__Length": 35.003419430759102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143846977301394, 39.984692082093602 ], [ -75.144156746335298, 39.984733460094702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15958, "tnode_": 15911, "lpoly_": null, "rpoly_": null, "length": 195.44686606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2420, "r_f_add": 2401, "r_t_add": 2413, "st_code": 31640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541872, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19636, "Shape__Length": 77.738701857873409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1302108775742, 39.984359724349297 ], [ -75.129633913892206, 39.984661180104602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15790, "tnode_": 15958, "lpoly_": null, "rpoly_": null, "length": 425.74341286000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 85740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541873, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 19637, "Shape__Length": 169.5862084281311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131064711774101, 39.985326411859099 ], [ -75.130242148740294, 39.984396653996498 ], [ -75.1302108775742, 39.984359724349297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15957, "tnode_": 15908, "lpoly_": null, "rpoly_": null, "length": 202.884208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2470, "l_t_add": 2498, "r_f_add": 2449, "r_t_add": 2499, "st_code": 25020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541874, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19638, "Shape__Length": 80.694328144072074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127627700701296, 39.984297225432698 ], [ -75.127025369552697, 39.984606252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2316, "tnode_": 2456, "lpoly_": null, "rpoly_": null, "length": 685.37529666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 68100, "l_hundred": 100, "r_hundred": 100, "seg_id": 800329, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 19639, "Shape__Length": 273.30607886543061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210157995112297, 40.0761471795768 ], [ -75.211654123361001, 40.074657623491902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15789, "tnode_": 15957, "lpoly_": null, "rpoly_": null, "length": 425.26929116000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2043, "r_f_add": 2000, "r_t_add": 2052, "st_code": 50420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541875, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 19640, "Shape__Length": 169.39999325092529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128474771652606, 39.985265752678998 ], [ -75.127661440804701, 39.984341312318499 ], [ -75.127627700701296, 39.984297225432698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15959, "tnode_": 15899, "lpoly_": null, "rpoly_": null, "length": 193.03272504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2568, "l_t_add": 2598, "r_f_add": 2559, "r_t_add": 2599, "st_code": 24240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541876, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 19641, "Shape__Length": 76.816641529842528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124138061008907, 39.984208842262603 ], [ -75.124109915894394, 39.984241466046797 ], [ -75.123992711194205, 39.984349869336697 ], [ -75.123694092432103, 39.984514928911899 ], [ -75.123627208572401, 39.984557662240903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15961, "tnode_": 15817, "lpoly_": null, "rpoly_": null, "length": 520.0109606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3026, "l_t_add": 3098, "r_f_add": 3013, "r_t_add": 3099, "st_code": 51240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19642, "Shape__Length": 206.83054726787336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108020871040793, 39.983842133010697 ], [ -75.106482743257004, 39.984640729360798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15905, "tnode_": 15961, "lpoly_": null, "rpoly_": null, "length": 157.46723416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2577, "l_t_add": 2583, "r_f_add": 2572, "r_t_add": 2582, "st_code": 31160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541878, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19643, "Shape__Length": 62.723682643734641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108335509946201, 39.984200284599801 ], [ -75.108020871040793, 39.983842133010697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15967, "tnode_": 15694, "lpoly_": null, "rpoly_": null, "length": 591.02324407999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 33240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541879, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 19644, "Shape__Length": 235.67853341840973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143230277506504, 39.9846130705006 ], [ -75.143180525921807, 39.984659895557499 ], [ -75.142843402447397, 39.986200173635403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15967, "tnode_": 15956, "lpoly_": null, "rpoly_": null, "length": 175.19429585999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 532, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 75680, "l_hundred": 500, "r_hundred": 500, "seg_id": 541880, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19645, "Shape__Length": 69.603814021426274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143230277506504, 39.9846130705006 ], [ -75.143846977301394, 39.984692082093602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15970, "tnode_": 15967, "lpoly_": null, "rpoly_": null, "length": 119.76509571, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 512, "l_t_add": 530, "r_f_add": 523, "r_t_add": 527, "st_code": 75680, "l_hundred": 500, "r_hundred": 500, "seg_id": 541881, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19646, "Shape__Length": 47.582295683171992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142809006069697, 39.984557634768798 ], [ -75.143230277506504, 39.9846130705006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15971, "tnode_": 15927, "lpoly_": null, "rpoly_": null, "length": 160.57127769000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2626, "l_t_add": 2652, "r_f_add": 2627, "r_t_add": 2653, "st_code": 77800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19647, "Shape__Length": 63.870647653789113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1215409318323, 39.984071378155299 ], [ -75.121072374997297, 39.984325106066102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15840, "tnode_": 15971, "lpoly_": null, "rpoly_": null, "length": 329.40367907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2167, "r_f_add": 2100, "r_t_add": 2166, "st_code": 77960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19648, "Shape__Length": 131.22623235536338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122160146060907, 39.984834800853903 ], [ -75.121583302008503, 39.984178888833299 ], [ -75.1215409318323, 39.984071378155299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15974, "tnode_": 15889, "lpoly_": null, "rpoly_": null, "length": 339.05799565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 56140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541884, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19649, "Shape__Length": 134.85860618562032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110253912316196, 39.983786052613901 ], [ -75.109252610534, 39.9843085580303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15909, "tnode_": 15974, "lpoly_": null, "rpoly_": null, "length": 177.35286048, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2522, "st_code": 12680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541885, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19650, "Shape__Length": 70.674769015515039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110540787717795, 39.984220020862502 ], [ -75.110253912316196, 39.983786052613901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15976, "tnode_": 15704, "lpoly_": null, "rpoly_": null, "length": 587.65023811000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 67820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541886, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19651, "Shape__Length": 234.34614361552508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142540192588697, 39.984525267551703 ], [ -75.142192633500699, 39.986116130909998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15976, "tnode_": 15970, "lpoly_": null, "rpoly_": null, "length": 76.24518722, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 506, "l_t_add": 510, "r_f_add": 517, "r_t_add": 521, "st_code": 75680, "l_hundred": 500, "r_hundred": 500, "seg_id": 541887, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19652, "Shape__Length": 30.291411106845416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142540192588697, 39.984525267551703 ], [ -75.142809006069697, 39.984557634768798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15979, "tnode_": 15976, "lpoly_": null, "rpoly_": null, "length": 44.71351556, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 502, "l_t_add": 504, "r_f_add": 515, "r_t_add": 515, "st_code": 75680, "l_hundred": 500, "r_hundred": 500, "seg_id": 541888, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19653, "Shape__Length": 17.764780290402232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142383212795806, 39.984503268768201 ], [ -75.142540192588697, 39.984525267551703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15982, "tnode_": 15909, "lpoly_": null, "rpoly_": null, "length": 291.93640265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2950, "r_f_add": 2941, "r_t_add": 2973, "st_code": 36420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541889, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19654, "Shape__Length": 116.11753745619495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111401011664896, 39.983767964505702 ], [ -75.110540787717795, 39.984220020862502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15984, "tnode_": 15872, "lpoly_": null, "rpoly_": null, "length": 424.83169662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3242, "r_f_add": 3201, "r_t_add": 3241, "st_code": 70780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541890, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19655, "Shape__Length": 168.97640789848461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101940151352395, 39.983547900338102 ], [ -75.100688521964003, 39.984205948451901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15937, "tnode_": 15984, "lpoly_": null, "rpoly_": null, "length": 138.91849655, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2721, "r_f_add": 2714, "r_t_add": 2726, "st_code": 12040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541891, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19656, "Shape__Length": 55.333819435605825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102219983239806, 39.983862683456501 ], [ -75.101940151352395, 39.983547900338102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15986, "tnode_": 15711, "lpoly_": null, "rpoly_": null, "length": 585.18618712, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87890, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541892, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 19657, "Shape__Length": 233.36264505162427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141872477011702, 39.984441962993799 ], [ -75.141522448103899, 39.986025645064899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15986, "tnode_": 15979, "lpoly_": null, "rpoly_": null, "length": 144.85248127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 500, "r_f_add": 501, "r_t_add": 513, "st_code": 75680, "l_hundred": 500, "r_hundred": 500, "seg_id": 541893, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19658, "Shape__Length": 57.548276279900662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141872477011702, 39.984441962993799 ], [ -75.142383212795806, 39.984503268768201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16206, "tnode_": 15936, "lpoly_": null, "rpoly_": null, "length": 1091.60818625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 541894, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 19659, "Shape__Length": 433.95501617859458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101013584807902, 39.982470405588998 ], [ -75.100811418715494, 39.982487928793397 ], [ -75.099155053542304, 39.983152490093403 ], [ -75.098402421293599, 39.983400711479497 ], [ -75.097905628077399, 39.983623360969602 ], [ -75.097502733911, 39.983738947867202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15867, "tnode_": 16090, "lpoly_": null, "rpoly_": null, "length": 555.23444809, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2843, "r_f_add": 2800, "r_t_add": 2842, "st_code": 82560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541895, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19660, "Shape__Length": 221.20458271524339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099029126380699, 39.9842372508122 ], [ -75.099002446365404, 39.984132673983098 ], [ -75.098019392058504, 39.982933608848299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15993, "tnode_": 15930, "lpoly_": null, "rpoly_": null, "length": 122.61752988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2132, "l_t_add": 2148, "r_f_add": 2125, "r_t_add": 2135, "st_code": 87990, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541896, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19661, "Shape__Length": 48.897947037500138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149505626254907, 39.9846383148315 ], [ -75.1494350192376, 39.984970504118102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15996, "tnode_": 15717, "lpoly_": null, "rpoly_": null, "length": 584.94629995999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 19140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541897, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 19662, "Shape__Length": 233.26966852501914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156615680478097, 39.984708102795999 ], [ -75.156278074029103, 39.986292712770599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15997, "tnode_": 15728, "lpoly_": null, "rpoly_": null, "length": 587.01483958000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 61660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 19663, "Shape__Length": 234.09230807601259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141396168744805, 39.984378708247597 ], [ -75.141049370364399, 39.985967901122002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15997, "tnode_": 15986, "lpoly_": null, "rpoly_": null, "length": 135.44767256999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 75680, "l_hundred": 400, "r_hundred": 400, "seg_id": 541900, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19664, "Shape__Length": 53.81290433812773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141396168744805, 39.984378708247597 ], [ -75.141872477011702, 39.984441962993799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16000, "tnode_": 15939, "lpoly_": null, "rpoly_": null, "length": 218.11161528000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2840, "l_t_add": 2866, "r_f_add": 2825, "r_t_add": 2899, "st_code": 22040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541901, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19665, "Shape__Length": 86.754638744512746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114094048560204, 39.983774990151403 ], [ -75.1134526388539, 39.984114168178699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15924, "tnode_": 16000, "lpoly_": null, "rpoly_": null, "length": 209.2795537, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2351, "l_t_add": 2399, "r_f_add": 2352, "r_t_add": 2398, "st_code": 14020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541902, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19666, "Shape__Length": 83.357787904965235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114520093311398, 39.984246355393701 ], [ -75.114456478570901, 39.984188554008 ], [ -75.114094048560204, 39.983774990151403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16002, "tnode_": 15971, "lpoly_": null, "rpoly_": null, "length": 110.85303945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2618, "l_t_add": 2624, "r_f_add": 2623, "r_t_add": 2625, "st_code": 77800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541903, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19667, "Shape__Length": 44.091420755479007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121867994512101, 39.983900200632199 ], [ -75.1215409318323, 39.984071378155299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15881, "tnode_": 16002, "lpoly_": null, "rpoly_": null, "length": 327.24510519, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 11600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541904, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 19668, "Shape__Length": 130.34667831481548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122531203237202, 39.984639271993302 ], [ -75.121952293671598, 39.983981690926001 ], [ -75.121867994512101, 39.983900200632199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16003, "tnode_": 15948, "lpoly_": null, "rpoly_": null, "length": 124.71154758, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2120, "l_t_add": 2150, "r_f_add": 2127, "r_t_add": 2151, "st_code": 28040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 19669, "Shape__Length": 49.73278735975456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148719168598106, 39.984535609765402 ], [ -75.148646316870298, 39.9848733404082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16003, "tnode_": 15993, "lpoly_": null, "rpoly_": null, "length": 223.53737060999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 30720, "l_hundred": 900, "r_hundred": 900, "seg_id": 541906, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 19670, "Shape__Length": 88.810548878203633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148719168598106, 39.984535609765402 ], [ -75.149505626254907, 39.9846383148315 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16004, "tnode_": 15733, "lpoly_": null, "rpoly_": null, "length": 584.83422108000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 49660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541909, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 19671, "Shape__Length": 233.22225479678585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140937509169305, 39.984321735495698 ], [ -75.140590270414904, 39.9859048010712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16004, "tnode_": 15997, "lpoly_": null, "rpoly_": null, "length": 130.19264614, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 422, "l_t_add": 434, "r_f_add": 425, "r_t_add": 435, "st_code": 75680, "l_hundred": 400, "r_hundred": 400, "seg_id": 541910, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19672, "Shape__Length": 51.724330664516245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140937509169305, 39.984321735495698 ], [ -75.141396168744805, 39.984378708247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16008, "tnode_": 15957, "lpoly_": null, "rpoly_": null, "length": 194.40599726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2458, "l_t_add": 2468, "r_f_add": 2437, "r_t_add": 2447, "st_code": 25020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19673, "Shape__Length": 77.32243049176644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128204128966104, 39.984000272524703 ], [ -75.127627700701296, 39.984297225432698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15857, "tnode_": 16008, "lpoly_": null, "rpoly_": null, "length": 425.02524226999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2047, "r_f_add": 2000, "r_t_add": 2026, "st_code": 39780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19674, "Shape__Length": 169.29466553757854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129065729578002, 39.9849604872933 ], [ -75.128204128966104, 39.984000272524703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16012, "tnode_": 15955, "lpoly_": null, "rpoly_": null, "length": 189.12751763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2668, "l_t_add": 2698, "r_f_add": 2667, "r_t_add": 2699, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541913, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19675, "Shape__Length": 75.223153844715682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120252897051401, 39.983832019379001 ], [ -75.119692611930802, 39.984121472263702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16013, "tnode_": 15950, "lpoly_": null, "rpoly_": null, "length": 260.44209468000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2976, "r_f_add": 2901, "r_t_add": 2947, "st_code": 22520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541914, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19676, "Shape__Length": 103.58860867872399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113021528666806, 39.9836255943422 ], [ -75.112960949092596, 39.983652807426203 ], [ -75.1122516587386, 39.984025884602701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15939, "tnode_": 16013, "lpoly_": null, "rpoly_": null, "length": 215.10735301, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2421, "r_f_add": 2400, "r_t_add": 2418, "st_code": 21020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541915, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19677, "Shape__Length": 85.68255139665095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134526388539, 39.984114168178699 ], [ -75.113021528666806, 39.9836255943422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16014, "tnode_": 15942, "lpoly_": null, "rpoly_": null, "length": 265.83609812000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3127, "st_code": 77140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19678, "Shape__Length": 105.73505170107839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105439879545003, 39.983461418596399 ], [ -75.104655747857194, 39.983872135465496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15946, "tnode_": 16014, "lpoly_": null, "rpoly_": null, "length": 180.69192695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2619, "l_t_add": 2637, "r_f_add": 2618, "r_t_add": 2634, "st_code": 23620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541917, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19679, "Shape__Length": 71.973219923321409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105803238115499, 39.983871184110001 ], [ -75.105439879545003, 39.983461418596399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16016, "tnode_": 15958, "lpoly_": null, "rpoly_": null, "length": 200.80955384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2326, "l_t_add": 2398, "r_f_add": 2323, "r_t_add": 2399, "st_code": 31640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541919, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19680, "Shape__Length": 79.871519909988024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130803428689305, 39.984049724815002 ], [ -75.1302108775742, 39.984359724349297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15854, "tnode_": 16016, "lpoly_": null, "rpoly_": null, "length": 423.35942308, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 13160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541920, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARIZONA ST", "stname": "E ARIZONA ST", "objectid": 19681, "Shape__Length": 168.637886253273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131648314279303, 39.985013178027003 ], [ -75.130803428689305, 39.984049724815002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16018, "tnode_": 15737, "lpoly_": null, "rpoly_": null, "length": 587.96516315999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 50100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541921, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 19682, "Shape__Length": 234.47056360588371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140481089826395, 39.984258055962599 ], [ -75.140131612338493, 39.985849547209902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16018, "tnode_": 16004, "lpoly_": null, "rpoly_": null, "length": 129.98675871, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 412, "l_t_add": 420, "r_f_add": 413, "r_t_add": 423, "st_code": 75680, "l_hundred": 400, "r_hundred": 400, "seg_id": 541922, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19683, "Shape__Length": 51.643805002946124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140481089826395, 39.984258055962599 ], [ -75.140937509169305, 39.984321735495698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16020, "tnode_": 15961, "lpoly_": null, "rpoly_": null, "length": 189.98808448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3024, "r_f_add": 3001, "r_t_add": 3011, "st_code": 51240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541923, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19684, "Shape__Length": 75.568653213217161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108578854590405, 39.9835458847366 ], [ -75.108020871040793, 39.983842133010697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15951, "tnode_": 16020, "lpoly_": null, "rpoly_": null, "length": 159.67702506000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2541, "l_t_add": 2551, "r_f_add": 2536, "r_t_add": 2550, "st_code": 44860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541924, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19685, "Shape__Length": 63.606051752888767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108892961732906, 39.983911604713001 ], [ -75.108578854590405, 39.9835458847366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16025, "tnode_": 16018, "lpoly_": null, "rpoly_": null, "length": 130.03149731, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 75680, "l_hundred": 400, "r_hundred": 400, "seg_id": 541926, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19686, "Shape__Length": 51.660384634830436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140023192747606, 39.984200237282998 ], [ -75.140481089826395, 39.984258055962599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16026, "tnode_": 15885, "lpoly_": null, "rpoly_": null, "length": 518.278501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3014, "l_t_add": 3098, "r_f_add": 3017, "r_t_add": 3099, "st_code": 12300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541927, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19687, "Shape__Length": 206.14020211547557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107697931062106, 39.9834788300765 ], [ -75.1061647061141, 39.984274503875902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15961, "tnode_": 16026, "lpoly_": null, "rpoly_": null, "length": 160.32718488, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2585, "l_t_add": 2599, "r_f_add": 2584, "r_t_add": 2598, "st_code": 31160, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541928, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19688, "Shape__Length": 63.861264259397032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108020871040793, 39.983842133010697 ], [ -75.107697931062106, 39.9834788300765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16027, "tnode_": 15982, "lpoly_": null, "rpoly_": null, "length": 143.98029528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2908, "l_t_add": 2938, "r_f_add": 2927, "r_t_add": 2939, "st_code": 36420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541929, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19689, "Shape__Length": 57.264318745670025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111830017849599, 39.983550464330797 ], [ -75.111401011664896, 39.983767964505702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15950, "tnode_": 16027, "lpoly_": null, "rpoly_": null, "length": 209.65317507, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 56620, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541930, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19690, "Shape__Length": 83.509194035608715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1122516587386, 39.984025884602701 ], [ -75.111830017849599, 39.983550464330797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16032, "tnode_": 15996, "lpoly_": null, "rpoly_": null, "length": 245.24266629000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1372, "l_t_add": 1398, "r_f_add": 1371, "r_t_add": 1399, "st_code": 28440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541932, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19691, "Shape__Length": 97.44094113794398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155760976719193, 39.984572409899798 ], [ -75.156414442652206, 39.984654110190597 ], [ -75.156615680478097, 39.984708102795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16035, "tnode_": 15918, "lpoly_": null, "rpoly_": null, "length": 424.67776018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3240, "r_f_add": 3201, "r_t_add": 3241, "st_code": 31700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541935, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 19692, "Shape__Length": 168.91290092838284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101731453888505, 39.983306700156703 ], [ -75.100477980268494, 39.983961911061201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15984, "tnode_": 16035, "lpoly_": null, "rpoly_": null, "length": 105.54861894, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2723, "l_t_add": 2735, "r_f_add": 2728, "r_t_add": 2734, "st_code": 12040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541936, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19693, "Shape__Length": 42.043733069304608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101940151352395, 39.983547900338102 ], [ -75.101731453888505, 39.983306700156703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16036, "tnode_": 16012, "lpoly_": null, "rpoly_": null, "length": 83.06020412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2652, "l_t_add": 2666, "r_f_add": 2657, "r_t_add": 2665, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541937, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19694, "Shape__Length": 33.03441902013428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120501216979406, 39.983707523026503 ], [ -75.120252897051401, 39.983832019379001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15927, "tnode_": 16036, "lpoly_": null, "rpoly_": null, "length": 276.31561689, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 60940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541938, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19695, "Shape__Length": 110.05440703939306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121072374997297, 39.984325106066102 ], [ -75.1205482692705, 39.983745302668098 ], [ -75.120501216979406, 39.983707523026503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16037, "tnode_": 16025, "lpoly_": null, "rpoly_": null, "length": 142.17270979, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 312, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 75680, "l_hundred": 300, "r_hundred": 300, "seg_id": 541940, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19696, "Shape__Length": 56.484655117919722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139523373775006, 39.984133236884198 ], [ -75.140023192747606, 39.984200237282998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16040, "tnode_": 15959, "lpoly_": null, "rpoly_": null, "length": 190.42895598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2554, "l_t_add": 2566, "r_f_add": 2545, "r_t_add": 2557, "st_code": 24240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541941, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 19697, "Shape__Length": 75.83634703526532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124551436740703, 39.983793932636999 ], [ -75.124138061008907, 39.984208842262603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15953, "tnode_": 16040, "lpoly_": null, "rpoly_": null, "length": 180.99890714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2103, "l_t_add": 2113, "r_f_add": 2102, "r_t_add": 2118, "st_code": 71860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541942, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19698, "Shape__Length": 72.090965616269344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124925120758903, 39.984199200216601 ], [ -75.124551436740703, 39.983793932636999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16041, "tnode_": 15836, "lpoly_": null, "rpoly_": null, "length": 420.37591905, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2210, "l_t_add": 2298, "r_f_add": 2207, "r_t_add": 2299, "st_code": 40340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541943, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 19699, "Shape__Length": 167.63841916586253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135347429853795, 39.984060751171697 ], [ -75.135102043588304, 39.9851991919437 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16042, "tnode_": 15884, "lpoly_": null, "rpoly_": null, "length": 561.73630501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 30740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541944, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19700, "Shape__Length": 223.42607673420056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104160208656396, 39.9833228258152 ], [ -75.102500283470903, 39.984187332146099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15942, "tnode_": 16042, "lpoly_": null, "rpoly_": null, "length": 243.56663448, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2639, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 23700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541945, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19701, "Shape__Length": 97.014513258959866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104655747857194, 39.983872135465496 ], [ -75.104160208656396, 39.9833228258152 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16043, "tnode_": 16002, "lpoly_": null, "rpoly_": null, "length": 130.06964378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2604, "l_t_add": 2616, "r_f_add": 2611, "r_t_add": 2621, "st_code": 77800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19702, "Shape__Length": 51.729527169292972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122258680017097, 39.983707413541701 ], [ -75.121867994512101, 39.983900200632199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15917, "tnode_": 16043, "lpoly_": null, "rpoly_": null, "length": 324.62255406000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 40700, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541947, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 19703, "Shape__Length": 129.30755807976772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122905020796097, 39.984446815502203 ], [ -75.1223256151752, 39.983791683008498 ], [ -75.122258680017097, 39.983707413541701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16045, "tnode_": 15924, "lpoly_": null, "rpoly_": null, "length": 394.82429586000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2840, "r_f_add": 2801, "r_t_add": 2839, "st_code": 12900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 541948, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19704, "Shape__Length": 157.0932920875471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115607985038494, 39.9835606878516 ], [ -75.114829677425504, 39.984088243103102 ], [ -75.114520093311398, 39.984246355393701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15945, "tnode_": 16045, "lpoly_": null, "rpoly_": null, "length": 240.19693989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2329, "l_t_add": 2351, "r_f_add": 2328, "r_t_add": 2350, "st_code": 73260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19705, "Shape__Length": 95.677601956759602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116086740162402, 39.984107619901302 ], [ -75.115607985038494, 39.9835606878516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16047, "tnode_": 15769, "lpoly_": null, "rpoly_": null, "length": 587.39465761999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87850, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541950, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 19706, "Shape__Length": 234.24117203937246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139016114647703, 39.9840703755169 ], [ -75.138658631308402, 39.985659224728899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16047, "tnode_": 16037, "lpoly_": null, "rpoly_": null, "length": 143.9797702, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 317, "st_code": 75680, "l_hundred": 300, "r_hundred": 300, "seg_id": 541951, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19707, "Shape__Length": 57.2015916064287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139016114647703, 39.9840703755169 ], [ -75.139523373775006, 39.984133236884198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16052, "tnode_": 15848, "lpoly_": null, "rpoly_": null, "length": 420.51993797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 57680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541952, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 19708, "Shape__Length": 167.69524925445887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134891476978694, 39.983999443993802 ], [ -75.134642884814497, 39.985137873978502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16052, "tnode_": 16041, "lpoly_": null, "rpoly_": null, "length": 129.70703323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 170, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 24300, "l_hundred": 100, "r_hundred": 100, "seg_id": 541953, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19709, "Shape__Length": 51.532023289238658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134891476978694, 39.983999443993802 ], [ -75.135347429853795, 39.984060751171697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16056, "tnode_": 15858, "lpoly_": null, "rpoly_": null, "length": 421.08049370999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2202, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 54200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541954, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 19710, "Shape__Length": 167.91918512507829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134435082741305, 39.983940462184897 ], [ -75.134189889716694, 39.985080888008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16056, "tnode_": 16052, "lpoly_": null, "rpoly_": null, "length": 129.68594917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 140, "l_t_add": 168, "r_f_add": 141, "r_t_add": 149, "st_code": 24300, "l_hundred": 100, "r_hundred": 100, "seg_id": 541955, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19711, "Shape__Length": 51.523152316713201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134435082741305, 39.983940462184897 ], [ -75.134891476978694, 39.983999443993802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16060, "tnode_": 15935, "lpoly_": null, "rpoly_": null, "length": 387.30260154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2530, "r_f_add": 2501, "r_t_add": 2531, "st_code": 12400, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541957, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19712, "Shape__Length": 154.04885734966643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1262298836253, 39.983704489283902 ], [ -75.125087891683805, 39.984303360671397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15908, "tnode_": 16060, "lpoly_": null, "rpoly_": null, "length": 396.99001729000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2055, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 26340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541958, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19713, "Shape__Length": 158.13162694787033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127025369552697, 39.984606252 ], [ -75.1262298836253, 39.983704489283902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16061, "tnode_": 15765, "lpoly_": null, "rpoly_": null, "length": 595.95243814000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88050, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541959, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 19714, "Shape__Length": 237.65691801088374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154414679808596, 39.984398983173499 ], [ -75.154064826904602, 39.986012658800099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16061, "tnode_": 27075, "lpoly_": null, "rpoly_": null, "length": 257.3135315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1340, "r_f_add": 1301, "r_t_add": 1339, "st_code": 28440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 541960, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19715, "Shape__Length": 102.22955864849895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154414679808596, 39.984398983173499 ], [ -75.155319896030903, 39.984517533919302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16063, "tnode_": 15951, "lpoly_": null, "rpoly_": null, "length": 365.85652815999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2950, "l_t_add": 2998, "r_f_add": 2957, "r_t_add": 2999, "st_code": 16580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 541961, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19716, "Shape__Length": 145.51281331814698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109978714220702, 39.983353877625397 ], [ -75.108892961732906, 39.983911604713001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15974, "tnode_": 16063, "lpoly_": null, "rpoly_": null, "length": 175.30712180999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2521, "l_t_add": 2535, "r_f_add": 2524, "r_t_add": 2540, "st_code": 12680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541962, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19717, "Shape__Length": 69.862391186694509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110253912316196, 39.983786052613901 ], [ -75.109978714220702, 39.983353877625397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16066, "tnode_": 15862, "lpoly_": null, "rpoly_": null, "length": 420.51148304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 81740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541963, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 19718, "Shape__Length": 167.69239955048022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1339637631378, 39.9838801201739 ], [ -75.133720824967398, 39.985019248636704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16066, "tnode_": 16056, "lpoly_": null, "rpoly_": null, "length": 133.89299115, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 120, "l_t_add": 138, "r_f_add": 129, "r_t_add": 139, "st_code": 24300, "l_hundred": 100, "r_hundred": 100, "seg_id": 541964, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19719, "Shape__Length": 53.194423839930415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1339637631378, 39.9838801201739 ], [ -75.134435082741305, 39.983940462184897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16068, "tnode_": 15785, "lpoly_": null, "rpoly_": null, "length": 585.18221122, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 12440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541965, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 19720, "Shape__Length": 233.36085223484318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137802625910695, 39.983916511529898 ], [ -75.137463503362099, 39.9855015857908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16069, "tnode_": 15876, "lpoly_": null, "rpoly_": null, "length": 421.3268622, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 43800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 19721, "Shape__Length": 168.0174059516329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133492650452098, 39.9838186834778 ], [ -75.133249213149398, 39.984960017162898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16069, "tnode_": 16066, "lpoly_": null, "rpoly_": null, "length": 133.90198445000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 127, "st_code": 24300, "l_hundred": 100, "r_hundred": 100, "seg_id": 541968, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 19722, "Shape__Length": 53.198156415774164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133492650452098, 39.9838186834778 ], [ -75.1339637631378, 39.9838801201739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16072, "tnode_": 15838, "lpoly_": null, "rpoly_": null, "length": 832.129816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 78020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19723, "Shape__Length": 330.97282945111482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1191376289717, 39.9834940729937 ], [ -75.118972267981505, 39.983571302744302 ], [ -75.116676159150501, 39.984771517065198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15955, "tnode_": 16072, "lpoly_": null, "rpoly_": null, "length": 276.45096003999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 49980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541970, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19724, "Shape__Length": 110.11664771107117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119692611930802, 39.984121472263702 ], [ -75.119192122935004, 39.983558214917601 ], [ -75.1191376289717, 39.9834940729937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16074, "tnode_": 15777, "lpoly_": null, "rpoly_": null, "length": 594.08788727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 20980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 19725, "Shape__Length": 236.91319386758082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153625662899699, 39.984299927397899 ], [ -75.153278166563098, 39.985908715871503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16074, "tnode_": 16061, "lpoly_": null, "rpoly_": null, "length": 224.02725058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 28440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541972, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19726, "Shape__Length": 89.004135255009331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153625662899699, 39.984299927397899 ], [ -75.154414679808596, 39.984398983173499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16076, "tnode_": 16008, "lpoly_": null, "rpoly_": null, "length": 195.12379792000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2432, "l_t_add": 2456, "r_f_add": 2417, "r_t_add": 2435, "st_code": 25020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 541973, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19727, "Shape__Length": 77.608790858500086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128781036038703, 39.983700339967399 ], [ -75.128204128966104, 39.984000272524703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15911, "tnode_": 16076, "lpoly_": null, "rpoly_": null, "length": 423.83019259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2043, "r_f_add": 2000, "r_t_add": 2040, "st_code": 18380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 541974, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 19728, "Shape__Length": 168.82105372021175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129633913892206, 39.984661180104602 ], [ -75.128781036038703, 39.983700339967399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16012, "tnode_": 16077, "lpoly_": null, "rpoly_": null, "length": 137.70830844, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2209, "r_f_add": 2200, "r_t_add": 2212, "st_code": 60940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541975, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19729, "Shape__Length": 54.855741604052071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120252897051401, 39.983832019379001 ], [ -75.119986500824893, 39.983516855691803 ], [ -75.119983996256707, 39.983517681304797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16078, "tnode_": 16016, "lpoly_": null, "rpoly_": null, "length": 200.51660484000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2324, "r_f_add": 2301, "r_t_add": 2321, "st_code": 31640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 541976, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19730, "Shape__Length": 79.755236388154458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131394289602, 39.983739248582502 ], [ -75.130803428689305, 39.984049724815002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15900, "tnode_": 16078, "lpoly_": null, "rpoly_": null, "length": 436.8447781, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 27500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 541977, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 19731, "Shape__Length": 174.02687746657747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132210308651096, 39.984750666358998 ], [ -75.132172890953001, 39.984618095615097 ], [ -75.131394289602, 39.983739248582502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16083, "tnode_": 16026, "lpoly_": null, "rpoly_": null, "length": 188.32815481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3015, "st_code": 12300, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541978, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19732, "Shape__Length": 74.908179933137831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108250802410794, 39.983184909329097 ], [ -75.107697931062106, 39.9834788300765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16020, "tnode_": 16083, "lpoly_": null, "rpoly_": null, "length": 160.44473754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2552, "r_t_add": 2598, "st_code": 44860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 541979, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19733, "Shape__Length": 63.905369952950565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108578854590405, 39.9835458847366 ], [ -75.108250802410794, 39.983184909329097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16084, "tnode_": 15803, "lpoly_": null, "rpoly_": null, "length": 586.54772087999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 64500, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541980, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 19734, "Shape__Length": 233.90509389336543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137102427539105, 39.983822997791201 ], [ -75.136762601626401, 39.985411781870098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16084, "tnode_": 16068, "lpoly_": null, "rpoly_": null, "length": 199.14947002000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 208, "l_t_add": 220, "r_f_add": 207, "r_t_add": 221, "st_code": 75680, "l_hundred": 200, "r_hundred": 200, "seg_id": 541981, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19735, "Shape__Length": 79.120884362255509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137102427539105, 39.983822997791201 ], [ -75.137802625910695, 39.983916511529898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16085, "tnode_": 16043, "lpoly_": null, "rpoly_": null, "length": 140.88454967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2602, "r_f_add": 2601, "r_t_add": 2609, "st_code": 77800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19736, "Shape__Length": 56.031185200587068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122680949344598, 39.983497522276203 ], [ -75.122258680017097, 39.983707413541701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15949, "tnode_": 16085, "lpoly_": null, "rpoly_": null, "length": 320.45644403, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2133, "l_t_add": 2171, "r_f_add": 2134, "r_t_add": 2172, "st_code": 44060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541983, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19737, "Shape__Length": 127.64126790822561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123332031974201, 39.984220715418999 ], [ -75.122680949344598, 39.983497522276203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16091, "tnode_": 15787, "lpoly_": null, "rpoly_": null, "length": 597.08602706, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88030, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541985, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19738, "Shape__Length": 238.10764765662364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152842024214493, 39.9841948095672 ], [ -75.152487226780906, 39.985811002105798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16091, "tnode_": 16074, "lpoly_": null, "rpoly_": null, "length": 222.90899621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1213, "st_code": 28440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 541986, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19739, "Shape__Length": 88.560981093298395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152842024214493, 39.9841948095672 ], [ -75.153625662899699, 39.984299927397899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16098, "tnode_": 16036, "lpoly_": null, "rpoly_": null, "length": 177.74715249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2632, "l_t_add": 2650, "r_f_add": 2633, "r_t_add": 2655, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541987, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19740, "Shape__Length": 70.700116793518205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121022583926901, 39.983429622557402 ], [ -75.120501216979406, 39.983707523026503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15971, "tnode_": 16098, "lpoly_": null, "rpoly_": null, "length": 276.52067018999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2169, "l_t_add": 2199, "r_f_add": 2168, "r_t_add": 2198, "st_code": 77960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541988, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19741, "Shape__Length": 110.15865890590499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1215409318323, 39.984071378155299 ], [ -75.121499990808601, 39.983973460101801 ], [ -75.121022583926901, 39.983429622557402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16099, "tnode_": 15820, "lpoly_": null, "rpoly_": null, "length": 586.67544684999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87830, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541989, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 19742, "Shape__Length": 233.95499108838607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1365153364995, 39.983749113665503 ], [ -75.136169984353103, 39.985337547904301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16099, "tnode_": 16084, "lpoly_": null, "rpoly_": null, "length": 166.7058579, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 206, "r_f_add": 201, "r_t_add": 205, "st_code": 75680, "l_hundred": 200, "r_hundred": 200, "seg_id": 541990, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19743, "Shape__Length": 66.230312828847005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1365153364995, 39.983749113665503 ], [ -75.137102427539105, 39.983822997791201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16102, "tnode_": 15867, "lpoly_": null, "rpoly_": null, "length": 815.72365074000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 68240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 541991, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19744, "Shape__Length": 324.44586906335905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101440853547302, 39.982983312828999 ], [ -75.099029126380699, 39.9842372508122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16035, "tnode_": 16102, "lpoly_": null, "rpoly_": null, "length": 143.21132601, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2736, "r_t_add": 2798, "st_code": 12040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541992, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19745, "Shape__Length": 57.042206154586978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101731453888505, 39.983306700156703 ], [ -75.101440853547302, 39.982983312828999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16104, "tnode_": 15937, "lpoly_": null, "rpoly_": null, "length": 561.84565035000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 77320, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 541993, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19746, "Shape__Length": 223.46905525791547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103879464142494, 39.982997146551 ], [ -75.102219983239806, 39.983862683456501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16042, "tnode_": 16104, "lpoly_": null, "rpoly_": null, "length": 142.3540989, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 23700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 541994, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19747, "Shape__Length": 56.704784004084281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104160208656396, 39.9833228258152 ], [ -75.103879464142494, 39.982997146551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16105, "tnode_": 15946, "lpoly_": null, "rpoly_": null, "length": 520.44315762999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3016, "l_t_add": 3098, "r_f_add": 3023, "r_t_add": 3099, "st_code": 55520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 541995, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19748, "Shape__Length": 207.00613359840872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107334342055495, 39.983062561808801 ], [ -75.105803238115499, 39.983871184110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16026, "tnode_": 16105, "lpoly_": null, "rpoly_": null, "length": 182.69004678, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2616, "st_code": 31160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 541996, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19749, "Shape__Length": 72.770557834454877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107697931062106, 39.9834788300765 ], [ -75.107334342055495, 39.983062561808801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16107, "tnode_": 15809, "lpoly_": null, "rpoly_": null, "length": 597.58891915999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 54140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 541997, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 19750, "Shape__Length": 238.30871679507084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152052790285595, 39.984091433795399 ], [ -75.151703760853806, 39.985709768672997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16107, "tnode_": 16091, "lpoly_": null, "rpoly_": null, "length": 224.34671872000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 28440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 541998, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19751, "Shape__Length": 89.131575074255636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152052790285595, 39.984091433795399 ], [ -75.152842024214493, 39.9841948095672 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16110, "tnode_": 15825, "lpoly_": null, "rpoly_": null, "length": 587.25299930999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 541999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 19752, "Shape__Length": 234.18541073327557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135969352943306, 39.983675747442199 ], [ -75.135957346236594, 39.983742782266901 ], [ -75.135626290471507, 39.985266055253597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16110, "tnode_": 16099, "lpoly_": null, "rpoly_": null, "length": 155.31627278000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 172, "l_t_add": 198, "r_f_add": 173, "r_t_add": 199, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542000, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19753, "Shape__Length": 61.706162004378506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135969352943306, 39.983675747442199 ], [ -75.1365153364995, 39.983749113665503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16060, "tnode_": 16113, "lpoly_": null, "rpoly_": null, "length": 105.23973169, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2109, "r_f_add": 2100, "r_t_add": 2106, "st_code": 26340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542001, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19754, "Shape__Length": 41.920374810902949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1262298836253, 39.983704489283902 ], [ -75.1260209493161, 39.983464429991201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16115, "tnode_": 16027, "lpoly_": null, "rpoly_": null, "length": 260.52076273999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2906, "r_f_add": 2901, "r_t_add": 2925, "st_code": 36420, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542002, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19755, "Shape__Length": 103.62208553978493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112596174242498, 39.983145381027597 ], [ -75.111830017849599, 39.983550464330797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16013, "tnode_": 16115, "lpoly_": null, "rpoly_": null, "length": 211.68240885, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2423, "l_t_add": 2499, "r_f_add": 2420, "r_t_add": 2498, "st_code": 21020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542003, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19756, "Shape__Length": 84.317163690717393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113021528666806, 39.9836255943422 ], [ -75.112596174242498, 39.983145381027597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16119, "tnode_": 16041, "lpoly_": null, "rpoly_": null, "length": 167.28878165, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2208, "r_f_add": 2201, "r_t_add": 2205, "st_code": 40340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542004, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 19757, "Shape__Length": 66.71060057740263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1354478679945, 39.983608068944797 ], [ -75.135347429853795, 39.984060751171697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16119, "tnode_": 16110, "lpoly_": null, "rpoly_": null, "length": 148.1996082, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 136, "l_t_add": 170, "r_f_add": 161, "r_t_add": 171, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542005, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19758, "Shape__Length": 58.87824398711949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1354478679945, 39.983608068944797 ], [ -75.135969352943306, 39.983675747442199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16121, "tnode_": 16060, "lpoly_": null, "rpoly_": null, "length": 201.11277876999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2466, "l_t_add": 2498, "r_f_add": 2459, "r_t_add": 2499, "st_code": 12400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542006, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19759, "Shape__Length": 79.990707033241165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126824215565094, 39.983395032760001 ], [ -75.1262298836253, 39.983704489283902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15957, "tnode_": 16121, "lpoly_": null, "rpoly_": null, "length": 398.38279519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2045, "l_t_add": 2099, "r_f_add": 2054, "r_t_add": 2098, "st_code": 50420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542007, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 19760, "Shape__Length": 158.68310406757868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127627700701296, 39.984297225432698 ], [ -75.126824215565094, 39.983395032760001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16122, "tnode_": 15826, "lpoly_": null, "rpoly_": null, "length": 597.89348178, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 88010, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542008, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19761, "Shape__Length": 238.42948284384119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151268192399201, 39.983987745752898 ], [ -75.150916711387893, 39.985606614212301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16122, "tnode_": 16107, "lpoly_": null, "rpoly_": null, "length": 223.0856826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1121, "st_code": 28440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542009, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19762, "Shape__Length": 88.630610901673975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151268192399201, 39.983987745752898 ], [ -75.152052790285595, 39.984091433795399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16123, "tnode_": 16042, "lpoly_": null, "rpoly_": null, "length": 268.30327884000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3128, "r_f_add": 3101, "r_t_add": 3129, "st_code": 30740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542010, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19763, "Shape__Length": 106.71394473795203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104953741825796, 39.982910714429799 ], [ -75.104160208656396, 39.9833228258152 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16014, "tnode_": 16123, "lpoly_": null, "rpoly_": null, "length": 242.49483039, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2639, "l_t_add": 2699, "r_f_add": 2636, "r_t_add": 2698, "st_code": 23620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19764, "Shape__Length": 96.59061953968029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105439879545003, 39.983461418596399 ], [ -75.104953741825796, 39.982910714429799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16126, "tnode_": 16098, "lpoly_": null, "rpoly_": null, "length": 102.10867716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2622, "l_t_add": 2630, "r_f_add": 2623, "r_t_add": 2631, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542012, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19765, "Shape__Length": 40.613374647017793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121323331801705, 39.983271370059498 ], [ -75.121022583926901, 39.983429622557402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16128, "tnode_": 16040, "lpoly_": null, "rpoly_": null, "length": 204.29675096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2526, "l_t_add": 2552, "r_f_add": 2527, "r_t_add": 2543, "st_code": 24240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542013, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 19766, "Shape__Length": 81.362206049969714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124988009113693, 39.9833447869634 ], [ -75.124551436740703, 39.983793932636999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16127, "tnode_": 16000, "lpoly_": null, "rpoly_": null, "length": 393.22803321000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2838, "r_f_add": 2801, "r_t_add": 2823, "st_code": 22040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 19767, "Shape__Length": 156.40474589342489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115253112967807, 39.983166516592398 ], [ -75.114094048560204, 39.983774990151403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16045, "tnode_": 16127, "lpoly_": null, "rpoly_": null, "length": 174.66356726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2353, "l_t_add": 2399, "r_f_add": 2352, "r_t_add": 2398, "st_code": 73260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19768, "Shape__Length": 69.569881069100106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115607985038494, 39.9835606878516 ], [ -75.115253112967807, 39.983166516592398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16130, "tnode_": 16072, "lpoly_": null, "rpoly_": null, "length": 190.91369432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2666, "l_t_add": 2698, "r_f_add": 2667, "r_t_add": 2699, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19769, "Shape__Length": 75.938000967668444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119696156761194, 39.983193975686603 ], [ -75.1191376289717, 39.9834940729937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16077, "tnode_": 16130, "lpoly_": null, "rpoly_": null, "length": 142.86835326, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2211, "l_t_add": 2299, "r_f_add": 2214, "r_t_add": 2298, "st_code": 60940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542017, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19770, "Shape__Length": 56.906803459524014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119983996256707, 39.983517681304797 ], [ -75.119696156761194, 39.983193975686603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16131, "tnode_": 16020, "lpoly_": null, "rpoly_": null, "length": 386.95746419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 51240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542018, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 19771, "Shape__Length": 153.90709705115839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109723621117197, 39.982951863344098 ], [ -75.108578854590405, 39.9835458847366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16063, "tnode_": 16131, "lpoly_": null, "rpoly_": null, "length": 162.96223024, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2537, "l_t_add": 2551, "r_f_add": 2542, "r_t_add": 2558, "st_code": 12680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542019, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19772, "Shape__Length": 64.942659390740147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109978714220702, 39.983353877625397 ], [ -75.109723621117197, 39.982951863344098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16133, "tnode_": 16076, "lpoly_": null, "rpoly_": null, "length": 197.01674375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2430, "r_f_add": 2401, "r_t_add": 2415, "st_code": 25020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542020, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19773, "Shape__Length": 78.363155136816943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129361053935597, 39.9833946901703 ], [ -75.128781036038703, 39.983700339967399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15958, "tnode_": 16133, "lpoly_": null, "rpoly_": null, "length": 424.61279302000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2031, "r_f_add": 2000, "r_t_add": 2034, "st_code": 85740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542021, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 19774, "Shape__Length": 169.1343190277546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1302108775742, 39.984359724349297 ], [ -75.129361053935597, 39.9833946901703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16136, "tnode_": 16056, "lpoly_": null, "rpoly_": null, "length": 164.8269098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2200, "r_f_add": 2201, "r_t_add": 2223, "st_code": 54200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542022, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 19775, "Shape__Length": 65.729228850740967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134530785204205, 39.983494021315302 ], [ -75.134435082741305, 39.983940462184897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16136, "tnode_": 16119, "lpoly_": null, "rpoly_": null, "length": 260.32882432000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 128, "l_t_add": 134, "r_f_add": 141, "r_t_add": 159, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542023, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19776, "Shape__Length": 103.42503387156211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134530785204205, 39.983494021315302 ], [ -75.1354478679945, 39.983608068944797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16138, "tnode_": 16078, "lpoly_": null, "rpoly_": null, "length": 201.46939152000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2223, "r_t_add": 2299, "st_code": 31640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19777, "Shape__Length": 80.134010415180541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131987720929999, 39.983427033222199 ], [ -75.131394289602, 39.983739248582502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16139, "tnode_": 16063, "lpoly_": null, "rpoly_": null, "length": 244.54935959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2942, "l_t_add": 2948, "r_f_add": 2939, "r_t_add": 2955, "st_code": 16580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542025, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19778, "Shape__Length": 97.26775656138031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110699884958507, 39.982975860691901 ], [ -75.109978714220702, 39.983353877625397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15982, "tnode_": 16139, "lpoly_": null, "rpoly_": null, "length": 349.08957678999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2541, "r_f_add": 2500, "r_t_add": 2528, "st_code": 17660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542026, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 19779, "Shape__Length": 139.04921185660405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111401011664896, 39.983767964505702 ], [ -75.110699884958507, 39.982975860691901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16143, "tnode_": 16085, "lpoly_": null, "rpoly_": null, "length": 191.3105295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2562, "l_t_add": 2598, "r_f_add": 2563, "r_t_add": 2599, "st_code": 77800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19780, "Shape__Length": 76.084985936585255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123255485758307, 39.983213854236602 ], [ -75.122680949344598, 39.983497522276203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15959, "tnode_": 16143, "lpoly_": null, "rpoly_": null, "length": 438.79698293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2171, "r_f_add": 2100, "r_t_add": 2176, "st_code": 41440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19781, "Shape__Length": 174.78166574638999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124138061008907, 39.984208842262603 ], [ -75.123255485758307, 39.983213854236602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16144, "tnode_": 16122, "lpoly_": null, "rpoly_": null, "length": 288.45730543999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1004, "l_t_add": 1098, "r_f_add": 1051, "r_t_add": 1099, "st_code": 28440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542029, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19782, "Shape__Length": 114.60076235502285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150252062764594, 39.9838611406159 ], [ -75.151268192399201, 39.983987745752898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16149, "tnode_": 15953, "lpoly_": null, "rpoly_": null, "length": 427.10891665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2544, "r_f_add": 2501, "r_t_add": 2541, "st_code": 34960, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542030, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19783, "Shape__Length": 170.09793803010888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125839220263501, 39.983261000991497 ], [ -75.124925120758903, 39.984199200216601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16113, "tnode_": 16149, "lpoly_": null, "rpoly_": null, "length": 89.91699841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2111, "l_t_add": 2111, "r_f_add": 2108, "r_t_add": 2122, "st_code": 26340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542031, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19784, "Shape__Length": 35.815131234798066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1260209493161, 39.983464429991201 ], [ -75.125839220263501, 39.983261000991497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16148, "tnode_": 16130, "lpoly_": null, "rpoly_": null, "length": 29.77530216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2664, "l_t_add": 2664, "r_f_add": 2665, "r_t_add": 2665, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542032, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19785, "Shape__Length": 11.84353149566776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119783112010495, 39.983147003051698 ], [ -75.119696156761194, 39.983193975686603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16157, "tnode_": 16077, "lpoly_": null, "rpoly_": null, "length": 257.4148068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 45940, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542033, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 19786, "Shape__Length": 102.38429304393445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120744254323796, 39.983121073869903 ], [ -75.119983996256707, 39.983517681304797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16098, "tnode_": 16157, "lpoly_": null, "rpoly_": null, "length": 136.80966547, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2211, "r_f_add": 2200, "r_t_add": 2210, "st_code": 77960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542034, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19787, "Shape__Length": 54.492117731524083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121022583926901, 39.983429622557402 ], [ -75.120744254323796, 39.983121073869903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16160, "tnode_": 15993, "lpoly_": null, "rpoly_": null, "length": 303.60928423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2130, "r_f_add": 2101, "r_t_add": 2123, "st_code": 87990, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542035, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 19788, "Shape__Length": 121.07248232794871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149688150926494, 39.983816781898902 ], [ -75.149505626254907, 39.9846383148315 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16160, "tnode_": 16144, "lpoly_": null, "rpoly_": null, "length": 161.38626146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1002, "r_f_add": 1001, "r_t_add": 1049, "st_code": 28440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542036, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19789, "Shape__Length": 64.120586004964181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149688150926494, 39.983816781898902 ], [ -75.150209392906206, 39.983878824247498 ], [ -75.150252062764594, 39.9838611406159 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16161, "tnode_": 16069, "lpoly_": null, "rpoly_": null, "length": 165.79721919, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 43800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542037, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 19790, "Shape__Length": 66.116175275519851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133588017157294, 39.983369500990101 ], [ -75.133492650452098, 39.9838186834778 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16161, "tnode_": 16136, "lpoly_": null, "rpoly_": null, "length": 268.0563755, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 122, "l_t_add": 126, "r_f_add": 119, "r_t_add": 139, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542038, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19791, "Shape__Length": 106.4962327549766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133588017157294, 39.983369500990101 ], [ -75.134530785204205, 39.983494021315302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16162, "tnode_": 15956, "lpoly_": null, "rpoly_": null, "length": 354.92976906000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 87910, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542039, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19792, "Shape__Length": 141.53882472827823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144053601383405, 39.983730856194597 ], [ -75.143954975995896, 39.984219111292298 ], [ -75.143846977301394, 39.984692082093602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16162, "tnode_": 15952, "lpoly_": null, "rpoly_": null, "length": 366.37277208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2112, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 36660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542040, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19793, "Shape__Length": 146.11387995285764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144053601383405, 39.983730856194597 ], [ -75.144156746335298, 39.984733460094702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16164, "tnode_": 16115, "lpoly_": null, "rpoly_": null, "length": 141.1928192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2862, "l_t_add": 2898, "r_f_add": 2851, "r_t_add": 2899, "st_code": 36420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542041, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19794, "Shape__Length": 56.158433509480908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113012401279505, 39.982926963923198 ], [ -75.112596174242498, 39.983145381027597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16169, "tnode_": 15882, "lpoly_": null, "rpoly_": null, "length": 584.48941555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 43480, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 19795, "Shape__Length": 233.08193212059464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133076127885104, 39.983304808229903 ], [ -75.132733524224705, 39.984887511122999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16169, "tnode_": 16161, "lpoly_": null, "rpoly_": null, "length": 145.36914377, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 120, "l_t_add": 120, "r_f_add": 111, "r_t_add": 117, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542043, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19796, "Shape__Length": 57.753150288197673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133076127885104, 39.983304808229903 ], [ -75.133588017157294, 39.983369500990101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16170, "tnode_": 16105, "lpoly_": null, "rpoly_": null, "length": 187.91236959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3021, "st_code": 55520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542044, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19797, "Shape__Length": 74.738361319254494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107891457688396, 39.982775472176698 ], [ -75.107334342055495, 39.983062561808801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16083, "tnode_": 16170, "lpoly_": null, "rpoly_": null, "length": 179.9619017, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2615, "r_f_add": 2600, "r_t_add": 2614, "st_code": 44860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542045, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19798, "Shape__Length": 71.682972809316112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108250802410794, 39.983184909329097 ], [ -75.107891457688396, 39.982775472176698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16172, "tnode_": 15984, "lpoly_": null, "rpoly_": null, "length": 560.85082411000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 70780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542046, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19799, "Shape__Length": 223.0712076034051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103598246227605, 39.982685668527701 ], [ -75.101940151352395, 39.983547900338102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16104, "tnode_": 16172, "lpoly_": null, "rpoly_": null, "length": 138.14810349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2725, "r_f_add": 2714, "r_t_add": 2726, "st_code": 23700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542047, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19800, "Shape__Length": 55.024792162049508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103879464142494, 39.982997146551 ], [ -75.103598246227605, 39.982685668527701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16173, "tnode_": 16126, "lpoly_": null, "rpoly_": null, "length": 125.43784105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2608, "l_t_add": 2620, "r_f_add": 2609, "r_t_add": 2621, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542048, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19801, "Shape__Length": 49.891462551364654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121693996435994, 39.983078322783904 ], [ -75.121323331801705, 39.983271370059498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16127, "tnode_": 16177, "lpoly_": null, "rpoly_": null, "length": 229.43734103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2751, "r_t_add": 2799, "st_code": 12900, "l_hundred": 0, "r_hundred": 2700, "seg_id": 542049, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19802, "Shape__Length": 91.170637335839729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115253112967807, 39.983166516592398 ], [ -75.116039259976105, 39.982990560270501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16177, "tnode_": 16045, "lpoly_": null, "rpoly_": null, "length": 240.29186611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 2700, "r_hundred": 0, "seg_id": 542050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 19803, "Shape__Length": 95.736898538434588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116039259976105, 39.982990560270501 ], [ -75.115607985038494, 39.9835606878516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16179, "tnode_": 16003, "lpoly_": null, "rpoly_": null, "length": 302.88314416000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2118, "r_f_add": 2101, "r_t_add": 2125, "st_code": 28040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542051, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 19804, "Shape__Length": 120.78286656595128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148900363285406, 39.983715924553501 ], [ -75.148719168598106, 39.984535609765402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16179, "tnode_": 16160, "lpoly_": null, "rpoly_": null, "length": 223.7959585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 934, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 28440, "l_hundred": 900, "r_hundred": 900, "seg_id": 542052, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19805, "Shape__Length": 88.911837057835996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148900363285406, 39.983715924553501 ], [ -75.149688150926494, 39.983816781898902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16184, "tnode_": 15878, "lpoly_": null, "rpoly_": null, "length": 585.52651279000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 64200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542053, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 19806, "Shape__Length": 233.49621760235465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148608075336, 39.983677090066998 ], [ -75.148261002271994, 39.985262103979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16184, "tnode_": 16179, "lpoly_": null, "rpoly_": null, "length": 83.11982264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 930, "l_t_add": 932, "r_f_add": 913, "r_t_add": 917, "st_code": 28440, "l_hundred": 900, "r_hundred": 900, "seg_id": 542054, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19807, "Shape__Length": 33.022882148713293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148608075336, 39.983677090066998 ], [ -75.148900363285406, 39.983715924553501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16186, "tnode_": 16014, "lpoly_": null, "rpoly_": null, "length": 519.43147388, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3016, "l_t_add": 3098, "r_f_add": 3021, "r_t_add": 3099, "st_code": 77140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542055, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19808, "Shape__Length": 206.60027760618985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106971054461098, 39.982657803611097 ], [ -75.105439879545003, 39.983461418596399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16105, "tnode_": 16186, "lpoly_": null, "rpoly_": null, "length": 179.17738018, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2619, "l_t_add": 2645, "r_f_add": 2618, "r_t_add": 2636, "st_code": 31160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542056, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19809, "Shape__Length": 71.367619312866552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107334342055495, 39.983062561808801 ], [ -75.106971054461098, 39.982657803611097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16190, "tnode_": 16102, "lpoly_": null, "rpoly_": null, "length": 274.83636695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3154, "l_t_add": 3198, "r_f_add": 3161, "r_t_add": 3199, "st_code": 68240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542057, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19810, "Shape__Length": 109.31588894061653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102248134433196, 39.982554887812 ], [ -75.101440853547302, 39.982983312828999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16191, "tnode_": 15888, "lpoly_": null, "rpoly_": null, "length": 585.73752125, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87970, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542058, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 19811, "Shape__Length": 233.58083256598516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148111507373102, 39.983613565262601 ], [ -75.147769023276595, 39.985199756898098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16191, "tnode_": 16184, "lpoly_": null, "rpoly_": null, "length": 141.06313709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 928, "r_f_add": 901, "r_t_add": 911, "st_code": 28440, "l_hundred": 900, "r_hundred": 900, "seg_id": 542059, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19812, "Shape__Length": 56.042827574587427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148111507373102, 39.983613565262601 ], [ -75.148608075336, 39.983677090066998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16192, "tnode_": 16139, "lpoly_": null, "rpoly_": null, "length": 145.15834696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2928, "l_t_add": 2940, "r_f_add": 2931, "r_t_add": 2937, "st_code": 16580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542060, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19813, "Shape__Length": 57.736605656477849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111126344596499, 39.982749675460497 ], [ -75.110699884958507, 39.982975860691901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16027, "tnode_": 16192, "lpoly_": null, "rpoly_": null, "length": 352.10872347999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2531, "r_f_add": 2500, "r_t_add": 2528, "st_code": 56620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542061, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19814, "Shape__Length": 140.25307871656256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111830017849599, 39.983550464330797 ], [ -75.111126344596499, 39.982749675460497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16193, "tnode_": 16104, "lpoly_": null, "rpoly_": null, "length": 267.15782556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3130, "r_f_add": 3101, "r_t_add": 3131, "st_code": 77320, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542062, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19815, "Shape__Length": 106.25938221187933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104667502955195, 39.982584408629201 ], [ -75.103879464142494, 39.982997146551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16123, "tnode_": 16193, "lpoly_": null, "rpoly_": null, "length": 143.40016756, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 23620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19816, "Shape__Length": 57.119445749388866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104953741825796, 39.982910714429799 ], [ -75.104667502955195, 39.982584408629201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16115, "tnode_": 16196, "lpoly_": null, "rpoly_": null, "length": 173.11862030999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2518, "st_code": 21020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542064, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19817, "Shape__Length": 68.956115687610122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112596174242498, 39.983145381027597 ], [ -75.112248492408, 39.982752557326499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16198, "tnode_": 15967, "lpoly_": null, "rpoly_": null, "length": 417.48871013000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 33240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 19818, "Shape__Length": 166.47867469918418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143407378657699, 39.983489700170502 ], [ -75.143435141323494, 39.983850521393599 ], [ -75.143274835984698, 39.9845679105957 ], [ -75.143230277506504, 39.9846130705006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16197, "tnode_": 15970, "lpoly_": null, "rpoly_": null, "length": 408.58060123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 67360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 19819, "Shape__Length": 162.93275733327258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143050344869707, 39.983451501915198 ], [ -75.142809006069697, 39.984557634768798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16197, "tnode_": 16198, "lpoly_": null, "rpoly_": null, "length": 101.01401052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 534, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 30720, "l_hundred": 500, "r_hundred": 500, "seg_id": 542067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 19820, "Shape__Length": 40.130386029223757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143050344869707, 39.983451501915198 ], [ -75.143407378657699, 39.983489700170502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16199, "tnode_": 16121, "lpoly_": null, "rpoly_": null, "length": 196.09647357999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2446, "l_t_add": 2464, "r_f_add": 2437, "r_t_add": 2457, "st_code": 12400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542068, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19821, "Shape__Length": 77.997441034303606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127400597427496, 39.983089775446203 ], [ -75.126824215565094, 39.983395032760001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16008, "tnode_": 16199, "lpoly_": null, "rpoly_": null, "length": 400.88995113, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2049, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 39780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542069, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19822, "Shape__Length": 159.68352908322368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128204128966104, 39.984000272524703 ], [ -75.127400597427496, 39.983089775446203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16200, "tnode_": 15898, "lpoly_": null, "rpoly_": null, "length": 585.65288302, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 27360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542070, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 19823, "Shape__Length": 233.54637773079321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147622371896006, 39.983547751541998 ], [ -75.147276641904497, 39.985133290809301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16200, "tnode_": 16191, "lpoly_": null, "rpoly_": null, "length": 139.15034809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 808, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 28440, "l_hundred": 800, "r_hundred": 800, "seg_id": 542071, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19824, "Shape__Length": 55.283452826896465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147622371896006, 39.983547751541998 ], [ -75.148111507373102, 39.983613565262601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16201, "tnode_": 16143, "lpoly_": null, "rpoly_": null, "length": 185.61369012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2530, "l_t_add": 2560, "r_f_add": 2531, "r_t_add": 2561, "st_code": 77800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19825, "Shape__Length": 73.813629037367647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123820144932196, 39.982947502220902 ], [ -75.123255485758307, 39.983213854236602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16040, "tnode_": 16201, "lpoly_": null, "rpoly_": null, "length": 370.22861405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2115, "l_t_add": 2153, "r_f_add": 2120, "r_t_add": 2148, "st_code": 71860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19826, "Shape__Length": 147.47534104400304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124551436740703, 39.983793932636999 ], [ -75.123820144932196, 39.982947502220902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16203, "tnode_": 16138, "lpoly_": null, "rpoly_": null, "length": 183.40779151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2221, "st_code": 31640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542074, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 19827, "Shape__Length": 72.934248081773461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132547695932999, 39.9831760000664 ], [ -75.132442593713506, 39.983193314695399 ], [ -75.131987720929999, 39.983427033222199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16203, "tnode_": 15900, "lpoly_": null, "rpoly_": null, "length": 581.38133632999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 35200, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542075, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 19828, "Shape__Length": 231.84247535619167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132547695932999, 39.9831760000664 ], [ -75.132520425831302, 39.983283228122403 ], [ -75.132210308651096, 39.984750666358998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16203, "tnode_": 16169, "lpoly_": null, "rpoly_": null, "length": 162.12953404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 109, "st_code": 75680, "l_hundred": 100, "r_hundred": 100, "seg_id": 542076, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 19829, "Shape__Length": 64.441099386871812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132547695932999, 39.9831760000664 ], [ -75.132602271227, 39.983237374653598 ], [ -75.133076127885104, 39.983304808229903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16102, "tnode_": 16206, "lpoly_": null, "rpoly_": null, "length": 221.91570611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2855, "r_f_add": 2800, "r_t_add": 2854, "st_code": 12040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542078, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19830, "Shape__Length": 88.401478176606958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101440853547302, 39.982983312828999 ], [ -75.101013584807902, 39.982470405588998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16208, "tnode_": 15979, "lpoly_": null, "rpoly_": null, "length": 409.15272719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2120, "l_t_add": 2198, "r_f_add": 2117, "r_t_add": 2199, "st_code": 67820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19831, "Shape__Length": 163.16027739092354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142628300876197, 39.983396030682997 ], [ -75.142383212795806, 39.984503268768201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16208, "tnode_": 16197, "lpoly_": null, "rpoly_": null, "length": 119.98266088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 532, "r_f_add": 501, "r_t_add": 531, "st_code": 30720, "l_hundred": 500, "r_hundred": 500, "seg_id": 542080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGLEY ST", "stname": "EDGLEY ST", "objectid": 19832, "Shape__Length": 47.667906152170367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142628300876197, 39.983396030682997 ], [ -75.143050344869707, 39.983451501915198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16207, "tnode_": 16133, "lpoly_": null, "rpoly_": null, "length": 200.28550122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2318, "l_t_add": 2398, "r_f_add": 2321, "r_t_add": 2399, "st_code": 25020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542081, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19833, "Shape__Length": 79.662249102193243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129951640657893, 39.9830850368106 ], [ -75.129361053935597, 39.9833946901703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16016, "tnode_": 16207, "lpoly_": null, "rpoly_": null, "length": 424.81805621999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2040, "st_code": 13160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542082, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARIZONA ST", "stname": "E ARIZONA ST", "objectid": 19834, "Shape__Length": 169.21454347363661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130803428689305, 39.984049724815002 ], [ -75.129951640657893, 39.9830850368106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16210, "tnode_": 15907, "lpoly_": null, "rpoly_": null, "length": 585.59652227000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87950, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542083, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 19835, "Shape__Length": 233.5236109727897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147131530785103, 39.983487468043698 ], [ -75.146785248990994, 39.985072779129801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16210, "tnode_": 16200, "lpoly_": null, "rpoly_": null, "length": 139.28953007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 806, "r_f_add": 801, "r_t_add": 807, "st_code": 28440, "l_hundred": 800, "r_hundred": 800, "seg_id": 542084, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19836, "Shape__Length": 55.337638292829936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147131530785103, 39.983487468043698 ], [ -75.147622371896006, 39.983547751541998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16148, "tnode_": 16212, "lpoly_": null, "rpoly_": null, "length": 146.76249359000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2314, "st_code": 60940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542085, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19837, "Shape__Length": 58.460549006083212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119783112010495, 39.983147003051698 ], [ -75.119493462114704, 39.982811346470797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16215, "tnode_": 16035, "lpoly_": null, "rpoly_": null, "length": 560.22145834000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3129, "r_t_add": 3199, "st_code": 31700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542086, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 19838, "Shape__Length": 222.82227549198987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103384690406997, 39.982442041028101 ], [ -75.101731453888505, 39.983306700156703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16172, "tnode_": 16215, "lpoly_": null, "rpoly_": null, "length": 107.04142125, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2727, "l_t_add": 2733, "r_f_add": 2728, "r_t_add": 2732, "st_code": 23700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542087, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19839, "Shape__Length": 42.636894307169641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103598246227605, 39.982685668527701 ], [ -75.103384690406997, 39.982442041028101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16217, "tnode_": 16013, "lpoly_": null, "rpoly_": null, "length": 611.32196266000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 22520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542088, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHATHAM ST", "stname": "CHATHAM ST", "objectid": 19840, "Shape__Length": 243.14079875116479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114835407901694, 39.982693291157403 ], [ -75.113021528666806, 39.9836255943422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16127, "tnode_": 16217, "lpoly_": null, "rpoly_": null, "length": 208.37245830999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2419, "r_f_add": 2400, "r_t_add": 2416, "st_code": 73260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19841, "Shape__Length": 82.99868618824344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115253112967807, 39.983166516592398 ], [ -75.114835407901694, 39.982693291157403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16219, "tnode_": 16083, "lpoly_": null, "rpoly_": null, "length": 411.587558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2964, "l_t_add": 2998, "r_f_add": 2965, "r_t_add": 2999, "st_code": 12300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542090, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19842, "Shape__Length": 163.7047234325816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109465335057706, 39.982549565917502 ], [ -75.108250802410794, 39.983184909329097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16131, "tnode_": 16219, "lpoly_": null, "rpoly_": null, "length": 163.44936536, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2560, "r_t_add": 2598, "st_code": 12680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542091, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19843, "Shape__Length": 65.135463078877393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109723621117197, 39.982951863344098 ], [ -75.109465335057706, 39.982549565917502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16221, "tnode_": 16173, "lpoly_": null, "rpoly_": null, "length": 145.09789542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2606, "r_f_add": 2601, "r_t_add": 2607, "st_code": 71820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542092, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19844, "Shape__Length": 57.711193028726747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122122280372096, 39.982854481082299 ], [ -75.121693996435994, 39.983078322783904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16085, "tnode_": 16221, "lpoly_": null, "rpoly_": null, "length": 281.74815387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2173, "l_t_add": 2199, "r_f_add": 2174, "r_t_add": 2198, "st_code": 44060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19845, "Shape__Length": 112.22902983264954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122680949344598, 39.983497522276203 ], [ -75.122122280372096, 39.982854481082299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16072, "tnode_": 16220, "lpoly_": null, "rpoly_": null, "length": 295.19973703, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2331, "r_f_add": 2300, "r_t_add": 2326, "st_code": 49980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19846, "Shape__Length": 117.57362415836963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1191376289717, 39.9834940729937 ], [ -75.118525176947102, 39.9828347460207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16224, "tnode_": 15919, "lpoly_": null, "rpoly_": null, "length": 586.2119085, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 34980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542095, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 19847, "Shape__Length": 233.76961109144077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146444321830998, 39.983399873476401 ], [ -75.146112936423094, 39.984922645771803 ], [ -75.146105253244997, 39.984987639599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16224, "tnode_": 16210, "lpoly_": null, "rpoly_": null, "length": 195.20126826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 28440, "l_hundred": 700, "r_hundred": 700, "seg_id": 542096, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19848, "Shape__Length": 77.551021170622249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146444321830998, 39.983399873476401 ], [ -75.147131530785103, 39.983487468043698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16226, "tnode_": 16148, "lpoly_": null, "rpoly_": null, "length": 229.85063910999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2634, "l_t_add": 2662, "r_f_add": 2637, "r_t_add": 2663, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19849, "Shape__Length": 91.422560478915202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120459039610907, 39.982789576971498 ], [ -75.119783112010495, 39.983147003051698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16157, "tnode_": 16226, "lpoly_": null, "rpoly_": null, "length": 144.81280167, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2213, "l_t_add": 2299, "r_f_add": 2212, "r_t_add": 2298, "st_code": 77960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542098, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19850, "Shape__Length": 57.684185083034315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120744254323796, 39.983121073869903 ], [ -75.120459039610907, 39.982789576971498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16230, "tnode_": 16128, "lpoly_": null, "rpoly_": null, "length": 225.05213563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2524, "r_f_add": 2501, "r_t_add": 2525, "st_code": 24240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 19851, "Shape__Length": 89.623583914884307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125476349682302, 39.982854329384601 ], [ -75.124988009113693, 39.9833447869634 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16149, "tnode_": 16230, "lpoly_": null, "rpoly_": null, "length": 179.68507388, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2113, "l_t_add": 2119, "r_f_add": 2124, "r_t_add": 2130, "st_code": 26340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542100, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19852, "Shape__Length": 71.57076678905085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125839220263501, 39.983261000991497 ], [ -75.125476349682302, 39.982854329384601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16235, "tnode_": 15929, "lpoly_": null, "rpoly_": null, "length": 588.04054906, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87930, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 19853, "Shape__Length": 234.5042346882629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145746353975994, 39.983307116448003 ], [ -75.145447286601296, 39.9849048826676 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16235, "tnode_": 16224, "lpoly_": null, "rpoly_": null, "length": 198.48801252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 749, "st_code": 28440, "l_hundred": 700, "r_hundred": 700, "seg_id": 542102, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19854, "Shape__Length": 78.857404817346094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145746353975994, 39.983307116448003 ], [ -75.146444321830998, 39.983399873476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16237, "tnode_": 16196, "lpoly_": null, "rpoly_": null, "length": 141.5855862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2852, "l_t_add": 2898, "r_f_add": 2851, "r_t_add": 2899, "st_code": 56140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19855, "Shape__Length": 56.317615268051597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112661334457002, 39.9825284980516 ], [ -75.112248492408, 39.982752557326499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16164, "tnode_": 16237, "lpoly_": null, "rpoly_": null, "length": 175.35198678, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2520, "st_code": 14020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19856, "Shape__Length": 69.846021367912456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113012401279505, 39.982926963923198 ], [ -75.112661334457002, 39.9825284980516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16238, "tnode_": 16113, "lpoly_": null, "rpoly_": null, "length": 395.23903837999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2446, "l_t_add": 2498, "r_f_add": 2445, "r_t_add": 2499, "st_code": 53980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19857, "Shape__Length": 157.20103626577151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127189860925697, 39.982857292622199 ], [ -75.1260209493161, 39.983464429991201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16199, "tnode_": 16238, "lpoly_": null, "rpoly_": null, "length": 103.24610369, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2109, "r_f_add": 2100, "r_t_add": 2106, "st_code": 39780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19858, "Shape__Length": 41.123019076954286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127400597427496, 39.983089775446203 ], [ -75.127189860925697, 39.982857292622199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16206, "tnode_": 29996, "lpoly_": null, "rpoly_": null, "length": 293.57650747000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2857, "l_t_add": 2871, "r_f_add": 2856, "r_t_add": 2870, "st_code": 12040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542108, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 19859, "Shape__Length": 116.93802644877462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101013584807902, 39.982470405588998 ], [ -75.100820909145099, 39.982224841172801 ], [ -75.100684726050204, 39.982076511924902 ], [ -75.100430626488702, 39.981801407503703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16242, "tnode_": 16186, "lpoly_": null, "rpoly_": null, "length": 190.24824283000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3014, "r_f_add": 3001, "r_t_add": 3019, "st_code": 77140, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19860, "Shape__Length": 75.665805771819024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107536661767597, 39.982368956061102 ], [ -75.106971054461098, 39.982657803611097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16170, "tnode_": 16242, "lpoly_": null, "rpoly_": null, "length": 178.36765081000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2617, "l_t_add": 2619, "r_f_add": 2616, "r_t_add": 2644, "st_code": 44860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542110, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19861, "Shape__Length": 71.048191828339853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107891457688396, 39.982775472176698 ], [ -75.107536661767597, 39.982368956061102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16090, "tnode_": 16244, "lpoly_": null, "rpoly_": null, "length": 300.29798265000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2845, "l_t_add": 2899, "r_f_add": 2844, "r_t_add": 2898, "st_code": 82560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542111, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2011-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 19862, "Shape__Length": 119.64606691604008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098019392058504, 39.982933608848299 ], [ -75.097604849955104, 39.982461619118503 ], [ -75.097553930734506, 39.982391653598803 ], [ -75.097528383131802, 39.982326205676202 ], [ -75.097522949196204, 39.982269084163498 ], [ -75.097524443089398, 39.982220157306301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16245, "tnode_": 16172, "lpoly_": null, "rpoly_": null, "length": 268.21513139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3130, "r_f_add": 3101, "r_t_add": 3129, "st_code": 70780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542112, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19863, "Shape__Length": 106.67753932393737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104391987999094, 39.982274236289399 ], [ -75.103598246227605, 39.982685668527701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16193, "tnode_": 16245, "lpoly_": null, "rpoly_": null, "length": 136.85001505, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2725, "r_f_add": 2714, "r_t_add": 2726, "st_code": 23620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19864, "Shape__Length": 54.508958563139558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104667502955195, 39.982584408629201 ], [ -75.104391987999094, 39.982274236289399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16190, "tnode_": 16246, "lpoly_": null, "rpoly_": null, "length": 153.23156494, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 84020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 19865, "Shape__Length": 61.034694358340104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102248134433196, 39.982554887812 ], [ -75.101941287898299, 39.982206723286303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16250, "tnode_": 16201, "lpoly_": null, "rpoly_": null, "length": 187.7099531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2516, "l_t_add": 2528, "r_f_add": 2517, "r_t_add": 2529, "st_code": 77800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19866, "Shape__Length": 74.643573336066723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124395675284703, 39.982683865955998 ], [ -75.123820144932196, 39.982947502220902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16128, "tnode_": 16250, "lpoly_": null, "rpoly_": null, "length": 292.43613331, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2147, "r_f_add": 2100, "r_t_add": 2148, "st_code": 34060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542116, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 19867, "Shape__Length": 116.47994088766947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124988009113693, 39.9833447869634 ], [ -75.124395675284703, 39.982683865955998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16249, "tnode_": 16226, "lpoly_": null, "rpoly_": null, "length": 103.59452003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2626, "l_t_add": 2632, "r_f_add": 2627, "r_t_add": 2635, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542117, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19868, "Shape__Length": 41.201089342502698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120768103832702, 39.982633548326703 ], [ -75.120459039610907, 39.982789576971498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16126, "tnode_": 16249, "lpoly_": null, "rpoly_": null, "length": 279.63193920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 11600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 19869, "Shape__Length": 111.38534083305778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121323331801705, 39.983271370059498 ], [ -75.120768103832702, 39.982633548326703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16253, "tnode_": 16199, "lpoly_": null, "rpoly_": null, "length": 194.80456284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2422, "l_t_add": 2444, "r_f_add": 2417, "r_t_add": 2435, "st_code": 12400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542119, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19870, "Shape__Length": 77.477918918879794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127980463221405, 39.982794833314898 ], [ -75.127400597427496, 39.983089775446203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16076, "tnode_": 16253, "lpoly_": null, "rpoly_": null, "length": 398.92087603, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2045, "l_t_add": 2099, "r_f_add": 2042, "r_t_add": 2098, "st_code": 18380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 19871, "Shape__Length": 158.89801942881394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128781036038703, 39.983700339967399 ], [ -75.127980463221405, 39.982794833314898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16252, "tnode_": 16149, "lpoly_": null, "rpoly_": null, "length": 216.86875247999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2460, "l_t_add": 2498, "r_f_add": 2449, "r_t_add": 2499, "st_code": 34960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542121, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19872, "Shape__Length": 86.365942001686363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126307253531195, 39.982786881649403 ], [ -75.125839220263501, 39.983261000991497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16254, "tnode_": 28107, "lpoly_": null, "rpoly_": null, "length": 309.36871641, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2136, "r_f_add": 2101, "r_t_add": 2137, "st_code": 53860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 19873, "Shape__Length": 123.37130140649252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144956966637395, 39.983200760512702 ], [ -75.144793870845007, 39.984040697302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16254, "tnode_": 16235, "lpoly_": null, "rpoly_": null, "length": 224.57669377000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 622, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 28440, "l_hundred": 600, "r_hundred": 600, "seg_id": 542123, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19874, "Shape__Length": 89.222336388851787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144956966637395, 39.983200760512702 ], [ -75.145746353975994, 39.983307116448003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16260, "tnode_": 16207, "lpoly_": null, "rpoly_": null, "length": 198.95180315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2319, "st_code": 25020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19875, "Shape__Length": 79.129467556749603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130540969624207, 39.982780489473598 ], [ -75.129951640657893, 39.9830850368106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16078, "tnode_": 16260, "lpoly_": null, "rpoly_": null, "length": 423.27615482, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2042, "st_code": 27500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542125, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 19876, "Shape__Length": 168.59731548495222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131394289602, 39.983739248582502 ], [ -75.130540969624207, 39.982780489473598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16263, "tnode_": 16192, "lpoly_": null, "rpoly_": null, "length": 262.1487525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2926, "r_f_add": 2901, "r_t_add": 2929, "st_code": 16580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542126, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19877, "Shape__Length": 104.26832904642036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111897363939306, 39.982342155216898 ], [ -75.111126344596499, 39.982749675460497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16196, "tnode_": 16263, "lpoly_": null, "rpoly_": null, "length": 178.97760316, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2517, "l_t_add": 2529, "r_f_add": 2520, "r_t_add": 2532, "st_code": 21020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19878, "Shape__Length": 71.293503237813894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112248492408, 39.982752557326499 ], [ -75.111897363939306, 39.982342155216898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16264, "tnode_": 16162, "lpoly_": null, "rpoly_": null, "length": 231.51132837, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2123, "st_code": 87910, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542128, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 19879, "Shape__Length": 92.323151195001216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144172470573395, 39.983101941778202 ], [ -75.144053601383405, 39.983730856194597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16264, "tnode_": 16254, "lpoly_": null, "rpoly_": null, "length": 222.76688847999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 619, "st_code": 28440, "l_hundred": 600, "r_hundred": 600, "seg_id": 542129, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19880, "Shape__Length": 88.501902777503858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144172470573395, 39.983101941778202 ], [ -75.144956966637395, 39.983200760512702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16238, "tnode_": 16266, "lpoly_": null, "rpoly_": null, "length": 80.784009250000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2111, "l_t_add": 2121, "r_f_add": 2108, "r_t_add": 2114, "st_code": 39780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542130, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19881, "Shape__Length": 32.179554548887758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127189860925697, 39.982857292622199 ], [ -75.127031676549706, 39.982671898867899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16269, "tnode_": 16162, "lpoly_": null, "rpoly_": null, "length": 237.99564332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2110, "r_f_add": 2101, "r_t_add": 2123, "st_code": 36660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 19882, "Shape__Length": 94.914666590783341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143990770886703, 39.983079318974802 ], [ -75.144053601383405, 39.983730856194597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16269, "tnode_": 16264, "lpoly_": null, "rpoly_": null, "length": 51.58030183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 590, "l_t_add": 598, "r_f_add": 591, "r_t_add": 599, "st_code": 28440, "l_hundred": 500, "r_hundred": 500, "seg_id": 542134, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19883, "Shape__Length": 20.492004942185286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143990770886703, 39.983079318974802 ], [ -75.144172470573395, 39.983101941778202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16270, "tnode_": 16190, "lpoly_": null, "rpoly_": null, "length": 286.40929841999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3124, "l_t_add": 3152, "r_f_add": 3131, "r_t_add": 3159, "st_code": 68240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542135, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19884, "Shape__Length": 113.9100835165941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1031006367039, 39.9821212156264 ], [ -75.102248134433196, 39.982554887812 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16215, "tnode_": 16270, "lpoly_": null, "rpoly_": null, "length": 141.40438837, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEMENTINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 23700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEMENTINE ST", "stname": "E CLEMENTINE ST", "objectid": 19885, "Shape__Length": 56.323209282154963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103384690406997, 39.982442041028101 ], [ -75.1031006367039, 39.9821212156264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16272, "tnode_": 16220, "lpoly_": null, "rpoly_": null, "length": 227.43097202000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2656, "l_t_add": 2698, "r_f_add": 2657, "r_t_add": 2699, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19886, "Shape__Length": 90.45908846311967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119194871003003, 39.982482075155097 ], [ -75.118525176947102, 39.9828347460207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16212, "tnode_": 16272, "lpoly_": null, "rpoly_": null, "length": 146.24948568000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2317, "l_t_add": 2399, "r_f_add": 2316, "r_t_add": 2398, "st_code": 60940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542138, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 19887, "Shape__Length": 58.250986303238534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119493462114704, 39.982811346470797 ], [ -75.119194871003003, 39.982482075155097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16273, "tnode_": 16221, "lpoly_": null, "rpoly_": null, "length": 189.07670657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2546, "l_t_add": 2598, "r_f_add": 2559, "r_t_add": 2599, "st_code": 71820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542139, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19888, "Shape__Length": 75.202928741641315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122680509425606, 39.982562946926599 ], [ -75.122122280372096, 39.982854481082299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16143, "tnode_": 16273, "lpoly_": null, "rpoly_": null, "length": 286.67867796000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2173, "l_t_add": 2199, "r_f_add": 2178, "r_t_add": 2198, "st_code": 41440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19889, "Shape__Length": 114.1893156649036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123255485758307, 39.983213854236602 ], [ -75.122680509425606, 39.982562946926599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16280, "tnode_": 16198, "lpoly_": null, "rpoly_": null, "length": 179.85612133000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2119, "st_code": 33240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 19890, "Shape__Length": 71.728323040964781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143365742564697, 39.982997012836996 ], [ -75.143407378657699, 39.983489700170502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16280, "tnode_": 16269, "lpoly_": null, "rpoly_": null, "length": 177.69950917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 532, "l_t_add": 588, "r_f_add": 531, "r_t_add": 589, "st_code": 28440, "l_hundred": 500, "r_hundred": 500, "seg_id": 542142, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19891, "Shape__Length": 70.597858851641874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143365742564697, 39.982997012836996 ], [ -75.143990770886703, 39.983079318974802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16283, "tnode_": 16212, "lpoly_": null, "rpoly_": null, "length": 229.5976719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 11380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGATE ST", "stname": "AGATE ST", "objectid": 19892, "Shape__Length": 91.319753459028462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120171035890905, 39.9824570071358 ], [ -75.119493462114704, 39.982811346470797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16226, "tnode_": 16283, "lpoly_": null, "rpoly_": null, "length": 145.64284489, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2318, "st_code": 77960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542146, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19893, "Shape__Length": 58.013811215260496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120459039610907, 39.982789576971498 ], [ -75.120431587710897, 39.9827507813011 ], [ -75.120171035890905, 39.9824570071358 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16285, "tnode_": 16219, "lpoly_": null, "rpoly_": null, "length": 197.25827782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2962, "r_f_add": 2943, "r_t_add": 2963, "st_code": 12300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542147, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19894, "Shape__Length": 78.454870836427773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110050206660006, 39.982248257520602 ], [ -75.109465335057706, 39.982549565917502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16139, "tnode_": 16285, "lpoly_": null, "rpoly_": null, "length": 321.55735161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2543, "l_t_add": 2599, "r_f_add": 2530, "r_t_add": 2598, "st_code": 17660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542148, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 19895, "Shape__Length": 128.07924660926068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110699884958507, 39.982975860691901 ], [ -75.110050206660006, 39.982248257520602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16284, "tnode_": 16123, "lpoly_": null, "rpoly_": null, "length": 519.39788780999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3020, "l_t_add": 3098, "r_f_add": 3021, "r_t_add": 3099, "st_code": 30740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542149, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19896, "Shape__Length": 206.58624363377655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106483435163199, 39.982105608663097 ], [ -75.104953741825796, 39.982910714429799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16186, "tnode_": 16284, "lpoly_": null, "rpoly_": null, "length": 243.17825031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2647, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 31160, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542150, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19897, "Shape__Length": 96.861640883907853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106971054461098, 39.982657803611097 ], [ -75.106483435163199, 39.982105608663097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16286, "tnode_": 16280, "lpoly_": null, "rpoly_": null, "length": 84.70670384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 522, "l_t_add": 530, "r_f_add": 525, "r_t_add": 529, "st_code": 28440, "l_hundred": 500, "r_hundred": 500, "seg_id": 542151, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19898, "Shape__Length": 33.652774714930374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143067639104601, 39.982958514062602 ], [ -75.143365742564697, 39.982997012836996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16287, "tnode_": 16208, "lpoly_": null, "rpoly_": null, "length": 176.98565066, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2118, "r_f_add": 2101, "r_t_add": 2115, "st_code": 67820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542152, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 19899, "Shape__Length": 70.57682649139241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142732954528995, 39.982917062451797 ], [ -75.142632148716004, 39.983358225618602 ], [ -75.142628300876197, 39.983396030682997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16287, "tnode_": 16286, "lpoly_": null, "rpoly_": null, "length": 94.99664792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 516, "l_t_add": 520, "r_f_add": 515, "r_t_add": 523, "st_code": 28440, "l_hundred": 500, "r_hundred": 500, "seg_id": 542153, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19900, "Shape__Length": 37.740480735702135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142732954528995, 39.982917062451797 ], [ -75.143067639104601, 39.982958514062602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16291, "tnode_": 16215, "lpoly_": null, "rpoly_": null, "length": 268.42698621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3130, "r_f_add": 3101, "r_t_add": 3127, "st_code": 31700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 19901, "Shape__Length": 106.76252408009928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104177540731399, 39.982028558816999 ], [ -75.103384690406997, 39.982442041028101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16245, "tnode_": 16291, "lpoly_": null, "rpoly_": null, "length": 107.80064904, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2727, "l_t_add": 2735, "r_f_add": 2728, "r_t_add": 2738, "st_code": 23620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19902, "Shape__Length": 42.939357407278983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104391987999094, 39.982274236289399 ], [ -75.104177540731399, 39.982028558816999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16292, "tnode_": 16249, "lpoly_": null, "rpoly_": null, "length": 124.79628498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2614, "l_t_add": 2624, "r_f_add": 2615, "r_t_add": 2625, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542156, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19903, "Shape__Length": 49.635356816188057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1211375123804, 39.982442221205503 ], [ -75.120768103832702, 39.982633548326703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16173, "tnode_": 16292, "lpoly_": null, "rpoly_": null, "length": 279.3081132, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 40700, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542157, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 19904, "Shape__Length": 111.25510614495072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121693996435994, 39.983078322783904 ], [ -75.1211375123804, 39.982442221205503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16297, "tnode_": 16242, "lpoly_": null, "rpoly_": null, "length": 154.06125691000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2984, "l_t_add": 2998, "r_f_add": 2985, "r_t_add": 2999, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19905, "Shape__Length": 61.279336472525017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107986287305295, 39.982125600531802 ], [ -75.107536661767597, 39.982368956061102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16302, "tnode_": 15986, "lpoly_": null, "rpoly_": null, "length": 588.31786676000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87890, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542159, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 19906, "Shape__Length": 234.60637050289202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142222291298097, 39.982849534452697 ], [ -75.141872477011702, 39.984441962993799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16302, "tnode_": 16287, "lpoly_": null, "rpoly_": null, "length": 145.20247302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 513, "st_code": 28440, "l_hundred": 500, "r_hundred": 500, "seg_id": 542160, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19907, "Shape__Length": 57.687102322211885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142222291298097, 39.982849534452697 ], [ -75.142732954528995, 39.982917062451797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16303, "tnode_": 16170, "lpoly_": null, "rpoly_": null, "length": 429.71954059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 55520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542161, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 19908, "Shape__Length": 170.91383692655231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109161730523297, 39.982114684381898 ], [ -75.107891457688396, 39.982775472176698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16219, "tnode_": 16303, "lpoly_": null, "rpoly_": null, "length": 179.82045089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2615, "r_f_add": 2600, "r_t_add": 2618, "st_code": 12680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542162, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19909, "Shape__Length": 71.651152547140455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109465335057706, 39.982549565917502 ], [ -75.109161730523297, 39.982114684381898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16304, "tnode_": 15996, "lpoly_": null, "rpoly_": null, "length": 545.39551102999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 19140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542163, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 19910, "Shape__Length": 217.49421203709346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156917548909504, 39.983229042571203 ], [ -75.156615680478097, 39.984708102795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16304, "tnode_": 16276, "lpoly_": null, "rpoly_": null, "length": 267.50012633999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1424, "r_f_add": 1401, "r_t_add": 1423, "st_code": 60140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 542164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 19911, "Shape__Length": 106.27300404846561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156917548909504, 39.983229042571203 ], [ -75.157860664034999, 39.983342492128997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16305, "tnode_": 16164, "lpoly_": null, "rpoly_": null, "length": 470.79628121000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2860, "r_f_add": 2801, "r_t_add": 2849, "st_code": 36420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542165, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 19912, "Shape__Length": 187.25291143035312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114402521300207, 39.982201217254101 ], [ -75.113012401279505, 39.982926963923198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16217, "tnode_": 16305, "lpoly_": null, "rpoly_": null, "length": 216.44349682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2421, "l_t_add": 2499, "r_f_add": 2418, "r_t_add": 2498, "st_code": 73260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19913, "Shape__Length": 86.213415382136787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114835407901694, 39.982693291157403 ], [ -75.114402521300207, 39.982201217254101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16308, "tnode_": 15997, "lpoly_": null, "rpoly_": null, "length": 587.08306813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 61660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542167, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 19914, "Shape__Length": 234.11351454636235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141746876425898, 39.982789834120901 ], [ -75.141396168744805, 39.984378708247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16308, "tnode_": 16302, "lpoly_": null, "rpoly_": null, "length": 134.98940853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 436, "l_t_add": 498, "r_f_add": 437, "r_t_add": 499, "st_code": 28440, "l_hundred": 400, "r_hundred": 400, "seg_id": 542168, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19915, "Shape__Length": 53.628947412752929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141746876425898, 39.982789834120901 ], [ -75.142222291298097, 39.982849534452697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16311, "tnode_": 16253, "lpoly_": null, "rpoly_": null, "length": 195.90585579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2420, "r_f_add": 2401, "r_t_add": 2415, "st_code": 12400, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542169, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19916, "Shape__Length": 77.92144025317279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555584558399, 39.982489097426402 ], [ -75.127980463221405, 39.982794833314898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16133, "tnode_": 16311, "lpoly_": null, "rpoly_": null, "length": 399.72061112, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2033, "l_t_add": 2099, "r_f_add": 2036, "r_t_add": 2098, "st_code": 85740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 19917, "Shape__Length": 159.21422231007645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129361053935597, 39.9833946901703 ], [ -75.128555584558399, 39.982489097426402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16312, "tnode_": 16263, "lpoly_": null, "rpoly_": null, "length": 139.66478518000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2852, "l_t_add": 2898, "r_f_add": 2849, "r_t_add": 2899, "st_code": 16580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 19918, "Shape__Length": 55.549448737963182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112309858469601, 39.982126980622098 ], [ -75.111897363939306, 39.982342155216898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16237, "tnode_": 16312, "lpoly_": null, "rpoly_": null, "length": 176.33762297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2523, "l_t_add": 2537, "r_f_add": 2522, "r_t_add": 2532, "st_code": 14020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19919, "Shape__Length": 70.238977429337623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112661334457002, 39.9825284980516 ], [ -75.112309858469601, 39.982126980622098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16315, "tnode_": 16250, "lpoly_": null, "rpoly_": null, "length": 217.33151852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 77800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19920, "Shape__Length": 86.419793122003995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125065380977503, 39.982383005155398 ], [ -75.124395675284703, 39.982683865955998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16230, "tnode_": 16315, "lpoly_": null, "rpoly_": null, "length": 206.74266537, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2121, "l_t_add": 2137, "r_f_add": 2132, "r_t_add": 2148, "st_code": 26340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542176, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 19921, "Shape__Length": 82.350841123196616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125476349682302, 39.982854329384601 ], [ -75.125065380977503, 39.982383005155398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16316, "tnode_": 16308, "lpoly_": null, "rpoly_": null, "length": 131.48930997999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 424, "l_t_add": 434, "r_f_add": 425, "r_t_add": 435, "st_code": 28440, "l_hundred": 400, "r_hundred": 400, "seg_id": 542177, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19922, "Shape__Length": 52.238963046115366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141284467233604, 39.982728570424399 ], [ -75.141746876425898, 39.982789834120901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16317, "tnode_": 16272, "lpoly_": null, "rpoly_": null, "length": 155.67187187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2638, "l_t_add": 2654, "r_f_add": 2639, "r_t_add": 2655, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542178, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19923, "Shape__Length": 61.915476049039121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119655537422403, 39.982243257404797 ], [ -75.119194871003003, 39.982482075155097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16322, "tnode_": 16260, "lpoly_": null, "rpoly_": null, "length": 201.78439015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2223, "r_t_add": 2299, "st_code": 25020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19924, "Shape__Length": 80.260006105097077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131132789870904, 39.982464958515401 ], [ -75.130540969624207, 39.982780489473598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16138, "tnode_": 16322, "lpoly_": null, "rpoly_": null, "length": 424.52855033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2040, "st_code": 34400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542180, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 19925, "Shape__Length": 169.09583875817822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131987720929999, 39.983427033222199 ], [ -75.131132789870904, 39.982464958515401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16324, "tnode_": 16018, "lpoly_": null, "rpoly_": null, "length": 586.96765542999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 50100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 19926, "Shape__Length": 234.06729244945095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140830272293599, 39.982669304453502 ], [ -75.140481089826395, 39.984258055962599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16324, "tnode_": 16316, "lpoly_": null, "rpoly_": null, "length": 129.09782457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 412, "l_t_add": 422, "r_f_add": 413, "r_t_add": 423, "st_code": 28440, "l_hundred": 400, "r_hundred": 400, "seg_id": 542182, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19927, "Shape__Length": 51.28864127639099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140830272293599, 39.982669304453502 ], [ -75.141284467233604, 39.982728570424399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16325, "tnode_": 16252, "lpoly_": null, "rpoly_": null, "length": 201.24807590999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2442, "l_t_add": 2458, "r_f_add": 2431, "r_t_add": 2447, "st_code": 34960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542183, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 19928, "Shape__Length": 80.143690924013242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126743310707198, 39.982347931061398 ], [ -75.126307253531195, 39.982786881649403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16266, "tnode_": 16325, "lpoly_": null, "rpoly_": null, "length": 143.03104197000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2123, "l_t_add": 2133, "r_f_add": 2116, "r_t_add": 2126, "st_code": 39780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 19929, "Shape__Length": 56.970798915874525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127031676549706, 39.982671898867899 ], [ -75.126743310707198, 39.982347931061398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16327, "tnode_": 16285, "lpoly_": null, "rpoly_": null, "length": 147.38361056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2928, "l_t_add": 2938, "r_f_add": 2929, "r_t_add": 2941, "st_code": 12300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19930, "Shape__Length": 58.621281791092152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110482913439796, 39.982018286331702 ], [ -75.110050206660006, 39.982248257520602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16192, "tnode_": 16327, "lpoly_": null, "rpoly_": null, "length": 321.71099683, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2533, "l_t_add": 2599, "r_f_add": 2530, "r_t_add": 2598, "st_code": 56620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 19931, "Shape__Length": 128.14326793464886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111126344596499, 39.982749675460497 ], [ -75.110482913439796, 39.982018286331702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16328, "tnode_": 16273, "lpoly_": null, "rpoly_": null, "length": 182.11688169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2526, "l_t_add": 2544, "r_f_add": 2539, "r_t_add": 2557, "st_code": 71820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542187, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19932, "Shape__Length": 72.434945038343926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123217494430804, 39.982281359626903 ], [ -75.122680509425606, 39.982562946926599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16201, "tnode_": 16328, "lpoly_": null, "rpoly_": null, "length": 295.64656601000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2155, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 71860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542188, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 19933, "Shape__Length": 117.75608197119323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123820144932196, 39.982947502220902 ], [ -75.123217494430804, 39.982281359626903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16336, "tnode_": 16025, "lpoly_": null, "rpoly_": null, "length": 587.13646469000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87870, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542189, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 19934, "Shape__Length": 234.13440456782664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140372516642998, 39.9826110342254 ], [ -75.140023192747606, 39.984200237282998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16336, "tnode_": 16324, "lpoly_": null, "rpoly_": null, "length": 130.02210238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 411, "st_code": 28440, "l_hundred": 400, "r_hundred": 400, "seg_id": 542190, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19935, "Shape__Length": 51.655529162315439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140372516642998, 39.9826110342254 ], [ -75.140830272293599, 39.982669304453502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16337, "tnode_": 16297, "lpoly_": null, "rpoly_": null, "length": 140.48831141000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2966, "l_t_add": 2982, "r_f_add": 2969, "r_t_add": 2983, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19936, "Shape__Length": 55.879372752878837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108397690215696, 39.981905213847902 ], [ -75.107986287305295, 39.982125600531802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16340, "tnode_": 16292, "lpoly_": null, "rpoly_": null, "length": 144.09588008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2613, "st_code": 78020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542192, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19937, "Shape__Length": 57.314500316878188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121559551680207, 39.982216252737999 ], [ -75.1211375123804, 39.982442221205503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16221, "tnode_": 16340, "lpoly_": null, "rpoly_": null, "length": 280.93003292000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 44060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 19938, "Shape__Length": 111.89930125570864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122122280372096, 39.982854481082299 ], [ -75.121559551680207, 39.982216252737999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16339, "tnode_": 16317, "lpoly_": null, "rpoly_": null, "length": 76.49257353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2630, "l_t_add": 2636, "r_f_add": 2635, "r_t_add": 2637, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19939, "Shape__Length": 30.421916434018058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119883864151205, 39.982128189440601 ], [ -75.119655537422403, 39.982243257404797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16283, "tnode_": 16339, "lpoly_": null, "rpoly_": null, "length": 144.30549227, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2319, "l_t_add": 2329, "r_f_add": 2320, "r_t_add": 2328, "st_code": 77960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542195, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 19940, "Shape__Length": 57.48010254791415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120171035890905, 39.9824570071358 ], [ -75.119883864151205, 39.982128189440601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16345, "tnode_": 16284, "lpoly_": null, "rpoly_": null, "length": 190.52218892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3019, "st_code": 30740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542197, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19941, "Shape__Length": 75.777235843365446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107045625336895, 39.981811505736196 ], [ -75.106483435163199, 39.982105608663097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16242, "tnode_": 16345, "lpoly_": null, "rpoly_": null, "length": 245.30044351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2621, "l_t_add": 2699, "r_f_add": 2646, "r_t_add": 2698, "st_code": 44860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19942, "Shape__Length": 97.706939423060462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107536661767597, 39.982368956061102 ], [ -75.107045625336895, 39.981811505736196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16346, "tnode_": 16037, "lpoly_": null, "rpoly_": null, "length": 586.50083493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 61580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542199, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 19943, "Shape__Length": 233.88098869719391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139870385025006, 39.9825455034157 ], [ -75.139523373775006, 39.984133236884198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16346, "tnode_": 16336, "lpoly_": null, "rpoly_": null, "length": 142.72391989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 312, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 28440, "l_hundred": 300, "r_hundred": 300, "seg_id": 542200, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19944, "Shape__Length": 56.701986932499622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139870385025006, 39.9825455034157 ], [ -75.140372516642998, 39.9826110342254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16348, "tnode_": 16193, "lpoly_": null, "rpoly_": null, "length": 518.99328419000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3032, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 77320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19945, "Shape__Length": 206.42216859376595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106198969025797, 39.981783281508797 ], [ -75.104667502955195, 39.982584408629201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16284, "tnode_": 16348, "lpoly_": null, "rpoly_": null, "length": 141.92197893, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 31160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19946, "Shape__Length": 56.529403107628298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106483435163199, 39.982105608663097 ], [ -75.106198969025797, 39.981783281508797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16352, "tnode_": 16061, "lpoly_": null, "rpoly_": null, "length": 542.90284728999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88050, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542203, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 19947, "Shape__Length": 216.49674008661432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154732816843904, 39.982928878662499 ], [ -75.154414679808596, 39.984398983173499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16352, "tnode_": 27076, "lpoly_": null, "rpoly_": null, "length": 252.23929369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1340, "r_f_add": 1301, "r_t_add": 1339, "st_code": 60140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542204, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 19948, "Shape__Length": 100.21197073237018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154732816843904, 39.982928878662499 ], [ -75.155619527521296, 39.983047927143197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16357, "tnode_": 16047, "lpoly_": null, "rpoly_": null, "length": 586.77146234999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87850, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542205, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 19949, "Shape__Length": 233.98811084970134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139366742770207, 39.982482425550799 ], [ -75.139133199109196, 39.983498412558802 ], [ -75.139016114647703, 39.9840703755169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16357, "tnode_": 16346, "lpoly_": null, "rpoly_": null, "length": 142.99512911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 313, "st_code": 28440, "l_hundred": 300, "r_hundred": 300, "seg_id": 542206, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19950, "Shape__Length": 56.809195449921233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139366742770207, 39.982482425550799 ], [ -75.139870385025006, 39.9825455034157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16358, "tnode_": 16270, "lpoly_": null, "rpoly_": null, "length": 268.84335270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3122, "r_f_add": 3101, "r_t_add": 3129, "st_code": 68240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542207, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 19951, "Shape__Length": 106.93260908745448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103887842151494, 39.981699400449898 ], [ -75.1031006367039, 39.9821212156264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16291, "tnode_": 16358, "lpoly_": null, "rpoly_": null, "length": 144.80460775999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 23620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 19952, "Shape__Length": 57.677793679693835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104177540731399, 39.982028558816999 ], [ -75.103887842151494, 39.981699400449898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16360, "tnode_": 16311, "lpoly_": null, "rpoly_": null, "length": 146.79242746999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2319, "r_t_add": 2399, "st_code": 12400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542209, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19953, "Shape__Length": 58.385394385922602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128987870519097, 39.982261517990203 ], [ -75.128555584558399, 39.982489097426402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16365, "tnode_": 16360, "lpoly_": null, "rpoly_": null, "length": 53.73423068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2318, "l_t_add": 2320, "r_f_add": 2315, "r_t_add": 2317, "st_code": 12400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542212, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19954, "Shape__Length": 21.371995201897953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129146485469306, 39.982178633736602 ], [ -75.128987870519097, 39.982261517990203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16207, "tnode_": 16365, "lpoly_": null, "rpoly_": null, "length": 399.91516386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2042, "r_t_add": 2098, "st_code": 13160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542213, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARIZONA ST", "stname": "E ARIZONA ST", "objectid": 19955, "Shape__Length": 159.29134132626234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129951640657893, 39.9830850368106 ], [ -75.129146485469306, 39.982178633736602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16369, "tnode_": 16339, "lpoly_": null, "rpoly_": null, "length": 100.52356057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2622, "l_t_add": 2628, "r_f_add": 2627, "r_t_add": 2633, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542214, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19956, "Shape__Length": 39.984118749346109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120177199762296, 39.981969358367799 ], [ -75.119883864151205, 39.982128189440601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16249, "tnode_": 16369, "lpoly_": null, "rpoly_": null, "length": 293.19181511, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2331, "r_f_add": 2300, "r_t_add": 2332, "st_code": 11600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542215, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 19957, "Shape__Length": 116.78118934746401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120768103832702, 39.982633548326703 ], [ -75.120177199762296, 39.981969358367799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16371, "tnode_": 16315, "lpoly_": null, "rpoly_": null, "length": 204.73418412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2440, "l_t_add": 2498, "r_f_add": 2441, "r_t_add": 2499, "st_code": 77800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19958, "Shape__Length": 81.403804182677803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125704662636807, 39.982110946315402 ], [ -75.125065380977503, 39.982383005155398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16252, "tnode_": 16371, "lpoly_": null, "rpoly_": null, "length": 298.57232812999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2153, "r_f_add": 2100, "r_t_add": 2150, "st_code": 50420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542217, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 19959, "Shape__Length": 118.92413875750785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126307253531195, 39.982786881649403 ], [ -75.125704662636807, 39.982110946315402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16373, "tnode_": 16091, "lpoly_": null, "rpoly_": null, "length": 541.46232934, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88030, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542218, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 19960, "Shape__Length": 215.92143683565209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153160846006799, 39.982728802162399 ], [ -75.152842024214493, 39.9841948095672 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16373, "tnode_": 16352, "lpoly_": null, "rpoly_": null, "length": 446.50378486, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 60140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 542219, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 19961, "Shape__Length": 177.38870730899615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153160846006799, 39.982728802162399 ], [ -75.154732816843904, 39.982928878662499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16312, "tnode_": 16376, "lpoly_": null, "rpoly_": null, "length": 160.07045682, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2539, "l_t_add": 2559, "r_f_add": 2534, "r_t_add": 2558, "st_code": 14020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 19962, "Shape__Length": 63.756835793682498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112309858469601, 39.982126980622098 ], [ -75.111986301837504, 39.981764861656103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16378, "tnode_": 16237, "lpoly_": null, "rpoly_": null, "length": 469.62057004000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2850, "r_f_add": 2801, "r_t_add": 2849, "st_code": 56140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542222, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 19963, "Shape__Length": 186.78258847186072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114050183824105, 39.9818070740141 ], [ -75.112661334457002, 39.9825284980516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16305, "tnode_": 16378, "lpoly_": null, "rpoly_": null, "length": 174.2528566, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2518, "st_code": 73260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 19964, "Shape__Length": 69.405756853442256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114402521300207, 39.982201217254101 ], [ -75.114050183824105, 39.9818070740141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16379, "tnode_": 16068, "lpoly_": null, "rpoly_": null, "length": 588.63031379000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 12440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542224, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 19965, "Shape__Length": 234.73086969548285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138140758102395, 39.982321721699002 ], [ -75.137802625910695, 39.983916511529898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16379, "tnode_": 16375, "lpoly_": null, "rpoly_": null, "length": 190.92465185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 236, "l_t_add": 256, "r_f_add": 237, "r_t_add": 257, "st_code": 28440, "l_hundred": 200, "r_hundred": 200, "seg_id": 542225, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19966, "Shape__Length": 75.851025562516185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138140758102395, 39.982321721699002 ], [ -75.138812608250802, 39.982408743106198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16380, "tnode_": 16337, "lpoly_": null, "rpoly_": null, "length": 145.73490018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2958, "l_t_add": 2964, "r_f_add": 2963, "r_t_add": 2967, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542226, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 19967, "Shape__Length": 57.961910530337128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108830099315199, 39.981682961100397 ], [ -75.108397690215696, 39.981905213847902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16303, "tnode_": 16380, "lpoly_": null, "rpoly_": null, "length": 182.67574637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2617, "l_t_add": 2633, "r_f_add": 2620, "r_t_add": 2636, "st_code": 12680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542227, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 19968, "Shape__Length": 72.778383159544305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109161730523297, 39.982114684381898 ], [ -75.108830099315199, 39.981682961100397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16381, "tnode_": 16328, "lpoly_": null, "rpoly_": null, "length": 192.06316235999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2516, "l_t_add": 2524, "r_f_add": 2519, "r_t_add": 2537, "st_code": 71820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542228, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 19969, "Shape__Length": 76.389619211228947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123785207937203, 39.981985983670803 ], [ -75.123217494430804, 39.982281359626903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16250, "tnode_": 16381, "lpoly_": null, "rpoly_": null, "length": 306.42610542, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2149, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 34060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 19970, "Shape__Length": 122.0561119694963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124395675284703, 39.982683865955998 ], [ -75.123785207937203, 39.981985983670803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16384, "tnode_": 16266, "lpoly_": null, "rpoly_": null, "length": 390.36541318000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2444, "r_f_add": 2401, "r_t_add": 2443, "st_code": 53980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 19971, "Shape__Length": 155.26474260676306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128180768694705, 39.982066149639003 ], [ -75.127031676549706, 39.982671898867899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16311, "tnode_": 16384, "lpoly_": null, "rpoly_": null, "length": 186.46940475, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2118, "st_code": 85740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 19972, "Shape__Length": 74.273071101529666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555584558399, 39.982489097426402 ], [ -75.128180768694705, 39.982066149639003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16220, "tnode_": 16387, "lpoly_": null, "rpoly_": null, "length": 408.83035736000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19125, "l_f_add": 2333, "l_t_add": 2363, "r_f_add": 2328, "r_t_add": 2362, "st_code": 49980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542232, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 19973, "Shape__Length": 162.84821886023951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118525176947102, 39.9828347460207 ], [ -75.117715208411099, 39.981901313474097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16389, "tnode_": 16107, "lpoly_": null, "rpoly_": null, "length": 540.4870418, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 54140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 19974, "Shape__Length": 215.53172365657349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152374278199105, 39.982628486239399 ], [ -75.152052790285595, 39.984091433795399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16389, "tnode_": 16373, "lpoly_": null, "rpoly_": null, "length": 223.42991094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 60140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542234, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 19975, "Shape__Length": 88.764918416838327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152374278199105, 39.982628486239399 ], [ -75.153160846006799, 39.982728802162399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16390, "tnode_": 16345, "lpoly_": null, "rpoly_": null, "length": 151.87959625000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2984, "l_t_add": 2998, "r_f_add": 2993, "r_t_add": 2999, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542235, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 19976, "Shape__Length": 60.409186686009768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107491482417899, 39.981574467236399 ], [ -75.107045625336895, 39.981811505736196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16297, "tnode_": 16390, "lpoly_": null, "rpoly_": null, "length": 243.99772709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 77560, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TORONTO ST", "stname": "E TORONTO ST", "objectid": 19977, "Shape__Length": 97.184535374640319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107986287305295, 39.982125600531802 ], [ -75.107491482417899, 39.981574467236399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16391, "tnode_": 16322, "lpoly_": null, "rpoly_": null, "length": 202.63236726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2221, "st_code": 25020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542237, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 19978, "Shape__Length": 80.594380867753287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131730586040803, 39.982152012655199 ], [ -75.131132789870904, 39.982464958515401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16203, "tnode_": 16391, "lpoly_": null, "rpoly_": null, "length": 441.54445635999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2035, "r_f_add": 2000, "r_t_add": 2036, "st_code": 75660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542238, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 19979, "Shape__Length": 175.89669357103656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132547695932999, 39.9831760000664 ], [ -75.132522606142899, 39.983053428141602 ], [ -75.131730586040803, 39.982152012655199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16392, "tnode_": 16365, "lpoly_": null, "rpoly_": null, "length": 64.56081284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2312, "l_t_add": 2316, "r_f_add": 2309, "r_t_add": 2313, "st_code": 12400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542239, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 19980, "Shape__Length": 25.678118114169294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129336997552699, 39.982078980628202 ], [ -75.129146485469306, 39.982178633736602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16393, "tnode_": 16340, "lpoly_": null, "rpoly_": null, "length": 188.7163862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2556, "l_t_add": 2598, "r_f_add": 2555, "r_t_add": 2599, "st_code": 78020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542240, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 19981, "Shape__Length": 75.057377662526875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122118813964605, 39.981927670675603 ], [ -75.121559551680207, 39.982216252737999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16273, "tnode_": 16393, "lpoly_": null, "rpoly_": null, "length": 279.87812759000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 41440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542241, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 19982, "Shape__Length": 111.47930339001402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122680509425606, 39.982562946926599 ], [ -75.122118813964605, 39.981927670675603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16394, "tnode_": 16084, "lpoly_": null, "rpoly_": null, "length": 587.45495045999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 64500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 19983, "Shape__Length": 234.26101418845681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137445746951002, 39.982232134563802 ], [ -75.137102427539105, 39.983822997791201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16394, "tnode_": 16379, "lpoly_": null, "rpoly_": null, "length": 197.48053533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 210, "l_t_add": 234, "r_f_add": 211, "r_t_add": 235, "st_code": 28440, "l_hundred": 200, "r_hundred": 200, "seg_id": 542243, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19984, "Shape__Length": 78.455381189680025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137445746951002, 39.982232134563802 ], [ -75.138140758102395, 39.982321721699002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16399, "tnode_": 16245, "lpoly_": null, "rpoly_": null, "length": 519.5451525200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3022, "l_t_add": 3098, "r_f_add": 3023, "r_t_add": 3099, "st_code": 70780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542244, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 19985, "Shape__Length": 206.64158621607805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105923889525897, 39.981470917226297 ], [ -75.104391987999094, 39.982274236289399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16348, "tnode_": 16399, "lpoly_": null, "rpoly_": null, "length": 137.4420524, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2799, "r_f_add": 2714, "r_t_add": 2798, "st_code": 31160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 19986, "Shape__Length": 54.744935261589013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106198969025797, 39.981783281508797 ], [ -75.105923889525897, 39.981470917226297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16402, "tnode_": 16099, "lpoly_": null, "rpoly_": null, "length": 587.82096834000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 87830, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542246, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 19987, "Shape__Length": 234.40778076478827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136851392982095, 39.9821563150985 ], [ -75.1365153364995, 39.983749113665503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16402, "tnode_": 16394, "lpoly_": null, "rpoly_": null, "length": 168.83249963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 209, "st_code": 28440, "l_hundred": 200, "r_hundred": 200, "seg_id": 542247, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19988, "Shape__Length": 67.073816831454309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136851392982095, 39.9821563150985 ], [ -75.137445746951002, 39.982232134563802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16404, "tnode_": 16122, "lpoly_": null, "rpoly_": null, "length": 538.75788895999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 88010, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542248, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 19989, "Shape__Length": 214.84155339306048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151590779103799, 39.982529756174799 ], [ -75.151268192399201, 39.983987745752898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16404, "tnode_": 16389, "lpoly_": null, "rpoly_": null, "length": 222.48778579, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1121, "st_code": 60140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542249, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 19990, "Shape__Length": 88.390281646283299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151590779103799, 39.982529756174799 ], [ -75.152374278199105, 39.982628486239399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16406, "tnode_": 16327, "lpoly_": null, "rpoly_": null, "length": 259.28902978999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2926, "r_f_add": 2901, "r_t_add": 2927, "st_code": 12300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542250, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 19991, "Shape__Length": 103.1299021765263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111245351987606, 39.981615030607102 ], [ -75.110482913439796, 39.982018286331702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16263, "tnode_": 16406, "lpoly_": null, "rpoly_": null, "length": 321.78551292000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2531, "l_t_add": 2599, "r_f_add": 2534, "r_t_add": 2598, "st_code": 21020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542251, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 19992, "Shape__Length": 128.16799882415947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111897363939306, 39.982342155216898 ], [ -75.111245351987606, 39.981615030607102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16405, "tnode_": 16348, "lpoly_": null, "rpoly_": null, "length": 191.73933582000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3030, "r_f_add": 3001, "r_t_add": 3025, "st_code": 77320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542252, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 19993, "Shape__Length": 76.261328668148252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106764262434794, 39.981486751113003 ], [ -75.106198969025797, 39.981783281508797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16345, "tnode_": 16405, "lpoly_": null, "rpoly_": null, "length": 142.1705039, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2712, "st_code": 44860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 19994, "Shape__Length": 56.629918009537583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107045625336895, 39.981811505736196 ], [ -75.106764262434794, 39.981486751113003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16407, "tnode_": 16369, "lpoly_": null, "rpoly_": null, "length": 123.71148723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2610, "l_t_add": 2620, "r_f_add": 2615, "r_t_add": 2625, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 19995, "Shape__Length": 49.20441586272829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120542028311405, 39.981778143597701 ], [ -75.120177199762296, 39.981969358367799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16292, "tnode_": 16407, "lpoly_": null, "rpoly_": null, "length": 293.88518467, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2329, "r_f_add": 2300, "r_t_add": 2328, "st_code": 40700, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 19996, "Shape__Length": 117.05544998709696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1211375123804, 39.982442221205503 ], [ -75.120542028311405, 39.981778143597701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16409, "tnode_": 16110, "lpoly_": null, "rpoly_": null, "length": 587.37356935000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 62760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542256, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 19997, "Shape__Length": 234.22750423094911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136316455197999, 39.982085596669201 ], [ -75.135969352943306, 39.983675747442199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16409, "tnode_": 16402, "lpoly_": null, "rpoly_": null, "length": 152.10517502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 188, "l_t_add": 198, "r_f_add": 189, "r_t_add": 199, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542257, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 19998, "Shape__Length": 60.428776548956932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136316455197999, 39.982085596669201 ], [ -75.136851392982095, 39.9821563150985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16410, "tnode_": 16371, "lpoly_": null, "rpoly_": null, "length": 193.11275235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2426, "l_t_add": 2438, "r_f_add": 2423, "r_t_add": 2439, "st_code": 77800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 19999, "Shape__Length": 76.779249053221392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126312165506505, 39.981860706621603 ], [ -75.125704662636807, 39.982110946315402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16325, "tnode_": 16410, "lpoly_": null, "rpoly_": null, "length": 214.70809479, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2135, "l_t_add": 2141, "r_f_add": 2128, "r_t_add": 2138, "st_code": 39780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20000, "Shape__Length": 85.520887467457882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126743310707198, 39.982347931061398 ], [ -75.126312165506505, 39.981860706621603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16415, "tnode_": 16404, "lpoly_": null, "rpoly_": null, "length": 177.42247376, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1070, "l_t_add": 1098, "r_f_add": 1059, "r_t_add": 1099, "st_code": 60140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542260, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20001, "Shape__Length": 70.487955259966299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150967571278102, 39.982443884508001 ], [ -75.151590779103799, 39.982529756174799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16418, "tnode_": 16144, "lpoly_": null, "rpoly_": null, "length": 541.37288261999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ALDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 11820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ALDER ST", "stname": "N ALDER ST", "objectid": 20002, "Shape__Length": 215.88511704344174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150568049340194, 39.9823950190777 ], [ -75.150252062764594, 39.9838611406159 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16418, "tnode_": 16415, "lpoly_": null, "rpoly_": null, "length": 113.3654062, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1034, "l_t_add": 1068, "r_f_add": 1019, "r_t_add": 1057, "st_code": 60140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542262, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20003, "Shape__Length": 45.037609548705554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150568049340194, 39.9823950190777 ], [ -75.150967571278102, 39.982443884508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16419, "tnode_": 16119, "lpoly_": null, "rpoly_": null, "length": 586.60975405, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 40340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20004, "Shape__Length": 233.92430125793985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135783247431903, 39.982018554366498 ], [ -75.1354478679945, 39.983608068944797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16419, "tnode_": 16409, "lpoly_": null, "rpoly_": null, "length": 151.40577129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 176, "l_t_add": 186, "r_f_add": 185, "r_t_add": 187, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542264, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 20005, "Shape__Length": 60.150218809443146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135783247431903, 39.982018554366498 ], [ -75.136316455197999, 39.982085596669201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16421, "tnode_": 16387, "lpoly_": null, "rpoly_": null, "length": 165.62632564999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2672, "l_t_add": 2698, "r_f_add": 2679, "r_t_add": 2699, "st_code": 22040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542265, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20006, "Shape__Length": 65.877362189062666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1182008397532, 39.981642174757901 ], [ -75.117715208411099, 39.981901313474097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16422, "tnode_": 16392, "lpoly_": null, "rpoly_": null, "length": 135.73879127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2310, "r_f_add": 2301, "r_t_add": 2307, "st_code": 12400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542266, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20007, "Shape__Length": 53.988131492030107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129737359195204, 39.981869247736199 ], [ -75.129336997552699, 39.982078980628202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16260, "tnode_": 16422, "lpoly_": null, "rpoly_": null, "length": 401.12908398000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2044, "r_t_add": 2098, "st_code": 27500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542267, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20008, "Shape__Length": 159.77611764376428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130540969624207, 39.982780489473598 ], [ -75.129737359195204, 39.981869247736199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16424, "tnode_": 16380, "lpoly_": null, "rpoly_": null, "length": 168.10704342, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2942, "l_t_add": 2956, "r_f_add": 2939, "r_t_add": 2961, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542268, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20009, "Shape__Length": 66.860823140599322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109327158267604, 39.981424610535001 ], [ -75.108830099315199, 39.981682961100397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16285, "tnode_": 16424, "lpoly_": null, "rpoly_": null, "length": 362.05015033000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2641, "r_f_add": 2600, "r_t_add": 2644, "st_code": 17660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542269, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 20010, "Shape__Length": 144.2104420716021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110050206660006, 39.982248257520602 ], [ -75.109327158267604, 39.981424610535001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16423, "tnode_": 16246, "lpoly_": null, "rpoly_": null, "length": 560.68317863999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 55360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 542270, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 20011, "Shape__Length": 223.00641086498433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103582690252196, 39.981347431164501 ], [ -75.103449786453794, 39.981379614776699 ], [ -75.101991046218899, 39.982141650774501 ], [ -75.101941287898299, 39.982206723286303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16358, "tnode_": 16423, "lpoly_": null, "rpoly_": null, "length": 154.11731567000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 23620, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 20012, "Shape__Length": 61.388435005626768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103887842151494, 39.981699400449898 ], [ -75.103582690252196, 39.981347431164501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16426, "tnode_": 16160, "lpoly_": null, "rpoly_": null, "length": 551.36056890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87990, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20013, "Shape__Length": 219.86701185060411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150015100201998, 39.982324272246899 ], [ -75.149688150926494, 39.983816781898902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16426, "tnode_": 16418, "lpoly_": null, "rpoly_": null, "length": 157.08313589, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1032, "r_f_add": 1001, "r_t_add": 1017, "st_code": 60140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542273, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20014, "Shape__Length": 62.406216954073678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150015100201998, 39.982324272246899 ], [ -75.150568049340194, 39.9823950190777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16429, "tnode_": 16390, "lpoly_": null, "rpoly_": null, "length": 142.30206191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2968, "l_t_add": 2982, "r_f_add": 2973, "r_t_add": 2991, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20015, "Shape__Length": 56.594978802143046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107915536222293, 39.9813595743747 ], [ -75.107491482417899, 39.981574467236399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16337, "tnode_": 16429, "lpoly_": null, "rpoly_": null, "length": 240.34311363, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MAYFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 54480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MAYFIELD ST", "stname": "E MAYFIELD ST", "objectid": 20016, "Shape__Length": 95.731200740040194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108397690215696, 39.981905213847902 ], [ -75.107915536222293, 39.9813595743747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16431, "tnode_": 16391, "lpoly_": null, "rpoly_": null, "length": 162.91610321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2050, "l_t_add": 2098, "r_f_add": 2051, "r_t_add": 2099, "st_code": 25020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 20017, "Shape__Length": 64.796794798614897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132212159798996, 39.981901480343602 ], [ -75.131730586040803, 39.982152012655199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16434, "tnode_": 16393, "lpoly_": null, "rpoly_": null, "length": 183.45484223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2554, "r_f_add": 2535, "r_t_add": 2553, "st_code": 78020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542277, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20018, "Shape__Length": 72.96701621698756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122658922117594, 39.981643094964802 ], [ -75.122118813964605, 39.981927670675603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16328, "tnode_": 16434, "lpoly_": null, "rpoly_": null, "length": 280.28958798999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 71860, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20019, "Shape__Length": 111.64467813496427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123217494430804, 39.982281359626903 ], [ -75.122658922117594, 39.981643094964802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16433, "tnode_": 16406, "lpoly_": null, "rpoly_": null, "length": 140.93969727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2858, "l_t_add": 2898, "r_f_add": 2863, "r_t_add": 2899, "st_code": 12300, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542279, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20020, "Shape__Length": 56.056063538857835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111661418079805, 39.981397677121798 ], [ -75.111245351987606, 39.981615030607102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16376, "tnode_": 16433, "lpoly_": null, "rpoly_": null, "length": 161.80378621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2561, "l_t_add": 2599, "r_f_add": 2560, "r_t_add": 2598, "st_code": 14020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 20021, "Shape__Length": 64.44796608406952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111986301837504, 39.981764861656103 ], [ -75.111661418079805, 39.981397677121798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16435, "tnode_": 16419, "lpoly_": null, "rpoly_": null, "length": 259.08504282999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 138, "l_t_add": 174, "r_f_add": 139, "r_t_add": 183, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542281, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 20022, "Shape__Length": 102.9300993602578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1348724247283, 39.981896542363103 ], [ -75.135783247431903, 39.982018554366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16436, "tnode_": 16381, "lpoly_": null, "rpoly_": null, "length": 215.46241669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2517, "st_code": 71820, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20023, "Shape__Length": 85.698053636865836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124419057937999, 39.981651206061102 ], [ -75.123785207937203, 39.981985983670803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16315, "tnode_": 16436, "lpoly_": null, "rpoly_": null, "length": 322.28996954999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2139, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 26340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542283, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20024, "Shape__Length": 128.37233524821249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125065380977503, 39.982383005155398 ], [ -75.124419057937999, 39.981651206061102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16438, "tnode_": 16177, "lpoly_": null, "rpoly_": null, "length": 659.37485149000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2750, "r_f_add": 2701, "r_t_add": 2749, "st_code": 12900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542284, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20025, "Shape__Length": 262.64084969625503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117356900758594, 39.981490928930803 ], [ -75.117155846506193, 39.981719759011703 ], [ -75.116077470140098, 39.982947086714702 ], [ -75.116039259976105, 39.982990560270501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16387, "tnode_": 16438, "lpoly_": null, "rpoly_": null, "length": 180.08688978000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19125, "l_f_add": 2365, "l_t_add": 2399, "r_f_add": 2364, "r_t_add": 2398, "st_code": 49980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542285, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20026, "Shape__Length": 71.732039261740326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117715208411099, 39.981901313474097 ], [ -75.117356900758594, 39.981490928930803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16441, "tnode_": 16407, "lpoly_": null, "rpoly_": null, "length": 146.2243382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2608, "r_f_add": 2601, "r_t_add": 2613, "st_code": 55460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542286, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20027, "Shape__Length": 58.156327529157721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120976071978802, 39.981555355478299 ], [ -75.120542028311405, 39.981778143597701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16340, "tnode_": 16441, "lpoly_": null, "rpoly_": null, "length": 291.02931218999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2329, "r_f_add": 2300, "r_t_add": 2322, "st_code": 44060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542287, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20028, "Shape__Length": 115.92065639535495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121559551680207, 39.982216252737999 ], [ -75.120976071978802, 39.981555355478299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16443, "tnode_": 16312, "lpoly_": null, "rpoly_": null, "length": 469.1495423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2850, "r_f_add": 2801, "r_t_add": 2847, "st_code": 16580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542288, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20029, "Shape__Length": 186.59443847756842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1136969069385, 39.981405825010199 ], [ -75.112309858469601, 39.982126980622098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16378, "tnode_": 16443, "lpoly_": null, "rpoly_": null, "length": 176.53962613000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2523, "l_t_add": 2537, "r_f_add": 2520, "r_t_add": 2532, "st_code": 73260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20030, "Shape__Length": 70.31800620842921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114050183824105, 39.9818070740141 ], [ -75.1136969069385, 39.981405825010199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16446, "tnode_": 16399, "lpoly_": null, "rpoly_": null, "length": 192.12140924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3020, "r_f_add": 3001, "r_t_add": 3021, "st_code": 70780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542290, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20031, "Shape__Length": 76.412645137255666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106490714003797, 39.981174255889997 ], [ -75.105923889525897, 39.981470917226297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16405, "tnode_": 16446, "lpoly_": null, "rpoly_": null, "length": 137.24161304, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2735, "r_f_add": 2714, "r_t_add": 2724, "st_code": 44860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542291, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 20032, "Shape__Length": 54.665416477115862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106764262434794, 39.981486751113003 ], [ -75.106490714003797, 39.981174255889997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16449, "tnode_": 16161, "lpoly_": null, "rpoly_": null, "length": 587.17368814999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 43800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542292, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20033, "Shape__Length": 234.14815973279764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133925170579602, 39.981778640124801 ], [ -75.133588017157294, 39.983369500990101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16449, "tnode_": 16435, "lpoly_": null, "rpoly_": null, "length": 268.90602538000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 120, "l_t_add": 136, "r_f_add": 121, "r_t_add": 137, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542293, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 20034, "Shape__Length": 106.82996082181572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133925170579602, 39.981778640124801 ], [ -75.1348724247283, 39.981896542363103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16244, "tnode_": 16453, "lpoly_": null, "rpoly_": null, "length": 763.33110653999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 16200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 542294, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 20035, "Shape__Length": 303.67321772538571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097524443089398, 39.982220157306301 ], [ -75.097539469459903, 39.9821731614783 ], [ -75.097561807025201, 39.982124543367902 ], [ -75.097599843850801, 39.9820664604974 ], [ -75.097642294933607, 39.982026167869698 ], [ -75.097705472965799, 39.9819784936142 ], [ -75.097773603217206, 39.981934864091997 ], [ -75.099645286951599, 39.980953834493903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16454, "tnode_": 16191, "lpoly_": null, "rpoly_": null, "length": 551.95065237000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87970, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20036, "Shape__Length": 220.10144374829511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1484403150926, 39.982119654418099 ], [ -75.148111507373102, 39.983613565262601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16454, "tnode_": 16426, "lpoly_": null, "rpoly_": null, "length": 447.5583068, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 60140, "l_hundred": 900, "r_hundred": 900, "seg_id": 542297, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20037, "Shape__Length": 177.80683347575803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1484403150926, 39.982119654418099 ], [ -75.150015100201998, 39.982324272246899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16455, "tnode_": 16424, "lpoly_": null, "rpoly_": null, "length": 145.57256368, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2928, "l_t_add": 2940, "r_f_add": 2933, "r_t_add": 2937, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542298, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20038, "Shape__Length": 57.896455476129319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109759739870498, 39.981203363943997 ], [ -75.109327158267604, 39.981424610535001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16327, "tnode_": 16455, "lpoly_": null, "rpoly_": null, "length": 359.44083912000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2631, "r_f_add": 2600, "r_t_add": 2638, "st_code": 56620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 20039, "Shape__Length": 143.16799817267599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110482913439796, 39.982018286331702 ], [ -75.109759739870498, 39.981203363943997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16456, "tnode_": 16169, "lpoly_": null, "rpoly_": null, "length": 589.50940874000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 43480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542300, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20040, "Shape__Length": 235.07954700855228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1334125738464, 39.981707442386401 ], [ -75.133404146585704, 39.981766118708002 ], [ -75.133076127885104, 39.983304808229903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16456, "tnode_": 16449, "lpoly_": null, "rpoly_": null, "length": 145.97046212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 108, "l_t_add": 118, "r_f_add": 107, "r_t_add": 119, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542301, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 20041, "Shape__Length": 57.991901103692847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1334125738464, 39.981707442386401 ], [ -75.133925170579602, 39.981778640124801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16458, "tnode_": 16200, "lpoly_": null, "rpoly_": null, "length": 550.18398443000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 27360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542302, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 20042, "Shape__Length": 219.39705709252141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147947998000703, 39.982058346005402 ], [ -75.147622371896006, 39.983547751541998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16458, "tnode_": 16454, "lpoly_": null, "rpoly_": null, "length": 139.76002527, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 806, "l_t_add": 898, "r_f_add": 811, "r_t_add": 899, "st_code": 60140, "l_hundred": 800, "r_hundred": 800, "seg_id": 542303, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20043, "Shape__Length": 55.52354114802214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147947998000703, 39.982058346005402 ], [ -75.1484403150926, 39.982119654418099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16462, "tnode_": 16429, "lpoly_": null, "rpoly_": null, "length": 161.38740646000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2962, "l_t_add": 2966, "r_f_add": 2963, "r_t_add": 2971, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542304, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20044, "Shape__Length": 64.190176693505919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108389647159299, 39.981108082582402 ], [ -75.107915536222293, 39.9813595743747 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16380, "tnode_": 16462, "lpoly_": null, "rpoly_": null, "length": 243.08666259, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2635, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 12680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542305, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 20045, "Shape__Length": 96.845878436238166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108830099315199, 39.981682961100397 ], [ -75.108389647159299, 39.981108082582402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16461, "tnode_": 16358, "lpoly_": null, "rpoly_": null, "length": 427.65007270999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3026, "l_t_add": 3098, "r_f_add": 3023, "r_t_add": 3099, "st_code": 68240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542306, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20046, "Shape__Length": 170.0885326880433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105151324538696, 39.981041052633103 ], [ -75.103887842151494, 39.981699400449898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16465, "tnode_": 16431, "lpoly_": null, "rpoly_": null, "length": 143.90065891999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2040, "l_t_add": 2048, "r_f_add": 2041, "r_t_add": 2049, "st_code": 25020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 20047, "Shape__Length": 57.232476654778146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132639009972394, 39.981681890774098 ], [ -75.132212159798996, 39.981901480343602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16466, "tnode_": 16422, "lpoly_": null, "rpoly_": null, "length": 203.40998700999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 12400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542308, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20048, "Shape__Length": 80.901044896018391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130340069236695, 39.981558089075797 ], [ -75.129737359195204, 39.981869247736199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16322, "tnode_": 16466, "lpoly_": null, "rpoly_": null, "length": 398.10168721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2042, "r_t_add": 2098, "st_code": 34400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20049, "Shape__Length": 158.5719052585479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131132789870904, 39.982464958515401 ], [ -75.130340069236695, 39.981558089075797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16471, "tnode_": 16203, "lpoly_": null, "rpoly_": null, "length": 567.12835451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 35200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542311, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20050, "Shape__Length": 226.15266574938238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132883347027303, 39.981640724126201 ], [ -75.132547695932999, 39.9831760000664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16471, "tnode_": 16456, "lpoly_": null, "rpoly_": null, "length": 150.28656941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 105, "st_code": 28440, "l_hundred": 100, "r_hundred": 100, "seg_id": 542312, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 20051, "Shape__Length": 59.705283920337322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132883347027303, 39.981640724126201 ], [ -75.1334125738464, 39.981707442386401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16472, "tnode_": 16210, "lpoly_": null, "rpoly_": null, "length": 551.04845775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87950, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542313, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20052, "Shape__Length": 219.7416975422673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147456902480201, 39.981995623331898 ], [ -75.147131530785103, 39.983487468043698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16472, "tnode_": 16458, "lpoly_": null, "rpoly_": null, "length": 139.50568656, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 804, "r_f_add": 801, "r_t_add": 809, "st_code": 60140, "l_hundred": 800, "r_hundred": 800, "seg_id": 542314, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20053, "Shape__Length": 55.42273070351424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147456902480201, 39.981995623331898 ], [ -75.147947998000703, 39.982058346005402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16471, "tnode_": 16465, "lpoly_": null, "rpoly_": null, "length": 80.8057989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2038, "r_f_add": 2001, "r_t_add": 2039, "st_code": 25020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542315, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 20054, "Shape__Length": 32.134741646237792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132883347027303, 39.981640724126201 ], [ -75.132802006144502, 39.981602418194697 ], [ -75.132639009972394, 39.981681890774098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16474, "tnode_": 16421, "lpoly_": null, "rpoly_": null, "length": 214.58034508999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2646, "l_t_add": 2670, "r_f_add": 2661, "r_t_add": 2677, "st_code": 22040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542317, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20055, "Shape__Length": 85.346543277195508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118832429146707, 39.9813091461154 ], [ -75.1182008397532, 39.981642174757901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16317, "tnode_": 16474, "lpoly_": null, "rpoly_": null, "length": 411.09186033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TUCKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2330, "r_t_add": 2398, "st_code": 77960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542318, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TUCKER ST", "stname": "E TUCKER ST", "objectid": 20056, "Shape__Length": 163.74335982710144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119655537422403, 39.982243257404797 ], [ -75.118832429146707, 39.9813091461154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16475, "tnode_": 16443, "lpoly_": null, "rpoly_": null, "length": 147.0389704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2717, "r_t_add": 2799, "st_code": 16580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542319, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20057, "Shape__Length": 58.484007043792801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114127867871005, 39.981175582328603 ], [ -75.1136969069385, 39.981405825010199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16481, "tnode_": 16434, "lpoly_": null, "rpoly_": null, "length": 189.7332633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2516, "l_t_add": 2536, "r_f_add": 2515, "r_t_add": 2533, "st_code": 78020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542320, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20058, "Shape__Length": 75.461507792927378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123220744890702, 39.981352444442003 ], [ -75.122658922117594, 39.981643094964802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16381, "tnode_": 16481, "lpoly_": null, "rpoly_": null, "length": 279.79363782000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 34060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542321, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 20059, "Shape__Length": 111.44324956825648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123785207937203, 39.981985983670803 ], [ -75.123220744890702, 39.981352444442003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30165, "tnode_": 16410, "lpoly_": null, "rpoly_": null, "length": 348.70444876000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2424, "r_f_add": 2401, "r_t_add": 2421, "st_code": 77800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542322, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20060, "Shape__Length": 138.63335304016491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127417486040699, 39.981421167104003 ], [ -75.127387323331305, 39.9814314352029 ], [ -75.126312165506505, 39.981860706621603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30164, "tnode_": 16325, "lpoly_": null, "rpoly_": null, "length": 391.59711461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2440, "r_f_add": 2401, "r_t_add": 2429, "st_code": 34960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542323, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20061, "Shape__Length": 155.95975719508127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127553904069501, 39.981479712027003 ], [ -75.127528422640395, 39.981557476722401 ], [ -75.126743310707198, 39.982347931061398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16384, "tnode_": 30163, "lpoly_": null, "rpoly_": null, "length": 262.79128332, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2117, "l_t_add": 2147, "r_f_add": 2120, "r_t_add": 2142, "st_code": 85740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20062, "Shape__Length": 104.67228393107384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128180768694705, 39.982066149639003 ], [ -75.127686539364703, 39.981505975765103 ], [ -75.127652668289898, 39.981470049159597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16483, "tnode_": 16224, "lpoly_": null, "rpoly_": null, "length": 553.15727420999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 34980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542325, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20063, "Shape__Length": 220.58225624772714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146771508982894, 39.9819023933224 ], [ -75.146444321830998, 39.983399873476401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16483, "tnode_": 16472, "lpoly_": null, "rpoly_": null, "length": 195.05050807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 726, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 60140, "l_hundred": 700, "r_hundred": 700, "seg_id": 542326, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20064, "Shape__Length": 77.490526002211993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146771508982894, 39.9819023933224 ], [ -75.147456902480201, 39.981995623331898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16422, "tnode_": 16485, "lpoly_": null, "rpoly_": null, "length": 184.81253931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2116, "st_code": 27500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542327, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20065, "Shape__Length": 73.613692934108443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129737359195204, 39.981869247736199 ], [ -75.129368383245307, 39.9814487501786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16433, "tnode_": 16487, "lpoly_": null, "rpoly_": null, "length": 159.79903293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2613, "r_f_add": 2600, "r_t_add": 2610, "st_code": 14020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542328, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 20066, "Shape__Length": 63.653325611838689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111661418079805, 39.981397677121798 ], [ -75.111349183740202, 39.9810306148322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16490, "tnode_": 16436, "lpoly_": null, "rpoly_": null, "length": 204.54173147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2452, "l_t_add": 2498, "r_f_add": 2461, "r_t_add": 2499, "st_code": 71820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542329, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20067, "Shape__Length": 81.35091542401635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250251057116, 39.981338300442097 ], [ -75.124419057937999, 39.981651206061102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16371, "tnode_": 16490, "lpoly_": null, "rpoly_": null, "length": 339.83274146999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2155, "l_t_add": 2199, "r_f_add": 2152, "r_t_add": 2198, "st_code": 50420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542330, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20068, "Shape__Length": 135.36023268802924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125704662636807, 39.982110946315402 ], [ -75.1250251057116, 39.981338300442097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16492, "tnode_": 16441, "lpoly_": null, "rpoly_": null, "length": 189.3126638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2558, "l_t_add": 2598, "r_f_add": 2561, "r_t_add": 2599, "st_code": 55460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542331, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20069, "Shape__Length": 75.294418311314914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121536252049196, 39.9812648961707 ], [ -75.120976071978802, 39.981555355478299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16393, "tnode_": 16492, "lpoly_": null, "rpoly_": null, "length": 291.4515197, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2325, "r_f_add": 2300, "r_t_add": 2322, "st_code": 41440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542332, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 20070, "Shape__Length": 116.08920498785722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122118813964605, 39.981927670675603 ], [ -75.121536252049196, 39.9812648961707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16494, "tnode_": 16235, "lpoly_": null, "rpoly_": null, "length": 552.24855223000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542333, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20071, "Shape__Length": 220.2250314348525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146033198823204, 39.9818072710462 ], [ -75.145746353975994, 39.983307116448003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16494, "tnode_": 16483, "lpoly_": null, "rpoly_": null, "length": 209.78201204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 725, "st_code": 60140, "l_hundred": 700, "r_hundred": 700, "seg_id": 542334, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20072, "Shape__Length": 83.342005117168668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146033198823204, 39.9818072710462 ], [ -75.146771508982894, 39.9819023933224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16497, "tnode_": 16376, "lpoly_": null, "rpoly_": null, "length": 470.36593698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 51240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542335, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 20073, "Shape__Length": 187.07679881466171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113377539923704, 39.981042520520496 ], [ -75.111986301837504, 39.981764861656103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16443, "tnode_": 16497, "lpoly_": null, "rpoly_": null, "length": 159.76642975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2539, "l_t_add": 2551, "r_f_add": 2534, "r_t_add": 2546, "st_code": 73260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20074, "Shape__Length": 63.636839157114814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1136969069385, 39.981405825010199 ], [ -75.113377539923704, 39.981042520520496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16501, "tnode_": 16421, "lpoly_": null, "rpoly_": null, "length": 207.56330954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2604, "l_t_add": 2698, "r_f_add": 2603, "r_t_add": 2699, "st_code": 57360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20075, "Shape__Length": 82.744024791584948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118437659076505, 39.981102297832898 ], [ -75.1182008397532, 39.981642174757901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16503, "tnode_": 15936, "lpoly_": null, "rpoly_": null, "length": 2150.4115792699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2452, "l_t_add": 2490, "r_f_add": 2453, "r_t_add": 2491, "st_code": 1060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542338, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 20076, "Shape__Length": 855.09336593250805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104120476278695, 39.980751018912798 ], [ -75.102674381722593, 39.981390205816098 ], [ -75.101329991639602, 39.982000973733598 ], [ -75.100738736547001, 39.982260976067998 ], [ -75.1001904244592, 39.982502089253501 ], [ -75.098310651757004, 39.983367160333998 ], [ -75.097502733911, 39.983738947867202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16503, "tnode_": 16206, "lpoly_": null, "rpoly_": null, "length": 1075.6017289399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 542339, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 20077, "Shape__Length": 427.84646523605875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104120476278695, 39.980751018912798 ], [ -75.103965854858899, 39.980890181302399 ], [ -75.103879495944, 39.980942252142398 ], [ -75.102328168969905, 39.981798497663803 ], [ -75.101222661628697, 39.982394703141402 ], [ -75.101013584807902, 39.982470405588998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16504, "tnode_": 16462, "lpoly_": null, "rpoly_": null, "length": 154.84666615999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2950, "l_t_add": 2960, "r_f_add": 2951, "r_t_add": 2961, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542340, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20078, "Shape__Length": 61.585508209955918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108848568475295, 39.980871338834902 ], [ -75.108389647159299, 39.981108082582402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16424, "tnode_": 16504, "lpoly_": null, "rpoly_": null, "length": 242.09324146, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2643, "l_t_add": 2699, "r_f_add": 2646, "r_t_add": 2698, "st_code": 17660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 20079, "Shape__Length": 96.431085653452925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109327158267604, 39.981424610535001 ], [ -75.108848568475295, 39.980871338834902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16506, "tnode_": 16254, "lpoly_": null, "rpoly_": null, "length": 551.29476606000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 53860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20080, "Shape__Length": 219.84571692422077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145232366642503, 39.981702290484598 ], [ -75.144956966637395, 39.983200760512702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16506, "tnode_": 16494, "lpoly_": null, "rpoly_": null, "length": 227.65663903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 618, "l_t_add": 698, "r_f_add": 615, "r_t_add": 699, "st_code": 60140, "l_hundred": 600, "r_hundred": 600, "seg_id": 542343, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20081, "Shape__Length": 90.44342244563812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145232366642503, 39.981702290484598 ], [ -75.146033198823204, 39.9818072710462 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16507, "tnode_": 16435, "lpoly_": null, "rpoly_": null, "length": 157.68046973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2038, "l_t_add": 2098, "r_f_add": 2041, "r_t_add": 2099, "st_code": 54200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20082, "Shape__Length": 62.878244535491667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134958778035198, 39.9814688178203 ], [ -75.1348724247283, 39.981896542363103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16512, "tnode_": 30167, "lpoly_": null, "rpoly_": null, "length": 116.55822034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2320, "l_t_add": 2398, "r_f_add": 2319, "r_t_add": 2399, "st_code": 77800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20083, "Shape__Length": 46.361395030066809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128031263426905, 39.981180451576698 ], [ -75.127800957230505, 39.9813214595208 ], [ -75.127691685525306, 39.981362469707797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16360, "tnode_": 16512, "lpoly_": null, "rpoly_": null, "length": 476.39621104000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 13160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542346, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARIZONA ST", "stname": "E ARIZONA ST", "objectid": 20084, "Shape__Length": 189.75344116178908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128987870519097, 39.982261517990203 ], [ -75.128031263426905, 39.981180451576698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16461, "tnode_": 16513, "lpoly_": null, "rpoly_": null, "length": 151.44494405, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 31160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 20085, "Shape__Length": 60.319319002103505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105151324538696, 39.981041052633103 ], [ -75.104843242135601, 39.980699491048703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16514, "tnode_": 16474, "lpoly_": null, "rpoly_": null, "length": 175.90838083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2628, "l_t_add": 2644, "r_f_add": 2635, "r_t_add": 2659, "st_code": 22040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542348, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20086, "Shape__Length": 69.962353551155616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119353766169496, 39.981040193696302 ], [ -75.118832429146707, 39.9813091461154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16369, "tnode_": 16514, "lpoly_": null, "rpoly_": null, "length": 409.65339937, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2333, "l_t_add": 2399, "r_f_add": 2334, "r_t_add": 2398, "st_code": 11600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542349, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20087, "Shape__Length": 163.16816516355837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120177199762296, 39.981969358367799 ], [ -75.119353766169496, 39.981040193696302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16515, "tnode_": 16507, "lpoly_": null, "rpoly_": null, "length": 134.39124357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 128, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 34600, "l_hundred": 100, "r_hundred": 100, "seg_id": 542350, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 20088, "Shape__Length": 53.390522287354493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134485824906406, 39.981407776290403 ], [ -75.134958778035198, 39.9814688178203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16519, "tnode_": 16405, "lpoly_": null, "rpoly_": null, "length": 461.36206063000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 77320, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542351, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20089, "Shape__Length": 183.49552013364868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108128138793205, 39.980777411783599 ], [ -75.106764262434794, 39.981486751113003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16462, "tnode_": 16519, "lpoly_": null, "rpoly_": null, "length": 140.99883963, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2710, "st_code": 12680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 20090, "Shape__Length": 56.170925899194366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108389647159299, 39.981108082582402 ], [ -75.108128138793205, 39.980777411783599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16520, "tnode_": 16264, "lpoly_": null, "rpoly_": null, "length": 550.53156569000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87910, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542353, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20091, "Shape__Length": 219.54022564054807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144454145588497, 39.981606279128698 ], [ -75.144172470573395, 39.983101941778202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16520, "tnode_": 16506, "lpoly_": null, "rpoly_": null, "length": 220.87223082999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 613, "st_code": 60140, "l_hundred": 600, "r_hundred": 600, "seg_id": 542354, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20092, "Shape__Length": 87.746889764667969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144454145588497, 39.981606279128698 ], [ -75.145232366642503, 39.981702290484598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16521, "tnode_": 16466, "lpoly_": null, "rpoly_": null, "length": 201.74765579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2217, "st_code": 12400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542355, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20093, "Shape__Length": 80.243902835857469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130931842895095, 39.981242695255602 ], [ -75.130340069236695, 39.981558089075797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16391, "tnode_": 16521, "lpoly_": null, "rpoly_": null, "length": 399.78505686, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2038, "r_t_add": 2098, "st_code": 75660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20094, "Shape__Length": 159.24037692116485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131730586040803, 39.982152012655199 ], [ -75.130931842895095, 39.981242695255602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16524, "tnode_": 16455, "lpoly_": null, "rpoly_": null, "length": 261.15505356999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2926, "r_f_add": 2901, "r_t_add": 2931, "st_code": 77140, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542357, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20095, "Shape__Length": 103.87139904830859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110526901240306, 39.980796362627601 ], [ -75.109759739870498, 39.981203363943997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16406, "tnode_": 16524, "lpoly_": null, "rpoly_": null, "length": 359.82701097, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2647, "r_f_add": 2600, "r_t_add": 2638, "st_code": 21020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542358, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 20096, "Shape__Length": 143.32368062108992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111245351987606, 39.981615030607102 ], [ -75.110526901240306, 39.980796362627601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16525, "tnode_": 16449, "lpoly_": null, "rpoly_": null, "length": 160.68943683000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2048, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 43800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542359, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20097, "Shape__Length": 64.076323722870399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134024932365406, 39.981344255078703 ], [ -75.133925170579602, 39.981778640124801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16525, "tnode_": 16515, "lpoly_": null, "rpoly_": null, "length": 131.21559858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FONTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 129, "st_code": 34600, "l_hundred": 100, "r_hundred": 100, "seg_id": 542360, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FONTAIN ST", "stname": "FONTAIN ST", "objectid": 20098, "Shape__Length": 52.129633516256497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134024932365406, 39.981344255078703 ], [ -75.134485824906406, 39.981407776290403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16527, "tnode_": 16495, "lpoly_": null, "rpoly_": null, "length": 132.89119355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2744, "r_f_add": 2701, "r_t_add": 2765, "st_code": 36420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542361, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20099, "Shape__Length": 52.848365159435495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116848916806603, 39.980929751886201 ], [ -75.1164482189415, 39.981124845226702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16438, "tnode_": 16527, "lpoly_": null, "rpoly_": null, "length": 249.10969985, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2446, "st_code": 49980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542362, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20100, "Shape__Length": 99.218296452681841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117356900758594, 39.981490928930803 ], [ -75.116848916806603, 39.980929751886201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16530, "tnode_": 16269, "lpoly_": null, "rpoly_": null, "length": 567.17541756999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 36660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542363, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20101, "Shape__Length": 226.19156145677721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1438550938189, 39.9815258544768 ], [ -75.143990770886703, 39.983079318974802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16530, "tnode_": 16520, "lpoly_": null, "rpoly_": null, "length": 170.41329639, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 536, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 60140, "l_hundred": 500, "r_hundred": 500, "seg_id": 542364, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20102, "Shape__Length": 67.701960030887179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1438550938189, 39.9815258544768 ], [ -75.144454145588497, 39.981606279128698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16533, "tnode_": 16461, "lpoly_": null, "rpoly_": null, "length": 281.26138657000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3024, "r_f_add": 3001, "r_t_add": 3021, "st_code": 68240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 542365, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20103, "Shape__Length": 111.86727287326444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105978781356797, 39.980604095822997 ], [ -75.105151324538696, 39.981041052633103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16446, "tnode_": 16533, "lpoly_": null, "rpoly_": null, "length": 252.42967161, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2737, "l_t_add": 2799, "r_f_add": 2726, "r_t_add": 2798, "st_code": 44860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542366, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 20104, "Shape__Length": 100.54155484385819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106490714003797, 39.981174255889997 ], [ -75.105978781356797, 39.980604095822997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16535, "tnode_": 16286, "lpoly_": null, "rpoly_": null, "length": 551.63907142000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 67360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542367, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 20105, "Shape__Length": 219.9755563342548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143393068216994, 39.9814650331123 ], [ -75.143067639104601, 39.982958514062602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16535, "tnode_": 16530, "lpoly_": null, "rpoly_": null, "length": 131.35847583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 518, "l_t_add": 534, "r_f_add": 527, "r_t_add": 535, "st_code": 60140, "l_hundred": 500, "r_hundred": 500, "seg_id": 542368, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20106, "Shape__Length": 52.18593977651804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143393068216994, 39.9814650331123 ], [ -75.1438550938189, 39.9815258544768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16537, "tnode_": 16481, "lpoly_": null, "rpoly_": null, "length": 216.53299538000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2513, "st_code": 78020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542369, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20107, "Shape__Length": 86.123486921307787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123857155109803, 39.981015350787899 ], [ -75.123220744890702, 39.981352444442003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16436, "tnode_": 16537, "lpoly_": null, "rpoly_": null, "length": 280.08640918000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 26340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20108, "Shape__Length": 111.56087569696339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124419057937999, 39.981651206061102 ], [ -75.123857155109803, 39.981015350787899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16536, "tnode_": 16492, "lpoly_": null, "rpoly_": null, "length": 183.53640549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2556, "r_f_add": 2539, "r_t_add": 2559, "st_code": 55460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542371, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20109, "Shape__Length": 73.000628436697028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122073999493793, 39.980977300313697 ], [ -75.121536252049196, 39.9812648961707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16434, "tnode_": 16536, "lpoly_": null, "rpoly_": null, "length": 292.73386748999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2322, "st_code": 71860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542372, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20110, "Shape__Length": 116.59959225647647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122658922117594, 39.981643094964802 ], [ -75.122073999493793, 39.980977300313697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16540, "tnode_": 16490, "lpoly_": null, "rpoly_": null, "length": 191.0445331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2438, "l_t_add": 2450, "r_f_add": 2439, "r_t_add": 2459, "st_code": 71820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542373, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20111, "Shape__Length": 75.98499996868135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1255876401531, 39.981042048708403 ], [ -75.1250251057116, 39.981338300442097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16410, "tnode_": 16540, "lpoly_": null, "rpoly_": null, "length": 360.77884845, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2143, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 39780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542374, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20112, "Shape__Length": 143.70126569346377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126312165506505, 39.981860706621603 ], [ -75.1255876401531, 39.981042048708403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16542, "tnode_": 16438, "lpoly_": null, "rpoly_": null, "length": 231.04630699000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2680, "l_t_add": 2698, "r_f_add": 2681, "r_t_add": 2699, "st_code": 12900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542375, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20113, "Shape__Length": 92.079768282331088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117699103137994, 39.9809138912969 ], [ -75.117356900758594, 39.981490928930803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16543, "tnode_": 16504, "lpoly_": null, "rpoly_": null, "length": 143.41303359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2926, "l_t_add": 2948, "r_f_add": 2929, "r_t_add": 2949, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542376, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20114, "Shape__Length": 57.037597134634204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109274071795497, 39.980652615388401 ], [ -75.108848568475295, 39.980871338834902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16455, "tnode_": 16543, "lpoly_": null, "rpoly_": null, "length": 242.43682859, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2633, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 56620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542377, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 20115, "Shape__Length": 96.564490525977845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109759739870498, 39.981203363943997 ], [ -75.109274071795497, 39.980652615388401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16544, "tnode_": 16512, "lpoly_": null, "rpoly_": null, "length": 120.63155384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2314, "l_t_add": 2318, "r_f_add": 2313, "r_t_add": 2317, "st_code": 77800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542378, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20116, "Shape__Length": 47.952150688319186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128421963652798, 39.981041446678702 ], [ -75.128031263426905, 39.981180451576698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16392, "tnode_": 16544, "lpoly_": null, "rpoly_": null, "length": 456.732187, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 27140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAKOTA ST", "stname": "E DAKOTA ST", "objectid": 20117, "Shape__Length": 181.9216647624732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129336997552699, 39.982078980628202 ], [ -75.128421963652798, 39.981041446678702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16546, "tnode_": 16287, "lpoly_": null, "rpoly_": null, "length": 555.61936765999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 67820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542380, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 20118, "Shape__Length": 221.55036102428335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143093040889099, 39.981425201190703 ], [ -75.143049100769105, 39.981462540645701 ], [ -75.142737066869202, 39.982876362103099 ], [ -75.142732954528995, 39.982917062451797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16546, "tnode_": 16535, "lpoly_": null, "rpoly_": null, "length": 85.32155371, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 514, "l_t_add": 516, "r_f_add": 517, "r_t_add": 525, "st_code": 60140, "l_hundred": 500, "r_hundred": 500, "seg_id": 542381, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20119, "Shape__Length": 33.896484185510417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143093040889099, 39.981425201190703 ], [ -75.143393068216994, 39.9814650331123 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16548, "tnode_": 16433, "lpoly_": null, "rpoly_": null, "length": 468.6592423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2856, "r_f_add": 2801, "r_t_add": 2861, "st_code": 12300, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20120, "Shape__Length": 186.39542322679387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113049761916997, 39.980680426502403 ], [ -75.111661418079805, 39.981397677121798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16497, "tnode_": 16548, "lpoly_": null, "rpoly_": null, "length": 160.73688509, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2548, "r_t_add": 2598, "st_code": 73260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20121, "Shape__Length": 64.019818528296042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113377539923704, 39.981042520520496 ], [ -75.113049761916997, 39.980680426502403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16550, "tnode_": 16514, "lpoly_": null, "rpoly_": null, "length": 124.77863745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2614, "l_t_add": 2626, "r_f_add": 2619, "r_t_add": 2633, "st_code": 22040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542384, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20122, "Shape__Length": 49.626709724471418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119723752226193, 39.980849625106003 ], [ -75.119353766169496, 39.981040193696302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16407, "tnode_": 16550, "lpoly_": null, "rpoly_": null, "length": 408.6465003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2330, "r_t_add": 2398, "st_code": 40700, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542385, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 20123, "Shape__Length": 162.76820429444609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120542028311405, 39.981778143597701 ], [ -75.119723752226193, 39.980849625106003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16552, "tnode_": 16302, "lpoly_": null, "rpoly_": null, "length": 552.25449744000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87890, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542386, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20124, "Shape__Length": 220.22055254678335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142548511355002, 39.981354442603703 ], [ -75.142222291298097, 39.982849534452697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16552, "tnode_": 16546, "lpoly_": null, "rpoly_": null, "length": 154.75900185999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 515, "st_code": 60140, "l_hundred": 500, "r_hundred": 500, "seg_id": 542387, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20125, "Shape__Length": 61.482204862552969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142548511355002, 39.981354442603703 ], [ -75.143093040889099, 39.981425201190703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30166, "tnode_": 16558, "lpoly_": null, "rpoly_": null, "length": 154.97399767, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2149, "l_t_add": 2155, "r_f_add": 2144, "r_t_add": 2158, "st_code": 85740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20126, "Shape__Length": 61.732781713196623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127489841174906, 39.981292894304502 ], [ -75.127190205457893, 39.980935331093796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16559, "tnode_": 16524, "lpoly_": null, "rpoly_": null, "length": 140.88686629, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2844, "l_t_add": 2898, "r_f_add": 2855, "r_t_add": 2899, "st_code": 77140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542389, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20127, "Shape__Length": 56.035484167686811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110941285311497, 39.980577377395903 ], [ -75.110526901240306, 39.980796362627601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16487, "tnode_": 16559, "lpoly_": null, "rpoly_": null, "length": 200.8151034, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2615, "l_t_add": 2643, "r_f_add": 2612, "r_t_add": 2648, "st_code": 14020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 20128, "Shape__Length": 79.983293203142495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111349183740202, 39.9810306148322 ], [ -75.110941285311497, 39.980577377395903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16560, "tnode_": 16308, "lpoly_": null, "rpoly_": null, "length": 553.7503242, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542391, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 20129, "Shape__Length": 220.81688578629399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142073657345193, 39.981290651076598 ], [ -75.141746876425898, 39.982789834120901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16560, "tnode_": 16552, "lpoly_": null, "rpoly_": null, "length": 135.08557179, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 436, "l_t_add": 498, "r_f_add": 439, "r_t_add": 499, "st_code": 60140, "l_hundred": 400, "r_hundred": 400, "seg_id": 542392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20130, "Shape__Length": 53.666742717452905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142073657345193, 39.981290651076598 ], [ -75.142548511355002, 39.981354442603703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16563, "tnode_": 16521, "lpoly_": null, "rpoly_": null, "length": 146.98011319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2063, "r_t_add": 2099, "st_code": 12400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20131, "Shape__Length": 58.456315123012111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1313683161857, 39.981018974464 ], [ -75.130931842895095, 39.981242695255602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16431, "tnode_": 16563, "lpoly_": null, "rpoly_": null, "length": 402.96803352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABIGAIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 11140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542394, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABIGAIL ST", "stname": "ABIGAIL ST", "objectid": 20132, "Shape__Length": 160.48343491341592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132212159798996, 39.981901480343602 ], [ -75.131443825144004, 39.981040693850602 ], [ -75.1313683161857, 39.981018974464 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16565, "tnode_": 16316, "lpoly_": null, "rpoly_": null, "length": 551.16712790999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 49660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542395, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20133, "Shape__Length": 219.7858460429473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141614936341995, 39.981237058904 ], [ -75.141284467233604, 39.982728570424399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16565, "tnode_": 16560, "lpoly_": null, "rpoly_": null, "length": 130.02481031, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 424, "l_t_add": 434, "r_f_add": 425, "r_t_add": 437, "st_code": 60140, "l_hundred": 400, "r_hundred": 400, "seg_id": 542396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20134, "Shape__Length": 51.654717393031781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141614936341995, 39.981237058904 ], [ -75.142073657345193, 39.981290651076598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16567, "tnode_": 16446, "lpoly_": null, "rpoly_": null, "length": 471.6211855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2956, "l_t_add": 2998, "r_f_add": 2959, "r_t_add": 2999, "st_code": 70780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20135, "Shape__Length": 187.57878888862899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107879641034899, 39.980443181646997 ], [ -75.106490714003797, 39.981174255889997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16519, "tnode_": 16567, "lpoly_": null, "rpoly_": null, "length": 140.26283237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2715, "l_t_add": 2731, "r_f_add": 2712, "r_t_add": 2722, "st_code": 12680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542398, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 20136, "Shape__Length": 55.882652192215559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108128138793205, 39.980777411783599 ], [ -75.107879641034899, 39.980443181646997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16569, "tnode_": 16515, "lpoly_": null, "rpoly_": null, "length": 143.23054956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 81740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 20137, "Shape__Length": 57.114232116891692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134574204717893, 39.9810205136314 ], [ -75.134485824906406, 39.981407776290403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16571, "tnode_": 16544, "lpoly_": null, "rpoly_": null, "length": 136.29476819000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2312, "r_f_add": 2301, "r_t_add": 2311, "st_code": 77800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20138, "Shape__Length": 54.183756632333989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128856523737099, 39.980873438069402 ], [ -75.128421963652798, 39.981041446678702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16485, "tnode_": 16571, "lpoly_": null, "rpoly_": null, "length": 253.96424098, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2119, "l_t_add": 2137, "r_f_add": 2118, "r_t_add": 2136, "st_code": 27500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542401, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20139, "Shape__Length": 101.15475917046432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129368383245307, 39.9814487501786 ], [ -75.128856523737099, 39.980873438069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16573, "tnode_": 16324, "lpoly_": null, "rpoly_": null, "length": 551.8521817699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 50100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 20140, "Shape__Length": 220.05905695905298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141158377376001, 39.981175740908597 ], [ -75.141142079345997, 39.981225842995102 ], [ -75.140830272293599, 39.982669304453502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16573, "tnode_": 16565, "lpoly_": null, "rpoly_": null, "length": 129.88025843, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 408, "l_t_add": 422, "r_f_add": 413, "r_t_add": 423, "st_code": 60140, "l_hundred": 400, "r_hundred": 400, "seg_id": 542403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20141, "Shape__Length": 51.598686637200622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141158377376001, 39.981175740908597 ], [ -75.141614936341995, 39.981237058904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16533, "tnode_": 16576, "lpoly_": null, "rpoly_": null, "length": 121.78139086, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 44860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E INDIANA AVE", "stname": "E INDIANA AVE", "objectid": 20142, "Shape__Length": 48.512494883010838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105978781356797, 39.980604095822997 ], [ -75.105748010907007, 39.980320824417603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16577, "tnode_": 16336, "lpoly_": null, "rpoly_": null, "length": 553.04856436, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87870, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20143, "Shape__Length": 220.53745007807674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140690907107498, 39.981112888135399 ], [ -75.140684261485106, 39.9811692870245 ], [ -75.140372516642998, 39.9826110342254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16577, "tnode_": 16573, "lpoly_": null, "rpoly_": null, "length": 132.988731, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 411, "st_code": 60140, "l_hundred": 400, "r_hundred": 400, "seg_id": 542406, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20144, "Shape__Length": 52.83358221082387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140690907107498, 39.981112888135399 ], [ -75.141158377376001, 39.981175740908597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16578, "tnode_": 16536, "lpoly_": null, "rpoly_": null, "length": 188.85837329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2518, "l_t_add": 2536, "r_f_add": 2519, "r_t_add": 2537, "st_code": 55460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20145, "Shape__Length": 75.116242727392105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122628509170795, 39.980682665830798 ], [ -75.122073999493793, 39.980977300313697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16481, "tnode_": 16578, "lpoly_": null, "rpoly_": null, "length": 295.08559051000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2327, "r_f_add": 2300, "r_t_add": 2320, "st_code": 34060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542408, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 20146, "Shape__Length": 117.53451691166957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123220744890702, 39.981352444442003 ], [ -75.122628509170795, 39.980682665830798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16582, "tnode_": 16550, "lpoly_": null, "rpoly_": null, "length": 145.49444175000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2612, "r_f_add": 2601, "r_t_add": 2617, "st_code": 22040, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20147, "Shape__Length": 57.867070611986861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120153124885704, 39.980625095038299 ], [ -75.119723752226193, 39.980849625106003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16441, "tnode_": 16582, "lpoly_": null, "rpoly_": null, "length": 409.90734493000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2324, "r_t_add": 2398, "st_code": 44060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542410, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20148, "Shape__Length": 163.26881435404971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120976071978802, 39.981555355478299 ], [ -75.120153124885704, 39.980625095038299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16583, "tnode_": 16548, "lpoly_": null, "rpoly_": null, "length": 147.93978181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2716, "l_t_add": 2798, "r_f_add": 2747, "r_t_add": 2799, "st_code": 12300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20149, "Shape__Length": 58.839765936082657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113485985712202, 39.980451711015597 ], [ -75.113049761916997, 39.980680426502403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16475, "tnode_": 16583, "lpoly_": null, "rpoly_": null, "length": 319.20416468999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 71680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 20150, "Shape__Length": 127.1401070693735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114127867871005, 39.981175582328603 ], [ -75.113485985712202, 39.980451711015597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16585, "tnode_": 16485, "lpoly_": null, "rpoly_": null, "length": 403.41762982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 53980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542413, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 20151, "Shape__Length": 160.45126744572434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130558606304703, 39.980825824706599 ], [ -75.129368383245307, 39.9814487501786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16521, "tnode_": 16585, "lpoly_": null, "rpoly_": null, "length": 184.39409924, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2116, "st_code": 75660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542414, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20152, "Shape__Length": 73.443820874767241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130931842895095, 39.981242695255602 ], [ -75.130558606304703, 39.980825824706599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16587, "tnode_": 16540, "lpoly_": null, "rpoly_": null, "length": 194.78560842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2418, "l_t_add": 2436, "r_f_add": 2417, "r_t_add": 2437, "st_code": 71820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20153, "Shape__Length": 77.472553101772775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126161272041998, 39.980740090461502 ], [ -75.1255876401531, 39.981042048708403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16586, "tnode_": 16537, "lpoly_": null, "rpoly_": null, "length": 205.68579467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2462, "l_t_add": 2498, "r_f_add": 2451, "r_t_add": 2499, "st_code": 78020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542416, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20154, "Shape__Length": 81.807350459038943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124463599209705, 39.980697297081797 ], [ -75.123857155109803, 39.981015350787899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16490, "tnode_": 16586, "lpoly_": null, "rpoly_": null, "length": 281.57762263000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 50420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20155, "Shape__Length": 112.15599161423762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250251057116, 39.981338300442097 ], [ -75.124463599209705, 39.980697297081797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16589, "tnode_": 16501, "lpoly_": null, "rpoly_": null, "length": 350.46487497000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 68760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTER ST", "stname": "RITTER ST", "objectid": 20156, "Shape__Length": 139.38933208824895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119472217387894, 39.980561781804901 ], [ -75.118437659076505, 39.981102297832898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16550, "tnode_": 16589, "lpoly_": null, "rpoly_": null, "length": 126.34743834, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2409, "r_f_add": 2400, "r_t_add": 2412, "st_code": 40700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542419, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 20157, "Shape__Length": 50.325787114289412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119723752226193, 39.980849625106003 ], [ -75.119472217387894, 39.980561781804901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16588, "tnode_": 16551, "lpoly_": null, "rpoly_": null, "length": 146.26441572, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 56140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20158, "Shape__Length": 58.172537529464066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116479821016398, 39.980515428909101 ], [ -75.116047246643404, 39.980740090966897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16527, "tnode_": 16588, "lpoly_": null, "rpoly_": null, "length": 182.97235351999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2448, "r_t_add": 2514, "st_code": 49980, "l_hundred": 2500, "r_hundred": 2400, "seg_id": 542421, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20159, "Shape__Length": 72.877838501889428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116848916806603, 39.980929751886201 ], [ -75.116479821016398, 39.980515428909101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16590, "tnode_": 16346, "lpoly_": null, "rpoly_": null, "length": 550.53180240999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542422, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 20160, "Shape__Length": 219.53349848944157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140184826214295, 39.981054310153901 ], [ -75.140185402685702, 39.981093379901701 ], [ -75.139870385025006, 39.9825455034157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16590, "tnode_": 16577, "lpoly_": null, "rpoly_": null, "length": 143.41958316, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 314, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 60140, "l_hundred": 300, "r_hundred": 300, "seg_id": 542423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20161, "Shape__Length": 56.97579127732967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140184826214295, 39.981054310153901 ], [ -75.140690907107498, 39.981112888135399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16592, "tnode_": 16357, "lpoly_": null, "rpoly_": null, "length": 552.00689517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87850, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542424, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20162, "Shape__Length": 220.12049526322798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139693793547494, 39.980988130581402 ], [ -75.139366742770207, 39.982482425550799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16592, "tnode_": 16590, "lpoly_": null, "rpoly_": null, "length": 139.70211707000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 311, "st_code": 60140, "l_hundred": 300, "r_hundred": 300, "seg_id": 542425, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20163, "Shape__Length": 55.500597006748428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139693793547494, 39.980988130581402 ], [ -75.140184826214295, 39.981054310153901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16595, "tnode_": 16567, "lpoly_": null, "rpoly_": null, "length": 134.89005652999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2938, "l_t_add": 2954, "r_f_add": 2939, "r_t_add": 2957, "st_code": 70780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542426, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20164, "Shape__Length": 53.645912266172182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108282075760101, 39.980240037614202 ], [ -75.107879641034899, 39.980443181646997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16504, "tnode_": 16595, "lpoly_": null, "rpoly_": null, "length": 279.44575255999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 17660, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542427, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BIRCH ST", "stname": "E BIRCH ST", "objectid": 20165, "Shape__Length": 111.30150301596454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108848568475295, 39.980871338834902 ], [ -75.108282075760101, 39.980240037614202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16600, "tnode_": 16563, "lpoly_": null, "rpoly_": null, "length": 158.10844007999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2042, "l_t_add": 2042, "r_f_add": 2045, "r_t_add": 2061, "st_code": 12400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542428, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20166, "Shape__Length": 62.885052238802757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131833669931197, 39.980773574535903 ], [ -75.1313683161857, 39.981018974464 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16465, "tnode_": 16600, "lpoly_": null, "rpoly_": null, "length": 400.52257554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 29180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542429, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREER ST", "stname": "DREER ST", "objectid": 20167, "Shape__Length": 159.53050864301656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132639009972394, 39.981681890774098 ], [ -75.131833669931197, 39.980773574535903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16602, "tnode_": 16543, "lpoly_": null, "rpoly_": null, "length": 260.44180192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2924, "r_f_add": 2901, "r_t_add": 2927, "st_code": 30740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542430, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20168, "Shape__Length": 103.5839681101283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110043130729395, 39.980251223109299 ], [ -75.109274071795497, 39.980652615388401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16524, "tnode_": 16602, "lpoly_": null, "rpoly_": null, "length": 240.44888174000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2649, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 21020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542431, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 20169, "Shape__Length": 95.77107489398648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110526901240306, 39.980796362627601 ], [ -75.110043130729395, 39.980251223109299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16605, "tnode_": 16487, "lpoly_": null, "rpoly_": null, "length": 469.59900785999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 55520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542432, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 20170, "Shape__Length": 186.76937488864544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112738665243498, 39.9803100522969 ], [ -75.111349183740202, 39.9810306148322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16548, "tnode_": 16605, "lpoly_": null, "rpoly_": null, "length": 160.63717025, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2613, "r_f_add": 2600, "r_t_add": 2614, "st_code": 73260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20171, "Shape__Length": 63.987840769340913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113049761916997, 39.980680426502403 ], [ -75.112738665243498, 39.9803100522969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16606, "tnode_": 16375, "lpoly_": null, "rpoly_": null, "length": 551.51811318, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 18100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542434, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 20172, "Shape__Length": 219.92559989549136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139137664356099, 39.980915551066197 ], [ -75.138812608250802, 39.982408743106198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16606, "tnode_": 16592, "lpoly_": null, "rpoly_": null, "length": 158.07576239000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 272, "l_t_add": 298, "r_f_add": 273, "r_t_add": 299, "st_code": 60140, "l_hundred": 200, "r_hundred": 200, "seg_id": 542435, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20173, "Shape__Length": 62.799531333431865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139137664356099, 39.980915551066197 ], [ -75.139693793547494, 39.980988130581402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16611, "tnode_": 16558, "lpoly_": null, "rpoly_": null, "length": 204.60230214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2309, "r_t_add": 2399, "st_code": 24240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542436, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 20174, "Shape__Length": 81.406032363021382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127743618098805, 39.980584078189899 ], [ -75.127587038428302, 39.980748224616001 ], [ -75.127190205457893, 39.980935331093796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16614, "tnode_": 16379, "lpoly_": null, "rpoly_": null, "length": 551.91034151999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542437, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 20175, "Shape__Length": 220.08354976458656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1384532097739, 39.980825847680997 ], [ -75.138140758102395, 39.982321721699002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16614, "tnode_": 16606, "lpoly_": null, "rpoly_": null, "length": 194.57454327, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 262, "l_t_add": 270, "r_f_add": 263, "r_t_add": 271, "st_code": 60140, "l_hundred": 200, "r_hundred": 200, "seg_id": 542438, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20176, "Shape__Length": 77.29955855626045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1384532097739, 39.980825847680997 ], [ -75.139137664356099, 39.980915551066197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16620, "tnode_": 16585, "lpoly_": null, "rpoly_": null, "length": 135.22485415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2052, "l_t_add": 2098, "r_f_add": 2069, "r_t_add": 2099, "st_code": 53980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542439, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 20177, "Shape__Length": 53.781824535158137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130958687704506, 39.980618297027299 ], [ -75.130558606304703, 39.980825824706599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16563, "tnode_": 16620, "lpoly_": null, "rpoly_": null, "length": 189.21751851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABIGAIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2123, "r_f_add": 2100, "r_t_add": 2118, "st_code": 11140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542440, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABIGAIL ST", "stname": "ABIGAIL ST", "objectid": 20178, "Shape__Length": 75.34680507626436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1313683161857, 39.981018974464 ], [ -75.131297196915099, 39.980998748178301 ], [ -75.130990066244195, 39.980650008412901 ], [ -75.130958687704506, 39.980618297027299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16571, "tnode_": 16619, "lpoly_": null, "rpoly_": null, "length": 152.41949997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2139, "l_t_add": 2139, "r_f_add": 2138, "r_t_add": 2140, "st_code": 27500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542442, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20179, "Shape__Length": 60.709812865805191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128856523737099, 39.980873438069402 ], [ -75.128551455243098, 39.980527043404699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16623, "tnode_": 16565, "lpoly_": null, "rpoly_": null, "length": 145.74390091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1938, "l_t_add": 1998, "r_f_add": 1941, "r_t_add": 1999, "st_code": 49660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542443, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20180, "Shape__Length": 58.117950947293473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141693267783893, 39.980841537899799 ], [ -75.141614936341995, 39.981237058904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16623, "tnode_": 16617, "lpoly_": null, "rpoly_": null, "length": 160.51677701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 13220, "l_hundred": 400, "r_hundred": 400, "seg_id": 542444, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLINGTON ST", "stname": "ARLINGTON ST", "objectid": 20181, "Shape__Length": 63.769386740214834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141693267783893, 39.980841537899799 ], [ -75.142257788635803, 39.980916119338801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16628, "tnode_": 16587, "lpoly_": null, "rpoly_": null, "length": 195.58096573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2415, "st_code": 71820, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542445, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20182, "Shape__Length": 77.787095023409037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126739237373599, 39.980439152971201 ], [ -75.126161272041998, 39.980740090461502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16558, "tnode_": 16628, "lpoly_": null, "rpoly_": null, "length": 220.54902874000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2157, "l_t_add": 2199, "r_f_add": 2160, "r_t_add": 2198, "st_code": 85740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20183, "Shape__Length": 87.841529879873264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127190205457893, 39.980935331093796 ], [ -75.126739237373599, 39.980439152971201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16629, "tnode_": 16394, "lpoly_": null, "rpoly_": null, "length": 552.27607090999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 64500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 20184, "Shape__Length": 220.22830343382432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137764077162799, 39.980735976926901 ], [ -75.137445746951002, 39.982232134563802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16629, "tnode_": 16614, "lpoly_": null, "rpoly_": null, "length": 195.87744646, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 214, "l_t_add": 260, "r_f_add": 215, "r_t_add": 261, "st_code": 60140, "l_hundred": 200, "r_hundred": 200, "seg_id": 542448, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20185, "Shape__Length": 77.816983030048277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137764077162799, 39.980735976926901 ], [ -75.1384532097739, 39.980825847680997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16631, "tnode_": 16586, "lpoly_": null, "rpoly_": null, "length": 190.32316138000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2440, "l_t_add": 2460, "r_f_add": 2431, "r_t_add": 2449, "st_code": 78020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20186, "Shape__Length": 75.697809400006861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125023404597798, 39.980401491212902 ], [ -75.124463599209705, 39.980697297081797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16540, "tnode_": 16631, "lpoly_": null, "rpoly_": null, "length": 281.87163782, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 39780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542450, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20187, "Shape__Length": 112.27155767122464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1255876401531, 39.981042048708403 ], [ -75.125023404597798, 39.980401491212902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16630, "tnode_": 16582, "lpoly_": null, "rpoly_": null, "length": 189.15487586999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2558, "l_t_add": 2598, "r_f_add": 2555, "r_t_add": 2599, "st_code": 22040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542451, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20188, "Shape__Length": 75.232046047554945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120710894793106, 39.980332680740197 ], [ -75.120153124885704, 39.980625095038299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16492, "tnode_": 16630, "lpoly_": null, "rpoly_": null, "length": 410.87669624, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2327, "l_t_add": 2399, "r_f_add": 2324, "r_t_add": 2398, "st_code": 41440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 20189, "Shape__Length": 163.65398346559402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121536252049196, 39.9812648961707 ], [ -75.120710894793106, 39.980332680740197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16634, "tnode_": 16595, "lpoly_": null, "rpoly_": null, "length": 145.41928427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2930, "l_t_add": 2936, "r_f_add": 2927, "r_t_add": 2937, "st_code": 70780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542453, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20190, "Shape__Length": 57.83783099687097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108709613874296, 39.980013813393697 ], [ -75.108282075760101, 39.980240037614202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16543, "tnode_": 16634, "lpoly_": null, "rpoly_": null, "length": 281.37800063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 56620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542454, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONMOUTH ST", "stname": "E MONMOUTH ST", "objectid": 20191, "Shape__Length": 112.07370073730553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109274071795497, 39.980652615388401 ], [ -75.108709613874296, 39.980013813393697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16635, "tnode_": 16404, "lpoly_": null, "rpoly_": null, "length": 553.03631868000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542455, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 20192, "Shape__Length": 220.53032564523474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923981052093, 39.981033398474203 ], [ -75.151590779103799, 39.982529756174799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16636, "tnode_": 16578, "lpoly_": null, "rpoly_": null, "length": 215.7263385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2516, "r_f_add": 2501, "r_t_add": 2517, "st_code": 55460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542456, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20193, "Shape__Length": 85.797263109522405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123268773136701, 39.980353898231598 ], [ -75.122628509170795, 39.980682665830798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16537, "tnode_": 16636, "lpoly_": null, "rpoly_": null, "length": 291.97192871, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2329, "r_f_add": 2300, "r_t_add": 2330, "st_code": 26340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542457, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20194, "Shape__Length": 116.29256831302034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123857155109803, 39.981015350787899 ], [ -75.123268773136701, 39.980353898231598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16637, "tnode_": 16402, "lpoly_": null, "rpoly_": null, "length": 552.51259758000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 87830, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542458, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20195, "Shape__Length": 220.32169540331449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137174628440704, 39.980660121827 ], [ -75.136851392982095, 39.9821563150985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16637, "tnode_": 16629, "lpoly_": null, "rpoly_": null, "length": 167.48228317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 213, "st_code": 60140, "l_hundred": 200, "r_hundred": 200, "seg_id": 542459, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20196, "Shape__Length": 66.536058482022682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137174628440704, 39.980660121827 ], [ -75.137764077162799, 39.980735976926901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16638, "tnode_": 16588, "lpoly_": null, "rpoly_": null, "length": 204.51298713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2665, "r_t_add": 2699, "st_code": 56140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20197, "Shape__Length": 81.346606781220004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1170740655797, 39.980189547821197 ], [ -75.116479821016398, 39.980515428909101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16542, "tnode_": 16638, "lpoly_": null, "rpoly_": null, "length": 316.71169451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OAKDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2599, "r_f_add": 2400, "r_t_add": 2598, "st_code": 60940, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OAKDALE ST", "stname": "E OAKDALE ST", "objectid": 20198, "Shape__Length": 126.15267845822082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117699103137994, 39.9809138912969 ], [ -75.1170740655797, 39.980189547821197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16641, "tnode_": 16602, "lpoly_": null, "rpoly_": null, "length": 139.3472224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2844, "l_t_add": 2898, "r_f_add": 2855, "r_t_add": 2899, "st_code": 30740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20199, "Shape__Length": 55.424479056155384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1104504885258, 39.980031863607103 ], [ -75.110043130729395, 39.980251223109299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16559, "tnode_": 16641, "lpoly_": null, "rpoly_": null, "length": 241.67690807, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2645, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 14020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542463, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 20200, "Shape__Length": 96.257617629835522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110941285311497, 39.980577377395903 ], [ -75.1104504885258, 39.980031863607103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16643, "tnode_": 16409, "lpoly_": null, "rpoly_": null, "length": 552.57277473000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 62760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 20201, "Shape__Length": 220.34651110958674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136632367769593, 39.980588310729097 ], [ -75.136316455197999, 39.982085596669201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16643, "tnode_": 16637, "lpoly_": null, "rpoly_": null, "length": 154.19837029, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 190, "l_t_add": 198, "r_f_add": 191, "r_t_add": 199, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542465, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20202, "Shape__Length": 61.259041024273536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136632367769593, 39.980588310729097 ], [ -75.137174628440704, 39.980660121827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16645, "tnode_": 16475, "lpoly_": null, "rpoly_": null, "length": 684.66137918999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2748, "r_f_add": 2701, "r_t_add": 2715, "st_code": 16580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20203, "Shape__Length": 272.30703564007757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116149672505898, 39.980120453416603 ], [ -75.115583184391994, 39.9804161157004 ], [ -75.114252935555598, 39.981110360333098 ], [ -75.114127867871005, 39.981175582328603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16588, "tnode_": 16645, "lpoly_": null, "rpoly_": null, "length": 171.06250347, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2521, "l_t_add": 2535, "r_f_add": 2516, "r_t_add": 2532, "st_code": 49980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542467, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20204, "Shape__Length": 68.141009658496728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116479821016398, 39.980515428909101 ], [ -75.116149672505898, 39.980120453416603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16646, "tnode_": 16415, "lpoly_": null, "rpoly_": null, "length": 549.91351944999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 20205, "Shape__Length": 219.28512541440449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151296742549306, 39.9809556939827 ], [ -75.150967571278102, 39.982443884508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16651, "tnode_": 16646, "lpoly_": null, "rpoly_": null, "length": 49.26526118, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1028, "l_t_add": 1046, "r_f_add": 1019, "r_t_add": 1029, "st_code": 17200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542470, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20206, "Shape__Length": 19.572055520831245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151123659060801, 39.980932022376898 ], [ -75.151296742549306, 39.9809556939827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16657, "tnode_": 16419, "lpoly_": null, "rpoly_": null, "length": 552.18317331999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 40340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20207, "Shape__Length": 220.18978187645931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136107049899096, 39.980523350497002 ], [ -75.135783247431903, 39.982018554366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16657, "tnode_": 16643, "lpoly_": null, "rpoly_": null, "length": 149.10507926, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 176, "l_t_add": 188, "r_f_add": 177, "r_t_add": 189, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542472, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20208, "Shape__Length": 59.234704374119708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136107049899096, 39.980523350497002 ], [ -75.136632367769593, 39.980588310729097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16656, "tnode_": 16571, "lpoly_": null, "rpoly_": null, "length": 411.82187231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20209, "Shape__Length": 163.70233921543357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130189686702096, 39.980397841720702 ], [ -75.128856523737099, 39.980873438069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16585, "tnode_": 16656, "lpoly_": null, "rpoly_": null, "length": 187.07099438999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2117, "l_t_add": 2133, "r_f_add": 2118, "r_t_add": 2130, "st_code": 75660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542474, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20210, "Shape__Length": 74.514360276904441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130558606304703, 39.980825824706599 ], [ -75.130189686702096, 39.980397841720702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16658, "tnode_": 16533, "lpoly_": null, "rpoly_": null, "length": 489.49615001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2948, "l_t_add": 2998, "r_f_add": 2949, "r_t_add": 2999, "st_code": 68240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542475, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20211, "Shape__Length": 194.6806925055254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107428401224595, 39.979854459504097 ], [ -75.105978781356797, 39.980604095822997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16567, "tnode_": 16658, "lpoly_": null, "rpoly_": null, "length": 248.9673734, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2724, "r_t_add": 2798, "st_code": 12680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542476, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 20212, "Shape__Length": 99.186884898546921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107879641034899, 39.980443181646997 ], [ -75.107428401224595, 39.979854459504097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16660, "tnode_": 16657, "lpoly_": null, "rpoly_": null, "length": 130.95819738, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 164, "l_t_add": 174, "r_f_add": 163, "r_t_add": 175, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542477, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20213, "Shape__Length": 52.026202704114766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135646499526402, 39.980462442940201 ], [ -75.136107049899096, 39.980523350497002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16662, "tnode_": 16426, "lpoly_": null, "rpoly_": null, "length": 551.74086473, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87990, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542478, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20214, "Shape__Length": 220.01418767198282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150340046347793, 39.980830446105301 ], [ -75.150015100201998, 39.982324272246899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16662, "tnode_": 16651, "lpoly_": null, "rpoly_": null, "length": 222.69454953000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1026, "r_f_add": 1001, "r_t_add": 1017, "st_code": 17200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542479, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20215, "Shape__Length": 88.470732408262776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150340046347793, 39.980830446105301 ], [ -75.151123659060801, 39.980932022376898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16668, "tnode_": 16600, "lpoly_": null, "rpoly_": null, "length": 277.77788444000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2012, "l_t_add": 2040, "r_f_add": 2011, "r_t_add": 2043, "st_code": 12400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542480, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20216, "Shape__Length": 110.47825491463782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132655107703201, 39.980346811596696 ], [ -75.131833669931197, 39.980773574535903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16669, "tnode_": 16507, "lpoly_": null, "rpoly_": null, "length": 392.14189388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2036, "r_f_add": 2001, "r_t_add": 2039, "st_code": 54200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542481, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20217, "Shape__Length": 156.37069740008513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135188103629702, 39.980406894144799 ], [ -75.134958778035198, 39.9814688178203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16669, "tnode_": 16660, "lpoly_": null, "rpoly_": null, "length": 130.0452873, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 150, "l_t_add": 162, "r_f_add": 151, "r_t_add": 161, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542482, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20218, "Shape__Length": 51.662563528781476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135188103629702, 39.980406894144799 ], [ -75.135646499526402, 39.980462442940201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16672, "tnode_": 16577, "lpoly_": null, "rpoly_": null, "length": 213.02656941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 87870, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542483, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20219, "Shape__Length": 84.945260911297765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140823421845397, 39.980537057883602 ], [ -75.140690907107498, 39.981112888135399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16675, "tnode_": 16559, "lpoly_": null, "rpoly_": null, "length": 471.51524216999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2842, "r_f_add": 2801, "r_t_add": 2853, "st_code": 77140, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542484, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20220, "Shape__Length": 187.5316946431119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112334444819098, 39.979851617185602 ], [ -75.110941285311497, 39.980577377395903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16605, "tnode_": 16675, "lpoly_": null, "rpoly_": null, "length": 201.79498203, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2615, "l_t_add": 2629, "r_f_add": 2616, "r_t_add": 2632, "st_code": 73260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20221, "Shape__Length": 80.375540094151049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112738665243498, 39.9803100522969 ], [ -75.112334444819098, 39.979851617185602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16677, "tnode_": 16630, "lpoly_": null, "rpoly_": null, "length": 183.55282964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2556, "r_f_add": 2537, "r_t_add": 2553, "st_code": 22040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542486, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20222, "Shape__Length": 73.00201528902835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121254385556597, 39.980051474428599 ], [ -75.120710894793106, 39.980332680740197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16536, "tnode_": 16677, "lpoly_": null, "rpoly_": null, "length": 408.04742661, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2325, "l_t_add": 2399, "r_f_add": 2324, "r_t_add": 2398, "st_code": 71860, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20223, "Shape__Length": 162.52642429389772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122073999493793, 39.980977300313697 ], [ -75.121254385556597, 39.980051474428599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16680, "tnode_": 16656, "lpoly_": null, "rpoly_": null, "length": 135.0030124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2050, "l_t_add": 2098, "r_f_add": 2039, "r_t_add": 2099, "st_code": 77800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20224, "Shape__Length": 53.679803917355265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130607114940403, 39.980212849498599 ], [ -75.130189686702096, 39.980397841720702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16620, "tnode_": 16680, "lpoly_": null, "rpoly_": null, "length": 177.54351846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABIGAIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2125, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 11140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABIGAIL ST", "stname": "ABIGAIL ST", "objectid": 20225, "Shape__Length": 70.71845699707481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130958687704506, 39.980618297027299 ], [ -75.130607114940403, 39.980212849498599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16589, "tnode_": 16683, "lpoly_": null, "rpoly_": null, "length": 263.75837375000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2411, "l_t_add": 2499, "r_f_add": 2414, "r_t_add": 2498, "st_code": 40700, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 20226, "Shape__Length": 105.06027101162471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119472217387894, 39.980561781804901 ], [ -75.118952551571297, 39.979958105366997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16658, "tnode_": 16747, "lpoly_": null, "rpoly_": null, "length": 249.40739084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 12680, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542492, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 20227, "Shape__Length": 99.341210471886228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107428401224595, 39.979854459504097 ], [ -75.106933383849594, 39.979285488745099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16685, "tnode_": 16631, "lpoly_": null, "rpoly_": null, "length": 195.61709638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2418, "l_t_add": 2438, "r_f_add": 2419, "r_t_add": 2429, "st_code": 78020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20228, "Shape__Length": 77.798505414361784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125604989882007, 39.980104533718503 ], [ -75.125023404597798, 39.980401491212902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16587, "tnode_": 16685, "lpoly_": null, "rpoly_": null, "length": 279.11485571000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 18380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20229, "Shape__Length": 111.17422230074709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126161272041998, 39.980740090461502 ], [ -75.125604989882007, 39.980104533718503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16672, "tnode_": 16686, "lpoly_": null, "rpoly_": null, "length": 113.87350979, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 405, "st_code": 42280, "l_hundred": 400, "r_hundred": 400, "seg_id": 542495, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HEWSON ST", "stname": "W HEWSON ST", "objectid": 20230, "Shape__Length": 45.244782144308068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140823421845397, 39.980537057883602 ], [ -75.141217086572794, 39.980459584921 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16686, "tnode_": 16573, "lpoly_": null, "rpoly_": null, "length": 266.1404156, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1932, "l_t_add": 1998, "r_f_add": 1933, "r_t_add": 1999, "st_code": 50100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 20231, "Shape__Length": 106.12100759391531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141217086572794, 39.980459584921 ], [ -75.141274476561406, 39.980622302290499 ], [ -75.141277049570903, 39.980639840616597 ], [ -75.141279573451698, 39.980658627544202 ], [ -75.141158377376001, 39.981175740908597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16689, "tnode_": 16669, "lpoly_": null, "rpoly_": null, "length": 266.68686835, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 116, "l_t_add": 148, "r_f_add": 127, "r_t_add": 149, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542498, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20232, "Shape__Length": 105.94783292841694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134250778080997, 39.980280424544802 ], [ -75.135188103629702, 39.980406894144799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16688, "tnode_": 16628, "lpoly_": null, "rpoly_": null, "length": 201.54670367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2318, "l_t_add": 2398, "r_f_add": 2315, "r_t_add": 2399, "st_code": 71820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542499, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20233, "Shape__Length": 80.162077838017851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1273312134186, 39.980124965216604 ], [ -75.126739237373599, 39.980439152971201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16611, "tnode_": 16688, "lpoly_": null, "rpoly_": null, "length": 203.29420967, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 37620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542500, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20234, "Shape__Length": 80.970435293634225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127743618098805, 39.980584078189899 ], [ -75.1273312134186, 39.980124965216604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16686, "tnode_": 16690, "lpoly_": null, "rpoly_": null, "length": 32.3244862, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 412, "l_t_add": 412, "r_f_add": 407, "r_t_add": 409, "st_code": 42280, "l_hundred": 400, "r_hundred": 400, "seg_id": 542501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HEWSON ST", "stname": "W HEWSON ST", "objectid": 20235, "Shape__Length": 12.843555414939249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141217086572794, 39.980459584921 ], [ -75.141328550807401, 39.9804367603125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16692, "tnode_": 16454, "lpoly_": null, "rpoly_": null, "length": 550.71277477000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87970, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20236, "Shape__Length": 219.60329464487523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487665552458, 39.980628857185003 ], [ -75.1484403150926, 39.982119654418099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16692, "tnode_": 16662, "lpoly_": null, "rpoly_": null, "length": 447.02771973, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 17200, "l_hundred": 900, "r_hundred": 900, "seg_id": 542503, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20237, "Shape__Length": 177.59161178023271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487665552458, 39.980628857185003 ], [ -75.150340046347793, 39.980830446105301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16694, "tnode_": 16636, "lpoly_": null, "rpoly_": null, "length": 206.60933844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2460, "l_t_add": 2498, "r_f_add": 2461, "r_t_add": 2499, "st_code": 55460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542504, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20238, "Shape__Length": 82.173838230001309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123877981120501, 39.980034469302197 ], [ -75.123268773136701, 39.980353898231598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16586, "tnode_": 16694, "lpoly_": null, "rpoly_": null, "length": 291.94983114999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2357, "r_f_add": 2300, "r_t_add": 2328, "st_code": 50420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542505, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20239, "Shape__Length": 116.28457173163194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124463599209705, 39.980697297081797 ], [ -75.123877981120501, 39.980034469302197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16695, "tnode_": 16611, "lpoly_": null, "rpoly_": null, "length": 209.4924954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2100, "l_t_add": 2326, "r_f_add": 2101, "r_t_add": 2307, "st_code": 24240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542506, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLINS ST", "stname": "COLLINS ST", "objectid": 20240, "Shape__Length": 83.424359142897444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128197209289397, 39.980126960282497 ], [ -75.127743618098805, 39.980584078189899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16619, "tnode_": 16695, "lpoly_": null, "rpoly_": null, "length": 176.34192992000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2141, "l_t_add": 2153, "r_f_add": 2142, "r_t_add": 2152, "st_code": 27500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542507, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20241, "Shape__Length": 70.237267244244094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128551455243098, 39.980527043404699 ], [ -75.128197209289397, 39.980126960282497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16699, "tnode_": 16546, "lpoly_": null, "rpoly_": null, "length": 318.04640696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 67820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 20242, "Shape__Length": 126.8150282522257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143127929826505, 39.980572934922598 ], [ -75.143057393872894, 39.980907845443703 ], [ -75.143038324519495, 39.980963269320803 ], [ -75.143034841709706, 39.981001033129402 ], [ -75.143126488732904, 39.981388233377899 ], [ -75.143093040889099, 39.981425201190703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16698, "tnode_": 16456, "lpoly_": null, "rpoly_": null, "length": 550.12796301999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 43480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542509, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20243, "Shape__Length": 219.36920777685833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133735487500402, 39.980217844364397 ], [ -75.1334125738464, 39.981707442386401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16698, "tnode_": 16689, "lpoly_": null, "rpoly_": null, "length": 146.19426131, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 110, "l_t_add": 114, "r_f_add": 107, "r_t_add": 125, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542510, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20244, "Shape__Length": 58.077866166462449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133735487500402, 39.980217844364397 ], [ -75.134250778080997, 39.980280424544802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16703, "tnode_": 16458, "lpoly_": null, "rpoly_": null, "length": 551.53906001999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 27360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 20245, "Shape__Length": 219.932298841472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148276685852807, 39.980565566411798 ], [ -75.147947998000703, 39.982058346005402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16703, "tnode_": 16692, "lpoly_": null, "rpoly_": null, "length": 139.20371088, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 808, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 17200, "l_hundred": 800, "r_hundred": 800, "seg_id": 542512, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20246, "Shape__Length": 55.301731398747279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148276685852807, 39.980565566411798 ], [ -75.1487665552458, 39.980628857185003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16706, "tnode_": 16634, "lpoly_": null, "rpoly_": null, "length": 261.09367643999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2928, "r_f_add": 2901, "r_t_add": 2925, "st_code": 70780, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20247, "Shape__Length": 103.84368133945199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109478636949007, 39.979609210170899 ], [ -75.108709613874296, 39.980013813393697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16602, "tnode_": 16706, "lpoly_": null, "rpoly_": null, "length": 282.35227262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2723, "r_f_add": 2700, "r_t_add": 2722, "st_code": 21020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542514, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 20248, "Shape__Length": 112.46203896708251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110043130729395, 39.980251223109299 ], [ -75.109478636949007, 39.979609210170899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16707, "tnode_": 16652, "lpoly_": null, "rpoly_": null, "length": 212.59103569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 51240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542515, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 20249, "Shape__Length": 84.547474166237535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115827486704902, 39.979762067587203 ], [ -75.115193680499701, 39.980082744175299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16645, "tnode_": 16707, "lpoly_": null, "rpoly_": null, "length": 158.73430838, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2537, "l_t_add": 2551, "r_f_add": 2534, "r_t_add": 2546, "st_code": 49980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542516, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20250, "Shape__Length": 63.22211640657035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116149672505898, 39.980120453416603 ], [ -75.115827486704902, 39.979762067587203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16709, "tnode_": 16472, "lpoly_": null, "rpoly_": null, "length": 551.03493254, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87950, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542517, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20251, "Shape__Length": 219.73122020734831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147784286327294, 39.980504077665401 ], [ -75.147456902480201, 39.981995623331898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16709, "tnode_": 16703, "lpoly_": null, "rpoly_": null, "length": 139.79645594000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 806, "r_f_add": 801, "r_t_add": 807, "st_code": 17200, "l_hundred": 800, "r_hundred": 800, "seg_id": 542518, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20252, "Shape__Length": 55.536774142063798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147784286327294, 39.980504077665401 ], [ -75.148276685852807, 39.980565566411798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16710, "tnode_": 16668, "lpoly_": null, "rpoly_": null, "length": 172.81697459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 2001, "r_t_add": 2009, "st_code": 12400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542519, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 20253, "Shape__Length": 68.711157954824031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133192415708805, 39.980143817880801 ], [ -75.133006829574001, 39.980155955773803 ], [ -75.132655107703201, 39.980346811596696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16710, "tnode_": 16471, "lpoly_": null, "rpoly_": null, "length": 552.61508633000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 35200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542520, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20254, "Shape__Length": 220.36140150551904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133192415708805, 39.980143817880801 ], [ -75.132881846069395, 39.981554933936501 ], [ -75.132883347027303, 39.981640724126201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16710, "tnode_": 16698, "lpoly_": null, "rpoly_": null, "length": 154.56212516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 105, "st_code": 60140, "l_hundred": 100, "r_hundred": 100, "seg_id": 542521, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 20255, "Shape__Length": 61.403554719683413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133192415708805, 39.980143817880801 ], [ -75.133735487500402, 39.980217844364397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16690, "tnode_": 16714, "lpoly_": null, "rpoly_": null, "length": 137.53630882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 414, "l_t_add": 438, "r_f_add": 411, "r_t_add": 425, "st_code": 42280, "l_hundred": 400, "r_hundred": 400, "seg_id": 542524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HEWSON ST", "stname": "W HEWSON ST", "objectid": 20256, "Shape__Length": 54.643889547286513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141328550807401, 39.9804367603125 ], [ -75.141807082704403, 39.980352943070898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16714, "tnode_": 16623, "lpoly_": null, "rpoly_": null, "length": 180.82171556, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1930, "l_t_add": 1936, "r_f_add": 1931, "r_t_add": 1939, "st_code": 49660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20257, "Shape__Length": 72.102991358353592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141807082704403, 39.980352943070898 ], [ -75.141693267783893, 39.980841537899799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16718, "tnode_": 16675, "lpoly_": null, "rpoly_": null, "length": 142.69232376, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2760, "l_t_add": 2798, "r_f_add": 2729, "r_t_add": 2799, "st_code": 77140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20258, "Shape__Length": 56.752004058522424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112755210635598, 39.979631036959503 ], [ -75.112334444819098, 39.979851617185602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16583, "tnode_": 16718, "lpoly_": null, "rpoly_": null, "length": 362.37546562, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2637, "r_f_add": 2600, "r_t_add": 2638, "st_code": 71680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 20259, "Shape__Length": 144.33271373554723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113485985712202, 39.980451711015597 ], [ -75.112755210635598, 39.979631036959503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16720, "tnode_": 16620, "lpoly_": null, "rpoly_": null, "length": 387.35449083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2050, "r_f_add": 2001, "r_t_add": 2067, "st_code": 53980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 20260, "Shape__Length": 154.06240156327428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132099062120204, 39.980017421792397 ], [ -75.130958687704506, 39.980618297027299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16668, "tnode_": 16720, "lpoly_": null, "rpoly_": null, "length": 196.67220781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGES", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2148, "st_code": 17120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542529, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGES ST", "stname": "BERGES ST", "objectid": 20261, "Shape__Length": 78.238596959085598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132655107703201, 39.980346811596696 ], [ -75.132099062120204, 39.980017421792397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16722, "tnode_": 16483, "lpoly_": null, "rpoly_": null, "length": 550.53206217000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 34980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542530, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20262, "Shape__Length": 219.53030429411317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147099236297194, 39.980412292391399 ], [ -75.146771508982894, 39.9819023933224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16722, "tnode_": 16709, "lpoly_": null, "rpoly_": null, "length": 194.8688848, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 722, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 17200, "l_hundred": 700, "r_hundred": 700, "seg_id": 542531, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20263, "Shape__Length": 77.416402140210835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147099236297194, 39.980412292391399 ], [ -75.147784286327294, 39.980504077665401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16724, "tnode_": 16722, "lpoly_": null, "rpoly_": null, "length": 29.8922931, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 720, "l_t_add": 720, "r_f_add": 725, "r_t_add": 725, "st_code": 17200, "l_hundred": 700, "r_hundred": 700, "seg_id": 542532, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20264, "Shape__Length": 11.875805847923974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146994584035397, 39.9803964214438 ], [ -75.147099236297194, 39.980412292391399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16726, "tnode_": 16571, "lpoly_": null, "rpoly_": null, "length": 427.70619025000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 17820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542533, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20265, "Shape__Length": 170.30815953971637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129802267800599, 39.979960864505699 ], [ -75.129736053800002, 39.9799824468965 ], [ -75.128856523737099, 39.980873438069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16656, "tnode_": 16726, "lpoly_": null, "rpoly_": null, "length": 192.80222837, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2135, "l_t_add": 2145, "r_f_add": 2132, "r_t_add": 2144, "st_code": 75660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20266, "Shape__Length": 76.79296792520347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130189686702096, 39.980397841720702 ], [ -75.130111016476704, 39.9803218643181 ], [ -75.129802267800599, 39.979960864505699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16728, "tnode_": 16677, "lpoly_": null, "rpoly_": null, "length": 190.02240942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2518, "l_t_add": 2536, "r_f_add": 2517, "r_t_add": 2535, "st_code": 22040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542535, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20267, "Shape__Length": 75.577393110887073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121813412471298, 39.979756260856199 ], [ -75.121254385556597, 39.980051474428599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16578, "tnode_": 16728, "lpoly_": null, "rpoly_": null, "length": 407.5114225, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2322, "r_t_add": 2398, "st_code": 34060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542536, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 20268, "Shape__Length": 162.31393124807187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122628509170795, 39.980682665830798 ], [ -75.121813412471298, 39.979756260856199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16730, "tnode_": 16494, "lpoly_": null, "rpoly_": null, "length": 550.68864749, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87930, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542537, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20269, "Shape__Length": 219.59971310683395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146306889861805, 39.980310296505898 ], [ -75.146033198823204, 39.9818072710462 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16730, "tnode_": 16724, "lpoly_": null, "rpoly_": null, "length": 195.25732508, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 723, "st_code": 17200, "l_hundred": 700, "r_hundred": 700, "seg_id": 542538, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20270, "Shape__Length": 77.56948601238112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146306889861805, 39.980310296505898 ], [ -75.146994584035397, 39.9803964214438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16782, "tnode_": 16658, "lpoly_": null, "rpoly_": null, "length": 558.91826332999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2946, "r_f_add": 2901, "r_t_add": 2947, "st_code": 68240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542540, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20271, "Shape__Length": 222.55211289000979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108645605084803, 39.978667636577903 ], [ -75.108329873707504, 39.978837037192598 ], [ -75.108277026432901, 39.978866418831203 ], [ -75.108220086343195, 39.978898765234 ], [ -75.108166287727599, 39.978952602376303 ], [ -75.108132832979507, 39.978994669109099 ], [ -75.108103589890206, 39.979030713878601 ], [ -75.107428401224595, 39.979854459504097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16714, "tnode_": 16733, "lpoly_": null, "rpoly_": null, "length": 286.55987215, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 440, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 42280, "l_hundred": 400, "r_hundred": 400, "seg_id": 542541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HEWSON ST", "stname": "W HEWSON ST", "objectid": 20272, "Shape__Length": 113.85206352429749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141807082704403, 39.980352943070898 ], [ -75.142803465037403, 39.980176135132403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16733, "tnode_": 16552, "lpoly_": null, "rpoly_": null, "length": 435.14229032000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1910, "l_t_add": 1998, "r_f_add": 1915, "r_t_add": 1999, "st_code": 87890, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542542, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20273, "Shape__Length": 173.51705003863358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142803465037403, 39.980176135132403 ], [ -75.142548511355002, 39.981354442603703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16735, "tnode_": 16730, "lpoly_": null, "rpoly_": null, "length": 105.84604126000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 680, "l_t_add": 698, "r_f_add": 659, "r_t_add": 699, "st_code": 17200, "l_hundred": 600, "r_hundred": 600, "seg_id": 542543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20274, "Shape__Length": 42.049941607053277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145934951222401, 39.980259758103799 ], [ -75.146306889861805, 39.980310296505898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16737, "tnode_": 16688, "lpoly_": null, "rpoly_": null, "length": 201.08045613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2313, "st_code": 71820, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20275, "Shape__Length": 79.971396305218406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127928496692803, 39.979819086124202 ], [ -75.1273312134186, 39.980124965216604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16695, "tnode_": 16737, "lpoly_": null, "rpoly_": null, "length": 135.0893252, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2155, "l_t_add": 2199, "r_f_add": 2154, "r_t_add": 2198, "st_code": 27500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542545, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20276, "Shape__Length": 53.807323784525792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128197209289397, 39.980126960282497 ], [ -75.127928496692803, 39.979819086124202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16739, "tnode_": 16694, "lpoly_": null, "rpoly_": null, "length": 190.84556443999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2440, "l_t_add": 2458, "r_f_add": 2441, "r_t_add": 2459, "st_code": 55460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542546, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20277, "Shape__Length": 75.903775583649349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124440791514701, 39.979739509083103 ], [ -75.123877981120501, 39.980034469302197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16631, "tnode_": 16739, "lpoly_": null, "rpoly_": null, "length": 291.22253495000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2327, "r_f_add": 2300, "r_t_add": 2320, "st_code": 39780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542547, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20278, "Shape__Length": 115.99514856621104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125023404597798, 39.980401491212902 ], [ -75.124440791514701, 39.979739509083103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16582, "tnode_": 16738, "lpoly_": null, "rpoly_": null, "length": 432.59932487000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 44060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542548, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20279, "Shape__Length": 172.30448183911412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120153124885704, 39.980625095038299 ], [ -75.119284052690602, 39.979643640244802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16740, "tnode_": 16706, "lpoly_": null, "rpoly_": null, "length": 140.4301563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2842, "l_t_add": 2898, "r_f_add": 2851, "r_t_add": 2899, "st_code": 70780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542549, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20280, "Shape__Length": 55.848424461077428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109897735785296, 39.979397887919198 ], [ -75.109478636949007, 39.979609210170899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16641, "tnode_": 16740, "lpoly_": null, "rpoly_": null, "length": 278.08602234, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 14020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542550, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 20281, "Shape__Length": 110.76400400338196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1104504885258, 39.980031863607103 ], [ -75.109897735785296, 39.979397887919198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16741, "tnode_": 16680, "lpoly_": null, "rpoly_": null, "length": 207.69047688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2024, "l_t_add": 2048, "r_f_add": 2029, "r_t_add": 2037, "st_code": 77800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542551, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20282, "Shape__Length": 82.606362348539619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131215571233994, 39.979888195202903 ], [ -75.130719860804803, 39.980163535470403 ], [ -75.130607114940403, 39.980212849498599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16742, "tnode_": 16685, "lpoly_": null, "rpoly_": null, "length": 197.8185602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2417, "st_code": 78020, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20283, "Shape__Length": 78.677552688688522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126187845318896, 39.979798211025503 ], [ -75.125604989882007, 39.980104533718503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16628, "tnode_": 16742, "lpoly_": null, "rpoly_": null, "length": 279.98595784000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 85740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20284, "Shape__Length": 111.52393280989843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126739237373599, 39.980439152971201 ], [ -75.126187845318896, 39.979798211025503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16745, "tnode_": 16638, "lpoly_": null, "rpoly_": null, "length": 426.21642644000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2652, "r_f_add": 2601, "r_t_add": 2663, "st_code": 56140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20285, "Shape__Length": 169.51966003675409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118326286362404, 39.9795255282501 ], [ -75.1170740655797, 39.980189547821197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16745, "tnode_": 16542, "lpoly_": null, "rpoly_": null, "length": 535.42671974999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2612, "l_t_add": 2678, "r_f_add": 2613, "r_t_add": 2679, "st_code": 12900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542555, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20286, "Shape__Length": 213.43681310941005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118326286362404, 39.9795255282501 ], [ -75.117699103137994, 39.9809138912969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16746, "tnode_": 16506, "lpoly_": null, "rpoly_": null, "length": 551.3512323, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 53860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20287, "Shape__Length": 219.86253931387373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145514878382301, 39.980204448129903 ], [ -75.145232366642503, 39.981702290484598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16746, "tnode_": 16735, "lpoly_": null, "rpoly_": null, "length": 119.43374017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 650, "l_t_add": 678, "r_f_add": 619, "r_t_add": 657, "st_code": 17200, "l_hundred": 600, "r_hundred": 600, "seg_id": 542557, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20288, "Shape__Length": 47.447614711274156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145514878382301, 39.980204448129903 ], [ -75.145934951222401, 39.980259758103799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16750, "tnode_": 16669, "lpoly_": null, "rpoly_": null, "length": 184.90712342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1944, "l_t_add": 1998, "r_f_add": 1945, "r_t_add": 1999, "st_code": 54200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20289, "Shape__Length": 73.733198884125912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135293540321399, 39.979905823849101 ], [ -75.135188103629702, 39.980406894144799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16751, "tnode_": 16728, "lpoly_": null, "rpoly_": null, "length": 94.59844693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2508, "l_t_add": 2516, "r_f_add": 2509, "r_t_add": 2515, "st_code": 22040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542560, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20290, "Shape__Length": 37.625216192105455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122090597183799, 39.979608055091802 ], [ -75.121813412471298, 39.979756260856199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16756, "tnode_": 16683, "lpoly_": null, "rpoly_": null, "length": 178.85062416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2602, "r_f_add": 2601, "r_t_add": 2601, "st_code": 57360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542561, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20291, "Shape__Length": 71.293698958969486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119165137103394, 39.979495177220201 ], [ -75.118952551571297, 39.979958105366997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16738, "tnode_": 16756, "lpoly_": null, "rpoly_": null, "length": 63.52555129, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2509, "r_f_add": 2500, "r_t_add": 2538, "st_code": 44060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542562, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20292, "Shape__Length": 25.306209314339871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119284052690602, 39.979643640244802 ], [ -75.119165137103394, 39.979495177220201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16757, "tnode_": 16520, "lpoly_": null, "rpoly_": null, "length": 551.69770854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87910, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542563, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20293, "Shape__Length": 220.00125038435354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144729956797207, 39.980106737335298 ], [ -75.144454145588497, 39.981606279128698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16757, "tnode_": 16746, "lpoly_": null, "rpoly_": null, "length": 222.82931073, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 617, "st_code": 17200, "l_hundred": 600, "r_hundred": 600, "seg_id": 542564, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20294, "Shape__Length": 88.522590001280477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144729956797207, 39.980106737335298 ], [ -75.145514878382301, 39.980204448129903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16759, "tnode_": 16750, "lpoly_": null, "rpoly_": null, "length": 132.43413741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 42280, "l_hundred": 100, "r_hundred": 100, "seg_id": 542565, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HEWSON ST", "stname": "W HEWSON ST", "objectid": 20295, "Shape__Length": 52.612259628875293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134828015234007, 39.979843290335303 ], [ -75.135293540321399, 39.979905823849101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16760, "tnode_": 16701, "lpoly_": null, "rpoly_": null, "length": 245.61396157000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2714, "r_f_add": 2701, "r_t_add": 2745, "st_code": 12300, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20296, "Shape__Length": 97.683530270337357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115495498193198, 39.979403455733198 ], [ -75.114767750567395, 39.9797791644258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16707, "tnode_": 16760, "lpoly_": null, "rpoly_": null, "length": 160.38018663, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2548, "r_t_add": 2598, "st_code": 49980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542567, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20297, "Shape__Length": 63.874046923421531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115827486704902, 39.979762067587203 ], [ -75.115495498193198, 39.979403455733198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16763, "tnode_": 16641, "lpoly_": null, "rpoly_": null, "length": 474.04109646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2842, "r_f_add": 2801, "r_t_add": 2853, "st_code": 30740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542568, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20298, "Shape__Length": 188.53606417604283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111849315739306, 39.979300192948003 ], [ -75.1104504885258, 39.980031863607103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16675, "tnode_": 16763, "lpoly_": null, "rpoly_": null, "length": 242.5573752, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2631, "l_t_add": 2699, "r_f_add": 2634, "r_t_add": 2698, "st_code": 73260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20299, "Shape__Length": 96.610973457158224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112334444819098, 39.979851617185602 ], [ -75.111849315739306, 39.979300192948003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16769, "tnode_": 16741, "lpoly_": null, "rpoly_": null, "length": 111.87228874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2002, "l_t_add": 2022, "r_f_add": 2027, "r_t_add": 2027, "st_code": 77800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20300, "Shape__Length": 44.516804564315002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131512806923794, 39.979683195160902 ], [ -75.131215571233994, 39.979888195202903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16720, "tnode_": 16769, "lpoly_": null, "rpoly_": null, "length": 204.49036065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGES", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2121, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 17120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGES ST", "stname": "BERGES ST", "objectid": 20301, "Shape__Length": 81.342654223385964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132099062120204, 39.980017421792397 ], [ -75.131512806923794, 39.979683195160902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16706, "tnode_": 16782, "lpoly_": null, "rpoly_": null, "length": 414.9081886, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2725, "l_t_add": 2799, "r_f_add": 2724, "r_t_add": 2798, "st_code": 21020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 20302, "Shape__Length": 165.2559272341044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109478636949007, 39.979609210170899 ], [ -75.108645605084803, 39.978667636577903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16771, "tnode_": 16619, "lpoly_": null, "rpoly_": null, "length": 426.68952278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 34960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542574, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20303, "Shape__Length": 169.91918863849202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129469498789902, 39.979592597234003 ], [ -75.128551455243098, 39.980527043404699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16726, "tnode_": 16771, "lpoly_": null, "rpoly_": null, "length": 163.38251227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2147, "l_t_add": 2163, "r_f_add": 2146, "r_t_add": 2148, "st_code": 75660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20304, "Shape__Length": 65.072711112077883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129802267800599, 39.979960864505699 ], [ -75.129469498789902, 39.979592597234003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16773, "tnode_": 16757, "lpoly_": null, "rpoly_": null, "length": 361.2121534, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 514, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 17200, "l_hundred": 500, "r_hundred": 500, "seg_id": 542577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20305, "Shape__Length": 143.49874326986952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143459399840694, 39.979939927468997 ], [ -75.144729956797207, 39.980106737335298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16774, "tnode_": 16751, "lpoly_": null, "rpoly_": null, "length": 122.28793286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2506, "r_f_add": 2501, "r_t_add": 2507, "st_code": 22040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542578, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20306, "Shape__Length": 48.6357972753204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122452223522103, 39.979420184328802 ], [ -75.122090597183799, 39.979608055091802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16636, "tnode_": 16774, "lpoly_": null, "rpoly_": null, "length": 409.94681357000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2332, "r_t_add": 2398, "st_code": 26340, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20307, "Shape__Length": 163.28484700020647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123268773136701, 39.980353898231598 ], [ -75.122452223522103, 39.979420184328802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16775, "tnode_": 16738, "lpoly_": null, "rpoly_": null, "length": 189.93979711999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2556, "l_t_add": 2598, "r_f_add": 2569, "r_t_add": 2599, "st_code": 36420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542580, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20308, "Shape__Length": 75.542491200065726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119845021411294, 39.979351022451802 ], [ -75.119284052690602, 39.979643640244802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16630, "tnode_": 16775, "lpoly_": null, "rpoly_": null, "length": 432.15719132000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAZZARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 41440, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542581, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAZZARD ST", "stname": "E HAZZARD ST", "objectid": 20309, "Shape__Length": 172.12878461464251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120710894793106, 39.980332680740197 ], [ -75.119845021411294, 39.979351022451802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16776, "tnode_": 16742, "lpoly_": null, "rpoly_": null, "length": 198.58071738000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2316, "l_t_add": 2398, "r_f_add": 2315, "r_t_add": 2399, "st_code": 78020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542582, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20310, "Shape__Length": 78.979958679503952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126773449072402, 39.979491277948497 ], [ -75.126187845318896, 39.979798211025503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16688, "tnode_": 16776, "lpoly_": null, "rpoly_": null, "length": 278.78368759, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 37620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20311, "Shape__Length": 111.04025842662854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1273312134186, 39.980124965216604 ], [ -75.126773449072402, 39.979491277948497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16777, "tnode_": 27069, "lpoly_": null, "rpoly_": null, "length": 543.51962242000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 19140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542584, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 20312, "Shape__Length": 216.73286477053358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157584568090996, 39.980232264584501 ], [ -75.157257244634295, 39.981702891421698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16777, "tnode_": 16761, "lpoly_": null, "rpoly_": null, "length": 465.09632611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 56760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 542585, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20313, "Shape__Length": 184.7691679337384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157584568090996, 39.980232264584501 ], [ -75.159221111703502, 39.980444470411697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16778, "tnode_": 16737, "lpoly_": null, "rpoly_": null, "length": 195.16831312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 71820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542586, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20314, "Shape__Length": 77.623804487615516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128502651451399, 39.979515868050498 ], [ -75.127928496692803, 39.979819086124202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16779, "tnode_": 16733, "lpoly_": null, "rpoly_": null, "length": 116.39246825, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1908, "r_f_add": 1901, "r_t_add": 1913, "st_code": 87890, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542587, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20315, "Shape__Length": 46.412385576959949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142869486625798, 39.979860686084301 ], [ -75.142803465037403, 39.980176135132403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16779, "tnode_": 16773, "lpoly_": null, "rpoly_": null, "length": 167.82036071000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 519, "st_code": 17200, "l_hundred": 500, "r_hundred": 500, "seg_id": 542588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20316, "Shape__Length": 66.670209682811475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142869486625798, 39.979860686084301 ], [ -75.143459399840694, 39.979939927468997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16781, "tnode_": 16739, "lpoly_": null, "rpoly_": null, "length": 196.53501954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2418, "l_t_add": 2438, "r_f_add": 2419, "r_t_add": 2439, "st_code": 55460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542589, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20317, "Shape__Length": 78.166241478586471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125020406372798, 39.979435787869598 ], [ -75.124440791514701, 39.979739509083103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16685, "tnode_": 16781, "lpoly_": null, "rpoly_": null, "length": 293.57422669000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2327, "r_f_add": 2300, "r_t_add": 2324, "st_code": 18380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542590, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20318, "Shape__Length": 116.93266824114068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125604989882007, 39.980104533718503 ], [ -75.125020406372798, 39.979435787869598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16782, "tnode_": 16855, "lpoly_": null, "rpoly_": null, "length": 80.16152651, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 21020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542594, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAMBRIA ST", "stname": "E CAMBRIA ST", "objectid": 20319, "Shape__Length": 31.926748285970959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108645605084803, 39.978667636577903 ], [ -75.108482779382101, 39.978486716006103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16788, "tnode_": 16645, "lpoly_": null, "rpoly_": null, "length": 584.37060247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2612, "l_t_add": 2698, "r_f_add": 2635, "r_t_add": 2699, "st_code": 16580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542595, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20320, "Shape__Length": 232.41709036406039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117873157004496, 39.979217463887998 ], [ -75.116149672505898, 39.980120453416603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16789, "tnode_": 16779, "lpoly_": null, "rpoly_": null, "length": 215.34621823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 426, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 17200, "l_hundred": 400, "r_hundred": 400, "seg_id": 542596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20321, "Shape__Length": 85.548625384387421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142110061550596, 39.979770473396101 ], [ -75.142869486625798, 39.979860686084301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16790, "tnode_": 16763, "lpoly_": null, "rpoly_": null, "length": 141.86628492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2752, "l_t_add": 2798, "r_f_add": 2729, "r_t_add": 2799, "st_code": 30740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542597, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20322, "Shape__Length": 56.423893008892797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112266432320396, 39.979079529759801 ], [ -75.111849315739306, 39.979300192948003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16718, "tnode_": 16790, "lpoly_": null, "rpoly_": null, "length": 243.15728590999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2639, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 71680, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 20323, "Shape__Length": 96.848393474894536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112755210635598, 39.979631036959503 ], [ -75.112266432320396, 39.979079529759801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16931, "tnode_": 16782, "lpoly_": null, "rpoly_": null, "length": 616.59212122999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 68240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542600, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20324, "Shape__Length": 245.13404066355122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110587771730394, 39.977872345415101 ], [ -75.108645605084803, 39.978667636577903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16794, "tnode_": 16714, "lpoly_": null, "rpoly_": null, "length": 223.06569165, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1928, "r_f_add": 1901, "r_t_add": 1929, "st_code": 49660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20325, "Shape__Length": 88.948435869436082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141938900003296, 39.979749055198397 ], [ -75.141807082704403, 39.980352943070898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16794, "tnode_": 16789, "lpoly_": null, "rpoly_": null, "length": 48.59736087, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 424, "l_t_add": 424, "r_f_add": 421, "r_t_add": 423, "st_code": 17200, "l_hundred": 400, "r_hundred": 400, "seg_id": 542602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20326, "Shape__Length": 19.306004264076915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141938900003296, 39.979749055198397 ], [ -75.142110061550596, 39.979770473396101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16453, "tnode_": 16798, "lpoly_": null, "rpoly_": null, "length": 991.81492374999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 3099, "r_f_add": 2900, "r_t_add": 3098, "st_code": 12040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542603, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 20327, "Shape__Length": 395.04824118227572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099645286951599, 39.980953834493903 ], [ -75.097672580710395, 39.978693366880002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16799, "tnode_": 16690, "lpoly_": null, "rpoly_": null, "length": 278.42028297000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1930, "r_f_add": 1901, "r_t_add": 1931, "st_code": 50100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542604, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 20328, "Shape__Length": 111.01422100851333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141513017857704, 39.979689751945401 ], [ -75.141464912435197, 39.979759464460102 ], [ -75.141328550807401, 39.9804367603125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16799, "tnode_": 16794, "lpoly_": null, "rpoly_": null, "length": 121.29024664, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 414, "l_t_add": 422, "r_f_add": 409, "r_t_add": 419, "st_code": 17200, "l_hundred": 400, "r_hundred": 400, "seg_id": 542605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20329, "Shape__Length": 48.185411609253414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141513017857704, 39.979689751945401 ], [ -75.141938900003296, 39.979749055198397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16801, "tnode_": 16758, "lpoly_": null, "rpoly_": null, "length": 232.26368291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 77320, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20330, "Shape__Length": 92.377516471518163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111541607374704, 39.978964366549498 ], [ -75.110859116108401, 39.979326097285004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16763, "tnode_": 16801, "lpoly_": null, "rpoly_": null, "length": 149.67405526000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2710, "st_code": 73260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20331, "Shape__Length": 59.610838103204841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111849315739306, 39.979300192948003 ], [ -75.111541607374704, 39.978964366549498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16803, "tnode_": 16726, "lpoly_": null, "rpoly_": null, "length": 266.74784668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2041, "r_t_add": 2099, "st_code": 17820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20332, "Shape__Length": 106.20408169077963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130406948003099, 39.979414188451102 ], [ -75.129883221849397, 39.979947777401698 ], [ -75.129802267800599, 39.979960864505699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16741, "tnode_": 16803, "lpoly_": null, "rpoly_": null, "length": 284.9011679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 29180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542609, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREER ST", "stname": "DREER ST", "objectid": 20333, "Shape__Length": 113.33407249704373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131215571233994, 39.979888195202903 ], [ -75.130406948003099, 39.979414188451102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16804, "tnode_": 16672, "lpoly_": null, "rpoly_": null, "length": 336.27513892000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1930, "r_f_add": 1901, "r_t_add": 1935, "st_code": 87870, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20334, "Shape__Length": 134.09104504300527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141023655220593, 39.979626883832601 ], [ -75.140823421845397, 39.980537057883602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16804, "tnode_": 16799, "lpoly_": null, "rpoly_": null, "length": 139.04008638, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 407, "st_code": 17200, "l_hundred": 400, "r_hundred": 400, "seg_id": 542611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20335, "Shape__Length": 55.235898770609822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141023655220593, 39.979626883832601 ], [ -75.141513017857704, 39.979689751945401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16806, "tnode_": 27071, "lpoly_": null, "rpoly_": null, "length": 541.29433392, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88050, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 20336, "Shape__Length": 215.84587937313981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155387562468505, 39.979945207555801 ], [ -75.155070317264801, 39.981410948291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16806, "tnode_": 27073, "lpoly_": null, "rpoly_": null, "length": 247.97122994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1340, "r_f_add": 1301, "r_t_add": 1339, "st_code": 56760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542613, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20337, "Shape__Length": 98.511559768923163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155387562468505, 39.979945207555801 ], [ -75.156259721204904, 39.980060060290498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16808, "tnode_": 16769, "lpoly_": null, "rpoly_": null, "length": 142.45094586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2000, "r_f_add": 2001, "r_t_add": 2025, "st_code": 77800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20338, "Shape__Length": 56.730138146860803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131778849123606, 39.979373857584697 ], [ -75.131746040023202, 39.979520628539198 ], [ -75.131512806923794, 39.979683195160902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16710, "tnode_": 16808, "lpoly_": null, "rpoly_": null, "length": 487.53821464000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2101, "l_t_add": 2143, "r_f_add": 2100, "r_t_add": 2142, "st_code": 60120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542615, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20339, "Shape__Length": 193.92110042990802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133192415708805, 39.980143817880801 ], [ -75.133031178039005, 39.9801013682766 ], [ -75.131778849123606, 39.979373857584697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16809, "tnode_": 16748, "lpoly_": null, "rpoly_": null, "length": 298.29735668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 55520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 20340, "Shape__Length": 118.63605034472876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115133173221594, 39.978989282563099 ], [ -75.114249838712794, 39.979446161094103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16760, "tnode_": 16809, "lpoly_": null, "rpoly_": null, "length": 181.86243763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2613, "r_f_add": 2600, "r_t_add": 2614, "st_code": 49980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542617, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20341, "Shape__Length": 72.436378299780827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115495498193198, 39.979403455733198 ], [ -75.115133173221594, 39.978989282563099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16812, "tnode_": 16590, "lpoly_": null, "rpoly_": null, "length": 553.57351457999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 61580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542618, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 20342, "Shape__Length": 220.73885206205694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140524542496195, 39.9795573234681 ], [ -75.140184826214295, 39.981054310153901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16812, "tnode_": 16804, "lpoly_": null, "rpoly_": null, "length": 142.15029133000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 350, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 17200, "l_hundred": 300, "r_hundred": 300, "seg_id": 542619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20343, "Shape__Length": 56.472462470269136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140524542496195, 39.9795573234681 ], [ -75.141023655220593, 39.979626883832601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16815, "tnode_": 16775, "lpoly_": null, "rpoly_": null, "length": 183.51279357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2554, "r_f_add": 2537, "r_t_add": 2567, "st_code": 36420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542620, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20344, "Shape__Length": 72.985046557962505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120388377234605, 39.979069867694598 ], [ -75.119845021411294, 39.979351022451802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16677, "tnode_": 16815, "lpoly_": null, "rpoly_": null, "length": 432.1634482, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 71860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542621, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20345, "Shape__Length": 172.13050588155616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121254385556597, 39.980051474428599 ], [ -75.120388377234605, 39.979069867694598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16816, "tnode_": 16592, "lpoly_": null, "rpoly_": null, "length": 553.28126386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87850, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542622, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20346, "Shape__Length": 220.6235851280079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140021227506296, 39.979490620693703 ], [ -75.139697159643902, 39.980942999215202 ], [ -75.139693793547494, 39.980988130581402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16816, "tnode_": 16812, "lpoly_": null, "rpoly_": null, "length": 143.1289893, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 348, "r_f_add": 301, "r_t_add": 311, "st_code": 17200, "l_hundred": 300, "r_hundred": 300, "seg_id": 542623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20347, "Shape__Length": 56.860549514186538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140021227506296, 39.979490620693703 ], [ -75.140524542496195, 39.9795573234681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16820, "tnode_": 16774, "lpoly_": null, "rpoly_": null, "length": 204.92399575000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2454, "l_t_add": 2498, "r_f_add": 2459, "r_t_add": 2499, "st_code": 22040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20348, "Shape__Length": 81.503065526795908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123055564089697, 39.979102359094902 ], [ -75.122452223522103, 39.979420184328802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16694, "tnode_": 16820, "lpoly_": null, "rpoly_": null, "length": 410.38403761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2359, "l_t_add": 2399, "r_f_add": 2330, "r_t_add": 2398, "st_code": 50420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542625, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20349, "Shape__Length": 163.45576922617332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123877981120501, 39.980034469302197 ], [ -75.123055564089697, 39.979102359094902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16823, "tnode_": 16778, "lpoly_": null, "rpoly_": null, "length": 209.55927182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2217, "st_code": 71820, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542626, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20350, "Shape__Length": 83.357868023925747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129100940869606, 39.979177260081002 ], [ -75.129062671372395, 39.979222728551299 ], [ -75.128502651451399, 39.979515868050498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16771, "tnode_": 16823, "lpoly_": null, "rpoly_": null, "length": 183.19333744, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2165, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 75660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542627, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20351, "Shape__Length": 72.964912671206477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129469498789902, 39.979592597234003 ], [ -75.129100940869606, 39.979177260081002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16824, "tnode_": 27072, "lpoly_": null, "rpoly_": null, "length": 536.1569772, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88030, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542628, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 20352, "Shape__Length": 213.79778431995629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153810137993304, 39.979743047284501 ], [ -75.153503776161102, 39.981195872173501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16824, "tnode_": 16806, "lpoly_": null, "rpoly_": null, "length": 448.15490706999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 56760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 542629, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20353, "Shape__Length": 178.03710356192047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153810137993304, 39.979743047284501 ], [ -75.155387562468505, 39.979945207555801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16737, "tnode_": 16825, "lpoly_": null, "rpoly_": null, "length": 281.43310762000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 27500, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542631, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20354, "Shape__Length": 112.0924009534136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127928496692803, 39.979819086124202 ], [ -75.1273601440504, 39.979182151315499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16826, "tnode_": 16781, "lpoly_": null, "rpoly_": null, "length": 195.36789843999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2417, "st_code": 55460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542632, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20355, "Shape__Length": 77.701670651349801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125596626037606, 39.979133926113199 ], [ -75.125020406372798, 39.979435787869598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16742, "tnode_": 16826, "lpoly_": null, "rpoly_": null, "length": 293.27414277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2327, "r_f_add": 2300, "r_t_add": 2324, "st_code": 85740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20356, "Shape__Length": 116.80904567115596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126187845318896, 39.979798211025503 ], [ -75.125596626037606, 39.979133926113199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16832, "tnode_": 16788, "lpoly_": null, "rpoly_": null, "length": 241.93938434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2610, "r_f_add": 2601, "r_t_add": 2633, "st_code": 16580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542634, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20357, "Shape__Length": 96.202975097217418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118613146682904, 39.978888554013103 ], [ -75.118473063076493, 39.978910792320299 ], [ -75.117873157004496, 39.979217463887998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16832, "tnode_": 16745, "lpoly_": null, "rpoly_": null, "length": 245.56996334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2610, "r_f_add": 2601, "r_t_add": 2611, "st_code": 12900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542635, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20358, "Shape__Length": 97.890177031225448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118613146682904, 39.978888554013103 ], [ -75.118326286362404, 39.9795255282501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16756, "tnode_": 16832, "lpoly_": null, "rpoly_": null, "length": 269.74624931, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2511, "l_t_add": 2529, "r_f_add": 2540, "r_t_add": 2540, "st_code": 44060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542636, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20359, "Shape__Length": 107.4335070600099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119165137103394, 39.979495177220201 ], [ -75.118613146682904, 39.978888554013103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16836, "tnode_": 16707, "lpoly_": null, "rpoly_": null, "length": 585.90299429000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2636, "l_t_add": 2698, "r_f_add": 2633, "r_t_add": 2699, "st_code": 51240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 20360, "Shape__Length": 233.03006663647983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117548617520598, 39.978849942119503 ], [ -75.117517598324994, 39.9788735331393 ], [ -75.115827486704902, 39.979762067587203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16788, "tnode_": 16836, "lpoly_": null, "rpoly_": null, "length": 161.93492859, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2523, "r_f_add": 2500, "r_t_add": 2522, "st_code": 11600, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20361, "Shape__Length": 64.497902435434227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117873157004496, 39.979217463887998 ], [ -75.117567552748795, 39.978877827247999 ], [ -75.117548617520598, 39.978849942119503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16837, "tnode_": 16614, "lpoly_": null, "rpoly_": null, "length": 551.13828547000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 12440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542639, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 20362, "Shape__Length": 219.77014451918004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138770457660002, 39.979332719484297 ], [ -75.1384532097739, 39.980825847680997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16837, "tnode_": 16816, "lpoly_": null, "rpoly_": null, "length": 355.21039025000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 246, "l_t_add": 298, "r_f_add": 281, "r_t_add": 299, "st_code": 17200, "l_hundred": 200, "r_hundred": 200, "seg_id": 542640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20363, "Shape__Length": 141.11199036980676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138770457660002, 39.979332719484297 ], [ -75.140021227506296, 39.979490620693703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16840, "tnode_": 16740, "lpoly_": null, "rpoly_": null, "length": 471.13906686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2840, "r_f_add": 2801, "r_t_add": 2849, "st_code": 70780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 542641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20364, "Shape__Length": 187.3814764867187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111286132229907, 39.978668602700999 ], [ -75.109897735785296, 39.979397887919198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16801, "tnode_": 16840, "lpoly_": null, "rpoly_": null, "length": 129.36098432999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2713, "l_t_add": 2721, "r_f_add": 2712, "r_t_add": 2722, "st_code": 73260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20365, "Shape__Length": 51.525699497606489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111541607374704, 39.978964366549498 ], [ -75.111286132229907, 39.978668602700999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16846, "tnode_": 16629, "lpoly_": null, "rpoly_": null, "length": 551.56235625, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 64500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542643, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 20366, "Shape__Length": 219.93917209902048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138080032834296, 39.979241507192398 ], [ -75.137764077162799, 39.980735976926901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16846, "tnode_": 16837, "lpoly_": null, "rpoly_": null, "length": 196.32080645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 226, "l_t_add": 244, "r_f_add": 273, "r_t_add": 279, "st_code": 17200, "l_hundred": 200, "r_hundred": 200, "seg_id": 542644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20367, "Shape__Length": 77.99162348572726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138080032834296, 39.979241507192398 ], [ -75.138770457660002, 39.979332719484297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16847, "tnode_": 16635, "lpoly_": null, "rpoly_": null, "length": 550.94212528000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 88010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542645, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 20368, "Shape__Length": 219.69292511649365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152238750839899, 39.979540505325197 ], [ -75.151923981052093, 39.981033398474203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16847, "tnode_": 16824, "lpoly_": null, "rpoly_": null, "length": 446.51032217, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 56760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20369, "Shape__Length": 177.38344866300892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152238750839899, 39.979540505325197 ], [ -75.153810137993304, 39.979743047284501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16852, "tnode_": 16637, "lpoly_": null, "rpoly_": null, "length": 552.23797614, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 87830, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542647, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20370, "Shape__Length": 220.20771808965901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137492454427999, 39.979164370596202 ], [ -75.137177750647894, 39.980608373231199 ], [ -75.137174628440704, 39.980660121827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16852, "tnode_": 16846, "lpoly_": null, "rpoly_": null, "length": 167.04681743, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 271, "st_code": 17200, "l_hundred": 200, "r_hundred": 200, "seg_id": 542648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20371, "Shape__Length": 66.361882588026106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137492454427999, 39.979164370596202 ], [ -75.138080032834296, 39.979241507192398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16855, "tnode_": 16747, "lpoly_": null, "rpoly_": null, "length": 522.69528861000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 55360, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 542649, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 20372, "Shape__Length": 207.87934784607148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108482779382101, 39.978486716006103 ], [ -75.106933383849594, 39.979285488745099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16856, "tnode_": 16815, "lpoly_": null, "rpoly_": null, "length": 189.40331877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2518, "l_t_add": 2536, "r_f_add": 2517, "r_t_add": 2535, "st_code": 36420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542651, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20373, "Shape__Length": 75.327977334962924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120948459353201, 39.978778875090498 ], [ -75.120388377234605, 39.979069867694598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16728, "tnode_": 16856, "lpoly_": null, "rpoly_": null, "length": 430.72614602, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 34060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 20374, "Shape__Length": 171.55638780598403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121813412471298, 39.979756260856199 ], [ -75.120948459353201, 39.978778875090498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16861, "tnode_": 16651, "lpoly_": null, "rpoly_": null, "length": 550.56103957000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 81440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542653, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 20375, "Shape__Length": 219.53820657903279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151455069778606, 39.9794423235221 ], [ -75.151123659060801, 39.980932022376898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16863, "tnode_": 16825, "lpoly_": null, "rpoly_": null, "length": 196.70356458999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2222, "l_t_add": 2298, "r_f_add": 2223, "r_t_add": 2299, "st_code": 78020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542655, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20376, "Shape__Length": 78.231866850391668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127941305527003, 39.978879363841401 ], [ -75.1273601440504, 39.979182151315499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16778, "tnode_": 16863, "lpoly_": null, "rpoly_": null, "length": 280.19705359, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 34400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542656, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20377, "Shape__Length": 111.60183339410159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128502651451399, 39.979515868050498 ], [ -75.127941305527003, 39.978879363841401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16864, "tnode_": 16808, "lpoly_": null, "rpoly_": null, "length": 176.64791641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 77800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 20378, "Shape__Length": 70.340441457324786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132167447588898, 39.978992052559903 ], [ -75.131778849123606, 39.979373857584697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16865, "tnode_": 16820, "lpoly_": null, "rpoly_": null, "length": 190.54727632000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2436, "l_t_add": 2452, "r_f_add": 2439, "r_t_add": 2457, "st_code": 22040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542658, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20379, "Shape__Length": 75.784894281104869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123616398460499, 39.978806634245402 ], [ -75.123055564089697, 39.979102359094902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16739, "tnode_": 16865, "lpoly_": null, "rpoly_": null, "length": 410.92618061000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2322, "r_t_add": 2398, "st_code": 39780, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542659, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20380, "Shape__Length": 163.67055499026566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124440791514701, 39.979739509083103 ], [ -75.123616398460499, 39.978806634245402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16866, "tnode_": 16643, "lpoly_": null, "rpoly_": null, "length": 550.57856786999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 62760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 20381, "Shape__Length": 219.54580337659985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136952037929603, 39.979097045672503 ], [ -75.136632367769593, 39.980588310729097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16866, "tnode_": 16852, "lpoly_": null, "rpoly_": null, "length": 153.42264996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 190, "l_t_add": 198, "r_f_add": 191, "r_t_add": 199, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20382, "Shape__Length": 60.948747981626873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136952037929603, 39.979097045672503 ], [ -75.137492454427999, 39.979164370596202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16868, "tnode_": 16746, "lpoly_": null, "rpoly_": null, "length": 322.27873272, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 53860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542662, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20383, "Shape__Length": 128.51309825858885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145679106701706, 39.979328820746197 ], [ -75.145514878382301, 39.980204448129903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16870, "tnode_": 16718, "lpoly_": null, "rpoly_": null, "length": 682.91894252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2758, "r_f_add": 2701, "r_t_add": 2727, "st_code": 77140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542663, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20384, "Shape__Length": 271.60848954188083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114770972728707, 39.9785776284807 ], [ -75.112755210635598, 39.979631036959503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16809, "tnode_": 16870, "lpoly_": null, "rpoly_": null, "length": 181.0826456, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2615, "l_t_add": 2627, "r_f_add": 2616, "r_t_add": 2630, "st_code": 49980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542664, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20385, "Shape__Length": 72.124643727001427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115133173221594, 39.978989282563099 ], [ -75.114770972728707, 39.9785776284807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16872, "tnode_": 16826, "lpoly_": null, "rpoly_": null, "length": 199.1251775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2318, "l_t_add": 2398, "r_f_add": 2317, "r_t_add": 2399, "st_code": 55460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542665, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20386, "Shape__Length": 79.193466873719288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126186929634699, 39.978829681410801 ], [ -75.125596626037606, 39.979133926113199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16776, "tnode_": 16872, "lpoly_": null, "rpoly_": null, "length": 291.72287595, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2333, "r_f_add": 2300, "r_t_add": 2328, "st_code": 37620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20387, "Shape__Length": 116.1914469293168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126773449072402, 39.979491277948497 ], [ -75.126186929634699, 39.978829681410801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16874, "tnode_": 16657, "lpoly_": null, "rpoly_": null, "length": 551.54759911999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 40340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20388, "Shape__Length": 219.93210075712025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1364265501349, 39.979029367989298 ], [ -75.136107049899096, 39.980523350497002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16874, "tnode_": 16866, "lpoly_": null, "rpoly_": null, "length": 149.31554185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 184, "l_t_add": 188, "r_f_add": 177, "r_t_add": 189, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20389, "Shape__Length": 59.317499286937185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1364265501349, 39.979029367989298 ], [ -75.136952037929603, 39.979097045672503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16876, "tnode_": 16823, "lpoly_": null, "rpoly_": null, "length": 148.57571261000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2024, "l_t_add": 2198, "r_f_add": 2021, "r_t_add": 2199, "st_code": 71820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542669, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20390, "Shape__Length": 59.167625222026423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129417373951696, 39.9788500173917 ], [ -75.129100940869606, 39.979177260081002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16878, "tnode_": 16662, "lpoly_": null, "rpoly_": null, "length": 552.30805327999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87990, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542670, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20391, "Shape__Length": 220.23586913819614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150663135082596, 39.979334804020802 ], [ -75.150340046347793, 39.980830446105301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16878, "tnode_": 16861, "lpoly_": null, "rpoly_": null, "length": 225.36558582000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 56760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542671, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20392, "Shape__Length": 89.530820231965194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150663135082596, 39.979334804020802 ], [ -75.151455069778606, 39.9794423235221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16879, "tnode_": 16803, "lpoly_": null, "rpoly_": null, "length": 245.15276904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2026, "r_f_add": 2001, "r_t_add": 2039, "st_code": 17820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542672, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20393, "Shape__Length": 97.629728037590255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130922520806806, 39.978872805652898 ], [ -75.130896593154503, 39.978922723617799 ], [ -75.130406948003099, 39.979414188451102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16808, "tnode_": 16879, "lpoly_": null, "rpoly_": null, "length": 301.50772572, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2145, "l_t_add": 2185, "r_f_add": 2144, "r_t_add": 2172, "st_code": 60120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542673, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20394, "Shape__Length": 119.93884917935002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131778849123606, 39.979373857584697 ], [ -75.130922520806806, 39.978872805652898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16881, "tnode_": 16757, "lpoly_": null, "rpoly_": null, "length": 319.15404207, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1825, "r_t_add": 1899, "st_code": 87910, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542674, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20395, "Shape__Length": 127.26672230538161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144894089049103, 39.979239766582502 ], [ -75.144729956797207, 39.980106737335298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16881, "tnode_": 16868, "lpoly_": null, "rpoly_": null, "length": 222.37680155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83580, "l_hundred": 600, "r_hundred": 600, "seg_id": 542675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 20396, "Shape__Length": 88.340207552805083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144894089049103, 39.979239766582502 ], [ -75.145679106701706, 39.979328820746197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16882, "tnode_": 16840, "lpoly_": null, "rpoly_": null, "length": 144.3760312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2732, "l_t_add": 2798, "r_f_add": 2735, "r_t_add": 2799, "st_code": 70780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20397, "Shape__Length": 57.423870684646971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111707415343901, 39.978440487647802 ], [ -75.111286132229907, 39.978668602700999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16790, "tnode_": 16882, "lpoly_": null, "rpoly_": null, "length": 280.59821905000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SELTZER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 71680, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SELTZER ST", "stname": "E SELTZER ST", "objectid": 20398, "Shape__Length": 111.76244304196535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112266432320396, 39.979079529759801 ], [ -75.111707415343901, 39.978440487647802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16885, "tnode_": 16660, "lpoly_": null, "rpoly_": null, "length": 550.83835145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 57680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542678, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 20399, "Shape__Length": 219.64894969658633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135966590215304, 39.978970508548599 ], [ -75.135646499526402, 39.980462442940201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16885, "tnode_": 16874, "lpoly_": null, "rpoly_": null, "length": 130.67342234999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 172, "l_t_add": 182, "r_f_add": 173, "r_t_add": 175, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542679, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20400, "Shape__Length": 51.911562109934458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135966590215304, 39.978970508548599 ], [ -75.1364265501349, 39.979029367989298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16886, "tnode_": 16878, "lpoly_": null, "rpoly_": null, "length": 105.51554014, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 924, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 56760, "l_hundred": 900, "r_hundred": 900, "seg_id": 542680, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20401, "Shape__Length": 41.917748816738978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150292027517494, 39.979285907732198 ], [ -75.150663135082596, 39.979334804020802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16888, "tnode_": 16856, "lpoly_": null, "rpoly_": null, "length": 96.63748149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2510, "l_t_add": 2516, "r_f_add": 2509, "r_t_add": 2515, "st_code": 36420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542681, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20402, "Shape__Length": 38.436636202643726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121230264331004, 39.978625991030803 ], [ -75.120948459353201, 39.978778875090498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16751, "tnode_": 16888, "lpoly_": null, "rpoly_": null, "length": 431.41126951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREEDLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 35080, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542682, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREEDLY ST", "stname": "FREEDLY ST", "objectid": 20403, "Shape__Length": 171.83185048278048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122090597183799, 39.979608055091802 ], [ -75.121230264331004, 39.978625991030803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16890, "tnode_": 16756, "lpoly_": null, "rpoly_": null, "length": 345.54452081000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 57360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542683, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20404, "Shape__Length": 137.74461485855707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119560127765496, 39.978596604200199 ], [ -75.119165137103394, 39.979495177220201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16892, "tnode_": 16760, "lpoly_": null, "rpoly_": null, "length": 589.19505469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2624, "l_t_add": 2698, "r_f_add": 2621, "r_t_add": 2699, "st_code": 12300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542684, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20405, "Shape__Length": 234.33533255973933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117230534420699, 39.978490015384402 ], [ -75.115495498193198, 39.979403455733198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16836, "tnode_": 16892, "lpoly_": null, "rpoly_": null, "length": 158.54796276, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2525, "l_t_add": 2599, "r_f_add": 2524, "r_t_add": 2598, "st_code": 11600, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20406, "Shape__Length": 63.148573128938899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117548617520598, 39.978849942119503 ], [ -75.117230534420699, 39.978490015384402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16893, "tnode_": 16750, "lpoly_": null, "rpoly_": null, "length": 367.75107892999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1942, "r_f_add": 1901, "r_t_add": 1943, "st_code": 54200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542686, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20407, "Shape__Length": 146.64164366283134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135506383980101, 39.978909669292598 ], [ -75.135293540321399, 39.979905823849101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16893, "tnode_": 16885, "lpoly_": null, "rpoly_": null, "length": 130.86184011999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 150, "l_t_add": 170, "r_f_add": 171, "r_t_add": 171, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20408, "Shape__Length": 51.986730005544807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135506383980101, 39.978909669292598 ], [ -75.135966590215304, 39.978970508548599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16840, "tnode_": 16931, "lpoly_": null, "rpoly_": null, "length": 349.91529687000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2723, "l_t_add": 2799, "r_f_add": 2724, "r_t_add": 2798, "st_code": 73260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542689, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERSET ST", "stname": "E SOMERSET ST", "objectid": 20409, "Shape__Length": 139.36986256687453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111286132229907, 39.978668602700999 ], [ -75.110587771730394, 39.977872345415101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16897, "tnode_": 16836, "lpoly_": null, "rpoly_": null, "length": 239.39103733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2634, "r_f_add": 2601, "r_t_add": 2631, "st_code": 51240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542690, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 20410, "Shape__Length": 95.212785170661135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118250388553406, 39.978475265927401 ], [ -75.117548617520598, 39.978849942119503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16832, "tnode_": 16897, "lpoly_": null, "rpoly_": null, "length": 181.663375, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2531, "l_t_add": 2563, "r_f_add": 2542, "r_t_add": 2558, "st_code": 44060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20411, "Shape__Length": 72.356136380840098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118613146682904, 39.978888554013103 ], [ -75.118250388553406, 39.978475265927401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16898, "tnode_": 16759, "lpoly_": null, "rpoly_": null, "length": 367.20078175999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 20412, "Shape__Length": 146.42263117370567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135036630592694, 39.978848136687198 ], [ -75.134828015234007, 39.979843290335303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16898, "tnode_": 16893, "lpoly_": null, "rpoly_": null, "length": 133.54180059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 144, "l_t_add": 148, "r_f_add": 145, "r_t_add": 169, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20413, "Shape__Length": 53.051227807668845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135036630592694, 39.978848136687198 ], [ -75.135506383980101, 39.978909669292598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16901, "tnode_": 16890, "lpoly_": null, "rpoly_": null, "length": 94.60260592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2598, "r_f_add": 2533, "r_t_add": 2599, "st_code": 12300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20414, "Shape__Length": 37.625846495296187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119837849042696, 39.978448979308098 ], [ -75.119560127765496, 39.978596604200199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16815, "tnode_": 16901, "lpoly_": null, "rpoly_": null, "length": 273.78900755000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 71860, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542695, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20415, "Shape__Length": 109.04782187433112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120388377234605, 39.979069867694598 ], [ -75.119837849042696, 39.978448979308098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16902, "tnode_": 16692, "lpoly_": null, "rpoly_": null, "length": 551.74014311999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87970, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20416, "Shape__Length": 220.00839706270602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149091866798997, 39.979135081086199 ], [ -75.1487665552458, 39.980628857185003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16902, "tnode_": 16886, "lpoly_": null, "rpoly_": null, "length": 340.79836591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 923, "st_code": 56760, "l_hundred": 900, "r_hundred": 900, "seg_id": 542697, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20417, "Shape__Length": 135.38609985446328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149091866798997, 39.979135081086199 ], [ -75.150292027517494, 39.979285907732198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16904, "tnode_": 16689, "lpoly_": null, "rpoly_": null, "length": 550.09004899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 43800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20418, "Shape__Length": 219.35059428236542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134566116985994, 39.978789972666704 ], [ -75.134250778080997, 39.980280424544802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16904, "tnode_": 16898, "lpoly_": null, "rpoly_": null, "length": 133.55177595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 112, "l_t_add": 142, "r_f_add": 113, "r_t_add": 143, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20419, "Shape__Length": 53.054512074581169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134566116985994, 39.978789972666704 ], [ -75.135036630592694, 39.978848136687198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16907, "tnode_": 16827, "lpoly_": null, "rpoly_": null, "length": 352.44534082999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 82000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 20420, "Shape__Length": 140.17321753117145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114529377154, 39.978312192478803 ], [ -75.113490140409596, 39.978857044664998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16870, "tnode_": 16907, "lpoly_": null, "rpoly_": null, "length": 118.04188833, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2629, "l_t_add": 2635, "r_f_add": 2632, "r_t_add": 2636, "st_code": 49980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542701, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20421, "Shape__Length": 47.012735900526188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114770972728707, 39.9785776284807 ], [ -75.114529377154, 39.978312192478803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29781, "tnode_": 16779, "lpoly_": null, "rpoly_": null, "length": 312.9667157, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1825, "r_t_add": 1899, "st_code": 87890, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542704, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20422, "Shape__Length": 124.7984135710126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143035111694502, 39.979011054599198 ], [ -75.142869486625798, 39.979860686084301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16911, "tnode_": 16773, "lpoly_": null, "rpoly_": null, "length": 359.45548205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 36660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20423, "Shape__Length": 143.32890350951362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143219792155406, 39.9789706456068 ], [ -75.143238804877399, 39.9790698376042 ], [ -75.143459399840694, 39.979939927468997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16914, "tnode_": 16698, "lpoly_": null, "rpoly_": null, "length": 550.20089785999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 43480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542706, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20424, "Shape__Length": 219.39440262704906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134051601379696, 39.9787272635457 ], [ -75.1337414504099, 39.980173235410099 ], [ -75.133735487500402, 39.980217844364397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16914, "tnode_": 16904, "lpoly_": null, "rpoly_": null, "length": 146.56583125999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 108, "l_t_add": 110, "r_f_add": 107, "r_t_add": 111, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20425, "Shape__Length": 58.225955708011874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134051601379696, 39.9787272635457 ], [ -75.134093216198394, 39.978739406489098 ], [ -75.134505850793602, 39.978791603156999 ], [ -75.134566116985994, 39.978789972666704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16915, "tnode_": 16865, "lpoly_": null, "rpoly_": null, "length": 195.06093544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2420, "l_t_add": 2434, "r_f_add": 2419, "r_t_add": 2437, "st_code": 22040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542708, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20426, "Shape__Length": 77.576057493071104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124195555846896, 39.978509641097702 ], [ -75.123616398460499, 39.978806634245402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16781, "tnode_": 16915, "lpoly_": null, "rpoly_": null, "length": 408.97465816, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 18380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542709, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20427, "Shape__Length": 162.8903817192645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125020406372798, 39.979435787869598 ], [ -75.124195555846896, 39.978509641097702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16916, "tnode_": 16888, "lpoly_": null, "rpoly_": null, "length": 121.06199571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2508, "r_f_add": 2501, "r_t_add": 2507, "st_code": 36420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542710, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20428, "Shape__Length": 48.146390169713875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121589816955904, 39.978441789581197 ], [ -75.121230264331004, 39.978625991030803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16774, "tnode_": 16916, "lpoly_": null, "rpoly_": null, "length": 430.62975149, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 26340, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542711, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20429, "Shape__Length": 171.51831123719623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122452223522103, 39.979420184328802 ], [ -75.121589816955904, 39.978441789581197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16919, "tnode_": 16771, "lpoly_": null, "rpoly_": null, "length": 454.86495392999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 34960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542712, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20430, "Shape__Length": 181.13521307465052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130451210577704, 39.978598231451699 ], [ -75.129469498789902, 39.979592597234003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16879, "tnode_": 16919, "lpoly_": null, "rpoly_": null, "length": 165.68225795000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2187, "l_t_add": 2189, "r_f_add": 2174, "r_t_add": 2184, "st_code": 60120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542713, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20431, "Shape__Length": 65.906992749252083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130922520806806, 39.978872805652898 ], [ -75.130451210577704, 39.978598231451699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16918, "tnode_": 16863, "lpoly_": null, "rpoly_": null, "length": 207.76883385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2220, "r_f_add": 2201, "r_t_add": 2221, "st_code": 78020, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542714, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20432, "Shape__Length": 82.631573225776648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555796967703, 39.978561967902202 ], [ -75.128489429113202, 39.9785845263551 ], [ -75.127941305527003, 39.978879363841401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16823, "tnode_": 16918, "lpoly_": null, "rpoly_": null, "length": 271.25447971999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 75660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542715, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20433, "Shape__Length": 108.03865863078308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129100940869606, 39.979177260081002 ], [ -75.128555796967703, 39.978561967902202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16920, "tnode_": 16892, "lpoly_": null, "rpoly_": null, "length": 105.36333778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2610, "l_t_add": 2622, "r_f_add": 2609, "r_t_add": 2619, "st_code": 12300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542716, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20434, "Shape__Length": 41.905937135739059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117539366840006, 39.978325067474003 ], [ -75.117230534420699, 39.978490015384402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16922, "tnode_": 16709, "lpoly_": null, "rpoly_": null, "length": 553.09472151, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87950, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542717, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20435, "Shape__Length": 220.54767013535465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148113565384904, 39.979007044728597 ], [ -75.147784286327294, 39.980504077665401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16922, "tnode_": 16902, "lpoly_": null, "rpoly_": null, "length": 278.10464654999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 56760, "l_hundred": 800, "r_hundred": 800, "seg_id": 542718, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20436, "Shape__Length": 110.48100190798078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148113565384904, 39.979007044728597 ], [ -75.149091866798997, 39.979135081086199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16924, "tnode_": 16710, "lpoly_": null, "rpoly_": null, "length": 550.98262552000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 35200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 542719, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20437, "Shape__Length": 219.70551943391081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133512147601095, 39.978651436737699 ], [ -75.133192415708805, 39.980143817880801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16924, "tnode_": 16914, "lpoly_": null, "rpoly_": null, "length": 153.68364601000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 105, "st_code": 17200, "l_hundred": 100, "r_hundred": 100, "seg_id": 542720, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 20438, "Shape__Length": 61.053668879086025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133512147601095, 39.978651436737699 ], [ -75.134051601379696, 39.9787272635457 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16927, "tnode_": 16872, "lpoly_": null, "rpoly_": null, "length": 198.31222444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2316, "r_f_add": 2301, "r_t_add": 2315, "st_code": 55460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542721, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20439, "Shape__Length": 78.873394388599763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126769886043306, 39.978521087781203 ], [ -75.126186929634699, 39.978829681410801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16825, "tnode_": 16927, "lpoly_": null, "rpoly_": null, "length": 292.29808476, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2329, "r_f_add": 2300, "r_t_add": 2324, "st_code": 27500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542722, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20440, "Shape__Length": 116.41845255833182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1273601440504, 39.979182151315499 ], [ -75.126812131957706, 39.9785577945011 ], [ -75.126769886043306, 39.978521087781203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16911, "tnode_": 16933, "lpoly_": null, "rpoly_": null, "length": 185.51028431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 504, "l_t_add": 522, "r_f_add": 505, "r_t_add": 521, "st_code": 57160, "l_hundred": 500, "r_hundred": 500, "seg_id": 542725, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 20441, "Shape__Length": 73.69938431134868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143219792155406, 39.9789706456068 ], [ -75.143868952928798, 39.978871016584002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16935, "tnode_": 16724, "lpoly_": null, "rpoly_": null, "length": 551.24482349000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 34980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542726, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20442, "Shape__Length": 219.809034113737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147327152798198, 39.9789049711312 ], [ -75.146994584035397, 39.9803964214438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16935, "tnode_": 16922, "lpoly_": null, "rpoly_": null, "length": 223.50454195, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 722, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 56760, "l_hundred": 700, "r_hundred": 700, "seg_id": 542727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20443, "Shape__Length": 88.79003003383346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147327152798198, 39.9789049711312 ], [ -75.148113565384904, 39.979007044728597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16939, "tnode_": 16879, "lpoly_": null, "rpoly_": null, "length": 175.6906809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1842, "l_t_add": 1898, "r_f_add": 1863, "r_t_add": 1899, "st_code": 17820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542728, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20444, "Shape__Length": 69.963343272715449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131299051892, 39.9784883331819 ], [ -75.130947501482396, 39.978833169299897 ], [ -75.130922520806806, 39.978872805652898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16939, "tnode_": 16864, "lpoly_": null, "rpoly_": null, "length": 304.79147434000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 42260, "l_hundred": 500, "r_hundred": 500, "seg_id": 542729, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20445, "Shape__Length": 121.24250281919322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131299051892, 39.9784883331819 ], [ -75.132167447588898, 39.978992052559903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16943, "tnode_": 16730, "lpoly_": null, "rpoly_": null, "length": 552.2881896, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87930, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542730, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20446, "Shape__Length": 220.23206081861349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146586905591107, 39.9788095788956 ], [ -75.146306889861805, 39.980310296505898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16943, "tnode_": 16935, "lpoly_": null, "rpoly_": null, "length": 210.34265496, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 719, "st_code": 56760, "l_hundred": 700, "r_hundred": 700, "seg_id": 542731, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20447, "Shape__Length": 83.561053624363964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146586905591107, 39.9788095788956 ], [ -75.147327152798198, 39.9789049711312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16945, "tnode_": 16920, "lpoly_": null, "rpoly_": null, "length": 134.61869136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2608, "r_f_add": 2601, "r_t_add": 2607, "st_code": 12300, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542732, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20448, "Shape__Length": 53.536927129657968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117940161428095, 39.978121376252901 ], [ -75.117539366840006, 39.978325067474003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16897, "tnode_": 16945, "lpoly_": null, "rpoly_": null, "length": 155.4928071, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2565, "l_t_add": 2599, "r_f_add": 2560, "r_t_add": 2598, "st_code": 44060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542733, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20449, "Shape__Length": 61.932239981050415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118250388553406, 39.978475265927401 ], [ -75.117940161428095, 39.978121376252901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16947, "tnode_": 16799, "lpoly_": null, "rpoly_": null, "length": 394.29734417000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 50100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542734, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 20450, "Shape__Length": 157.20425570600671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141836243605198, 39.978642057867503 ], [ -75.141747779572896, 39.978798389361103 ], [ -75.141654223342101, 39.979171937084097 ], [ -75.141556780325104, 39.979616715039 ], [ -75.141513017857704, 39.979689751945401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16947, "tnode_": 16789, "lpoly_": null, "rpoly_": null, "length": 418.1629182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1850, "l_t_add": 1898, "r_f_add": 1819, "r_t_add": 1899, "st_code": 20800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 20451, "Shape__Length": 166.73816371745536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141836243605198, 39.978642057867503 ], [ -75.142110061550596, 39.979770473396101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16948, "tnode_": 16848, "lpoly_": null, "rpoly_": null, "length": 392.35124789000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2750, "r_f_add": 2701, "r_t_add": 2727, "st_code": 30740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20452, "Shape__Length": 156.04330153957022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114284034287394, 39.978025362279503 ], [ -75.113126373687294, 39.978631047176897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16907, "tnode_": 16948, "lpoly_": null, "rpoly_": null, "length": 125.08055167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2637, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 49980, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542737, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20453, "Shape__Length": 49.82110456792342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114529377154, 39.978312192478803 ], [ -75.114284034287394, 39.978025362279503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16950, "tnode_": 16809, "lpoly_": null, "rpoly_": null, "length": 586.62184778000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 55520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542738, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 20454, "Shape__Length": 233.30840229175379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116863512246894, 39.978083089733303 ], [ -75.115133173221594, 39.978989282563099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16892, "tnode_": 16950, "lpoly_": null, "rpoly_": null, "length": 180.42614247999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2629, "r_f_add": 2600, "r_t_add": 2620, "st_code": 11600, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542739, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20455, "Shape__Length": 71.859583048300266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117230534420699, 39.978490015384402 ], [ -75.116863512246894, 39.978083089733303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16951, "tnode_": 16735, "lpoly_": null, "rpoly_": null, "length": 550.45447596999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHERIDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 72540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHERIDAN ST", "stname": "N SHERIDAN ST", "objectid": 20456, "Shape__Length": 219.50034129872287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146216815894306, 39.978764331615601 ], [ -75.145934951222401, 39.980259758103799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16951, "tnode_": 16943, "lpoly_": null, "rpoly_": null, "length": 105.01835983, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 626, "l_t_add": 698, "r_f_add": 635, "r_t_add": 699, "st_code": 56760, "l_hundred": 600, "r_hundred": 600, "seg_id": 542741, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20457, "Shape__Length": 41.719275685649421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146216815894306, 39.978764331615601 ], [ -75.146586905591107, 39.9788095788956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16953, "tnode_": 16901, "lpoly_": null, "rpoly_": null, "length": 191.81246816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2524, "l_t_add": 2536, "r_f_add": 2517, "r_t_add": 2531, "st_code": 12300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20458, "Shape__Length": 76.285521821830216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120404920817094, 39.978154138230998 ], [ -75.119837849042696, 39.978448979308098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16856, "tnode_": 16953, "lpoly_": null, "rpoly_": null, "length": 273.85426810999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FIRTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 34060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542743, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FIRTH ST", "stname": "E FIRTH ST", "objectid": 20459, "Shape__Length": 109.07685573704494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120948459353201, 39.978778875090498 ], [ -75.120404920817094, 39.978154138230998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16955, "tnode_": 16918, "lpoly_": null, "rpoly_": null, "length": 141.77757171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2018, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 78020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542744, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20460, "Shape__Length": 56.388781779455904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128971567741601, 39.978340238801501 ], [ -75.128555796967703, 39.978561967902202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16876, "tnode_": 16955, "lpoly_": null, "rpoly_": null, "length": 223.81878034000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DREER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 29180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DREER ST", "stname": "DREER ST", "objectid": 20461, "Shape__Length": 89.146987671407757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129417373951696, 39.9788500173917 ], [ -75.128971567741601, 39.978340238801501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16957, "tnode_": 16868, "lpoly_": null, "rpoly_": null, "length": 227.40731812, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1819, "st_code": 53860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542746, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20462, "Shape__Length": 90.68088071109139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1457945166743, 39.978710905534797 ], [ -75.145679106701706, 39.979328820746197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16957, "tnode_": 16951, "lpoly_": null, "rpoly_": null, "length": 119.93806515, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 612, "l_t_add": 624, "r_f_add": 625, "r_t_add": 633, "st_code": 56760, "l_hundred": 600, "r_hundred": 600, "seg_id": 542747, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20463, "Shape__Length": 47.646518669007101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1457945166743, 39.978710905534797 ], [ -75.146216815894306, 39.978764331615601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16962, "tnode_": 16876, "lpoly_": null, "rpoly_": null, "length": 247.26653549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2022, "r_f_add": 2001, "r_t_add": 2019, "st_code": 71820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542748, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20464, "Shape__Length": 98.46342137589707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129954239712106, 39.9783113587334 ], [ -75.129417373951696, 39.9788500173917 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16919, "tnode_": 16962, "lpoly_": null, "rpoly_": null, "length": 174.12209394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2191, "l_t_add": 2199, "r_f_add": 2186, "r_t_add": 2198, "st_code": 60120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 542749, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20465, "Shape__Length": 69.262837852450133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130451210577704, 39.978598231451699 ], [ -75.129954239712106, 39.9783113587334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16964, "tnode_": 16916, "lpoly_": null, "rpoly_": null, "length": 204.32911732000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2454, "l_t_add": 2498, "r_f_add": 2455, "r_t_add": 2499, "st_code": 36420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542750, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20466, "Shape__Length": 81.264371158987416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122192676249199, 39.978126328562098 ], [ -75.121589816955904, 39.978441789581197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16820, "tnode_": 16964, "lpoly_": null, "rpoly_": null, "length": 429.99368314000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 50420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542751, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20467, "Shape__Length": 171.26330342933824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123055564089697, 39.979102359094902 ], [ -75.122192676249199, 39.978126328562098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16968, "tnode_": 16927, "lpoly_": null, "rpoly_": null, "length": 199.60868191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2221, "r_t_add": 2299, "st_code": 55460, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542752, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20468, "Shape__Length": 79.388465954460514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127356612505594, 39.978211353874798 ], [ -75.127314150049997, 39.978241672497496 ], [ -75.126769886043306, 39.978521087781203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16863, "tnode_": 16968, "lpoly_": null, "rpoly_": null, "length": 293.37060007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2323, "r_f_add": 2300, "r_t_add": 2326, "st_code": 34400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542753, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20469, "Shape__Length": 116.84920884024733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127941305527003, 39.978879363841401 ], [ -75.127356612505594, 39.978211353874798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16967, "tnode_": 16915, "lpoly_": null, "rpoly_": null, "length": 195.87036157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2418, "r_f_add": 2401, "r_t_add": 2417, "st_code": 22040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542754, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20470, "Shape__Length": 77.901256588376185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124772141365099, 39.978205754715098 ], [ -75.124195555846896, 39.978509641097702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16826, "tnode_": 16967, "lpoly_": null, "rpoly_": null, "length": 409.52601296, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2329, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 85740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20471, "Shape__Length": 163.10999034500594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125596626037606, 39.979133926113199 ], [ -75.124772141365099, 39.978205754715098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16973, "tnode_": 16881, "lpoly_": null, "rpoly_": null, "length": 233.01471333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1823, "st_code": 87910, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542756, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20472, "Shape__Length": 92.916698247613311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145012781148196, 39.9786066631994 ], [ -75.144894089049103, 39.979239766582502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16973, "tnode_": 16957, "lpoly_": null, "rpoly_": null, "length": 222.34669058, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 623, "st_code": 56760, "l_hundred": 600, "r_hundred": 600, "seg_id": 542757, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20473, "Shape__Length": 88.330194231265963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145012781148196, 39.9786066631994 ], [ -75.1457945166743, 39.978710905534797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16933, "tnode_": 16977, "lpoly_": null, "rpoly_": null, "length": 292.80434358000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 524, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 57160, "l_hundred": 500, "r_hundred": 500, "seg_id": 542759, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 20474, "Shape__Length": 116.44468993848193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143868952928798, 39.978871016584002 ], [ -75.143904978728898, 39.978875146865398 ], [ -75.144605752865104, 39.978783775048598 ], [ -75.144648761907007, 39.978557219203601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16977, "tnode_": 16973, "lpoly_": null, "rpoly_": null, "length": 103.59370127, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 544, "l_t_add": 598, "r_f_add": 545, "r_t_add": 599, "st_code": 56760, "l_hundred": 500, "r_hundred": 500, "seg_id": 542760, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20475, "Shape__Length": 41.154108980507452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144648761907007, 39.978557219203601 ], [ -75.145012781148196, 39.9786066631994 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16980, "tnode_": 16976, "lpoly_": null, "rpoly_": null, "length": 130.68531124, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 172, "l_t_add": 198, "r_f_add": 171, "r_t_add": 199, "st_code": 83580, "l_hundred": 100, "r_hundred": 100, "seg_id": 542761, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 20476, "Shape__Length": 51.915759105050469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136104861330793, 39.978314849017501 ], [ -75.136564887414295, 39.978373580663998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16983, "tnode_": 16977, "lpoly_": null, "rpoly_": null, "length": 167.06226192999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 512, "l_t_add": 542, "r_f_add": 527, "r_t_add": 543, "st_code": 56760, "l_hundred": 500, "r_hundred": 500, "seg_id": 542762, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20477, "Shape__Length": 66.367471827229096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144061275668605, 39.978479444392299 ], [ -75.144648761907007, 39.978557219203601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16986, "tnode_": 16980, "lpoly_": null, "rpoly_": null, "length": 130.01562065000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 158, "l_t_add": 170, "r_f_add": 157, "r_t_add": 169, "st_code": 83580, "l_hundred": 100, "r_hundred": 100, "seg_id": 542764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 20478, "Shape__Length": 51.649413309956493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135646892247607, 39.978257830166697 ], [ -75.136104861330793, 39.978314849017501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16988, "tnode_": 16933, "lpoly_": null, "rpoly_": null, "length": 159.83590087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 67820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 20479, "Shape__Length": 63.731375502892497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143758069708497, 39.9784406193561 ], [ -75.143868952928798, 39.978871016584002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16988, "tnode_": 16983, "lpoly_": null, "rpoly_": null, "length": 86.14217982, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 510, "l_t_add": 510, "r_f_add": 519, "r_t_add": 525, "st_code": 56760, "l_hundred": 500, "r_hundred": 500, "seg_id": 542766, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20480, "Shape__Length": 34.220732078099566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143758069708497, 39.9784406193561 ], [ -75.144061275668605, 39.978479444392299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16990, "tnode_": 16777, "lpoly_": null, "rpoly_": null, "length": 559.83326823000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 19140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542767, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 20481, "Shape__Length": 223.23383068152728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157917399192002, 39.978716933140703 ], [ -75.157584568090996, 39.980232264584501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16992, "tnode_": 16955, "lpoly_": null, "rpoly_": null, "length": 183.45150499000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2019, "st_code": 78020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542769, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20482, "Shape__Length": 72.961479538387607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129512141146094, 39.978056234723901 ], [ -75.128971567741601, 39.978340238801501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16962, "tnode_": 16992, "lpoly_": null, "rpoly_": null, "length": 154.88086106, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 60120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542770, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20483, "Shape__Length": 61.608721221865501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129954239712106, 39.9783113587334 ], [ -75.129512141146094, 39.978056234723901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16995, "tnode_": 16954, "lpoly_": null, "rpoly_": null, "length": 186.93406959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 77320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542771, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20484, "Shape__Length": 74.347564171965956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113996190548306, 39.9777041675503 ], [ -75.113447277754005, 39.977995714018299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16948, "tnode_": 16995, "lpoly_": null, "rpoly_": null, "length": 142.11870136, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2712, "st_code": 49980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542772, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20485, "Shape__Length": 56.602887689114624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114284034287394, 39.978025362279503 ], [ -75.113996190548306, 39.9777041675503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16996, "tnode_": 29781, "lpoly_": null, "rpoly_": null, "length": 233.47205652, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1823, "st_code": 87890, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542773, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20486, "Shape__Length": 93.100163235899316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143142234717502, 39.9783754653226 ], [ -75.143035111694502, 39.979011054599198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16996, "tnode_": 16988, "lpoly_": null, "rpoly_": null, "length": 174.21167341, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 508, "r_f_add": 501, "r_t_add": 517, "st_code": 56760, "l_hundred": 500, "r_hundred": 500, "seg_id": 542774, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20487, "Shape__Length": 69.204749919081735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143142234717502, 39.9783754653226 ], [ -75.143758069708497, 39.9784406193561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16996, "tnode_": 16911, "lpoly_": null, "rpoly_": null, "length": 217.90035357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1827, "st_code": 36660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20488, "Shape__Length": 86.892959854643763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143142234717502, 39.9783754653226 ], [ -75.143219792155406, 39.9789706456068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17002, "tnode_": 16967, "lpoly_": null, "rpoly_": null, "length": 199.11306567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2320, "l_t_add": 2398, "r_f_add": 2321, "r_t_add": 2399, "st_code": 22040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542778, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20489, "Shape__Length": 79.18960825621167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125359610360206, 39.977898348176502 ], [ -75.124772141365099, 39.978205754715098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16872, "tnode_": 17002, "lpoly_": null, "rpoly_": null, "length": 410.92576606, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2335, "l_t_add": 2399, "r_f_add": 2330, "r_t_add": 2398, "st_code": 37620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20490, "Shape__Length": 163.66675473358339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126186929634699, 39.978829681410801 ], [ -75.125359610360206, 39.977898348176502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17001, "tnode_": 16953, "lpoly_": null, "rpoly_": null, "length": 214.40976098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2522, "r_f_add": 2501, "r_t_add": 2515, "st_code": 12300, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20491, "Shape__Length": 85.274743342988998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1210354047099, 39.977820734304302 ], [ -75.120404920817094, 39.978154138230998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16916, "tnode_": 17001, "lpoly_": null, "rpoly_": null, "length": 274.45478881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 26340, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542781, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20492, "Shape__Length": 109.31072328431448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121589816955904, 39.978441789581197 ], [ -75.1210354047099, 39.977820734304302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17007, "tnode_": 16870, "lpoly_": null, "rpoly_": null, "length": 587.49101784999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2622, "l_t_add": 2698, "r_f_add": 2623, "r_t_add": 2699, "st_code": 77140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542782, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20493, "Shape__Length": 233.65000794088172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116507523150602, 39.977674240909799 ], [ -75.114770972728707, 39.9785776284807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16950, "tnode_": 17007, "lpoly_": null, "rpoly_": null, "length": 179.26345906999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2631, "l_t_add": 2641, "r_f_add": 2622, "r_t_add": 2642, "st_code": 11600, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20494, "Shape__Length": 71.400384541248116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116863512246894, 39.978083089733303 ], [ -75.116507523150602, 39.977674240909799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17008, "tnode_": 16964, "lpoly_": null, "rpoly_": null, "length": 193.41854365999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2438, "l_t_add": 2452, "r_f_add": 2435, "r_t_add": 2453, "st_code": 36420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542784, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20495, "Shape__Length": 76.927437656460867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122759634839696, 39.977823561625002 ], [ -75.122192676249199, 39.978126328562098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16865, "tnode_": 17008, "lpoly_": null, "rpoly_": null, "length": 431.28516051000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 39780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542785, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20496, "Shape__Length": 171.78094057691362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123616398460499, 39.978806634245402 ], [ -75.122789561203305, 39.977868220536301 ], [ -75.122759634839696, 39.977823561625002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17013, "tnode_": 16968, "lpoly_": null, "rpoly_": null, "length": 205.89982526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2201, "r_t_add": 2219, "st_code": 55460, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542786, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20497, "Shape__Length": 81.887077381972205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127966442277796, 39.977896128813697 ], [ -75.127356612505594, 39.978211353874798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16918, "tnode_": 17013, "lpoly_": null, "rpoly_": null, "length": 293.44872748999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2321, "r_f_add": 2300, "r_t_add": 2324, "st_code": 75660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542787, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20498, "Shape__Length": 116.87755997018121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555796967703, 39.978561967902202 ], [ -75.127966442277796, 39.977896128813697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27074, "tnode_": 16990, "lpoly_": null, "rpoly_": null, "length": 296.6360529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1316, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 22010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542788, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20499, "Shape__Length": 117.86410560213731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156901610288301, 39.978524794425901 ], [ -75.157035868348601, 39.978546704375802 ], [ -75.157142568706703, 39.978608733757298 ], [ -75.157917399192002, 39.978716933140703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17019, "tnode_": 16947, "lpoly_": null, "rpoly_": null, "length": 172.54520954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1848, "r_f_add": 1801, "r_t_add": 1817, "st_code": 20800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 20500, "Shape__Length": 68.798474469322059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141715165697207, 39.9781776491307 ], [ -75.141836243605198, 39.978642057867503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17024, "tnode_": 16878, "lpoly_": null, "rpoly_": null, "length": 361.93406943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1758, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 87990, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542790, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20501, "Shape__Length": 144.32007826014362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150878365821399, 39.978355144506999 ], [ -75.150663135082596, 39.979334804020802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17026, "tnode_": 16804, "lpoly_": null, "rpoly_": null, "length": 552.69134536999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87870, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542791, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20502, "Shape__Length": 220.38400593040666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141352656166603, 39.978130938263703 ], [ -75.141023655220593, 39.979626883832601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17026, "tnode_": 17019, "lpoly_": null, "rpoly_": null, "length": 103.00856652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 56760, "l_hundred": 400, "r_hundred": 400, "seg_id": 542792, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-08-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20503, "Shape__Length": 40.920920818654558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141352656166603, 39.978130938263703 ], [ -75.141715165697207, 39.9781776491307 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17028, "tnode_": 16986, "lpoly_": null, "rpoly_": null, "length": 101.58890591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1824, "l_t_add": 1834, "r_f_add": 1825, "r_t_add": 1835, "st_code": 54200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542793, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20504, "Shape__Length": 40.508100392270094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135705427145695, 39.977982615877998 ], [ -75.135646892247607, 39.978257830166697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17024, "tnode_": 16886, "lpoly_": null, "rpoly_": null, "length": 467.9724627, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 28040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542794, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2005-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 20505, "Shape__Length": 186.44501276287119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150878365821399, 39.978355144506999 ], [ -75.150505197167206, 39.978306134531003 ], [ -75.150292027517494, 39.979285907732198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17030, "tnode_": 16806, "lpoly_": null, "rpoly_": null, "length": 578.20773959000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88050, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542795, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 20506, "Shape__Length": 230.56126288377322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155706877370704, 39.978378682723402 ], [ -75.155710362774101, 39.978464906972398 ], [ -75.155387562468505, 39.979945207555801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17030, "tnode_": 17016, "lpoly_": null, "rpoly_": null, "length": 294.9838891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1312, "r_f_add": 1301, "r_t_add": 1313, "st_code": 22010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542796, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20507, "Shape__Length": 117.1832193349621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155706877370704, 39.978378682723402 ], [ -75.156747085954194, 39.978502456987897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17031, "tnode_": 16939, "lpoly_": null, "rpoly_": null, "length": 279.68111367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1840, "l_t_add": 1840, "r_f_add": 1839, "r_t_add": 1861, "st_code": 17820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542797, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20508, "Shape__Length": 111.38974517876127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131861090708, 39.977859921645603 ], [ -75.131762025264194, 39.978034203893799 ], [ -75.131328671123299, 39.9784671105418 ], [ -75.131299051892, 39.9784883331819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17032, "tnode_": 17007, "lpoly_": null, "rpoly_": null, "length": 106.41845229, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2612, "l_t_add": 2620, "r_f_add": 2611, "r_t_add": 2621, "st_code": 77140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542798, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20509, "Shape__Length": 42.324116597672187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116820769938997, 39.977509119660802 ], [ -75.116507523150602, 39.977674240909799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16920, "tnode_": 17032, "lpoly_": null, "rpoly_": null, "length": 359.03458429, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAROLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 40700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542799, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAROLD ST", "stname": "E HAROLD ST", "objectid": 20510, "Shape__Length": 143.0002925068157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117539366840006, 39.978325067474003 ], [ -75.116820769938997, 39.977509119660802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17035, "tnode_": 16816, "lpoly_": null, "rpoly_": null, "length": 550.13960222000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87850, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542800, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2009-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20511, "Shape__Length": 219.36673173572331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140344232874, 39.978001003298097 ], [ -75.140021227506296, 39.979490620693703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17037, "tnode_": 16976, "lpoly_": null, "rpoly_": null, "length": 157.16748464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1822, "l_t_add": 1824, "r_f_add": 1819, "r_t_add": 1835, "st_code": 40340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542801, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20512, "Shape__Length": 62.668973492879033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136661327103198, 39.977948563558598 ], [ -75.136564887414295, 39.978373580663998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17038, "tnode_": 17028, "lpoly_": null, "rpoly_": null, "length": 133.97703522, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 140, "l_t_add": 156, "r_f_add": 141, "r_t_add": 155, "st_code": 83580, "l_hundred": 100, "r_hundred": 100, "seg_id": 542802, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 20513, "Shape__Length": 53.22349982753601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135234259209199, 39.977920387657598 ], [ -75.135705427145695, 39.977982615877998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17040, "tnode_": 16904, "lpoly_": null, "rpoly_": null, "length": 342.22752095000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1832, "l_t_add": 1898, "r_f_add": 1807, "r_t_add": 1899, "st_code": 43800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542803, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20514, "Shape__Length": 136.4611952687471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134769118463396, 39.977863587457499 ], [ -75.134566116985994, 39.978789972666704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17040, "tnode_": 17038, "lpoly_": null, "rpoly_": null, "length": 131.9882914, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 138, "r_f_add": 101, "r_t_add": 139, "st_code": 83580, "l_hundred": 100, "r_hundred": 100, "seg_id": 542804, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILT ST", "stname": "W WILT ST", "objectid": 20515, "Shape__Length": 52.432566414199961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134769118463396, 39.977863587457499 ], [ -75.135234259209199, 39.977920387657598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17042, "tnode_": 16952, "lpoly_": null, "rpoly_": null, "length": 372.80372296000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2730, "r_f_add": 2701, "r_t_add": 2733, "st_code": 70780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20516, "Shape__Length": 148.26737558936958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1137230765559, 39.977388330063803 ], [ -75.112622834414196, 39.977963535013799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16995, "tnode_": 17042, "lpoly_": null, "rpoly_": null, "length": 138.18805815, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2713, "l_t_add": 2723, "r_f_add": 2714, "r_t_add": 2726, "st_code": 49980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542806, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20517, "Shape__Length": 55.040479721099338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113996190548306, 39.9777041675503 ], [ -75.1137230765559, 39.977388330063803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17044, "tnode_": 16962, "lpoly_": null, "rpoly_": null, "length": 246.04227006000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1848, "l_t_add": 1898, "r_f_add": 1847, "r_t_add": 1899, "st_code": 71820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20518, "Shape__Length": 97.989732704617097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1304604503554, 39.977759521488203 ], [ -75.129954239712106, 39.9783113587334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17046, "tnode_": 16907, "lpoly_": null, "rpoly_": null, "length": 588.2104598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 82000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542808, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 20519, "Shape__Length": 233.93195291292801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116272529747206, 39.977412819274498 ], [ -75.114529377154, 39.978312192478803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17007, "tnode_": 17046, "lpoly_": null, "rpoly_": null, "length": 115.78519658, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2643, "l_t_add": 2647, "r_f_add": 2644, "r_t_add": 2656, "st_code": 11600, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542809, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20520, "Shape__Length": 46.114346928094569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116507523150602, 39.977674240909799 ], [ -75.116272529747206, 39.977412819274498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17054, "tnode_": 17008, "lpoly_": null, "rpoly_": null, "length": 194.87399066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2418, "l_t_add": 2436, "r_f_add": 2417, "r_t_add": 2433, "st_code": 36420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542811, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20521, "Shape__Length": 77.502387349148236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123335772616699, 39.9775240376675 ], [ -75.122759634839696, 39.977823561625002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16915, "tnode_": 17054, "lpoly_": null, "rpoly_": null, "length": 432.4909523, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 18380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20522, "Shape__Length": 172.26022424352556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124195555846896, 39.978509641097702 ], [ -75.123367540407898, 39.977569481919502 ], [ -75.123335772616699, 39.9775240376675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17053, "tnode_": 17001, "lpoly_": null, "rpoly_": null, "length": 203.34004541000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2454, "l_t_add": 2498, "r_f_add": 2461, "r_t_add": 2499, "st_code": 12300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20523, "Shape__Length": 80.872474142457534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121632303513493, 39.977503392645403 ], [ -75.1210354047099, 39.977820734304302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16964, "tnode_": 17053, "lpoly_": null, "rpoly_": null, "length": 275.96736942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 50420, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542814, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20524, "Shape__Length": 109.91119647645691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122192676249199, 39.978126328562098 ], [ -75.121632303513493, 39.977503392645403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17056, "tnode_": 16824, "lpoly_": null, "rpoly_": null, "length": 579.23777779, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88030, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542815, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 20525, "Shape__Length": 230.96951097300047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154155456423098, 39.978175316702902 ], [ -75.153810137993304, 39.979743047284501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17056, "tnode_": 17030, "lpoly_": null, "rpoly_": null, "length": 441.05173189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 22010, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 542816, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20526, "Shape__Length": 175.21204726402283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154155456423098, 39.978175316702902 ], [ -75.155706877370704, 39.978378682723402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17057, "tnode_": 17002, "lpoly_": null, "rpoly_": null, "length": 200.52591607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2318, "r_f_add": 2301, "r_t_add": 2319, "st_code": 22040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542817, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20527, "Shape__Length": 79.750862869976871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125951645085394, 39.977589213164897 ], [ -75.125359610360206, 39.977898348176502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16927, "tnode_": 17057, "lpoly_": null, "rpoly_": null, "length": 409.65963816, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2331, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 27500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542818, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20528, "Shape__Length": 163.16496236031949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126769886043306, 39.978521087781203 ], [ -75.125951645085394, 39.977589213164897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17064, "tnode_": 17013, "lpoly_": null, "rpoly_": null, "length": 226.45638888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 55460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 542819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20529, "Shape__Length": 90.066380401461672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128631212549607, 39.9775427258324 ], [ -75.127966442277796, 39.977896128813697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16992, "tnode_": 17064, "lpoly_": null, "rpoly_": null, "length": 309.74649044, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2331, "r_f_add": 2300, "r_t_add": 2328, "st_code": 60120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542820, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20530, "Shape__Length": 123.2129552656849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129512141146094, 39.978056234723901 ], [ -75.128631212549607, 39.9775427258324 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17066, "tnode_": 17035, "lpoly_": null, "rpoly_": null, "length": 70.4899533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1756, "l_t_add": 1798, "r_f_add": 1759, "r_t_add": 1799, "st_code": 87850, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542821, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20531, "Shape__Length": 28.106631906835986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140390254550198, 39.977810766293203 ], [ -75.140344232874, 39.978001003298097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17273, "tnode_": 17066, "lpoly_": null, "rpoly_": null, "length": 621.7211843, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 61580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542822, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 20532, "Shape__Length": 247.69286134236091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1411759968762, 39.976573862905802 ], [ -75.140889695687903, 39.977872812367998 ], [ -75.140390254550198, 39.977810766293203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17068, "tnode_": 17032, "lpoly_": null, "rpoly_": null, "length": 135.67149764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2610, "r_f_add": 2601, "r_t_add": 2609, "st_code": 77140, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542823, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20533, "Shape__Length": 53.958281262132004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117220170535305, 39.977298662022299 ], [ -75.116820769938997, 39.977509119660802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16945, "tnode_": 17068, "lpoly_": null, "rpoly_": null, "length": 361.29622407, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2637, "r_f_add": 2624, "r_t_add": 2638, "st_code": 44060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542824, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20534, "Shape__Length": 143.90218995324997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117940161428095, 39.978121376252901 ], [ -75.117220170535305, 39.977298662022299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17071, "tnode_": 16919, "lpoly_": null, "rpoly_": null, "length": 442.18943135999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1830, "l_t_add": 1898, "r_f_add": 1833, "r_t_add": 1899, "st_code": 34960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542825, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20535, "Shape__Length": 176.10684620451372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131358030595194, 39.977609166149499 ], [ -75.131240078407004, 39.977795426817401 ], [ -75.131169106901098, 39.9778796227098 ], [ -75.130451210577704, 39.978598231451699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17071, "tnode_": 17031, "lpoly_": null, "rpoly_": null, "length": 167.98939164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1678, "l_t_add": 1698, "r_f_add": 1679, "r_t_add": 1699, "st_code": 17180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20536, "Shape__Length": 66.805593969125368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131358030595194, 39.977609166149499 ], [ -75.131861090708, 39.977859921645603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17073, "tnode_": 16992, "lpoly_": null, "rpoly_": null, "length": 211.95121581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1848, "l_t_add": 1898, "r_f_add": 1847, "r_t_add": 1899, "st_code": 78020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542827, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20537, "Shape__Length": 84.467411845269027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129818780656393, 39.977525306740503 ], [ -75.129797175023199, 39.9775465182448 ], [ -75.129512141146094, 39.978056234723901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17073, "tnode_": 17044, "lpoly_": null, "rpoly_": null, "length": 199.04320883000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1634, "l_t_add": 1698, "r_f_add": 1635, "r_t_add": 1699, "st_code": 42260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542828, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20538, "Shape__Length": 79.119831899265591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129818780656393, 39.977525306740503 ], [ -75.1304604503554, 39.977759521488203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17074, "tnode_": 16984, "lpoly_": null, "rpoly_": null, "length": 388.61443721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 31700, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 20539, "Shape__Length": 154.55838167064681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113488651710995, 39.9771222121378 ], [ -75.112346580357794, 39.977727241605599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17042, "tnode_": 17074, "lpoly_": null, "rpoly_": null, "length": 117.10700826, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2725, "l_t_add": 2731, "r_f_add": 2728, "r_t_add": 2732, "st_code": 49980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542830, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20540, "Shape__Length": 46.642211227158732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1137230765559, 39.977388330063803 ], [ -75.113488651710995, 39.9771222121378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17078, "tnode_": 16852, "lpoly_": null, "rpoly_": null, "length": 548.89787996999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 87830, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542831, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20541, "Shape__Length": 218.87120234043471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137810256875795, 39.977677545542598 ], [ -75.137492454427999, 39.979164370596202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17078, "tnode_": 17067, "lpoly_": null, "rpoly_": null, "length": 144.79820658, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 250, "r_f_add": 201, "r_t_add": 249, "st_code": 56760, "l_hundred": 200, "r_hundred": 200, "seg_id": 542832, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2007-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20542, "Shape__Length": 57.520308080667064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137810256875795, 39.977677545542598 ], [ -75.138321526347596, 39.977734872333102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17081, "tnode_": 16847, "lpoly_": null, "rpoly_": null, "length": 577.61872214999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 88010, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542833, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 20543, "Shape__Length": 230.32355760126921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152580950741196, 39.977976877095301 ], [ -75.152238750839899, 39.979540505325197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17081, "tnode_": 27077, "lpoly_": null, "rpoly_": null, "length": 222.99953625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1127, "st_code": 22010, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542834, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20544, "Shape__Length": 88.587732450557354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152580950741196, 39.977976877095301 ], [ -75.153366110835705, 39.978076249144799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17086, "tnode_": 17053, "lpoly_": null, "rpoly_": null, "length": 113.73066266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2438, "l_t_add": 2452, "r_f_add": 2435, "r_t_add": 2459, "st_code": 12300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542835, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20545, "Shape__Length": 45.280930812676495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121891419626493, 39.977263115682902 ], [ -75.121632303513493, 39.977503392645403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17008, "tnode_": 17086, "lpoly_": null, "rpoly_": null, "length": 317.86472157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 39780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20546, "Shape__Length": 126.46607394268024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122759634839696, 39.977823561625002 ], [ -75.122728058643403, 39.977794184215398 ], [ -75.121891419626493, 39.977263115682902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17088, "tnode_": 17037, "lpoly_": null, "rpoly_": null, "length": 198.07802925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILGHMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1758, "l_t_add": 1798, "r_f_add": 1757, "r_t_add": 1799, "st_code": 77300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILGHMAN ST", "stname": "TILGHMAN ST", "objectid": 20547, "Shape__Length": 78.815420688556287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137187501851599, 39.9775956562532 ], [ -75.137086893715207, 39.977626375447898 ], [ -75.136810880667497, 39.977856455257204 ], [ -75.136661327103198, 39.977948563558598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17088, "tnode_": 16866, "lpoly_": null, "rpoly_": null, "length": 563.13017538999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 62760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542838, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 20548, "Shape__Length": 224.52414246937772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137187501851599, 39.9775956562532 ], [ -75.137256614151894, 39.977637589360903 ], [ -75.136952037929603, 39.979097045672503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17088, "tnode_": 17078, "lpoly_": null, "rpoly_": null, "length": 177.05965627999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 190, "l_t_add": 198, "r_f_add": 191, "r_t_add": 199, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542839, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20549, "Shape__Length": 70.338038381468948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137187501851599, 39.9775956562532 ], [ -75.137810256875795, 39.977677545542598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17090, "tnode_": 16948, "lpoly_": null, "rpoly_": null, "length": 587.4196755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2624, "l_t_add": 2698, "r_f_add": 2619, "r_t_add": 2699, "st_code": 30740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20550, "Shape__Length": 233.61959147146479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116020564081396, 39.977122316945099 ], [ -75.114284034287394, 39.978025362279503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17046, "tnode_": 17090, "lpoly_": null, "rpoly_": null, "length": 127.22140833, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2649, "l_t_add": 2699, "r_f_add": 2658, "r_t_add": 2698, "st_code": 11600, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542841, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20551, "Shape__Length": 50.671985082323651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116272529747206, 39.977412819274498 ], [ -75.116020564081396, 39.977122316945099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17074, "tnode_": 17132, "lpoly_": null, "rpoly_": null, "length": 197.37087079, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LEHIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 49980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542843, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LEHIGH AVE", "stname": "E LEHIGH AVE", "objectid": 20552, "Shape__Length": 78.620462669264953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113488651710995, 39.9771222121378 ], [ -75.113115650960907, 39.976662638761901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17093, "tnode_": 17081, "lpoly_": null, "rpoly_": null, "length": 185.90403881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 22010, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542844, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20553, "Shape__Length": 73.851605725158592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151926807481502, 39.977892157502197 ], [ -75.152580950741196, 39.977976877095301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17094, "tnode_": 17037, "lpoly_": null, "rpoly_": null, "length": 151.67290349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1817, "st_code": 40340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542845, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20554, "Shape__Length": 60.479458097323956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136741891659199, 39.977536841704797 ], [ -75.136661327103198, 39.977948563558598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17094, "tnode_": 17088, "lpoly_": null, "rpoly_": null, "length": 126.70801122, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 182, "l_t_add": 188, "r_f_add": 183, "r_t_add": 189, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542846, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-09-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20555, "Shape__Length": 50.335526506870771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136741891659199, 39.977536841704797 ], [ -75.137187501851599, 39.9775956562532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17103, "tnode_": 16980, "lpoly_": null, "rpoly_": null, "length": 308.83745774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 57680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 20556, "Shape__Length": 123.1464087694925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136287530236004, 39.977478780274403 ], [ -75.136104861330793, 39.978314849017501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17103, "tnode_": 17094, "lpoly_": null, "rpoly_": null, "length": 129.08078909, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 172, "l_t_add": 180, "r_f_add": 171, "r_t_add": 181, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542848, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20557, "Shape__Length": 51.277728578765341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136287530236004, 39.977478780274403 ], [ -75.136741891659199, 39.977536841704797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17057, "tnode_": 17106, "lpoly_": null, "rpoly_": null, "length": 144.25542138, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2410, "st_code": 27500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542849, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20558, "Shape__Length": 57.453944085626205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125951645085394, 39.977589213164897 ], [ -75.125660306868298, 39.977262749344298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17108, "tnode_": 17044, "lpoly_": null, "rpoly_": null, "length": 169.01323868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1846, "r_f_add": 1801, "r_t_add": 1845, "st_code": 71820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20559, "Shape__Length": 67.308891704792572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130813083009599, 39.9773831405791 ], [ -75.1304604503554, 39.977759521488203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17108, "tnode_": 17071, "lpoly_": null, "rpoly_": null, "length": 175.54854605, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1662, "l_t_add": 1676, "r_f_add": 1659, "r_t_add": 1677, "st_code": 17180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542851, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20560, "Shape__Length": 69.794526156726306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130813083009599, 39.9773831405791 ], [ -75.131303986147998, 39.977558591826202 ], [ -75.131358030595194, 39.977609166149499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17111, "tnode_": 17024, "lpoly_": null, "rpoly_": null, "length": 213.68390001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1756, "r_f_add": 1701, "r_t_add": 1719, "st_code": 87990, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542852, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20561, "Shape__Length": 85.20495944811185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151004461214896, 39.977776632685298 ], [ -75.150878365821399, 39.978355144506999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17111, "tnode_": 17093, "lpoly_": null, "rpoly_": null, "length": 261.89240416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1013, "st_code": 22010, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 542853, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20562, "Shape__Length": 104.03761510297804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151004461214896, 39.977776632685298 ], [ -75.151926807481502, 39.977892157502197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17113, "tnode_": 17028, "lpoly_": null, "rpoly_": null, "length": 208.45843558000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1823, "st_code": 54200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542856, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20563, "Shape__Length": 83.120846338568128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135828795842301, 39.977418297273303 ], [ -75.135705427145695, 39.977982615877998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17113, "tnode_": 17103, "lpoly_": null, "rpoly_": null, "length": 130.43613495000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 164, "l_t_add": 170, "r_f_add": 163, "r_t_add": 169, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542857, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20564, "Shape__Length": 51.81644449828778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135828795842301, 39.977418297273303 ], [ -75.136287530236004, 39.977478780274403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17116, "tnode_": 17054, "lpoly_": null, "rpoly_": null, "length": 194.47203407000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2416, "r_f_add": 2401, "r_t_add": 2415, "st_code": 36420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542858, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20565, "Shape__Length": 77.341374381639298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1239118321852, 39.977226402201701 ], [ -75.123335772616699, 39.9775240376675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16967, "tnode_": 17116, "lpoly_": null, "rpoly_": null, "length": 430.59157111000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 85740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20566, "Shape__Length": 171.50104366547913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124772141365099, 39.978205754715098 ], [ -75.1239118321852, 39.977226402201701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17122, "tnode_": 17038, "lpoly_": null, "rpoly_": null, "length": 208.4220734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 81740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 20567, "Shape__Length": 83.106739480275223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135354355239699, 39.977355752530698 ], [ -75.135234259209199, 39.977920387657598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17122, "tnode_": 17113, "lpoly_": null, "rpoly_": null, "length": 134.90158437, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 138, "l_t_add": 162, "r_f_add": 137, "r_t_add": 161, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542861, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20568, "Shape__Length": 53.59031767469282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135354355239699, 39.977355752530698 ], [ -75.135828795842301, 39.977418297273303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17124, "tnode_": 17057, "lpoly_": null, "rpoly_": null, "length": 267.20643134999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2219, "r_t_add": 2299, "st_code": 22040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542862, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20569, "Shape__Length": 106.267134584754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126744068370499, 39.977181305659101 ], [ -75.125951645085394, 39.977589213164897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16968, "tnode_": 17124, "lpoly_": null, "rpoly_": null, "length": 413.99531864, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2325, "l_t_add": 2399, "r_f_add": 2328, "r_t_add": 2398, "st_code": 34400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20570, "Shape__Length": 164.97963140861191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127356612505594, 39.978211353874798 ], [ -75.127218198492699, 39.978060121158499 ], [ -75.126744068370499, 39.977181305659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17001, "tnode_": 17130, "lpoly_": null, "rpoly_": null, "length": 368.92036899, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2633, "r_f_add": 2600, "r_t_add": 2636, "st_code": 26340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542864, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20571, "Shape__Length": 146.9362768063971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1210354047099, 39.977820734304302 ], [ -75.120296364537296, 39.976982665579897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17131, "tnode_": 17040, "lpoly_": null, "rpoly_": null, "length": 210.42511452999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1830, "r_f_add": 1801, "r_t_add": 1805, "st_code": 43800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20572, "Shape__Length": 83.905328042267769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134890622917695, 39.9772935579551 ], [ -75.134769118463396, 39.977863587457499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17131, "tnode_": 17122, "lpoly_": null, "rpoly_": null, "length": 131.92278704, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 130, "l_t_add": 136, "r_f_add": 129, "r_t_add": 135, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542866, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20573, "Shape__Length": 52.407129145051179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134890622917695, 39.9772935579551 ], [ -75.135354355239699, 39.977355752530698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17132, "tnode_": 16931, "lpoly_": null, "rpoly_": null, "length": 834.32191258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 68240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542867, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20574, "Shape__Length": 331.76682385473623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113115650960907, 39.976662638761901 ], [ -75.110587771730394, 39.977872345415101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17133, "tnode_": 17064, "lpoly_": null, "rpoly_": null, "length": 150.4975531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1854, "l_t_add": 1898, "r_f_add": 1853, "r_t_add": 1899, "st_code": 55460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542869, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20575, "Shape__Length": 59.977892842523744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128846005187796, 39.977164078692702 ], [ -75.128631212549607, 39.9775427258324 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17133, "tnode_": 17073, "lpoly_": null, "rpoly_": null, "length": 302.7200769, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1632, "r_f_add": 1601, "r_t_add": 1633, "st_code": 42260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542870, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20576, "Shape__Length": 120.33342499400641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128846005187796, 39.977164078692702 ], [ -75.129818780656393, 39.977525306740503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17137, "tnode_": 16995, "lpoly_": null, "rpoly_": null, "length": 586.11529072999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 77320, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542871, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20577, "Shape__Length": 233.10044363032077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115727884084194, 39.976802022094098 ], [ -75.113996190548306, 39.9777041675503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17090, "tnode_": 17137, "lpoly_": null, "rpoly_": null, "length": 142.62471121, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2718, "st_code": 11600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20578, "Shape__Length": 56.8017507303922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116020564081396, 39.977122316945099 ], [ -75.115727884084194, 39.976802022094098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17139, "tnode_": 16902, "lpoly_": null, "rpoly_": null, "length": 573.1350854, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87970, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542873, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20579, "Shape__Length": 228.53457344153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149430142038398, 39.9775834264343 ], [ -75.149091866798997, 39.979135081086199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17139, "tnode_": 17111, "lpoly_": null, "rpoly_": null, "length": 450.3114842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 22010, "l_hundred": 900, "r_hundred": 900, "seg_id": 542874, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20580, "Shape__Length": 178.89713088165439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149430142038398, 39.9775834264343 ], [ -75.149497399025194, 39.977609402445502 ], [ -75.150929733660206, 39.977795955635301 ], [ -75.151004461214896, 39.977776632685298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17140, "tnode_": 16914, "lpoly_": null, "rpoly_": null, "length": 553.55386225000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 43480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542875, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20581, "Shape__Length": 220.72605645588408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134371907960997, 39.977228082780499 ], [ -75.134074925713193, 39.978656324139102 ], [ -75.134051601379696, 39.9787272635457 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17140, "tnode_": 17131, "lpoly_": null, "rpoly_": null, "length": 147.31563404, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 114, "l_t_add": 128, "r_f_add": 107, "r_t_add": 127, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542876, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20582, "Shape__Length": 58.521215097193341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134371907960997, 39.977228082780499 ], [ -75.134890622917695, 39.9772935579551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17143, "tnode_": 17073, "lpoly_": null, "rpoly_": null, "length": 168.15049437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1840, "l_t_add": 1846, "r_f_add": 1841, "r_t_add": 1845, "st_code": 78020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542877, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20583, "Shape__Length": 67.012389530609141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300607585639, 39.977102917072799 ], [ -75.129818780656393, 39.977525306740503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17143, "tnode_": 17108, "lpoly_": null, "rpoly_": null, "length": 234.25364142000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1638, "l_t_add": 1660, "r_f_add": 1637, "r_t_add": 1657, "st_code": 17180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542878, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20584, "Shape__Length": 93.117728140386234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300607585639, 39.977102917072799 ], [ -75.130813083009599, 39.9773831405791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17149, "tnode_": 16924, "lpoly_": null, "rpoly_": null, "length": 551.90143193999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 35200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542879, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20585, "Shape__Length": 220.06646589625461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133836775564603, 39.977157124853399 ], [ -75.133512147601095, 39.978651436737699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17149, "tnode_": 17140, "lpoly_": null, "rpoly_": null, "length": 152.18443996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 105, "st_code": 56760, "l_hundred": 100, "r_hundred": 100, "seg_id": 542880, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 20586, "Shape__Length": 60.455921854707739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133836775564603, 39.977157124853399 ], [ -75.134371907960997, 39.977228082780499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17116, "tnode_": 17154, "lpoly_": null, "rpoly_": null, "length": 138.04091585999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2506, "st_code": 85740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20587, "Shape__Length": 54.983100804587309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1239118321852, 39.977226402201701 ], [ -75.123642339125396, 39.976909212520901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17156, "tnode_": 17086, "lpoly_": null, "rpoly_": null, "length": 190.44454686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2424, "l_t_add": 2436, "r_f_add": 2425, "r_t_add": 2433, "st_code": 12300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20588, "Shape__Length": 75.825040258464611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122322703493097, 39.976859109142197 ], [ -75.121891419626493, 39.977263115682902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17054, "tnode_": 17156, "lpoly_": null, "rpoly_": null, "length": 373.55454491, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 18380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20589, "Shape__Length": 148.6268825704781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123335772616699, 39.9775240376675 ], [ -75.1232936215916, 39.977483608733301 ], [ -75.122322703493097, 39.976859109142197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17158, "tnode_": 17090, "lpoly_": null, "rpoly_": null, "length": 241.16154921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2622, "r_f_add": 2601, "r_t_add": 2617, "st_code": 30740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542884, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20590, "Shape__Length": 95.909295218519489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116734711399303, 39.976752983661903 ], [ -75.116020564081396, 39.977122316945099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17068, "tnode_": 17158, "lpoly_": null, "rpoly_": null, "length": 240.8819142, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2639, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 44060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542885, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20591, "Shape__Length": 95.938220489837633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117220170535305, 39.977298662022299 ], [ -75.116734711399303, 39.976752983661903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17159, "tnode_": 16922, "lpoly_": null, "rpoly_": null, "length": 573.20387124000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87950, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542886, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20592, "Shape__Length": 228.56174558320018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148450694877397, 39.9774550511302 ], [ -75.148113565384904, 39.979007044728597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17159, "tnode_": 17139, "lpoly_": null, "rpoly_": null, "length": 281.16348566000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 22010, "l_hundred": 800, "r_hundred": 800, "seg_id": 542887, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20593, "Shape__Length": 111.70151292656048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148450694877397, 39.9774550511302 ], [ -75.148515384953001, 39.977442906827797 ], [ -75.149366564489696, 39.977556024557401 ], [ -75.149430142038398, 39.9775834264343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17106, "tnode_": 17161, "lpoly_": null, "rpoly_": null, "length": 139.54504391999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2419, "l_t_add": 2439, "r_f_add": 2412, "r_t_add": 2422, "st_code": 27500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542888, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20594, "Shape__Length": 55.580984684008293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125660306868298, 39.977262749344298 ], [ -75.125385285605205, 39.976943415615601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17160, "tnode_": 17116, "lpoly_": null, "rpoly_": null, "length": 210.88242065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2319, "r_t_add": 2399, "st_code": 36420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542889, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20595, "Shape__Length": 83.870093546228702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124532791596494, 39.976899443708 ], [ -75.1239118321852, 39.977226402201701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17002, "tnode_": 17160, "lpoly_": null, "rpoly_": null, "length": 434.95866529, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 37620, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542890, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20596, "Shape__Length": 173.24968243162243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125359610360206, 39.977898348176502 ], [ -75.124531376033104, 39.976955394876803 ], [ -75.124532791596494, 39.976899443708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17169, "tnode_": 17130, "lpoly_": null, "rpoly_": null, "length": 96.77761126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2466, "l_t_add": 2498, "r_f_add": 2465, "r_t_add": 2499, "st_code": 57360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542892, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20597, "Shape__Length": 38.575778911367628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1204121979181, 39.976732391186701 ], [ -75.120296364537296, 39.976982665579897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17053, "tnode_": 17169, "lpoly_": null, "rpoly_": null, "length": 442.50044774000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LETTERLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 50420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542893, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LETTERLY ST", "stname": "E LETTERLY ST", "objectid": 20598, "Shape__Length": 176.04546482714181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121632303513493, 39.977503392645403 ], [ -75.1204121979181, 39.976732391186701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17170, "tnode_": 17068, "lpoly_": null, "rpoly_": null, "length": 402.78007347, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2537, "r_t_add": 2599, "st_code": 77140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20599, "Shape__Length": 160.1887193290074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118407357954993, 39.976675499096103 ], [ -75.117220170535305, 39.977298662022299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17171, "tnode_": 16935, "lpoly_": null, "rpoly_": null, "length": 570.55753481, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 34980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542895, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20600, "Shape__Length": 227.50025980317719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147612170647307, 39.977365607639001 ], [ -75.147649751248906, 39.977430534151601 ], [ -75.147327152798198, 39.9789049711312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17179, "tnode_": 17031, "lpoly_": null, "rpoly_": null, "length": 369.32240989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1801, "r_t_add": 1837, "st_code": 17820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542898, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20601, "Shape__Length": 147.18297779698344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1323976958804, 39.9769340071567 ], [ -75.132243571510301, 39.977212245677201 ], [ -75.131861090708, 39.977859921645603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17180, "tnode_": 16943, "lpoly_": null, "rpoly_": null, "length": 566.82572563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87930, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542899, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20602, "Shape__Length": 226.02386720150022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146875920824002, 39.977269539872097 ], [ -75.146586905591107, 39.9788095788956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17180, "tnode_": 17171, "lpoly_": null, "rpoly_": null, "length": 209.28353349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 709, "st_code": 22010, "l_hundred": 700, "r_hundred": 700, "seg_id": 542900, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20603, "Shape__Length": 83.138642082826252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146875920824002, 39.977269539872097 ], [ -75.147466663778204, 39.977346477787997 ], [ -75.147612170647307, 39.977365607639001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17183, "tnode_": 17124, "lpoly_": null, "rpoly_": null, "length": 220.77697341000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2217, "st_code": 22040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542901, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20604, "Shape__Length": 87.797585060661845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127403777348306, 39.976854753718399 ], [ -75.127326248275196, 39.976873218019001 ], [ -75.126744068370499, 39.977181305659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17013, "tnode_": 17183, "lpoly_": null, "rpoly_": null, "length": 412.46812874, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2323, "l_t_add": 2399, "r_f_add": 2326, "r_t_add": 2398, "st_code": 75660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542902, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20605, "Shape__Length": 164.38589930515013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127966442277796, 39.977896128813697 ], [ -75.127882433320707, 39.977801036833199 ], [ -75.1274441520561, 39.976993774107598 ], [ -75.127403777348306, 39.976854753718399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17064, "tnode_": 17183, "lpoly_": null, "rpoly_": null, "length": 426.01577726, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2333, "l_t_add": 2399, "r_f_add": 2330, "r_t_add": 2398, "st_code": 60120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542903, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20606, "Shape__Length": 169.45019387684331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128631212549607, 39.9775427258324 ], [ -75.127571452895197, 39.9769276502278 ], [ -75.127403777348306, 39.976854753718399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17188, "tnode_": 17042, "lpoly_": null, "rpoly_": null, "length": 587.00869912999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2626, "l_t_add": 2698, "r_f_add": 2623, "r_t_add": 2699, "st_code": 70780, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542904, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20607, "Shape__Length": 233.45381870171008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115458571522794, 39.976486140038901 ], [ -75.1137230765559, 39.977388330063803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17137, "tnode_": 17188, "lpoly_": null, "rpoly_": null, "length": 137.61494657, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2717, "l_t_add": 2799, "r_f_add": 2720, "r_t_add": 2798, "st_code": 11600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBERT ST", "stname": "E ALBERT ST", "objectid": 20608, "Shape__Length": 54.812778101865945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115727884084194, 39.976802022094098 ], [ -75.115458571522794, 39.976486140038901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17191, "tnode_": 16957, "lpoly_": null, "rpoly_": null, "length": 567.59480182999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 53860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542906, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20609, "Shape__Length": 226.33044294226369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146082057641905, 39.977168570385103 ], [ -75.1457945166743, 39.978710905534797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17191, "tnode_": 17180, "lpoly_": null, "rpoly_": null, "length": 225.50337579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 620, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 22010, "l_hundred": 600, "r_hundred": 600, "seg_id": 542907, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20610, "Shape__Length": 89.581421228165595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146082057641905, 39.977168570385103 ], [ -75.146875920824002, 39.977269539872097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17190, "tnode_": 17088, "lpoly_": null, "rpoly_": null, "length": 334.25758527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILGHMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1756, "r_f_add": 1701, "r_t_add": 1755, "st_code": 77300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILGHMAN ST", "stname": "TILGHMAN ST", "objectid": 20611, "Shape__Length": 133.06409988297574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137972963154894, 39.976913549005502 ], [ -75.137820076457203, 39.976998079143101 ], [ -75.137293469522405, 39.9774595238747 ], [ -75.137187501851599, 39.9775956562532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17190, "tnode_": 17078, "lpoly_": null, "rpoly_": null, "length": 282.05386006000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 87830, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542909, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20612, "Shape__Length": 112.46617406906036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137972963154894, 39.976913549005502 ], [ -75.137943814721396, 39.977080506570502 ], [ -75.137810256875795, 39.977677545542598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17193, "tnode_": 17071, "lpoly_": null, "rpoly_": null, "length": 316.6265005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1828, "r_f_add": 1801, "r_t_add": 1831, "st_code": 34960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542910, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20613, "Shape__Length": 126.18363753992354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131814100786599, 39.976813953731998 ], [ -75.131358030595194, 39.977609166149499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17193, "tnode_": 17179, "lpoly_": null, "rpoly_": null, "length": 170.01124076, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1601, "r_t_add": 1699, "st_code": 56740, "l_hundred": 0, "r_hundred": 0, "seg_id": 542911, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2017-06-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20614, "Shape__Length": 67.549316474279721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131814100786599, 39.976813953731998 ], [ -75.131878406888404, 39.976841495659002 ], [ -75.1323976958804, 39.9769340071567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17198, "tnode_": 16973, "lpoly_": null, "rpoly_": null, "length": 561.87596923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87910, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542912, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20615, "Shape__Length": 224.05019657337002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1452935957807, 39.977079448350203 ], [ -75.145012781148196, 39.9786066631994 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17198, "tnode_": 17191, "lpoly_": null, "rpoly_": null, "length": 223.91254118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 625, "st_code": 22010, "l_hundred": 600, "r_hundred": 600, "seg_id": 542913, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20616, "Shape__Length": 88.949150870940883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1452935957807, 39.977079448350203 ], [ -75.145362587800406, 39.977074848604197 ], [ -75.146082057641905, 39.977168570385103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17158, "tnode_": 17199, "lpoly_": null, "rpoly_": null, "length": 144.05060366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2714, "st_code": 44060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542914, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20617, "Shape__Length": 57.375056293463032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116734711399303, 39.976752983661903 ], [ -75.116450675527105, 39.976423409308701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17201, "tnode_": 17133, "lpoly_": null, "rpoly_": null, "length": 167.81671166000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1832, "l_t_add": 1852, "r_f_add": 1841, "r_t_add": 1851, "st_code": 55460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542915, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20618, "Shape__Length": 66.878017196467724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129090299706903, 39.976743482852697 ], [ -75.128846005187796, 39.977164078692702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17201, "tnode_": 17143, "lpoly_": null, "rpoly_": null, "length": 301.85300838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1636, "r_f_add": 1601, "r_t_add": 1635, "st_code": 17180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542916, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20619, "Shape__Length": 119.98763767128204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129090299706903, 39.976743482852697 ], [ -75.1300607585639, 39.977102917072799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17204, "tnode_": 17154, "lpoly_": null, "rpoly_": null, "length": 180.66369559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2360, "l_t_add": 2398, "r_f_add": 2333, "r_t_add": 2399, "st_code": 16580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542917, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20620, "Shape__Length": 71.863972792416831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124154154014306, 39.976613287146499 ], [ -75.124106822680702, 39.976664504251701 ], [ -75.123642339125396, 39.976909212520901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17205, "tnode_": 17143, "lpoly_": null, "rpoly_": null, "length": 154.38852894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1814, "l_t_add": 1838, "r_f_add": 1817, "r_t_add": 1839, "st_code": 78020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542918, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20621, "Shape__Length": 61.526625808969953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130281368484802, 39.976716097313997 ], [ -75.130072496230596, 39.977055183788899 ], [ -75.1300607585639, 39.977102917072799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17206, "tnode_": 17160, "lpoly_": null, "rpoly_": null, "length": 188.98383093000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2317, "st_code": 36420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542919, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20622, "Shape__Length": 75.158020139243547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125092610348403, 39.976610232215698 ], [ -75.124532791596494, 39.976899443708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17161, "tnode_": 17206, "lpoly_": null, "rpoly_": null, "length": 146.48989881, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2441, "l_t_add": 2499, "r_f_add": 2424, "r_t_add": 2498, "st_code": 27500, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542920, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20623, "Shape__Length": 58.344908360003039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125385285605205, 39.976943415615601 ], [ -75.125092610348403, 39.976610232215698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17207, "tnode_": 17183, "lpoly_": null, "rpoly_": null, "length": 169.34564143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1838, "l_t_add": 1898, "r_f_add": 1845, "r_t_add": 1899, "st_code": 22040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542921, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20624, "Shape__Length": 67.314191763291106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127949646402399, 39.9766553944363 ], [ -75.127403777348306, 39.976854753718399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17207, "tnode_": 17133, "lpoly_": null, "rpoly_": null, "length": 312.41247968, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1568, "l_t_add": 1598, "r_f_add": 1559, "r_t_add": 1599, "st_code": 42260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 542922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20625, "Shape__Length": 124.26603719934835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127949646402399, 39.9766553944363 ], [ -75.128029322206004, 39.9766889202577 ], [ -75.128846005187796, 39.977164078692702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17208, "tnode_": 17141, "lpoly_": null, "rpoly_": null, "length": 257.43934545000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 82000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542923, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 20626, "Shape__Length": 102.38389237415876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118165868570202, 39.976401516259898 ], [ -75.117405532688494, 39.976798070198498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17170, "tnode_": 17208, "lpoly_": null, "rpoly_": null, "length": 120.58984774, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2648, "st_code": 71860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542924, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20627, "Shape__Length": 48.028830305116479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118407357954993, 39.976675499096103 ], [ -75.118165868570202, 39.976401516259898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17211, "tnode_": 17111, "lpoly_": null, "rpoly_": null, "length": 230.97719465, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 87990, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542925, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20628, "Shape__Length": 92.100159424876068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151137772428299, 39.977150921178399 ], [ -75.151004461214896, 39.977776632685298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17213, "tnode_": 16990, "lpoly_": null, "rpoly_": null, "length": 527.84882715999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 19140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542926, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 20629, "Shape__Length": 210.47397656688682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1582413935201, 39.977289521838102 ], [ -75.157917399192002, 39.978716933140703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17213, "tnode_": 17197, "lpoly_": null, "rpoly_": null, "length": 259.3292144, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1401, "st_code": 62120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 542927, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20630, "Shape__Length": 103.01930486952574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1582413935201, 39.977289521838102 ], [ -75.159153946038302, 39.977407451398101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17215, "tnode_": 17169, "lpoly_": null, "rpoly_": null, "length": 123.09818065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2438, "l_t_add": 2464, "r_f_add": 2433, "r_t_add": 2463, "st_code": 57360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542928, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20631, "Shape__Length": 49.065440459056624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120564776500999, 39.976415514846401 ], [ -75.1204121979181, 39.976732391186701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17086, "tnode_": 17215, "lpoly_": null, "rpoly_": null, "length": 483.29200937999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 39780, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542929, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAGERT ST", "stname": "E HAGERT ST", "objectid": 20632, "Shape__Length": 192.27732514016009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121891419626493, 39.977263115682902 ], [ -75.120564776500999, 39.976415514846401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17216, "tnode_": 16983, "lpoly_": null, "rpoly_": null, "length": 550.30930429, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 67360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542930, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 20633, "Shape__Length": 219.42971156447774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144394236955094, 39.976990652851903 ], [ -75.144061275668605, 39.978479444392299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17216, "tnode_": 17198, "lpoly_": null, "rpoly_": null, "length": 255.77711578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 524, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 22010, "l_hundred": 500, "r_hundred": 500, "seg_id": 542931, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20634, "Shape__Length": 101.60836324188564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144394236955094, 39.976990652851903 ], [ -75.145216325750795, 39.977094221904203 ], [ -75.1452935957807, 39.977079448350203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17219, "tnode_": 17093, "lpoly_": null, "rpoly_": null, "length": 272.78709290999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWPORT", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 59690, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWPORT PL", "stname": "NEWPORT PL", "objectid": 20635, "Shape__Length": 108.77192756543597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152081845937104, 39.977152883249801 ], [ -75.151926807481502, 39.977892157502197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17222, "tnode_": 17204, "lpoly_": null, "rpoly_": null, "length": 40.95049836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2316, "l_t_add": 2358, "r_f_add": 2327, "r_t_add": 2331, "st_code": 16580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542933, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20636, "Shape__Length": 16.300652763634766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124253075721498, 39.976530552195101 ], [ -75.124154154014306, 39.976613287146499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17160, "tnode_": 17222, "lpoly_": null, "rpoly_": null, "length": 159.62826715, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2509, "r_f_add": 2500, "r_t_add": 2516, "st_code": 37620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542934, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20637, "Shape__Length": 63.58417362238913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124532791596494, 39.976899443708 ], [ -75.124537365756694, 39.976841585246298 ], [ -75.124253075721498, 39.976530552195101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17223, "tnode_": 17106, "lpoly_": null, "rpoly_": null, "length": 443.44911471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 68760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542935, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITTER ST", "stname": "RITTER ST", "objectid": 20638, "Shape__Length": 176.36635117277723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126962654731898, 39.976571384640103 ], [ -75.125660306868298, 39.977262749344298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17183, "tnode_": 17223, "lpoly_": null, "rpoly_": null, "length": 161.17179224999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2401, "l_t_add": 2411, "r_f_add": 2400, "r_t_add": 2416, "st_code": 60120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542936, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20639, "Shape__Length": 64.12267926716865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127403777348306, 39.976854753718399 ], [ -75.127070762569801, 39.976631656571897 ], [ -75.126962654731898, 39.976571384640103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17227, "tnode_": 17211, "lpoly_": null, "rpoly_": null, "length": 199.43983573999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 78120, "l_hundred": 900, "r_hundred": 900, "seg_id": 542937, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20640, "Shape__Length": 79.228938783544194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150437295036795, 39.977054340316002 ], [ -75.151137772428299, 39.977150921178399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17229, "tnode_": 17094, "lpoly_": null, "rpoly_": null, "length": 304.48023479, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 40340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542938, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20641, "Shape__Length": 121.40776744891814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136921052850894, 39.976712448841802 ], [ -75.136741891659199, 39.977536841704797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17230, "tnode_": 16996, "lpoly_": null, "rpoly_": null, "length": 557.10293218999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87890, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542939, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20642, "Shape__Length": 222.12705742859248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143532048815899, 39.9768784687463 ], [ -75.143208721144802, 39.978248609708402 ], [ -75.143142234717502, 39.9783754653226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17230, "tnode_": 17216, "lpoly_": null, "rpoly_": null, "length": 245.06432107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 521, "st_code": 22010, "l_hundred": 500, "r_hundred": 500, "seg_id": 542940, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20643, "Shape__Length": 97.352081818760709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143532048815899, 39.9768784687463 ], [ -75.144394236955094, 39.976990652851903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17231, "tnode_": 16832, "lpoly_": null, "rpoly_": null, "length": 969.80001206999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 12900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542941, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20644, "Shape__Length": 386.57121718273368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119766052475399, 39.976378430266898 ], [ -75.118613146682904, 39.978888554013103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17130, "tnode_": 17231, "lpoly_": null, "rpoly_": null, "length": 265.59042432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2635, "l_t_add": 2657, "r_f_add": 2638, "r_t_add": 2650, "st_code": 26340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542942, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20645, "Shape__Length": 105.7810133221936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120296364537296, 39.976982665579897 ], [ -75.119766052475399, 39.976378430266898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17232, "tnode_": 17156, "lpoly_": null, "rpoly_": null, "length": 223.52845377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2422, "r_f_add": 2401, "r_t_add": 2423, "st_code": 12300, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542943, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20646, "Shape__Length": 88.994086570503399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122833645334694, 39.976387936666697 ], [ -75.122322703493097, 39.976859109142197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17154, "tnode_": 17232, "lpoly_": null, "rpoly_": null, "length": 295.6776356, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2517, "l_t_add": 2599, "r_f_add": 2508, "r_t_add": 2598, "st_code": 85740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542944, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20647, "Shape__Length": 117.6367649530393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123642339125396, 39.976909212520901 ], [ -75.122833645334694, 39.976387936666697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17233, "tnode_": 17016, "lpoly_": null, "rpoly_": null, "length": 505.34959764999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 62960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542945, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 20648, "Shape__Length": 201.50338143401208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157048749391294, 39.9771347598044 ], [ -75.156747085954194, 39.978502456987897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17233, "tnode_": 17213, "lpoly_": null, "rpoly_": null, "length": 338.96478566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1350, "l_t_add": 1398, "r_f_add": 1351, "r_t_add": 1399, "st_code": 62120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542946, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20649, "Shape__Length": 134.65462095809085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157048749391294, 39.9771347598044 ], [ -75.1582413935201, 39.977289521838102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17235, "tnode_": 17207, "lpoly_": null, "rpoly_": null, "length": 156.28705495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1836, "r_f_add": 1801, "r_t_add": 1843, "st_code": 22040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542947, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 20650, "Shape__Length": 62.117370831153814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128460791687104, 39.976483862290301 ], [ -75.127949646402399, 39.9766553944363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17235, "tnode_": 17201, "lpoly_": null, "rpoly_": null, "length": 202.33549219, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1548, "l_t_add": 1598, "r_f_add": 1539, "r_t_add": 1599, "st_code": 17180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 542948, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20651, "Shape__Length": 80.441969215341871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128460791687104, 39.976483862290301 ], [ -75.128484656079394, 39.976515796524701 ], [ -75.129090299706903, 39.976743482852697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17239, "tnode_": 17113, "lpoly_": null, "rpoly_": null, "length": 305.14390451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1736, "l_t_add": 1798, "r_f_add": 1735, "r_t_add": 1799, "st_code": 54200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542949, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20652, "Shape__Length": 121.67255673829217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136005765921595, 39.976591777914201 ], [ -75.135828795842301, 39.977418297273303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17239, "tnode_": 17229, "lpoly_": null, "rpoly_": null, "length": 260.25439040999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 146, "l_t_add": 198, "r_f_add": 145, "r_t_add": 199, "st_code": 62840, "l_hundred": 100, "r_hundred": 100, "seg_id": 542950, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PALMER ST", "stname": "W PALMER ST", "objectid": 20653, "Shape__Length": 103.38621977758997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136005765921595, 39.976591777914201 ], [ -75.136921052850894, 39.976712448841802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17245, "tnode_": 16996, "lpoly_": null, "rpoly_": null, "length": 610.44763090999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 36660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542951, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20654, "Shape__Length": 243.37100786346556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142618055055806, 39.976759250688303 ], [ -75.143027853654601, 39.9782419682886 ], [ -75.143142234717502, 39.9783754653226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17245, "tnode_": 17230, "lpoly_": null, "rpoly_": null, "length": 259.80757285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 22010, "l_hundred": 400, "r_hundred": 400, "seg_id": 542952, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20655, "Shape__Length": 103.20873429693762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142618055055806, 39.976759250688303 ], [ -75.143532048815899, 39.9768784687463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17246, "tnode_": 17222, "lpoly_": null, "rpoly_": null, "length": 79.02325868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2306, "l_t_add": 2314, "r_f_add": 2319, "r_t_add": 2325, "st_code": 16580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542953, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20656, "Shape__Length": 31.463889566708893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124429777797005, 39.976361504213102 ], [ -75.124253075721498, 39.976530552195101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17156, "tnode_": 17248, "lpoly_": null, "rpoly_": null, "length": 337.96286669, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BOSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 18380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542954, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BOSTON ST", "stname": "E BOSTON ST", "objectid": 20657, "Shape__Length": 134.46140805746694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122322703493097, 39.976859109142197 ], [ -75.121400485688696, 39.976261337226802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17247, "tnode_": 17188, "lpoly_": null, "rpoly_": null, "length": 242.88793666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2624, "r_f_add": 2601, "r_t_add": 2621, "st_code": 70780, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542955, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20658, "Shape__Length": 96.597845857462374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116173880296699, 39.976109688211899 ], [ -75.115458571522794, 39.976486140038901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17199, "tnode_": 17247, "lpoly_": null, "rpoly_": null, "length": 138.12440146, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2713, "l_t_add": 2725, "r_f_add": 2716, "r_t_add": 2726, "st_code": 44060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542956, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20659, "Shape__Length": 55.012222487895599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116450675527105, 39.976423409308701 ], [ -75.116173880296699, 39.976109688211899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17249, "tnode_": 17030, "lpoly_": null, "rpoly_": null, "length": 507.43614857, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88050, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542957, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 20660, "Shape__Length": 202.33621418124937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156001404688396, 39.977004259879202 ], [ -75.155706877370704, 39.978378682723402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17249, "tnode_": 17233, "lpoly_": null, "rpoly_": null, "length": 297.34814546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1348, "r_f_add": 1301, "r_t_add": 1349, "st_code": 62120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 542958, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20661, "Shape__Length": 118.12107256327096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156001404688396, 39.977004259879202 ], [ -75.157048749391294, 39.9771347598044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17254, "tnode_": 17161, "lpoly_": null, "rpoly_": null, "length": 394.35106758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAGGERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 76620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAGGERT ST", "stname": "TAGGERT ST", "objectid": 20662, "Shape__Length": 156.83821824012171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126544065856095, 39.976329302217202 ], [ -75.125385285605205, 39.976943415615601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17223, "tnode_": 17254, "lpoly_": null, "rpoly_": null, "length": 146.7619737, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2413, "l_t_add": 2427, "r_f_add": 2418, "r_t_add": 2420, "st_code": 60120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542960, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20663, "Shape__Length": 58.377922310828659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126962654731898, 39.976571384640103 ], [ -75.126544065856095, 39.976329302217202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17253, "tnode_": 17206, "lpoly_": null, "rpoly_": null, "length": 183.6073422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2216, "l_t_add": 2298, "r_f_add": 2213, "r_t_add": 2299, "st_code": 36420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542961, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20664, "Shape__Length": 73.021002683462214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125634454361901, 39.976326918726102 ], [ -75.125092610348403, 39.976610232215698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17252, "tnode_": 17158, "lpoly_": null, "rpoly_": null, "length": 402.59584962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2541, "r_t_add": 2599, "st_code": 30740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542962, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20665, "Shape__Length": 160.11425192312066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117921233148394, 39.976129978186201 ], [ -75.116734711399303, 39.976752983661903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17208, "tnode_": 17252, "lpoly_": null, "rpoly_": null, "length": 120.35402612, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2651, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 71860, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542963, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20666, "Shape__Length": 47.932913319980507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118165868570202, 39.976401516259898 ], [ -75.117921233148394, 39.976129978186201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17257, "tnode_": 17131, "lpoly_": null, "rpoly_": null, "length": 300.93548181, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1738, "l_t_add": 1798, "r_f_add": 1739, "r_t_add": 1799, "st_code": 43800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542964, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20667, "Shape__Length": 119.99483590940328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135061278959597, 39.976477952379902 ], [ -75.134890622917695, 39.9772935579551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17260, "tnode_": 17201, "lpoly_": null, "rpoly_": null, "length": 154.08328559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1814, "l_t_add": 1830, "r_f_add": 1823, "r_t_add": 1839, "st_code": 55460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542965, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20668, "Shape__Length": 61.404823889346815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129314072416307, 39.976357125427199 ], [ -75.129090299706903, 39.976743482852697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17260, "tnode_": 17205, "lpoly_": null, "rpoly_": null, "length": 300.98277506, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1600, "r_t_add": 1698, "st_code": 83560, "l_hundred": 1500, "r_hundred": 1600, "seg_id": 542966, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILT ST", "stname": "E WILT ST", "objectid": 20669, "Shape__Length": 119.64132278951536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129314072416307, 39.976357125427199 ], [ -75.130281368484802, 39.976716097313997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17263, "tnode_": 17026, "lpoly_": null, "rpoly_": null, "length": 551.80461338000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 87870, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542967, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20670, "Shape__Length": 220.02738662646436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141668835597102, 39.976635824162798 ], [ -75.141352656166603, 39.978130938263703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17263, "tnode_": 17245, "lpoly_": null, "rpoly_": null, "length": 269.79764891999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 22010, "l_hundred": 400, "r_hundred": 400, "seg_id": 542968, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20671, "Shape__Length": 107.17703549056003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141668835597102, 39.976635824162798 ], [ -75.142618055055806, 39.976759250688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17271, "tnode_": 17140, "lpoly_": null, "rpoly_": null, "length": 301.04404935999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1744, "l_t_add": 1798, "r_f_add": 1739, "r_t_add": 1799, "st_code": 43480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542969, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20672, "Shape__Length": 120.03682225879349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134548094854296, 39.9764132580381 ], [ -75.134388155641901, 39.9771868753257 ], [ -75.134371907960997, 39.977228082780499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17271, "tnode_": 17257, "lpoly_": null, "rpoly_": null, "length": 145.74169449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 108, "l_t_add": 144, "r_f_add": 107, "r_t_add": 143, "st_code": 62840, "l_hundred": 100, "r_hundred": 100, "seg_id": 542970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PALMER ST", "stname": "W PALMER ST", "objectid": 20673, "Shape__Length": 57.895257124639016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134548094854296, 39.9764132580381 ], [ -75.135061278959597, 39.976477952379902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17272, "tnode_": 17170, "lpoly_": null, "rpoly_": null, "length": 374.86695392999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2534, "r_f_add": 2501, "r_t_add": 2535, "st_code": 77140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542971, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20674, "Shape__Length": 149.08057554461348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119519890034496, 39.976104218025498 ], [ -75.118407357954993, 39.976675499096103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17231, "tnode_": 17272, "lpoly_": null, "rpoly_": null, "length": 121.39863742, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2659, "l_t_add": 2659, "r_f_add": 2652, "r_t_add": 2664, "st_code": 26340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20675, "Shape__Length": 48.349227876227417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119766052475399, 39.976378430266898 ], [ -75.119519890034496, 39.976104218025498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17273, "tnode_": 17263, "lpoly_": null, "rpoly_": null, "length": 139.95349062999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 314, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 22010, "l_hundred": 300, "r_hundred": 300, "seg_id": 542974, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20676, "Shape__Length": 55.596018137581495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1411759968762, 39.976573862905802 ], [ -75.141668835597102, 39.976635824162798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17274, "tnode_": 17249, "lpoly_": null, "rpoly_": null, "length": 267.76285266000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 62120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 542975, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20677, "Shape__Length": 106.36960349522633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155059924649095, 39.976879135619903 ], [ -75.156001404688396, 39.977004259879202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17280, "tnode_": 17205, "lpoly_": null, "rpoly_": null, "length": 154.99887736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1801, "r_t_add": 1815, "st_code": 78020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 542976, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20678, "Shape__Length": 61.770821250831915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130503251747896, 39.976326349984497 ], [ -75.130281368484802, 39.976716097313997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17280, "tnode_": 17193, "lpoly_": null, "rpoly_": null, "length": 408.06220099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1532, "l_t_add": 1598, "r_f_add": 1533, "r_t_add": 1599, "st_code": 56740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 542977, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20679, "Shape__Length": 162.20617253268273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130503251747896, 39.976326349984497 ], [ -75.131814100786599, 39.976813953731998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17282, "tnode_": 17066, "lpoly_": null, "rpoly_": null, "length": 481.48204252000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1754, "r_f_add": 1701, "r_t_add": 1757, "st_code": 87850, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542978, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20680, "Shape__Length": 191.98564568921708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140670251944499, 39.976506709890103 ], [ -75.140390254550198, 39.977810766293203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17282, "tnode_": 17273, "lpoly_": null, "rpoly_": null, "length": 143.83406783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 311, "st_code": 22010, "l_hundred": 300, "r_hundred": 300, "seg_id": 542979, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20681, "Shape__Length": 57.138169491223138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140670251944499, 39.976506709890103 ], [ -75.1411759968762, 39.976573862905802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17284, "tnode_": 17056, "lpoly_": null, "rpoly_": null, "length": 506.52866031999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88030, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542980, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 20682, "Shape__Length": 201.97311253452224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544539810332, 39.976803930278997 ], [ -75.154155456423098, 39.978175316702902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17284, "tnode_": 17274, "lpoly_": null, "rpoly_": null, "length": 172.01480821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1213, "st_code": 62120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 542981, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20683, "Shape__Length": 68.332323861352492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1544539810332, 39.976803930278997 ], [ -75.155059924649095, 39.976879135619903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17232, "tnode_": 17286, "lpoly_": null, "rpoly_": null, "length": 167.61634188, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2621, "r_f_add": 2600, "r_t_add": 2616, "st_code": 85740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20684, "Shape__Length": 66.684501884376289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122833645334694, 39.976387936666697 ], [ -75.122372162075905, 39.976095251421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17287, "tnode_": 17149, "lpoly_": null, "rpoly_": null, "length": 301.21343684, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1744, "l_t_add": 1798, "r_f_add": 1745, "r_t_add": 1799, "st_code": 35200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542983, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20685, "Shape__Length": 120.10565387391415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134005960549601, 39.976340565277702 ], [ -75.133836775564603, 39.977157124853399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17287, "tnode_": 17271, "lpoly_": null, "rpoly_": null, "length": 154.22765118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 105, "st_code": 62840, "l_hundred": 100, "r_hundred": 100, "seg_id": 542984, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PALMER ST", "stname": "W PALMER ST", "objectid": 20686, "Shape__Length": 61.267014149128187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134005960549601, 39.976340565277702 ], [ -75.134548094854296, 39.9764132580381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17292, "tnode_": 17246, "lpoly_": null, "rpoly_": null, "length": 108.47563089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2304, "r_f_add": 2301, "r_t_add": 2317, "st_code": 16580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542985, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20687, "Shape__Length": 43.190091938076193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124673102588005, 39.976129926123598 ], [ -75.124429777797005, 39.976361504213102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17206, "tnode_": 17292, "lpoly_": null, "rpoly_": null, "length": 210.79897874, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2518, "st_code": 27500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542986, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20688, "Shape__Length": 83.958640524982883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125092610348403, 39.976610232215698 ], [ -75.124673102588005, 39.976129926123598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17293, "tnode_": 27007, "lpoly_": null, "rpoly_": null, "length": 553.27599056999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 18100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542987, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 20689, "Shape__Length": 220.61348090395239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1401026970603, 39.976433321200197 ], [ -75.1397859674301, 39.977932458530503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17293, "tnode_": 17282, "lpoly_": null, "rpoly_": null, "length": 161.292415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 242, "l_t_add": 298, "r_f_add": 239, "r_t_add": 299, "st_code": 22010, "l_hundred": 200, "r_hundred": 200, "seg_id": 542988, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20690, "Shape__Length": 64.073073090055601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1401026970603, 39.976433321200197 ], [ -75.140670251944499, 39.976506709890103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17295, "tnode_": 17263, "lpoly_": null, "rpoly_": null, "length": 63.53348681, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1656, "l_t_add": 1698, "r_f_add": 1657, "r_t_add": 1699, "st_code": 87870, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 542989, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20691, "Shape__Length": 25.335129400432386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141685958461395, 39.9764619150505 ], [ -75.141668835597102, 39.976635824162798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17296, "tnode_": 17074, "lpoly_": null, "rpoly_": null, "length": 826.83966968000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 31700, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 542990, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 20692, "Shape__Length": 328.83496116908566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115929957941603, 39.975847744509402 ], [ -75.113488651710995, 39.9771222121378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17247, "tnode_": 17296, "lpoly_": null, "rpoly_": null, "length": 117.3820495, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2727, "l_t_add": 2733, "r_f_add": 2728, "r_t_add": 2734, "st_code": 44060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 542991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20693, "Shape__Length": 46.746376824019258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116173880296699, 39.976109688211899 ], [ -75.115929957941603, 39.975847744509402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17297, "tnode_": 17232, "lpoly_": null, "rpoly_": null, "length": 166.77289093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2336, "l_t_add": 2398, "r_f_add": 2327, "r_t_add": 2399, "st_code": 12300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 542992, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20694, "Shape__Length": 66.400473922497454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1232093906128, 39.9760329347002 ], [ -75.122833645334694, 39.976387936666697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17204, "tnode_": 17297, "lpoly_": null, "rpoly_": null, "length": 338.8246372, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2511, "l_t_add": 2599, "r_f_add": 2518, "r_t_add": 2598, "st_code": 37620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 542993, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORDON ST", "stname": "E GORDON ST", "objectid": 20695, "Shape__Length": 134.7900381595056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124154154014306, 39.976613287146499 ], [ -75.1232093906128, 39.9760329347002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17300, "tnode_": 17272, "lpoly_": null, "rpoly_": null, "length": 143.89281744, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2436, "l_t_add": 2498, "r_f_add": 2435, "r_t_add": 2499, "st_code": 77140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542994, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20696, "Shape__Length": 57.204591676344556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119972711034094, 39.975920505478904 ], [ -75.119858003074896, 39.9759525300192 ], [ -75.119519890034496, 39.976104218025498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17300, "tnode_": 17231, "lpoly_": null, "rpoly_": null, "length": 176.58238264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2490, "l_t_add": 2498, "r_f_add": 2491, "r_t_add": 2499, "st_code": 12900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542995, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20697, "Shape__Length": 70.386785345163105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119972711034094, 39.975920505478904 ], [ -75.119766052475399, 39.976378430266898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17301, "tnode_": 17284, "lpoly_": null, "rpoly_": null, "length": 188.58082636, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 62120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 542996, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20698, "Shape__Length": 74.914135694598983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153790951546796, 39.9767156421942 ], [ -75.1544539810332, 39.976803930278997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17304, "tnode_": 17253, "lpoly_": null, "rpoly_": null, "length": 165.22808129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2211, "st_code": 36420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 542997, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20699, "Shape__Length": 65.699350661920121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126138153366298, 39.9760912130698 ], [ -75.125634454361901, 39.976326918726102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17254, "tnode_": 17304, "lpoly_": null, "rpoly_": null, "length": 143.0517341, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2429, "l_t_add": 2499, "r_f_add": 2422, "r_t_add": 2498, "st_code": 60120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 542998, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20700, "Shape__Length": 56.903360345069196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126544065856095, 39.976329302217202 ], [ -75.126138153366298, 39.9760912130698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17306, "tnode_": 16837, "lpoly_": null, "rpoly_": null, "length": 1103.8548672500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1898, "r_f_add": 1701, "r_t_add": 1899, "st_code": 12440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 542999, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 20701, "Shape__Length": 440.15428523707362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139412499094306, 39.976343028774899 ], [ -75.138770457660002, 39.979332719484297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17306, "tnode_": 17293, "lpoly_": null, "rpoly_": null, "length": 196.20982977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 224, "l_t_add": 240, "r_f_add": 229, "r_t_add": 237, "st_code": 22010, "l_hundred": 200, "r_hundred": 200, "seg_id": 543000, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20702, "Shape__Length": 77.944043256140517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139412499094306, 39.976343028774899 ], [ -75.1401026970603, 39.976433321200197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17296, "tnode_": 17356, "lpoly_": null, "rpoly_": null, "length": 219.9456948, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 2736, "r_t_add": 2798, "st_code": 44060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543002, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTINGDON ST", "stname": "E HUNTINGDON ST", "objectid": 20703, "Shape__Length": 87.641857334179392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115929957941603, 39.975847744509402 ], [ -75.115586291837801, 39.975304936144802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17314, "tnode_": 17199, "lpoly_": null, "rpoly_": null, "length": 402.24267906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2542, "l_t_add": 2598, "r_f_add": 2537, "r_t_add": 2599, "st_code": 77320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20704, "Shape__Length": 159.97124424628737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117638592073504, 39.975803711371299 ], [ -75.116450675527105, 39.976423409308701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17252, "tnode_": 17314, "lpoly_": null, "rpoly_": null, "length": 142.83119698, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2710, "st_code": 71860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20705, "Shape__Length": 56.888358368757658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117921233148394, 39.976129978186201 ], [ -75.117638592073504, 39.975803711371299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17316, "tnode_": 17081, "lpoly_": null, "rpoly_": null, "length": 509.67776938000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 88010, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543005, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 20706, "Shape__Length": 203.22833854099602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152880275623701, 39.976596829048297 ], [ -75.152580950741196, 39.977976877095301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17316, "tnode_": 27078, "lpoly_": null, "rpoly_": null, "length": 224.25442276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1116, "r_f_add": 1101, "r_t_add": 1117, "st_code": 62120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543006, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20707, "Shape__Length": 89.084972338205205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152880275623701, 39.976596829048297 ], [ -75.153669221760197, 39.976699600814001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17317, "tnode_": 17208, "lpoly_": null, "rpoly_": null, "length": 374.25553013999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEBB", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2534, "r_f_add": 2501, "r_t_add": 2533, "st_code": 82000, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEBB ST", "stname": "WEBB ST", "objectid": 20708, "Shape__Length": 148.83755928108417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119275572953697, 39.975830006066197 ], [ -75.118165868570202, 39.976401516259898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17272, "tnode_": 17317, "lpoly_": null, "rpoly_": null, "length": 121.10555176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2661, "l_t_add": 2669, "r_f_add": 2666, "r_t_add": 2684, "st_code": 26340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20709, "Shape__Length": 48.232931429058638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119519890034496, 39.976104218025498 ], [ -75.119275572953697, 39.975830006066197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17318, "tnode_": 17306, "lpoly_": null, "rpoly_": null, "length": 196.2385799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 208, "l_t_add": 222, "r_f_add": 213, "r_t_add": 227, "st_code": 22010, "l_hundred": 200, "r_hundred": 200, "seg_id": 543010, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20710, "Shape__Length": 77.954252275323256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138720924593699, 39.976258700749199 ], [ -75.139412499094306, 39.976343028774899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17321, "tnode_": 17193, "lpoly_": null, "rpoly_": null, "length": 272.26655045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1762, "l_t_add": 1798, "r_f_add": 1757, "r_t_add": 1799, "st_code": 34960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543011, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20711, "Shape__Length": 108.50507186265652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132202973605004, 39.976129038493802 ], [ -75.131814100786599, 39.976813953731998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17322, "tnode_": 17304, "lpoly_": null, "rpoly_": null, "length": 49.4200039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 817, "l_t_add": 899, "r_f_add": 816, "r_t_add": 898, "st_code": 36420, "l_hundred": 800, "r_hundred": 800, "seg_id": 543012, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20712, "Shape__Length": 19.639911213250198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126302560736306, 39.976042162039803 ], [ -75.126138153366298, 39.9760912130698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17327, "tnode_": 17292, "lpoly_": null, "rpoly_": null, "length": 106.82020557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2216, "l_t_add": 2298, "r_f_add": 2213, "r_t_add": 2299, "st_code": 16580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20713, "Shape__Length": 42.530413352232308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124913470622801, 39.975902354363399 ], [ -75.124673102588005, 39.976129926123598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17253, "tnode_": 17327, "lpoly_": null, "rpoly_": null, "length": 254.45854852999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWNSEND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 77680, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543014, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWNSEND ST", "stname": "TOWNSEND ST", "objectid": 20714, "Shape__Length": 101.21954260736892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125634454361901, 39.976326918726102 ], [ -75.124913470622801, 39.975902354363399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17326, "tnode_": 17248, "lpoly_": null, "rpoly_": null, "length": 218.15351045, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2434, "r_f_add": 2401, "r_t_add": 2433, "st_code": 77140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20715, "Shape__Length": 86.847825229275372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121908910372099, 39.975807873131899 ], [ -75.121400485688696, 39.976261337226802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17286, "tnode_": 17326, "lpoly_": null, "rpoly_": null, "length": 166.77926912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2623, "l_t_add": 2645, "r_f_add": 2618, "r_t_add": 2634, "st_code": 85740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20716, "Shape__Length": 66.348414433204738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122372162075905, 39.976095251421 ], [ -75.121908910372099, 39.975807873131899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17332, "tnode_": 17190, "lpoly_": null, "rpoly_": null, "length": 271.00310809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1721, "st_code": 87830, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543017, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20717, "Shape__Length": 108.05814946944625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138133189605, 39.976179895497403 ], [ -75.137972963154894, 39.976913549005502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17332, "tnode_": 17318, "lpoly_": null, "rpoly_": null, "length": 167.20049725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 206, "r_f_add": 201, "r_t_add": 211, "st_code": 22010, "l_hundred": 200, "r_hundred": 200, "seg_id": 543018, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20718, "Shape__Length": 66.420329504741545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138133189605, 39.976179895497403 ], [ -75.138720924593699, 39.976258700749199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17337, "tnode_": 17260, "lpoly_": null, "rpoly_": null, "length": 154.61004026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1800, "l_t_add": 1812, "r_f_add": 1803, "r_t_add": 1821, "st_code": 55460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20719, "Shape__Length": 61.613872380142006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129540066573398, 39.9759699488569 ], [ -75.129314072416307, 39.976357125427199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17337, "tnode_": 17280, "lpoly_": null, "rpoly_": null, "length": 299.53980264, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1530, "r_f_add": 1501, "r_t_add": 1531, "st_code": 56740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20720, "Shape__Length": 119.06663541089004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129540066573398, 39.9759699488569 ], [ -75.130503251747896, 39.976326349984497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17338, "tnode_": 17226, "lpoly_": null, "rpoly_": null, "length": 218.57814865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESAPEAKE", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 22750, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-11-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESAPEAKE PL", "stname": "CHESAPEAKE PL", "objectid": 20721, "Shape__Length": 87.123783252934061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152037720883101, 39.976489246701597 ], [ -75.151945110986105, 39.9765451099329 ], [ -75.151832974306302, 39.9770472393297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17338, "tnode_": 17316, "lpoly_": null, "rpoly_": null, "length": 239.3619287, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 62120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543024, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20722, "Shape__Length": 95.085874511976286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152037720883101, 39.976489246701597 ], [ -75.152880275623701, 39.976596829048297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17340, "tnode_": 17212, "lpoly_": null, "rpoly_": null, "length": 195.20236008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 62760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 20723, "Shape__Length": 77.833013352159398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137571137404805, 39.976106316665202 ], [ -75.137451673468604, 39.976634230609001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17340, "tnode_": 17332, "lpoly_": null, "rpoly_": null, "length": 159.78413547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 182, "l_t_add": 198, "r_f_add": 173, "r_t_add": 199, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543026, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20724, "Shape__Length": 63.473774558690991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137571137404805, 39.976106316665202 ], [ -75.138133189605, 39.976179895497403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17347, "tnode_": 17297, "lpoly_": null, "rpoly_": null, "length": 126.05682765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2320, "l_t_add": 2334, "r_f_add": 2309, "r_t_add": 2325, "st_code": 12300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20725, "Shape__Length": 50.186148135002071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123498804606399, 39.975768043420103 ], [ -75.1232093906128, 39.9760329347002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17246, "tnode_": 17347, "lpoly_": null, "rpoly_": null, "length": 338.84037896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 27140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAKOTA ST", "stname": "E DAKOTA ST", "objectid": 20726, "Shape__Length": 134.80524685715753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124429777797005, 39.976361504213102 ], [ -75.123498804606399, 39.975768043420103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17351, "tnode_": 17229, "lpoly_": null, "rpoly_": null, "length": 247.60005386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1725, "st_code": 40340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543029, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20727, "Shape__Length": 98.726719823490299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137064615097998, 39.976041789727603 ], [ -75.136921052850894, 39.976712448841802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17351, "tnode_": 17340, "lpoly_": null, "rpoly_": null, "length": 143.89035526000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 180, "l_t_add": 180, "r_f_add": 171, "r_t_add": 171, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543030, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20728, "Shape__Length": 57.159630156352826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137064615097998, 39.976041789727603 ], [ -75.137571137404805, 39.976106316665202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17352, "tnode_": 17211, "lpoly_": null, "rpoly_": null, "length": 280.71624099000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1629, "st_code": 87990, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543031, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20729, "Shape__Length": 111.93078751588239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151308379604501, 39.976391580574003 ], [ -75.151137772428299, 39.977150921178399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17352, "tnode_": 17338, "lpoly_": null, "rpoly_": null, "length": 207.47651323999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1013, "st_code": 62120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543032, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20730, "Shape__Length": 82.420204603305947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151308379604501, 39.976391580574003 ], [ -75.152037720883101, 39.976489246701597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17355, "tnode_": 17183, "lpoly_": null, "rpoly_": null, "length": 398.04767635999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 75660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543034, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20731, "Shape__Length": 158.62877675788712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126829746576405, 39.975856483859197 ], [ -75.127204686676805, 39.976564000472699 ], [ -75.127403777348306, 39.976854753718399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17356, "tnode_": 17132, "lpoly_": null, "rpoly_": null, "length": 850.91817778999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 68240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543035, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20732, "Shape__Length": 338.43871935244482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115586291837801, 39.975304936144802 ], [ -75.113115650960907, 39.976662638761901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17358, "tnode_": 17198, "lpoly_": null, "rpoly_": null, "length": 309.91384611999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 87910, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543037, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20733, "Shape__Length": 123.57712421886173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145449061359798, 39.976237145825102 ], [ -75.1452935957807, 39.977079448350203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17360, "tnode_": 17247, "lpoly_": null, "rpoly_": null, "length": 336.94063691000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2544, "l_t_add": 2598, "r_f_add": 2543, "r_t_add": 2599, "st_code": 70780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543038, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20734, "Shape__Length": 134.00466992577299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117162804873999, 39.975583700424203 ], [ -75.116173880296699, 39.976109688211899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17365, "tnode_": 17321, "lpoly_": null, "rpoly_": null, "length": 213.59560598, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1640, "l_t_add": 1698, "r_f_add": 1647, "r_t_add": 1699, "st_code": 32580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 20735, "Shape__Length": 84.904798480572339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1315174568808, 39.975872812728902 ], [ -75.132202973605004, 39.976129038493802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17366, "tnode_": 17360, "lpoly_": null, "rpoly_": null, "length": 63.18891602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2538, "l_t_add": 2542, "r_f_add": 2539, "r_t_add": 2541, "st_code": 70780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543040, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20736, "Shape__Length": 25.127855901206814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117352213667601, 39.975489604852399 ], [ -75.117162804873999, 39.975583700424203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17314, "tnode_": 17366, "lpoly_": null, "rpoly_": null, "length": 139.76581455000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2713, "l_t_add": 2723, "r_f_add": 2712, "r_t_add": 2722, "st_code": 71860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20737, "Shape__Length": 55.66231104426118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117638592073504, 39.975803711371299 ], [ -75.117352213667601, 39.975489604852399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17368, "tnode_": 17337, "lpoly_": null, "rpoly_": null, "length": 26.0488272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1798, "l_t_add": 1798, "r_f_add": 1801, "r_t_add": 1801, "st_code": 55460, "l_hundred": 1700, "r_hundred": 1800, "seg_id": 543042, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20738, "Shape__Length": 10.381469231452041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129576008592693, 39.975904004463402 ], [ -75.129540066573398, 39.9759699488569 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17369, "tnode_": 17252, "lpoly_": null, "rpoly_": null, "length": 377.04843592000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2534, "r_f_add": 2501, "r_t_add": 2539, "st_code": 30740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543043, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 20739, "Shape__Length": 149.94968128013895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119036456612804, 39.975551046318003 ], [ -75.117921233148394, 39.976129978186201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17317, "tnode_": 17369, "lpoly_": null, "rpoly_": null, "length": 121.72769275, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2671, "l_t_add": 2699, "r_f_add": 2686, "r_t_add": 2698, "st_code": 26340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20740, "Shape__Length": 48.483687485448726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119275572953697, 39.975830006066197 ], [ -75.119036456612804, 39.975551046318003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17371, "tnode_": 17216, "lpoly_": null, "rpoly_": null, "length": 317.39553116000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1627, "r_t_add": 1699, "st_code": 67360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 20741, "Shape__Length": 126.55555068602031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144587715040004, 39.9761321715199 ], [ -75.144394236955094, 39.976990652851903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17371, "tnode_": 17358, "lpoly_": null, "rpoly_": null, "length": 244.40966144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 78120, "l_hundred": 500, "r_hundred": 500, "seg_id": 543046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20742, "Shape__Length": 97.089664724304896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144587715040004, 39.9761321715199 ], [ -75.145449061359798, 39.976237145825102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17370, "tnode_": 17287, "lpoly_": null, "rpoly_": null, "length": 307.72189985999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 8, "l_t_add": 98, "r_f_add": 9, "r_t_add": 99, "st_code": 62840, "l_hundred": 0, "r_hundred": 0, "seg_id": 543047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PALMER ST", "stname": "W PALMER ST", "objectid": 20743, "Shape__Length": 122.4292421513332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133179704026603, 39.975838634774 ], [ -75.133739920249099, 39.976308434449599 ], [ -75.134005960549601, 39.976340565277702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17374, "tnode_": 17351, "lpoly_": null, "rpoly_": null, "length": 215.3481801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 176, "l_t_add": 178, "r_f_add": 169, "r_t_add": 169, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543048, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20744, "Shape__Length": 85.570747211967685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136336807488405, 39.975874817285799 ], [ -75.136600735347201, 39.975980978000599 ], [ -75.137064615097998, 39.976041789727603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17380, "tnode_": 17300, "lpoly_": null, "rpoly_": null, "length": 331.84488689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2406, "l_t_add": 2488, "r_f_add": 2405, "r_t_add": 2489, "st_code": 12900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20745, "Shape__Length": 131.94837280361077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120986335483906, 39.975449653027603 ], [ -75.119972711034094, 39.975920505478904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17380, "tnode_": 17215, "lpoly_": null, "rpoly_": null, "length": 371.51379721999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2436, "r_f_add": 2401, "r_t_add": 2431, "st_code": 57360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20746, "Shape__Length": 148.08984935034493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120986335483906, 39.975449653027603 ], [ -75.120948781125193, 39.975583848756003 ], [ -75.120564776500999, 39.976415514846401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17326, "tnode_": 17383, "lpoly_": null, "rpoly_": null, "length": 130.99308539, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2647, "l_t_add": 2657, "r_f_add": 2636, "r_t_add": 2658, "st_code": 85740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20747, "Shape__Length": 52.118916522083474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121908910372099, 39.975807873131899 ], [ -75.121555744192094, 39.975572328671298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17386, "tnode_": 17139, "lpoly_": null, "rpoly_": null, "length": 514.4002786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 87970, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20748, "Shape__Length": 205.1094140527637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149737550142902, 39.976191279323899 ], [ -75.149430142038398, 39.9775834264343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17386, "tnode_": 17352, "lpoly_": null, "rpoly_": null, "length": 446.24339756999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 62120, "l_hundred": 900, "r_hundred": 900, "seg_id": 543053, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20749, "Shape__Length": 177.26826871821797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149737550142902, 39.976191279323899 ], [ -75.151308379604501, 39.976391580574003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17389, "tnode_": 17355, "lpoly_": null, "rpoly_": null, "length": 164.91749346999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 717, "l_t_add": 799, "r_f_add": 716, "r_t_add": 798, "st_code": 36420, "l_hundred": 700, "r_hundred": 700, "seg_id": 543054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20750, "Shape__Length": 65.548775507846628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127366690726106, 39.975671267819699 ], [ -75.126829746576405, 39.975856483859197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17389, "tnode_": 17207, "lpoly_": null, "rpoly_": null, "length": 397.48353356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1566, "r_f_add": 1501, "r_t_add": 1557, "st_code": 42260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543055, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20751, "Shape__Length": 158.39470707367153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127366690726106, 39.975671267819699 ], [ -75.127889465548193, 39.976626793917397 ], [ -75.127949646402399, 39.9766553944363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17390, "tnode_": 17239, "lpoly_": null, "rpoly_": null, "length": 288.93045372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1734, "r_f_add": 1701, "r_t_add": 1733, "st_code": 54200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543056, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20752, "Shape__Length": 115.20655229688789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136171408911196, 39.975808932494203 ], [ -75.136005765921595, 39.976591777914201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17390, "tnode_": 17374, "lpoly_": null, "rpoly_": null, "length": 52.19941638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 162, "l_t_add": 174, "r_f_add": 167, "r_t_add": 167, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20753, "Shape__Length": 20.751032554421204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136171408911196, 39.975808932494203 ], [ -75.136336807488405, 39.975874817285799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17391, "tnode_": 17386, "lpoly_": null, "rpoly_": null, "length": 141.19896652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 814, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 62120, "l_hundred": 800, "r_hundred": 800, "seg_id": 543058, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20754, "Shape__Length": 56.09166027339041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149241766984304, 39.976122336501597 ], [ -75.149737550142902, 39.976191279323899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17397, "tnode_": 17347, "lpoly_": null, "rpoly_": null, "length": 109.39784517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2318, "r_f_add": 2301, "r_t_add": 2307, "st_code": 12300, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20755, "Shape__Length": 43.554676284095677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1237481750602, 39.975537004793402 ], [ -75.123498804606399, 39.975768043420103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17292, "tnode_": 17397, "lpoly_": null, "rpoly_": null, "length": 337.41227228999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2523, "l_t_add": 2599, "r_f_add": 2520, "r_t_add": 2598, "st_code": 27500, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543060, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20756, "Shape__Length": 134.23806561933742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124673102588005, 39.976129926123598 ], [ -75.1237481750602, 39.975537004793402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17398, "tnode_": 17296, "lpoly_": null, "rpoly_": null, "length": 338.72660745000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2542, "l_t_add": 2598, "r_f_add": 2543, "r_t_add": 2599, "st_code": 31700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 20757, "Shape__Length": 134.7075541177839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116933593943202, 39.975329669584902 ], [ -75.115929957941603, 39.975847744509402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17360, "tnode_": 17398, "lpoly_": null, "rpoly_": null, "length": 112.65033726, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2725, "l_t_add": 2763, "r_f_add": 2724, "r_t_add": 2764, "st_code": 71860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543062, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20758, "Shape__Length": 44.86414583119673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117162804873999, 39.975583700424203 ], [ -75.116933593943202, 39.975329669584902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17399, "tnode_": 17280, "lpoly_": null, "rpoly_": null, "length": 273.04942332999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1746, "l_t_add": 1798, "r_f_add": 1707, "r_t_add": 1799, "st_code": 78020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20759, "Shape__Length": 108.81387551181268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130900037904695, 39.975641773627103 ], [ -75.130503251747896, 39.976326349984497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17399, "tnode_": 17365, "lpoly_": null, "rpoly_": null, "length": 192.42044159, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1624, "l_t_add": 1638, "r_f_add": 1629, "r_t_add": 1645, "st_code": 32580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 20760, "Shape__Length": 76.487450368644303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130900037904695, 39.975641773627103 ], [ -75.1315174568808, 39.975872812728902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17402, "tnode_": 17327, "lpoly_": null, "rpoly_": null, "length": 150.98497503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2214, "r_f_add": 2201, "r_t_add": 2211, "st_code": 16580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20761, "Shape__Length": 60.127976260553702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125204560395005, 39.9755672991258 ], [ -75.125203894914804, 39.975627736545398 ], [ -75.124913470622801, 39.975902354363399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17304, "tnode_": 17402, "lpoly_": null, "rpoly_": null, "length": 324.56574021, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2528, "st_code": 60120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543066, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20762, "Shape__Length": 129.09606886641157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126138153366298, 39.9760912130698 ], [ -75.125301639163496, 39.975600859148599 ], [ -75.125204560395005, 39.9755672991258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17403, "tnode_": 17159, "lpoly_": null, "rpoly_": null, "length": 514.82375379000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 87950, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543067, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20763, "Shape__Length": 205.27843506130509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148754571110601, 39.976061266469401 ], [ -75.148450694877397, 39.9774550511302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17403, "tnode_": 17391, "lpoly_": null, "rpoly_": null, "length": 138.34142033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 62120, "l_hundred": 800, "r_hundred": 800, "seg_id": 543068, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20764, "Shape__Length": 54.955181342902137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148754571110601, 39.976061266469401 ], [ -75.149241766984304, 39.976122336501597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17406, "tnode_": 17274, "lpoly_": null, "rpoly_": null, "length": 247.94020331000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SARATOGA", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 70990, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SARATOGA PL", "stname": "SARATOGA PL", "objectid": 20765, "Shape__Length": 98.862799865263682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155202201935893, 39.976207368324403 ], [ -75.155059924649095, 39.976879135619903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17408, "tnode_": 17245, "lpoly_": null, "rpoly_": null, "length": 331.66690645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1624, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 36660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20766, "Shape__Length": 132.23961917320418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142379842071605, 39.975867419388798 ], [ -75.142618055055806, 39.976759250688303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17414, "tnode_": 17403, "lpoly_": null, "rpoly_": null, "length": 139.51980831, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 728, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 62120, "l_hundred": 700, "r_hundred": 700, "seg_id": 543074, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20767, "Shape__Length": 55.423748162232002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148263813048501, 39.975996964519702 ], [ -75.148754571110601, 39.976061266469401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17422, "tnode_": 17171, "lpoly_": null, "rpoly_": null, "length": 528.22719201999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 34980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543075, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20768, "Shape__Length": 210.61753567182373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147812785803595, 39.975940124435603 ], [ -75.147845682431907, 39.976003031818799 ], [ -75.147580875963598, 39.977286983083303 ], [ -75.147612170647307, 39.977365607639001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17422, "tnode_": 17414, "lpoly_": null, "rpoly_": null, "length": 128.08924754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 726, "l_t_add": 726, "r_f_add": 717, "r_t_add": 727, "st_code": 62120, "l_hundred": 700, "r_hundred": 700, "seg_id": 543076, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20769, "Shape__Length": 50.882538383668141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147812785803595, 39.975940124435603 ], [ -75.148263813048501, 39.975996964519702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17423, "tnode_": 17380, "lpoly_": null, "rpoly_": null, "length": 69.83320862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2404, "r_f_add": 2401, "r_t_add": 2403, "st_code": 12900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543077, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20770, "Shape__Length": 27.801983241530209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121146706755894, 39.975302935445796 ], [ -75.120986335483906, 39.975449653027603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17383, "tnode_": 17423, "lpoly_": null, "rpoly_": null, "length": 150.90479458, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2659, "l_t_add": 2699, "r_f_add": 2660, "r_t_add": 2698, "st_code": 85740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 20771, "Shape__Length": 60.039609858086756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121555744192094, 39.975572328671298 ], [ -75.121146706755894, 39.975302935445796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17424, "tnode_": 17122, "lpoly_": null, "rpoly_": null, "length": 643.0223301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 81740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543079, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 20772, "Shape__Length": 256.39551623529002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135728369281694, 39.975614186973097 ], [ -75.135354355239699, 39.977355752530698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17424, "tnode_": 17390, "lpoly_": null, "rpoly_": null, "length": 143.0039371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 158, "l_t_add": 160, "r_f_add": 163, "r_t_add": 165, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543080, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20773, "Shape__Length": 56.856598586376847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135728369281694, 39.975614186973097 ], [ -75.136171408911196, 39.975808932494203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17426, "tnode_": 17314, "lpoly_": null, "rpoly_": null, "length": 375.79007522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2540, "r_f_add": 2501, "r_t_add": 2535, "st_code": 77320, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543081, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 20774, "Shape__Length": 149.4516084066496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118745855631104, 39.975221914723903 ], [ -75.117638592073504, 39.975803711371299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17369, "tnode_": 17426, "lpoly_": null, "rpoly_": null, "length": 144.94281247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2711, "r_f_add": 2700, "r_t_add": 2704, "st_code": 26340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20775, "Shape__Length": 57.727045173600096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119036456612804, 39.975551046318003 ], [ -75.118745855631104, 39.975221914723903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17429, "tnode_": 17301, "lpoly_": null, "rpoly_": null, "length": 232.31336502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEENS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 66530, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUEENS PL", "stname": "QUEENS PL", "objectid": 20776, "Shape__Length": 92.630958028602706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153928844782499, 39.9760867988619 ], [ -75.153790951546796, 39.9767156421942 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17408, "tnode_": 17428, "lpoly_": null, "rpoly_": null, "length": 118.96058091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 78120, "l_hundred": 400, "r_hundred": 400, "seg_id": 543084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20777, "Shape__Length": 47.260708677127077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142379842071605, 39.975867419388798 ], [ -75.142793452667505, 39.975794040440697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17431, "tnode_": 17389, "lpoly_": null, "rpoly_": null, "length": 168.18420265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 714, "st_code": 36420, "l_hundred": 700, "r_hundred": 700, "seg_id": 543085, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20778, "Shape__Length": 66.84926553796781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1279114339128, 39.975477591200203 ], [ -75.127366690726106, 39.975671267819699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17431, "tnode_": 17235, "lpoly_": null, "rpoly_": null, "length": 397.58722597999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1546, "r_f_add": 1501, "r_t_add": 1537, "st_code": 17180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20779, "Shape__Length": 158.45378910130833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1279114339128, 39.975477591200203 ], [ -75.128460791687104, 39.976483862290301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17436, "tnode_": 17180, "lpoly_": null, "rpoly_": null, "length": 520.60954954, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 87930, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20780, "Shape__Length": 207.59090915079463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147138213427894, 39.975854719993499 ], [ -75.146875920824002, 39.977269539872097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17436, "tnode_": 17422, "lpoly_": null, "rpoly_": null, "length": 191.5981844, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 715, "st_code": 62120, "l_hundred": 700, "r_hundred": 700, "seg_id": 543090, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20781, "Shape__Length": 76.111001156170033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147138213427894, 39.975854719993499 ], [ -75.147812785803595, 39.975940124435603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17448, "tnode_": 17321, "lpoly_": null, "rpoly_": null, "length": 289.10710792999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1736, "l_t_add": 1760, "r_f_add": 1723, "r_t_add": 1755, "st_code": 34960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543091, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20782, "Shape__Length": 115.21223764126559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132624418110893, 39.975404658575798 ], [ -75.132202973605004, 39.976129038493802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17448, "tnode_": 17370, "lpoly_": null, "rpoly_": null, "length": 221.83661927, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 7, "st_code": 62840, "l_hundred": 0, "r_hundred": 0, "seg_id": 543092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PALMER ST", "stname": "W PALMER ST", "objectid": 20783, "Shape__Length": 88.290708186914429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132624418110893, 39.975404658575798 ], [ -75.133179704026603, 39.975838634774 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17402, "tnode_": 17452, "lpoly_": null, "rpoly_": null, "length": 178.18734985999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2531, "l_t_add": 2551, "r_f_add": 2530, "r_t_add": 2542, "st_code": 60120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543093, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20784, "Shape__Length": 70.888284541884786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125204560395005, 39.9755672991258 ], [ -75.124712619732193, 39.975257427997903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17453, "tnode_": 17191, "lpoly_": null, "rpoly_": null, "length": 521.79763017999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 53860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543094, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20785, "Shape__Length": 208.06451681771475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146343515981897, 39.975750365004302 ], [ -75.146082057641905, 39.977168570385103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17453, "tnode_": 17436, "lpoly_": null, "rpoly_": null, "length": 225.94285938000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 624, "l_t_add": 698, "r_f_add": 623, "r_t_add": 699, "st_code": 62120, "l_hundred": 600, "r_hundred": 600, "seg_id": 543095, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20786, "Shape__Length": 89.754741771745969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146343515981897, 39.975750365004302 ], [ -75.147138213427894, 39.975854719993499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17455, "tnode_": 17402, "lpoly_": null, "rpoly_": null, "length": 221.5985806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 819, "l_t_add": 899, "r_f_add": 812, "r_t_add": 898, "st_code": 16580, "l_hundred": 800, "r_hundred": 800, "seg_id": 543096, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20787, "Shape__Length": 88.105754045348476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125886971766107, 39.975270681286503 ], [ -75.125361807219804, 39.975458288078102 ], [ -75.125204560395005, 39.9755672991258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17455, "tnode_": 17322, "lpoly_": null, "rpoly_": null, "length": 304.21644501000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 34400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20788, "Shape__Length": 121.24298034025763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125886971766107, 39.975270681286503 ], [ -75.126302560736306, 39.976042162039803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17454, "tnode_": 17286, "lpoly_": null, "rpoly_": null, "length": 407.13882073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 55520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543098, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 20789, "Shape__Length": 162.09547129656289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123298723677493, 39.975234450307397 ], [ -75.122372162075905, 39.976095251421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17397, "tnode_": 17454, "lpoly_": null, "rpoly_": null, "length": 167.37482294999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2618, "st_code": 27500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543099, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20790, "Shape__Length": 66.595211492727472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1237481750602, 39.975537004793402 ], [ -75.123298723677493, 39.975234450307397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17458, "tnode_": 17332, "lpoly_": null, "rpoly_": null, "length": 241.50368533, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1627, "r_t_add": 1699, "st_code": 87830, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543100, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20791, "Shape__Length": 96.294776469890891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138272452146794, 39.975526083747503 ], [ -75.138134839978903, 39.976135515299198 ], [ -75.138133189605, 39.976179895497403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17459, "tnode_": 17389, "lpoly_": null, "rpoly_": null, "length": 128.21551663, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 42260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543101, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20792, "Shape__Length": 51.103431808915019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1272047915473, 39.975342076995403 ], [ -75.127366690726106, 39.975671267819699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17462, "tnode_": 17356, "lpoly_": null, "rpoly_": null, "length": 323.22204037999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2535, "r_t_add": 2599, "st_code": 68240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543102, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20793, "Shape__Length": 128.54240397963787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116541468775296, 39.974807706754497 ], [ -75.115586291837801, 39.975304936144802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17398, "tnode_": 17462, "lpoly_": null, "rpoly_": null, "length": 219.61672573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2765, "l_t_add": 2799, "r_f_add": 2766, "r_t_add": 2798, "st_code": 71860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543103, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 20794, "Shape__Length": 87.489898802554748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116933593943202, 39.975329669584902 ], [ -75.116541468775296, 39.974807706754497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17463, "tnode_": 17257, "lpoly_": null, "rpoly_": null, "length": 390.12606625999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1736, "r_f_add": 1701, "r_t_add": 1737, "st_code": 43800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543104, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20795, "Shape__Length": 155.55560925748813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135288863176598, 39.975421417753999 ], [ -75.135061278959597, 39.976477952379902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17463, "tnode_": 17424, "lpoly_": null, "rpoly_": null, "length": 141.78729995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 154, "l_t_add": 156, "r_f_add": 161, "r_t_add": 161, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543105, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20796, "Shape__Length": 56.372536685363265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135288863176598, 39.975421417753999 ], [ -75.135728369281694, 39.975614186973097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17468, "tnode_": 17358, "lpoly_": null, "rpoly_": null, "length": 216.94215163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1621, "st_code": 87910, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543106, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20797, "Shape__Length": 86.503473258536943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145562559758901, 39.9756480489919 ], [ -75.145449061359798, 39.976237145825102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17468, "tnode_": 17453, "lpoly_": null, "rpoly_": null, "length": 222.02201814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 621, "st_code": 62120, "l_hundred": 600, "r_hundred": 600, "seg_id": 543107, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20798, "Shape__Length": 88.197027879910351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145562559758901, 39.9756480489919 ], [ -75.146343515981897, 39.975750365004302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17470, "tnode_": 17340, "lpoly_": null, "rpoly_": null, "length": 241.73332241000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1631, "r_t_add": 1699, "st_code": 62760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 20799, "Shape__Length": 96.38712880800766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1377066206515, 39.975451089531497 ], [ -75.137697296880006, 39.975513186678398 ], [ -75.137578645294198, 39.9760566330378 ], [ -75.137571137404805, 39.976106316665202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17470, "tnode_": 17458, "lpoly_": null, "rpoly_": null, "length": 160.91664264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 180, "l_t_add": 198, "r_f_add": 181, "r_t_add": 199, "st_code": 78120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20800, "Shape__Length": 63.923217092922208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1377066206515, 39.975451089531497 ], [ -75.138272452146794, 39.975526083747503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17472, "tnode_": 17431, "lpoly_": null, "rpoly_": null, "length": 185.36468080999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 621, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 36420, "l_hundred": 600, "r_hundred": 600, "seg_id": 543110, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20801, "Shape__Length": 73.674648793666208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128515849309395, 39.975270966069303 ], [ -75.1279114339128, 39.975477591200203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17472, "tnode_": 17260, "lpoly_": null, "rpoly_": null, "length": 471.51860832, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 83560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543111, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILT ST", "stname": "E WILT ST", "objectid": 20802, "Shape__Length": 187.83408196317251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128515849309395, 39.975270966069303 ], [ -75.128993483453698, 39.976166414077902 ], [ -75.129024845896197, 39.976225356524303 ], [ -75.129055105713604, 39.976258395399 ], [ -75.129314072416307, 39.976357125427199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17475, "tnode_": 17368, "lpoly_": null, "rpoly_": null, "length": 246.24613776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1720, "l_t_add": 1796, "r_f_add": 1721, "r_t_add": 1799, "st_code": 55460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543112, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20803, "Shape__Length": 98.132959136664354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129930724502103, 39.9752855636997 ], [ -75.129576008592693, 39.975904004463402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17475, "tnode_": 17399, "lpoly_": null, "rpoly_": null, "length": 301.06094016999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1627, "st_code": 32580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 20804, "Shape__Length": 119.66908970247228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129930724502103, 39.9752855636997 ], [ -75.130900037904695, 39.975641773627103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17482, "tnode_": 17448, "lpoly_": null, "rpoly_": null, "length": 35.72573118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1734, "l_t_add": 1734, "r_f_add": 1721, "r_t_add": 1721, "st_code": 34960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543114, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20805, "Shape__Length": 14.238263411073126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132672844897897, 39.975313939634198 ], [ -75.132624418110893, 39.975404658575798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17483, "tnode_": 17351, "lpoly_": null, "rpoly_": null, "length": 241.8348824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1638, "l_t_add": 1698, "r_f_add": 1637, "r_t_add": 1699, "st_code": 40340, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20806, "Shape__Length": 96.427680158924915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137200079004103, 39.975386154477903 ], [ -75.137064615097998, 39.976041789727603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17483, "tnode_": 17470, "lpoly_": null, "rpoly_": null, "length": 143.92141422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 170, "l_t_add": 178, "r_f_add": 171, "r_t_add": 179, "st_code": 78120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20807, "Shape__Length": 57.171490851585617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137200079004103, 39.975386154477903 ], [ -75.1377066206515, 39.975451089531497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17484, "tnode_": 17213, "lpoly_": null, "rpoly_": null, "length": 528.12923060999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 19140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543117, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 20808, "Shape__Length": 210.58334750528493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1585287692577, 39.975859615140799 ], [ -75.158229701048896, 39.977225178298198 ], [ -75.1582413935201, 39.977289521838102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17484, "tnode_": 17464, "lpoly_": null, "rpoly_": null, "length": 267.29881053000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1404, "r_f_add": 1401, "r_t_add": 1401, "st_code": 46020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543118, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20809, "Shape__Length": 106.18478253723858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1585287692577, 39.975859615140799 ], [ -75.1594673266803, 39.975990081888803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17486, "tnode_": 17371, "lpoly_": null, "rpoly_": null, "length": 218.68796696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1624, "r_f_add": 1601, "r_t_add": 1625, "st_code": 67360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 20810, "Shape__Length": 87.197387718241856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144717229182206, 39.975540172778899 ], [ -75.144587715040004, 39.9761321715199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17486, "tnode_": 17468, "lpoly_": null, "rpoly_": null, "length": 240.15017031000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 528, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 62120, "l_hundred": 500, "r_hundred": 500, "seg_id": 543120, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20811, "Shape__Length": 95.397657891429276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144717229182206, 39.975540172778899 ], [ -75.145562559758901, 39.9756480489919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17489, "tnode_": 17366, "lpoly_": null, "rpoly_": null, "length": 376.808349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2536, "r_f_add": 2501, "r_t_add": 2537, "st_code": 70780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 20812, "Shape__Length": 149.85218391207124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118467549217797, 39.974911992200099 ], [ -75.117352213667601, 39.975489604852399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17426, "tnode_": 17489, "lpoly_": null, "rpoly_": null, "length": 137.22276812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2713, "l_t_add": 2723, "r_f_add": 2706, "r_t_add": 2734, "st_code": 26340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20813, "Shape__Length": 54.650506794799796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118745855631104, 39.975221914723903 ], [ -75.118467549217797, 39.974911992200099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17493, "tnode_": 17374, "lpoly_": null, "rpoly_": null, "length": 214.69526897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1630, "l_t_add": 1698, "r_f_add": 1633, "r_t_add": 1699, "st_code": 54200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20814, "Shape__Length": 85.605930391385726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136457882805203, 39.975292859751903 ], [ -75.136336807488405, 39.975874817285799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17493, "tnode_": 17483, "lpoly_": null, "rpoly_": null, "length": 210.76743631000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 118, "l_t_add": 168, "r_f_add": 119, "r_t_add": 169, "st_code": 78120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20815, "Shape__Length": 83.725039777164653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136457882805203, 39.975292859751903 ], [ -75.137200079004103, 39.975386154477903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17495, "tnode_": 17459, "lpoly_": null, "rpoly_": null, "length": 180.82332423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 56140, "l_hundred": 700, "r_hundred": 700, "seg_id": 543126, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2005-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20816, "Shape__Length": 71.913798434209284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127705605998997, 39.975083435260601 ], [ -75.127680447189903, 39.9751759039668 ], [ -75.1272047915473, 39.975342076995403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17495, "tnode_": 17431, "lpoly_": null, "rpoly_": null, "length": 154.73852928, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 17180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20817, "Shape__Length": 61.671286551645437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127705605998997, 39.975083435260601 ], [ -75.1279114339128, 39.975477591200203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17497, "tnode_": 17455, "lpoly_": null, "rpoly_": null, "length": 160.52282198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 817, "r_f_add": 800, "r_t_add": 810, "st_code": 16580, "l_hundred": 800, "r_hundred": 800, "seg_id": 543128, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20818, "Shape__Length": 63.801499337246447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126409609510802, 39.975090411820297 ], [ -75.125886971766107, 39.975270681286503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17497, "tnode_": 17355, "lpoly_": null, "rpoly_": null, "length": 302.89057334999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 75660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543129, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20819, "Shape__Length": 120.71208284935385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126409609510802, 39.975090411820297 ], [ -75.126829746576405, 39.975856483859197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17499, "tnode_": 17486, "lpoly_": null, "rpoly_": null, "length": 247.23565641000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 521, "st_code": 62120, "l_hundred": 500, "r_hundred": 500, "seg_id": 543131, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20820, "Shape__Length": 98.212137044383823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143846943990397, 39.975429183558802 ], [ -75.144717229182206, 39.975540172778899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17501, "tnode_": 17397, "lpoly_": null, "rpoly_": null, "length": 250.00054842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 12300, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543132, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20821, "Shape__Length": 99.529704128845779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124322856065405, 39.975012122134402 ], [ -75.1237481750602, 39.975537004793402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17452, "tnode_": 17501, "lpoly_": null, "rpoly_": null, "length": 141.13067931999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2553, "l_t_add": 2599, "r_f_add": 2544, "r_t_add": 2598, "st_code": 60120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543133, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20822, "Shape__Length": 56.145709044823725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124712619732193, 39.975257427997903 ], [ -75.124322856065405, 39.975012122134402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17500, "tnode_": 17326, "lpoly_": null, "rpoly_": null, "length": 405.95344877999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 77140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543134, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20823, "Shape__Length": 161.62263166471402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122833173642505, 39.974949835196199 ], [ -75.121908910372099, 39.975807873131899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17454, "tnode_": 17500, "lpoly_": null, "rpoly_": null, "length": 166.65439583, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2619, "l_t_add": 2635, "r_f_add": 2620, "r_t_add": 2632, "st_code": 27500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543135, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20824, "Shape__Length": 66.296076662303761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123298723677493, 39.975234450307397 ], [ -75.122833173642505, 39.974949835196199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17503, "tnode_": 17271, "lpoly_": null, "rpoly_": null, "length": 444.2723347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1742, "r_f_add": 1701, "r_t_add": 1737, "st_code": 43480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20825, "Shape__Length": 177.14553980052466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134804065112704, 39.975209679710701 ], [ -75.134548094854296, 39.9764132580381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17503, "tnode_": 17463, "lpoly_": null, "rpoly_": null, "length": 156.23763726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 126, "l_t_add": 152, "r_f_add": 159, "r_t_add": 159, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543137, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20826, "Shape__Length": 62.117208851651171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134804065112704, 39.975209679710701 ], [ -75.135288863176598, 39.975421417753999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17508, "tnode_": 17472, "lpoly_": null, "rpoly_": null, "length": 184.31932307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 614, "st_code": 36420, "l_hundred": 600, "r_hundred": 600, "seg_id": 543138, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 20827, "Shape__Length": 73.261691784035008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129113429293596, 39.9750596756883 ], [ -75.128515849309395, 39.975270966069303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17508, "tnode_": 17368, "lpoly_": null, "rpoly_": null, "length": 333.77996692, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1444, "l_t_add": 1498, "r_f_add": 1445, "r_t_add": 1499, "st_code": 56740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543139, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20828, "Shape__Length": 133.02269986446456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129113429293596, 39.9750596756883 ], [ -75.129576008592693, 39.975904004463402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17515, "tnode_": 17499, "lpoly_": null, "rpoly_": null, "length": 142.88811125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 448, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 62120, "l_hundred": 400, "r_hundred": 400, "seg_id": 543140, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20829, "Shape__Length": 56.760306248610377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143343238625704, 39.975368527208403 ], [ -75.143846943990397, 39.975429183558802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17517, "tnode_": 17463, "lpoly_": null, "rpoly_": null, "length": 98.85015111, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1638, "l_t_add": 1698, "r_f_add": 1641, "r_t_add": 1699, "st_code": 43800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20830, "Shape__Length": 39.411405413496766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1353612070385, 39.9751563079165 ], [ -75.135296918579797, 39.975359347715802 ], [ -75.135288863176598, 39.975421417753999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17522, "tnode_": 17428, "lpoly_": null, "rpoly_": null, "length": 177.38881711, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 49660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20831, "Shape__Length": 70.729421021305726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142901730386896, 39.975314264366197 ], [ -75.142793452667505, 39.975794040440697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17522, "tnode_": 17515, "lpoly_": null, "rpoly_": null, "length": 125.30688504, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 426, "l_t_add": 446, "r_f_add": 411, "r_t_add": 421, "st_code": 62120, "l_hundred": 400, "r_hundred": 400, "seg_id": 543143, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20832, "Shape__Length": 49.776559370554935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142901730386896, 39.975314264366197 ], [ -75.143343238625704, 39.975368527208403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17523, "tnode_": 17365, "lpoly_": null, "rpoly_": null, "length": 325.06197699000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 71820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20833, "Shape__Length": 129.52769431814247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132017479316502, 39.975071462962902 ], [ -75.131959147355701, 39.975118491992902 ], [ -75.1315174568808, 39.975872812728902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17523, "tnode_": 17482, "lpoly_": null, "rpoly_": null, "length": 203.809897, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 62820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543145, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 20834, "Shape__Length": 81.012988677439623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132017479316502, 39.975071462962902 ], [ -75.132672844897897, 39.975313939634198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17530, "tnode_": 17503, "lpoly_": null, "rpoly_": null, "length": 46.2909637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1620, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 43480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20835, "Shape__Length": 18.456310440523474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134838115950402, 39.975085334931798 ], [ -75.134804065112704, 39.975209679710701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17530, "tnode_": 17517, "lpoly_": null, "rpoly_": null, "length": 148.865304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 78120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURNER ST", "stname": "TURNER ST", "objectid": 20836, "Shape__Length": 59.135885964413873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134838115950402, 39.975085334931798 ], [ -75.1353612070385, 39.9751563079165 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17536, "tnode_": 17249, "lpoly_": null, "rpoly_": null, "length": 526.53441187, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88050, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543148, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 20837, "Shape__Length": 209.94663436019098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156310971756, 39.9755786138576 ], [ -75.156001404688396, 39.977004259879202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17536, "tnode_": 17484, "lpoly_": null, "rpoly_": null, "length": 629.93343904000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 46020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543149, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20838, "Shape__Length": 250.23591194585924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156310971756, 39.9755786138576 ], [ -75.1585287692577, 39.975859615140799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17538, "tnode_": 17408, "lpoly_": null, "rpoly_": null, "length": 240.80363778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1622, "r_f_add": 1601, "r_t_add": 1627, "st_code": 36660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20839, "Shape__Length": 96.009072832718687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142200349852502, 39.975220968328102 ], [ -75.142379842071605, 39.975867419388798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17538, "tnode_": 17522, "lpoly_": null, "rpoly_": null, "length": 199.48686352, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 408, "l_t_add": 424, "r_f_add": 407, "r_t_add": 409, "st_code": 62120, "l_hundred": 400, "r_hundred": 400, "seg_id": 543151, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20840, "Shape__Length": 79.244823043314966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142200349852502, 39.975220968328102 ], [ -75.142901730386896, 39.975314264366197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17541, "tnode_": 17497, "lpoly_": null, "rpoly_": null, "length": 167.72787714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 717, "l_t_add": 799, "r_f_add": 714, "r_t_add": 798, "st_code": 16580, "l_hundred": 700, "r_hundred": 700, "seg_id": 543152, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20841, "Shape__Length": 66.665708268199651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126954878249705, 39.974900639728602 ], [ -75.126409609510802, 39.975090411820297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17541, "tnode_": 17459, "lpoly_": null, "rpoly_": null, "length": 175.71754278, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1417, "st_code": 42260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543153, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2012-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20842, "Shape__Length": 70.026079017488144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126954878249705, 39.974900639728602 ], [ -75.1269759664806, 39.9749467488775 ], [ -75.127104709357795, 39.975176864866398 ], [ -75.127128745532403, 39.975202442084999 ], [ -75.1272047915473, 39.975342076995403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17543, "tnode_": 17287, "lpoly_": null, "rpoly_": null, "length": 496.41399427, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1742, "r_f_add": 1701, "r_t_add": 1743, "st_code": 35200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543154, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20843, "Shape__Length": 197.9283721602032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134335697237205, 39.975002238023698 ], [ -75.134220981042205, 39.975373663760699 ], [ -75.134005960549601, 39.976340565277702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17543, "tnode_": 17503, "lpoly_": null, "rpoly_": null, "length": 151.46359147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 157, "st_code": 22010, "l_hundred": 100, "r_hundred": 100, "seg_id": 543155, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 20844, "Shape__Length": 60.22018745830519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134335697237205, 39.975002238023698 ], [ -75.134804065112704, 39.975209679710701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17548, "tnode_": 17295, "lpoly_": null, "rpoly_": null, "length": 469.12166731000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1654, "r_f_add": 1601, "r_t_add": 1655, "st_code": 87870, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543157, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20845, "Shape__Length": 187.04463961785339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141977769735604, 39.975199230171697 ], [ -75.141993102925795, 39.975243440427199 ], [ -75.141742340066003, 39.976317608436901 ], [ -75.141685958461395, 39.9764619150505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17548, "tnode_": 17538, "lpoly_": null, "rpoly_": null, "length": 62.88146746, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 405, "st_code": 62120, "l_hundred": 400, "r_hundred": 400, "seg_id": 543158, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20846, "Shape__Length": 24.977917539712752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141977769735604, 39.975199230171697 ], [ -75.142200349852502, 39.975220968328102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17551, "tnode_": 17398, "lpoly_": null, "rpoly_": null, "length": 474.15073378999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2540, "r_f_add": 2501, "r_t_add": 2541, "st_code": 31700, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 20847, "Shape__Length": 188.56789858138322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118330931281307, 39.974595890994699 ], [ -75.116933593943202, 39.975329669584902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17489, "tnode_": 17551, "lpoly_": null, "rpoly_": null, "length": 123.54898213, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2725, "l_t_add": 2731, "r_f_add": 2736, "r_t_add": 2754, "st_code": 26340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20848, "Shape__Length": 49.242215914710343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118467549217797, 39.974911992200099 ], [ -75.1184561766825, 39.974788618317 ], [ -75.118330931281307, 39.974595890994699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17552, "tnode_": 17404, "lpoly_": null, "rpoly_": null, "length": 247.54240768999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONDILL", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 28885, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DONDILL PL", "stname": "DONDILL PL", "objectid": 20849, "Shape__Length": 98.702245882214726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155683897246305, 39.975496539036598 ], [ -75.155535540393302, 39.976166419572898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17552, "tnode_": 17536, "lpoly_": null, "rpoly_": null, "length": 178.26969029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 46020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543162, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20850, "Shape__Length": 70.816472284847507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155683897246305, 39.975496539036598 ], [ -75.156310971756, 39.9755786138576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17560, "tnode_": 17383, "lpoly_": null, "rpoly_": null, "length": 403.78714058000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 20740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543163, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CABOT ST", "stname": "E CABOT ST", "objectid": 20851, "Shape__Length": 160.7617067704123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122471325300097, 39.974716488777197 ], [ -75.121555744192094, 39.975572328671298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17500, "tnode_": 17560, "lpoly_": null, "rpoly_": null, "length": 132.32642587000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2637, "l_t_add": 2669, "r_f_add": 2634, "r_t_add": 2648, "st_code": 27500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543164, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20852, "Shape__Length": 52.645342517556543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122833173642505, 39.974949835196199 ], [ -75.122471325300097, 39.974716488777197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17563, "tnode_": 17295, "lpoly_": null, "rpoly_": null, "length": 511.61466380999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 20800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543165, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 20853, "Shape__Length": 203.96571828383256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141249286945694, 39.975104736547301 ], [ -75.141589244337993, 39.9763311669617 ], [ -75.141685958461395, 39.9764619150505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17563, "tnode_": 17548, "lpoly_": null, "rpoly_": null, "length": 207.04802779, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 62120, "l_hundred": 300, "r_hundred": 300, "seg_id": 543166, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20854, "Shape__Length": 82.247853404236906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141249286945694, 39.975104736547301 ], [ -75.141977769735604, 39.975199230171697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17562, "tnode_": 17282, "lpoly_": null, "rpoly_": null, "length": 530.0505917700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 87850, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543167, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 20855, "Shape__Length": 211.34608013230095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140988857407606, 39.975072449999203 ], [ -75.140670251944499, 39.976506709890103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17562, "tnode_": 17563, "lpoly_": null, "rpoly_": null, "length": 73.93030391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 266, "l_t_add": 298, "r_f_add": 253, "r_t_add": 299, "st_code": 62120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543168, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20856, "Shape__Length": 29.36780897640628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140988857407606, 39.975072449999203 ], [ -75.141249286945694, 39.975104736547301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17551, "tnode_": 17624, "lpoly_": null, "rpoly_": null, "length": 216.01223473000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2756, "r_t_add": 2798, "st_code": 26340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20857, "Shape__Length": 86.054739751638408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118330931281307, 39.974595890994699 ], [ -75.117949127128497, 39.974080780667002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17501, "tnode_": 17570, "lpoly_": null, "rpoly_": null, "length": 174.79544767, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2601, "l_t_add": 2617, "r_f_add": 2600, "r_t_add": 2604, "st_code": 60120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543171, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20858, "Shape__Length": 69.541649629978551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124322856065405, 39.975012122134402 ], [ -75.123845193226401, 39.974703593759401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17572, "tnode_": 17399, "lpoly_": null, "rpoly_": null, "length": 317.58049240999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1744, "r_f_add": 1701, "r_t_add": 1705, "st_code": 78020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 20859, "Shape__Length": 126.56083123701652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131355642678898, 39.974843546719299 ], [ -75.130900037904695, 39.975641773627103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17572, "tnode_": 17523, "lpoly_": null, "rpoly_": null, "length": 203.7127761, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1539, "r_t_add": 1599, "st_code": 62820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543173, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 20860, "Shape__Length": 80.968530243335977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131355642678898, 39.974843546719299 ], [ -75.131951196035303, 39.975060925171498 ], [ -75.132017479316502, 39.975071462962902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17573, "tnode_": 17284, "lpoly_": null, "rpoly_": null, "length": 527.13983088999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88030, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543174, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 20861, "Shape__Length": 210.18682601714238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154767962615594, 39.975377170269901 ], [ -75.1544539810332, 39.976803930278997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17573, "tnode_": 17552, "lpoly_": null, "rpoly_": null, "length": 260.35818752999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1221, "st_code": 46020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20862, "Shape__Length": 103.42534347112962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154767962615594, 39.975377170269901 ], [ -75.155683897246305, 39.975496539036598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17574, "tnode_": 17452, "lpoly_": null, "rpoly_": null, "length": 460.65908976999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 51240, "l_hundred": 800, "r_hundred": 800, "seg_id": 543176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 20863, "Shape__Length": 183.09457839052394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126210926915903, 39.974737493267 ], [ -75.124712619732193, 39.975257427997903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17574, "tnode_": 17497, "lpoly_": null, "rpoly_": null, "length": 140.10292018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1348, "l_t_add": 1398, "r_f_add": 1351, "r_t_add": 1399, "st_code": 75660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543177, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20864, "Shape__Length": 55.833765865034671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126210926915903, 39.974737493267 ], [ -75.126409609510802, 39.975090411820297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17576, "tnode_": 17293, "lpoly_": null, "rpoly_": null, "length": 530.903175, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 18100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 20865, "Shape__Length": 211.68753524641366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140409377096901, 39.974995213458698 ], [ -75.140402100214502, 39.975044214995798 ], [ -75.1401026970603, 39.976433321200197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17576, "tnode_": 17562, "lpoly_": null, "rpoly_": null, "length": 164.82616902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 246, "l_t_add": 264, "r_f_add": 241, "r_t_add": 251, "st_code": 62120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543179, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20866, "Shape__Length": 65.47589807258035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140409377096901, 39.974995213458698 ], [ -75.140988857407606, 39.975072449999203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17580, "tnode_": 17370, "lpoly_": null, "rpoly_": null, "length": 428.70048025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1768, "r_f_add": 1701, "r_t_add": 1767, "st_code": 17820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20867, "Shape__Length": 170.82489548309172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133836854237003, 39.9747819114137 ], [ -75.133792358262994, 39.974806870813701 ], [ -75.133546502266, 39.9752339249359 ], [ -75.133350530716896, 39.975569624064399 ], [ -75.133179704026603, 39.975838634774 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17580, "tnode_": 17543, "lpoly_": null, "rpoly_": null, "length": 161.20797685, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 14, "l_t_add": 98, "r_f_add": 19, "r_t_add": 99, "st_code": 24380, "l_hundred": 0, "r_hundred": 0, "seg_id": 543181, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 20868, "Shape__Length": 64.093978695192149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133836854237003, 39.9747819114137 ], [ -75.134335697237205, 39.975002238023698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17581, "tnode_": 17541, "lpoly_": null, "rpoly_": null, "length": 168.74561462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 712, "st_code": 16580, "l_hundred": 700, "r_hundred": 700, "seg_id": 543182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20869, "Shape__Length": 67.070150158771185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1275033094945, 39.974709470518498 ], [ -75.126954878249705, 39.974900639728602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17581, "tnode_": 17495, "lpoly_": null, "rpoly_": null, "length": 147.55588009000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1419, "st_code": 17180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543183, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 20870, "Shape__Length": 58.806293810677666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1275033094945, 39.974709470518498 ], [ -75.127705605998997, 39.975083435260601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17583, "tnode_": 17548, "lpoly_": null, "rpoly_": null, "length": 189.55701655, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1550, "l_t_add": 1598, "r_f_add": 1551, "r_t_add": 1599, "st_code": 87870, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20871, "Shape__Length": 75.580532038334539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142075198445696, 39.974686567748101 ], [ -75.142040550895501, 39.974934568846201 ], [ -75.141974252816496, 39.975141155928902 ], [ -75.141977769735604, 39.975199230171697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17583, "tnode_": 17538, "lpoly_": null, "rpoly_": null, "length": 197.8072543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 1543, "r_t_add": 1599, "st_code": 36660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543185, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 20872, "Shape__Length": 78.869402349595674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142075198445696, 39.974686567748101 ], [ -75.142200349852502, 39.975220968328102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17592, "tnode_": 17482, "lpoly_": null, "rpoly_": null, "length": 206.11294797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1714, "l_t_add": 1732, "r_f_add": 1701, "r_t_add": 1719, "st_code": 34960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543188, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20873, "Shape__Length": 82.138767747590592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132969284174806, 39.974796135390498 ], [ -75.132672844897897, 39.975313939634198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17594, "tnode_": 17306, "lpoly_": null, "rpoly_": null, "length": 530.32952259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 12440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543189, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 20874, "Shape__Length": 211.45869727449528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139718116027296, 39.974906321083601 ], [ -75.139412499094306, 39.976343028774899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17594, "tnode_": 17576, "lpoly_": null, "rpoly_": null, "length": 196.42287969, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 230, "l_t_add": 244, "r_f_add": 227, "r_t_add": 239, "st_code": 62120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543190, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20875, "Shape__Length": 78.026740811773678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139718116027296, 39.974906321083601 ], [ -75.140409377096901, 39.974995213458698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17597, "tnode_": 17495, "lpoly_": null, "rpoly_": null, "length": 368.26362129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 56140, "l_hundred": 600, "r_hundred": 600, "seg_id": 543191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20876, "Shape__Length": 146.36865361493642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128905826965394, 39.974671963483701 ], [ -75.127705605998997, 39.975083435260601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17597, "tnode_": 17508, "lpoly_": null, "rpoly_": null, "length": 152.75177479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1418, "l_t_add": 1442, "r_f_add": 1419, "r_t_add": 1443, "st_code": 56740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20877, "Shape__Length": 60.877628216327516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128905826965394, 39.974671963483701 ], [ -75.129113429293596, 39.9750596756883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17598, "tnode_": 17517, "lpoly_": null, "rpoly_": null, "length": 140.18617506000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1616, "l_t_add": 1636, "r_f_add": 1625, "r_t_add": 1639, "st_code": 43800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20878, "Shape__Length": 55.889721773140572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135478141777497, 39.9747821430649 ], [ -75.1353612070385, 39.9751563079165 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17599, "tnode_": 17451, "lpoly_": null, "rpoly_": null, "length": 245.76061289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 39070, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD PL", "stname": "GUILFORD PL", "objectid": 20879, "Shape__Length": 97.992086201259269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153688885069599, 39.975237754112101 ], [ -75.153546178644007, 39.9759034039281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17599, "tnode_": 17573, "lpoly_": null, "rpoly_": null, "length": 306.65924142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1112, "l_t_add": 1198, "r_f_add": 1111, "r_t_add": 1199, "st_code": 46020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20880, "Shape__Length": 121.81763371298234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153688885069599, 39.975237754112101 ], [ -75.154767962615594, 39.975377170269901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17602, "tnode_": 17423, "lpoly_": null, "rpoly_": null, "length": 405.00164758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543196, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20881, "Shape__Length": 161.20590808376659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122126318824201, 39.974495168138098 ], [ -75.121317494410505, 39.975224615488699 ], [ -75.121146706755894, 39.975302935445796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17560, "tnode_": 17602, "lpoly_": null, "rpoly_": null, "length": 125.8954968, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAUPHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2671, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 27500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543197, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DAUPHIN ST", "stname": "E DAUPHIN ST", "objectid": 20882, "Shape__Length": 50.086161963069735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122471325300097, 39.974716488777197 ], [ -75.122126318824201, 39.974495168138098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17606, "tnode_": 17316, "lpoly_": null, "rpoly_": null, "length": 527.29695162000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 88010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543198, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 20883, "Shape__Length": 210.24941812040299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1531903693202, 39.975169128659999 ], [ -75.152880275623701, 39.976596829048297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17606, "tnode_": 17599, "lpoly_": null, "rpoly_": null, "length": 141.93417322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1110, "r_f_add": 1101, "r_t_add": 1109, "st_code": 46020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543199, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20884, "Shape__Length": 56.382794719302552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1531903693202, 39.975169128659999 ], [ -75.153688885069599, 39.975237754112101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17609, "tnode_": 17318, "lpoly_": null, "rpoly_": null, "length": 529.509621, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 64500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 20885, "Shape__Length": 211.13149766053866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139026230763804, 39.974824234653099 ], [ -75.138720924593699, 39.976258700749199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17609, "tnode_": 17594, "lpoly_": null, "rpoly_": null, "length": 196.20253683, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 214, "l_t_add": 228, "r_f_add": 211, "r_t_add": 225, "st_code": 62120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543201, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20886, "Shape__Length": 77.937893363831179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139026230763804, 39.974824234653099 ], [ -75.139718116027296, 39.974906321083601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17608, "tnode_": 17530, "lpoly_": null, "rpoly_": null, "length": 139.22162419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1612, "l_t_add": 1618, "r_f_add": 1615, "r_t_add": 1627, "st_code": 43480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20887, "Shape__Length": 55.505067060993952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134954484201103, 39.974713788631803 ], [ -75.134838115950402, 39.975085334931798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17608, "tnode_": 17598, "lpoly_": null, "rpoly_": null, "length": 148.85992433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUEST", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 39060, "l_hundred": 100, "r_hundred": 100, "seg_id": 543203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUEST ST", "stname": "GUEST ST", "objectid": 20888, "Shape__Length": 59.132912771012876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134954484201103, 39.974713788631803 ], [ -75.135478141777497, 39.9747821430649 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17612, "tnode_": 17572, "lpoly_": null, "rpoly_": null, "length": 200.353041, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1521, "r_t_add": 1537, "st_code": 62820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543204, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 20889, "Shape__Length": 79.636629136490996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130709215462602, 39.974608705208503 ], [ -75.131355642678898, 39.974843546719299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17614, "tnode_": 17523, "lpoly_": null, "rpoly_": null, "length": 180.90597066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 419, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 71820, "l_hundred": 400, "r_hundred": 400, "seg_id": 543205, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20890, "Shape__Length": 72.078671654889973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132290068185, 39.974632931781002 ], [ -75.132296835384395, 39.974669721847697 ], [ -75.132070860219699, 39.975034962063901 ], [ -75.132017479316502, 39.975071462962902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17619, "tnode_": 17458, "lpoly_": null, "rpoly_": null, "length": 286.54589728999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1626, "r_f_add": 1601, "r_t_add": 1625, "st_code": 87830, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543206, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20891, "Shape__Length": 114.25388375125114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138437365083703, 39.974749779423703 ], [ -75.138272452146794, 39.975526083747503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17619, "tnode_": 17609, "lpoly_": null, "rpoly_": null, "length": 167.25183998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 209, "st_code": 62120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543207, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20892, "Shape__Length": 66.438487225067092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138437365083703, 39.974749779423703 ], [ -75.139026230763804, 39.974824234653099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17624, "tnode_": 17462, "lpoly_": null, "rpoly_": null, "length": 475.14945428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2534, "r_f_add": 2501, "r_t_add": 2533, "st_code": 68240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543208, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 20893, "Shape__Length": 188.95825182896147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117949127128497, 39.974080780667002 ], [ -75.116541468775296, 39.974807706754497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17629, "tnode_": 17581, "lpoly_": null, "rpoly_": null, "length": 168.82637924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 623, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 16580, "l_hundred": 600, "r_hundred": 600, "seg_id": 543210, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20894, "Shape__Length": 67.102416716796569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128051560314304, 39.974517462086297 ], [ -75.1275033094945, 39.974709470518498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17631, "tnode_": 17500, "lpoly_": null, "rpoly_": null, "length": 250.92303523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543211, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20895, "Shape__Length": 99.905383406969733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123393361554506, 39.9744125118985 ], [ -75.122833173642505, 39.974949835196199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17570, "tnode_": 17631, "lpoly_": null, "rpoly_": null, "length": 165.16493608, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2619, "l_t_add": 2639, "r_f_add": 2606, "r_t_add": 2636, "st_code": 60120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543212, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20896, "Shape__Length": 65.709571523434533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123845193226401, 39.974703593759401 ], [ -75.123393361554506, 39.9744125118985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17634, "tnode_": 17619, "lpoly_": null, "rpoly_": null, "length": 164.17538068, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 182, "l_t_add": 198, "r_f_add": 177, "r_t_add": 199, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543214, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20897, "Shape__Length": 65.216302605635491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137859293985102, 39.974676870647002 ], [ -75.138437365083703, 39.974749779423703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17635, "tnode_": 17475, "lpoly_": null, "rpoly_": null, "length": 318.10320128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 55460, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543215, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20898, "Shape__Length": 126.76592088076511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130394252555007, 39.974488470083202 ], [ -75.129930724502103, 39.9752855636997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17635, "tnode_": 17612, "lpoly_": null, "rpoly_": null, "length": 98.54210135000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1424, "l_t_add": 1498, "r_f_add": 1501, "r_t_add": 1519, "st_code": 62820, "l_hundred": 1400, "r_hundred": 1500, "seg_id": 543216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 20899, "Shape__Length": 39.170924466591572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130394252555007, 39.974488470083202 ], [ -75.130709215462602, 39.974608705208503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17640, "tnode_": 17483, "lpoly_": null, "rpoly_": null, "length": 285.11654783, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1636, "r_f_add": 1601, "r_t_add": 1635, "st_code": 40340, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543217, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 20900, "Shape__Length": 113.68317900862168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1373680309066, 39.974614213989597 ], [ -75.137200079004103, 39.975386154477903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17640, "tnode_": 17634, "lpoly_": null, "rpoly_": null, "length": 139.56282862, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 180, "l_t_add": 180, "r_f_add": 171, "r_t_add": 175, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543218, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20901, "Shape__Length": 55.439392464677312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1373680309066, 39.974614213989597 ], [ -75.137859293985102, 39.974676870647002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17641, "tnode_": 17352, "lpoly_": null, "rpoly_": null, "length": 525.60973038999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87990, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 20902, "Shape__Length": 209.57580054688358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151619199497006, 39.974968670138203 ], [ -75.151308379604501, 39.976391580574003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17643, "tnode_": 17592, "lpoly_": null, "rpoly_": null, "length": 123.90701863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1619, "r_t_add": 1699, "st_code": 34960, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 543221, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20903, "Shape__Length": 49.378067582212005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133148160795102, 39.974485079353897 ], [ -75.132969284174806, 39.974796135390498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17643, "tnode_": 17580, "lpoly_": null, "rpoly_": null, "length": 221.24111437, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 17, "st_code": 24380, "l_hundred": 0, "r_hundred": 0, "seg_id": 543222, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 20904, "Shape__Length": 87.958823665798278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133148160795102, 39.974485079353897 ], [ -75.133836854237003, 39.9747819114137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17647, "tnode_": 17501, "lpoly_": null, "rpoly_": null, "length": 532.11608218999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 12300, "l_hundred": 800, "r_hundred": 800, "seg_id": 543223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 20905, "Shape__Length": 211.52180317889639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126013961222498, 39.974371894677098 ], [ -75.124400277783707, 39.974934900510199 ], [ -75.124322856065405, 39.975012122134402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17647, "tnode_": 17574, "lpoly_": null, "rpoly_": null, "length": 144.16838626999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1332, "l_t_add": 1346, "r_f_add": 1333, "r_t_add": 1349, "st_code": 75660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543224, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20906, "Shape__Length": 57.456200749957333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126013961222498, 39.974371894677098 ], [ -75.126210926915903, 39.974737493267 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17649, "tnode_": 17614, "lpoly_": null, "rpoly_": null, "length": 146.70157791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 416, "st_code": 71820, "l_hundred": 400, "r_hundred": 400, "seg_id": 543225, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 20907, "Shape__Length": 58.304206129427421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132771852182401, 39.974475499759201 ], [ -75.132290068185, 39.974632931781002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17649, "tnode_": 17592, "lpoly_": null, "rpoly_": null, "length": 129.58534842, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1460, "l_t_add": 1498, "r_f_add": 1453, "r_t_add": 1499, "st_code": 24380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543226, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 20908, "Shape__Length": 51.636308513107608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132771852182401, 39.974475499759201 ], [ -75.132910040806607, 39.974725443171501 ], [ -75.132969284174806, 39.974796135390498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17648, "tnode_": 17583, "lpoly_": null, "rpoly_": null, "length": 125.00711366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67760, "l_hundred": 400, "r_hundred": 400, "seg_id": 543228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDNER ST", "stname": "REDNER ST", "objectid": 20909, "Shape__Length": 49.656296626196827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142516473974297, 39.9747365523383 ], [ -75.142075198445696, 39.974686567748101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17656, "tnode_": 17493, "lpoly_": null, "rpoly_": null, "length": 285.23537721999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1628, "r_f_add": 1601, "r_t_add": 1631, "st_code": 54200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 20910, "Shape__Length": 113.73034632125784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136626301901003, 39.9745206487801 ], [ -75.136457882805203, 39.975292859751903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17656, "tnode_": 17640, "lpoly_": null, "rpoly_": null, "length": 210.65646558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 156, "l_t_add": 178, "r_f_add": 147, "r_t_add": 169, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543230, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20911, "Shape__Length": 83.680066389217501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136626301901003, 39.9745206487801 ], [ -75.1373680309066, 39.974614213989597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17657, "tnode_": 17641, "lpoly_": null, "rpoly_": null, "length": 190.10942699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 920, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 46020, "l_hundred": 900, "r_hundred": 900, "seg_id": 543231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20912, "Shape__Length": 75.518979739896039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150950403441698, 39.974881509520898 ], [ -75.151619199497006, 39.974968670138203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17664, "tnode_": 17612, "lpoly_": null, "rpoly_": null, "length": 244.93263393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 437, "l_t_add": 499, "r_f_add": 432, "r_t_add": 498, "st_code": 55460, "l_hundred": 400, "r_hundred": 400, "seg_id": 543233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20913, "Shape__Length": 97.340394126838973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131518605055206, 39.974355114382099 ], [ -75.130709215462602, 39.974608705208503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17664, "tnode_": 27510, "lpoly_": null, "rpoly_": null, "length": 209.43783587000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 30360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543234, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 20914, "Shape__Length": 83.255188495199079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131518605055206, 39.974355114382099 ], [ -75.131573712551599, 39.9743871644067 ], [ -75.132184107273005, 39.9746145853263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17666, "tnode_": 17629, "lpoly_": null, "rpoly_": null, "length": 198.10411043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 621, "r_f_add": 600, "r_t_add": 620, "st_code": 16580, "l_hundred": 600, "r_hundred": 600, "seg_id": 543235, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20915, "Shape__Length": 78.738510177255364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128695522829503, 39.974293234531999 ], [ -75.128051560314304, 39.974517462086297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17666, "tnode_": 17597, "lpoly_": null, "rpoly_": null, "length": 150.02721171, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 56740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543236, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 20916, "Shape__Length": 59.789266174914424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128695522829503, 39.974293234531999 ], [ -75.128905826965394, 39.974671963483701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17676, "tnode_": 17386, "lpoly_": null, "rpoly_": null, "length": 526.074721, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87970, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543239, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 20917, "Shape__Length": 209.76144463420638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150042717454397, 39.974766351294498 ], [ -75.149737550142902, 39.976191279323899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17676, "tnode_": 17657, "lpoly_": null, "rpoly_": null, "length": 257.82743156000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 46020, "l_hundred": 900, "r_hundred": 900, "seg_id": 543240, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20918, "Shape__Length": 102.41851882361804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150042717454397, 39.974766351294498 ], [ -75.150950403441698, 39.974881509520898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17681, "tnode_": 17598, "lpoly_": null, "rpoly_": null, "length": 146.61382592000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1623, "st_code": 43800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 20919, "Shape__Length": 58.452575371178739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135597527925697, 39.9743902909971 ], [ -75.135478141777497, 39.9747821430649 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17681, "tnode_": 17656, "lpoly_": null, "rpoly_": null, "length": 292.21426531999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 106, "l_t_add": 154, "r_f_add": 119, "r_t_add": 145, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543243, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20920, "Shape__Length": 116.0775722052654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135597527925697, 39.9743902909971 ], [ -75.136626301901003, 39.9745206487801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17684, "tnode_": 17552, "lpoly_": null, "rpoly_": null, "length": 227.04164323999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONDILL", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 28885, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DONDILL PL", "stname": "DONDILL PL", "objectid": 20921, "Shape__Length": 90.525968215663042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155827780256104, 39.974883190730402 ], [ -75.155683897246305, 39.975496539036598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17686, "tnode_": 17391, "lpoly_": null, "rpoly_": null, "length": 524.5550764, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 27360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543245, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 20922, "Shape__Length": 209.15419502515994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149553786133097, 39.974702517739502 ], [ -75.149241766984304, 39.976122336501597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17686, "tnode_": 17676, "lpoly_": null, "rpoly_": null, "length": 138.98906626000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 816, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 46020, "l_hundred": 800, "r_hundred": 800, "seg_id": 543246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20923, "Shape__Length": 55.211817864574016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149553786133097, 39.974702517739502 ], [ -75.150042717454397, 39.974766351294498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17688, "tnode_": 17608, "lpoly_": null, "rpoly_": null, "length": 146.01481079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1610, "r_f_add": 1601, "r_t_add": 1613, "st_code": 43480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 20924, "Shape__Length": 58.213710141285262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135073332988497, 39.974323528620403 ], [ -75.134954484201103, 39.974713788631803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17688, "tnode_": 17681, "lpoly_": null, "rpoly_": null, "length": 148.91342481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 102, "l_t_add": 104, "r_f_add": 111, "r_t_add": 117, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543248, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20925, "Shape__Length": 59.153518211133495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135073332988497, 39.974323528620403 ], [ -75.135597527925697, 39.9743902909971 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17690, "tnode_": 17570, "lpoly_": null, "rpoly_": null, "length": 497.67222114999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 55520, "l_hundred": 800, "r_hundred": 800, "seg_id": 543249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 20926, "Shape__Length": 197.80602600461356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125461629409301, 39.974138071856302 ], [ -75.123845193226401, 39.974703593759401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17692, "tnode_": 17631, "lpoly_": null, "rpoly_": null, "length": 272.81360162, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 847, "l_t_add": 899, "r_f_add": 838, "r_t_add": 898, "st_code": 77140, "l_hundred": 800, "r_hundred": 800, "seg_id": 543250, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20927, "Shape__Length": 108.44232924951764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124266443360298, 39.974087535459397 ], [ -75.123455653845497, 39.974369694544698 ], [ -75.123393361554506, 39.9744125118985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17702, "tnode_": 17543, "lpoly_": null, "rpoly_": null, "length": 275.75242344000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 35200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543251, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 20928, "Shape__Length": 109.93774175982367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134558216556101, 39.974265612475001 ], [ -75.134345261666695, 39.974927035754099 ], [ -75.134335697237205, 39.975002238023698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17702, "tnode_": 17688, "lpoly_": null, "rpoly_": null, "length": 146.09605685, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 100, "r_f_add": 101, "r_t_add": 109, "st_code": 62120, "l_hundred": 100, "r_hundred": 100, "seg_id": 543252, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 20929, "Shape__Length": 58.033569704464398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134558216556101, 39.974265612475001 ], [ -75.134633146186701, 39.974266742713098 ], [ -75.135073332988497, 39.974323528620403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17703, "tnode_": 17403, "lpoly_": null, "rpoly_": null, "length": 525.78093607999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87950, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543253, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 20930, "Shape__Length": 209.64370705341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149060965019501, 39.9746373117639 ], [ -75.148754571110601, 39.976061266469401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17703, "tnode_": 17686, "lpoly_": null, "rpoly_": null, "length": 140.1479878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 815, "st_code": 46020, "l_hundred": 800, "r_hundred": 800, "seg_id": 543254, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20931, "Shape__Length": 55.672295679687409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149060965019501, 39.9746373117639 ], [ -75.149553786133097, 39.974702517739502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17709, "tnode_": 17664, "lpoly_": null, "rpoly_": null, "length": 134.99456171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 421, "l_t_add": 435, "r_f_add": 426, "r_t_add": 430, "st_code": 55460, "l_hundred": 400, "r_hundred": 400, "seg_id": 543255, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20932, "Shape__Length": 53.649431338168377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131964144853896, 39.974214306155901 ], [ -75.131518605055206, 39.974355114382099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17713, "tnode_": 17414, "lpoly_": null, "rpoly_": null, "length": 525.07137537999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 64360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543257, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERTH ST", "stname": "N PERTH ST", "objectid": 20933, "Shape__Length": 209.35985466341737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148574301528498, 39.974575587832497 ], [ -75.148567316388593, 39.9746237322883 ], [ -75.148263813048501, 39.975996964519702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17713, "tnode_": 17703, "lpoly_": null, "rpoly_": null, "length": 138.23564759000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 724, "l_t_add": 798, "r_f_add": 729, "r_t_add": 799, "st_code": 46020, "l_hundred": 700, "r_hundred": 700, "seg_id": 543258, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20934, "Shape__Length": 54.912093631128002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148574301528498, 39.974575587832497 ], [ -75.149060965019501, 39.9746373117639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17715, "tnode_": 17580, "lpoly_": null, "rpoly_": null, "length": 220.16362217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 17820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 20935, "Shape__Length": 87.761420486940693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134040829637797, 39.974211144521902 ], [ -75.133950034982803, 39.974504202668697 ], [ -75.133879140482804, 39.974765003636101 ], [ -75.133836854237003, 39.9747819114137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17715, "tnode_": 17702, "lpoly_": null, "rpoly_": null, "length": 146.54020526, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 20, "l_t_add": 98, "r_f_add": 17, "r_t_add": 99, "st_code": 62100, "l_hundred": 0, "r_hundred": 0, "seg_id": 543260, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 20936, "Shape__Length": 58.209341760477834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134040829637797, 39.974211144521902 ], [ -75.1344777043942, 39.974264445948997 ], [ -75.134558216556101, 39.974265612475001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17723, "tnode_": 17602, "lpoly_": null, "rpoly_": null, "length": 249.86502837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 12900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543261, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 20937, "Shape__Length": 99.480196194577857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122690064686594, 39.973963798101003 ], [ -75.122126318824201, 39.974495168138098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17631, "tnode_": 17723, "lpoly_": null, "rpoly_": null, "length": 256.06891097, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2641, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 60120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 543262, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORRIS ST", "stname": "E NORRIS ST", "objectid": 20938, "Shape__Length": 101.8725621725344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123393361554506, 39.9744125118985 ], [ -75.122690064686594, 39.973963798101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17724, "tnode_": 17599, "lpoly_": null, "rpoly_": null, "length": 229.61919122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 39070, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD PL", "stname": "GUILFORD PL", "objectid": 20939, "Shape__Length": 91.554814715447776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153824603126395, 39.974616129328702 ], [ -75.153688885069599, 39.975237754112101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17726, "tnode_": 17700, "lpoly_": null, "rpoly_": null, "length": 50.65978805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 31660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERICK ST", "stname": "EMERICK ST", "objectid": 20940, "Shape__Length": 20.189656906965958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130820087041599, 39.9741216941052 ], [ -75.130889154888905, 39.974250208880697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17727, "tnode_": 17422, "lpoly_": null, "rpoly_": null, "length": 528.94226872999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543265, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 20941, "Shape__Length": 210.89938535591378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148082075694504, 39.974511701190799 ], [ -75.147784014250206, 39.975889622130801 ], [ -75.147812785803595, 39.975940124435603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17727, "tnode_": 17713, "lpoly_": null, "rpoly_": null, "length": 139.90306991999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 722, "l_t_add": 722, "r_f_add": 725, "r_t_add": 727, "st_code": 46020, "l_hundred": 700, "r_hundred": 700, "seg_id": 543266, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20942, "Shape__Length": 55.574669143631489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148082075694504, 39.974511701190799 ], [ -75.148574301528498, 39.974575587832497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17732, "tnode_": 17666, "lpoly_": null, "rpoly_": null, "length": 205.2724787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 551, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 16580, "l_hundred": 500, "r_hundred": 500, "seg_id": 543267, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20943, "Shape__Length": 81.587683456242914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129362404064395, 39.974060247202999 ], [ -75.128695522829503, 39.974293234531999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17737, "tnode_": 17643, "lpoly_": null, "rpoly_": null, "length": 154.34294379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1617, "st_code": 34960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543268, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 20944, "Shape__Length": 61.505009511373729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133375798581994, 39.974099280365998 ], [ -75.133148160795102, 39.974485079353897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17737, "tnode_": 17715, "lpoly_": null, "rpoly_": null, "length": 191.95264722, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 15, "st_code": 62100, "l_hundred": 0, "r_hundred": 0, "seg_id": 543269, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 20945, "Shape__Length": 76.258696081808495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133375798581994, 39.974099280365998 ], [ -75.133431589298397, 39.974125923594798 ], [ -75.134040829637797, 39.974211144521902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17744, "tnode_": 17692, "lpoly_": null, "rpoly_": null, "length": 139.13494655999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 829, "l_t_add": 845, "r_f_add": 820, "r_t_add": 836, "st_code": 77140, "l_hundred": 800, "r_hundred": 800, "seg_id": 543270, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20946, "Shape__Length": 55.301730943638809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124716917484704, 39.973927030039299 ], [ -75.124266443360298, 39.974087535459397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17745, "tnode_": 17436, "lpoly_": null, "rpoly_": null, "length": 525.69066083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87930, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543271, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 20947, "Shape__Length": 209.61240257542397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147404877705995, 39.974426291624503 ], [ -75.147138213427894, 39.975854719993499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17745, "tnode_": 17727, "lpoly_": null, "rpoly_": null, "length": 192.32854845999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 723, "st_code": 46020, "l_hundred": 700, "r_hundred": 700, "seg_id": 543272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20948, "Shape__Length": 76.399467530580807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147404877705995, 39.974426291624503 ], [ -75.148082075694504, 39.974511701190799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17754, "tnode_": 17709, "lpoly_": null, "rpoly_": null, "length": 172.52750181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEMPHIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 419, "r_f_add": 400, "r_t_add": 424, "st_code": 55460, "l_hundred": 400, "r_hundred": 400, "seg_id": 543273, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEMPHIS ST", "stname": "MEMPHIS ST", "objectid": 20949, "Shape__Length": 68.567726633538527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132530920059295, 39.974029484959601 ], [ -75.131964144853896, 39.974214306155901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17754, "tnode_": 17649, "lpoly_": null, "rpoly_": null, "length": 175.94844945, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1440, "l_t_add": 1458, "r_f_add": 1439, "r_t_add": 1451, "st_code": 24380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543274, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 20950, "Shape__Length": 70.121184924571082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132530920059295, 39.974029484959601 ], [ -75.132771852182401, 39.974475499759201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17762, "tnode_": 17453, "lpoly_": null, "rpoly_": null, "length": 525.88896536000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 53860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543275, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 20951, "Shape__Length": 209.69097789482069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146611683424197, 39.9743215532351 ], [ -75.146343515981897, 39.975750365004302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17762, "tnode_": 17745, "lpoly_": null, "rpoly_": null, "length": 225.55578974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 634, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 46020, "l_hundred": 600, "r_hundred": 600, "seg_id": 543276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20952, "Shape__Length": 89.59920542802098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146611683424197, 39.9743215532351 ], [ -75.147404877705995, 39.974426291624503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17775, "tnode_": 17468, "lpoly_": null, "rpoly_": null, "length": 524.627088, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87910, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543277, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 20953, "Shape__Length": 209.18772775670843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145828377561799, 39.974222476787602 ], [ -75.145562559758901, 39.9756480489919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17775, "tnode_": 17762, "lpoly_": null, "rpoly_": null, "length": 222.48126947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 632, "r_f_add": 601, "r_t_add": 625, "st_code": 46020, "l_hundred": 600, "r_hundred": 600, "seg_id": 543278, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20954, "Shape__Length": 88.376953287617553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145828377561799, 39.974222476787602 ], [ -75.146611683424197, 39.9743215532351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17771, "tnode_": 17744, "lpoly_": null, "rpoly_": null, "length": 148.82127223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 809, "l_t_add": 827, "r_f_add": 812, "r_t_add": 818, "st_code": 77140, "l_hundred": 800, "r_hundred": 800, "seg_id": 543279, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20955, "Shape__Length": 59.15021026778718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125200478359602, 39.973758248733098 ], [ -75.124716917484704, 39.973927030039299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17771, "tnode_": 17690, "lpoly_": null, "rpoly_": null, "length": 162.27357098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 24300, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-06-10T00:00:00Z", "newsegdate": "2002-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W COLONA ST", "stname": "W COLONA ST", "objectid": 20956, "Shape__Length": 64.647666188366912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125200478359602, 39.973758248733098 ], [ -75.125274015609094, 39.973782215921297 ], [ -75.125461629409301, 39.974138071856302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17776, "tnode_": 17732, "lpoly_": null, "rpoly_": null, "length": 202.71707406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 549, "r_f_add": 500, "r_t_add": 524, "st_code": 16580, "l_hundred": 500, "r_hundred": 500, "seg_id": 543281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20957, "Shape__Length": 80.569131747781455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130024220235299, 39.9738357290382 ], [ -75.129362404064395, 39.974060247202999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17776, "tnode_": 17635, "lpoly_": null, "rpoly_": null, "length": 259.61922189000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1422, "r_f_add": 1401, "r_t_add": 1499, "st_code": 62820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543282, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 20958, "Shape__Length": 103.461070744469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130024220235299, 39.9738357290382 ], [ -75.130369413959201, 39.974459806357302 ], [ -75.130394252555007, 39.974488470083202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17774, "tnode_": 17484, "lpoly_": null, "rpoly_": null, "length": 503.41842252000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 19140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543283, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 20959, "Shape__Length": 200.73162005203062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158785066709996, 39.974491808880998 ], [ -75.1585287692577, 39.975859615140799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17774, "tnode_": 17758, "lpoly_": null, "rpoly_": null, "length": 277.25295473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1409, "st_code": 54280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543284, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1997-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 20960, "Shape__Length": 110.1336117865749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158785066709996, 39.974491808880998 ], [ -75.158956298982403, 39.974509727614503 ], [ -75.159762275109202, 39.974609987051203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17787, "tnode_": 17726, "lpoly_": null, "rpoly_": null, "length": 298.68600012999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 56140, "l_hundred": 400, "r_hundred": 400, "seg_id": 543285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 20961, "Shape__Length": 118.70484445497871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131803602563295, 39.973805924208001 ], [ -75.130820087041599, 39.9741216941052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17788, "tnode_": 17486, "lpoly_": null, "rpoly_": null, "length": 525.712331, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 67360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 20962, "Shape__Length": 209.6148675806854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145022810009195, 39.974116305814697 ], [ -75.144717229182206, 39.975540172778899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17788, "tnode_": 17775, "lpoly_": null, "rpoly_": null, "length": 229.06258014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 522, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 46020, "l_hundred": 500, "r_hundred": 500, "seg_id": 543288, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20963, "Shape__Length": 90.991922058937661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145022810009195, 39.974116305814697 ], [ -75.145828377561799, 39.974222476787602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17624, "tnode_": 17791, "lpoly_": null, "rpoly_": null, "length": 397.44009508, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 26340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 543289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 20964, "Shape__Length": 158.14846385720952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117949127128497, 39.974080780667002 ], [ -75.117866380109305, 39.973978562893201 ], [ -75.116915225518696, 39.973340953993798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17796, "tnode_": 17771, "lpoly_": null, "rpoly_": null, "length": 126.8472222, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 807, "r_f_add": 800, "r_t_add": 810, "st_code": 77140, "l_hundred": 800, "r_hundred": 800, "seg_id": 543290, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20965, "Shape__Length": 50.412921122143764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125616864800193, 39.973621782554801 ], [ -75.125200478359602, 39.973758248733098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17796, "tnode_": 17647, "lpoly_": null, "rpoly_": null, "length": 295.04762309, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1331, "st_code": 75660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543291, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 20966, "Shape__Length": 117.58796043076485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125616864800193, 39.973621782554801 ], [ -75.126013961222498, 39.974371894677098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17800, "tnode_": 17499, "lpoly_": null, "rpoly_": null, "length": 528.19088808999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87890, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543292, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 20967, "Shape__Length": 210.60147076523194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144162979447898, 39.973999765948697 ], [ -75.143846943990397, 39.975429183558802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17800, "tnode_": 17788, "lpoly_": null, "rpoly_": null, "length": 244.69322788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 523, "st_code": 46020, "l_hundred": 500, "r_hundred": 500, "seg_id": 543293, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20968, "Shape__Length": 97.201433665650654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144162979447898, 39.973999765948697 ], [ -75.145022810009195, 39.974116305814697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17802, "tnode_": 17576, "lpoly_": null, "rpoly_": null, "length": 406.88507775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 18100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543294, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 20969, "Shape__Length": 162.23485021352712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406429182653, 39.973892885013498 ], [ -75.140415550623302, 39.9749503306344 ], [ -75.140409377096901, 39.974995213458698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17805, "tnode_": 17776, "lpoly_": null, "rpoly_": null, "length": 166.94624112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 441, "l_t_add": 499, "r_f_add": 444, "r_t_add": 498, "st_code": 16580, "l_hundred": 400, "r_hundred": 400, "seg_id": 543295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20970, "Shape__Length": 66.354920514160796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130565557347694, 39.973644510655497 ], [ -75.130024220235299, 39.9738357290382 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17805, "tnode_": 17726, "lpoly_": null, "rpoly_": null, "length": 187.89776289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 31660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERICK ST", "stname": "EMERICK ST", "objectid": 20971, "Shape__Length": 74.883899229665204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130565557347694, 39.973644510655497 ], [ -75.130820087041599, 39.9741216941052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17806, "tnode_": 17515, "lpoly_": null, "rpoly_": null, "length": 529.87010351999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 61660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 20972, "Shape__Length": 211.2712813310541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143657111333496, 39.973934152857701 ], [ -75.143343238625704, 39.975368527208403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17806, "tnode_": 17800, "lpoly_": null, "rpoly_": null, "length": 143.77906104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 440, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 46020, "l_hundred": 400, "r_hundred": 400, "seg_id": 543298, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20973, "Shape__Length": 57.113863085805463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143657111333496, 39.973934152857701 ], [ -75.144162979447898, 39.973999765948697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17807, "tnode_": 17536, "lpoly_": null, "rpoly_": null, "length": 506.87711172999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88050, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543299, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 20974, "Shape__Length": 202.10294199586809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156618677591297, 39.974207571018802 ], [ -75.1565975041553, 39.974278999149803 ], [ -75.156310971756, 39.9755786138576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17807, "tnode_": 17774, "lpoly_": null, "rpoly_": null, "length": 616.02589797999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 54280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 20975, "Shape__Length": 244.70838867684236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156618677591297, 39.974207571018802 ], [ -75.1586439324699, 39.9744658125855 ], [ -75.158785066709996, 39.974491808880998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17808, "tnode_": 17723, "lpoly_": null, "rpoly_": null, "length": 394.31563801000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 839, "l_t_add": 899, "r_f_add": 836, "r_t_add": 898, "st_code": 57360, "l_hundred": 800, "r_hundred": 800, "seg_id": 543301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20976, "Shape__Length": 156.73406396203535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123958012889602, 39.973496665437501 ], [ -75.1230204342056, 39.973821061208099 ], [ -75.122690064686594, 39.973963798101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17808, "tnode_": 17692, "lpoly_": null, "rpoly_": null, "length": 231.98500671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 59420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543302, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEVADA ST", "stname": "E NEVADA ST", "objectid": 20977, "Shape__Length": 92.455942003036427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123958012889602, 39.973496665437501 ], [ -75.124106418175899, 39.973795173473597 ], [ -75.124266443360298, 39.974087535459397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17815, "tnode_": 17594, "lpoly_": null, "rpoly_": null, "length": 398.02942635, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 12440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543304, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 20978, "Shape__Length": 158.7024272977082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1399560392843, 39.9738291229881 ], [ -75.139718116027296, 39.974906321083601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17815, "tnode_": 17802, "lpoly_": null, "rpoly_": null, "length": 194.68824731000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 234, "l_t_add": 246, "r_f_add": 235, "r_t_add": 247, "st_code": 46020, "l_hundred": 200, "r_hundred": 200, "seg_id": 543305, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20979, "Shape__Length": 77.334934801355217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1399560392843, 39.9738291229881 ], [ -75.140561923063601, 39.973900799480802 ], [ -75.1406429182653, 39.973892885013498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17802, "tnode_": 17818, "lpoly_": null, "rpoly_": null, "length": 77.57841238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 248, "l_t_add": 298, "r_f_add": 249, "r_t_add": 299, "st_code": 46020, "l_hundred": 200, "r_hundred": 200, "seg_id": 543306, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20980, "Shape__Length": 30.836384753862006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406429182653, 39.973892885013498 ], [ -75.140681836955295, 39.9738508722929 ], [ -75.140887618533597, 39.973819651932999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17818, "tnode_": 17563, "lpoly_": null, "rpoly_": null, "length": 478.98164447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 20800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543307, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "2009-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 20981, "Shape__Length": 190.96742152239483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140887618533597, 39.973819651932999 ], [ -75.141249286945694, 39.975104736547301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17820, "tnode_": 17522, "lpoly_": null, "rpoly_": null, "length": 531.30383060999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 49660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543308, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 20982, "Shape__Length": 211.84284212791636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143215937043806, 39.973875942212501 ], [ -75.142901730386896, 39.975314264366197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17820, "tnode_": 17806, "lpoly_": null, "rpoly_": null, "length": 125.45210658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 434, "l_t_add": 438, "r_f_add": 423, "r_t_add": 429, "st_code": 46020, "l_hundred": 400, "r_hundred": 400, "seg_id": 543309, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20983, "Shape__Length": 49.833921834251797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143215937043806, 39.973875942212501 ], [ -75.143657111333496, 39.973934152857701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17825, "tnode_": 17609, "lpoly_": null, "rpoly_": null, "length": 400.67733147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 64500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 20984, "Shape__Length": 159.75979036568074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139253255015205, 39.973738282314898 ], [ -75.139026230763804, 39.974824234653099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17825, "tnode_": 17815, "lpoly_": null, "rpoly_": null, "length": 199.72863521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 214, "l_t_add": 232, "r_f_add": 215, "r_t_add": 233, "st_code": 46020, "l_hundred": 200, "r_hundred": 200, "seg_id": 543311, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20985, "Shape__Length": 79.338637610818964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139253255015205, 39.973738282314898 ], [ -75.1399560392843, 39.9738291229881 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17831, "tnode_": 17648, "lpoly_": null, "rpoly_": null, "length": 342.20364035, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 50100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543314, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 20986, "Shape__Length": 136.44259956867853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142726150276303, 39.973811115577597 ], [ -75.142516473974297, 39.9747365523383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17831, "tnode_": 17820, "lpoly_": null, "rpoly_": null, "length": 139.28809582000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 412, "l_t_add": 432, "r_f_add": 411, "r_t_add": 421, "st_code": 46020, "l_hundred": 400, "r_hundred": 400, "seg_id": 543315, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20987, "Shape__Length": 55.330043968732156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142726150276303, 39.973811115577597 ], [ -75.143215937043806, 39.973875942212501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17832, "tnode_": 17698, "lpoly_": null, "rpoly_": null, "length": 245.26071088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 17370, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543316, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS PL", "stname": "BETSY ROSS PL", "objectid": 20988, "Shape__Length": 97.79042786436321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155666068425305, 39.974081474932603 ], [ -75.1555189837607, 39.974745168044898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17832, "tnode_": 17807, "lpoly_": null, "rpoly_": null, "length": 270.90748412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1213, "r_t_add": 1299, "st_code": 54280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543317, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 20989, "Shape__Length": 107.61429129681201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155666068425305, 39.974081474932603 ], [ -75.156618677591297, 39.974207571018802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17835, "tnode_": 17796, "lpoly_": null, "rpoly_": null, "length": 165.85588542, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 717, "l_t_add": 799, "r_f_add": 718, "r_t_add": 798, "st_code": 77140, "l_hundred": 700, "r_hundred": 700, "seg_id": 543318, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 20990, "Shape__Length": 65.920336304745433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126155913696707, 39.973433920253001 ], [ -75.125616864800193, 39.973621782554801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17835, "tnode_": 17541, "lpoly_": null, "rpoly_": null, "length": 579.32535385999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 42260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543319, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 20991, "Shape__Length": 230.87780158096027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126155913696707, 39.973433920253001 ], [ -75.126954878249705, 39.974900639728602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17837, "tnode_": 17629, "lpoly_": null, "rpoly_": null, "length": 430.24761076, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 83560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543320, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILT ST", "stname": "E WILT ST", "objectid": 20992, "Shape__Length": 171.46377297359606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127453005058598, 39.973429862796301 ], [ -75.127831268701897, 39.974122124359397 ], [ -75.128051560314304, 39.974517462086297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17838, "tnode_": 17583, "lpoly_": null, "rpoly_": null, "length": 345.48984432999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1548, "r_f_add": 1501, "r_t_add": 1549, "st_code": 87870, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543321, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 20993, "Shape__Length": 137.7483570252063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142302296678807, 39.973756300741897 ], [ -75.142121204483502, 39.974595900026699 ], [ -75.142075198445696, 39.974686567748101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17838, "tnode_": 17831, "lpoly_": null, "rpoly_": null, "length": 120.45929756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 409, "st_code": 46020, "l_hundred": 400, "r_hundred": 400, "seg_id": 543322, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20994, "Shape__Length": 47.850312452398569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142302296678807, 39.973756300741897 ], [ -75.142726150276303, 39.973811115577597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17839, "tnode_": 17619, "lpoly_": null, "rpoly_": null, "length": 400.66601432, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 87830, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543323, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 20995, "Shape__Length": 159.75447488227161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138668849554705, 39.9736644160919 ], [ -75.138437365083703, 39.974749779423703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17839, "tnode_": 17825, "lpoly_": null, "rpoly_": null, "length": 165.98613372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 213, "st_code": 46020, "l_hundred": 200, "r_hundred": 200, "seg_id": 543324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 20996, "Shape__Length": 65.934644762766155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138668849554705, 39.9736644160919 ], [ -75.139253255015205, 39.973738282314898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17842, "tnode_": 17808, "lpoly_": null, "rpoly_": null, "length": 135.50865942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 829, "l_t_add": 837, "r_f_add": 830, "r_t_add": 834, "st_code": 57360, "l_hundred": 800, "r_hundred": 800, "seg_id": 543325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 20997, "Shape__Length": 53.856915362223809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124400495618701, 39.973346735817202 ], [ -75.123958012889602, 39.973496665437501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17842, "tnode_": 17744, "lpoly_": null, "rpoly_": null, "length": 229.23962373999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1232, "l_t_add": 1298, "r_f_add": 1233, "r_t_add": 1299, "st_code": 34400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543326, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 20998, "Shape__Length": 91.357776312913501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124400495618701, 39.973346735817202 ], [ -75.124716917484704, 39.973927030039299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17843, "tnode_": 17805, "lpoly_": null, "rpoly_": null, "length": 143.11059913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 425, "l_t_add": 439, "r_f_add": 430, "r_t_add": 442, "st_code": 16580, "l_hundred": 400, "r_hundred": 400, "seg_id": 543327, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 20999, "Shape__Length": 56.879696966080481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131031216648196, 39.9734833228528 ], [ -75.130565557347694, 39.973644510655497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17850, "tnode_": 17838, "lpoly_": null, "rpoly_": null, "length": 70.98300843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 326, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 46020, "l_hundred": 300, "r_hundred": 300, "seg_id": 543330, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21000, "Shape__Length": 28.196671019639346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142052477702904, 39.973724253118696 ], [ -75.142302296678807, 39.973756300741897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17818, "tnode_": 17851, "lpoly_": null, "rpoly_": null, "length": 252.53475289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 321, "st_code": 46020, "l_hundred": 300, "r_hundred": 300, "seg_id": 543331, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21001, "Shape__Length": 100.31920897260576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140887618533597, 39.973819651932999 ], [ -75.141698100616097, 39.973689525618902 ], [ -75.141771203762204, 39.973689223018901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17851, "tnode_": 17583, "lpoly_": null, "rpoly_": null, "length": 375.29982071000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 1501, "r_t_add": 1541, "st_code": 36660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543332, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 21002, "Shape__Length": 149.61972383604345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141771203762204, 39.973689223018901 ], [ -75.142008793392307, 39.974606156026397 ], [ -75.142075198445696, 39.974686567748101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17851, "tnode_": 17850, "lpoly_": null, "rpoly_": null, "length": 79.85841818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 318, "l_t_add": 324, "r_f_add": 323, "r_t_add": 349, "st_code": 46020, "l_hundred": 300, "r_hundred": 300, "seg_id": 543333, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21003, "Shape__Length": 31.722055080643653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141771203762204, 39.973689223018901 ], [ -75.142052477702904, 39.973724253118696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17853, "tnode_": 17573, "lpoly_": null, "rpoly_": null, "length": 506.63368456000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88030, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543334, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 21004, "Shape__Length": 202.00701686100695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155064575249398, 39.9740052475045 ], [ -75.154767962615594, 39.975377170269901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17853, "tnode_": 17832, "lpoly_": null, "rpoly_": null, "length": 170.85055425000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1211, "st_code": 54280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543335, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21005, "Shape__Length": 67.867315886897046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155064575249398, 39.9740052475045 ], [ -75.155666068425305, 39.974081474932603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17861, "tnode_": 17634, "lpoly_": null, "rpoly_": null, "length": 401.25419426999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 62760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 21006, "Shape__Length": 159.9889049138595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138090542371799, 39.973589841412704 ], [ -75.137859293985102, 39.974676870647002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17861, "tnode_": 17839, "lpoly_": null, "rpoly_": null, "length": 164.34245718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 176, "l_t_add": 198, "r_f_add": 175, "r_t_add": 199, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543339, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21007, "Shape__Length": 65.281926596122759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138090542371799, 39.973589841412704 ], [ -75.138668849554705, 39.9736644160919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17865, "tnode_": 17731, "lpoly_": null, "rpoly_": null, "length": 230.19857867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 47770, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGS PL", "stname": "KINGS PL", "objectid": 21008, "Shape__Length": 91.785211843547145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154568927001904, 39.973943432328603 ], [ -75.154434815328102, 39.974566875468398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17865, "tnode_": 17853, "lpoly_": null, "rpoly_": null, "length": 140.72741243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1128, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 54280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543341, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21009, "Shape__Length": 55.901201789884297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154568927001904, 39.973943432328603 ], [ -75.155064575249398, 39.9740052475045 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17869, "tnode_": 17640, "lpoly_": null, "rpoly_": null, "length": 400.87365173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 40340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 21010, "Shape__Length": 159.83681337942733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137600575033105, 39.973528407122501 ], [ -75.1373680309066, 39.974614213989597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17869, "tnode_": 17861, "lpoly_": null, "rpoly_": null, "length": 139.13442946000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 170, "l_t_add": 174, "r_f_add": 171, "r_t_add": 173, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543343, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21011, "Shape__Length": 55.268141593723399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137600575033105, 39.973528407122501 ], [ -75.138090542371799, 39.973589841412704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17874, "tnode_": 17835, "lpoly_": null, "rpoly_": null, "length": 168.33872104999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 716, "st_code": 77140, "l_hundred": 700, "r_hundred": 700, "seg_id": 543346, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21012, "Shape__Length": 66.906487594401867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126703627165199, 39.973244262299197 ], [ -75.126155913696707, 39.973433920253001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17874, "tnode_": 17581, "lpoly_": null, "rpoly_": null, "length": 579.06539105000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 17180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543347, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 21013, "Shape__Length": 230.77277174990309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126703627165199, 39.973244262299197 ], [ -75.127478049208605, 39.9746781078398 ], [ -75.1275033094945, 39.974709470518498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17877, "tnode_": 17656, "lpoly_": null, "rpoly_": null, "length": 402.43119221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 54200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543348, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 21014, "Shape__Length": 160.45736082598737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1368615116115, 39.973430847441698 ], [ -75.136626301901003, 39.9745206487801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17877, "tnode_": 17869, "lpoly_": null, "rpoly_": null, "length": 210.1637107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 152, "l_t_add": 168, "r_f_add": 153, "r_t_add": 169, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543349, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21015, "Shape__Length": 83.483790630578952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1368615116115, 39.973430847441698 ], [ -75.137600575033105, 39.973528407122501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17878, "tnode_": 17842, "lpoly_": null, "rpoly_": null, "length": 133.98178772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 809, "l_t_add": 827, "r_f_add": 808, "r_t_add": 828, "st_code": 57360, "l_hundred": 800, "r_hundred": 800, "seg_id": 543350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21016, "Shape__Length": 53.25173323341248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124835781858096, 39.973194693678103 ], [ -75.124400495618701, 39.973346735817202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17878, "tnode_": 17771, "lpoly_": null, "rpoly_": null, "length": 234.78090679, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 24280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLONA ST", "stname": "E COLONA ST", "objectid": 21017, "Shape__Length": 93.54266495913933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124835781858096, 39.973194693678103 ], [ -75.125131171590894, 39.9737353333568 ], [ -75.125200478359602, 39.973758248733098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17880, "tnode_": 17737, "lpoly_": null, "rpoly_": null, "length": 276.95734750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 34960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543352, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21018, "Shape__Length": 110.37068843801777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133769629001307, 39.973401986221198 ], [ -75.133375798581994, 39.974099280365998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17881, "tnode_": 17606, "lpoly_": null, "rpoly_": null, "length": 505.11473497000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 88010, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543353, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 21019, "Shape__Length": 201.39989711318819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153492037657301, 39.973802093655102 ], [ -75.153474293141699, 39.973877086714502 ], [ -75.1531903693202, 39.975169128659999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17881, "tnode_": 17865, "lpoly_": null, "rpoly_": null, "length": 306.17773258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1126, "r_f_add": 1101, "r_t_add": 1125, "st_code": 54280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543354, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21020, "Shape__Length": 121.62420103002152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153492037657301, 39.973802093655102 ], [ -75.154568927001904, 39.973943432328603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17882, "tnode_": 17843, "lpoly_": null, "rpoly_": null, "length": 155.57800497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 409, "l_t_add": 423, "r_f_add": 414, "r_t_add": 428, "st_code": 16580, "l_hundred": 400, "r_hundred": 400, "seg_id": 543355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21021, "Shape__Length": 61.836077535756914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131535785650101, 39.973305288010401 ], [ -75.131031216648196, 39.9734833228528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18030, "tnode_": 17883, "lpoly_": null, "rpoly_": null, "length": 1415.34085729, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 37020, "l_hundred": 900, "r_hundred": 900, "seg_id": 543358, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21022, "Shape__Length": 562.54022340519828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124198578997394, 39.972356378379899 ], [ -75.123784804595402, 39.972431404822999 ], [ -75.123629976013504, 39.972487073140101 ], [ -75.123398678800797, 39.972572001583998 ], [ -75.121884730340795, 39.973086219328501 ], [ -75.121047476976997, 39.973381883389102 ], [ -75.120904471563094, 39.973408852724504 ], [ -75.120685418697306, 39.973425678197799 ], [ -75.120417866184496, 39.973397702756202 ], [ -75.120254173527698, 39.973338500340702 ], [ -75.120063233177603, 39.973238485494299 ], [ -75.119620604423204, 39.972959511607101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17886, "tnode_": 17776, "lpoly_": null, "rpoly_": null, "length": 226.19293137, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 62820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543359, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21023, "Shape__Length": 90.142265948838116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129708463797996, 39.973264297525702 ], [ -75.130024220235299, 39.9738357290382 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17897, "tnode_": 17739, "lpoly_": null, "rpoly_": null, "length": 296.68353918999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 81440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 21024, "Shape__Length": 118.29403683327095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152704181294496, 39.973700772677297 ], [ -75.152531892155807, 39.974504346620797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17897, "tnode_": 17881, "lpoly_": null, "rpoly_": null, "length": 223.87484181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1017, "r_t_add": 1099, "st_code": 54280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543361, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21025, "Shape__Length": 88.930150057682653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152704181294496, 39.973700772677297 ], [ -75.153492037657301, 39.973802093655102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17905, "tnode_": 17681, "lpoly_": null, "rpoly_": null, "length": 424.24689932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 43800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 21026, "Shape__Length": 169.13618330250861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135954511464305, 39.973258529666403 ], [ -75.135597527925697, 39.9743902909971 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17905, "tnode_": 17877, "lpoly_": null, "rpoly_": null, "length": 261.84512244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 126, "l_t_add": 150, "r_f_add": 127, "r_t_add": 151, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543363, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21027, "Shape__Length": 104.02502629792357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135954511464305, 39.973258529666403 ], [ -75.136496291191307, 39.9733635542378 ], [ -75.1368615116115, 39.973430847441698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17908, "tnode_": 17878, "lpoly_": null, "rpoly_": null, "length": 139.66866781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 807, "r_f_add": 800, "r_t_add": 806, "st_code": 57360, "l_hundred": 800, "r_hundred": 800, "seg_id": 543364, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21028, "Shape__Length": 55.510155591670213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125291692833002, 39.973039893312702 ], [ -75.124835781858096, 39.973194693678103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17908, "tnode_": 17796, "lpoly_": null, "rpoly_": null, "length": 230.73329444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1232, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 75660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543365, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 21029, "Shape__Length": 91.950329010977526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125291692833002, 39.973039893312702 ], [ -75.125616864800193, 39.973621782554801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17912, "tnode_": 17641, "lpoly_": null, "rpoly_": null, "length": 506.33936094999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87990, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543366, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 21030, "Shape__Length": 201.88806361097355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151918372778198, 39.973597895997301 ], [ -75.151619199497006, 39.974968670138203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17912, "tnode_": 17897, "lpoly_": null, "rpoly_": null, "length": 223.40346338000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1015, "st_code": 54280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21031, "Shape__Length": 88.743107930728755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151918372778198, 39.973597895997301 ], [ -75.152704181294496, 39.973700772677297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17916, "tnode_": 17882, "lpoly_": null, "rpoly_": null, "length": 156.57460905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 407, "r_f_add": 400, "r_t_add": 412, "st_code": 16580, "l_hundred": 400, "r_hundred": 400, "seg_id": 543369, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21032, "Shape__Length": 62.230017827953333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132046084009801, 39.9731303650181 ], [ -75.131535785650101, 39.973305288010401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17916, "tnode_": 17754, "lpoly_": null, "rpoly_": null, "length": 354.60222736999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1438, "r_f_add": 1401, "r_t_add": 1437, "st_code": 24380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543370, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 21033, "Shape__Length": 141.31938740566579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132046084009801, 39.9731303650181 ], [ -75.132530920059295, 39.974029484959601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17918, "tnode_": 17905, "lpoly_": null, "rpoly_": null, "length": 137.6413755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 112, "l_t_add": 124, "r_f_add": 113, "r_t_add": 125, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543371, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21034, "Shape__Length": 54.681582337104395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135477675370794, 39.973168121876903 ], [ -75.135954511464305, 39.973258529666403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17920, "tnode_": 17886, "lpoly_": null, "rpoly_": null, "length": 163.73077132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIG", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 83360, "l_hundred": 0, "r_hundred": 0, "seg_id": 543372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIG AVE", "stname": "WILLIG AVE", "objectid": 21035, "Shape__Length": 65.076977164534952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130238581648499, 39.9730754465592 ], [ -75.129708463797996, 39.973264297525702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17925, "tnode_": 17657, "lpoly_": null, "rpoly_": null, "length": 505.48533564999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 44180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 21036, "Shape__Length": 201.5471195092988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151250260288094, 39.973513201275203 ], [ -75.150950403441698, 39.974881509520898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17925, "tnode_": 17912, "lpoly_": null, "rpoly_": null, "length": 189.77615717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 956, "l_t_add": 998, "r_f_add": 937, "r_t_add": 999, "st_code": 54280, "l_hundred": 900, "r_hundred": 900, "seg_id": 543374, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21037, "Shape__Length": 75.384635166036134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151250260288094, 39.973513201275203 ], [ -75.151918372778198, 39.973597895997301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17932, "tnode_": 17843, "lpoly_": null, "rpoly_": null, "length": 192.5551724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1345, "r_t_add": 1399, "st_code": 30360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 21038, "Shape__Length": 76.738733369714225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130768633270506, 39.972994865282203 ], [ -75.131031216648196, 39.9734833228528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17934, "tnode_": 17702, "lpoly_": null, "rpoly_": null, "length": 448.24941048, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 35200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543376, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 21039, "Shape__Length": 178.70551408867749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134932663661502, 39.973069311526899 ], [ -75.134558216556101, 39.974265612475001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17934, "tnode_": 17918, "lpoly_": null, "rpoly_": null, "length": 156.93472577999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 110, "r_f_add": 101, "r_t_add": 111, "st_code": 46020, "l_hundred": 100, "r_hundred": 100, "seg_id": 543377, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21040, "Shape__Length": 62.345128018070682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134932663661502, 39.973069311526899 ], [ -75.135477675370794, 39.973168121876903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17936, "tnode_": 17925, "lpoly_": null, "rpoly_": null, "length": 111.53384744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 914, "l_t_add": 954, "r_f_add": 921, "r_t_add": 935, "st_code": 54280, "l_hundred": 900, "r_hundred": 900, "seg_id": 543378, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21041, "Shape__Length": 44.305123738643744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150858367033393, 39.973459978096301 ], [ -75.151250260288094, 39.973513201275203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17945, "tnode_": 17864, "lpoly_": null, "rpoly_": null, "length": 170.42902703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 49820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543379, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 21042, "Shape__Length": 67.947057717840096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134494517578602, 39.972991310823701 ], [ -75.134361339513106, 39.973447801451599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17945, "tnode_": 17934, "lpoly_": null, "rpoly_": null, "length": 126.04433034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 10, "l_t_add": 98, "r_f_add": 11, "r_t_add": 99, "st_code": 46020, "l_hundred": 0, "r_hundred": 0, "seg_id": 543380, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21043, "Shape__Length": 50.072945652381279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134494517578602, 39.972991310823701 ], [ -75.134932663661502, 39.973069311526899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17948, "tnode_": 17676, "lpoly_": null, "rpoly_": null, "length": 506.64278405, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87970, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 21044, "Shape__Length": 202.01171959040363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150318651655198, 39.973391851846102 ], [ -75.150042717454397, 39.974766351294498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17948, "tnode_": 17936, "lpoly_": null, "rpoly_": null, "length": 153.28821875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 919, "st_code": 54280, "l_hundred": 900, "r_hundred": 900, "seg_id": 543383, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21045, "Shape__Length": 60.890390708967267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150318651655198, 39.973391851846102 ], [ -75.150858367033393, 39.973459978096301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28466, "tnode_": 17832, "lpoly_": null, "rpoly_": null, "length": 213.2669935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 17370, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS PL", "stname": "BETSY ROSS PL", "objectid": 21046, "Shape__Length": 85.033344176820023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155792385663403, 39.973504153240199 ], [ -75.155666068425305, 39.974081474932603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17958, "tnode_": 17916, "lpoly_": null, "rpoly_": null, "length": 199.19101833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 321, "l_t_add": 399, "r_f_add": 324, "r_t_add": 398, "st_code": 16580, "l_hundred": 300, "r_hundred": 300, "seg_id": 543388, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21047, "Shape__Length": 79.169559940239992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132692741499696, 39.9729035100804 ], [ -75.132046084009801, 39.9731303650181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17958, "tnode_": 17737, "lpoly_": null, "rpoly_": null, "length": 476.42867966, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 62100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543389, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 21048, "Shape__Length": 189.85815576073952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132692741499696, 39.9729035100804 ], [ -75.133302983059906, 39.974015795158202 ], [ -75.133375798581994, 39.974099280365998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17960, "tnode_": 17880, "lpoly_": null, "rpoly_": null, "length": 198.19325661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1417, "r_t_add": 1499, "st_code": 34960, "l_hundred": 1500, "r_hundred": 1400, "seg_id": 543390, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21049, "Shape__Length": 78.977991352925756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134061572784503, 39.972906451264201 ], [ -75.133769629001307, 39.973401986221198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17960, "tnode_": 17945, "lpoly_": null, "rpoly_": null, "length": 125.217959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 9, "st_code": 46020, "l_hundred": 0, "r_hundred": 0, "seg_id": 543391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21050, "Shape__Length": 49.746595000995512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134061572784503, 39.972906451264201 ], [ -75.134494517578602, 39.972991310823701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17964, "tnode_": 17874, "lpoly_": null, "rpoly_": null, "length": 370.77537092, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 77140, "l_hundred": 600, "r_hundred": 600, "seg_id": 543392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21051, "Shape__Length": 147.36734358058033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127906559137301, 39.972820712282299 ], [ -75.126703627165199, 39.973244262299197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17964, "tnode_": 17666, "lpoly_": null, "rpoly_": null, "length": 580.20224217999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 56740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543393, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21052, "Shape__Length": 231.22898746183836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127906559137301, 39.972820712282299 ], [ -75.128695522829503, 39.974293234531999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17969, "tnode_": 17703, "lpoly_": null, "rpoly_": null, "length": 506.92525856000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87950, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 21053, "Shape__Length": 202.12031752835605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149363050841202, 39.973265284650203 ], [ -75.149060965019501, 39.9746373117639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17969, "tnode_": 17948, "lpoly_": null, "rpoly_": null, "length": 271.76607312000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 54280, "l_hundred": 800, "r_hundred": 800, "seg_id": 543398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21054, "Shape__Length": 107.95407179629174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149363050841202, 39.973265284650203 ], [ -75.150318651655198, 39.973391851846102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17978, "tnode_": 17713, "lpoly_": null, "rpoly_": null, "length": 505.80111033000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 64360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERTH ST", "stname": "N PERTH ST", "objectid": 21055, "Shape__Length": 201.67252058689212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1488708879276, 39.9732060726054 ], [ -75.148853017406694, 39.973282483116698 ], [ -75.148581419576701, 39.974524890194203 ], [ -75.148574301528498, 39.974575587832497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17978, "tnode_": 17969, "lpoly_": null, "rpoly_": null, "length": 139.61509587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 736, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 54280, "l_hundred": 700, "r_hundred": 700, "seg_id": 543403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21056, "Shape__Length": 55.458371505147845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1488708879276, 39.9732060726054 ], [ -75.149363050841202, 39.973265284650203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17986, "tnode_": 17908, "lpoly_": null, "rpoly_": null, "length": 337.15323104000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 57360, "l_hundred": 700, "r_hundred": 700, "seg_id": 543408, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21057, "Shape__Length": 134.00420767655675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126384801303104, 39.972653512928602 ], [ -75.125291692833002, 39.973039893312702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17986, "tnode_": 17874, "lpoly_": null, "rpoly_": null, "length": 233.01425829, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1234, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 17180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 21058, "Shape__Length": 92.862079479072051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126384801303104, 39.972653512928602 ], [ -75.126703627165199, 39.973244262299197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17989, "tnode_": 17727, "lpoly_": null, "rpoly_": null, "length": 506.22704340999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 34980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543411, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 21059, "Shape__Length": 201.84141468186453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148384726560593, 39.973141691992502 ], [ -75.148082075694504, 39.974511701190799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17989, "tnode_": 17978, "lpoly_": null, "rpoly_": null, "length": 138.26049866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 722, "l_t_add": 734, "r_f_add": 729, "r_t_add": 729, "st_code": 54280, "l_hundred": 700, "r_hundred": 700, "seg_id": 543412, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21060, "Shape__Length": 54.921311962593705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148384726560593, 39.973141691992502 ], [ -75.1488708879276, 39.9732060726054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28467, "tnode_": 17865, "lpoly_": null, "rpoly_": null, "length": 213.33948696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGS", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 47770, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGS PL", "stname": "KINGS PL", "objectid": 21061, "Shape__Length": 85.063034173946065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154688547734295, 39.973365065469402 ], [ -75.154568927001904, 39.973943432328603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17995, "tnode_": 17820, "lpoly_": null, "rpoly_": null, "length": 316.80691853999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 49660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 21062, "Shape__Length": 126.31518068002758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143408556919198, 39.973018987509001 ], [ -75.143215937043806, 39.973875942212501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17996, "tnode_": 17723, "lpoly_": null, "rpoly_": null, "length": 620.6719001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 800, "r_hundred": 0, "seg_id": 543417, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21063, "Shape__Length": 247.16245112078352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123987522188997, 39.972584763391403 ], [ -75.1239073197858, 39.972644273519101 ], [ -75.122690064686594, 39.973963798101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17996, "tnode_": 17842, "lpoly_": null, "rpoly_": null, "length": 300.73844077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLETCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1230, "r_f_add": 1201, "r_t_add": 1231, "st_code": 34400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543418, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLETCHER ST", "stname": "E FLETCHER ST", "objectid": 21064, "Shape__Length": 119.85140858332724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123987522188997, 39.972584763391403 ], [ -75.124400495618701, 39.973346735817202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18240, "tnode_": 17947, "lpoly_": null, "rpoly_": null, "length": 723.92201747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 543422, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 21065, "Shape__Length": 288.42943138126179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124611726432093, 39.970927562525198 ], [ -75.124518516205001, 39.971045268331501 ], [ -75.124281320319795, 39.971252898790098 ], [ -75.124148536221398, 39.971394347267903 ], [ -75.1240544790288, 39.9715219888053 ], [ -75.123983913707704, 39.971618331873302 ], [ -75.123919329064407, 39.971724606851602 ], [ -75.123581330711602, 39.9725054012101 ], [ -75.123487534026694, 39.972692898194801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18009, "tnode_": 17931, "lpoly_": null, "rpoly_": null, "length": 166.38987224000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 50100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 21066, "Shape__Length": 66.342615060180208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142959009142402, 39.972962007339099 ], [ -75.142864653731607, 39.9734129624659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18009, "tnode_": 17995, "lpoly_": null, "rpoly_": null, "length": 127.69381788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 418, "l_t_add": 498, "r_f_add": 415, "r_t_add": 499, "st_code": 40540, "l_hundred": 400, "r_hundred": 400, "seg_id": 543424, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 21067, "Shape__Length": 50.723292630035104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142959009142402, 39.972962007339099 ], [ -75.143408556919198, 39.973018987509001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18013, "tnode_": 17745, "lpoly_": null, "rpoly_": null, "length": 507.18520949000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87930, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543425, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 21068, "Shape__Length": 202.22953691424661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147661422539599, 39.973048067077897 ], [ -75.147646421664703, 39.973127121232203 ], [ -75.147404877705995, 39.974426291624503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18013, "tnode_": 17989, "lpoly_": null, "rpoly_": null, "length": 205.57026376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 727, "st_code": 54280, "l_hundred": 700, "r_hundred": 700, "seg_id": 543426, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21069, "Shape__Length": 81.65831690167056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147661422539599, 39.973048067077897 ], [ -75.148384726560593, 39.973141691992502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18015, "tnode_": 17932, "lpoly_": null, "rpoly_": null, "length": 309.49620894999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 51240, "l_hundred": 400, "r_hundred": 400, "seg_id": 543428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 21070, "Shape__Length": 123.00630443809276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131778734751194, 39.972651556560699 ], [ -75.130768633270506, 39.972994865282203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18015, "tnode_": 17916, "lpoly_": null, "rpoly_": null, "length": 189.83520063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1346, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 24380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543429, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 21071, "Shape__Length": 75.651464357717174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131778734751194, 39.972651556560699 ], [ -75.132046084009801, 39.9731303650181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18017, "tnode_": 17958, "lpoly_": null, "rpoly_": null, "length": 207.13069991999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 322, "st_code": 16580, "l_hundred": 300, "r_hundred": 300, "seg_id": 543430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21072, "Shape__Length": 82.323369363232729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133367140505896, 39.972670962603701 ], [ -75.132692741499696, 39.9729035100804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18017, "tnode_": 17880, "lpoly_": null, "rpoly_": null, "length": 289.20631321000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 53660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543431, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 21073, "Shape__Length": 115.25387679193955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133367140505896, 39.972670962603701 ], [ -75.133769629001307, 39.973401986221198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18020, "tnode_": 17964, "lpoly_": null, "rpoly_": null, "length": 203.83244313, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 525, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 77140, "l_hundred": 500, "r_hundred": 500, "seg_id": 543432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21074, "Shape__Length": 81.013847876672685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128568406164405, 39.9725887816182 ], [ -75.127906559137301, 39.972820712282299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18020, "tnode_": 17732, "lpoly_": null, "rpoly_": null, "length": 580.38619601000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 32580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543433, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 21075, "Shape__Length": 231.29990264143404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128568406164405, 39.9725887816182 ], [ -75.129362404064395, 39.974060247202999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18023, "tnode_": 17838, "lpoly_": null, "rpoly_": null, "length": 316.85073614000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 87870, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 21076, "Shape__Length": 126.33451384689282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142479104401104, 39.972897380581003 ], [ -75.142307273088406, 39.973706660273102 ], [ -75.142302296678807, 39.973756300741897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18023, "tnode_": 18009, "lpoly_": null, "rpoly_": null, "length": 136.54859148999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 413, "st_code": 40540, "l_hundred": 400, "r_hundred": 400, "seg_id": 543435, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARLAN ST", "stname": "HARLAN ST", "objectid": 21077, "Shape__Length": 54.24129976205338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142479104401104, 39.972897380581003 ], [ -75.142959009142402, 39.972962007339099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18028, "tnode_": 17762, "lpoly_": null, "rpoly_": null, "length": 506.59858494000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 53860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 21078, "Shape__Length": 201.99543638115748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146867046021896, 39.972944825106303 ], [ -75.146611683424197, 39.9743215532351 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18028, "tnode_": 18013, "lpoly_": null, "rpoly_": null, "length": 225.79537465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 622, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 54280, "l_hundred": 600, "r_hundred": 600, "seg_id": 543440, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21079, "Shape__Length": 89.692249861422098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146867046021896, 39.972944825106303 ], [ -75.147661422539599, 39.973048067077897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18030, "tnode_": 17996, "lpoly_": null, "rpoly_": null, "length": 103.01430061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 797, "l_t_add": 799, "r_f_add": 0, "r_t_add": 0, "st_code": 37020, "l_hundred": 700, "r_hundred": 0, "seg_id": 543442, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21080, "Shape__Length": 41.022279039496681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124198578997394, 39.972356378379899 ], [ -75.1240507898479, 39.972543562900199 ], [ -75.123987522188997, 39.972584763391403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18034, "tnode_": 17964, "lpoly_": null, "rpoly_": null, "length": 140.17158106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1246, "l_t_add": 1298, "r_f_add": 1243, "r_t_add": 1299, "st_code": 56740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543443, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21081, "Shape__Length": 55.859121285784767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127707347194701, 39.972467767106501 ], [ -75.127906559137301, 39.972820712282299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18043, "tnode_": 17775, "lpoly_": null, "rpoly_": null, "length": 507.82157771000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87910, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543446, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 21082, "Shape__Length": 202.48268625433056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146085117774604, 39.972842508797697 ], [ -75.145828377561799, 39.974222476787602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18043, "tnode_": 18028, "lpoly_": null, "rpoly_": null, "length": 222.2995153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 625, "st_code": 54280, "l_hundred": 600, "r_hundred": 600, "seg_id": 543447, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21083, "Shape__Length": 88.303592032263111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146085117774604, 39.972842508797697 ], [ -75.146867046021896, 39.972944825106303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18054, "tnode_": 17818, "lpoly_": null, "rpoly_": null, "length": 481.90113813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADWALLADER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 20800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543453, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "2009-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADWALLADER ST", "stname": "CADWALLADER ST", "objectid": 21084, "Shape__Length": 192.06913980279447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140412384471006, 39.972602044932799 ], [ -75.140570442217495, 39.972654485602803 ], [ -75.140887618533597, 39.973819651932999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18055, "tnode_": 18043, "lpoly_": null, "rpoly_": null, "length": 216.02479078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 520, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 54280, "l_hundred": 500, "r_hundred": 500, "seg_id": 543454, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21085, "Shape__Length": 85.811387414953771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145325744886605, 39.972740918942598 ], [ -75.146085117774604, 39.972842508797697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18054, "tnode_": 17815, "lpoly_": null, "rpoly_": null, "length": 484.89580661000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 12440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543455, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 21086, "Shape__Length": 193.25970456031723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140412384471006, 39.972602044932799 ], [ -75.140198930496197, 39.972710118328699 ], [ -75.1399560392843, 39.9738291229881 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18061, "tnode_": 18020, "lpoly_": null, "rpoly_": null, "length": 201.24788451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 520, "st_code": 77140, "l_hundred": 500, "r_hundred": 500, "seg_id": 543457, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21087, "Shape__Length": 79.983131633908656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129225842137998, 39.972366643367799 ], [ -75.128568406164405, 39.9725887816182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18061, "tnode_": 17886, "lpoly_": null, "rpoly_": null, "length": 353.87197045, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1338, "r_f_add": 1301, "r_t_add": 1339, "st_code": 62820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21088, "Shape__Length": 141.02719019170817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129225842137998, 39.972366643367799 ], [ -75.129708463797996, 39.973264297525702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18074, "tnode_": 17960, "lpoly_": null, "rpoly_": null, "length": 184.86370918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1428, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1415, "st_code": 34960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543460, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21089, "Shape__Length": 73.677621311870595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134298998184704, 39.972433016662997 ], [ -75.134249721380897, 39.972526243299001 ], [ -75.134061572784503, 39.972906451264201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18077, "tnode_": 17800, "lpoly_": null, "rpoly_": null, "length": 502.73982131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87890, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543462, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 21090, "Shape__Length": 200.4498230534914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144461438650694, 39.972638920034299 ], [ -75.144162979447898, 39.973999765948697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18077, "tnode_": 18055, "lpoly_": null, "rpoly_": null, "length": 245.07465701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 54280, "l_hundred": 500, "r_hundred": 500, "seg_id": 543463, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21091, "Shape__Length": 97.348245769709663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144461438650694, 39.972638920034299 ], [ -75.145325744886605, 39.972740918942598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18078, "tnode_": 17825, "lpoly_": null, "rpoly_": null, "length": 451.47160372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 64500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543464, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 21092, "Shape__Length": 180.00844050587324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139517687488194, 39.972515749405602 ], [ -75.139253255015205, 39.973738282314898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18079, "tnode_": 18030, "lpoly_": null, "rpoly_": null, "length": 189.04917832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 37020, "l_hundred": 800, "r_hundred": 800, "seg_id": 543466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21093, "Shape__Length": 75.131513839053582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124820071920396, 39.9721546933241 ], [ -75.124198578997394, 39.972356378379899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18079, "tnode_": 17908, "lpoly_": null, "rpoly_": null, "length": 348.50306449, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1230, "r_f_add": 1201, "r_t_add": 1233, "st_code": 75660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543467, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 21094, "Shape__Length": 138.8883304787239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124820071920396, 39.9721546933241 ], [ -75.125291692833002, 39.973039893312702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18082, "tnode_": 17986, "lpoly_": null, "rpoly_": null, "length": 368.73432013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 57360, "l_hundred": 600, "r_hundred": 600, "seg_id": 543468, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21095, "Shape__Length": 146.5521899073342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127584410972602, 39.972237904245802 ], [ -75.126384801303104, 39.972653512928602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18082, "tnode_": 18034, "lpoly_": null, "rpoly_": null, "length": 90.54693088, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1238, "l_t_add": 1244, "r_f_add": 1235, "r_t_add": 1241, "st_code": 56740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21096, "Shape__Length": 36.085250317787271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127584410972602, 39.972237904245802 ], [ -75.127707347194701, 39.972467767106501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18081, "tnode_": 17986, "lpoly_": null, "rpoly_": null, "length": 171.81489229, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1216, "l_t_add": 1232, "r_f_add": 1217, "r_t_add": 1233, "st_code": 17180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543470, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 21097, "Shape__Length": 68.469299479059231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126141640985594, 39.972220550700598 ], [ -75.126384801303104, 39.972653512928602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18030, "tnode_": 29756, "lpoly_": null, "rpoly_": null, "length": 543.22087836000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 543473, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 21098, "Shape__Length": 215.76842150521153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124198578997394, 39.972356378379899 ], [ -75.123690548569698, 39.972352294353598 ], [ -75.123035018889794, 39.972427200710797 ], [ -75.122273450945301, 39.972499850827603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18086, "tnode_": 17839, "lpoly_": null, "rpoly_": null, "length": 450.45172996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 87830, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543474, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 21099, "Shape__Length": 179.60071592394411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138936120638405, 39.9724454439556 ], [ -75.138672496228494, 39.973612177542797 ], [ -75.138668849554705, 39.9736644160919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18086, "tnode_": 18078, "lpoly_": null, "rpoly_": null, "length": 164.99771276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 200, "l_t_add": 242, "r_f_add": 201, "r_t_add": 243, "st_code": 54280, "l_hundred": 200, "r_hundred": 200, "seg_id": 543475, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21100, "Shape__Length": 65.54026892178004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138936120638405, 39.9724454439556 ], [ -75.139517687488194, 39.972515749405602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18088, "tnode_": 17806, "lpoly_": null, "rpoly_": null, "length": 502.37566672000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 61660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 21101, "Shape__Length": 200.30387411363259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143958183836602, 39.972574800908902 ], [ -75.143671762315293, 39.973888912833303 ], [ -75.143657111333496, 39.973934152857701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18088, "tnode_": 18077, "lpoly_": null, "rpoly_": null, "length": 142.9697449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 430, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 54280, "l_hundred": 400, "r_hundred": 400, "seg_id": 543477, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21102, "Shape__Length": 56.791026309187281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143958183836602, 39.972574800908902 ], [ -75.144461438650694, 39.972638920034299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18054, "tnode_": 18094, "lpoly_": null, "rpoly_": null, "length": 292.40594618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 331, "st_code": 54280, "l_hundred": 300, "r_hundred": 300, "seg_id": 543478, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21103, "Shape__Length": 116.15611334539818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140412384471006, 39.972602044932799 ], [ -75.140627515112499, 39.9726175800769 ], [ -75.141435282233502, 39.972480395947102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18094, "tnode_": 17851, "lpoly_": null, "rpoly_": null, "length": 450.30639053000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 36660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543479, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 21104, "Shape__Length": 179.53189515608091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141435282233502, 39.972480395947102 ], [ -75.141771203762204, 39.973689223018901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18096, "tnode_": 17995, "lpoly_": null, "rpoly_": null, "length": 187.24079918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1419, "st_code": 49660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543480, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 21105, "Shape__Length": 74.64673600003853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143543045622195, 39.972520284843903 ], [ -75.143504515487706, 39.972562523550103 ], [ -75.143408556919198, 39.973018987509001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18096, "tnode_": 18088, "lpoly_": null, "rpoly_": null, "length": 118.03486538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 426, "l_t_add": 428, "r_f_add": 427, "r_t_add": 431, "st_code": 54280, "l_hundred": 400, "r_hundred": 400, "seg_id": 543481, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21106, "Shape__Length": 46.886551214425431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143543045622195, 39.972520284843903 ], [ -75.143958183836602, 39.972574800908902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18098, "tnode_": 18086, "lpoly_": null, "rpoly_": null, "length": 162.68657611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 182, "l_t_add": 198, "r_f_add": 181, "r_t_add": 199, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543482, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21107, "Shape__Length": 64.622732529795925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1383633422261, 39.972373050558602 ], [ -75.138936120638405, 39.9724454439556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18104, "tnode_": 17869, "lpoly_": null, "rpoly_": null, "length": 449.90406772, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 40340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 21108, "Shape__Length": 179.38397373964153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137856508701802, 39.972309162739798 ], [ -75.137600575033105, 39.973528407122501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18104, "tnode_": 18098, "lpoly_": null, "rpoly_": null, "length": 143.94627951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 170, "l_t_add": 180, "r_f_add": 167, "r_t_add": 179, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21109, "Shape__Length": 57.178580957711986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137856508701802, 39.972309162739798 ], [ -75.1383633422261, 39.972373050558602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18116, "tnode_": 18079, "lpoly_": null, "rpoly_": null, "length": 171.44307088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 721, "l_t_add": 795, "r_f_add": 722, "r_t_add": 798, "st_code": 37020, "l_hundred": 700, "r_hundred": 700, "seg_id": 543487, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21110, "Shape__Length": 68.138358297524022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125378714516003, 39.9719629789343 ], [ -75.124820071920396, 39.9721546933241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18094, "tnode_": 27511, "lpoly_": null, "rpoly_": null, "length": 164.90079477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 314, "l_t_add": 336, "r_f_add": 333, "r_t_add": 339, "st_code": 54280, "l_hundred": 300, "r_hundred": 300, "seg_id": 543488, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21111, "Shape__Length": 65.504689548329992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141435282233502, 39.972480395947102 ], [ -75.1415191874801, 39.972475425823397 ], [ -75.1420130976135, 39.972397444890099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27511, "tnode_": 17850, "lpoly_": null, "rpoly_": null, "length": 483.45859157000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 61580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543489, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 21112, "Shape__Length": 192.78198839116675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1420130976135, 39.972397444890099 ], [ -75.142052477702904, 39.973724253118696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18118, "tnode_": 18124, "lpoly_": null, "rpoly_": null, "length": 122.18663267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 340, "l_t_add": 398, "r_f_add": 345, "r_t_add": 399, "st_code": 54280, "l_hundred": 300, "r_hundred": 300, "seg_id": 543491, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21113, "Shape__Length": 48.536928025351919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142155392212203, 39.9723663616195 ], [ -75.142221194895697, 39.9723514377458 ], [ -75.142583600171207, 39.972397663951199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18124, "tnode_": 18023, "lpoly_": null, "rpoly_": null, "length": 184.37877058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 87870, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 21114, "Shape__Length": 73.514538847480495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142583600171207, 39.972397663951199 ], [ -75.142479104401104, 39.972897380581003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18124, "tnode_": 18096, "lpoly_": null, "rpoly_": null, "length": 272.59218911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 400, "l_t_add": 424, "r_f_add": 401, "r_t_add": 425, "st_code": 54280, "l_hundred": 400, "r_hundred": 400, "seg_id": 543493, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21115, "Shape__Length": 108.28001687252807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142583600171207, 39.972397663951199 ], [ -75.143543045622195, 39.972520284843903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18127, "tnode_": 17877, "lpoly_": null, "rpoly_": null, "length": 454.49804582000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 54200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 21116, "Shape__Length": 181.21416730445927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137128657643999, 39.972200240116699 ], [ -75.1368615116115, 39.973430847441698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18127, "tnode_": 18104, "lpoly_": null, "rpoly_": null, "length": 207.82122453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 152, "l_t_add": 168, "r_f_add": 145, "r_t_add": 165, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543495, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21117, "Shape__Length": 82.554363566998376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137128657643999, 39.972200240116699 ], [ -75.137856508701802, 39.972309162739798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18131, "tnode_": 18034, "lpoly_": null, "rpoly_": null, "length": 407.40795364999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 20740, "l_hundred": 500, "r_hundred": 500, "seg_id": 543496, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CABOT ST", "stname": "E CABOT ST", "objectid": 21118, "Shape__Length": 161.92302370435027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129031991609395, 39.972007240165297 ], [ -75.127707347194701, 39.972467767106501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18131, "tnode_": 18061, "lpoly_": null, "rpoly_": null, "length": 141.74994346, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1240, "l_t_add": 1298, "r_f_add": 1245, "r_t_add": 1299, "st_code": 62820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543497, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21119, "Shape__Length": 56.490344333470304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129031991609395, 39.972007240165297 ], [ -75.129225842137998, 39.972366643367799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18132, "tnode_": 18061, "lpoly_": null, "rpoly_": null, "length": 310.44953025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 425, "l_t_add": 499, "r_f_add": 442, "r_t_add": 498, "st_code": 77140, "l_hundred": 400, "r_hundred": 400, "seg_id": 543498, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21120, "Shape__Length": 123.39115267871632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130230193226396, 39.972007254387599 ], [ -75.129225842137998, 39.972366643367799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18132, "tnode_": 17932, "lpoly_": null, "rpoly_": null, "length": 390.13812883000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1343, "st_code": 30360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543499, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 21121, "Shape__Length": 155.47733143002031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130230193226396, 39.972007254387599 ], [ -75.130768633270506, 39.972994865282203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18140, "tnode_": 17905, "lpoly_": null, "rpoly_": null, "length": 451.08193928000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 43800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 21122, "Shape__Length": 179.83222624609269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136330777031702, 39.972054568785097 ], [ -75.135954511464305, 39.973258529666403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18140, "tnode_": 18127, "lpoly_": null, "rpoly_": null, "length": 229.83602254000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 128, "l_t_add": 150, "r_f_add": 133, "r_t_add": 143, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21123, "Shape__Length": 91.305394642396678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136330777031702, 39.972054568785097 ], [ -75.137128657643999, 39.972200240116699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18152, "tnode_": 18116, "lpoly_": null, "rpoly_": null, "length": 161.85778188999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 720, "st_code": 37020, "l_hundred": 700, "r_hundred": 700, "seg_id": 543507, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21124, "Shape__Length": 64.332084465074971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125901780443996, 39.971774672328998 ], [ -75.125378714516003, 39.9719629789343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18152, "tnode_": 18081, "lpoly_": null, "rpoly_": null, "length": 175.78833050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 17180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543508, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 21125, "Shape__Length": 70.055347580467952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125901780443996, 39.971774672328998 ], [ -75.126141640985594, 39.972220550700598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18155, "tnode_": 18081, "lpoly_": null, "rpoly_": null, "length": 372.27585838, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 34480, "l_hundred": 600, "r_hundred": 600, "seg_id": 543509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLORA ST", "stname": "E FLORA ST", "objectid": 21126, "Shape__Length": 147.96089819628006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127350168215003, 39.971796541904901 ], [ -75.126141640985594, 39.972220550700598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18155, "tnode_": 18082, "lpoly_": null, "rpoly_": null, "length": 173.668082, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1216, "l_t_add": 1236, "r_f_add": 1217, "r_t_add": 1233, "st_code": 56740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543510, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21127, "Shape__Length": 69.211315523672909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127350168215003, 39.971796541904901 ], [ -75.127584410972602, 39.972237904245802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18157, "tnode_": 17918, "lpoly_": null, "rpoly_": null, "length": 449.95176651000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 43480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 21128, "Shape__Length": 179.38152715010614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135852518792802, 39.971967088939799 ], [ -75.135477675370794, 39.973168121876903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18157, "tnode_": 18140, "lpoly_": null, "rpoly_": null, "length": 137.78012419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 114, "l_t_add": 126, "r_f_add": 115, "r_t_add": 131, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543512, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21129, "Shape__Length": 54.734920529089628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135852518792802, 39.971967088939799 ], [ -75.136330777031702, 39.972054568785097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18164, "tnode_": 18131, "lpoly_": null, "rpoly_": null, "length": 90.75564677, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1232, "l_t_add": 1238, "r_f_add": 1237, "r_t_add": 1243, "st_code": 62820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543514, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21130, "Shape__Length": 36.167752200401054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128907485996805, 39.971777257357601 ], [ -75.129031991609395, 39.972007240165297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18182, "tnode_": 17934, "lpoly_": null, "rpoly_": null, "length": 450.03342687999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 35200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543522, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 21131, "Shape__Length": 179.41326177610793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135310301711996, 39.971868566392097 ], [ -75.134932663661502, 39.973069311526899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18182, "tnode_": 18157, "lpoly_": null, "rpoly_": null, "length": 156.15093923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 113, "st_code": 54280, "l_hundred": 100, "r_hundred": 100, "seg_id": 543523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21132, "Shape__Length": 62.032713027617994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135310301711996, 39.971868566392097 ], [ -75.135852518792802, 39.971967088939799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18191, "tnode_": 18182, "lpoly_": null, "rpoly_": null, "length": 142.73777156999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 54280, "l_hundred": 0, "r_hundred": 0, "seg_id": 543524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21133, "Shape__Length": 56.705137877096789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134815868964196, 39.971774658717898 ], [ -75.135310301711996, 39.971868566392097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18199, "tnode_": 18132, "lpoly_": null, "rpoly_": null, "length": 310.61880116000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 423, "r_f_add": 400, "r_t_add": 440, "st_code": 77140, "l_hundred": 400, "r_hundred": 400, "seg_id": 543526, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21134, "Shape__Length": 123.45191096455575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131242408025201, 39.971660037988798 ], [ -75.130230193226396, 39.972007254387599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18199, "tnode_": 18015, "lpoly_": null, "rpoly_": null, "length": 391.22353378000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1344, "r_f_add": 1301, "r_t_add": 1339, "st_code": 24380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543527, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 21135, "Shape__Length": 155.91032286842093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131242408025201, 39.971660037988798 ], [ -75.131778734751194, 39.972651556560699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18205, "tnode_": 18074, "lpoly_": null, "rpoly_": null, "length": 272.58145183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1426, "r_f_add": 1359, "r_t_add": 1399, "st_code": 34960, "l_hundred": 1400, "r_hundred": 1300, "seg_id": 543530, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21136, "Shape__Length": 108.6743289413514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134410107646502, 39.971700961826997 ], [ -75.134401979683304, 39.972247100363099 ], [ -75.134298998184704, 39.972433016662997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18205, "tnode_": 18191, "lpoly_": null, "rpoly_": null, "length": 116.85126716000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 54280, "l_hundred": 0, "r_hundred": 0, "seg_id": 543531, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21137, "Shape__Length": 46.420346486083012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134410107646502, 39.971700961826997 ], [ -75.134815868964196, 39.971774658717898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18208, "tnode_": 18152, "lpoly_": null, "rpoly_": null, "length": 230.02140396, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 613, "l_t_add": 699, "r_f_add": 612, "r_t_add": 698, "st_code": 37020, "l_hundred": 600, "r_hundred": 600, "seg_id": 543532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21138, "Shape__Length": 91.418650167697621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126651958257099, 39.971518601525197 ], [ -75.125901780443996, 39.971774672328998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18238, "tnode_": 18208, "lpoly_": null, "rpoly_": null, "length": 139.51168471999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 610, "st_code": 37020, "l_hundred": 600, "r_hundred": 600, "seg_id": 543538, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21139, "Shape__Length": 55.448320575700151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127104955721094, 39.971359873999702 ], [ -75.126651958257099, 39.971518601525197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18238, "tnode_": 18155, "lpoly_": null, "rpoly_": null, "length": 173.28255389, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1215, "st_code": 56740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543539, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21140, "Shape__Length": 69.053312289835091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127104955721094, 39.971359873999702 ], [ -75.127350168215003, 39.971796541904901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18240, "tnode_": 17674, "lpoly_": null, "rpoly_": null, "length": 1999.6225612799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2322, "l_t_add": 2360, "r_f_add": 2323, "r_t_add": 2361, "st_code": 1060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543541, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21141, "Shape__Length": 795.35885860737562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124611726432093, 39.970927562525198 ], [ -75.123537130345795, 39.971611045336502 ], [ -75.122795695630799, 39.972084595464402 ], [ -75.122221920648101, 39.972427004763098 ], [ -75.121609917927799, 39.9727619509774 ], [ -75.1208718946571, 39.973146680895503 ], [ -75.120524310753694, 39.973333128847102 ], [ -75.119897272944499, 39.973662321903497 ], [ -75.119075175221994, 39.974099186248402 ], [ -75.1189258613813, 39.974229784606997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18241, "tnode_": 18199, "lpoly_": null, "rpoly_": null, "length": 199.85238931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 323, "l_t_add": 399, "r_f_add": 320, "r_t_add": 398, "st_code": 77140, "l_hundred": 300, "r_hundred": 300, "seg_id": 543543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21142, "Shape__Length": 79.430389364305839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131891596388996, 39.971433102310101 ], [ -75.131242408025201, 39.971660037988798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18241, "tnode_": 17958, "lpoly_": null, "rpoly_": null, "length": 580.82313622999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 62100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OXFORD ST", "stname": "E OXFORD ST", "objectid": 21143, "Shape__Length": 231.46784188803423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131891596388996, 39.971433102310101 ], [ -75.132215654418303, 39.972011201691302 ], [ -75.132692741499696, 39.9729035100804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18245, "tnode_": 18164, "lpoly_": null, "rpoly_": null, "length": 166.81989302999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1216, "l_t_add": 1230, "r_f_add": 1215, "r_t_add": 1235, "st_code": 62820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543545, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21144, "Shape__Length": 66.480310411745705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128678363782498, 39.971354606630797 ], [ -75.128907485996805, 39.971777257357601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18255, "tnode_": 18094, "lpoly_": null, "rpoly_": null, "length": 397.0512412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1304, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1399, "st_code": 36660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543546, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 21145, "Shape__Length": 158.29886251031544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141149074466099, 39.971412916850198 ], [ -75.141435282233502, 39.972480395947102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18387, "tnode_": 18255, "lpoly_": null, "rpoly_": null, "length": 195.59013391000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1302, "r_f_add": 1301, "r_t_add": 1319, "st_code": 36660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543548, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 21146, "Shape__Length": 77.977090888595654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1410020538504, 39.970888048562401 ], [ -75.141149074466099, 39.971412916850198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18283, "tnode_": 18238, "lpoly_": null, "rpoly_": null, "length": 198.21451918, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 523, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 37020, "l_hundred": 500, "r_hundred": 500, "seg_id": 543550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21147, "Shape__Length": 78.802321035573286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127719171120106, 39.971090168978499 ], [ -75.127104955721094, 39.971359873999702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18287, "tnode_": 18241, "lpoly_": null, "rpoly_": null, "length": 206.99601449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 301, "l_t_add": 321, "r_f_add": 300, "r_t_add": 318, "st_code": 77140, "l_hundred": 300, "r_hundred": 300, "seg_id": 543551, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21148, "Shape__Length": 82.268593693719097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132564879795893, 39.971199572058403 ], [ -75.131891596388996, 39.971433102310101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18287, "tnode_": 18017, "lpoly_": null, "rpoly_": null, "length": 581.25462325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 53660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 21149, "Shape__Length": 231.63888693002073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132564879795893, 39.971199572058403 ], [ -75.133367140505896, 39.972670962603701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18296, "tnode_": 18227, "lpoly_": null, "rpoly_": null, "length": 188.90795504000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 83200, "l_hundred": 700, "r_hundred": 700, "seg_id": 543553, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 21150, "Shape__Length": 75.183717239189704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1248425661977, 39.970964341173101 ], [ -75.124736663685098, 39.971019580447297 ], [ -75.124529382090202, 39.971179443032298 ], [ -75.124414036054603, 39.971285443402003 ], [ -75.124380325348795, 39.9713351611354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18296, "tnode_": 18116, "lpoly_": null, "rpoly_": null, "length": 393.60060016, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HEWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 42260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543554, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HEWSON ST", "stname": "E HEWSON ST", "objectid": 21151, "Shape__Length": 156.85720038199116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1248425661977, 39.970964341173101 ], [ -75.125378714516003, 39.9719629789343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18317, "tnode_": 18199, "lpoly_": null, "rpoly_": null, "length": 232.3570391, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1232, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 24380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543558, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 21152, "Shape__Length": 92.598142914942855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130926390771606, 39.971070890573202 ], [ -75.131226474688802, 39.971612762445801 ], [ -75.131242408025201, 39.971660037988798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18345, "tnode_": 18166, "lpoly_": null, "rpoly_": null, "length": 391.42066096999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 68240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543559, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21153, "Shape__Length": 155.72236808709215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122250512420607, 39.970842304298301 ], [ -75.121783713211897, 39.970956635517403 ], [ -75.121437523475095, 39.971301245717697 ], [ -75.121212050893007, 39.971497629779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18322, "tnode_": 18287, "lpoly_": null, "rpoly_": null, "length": 57.24396546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLBOROUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 53660, "l_hundred": 0, "r_hundred": 0, "seg_id": 543560, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLBOROUGH ST", "stname": "MARLBOROUGH ST", "objectid": 21154, "Shape__Length": 22.811316670308276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132482950870696, 39.971055627674403 ], [ -75.132564879795893, 39.971199572058403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18323, "tnode_": 30080, "lpoly_": null, "rpoly_": null, "length": 516.4229261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1310, "l_t_add": 1398, "r_f_add": 1315, "r_t_add": 1399, "st_code": 25660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE ST", "stname": "CREASE ST", "objectid": 21155, "Shape__Length": 205.80032098414455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133448862763998, 39.971102372608797 ], [ -75.134124008894702, 39.972337430322199 ], [ -75.134166214296997, 39.972408123679799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18342, "tnode_": 18283, "lpoly_": null, "rpoly_": null, "length": 216.12472128, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 501, "l_t_add": 521, "r_f_add": 500, "r_t_add": 524, "st_code": 37020, "l_hundred": 500, "r_hundred": 500, "seg_id": 543567, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21156, "Shape__Length": 85.890426349992609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128429382238295, 39.9708590915454 ], [ -75.127719171120106, 39.971090168978499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18342, "tnode_": 18245, "lpoly_": null, "rpoly_": null, "length": 193.52712771, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PALMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1213, "st_code": 62820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543568, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PALMER ST", "stname": "E PALMER ST", "objectid": 21157, "Shape__Length": 77.128557183383947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128429382238295, 39.9708590915454 ], [ -75.128678363782498, 39.971354606630797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18166, "tnode_": 17678, "lpoly_": null, "rpoly_": null, "length": 1405.2418470299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9105, "l_hundred": 0, "r_hundred": 0, "seg_id": 543571, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F", "stname": "DELAWARE EXPY RAMP F", "objectid": 21158, "Shape__Length": 559.22691615039707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121212050893007, 39.971497629779101 ], [ -75.121314672181995, 39.971631193072 ], [ -75.121360390096399, 39.971650835832698 ], [ -75.121437020558702, 39.971688350408499 ], [ -75.121511241187306, 39.971740114462101 ], [ -75.121542961077694, 39.971785182490301 ], [ -75.121567417062494, 39.971825793420102 ], [ -75.121586355397696, 39.971864848023003 ], [ -75.121599694727607, 39.971918158393699 ], [ -75.121634734366495, 39.972007848394703 ], [ -75.121617453617702, 39.972122676118801 ], [ -75.121584474781699, 39.972200931014001 ], [ -75.121481311061004, 39.9723236676206 ], [ -75.121378657254894, 39.9724332481887 ], [ -75.118597925905902, 39.974161732956901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18347, "tnode_": 18296, "lpoly_": null, "rpoly_": null, "length": 151.51031968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 748, "st_code": 83200, "l_hundred": 700, "r_hundred": 700, "seg_id": 543573, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 21159, "Shape__Length": 60.224058385688537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125325171524807, 39.970776971380197 ], [ -75.1248425661977, 39.970964341173101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18347, "tnode_": 18152, "lpoly_": null, "rpoly_": null, "length": 397.75645614999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 17180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543574, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BERKS ST", "stname": "E BERKS ST", "objectid": 21160, "Shape__Length": 158.50088301486321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125325171524807, 39.970776971380197 ], [ -75.125901780443996, 39.971774672328998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18352, "tnode_": 18166, "lpoly_": null, "rpoly_": null, "length": 486.46372693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHIRRA", "st_type": "DR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2800, "l_t_add": 2998, "r_f_add": 2801, "r_t_add": 2999, "st_code": 71225, "l_hundred": 800, "r_hundred": 800, "seg_id": 543577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHIRRA DR", "stname": "SCHIRRA DR", "objectid": 21161, "Shape__Length": 193.53714966199391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119903235911295, 39.970628714719098 ], [ -75.121115713449001, 39.971386775718699 ], [ -75.121212050893007, 39.971497629779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18358, "tnode_": 18205, "lpoly_": null, "rpoly_": null, "length": 276.91065752999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1357, "st_code": 34960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543579, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21162, "Shape__Length": 110.41712509382934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134422408071003, 39.970940866419703 ], [ -75.134410107646502, 39.971700961826997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18358, "tnode_": 18323, "lpoly_": null, "rpoly_": null, "length": 284.99443348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 55520, "l_hundred": 200, "r_hundred": 200, "seg_id": 543580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 21163, "Shape__Length": 113.22866917868012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134422408071003, 39.970940866419703 ], [ -75.1339566444491, 39.970937709959998 ], [ -75.133448862763998, 39.971102372608797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18377, "tnode_": 18322, "lpoly_": null, "rpoly_": null, "length": 247.66378031, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 235, "l_t_add": 299, "r_f_add": 238, "r_t_add": 298, "st_code": 77140, "l_hundred": 200, "r_hundred": 200, "seg_id": 543583, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21164, "Shape__Length": 98.431274425255339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133288203303096, 39.970775698636999 ], [ -75.132482950870696, 39.971055627674403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18377, "tnode_": 18323, "lpoly_": null, "rpoly_": null, "length": 127.45256415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1300, "l_t_add": 1308, "r_f_add": 1301, "r_t_add": 1313, "st_code": 25660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543584, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE ST", "stname": "CREASE ST", "objectid": 21165, "Shape__Length": 50.795411169284179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133288203303096, 39.970775698636999 ], [ -75.133302432544099, 39.970824804633203 ], [ -75.133448862763998, 39.971102372608797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18393, "tnode_": 18245, "lpoly_": null, "rpoly_": null, "length": 622.25932059000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FLORA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 34480, "l_hundred": 400, "r_hundred": 400, "seg_id": 543586, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FLORA ST", "stname": "E FLORA ST", "objectid": 21166, "Shape__Length": 247.30941775457239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130702943006597, 39.970653612197403 ], [ -75.128678363782498, 39.971354606630797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18393, "tnode_": 18317, "lpoly_": null, "rpoly_": null, "length": 164.40321904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COLUMBIA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1214, "l_t_add": 1230, "r_f_add": 1207, "r_t_add": 1233, "st_code": 24380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543587, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COLUMBIA AVE", "stname": "E COLUMBIA AVE", "objectid": 21167, "Shape__Length": 65.517347364136825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130702943006597, 39.970653612197403 ], [ -75.130926390771606, 39.971070890573202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18403, "tnode_": 18347, "lpoly_": null, "rpoly_": null, "length": 241.46742409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 623, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 83200, "l_hundred": 600, "r_hundred": 600, "seg_id": 543589, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 21168, "Shape__Length": 95.977420532498769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126098720502398, 39.970485169021302 ], [ -75.125325171524807, 39.970776971380197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18403, "tnode_": 18208, "lpoly_": null, "rpoly_": null, "length": 407.1448563, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 83560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543590, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILT ST", "stname": "E WILT ST", "objectid": 21169, "Shape__Length": 162.25419957259192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126098720502398, 39.970485169021302 ], [ -75.126651958257099, 39.971518601525197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18405, "tnode_": 18342, "lpoly_": null, "rpoly_": null, "length": 303.30758041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GIRARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 437, "l_t_add": 499, "r_f_add": 430, "r_t_add": 498, "st_code": 37020, "l_hundred": 400, "r_hundred": 400, "seg_id": 543591, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GIRARD AVE", "stname": "E GIRARD AVE", "objectid": 21170, "Shape__Length": 120.52954570481366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129435713438298, 39.970552913008603 ], [ -75.128429382238295, 39.9708590915454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18429, "tnode_": 18345, "lpoly_": null, "rpoly_": null, "length": 251.75198913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 29760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYOTT ST", "stname": "DYOTT ST", "objectid": 21171, "Shape__Length": 100.31413858619413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122202045056397, 39.970219683746201 ], [ -75.122067074495902, 39.970512392241702 ], [ -75.122069003987505, 39.9706343915581 ], [ -75.122095335389602, 39.970718454186397 ], [ -75.122250512420607, 39.970842304298301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18440, "tnode_": 18403, "lpoly_": null, "rpoly_": null, "length": 138.25337936, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 601, "l_t_add": 621, "r_f_add": 600, "r_t_add": 620, "st_code": 83200, "l_hundred": 600, "r_hundred": 600, "seg_id": 543598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 21172, "Shape__Length": 54.954849980371399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126538214795303, 39.970312857534701 ], [ -75.126098720502398, 39.970485169021302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18440, "tnode_": 18238, "lpoly_": null, "rpoly_": null, "length": 413.16501859000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 56740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543599, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21173, "Shape__Length": 164.65114603867744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126538214795303, 39.970312857534701 ], [ -75.127104955721094, 39.971359873999702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18496, "tnode_": 18440, "lpoly_": null, "rpoly_": null, "length": 217.69715207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILDEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 523, "l_t_add": 599, "r_f_add": 514, "r_t_add": 598, "st_code": 83200, "l_hundred": 500, "r_hundred": 500, "seg_id": 543603, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILDEY ST", "stname": "E WILDEY ST", "objectid": 21174, "Shape__Length": 86.534558729154256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127228222871096, 39.970038490878601 ], [ -75.126538214795303, 39.970312857534701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18496, "tnode_": 18283, "lpoly_": null, "rpoly_": null, "length": 407.07026886, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 32580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543604, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EYRE ST", "stname": "E EYRE ST", "objectid": 21175, "Shape__Length": 162.24310680527182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127228222871096, 39.970038490878601 ], [ -75.127719171120106, 39.971090168978499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18578, "tnode_": 18440, "lpoly_": null, "rpoly_": null, "length": 323.24459842, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1008, "l_t_add": 1098, "r_f_add": 1009, "r_t_add": 1099, "st_code": 56740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543609, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21176, "Shape__Length": 128.79569649879517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126040892876603, 39.969512254336998 ], [ -75.126538214795303, 39.970312857534701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18583, "tnode_": 18429, "lpoly_": null, "rpoly_": null, "length": 465.71477447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 16320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543613, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21177, "Shape__Length": 185.29799167368981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123336414726396, 39.969429033264099 ], [ -75.122596811082005, 39.969648823636 ], [ -75.122487521098606, 39.969708870443696 ], [ -75.122390164813694, 39.969792236040497 ], [ -75.122321970452205, 39.9698960217343 ], [ -75.1222463184465, 39.970081939258598 ], [ -75.122202045056397, 39.970219683746201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18583, "tnode_": 18408, "lpoly_": null, "rpoly_": null, "length": 393.4851531, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 900, "l_t_add": 998, "r_f_add": 0, "r_t_add": 0, "st_code": 75660, "l_hundred": 900, "r_hundred": 0, "seg_id": 543614, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 21178, "Shape__Length": 156.8027799657896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123336414726396, 39.969429033264099 ], [ -75.123886747717293, 39.970422744227001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15904, "tnode_": 15866, "lpoly_": null, "rpoly_": null, "length": 110.91027445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCADIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 12980, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCADIA ST", "stname": "ARCADIA ST", "objectid": 21179, "Shape__Length": 44.113119214150814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125311950095707, 39.984552914782299 ], [ -75.124982679328696, 39.984721855679098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15904, "tnode_": 15935, "lpoly_": null, "rpoly_": null, "length": 110.54120424, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SERGEANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2069, "l_t_add": 2099, "r_f_add": 2064, "r_t_add": 2098, "st_code": 71860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543618, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SERGEANT ST", "stname": "E SERGEANT ST", "objectid": 21180, "Shape__Length": 44.030262121958891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125311950095707, 39.984552914782299 ], [ -75.125116879474703, 39.9843417776084 ], [ -75.125087891683805, 39.984303360671397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27007, "tnode_": 17035, "lpoly_": null, "rpoly_": null, "length": 158.43451917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 252, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 56760, "l_hundred": 200, "r_hundred": 200, "seg_id": 543619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-05-22T00:00:00Z", "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 21181, "Shape__Length": 62.938508813081228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1397859674301, 39.977932458530503 ], [ -75.140344232874, 39.978001003298097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27078, "tnode_": 27077, "lpoly_": null, "rpoly_": null, "length": 508.63235711, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 54140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543620, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2011-02-03T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 21182, "Shape__Length": 202.81114992719321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153669221760197, 39.976699600814001 ], [ -75.153366110835705, 39.978076249144799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27078, "tnode_": 17301, "lpoly_": null, "rpoly_": null, "length": 34.61239108, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OXFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1118, "l_t_add": 1118, "r_f_add": 1119, "r_t_add": 1119, "st_code": 62120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543621, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W OXFORD ST", "stname": "W OXFORD ST", "objectid": 21183, "Shape__Length": 13.749803903513561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153669221760197, 39.976699600814001 ], [ -75.153790951546796, 39.9767156421942 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27077, "tnode_": 17056, "lpoly_": null, "rpoly_": null, "length": 224.13884236000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1129, "r_t_add": 1199, "st_code": 22010, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543622, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 21184, "Shape__Length": 89.040307104235623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153366110835705, 39.978076249144799 ], [ -75.154155456423098, 39.978175316702902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27074, "tnode_": 27073, "lpoly_": null, "rpoly_": null, "length": 649.26886127, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 62960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543623, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2000-06-13T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 21185, "Shape__Length": 258.78740214643454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156901610288301, 39.978524794425901 ], [ -75.156692913519606, 39.9792958775042 ], [ -75.156459296808805, 39.9792627557242 ], [ -75.156259721204904, 39.980060060290498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17016, "tnode_": 27074, "lpoly_": null, "rpoly_": null, "length": 44.06312654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1314, "l_t_add": 1314, "r_f_add": 1315, "r_t_add": 1315, "st_code": 22010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543624, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 21186, "Shape__Length": 17.504970944417369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156747085954194, 39.978502456987897 ], [ -75.156901610288301, 39.978524794425901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27069, "tnode_": 16304, "lpoly_": null, "rpoly_": null, "length": 564.04083315000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 19140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543626, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-12T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 21187, "Shape__Length": 224.92078629036914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157257244634295, 39.981702891421698 ], [ -75.156917548909504, 39.983229042571203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27070, "tnode_": 27076, "lpoly_": null, "rpoly_": null, "length": 562.0351993700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIACOURAS", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 50635, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543627, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2008-02-11T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "LIACOURAS WALK", "stname": "LIACOURAS WALK", "objectid": 21188, "Shape__Length": 224.12218029772347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155945933414202, 39.9815256405955 ], [ -75.155619527521296, 39.983047927143197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27071, "tnode_": 16352, "lpoly_": null, "rpoly_": null, "length": 560.98535342000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88050, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543628, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 21189, "Shape__Length": 223.70144728756233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155070317264801, 39.981410948291398 ], [ -75.154732816843904, 39.982928878662499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27072, "tnode_": 16373, "lpoly_": null, "rpoly_": null, "length": 566.62810663000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 88030, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543629, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 21190, "Shape__Length": 225.95059313951981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153503776161102, 39.981195872173501 ], [ -75.153160846006799, 39.982728802162399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27071, "tnode_": 27070, "lpoly_": null, "rpoly_": null, "length": 248.91127283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLETT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1300, "l_t_add": 1340, "r_f_add": 1301, "r_t_add": 1339, "st_code": 65170, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543630, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-08-27T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "POLETT WALK", "stname": "POLETT WALK", "objectid": 21191, "Shape__Length": 98.887028539853077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155070317264801, 39.981410948291398 ], [ -75.155945933414202, 39.9815256405955 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27070, "tnode_": 27069, "lpoly_": null, "rpoly_": null, "length": 373.10631287999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLETT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 65170, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543631, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-08-27T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "POLETT WALK", "stname": "POLETT WALK", "objectid": 21192, "Shape__Length": 148.2283748372617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155945933414202, 39.9815256405955 ], [ -75.157257244634295, 39.981702891421698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27069, "tnode_": 27068, "lpoly_": null, "rpoly_": null, "length": 466.8590755, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 17200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543632, "oneway": "TF", "class": 12, "responsibl": "PRIVATE", "update_": "2006-10-24T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 21193, "Shape__Length": 185.47518837224888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157257244634295, 39.981702891421698 ], [ -75.158898066852601, 39.981924660211902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27073, "tnode_": 16777, "lpoly_": null, "rpoly_": null, "length": 376.5401093, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 56760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543633, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 21194, "Shape__Length": 149.58802683262684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156259721204904, 39.980060060290498 ], [ -75.157584568090996, 39.980232264584501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27072, "tnode_": 27071, "lpoly_": null, "rpoly_": null, "length": 445.93989674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLETT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 65170, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543634, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-08-27T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "POLETT WALK", "stname": "POLETT WALK", "objectid": 21195, "Shape__Length": 177.16367210427038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153503776161102, 39.981195872173501 ], [ -75.155070317264801, 39.981410948291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27076, "tnode_": 16304, "lpoly_": null, "rpoly_": null, "length": 369.96588178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 60140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543635, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W NORRIS ST", "stname": "W NORRIS ST", "objectid": 21196, "Shape__Length": 146.98595861011827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155619527521296, 39.983047927143197 ], [ -75.156749219986494, 39.983191792480497 ], [ -75.156917548909504, 39.983229042571203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27076, "tnode_": 27075, "lpoly_": null, "rpoly_": null, "length": 541.89627492, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 1901, "r_t_add": 2099, "st_code": 62960, "l_hundred": 2000, "r_hundred": 1900, "seg_id": 543636, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2011-04-14T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 21197, "Shape__Length": 216.09823190256421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155619527521296, 39.983047927143197 ], [ -75.155319896030903, 39.984517533919302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16635, "tnode_": 27072, "lpoly_": null, "rpoly_": null, "length": 446.65755364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POLETT", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 65170, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543637, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-08-27T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "POLETT WALK", "stname": "POLETT WALK", "objectid": 21198, "Shape__Length": 177.43892906039352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923981052093, 39.981033398474203 ], [ -75.153503776161102, 39.981195872173501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27075, "tnode_": 16032, "lpoly_": null, "rpoly_": null, "length": 125.20749241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1342, "l_t_add": 1370, "r_f_add": 1341, "r_t_add": 1369, "st_code": 28440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 543638, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 21199, "Shape__Length": 49.743933419834782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155319896030903, 39.984517533919302 ], [ -75.155760976719193, 39.984572409899798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27075, "tnode_": 15748, "lpoly_": null, "rpoly_": null, "length": 597.5175033, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 62960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543639, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-05-30T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 21200, "Shape__Length": 238.27311836017492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155319896030903, 39.984517533919302 ], [ -75.154984549964595, 39.986071340095897 ], [ -75.154941615877902, 39.986127539848198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27073, "tnode_": 27070, "lpoly_": null, "rpoly_": null, "length": 541.07835286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIACOURAS", "st_type": "WALK", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 50635, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543640, "oneway": "FT", "class": 12, "responsibl": "PRIVATE", "update_": "2008-02-11T00:00:00Z", "newsegdate": "1998-06-12T00:00:00Z", "multi_rep": 0, "streetlabe": "LIACOURAS WALK", "stname": "LIACOURAS WALK", "objectid": 21201, "Shape__Length": 215.76059537897086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156259721204904, 39.980060060290498 ], [ -75.155945933414202, 39.9815256405955 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27361, "tnode_": 13964, "lpoly_": null, "rpoly_": null, "length": 17.04049701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3136, "l_t_add": 3136, "r_f_add": 3137, "r_t_add": 3137, "st_code": 31220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543644, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 21202, "Shape__Length": 6.7966764572882008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126523011099707, 39.997650338530697 ], [ -75.126512620690804, 39.997696429142401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27360, "tnode_": 15429, "lpoly_": null, "rpoly_": null, "length": 26.58425996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 119, "l_t_add": 119, "r_f_add": 120, "r_t_add": 120, "st_code": 26340, "l_hundred": 100, "r_hundred": 100, "seg_id": 543645, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E CUMBERLAND ST", "stname": "E CUMBERLAND ST", "objectid": 21203, "Shape__Length": 10.562249477517883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130894242698702, 39.987726258750499 ], [ -75.130800636056307, 39.9877143780433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15226, "tnode_": 27366, "lpoly_": null, "rpoly_": null, "length": 19.81155891, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AUBURN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2039, "l_t_add": 2039, "r_f_add": 2038, "r_t_add": 2042, "st_code": 14020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543646, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E AUBURN ST", "stname": "E AUBURN ST", "objectid": 21204, "Shape__Length": 7.89243445756897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118571885633401, 39.988825712780198 ], [ -75.118533063186703, 39.988780259597497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15152, "tnode_": 27367, "lpoly_": null, "rpoly_": null, "length": 30.9695128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2940, "l_t_add": 2940, "r_f_add": 2941, "r_t_add": 2941, "st_code": 12400, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 543647, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-02-15T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 21205, "Shape__Length": 12.318931279958955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115910922217196, 39.989105136855102 ], [ -75.115819517880794, 39.989152931834901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27368, "tnode_": 14838, "lpoly_": null, "rpoly_": null, "length": 39.40070837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3050, "l_t_add": 3050, "r_f_add": 3017, "r_t_add": 3017, "st_code": 34960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543648, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2009-01-15T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21206, "Shape__Length": 15.668016411463055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114272110580899, 39.991129225467603 ], [ -75.114149009876797, 39.991181504702404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27369, "tnode_": 15403, "lpoly_": null, "rpoly_": null, "length": 21.27763492, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2249, "l_t_add": 2249, "r_f_add": 2248, "r_t_add": 2248, "st_code": 12680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543649, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E ANN ST", "stname": "E ANN ST", "objectid": 21207, "Shape__Length": 8.4800220519620666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112667958482206, 39.987513147109603 ], [ -75.112634800901901, 39.987460600230001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27370, "tnode_": 15695, "lpoly_": null, "rpoly_": null, "length": 20.09828317, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2519, "l_t_add": 2519, "r_f_add": 2514, "r_t_add": 2514, "st_code": 23620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E CLEARFIELD ST", "stname": "E CLEARFIELD ST", "objectid": 21208, "Shape__Length": 8.0045565531811427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107165664834199, 39.985403059532601 ], [ -75.107122908659704, 39.985358762315997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14864, "tnode_": 27365, "lpoly_": null, "rpoly_": null, "length": 25.15177516, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1130, "l_t_add": 1130, "r_f_add": 1135, "r_t_add": 1135, "st_code": 44080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543652, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 21209, "Shape__Length": 9.9933888886241302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150587321190699, 39.991801198809 ], [ -75.150676253595904, 39.991810584038397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27511, "tnode_": 18118, "lpoly_": null, "rpoly_": null, "length": 41.45776167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 338, "l_t_add": 338, "r_f_add": 341, "r_t_add": 343, "st_code": 54280, "l_hundred": 300, "r_hundred": 300, "seg_id": 543654, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21210, "Shape__Length": 16.471094783918826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1420130976135, 39.972397444890099 ], [ -75.142155392212203, 39.9723663616195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27510, "tnode_": 17614, "lpoly_": null, "rpoly_": null, "length": 31.34254172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 30360, "l_hundred": 0, "r_hundred": 0, "seg_id": 543655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-09-29T00:00:00Z", "newsegdate": "1998-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "EARL ST", "stname": "EARL ST", "objectid": 21211, "Shape__Length": 12.45401392613433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132184107273005, 39.9746145853263 ], [ -75.132241921802901, 39.974634996056601 ], [ -75.132290068185, 39.974632931781002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15295, "tnode_": 30162, "lpoly_": null, "rpoly_": null, "length": 448.67869542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOSTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 18410, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543660, "oneway": "B", "class": 13, "responsibl": "PHA", "update_": "2024-12-03T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "BOSTON PL", "stname": "BOSTON PL", "objectid": 21212, "Shape__Length": 178.26325400849063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148547704005495, 39.989017329786002 ], [ -75.150134312986793, 39.989183510599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27844, "tnode_": 27845, "lpoly_": null, "rpoly_": null, "length": 125.0840902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2501, "r_t_add": 2533, "st_code": 88050, "l_hundred": 0, "r_hundred": 2500, "seg_id": 543661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 21213, "Shape__Length": 49.885905755652708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152839790345197, 39.990998339010702 ], [ -75.152765644450199, 39.991336940920498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27845, "tnode_": 27846, "lpoly_": null, "rpoly_": null, "length": 125.91508649000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2535, "r_t_add": 2563, "st_code": 88050, "l_hundred": 0, "r_hundred": 2500, "seg_id": 543662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-02-09T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 21214, "Shape__Length": 50.217572017076066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152765644450199, 39.991336940920498 ], [ -75.152691005293903, 39.9916777922896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27846, "tnode_": 27847, "lpoly_": null, "rpoly_": null, "length": 143.29093243, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2565, "r_t_add": 2599, "st_code": 88050, "l_hundred": 0, "r_hundred": 2500, "seg_id": 543663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-02-09T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 21215, "Shape__Length": 57.147727039075683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152691005293903, 39.9916777922896 ], [ -75.152606064071094, 39.992065679746801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27847, "tnode_": 14836, "lpoly_": null, "rpoly_": null, "length": 36.01083197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTINGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 44080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543664, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-10T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "W HUNTINGDON ST", "stname": "W HUNTINGDON ST", "objectid": 21216, "Shape__Length": 14.308506872391886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152606064071094, 39.992065679746801 ], [ -75.152732814744695, 39.992082033465401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28083, "tnode_": 17179, "lpoly_": null, "rpoly_": null, "length": 246.25679817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1770, "l_t_add": 1798, "r_f_add": 1769, "r_t_add": 1799, "st_code": 17820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543671, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-06T00:00:00Z", "newsegdate": "2000-01-12T00:00:00Z", "multi_rep": 0, "streetlabe": "BLAIR ST", "stname": "BLAIR ST", "objectid": 21217, "Shape__Length": 98.141308083926063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132744966251707, 39.976313036666397 ], [ -75.1323976958804, 39.9769340071567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28107, "tnode_": 15943, "lpoly_": null, "rpoly_": null, "length": 279.41080470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2138, "l_t_add": 2198, "r_f_add": 2139, "r_t_add": 2199, "st_code": 53860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-04-24T00:00:00Z", "newsegdate": "2000-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 21218, "Shape__Length": 111.42663699748212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144793870845007, 39.984040697302 ], [ -75.144658588308005, 39.984737376697097 ], [ -75.144657270260694, 39.984799976775101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28107, "tnode_": 28108, "lpoly_": null, "rpoly_": null, "length": 111.35890801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 82540, "l_hundred": 600, "r_hundred": 600, "seg_id": 543673, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2000-04-24T00:00:00Z", "newsegdate": "2000-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "WESTMONT ST", "stname": "WESTMONT ST", "objectid": 21219, "Shape__Length": 44.240429219846618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144793870845007, 39.984040697302 ], [ -75.145187603866702, 39.984082071948301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28139, "tnode_": 28140, "lpoly_": null, "rpoly_": null, "length": 93.40881355, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2328, "r_f_add": 2301, "r_t_add": 2331, "st_code": 87870, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 21220, "Shape__Length": 37.250715513756788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139573972508501, 39.986262535473799 ], [ -75.1395193719015, 39.9865154910811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28140, "tnode_": 15525, "lpoly_": null, "rpoly_": null, "length": 284.33290559, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2333, "r_t_add": 2399, "st_code": 87870, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 21221, "Shape__Length": 113.39062056536946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395193719015, 39.9865154910811 ], [ -75.139353169922501, 39.987285478583402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28140, "tnode_": 28141, "lpoly_": null, "rpoly_": null, "length": 129.15242841, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 27160, "l_hundred": 400, "r_hundred": 400, "seg_id": 543676, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DAKOTA ST", "stname": "W DAKOTA ST", "objectid": 21222, "Shape__Length": 51.313960434785017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395193719015, 39.9865154910811 ], [ -75.139972956414198, 39.986578423062603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15737, "tnode_": 28141, "lpoly_": null, "rpoly_": null, "length": 269.21289312, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2332, "r_f_add": 2301, "r_t_add": 2327, "st_code": 50100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 21223, "Shape__Length": 107.3595672182016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140131612338493, 39.985849547209902 ], [ -75.139972956414198, 39.986578423062603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28141, "tnode_": 15512, "lpoly_": null, "rpoly_": null, "length": 282.86255511000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2334, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 50100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543678, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-02-25T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 21224, "Shape__Length": 112.80415503723592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139972956414198, 39.986578423062603 ], [ -75.139806251536001, 39.987344254063501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28142, "tnode_": 28143, "lpoly_": null, "rpoly_": null, "length": 143.20424572, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEVADA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 59440, "l_hundred": 300, "r_hundred": 300, "seg_id": 543679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W NEVADA ST", "stname": "W NEVADA ST", "objectid": 21225, "Shape__Length": 56.894707877531197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139277037529993, 39.985243915477596 ], [ -75.139781296841903, 39.985307743436202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16025, "tnode_": 28143, "lpoly_": null, "rpoly_": null, "length": 409.09970175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 87870, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543680, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 21226, "Shape__Length": 163.14151286463712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140023192747606, 39.984200237282998 ], [ -75.139781296841903, 39.985307743436202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16037, "tnode_": 28142, "lpoly_": null, "rpoly_": null, "length": 410.44687722999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2200, "l_t_add": 2242, "r_f_add": 2201, "r_t_add": 2247, "st_code": 61580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 21227, "Shape__Length": 163.67805063075653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139523373775006, 39.984133236884198 ], [ -75.139277037529993, 39.985243915477596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28142, "tnode_": 15761, "lpoly_": null, "rpoly_": null, "length": 178.04689267999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2244, "l_t_add": 2298, "r_f_add": 2249, "r_t_add": 2299, "st_code": 61580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-07-12T00:00:00Z", "newsegdate": "2000-07-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 21228, "Shape__Length": 71.002385026332988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139277037529993, 39.985243915477596 ], [ -75.139170177261207, 39.985725714235301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16032, "tnode_": 28460, "lpoly_": null, "rpoly_": null, "length": 313.91171898, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 81820, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543683, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-05-30T00:00:00Z", "newsegdate": "2002-05-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 21229, "Shape__Length": 125.18285293916034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155760976719193, 39.984572409899798 ], [ -75.155576254800195, 39.985422340016903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17709, "tnode_": 27510, "lpoly_": null, "rpoly_": null, "length": 158.31095246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HOLLINGSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 43060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-06T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E HOLLINGSWORTH ST", "stname": "E HOLLINGSWORTH ST", "objectid": 21230, "Shape__Length": 63.091135318646401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131964144853896, 39.974214306155901 ], [ -75.132184107273005, 39.9746145853263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17787, "tnode_": 17767, "lpoly_": null, "rpoly_": null, "length": 52.86328802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 61480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-22T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE ST", "stname": "ORANGE ST", "objectid": 21231, "Shape__Length": 21.0655812899561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131803602563295, 39.973805924208001 ], [ -75.131826962534205, 39.973841602602199 ], [ -75.131881692758398, 39.973937971697197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17882, "tnode_": 17787, "lpoly_": null, "rpoly_": null, "length": 197.21558725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1419, "st_code": 61480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 543686, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-21T00:00:00Z", "newsegdate": "2002-06-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE ST", "stname": "ORANGE ST", "objectid": 21232, "Shape__Length": 78.596782323024172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131535785650101, 39.973305288010401 ], [ -75.131803602563295, 39.973805924208001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18078, "tnode_": 18054, "lpoly_": null, "rpoly_": null, "length": 253.01363955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 244, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 54280, "l_hundred": 200, "r_hundred": 200, "seg_id": 543687, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-11-20T00:00:00Z", "newsegdate": "2002-11-20T00:00:00Z", "multi_rep": 0, "streetlabe": "MASTER ST", "stname": "MASTER ST", "objectid": 21233, "Shape__Length": 100.49947265993262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139517687488194, 39.972515749405602 ], [ -75.140058911427303, 39.972584342293302 ], [ -75.140412384471006, 39.972602044932799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17171, "tnode_": 17159, "lpoly_": null, "rpoly_": null, "length": 238.73056735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CECIL B MOORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 716, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 22010, "l_hundred": 700, "r_hundred": 700, "seg_id": 543688, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-11-26T00:00:00Z", "newsegdate": "2002-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CECIL B MOORE AVE", "stname": "CECIL B MOORE AVE", "objectid": 21234, "Shape__Length": 94.837869007022476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147612170647307, 39.977365607639001 ], [ -75.147957733798904, 39.977408224807 ], [ -75.148376095051404, 39.977467756425398 ], [ -75.148450694877397, 39.9774550511302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14436, "tnode_": 14210, "lpoly_": null, "rpoly_": null, "length": 582.54933085000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2901, "r_t_add": 2999, "st_code": 12440, "l_hundred": 0, "r_hundred": 2900, "seg_id": 543689, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-05-12T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 2, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 21235, "Shape__Length": 232.25393890612386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135541848160699, 39.994658276497603 ], [ -75.135419919789499, 39.994717022097902 ], [ -75.135123419256601, 39.9960757635655 ], [ -75.134995135422599, 39.996126099808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28683, "tnode_": 17489, "lpoly_": null, "rpoly_": null, "length": 340.20374455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 70780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-29T00:00:00Z", "newsegdate": "2003-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21236, "Shape__Length": 135.4687416735558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119196335953006, 39.974165456020401 ], [ -75.118878412632, 39.974489860965001 ], [ -75.1187123608414, 39.974655164082101 ], [ -75.118542701022506, 39.9748239460082 ], [ -75.118467549217797, 39.974911992200099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28683, "tnode_": 28684, "lpoly_": null, "rpoly_": null, "length": 207.82853454, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "YORK", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 85740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-29T00:00:00Z", "newsegdate": "2003-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "E YORK ST", "stname": "E YORK ST", "objectid": 21237, "Shape__Length": 82.706002156779661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119196335953006, 39.974165456020401 ], [ -75.118664135005901, 39.973768176773099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17883, "tnode_": 28684, "lpoly_": null, "rpoly_": null, "length": 398.3057741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2398, "r_f_add": 2201, "r_t_add": 2399, "st_code": 68240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543692, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-05-29T00:00:00Z", "newsegdate": "2003-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21238, "Shape__Length": 158.54448994447395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119620604423204, 39.972959511607101 ], [ -75.118768867148802, 39.9736830505325 ], [ -75.118664135005901, 39.973768176773099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28684, "tnode_": 17624, "lpoly_": null, "rpoly_": null, "length": 230.48942419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 68240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543693, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-05-29T00:00:00Z", "newsegdate": "2003-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21239, "Shape__Length": 91.636614583485027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118664135005901, 39.973768176773099 ], [ -75.117949127128497, 39.974080780667002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16375, "tnode_": 16357, "lpoly_": null, "rpoly_": null, "length": 157.59578908999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIAMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 258, "l_t_add": 298, "r_f_add": 259, "r_t_add": 299, "st_code": 28440, "l_hundred": 200, "r_hundred": 200, "seg_id": 543694, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2003-08-22T00:00:00Z", "newsegdate": "2003-08-22T00:00:00Z", "multi_rep": 0, "streetlabe": "DIAMOND ST", "stname": "DIAMOND ST", "objectid": 21240, "Shape__Length": 62.610501905493976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138812608250802, 39.982408743106198 ], [ -75.138919825634702, 39.9824214217453 ], [ -75.139366742770207, 39.982482425550799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16861, "tnode_": 16847, "lpoly_": null, "rpoly_": null, "length": 222.51859763, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 56760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543695, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-09-25T00:00:00Z", "newsegdate": "2003-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W MONTGOMERY AVE", "stname": "W MONTGOMERY AVE", "objectid": 21241, "Shape__Length": 88.398409510079517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151455069778606, 39.9794423235221 ], [ -75.152002296727503, 39.979509449236303 ], [ -75.152238750839899, 39.979540505325197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16646, "tnode_": 16635, "lpoly_": null, "rpoly_": null, "length": 178.04104286999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BERKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1048, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 17200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543696, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-09-25T00:00:00Z", "newsegdate": "2003-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W BERKS ST", "stname": "W BERKS ST", "objectid": 21242, "Shape__Length": 70.730523904058373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151296742549306, 39.9809556939827 ], [ -75.1516589512932, 39.981000521749202 ], [ -75.151923981052093, 39.981033398474203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28822, "tnode_": 28823, "lpoly_": null, "rpoly_": null, "length": 74.19867473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 61480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 543698, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-03-19T00:00:00Z", "newsegdate": "2004-03-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE ST", "stname": "ORANGE ST", "objectid": 21243, "Shape__Length": 29.569120573105749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130495276580305, 39.971221731337103 ], [ -75.130597457178695, 39.9714096320604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18317, "tnode_": 28822, "lpoly_": null, "rpoly_": null, "length": 132.73962373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 416, "st_code": 57360, "l_hundred": 400, "r_hundred": 400, "seg_id": 543699, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21244, "Shape__Length": 52.756480412156861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130926390771606, 39.971070890573202 ], [ -75.130495276580305, 39.971221731337103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28822, "tnode_": 18164, "lpoly_": null, "rpoly_": null, "length": 488.87407492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 413, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 57360, "l_hundred": 400, "r_hundred": 400, "seg_id": 543700, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-30T00:00:00Z", "newsegdate": "2004-03-30T00:00:00Z", "multi_rep": 0, "streetlabe": "MOYER ST", "stname": "MOYER ST", "objectid": 21245, "Shape__Length": 194.3007509932464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130495276580305, 39.971221731337103 ], [ -75.128907485996805, 39.971777257357601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14660, "tnode_": 28826, "lpoly_": null, "rpoly_": null, "length": 101.84014942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3064, "r_f_add": 3001, "r_t_add": 3069, "st_code": 45980, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543701, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2004-03-30T00:00:00Z", "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 21246, "Shape__Length": 40.508043000506262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117362651101502, 39.992492234139696 ], [ -75.1170571928035, 39.992643747644301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18600, "tnode_": 18578, "lpoly_": null, "rpoly_": null, "length": 48.91258852, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MONTGOMERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1000, "l_t_add": 1006, "r_f_add": 1001, "r_t_add": 1007, "st_code": 56740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543702, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-07-19T00:00:00Z", "newsegdate": "2004-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E MONTGOMERY AVE", "stname": "E MONTGOMERY AVE", "objectid": 21247, "Shape__Length": 19.487308383848518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125961504454196, 39.969392681757498 ], [ -75.126040892876603, 39.969512254336998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16512, "tnode_": 28903, "lpoly_": null, "rpoly_": null, "length": 30.20236739, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARIZONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13160, "l_hundred": 0, "r_hundred": 0, "seg_id": 543703, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-19T00:00:00Z", "newsegdate": "2004-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "E ARIZONA ST", "stname": "E ARIZONA ST", "objectid": 21248, "Shape__Length": 12.030976737749873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128031263426905, 39.981180451576698 ], [ -75.127973024848202, 39.981110689826203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16619, "tnode_": 28903, "lpoly_": null, "rpoly_": null, "length": 267.35734510999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2328, "r_f_add": 2301, "r_t_add": 2329, "st_code": 34960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543704, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-09-21T00:00:00Z", "newsegdate": "2004-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21249, "Shape__Length": 106.46833532238423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128551455243098, 39.980527043404699 ], [ -75.127973024848202, 39.981110689826203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28903, "tnode_": 30168, "lpoly_": null, "rpoly_": null, "length": 113.94111322000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2330, "l_t_add": 2398, "r_f_add": 2331, "r_t_add": 2399, "st_code": 34960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543705, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-09-21T00:00:00Z", "newsegdate": "2004-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 21250, "Shape__Length": 45.337507418271585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127973024848202, 39.981110689826203 ], [ -75.127924669636897, 39.9811594802716 ], [ -75.127666456103597, 39.9813136180124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15867, "tnode_": 28920, "lpoly_": null, "rpoly_": null, "length": 396.66013323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3332, "r_f_add": 3301, "r_t_add": 3351, "st_code": 68240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 543706, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-10-15T00:00:00Z", "newsegdate": "2004-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21251, "Shape__Length": 157.77269895532584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099029126380699, 39.9842372508122 ], [ -75.097860425632604, 39.9848515966222 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28920, "tnode_": 15654, "lpoly_": null, "rpoly_": null, "length": 391.24609535999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3334, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 68240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 543707, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-10-15T00:00:00Z", "newsegdate": "2004-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21252, "Shape__Length": 155.62148617908792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097860425632604, 39.9848515966222 ], [ -75.096708821595797, 39.9854588557738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28920, "tnode_": 28921, "lpoly_": null, "rpoly_": null, "length": 246.96720220999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WENSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 82340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 543708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-10-15T00:00:00Z", "newsegdate": "2004-10-15T00:00:00Z", "multi_rep": 0, "streetlabe": "E WENSLEY ST", "stname": "E WENSLEY ST", "objectid": 21253, "Shape__Length": 98.371200826271604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097860425632604, 39.9848515966222 ], [ -75.097359577196599, 39.984293756910297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13962, "tnode_": 13946, "lpoly_": null, "rpoly_": null, "length": 129.85968784, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLEARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 400, "l_t_add": 410, "r_f_add": 401, "r_t_add": 413, "st_code": 23640, "l_hundred": 400, "r_hundred": 400, "seg_id": 543709, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-30T00:00:00Z", "newsegdate": "2004-11-30T00:00:00Z", "multi_rep": 0, "streetlabe": "W CLEARFIELD ST", "stname": "W CLEARFIELD ST", "objectid": 21254, "Shape__Length": 51.603210990969302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137026122975399, 39.997917212386099 ], [ -75.1372286590058, 39.997946098773298 ], [ -75.1374827415315, 39.997978333920699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15400, "tnode_": 28935, "lpoly_": null, "rpoly_": null, "length": 194.50842620999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2418, "r_f_add": 2401, "r_t_add": 2429, "st_code": 87970, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-01-28T00:00:00Z", "newsegdate": "2005-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 21255, "Shape__Length": 77.56989693966301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147095362487704, 39.988288058853897 ], [ -75.146983548627801, 39.988799053437603 ], [ -75.1469765706007, 39.988813879154598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28935, "tnode_": 15271, "lpoly_": null, "rpoly_": null, "length": 74.77712024, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2420, "l_t_add": 2424, "r_f_add": 2431, "r_t_add": 2433, "st_code": 87970, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543711, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": "2005-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 21256, "Shape__Length": 29.821199713482692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1469765706007, 39.988813879154598 ], [ -75.146929901119094, 39.989015988253698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15656, "tnode_": 15422, "lpoly_": null, "rpoly_": null, "length": 671.94799756999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 36660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543712, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2007-07-16T00:00:00Z", "newsegdate": "2005-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 21257, "Shape__Length": 267.78016234471551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145128676504399, 39.986494255094101 ], [ -75.145212551666802, 39.986650687437297 ], [ -75.145257575862203, 39.986717741502602 ], [ -75.146039342501794, 39.987803216839197 ], [ -75.146216805711305, 39.988135226231996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28945, "tnode_": 28947, "lpoly_": null, "rpoly_": null, "length": 335.30685952, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TORONTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 77560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543714, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-03-17T00:00:00Z", "newsegdate": "2005-03-17T00:00:00Z", "multi_rep": 0, "streetlabe": "E TORONTO ST", "stname": "E TORONTO ST", "objectid": 21258, "Shape__Length": 133.63394423924251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115423462057393, 39.992096380065497 ], [ -75.114880514827504, 39.991276112212901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28946, "tnode_": 28947, "lpoly_": null, "rpoly_": null, "length": 145.95327189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3019, "st_code": 18660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543715, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-03-18T00:00:00Z", "newsegdate": "2005-03-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 21259, "Shape__Length": 58.039763591571521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1153362331832, 39.991082052530302 ], [ -75.114880514827504, 39.991276112212901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28947, "tnode_": 28948, "lpoly_": null, "rpoly_": null, "length": 164.6917675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3020, "l_t_add": 3048, "r_f_add": 3021, "r_t_add": 3049, "st_code": 18660, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543716, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-03-18T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 21260, "Shape__Length": 65.491509424623302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114880514827504, 39.991276112212901 ], [ -75.114366285027998, 39.991495084416002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14746, "tnode_": 28945, "lpoly_": null, "rpoly_": null, "length": 147.22432943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3020, "l_t_add": 3026, "r_f_add": 3021, "r_t_add": 3027, "st_code": 31640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543717, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-08-23T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 21261, "Shape__Length": 58.564210287215076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115858770670897, 39.991870041594801 ], [ -75.115423462057393, 39.992096380065497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28945, "tnode_": 14674, "lpoly_": null, "rpoly_": null, "length": 167.14234621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3028, "l_t_add": 3068, "r_f_add": 3029, "r_t_add": 3069, "st_code": 31640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543718, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-08-23T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 21262, "Shape__Length": 66.487611769439212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115423462057393, 39.992096380065497 ], [ -75.114929256907104, 39.9923533379134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14746, "tnode_": 28946, "lpoly_": null, "rpoly_": null, "length": 322.23385666999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2035, "r_f_add": 2000, "r_t_add": 2030, "st_code": 74600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543719, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-06-30T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 21263, "Shape__Length": 128.42310184104147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115858770670897, 39.991870041594801 ], [ -75.1153362331832, 39.991082052530302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28946, "tnode_": 14904, "lpoly_": null, "rpoly_": null, "length": 129.2720068, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2037, "l_t_add": 2045, "r_f_add": 2032, "r_t_add": 2044, "st_code": 74600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-06-30T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E STELLA ST", "stname": "E STELLA ST", "objectid": 21264, "Shape__Length": 51.520367896409702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1153362331832, 39.991082052530302 ], [ -75.1151283910133, 39.990765234913901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14765, "tnode_": 28948, "lpoly_": null, "rpoly_": null, "length": 84.22231104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELKHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2031, "l_t_add": 2041, "r_f_add": 2030, "r_t_add": 2040, "st_code": 31160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543721, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-18T00:00:00Z", "newsegdate": "2005-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E ELKHART ST", "stname": "E ELKHART ST", "objectid": 21265, "Shape__Length": 33.564073416159331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114507658243497, 39.991699117119502 ], [ -75.114366285027998, 39.991495084416002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17932, "tnode_": 29002, "lpoly_": null, "rpoly_": null, "length": 164.20224645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARL", "st_type": "CT", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 30350, "l_hundred": 0, "r_hundred": 0, "seg_id": 543722, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-03-29T00:00:00Z", "newsegdate": "2006-03-29T00:00:00Z", "multi_rep": 0, "streetlabe": "EARL CT", "stname": "EARL CT", "objectid": 21266, "Shape__Length": 65.281999951956095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130768633270506, 39.972994865282203 ], [ -75.130689471058005, 39.972924077570198 ], [ -75.130263625600193, 39.973066797218401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29044, "tnode_": 29045, "lpoly_": null, "rpoly_": null, "length": 142.31788478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HARPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 40760, "l_hundred": 800, "r_hundred": 800, "seg_id": 543723, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2006-07-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E HARPER ST", "stname": "E HARPER ST", "objectid": 21267, "Shape__Length": 56.563369223112595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124618053162905, 39.971778203676202 ], [ -75.124155179453297, 39.971938831012203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18227, "tnode_": 29044, "lpoly_": null, "rpoly_": null, "length": 174.60545061, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 1101, "r_t_add": 1129, "st_code": 75660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543724, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-06T00:00:00Z", "newsegdate": "2006-07-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 21268, "Shape__Length": 69.583670386201959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124380325348795, 39.9713351611354 ], [ -75.124618053162905, 39.971778203676202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29044, "tnode_": 18079, "lpoly_": null, "rpoly_": null, "length": 148.3766718, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 75660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 543725, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-06T00:00:00Z", "newsegdate": "2006-07-06T00:00:00Z", "multi_rep": 0, "streetlabe": "E SUSQUEHANNA AVE", "stname": "E SUSQUEHANNA AVE", "objectid": 21269, "Shape__Length": 59.131345554233903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124618053162905, 39.971778203676202 ], [ -75.124820071920396, 39.9721546933241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29067, "tnode_": 29068, "lpoly_": null, "rpoly_": null, "length": 61.53373975, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DAKOTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 27140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543726, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2006-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E DAKOTA ST", "stname": "E DAKOTA ST", "objectid": 21270, "Shape__Length": 24.507849070670652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126994644605801, 39.979372632834902 ], [ -75.126869492748298, 39.979233840600102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16825, "tnode_": 29067, "lpoly_": null, "rpoly_": null, "length": 123.72198771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2300, "l_t_add": 2306, "r_f_add": 2301, "r_t_add": 2307, "st_code": 78020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543727, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": "2006-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 21271, "Shape__Length": 49.206237476605295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1273601440504, 39.979182151315499 ], [ -75.127046158355398, 39.979345001716702 ], [ -75.126994644605801, 39.979372632834902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29067, "tnode_": 16776, "lpoly_": null, "rpoly_": null, "length": 75.56868296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2308, "l_t_add": 2314, "r_f_add": 2309, "r_t_add": 2313, "st_code": 78020, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543728, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": "2006-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 21272, "Shape__Length": 30.056447533278792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126994644605801, 39.979372632834902 ], [ -75.126773449072402, 39.979491277948497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15936, "tnode_": 14625, "lpoly_": null, "rpoly_": null, "length": 4093.1750910700002, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2492, "l_t_add": 2550, "r_f_add": 2493, "r_t_add": 2551, "st_code": 1060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543729, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2006-09-10T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21273, "Shape__Length": 1628.8466080439823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097502733911, 39.983738947867202 ], [ -75.096347584401897, 39.984253554068097 ], [ -75.095720746040001, 39.9845327954732 ], [ -75.095255475398602, 39.984749095182202 ], [ -75.094911048461697, 39.984930345245097 ], [ -75.094437906032098, 39.985168085432903 ], [ -75.093585288331695, 39.985614530710897 ], [ -75.093534862209395, 39.985641032593698 ], [ -75.091419557038805, 39.986752711752501 ], [ -75.0912795627668, 39.986825848867198 ], [ -75.0899628223722, 39.9875500064582 ], [ -75.089452053353497, 39.9878726787218 ], [ -75.089052828398096, 39.988173606919602 ], [ -75.088849144541001, 39.988327016682099 ], [ -75.088440347432893, 39.988670294994201 ], [ -75.0878644978784, 39.989240813773399 ], [ -75.087338183917296, 39.989894881745201 ], [ -75.086993624453598, 39.990387004979503 ], [ -75.086773321760504, 39.990755264989197 ], [ -75.086666581314802, 39.990951760117703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16314, "tnode_": 15575, "lpoly_": null, "rpoly_": null, "length": 2738.6177147499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2466, "l_t_add": 2516, "r_f_add": 2467, "r_t_add": 2517, "st_code": 1050, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543730, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-10T00:00:00Z", "newsegdate": "2006-09-10T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21274, "Shape__Length": 1089.0865416981039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101616184990405, 39.981619153362601 ], [ -75.100596106858305, 39.9821171805741 ], [ -75.099853959613597, 39.982457757859301 ], [ -75.098062089911593, 39.983246177222199 ], [ -75.097139021618602, 39.983668154277098 ], [ -75.0962943841635, 39.984054251885397 ], [ -75.096214983735607, 39.984093001283398 ], [ -75.095628355273107, 39.984379283668197 ], [ -75.095341791594507, 39.984518624374203 ], [ -75.094983745221697, 39.984688747157897 ], [ -75.094244890109707, 39.9850717134387 ], [ -75.093400629806197, 39.985490550142899 ], [ -75.093290434165496, 39.985551599049202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29141, "tnode_": 29214, "lpoly_": null, "rpoly_": null, "length": 204.30035275999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 64500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543733, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2007-10-12T00:00:00Z", "newsegdate": "2006-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 21275, "Shape__Length": 81.462499492044543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138537912066099, 39.977097721077001 ], [ -75.138417264328297, 39.977650816873997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17318, "tnode_": 29141, "lpoly_": null, "rpoly_": null, "length": 309.91390844, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 64500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 543734, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-10-12T00:00:00Z", "newsegdate": "2006-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 21276, "Shape__Length": 123.57347731441462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138720924593699, 39.976258700749199 ], [ -75.138537912066099, 39.977097721077001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30056, "tnode_": 30054, "lpoly_": null, "rpoly_": null, "length": 115.91778606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACHVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 16434, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543818, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:13:29Z", "newsegdate": "2021-06-08T08:13:29Z", "multi_rep": null, "streetlabe": "BEACHVIEW LN ", "stname": "BEACHVIEW LN ", "objectid": 21277, "Shape__Length": 46.10224233090694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117413936948694, 39.971998749480498 ], [ -75.117078238103403, 39.971812883806798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29146, "tnode_": 29147, "lpoly_": null, "rpoly_": null, "length": 205.54512000999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CABOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 20740, "l_hundred": 300, "r_hundred": 300, "seg_id": 543735, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "E CABOT ST", "stname": "E CABOT ST", "objectid": 21278, "Shape__Length": 81.68927500617437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132397620495396, 39.970895451142603 ], [ -75.132302117929299, 39.970925676051898 ], [ -75.132048100204898, 39.971010417690998 ], [ -75.131726211080803, 39.971122322192301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15387, "tnode_": 29154, "lpoly_": null, "rpoly_": null, "length": 71.00269329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2500, "l_t_add": 2538, "r_f_add": 2501, "r_t_add": 2539, "st_code": 81740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-30T00:00:00Z", "newsegdate": "2006-11-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 21279, "Shape__Length": 28.316541129630149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133081301899793, 39.988006207347503 ], [ -75.133043466489696, 39.988198933459699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29155, "tnode_": 15164, "lpoly_": null, "rpoly_": null, "length": 124.64619357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2540, "l_t_add": 2598, "r_f_add": 2541, "r_t_add": 2599, "st_code": 81740, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 543737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-30T00:00:00Z", "newsegdate": "2006-11-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 21280, "Shape__Length": 49.710179280679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132838098983996, 39.989160433206798 ], [ -75.1327659478209, 39.989498071589502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15058, "tnode_": 29168, "lpoly_": null, "rpoly_": null, "length": 129.23044599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 40940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543738, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-12-14T00:00:00Z", "newsegdate": "2006-12-14T00:00:00Z", "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 21281, "Shape__Length": 51.495111526521697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119856514255801, 39.9897739802811 ], [ -75.119630124957993, 39.989464906794304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29168, "tnode_": 15177, "lpoly_": null, "rpoly_": null, "length": 141.77945164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HART", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2015, "l_t_add": 2099, "r_f_add": 2014, "r_t_add": 2098, "st_code": 40940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543739, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-12-14T00:00:00Z", "newsegdate": "2006-12-14T00:00:00Z", "multi_rep": 0, "streetlabe": "HART LN", "stname": "HART LN", "objectid": 21282, "Shape__Length": 56.495309777530657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119630124957993, 39.989464906794304 ], [ -75.119381753690007, 39.989125820297097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29168, "tnode_": 29169, "lpoly_": null, "rpoly_": null, "length": 128.30901382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 18660, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 543740, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-14T00:00:00Z", "newsegdate": "2006-12-14T00:00:00Z", "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 21283, "Shape__Length": 51.027145826858373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119630124957993, 39.989464906794304 ], [ -75.119236061913199, 39.989644311032002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16068, "tnode_": 16047, "lpoly_": null, "rpoly_": null, "length": 344.64420512000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUSQUEHANNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 222, "l_t_add": 298, "r_f_add": 223, "r_t_add": 299, "st_code": 75680, "l_hundred": 200, "r_hundred": 200, "seg_id": 543742, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-06-28T00:00:00Z", "newsegdate": "2007-06-28T00:00:00Z", "multi_rep": 0, "streetlabe": "W SUSQUEHANNA AVE", "stname": "W SUSQUEHANNA AVE", "objectid": 21284, "Shape__Length": 136.92380097084828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137802625910695, 39.983916511529898 ], [ -75.138469730962299, 39.983998669185098 ], [ -75.139016114647703, 39.9840703755169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17641, "tnode_": 29306, "lpoly_": null, "rpoly_": null, "length": 230.30624484999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1021, "st_code": 46020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543743, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-06-16T00:00:00Z", "newsegdate": "2008-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21285, "Shape__Length": 91.486464026068631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151619199497006, 39.974968670138203 ], [ -75.152429877074198, 39.975072103348303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29306, "tnode_": 17606, "lpoly_": null, "rpoly_": null, "length": 216.04844376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 46020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 543744, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2008-06-16T00:00:00Z", "newsegdate": "2008-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON ST", "stname": "JEFFERSON ST", "objectid": 21286, "Shape__Length": 85.822844918074267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152429877074198, 39.975072103348303 ], [ -75.1531903693202, 39.975169128659999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29306, "tnode_": 17338, "lpoly_": null, "rpoly_": null, "length": 535.28073417000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "JEFFERSON", "st_type": "LN", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 46010, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 543745, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-06-16T00:00:00Z", "newsegdate": "2008-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "N JEFFERSON LN", "stname": "N JEFFERSON LN", "objectid": 21287, "Shape__Length": 213.40332150645204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152429877074198, 39.975072103348303 ], [ -75.152115645173495, 39.976447201449602 ], [ -75.152037720883101, 39.976489246701597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29314, "tnode_": 29315, "lpoly_": null, "rpoly_": null, "length": 51.13248635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLAIRE", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 9, "st_code": 12020, "l_hundred": 0, "r_hundred": 0, "seg_id": 543746, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2008-07-22T00:00:00Z", "newsegdate": "2008-07-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ALLAIRE PL", "stname": "ALLAIRE PL", "objectid": 21288, "Shape__Length": 20.366772801736111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134460094106103, 39.980599773615502 ], [ -75.134441178948407, 39.980696571183103 ], [ -75.134386695697302, 39.980689658384101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29315, "tnode_": 29316, "lpoly_": null, "rpoly_": null, "length": 61.62149607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLAIRE", "st_type": "PL", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 10, "l_t_add": 98, "r_f_add": 11, "r_t_add": 99, "st_code": 12020, "l_hundred": 0, "r_hundred": 0, "seg_id": 543747, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-07-22T00:00:00Z", "newsegdate": "2008-07-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ALLAIRE PL", "stname": "ALLAIRE PL", "objectid": 21289, "Shape__Length": 24.480629055025336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134386695697302, 39.980689658384101 ], [ -75.134169968664906, 39.980661077527202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16689, "tnode_": 29316, "lpoly_": null, "rpoly_": null, "length": 140.50218205000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2019, "st_code": 43800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-22T00:00:00Z", "newsegdate": "2008-07-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 21290, "Shape__Length": 56.026531804345218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134250778080997, 39.980280424544802 ], [ -75.134169968664906, 39.980661077527202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29316, "tnode_": 16525, "lpoly_": null, "rpoly_": null, "length": 252.16662635, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 2020, "l_t_add": 2046, "r_f_add": 2021, "r_t_add": 2041, "st_code": 43800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-07-22T00:00:00Z", "newsegdate": "2008-07-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 21291, "Shape__Length": 100.55453255259478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134169968664906, 39.980661077527202 ], [ -75.134024932365406, 39.981344255078703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29572, "tnode_": 29574, "lpoly_": null, "rpoly_": null, "length": 435.3653609, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE AVE RAMP", "st_type": "SPUR", "suf_dir": "B", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9033, "l_hundred": 0, "r_hundred": 0, "seg_id": 543750, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2010-10-12T00:00:00Z", "newsegdate": "2010-10-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE RAMP SPUR B", "stname": "N DELAWARE AVE RAMP SPUR B", "objectid": 21292, "Shape__Length": 172.93063634847488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121634290115693, 39.973301568579203 ], [ -75.122113601885104, 39.973242319303999 ], [ -75.122321711420497, 39.973224116048399 ], [ -75.1224729335391, 39.973214281460699 ], [ -75.122755509339001, 39.973220751545703 ], [ -75.123019976386502, 39.973248566199402 ], [ -75.123176609252894, 39.973257650905097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29572, "tnode_": 18030, "lpoly_": null, "rpoly_": null, "length": 799.8965503899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 543752, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 21293, "Shape__Length": 317.94569466630992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121634290115693, 39.973301568579203 ], [ -75.123579322311699, 39.9726297908284 ], [ -75.1239987821547, 39.972490377095099 ], [ -75.124198578997394, 39.972356378379899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17674, "tnode_": 29572, "lpoly_": null, "rpoly_": null, "length": 831.22706042999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 543753, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2010-11-12T00:00:00Z", "newsegdate": "2010-11-12T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 21294, "Shape__Length": 330.37134977425239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1189258613813, 39.974229784606997 ], [ -75.119178083745496, 39.974160289138403 ], [ -75.120779974324094, 39.9735973859758 ], [ -75.121634290115693, 39.973301568579203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17678, "tnode_": 29612, "lpoly_": null, "rpoly_": null, "length": 1788.88789445, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2362, "l_t_add": 2390, "r_f_add": 2363, "r_t_add": 2391, "st_code": 1050, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543758, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21295, "Shape__Length": 711.44537436880671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118597925905902, 39.974161732956901 ], [ -75.117391667094694, 39.974848727985602 ], [ -75.116794974730297, 39.975156946464303 ], [ -75.116001298227204, 39.975566906331203 ], [ -75.115764708565493, 39.975688445986798 ], [ -75.113347997997195, 39.976929889232501 ], [ -75.113333801265298, 39.976937182161699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29612, "tnode_": 16314, "lpoly_": null, "rpoly_": null, "length": 3718.1408829800002, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2392, "l_t_add": 2450, "r_f_add": 2393, "r_t_add": 2451, "st_code": 1050, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543759, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21296, "Shape__Length": 1478.2017944294776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113333801265298, 39.976937182161699 ], [ -75.112696691943995, 39.977264443601698 ], [ -75.111877305080995, 39.977685324700097 ], [ -75.110890307822103, 39.978216612754501 ], [ -75.110709549883893, 39.978313910047298 ], [ -75.109803842832093, 39.978752861206701 ], [ -75.109148790027803, 39.978961792621199 ], [ -75.108264944085406, 39.979248210059403 ], [ -75.107596704256494, 39.9794284746676 ], [ -75.107175291967394, 39.979536425677701 ], [ -75.106890599928605, 39.979616735859302 ], [ -75.105528616630806, 39.980006138818801 ], [ -75.104418082962397, 39.980386435147103 ], [ -75.103055746707199, 39.981006104732003 ], [ -75.101938696264796, 39.981489117480201 ], [ -75.101616184990405, 39.981619153362601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17674, "tnode_": 29613, "lpoly_": null, "rpoly_": null, "length": 1852.7412618199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2362, "l_t_add": 2396, "r_f_add": 2363, "r_t_add": 2397, "st_code": 1060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543760, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21297, "Shape__Length": 736.81303438776411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1189258613813, 39.974229784606997 ], [ -75.1187047839191, 39.974313208206098 ], [ -75.118117249469407, 39.974607694471999 ], [ -75.116885545216206, 39.975275982950699 ], [ -75.116079957445706, 39.975679926896298 ], [ -75.115859847925805, 39.975794857529003 ], [ -75.113436227399305, 39.977059571770297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29613, "tnode_": 16503, "lpoly_": null, "rpoly_": null, "length": 2954.0660049599996, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2398, "l_t_add": 2450, "r_f_add": 2399, "r_t_add": 2451, "st_code": 1060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 543761, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21298, "Shape__Length": 1174.4203445492194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113436227399305, 39.977059571770297 ], [ -75.1133867224341, 39.977085404019199 ], [ -75.112823800545598, 39.977379797214603 ], [ -75.112134417662404, 39.9777403197428 ], [ -75.11099504837, 39.978336677292802 ], [ -75.110591536948107, 39.978547873478199 ], [ -75.109986817760301, 39.9788446167789 ], [ -75.109376125066007, 39.979094053224898 ], [ -75.109089013144001, 39.979175179868299 ], [ -75.108331871805305, 39.979387286124101 ], [ -75.1083144165178, 39.979394044820999 ], [ -75.107277174020695, 39.9796814387498 ], [ -75.106855713759799, 39.979798212246401 ], [ -75.105286689515907, 39.980253380200899 ], [ -75.104120476278695, 39.980751018912798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29752, "tnode_": 29751, "lpoly_": null, "rpoly_": null, "length": 198.18224663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO AVE RAMP", "st_type": "SPUR", "suf_dir": "A", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1004, "l_hundred": 0, "r_hundred": 0, "seg_id": 543762, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE RAMP SPUR A", "stname": "ARAMINGO AVE RAMP SPUR A", "objectid": 21299, "Shape__Length": 78.819839979989439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122341828747096, 39.974152202648703 ], [ -75.122217637299201, 39.974149908364801 ], [ -75.122112436620597, 39.974139235893098 ], [ -75.122038386100101, 39.974109996505597 ], [ -75.121959822632206, 39.974058617256503 ], [ -75.1218886781907, 39.9740005231087 ], [ -75.121825166983001, 39.973930208290703 ], [ -75.1217755163199, 39.973886554270202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29751, "tnode_": 17423, "lpoly_": null, "rpoly_": null, "length": 563.51898744000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2301, "r_t_add": 2399, "st_code": 12900, "l_hundred": 0, "r_hundred": 2300, "seg_id": 543768, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 3, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21300, "Shape__Length": 224.57469126375952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1217755163199, 39.973886554270202 ], [ -75.121782015302699, 39.973994595894602 ], [ -75.121787596832405, 39.9741613978102 ], [ -75.121781988587301, 39.974306337672203 ], [ -75.121761898888593, 39.974410820346201 ], [ -75.121726133259102, 39.974505684104201 ], [ -75.121619397177398, 39.974716538972999 ], [ -75.121186152571198, 39.975188181243297 ], [ -75.121146706755894, 39.975302935445796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29756, "tnode_": 29751, "lpoly_": null, "rpoly_": null, "length": 540.88578532000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 800, "r_t_add": 898, "st_code": 12900, "l_hundred": 0, "r_hundred": 800, "seg_id": 543769, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 3, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21301, "Shape__Length": 215.57781452931033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122273450945301, 39.972499850827603 ], [ -75.122194628051204, 39.972635124632497 ], [ -75.122117531490701, 39.972725737898301 ], [ -75.122061534941693, 39.972839073533599 ], [ -75.121936087709898, 39.972963100471397 ], [ -75.121853136960894, 39.973093976215601 ], [ -75.121779130832806, 39.973251456914902 ], [ -75.121758139407504, 39.9733674782278 ], [ -75.1217510829253, 39.973480324519301 ], [ -75.1217755163199, 39.973886554270202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29574, "tnode_": 29752, "lpoly_": null, "rpoly_": null, "length": 401.26202288000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 0, "r_hundred": 0, "seg_id": 543770, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 2, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21302, "Shape__Length": 159.79307147675604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123176609252894, 39.973257650905097 ], [ -75.122884830964907, 39.973590818330997 ], [ -75.122341828747096, 39.974152202648703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18331, "tnode_": 29756, "lpoly_": null, "rpoly_": null, "length": 691.38392237000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 700, "r_t_add": 798, "st_code": 12900, "l_hundred": 0, "r_hundred": 700, "seg_id": 543771, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 3, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21303, "Shape__Length": 275.50556496924048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123275534494098, 39.970769850956501 ], [ -75.123209384242799, 39.970932956302804 ], [ -75.123156200054595, 39.971006237598203 ], [ -75.123055959128294, 39.971194660716698 ], [ -75.122876550778301, 39.971527290091601 ], [ -75.122514320125305, 39.9721805493324 ], [ -75.122273450945301, 39.972499850827603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18331, "tnode_": 17947, "lpoly_": null, "rpoly_": null, "length": 713.62713698000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 701, "l_t_add": 795, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 700, "r_hundred": 0, "seg_id": 543773, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 2, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21304, "Shape__Length": 284.51790246787738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123275534494098, 39.970769850956501 ], [ -75.123468416678406, 39.971195162628497 ], [ -75.1234581993794, 39.971460095943797 ], [ -75.123472908205798, 39.971767257952202 ], [ -75.123493148836005, 39.971931361485098 ], [ -75.123560489931805, 39.972165969121001 ], [ -75.123560569966898, 39.972277203777402 ], [ -75.1235059580372, 39.972529859886698 ], [ -75.123487534026694, 39.972692898194801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17947, "tnode_": 29574, "lpoly_": null, "rpoly_": null, "length": 223.96024851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 0, "r_hundred": 0, "seg_id": 543774, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-29T00:00:00Z", "multi_rep": 2, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21305, "Shape__Length": 89.250927747868971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123487534026694, 39.972692898194801 ], [ -75.123380582818498, 39.972934699915598 ], [ -75.123283721317904, 39.9731053296358 ], [ -75.123176609252894, 39.973257650905097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29752, "tnode_": 17423, "lpoly_": null, "rpoly_": null, "length": 537.87267844000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 12900, "l_hundred": 0, "r_hundred": 0, "seg_id": 543775, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-29T00:00:00Z", "multi_rep": 2, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 21306, "Shape__Length": 214.15603331792971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122341828747096, 39.974152202648703 ], [ -75.121278981823593, 39.9752218762371 ], [ -75.121146706755894, 39.975302935445796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29781, "tnode_": 16911, "lpoly_": null, "rpoly_": null, "length": 53.80876297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 500, "l_t_add": 502, "r_f_add": 501, "r_t_add": 503, "st_code": 57160, "l_hundred": 500, "r_hundred": 500, "seg_id": 543776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-11-23T00:00:00Z", "newsegdate": "2012-11-23T00:00:00Z", "multi_rep": 0, "streetlabe": "MORSE ST", "stname": "MORSE ST", "objectid": 21307, "Shape__Length": 21.380224491219074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143035111694502, 39.979011054599198 ], [ -75.143219792155406, 39.9789706456068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14885, "tnode_": 14841, "lpoly_": null, "rpoly_": null, "length": 182.88755392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTHA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 53980, "l_hundred": 0, "r_hundred": 0, "seg_id": 543777, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-02-03T00:00:00Z", "newsegdate": "2015-02-03T00:00:00Z", "multi_rep": 0, "streetlabe": "MARTHA ST", "stname": "MARTHA ST", "objectid": 21308, "Shape__Length": 72.78426250012707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110094717208895, 39.990699451745598 ], [ -75.109603964094504, 39.991030457243902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14093, "tnode_": 14114, "lpoly_": null, "rpoly_": null, "length": 138.56090197, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GURNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 252, "l_t_add": 298, "r_f_add": 253, "r_t_add": 299, "st_code": 39120, "l_hundred": 200, "r_hundred": 200, "seg_id": 543778, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": "2015-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "W GURNEY ST", "stname": "W GURNEY ST", "objectid": 21309, "Shape__Length": 55.104117280504333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134715313673198, 39.996916258001797 ], [ -75.134281904272399, 39.996733054455802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29993, "tnode_": 17230, "lpoly_": null, "rpoly_": null, "length": 73.99183398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1650, "l_t_add": 1698, "r_f_add": 1651, "r_t_add": 1699, "st_code": 87890, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543779, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2018-04-11T13:25:21Z", "newsegdate": "2018-04-11T13:25:21Z", "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 21310, "Shape__Length": 29.503308314771399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143574756158102, 39.976678027011097 ], [ -75.143532048815899, 39.9768784687463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17499, "tnode_": 29993, "lpoly_": null, "rpoly_": null, "length": 460.27952447999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1649, "st_code": 87890, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 543780, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2018-04-11T13:25:21Z", "newsegdate": "2018-04-11T13:25:21Z", "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 21311, "Shape__Length": 183.5275140798538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143846943990397, 39.975429183558802 ], [ -75.143573106578899, 39.976675020677 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29993, "tnode_": 29994, "lpoly_": null, "rpoly_": null, "length": 208.23826793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "CT", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 87885, "l_hundred": 500, "r_hundred": 500, "seg_id": 543781, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2018-04-11T13:53:03Z", "newsegdate": "2018-04-11T13:53:03Z", "multi_rep": null, "streetlabe": "N 5TH CT ", "stname": "N 5TH CT ", "objectid": 21312, "Shape__Length": 82.904261491717506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143573106578899, 39.976675020677 ], [ -75.143877662585396, 39.976698018158999 ], [ -75.143931457426206, 39.976364367855702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29996, "tnode_": 16453, "lpoly_": null, "rpoly_": null, "length": 379.16474216999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2872, "l_t_add": 2898, "r_f_add": 2873, "r_t_add": 2899, "st_code": 12040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 543783, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2018-06-19T12:17:08Z", "newsegdate": "2018-06-19T12:17:08Z", "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 21313, "Shape__Length": 151.01233615893366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100430626488702, 39.981801407503703 ], [ -75.099645286951599, 39.980953834493903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16747, "tnode_": 29996, "lpoly_": null, "rpoly_": null, "length": 2047.4265007399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 55360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 543784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2018-06-19T12:19:13Z", "newsegdate": "2018-06-19T12:19:13Z", "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 21314, "Shape__Length": 813.96202440879676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106933383849594, 39.979285488745099 ], [ -75.106751372500099, 39.979377389983199 ], [ -75.106541752617801, 39.979452075078498 ], [ -75.106259818973797, 39.979540553839897 ], [ -75.105483977123001, 39.979778886793802 ], [ -75.105236205048499, 39.979874777416399 ], [ -75.104719977958197, 39.980081540289902 ], [ -75.104305692765905, 39.980250893917699 ], [ -75.103341293973202, 39.980685857453103 ], [ -75.102674805616502, 39.980990745659 ], [ -75.102256866161994, 39.981179886457603 ], [ -75.101885853614306, 39.981343604695397 ], [ -75.101702555770899, 39.981405636168603 ], [ -75.101439454224902, 39.9814525732058 ], [ -75.101179135617301, 39.981501782317103 ], [ -75.100937605178501, 39.981584555584398 ], [ -75.100430626488702, 39.981801407503703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18408, "tnode_": 18331, "lpoly_": null, "rpoly_": null, "length": 219.27394456, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1701, "r_t_add": 1741, "st_code": 28000, "l_hundred": 0, "r_hundred": 1700, "seg_id": 543785, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2018-08-07T09:39:54Z", "newsegdate": "2018-08-06T13:22:50Z", "multi_rep": 3, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21315, "Shape__Length": 87.215405279527374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123886747717293, 39.970422744227001 ], [ -75.123731941423401, 39.9705011280072 ], [ -75.123524200323303, 39.970562214778298 ], [ -75.123402229467402, 39.9706224416433 ], [ -75.123275534494098, 39.970769850956501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18331, "tnode_": 18345, "lpoly_": null, "rpoly_": null, "length": 289.11825882, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1740, "r_t_add": 1798, "st_code": 28000, "l_hundred": 0, "r_hundred": 1700, "seg_id": 543786, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-08-06T13:22:50Z", "newsegdate": "2018-08-06T13:22:50Z", "multi_rep": 3, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21316, "Shape__Length": 114.83521652069649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123275534494098, 39.970769850956501 ], [ -75.122514123664601, 39.970800932384599 ], [ -75.122373876035098, 39.970822036895299 ], [ -75.122250512420607, 39.970842304298301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16314, "tnode_": 16090, "lpoly_": null, "rpoly_": null, "length": 1116.2227495700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9060, "l_hundred": 0, "r_hundred": 0, "seg_id": 543788, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2018-08-15T14:17:10Z", "newsegdate": "2018-08-15T14:17:10Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A", "stname": "DELAWARE EXPY RAMP A", "objectid": 21317, "Shape__Length": 443.73090396883242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101616184990405, 39.981619153362601 ], [ -75.101262615073793, 39.9817306598813 ], [ -75.100872817593, 39.981881536862403 ], [ -75.100596809316698, 39.981980755783198 ], [ -75.100364895176298, 39.982064122927902 ], [ -75.099803415367901, 39.982265025203802 ], [ -75.099530302528706, 39.9823559072424 ], [ -75.098019392058504, 39.982933608848299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15625, "tnode_": 30011, "lpoly_": null, "rpoly_": null, "length": 103.04790746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2700, "l_t_add": 2750, "r_f_add": 2701, "r_t_add": 2749, "st_code": 12397, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543789, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:13:22Z", "newsegdate": "2019-08-05T13:13:22Z", "multi_rep": null, "streetlabe": "AMBER LN ", "stname": "AMBER LN ", "objectid": 21318, "Shape__Length": 40.978708991011779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121512510625394, 39.986174962843897 ], [ -75.121195559124502, 39.9863184131952 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30011, "tnode_": 30012, "lpoly_": null, "rpoly_": null, "length": 49.87630286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2752, "l_t_add": 2774, "r_f_add": 2751, "r_t_add": 2775, "st_code": 12397, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543790, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:33:12Z", "newsegdate": "2019-08-05T13:33:12Z", "multi_rep": null, "streetlabe": "AMBER LN ", "stname": "AMBER LN ", "objectid": 21319, "Shape__Length": 19.837242530045337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121195559124502, 39.9863184131952 ], [ -75.121046248378207, 39.986392942950303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30012, "tnode_": 30013, "lpoly_": null, "rpoly_": null, "length": 37.92114557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2776, "l_t_add": 2798, "r_f_add": 2777, "r_t_add": 2799, "st_code": 12397, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543791, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:36:39Z", "newsegdate": "2019-08-05T13:36:39Z", "multi_rep": null, "streetlabe": "AMBER LN ", "stname": "AMBER LN ", "objectid": 21320, "Shape__Length": 15.084524263794666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121046248378207, 39.986392942950303 ], [ -75.120935710370702, 39.986452997253402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30017, "tnode_": 30013, "lpoly_": null, "rpoly_": null, "length": 234.07400063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "CT", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2125, "st_code": 47425, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543792, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:40:12Z", "newsegdate": "2019-08-05T13:40:12Z", "multi_rep": null, "streetlabe": "KENSINGTON CT ", "stname": "KENSINGTON CT ", "objectid": 21321, "Shape__Length": 93.224029453822993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121438592939001, 39.9869660749196 ], [ -75.120935710370702, 39.986452997253402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30013, "tnode_": 30016, "lpoly_": null, "rpoly_": null, "length": 559.64593005999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "CT", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 47425, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543793, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:41:51Z", "newsegdate": "2019-08-05T13:41:51Z", "multi_rep": null, "streetlabe": "KENSINGTON CT ", "stname": "KENSINGTON CT ", "objectid": 21322, "Shape__Length": 222.89783524843614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120935710370702, 39.986452997253402 ], [ -75.119756247942803, 39.985213220778498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15844, "tnode_": 30014, "lpoly_": null, "rpoly_": null, "length": 122.74502881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2700, "l_t_add": 2724, "r_f_add": 2701, "r_t_add": 2725, "st_code": 77805, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543794, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:44:45Z", "newsegdate": "2019-08-05T13:44:45Z", "multi_rep": null, "streetlabe": "TRENTON LN", "stname": "TRENTON LN", "objectid": 21323, "Shape__Length": 48.906730918023172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120253821424498, 39.984764776575901 ], [ -75.120217410476101, 39.984956783156498 ], [ -75.120079810667804, 39.985052803688902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30014, "tnode_": 30015, "lpoly_": null, "rpoly_": null, "length": 50.49925245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2726, "l_t_add": 2776, "r_f_add": 2727, "r_t_add": 2775, "st_code": 77805, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543795, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:52:36Z", "newsegdate": "2019-08-05T13:52:36Z", "multi_rep": null, "streetlabe": "TRENTON LN", "stname": "TRENTON LN", "objectid": 21324, "Shape__Length": 20.080712168969232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120079810667804, 39.985052803688902 ], [ -75.119923426042206, 39.985121693400203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30015, "tnode_": 30016, "lpoly_": null, "rpoly_": null, "length": 57.50048993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2778, "l_t_add": 2798, "r_f_add": 2777, "r_t_add": 2799, "st_code": 77805, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 543796, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-05T13:55:36Z", "newsegdate": "2019-08-05T13:55:36Z", "multi_rep": null, "streetlabe": "TRENTON LN", "stname": "TRENTON LN", "objectid": 21325, "Shape__Length": 22.872812671419975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119923426042206, 39.985121693400203 ], [ -75.119756247942803, 39.985213220778498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30012, "tnode_": 30015, "lpoly_": null, "rpoly_": null, "length": 559.86756962999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "WALK", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 47437, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543797, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2019-08-05T13:58:39Z", "newsegdate": "2019-08-05T13:58:39Z", "multi_rep": null, "streetlabe": "KENSINGTON WALK ", "stname": "KENSINGTON WALK ", "objectid": 21326, "Shape__Length": 223.01483256207393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121046248378207, 39.986392942950303 ], [ -75.119923426042206, 39.985121693400203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30011, "tnode_": 30014, "lpoly_": null, "rpoly_": null, "length": 557.05454892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "WAY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 47435, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543798, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-08-06T14:28:20Z", "newsegdate": "2019-08-06T14:28:20Z", "multi_rep": null, "streetlabe": "KENSINGTON WAY ", "stname": "KENSINGTON WAY ", "objectid": 21327, "Shape__Length": 221.89478256565309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121195559124502, 39.9863184131952 ], [ -75.120079810667804, 39.985052803688902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18352, "tnode_": 30045, "lpoly_": null, "rpoly_": null, "length": 322.09591673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHIRRA", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 71228, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543799, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-02T20:42:46Z", "newsegdate": "2021-06-02T20:42:46Z", "multi_rep": 0, "streetlabe": "SCHIRRA LN ", "stname": "SCHIRRA LN ", "objectid": 21328, "Shape__Length": 128.13602553419463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119903235911295, 39.970628714719098 ], [ -75.119023066524093, 39.970060223257498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30045, "tnode_": 30048, "lpoly_": null, "rpoly_": null, "length": 151.23192683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHIRRA", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 71228, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543800, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-02T21:02:37Z", "newsegdate": "2021-06-02T21:02:37Z", "multi_rep": 0, "streetlabe": "SCHIRRA LN ", "stname": "SCHIRRA LN ", "objectid": 21329, "Shape__Length": 60.136758783406535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119023066524093, 39.970060223257498 ], [ -75.118573098031106, 39.969831123232296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18352, "tnode_": 30049, "lpoly_": null, "rpoly_": null, "length": 514.58724956000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2116, "r_f_add": 2001, "r_t_add": 2117, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543801, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-06-03T08:05:19Z", "newsegdate": "2021-06-03T08:05:19Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21330, "Shape__Length": 204.82351437648092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119903235911295, 39.970628714719098 ], [ -75.119715349902606, 39.970729505833198 ], [ -75.118672278223798, 39.971670015117397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30049, "tnode_": 30050, "lpoly_": null, "rpoly_": null, "length": 85.42304726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2118, "l_t_add": 2202, "r_f_add": 2119, "r_t_add": 2203, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-06-03T08:05:48Z", "newsegdate": "2021-06-03T08:05:48Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21331, "Shape__Length": 34.008615511783802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118672278223798, 39.971670015117397 ], [ -75.118479334446207, 39.971851540427302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30050, "tnode_": 30051, "lpoly_": null, "rpoly_": null, "length": 182.3369185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2204, "l_t_add": 2300, "r_f_add": 2205, "r_t_add": 2301, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-06-03T08:09:37Z", "newsegdate": "2021-06-03T08:09:37Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21332, "Shape__Length": 72.601957292368013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118479334446207, 39.971851540427302 ], [ -75.118085255707399, 39.972249795615703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30051, "tnode_": 30052, "lpoly_": null, "rpoly_": null, "length": 66.66862369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2302, "l_t_add": 2404, "r_f_add": 2303, "r_t_add": 2407, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543808, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2021-06-03T08:09:54Z", "newsegdate": "2021-06-03T08:09:54Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21333, "Shape__Length": 26.544044471288974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118085255707399, 39.972249795615703 ], [ -75.117937788239004, 39.972393395409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30049, "tnode_": 30055, "lpoly_": null, "rpoly_": null, "length": 199.22295085000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISEVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3050, "r_f_add": 3001, "r_t_add": 3051, "st_code": 68565, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543812, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T07:48:36Z", "newsegdate": "2021-06-08T07:48:36Z", "multi_rep": null, "streetlabe": "RISEVIEW LN ", "stname": "RISEVIEW LN ", "objectid": 21334, "Shape__Length": 79.246428443701106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118672278223798, 39.971670015117397 ], [ -75.118113708430897, 39.971331791573199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30055, "tnode_": 30053, "lpoly_": null, "rpoly_": null, "length": 190.37973294000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISEVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3052, "l_t_add": 3098, "r_f_add": 3053, "r_t_add": 3099, "st_code": 68565, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543813, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T07:53:06Z", "newsegdate": "2021-06-08T07:53:06Z", "multi_rep": null, "streetlabe": "RISEVIEW LN ", "stname": "RISEVIEW LN ", "objectid": 21335, "Shape__Length": 75.742228497447755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118113708430897, 39.971331791573199 ], [ -75.118322888353703, 39.9711271223862 ], [ -75.118025924939403, 39.970998404528302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30055, "tnode_": 30057, "lpoly_": null, "rpoly_": null, "length": 85.20469576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2125, "st_code": 23254, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543814, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T07:59:42Z", "newsegdate": "2021-06-08T07:59:42Z", "multi_rep": null, "streetlabe": "CITYVIEW PL ", "stname": "CITYVIEW PL ", "objectid": 21336, "Shape__Length": 33.918691710243593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118113708430897, 39.971331791573199 ], [ -75.117916258627801, 39.971509637310803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30057, "tnode_": 30058, "lpoly_": null, "rpoly_": null, "length": 141.15442929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2126, "l_t_add": 2174, "r_f_add": 2127, "r_t_add": 2175, "st_code": 23254, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543815, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:07:18Z", "newsegdate": "2021-06-08T08:07:18Z", "multi_rep": null, "streetlabe": "CITYVIEW PL ", "stname": "CITYVIEW PL ", "objectid": 21337, "Shape__Length": 56.196548014034363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117916258627801, 39.971509637310803 ], [ -75.117597871897004, 39.971809866840204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30058, "tnode_": 30056, "lpoly_": null, "rpoly_": null, "length": 85.97681581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2176, "l_t_add": 2198, "r_f_add": 2177, "r_t_add": 2199, "st_code": 23254, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543816, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:09:22Z", "newsegdate": "2021-06-08T08:09:22Z", "multi_rep": null, "streetlabe": "CITYVIEW PL ", "stname": "CITYVIEW PL ", "objectid": 21338, "Shape__Length": 34.23472372175965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117597871897004, 39.971809866840204 ], [ -75.117413936948694, 39.971998749480498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30052, "tnode_": 30056, "lpoly_": null, "rpoly_": null, "length": 205.48590937999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACHVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3050, "r_f_add": 3001, "r_t_add": 3051, "st_code": 16434, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543817, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:11:27Z", "newsegdate": "2021-06-08T08:11:27Z", "multi_rep": null, "streetlabe": "BEACHVIEW LN ", "stname": "BEACHVIEW LN ", "objectid": 21339, "Shape__Length": 81.773099182936051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117937788239004, 39.972393395409 ], [ -75.117413936948694, 39.971998749480498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30051, "tnode_": 30058, "lpoly_": null, "rpoly_": null, "length": 210.57716391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITYVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 23258, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543819, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-08T08:14:17Z", "newsegdate": "2021-06-08T08:14:17Z", "multi_rep": null, "streetlabe": "CITYVIEW WALK ", "stname": "CITYVIEW WALK ", "objectid": 21340, "Shape__Length": 83.828654914635777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118085255707399, 39.972249795615703 ], [ -75.117597871897004, 39.971809866840204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30050, "tnode_": 30057, "lpoly_": null, "rpoly_": null, "length": 201.04422666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEDGEVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 71486, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543820, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-08T08:16:14Z", "newsegdate": "2021-06-08T08:16:14Z", "multi_rep": null, "streetlabe": "SEDGEVIEW WALK ", "stname": "SEDGEVIEW WALK ", "objectid": 21341, "Shape__Length": 79.971518783634181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118479334446207, 39.971851540427302 ], [ -75.117916258627801, 39.971509637310803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17791, "tnode_": 30046, "lpoly_": null, "rpoly_": null, "length": 312.80725588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CUMBERLAND", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 26334, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543821, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:19:46Z", "newsegdate": "2021-06-08T08:19:46Z", "multi_rep": null, "streetlabe": "E CUMBERLAND LN ", "stname": "E CUMBERLAND LN ", "objectid": 21342, "Shape__Length": 124.52600229496126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116915225518696, 39.973340953993798 ], [ -75.116189081147098, 39.972688855608098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30045, "tnode_": 30059, "lpoly_": null, "rpoly_": null, "length": 158.88206721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2030, "r_f_add": 2001, "r_t_add": 2029, "st_code": 60177, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543822, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:21:58Z", "newsegdate": "2021-06-08T08:21:58Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21343, "Shape__Length": 63.23787135803736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119023066524093, 39.970060223257498 ], [ -75.118638564133605, 39.970380701095401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30059, "tnode_": 30060, "lpoly_": null, "rpoly_": null, "length": 122.47351577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2031, "l_t_add": 2063, "r_f_add": 2032, "r_t_add": 2062, "st_code": 60177, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543824, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:22:22Z", "newsegdate": "2021-06-08T08:22:22Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21344, "Shape__Length": 48.782986905566517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118638564133605, 39.970380701095401 ], [ -75.118410560998896, 39.970667509456298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30060, "tnode_": 30053, "lpoly_": null, "rpoly_": null, "length": 161.71525994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2064, "l_t_add": 2098, "r_f_add": 2065, "r_t_add": 2099, "st_code": 60177, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543825, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:22:22Z", "newsegdate": "2021-06-08T08:22:22Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21345, "Shape__Length": 64.370095330866192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118410560998896, 39.970667509456298 ], [ -75.118025924939403, 39.970998404528302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30053, "tnode_": 30061, "lpoly_": null, "rpoly_": null, "length": 178.42708198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2100, "l_t_add": 2144, "r_f_add": 2101, "r_t_add": 2145, "st_code": 60177, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543826, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:23:00Z", "newsegdate": "2021-06-08T08:23:00Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21346, "Shape__Length": 71.017877245549428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118025924939403, 39.970998404528302 ], [ -75.117593694684402, 39.971358006298999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30061, "tnode_": 30054, "lpoly_": null, "rpoly_": null, "length": 219.83985621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2147, "r_t_add": 2199, "st_code": 60177, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543827, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:23:00Z", "newsegdate": "2021-06-08T08:23:00Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21347, "Shape__Length": 87.511651901762207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117593694684402, 39.971358006298999 ], [ -75.117078238103403, 39.971812883806798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30054, "tnode_": 30062, "lpoly_": null, "rpoly_": null, "length": 183.595834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2248, "r_f_add": 2201, "r_t_add": 2247, "st_code": 60177, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543828, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:25:16Z", "newsegdate": "2021-06-08T08:25:16Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21348, "Shape__Length": 73.100272191216746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117078238103403, 39.971812883806798 ], [ -75.116676018181707, 39.972210679030297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30046, "tnode_": 30047, "lpoly_": null, "rpoly_": null, "length": 452.19950102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 64633, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543830, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T08:26:16Z", "newsegdate": "2021-06-08T08:26:16Z", "multi_rep": null, "streetlabe": "PIERVIEW LN ", "stname": "PIERVIEW LN ", "objectid": 21349, "Shape__Length": 180.12284862041545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116322408527097, 39.972572316634803 ], [ -75.116146881008405, 39.972385036252 ], [ -75.115883469785899, 39.972178690669701 ], [ -75.115571736231601, 39.971647348787201 ], [ -75.115633390181102, 39.971517484115402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30048, "tnode_": 30063, "lpoly_": null, "rpoly_": null, "length": 147.749057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2026, "r_f_add": 2001, "r_t_add": 2025, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543831, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T09:18:01Z", "newsegdate": "2021-06-08T09:18:01Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21350, "Shape__Length": 58.779583814220523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118573098031106, 39.969831123232296 ], [ -75.118173018999698, 39.9700952171765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30063, "tnode_": 30064, "lpoly_": null, "rpoly_": null, "length": 144.8066239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2028, "l_t_add": 2056, "r_f_add": 2027, "r_t_add": 2055, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543832, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-08T09:28:37Z", "newsegdate": "2021-06-08T09:28:37Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21351, "Shape__Length": 57.59126754164518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118173018999698, 39.9700952171765 ], [ -75.117754973643301, 39.970328793335199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30059, "tnode_": 30063, "lpoly_": null, "rpoly_": null, "length": 166.8576841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 32548, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543834, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-15T10:53:24Z", "newsegdate": "2021-06-15T10:53:24Z", "multi_rep": null, "streetlabe": "EVERGREEN WALK ", "stname": "EVERGREEN WALK ", "objectid": 21352, "Shape__Length": 66.372590575855497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118638564133605, 39.970380701095401 ], [ -75.118173018999698, 39.9700952171765 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30066, "tnode_": 30065, "lpoly_": null, "rpoly_": null, "length": 123.71833377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2094, "l_t_add": 2098, "r_f_add": 2095, "r_t_add": 2099, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543835, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2021-06-22T12:34:04Z", "newsegdate": "2021-06-22T12:34:04Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21353, "Shape__Length": 49.214334169241475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117754973643301, 39.970328793335199 ], [ -75.117412054184996, 39.970542636351702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30065, "tnode_": 30066, "lpoly_": null, "rpoly_": null, "length": 153.21920514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2100, "l_t_add": 2170, "r_f_add": 2101, "r_t_add": 2171, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543836, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-22T12:34:04Z", "newsegdate": "2021-06-22T12:34:04Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21354, "Shape__Length": 60.933154738846582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117412054184996, 39.970542636351702 ], [ -75.116963737947998, 39.970783317260299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30066, "tnode_": 30073, "lpoly_": null, "rpoly_": null, "length": 199.27656289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2172, "l_t_add": 2198, "r_f_add": 2173, "r_t_add": 2199, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543839, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-22T15:23:34Z", "newsegdate": "2021-06-22T15:23:34Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21355, "Shape__Length": 79.262787846337375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116963737947998, 39.970783317260299 ], [ -75.116398814892307, 39.971115473383101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30074, "tnode_": 30047, "lpoly_": null, "rpoly_": null, "length": 120.90614982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2252, "l_t_add": 2298, "r_f_add": 2251, "r_t_add": 2299, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543840, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-22T15:25:21Z", "newsegdate": "2021-06-22T15:25:21Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21356, "Shape__Length": 48.069619559901717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116005523396396, 39.971349612487501 ], [ -75.115633390181102, 39.971517484115402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30073, "tnode_": 30074, "lpoly_": null, "rpoly_": null, "length": 139.37641341999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETTYVIEW", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2200, "l_t_add": 2250, "r_f_add": 2201, "r_t_add": 2249, "st_code": 64414, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543841, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-22T15:25:21Z", "newsegdate": "2021-06-22T15:25:21Z", "multi_rep": null, "streetlabe": "PETTYVIEW PL ", "stname": "PETTYVIEW PL ", "objectid": 21357, "Shape__Length": 55.43884788727469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116398814892307, 39.971115473383101 ], [ -75.116005523396396, 39.971349612487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30047, "tnode_": 30072, "lpoly_": null, "rpoly_": null, "length": 153.96655555000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 64633, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543842, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-22T15:40:56Z", "newsegdate": "2021-06-22T15:40:56Z", "multi_rep": null, "streetlabe": "PIERVIEW LN ", "stname": "PIERVIEW LN ", "objectid": 21358, "Shape__Length": 61.340263246217887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115633390181102, 39.971517484115402 ], [ -75.115375192379204, 39.971144423005697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30054, "tnode_": 30073, "lpoly_": null, "rpoly_": null, "length": 317.49975353000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACHVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 16434, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543843, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-23T12:21:47Z", "newsegdate": "2021-06-23T12:21:47Z", "multi_rep": null, "streetlabe": "BEACHVIEW LN ", "stname": "BEACHVIEW LN ", "objectid": 21359, "Shape__Length": 126.42289532609622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117078238103403, 39.971812883806798 ], [ -75.116398814892307, 39.971115473383101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30073, "tnode_": 30075, "lpoly_": null, "rpoly_": null, "length": 188.54174021999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACHVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 16438, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543844, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T12:26:11Z", "newsegdate": "2021-06-23T12:26:11Z", "multi_rep": null, "streetlabe": "BEACHVIEW WALK", "stname": "BEACHVIEW WALK", "objectid": 21360, "Shape__Length": 75.082269174938091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116398814892307, 39.971115473383101 ], [ -75.116012440711501, 39.970691792879201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30053, "tnode_": 30065, "lpoly_": null, "rpoly_": null, "length": 239.09976466000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISEVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 68565, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543845, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2021-06-23T12:46:02Z", "newsegdate": "2021-06-23T12:46:02Z", "multi_rep": null, "streetlabe": "RISEVIEW LN ", "stname": "RISEVIEW LN ", "objectid": 21361, "Shape__Length": 95.144998955858611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118025924939403, 39.970998404528302 ], [ -75.117412054184996, 39.970542636351702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30065, "tnode_": 30070, "lpoly_": null, "rpoly_": null, "length": 227.68417254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISEVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 68568, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543846, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-23T12:48:08Z", "newsegdate": "2021-06-23T12:48:08Z", "multi_rep": null, "streetlabe": "RISEVIEW WALK ", "stname": "RISEVIEW WALK ", "objectid": 21362, "Shape__Length": 90.633003905485154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117412054184996, 39.970542636351702 ], [ -75.116879015273298, 39.970070991875701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30061, "tnode_": 30066, "lpoly_": null, "rpoly_": null, "length": 273.86462381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 63068, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543847, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T12:49:33Z", "newsegdate": "2021-06-23T12:49:33Z", "multi_rep": null, "streetlabe": "PARKVIEW WALK ", "stname": "PARKVIEW WALK ", "objectid": 21363, "Shape__Length": 109.02344605807028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117593694684402, 39.971358006298999 ], [ -75.116963737947998, 39.970783317260299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30066, "tnode_": 30071, "lpoly_": null, "rpoly_": null, "length": 277.57227537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 63068, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543848, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T13:16:04Z", "newsegdate": "2021-06-23T13:16:04Z", "multi_rep": null, "streetlabe": "PARKVIEW WALK ", "stname": "PARKVIEW WALK ", "objectid": 21364, "Shape__Length": 110.53540820066399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116963737947998, 39.970783317260299 ], [ -75.117093683907498, 39.970668292028101 ], [ -75.116655351008006, 39.970160523980297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30048, "tnode_": 30067, "lpoly_": null, "rpoly_": null, "length": 171.57003503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHIRRA", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 71226, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543849, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2021-06-23T13:24:08Z", "newsegdate": "2021-06-23T13:24:08Z", "multi_rep": 0, "streetlabe": "SCHIRRA WALK ", "stname": "SCHIRRA WALK ", "objectid": 21365, "Shape__Length": 68.300886458481358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118573098031106, 39.969831123232296 ], [ -75.118181222429499, 39.969469306735199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30063, "tnode_": 30068, "lpoly_": null, "rpoly_": null, "length": 193.76127145000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 32548, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543850, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T13:56:29Z", "newsegdate": "2021-06-23T13:56:29Z", "multi_rep": null, "streetlabe": "EVERGREEN WALK ", "stname": "EVERGREEN WALK ", "objectid": 21366, "Shape__Length": 77.162199656079522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118173018999698, 39.9700952171765 ], [ -75.117781001663005, 39.969657108547501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30060, "tnode_": 30064, "lpoly_": null, "rpoly_": null, "length": 221.3333583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCHVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 17688, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543851, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T13:59:53Z", "newsegdate": "2021-06-23T13:59:53Z", "multi_rep": null, "streetlabe": "BIRCHVIEW WALK ", "stname": "BIRCHVIEW WALK ", "objectid": 21367, "Shape__Length": 88.015195349140598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118410560998896, 39.970667509456298 ], [ -75.117754973643301, 39.970328793335199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30064, "tnode_": 30069, "lpoly_": null, "rpoly_": null, "length": 198.9587481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCHVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 17688, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543852, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2021-06-23T14:52:19Z", "newsegdate": "2021-06-23T14:52:19Z", "multi_rep": null, "streetlabe": "BIRCHVIEW WALK ", "stname": "BIRCHVIEW WALK ", "objectid": 21368, "Shape__Length": 79.228352915110364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117754973643301, 39.970328793335199 ], [ -75.117344661723493, 39.969883112027098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18074, "tnode_": 30080, "lpoly_": null, "rpoly_": null, "length": 38.30471063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 220, "st_code": 16580, "l_hundred": 200, "r_hundred": 200, "seg_id": 543855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2021-10-13T08:24:40Z", "newsegdate": "2021-10-13T08:24:40Z", "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21369, "Shape__Length": 15.217282751127717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134298998184704, 39.972433016662997 ], [ -75.134166214296997, 39.972408123679799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30080, "tnode_": 18017, "lpoly_": null, "rpoly_": null, "length": 243.5678885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 222, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 16580, "l_hundred": 200, "r_hundred": 200, "seg_id": 543856, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2021-10-13T08:24:40Z", "newsegdate": "2021-10-13T08:24:40Z", "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21370, "Shape__Length": 96.799966288713676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134166214296997, 39.972408123679799 ], [ -75.133367140505896, 39.972670962603701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30093, "tnode_": 17791, "lpoly_": null, "rpoly_": null, "length": 72.26069544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2491, "l_t_add": 2499, "r_f_add": 2492, "r_t_add": 2498, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543859, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2022-09-27T07:44:42Z", "newsegdate": "2022-09-27T07:44:42Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21371, "Shape__Length": 28.77088241944638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117075131363407, 39.973185349870697 ], [ -75.116915225518696, 39.973340953993798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30052, "tnode_": 30093, "lpoly_": null, "rpoly_": null, "length": 376.41250489000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2406, "l_t_add": 2490, "r_f_add": 2409, "r_t_add": 2489, "st_code": 16320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 543860, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2022-09-27T07:44:42Z", "newsegdate": "2022-09-27T07:44:42Z", "multi_rep": 0, "streetlabe": "BEACH ST", "stname": "BEACH ST", "objectid": 21372, "Shape__Length": 149.85257716062961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117937788239004, 39.972393395409 ], [ -75.117075131363407, 39.973185349870697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30094, "tnode_": 30046, "lpoly_": null, "rpoly_": null, "length": 56.55649087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2286, "l_t_add": 2298, "r_f_add": 2287, "r_t_add": 2299, "st_code": 60177, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543861, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-27T07:56:15Z", "newsegdate": "2022-09-27T07:56:15Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21373, "Shape__Length": 22.513370451095369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116322408527097, 39.972572316634803 ], [ -75.116189081147098, 39.972688855608098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30062, "tnode_": 30094, "lpoly_": null, "rpoly_": null, "length": 164.85526273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHBANK", "st_type": "PL", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2250, "l_t_add": 2284, "r_f_add": 2249, "r_t_add": 2285, "st_code": 60177, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 543862, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-27T07:56:15Z", "newsegdate": "2022-09-27T07:56:15Z", "multi_rep": 0, "streetlabe": "NORTHBANK PL ", "stname": "NORTHBANK PL ", "objectid": 21374, "Shape__Length": 65.642959830347692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116676018181707, 39.972210679030297 ], [ -75.116322408527097, 39.972572316634803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30093, "tnode_": 30094, "lpoly_": null, "rpoly_": null, "length": 307.2095074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 64637, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543863, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-27T08:44:44Z", "newsegdate": "2022-09-27T08:44:44Z", "multi_rep": null, "streetlabe": "PIERVIEW WALK ", "stname": "PIERVIEW WALK ", "objectid": 21375, "Shape__Length": 122.27402678624132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117075131363407, 39.973185349870697 ], [ -75.116322408527097, 39.972572316634803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30060, "tnode_": 30096, "lpoly_": null, "rpoly_": null, "length": 219.18732214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCHVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 17688, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543865, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-27T21:14:27Z", "newsegdate": "2022-09-27T21:14:27Z", "multi_rep": null, "streetlabe": "BIRCHVIEW WALK ", "stname": "BIRCHVIEW WALK ", "objectid": 21376, "Shape__Length": 87.209264953192459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118410560998896, 39.970667509456298 ], [ -75.118992071916196, 39.971069823509197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30059, "tnode_": 30097, "lpoly_": null, "rpoly_": null, "length": 213.27538407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 32548, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543866, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2022-09-27T21:15:59Z", "newsegdate": "2022-09-27T21:15:59Z", "multi_rep": null, "streetlabe": "EVERGREEN WALK ", "stname": "EVERGREEN WALK ", "objectid": 21377, "Shape__Length": 84.812627120647761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118638564133605, 39.970380701095401 ], [ -75.119267959628303, 39.970709733691201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30062, "tnode_": 30095, "lpoly_": null, "rpoly_": null, "length": 251.00168768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNRISE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 75508, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543867, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-29T07:19:57Z", "newsegdate": "2022-09-29T07:19:57Z", "multi_rep": null, "streetlabe": "SUNRISE WALK", "stname": "SUNRISE WALK", "objectid": 21378, "Shape__Length": 99.99610145901778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116676018181707, 39.972210679030297 ], [ -75.117108109063295, 39.972814205477903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30062, "tnode_": 30074, "lpoly_": null, "rpoly_": null, "length": 375.18956901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNRISE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 75508, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 543868, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-29T07:25:59Z", "newsegdate": "2022-09-29T07:25:59Z", "multi_rep": null, "streetlabe": "SUNRISE WALK", "stname": "SUNRISE WALK", "objectid": 21379, "Shape__Length": 149.43169922663986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116676018181707, 39.972210679030297 ], [ -75.116683014154006, 39.972070185157399 ], [ -75.116005523396396, 39.971349612487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30074, "tnode_": 30085, "lpoly_": null, "rpoly_": null, "length": 173.30691428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNRISE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 75508, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 543869, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2022-09-29T07:41:14Z", "newsegdate": "2022-09-29T07:41:14Z", "multi_rep": null, "streetlabe": "SUNRISE WALK", "stname": "SUNRISE WALK", "objectid": 21380, "Shape__Length": 68.990848738076252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116005523396396, 39.971349612487501 ], [ -75.115604366139706, 39.970987574032399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18166, "tnode_": 17883, "lpoly_": null, "rpoly_": null, "length": 694.65812544999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 68240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 543870, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2024-03-15T11:31:03Z", "newsegdate": "2024-03-15T11:31:03Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21381, "Shape__Length": 276.5465294254152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121212050893007, 39.971497629779101 ], [ -75.120233401236902, 39.9723966146409 ], [ -75.119620604423204, 39.972959511607101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18352, "tnode_": 30152, "lpoly_": null, "rpoly_": null, "length": 130.95248891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1976, "l_t_add": 1998, "r_f_add": 1975, "r_t_add": 1999, "st_code": 16315, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543871, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "BEACH LN ", "stname": "BEACH LN ", "objectid": 21382, "Shape__Length": 52.085471911581998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119903235911295, 39.970628714719098 ], [ -75.120275754977797, 39.970411744964103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30152, "tnode_": 30151, "lpoly_": null, "rpoly_": null, "length": 233.97263596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1950, "l_t_add": 1974, "r_f_add": 1951, "r_t_add": 1973, "st_code": 16315, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543872, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "BEACH LN ", "stname": "BEACH LN ", "objectid": 21383, "Shape__Length": 93.070925033038634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120275754977797, 39.970411744964103 ], [ -75.1209265072075, 39.970009461811401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 18429, "tnode_": 30146, "lpoly_": null, "rpoly_": null, "length": 292.44014084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGEVIEW", "st_type": "WALK", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3050, "r_f_add": 3001, "r_t_add": 3049, "st_code": 18845, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543873, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "BRIDGEVIEW WALK ", "stname": "BRIDGEVIEW WALK ", "objectid": 21384, "Shape__Length": 116.34698038359565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122202045056397, 39.970219683746201 ], [ -75.121416758612199, 39.969691108162898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30146, "tnode_": 30151, "lpoly_": null, "rpoly_": null, "length": 179.80726597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACH", "st_type": "LN", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 16315, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 543874, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "BEACH LN ", "stname": "BEACH LN ", "objectid": 21385, "Shape__Length": 71.531048459725611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121416758612199, 39.969691108162898 ], [ -75.1209265072075, 39.970009461811401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30152, "tnode_": 30150, "lpoly_": null, "rpoly_": null, "length": 339.54875746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICE ADMIRAL", "st_type": "WAY", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 3000, "l_t_add": 3026, "r_f_add": 3001, "r_t_add": 3025, "st_code": 80010, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 543875, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-05-22T00:00:00Z", "newsegdate": "2024-05-22T00:00:00Z", "multi_rep": null, "streetlabe": "VICE ADMIRAL WAY", "stname": "VICE ADMIRAL WAY", "objectid": 21386, "Shape__Length": 135.16704167126781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120275754977797, 39.970411744964103 ], [ -75.119489881766697, 39.969702377935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28431, "tnode_": 18331, "lpoly_": null, "rpoly_": null, "length": 553.707415, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 1550, "l_t_add": 1598, "r_f_add": 0, "r_t_add": 0, "st_code": 28000, "l_hundred": 1500, "r_hundred": 0, "seg_id": 543876, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2024-05-28T13:08:14Z", "newsegdate": "2024-05-28T13:08:14Z", "multi_rep": 2, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21387, "Shape__Length": 220.15416056593131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124953425256294, 39.969995528899297 ], [ -75.1241396916665, 39.9704934205215 ], [ -75.123275534494098, 39.970769850956501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30157, "tnode_": 16874, "lpoly_": null, "rpoly_": null, "length": 87.230530210000012, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1872, "l_t_add": 1898, "r_f_add": 1877, "r_t_add": 1899, "st_code": 40340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543877, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2024-11-20T10:34:13Z", "newsegdate": "2024-11-20T10:34:13Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 21388, "Shape__Length": 34.78322387603631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136476411703697, 39.978793001716703 ], [ -75.1364265501349, 39.979029367989298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16976, "tnode_": 30157, "lpoly_": null, "rpoly_": null, "length": 154.78651126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1826, "l_t_add": 1870, "r_f_add": 1837, "r_t_add": 1875, "st_code": 40340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543878, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2024-11-20T10:34:13Z", "newsegdate": "2024-11-20T10:34:13Z", "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 21389, "Shape__Length": 61.720914517996086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136564887414295, 39.978373580663998 ], [ -75.136476411703697, 39.978793001716703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30158, "tnode_": 16893, "lpoly_": null, "rpoly_": null, "length": 81.12247293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1878, "l_t_add": 1898, "r_f_add": 1879, "r_t_add": 1899, "st_code": 54200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543879, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2024-11-20T10:43:21Z", "newsegdate": "2024-11-20T10:43:21Z", "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 21390, "Shape__Length": 32.347439558984746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135553739896395, 39.978689978285701 ], [ -75.135506383980101, 39.978909669292598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16986, "tnode_": 30158, "lpoly_": null, "rpoly_": null, "length": 159.57378995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1836, "l_t_add": 1876, "r_f_add": 1837, "r_t_add": 1877, "st_code": 54200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2024-11-20T10:43:21Z", "newsegdate": "2024-11-20T10:43:21Z", "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 21391, "Shape__Length": 63.62945756826602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135646892247607, 39.978257830166697 ], [ -75.135553739896395, 39.978689978285701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30158, "tnode_": 30160, "lpoly_": null, "rpoly_": null, "length": 78.93239393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 123, "st_code": 68410, "l_hundred": 100, "r_hundred": 100, "seg_id": 543881, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-11-22T12:30:30Z", "newsegdate": "2024-11-22T12:30:30Z", "multi_rep": null, "streetlabe": "RILEY ST ", "stname": "RILEY ST ", "objectid": 21392, "Shape__Length": 31.354008484831606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135553739896395, 39.978689978285701 ], [ -75.135834633938899, 39.978705862392097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30160, "tnode_": 30159, "lpoly_": null, "rpoly_": null, "length": 111.88473086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 126, "l_t_add": 174, "r_f_add": 125, "r_t_add": 173, "st_code": 68410, "l_hundred": 100, "r_hundred": 100, "seg_id": 543882, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-11-22T12:31:53Z", "newsegdate": "2024-11-22T12:31:53Z", "multi_rep": null, "streetlabe": "RILEY ST ", "stname": "RILEY ST ", "objectid": 21393, "Shape__Length": 44.449647932422934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135834633938899, 39.978705862392097 ], [ -75.136225821189598, 39.978767219660703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30157, "tnode_": 30159, "lpoly_": null, "rpoly_": null, "length": 70.85266706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 176, "l_t_add": 198, "r_f_add": 175, "r_t_add": 199, "st_code": 68410, "l_hundred": 100, "r_hundred": 100, "seg_id": 543883, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-11-22T12:33:14Z", "newsegdate": "2024-11-22T12:33:14Z", "multi_rep": null, "streetlabe": "RILEY ST ", "stname": "RILEY ST ", "objectid": 21394, "Shape__Length": 28.145925074490545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136476411703697, 39.978793001716703 ], [ -75.136225821189598, 39.978767219660703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30159, "tnode_": 30155, "lpoly_": null, "rpoly_": null, "length": 83.784046870000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JADE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 45810, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543884, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-11-22T12:35:04Z", "newsegdate": "2024-11-22T12:35:04Z", "multi_rep": null, "streetlabe": "JADE WAY ", "stname": "JADE WAY ", "objectid": 21395, "Shape__Length": 33.409859032024563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136225821189598, 39.978767219660703 ], [ -75.136265581221593, 39.978539265112197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30160, "tnode_": 30156, "lpoly_": null, "rpoly_": null, "length": 78.70652476000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19122, "zip_right": 19122, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 16596, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 543885, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2024-11-22T12:36:17Z", "newsegdate": "2024-11-22T12:36:17Z", "multi_rep": null, "streetlabe": "BELLA WAY ", "stname": "BELLA WAY ", "objectid": 21396, "Shape__Length": 31.384495222286905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135834633938899, 39.978705862392097 ], [ -75.1358769415111, 39.978492268839801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15353, "tnode_": 30162, "lpoly_": null, "rpoly_": null, "length": 180.79479926000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2400, "l_t_add": 2430, "r_f_add": 2401, "r_t_add": 2431, "st_code": 88010, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543886, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2024-12-03T14:01:28Z", "newsegdate": "2024-12-03T14:01:28Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 21397, "Shape__Length": 72.102158837466547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150240693000697, 39.988693998648799 ], [ -75.150134312986793, 39.989183510599801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30162, "tnode_": 15110, "lpoly_": null, "rpoly_": null, "length": 367.6227823, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 2432, "l_t_add": 2498, "r_f_add": 2433, "r_t_add": 2499, "st_code": 88010, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543887, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2024-12-03T14:01:28Z", "newsegdate": "2024-12-03T14:01:28Z", "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 21398, "Shape__Length": 146.61198112571947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150134312986793, 39.989183510599801 ], [ -75.149917999111807, 39.990178869457999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30163, "tnode_": 30167, "lpoly_": null, "rpoly_": null, "length": 41.01393086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543888, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:31:09Z", "newsegdate": "2025-04-08T08:31:09Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21399, "Shape__Length": 16.351037500411522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127652668289898, 39.981470049159597 ], [ -75.127667819479598, 39.981438808073698 ], [ -75.127676181277195, 39.981422906804497 ], [ -75.127682833902995, 39.9814111391347 ], [ -75.127685684436798, 39.981397496049702 ], [ -75.127687577512106, 39.9813885993198 ], [ -75.1276901981159, 39.981380911272097 ], [ -75.127691685525306, 39.981362469707797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30167, "tnode_": 30168, "lpoly_": null, "rpoly_": null, "length": 19.25449176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543889, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:34:58Z", "newsegdate": "2025-04-08T08:34:58Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21400, "Shape__Length": 7.6744243788089452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127691685525306, 39.981362469707797 ], [ -75.127684021697206, 39.981340242864697 ], [ -75.127678150767593, 39.981331765207898 ], [ -75.127666456103597, 39.9813136180124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30168, "tnode_": 30166, "lpoly_": null, "rpoly_": null, "length": 51.8783674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543890, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:35:31Z", "newsegdate": "2025-04-08T08:35:31Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21401, "Shape__Length": 20.614762658893401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127666456103597, 39.9813136180124 ], [ -75.127649771972997, 39.981304296791798 ], [ -75.127628443253499, 39.981294869438301 ], [ -75.1275952737073, 39.981291131802003 ], [ -75.127543457999195, 39.981288755709002 ], [ -75.127518710984802, 39.981287594630899 ], [ -75.127489841174906, 39.981292894304502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30166, "tnode_": 30165, "lpoly_": null, "rpoly_": null, "length": 56.92272323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543891, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:36:18Z", "newsegdate": "2025-04-08T08:36:18Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21402, "Shape__Length": 22.674717484286504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127489841174906, 39.981292894304502 ], [ -75.127459078223296, 39.981307091597202 ], [ -75.127431181739595, 39.981327313777399 ], [ -75.127413164019998, 39.981352529035703 ], [ -75.127406052617602, 39.981376206790301 ], [ -75.127406320270694, 39.981389324647601 ], [ -75.127417486040699, 39.981421167104003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30165, "tnode_": 30164, "lpoly_": null, "rpoly_": null, "length": 47.62227628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:37:01Z", "newsegdate": "2025-04-08T08:37:01Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21403, "Shape__Length": 18.940530504455019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127417486040699, 39.981421167104003 ], [ -75.127429817371606, 39.981442905050102 ], [ -75.127451736871194, 39.981457113272803 ], [ -75.127480552531097, 39.981473267617602 ], [ -75.127506640846903, 39.981479824065801 ], [ -75.127521324033196, 39.981480755174402 ], [ -75.127553904069501, 39.981479712027003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30164, "tnode_": 30163, "lpoly_": null, "rpoly_": null, "length": 28.38718644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YORK ROUNDABOUT", "st_type": "CIR", "suf_dir": " ", "zip_left": 19125, "zip_right": 19125, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3294, "l_hundred": 0, "r_hundred": 0, "seg_id": 543893, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-04-08T08:39:38Z", "newsegdate": "2025-04-08T08:39:38Z", "multi_rep": null, "streetlabe": "YORK ROUNDABOUT CIR ", "stname": "YORK ROUNDABOUT CIR ", "objectid": 21404, "Shape__Length": 11.278512917628268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127553904069501, 39.981479712027003 ], [ -75.127580972837606, 39.981480927050598 ], [ -75.127600346618493, 39.9814807732742 ], [ -75.127619744545598, 39.981480024467501 ], [ -75.127652668289898, 39.981470049159597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30173, "tnode_": 14543, "lpoly_": null, "rpoly_": null, "length": 95.93832844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3586, "l_t_add": 3598, "r_f_add": 3587, "r_t_add": 3599, "st_code": 22040, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 543894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2025-06-09T12:13:59Z", "newsegdate": "2025-06-09T12:13:59Z", "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 21405, "Shape__Length": 38.164153535015316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096885648433798, 39.992787613224202 ], [ -75.096602600911297, 39.992935813358898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14709, "tnode_": 30173, "lpoly_": null, "rpoly_": null, "length": 682.78518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3584, "r_f_add": 3501, "r_t_add": 3585, "st_code": 22040, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 543895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2025-06-09T12:13:59Z", "newsegdate": "2025-06-09T12:13:59Z", "multi_rep": 0, "streetlabe": "CEDAR ST", "stname": "CEDAR ST", "objectid": 21406, "Shape__Length": 271.60874867193007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098900041358405, 39.991732867947398 ], [ -75.096885648433798, 39.992787613224202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30173, "tnode_": 30174, "lpoly_": null, "rpoly_": null, "length": 265.21607279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VENANGO", "st_type": "PL", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 79885, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 543896, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2025-06-09T14:31:17Z", "newsegdate": "2025-06-09T14:31:17Z", "multi_rep": null, "streetlabe": "VENANGO PL ", "stname": "VENANGO PL ", "objectid": 21407, "Shape__Length": 105.64870339994809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096885648433798, 39.992787613224202 ], [ -75.096340621800096, 39.992192366281003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10689, "tnode_": 10665, "lpoly_": null, "rpoly_": null, "length": 103.82993468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4422, "l_t_add": 4436, "r_f_add": 4421, "r_t_add": 4429, "st_code": 53000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600306, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21408, "Shape__Length": 41.308157019036614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225537789176002, 40.026224356027797 ], [ -75.225864940758399, 40.026358461343797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15575, "tnode_": 28427, "lpoly_": null, "rpoly_": null, "length": 4126.1442530300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 560002, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 21409, "Shape__Length": 1642.8993455904995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093290434165496, 39.985551599049202 ], [ -75.092062495831399, 39.986064594839704 ], [ -75.091076579138303, 39.9864742569033 ], [ -75.090433832246404, 39.986735082884998 ], [ -75.090064005363701, 39.986892858388501 ], [ -75.089632157238498, 39.987105752383599 ], [ -75.089387912385305, 39.987240652563202 ], [ -75.088869006424204, 39.987569215626202 ], [ -75.088594765774403, 39.987752074773397 ], [ -75.088435203812395, 39.987878124196797 ], [ -75.088188202673805, 39.988083239927001 ], [ -75.087911417288893, 39.988330913290199 ], [ -75.087647827916399, 39.988600517961302 ], [ -75.087441893680506, 39.9888336150537 ], [ -75.087257236993807, 39.989061800110797 ], [ -75.0868022897522, 39.989720001941897 ], [ -75.086205714564798, 39.990654967231997 ], [ -75.086081350933, 39.990846799942297 ], [ -75.085550543647003, 39.991679735810401 ], [ -75.085248452478297, 39.992149960028001 ], [ -75.085120323132998, 39.992352923229298 ], [ -75.084875937609297, 39.992716934669701 ], [ -75.084533979068894, 39.993190109590699 ], [ -75.084189868050203, 39.993601405171098 ], [ -75.083958133288803, 39.9938356517115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15763, "tnode_": 15709, "lpoly_": null, "rpoly_": null, "length": 197.91447832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALFOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 15560, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALFOUR ST", "stname": "BALFOUR ST", "objectid": 21410, "Shape__Length": 78.7207229794695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090071885313293, 39.984578785291397 ], [ -75.089488014330996, 39.9848844759249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15511, "tnode_": 16114, "lpoly_": null, "rpoly_": null, "length": 1627.3122563200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 3299, "r_f_add": 2900, "r_t_add": 3298, "st_code": 21880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560007, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21411, "Shape__Length": 648.19540314104597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087058814371801, 39.986155842431003 ], [ -75.084835838152998, 39.983627757529497 ], [ -75.084814754209404, 39.983603412876697 ], [ -75.083782913966004, 39.982467445439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15709, "tnode_": 16359, "lpoly_": null, "rpoly_": null, "length": 1627.8450145700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3001, "l_t_add": 3199, "r_f_add": 3000, "r_t_add": 3198, "st_code": 79900, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 560008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21412, "Shape__Length": 648.40373271778515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089488014330996, 39.9848844759249 ], [ -75.087668342702898, 39.982811152285102 ], [ -75.087276840981602, 39.982363801413001 ], [ -75.087269130332302, 39.982354990558399 ], [ -75.086227554037194, 39.981186153383703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15823, "tnode_": 16486, "lpoly_": null, "rpoly_": null, "length": 1706.4075209800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3001, "l_t_add": 3299, "r_f_add": 3000, "r_t_add": 3298, "st_code": 77400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 560010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 21413, "Shape__Length": 679.6830049027235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092347389194501, 39.984311777269802 ], [ -75.092144032664194, 39.984158051704199 ], [ -75.089514309178995, 39.981172667348503 ], [ -75.089510500586101, 39.981107207825197 ], [ -75.088940708988602, 39.980446106235497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16798, "tnode_": 16486, "lpoly_": null, "rpoly_": null, "length": 2544.5223584099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3498, "r_f_add": 3201, "r_t_add": 3499, "st_code": 28000, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 560012, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-09-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21414, "Shape__Length": 1011.0366747288921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097672580710395, 39.978693366880002 ], [ -75.094988064927094, 39.979022483825197 ], [ -75.094428486917806, 39.9791250509397 ], [ -75.093520254276598, 39.979311957246999 ], [ -75.093028405767498, 39.979410309802503 ], [ -75.092696558641705, 39.979448832267998 ], [ -75.092342208759405, 39.979486831750798 ], [ -75.091942853595597, 39.979523788641401 ], [ -75.091451227144205, 39.979616364018497 ], [ -75.091041431883099, 39.979728160329103 ], [ -75.090606873211698, 39.979897139689598 ], [ -75.090256404964606, 39.980027635035903 ], [ -75.089829795330999, 39.980185244464103 ], [ -75.088940708988602, 39.980446106235497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14499, "tnode_": 14606, "lpoly_": null, "rpoly_": null, "length": 348.51817279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2501, "l_t_add": 2541, "r_f_add": 2500, "r_t_add": 2534, "st_code": 21880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560015, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21415, "Shape__Length": 138.84349918616624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093294838970095, 39.993230043703598 ], [ -75.092600145342303, 39.992436433310097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14626, "tnode_": 14456, "lpoly_": null, "rpoly_": null, "length": 746.36738051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 77140, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 560018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21416, "Shape__Length": 296.91826066668057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088784740276495, 39.992162528121099 ], [ -75.087055699910593, 39.9930637139353 ], [ -75.086719497752995, 39.993234468778397 ], [ -75.086605912160607, 39.993334096602602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14664, "tnode_": 14606, "lpoly_": null, "rpoly_": null, "length": 315.1575492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3660, "l_t_add": 3698, "r_f_add": 3661, "r_t_add": 3699, "st_code": 16580, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560020, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 21417, "Shape__Length": 125.3697228957684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093527671649994, 39.991947033805303 ], [ -75.092600145342303, 39.992436433310097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14664, "tnode_": 14719, "lpoly_": null, "rpoly_": null, "length": 159.50987281000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2543, "l_t_add": 2553, "r_f_add": 2542, "r_t_add": 2552, "st_code": 64620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21418, "Shape__Length": 63.545999230426673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093527671649994, 39.991947033805303 ], [ -75.093211914667293, 39.991582687821499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14723, "tnode_": 14572, "lpoly_": null, "rpoly_": null, "length": 675.65289902999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 68240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 560024, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21419, "Shape__Length": 268.75913322634176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085167462570894, 39.991355631858703 ], [ -75.083159241257206, 39.9923823430398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14719, "tnode_": 14772, "lpoly_": null, "rpoly_": null, "length": 160.91669029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2555, "l_t_add": 2599, "r_f_add": 2554, "r_t_add": 2598, "st_code": 64620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21420, "Shape__Length": 64.103331456759349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093211914667293, 39.991582687821499 ], [ -75.0928877343148, 39.991218057585101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14789, "tnode_": 14706, "lpoly_": null, "rpoly_": null, "length": 252.30139837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 70780, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 560028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21421, "Shape__Length": 100.3685581137899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087728840234305, 39.990985574835499 ], [ -75.086992539929597, 39.991384257657401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14814, "tnode_": 14626, "lpoly_": null, "rpoly_": null, "length": 824.58063963999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 77140, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 560029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21422, "Shape__Length": 328.01009398304944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091218385518005, 39.990889810365303 ], [ -75.088784740276495, 39.992162528121099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14606, "tnode_": 14814, "lpoly_": null, "rpoly_": null, "length": 683.60965776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2543, "l_t_add": 2653, "r_f_add": 2536, "r_t_add": 2648, "st_code": 21880, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21423, "Shape__Length": 272.32389306637327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092600145342303, 39.992436433310097 ], [ -75.091218385518005, 39.990889810365303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14772, "tnode_": 14823, "lpoly_": null, "rpoly_": null, "length": 179.34507112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2601, "l_t_add": 2613, "r_f_add": 2600, "r_t_add": 2614, "st_code": 64620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21424, "Shape__Length": 71.445178012669743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0928877343148, 39.991218057585101 ], [ -75.0925285637136, 39.990810552204302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14869, "tnode_": 14723, "lpoly_": null, "rpoly_": null, "length": 670.70829404000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 68240, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 560033, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21425, "Shape__Length": 266.78952942636363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087159242741507, 39.990334453246298 ], [ -75.085167462570894, 39.991355631858703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14877, "tnode_": 14814, "lpoly_": null, "rpoly_": null, "length": 319.3409207, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3660, "l_t_add": 3698, "r_f_add": 3645, "r_t_add": 3699, "st_code": 77140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21426, "Shape__Length": 127.02764033893142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092162789337095, 39.990399097505701 ], [ -75.091218385518005, 39.990889810365303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14823, "tnode_": 14877, "lpoly_": null, "rpoly_": null, "length": 181.57599284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2615, "l_t_add": 2631, "r_f_add": 2616, "r_t_add": 2630, "st_code": 64620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21427, "Shape__Length": 72.332411076333841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0925285637136, 39.990810552204302 ], [ -75.092162789337095, 39.990399097505701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14814, "tnode_": 14893, "lpoly_": null, "rpoly_": null, "length": 241.6510822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2655, "l_t_add": 2699, "r_f_add": 2650, "r_t_add": 2698, "st_code": 21880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560036, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21428, "Shape__Length": 96.267078999073576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091218385518005, 39.990889810365303 ], [ -75.090738095544594, 39.990338837769201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14953, "tnode_": 14823, "lpoly_": null, "rpoly_": null, "length": 506.81403671000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 55520, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560037, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 21429, "Shape__Length": 201.60524816811952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094020384968701, 39.9900238465192 ], [ -75.0925285637136, 39.990810552204302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14975, "tnode_": 14893, "lpoly_": null, "rpoly_": null, "length": 318.04559242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3658, "l_t_add": 3698, "r_f_add": 3651, "r_t_add": 3699, "st_code": 30740, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 21430, "Shape__Length": 126.5129089796651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091676537520698, 39.989847706138903 ], [ -75.090738095544594, 39.990338837769201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14877, "tnode_": 14975, "lpoly_": null, "rpoly_": null, "length": 242.71214353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2633, "l_t_add": 2699, "r_f_add": 2632, "r_t_add": 2698, "st_code": 64620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21431, "Shape__Length": 96.687183614806884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092162789337095, 39.990399097505701 ], [ -75.091676537520698, 39.989847706138903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14893, "tnode_": 14988, "lpoly_": null, "rpoly_": null, "length": 280.10132785999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2731, "r_f_add": 2700, "r_t_add": 2726, "st_code": 21880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560042, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21432, "Shape__Length": 111.58122478647358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090738095544594, 39.990338837769201 ], [ -75.090176525449294, 39.9897027217173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15009, "tnode_": 14877, "lpoly_": null, "rpoly_": null, "length": 510.34712705000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3658, "r_f_add": 3601, "r_t_add": 3643, "st_code": 77140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 21433, "Shape__Length": 203.00749177882074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0936676839694, 39.989609925848498 ], [ -75.092162789337095, 39.990399097505701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14953, "tnode_": 15009, "lpoly_": null, "rpoly_": null, "length": 180.28508224000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2617, "l_t_add": 2631, "r_f_add": 2620, "r_t_add": 2636, "st_code": 79900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21434, "Shape__Length": 71.822462398301766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094020384968701, 39.9900238465192 ], [ -75.0936676839694, 39.989609925848498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15061, "tnode_": 14988, "lpoly_": null, "rpoly_": null, "length": 317.03165351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3652, "l_t_add": 3698, "r_f_add": 3653, "r_t_add": 3699, "st_code": 70780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560046, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21435, "Shape__Length": 126.10857582443782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091111732749994, 39.989212891220902 ], [ -75.090176525449294, 39.9897027217173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14975, "tnode_": 15061, "lpoly_": null, "rpoly_": null, "length": 280.2208587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2733, "r_f_add": 2700, "r_t_add": 2730, "st_code": 64620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21436, "Shape__Length": 111.62655259362825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091676537520698, 39.989847706138903 ], [ -75.091111732749994, 39.989212891220902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15072, "tnode_": 14869, "lpoly_": null, "rpoly_": null, "length": 828.18939764000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 68240, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 560048, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21437, "Shape__Length": 329.42588866998392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089618405754905, 39.989073224174803 ], [ -75.087159242741507, 39.990334453246298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14988, "tnode_": 15072, "lpoly_": null, "rpoly_": null, "length": 277.56496628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2728, "r_t_add": 2798, "st_code": 21880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21438, "Shape__Length": 110.56900271074832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090176525449294, 39.9897027217173 ], [ -75.089618405754905, 39.989073224174803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15083, "tnode_": 14975, "lpoly_": null, "rpoly_": null, "length": 509.52628792000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3656, "r_f_add": 3601, "r_t_add": 3649, "st_code": 30740, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 21439, "Shape__Length": 202.67778448821554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093181134145397, 39.989062217533402 ], [ -75.091676537520698, 39.989847706138903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15009, "tnode_": 15083, "lpoly_": null, "rpoly_": null, "length": 241.65097277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2633, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 79900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21440, "Shape__Length": 96.262140826420705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0936676839694, 39.989609925848498 ], [ -75.093181134145397, 39.989062217533402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15099, "tnode_": 15061, "lpoly_": null, "rpoly_": null, "length": 175.83079696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3630, "l_t_add": 3650, "r_f_add": 3651, "r_t_add": 3651, "st_code": 70780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560052, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21441, "Shape__Length": 69.941109271871255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091630852002297, 39.9889417226277 ], [ -75.091111732749994, 39.989212891220902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15158, "tnode_": 15072, "lpoly_": null, "rpoly_": null, "length": 317.15316668999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3654, "l_t_add": 3698, "r_f_add": 3665, "r_t_add": 3699, "st_code": 68240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560053, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21442, "Shape__Length": 126.14710789368695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090565760158896, 39.988596805200203 ], [ -75.089618405754905, 39.989073224174803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15061, "tnode_": 15158, "lpoly_": null, "rpoly_": null, "length": 271.61156473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 2732, "r_t_add": 2798, "st_code": 64620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 21443, "Shape__Length": 108.19676382169135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091111732749994, 39.989212891220902 ], [ -75.090565760158896, 39.988596805200203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15190, "tnode_": 15158, "lpoly_": null, "rpoly_": null, "length": 112.06006105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3650, "l_t_add": 3652, "r_f_add": 3645, "r_t_add": 3663, "st_code": 68240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560055, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21444, "Shape__Length": 44.573246211396373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090898083051997, 39.9884256751319 ], [ -75.090565760158896, 39.988596805200203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15196, "tnode_": 15099, "lpoly_": null, "rpoly_": null, "length": 333.65008860999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3628, "r_f_add": 3601, "r_t_add": 3649, "st_code": 70780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21445, "Shape__Length": 132.7188675044969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092613236307798, 39.988424149789999 ], [ -75.091630852002297, 39.9889417226277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15083, "tnode_": 15196, "lpoly_": null, "rpoly_": null, "length": 281.68925379000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2731, "r_f_add": 2700, "r_t_add": 2730, "st_code": 79900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21446, "Shape__Length": 112.21012791827042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093181134145397, 39.989062217533402 ], [ -75.092613236307798, 39.988424149789999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14649, "tnode_": 15534, "lpoly_": null, "rpoly_": null, "length": 3664.40889672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS", "st_type": "BRG", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1020, "l_hundred": 0, "r_hundred": 0, "seg_id": 560058, "oneway": "TF", "class": 1, "responsibl": "DRPA", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS BRG", "stname": "BETSY ROSS BRG", "objectid": 21447, "Shape__Length": 1457.7859437309203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076239550194003, 39.990663895283703 ], [ -75.075856066134094, 39.9902910889124 ], [ -75.075293820781198, 39.989770911922299 ], [ -75.074688406981906, 39.989282402065903 ], [ -75.0739893954362, 39.988761809967201 ], [ -75.073334693506496, 39.988320286064202 ], [ -75.072616077332896, 39.987896026986903 ], [ -75.071874009988903, 39.987465133936503 ], [ -75.070959363165301, 39.986999797329901 ], [ -75.069903017711695, 39.986518980200202 ], [ -75.068330685655596, 39.985855623689403 ], [ -75.065774496455603, 39.984792777936903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15204, "tnode_": 15190, "lpoly_": null, "rpoly_": null, "length": 65.22730795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3638, "l_t_add": 3648, "r_f_add": 3639, "r_t_add": 3643, "st_code": 68240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560059, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21448, "Shape__Length": 25.944225388424695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0910924384156, 39.9883271288587 ], [ -75.090898083051997, 39.9884256751319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15099, "tnode_": 15204, "lpoly_": null, "rpoly_": null, "length": 269.97358522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 62640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560060, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 21449, "Shape__Length": 107.54595278352025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091630852002297, 39.9889417226277 ], [ -75.0910924384156, 39.9883271288587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15234, "tnode_": 15204, "lpoly_": null, "rpoly_": null, "length": 131.94710706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3622, "l_t_add": 3636, "r_f_add": 3623, "r_t_add": 3637, "st_code": 68240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560063, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21450, "Shape__Length": 52.484068547329223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091482739801805, 39.988124488479102 ], [ -75.0910924384156, 39.9883271288587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15285, "tnode_": 15234, "lpoly_": null, "rpoly_": null, "length": 200.70128546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3620, "r_f_add": 3601, "r_t_add": 3621, "st_code": 68240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560064, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21451, "Shape__Length": 79.831026180482823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092077530407906, 39.987817532738802 ], [ -75.091482739801805, 39.988124488479102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15196, "tnode_": 15285, "lpoly_": null, "rpoly_": null, "length": 267.14236107, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2732, "r_t_add": 2798, "st_code": 79900, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21452, "Shape__Length": 106.4158623105653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092613236307798, 39.988424149789999 ], [ -75.092077530407906, 39.987817532738802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15190, "tnode_": 15308, "lpoly_": null, "rpoly_": null, "length": 356.81393772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 62640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560066, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 21453, "Shape__Length": 142.13919334553728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090898083051997, 39.9884256751319 ], [ -75.090202308006297, 39.987642698756197 ], [ -75.090191890087397, 39.987612664507303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15334, "tnode_": 15285, "lpoly_": null, "rpoly_": null, "length": 196.51883485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3576, "l_t_add": 3598, "r_f_add": 3571, "r_t_add": 3599, "st_code": 68240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560067, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21454, "Shape__Length": 78.165129256661217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092662563229098, 39.9875200225516 ], [ -75.092077530407906, 39.987817532738802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15359, "tnode_": 15308, "lpoly_": null, "rpoly_": null, "length": 196.61620506999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3620, "l_t_add": 3698, "r_f_add": 3621, "r_t_add": 3699, "st_code": 12080, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 21455, "Shape__Length": 78.222622861149503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090749035828196, 39.987287966761201 ], [ -75.090221513800103, 39.987580133358499 ], [ -75.090191890087397, 39.987612664507303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15234, "tnode_": 15359, "lpoly_": null, "rpoly_": null, "length": 367.59821462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VICTORIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 80040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VICTORIA ST", "stname": "E VICTORIA ST", "objectid": 21456, "Shape__Length": 146.43314999502559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091482739801805, 39.988124488479102 ], [ -75.090749035828196, 39.987287966761201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15406, "tnode_": 15359, "lpoly_": null, "rpoly_": null, "length": 202.35105925, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3618, "r_f_add": 3601, "r_t_add": 3619, "st_code": 12080, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560071, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 21457, "Shape__Length": 80.48784982532591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0913465176247, 39.986975990890201 ], [ -75.090749035828196, 39.987287966761201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15285, "tnode_": 15406, "lpoly_": null, "rpoly_": null, "length": 368.69664211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2843, "r_f_add": 2800, "r_t_add": 2856, "st_code": 79900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21458, "Shape__Length": 146.8724387468385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092077530407906, 39.987817532738802 ], [ -75.0913465176247, 39.986975990890201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15452, "tnode_": 15406, "lpoly_": null, "rpoly_": null, "length": 193.06628892000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 12080, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 21459, "Shape__Length": 76.789095273629982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091923258670704, 39.986689028338397 ], [ -75.091865056188496, 39.986703993646302 ], [ -75.0913465176247, 39.986975990890201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15334, "tnode_": 15452, "lpoly_": null, "rpoly_": null, "length": 366.98763645999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 47820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 21460, "Shape__Length": 146.18492291878081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092662563229098, 39.9875200225516 ], [ -75.091964079416101, 39.986723471599603 ], [ -75.091923258670704, 39.986689028338397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15462, "tnode_": 15334, "lpoly_": null, "rpoly_": null, "length": 581.86499166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3574, "r_f_add": 3501, "r_t_add": 3569, "st_code": 68240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560075, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 21461, "Shape__Length": 231.43402776542655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094394841180005, 39.986639243218399 ], [ -75.092662563229098, 39.9875200225516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15535, "tnode_": 15477, "lpoly_": null, "rpoly_": null, "length": 196.99170804000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 16200, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 21462, "Shape__Length": 78.353894657494394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090603611314094, 39.986138696969697 ], [ -75.090020274500603, 39.986440489719499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15406, "tnode_": 15535, "lpoly_": null, "rpoly_": null, "length": 369.28085793000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2845, "l_t_add": 2899, "r_f_add": 2858, "r_t_add": 2898, "st_code": 79900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21463, "Shape__Length": 147.09806386944746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0913465176247, 39.986975990890201 ], [ -75.090603611314094, 39.986138696969697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15462, "tnode_": 15537, "lpoly_": null, "rpoly_": null, "length": 193.01873434000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2837, "r_f_add": 2800, "r_t_add": 2818, "st_code": 77400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 21464, "Shape__Length": 76.889472579510183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094394841180005, 39.986639243218399 ], [ -75.094013060496493, 39.9861982148282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15575, "tnode_": 15132, "lpoly_": null, "rpoly_": null, "length": 1842.1653193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2518, "l_t_add": 2550, "r_f_add": 2519, "r_t_add": 2551, "st_code": 1050, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560083, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21465, "Shape__Length": 732.92880175949813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093290434165496, 39.985551599049202 ], [ -75.092730780706901, 39.985869226889697 ], [ -75.091733198952994, 39.986397561300599 ], [ -75.090987496631797, 39.986774942632998 ], [ -75.0900498586727, 39.987270482611301 ], [ -75.089323863728495, 39.987694304693498 ], [ -75.088784990435997, 39.988089757188703 ], [ -75.088747104262794, 39.988117559677796 ], [ -75.088122977849494, 39.988646582859801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15579, "tnode_": 15535, "lpoly_": null, "rpoly_": null, "length": 195.1460671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 16200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 21466, "Shape__Length": 77.625574085607909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091173030960306, 39.985830287914602 ], [ -75.090603611314094, 39.986138696969697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15537, "tnode_": 15593, "lpoly_": null, "rpoly_": null, "length": 185.43825469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2839, "l_t_add": 2873, "r_f_add": 2820, "r_t_add": 2898, "st_code": 77400, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 21467, "Shape__Length": 73.864348497319781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094013060496493, 39.9861982148282 ], [ -75.093636252054907, 39.985779744059101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15612, "tnode_": 15537, "lpoly_": null, "rpoly_": null, "length": 333.26005537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3444, "l_t_add": 3498, "r_f_add": 3445, "r_t_add": 3499, "st_code": 55360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 560086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 21468, "Shape__Length": 132.55522239679223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094998596806093, 39.9856861551945 ], [ -75.094013060496493, 39.9861982148282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15667, "tnode_": 15511, "lpoly_": null, "rpoly_": null, "length": 622.73102625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALFOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3634, "l_t_add": 3698, "r_f_add": 3635, "r_t_add": 3699, "st_code": 15560, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALFOUR ST", "stname": "BALFOUR ST", "objectid": 21469, "Shape__Length": 247.69138850168883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088901549183305, 39.985200333947297 ], [ -75.087058814371801, 39.986155842431003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15477, "tnode_": 15667, "lpoly_": null, "rpoly_": null, "length": 550.0981745, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VICTORIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 80040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VICTORIA ST", "stname": "E VICTORIA ST", "objectid": 21470, "Shape__Length": 219.11540060790668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090020274500603, 39.986440489719499 ], [ -75.089922374382596, 39.986351841783701 ], [ -75.088901549183305, 39.985200333947297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15579, "tnode_": 15675, "lpoly_": null, "rpoly_": null, "length": 273.48086149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 2927, "r_f_add": 2900, "r_t_add": 2932, "st_code": 47820, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 21471, "Shape__Length": 108.9387112451178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091173030960306, 39.985830287914602 ], [ -75.090628826106794, 39.9852070999343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15679, "tnode_": 15593, "lpoly_": null, "rpoly_": null, "length": 337.27985573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3490, "l_t_add": 3498, "r_f_add": 3451, "r_t_add": 3499, "st_code": 12080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 560092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 21472, "Shape__Length": 134.15668382398732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094628992093902, 39.985256220214097 ], [ -75.093636252054907, 39.985779744059101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15709, "tnode_": 15667, "lpoly_": null, "rpoly_": null, "length": 200.61632741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALFOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3632, "r_f_add": 3601, "r_t_add": 3633, "st_code": 15560, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALFOUR ST", "stname": "BALFOUR ST", "objectid": 21473, "Shape__Length": 79.799653156489654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089488014330996, 39.9848844759249 ], [ -75.088901549183305, 39.985200333947297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15535, "tnode_": 15709, "lpoly_": null, "rpoly_": null, "length": 553.60237696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 79900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 21474, "Shape__Length": 220.51574405820529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090603611314094, 39.986138696969697 ], [ -75.089488014330996, 39.9848844759249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15675, "tnode_": 15763, "lpoly_": null, "rpoly_": null, "length": 277.02863646999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2929, "l_t_add": 2999, "r_f_add": 2934, "r_t_add": 2998, "st_code": 47820, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 21475, "Shape__Length": 110.3481224581178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090628826106794, 39.9852070999343 ], [ -75.090071885313293, 39.984578785291397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15823, "tnode_": 15675, "lpoly_": null, "rpoly_": null, "length": 581.63070215000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRABANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 18640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRABANT ST", "stname": "BRABANT ST", "objectid": 21476, "Shape__Length": 231.34245214180939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092347389194501, 39.984311777269802 ], [ -75.090628826106794, 39.9852070999343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15593, "tnode_": 15823, "lpoly_": null, "rpoly_": null, "length": 645.29391741999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2875, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 77400, "l_hundred": 2800, "r_hundred": 2900, "seg_id": 560098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 21477, "Shape__Length": 257.04305803471692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093636252054907, 39.985779744059101 ], [ -75.092347389194501, 39.984311777269802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15932, "tnode_": 15808, "lpoly_": null, "rpoly_": null, "length": 442.50359421999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 16200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 560099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 21478, "Shape__Length": 176.01921121823608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0951907271659, 39.9837318554302 ], [ -75.094558025017406, 39.984093028475101 ], [ -75.093905511883094, 39.9844372669385 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16114, "tnode_": 15409, "lpoly_": null, "rpoly_": null, "length": 2660.0800230999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3998, "r_f_add": 3701, "r_t_add": 3999, "st_code": 28000, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 560102, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21479, "Shape__Length": 1058.0111693645047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083782913966004, 39.982467445439099 ], [ -75.079011126567806, 39.9849582475603 ], [ -75.076326157317794, 39.986349789331697 ], [ -75.075888133724106, 39.986516203044602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16359, "tnode_": 16114, "lpoly_": null, "rpoly_": null, "length": 828.96563847000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 28000, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 560103, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21480, "Shape__Length": 329.70860556562417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086227554037194, 39.981186153383703 ], [ -75.083782913966004, 39.982467445439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16486, "tnode_": 16359, "lpoly_": null, "rpoly_": null, "length": 806.71097797000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 28000, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 560104, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21481, "Shape__Length": 320.5916939067335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088940708988602, 39.980446106235497 ], [ -75.086227554037194, 39.981186153383703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14789, "tnode_": 14869, "lpoly_": null, "rpoly_": null, "length": 285.88883066, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2729, "l_t_add": 2799, "r_f_add": 2748, "r_t_add": 2798, "st_code": 20060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 21482, "Shape__Length": 113.88956672436434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087728840234305, 39.990985574835499 ], [ -75.087159242741507, 39.990334453246298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15384, "tnode_": 15511, "lpoly_": null, "rpoly_": null, "length": 403.21557014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2851, "l_t_add": 2899, "r_f_add": 2850, "r_t_add": 2898, "st_code": 21880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560115, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21483, "Shape__Length": 160.62427376716508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087852402713196, 39.987079166876001 ], [ -75.087058814371801, 39.986155842431003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15612, "tnode_": 15679, "lpoly_": null, "rpoly_": null, "length": 187.76579761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2875, "l_t_add": 2875, "r_f_add": 2816, "r_t_add": 2834, "st_code": 71200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 21484, "Shape__Length": 74.796781791584877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094998596806093, 39.9856861551945 ], [ -75.094628992093902, 39.985256220214097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15679, "tnode_": 15808, "lpoly_": null, "rpoly_": null, "length": 360.69741486000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2877, "l_t_add": 2899, "r_f_add": 2836, "r_t_add": 2898, "st_code": 71200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 21485, "Shape__Length": 143.67642656169676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094628992093902, 39.985256220214097 ], [ -75.093905511883094, 39.9844372669385 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14988, "tnode_": 14879, "lpoly_": null, "rpoly_": null, "length": 138.15902192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 70780, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 560118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 21486, "Shape__Length": 54.957227300665686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090176525449294, 39.9897027217173 ], [ -75.089769200110396, 39.989916444400301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27859, "tnode_": 27858, "lpoly_": null, "rpoly_": null, "length": 190.0026622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 21820, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 560122, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2003-05-28T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CASPER ST", "stname": "CASPER ST", "objectid": 21487, "Shape__Length": 75.56672534073968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092985142802704, 39.981230499958301 ], [ -75.092420078891095, 39.981518747191899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27859, "tnode_": 16574, "lpoly_": null, "rpoly_": null, "length": 516.35855062000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 61380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 560123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-08-03T00:00:00Z", "newsegdate": "1999-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 21488, "Shape__Length": 205.66912463649871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092985142802704, 39.981230499958301 ], [ -75.091951384065695, 39.9800571409776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15534, "tnode_": 27923, "lpoly_": null, "rpoly_": null, "length": 44.90837027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 560124, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 21489, "Shape__Length": 17.86005764965876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065774496455603, 39.984792777936903 ], [ -75.065638881162798, 39.9847270914821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15549, "tnode_": 27924, "lpoly_": null, "rpoly_": null, "length": 44.28262676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 560125, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 21490, "Shape__Length": 17.608083777321365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065871635010694, 39.984704171269101 ], [ -75.065733825819194, 39.984644680562901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28427, "tnode_": 14427, "lpoly_": null, "rpoly_": null, "length": 1811.27778285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 560126, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2002-04-29T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 21491, "Shape__Length": 720.6793811031024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083958133288803, 39.9938356517115 ], [ -75.083797579599903, 39.993997945314597 ], [ -75.083415085057993, 39.994276498028498 ], [ -75.082934775980405, 39.994574278326198 ], [ -75.082672667735807, 39.994696460767997 ], [ -75.082392233710095, 39.994799891387501 ], [ -75.082079769026095, 39.994869592484903 ], [ -75.081778409024096, 39.994899237437899 ], [ -75.081518747978095, 39.994898546174198 ], [ -75.0812903520752, 39.994874990192898 ], [ -75.081047109679204, 39.994826760452497 ], [ -75.080774178067301, 39.994729183600498 ], [ -75.080478978264495, 39.994594595145898 ], [ -75.080240516835602, 39.994424834347903 ], [ -75.080039199080801, 39.994268531773798 ], [ -75.079895990470405, 39.994137046389497 ], [ -75.079492328346007, 39.993744487949101 ], [ -75.078884833229793, 39.993193777942899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28426, "tnode_": 14043, "lpoly_": null, "rpoly_": null, "length": 2671.98539007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 560127, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2002-04-29T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 21492, "Shape__Length": 1064.2432880147212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085074041871906, 39.994297868334499 ], [ -75.085015872971894, 39.9944625685443 ], [ -75.084790346612394, 39.995099102868899 ], [ -75.084530461880604, 39.995877649235901 ], [ -75.084396925368694, 39.996257716205299 ], [ -75.084311001381906, 39.996432100203599 ], [ -75.084201375091297, 39.996605932791702 ], [ -75.083987131057398, 39.996825992564403 ], [ -75.083734096908699, 39.997026904017098 ], [ -75.083459985279205, 39.9971604231215 ], [ -75.083258886995694, 39.997246981699902 ], [ -75.082859316749605, 39.997353257550003 ], [ -75.082462131341202, 39.997398766359098 ], [ -75.082162381505796, 39.997379636146398 ], [ -75.081972268825794, 39.997373736219799 ], [ -75.081821873485595, 39.997333471747297 ], [ -75.081616129979494, 39.997278388638101 ], [ -75.081309082522196, 39.997159093586802 ], [ -75.081030628974403, 39.997000568971302 ], [ -75.080823042547493, 39.996849773576599 ], [ -75.080655916942106, 39.9966755896967 ], [ -75.080401868644401, 39.9962986781292 ], [ -75.079973007823497, 39.995339904656099 ], [ -75.079846980349203, 39.995121855858798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14625, "tnode_": 28426, "lpoly_": null, "rpoly_": null, "length": 1301.39656565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 560128, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2002-04-29T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 21493, "Shape__Length": 518.83957539795551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086666581314802, 39.990951760117703 ], [ -75.086540158363206, 39.991307278708597 ], [ -75.086270674052699, 39.991737356694898 ], [ -75.085998103378998, 39.992176294488402 ], [ -75.085771679716302, 39.9925950275221 ], [ -75.085578662632102, 39.992996198591101 ], [ -75.085432862273805, 39.993323471995502 ], [ -75.085300077458598, 39.993657863764398 ], [ -75.085074041871906, 39.994297868334499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15932, "tnode_": 27859, "lpoly_": null, "rpoly_": null, "length": 1101.04822126, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 3099, "r_f_add": 2900, "r_t_add": 3098, "st_code": 61380, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 21494, "Shape__Length": 438.56620054701818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0951907271659, 39.9837318554302 ], [ -75.094595350748705, 39.983061142794298 ], [ -75.092985142802704, 39.981230499958301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15384, "tnode_": 15132, "lpoly_": null, "rpoly_": null, "length": 1196.17217652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 560131, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2004-12-14T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 21495, "Shape__Length": 476.22924308636783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087852402713196, 39.987079166876001 ], [ -75.088280216485998, 39.986857665667003 ], [ -75.088479235245302, 39.986754647496198 ], [ -75.088583829410794, 39.986727270223099 ], [ -75.088677538356094, 39.986715996098198 ], [ -75.088784584598798, 39.986713444148002 ], [ -75.088916068171002, 39.986726933137902 ], [ -75.089020268651197, 39.986762031547499 ], [ -75.089077819552102, 39.9867921143845 ], [ -75.089197451887898, 39.986872919663298 ], [ -75.089261396657804, 39.986944219957998 ], [ -75.089293818459595, 39.987002468636 ], [ -75.089320182659705, 39.987079058068097 ], [ -75.089330383466901, 39.9871593788205 ], [ -75.089330237285594, 39.987231246742198 ], [ -75.089303916672705, 39.987357951461597 ], [ -75.089222725990098, 39.987522399986702 ], [ -75.089140475536496, 39.987645753669803 ], [ -75.089026379788194, 39.987764262949199 ], [ -75.088843675413301, 39.9879304645575 ], [ -75.088735877769594, 39.988024478002799 ], [ -75.088511879276496, 39.988222576178998 ], [ -75.088122977849494, 39.988646582859801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15072, "tnode_": 15384, "lpoly_": null, "rpoly_": null, "length": 878.94514997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2801, "l_t_add": 2849, "r_f_add": 2800, "r_t_add": 2848, "st_code": 21880, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 560132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-14T00:00:00Z", "newsegdate": "2004-12-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 21496, "Shape__Length": 350.12487372047485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089618405754905, 39.989073224174803 ], [ -75.088175349738094, 39.987437713564702 ], [ -75.087852402713196, 39.987079166876001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29071, "tnode_": 29072, "lpoly_": null, "rpoly_": null, "length": 99.37734677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 30740, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 560134, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-15T00:00:00Z", "newsegdate": "2006-07-27T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 21497, "Shape__Length": 39.528160843703695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088290540137805, 39.991605973096597 ], [ -75.087992797168198, 39.991754208905199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14626, "tnode_": 29071, "lpoly_": null, "rpoly_": null, "length": 245.51829547, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2635, "l_t_add": 2699, "r_f_add": 2636, "r_t_add": 2698, "st_code": 20060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-09-15T00:00:00Z", "newsegdate": "2006-07-27T00:00:00Z", "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 21498, "Shape__Length": 97.806422639443625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088784740276495, 39.992162528121099 ], [ -75.088290540137805, 39.991605973096597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29071, "tnode_": 14789, "lpoly_": null, "rpoly_": null, "length": 275.40237485, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2727, "r_f_add": 2700, "r_t_add": 2746, "st_code": 20060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 560136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-09-15T00:00:00Z", "newsegdate": "2006-07-27T00:00:00Z", "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 21499, "Shape__Length": 109.70663935397602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088290540137805, 39.991605973096597 ], [ -75.087728840234305, 39.990985574835499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15132, "tnode_": 29614, "lpoly_": null, "rpoly_": null, "length": 3045.9190194899998, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2552, "l_t_add": 2610, "r_f_add": 2553, "r_t_add": 2611, "st_code": 1050, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560140, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21500, "Shape__Length": 1213.7840683228042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088122977849494, 39.988646582859801 ], [ -75.087477210613301, 39.9893289306791 ], [ -75.086842221919696, 39.9901705892403 ], [ -75.086681529268603, 39.990419292040798 ], [ -75.086557233914704, 39.990615223835299 ], [ -75.085731451442896, 39.991925962428198 ], [ -75.085613540528001, 39.992107302314899 ], [ -75.085426566759494, 39.992396688116798 ], [ -75.085153913041907, 39.992825682792002 ], [ -75.084097141517802, 39.994225438942401 ], [ -75.083862041615305, 39.9945450599811 ], [ -75.083103061381706, 39.995576885655097 ], [ -75.082840968797896, 39.995942219049098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29614, "tnode_": 13292, "lpoly_": null, "rpoly_": null, "length": 2373.6448337000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2612, "l_t_add": 2654, "r_f_add": 2613, "r_t_add": 2655, "st_code": 1050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560141, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 21501, "Shape__Length": 945.89918096430847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082840968797896, 39.995942219049098 ], [ -75.082501701195994, 39.996415122216597 ], [ -75.082000751288206, 39.997092489807699 ], [ -75.081821873485595, 39.997333471747297 ], [ -75.081704200598594, 39.997491998339001 ], [ -75.080313352855995, 39.999365651261897 ], [ -75.079143582843301, 40.000946494680001 ], [ -75.078543536255097, 40.001550500412399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29615, "tnode_": 13287, "lpoly_": null, "rpoly_": null, "length": 2344.9489452499997, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2612, "l_t_add": 2654, "r_f_add": 2613, "r_t_add": 2655, "st_code": 1060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 560142, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21502, "Shape__Length": 934.5537728912384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082994750325, 39.996105560972701 ], [ -75.082689054560603, 39.996522511619297 ], [ -75.082260809352803, 39.997106546931903 ], [ -75.082062332089095, 39.997385614813403 ], [ -75.081996909521493, 39.997477236554097 ], [ -75.079389488722995, 40.001128594487199 ], [ -75.078939770961298, 40.001736716628599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14625, "tnode_": 29615, "lpoly_": null, "rpoly_": null, "length": 2141.2174544499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2552, "l_t_add": 2610, "r_f_add": 2553, "r_t_add": 2611, "st_code": 1060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 560143, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 21503, "Shape__Length": 853.30377918001795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086666581314802, 39.990951760117703 ], [ -75.085859228430493, 39.992170955531101 ], [ -75.085600596091794, 39.992550150920998 ], [ -75.085282957497796, 39.9929945149863 ], [ -75.084415302629793, 39.994178088895801 ], [ -75.084074049778494, 39.994637793196901 ], [ -75.083823917069097, 39.994974741639801 ], [ -75.082994750325, 39.996105560972701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29634, "tnode_": 29174, "lpoly_": null, "rpoly_": null, "length": 921.18113413000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 28000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 560144, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2013-07-30T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21504, "Shape__Length": 366.39628048958309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074030820487394, 39.987614096620398 ], [ -75.073718671206706, 39.987861331382 ], [ -75.073528165333997, 39.988003430114098 ], [ -75.073262337933997, 39.9882084217653 ], [ -75.072890953139193, 39.988380109834402 ], [ -75.071977693437404, 39.988713354951699 ], [ -75.071625130638097, 39.988832231063697 ], [ -75.071296385826102, 39.9889604931383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15409, "tnode_": 29634, "lpoly_": null, "rpoly_": null, "length": 665.30315577, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 28000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 560145, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2013-07-30T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21505, "Shape__Length": 264.70063386089362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075888133724106, 39.986516203044602 ], [ -75.075305451546001, 39.986695821380003 ], [ -75.074965673769597, 39.986929263839798 ], [ -75.074758040097393, 39.987079585562498 ], [ -75.074371438703395, 39.9873636565735 ], [ -75.074030820487394, 39.987614096620398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15808, "tnode_": 29698, "lpoly_": null, "rpoly_": null, "length": 310.99257402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 71200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 560146, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-24T00:00:00Z", "newsegdate": "2011-03-24T00:00:00Z", "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 21506, "Shape__Length": 123.90227110805728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093905511883094, 39.9844372669385 ], [ -75.093386219514301, 39.983847244075498 ], [ -75.093389324971, 39.983706082910899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29174, "tnode_": 14640, "lpoly_": null, "rpoly_": null, "length": 1304.5673326599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 28000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 560147, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2015-04-09T00:00:00Z", "newsegdate": "2015-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 21507, "Shape__Length": 519.61380720871068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071296385826102, 39.9889604931383 ], [ -75.070937776248599, 39.989060360016197 ], [ -75.070724495925404, 39.989175795134003 ], [ -75.070430773981599, 39.989346213164197 ], [ -75.069138091126604, 39.991028572984199 ], [ -75.068626403637793, 39.991781983734803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29924, "tnode_": 15549, "lpoly_": null, "rpoly_": null, "length": 3159.1847834699997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS", "st_type": "BRG", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1020, "l_hundred": 0, "r_hundred": 0, "seg_id": 560148, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2005-01-21T00:00:00Z", "newsegdate": "2015-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BETSY ROSS BRG", "stname": "BETSY ROSS BRG", "objectid": 21508, "Shape__Length": 1256.6004752391648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075181277034602, 39.989518330082802 ], [ -75.074809536472003, 39.989218323020502 ], [ -75.074009272782007, 39.988658365152602 ], [ -75.073370363623994, 39.988217723240901 ], [ -75.072590228702595, 39.987749454975003 ], [ -75.071669589675395, 39.987235328091501 ], [ -75.070622093957397, 39.986730396118297 ], [ -75.068555406559398, 39.985831314584203 ], [ -75.065871635010694, 39.984704171269101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14427, "tnode_": 29924, "lpoly_": null, "rpoly_": null, "length": 1695.3620467200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS", "st_type": "BRG", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1020, "l_hundred": 0, "r_hundred": 0, "seg_id": 560149, "oneway": "FT", "class": 1, "responsibl": "DRPA", "update_": "2005-01-21T00:00:00Z", "newsegdate": "2015-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BETSY ROSS BRG", "stname": "BETSY ROSS BRG", "objectid": 21509, "Shape__Length": 675.21768887231224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078884833229793, 39.993193777942899 ], [ -75.078479360659401, 39.992759952690399 ], [ -75.077820022074903, 39.992033006236802 ], [ -75.077181187835606, 39.991371964985397 ], [ -75.075923538856699, 39.990167968387397 ], [ -75.075422612223306, 39.989713092812501 ], [ -75.075181277034602, 39.989518330082802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29925, "tnode_": 29924, "lpoly_": null, "rpoly_": null, "length": 2117.9686799400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS BRIDGE", "st_type": "RAMP", "suf_dir": "RS", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9005, "l_hundred": 0, "r_hundred": 0, "seg_id": 560150, "oneway": "FT", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS BRIDGE RAMP RS", "stname": "BETSY ROSS BRIDGE RAMP RS", "objectid": 21510, "Shape__Length": 843.29553489461762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080223888007893, 39.993831408669301 ], [ -75.076539243068794, 39.990427504847503 ], [ -75.075181277034602, 39.989518330082802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8363, "tnode_": 7475, "lpoly_": null, "rpoly_": null, "length": 2070.11731229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 301, "l_t_add": 451, "r_f_add": 300, "r_t_add": 438, "st_code": 28840, "l_hundred": 300, "r_hundred": 300, "seg_id": 600001, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 21511, "Shape__Length": 825.42674546308024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240149200929295, 40.038550372379603 ], [ -75.239493400906099, 40.0392617226073 ], [ -75.239431667367498, 40.0393359394699 ], [ -75.239063196179401, 40.039746996766603 ], [ -75.238699842003797, 40.040249403757201 ], [ -75.238635663112007, 40.040392942216698 ], [ -75.2385317364012, 40.040610965125801 ], [ -75.238118499849193, 40.041514185167998 ], [ -75.238001737530794, 40.041774250160799 ], [ -75.237662569485195, 40.042501613887303 ], [ -75.2375205110732, 40.042705285326598 ], [ -75.237273866977503, 40.042955321553499 ], [ -75.237078711686806, 40.043097014056499 ], [ -75.236836340737099, 40.043231590662899 ], [ -75.236520999786805, 40.043368966090398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8332, "tnode_": 8279, "lpoly_": null, "rpoly_": null, "length": 204.00627215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 364, "r_f_add": 301, "r_t_add": 361, "st_code": 51220, "l_hundred": 300, "r_hundred": 300, "seg_id": 600003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 21512, "Shape__Length": 81.191800322244148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234147483503804, 40.0386587132624 ], [ -75.233523007846799, 40.0389472104794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8332, "tnode_": 8197, "lpoly_": null, "rpoly_": null, "length": 421.29664933000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFF", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6918, "l_t_add": 6998, "r_f_add": 6957, "r_t_add": 6999, "st_code": 23780, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 600004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFF RD", "stname": "CLIFF RD", "objectid": 21513, "Shape__Length": 167.89780351470537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234147483503804, 40.0386587132624 ], [ -75.234679229413203, 40.039368554471203 ], [ -75.234848578064501, 40.039462598121702 ], [ -75.235056392502898, 40.039538446649502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8369, "tnode_": 8279, "lpoly_": null, "rpoly_": null, "length": 221.68078168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 330, "l_t_add": 344, "r_f_add": 331, "r_t_add": 345, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 600005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 21514, "Shape__Length": 88.411516277012979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233194653375904, 40.038404286577197 ], [ -75.233203657275794, 40.0385179036004 ], [ -75.233255965265002, 40.038598756997402 ], [ -75.233523007846799, 40.0389472104794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8427, "tnode_": 8369, "lpoly_": null, "rpoly_": null, "length": 195.2432901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LODGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 320, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 51400, "l_hundred": 300, "r_hundred": 300, "seg_id": 600006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LODGE RD", "stname": "LODGE RD", "objectid": 21515, "Shape__Length": 77.743971591340568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233713338589993, 40.038086904318497 ], [ -75.2333954662042, 40.038192649064101 ], [ -75.233246466465005, 40.038295661068403 ], [ -75.233194653375904, 40.038404286577197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8427, "tnode_": 8332, "lpoly_": null, "rpoly_": null, "length": 241.17671068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFF", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6916, "r_f_add": 6901, "r_t_add": 6955, "st_code": 23780, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 600007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFF RD", "stname": "CLIFF RD", "objectid": 21516, "Shape__Length": 96.166563181100472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233713338589993, 40.038086904318497 ], [ -75.234147483503804, 40.0386587132624 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8460, "tnode_": 8427, "lpoly_": null, "rpoly_": null, "length": 141.39265629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LODGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 313, "st_code": 51400, "l_hundred": 300, "r_hundred": 300, "seg_id": 600008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LODGE RD", "stname": "LODGE RD", "objectid": 21517, "Shape__Length": 56.30284904827937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234102688455593, 40.037839742174 ], [ -75.233713338589993, 40.038086904318497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8746, "tnode_": 8197, "lpoly_": null, "rpoly_": null, "length": 1259.18663354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 216, "r_f_add": 101, "r_t_add": 299, "st_code": 62900, "l_hundred": 100, "r_hundred": 100, "seg_id": 600009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 21518, "Shape__Length": 502.33870007692394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366454328684, 40.036304821293299 ], [ -75.235404088220704, 40.038837102063397 ], [ -75.235056392502898, 40.039538446649502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8746, "tnode_": 8363, "lpoly_": null, "rpoly_": null, "length": 1277.3643731499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5050, "l_t_add": 5198, "r_f_add": 5005, "r_t_add": 5199, "st_code": 78840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 600010, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21519, "Shape__Length": 508.6543871853425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2366454328684, 40.036304821293299 ], [ -75.240149200929295, 40.038550372379603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8886, "tnode_": 8746, "lpoly_": null, "rpoly_": null, "length": 462.28019153000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5000, "l_t_add": 5048, "r_f_add": 5001, "r_t_add": 5003, "st_code": 78840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 600011, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21520, "Shape__Length": 184.09663830869917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235406276821493, 40.035469670026202 ], [ -75.235513100698199, 40.0355720567253 ], [ -75.235607824993096, 40.035633786038801 ], [ -75.2366454328684, 40.036304821293299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8985, "tnode_": 8886, "lpoly_": null, "rpoly_": null, "length": 242.21978681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 78840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 600012, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21521, "Shape__Length": 96.56420565189562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234940223262697, 40.034909506822899 ], [ -75.235406276821493, 40.035469670026202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9173, "tnode_": 8985, "lpoly_": null, "rpoly_": null, "length": 445.09269228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4888, "l_t_add": 4898, "r_f_add": 4889, "r_t_add": 4899, "st_code": 78840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600013, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21522, "Shape__Length": 177.4037604347744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234010011744601, 40.033918752416298 ], [ -75.234940223262697, 40.034909506822899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9467, "tnode_": 9173, "lpoly_": null, "rpoly_": null, "length": 690.85773354000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4800, "l_t_add": 4886, "r_f_add": 4801, "r_t_add": 4887, "st_code": 78840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600014, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21523, "Shape__Length": 275.30527745041292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232472883915705, 40.032435757675998 ], [ -75.233127449860703, 40.033039429166202 ], [ -75.234010011744601, 40.033918752416298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9588, "tnode_": 9467, "lpoly_": null, "rpoly_": null, "length": 250.24593437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4726, "l_t_add": 4798, "r_f_add": 4727, "r_t_add": 4799, "st_code": 78840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600015, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21524, "Shape__Length": 99.660431714874804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231821373444504, 40.031977361469899 ], [ -75.232108613143794, 40.032123493245301 ], [ -75.232247901297995, 40.032209215660103 ], [ -75.232344593158103, 40.032305537778498 ], [ -75.232472883915705, 40.032435757675998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9605, "tnode_": 9588, "lpoly_": null, "rpoly_": null, "length": 69.82581621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4712, "l_t_add": 4724, "r_f_add": 4723, "r_t_add": 4725, "st_code": 78840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600016, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21525, "Shape__Length": 27.782113738651784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231601345404599, 40.031887175048404 ], [ -75.231821373444504, 40.031977361469899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9801, "tnode_": 9614, "lpoly_": null, "rpoly_": null, "length": 556.62104910999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 238, "l_t_add": 284, "r_f_add": 201, "r_t_add": 225, "st_code": 50480, "l_hundred": 200, "r_hundred": 200, "seg_id": 600017, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21526, "Shape__Length": 221.53591917490306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226789208623501, 40.030811569520502 ], [ -75.225129515248994, 40.031652397763501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9841, "tnode_": 9778, "lpoly_": null, "rpoly_": null, "length": 66.11692429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 147, "st_code": 84760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WRIGHT ST", "stname": "WRIGHT ST", "objectid": 21527, "Shape__Length": 26.318850570389298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231908927628794, 40.031034634921603 ], [ -75.231717699897999, 40.031141089545997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29277, "tnode_": 9646, "lpoly_": null, "rpoly_": null, "length": 42.03897464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 110, "l_t_add": 138, "r_f_add": 111, "r_t_add": 139, "st_code": 34780, "l_hundred": 100, "r_hundred": 100, "seg_id": 600019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21528, "Shape__Length": 16.754860595584891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233532881701095, 40.031652002056497 ], [ -75.233444550364695, 40.031745313340501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9873, "tnode_": 9801, "lpoly_": null, "rpoly_": null, "length": 223.92661033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 200, "l_t_add": 236, "r_f_add": 163, "r_t_add": 199, "st_code": 50480, "l_hundred": 200, "r_hundred": 100, "seg_id": 600020, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21529, "Shape__Length": 89.123499199993802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227455279800196, 40.030471435031501 ], [ -75.226789208623501, 40.030811569520502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9936, "tnode_": 9809, "lpoly_": null, "rpoly_": null, "length": 289.44332811000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4636, "l_t_add": 4662, "r_f_add": 4635, "r_t_add": 4661, "st_code": 78840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600021, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21530, "Shape__Length": 115.34719323816194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229805770090294, 40.030304552415203 ], [ -75.230433314137997, 40.030935900711299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9958, "tnode_": 9873, "lpoly_": null, "rpoly_": null, "length": 226.11624831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 140, "l_t_add": 198, "r_f_add": 147, "r_t_add": 161, "st_code": 50480, "l_hundred": 100, "r_hundred": 100, "seg_id": 600022, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21531, "Shape__Length": 89.995128578340712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228127043126904, 40.030127030362202 ], [ -75.227455279800196, 40.030471435031501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10037, "tnode_": 9958, "lpoly_": null, "rpoly_": null, "length": 214.96991268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 126, "l_t_add": 138, "r_f_add": 125, "r_t_add": 145, "st_code": 50480, "l_hundred": 100, "r_hundred": 100, "seg_id": 600023, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21532, "Shape__Length": 85.55703457273745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228767582465096, 40.029801796187002 ], [ -75.228127043126904, 40.030127030362202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10065, "tnode_": 10037, "lpoly_": null, "rpoly_": null, "length": 132.10831464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 114, "l_t_add": 124, "r_f_add": 115, "r_t_add": 123, "st_code": 50480, "l_hundred": 100, "r_hundred": 100, "seg_id": 600024, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21533, "Shape__Length": 52.558202002567768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229187697011398, 40.029636824304497 ], [ -75.228767582465096, 40.029801796187002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10071, "tnode_": 10065, "lpoly_": null, "rpoly_": null, "length": 104.03401068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 110, "l_t_add": 112, "r_f_add": 111, "r_t_add": 113, "st_code": 50480, "l_hundred": 100, "r_hundred": 100, "seg_id": 600025, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21534, "Shape__Length": 41.391786040005684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2295149360735, 40.029501634911199 ], [ -75.229187697011398, 40.029636824304497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10088, "tnode_": 10071, "lpoly_": null, "rpoly_": null, "length": 47.69333823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 106, "l_t_add": 108, "r_f_add": 107, "r_t_add": 109, "st_code": 50480, "l_hundred": 100, "r_hundred": 100, "seg_id": 600026, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21535, "Shape__Length": 18.965598861592063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229677357496499, 40.029462250755799 ], [ -75.2295149360735, 40.029501634911199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10176, "tnode_": 10088, "lpoly_": null, "rpoly_": null, "length": 246.20355037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 6, "l_t_add": 104, "r_f_add": 5, "r_t_add": 105, "st_code": 50480, "l_hundred": 0, "r_hundred": 0, "seg_id": 600027, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21536, "Shape__Length": 97.997858288980808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230388860298802, 40.029106261758301 ], [ -75.2302899796791, 40.029103249947497 ], [ -75.230199874650694, 40.0291308130302 ], [ -75.230095511618401, 40.029213116673098 ], [ -75.230005060196703, 40.029297067961203 ], [ -75.229928419439503, 40.029338354697899 ], [ -75.229677357496499, 40.029462250755799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10279, "tnode_": 9850, "lpoly_": null, "rpoly_": null, "length": 1139.40434405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAT ROCK", "st_type": "RD", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4798, "r_f_add": 4601, "r_t_add": 4799, "st_code": 34360, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAT ROCK RD", "stname": "FLAT ROCK RD", "objectid": 21537, "Shape__Length": 453.87073349755491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231486757436102, 40.028614602454702 ], [ -75.231551613314906, 40.028620491826103 ], [ -75.231615518990296, 40.028635659484699 ], [ -75.231727584954697, 40.028704196668997 ], [ -75.234283722983605, 40.030858817654803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9566, "tnode_": 9308, "lpoly_": null, "rpoly_": null, "length": 490.10017982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4724, "l_t_add": 4798, "r_f_add": 4711, "r_t_add": 4799, "st_code": 73120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 21538, "Shape__Length": 195.33154801577456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229995910256207, 40.0320201375606 ], [ -75.231031495224798, 40.0331047325732 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9623, "tnode_": 9566, "lpoly_": null, "rpoly_": null, "length": 106.1820714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4722, "r_f_add": 4701, "r_t_add": 4709, "st_code": 73120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 21539, "Shape__Length": 42.315540298544079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229765151089097, 40.031788846123298 ], [ -75.229995910256207, 40.0320201375606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9699, "tnode_": 9623, "lpoly_": null, "rpoly_": null, "length": 146.38106488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4651, "r_t_add": 4699, "st_code": 73120, "l_hundred": 0, "r_hundred": 4600, "seg_id": 600032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 21540, "Shape__Length": 58.348412730732242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229472464195894, 40.031455907215197 ], [ -75.229765151089097, 40.031788846123298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9809, "tnode_": 9699, "lpoly_": null, "rpoly_": null, "length": 329.92300118999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 156, "l_t_add": 198, "r_f_add": 145, "r_t_add": 199, "st_code": 42180, "l_hundred": 100, "r_hundred": 100, "seg_id": 600033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21541, "Shape__Length": 131.3257092885564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230433314137997, 40.030935900711299 ], [ -75.230344242288993, 40.030962405429598 ], [ -75.229472464195894, 40.031455907215197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9376, "tnode_": 9304, "lpoly_": null, "rpoly_": null, "length": 185.50817643000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 200, "l_t_add": 240, "r_f_add": 201, "r_t_add": 243, "st_code": 36380, "l_hundred": 200, "r_hundred": 200, "seg_id": 600034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 21542, "Shape__Length": 73.821768765553173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229660020740695, 40.032814933428703 ], [ -75.229090001460307, 40.033074415724798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9393, "tnode_": 9308, "lpoly_": null, "rpoly_": null, "length": 250.39359628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 158, "l_t_add": 198, "r_f_add": 155, "r_t_add": 199, "st_code": 34780, "l_hundred": 100, "r_hundred": 100, "seg_id": 600035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21543, "Shape__Length": 99.638338591448687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231806339675799, 40.032761662406799 ], [ -75.231031495224798, 40.0331047325732 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9429, "tnode_": 9372, "lpoly_": null, "rpoly_": null, "length": 192.90034932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 240, "l_t_add": 246, "r_f_add": 249, "r_t_add": 263, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21544, "Shape__Length": 76.764657926894117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228141171113194, 40.0324911938757 ], [ -75.227550529709404, 40.032763710000097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9467, "tnode_": 9393, "lpoly_": null, "rpoly_": null, "length": 221.20773623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 140, "l_t_add": 156, "r_f_add": 141, "r_t_add": 153, "st_code": 34780, "l_hundred": 100, "r_hundred": 100, "seg_id": 600037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21545, "Shape__Length": 88.037606671024037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232472883915705, 40.032435757675998 ], [ -75.231806339675799, 40.032761662406799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9502, "tnode_": 9429, "lpoly_": null, "rpoly_": null, "length": 216.49057646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 226, "l_t_add": 238, "r_f_add": 229, "r_t_add": 247, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21546, "Shape__Length": 86.139416541306502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228820544746597, 40.032207557339902 ], [ -75.228141171113194, 40.0324911938757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9535, "tnode_": 9502, "lpoly_": null, "rpoly_": null, "length": 96.96321614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 218, "l_t_add": 224, "r_f_add": 221, "r_t_add": 227, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21547, "Shape__Length": 38.584225609767564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229120061165602, 40.032073996506803 ], [ -75.228820544746597, 40.032207557339902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9623, "tnode_": 9577, "lpoly_": null, "rpoly_": null, "length": 119.66217648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 200, "l_t_add": 210, "r_f_add": 201, "r_t_add": 211, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-06-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21548, "Shape__Length": 47.614256193651578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229765151089097, 40.031788846123298 ], [ -75.229392518392103, 40.031949630367301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9577, "tnode_": 9535, "lpoly_": null, "rpoly_": null, "length": 88.73290652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 212, "l_t_add": 216, "r_f_add": 213, "r_t_add": 219, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-06-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21549, "Shape__Length": 35.310342990877245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229392518392103, 40.031949630367301 ], [ -75.229120061165602, 40.032073996506803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9826, "tnode_": 9804, "lpoly_": null, "rpoly_": null, "length": 41.61851034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 133, "l_t_add": 199, "r_f_add": 200, "r_t_add": 202, "st_code": 68500, "l_hundred": 100, "r_hundred": 200, "seg_id": 600042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21550, "Shape__Length": 16.563966873584807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2287051961099, 40.030839644958803 ], [ -75.228580873554804, 40.0309022467722 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9804, "tnode_": 9752, "lpoly_": null, "rpoly_": null, "length": 183.00812188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 201, "l_t_add": 221, "r_f_add": 204, "r_t_add": 218, "st_code": 68500, "l_hundred": 200, "r_hundred": 200, "seg_id": 600043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21551, "Shape__Length": 72.826291924952073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228580873554804, 40.0309022467722 ], [ -75.228020471592899, 40.031160707505997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9804, "tnode_": 9577, "lpoly_": null, "rpoly_": null, "length": 444.11088444999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DAVIDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 74060, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600044, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DAVIDS ST", "stname": "SAINT DAVIDS ST", "objectid": 21552, "Shape__Length": 177.06083944324922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228580873554804, 40.0309022467722 ], [ -75.229392518392103, 40.031949630367301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8742, "tnode_": 8620, "lpoly_": null, "rpoly_": null, "length": 522.10302993999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 42180, "l_hundred": 400, "r_hundred": 400, "seg_id": 600045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21553, "Shape__Length": 207.77722735560423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220366904569801, 40.035934531631199 ], [ -75.218761857268305, 40.036663949203401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8883, "tnode_": 8742, "lpoly_": null, "rpoly_": null, "length": 530.32509013000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 42180, "l_hundred": 400, "r_hundred": 400, "seg_id": 600046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21554, "Shape__Length": 211.03444310882352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222013759138406, 40.035215576632901 ], [ -75.220366904569801, 40.035934531631199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9596, "tnode_": 9530, "lpoly_": null, "rpoly_": null, "length": 130.44488101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 243, "l_t_add": 257, "r_f_add": 242, "r_t_add": 258, "st_code": 68500, "l_hundred": 200, "r_hundred": 200, "seg_id": 600047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21555, "Shape__Length": 51.907710631076064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227574484591898, 40.0318206157636 ], [ -75.227172099336499, 40.032001027188002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9752, "tnode_": 9502, "lpoly_": null, "rpoly_": null, "length": 442.29318316999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4636, "l_t_add": 4698, "r_f_add": 4627, "r_t_add": 4699, "st_code": 53240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 21556, "Shape__Length": 176.34050697314473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228020471592899, 40.031160707505997 ], [ -75.228820544746597, 40.032207557339902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8859, "tnode_": 8742, "lpoly_": null, "rpoly_": null, "length": 266.46148726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 56480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600049, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21557, "Shape__Length": 106.23973279281174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219877042896897, 40.035307425475899 ], [ -75.220366904569801, 40.035934531631199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8976, "tnode_": 8859, "lpoly_": null, "rpoly_": null, "length": 279.15868752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4572, "l_t_add": 4598, "r_f_add": 4571, "r_t_add": 4599, "st_code": 56480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600050, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21558, "Shape__Length": 111.29332256584283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219346845739096, 40.034658461183298 ], [ -75.219877042896897, 40.035307425475899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9105, "tnode_": 8976, "lpoly_": null, "rpoly_": null, "length": 328.23600196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4536, "l_t_add": 4570, "r_f_add": 4549, "r_t_add": 4569, "st_code": 56480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600051, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21559, "Shape__Length": 130.79030718936485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218592616455496, 40.033968708724501 ], [ -75.219346845739096, 40.034658461183298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9166, "tnode_": 9105, "lpoly_": null, "rpoly_": null, "length": 193.10939154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4524, "l_t_add": 4534, "r_f_add": 4515, "r_t_add": 4547, "st_code": 56480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21560, "Shape__Length": 76.954090429572062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218162398632302, 40.033554403013802 ], [ -75.218592616455496, 40.033968708724501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8859, "tnode_": 8695, "lpoly_": null, "rpoly_": null, "length": 629.59164217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 456, "l_t_add": 498, "r_f_add": 455, "r_t_add": 499, "st_code": 68500, "l_hundred": 400, "r_hundred": 400, "seg_id": 600053, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21561, "Shape__Length": 250.54138011526001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219877042896897, 40.035307425475899 ], [ -75.2179281885509, 40.036169377691103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8991, "tnode_": 8859, "lpoly_": null, "rpoly_": null, "length": 523.92113131000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 454, "r_f_add": 401, "r_t_add": 453, "st_code": 68500, "l_hundred": 400, "r_hundred": 400, "seg_id": 600054, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21562, "Shape__Length": 208.4917866128896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221494003688903, 40.034583795749199 ], [ -75.219877042896897, 40.035307425475899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9337, "tnode_": 8991, "lpoly_": null, "rpoly_": null, "length": 1251.4493116799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 68500, "l_hundred": 300, "r_hundred": 300, "seg_id": 600055, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21563, "Shape__Length": 497.99005972424084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225368049169106, 40.032871002577799 ], [ -75.221494003688903, 40.034583795749199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8620, "tnode_": 8509, "lpoly_": null, "rpoly_": null, "length": 585.49582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6341, "st_code": 68280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 600056, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21564, "Shape__Length": 232.92119666476054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218761857268305, 40.036663949203401 ], [ -75.219399666548696, 40.036920544621999 ], [ -75.220671909537302, 40.037313495023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8780, "tnode_": 8695, "lpoly_": null, "rpoly_": null, "length": 259.30600223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6221, "st_code": 68280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 600057, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21565, "Shape__Length": 103.35480551969408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217384587540707, 40.035593097559698 ], [ -75.2179281885509, 40.036169377691103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8928, "tnode_": 8780, "lpoly_": null, "rpoly_": null, "length": 343.64878231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6162, "l_t_add": 6198, "r_f_add": 6147, "r_t_add": 6199, "st_code": 68280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600058, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21566, "Shape__Length": 136.95922815091311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216641680516702, 40.034842218385798 ], [ -75.217384587540707, 40.035593097559698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8968, "tnode_": 8928, "lpoly_": null, "rpoly_": null, "length": 104.03110313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6150, "l_t_add": 6160, "r_f_add": 6139, "r_t_add": 6145, "st_code": 68280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21567, "Shape__Length": 41.461424143734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216418159797698, 40.034614108917197 ], [ -75.216641680516702, 40.034842218385798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8780, "tnode_": 8546, "lpoly_": null, "rpoly_": null, "length": 935.13680826999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 50480, "l_hundred": 500, "r_hundred": 500, "seg_id": 600060, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21568, "Shape__Length": 372.18620333950958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217384587540707, 40.035593097559698 ], [ -75.215713981064695, 40.036405354647599 ], [ -75.214559433704096, 40.036962032242997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8976, "tnode_": 8780, "lpoly_": null, "rpoly_": null, "length": 646.39787150999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 440, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 50480, "l_hundred": 400, "r_hundred": 400, "seg_id": 600061, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21569, "Shape__Length": 257.25615176143407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219346845739096, 40.034658461183298 ], [ -75.217384587540707, 40.035593097559698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9131, "tnode_": 8976, "lpoly_": null, "rpoly_": null, "length": 524.42526901999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 438, "r_f_add": 401, "r_t_add": 439, "st_code": 50480, "l_hundred": 400, "r_hundred": 400, "seg_id": 600062, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21570, "Shape__Length": 208.71146602449855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220937363976901, 40.0338983908687 ], [ -75.219346845739096, 40.034658461183298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8991, "tnode_": 8883, "lpoly_": null, "rpoly_": null, "length": 272.30415505000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4632, "l_t_add": 4698, "r_f_add": 4633, "r_t_add": 4699, "st_code": 63620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600063, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21571, "Shape__Length": 108.55925825592708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221494003688903, 40.034583795749199 ], [ -75.222013759138406, 40.035215576632901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9131, "tnode_": 8991, "lpoly_": null, "rpoly_": null, "length": 294.34017782000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4600, "l_t_add": 4630, "r_f_add": 4601, "r_t_add": 4631, "st_code": 63620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21572, "Shape__Length": 117.34562593407975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220937363976901, 40.0338983908687 ], [ -75.221494003688903, 40.034583795749199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9235, "tnode_": 9131, "lpoly_": null, "rpoly_": null, "length": 313.87844037999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4550, "l_t_add": 4598, "r_f_add": 4555, "r_t_add": 4599, "st_code": 63620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600065, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21573, "Shape__Length": 125.08093531528603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220239457583304, 40.033224146061499 ], [ -75.220937363976901, 40.0338983908687 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8627, "tnode_": 8519, "lpoly_": null, "rpoly_": null, "length": 290.79626327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4724, "l_t_add": 4798, "r_f_add": 4725, "r_t_add": 4799, "st_code": 63620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21574, "Shape__Length": 115.94539557095587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223900046257299, 40.0366800113853 ], [ -75.224432736095807, 40.037365272289399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8883, "tnode_": 8677, "lpoly_": null, "rpoly_": null, "length": 653.02351234000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4700, "l_t_add": 4716, "r_f_add": 4701, "r_t_add": 4717, "st_code": 63620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21575, "Shape__Length": 260.09034302676832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222013759138406, 40.035215576632901 ], [ -75.222276942177103, 40.035488249566598 ], [ -75.222644247915696, 40.035728582338798 ], [ -75.222891292631303, 40.0358304238259 ], [ -75.223227360116098, 40.035991189613902 ], [ -75.223487718408506, 40.0361822068379 ], [ -75.223694290767895, 40.0364199914466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8677, "tnode_": 8627, "lpoly_": null, "rpoly_": null, "length": 110.86638148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4718, "l_t_add": 4722, "r_f_add": 4719, "r_t_add": 4723, "st_code": 63620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21576, "Shape__Length": 44.202787472514011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223694290767895, 40.0364199914466 ], [ -75.223900046257299, 40.0366800113853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8519, "tnode_": 8379, "lpoly_": null, "rpoly_": null, "length": 531.03461008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 34780, "l_hundred": 400, "r_hundred": 400, "seg_id": 600069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21577, "Shape__Length": 211.34439393358579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224432736095807, 40.037365272289399 ], [ -75.224138695631694, 40.037496415611997 ], [ -75.2228111522967, 40.038121115119402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8580, "tnode_": 8519, "lpoly_": null, "rpoly_": null, "length": 243.68965932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 326, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 34780, "l_hundred": 300, "r_hundred": 300, "seg_id": 600070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21578, "Shape__Length": 96.978847004093396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225184116131103, 40.0370277225338 ], [ -75.224432736095807, 40.037365272289399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8792, "tnode_": 8682, "lpoly_": null, "rpoly_": null, "length": 320.13312084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 268, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 34780, "l_hundred": 200, "r_hundred": 200, "seg_id": 600071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21579, "Shape__Length": 127.58254873177658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226729585967405, 40.035769270535503 ], [ -75.226025715836997, 40.036461781376403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8894, "tnode_": 8792, "lpoly_": null, "rpoly_": null, "length": 226.33247323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 254, "l_t_add": 266, "r_f_add": 297, "r_t_add": 297, "st_code": 34780, "l_hundred": 200, "r_hundred": 200, "seg_id": 600072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21580, "Shape__Length": 90.213101445819859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227201250305995, 40.035264711787697 ], [ -75.226729585967405, 40.035769270535503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8805, "tnode_": 8682, "lpoly_": null, "rpoly_": null, "length": 331.58498085000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4760, "l_t_add": 4798, "r_f_add": 4763, "r_t_add": 4799, "st_code": 53120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21581, "Shape__Length": 132.21173724642264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2254295954897, 40.035675286404803 ], [ -75.226025715836997, 40.036461781376403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8874, "tnode_": 8805, "lpoly_": null, "rpoly_": null, "length": 169.6339142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4700, "l_t_add": 4758, "r_f_add": 4701, "r_t_add": 4761, "st_code": 53120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21582, "Shape__Length": 67.637231066601416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225125251317493, 40.035272650322597 ], [ -75.2254295954897, 40.035675286404803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8580, "tnode_": 8447, "lpoly_": null, "rpoly_": null, "length": 335.60646415000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 63620, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21583, "Shape__Length": 133.82926052738048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225184116131103, 40.0370277225338 ], [ -75.225617062712899, 40.037642237302002 ], [ -75.225761076548196, 40.037835179887999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8627, "tnode_": 8716, "lpoly_": null, "rpoly_": null, "length": 366.4382297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRWAY", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 33360, "l_hundred": 300, "r_hundred": 300, "seg_id": 600076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRWAY TER", "stname": "FAIRWAY TER", "objectid": 21584, "Shape__Length": 145.81860869347653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223900046257299, 40.0366800113853 ], [ -75.225039945951806, 40.0361858975077 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9018, "tnode_": 8874, "lpoly_": null, "rpoly_": null, "length": 504.48690061999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 340, "r_f_add": 301, "r_t_add": 339, "st_code": 36380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 21585, "Shape__Length": 200.75996004106651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226679606684897, 40.034572407620502 ], [ -75.225125251317493, 40.035272650322597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9062, "tnode_": 9018, "lpoly_": null, "rpoly_": null, "length": 129.11876059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 242, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 36380, "l_hundred": 200, "r_hundred": 200, "seg_id": 600078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 21586, "Shape__Length": 51.394550065618958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227050094915199, 40.034380585891597 ], [ -75.226695042275495, 40.034532061386898 ], [ -75.226689227813694, 40.0345419788435 ], [ -75.226686523101193, 40.034556149742698 ], [ -75.226679606684897, 40.034572407620502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8583, "tnode_": 8353, "lpoly_": null, "rpoly_": null, "length": 732.70721582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 50180, "l_hundred": 300, "r_hundred": 300, "seg_id": 600079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 21587, "Shape__Length": 291.76358098484098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228181528296702, 40.037091101157301 ], [ -75.227041943210494, 40.0378197639264 ], [ -75.226162491425796, 40.038370565952299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8607, "tnode_": 8583, "lpoly_": null, "rpoly_": null, "length": 101.45511626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 294, "l_t_add": 298, "r_f_add": 293, "r_t_add": 313, "st_code": 50180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 21588, "Shape__Length": 40.395175280734357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228466580811798, 40.036919176788501 ], [ -75.228181528296702, 40.037091101157301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8607, "tnode_": 8557, "lpoly_": null, "rpoly_": null, "length": 123.6230985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6600, "l_t_add": 6610, "r_f_add": 6601, "r_t_add": 6609, "st_code": 72880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 600081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21589, "Shape__Length": 49.289165710050725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228466580811798, 40.036919176788501 ], [ -75.228696314047298, 40.037208974781102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8628, "tnode_": 8557, "lpoly_": null, "rpoly_": null, "length": 239.49472617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERLOOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 62060, "l_hundred": 200, "r_hundred": 200, "seg_id": 600082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERLOOK RD", "stname": "OVERLOOK RD", "objectid": 21590, "Shape__Length": 95.364654365091866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229357700825204, 40.036792103899103 ], [ -75.228696314047298, 40.037208974781102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8669, "tnode_": 8583, "lpoly_": null, "rpoly_": null, "length": 247.97716426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TIBBEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 77240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 600083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TIBBEN ST", "stname": "TIBBEN ST", "objectid": 21591, "Shape__Length": 98.810907281533204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227606818558797, 40.0365731802192 ], [ -75.228181528296702, 40.037091101157301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8714, "tnode_": 8669, "lpoly_": null, "rpoly_": null, "length": 145.38400589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 310, "l_t_add": 324, "r_f_add": 301, "r_t_add": 323, "st_code": 28120, "l_hundred": 300, "r_hundred": 300, "seg_id": 600084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELMAR ST", "stname": "DELMAR ST", "objectid": 21592, "Shape__Length": 57.892393069551986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228004976218202, 40.036317030890601 ], [ -75.227606818558797, 40.0365731802192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8792, "tnode_": 8669, "lpoly_": null, "rpoly_": null, "length": 382.2276396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TIBBEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 77240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TIBBEN ST", "stname": "TIBBEN ST", "objectid": 21593, "Shape__Length": 152.30880545047555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226729585967405, 40.035769270535503 ], [ -75.227606818558797, 40.0365731802192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8894, "tnode_": 8714, "lpoly_": null, "rpoly_": null, "length": 444.52234693999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 72880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21594, "Shape__Length": 177.24011562061608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227201250305995, 40.035264711787697 ], [ -75.228004976218202, 40.036317030890601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8996, "tnode_": 8894, "lpoly_": null, "rpoly_": null, "length": 331.54956602000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 250, "l_t_add": 252, "r_f_add": 281, "r_t_add": 295, "st_code": 34780, "l_hundred": 200, "r_hundred": 200, "seg_id": 600087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21595, "Shape__Length": 131.99118772147528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2281528411485, 40.034723123582999 ], [ -75.227201250305995, 40.035264711787697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9018, "tnode_": 8894, "lpoly_": null, "rpoly_": null, "length": 291.44158911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4768, "l_t_add": 4798, "r_f_add": 4771, "r_t_add": 4799, "st_code": 72880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21596, "Shape__Length": 116.20455841416549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226679606684897, 40.034572407620502 ], [ -75.227201250305995, 40.035264711787697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9069, "tnode_": 8996, "lpoly_": null, "rpoly_": null, "length": 209.51132806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 244, "l_t_add": 248, "r_f_add": 251, "r_t_add": 279, "st_code": 34780, "l_hundred": 200, "r_hundred": 200, "seg_id": 600089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 21597, "Shape__Length": 83.405809243864951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228755482403798, 40.034382260336102 ], [ -75.2281528411485, 40.034723123582999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9115, "tnode_": 9018, "lpoly_": null, "rpoly_": null, "length": 224.46562317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4726, "l_t_add": 4766, "r_f_add": 4727, "r_t_add": 4769, "st_code": 72880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21598, "Shape__Length": 89.492673015225279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226263991952607, 40.034045512669998 ], [ -75.226679606684897, 40.034572407620502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9372, "tnode_": 9069, "lpoly_": null, "rpoly_": null, "length": 679.32901063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 34820, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600091, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 21599, "Shape__Length": 270.86377717293675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227550529709404, 40.032763710000097 ], [ -75.228755482403798, 40.034382260336102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8997, "tnode_": 8930, "lpoly_": null, "rpoly_": null, "length": 252.93379252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 53240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 600092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 21600, "Shape__Length": 100.75463045437171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230494331564302, 40.034764836024401 ], [ -75.230558352421895, 40.034775062015598 ], [ -75.230607901836706, 40.034794452600103 ], [ -75.230664779005906, 40.034830274047501 ], [ -75.230960344884593, 40.035064535323997 ], [ -75.231080598309305, 40.035174961283303 ], [ -75.231105676689396, 40.035212118660503 ], [ -75.231106202542094, 40.0352447209481 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9372, "tnode_": 9296, "lpoly_": null, "rpoly_": null, "length": 208.37022573000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 248, "l_t_add": 268, "r_f_add": 265, "r_t_add": 281, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21601, "Shape__Length": 82.917110658757494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227550529709404, 40.032763710000097 ], [ -75.226907080550703, 40.0330510017262 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9296, "tnode_": 9277, "lpoly_": null, "rpoly_": null, "length": 43.99546513000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 270, "l_t_add": 270, "r_f_add": 283, "r_t_add": 283, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21602, "Shape__Length": 17.504586403414553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226907080550703, 40.0330510017262 ], [ -75.226767789722501, 40.033106872201401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9296, "tnode_": 8996, "lpoly_": null, "rpoly_": null, "length": 701.94176195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 72470, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 21603, "Shape__Length": 279.88097512182577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226907080550703, 40.0330510017262 ], [ -75.2281528411485, 40.034723123582999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9206, "tnode_": 9115, "lpoly_": null, "rpoly_": null, "length": 225.13903287000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4700, "l_t_add": 4724, "r_f_add": 4701, "r_t_add": 4725, "st_code": 72880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21604, "Shape__Length": 89.762224894844721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225851022403205, 40.033515235995303 ], [ -75.226263991952607, 40.034045512669998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9337, "tnode_": 9206, "lpoly_": null, "rpoly_": null, "length": 270.8636529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4640, "l_t_add": 4698, "r_f_add": 4629, "r_t_add": 4699, "st_code": 72880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21605, "Shape__Length": 107.99772923209194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225368049169106, 40.032871002577799 ], [ -75.225851022403205, 40.033515235995303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9115, "tnode_": 9074, "lpoly_": null, "rpoly_": null, "length": 167.69701084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 84760, "l_hundred": 300, "r_hundred": 300, "seg_id": 600098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WRIGHT ST", "stname": "WRIGHT ST", "objectid": 21606, "Shape__Length": 66.727383621197021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226263991952607, 40.034045512669998 ], [ -75.225738580735893, 40.034266429627898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10229, "tnode_": 10072, "lpoly_": null, "rpoly_": null, "length": 469.19517743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 180, "l_t_add": 218, "r_f_add": 183, "r_t_add": 209, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600099, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21607, "Shape__Length": 186.82107199347936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224752910211905, 40.028615028534901 ], [ -75.223477498297598, 40.029450266291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10274, "tnode_": 10229, "lpoly_": null, "rpoly_": null, "length": 119.66084057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 162, "l_t_add": 178, "r_f_add": 161, "r_t_add": 181, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600100, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21608, "Shape__Length": 47.651396622797414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2250691071809, 40.028394087272503 ], [ -75.224752910211905, 40.028615028534901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10359, "tnode_": 10348, "lpoly_": null, "rpoly_": null, "length": 60.54774547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 144, "l_t_add": 148, "r_f_add": 143, "r_t_add": 149, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21609, "Shape__Length": 24.110369316460378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225696544942807, 40.027970935855002 ], [ -75.225535307924503, 40.028081669537301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10411, "tnode_": 10359, "lpoly_": null, "rpoly_": null, "length": 172.72647549000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 130, "l_t_add": 142, "r_f_add": 133, "r_t_add": 141, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21610, "Shape__Length": 68.778026504439666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226159812534704, 40.027657907934703 ], [ -75.225696544942807, 40.027970935855002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10486, "tnode_": 10411, "lpoly_": null, "rpoly_": null, "length": 162.27429255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 122, "l_t_add": 128, "r_f_add": 121, "r_t_add": 131, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21611, "Shape__Length": 64.610300658068482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226603260773501, 40.027371168089203 ], [ -75.226159812534704, 40.027657907934703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10665, "tnode_": 10580, "lpoly_": null, "rpoly_": null, "length": 424.4761184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4438, "l_t_add": 4498, "r_f_add": 4431, "r_t_add": 4499, "st_code": 53000, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600104, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21612, "Shape__Length": 168.8733607031846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225864940758399, 40.026358461343797 ], [ -75.227206158451196, 40.026901261156802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10771, "tnode_": 10580, "lpoly_": null, "rpoly_": null, "length": 404.27481252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 38380, "l_hundred": 0, "r_hundred": 0, "seg_id": 600105, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21613, "Shape__Length": 161.07588796050129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228125499689796, 40.0260456324811 ], [ -75.227206158451196, 40.026901261156802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10105, "tnode_": 10049, "lpoly_": null, "rpoly_": null, "length": 145.41125046000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 170, "l_t_add": 184, "r_f_add": 175, "r_t_add": 189, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600107, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21614, "Shape__Length": 57.899190216333928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226209181480797, 40.029351744882 ], [ -75.225813768802595, 40.029610473143997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10158, "tnode_": 10105, "lpoly_": null, "rpoly_": null, "length": 143.90838757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 154, "l_t_add": 168, "r_f_add": 155, "r_t_add": 173, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600108, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21615, "Shape__Length": 57.309203897889986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226587395525101, 40.029084301422401 ], [ -75.226209181480797, 40.029351744882 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10193, "tnode_": 10158, "lpoly_": null, "rpoly_": null, "length": 89.66392192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 152, "l_t_add": 152, "r_f_add": 147, "r_t_add": 153, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600109, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21616, "Shape__Length": 35.702979023020347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226829331789205, 40.028923078802997 ], [ -75.226587395525101, 40.029084301422401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10253, "tnode_": 10193, "lpoly_": null, "rpoly_": null, "length": 183.97039809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 104, "l_t_add": 150, "r_f_add": 133, "r_t_add": 145, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600110, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21617, "Shape__Length": 73.262712731310245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227312897382703, 40.0285812377466 ], [ -75.226829331789205, 40.028923078802997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10292, "tnode_": 10253, "lpoly_": null, "rpoly_": null, "length": 110.96222772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 102, "l_t_add": 102, "r_f_add": 123, "r_t_add": 131, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600111, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21618, "Shape__Length": 44.180711357984123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227616231331893, 40.028385260206299 ], [ -75.227312897382703, 40.0285812377466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10150, "tnode_": 10037, "lpoly_": null, "rpoly_": null, "length": 269.516538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4566, "l_t_add": 4598, "r_f_add": 4577, "r_t_add": 4599, "st_code": 15480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21619, "Shape__Length": 107.4450320281076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228265316766098, 40.0291706833817 ], [ -75.228767582465096, 40.029801796187002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10214, "tnode_": 10150, "lpoly_": null, "rpoly_": null, "length": 127.07078201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4552, "l_t_add": 4564, "r_f_add": 4553, "r_t_add": 4575, "st_code": 15480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600114, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21620, "Shape__Length": 50.655716187843112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228024674037101, 40.028874953527101 ], [ -75.228265316766098, 40.0291706833817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10292, "tnode_": 10214, "lpoly_": null, "rpoly_": null, "length": 211.9078627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4546, "l_t_add": 4550, "r_f_add": 4539, "r_t_add": 4551, "st_code": 15480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21621, "Shape__Length": 84.471472440271853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227616231331893, 40.028385260206299 ], [ -75.228024674037101, 40.028874953527101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10150, "tnode_": 9878, "lpoly_": null, "rpoly_": null, "length": 678.99309898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALLORY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 126, "l_t_add": 198, "r_f_add": 127, "r_t_add": 199, "st_code": 53040, "l_hundred": 100, "r_hundred": 100, "seg_id": 600116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALLORY ST", "stname": "MALLORY ST", "objectid": 21622, "Shape__Length": 270.38885337973431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228265316766098, 40.0291706833817 ], [ -75.226463085979304, 40.030417577091903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10212, "tnode_": 10150, "lpoly_": null, "rpoly_": null, "length": 170.20811899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALLORY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 125, "st_code": 53040, "l_hundred": 100, "r_hundred": 100, "seg_id": 600117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALLORY ST", "stname": "MALLORY ST", "objectid": 21623, "Shape__Length": 67.793638538666087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228695004542601, 40.028840224275797 ], [ -75.228265316766098, 40.0291706833817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10214, "tnode_": 9951, "lpoly_": null, "rpoly_": null, "length": 680.76457859000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 193, "st_code": 48140, "l_hundred": 100, "r_hundred": 100, "seg_id": 600118, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21624, "Shape__Length": 271.08819597389709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228024674037101, 40.028874953527101 ], [ -75.226210252368304, 40.030118667095202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10411, "tnode_": 10253, "lpoly_": null, "rpoly_": null, "length": 468.92554996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4544, "r_f_add": 4501, "r_t_add": 4537, "st_code": 15480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600119, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21625, "Shape__Length": 186.78643757683415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226159812534704, 40.027657907934703 ], [ -75.226184056598996, 40.027660938286601 ], [ -75.226204204606702, 40.027666140118299 ], [ -75.226232964341193, 40.027677651658998 ], [ -75.226254476436907, 40.027693762981997 ], [ -75.227312897382703, 40.0285812377466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10348, "tnode_": 10328, "lpoly_": null, "rpoly_": null, "length": 25.3436134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 38380, "l_hundred": 0, "r_hundred": 0, "seg_id": 600120, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21626, "Shape__Length": 10.09520781856358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225535307924503, 40.028081669537301 ], [ -75.225472986982098, 40.028132115884603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10328, "tnode_": 10274, "lpoly_": null, "rpoly_": null, "length": 147.98553191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 150, "l_t_add": 160, "r_f_add": 151, "r_t_add": 159, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21627, "Shape__Length": 58.922162467627984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225472986982098, 40.028132115884603 ], [ -75.2250691071809, 40.028394087272503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10328, "tnode_": 10158, "lpoly_": null, "rpoly_": null, "length": 466.59415543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DAVIDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 74060, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600122, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DAVIDS ST", "stname": "SAINT DAVIDS ST", "objectid": 21628, "Shape__Length": 185.88109204309592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225472986982098, 40.028132115884603 ], [ -75.226587395525101, 40.029084301422401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10274, "tnode_": 10105, "lpoly_": null, "rpoly_": null, "length": 472.89954983999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITCHIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 68620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600123, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RITCHIE ST", "stname": "RITCHIE ST", "objectid": 21629, "Shape__Length": 188.38749073010501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2250691071809, 40.028394087272503 ], [ -75.226209181480797, 40.029351744882 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10359, "tnode_": 10193, "lpoly_": null, "rpoly_": null, "length": 470.0411549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 73120, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 21630, "Shape__Length": 187.24786246640818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225696544942807, 40.027970935855002 ], [ -75.226829331789205, 40.028923078802997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10135, "tnode_": 9973, "lpoly_": null, "rpoly_": null, "length": 529.0073219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALDWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 15520, "l_hundred": 100, "r_hundred": 100, "seg_id": 600125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALDWIN ST", "stname": "BALDWIN ST", "objectid": 21631, "Shape__Length": 210.50737958848092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225449820681405, 40.029191458966302 ], [ -75.223828134677007, 40.029936246317199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10049, "tnode_": 9951, "lpoly_": null, "rpoly_": null, "length": 215.86907908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4542, "l_t_add": 4556, "r_f_add": 4549, "r_t_add": 4559, "st_code": 83160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600126, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21632, "Shape__Length": 86.061143595338422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225813768802595, 40.029610473143997 ], [ -75.226210252368304, 40.030118667095202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10135, "tnode_": 10049, "lpoly_": null, "rpoly_": null, "length": 183.80221939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4528, "l_t_add": 4540, "r_f_add": 4529, "r_t_add": 4547, "st_code": 83160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600127, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21633, "Shape__Length": 73.263519510372561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225449820681405, 40.029191458966302 ], [ -75.225560453926306, 40.029297275620998 ], [ -75.225813768802595, 40.029610473143997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9752, "tnode_": 9680, "lpoly_": null, "rpoly_": null, "length": 225.94699169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 223, "l_t_add": 241, "r_f_add": 220, "r_t_add": 240, "st_code": 68500, "l_hundred": 200, "r_hundred": 200, "seg_id": 600128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21634, "Shape__Length": 89.920857403244938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228020471592899, 40.031160707505997 ], [ -75.227338012416595, 40.031491595269799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9875, "tnode_": 9826, "lpoly_": null, "rpoly_": null, "length": 216.31194553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 109, "l_t_add": 131, "r_f_add": 114, "r_t_add": 198, "st_code": 68500, "l_hundred": 100, "r_hundred": 100, "seg_id": 600129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21635, "Shape__Length": 86.083012263702074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229361950478506, 40.0305270538326 ], [ -75.2287051961099, 40.030839644958803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9936, "tnode_": 9875, "lpoly_": null, "rpoly_": null, "length": 148.37926583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 101, "l_t_add": 107, "r_f_add": 100, "r_t_add": 112, "st_code": 68500, "l_hundred": 100, "r_hundred": 100, "seg_id": 600130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 21636, "Shape__Length": 59.053407786749872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229805770090294, 40.030304552415203 ], [ -75.229361950478506, 40.0305270538326 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9596, "tnode_": 9429, "lpoly_": null, "rpoly_": null, "length": 291.29821511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4678, "l_t_add": 4698, "r_f_add": 4681, "r_t_add": 4699, "st_code": 83160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600131, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21637, "Shape__Length": 116.12186147988461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227574484591898, 40.0318206157636 ], [ -75.228141171113194, 40.0324911938757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9680, "tnode_": 9596, "lpoly_": null, "rpoly_": null, "length": 136.93276127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4676, "l_t_add": 4676, "r_f_add": 4661, "r_t_add": 4679, "st_code": 83160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600132, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21638, "Shape__Length": 54.599401928350531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227338012416595, 40.031491595269799 ], [ -75.227574484591898, 40.0318206157636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9747, "tnode_": 9680, "lpoly_": null, "rpoly_": null, "length": 137.86483741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4614, "l_t_add": 4674, "r_f_add": 4615, "r_t_add": 4659, "st_code": 83160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21639, "Shape__Length": 54.963085751157536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227082451840502, 40.031168123111897 ], [ -75.227338012416595, 40.031491595269799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9801, "tnode_": 9747, "lpoly_": null, "rpoly_": null, "length": 153.66774852999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4612, "r_f_add": 4601, "r_t_add": 4613, "st_code": 83160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21640, "Shape__Length": 61.259101406944175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226789208623501, 40.030811569520502 ], [ -75.227082451840502, 40.031168123111897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9806, "tnode_": 9747, "lpoly_": null, "rpoly_": null, "length": 221.44481765999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENOUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 200, "l_t_add": 254, "r_f_add": 201, "r_t_add": 243, "st_code": 38560, "l_hundred": 200, "r_hundred": 200, "seg_id": 600135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENOUGH ST", "stname": "GREENOUGH ST", "objectid": 21641, "Shape__Length": 88.124974098210203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227756296312705, 40.030849987807898 ], [ -75.227082451840502, 40.031168123111897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9806, "tnode_": 9752, "lpoly_": null, "rpoly_": null, "length": 135.22070835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4620, "l_t_add": 4634, "r_f_add": 4619, "r_t_add": 4625, "st_code": 53240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 21642, "Shape__Length": 53.902350996975017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227756296312705, 40.030849987807898 ], [ -75.228020471592899, 40.031160707505997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9873, "tnode_": 9806, "lpoly_": null, "rpoly_": null, "length": 161.62335929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4617, "st_code": 53240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 21643, "Shape__Length": 64.433703937209017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227455279800196, 40.030471435031501 ], [ -75.227756296312705, 40.030849987807898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9878, "tnode_": 9801, "lpoly_": null, "rpoly_": null, "length": 170.11665941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4580, "l_t_add": 4598, "r_f_add": 4581, "r_t_add": 4599, "st_code": 83160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21644, "Shape__Length": 67.815326080680407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226463085979304, 40.030417577091903 ], [ -75.226789208623501, 40.030811569520502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9951, "tnode_": 9878, "lpoly_": null, "rpoly_": null, "length": 129.88275416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4558, "l_t_add": 4578, "r_f_add": 4561, "r_t_add": 4579, "st_code": 83160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21645, "Shape__Length": 51.774387014380508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226210252368304, 40.030118667095202 ], [ -75.226463085979304, 40.030417577091903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9958, "tnode_": 9826, "lpoly_": null, "rpoly_": null, "length": 305.94315776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4649, "st_code": 73120, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600140, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 21646, "Shape__Length": 121.9648981357641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228127043126904, 40.030127030362202 ], [ -75.2287051961099, 40.030839644958803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10037, "tnode_": 9875, "lpoly_": null, "rpoly_": null, "length": 312.25761977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 15480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21647, "Shape__Length": 124.47959008126185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228767582465096, 40.029801796187002 ], [ -75.229361950478506, 40.0305270538326 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9973, "tnode_": 9880, "lpoly_": null, "rpoly_": null, "length": 178.14690932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4532, "l_t_add": 4548, "r_f_add": 4533, "r_t_add": 4549, "st_code": 72880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21648, "Shape__Length": 71.026123436029124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223828134677007, 40.029936246317199 ], [ -75.224147520581198, 40.030359180817896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10072, "tnode_": 9973, "lpoly_": null, "rpoly_": null, "length": 202.44178173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4530, "r_f_add": 4501, "r_t_add": 4531, "st_code": 72880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600143, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21649, "Shape__Length": 80.717145559872804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223477498297598, 40.029450266291398 ], [ -75.223828134677007, 40.029936246317199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10141, "tnode_": 10072, "lpoly_": null, "rpoly_": null, "length": 151.73821049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4474, "l_t_add": 4498, "r_f_add": 4477, "r_t_add": 4499, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600144, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21650, "Shape__Length": 60.49848470421491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223210338233301, 40.0290878778845 ], [ -75.223477498297598, 40.029450266291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10049, "tnode_": 9880, "lpoly_": null, "rpoly_": null, "length": 540.47492168000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 186, "l_t_add": 234, "r_f_add": 191, "r_t_add": 231, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600145, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21651, "Shape__Length": 215.06487722821444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225813768802595, 40.029610473143997 ], [ -75.224147520581198, 40.030359180817896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9407, "tnode_": 9265, "lpoly_": null, "rpoly_": null, "length": 377.10425155999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 334, "l_t_add": 360, "r_f_add": 363, "r_t_add": 375, "st_code": 50480, "l_hundred": 300, "r_hundred": 300, "seg_id": 600146, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21652, "Shape__Length": 150.09104264545891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223518611561403, 40.032492538150102 ], [ -75.222393673701504, 40.033061618148103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9504, "tnode_": 9407, "lpoly_": null, "rpoly_": null, "length": 285.3511497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 308, "l_t_add": 332, "r_f_add": 309, "r_t_add": 361, "st_code": 50480, "l_hundred": 300, "r_hundred": 300, "seg_id": 600147, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21653, "Shape__Length": 113.57732141594533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224362022266803, 40.0320529307401 ], [ -75.223518611561403, 40.032492538150102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9539, "tnode_": 9504, "lpoly_": null, "rpoly_": null, "length": 98.88044436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 306, "r_f_add": 301, "r_t_add": 307, "st_code": 50480, "l_hundred": 300, "r_hundred": 300, "seg_id": 600148, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21654, "Shape__Length": 39.352176087236259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2246606521377, 40.031908082289704 ], [ -75.224362022266803, 40.0320529307401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9614, "tnode_": 9539, "lpoly_": null, "rpoly_": null, "length": 160.97765837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 286, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 50480, "l_hundred": 200, "r_hundred": 200, "seg_id": 600149, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 21655, "Shape__Length": 64.077926823853801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225129515248994, 40.031652397763501 ], [ -75.2246606521377, 40.031908082289704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9696, "tnode_": 9584, "lpoly_": null, "rpoly_": null, "length": 287.3804039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 246, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 48140, "l_hundred": 200, "r_hundred": 200, "seg_id": 600150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21656, "Shape__Length": 114.35224734719316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223825020549, 40.031346477635097 ], [ -75.222933387405007, 40.031737069835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9814, "tnode_": 9735, "lpoly_": null, "rpoly_": null, "length": 285.52510876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 246, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 29580, "l_hundred": 200, "r_hundred": 200, "seg_id": 600151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21657, "Shape__Length": 113.62226315641045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223354710852703, 40.030724843764503 ], [ -75.222481066510099, 40.031128959216097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9814, "tnode_": 9696, "lpoly_": null, "rpoly_": null, "length": 261.96424943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4550, "l_t_add": 4570, "r_f_add": 4551, "r_t_add": 4571, "st_code": 18300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21658, "Shape__Length": 104.44467521307706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223354710852703, 40.030724843764503 ], [ -75.223825020549, 40.031346477635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9400, "tnode_": 9265, "lpoly_": null, "rpoly_": null, "length": 255.21298328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4560, "l_t_add": 4598, "r_f_add": 4577, "r_t_add": 4599, "st_code": 53120, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21659, "Shape__Length": 101.70294088635488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221828807450905, 40.032511813936601 ], [ -75.222393673701504, 40.033061618148103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9565, "tnode_": 9400, "lpoly_": null, "rpoly_": null, "length": 355.6996823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4534, "l_t_add": 4558, "r_f_add": 4533, "r_t_add": 4575, "st_code": 53120, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21660, "Shape__Length": 141.73565157259171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221023208956296, 40.031756874004699 ], [ -75.221828807450905, 40.032511813936601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9698, "tnode_": 9565, "lpoly_": null, "rpoly_": null, "length": 252.69093172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 4532, "r_f_add": 4501, "r_t_add": 4531, "st_code": 53120, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21661, "Shape__Length": 100.6886710649122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220450678276805, 40.031220708721698 ], [ -75.221023208956296, 40.031756874004699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9827, "tnode_": 9698, "lpoly_": null, "rpoly_": null, "length": 300.35563660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4418, "l_t_add": 4498, "r_f_add": 4419, "r_t_add": 4499, "st_code": 53120, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21662, "Shape__Length": 119.67924322879648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219768100140399, 40.030584709131602 ], [ -75.220450678276805, 40.031220708721698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9565, "tnode_": 9357, "lpoly_": null, "rpoly_": null, "length": 509.72583847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 348, "l_t_add": 398, "r_f_add": 371, "r_t_add": 399, "st_code": 29580, "l_hundred": 300, "r_hundred": 300, "seg_id": 600157, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21663, "Shape__Length": 202.9550305321128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221023208956296, 40.031756874004699 ], [ -75.219617229802907, 40.032645592136397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9735, "tnode_": 9565, "lpoly_": null, "rpoly_": null, "length": 469.55272846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 346, "r_f_add": 301, "r_t_add": 369, "st_code": 29580, "l_hundred": 300, "r_hundred": 300, "seg_id": 600158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21664, "Shape__Length": 186.83948630393786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222481066510099, 40.031128959216097 ], [ -75.221076725049002, 40.031754203340597 ], [ -75.221062311726399, 40.031756756546201 ], [ -75.221043030348596, 40.0317563319811 ], [ -75.221023208956296, 40.031756874004699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9546, "tnode_": 9407, "lpoly_": null, "rpoly_": null, "length": 258.19604713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4570, "l_t_add": 4598, "r_f_add": 4571, "r_t_add": 4599, "st_code": 34380, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600159, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21665, "Shape__Length": 102.940694307906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223047554999098, 40.0318832375985 ], [ -75.223518611561403, 40.032492538150102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9584, "tnode_": 9546, "lpoly_": null, "rpoly_": null, "length": 62.10699033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 34380, "l_hundred": 0, "r_hundred": 0, "seg_id": 600160, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21666, "Shape__Length": 24.761034906656263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222933387405007, 40.031737069835302 ], [ -75.223047554999098, 40.0318832375985 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9735, "tnode_": 9584, "lpoly_": null, "rpoly_": null, "length": 255.17978315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4548, "l_t_add": 4568, "r_f_add": 4549, "r_t_add": 4569, "st_code": 34380, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600161, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21667, "Shape__Length": 101.74286400528173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222481066510099, 40.031128959216097 ], [ -75.222933387405007, 40.031737069835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9546, "tnode_": 9400, "lpoly_": null, "rpoly_": null, "length": 410.98124215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 336, "r_f_add": 301, "r_t_add": 339, "st_code": 48140, "l_hundred": 300, "r_hundred": 300, "seg_id": 600162, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21668, "Shape__Length": 163.57831791631435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223047554999098, 40.0318832375985 ], [ -75.221828807450905, 40.032511813936601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9698, "tnode_": 9472, "lpoly_": null, "rpoly_": null, "length": 508.39500611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 350, "l_t_add": 398, "r_f_add": 365, "r_t_add": 399, "st_code": 38380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600163, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21669, "Shape__Length": 202.41151224519911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220450678276805, 40.031220708721698 ], [ -75.219030829763199, 40.032090439173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9760, "tnode_": 9698, "lpoly_": null, "rpoly_": null, "length": 262.90935591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 344, "l_t_add": 348, "r_f_add": 319, "r_t_add": 363, "st_code": 38380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600164, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21670, "Shape__Length": 104.59494786761536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221284425061299, 40.030929182622501 ], [ -75.220637604958597, 40.031077567515503 ], [ -75.220450678276805, 40.031220708721698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9782, "tnode_": 9760, "lpoly_": null, "rpoly_": null, "length": 126.73123374000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 342, "l_t_add": 342, "r_f_add": 309, "r_t_add": 317, "st_code": 38380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600165, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21671, "Shape__Length": 50.392289765835564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221721151360398, 40.030837968729998 ], [ -75.221284425061299, 40.030929182622501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9802, "tnode_": 9782, "lpoly_": null, "rpoly_": null, "length": 94.1359686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 340, "r_f_add": 301, "r_t_add": 307, "st_code": 38380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600166, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21672, "Shape__Length": 37.437948298588992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222037691194103, 40.030751012157801 ], [ -75.221909379915104, 40.030787555059597 ], [ -75.221721151360398, 40.030837968729998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9876, "tnode_": 9802, "lpoly_": null, "rpoly_": null, "length": 201.08920677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 266, "l_t_add": 298, "r_f_add": 267, "r_t_add": 299, "st_code": 38380, "l_hundred": 200, "r_hundred": 200, "seg_id": 600167, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21673, "Shape__Length": 80.124919709986543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222458222422304, 40.030336727234697 ], [ -75.222373113205293, 40.030555264084803 ], [ -75.222219567309494, 40.030651269145601 ], [ -75.222037691194103, 40.030751012157801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9105, "tnode_": 8928, "lpoly_": null, "rpoly_": null, "length": 632.21476500999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 444, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 48140, "l_hundred": 400, "r_hundred": 400, "seg_id": 600168, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21674, "Shape__Length": 251.58487401685241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218592616455496, 40.033968708724501 ], [ -75.216641680516702, 40.034842218385798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9235, "tnode_": 9105, "lpoly_": null, "rpoly_": null, "length": 535.00180074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 449, "st_code": 48140, "l_hundred": 400, "r_hundred": 400, "seg_id": 600169, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21675, "Shape__Length": 212.90031668349283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220239457583304, 40.033224146061499 ], [ -75.218592616455496, 40.033968708724501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9156, "tnode_": 9046, "lpoly_": null, "rpoly_": null, "length": 244.37793418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6106, "l_t_add": 6126, "r_f_add": 6101, "r_t_add": 6123, "st_code": 68280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600170, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21676, "Shape__Length": 97.367434671710498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215363099562495, 40.033621055130403 ], [ -75.215938259453594, 40.034125599821401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9172, "tnode_": 9156, "lpoly_": null, "rpoly_": null, "length": 79.75779593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6100, "l_t_add": 6104, "r_f_add": 6083, "r_t_add": 6099, "st_code": 68280, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 600171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21677, "Shape__Length": 31.77943393973413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215178364696101, 40.033454407374101 ], [ -75.215363099562495, 40.033621055130403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9280, "tnode_": 9172, "lpoly_": null, "rpoly_": null, "length": 292.42523448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6056, "l_t_add": 6098, "r_f_add": 6075, "r_t_add": 6081, "st_code": 68280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 600172, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21678, "Shape__Length": 116.51257228715862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214495150038104, 40.032847303767099 ], [ -75.215178364696101, 40.033454407374101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9439, "tnode_": 9280, "lpoly_": null, "rpoly_": null, "length": 340.04988014000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6024, "l_t_add": 6054, "r_f_add": 6013, "r_t_add": 6073, "st_code": 68280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 600173, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21679, "Shape__Length": 135.48366318829761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213695556495196, 40.032144749028603 ], [ -75.214495150038104, 40.032847303767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9561, "tnode_": 9439, "lpoly_": null, "rpoly_": null, "length": 256.51011814000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6000, "l_t_add": 6022, "r_f_add": 6001, "r_t_add": 6011, "st_code": 68280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 600174, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21680, "Shape__Length": 102.20470676592682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213103080383803, 40.031607720738002 ], [ -75.213695556495196, 40.032144749028603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9733, "tnode_": 9561, "lpoly_": null, "rpoly_": null, "length": 342.91153418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5940, "l_t_add": 5998, "r_f_add": 5947, "r_t_add": 5999, "st_code": 68280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600175, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21681, "Shape__Length": 136.63020884034594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212312285968295, 40.030888995107802 ], [ -75.213103080383803, 40.031607720738002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9768, "tnode_": 9733, "lpoly_": null, "rpoly_": null, "length": 102.80125833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5930, "l_t_add": 5938, "r_f_add": 5923, "r_t_add": 5945, "st_code": 68280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600176, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21682, "Shape__Length": 40.95892090065238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212073298414893, 40.030674784091097 ], [ -75.212312285968295, 40.030888995107802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9253, "tnode_": 9166, "lpoly_": null, "rpoly_": null, "length": 258.07674112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 4522, "r_f_add": 4501, "r_t_add": 4513, "st_code": 56480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2013-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21683, "Shape__Length": 102.81194009470229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217533581626199, 40.033036467256899 ], [ -75.218162398632302, 40.033554403013802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9390, "tnode_": 9253, "lpoly_": null, "rpoly_": null, "length": 292.91986309000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4454, "l_t_add": 4498, "r_f_add": 4443, "r_t_add": 4499, "st_code": 56480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600178, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2013-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21684, "Shape__Length": 116.72342708662786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216874914899293, 40.032411793155397 ], [ -75.217533581626199, 40.033036467256899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9525, "tnode_": 9390, "lpoly_": null, "rpoly_": null, "length": 298.17856904999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4448, "l_t_add": 4452, "r_f_add": 4431, "r_t_add": 4441, "st_code": 56480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600179, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21685, "Shape__Length": 118.81041129934322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2161911472908, 40.031784317738101 ], [ -75.216874914899293, 40.032411793155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9723, "tnode_": 9525, "lpoly_": null, "rpoly_": null, "length": 355.38022259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4430, "l_t_add": 4446, "r_f_add": 4423, "r_t_add": 4429, "st_code": 56480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600180, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21686, "Shape__Length": 141.61217482680829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215395903377598, 40.031024048374803 ], [ -75.2161911472908, 40.031784317738101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9843, "tnode_": 9723, "lpoly_": null, "rpoly_": null, "length": 291.15599903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4428, "r_f_add": 4401, "r_t_add": 4421, "st_code": 56480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600181, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21687, "Shape__Length": 116.01701470355439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214740998647798, 40.030403275187297 ], [ -75.215395903377598, 40.031024048374803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9472, "tnode_": 9357, "lpoly_": null, "rpoly_": null, "length": 260.50385237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 4518, "r_f_add": 4501, "r_t_add": 4519, "st_code": 63620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600182, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21688, "Shape__Length": 103.80532568823209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219030829763199, 40.032090439173103 ], [ -75.219617229802907, 40.032645592136397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9626, "tnode_": 9472, "lpoly_": null, "rpoly_": null, "length": 292.38249674000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4422, "l_t_add": 4498, "r_f_add": 4425, "r_t_add": 4499, "st_code": 63620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600183, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21689, "Shape__Length": 116.50746670633967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218372993094405, 40.031467152533402 ], [ -75.219030829763199, 40.032090439173103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9769, "tnode_": 9626, "lpoly_": null, "rpoly_": null, "length": 290.71333513000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4420, "r_f_add": 4401, "r_t_add": 4423, "st_code": 63620, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600184, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21690, "Shape__Length": 115.83194209859768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217702242218195, 40.030858048029401 ], [ -75.218372993094405, 40.031467152533402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9916, "tnode_": 9769, "lpoly_": null, "rpoly_": null, "length": 363.51511775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4356, "l_t_add": 4398, "r_f_add": 4367, "r_t_add": 4399, "st_code": 63620, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600185, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21691, "Shape__Length": 144.85514617896473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216894929792602, 40.030076613573698 ], [ -75.217702242218195, 40.030858048029401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10004, "tnode_": 9916, "lpoly_": null, "rpoly_": null, "length": 198.84749349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4352, "l_t_add": 4354, "r_f_add": 4351, "r_t_add": 4365, "st_code": 63620, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600186, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21692, "Shape__Length": 79.235700062627913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216451050669605, 40.0296505521016 ], [ -75.216894929792602, 40.030076613573698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10246, "tnode_": 10004, "lpoly_": null, "rpoly_": null, "length": 621.65280726999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4350, "r_f_add": 4301, "r_t_add": 4349, "st_code": 63620, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600187, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21693, "Shape__Length": 247.69607135667223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215038685306993, 40.028333992371302 ], [ -75.216451050669605, 40.0296505521016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9357, "tnode_": 9166, "lpoly_": null, "rpoly_": null, "length": 524.9456427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 29580, "l_hundred": 400, "r_hundred": 400, "seg_id": 600188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21694, "Shape__Length": 209.01311518445465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219617229802907, 40.032645592136397 ], [ -75.218162398632302, 40.033554403013802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9472, "tnode_": 9253, "lpoly_": null, "rpoly_": null, "length": 542.72474975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 450, "r_f_add": 401, "r_t_add": 441, "st_code": 38380, "l_hundred": 400, "r_hundred": 400, "seg_id": 600189, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2013-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21695, "Shape__Length": 216.09503101015528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219030829763199, 40.032090439173103 ], [ -75.217533581626199, 40.033036467256899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9390, "tnode_": 9172, "lpoly_": null, "rpoly_": null, "length": 608.23492607000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 452, "l_t_add": 498, "r_f_add": 455, "r_t_add": 499, "st_code": 24580, "l_hundred": 400, "r_hundred": 400, "seg_id": 600190, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21696, "Shape__Length": 242.16763764921802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216874914899293, 40.032411793155397 ], [ -75.215178364696101, 40.033454407374101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9626, "tnode_": 9390, "lpoly_": null, "rpoly_": null, "length": 542.58661576999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 450, "r_f_add": 401, "r_t_add": 453, "st_code": 24580, "l_hundred": 400, "r_hundred": 400, "seg_id": 600191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21697, "Shape__Length": 216.03721810720756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218372993094405, 40.031467152533402 ], [ -75.216874914899293, 40.032411793155397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9827, "tnode_": 9626, "lpoly_": null, "rpoly_": null, "length": 505.92773504000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 24580, "l_hundred": 300, "r_hundred": 300, "seg_id": 600192, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21698, "Shape__Length": 201.43953450289564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219768100140399, 40.030584709131602 ], [ -75.218372993094405, 40.031467152533402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9253, "tnode_": 9046, "lpoly_": null, "rpoly_": null, "length": 609.78473906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 452, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 38380, "l_hundred": 400, "r_hundred": 400, "seg_id": 600193, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2013-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21699, "Shape__Length": 242.8255612241683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217533581626199, 40.033036467256899 ], [ -75.215934813171103, 40.034035514036198 ], [ -75.215938259453594, 40.034125599821401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9525, "tnode_": 9280, "lpoly_": null, "rpoly_": null, "length": 612.77970229000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 450, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 52060, "l_hundred": 400, "r_hundred": 400, "seg_id": 600194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21700, "Shape__Length": 243.98396842639761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2161911472908, 40.031784317738101 ], [ -75.214495150038104, 40.032847303767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9769, "tnode_": 9525, "lpoly_": null, "rpoly_": null, "length": 541.21529652999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 439, "st_code": 52060, "l_hundred": 400, "r_hundred": 400, "seg_id": 600195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21701, "Shape__Length": 215.47774798883194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217702242218195, 40.030858048029401 ], [ -75.2161911472908, 40.031784317738101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9985, "tnode_": 9955, "lpoly_": null, "rpoly_": null, "length": 97.07084605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 338, "l_t_add": 358, "r_f_add": 339, "r_t_add": 351, "st_code": 52060, "l_hundred": 300, "r_hundred": 300, "seg_id": 600196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21702, "Shape__Length": 38.656262133803274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219374135703404, 40.029761575802397 ], [ -75.219117472610804, 40.029940676811698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10053, "tnode_": 9985, "lpoly_": null, "rpoly_": null, "length": 152.49513169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 334, "l_t_add": 336, "r_f_add": 335, "r_t_add": 337, "st_code": 52060, "l_hundred": 300, "r_hundred": 300, "seg_id": 600197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21703, "Shape__Length": 60.755730983041609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219731393646398, 40.029445641410597 ], [ -75.219374135703404, 40.029761575802397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10153, "tnode_": 10053, "lpoly_": null, "rpoly_": null, "length": 223.75569106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 332, "r_f_add": 301, "r_t_add": 333, "st_code": 52060, "l_hundred": 300, "r_hundred": 300, "seg_id": 600198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21704, "Shape__Length": 89.183873060641389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220185583971002, 40.0289402936749 ], [ -75.219731393646398, 40.029445641410597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10409, "tnode_": 10181, "lpoly_": null, "rpoly_": null, "length": 535.63047036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 52060, "l_hundred": 200, "r_hundred": 200, "seg_id": 600202, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21705, "Shape__Length": 213.55316469249564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221242994827904, 40.0275610702218 ], [ -75.220689990189399, 40.0283422266751 ], [ -75.220456744985995, 40.028636140461103 ], [ -75.220298396758594, 40.028839176558897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10181, "tnode_": 10153, "lpoly_": null, "rpoly_": null, "length": 48.5273399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 52060, "l_hundred": 0, "r_hundred": 0, "seg_id": 600203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 21706, "Shape__Length": 19.334123460062372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220298396758594, 40.028839176558897 ], [ -75.220185583971002, 40.0289402936749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10181, "tnode_": 10136, "lpoly_": null, "rpoly_": null, "length": 103.58086558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4412, "r_f_add": 4401, "r_t_add": 4409, "st_code": 34380, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21707, "Shape__Length": 41.264611351097059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220298396758594, 40.028839176558897 ], [ -75.220545763888694, 40.029050573210696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8719, "tnode_": 8438, "lpoly_": null, "rpoly_": null, "length": 1095.0877543199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 29580, "l_hundred": 600, "r_hundred": 600, "seg_id": 600205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21708, "Shape__Length": 435.84456877180435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213716347979201, 40.0359246490885 ], [ -75.213279440597702, 40.0361293923267 ], [ -75.211544469943405, 40.036967027408799 ], [ -75.210400926384196, 40.037519098717397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8968, "tnode_": 8719, "lpoly_": null, "rpoly_": null, "length": 894.58455891000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 29580, "l_hundred": 500, "r_hundred": 500, "seg_id": 600206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21709, "Shape__Length": 356.04163956676422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216418159797698, 40.034614108917197 ], [ -75.213716347979201, 40.0359246490885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8719, "tnode_": 8546, "lpoly_": null, "rpoly_": null, "length": 445.59681561999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6152, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 49640, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600207, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 21710, "Shape__Length": 177.6531555174887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213716347979201, 40.0359246490885 ], [ -75.213919006189201, 40.036183258881401 ], [ -75.214559433704096, 40.036962032242997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8788, "tnode_": 8719, "lpoly_": null, "rpoly_": null, "length": 195.00118188000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6126, "l_t_add": 6150, "r_f_add": 6125, "r_t_add": 6137, "st_code": 49640, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 21711, "Shape__Length": 77.74843040697732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213358410069404, 40.035465467399099 ], [ -75.213716347979201, 40.0359246490885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8913, "tnode_": 8788, "lpoly_": null, "rpoly_": null, "length": 266.97943924999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6100, "l_t_add": 6124, "r_f_add": 6001, "r_t_add": 6123, "st_code": 49640, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 600209, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 21712, "Shape__Length": 106.43874650877791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212852856400602, 40.034844087481801 ], [ -75.213358410069404, 40.035465467399099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9156, "tnode_": 8913, "lpoly_": null, "rpoly_": null, "length": 832.21845452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 24580, "l_hundred": 500, "r_hundred": 500, "seg_id": 600210, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21713, "Shape__Length": 331.21745364201854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215363099562495, 40.033621055130403 ], [ -75.212852856400602, 40.034844087481801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9138, "tnode_": 9048, "lpoly_": null, "rpoly_": null, "length": 331.66400213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 590, "l_t_add": 598, "r_f_add": 579, "r_t_add": 599, "st_code": 56600, "l_hundred": 500, "r_hundred": 500, "seg_id": 600211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21714, "Shape__Length": 131.99676557956946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209393414652595, 40.033546868383503 ], [ -75.208637541894205, 40.033941090257201 ], [ -75.208496787082794, 40.0340004006366 ], [ -75.208390804179103, 40.034024381728202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9723, "tnode_": 9439, "lpoly_": null, "rpoly_": null, "length": 632.75633115000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 444, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 54000, "l_hundred": 400, "r_hundred": 400, "seg_id": 600213, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 21715, "Shape__Length": 251.95531311611856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215395903377598, 40.031024048374803 ], [ -75.213721839646098, 40.032079039330398 ], [ -75.213700185305598, 40.032097886663699 ], [ -75.213692790090306, 40.032116403769201 ], [ -75.213695556495196, 40.032144749028603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9916, "tnode_": 9723, "lpoly_": null, "rpoly_": null, "length": 543.44443347999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 443, "st_code": 54000, "l_hundred": 400, "r_hundred": 400, "seg_id": 600214, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 21716, "Shape__Length": 216.37529968183068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216894929792602, 40.030076613573698 ], [ -75.215395903377598, 40.031024048374803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9561, "tnode_": 9294, "lpoly_": null, "rpoly_": null, "length": 725.99217723000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 550, "r_f_add": 501, "r_t_add": 527, "st_code": 56600, "l_hundred": 500, "r_hundred": 500, "seg_id": 600215, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21717, "Shape__Length": 288.96869796096206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213103080383803, 40.031607720738002 ], [ -75.210964146412394, 40.0327339258791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9843, "tnode_": 9561, "lpoly_": null, "rpoly_": null, "length": 634.7343414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 448, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 56600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600216, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21718, "Shape__Length": 252.79883538937634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214740998647798, 40.030403275187297 ], [ -75.213103080383803, 40.031607720738002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9908, "tnode_": 9843, "lpoly_": null, "rpoly_": null, "length": 274.22685145000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 430, "l_t_add": 446, "r_f_add": 439, "r_t_add": 459, "st_code": 56600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21719, "Shape__Length": 109.11927403845841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215587718163803, 40.0300251012616 ], [ -75.214740998647798, 40.030403275187297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10004, "tnode_": 9908, "lpoly_": null, "rpoly_": null, "length": 277.60904361999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 437, "st_code": 56600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600218, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21720, "Shape__Length": 110.45977295853086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216451050669605, 40.0296505521016 ], [ -75.215587718163803, 40.0300251012616 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9199, "tnode_": 9138, "lpoly_": null, "rpoly_": null, "length": 249.91391199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 578, "l_t_add": 588, "r_f_add": 561, "r_t_add": 577, "st_code": 56600, "l_hundred": 500, "r_hundred": 500, "seg_id": 600219, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21721, "Shape__Length": 99.472836926430347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210133613005297, 40.033163581027999 ], [ -75.209393414652595, 40.033546868383503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9294, "tnode_": 9199, "lpoly_": null, "rpoly_": null, "length": 280.33171812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 552, "l_t_add": 576, "r_f_add": 529, "r_t_add": 559, "st_code": 56600, "l_hundred": 500, "r_hundred": 500, "seg_id": 600220, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21722, "Shape__Length": 111.57914024820923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210964146412394, 40.0327339258791 ], [ -75.210133613005297, 40.033163581027999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9751, "tnode_": 9544, "lpoly_": null, "rpoly_": null, "length": 330.21216812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5901, "l_t_add": 5919, "r_f_add": 5900, "r_t_add": 5918, "st_code": 43700, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 21723, "Shape__Length": 131.65462569776781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209452902389799, 40.030820499947602 ], [ -75.210047349349395, 40.031603363624399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9911, "tnode_": 9751, "lpoly_": null, "rpoly_": null, "length": 603.8534757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 69600, "l_hundred": 500, "r_hundred": 500, "seg_id": 600222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21724, "Shape__Length": 240.28821173112811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211311421903304, 40.0299798899403 ], [ -75.209452902389799, 40.030820499947602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10099, "tnode_": 9911, "lpoly_": null, "rpoly_": null, "length": 655.01210637000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 458, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 69600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600223, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21725, "Shape__Length": 260.63940627432373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213330976511401, 40.0290727920693 ], [ -75.211311421903304, 40.0299798899403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10171, "tnode_": 10099, "lpoly_": null, "rpoly_": null, "length": 275.14567608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 434, "l_t_add": 456, "r_f_add": 439, "r_t_add": 459, "st_code": 69600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600224, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21726, "Shape__Length": 109.47443811713558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214191373957306, 40.0287080952182 ], [ -75.213330976511401, 40.0290727920693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10246, "tnode_": 10171, "lpoly_": null, "rpoly_": null, "length": 273.63366699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 432, "r_f_add": 401, "r_t_add": 437, "st_code": 69600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600225, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21727, "Shape__Length": 108.87866224336696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215038685306993, 40.028333992371302 ], [ -75.214191373957306, 40.0287080952182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10325, "tnode_": 10246, "lpoly_": null, "rpoly_": null, "length": 261.92302110999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 326, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 69600, "l_hundred": 300, "r_hundred": 300, "seg_id": 600226, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21728, "Shape__Length": 104.22815432555277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215836894197295, 40.027959242374997 ], [ -75.215038685306993, 40.028333992371302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10392, "tnode_": 10325, "lpoly_": null, "rpoly_": null, "length": 256.81919541999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 324, "r_f_add": 301, "r_t_add": 323, "st_code": 69600, "l_hundred": 300, "r_hundred": 300, "seg_id": 600227, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21729, "Shape__Length": 102.18513680737398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216634683550794, 40.027611567188302 ], [ -75.215836894197295, 40.027959242374997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10482, "tnode_": 10392, "lpoly_": null, "rpoly_": null, "length": 306.16783971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 254, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 69600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21730, "Shape__Length": 121.82574582527771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217577777042393, 40.027186434388497 ], [ -75.216634683550794, 40.027611567188302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10530, "tnode_": 10482, "lpoly_": null, "rpoly_": null, "length": 208.60780702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 226, "l_t_add": 252, "r_f_add": 225, "r_t_add": 241, "st_code": 69600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21731, "Shape__Length": 83.00044177300046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218227210527004, 40.026905955765599 ], [ -75.217577777042393, 40.027186434388497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9911, "tnode_": 9768, "lpoly_": null, "rpoly_": null, "length": 331.05596057000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5921, "st_code": 68280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600230, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21732, "Shape__Length": 131.90556331047412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211311421903304, 40.0299798899403 ], [ -75.212073298414893, 40.030674784091097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10097, "tnode_": 9911, "lpoly_": null, "rpoly_": null, "length": 397.58455737999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5872, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 68280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 600231, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21733, "Shape__Length": 158.5100384762207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210591635752493, 40.0290391352803 ], [ -75.211311421903304, 40.0299798899403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10207, "tnode_": 10097, "lpoly_": null, "rpoly_": null, "length": 217.01119974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5800, "l_t_add": 5870, "r_f_add": 5737, "r_t_add": 5799, "st_code": 68280, "l_hundred": 5800, "r_hundred": 5700, "seg_id": 600232, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21734, "Shape__Length": 86.541824504590508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210257399851798, 40.028501674116299 ], [ -75.210591635752493, 40.0290391352803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10277, "tnode_": 10207, "lpoly_": null, "rpoly_": null, "length": 196.10230314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5734, "l_t_add": 5798, "r_f_add": 5735, "r_t_add": 5735, "st_code": 68280, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 600233, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21735, "Shape__Length": 78.210147700786919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209974906720703, 40.028009098037501 ], [ -75.210257399851798, 40.028501674116299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10494, "tnode_": 10277, "lpoly_": null, "rpoly_": null, "length": 404.23350033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5700, "l_t_add": 5732, "r_f_add": 5701, "r_t_add": 5733, "st_code": 68280, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 600234, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21736, "Shape__Length": 161.23177716354922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209439261331596, 40.026978661365 ], [ -75.209974906720703, 40.028009098037501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9959, "tnode_": 9843, "lpoly_": null, "rpoly_": null, "length": 291.89257205999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4332, "l_t_add": 4398, "r_f_add": 4333, "r_t_add": 4399, "st_code": 56480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600236, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21737, "Shape__Length": 116.30408456420066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214074805001999, 40.0297870141004 ], [ -75.214740998647798, 40.030403275187297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10099, "tnode_": 9959, "lpoly_": null, "rpoly_": null, "length": 333.29012543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4330, "r_f_add": 4301, "r_t_add": 4331, "st_code": 56480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600237, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21738, "Shape__Length": 132.80693248171161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213330976511401, 40.0290727920693 ], [ -75.214074805001999, 40.0297870141004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10171, "tnode_": 9908, "lpoly_": null, "rpoly_": null, "length": 618.93261662999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 35100, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREELAND AVE", "stname": "FREELAND AVE", "objectid": 21739, "Shape__Length": 246.61906259278015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214191373957306, 40.0287080952182 ], [ -75.215587718163803, 40.0300251012616 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10325, "tnode_": 10079, "lpoly_": null, "rpoly_": null, "length": 627.07332178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 49440, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 21740, "Shape__Length": 249.8697527552803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215836894197295, 40.027959242374997 ], [ -75.217234117329198, 40.029304406380902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10350, "tnode_": 10260, "lpoly_": null, "rpoly_": null, "length": 211.76590148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4332, "l_t_add": 4358, "r_f_add": 4335, "r_t_add": 4357, "st_code": 34380, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600240, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21741, "Shape__Length": 84.414532886118636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219006495236101, 40.027852730283897 ], [ -75.219414011468103, 40.028342415428703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10441, "tnode_": 10350, "lpoly_": null, "rpoly_": null, "length": 201.76136198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4318, "l_t_add": 4330, "r_f_add": 4317, "r_t_add": 4333, "st_code": 34380, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21742, "Shape__Length": 80.423640561444856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2186134059002, 40.027388575080998 ], [ -75.219006495236101, 40.027852730283897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10530, "tnode_": 10441, "lpoly_": null, "rpoly_": null, "length": 206.41290569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4315, "st_code": 34380, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21743, "Shape__Length": 82.284711466907879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218227210527004, 40.026905955765599 ], [ -75.2186134059002, 40.027388575080998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10260, "tnode_": 10216, "lpoly_": null, "rpoly_": null, "length": 202.64699091999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 232, "l_t_add": 254, "r_f_add": 225, "r_t_add": 255, "st_code": 56600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600243, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21744, "Shape__Length": 80.633563999917556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219414011468103, 40.028342415428703 ], [ -75.218787169756297, 40.028620346286097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10382, "tnode_": 10304, "lpoly_": null, "rpoly_": null, "length": 279.93877225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 25300, "l_hundred": 300, "r_hundred": 300, "seg_id": 600244, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21745, "Shape__Length": 111.38915283081369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2179782243673, 40.027673712079398 ], [ -75.217115023683206, 40.028061248393001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10408, "tnode_": 10316, "lpoly_": null, "rpoly_": null, "length": 203.22367577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4338, "l_t_add": 4398, "r_f_add": 4337, "r_t_add": 4399, "st_code": 76960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21746, "Shape__Length": 81.012956428986556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219660924847204, 40.027559151342601 ], [ -75.220043680345697, 40.028033114945202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10441, "tnode_": 10382, "lpoly_": null, "rpoly_": null, "length": 205.98676688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 234, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 25300, "l_hundred": 200, "r_hundred": 200, "seg_id": 600246, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21747, "Shape__Length": 81.962831023829153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2186134059002, 40.027388575080998 ], [ -75.2179782243673, 40.027673712079398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10515, "tnode_": 10441, "lpoly_": null, "rpoly_": null, "length": 212.35858654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 233, "st_code": 25300, "l_hundred": 200, "r_hundred": 200, "seg_id": 600247, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21748, "Shape__Length": 84.503718865914919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219260447712998, 40.0270846002974 ], [ -75.2186134059002, 40.027388575080998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10515, "tnode_": 10408, "lpoly_": null, "rpoly_": null, "length": 206.06440047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4318, "l_t_add": 4336, "r_f_add": 4317, "r_t_add": 4335, "st_code": 76960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600248, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21749, "Shape__Length": 82.138981704028978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219260447712998, 40.0270846002974 ], [ -75.219660924847204, 40.027559151342601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10594, "tnode_": 10515, "lpoly_": null, "rpoly_": null, "length": 208.85066859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4315, "st_code": 76960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600249, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21750, "Shape__Length": 83.243774688776284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218843715604706, 40.026609144354502 ], [ -75.219260447712998, 40.0270846002974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9955, "tnode_": 9827, "lpoly_": null, "rpoly_": null, "length": 297.04920285999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4416, "r_f_add": 4401, "r_t_add": 4417, "st_code": 53120, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21751, "Shape__Length": 118.37408017301017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219117472610804, 40.029940676811698 ], [ -75.219768100140399, 40.030584709131602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10095, "tnode_": 9955, "lpoly_": null, "rpoly_": null, "length": 352.15970569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4366, "l_t_add": 4398, "r_f_add": 4367, "r_t_add": 4399, "st_code": 53120, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21752, "Shape__Length": 140.31715713934108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218315200135805, 40.029196242237703 ], [ -75.219117472610804, 40.029940676811698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10146, "tnode_": 10095, "lpoly_": null, "rpoly_": null, "length": 115.61463903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4358, "l_t_add": 4364, "r_f_add": 4355, "r_t_add": 4365, "st_code": 53120, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21753, "Shape__Length": 46.065190050020412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218050319634202, 40.028952799770103 ], [ -75.218315200135805, 40.029196242237703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10226, "tnode_": 10146, "lpoly_": null, "rpoly_": null, "length": 210.55101535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4326, "l_t_add": 4356, "r_f_add": 4339, "r_t_add": 4353, "st_code": 53120, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21754, "Shape__Length": 83.897817571885383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217580245685198, 40.028501709330897 ], [ -75.218050319634202, 40.028952799770103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10304, "tnode_": 10226, "lpoly_": null, "rpoly_": null, "length": 206.68449988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4310, "l_t_add": 4324, "r_f_add": 4317, "r_t_add": 4337, "st_code": 53120, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21755, "Shape__Length": 82.354508388873256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217115023683206, 40.028061248393001 ], [ -75.217580245685198, 40.028501709330897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10392, "tnode_": 10304, "lpoly_": null, "rpoly_": null, "length": 211.96447254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4308, "r_f_add": 4301, "r_t_add": 4315, "st_code": 53120, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21756, "Shape__Length": 84.45598939595051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216634683550794, 40.027611567188302 ], [ -75.217115023683206, 40.028061248393001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10535, "tnode_": 10392, "lpoly_": null, "rpoly_": null, "length": 325.12437373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4222, "l_t_add": 4298, "r_f_add": 4225, "r_t_add": 4299, "st_code": 53120, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600256, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21757, "Shape__Length": 129.61644526329496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216045187363704, 40.026843014903399 ], [ -75.216299166258807, 40.0271964247924 ], [ -75.216634683550794, 40.027611567188302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10648, "tnode_": 10535, "lpoly_": null, "rpoly_": null, "length": 267.12710677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4223, "st_code": 53120, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600258, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21758, "Shape__Length": 106.4951165888935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215563498955603, 40.026210089978903 ], [ -75.216045187363704, 40.026843014903399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10746, "tnode_": 10648, "lpoly_": null, "rpoly_": null, "length": 240.64808139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4136, "l_t_add": 4198, "r_f_add": 4135, "r_t_add": 4199, "st_code": 53120, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600259, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21759, "Shape__Length": 95.940008673926869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215134290192793, 40.025637792559003 ], [ -75.215563498955603, 40.026210089978903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10831, "tnode_": 10746, "lpoly_": null, "rpoly_": null, "length": 234.60031522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4118, "l_t_add": 4134, "r_f_add": 4115, "r_t_add": 4133, "st_code": 53120, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600260, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21760, "Shape__Length": 93.530589277186209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214721466851202, 40.025077419424598 ], [ -75.215134290192793, 40.025637792559003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10316, "tnode_": 10280, "lpoly_": null, "rpoly_": null, "length": 138.72342746000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 215, "st_code": 56600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21761, "Shape__Length": 55.211778216971162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220043680345697, 40.028033114945202 ], [ -75.220007497920307, 40.0280633878603 ], [ -75.219964953369697, 40.028089834625597 ], [ -75.219895544452299, 40.028120253991901 ], [ -75.2196340397808, 40.028244292085901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10280, "tnode_": 10260, "lpoly_": null, "rpoly_": null, "length": 71.234802660000014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 228, "l_t_add": 230, "r_f_add": 217, "r_t_add": 223, "st_code": 56600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600262, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21762, "Shape__Length": 28.344607904659494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2196340397808, 40.028244292085901 ], [ -75.219414011468103, 40.028342415428703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10280, "tnode_": 10153, "lpoly_": null, "rpoly_": null, "length": 296.88356461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4360, "l_t_add": 4398, "r_f_add": 4359, "r_t_add": 4399, "st_code": 34380, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 21763, "Shape__Length": 118.35436295686762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2196340397808, 40.028244292085901 ], [ -75.220185583971002, 40.0289402936749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10216, "tnode_": 10194, "lpoly_": null, "rpoly_": null, "length": 68.77505102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 256, "l_t_add": 256, "r_f_add": 257, "r_t_add": 257, "st_code": 56600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600264, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21764, "Shape__Length": 27.366397324386014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218787169756297, 40.028620346286097 ], [ -75.218575241983302, 40.028715746299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10194, "tnode_": 10146, "lpoly_": null, "rpoly_": null, "length": 170.48778324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 258, "l_t_add": 298, "r_f_add": 259, "r_t_add": 299, "st_code": 56600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600265, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21765, "Shape__Length": 67.839576238583376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218575241983302, 40.028715746299 ], [ -75.218050319634202, 40.028952799770103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10194, "tnode_": 9985, "lpoly_": null, "rpoly_": null, "length": 441.80946173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4366, "l_t_add": 4398, "r_f_add": 4367, "r_t_add": 4399, "st_code": 28420, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600266, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 21766, "Shape__Length": 176.1414637533033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218575241983302, 40.028715746299 ], [ -75.219374135703404, 40.029761575802397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10298, "tnode_": 10226, "lpoly_": null, "rpoly_": null, "length": 256.41833518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 250, "l_t_add": 298, "r_f_add": 281, "r_t_add": 299, "st_code": 38160, "l_hundred": 200, "r_hundred": 200, "seg_id": 600267, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21767, "Shape__Length": 102.03189464196048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218369652654204, 40.028145063402199 ], [ -75.217580245685198, 40.028501709330897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10350, "tnode_": 10298, "lpoly_": null, "rpoly_": null, "length": 207.71919901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 224, "l_t_add": 248, "r_f_add": 227, "r_t_add": 279, "st_code": 38160, "l_hundred": 200, "r_hundred": 200, "seg_id": 600268, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21768, "Shape__Length": 82.655534593476105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219006495236101, 40.027852730283897 ], [ -75.218369652654204, 40.028145063402199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10408, "tnode_": 10350, "lpoly_": null, "rpoly_": null, "length": 212.19195294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 210, "l_t_add": 222, "r_f_add": 217, "r_t_add": 225, "st_code": 38160, "l_hundred": 200, "r_hundred": 200, "seg_id": 600269, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21769, "Shape__Length": 84.432027263871589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219660924847204, 40.027559151342601 ], [ -75.219006495236101, 40.027852730283897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10298, "tnode_": 10216, "lpoly_": null, "rpoly_": null, "length": 208.919875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4334, "l_t_add": 4364, "r_f_add": 4331, "r_t_add": 4365, "st_code": 28420, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 21770, "Shape__Length": 83.272919227655123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218369652654204, 40.028145063402199 ], [ -75.218787169756297, 40.028620346286097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10382, "tnode_": 10298, "lpoly_": null, "rpoly_": null, "length": 203.71229606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4316, "l_t_add": 4332, "r_f_add": 4315, "r_t_add": 4329, "st_code": 28420, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600271, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 21771, "Shape__Length": 81.204243988384391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2179782243673, 40.027673712079398 ], [ -75.218369652654204, 40.028145063402199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10482, "tnode_": 10382, "lpoly_": null, "rpoly_": null, "length": 209.96430916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4314, "r_f_add": 4301, "r_t_add": 4313, "st_code": 28420, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600272, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 21772, "Shape__Length": 83.697257271028434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217577777042393, 40.027186434388497 ], [ -75.2179782243673, 40.027673712079398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10362, "tnode_": 10238, "lpoly_": null, "rpoly_": null, "length": 272.76531506000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4200, "l_t_add": 4222, "r_f_add": 4201, "r_t_add": 4221, "st_code": 56480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21773, "Shape__Length": 108.75171112349636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212264356321896, 40.027681911292497 ], [ -75.212741445977699, 40.028334708703099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10388, "tnode_": 10238, "lpoly_": null, "rpoly_": null, "length": 554.4192724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67620, "l_hundred": 400, "r_hundred": 400, "seg_id": 600276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21774, "Shape__Length": 220.60182726821128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214457432854601, 40.027575698552702 ], [ -75.212741445977699, 40.028334708703099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10431, "tnode_": 10362, "lpoly_": null, "rpoly_": null, "length": 277.82646456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 420, "l_t_add": 450, "r_f_add": 423, "r_t_add": 451, "st_code": 64100, "l_hundred": 400, "r_hundred": 400, "seg_id": 600277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21775, "Shape__Length": 110.54765580004116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213121544768896, 40.027297965898001 ], [ -75.212264356321896, 40.027681911292497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10519, "tnode_": 10431, "lpoly_": null, "rpoly_": null, "length": 274.01765965000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 421, "st_code": 64100, "l_hundred": 400, "r_hundred": 400, "seg_id": 600278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21776, "Shape__Length": 109.02817546581188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213971359497094, 40.026925126589298 ], [ -75.213121544768896, 40.027297965898001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10535, "tnode_": 10388, "lpoly_": null, "rpoly_": null, "length": 518.6030944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 67620, "l_hundred": 300, "r_hundred": 300, "seg_id": 600279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21777, "Shape__Length": 206.36159050645117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216045187363704, 40.026843014903399 ], [ -75.214457432854601, 40.027575698552702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10587, "tnode_": 10519, "lpoly_": null, "rpoly_": null, "length": 259.47618741999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 324, "l_t_add": 398, "r_f_add": 319, "r_t_add": 399, "st_code": 64100, "l_hundred": 300, "r_hundred": 300, "seg_id": 600280, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21778, "Shape__Length": 103.25289834868508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214761350780194, 40.026552941847299 ], [ -75.213971359497094, 40.026925126589298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10594, "tnode_": 10530, "lpoly_": null, "rpoly_": null, "length": 203.71406119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 223, "st_code": 69600, "l_hundred": 200, "r_hundred": 200, "seg_id": 600281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21779, "Shape__Length": 81.066377628247039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218843715604706, 40.026609144354502 ], [ -75.218227210527004, 40.026905955765599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10640, "tnode_": 10594, "lpoly_": null, "rpoly_": null, "length": 167.5471133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4244, "l_t_add": 4298, "r_f_add": 4235, "r_t_add": 4299, "st_code": 76960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21780, "Shape__Length": 66.733255983008007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218423987036402, 40.026281391600698 ], [ -75.218843715604706, 40.026609144354502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10642, "tnode_": 10362, "lpoly_": null, "rpoly_": null, "length": 643.4566631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 56480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21781, "Shape__Length": 256.5313924160651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211113405424001, 40.026153137525299 ], [ -75.212264356321896, 40.027681911292497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10648, "tnode_": 10587, "lpoly_": null, "rpoly_": null, "length": 257.02748874999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 322, "r_f_add": 301, "r_t_add": 317, "st_code": 64100, "l_hundred": 300, "r_hundred": 300, "seg_id": 600284, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21782, "Shape__Length": 102.26304018047213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215563498955603, 40.026210089978903 ], [ -75.214761350780194, 40.026552941847299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10697, "tnode_": 10640, "lpoly_": null, "rpoly_": null, "length": 172.70900938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4200, "l_t_add": 4242, "r_f_add": 4229, "r_t_add": 4233, "st_code": 76960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21783, "Shape__Length": 68.791737959909739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217995987611999, 40.025940052515303 ], [ -75.218423987036402, 40.026281391600698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10709, "tnode_": 10431, "lpoly_": null, "rpoly_": null, "length": 653.09909603000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 35100, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREELAND AVE", "stname": "FREELAND AVE", "objectid": 21784, "Shape__Length": 260.36973342359772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211943455395797, 40.025750711843202 ], [ -75.213121544768896, 40.027297965898001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10825, "tnode_": 10587, "lpoly_": null, "rpoly_": null, "length": 611.07079766999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4112, "l_t_add": 4198, "r_f_add": 4103, "r_t_add": 4199, "st_code": 49440, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 21785, "Shape__Length": 243.60806146803017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213650427082598, 40.0251091735852 ], [ -75.214761350780194, 40.026552941847299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10519, "tnode_": 10388, "lpoly_": null, "rpoly_": null, "length": 273.30387446000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4201, "r_t_add": 4221, "st_code": 63620, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600289, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21786, "Shape__Length": 108.96173237617893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213971359497094, 40.026925126589298 ], [ -75.214457432854601, 40.027575698552702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10775, "tnode_": 10519, "lpoly_": null, "rpoly_": null, "length": 663.10094316000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 63620, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600290, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21787, "Shape__Length": 264.35220770492259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212767467975397, 40.0253576876718 ], [ -75.213971359497094, 40.026925126589298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10877, "tnode_": 10775, "lpoly_": null, "rpoly_": null, "length": 254.77753998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4078, "l_t_add": 4098, "r_f_add": 4089, "r_t_add": 4099, "st_code": 63620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600291, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21788, "Shape__Length": 101.57815249193241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212327885435897, 40.024745359948398 ], [ -75.212767467975397, 40.0253576876718 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9959, "tnode_": 9733, "lpoly_": null, "rpoly_": null, "length": 636.20508598000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 36620, "l_hundred": 400, "r_hundred": 400, "seg_id": 600292, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERHARD ST", "stname": "GERHARD ST", "objectid": 21789, "Shape__Length": 253.30246099772739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214074805001999, 40.0297870141004 ], [ -75.212312285968295, 40.030888995107802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10079, "tnode_": 10004, "lpoly_": null, "rpoly_": null, "length": 252.957649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 370, "l_t_add": 398, "r_f_add": 371, "r_t_add": 399, "st_code": 56600, "l_hundred": 300, "r_hundred": 300, "seg_id": 600293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21790, "Shape__Length": 100.65328026178474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217234117329198, 40.029304406380902 ], [ -75.216451050669605, 40.0296505521016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10146, "tnode_": 10079, "lpoly_": null, "rpoly_": null, "length": 262.0105579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONASTERY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 368, "r_f_add": 301, "r_t_add": 369, "st_code": 56600, "l_hundred": 300, "r_hundred": 300, "seg_id": 600294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONASTERY AVE", "stname": "MONASTERY AVE", "objectid": 21791, "Shape__Length": 104.25103177448548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218050319634202, 40.028952799770103 ], [ -75.217234117329198, 40.029304406380902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9393, "tnode_": 9121, "lpoly_": null, "rpoly_": null, "length": 689.93160831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 61160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGLE ST", "stname": "OGLE ST", "objectid": 21792, "Shape__Length": 274.93320987037845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231806339675799, 40.032761662406799 ], [ -75.233349714124003, 40.034237982553101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9173, "tnode_": 9121, "lpoly_": null, "rpoly_": null, "length": 219.00348214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19127, "l_f_add": 100, "l_t_add": 156, "r_f_add": 101, "r_t_add": 157, "st_code": 50180, "l_hundred": 100, "r_hundred": 100, "seg_id": 600296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 21793, "Shape__Length": 87.161539552234657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234010011744601, 40.033918752416298 ], [ -75.233661067521794, 40.034099455210402 ], [ -75.233564732655495, 40.0341526106155 ], [ -75.233473205504296, 40.034197236161802 ], [ -75.233349714124003, 40.034237982553101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9588, "tnode_": 9638, "lpoly_": null, "rpoly_": null, "length": 132.27701276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 36380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 21794, "Shape__Length": 52.641507112551551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231821373444504, 40.031977361469899 ], [ -75.232223100644603, 40.031786342842501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10191, "tnode_": 10141, "lpoly_": null, "rpoly_": null, "length": 105.07045501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4470, "l_t_add": 4472, "r_f_add": 4465, "r_t_add": 4475, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600298, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21795, "Shape__Length": 41.8954653572046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223034201153695, 40.028833205551898 ], [ -75.223210338233301, 40.0290878778845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10261, "tnode_": 10191, "lpoly_": null, "rpoly_": null, "length": 171.33156182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4446, "l_t_add": 4468, "r_f_add": 4451, "r_t_add": 4463, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600299, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21796, "Shape__Length": 68.31230803021171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222738458292, 40.0284214809326 ], [ -75.223034201153695, 40.028833205551898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10344, "tnode_": 10261, "lpoly_": null, "rpoly_": null, "length": 196.57297858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4430, "l_t_add": 4444, "r_f_add": 4429, "r_t_add": 4449, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600300, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21797, "Shape__Length": 78.367832459173258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222380630797801, 40.027957243969396 ], [ -75.222738458292, 40.0284214809326 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10398, "tnode_": 10344, "lpoly_": null, "rpoly_": null, "length": 122.29201132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4416, "l_t_add": 4428, "r_f_add": 4417, "r_t_add": 4427, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600301, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21798, "Shape__Length": 48.75348702591986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222157013517105, 40.027668892828302 ], [ -75.222380630797801, 40.027957243969396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10483, "tnode_": 10398, "lpoly_": null, "rpoly_": null, "length": 169.5580207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4414, "r_f_add": 4401, "r_t_add": 4415, "st_code": 72880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600302, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21799, "Shape__Length": 67.592874916367421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221839170388904, 40.027272729547299 ], [ -75.222157013517105, 40.027668892828302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10583, "tnode_": 10483, "lpoly_": null, "rpoly_": null, "length": 230.40842972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4340, "l_t_add": 4398, "r_f_add": 4375, "r_t_add": 4399, "st_code": 72880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600303, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21800, "Shape__Length": 91.854384060133754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221417435694306, 40.026729647105199 ], [ -75.221839170388904, 40.027272729547299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10673, "tnode_": 10583, "lpoly_": null, "rpoly_": null, "length": 209.58648595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4330, "l_t_add": 4338, "r_f_add": 4331, "r_t_add": 4373, "st_code": 72880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600304, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21801, "Shape__Length": 83.55069291877389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221028956019197, 40.026237892588497 ], [ -75.221417435694306, 40.026729647105199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10673, "tnode_": 10597, "lpoly_": null, "rpoly_": null, "length": 262.7353781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 156, "l_t_add": 198, "r_f_add": 155, "r_t_add": 199, "st_code": 25300, "l_hundred": 100, "r_hundred": 100, "seg_id": 600305, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21802, "Shape__Length": 104.5394023557507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221028956019197, 40.026237892588497 ], [ -75.220215933483203, 40.026597786667701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10750, "tnode_": 10673, "lpoly_": null, "rpoly_": null, "length": 391.00446162999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 114, "l_t_add": 154, "r_f_add": 121, "r_t_add": 153, "st_code": 25300, "l_hundred": 100, "r_hundred": 100, "seg_id": 600309, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21803, "Shape__Length": 155.56406538722132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222253028016098, 40.025724631128 ], [ -75.2221501054306, 40.025750888521202 ], [ -75.221028956019197, 40.026237892588497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10869, "tnode_": 10808, "lpoly_": null, "rpoly_": null, "length": 118.07444616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 104, "r_f_add": 101, "r_t_add": 103, "st_code": 25300, "l_hundred": 100, "r_hundred": 100, "seg_id": 600310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21804, "Shape__Length": 47.078927121400596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222678653905504, 40.025090407688097 ], [ -75.222482822043503, 40.025377449538901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10869, "tnode_": 10803, "lpoly_": null, "rpoly_": null, "length": 249.13701379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4300, "l_t_add": 4346, "r_f_add": 4321, "r_t_add": 4341, "st_code": 53000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600311, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21805, "Shape__Length": 99.114784569709684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222678653905504, 40.025090407688097 ], [ -75.223465510217693, 40.025409468163097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10914, "tnode_": 10869, "lpoly_": null, "rpoly_": null, "length": 254.27697172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4258, "l_t_add": 4298, "r_f_add": 4301, "r_t_add": 4319, "st_code": 53000, "l_hundred": 4200, "r_hundred": 4300, "seg_id": 600312, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21806, "Shape__Length": 101.15778260303175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221873815900295, 40.024767330997797 ], [ -75.222678653905504, 40.025090407688097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10928, "tnode_": 10869, "lpoly_": null, "rpoly_": null, "length": 189.86446834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 25300, "l_hundred": 0, "r_hundred": 0, "seg_id": 600313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21807, "Shape__Length": 75.694386477445349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223009734972905, 40.024638091385903 ], [ -75.222957628039794, 40.024679086199903 ], [ -75.222929145738107, 40.024719916105298 ], [ -75.222678653905504, 40.025090407688097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10932, "tnode_": 10914, "lpoly_": null, "rpoly_": null, "length": 143.61579674000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4250, "l_t_add": 4256, "r_f_add": 4249, "r_t_add": 4299, "st_code": 53000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600314, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21808, "Shape__Length": 57.130732145364689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221415369903994, 40.024590679239999 ], [ -75.221873815900295, 40.024767330997797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10865, "tnode_": 10808, "lpoly_": null, "rpoly_": null, "length": 251.19912026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 74500, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATION ST", "stname": "STATION ST", "objectid": 21809, "Shape__Length": 99.932339921687571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221685902953496, 40.025060977196702 ], [ -75.222482822043503, 40.025377449538901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10546, "tnode_": 10486, "lpoly_": null, "rpoly_": null, "length": 361.30657873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4430, "l_t_add": 4498, "r_f_add": 4431, "r_t_add": 4499, "st_code": 25840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21810, "Shape__Length": 143.71029517246478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225420204464797, 40.026975505733802 ], [ -75.226603260773501, 40.027371168089203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10567, "tnode_": 10546, "lpoly_": null, "rpoly_": null, "length": 104.30091836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4422, "l_t_add": 4428, "r_f_add": 4423, "r_t_add": 4429, "st_code": 25840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21811, "Shape__Length": 41.488087935047439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225081644218207, 40.026856193204502 ], [ -75.225420204464797, 40.026975505733802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10588, "tnode_": 10567, "lpoly_": null, "rpoly_": null, "length": 85.83581821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4412, "l_t_add": 4420, "r_f_add": 4413, "r_t_add": 4421, "st_code": 25840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21812, "Shape__Length": 34.149348537122513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224810922219604, 40.026745711736297 ], [ -75.225081644218207, 40.026856193204502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10606, "tnode_": 10588, "lpoly_": null, "rpoly_": null, "length": 95.86995254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4410, "r_f_add": 4401, "r_t_add": 4411, "st_code": 25840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21813, "Shape__Length": 38.141104815923526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224508286161594, 40.026622703117297 ], [ -75.224810922219604, 40.026745711736297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10747, "tnode_": 10676, "lpoly_": null, "rpoly_": null, "length": 291.47164927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 146, "l_t_add": 174, "r_f_add": 141, "r_t_add": 167, "st_code": 69600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 21814, "Shape__Length": 115.971316563109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220605857090504, 40.025752328928903 ], [ -75.219702446814793, 40.026149615576898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10747, "tnode_": 10673, "lpoly_": null, "rpoly_": null, "length": 212.90218029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4300, "l_t_add": 4328, "r_f_add": 4301, "r_t_add": 4329, "st_code": 72880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21815, "Shape__Length": 84.858408229313497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220605857090504, 40.025752328928903 ], [ -75.221028956019197, 40.026237892588497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10844, "tnode_": 10770, "lpoly_": null, "rpoly_": null, "length": 336.80388035000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 132, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 67620, "l_hundred": 100, "r_hundred": 100, "seg_id": 600322, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21816, "Shape__Length": 133.99954837513161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220180584290702, 40.0251308659617 ], [ -75.219126952077701, 40.0255766180682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10844, "tnode_": 10747, "lpoly_": null, "rpoly_": null, "length": 255.80550006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 72880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21817, "Shape__Length": 101.99528289073346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220180584290702, 40.0251308659617 ], [ -75.220605857090504, 40.025752328928903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10876, "tnode_": 10844, "lpoly_": null, "rpoly_": null, "length": 114.16051181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 116, "l_t_add": 130, "r_f_add": 117, "r_t_add": 131, "st_code": 67620, "l_hundred": 100, "r_hundred": 100, "seg_id": 600324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21818, "Shape__Length": 45.41222680443606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220546745652996, 40.0249931457139 ], [ -75.220180584290702, 40.0251308659617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10885, "tnode_": 10770, "lpoly_": null, "rpoly_": null, "length": 293.47265542999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4200, "l_t_add": 4226, "r_f_add": 4201, "r_t_add": 4227, "st_code": 77640, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 21819, "Shape__Length": 116.9891525399063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218586469328599, 40.024889259690802 ], [ -75.218657600648797, 40.024945699311097 ], [ -75.218767127595996, 40.025078204109803 ], [ -75.219126952077701, 40.0255766180682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10939, "tnode_": 10885, "lpoly_": null, "rpoly_": null, "length": 187.7609736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 140, "l_t_add": 198, "r_f_add": 141, "r_t_add": 199, "st_code": 64100, "l_hundred": 100, "r_hundred": 100, "seg_id": 600326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21820, "Shape__Length": 74.785049667862523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219052568542395, 40.024518772205198 ], [ -75.218586469328599, 40.024889259690802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10948, "tnode_": 10885, "lpoly_": null, "rpoly_": null, "length": 372.22545197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4158, "l_t_add": 4198, "r_f_add": 4159, "r_t_add": 4199, "st_code": 77640, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 21821, "Shape__Length": 148.10587818080563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217444228657001, 40.024380156357402 ], [ -75.217511139353803, 40.024433834885798 ], [ -75.217608808838605, 40.024478953727197 ], [ -75.218353836243693, 40.024815232157302 ], [ -75.218506725807302, 40.0248782765442 ], [ -75.218586469328599, 40.024889259690802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10988, "tnode_": 10876, "lpoly_": null, "rpoly_": null, "length": 416.58247116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4200, "l_t_add": 4244, "r_f_add": 4201, "r_t_add": 4245, "st_code": 25840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21822, "Shape__Length": 165.91865164052757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219503612030195, 40.024177905750797 ], [ -75.220546745652996, 40.0249931457139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10470, "tnode_": 10408, "lpoly_": null, "rpoly_": null, "length": 178.68844459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 215, "st_code": 38160, "l_hundred": 200, "r_hundred": 200, "seg_id": 600329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21823, "Shape__Length": 71.111871760968526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220196936442306, 40.027293044608001 ], [ -75.219660924847204, 40.027559151342601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10583, "tnode_": 27882, "lpoly_": null, "rpoly_": null, "length": 83.48043571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 174, "l_t_add": 198, "r_f_add": 175, "r_t_add": 199, "st_code": 38160, "l_hundred": 100, "r_hundred": 100, "seg_id": 600331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21824, "Shape__Length": 33.20893156904129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221417435694306, 40.026729647105199 ], [ -75.221149896963396, 40.026830709033703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10676, "tnode_": 10597, "lpoly_": null, "rpoly_": null, "length": 217.56236724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4317, "st_code": 77640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 21825, "Shape__Length": 86.672914390778701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219702446814793, 40.026149615576898 ], [ -75.220215933483203, 40.026597786667701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10695, "tnode_": 10640, "lpoly_": null, "rpoly_": null, "length": 165.24431981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOFTY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51420, "l_hundred": 200, "r_hundred": 200, "seg_id": 600334, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOFTY ST", "stname": "LOFTY ST", "objectid": 21826, "Shape__Length": 65.768298781917352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218908781824993, 40.026022814215203 ], [ -75.218423987036402, 40.026281391600698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10695, "tnode_": 10644, "lpoly_": null, "rpoly_": null, "length": 130.78184906000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4250, "l_t_add": 4298, "r_f_add": 4251, "r_t_add": 4299, "st_code": 18300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21827, "Shape__Length": 52.121999769598908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218908781824993, 40.026022814215203 ], [ -75.219178856390499, 40.026315697215203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10705, "tnode_": 10583, "lpoly_": null, "rpoly_": null, "length": 519.41149037999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 116, "l_t_add": 172, "r_f_add": 121, "r_t_add": 173, "st_code": 38160, "l_hundred": 100, "r_hundred": 100, "seg_id": 600336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21828, "Shape__Length": 206.66221557699313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223031995414402, 40.0260279488772 ], [ -75.221417435694306, 40.026729647105199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10767, "tnode_": 10697, "lpoly_": null, "rpoly_": null, "length": 193.72365093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 215, "st_code": 67620, "l_hundred": 200, "r_hundred": 200, "seg_id": 600337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21829, "Shape__Length": 77.120133888941467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218532682904694, 40.025616049879901 ], [ -75.218023109480797, 40.025891330752799 ], [ -75.217995987611999, 40.025940052515303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10767, "tnode_": 10695, "lpoly_": null, "rpoly_": null, "length": 181.79789386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4200, "l_t_add": 4248, "r_f_add": 4201, "r_t_add": 4249, "st_code": 18300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21830, "Shape__Length": 72.453298377466069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218532682904694, 40.025616049879901 ], [ -75.218908781824993, 40.026022814215203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10770, "tnode_": 10676, "lpoly_": null, "rpoly_": null, "length": 263.71404444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4228, "l_t_add": 4298, "r_f_add": 4229, "r_t_add": 4299, "st_code": 77640, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 21831, "Shape__Length": 105.0843664909081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219126952077701, 40.0255766180682 ], [ -75.219702446814793, 40.026149615576898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10803, "tnode_": 10705, "lpoly_": null, "rpoly_": null, "length": 256.41808541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 119, "st_code": 38160, "l_hundred": 100, "r_hundred": 100, "seg_id": 600340, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAPE ST", "stname": "GRAPE ST", "objectid": 21832, "Shape__Length": 102.23585941938997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223465510217693, 40.025409468163097 ], [ -75.223126002050904, 40.025928487649601 ], [ -75.223031995414402, 40.0260279488772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10812, "tnode_": 10767, "lpoly_": null, "rpoly_": null, "length": 134.02963445999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 18300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21833, "Shape__Length": 53.420346588960967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218264944334393, 40.025311085688301 ], [ -75.218532682904694, 40.025616049879901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10428, "tnode_": 10261, "lpoly_": null, "rpoly_": null, "length": 489.07465947999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 156, "l_t_add": 198, "r_f_add": 161, "r_t_add": 199, "st_code": 24580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600342, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21834, "Shape__Length": 194.74098631398039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224056738410198, 40.027540892241099 ], [ -75.222738458292, 40.0284214809326 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10469, "tnode_": 10344, "lpoly_": null, "rpoly_": null, "length": 310.56396640999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 156, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 21835, "Shape__Length": 123.65910008841257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223219989994902, 40.0274000649963 ], [ -75.222380630797801, 40.027957243969396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10476, "tnode_": 10428, "lpoly_": null, "rpoly_": null, "length": 73.70406347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 146, "l_t_add": 154, "r_f_add": 147, "r_t_add": 159, "st_code": 24580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21836, "Shape__Length": 29.346110038827291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224257414113097, 40.027409987018103 ], [ -75.224056738410198, 40.027540892241099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10511, "tnode_": 10469, "lpoly_": null, "rpoly_": null, "length": 134.73649171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 140, "l_t_add": 154, "r_f_add": 143, "r_t_add": 155, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 21837, "Shape__Length": 53.652420021548835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223578225471798, 40.027153168830701 ], [ -75.223219989994902, 40.0274000649963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10531, "tnode_": 10476, "lpoly_": null, "rpoly_": null, "length": 183.9385853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 144, "r_f_add": 101, "r_t_add": 145, "st_code": 24580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600346, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 21838, "Shape__Length": 73.243536815064786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224748367233204, 40.027074567568498 ], [ -75.224257414113097, 40.027409987018103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10536, "tnode_": 10511, "lpoly_": null, "rpoly_": null, "length": 75.71174335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 132, "l_t_add": 138, "r_f_add": 133, "r_t_add": 141, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 21839, "Shape__Length": 30.144346074672708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223785810336096, 40.027020017074797 ], [ -75.223578225471798, 40.027153168830701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10554, "tnode_": 10483, "lpoly_": null, "rpoly_": null, "length": 257.13354108000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERING", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 160, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 50460, "l_hundred": 100, "r_hundred": 100, "seg_id": 600348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERING ST", "stname": "LEVERING ST", "objectid": 21840, "Shape__Length": 102.31078736699062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222635822125895, 40.026921788143497 ], [ -75.221839170388904, 40.027272729547299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10649, "tnode_": 10554, "lpoly_": null, "rpoly_": null, "length": 401.43135689000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERING", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 124, "l_t_add": 158, "r_f_add": 119, "r_t_add": 155, "st_code": 50460, "l_hundred": 100, "r_hundred": 100, "seg_id": 600351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERING ST", "stname": "LEVERING ST", "objectid": 21841, "Shape__Length": 159.73563431705068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223864637951394, 40.026354394654902 ], [ -75.222635822125895, 40.026921788143497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10488, "tnode_": 10411, "lpoly_": null, "rpoly_": null, "length": 218.21702677000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4436, "l_t_add": 4498, "r_f_add": 4441, "r_t_add": 4499, "st_code": 15480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600352, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21842, "Shape__Length": 86.819586599607106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225474300145194, 40.0273731016025 ], [ -75.226159812534704, 40.027657907934703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10501, "tnode_": 10488, "lpoly_": null, "rpoly_": null, "length": 79.30407045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4428, "l_t_add": 4434, "r_f_add": 4423, "r_t_add": 4439, "st_code": 15480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600353, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21843, "Shape__Length": 31.55326399682615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225227148242894, 40.027266836088302 ], [ -75.225474300145194, 40.0273731016025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10578, "tnode_": 10531, "lpoly_": null, "rpoly_": null, "length": 186.7057211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4410, "r_f_add": 4401, "r_t_add": 4417, "st_code": 15480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 21844, "Shape__Length": 74.30036122858526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224186819080003, 40.026801037616003 ], [ -75.224395261478804, 40.026921597200001 ], [ -75.224459962509997, 40.0269568524904 ], [ -75.224554816627304, 40.026994885465697 ], [ -75.224748367233204, 40.027074567568498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10406, "tnode_": 10348, "lpoly_": null, "rpoly_": null, "length": 190.07807623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DAVIDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4426, "l_t_add": 4498, "r_f_add": 4425, "r_t_add": 4499, "st_code": 74060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DAVIDS ST", "stname": "SAINT DAVIDS ST", "objectid": 21845, "Shape__Length": 75.708715965374893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225058912871901, 40.027710003521896 ], [ -75.225535307924503, 40.028081669537301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10488, "tnode_": 10406, "lpoly_": null, "rpoly_": null, "length": 169.09826599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 134, "l_t_add": 152, "r_f_add": 131, "r_t_add": 147, "st_code": 21640, "l_hundred": 100, "r_hundred": 100, "seg_id": 600357, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSON ST", "stname": "CARSON ST", "objectid": 21846, "Shape__Length": 67.357188920192584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225474300145194, 40.0273731016025 ], [ -75.225058912871901, 40.027710003521896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10739, "tnode_": 10688, "lpoly_": null, "rpoly_": null, "length": 119.17240084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERING", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 102, "r_f_add": 101, "r_t_add": 105, "st_code": 50460, "l_hundred": 100, "r_hundred": 100, "seg_id": 600358, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERING ST", "stname": "LEVERING ST", "objectid": 21847, "Shape__Length": 47.52009710617196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224680076103397, 40.025886742172801 ], [ -75.224489492562896, 40.026179240209501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10546, "tnode_": 10501, "lpoly_": null, "rpoly_": null, "length": 119.10458387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 130, "l_t_add": 132, "r_f_add": 117, "r_t_add": 129, "st_code": 21640, "l_hundred": 100, "r_hundred": 100, "seg_id": 600359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSON ST", "stname": "CARSON ST", "objectid": 21848, "Shape__Length": 47.492789944620014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225420204464797, 40.026975505733802 ], [ -75.225227148242894, 40.027266836088302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10706, "tnode_": 10652, "lpoly_": null, "rpoly_": null, "length": 124.57918371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 110, "r_f_add": 101, "r_t_add": 111, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600360, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 21849, "Shape__Length": 49.673503045486072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225248529054298, 40.026113095026098 ], [ -75.225042498968406, 40.0264161888391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11066, "tnode_": 10932, "lpoly_": null, "rpoly_": null, "length": 481.0843874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4200, "l_t_add": 4248, "r_f_add": 4201, "r_t_add": 4247, "st_code": 53000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600361, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21850, "Shape__Length": 191.59543562696271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220191293572995, 40.023664147073703 ], [ -75.221415369903994, 40.024590679239999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11100, "tnode_": 11066, "lpoly_": null, "rpoly_": null, "length": 145.02782272000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4162, "l_t_add": 4198, "r_f_add": 4161, "r_t_add": 4199, "st_code": 53000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600362, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21851, "Shape__Length": 57.763313184161255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219831030941705, 40.0233781666646 ], [ -75.220191293572995, 40.023664147073703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11159, "tnode_": 11100, "lpoly_": null, "rpoly_": null, "length": 208.31999327999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4142, "l_t_add": 4160, "r_f_add": 4143, "r_t_add": 4159, "st_code": 53000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600363, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21852, "Shape__Length": 82.967595454687071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219307029970494, 40.0229722930967 ], [ -75.219831030941705, 40.0233781666646 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11297, "tnode_": 11159, "lpoly_": null, "rpoly_": null, "length": 395.17352343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4100, "l_t_add": 4140, "r_f_add": 4101, "r_t_add": 4141, "st_code": 53000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600364, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 21853, "Shape__Length": 157.38142220745758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218308255862098, 40.0222060320678 ], [ -75.219307029970494, 40.0229722930967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10843, "tnode_": 10775, "lpoly_": null, "rpoly_": null, "length": 258.86480439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 358, "l_t_add": 398, "r_f_add": 361, "r_t_add": 399, "st_code": 72760, "l_hundred": 300, "r_hundred": 300, "seg_id": 600365, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21854, "Shape__Length": 103.0103152122293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213551467344402, 40.024981269637998 ], [ -75.212767467975397, 40.0253576876718 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11012, "tnode_": 10965, "lpoly_": null, "rpoly_": null, "length": 186.61534815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 174, "l_t_add": 198, "r_f_add": 201, "r_t_add": 215, "st_code": 72760, "l_hundred": 100, "r_hundred": 200, "seg_id": 600368, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21855, "Shape__Length": 74.29000862442544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2153502141296, 40.023912178970001 ], [ -75.214828466887298, 40.024230825004601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11065, "tnode_": 11012, "lpoly_": null, "rpoly_": null, "length": 222.85743088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 156, "l_t_add": 172, "r_f_add": 151, "r_t_add": 199, "st_code": 72760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600369, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21856, "Shape__Length": 88.703213262561206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215993306708398, 40.023551874709803 ], [ -75.2153502141296, 40.023912178970001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11092, "tnode_": 11065, "lpoly_": null, "rpoly_": null, "length": 83.34993038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 152, "l_t_add": 154, "r_f_add": 147, "r_t_add": 149, "st_code": 72760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600370, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21857, "Shape__Length": 33.168025041092008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216243951198507, 40.023428506509603 ], [ -75.215993306708398, 40.023551874709803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11154, "tnode_": 11092, "lpoly_": null, "rpoly_": null, "length": 282.62032656999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 124, "l_t_add": 150, "r_f_add": 125, "r_t_add": 145, "st_code": 72760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600371, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21858, "Shape__Length": 112.47477220451654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217080047217607, 40.022994092107503 ], [ -75.216243951198507, 40.023428506509603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11202, "tnode_": 11154, "lpoly_": null, "rpoly_": null, "length": 170.40683044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 114, "l_t_add": 122, "r_f_add": 105, "r_t_add": 123, "st_code": 72760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600372, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21859, "Shape__Length": 67.823549139270995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217574654572005, 40.022721647340703 ], [ -75.217080047217607, 40.022994092107503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11297, "tnode_": 11256, "lpoly_": null, "rpoly_": null, "length": 112.42127214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 108, "r_f_add": 1, "r_t_add": 9, "st_code": 72760, "l_hundred": 0, "r_hundred": 0, "seg_id": 600373, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-10-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21860, "Shape__Length": 44.774132150493728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218308255862098, 40.0222060320678 ], [ -75.218026579518707, 40.022425901165001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11083, "tnode_": 10988, "lpoly_": null, "rpoly_": null, "length": 350.78024921999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4144, "l_t_add": 4198, "r_f_add": 4145, "r_t_add": 4199, "st_code": 25840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21861, "Shape__Length": 139.69334683754781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218601628596005, 40.023514055344599 ], [ -75.218627471873305, 40.023519691329803 ], [ -75.218652307186503, 40.023532400450797 ], [ -75.218672401240596, 40.0235450041544 ], [ -75.219503612030195, 40.024177905750797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11202, "tnode_": 11083, "lpoly_": null, "rpoly_": null, "length": 407.49214345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4100, "l_t_add": 4142, "r_f_add": 4101, "r_t_add": 4143, "st_code": 25840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21862, "Shape__Length": 162.29051272013231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217574654572005, 40.022721647340703 ], [ -75.218601628596005, 40.023514055344599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11250, "tnode_": 11202, "lpoly_": null, "rpoly_": null, "length": 155.63372663000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4044, "l_t_add": 4098, "r_f_add": 4045, "r_t_add": 4099, "st_code": 25840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21863, "Shape__Length": 61.973761678100416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217167476267505, 40.022430906061999 ], [ -75.217574654572005, 40.022721647340703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11300, "tnode_": 11250, "lpoly_": null, "rpoly_": null, "length": 137.0131434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4034, "l_t_add": 4042, "r_f_add": 4035, "r_t_add": 4043, "st_code": 25840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21864, "Shape__Length": 54.564481832778746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216817979009207, 40.022167725027401 ], [ -75.217167476267505, 40.022430906061999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11335, "tnode_": 11300, "lpoly_": null, "rpoly_": null, "length": 135.97239496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4024, "l_t_add": 4032, "r_f_add": 4025, "r_t_add": 4033, "st_code": 25840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21865, "Shape__Length": 54.153149686268613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216476505523602, 40.021902395314498 ], [ -75.216817979009207, 40.022167725027401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11385, "tnode_": 11335, "lpoly_": null, "rpoly_": null, "length": 198.60172433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4000, "l_t_add": 4022, "r_f_add": 4001, "r_t_add": 4023, "st_code": 25840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600379, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21866, "Shape__Length": 79.104240064341667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215991442863995, 40.021504713525502 ], [ -75.216476505523602, 40.021902395314498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11447, "tnode_": 11385, "lpoly_": null, "rpoly_": null, "length": 219.2598913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3926, "l_t_add": 3998, "r_f_add": 3933, "r_t_add": 3999, "st_code": 25840, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21867, "Shape__Length": 87.32168946100964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215439092242804, 40.021078172954802 ], [ -75.215991442863995, 40.021504713525502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11511, "tnode_": 11447, "lpoly_": null, "rpoly_": null, "length": 240.19584451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3900, "l_t_add": 3924, "r_f_add": 3901, "r_t_add": 3931, "st_code": 25840, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21868, "Shape__Length": 95.664587151532743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214843173123299, 40.020603990533999 ], [ -75.215439092242804, 40.021078172954802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11026, "tnode_": 10904, "lpoly_": null, "rpoly_": null, "length": 436.85243084999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 74500, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATION ST", "stname": "STATION ST", "objectid": 21869, "Shape__Length": 173.99553861671589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219831445817405, 40.023928762031296 ], [ -75.2209184391061, 40.024788850730801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11066, "tnode_": 11026, "lpoly_": null, "rpoly_": null, "length": 139.45782616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 107, "st_code": 64100, "l_hundred": 100, "r_hundred": 100, "seg_id": 600383, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21870, "Shape__Length": 55.536682265381387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220191293572995, 40.023664147073703 ], [ -75.219831445817405, 40.023928762031296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10988, "tnode_": 10939, "lpoly_": null, "rpoly_": null, "length": 177.13035678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 118, "l_t_add": 138, "r_f_add": 119, "r_t_add": 139, "st_code": 64100, "l_hundred": 100, "r_hundred": 100, "seg_id": 600384, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21871, "Shape__Length": 70.543491450686332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219503612030195, 40.024177905750797 ], [ -75.219052568542395, 40.024518772205198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11010, "tnode_": 10932, "lpoly_": null, "rpoly_": null, "length": 220.93195926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 67620, "l_hundred": 0, "r_hundred": 0, "seg_id": 600386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21872, "Shape__Length": 87.96031665312276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222018183624996, 40.024207181382401 ], [ -75.2215174489845, 40.024557359066598 ], [ -75.221489134538302, 40.024571985021801 ], [ -75.221449005439993, 40.024584317281303 ], [ -75.221415369903994, 40.024590679239999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11036, "tnode_": 10948, "lpoly_": null, "rpoly_": null, "length": 284.95714389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 132, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 45840, "l_hundred": 100, "r_hundred": 100, "seg_id": 600387, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2013-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21873, "Shape__Length": 113.48367116986991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218173407360595, 40.023834594861803 ], [ -75.217444228657001, 40.024380156357402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11036, "tnode_": 10939, "lpoly_": null, "rpoly_": null, "length": 350.3442356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4146, "l_t_add": 4198, "r_f_add": 4123, "r_t_add": 4199, "st_code": 12840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600388, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLE ST", "stname": "APPLE ST", "objectid": 21874, "Shape__Length": 139.53493222495231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218173407360595, 40.023834594861803 ], [ -75.219052568542395, 40.024518772205198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11079, "tnode_": 10998, "lpoly_": null, "rpoly_": null, "length": 251.5964434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 82320, "l_hundred": 100, "r_hundred": 100, "seg_id": 600390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WENDOVER ST", "stname": "WENDOVER ST", "objectid": 21875, "Shape__Length": 100.20532910504765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2177371572932, 40.023508721944303 ], [ -75.217106188433803, 40.024000352500899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11079, "tnode_": 11036, "lpoly_": null, "rpoly_": null, "length": 170.35064086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4124, "l_t_add": 4144, "r_f_add": 4115, "r_t_add": 4121, "st_code": 12840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLE ST", "stname": "APPLE ST", "objectid": 21876, "Shape__Length": 67.841187872369929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2177371572932, 40.023508721944303 ], [ -75.218173407360595, 40.023834594861803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11083, "tnode_": 11036, "lpoly_": null, "rpoly_": null, "length": 167.38412635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 114, "l_t_add": 130, "r_f_add": 117, "r_t_add": 129, "st_code": 45840, "l_hundred": 100, "r_hundred": 100, "seg_id": 600392, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2013-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21877, "Shape__Length": 66.6600651460639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218601628596005, 40.023514055344599 ], [ -75.218173407360595, 40.023834594861803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11092, "tnode_": 11058, "lpoly_": null, "rpoly_": null, "length": 96.81713061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4100, "l_t_add": 4110, "r_f_add": 4101, "r_t_add": 4109, "st_code": 77640, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 21878, "Shape__Length": 38.568028556352651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216243951198507, 40.023428506509603 ], [ -75.216473403002794, 40.023627297163998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11136, "tnode_": 11058, "lpoly_": null, "rpoly_": null, "length": 279.56383937000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNSIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19940, "l_hundred": 100, "r_hundred": 100, "seg_id": 600394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNSIDE ST", "stname": "BURNSIDE ST", "objectid": 21879, "Shape__Length": 111.32021469371372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217211216309295, 40.023110383093801 ], [ -75.216473403002794, 40.023627297163998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11136, "tnode_": 11079, "lpoly_": null, "rpoly_": null, "length": 206.76748126000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4102, "l_t_add": 4122, "r_f_add": 4103, "r_t_add": 4113, "st_code": 12840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLE ST", "stname": "APPLE ST", "objectid": 21880, "Shape__Length": 82.345795857102999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217211216309295, 40.023110383093801 ], [ -75.2177371572932, 40.023508721944303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11159, "tnode_": 11130, "lpoly_": null, "rpoly_": null, "length": 109.97084722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 102, "r_f_add": 101, "r_t_add": 103, "st_code": 45840, "l_hundred": 100, "r_hundred": 100, "seg_id": 600396, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2013-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21881, "Shape__Length": 43.800177696396425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219307029970494, 40.0229722930967 ], [ -75.219033909722896, 40.023189186201598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11256, "tnode_": 11130, "lpoly_": null, "rpoly_": null, "length": 396.11095636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 74500, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATION ST", "stname": "STATION ST", "objectid": 21882, "Shape__Length": 157.75140532027126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218026579518707, 40.022425901165001 ], [ -75.219033909722896, 40.023189186201598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10867, "tnode_": 10785, "lpoly_": null, "rpoly_": null, "length": 241.12196509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4140, "l_t_add": 4160, "r_f_add": 4153, "r_t_add": 4199, "st_code": 76960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600398, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21883, "Shape__Length": 96.030720614888423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216708035800195, 40.024952056209997 ], [ -75.217320577082504, 40.025417204117197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11012, "tnode_": 10867, "lpoly_": null, "rpoly_": null, "length": 536.8292596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4138, "r_f_add": 4101, "r_t_add": 4151, "st_code": 76960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600400, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21884, "Shape__Length": 213.80212891769764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2153502141296, 40.023912178970001 ], [ -75.2159827273356, 40.024378984394303 ], [ -75.216708035800195, 40.024952056209997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11166, "tnode_": 11012, "lpoly_": null, "rpoly_": null, "length": 470.7266173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3940, "l_t_add": 3998, "r_f_add": 3937, "r_t_add": 3999, "st_code": 76960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600401, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21885, "Shape__Length": 187.61815747073808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214421883051898, 40.022834959091597 ], [ -75.2153502141296, 40.023912178970001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11251, "tnode_": 11166, "lpoly_": null, "rpoly_": null, "length": 197.44217358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3926, "l_t_add": 3938, "r_f_add": 3933, "r_t_add": 3935, "st_code": 76960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600402, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21886, "Shape__Length": 78.708048543714867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214062802310494, 40.022368532961103 ], [ -75.214421883051898, 40.022834959091597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11334, "tnode_": 11251, "lpoly_": null, "rpoly_": null, "length": 216.2912424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3918, "l_t_add": 3924, "r_f_add": 3921, "r_t_add": 3931, "st_code": 76960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21887, "Shape__Length": 86.228073805034512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213684662733797, 40.021850832221702 ], [ -75.214062802310494, 40.022368532961103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11401, "tnode_": 11334, "lpoly_": null, "rpoly_": null, "length": 228.82260123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3916, "r_f_add": 3901, "r_t_add": 3919, "st_code": 76960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21888, "Shape__Length": 91.215930527963863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213268070866903, 40.021310478275801 ], [ -75.213684662733797, 40.021850832221702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11227, "tnode_": 11166, "lpoly_": null, "rpoly_": null, "length": 208.82675494999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 160, "l_t_add": 184, "r_f_add": 159, "r_t_add": 177, "st_code": 53600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600405, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21889, "Shape__Length": 83.085211559781072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215068072489601, 40.022548935686402 ], [ -75.214421883051898, 40.022834959091597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11250, "tnode_": 11116, "lpoly_": null, "rpoly_": null, "length": 504.10395248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 47800, "l_hundred": 100, "r_hundred": 100, "seg_id": 600406, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 21890, "Shape__Length": 200.61690184129921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217167476267505, 40.022430906061999 ], [ -75.215675018646294, 40.023204464252302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11335, "tnode_": 11227, "lpoly_": null, "rpoly_": null, "length": 459.42169093000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 158, "r_f_add": 101, "r_t_add": 157, "st_code": 53600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21891, "Shape__Length": 182.79735453238891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216476505523602, 40.021902395314498 ], [ -75.215068072489601, 40.022548935686402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11116, "tnode_": 11065, "lpoly_": null, "rpoly_": null, "length": 154.79808815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4054, "l_t_add": 4098, "r_f_add": 4051, "r_t_add": 4099, "st_code": 18300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600408, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21892, "Shape__Length": 61.691640398947229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215675018646294, 40.023204464252302 ], [ -75.215993306708398, 40.023551874709803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11174, "tnode_": 11116, "lpoly_": null, "rpoly_": null, "length": 165.74943271000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4032, "l_t_add": 4052, "r_f_add": 4033, "r_t_add": 4049, "st_code": 18300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21893, "Shape__Length": 66.054851887048926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215332486770393, 40.022833415206101 ], [ -75.215675018646294, 40.023204464252302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11227, "tnode_": 11174, "lpoly_": null, "rpoly_": null, "length": 127.37080886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4000, "l_t_add": 4030, "r_f_add": 4001, "r_t_add": 4031, "st_code": 18300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21894, "Shape__Length": 50.759259242988342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215068072489601, 40.022548935686402 ], [ -75.215332486770393, 40.022833415206101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11300, "tnode_": 11174, "lpoly_": null, "rpoly_": null, "length": 481.55331400999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 27600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAVIS ST", "stname": "DAVIS ST", "objectid": 21895, "Shape__Length": 191.59700382811997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216817979009207, 40.022167725027401 ], [ -75.215332486770393, 40.022833415206101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10867, "tnode_": 10746, "lpoly_": null, "rpoly_": null, "length": 506.60625205000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 206, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 45840, "l_hundred": 200, "r_hundred": 200, "seg_id": 600412, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21896, "Shape__Length": 201.56484056007704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216708035800195, 40.024952056209997 ], [ -75.215134290192793, 40.025637792559003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10888, "tnode_": 10831, "lpoly_": null, "rpoly_": null, "length": 144.07345597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4106, "l_t_add": 4116, "r_f_add": 4101, "r_t_add": 4113, "st_code": 53120, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600413, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21897, "Shape__Length": 57.431577175461058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214451544034006, 40.024740733873003 ], [ -75.214721466851202, 40.025077419424598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11207, "tnode_": 10995, "lpoly_": null, "rpoly_": null, "length": 607.17631511999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4000, "l_t_add": 4076, "r_f_add": 4001, "r_t_add": 4077, "st_code": 53120, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600416, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21898, "Shape__Length": 242.05981380929279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212831356946893, 40.022583463857899 ], [ -75.213905117786894, 40.024031444766301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11382, "tnode_": 11207, "lpoly_": null, "rpoly_": null, "length": 467.86008578000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 53120, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600417, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21899, "Shape__Length": 186.50829999084493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211986824227793, 40.021475347369503 ], [ -75.212831356946893, 40.022583463857899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11458, "tnode_": 11382, "lpoly_": null, "rpoly_": null, "length": 237.96585653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3860, "l_t_add": 3898, "r_f_add": 3853, "r_t_add": 3899, "st_code": 53120, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600418, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 21900, "Shape__Length": 94.865606096772211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211565865215803, 40.020907913518997 ], [ -75.211986824227793, 40.021475347369503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10930, "tnode_": 10877, "lpoly_": null, "rpoly_": null, "length": 155.02516515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4042, "l_t_add": 4076, "r_f_add": 4021, "r_t_add": 4087, "st_code": 63620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600419, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21901, "Shape__Length": 61.798341964352147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212040562988406, 40.024381615239697 ], [ -75.212327885435897, 40.024745359948398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10989, "tnode_": 10930, "lpoly_": null, "rpoly_": null, "length": 150.30765715000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4028, "l_t_add": 4040, "r_f_add": 4007, "r_t_add": 4019, "st_code": 63620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600420, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21902, "Shape__Length": 59.924253113468303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211777284262794, 40.024022060135202 ], [ -75.212040562988406, 40.024381615239697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11091, "tnode_": 10989, "lpoly_": null, "rpoly_": null, "length": 304.22914861000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4000, "l_t_add": 4026, "r_f_add": 4001, "r_t_add": 4005, "st_code": 63620, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600421, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21903, "Shape__Length": 121.27659011327687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211217893264006, 40.023306159410097 ], [ -75.211777284262794, 40.024022060135202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11218, "tnode_": 11091, "lpoly_": null, "rpoly_": null, "length": 337.48997541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 63620, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600422, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 21904, "Shape__Length": 134.54424216837691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210620303825195, 40.0225016535394 ], [ -75.211217893264006, 40.023306159410097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11218, "tnode_": 11085, "lpoly_": null, "rpoly_": null, "length": 549.7731642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 458, "r_f_add": 401, "r_t_add": 459, "st_code": 42140, "l_hundred": 400, "r_hundred": 400, "seg_id": 600424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 21905, "Shape__Length": 218.74471236024101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210620303825195, 40.0225016535394 ], [ -75.2102772511886, 40.022660320519599 ], [ -75.209739737522298, 40.022905486073398 ], [ -75.208929156415905, 40.0232678910847 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11270, "tnode_": 11218, "lpoly_": null, "rpoly_": null, "length": 230.03459911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 42140, "l_hundred": 300, "r_hundred": 300, "seg_id": 600425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 21906, "Shape__Length": 91.518358077937876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2113377069455, 40.022194170792503 ], [ -75.210620303825195, 40.0225016535394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11401, "tnode_": 11373, "lpoly_": null, "rpoly_": null, "length": 169.04616946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 213, "st_code": 42140, "l_hundred": 200, "r_hundred": 200, "seg_id": 600426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 21907, "Shape__Length": 67.261837513397893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213268070866903, 40.021310478275801 ], [ -75.2127519017927, 40.021551013099497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11454, "tnode_": 11401, "lpoly_": null, "rpoly_": null, "length": 224.28928862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 128, "l_t_add": 198, "r_f_add": 129, "r_t_add": 199, "st_code": 42140, "l_hundred": 100, "r_hundred": 100, "seg_id": 600427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 21908, "Shape__Length": 89.232713849248142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213965377409494, 40.021007706531101 ], [ -75.213268070866903, 40.021310478275801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11125, "tnode_": 10965, "lpoly_": null, "rpoly_": null, "length": 500.50265625999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 28420, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600428, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 21909, "Shape__Length": 199.48258890276162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213832627651996, 40.0230899670903 ], [ -75.214828466887298, 40.024230825004601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11385, "tnode_": 11251, "lpoly_": null, "rpoly_": null, "length": 625.12900418000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 30460, "l_hundred": 100, "r_hundred": 100, "seg_id": 600430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EAST ST", "stname": "EAST ST", "objectid": 21910, "Shape__Length": 248.7196151813792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215991442863995, 40.021504713525502 ], [ -75.214062802310494, 40.022368532961103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11251, "tnode_": 11206, "lpoly_": null, "rpoly_": null, "length": 165.86858955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 30460, "l_hundred": 200, "r_hundred": 200, "seg_id": 600432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EAST ST", "stname": "EAST ST", "objectid": 21911, "Shape__Length": 65.99361232435173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214062802310494, 40.022368532961103 ], [ -75.213549841565694, 40.0225961156724 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11373, "tnode_": 11206, "lpoly_": null, "rpoly_": null, "length": 441.45768329000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 53200, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600433, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANOR ST", "stname": "MANOR ST", "objectid": 21912, "Shape__Length": 175.98285489021808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2127519017927, 40.021551013099497 ], [ -75.213549841565694, 40.0225961156724 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10709, "tnode_": 10642, "lpoly_": null, "rpoly_": null, "length": 274.82248703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 446, "l_t_add": 458, "r_f_add": 435, "r_t_add": 463, "st_code": 72760, "l_hundred": 400, "r_hundred": 400, "seg_id": 600434, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21913, "Shape__Length": 109.3633354237912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211943455395797, 40.025750711843202 ], [ -75.211113405424001, 40.026153137525299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10775, "tnode_": 10709, "lpoly_": null, "rpoly_": null, "length": 271.57393543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 444, "r_f_add": 401, "r_t_add": 433, "st_code": 72760, "l_hundred": 400, "r_hundred": 400, "seg_id": 600435, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21914, "Shape__Length": 108.06714814065688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212767467975397, 40.0253576876718 ], [ -75.211943455395797, 40.025750711843202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10877, "tnode_": 10760, "lpoly_": null, "rpoly_": null, "length": 549.08382309000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 452, "r_f_add": 401, "r_t_add": 459, "st_code": 47800, "l_hundred": 400, "r_hundred": 400, "seg_id": 600436, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 21915, "Shape__Length": 218.47718193557193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212327885435897, 40.024745359948398 ], [ -75.210638199134493, 40.025509901428002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10930, "tnode_": 10805, "lpoly_": null, "rpoly_": null, "length": 546.30108626000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAOMI", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 58780, "l_hundred": 400, "r_hundred": 400, "seg_id": 600437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAOMI ST", "stname": "NAOMI ST", "objectid": 21916, "Shape__Length": 217.36517084018317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212040562988406, 40.024381615239697 ], [ -75.210354714964197, 40.025136064062799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10940, "tnode_": 10877, "lpoly_": null, "rpoly_": null, "length": 277.55293045000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 320, "l_t_add": 398, "r_f_add": 307, "r_t_add": 399, "st_code": 47800, "l_hundred": 300, "r_hundred": 300, "seg_id": 600438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 21917, "Shape__Length": 110.43886653184325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213177829883193, 40.024353517048098 ], [ -75.212327885435897, 40.024745359948398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10989, "tnode_": 10862, "lpoly_": null, "rpoly_": null, "length": 548.07268738999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 468, "r_f_add": 401, "r_t_add": 459, "st_code": 53600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21918, "Shape__Length": 218.06828709487007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211777284262794, 40.024022060135202 ], [ -75.210085154093605, 40.024777866196096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10995, "tnode_": 10940, "lpoly_": null, "rpoly_": null, "length": 235.0588291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 305, "st_code": 47800, "l_hundred": 300, "r_hundred": 300, "seg_id": 600440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 21919, "Shape__Length": 93.524211607004005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213905117786894, 40.024031444766301 ], [ -75.213177829883193, 40.024353517048098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11048, "tnode_": 10989, "lpoly_": null, "rpoly_": null, "length": 278.68726657000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 53600, "l_hundred": 300, "r_hundred": 300, "seg_id": 600441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21920, "Shape__Length": 110.88485642894189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212635807511603, 40.023637490135002 ], [ -75.212353756514304, 40.023783961030396 ], [ -75.2121379308782, 40.023881892037998 ], [ -75.211777284262794, 40.024022060135202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11166, "tnode_": 11125, "lpoly_": null, "rpoly_": null, "length": 189.3790517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 186, "l_t_add": 198, "r_f_add": 179, "r_t_add": 199, "st_code": 53600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21921, "Shape__Length": 75.34543594776531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214421883051898, 40.022834959091597 ], [ -75.213832627651996, 40.0230899670903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10843, "tnode_": 10825, "lpoly_": null, "rpoly_": null, "length": 54.2126694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4110, "r_f_add": 4101, "r_t_add": 4101, "st_code": 49440, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 21922, "Shape__Length": 21.611867345105782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213551467344402, 40.024981269637998 ], [ -75.213650427082598, 40.0251091735852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10888, "tnode_": 10825, "lpoly_": null, "rpoly_": null, "length": 261.43995754000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNSIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 19940, "l_hundred": 300, "r_hundred": 300, "seg_id": 600444, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNSIDE ST", "stname": "BURNSIDE ST", "objectid": 21923, "Shape__Length": 104.02767083498182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214451544034006, 40.024740733873003 ], [ -75.213650427082598, 40.0251091735852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10273, "tnode_": 10207, "lpoly_": null, "rpoly_": null, "length": 316.22259727000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 484, "l_t_add": 498, "r_f_add": 485, "r_t_add": 499, "st_code": 64100, "l_hundred": 400, "r_hundred": 400, "seg_id": 600445, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21924, "Shape__Length": 125.80348464122308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211263560682596, 40.028107645834801 ], [ -75.210257399851798, 40.028501674116299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10362, "tnode_": 10273, "lpoly_": null, "rpoly_": null, "length": 320.31604498999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 452, "l_t_add": 482, "r_f_add": 453, "r_t_add": 483, "st_code": 64100, "l_hundred": 400, "r_hundred": 400, "seg_id": 600446, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 21925, "Shape__Length": 127.44551863025158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212264356321896, 40.027681911292497 ], [ -75.211263560682596, 40.028107645834801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10585, "tnode_": 10273, "lpoly_": null, "rpoly_": null, "length": 637.53323257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 55720, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERRICK ST", "stname": "MERRICK ST", "objectid": 21926, "Shape__Length": 254.28117655716449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210408596912401, 40.026485650565199 ], [ -75.211263560682596, 40.028107645834801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10494, "tnode_": 10296, "lpoly_": null, "rpoly_": null, "length": 681.07645261000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 81100, "l_hundred": 500, "r_hundred": 500, "seg_id": 600448, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT LN", "stname": "WALNUT LN", "objectid": 21927, "Shape__Length": 271.00379467329759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209439261331596, 40.026978661365 ], [ -75.209348748613394, 40.027048164209901 ], [ -75.207342888979497, 40.027919718251503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10585, "tnode_": 10494, "lpoly_": null, "rpoly_": null, "length": 327.69743035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 484, "l_t_add": 498, "r_f_add": 487, "r_t_add": 499, "st_code": 72760, "l_hundred": 400, "r_hundred": 400, "seg_id": 600449, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21928, "Shape__Length": 130.41788395263765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210408596912401, 40.026485650565199 ], [ -75.209512432864798, 40.026903741850198 ], [ -75.209439261331596, 40.026978661365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10642, "tnode_": 10585, "lpoly_": null, "rpoly_": null, "length": 231.58617210999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 460, "l_t_add": 482, "r_f_add": 465, "r_t_add": 485, "st_code": 72760, "l_hundred": 400, "r_hundred": 400, "seg_id": 600450, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 21929, "Shape__Length": 92.154305050686858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211113405424001, 40.026153137525299 ], [ -75.210408596912401, 40.026485650565199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10760, "tnode_": 10642, "lpoly_": null, "rpoly_": null, "length": 269.47536108000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4038, "l_t_add": 4098, "r_f_add": 4027, "r_t_add": 4099, "st_code": 56480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21930, "Shape__Length": 107.43490004227075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210638199134493, 40.025509901428002 ], [ -75.211113405424001, 40.026153137525299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10805, "tnode_": 10760, "lpoly_": null, "rpoly_": null, "length": 157.63463257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4026, "l_t_add": 4036, "r_f_add": 4015, "r_t_add": 4025, "st_code": 56480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21931, "Shape__Length": 62.84316468388888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210354714964197, 40.025136064062799 ], [ -75.210638199134493, 40.025509901428002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10862, "tnode_": 10805, "lpoly_": null, "rpoly_": null, "length": 150.7499269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4020, "l_t_add": 4024, "r_f_add": 4011, "r_t_add": 4013, "st_code": 56480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600453, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 21932, "Shape__Length": 60.098842258869503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210085154093605, 40.024777866196096 ], [ -75.210354714964197, 40.025136064062799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10760, "tnode_": 10622, "lpoly_": null, "rpoly_": null, "length": 514.4326729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 454, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 47800, "l_hundred": 400, "r_hundred": 400, "seg_id": 600455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 21933, "Shape__Length": 204.67757158308297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210638199134493, 40.025509901428002 ], [ -75.209036379386006, 40.026201122252402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10862, "tnode_": 10751, "lpoly_": null, "rpoly_": null, "length": 473.24562365000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 470, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 53600, "l_hundred": 400, "r_hundred": 400, "seg_id": 600456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 21934, "Shape__Length": 188.29777200641468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210085154093605, 40.024777866196096 ], [ -75.209248902841495, 40.025155797107701 ], [ -75.208623879429098, 40.025430233377897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11091, "tnode_": 10972, "lpoly_": null, "rpoly_": null, "length": 546.17608315000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 446, "r_f_add": 401, "r_t_add": 445, "st_code": 71960, "l_hundred": 400, "r_hundred": 400, "seg_id": 600457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 21935, "Shape__Length": 217.30969929055618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211217893264006, 40.023306159410097 ], [ -75.210027912447899, 40.023850614784301 ], [ -75.209529537866899, 40.024055945234203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11679, "tnode_": 11598, "lpoly_": null, "rpoly_": null, "length": 266.97972690999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3782, "l_t_add": 3796, "r_f_add": 3777, "r_t_add": 3799, "st_code": 25840, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600458, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21936, "Shape__Length": 106.42039457571656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213439537827597, 40.019233487165202 ], [ -75.2139322411834, 40.019860885175298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11738, "tnode_": 11679, "lpoly_": null, "rpoly_": null, "length": 241.56067772999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3762, "l_t_add": 3780, "r_f_add": 3757, "r_t_add": 3775, "st_code": 25840, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21937, "Shape__Length": 96.291279297584268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213002593683598, 40.0186617725088 ], [ -75.213439537827597, 40.019233487165202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11671, "tnode_": 11604, "lpoly_": null, "rpoly_": null, "length": 337.40934926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 27620, "l_hundred": 200, "r_hundred": 200, "seg_id": 600461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAWSON ST", "stname": "DAWSON ST", "objectid": 21938, "Shape__Length": 134.24005685482646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211698616005293, 40.019256616842 ], [ -75.210657782493598, 40.0197229901813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11706, "tnode_": 11671, "lpoly_": null, "rpoly_": null, "length": 215.5200673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 119, "l_t_add": 199, "r_f_add": 118, "r_t_add": 198, "st_code": 27620, "l_hundred": 100, "r_hundred": 100, "seg_id": 600462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAWSON ST", "stname": "DAWSON ST", "objectid": 21939, "Shape__Length": 85.747370818841674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212360705673106, 40.018955137233 ], [ -75.211698616005293, 40.019256616842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11738, "tnode_": 11706, "lpoly_": null, "rpoly_": null, "length": 209.14627346999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 116, "st_code": 27620, "l_hundred": 100, "r_hundred": 100, "seg_id": 600463, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAWSON ST", "stname": "DAWSON ST", "objectid": 21940, "Shape__Length": 83.211581293426917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213002593683598, 40.0186617725088 ], [ -75.212360705673106, 40.018955137233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11522, "tnode_": 11401, "lpoly_": null, "rpoly_": null, "length": 361.33260356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3852, "l_t_add": 3898, "r_f_add": 3849, "r_t_add": 3899, "st_code": 76960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600464, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21941, "Shape__Length": 144.03857959163489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212613459124299, 40.0204557457037 ], [ -75.213268070866903, 40.021310478275801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11671, "tnode_": 11522, "lpoly_": null, "rpoly_": null, "length": 506.42482808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3850, "r_f_add": 3801, "r_t_add": 3847, "st_code": 76960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600465, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21942, "Shape__Length": 201.87504769411814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211698616005293, 40.019256616842 ], [ -75.212613459124299, 40.0204557457037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11571, "tnode_": 11454, "lpoly_": null, "rpoly_": null, "length": 367.37439486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 72180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARP ST", "stname": "SHARP ST", "objectid": 21943, "Shape__Length": 146.4593713360145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213329685985798, 40.020125565028899 ], [ -75.213965377409494, 40.021007706531101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11641, "tnode_": 27528, "lpoly_": null, "rpoly_": null, "length": 268.36177250999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3732, "l_t_add": 3798, "r_f_add": 3727, "r_t_add": 3799, "st_code": 72180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARP ST", "stname": "SHARP ST", "objectid": 21944, "Shape__Length": 106.97804349282072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212784277046197, 40.019518120159098 ], [ -75.213265468839793, 40.020155169647502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11679, "tnode_": 11641, "lpoly_": null, "rpoly_": null, "length": 210.79049237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 39880, "l_hundred": 100, "r_hundred": 100, "seg_id": 600468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 21945, "Shape__Length": 83.860113349475242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213439537827597, 40.019233487165202 ], [ -75.212784277046197, 40.019518120159098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11706, "tnode_": 11641, "lpoly_": null, "rpoly_": null, "length": 236.92600776999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARP", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3700, "l_t_add": 3730, "r_f_add": 3701, "r_t_add": 3725, "st_code": 72180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARP ST", "stname": "SHARP ST", "objectid": 21946, "Shape__Length": 94.446410017567388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212360705673106, 40.018955137233 ], [ -75.212784277046197, 40.019518120159098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11458, "tnode_": 11384, "lpoly_": null, "rpoly_": null, "length": 327.18894833999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 301, "l_t_add": 325, "r_f_add": 300, "r_t_add": 324, "st_code": 70680, "l_hundred": 300, "r_hundred": 300, "seg_id": 600470, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 21947, "Shape__Length": 130.17599967596277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211565865215803, 40.020907913518997 ], [ -75.211093713085205, 40.021120408965601 ], [ -75.2105552720123, 40.021358476549104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29749, "tnode_": 11458, "lpoly_": null, "rpoly_": null, "length": 142.25402212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 153, "l_t_add": 199, "r_f_add": 158, "r_t_add": 198, "st_code": 70680, "l_hundred": 100, "r_hundred": 100, "seg_id": 600471, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 21948, "Shape__Length": 56.594509838980017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212008737286993, 40.020716718321097 ], [ -75.211565865215803, 40.020907913518997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27528, "tnode_": 11522, "lpoly_": null, "rpoly_": null, "length": 212.92355173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 117, "l_t_add": 127, "r_f_add": 114, "r_t_add": 152, "st_code": 70680, "l_hundred": 100, "r_hundred": 100, "seg_id": 600473, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 21949, "Shape__Length": 84.717408268315651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213265468839793, 40.020155169647502 ], [ -75.212613459124299, 40.0204557457037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11598, "tnode_": 11571, "lpoly_": null, "rpoly_": null, "length": 194.36359517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 112, "st_code": 70680, "l_hundred": 100, "r_hundred": 100, "seg_id": 600474, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 21950, "Shape__Length": 77.326860018427894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2139322411834, 40.019860885175298 ], [ -75.213329685985798, 40.020125565028899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11511, "tnode_": 11454, "lpoly_": null, "rpoly_": null, "length": 286.47850536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 127, "st_code": 42140, "l_hundred": 100, "r_hundred": 100, "seg_id": 600475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 21951, "Shape__Length": 113.98367027747497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214843173123299, 40.020603990533999 ], [ -75.213965377409494, 40.021007706531101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11447, "tnode_": 11334, "lpoly_": null, "rpoly_": null, "length": 566.27198035999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 71960, "l_hundred": 100, "r_hundred": 100, "seg_id": 600476, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 21952, "Shape__Length": 225.29501765646725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215439092242804, 40.021078172954802 ], [ -75.213684662733797, 40.021850832221702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11384, "tnode_": 11314, "lpoly_": null, "rpoly_": null, "length": 427.68188419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 327, "l_t_add": 399, "r_f_add": 326, "r_t_add": 398, "st_code": 70680, "l_hundred": 300, "r_hundred": 300, "seg_id": 600477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 21953, "Shape__Length": 170.14436729981779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2105552720123, 40.021358476549104 ], [ -75.210031394138298, 40.021597791841501 ], [ -75.209550681170697, 40.021812904721102 ], [ -75.209397838334198, 40.021878348950899 ], [ -75.209325766872993, 40.021890518996003 ], [ -75.209215646602004, 40.021909047041603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11740, "tnode_": 11604, "lpoly_": null, "rpoly_": null, "length": 429.82818774000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5245, "st_code": 68280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 600478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21954, "Shape__Length": 171.41913349967228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211225197373594, 40.018627920451699 ], [ -75.211024117023101, 40.0190407440911 ], [ -75.210843253930605, 40.019405318101199 ], [ -75.210790606060201, 40.019521297508902 ], [ -75.210657782493598, 40.0197229901813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11839, "tnode_": 11828, "lpoly_": null, "rpoly_": null, "length": 50.61212454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 105, "r_f_add": 100, "r_t_add": 104, "st_code": 61860, "l_hundred": 100, "r_hundred": 100, "seg_id": 600479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSBORN ST", "stname": "OSBORN ST", "objectid": 21955, "Shape__Length": 20.130980478743727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211360479769098, 40.017815692460204 ], [ -75.211198136254595, 40.017876708527602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11862, "tnode_": 11839, "lpoly_": null, "rpoly_": null, "length": 182.506779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 61860, "l_hundred": 0, "r_hundred": 0, "seg_id": 600481, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSBORN ST", "stname": "OSBORN ST", "objectid": 21956, "Shape__Length": 72.603657201512249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211930890056493, 40.017573499024898 ], [ -75.211360479769098, 40.017815692460204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11100, "tnode_": 11138, "lpoly_": null, "rpoly_": null, "length": 136.32382347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51300, "l_hundred": 0, "r_hundred": 0, "seg_id": 600482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCK ST", "stname": "LOCK ST", "objectid": 21957, "Shape__Length": 54.29301742844563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219831030941705, 40.0233781666646 ], [ -75.220175099252899, 40.023113455526101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11154, "tnode_": 11136, "lpoly_": null, "rpoly_": null, "length": 56.07257128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4100, "l_t_add": 4100, "r_f_add": 4101, "r_t_add": 4101, "st_code": 12840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APPLE ST", "stname": "APPLE ST", "objectid": 21958, "Shape__Length": 22.337885760281502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217080047217607, 40.022994092107503 ], [ -75.217211216309295, 40.023110383093801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10483, "tnode_": 10409, "lpoly_": null, "rpoly_": null, "length": 197.25014031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 50460, "l_hundred": 200, "r_hundred": 200, "seg_id": 600484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERING ST", "stname": "LEVERING ST", "objectid": 21959, "Shape__Length": 78.495449570564929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221839170388904, 40.027272729547299 ], [ -75.221242994827904, 40.0275610702218 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9412, "tnode_": 9337, "lpoly_": null, "rpoly_": null, "length": 153.8011319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4618, "l_t_add": 4638, "r_f_add": 4617, "r_t_add": 4627, "st_code": 72880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21960, "Shape__Length": 61.326424838983343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225102790358505, 40.032501303407301 ], [ -75.225368049169106, 40.032871002577799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9539, "tnode_": 9412, "lpoly_": null, "rpoly_": null, "length": 249.0551782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4600, "l_t_add": 4616, "r_f_add": 4601, "r_t_add": 4615, "st_code": 72880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 21961, "Shape__Length": 99.301749845231811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2246606521377, 40.031908082289704 ], [ -75.225102790358505, 40.032501303407301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9850, "tnode_": 9706, "lpoly_": null, "rpoly_": null, "length": 288.60427065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAT ROCK", "st_type": "RD", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4800, "l_t_add": 7200, "r_f_add": 4801, "r_t_add": 7201, "st_code": 34360, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600487, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAT ROCK RD", "stname": "FLAT ROCK RD", "objectid": 21962, "Shape__Length": 114.97050440945897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234283722983605, 40.030858817654803 ], [ -75.234985720899104, 40.031438863661698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10097, "tnode_": 9920, "lpoly_": null, "rpoly_": null, "length": 597.61524008999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 67620, "l_hundred": 500, "r_hundred": 500, "seg_id": 600489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 21963, "Shape__Length": 237.78748025362407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210591635752493, 40.0290391352803 ], [ -75.208776545169599, 40.029823757325403 ], [ -75.208732658064307, 40.029844715684298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10277, "tnode_": 10130, "lpoly_": null, "rpoly_": null, "length": 626.47166363999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 548, "r_f_add": 501, "r_t_add": 547, "st_code": 45840, "l_hundred": 500, "r_hundred": 500, "seg_id": 600490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21964, "Shape__Length": 249.26710802102883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209974906720703, 40.028009098037501 ], [ -75.208028172632098, 40.028856345844801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8620, "tnode_": 8345, "lpoly_": null, "rpoly_": null, "length": 1054.8612766799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 42180, "l_hundred": 500, "r_hundred": 500, "seg_id": 600491, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 21965, "Shape__Length": 419.83456137528975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218761857268305, 40.036663949203401 ], [ -75.218535716863897, 40.036754434150502 ], [ -75.215562770246393, 40.038192054331397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9435, "tnode_": 9277, "lpoly_": null, "rpoly_": null, "length": 296.51591212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 72470, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600492, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 21966, "Shape__Length": 118.219142537998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226226015141293, 40.032407509868001 ], [ -75.226767789722501, 40.033106872201401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9700, "tnode_": 9566, "lpoly_": null, "rpoly_": null, "length": 329.20622864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 142, "l_t_add": 198, "r_f_add": 163, "r_t_add": 199, "st_code": 84760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600493, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WRIGHT ST", "stname": "WRIGHT ST", "objectid": 21967, "Shape__Length": 131.05145582373777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230941575546694, 40.031483255806599 ], [ -75.229995910256207, 40.0320201375606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9809, "tnode_": 9700, "lpoly_": null, "rpoly_": null, "length": 244.97923504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4664, "l_t_add": 4698, "r_f_add": 4663, "r_t_add": 4699, "st_code": 78840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600494, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21968, "Shape__Length": 97.640429378034952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230433314137997, 40.030935900711299 ], [ -75.230941575546694, 40.031483255806599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9700, "tnode_": 9684, "lpoly_": null, "rpoly_": null, "length": 30.65151586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78840, "l_hundred": 0, "r_hundred": 0, "seg_id": 600495, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21969, "Shape__Length": 12.21505389386502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230941575546694, 40.031483255806599 ], [ -75.231008335176696, 40.031549935813203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9684, "tnode_": 9605, "lpoly_": null, "rpoly_": null, "length": 208.94336852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4710, "r_f_add": 4701, "r_t_add": 4721, "st_code": 78840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600496, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 21970, "Shape__Length": 83.178644150735352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231008335176696, 40.031549935813203 ], [ -75.231128255124901, 40.031664444174098 ], [ -75.2312318941092, 40.031717999888997 ], [ -75.231357594600894, 40.031776312725199 ], [ -75.231601345404599, 40.031887175048404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28040, "tnode_": 9684, "lpoly_": null, "rpoly_": null, "length": 128.81370452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 136, "l_t_add": 140, "r_f_add": 151, "r_t_add": 161, "st_code": 84760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600497, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WRIGHT ST", "stname": "WRIGHT ST", "objectid": 21971, "Shape__Length": 51.279734133595326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231376377035701, 40.031337814356696 ], [ -75.231008335176696, 40.031549935813203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9046, "tnode_": 8968, "lpoly_": null, "rpoly_": null, "length": 222.99422574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6128, "l_t_add": 6148, "r_f_add": 6125, "r_t_add": 6137, "st_code": 68280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 600499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 21972, "Shape__Length": 88.873101052462033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215938259453594, 40.034125599821401 ], [ -75.216418159797698, 40.034614108917197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9046, "tnode_": 8788, "lpoly_": null, "rpoly_": null, "length": 887.89222117999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 38380, "l_hundred": 500, "r_hundred": 500, "seg_id": 600500, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 21973, "Shape__Length": 353.41247816232965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215938259453594, 40.034125599821401 ], [ -75.215933698705598, 40.034228813088703 ], [ -75.213358410069404, 40.035465467399099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9047, "tnode_": 9138, "lpoly_": null, "rpoly_": null, "length": 278.83004972999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 54000, "l_hundred": 600, "r_hundred": 600, "seg_id": 600501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 21974, "Shape__Length": 111.02650036346409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210153339909695, 40.034023293955599 ], [ -75.2099192172914, 40.0338547965993 ], [ -75.209752808635301, 40.033738957005397 ], [ -75.209632035506402, 40.033647990443001 ], [ -75.209547325052, 40.033588843769103 ], [ -75.209480243617406, 40.033556337625598 ], [ -75.209393414652595, 40.033546868383503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9032, "tnode_": 9047, "lpoly_": null, "rpoly_": null, "length": 335.12223001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 63010, "l_hundred": 600, "r_hundred": 600, "seg_id": 600502, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK TER", "stname": "PARK TER", "objectid": 21975, "Shape__Length": 133.40617570595197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211098417343806, 40.034061100941301 ], [ -75.210822053263001, 40.034201692286203 ], [ -75.210680148728102, 40.0342605996698 ], [ -75.210595415090097, 40.034284976900302 ], [ -75.210502179538594, 40.034287688048501 ], [ -75.210381919251105, 40.034265937676203 ], [ -75.210306244551205, 40.034214150736801 ], [ -75.210227914902902, 40.034150373091101 ], [ -75.210153339909695, 40.034023293955599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10750, "tnode_": 10705, "lpoly_": null, "rpoly_": null, "length": 244.53902287999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4320, "l_t_add": 4338, "r_f_add": 4323, "r_t_add": 4339, "st_code": 25840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21976, "Shape__Length": 97.281266110343822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222253028016098, 40.025724631128 ], [ -75.223031995414402, 40.0260279488772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10808, "tnode_": 10750, "lpoly_": null, "rpoly_": null, "length": 141.9041972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 106, "l_t_add": 112, "r_f_add": 105, "r_t_add": 119, "st_code": 25300, "l_hundred": 100, "r_hundred": 100, "seg_id": 600505, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTON ST", "stname": "COTTON ST", "objectid": 21977, "Shape__Length": 56.582888937702158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222482822043503, 40.025377449538901 ], [ -75.222253028016098, 40.025724631128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10623, "tnode_": 10606, "lpoly_": null, "rpoly_": null, "length": 82.69129365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4368, "l_t_add": 4398, "r_f_add": 4369, "r_t_add": 4399, "st_code": 25840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21978, "Shape__Length": 32.896816960968081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224245706043703, 40.026518882893001 ], [ -75.224508286161594, 40.026622703117297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10649, "tnode_": 10623, "lpoly_": null, "rpoly_": null, "length": 122.389905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4364, "l_t_add": 4366, "r_f_add": 4361, "r_t_add": 4367, "st_code": 25840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21979, "Shape__Length": 48.695767036381199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223864637951394, 40.026354394654902 ], [ -75.224245706043703, 40.026518882893001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10688, "tnode_": 10623, "lpoly_": null, "rpoly_": null, "length": 141.31277791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERING", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 104, "l_t_add": 122, "r_f_add": 107, "r_t_add": 117, "st_code": 50460, "l_hundred": 100, "r_hundred": 100, "seg_id": 600508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERING ST", "stname": "LEVERING ST", "objectid": 21980, "Shape__Length": 56.341572319422852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224489492562896, 40.026179240209501 ], [ -75.224245706043703, 40.026518882893001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9121, "tnode_": 9053, "lpoly_": null, "rpoly_": null, "length": 129.67676508000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 158, "l_t_add": 198, "r_f_add": 159, "r_t_add": 199, "st_code": 50180, "l_hundred": 100, "r_hundred": 100, "seg_id": 600509, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 21981, "Shape__Length": 51.603551926271642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233349714124003, 40.034237982553101 ], [ -75.232949241341899, 40.034416746889697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9685, "tnode_": 28098, "lpoly_": null, "rpoly_": null, "length": 151.24030445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 34820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 21982, "Shape__Length": 60.285671435084481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226590983680197, 40.031407280098499 ], [ -75.226772100745805, 40.031622957219497 ], [ -75.226892433616001, 40.0317516167459 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9866, "tnode_": 9814, "lpoly_": null, "rpoly_": null, "length": 147.74308809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 236, "l_t_add": 244, "r_f_add": 233, "r_t_add": 249, "st_code": 29580, "l_hundred": 200, "r_hundred": 200, "seg_id": 600512, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 21983, "Shape__Length": 58.792167834186984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223807644047497, 40.030516857161302 ], [ -75.223354710852703, 40.030724843764503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9945, "tnode_": 9814, "lpoly_": null, "rpoly_": null, "length": 212.05184949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 4548, "r_f_add": 4501, "r_t_add": 4549, "st_code": 18300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600513, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21984, "Shape__Length": 84.543156687968775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222972119750494, 40.030222499903601 ], [ -75.223354710852703, 40.030724843764503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9758, "tnode_": 9696, "lpoly_": null, "rpoly_": null, "length": 183.65241436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 230, "l_t_add": 244, "r_f_add": 229, "r_t_add": 249, "st_code": 48140, "l_hundred": 200, "r_hundred": 200, "seg_id": 600514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 21985, "Shape__Length": 73.081684610443887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224388980579604, 40.031089146869299 ], [ -75.223825020549, 40.031346477635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9609, "tnode_": 9504, "lpoly_": null, "rpoly_": null, "length": 108.75560726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4580, "l_t_add": 4598, "r_f_add": 4581, "r_t_add": 4599, "st_code": 18300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600515, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21986, "Shape__Length": 43.36017530317865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224164397233807, 40.031795925545403 ], [ -75.224362022266803, 40.0320529307401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10470, "tnode_": 10372, "lpoly_": null, "rpoly_": null, "length": 174.00852822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4342, "l_t_add": 4398, "r_f_add": 4335, "r_t_add": 4399, "st_code": 18300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600516, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 21987, "Shape__Length": 69.356416529106468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220196936442306, 40.027293044608001 ], [ -75.220314258183606, 40.027399228345899 ], [ -75.220399583731407, 40.027499234536698 ], [ -75.220543378229905, 40.027688005402297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10948, "tnode_": 10867, "lpoly_": null, "rpoly_": null, "length": 293.10705556000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 204, "r_f_add": 201, "r_t_add": 219, "st_code": 45840, "l_hundred": 200, "r_hundred": 200, "seg_id": 600517, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 21988, "Shape__Length": 116.73896670105105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217444228657001, 40.024380156357402 ], [ -75.216708035800195, 40.024952056209997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11811, "tnode_": 11738, "lpoly_": null, "rpoly_": null, "length": 248.20983654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3700, "l_t_add": 3760, "r_f_add": 3701, "r_t_add": 3755, "st_code": 25840, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600518, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 21989, "Shape__Length": 98.933175822067625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212539781916107, 40.018082827803298 ], [ -75.212664303893703, 40.018208421782298 ], [ -75.212789030931603, 40.018351177890203 ], [ -75.212888085929507, 40.018484796320102 ], [ -75.213002593683598, 40.0186617725088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11740, "tnode_": 11671, "lpoly_": null, "rpoly_": null, "length": 264.63819675000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 76960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 600519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 21990, "Shape__Length": 105.49280014976689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211225197373594, 40.018627920451699 ], [ -75.211698616005293, 40.019256616842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29749, "tnode_": 11373, "lpoly_": null, "rpoly_": null, "length": 382.9264581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3852, "l_t_add": 3898, "r_f_add": 3853, "r_t_add": 3899, "st_code": 53200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600520, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-12-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANOR ST", "stname": "MANOR ST", "objectid": 21991, "Shape__Length": 152.61302061402182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212008737286993, 40.020716718321097 ], [ -75.212120501281802, 40.020716714309202 ], [ -75.2127519017927, 40.021551013099497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10088, "tnode_": 9778, "lpoly_": null, "rpoly_": null, "length": 867.30861801999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 21180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600523, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANTON ST", "stname": "CANTON ST", "objectid": 21992, "Shape__Length": 345.52293983806828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229677357496499, 40.029462250755799 ], [ -75.229948826256603, 40.0296970208096 ], [ -75.230021503853806, 40.029754528541503 ], [ -75.230090502983899, 40.029799175807803 ], [ -75.230179137565997, 40.029818693531801 ], [ -75.230282840009195, 40.029824163700901 ], [ -75.230364176681903, 40.029816363391497 ], [ -75.230434844049299, 40.0298194274081 ], [ -75.231717699897999, 40.031141089545997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10229, "tnode_": 10135, "lpoly_": null, "rpoly_": null, "length": 287.02380927999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4526, "r_f_add": 4501, "r_t_add": 4527, "st_code": 83160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600524, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILDE ST", "stname": "WILDE ST", "objectid": 21993, "Shape__Length": 114.33728751013906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224752910211905, 40.028615028534901 ], [ -75.225098859505096, 40.028929624893998 ], [ -75.225238037249696, 40.029034828759599 ], [ -75.225449820681405, 40.029191458966302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10212, "tnode_": 10071, "lpoly_": null, "rpoly_": null, "length": 332.82841507000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4558, "l_t_add": 4598, "r_f_add": 4559, "r_t_add": 4599, "st_code": 42500, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 21994, "Shape__Length": 132.57784736923469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228695004542601, 40.028840224275797 ], [ -75.2295149360735, 40.029501634911199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10331, "tnode_": 10212, "lpoly_": null, "rpoly_": null, "length": 324.19140304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4556, "r_f_add": 4501, "r_t_add": 4557, "st_code": 42500, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600526, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 21995, "Shape__Length": 129.13077708268847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227887511136103, 40.028202528072697 ], [ -75.228695004542601, 40.028840224275797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9535, "tnode_": 9376, "lpoly_": null, "rpoly_": null, "length": 309.37698982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 53240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 21996, "Shape__Length": 123.35733945472418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229120061165602, 40.032073996506803 ], [ -75.229660020740695, 40.032814933428703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8669, "tnode_": 8447, "lpoly_": null, "rpoly_": null, "length": 692.11770926999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 326, "l_t_add": 398, "r_f_add": 325, "r_t_add": 383, "st_code": 28120, "l_hundred": 300, "r_hundred": 300, "seg_id": 600528, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELMAR ST", "stname": "DELMAR ST", "objectid": 21997, "Shape__Length": 275.63913932909452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227606818558797, 40.0365731802192 ], [ -75.226915279401496, 40.037005462536897 ], [ -75.226622293035604, 40.037211044825597 ], [ -75.225952950805507, 40.0376898294029 ], [ -75.225761076548196, 40.037835179887999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9476, "tnode_": 9452, "lpoly_": null, "rpoly_": null, "length": 52.32137281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4732, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 11770, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600529, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDEN WALK", "stname": "ALDEN WALK", "objectid": 21998, "Shape__Length": 20.847899628797357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231201925842797, 40.0323652060817 ], [ -75.231321647355799, 40.032475476074701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9476, "tnode_": 9537, "lpoly_": null, "rpoly_": null, "length": 105.58796598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4724, "l_t_add": 4730, "r_f_add": 4719, "r_t_add": 4729, "st_code": 11770, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600530, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDEN WALK", "stname": "ALDEN WALK", "objectid": 21999, "Shape__Length": 42.078520665543714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231201925842797, 40.0323652060817 ], [ -75.230971578242105, 40.032135728201702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9605, "tnode_": 9476, "lpoly_": null, "rpoly_": null, "length": 206.96458317999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDEN", "st_type": "WALK", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4700, "l_t_add": 4722, "r_f_add": 4701, "r_t_add": 4717, "st_code": 11770, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600531, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDEN WALK", "stname": "ALDEN WALK", "objectid": 22000, "Shape__Length": 82.504959842008873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231601345404599, 40.031887175048404 ], [ -75.231201925842797, 40.0323652060817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9005, "tnode_": 8886, "lpoly_": null, "rpoly_": null, "length": 302.4679766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 63020, "l_hundred": 0, "r_hundred": 0, "seg_id": 600532, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 22001, "Shape__Length": 120.49498536701851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236151118339706, 40.034868327958897 ], [ -75.235406276821493, 40.035469670026202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10065, "tnode_": 9936, "lpoly_": null, "rpoly_": null, "length": 298.53711056000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4634, "r_f_add": 4601, "r_t_add": 4633, "st_code": 78840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600533, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 22002, "Shape__Length": 118.98528564446808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229187697011398, 40.029636824304497 ], [ -75.229805770090294, 40.030304552415203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9308, "tnode_": 9069, "lpoly_": null, "rpoly_": null, "length": 789.16080542999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 242, "r_f_add": 201, "r_t_add": 249, "st_code": 34780, "l_hundred": 200, "r_hundred": 200, "seg_id": 600534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 22003, "Shape__Length": 314.15440412434322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231031495224798, 40.0331047325732 ], [ -75.229904251254197, 40.033734382086102 ], [ -75.228755482403798, 40.034382260336102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9206, "tnode_": 8883, "lpoly_": null, "rpoly_": null, "length": 1240.2511883899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 42180, "l_hundred": 300, "r_hundred": 300, "seg_id": 600535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 22004, "Shape__Length": 493.54025394332962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225851022403205, 40.033515235995303 ], [ -75.224325201226506, 40.0341909136148 ], [ -75.222013759138406, 40.035215576632901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8695, "tnode_": 8620, "lpoly_": null, "rpoly_": null, "length": 297.62653743000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 68280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 600537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 22005, "Shape__Length": 118.49987270843016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2179281885509, 40.036169377691103 ], [ -75.218083001184098, 40.036306155253598 ], [ -75.218185304259904, 40.036379986520203 ], [ -75.218482199071602, 40.036549872424303 ], [ -75.218761857268305, 40.036663949203401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9265, "tnode_": 9131, "lpoly_": null, "rpoly_": null, "length": 513.29844713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 362, "l_t_add": 398, "r_f_add": 377, "r_t_add": 399, "st_code": 50480, "l_hundred": 300, "r_hundred": 300, "seg_id": 600538, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 22006, "Shape__Length": 204.34604292896228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222393673701504, 40.033061618148103 ], [ -75.221000897821099, 40.033804119284099 ], [ -75.220937363976901, 40.0338983908687 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8930, "tnode_": 8607, "lpoly_": null, "rpoly_": null, "length": 958.31961987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 292, "r_f_add": 201, "r_t_add": 291, "st_code": 50180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 22007, "Shape__Length": 381.5937775979063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231106202542094, 40.0352447209481 ], [ -75.230042288189594, 40.0359189045611 ], [ -75.2291481442969, 40.036485001390503 ], [ -75.228466580811798, 40.036919176788501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10580, "tnode_": 10486, "lpoly_": null, "rpoly_": null, "length": 240.89289398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 119, "st_code": 38380, "l_hundred": 100, "r_hundred": 100, "seg_id": 600540, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 22008, "Shape__Length": 95.947105768691102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227206158451196, 40.026901261156802 ], [ -75.227070468585893, 40.0270322187137 ], [ -75.226603260773501, 40.027371168089203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9782, "tnode_": 9735, "lpoly_": null, "rpoly_": null, "length": 323.57713266999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 4546, "r_f_add": 4501, "r_t_add": 4547, "st_code": 34380, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 22009, "Shape__Length": 128.9027961709333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221721151360398, 40.030837968729998 ], [ -75.221819769694207, 40.0309760190055 ], [ -75.222214771473702, 40.0308057115707 ], [ -75.222481066510099, 40.031128959216097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10072, "tnode_": 9876, "lpoly_": null, "rpoly_": null, "length": 441.0674852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 220, "l_t_add": 264, "r_f_add": 211, "r_t_add": 265, "st_code": 38380, "l_hundred": 200, "r_hundred": 200, "seg_id": 600542, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 22010, "Shape__Length": 175.71356205484193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223477498297598, 40.029450266291398 ], [ -75.222726883680807, 40.02994289163 ], [ -75.222604047368804, 40.030047524234803 ], [ -75.222538343399293, 40.030145461845699 ], [ -75.222458222422304, 40.030336727234697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9357, "tnode_": 9235, "lpoly_": null, "rpoly_": null, "length": 273.45543113999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4520, "l_t_add": 4548, "r_f_add": 4521, "r_t_add": 4553, "st_code": 63620, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 22011, "Shape__Length": 108.96344786648795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219617229802907, 40.032645592136397 ], [ -75.220239457583304, 40.033224146061499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9955, "tnode_": 9769, "lpoly_": null, "rpoly_": null, "length": 518.40509640999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYCEUM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 360, "l_t_add": 398, "r_f_add": 353, "r_t_add": 399, "st_code": 52060, "l_hundred": 300, "r_hundred": 300, "seg_id": 600544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYCEUM AVE", "stname": "LYCEUM AVE", "objectid": 22012, "Shape__Length": 206.41525485348294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219117472610804, 40.029940676811698 ], [ -75.218607631784906, 40.030273009783102 ], [ -75.217702242218195, 40.030858048029401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8788, "tnode_": 8870, "lpoly_": null, "rpoly_": null, "length": 1119.1350565400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 38380, "l_hundred": 600, "r_hundred": 600, "seg_id": 600545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 22013, "Shape__Length": 445.19519603427705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213358410069404, 40.035465467399099 ], [ -75.212761415162007, 40.035707642296003 ], [ -75.212534727817101, 40.035767910969199 ], [ -75.212291249876898, 40.035790506847597 ], [ -75.212000157982999, 40.035788737636302 ], [ -75.2117466500912, 40.035755160458301 ], [ -75.211272204051994, 40.035628109552 ], [ -75.210123879319795, 40.035192413693899 ], [ -75.209890474061098, 40.035107988351697 ], [ -75.209703861449796, 40.034983291999097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9048, "tnode_": 8438, "lpoly_": null, "rpoly_": null, "length": 1398.7236840800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 41960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 600546, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 22014, "Shape__Length": 557.88991936683385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208390804179103, 40.034024381728202 ], [ -75.208838602456694, 40.035005250724097 ], [ -75.209123897639898, 40.035629921762897 ], [ -75.209150054112101, 40.0356808320807 ], [ -75.2094838281362, 40.0363385537038 ], [ -75.209640102984494, 40.036583259316998 ], [ -75.210016072700995, 40.037094547527502 ], [ -75.210223263922799, 40.037319081261202 ], [ -75.210400926384196, 40.037519098717397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9138, "tnode_": 8870, "lpoly_": null, "rpoly_": null, "length": 545.00703898999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5977, "l_t_add": 5999, "r_f_add": 5974, "r_t_add": 5998, "st_code": 45920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNETTE ST", "stname": "JANNETTE ST", "objectid": 22015, "Shape__Length": 217.45514682278724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209393414652595, 40.033546868383503 ], [ -75.2093375346942, 40.033636703604301 ], [ -75.209341061552905, 40.0337083724134 ], [ -75.209412113945007, 40.033800626216802 ], [ -75.209455049534, 40.033974258083703 ], [ -75.2095366828717, 40.034619518573301 ], [ -75.2095540360841, 40.034756548115197 ], [ -75.209621210767494, 40.034876933512201 ], [ -75.209703861449796, 40.034983291999097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9439, "tnode_": 9047, "lpoly_": null, "rpoly_": null, "length": 1205.0610586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 54000, "l_hundred": 500, "r_hundred": 500, "seg_id": 600548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 22016, "Shape__Length": 479.6662182087685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213695556495196, 40.032144749028603 ], [ -75.210931585475393, 40.033611543190197 ], [ -75.210153339909695, 40.034023293955599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9751, "tnode_": 9519, "lpoly_": null, "rpoly_": null, "length": 559.66310224999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 645, "st_code": 69600, "l_hundred": 600, "r_hundred": 600, "seg_id": 600549, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 22017, "Shape__Length": 222.6966636937766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209452902389799, 40.030820499947602 ], [ -75.208798725468498, 40.031092200309601 ], [ -75.208533026869503, 40.031215340754102 ], [ -75.208479980881293, 40.031239190399099 ], [ -75.208294153608904, 40.031322684165602 ], [ -75.207899392753404, 40.031500049789599 ], [ -75.207861134512797, 40.031517422111598 ], [ -75.207717718259801, 40.031582282169701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10095, "tnode_": 9916, "lpoly_": null, "rpoly_": null, "length": 511.07106651000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 54000, "l_hundred": 300, "r_hundred": 300, "seg_id": 600550, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTIN ST", "stname": "MARTIN ST", "objectid": 22018, "Shape__Length": 203.47556530959992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218315200135805, 40.029196242237703 ], [ -75.217704868847605, 40.029596256258202 ], [ -75.216894929792602, 40.030076613573698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10803, "tnode_": 28110, "lpoly_": null, "rpoly_": null, "length": 222.70594052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4348, "l_t_add": 4366, "r_f_add": 4343, "r_t_add": 4363, "st_code": 53000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600551, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2010-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 22019, "Shape__Length": 88.596441051877889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223465510217693, 40.025409468163097 ], [ -75.223863658371499, 40.025572286516599 ], [ -75.224173462027693, 40.025687681718097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10643, "tnode_": 10470, "lpoly_": null, "rpoly_": null, "length": 416.32586644000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4300, "l_t_add": 4340, "r_f_add": 4301, "r_t_add": 4333, "st_code": 18300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 22020, "Shape__Length": 165.9513363883039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219391237343004, 40.026332584089097 ], [ -75.219792983105293, 40.026810390095903 ], [ -75.220196936442306, 40.027293044608001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10705, "tnode_": 10649, "lpoly_": null, "rpoly_": null, "length": 261.76008327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4340, "l_t_add": 4362, "r_f_add": 4341, "r_t_add": 4359, "st_code": 25840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 22021, "Shape__Length": 104.13347226458723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223031995414402, 40.0260279488772 ], [ -75.223409934555306, 40.026178413786504 ], [ -75.223864637951394, 40.026354394654902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10867, "tnode_": 10770, "lpoly_": null, "rpoly_": null, "length": 788.58501213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCHVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 23200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCHVIEW ST", "stname": "CHURCHVIEW ST", "objectid": 22022, "Shape__Length": 313.74578502349539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216708035800195, 40.024952056209997 ], [ -75.217552919238997, 40.024940474926098 ], [ -75.218040398937106, 40.024947397324702 ], [ -75.218198388307599, 40.024981490161302 ], [ -75.2183256861736, 40.025037863608098 ], [ -75.218865393220696, 40.0255127318988 ], [ -75.218932162263698, 40.025590727964101 ], [ -75.218995526329294, 40.025626560626897 ], [ -75.219075662497502, 40.025613021496703 ], [ -75.219126952077701, 40.0255766180682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10406, "tnode_": 10191, "lpoly_": null, "rpoly_": null, "length": 704.91924343000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 154, "l_t_add": 298, "r_f_add": 149, "r_t_add": 299, "st_code": 21640, "l_hundred": 100, "r_hundred": 100, "seg_id": 600555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSON ST", "stname": "CARSON ST", "objectid": 22023, "Shape__Length": 280.5958797589247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225058912871901, 40.027710003521896 ], [ -75.224321134968804, 40.028268230480499 ], [ -75.223034201153695, 40.028833205551898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10652, "tnode_": 10588, "lpoly_": null, "rpoly_": null, "length": 136.43838326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 112, "l_t_add": 114, "r_f_add": 113, "r_t_add": 113, "st_code": 36440, "l_hundred": 100, "r_hundred": 100, "seg_id": 600556, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 22024, "Shape__Length": 54.399931223089176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225042498968406, 40.0264161888391 ], [ -75.224810922219604, 40.026745711736297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11256, "tnode_": 11202, "lpoly_": null, "rpoly_": null, "length": 166.21274228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 110, "l_t_add": 112, "r_f_add": 11, "r_t_add": 103, "st_code": 72760, "l_hundred": 100, "r_hundred": 0, "seg_id": 600558, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-10-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 22025, "Shape__Length": 66.175127306107953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218026579518707, 40.022425901165001 ], [ -75.217574654572005, 40.022721647340703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11598, "tnode_": 11511, "lpoly_": null, "rpoly_": null, "length": 371.98622335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3798, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 25840, "l_hundred": 3700, "r_hundred": 3800, "seg_id": 600559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 22026, "Shape__Length": 148.15964801196088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2139322411834, 40.019860885175298 ], [ -75.214407822415296, 40.020245255509401 ], [ -75.214843173123299, 40.020603990533999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11130, "tnode_": 11083, "lpoly_": null, "rpoly_": null, "length": 169.29979519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 104, "l_t_add": 112, "r_f_add": 105, "r_t_add": 115, "st_code": 45840, "l_hundred": 100, "r_hundred": 100, "seg_id": 600560, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2013-01-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 22027, "Shape__Length": 67.423181851527005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219033909722896, 40.023189186201598 ], [ -75.218601628596005, 40.023514055344599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11373, "tnode_": 11382, "lpoly_": null, "rpoly_": null, "length": 287.90576644000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 214, "l_t_add": 298, "r_f_add": 215, "r_t_add": 299, "st_code": 42140, "l_hundred": 200, "r_hundred": 200, "seg_id": 600561, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 22028, "Shape__Length": 114.62417665951463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2127519017927, 40.021551013099497 ], [ -75.212399856113706, 40.021703703988202 ], [ -75.212351178758297, 40.021676357842502 ], [ -75.212130962914301, 40.021418344389701 ], [ -75.211986824227793, 40.021475347369503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11026, "tnode_": 10988, "lpoly_": null, "rpoly_": null, "length": 129.18155484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 108, "l_t_add": 116, "r_f_add": 109, "r_t_add": 117, "st_code": 64100, "l_hundred": 100, "r_hundred": 100, "seg_id": 600564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 22029, "Shape__Length": 51.447866577554997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219831445817405, 40.023928762031296 ], [ -75.219649710696899, 40.024058054105403 ], [ -75.219503612030195, 40.024177905750797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9696, "tnode_": 9652, "lpoly_": null, "rpoly_": null, "length": 63.77227822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4572, "l_t_add": 4578, "r_f_add": 4573, "r_t_add": 4579, "st_code": 18300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 22030, "Shape__Length": 25.425262031346051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223825020549, 40.031346477635097 ], [ -75.223941252257205, 40.0314970218759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10944, "tnode_": 10831, "lpoly_": null, "rpoly_": null, "length": 376.53891343000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 82320, "l_hundred": 200, "r_hundred": 200, "seg_id": 600566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WENDOVER ST", "stname": "WENDOVER ST", "objectid": 22031, "Shape__Length": 149.8707981026929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215813725937096, 40.024474696532003 ], [ -75.215624052859894, 40.024581146239299 ], [ -75.214721466851202, 40.025077419424598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10136, "tnode_": 10265, "lpoly_": null, "rpoly_": null, "length": 382.52715372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 36440, "l_hundred": 200, "r_hundred": 200, "seg_id": 600567, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAY ST", "stname": "GAY ST", "objectid": 22032, "Shape__Length": 152.33081604663278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220545763888694, 40.029050573210696 ], [ -75.221055860489102, 40.028692056485603 ], [ -75.221556198745304, 40.028343965344902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10136, "tnode_": 9802, "lpoly_": null, "rpoly_": null, "length": 748.55466281000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLEMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4414, "l_t_add": 4498, "r_f_add": 4411, "r_t_add": 4499, "st_code": 34380, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600569, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLEMING ST", "stname": "FLEMING ST", "objectid": 22033, "Shape__Length": 298.37035144210358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220545763888694, 40.029050573210696 ], [ -75.220904367816701, 40.029396451989001 ], [ -75.221176255047695, 40.029667380845297 ], [ -75.221486597033902, 40.030027469570399 ], [ -75.222037691194103, 40.030751012157801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11740, "tnode_": 11811, "lpoly_": null, "rpoly_": null, "length": 419.09228853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VASSAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 79860, "l_hundred": 100, "r_hundred": 100, "seg_id": 600570, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VASSAR ST", "stname": "VASSAR ST", "objectid": 22034, "Shape__Length": 166.71817249434079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211225197373594, 40.018627920451699 ], [ -75.211337814952103, 40.018601962108299 ], [ -75.211454734543807, 40.018555974918002 ], [ -75.212539781916107, 40.018082827803298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10932, "tnode_": 10904, "lpoly_": null, "rpoly_": null, "length": 156.7789911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 67620, "l_hundred": 100, "r_hundred": 100, "seg_id": 600571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 22035, "Shape__Length": 62.369868065776529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221415369903994, 40.024590679239999 ], [ -75.2209184391061, 40.024788850730801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9400, "tnode_": 9235, "lpoly_": null, "rpoly_": null, "length": 515.18070595999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 338, "l_t_add": 398, "r_f_add": 341, "r_t_add": 399, "st_code": 48140, "l_hundred": 300, "r_hundred": 300, "seg_id": 600572, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 22036, "Shape__Length": 205.0077627970542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221828807450905, 40.032511813936601 ], [ -75.220239457583304, 40.033224146061499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10676, "tnode_": 10643, "lpoly_": null, "rpoly_": null, "length": 109.72006643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 176, "l_t_add": 198, "r_f_add": 169, "r_t_add": 199, "st_code": 69600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600574, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 22037, "Shape__Length": 43.676949845519786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219702446814793, 40.026149615576898 ], [ -75.219391237343004, 40.026332584089097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8997, "tnode_": 8714, "lpoly_": null, "rpoly_": null, "length": 903.06159764000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 308, "r_f_add": 201, "r_t_add": 299, "st_code": 28120, "l_hundred": 200, "r_hundred": 200, "seg_id": 600575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELMAR ST", "stname": "DELMAR ST", "objectid": 22038, "Shape__Length": 359.58299564473731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230494331564302, 40.034764836024401 ], [ -75.230405022818701, 40.0347716985288 ], [ -75.230330021143899, 40.034796491968997 ], [ -75.230243388538796, 40.034849502518497 ], [ -75.230134550268204, 40.034930498152001 ], [ -75.230017555309402, 40.035017415360599 ], [ -75.229396166603394, 40.0354349331366 ], [ -75.228004976218202, 40.036317030890601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10665, "tnode_": 10546, "lpoly_": null, "rpoly_": null, "length": 256.98619645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 115, "st_code": 21640, "l_hundred": 100, "r_hundred": 100, "seg_id": 600576, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSON ST", "stname": "CARSON ST", "objectid": 22039, "Shape__Length": 102.4605678605941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225864940758399, 40.026358461343797 ], [ -75.225544563442, 40.026808080946097 ], [ -75.225420204464797, 40.026975505733802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10689, "tnode_": 10567, "lpoly_": null, "rpoly_": null, "length": 263.63021606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARROE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 24580, "l_hundred": 0, "r_hundred": 0, "seg_id": 600577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARROE ST", "stname": "CONARROE ST", "objectid": 22040, "Shape__Length": 105.10851851666503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225537789176002, 40.026224356027797 ], [ -75.225188415057801, 40.0267404551631 ], [ -75.225081644218207, 40.026856193204502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10940, "tnode_": 11048, "lpoly_": null, "rpoly_": null, "length": 301.79241923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 49440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 22041, "Shape__Length": 120.31157431787537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213177829883193, 40.024353517048098 ], [ -75.212635807511603, 40.023637490135002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10331, "tnode_": 10292, "lpoly_": null, "rpoly_": null, "length": 101.00753398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUPONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 100, "r_f_add": 101, "r_t_add": 121, "st_code": 29580, "l_hundred": 100, "r_hundred": 100, "seg_id": 600579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUPONT ST", "stname": "DUPONT ST", "objectid": 22042, "Shape__Length": 40.220272080582063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227887511136103, 40.028202528072697 ], [ -75.227616231331893, 40.028385260206299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10876, "tnode_": 10794, "lpoly_": null, "rpoly_": null, "length": 297.01798746999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4246, "l_t_add": 4298, "r_f_add": 4247, "r_t_add": 4299, "st_code": 25840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 22043, "Shape__Length": 118.20757846169869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220546745652996, 40.0249931457139 ], [ -75.220760526362994, 40.025141255210201 ], [ -75.220970940888293, 40.025237718868297 ], [ -75.221195846261907, 40.025345979025602 ], [ -75.221424464730205, 40.0254450645376 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10794, "tnode_": 10750, "lpoly_": null, "rpoly_": null, "length": 253.4080174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4300, "l_t_add": 4318, "r_f_add": 4301, "r_t_add": 4321, "st_code": 25840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 22044, "Shape__Length": 100.79205331848567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221424464730205, 40.0254450645376 ], [ -75.222253028016098, 40.025724631128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10914, "tnode_": 10865, "lpoly_": null, "rpoly_": null, "length": 119.21485132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 102, "r_f_add": 101, "r_t_add": 103, "st_code": 69600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600582, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 22045, "Shape__Length": 47.537314699753395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221873815900295, 40.024767330997797 ], [ -75.221685902953496, 40.025060977196702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10865, "tnode_": 10794, "lpoly_": null, "rpoly_": null, "length": 157.91577323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 104, "l_t_add": 144, "r_f_add": 105, "r_t_add": 139, "st_code": 69600, "l_hundred": 100, "r_hundred": 100, "seg_id": 600583, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 22046, "Shape__Length": 62.964767119481195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221685902953496, 40.025060977196702 ], [ -75.221424464730205, 40.0254450645376 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9951, "tnode_": 9791, "lpoly_": null, "rpoly_": null, "length": 424.81312998000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 200, "l_t_add": 228, "r_f_add": 195, "r_t_add": 227, "st_code": 48140, "l_hundred": 200, "r_hundred": 100, "seg_id": 600584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAMS AVE", "stname": "KRAMS AVE", "objectid": 22047, "Shape__Length": 169.10683908573571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226210252368304, 40.030118667095202 ], [ -75.225815740858906, 40.030402899921 ], [ -75.225674398759097, 40.030494220425403 ], [ -75.225549329549594, 40.030558117148203 ], [ -75.224992367711593, 40.0308028113364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9880, "tnode_": 9614, "lpoly_": null, "rpoly_": null, "length": 545.48326237000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4550, "l_t_add": 4598, "r_f_add": 4551, "r_t_add": 4599, "st_code": 72880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600585, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 22048, "Shape__Length": 217.48191547139658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224147520581198, 40.030359180817896 ], [ -75.2245950520836, 40.030947901656504 ], [ -75.225129515248994, 40.031652397763501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9308, "tnode_": 9086, "lpoly_": null, "rpoly_": null, "length": 626.31113325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 73120, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMICK ST", "stname": "SMICK ST", "objectid": 22049, "Shape__Length": 249.56455887583826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231031495224798, 40.0331047325732 ], [ -75.232011874262696, 40.033995106214199 ], [ -75.232363703548899, 40.0343315626777 ], [ -75.232463438171493, 40.034425350145298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8985, "tnode_": 8629, "lpoly_": null, "rpoly_": null, "length": 1592.09133004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 63020, "l_hundred": 100, "r_hundred": 100, "seg_id": 600587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 22050, "Shape__Length": 634.36759557451956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234940223262697, 40.034909506822899 ], [ -75.233992665952698, 40.035762469433799 ], [ -75.231203572177705, 40.038203560635502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8629, "tnode_": 8187, "lpoly_": null, "rpoly_": null, "length": 604.86483794999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 63020, "l_hundred": 200, "r_hundred": 200, "seg_id": 600588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 22051, "Shape__Length": 241.01405093780758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231203572177705, 40.038203560635502 ], [ -75.231077621024298, 40.038328402754203 ], [ -75.229901865552605, 40.039336646550801 ], [ -75.229781169726607, 40.039452552154302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9120, "tnode_": 9131, "lpoly_": null, "rpoly_": null, "length": 280.53372599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACOB", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 45800, "l_hundred": 300, "r_hundred": 300, "seg_id": 600591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACOB ST", "stname": "JACOB ST", "objectid": 22052, "Shape__Length": 111.62037827229517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221821451658897, 40.033544076332397 ], [ -75.221198541212502, 40.033821594088401 ], [ -75.221138547000194, 40.033846077703799 ], [ -75.221084034300603, 40.0338675852569 ], [ -75.221013837045007, 40.033887781557503 ], [ -75.220937363976901, 40.0338983908687 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8682, "tnode_": 8580, "lpoly_": null, "rpoly_": null, "length": 318.78688146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 324, "r_f_add": 301, "r_t_add": 323, "st_code": 34780, "l_hundred": 300, "r_hundred": 300, "seg_id": 600592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 22053, "Shape__Length": 126.95532016163563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226025715836997, 40.036461781376403 ], [ -75.225729609635394, 40.0367692512989 ], [ -75.225184116131103, 40.0370277225338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8805, "tnode_": 8677, "lpoly_": null, "rpoly_": null, "length": 556.55869262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 342, "l_t_add": 398, "r_f_add": 341, "r_t_add": 399, "st_code": 36380, "l_hundred": 300, "r_hundred": 300, "seg_id": 600593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 22054, "Shape__Length": 221.4698256020738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2254295954897, 40.035675286404803 ], [ -75.224960880062795, 40.0358657690741 ], [ -75.223694290767895, 40.0364199914466 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9685, "tnode_": 9412, "lpoly_": null, "rpoly_": null, "length": 605.38593443000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENOUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 256, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 38560, "l_hundred": 200, "r_hundred": 200, "seg_id": 600594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENOUGH ST", "stname": "GREENOUGH ST", "objectid": 22055, "Shape__Length": 241.10257122881521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226590983680197, 40.031407280098499 ], [ -75.225863622387905, 40.0317718367521 ], [ -75.225607354063499, 40.031913369366002 ], [ -75.225441423571198, 40.032340651310697 ], [ -75.225102790358505, 40.032501303407301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9988, "tnode_": 9876, "lpoly_": null, "rpoly_": null, "length": 230.10839803000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 18300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600596, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOONE ST", "stname": "BOONE ST", "objectid": 22056, "Shape__Length": 91.695201313691967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221949662593303, 40.029841104807602 ], [ -75.222354135973902, 40.030247868719201 ], [ -75.2224086233458, 40.030298171318599 ], [ -75.222458222422304, 40.030336727234697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10141, "tnode_": 9988, "lpoly_": null, "rpoly_": null, "length": 447.27241118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 394, "r_f_add": 301, "r_t_add": 393, "st_code": 21640, "l_hundred": 300, "r_hundred": 300, "seg_id": 600597, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSON ST", "stname": "CARSON ST", "objectid": 22057, "Shape__Length": 178.06233959074316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223210338233301, 40.0290878778845 ], [ -75.222041064747103, 40.029775943816503 ], [ -75.221949662593303, 40.029841104807602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10428, "tnode_": 10511, "lpoly_": null, "rpoly_": null, "length": 194.69646861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4416, "l_t_add": 4498, "r_f_add": 4415, "r_t_add": 4499, "st_code": 53240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 22058, "Shape__Length": 77.553392973140021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224056738410198, 40.027540892241099 ], [ -75.223578225471798, 40.027153168830701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10510, "tnode_": 10398, "lpoly_": null, "rpoly_": null, "length": 281.84141434000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 52980, "l_hundred": 100, "r_hundred": 100, "seg_id": 600599, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIDEN ST", "stname": "MAIDEN ST", "objectid": 22059, "Shape__Length": 112.22067525722018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222920787247105, 40.027165071676698 ], [ -75.222157013517105, 40.027668892828302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10510, "tnode_": 10469, "lpoly_": null, "rpoly_": null, "length": 119.78727389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4408, "l_t_add": 4414, "r_f_add": 4409, "r_t_add": 4413, "st_code": 53240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600600, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 22060, "Shape__Length": 47.711859607804158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222920787247105, 40.027165071676698 ], [ -75.223219989994902, 40.0274000649963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10536, "tnode_": 10476, "lpoly_": null, "rpoly_": null, "length": 193.9685442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DAVIDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4424, "r_f_add": 4401, "r_t_add": 4423, "st_code": 74060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DAVIDS ST", "stname": "SAINT DAVIDS ST", "objectid": 22061, "Shape__Length": 77.26637234963188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223785810336096, 40.027020017074797 ], [ -75.224257414113097, 40.027409987018103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10554, "tnode_": 10510, "lpoly_": null, "rpoly_": null, "length": 119.25985818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4406, "r_f_add": 4401, "r_t_add": 4407, "st_code": 53240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600602, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSION ST", "stname": "MANSION ST", "objectid": 22062, "Shape__Length": 47.509398173524403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222635822125895, 40.026921788143497 ], [ -75.222920787247105, 40.027165071676698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10688, "tnode_": 10652, "lpoly_": null, "rpoly_": null, "length": 177.30017701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATION", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 74500, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600603, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATION ST", "stname": "STATION ST", "objectid": 22063, "Shape__Length": 70.542247214785291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224489492562896, 40.026179240209501 ], [ -75.225042498968406, 40.0264161888391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10785, "tnode_": 10697, "lpoly_": null, "rpoly_": null, "length": 268.46819641000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRACE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4162, "l_t_add": 4198, "r_f_add": 4201, "r_t_add": 4227, "st_code": 76960, "l_hundred": 4100, "r_hundred": 4200, "seg_id": 600604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRACE ST", "stname": "TERRACE ST", "objectid": 22064, "Shape__Length": 106.92662666151632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217320577082504, 40.025417204117197 ], [ -75.217645715776698, 40.025660280863796 ], [ -75.217679974003502, 40.025688173459002 ], [ -75.217995987611999, 40.025940052515303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9768, "tnode_": 9544, "lpoly_": null, "rpoly_": null, "length": 660.53372820999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 36620, "l_hundred": 500, "r_hundred": 500, "seg_id": 600607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERHARD ST", "stname": "GERHARD ST", "objectid": 22065, "Shape__Length": 262.85086980688925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212073298414893, 40.030674784091097 ], [ -75.210386658189904, 40.031452846037801 ], [ -75.210047349349395, 40.031603363624399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9544, "tnode_": 9294, "lpoly_": null, "rpoly_": null, "length": 485.45241617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5921, "l_t_add": 5999, "r_f_add": 5920, "r_t_add": 5998, "st_code": 43700, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 22066, "Shape__Length": 193.5314017227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210047349349395, 40.031603363624399 ], [ -75.210722433580599, 40.032462203205696 ], [ -75.210964146412394, 40.0327339258791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9346, "tnode_": 9276, "lpoly_": null, "rpoly_": null, "length": 459.11350321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 53520, "l_hundred": 600, "r_hundred": 600, "seg_id": 600612, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIS ST", "stname": "MARIS ST", "objectid": 22067, "Shape__Length": 182.53820660381299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209638309013698, 40.032504238945599 ], [ -75.208455148756997, 40.032670296870798 ], [ -75.208027809144994, 40.032739878925298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9481, "tnode_": 9419, "lpoly_": null, "rpoly_": null, "length": 466.25693252999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 614, "l_t_add": 698, "r_f_add": 623, "r_t_add": 699, "st_code": 36620, "l_hundred": 600, "r_hundred": 600, "seg_id": 600613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERHARD ST", "stname": "GERHARD ST", "objectid": 22068, "Shape__Length": 185.37562473342248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209478627847503, 40.0318296057211 ], [ -75.208437806482095, 40.0319708365246 ], [ -75.207967110770895, 40.032044017877098 ], [ -75.2078420683237, 40.032064667216297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10697, "tnode_": 10535, "lpoly_": null, "rpoly_": null, "length": 641.90730000999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 214, "l_t_add": 298, "r_f_add": 217, "r_t_add": 299, "st_code": 67620, "l_hundred": 200, "r_hundred": 200, "seg_id": 600618, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 22069, "Shape__Length": 255.42737201793767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217995987611999, 40.025940052515303 ], [ -75.217957302205306, 40.026001484681203 ], [ -75.216407826281795, 40.026688621640602 ], [ -75.216045187363704, 40.026843014903399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10785, "tnode_": 10648, "lpoly_": null, "rpoly_": null, "length": 570.58415882000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 64100, "l_hundred": 200, "r_hundred": 200, "seg_id": 600620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENSDALE ST", "stname": "PENSDALE ST", "objectid": 22070, "Shape__Length": 227.03340788318195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217320577082504, 40.025417204117197 ], [ -75.215903961403498, 40.026058088527797 ], [ -75.215563498955603, 40.026210089978903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9346, "tnode_": 9199, "lpoly_": null, "rpoly_": null, "length": 278.27083717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5947, "l_t_add": 5975, "r_f_add": 5954, "r_t_add": 5972, "st_code": 45920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNETTE ST", "stname": "JANNETTE ST", "objectid": 22071, "Shape__Length": 110.94866764116188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209638309013698, 40.032504238945599 ], [ -75.209755199776893, 40.032716598858201 ], [ -75.210133613005297, 40.033163581027999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9544, "tnode_": 9481, "lpoly_": null, "rpoly_": null, "length": 179.44169535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 621, "st_code": 36620, "l_hundred": 600, "r_hundred": 600, "seg_id": 600629, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERHARD ST", "stname": "GERHARD ST", "objectid": 22072, "Shape__Length": 71.392933667450066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210047349349395, 40.031603363624399 ], [ -75.209802191275898, 40.031708829522302 ], [ -75.209681282848393, 40.031758506999097 ], [ -75.209478627847503, 40.0318296057211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9481, "tnode_": 9346, "lpoly_": null, "rpoly_": null, "length": 249.79248294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5901, "l_t_add": 5945, "r_f_add": 5900, "r_t_add": 5952, "st_code": 45920, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNETTE ST", "stname": "JANNETTE ST", "objectid": 22073, "Shape__Length": 99.679937064623289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209478627847503, 40.0318296057211 ], [ -75.209557835631202, 40.032161381638602 ], [ -75.209638309013698, 40.032504238945599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26799, "tnode_": 9435, "lpoly_": null, "rpoly_": null, "length": 167.06059592999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 259, "l_t_add": 263, "r_f_add": 260, "r_t_add": 270, "st_code": 68500, "l_hundred": 200, "r_hundred": 200, "seg_id": 600649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 22074, "Shape__Length": 66.487269981924555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226729696649898, 40.032161738086501 ], [ -75.226226015141293, 40.032407509868001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9435, "tnode_": 26800, "lpoly_": null, "rpoly_": null, "length": 75.991672130000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPKA", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 265, "l_t_add": 299, "r_f_add": 272, "r_t_add": 298, "st_code": 68500, "l_hundred": 200, "r_hundred": 200, "seg_id": 600650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPKA ST", "stname": "RIPKA ST", "objectid": 22075, "Shape__Length": 30.24528102034736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226226015141293, 40.032407509868001 ], [ -75.225999351374298, 40.032522217156199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9419, "tnode_": 9276, "lpoly_": null, "rpoly_": null, "length": 251.50852155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5918, "l_t_add": 5936, "r_f_add": 5919, "r_t_add": 5937, "st_code": 41960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 600651, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 22076, "Shape__Length": 100.36053674094066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2078420683237, 40.032064667216297 ], [ -75.207941075939203, 40.032377349871197 ], [ -75.208027809144994, 40.032739878925298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26841, "tnode_": 26842, "lpoly_": null, "rpoly_": null, "length": 816.72927894999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 25840, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 600654, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 22077, "Shape__Length": 325.17655057513065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210500663660397, 40.016400323489101 ], [ -75.210657966495305, 40.016375179359002 ], [ -75.210739173048594, 40.016407278571897 ], [ -75.210991840171999, 40.016543006382904 ], [ -75.211266760133597, 40.0167204698202 ], [ -75.211547775242707, 40.016913439281403 ], [ -75.211684822154695, 40.017019018072702 ], [ -75.211985681562297, 40.017227836689301 ], [ -75.212196912040497, 40.017387793653299 ], [ -75.212337003655307, 40.017513949281302 ], [ -75.212653768695503, 40.017819777755598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26944, "tnode_": 11207, "lpoly_": null, "rpoly_": null, "length": 107.52790409000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71960, "l_hundred": 200, "r_hundred": 200, "seg_id": 600657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-30T00:00:00Z", "newsegdate": "1998-04-16T00:00:00Z", "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 22078, "Shape__Length": 42.782496852888386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2131629864937, 40.022434724644803 ], [ -75.212831356946893, 40.022583463857899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11571, "tnode_": 27528, "lpoly_": null, "rpoly_": null, "length": 20.9712138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 70680, "l_hundred": 0, "r_hundred": 0, "seg_id": 600661, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 22079, "Shape__Length": 8.3439459848864743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213329685985798, 40.020125565028899 ], [ -75.213265468839793, 40.020155169647502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27953, "tnode_": 10771, "lpoly_": null, "rpoly_": null, "length": 14.58138706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 600664, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-19T00:00:00Z", "newsegdate": "1999-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 22080, "Shape__Length": 5.8101187806587573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228157807901098, 40.026014243097599 ], [ -75.228125499689796, 40.0260456324811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9778, "tnode_": 28040, "lpoly_": null, "rpoly_": null, "length": 119.46298505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 128, "l_t_add": 134, "r_f_add": 149, "r_t_add": 149, "st_code": 84760, "l_hundred": 100, "r_hundred": 100, "seg_id": 600666, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-30T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WRIGHT ST", "stname": "WRIGHT ST", "objectid": 22081, "Shape__Length": 47.557143612023054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231717699897999, 40.031141089545997 ], [ -75.231376377035701, 40.031337814356696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28110, "tnode_": 10739, "lpoly_": null, "rpoly_": null, "length": 159.33711671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4368, "l_t_add": 4398, "r_f_add": 4365, "r_t_add": 4399, "st_code": 53000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600668, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2010-08-26T00:00:00Z", "newsegdate": "2000-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 22082, "Shape__Length": 63.38733783499903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224173462027693, 40.025687681718097 ], [ -75.224189622767895, 40.025694318006003 ], [ -75.224680076103397, 40.025886742172801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28110, "tnode_": 28109, "lpoly_": null, "rpoly_": null, "length": 110.91722067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RING", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 68420, "l_hundred": 100, "r_hundred": 100, "seg_id": 600669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-26T00:00:00Z", "newsegdate": "2000-04-24T00:00:00Z", "multi_rep": 0, "streetlabe": "RING ST", "stname": "RING ST", "objectid": 22083, "Shape__Length": 44.22826150577103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224173462027693, 40.025687681718097 ], [ -75.223996233395397, 40.0259599768359 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8557, "tnode_": 28136, "lpoly_": null, "rpoly_": null, "length": 71.0943939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6612, "l_t_add": 6698, "r_f_add": 6611, "r_t_add": 6699, "st_code": 72880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 600670, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-06-19T00:00:00Z", "newsegdate": "2000-06-19T00:00:00Z", "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 22084, "Shape__Length": 28.352545554522699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228696314047298, 40.037208974781102 ], [ -75.228812739275597, 40.037382410312297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10053, "tnode_": 9760, "lpoly_": null, "rpoly_": null, "length": 693.74933593999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 28420, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600671, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-02-02T00:00:00Z", "newsegdate": "2001-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 22085, "Shape__Length": 276.4403370985674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219731393646398, 40.029445641410597 ], [ -75.220767923042203, 40.030416879153002 ], [ -75.221284425061299, 40.030929182622501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10995, "tnode_": 10888, "lpoly_": null, "rpoly_": null, "length": 300.29978264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4078, "l_t_add": 4104, "r_f_add": 4079, "r_t_add": 4099, "st_code": 53120, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 600672, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-03-22T00:00:00Z", "newsegdate": "2001-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 22086, "Shape__Length": 119.71405771664735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213905117786894, 40.024031444766301 ], [ -75.214451544034006, 40.024740733873003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10965, "tnode_": 10843, "lpoly_": null, "rpoly_": null, "length": 450.4836998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHURS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 356, "r_f_add": 217, "r_t_add": 359, "st_code": 72760, "l_hundred": 200, "r_hundred": 200, "seg_id": 600673, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-03-22T00:00:00Z", "newsegdate": "2001-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "SHURS LN", "stname": "SHURS LN", "objectid": 22087, "Shape__Length": 179.32267876487259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214828466887298, 40.024230825004601 ], [ -75.214307796685702, 40.0245663403416 ], [ -75.213551467344402, 40.024981269637998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10238, "tnode_": 10099, "lpoly_": null, "rpoly_": null, "length": 315.66508423000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4224, "l_t_add": 4298, "r_f_add": 4223, "r_t_add": 4299, "st_code": 56480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 22088, "Shape__Length": 125.84016822965114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212741445977699, 40.028334708703099 ], [ -75.213027446077007, 40.028718604320801 ], [ -75.213330976511401, 40.0290727920693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10388, "tnode_": 10246, "lpoly_": null, "rpoly_": null, "length": 320.74583252999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4218, "l_t_add": 4298, "r_f_add": 4223, "r_t_add": 4299, "st_code": 63620, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 600675, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 22089, "Shape__Length": 127.87232989328041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214457432854601, 40.027575698552702 ], [ -75.214719179224801, 40.0279408109188 ], [ -75.215038685306993, 40.028333992371302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26944, "tnode_": 11125, "lpoly_": null, "rpoly_": null, "length": 303.67360495000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEXTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 28420, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 600676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-10T00:00:00Z", "newsegdate": "2003-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "DEXTER ST", "stname": "DEXTER ST", "objectid": 22090, "Shape__Length": 120.99789440817065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2131629864937, 40.022434724644803 ], [ -75.213411290073097, 40.022659874330898 ], [ -75.213832627651996, 40.0230899670903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11058, "tnode_": 10948, "lpoly_": null, "rpoly_": null, "length": 386.186457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4112, "l_t_add": 4156, "r_f_add": 4111, "r_t_add": 4157, "st_code": 77640, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 600677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-24T00:00:00Z", "newsegdate": "2003-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 22091, "Shape__Length": 153.80869750285603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216473403002794, 40.023627297163998 ], [ -75.217152802858195, 40.024155277493499 ], [ -75.217444228657001, 40.024380156357402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28875, "tnode_": 9809, "lpoly_": null, "rpoly_": null, "length": 125.32367769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 154, "r_f_add": 101, "r_t_add": 143, "st_code": 42180, "l_hundred": 100, "r_hundred": 100, "seg_id": 600678, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-30T00:00:00Z", "newsegdate": "2004-06-30T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 22092, "Shape__Length": 49.881520361094076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230803140328106, 40.030742168111303 ], [ -75.230433314137997, 40.030935900711299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28041, "tnode_": 28875, "lpoly_": null, "rpoly_": null, "length": 239.84107291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4600, "l_t_add": 4662, "r_f_add": 4601, "r_t_add": 4663, "st_code": 51040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600679, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-30T00:00:00Z", "newsegdate": "2004-06-30T00:00:00Z", "multi_rep": 0, "streetlabe": "LINNEY ST", "stname": "LINNEY ST", "objectid": 22093, "Shape__Length": 95.585602780120055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230294118177497, 40.030212673080399 ], [ -75.230803140328106, 40.030742168111303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28875, "tnode_": 28040, "lpoly_": null, "rpoly_": null, "length": 269.90766842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4664, "l_t_add": 4698, "r_f_add": 4665, "r_t_add": 4699, "st_code": 51040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 600680, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-30T00:00:00Z", "newsegdate": "2004-06-30T00:00:00Z", "multi_rep": 0, "streetlabe": "LINNEY ST", "stname": "LINNEY ST", "objectid": 22094, "Shape__Length": 107.5689397615586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230803140328106, 40.030742168111303 ], [ -75.231376377035701, 40.031337814356696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28925, "tnode_": 28924, "lpoly_": null, "rpoly_": null, "length": 191.28182406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BREWERY", "st_type": "ALY", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 18750, "l_hundred": 100, "r_hundred": 100, "seg_id": 600681, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-10-08T00:00:00Z", "newsegdate": "2004-10-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BREWERY ALY", "stname": "BREWERY ALY", "objectid": 22095, "Shape__Length": 76.18024495515462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225126895919999, 40.027226576672703 ], [ -75.224849059749104, 40.027434192391198 ], [ -75.224635678472694, 40.027591423850801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10531, "tnode_": 28925, "lpoly_": null, "rpoly_": null, "length": 119.59786017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4412, "l_t_add": 4422, "r_f_add": 4419, "r_t_add": 4419, "st_code": 15480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-10-08T00:00:00Z", "newsegdate": "2004-10-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 22096, "Shape__Length": 47.580622291500823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224748367233204, 40.027074567568498 ], [ -75.225126895919999, 40.027226576672703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28925, "tnode_": 10501, "lpoly_": null, "rpoly_": null, "length": 31.6751769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4424, "l_t_add": 4426, "r_f_add": 4421, "r_t_add": 4421, "st_code": 15480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 600683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-10-08T00:00:00Z", "newsegdate": "2004-10-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 22097, "Shape__Length": 12.60161986982401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225126895919999, 40.027226576672703 ], [ -75.225227148242894, 40.027266836088302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8279, "tnode_": 29036, "lpoly_": null, "rpoly_": null, "length": 108.80425198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 346, "l_t_add": 358, "r_f_add": 347, "r_t_add": 359, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 600684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-25T00:00:00Z", "newsegdate": "2006-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 22098, "Shape__Length": 43.390087131404201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233523007846799, 40.0389472104794 ], [ -75.2335310902168, 40.038976322946297 ], [ -75.233703878192799, 40.0392101507788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9277, "tnode_": 29069, "lpoly_": null, "rpoly_": null, "length": 158.35961092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 272, "l_t_add": 288, "r_f_add": 285, "r_t_add": 291, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600686, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": "2006-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 22099, "Shape__Length": 63.015548234091121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226767789722501, 40.033106872201401 ], [ -75.226277407074804, 40.033323395572602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29069, "tnode_": 9206, "lpoly_": null, "rpoly_": null, "length": 138.36273938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 290, "l_t_add": 298, "r_f_add": 293, "r_t_add": 299, "st_code": 42180, "l_hundred": 200, "r_hundred": 200, "seg_id": 600687, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": "2006-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 22100, "Shape__Length": 55.059988501518042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226277407074804, 40.033323395572602 ], [ -75.226238883684502, 40.033338767895998 ], [ -75.225851022403205, 40.033515235995303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29069, "tnode_": 29108, "lpoly_": null, "rpoly_": null, "length": 39.974556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4700, "l_t_add": 4702, "r_f_add": 4701, "r_t_add": 4703, "st_code": 26140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-22T00:00:00Z", "newsegdate": "2006-09-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 22101, "Shape__Length": 15.940229196093171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226277407074804, 40.033323395572602 ], [ -75.226344737920897, 40.033420158016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29109, "tnode_": 9062, "lpoly_": null, "rpoly_": null, "length": 261.80144492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4704, "l_t_add": 4798, "r_f_add": 4705, "r_t_add": 4799, "st_code": 26140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 600689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-22T00:00:00Z", "newsegdate": "2006-09-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CROSS ST", "stname": "CROSS ST", "objectid": 22102, "Shape__Length": 104.38463791696279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226580587603195, 40.033759101181403 ], [ -75.227050094915199, 40.034380585891597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8363, "tnode_": 29139, "lpoly_": null, "rpoly_": null, "length": 2665.1432509000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5200, "l_t_add": 7198, "r_f_add": 5201, "r_t_add": 7199, "st_code": 78840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 600690, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 22103, "Shape__Length": 1061.8592199743182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240149200929295, 40.038550372379603 ], [ -75.240566952719604, 40.0388328930025 ], [ -75.2408452635554, 40.039065486611101 ], [ -75.241037336821194, 40.039297958192897 ], [ -75.2411425568542, 40.039491514301801 ], [ -75.241295258498695, 40.039920553261602 ], [ -75.241508663809597, 40.040227526071 ], [ -75.241804702799598, 40.040474615613697 ], [ -75.245626843108894, 40.043360440315297 ], [ -75.246026239409304, 40.043627522009501 ], [ -75.2463777334398, 40.043806497443697 ], [ -75.246508468472797, 40.043850163341403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29139, "tnode_": 7151, "lpoly_": null, "rpoly_": null, "length": 721.41542362999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UMBRIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7598, "r_f_add": 7201, "r_t_add": 7599, "st_code": 78840, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 600691, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "UMBRIA ST", "stname": "UMBRIA ST", "objectid": 22104, "Shape__Length": 287.42860868767389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246508468472797, 40.043850163341403 ], [ -75.246944438376403, 40.043995778160202 ], [ -75.247252432973497, 40.044165377817897 ], [ -75.247433673238604, 40.044304130546102 ], [ -75.247592283208405, 40.044462048666901 ], [ -75.248247535982202, 40.045241172852201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11100, "tnode_": 29284, "lpoly_": null, "rpoly_": null, "length": 806.97834261000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4800, "l_t_add": 4998, "r_f_add": 4801, "r_t_add": 4999, "st_code": 1171, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 600692, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22105, "Shape__Length": 321.16229548292807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219831030941705, 40.0233781666646 ], [ -75.219856096496102, 40.023377629620001 ], [ -75.2201610947495, 40.023148920220201 ], [ -75.220184391123993, 40.0231565756457 ], [ -75.220316049752796, 40.023199315396802 ], [ -75.220538685384, 40.023283899262303 ], [ -75.2206811216072, 40.0233354138309 ], [ -75.220771991637605, 40.0233801000022 ], [ -75.220808446088, 40.023395131443898 ], [ -75.221093213702105, 40.023501002751999 ], [ -75.221188207073595, 40.023534397086102 ], [ -75.221228041869594, 40.023558039779097 ], [ -75.221289962034803, 40.023585015030903 ], [ -75.221333813842705, 40.023600208289601 ], [ -75.221428807437803, 40.023633603324797 ], [ -75.221552329226796, 40.023696082605298 ], [ -75.221642776638404, 40.0237521419579 ], [ -75.221722236170393, 40.023805113975797 ], [ -75.221815853475903, 40.023875471521897 ], [ -75.221862662184705, 40.023910650716502 ], [ -75.221935678077799, 40.0239378689772 ], [ -75.221982592779796, 40.023970205104902 ], [ -75.222054972236506, 40.024014483172103 ], [ -75.222137812708795, 40.024076066260797 ], [ -75.222194869736896, 40.0241342363962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29284, "tnode_": 11010, "lpoly_": null, "rpoly_": null, "length": 61.88569838, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600693, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22106, "Shape__Length": 24.631835519631803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222194869736896, 40.0241342363962 ], [ -75.222091941187401, 40.024214495717104 ], [ -75.222018183624996, 40.024207181382401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29284, "tnode_": 29283, "lpoly_": null, "rpoly_": null, "length": 1183.9940031699998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 5000, "l_t_add": 5298, "r_f_add": 5001, "r_t_add": 5299, "st_code": 1171, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 600694, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22107, "Shape__Length": 471.29543038125649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222194869736896, 40.0241342363962 ], [ -75.222212726711007, 40.024151703356203 ], [ -75.222266191744893, 40.024206949038202 ], [ -75.222381788746702, 40.024283481494898 ], [ -75.222475830900905, 40.024342465528399 ], [ -75.222554762416294, 40.024409652960998 ], [ -75.222629888974595, 40.0244796037464 ], [ -75.2226913858958, 40.024517951190099 ], [ -75.222824630588804, 40.024617637045701 ], [ -75.222903773299507, 40.024679138174598 ], [ -75.222982070444502, 40.024763386125599 ], [ -75.223085727081795, 40.024862420572099 ], [ -75.223153563313502, 40.0249293643257 ], [ -75.223272650054795, 40.0250116642164 ], [ -75.223344291704194, 40.025075845328701 ], [ -75.223387614508198, 40.025105255572598 ], [ -75.223454293409404, 40.025103877225497 ], [ -75.223686658717497, 40.025225662836803 ], [ -75.223900743858593, 40.025341354261897 ], [ -75.224137126316904, 40.025454689446697 ], [ -75.224330396451407, 40.025532928207397 ], [ -75.224644131928002, 40.025656501346901 ], [ -75.225023278781805, 40.025812814217502 ], [ -75.225405618544798, 40.0259664200195 ], [ -75.225548617777903, 40.026026265020199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29283, "tnode_": 10689, "lpoly_": null, "rpoly_": null, "length": 79.61968531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600695, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22108, "Shape__Length": 31.75147701119614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225548617777903, 40.026026265020199 ], [ -75.225485176357594, 40.026105784373399 ], [ -75.225537789176002, 40.026224356027797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10665, "tnode_": 29282, "lpoly_": null, "rpoly_": null, "length": 68.67613916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600696, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22109, "Shape__Length": 27.393259458273036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225864940758399, 40.026358461343797 ], [ -75.225836587054999, 40.026269333317799 ], [ -75.225890525931305, 40.0261818987019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29283, "tnode_": 29282, "lpoly_": null, "rpoly_": null, "length": 111.36585432, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 1171, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 600697, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22110, "Shape__Length": 44.31298222812741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225548617777903, 40.026026265020199 ], [ -75.225577526010795, 40.026038426021998 ], [ -75.225657518871998, 40.026077178381101 ], [ -75.225751989358201, 40.026124785843002 ], [ -75.225890525931305, 40.0261818987019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29282, "tnode_": 29281, "lpoly_": null, "rpoly_": null, "length": 419.3062663, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 1171, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 600698, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22111, "Shape__Length": 166.84541235591402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225890525931305, 40.0261818987019 ], [ -75.225937867038397, 40.026202859325302 ], [ -75.226010569794695, 40.0262386058576 ], [ -75.226097643349704, 40.026286050454203 ], [ -75.226188733496699, 40.026325046317297 ], [ -75.226294405945893, 40.026370054150902 ], [ -75.226317654250593, 40.026342107991702 ], [ -75.2264124427209, 40.026381184944597 ], [ -75.226561970185202, 40.026441384733403 ], [ -75.226635096381202, 40.026465756981999 ], [ -75.226930558756294, 40.026583230588798 ], [ -75.227039401799203, 40.026642534995197 ], [ -75.227173925280198, 40.0267080959281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10580, "tnode_": 29281, "lpoly_": null, "rpoly_": null, "length": 84.66241847000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600699, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22112, "Shape__Length": 33.748266392583702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227206158451196, 40.026901261156802 ], [ -75.227199497807206, 40.026816794275099 ], [ -75.227123518436997, 40.026769593365103 ], [ -75.227173925280198, 40.0267080959281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29281, "tnode_": 29280, "lpoly_": null, "rpoly_": null, "length": 528.55967078000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 5500, "l_t_add": 5698, "r_f_add": 5501, "r_t_add": 5699, "st_code": 1171, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 600700, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22113, "Shape__Length": 210.41838394730075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227173925280198, 40.0267080959281 ], [ -75.227435256219906, 40.026847583848799 ], [ -75.227478477435298, 40.0268798355958 ], [ -75.227791062586803, 40.027034676982801 ], [ -75.227950737483496, 40.027120708554001 ], [ -75.2280845220576, 40.027206172255397 ], [ -75.228174769408895, 40.027267913427998 ], [ -75.228268398176297, 40.027338265704401 ], [ -75.228347654616599, 40.0273969200518 ], [ -75.228416344866901, 40.027441112927399 ], [ -75.228564608859898, 40.027535430888797 ], [ -75.228658559206707, 40.027598188194503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10580, "tnode_": 29279, "lpoly_": null, "rpoly_": null, "length": 475.97772184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4590, "r_f_add": 4501, "r_t_add": 4597, "st_code": 53000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600701, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-03-25T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 22114, "Shape__Length": 189.48676722447686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227206158451196, 40.026901261156802 ], [ -75.227947466023906, 40.027244673124102 ], [ -75.228538044048804, 40.027697525009401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29279, "tnode_": 10176, "lpoly_": null, "rpoly_": null, "length": 729.51602036999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4592, "l_t_add": 4598, "r_f_add": 4599, "r_t_add": 4599, "st_code": 53000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600702, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-03-25T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 22115, "Shape__Length": 290.55665700986589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228538044048804, 40.027697525009401 ], [ -75.230228410436396, 40.028999006438902 ], [ -75.230388860298802, 40.029106261758301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12107, "tnode_": 12023, "lpoly_": null, "rpoly_": null, "length": 355.83188953999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALFRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 11920, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALFRED ST", "stname": "ALFRED ST", "objectid": 22116, "Shape__Length": 141.83107037484496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468526776304, 40.013792790910699 ], [ -75.159115122204796, 40.014633598717303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12121, "tnode_": 11991, "lpoly_": null, "rpoly_": null, "length": 517.88382948999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3924, "l_t_add": 3998, "r_f_add": 3933, "r_t_add": 3999, "st_code": 18460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620017, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOTT ST", "stname": "BOTT ST", "objectid": 22117, "Shape__Length": 206.5149943635208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151045702128798, 40.013532341064199 ], [ -75.151752738435604, 40.014845940869797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29280, "tnode_": 29278, "lpoly_": null, "rpoly_": null, "length": 1906.3000795, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 5700, "l_t_add": 5998, "r_f_add": 5701, "r_t_add": 5999, "st_code": 1171, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 600703, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22118, "Shape__Length": 759.39562854990959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228658559206707, 40.027598188194503 ], [ -75.228745209914806, 40.027656069357299 ], [ -75.228809884427704, 40.027708711653801 ], [ -75.228849301868095, 40.027743724694602 ], [ -75.228924332997906, 40.027816514376497 ], [ -75.228992177938395, 40.027883454673002 ], [ -75.229085385980795, 40.027965179277402 ], [ -75.229200364586504, 40.028058765729497 ], [ -75.229362474705198, 40.028178997298902 ], [ -75.229506408712794, 40.028290291891899 ], [ -75.229704769042002, 40.028431238617998 ], [ -75.229780435360695, 40.028486966890803 ], [ -75.229860433505905, 40.028525716318903 ], [ -75.229983866361493, 40.0285910304436 ], [ -75.230099375143496, 40.028670398168899 ], [ -75.230221647302798, 40.028766988911698 ], [ -75.230322044604705, 40.028854561768298 ], [ -75.230379851570305, 40.028892823949597 ], [ -75.230456046696105, 40.028934335750797 ], [ -75.230555172757093, 40.028956429563401 ], [ -75.230598291228603, 40.028991524059002 ], [ -75.230651766931103, 40.029046764925504 ], [ -75.230726379280398, 40.029130926427399 ], [ -75.230819907701701, 40.029204120543703 ], [ -75.230938798987694, 40.029292099396201 ], [ -75.231324118507999, 40.029582273253403 ], [ -75.231518048354204, 40.029743038689404 ], [ -75.231618236579806, 40.029836297335699 ], [ -75.231715149923104, 40.0299181018216 ], [ -75.231830134323801, 40.030011684707297 ], [ -75.231991304322804, 40.030157503393198 ], [ -75.232116437508296, 40.030276919234304 ], [ -75.232234067732506, 40.030399017586298 ], [ -75.232337430043799, 40.030506573638299 ], [ -75.232380127365104, 40.030553040443699 ], [ -75.232458548504297, 40.030634438885897 ], [ -75.232533375785295, 40.030712912254302 ], [ -75.232564555207901, 40.030770509670297 ], [ -75.2326142300535, 40.030828512479502 ], [ -75.232703114152898, 40.030927213908697 ], [ -75.232778154137705, 40.0310000001882 ], [ -75.232828144530899, 40.0310494728975 ], [ -75.232856364178303, 40.031087085285698 ], [ -75.232989213699, 40.031198133203503 ], [ -75.233078838142404, 40.0312769304753 ], [ -75.233158103337203, 40.031335581493103 ], [ -75.233215809755905, 40.031376685296003 ], [ -75.233251531990007, 40.031411616649599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9850, "tnode_": 29277, "lpoly_": null, "rpoly_": null, "length": 357.34753075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 109, "st_code": 34780, "l_hundred": 100, "r_hundred": 100, "seg_id": 600704, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-25T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 22119, "Shape__Length": 142.42186717565534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234283722983605, 40.030858817654803 ], [ -75.233532881701095, 40.031652002056497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29277, "tnode_": 29278, "lpoly_": null, "rpoly_": null, "length": 120.03470778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600705, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22120, "Shape__Length": 47.820087453623891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233532881701095, 40.031652002056497 ], [ -75.233372126605502, 40.031553697865803 ], [ -75.233318226151994, 40.031509831307602 ], [ -75.233279224822397, 40.0314634458706 ], [ -75.233251531990007, 40.031411616649599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29279, "tnode_": 29280, "lpoly_": null, "rpoly_": null, "length": 49.48259463, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1171, "l_hundred": 0, "r_hundred": 0, "seg_id": 600706, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 22121, "Shape__Length": 19.71113923592516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228538044048804, 40.027697525009401 ], [ -75.228658559206707, 40.027598188194503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8629, "tnode_": 29534, "lpoly_": null, "rpoly_": null, "length": 580.59830963000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 358, "r_f_add": 201, "r_t_add": 259, "st_code": 23220, "l_hundred": 200, "r_hundred": 200, "seg_id": 600709, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-08-12T00:00:00Z", "newsegdate": "2009-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 22122, "Shape__Length": 230.93931268025904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231203572177705, 40.038203560635502 ], [ -75.231104796453195, 40.0380912255211 ], [ -75.231034494076397, 40.0380278539755 ], [ -75.230887891252095, 40.037992726511597 ], [ -75.230768927762497, 40.037978308045901 ], [ -75.229788422193195, 40.037902789445297 ], [ -75.229532113093896, 40.037887193187899 ], [ -75.229417144451403, 40.0379086043217 ], [ -75.229285138921696, 40.037969531182597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29534, "tnode_": 8230, "lpoly_": null, "rpoly_": null, "length": 823.04031106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 360, "l_t_add": 398, "r_f_add": 261, "r_t_add": 399, "st_code": 23220, "l_hundred": 300, "r_hundred": 200, "seg_id": 600710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": "2009-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 22123, "Shape__Length": 327.56086654765369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229285138921696, 40.037969531182597 ], [ -75.229031647637299, 40.038087627550098 ], [ -75.226769615404507, 40.039138341996399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29750, "tnode_": 29749, "lpoly_": null, "rpoly_": null, "length": 289.23076983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3850, "r_f_add": 3801, "r_t_add": 3851, "st_code": 53200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 600711, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-12-07T00:00:00Z", "newsegdate": "2011-12-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MANOR ST", "stname": "MANOR ST", "objectid": 22124, "Shape__Length": 115.27566847159304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211455106793693, 40.020064384855502 ], [ -75.211936951656796, 40.0207010445667 ], [ -75.212008737286993, 40.020716718321097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11522, "tnode_": 29749, "lpoly_": null, "rpoly_": null, "length": 194.22742047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 129, "l_t_add": 151, "r_f_add": 154, "r_t_add": 156, "st_code": 70680, "l_hundred": 100, "r_hundred": 100, "seg_id": 600712, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-07T00:00:00Z", "newsegdate": "2011-12-07T00:00:00Z", "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 22125, "Shape__Length": 77.271374289994156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212613459124299, 40.0204557457037 ], [ -75.212081934725703, 40.020684101693099 ], [ -75.212008737286993, 40.020716718321097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11839, "tnode_": 29767, "lpoly_": null, "rpoly_": null, "length": 130.85757511999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5188, "l_t_add": 5192, "r_f_add": 0, "r_t_add": 0, "st_code": 68280, "l_hundred": 5100, "r_hundred": 0, "seg_id": 600713, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-06-14T00:00:00Z", "newsegdate": "2012-06-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 22126, "Shape__Length": 52.213872301167413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211360479769098, 40.017815692460204 ], [ -75.211335478957295, 40.018167621930097 ], [ -75.211333847526404, 40.0181742703842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29767, "tnode_": 11740, "lpoly_": null, "rpoly_": null, "length": 168.03599538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5194, "l_t_add": 5198, "r_f_add": 5195, "r_t_add": 5199, "st_code": 68280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 600714, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-06-14T00:00:00Z", "newsegdate": "2012-06-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 22127, "Shape__Length": 67.041238927478247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211333847526404, 40.0181742703842 ], [ -75.211304789866006, 40.018292659131902 ], [ -75.211225197373594, 40.018627920451699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11828, "tnode_": 29767, "lpoly_": null, "rpoly_": null, "length": 114.86799437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5189, "r_t_add": 5193, "st_code": 68280, "l_hundred": 0, "r_hundred": 5100, "seg_id": 600715, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2012-06-14T00:00:00Z", "newsegdate": "2012-06-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 22128, "Shape__Length": 45.814758527366621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211198136254595, 40.017876708527602 ], [ -75.211333847526404, 40.0181742703842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29806, "tnode_": 29807, "lpoly_": null, "rpoly_": null, "length": 360.59640535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "CT", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 47790, "l_hundred": 500, "r_hundred": 500, "seg_id": 600716, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-07-24T00:00:00Z", "newsegdate": "2013-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "KINGSLEY CT", "stname": "KINGSLEY CT", "objectid": 22129, "Shape__Length": 143.4440856920296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208884431815406, 40.025917160561903 ], [ -75.207726791186701, 40.0263505425565 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10597, "tnode_": 10409, "lpoly_": null, "rpoly_": null, "length": 453.73503871000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4318, "l_t_add": 4398, "r_f_add": 4319, "r_t_add": 4399, "st_code": 77640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 600717, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2016-12-05T00:00:00Z", "newsegdate": "2016-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "TOWER ST", "stname": "TOWER ST", "objectid": 22130, "Shape__Length": 180.78665963915375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220215933483203, 40.026597786667701 ], [ -75.220614850137295, 40.026978072728802 ], [ -75.220655981830902, 40.027017282741497 ], [ -75.221242994827904, 40.0275610702218 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10279, "tnode_": 30009, "lpoly_": null, "rpoly_": null, "length": 90.60930152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 50480, "l_hundred": 0, "r_hundred": 0, "seg_id": 600718, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2019-01-23T10:54:51Z", "newsegdate": "2019-01-23T10:54:51Z", "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 22131, "Shape__Length": 36.050446586728739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231486757436102, 40.028614602454702 ], [ -75.231440999261096, 40.028613147591003 ], [ -75.231382977789593, 40.028624526027599 ], [ -75.231290662857006, 40.028673106723701 ], [ -75.231203297085699, 40.028719260495599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30009, "tnode_": 10176, "lpoly_": null, "rpoly_": null, "length": 271.7238393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4, "l_t_add": 4, "r_f_add": 3, "r_t_add": 3, "st_code": 50480, "l_hundred": 0, "r_hundred": 0, "seg_id": 600719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2019-01-23T10:54:51Z", "newsegdate": "2019-01-23T10:54:51Z", "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 22132, "Shape__Length": 108.13748701210591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231203297085699, 40.028719260495599 ], [ -75.231133829122797, 40.028760333210002 ], [ -75.230629264959305, 40.029052892712301 ], [ -75.230532249184407, 40.029080283728 ], [ -75.230388860298802, 40.029106261758301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30009, "tnode_": 30010, "lpoly_": null, "rpoly_": null, "length": 944.77697375999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVERSIDE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 68814, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 600720, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2019-01-23T15:57:11Z", "newsegdate": "2019-01-23T15:57:11Z", "multi_rep": null, "streetlabe": "RIVERSIDE WAY ", "stname": "RIVERSIDE WAY ", "objectid": 22133, "Shape__Length": 376.16664984204817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231203297085699, 40.028719260495599 ], [ -75.229022903856205, 40.027334943905302 ], [ -75.228617273027595, 40.0270541871718 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29534, "tnode_": 30018, "lpoly_": null, "rpoly_": null, "length": 259.95550471999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "CT", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 23215, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 600721, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2020-01-14T15:20:20Z", "newsegdate": "2020-01-14T15:20:20Z", "multi_rep": null, "streetlabe": "CINNAMINSON CT", "stname": "CINNAMINSON CT", "objectid": 22134, "Shape__Length": 103.73259347161272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229285138921696, 40.037969531182597 ], [ -75.229516421916699, 40.038660641727603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11558, "tnode_": 11517, "lpoly_": null, "rpoly_": null, "length": 138.73174104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4354, "l_t_add": 4398, "r_f_add": 4355, "r_t_add": 4399, "st_code": 23480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620001, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22135, "Shape__Length": 55.299570994474685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160068128609296, 40.0190041848468 ], [ -75.160323658694594, 40.019330431161301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11621, "tnode_": 11558, "lpoly_": null, "rpoly_": null, "length": 245.10737798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4328, "l_t_add": 4352, "r_f_add": 4329, "r_t_add": 4353, "st_code": 23480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620002, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22136, "Shape__Length": 97.697294834081291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159608356233406, 40.018431679030101 ], [ -75.160068128609296, 40.0190041848468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11667, "tnode_": 11621, "lpoly_": null, "rpoly_": null, "length": 155.99979553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4314, "l_t_add": 4326, "r_f_add": 4315, "r_t_add": 4327, "st_code": 23480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620003, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22137, "Shape__Length": 62.18240987615868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159322112133395, 40.018064322030298 ], [ -75.159608356233406, 40.018431679030101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11716, "tnode_": 11667, "lpoly_": null, "rpoly_": null, "length": 145.75894225000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4312, "r_f_add": 4301, "r_t_add": 4313, "st_code": 23480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620004, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22138, "Shape__Length": 58.098906430244512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159052151407806, 40.017722243856298 ], [ -75.159322112133395, 40.018064322030298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11736, "tnode_": 11716, "lpoly_": null, "rpoly_": null, "length": 124.26719131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4238, "l_t_add": 4298, "r_f_add": 4239, "r_t_add": 4299, "st_code": 23480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620005, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22139, "Shape__Length": 49.539266857996047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158838165189493, 40.017423414576697 ], [ -75.159052151407806, 40.017722243856298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11780, "tnode_": 11736, "lpoly_": null, "rpoly_": null, "length": 147.06138822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4234, "l_t_add": 4236, "r_f_add": 4235, "r_t_add": 4237, "st_code": 23480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620006, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22140, "Shape__Length": 58.616646464716133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158563919171698, 40.017079158884698 ], [ -75.158838165189493, 40.017423414576697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11833, "tnode_": 11780, "lpoly_": null, "rpoly_": null, "length": 169.8547973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4232, "r_f_add": 4201, "r_t_add": 4233, "st_code": 23480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620007, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 22141, "Shape__Length": 67.699416761541855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158242838705902, 40.016683604682001 ], [ -75.158563919171698, 40.017079158884698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11975, "tnode_": 11991, "lpoly_": null, "rpoly_": null, "length": 128.63838901, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1436, "l_t_add": 1438, "r_f_add": 1429, "r_t_add": 1439, "st_code": 52100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 22142, "Shape__Length": 51.151913157788329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151325470470695, 40.0149754337953 ], [ -75.151752738435604, 40.014845940869797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11991, "tnode_": 11999, "lpoly_": null, "rpoly_": null, "length": 121.9274375, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1440, "l_t_add": 1462, "r_f_add": 1441, "r_t_add": 1451, "st_code": 52100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 22143, "Shape__Length": 48.486452147713138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151752738435604, 40.014845940869797 ], [ -75.152153816246795, 40.014715853831902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11999, "tnode_": 12030, "lpoly_": null, "rpoly_": null, "length": 276.88480167, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1464, "l_t_add": 1498, "r_f_add": 1453, "r_t_add": 1499, "st_code": 52100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 22144, "Shape__Length": 110.10101703429852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152153816246795, 40.014715853831902 ], [ -75.153072526935702, 40.014435287283298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12040, "tnode_": 12027, "lpoly_": null, "rpoly_": null, "length": 223.00925318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 52040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 22145, "Shape__Length": 88.638272158555807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154244732888102, 40.014365763163603 ], [ -75.155031247477098, 40.014460839689598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12030, "tnode_": 12048, "lpoly_": null, "rpoly_": null, "length": 121.11265464, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 52040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 22146, "Shape__Length": 48.177630960603594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153072526935702, 40.014435287283298 ], [ -75.153451361193504, 40.014275019509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12048, "tnode_": 12040, "lpoly_": null, "rpoly_": null, "length": 224.6694748, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 52040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 22147, "Shape__Length": 89.297155068951483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153451361193504, 40.014275019509199 ], [ -75.154244732888102, 40.014365763163603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9994, "tnode_": 9890, "lpoly_": null, "rpoly_": null, "length": 284.56793631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 80840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADE ST", "stname": "WADE ST", "objectid": 22148, "Shape__Length": 113.26422918928731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165850676267695, 40.028491853067003 ], [ -75.166685434005899, 40.028937306311299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12126, "tnode_": 12044, "lpoly_": null, "rpoly_": null, "length": 357.31359254999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRISCILLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 65760, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620018, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRISCILLA ST", "stname": "PRISCILLA ST", "objectid": 22149, "Shape__Length": 142.41317137153879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1588846966402, 40.013598649229699 ], [ -75.159551794490895, 40.014434708409198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12121, "tnode_": 12132, "lpoly_": null, "rpoly_": null, "length": 125.75366372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1416, "l_t_add": 1428, "r_f_add": 1421, "r_t_add": 1439, "st_code": 47520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 22150, "Shape__Length": 50.003801885514271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151045702128798, 40.013532341064199 ], [ -75.151463337442607, 40.013405669595201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12132, "tnode_": 11999, "lpoly_": null, "rpoly_": null, "length": 514.97487274999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3940, "l_t_add": 3998, "r_f_add": 3941, "r_t_add": 3999, "st_code": 59760, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICE ST", "stname": "NICE ST", "objectid": 22151, "Shape__Length": 205.35880460379681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151463337442607, 40.013405669595201 ], [ -75.152153816246795, 40.014715853831902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12157, "tnode_": 12141, "lpoly_": null, "rpoly_": null, "length": 343.47123004000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 47520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 22152, "Shape__Length": 136.51437311555102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152433884786007, 40.013220046080903 ], [ -75.153646383256302, 40.013360711362999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12159, "tnode_": 12070, "lpoly_": null, "rpoly_": null, "length": 352.6803609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 28880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620022, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DONATH ST", "stname": "DONATH ST", "objectid": 22153, "Shape__Length": 140.56955703745072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159392649408005, 40.013370605738601 ], [ -75.160043411394398, 40.014199419551701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12205, "tnode_": 12040, "lpoly_": null, "rpoly_": null, "length": 557.13967793999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 73080, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620024, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22154, "Shape__Length": 222.26996660603447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154580392230997, 40.012858282004302 ], [ -75.154244732888102, 40.014365763163603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12217, "tnode_": 12119, "lpoly_": null, "rpoly_": null, "length": 356.39223075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3864, "l_t_add": 3898, "r_f_add": 3861, "r_t_add": 3899, "st_code": 13020, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCHER ST", "stname": "ARCHER ST", "objectid": 22155, "Shape__Length": 142.05851077668498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160348322553503, 40.012928292608898 ], [ -75.160982644022496, 40.013776381291898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12251, "tnode_": 12144, "lpoly_": null, "rpoly_": null, "length": 356.14280759000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 17800, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAINE ST", "stname": "BLAINE ST", "objectid": 22156, "Shape__Length": 141.95149351305162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160945334651998, 40.012657043577001 ], [ -75.161595037030494, 40.013497422326097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12255, "tnode_": 12132, "lpoly_": null, "rpoly_": null, "length": 385.48300743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3910, "l_t_add": 3938, "r_f_add": 3909, "r_t_add": 3939, "st_code": 59760, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICE ST", "stname": "NICE ST", "objectid": 22157, "Shape__Length": 153.74334661495993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151029458527304, 40.012401439247597 ], [ -75.151463337442607, 40.013405669595201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12268, "tnode_": 12242, "lpoly_": null, "rpoly_": null, "length": 108.83856013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLABON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 17740, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLABON ST", "stname": "BLABON ST", "objectid": 22158, "Shape__Length": 43.390935684561825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163779600931406, 40.012581918334902 ], [ -75.1639538157674, 40.012848979193599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12305, "tnode_": 12268, "lpoly_": null, "rpoly_": null, "length": 144.94415023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLABON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3722, "l_t_add": 3798, "r_f_add": 3723, "r_t_add": 3799, "st_code": 17740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLABON ST", "stname": "BLABON ST", "objectid": 22159, "Shape__Length": 57.770498045908639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163513375644996, 40.012240729419503 ], [ -75.163779600931406, 40.012581918334902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12318, "tnode_": 12185, "lpoly_": null, "rpoly_": null, "length": 403.79085463999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 18500, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620031, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22160, "Shape__Length": 161.08893062043651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156373191897799, 40.011964851998798 ], [ -75.156128707440303, 40.013057248874098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12329, "tnode_": 12217, "lpoly_": null, "rpoly_": null, "length": 395.24687894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3862, "r_f_add": 3801, "r_t_add": 3859, "st_code": 13020, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620032, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCHER ST", "stname": "ARCHER ST", "objectid": 22161, "Shape__Length": 157.54984429046669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159663411340603, 40.011982187766101 ], [ -75.160148255519303, 40.012624592292198 ], [ -75.160296884099594, 40.012820495403801 ], [ -75.160330626265903, 40.012873770358198 ], [ -75.160348322553503, 40.012928292608898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12348, "tnode_": 12166, "lpoly_": null, "rpoly_": null, "length": 553.41144119000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 38180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620033, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22162, "Shape__Length": 220.77979889329427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580344298889, 40.011771477451902 ], [ -75.157705970052007, 40.0132695174212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12305, "tnode_": 12375, "lpoly_": null, "rpoly_": null, "length": 375.23514598999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 85580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YELLAND ST", "stname": "YELLAND ST", "objectid": 22163, "Shape__Length": 149.2874585496117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163513375644996, 40.012240729419503 ], [ -75.164651270777696, 40.011697165770499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12375, "tnode_": 12352, "lpoly_": null, "rpoly_": null, "length": 69.130849649999988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3710, "l_t_add": 3714, "r_f_add": 3711, "r_t_add": 3713, "st_code": 71300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22164, "Shape__Length": 27.552036958106971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164651270777696, 40.011697165770499 ], [ -75.164780960848304, 40.0118586239957 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12378, "tnode_": 12305, "lpoly_": null, "rpoly_": null, "length": 242.78700612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLABON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3720, "r_f_add": 3701, "r_t_add": 3721, "st_code": 17740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLABON ST", "stname": "BLABON ST", "objectid": 22165, "Shape__Length": 96.76186155662036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163055890295496, 40.0116746486514 ], [ -75.163513375644996, 40.012240729419503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12391, "tnode_": 12205, "lpoly_": null, "rpoly_": null, "length": 549.43639295999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 73080, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620037, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22166, "Shape__Length": 219.19450486271893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154893728535598, 40.011369380903602 ], [ -75.154580392230997, 40.012858282004302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12397, "tnode_": 12382, "lpoly_": null, "rpoly_": null, "length": 443.11394894, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 21360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620038, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAREY ST", "stname": "W CAREY ST", "objectid": 22167, "Shape__Length": 176.11686390781784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158938531527596, 40.011397592161202 ], [ -75.160498565005796, 40.011599200489499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12404, "tnode_": 12228, "lpoly_": null, "rpoly_": null, "length": 551.80818347999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 75860, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620039, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22168, "Shape__Length": 220.13615388893282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153333106580902, 40.011155042254799 ], [ -75.1529919007167, 40.0126469279787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12436, "tnode_": 12375, "lpoly_": null, "rpoly_": null, "length": 239.67199861999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3708, "r_f_add": 3701, "r_t_add": 3709, "st_code": 71300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22169, "Shape__Length": 95.523711954816434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164208542701502, 40.0111341601947 ], [ -75.164651270777696, 40.011697165770499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12442, "tnode_": 12419, "lpoly_": null, "rpoly_": null, "length": 443.30361223, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 11500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AIRDRIE ST", "stname": "W AIRDRIE ST", "objectid": 22170, "Shape__Length": 176.19188831322901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159029658322396, 40.010985932593101 ], [ -75.160589539048203, 40.0111913035961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12320, "tnode_": 12466, "lpoly_": null, "rpoly_": null, "length": 867.91893919000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2278, "r_f_add": 2201, "r_t_add": 2265, "st_code": 69780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22171, "Shape__Length": 345.2872176615632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164992973394106, 40.012150694094302 ], [ -75.167641529375004, 40.010914241724997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12478, "tnode_": 12378, "lpoly_": null, "rpoly_": null, "length": 384.9635121, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 88190, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620043, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22172, "Shape__Length": 153.48105995543608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162625418818905, 40.010722147181802 ], [ -75.162568414417507, 40.011030850517599 ], [ -75.163055890295496, 40.0116746486514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12352, "tnode_": 12491, "lpoly_": null, "rpoly_": null, "length": 870.60135184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 85580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620044, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YELLAND ST", "stname": "YELLAND ST", "objectid": 22173, "Shape__Length": 346.34827141484953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164780960848304, 40.0118586239957 ], [ -75.167443823263298, 40.010626150282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12511, "tnode_": 12348, "lpoly_": null, "rpoly_": null, "length": 585.70245378000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 38180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620045, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22174, "Shape__Length": 233.65521884195866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158392845215701, 40.010187450487003 ], [ -75.1580344298889, 40.011771477451902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12538, "tnode_": 12374, "lpoly_": null, "rpoly_": null, "length": 578.68761657999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 18500, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620046, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22175, "Shape__Length": 230.85985127464548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156809152943296, 40.009989227463898 ], [ -75.156481001545103, 40.011557626430204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12574, "tnode_": 12404, "lpoly_": null, "rpoly_": null, "length": 587.97609287, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 75860, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620047, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22176, "Shape__Length": 234.56315585213051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153672133358796, 40.009562169057901 ], [ -75.153333106580902, 40.011155042254799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12590, "tnode_": 12420, "lpoly_": null, "rpoly_": null, "length": 585.93206673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 21400, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620048, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22177, "Shape__Length": 233.74550915958307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152150026521298, 40.009373451455801 ], [ -75.151801356541498, 40.010959402762502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11999, "tnode_": 11901, "lpoly_": null, "rpoly_": null, "length": 456.71692747000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4998, "r_f_add": 4001, "r_t_add": 4999, "st_code": 59760, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 620050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NICE ST", "stname": "NICE ST", "objectid": 22178, "Shape__Length": 182.12991131966757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152153816246795, 40.014715853831902 ], [ -75.152767427699004, 40.0158774349445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12352, "tnode_": 12332, "lpoly_": null, "rpoly_": null, "length": 79.66951421, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3716, "l_t_add": 3724, "r_f_add": 3715, "r_t_add": 3723, "st_code": 71300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22179, "Shape__Length": 31.756991834914164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164780960848304, 40.0118586239957 ], [ -75.164919884102801, 40.012049462991101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12332, "tnode_": 12320, "lpoly_": null, "rpoly_": null, "length": 42.17866805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3726, "l_t_add": 3728, "r_f_add": 3725, "r_t_add": 3729, "st_code": 71300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22180, "Shape__Length": 16.813032853221952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164919884102801, 40.012049462991101 ], [ -75.164992973394106, 40.012150694094302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12268, "tnode_": 12332, "lpoly_": null, "rpoly_": null, "length": 373.68581135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 69780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22181, "Shape__Length": 148.66649740041416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163779600931406, 40.012581918334902 ], [ -75.164919884102801, 40.012049462991101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12320, "tnode_": 12302, "lpoly_": null, "rpoly_": null, "length": 88.43951813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3730, "l_t_add": 3798, "r_f_add": 3731, "r_t_add": 3799, "st_code": 71300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22182, "Shape__Length": 35.235214308051837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164992973394106, 40.012150694094302 ], [ -75.165184059390796, 40.012343959545497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12502, "tnode_": 12492, "lpoly_": null, "rpoly_": null, "length": 448.2036618, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 32000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620056, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22183, "Shape__Length": 178.13619846761486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159177697468394, 40.010295588977399 ], [ -75.1607564218737, 40.010495829422602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12511, "tnode_": 12502, "lpoly_": null, "rpoly_": null, "length": 223.3525643, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1823, "r_t_add": 1899, "st_code": 32000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620057, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22184, "Shape__Length": 88.771729972723733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158392845215701, 40.010187450487003 ], [ -75.159177697468394, 40.010295588977399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12523, "tnode_": 12511, "lpoly_": null, "rpoly_": null, "length": 226.65372344999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1821, "st_code": 32000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620058, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22185, "Shape__Length": 90.080647701933572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157592948016998, 40.010093698492398 ], [ -75.158392845215701, 40.010187450487003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12538, "tnode_": 12523, "lpoly_": null, "rpoly_": null, "length": 222.82965663, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 32000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22186, "Shape__Length": 88.562959186098354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156809152943296, 40.009989227463898 ], [ -75.157592948016998, 40.010093698492398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12543, "tnode_": 12538, "lpoly_": null, "rpoly_": null, "length": 221.78942653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1721, "st_code": 32000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620060, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22187, "Shape__Length": 88.151032481436445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156030919353, 40.009877136044302 ], [ -75.156809152943296, 40.009989227463898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12553, "tnode_": 12543, "lpoly_": null, "rpoly_": null, "length": 222.58874271, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1609, "r_t_add": 1699, "st_code": 32000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620061, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22188, "Shape__Length": 88.467427256815171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1552485523641, 40.009770244761199 ], [ -75.156030919353, 40.009877136044302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12574, "tnode_": 12566, "lpoly_": null, "rpoly_": null, "length": 225.80229601, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 32000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620062, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22189, "Shape__Length": 89.743046830120178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153672133358796, 40.009562169057901 ], [ -75.154467314143702, 40.009663800692401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12582, "tnode_": 12574, "lpoly_": null, "rpoly_": null, "length": 225.10770094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 32000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22190, "Shape__Length": 89.467758564961798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152880445327796, 40.0094561265051 ], [ -75.153672133358796, 40.009562169057901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12590, "tnode_": 12582, "lpoly_": null, "rpoly_": null, "length": 206.8106025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 32000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620064, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22191, "Shape__Length": 82.192885124392646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152150026521298, 40.009373451455801 ], [ -75.152880445327796, 40.0094561265051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12566, "tnode_": 12562, "lpoly_": null, "rpoly_": null, "length": 50.10996643, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1602, "r_f_add": 1601, "r_t_add": 1603, "st_code": 32000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620066, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22192, "Shape__Length": 19.916251026897168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154467314143702, 40.009663800692401 ], [ -75.154643219933305, 40.009688810597098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12562, "tnode_": 12553, "lpoly_": null, "rpoly_": null, "length": 172.14112604, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1604, "l_t_add": 1620, "r_f_add": 1605, "r_t_add": 1607, "st_code": 32000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 22193, "Shape__Length": 68.416788179547851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154643219933305, 40.009688810597098 ], [ -75.1552485523641, 40.009770244761199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12546, "tnode_": 12465, "lpoly_": null, "rpoly_": null, "length": 296.54513737999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3624, "l_t_add": 3698, "r_f_add": 3625, "r_t_add": 3699, "st_code": 88210, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620068, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22194, "Shape__Length": 118.30399268869374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164410597751598, 40.010096940344198 ], [ -75.164254822482405, 40.010902131602101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12633, "tnode_": 12546, "lpoly_": null, "rpoly_": null, "length": 277.39543865999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3622, "r_f_add": 3601, "r_t_add": 3623, "st_code": 88210, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620069, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22195, "Shape__Length": 110.66001554508522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164578726408294, 40.009346511473602 ], [ -75.164410597751598, 40.010096940344198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12702, "tnode_": 12633, "lpoly_": null, "rpoly_": null, "length": 266.40770582, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3516, "l_t_add": 3598, "r_f_add": 3521, "r_t_add": 3599, "st_code": 88210, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620070, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22196, "Shape__Length": 106.2762582124262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164735648932194, 40.008625213970603 ], [ -75.164578726408294, 40.009346511473602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12772, "tnode_": 12702, "lpoly_": null, "rpoly_": null, "length": 284.7636731, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3514, "r_f_add": 3501, "r_t_add": 3519, "st_code": 88210, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620071, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22197, "Shape__Length": 113.59814001366563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164899920976197, 40.007853777247597 ], [ -75.164735648932194, 40.008625213970603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12819, "tnode_": 12772, "lpoly_": null, "rpoly_": null, "length": 277.38053923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3420, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 88210, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620072, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22198, "Shape__Length": 110.65151990581991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165060660248997, 40.007102433624098 ], [ -75.164899920976197, 40.007853777247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12877, "tnode_": 12819, "lpoly_": null, "rpoly_": null, "length": 273.40037295000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3427, "st_code": 88210, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620073, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22199, "Shape__Length": 109.06070951908006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165231706279101, 40.006363532431699 ], [ -75.165060660248997, 40.007102433624098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12944, "tnode_": 12877, "lpoly_": null, "rpoly_": null, "length": 271.6849844, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3332, "l_t_add": 3398, "r_f_add": 3329, "r_t_add": 3399, "st_code": 88210, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620074, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22200, "Shape__Length": 108.37670222891893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1653920757756, 40.0056279911405 ], [ -75.165231706279101, 40.006363532431699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13041, "tnode_": 12944, "lpoly_": null, "rpoly_": null, "length": 280.3512498, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3330, "r_f_add": 3301, "r_t_add": 3327, "st_code": 88210, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620075, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 22201, "Shape__Length": 111.83248860460043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165557665947304, 40.0048690011755 ], [ -75.1653920757756, 40.0056279911405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12571, "tnode_": 12478, "lpoly_": null, "rpoly_": null, "length": 310.85296724999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3636, "l_t_add": 3698, "r_f_add": 3633, "r_t_add": 3699, "st_code": 88190, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620077, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22202, "Shape__Length": 124.00818970356327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162813332345195, 40.009881141243298 ], [ -75.162625418818905, 40.010722147181802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12650, "tnode_": 12571, "lpoly_": null, "rpoly_": null, "length": 275.85614198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3634, "r_f_add": 3601, "r_t_add": 3631, "st_code": 88190, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620078, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22203, "Shape__Length": 110.04702629267206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162970723654496, 40.009133616918 ], [ -75.162813332345195, 40.009881141243298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12716, "tnode_": 12650, "lpoly_": null, "rpoly_": null, "length": 266.57132515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3531, "r_t_add": 3599, "st_code": 88190, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620079, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22204, "Shape__Length": 106.34114807645962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163128090459395, 40.008411921281002 ], [ -75.162970723654496, 40.009133616918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12782, "tnode_": 12716, "lpoly_": null, "rpoly_": null, "length": 279.90736169000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3529, "st_code": 88190, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620080, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22205, "Shape__Length": 111.65944368834344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163296971179605, 40.007654595666402 ], [ -75.163128090459395, 40.008411921281002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12831, "tnode_": 12782, "lpoly_": null, "rpoly_": null, "length": 276.09736278000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3428, "l_t_add": 3498, "r_f_add": 3427, "r_t_add": 3499, "st_code": 88190, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620081, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22206, "Shape__Length": 110.13913151199878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163458301299897, 40.006906897393002 ], [ -75.163296971179605, 40.007654595666402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12888, "tnode_": 12831, "lpoly_": null, "rpoly_": null, "length": 275.82311642000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3426, "r_f_add": 3401, "r_t_add": 3425, "st_code": 88190, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620082, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22207, "Shape__Length": 110.02680196263989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163631069103005, 40.006161476697898 ], [ -75.163458301299897, 40.006906897393002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12965, "tnode_": 12888, "lpoly_": null, "rpoly_": null, "length": 281.0483428, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3326, "l_t_add": 3398, "r_f_add": 3329, "r_t_add": 3399, "st_code": 88190, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620083, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22208, "Shape__Length": 112.11233998495479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163790703227505, 40.005399793958397 ], [ -75.163631069103005, 40.006161476697898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13068, "tnode_": 12965, "lpoly_": null, "rpoly_": null, "length": 271.14864095999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3324, "r_f_add": 3301, "r_t_add": 3327, "st_code": 88190, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620084, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22209, "Shape__Length": 108.16214364370437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163944330654004, 40.004664893571899 ], [ -75.163790703227505, 40.005399793958397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13158, "tnode_": 13068, "lpoly_": null, "rpoly_": null, "length": 274.44405989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3230, "l_t_add": 3298, "r_f_add": 3231, "r_t_add": 3299, "st_code": 88190, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620085, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 22210, "Shape__Length": 109.47470351668281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164105540951695, 40.0039217816947 ], [ -75.163944330654004, 40.004664893571899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13267, "tnode_": 13246, "lpoly_": null, "rpoly_": null, "length": 456.74775503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 12060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620086, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22211, "Shape__Length": 181.51147847839971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164288312266805, 40.0030812131536 ], [ -75.165898386897894, 40.003278507380998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13303, "tnode_": 13295, "lpoly_": null, "rpoly_": null, "length": 446.15779632, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 12060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620087, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22212, "Shape__Length": 177.30110530959047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160845183049702, 40.0026436947837 ], [ -75.162418802702007, 40.0028320898058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13354, "tnode_": 13325, "lpoly_": null, "rpoly_": null, "length": 499.95633282, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 12060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22213, "Shape__Length": 198.68437769301622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157706584199701, 40.002219566287501 ], [ -75.159464033231103, 40.002458051817001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13407, "tnode_": 13378, "lpoly_": null, "rpoly_": null, "length": 447.06191943, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 12060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620090, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22214, "Shape__Length": 177.66279237056986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154557199203197, 40.001809446053102 ], [ -75.156128768608497, 40.002022417360003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13423, "tnode_": 13418, "lpoly_": null, "rpoly_": null, "length": 97.68376922, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1414, "l_t_add": 1420, "r_f_add": 1409, "r_t_add": 1415, "st_code": 12060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620091, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22215, "Shape__Length": 38.819277800487093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153455987512203, 40.001670435202598 ], [ -75.153799617449593, 40.001715907442097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13418, "tnode_": 13416, "lpoly_": null, "rpoly_": null, "length": 45.14538322, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1422, "l_t_add": 1422, "r_f_add": 1417, "r_t_add": 1417, "st_code": 12060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620093, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-07-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22216, "Shape__Length": 17.940112330410088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153799617449593, 40.001715907442097 ], [ -75.153959065957196, 40.001733844912302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13416, "tnode_": 13407, "lpoly_": null, "rpoly_": null, "length": 169.81682734, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1424, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 12060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22217, "Shape__Length": 67.484190616413017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153959065957196, 40.001733844912302 ], [ -75.154557199203197, 40.001809446053102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12851, "tnode_": 12796, "lpoly_": null, "rpoly_": null, "length": 277.74484031999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3428, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 88170, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22218, "Shape__Length": 110.79319079096553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161592659605105, 40.006658361855003 ], [ -75.161412308301095, 40.007408085261602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12908, "tnode_": 12851, "lpoly_": null, "rpoly_": null, "length": 274.60923888999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3426, "r_f_add": 3401, "r_t_add": 3427, "st_code": 88170, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620096, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22219, "Shape__Length": 109.54437269721207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161749840185493, 40.005914279706502 ], [ -75.161592659605105, 40.006658361855003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12994, "tnode_": 12908, "lpoly_": null, "rpoly_": null, "length": 279.01783476000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3328, "l_t_add": 3398, "r_f_add": 3329, "r_t_add": 3399, "st_code": 88170, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620097, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22220, "Shape__Length": 111.30181082406517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161909364563499, 40.005158229787803 ], [ -75.161749840185493, 40.005914279706502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13085, "tnode_": 12994, "lpoly_": null, "rpoly_": null, "length": 272.4861222, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3326, "r_f_add": 3301, "r_t_add": 3327, "st_code": 88170, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620098, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22221, "Shape__Length": 108.69558362844553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162061577354194, 40.004419437822797 ], [ -75.161909364563499, 40.005158229787803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13150, "tnode_": 13085, "lpoly_": null, "rpoly_": null, "length": 184.70119282, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3236, "l_t_add": 3298, "r_f_add": 3237, "r_t_add": 3299, "st_code": 88170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620099, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22222, "Shape__Length": 73.675699698747707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162175328190898, 40.003920013793099 ], [ -75.162061577354194, 40.004419437822797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13182, "tnode_": 13150, "lpoly_": null, "rpoly_": null, "length": 93.7874305, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3228, "l_t_add": 3234, "r_f_add": 3227, "r_t_add": 3235, "st_code": 88170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620100, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22223, "Shape__Length": 37.410802855120849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162232967949507, 40.003666400459203 ], [ -75.162175328190898, 40.003920013793099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13217, "tnode_": 13182, "lpoly_": null, "rpoly_": null, "length": 82.129120539999988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3216, "l_t_add": 3226, "r_f_add": 3217, "r_t_add": 3225, "st_code": 88170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620101, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22224, "Shape__Length": 32.761081970087616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162276098330395, 40.003443640593503 ], [ -75.162243221508703, 40.003637363898598 ], [ -75.162232967949507, 40.003666400459203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13295, "tnode_": 13217, "lpoly_": null, "rpoly_": null, "length": 226.33597547000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3214, "r_f_add": 3201, "r_t_add": 3215, "st_code": 88170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620102, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22225, "Shape__Length": 90.281582670038759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162418802702007, 40.0028320898058 ], [ -75.162276098330395, 40.003443640593503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12586, "tnode_": 12492, "lpoly_": null, "rpoly_": null, "length": 315.35303129, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3620, "l_t_add": 3698, "r_f_add": 3621, "r_t_add": 3699, "st_code": 88170, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22226, "Shape__Length": 125.80392231738396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160939722460398, 40.0096418023385 ], [ -75.160855903666501, 40.009992185881103 ], [ -75.1607564218737, 40.010495829422602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12666, "tnode_": 12586, "lpoly_": null, "rpoly_": null, "length": 276.38028064000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3618, "r_f_add": 3601, "r_t_add": 3619, "st_code": 88170, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620104, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22227, "Shape__Length": 110.25572847561956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1610974492163, 40.008892862278699 ], [ -75.160939722460398, 40.0096418023385 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12738, "tnode_": 12666, "lpoly_": null, "rpoly_": null, "length": 275.45594789, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3531, "r_t_add": 3599, "st_code": 88170, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22228, "Shape__Length": 109.88490773962739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161260783890995, 40.008147206567102 ], [ -75.1610974492163, 40.008892862278699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12607, "tnode_": 12502, "lpoly_": null, "rpoly_": null, "length": 315.86457654000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3620, "l_t_add": 3698, "r_f_add": 3621, "r_t_add": 3699, "st_code": 88150, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22229, "Shape__Length": 126.00632816725991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1593709041192, 40.009441325272498 ], [ -75.159177697468394, 40.010295588977399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12681, "tnode_": 12607, "lpoly_": null, "rpoly_": null, "length": 275.75393216999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3618, "r_f_add": 3601, "r_t_add": 3619, "st_code": 88150, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22230, "Shape__Length": 110.0063871778425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159522115740202, 40.008693331110301 ], [ -75.1593709041192, 40.009441325272498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12750, "tnode_": 12681, "lpoly_": null, "rpoly_": null, "length": 273.72814470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3540, "l_t_add": 3598, "r_f_add": 3531, "r_t_add": 3599, "st_code": 88150, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22231, "Shape__Length": 109.19521684111844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159685251961704, 40.007952459875398 ], [ -75.159522115740202, 40.008693331110301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12803, "tnode_": 12750, "lpoly_": null, "rpoly_": null, "length": 278.12706262, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3538, "r_f_add": 3501, "r_t_add": 3529, "st_code": 88150, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22232, "Shape__Length": 110.94892555470368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159850256795295, 40.007199584940203 ], [ -75.159685251961704, 40.007952459875398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12922, "tnode_": 12803, "lpoly_": null, "rpoly_": null, "length": 553.52549210999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88150, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620110, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22233, "Shape__Length": 220.80526538039439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160181797532502, 40.005701632233396 ], [ -75.159850256795295, 40.007199584940203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13174, "tnode_": 13103, "lpoly_": null, "rpoly_": null, "length": 190.21040656, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 88150, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620111, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22234, "Shape__Length": 75.874768551868357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160602892016001, 40.003708757783102 ], [ -75.160497677550595, 40.004224601260098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13234, "tnode_": 13174, "lpoly_": null, "rpoly_": null, "length": 169.80561793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3220, "l_t_add": 3248, "r_f_add": 3221, "r_t_add": 3249, "st_code": 88150, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22235, "Shape__Length": 67.732694858512758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160711393562707, 40.003250149731798 ], [ -75.160602892016001, 40.003708757783102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13303, "tnode_": 13234, "lpoly_": null, "rpoly_": null, "length": 224.08907627, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3219, "st_code": 88150, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22236, "Shape__Length": 89.386182384966418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160845183049702, 40.0026436947837 ], [ -75.160729166040596, 40.003181295788302 ], [ -75.160711393562707, 40.003250149731798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12624, "tnode_": 12523, "lpoly_": null, "rpoly_": null, "length": 315.15344943999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3622, "l_t_add": 3698, "r_f_add": 3631, "r_t_add": 3699, "st_code": 88130, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22237, "Shape__Length": 125.72332583024821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157778584695507, 40.009240422098102 ], [ -75.157592948016998, 40.010093698492398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12700, "tnode_": 12624, "lpoly_": null, "rpoly_": null, "length": 275.27835947, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3620, "r_f_add": 3601, "r_t_add": 3629, "st_code": 88130, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620115, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22238, "Shape__Length": 109.81384371866088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157947068744093, 40.008495938920703 ], [ -75.157778584695507, 40.009240422098102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12763, "tnode_": 12700, "lpoly_": null, "rpoly_": null, "length": 277.06028435000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3507, "r_t_add": 3599, "st_code": 88130, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620116, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22239, "Shape__Length": 110.52458889843736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158109118919896, 40.007745652824603 ], [ -75.157947068744093, 40.008495938920703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12817, "tnode_": 12763, "lpoly_": null, "rpoly_": null, "length": 274.62291668, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3505, "st_code": 88130, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620117, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22240, "Shape__Length": 109.54944078524846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158280764461196, 40.007003424717702 ], [ -75.158109118919896, 40.007745652824603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12938, "tnode_": 12817, "lpoly_": null, "rpoly_": null, "length": 552.51497083000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88130, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620118, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22241, "Shape__Length": 220.40259134025686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158604436835304, 40.005507266885999 ], [ -75.158280764461196, 40.007003424717702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13128, "tnode_": 12938, "lpoly_": null, "rpoly_": null, "length": 549.97594, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88130, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620119, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22242, "Shape__Length": 219.38478169994264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158927895384707, 40.004018148599997 ], [ -75.158604436835304, 40.005507266885999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12642, "tnode_": 12543, "lpoly_": null, "rpoly_": null, "length": 311.60095562000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3630, "l_t_add": 3698, "r_f_add": 3625, "r_t_add": 3699, "st_code": 88110, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620120, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22243, "Shape__Length": 124.30400431787633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156226169951907, 40.009035033500297 ], [ -75.156030919353, 40.009877136044302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12672, "tnode_": 12642, "lpoly_": null, "rpoly_": null, "length": 109.91241437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3618, "l_t_add": 3628, "r_f_add": 3621, "r_t_add": 3623, "st_code": 88110, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620121, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22244, "Shape__Length": 43.847645297091979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156282981028397, 40.008736489979299 ], [ -75.156226169951907, 40.009035033500297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12714, "tnode_": 12672, "lpoly_": null, "rpoly_": null, "length": 163.5140761, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3616, "r_f_add": 3601, "r_t_add": 3619, "st_code": 88110, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620122, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22245, "Shape__Length": 65.229121218469814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156379401376796, 40.008293790099302 ], [ -75.156282981028397, 40.008736489979299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12776, "tnode_": 12714, "lpoly_": null, "rpoly_": null, "length": 279.53231363000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3519, "r_t_add": 3599, "st_code": 88110, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620123, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22246, "Shape__Length": 111.51067852948015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156540901971297, 40.007536556483601 ], [ -75.156379401376796, 40.008293790099302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12824, "tnode_": 12776, "lpoly_": null, "rpoly_": null, "length": 272.86511475999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3517, "st_code": 88110, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620124, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22247, "Shape__Length": 108.84764684420261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156713149462604, 40.006799313045697 ], [ -75.156540901971297, 40.007536556483601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12953, "tnode_": 12824, "lpoly_": null, "rpoly_": null, "length": 553.58522645999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88110, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620125, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22248, "Shape__Length": 220.82869982477837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157038568276803, 40.005300400649702 ], [ -75.156713149462604, 40.006799313045697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13151, "tnode_": 12953, "lpoly_": null, "rpoly_": null, "length": 551.18932134, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88110, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620126, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22249, "Shape__Length": 219.86749540446536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157367087497803, 40.003808559391203 ], [ -75.157038568276803, 40.005300400649702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12727, "tnode_": 12566, "lpoly_": null, "rpoly_": null, "length": 581.03394119000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 88090, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620127, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22250, "Shape__Length": 231.78855021999956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154803259870206, 40.008089851331697 ], [ -75.154467314143702, 40.009663800692401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12839, "tnode_": 12727, "lpoly_": null, "rpoly_": null, "length": 551.53152773000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 88090, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620128, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22251, "Shape__Length": 220.01219924560337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155137194094394, 40.006597766385198 ], [ -75.154803259870206, 40.008089851331697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12978, "tnode_": 12839, "lpoly_": null, "rpoly_": null, "length": 555.72749418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88090, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620129, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22252, "Shape__Length": 221.6846745072653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155449197790105, 40.005091213009401 ], [ -75.155137194094394, 40.006597766385198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13172, "tnode_": 12978, "lpoly_": null, "rpoly_": null, "length": 547.42430272000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88090, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620130, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22253, "Shape__Length": 218.36348709272977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155785582270795, 40.003610899767899 ], [ -75.155449197790105, 40.005091213009401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12645, "tnode_": 12582, "lpoly_": null, "rpoly_": null, "length": 188.49425045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3640, "l_t_add": 3698, "r_f_add": 3643, "r_t_add": 3699, "st_code": 88070, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620132, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22254, "Shape__Length": 75.194382530200045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152995636115705, 40.008946324951999 ], [ -75.152880445327796, 40.0094561265051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12685, "tnode_": 12645, "lpoly_": null, "rpoly_": null, "length": 154.59511114, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3622, "l_t_add": 3638, "r_f_add": 3627, "r_t_add": 3641, "st_code": 88070, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620133, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22255, "Shape__Length": 61.671625335873976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153084971039902, 40.008527539578303 ], [ -75.152995636115705, 40.008946324951999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12743, "tnode_": 12685, "lpoly_": null, "rpoly_": null, "length": 237.92545554, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3620, "r_f_add": 3601, "r_t_add": 3625, "st_code": 88070, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620134, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22256, "Shape__Length": 94.911871092481888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153232312215707, 40.007884307971501 ], [ -75.153084971039902, 40.008527539578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12856, "tnode_": 12743, "lpoly_": null, "rpoly_": null, "length": 548.58621130999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 88070, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620135, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22257, "Shape__Length": 218.83878723090945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153549667400199, 40.006398277934103 ], [ -75.153232312215707, 40.007884307971501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13002, "tnode_": 12856, "lpoly_": null, "rpoly_": null, "length": 551.21389957999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88070, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620136, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22258, "Shape__Length": 219.8804637455427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153880676259405, 40.004906693083697 ], [ -75.153549667400199, 40.006398277934103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13197, "tnode_": 13002, "lpoly_": null, "rpoly_": null, "length": 554.75610824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88070, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620137, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22259, "Shape__Length": 221.28954695929994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154207465208302, 40.003404699053903 ], [ -75.153880676259405, 40.004906693083697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13281, "tnode_": 13197, "lpoly_": null, "rpoly_": null, "length": 273.181105, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3228, "l_t_add": 3298, "r_f_add": 3231, "r_t_add": 3299, "st_code": 88070, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620138, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22260, "Shape__Length": 108.96910715873054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154366572355102, 40.002664833329398 ], [ -75.154207465208302, 40.003404699053903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13068, "tnode_": 13041, "lpoly_": null, "rpoly_": null, "length": 458.03578108, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 82580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620140, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22261, "Shape__Length": 182.02873986429663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163944330654004, 40.004664893571899 ], [ -75.165557665947304, 40.0048690011755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13082, "tnode_": 13068, "lpoly_": null, "rpoly_": null, "length": 363.56300356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2018, "l_t_add": 2098, "r_f_add": 2009, "r_t_add": 2099, "st_code": 82580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22262, "Shape__Length": 144.48357704824642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162663534918096, 40.004503937383497 ], [ -75.163944330654004, 40.004664893571899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13085, "tnode_": 13082, "lpoly_": null, "rpoly_": null, "length": 171.41985604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2007, "st_code": 82580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620142, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22263, "Shape__Length": 68.125526422735959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162061577354194, 40.004419437822797 ], [ -75.162663534918096, 40.004503937383497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13092, "tnode_": 13085, "lpoly_": null, "rpoly_": null, "length": 231.93979187, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 82580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22264, "Shape__Length": 92.175116853525438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161244727755502, 40.004315592197699 ], [ -75.162061577354194, 40.004419437822797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13103, "tnode_": 13092, "lpoly_": null, "rpoly_": null, "length": 211.88924376, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1919, "st_code": 82580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620144, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22265, "Shape__Length": 84.206003769652455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160497677550595, 40.004224601260098 ], [ -75.161244727755502, 40.004315592197699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13128, "tnode_": 13118, "lpoly_": null, "rpoly_": null, "length": 222.97785462, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 82580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620145, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22266, "Shape__Length": 88.613649449739356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158927895384707, 40.004018148599997 ], [ -75.159712625009305, 40.004120526590697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13142, "tnode_": 13128, "lpoly_": null, "rpoly_": null, "length": 219.99889356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 82580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620146, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22267, "Shape__Length": 87.430086758433731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158154155615804, 40.003914876224897 ], [ -75.158927895384707, 40.004018148599997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13151, "tnode_": 13142, "lpoly_": null, "rpoly_": null, "length": 223.86819623, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1723, "st_code": 82580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620147, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22268, "Shape__Length": 88.967897106970796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157367087497803, 40.003808559391203 ], [ -75.158154155615804, 40.003914876224897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13162, "tnode_": 13151, "lpoly_": null, "rpoly_": null, "length": 227.32186295, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 82580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620148, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22269, "Shape__Length": 90.338106829179367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156565368367893, 40.003712235394197 ], [ -75.157367087497803, 40.003808559391203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13172, "tnode_": 13162, "lpoly_": null, "rpoly_": null, "length": 221.55029562, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1624, "r_f_add": 1601, "r_t_add": 1621, "st_code": 82580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620149, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22270, "Shape__Length": 88.045720495405192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155785582270795, 40.003610899767899 ], [ -75.156565368367893, 40.003712235394197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13186, "tnode_": 13172, "lpoly_": null, "rpoly_": null, "length": 239.95561371, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 82580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620150, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22271, "Shape__Length": 95.360839898494007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1549420079226, 40.003496726223197 ], [ -75.155785582270795, 40.003610899767899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13197, "tnode_": 13186, "lpoly_": null, "rpoly_": null, "length": 208.492035, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1521, "st_code": 82580, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620151, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22272, "Shape__Length": 82.855387941825072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154207465208302, 40.003404699053903 ], [ -75.1549420079226, 40.003496726223197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13207, "tnode_": 13197, "lpoly_": null, "rpoly_": null, "length": 198.51020815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 82580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620152, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22273, "Shape__Length": 78.888675134457301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153508321995105, 40.003315992443 ], [ -75.154207465208302, 40.003404699053903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12888, "tnode_": 12877, "lpoly_": null, "rpoly_": null, "length": 454.39465453000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 61400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22274, "Shape__Length": 180.58560999497749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163631069103005, 40.006161476697898 ], [ -75.165231706279101, 40.006363532431699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12908, "tnode_": 12888, "lpoly_": null, "rpoly_": null, "length": 534.63680284999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22275, "Shape__Length": 212.47654971268321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161749840185493, 40.005914279706502 ], [ -75.163631069103005, 40.006161476697898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12916, "tnode_": 12908, "lpoly_": null, "rpoly_": null, "length": 235.12917925, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1923, "r_t_add": 1999, "st_code": 61400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22276, "Shape__Length": 93.44597406699998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160923250331294, 40.005802206176597 ], [ -75.161749840185493, 40.005914279706502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12932, "tnode_": 12922, "lpoly_": null, "rpoly_": null, "length": 226.55732817999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 61400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22277, "Shape__Length": 90.036986807960517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159382980534801, 40.005604516386697 ], [ -75.160181797532502, 40.005701632233396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12938, "tnode_": 12932, "lpoly_": null, "rpoly_": null, "length": 220.95758657000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1819, "st_code": 61400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22278, "Shape__Length": 87.811907049792893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158604436835304, 40.005507266885999 ], [ -75.159382980534801, 40.005604516386697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12948, "tnode_": 12938, "lpoly_": null, "rpoly_": null, "length": 219.56177688, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1712, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 61400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22279, "Shape__Length": 87.258283930012993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157832216800003, 40.0054042027216 ], [ -75.158604436835304, 40.005507266885999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12953, "tnode_": 12948, "lpoly_": null, "rpoly_": null, "length": 225.52387555, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1710, "r_f_add": 1701, "r_t_add": 1723, "st_code": 61400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22280, "Shape__Length": 89.627205646889408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157038568276803, 40.005300400649702 ], [ -75.157832216800003, 40.0054042027216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12960, "tnode_": 12953, "lpoly_": null, "rpoly_": null, "length": 228.34481914, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 61400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22281, "Shape__Length": 90.748210944010253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156235053278607, 40.005195031213297 ], [ -75.157038568276803, 40.005300400649702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12978, "tnode_": 12960, "lpoly_": null, "rpoly_": null, "length": 223.37361797, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 61400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22282, "Shape__Length": 88.772575973461571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155449197790105, 40.005091213009401 ], [ -75.156235053278607, 40.005195031213297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12989, "tnode_": 12978, "lpoly_": null, "rpoly_": null, "length": 222.73713414, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 61400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22283, "Shape__Length": 88.516534757778146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154662176769705, 40.005004303059103 ], [ -75.155449197790105, 40.005091213009401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13002, "tnode_": 12989, "lpoly_": null, "rpoly_": null, "length": 221.79814816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 61400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22284, "Shape__Length": 88.145178151041392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153880676259405, 40.004906693083697 ], [ -75.154662176769705, 40.005004303059103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13014, "tnode_": 13002, "lpoly_": null, "rpoly_": null, "length": 223.64450657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 61400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22285, "Shape__Length": 88.879898640684573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153093922051596, 40.0048025211224 ], [ -75.153880676259405, 40.004906693083697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12782, "tnode_": 12772, "lpoly_": null, "rpoly_": null, "length": 454.85603114999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 77420, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22286, "Shape__Length": 180.77237250399642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163296971179605, 40.007654595666402 ], [ -75.164899920976197, 40.007853777247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12796, "tnode_": 12782, "lpoly_": null, "rpoly_": null, "length": 535.53161733000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 77420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620168, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22287, "Shape__Length": 212.83663626961683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161412308301095, 40.007408085261602 ], [ -75.163296971179605, 40.007654595666402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12817, "tnode_": 12803, "lpoly_": null, "rpoly_": null, "length": 445.43245270999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 77420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22288, "Shape__Length": 177.02568342095856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158280764461196, 40.007003424717702 ], [ -75.159850256795295, 40.007199584940203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12824, "tnode_": 12817, "lpoly_": null, "rpoly_": null, "length": 445.38904447, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 77420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22289, "Shape__Length": 177.00940673046537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156713149462604, 40.006799313045697 ], [ -75.158280764461196, 40.007003424717702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12829, "tnode_": 12824, "lpoly_": null, "rpoly_": null, "length": 229.93905513, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 77420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22290, "Shape__Length": 91.383526937369169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155903686843303, 40.006694660602498 ], [ -75.156713149462604, 40.006799313045697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12839, "tnode_": 12829, "lpoly_": null, "rpoly_": null, "length": 217.60157977999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 77420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620172, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22291, "Shape__Length": 86.479774505355493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155137194094394, 40.006597766385198 ], [ -75.155903686843303, 40.006694660602498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12847, "tnode_": 12839, "lpoly_": null, "rpoly_": null, "length": 225.1252639, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 77420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22292, "Shape__Length": 89.469534153570748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154343978974097, 40.0064985644198 ], [ -75.155137194094394, 40.006597766385198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12856, "tnode_": 12847, "lpoly_": null, "rpoly_": null, "length": 225.49243134, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1515, "st_code": 77420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22293, "Shape__Length": 89.615493334240028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153549667400199, 40.006398277934103 ], [ -75.154343978974097, 40.0064985644198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12862, "tnode_": 12856, "lpoly_": null, "rpoly_": null, "length": 221.80450682, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1412, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 77420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22294, "Shape__Length": 88.151398301487944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152770303065907, 40.0062908744314 ], [ -75.153549667400199, 40.006398277934103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12650, "tnode_": 12633, "lpoly_": null, "rpoly_": null, "length": 457.0647559, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 79920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22295, "Shape__Length": 181.65656073261695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162970723654496, 40.009133616918 ], [ -75.164578726408294, 40.009346511473602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12681, "tnode_": 12666, "lpoly_": null, "rpoly_": null, "length": 447.23470340999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 79920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620178, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22296, "Shape__Length": 177.74684553261707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159522115740202, 40.008693331110301 ], [ -75.1610974492163, 40.008892862278699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12694, "tnode_": 12681, "lpoly_": null, "rpoly_": null, "length": 225.4373895, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1823, "r_t_add": 1899, "st_code": 79920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620179, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22297, "Shape__Length": 89.595341270349351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158726621568405, 40.008599614810301 ], [ -75.159522115740202, 40.008693331110301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12700, "tnode_": 12694, "lpoly_": null, "rpoly_": null, "length": 221.61406011, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1821, "st_code": 79920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620180, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22298, "Shape__Length": 88.07784314124784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157947068744093, 40.008495938920703 ], [ -75.158726621568405, 40.008599614810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12709, "tnode_": 12700, "lpoly_": null, "rpoly_": null, "length": 256.93342585, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1719, "r_t_add": 1799, "st_code": 79920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620181, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22299, "Shape__Length": 102.11409703413065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157042313372898, 40.008380108147499 ], [ -75.157947068744093, 40.008495938920703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12714, "tnode_": 12709, "lpoly_": null, "rpoly_": null, "length": 188.34216415999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1717, "st_code": 79920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620182, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22300, "Shape__Length": 74.853749083859014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156379401376796, 40.008293790099302 ], [ -75.157042313372898, 40.008380108147499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12719, "tnode_": 12714, "lpoly_": null, "rpoly_": null, "length": 227.36203340999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 79920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620183, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22301, "Shape__Length": 90.36144429844218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155579110026594, 40.008189777241 ], [ -75.156379401376796, 40.008293790099302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12727, "tnode_": 12719, "lpoly_": null, "rpoly_": null, "length": 220.36361125, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1617, "st_code": 79920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22302, "Shape__Length": 87.579732146100284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154803259870206, 40.008089851331697 ], [ -75.155579110026594, 40.008189777241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12732, "tnode_": 12727, "lpoly_": null, "rpoly_": null, "length": 224.16916404999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1599, "st_code": 79920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620185, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22303, "Shape__Length": 89.093026557708555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1540151379604, 40.007983160725502 ], [ -75.154803259870206, 40.008089851331697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12743, "tnode_": 12732, "lpoly_": null, "rpoly_": null, "length": 222.22802368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1501, "r_t_add": 1519, "st_code": 79920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22304, "Shape__Length": 88.320082859597932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153232312215707, 40.007884307971501 ], [ -75.1540151379604, 40.007983160725502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12747, "tnode_": 12743, "lpoly_": null, "rpoly_": null, "length": 225.93587139, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 79920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620187, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22305, "Shape__Length": 89.794697845354548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152437738214601, 40.007777844327897 ], [ -75.153232312215707, 40.007884307971501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12607, "tnode_": 12586, "lpoly_": null, "rpoly_": null, "length": 445.48560053999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 62660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22306, "Shape__Length": 177.05396453764959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1593709041192, 40.009441325272498 ], [ -75.160939722460398, 40.0096418023385 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12615, "tnode_": 12607, "lpoly_": null, "rpoly_": null, "length": 227.43995365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1828, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 62660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620190, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22307, "Shape__Length": 90.3936749866063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158570019672496, 40.009338675415997 ], [ -75.1593709041192, 40.009441325272498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12624, "tnode_": 12615, "lpoly_": null, "rpoly_": null, "length": 224.56889791, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1826, "r_f_add": 1801, "r_t_add": 1827, "st_code": 62660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22308, "Shape__Length": 89.2518956122845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157778584695507, 40.009240422098102 ], [ -75.158570019672496, 40.009338675415997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12639, "tnode_": 12624, "lpoly_": null, "rpoly_": null, "length": 253.07323726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1740, "l_t_add": 1798, "r_f_add": 1723, "r_t_add": 1799, "st_code": 62660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620192, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22309, "Shape__Length": 100.58087277689813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156887230897695, 40.009127174282 ], [ -75.157778584695507, 40.009240422098102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12642, "tnode_": 12639, "lpoly_": null, "rpoly_": null, "length": 188.19564667, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1738, "r_f_add": 1701, "r_t_add": 1721, "st_code": 62660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620193, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22310, "Shape__Length": 74.797503618310486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156226169951907, 40.009035033500297 ], [ -75.156887230897695, 40.009127174282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12680, "tnode_": 12672, "lpoly_": null, "rpoly_": null, "length": 223.69272465, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VICTORIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 80060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VICTORIA ST", "stname": "W VICTORIA ST", "objectid": 22311, "Shape__Length": 88.904063733053533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155496001371205, 40.008632346701198 ], [ -75.156282981028397, 40.008736489979299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12571, "tnode_": 12546, "lpoly_": null, "rpoly_": null, "length": 454.27792833999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 62660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620195, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22312, "Shape__Length": 180.5517762710661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162813332345195, 40.009881141243298 ], [ -75.164410597751598, 40.010096940344198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12716, "tnode_": 12702, "lpoly_": null, "rpoly_": null, "length": 456.97146029000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 13920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22313, "Shape__Length": 181.61763803926928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163128090459395, 40.008411921281002 ], [ -75.164735648932194, 40.008625213970603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12750, "tnode_": 12738, "lpoly_": null, "rpoly_": null, "length": 447.01440677000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 13920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22314, "Shape__Length": 177.65648459790168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159685251961704, 40.007952459875398 ], [ -75.161260783890995, 40.008147206567102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12758, "tnode_": 12750, "lpoly_": null, "rpoly_": null, "length": 226.03445841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1826, "l_t_add": 1898, "r_f_add": 1827, "r_t_add": 1899, "st_code": 13920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22315, "Shape__Length": 89.833148719168307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158889382700096, 40.007850220540497 ], [ -75.159685251961704, 40.007952459875398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12763, "tnode_": 12758, "lpoly_": null, "rpoly_": null, "length": 221.8682305, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1824, "r_f_add": 1801, "r_t_add": 1825, "st_code": 13920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620199, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22316, "Shape__Length": 88.178038325289492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158109118919896, 40.007745652824603 ], [ -75.158889382700096, 40.007850220540497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12776, "tnode_": 12763, "lpoly_": null, "rpoly_": null, "length": 445.85721006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 13920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22317, "Shape__Length": 177.19832185955403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156540901971297, 40.007536556483601 ], [ -75.158109118919896, 40.007745652824603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12829, "tnode_": 12719, "lpoly_": null, "rpoly_": null, "length": 552.18225496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 73080, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620201, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22318, "Shape__Length": 220.27353067197097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155903686843303, 40.006694660602498 ], [ -75.155579110026594, 40.008189777241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12960, "tnode_": 12829, "lpoly_": null, "rpoly_": null, "length": 554.11955207000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 73080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22319, "Shape__Length": 221.04068424068575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156235053278607, 40.005195031213297 ], [ -75.155903686843303, 40.006694660602498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13162, "tnode_": 12960, "lpoly_": null, "rpoly_": null, "length": 548.02550358999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 73080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620203, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22320, "Shape__Length": 218.60459411286362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156565368367893, 40.003712235394197 ], [ -75.156235053278607, 40.005195031213297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12680, "tnode_": 12553, "lpoly_": null, "rpoly_": null, "length": 420.27208752999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3622, "l_t_add": 3698, "r_f_add": 3611, "r_t_add": 3699, "st_code": 73080, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620204, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22321, "Shape__Length": 167.65689805205733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155496001371205, 40.008632346701198 ], [ -75.1552485523641, 40.009770244761199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12719, "tnode_": 12680, "lpoly_": null, "rpoly_": null, "length": 162.89261098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3620, "r_f_add": 3601, "r_t_add": 3609, "st_code": 73080, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620205, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22322, "Shape__Length": 64.982859406308592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155579110026594, 40.008189777241 ], [ -75.155496001371205, 40.008632346701198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12732, "tnode_": 12574, "lpoly_": null, "rpoly_": null, "length": 583.17512831, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 75860, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620206, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22323, "Shape__Length": 232.64153206591823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1540151379604, 40.007983160725502 ], [ -75.153672133358796, 40.009562169057901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12847, "tnode_": 12732, "lpoly_": null, "rpoly_": null, "length": 548.60191131, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 75860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620207, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22324, "Shape__Length": 218.84370487589084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154343978974097, 40.0064985644198 ], [ -75.1540151379604, 40.007983160725502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12989, "tnode_": 12847, "lpoly_": null, "rpoly_": null, "length": 551.5836794600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 75860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22325, "Shape__Length": 220.03017668095529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154662176769705, 40.005004303059103 ], [ -75.154343978974097, 40.0064985644198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13186, "tnode_": 12989, "lpoly_": null, "rpoly_": null, "length": 556.45829311, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 75860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620209, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22326, "Shape__Length": 221.96998411203251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1549420079226, 40.003496726223197 ], [ -75.154956750697096, 40.0035291203939 ], [ -75.154956907415894, 40.0035449449068 ], [ -75.154958721362703, 40.003557291109601 ], [ -75.154957823811401, 40.003573233250798 ], [ -75.154662176769705, 40.005004303059103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13271, "tnode_": 13186, "lpoly_": null, "rpoly_": null, "length": 271.70484159, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 75860, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620210, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22327, "Shape__Length": 108.38024551531811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155101260014206, 40.002760986893897 ], [ -75.1549420079226, 40.003496726223197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13281, "tnode_": 13271, "lpoly_": null, "rpoly_": null, "length": 208.78124025000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 42780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-07-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HILTON ST", "stname": "W HILTON ST", "objectid": 22328, "Shape__Length": 82.970171327025625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154366572355102, 40.002664833329398 ], [ -75.155101260014206, 40.002760986893897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12862, "tnode_": 12747, "lpoly_": null, "rpoly_": null, "length": 549.63020746999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 21400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22329, "Shape__Length": 219.252781783491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152770303065907, 40.0062908744314 ], [ -75.152437738214601, 40.007777844327897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13014, "tnode_": 12862, "lpoly_": null, "rpoly_": null, "length": 549.70833654, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 21400, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620213, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22330, "Shape__Length": 219.28050156227064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153093922051596, 40.0048025211224 ], [ -75.152770303065907, 40.0062908744314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12709, "tnode_": 12639, "lpoly_": null, "rpoly_": null, "length": 275.58875651, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 18500, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22331, "Shape__Length": 109.93944802462747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157042313372898, 40.008380108147499 ], [ -75.156887230897695, 40.009127174282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12948, "tnode_": 12882, "lpoly_": null, "rpoly_": null, "length": 268.59026983999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 18500, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22332, "Shape__Length": 107.14034576059095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157832216800003, 40.0054042027216 ], [ -75.157663673352005, 40.006130034187002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12994, "tnode_": 12965, "lpoly_": null, "rpoly_": null, "length": 534.33115308000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLEVUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 16620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLEVUE ST", "stname": "BELLEVUE ST", "objectid": 22333, "Shape__Length": 212.35165626229568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161909364563499, 40.005158229787803 ], [ -75.163790703227505, 40.005399793958397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13179, "tnode_": 13158, "lpoly_": null, "rpoly_": null, "length": 361.71046452000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2040, "l_t_add": 2098, "r_f_add": 2011, "r_t_add": 2099, "st_code": 52860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MADISON ST", "stname": "W MADISON ST", "objectid": 22334, "Shape__Length": 143.74709906271644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162832801213497, 40.003754668998504 ], [ -75.164105540951695, 40.0039217816947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13182, "tnode_": 13179, "lpoly_": null, "rpoly_": null, "length": 171.08900144, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2038, "r_f_add": 2001, "r_t_add": 2009, "st_code": 52860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MADISON ST", "stname": "W MADISON ST", "objectid": 22335, "Shape__Length": 67.994115354538906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162232967949507, 40.003666400459203 ], [ -75.162832801213497, 40.003754668998504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12694, "tnode_": 12615, "lpoly_": null, "rpoly_": null, "length": 272.77743511, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 38180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620221, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22336, "Shape__Length": 108.8178484122426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158726621568405, 40.008599614810301 ], [ -75.158570019672496, 40.009338675415997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12758, "tnode_": 12694, "lpoly_": null, "rpoly_": null, "length": 276.77253075, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 38180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620222, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22337, "Shape__Length": 110.40983965004189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158889382700096, 40.007850220540497 ], [ -75.158726621568405, 40.008599614810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13118, "tnode_": 12932, "lpoly_": null, "rpoly_": null, "length": 548.42245735000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 38180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22338, "Shape__Length": 218.76437915903225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159712625009305, 40.004120526590697 ], [ -75.159382980534801, 40.005604516386697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13174, "tnode_": 13150, "lpoly_": null, "rpoly_": null, "length": 447.21208351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 83280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620224, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22339, "Shape__Length": 177.72717879300194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160602892016001, 40.003708757783102 ], [ -75.160687955747605, 40.003723525788402 ], [ -75.162175328190898, 40.003920013793099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12831, "tnode_": 12819, "lpoly_": null, "rpoly_": null, "length": 454.48751348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 32240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620225, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ESTAUGH ST", "stname": "W ESTAUGH ST", "objectid": 22340, "Shape__Length": 180.62328840004892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163458301299897, 40.006906897393002 ], [ -75.165060660248997, 40.007102433624098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12851, "tnode_": 12831, "lpoly_": null, "rpoly_": null, "length": 530.41053004999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 32240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620226, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ESTAUGH ST", "stname": "W ESTAUGH ST", "objectid": 22341, "Shape__Length": 210.79988648752101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161592659605105, 40.006658361855003 ], [ -75.163458301299897, 40.006906897393002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13142, "tnode_": 12948, "lpoly_": null, "rpoly_": null, "length": 549.9807967, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 18500, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22342, "Shape__Length": 219.38660815279451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158154155615804, 40.003914876224897 ], [ -75.157832216800003, 40.0054042027216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13179, "tnode_": 13082, "lpoly_": null, "rpoly_": null, "length": 277.03381458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 84580, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 22343, "Shape__Length": 110.50651802754446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162832801213497, 40.003754668998504 ], [ -75.162663534918096, 40.004503937383497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13234, "tnode_": 13217, "lpoly_": null, "rpoly_": null, "length": 444.00969978999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 42780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620229, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HILTON ST", "stname": "W HILTON ST", "objectid": 22344, "Shape__Length": 176.45021379458206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160711393562707, 40.003250149731798 ], [ -75.160869092057993, 40.003265168276997 ], [ -75.162276098330395, 40.003443640593503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12965, "tnode_": 12944, "lpoly_": null, "rpoly_": null, "length": 456.24146724999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLEVUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 16620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620230, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLEVUE ST", "stname": "BELLEVUE ST", "objectid": 22345, "Shape__Length": 181.3225700801965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163790703227505, 40.005399793958397 ], [ -75.1653920757756, 40.0056279911405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13443, "tnode_": 13354, "lpoly_": null, "rpoly_": null, "length": 194.23673017000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3146, "l_t_add": 3198, "r_f_add": 3147, "r_t_add": 3199, "st_code": 88110, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620233, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22346, "Shape__Length": 77.476824871859634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1578262869117, 40.001694369742196 ], [ -75.157706584199701, 40.002219566287501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13096, "tnode_": 13063, "lpoly_": null, "rpoly_": null, "length": 504.5987998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 12060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 620239, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22347, "Shape__Length": 200.57268634956986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176914982578595, 40.004706336383201 ], [ -75.178265339337102, 40.004873853831299 ], [ -75.178644679302707, 40.005035083842799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13102, "tnode_": 13096, "lpoly_": null, "rpoly_": null, "length": 188.25855414, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2846, "l_t_add": 2898, "r_f_add": 2825, "r_t_add": 2899, "st_code": 12060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620240, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22348, "Shape__Length": 74.815341110599988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1762510965102, 40.004626204501498 ], [ -75.176914982578595, 40.004706336383201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13112, "tnode_": 13102, "lpoly_": null, "rpoly_": null, "length": 161.68126153999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2802, "l_t_add": 2844, "r_f_add": 2809, "r_t_add": 2823, "st_code": 12060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620241, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22349, "Shape__Length": 64.254692140195317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175682587086996, 40.0045497274903 ], [ -75.1762510965102, 40.004626204501498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13116, "tnode_": 13112, "lpoly_": null, "rpoly_": null, "length": 110.37927344, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2800, "r_f_add": 2801, "r_t_add": 2807, "st_code": 12060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620242, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22350, "Shape__Length": 43.86667127812084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175294747781194, 40.004496301120398 ], [ -75.175682587086996, 40.0045497274903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13126, "tnode_": 13116, "lpoly_": null, "rpoly_": null, "length": 138.47051864, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2724, "l_t_add": 2798, "r_f_add": 2735, "r_t_add": 2799, "st_code": 12060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620243, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22351, "Shape__Length": 55.031121561854114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174808831244903, 40.004426642007303 ], [ -75.175294747781194, 40.004496301120398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13141, "tnode_": 13134, "lpoly_": null, "rpoly_": null, "length": 114.59750877, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2700, "l_t_add": 2708, "r_f_add": 2707, "r_t_add": 2717, "st_code": 12060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620244, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22352, "Shape__Length": 45.544121941688772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173835026809499, 40.004297388069297 ], [ -75.174236324771996, 40.004358414175798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13143, "tnode_": 13141, "lpoly_": null, "rpoly_": null, "length": 74.09953539, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2654, "l_t_add": 2698, "r_f_add": 2701, "r_t_add": 2705, "st_code": 12060, "l_hundred": 2600, "r_hundred": 2700, "seg_id": 620245, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22353, "Shape__Length": 29.446618917230886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173572667157401, 40.004271524107097 ], [ -75.173835026809499, 40.004297388069297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13155, "tnode_": 13143, "lpoly_": null, "rpoly_": null, "length": 194.05200306, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2650, "l_t_add": 2652, "r_f_add": 2617, "r_t_add": 2699, "st_code": 12060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620246, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22354, "Shape__Length": 77.117869512018586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172889119971899, 40.004185262193602 ], [ -75.173572667157401, 40.004271524107097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13161, "tnode_": 13155, "lpoly_": null, "rpoly_": null, "length": 173.15158699, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2600, "l_t_add": 2648, "r_f_add": 2601, "r_t_add": 2615, "st_code": 12060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22355, "Shape__Length": 68.81416856059748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172281942425599, 40.004096368983198 ], [ -75.172889119971899, 40.004185262193602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13167, "tnode_": 13161, "lpoly_": null, "rpoly_": null, "length": 155.45860556, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2526, "l_t_add": 2598, "r_f_add": 2527, "r_t_add": 2599, "st_code": 12060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620248, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22356, "Shape__Length": 61.781080384132892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171735145438404, 40.004023596184403 ], [ -75.172281942425599, 40.004096368983198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13177, "tnode_": 13167, "lpoly_": null, "rpoly_": null, "length": 138.1282726, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2514, "l_t_add": 2524, "r_f_add": 2515, "r_t_add": 2525, "st_code": 12060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620249, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22357, "Shape__Length": 54.893435448786647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171248946714599, 40.003960549668903 ], [ -75.171735145438404, 40.004023596184403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13188, "tnode_": 13177, "lpoly_": null, "rpoly_": null, "length": 160.79211517000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2500, "l_t_add": 2512, "r_f_add": 2501, "r_t_add": 2513, "st_code": 12060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620250, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22358, "Shape__Length": 63.898582470080633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170681124966706, 40.003896156487301 ], [ -75.171248946714599, 40.003960549668903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13198, "tnode_": 13188, "lpoly_": null, "rpoly_": null, "length": 222.03422301999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2422, "l_t_add": 2498, "r_f_add": 2423, "r_t_add": 2499, "st_code": 12060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22359, "Shape__Length": 88.239042010383059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169900518200095, 40.003790652317498 ], [ -75.170681124966706, 40.003896156487301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13206, "tnode_": 13198, "lpoly_": null, "rpoly_": null, "length": 271.1685146, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2400, "l_t_add": 2420, "r_f_add": 2401, "r_t_add": 2421, "st_code": 12060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620252, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22360, "Shape__Length": 107.76387854577246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168945404957697, 40.003669784777898 ], [ -75.169900518200095, 40.003790652317498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13227, "tnode_": 13206, "lpoly_": null, "rpoly_": null, "length": 406.19534481, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 12060, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620254, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22361, "Shape__Length": 161.4224267668732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167512958999097, 40.003497072743301 ], [ -75.168945404957697, 40.003669784777898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13233, "tnode_": 13227, "lpoly_": null, "rpoly_": null, "length": 159.13010284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2234, "l_t_add": 2298, "r_f_add": 2235, "r_t_add": 2299, "st_code": 12060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620255, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22362, "Shape__Length": 63.242089424758277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166956110421197, 40.003410841982401 ], [ -75.167512958999097, 40.003497072743301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13246, "tnode_": 13233, "lpoly_": null, "rpoly_": null, "length": 300.21321304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2200, "l_t_add": 2232, "r_f_add": 2201, "r_t_add": 2233, "st_code": 12060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620256, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22363, "Shape__Length": 119.30545247016182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165898386897894, 40.003278507380998 ], [ -75.166956110421197, 40.003410841982401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13134, "tnode_": 13132, "lpoly_": null, "rpoly_": null, "length": 36.31753323, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2710, "l_t_add": 2710, "r_f_add": 2719, "r_t_add": 2719, "st_code": 12060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620257, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22364, "Shape__Length": 14.431949715180492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174236324771996, 40.004358414175798 ], [ -75.174365359206305, 40.004368036122699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13132, "tnode_": 13126, "lpoly_": null, "rpoly_": null, "length": 126.05619559, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2712, "l_t_add": 2722, "r_f_add": 2721, "r_t_add": 2733, "st_code": 12060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620258, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 22365, "Shape__Length": 50.0963866683446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174365359206305, 40.004368036122699 ], [ -75.174808831244903, 40.004426642007303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12809, "tnode_": 12778, "lpoly_": null, "rpoly_": null, "length": 210.00640303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3344, "l_t_add": 3398, "r_f_add": 0, "r_t_add": 0, "st_code": 34840, "l_hundred": 3300, "r_hundred": 0, "seg_id": 620259, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 22366, "Shape__Length": 83.67769536649854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171786753115796, 40.007433132772903 ], [ -75.172212180484394, 40.007907809919203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12830, "tnode_": 12809, "lpoly_": null, "rpoly_": null, "length": 152.25024932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3332, "l_t_add": 3342, "r_f_add": 0, "r_t_add": 0, "st_code": 34840, "l_hundred": 3300, "r_hundred": 0, "seg_id": 620260, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 22367, "Shape__Length": 60.673998727804204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171498604323205, 40.007078761631398 ], [ -75.171786753115796, 40.007433132772903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12898, "tnode_": 12830, "lpoly_": null, "rpoly_": null, "length": 379.46178456000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3312, "l_t_add": 3330, "r_f_add": 3301, "r_t_add": 3313, "st_code": 34840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620261, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 22368, "Shape__Length": 151.23597862212492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170816015128594, 40.006179015581502 ], [ -75.171498604323205, 40.007078761631398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12852, "tnode_": 12827, "lpoly_": null, "rpoly_": null, "length": 263.49966725999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2718, "l_t_add": 2798, "r_f_add": 2719, "r_t_add": 2799, "st_code": 82580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22369, "Shape__Length": 104.76067895434574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173576197108105, 40.006946908259003 ], [ -75.174458034295199, 40.007198626558001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12870, "tnode_": 12852, "lpoly_": null, "rpoly_": null, "length": 245.50845499, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2716, "r_f_add": 2701, "r_t_add": 2717, "st_code": 82580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22370, "Shape__Length": 97.60553823915231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172752213806604, 40.006717323104397 ], [ -75.173576197108105, 40.006946908259003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12898, "tnode_": 12870, "lpoly_": null, "rpoly_": null, "length": 576.75410670999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 82580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22371, "Shape__Length": 229.2954737197384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170816015128594, 40.006179015581502 ], [ -75.172752213806604, 40.006717323104397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12913, "tnode_": 12898, "lpoly_": null, "rpoly_": null, "length": 171.66057327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2599, "st_code": 82580, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22372, "Shape__Length": 68.247074107296214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170241819738706, 40.006014447882599 ], [ -75.170816015128594, 40.006179015581502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13006, "tnode_": 12913, "lpoly_": null, "rpoly_": null, "length": 804.69730619000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 82580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22373, "Shape__Length": 319.91109341003727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167538155758706, 40.005274366048297 ], [ -75.167715961763193, 40.005299866451701 ], [ -75.167957394964205, 40.005358836768302 ], [ -75.170241819738706, 40.006014447882599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13041, "tnode_": 13006, "lpoly_": null, "rpoly_": null, "length": 581.17716771000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2398, "r_f_add": 2201, "r_t_add": 2399, "st_code": 82580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 22374, "Shape__Length": 231.02119810340633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165557665947304, 40.0048690011755 ], [ -75.166032442850707, 40.004935476401698 ], [ -75.166424105568595, 40.004987537133601 ], [ -75.166656211906997, 40.005010870663 ], [ -75.167111113504006, 40.0050894867152 ], [ -75.167324080024301, 40.005153547487403 ], [ -75.167538155758706, 40.005274366048297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12788, "tnode_": 12733, "lpoly_": null, "rpoly_": null, "length": 294.39810897000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19140, "l_f_add": 3362, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 75060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 22375, "Shape__Length": 117.31815708424135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169790688497997, 40.007736195872901 ], [ -75.170359116591101, 40.008415941460697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13006, "tnode_": 12788, "lpoly_": null, "rpoly_": null, "length": 1096.5521015200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3360, "r_f_add": 3301, "r_t_add": 3351, "st_code": 75060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 22376, "Shape__Length": 436.90140863499926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167538155758706, 40.005274366048297 ], [ -75.169790688497997, 40.007736195872901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12739, "tnode_": 12687, "lpoly_": null, "rpoly_": null, "length": 265.45887238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 26200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWELL ST", "stname": "CROWELL ST", "objectid": 22377, "Shape__Length": 105.77677516859697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168490186668507, 40.008308321775701 ], [ -75.169023089581501, 40.008910900063697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12767, "tnode_": 12739, "lpoly_": null, "rpoly_": null, "length": 160.9255211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3482, "l_t_add": 3498, "r_f_add": 3483, "r_t_add": 3499, "st_code": 26200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWELL ST", "stname": "CROWELL ST", "objectid": 22378, "Shape__Length": 64.128649765257251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168178433728599, 40.007937268704701 ], [ -75.168490186668507, 40.008308321775701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12811, "tnode_": 12767, "lpoly_": null, "rpoly_": null, "length": 312.7283906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3450, "l_t_add": 3480, "r_f_add": 3451, "r_t_add": 3481, "st_code": 26200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWELL ST", "stname": "CROWELL ST", "objectid": 22379, "Shape__Length": 124.60106771698489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167532287315893, 40.007237200885498 ], [ -75.168178433728599, 40.007937268704701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12869, "tnode_": 12811, "lpoly_": null, "rpoly_": null, "length": 315.37026844000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3448, "r_f_add": 3401, "r_t_add": 3449, "st_code": 26200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620273, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWELL ST", "stname": "CROWELL ST", "objectid": 22380, "Shape__Length": 125.62393754190758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166838051166593, 40.006574332986702 ], [ -75.166944050939193, 40.0066025752458 ], [ -75.167066438797406, 40.006725153757898 ], [ -75.167532287315893, 40.007237200885498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12877, "tnode_": 12869, "lpoly_": null, "rpoly_": null, "length": 456.49624818999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 61400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 22381, "Shape__Length": 181.4228560443201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165231706279101, 40.006363532431699 ], [ -75.166838051166593, 40.006574332986702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12686, "tnode_": 12613, "lpoly_": null, "rpoly_": null, "length": 274.17275072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3517, "r_t_add": 3599, "st_code": 88230, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620275, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 22382, "Shape__Length": 109.3736351717845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166346186856501, 40.008808274198898 ], [ -75.166180671427, 40.0095500719302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12753, "tnode_": 12686, "lpoly_": null, "rpoly_": null, "length": 276.7414853, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3515, "st_code": 88230, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620276, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 22383, "Shape__Length": 110.39598401408077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166520981776998, 40.008060570818202 ], [ -75.166346186856501, 40.008808274198898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12808, "tnode_": 12753, "lpoly_": null, "rpoly_": null, "length": 275.59623205000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3428, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 88230, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620277, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 22384, "Shape__Length": 109.94155715323214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166669869448697, 40.007312739303302 ], [ -75.166520981776998, 40.008060570818202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12869, "tnode_": 12808, "lpoly_": null, "rpoly_": null, "length": 273.08329394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3426, "r_f_add": 3401, "r_t_add": 3427, "st_code": 88230, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620278, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 22385, "Shape__Length": 108.9349678167177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166838051166593, 40.006574332986702 ], [ -75.166669869448697, 40.007312739303302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12670, "tnode_": 12634, "lpoly_": null, "rpoly_": null, "length": 133.65769763, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3531, "r_t_add": 3599, "st_code": 88260, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 22386, "Shape__Length": 53.324386432545268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167920133177802, 40.009021552056701 ], [ -75.167947091291296, 40.009387872568801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12742, "tnode_": 12670, "lpoly_": null, "rpoly_": null, "length": 279.54955014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3529, "st_code": 88260, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620280, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 22387, "Shape__Length": 111.51637610526872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168097504948506, 40.008266373040797 ], [ -75.167920133177802, 40.009021552056701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12746, "tnode_": 12677, "lpoly_": null, "rpoly_": null, "length": 276.81930424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 46360, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 22388, "Shape__Length": 110.42937505573711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167298660527194, 40.008156468629601 ], [ -75.167138532048298, 40.008906328406098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12767, "tnode_": 12742, "lpoly_": null, "rpoly_": null, "length": 122.01160992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "24TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88260, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 24TH ST", "stname": "N 24TH ST", "objectid": 22389, "Shape__Length": 48.671256572540685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168178433728599, 40.007937268704701 ], [ -75.168097504948506, 40.008266373040797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12811, "tnode_": 12746, "lpoly_": null, "rpoly_": null, "length": 341.80848927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 46360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620283, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JUDSON ST", "stname": "JUDSON ST", "objectid": 22390, "Shape__Length": 136.34601471473206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167532287315893, 40.007237200885498 ], [ -75.167502822347998, 40.007292817228198 ], [ -75.167483763872497, 40.007338093352203 ], [ -75.167298660527194, 40.008156468629601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12460, "tnode_": 12519, "lpoly_": null, "rpoly_": null, "length": 468.68465787999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2211, "r_t_add": 2235, "st_code": 44040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620284, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22391, "Shape__Length": 186.45689887531472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164564210351699, 40.010967081960104 ], [ -75.165993224153993, 40.010297851470099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12519, "tnode_": 12578, "lpoly_": null, "rpoly_": null, "length": 284.30698934999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2237, "r_t_add": 2299, "st_code": 44040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620285, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22392, "Shape__Length": 113.09409528249378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165993224153993, 40.010297851470099 ], [ -75.166874465362298, 40.0099106574771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12578, "tnode_": 12598, "lpoly_": null, "rpoly_": null, "length": 139.74275601000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2300, "l_t_add": 2326, "r_f_add": 2301, "r_t_add": 2327, "st_code": 44040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620286, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22393, "Shape__Length": 55.597127792084805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166874465362298, 40.0099106574771 ], [ -75.167295296765403, 40.009704652811799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12598, "tnode_": 12634, "lpoly_": null, "rpoly_": null, "length": 215.99189618000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2328, "l_t_add": 2398, "r_f_add": 2329, "r_t_add": 2399, "st_code": 44040, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620287, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22394, "Shape__Length": 85.931776418668605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167295296765403, 40.009704652811799 ], [ -75.167947091291296, 40.009387872568801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12634, "tnode_": 12687, "lpoly_": null, "rpoly_": null, "length": 347.90632857999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2400, "l_t_add": 2422, "r_f_add": 2401, "r_t_add": 2423, "st_code": 44040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620288, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22395, "Shape__Length": 138.39305313749006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167947091291296, 40.009387872568801 ], [ -75.169023089581501, 40.008910900063697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12733, "tnode_": 12778, "lpoly_": null, "rpoly_": null, "length": 551.10818072000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2501, "r_t_add": 2699, "st_code": 44040, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620289, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22396, "Shape__Length": 219.10273640192534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170359116591101, 40.008415941460697 ], [ -75.172212180484394, 40.007907809919203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12778, "tnode_": 12827, "lpoly_": null, "rpoly_": null, "length": 683.6294079, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2600, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 44040, "l_hundred": 2600, "r_hundred": 2700, "seg_id": 620290, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22397, "Shape__Length": 271.82784347703267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172212180484394, 40.007907809919203 ], [ -75.172918281260706, 40.007717893046802 ], [ -75.173295974293595, 40.007619859961501 ], [ -75.173631542063305, 40.007536856193802 ], [ -75.173855388813493, 40.007477973154401 ], [ -75.174016960544293, 40.007417692422599 ], [ -75.174458034295199, 40.007198626558001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12633, "tnode_": 12613, "lpoly_": null, "rpoly_": null, "length": 454.8244655, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2233, "st_code": 79920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620292, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22398, "Shape__Length": 180.76514844285472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164578726408294, 40.009346511473602 ], [ -75.166180671427, 40.0095500719302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12677, "tnode_": 12670, "lpoly_": null, "rpoly_": null, "length": 222.93176722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2323, "r_t_add": 2399, "st_code": 13920, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22399, "Shape__Length": 88.604341312141628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167138532048298, 40.008906328406098 ], [ -75.167920133177802, 40.009021552056701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12686, "tnode_": 12677, "lpoly_": null, "rpoly_": null, "length": 224.81047221999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2321, "st_code": 13920, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22400, "Shape__Length": 89.347281853697027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166346186856501, 40.008808274198898 ], [ -75.167138532048298, 40.008906328406098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12702, "tnode_": 12686, "lpoly_": null, "rpoly_": null, "length": 458.45664814999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 13920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 22401, "Shape__Length": 182.21023797425573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164735648932194, 40.008625213970603 ], [ -75.1647727163285, 40.008611786478902 ], [ -75.164816253153603, 40.008608316697298 ], [ -75.166346186856501, 40.008808274198898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12819, "tnode_": 12808, "lpoly_": null, "rpoly_": null, "length": 457.2521518, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 32240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620296, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ESTAUGH ST", "stname": "W ESTAUGH ST", "objectid": 22402, "Shape__Length": 181.72508441148997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165060660248997, 40.007102433624098 ], [ -75.166669869448697, 40.007312739303302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12546, "tnode_": 12519, "lpoly_": null, "rpoly_": null, "length": 450.93730043, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 62660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 22403, "Shape__Length": 179.22705874666627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164410597751598, 40.010096940344198 ], [ -75.164463242557503, 40.010085371135098 ], [ -75.164503271317699, 40.010088477344397 ], [ -75.165741460719104, 40.010255273093399 ], [ -75.165993224153993, 40.010297851470099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12605, "tnode_": 12598, "lpoly_": null, "rpoly_": null, "length": 195.70269592, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2310, "l_t_add": 2398, "r_f_add": 2241, "r_t_add": 2399, "st_code": 79920, "l_hundred": 2300, "r_hundred": 2200, "seg_id": 620298, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22404, "Shape__Length": 77.783536339469961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166609897945804, 40.009609066732402 ], [ -75.166734632914597, 40.009610535332399 ], [ -75.166891019895104, 40.009635093510902 ], [ -75.167295296765403, 40.009704652811799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12772, "tnode_": 12753, "lpoly_": null, "rpoly_": null, "length": 460.30950193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 77420, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620299, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22405, "Shape__Length": 182.94124752308485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164899920976197, 40.007853777247597 ], [ -75.166520981776998, 40.008060570818202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12605, "tnode_": 12578, "lpoly_": null, "rpoly_": null, "length": 132.5237386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 84060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22406, "Shape__Length": 52.808041278071954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166609897945804, 40.009609066732402 ], [ -75.166874465362298, 40.0099106574771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12613, "tnode_": 12605, "lpoly_": null, "rpoly_": null, "length": 122.14076217, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2300, "l_t_add": 2308, "r_f_add": 2235, "r_t_add": 2239, "st_code": 79920, "l_hundred": 2300, "r_hundred": 2200, "seg_id": 620301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 22407, "Shape__Length": 48.544482882425342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166180671427, 40.0095500719302 ], [ -75.166609897945804, 40.009609066732402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12742, "tnode_": 12739, "lpoly_": null, "rpoly_": null, "length": 111.05673029, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 77420, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22408, "Shape__Length": 44.136225276743446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168097504948506, 40.008266373040797 ], [ -75.168490186668507, 40.008308321775701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12746, "tnode_": 12742, "lpoly_": null, "rpoly_": null, "length": 227.33063027, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2322, "l_t_add": 2398, "r_f_add": 2323, "r_t_add": 2399, "st_code": 77420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22409, "Shape__Length": 90.350084088144328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167298660527194, 40.008156468629601 ], [ -75.168097504948506, 40.008266373040797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12753, "tnode_": 12746, "lpoly_": null, "rpoly_": null, "length": 220.63183868, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2300, "l_t_add": 2320, "r_f_add": 2301, "r_t_add": 2321, "st_code": 77420, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 22410, "Shape__Length": 87.685524249842373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166520981776998, 40.008060570818202 ], [ -75.167298660527194, 40.008156468629601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12852, "tnode_": 12809, "lpoly_": null, "rpoly_": null, "length": 531.65044214, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 53940, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620305, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 22411, "Shape__Length": 211.3624272088681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173576197108105, 40.006946908259003 ], [ -75.171786753115796, 40.007433132772903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12870, "tnode_": 12830, "lpoly_": null, "rpoly_": null, "length": 375.04712496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 15420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620306, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 22412, "Shape__Length": 149.10995738160298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172752213806604, 40.006717323104397 ], [ -75.171498604323205, 40.007078761631398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12929, "tnode_": 12917, "lpoly_": null, "rpoly_": null, "length": 169.24252701, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2722, "l_t_add": 2798, "r_f_add": 2723, "r_t_add": 2799, "st_code": 83280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22413, "Shape__Length": 67.289987656261317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1738952613983, 40.0059065451983 ], [ -75.174456066910395, 40.006079338360998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12949, "tnode_": 12929, "lpoly_": null, "rpoly_": null, "length": 171.98432015999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2720, "r_f_add": 2701, "r_t_add": 2721, "st_code": 83280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 620308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22414, "Shape__Length": 68.371858985493162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173315575138005, 40.005751070008401 ], [ -75.1738952613983, 40.0059065451983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12969, "tnode_": 12949, "lpoly_": null, "rpoly_": null, "length": 215.9866932, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2618, "l_t_add": 2698, "r_f_add": 2619, "r_t_add": 2699, "st_code": 83280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620309, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22415, "Shape__Length": 85.867266111090345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172590730579302, 40.005548997983702 ], [ -75.173315575138005, 40.005751070008401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12996, "tnode_": 12969, "lpoly_": null, "rpoly_": null, "length": 172.15751067, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2600, "l_t_add": 2616, "r_f_add": 2601, "r_t_add": 2617, "st_code": 83280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22416, "Shape__Length": 68.438959804680948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172008793653404, 40.0053970984141 ], [ -75.172590730579302, 40.005548997983702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13015, "tnode_": 12996, "lpoly_": null, "rpoly_": null, "length": 157.98970088, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2536, "l_t_add": 2598, "r_f_add": 2537, "r_t_add": 2599, "st_code": 83280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620311, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22417, "Shape__Length": 62.803336906098949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171470851954993, 40.005266861326596 ], [ -75.172008793653404, 40.0053970984141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13029, "tnode_": 13015, "lpoly_": null, "rpoly_": null, "length": 144.63664254, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2516, "l_t_add": 2534, "r_f_add": 2517, "r_t_add": 2535, "st_code": 83280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620312, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22418, "Shape__Length": 57.504210095798378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170989239624902, 40.005123777230502 ], [ -75.171470851954993, 40.005266861326596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13046, "tnode_": 13029, "lpoly_": null, "rpoly_": null, "length": 160.66264791, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2500, "l_t_add": 2514, "r_f_add": 2501, "r_t_add": 2515, "st_code": 83280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 620313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22419, "Shape__Length": 63.869930331874286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170447358835105, 40.0049793359997 ], [ -75.170989239624902, 40.005123777230502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12955, "tnode_": 12917, "lpoly_": null, "rpoly_": null, "length": 129.06315522999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3256, "l_t_add": 3298, "r_f_add": 3255, "r_t_add": 3299, "st_code": 53940, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620314, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 22420, "Shape__Length": 51.482759750119747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174540145393095, 40.005730994043802 ], [ -75.174456066910395, 40.006079338360998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12921, "tnode_": 12911, "lpoly_": null, "rpoly_": null, "length": 155.90354158, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 83280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 22421, "Shape__Length": 61.959057969182432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175352264997301, 40.006113549906097 ], [ -75.175901505918404, 40.006182590877003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13095, "tnode_": 13046, "lpoly_": null, "rpoly_": null, "length": 165.19446075, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3220, "l_t_add": 3238, "r_f_add": 3219, "r_t_add": 3237, "st_code": 88280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620316, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 22422, "Shape__Length": 65.895010500457872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170550329618493, 40.004532824401203 ], [ -75.170447358835105, 40.0049793359997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13188, "tnode_": 13095, "lpoly_": null, "rpoly_": null, "length": 234.80398169, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3217, "st_code": 88280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 22423, "Shape__Length": 93.663320734920035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170681124966706, 40.003896156487301 ], [ -75.170572077089105, 40.004429709146898 ], [ -75.170550329618493, 40.004532824401203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12961, "tnode_": 12929, "lpoly_": null, "rpoly_": null, "length": 94.27528854, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3254, "l_t_add": 3298, "r_f_add": 3259, "r_t_add": 3299, "st_code": 32320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620318, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 22424, "Shape__Length": 37.606984290441758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173949875563807, 40.005651178670497 ], [ -75.1738952613983, 40.0059065451983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13046, "tnode_": 13020, "lpoly_": null, "rpoly_": null, "length": 67.33347067, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3240, "l_t_add": 3298, "r_f_add": 3239, "r_t_add": 3299, "st_code": 88280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 22425, "Shape__Length": 26.860520074443826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170447358835105, 40.0049793359997 ], [ -75.170416745945303, 40.005162669252897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13110, "tnode_": 13095, "lpoly_": null, "rpoly_": null, "length": 295.8011306, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 42780, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 620320, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HILTON ST", "stname": "W HILTON ST", "objectid": 22426, "Shape__Length": 117.55302221556576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169506978482104, 40.004408017684298 ], [ -75.170550329618493, 40.004532824401203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13176, "tnode_": 13157, "lpoly_": null, "rpoly_": null, "length": 442.6060877, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 84040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 620324, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 22427, "Shape__Length": 175.89617462091346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177052395619796, 40.004087563493201 ], [ -75.178610367529302, 40.004289424616204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13201, "tnode_": 13116, "lpoly_": null, "rpoly_": null, "length": 229.03182246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "28TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3136, "l_t_add": 3198, "r_f_add": 3145, "r_t_add": 3199, "st_code": 88340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620325, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 28TH ST", "stname": "N 28TH ST", "objectid": 22428, "Shape__Length": 91.360915381835923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175421254392106, 40.003875153459902 ], [ -75.175294747781194, 40.004496301120398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13201, "tnode_": 13176, "lpoly_": null, "rpoly_": null, "length": 463.45905335999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 84040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 22429, "Shape__Length": 184.18299263585158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175421254392106, 40.003875153459902 ], [ -75.177052395619796, 40.004087563493201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13157, "tnode_": 13063, "lpoly_": null, "rpoly_": null, "length": 281.95364854999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "30TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3136, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 88380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 30TH ST", "stname": "N 30TH ST", "objectid": 22430, "Shape__Length": 112.4515723610111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178610367529302, 40.004289424616204 ], [ -75.178507515592401, 40.004795526042599 ], [ -75.178644679302707, 40.005035083842799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13176, "tnode_": 13096, "lpoly_": null, "rpoly_": null, "length": 228.67164691000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3138, "l_t_add": 3198, "r_f_add": 3135, "r_t_add": 3199, "st_code": 88360, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620331, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 22431, "Shape__Length": 91.215946281317159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177052395619796, 40.004087563493201 ], [ -75.176914982578595, 40.004706336383201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13258, "tnode_": 13206, "lpoly_": null, "rpoly_": null, "length": 214.89550448, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3152, "l_t_add": 3198, "r_f_add": 3147, "r_t_add": 3199, "st_code": 34840, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620337, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 22432, "Shape__Length": 85.646760313704405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168566490288299, 40.003156865959703 ], [ -75.168945404957697, 40.003669784777898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13323, "tnode_": 13258, "lpoly_": null, "rpoly_": null, "length": 185.1773596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3150, "l_t_add": 3150, "r_f_add": 3137, "r_t_add": 3145, "st_code": 34840, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620338, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 22433, "Shape__Length": 73.801573812605255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168238869455294, 40.0027153648821 ], [ -75.168566490288299, 40.003156865959703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13332, "tnode_": 13227, "lpoly_": null, "rpoly_": null, "length": 311.08483151999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 88230, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620341, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 22434, "Shape__Length": 124.0887473908256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167693002759506, 40.002654406600399 ], [ -75.167512958999097, 40.003497072743301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13340, "tnode_": 13233, "lpoly_": null, "rpoly_": null, "length": 306.27721901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEMBERGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3132, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 41780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEMBERGER ST", "stname": "N HEMBERGER ST", "objectid": 22435, "Shape__Length": 122.17017985616815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167138323139099, 40.002581833374798 ], [ -75.166956110421197, 40.003410841982401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13332, "tnode_": 13323, "lpoly_": null, "rpoly_": null, "length": 154.52794389, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 51100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 620343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 22436, "Shape__Length": 61.407930749411364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167693002759506, 40.002654406600399 ], [ -75.168238869455294, 40.0027153648821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13340, "tnode_": 13332, "lpoly_": null, "rpoly_": null, "length": 157.62602119000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2236, "l_t_add": 2298, "r_f_add": 2237, "r_t_add": 2299, "st_code": 51100, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 620344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 22437, "Shape__Length": 62.640871745826921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167138323139099, 40.002581833374798 ], [ -75.167693002759506, 40.002654406600399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11889, "tnode_": 11957, "lpoly_": null, "rpoly_": null, "length": 432.70144891999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1648, "l_t_add": 1698, "r_f_add": 1641, "r_t_add": 1707, "st_code": 44040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620347, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22438, "Shape__Length": 172.14176096135756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153852446600396, 40.015901020170801 ], [ -75.155188361898496, 40.015304522343499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11957, "tnode_": 12018, "lpoly_": null, "rpoly_": null, "length": 479.31899291999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1709, "r_t_add": 1799, "st_code": 44040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620348, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22439, "Shape__Length": 190.69531592437522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155188361898496, 40.015304522343499 ], [ -75.156655710824495, 40.014627507048203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12030, "tnode_": 11889, "lpoly_": null, "rpoly_": null, "length": 576.9013444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 36660, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 620349, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22440, "Shape__Length": 230.05510350780943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153072526935702, 40.014435287283298 ], [ -75.153852446600396, 40.015901020170801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12018, "tnode_": 12082, "lpoly_": null, "rpoly_": null, "length": 424.85375348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1842, "r_f_add": 1801, "r_t_add": 1899, "st_code": 44040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620350, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22441, "Shape__Length": 169.02581892940594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156655710824495, 40.014627507048203 ], [ -75.157955135584004, 40.014025916455601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12082, "tnode_": 12107, "lpoly_": null, "rpoly_": null, "length": 167.00637621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1844, "l_t_add": 1860, "r_f_add": 1901, "r_t_add": 1915, "st_code": 44040, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 620351, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22442, "Shape__Length": 66.440227536590427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157955135584004, 40.014025916455601 ], [ -75.158468526776304, 40.013792790910699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12107, "tnode_": 12118, "lpoly_": null, "rpoly_": null, "length": 74.5767262, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1862, "l_t_add": 1898, "r_f_add": 1917, "r_t_add": 1923, "st_code": 44040, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 620352, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22443, "Shape__Length": 29.671443473925091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158468526776304, 40.013792790910699 ], [ -75.158694296964796, 40.013684280033601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12118, "tnode_": 12126, "lpoly_": null, "rpoly_": null, "length": 61.78450288, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1900, "r_f_add": 1925, "r_t_add": 1929, "st_code": 44040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620353, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22444, "Shape__Length": 24.579305063632948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158694296964796, 40.013684280033601 ], [ -75.1588846966402, 40.013598649229699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12157, "tnode_": 12030, "lpoly_": null, "rpoly_": null, "length": 477.46802487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3930, "l_t_add": 3998, "r_f_add": 3931, "r_t_add": 3999, "st_code": 36660, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620354, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22445, "Shape__Length": 190.40189346017081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152433884786007, 40.013220046080903 ], [ -75.153072526935702, 40.014435287283298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12126, "tnode_": 12159, "lpoly_": null, "rpoly_": null, "length": 164.75611748, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1902, "l_t_add": 1914, "r_f_add": 1931, "r_t_add": 1953, "st_code": 44040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620355, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22446, "Shape__Length": 65.543470819987306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1588846966402, 40.013598649229699 ], [ -75.159392649408005, 40.013370605738601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12159, "tnode_": 12217, "lpoly_": null, "rpoly_": null, "length": 312.44155467000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1916, "l_t_add": 1968, "r_f_add": 1955, "r_t_add": 1981, "st_code": 44040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22447, "Shape__Length": 124.30100908867719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159392649408005, 40.013370605738601 ], [ -75.160348322553503, 40.012928292608898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12217, "tnode_": 12251, "lpoly_": null, "rpoly_": null, "length": 194.23884145, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1970, "l_t_add": 1998, "r_f_add": 1983, "r_t_add": 1999, "st_code": 44040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620357, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22448, "Shape__Length": 77.272927989173311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160348322553503, 40.012928292608898 ], [ -75.160945334651998, 40.012657043577001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12307, "tnode_": 12241, "lpoly_": null, "rpoly_": null, "length": 215.71356709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3844, "l_t_add": 3898, "r_f_add": 3861, "r_t_add": 3899, "st_code": 36660, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620358, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22449, "Shape__Length": 86.022875468430328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151889114830695, 40.011997394011203 ], [ -75.152165725111402, 40.012550036756899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12425, "tnode_": 12307, "lpoly_": null, "rpoly_": null, "length": 415.53418792000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3842, "r_f_add": 3801, "r_t_add": 3859, "st_code": 36660, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620359, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22450, "Shape__Length": 165.72761701096971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151430084600307, 40.010912686377402 ], [ -75.151889114830695, 40.011997394011203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12378, "tnode_": 12436, "lpoly_": null, "rpoly_": null, "length": 378.17053876, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2199, "st_code": 44040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 620360, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22451, "Shape__Length": 150.44965718727732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163055890295496, 40.0116746486514 ], [ -75.164208542701502, 40.0111341601947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12436, "tnode_": 12460, "lpoly_": null, "rpoly_": null, "length": 116.74789954, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2201, "r_t_add": 2209, "st_code": 44040, "l_hundred": 2100, "r_hundred": 2200, "seg_id": 620361, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22452, "Shape__Length": 46.446346285414812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164208542701502, 40.0111341601947 ], [ -75.164564210351699, 40.010967081960104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12241, "tnode_": 12169, "lpoly_": null, "rpoly_": null, "length": 217.49205207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3918, "r_f_add": 3901, "r_t_add": 3925, "st_code": 36660, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620363, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22453, "Shape__Length": 86.749157572575839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152165725111402, 40.012550036756899 ], [ -75.152386878726901, 40.0131223493363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12169, "tnode_": 12157, "lpoly_": null, "rpoly_": null, "length": 37.9467359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3920, "l_t_add": 3928, "r_f_add": 3927, "r_t_add": 3929, "st_code": 36660, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620364, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22454, "Shape__Length": 15.133220103274976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152386878726901, 40.0131223493363 ], [ -75.152433884786007, 40.013220046080903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12132, "tnode_": 12169, "lpoly_": null, "rpoly_": null, "length": 278.51755501999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1441, "r_t_add": 1499, "st_code": 47520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620365, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 22455, "Shape__Length": 110.74859750785673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151463337442607, 40.013405669595201 ], [ -75.152386878726901, 40.0131223493363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12000, "tnode_": 12023, "lpoly_": null, "rpoly_": null, "length": 166.26083888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1901, "r_t_add": 1907, "st_code": 69780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22456, "Shape__Length": 66.151453111205953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158613330425993, 40.014877403872603 ], [ -75.159115122204796, 40.014633598717303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12023, "tnode_": 12044, "lpoly_": null, "rpoly_": null, "length": 142.16035753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1916, "l_t_add": 1928, "r_f_add": 1909, "r_t_add": 1923, "st_code": 69780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22457, "Shape__Length": 56.556504246725147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159115122204796, 40.014633598717303 ], [ -75.159551794490895, 40.014434708409198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12044, "tnode_": 12070, "lpoly_": null, "rpoly_": null, "length": 162.19882378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1930, "l_t_add": 1944, "r_f_add": 1925, "r_t_add": 1925, "st_code": 69780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22458, "Shape__Length": 64.533294685116502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159551794490895, 40.014434708409198 ], [ -75.160043411394398, 40.014199419551701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12082, "tnode_": 12000, "lpoly_": null, "rpoly_": null, "length": 360.83494109000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3918, "l_t_add": 4000, "r_f_add": 3919, "r_t_add": 3999, "st_code": 65880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22459, "Shape__Length": 143.82461572778553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157955135584004, 40.014025916455601 ], [ -75.158613330425993, 40.014877403872603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12070, "tnode_": 12119, "lpoly_": null, "rpoly_": null, "length": 304.89399676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1946, "l_t_add": 1980, "r_f_add": 1929, "r_t_add": 1979, "st_code": 69780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22460, "Shape__Length": 121.29477605442096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160043411394398, 40.014199419551701 ], [ -75.160982644022496, 40.013776381291898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12119, "tnode_": 12144, "lpoly_": null, "rpoly_": null, "length": 199.37508284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1982, "l_t_add": 1998, "r_f_add": 1981, "r_t_add": 1999, "st_code": 69780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 22461, "Shape__Length": 79.317547138427159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160982644022496, 40.013776381291898 ], [ -75.161595037030494, 40.013497422326097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12213, "tnode_": 12172, "lpoly_": null, "rpoly_": null, "length": 185.18029402000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3827, "r_t_add": 3899, "st_code": 65880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22462, "Shape__Length": 73.80939966717655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157007483436502, 40.012777729055998 ], [ -75.157344685805199, 40.013214974727298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12318, "tnode_": 12213, "lpoly_": null, "rpoly_": null, "length": 345.32917433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3812, "l_t_add": 3848, "r_f_add": 3819, "r_t_add": 3825, "st_code": 65880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620373, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22463, "Shape__Length": 137.63802102971496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156373191897799, 40.011964851998798 ], [ -75.157007483436502, 40.012777729055998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12379, "tnode_": 12318, "lpoly_": null, "rpoly_": null, "length": 196.0465831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3810, "r_f_add": 3801, "r_t_add": 3817, "st_code": 65880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620374, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22464, "Shape__Length": 78.138922186749213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1560159147337, 40.011502083331202 ], [ -75.156373191897799, 40.011964851998798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12418, "tnode_": 12379, "lpoly_": null, "rpoly_": null, "length": 152.87550714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3752, "l_t_add": 3798, "r_f_add": 3757, "r_t_add": 3799, "st_code": 65880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620375, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22465, "Shape__Length": 60.936074440735005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155747196633797, 40.011136816004097 ], [ -75.1560159147337, 40.011502083331202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12562, "tnode_": 12418, "lpoly_": null, "rpoly_": null, "length": 611.44890346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3750, "r_f_add": 3701, "r_t_add": 3755, "st_code": 65880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620376, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-12-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22466, "Shape__Length": 243.70706743630402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154643219933305, 40.009688810597098 ], [ -75.155747196633797, 40.011136816004097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12172, "tnode_": 12082, "lpoly_": null, "rpoly_": null, "length": 341.32925722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3916, "r_f_add": 3901, "r_t_add": 3917, "st_code": 65880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620377, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22467, "Shape__Length": 136.05362957458698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157344685805199, 40.013214974727298 ], [ -75.157955135584004, 40.014025916455601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12174, "tnode_": 12018, "lpoly_": null, "rpoly_": null, "length": 540.66296652000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 88130, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620378, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22468, "Shape__Length": 215.70065905354514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156937745327696, 40.013161822617299 ], [ -75.156712009201598, 40.014125712978597 ], [ -75.156656436739397, 40.014428880768698 ], [ -75.156655710824495, 40.014627507048203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12213, "tnode_": 12174, "lpoly_": null, "rpoly_": null, "length": 141.27563552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3852, "l_t_add": 3898, "r_f_add": 3849, "r_t_add": 3899, "st_code": 88130, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620379, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22469, "Shape__Length": 56.363229132887973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157007483436502, 40.012777729055998 ], [ -75.156937745327696, 40.013161822617299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12196, "tnode_": 12027, "lpoly_": null, "rpoly_": null, "length": 552.73820404000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 88110, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620380, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22470, "Shape__Length": 220.51543189255105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155356736759103, 40.012964289501497 ], [ -75.155031247477098, 40.014460839689598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12385, "tnode_": 12196, "lpoly_": null, "rpoly_": null, "length": 553.04654905000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 88110, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620381, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22471, "Shape__Length": 220.63342868246352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155683717012096, 40.011467074025198 ], [ -75.155356736759103, 40.012964289501497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12418, "tnode_": 12385, "lpoly_": null, "rpoly_": null, "length": 121.61423002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3752, "l_t_add": 3798, "r_f_add": 3757, "r_t_add": 3799, "st_code": 88110, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620382, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22472, "Shape__Length": 48.517515048351378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155747196633797, 40.011136816004097 ], [ -75.155683717012096, 40.011467074025198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12543, "tnode_": 12418, "lpoly_": null, "rpoly_": null, "length": 465.71106646000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3750, "r_f_add": 3701, "r_t_add": 3755, "st_code": 88110, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620383, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22473, "Shape__Length": 185.78576928865002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156030919353, 40.009877136044302 ], [ -75.155747196633797, 40.011136816004097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12329, "tnode_": 12324, "lpoly_": null, "rpoly_": null, "length": 224.41891842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1928, "l_t_add": 1998, "r_f_add": 1917, "r_t_add": 1999, "st_code": 20080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620384, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22474, "Shape__Length": 89.195256294774452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159663411340603, 40.011982187766101 ], [ -75.160455073147901, 40.012076865296102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12338, "tnode_": 12329, "lpoly_": null, "rpoly_": null, "length": 237.07182824, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1926, "r_f_add": 1901, "r_t_add": 1915, "st_code": 20080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620385, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22475, "Shape__Length": 94.226167245810032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158829595870401, 40.011870600913603 ], [ -75.159663411340603, 40.011982187766101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12348, "tnode_": 12338, "lpoly_": null, "rpoly_": null, "length": 225.6430461, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1825, "r_t_add": 1899, "st_code": 20080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620386, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22476, "Shape__Length": 89.682217198829463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580344298889, 40.011771477451902 ], [ -75.158829595870401, 40.011870600913603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12364, "tnode_": 12348, "lpoly_": null, "rpoly_": null, "length": 217.41934564, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1823, "st_code": 20080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620387, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22477, "Shape__Length": 86.414520172806732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157269341983906, 40.011670903055702 ], [ -75.1580344298889, 40.011771477451902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12374, "tnode_": 12364, "lpoly_": null, "rpoly_": null, "length": 224.64629061, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1710, "l_t_add": 1798, "r_f_add": 1711, "r_t_add": 1799, "st_code": 20080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620388, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22478, "Shape__Length": 89.288658968035051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156481001545103, 40.011557626430204 ], [ -75.157269341983906, 40.011670903055702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12379, "tnode_": 12374, "lpoly_": null, "rpoly_": null, "length": 131.8385754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1706, "l_t_add": 1708, "r_f_add": 1707, "r_t_add": 1709, "st_code": 20080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620389, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22479, "Shape__Length": 52.398817614900516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1560159147337, 40.011502083331202 ], [ -75.156481001545103, 40.011557626430204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12385, "tnode_": 12379, "lpoly_": null, "rpoly_": null, "length": 93.922730140000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1704, "r_f_add": 1701, "r_t_add": 1705, "st_code": 20080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620390, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22480, "Shape__Length": 37.32850565275897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155683717012096, 40.011467074025198 ], [ -75.1560159147337, 40.011502083331202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12391, "tnode_": 12385, "lpoly_": null, "rpoly_": null, "length": 224.12954973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1699, "st_code": 20080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620391, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22481, "Shape__Length": 89.080007211209178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154893728535598, 40.011369380903602 ], [ -75.155683717012096, 40.011467074025198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12399, "tnode_": 12391, "lpoly_": null, "rpoly_": null, "length": 223.47954435, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1624, "r_f_add": 1601, "r_t_add": 1619, "st_code": 20080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22482, "Shape__Length": 88.824973985229903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154110004315001, 40.011254580250998 ], [ -75.154893728535598, 40.011369380903602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12404, "tnode_": 12399, "lpoly_": null, "rpoly_": null, "length": 220.62008356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1599, "st_code": 20080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620393, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22483, "Shape__Length": 87.685524070024485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153333106580902, 40.011155042254799 ], [ -75.154110004315001, 40.011254580250998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12414, "tnode_": 12241, "lpoly_": null, "rpoly_": null, "length": 554.40954391000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 88070, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620394, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22484, "Shape__Length": 221.16574327972495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152543416757197, 40.011058285630099 ], [ -75.152266163514199, 40.012293076377802 ], [ -75.152227707820103, 40.012421205985298 ], [ -75.152165725111402, 40.012550036756899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12414, "tnode_": 12404, "lpoly_": null, "rpoly_": null, "length": 223.99402165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1519, "st_code": 20080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620395, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22485, "Shape__Length": 89.025574302383333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152543416757197, 40.011058285630099 ], [ -75.153333106580902, 40.011155042254799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12420, "tnode_": 12414, "lpoly_": null, "rpoly_": null, "length": 210.96011531000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1408, "l_t_add": 1498, "r_f_add": 1437, "r_t_add": 1499, "st_code": 20080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620396, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22486, "Shape__Length": 83.846636233853502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151801356541498, 40.010959402762502 ], [ -75.152543416757197, 40.011058285630099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12425, "tnode_": 12420, "lpoly_": null, "rpoly_": null, "length": 105.3820604, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1402, "l_t_add": 1406, "r_f_add": 1435, "r_t_add": 1435, "st_code": 20080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 22487, "Shape__Length": 41.883813552056488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151430084600307, 40.010912686377402 ], [ -75.151801356541498, 40.010959402762502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12166, "tnode_": 12155, "lpoly_": null, "rpoly_": null, "length": 218.28698418, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1810, "l_t_add": 1898, "r_f_add": 1811, "r_t_add": 1899, "st_code": 64740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22488, "Shape__Length": 86.760689081956386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157705970052007, 40.0132695174212 ], [ -75.158474955603197, 40.013366703035601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12172, "tnode_": 12166, "lpoly_": null, "rpoly_": null, "length": 103.12981258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1806, "l_t_add": 1808, "r_f_add": 1807, "r_t_add": 1809, "st_code": 64740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22489, "Shape__Length": 40.991847592263788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157344685805199, 40.013214974727298 ], [ -75.157705970052007, 40.0132695174212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12174, "tnode_": 12172, "lpoly_": null, "rpoly_": null, "length": 115.6192067, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1804, "r_f_add": 1801, "r_t_add": 1805, "st_code": 64740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620401, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22490, "Shape__Length": 45.954421358737797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156937745327696, 40.013161822617299 ], [ -75.157344685805199, 40.013214974727298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12185, "tnode_": 12174, "lpoly_": null, "rpoly_": null, "length": 229.7960294, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1719, "r_t_add": 1799, "st_code": 64740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620402, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22491, "Shape__Length": 91.335237644964721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156128707440303, 40.013057248874098 ], [ -75.156937745327696, 40.013161822617299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12196, "tnode_": 12185, "lpoly_": null, "rpoly_": null, "length": 218.86959438, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1717, "st_code": 64740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22492, "Shape__Length": 86.991045474133145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155356736759103, 40.012964289501497 ], [ -75.156128707440303, 40.013057248874098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12205, "tnode_": 12196, "lpoly_": null, "rpoly_": null, "length": 220.86169301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1618, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 64740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22493, "Shape__Length": 87.784994463692641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154580392230997, 40.012858282004302 ], [ -75.155356736759103, 40.012964289501497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12221, "tnode_": 12205, "lpoly_": null, "rpoly_": null, "length": 227.16850366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1615, "st_code": 64740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22494, "Shape__Length": 90.291042304842094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153781243014805, 40.012752042776903 ], [ -75.154580392230997, 40.012858282004302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12228, "tnode_": 12221, "lpoly_": null, "rpoly_": null, "length": 224.39223635, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1519, "r_t_add": 1599, "st_code": 64740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620406, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22495, "Shape__Length": 89.187474426733317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1529919007167, 40.0126469279787 ], [ -75.153781243014805, 40.012752042776903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12241, "tnode_": 12228, "lpoly_": null, "rpoly_": null, "length": 234.09477754999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1501, "r_t_add": 1517, "st_code": 64740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620407, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22496, "Shape__Length": 93.041377887815003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152165725111402, 40.012550036756899 ], [ -75.1529919007167, 40.0126469279787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12255, "tnode_": 12241, "lpoly_": null, "rpoly_": null, "length": 322.84864575999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 64740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 22497, "Shape__Length": 128.31925960251672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151029458527304, 40.012401439247597 ], [ -75.152165725111402, 40.012550036756899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12155, "tnode_": 12118, "lpoly_": null, "rpoly_": null, "length": 130.98990584000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3860, "l_t_add": 3898, "r_f_add": 3867, "r_t_add": 3899, "st_code": 88150, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22498, "Shape__Length": 52.218787689454402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158474955603197, 40.013366703035601 ], [ -75.158694296964796, 40.013684280033601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12338, "tnode_": 12155, "lpoly_": null, "rpoly_": null, "length": 553.9832285, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3858, "r_f_add": 3801, "r_t_add": 3865, "st_code": 88150, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620411, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22499, "Shape__Length": 221.00430404512107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158829595870401, 40.011870600913603 ], [ -75.158474955603197, 40.013366703035601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12397, "tnode_": 12338, "lpoly_": null, "rpoly_": null, "length": 174.98991271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3726, "l_t_add": 3798, "r_f_add": 3735, "r_t_add": 3799, "st_code": 88150, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620412, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22500, "Shape__Length": 69.809393076360124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158938531527596, 40.011397592161202 ], [ -75.158829595870401, 40.011870600913603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12442, "tnode_": 12397, "lpoly_": null, "rpoly_": null, "length": 152.11740534, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3718, "l_t_add": 3724, "r_f_add": 3727, "r_t_add": 3733, "st_code": 88150, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620413, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22501, "Shape__Length": 60.684920778396624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159029658322396, 40.010985932593101 ], [ -75.158938531527596, 40.011397592161202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12502, "tnode_": 12442, "lpoly_": null, "rpoly_": null, "length": 254.87624598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3725, "st_code": 88150, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22502, "Shape__Length": 101.67884995184637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159177697468394, 40.010295588977399 ], [ -75.159029658322396, 40.010985932593101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12364, "tnode_": 12213, "lpoly_": null, "rpoly_": null, "length": 409.81501365999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3850, "r_f_add": 3801, "r_t_add": 3847, "st_code": 88130, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620415, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22503, "Shape__Length": 163.48943051756473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157269341983906, 40.011670903055702 ], [ -75.157007483436502, 40.012777729055998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12523, "tnode_": 12364, "lpoly_": null, "rpoly_": null, "length": 581.65503640999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 88130, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620416, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22504, "Shape__Length": 232.04489480995625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157592948016998, 40.010093698492398 ], [ -75.157269341983906, 40.011670903055702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12582, "tnode_": 12414, "lpoly_": null, "rpoly_": null, "length": 591.22501649000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 88070, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620417, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22505, "Shape__Length": 235.85945590949899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152880445327796, 40.0094561265051 ], [ -75.152543416757197, 40.011058285630099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12141, "tnode_": 12048, "lpoly_": null, "rpoly_": null, "length": 337.51654223000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3928, "l_t_add": 3998, "r_f_add": 3929, "r_t_add": 3999, "st_code": 88090, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620418, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22506, "Shape__Length": 134.65328806400959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153646383256302, 40.013360711362999 ], [ -75.153451361193504, 40.014275019509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12221, "tnode_": 12141, "lpoly_": null, "rpoly_": null, "length": 224.92222527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3926, "r_f_add": 3901, "r_t_add": 3927, "st_code": 88090, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620419, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22507, "Shape__Length": 89.731722384589744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153781243014805, 40.012752042776903 ], [ -75.153646383256302, 40.013360711362999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12399, "tnode_": 12221, "lpoly_": null, "rpoly_": null, "length": 553.21817253000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 88090, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620420, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22508, "Shape__Length": 220.70096634969667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154110004315001, 40.011254580250998 ], [ -75.153781243014805, 40.012752042776903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12566, "tnode_": 12399, "lpoly_": null, "rpoly_": null, "length": 588.07338507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 88090, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620421, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22509, "Shape__Length": 234.59965777539307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154467314143702, 40.009663800692401 ], [ -75.154110004315001, 40.011254580250998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12324, "tnode_": 12251, "lpoly_": null, "rpoly_": null, "length": 252.04562062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 88170, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620422, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22510, "Shape__Length": 100.44522048968008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160455073147901, 40.012076865296102 ], [ -75.160945334651998, 40.012657043577001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12382, "tnode_": 12324, "lpoly_": null, "rpoly_": null, "length": 175.12586847, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3726, "l_t_add": 3798, "r_f_add": 3727, "r_t_add": 3799, "st_code": 88170, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22511, "Shape__Length": 69.868686139953923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160498565005796, 40.011599200489499 ], [ -75.160442156777506, 40.011956294680303 ], [ -75.160449937607694, 40.012009214732501 ], [ -75.160455073147901, 40.012076865296102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12419, "tnode_": 12382, "lpoly_": null, "rpoly_": null, "length": 150.75908915, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3718, "l_t_add": 3724, "r_f_add": 3717, "r_t_add": 3725, "st_code": 88170, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22512, "Shape__Length": 60.143122325913538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160589539048203, 40.0111913035961 ], [ -75.160498565005796, 40.011599200489499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11459, "tnode_": 11410, "lpoly_": null, "rpoly_": null, "length": 133.09060535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4354, "l_t_add": 4398, "r_f_add": 4339, "r_t_add": 4353, "st_code": 81880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22513, "Shape__Length": 53.052569369115481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158624561232799, 40.019675661967597 ], [ -75.158867304089895, 40.0199897458469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11541, "tnode_": 11459, "lpoly_": null, "rpoly_": null, "length": 244.86257337000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4328, "l_t_add": 4352, "r_f_add": 4325, "r_t_add": 4337, "st_code": 81880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22514, "Shape__Length": 97.607494694224243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158180256316996, 40.019096759738801 ], [ -75.158624561232799, 40.019675661967597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11579, "tnode_": 11541, "lpoly_": null, "rpoly_": null, "length": 157.18770267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4318, "l_t_add": 4326, "r_f_add": 4317, "r_t_add": 4323, "st_code": 81880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22515, "Shape__Length": 62.651102936707417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157880064068493, 40.018732177401702 ], [ -75.158180256316996, 40.019096759738801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11629, "tnode_": 11579, "lpoly_": null, "rpoly_": null, "length": 144.55375784999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4315, "st_code": 81880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22516, "Shape__Length": 57.623871098387994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157623034988205, 40.018388069380599 ], [ -75.157880064068493, 40.018732177401702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11661, "tnode_": 11629, "lpoly_": null, "rpoly_": null, "length": 125.91010616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4228, "l_t_add": 4298, "r_f_add": 4227, "r_t_add": 4299, "st_code": 81880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22517, "Shape__Length": 50.189662195565148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157394630904506, 40.018090367860999 ], [ -75.157623034988205, 40.018388069380599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11741, "tnode_": 11697, "lpoly_": null, "rpoly_": null, "length": 166.90234185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4221, "st_code": 81880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22518, "Shape__Length": 66.526818514303812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156795531570907, 40.017347972863597 ], [ -75.157103373347994, 40.017740266128797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11410, "tnode_": 11291, "lpoly_": null, "rpoly_": null, "length": 397.40576623000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4418, "r_f_add": 4355, "r_t_add": 4431, "st_code": 81880, "l_hundred": 4400, "r_hundred": 4300, "seg_id": 620431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22519, "Shape__Length": 158.42084960732393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158867304089895, 40.0199897458469 ], [ -75.159236912792295, 40.020451710948002 ], [ -75.159362302505201, 40.020603158839897 ], [ -75.159577713388899, 40.020932936416003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11697, "tnode_": 11685, "lpoly_": null, "rpoly_": null, "length": 37.76313532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81880, "l_hundred": 0, "r_hundred": 0, "seg_id": 620432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22520, "Shape__Length": 15.05137839263983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157103373347994, 40.017740266128797 ], [ -75.157175102085006, 40.017828042834402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11685, "tnode_": 11661, "lpoly_": null, "rpoly_": null, "length": 113.63298277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4222, "l_t_add": 4226, "r_f_add": 4223, "r_t_add": 4225, "st_code": 81880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22521, "Shape__Length": 45.289451153794403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157175102085006, 40.017828042834402 ], [ -75.157394630904506, 40.018090367860999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11705, "tnode_": 11785, "lpoly_": null, "rpoly_": null, "length": 422.14369432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1735, "st_code": 29040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOUNTON ST", "stname": "DOUNTON ST", "objectid": 22522, "Shape__Length": 167.96295283660268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154790498729398, 40.017658810566701 ], [ -75.156071252784599, 40.017047924653603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11785, "tnode_": 11799, "lpoly_": null, "rpoly_": null, "length": 119.09044054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1808, "r_f_add": 1737, "r_t_add": 1799, "st_code": 29040, "l_hundred": 1800, "r_hundred": 1700, "seg_id": 620436, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOUNTON ST", "stname": "DOUNTON ST", "objectid": 22523, "Shape__Length": 47.373841960328662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156071252784599, 40.017047924653603 ], [ -75.156445314217905, 40.016892501832103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11777, "tnode_": 11840, "lpoly_": null, "rpoly_": null, "length": 386.20091959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAUB", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 74520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAUB ST", "stname": "STAUB ST", "objectid": 22524, "Shape__Length": 153.62033172003942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154475494936605, 40.0170849344549 ], [ -75.155103287881403, 40.016861947929399 ], [ -75.155699842891494, 40.016599509451702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11840, "tnode_": 11785, "lpoly_": null, "rpoly_": null, "length": 193.66240019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 38460, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22525, "Shape__Length": 77.185905037850901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155699842891494, 40.016599509451702 ], [ -75.156071252784599, 40.017047924653603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11845, "tnode_": 11863, "lpoly_": null, "rpoly_": null, "length": 232.81969837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAUB", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 74520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAUB ST", "stname": "STAUB ST", "objectid": 22526, "Shape__Length": 92.556149286834071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156544332745895, 40.016493289417902 ], [ -75.157347064738403, 40.016327389405603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11863, "tnode_": 11807, "lpoly_": null, "rpoly_": null, "length": 234.53263721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 59620, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 22527, "Shape__Length": 93.49171151777405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157347064738403, 40.016327389405603 ], [ -75.1577595268826, 40.016887683338197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11409, "tnode_": 11342, "lpoly_": null, "rpoly_": null, "length": 256.95809529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4330, "l_t_add": 4366, "r_f_add": 4333, "r_t_add": 4359, "st_code": 36660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620441, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22528, "Shape__Length": 102.37729312203534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156351457668293, 40.0199290897339 ], [ -75.156924093635396, 40.020480203243501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11449, "tnode_": 11409, "lpoly_": null, "rpoly_": null, "length": 108.5885607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4320, "l_t_add": 4328, "r_f_add": 4321, "r_t_add": 4331, "st_code": 36660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22529, "Shape__Length": 43.256616468957091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156097016084004, 40.019704174534702 ], [ -75.156351457668293, 40.0199290897339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11536, "tnode_": 11449, "lpoly_": null, "rpoly_": null, "length": 251.19909865000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4318, "r_f_add": 4301, "r_t_add": 4319, "st_code": 36660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22530, "Shape__Length": 100.15625632483965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155695661874702, 40.019087501327903 ], [ -75.156097016084004, 40.019704174534702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27712, "tnode_": 11536, "lpoly_": null, "rpoly_": null, "length": 180.70583356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4218, "l_t_add": 4298, "r_f_add": 4221, "r_t_add": 4299, "st_code": 36660, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620444, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22531, "Shape__Length": 72.054874349117924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155421911987204, 40.018638307704201 ], [ -75.155695661874702, 40.019087501327903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11649, "tnode_": 27713, "lpoly_": null, "rpoly_": null, "length": 177.7455864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4203, "r_t_add": 4219, "st_code": 36660, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620445, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22532, "Shape__Length": 70.868111734894285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155100570512303, 40.0181440366744 ], [ -75.155385140036501, 40.018580164020698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11664, "tnode_": 11649, "lpoly_": null, "rpoly_": null, "length": 45.55212922, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4182, "l_t_add": 4198, "r_f_add": 4201, "r_t_add": 4201, "st_code": 36660, "l_hundred": 4100, "r_hundred": 4200, "seg_id": 620446, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22533, "Shape__Length": 18.161602936008595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155027134630799, 40.018032463822301 ], [ -75.155100570512303, 40.0181440366744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11705, "tnode_": 11664, "lpoly_": null, "rpoly_": null, "length": 151.39437931999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4168, "l_t_add": 4180, "r_f_add": 4165, "r_t_add": 4199, "st_code": 36660, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620447, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22534, "Shape__Length": 60.363525986729307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154790498729398, 40.017658810566701 ], [ -75.155027134630799, 40.018032463822301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11742, "tnode_": 11705, "lpoly_": null, "rpoly_": null, "length": 149.44940204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4152, "l_t_add": 4166, "r_f_add": 4153, "r_t_add": 4163, "st_code": 36660, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620448, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22535, "Shape__Length": 59.59589548938866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154579265130707, 40.017282071007102 ], [ -75.154790498729398, 40.017658810566701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11777, "tnode_": 11742, "lpoly_": null, "rpoly_": null, "length": 77.47219281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4146, "l_t_add": 4150, "r_f_add": 4147, "r_t_add": 4151, "st_code": 36660, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22536, "Shape__Length": 30.895375823330475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154475494936605, 40.0170849344549 ], [ -75.154579265130707, 40.017282071007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11342, "tnode_": 11243, "lpoly_": null, "rpoly_": null, "length": 289.13008529000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4368, "l_t_add": 4398, "r_f_add": 4361, "r_t_add": 4399, "st_code": 36660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620450, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22537, "Shape__Length": 115.2048947452211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156924093635396, 40.020480203243501 ], [ -75.157053903472104, 40.020606986443902 ], [ -75.157186476343497, 40.020742933942003 ], [ -75.157552474507497, 40.021109893814099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11686, "tnode_": 11751, "lpoly_": null, "rpoly_": null, "length": 296.79353819, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 69240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 22538, "Shape__Length": 118.08505030301029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150305312039805, 40.0175469066684 ], [ -75.151210327719298, 40.017123126213598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11751, "tnode_": 11781, "lpoly_": null, "rpoly_": null, "length": 104.01845073, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 44040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620453, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22539, "Shape__Length": 41.379742751233877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151210327719298, 40.017123126213598 ], [ -75.151535178986094, 40.016984746448401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11483, "tnode_": 11444, "lpoly_": null, "rpoly_": null, "length": 79.25531169, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4320, "l_t_add": 4332, "r_f_add": 4323, "r_t_add": 4331, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620454, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22540, "Shape__Length": 31.620409292562368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152350743458697, 40.019406867071297 ], [ -75.152296097742905, 40.019620337127797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11410, "tnode_": 11517, "lpoly_": null, "rpoly_": null, "length": 473.35285922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 59600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620455, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWCOMB ST", "stname": "NEWCOMB ST", "objectid": 22541, "Shape__Length": 188.32927497541891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158867304089895, 40.0199897458469 ], [ -75.160323658694594, 40.019330431161301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11409, "tnode_": 11541, "lpoly_": null, "rpoly_": null, "length": 595.2233709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 69560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620456, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWAN ST", "stname": "ROWAN ST", "objectid": 22542, "Shape__Length": 236.81835201898096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156351457668293, 40.0199290897339 ], [ -75.158180256316996, 40.019096759738801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11546, "tnode_": 11525, "lpoly_": null, "rpoly_": null, "length": 365.39450638, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1632, "l_t_add": 1698, "r_f_add": 1615, "r_t_add": 1699, "st_code": 19100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22543, "Shape__Length": 145.24353543333987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152726188060797, 40.018939857549 ], [ -75.154012299866906, 40.019108123735997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11550, "tnode_": 11483, "lpoly_": null, "rpoly_": null, "length": 180.75591743000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4318, "r_f_add": 4301, "r_t_add": 4321, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22544, "Shape__Length": 72.118171366997075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152459362802503, 40.018917748665899 ], [ -75.152350743458697, 40.019406867071297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11550, "tnode_": 11546, "lpoly_": null, "rpoly_": null, "length": 75.1657161, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1630, "r_f_add": 1601, "r_t_add": 1613, "st_code": 19100, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22545, "Shape__Length": 29.876198506521124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152459362802503, 40.018917748665899 ], [ -75.152726188060797, 40.018939857549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11557, "tnode_": 11550, "lpoly_": null, "rpoly_": null, "length": 174.25442269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1534, "l_t_add": 1598, "r_f_add": 1535, "r_t_add": 1599, "st_code": 19100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22546, "Shape__Length": 69.266975792961119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151847601087596, 40.018830682442399 ], [ -75.152459362802503, 40.018917748665899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27535, "tnode_": 11557, "lpoly_": null, "rpoly_": null, "length": 121.41452881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1520, "l_t_add": 1532, "r_f_add": 1521, "r_t_add": 1533, "st_code": 19100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22547, "Shape__Length": 48.262220089310816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151420665858097, 40.018772917964299 ], [ -75.151847601087596, 40.018830682442399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11569, "tnode_": 11563, "lpoly_": null, "rpoly_": null, "length": 139.04470727, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1516, "r_f_add": 1501, "r_t_add": 1517, "st_code": 19100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22548, "Shape__Length": 55.26797958523062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150872210740602, 40.018711099347797 ], [ -75.1513636395498, 40.018765202260298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11573, "tnode_": 11569, "lpoly_": null, "rpoly_": null, "length": 226.62570732, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 19100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620463, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22549, "Shape__Length": 90.082393607965045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150074128700396, 40.018608613578998 ], [ -75.150872210740602, 40.018711099347797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11525, "tnode_": 27713, "lpoly_": null, "rpoly_": null, "length": 429.92594133, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 19100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620465, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22550, "Shape__Length": 171.01052560934195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154012299866906, 40.019108123735997 ], [ -75.155385140036501, 40.018580164020698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11590, "tnode_": 11550, "lpoly_": null, "rpoly_": null, "length": 128.72558213000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4248, "l_t_add": 4298, "r_f_add": 4247, "r_t_add": 4299, "st_code": 88090, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620466, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22551, "Shape__Length": 51.361045700842233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152519140403001, 40.018567383150398 ], [ -75.152459362802503, 40.018917748665899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11546, "tnode_": 11619, "lpoly_": null, "rpoly_": null, "length": 458.79866102, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1708, "r_f_add": 1601, "r_t_add": 1699, "st_code": 46420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620467, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JUNIATA ST", "stname": "W JUNIATA ST", "objectid": 22552, "Shape__Length": 182.50565174873287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152726188060797, 40.018939857549 ], [ -75.152838471577994, 40.018883314791402 ], [ -75.153027663792201, 40.018799167004403 ], [ -75.153606674064903, 40.018567676740901 ], [ -75.154011877263102, 40.018401866961597 ], [ -75.154113483430393, 40.018368417057701 ], [ -75.154176369864004, 40.018364160507197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11541, "tnode_": 11621, "lpoly_": null, "rpoly_": null, "length": 467.64020618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 69560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620468, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWAN ST", "stname": "ROWAN ST", "objectid": 22553, "Shape__Length": 186.06203680953928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158180256316996, 40.019096759738801 ], [ -75.159608356233406, 40.018431679030101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11636, "tnode_": 11590, "lpoly_": null, "rpoly_": null, "length": 161.99788307, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4234, "l_t_add": 4246, "r_f_add": 4235, "r_t_add": 4245, "st_code": 88090, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22554, "Shape__Length": 64.605498904752636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152388630975096, 40.018155019084098 ], [ -75.152542903404793, 40.018381041464103 ], [ -75.152552238181798, 40.018450387727903 ], [ -75.152519140403001, 40.018567383150398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11619, "tnode_": 11664, "lpoly_": null, "rpoly_": null, "length": 267.17170265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1710, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1715, "st_code": 46420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620470, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JUNIATA ST", "stname": "W JUNIATA ST", "objectid": 22555, "Shape__Length": 106.27304265068528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154176369864004, 40.018364160507197 ], [ -75.155027134630799, 40.018032463822301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11678, "tnode_": 11636, "lpoly_": null, "rpoly_": null, "length": 162.58334398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4220, "l_t_add": 4232, "r_f_add": 4221, "r_t_add": 4233, "st_code": 88090, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22556, "Shape__Length": 64.805344468064703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152088023873802, 40.017773216383802 ], [ -75.152388630975096, 40.018155019084098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11696, "tnode_": 11678, "lpoly_": null, "rpoly_": null, "length": 60.6867249, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4214, "l_t_add": 4218, "r_f_add": 4213, "r_t_add": 4219, "st_code": 88090, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22557, "Shape__Length": 24.195461612678674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151989796181894, 40.017624727172702 ], [ -75.152088023873802, 40.017773216383802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11629, "tnode_": 11716, "lpoly_": null, "rpoly_": null, "length": 468.02787014, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 19100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620473, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 22558, "Shape__Length": 186.21445269318664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157623034988205, 40.018388069380599 ], [ -75.159052151407806, 40.017722243856298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11649, "tnode_": 11741, "lpoly_": null, "rpoly_": null, "length": 556.3006186, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 46420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620474, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JUNIATA ST", "stname": "W JUNIATA ST", "objectid": 22559, "Shape__Length": 221.33733868942392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155100570512303, 40.0181440366744 ], [ -75.156795531570907, 40.017347972863597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11636, "tnode_": 11742, "lpoly_": null, "rpoly_": null, "length": 691.14945805000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAUB", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 74520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620475, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAUB ST", "stname": "STAUB ST", "objectid": 22560, "Shape__Length": 274.92491833349692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152388630975096, 40.018155019084098 ], [ -75.153968760778895, 40.017516029015503 ], [ -75.154404975501294, 40.017343641611703 ], [ -75.154579265130707, 40.017282071007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11781, "tnode_": 11696, "lpoly_": null, "rpoly_": null, "length": 265.64106754, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4212, "r_f_add": 4201, "r_t_add": 4211, "st_code": 88090, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620476, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22561, "Shape__Length": 105.89890703509101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151535178986094, 40.016984746448401 ], [ -75.151989796181894, 40.017624727172702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11741, "tnode_": 11807, "lpoly_": null, "rpoly_": null, "length": 317.83301212000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1801, "r_t_add": 1839, "st_code": 46420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JUNIATA ST", "stname": "W JUNIATA ST", "objectid": 22562, "Shape__Length": 126.45948985403462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156795531570907, 40.017347972863597 ], [ -75.1577595268826, 40.016887683338197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11831, "tnode_": 11781, "lpoly_": null, "rpoly_": null, "length": 186.2147924, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4118, "l_t_add": 4198, "r_f_add": 4139, "r_t_add": 4199, "st_code": 88090, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620478, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22563, "Shape__Length": 74.232230705845794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151210676490294, 40.0165385912277 ], [ -75.151535178986094, 40.016984746448401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11807, "tnode_": 11833, "lpoly_": null, "rpoly_": null, "length": 154.44146711, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1840, "l_t_add": 1898, "r_f_add": 1841, "r_t_add": 1899, "st_code": 46420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620479, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JUNIATA ST", "stname": "W JUNIATA ST", "objectid": 22564, "Shape__Length": 61.43759537355507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1577595268826, 40.016887683338197 ], [ -75.158242838705902, 40.016683604682001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11944, "tnode_": 11831, "lpoly_": null, "rpoly_": null, "length": 509.76921304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4116, "r_f_add": 4101, "r_t_add": 4137, "st_code": 88090, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 620480, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22565, "Shape__Length": 203.2183728785958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150340370044702, 40.015309580874302 ], [ -75.151210676490294, 40.0165385912277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11420, "tnode_": 11407, "lpoly_": null, "rpoly_": null, "length": 30.95303804, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4342, "l_t_add": 4342, "r_f_add": 4331, "r_t_add": 4331, "st_code": 88110, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620482, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22566, "Shape__Length": 12.349415422324963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538641836419, 40.019824797961398 ], [ -75.153843140460594, 40.019908213232704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11451, "tnode_": 11420, "lpoly_": null, "rpoly_": null, "length": 77.55860332, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4340, "l_t_add": 4340, "r_f_add": 4321, "r_t_add": 4329, "st_code": 88110, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620483, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22567, "Shape__Length": 30.945910908941464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153901367602302, 40.019613818444398 ], [ -75.1538641836419, 40.019824797961398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11342, "tnode_": 11459, "lpoly_": null, "rpoly_": null, "length": 559.21571639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENNIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 28200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENNIE ST", "stname": "DENNIE ST", "objectid": 22568, "Shape__Length": 222.50738282030889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156924093635396, 40.020480203243501 ], [ -75.158624561232799, 40.019675661967597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11525, "tnode_": 11451, "lpoly_": null, "rpoly_": null, "length": 186.81763724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4338, "r_f_add": 4301, "r_t_add": 4319, "st_code": 88110, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620485, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22569, "Shape__Length": 74.537094102687746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154012299866906, 40.019108123735997 ], [ -75.153901367602302, 40.019613818444398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11459, "tnode_": 11558, "lpoly_": null, "rpoly_": null, "length": 472.54996538999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENNIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 28200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620486, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENNIE ST", "stname": "DENNIE ST", "objectid": 22570, "Shape__Length": 188.01674697405355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158624561232799, 40.019675661967597 ], [ -75.160068128609296, 40.0190041848468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11619, "tnode_": 11525, "lpoly_": null, "rpoly_": null, "length": 274.88131052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 88110, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22571, "Shape__Length": 109.67189246988831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154176369864004, 40.018364160507197 ], [ -75.154012299866906, 40.019108123735997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11579, "tnode_": 11667, "lpoly_": null, "rpoly_": null, "length": 471.50861518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALKEITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 27180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620488, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALKEITH ST", "stname": "DALKEITH ST", "objectid": 22572, "Shape__Length": 187.59855315173709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157880064068493, 40.018732177401702 ], [ -75.159322112133395, 40.018064322030298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11590, "tnode_": 11705, "lpoly_": null, "rpoly_": null, "length": 717.12205988999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 29040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620489, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOUNTON ST", "stname": "DOUNTON ST", "objectid": 22573, "Shape__Length": 285.25925801922631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152519140403001, 40.018567383150398 ], [ -75.154790498729398, 40.017658810566701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11661, "tnode_": 11736, "lpoly_": null, "rpoly_": null, "length": 471.69916316999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONITZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 18200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620490, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONITZ ST", "stname": "BONITZ ST", "objectid": 22574, "Shape__Length": 187.67190505773689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157394630904506, 40.018090367860999 ], [ -75.158838165189493, 40.017423414576697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11697, "tnode_": 11780, "lpoly_": null, "rpoly_": null, "length": 474.70740259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRUNNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 19460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRUNNER ST", "stname": "BRUNNER ST", "objectid": 22575, "Shape__Length": 188.8618951804136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157103373347994, 40.017740266128797 ], [ -75.158563919171698, 40.017079158884698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27712, "tnode_": 11685, "lpoly_": null, "rpoly_": null, "length": 572.92686892999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRUNNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 19460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620492, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRUNNER ST", "stname": "BRUNNER ST", "objectid": 22576, "Shape__Length": 227.94842271093518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155421911987204, 40.018638307704201 ], [ -75.157175102085006, 40.017828042834402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29922, "tnode_": 11407, "lpoly_": null, "rpoly_": null, "length": 445.49208581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 69560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620493, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2006-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWAN ST", "stname": "ROWAN ST", "objectid": 22577, "Shape__Length": 177.08305222615297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152273766081095, 40.019709107489099 ], [ -75.153843140460594, 40.019908213232704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11420, "tnode_": 11536, "lpoly_": null, "rpoly_": null, "length": 579.02154602999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 74200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620494, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT PAUL ST", "stname": "SAINT PAUL ST", "objectid": 22578, "Shape__Length": 230.33167120954244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538641836419, 40.019824797961398 ], [ -75.155695661874702, 40.019087501327903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11466, "tnode_": 11444, "lpoly_": null, "rpoly_": null, "length": 294.26644127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1514, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 69560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620495, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWAN ST", "stname": "ROWAN ST", "objectid": 22579, "Shape__Length": 116.97045368394893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151259480709896, 40.019488737762302 ], [ -75.152296097742905, 40.019620337127797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11471, "tnode_": 11466, "lpoly_": null, "rpoly_": null, "length": 156.04212286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1515, "st_code": 69560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620496, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWAN ST", "stname": "ROWAN ST", "objectid": 22580, "Shape__Length": 62.025460223212868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150708696302502, 40.019424250122299 ], [ -75.151259480709896, 40.019488737762302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11713, "tnode_": 11563, "lpoly_": null, "rpoly_": null, "length": 433.82799088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 42400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620497, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 22581, "Shape__Length": 173.08660536140218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151624452513005, 40.017591296749401 ], [ -75.1513636395498, 40.018765202260298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11765, "tnode_": 11751, "lpoly_": null, "rpoly_": null, "length": 217.72104565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 44040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620499, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 22582, "Shape__Length": 86.538291314190403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150440707401998, 40.017039180068402 ], [ -75.151210327719298, 40.017123126213598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11573, "tnode_": 11426, "lpoly_": null, "rpoly_": null, "length": 401.75013378, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 21400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620501, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22583, "Shape__Length": 160.29231328154617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150074128700396, 40.018608613578998 ], [ -75.149844333473396, 40.0196972217514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11686, "tnode_": 11573, "lpoly_": null, "rpoly_": null, "length": 392.14434094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4226, "l_t_add": 4298, "r_f_add": 4225, "r_t_add": 4299, "st_code": 21400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22584, "Shape__Length": 156.4563027216382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150305312039805, 40.0175469066684 ], [ -75.150074128700396, 40.018608613578998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11765, "tnode_": 11686, "lpoly_": null, "rpoly_": null, "length": 188.80378883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4224, "r_f_add": 4201, "r_t_add": 4223, "st_code": 21400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620503, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22585, "Shape__Length": 75.323502944420781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150440707401998, 40.017039180068402 ], [ -75.150305312039805, 40.0175469066684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27535, "tnode_": 11466, "lpoly_": null, "rpoly_": null, "length": 264.63989202, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 42400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620504, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 22586, "Shape__Length": 105.5859110954454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151420665858097, 40.018772917964299 ], [ -75.151259480709896, 40.019488737762302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11471, "tnode_": 11413, "lpoly_": null, "rpoly_": null, "length": 138.15403815, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4328, "l_t_add": 4344, "r_f_add": 4329, "r_t_add": 4345, "st_code": 88070, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620505, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22587, "Shape__Length": 55.121332226370427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150708696302502, 40.019424250122299 ], [ -75.150626617684694, 40.019798212328801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11569, "tnode_": 11471, "lpoly_": null, "rpoly_": null, "length": 263.79440201, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4326, "r_f_add": 4301, "r_t_add": 4327, "st_code": 88070, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 620506, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22588, "Shape__Length": 105.24805071337367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150872210740602, 40.018711099347797 ], [ -75.150708696302502, 40.019424250122299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11715, "tnode_": 11569, "lpoly_": null, "rpoly_": null, "length": 436.3623054, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4212, "l_t_add": 4298, "r_f_add": 4227, "r_t_add": 4299, "st_code": 88070, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620507, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22589, "Shape__Length": 174.09765089991842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151134118217996, 40.017530279891503 ], [ -75.150872210740602, 40.018711099347797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11751, "tnode_": 11715, "lpoly_": null, "rpoly_": null, "length": 149.84715769000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4210, "r_f_add": 4201, "r_t_add": 4225, "st_code": 88070, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620508, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22590, "Shape__Length": 59.786448591127744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151210327719298, 40.017123126213598 ], [ -75.151134118217996, 40.017530279891503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11678, "tnode_": 11557, "lpoly_": null, "rpoly_": null, "length": 391.05802541999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 75860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 620509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22591, "Shape__Length": 156.0219361905074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152088023873802, 40.017773216383802 ], [ -75.151847601087596, 40.018830682442399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10185, "tnode_": 10269, "lpoly_": null, "rpoly_": null, "length": 281.04916586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1720, "r_f_add": 1701, "r_t_add": 1721, "st_code": 83720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620511, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22592, "Shape__Length": 111.86198724916019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151265638694596, 40.027195359783803 ], [ -75.152088440862698, 40.0267536343109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10269, "tnode_": 10352, "lpoly_": null, "rpoly_": null, "length": 285.51099216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1722, "l_t_add": 1768, "r_f_add": 1723, "r_t_add": 1769, "st_code": 83720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620512, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22593, "Shape__Length": 113.62649964790417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152088440862698, 40.0267536343109 ], [ -75.152938905180406, 40.026321419090799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10500, "tnode_": 10672, "lpoly_": null, "rpoly_": null, "length": 610.8486826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 83720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620513, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22594, "Shape__Length": 243.1104397606139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154248536753499, 40.02564369401 ], [ -75.156051304681796, 40.024699773386303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10986, "tnode_": 11060, "lpoly_": null, "rpoly_": null, "length": 212.04731603000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2020, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 83720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620514, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22595, "Shape__Length": 84.490352567805459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590378292358, 40.022809979082801 ], [ -75.159504018030105, 40.022351313421602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10849, "tnode_": 10986, "lpoly_": null, "rpoly_": null, "length": 456.50123586000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2019, "st_code": 83720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620515, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22596, "Shape__Length": 181.82209311612726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157907665602394, 40.023712991819203 ], [ -75.1590378292358, 40.022809979082801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10672, "tnode_": 10773, "lpoly_": null, "rpoly_": null, "length": 370.43303721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1956, "r_f_add": 1901, "r_t_add": 1957, "st_code": 83720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620516, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22597, "Shape__Length": 147.41831386920859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156051304681796, 40.024699773386303 ], [ -75.156966961803505, 40.024230449338802 ], [ -75.157155379929193, 40.024139908689101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10773, "tnode_": 10849, "lpoly_": null, "rpoly_": null, "length": 262.0036189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1958, "l_t_add": 1998, "r_f_add": 1959, "r_t_add": 1999, "st_code": 83720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620517, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22598, "Shape__Length": 104.28727761750658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157155379929193, 40.024139908689101 ], [ -75.157243972750294, 40.024097336586301 ], [ -75.157830840210295, 40.023762164182699 ], [ -75.157907665602394, 40.023712991819203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9977, "tnode_": 9634, "lpoly_": null, "rpoly_": null, "length": 715.08986568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 16560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620518, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22599, "Shape__Length": 285.10257417920968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152014004411697, 40.0282620074289 ], [ -75.152215444511, 40.028530684042998 ], [ -75.153285143564801, 40.029964509281697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10023, "tnode_": 9977, "lpoly_": null, "rpoly_": null, "length": 87.327171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1652, "l_t_add": 1698, "r_f_add": 1699, "r_t_add": 1699, "st_code": 16560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620519, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22600, "Shape__Length": 34.816910226214027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151859950722795, 40.028053580422501 ], [ -75.152014004411697, 40.0282620074289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10044, "tnode_": 9917, "lpoly_": null, "rpoly_": null, "length": 227.96496316, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88070, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22601, "Shape__Length": 90.968838290893558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148867078396805, 40.027866244488997 ], [ -75.148753544995103, 40.0284859191405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10300, "tnode_": 10185, "lpoly_": null, "rpoly_": null, "length": 263.51906437000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1648, "r_f_add": 1601, "r_t_add": 1609, "st_code": 16560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620521, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22602, "Shape__Length": 105.05401835041766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150783216114604, 40.026574272591297 ], [ -75.151265638694596, 40.027195359783803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10300, "tnode_": 10269, "lpoly_": null, "rpoly_": null, "length": 371.32221885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 51800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620522, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22603, "Shape__Length": 147.61804303097688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150783216114604, 40.026574272591297 ], [ -75.152088440862698, 40.0267536343109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10319, "tnode_": 10300, "lpoly_": null, "rpoly_": null, "length": 227.63865137, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1525, "r_t_add": 1599, "st_code": 51800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22604, "Shape__Length": 90.495805706871849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149981815029506, 40.026469771489701 ], [ -75.150783216114604, 40.026574272591297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10332, "tnode_": 10044, "lpoly_": null, "rpoly_": null, "length": 555.44679854999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 88070, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620524, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22605, "Shape__Length": 221.63878059160146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149198741877996, 40.026362946128799 ], [ -75.148867078396805, 40.027866244488997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10332, "tnode_": 10319, "lpoly_": null, "rpoly_": null, "length": 222.72654111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1523, "st_code": 51800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22606, "Shape__Length": 88.543798062360807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149198741877996, 40.026362946128799 ], [ -75.149981815029506, 40.026469771489701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10345, "tnode_": 10332, "lpoly_": null, "rpoly_": null, "length": 226.73878745, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1433, "r_t_add": 1499, "st_code": 51800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620526, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22607, "Shape__Length": 90.136506761792646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148399028124899, 40.0262658189936 ], [ -75.149198741877996, 40.026362946128799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10361, "tnode_": 10345, "lpoly_": null, "rpoly_": null, "length": 239.39424533000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1428, "r_f_add": 1401, "r_t_add": 1431, "st_code": 51800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620527, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22608, "Shape__Length": 95.170385211472336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147558185557997, 40.026147696615404 ], [ -75.148047060093702, 40.0262200976006 ], [ -75.148399028124899, 40.0262658189936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10523, "tnode_": 10300, "lpoly_": null, "rpoly_": null, "length": 482.4168246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 16560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620528, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22609, "Shape__Length": 192.35411085435524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149987010430095, 40.025399932481797 ], [ -75.150783216114604, 40.026574272591297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10626, "tnode_": 10332, "lpoly_": null, "rpoly_": null, "length": 580.1332398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 88070, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22610, "Shape__Length": 231.48261417702605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149555525426095, 40.024794209962899 ], [ -75.149198741877996, 40.026362946128799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10626, "tnode_": 10523, "lpoly_": null, "rpoly_": null, "length": 251.576442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1515, "st_code": 16560, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620530, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22611, "Shape__Length": 100.3030526585121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149555525426095, 40.024794209962899 ], [ -75.149987010430095, 40.025399932481797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10185, "tnode_": 10023, "lpoly_": null, "rpoly_": null, "length": 354.1769028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1650, "l_t_add": 1650, "r_f_add": 1611, "r_t_add": 1697, "st_code": 16560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620532, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 22612, "Shape__Length": 141.22038649392871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151265638694596, 40.027195359783803 ], [ -75.151859950722795, 40.028053580422501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27710, "tnode_": 11002, "lpoly_": null, "rpoly_": null, "length": 210.57556874, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1938, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 83820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620533, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22613, "Shape__Length": 83.706105368166149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157367869932102, 40.022623728585003 ], [ -75.158111072507893, 40.0227112795964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11020, "tnode_": 11011, "lpoly_": null, "rpoly_": null, "length": 225.66866891000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1934, "r_f_add": 1901, "r_t_add": 1933, "st_code": 83820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22614, "Shape__Length": 89.707991074295023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156512984121406, 40.022510026681203 ], [ -75.157306753473605, 40.022616528158601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11029, "tnode_": 11020, "lpoly_": null, "rpoly_": null, "length": 155.94719768000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1828, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 83820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620535, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22615, "Shape__Length": 61.991153106413812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155963278018802, 40.022441814907197 ], [ -75.156512984121406, 40.022510026681203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11049, "tnode_": 11040, "lpoly_": null, "rpoly_": null, "length": 157.74988681, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1815, "st_code": 83820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620536, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22616, "Shape__Length": 62.70839428537581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154931618359598, 40.022299371211801 ], [ -75.155486784496503, 40.022372499339497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11056, "tnode_": 11049, "lpoly_": null, "rpoly_": null, "length": 153.58544454, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1728, "l_t_add": 1798, "r_f_add": 1731, "r_t_add": 1799, "st_code": 83820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620537, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22617, "Shape__Length": 61.051229855004863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154389197472696, 40.022237356885 ], [ -75.154931618359598, 40.022299371211801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27711, "tnode_": 11056, "lpoly_": null, "rpoly_": null, "length": 136.51013081, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1710, "l_t_add": 1726, "r_f_add": 1717, "r_t_add": 1729, "st_code": 83820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620538, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22618, "Shape__Length": 54.265245421427615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153908939079798, 40.022173369223196 ], [ -75.154389197472696, 40.022237356885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11070, "tnode_": 11062, "lpoly_": null, "rpoly_": null, "length": 139.21194463, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1713, "st_code": 83820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620539, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22619, "Shape__Length": 55.339779944124473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153360416447498, 40.022097324664799 ], [ -75.153849517244893, 40.0221654520006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11078, "tnode_": 11070, "lpoly_": null, "rpoly_": null, "length": 145.84048603, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1628, "l_t_add": 1698, "r_f_add": 1629, "r_t_add": 1699, "st_code": 83820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620540, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22620, "Shape__Length": 57.972682737434816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152845690813606, 40.022036702306302 ], [ -75.153360416447498, 40.022097324664799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11088, "tnode_": 11078, "lpoly_": null, "rpoly_": null, "length": 73.69707606, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1620, "l_t_add": 1626, "r_f_add": 1621, "r_t_add": 1627, "st_code": 83820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620541, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22621, "Shape__Length": 29.29574366744194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152586305551594, 40.02200265439 ], [ -75.152845690813606, 40.022036702306302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11090, "tnode_": 11088, "lpoly_": null, "rpoly_": null, "length": 66.20114959, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1614, "l_t_add": 1618, "r_f_add": 1615, "r_t_add": 1619, "st_code": 83820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620542, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22622, "Shape__Length": 26.316231131694412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152353589381306, 40.021970807577802 ], [ -75.152586305551594, 40.02200265439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11097, "tnode_": 11090, "lpoly_": null, "rpoly_": null, "length": 159.10216222, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 83820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620543, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22623, "Shape__Length": 63.24437512013165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151792286601406, 40.021903542304898 ], [ -75.152353589381306, 40.021970807577802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11102, "tnode_": 11097, "lpoly_": null, "rpoly_": null, "length": 156.95672835000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1534, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 83820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620544, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22624, "Shape__Length": 62.392073339374988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239228913695, 40.021833933502499 ], [ -75.151792286601406, 40.021903542304898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11110, "tnode_": 11102, "lpoly_": null, "rpoly_": null, "length": 131.72319077999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1516, "l_t_add": 1532, "r_f_add": 1515, "r_t_add": 1525, "st_code": 83820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620545, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22625, "Shape__Length": 52.361923198497117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150775679551899, 40.021772790350603 ], [ -75.151239228913695, 40.021833933502499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11122, "tnode_": 11110, "lpoly_": null, "rpoly_": null, "length": 160.06941666, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1513, "st_code": 83820, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620546, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22626, "Shape__Length": 63.629300849016509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150211680205501, 40.021701682778499 ], [ -75.150775679551899, 40.021772790350603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11133, "tnode_": 11122, "lpoly_": null, "rpoly_": null, "length": 216.3602632, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1426, "l_t_add": 1498, "r_f_add": 1427, "r_t_add": 1499, "st_code": 83820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620547, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22627, "Shape__Length": 86.006073871212919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149450112360199, 40.021602028506798 ], [ -75.150211680205501, 40.021701682778499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11002, "tnode_": 10986, "lpoly_": null, "rpoly_": null, "length": 262.03182191999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 83820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 620549, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22628, "Shape__Length": 104.15897925672216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158111072507893, 40.0227112795964 ], [ -75.1590378292358, 40.022809979082801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11040, "tnode_": 11035, "lpoly_": null, "rpoly_": null, "length": 65.10093187, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1816, "l_t_add": 1818, "r_f_add": 1817, "r_t_add": 1819, "st_code": 83820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620550, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22629, "Shape__Length": 25.880397882915222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155486784496503, 40.022372499339497 ], [ -75.155714050075304, 40.022410021851798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11035, "tnode_": 11029, "lpoly_": null, "rpoly_": null, "length": 70.75501986, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1820, "l_t_add": 1826, "r_f_add": 1821, "r_t_add": 1827, "st_code": 83820, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620551, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 22630, "Shape__Length": 28.126227960165281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155714050075304, 40.022410021851798 ], [ -75.155963278018802, 40.022441814907197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10797, "tnode_": 10788, "lpoly_": null, "rpoly_": null, "length": 222.81221166, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1818, "l_t_add": 1898, "r_f_add": 1819, "r_t_add": 1899, "st_code": 25420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22631, "Shape__Length": 88.573443042584415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155399754661204, 40.023897184432499 ], [ -75.156184473503998, 40.0239979214629 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10814, "tnode_": 10797, "lpoly_": null, "rpoly_": null, "length": 222.7433286, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1816, "r_f_add": 1801, "r_t_add": 1817, "st_code": 25420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620553, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22632, "Shape__Length": 88.543540610443586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154612527344796, 40.0238100924675 ], [ -75.155399754661204, 40.023897184432499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10822, "tnode_": 10814, "lpoly_": null, "rpoly_": null, "length": 158.3446494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1732, "l_t_add": 1798, "r_f_add": 1733, "r_t_add": 1799, "st_code": 25420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620554, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22633, "Shape__Length": 62.946301982162261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1540554254304, 40.023735933593798 ], [ -75.154612527344796, 40.0238100924675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10830, "tnode_": 10822, "lpoly_": null, "rpoly_": null, "length": 134.97200074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1718, "l_t_add": 1730, "r_f_add": 1721, "r_t_add": 1731, "st_code": 25420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620555, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22634, "Shape__Length": 53.656354421620016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153582138396899, 40.023666056568601 ], [ -75.1540554254304, 40.023735933593798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10841, "tnode_": 10830, "lpoly_": null, "rpoly_": null, "length": 154.55100535, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1719, "st_code": 25420, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620556, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22635, "Shape__Length": 61.43820977231379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153038516219794, 40.023593093097404 ], [ -75.153582138396899, 40.023666056568601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10858, "tnode_": 10841, "lpoly_": null, "rpoly_": null, "length": 218.54032472, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1615, "r_t_add": 1699, "st_code": 25420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620557, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22636, "Shape__Length": 86.874433909620137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152268489063601, 40.023495950019502 ], [ -75.153038516219794, 40.023593093097404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10874, "tnode_": 10858, "lpoly_": null, "rpoly_": null, "length": 225.80184656, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 25420, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620558, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22637, "Shape__Length": 89.76205082679536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151474190744594, 40.023389607246301 ], [ -75.152268489063601, 40.023495950019502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10879, "tnode_": 10874, "lpoly_": null, "rpoly_": null, "length": 161.35670793999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1528, "l_t_add": 1598, "r_f_add": 1529, "r_t_add": 1599, "st_code": 25420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22638, "Shape__Length": 64.142383865892768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150905462560203, 40.0233187748277 ], [ -75.151474190744594, 40.023389607246301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10882, "tnode_": 10879, "lpoly_": null, "rpoly_": null, "length": 62.48471778, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1522, "l_t_add": 1526, "r_f_add": 1523, "r_t_add": 1527, "st_code": 25420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22639, "Shape__Length": 24.838044373145614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150684294633393, 40.023296199881898 ], [ -75.150905462560203, 40.0233187748277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10890, "tnode_": 10882, "lpoly_": null, "rpoly_": null, "length": 69.02111939000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1516, "l_t_add": 1520, "r_f_add": 1517, "r_t_add": 1521, "st_code": 25420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22640, "Shape__Length": 27.437842465965499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150441772418404, 40.023262518096203 ], [ -75.150684294633393, 40.023296199881898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10900, "tnode_": 10890, "lpoly_": null, "rpoly_": null, "length": 159.6930022, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 25420, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22641, "Shape__Length": 63.480927044391983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149878928367698, 40.023192325526402 ], [ -75.150441772418404, 40.023262518096203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10911, "tnode_": 10900, "lpoly_": null, "rpoly_": null, "length": 217.48484203000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 25420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620563, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22642, "Shape__Length": 86.454336670753889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149112612644004, 40.023095708245101 ], [ -75.149878928367698, 40.023192325526402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10788, "tnode_": 10774, "lpoly_": null, "rpoly_": null, "length": 223.40853502000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1934, "r_f_add": 1901, "r_t_add": 1933, "st_code": 25420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620565, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22643, "Shape__Length": 88.810514188336114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156184473503998, 40.0239979214629 ], [ -75.156971424657996, 40.024098323256702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10774, "tnode_": 10773, "lpoly_": null, "rpoly_": null, "length": 53.69971188, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1936, "l_t_add": 1998, "r_f_add": 1935, "r_t_add": 1999, "st_code": 25420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620566, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 22644, "Shape__Length": 21.35146926035878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156971424657996, 40.024098323256702 ], [ -75.157155379929193, 40.024139908689101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10900, "tnode_": 10626, "lpoly_": null, "rpoly_": null, "length": 590.52620637000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88070, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620567, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22645, "Shape__Length": 235.6298027133507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149878928367698, 40.023192325526402 ], [ -75.149555525426095, 40.024794209962899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11122, "tnode_": 10900, "lpoly_": null, "rpoly_": null, "length": 550.95447133999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88070, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620568, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22646, "Shape__Length": 219.83065768108031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150211680205501, 40.021701682778499 ], [ -75.149878928367698, 40.023192325526402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11236, "tnode_": 11122, "lpoly_": null, "rpoly_": null, "length": 279.83768979000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4430, "l_t_add": 4498, "r_f_add": 4431, "r_t_add": 4499, "st_code": 88070, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620569, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22647, "Shape__Length": 111.65444574002559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503728869898, 40.020943559119502 ], [ -75.150211680205501, 40.021701682778499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11359, "tnode_": 11236, "lpoly_": null, "rpoly_": null, "length": 276.52269816, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4428, "r_f_add": 4401, "r_t_add": 4429, "st_code": 88070, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 22648, "Shape__Length": 110.33102569632554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150528845951399, 40.020194001409301 ], [ -75.1503728869898, 40.020943559119502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10397, "tnode_": 10300, "lpoly_": null, "rpoly_": null, "length": 194.42639417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4738, "l_t_add": 4798, "r_f_add": 4739, "r_t_add": 4799, "st_code": 88090, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620571, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22649, "Shape__Length": 77.582970863913744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150882230376297, 40.026046004925497 ], [ -75.150783216114604, 40.026574272591297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10509, "tnode_": 10397, "lpoly_": null, "rpoly_": null, "length": 199.62063023, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4700, "l_t_add": 4736, "r_f_add": 4701, "r_t_add": 4737, "st_code": 88090, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620572, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22650, "Shape__Length": 79.651429947955279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151009439980101, 40.0255068197526 ], [ -75.150882230376297, 40.026046004925497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10874, "tnode_": 10509, "lpoly_": null, "rpoly_": null, "length": 782.16977507000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88090, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620573, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22651, "Shape__Length": 312.09574728668355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151474190744594, 40.023389607246301 ], [ -75.151009439980101, 40.0255068197526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11097, "tnode_": 10874, "lpoly_": null, "rpoly_": null, "length": 548.62945746000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88090, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620574, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22652, "Shape__Length": 218.90554590804675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151792286601406, 40.021903542304898 ], [ -75.151474190744594, 40.023389607246301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11208, "tnode_": 11097, "lpoly_": null, "rpoly_": null, "length": 273.8688258, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4428, "l_t_add": 4498, "r_f_add": 4431, "r_t_add": 4499, "st_code": 88090, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22653, "Shape__Length": 109.27298182886268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151951736897502, 40.021161801739296 ], [ -75.151792286601406, 40.021903542304898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11341, "tnode_": 11208, "lpoly_": null, "rpoly_": null, "length": 280.58978893, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4426, "r_f_add": 4401, "r_t_add": 4429, "st_code": 88090, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 22654, "Shape__Length": 111.95362375459079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152113533323202, 40.020401660336702 ], [ -75.151951736897502, 40.021161801739296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10397, "tnode_": 10352, "lpoly_": null, "rpoly_": null, "length": 584.64911073999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 55500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620577, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MENTOR ST", "stname": "W MENTOR ST", "objectid": 22655, "Shape__Length": 232.42247713378774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150882230376297, 40.026046004925497 ], [ -75.152938905180406, 40.026321419090799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10523, "tnode_": 10521, "lpoly_": null, "rpoly_": null, "length": 65.22812978, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 85040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620578, "oneway": "FT", "class": 2, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 22656, "Shape__Length": 25.928233983837536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149987010430095, 40.025399932481797 ], [ -75.150219190623304, 40.025414110848502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10521, "tnode_": 10509, "lpoly_": null, "rpoly_": null, "length": 223.87542375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1514, "l_t_add": 1598, "r_f_add": 1515, "r_t_add": 1599, "st_code": 85040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620579, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 22657, "Shape__Length": 88.996539961670621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150219190623304, 40.025414110848502 ], [ -75.151009439980101, 40.0255068197526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10636, "tnode_": 10626, "lpoly_": null, "rpoly_": null, "length": 227.38431071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 85040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 22658, "Shape__Length": 90.394240093827264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487572543775, 40.024680246000202 ], [ -75.149555525426095, 40.024794209962899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10061, "tnode_": 9823, "lpoly_": null, "rpoly_": null, "length": 450.0970293, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 21400, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620582, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22659, "Shape__Length": 179.6038279003524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148088450237495, 40.027755413833802 ], [ -75.147814734581601, 40.028972934567697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10345, "tnode_": 10061, "lpoly_": null, "rpoly_": null, "length": 549.56034456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 21400, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620583, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22660, "Shape__Length": 219.29209890426327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148399028124899, 40.0262658189936 ], [ -75.148088450237495, 40.027755413833802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10636, "tnode_": 10345, "lpoly_": null, "rpoly_": null, "length": 586.24493327000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 21400, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620584, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22661, "Shape__Length": 233.92126766783679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1487572543775, 40.024680246000202 ], [ -75.148399028124899, 40.0262658189936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10319, "tnode_": 10031, "lpoly_": null, "rpoly_": null, "length": 567.73011641999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 75860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620585, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22662, "Shape__Length": 226.54353600358067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149981815029506, 40.026469771489701 ], [ -75.149663578489296, 40.028008936238201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10044, "tnode_": 10031, "lpoly_": null, "rpoly_": null, "length": 232.08622946, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 69040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22663, "Shape__Length": 92.282201223559838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148867078396805, 40.027866244488997 ], [ -75.149407895487698, 40.027922517177203 ], [ -75.149573026023603, 40.0279596580746 ], [ -75.149663578489296, 40.028008936238201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10061, "tnode_": 10044, "lpoly_": null, "rpoly_": null, "length": 221.75755474, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 69040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 620587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22664, "Shape__Length": 88.161307121952078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148088450237495, 40.027755413833802 ], [ -75.148867078396805, 40.027866244488997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10509, "tnode_": 10450, "lpoly_": null, "rpoly_": null, "length": 783.18143426000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1680, "r_f_add": 1601, "r_t_add": 1681, "st_code": 85040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620589, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 22665, "Shape__Length": 311.34602430017378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151009439980101, 40.0255068197526 ], [ -75.153763463927703, 40.025880260621598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10450, "tnode_": 10433, "lpoly_": null, "rpoly_": null, "length": 102.97614451, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1682, "l_t_add": 1698, "r_f_add": 1683, "r_t_add": 1699, "st_code": 85040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620590, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 22666, "Shape__Length": 40.937052722126872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153763463927703, 40.025880260621598 ], [ -75.154125830629994, 40.025928240313497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10352, "tnode_": 10450, "lpoly_": null, "rpoly_": null, "length": 281.33702303000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1770, "l_t_add": 1788, "r_f_add": 1771, "r_t_add": 1789, "st_code": 83720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620591, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 22667, "Shape__Length": 111.97445400591792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152938905180406, 40.026321419090799 ], [ -75.153763463927703, 40.025880260621598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10048, "tnode_": 9949, "lpoly_": null, "rpoly_": null, "length": 175.88924347, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4846, "l_t_add": 4898, "r_f_add": 4847, "r_t_add": 4899, "st_code": 88130, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22668, "Shape__Length": 70.185032312478995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153702745923894, 40.0279823441819 ], [ -75.1535922712592, 40.028457653304002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10144, "tnode_": 10048, "lpoly_": null, "rpoly_": null, "length": 180.29339606, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4820, "l_t_add": 4844, "r_f_add": 4821, "r_t_add": 4845, "st_code": 88130, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22669, "Shape__Length": 71.943016968586335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153808600539605, 40.027494153209702 ], [ -75.153702745923894, 40.0279823441819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10233, "tnode_": 10144, "lpoly_": null, "rpoly_": null, "length": 200.61824604, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4818, "r_f_add": 4801, "r_t_add": 4819, "st_code": 88130, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22670, "Shape__Length": 80.055021301153033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153909019241198, 40.026948869766102 ], [ -75.153808600539605, 40.027494153209702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10814, "tnode_": 10500, "lpoly_": null, "rpoly_": null, "length": 675.68347852, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4660, "r_f_add": 4601, "r_t_add": 4661, "st_code": 88130, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22671, "Shape__Length": 269.61267384459188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154612527344796, 40.0238100924675 ], [ -75.154248536753499, 40.02564369401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10500, "tnode_": 10433, "lpoly_": null, "rpoly_": null, "length": 109.2031943, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4662, "l_t_add": 4698, "r_f_add": 4663, "r_t_add": 4699, "st_code": 88130, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22672, "Shape__Length": 43.562107904300852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154248536753499, 40.02564369401 ], [ -75.154125830629994, 40.025928240313497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10433, "tnode_": 10233, "lpoly_": null, "rpoly_": null, "length": 376.72317262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 88130, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22673, "Shape__Length": 150.32275106320313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154125830629994, 40.025928240313497 ], [ -75.153909019241198, 40.026948869766102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10788, "tnode_": 10672, "lpoly_": null, "rpoly_": null, "length": 258.37845253, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88150, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620598, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22674, "Shape__Length": 103.09893600402813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156184473503998, 40.0239979214629 ], [ -75.156051304681796, 40.024699773386303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11020, "tnode_": 10788, "lpoly_": null, "rpoly_": null, "length": 549.76768744000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88150, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620599, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22675, "Shape__Length": 219.36024002356697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156512984121406, 40.022510026681203 ], [ -75.156184473503998, 40.0239979214629 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11049, "tnode_": 10814, "lpoly_": null, "rpoly_": null, "length": 557.53855783999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88130, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620600, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22676, "Shape__Length": 222.46223414779536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154931618359598, 40.022299371211801 ], [ -75.154612527344796, 40.0238100924675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11056, "tnode_": 10822, "lpoly_": null, "rpoly_": null, "length": 553.85128711999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 18500, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22677, "Shape__Length": 220.98833794822943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154389197472696, 40.022237356885 ], [ -75.1540554254304, 40.023735933593798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11070, "tnode_": 10841, "lpoly_": null, "rpoly_": null, "length": 552.2905413499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88110, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620602, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22678, "Shape__Length": 220.36673379446879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153360416447498, 40.022097324664799 ], [ -75.153038516219794, 40.023593093097404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11088, "tnode_": 10858, "lpoly_": null, "rpoly_": null, "length": 551.21602058999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 73080, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620603, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22679, "Shape__Length": 219.93817919630092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152586305551594, 40.02200265439 ], [ -75.152268489063601, 40.023495950019502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11110, "tnode_": 10890, "lpoly_": null, "rpoly_": null, "length": 550.68079741999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HICKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 42400, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620604, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HICKS ST", "stname": "N HICKS ST", "objectid": 22680, "Shape__Length": 219.72149224814817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150775679551899, 40.021772790350603 ], [ -75.150441772418404, 40.023262518096203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11148, "tnode_": 11049, "lpoly_": null, "rpoly_": null, "length": 271.07666975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4434, "l_t_add": 4498, "r_f_add": 4429, "r_t_add": 4499, "st_code": 88130, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22681, "Shape__Length": 108.15807753577187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155099418695798, 40.021566501549202 ], [ -75.154931618359598, 40.022299371211801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11181, "tnode_": 11070, "lpoly_": null, "rpoly_": null, "length": 271.49715628999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4446, "l_t_add": 4498, "r_f_add": 4445, "r_t_add": 4499, "st_code": 88110, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620606, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22682, "Shape__Length": 108.32656708696116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153521506726705, 40.021362395039503 ], [ -75.153360416447498, 40.022097324664799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11198, "tnode_": 11090, "lpoly_": null, "rpoly_": null, "length": 273.49630099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BANCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 15700, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BANCROFT ST", "stname": "N BANCROFT ST", "objectid": 22683, "Shape__Length": 109.12264659608979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152524983384794, 40.021231681886498 ], [ -75.152353589381306, 40.021970807577802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11212, "tnode_": 27710, "lpoly_": null, "rpoly_": null, "length": 502.43876687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 78760, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 22684, "Shape__Length": 200.46595931451691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157706206110504, 40.021269224881699 ], [ -75.157367869932102, 40.022623728585003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11274, "tnode_": 11040, "lpoly_": null, "rpoly_": null, "length": 547.39377438999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CLEVELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 23740, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CLEVELAND ST", "stname": "N CLEVELAND ST", "objectid": 22685, "Shape__Length": 218.40855757623635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155809063038106, 40.020890406793598 ], [ -75.155486784496503, 40.022372499339497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11284, "tnode_": 11148, "lpoly_": null, "rpoly_": null, "length": 275.67798836000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4432, "r_f_add": 4401, "r_t_add": 4427, "st_code": 88130, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22686, "Shape__Length": 109.99453409612198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155258188479294, 40.020819642083403 ], [ -75.155099418695798, 40.021566501549202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11321, "tnode_": 11181, "lpoly_": null, "rpoly_": null, "length": 279.06297096000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4444, "r_f_add": 4401, "r_t_add": 4443, "st_code": 88110, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620611, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22687, "Shape__Length": 111.34091006304321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153707626870101, 40.020609817099697 ], [ -75.153521506726705, 40.021362395039503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11011, "tnode_": 10774, "lpoly_": null, "rpoly_": null, "length": 547.9011917900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 78760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 22688, "Shape__Length": 218.61464874417257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157306753473605, 40.022616528158601 ], [ -75.156971424657996, 40.024098323256702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11002, "tnode_": 10849, "lpoly_": null, "rpoly_": null, "length": 369.32648244999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88170, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620613, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22689, "Shape__Length": 147.36558718701733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158111072507893, 40.0227112795964 ], [ -75.157907665602394, 40.023712991819203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11115, "tnode_": 11002, "lpoly_": null, "rpoly_": null, "length": 310.44771336999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 88170, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620614, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22690, "Shape__Length": 123.87160684158235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1582744459932, 40.021868370469399 ], [ -75.158111072507893, 40.0227112795964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11165, "tnode_": 11115, "lpoly_": null, "rpoly_": null, "length": 135.80386233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19140, "l_f_add": 4420, "l_t_add": 4428, "r_f_add": 4409, "r_t_add": 4419, "st_code": 36660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620615, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22691, "Shape__Length": 54.134381100052437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158024015531495, 40.021549141022398 ], [ -75.1582744459932, 40.021868370469399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11212, "tnode_": 11165, "lpoly_": null, "rpoly_": null, "length": 135.35247631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4408, "l_t_add": 4418, "r_f_add": 4405, "r_t_add": 4407, "st_code": 36660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620616, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22692, "Shape__Length": 53.918996336737003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157706206110504, 40.021269224881699 ], [ -75.158024015531495, 40.021549141022398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11165, "tnode_": 11217, "lpoly_": null, "rpoly_": null, "length": 182.0257037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1917, "st_code": 68880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 22693, "Shape__Length": 72.409995731327058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158024015531495, 40.021549141022398 ], [ -75.158601019532199, 40.021319173175797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11243, "tnode_": 11212, "lpoly_": null, "rpoly_": null, "length": 72.26788027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4406, "r_f_add": 4401, "r_t_add": 4403, "st_code": 36660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620618, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22694, "Shape__Length": 28.797325880056938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157552474507497, 40.021109893814099 ], [ -75.157706206110504, 40.021269224881699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11217, "tnode_": 11291, "lpoly_": null, "rpoly_": null, "length": 307.60941130999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1920, "l_t_add": 1998, "r_f_add": 1919, "r_t_add": 1999, "st_code": 68880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620619, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 22695, "Shape__Length": 122.36550099277376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158601019532199, 40.021319173175797 ], [ -75.159577713388899, 40.020932936416003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11291, "tnode_": 11214, "lpoly_": null, "rpoly_": null, "length": 226.03136311999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4420, "l_t_add": 4498, "r_f_add": 4433, "r_t_add": 4499, "st_code": 81880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22696, "Shape__Length": 89.978812726791077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159577713388899, 40.020932936416003 ], [ -75.160207441686893, 40.0213209979471 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11115, "tnode_": 10986, "lpoly_": null, "rpoly_": null, "length": 404.18715476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19140, "l_f_add": 4430, "l_t_add": 4468, "r_f_add": 4421, "r_t_add": 4451, "st_code": 36660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620621, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22697, "Shape__Length": 161.11101565519235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1582744459932, 40.021868370469399 ], [ -75.1590378292358, 40.022809979082801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11254, "tnode_": 11020, "lpoly_": null, "rpoly_": null, "length": 549.0851051, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 88150, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620622, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22698, "Shape__Length": 219.08330999287273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156839812841397, 40.021023814148897 ], [ -75.156512984121406, 40.022510026681203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11254, "tnode_": 11243, "lpoly_": null, "rpoly_": null, "length": 202.04567154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 21960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 22699, "Shape__Length": 80.3138491743033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156839812841397, 40.021023814148897 ], [ -75.157552474507497, 40.021109893814099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11274, "tnode_": 11268, "lpoly_": null, "rpoly_": null, "length": 132.99614818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1816, "l_t_add": 1820, "r_f_add": 1815, "r_t_add": 1827, "st_code": 21960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 22700, "Shape__Length": 52.866488138514597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155809063038106, 40.020890406793598 ], [ -75.156277966987304, 40.0209480537562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11284, "tnode_": 11274, "lpoly_": null, "rpoly_": null, "length": 156.42447633999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1814, "r_f_add": 1801, "r_t_add": 1813, "st_code": 21960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 22701, "Shape__Length": 62.17982942992429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155258188479294, 40.020819642083403 ], [ -75.155809063038106, 40.020890406793598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27711, "tnode_": 10830, "lpoly_": null, "rpoly_": null, "length": 551.4093689, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 24340, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620626, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 22702, "Shape__Length": 220.01459841650635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153908939079798, 40.022173369223196 ], [ -75.153582138396899, 40.023666056568601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11102, "tnode_": 10879, "lpoly_": null, "rpoly_": null, "length": 548.91996839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 56540, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOLE ST", "stname": "N MOLE ST", "objectid": 22703, "Shape__Length": 219.01897143826437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151239228913695, 40.021833933502499 ], [ -75.150905462560203, 40.0233187748277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11133, "tnode_": 10911, "lpoly_": null, "rpoly_": null, "length": 552.27093819000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 21400, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620628, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 22704, "Shape__Length": 220.35502065794358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149450112360199, 40.021602028506798 ], [ -75.149112612644004, 40.023095708245101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11170, "tnode_": 11062, "lpoly_": null, "rpoly_": null, "length": 274.28751514000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "COLORADO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 24340, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N COLORADO ST", "stname": "N COLORADO ST", "objectid": 22705, "Shape__Length": 109.4375340278775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154028466676493, 40.021425176155297 ], [ -75.153849517244893, 40.0221654520006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11170, "tnode_": 11148, "lpoly_": null, "rpoly_": null, "length": 304.32936048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1715, "r_t_add": 1799, "st_code": 17880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22706, "Shape__Length": 120.9749014685741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154028466676493, 40.021425176155297 ], [ -75.155099418695798, 40.021566501549202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11181, "tnode_": 11170, "lpoly_": null, "rpoly_": null, "length": 143.81536333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1713, "st_code": 17880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620631, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22707, "Shape__Length": 57.167648675335094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153521506726705, 40.021362395039503 ], [ -75.154028466676493, 40.021425176155297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11188, "tnode_": 11078, "lpoly_": null, "rpoly_": null, "length": 273.70522583000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CHADWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 22160, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CHADWICK ST", "stname": "N CHADWICK ST", "objectid": 22708, "Shape__Length": 109.20787615491511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153005343500993, 40.021295442652502 ], [ -75.152845690813606, 40.022036702306302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11188, "tnode_": 11181, "lpoly_": null, "rpoly_": null, "length": 146.60597341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1634, "l_t_add": 1698, "r_f_add": 1635, "r_t_add": 1699, "st_code": 17880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22709, "Shape__Length": 58.277431651182887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153005343500993, 40.021295442652502 ], [ -75.153521506726705, 40.021362395039503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11198, "tnode_": 11188, "lpoly_": null, "rpoly_": null, "length": 136.52595449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1622, "l_t_add": 1632, "r_f_add": 1623, "r_t_add": 1633, "st_code": 17880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22710, "Shape__Length": 54.270737181009764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152524983384794, 40.021231681886498 ], [ -75.153005343500993, 40.021295442652502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11208, "tnode_": 11198, "lpoly_": null, "rpoly_": null, "length": 162.55631491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 17880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620635, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22711, "Shape__Length": 64.616929368107151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151951736897502, 40.021161801739296 ], [ -75.152524983384794, 40.021231681886498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11236, "tnode_": 11208, "lpoly_": null, "rpoly_": null, "length": 449.28382946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 17880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 620636, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 22712, "Shape__Length": 178.59693912050042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503728869898, 40.020943559119502 ], [ -75.151951736897502, 40.021161801739296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11268, "tnode_": 11029, "lpoly_": null, "rpoly_": null, "length": 551.24285067999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 38180, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22713, "Shape__Length": 219.94593786618196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156277966987304, 40.0209480537562 ], [ -75.155963278018802, 40.022441814907197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11035, "tnode_": 10797, "lpoly_": null, "rpoly_": null, "length": 548.85220425, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 38180, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620638, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 22714, "Shape__Length": 218.99660308737108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155714050075304, 40.022410021851798 ], [ -75.155399754661204, 40.023897184432499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10882, "tnode_": 10521, "lpoly_": null, "rpoly_": null, "length": 782.43715570999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 75860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 22715, "Shape__Length": 312.20198241690389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150684294633393, 40.023296199881898 ], [ -75.150219190623304, 40.025414110848502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11217, "tnode_": 11060, "lpoly_": null, "rpoly_": null, "length": 453.13253014999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 38460, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620641, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22716, "Shape__Length": 180.59700630989462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158601019532199, 40.021319173175797 ], [ -75.159504018030105, 40.022351313421602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10156, "tnode_": 9961, "lpoly_": null, "rpoly_": null, "length": 349.86512577999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4845, "r_t_add": 4899, "st_code": 18500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620642, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 22717, "Shape__Length": 139.60868998682474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153123112959406, 40.027430733047403 ], [ -75.1529220042746, 40.0283786291632 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10144, "tnode_": 10117, "lpoly_": null, "rpoly_": null, "length": 445.73829861000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 31080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620643, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELEANOR ST", "stname": "W ELEANOR ST", "objectid": 22718, "Shape__Length": 177.20094958739082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153808600539605, 40.027494153209702 ], [ -75.155379348380805, 40.027691843872802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9949, "tnode_": 9910, "lpoly_": null, "rpoly_": null, "length": 450.61715219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 69040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620644, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22719, "Shape__Length": 179.14829471158114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1535922712592, 40.028457653304002 ], [ -75.155174242114995, 40.028683856790103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9961, "tnode_": 9949, "lpoly_": null, "rpoly_": null, "length": 189.89821607, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1727, "r_t_add": 1799, "st_code": 69040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620645, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22720, "Shape__Length": 75.493035380971904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1529220042746, 40.0283786291632 ], [ -75.1535922712592, 40.028457653304002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9977, "tnode_": 9676, "lpoly_": null, "rpoly_": null, "length": 549.79124322999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88110, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620646, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 22721, "Shape__Length": 219.38772516937368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152014004411697, 40.0282620074289 ], [ -75.151894143939401, 40.028865402378699 ], [ -75.151684156725693, 40.0297496408201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9977, "tnode_": 9961, "lpoly_": null, "rpoly_": null, "length": 257.86700041, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1701, "r_t_add": 1725, "st_code": 69040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620647, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22722, "Shape__Length": 102.51540815266432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152014004411697, 40.0282620074289 ], [ -75.152563460967201, 40.028340336376097 ], [ -75.1529220042746, 40.0283786291632 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9992, "tnode_": 9694, "lpoly_": null, "rpoly_": null, "length": 540.79656353000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 73080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 22723, "Shape__Length": 215.79866191130355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151225422069203, 40.028190951237498 ], [ -75.151191775303204, 40.028394520885698 ], [ -75.150904199094697, 40.0296546198473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10048, "tnode_": 10016, "lpoly_": null, "rpoly_": null, "length": 449.41914243000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENIFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 37260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 620649, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENIFER ST", "stname": "GLENIFER ST", "objectid": 22724, "Shape__Length": 178.6656473665636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153702745923894, 40.0279823441819 ], [ -75.155286349769, 40.028182260085401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9872, "tnode_": 9540, "lpoly_": null, "rpoly_": null, "length": 553.07126587999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88170, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 22725, "Shape__Length": 220.70545474922898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156756370060194, 40.028887246086597 ], [ -75.156521840325198, 40.029963664239901 ], [ -75.156500876657702, 40.030149623711402 ], [ -75.156500582965705, 40.030389800982803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9889, "tnode_": 9569, "lpoly_": null, "rpoly_": null, "length": 552.07368071000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 78760, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 22726, "Shape__Length": 220.29987553270101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155964123293998, 40.028777340386497 ], [ -75.155900831429307, 40.0289887308614 ], [ -75.155632872015204, 40.030270879265203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9889, "tnode_": 9872, "lpoly_": null, "rpoly_": null, "length": 225.44534707, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 69040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620652, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22727, "Shape__Length": 89.628192900509475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155964123293998, 40.028777340386497 ], [ -75.156756370060194, 40.028887246086597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9910, "tnode_": 9803, "lpoly_": null, "rpoly_": null, "length": 181.27465162, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4916, "r_f_add": 4901, "r_t_add": 4917, "st_code": 88150, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620653, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22728, "Shape__Length": 72.333217555950469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155174242114995, 40.028683856790103 ], [ -75.155130018818198, 40.0288929386437 ], [ -75.155052054910897, 40.029172376261698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9910, "tnode_": 9889, "lpoly_": null, "rpoly_": null, "length": 223.80572911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 69040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 620654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22729, "Shape__Length": 88.973258796077246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155174242114995, 40.028683856790103 ], [ -75.155964123293998, 40.028777340386497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9992, "tnode_": 9977, "lpoly_": null, "rpoly_": null, "length": 224.42807471, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1620, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1699, "st_code": 69040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 620656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22730, "Shape__Length": 89.222978642180152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151225422069203, 40.028190951237498 ], [ -75.151291910745996, 40.028173609196301 ], [ -75.152014004411697, 40.0282620074289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10016, "tnode_": 9910, "lpoly_": null, "rpoly_": null, "length": 185.40059232, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4842, "l_t_add": 4898, "r_f_add": 4843, "r_t_add": 4899, "st_code": 88150, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22731, "Shape__Length": 73.981231495362508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155286349769, 40.028182260085401 ], [ -75.155174242114995, 40.028683856790103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10117, "tnode_": 10016, "lpoly_": null, "rpoly_": null, "length": 180.53861132, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4720, "l_t_add": 4840, "r_f_add": 4821, "r_t_add": 4841, "st_code": 88150, "l_hundred": 4700, "r_hundred": 4800, "seg_id": 620658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 22732, "Shape__Length": 72.042837243375729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155379348380805, 40.027691843872802 ], [ -75.155286349769, 40.028182260085401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10243, "tnode_": 10233, "lpoly_": null, "rpoly_": null, "length": 111.08852627, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 51800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 620659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 22733, "Shape__Length": 44.159213386362431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153514092282407, 40.026920271261297 ], [ -75.153909019241198, 40.026948869766102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9949, "tnode_": 9851, "lpoly_": null, "rpoly_": null, "length": 192.40685855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4918, "r_f_add": 4901, "r_t_add": 4919, "st_code": 88130, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 22734, "Shape__Length": 76.778630822554646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1535922712592, 40.028457653304002 ], [ -75.153485295401794, 40.028979391577003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10131, "tnode_": 9591, "lpoly_": null, "rpoly_": null, "length": 970.42117383000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4998, "r_f_add": 4801, "r_t_add": 4999, "st_code": 74660, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620661, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2000-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 22735, "Shape__Length": 387.27389303930784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159222393582994, 40.027666015147901 ], [ -75.159035160515501, 40.030326045445797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10131, "tnode_": 10114, "lpoly_": null, "rpoly_": null, "length": 116.23349258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNEVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 12, "r_f_add": 1, "r_t_add": 11, "st_code": 84920, "l_hundred": 0, "r_hundred": 0, "seg_id": 620662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNEVA ST", "stname": "WYNEVA ST", "objectid": 22736, "Shape__Length": 46.207479997013053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159222393582994, 40.027666015147901 ], [ -75.159632690975798, 40.027714170040703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10336, "tnode_": 10131, "lpoly_": null, "rpoly_": null, "length": 388.57890550999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 74660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620663, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 22737, "Shape__Length": 155.06907428959255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159298572377295, 40.026600928563802 ], [ -75.159222393582994, 40.027666015147901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10336, "tnode_": 10310, "lpoly_": null, "rpoly_": null, "length": 361.29594144000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 11060, "l_hundred": 0, "r_hundred": 0, "seg_id": 620664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ABBOTTSFORD AVE", "stname": "E ABBOTTSFORD AVE", "objectid": 22738, "Shape__Length": 143.6245911223281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159298572377295, 40.026600928563802 ], [ -75.160577215529997, 40.026732876916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10543, "tnode_": 10336, "lpoly_": null, "rpoly_": null, "length": 397.34226036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 74660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620665, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1999-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 22739, "Shape__Length": 158.56365840770422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159378251637193, 40.025511898021101 ], [ -75.159298572377295, 40.026600928563802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10543, "tnode_": 10537, "lpoly_": null, "rpoly_": null, "length": 156.72591825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SYLVANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 75960, "l_hundred": 0, "r_hundred": 0, "seg_id": 620666, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SYLVANIA ST", "stname": "E SYLVANIA ST", "objectid": 22740, "Shape__Length": 62.300937646465741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159378251637193, 40.025511898021101 ], [ -75.159933680973197, 40.0255644865533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10813, "tnode_": 10543, "lpoly_": null, "rpoly_": null, "length": 580.33255719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 74660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620667, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 22741, "Shape__Length": 231.56905333181965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159554069688099, 40.023934607040999 ], [ -75.159509622847494, 40.023992023558002 ], [ -75.159481978135204, 40.024053626781701 ], [ -75.159467267509299, 40.0241159308354 ], [ -75.159414315750794, 40.024749111675902 ], [ -75.159378251637193, 40.025511898021101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9997, "tnode_": 9870, "lpoly_": null, "rpoly_": null, "length": 336.54085887999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5330, "l_t_add": 5398, "r_f_add": 5331, "r_t_add": 5399, "st_code": 81880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620668, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22742, "Shape__Length": 133.96907436762115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173613153876701, 40.028700128065097 ], [ -75.174575196699905, 40.029253781120701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10113, "tnode_": 9997, "lpoly_": null, "rpoly_": null, "length": 384.83402833999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5328, "r_f_add": 5301, "r_t_add": 5329, "st_code": 81880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620669, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22743, "Shape__Length": 153.19956030734545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172523689267905, 40.028056264619202 ], [ -75.173613153876701, 40.028700128065097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10255, "tnode_": 10113, "lpoly_": null, "rpoly_": null, "length": 507.8636462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 81880, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620670, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22744, "Shape__Length": 202.14991430854027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171051037505805, 40.027242657078098 ], [ -75.172523689267905, 40.028056264619202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10438, "tnode_": 10255, "lpoly_": null, "rpoly_": null, "length": 640.27645140999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 81880, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620671, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22745, "Shape__Length": 254.85029674748131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169192023980699, 40.026219525574703 ], [ -75.171051037505805, 40.027242657078098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10596, "tnode_": 10438, "lpoly_": null, "rpoly_": null, "length": 529.61761096000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81880, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620672, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22746, "Shape__Length": 210.79613267145197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167646576022406, 40.025381604884203 ], [ -75.169192023980699, 40.026219525574703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10657, "tnode_": 10596, "lpoly_": null, "rpoly_": null, "length": 224.60725415000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4938, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 81880, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620673, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22747, "Shape__Length": 89.399509921845166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1669954618052, 40.025021613049098 ], [ -75.167646576022406, 40.025381604884203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10733, "tnode_": 10657, "lpoly_": null, "rpoly_": null, "length": 300.96082292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4936, "r_f_add": 4901, "r_t_add": 4929, "st_code": 81880, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620674, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22748, "Shape__Length": 119.7853095719926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166117204654199, 40.024545513619202 ], [ -75.1669954618052, 40.025021613049098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10807, "tnode_": 10733, "lpoly_": null, "rpoly_": null, "length": 286.52119726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 81880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620675, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22749, "Shape__Length": 114.03455284152373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165277109298799, 40.0240966289008 ], [ -75.166117204654199, 40.024545513619202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10866, "tnode_": 10807, "lpoly_": null, "rpoly_": null, "length": 227.9582299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 81880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620676, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22750, "Shape__Length": 90.733980617615629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164619679496099, 40.023727673454502 ], [ -75.165277109298799, 40.0240966289008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10925, "tnode_": 10866, "lpoly_": null, "rpoly_": null, "length": 237.04815467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4614, "l_t_add": 4698, "r_f_add": 4617, "r_t_add": 4699, "st_code": 81880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620677, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22751, "Shape__Length": 94.345029313605068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163926972230897, 40.023353740734599 ], [ -75.164619679496099, 40.023727673454502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10978, "tnode_": 10925, "lpoly_": null, "rpoly_": null, "length": 246.44550559000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4612, "r_f_add": 4601, "r_t_add": 4615, "st_code": 81880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620678, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22752, "Shape__Length": 98.090840783966826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163215502539202, 40.022955633874901 ], [ -75.163926972230897, 40.023353740734599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11023, "tnode_": 10978, "lpoly_": null, "rpoly_": null, "length": 209.6463179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4546, "l_t_add": 4598, "r_f_add": 4539, "r_t_add": 4599, "st_code": 81880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620679, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22753, "Shape__Length": 83.439795634235537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162605104749204, 40.022622499592401 ], [ -75.163215502539202, 40.022955633874901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11069, "tnode_": 11023, "lpoly_": null, "rpoly_": null, "length": 200.94913011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4530, "l_t_add": 4544, "r_f_add": 4523, "r_t_add": 4537, "st_code": 81880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620680, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22754, "Shape__Length": 79.982791673884364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162026879793402, 40.022295895847499 ], [ -75.162605104749204, 40.022622499592401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11214, "tnode_": 11069, "lpoly_": null, "rpoly_": null, "length": 621.1163318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4528, "r_f_add": 4501, "r_t_add": 4521, "st_code": 81880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620681, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-08-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22755, "Shape__Length": 247.19444542777723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160207441686893, 40.0213209979471 ], [ -75.162026879793402, 40.022295895847499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9693, "tnode_": 9625, "lpoly_": null, "rpoly_": null, "length": 186.095732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5046, "l_t_add": 5098, "r_f_add": 5101, "r_t_add": 5127, "st_code": 36660, "l_hundred": 5000, "r_hundred": 5100, "seg_id": 620682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22756, "Shape__Length": 74.075026816937068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164951792165695, 40.029955017295102 ], [ -75.165493026190404, 40.030251434981203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9788, "tnode_": 9693, "lpoly_": null, "rpoly_": null, "length": 281.41249471999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5012, "l_t_add": 5044, "r_f_add": 5011, "r_t_add": 5099, "st_code": 36660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620683, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22757, "Shape__Length": 112.01740776235262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164136635983297, 40.029503248760697 ], [ -75.164951792165695, 40.029955017295102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9840, "tnode_": 9788, "lpoly_": null, "rpoly_": null, "length": 138.48918417000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5010, "r_f_add": 5001, "r_t_add": 5009, "st_code": 36660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620684, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22758, "Shape__Length": 55.137060843190326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163751410985, 40.029264856318797 ], [ -75.164136635983297, 40.029503248760697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9874, "tnode_": 9840, "lpoly_": null, "rpoly_": null, "length": 171.91245537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4944, "l_t_add": 4998, "r_f_add": 4939, "r_t_add": 4999, "st_code": 36660, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620685, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22759, "Shape__Length": 68.442936845071173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163272123671206, 40.028969976724497 ], [ -75.163751410985, 40.029264856318797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10218, "tnode_": 10119, "lpoly_": null, "rpoly_": null, "length": 223.80930647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4819, "st_code": 36660, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620686, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22760, "Shape__Length": 89.208461946656215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160984834983694, 40.027262635833999 ], [ -75.161428169776698, 40.027773820058897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10310, "tnode_": 10218, "lpoly_": null, "rpoly_": null, "length": 224.21660691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 36660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620687, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22761, "Shape__Length": 89.387203107145524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160577215529997, 40.026732876916 ], [ -75.160984834983694, 40.027262635833999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10633, "tnode_": 10537, "lpoly_": null, "rpoly_": null, "length": 226.59467897000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4648, "r_f_add": 4617, "r_t_add": 4635, "st_code": 36660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620688, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22762, "Shape__Length": 90.424463019604232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159900009489704, 40.024942995959798 ], [ -75.159933680973197, 40.0255644865533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10813, "tnode_": 10633, "lpoly_": null, "rpoly_": null, "length": 381.92478480999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4520, "l_t_add": 4598, "r_f_add": 4529, "r_t_add": 4615, "st_code": 36660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620689, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22763, "Shape__Length": 152.3648333009159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159554069688099, 40.023934607040999 ], [ -75.159860080749198, 40.024633766985403 ], [ -75.159900009489704, 40.024942995959798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10986, "tnode_": 10813, "lpoly_": null, "rpoly_": null, "length": 434.44721396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4470, "l_t_add": 4518, "r_f_add": 4453, "r_t_add": 4527, "st_code": 36660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620690, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22764, "Shape__Length": 173.29067774762979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1590378292358, 40.022809979082801 ], [ -75.159140639132701, 40.023037328292098 ], [ -75.159554069688099, 40.023934607040999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10119, "tnode_": 10028, "lpoly_": null, "rpoly_": null, "length": 262.88300603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4821, "r_t_add": 4837, "st_code": 36660, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620691, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 22765, "Shape__Length": 104.68078869445297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161428169776698, 40.027773820058897 ], [ -75.162128709824998, 40.028254175902802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10813, "tnode_": 10894, "lpoly_": null, "rpoly_": null, "length": 278.90498032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 17160, "l_hundred": 0, "r_hundred": 0, "seg_id": 620692, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22766, "Shape__Length": 111.02107965346904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159554069688099, 40.023934607040999 ], [ -75.159709602500101, 40.023887736933197 ], [ -75.159882015881706, 40.0238029451926 ], [ -75.160341924811405, 40.023478552462201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10894, "tnode_": 11069, "lpoly_": null, "rpoly_": null, "length": 638.97978233000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 17160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620693, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22767, "Shape__Length": 254.43604870657168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160341924811405, 40.023478552462201 ], [ -75.162026879793402, 40.022295895847499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10083, "tnode_": 9995, "lpoly_": null, "rpoly_": null, "length": 296.10790564999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5026, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 38460, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620694, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22768, "Shape__Length": 117.86165117616918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166227170617205, 40.028047365740498 ], [ -75.167088818314994, 40.028518493594298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10126, "tnode_": 10083, "lpoly_": null, "rpoly_": null, "length": 137.27201816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5014, "l_t_add": 5024, "r_f_add": 5011, "r_t_add": 5025, "st_code": 38460, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620695, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22769, "Shape__Length": 54.637180992803522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165825264841303, 40.027831638435501 ], [ -75.166227170617205, 40.028047365740498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10163, "tnode_": 10126, "lpoly_": null, "rpoly_": null, "length": 140.81150320999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5012, "r_f_add": 5001, "r_t_add": 5009, "st_code": 38460, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22770, "Shape__Length": 56.046865400506455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165414489027199, 40.027608715470897 ], [ -75.165825264841303, 40.027831638435501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10313, "tnode_": 10163, "lpoly_": null, "rpoly_": null, "length": 528.08726156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 38460, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620697, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22771, "Shape__Length": 210.190266623311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163872004207207, 40.0267748217167 ], [ -75.165414489027199, 40.027608715470897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10394, "tnode_": 10313, "lpoly_": null, "rpoly_": null, "length": 213.85078504999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4816, "l_t_add": 4898, "r_f_add": 4821, "r_t_add": 4899, "st_code": 38460, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620698, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22772, "Shape__Length": 85.195644707286235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163369227769394, 40.026332979393402 ], [ -75.163872004207207, 40.0267748217167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10489, "tnode_": 10394, "lpoly_": null, "rpoly_": null, "length": 194.15907618999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4814, "r_f_add": 4801, "r_t_add": 4819, "st_code": 38460, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620699, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22773, "Shape__Length": 77.366975134031236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162942683117294, 40.025912803224998 ], [ -75.163369227769394, 40.026332979393402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10677, "tnode_": 10569, "lpoly_": null, "rpoly_": null, "length": 279.22039373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4620, "l_t_add": 4698, "r_f_add": 4627, "r_t_add": 4699, "st_code": 38460, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620700, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22774, "Shape__Length": 111.24956059132728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161807684751693, 40.024833820766098 ], [ -75.162439942261997, 40.025426480551502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10756, "tnode_": 10677, "lpoly_": null, "rpoly_": null, "length": 244.73014916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4625, "st_code": 38460, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620701, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22775, "Shape__Length": 97.506792496520958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161253436362003, 40.024314427579696 ], [ -75.161807684751693, 40.024833820766098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10894, "tnode_": 10756, "lpoly_": null, "rpoly_": null, "length": 397.34717031000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 38460, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620702, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22776, "Shape__Length": 158.30523741311688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160341924811405, 40.023478552462201 ], [ -75.161253436362003, 40.024314427579696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9770, "tnode_": 9890, "lpoly_": null, "rpoly_": null, "length": 304.09282194000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 32, "l_t_add": 60, "r_f_add": 31, "r_t_add": 63, "st_code": 53160, "l_hundred": 0, "r_hundred": 0, "seg_id": 620704, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22777, "Shape__Length": 121.20495279495591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166068952722895, 40.029624508860898 ], [ -75.166685434005899, 40.028937306311299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9890, "tnode_": 9995, "lpoly_": null, "rpoly_": null, "length": 189.83531484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 62, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 53160, "l_hundred": 0, "r_hundred": 0, "seg_id": 620705, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22778, "Shape__Length": 75.654243328456531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166685434005899, 40.028937306311299 ], [ -75.167088818314994, 40.028518493594298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9995, "tnode_": 10096, "lpoly_": null, "rpoly_": null, "length": 226.43283785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 117, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620706, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22779, "Shape__Length": 90.240907723627899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167088818314994, 40.028518493594298 ], [ -75.167565701569899, 40.028016528984402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10096, "tnode_": 10200, "lpoly_": null, "rpoly_": null, "length": 234.92040217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 130, "l_t_add": 146, "r_f_add": 119, "r_t_add": 135, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620707, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22780, "Shape__Length": 93.633560901190805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167565701569899, 40.028016528984402 ], [ -75.1680391914213, 40.027484194194798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10307, "tnode_": 10340, "lpoly_": null, "rpoly_": null, "length": 71.83785248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 166, "l_t_add": 170, "r_f_add": 155, "r_t_add": 169, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620708, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22781, "Shape__Length": 28.630467810831238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168553055344702, 40.026907805522299 ], [ -75.168701754757706, 40.026747115879402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10340, "tnode_": 10438, "lpoly_": null, "rpoly_": null, "length": 236.19738568000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 172, "l_t_add": 198, "r_f_add": 171, "r_t_add": 199, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620709, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22782, "Shape__Length": 94.133628318266659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168701754757706, 40.026747115879402 ], [ -75.169192023980699, 40.026219525574703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10200, "tnode_": 10291, "lpoly_": null, "rpoly_": null, "length": 206.75651028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 148, "l_t_add": 162, "r_f_add": 137, "r_t_add": 151, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620710, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22783, "Shape__Length": 82.405777228166613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1680391914213, 40.027484194194798 ], [ -75.168459400680106, 40.027017524074999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10291, "tnode_": 10307, "lpoly_": null, "rpoly_": null, "length": 47.80576202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 164, "l_t_add": 164, "r_f_add": 153, "r_t_add": 153, "st_code": 53160, "l_hundred": 100, "r_hundred": 100, "seg_id": 620711, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22784, "Shape__Length": 19.055314837087341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168459400680106, 40.027017524074999 ], [ -75.168553055344702, 40.026907805522299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9838, "tnode_": 9907, "lpoly_": null, "rpoly_": null, "length": 170.53828036, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 84180, "l_hundred": 0, "r_hundred": 0, "seg_id": 620712, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISTER ST", "stname": "W WISTER ST", "objectid": 22785, "Shape__Length": 67.97210285108747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165467205015105, 40.029286732411101 ], [ -75.165814242653497, 40.028902038685899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9840, "tnode_": 9915, "lpoly_": null, "rpoly_": null, "length": 195.75771882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 14, "r_f_add": 1, "r_t_add": 15, "st_code": 72040, "l_hundred": 0, "r_hundred": 0, "seg_id": 620713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22786, "Shape__Length": 78.011109903870846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163751410985, 40.029264856318797 ], [ -75.1640474467237, 40.028967347370497 ], [ -75.164174448856599, 40.028837060560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9915, "tnode_": 9954, "lpoly_": null, "rpoly_": null, "length": 81.89441618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 16, "l_t_add": 20, "r_f_add": 17, "r_t_add": 23, "st_code": 72040, "l_hundred": 0, "r_hundred": 0, "seg_id": 620714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22787, "Shape__Length": 32.632880617252894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164174448856599, 40.028837060560498 ], [ -75.164356235820094, 40.028660964239698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9954, "tnode_": 9854, "lpoly_": null, "rpoly_": null, "length": 313.58055177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTICO", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5030, "r_f_add": 5001, "r_t_add": 5031, "st_code": 65380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620715, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTICO ST", "stname": "PORTICO ST", "objectid": 22788, "Shape__Length": 124.8194694804548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164356235820094, 40.028660964239698 ], [ -75.165266055177, 40.029162776993502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9854, "tnode_": 9994, "lpoly_": null, "rpoly_": null, "length": 294.17335078999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 58, "r_f_add": 1, "r_t_add": 59, "st_code": 67880, "l_hundred": 0, "r_hundred": 0, "seg_id": 620716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGER ST", "stname": "REGER ST", "objectid": 22789, "Shape__Length": 117.25628764628613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165266055177, 40.029162776993502 ], [ -75.165850676267695, 40.028491853067003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9954, "tnode_": 27530, "lpoly_": null, "rpoly_": null, "length": 97.54047298, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 22, "l_t_add": 26, "r_f_add": 25, "r_t_add": 35, "st_code": 72040, "l_hundred": 0, "r_hundred": 0, "seg_id": 620718, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22790, "Shape__Length": 38.872599105357992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164356235820094, 40.028660964239698 ], [ -75.164562892649101, 40.028445426126503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10015, "tnode_": 9965, "lpoly_": null, "rpoly_": null, "length": 142.02651785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROYAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 69660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620719, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROYAL ST", "stname": "ROYAL ST", "objectid": 22791, "Shape__Length": 56.539067967311041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164631058671901, 40.028374329975101 ], [ -75.165034175142395, 40.028610911145101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9994, "tnode_": 10083, "lpoly_": null, "rpoly_": null, "length": 193.2208926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 60, "l_t_add": 98, "r_f_add": 61, "r_t_add": 99, "st_code": 67880, "l_hundred": 0, "r_hundred": 0, "seg_id": 620720, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGER ST", "stname": "REGER ST", "objectid": 22792, "Shape__Length": 77.02005600596037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165850676267695, 40.028491853067003 ], [ -75.166227170617205, 40.028047365740498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9965, "tnode_": 10126, "lpoly_": null, "rpoly_": null, "length": 360.09069173, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 36140, "l_hundred": 0, "r_hundred": 0, "seg_id": 620721, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GARFIELD ST", "stname": "W GARFIELD ST", "objectid": 22793, "Shape__Length": 143.49051432496267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165034175142395, 40.028610911145101 ], [ -75.165825264841303, 40.027831638435501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10015, "tnode_": 10163, "lpoly_": null, "rpoly_": null, "length": 354.85177533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 30, "l_t_add": 98, "r_f_add": 39, "r_t_add": 99, "st_code": 72040, "l_hundred": 0, "r_hundred": 0, "seg_id": 620722, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22794, "Shape__Length": 141.40032222305507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164631058671901, 40.028374329975101 ], [ -75.165414489027199, 40.027608715470897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10175, "tnode_": 27530, "lpoly_": null, "rpoly_": null, "length": 548.41792729000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROYAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 69660, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620723, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROYAL ST", "stname": "ROYAL ST", "objectid": 22795, "Shape__Length": 218.33850966108795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163037386978203, 40.027501432965202 ], [ -75.164562892649101, 40.028445426126503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10175, "tnode_": 10313, "lpoly_": null, "rpoly_": null, "length": 353.1190372, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 38, "l_t_add": 98, "r_f_add": 41, "r_t_add": 99, "st_code": 51460, "l_hundred": 0, "r_hundred": 0, "seg_id": 620724, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22796, "Shape__Length": 140.67713013034106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163037386978203, 40.027501432965202 ], [ -75.163872004207207, 40.0267748217167 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10163, "tnode_": 10357, "lpoly_": null, "rpoly_": null, "length": 458.47635592, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 138, "r_f_add": 101, "r_t_add": 139, "st_code": 72040, "l_hundred": 100, "r_hundred": 100, "seg_id": 620725, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22797, "Shape__Length": 182.70550737772939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165414489027199, 40.027608715470897 ], [ -75.166397704978905, 40.026602398001202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10357, "tnode_": 10200, "lpoly_": null, "rpoly_": null, "length": 560.80735829000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 48080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620726, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22798, "Shape__Length": 223.21061783977416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166397704978905, 40.026602398001202 ], [ -75.1680391914213, 40.027484194194798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10357, "tnode_": 10474, "lpoly_": null, "rpoly_": null, "length": 254.1595877, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 140, "l_t_add": 164, "r_f_add": 141, "r_t_add": 165, "st_code": 72040, "l_hundred": 100, "r_hundred": 100, "seg_id": 620727, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22799, "Shape__Length": 101.27038039874576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166397704978905, 40.026602398001202 ], [ -75.166966017464603, 40.026058433364099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10313, "tnode_": 10517, "lpoly_": null, "rpoly_": null, "length": 457.16946932000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 150, "r_f_add": 101, "r_t_add": 149, "st_code": 51460, "l_hundred": 100, "r_hundred": 100, "seg_id": 620728, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22800, "Shape__Length": 182.16610914354285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163872004207207, 40.0267748217167 ], [ -75.164882977249107, 40.025789464375102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10517, "tnode_": 10357, "lpoly_": null, "rpoly_": null, "length": 517.34476052000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 48080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620729, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22801, "Shape__Length": 205.90887743557445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164882977249107, 40.025789464375102 ], [ -75.166397704978905, 40.026602398001202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10474, "tnode_": 10596, "lpoly_": null, "rpoly_": null, "length": 311.63463951999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 166, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 72040, "l_hundred": 100, "r_hundred": 100, "seg_id": 620730, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22802, "Shape__Length": 124.17916774649525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166966017464603, 40.026058433364099 ], [ -75.167646576022406, 40.025381604884203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10517, "tnode_": 10616, "lpoly_": null, "rpoly_": null, "length": 278.92177891, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 152, "l_t_add": 158, "r_f_add": 151, "r_t_add": 165, "st_code": 51460, "l_hundred": 100, "r_hundred": 100, "seg_id": 620731, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22803, "Shape__Length": 111.13776526643805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164882977249107, 40.025789464375102 ], [ -75.1655026231264, 40.025190028268298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10616, "tnode_": 10474, "lpoly_": null, "rpoly_": null, "length": 525.86934285999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 47600, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620732, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSER ST", "stname": "KEYSER ST", "objectid": 22804, "Shape__Length": 209.33179266281772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1655026231264, 40.025190028268298 ], [ -75.1669751864831, 40.026018048949197 ], [ -75.166966017464603, 40.026058433364099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10489, "tnode_": 10631, "lpoly_": null, "rpoly_": null, "length": 415.78977688999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNEVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 136, "r_f_add": 101, "r_t_add": 143, "st_code": 84920, "l_hundred": 100, "r_hundred": 100, "seg_id": 620733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNEVA ST", "stname": "WYNEVA ST", "objectid": 22805, "Shape__Length": 165.59596122846742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162942683117294, 40.025912803224998 ], [ -75.163998686291905, 40.025110497242302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10631, "tnode_": 10517, "lpoly_": null, "rpoly_": null, "length": 350.00832305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 48080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620734, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22806, "Shape__Length": 139.40005364082327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163998686291905, 40.025110497242302 ], [ -75.164882977249107, 40.025789464375102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10631, "tnode_": 10708, "lpoly_": null, "rpoly_": null, "length": 220.20005879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNEVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 138, "l_t_add": 160, "r_f_add": 145, "r_t_add": 165, "st_code": 84920, "l_hundred": 100, "r_hundred": 100, "seg_id": 620735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNEVA ST", "stname": "WYNEVA ST", "objectid": 22807, "Shape__Length": 87.705429535358491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163998686291905, 40.025110497242302 ], [ -75.164545847148801, 40.024676398153296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10708, "tnode_": 10616, "lpoly_": null, "rpoly_": null, "length": 326.81380511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 47600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620736, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSER ST", "stname": "KEYSER ST", "objectid": 22808, "Shape__Length": 130.07311686246311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164545847148801, 40.024676398153296 ], [ -75.1655026231264, 40.025190028268298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10616, "tnode_": 10733, "lpoly_": null, "rpoly_": null, "length": 291.11680103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 160, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 51460, "l_hundred": 100, "r_hundred": 100, "seg_id": 620737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22809, "Shape__Length": 116.01302836082395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1655026231264, 40.025190028268298 ], [ -75.166117204654199, 40.024545513619202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10633, "tnode_": 10756, "lpoly_": null, "rpoly_": null, "length": 450.39006071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 12880, "l_hundred": 0, "r_hundred": 0, "seg_id": 620738, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22810, "Shape__Length": 179.22424081071986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159900009489704, 40.024942995959798 ], [ -75.160682278059397, 40.024711319719998 ], [ -75.161253436362003, 40.024314427579696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10708, "tnode_": 10807, "lpoly_": null, "rpoly_": null, "length": 294.18914664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNEVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 162, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 84920, "l_hundred": 100, "r_hundred": 100, "seg_id": 620739, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNEVA ST", "stname": "WYNEVA ST", "objectid": 22811, "Shape__Length": 117.17416977888021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164545847148801, 40.024676398153296 ], [ -75.165277109298799, 40.0240966289008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10569, "tnode_": 10866, "lpoly_": null, "rpoly_": null, "length": 869.26732434999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 11080, "l_hundred": 100, "r_hundred": 100, "seg_id": 620740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22812, "Shape__Length": 346.21441157286029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162439942261997, 40.025426480551502 ], [ -75.164619679496099, 40.023727673454502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10677, "tnode_": 10925, "lpoly_": null, "rpoly_": null, "length": 801.85975704999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SYLVANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 75980, "l_hundred": 100, "r_hundred": 100, "seg_id": 620741, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SYLVANIA ST", "stname": "W SYLVANIA ST", "objectid": 22813, "Shape__Length": 319.29593922613776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161807684751693, 40.024833820766098 ], [ -75.163926972230897, 40.023353740734599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10028, "tnode_": 10175, "lpoly_": null, "rpoly_": null, "length": 374.17006111000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 36, "r_f_add": 1, "r_t_add": 39, "st_code": 51460, "l_hundred": 0, "r_hundred": 0, "seg_id": 620742, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22814, "Shape__Length": 149.05067177841639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162128709824998, 40.028254175902802 ], [ -75.162346540346704, 40.028060666446798 ], [ -75.163037386978203, 40.027501432965202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9838, "tnode_": 9770, "lpoly_": null, "rpoly_": null, "length": 208.65493697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTICO", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5042, "l_t_add": 5098, "r_f_add": 5043, "r_t_add": 5099, "st_code": 65380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620743, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTICO ST", "stname": "PORTICO ST", "objectid": 22815, "Shape__Length": 83.057516847189092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165467205015105, 40.029286732411101 ], [ -75.166068952722895, 40.029624508860898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9854, "tnode_": 9838, "lpoly_": null, "rpoly_": null, "length": 72.19433107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTICO", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5032, "l_t_add": 5040, "r_f_add": 5033, "r_t_add": 5041, "st_code": 65380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620744, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTICO ST", "stname": "PORTICO ST", "objectid": 22816, "Shape__Length": 28.742622164960856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165266055177, 40.029162776993502 ], [ -75.165467205015105, 40.029286732411101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10119, "tnode_": 10394, "lpoly_": null, "rpoly_": null, "length": 755.63422775999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 69040, "l_hundred": 0, "r_hundred": 0, "seg_id": 620745, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 22817, "Shape__Length": 300.93832332263008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161428169776698, 40.027773820058897 ], [ -75.163369227769394, 40.026332979393402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10569, "tnode_": 10506, "lpoly_": null, "rpoly_": null, "length": 200.24587312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 38460, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620746, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22818, "Shape__Length": 79.797644869159569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162439942261997, 40.025426480551502 ], [ -75.1628689861476, 40.0258662229039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10506, "tnode_": 10489, "lpoly_": null, "rpoly_": null, "length": 26.7188896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 38460, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620747, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22819, "Shape__Length": 10.63753960517495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1628689861476, 40.0258662229039 ], [ -75.162942683117294, 40.025912803224998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10474, "tnode_": 10307, "lpoly_": null, "rpoly_": null, "length": 541.5466537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 47600, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620748, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSER ST", "stname": "KEYSER ST", "objectid": 22820, "Shape__Length": 215.54136304615767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166966017464603, 40.026058433364099 ], [ -75.168553055344702, 40.026907805522299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10756, "tnode_": 10978, "lpoly_": null, "rpoly_": null, "length": 739.56906599000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12880, "l_hundred": 100, "r_hundred": 100, "seg_id": 620749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22821, "Shape__Length": 294.48531647645046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161253436362003, 40.024314427579696 ], [ -75.163215502539202, 40.022955633874901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10218, "tnode_": 10506, "lpoly_": null, "rpoly_": null, "length": 732.93079322999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNEVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 14, "l_t_add": 98, "r_f_add": 13, "r_t_add": 99, "st_code": 84920, "l_hundred": 0, "r_hundred": 0, "seg_id": 620750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNEVA ST", "stname": "WYNEVA ST", "objectid": 22822, "Shape__Length": 291.89347259181847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160984834983694, 40.027262635833999 ], [ -75.1628689861476, 40.0258662229039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9342, "tnode_": 9184, "lpoly_": null, "rpoly_": null, "length": 513.31372524000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 81880, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 620751, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22823, "Shape__Length": 204.36654375513476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178916444936704, 40.031746149132502 ], [ -75.1790775174358, 40.031866444607701 ], [ -75.180356376544594, 40.032616407289602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9470, "tnode_": 9342, "lpoly_": null, "rpoly_": null, "length": 382.55683883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 81880, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 620752, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22824, "Shape__Length": 152.29047927612493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177820016292202, 40.0311196835411 ], [ -75.178916444936704, 40.031746149132502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9630, "tnode_": 9470, "lpoly_": null, "rpoly_": null, "length": 391.33043901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 81880, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 620753, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22825, "Shape__Length": 155.78824793360306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176707810487798, 40.030469283982796 ], [ -75.177820016292202, 40.0311196835411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9764, "tnode_": 9630, "lpoly_": null, "rpoly_": null, "length": 370.78011274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 81880, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620754, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22826, "Shape__Length": 147.59344764965999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175636490872407, 40.0298711679864 ], [ -75.176707810487798, 40.030469283982796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9870, "tnode_": 9764, "lpoly_": null, "rpoly_": null, "length": 372.70793586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5439, "st_code": 81880, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620755, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 22827, "Shape__Length": 148.37053668868629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174575196699905, 40.029253781120701 ], [ -75.175636490872407, 40.0298711679864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9648, "tnode_": 9870, "lpoly_": null, "rpoly_": null, "length": 501.51013791000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 150, "l_t_add": 198, "r_f_add": 143, "r_t_add": 199, "st_code": 25340, "l_hundred": 100, "r_hundred": 100, "seg_id": 620757, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22828, "Shape__Length": 199.8545583237663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173484606135901, 40.030345664926699 ], [ -75.173978310122607, 40.029863816453897 ], [ -75.174575196699905, 40.029253781120701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9531, "tnode_": 9370, "lpoly_": null, "rpoly_": null, "length": 454.6121717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5312, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 38460, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620760, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22829, "Shape__Length": 180.99468018138941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171056327298302, 40.030708429172599 ], [ -75.172329353566099, 40.031482866568602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9642, "tnode_": 9531, "lpoly_": null, "rpoly_": null, "length": 273.21280027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5310, "r_f_add": 5301, "r_t_add": 5335, "st_code": 38460, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620761, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22830, "Shape__Length": 108.76946026133496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170285889036705, 40.030248284071099 ], [ -75.171056327298302, 40.030708429172599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9816, "tnode_": 9642, "lpoly_": null, "rpoly_": null, "length": 501.65603536999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5135, "r_t_add": 5299, "st_code": 38460, "l_hundred": 5200, "r_hundred": 5100, "seg_id": 620762, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22831, "Shape__Length": 199.67931735664297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168822571485094, 40.029453921803103 ], [ -75.170285889036705, 40.030248284071099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9864, "tnode_": 9816, "lpoly_": null, "rpoly_": null, "length": 174.00674103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5136, "l_t_add": 5198, "r_f_add": 5129, "r_t_add": 5133, "st_code": 38460, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620763, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22832, "Shape__Length": 69.258676672738133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168311571151406, 40.029182159358903 ], [ -75.168822571485094, 40.029453921803103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9894, "tnode_": 9864, "lpoly_": null, "rpoly_": null, "length": 115.31856414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5128, "l_t_add": 5134, "r_f_add": 5123, "r_t_add": 5127, "st_code": 38460, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620764, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22833, "Shape__Length": 45.894726668471932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167966681076095, 40.029009193367699 ], [ -75.168311571151406, 40.029182159358903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9995, "tnode_": 9903, "lpoly_": null, "rpoly_": null, "length": 262.40153061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5124, "r_f_add": 5101, "r_t_add": 5119, "st_code": 38460, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620765, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22834, "Shape__Length": 104.44937778594729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167088818314994, 40.028518493594298 ], [ -75.167847638764599, 40.028941079032798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9903, "tnode_": 9894, "lpoly_": null, "rpoly_": null, "length": 41.55736463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5126, "l_t_add": 5126, "r_f_add": 5121, "r_t_add": 5121, "st_code": 38460, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620766, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 22835, "Shape__Length": 16.542844908124096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167847638764599, 40.028941079032798 ], [ -75.167966681076095, 40.029009193367699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9531, "tnode_": 9807, "lpoly_": null, "rpoly_": null, "length": 525.49668024999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 140, "r_f_add": 101, "r_t_add": 143, "st_code": 63860, "l_hundred": 100, "r_hundred": 100, "seg_id": 620767, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22836, "Shape__Length": 209.40710343987129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171056327298302, 40.030708429172599 ], [ -75.172212686456604, 40.029572314625703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9773, "tnode_": 9997, "lpoly_": null, "rpoly_": null, "length": 489.91486491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 142, "l_t_add": 198, "r_f_add": 145, "r_t_add": 199, "st_code": 63860, "l_hundred": 100, "r_hundred": 100, "seg_id": 620769, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22837, "Shape__Length": 195.21790551296706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172521442328801, 40.029751011465599 ], [ -75.173613153876701, 40.028700128065097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9642, "tnode_": 9759, "lpoly_": null, "rpoly_": null, "length": 236.53528045000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 119, "st_code": 66500, "l_hundred": 100, "r_hundred": 100, "seg_id": 620772, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 22838, "Shape__Length": 94.260559702627063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170285889036705, 40.030248284071099 ], [ -75.170800906914593, 40.029733631518504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9886, "tnode_": 10113, "lpoly_": null, "rpoly_": null, "length": 492.51004494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 146, "l_t_add": 198, "r_f_add": 161, "r_t_add": 199, "st_code": 66500, "l_hundred": 100, "r_hundred": 100, "seg_id": 620773, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 22839, "Shape__Length": 196.25759601688694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171439798693399, 40.029120976387702 ], [ -75.172523689267905, 40.028056264619202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9773, "tnode_": 9648, "lpoly_": null, "rpoly_": null, "length": 345.93995732000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5332, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 48080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620774, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22840, "Shape__Length": 137.7307199017435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172521442328801, 40.029751011465599 ], [ -75.173484606135901, 40.030345664926699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9807, "tnode_": 9773, "lpoly_": null, "rpoly_": null, "length": 108.22857884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5314, "l_t_add": 5330, "r_f_add": 5335, "r_t_add": 5335, "st_code": 48080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22841, "Shape__Length": 43.084153477505843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172212686456604, 40.029572314625703 ], [ -75.172521442328801, 40.029751011465599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9886, "tnode_": 9807, "lpoly_": null, "rpoly_": null, "length": 271.80509098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5312, "r_f_add": 5301, "r_t_add": 5333, "st_code": 48080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22842, "Shape__Length": 108.20274551872606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171439798693399, 40.029120976387702 ], [ -75.172212686456604, 40.029572314625703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9816, "tnode_": 9926, "lpoly_": null, "rpoly_": null, "length": 259.15490354000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 128, "r_f_add": 101, "r_t_add": 127, "st_code": 40400, "l_hundred": 100, "r_hundred": 100, "seg_id": 620777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22843, "Shape__Length": 103.27450113634899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168822571485094, 40.029453921803103 ], [ -75.169384697802201, 40.028888794523198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9926, "tnode_": 9759, "lpoly_": null, "rpoly_": null, "length": 501.9990221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 53510, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620778, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARION ST", "stname": "MARION ST", "objectid": 22844, "Shape__Length": 199.84827149693245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169384697802201, 40.028888794523198 ], [ -75.170800906914593, 40.029733631518504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9926, "tnode_": 10025, "lpoly_": null, "rpoly_": null, "length": 198.22248989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 130, "l_t_add": 146, "r_f_add": 129, "r_t_add": 147, "st_code": 40400, "l_hundred": 100, "r_hundred": 100, "seg_id": 620779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22845, "Shape__Length": 78.989343277837037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169384697802201, 40.028888794523198 ], [ -75.169819709742697, 40.028459539565098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10026, "tnode_": 9926, "lpoly_": null, "rpoly_": null, "length": 304.67958975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5131, "r_t_add": 5199, "st_code": 53510, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620780, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARION ST", "stname": "MARION ST", "objectid": 22846, "Shape__Length": 121.2853145734679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168520531430005, 40.028392365151198 ], [ -75.169346545519005, 40.028832559186696 ], [ -75.169360845443606, 40.028847578733902 ], [ -75.1693728372816, 40.028867446120898 ], [ -75.169384697802201, 40.028888794523198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10026, "tnode_": 10107, "lpoly_": null, "rpoly_": null, "length": 188.8694926, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 124, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 13700, "l_hundred": 100, "r_hundred": 100, "seg_id": 620781, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHMEAD ST", "stname": "W ASHMEAD ST", "objectid": 22847, "Shape__Length": 75.270055960915954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168520531430005, 40.028392365151198 ], [ -75.168919332697598, 40.027974251512603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10107, "tnode_": 10025, "lpoly_": null, "rpoly_": null, "length": 307.94325311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5132, "l_t_add": 5198, "r_f_add": 5127, "r_t_add": 5199, "st_code": 48080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620782, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22848, "Shape__Length": 122.56934306700504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168919332697598, 40.027974251512603 ], [ -75.169819709742697, 40.028459539565098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10025, "tnode_": 10111, "lpoly_": null, "rpoly_": null, "length": 210.98376391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 148, "l_t_add": 162, "r_f_add": 149, "r_t_add": 167, "st_code": 40400, "l_hundred": 100, "r_hundred": 100, "seg_id": 620783, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22849, "Shape__Length": 84.079549506335724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169819709742697, 40.028459539565098 ], [ -75.170272361068101, 40.027996553472597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10111, "tnode_": 10157, "lpoly_": null, "rpoly_": null, "length": 113.73393443000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 164, "l_t_add": 170, "r_f_add": 169, "r_t_add": 175, "st_code": 40400, "l_hundred": 100, "r_hundred": 100, "seg_id": 620784, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22850, "Shape__Length": 45.318188091550091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170272361068101, 40.027996553472597 ], [ -75.170527306276, 40.027753521397202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10200, "tnode_": 10107, "lpoly_": null, "rpoly_": null, "length": 304.33789999000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5130, "r_f_add": 5101, "r_t_add": 5125, "st_code": 48080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 22851, "Shape__Length": 121.14039727702379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1680391914213, 40.027484194194798 ], [ -75.168919332697598, 40.027974251512603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10157, "tnode_": 10255, "lpoly_": null, "rpoly_": null, "length": 236.94885378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 172, "l_t_add": 198, "r_f_add": 177, "r_t_add": 199, "st_code": 40400, "l_hundred": 100, "r_hundred": 100, "seg_id": 620786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22852, "Shape__Length": 94.417689572068937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170527306276, 40.027753521397202 ], [ -75.171051037505805, 40.027242657078098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10291, "tnode_": 10111, "lpoly_": null, "rpoly_": null, "length": 620.45780758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 47600, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620787, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSER ST", "stname": "KEYSER ST", "objectid": 22853, "Shape__Length": 246.95642817763954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168459400680106, 40.027017524074999 ], [ -75.170272361068101, 40.027996553472597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9894, "tnode_": 10006, "lpoly_": null, "rpoly_": null, "length": 236.13306317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 127, "st_code": 13700, "l_hundred": 100, "r_hundred": 100, "seg_id": 620788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHMEAD ST", "stname": "W ASHMEAD ST", "objectid": 22854, "Shape__Length": 94.117968511006794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167966681076095, 40.029009193367699 ], [ -75.168443219595702, 40.028474425084603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10006, "tnode_": 10026, "lpoly_": null, "rpoly_": null, "length": 36.90993494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 122, "l_t_add": 122, "r_f_add": 129, "r_t_add": 129, "st_code": 13700, "l_hundred": 100, "r_hundred": 100, "seg_id": 620789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHMEAD ST", "stname": "W ASHMEAD ST", "objectid": 22855, "Shape__Length": 14.710073523630486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168443219595702, 40.028474425084603 ], [ -75.168520531430005, 40.028392365151198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10096, "tnode_": 10006, "lpoly_": null, "rpoly_": null, "length": 297.0072473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5129, "st_code": 53510, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620790, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARION ST", "stname": "MARION ST", "objectid": 22856, "Shape__Length": 118.20997501148456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167565701569899, 40.028016528984402 ], [ -75.168443219595702, 40.028474425084603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10415, "tnode_": 10551, "lpoly_": null, "rpoly_": null, "length": 285.71255191999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 240, "l_t_add": 298, "r_f_add": 233, "r_t_add": 299, "st_code": 40400, "l_hundred": 200, "r_hundred": 200, "seg_id": 620791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22857, "Shape__Length": 113.84834802956622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171897079954107, 40.026386111150202 ], [ -75.172524860628599, 40.025767868292398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10551, "tnode_": 10757, "lpoly_": null, "rpoly_": null, "length": 531.6846397600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 40400, "l_hundred": 300, "r_hundred": 300, "seg_id": 620792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22858, "Shape__Length": 211.86198196189792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172524860628599, 40.025767868292398 ], [ -75.173686627786097, 40.024613516082198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10757, "tnode_": 10855, "lpoly_": null, "rpoly_": null, "length": 278.43405807000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 423, "st_code": 40400, "l_hundred": 400, "r_hundred": 400, "seg_id": 620793, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22859, "Shape__Length": 110.94644651996302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173686627786097, 40.024613516082198 ], [ -75.174296099264396, 40.0240096462691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10855, "tnode_": 11015, "lpoly_": null, "rpoly_": null, "length": 475.33986719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 424, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 40400, "l_hundred": 400, "r_hundred": 400, "seg_id": 620794, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22860, "Shape__Length": 189.39506110998352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174296099264396, 40.0240096462691 ], [ -75.175353787045694, 40.022989133543497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11069, "tnode_": 11109, "lpoly_": null, "rpoly_": null, "length": 172.57196689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 232, "r_f_add": 201, "r_t_add": 211, "st_code": 17160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620795, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22861, "Shape__Length": 68.726363281696976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162026879793402, 40.022295895847499 ], [ -75.162465468746504, 40.0219631514098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11015, "tnode_": 11117, "lpoly_": null, "rpoly_": null, "length": 321.29367988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 40400, "l_hundred": 500, "r_hundred": 500, "seg_id": 620796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22862, "Shape__Length": 128.01825014225244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175353787045694, 40.022989133543497 ], [ -75.176062889889394, 40.022295811788901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11117, "tnode_": 11258, "lpoly_": null, "rpoly_": null, "length": 363.30809752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 516, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 40400, "l_hundred": 500, "r_hundred": 500, "seg_id": 620797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22863, "Shape__Length": 144.75804971140138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176062889889394, 40.022295811788901 ], [ -75.176863086469695, 40.021510846436499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11109, "tnode_": 11374, "lpoly_": null, "rpoly_": null, "length": 587.30562563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 68880, "l_hundred": 200, "r_hundred": 200, "seg_id": 620798, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 22864, "Shape__Length": 234.32722167602074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162465468746504, 40.0219631514098 ], [ -75.162604469755607, 40.021613381192203 ], [ -75.162669044213402, 40.021336558657403 ], [ -75.162678218775994, 40.021095868262599 ], [ -75.162693740258405, 40.020830400605099 ], [ -75.162729269047205, 40.020606917815201 ], [ -75.162784217373201, 40.020377192434303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11487, "tnode_": 11258, "lpoly_": null, "rpoly_": null, "length": 791.45492941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 84060, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620799, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22865, "Shape__Length": 315.25763875681599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174965418274596, 40.019900978581099 ], [ -75.176863086469695, 40.021510846436499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11669, "tnode_": 11487, "lpoly_": null, "rpoly_": null, "length": 722.2639986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 84060, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620800, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22866, "Shape__Length": 287.699980337363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173249767015903, 40.018420739522099 ], [ -75.174965418274596, 40.019900978581099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11575, "tnode_": 11687, "lpoly_": null, "rpoly_": null, "length": 512.50970545999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 0, "r_t_add": 0, "st_code": 68880, "l_hundred": 2300, "r_hundred": 0, "seg_id": 620801, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 22867, "Shape__Length": 204.05070530301271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164211834316902, 40.018957667956698 ], [ -75.164408706426002, 40.018796701024101 ], [ -75.1655819835334, 40.018026836525898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11735, "tnode_": 11708, "lpoly_": null, "rpoly_": null, "length": 166.8543314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4922, "r_f_add": 4901, "r_t_add": 4923, "st_code": 84060, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620803, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22868, "Shape__Length": 66.457788883098274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172559540074303, 40.017788941051499 ], [ -75.172963076886603, 40.018125883756703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11708, "tnode_": 11669, "lpoly_": null, "rpoly_": null, "length": 134.10739643000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4924, "l_t_add": 4998, "r_f_add": 4925, "r_t_add": 4999, "st_code": 84060, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620804, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22869, "Shape__Length": 53.436123183628546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172963076886603, 40.018125883756703 ], [ -75.173249767015903, 40.018420739522099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11109, "tnode_": 11288, "lpoly_": null, "rpoly_": null, "length": 537.43726372999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 234, "l_t_add": 298, "r_f_add": 213, "r_t_add": 299, "st_code": 17160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620805, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22870, "Shape__Length": 213.97474505322143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162465468746504, 40.0219631514098 ], [ -75.163918430153799, 40.020999445615502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11288, "tnode_": 11305, "lpoly_": null, "rpoly_": null, "length": 43.07779383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 300, "r_f_add": 301, "r_t_add": 301, "st_code": 17160, "l_hundred": 300, "r_hundred": 300, "seg_id": 620806, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22871, "Shape__Length": 17.159180302272439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163918430153799, 40.020999445615502 ], [ -75.164021579844103, 40.020911726607899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11305, "tnode_": 11412, "lpoly_": null, "rpoly_": null, "length": 433.25614486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 302, "l_t_add": 350, "r_f_add": 303, "r_t_add": 351, "st_code": 17160, "l_hundred": 300, "r_hundred": 300, "seg_id": 620807, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22872, "Shape__Length": 172.50032898269566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164021579844103, 40.020911726607899 ], [ -75.165182942378095, 40.020126071641698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11412, "tnode_": 11313, "lpoly_": null, "rpoly_": null, "length": 402.79150470999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 33880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620808, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNHILL RD", "stname": "FERNHILL RD", "objectid": 22873, "Shape__Length": 160.41297689357748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165182942378095, 40.020126071641698 ], [ -75.166196919947595, 40.020910188979201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11412, "tnode_": 11467, "lpoly_": null, "rpoly_": null, "length": 203.78335488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 352, "l_t_add": 398, "r_f_add": 353, "r_t_add": 399, "st_code": 17160, "l_hundred": 300, "r_hundred": 300, "seg_id": 620809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22874, "Shape__Length": 81.147863649978646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165182942378095, 40.020126071641698 ], [ -75.165709926898302, 40.0197403568773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11533, "tnode_": 11467, "lpoly_": null, "rpoly_": null, "length": 202.76695046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 57100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 620810, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22875, "Shape__Length": 80.775989931815332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165251634616993, 40.019322556417102 ], [ -75.165342664814503, 40.019364688855703 ], [ -75.165466369441006, 40.019522034087501 ], [ -75.165552905643693, 40.019633670331899 ], [ -75.165709926898302, 40.0197403568773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11467, "tnode_": 11643, "lpoly_": null, "rpoly_": null, "length": 785.1095475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 17160, "l_hundred": 400, "r_hundred": 400, "seg_id": 620811, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKLEY ST", "stname": "BERKLEY ST", "objectid": 22876, "Shape__Length": 312.50101352372297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165709926898302, 40.0197403568773 ], [ -75.166004307540405, 40.019531673635299 ], [ -75.166395755983999, 40.019266503308202 ], [ -75.166922576405497, 40.018893823552702 ], [ -75.167172942960093, 40.018721609693898 ], [ -75.167410274930404, 40.018616842148603 ], [ -75.167626446964107, 40.018559999797702 ], [ -75.167724704999401, 40.0185262158246 ], [ -75.167924944586801, 40.0184572104518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11224, "tnode_": 11244, "lpoly_": null, "rpoly_": null, "length": 446.53836014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ZERALDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 86320, "l_hundred": 300, "r_hundred": 300, "seg_id": 620812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ZERALDA ST", "stname": "ZERALDA ST", "objectid": 22877, "Shape__Length": 177.84779390767125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164592278873897, 40.021371205504401 ], [ -75.165039458301806, 40.020929727771602 ], [ -75.165083877985893, 40.020894326727102 ], [ -75.165148224037694, 40.0208720893229 ], [ -75.165196261291399, 40.0208825132502 ], [ -75.165239259170605, 40.020906912880697 ], [ -75.165689422915094, 40.021244317428902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11504, "tnode_": 11593, "lpoly_": null, "rpoly_": null, "length": 308.3056873, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 528, "r_f_add": 501, "r_t_add": 529, "st_code": 11080, "l_hundred": 500, "r_hundred": 500, "seg_id": 620813, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22878, "Shape__Length": 122.85948080503479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170405516156805, 40.019687769415 ], [ -75.171043805214595, 40.018998242056497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11593, "tnode_": 11603, "lpoly_": null, "rpoly_": null, "length": 86.99238838, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 530, "l_t_add": 536, "r_f_add": 531, "r_t_add": 537, "st_code": 11080, "l_hundred": 500, "r_hundred": 500, "seg_id": 620814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22879, "Shape__Length": 34.632081358066706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171043805214595, 40.018998242056497 ], [ -75.171281489423706, 40.018844516232001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11603, "tnode_": 11735, "lpoly_": null, "rpoly_": null, "length": 529.23442826000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 538, "l_t_add": 598, "r_f_add": 539, "r_t_add": 599, "st_code": 11080, "l_hundred": 500, "r_hundred": 500, "seg_id": 620815, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22880, "Shape__Length": 210.78954605419275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171281489423706, 40.018844516232001 ], [ -75.171937726211098, 40.018193496528298 ], [ -75.172194035831794, 40.017992341550503 ], [ -75.172403862815102, 40.017862731736102 ], [ -75.172559540074303, 40.017788941051499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10438, "tnode_": 10526, "lpoly_": null, "rpoly_": null, "length": 171.41793442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 215, "st_code": 53160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620816, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22881, "Shape__Length": 68.321403585511263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169192023980699, 40.026219525574703 ], [ -75.169537293565199, 40.025830973062298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10526, "tnode_": 10605, "lpoly_": null, "rpoly_": null, "length": 194.32866219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 214, "l_t_add": 232, "r_f_add": 217, "r_t_add": 231, "st_code": 53160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620817, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22882, "Shape__Length": 77.446706957738186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169537293565199, 40.025830973062298 ], [ -75.169939982464498, 40.025396537131797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10596, "tnode_": 10666, "lpoly_": null, "rpoly_": null, "length": 173.48392448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 221, "st_code": 72040, "l_hundred": 200, "r_hundred": 200, "seg_id": 620818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22883, "Shape__Length": 69.131974200282471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167646576022406, 40.025381604884203 ], [ -75.168019447203207, 40.0250013081681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10724, "tnode_": 10551, "lpoly_": null, "rpoly_": null, "length": 672.97647662999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 65880, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620819, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22884, "Shape__Length": 267.87075842969784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1705860279136, 40.024676470832198 ], [ -75.172524860628599, 40.025767868292398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10666, "tnode_": 10738, "lpoly_": null, "rpoly_": null, "length": 190.45929039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 218, "l_t_add": 240, "r_f_add": 223, "r_t_add": 233, "st_code": 72040, "l_hundred": 200, "r_hundred": 200, "seg_id": 620820, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22885, "Shape__Length": 75.895465823795831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168019447203207, 40.0250013081681 ], [ -75.168429960325497, 40.024584472608602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10738, "tnode_": 10852, "lpoly_": null, "rpoly_": null, "length": 323.81183219000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 242, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 72040, "l_hundred": 200, "r_hundred": 200, "seg_id": 620821, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22886, "Shape__Length": 129.03439364989109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168429960325497, 40.024584472608602 ], [ -75.169126388192595, 40.023874909340201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10852, "tnode_": 10724, "lpoly_": null, "rpoly_": null, "length": 502.36223371999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 65880, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620822, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22887, "Shape__Length": 199.94806747004759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169126388192595, 40.023874909340201 ], [ -75.1705860279136, 40.024676470832198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10915, "tnode_": 10852, "lpoly_": null, "rpoly_": null, "length": 220.91244371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4930, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 65880, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620823, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22888, "Shape__Length": 87.926213793333346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168484986636997, 40.023521924185602 ], [ -75.169126388192595, 40.023874909340201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10724, "tnode_": 10924, "lpoly_": null, "rpoly_": null, "length": 513.42659646000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 53160, "l_hundred": 300, "r_hundred": 300, "seg_id": 620824, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22889, "Shape__Length": 204.60938765261707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1705860279136, 40.024676470832198 ], [ -75.171658481955603, 40.023533381969202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10924, "tnode_": 10757, "lpoly_": null, "rpoly_": null, "length": 690.97832044999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 57100, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620825, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22890, "Shape__Length": 275.00467161169121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171658481955603, 40.023533381969202 ], [ -75.173686627786097, 40.024613516082198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10971, "tnode_": 10915, "lpoly_": null, "rpoly_": null, "length": 285.07947309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4928, "r_f_add": 4901, "r_t_add": 4929, "st_code": 65880, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22891, "Shape__Length": 113.46231255282952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167653665932903, 40.0230703231557 ], [ -75.168484986636997, 40.023521924185602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10924, "tnode_": 10974, "lpoly_": null, "rpoly_": null, "length": 164.84519291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 412, "r_f_add": 401, "r_t_add": 413, "st_code": 53160, "l_hundred": 400, "r_hundred": 400, "seg_id": 620827, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22892, "Shape__Length": 65.704143181505856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171658481955603, 40.023533381969202 ], [ -75.1719802742345, 40.023154476997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10852, "tnode_": 11032, "lpoly_": null, "rpoly_": null, "length": 507.66006857000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 72040, "l_hundred": 300, "r_hundred": 300, "seg_id": 620828, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 22893, "Shape__Length": 202.31270433468819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169126388192595, 40.023874909340201 ], [ -75.170179487263198, 40.0227406334538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11032, "tnode_": 10924, "lpoly_": null, "rpoly_": null, "length": 504.94564154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 57100, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620829, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22894, "Shape__Length": 200.96440121523213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170179487263198, 40.0227406334538 ], [ -75.171658481955603, 40.023533381969202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11043, "tnode_": 10971, "lpoly_": null, "rpoly_": null, "length": 293.47215289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 65880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620830, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22895, "Shape__Length": 116.80791319258691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166806385910306, 40.0225963045418 ], [ -75.167653665932903, 40.0230703231557 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11075, "tnode_": 11032, "lpoly_": null, "rpoly_": null, "length": 220.67709674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4952, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 57100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 620831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22896, "Shape__Length": 87.82939806022253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1695364335948, 40.022390557824401 ], [ -75.170179487263198, 40.0227406334538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11084, "tnode_": 11043, "lpoly_": null, "rpoly_": null, "length": 189.45090064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 65880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 620832, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22897, "Shape__Length": 75.406913720562571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1662622694937, 40.022287321675996 ], [ -75.166806385910306, 40.0225963045418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11093, "tnode_": 10976, "lpoly_": null, "rpoly_": null, "length": 435.95488904999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 59620, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 22898, "Shape__Length": 173.56842031328981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164304695930298, 40.022203202440402 ], [ -75.164638191973395, 40.022458388359603 ], [ -75.164815294913595, 40.022562923285101 ], [ -75.165489679658094, 40.022976692054797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10971, "tnode_": 11134, "lpoly_": null, "rpoly_": null, "length": 508.06629058, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 51460, "l_hundred": 300, "r_hundred": 300, "seg_id": 620834, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOGAN ST", "stname": "W LOGAN ST", "objectid": 22899, "Shape__Length": 202.44108378190376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167653665932903, 40.0230703231557 ], [ -75.168766932558299, 40.0219691276871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11134, "tnode_": 11075, "lpoly_": null, "rpoly_": null, "length": 264.60205458999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4808, "l_t_add": 4950, "r_f_add": 4901, "r_t_add": 4929, "st_code": 57100, "l_hundred": 4800, "r_hundred": 4900, "seg_id": 620835, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22900, "Shape__Length": 105.31202694595319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168766932558299, 40.0219691276871 ], [ -75.1695364335948, 40.022390557824401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11075, "tnode_": 11147, "lpoly_": null, "rpoly_": null, "length": 203.35388395000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 417, "st_code": 23320, "l_hundred": 400, "r_hundred": 400, "seg_id": 620836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 22901, "Shape__Length": 81.036025330672359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1695364335948, 40.022390557824401 ], [ -75.169964510556298, 40.021939664468803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10974, "tnode_": 11169, "lpoly_": null, "rpoly_": null, "length": 555.56685435999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 414, "l_t_add": 470, "r_f_add": 415, "r_t_add": 471, "st_code": 53160, "l_hundred": 400, "r_hundred": 400, "seg_id": 620837, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22902, "Shape__Length": 221.41003014613423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1719802742345, 40.023154476997 ], [ -75.173116898395506, 40.021904558672396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11180, "tnode_": 11084, "lpoly_": null, "rpoly_": null, "length": 393.33126845000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 65880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620838, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22903, "Shape__Length": 156.54543661719322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165117649973894, 40.021661685013797 ], [ -75.1662622694937, 40.022287321675996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11288, "tnode_": 11231, "lpoly_": null, "rpoly_": null, "length": 194.20685392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4528, "l_t_add": 4538, "r_f_add": 4529, "r_t_add": 4539, "st_code": 65880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22904, "Shape__Length": 77.296988064571423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163918430153799, 40.020999445615502 ], [ -75.164478271407305, 40.0213140128063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11169, "tnode_": 11301, "lpoly_": null, "rpoly_": null, "length": 319.66967942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 472, "l_t_add": 512, "r_f_add": 473, "r_t_add": 505, "st_code": 53160, "l_hundred": 400, "r_hundred": 400, "seg_id": 620841, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22905, "Shape__Length": 127.38870850235654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173116898395506, 40.021904558672396 ], [ -75.173785424726901, 40.021193303795698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11374, "tnode_": 11288, "lpoly_": null, "rpoly_": null, "length": 390.24711582999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4526, "r_f_add": 4501, "r_t_add": 4527, "st_code": 65880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620842, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22906, "Shape__Length": 155.31602402893128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162784217373201, 40.020377192434303 ], [ -75.163918430153799, 40.020999445615502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11301, "tnode_": 11392, "lpoly_": null, "rpoly_": null, "length": 309.14968398000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 514, "l_t_add": 548, "r_f_add": 507, "r_t_add": 547, "st_code": 53160, "l_hundred": 500, "r_hundred": 500, "seg_id": 620843, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22907, "Shape__Length": 123.20720235146395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173785424726901, 40.021193303795698 ], [ -75.174408215262901, 40.020492633532697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11408, "tnode_": 11453, "lpoly_": null, "rpoly_": null, "length": 100.78325739, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 508, "r_f_add": 493, "r_t_add": 511, "st_code": 23320, "l_hundred": 500, "r_hundred": 400, "seg_id": 620844, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 22908, "Shape__Length": 40.162355730120368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171507904506598, 40.020279649405701 ], [ -75.171716848917896, 40.020054405446899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11453, "tnode_": 11301, "lpoly_": null, "rpoly_": null, "length": 712.58716805999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 71300, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620845, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 22909, "Shape__Length": 283.6069519553734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171716848917896, 40.020054405446899 ], [ -75.173785424726901, 40.021193303795698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11467, "tnode_": 11367, "lpoly_": null, "rpoly_": null, "length": 403.85900626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 57100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620846, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22910, "Shape__Length": 160.81254980500327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165709926898302, 40.0197403568773 ], [ -75.166765517077195, 40.020495614585002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10605, "tnode_": 10620, "lpoly_": null, "rpoly_": null, "length": 42.44633219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 234, "l_t_add": 234, "r_f_add": 233, "r_t_add": 233, "st_code": 53160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620847, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22911, "Shape__Length": 16.917901603271758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169939982464498, 40.025396537131797 ], [ -75.170024678981207, 40.0252999079487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10620, "tnode_": 10724, "lpoly_": null, "rpoly_": null, "length": 276.21135687999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 236, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 53160, "l_hundred": 200, "r_hundred": 200, "seg_id": 620848, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 22912, "Shape__Length": 110.08435500415459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170024678981207, 40.0252999079487 ], [ -75.1705860279136, 40.024676470832198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11231, "tnode_": 11224, "lpoly_": null, "rpoly_": null, "length": 38.1262916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4540, "l_t_add": 4540, "r_f_add": 4541, "r_t_add": 4541, "st_code": 65880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22913, "Shape__Length": 15.171858267433194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164478271407305, 40.0213140128063 ], [ -75.164592278873897, 40.021371205504401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11224, "tnode_": 11180, "lpoly_": null, "rpoly_": null, "length": 181.2395662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4542, "l_t_add": 4598, "r_f_add": 4543, "r_t_add": 4599, "st_code": 65880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 620850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22914, "Shape__Length": 72.134138081351352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164592278873897, 40.021371205504401 ], [ -75.165117649973894, 40.021661685013797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10738, "tnode_": 10605, "lpoly_": null, "rpoly_": null, "length": 516.08935945999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 59620, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620851, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 22915, "Shape__Length": 205.40630042708668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168429960325497, 40.024584472608602 ], [ -75.169939982464498, 40.025396537131797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10978, "tnode_": 11093, "lpoly_": null, "rpoly_": null, "length": 410.1017393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 244, "r_f_add": 201, "r_t_add": 227, "st_code": 12880, "l_hundred": 200, "r_hundred": 200, "seg_id": 620852, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22916, "Shape__Length": 163.29303975910358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163215502539202, 40.022955633874901 ], [ -75.164304695930298, 40.022203202440402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11147, "tnode_": 10974, "lpoly_": null, "rpoly_": null, "length": 717.3238248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 54780, "l_hundred": 5000, "r_hundred": 4900, "seg_id": 620853, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN AVE", "stname": "MC KEAN AVE", "objectid": 22917, "Shape__Length": 285.54711364990516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169964510556298, 40.021939664468803 ], [ -75.1719802742345, 40.023154476997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11093, "tnode_": 11180, "lpoly_": null, "rpoly_": null, "length": 301.25339054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 246, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 12880, "l_hundred": 200, "r_hundred": 200, "seg_id": 620854, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22918, "Shape__Length": 119.94251568532005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164304695930298, 40.022203202440402 ], [ -75.165117649973894, 40.021661685013797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11023, "tnode_": 11231, "lpoly_": null, "rpoly_": null, "length": 708.82091542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ZERALDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 86320, "l_hundred": 200, "r_hundred": 200, "seg_id": 620855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ZERALDA ST", "stname": "ZERALDA ST", "objectid": 22919, "Shape__Length": 282.2397102127058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162605104749204, 40.022622499592401 ], [ -75.164478271407305, 40.0213140128063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11180, "tnode_": 11244, "lpoly_": null, "rpoly_": null, "length": 220.81691681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 319, "st_code": 12880, "l_hundred": 300, "r_hundred": 300, "seg_id": 620856, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22920, "Shape__Length": 87.932236658672252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165117649973894, 40.021661685013797 ], [ -75.165689422915094, 40.021244317428902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11279, "tnode_": 11147, "lpoly_": null, "rpoly_": null, "length": 411.12024605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 54780, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 620857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN AVE", "stname": "MC KEAN AVE", "objectid": 22921, "Shape__Length": 163.66039993906753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168819254301596, 40.021233697778001 ], [ -75.169964510556298, 40.021939664468803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11244, "tnode_": 11313, "lpoly_": null, "rpoly_": null, "length": 187.13052426000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 312, "l_t_add": 348, "r_f_add": 321, "r_t_add": 349, "st_code": 12880, "l_hundred": 300, "r_hundred": 300, "seg_id": 620858, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22922, "Shape__Length": 74.502458296465207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165689422915094, 40.021244317428902 ], [ -75.166196919947595, 40.020910188979201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11313, "tnode_": 11367, "lpoly_": null, "rpoly_": null, "length": 219.47259841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 350, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 12880, "l_hundred": 300, "r_hundred": 300, "seg_id": 620859, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APSLEY ST", "stname": "APSLEY ST", "objectid": 22923, "Shape__Length": 87.39575045330966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166196919947595, 40.020910188979201 ], [ -75.166765517077195, 40.020495614585002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11453, "tnode_": 11519, "lpoly_": null, "rpoly_": null, "length": 217.86621366999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 510, "l_t_add": 534, "r_f_add": 513, "r_t_add": 525, "st_code": 23320, "l_hundred": 500, "r_hundred": 500, "seg_id": 620860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 22924, "Shape__Length": 86.822788462106828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171716848917896, 40.020054405446899 ], [ -75.1721624849541, 40.019564208288102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11519, "tnode_": 11552, "lpoly_": null, "rpoly_": null, "length": 87.59209265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 536, "l_t_add": 540, "r_f_add": 527, "r_t_add": 529, "st_code": 23320, "l_hundred": 500, "r_hundred": 500, "seg_id": 620861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 22925, "Shape__Length": 34.895011853887915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1721624849541, 40.019564208288102 ], [ -75.172363199884103, 40.019379812383299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11367, "tnode_": 11205, "lpoly_": null, "rpoly_": null, "length": 571.4600146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 57100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22926, "Shape__Length": 227.55536200177099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166765517077195, 40.020495614585002 ], [ -75.168254931209702, 40.021567815991297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10666, "tnode_": 10526, "lpoly_": null, "rpoly_": null, "length": 521.57310696999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACOMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 76580, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 620864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACOMA ST", "stname": "TACOMA ST", "objectid": 22927, "Shape__Length": 207.59608070472416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168019447203207, 40.0250013081681 ], [ -75.169537293565199, 40.025830973062298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10657, "tnode_": 10915, "lpoly_": null, "rpoly_": null, "length": 687.36829412999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 23320, "l_hundred": 200, "r_hundred": 200, "seg_id": 620865, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 22928, "Shape__Length": 273.90067481799235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1669954618052, 40.025021613049098 ], [ -75.168484986636997, 40.023521924185602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10976, "tnode_": 11084, "lpoly_": null, "rpoly_": null, "length": 331.48618277000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 238, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 11080, "l_hundred": 200, "r_hundred": 200, "seg_id": 620866, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22929, "Shape__Length": 132.05648269030965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165489679658094, 40.022976692054797 ], [ -75.1662622694937, 40.022287321675996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11043, "tnode_": 11126, "lpoly_": null, "rpoly_": null, "length": 312.72302753000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 330, "r_f_add": 301, "r_t_add": 331, "st_code": 11080, "l_hundred": 300, "r_hundred": 300, "seg_id": 620867, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22930, "Shape__Length": 124.54140507357711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166806385910306, 40.0225963045418 ], [ -75.167601291530104, 40.021993423852301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11313, "tnode_": 11126, "lpoly_": null, "rpoly_": null, "length": 557.15041164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 33880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 620868, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNHILL RD", "stname": "FERNHILL RD", "objectid": 22931, "Shape__Length": 221.88881912468659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166196919947595, 40.020910188979201 ], [ -75.167601291530104, 40.021993423852301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10620, "tnode_": 10415, "lpoly_": null, "rpoly_": null, "length": 656.91209723000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 59620, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 620869, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 22932, "Shape__Length": 261.49314525374268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170024678981207, 40.0252999079487 ], [ -75.171897079954107, 40.026386111150202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11126, "tnode_": 11205, "lpoly_": null, "rpoly_": null, "length": 245.07189023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 332, "l_t_add": 398, "r_f_add": 333, "r_t_add": 399, "st_code": 11080, "l_hundred": 300, "r_hundred": 300, "seg_id": 620870, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22933, "Shape__Length": 97.576099552254135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167601291530104, 40.021993423852301 ], [ -75.168160880023507, 40.021575097184403 ], [ -75.168254931209702, 40.021567815991297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10866, "tnode_": 10976, "lpoly_": null, "rpoly_": null, "length": 366.3446672, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 236, "r_f_add": 201, "r_t_add": 233, "st_code": 11080, "l_hundred": 200, "r_hundred": 200, "seg_id": 620871, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 22934, "Shape__Length": 145.93547807305461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164619679496099, 40.023727673454502 ], [ -75.165489679658094, 40.022976692054797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9639, "tnode_": 9877, "lpoly_": null, "rpoly_": null, "length": 812.0964348, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 600, "l_t_add": 662, "r_f_add": 601, "r_t_add": 663, "st_code": 68740, "l_hundred": 600, "r_hundred": 600, "seg_id": 620872, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 22935, "Shape__Length": 323.17753659363484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183733884389795, 40.030646577975403 ], [ -75.183895610239404, 40.030526054323602 ], [ -75.184120933538907, 40.030407916324101 ], [ -75.186196116080495, 40.029478058606102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10202, "tnode_": 10112, "lpoly_": null, "rpoly_": null, "length": 214.04187661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5710, "l_t_add": 5738, "r_f_add": 5711, "r_t_add": 5799, "st_code": 84060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 620873, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22936, "Shape__Length": 85.262674295854211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184235880462893, 40.027865521397601 ], [ -75.184757777761504, 40.028294786520398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10861, "tnode_": 10603, "lpoly_": null, "rpoly_": null, "length": 767.07940873999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5450, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 84060, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620874, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22937, "Shape__Length": 305.5761758646683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179846208477002, 40.024095189872703 ], [ -75.181669818256296, 40.0256663487298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10970, "tnode_": 10861, "lpoly_": null, "rpoly_": null, "length": 357.06622855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5448, "r_f_add": 5351, "r_t_add": 5399, "st_code": 84060, "l_hundred": 5400, "r_hundred": 5300, "seg_id": 620875, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22938, "Shape__Length": 142.26181903740886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790361770462, 40.023338257631202 ], [ -75.179846208477002, 40.024095189872703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11076, "tnode_": 10970, "lpoly_": null, "rpoly_": null, "length": 366.10622383999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5349, "st_code": 84060, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620876, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22939, "Shape__Length": 145.82554438661276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178142919216697, 40.022604491682998 ], [ -75.1790361770462, 40.023338257631202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11258, "tnode_": 11076, "lpoly_": null, "rpoly_": null, "length": 535.91046036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 84060, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620877, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 22940, "Shape__Length": 213.47471500533666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176863086469695, 40.021510846436499 ], [ -75.178142919216697, 40.022604491682998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10255, "tnode_": 10415, "lpoly_": null, "rpoly_": null, "length": 391.78728316999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANSBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 231, "st_code": 40400, "l_hundred": 200, "r_hundred": 200, "seg_id": 620878, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANSBERRY ST", "stname": "HANSBERRY ST", "objectid": 22941, "Shape__Length": 156.12575738569495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171051037505805, 40.027242657078098 ], [ -75.171897079954107, 40.026386111150202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9342, "tnode_": 9669, "lpoly_": null, "rpoly_": null, "length": 618.01037496000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 22580, "l_hundred": 200, "r_hundred": 200, "seg_id": 620880, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 22942, "Shape__Length": 246.26738176083069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178916444936704, 40.031746149132502 ], [ -75.180293361098407, 40.030420326609402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9669, "tnode_": 9349, "lpoly_": null, "rpoly_": null, "length": 806.3898586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5898, "r_f_add": 5601, "r_t_add": 5899, "st_code": 65880, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 620881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22943, "Shape__Length": 321.04541599092033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180293361098407, 40.030420326609402 ], [ -75.182555087983403, 40.031790482302902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9743, "tnode_": 9669, "lpoly_": null, "rpoly_": null, "length": 202.76124791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5548, "l_t_add": 5598, "r_f_add": 5553, "r_t_add": 5599, "st_code": 65880, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 620882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22944, "Shape__Length": 80.728795020912926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179732140355, 40.0300686478515 ], [ -75.180293361098407, 40.030420326609402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9753, "tnode_": 9639, "lpoly_": null, "rpoly_": null, "length": 305.54435127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 57100, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 620883, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22945, "Shape__Length": 121.64524362001151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182878556452394, 40.030125824330497 ], [ -75.183733884389795, 40.030646577975403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9822, "tnode_": 9753, "lpoly_": null, "rpoly_": null, "length": 218.67093314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 57100, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 620884, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22946, "Shape__Length": 87.06316455191444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182273844211807, 40.029746040484 ], [ -75.182878556452394, 40.030125824330497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9901, "tnode_": 9822, "lpoly_": null, "rpoly_": null, "length": 280.48576759000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 57100, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 620885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22947, "Shape__Length": 111.66350369233339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181483155503301, 40.029273401484701 ], [ -75.182273844211807, 40.029746040484 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9927, "tnode_": 9743, "lpoly_": null, "rpoly_": null, "length": 573.2641081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5546, "r_f_add": 5501, "r_t_add": 5551, "st_code": 65880, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 620886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22948, "Shape__Length": 228.22246861648347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178118187931602, 40.0291006036121 ], [ -75.179732140355, 40.0300686478515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9979, "tnode_": 9901, "lpoly_": null, "rpoly_": null, "length": 196.49957928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5548, "l_t_add": 5598, "r_f_add": 5555, "r_t_add": 5599, "st_code": 57100, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 620887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22949, "Shape__Length": 78.229403612452401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180931967341294, 40.028939593730598 ], [ -75.181483155503301, 40.029273401484701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10062, "tnode_": 9927, "lpoly_": null, "rpoly_": null, "length": 367.78951064999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5438, "l_t_add": 5498, "r_f_add": 5439, "r_t_add": 5499, "st_code": 65880, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22950, "Shape__Length": 146.43028058792095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177098907898596, 40.028463921041599 ], [ -75.178118187931602, 40.0291006036121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10128, "tnode_": 10062, "lpoly_": null, "rpoly_": null, "length": 224.75620503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5434, "l_t_add": 5436, "r_f_add": 5413, "r_t_add": 5437, "st_code": 65880, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620889, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22951, "Shape__Length": 89.479370783621789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176470902908903, 40.028079746318198 ], [ -75.177098907898596, 40.028463921041599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9901, "tnode_": 10151, "lpoly_": null, "rpoly_": null, "length": 557.56204784, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 22580, "l_hundred": 400, "r_hundred": 400, "seg_id": 620890, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 22952, "Shape__Length": 222.18344478974771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181483155503301, 40.029273401484701 ], [ -75.182703965965203, 40.028064318296799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10165, "tnode_": 9979, "lpoly_": null, "rpoly_": null, "length": 580.57827293000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5546, "r_f_add": 5501, "r_t_add": 5553, "st_code": 57100, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 620891, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22953, "Shape__Length": 231.13448627518463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179303274926397, 40.027953486247299 ], [ -75.180931967341294, 40.028939593730598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10172, "tnode_": 10128, "lpoly_": null, "rpoly_": null, "length": 147.39513404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5432, "r_f_add": 5401, "r_t_add": 5411, "st_code": 65880, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620892, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22954, "Shape__Length": 58.678430068082086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176056346806902, 40.027830447285098 ], [ -75.176470902908903, 40.028079746318198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10272, "tnode_": 10172, "lpoly_": null, "rpoly_": null, "length": 334.04008825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5344, "l_t_add": 5398, "r_f_add": 5343, "r_t_add": 5399, "st_code": 65880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22955, "Shape__Length": 132.98232968069513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175118000776607, 40.027264332536703 ], [ -75.176056346806902, 40.027830447285098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10275, "tnode_": 10165, "lpoly_": null, "rpoly_": null, "length": 370.77012071000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5433, "r_t_add": 5499, "st_code": 57100, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22956, "Shape__Length": 147.61308798931498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178273717387697, 40.0273135735982 ], [ -75.179303274926397, 40.027953486247299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10151, "tnode_": 10301, "lpoly_": null, "rpoly_": null, "length": 372.03710597000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 22580, "l_hundred": 500, "r_hundred": 500, "seg_id": 620895, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 22957, "Shape__Length": 148.23597747037743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182703965965203, 40.028064318296799 ], [ -75.183546409317998, 40.027274639724197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10346, "tnode_": 10275, "lpoly_": null, "rpoly_": null, "length": 230.28747589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5408, "l_t_add": 5428, "r_f_add": 5409, "r_t_add": 5431, "st_code": 57100, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620896, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22958, "Shape__Length": 91.686731852746405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177640258240501, 40.0269104816417 ], [ -75.178273717387697, 40.0273135735982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10390, "tnode_": 10346, "lpoly_": null, "rpoly_": null, "length": 145.82448498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5406, "r_f_add": 5401, "r_t_add": 5407, "st_code": 57100, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620897, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22959, "Shape__Length": 58.048879057391929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177225426661394, 40.0266685292193 ], [ -75.177640258240501, 40.0269104816417 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10389, "tnode_": 10272, "lpoly_": null, "rpoly_": null, "length": 386.11628822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5342, "r_f_add": 5301, "r_t_add": 5341, "st_code": 65880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620898, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22960, "Shape__Length": 153.72167833429515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174046533618395, 40.026597275822603 ], [ -75.175118000776607, 40.027264332536703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10504, "tnode_": 10390, "lpoly_": null, "rpoly_": null, "length": 336.80176754999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5359, "r_t_add": 5399, "st_code": 57100, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620899, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22961, "Shape__Length": 134.08009612944952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176280245282399, 40.026096847478001 ], [ -75.177225426661394, 40.0266685292193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10551, "tnode_": 10389, "lpoly_": null, "rpoly_": null, "length": 522.38873436999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 65880, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620900, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 22962, "Shape__Length": 207.92202626366949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172524860628599, 40.025767868292398 ], [ -75.174046533618395, 40.026597275822603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10615, "tnode_": 10504, "lpoly_": null, "rpoly_": null, "length": 381.3441419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5348, "r_f_add": 5301, "r_t_add": 5357, "st_code": 57100, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620901, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22963, "Shape__Length": 151.8109422836738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175210038431601, 40.025449593343303 ], [ -75.176280245282399, 40.026096847478001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10757, "tnode_": 10615, "lpoly_": null, "rpoly_": null, "length": 524.19962218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 57100, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620902, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 22964, "Shape__Length": 208.64179003581032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173686627786097, 40.024613516082198 ], [ -75.175210038431601, 40.025449593343303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9997, "tnode_": 10179, "lpoly_": null, "rpoly_": null, "length": 455.38876134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 242, "r_f_add": 201, "r_t_add": 241, "st_code": 63860, "l_hundred": 200, "r_hundred": 200, "seg_id": 620903, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22965, "Shape__Length": 181.4546216067441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173613153876701, 40.028700128065097 ], [ -75.174633124336296, 40.027726516928396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9822, "tnode_": 10202, "lpoly_": null, "rpoly_": null, "length": 878.16740551000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 74260, "l_hundred": 400, "r_hundred": 400, "seg_id": 620904, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W STAFFORD ST", "stname": "W STAFFORD ST", "objectid": 22966, "Shape__Length": 349.9211149887721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182273844211807, 40.029746040484 ], [ -75.184235880462893, 40.027865521397601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9979, "tnode_": 10215, "lpoly_": null, "rpoly_": null, "length": 561.89107946999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 84540, "l_hundred": 400, "r_hundred": 400, "seg_id": 620905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WOODLAWN ST", "stname": "W WOODLAWN ST", "objectid": 22967, "Shape__Length": 223.89349510939303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180931967341294, 40.028939593730598 ], [ -75.182099403342804, 40.027797813027803 ], [ -75.182186452788102, 40.027737364576602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10414, "tnode_": 10504, "lpoly_": null, "rpoly_": null, "length": 181.95668852, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 338, "l_t_add": 398, "r_f_add": 337, "r_t_add": 399, "st_code": 63860, "l_hundred": 300, "r_hundred": 300, "seg_id": 620906, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22968, "Shape__Length": 72.508403458528974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175887133815294, 40.0264945402009 ], [ -75.176280245282399, 40.026096847478001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10504, "tnode_": 10675, "lpoly_": null, "rpoly_": null, "length": 430.62842087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 63860, "l_hundred": 400, "r_hundred": 400, "seg_id": 620907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22969, "Shape__Length": 171.58209410029093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176280245282399, 40.026096847478001 ], [ -75.177244754338901, 40.025176193673701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10675, "tnode_": 10832, "lpoly_": null, "rpoly_": null, "length": 352.07164115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KING", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 47700, "l_hundred": 400, "r_hundred": 400, "seg_id": 620908, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KING ST", "stname": "KING ST", "objectid": 22970, "Shape__Length": 140.4945370079065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177244754338901, 40.025176193673701 ], [ -75.177326648193997, 40.024211767804701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10832, "tnode_": 10954, "lpoly_": null, "rpoly_": null, "length": 315.49987383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KING", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 47700, "l_hundred": 500, "r_hundred": 500, "seg_id": 620909, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KING ST", "stname": "KING ST", "objectid": 22971, "Shape__Length": 125.89838914697579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177326648193997, 40.024211767804701 ], [ -75.177407771949007, 40.023347931446096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10179, "tnode_": 10204, "lpoly_": null, "rpoly_": null, "length": 44.57067531, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 244, "l_t_add": 244, "r_f_add": 243, "r_t_add": 243, "st_code": 63860, "l_hundred": 200, "r_hundred": 200, "seg_id": 620910, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22972, "Shape__Length": 17.759679718287231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633124336296, 40.027726516928396 ], [ -75.1747326853516, 40.027631061053498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10204, "tnode_": 10272, "lpoly_": null, "rpoly_": null, "length": 171.72905571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 246, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 63860, "l_hundred": 200, "r_hundred": 200, "seg_id": 620911, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22973, "Shape__Length": 68.426170395900414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1747326853516, 40.027631061053498 ], [ -75.175118000776607, 40.027264332536703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9764, "tnode_": 9899, "lpoly_": null, "rpoly_": null, "length": 311.83935736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 223, "st_code": 83860, "l_hundred": 200, "r_hundred": 200, "seg_id": 620912, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINONA ST", "stname": "WINONA ST", "objectid": 22974, "Shape__Length": 124.26111614120028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175636490872407, 40.0298711679864 ], [ -75.176329657431396, 40.029201202419003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9971, "tnode_": 9899, "lpoly_": null, "rpoly_": null, "length": 205.27894928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACOMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5415, "r_t_add": 5499, "st_code": 76580, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620913, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACOMA ST", "stname": "TACOMA ST", "objectid": 22975, "Shape__Length": 81.728706577990621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175759957165198, 40.028846596075901 ], [ -75.176329657431396, 40.029201202419003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9870, "tnode_": 10032, "lpoly_": null, "rpoly_": null, "length": 323.43205947000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 25340, "l_hundred": 200, "r_hundred": 200, "seg_id": 620914, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22976, "Shape__Length": 128.87430348898084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174575196699905, 40.029253781120701 ], [ -75.1753033184564, 40.028564589559402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10032, "tnode_": 9971, "lpoly_": null, "rpoly_": null, "length": 164.03125073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACOMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 76580, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620915, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACOMA ST", "stname": "TACOMA ST", "objectid": 22977, "Shape__Length": 65.305286279275194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1753033184564, 40.028564589559402 ], [ -75.175759957165198, 40.028846596075901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9899, "tnode_": 10062, "lpoly_": null, "rpoly_": null, "length": 344.29824595000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 226, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 83860, "l_hundred": 200, "r_hundred": 200, "seg_id": 620916, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINONA ST", "stname": "WINONA ST", "objectid": 22978, "Shape__Length": 137.19169035100569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176329657431396, 40.029201202419003 ], [ -75.177098907898596, 40.028463921041599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10032, "tnode_": 10080, "lpoly_": null, "rpoly_": null, "length": 124.74724467, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 230, "l_t_add": 236, "r_f_add": 231, "r_t_add": 241, "st_code": 25340, "l_hundred": 200, "r_hundred": 200, "seg_id": 620917, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22979, "Shape__Length": 49.710998452611292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1753033184564, 40.028564589559402 ], [ -75.175575488309306, 40.028293496006498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9971, "tnode_": 10128, "lpoly_": null, "rpoly_": null, "length": 345.77529231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARLHAM", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 30405, "l_hundred": 200, "r_hundred": 200, "seg_id": 620918, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARLHAM TER", "stname": "EARLHAM TER", "objectid": 22980, "Shape__Length": 137.80453404289489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175759957165198, 40.028846596075901 ], [ -75.176458303970804, 40.028139389287198 ], [ -75.176465510349004, 40.028125832892599 ], [ -75.176471894262704, 40.028104540912999 ], [ -75.176470902908903, 40.028079746318198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10080, "tnode_": 10172, "lpoly_": null, "rpoly_": null, "length": 215.8401769, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 238, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 25340, "l_hundred": 200, "r_hundred": 200, "seg_id": 620919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22981, "Shape__Length": 86.005099625473662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175575488309306, 40.028293496006498 ], [ -75.176056346806902, 40.027830447285098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10179, "tnode_": 10080, "lpoly_": null, "rpoly_": null, "length": 335.11853213999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5348, "l_t_add": 5398, "r_f_add": 5345, "r_t_add": 5399, "st_code": 59620, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620920, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 22982, "Shape__Length": 133.41188730921229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174633124336296, 40.027726516928396 ], [ -75.175575488309306, 40.028293496006498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10215, "tnode_": 10151, "lpoly_": null, "rpoly_": null, "length": 187.58872370999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 49400, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 620921, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 22983, "Shape__Length": 74.686482491445545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182186452788102, 40.027737364576602 ], [ -75.182703965965203, 40.028064318296799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10172, "tnode_": 10251, "lpoly_": null, "rpoly_": null, "length": 200.19901541000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 314, "r_f_add": 301, "r_t_add": 315, "st_code": 25340, "l_hundred": 300, "r_hundred": 300, "seg_id": 620922, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22984, "Shape__Length": 79.776720107517633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176056346806902, 40.027830447285098 ], [ -75.176493844045794, 40.027395810563704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10251, "tnode_": 10320, "lpoly_": null, "rpoly_": null, "length": 150.60885521, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 316, "l_t_add": 326, "r_f_add": 317, "r_t_add": 327, "st_code": 25340, "l_hundred": 300, "r_hundred": 300, "seg_id": 620923, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22985, "Shape__Length": 60.014007263712728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176493844045794, 40.027395810563704 ], [ -75.176825451168597, 40.027070320484199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10128, "tnode_": 10346, "lpoly_": null, "rpoly_": null, "length": 537.27732551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARLHAM", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 30405, "l_hundred": 300, "r_hundred": 300, "seg_id": 620924, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARLHAM TER", "stname": "EARLHAM TER", "objectid": 22986, "Shape__Length": 214.10025667178869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176470902908903, 40.028079746318198 ], [ -75.177640258240501, 40.0269104816417 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10272, "tnode_": 10355, "lpoly_": null, "rpoly_": null, "length": 200.65253206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 316, "r_f_add": 301, "r_t_add": 317, "st_code": 63860, "l_hundred": 300, "r_hundred": 300, "seg_id": 620925, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22987, "Shape__Length": 79.957274457379526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175118000776607, 40.027264332536703 ], [ -75.1755555587321, 40.026828160858898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10355, "tnode_": 10251, "lpoly_": null, "rpoly_": null, "length": 334.3735441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALFRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 11920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620926, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALFRED ST", "stname": "ALFRED ST", "objectid": 22988, "Shape__Length": 133.11491441964614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1755555587321, 40.026828160858898 ], [ -75.176493844045794, 40.027395810563704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10320, "tnode_": 10390, "lpoly_": null, "rpoly_": null, "length": 184.3089852, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 328, "l_t_add": 398, "r_f_add": 329, "r_t_add": 399, "st_code": 25340, "l_hundred": 300, "r_hundred": 300, "seg_id": 620927, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22989, "Shape__Length": 73.445445572529195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176825451168597, 40.027070320484199 ], [ -75.177225426661394, 40.0266685292193 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10355, "tnode_": 10414, "lpoly_": null, "rpoly_": null, "length": 152.94655625, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 318, "l_t_add": 336, "r_f_add": 319, "r_t_add": 335, "st_code": 63860, "l_hundred": 300, "r_hundred": 300, "seg_id": 620928, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 22990, "Shape__Length": 60.947799397637077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1755555587321, 40.026828160858898 ], [ -75.175887133815294, 40.0264945402009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10542, "tnode_": 10414, "lpoly_": null, "rpoly_": null, "length": 385.45371398000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRISCILLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5352, "r_f_add": 5301, "r_t_add": 5341, "st_code": 65760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620929, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRISCILLA ST", "stname": "PRISCILLA ST", "objectid": 22991, "Shape__Length": 153.44641783928424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174803348002598, 40.025842308934799 ], [ -75.175887133815294, 40.0264945402009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10275, "tnode_": 10581, "lpoly_": null, "rpoly_": null, "length": 712.86660647999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 83860, "l_hundred": 400, "r_hundred": 400, "seg_id": 620930, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINONA ST", "stname": "WINONA ST", "objectid": 22992, "Shape__Length": 284.05434362561505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178273717387697, 40.0273135735982 ], [ -75.179848783532407, 40.025776279864701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10632, "tnode_": 10581, "lpoly_": null, "rpoly_": null, "length": 210.5393199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5417, "r_t_add": 5499, "st_code": 49400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620931, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 22993, "Shape__Length": 83.818153283741125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179263535614794, 40.025413517376101 ], [ -75.179848783532407, 40.025776279864701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10687, "tnode_": 10632, "lpoly_": null, "rpoly_": null, "length": 169.30916655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5415, "st_code": 49400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 620932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 22994, "Shape__Length": 67.399926382126893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178787528416294, 40.025126992202601 ], [ -75.179263535614794, 40.025413517376101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10780, "tnode_": 10710, "lpoly_": null, "rpoly_": null, "length": 259.4710252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5221, "r_t_add": 5299, "st_code": 54780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620933, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN AVE", "stname": "MC KEAN AVE", "objectid": 22995, "Shape__Length": 103.29712583115035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175038764000803, 40.024446404015102 ], [ -75.175759882950899, 40.024893607527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10855, "tnode_": 10780, "lpoly_": null, "rpoly_": null, "length": 261.86655341999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KEAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5219, "st_code": 54780, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620934, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KEAN AVE", "stname": "MC KEAN AVE", "objectid": 22996, "Shape__Length": 104.23981631636777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174296099264396, 40.0240096462691 ], [ -75.175038764000803, 40.024446404015102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10687, "tnode_": 10861, "lpoly_": null, "rpoly_": null, "length": 478.73220371999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 25340, "l_hundred": 500, "r_hundred": 500, "seg_id": 620935, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 22997, "Shape__Length": 190.75340822570254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178787528416294, 40.025126992202601 ], [ -75.179846208477002, 40.024095189872703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10880, "tnode_": 10832, "lpoly_": null, "rpoly_": null, "length": 181.34077693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 49400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620936, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 22998, "Shape__Length": 72.183735462517845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176810304168598, 40.023911392770003 ], [ -75.177326648193997, 40.024211767804701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10780, "tnode_": 10945, "lpoly_": null, "rpoly_": null, "length": 462.5905627, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRINGHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 19020, "l_hundred": 400, "r_hundred": 400, "seg_id": 620937, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRINGHURST ST", "stname": "W BRINGHURST ST", "objectid": 22999, "Shape__Length": 184.3119677142104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175038764000803, 40.024446404015102 ], [ -75.176076207888698, 40.023458268157803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10945, "tnode_": 10880, "lpoly_": null, "rpoly_": null, "length": 263.6570688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5224, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 49400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620938, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 23000, "Shape__Length": 104.96117039150847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176076207888698, 40.023458268157803 ], [ -75.176810304168598, 40.023911392770003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10687, "tnode_": 26861, "lpoly_": null, "rpoly_": null, "length": 194.64667752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 498, "l_t_add": 520, "r_f_add": 501, "r_t_add": 521, "st_code": 55940, "l_hundred": 400, "r_hundred": 500, "seg_id": 620939, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23001, "Shape__Length": 77.608395826467401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178787528416294, 40.025126992202601 ], [ -75.178657430494098, 40.025077907908397 ], [ -75.178580008265598, 40.024953850517498 ], [ -75.178557005251207, 40.024748147554099 ], [ -75.178563386884306, 40.024669443976101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11015, "tnode_": 10945, "lpoly_": null, "rpoly_": null, "length": 264.84179135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5222, "r_f_add": 5201, "r_t_add": 5229, "st_code": 49400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620940, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 23002, "Shape__Length": 105.44226174218483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175353787045694, 40.022989133543497 ], [ -75.176076207888698, 40.023458268157803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11117, "tnode_": 10991, "lpoly_": null, "rpoly_": null, "length": 525.35735011999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 71300, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 620941, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 23003, "Shape__Length": 209.14220360362413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176062889889394, 40.022295811788901 ], [ -75.177523091392501, 40.023201108402901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10062, "tnode_": 10213, "lpoly_": null, "rpoly_": null, "length": 356.7985068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83860, "l_hundred": 300, "r_hundred": 300, "seg_id": 620942, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINONA ST", "stname": "WINONA ST", "objectid": 23004, "Shape__Length": 142.1765522446432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177098907898596, 40.028463921041599 ], [ -75.177886048294695, 40.027693750431098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28076, "tnode_": 9979, "lpoly_": null, "rpoly_": null, "length": 201.89304499, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 330, "l_t_add": 398, "r_f_add": 331, "r_t_add": 399, "st_code": 84540, "l_hundred": 300, "r_hundred": 300, "seg_id": 620943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WOODLAWN ST", "stname": "W WOODLAWN ST", "objectid": 23005, "Shape__Length": 80.439372151838953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180467907577295, 40.029357929098303 ], [ -75.180865633160494, 40.028973734819402 ], [ -75.180886557596295, 40.028957391880098 ], [ -75.180905784724501, 40.028944614103402 ], [ -75.180931967341294, 40.028939593730598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10323, "tnode_": 10204, "lpoly_": null, "rpoly_": null, "length": 386.25118791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5346, "r_f_add": 5301, "r_t_add": 5343, "st_code": 59620, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620944, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWHALL ST", "stname": "NEWHALL ST", "objectid": 23006, "Shape__Length": 153.76333237006787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173642141065699, 40.026981921919997 ], [ -75.1747326853516, 40.027631061053498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10113, "tnode_": 10323, "lpoly_": null, "rpoly_": null, "length": 501.27068192000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 246, "r_f_add": 201, "r_t_add": 243, "st_code": 66500, "l_hundred": 200, "r_hundred": 200, "seg_id": 620945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23007, "Shape__Length": 199.73709315156785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172523689267905, 40.028056264619202 ], [ -75.173642141065699, 40.026981921919997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10323, "tnode_": 10389, "lpoly_": null, "rpoly_": null, "length": 180.16431347, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 248, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 66500, "l_hundred": 200, "r_hundred": 200, "seg_id": 620946, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23008, "Shape__Length": 71.786456654062931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173642141065699, 40.026981921919997 ], [ -75.174046533618395, 40.026597275822603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10389, "tnode_": 10542, "lpoly_": null, "rpoly_": null, "length": 347.21542217000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 338, "r_f_add": 301, "r_t_add": 335, "st_code": 66500, "l_hundred": 300, "r_hundred": 300, "seg_id": 620947, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23009, "Shape__Length": 138.35907728327768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174046533618395, 40.026597275822603 ], [ -75.174803348002598, 40.025842308934799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10542, "tnode_": 10615, "lpoly_": null, "rpoly_": null, "length": 182.86118982, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 340, "l_t_add": 398, "r_f_add": 337, "r_t_add": 399, "st_code": 66500, "l_hundred": 300, "r_hundred": 300, "seg_id": 620948, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23010, "Shape__Length": 72.861868161560338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174803348002598, 40.025842308934799 ], [ -75.175210038431601, 40.025449593343303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10615, "tnode_": 10710, "lpoly_": null, "rpoly_": null, "length": 254.42683977, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 430, "r_f_add": 401, "r_t_add": 423, "st_code": 66500, "l_hundred": 400, "r_hundred": 400, "seg_id": 620949, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23011, "Shape__Length": 101.38546403087878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175210038431601, 40.025449593343303 ], [ -75.175759882950899, 40.024893607527403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10710, "tnode_": 10880, "lpoly_": null, "rpoly_": null, "length": 463.21255666999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 432, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 66500, "l_hundred": 400, "r_hundred": 400, "seg_id": 620950, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23012, "Shape__Length": 184.5545791397067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175759882950899, 40.024893607527403 ], [ -75.176810304168598, 40.023911392770003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10880, "tnode_": 10954, "lpoly_": null, "rpoly_": null, "length": 264.8210621, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 517, "st_code": 66500, "l_hundred": 500, "r_hundred": 500, "seg_id": 620951, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23013, "Shape__Length": 105.51133417522004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176810304168598, 40.023911392770003 ], [ -75.177407771949007, 40.023347931446096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10954, "tnode_": 10991, "lpoly_": null, "rpoly_": null, "length": 62.47994902, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 518, "l_t_add": 532, "r_f_add": 519, "r_t_add": 533, "st_code": 66500, "l_hundred": 500, "r_hundred": 500, "seg_id": 620952, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23014, "Shape__Length": 24.906395862305441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177407771949007, 40.023347931446096 ], [ -75.177523091392501, 40.023201108402901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10414, "tnode_": 10320, "lpoly_": null, "rpoly_": null, "length": 336.22127952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRISCILLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5354, "l_t_add": 5398, "r_f_add": 5343, "r_t_add": 5399, "st_code": 65760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 620953, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRISCILLA ST", "stname": "PRISCILLA ST", "objectid": 23015, "Shape__Length": 133.85340600675093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175887133815294, 40.0264945402009 ], [ -75.176825451168597, 40.027070320484199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10991, "tnode_": 11076, "lpoly_": null, "rpoly_": null, "length": 278.15435051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 534, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 66500, "l_hundred": 500, "r_hundred": 500, "seg_id": 620954, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23016, "Shape__Length": 110.82673000887556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177523091392501, 40.023201108402901 ], [ -75.178142919216697, 40.022604491682998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12019, "tnode_": 11973, "lpoly_": null, "rpoly_": null, "length": 253.93070097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3532, "l_t_add": 3598, "r_f_add": 3533, "r_t_add": 3599, "st_code": 41960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620955, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23017, "Shape__Length": 101.14493264339278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1864859405066, 40.015350062843098 ], [ -75.187086036757705, 40.015872562615201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12062, "tnode_": 12019, "lpoly_": null, "rpoly_": null, "length": 223.06559939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3530, "r_f_add": 3501, "r_t_add": 3531, "st_code": 41960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620956, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23018, "Shape__Length": 88.838421935033978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185938932975603, 40.014905020991499 ], [ -75.1864859405066, 40.015350062843098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12065, "tnode_": 11670, "lpoly_": null, "rpoly_": null, "length": 1948.6724685899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3598, "r_f_add": 3301, "r_t_add": 3599, "st_code": 34840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 620957, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23019, "Shape__Length": 776.18070924281028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1784672508672, 40.014628241861999 ], [ -75.179663408670095, 40.015707141408903 ], [ -75.182369594029097, 40.018020000146201 ], [ -75.183106578205297, 40.018613477191003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11952, "tnode_": 12100, "lpoly_": null, "rpoly_": null, "length": 661.47691464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 68880, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 620958, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23020, "Shape__Length": 263.2263214994951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169910345304899, 40.015259351971103 ], [ -75.171852887926505, 40.014226728875997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12170, "tnode_": 12062, "lpoly_": null, "rpoly_": null, "length": 478.07293751999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 41960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 620959, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23021, "Shape__Length": 190.41879486064434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184804915251405, 40.013924205629699 ], [ -75.185938932975603, 40.014905020991499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12271, "tnode_": 12372, "lpoly_": null, "rpoly_": null, "length": 529.88666813000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 2944, "r_f_add": 2901, "r_t_add": 2945, "st_code": 68880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 620960, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23022, "Shape__Length": 210.86420743831593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174412194927399, 40.0128443691152 ], [ -75.175954751343994, 40.0120023577567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12372, "tnode_": 28009, "lpoly_": null, "rpoly_": null, "length": 750.42802681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 3272, "r_f_add": 2901, "r_t_add": 3273, "st_code": 34840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620961, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23023, "Shape__Length": 299.02095400499695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175954751343994, 40.0120023577567 ], [ -75.177499032870301, 40.013685701689198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12372, "tnode_": 12430, "lpoly_": null, "rpoly_": null, "length": 383.14004548999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2946, "l_t_add": 2948, "r_f_add": 2947, "r_t_add": 2949, "st_code": 68880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 620962, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23024, "Shape__Length": 152.45425035587499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175954751343994, 40.0120023577567 ], [ -75.177086266834394, 40.011411433463103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12491, "tnode_": 12466, "lpoly_": null, "rpoly_": null, "length": 118.66264851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3922, "l_t_add": 3928, "r_f_add": 3921, "r_t_add": 3929, "st_code": 84060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620963, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23025, "Shape__Length": 47.303056114193446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167443823263298, 40.010626150282 ], [ -75.167641529375004, 40.010914241724997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12578, "tnode_": 12491, "lpoly_": null, "rpoly_": null, "length": 305.56546529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3900, "l_t_add": 3920, "r_f_add": 3901, "r_t_add": 3919, "st_code": 84060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620964, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23026, "Shape__Length": 121.78192909024303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166874465362298, 40.0099106574771 ], [ -75.167443823263298, 40.010626150282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12626, "tnode_": 12429, "lpoly_": null, "rpoly_": null, "length": 875.07112729000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3000, "l_t_add": 3298, "r_f_add": 3001, "r_t_add": 3299, "st_code": 41960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 620966, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23027, "Shape__Length": 348.67996643148547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180338364699793, 40.009620346856899 ], [ -75.1821306518911, 40.011587846445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13063, "tnode_": 12626, "lpoly_": null, "rpoly_": null, "length": 1737.5245979700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2998, "r_f_add": 2801, "r_t_add": 2999, "st_code": 41960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 620967, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23028, "Shape__Length": 692.99022434819597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178644679302707, 40.005035083842799 ], [ -75.1789380589844, 40.005792603514003 ], [ -75.179265886017305, 40.006742628616699 ], [ -75.179483335889401, 40.007333018127902 ], [ -75.179701922530597, 40.007929009831599 ], [ -75.1799848511139, 40.008816194454099 ], [ -75.180148907252303, 40.009260291209699 ], [ -75.180338364699793, 40.009620346856899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12008, "tnode_": 12103, "lpoly_": null, "rpoly_": null, "length": 537.62526153, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 3098, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 2900, "r_hundred": 0, "seg_id": 620968, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23029, "Shape__Length": 213.9764050066488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176577141598003, 40.015239658777503 ], [ -75.178106733916295, 40.0143480980121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12100, "tnode_": 12064, "lpoly_": null, "rpoly_": null, "length": 163.70423125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KING", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 47700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 620970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KING ST", "stname": "KING ST", "objectid": 23030, "Shape__Length": 65.236715456983859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171852887926505, 40.014226728875997 ], [ -75.172180882635999, 40.014598676930703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11499, "tnode_": 11670, "lpoly_": null, "rpoly_": null, "length": 717.76019609000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 66500, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 620971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23031, "Shape__Length": 285.77632523391736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181192259169904, 40.019923414416503 ], [ -75.183106578205297, 40.018613477191003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11670, "tnode_": 11824, "lpoly_": null, "rpoly_": null, "length": 684.28018576, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 66500, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23032, "Shape__Length": 272.44927389395116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183106578205297, 40.018613477191003 ], [ -75.184919121851493, 40.0173539712384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11824, "tnode_": 11973, "lpoly_": null, "rpoly_": null, "length": 812.1537830499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 66500, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620973, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23033, "Shape__Length": 323.34593595096658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184919121851493, 40.0173539712384 ], [ -75.187086036757705, 40.015872562615201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11232, "tnode_": 11349, "lpoly_": null, "rpoly_": null, "length": 389.78397578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 55940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 620974, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23034, "Shape__Length": 155.2078716929893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181426860105404, 40.0217315790496 ], [ -75.182450316013004, 40.021006491886297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11349, "tnode_": 11235, "lpoly_": null, "rpoly_": null, "length": 371.964215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 75060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620975, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 23035, "Shape__Length": 148.13702317462437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182450316013004, 40.021006491886297 ], [ -75.183254773177097, 40.021689369169799 ], [ -75.183380515381998, 40.021713964282597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11235, "tnode_": 11431, "lpoly_": null, "rpoly_": null, "length": 697.55570544, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 25340, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 620976, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23036, "Shape__Length": 277.74020438315875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183380515381998, 40.021713964282597 ], [ -75.185239584271002, 40.020439681607698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11445, "tnode_": 11249, "lpoly_": null, "rpoly_": null, "length": 557.39251749000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NETHERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3924, "l_t_add": 3998, "r_f_add": 3937, "r_t_add": 3999, "st_code": 59410, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620977, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NETHERFIELD RD", "stname": "W NETHERFIELD RD", "objectid": 23037, "Shape__Length": 222.15335510101076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189899396624796, 40.020520066358898 ], [ -75.190146617500204, 40.020764255323897 ], [ -75.190304601452198, 40.020975969926397 ], [ -75.190384034583104, 40.0211859334091 ], [ -75.190541261162295, 40.021417779068898 ], [ -75.190968052441804, 40.021790329759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11349, "tnode_": 11542, "lpoly_": null, "rpoly_": null, "length": 717.63146326000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 55940, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 620978, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23038, "Shape__Length": 285.73198495299732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182450316013004, 40.021006491886297 ], [ -75.184360700753004, 40.019693667901201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11542, "tnode_": 11431, "lpoly_": null, "rpoly_": null, "length": 366.66876019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 34840, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 620979, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23039, "Shape__Length": 146.05275059845337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184360700753004, 40.019693667901201 ], [ -75.185239584271002, 40.020439681607698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11591, "tnode_": 11468, "lpoly_": null, "rpoly_": null, "length": 358.97387428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3932, "l_t_add": 3998, "r_f_add": 3949, "r_t_add": 3999, "st_code": 41960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620980, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23040, "Shape__Length": 143.02924906555239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191634366524497, 40.019731444109901 ], [ -75.191709745731401, 40.0198784594131 ], [ -75.192154715491498, 40.020326738494902 ], [ -75.192407104837699, 40.020504985712599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11601, "tnode_": 11542, "lpoly_": null, "rpoly_": null, "length": 264.62579569000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3614, "l_t_add": 3698, "r_f_add": 3613, "r_t_add": 3699, "st_code": 34840, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620981, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23041, "Shape__Length": 105.40854043577022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183731320399005, 40.0191518750527 ], [ -75.184360700753004, 40.019693667901201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11431, "tnode_": 11609, "lpoly_": null, "rpoly_": null, "length": 678.46856087999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 25340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-11-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23042, "Shape__Length": 270.13235488586167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185239584271002, 40.020439681607698 ], [ -75.186453827841206, 40.0196141854045 ], [ -75.187052460772307, 40.0192043449753 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11670, "tnode_": 11601, "lpoly_": null, "rpoly_": null, "length": 262.839016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3612, "r_f_add": 3601, "r_t_add": 3611, "st_code": 34840, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620983, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23043, "Shape__Length": 104.69620705874698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183106578205297, 40.018613477191003 ], [ -75.183731320399005, 40.0191518750527 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11609, "tnode_": 11674, "lpoly_": null, "rpoly_": null, "length": 279.4235371, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3208, "r_f_add": 3201, "r_t_add": 3209, "st_code": 25340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620984, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23044, "Shape__Length": 111.25461323906568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187052460772307, 40.0192043449753 ], [ -75.187793711671702, 40.018690962345801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11674, "tnode_": 11631, "lpoly_": null, "rpoly_": null, "length": 177.89463502000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NETHERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3900, "l_t_add": 3900, "r_f_add": 3901, "r_t_add": 3901, "st_code": 59410, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620985, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NETHERFIELD RD", "stname": "W NETHERFIELD RD", "objectid": 23045, "Shape__Length": 70.876906274496989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187793711671702, 40.018690962345801 ], [ -75.188187467253798, 40.0190741396788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11542, "tnode_": 11694, "lpoly_": null, "rpoly_": null, "length": 686.59674938000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 55940, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620986, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23046, "Shape__Length": 273.36917574254477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184360700753004, 40.019693667901201 ], [ -75.186189779905703, 40.018438776661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11798, "tnode_": 11591, "lpoly_": null, "rpoly_": null, "length": 1021.57833184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3900, "l_t_add": 3930, "r_f_add": 3901, "r_t_add": 3947, "st_code": 41960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 620987, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23047, "Shape__Length": 406.88841525599645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189200569974702, 40.017719152730997 ], [ -75.189557178913503, 40.018115616582797 ], [ -75.189827752995996, 40.018487763815003 ], [ -75.190037302590497, 40.018736512123901 ], [ -75.190313272624294, 40.018965699431902 ], [ -75.191249614783501, 40.019390555852397 ], [ -75.191634366524497, 40.019731444109901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11694, "tnode_": 11871, "lpoly_": null, "rpoly_": null, "length": 810.49954442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 55940, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620988, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23048, "Shape__Length": 322.66880231907857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186189779905703, 40.018438776661 ], [ -75.188159576542205, 40.017094224219797 ], [ -75.188385659347006, 40.016995967606697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11871, "tnode_": 11798, "lpoly_": null, "rpoly_": null, "length": 348.56771503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 41960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620989, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23049, "Shape__Length": 138.84915535614221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188385659347006, 40.016995967606697 ], [ -75.189200569974702, 40.017719152730997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11924, "tnode_": 11871, "lpoly_": null, "rpoly_": null, "length": 282.60320241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3616, "l_t_add": 3798, "r_f_add": 3615, "r_t_add": 3799, "st_code": 41960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620990, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23050, "Shape__Length": 112.56287115516618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187709909962706, 40.016419878979498 ], [ -75.188385659347006, 40.016995967606697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11973, "tnode_": 11924, "lpoly_": null, "rpoly_": null, "length": 265.11625607000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3614, "r_f_add": 3601, "r_t_add": 3613, "st_code": 41960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620991, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23051, "Shape__Length": 105.60270548208091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187086036757705, 40.015872562615201 ], [ -75.187709909962706, 40.016419878979498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11763, "tnode_": 11924, "lpoly_": null, "rpoly_": null, "length": 808.4859849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 63860, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 620992, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 23052, "Shape__Length": 321.88776710086529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185552060993302, 40.017893989291998 ], [ -75.187709909962706, 40.016419878979498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11601, "tnode_": 11763, "lpoly_": null, "rpoly_": null, "length": 685.58758574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 63860, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 620993, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 23053, "Shape__Length": 272.96889526105065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183731320399005, 40.0191518750527 ], [ -75.185552060993302, 40.017893989291998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11694, "tnode_": 11609, "lpoly_": null, "rpoly_": null, "length": 368.99465702999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 54920, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 620994, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23054, "Shape__Length": 146.9892213723848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186189779905703, 40.018438776661 ], [ -75.187052460772307, 40.0192043449753 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11763, "tnode_": 11694, "lpoly_": null, "rpoly_": null, "length": 266.99925713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3624, "l_t_add": 3698, "r_f_add": 3625, "r_t_add": 3699, "st_code": 54920, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23055, "Shape__Length": 106.35041435021755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185552060993302, 40.017893989291998 ], [ -75.186189779905703, 40.018438776661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11824, "tnode_": 11763, "lpoly_": null, "rpoly_": null, "length": 264.8133007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3622, "r_f_add": 3601, "r_t_add": 3623, "st_code": 54920, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 620996, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23056, "Shape__Length": 105.4786083997916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184919121851493, 40.0173539712384 ], [ -75.185552060993302, 40.017893989291998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9147, "tnode_": 9028, "lpoly_": null, "rpoly_": null, "length": 287.63429981000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 84060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 620997, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23057, "Shape__Length": 114.59652927768279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190434278967203, 40.033060787121101 ], [ -75.191119227188494, 40.033649202889798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9221, "tnode_": 9147, "lpoly_": null, "rpoly_": null, "length": 258.77426963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 84060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 620998, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23058, "Shape__Length": 103.08368480054381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189794844777197, 40.032547938038597 ], [ -75.190434278967203, 40.033060787121101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9350, "tnode_": 9221, "lpoly_": null, "rpoly_": null, "length": 308.12641517999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6026, "l_t_add": 6098, "r_f_add": 6029, "r_t_add": 6099, "st_code": 84060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621000, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23059, "Shape__Length": 122.76163752204606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189065999337501, 40.031914258666902 ], [ -75.189794844777197, 40.032547938038597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9877, "tnode_": 9616, "lpoly_": null, "rpoly_": null, "length": 649.4362916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 84060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 621001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23060, "Shape__Length": 258.70827845178292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186196116080495, 40.029478058606102 ], [ -75.187379658592505, 40.030432036180102 ], [ -75.187778852320406, 40.030780734121599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9933, "tnode_": 9616, "lpoly_": null, "rpoly_": null, "length": 677.87895141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 50780, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 621002, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23061, "Shape__Length": 270.16664866147607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188904462734101, 40.029352242981297 ], [ -75.188832899548103, 40.029422400546203 ], [ -75.188721866830804, 40.029465795514703 ], [ -75.1882949454466, 40.0295785951688 ], [ -75.188126810740798, 40.029685699189301 ], [ -75.187997988177301, 40.029805147073802 ], [ -75.187837979989894, 40.030092092761997 ], [ -75.187773378811499, 40.030354407801099 ], [ -75.187764727312796, 40.030583568805703 ], [ -75.187778852320406, 40.030780734121599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9165, "tnode_": 9303, "lpoly_": null, "rpoly_": null, "length": 505.82386961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 655, "l_t_add": 799, "r_f_add": 632, "r_t_add": 798, "st_code": 47810, "l_hundred": 600, "r_hundred": 600, "seg_id": 621005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KINGSLEY ST", "stname": "W KINGSLEY ST", "objectid": 23062, "Shape__Length": 201.28140574319195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1925690629472, 40.032984636275302 ], [ -75.194132526381495, 40.032289192135003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10650, "tnode_": 10549, "lpoly_": null, "rpoly_": null, "length": 309.65623261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5500, "l_t_add": 5508, "r_f_add": 5501, "r_t_add": 5509, "st_code": 41960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23063, "Shape__Length": 123.33215028321943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2032319511748, 40.025848523475801 ], [ -75.203587845460106, 40.026084786240702 ], [ -75.204009166449595, 40.026450527178397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9101, "tnode_": 9221, "lpoly_": null, "rpoly_": null, "length": 967.42811376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 81180, "l_hundred": 500, "r_hundred": 500, "seg_id": 621007, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-12-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23064, "Shape__Length": 384.68837625658387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186457889601101, 40.033235609038002 ], [ -75.187736264653694, 40.032969044220401 ], [ -75.187866027014195, 40.032942325661899 ], [ -75.189794844777197, 40.032547938038597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9221, "tnode_": 9291, "lpoly_": null, "rpoly_": null, "length": 319.50623749, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 611, "st_code": 81180, "l_hundred": 600, "r_hundred": 600, "seg_id": 621008, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23065, "Shape__Length": 127.05841240522471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189794844777197, 40.032547938038597 ], [ -75.190884207667906, 40.0322871020701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9303, "tnode_": 9224, "lpoly_": null, "rpoly_": null, "length": 344.37001551000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 81180, "l_hundred": 700, "r_hundred": 700, "seg_id": 621009, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23066, "Shape__Length": 136.99786759501924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194132526381495, 40.032289192135003 ], [ -75.195243498868507, 40.032694565636703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9291, "tnode_": 9344, "lpoly_": null, "rpoly_": null, "length": 282.86327409, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 602, "l_t_add": 604, "r_f_add": 613, "r_t_add": 675, "st_code": 81180, "l_hundred": 600, "r_hundred": 600, "seg_id": 621010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23067, "Shape__Length": 112.47502010869992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190884207667906, 40.0322871020701 ], [ -75.191861813823394, 40.032091658455798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9350, "tnode_": 9447, "lpoly_": null, "rpoly_": null, "length": 296.22344166000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 750, "st_code": 42140, "l_hundred": 700, "r_hundred": 700, "seg_id": 621011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23068, "Shape__Length": 117.87928317375723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189065999337501, 40.031914258666902 ], [ -75.189259273721802, 40.031833743795801 ], [ -75.189839625276903, 40.031545399090902 ], [ -75.189974087058701, 40.031499771753801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9447, "tnode_": 9291, "lpoly_": null, "rpoly_": null, "length": 383.68491882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGET", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 18820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGET ST", "stname": "BRIDGET ST", "objectid": 23069, "Shape__Length": 152.86289810664795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189974087058701, 40.031499771753801 ], [ -75.190884207667906, 40.0322871020701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10686, "tnode_": 10650, "lpoly_": null, "rpoly_": null, "length": 221.75712974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5458, "l_t_add": 5498, "r_f_add": 5459, "r_t_add": 5499, "st_code": 41960, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621013, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23070, "Shape__Length": 88.196681841606065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202498804589297, 40.025618528339201 ], [ -75.2032319511748, 40.025848523475801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9147, "tnode_": 9287, "lpoly_": null, "rpoly_": null, "length": 539.25796004999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAOMI", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 58780, "l_hundred": 600, "r_hundred": 600, "seg_id": 621015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAOMI ST", "stname": "NAOMI ST", "objectid": 23071, "Shape__Length": 214.59666382069605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190434278967203, 40.033060787121101 ], [ -75.190787627620196, 40.032885620959703 ], [ -75.192086783956995, 40.032301154156698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9276, "tnode_": 9048, "lpoly_": null, "rpoly_": null, "length": 479.57371976999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5938, "l_t_add": 5998, "r_f_add": 5939, "r_t_add": 5999, "st_code": 41960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 621016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23072, "Shape__Length": 191.36592651286406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208027809144994, 40.032739878925298 ], [ -75.208077324338902, 40.032955599522197 ], [ -75.208213809887894, 40.033520443697199 ], [ -75.208280834112998, 40.033771626715598 ], [ -75.208390804179103, 40.034024381728202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9765, "tnode_": 9519, "lpoly_": null, "rpoly_": null, "length": 415.65268007999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5850, "l_t_add": 5898, "r_f_add": 5827, "r_t_add": 5899, "st_code": 41960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621018, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23073, "Shape__Length": 165.73684370117283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207010434419303, 40.030579135449003 ], [ -75.207717718259801, 40.031582282169701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10145, "tnode_": 10024, "lpoly_": null, "rpoly_": null, "length": 244.23236354000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5807, "st_code": 41960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621019, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23074, "Shape__Length": 97.379193334070763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205617802784602, 40.028670162087899 ], [ -75.206039787210003, 40.029256902802501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10281, "tnode_": 10145, "lpoly_": null, "rpoly_": null, "length": 313.93664887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5612, "l_t_add": 5698, "r_f_add": 5613, "r_t_add": 5699, "st_code": 41960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23075, "Shape__Length": 125.17327714796745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205082839614903, 40.027912826100597 ], [ -75.205617802784602, 40.028670162087899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10407, "tnode_": 10281, "lpoly_": null, "rpoly_": null, "length": 305.48636578000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5600, "l_t_add": 5610, "r_f_add": 5601, "r_t_add": 5611, "st_code": 41960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621021, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23076, "Shape__Length": 121.79453441441945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204543295164001, 40.027183990803898 ], [ -75.205082839614903, 40.027912826100597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10549, "tnode_": 10407, "lpoly_": null, "rpoly_": null, "length": 306.20989161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5510, "l_t_add": 5598, "r_f_add": 5511, "r_t_add": 5599, "st_code": 41960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621022, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23077, "Shape__Length": 122.08457976760157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204009166449595, 40.026450527178397 ], [ -75.204543295164001, 40.027183990803898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9528, "tnode_": 9319, "lpoly_": null, "rpoly_": null, "length": 421.71910573000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGDALENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5852, "l_t_add": 5898, "r_f_add": 5853, "r_t_add": 5899, "st_code": 52900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGDALENA ST", "stname": "MAGDALENA ST", "objectid": 23078, "Shape__Length": 168.14191918042218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204816222416397, 40.031522372566798 ], [ -75.205571453969796, 40.032523948356697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9946, "tnode_": 9836, "lpoly_": null, "rpoly_": null, "length": 261.7652739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGDALENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5823, "st_code": 52900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGDALENA ST", "stname": "MAGDALENA ST", "objectid": 23079, "Shape__Length": 104.37550928829626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203408967990995, 40.029570558038799 ], [ -75.203851110232094, 40.030203667309003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9920, "tnode_": 9751, "lpoly_": null, "rpoly_": null, "length": 408.69704799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4243, "l_t_add": 4299, "r_f_add": 4244, "r_t_add": 4298, "st_code": 43700, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23080, "Shape__Length": 162.95100628968095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208732658064307, 40.029844715684298 ], [ -75.209452902389799, 40.030820499947602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10296, "tnode_": 10130, "lpoly_": null, "rpoly_": null, "length": 391.46487137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 43700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621029, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23081, "Shape__Length": 156.07792287278752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207342888979497, 40.027919718251503 ], [ -75.208028172632098, 40.028856345844801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10296, "tnode_": 10145, "lpoly_": null, "rpoly_": null, "length": 555.08386824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 630, "r_f_add": 601, "r_t_add": 637, "st_code": 81100, "l_hundred": 600, "r_hundred": 600, "seg_id": 621031, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT LN", "stname": "WALNUT LN", "objectid": 23082, "Shape__Length": 220.86199105203869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207342888979497, 40.027919718251503 ], [ -75.205617802784602, 40.028670162087899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10423, "tnode_": 10296, "lpoly_": null, "rpoly_": null, "length": 319.15792815999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5616, "l_t_add": 5698, "r_f_add": 5611, "r_t_add": 5699, "st_code": 43700, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23083, "Shape__Length": 127.24738456923338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206784158006997, 40.027156107727599 ], [ -75.207342888979497, 40.027919718251503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10573, "tnode_": 10407, "lpoly_": null, "rpoly_": null, "length": 552.53131657999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 53600, "l_hundred": 600, "r_hundred": 600, "seg_id": 621033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLE ST", "stname": "MARKLE ST", "objectid": 23084, "Shape__Length": 219.83672973831784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206266719376401, 40.026445633572798 ], [ -75.204543295164001, 40.027183990803898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10573, "tnode_": 10423, "lpoly_": null, "rpoly_": null, "length": 296.61919913999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5609, "st_code": 43700, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621034, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23085, "Shape__Length": 118.26076627006535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206266719376401, 40.026445633572798 ], [ -75.206784158006997, 40.027156107727599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10622, "tnode_": 10494, "lpoly_": null, "rpoly_": null, "length": 304.88895757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5646, "l_t_add": 5698, "r_f_add": 5639, "r_t_add": 5699, "st_code": 68280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621035, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23086, "Shape__Length": 121.60616426982979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209036379386006, 40.026201122252402 ], [ -75.209439261331596, 40.026978661365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10694, "tnode_": 10549, "lpoly_": null, "rpoly_": null, "length": 555.33362475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 71960, "l_hundred": 600, "r_hundred": 600, "seg_id": 621037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 23087, "Shape__Length": 220.95374360368695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205735511566601, 40.025700478551698 ], [ -75.204009166449595, 40.026450527178397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10694, "tnode_": 10573, "lpoly_": null, "rpoly_": null, "length": 309.53992624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5508, "l_t_add": 5598, "r_f_add": 5555, "r_t_add": 5599, "st_code": 43700, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23088, "Shape__Length": 123.4146209183522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205735511566601, 40.025700478551698 ], [ -75.206266719376401, 40.026445633572798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10758, "tnode_": 10650, "lpoly_": null, "rpoly_": null, "length": 357.7701586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 620, "l_t_add": 698, "r_f_add": 609, "r_t_add": 699, "st_code": 42140, "l_hundred": 600, "r_hundred": 600, "seg_id": 621039, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23089, "Shape__Length": 142.36113340161069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204325593318799, 40.025340918935903 ], [ -75.2032319511748, 40.025848523475801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10815, "tnode_": 10758, "lpoly_": null, "rpoly_": null, "length": 278.86079159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 607, "st_code": 42140, "l_hundred": 600, "r_hundred": 600, "seg_id": 621040, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23090, "Shape__Length": 110.95933984189179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205180738813397, 40.024948757377302 ], [ -75.204325593318799, 40.025340918935903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10815, "tnode_": 10694, "lpoly_": null, "rpoly_": null, "length": 314.84421355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5500, "l_t_add": 5506, "r_f_add": 5501, "r_t_add": 5553, "st_code": 43700, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23091, "Shape__Length": 125.52188929676299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205180738813397, 40.024948757377302 ], [ -75.205735511566601, 40.025700478551698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10891, "tnode_": 10751, "lpoly_": null, "rpoly_": null, "length": 303.79017631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5532, "l_t_add": 5598, "r_f_add": 5535, "r_t_add": 5599, "st_code": 68280, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621042, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23092, "Shape__Length": 121.15816033784733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208201436389999, 40.024662131154301 ], [ -75.208623879429098, 40.025430233377897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10972, "tnode_": 10862, "lpoly_": null, "rpoly_": null, "length": 305.57059634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4000, "l_t_add": 4018, "r_f_add": 4001, "r_t_add": 4009, "st_code": 56480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 23093, "Shape__Length": 121.81549425313709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209529537866899, 40.024055945234203 ], [ -75.210085154093605, 40.024777866196096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11004, "tnode_": 10891, "lpoly_": null, "rpoly_": null, "length": 342.6443663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5500, "l_t_add": 5530, "r_f_add": 5501, "r_t_add": 5533, "st_code": 68280, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621045, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23094, "Shape__Length": 136.65561209167279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207734381058501, 40.023792766182503 ], [ -75.208201436389999, 40.024662131154301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11085, "tnode_": 11004, "lpoly_": null, "rpoly_": null, "length": 385.388314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 460, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 42140, "l_hundred": 400, "r_hundred": 400, "seg_id": 621046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23095, "Shape__Length": 153.33336775887173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208929156415905, 40.0232678910847 ], [ -75.207734381058501, 40.023792766182503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11167, "tnode_": 11004, "lpoly_": null, "rpoly_": null, "length": 468.81616517000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5440, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 68280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23096, "Shape__Length": 186.91783616395537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208489045791296, 40.022660859879899 ], [ -75.208038335275702, 40.023123173475398 ], [ -75.207734381058501, 40.023792766182503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11167, "tnode_": 11085, "lpoly_": null, "rpoly_": null, "length": 253.18150636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 56480, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 23097, "Shape__Length": 100.93729405587342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208489045791296, 40.022660859879899 ], [ -75.208709755990398, 40.022973714669398 ], [ -75.208929156415905, 40.0232678910847 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11314, "tnode_": 11167, "lpoly_": null, "rpoly_": null, "length": 341.20012361000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5438, "r_f_add": 5401, "r_t_add": 5439, "st_code": 68280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23098, "Shape__Length": 135.96330171920397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209215646602004, 40.021909047041603 ], [ -75.208489045791296, 40.022660859879899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11505, "tnode_": 11314, "lpoly_": null, "rpoly_": null, "length": 549.53405161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 68280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 621050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23099, "Shape__Length": 219.15147313856744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209986843657902, 40.020521917928299 ], [ -75.209215646602004, 40.021909047041603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10891, "tnode_": 10694, "lpoly_": null, "rpoly_": null, "length": 787.40089897999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 71960, "l_hundred": 500, "r_hundred": 500, "seg_id": 621051, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 23100, "Shape__Length": 313.26954761827693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208201436389999, 40.024662131154301 ], [ -75.205735511566601, 40.025700478551698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11604, "tnode_": 11589, "lpoly_": null, "rpoly_": null, "length": 89.21243957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5226, "l_t_add": 5228, "r_f_add": 5247, "r_t_add": 5253, "st_code": 68280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 621053, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23101, "Shape__Length": 35.537639704750518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210657782493598, 40.0197229901813 ], [ -75.210447993364795, 40.019907269846399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11396, "tnode_": 11328, "lpoly_": null, "rpoly_": null, "length": 181.24422022000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 424, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 68400, "l_hundred": 400, "r_hundred": 400, "seg_id": 621054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23102, "Shape__Length": 72.323501041977323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207541264786698, 40.021242590544098 ], [ -75.207538426352599, 40.021740122876899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11502, "tnode_": 11432, "lpoly_": null, "rpoly_": null, "length": 876.76361942999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 49440, "l_hundred": 200, "r_hundred": 200, "seg_id": 621055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 23103, "Shape__Length": 348.52326325787817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207563719801499, 40.020535113182198 ], [ -75.205394446682206, 40.020807596919198 ], [ -75.204480889423095, 40.020951101147098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11502, "tnode_": 11396, "lpoly_": null, "rpoly_": null, "length": 257.79855861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 404, "l_t_add": 422, "r_f_add": 401, "r_t_add": 421, "st_code": 68400, "l_hundred": 400, "r_hundred": 400, "seg_id": 621056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23104, "Shape__Length": 102.87052440217686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207563719801499, 40.020535113182198 ], [ -75.207541264786698, 40.021242590544098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11548, "tnode_": 11502, "lpoly_": null, "rpoly_": null, "length": 116.15426257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 402, "r_f_add": 321, "r_t_add": 399, "st_code": 68400, "l_hundred": 400, "r_hundred": 300, "seg_id": 621057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23105, "Shape__Length": 46.349134224587871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207577015995497, 40.020216419700802 ], [ -75.207563719801499, 40.020535113182198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11505, "tnode_": 11548, "lpoly_": null, "rpoly_": null, "length": 684.04877513000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 49440, "l_hundred": 100, "r_hundred": 100, "seg_id": 621058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 23106, "Shape__Length": 271.91151033264907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209986843657902, 40.020521917928299 ], [ -75.207577015995497, 40.020216419700802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11604, "tnode_": 11458, "lpoly_": null, "rpoly_": null, "length": 501.00412593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3858, "r_f_add": 3801, "r_t_add": 3851, "st_code": 53120, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621059, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23107, "Shape__Length": 199.71419847610611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210657782493598, 40.0197229901813 ], [ -75.210827955651595, 40.0199469298582 ], [ -75.211565865215803, 40.020907913518997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11625, "tnode_": 11548, "lpoly_": null, "rpoly_": null, "length": 244.62731940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 319, "st_code": 68400, "l_hundred": 300, "r_hundred": 300, "seg_id": 621061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23108, "Shape__Length": 97.612784373012389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207598099299105, 40.0195455466678 ], [ -75.207572048361598, 40.019859677098403 ], [ -75.207577015995497, 40.020216419700802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11733, "tnode_": 11630, "lpoly_": null, "rpoly_": null, "length": 631.76558721999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KALOS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 47020, "l_hundred": 200, "r_hundred": 200, "seg_id": 621062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KALOS ST", "stname": "KALOS ST", "objectid": 23109, "Shape__Length": 251.34054128923614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207866728956304, 40.0185918211128 ], [ -75.205906178979006, 40.0194494295596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11733, "tnode_": 11699, "lpoly_": null, "rpoly_": null, "length": 121.04382677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 201, "st_code": 68400, "l_hundred": 200, "r_hundred": 200, "seg_id": 621063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23110, "Shape__Length": 48.285441515049534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207866728956304, 40.0185918211128 ], [ -75.207750080314696, 40.018911768321701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11752, "tnode_": 11692, "lpoly_": null, "rpoly_": null, "length": 214.64896632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3728, "l_t_add": 3742, "r_f_add": 3721, "r_t_add": 3741, "st_code": 53120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23111, "Shape__Length": 85.575175008433177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209738514380803, 40.018518301183001 ], [ -75.210099567528701, 40.0190380501083 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11821, "tnode_": 11733, "lpoly_": null, "rpoly_": null, "length": 467.65328988000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KALOS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 141, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 47020, "l_hundred": 100, "r_hundred": 100, "seg_id": 621065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KALOS ST", "stname": "KALOS ST", "objectid": 23112, "Shape__Length": 186.03901559028353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209330138223905, 40.017973717498698 ], [ -75.207866728956304, 40.0185918211128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11832, "tnode_": 11733, "lpoly_": null, "rpoly_": null, "length": 306.31649134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 68400, "l_hundred": 0, "r_hundred": 0, "seg_id": 621066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23113, "Shape__Length": 122.20098508027027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208117833233302, 40.017773409634401 ], [ -75.207866728956304, 40.0185918211128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11867, "tnode_": 11821, "lpoly_": null, "rpoly_": null, "length": 232.60700812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3700, "l_t_add": 3708, "r_f_add": 3701, "r_t_add": 3715, "st_code": 53120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23114, "Shape__Length": 92.726236298726732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208922585466098, 40.017417359924899 ], [ -75.209330138223905, 40.017973717498698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11942, "tnode_": 11867, "lpoly_": null, "rpoly_": null, "length": 335.77237567999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 53120, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23115, "Shape__Length": 133.85142253258977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208336080766799, 40.016613470251997 ], [ -75.208922585466098, 40.017417359924899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11589, "tnode_": 11625, "lpoly_": null, "rpoly_": null, "length": 809.11807957000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 27620, "l_hundred": 300, "r_hundred": 300, "seg_id": 621069, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAWSON ST", "stname": "DAWSON ST", "objectid": 23116, "Shape__Length": 321.62429778328146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210447993364795, 40.019907269846399 ], [ -75.209734209717794, 40.019799882450101 ], [ -75.207598099299105, 40.0195455466678 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10848, "tnode_": 10686, "lpoly_": null, "rpoly_": null, "length": 410.57416352999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 651, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 15960, "l_hundred": 600, "r_hundred": 600, "seg_id": 621070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 23117, "Shape__Length": 163.64943042390217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203244682967807, 40.024690458889999 ], [ -75.203035587558205, 40.024801886072602 ], [ -75.202807221466301, 40.024995144300199 ], [ -75.202664416494102, 40.025199742540103 ], [ -75.202575389177795, 40.025389794838098 ], [ -75.202498804589297, 40.025618528339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10956, "tnode_": 10908, "lpoly_": null, "rpoly_": null, "length": 179.06418333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 42160, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT TER", "stname": "HERMIT TER", "objectid": 23118, "Shape__Length": 71.391331677945217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2035173306638, 40.023989209946301 ], [ -75.203825124310498, 40.024420057343697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11111, "tnode_": 11045, "lpoly_": null, "rpoly_": null, "length": 215.29969322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUENTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5466, "l_t_add": 5498, "r_f_add": 5475, "r_t_add": 5499, "st_code": 66540, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUENTIN ST", "stname": "QUENTIN ST", "objectid": 23119, "Shape__Length": 85.842934837895484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204868298067495, 40.022955716397703 ], [ -75.205223759032506, 40.023479763713297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11179, "tnode_": 11047, "lpoly_": null, "rpoly_": null, "length": 366.62991507000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5440, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 80000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23120, "Shape__Length": 146.14329087468411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205617553926999, 40.022625092702 ], [ -75.206307315368207, 40.023480494673798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11343, "tnode_": 11179, "lpoly_": null, "rpoly_": null, "length": 421.73959282000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5438, "r_f_add": 5401, "r_t_add": 5439, "st_code": 80000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23121, "Shape__Length": 168.12134264844693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204852527502993, 40.021627904076702 ], [ -75.205617553926999, 40.022625092702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11432, "tnode_": 11343, "lpoly_": null, "rpoly_": null, "length": 267.61831100999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 80000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 621076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23122, "Shape__Length": 106.72632971448012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204480889423095, 40.020951101147098 ], [ -75.204852527502993, 40.021627904076702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11529, "tnode_": 11432, "lpoly_": null, "rpoly_": null, "length": 290.36487519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 80000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 621077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23123, "Shape__Length": 115.79030574477432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204059986100503, 40.020222661031298 ], [ -75.204480889423095, 40.020951101147098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11596, "tnode_": 11529, "lpoly_": null, "rpoly_": null, "length": 226.23259395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 5151, "r_t_add": 5199, "st_code": 80000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23124, "Shape__Length": 90.184233195243408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203660312331195, 40.019686745845597 ], [ -75.203941672398301, 40.0201123283558 ], [ -75.203994800305395, 40.020172465216802 ], [ -75.204059986100503, 40.020222661031298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11709, "tnode_": 11596, "lpoly_": null, "rpoly_": null, "length": 342.00666506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICARIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5100, "l_t_add": 5148, "r_f_add": 5101, "r_t_add": 5149, "st_code": 80000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICARIS ST", "stname": "VICARIS ST", "objectid": 23125, "Shape__Length": 136.44256011013073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203424066453493, 40.018772325707701 ], [ -75.203464670553203, 40.019086351677998 ], [ -75.203556109254507, 40.019487987681799 ], [ -75.203586847787307, 40.019577108153001 ], [ -75.203660312331195, 40.019686745845597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11787, "tnode_": 11709, "lpoly_": null, "rpoly_": null, "length": 456.20566965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 235, "l_t_add": 399, "r_f_add": 240, "r_t_add": 398, "st_code": 68960, "l_hundred": 200, "r_hundred": 200, "seg_id": 621080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23126, "Shape__Length": 181.51233266829803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204814664420098, 40.018126123928198 ], [ -75.203726582663094, 40.018596412758903 ], [ -75.203587388515004, 40.018673857711903 ], [ -75.203466321323006, 40.018736723531298 ], [ -75.203424066453493, 40.018772325707701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11832, "tnode_": 11757, "lpoly_": null, "rpoly_": null, "length": 495.78664477000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 149, "l_t_add": 199, "r_f_add": 138, "r_t_add": 198, "st_code": 75380, "l_hundred": 100, "r_hundred": 100, "seg_id": 621082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMAC ST", "stname": "SUMAC ST", "objectid": 23127, "Shape__Length": 197.22919301005646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208117833233302, 40.017773409634401 ], [ -75.206564922864303, 40.018426637717802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11843, "tnode_": 11787, "lpoly_": null, "rpoly_": null, "length": 376.29809975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 238, "st_code": 68960, "l_hundred": 200, "r_hundred": 200, "seg_id": 621083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23128, "Shape__Length": 149.69448727172326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205993832524996, 40.017631068112401 ], [ -75.204814664420098, 40.018126123928198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11867, "tnode_": 11832, "lpoly_": null, "rpoly_": null, "length": 260.05478098000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 131, "l_t_add": 147, "r_f_add": 126, "r_t_add": 136, "st_code": 75380, "l_hundred": 100, "r_hundred": 100, "seg_id": 621084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMAC ST", "stname": "SUMAC ST", "objectid": 23129, "Shape__Length": 103.45930665578435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208922585466098, 40.017417359924899 ], [ -75.208117833233302, 40.017773409634401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11886, "tnode_": 11821, "lpoly_": null, "rpoly_": null, "length": 492.75908487000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KALOS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 139, "r_f_add": 100, "r_t_add": 138, "st_code": 47020, "l_hundred": 100, "r_hundred": 100, "seg_id": 621085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KALOS ST", "stname": "KALOS ST", "objectid": 23130, "Shape__Length": 196.03349961030491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210860525850094, 40.017306493843002 ], [ -75.209330138223905, 40.017973717498698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11930, "tnode_": 11867, "lpoly_": null, "rpoly_": null, "length": 463.95113484000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 124, "st_code": 75380, "l_hundred": 100, "r_hundred": 100, "seg_id": 621086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMAC ST", "stname": "SUMAC ST", "objectid": 23131, "Shape__Length": 184.56886720077731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210366834377496, 40.0167936985357 ], [ -75.208922585466098, 40.017417359924899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11942, "tnode_": 11843, "lpoly_": null, "rpoly_": null, "length": 753.52584257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 68960, "l_hundred": 100, "r_hundred": 100, "seg_id": 621087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23132, "Shape__Length": 299.77007422998076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208336080766799, 40.016613470251997 ], [ -75.205993832524996, 40.017631068112401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10848, "tnode_": 10758, "lpoly_": null, "rpoly_": null, "length": 384.42593315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 42120, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621088, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23133, "Shape__Length": 153.03465221672985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203244682967807, 40.024690458889999 ], [ -75.204325593318799, 40.025340918935903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12115, "tnode_": 12114, "lpoly_": null, "rpoly_": null, "length": 58.89064328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4880, "l_t_add": 4888, "r_f_add": 4881, "r_t_add": 4889, "st_code": 68280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621089, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23134, "Shape__Length": 23.410319960436752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206311307664706, 40.014816264881802 ], [ -75.206410148048306, 40.014831139698003 ], [ -75.206515248501304, 40.014854857679502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12458, "tnode_": 12285, "lpoly_": null, "rpoly_": null, "length": 760.20238498000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4500, "l_t_add": 4698, "r_f_add": 4501, "r_t_add": 4699, "st_code": 68280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 621091, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23135, "Shape__Length": 302.88222178803971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200439069509102, 40.011458515052901 ], [ -75.200968465977795, 40.011774202335502 ], [ -75.201254700331106, 40.012101036453799 ], [ -75.201496992228599, 40.012415841837701 ], [ -75.2019506340352, 40.013021130930603 ], [ -75.202030693532393, 40.0131162055837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12646, "tnode_": 12597, "lpoly_": null, "rpoly_": null, "length": 391.58642586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 68280, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621095, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23136, "Shape__Length": 155.74355706734619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196470276732697, 40.0098926889453 ], [ -75.197716485952895, 40.010379735575 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12789, "tnode_": 12907, "lpoly_": null, "rpoly_": null, "length": 981.64334534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 88888, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 4000, "r_hundred": 0, "seg_id": 621101, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23137, "Shape__Length": 390.51431801401543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210768586467793, 40.008560546750502 ], [ -75.213047529765603, 40.007455107130603 ], [ -75.213757192136001, 40.007155123714902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12665, "tnode_": 12646, "lpoly_": null, "rpoly_": null, "length": 148.48638261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4262, "l_t_add": 4298, "r_f_add": 4259, "r_t_add": 4299, "st_code": 68280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621104, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23138, "Shape__Length": 59.050500534213263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195990274641403, 40.009719741266501 ], [ -75.196470276732697, 40.0098926889453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12692, "tnode_": 12665, "lpoly_": null, "rpoly_": null, "length": 225.474485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4254, "l_t_add": 4260, "r_f_add": 4245, "r_t_add": 4257, "st_code": 68280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621105, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23139, "Shape__Length": 89.681485753297494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195279720594499, 40.0094289467946 ], [ -75.195990274641403, 40.009719741266501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12713, "tnode_": 12692, "lpoly_": null, "rpoly_": null, "length": 205.05135249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4224, "l_t_add": 4252, "r_f_add": 4225, "r_t_add": 4243, "st_code": 68280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621106, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23140, "Shape__Length": 81.554506202289559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194629124021105, 40.009170958916201 ], [ -75.195279720594499, 40.0094289467946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12710, "tnode_": 12715, "lpoly_": null, "rpoly_": null, "length": 50.48615754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3851, "r_t_add": 3899, "st_code": 20900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621107, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2004-06-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23141, "Shape__Length": 20.126139083944398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196824689223305, 40.009309948472797 ], [ -75.196906203860493, 40.009186343055298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12735, "tnode_": 12713, "lpoly_": null, "rpoly_": null, "length": 208.87614261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4200, "l_t_add": 4222, "r_f_add": 4207, "r_t_add": 4223, "st_code": 68280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23142, "Shape__Length": 83.07137198795823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193961251435098, 40.0089159740117 ], [ -75.194629124021105, 40.009170958916201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12748, "tnode_": 12735, "lpoly_": null, "rpoly_": null, "length": 105.11719677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4176, "l_t_add": 4198, "r_f_add": 4201, "r_t_add": 4205, "st_code": 68280, "l_hundred": 4100, "r_hundred": 4200, "seg_id": 621109, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23143, "Shape__Length": 41.829452789718836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193656799175798, 40.008747283914303 ], [ -75.193961251435098, 40.0089159740117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12602, "tnode_": 27529, "lpoly_": null, "rpoly_": null, "length": 104.34032073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3656, "l_t_add": 3698, "r_f_add": 3701, "r_t_add": 3709, "st_code": 55940, "l_hundred": 3600, "r_hundred": 3700, "seg_id": 621110, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23144, "Shape__Length": 41.627268521097832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1931465394036, 40.010276012219499 ], [ -75.193184239782596, 40.009991056249397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12735, "tnode_": 12766, "lpoly_": null, "rpoly_": null, "length": 180.46958859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3848, "r_f_add": 3801, "r_t_add": 3849, "st_code": 55940, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621111, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-06-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23145, "Shape__Length": 71.912340813027413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193961251435098, 40.0089159740117 ], [ -75.194321635262, 40.008505324474399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12766, "tnode_": 12786, "lpoly_": null, "rpoly_": null, "length": 98.45107474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3850, "l_t_add": 3898, "r_f_add": 3851, "r_t_add": 3899, "st_code": 55940, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621112, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2004-06-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23146, "Shape__Length": 39.218964393177977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194321635262, 40.008505324474399 ], [ -75.194539435486604, 40.008293216606397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12879, "tnode_": 12854, "lpoly_": null, "rpoly_": null, "length": 259.63315765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 47190, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621113, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23147, "Shape__Length": 103.3398229376885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191867957901195, 40.006994615869303 ], [ -75.192582561950204, 40.0074484867122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11776, "tnode_": 11652, "lpoly_": null, "rpoly_": null, "length": 753.26748986999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3914, "l_t_add": 3998, "r_f_add": 3913, "r_t_add": 3999, "st_code": 79880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23148, "Shape__Length": 299.76619703717915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191771554359804, 40.017928377711797 ], [ -75.192126505313595, 40.017971973095499 ], [ -75.192536028877299, 40.018096004702599 ], [ -75.193078811248, 40.018423272419199 ], [ -75.193974084511098, 40.019037695126002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11870, "tnode_": 11776, "lpoly_": null, "rpoly_": null, "length": 566.38588661000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3900, "l_t_add": 3912, "r_f_add": 3901, "r_t_add": 3911, "st_code": 79880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23149, "Shape__Length": 225.47824481439349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190250145058698, 40.017001999638097 ], [ -75.191297681378103, 40.017872909515901 ], [ -75.191771554359804, 40.017928377711797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12116, "tnode_": 12216, "lpoly_": null, "rpoly_": null, "length": 378.77462634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIGHTMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 82060, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIGHTMAN ST", "stname": "WEIGHTMAN ST", "objectid": 23150, "Shape__Length": 150.98730264067206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198281030793794, 40.014672249098901 ], [ -75.198943187586195, 40.013765649674603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12146, "tnode_": 12245, "lpoly_": null, "rpoly_": null, "length": 322.69613347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 83860, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINONA ST", "stname": "WINONA ST", "objectid": 23151, "Shape__Length": 128.6193992309862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197640955901505, 40.014316269790797 ], [ -75.198235251310294, 40.013557391050298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12189, "tnode_": 12269, "lpoly_": null, "rpoly_": null, "length": 254.96295508, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EARLHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 30400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EARLHAM ST", "stname": "W EARLHAM ST", "objectid": 23152, "Shape__Length": 101.62331767174366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197031850856604, 40.013957330801198 ], [ -75.197498635072506, 40.013356462482299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12333, "tnode_": 12292, "lpoly_": null, "rpoly_": null, "length": 166.31952354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3508, "r_f_add": 3501, "r_t_add": 3509, "st_code": 25840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23153, "Shape__Length": 66.248502037099357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196400929182602, 40.012787246454003 ], [ -75.196676645399407, 40.013007050601502 ], [ -75.196726974379999, 40.013054242693002 ], [ -75.196785891386597, 40.013132184216701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12260, "tnode_": 12361, "lpoly_": null, "rpoly_": null, "length": 439.73462893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FISK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 34220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FISK AVE", "stname": "FISK AVE", "objectid": 23154, "Shape__Length": 175.08160012398162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194273008538005, 40.0133175599141 ], [ -75.195418713306907, 40.012492300814301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12361, "tnode_": 12333, "lpoly_": null, "rpoly_": null, "length": 295.3621079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3447, "r_t_add": 3499, "st_code": 25840, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23155, "Shape__Length": 117.44320009413764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195418713306907, 40.012492300814301 ], [ -75.196400929182602, 40.012787246454003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11798, "tnode_": 11870, "lpoly_": null, "rpoly_": null, "length": 393.28165769000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 25340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23156, "Shape__Length": 156.58030789847714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189200569974702, 40.017719152730997 ], [ -75.190250145058698, 40.017001999638097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11870, "tnode_": 12092, "lpoly_": null, "rpoly_": null, "length": 1046.8815828199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 25340, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23157, "Shape__Length": 417.07902527226634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190250145058698, 40.017001999638097 ], [ -75.191658552142798, 40.016030018439899 ], [ -75.192510826615404, 40.0147717625808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12260, "tnode_": 12199, "lpoly_": null, "rpoly_": null, "length": 240.17460369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOBSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4318, "l_t_add": 4398, "r_f_add": 4323, "r_t_add": 4399, "st_code": 28740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOBSON ST", "stname": "DOBSON ST", "objectid": 23158, "Shape__Length": 95.660168353098413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194273008538005, 40.0133175599141 ], [ -75.194845030546404, 40.013808710516201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12314, "tnode_": 12260, "lpoly_": null, "rpoly_": null, "length": 206.88894269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOBSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4321, "st_code": 28740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOBSON ST", "stname": "DOBSON ST", "objectid": 23159, "Shape__Length": 82.398725179175614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193774499330004, 40.012898490775299 ], [ -75.194273008538005, 40.0133175599141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12314, "tnode_": 12395, "lpoly_": null, "rpoly_": null, "length": 299.52048886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3624, "r_f_add": 3601, "r_t_add": 3633, "st_code": 20900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23160, "Shape__Length": 119.40034921075484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193774499330004, 40.012898490775299 ], [ -75.194278432982301, 40.012173303404097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11871, "tnode_": 11984, "lpoly_": null, "rpoly_": null, "length": 607.52018274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3336, "r_f_add": 3301, "r_t_add": 3399, "st_code": 55940, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621127, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23161, "Shape__Length": 241.97688025496331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188385659347006, 40.016995967606697 ], [ -75.189152807850107, 40.016422586270401 ], [ -75.189837512401198, 40.015761495936097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11984, "tnode_": 12006, "lpoly_": null, "rpoly_": null, "length": 99.15847466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3338, "l_t_add": 3398, "r_f_add": 3401, "r_t_add": 3409, "st_code": 55940, "l_hundred": 3300, "r_hundred": 3400, "seg_id": 621128, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23162, "Shape__Length": 39.532161311360369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189837512401198, 40.015761495936097 ], [ -75.189999462306602, 40.015519446340598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12006, "tnode_": 12142, "lpoly_": null, "rpoly_": null, "length": 716.84604677000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3411, "r_t_add": 3499, "st_code": 55940, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621129, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23163, "Shape__Length": 285.40540253852339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189999462306602, 40.015519446340598 ], [ -75.190261203475202, 40.015246606550399 ], [ -75.190418406292807, 40.015093525021101 ], [ -75.190591714887503, 40.014928756737199 ], [ -75.190911442962502, 40.014731099654298 ], [ -75.191876713477598, 40.014210839470799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12202, "tnode_": 12142, "lpoly_": null, "rpoly_": null, "length": 246.37140994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 24860, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23164, "Shape__Length": 98.129604754328383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191291148608798, 40.0137061784542 ], [ -75.191876713477598, 40.014210839470799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12287, "tnode_": 12253, "lpoly_": null, "rpoly_": null, "length": 139.37611717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3614, "r_f_add": 3543, "r_t_add": 3599, "st_code": 24860, "l_hundred": 3600, "r_hundred": 3500, "seg_id": 621131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23165, "Shape__Length": 55.51633349497375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190494395862999, 40.013013807704098 ], [ -75.190819539676795, 40.013303428992899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12297, "tnode_": 12287, "lpoly_": null, "rpoly_": null, "length": 45.82663107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3542, "l_t_add": 3598, "r_f_add": 3541, "r_t_add": 3541, "st_code": 24860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23166, "Shape__Length": 18.24551785677782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190374214865898, 40.012928450396899 ], [ -75.190494395862999, 40.013013807704098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12347, "tnode_": 12297, "lpoly_": null, "rpoly_": null, "length": 208.02293620999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3532, "l_t_add": 3540, "r_f_add": 3521, "r_t_add": 3539, "st_code": 24860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23167, "Shape__Length": 82.860527812478452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189891228117006, 40.012494663922197 ], [ -75.190374214865898, 40.012928450396899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12403, "tnode_": 12347, "lpoly_": null, "rpoly_": null, "length": 240.12103269000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3530, "r_f_add": 3501, "r_t_add": 3519, "st_code": 24860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23168, "Shape__Length": 95.637298672192088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189319873319405, 40.012003259184397 ], [ -75.189891228117006, 40.012494663922197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12435, "tnode_": 12403, "lpoly_": null, "rpoly_": null, "length": 130.71554783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3418, "l_t_add": 3498, "r_f_add": 3419, "r_t_add": 3499, "st_code": 24860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23169, "Shape__Length": 52.062775543414205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189009948256995, 40.011734995113699 ], [ -75.189319873319405, 40.012003259184397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12477, "tnode_": 12435, "lpoly_": null, "rpoly_": null, "length": 191.46877157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3416, "r_f_add": 3401, "r_t_add": 3417, "st_code": 24860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23170, "Shape__Length": 76.254088069161412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188546229369706, 40.011348839736698 ], [ -75.189009948256995, 40.011734995113699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12524, "tnode_": 12477, "lpoly_": null, "rpoly_": null, "length": 263.04776528000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3344, "l_t_add": 3398, "r_f_add": 3337, "r_t_add": 3399, "st_code": 24860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23171, "Shape__Length": 104.77104734471834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187927376978706, 40.010805721417398 ], [ -75.188546229369706, 40.011348839736698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12507, "tnode_": 12593, "lpoly_": null, "rpoly_": null, "length": 414.91172945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAWFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3500, "r_f_add": 3401, "r_t_add": 3499, "st_code": 25620, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAWFORD ST", "stname": "CRAWFORD ST", "objectid": 23172, "Shape__Length": 165.16912794096322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186094844304407, 40.010959140687902 ], [ -75.187211874901294, 40.010211146277797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12593, "tnode_": 12524, "lpoly_": null, "rpoly_": null, "length": 295.09755264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3342, "r_f_add": 3301, "r_t_add": 3335, "st_code": 24860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23173, "Shape__Length": 117.52287504452215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187211874901294, 40.010211146277797 ], [ -75.187927376978706, 40.010805721417398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12347, "tnode_": 12476, "lpoly_": null, "rpoly_": null, "length": 608.89531747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AINSLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 11440, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AINSLIE ST", "stname": "AINSLIE ST", "objectid": 23174, "Shape__Length": 242.40324734053229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189891228117006, 40.012494663922197 ], [ -75.1915187283238, 40.0113866195965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12601, "tnode_": 12692, "lpoly_": null, "rpoly_": null, "length": 371.76666021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 74360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANTON ST", "stname": "STANTON ST", "objectid": 23175, "Shape__Length": 148.19838726727863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194663261665397, 40.010332718613498 ], [ -75.195279720594499, 40.0094289467946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12621, "tnode_": 12713, "lpoly_": null, "rpoly_": null, "length": 365.1790359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVELINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 32460, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVELINE ST", "stname": "EVELINE ST", "objectid": 23176, "Shape__Length": 145.57259029443156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194025582512793, 40.010059517660302 ], [ -75.194629124021105, 40.009170958916201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12476, "tnode_": 12463, "lpoly_": null, "rpoly_": null, "length": 137.89418611000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3308, "r_f_add": 3301, "r_t_add": 3307, "st_code": 25840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23177, "Shape__Length": 54.828220358838841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1915187283238, 40.0113866195965 ], [ -75.191978408064898, 40.0115220819903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12496, "tnode_": 12476, "lpoly_": null, "rpoly_": null, "length": 279.12836058000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3282, "l_t_add": 3298, "r_f_add": 3283, "r_t_add": 3299, "st_code": 25840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621145, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23178, "Shape__Length": 110.97872412719261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190581689845601, 40.011125930555899 ], [ -75.1915187283238, 40.0113866195965 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12527, "tnode_": 12496, "lpoly_": null, "rpoly_": null, "length": 361.14435523999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3256, "l_t_add": 3280, "r_f_add": 3255, "r_t_add": 3281, "st_code": 25840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23179, "Shape__Length": 143.58554076623773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189367738861904, 40.0107920395211 ], [ -75.190581689845601, 40.011125930555899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12561, "tnode_": 12527, "lpoly_": null, "rpoly_": null, "length": 247.21689001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3254, "r_f_add": 3201, "r_t_add": 3253, "st_code": 25840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621147, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23180, "Shape__Length": 98.300190820183957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188550003672901, 40.010536768428501 ], [ -75.189367738861904, 40.0107920395211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12051, "tnode_": 12006, "lpoly_": null, "rpoly_": null, "length": 220.68200875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 79880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23181, "Shape__Length": 87.898191606990935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189473139524907, 40.015068648975102 ], [ -75.189999462306602, 40.015519446340598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11973, "tnode_": 12098, "lpoly_": null, "rpoly_": null, "length": 697.54394932000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 66500, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23182, "Shape__Length": 277.71425035701776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187086036757705, 40.015872562615201 ], [ -75.188941040512702, 40.0145949679616 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12062, "tnode_": 12111, "lpoly_": null, "rpoly_": null, "length": 276.19568585000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AINSLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3322, "r_f_add": 3301, "r_t_add": 3323, "st_code": 11440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AINSLIE ST", "stname": "AINSLIE ST", "objectid": 23183, "Shape__Length": 109.96838176772785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185938932975603, 40.014905020991499 ], [ -75.186662495115002, 40.014389924234997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12138, "tnode_": 12098, "lpoly_": null, "rpoly_": null, "length": 188.30143755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3542, "l_t_add": 3598, "r_f_add": 3541, "r_t_add": 3599, "st_code": 79880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621151, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23184, "Shape__Length": 74.997600452476561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188487969778393, 40.014213085939502 ], [ -75.188941040512702, 40.0145949679616 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12019, "tnode_": 12147, "lpoly_": null, "rpoly_": null, "length": 694.16028024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 77280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILDEN ST", "stname": "TILDEN ST", "objectid": 23185, "Shape__Length": 276.3570239364941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1864859405066, 40.015350062843098 ], [ -75.1883440855065, 40.014089176094203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12147, "tnode_": 12138, "lpoly_": null, "rpoly_": null, "length": 60.51222748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3538, "l_t_add": 3540, "r_f_add": 3537, "r_t_add": 3539, "st_code": 79880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23186, "Shape__Length": 24.102021122400497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1883440855065, 40.014089176094203 ], [ -75.188487969778393, 40.014213085939502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12111, "tnode_": 12150, "lpoly_": null, "rpoly_": null, "length": 202.3334816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AINSLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3324, "l_t_add": 3342, "r_f_add": 3325, "r_t_add": 3347, "st_code": 11440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AINSLIE ST", "stname": "AINSLIE ST", "objectid": 23187, "Shape__Length": 80.552158379896397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186662495115002, 40.014389924234997 ], [ -75.187203552837602, 40.014021923543702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12187, "tnode_": 12147, "lpoly_": null, "rpoly_": null, "length": 146.72708073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3524, "l_t_add": 3536, "r_f_add": 3519, "r_t_add": 3535, "st_code": 79880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23188, "Shape__Length": 58.438358148207513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187990356939807, 40.013792094615098 ], [ -75.1883440855065, 40.014089176094203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12150, "tnode_": 12208, "lpoly_": null, "rpoly_": null, "length": 213.50015685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AINSLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3344, "l_t_add": 3398, "r_f_add": 3349, "r_t_add": 3399, "st_code": 11440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AINSLIE ST", "stname": "AINSLIE ST", "objectid": 23189, "Shape__Length": 84.998291944534728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187203552837602, 40.014021923543702 ], [ -75.187772985881907, 40.0136323284827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12208, "tnode_": 12187, "lpoly_": null, "rpoly_": null, "length": 84.22827041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3516, "l_t_add": 3522, "r_f_add": 3501, "r_t_add": 3517, "st_code": 79880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23190, "Shape__Length": 33.537456243366748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187772985881907, 40.0136323284827 ], [ -75.187990356939807, 40.013792094615098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12170, "tnode_": 12227, "lpoly_": null, "rpoly_": null, "length": 274.80151076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3326, "r_f_add": 3301, "r_t_add": 3321, "st_code": 18600, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWMAN ST", "stname": "BOWMAN ST", "objectid": 23191, "Shape__Length": 109.40097457581746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184804915251405, 40.013924205629699 ], [ -75.185541267515902, 40.013425720766001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12248, "tnode_": 12208, "lpoly_": null, "rpoly_": null, "length": 155.7135702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3514, "r_f_add": 3435, "r_t_add": 3499, "st_code": 79880, "l_hundred": 3500, "r_hundred": 3400, "seg_id": 621159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23192, "Shape__Length": 62.021046099417354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187404355889598, 40.013312370239603 ], [ -75.187772985881907, 40.0136323284827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12098, "tnode_": 12253, "lpoly_": null, "rpoly_": null, "length": 705.84281485999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 66500, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23193, "Shape__Length": 281.01203430118727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188941040512702, 40.0145949679616 ], [ -75.190819539676795, 40.013303428992899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12227, "tnode_": 12277, "lpoly_": null, "rpoly_": null, "length": 202.81759884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3328, "l_t_add": 3350, "r_f_add": 3323, "r_t_add": 3341, "st_code": 18600, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWMAN ST", "stname": "BOWMAN ST", "objectid": 23194, "Shape__Length": 80.750489310345145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185541267515902, 40.013425720766001 ], [ -75.186073285443499, 40.013048053020398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12277, "tnode_": 12150, "lpoly_": null, "rpoly_": null, "length": 475.52040374000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARCLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 15880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARCLAY ST", "stname": "BARCLAY ST", "objectid": 23195, "Shape__Length": 189.39825578370704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186073285443499, 40.013048053020398 ], [ -75.186297795570695, 40.0132507491561 ], [ -75.187203552837602, 40.014021923543702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12277, "tnode_": 12325, "lpoly_": null, "rpoly_": null, "length": 212.12224616999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3352, "l_t_add": 3398, "r_f_add": 3343, "r_t_add": 3399, "st_code": 18600, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWMAN ST", "stname": "BOWMAN ST", "objectid": 23196, "Shape__Length": 84.451270831355941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186073285443499, 40.013048053020398 ], [ -75.186634826564202, 40.012657365662697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12315, "tnode_": 12435, "lpoly_": null, "rpoly_": null, "length": 515.74166495999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIVISION", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 28700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIVISION ST", "stname": "DIVISION ST", "objectid": 23197, "Shape__Length": 205.31939915763817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187631636298093, 40.012673700567703 ], [ -75.189009948256995, 40.011734995113699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12287, "tnode_": 12447, "lpoly_": null, "rpoly_": null, "length": 735.60126683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 59560, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW QUEEN ST", "stname": "NEW QUEEN ST", "objectid": 23198, "Shape__Length": 292.85657771893682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190494395862999, 40.013013807704098 ], [ -75.192446015154403, 40.011662648492198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12507, "tnode_": 12457, "lpoly_": null, "rpoly_": null, "length": 226.61906128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTTS", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 71400, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTTS LN", "stname": "SCOTTS LN", "objectid": 23199, "Shape__Length": 90.363924509005457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186094844304407, 40.010959140687902 ], [ -75.186123148495199, 40.011063738272298 ], [ -75.186300970960701, 40.011401503684603 ], [ -75.186396714569796, 40.011533186633798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12477, "tnode_": 12527, "lpoly_": null, "rpoly_": null, "length": 306.74878158999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 18600, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWMAN ST", "stname": "BOWMAN ST", "objectid": 23200, "Shape__Length": 122.11508036488848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188546229369706, 40.011348839736698 ], [ -75.189367738861904, 40.0107920395211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12610, "tnode_": 12516, "lpoly_": null, "rpoly_": null, "length": 712.20650547000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIEHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 83060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIEHLE ST", "stname": "WIEHLE ST", "objectid": 23201, "Shape__Length": 283.3202246354403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189683171085505, 40.0100899363038 ], [ -75.189834111826002, 40.010460348128802 ], [ -75.189910895215107, 40.010505650973599 ], [ -75.190213234323807, 40.010582809352798 ], [ -75.1906442006795, 40.010602475811602 ], [ -75.1909594850178, 40.010683273408901 ], [ -75.191772452668403, 40.010895026599997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12621, "tnode_": 12601, "lpoly_": null, "rpoly_": null, "length": 204.47927846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREDERICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3374, "l_t_add": 3398, "r_f_add": 3373, "r_t_add": 3399, "st_code": 35060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREDERICK ST", "stname": "FREDERICK ST", "objectid": 23202, "Shape__Length": 81.33667587523081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194025582512793, 40.010059517660302 ], [ -75.194663261665397, 40.010332718613498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12636, "tnode_": 27529, "lpoly_": null, "rpoly_": null, "length": 243.42965427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3328, "r_f_add": 3301, "r_t_add": 3327, "st_code": 25860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESWELL ST", "stname": "CRESWELL ST", "objectid": 23203, "Shape__Length": 96.743200949197103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192319919669302, 40.009921637983503 ], [ -75.193184239782596, 40.009991056249397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12638, "tnode_": 12621, "lpoly_": null, "rpoly_": null, "length": 244.94247957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREDERICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3372, "r_f_add": 3301, "r_t_add": 3371, "st_code": 35060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREDERICK ST", "stname": "FREDERICK ST", "objectid": 23204, "Shape__Length": 97.38120718449656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193199969977499, 40.009872150280799 ], [ -75.193600013090204, 40.009901553439697 ], [ -75.194025582512793, 40.010059517660302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12696, "tnode_": 12632, "lpoly_": null, "rpoly_": null, "length": 235.45700685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3314, "l_t_add": 3398, "r_f_add": 3313, "r_t_add": 3399, "st_code": 48120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAIL ST", "stname": "KRAIL ST", "objectid": 23205, "Shape__Length": 93.916149221663986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190344313746607, 40.009271221106403 ], [ -75.190558715441199, 40.009896199054403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11924, "tnode_": 12051, "lpoly_": null, "rpoly_": null, "length": 697.28039299, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 63860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621173, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 23206, "Shape__Length": 277.66965383285344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187709909962706, 40.016419878979498 ], [ -75.189473139524907, 40.015068648975102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12057, "tnode_": 12051, "lpoly_": null, "rpoly_": null, "length": 16.86083342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 79880, "l_hundred": 0, "r_hundred": 0, "seg_id": 621174, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23207, "Shape__Length": 6.7162454547997399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189433886941401, 40.015033557891101 ], [ -75.189473139524907, 40.015068648975102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12057, "tnode_": 12202, "lpoly_": null, "rpoly_": null, "length": 710.24072476999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 63860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621175, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 23208, "Shape__Length": 282.78612406950657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189433886941401, 40.015033557891101 ], [ -75.191291148608798, 40.0137061784542 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12138, "tnode_": 12297, "lpoly_": null, "rpoly_": null, "length": 705.79394234000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 77280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621176, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILDEN ST", "stname": "TILDEN ST", "objectid": 23209, "Shape__Length": 280.98583002818179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188487969778393, 40.014213085939502 ], [ -75.190374214865898, 40.012928450396899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12403, "tnode_": 12496, "lpoly_": null, "rpoly_": null, "length": 476.51724338000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNNYSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 75480, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUNNYSIDE AVE", "stname": "SUNNYSIDE AVE", "objectid": 23210, "Shape__Length": 189.70982230299796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189319873319405, 40.012003259184397 ], [ -75.190581689845601, 40.011125930555899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12187, "tnode_": 12347, "lpoly_": null, "rpoly_": null, "length": 711.95414866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AINSLIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 11440, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AINSLIE ST", "stname": "AINSLIE ST", "objectid": 23211, "Shape__Length": 283.43771352626254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187990356939807, 40.013792094615098 ], [ -75.189891228117006, 40.012494663922197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12887, "tnode_": 12889, "lpoly_": null, "rpoly_": null, "length": 209.88742655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3316, "r_f_add": 3301, "r_t_add": 3317, "st_code": 82580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 23212, "Shape__Length": 83.406254723993229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183207044362604, 40.006633385674697 ], [ -75.183955165775004, 40.006601881905098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12925, "tnode_": 12897, "lpoly_": null, "rpoly_": null, "length": 211.93219226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUGDENS", "st_type": "ROW", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 75320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621180, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUGDENS ROW", "stname": "SUGDENS ROW", "objectid": 23213, "Shape__Length": 84.453638545351254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186394398039496, 40.006288486181298 ], [ -75.186803169213604, 40.006778031658001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12945, "tnode_": 12914, "lpoly_": null, "rpoly_": null, "length": 141.30167411000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4000, "l_t_add": 4000, "r_f_add": 4001, "r_t_add": 4001, "st_code": 68280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621181, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23214, "Shape__Length": 56.304420197452117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187824020838505, 40.006111617981702 ], [ -75.188103189011997, 40.006434682814799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12963, "tnode_": 12925, "lpoly_": null, "rpoly_": null, "length": 132.40774927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3208, "r_f_add": 3201, "r_t_add": 3209, "st_code": 88480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 23215, "Shape__Length": 52.817280286512556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186479285941601, 40.005930920834203 ], [ -75.186394398039496, 40.006288486181298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12963, "tnode_": 12945, "lpoly_": null, "rpoly_": null, "length": 382.41560674, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 12060, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621183, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23216, "Shape__Length": 151.98118365035407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186479285941601, 40.005930920834203 ], [ -75.187824020838505, 40.006111617981702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12979, "tnode_": 12963, "lpoly_": null, "rpoly_": null, "length": 220.71652925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3424, "l_t_add": 3498, "r_f_add": 3427, "r_t_add": 3499, "st_code": 12060, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621184, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23217, "Shape__Length": 87.717091643843901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185702236939093, 40.005830752963597 ], [ -75.186479285941601, 40.005930920834203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12990, "tnode_": 12979, "lpoly_": null, "rpoly_": null, "length": 231.67210116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3422, "r_f_add": 3401, "r_t_add": 3425, "st_code": 12060, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621185, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23218, "Shape__Length": 92.070079289196073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184885658618498, 40.005730119155601 ], [ -75.185702236939093, 40.005830752963597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13005, "tnode_": 12990, "lpoly_": null, "rpoly_": null, "length": 215.96704438, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3320, "l_t_add": 3398, "r_f_add": 3321, "r_t_add": 3399, "st_code": 12060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621186, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23219, "Shape__Length": 85.829306557998265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184125339714299, 40.0056320748837 ], [ -75.184885658618498, 40.005730119155601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13011, "tnode_": 12934, "lpoly_": null, "rpoly_": null, "length": 227.57801854000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3216, "r_f_add": 3201, "r_t_add": 3213, "st_code": 88440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 23220, "Shape__Length": 90.784326270446257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183353205655095, 40.005530216813 ], [ -75.183236187381297, 40.006148431119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13011, "tnode_": 13005, "lpoly_": null, "rpoly_": null, "length": 219.46294242, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3300, "l_t_add": 3318, "r_f_add": 3301, "r_t_add": 3319, "st_code": 12060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621188, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23221, "Shape__Length": 87.218939989348797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183353205655095, 40.005530216813 ], [ -75.184125339714299, 40.0056320748837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13027, "tnode_": 13011, "lpoly_": null, "rpoly_": null, "length": 229.50600584, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3224, "l_t_add": 3298, "r_f_add": 3229, "r_t_add": 3299, "st_code": 12060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621189, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23222, "Shape__Length": 91.210422156874571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182546095017202, 40.005422111184501 ], [ -75.183353205655095, 40.005530216813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13038, "tnode_": 13027, "lpoly_": null, "rpoly_": null, "length": 236.09413772, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3222, "r_f_add": 3201, "r_t_add": 3227, "st_code": 12060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621190, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23223, "Shape__Length": 93.826433597551201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181713398688402, 40.005322165445698 ], [ -75.182546095017202, 40.005422111184501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13050, "tnode_": 13038, "lpoly_": null, "rpoly_": null, "length": 202.10639401, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3144, "l_t_add": 3198, "r_f_add": 3133, "r_t_add": 3199, "st_code": 12060, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621191, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23224, "Shape__Length": 80.321548713366553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181003266178493, 40.0052242724366 ], [ -75.181713398688402, 40.005322165445698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13060, "tnode_": 13050, "lpoly_": null, "rpoly_": null, "length": 178.9235467, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3126, "l_t_add": 3142, "r_f_add": 3107, "r_t_add": 3131, "st_code": 12060, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621192, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23225, "Shape__Length": 71.106233105518953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180372465967807, 40.005147280028901 ], [ -75.181003266178493, 40.0052242724366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13063, "tnode_": 13060, "lpoly_": null, "rpoly_": null, "length": 491.43679400999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3124, "r_f_add": 3001, "r_t_add": 3105, "st_code": 12060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621194, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23226, "Shape__Length": 195.30628049137425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178644679302707, 40.005035083842799 ], [ -75.179033597915605, 40.004974813614197 ], [ -75.180372465967807, 40.005147280028901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12950, "tnode_": 12934, "lpoly_": null, "rpoly_": null, "length": 469.77345012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 42780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621195, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HILTON ST", "stname": "W HILTON ST", "objectid": 23227, "Shape__Length": 186.69715095578204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581727300596, 40.005937928718403 ], [ -75.183236187381297, 40.006148431119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13038, "tnode_": 12950, "lpoly_": null, "rpoly_": null, "length": 227.32438564, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3214, "r_f_add": 3201, "r_t_add": 3215, "st_code": 88420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 23228, "Shape__Length": 90.680881372995088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181713398688402, 40.005322165445698 ], [ -75.181581727300596, 40.005937928718403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12950, "tnode_": 12901, "lpoly_": null, "rpoly_": null, "length": 162.11977493000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3216, "l_t_add": 3298, "r_f_add": 3217, "r_t_add": 3299, "st_code": 88420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 23229, "Shape__Length": 64.670552984461679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181581727300596, 40.005937928718403 ], [ -75.181504763815298, 40.006306193004498 ], [ -75.181485740810103, 40.006376740849497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12901, "tnode_": 12887, "lpoly_": null, "rpoly_": null, "length": 492.88028437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 83280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 23230, "Shape__Length": 195.89364108412053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181485740810103, 40.006376740849497 ], [ -75.183007663420099, 40.006569017946802 ], [ -75.183093521796096, 40.006588696530898 ], [ -75.183207044362604, 40.006633385674697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13063, "tnode_": 13184, "lpoly_": null, "rpoly_": null, "length": 579.73101065000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 44040, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23231, "Shape__Length": 230.65932567939063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178644679302707, 40.005035083842799 ], [ -75.178894351540606, 40.004902898536898 ], [ -75.179279980504603, 40.004699449038696 ], [ -75.179740276594799, 40.004448236064 ], [ -75.180350754357093, 40.004134540736899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13069, "tnode_": 12990, "lpoly_": null, "rpoly_": null, "length": 208.23882136, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3120, "l_t_add": 3198, "r_f_add": 3127, "r_t_add": 3199, "st_code": 88460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621203, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 23232, "Shape__Length": 83.06569278511499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185017259803402, 40.005167508010899 ], [ -75.184885658618498, 40.005730119155601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13056, "tnode_": 12979, "lpoly_": null, "rpoly_": null, "length": 208.33586974, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SHEDWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3124, "l_t_add": 3198, "r_f_add": 3117, "r_t_add": 3199, "st_code": 72400, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SHEDWICK ST", "stname": "N SHEDWICK ST", "objectid": 23233, "Shape__Length": 83.106566530030136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185820055185602, 40.005266068113798 ], [ -75.185702236939093, 40.005830752963597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13069, "tnode_": 13056, "lpoly_": null, "rpoly_": null, "length": 227.7419926, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 51100, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 23234, "Shape__Length": 90.507375872169035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185017259803402, 40.005167508010899 ], [ -75.185820055185602, 40.005266068113798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13109, "tnode_": 13011, "lpoly_": null, "rpoly_": null, "length": 283.73801035999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3124, "l_t_add": 3198, "r_f_add": 3121, "r_t_add": 3199, "st_code": 88440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 23235, "Shape__Length": 113.18298751164264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183522950935796, 40.004762337807101 ], [ -75.183353205655095, 40.005530216813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13123, "tnode_": 13027, "lpoly_": null, "rpoly_": null, "length": 280.77282232000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NATRONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 59020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NATRONA ST", "stname": "N NATRONA ST", "objectid": 23236, "Shape__Length": 111.99976183496572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182715708659302, 40.004662472660897 ], [ -75.182546095017202, 40.005422111184501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13123, "tnode_": 13109, "lpoly_": null, "rpoly_": null, "length": 229.04893044, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3250, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 51100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 23237, "Shape__Length": 91.026226806259871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182715708659302, 40.004662472660897 ], [ -75.183522950935796, 40.004762337807101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13133, "tnode_": 13038, "lpoly_": null, "rpoly_": null, "length": 285.33053471, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "32ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3126, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 88420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 32ND ST", "stname": "N 32ND ST", "objectid": 23238, "Shape__Length": 113.81740910186039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181887368459101, 40.004550408601297 ], [ -75.181713398688402, 40.005322165445698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13133, "tnode_": 13123, "lpoly_": null, "rpoly_": null, "length": 235.61569604, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LIPPINCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3200, "l_t_add": 3248, "r_f_add": 3201, "r_t_add": 3249, "st_code": 51100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LIPPINCOTT ST", "stname": "W LIPPINCOTT ST", "objectid": 23239, "Shape__Length": 93.637553914873152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181887368459101, 40.004550408601297 ], [ -75.182715708659302, 40.004662472660897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12018, "tnode_": 11833, "lpoly_": null, "rpoly_": null, "length": 870.99071998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 23480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621216, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2012-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 23240, "Shape__Length": 347.17364959040066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156655710824495, 40.014627507048203 ], [ -75.158242838705902, 40.016683604682001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13206, "tnode_": 13110, "lpoly_": null, "rpoly_": null, "length": 311.68814258000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3224, "r_f_add": 3201, "r_t_add": 3225, "st_code": 34840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621217, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23241, "Shape__Length": 124.2191298211001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168945404957697, 40.003669784777898 ], [ -75.1694218809197, 40.004312632837298 ], [ -75.169506978482104, 40.004408017684298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12492, "tnode_": 12478, "lpoly_": null, "rpoly_": null, "length": 529.98859471000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 32000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 621218, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 23242, "Shape__Length": 210.63994511005569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1607564218737, 40.010495829422602 ], [ -75.161927248860906, 40.010638155060299 ], [ -75.162625418818905, 40.010722147181802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13246, "tnode_": 13041, "lpoly_": null, "rpoly_": null, "length": 587.22735145000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "22ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88210, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621219, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 22ND ST", "stname": "N 22ND ST", "objectid": 23243, "Shape__Length": 234.24255242775052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165898386897894, 40.003278507380998 ], [ -75.165795358073595, 40.003805326994502 ], [ -75.165557665947304, 40.0048690011755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13267, "tnode_": 13158, "lpoly_": null, "rpoly_": null, "length": 310.4559087, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3228, "r_f_add": 3201, "r_t_add": 3229, "st_code": 88190, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621220, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 23244, "Shape__Length": 123.83820241333098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164288312266805, 40.0030812131536 ], [ -75.164105540951695, 40.0039217816947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13295, "tnode_": 13267, "lpoly_": null, "rpoly_": null, "length": 531.56909193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 12060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 621221, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23245, "Shape__Length": 211.24851514858148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162418802702007, 40.0028320898058 ], [ -75.163170714381295, 40.002933146014897 ], [ -75.163852851895001, 40.003018109192801 ], [ -75.164288312266805, 40.0030812131536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13325, "tnode_": 13303, "lpoly_": null, "rpoly_": null, "length": 392.79405328999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 12060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621222, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 23246, "Shape__Length": 156.09786188844666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159464033231103, 40.002458051817001 ], [ -75.160845183049702, 40.0026436947837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12796, "tnode_": 12738, "lpoly_": null, "rpoly_": null, "length": 272.57425949000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3529, "st_code": 88170, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 23247, "Shape__Length": 108.73559275887948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161412308301095, 40.007408085261602 ], [ -75.161260783890995, 40.008147206567102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13103, "tnode_": 12922, "lpoly_": null, "rpoly_": null, "length": 545.28480338999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88150, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621224, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 23248, "Shape__Length": 217.51482225358058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160497677550595, 40.004224601260098 ], [ -75.160181797532502, 40.005701632233396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13354, "tnode_": 13151, "lpoly_": null, "rpoly_": null, "length": 586.60513157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88110, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621225, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 23249, "Shape__Length": 233.99093238884282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157706584199701, 40.002219566287501 ], [ -75.157394905275595, 40.003683440780499 ], [ -75.157367087497803, 40.003808559391203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13378, "tnode_": 13172, "lpoly_": null, "rpoly_": null, "length": 586.6608474, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88090, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621226, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23250, "Shape__Length": 234.01174576050545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156128768608497, 40.002022417360003 ], [ -75.1558206102643, 40.003489748501799 ], [ -75.155785582270795, 40.003610899767899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13407, "tnode_": 13281, "lpoly_": null, "rpoly_": null, "length": 316.23933824, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3226, "r_f_add": 3201, "r_t_add": 3229, "st_code": 88070, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621227, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 23251, "Shape__Length": 126.14189833733538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154557199203197, 40.001809446053102 ], [ -75.154401322361295, 40.002551467262499 ], [ -75.154366572355102, 40.002664833329398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13118, "tnode_": 13103, "lpoly_": null, "rpoly_": null, "length": 223.1708814, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 82580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621228, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 23252, "Shape__Length": 88.690805928592283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159712625009305, 40.004120526590697 ], [ -75.160497677550595, 40.004224601260098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12922, "tnode_": 12916, "lpoly_": null, "rpoly_": null, "length": 210.91444572, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1921, "st_code": 61400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 621229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 23253, "Shape__Length": 83.822335531962565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160181797532502, 40.005701632233396 ], [ -75.160923250331294, 40.005802206176597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12803, "tnode_": 12796, "lpoly_": null, "rpoly_": null, "length": 444.12053894999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 77420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 621230, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 23254, "Shape__Length": 176.50727805657249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159850256795295, 40.007199584940203 ], [ -75.161412308301095, 40.007408085261602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12666, "tnode_": 12650, "lpoly_": null, "rpoly_": null, "length": 532.02588133999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 79920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 621231, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 23255, "Shape__Length": 211.44717285746148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1610974492163, 40.008892862278699 ], [ -75.162970723654496, 40.009133616918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12738, "tnode_": 12716, "lpoly_": null, "rpoly_": null, "length": 531.89571917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 13920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 621232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 23256, "Shape__Length": 211.39792671166217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161260783890995, 40.008147206567102 ], [ -75.161598143479395, 40.008195418991498 ], [ -75.163128090459395, 40.008411921281002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13418, "tnode_": 13207, "lpoly_": null, "rpoly_": null, "length": 594.59025667999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 21400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 23257, "Shape__Length": 237.16356022701714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153799617449593, 40.001715907442097 ], [ -75.153465923086003, 40.003229730487298 ], [ -75.153466990406102, 40.003273295430503 ], [ -75.153508321995105, 40.003315992443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13110, "tnode_": 12898, "lpoly_": null, "rpoly_": null, "length": 742.08329178000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3227, "r_t_add": 3299, "st_code": 34840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621234, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23258, "Shape__Length": 295.76575111244796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169506978482104, 40.004408017684298 ], [ -75.170816015128594, 40.006179015581502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12687, "tnode_": 12733, "lpoly_": null, "rpoly_": null, "length": 417.60311326, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2424, "l_t_add": 2498, "r_f_add": 2425, "r_t_add": 2499, "st_code": 44040, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 621235, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23259, "Shape__Length": 166.08023087125548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169023089581501, 40.008910900063697 ], [ -75.169252133691401, 40.008779393033201 ], [ -75.169744686859403, 40.0085946627906 ], [ -75.170359116591101, 40.008415941460697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13126, "tnode_": 12955, "lpoly_": null, "rpoly_": null, "length": 481.33214614000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3254, "r_f_add": 3201, "r_t_add": 3253, "st_code": 53940, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621237, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSTON ST", "stname": "N MARSTON ST", "objectid": 23260, "Shape__Length": 192.00500177143434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174808831244903, 40.004426642007303 ], [ -75.174605028210493, 40.005518052002401 ], [ -75.174540145393095, 40.005730994043802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13155, "tnode_": 12969, "lpoly_": null, "rpoly_": null, "length": 504.0052947, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAILEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 15420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621238, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAILEY ST", "stname": "N BAILEY ST", "objectid": 23261, "Shape__Length": 201.04645244793326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172889119971899, 40.004185262193602 ], [ -75.172831933572297, 40.004517331397899 ], [ -75.172649735350703, 40.005358617845502 ], [ -75.172590730579302, 40.005548997983702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13161, "tnode_": 12996, "lpoly_": null, "rpoly_": null, "length": 479.97372928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3250, "r_f_add": 3201, "r_t_add": 3247, "st_code": 88300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 23262, "Shape__Length": 191.46223083891439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172281942425599, 40.004096368983198 ], [ -75.172064937771097, 40.005138705342901 ], [ -75.172008793653404, 40.0053970984141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13096, "tnode_": 12918, "lpoly_": null, "rpoly_": null, "length": 512.56166348, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "29TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621240, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 29TH ST", "stname": "N 29TH ST", "objectid": 23263, "Shape__Length": 204.46349975584883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176914982578595, 40.004706336383201 ], [ -75.176701875232794, 40.0056988719831 ], [ -75.176622979199394, 40.0060953261587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13143, "tnode_": 12949, "lpoly_": null, "rpoly_": null, "length": 553.47549365000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "27TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 27TH ST", "stname": "N 27TH ST", "objectid": 23264, "Shape__Length": 220.76311921735444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173572667157401, 40.004271524107097 ], [ -75.173474116401493, 40.004683792381897 ], [ -75.173531081932794, 40.0047254875414 ], [ -75.173528545336694, 40.004792330765298 ], [ -75.1733456619789, 40.005651848251397 ], [ -75.173315575138005, 40.005751070008401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13167, "tnode_": 13015, "lpoly_": null, "rpoly_": null, "length": 458.93614885, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BAMBREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 15660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BAMBREY ST", "stname": "N BAMBREY ST", "objectid": 23265, "Shape__Length": 183.06953000435041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171735145438404, 40.004023596184403 ], [ -75.171541511271798, 40.004968821952303 ], [ -75.171470851954993, 40.005266861326596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13134, "tnode_": 12961, "lpoly_": null, "rpoly_": null, "length": 477.84885996999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ETTING", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3252, "r_f_add": 3201, "r_t_add": 3257, "st_code": 32320, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621243, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ETTING ST", "stname": "N ETTING ST", "objectid": 23266, "Shape__Length": 190.61286664653258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174236324771996, 40.004358414175798 ], [ -75.173996810692202, 40.005498324551297 ], [ -75.173949875563807, 40.005651178670497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13177, "tnode_": 13029, "lpoly_": null, "rpoly_": null, "length": 429.95957420999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 74920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621244, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N STILLMAN ST", "stname": "N STILLMAN ST", "objectid": 23267, "Shape__Length": 171.50878656866973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171248946714599, 40.003960549668903 ], [ -75.1710367170448, 40.004933155988098 ], [ -75.170989239624902, 40.005123777230502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13227, "tnode_": 13115, "lpoly_": null, "rpoly_": null, "length": 274.67449712999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "23RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88230, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621245, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-07-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 23RD ST", "stname": "N 23RD ST", "objectid": 23268, "Shape__Length": 109.56367268984245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167512958999097, 40.003497072743301 ], [ -75.167374355617397, 40.004084134231803 ], [ -75.167336626552697, 40.004238791469398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12251, "tnode_": 12378, "lpoly_": null, "rpoly_": null, "length": 691.20493834999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 44040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 621246, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23269, "Shape__Length": 274.9859428119222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160945334651998, 40.012657043577001 ], [ -75.161898173822706, 40.0121914610517 ], [ -75.163055890295496, 40.0116746486514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12027, "tnode_": 11957, "lpoly_": null, "rpoly_": null, "length": 323.63838535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 88110, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621247, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 23270, "Shape__Length": 129.08331469582947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155031247477098, 40.014460839689598 ], [ -75.154960320460603, 40.014957264107899 ], [ -75.155188361898496, 40.015304522343499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11889, "tnode_": 11777, "lpoly_": null, "rpoly_": null, "length": 465.31153255000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4144, "r_f_add": 4101, "r_t_add": 4145, "st_code": 36660, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621248, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 23271, "Shape__Length": 185.56104658533016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153852446600396, 40.015901020170801 ], [ -75.154124686092999, 40.0163906864639 ], [ -75.154475494936605, 40.0170849344549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11781, "tnode_": 11889, "lpoly_": null, "rpoly_": null, "length": 759.68288989000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1646, "r_f_add": 1601, "r_t_add": 1639, "st_code": 44040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 621249, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23272, "Shape__Length": 302.24997655288928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151535178986094, 40.016984746448401 ], [ -75.153852446600396, 40.015901020170801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11268, "tnode_": 11254, "lpoly_": null, "rpoly_": null, "length": 159.76004346, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1829, "r_t_add": 1899, "st_code": 21960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621250, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 23273, "Shape__Length": 63.506538019262813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156277966987304, 40.0209480537562 ], [ -75.156839812841397, 40.021023814148897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10537, "tnode_": 10310, "lpoly_": null, "rpoly_": null, "length": 467.91330161999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4650, "l_t_add": 4698, "r_f_add": 4637, "r_t_add": 4699, "st_code": 36660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 621251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 23274, "Shape__Length": 186.60398156697858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159933680973197, 40.0255644865533 ], [ -75.160056180128905, 40.0260323390496 ], [ -75.160247097221202, 40.026309573842603 ], [ -75.160577215529997, 40.026732876916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11305, "tnode_": 11533, "lpoly_": null, "rpoly_": null, "length": 844.13149385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 56280, "l_hundred": 300, "r_hundred": 300, "seg_id": 621253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNE ST", "stname": "MILNE ST", "objectid": 23275, "Shape__Length": 336.16002758915721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164021579844103, 40.020911726607899 ], [ -75.163766906399601, 40.020725245803 ], [ -75.163647594234106, 40.020622841494301 ], [ -75.163581447227003, 40.0204867337522 ], [ -75.163617070731604, 40.020402776788899 ], [ -75.163744922546897, 40.020281010055299 ], [ -75.1649432589453, 40.019465386537703 ], [ -75.165096644822199, 40.019354164740903 ], [ -75.165162574087802, 40.019325734289403 ], [ -75.165251634616993, 40.019322556417102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9349, "tnode_": 9639, "lpoly_": null, "rpoly_": null, "length": 531.60981691999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 68740, "l_hundred": 500, "r_hundred": 500, "seg_id": 621254, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 23276, "Shape__Length": 211.8416206255323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182555087983403, 40.031790482302902 ], [ -75.183733884389795, 40.030646577975403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10112, "tnode_": 26790, "lpoly_": null, "rpoly_": null, "length": 292.61406583999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5740, "l_t_add": 5746, "r_f_add": 5801, "r_t_add": 5827, "st_code": 84060, "l_hundred": 5700, "r_hundred": 5800, "seg_id": 621255, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23277, "Shape__Length": 116.56524946566161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184757777761504, 40.028294786520398 ], [ -75.185466577071296, 40.028884975688001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10301, "tnode_": 10202, "lpoly_": null, "rpoly_": null, "length": 289.39472353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5708, "r_f_add": 5701, "r_t_add": 5709, "st_code": 84060, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 621256, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23278, "Shape__Length": 115.28743722565999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183546409317998, 40.027274639724197 ], [ -75.184171361790604, 40.027795350138398 ], [ -75.184235880462893, 40.027865521397601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10603, "tnode_": 10301, "lpoly_": null, "rpoly_": null, "length": 787.05129462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 84060, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 621257, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23279, "Shape__Length": 313.53633919351569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181669818256296, 40.0256663487298 ], [ -75.182126633353604, 40.0260554952444 ], [ -75.182934878432704, 40.0267543112952 ], [ -75.183546409317998, 40.027274639724197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9669, "tnode_": 9901, "lpoly_": null, "rpoly_": null, "length": 534.39174487000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 22580, "l_hundred": 300, "r_hundred": 300, "seg_id": 621258, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 23280, "Shape__Length": 212.94325602831253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180293361098407, 40.030420326609402 ], [ -75.181483155503301, 40.029273401484701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26789, "tnode_": 10112, "lpoly_": null, "rpoly_": null, "length": 523.61513122999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 418, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 65640, "l_hundred": 400, "r_hundred": 400, "seg_id": 621259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PRICE ST", "stname": "W PRICE ST", "objectid": 23281, "Shape__Length": 208.65245700464047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183603836444902, 40.029425782829698 ], [ -75.184757777761504, 40.028294786520398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12100, "tnode_": 12271, "lpoly_": null, "rpoly_": null, "length": 876.06577231999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2800, "r_f_add": 2701, "r_t_add": 2799, "st_code": 68880, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 621260, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23282, "Shape__Length": 348.6226983135133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171852887926505, 40.014226728875997 ], [ -75.173414018668794, 40.013381404716398 ], [ -75.174412194927399, 40.0128443691152 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12230, "tnode_": 11952, "lpoly_": null, "rpoly_": null, "length": 829.06718462999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 84060, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621261, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23283, "Shape__Length": 330.71467196980308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169176654401696, 40.013054584451602 ], [ -75.169876722769501, 40.015139808720001 ], [ -75.169910345304899, 40.015259351971103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10970, "tnode_": 11232, "lpoly_": null, "rpoly_": null, "length": 889.3046845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 55940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 621266, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23284, "Shape__Length": 354.08139463195278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790361770462, 40.023338257631202 ], [ -75.179479809994604, 40.023037343305603 ], [ -75.181426860105404, 40.0217315790496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11232, "tnode_": 10826, "lpoly_": null, "rpoly_": null, "length": 1394.7025569500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THE OAK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 60900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THE OAK RD", "stname": "THE OAK RD", "objectid": 23285, "Shape__Length": 555.45273242710425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181426860105404, 40.0217315790496 ], [ -75.181731052697302, 40.021953027503102 ], [ -75.182003981944803, 40.022079576385401 ], [ -75.182389304094002, 40.022246961202001 ], [ -75.182784720856503, 40.022524065443399 ], [ -75.183550701319902, 40.0231707856504 ], [ -75.184044788617399, 40.023663606897102 ], [ -75.184333699834397, 40.023932851073504 ], [ -75.1849357113976, 40.024408916747603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11631, "tnode_": 11445, "lpoly_": null, "rpoly_": null, "length": 1014.7524660099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NETHERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 59400, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621268, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NETHERFIELD RD", "stname": "E NETHERFIELD RD", "objectid": 23286, "Shape__Length": 404.01409547865114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188187467253798, 40.0190741396788 ], [ -75.188021332983496, 40.019182672495802 ], [ -75.187829047525796, 40.019321944195703 ], [ -75.187751853772994, 40.019462971950901 ], [ -75.187763553822407, 40.019629006663898 ], [ -75.187825037871406, 40.019745499376199 ], [ -75.187934917926896, 40.019849257622099 ], [ -75.188457177408907, 40.020293763667901 ], [ -75.188752710628506, 40.020522499087299 ], [ -75.1890561155965, 40.0206110422832 ], [ -75.189276839777193, 40.020634383913801 ], [ -75.189625838698603, 40.020591512333098 ], [ -75.189899396624796, 40.020520066358898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11631, "tnode_": 11445, "lpoly_": null, "rpoly_": null, "length": 803.67068814000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NETHERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3902, "l_t_add": 3922, "r_f_add": 3903, "r_t_add": 3935, "st_code": 59410, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NETHERFIELD RD", "stname": "W NETHERFIELD RD", "objectid": 23287, "Shape__Length": 320.06031009488822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188187467253798, 40.0190741396788 ], [ -75.1884137720442, 40.019063304444401 ], [ -75.188621655209502, 40.019109385331497 ], [ -75.188808288124307, 40.019242483253002 ], [ -75.189521605889297, 40.019861624304603 ], [ -75.189679709545203, 40.019957246908803 ], [ -75.189814743279996, 40.020029329706098 ], [ -75.189943793914296, 40.020101279850202 ], [ -75.189999645828607, 40.020208435648499 ], [ -75.189996695946405, 40.020286652048199 ], [ -75.189969635506102, 40.0203689359751 ], [ -75.189899396624796, 40.020520066358898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11674, "tnode_": 11798, "lpoly_": null, "rpoly_": null, "length": 529.94753459000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3210, "l_t_add": 3298, "r_f_add": 3211, "r_t_add": 3299, "st_code": 25340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23288, "Shape__Length": 210.99936496644071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187793711671702, 40.018690962345801 ], [ -75.188600009590701, 40.018163042302703 ], [ -75.189200569974702, 40.017719152730997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9616, "tnode_": 9300, "lpoly_": null, "rpoly_": null, "length": 475.02530768000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6034, "r_f_add": 6001, "r_t_add": 6033, "st_code": 50780, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621273, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23289, "Shape__Length": 189.57195293885104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187778852320406, 40.030780734121599 ], [ -75.187796080370106, 40.031420141397199 ], [ -75.1876627116701, 40.032076640851002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9877, "tnode_": 9933, "lpoly_": null, "rpoly_": null, "length": 817.82783841000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 664, "l_t_add": 698, "r_f_add": 665, "r_t_add": 699, "st_code": 68740, "l_hundred": 600, "r_hundred": 600, "seg_id": 621274, "oneway": "B", "class": 3, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 23290, "Shape__Length": 325.26737161793505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186196116080495, 40.029478058606102 ], [ -75.186445591574696, 40.029304153228097 ], [ -75.186780712237805, 40.0291205052431 ], [ -75.187066212705702, 40.029065715668303 ], [ -75.187381046537695, 40.029100361569597 ], [ -75.188364257530495, 40.029236979235598 ], [ -75.188904462734101, 40.029352242981297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9344, "tnode_": 9303, "lpoly_": null, "rpoly_": null, "length": 651.88489101000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 606, "l_t_add": 698, "r_f_add": 677, "r_t_add": 699, "st_code": 81180, "l_hundred": 600, "r_hundred": 600, "seg_id": 621276, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23291, "Shape__Length": 259.1930106286585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191861813823394, 40.032091658455798 ], [ -75.192652672200893, 40.032022245607401 ], [ -75.193346380733203, 40.032072522115499 ], [ -75.1940742239386, 40.032273123594202 ], [ -75.194132526381495, 40.032289192135003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9519, "tnode_": 9419, "lpoly_": null, "rpoly_": null, "length": 179.1415697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5917, "st_code": 41960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 621277, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23292, "Shape__Length": 71.484650053423593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207717718259801, 40.031582282169701 ], [ -75.2078420683237, 40.032064667216297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10130, "tnode_": 9920, "lpoly_": null, "rpoly_": null, "length": 410.55340334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4201, "l_t_add": 4241, "r_f_add": 4200, "r_t_add": 4242, "st_code": 43700, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621278, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON ST", "stname": "HOUGHTON ST", "objectid": 23293, "Shape__Length": 163.69693790339497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208028172632098, 40.028856345844801 ], [ -75.208732658064307, 40.029844715684298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10751, "tnode_": 29806, "lpoly_": null, "rpoly_": null, "length": 191.80156998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5600, "l_t_add": 5638, "r_f_add": 5601, "r_t_add": 5633, "st_code": 68280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23294, "Shape__Length": 76.497444394493314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208623879429098, 40.025430233377897 ], [ -75.208884431815406, 40.025917160561903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11004, "tnode_": 10815, "lpoly_": null, "rpoly_": null, "length": 830.01494775000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 42140, "l_hundred": 500, "r_hundred": 500, "seg_id": 621282, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23295, "Shape__Length": 330.25469211501434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207734381058501, 40.023792766182503 ], [ -75.206938485417794, 40.024169393271499 ], [ -75.205180738813397, 40.024948757377302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11328, "tnode_": 11004, "lpoly_": null, "rpoly_": null, "length": 760.02235230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 68400, "l_hundred": 500, "r_hundred": 500, "seg_id": 621283, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23296, "Shape__Length": 303.24703938720108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207538426352599, 40.021740122876899 ], [ -75.207503236668003, 40.023337894191997 ], [ -75.207734381058501, 40.023792766182503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11757, "tnode_": 11596, "lpoly_": null, "rpoly_": null, "length": 934.12321341999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 75380, "l_hundred": 200, "r_hundred": 200, "seg_id": 621284, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMAC ST", "stname": "SUMAC ST", "objectid": 23297, "Shape__Length": 371.62576837270115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206564922864303, 40.018426637717802 ], [ -75.205805217545006, 40.018765503519496 ], [ -75.203660312331195, 40.019686745845597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12054, "tnode_": 11830, "lpoly_": null, "rpoly_": null, "length": 1363.6413170599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GYPSY", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 39180, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GYPSY LN", "stname": "GYPSY LN", "objectid": 23298, "Shape__Length": 542.86937991813238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198363854867793, 40.015279435825498 ], [ -75.199782974352999, 40.016206599219302 ], [ -75.201292024449401, 40.017212020206401 ], [ -75.202064673982406, 40.017711577350802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12646, "tnode_": 12710, "lpoly_": null, "rpoly_": null, "length": 234.45549777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3848, "r_f_add": 3801, "r_t_add": 3849, "st_code": 20900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621286, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2004-06-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23299, "Shape__Length": 93.474404348381228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196470276732697, 40.0098926889453 ], [ -75.196571908588794, 40.009704382181503 ], [ -75.196824689223305, 40.009309948472797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12638, "tnode_": 12735, "lpoly_": null, "rpoly_": null, "length": 417.13533356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3704, "l_t_add": 3798, "r_f_add": 3721, "r_t_add": 3799, "st_code": 55940, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621287, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-06-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23300, "Shape__Length": 166.22933208836656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193199969977499, 40.009872150280799 ], [ -75.193223222328101, 40.009682282795403 ], [ -75.193283814460202, 40.009606666370701 ], [ -75.193447197078001, 40.009459332887999 ], [ -75.193961251435098, 40.0089159740117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11591, "tnode_": 11776, "lpoly_": null, "rpoly_": null, "length": 658.94157409000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARDEN DR", "stname": "WARDEN DR", "objectid": 23301, "Shape__Length": 262.92651533796334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191634366524497, 40.019731444109901 ], [ -75.191609444438896, 40.019428030923002 ], [ -75.191628622436298, 40.019209631723299 ], [ -75.191703671462406, 40.018525365036297 ], [ -75.191771554359804, 40.017928377711797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11776, "tnode_": 12092, "lpoly_": null, "rpoly_": null, "length": 1266.7641486100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 81360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARDEN DR", "stname": "WARDEN DR", "objectid": 23302, "Shape__Length": 505.11402826856875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191771554359804, 40.017928377711797 ], [ -75.191909370140294, 40.017443289176803 ], [ -75.192038621902299, 40.017207495643497 ], [ -75.192217226362899, 40.017006897224498 ], [ -75.192544163000903, 40.016736539824301 ], [ -75.192802753502804, 40.016430563591904 ], [ -75.192905215245304, 40.016233140158299 ], [ -75.192929520516401, 40.016092425316003 ], [ -75.192967768031096, 40.0159179259879 ], [ -75.192957762228502, 40.015679030285597 ], [ -75.192822352132097, 40.015237636515501 ], [ -75.192510826615404, 40.0147717625808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12696, "tnode_": 12683, "lpoly_": null, "rpoly_": null, "length": 751.81634768999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 41360, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAYWOOD ST", "stname": "HAYWOOD ST", "objectid": 23303, "Shape__Length": 299.17329154760915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190344313746607, 40.009271221106403 ], [ -75.191136612561806, 40.009091403112102 ], [ -75.191297587950999, 40.009033931318399 ], [ -75.191444994372603, 40.008915096601903 ], [ -75.191617620603196, 40.0088293887761 ], [ -75.191834477192202, 40.008834220876501 ], [ -75.192011704692106, 40.008907370542403 ], [ -75.192167622051798, 40.008984116816698 ], [ -75.192273638645901, 40.009120809714098 ], [ -75.192428567448502, 40.009446573556197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12925, "tnode_": 12892, "lpoly_": null, "rpoly_": null, "length": 138.31180828000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "35TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3210, "l_t_add": 3298, "r_f_add": 3211, "r_t_add": 3299, "st_code": 88480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621292, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 35TH ST", "stname": "N 35TH ST", "objectid": 23304, "Shape__Length": 55.173323649726115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186394398039496, 40.006288486181298 ], [ -75.186351802087103, 40.006542248251797 ], [ -75.186313636742895, 40.006662534771799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13005, "tnode_": 12889, "lpoly_": null, "rpoly_": null, "length": 357.09311343999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SPANGLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 73560, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SPANGLER ST", "stname": "N SPANGLER ST", "objectid": 23305, "Shape__Length": 142.45018837890601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184125339714299, 40.0056320748837 ], [ -75.1841284333792, 40.005734398631802 ], [ -75.183964458697403, 40.006513241115201 ], [ -75.183955165775004, 40.006601881905098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12934, "tnode_": 12887, "lpoly_": null, "rpoly_": null, "length": 182.36141748, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "33RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3218, "l_t_add": 3298, "r_f_add": 3215, "r_t_add": 3299, "st_code": 88440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621294, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 33RD ST", "stname": "N 33RD ST", "objectid": 23306, "Shape__Length": 72.735955064977048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183236187381297, 40.006148431119797 ], [ -75.183148938415201, 40.006537583307299 ], [ -75.183207044362604, 40.006633385674697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11085, "tnode_": 10972, "lpoly_": null, "rpoly_": null, "length": 332.69260631000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 56480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 23307, "Shape__Length": 132.62822375250585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208929156415905, 40.0232678910847 ], [ -75.209529537866899, 40.024055945234203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11589, "tnode_": 11505, "lpoly_": null, "rpoly_": null, "length": 258.48694528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5255, "r_t_add": 5299, "st_code": 68280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 621297, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23308, "Shape__Length": 103.04320435428755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210447993364795, 40.019907269846399 ], [ -75.210308993136195, 40.020093369784298 ], [ -75.209986843657902, 40.020521917928299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11314, "tnode_": 11218, "lpoly_": null, "rpoly_": null, "length": 472.44835954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 63620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621298, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 23309, "Shape__Length": 187.9968228668117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209215646602004, 40.021909047041603 ], [ -75.209444092452401, 40.022077587966699 ], [ -75.209715262197705, 40.022199213266603 ], [ -75.209893022421397, 40.022233428957399 ], [ -75.210108002425798, 40.022229924590903 ], [ -75.210350061418595, 40.022268314259897 ], [ -75.210448183053998, 40.022325544399401 ], [ -75.210528106239195, 40.0223906305798 ], [ -75.210620303825195, 40.0225016535394 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11828, "tnode_": 11752, "lpoly_": null, "rpoly_": null, "length": 470.91196371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 107, "l_t_add": 137, "r_f_add": 106, "r_t_add": 134, "st_code": 61860, "l_hundred": 100, "r_hundred": 100, "seg_id": 621300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSBORN ST", "stname": "OSBORN ST", "objectid": 23310, "Shape__Length": 187.34587189691766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211198136254595, 40.017876708527602 ], [ -75.209738514380803, 40.018518301183001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27531, "tnode_": 9874, "lpoly_": null, "rpoly_": null, "length": 361.49979375000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4908, "l_t_add": 4942, "r_f_add": 4901, "r_t_add": 4937, "st_code": 36660, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621301, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 23311, "Shape__Length": 143.92645204573378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162271155739305, 40.028343351486498 ], [ -75.163272123671206, 40.028969976724497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11643, "tnode_": 11724, "lpoly_": null, "rpoly_": null, "length": 1175.4862149400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621304, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23312, "Shape__Length": 467.26177472437581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167924944586801, 40.0184572104518 ], [ -75.168179333953006, 40.018424647395101 ], [ -75.170323634002898, 40.018182894086401 ], [ -75.172045800247005, 40.017862816961298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26841, "tnode_": 11839, "lpoly_": null, "rpoly_": null, "length": 638.89719661000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19127, "zip_right": 19128, "l_f_add": 5100, "l_t_add": 5186, "r_f_add": 5101, "r_t_add": 5187, "st_code": 68280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621305, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23313, "Shape__Length": 254.61819296412733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210500663660397, 40.016400323489101 ], [ -75.211280522859099, 40.016823003431703 ], [ -75.211377393965606, 40.016951428488397 ], [ -75.211420911934198, 40.017042592462602 ], [ -75.211412373318595, 40.017270916335299 ], [ -75.211360479769098, 40.017815692460204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12052, "tnode_": 11297, "lpoly_": null, "rpoly_": null, "length": 3754.2386408400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19127, "zip_right": 19127, "l_f_add": 3700, "l_t_add": 4098, "r_f_add": 3701, "r_t_add": 4099, "st_code": 53000, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621306, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAIN ST", "stname": "MAIN ST", "objectid": 23314, "Shape__Length": 1494.8501140297731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208702015006693, 40.015489352493397 ], [ -75.209173962719902, 40.015596716634299 ], [ -75.2096644392972, 40.0157802683295 ], [ -75.211175500985604, 40.016344125981 ], [ -75.211574416161795, 40.0164022878987 ], [ -75.211845779399198, 40.016439126052703 ], [ -75.212420060146002, 40.016741708500398 ], [ -75.212934093309002, 40.0171539780332 ], [ -75.213197169247593, 40.017412672234201 ], [ -75.213818504556997, 40.0183885831865 ], [ -75.214385841175002, 40.0191509495072 ], [ -75.215111635424705, 40.019710861269502 ], [ -75.218308255862098, 40.0222060320678 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10972, "tnode_": 10891, "lpoly_": null, "rpoly_": null, "length": 432.8583539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 448, "l_t_add": 498, "r_f_add": 447, "r_t_add": 499, "st_code": 71960, "l_hundred": 400, "r_hundred": 400, "seg_id": 621307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVILLE ST", "stname": "SEVILLE ST", "objectid": 23315, "Shape__Length": 172.23246737741442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209529537866899, 40.024055945234203 ], [ -75.209481849169407, 40.024087837134601 ], [ -75.208201436389999, 40.024662131154301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10423, "tnode_": 10281, "lpoly_": null, "rpoly_": null, "length": 550.44652630999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47800, "l_hundred": 600, "r_hundred": 600, "seg_id": 621308, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 23316, "Shape__Length": 219.02153004507008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206784158006997, 40.027156107727599 ], [ -75.205082839614903, 40.027912826100597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12395, "tnode_": 12361, "lpoly_": null, "rpoly_": null, "length": 339.8853451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3424, "l_t_add": 3446, "r_f_add": 3423, "r_t_add": 3445, "st_code": 25840, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23317, "Shape__Length": 135.13786315677038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194278432982301, 40.012173303404097 ], [ -75.195418713306907, 40.012492300814301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12463, "tnode_": 12447, "lpoly_": null, "rpoly_": null, "length": 140.63596889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3310, "l_t_add": 3318, "r_f_add": 3309, "r_t_add": 3319, "st_code": 25840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23318, "Shape__Length": 55.919493991806306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191978408064898, 40.0115220819903 ], [ -75.192446015154403, 40.011662648492198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11843, "tnode_": 11757, "lpoly_": null, "rpoly_": null, "length": 331.02348776999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 35100, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREELAND AVE", "stname": "FREELAND AVE", "objectid": 23319, "Shape__Length": 131.96334294765407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205993832524996, 40.017631068112401 ], [ -75.206564922864303, 40.018426637717802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10025, "tnode_": 9853, "lpoly_": null, "rpoly_": null, "length": 503.57582501000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 48080, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 621314, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 23320, "Shape__Length": 200.47632164188903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169819709742697, 40.028459539565098 ], [ -75.171238093251404, 40.029309269364099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9759, "tnode_": 9853, "lpoly_": null, "rpoly_": null, "length": 197.19602649000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 122, "l_t_add": 140, "r_f_add": 121, "r_t_add": 143, "st_code": 66500, "l_hundred": 100, "r_hundred": 100, "seg_id": 621315, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23321, "Shape__Length": 78.578883812441234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170800906914593, 40.029733631518504 ], [ -75.171238093251404, 40.029309269364099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11060, "tnode_": 11214, "lpoly_": null, "rpoly_": null, "length": 423.88903438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 83720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 621316, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 23322, "Shape__Length": 169.0054778212247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159504018030105, 40.022351313421602 ], [ -75.160207441686893, 40.0213209979471 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10450, "tnode_": 10500, "lpoly_": null, "rpoly_": null, "length": 160.87508488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1790, "l_t_add": 1798, "r_f_add": 1791, "r_t_add": 1799, "st_code": 83720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 621317, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 23323, "Shape__Length": 64.019340065429645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153763463927703, 40.025880260621598 ], [ -75.154248536753499, 40.02564369401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11323, "tnode_": 11643, "lpoly_": null, "rpoly_": null, "length": 3708.4537529499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621318, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23324, "Shape__Length": 1474.3519514354525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155147683385593, 40.020602353374002 ], [ -75.156325558827803, 40.020666841993503 ], [ -75.156605144009006, 40.020679552068799 ], [ -75.157139785834801, 40.0206937572962 ], [ -75.157556187503204, 40.020681839913998 ], [ -75.158856970666307, 40.020602468416598 ], [ -75.159325030219804, 40.020544806110401 ], [ -75.160040070640093, 40.020409566146803 ], [ -75.160699940217697, 40.020266681450401 ], [ -75.160817442034897, 40.020239483008801 ], [ -75.163600509610106, 40.019391851985503 ], [ -75.163816195543106, 40.019334882292299 ], [ -75.165303237027402, 40.018878011529097 ], [ -75.166133784383106, 40.018694167449702 ], [ -75.167924944586801, 40.0184572104518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11341, "tnode_": 11321, "lpoly_": null, "rpoly_": null, "length": 452.86029726000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 21960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 621319, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 23325, "Shape__Length": 180.01485341284825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152113533323202, 40.020401660336702 ], [ -75.153707626870101, 40.020609817099697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11359, "tnode_": 11341, "lpoly_": null, "rpoly_": null, "length": 450.23409991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 21960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621320, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 23326, "Shape__Length": 178.9705117668158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150528845951399, 40.020194001409301 ], [ -75.152113533323202, 40.020401660336702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11321, "tnode_": 11284, "lpoly_": null, "rpoly_": null, "length": 440.94853893000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 21960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 621322, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 23327, "Shape__Length": 175.28178873253682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153707626870101, 40.020609817099697 ], [ -75.155258188479294, 40.020819642083403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11333, "tnode_": 11683, "lpoly_": null, "rpoly_": null, "length": 4225.4393114900004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621323, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23328, "Shape__Length": 1679.84893763019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1550498878307, 40.020480476633203 ], [ -75.155189779260098, 40.020491944320298 ], [ -75.156340385606299, 40.020569105723602 ], [ -75.1567113993802, 40.020583881505402 ], [ -75.157032706005097, 40.020593269152897 ], [ -75.158056597102103, 40.020575877076404 ], [ -75.158838764624804, 40.020506326453599 ], [ -75.159288175345495, 40.020455591279699 ], [ -75.159742148995093, 40.020368734657602 ], [ -75.160670837781893, 40.020157294278597 ], [ -75.160734966762703, 40.0201480813149 ], [ -75.1626028199708, 40.019595363657203 ], [ -75.163884868061103, 40.019206379200597 ], [ -75.164339292906305, 40.019069506788099 ], [ -75.165384866738094, 40.0187732508642 ], [ -75.166008691848205, 40.0186295249488 ], [ -75.166725982682394, 40.018507086440003 ], [ -75.167891033189306, 40.018376980318401 ], [ -75.169646795664505, 40.018128800404099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9447, "tnode_": 9564, "lpoly_": null, "rpoly_": null, "length": 269.93867919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 751, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 42140, "l_hundred": 700, "r_hundred": 700, "seg_id": 621324, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT ST", "stname": "HERMIT ST", "objectid": 23329, "Shape__Length": 107.42568701141684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189974087058701, 40.031499771753801 ], [ -75.190050536481195, 40.0314599736585 ], [ -75.190433261713807, 40.031259923609099 ], [ -75.190573496009307, 40.031183221498203 ], [ -75.190685693783493, 40.031139370433301 ], [ -75.190791771412506, 40.031114680632101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9564, "tnode_": 9344, "lpoly_": null, "rpoly_": null, "length": 466.58811715000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANIEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 27340, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANIEL ST", "stname": "DANIEL ST", "objectid": 23330, "Shape__Length": 185.91084233383785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190791771412506, 40.031114680632101 ], [ -75.190830036347194, 40.0311273968398 ], [ -75.190860802684796, 40.031149956122597 ], [ -75.191861813823394, 40.032091658455798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10404, "tnode_": 10533, "lpoly_": null, "rpoly_": null, "length": 199.25219013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 13020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621326, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCHER ST", "stname": "ARCHER ST", "objectid": 23331, "Shape__Length": 79.501583098117891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178072036149899, 40.026531146681798 ], [ -75.178043260973197, 40.026467278370198 ], [ -75.177928858977793, 40.025996035091403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10390, "tnode_": 10533, "lpoly_": null, "rpoly_": null, "length": 314.36002675000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 427, "st_code": 25340, "l_hundred": 400, "r_hundred": 400, "seg_id": 621327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23332, "Shape__Length": 125.25708510953689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177225426661394, 40.0266685292193 ], [ -75.177928858977793, 40.025996035091403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10533, "tnode_": 10687, "lpoly_": null, "rpoly_": null, "length": 397.55409006999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 418, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 25340, "l_hundred": 400, "r_hundred": 400, "seg_id": 621328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 23333, "Shape__Length": 158.42079836504161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177928858977793, 40.025996035091403 ], [ -75.178787528416294, 40.025126992202601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12465, "tnode_": 12460, "lpoly_": null, "rpoly_": null, "length": 89.8359407, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 32000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 621329, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 23334, "Shape__Length": 35.711170565870731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164254822482405, 40.010902131602101 ], [ -75.164564210351699, 40.010967081960104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12365, "tnode_": 12429, "lpoly_": null, "rpoly_": null, "length": 326.58799743999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 11080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621330, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23335, "Shape__Length": 130.01936345449269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181263353949205, 40.012187012395501 ], [ -75.1821306518911, 40.011587846445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27898, "tnode_": 12224, "lpoly_": null, "rpoly_": null, "length": 1358.7696482800002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621331, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23336, "Shape__Length": 540.92390202586148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176444801755906, 40.015749343517598 ], [ -75.177175545830494, 40.015318071387199 ], [ -75.178342564509094, 40.014531868568397 ], [ -75.180117259910702, 40.013314540263003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12224, "tnode_": 12640, "lpoly_": null, "rpoly_": null, "length": 2427.5254556899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621333, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23337, "Shape__Length": 965.86459805381128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180117259910702, 40.013314540263003 ], [ -75.181190313198897, 40.012552606347597 ], [ -75.182062538301096, 40.011948689191797 ], [ -75.182440241001601, 40.011706145599099 ], [ -75.183247729378294, 40.011235713629503 ], [ -75.183817454408398, 40.010959443840498 ], [ -75.184906940560793, 40.010509521057898 ], [ -75.185735302254201, 40.010236059341899 ], [ -75.186883153624606, 40.009859566487698 ], [ -75.187335259164598, 40.0097691781558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12854, "tnode_": 12786, "lpoly_": null, "rpoly_": null, "length": 630.86152511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 47190, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621334, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23338, "Shape__Length": 250.93865567778124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192582561950204, 40.0074484867122 ], [ -75.1927400497203, 40.007543690132202 ], [ -75.193135739401399, 40.007747120407501 ], [ -75.193828513551097, 40.008042309135199 ], [ -75.194303918402895, 40.008229265554398 ], [ -75.194539435486604, 40.008293216606397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12608, "tnode_": 12602, "lpoly_": null, "rpoly_": null, "length": 284.25228622000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 13340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 23339, "Shape__Length": 112.96697286345078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192136903014102, 40.010197705310702 ], [ -75.1931465394036, 40.010276012219499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12957, "tnode_": 13399, "lpoly_": null, "rpoly_": null, "length": 1359.38138086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 621339, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 23340, "Shape__Length": 542.02862511885121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1931360426033, 40.006474278347497 ], [ -75.193189515826802, 40.006384617170902 ], [ -75.193424279460203, 40.006148305303 ], [ -75.193651479977206, 40.005925395538597 ], [ -75.193883939459695, 40.005656464627599 ], [ -75.194032335736594, 40.005464366452699 ], [ -75.194247004534304, 40.005105479691998 ], [ -75.194364118169602, 40.004806841750501 ], [ -75.194431661782204, 40.004512527935603 ], [ -75.194444407441594, 40.004099732864802 ], [ -75.194397929387193, 40.003283845543898 ], [ -75.1944261151218, 40.003014056756797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12643, "tnode_": 12957, "lpoly_": null, "rpoly_": null, "length": 2137.2178060799997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621340, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23341, "Shape__Length": 850.40734182818551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186919163213801, 40.009712852839897 ], [ -75.187105158911507, 40.009650226667198 ], [ -75.188708018280195, 40.009180502123499 ], [ -75.189606296009103, 40.008825384698198 ], [ -75.189699785542899, 40.008788424418199 ], [ -75.190517285431, 40.0084170213185 ], [ -75.191319282387099, 40.007923981672597 ], [ -75.191337645512803, 40.007911812863398 ], [ -75.191541876568394, 40.007776484720999 ], [ -75.191917188283298, 40.007479458738402 ], [ -75.192203202658106, 40.007249633184401 ], [ -75.192418517142798, 40.0070711120661 ], [ -75.1931360426033, 40.006474278347497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12935, "tnode_": 13412, "lpoly_": null, "rpoly_": null, "length": 1776.9201498800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9410, "l_hundred": 0, "r_hundred": 0, "seg_id": 621341, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP D", "stname": "SCHUYLKILL EXPY RAMP D", "objectid": 23342, "Shape__Length": 708.5417307658837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193501411122796, 40.006702364889399 ], [ -75.193579806817297, 40.006610422135303 ], [ -75.193872937364006, 40.006350576385699 ], [ -75.194157261506703, 40.0060832078061 ], [ -75.194359980028594, 40.005854324011104 ], [ -75.194470970462703, 40.005718383936198 ], [ -75.194579046775402, 40.005566095920699 ], [ -75.194683698598993, 40.005411018663203 ], [ -75.194806127981707, 40.005158634625602 ], [ -75.194911640773896, 40.004886877174897 ], [ -75.1949562446041, 40.004733176186399 ], [ -75.194992458828594, 40.004427308617203 ], [ -75.195013241133907, 40.004156379182803 ], [ -75.194926666061903, 40.0024726673213 ], [ -75.1949516923342, 40.002154393482101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10404, "tnode_": 10632, "lpoly_": null, "rpoly_": null, "length": 527.62258808999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EARLHAM", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 30405, "l_hundred": 400, "r_hundred": 400, "seg_id": 621342, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EARLHAM TER", "stname": "EARLHAM TER", "objectid": 23343, "Shape__Length": 210.22283596265069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178072036149899, 40.026531146681798 ], [ -75.178174718514001, 40.026473488563198 ], [ -75.179263535614794, 40.025413517376101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10495, "tnode_": 10423, "lpoly_": null, "rpoly_": null, "length": 186.85981634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 47800, "l_hundred": 500, "r_hundred": 500, "seg_id": 621346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSLEY ST", "stname": "KINGSLEY ST", "objectid": 23344, "Shape__Length": 74.344056315410398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207370201631505, 40.026910869053701 ], [ -75.206784158006997, 40.027156107727599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11505, "tnode_": 11384, "lpoly_": null, "rpoly_": null, "length": 346.74905873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 49440, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURISTON ST", "stname": "LAURISTON ST", "objectid": 23345, "Shape__Length": 138.24249105060449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209986843657902, 40.020521917928299 ], [ -75.209999076716699, 40.020593049525097 ], [ -75.210010068297393, 40.020644619962503 ], [ -75.210036864412004, 40.020676671111403 ], [ -75.2105552720123, 40.021358476549104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11930, "tnode_": 11886, "lpoly_": null, "rpoly_": null, "length": 244.13753183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5100, "l_t_add": 5116, "r_f_add": 5101, "r_t_add": 5117, "st_code": 68960, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23346, "Shape__Length": 97.272957659412711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210366834377496, 40.0167936985357 ], [ -75.210599667657405, 40.016879685757203 ], [ -75.210860525850094, 40.017306493843002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11886, "tnode_": 11828, "lpoly_": null, "rpoly_": null, "length": 228.26328422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5118, "l_t_add": 5198, "r_f_add": 5119, "r_t_add": 5199, "st_code": 68960, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23347, "Shape__Length": 91.019227544409532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210860525850094, 40.017306493843002 ], [ -75.210937008805402, 40.017446708521099 ], [ -75.211198136254595, 40.017876708527602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11866, "tnode_": 11787, "lpoly_": null, "rpoly_": null, "length": 298.79306063000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RETTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 68060, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RETTA ST", "stname": "RETTA ST", "objectid": 23348, "Shape__Length": 119.10726292431497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204283211751701, 40.0174149306049 ], [ -75.204814664420098, 40.018126123928198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11895, "tnode_": 11843, "lpoly_": null, "rpoly_": null, "length": 213.84405039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FREELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 35100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FREELAND AVE", "stname": "FREELAND AVE", "objectid": 23349, "Shape__Length": 85.248977385059376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205625679943907, 40.017116795556902 ], [ -75.205993832524996, 40.017631068112401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12961, "tnode_": 12955, "lpoly_": null, "rpoly_": null, "length": 167.89303789, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 52860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 621352, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MADISON ST", "stname": "W MADISON ST", "objectid": 23350, "Shape__Length": 66.724513194679787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173949875563807, 40.005651178670497 ], [ -75.174540145393095, 40.005730994043802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12567, "tnode_": 12349, "lpoly_": null, "rpoly_": null, "length": 856.9973179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621353, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23351, "Shape__Length": 341.38292473586966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206330318609702, 40.010888016648998 ], [ -75.2050150198328, 40.0118585577857 ], [ -75.204915480646093, 40.011928143276798 ], [ -75.204686907155903, 40.012131484593702 ], [ -75.204563781154803, 40.012313568687901 ], [ -75.204516113965397, 40.012550981206701 ], [ -75.2045109498833, 40.012684079066602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12563, "tnode_": 12358, "lpoly_": null, "rpoly_": null, "length": 847.96270264000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621354, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23352, "Shape__Length": 337.69782526246303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207087607390307, 40.010873005071097 ], [ -75.205414210564598, 40.012171452299398 ], [ -75.205302852634901, 40.012246487652703 ], [ -75.205142558149902, 40.012386015929998 ], [ -75.205027069929301, 40.012564894632597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12137, "tnode_": 12252, "lpoly_": null, "rpoly_": null, "length": 350.31001722000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621355, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23353, "Shape__Length": 139.72043233824513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206106635888105, 40.014798277659501 ], [ -75.206131515685399, 40.014463839882403 ], [ -75.206070177925696, 40.014224638875497 ], [ -75.205898276131094, 40.013934338463898 ], [ -75.205844766370404, 40.013885477187003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12252, "tnode_": 12289, "lpoly_": null, "rpoly_": null, "length": 243.73492632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN DRIVE", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9219, "l_hundred": 0, "r_hundred": 0, "seg_id": 621356, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LINCOLN DRIVE RAMP E", "stname": "LINCOLN DRIVE RAMP E", "objectid": 23354, "Shape__Length": 97.094568090748581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205844766370404, 40.013885477187003 ], [ -75.205781949037501, 40.0138023850946 ], [ -75.205536574187605, 40.013600660765 ], [ -75.205295061620205, 40.013369181176401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11952, "tnode_": 11946, "lpoly_": null, "rpoly_": null, "length": 180.27784773000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4400, "l_t_add": 4408, "r_f_add": 4401, "r_t_add": 4409, "st_code": 84060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621357, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23355, "Shape__Length": 71.907288267593842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169910345304899, 40.015259351971103 ], [ -75.170099023268193, 40.015732494762098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28068, "tnode_": 10686, "lpoly_": null, "rpoly_": null, "length": 883.79823662999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5456, "r_f_add": 5401, "r_t_add": 5457, "st_code": 41960, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621359, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23356, "Shape__Length": 351.35427618432732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199401125341097, 40.026017642709597 ], [ -75.200628047339293, 40.025830344511498 ], [ -75.201465491455494, 40.025657800555102 ], [ -75.201970924288901, 40.025606456708601 ], [ -75.202498804589297, 40.025618528339201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28095, "tnode_": 10848, "lpoly_": null, "rpoly_": null, "length": 724.22735546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 42120, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 621360, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23357, "Shape__Length": 288.04935273880619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200874435626105, 40.025248339047103 ], [ -75.200915957959694, 40.025236910674003 ], [ -75.201147662931803, 40.025142973878197 ], [ -75.201469252163406, 40.0250026493324 ], [ -75.201764036952596, 40.024859142354899 ], [ -75.202021267740193, 40.024767721831402 ], [ -75.202208254167303, 40.024718495033198 ], [ -75.202411915462704, 40.0246874308598 ], [ -75.202731858358604, 40.0246411526714 ], [ -75.202987545280806, 40.024611240575403 ], [ -75.2030993982887, 40.024615071929503 ], [ -75.203144491456996, 40.024630112329099 ], [ -75.203244682967807, 40.024690458889999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12715, "tnode_": 12569, "lpoly_": null, "rpoly_": null, "length": 1377.65860112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4300, "l_t_add": 4598, "r_f_add": 4301, "r_t_add": 4599, "st_code": 47190, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621361, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23358, "Shape__Length": 547.7973783909149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196906203860493, 40.009186343055298 ], [ -75.197116485644599, 40.009278680420998 ], [ -75.197760044798898, 40.009484481627503 ], [ -75.199135760142795, 40.009917680591599 ], [ -75.200511677291999, 40.010345956688397 ], [ -75.201452070051701, 40.010625063188797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12786, "tnode_": 12715, "lpoly_": null, "rpoly_": null, "length": 738.51700488000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 47190, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621362, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23359, "Shape__Length": 293.70733471209729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194539435486604, 40.008293216606397 ], [ -75.196906203860493, 40.009186343055298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12766, "tnode_": 12710, "lpoly_": null, "rpoly_": null, "length": 759.96381774999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST RIVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 30545, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 621363, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EAST RIVER RD", "stname": "EAST RIVER RD", "objectid": 23360, "Shape__Length": 302.18326200717769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194321635262, 40.008505324474399 ], [ -75.196824689223305, 40.009309948472797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28814, "tnode_": 12766, "lpoly_": null, "rpoly_": null, "length": 645.17576358999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST RIVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 30545, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621364, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EAST RIVER RD", "stname": "EAST RIVER RD", "objectid": 23361, "Shape__Length": 256.62437515044803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192307051579604, 40.007648159861702 ], [ -75.192336562875099, 40.007657080434697 ], [ -75.1925484190361, 40.007736921280198 ], [ -75.193680863522701, 40.008217846171299 ], [ -75.194321635262, 40.008505324474399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11890, "tnode_": 11761, "lpoly_": null, "rpoly_": null, "length": 1370.8344902599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APALOGEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 12820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621365, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "APALOGEN RD", "stname": "APALOGEN RD", "objectid": 23362, "Shape__Length": 546.10859825920204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196320484339097, 40.016908147225202 ], [ -75.196879990504101, 40.017381899089301 ], [ -75.196957913964994, 40.017470282197699 ], [ -75.1970009604496, 40.017580056329699 ], [ -75.197048165572696, 40.017927707050703 ], [ -75.197105184067894, 40.018084139451801 ], [ -75.197179429266697, 40.018200652863001 ], [ -75.197346055462901, 40.018369597791001 ], [ -75.197513969603193, 40.018504313092997 ], [ -75.1980072423152, 40.0189082265519 ], [ -75.198147790882203, 40.019004045401601 ], [ -75.198277214759599, 40.019047224359703 ], [ -75.198407925442694, 40.019056174679697 ], [ -75.198503108328296, 40.019034107635797 ], [ -75.198699801263601, 40.018891374650401 ], [ -75.199273125996399, 40.018387944396899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11703, "tnode_": 11424, "lpoly_": null, "rpoly_": null, "length": 1080.2749255599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TIMBER", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 77340, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621366, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TIMBER LN", "stname": "TIMBER LN", "objectid": 23363, "Shape__Length": 430.31646572992395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194412980120404, 40.018658068266497 ], [ -75.195427483432596, 40.019514937990699 ], [ -75.196278554763694, 40.020215433475897 ], [ -75.196389378739298, 40.020315265126101 ], [ -75.1964582856655, 40.020407208785301 ], [ -75.196530641205797, 40.0204876385597 ], [ -75.196964637459004, 40.020877333959398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10059, "tnode_": 9915, "lpoly_": null, "rpoly_": null, "length": 392.01216932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTICO", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 65380, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621518, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTICO ST", "stname": "PORTICO ST", "objectid": 23364, "Shape__Length": 156.06574107079797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1630766625794, 40.028169357564799 ], [ -75.164174448856599, 40.028837060560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11031, "tnode_": 10723, "lpoly_": null, "rpoly_": null, "length": 1041.4838820800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 22730, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621367, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHERRY LN", "stname": "CHERRY LN", "objectid": 23365, "Shape__Length": 415.02074227881479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1886155094613, 40.023066143284098 ], [ -75.188697005032196, 40.023169730641499 ], [ -75.1887406329502, 40.023220733027898 ], [ -75.190707725462104, 40.0251055663472 ], [ -75.190731547478606, 40.025171233688503 ], [ -75.190729332797304, 40.025229968684798 ], [ -75.190709425401593, 40.025283306997302 ], [ -75.190654479116404, 40.025348798367702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9616, "tnode_": 9458, "lpoly_": null, "rpoly_": null, "length": 384.53316826999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6014, "r_f_add": 6001, "r_t_add": 6013, "st_code": 84060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621368, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23366, "Shape__Length": 153.2130265802528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187778852320406, 40.030780734121599 ], [ -75.188667081863599, 40.031585751518698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9458, "tnode_": 9350, "lpoly_": null, "rpoly_": null, "length": 163.70585596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6016, "l_t_add": 6024, "r_f_add": 6015, "r_t_add": 6027, "st_code": 84060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23367, "Shape__Length": 65.215204799385049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188667081863599, 40.031585751518698 ], [ -75.189065999337501, 40.031914258666902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9287, "tnode_": 9165, "lpoly_": null, "rpoly_": null, "length": 285.8389796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANIEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6298, "r_f_add": 6101, "r_t_add": 6299, "st_code": 27340, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 621371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANIEL ST", "stname": "DANIEL ST", "objectid": 23368, "Shape__Length": 113.97472134421632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192086783956995, 40.032301154156698 ], [ -75.192153382373405, 40.032337026971099 ], [ -75.1925690629472, 40.032984636275302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12366, "tnode_": 12463, "lpoly_": null, "rpoly_": null, "length": 165.31201902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAFAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3501, "r_t_add": 3599, "st_code": 48760, "l_hundred": 0, "r_hundred": 3500, "seg_id": 621372, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAFAYETTE ST", "stname": "LAFAYETTE ST", "objectid": 23369, "Shape__Length": 65.813785546103404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191540788231293, 40.011826550080102 ], [ -75.191978408064898, 40.0115220819903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11713, "tnode_": 11696, "lpoly_": null, "rpoly_": null, "length": 103.05034228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 69780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 23370, "Shape__Length": 40.959137444384965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151624452513005, 40.017591296749401 ], [ -75.151989796181894, 40.017624727172702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11715, "tnode_": 11713, "lpoly_": null, "rpoly_": null, "length": 139.12372703000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 69780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 23371, "Shape__Length": 55.29961990937236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151134118217996, 40.017530279891503 ], [ -75.151624452513005, 40.017591296749401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13092, "tnode_": 12916, "lpoly_": null, "rpoly_": null, "length": 548.98477667999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 78760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621377, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 23372, "Shape__Length": 218.99055776752306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161244727755502, 40.004315592197699 ], [ -75.160923250331294, 40.005802206176597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11483, "tnode_": 11451, "lpoly_": null, "rpoly_": null, "length": 440.79313299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 74200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 621378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT PAUL ST", "stname": "SAINT PAUL ST", "objectid": 23373, "Shape__Length": 175.21635308311474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152350743458697, 40.019406867071297 ], [ -75.153901367602302, 40.019613818444398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10233, "tnode_": 10402, "lpoly_": null, "rpoly_": null, "length": 591.09985457999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 80880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621379, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 23374, "Shape__Length": 235.22057161118391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153909019241198, 40.026948869766102 ], [ -75.1541776320623, 40.026939998342698 ], [ -75.154491502000198, 40.026787250303798 ], [ -75.155363630944706, 40.026333353812802 ], [ -75.155696480211404, 40.026140022537703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10227, "tnode_": 10117, "lpoly_": null, "rpoly_": null, "length": 133.39263003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4718, "r_f_add": 4701, "r_t_add": 4819, "st_code": 88150, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 621380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 23375, "Shape__Length": 53.228060776437303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155456448586193, 40.027330494063698 ], [ -75.155379348380805, 40.027691843872802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10023, "tnode_": 10156, "lpoly_": null, "rpoly_": null, "length": 420.25536728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 80880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 621381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 23376, "Shape__Length": 167.24613445415366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151859950722795, 40.028053580422501 ], [ -75.153123112959406, 40.027430733047403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12230, "tnode_": 12299, "lpoly_": null, "rpoly_": null, "length": 421.71307866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFFNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2280, "l_t_add": 2298, "r_f_add": 2267, "r_t_add": 2299, "st_code": 69780, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 621383, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFFNER ST", "stname": "RUFFNER ST", "objectid": 23377, "Shape__Length": 167.8096016495376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169176654401696, 40.013054584451602 ], [ -75.170416128055507, 40.012397452168301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11575, "tnode_": 11859, "lpoly_": null, "rpoly_": null, "length": 1543.8943366899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2300, "r_t_add": 2480, "st_code": 68880, "l_hundred": 0, "r_hundred": 2300, "seg_id": 621384, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23378, "Shape__Length": 614.60216895376834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164211834316902, 40.018957667956698 ], [ -75.164518499110699, 40.018828785934502 ], [ -75.165497788463696, 40.018397927971897 ], [ -75.165811211537402, 40.018258659165497 ], [ -75.165952474729806, 40.0181782259437 ], [ -75.166124755044606, 40.018056682578298 ], [ -75.166869442447506, 40.017479437043399 ], [ -75.167271301849695, 40.017159250810998 ], [ -75.167740920748201, 40.016784845009198 ], [ -75.168102900980003, 40.016500339435197 ], [ -75.168307789776705, 40.016355139368102 ], [ -75.168435509643103, 40.016289168140503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11859, "tnode_": 11952, "lpoly_": null, "rpoly_": null, "length": 558.09580179000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2482, "r_t_add": 2498, "st_code": 68880, "l_hundred": 0, "r_hundred": 2400, "seg_id": 621385, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2011-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23379, "Shape__Length": 222.20329387293904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168435509643103, 40.016289168140503 ], [ -75.168757285032797, 40.016071830934997 ], [ -75.169035636542901, 40.015875750202198 ], [ -75.169192320399901, 40.015758265064299 ], [ -75.169264030088797, 40.01570433298 ], [ -75.169910345304899, 40.015259351971103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11946, "tnode_": 12064, "lpoly_": null, "rpoly_": null, "length": 714.58205755999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEACON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2601, "r_t_add": 2699, "st_code": 27740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 621386, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEACON ST", "stname": "DEACON ST", "objectid": 23380, "Shape__Length": 284.37261573319603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170099023268193, 40.015732494762098 ], [ -75.172180882635999, 40.014598676930703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11944, "tnode_": 11975, "lpoly_": null, "rpoly_": null, "length": 301.91037796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1404, "l_t_add": 1434, "r_f_add": 1425, "r_t_add": 1427, "st_code": 52100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 621387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 23381, "Shape__Length": 120.06657820701207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150340370044702, 40.015309580874302 ], [ -75.150787674310294, 40.015146152311502 ], [ -75.150881561678503, 40.0151064370163 ], [ -75.151325470470695, 40.0149754337953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12271, "tnode_": 12008, "lpoly_": null, "rpoly_": null, "length": 1062.58851267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3000, "l_t_add": 3298, "r_f_add": 3001, "r_t_add": 3299, "st_code": 75060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 23382, "Shape__Length": 423.4250758081198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174412194927399, 40.0128443691152 ], [ -75.175937935669396, 40.014532465986299 ], [ -75.176577141598003, 40.015239658777503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11830, "tnode_": 11977, "lpoly_": null, "rpoly_": null, "length": 1049.23671719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 50780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621391, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23383, "Shape__Length": 417.75061570218776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202064673982406, 40.017711577350802 ], [ -75.202404613829799, 40.016922559275997 ], [ -75.2025750374452, 40.016620536239003 ], [ -75.202678972036693, 40.016500520939999 ], [ -75.202801629092704, 40.016411500928903 ], [ -75.203134922338094, 40.016273637050098 ], [ -75.203331229118604, 40.0162091850978 ], [ -75.203566845435404, 40.016157072551898 ], [ -75.2038312624925, 40.016132356158899 ], [ -75.204119799185506, 40.016127286015099 ], [ -75.204607262367603, 40.0161525451283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10046, "tnode_": 10312, "lpoly_": null, "rpoly_": null, "length": 832.81083164999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3026, "l_t_add": 3098, "r_f_add": 3027, "r_t_add": 3099, "st_code": 50780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621393, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23384, "Shape__Length": 331.51516297064433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190476610760598, 40.028392146450003 ], [ -75.190474037885394, 40.028361913509301 ], [ -75.190501329884995, 40.028033782434498 ], [ -75.190546548393996, 40.027889532683503 ], [ -75.190645984848302, 40.027757959220096 ], [ -75.190900300244607, 40.0276069019137 ], [ -75.191051073617899, 40.027564390450401 ], [ -75.191231079612606, 40.027537821091599 ], [ -75.191767212227404, 40.027561232310802 ], [ -75.192112896645099, 40.027492480997402 ], [ -75.192358353046203, 40.0274444325415 ], [ -75.192484139992104, 40.027405185720603 ], [ -75.192614252809605, 40.027324224831403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9933, "tnode_": 10046, "lpoly_": null, "rpoly_": null, "length": 623.80852127000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3000, "l_t_add": 3024, "r_f_add": 3001, "r_t_add": 3025, "st_code": 50780, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621394, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23385, "Shape__Length": 248.38230407436504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188904462734101, 40.029352242981297 ], [ -75.189409587384503, 40.0292938251606 ], [ -75.189710279970697, 40.029231722728198 ], [ -75.189947535493801, 40.029137625290197 ], [ -75.190156566668307, 40.029000850112098 ], [ -75.190285814888398, 40.028869941400998 ], [ -75.190476610760598, 40.028392146450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12114, "tnode_": 12334, "lpoly_": null, "rpoly_": null, "length": 725.88052075999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY DRIVE", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9207, "l_hundred": 0, "r_hundred": 0, "seg_id": 621396, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DRIVE RAMP B", "stname": "KELLY DRIVE RAMP B", "objectid": 23386, "Shape__Length": 289.47906608834472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206515248501304, 40.014854857679502 ], [ -75.206432429051603, 40.014731646376802 ], [ -75.206443475252001, 40.014671140112 ], [ -75.206719659016699, 40.013977977636699 ], [ -75.206761372918294, 40.013767551760203 ], [ -75.206753322867897, 40.013643815445803 ], [ -75.206729101421303, 40.013500211534897 ], [ -75.206702932654593, 40.013408588338102 ], [ -75.206644301836604, 40.013280479894497 ], [ -75.206527492865106, 40.013125069832903 ], [ -75.206462446129393, 40.013055347351397 ], [ -75.206368214223403, 40.012999638485297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12354, "tnode_": 29733, "lpoly_": null, "rpoly_": null, "length": 466.55222867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE AVE", "st_type": "RAMP", "suf_dir": "J", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9255, "l_hundred": 0, "r_hundred": 0, "seg_id": 621398, "oneway": "FT", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2011-08-01T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "RIDGE AVE RAMP J", "stname": "RIDGE AVE RAMP J", "objectid": 23387, "Shape__Length": 186.13009776878772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204662081560002, 40.013138445314198 ], [ -75.204718157347997, 40.013276561514701 ], [ -75.204793965107001, 40.013450925431499 ], [ -75.204828553821898, 40.013626534407003 ], [ -75.204866397373195, 40.014214498056099 ], [ -75.204851495822197, 40.014400052674802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29733, "tnode_": 12349, "lpoly_": null, "rpoly_": null, "length": 636.41585053999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9017, "l_hundred": 0, "r_hundred": 0, "seg_id": 621399, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "CITY AVE RAMP F", "stname": "CITY AVE RAMP F", "objectid": 23388, "Shape__Length": 253.89050030520519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204851495822197, 40.014400052674802 ], [ -75.204791100711802, 40.014026474633297 ], [ -75.204569109401305, 40.013496529413302 ], [ -75.204531059184802, 40.013106127460702 ], [ -75.204526462397595, 40.013012531208403 ], [ -75.2045109498833, 40.012684079066602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12313, "tnode_": 12179, "lpoly_": null, "rpoly_": null, "length": 540.67582672000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9015, "l_hundred": 0, "r_hundred": 0, "seg_id": 621400, "oneway": "TF", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "CITY AVE RAMP C", "stname": "CITY AVE RAMP C", "objectid": 23389, "Shape__Length": 215.44883771918791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205330265081798, 40.013105442380798 ], [ -75.2053533401766, 40.013138936776301 ], [ -75.205388688090594, 40.0131642805867 ], [ -75.205473556818802, 40.013224214800502 ], [ -75.205623199470594, 40.013318023137202 ], [ -75.205788526714301, 40.013417021703503 ], [ -75.205885200373402, 40.013477961403296 ], [ -75.206019711255294, 40.013591796563801 ], [ -75.206098172770993, 40.013676366791302 ], [ -75.206208292497195, 40.013858657351598 ], [ -75.206278481531797, 40.014026229190002 ], [ -75.206305539722607, 40.014144423823701 ], [ -75.206323023324799, 40.014303960554898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12358, "tnode_": 12115, "lpoly_": null, "rpoly_": null, "length": 998.50871318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9016, "l_hundred": 0, "r_hundred": 0, "seg_id": 621401, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "CITY AVE RAMP D", "stname": "CITY AVE RAMP D", "objectid": 23390, "Shape__Length": 397.95839605343366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205027069929301, 40.012564894632597 ], [ -75.204990215537507, 40.012642602812001 ], [ -75.204978964120698, 40.012726498044799 ], [ -75.204946144785694, 40.012953272820297 ], [ -75.204937658929097, 40.013071509795303 ], [ -75.204949034450294, 40.013308613887503 ], [ -75.204966248212202, 40.013390023500897 ], [ -75.205019333002994, 40.013811923263503 ], [ -75.205072606987599, 40.014012558085803 ], [ -75.205152631729604, 40.014148340559998 ], [ -75.205261238088397, 40.014278522385297 ], [ -75.205379345226206, 40.014371517647 ], [ -75.205482186965796, 40.014439242852397 ], [ -75.205649824473696, 40.014508402905399 ], [ -75.205837361531195, 40.014587354235097 ], [ -75.205929104734594, 40.014626784005699 ], [ -75.206311307664706, 40.014816264881802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12358, "tnode_": 12313, "lpoly_": null, "rpoly_": null, "length": 221.21656548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "N", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9025, "l_hundred": 0, "r_hundred": 0, "seg_id": 621402, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "CITY AVE RAMP N", "stname": "CITY AVE RAMP N", "objectid": 23391, "Shape__Length": 88.194702545547571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205027069929301, 40.012564894632597 ], [ -75.205066351595505, 40.012776826960298 ], [ -75.205141262827198, 40.012939700109698 ], [ -75.205330265081798, 40.013105442380798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12289, "tnode_": 12369, "lpoly_": null, "rpoly_": null, "length": 414.50000384999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY DRIVE", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9215, "l_hundred": 0, "r_hundred": 0, "seg_id": 621403, "oneway": "FT", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "KELLY DRIVE RAMP H", "stname": "KELLY DRIVE RAMP H", "objectid": 23392, "Shape__Length": 165.07037878170684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205295061620205, 40.013369181176401 ], [ -75.205585456105894, 40.013409515155502 ], [ -75.205757557914694, 40.013385724827799 ], [ -75.205895141405406, 40.013325073457899 ], [ -75.205977382385299, 40.013267442151097 ], [ -75.206076520486704, 40.0131273758508 ], [ -75.206108245559605, 40.013017665432301 ], [ -75.206079588804002, 40.012898123451997 ], [ -75.206025879373897, 40.012727470246901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12503, "tnode_": 12487, "lpoly_": null, "rpoly_": null, "length": 454.0226483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9020, "l_hundred": 0, "r_hundred": 0, "seg_id": 621404, "oneway": "FT", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "CITY AVE RAMP M", "stname": "CITY AVE RAMP M", "objectid": 23393, "Shape__Length": 180.4746263856598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202694481758897, 40.011377582563 ], [ -75.202867971529997, 40.011457946479197 ], [ -75.203105684823797, 40.011523820356203 ], [ -75.203265950623603, 40.011553347642099 ], [ -75.203455097921804, 40.0115633138888 ], [ -75.203656196948899, 40.011554788704998 ], [ -75.203932129675394, 40.0115522501642 ], [ -75.204265534489195, 40.011566102288803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12499, "tnode_": 12458, "lpoly_": null, "rpoly_": null, "length": 1141.25921242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE AVE", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9251, "l_hundred": 0, "r_hundred": 0, "seg_id": 621406, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE RAMP G", "stname": "RIDGE AVE RAMP G", "objectid": 23394, "Shape__Length": 453.75147120114843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2042517559467, 40.011455395110303 ], [ -75.204114840088394, 40.011433657152097 ], [ -75.203870527356301, 40.011393610440003 ], [ -75.203301259647802, 40.011285637312099 ], [ -75.202598338454607, 40.011139346973501 ], [ -75.202408593105304, 40.011098576929797 ], [ -75.201904525308606, 40.011005147646799 ], [ -75.201706942172905, 40.010994990674497 ], [ -75.201505655103105, 40.011008559266401 ], [ -75.201199112732198, 40.011082473801402 ], [ -75.200823553882898, 40.011183237741903 ], [ -75.200637309121205, 40.011263258972498 ], [ -75.200439069509102, 40.011458515052901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11977, "tnode_": 12137, "lpoly_": null, "rpoly_": null, "length": 702.93843031999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50780, "l_hundred": 0, "r_hundred": 0, "seg_id": 621408, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23395, "Shape__Length": 280.0023204134236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204607262367603, 40.0161525451283 ], [ -75.204956364375604, 40.016100597421101 ], [ -75.205206701733502, 40.016022913928303 ], [ -75.205406574465002, 40.015916368809002 ], [ -75.205581436109, 40.0157894506807 ], [ -75.205694488756095, 40.015631359370097 ], [ -75.205801849650697, 40.015409885181398 ], [ -75.205960604609601, 40.015024988783203 ], [ -75.206015125285205, 40.014904284852399 ], [ -75.206052849406404, 40.014844644494701 ], [ -75.206106635888105, 40.014798277659501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12137, "tnode_": 12179, "lpoly_": null, "rpoly_": null, "length": 192.33507058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621409, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23396, "Shape__Length": 76.705265787649324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206106635888105, 40.014798277659501 ], [ -75.206160929032194, 40.014743078689797 ], [ -75.206199061321598, 40.014684078933797 ], [ -75.206291370517107, 40.0144574865636 ], [ -75.206323023324799, 40.014303960554898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11977, "tnode_": 12114, "lpoly_": null, "rpoly_": null, "length": 792.51217660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN DRIVE", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9218, "l_hundred": 0, "r_hundred": 0, "seg_id": 621410, "oneway": "FT", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "LINCOLN DRIVE RAMP A", "stname": "LINCOLN DRIVE RAMP A", "objectid": 23397, "Shape__Length": 315.5784544451418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204607262367603, 40.0161525451283 ], [ -75.204943088180698, 40.016180722128297 ], [ -75.205092941468493, 40.016167637158098 ], [ -75.205274354710497, 40.016143315851899 ], [ -75.205451695747499, 40.016087795114302 ], [ -75.205700829467204, 40.015956104842097 ], [ -75.205869265389694, 40.015811682491098 ], [ -75.2060505630742, 40.015524405361397 ], [ -75.206205220625705, 40.015240722943403 ], [ -75.2063185746985, 40.015062765243599 ], [ -75.206391702166101, 40.014961846694 ], [ -75.206447303909002, 40.014901555284901 ], [ -75.206515248501304, 40.014854857679502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12179, "tnode_": 12334, "lpoly_": null, "rpoly_": null, "length": 493.32443281000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621411, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23398, "Shape__Length": 196.77769503173153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206323023324799, 40.014303960554898 ], [ -75.206486784793597, 40.013985825172803 ], [ -75.2065554333156, 40.013733726403501 ], [ -75.206547783721007, 40.013486440019904 ], [ -75.206473139731301, 40.013221411875897 ], [ -75.206368214223403, 40.012999638485297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12369, "tnode_": 12334, "lpoly_": null, "rpoly_": null, "length": 137.93092876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621412, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23399, "Shape__Length": 54.928244917513396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206025879373897, 40.012727470246901 ], [ -75.206368214223403, 40.012999638485297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12499, "tnode_": 12369, "lpoly_": null, "rpoly_": null, "length": 684.66713281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621413, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23400, "Shape__Length": 272.59919223643925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2042517559467, 40.011455395110303 ], [ -75.204486003874393, 40.0115400031031 ], [ -75.204660137887004, 40.011629157007597 ], [ -75.205004732042198, 40.011905469303002 ], [ -75.2050854598169, 40.011971228945299 ], [ -75.205376398933694, 40.012199440079897 ], [ -75.205580910108495, 40.012366029349899 ], [ -75.206025879373897, 40.012727470246901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12313, "tnode_": 12487, "lpoly_": null, "rpoly_": null, "length": 881.20292160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "N", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9025, "l_hundred": 0, "r_hundred": 0, "seg_id": 621414, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "CITY AVE RAMP N", "stname": "CITY AVE RAMP N", "objectid": 23401, "Shape__Length": 350.869887268247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205330265081798, 40.013105442380798 ], [ -75.205465596740098, 40.0131278410731 ], [ -75.205563633562207, 40.0131279764908 ], [ -75.205648737413696, 40.013119674767403 ], [ -75.205750565853805, 40.0130893320488 ], [ -75.205854759375597, 40.012995878684499 ], [ -75.2058820217771, 40.0129047958686 ], [ -75.205882348874297, 40.012825341923502 ], [ -75.205847800531004, 40.012757339107303 ], [ -75.205645968415993, 40.012557269010003 ], [ -75.205443373308299, 40.012377555087497 ], [ -75.205322829546304, 40.012270972749697 ], [ -75.205114102409993, 40.0121135347406 ], [ -75.204957487361696, 40.011979664805402 ], [ -75.204692195180698, 40.011776148162397 ], [ -75.204429640725195, 40.011618032728798 ], [ -75.204265534489195, 40.011566102288803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12252, "tnode_": 12354, "lpoly_": null, "rpoly_": null, "length": 429.4919744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621415, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23402, "Shape__Length": 170.96210743086658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205844766370404, 40.013885477187003 ], [ -75.205745479922896, 40.013844431365001 ], [ -75.205483491686493, 40.013674684775602 ], [ -75.205156660009607, 40.013469581254498 ], [ -75.204984909973604, 40.013344231036001 ], [ -75.204708445043906, 40.013168507914799 ], [ -75.204662081560002, 40.013138445314198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12289, "tnode_": 12349, "lpoly_": null, "rpoly_": null, "length": 333.64442556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN DRIVE", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9219, "l_hundred": 0, "r_hundred": 0, "seg_id": 621416, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "LINCOLN DRIVE RAMP E", "stname": "LINCOLN DRIVE RAMP E", "objectid": 23403, "Shape__Length": 132.89157265305013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205295061620205, 40.013369181176401 ], [ -75.204937676711793, 40.013102353308703 ], [ -75.2047065752447, 40.012905321443 ], [ -75.2045109498833, 40.012684079066602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12569, "tnode_": 12499, "lpoly_": null, "rpoly_": null, "length": 848.25531752000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 47190, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 621417, "oneway": "TF", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23404, "Shape__Length": 337.29091566304902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201452070051701, 40.010625063188797 ], [ -75.201483416305607, 40.010616380434101 ], [ -75.201523275848999, 40.010617604861899 ], [ -75.201877860072102, 40.010716229325702 ], [ -75.204067468361004, 40.011338502394899 ], [ -75.204200056139101, 40.0113997840674 ], [ -75.2042517559467, 40.011455395110303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12569, "tnode_": 12503, "lpoly_": null, "rpoly_": null, "length": 448.91887183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621418, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2000-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23405, "Shape__Length": 178.67833230566458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201452070051701, 40.010625063188797 ], [ -75.201471470467894, 40.010646284480003 ], [ -75.201499233395396, 40.010663544969098 ], [ -75.201541825828699, 40.010682176172899 ], [ -75.201953404256699, 40.0108327243628 ], [ -75.202182908683199, 40.0109652310515 ], [ -75.202365376436106, 40.011101500426498 ], [ -75.2024320256984, 40.011158272061998 ], [ -75.202694481758897, 40.011377582563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12488, "tnode_": 12354, "lpoly_": null, "rpoly_": null, "length": 771.1835276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621419, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23406, "Shape__Length": 307.14829842018196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202819753805898, 40.0115672334598 ], [ -75.203429157908403, 40.0120732856168 ], [ -75.203974514418704, 40.0125910840814 ], [ -75.204662081560002, 40.013138445314198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12503, "tnode_": 12488, "lpoly_": null, "rpoly_": null, "length": 78.04576769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 47190, "l_hundred": 0, "r_hundred": 0, "seg_id": 621421, "oneway": "FT", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "KELLY DR", "stname": "KELLY DR", "objectid": 23407, "Shape__Length": 31.112583155162433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202694481758897, 40.011377582563 ], [ -75.202778984388203, 40.011477445017803 ], [ -75.202819753805898, 40.0115672334598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12804, "tnode_": 12800, "lpoly_": null, "rpoly_": null, "length": 82.40103027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4100, "l_t_add": 4114, "r_f_add": 4107, "r_t_add": 4127, "st_code": 68280, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621426, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23408, "Shape__Length": 32.754636291316118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191484385971705, 40.007944958630603 ], [ -75.1917677047594, 40.008005791011399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12914, "tnode_": 12804, "lpoly_": null, "rpoly_": null, "length": 1113.67458973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4002, "l_t_add": 4098, "r_f_add": 4003, "r_t_add": 4105, "st_code": 68280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621427, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23409, "Shape__Length": 443.02696975610962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188103189011997, 40.006434682814799 ], [ -75.188708919284693, 40.006851729539498 ], [ -75.188955368174007, 40.007027518720598 ], [ -75.189356194183901, 40.007304058514599 ], [ -75.189972675089805, 40.007524588661902 ], [ -75.190371563807503, 40.007642954816099 ], [ -75.191146553697394, 40.007854847807003 ], [ -75.191337645512803, 40.007911812863398 ], [ -75.191484385971705, 40.007944958630603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12717, "tnode_": 12696, "lpoly_": null, "rpoly_": null, "length": 95.80019856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAIL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3312, "r_f_add": 3301, "r_t_add": 3311, "st_code": 48120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAIL ST", "stname": "KRAIL ST", "objectid": 23410, "Shape__Length": 38.205650769311838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190234590602202, 40.009022140390599 ], [ -75.190344313746607, 40.009271221106403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12640, "tnode_": 12935, "lpoly_": null, "rpoly_": null, "length": 2080.8709407799997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621429, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23411, "Shape__Length": 827.91506827275646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187335259164598, 40.0097691781558 ], [ -75.188627136195606, 40.009327096362298 ], [ -75.189620098147699, 40.009002580937803 ], [ -75.190085309934602, 40.008830499739098 ], [ -75.190976577111002, 40.008417838524998 ], [ -75.191653711267506, 40.008047087584998 ], [ -75.191901200697998, 40.007904201925697 ], [ -75.192419852079098, 40.007548803163097 ], [ -75.192704190417302, 40.0073396387766 ], [ -75.193501411122796, 40.006702364889399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12640, "tnode_": 12800, "lpoly_": null, "rpoly_": null, "length": 1410.1624565899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9285, "l_hundred": 0, "r_hundred": 0, "seg_id": 621430, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD RAMP E", "stname": "W ROOSEVELT BLVD RAMP E", "objectid": 23412, "Shape__Length": 560.88322702824541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187335259164598, 40.0097691781558 ], [ -75.187932731412005, 40.009661956704697 ], [ -75.188385521312597, 40.009542331062498 ], [ -75.188874369746301, 40.009387121754301 ], [ -75.189317691320198, 40.009236949791898 ], [ -75.189562240118704, 40.009112386638002 ], [ -75.1897208777999, 40.009036813210997 ], [ -75.190188575111407, 40.008794087701403 ], [ -75.190684787371595, 40.008574598667302 ], [ -75.191158011033494, 40.008341033246701 ], [ -75.1917677047594, 40.008005791011399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12804, "tnode_": 12879, "lpoly_": null, "rpoly_": null, "length": 382.29069562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3898, "r_f_add": 3201, "r_t_add": 3899, "st_code": 33950, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621432, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S FERRY RD", "stname": "S FERRY RD", "objectid": 23413, "Shape__Length": 152.41120844513094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191484385971705, 40.007944958630603 ], [ -75.191400113070202, 40.007842254332502 ], [ -75.191498258678394, 40.007546432659502 ], [ -75.191600870720293, 40.007341937375799 ], [ -75.191867957901195, 40.006994615869303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12643, "tnode_": 12804, "lpoly_": null, "rpoly_": null, "length": 1453.47627812, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9290, "l_hundred": 0, "r_hundred": 0, "seg_id": 621433, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD RAMP F", "stname": "W ROOSEVELT BLVD RAMP F", "objectid": 23414, "Shape__Length": 578.10462056851668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186919163213801, 40.009712852839897 ], [ -75.187329130211396, 40.009532764655603 ], [ -75.187646081940102, 40.009378544848801 ], [ -75.187898127136407, 40.009301649985403 ], [ -75.188615594428597, 40.009065614272302 ], [ -75.189215896552398, 40.008866432282801 ], [ -75.189606296009103, 40.008825384698198 ], [ -75.189722589143599, 40.008813156517803 ], [ -75.190169930322298, 40.0087086187335 ], [ -75.190746506024496, 40.008403534353803 ], [ -75.191339157984402, 40.008089679171903 ], [ -75.191484385971705, 40.007944958630603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11951, "tnode_": 12065, "lpoly_": null, "rpoly_": null, "length": 528.77823248999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2801, "r_t_add": 3199, "st_code": 11080, "l_hundred": 0, "r_hundred": 2900, "seg_id": 621434, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2014-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23415, "Shape__Length": 210.50101452213943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177029017599395, 40.0155663781388 ], [ -75.177617907138298, 40.015222728331302 ], [ -75.1784672508672, 40.014628241861999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12065, "tnode_": 12224, "lpoly_": null, "rpoly_": null, "length": 667.2877527, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9295, "l_hundred": 0, "r_hundred": 0, "seg_id": 621435, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD RAMP G", "stname": "W ROOSEVELT BLVD RAMP G", "objectid": 23416, "Shape__Length": 265.73905613858983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1784672508672, 40.014628241861999 ], [ -75.178911542912701, 40.014336800799903 ], [ -75.179196148922003, 40.014143460941703 ], [ -75.179485996853103, 40.0139043574341 ], [ -75.180117259910702, 40.013314540263003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12103, "tnode_": 12065, "lpoly_": null, "rpoly_": null, "length": 143.56766961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3286, "l_t_add": 3298, "r_f_add": 3285, "r_t_add": 3299, "st_code": 34840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621436, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23417, "Shape__Length": 57.17175224588572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178106733916295, 40.0143480980121 ], [ -75.1784672508672, 40.014628241861999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11775, "tnode_": 11875, "lpoly_": null, "rpoly_": null, "length": 727.0943269, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 2700, "r_hundred": 0, "seg_id": 621438, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23418, "Shape__Length": 289.25468499581478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1722084216469, 40.0175027391982 ], [ -75.173204232126807, 40.017170931611801 ], [ -75.173463480143894, 40.017061623264802 ], [ -75.173757104261199, 40.016923237818801 ], [ -75.174292709410196, 40.016633368815697 ], [ -75.174465487847201, 40.016534230881398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11797, "tnode_": 11875, "lpoly_": null, "rpoly_": null, "length": 198.91198874, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9310, "l_hundred": 0, "r_hundred": 0, "seg_id": 621440, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD RAMP K", "stname": "W ROOSEVELT BLVD RAMP K", "objectid": 23419, "Shape__Length": 79.255875325498323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174039568435703, 40.016971165639198 ], [ -75.174465487847201, 40.016534230881398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11683, "tnode_": 11797, "lpoly_": null, "rpoly_": null, "length": 1309.86006905, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621441, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23420, "Shape__Length": 520.83758095761027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169646795664505, 40.018128800404099 ], [ -75.170780952791006, 40.017969310697801 ], [ -75.171946198012606, 40.0177332470113 ], [ -75.172355704100298, 40.017610258401596 ], [ -75.172939969367903, 40.017412308887899 ], [ -75.1734069823505, 40.017235176104798 ], [ -75.174039568435703, 40.016971165639198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11775, "tnode_": 11735, "lpoly_": null, "rpoly_": null, "length": 143.32246302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 84060, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-05-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23421, "Shape__Length": 57.082129323666884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1722084216469, 40.0175027391982 ], [ -75.172377431527195, 40.017640502066698 ], [ -75.172465359282299, 40.0177121727314 ], [ -75.172559540074303, 40.017788941051499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11687, "tnode_": 11693, "lpoly_": null, "rpoly_": null, "length": 713.74062802999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9320, "l_hundred": 0, "r_hundred": 0, "seg_id": 621445, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP M", "stname": "W ROOSEVELT BLVD RAMP M", "objectid": 23422, "Shape__Length": 283.72132970587916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1655819835334, 40.018026836525898 ], [ -75.165916291917597, 40.0179179854442 ], [ -75.166148052588198, 40.017876777902899 ], [ -75.166363739249903, 40.017861320508999 ], [ -75.166471934332407, 40.017867749095402 ], [ -75.168032182293402, 40.018046823487403 ], [ -75.168075534885901, 40.018055159579802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11693, "tnode_": 11683, "lpoly_": null, "rpoly_": null, "length": 442.05525942000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9320, "l_hundred": 0, "r_hundred": 0, "seg_id": 621446, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP M", "stname": "W ROOSEVELT BLVD RAMP M", "objectid": 23423, "Shape__Length": 175.70024036890283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168075534885901, 40.018055159579802 ], [ -75.168647707456699, 40.018124225343101 ], [ -75.169646795664505, 40.018128800404099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11859, "tnode_": 11693, "lpoly_": null, "rpoly_": null, "length": 803.9044026, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "O", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9325, "l_hundred": 0, "r_hundred": 0, "seg_id": 621447, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP O", "stname": "W ROOSEVELT BLVD RAMP O", "objectid": 23424, "Shape__Length": 320.33704045993346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168435509643103, 40.016289168140503 ], [ -75.168411804356495, 40.016329106885898 ], [ -75.168376966470703, 40.016361776434998 ], [ -75.168313615361399, 40.0164056613201 ], [ -75.167766572394797, 40.016844085965403 ], [ -75.167625759788507, 40.016975892816802 ], [ -75.167530018784106, 40.017141819141003 ], [ -75.167484886023004, 40.017283417386402 ], [ -75.167491444261202, 40.017459284140202 ], [ -75.167554164337602, 40.017638961161502 ], [ -75.167677131132393, 40.017802166497702 ], [ -75.1678250075161, 40.0179200918951 ], [ -75.168075534885901, 40.018055159579802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11687, "tnode_": 11952, "lpoly_": null, "rpoly_": null, "length": 1577.6994064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19144, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 0, "r_t_add": 0, "st_code": 68880, "l_hundred": 2400, "r_hundred": 0, "seg_id": 621448, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-07-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23425, "Shape__Length": 628.05507797668236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1655819835334, 40.018026836525898 ], [ -75.165642601118506, 40.017973516503197 ], [ -75.165996085455902, 40.017747594659198 ], [ -75.168498788098304, 40.016095921497197 ], [ -75.168910682797105, 40.015837234289499 ], [ -75.169116646219393, 40.0157129226763 ], [ -75.169216935873806, 40.015653681825199 ], [ -75.169261586407302, 40.0156328646652 ], [ -75.169910345304899, 40.015259351971103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9033, "tnode_": 8942, "lpoly_": null, "rpoly_": null, "length": 190.64319813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK LINE", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6308, "l_t_add": 6398, "r_f_add": 6309, "r_t_add": 6399, "st_code": 63013, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 621449, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LINE DR", "stname": "PARK LINE DR", "objectid": 23426, "Shape__Length": 76.07532963176692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197537512678196, 40.033901173988198 ], [ -75.197624464871495, 40.034171068500797 ], [ -75.197648232228602, 40.0342784674447 ], [ -75.197675875426299, 40.034413150213403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9136, "tnode_": 30184, "lpoly_": null, "rpoly_": null, "length": 122.63500641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK LINE", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6300, "l_t_add": 6306, "r_f_add": 0, "r_t_add": 0, "st_code": 63013, "l_hundred": 6300, "r_hundred": 0, "seg_id": 621450, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LINE DR", "stname": "PARK LINE DR", "objectid": 23427, "Shape__Length": 48.944609561568207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197553976327001, 40.033564782450803 ], [ -75.197544092838896, 40.0337204229658 ], [ -75.197537512678196, 40.033901173988198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30183, "tnode_": 9033, "lpoly_": null, "rpoly_": null, "length": 140.57796799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK LINE", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6301, "r_t_add": 6307, "st_code": 63013, "l_hundred": 0, "r_hundred": 6300, "seg_id": 621451, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LINE DR", "stname": "PARK LINE DR", "objectid": 23428, "Shape__Length": 56.046558195107494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197283271376307, 40.0335721162798 ], [ -75.1973040053077, 40.033634932891303 ], [ -75.197537512678196, 40.033901173988198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9117, "tnode_": 30186, "lpoly_": null, "rpoly_": null, "length": 108.41992337, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 901, "r_t_add": 909, "st_code": 81180, "l_hundred": 900, "r_hundred": 900, "seg_id": 621452, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23429, "Shape__Length": 43.111311410490131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197545653668399, 40.033324298844903 ], [ -75.197705307991399, 40.033301147397502 ], [ -75.197920858803798, 40.033252328409702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11457, "tnode_": 11333, "lpoly_": null, "rpoly_": null, "length": 2527.3221896699997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621454, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23430, "Shape__Length": 1004.6064238211428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146139651787294, 40.019392211202103 ], [ -75.146378360352401, 40.019424851876202 ], [ -75.146424654080604, 40.019430836421598 ], [ -75.146919239161804, 40.019494771698 ], [ -75.147104121921302, 40.019522824427902 ], [ -75.149128284950393, 40.0197744492 ], [ -75.149381632259505, 40.0198083675131 ], [ -75.150614845906702, 40.019972737120703 ], [ -75.152176702106999, 40.020172244134002 ], [ -75.153804247603503, 40.020372459842598 ], [ -75.1550498878307, 40.020480476633203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11321, "tnode_": 11323, "lpoly_": null, "rpoly_": null, "length": 409.23060850999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9280, "l_hundred": 0, "r_hundred": 0, "seg_id": 621455, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD RAMP C", "stname": "W ROOSEVELT BLVD RAMP C", "objectid": 23431, "Shape__Length": 162.67117461074167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153707626870101, 40.020609817099697 ], [ -75.153749895083607, 40.020583052067202 ], [ -75.153805631685501, 40.020575785001498 ], [ -75.154799211240103, 40.020625959847301 ], [ -75.154951512701004, 40.020631533618797 ], [ -75.155023629452401, 40.0206310315575 ], [ -75.155147683385593, 40.020602353374002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11413, "tnode_": 11359, "lpoly_": null, "rpoly_": null, "length": 146.7565788, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4346, "l_t_add": 4398, "r_f_add": 4347, "r_t_add": 4399, "st_code": 88070, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621456, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 23432, "Shape__Length": 58.552302278891958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150626617684694, 40.019798212328801 ], [ -75.150528845951399, 40.020194001409301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11386, "tnode_": 11341, "lpoly_": null, "rpoly_": null, "length": 146.73835142000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4366, "l_t_add": 4398, "r_f_add": 4365, "r_t_add": 4399, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621457, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23433, "Shape__Length": 58.54702317363509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152199500963604, 40.020004305601397 ], [ -75.152113533323202, 40.020401660336702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11413, "tnode_": 11386, "lpoly_": null, "rpoly_": null, "length": 446.88175875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 74120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621460, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 23434, "Shape__Length": 177.63689679686092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150626617684694, 40.019798212328801 ], [ -75.152199500963604, 40.020004305601397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11426, "tnode_": 11413, "lpoly_": null, "rpoly_": null, "length": 222.16834591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 74120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 621461, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 23435, "Shape__Length": 88.31213169902874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149844333473396, 40.0196972217514 ], [ -75.150626617684694, 40.019798212328801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12567, "tnode_": 12630, "lpoly_": null, "rpoly_": null, "length": 316.04166117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621465, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23436, "Shape__Length": 125.82253343713464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206330318609702, 40.010888016648998 ], [ -75.207163150737898, 40.010302732027 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12630, "tnode_": 12682, "lpoly_": null, "rpoly_": null, "length": 380.71728836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621466, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23437, "Shape__Length": 151.47201001352579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207163150737898, 40.010302732027 ], [ -75.207191603557604, 40.010263691964703 ], [ -75.207242323635995, 40.010226874069303 ], [ -75.207738221794003, 40.009972265438499 ], [ -75.208046743818997, 40.0098273317546 ], [ -75.208161052079603, 40.009786500863797 ], [ -75.208300820844102, 40.0097506934611 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12682, "tnode_": 12789, "lpoly_": null, "rpoly_": null, "length": 815.99129971000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 3800, "r_hundred": 0, "seg_id": 621467, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23438, "Shape__Length": 324.63400201893342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208300820844102, 40.0097506934611 ], [ -75.208922221299801, 40.009456098424899 ], [ -75.210768586467793, 40.008560546750502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12630, "tnode_": 12588, "lpoly_": null, "rpoly_": null, "length": 157.95701795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9395, "l_hundred": 0, "r_hundred": 0, "seg_id": 621468, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP B", "stname": "SCHUYLKILL EXPY RAMP B", "objectid": 23439, "Shape__Length": 62.785313141850523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207163150737898, 40.010302732027 ], [ -75.207297170485305, 40.010283751737703 ], [ -75.207448433991303, 40.010253517619098 ], [ -75.207649712916705, 40.010272667398901 ], [ -75.207712128455597, 40.0102944021938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12682, "tnode_": 12600, "lpoly_": null, "rpoly_": null, "length": 162.61114931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9405, "l_hundred": 0, "r_hundred": 0, "seg_id": 621469, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP C", "stname": "SCHUYLKILL EXPY RAMP C", "objectid": 23440, "Shape__Length": 64.79548084393619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208300820844102, 40.0097506934611 ], [ -75.208109479413196, 40.009898186129497 ], [ -75.208077548071998, 40.009927410463803 ], [ -75.208019467115193, 40.010020579276201 ], [ -75.207994088801499, 40.010115150566897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12797, "tnode_": 12563, "lpoly_": null, "rpoly_": null, "length": 1622.5298974500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9425, "l_hundred": 0, "r_hundred": 0, "seg_id": 621470, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP F", "stname": "SCHUYLKILL EXPY RAMP F", "objectid": 23441, "Shape__Length": 645.75598257039019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203158295974305, 40.008265948941201 ], [ -75.203606886743501, 40.008472461101 ], [ -75.204115017515505, 40.008662847416701 ], [ -75.204819410025706, 40.008917179213299 ], [ -75.205424248774904, 40.009136953312399 ], [ -75.205966433809095, 40.009360653577403 ], [ -75.206361529814501, 40.009553953496599 ], [ -75.206776670597904, 40.0097775489225 ], [ -75.206900775524304, 40.009856287518303 ], [ -75.207017626221599, 40.009940292937202 ], [ -75.207126610923893, 40.010045835461298 ], [ -75.207193787210301, 40.010136881949499 ], [ -75.2072467569227, 40.010230328484603 ], [ -75.207288943606997, 40.010328963823198 ], [ -75.207302920044597, 40.010426973495797 ], [ -75.207284040209103, 40.010554109322896 ], [ -75.207163606486503, 40.010828438936301 ], [ -75.207087607390307, 40.010873005071097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12797, "tnode_": 12853, "lpoly_": null, "rpoly_": null, "length": 534.80039329, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33978, "l_t_add": 33986, "r_f_add": 33979, "r_t_add": 33987, "st_code": 1150, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 621474, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-07-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 23442, "Shape__Length": 212.67850238933792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203158295974305, 40.008265948941201 ], [ -75.202961165729207, 40.008186745700101 ], [ -75.202243805146097, 40.007929290656001 ], [ -75.201433736714606, 40.0076365224499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12729, "tnode_": 12797, "lpoly_": null, "rpoly_": null, "length": 903.32323633, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33960, "l_t_add": 33976, "r_f_add": 33961, "r_t_add": 33977, "st_code": 1150, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 621476, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 23443, "Shape__Length": 359.1556526376279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206170522209106, 40.0091483611303 ], [ -75.206130026609202, 40.009139024194099 ], [ -75.204774306666707, 40.008775166100897 ], [ -75.204049487689403, 40.008554507419802 ], [ -75.203158295974305, 40.008265948941201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12563, "tnode_": 12547, "lpoly_": null, "rpoly_": null, "length": 59.22495629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 621477, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 23444, "Shape__Length": 23.537123069410125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207087607390307, 40.010873005071097 ], [ -75.207277942590494, 40.010886877382497 ], [ -75.207298156513701, 40.010886052828901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12531, "tnode_": 12597, "lpoly_": null, "rpoly_": null, "length": 238.44175506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3740, "l_t_add": 3798, "r_f_add": 3741, "r_t_add": 3799, "st_code": 55700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23445, "Shape__Length": 95.054712882673073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197344932347406, 40.010960908308597 ], [ -75.197388689656194, 40.010822169533803 ], [ -75.197482990994899, 40.010644587663698 ], [ -75.197716485952895, 40.010379735575 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12935, "tnode_": 12967, "lpoly_": null, "rpoly_": null, "length": 1701.5017119700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9390, "l_hundred": 0, "r_hundred": 0, "seg_id": 621480, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLKILL EXPY RAMP A", "stname": "SCHUYLKILL EXPY RAMP A", "objectid": 23446, "Shape__Length": 676.62954810875362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193501411122796, 40.006702364889399 ], [ -75.193646180805402, 40.006625498953902 ], [ -75.193929097352594, 40.006425511023501 ], [ -75.1941928393328, 40.006263118924799 ], [ -75.194379569148197, 40.006177716631697 ], [ -75.194644079490004, 40.006088616745799 ], [ -75.194954019654105, 40.006011383545697 ], [ -75.195248529604498, 40.005969086839897 ], [ -75.195575377336397, 40.0059326887841 ], [ -75.195779115299203, 40.005926428602599 ], [ -75.196003786367399, 40.005923332254604 ], [ -75.196203612466604, 40.005927777440903 ], [ -75.196385403174602, 40.005945311875102 ], [ -75.196559878655293, 40.005970777950999 ], [ -75.196806487518501, 40.006020028910697 ], [ -75.197099832106503, 40.006102542130002 ], [ -75.197232195925295, 40.006148907503302 ], [ -75.197472156243094, 40.006250090867503 ], [ -75.197988493050403, 40.006515198801999 ], [ -75.198326485431707, 40.006671111402902 ], [ -75.198665087202002, 40.006810848165898 ], [ -75.198972679631197, 40.006920905957898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11593, "tnode_": 11724, "lpoly_": null, "rpoly_": null, "length": 506.6150099, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9315, "l_hundred": 0, "r_hundred": 0, "seg_id": 621482, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD RAMP L", "stname": "W ROOSEVELT BLVD RAMP L", "objectid": 23447, "Shape__Length": 201.89255223884834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171043805214595, 40.018998242056497 ], [ -75.171291633181497, 40.018577623620502 ], [ -75.171614202870501, 40.018180958759899 ], [ -75.1717377858036, 40.018066587703402 ], [ -75.171893980844501, 40.017965681847201 ], [ -75.172045800247005, 40.017862816961298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12235, "tnode_": 12389, "lpoly_": null, "rpoly_": null, "length": 690.27648445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 44840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23448, "Shape__Length": 274.80526244733994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184169918092394, 40.013378198773097 ], [ -75.186013991395399, 40.012121217880498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12389, "tnode_": 12457, "lpoly_": null, "rpoly_": null, "length": 242.33525150999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3406, "r_f_add": 3401, "r_t_add": 3433, "st_code": 44840, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23449, "Shape__Length": 96.606051343915638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186013991395399, 40.012121217880498 ], [ -75.186169791280307, 40.011965606864003 ], [ -75.186370763676393, 40.011637138552302 ], [ -75.186396714569796, 40.011533186633798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12457, "tnode_": 12524, "lpoly_": null, "rpoly_": null, "length": 504.04551134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3408, "l_t_add": 3498, "r_f_add": 3435, "r_t_add": 3499, "st_code": 44840, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23450, "Shape__Length": 200.53073520442672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186396714569796, 40.011533186633798 ], [ -75.187927376978706, 40.010805721417398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12524, "tnode_": 12561, "lpoly_": null, "rpoly_": null, "length": 200.04292636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3500, "r_f_add": 3501, "r_t_add": 3515, "st_code": 44840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23451, "Shape__Length": 79.573502685317095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187927376978706, 40.010805721417398 ], [ -75.188550003672901, 40.010536768428501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12683, "tnode_": 12748, "lpoly_": null, "rpoly_": null, "length": 429.12301108999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3622, "l_t_add": 3698, "r_f_add": 3611, "r_t_add": 3699, "st_code": 44840, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23452, "Shape__Length": 170.77163096718428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192428567448502, 40.009446573556197 ], [ -75.192678382883003, 40.009337430196602 ], [ -75.1931486560986, 40.0090792402803 ], [ -75.193656799175798, 40.008747283914303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12561, "tnode_": 12610, "lpoly_": null, "rpoly_": null, "length": 359.23906738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3502, "l_t_add": 3540, "r_f_add": 3517, "r_t_add": 3539, "st_code": 44840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23453, "Shape__Length": 142.88491659198684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188550003672901, 40.010536768428501 ], [ -75.188676319471995, 40.010461276251803 ], [ -75.189160948512495, 40.0102441290298 ], [ -75.189391916628296, 40.010155654928901 ], [ -75.189683171085505, 40.0100899363038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12610, "tnode_": 12632, "lpoly_": null, "rpoly_": null, "length": 255.24718736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3542, "l_t_add": 3580, "r_f_add": 3541, "r_t_add": 3559, "st_code": 44840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23454, "Shape__Length": 101.4662366255769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189683171085505, 40.0100899363038 ], [ -75.190112871706503, 40.009988552439097 ], [ -75.190558715441199, 40.009896199054403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12632, "tnode_": 12683, "lpoly_": null, "rpoly_": null, "length": 549.32198446000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDIAN QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3582, "l_t_add": 3620, "r_f_add": 3561, "r_t_add": 3609, "st_code": 44840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621490, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDIAN QUEEN LN", "stname": "INDIAN QUEEN LN", "objectid": 23455, "Shape__Length": 218.3783056974718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190558715441199, 40.009896199054403 ], [ -75.192029038846101, 40.0095712741442 ], [ -75.192428567448502, 40.009446573556197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9630, "tnode_": 9927, "lpoly_": null, "rpoly_": null, "length": 636.06684724999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71280, "l_hundred": 200, "r_hundred": 200, "seg_id": 621493, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23456, "Shape__Length": 253.46146668036494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176707810487798, 40.030469283982796 ], [ -75.178118187931602, 40.0291006036121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10165, "tnode_": 10603, "lpoly_": null, "rpoly_": null, "length": 1064.7250086899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 71280, "l_hundred": 400, "r_hundred": 400, "seg_id": 621494, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23457, "Shape__Length": 424.25229073763199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179303274926397, 40.027953486247299 ], [ -75.180009156518395, 40.027240061007397 ], [ -75.180647314085803, 40.026632788959702 ], [ -75.181669818256296, 40.0256663487298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11468, "tnode_": 11652, "lpoly_": null, "rpoly_": null, "length": 691.60182145, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3397, "st_code": 71280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621495, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23458, "Shape__Length": 275.5321278485518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192407104837699, 40.020504985712599 ], [ -75.193974084511098, 40.019037695126002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11652, "tnode_": 11703, "lpoly_": null, "rpoly_": null, "length": 185.0286068, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3458, "r_f_add": 3399, "r_t_add": 3399, "st_code": 71280, "l_hundred": 3400, "r_hundred": 3300, "seg_id": 621496, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23459, "Shape__Length": 73.702610681671047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193974084511098, 40.019037695126002 ], [ -75.194412980120404, 40.018658068266497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11703, "tnode_": 11890, "lpoly_": null, "rpoly_": null, "length": 831.74760263000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3460, "l_t_add": 3478, "r_f_add": 3401, "r_t_add": 3447, "st_code": 71280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621497, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23460, "Shape__Length": 331.34319125270412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194412980120404, 40.018658068266497 ], [ -75.196320484339097, 40.016908147225202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11890, "tnode_": 12054, "lpoly_": null, "rpoly_": null, "length": 824.6108176, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3480, "l_t_add": 3590, "r_f_add": 3449, "r_t_add": 3599, "st_code": 71280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621498, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23461, "Shape__Length": 328.40203631067152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196320484339097, 40.016908147225202 ], [ -75.197684545056902, 40.015800741019397 ], [ -75.198080400538998, 40.015478860960698 ], [ -75.198363854867793, 40.015279435825498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12054, "tnode_": 12087, "lpoly_": null, "rpoly_": null, "length": 166.08666165, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3592, "l_t_add": 3598, "r_f_add": 3601, "r_t_add": 3601, "st_code": 71280, "l_hundred": 3500, "r_hundred": 3600, "seg_id": 621499, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23462, "Shape__Length": 66.156944964788522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198363854867793, 40.015279435825498 ], [ -75.198752415600296, 40.014935038458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9927, "tnode_": 10165, "lpoly_": null, "rpoly_": null, "length": 533.62965866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 71280, "l_hundred": 300, "r_hundred": 300, "seg_id": 621500, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23463, "Shape__Length": 212.6371035489361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178118187931602, 40.0291006036121 ], [ -75.179303274926397, 40.027953486247299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10603, "tnode_": 10826, "lpoly_": null, "rpoly_": null, "length": 1023.18074272, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 71280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 621501, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23464, "Shape__Length": 407.0261235825235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181669818256296, 40.0256663487298 ], [ -75.181955714616706, 40.025539532661902 ], [ -75.183977264470002, 40.024789730706999 ], [ -75.1849357113976, 40.024408916747603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11031, "tnode_": 11249, "lpoly_": null, "rpoly_": null, "length": 819.45174453999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3124, "l_t_add": 3238, "r_f_add": 3101, "r_t_add": 3199, "st_code": 71280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621502, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23465, "Shape__Length": 326.15085136957725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1886155094613, 40.023066143284098 ], [ -75.1895496817273, 40.022710960757699 ], [ -75.1900107389488, 40.022533794551499 ], [ -75.1904035905943, 40.022303984089199 ], [ -75.1905308326875, 40.022191925648599 ], [ -75.190968052441804, 40.021790329759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11249, "tnode_": 11468, "lpoly_": null, "rpoly_": null, "length": 617.88716647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3240, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 71280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621503, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23466, "Shape__Length": 246.1471350776645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190968052441804, 40.021790329759 ], [ -75.191246833137598, 40.0215553984821 ], [ -75.191865737135799, 40.020984317430703 ], [ -75.192407104837699, 40.020504985712599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12395, "tnode_": 12416, "lpoly_": null, "rpoly_": null, "length": 86.51898425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3626, "l_t_add": 3626, "r_f_add": 3635, "r_t_add": 3635, "st_code": 20900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621504, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23467, "Shape__Length": 34.489213304360838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194278432982301, 40.012173303404097 ], [ -75.194424803085298, 40.011964159202897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12440, "tnode_": 12416, "lpoly_": null, "rpoly_": null, "length": 219.85833525000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SKIDOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 73035, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621506, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SKIDOO ST", "stname": "SKIDOO ST", "objectid": 23468, "Shape__Length": 87.419586431254942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193693124171205, 40.011745709818499 ], [ -75.194424803085298, 40.011964159202897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12440, "tnode_": 12601, "lpoly_": null, "rpoly_": null, "length": 582.05930591000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 74360, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621507, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANTON ST", "stname": "STANTON ST", "objectid": 23469, "Shape__Length": 232.02983874414235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193693124171205, 40.011745709818499 ], [ -75.194663261665397, 40.010332718613498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9853, "tnode_": 9886, "lpoly_": null, "rpoly_": null, "length": 88.85643923, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 142, "l_t_add": 144, "r_f_add": 145, "r_t_add": 159, "st_code": 66500, "l_hundred": 100, "r_hundred": 100, "seg_id": 621509, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23470, "Shape__Length": 35.404847594750301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171238093251404, 40.029309269364099 ], [ -75.171439798693399, 40.029120976387702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9788, "tnode_": 9321, "lpoly_": null, "rpoly_": null, "length": 914.14238465999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GARFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 36120, "l_hundred": 0, "r_hundred": 0, "seg_id": 621513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GARFIELD ST", "stname": "E GARFIELD ST", "objectid": 23471, "Shape__Length": 364.28889142499554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164136635983297, 40.029503248760697 ], [ -75.163793323591705, 40.029824050479597 ], [ -75.163743081429004, 40.0299073440912 ], [ -75.163725416767207, 40.029959209616898 ], [ -75.163670561364199, 40.030026318913698 ], [ -75.163241539638094, 40.030442804776698 ], [ -75.162150086474796, 40.031485157086102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9840, "tnode_": 9383, "lpoly_": null, "rpoly_": null, "length": 915.02227258999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 72020, "l_hundred": 0, "r_hundred": 0, "seg_id": 621514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEYMOUR ST", "stname": "E SEYMOUR ST", "objectid": 23472, "Shape__Length": 364.61401201863441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163751410985, 40.029264856318797 ], [ -75.163100531728503, 40.029888853078901 ], [ -75.161706520964501, 40.031224008178398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9874, "tnode_": 9427, "lpoly_": null, "rpoly_": null, "length": 918.4464747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 23300, "l_hundred": 0, "r_hundred": 0, "seg_id": 621515, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLAPIER ST", "stname": "E CLAPIER ST", "objectid": 23473, "Shape__Length": 365.98916546813604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163272123671206, 40.028969976724497 ], [ -75.162429847813598, 40.029785297721602 ], [ -75.1612419419085, 40.030950109293798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10312, "tnode_": 28094, "lpoly_": null, "rpoly_": null, "length": 1679.31677653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3100, "l_t_add": 3398, "r_f_add": 3101, "r_t_add": 3399, "st_code": 50780, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621516, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23474, "Shape__Length": 669.17467452180995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192614252809605, 40.027324224831403 ], [ -75.192674438373899, 40.027237407974397 ], [ -75.192748310277594, 40.027124376553097 ], [ -75.192854580697997, 40.026943260308798 ], [ -75.193019748068707, 40.026782568380902 ], [ -75.193270380774194, 40.026597020030799 ], [ -75.193779850774504, 40.026271977286299 ], [ -75.194050207805006, 40.026090689324 ], [ -75.194148196619494, 40.025997305955798 ], [ -75.194277001136896, 40.025877851154299 ], [ -75.194391763465305, 40.025735147740797 ], [ -75.194556414628195, 40.0254559429602 ], [ -75.194664978303194, 40.025213715095703 ], [ -75.1948669113482, 40.024736566961501 ], [ -75.194948763519704, 40.024543437670303 ], [ -75.195068634426804, 40.024397025252497 ], [ -75.195747051926801, 40.023941942777 ], [ -75.196083414349502, 40.023723893314802 ], [ -75.1960992813638, 40.023714707252601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10826, "tnode_": 28036, "lpoly_": null, "rpoly_": null, "length": 895.73631611000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3000, "l_t_add": 3120, "r_f_add": 3001, "r_t_add": 3005, "st_code": 71280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621517, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23475, "Shape__Length": 356.30157719296471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1849357113976, 40.024408916747603 ], [ -75.187820843996207, 40.023347669834898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12729, "tnode_": 12789, "lpoly_": null, "rpoly_": null, "length": 1342.6680195099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL EXPY", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19131, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9430, "l_hundred": 0, "r_hundred": 0, "seg_id": 621519, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "SCHUYLKILL EXPY RAMP H", "stname": "SCHUYLKILL EXPY RAMP H", "objectid": 23476, "Shape__Length": 533.73640006398693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206170522209106, 40.0091483611303 ], [ -75.206374405072395, 40.009166623066299 ], [ -75.206455097119104, 40.009172424711203 ], [ -75.206761993268998, 40.009201300532801 ], [ -75.207072828387098, 40.009264381016102 ], [ -75.207244269672401, 40.009286241357799 ], [ -75.207443500092396, 40.009311955946401 ], [ -75.207650338344706, 40.009315303692397 ], [ -75.207973064488101, 40.009307399201901 ], [ -75.208355815971899, 40.009259268428799 ], [ -75.208608648064299, 40.0092047710923 ], [ -75.2088791889866, 40.009142912038598 ], [ -75.209549551011804, 40.008959631344503 ], [ -75.210504374217805, 40.0086252333316 ], [ -75.210768586467793, 40.008560546750502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12789, "tnode_": 12883, "lpoly_": null, "rpoly_": null, "length": 619.4437561000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENTIAL", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 65560, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621520, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENTIAL BLVD", "stname": "PRESIDENTIAL BLVD", "objectid": 23477, "Shape__Length": 246.83433960977487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210768586467793, 40.008560546750502 ], [ -75.210707029832705, 40.008465462283297 ], [ -75.210519893173995, 40.008210348445203 ], [ -75.209793059722401, 40.007315247107499 ], [ -75.2095565793378, 40.007149494005901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11517, "tnode_": 11214, "lpoly_": null, "rpoly_": null, "length": 769.18926137000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARISSA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 23480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621522, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARISSA ST", "stname": "CLARISSA ST", "objectid": 23478, "Shape__Length": 306.79862660003494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160323658694594, 40.019330431161301 ], [ -75.160633900944504, 40.019785161021197 ], [ -75.160693711047202, 40.020086482069701 ], [ -75.160675869486596, 40.0201922364908 ], [ -75.160658837090693, 40.020276777629 ], [ -75.160642817356006, 40.0203348021913 ], [ -75.160588868153098, 40.020482205441397 ], [ -75.160207441686893, 40.0213209979471 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13102, "tnode_": 12911, "lpoly_": null, "rpoly_": null, "length": 575.36069917999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 29060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621523, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DOVER ST", "stname": "N DOVER ST", "objectid": 23479, "Shape__Length": 229.51123670136516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1762510965102, 40.004626204501498 ], [ -75.175976346138299, 40.005852898508302 ], [ -75.175901505918404, 40.006182590877003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13112, "tnode_": 12921, "lpoly_": null, "rpoly_": null, "length": 577.14119061000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NEWKIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 59640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621524, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NEWKIRK ST", "stname": "N NEWKIRK ST", "objectid": 23480, "Shape__Length": 230.22418201774025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175682587086996, 40.0045497274903 ], [ -75.175406482787096, 40.005864447660997 ], [ -75.175352264997301, 40.006113549906097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10243, "tnode_": 10156, "lpoly_": null, "rpoly_": null, "length": 239.71277122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4843, "st_code": 18500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 23481, "Shape__Length": 95.538213955862545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153514092282407, 40.026920271261297 ], [ -75.153391480381799, 40.026957745650698 ], [ -75.153211123172298, 40.027042469111898 ], [ -75.153123112959406, 40.027430733047403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11374, "tnode_": 11575, "lpoly_": null, "rpoly_": null, "length": 668.00148892000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 68880, "l_hundred": 300, "r_hundred": 300, "seg_id": 621529, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23482, "Shape__Length": 266.14605798033142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162784217373201, 40.020377192434303 ], [ -75.162904619102804, 40.020116615102197 ], [ -75.163037934606194, 40.019878721513301 ], [ -75.163163004702596, 40.0197154028304 ], [ -75.163502527771499, 40.019453080926503 ], [ -75.163614270472294, 40.019355915921402 ], [ -75.1638312526932, 40.019190513977399 ], [ -75.164211834316902, 40.018957667956698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11930, "tnode_": 11942, "lpoly_": null, "rpoly_": null, "length": 618.206524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCHELLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 68960, "l_hundred": 0, "r_hundred": 0, "seg_id": 621530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCHELLE AVE", "stname": "ROCHELLE AVE", "objectid": 23483, "Shape__Length": 245.84814464458285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210366834377496, 40.0167936985357 ], [ -75.209994160190007, 40.0166777433814 ], [ -75.208917965004602, 40.016375206498601 ], [ -75.208336080766799, 40.016613470251997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12918, "tnode_": 13063, "lpoly_": null, "rpoly_": null, "length": 685.51312785000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 44040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 621532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23484, "Shape__Length": 272.74803263208486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176622979199394, 40.0060953261587 ], [ -75.178644679302707, 40.005035083842799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12835, "tnode_": 12860, "lpoly_": null, "rpoly_": null, "length": 1306.5004623599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 33430, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621533, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2013-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FALLS RD", "stname": "FALLS RD", "objectid": 23485, "Shape__Length": 519.6943694848967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198006949412502, 40.007459372852402 ], [ -75.198241728161307, 40.0075245585871 ], [ -75.198249665439903, 40.007524299816502 ], [ -75.198450306586693, 40.0075732453043 ], [ -75.198581618146505, 40.0075427975313 ], [ -75.198706920261401, 40.007463954659102 ], [ -75.199074873539701, 40.007169589670099 ], [ -75.199256381290397, 40.007035212843803 ], [ -75.199372685347001, 40.0069455240004 ], [ -75.199553682596004, 40.006824704513498 ], [ -75.199675610886402, 40.006773134772601 ], [ -75.199800149553099, 40.006746048215199 ], [ -75.199962356041397, 40.006749651158998 ], [ -75.200116388897996, 40.006782925308997 ], [ -75.201896976398999, 40.007446743078098 ], [ -75.202024296756505, 40.007491214980497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28073, "tnode_": 11268, "lpoly_": null, "rpoly_": null, "length": 436.30454029000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4330, "l_t_add": 4398, "r_f_add": 4331, "r_t_add": 4399, "st_code": 38180, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621534, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 23486, "Shape__Length": 173.92459728096301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155740235638007, 40.019922118414101 ], [ -75.156356517599406, 40.020509775036103 ], [ -75.156341039722506, 40.020624551946 ], [ -75.156308776797303, 40.020743213340303 ], [ -75.156277966987304, 40.0209480537562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27034, "tnode_": 12365, "lpoly_": null, "rpoly_": null, "length": 246.68272441000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3290, "l_t_add": 3298, "r_f_add": 3297, "r_t_add": 3299, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621536, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23487, "Shape__Length": 98.264216882485812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180707783598095, 40.011675338333198 ], [ -75.180765337394703, 40.0116860300705 ], [ -75.180798523061299, 40.011709704261598 ], [ -75.180846111270299, 40.011746803202797 ], [ -75.180932155888399, 40.011837176148703 ], [ -75.181007868108793, 40.011919128562504 ], [ -75.181263353949205, 40.012187012395501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27531, "tnode_": 9656, "lpoly_": null, "rpoly_": null, "length": 959.16895847000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 90, "st_code": 51440, "l_hundred": 0, "r_hundred": 0, "seg_id": 621537, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOGAN ST", "stname": "E LOGAN ST", "objectid": 23488, "Shape__Length": 381.89354908227813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162271155739305, 40.028343351486498 ], [ -75.162111746740607, 40.0284942735668 ], [ -75.161961803050502, 40.028644013973903 ], [ -75.161868770395401, 40.028742237299703 ], [ -75.161609429067894, 40.028878951939198 ], [ -75.160872171847103, 40.0293005723532 ], [ -75.1604580288801, 40.029534114375998 ], [ -75.159642532140097, 40.030006879671198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10157, "tnode_": 10340, "lpoly_": null, "rpoly_": null, "length": 629.10700396999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 41920, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 621540, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENLEY ST", "stname": "HENLEY ST", "objectid": 23489, "Shape__Length": 250.40716160749042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170527306276, 40.027753521397202 ], [ -75.168701754757706, 40.026747115879402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12889, "tnode_": 12900, "lpoly_": null, "rpoly_": null, "length": 217.11146974, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3318, "l_t_add": 3398, "r_f_add": 3319, "r_t_add": 3399, "st_code": 82580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 23490, "Shape__Length": 86.277005064814546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183955165775004, 40.006601881905098 ], [ -75.1847289675312, 40.006568344072498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12900, "tnode_": 12892, "lpoly_": null, "rpoly_": null, "length": 448.31483263999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 82580, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621542, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 23491, "Shape__Length": 178.16542845991165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1847289675312, 40.006568344072498 ], [ -75.184859625491896, 40.006553058564101 ], [ -75.185352181462704, 40.006537041467602 ], [ -75.186313636742895, 40.006662534771799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12990, "tnode_": 12900, "lpoly_": null, "rpoly_": null, "length": 308.63139131000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "34TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 34TH ST", "stname": "N 34TH ST", "objectid": 23492, "Shape__Length": 123.11811685108297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184885658618498, 40.005730119155601 ], [ -75.184742764172398, 40.006427243528897 ], [ -75.1847289675312, 40.006568344072498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9920, "tnode_": 9765, "lpoly_": null, "rpoly_": null, "length": 551.53074252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 638, "r_f_add": 601, "r_t_add": 635, "st_code": 67620, "l_hundred": 600, "r_hundred": 600, "seg_id": 621544, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 23493, "Shape__Length": 219.44816185794866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208732658064307, 40.029844715684298 ], [ -75.208175203117094, 40.030077811960602 ], [ -75.207582642151806, 40.030330774007503 ], [ -75.207010434419303, 40.030579135449003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9836, "tnode_": 9714, "lpoly_": null, "rpoly_": null, "length": 254.2486278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGDALENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5826, "l_t_add": 5834, "r_f_add": 5825, "r_t_add": 5835, "st_code": 52900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621552, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGDALENA ST", "stname": "MAGDALENA ST", "objectid": 23494, "Shape__Length": 101.3726010621771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203851110232094, 40.030203667309003 ], [ -75.2040622531579, 40.030492172792499 ], [ -75.2040629756562, 40.030493159188097 ], [ -75.204064878721297, 40.030495231332701 ], [ -75.204296278561401, 40.030811939857301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9765, "tnode_": 9528, "lpoly_": null, "rpoly_": null, "length": 704.0103266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RECTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 640, "l_t_add": 698, "r_f_add": 637, "r_t_add": 699, "st_code": 67620, "l_hundred": 600, "r_hundred": 600, "seg_id": 621555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RECTOR ST", "stname": "RECTOR ST", "objectid": 23495, "Shape__Length": 280.12481936179955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207010434419303, 40.030579135449003 ], [ -75.2057464283033, 40.031116033536399 ], [ -75.205002992317603, 40.031440787400697 ], [ -75.204816222416397, 40.031522372566798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9898, "tnode_": 9714, "lpoly_": null, "rpoly_": null, "length": 703.36233167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 45840, "l_hundred": 600, "r_hundred": 600, "seg_id": 621557, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 23496, "Shape__Length": 279.86392262284249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206488623080702, 40.029869835723098 ], [ -75.205225474478098, 40.030405137696903 ], [ -75.204482945627703, 40.030730218133797 ], [ -75.204296278561401, 40.030811939857301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10024, "tnode_": 9836, "lpoly_": null, "rpoly_": null, "length": 703.32172117999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENDOVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 82320, "l_hundred": 600, "r_hundred": 600, "seg_id": 621558, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WENDOVER ST", "stname": "WENDOVER ST", "objectid": 23497, "Shape__Length": 279.84797056864545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206039787210003, 40.029256902802501 ], [ -75.204789207728794, 40.029809036850203 ], [ -75.203851110232094, 40.030203667309003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9519, "tnode_": 9319, "lpoly_": null, "rpoly_": null, "length": 692.05406699000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROXBOROUGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 650, "l_t_add": 698, "r_f_add": 647, "r_t_add": 699, "st_code": 69600, "l_hundred": 600, "r_hundred": 600, "seg_id": 621560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROXBOROUGH AVE", "stname": "ROXBOROUGH AVE", "objectid": 23498, "Shape__Length": 275.37969477726557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207717718259801, 40.031582282169701 ], [ -75.207045054403196, 40.031868687837701 ], [ -75.206506180647906, 40.032113000818001 ], [ -75.205571453969796, 40.032523948356697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9898, "tnode_": 9765, "lpoly_": null, "rpoly_": null, "length": 296.85228770999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5836, "l_t_add": 5848, "r_f_add": 5817, "r_t_add": 5825, "st_code": 41960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621570, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23499, "Shape__Length": 118.35791257108407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206488623080702, 40.029869835723098 ], [ -75.206747755970795, 40.030228516481102 ], [ -75.207010434419303, 40.030579135449003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9714, "tnode_": 9528, "lpoly_": null, "rpoly_": null, "length": 296.94487403, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGDALENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5836, "l_t_add": 5850, "r_f_add": 5837, "r_t_add": 5851, "st_code": 52900, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGDALENA ST", "stname": "MAGDALENA ST", "objectid": 23500, "Shape__Length": 118.39736161607465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204296278561401, 40.030811939857301 ], [ -75.204463204476895, 40.031040023502797 ], [ -75.204568468314307, 40.031183853492998 ], [ -75.204816222416397, 40.031522372566798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10908, "tnode_": 10848, "lpoly_": null, "rpoly_": null, "length": 190.096745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 639, "l_t_add": 645, "r_f_add": 580, "r_t_add": 598, "st_code": 15960, "l_hundred": 600, "r_hundred": 500, "seg_id": 621589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-01-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 23501, "Shape__Length": 75.641132466301059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203825124310498, 40.024420057343697 ], [ -75.203382996018306, 40.024621906367699 ], [ -75.203283875878, 40.024671032976897 ], [ -75.203244682967807, 40.024690458889999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28065, "tnode_": 10947, "lpoly_": null, "rpoly_": null, "length": 349.52449762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOUGHTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 43695, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621592, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOUGHTON PL", "stname": "HOUGHTON PL", "objectid": 23502, "Shape__Length": 139.34038812040367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203979252825405, 40.023236427305697 ], [ -75.204605182456902, 40.024066513785698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11045, "tnode_": 10947, "lpoly_": null, "rpoly_": null, "length": 320.1609479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 568, "st_code": 15960, "l_hundred": 500, "r_hundred": 500, "seg_id": 621593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 23503, "Shape__Length": 127.50310842599688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205223759032506, 40.023479763713297 ], [ -75.205281670923497, 40.0235664124679 ], [ -75.205294400783799, 40.023668533914197 ], [ -75.205247262900002, 40.023748111022201 ], [ -75.205150650661594, 40.023822348925201 ], [ -75.204995629653794, 40.023909575903602 ], [ -75.204605182456902, 40.024066513785698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10947, "tnode_": 10908, "lpoly_": null, "rpoly_": null, "length": 253.67642323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 637, "r_f_add": 570, "r_t_add": 578, "st_code": 15960, "l_hundred": 600, "r_hundred": 500, "seg_id": 621596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 23504, "Shape__Length": 100.93539691171392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204605182456902, 40.024066513785698 ], [ -75.204282975564496, 40.024222262846799 ], [ -75.204191128994694, 40.024261226866798 ], [ -75.203825124310498, 40.024420057343697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11328, "tnode_": 11179, "lpoly_": null, "rpoly_": null, "length": 627.23537998000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 70680, "l_hundred": 200, "r_hundred": 200, "seg_id": 621598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 23505, "Shape__Length": 249.56933379058719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207538426352599, 40.021740122876899 ], [ -75.206031728453098, 40.022422641456799 ], [ -75.205617553926999, 40.022625092702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11396, "tnode_": 11343, "lpoly_": null, "rpoly_": null, "length": 768.11675907000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68980, "l_hundred": 200, "r_hundred": 200, "seg_id": 621600, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCK ST", "stname": "ROCK ST", "objectid": 23506, "Shape__Length": 305.34788684066092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207541264786698, 40.021242590544098 ], [ -75.205316949237599, 40.021518156916201 ], [ -75.205030033593204, 40.021562278091501 ], [ -75.204852527502993, 40.021627904076702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11343, "tnode_": 11111, "lpoly_": null, "rpoly_": null, "length": 565.0821318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUENTIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5400, "l_t_add": 5464, "r_f_add": 5401, "r_t_add": 5473, "st_code": 66540, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 621603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUENTIN ST", "stname": "QUENTIN ST", "objectid": 23507, "Shape__Length": 225.2631989719896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204852527502993, 40.021627904076702 ], [ -75.204721993107, 40.021712426094602 ], [ -75.204643562075702, 40.021785598777903 ], [ -75.204556187502803, 40.021865752351999 ], [ -75.204429887941203, 40.022143009437897 ], [ -75.204372936009605, 40.022304185961097 ], [ -75.204424430781302, 40.0224356745858 ], [ -75.204529476273805, 40.022578031490902 ], [ -75.204645870642807, 40.0227121533011 ], [ -75.204868298067495, 40.022955716397703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11692, "tnode_": 11604, "lpoly_": null, "rpoly_": null, "length": 296.15646987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3744, "l_t_add": 3798, "r_f_add": 3743, "r_t_add": 3799, "st_code": 53120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23508, "Shape__Length": 118.04158366661196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210099567528701, 40.0190380501083 ], [ -75.210371593906601, 40.019404884192198 ], [ -75.210463147217098, 40.019523146193798 ], [ -75.210552726419394, 40.019649422106497 ], [ -75.210657782493598, 40.0197229901813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11699, "tnode_": 11625, "lpoly_": null, "rpoly_": null, "length": 234.96833106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIGHTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 240, "l_t_add": 298, "r_f_add": 203, "r_t_add": 299, "st_code": 68400, "l_hundred": 200, "r_hundred": 200, "seg_id": 621610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIGHTER ST", "stname": "RIGHTER ST", "objectid": 23509, "Shape__Length": 93.745712315086095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207750080314696, 40.018911768321701 ], [ -75.207653762540403, 40.019239663699203 ], [ -75.207598099299105, 40.0195455466678 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12199, "tnode_": 12333, "lpoly_": null, "rpoly_": null, "length": 573.44305207000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 55700, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621615, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23510, "Shape__Length": 228.27828329162168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194845030546404, 40.013808710516201 ], [ -75.194987911506502, 40.0137183143271 ], [ -75.196198602593498, 40.012896297418699 ], [ -75.196400929182602, 40.012787246454003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12116, "tnode_": 12087, "lpoly_": null, "rpoly_": null, "length": 163.09763928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GYPSY", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3570, "l_t_add": 3598, "r_f_add": 3571, "r_t_add": 3599, "st_code": 39180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GYPSY LN", "stname": "GYPSY LN", "objectid": 23511, "Shape__Length": 64.908123216806374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198281030793794, 40.014672249098901 ], [ -75.198483272850495, 40.014781827573898 ], [ -75.198752415600296, 40.014935038458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12216, "tnode_": 12191, "lpoly_": null, "rpoly_": null, "length": 191.745282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3580, "l_t_add": 3598, "r_f_add": 3581, "r_t_add": 3599, "st_code": 25840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23512, "Shape__Length": 76.236720892574695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198943187586195, 40.013765649674603 ], [ -75.199192621157593, 40.013841777779099 ], [ -75.199589569192298, 40.013937953345497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12146, "tnode_": 12116, "lpoly_": null, "rpoly_": null, "length": 221.74848307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GYPSY", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3550, "l_t_add": 3568, "r_f_add": 3551, "r_t_add": 3569, "st_code": 39180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621623, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GYPSY LN", "stname": "GYPSY LN", "objectid": 23513, "Shape__Length": 88.249160925481092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197640955901505, 40.014316269790797 ], [ -75.197998879211099, 40.0145397161061 ], [ -75.198281030793794, 40.014672249098901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12245, "tnode_": 12216, "lpoly_": null, "rpoly_": null, "length": 212.35247914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3554, "l_t_add": 3578, "r_f_add": 3553, "r_t_add": 3579, "st_code": 25840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621625, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23514, "Shape__Length": 84.436347869450344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198235251310294, 40.013557391050298 ], [ -75.1985601624163, 40.013646956972501 ], [ -75.198943187586195, 40.013765649674603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12189, "tnode_": 12146, "lpoly_": null, "rpoly_": null, "length": 215.14803974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GYPSY", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3548, "r_f_add": 3501, "r_t_add": 3549, "st_code": 39180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GYPSY LN", "stname": "GYPSY LN", "objectid": 23515, "Shape__Length": 85.630603634118927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197031850856604, 40.013957330801198 ], [ -75.1972588846441, 40.014102070350198 ], [ -75.197411762765697, 40.014196195785097 ], [ -75.197640955901505, 40.014316269790797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12269, "tnode_": 12245, "lpoly_": null, "rpoly_": null, "length": 218.98920898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3530, "l_t_add": 3552, "r_f_add": 3531, "r_t_add": 3551, "st_code": 25840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23516, "Shape__Length": 87.069577607490956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197498635072506, 40.013356462482299 ], [ -75.197980025579795, 40.013480570753799 ], [ -75.198235251310294, 40.013557391050298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12292, "tnode_": 12269, "lpoly_": null, "rpoly_": null, "length": 215.72425166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3510, "l_t_add": 3528, "r_f_add": 3511, "r_t_add": 3529, "st_code": 25840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23517, "Shape__Length": 85.781802109500546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196785891386597, 40.013132184216701 ], [ -75.197172841806506, 40.013257053828802 ], [ -75.197498635072506, 40.013356462482299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12189, "tnode_": 12292, "lpoly_": null, "rpoly_": null, "length": 416.89595486999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GYPSY", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 39180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621635, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GYPSY LN", "stname": "GYPSY LN", "objectid": 23518, "Shape__Length": 166.0456565470414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197031850856604, 40.013957330801198 ], [ -75.196782668249696, 40.013843080220397 ], [ -75.196664751388397, 40.013791867774898 ], [ -75.196504959017901, 40.013716410429097 ], [ -75.196454028743204, 40.013665257573301 ], [ -75.196436653902396, 40.013586716182701 ], [ -75.196527603993204, 40.0134386791824 ], [ -75.196785891386597, 40.013132184216701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12092, "tnode_": 12142, "lpoly_": null, "rpoly_": null, "length": 270.94099129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 81360, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARDEN DR", "stname": "WARDEN DR", "objectid": 23519, "Shape__Length": 107.92185535384019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192510826615404, 40.0147717625808 ], [ -75.192237209957199, 40.014507962002199 ], [ -75.191876713477598, 40.014210839470799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12253, "tnode_": 12202, "lpoly_": null, "rpoly_": null, "length": 197.73917271000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONRAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3616, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 24860, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONRAD ST", "stname": "CONRAD ST", "objectid": 23520, "Shape__Length": 78.757361615898091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190819539676795, 40.013303428992899 ], [ -75.191103901856593, 40.013523554005303 ], [ -75.191291148608798, 40.0137061784542 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12098, "tnode_": 12057, "lpoly_": null, "rpoly_": null, "length": 211.20559229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 79880, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23521, "Shape__Length": 84.129339738254259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188941040512702, 40.0145949679616 ], [ -75.189204138884307, 40.014839439834098 ], [ -75.189433886941401, 40.015033557891101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12248, "tnode_": 12403, "lpoly_": null, "rpoly_": null, "length": 717.89311595000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNNYSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 75480, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621645, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUNNYSIDE AVE", "stname": "SUNNYSIDE AVE", "objectid": 23522, "Shape__Length": 285.80076759162785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187404355889598, 40.013312370239603 ], [ -75.187639271080798, 40.013142234554898 ], [ -75.189319873319405, 40.012003259184397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12325, "tnode_": 12477, "lpoly_": null, "rpoly_": null, "length": 716.98772703999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 18600, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621647, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWMAN ST", "stname": "BOWMAN ST", "objectid": 23523, "Shape__Length": 285.43853811432598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186634826564202, 40.012657365662697 ], [ -75.186911792997506, 40.012449325128799 ], [ -75.188546229369706, 40.011348839736698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12325, "tnode_": 12248, "lpoly_": null, "rpoly_": null, "length": 321.55453189000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3433, "st_code": 79880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23524, "Shape__Length": 128.0700618854724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186634826564202, 40.012657365662697 ], [ -75.186877123359494, 40.012860806445701 ], [ -75.187404355889598, 40.013312370239603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12227, "tnode_": 12111, "lpoly_": null, "rpoly_": null, "length": 471.17819274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 61900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSMOND ST", "stname": "OSMOND ST", "objectid": 23525, "Shape__Length": 187.66908705557449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185541267515902, 40.013425720766001 ], [ -75.185780649470502, 40.013628049090897 ], [ -75.186662495115002, 40.014389924234997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12235, "tnode_": 12170, "lpoly_": null, "rpoly_": null, "length": 266.85016222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3350, "l_t_add": 3398, "r_f_add": 3351, "r_t_add": 3399, "st_code": 41960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621655, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23526, "Shape__Length": 106.28532047294179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184169918092394, 40.013378198773097 ], [ -75.184517305708795, 40.013683826576397 ], [ -75.184804915251405, 40.013924205629699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12389, "tnode_": 12325, "lpoly_": null, "rpoly_": null, "length": 261.6134283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 79880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23527, "Shape__Length": 104.19845925027612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186013991395399, 40.012121217880498 ], [ -75.186353867961998, 40.012399585367397 ], [ -75.186634826564202, 40.012657365662697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11603, "tnode_": 11519, "lpoly_": null, "rpoly_": null, "length": 360.21761749000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 71300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621660, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 23528, "Shape__Length": 143.470508950788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171281489423706, 40.018844516232001 ], [ -75.171404807818206, 40.018948286337299 ], [ -75.171502687220197, 40.019030649155802 ], [ -75.171766491301398, 40.019252634470398 ], [ -75.171999306658805, 40.019448540107497 ], [ -75.172000609190803, 40.0194496361487 ], [ -75.1721624849541, 40.019564208288102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11355, "tnode_": 11408, "lpoly_": null, "rpoly_": null, "length": 203.06169042, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 474, "l_t_add": 498, "r_f_add": 473, "r_t_add": 491, "st_code": 23320, "l_hundred": 400, "r_hundred": 400, "seg_id": 621664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 23529, "Shape__Length": 80.923785044462008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171092737498697, 40.020736456729601 ], [ -75.171405224281003, 40.020383091886302 ], [ -75.171507904506598, 40.020279649405701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11821, "tnode_": 11752, "lpoly_": null, "rpoly_": null, "length": 229.12871317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANAYUNK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3710, "l_t_add": 3726, "r_f_add": 3717, "r_t_add": 3719, "st_code": 53120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANAYUNK AVE", "stname": "MANAYUNK AVE", "objectid": 23530, "Shape__Length": 91.337064811206233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209330138223905, 40.017973717498698 ], [ -75.209507464877007, 40.018231697961497 ], [ -75.209738514380803, 40.018518301183001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11984, "tnode_": 11870, "lpoly_": null, "rpoly_": null, "length": 488.18556458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAUX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 79880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAUX ST", "stname": "VAUX ST", "objectid": 23531, "Shape__Length": 194.68566540886184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189837512401198, 40.015761495936097 ], [ -75.189767915003301, 40.016158465791897 ], [ -75.189808914213003, 40.016347486761802 ], [ -75.189851887900801, 40.0164841293523 ], [ -75.18988480422, 40.016581302528301 ], [ -75.190079519915699, 40.016834923485 ], [ -75.190250145058698, 40.017001999638097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12492, "tnode_": 12419, "lpoly_": null, "rpoly_": null, "length": 257.64939849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3715, "st_code": 88170, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 23532, "Shape__Length": 102.78278383731281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1607564218737, 40.010495829422602 ], [ -75.160648094969702, 40.010971835689297 ], [ -75.160589539048203, 40.0111913035961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11147, "tnode_": 11355, "lpoly_": null, "rpoly_": null, "length": 540.33354284999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 428, "l_t_add": 472, "r_f_add": 419, "r_t_add": 471, "st_code": 23320, "l_hundred": 400, "r_hundred": 400, "seg_id": 621675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 23533, "Shape__Length": 215.32373990226964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169964510556298, 40.021939664468803 ], [ -75.170214349141602, 40.021673321305997 ], [ -75.171092737498697, 40.020736456729601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11279, "tnode_": 11504, "lpoly_": null, "rpoly_": null, "length": 717.30519216000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 420, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 11080, "l_hundred": 400, "r_hundred": 400, "seg_id": 621676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23534, "Shape__Length": 285.79665234131721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168819254301596, 40.021233697778001 ], [ -75.169088405260496, 40.020974702786503 ], [ -75.169224936313796, 40.020840986779902 ], [ -75.170405516156805, 40.019687769415 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11504, "tnode_": 11408, "lpoly_": null, "rpoly_": null, "length": 376.6875453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 49400, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURENS ST", "stname": "LAURENS ST", "objectid": 23535, "Shape__Length": 149.91228372164818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170405516156805, 40.019687769415 ], [ -75.170763063207701, 40.019893466039903 ], [ -75.171507904506598, 40.020279649405701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11355, "tnode_": 11169, "lpoly_": null, "rpoly_": null, "length": 708.8446671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERRINGER", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 32080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 621679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERRINGER PL", "stname": "ERRINGER PL", "objectid": 23536, "Shape__Length": 282.14416594869124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171092737498697, 40.020736456729601 ], [ -75.172691095783193, 40.021655564268002 ], [ -75.173116898395506, 40.021904558672396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11552, "tnode_": 11392, "lpoly_": null, "rpoly_": null, "length": 701.70788948000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COPLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 24980, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 621681, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COPLEY RD", "stname": "COPLEY RD", "objectid": 23537, "Shape__Length": 279.26844779761552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172363199884103, 40.019379812383299 ], [ -75.173688987448799, 40.020099385467603 ], [ -75.174408215262901, 40.020492633532697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11392, "tnode_": 11487, "lpoly_": null, "rpoly_": null, "length": 266.24338794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 550, "l_t_add": 598, "r_f_add": 549, "r_t_add": 599, "st_code": 53160, "l_hundred": 500, "r_hundred": 500, "seg_id": 621682, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 23538, "Shape__Length": 106.0956630679906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174408215262901, 40.020492633532697 ], [ -75.174554631228204, 40.020353639693603 ], [ -75.174683492454193, 40.0202052301523 ], [ -75.174965418274596, 40.019900978581099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11552, "tnode_": 11669, "lpoly_": null, "rpoly_": null, "length": 428.72266853999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 542, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 23320, "l_hundred": 500, "r_hundred": 500, "seg_id": 621695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLAPIER ST", "stname": "W CLAPIER ST", "objectid": 23539, "Shape__Length": 170.84471515768007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172363199884103, 40.019379812383299 ], [ -75.172643275543706, 40.019056608068198 ], [ -75.173249767015903, 40.018420739522099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10024, "tnode_": 9964, "lpoly_": null, "rpoly_": null, "length": 151.8252062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5826, "l_t_add": 5830, "r_f_add": 5809, "r_t_add": 5811, "st_code": 41960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621696, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23540, "Shape__Length": 60.530232581992749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206039787210003, 40.029256902802501 ], [ -75.206314130364206, 40.029616382886203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9964, "tnode_": 9898, "lpoly_": null, "rpoly_": null, "length": 104.4619582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5832, "l_t_add": 5834, "r_f_add": 5813, "r_t_add": 5815, "st_code": 41960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 621697, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23541, "Shape__Length": 41.653570360424418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206314130364206, 40.029616382886203 ], [ -75.206488623080702, 40.029869835723098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10145, "tnode_": 9946, "lpoly_": null, "rpoly_": null, "length": 701.01484741000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 632, "l_t_add": 698, "r_f_add": 639, "r_t_add": 699, "st_code": 81100, "l_hundred": 600, "r_hundred": 600, "seg_id": 621698, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT LN", "stname": "WALNUT LN", "objectid": 23542, "Shape__Length": 278.90593372363992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205617802784602, 40.028670162087899 ], [ -75.205369754333404, 40.028738145728603 ], [ -75.2050234872098, 40.028882334116197 ], [ -75.204338577707006, 40.029173855577703 ], [ -75.203408967990995, 40.029570558038799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10130, "tnode_": 9964, "lpoly_": null, "rpoly_": null, "length": 554.12628793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMESTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 550, "l_t_add": 598, "r_f_add": 549, "r_t_add": 599, "st_code": 45840, "l_hundred": 500, "r_hundred": 500, "seg_id": 621700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMESTOWN AVE", "stname": "JAMESTOWN AVE", "objectid": 23543, "Shape__Length": 220.49021892160755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208028172632098, 40.028856345844801 ], [ -75.206314130364206, 40.029616382886203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11692, "tnode_": 11699, "lpoly_": null, "rpoly_": null, "length": 676.60075630999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 139, "l_t_add": 199, "r_f_add": 136, "r_t_add": 198, "st_code": 61860, "l_hundred": 100, "r_hundred": 100, "seg_id": 621701, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSBORN ST", "stname": "OSBORN ST", "objectid": 23544, "Shape__Length": 268.9738965171826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210099567528701, 40.0190380501083 ], [ -75.209766995803093, 40.0191659382076 ], [ -75.208481609519396, 40.019008539145297 ], [ -75.208097149196405, 40.018959451694599 ], [ -75.207750080314696, 40.018911768321701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11179, "tnode_": 11111, "lpoly_": null, "rpoly_": null, "length": 241.94890713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALAIGNAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 70680, "l_hundred": 500, "r_hundred": 500, "seg_id": 621724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALAIGNAC ST", "stname": "SALAIGNAC ST", "objectid": 23545, "Shape__Length": 96.263114821507003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205617553926999, 40.022625092702 ], [ -75.204868298067495, 40.022955716397703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8909, "tnode_": 9224, "lpoly_": null, "rpoly_": null, "length": 1114.5791346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 62920, "l_hundred": 600, "r_hundred": 600, "seg_id": 621729, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LN", "stname": "PARK LN", "objectid": 23546, "Shape__Length": 443.59805314928997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191902509485502, 40.034321395046497 ], [ -75.192455712982806, 40.034009143086401 ], [ -75.192611082379898, 40.033941410683099 ], [ -75.193418285025103, 40.0336145099932 ], [ -75.193963148000705, 40.033390475602801 ], [ -75.194560433681701, 40.033153152993798 ], [ -75.194835653840599, 40.033012539519703 ], [ -75.195035769050804, 40.032878293435097 ], [ -75.195243498868507, 40.032694565636703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26789, "tnode_": 26790, "lpoly_": null, "rpoly_": null, "length": 727.13638096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEHMAN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 50020, "l_hundred": 0, "r_hundred": 0, "seg_id": 621732, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 0, "streetlabe": "LEHMAN LN", "stname": "LEHMAN LN", "objectid": 23547, "Shape__Length": 289.58334707129575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183603836444902, 40.029425782829698 ], [ -75.183816144871997, 40.029546536277799 ], [ -75.184003570348196, 40.029667000960899 ], [ -75.184077784678806, 40.029704437228801 ], [ -75.184159162611905, 40.0297062553648 ], [ -75.184301031741299, 40.029646813804199 ], [ -75.184446448977397, 40.0294935347709 ], [ -75.184602982859204, 40.029353920797703 ], [ -75.184763542301098, 40.029415646560601 ], [ -75.184895545105107, 40.029463316469702 ], [ -75.185466577071296, 40.028884975688001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26790, "tnode_": 9877, "lpoly_": null, "rpoly_": null, "length": 297.34842298000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5748, "l_t_add": 5898, "r_f_add": 5829, "r_t_add": 5899, "st_code": 84060, "l_hundred": 5700, "r_hundred": 5800, "seg_id": 621733, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23548, "Shape__Length": 118.44668370622801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185466577071296, 40.028884975688001 ], [ -75.186196116080495, 40.029478058606102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9753, "tnode_": 26789, "lpoly_": null, "rpoly_": null, "length": 326.01161832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 419, "st_code": 65640, "l_hundred": 400, "r_hundred": 400, "seg_id": 621734, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PRICE ST", "stname": "W PRICE ST", "objectid": 23549, "Shape__Length": 129.90857321239804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182878556452394, 40.030125824330497 ], [ -75.183603836444902, 40.029425782829698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26862, "tnode_": 10970, "lpoly_": null, "rpoly_": null, "length": 265.41988537000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 552, "l_t_add": 598, "r_f_add": 553, "r_t_add": 599, "st_code": 55940, "l_hundred": 500, "r_hundred": 500, "seg_id": 621748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23550, "Shape__Length": 105.81550051374853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178600840466302, 40.023970103327699 ], [ -75.178639155966195, 40.023799017951099 ], [ -75.178737437708506, 40.023643381481698 ], [ -75.178935245758296, 40.023434730568901 ], [ -75.1790361770462, 40.023338257631202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26861, "tnode_": 26862, "lpoly_": null, "rpoly_": null, "length": 255.13311174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 522, "l_t_add": 550, "r_f_add": 523, "r_t_add": 551, "st_code": 55940, "l_hundred": 500, "r_hundred": 500, "seg_id": 621749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23551, "Shape__Length": 101.81108653154018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178563386884306, 40.024669443976101 ], [ -75.178576621489, 40.024365831485703 ], [ -75.178589965415597, 40.024149104024403 ], [ -75.178604105404304, 40.024046827150997 ], [ -75.178600840466302, 40.023970103327699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12052, "tnode_": 26841, "lpoly_": null, "rpoly_": null, "length": 605.6096852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 68280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 621757, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23552, "Shape__Length": 240.98134719625608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208702015006693, 40.015489352493397 ], [ -75.208875230447106, 40.015633007914097 ], [ -75.209034313601293, 40.015708348150802 ], [ -75.209294534768901, 40.015826622514602 ], [ -75.210500663660397, 40.016400323489101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27032, "tnode_": 27030, "lpoly_": null, "rpoly_": null, "length": 490.10437491000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUTHORITY", "st_type": "TER", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 14160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621758, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2005-06-29T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "AUTHORITY TER", "stname": "AUTHORITY TER", "objectid": 23553, "Shape__Length": 195.30317341320983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177820183250105, 40.011815321169998 ], [ -75.177942387695893, 40.011926052136097 ], [ -75.178295455051497, 40.012341832972602 ], [ -75.178799252023694, 40.012929188731299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27033, "tnode_": 27029, "lpoly_": null, "rpoly_": null, "length": 553.12741597999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEFENSE", "st_type": "TER", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 27960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621759, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2005-06-29T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "DEFENSE TER", "stname": "DEFENSE TER", "objectid": 23554, "Shape__Length": 220.40355119467102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178891362973999, 40.010849080597097 ], [ -75.179288167953104, 40.011296585699803 ], [ -75.180019945287498, 40.012094998590499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27031, "tnode_": 27032, "lpoly_": null, "rpoly_": null, "length": 271.27229261999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3102, "r_f_add": 3101, "r_t_add": 3101, "st_code": 17140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621760, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "BERKELEY DR", "stname": "BERKELEY DR", "objectid": 23555, "Shape__Length": 108.0735373093038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177241251431198, 40.012396554079999 ], [ -75.177412950841699, 40.012307244010501 ], [ -75.177496587081293, 40.0122401969275 ], [ -75.177820183250105, 40.011815321169998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27032, "tnode_": 27033, "lpoly_": null, "rpoly_": null, "length": 468.5962375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3104, "l_t_add": 3106, "r_f_add": 3103, "r_t_add": 3105, "st_code": 17140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621761, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "BERKELEY DR", "stname": "BERKELEY DR", "objectid": 23556, "Shape__Length": 186.64873530267579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177820183250105, 40.011815321169998 ], [ -75.177887360045105, 40.011727118772399 ], [ -75.178254071261705, 40.0112857038282 ], [ -75.178470112308602, 40.011103470449399 ], [ -75.178615188480407, 40.010991850748503 ], [ -75.178880787571998, 40.010853392975903 ], [ -75.178891362973999, 40.010849080597097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27033, "tnode_": 27034, "lpoly_": null, "rpoly_": null, "length": 985.91834672000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKELEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3108, "l_t_add": 3198, "r_f_add": 3107, "r_t_add": 3199, "st_code": 17140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621762, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "BERKELEY DR", "stname": "BERKELEY DR", "objectid": 23557, "Shape__Length": 392.43023740656497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178891362973999, 40.010849080597097 ], [ -75.1792622722148, 40.0106978369231 ], [ -75.179854948425003, 40.010487931809699 ], [ -75.179953527319199, 40.010477010777002 ], [ -75.180090362458301, 40.010470227447399 ], [ -75.180251792250402, 40.010490250764398 ], [ -75.180377616138998, 40.0105488601113 ], [ -75.180528778616903, 40.010614600239002 ], [ -75.180632536705403, 40.0106924079439 ], [ -75.180817364576896, 40.010883615221701 ], [ -75.180993788602805, 40.011071353562897 ], [ -75.181099702383193, 40.011205001371103 ], [ -75.181119288116193, 40.011251387474701 ], [ -75.181104509894197, 40.011303568567897 ], [ -75.181068779802899, 40.011345433739002 ], [ -75.180950163627102, 40.011434675479201 ], [ -75.180822892940498, 40.011527004021701 ], [ -75.180756567012295, 40.0115878778374 ], [ -75.180735860746694, 40.011611940874701 ], [ -75.180707783598095, 40.011675338333198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27029, "tnode_": 27034, "lpoly_": null, "rpoly_": null, "length": 249.52918968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3268, "l_t_add": 3288, "r_f_add": 3287, "r_t_add": 3295, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23558, "Shape__Length": 99.322363726143962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180019945287498, 40.012094998590499 ], [ -75.1804486067672, 40.011809730921897 ], [ -75.180523227477806, 40.011750296208497 ], [ -75.180567041675999, 40.011717450113203 ], [ -75.180626286470499, 40.0116893147054 ], [ -75.180660851060907, 40.0116759035987 ], [ -75.180707783598095, 40.011675338333198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27030, "tnode_": 27029, "lpoly_": null, "rpoly_": null, "length": 457.44675791000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3246, "l_t_add": 3266, "r_f_add": 3263, "r_t_add": 3285, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23559, "Shape__Length": 182.11392691482925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178799252023694, 40.012929188731299 ], [ -75.180019945287498, 40.012094998590499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12430, "tnode_": 27031, "lpoly_": null, "rpoly_": null, "length": 382.97047226999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3206, "r_f_add": 3201, "r_t_add": 3215, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": "1998-05-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23560, "Shape__Length": 152.72830127020836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177086266834394, 40.011411433463103 ], [ -75.177092363136794, 40.011575395470999 ], [ -75.177079274373895, 40.011682654024803 ], [ -75.177015807310696, 40.011809599680099 ], [ -75.176984292138698, 40.011926852871298 ], [ -75.176984990630103, 40.012027480802402 ], [ -75.177017113439803, 40.012132282735401 ], [ -75.177086221577696, 40.012213627618699 ], [ -75.177241251431198, 40.012396554079999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9744, "tnode_": 9634, "lpoly_": null, "rpoly_": null, "length": 183.5519442, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4942, "l_t_add": 4998, "r_f_add": 4943, "r_t_add": 4999, "st_code": 88130, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 23561, "Shape__Length": 73.245785650344033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153389249714294, 40.029467158071 ], [ -75.153345548425406, 40.029642434189697 ], [ -75.153285143564801, 40.029964509281697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9676, "tnode_": 9634, "lpoly_": null, "rpoly_": null, "length": 455.16315626, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 69880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 621772, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 23562, "Shape__Length": 180.9564237691263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151684156725693, 40.0297496408201 ], [ -75.152733194319893, 40.029899010482303 ], [ -75.153285143564801, 40.029964509281697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27529, "tnode_": 12638, "lpoly_": null, "rpoly_": null, "length": 43.53892357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3702, "r_f_add": 3711, "r_t_add": 3719, "st_code": 55940, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621778, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23563, "Shape__Length": 17.370093501684945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193184239782596, 40.009991056249397 ], [ -75.193199969977499, 40.009872150280799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27530, "tnode_": 10015, "lpoly_": null, "rpoly_": null, "length": 32.1740586, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEYMOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 28, "l_t_add": 28, "r_f_add": 37, "r_t_add": 37, "st_code": 72040, "l_hundred": 0, "r_hundred": 0, "seg_id": 621779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W SEYMOUR ST", "stname": "W SEYMOUR ST", "objectid": 23564, "Shape__Length": 12.822232982029005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164562892649101, 40.028445426126503 ], [ -75.164631058671901, 40.028374329975101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10028, "tnode_": 27531, "lpoly_": null, "rpoly_": null, "length": 51.44492615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4906, "r_f_add": 4839, "r_t_add": 4899, "st_code": 36660, "l_hundred": 4900, "r_hundred": 4800, "seg_id": 621780, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 23565, "Shape__Length": 20.482022683837677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162128709824998, 40.028254175902802 ], [ -75.162271155739305, 40.028343351486498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11011, "tnode_": 27710, "lpoly_": null, "rpoly_": null, "length": 17.31650765, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1936, "l_t_add": 1936, "r_f_add": 1935, "r_t_add": 1935, "st_code": 83820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 621781, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 23566, "Shape__Length": 6.883497643934783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157306753473605, 40.022616528158601 ], [ -75.157367869932102, 40.022623728585003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11062, "tnode_": 27711, "lpoly_": null, "rpoly_": null, "length": 16.89026107, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1708, "l_t_add": 1708, "r_f_add": 1715, "r_t_add": 1715, "st_code": 83820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 621782, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 23567, "Shape__Length": 6.7141806465765415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153849517244893, 40.0221654520006 ], [ -75.153908939079798, 40.022173369223196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27713, "tnode_": 27712, "lpoly_": null, "rpoly_": null, "length": 23.55202029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36660, "l_hundred": 0, "r_hundred": 0, "seg_id": 621783, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 23568, "Shape__Length": 9.3907137471106257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155385140036501, 40.018580164020698 ], [ -75.155421911987204, 40.018638307704201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11563, "tnode_": 27535, "lpoly_": null, "rpoly_": null, "length": 16.2175098, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1518, "l_t_add": 1518, "r_f_add": 1519, "r_t_add": 1519, "st_code": 19100, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 23569, "Shape__Length": 6.446449680613866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513636395498, 40.018765202260298 ], [ -75.151420665858097, 40.018772917964299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27898, "tnode_": 11951, "lpoly_": null, "rpoly_": null, "length": 176.68959749000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "J", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9305, "l_hundred": 0, "r_hundred": 0, "seg_id": 621789, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP J", "stname": "W ROOSEVELT BLVD RAMP J", "objectid": 23570, "Shape__Length": 70.261997191705035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176444801755906, 40.015749343517598 ], [ -75.176864303187301, 40.015617964056403 ], [ -75.177029017599395, 40.0155663781388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12547, "tnode_": 27954, "lpoly_": null, "rpoly_": null, "length": 211.58397078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621791, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-22T00:00:00Z", "newsegdate": "1999-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23571, "Shape__Length": 84.15233833516676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207298156513701, 40.010886052828901 ], [ -75.207535771150305, 40.010895261206002 ], [ -75.207781741582906, 40.0109912962374 ], [ -75.207969224025703, 40.011108434709598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12588, "tnode_": 27956, "lpoly_": null, "rpoly_": null, "length": 258.0423376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621793, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-22T00:00:00Z", "newsegdate": "1999-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23572, "Shape__Length": 102.72761828755617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207712128455597, 40.0102944021938 ], [ -75.208398433405307, 40.010766910052403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12600, "tnode_": 27957, "lpoly_": null, "rpoly_": null, "length": 261.08024093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621794, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-22T00:00:00Z", "newsegdate": "1999-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23573, "Shape__Length": 104.00471294447794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207994088801499, 40.010115150566897 ], [ -75.2080105716975, 40.0102451948813 ], [ -75.208148323769805, 40.010416309390699 ], [ -75.208528552722001, 40.0106664644102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12623, "tnode_": 27958, "lpoly_": null, "rpoly_": null, "length": 248.38512256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621795, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-22T00:00:00Z", "newsegdate": "1999-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23574, "Shape__Length": 98.858767523848528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208213474539306, 40.009975678859803 ], [ -75.208909394691602, 40.010398227865203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28009, "tnode_": 12103, "lpoly_": null, "rpoly_": null, "length": 295.29612862000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3274, "l_t_add": 3284, "r_f_add": 3275, "r_t_add": 3283, "st_code": 34840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621797, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "1999-11-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23575, "Shape__Length": 117.66783782547245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177499032870301, 40.013685701689198 ], [ -75.178106733916295, 40.0143480980121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28036, "tnode_": 28038, "lpoly_": null, "rpoly_": null, "length": 509.65731472000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOXX", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3000, "l_t_add": 3000, "r_f_add": 3001, "r_t_add": 3001, "st_code": 34845, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621799, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-03T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FOXX LN", "stname": "FOXX LN", "objectid": 23576, "Shape__Length": 203.05611993272518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187820843996207, 40.023347669834898 ], [ -75.188979419982005, 40.0244265682541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28036, "tnode_": 11031, "lpoly_": null, "rpoly_": null, "length": 245.06255963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3122, "l_t_add": 3122, "r_f_add": 3007, "r_t_add": 3099, "st_code": 71280, "l_hundred": 3100, "r_hundred": 3000, "seg_id": 621800, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-12-30T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23577, "Shape__Length": 97.474550263357202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187820843996207, 40.023347669834898 ], [ -75.188081175765504, 40.023251906553803 ], [ -75.1886155094613, 40.023066143284098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28038, "tnode_": 28037, "lpoly_": null, "rpoly_": null, "length": 65.08044975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOXX", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3002, "l_t_add": 3004, "r_f_add": 3003, "r_t_add": 3009, "st_code": 34845, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621801, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-03T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FOXX LN", "stname": "FOXX LN", "objectid": 23578, "Shape__Length": 25.90664883559397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188979419982005, 40.0244265682541 ], [ -75.189163464256694, 40.024317495265102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28038, "tnode_": 28039, "lpoly_": null, "rpoly_": null, "length": 394.39886873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOXX", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3006, "l_t_add": 3098, "r_f_add": 3011, "r_t_add": 3099, "st_code": 34845, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621802, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-10-03T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "FOXX LN", "stname": "FOXX LN", "objectid": 23579, "Shape__Length": 157.15084187990624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188979419982005, 40.0244265682541 ], [ -75.189109317415998, 40.024547530283598 ], [ -75.189113873103096, 40.024612164684001 ], [ -75.189054919763905, 40.0246915153431 ], [ -75.188989786389598, 40.024749218418101 ], [ -75.188942886943195, 40.024816818407899 ], [ -75.188962622450703, 40.024895851558803 ], [ -75.189132600605802, 40.025042800420202 ], [ -75.189295070392205, 40.025186244260397 ], [ -75.189459974464697, 40.025265210233599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28074, "tnode_": 28073, "lpoly_": null, "rpoly_": null, "length": 64.2478918, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4328, "r_f_add": 4301, "r_t_add": 4329, "st_code": 38180, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-10T00:00:00Z", "newsegdate": "2000-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 23580, "Shape__Length": 25.538478919660903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155513802493601, 40.019893878826501 ], [ -75.155740235638007, 40.019922118414101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28073, "tnode_": 11449, "lpoly_": null, "rpoly_": null, "length": 127.62676908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALKEITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 27180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621804, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALKEITH ST", "stname": "DALKEITH ST", "objectid": 23581, "Shape__Length": 50.803987020797848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155740235638007, 40.019922118414101 ], [ -75.156097016084004, 40.019704174534702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9743, "tnode_": 28075, "lpoly_": null, "rpoly_": null, "length": 177.10760012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 328, "r_f_add": 301, "r_t_add": 329, "st_code": 84540, "l_hundred": 300, "r_hundred": 300, "seg_id": 621805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-10T00:00:00Z", "newsegdate": "2000-01-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W WOODLAWN ST", "stname": "W WOODLAWN ST", "objectid": 23582, "Shape__Length": 70.573753487970265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179732140355, 40.0300686478515 ], [ -75.180125966612906, 40.029688232219797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12996, "tnode_": 28091, "lpoly_": null, "rpoly_": null, "length": 78.57387009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "26TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3252, "l_t_add": 3298, "r_f_add": 3249, "r_t_add": 3299, "st_code": 88300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621806, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-18T00:00:00Z", "newsegdate": "2000-01-18T00:00:00Z", "multi_rep": 0, "streetlabe": "N 26TH ST", "stname": "N 26TH ST", "objectid": 23583, "Shape__Length": 31.343725877670991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172008793653404, 40.0053970984141 ], [ -75.1719651272535, 40.0056101633064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28068, "tnode_": 28095, "lpoly_": null, "rpoly_": null, "length": 511.76059141999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5000, "l_t_add": 5298, "r_f_add": 5001, "r_t_add": 5299, "st_code": 42120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 621811, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2000-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23584, "Shape__Length": 203.68058824259879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199401125341097, 40.026017642709597 ], [ -75.199418294290894, 40.025958874039503 ], [ -75.199431974736996, 40.025928970829703 ], [ -75.199510131798704, 40.025850644364802 ], [ -75.199700883791493, 40.025734333553103 ], [ -75.200015753742406, 40.025593862832103 ], [ -75.200333024311504, 40.025449134174401 ], [ -75.200675017292298, 40.025303228065503 ], [ -75.200874435626105, 40.025248339047103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28094, "tnode_": 11830, "lpoly_": null, "rpoly_": null, "length": 2869.7046072900002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 50780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621812, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2000-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23585, "Shape__Length": 1143.376943445023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1960992813638, 40.023714707252601 ], [ -75.1975523199675, 40.0228735423131 ], [ -75.197751954225197, 40.022721255136098 ], [ -75.198201559678907, 40.022532474582398 ], [ -75.198686367105395, 40.022333006444399 ], [ -75.199054472653998, 40.0221959270444 ], [ -75.199272250232596, 40.022089910486102 ], [ -75.199551937347294, 40.021924108416599 ], [ -75.199752425346304, 40.0217489009285 ], [ -75.199918282381304, 40.021569102013402 ], [ -75.200166491223499, 40.021314680451702 ], [ -75.200481967383595, 40.020725367616897 ], [ -75.200726455954594, 40.020172704071697 ], [ -75.200753159302494, 40.020123603844603 ], [ -75.201385324546294, 40.019044388503602 ], [ -75.201812552936005, 40.018258780594003 ], [ -75.201995069076105, 40.017899688609603 ], [ -75.202064673982406, 40.017711577350802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28182, "tnode_": 28183, "lpoly_": null, "rpoly_": null, "length": 319.81974159000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3234, "l_t_add": 3240, "r_f_add": 3249, "r_t_add": 3255, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621815, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "2000-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23586, "Shape__Length": 127.47199738681036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178105608301706, 40.013209823589001 ], [ -75.178147142661999, 40.0133637148814 ], [ -75.178410588862207, 40.013671034195902 ], [ -75.178673825805305, 40.013959872045902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27031, "tnode_": 28182, "lpoly_": null, "rpoly_": null, "length": 387.55869391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3208, "l_t_add": 3232, "r_f_add": 3217, "r_t_add": 3247, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621816, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": "2000-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23587, "Shape__Length": 154.3879788186253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177241251431198, 40.012396554079999 ], [ -75.177343279905898, 40.0124957980047 ], [ -75.177931913362201, 40.013131565131999 ], [ -75.1780204928438, 40.013186432399301 ], [ -75.178105608301706, 40.013209823589001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28182, "tnode_": 27030, "lpoly_": null, "rpoly_": null, "length": 231.3962995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MICHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3242, "l_t_add": 3244, "r_f_add": 3257, "r_t_add": 3261, "st_code": 54920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621817, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-10-31T00:00:00Z", "newsegdate": "2000-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "MC MICHAEL ST", "stname": "MC MICHAEL ST", "objectid": 23588, "Shape__Length": 92.06449690863883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178105608301706, 40.013209823589001 ], [ -75.178152347957095, 40.0132226683657 ], [ -75.178319713213895, 40.0132099610558 ], [ -75.178459058982895, 40.013162602911599 ], [ -75.178799252023694, 40.012929188731299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12103, "tnode_": 28183, "lpoly_": null, "rpoly_": null, "length": 212.67816042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3100, "l_t_add": 3100, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 3100, "r_hundred": 0, "seg_id": 621818, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-01-31T00:00:00Z", "newsegdate": "2000-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23589, "Shape__Length": 84.671546014150593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178106733916295, 40.0143480980121 ], [ -75.178673825805305, 40.013959872045902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28183, "tnode_": 12365, "lpoly_": null, "rpoly_": null, "length": 971.1893794, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3102, "l_t_add": 3198, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 3100, "r_hundred": 0, "seg_id": 621819, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-01-31T00:00:00Z", "newsegdate": "2000-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23590, "Shape__Length": 386.64434498825307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178673825805305, 40.013959872045902 ], [ -75.181263353949205, 40.012187012395501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28184, "tnode_": 12507, "lpoly_": null, "rpoly_": null, "length": 253.76926548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTTS", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 71400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-28T00:00:00Z", "newsegdate": "2000-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCOTTS LN", "stname": "SCOTTS LN", "objectid": 23591, "Shape__Length": 101.1944413551152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185763598981296, 40.010310865030597 ], [ -75.185791399579401, 40.010375199825098 ], [ -75.186094844304407, 40.010959140687902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12914, "tnode_": 28184, "lpoly_": null, "rpoly_": null, "length": 1733.04286232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTTS", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 71400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621821, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-06T00:00:00Z", "newsegdate": "2000-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCOTTS LN", "stname": "SCOTTS LN", "objectid": 23592, "Shape__Length": 690.54499158520514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188103189011997, 40.006434682814799 ], [ -75.187727785330196, 40.006755420775299 ], [ -75.187293836007299, 40.007147134126299 ], [ -75.186258551530301, 40.007850941044502 ], [ -75.185909398947203, 40.008106288675499 ], [ -75.185670814544196, 40.008343013232597 ], [ -75.185552094320897, 40.008529301174597 ], [ -75.185338574394706, 40.008903215672497 ], [ -75.1853122145301, 40.0090649975796 ], [ -75.185350583453399, 40.009231892510599 ], [ -75.185420611939904, 40.009552393944901 ], [ -75.1854381948894, 40.009651118252201 ], [ -75.185666071901395, 40.010106891590802 ], [ -75.185738640861899, 40.010253111606701 ], [ -75.185763598981296, 40.010310865030597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28221, "tnode_": 12531, "lpoly_": null, "rpoly_": null, "length": 265.8260784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3720, "l_t_add": 3738, "r_f_add": 3721, "r_t_add": 3739, "st_code": 55700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621822, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-13T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23593, "Shape__Length": 106.03960229124853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197151415319993, 40.011673111849703 ], [ -75.197194060198299, 40.011596448359498 ], [ -75.197230778781403, 40.011413668789999 ], [ -75.197253952106905, 40.011298315689601 ], [ -75.197311312026898, 40.011067506549701 ], [ -75.197337560982803, 40.010984279570302 ], [ -75.197344932347406, 40.010960908308597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28219, "tnode_": 12646, "lpoly_": null, "rpoly_": null, "length": 340.54623786000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERITAGE", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 42050, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621823, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-08-12T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "HERITAGE DR", "stname": "HERITAGE DR", "objectid": 23594, "Shape__Length": 135.81519529437298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196331802119303, 40.010776757702097 ], [ -75.196237481288094, 40.010430754232502 ], [ -75.196268233087295, 40.010196453369602 ], [ -75.196348085060706, 40.010014808214798 ], [ -75.196470276732697, 40.0098926889453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28219, "tnode_": 12531, "lpoly_": null, "rpoly_": null, "length": 297.04774846000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALISADES", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3736, "l_t_add": 3798, "r_f_add": 3725, "r_t_add": 3799, "st_code": 62770, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621824, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-08-24T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PALISADES DR", "stname": "PALISADES DR", "objectid": 23595, "Shape__Length": 118.08910567825114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196331802119303, 40.010776757702097 ], [ -75.1964099936705, 40.010755524760803 ], [ -75.196553201225598, 40.010758709753198 ], [ -75.196710941106303, 40.010798955323303 ], [ -75.197319690758903, 40.010954459948699 ], [ -75.197344932347406, 40.010960908308597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28220, "tnode_": 28219, "lpoly_": null, "rpoly_": null, "length": 247.68444756000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALISADES", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3718, "l_t_add": 3734, "r_f_add": 3713, "r_t_add": 3723, "st_code": 62770, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621825, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-12T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PALISADES DR", "stname": "PALISADES DR", "objectid": 23596, "Shape__Length": 98.661541814754045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195788054532599, 40.011283386624498 ], [ -75.196078504251005, 40.010888977837197 ], [ -75.196257218792994, 40.010794986706003 ], [ -75.196331802119303, 40.010776757702097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28220, "tnode_": 28221, "lpoly_": null, "rpoly_": null, "length": 407.43004854999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST FALLS", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 30470, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621826, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-07-13T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "EAST FALLS LN", "stname": "EAST FALLS LN", "objectid": 23597, "Shape__Length": 161.99439348642832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195788054532599, 40.011283386624498 ], [ -75.195792396015605, 40.011284627482901 ], [ -75.197151415319993, 40.011673111849703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28222, "tnode_": 28220, "lpoly_": null, "rpoly_": null, "length": 241.48494038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALISADES", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3711, "st_code": 62770, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-08-12T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PALISADES DR", "stname": "PALISADES DR", "objectid": 23598, "Shape__Length": 96.275306125309129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195428136988895, 40.011878665426799 ], [ -75.195448422892696, 40.011762781657403 ], [ -75.1955580686503, 40.011599902855103 ], [ -75.195788054532599, 40.011283386624498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28223, "tnode_": 28221, "lpoly_": null, "rpoly_": null, "length": 209.4014898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3714, "l_t_add": 3718, "r_f_add": 3713, "r_t_add": 3719, "st_code": 55700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621828, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-07-23T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23599, "Shape__Length": 83.501044680602973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197006241718597, 40.012204173544298 ], [ -75.196968108581203, 40.012167892714601 ], [ -75.196965976111002, 40.011965706643203 ], [ -75.197058312165595, 40.011840488321099 ], [ -75.197151415319993, 40.011673111849703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28229, "tnode_": 28230, "lpoly_": null, "rpoly_": null, "length": 259.82484504999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNDERS", "st_type": "PL", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 34770, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-27T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FOUNDERS PL", "stname": "FOUNDERS PL", "objectid": 23600, "Shape__Length": 103.47655602833396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199851757190899, 40.012954626679402 ], [ -75.200063750032996, 40.013085552051898 ], [ -75.200350077972601, 40.013376451216601 ], [ -75.200482434643305, 40.0134716449137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28230, "tnode_": 12285, "lpoly_": null, "rpoly_": null, "length": 550.07533935999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 71280, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621840, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-03-01T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23601, "Shape__Length": 218.91772535670484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200482434643305, 40.0134716449137 ], [ -75.200812046907899, 40.0131389164357 ], [ -75.200973241681695, 40.012993989013403 ], [ -75.201063525191302, 40.012963687831203 ], [ -75.2011617872041, 40.0129502701039 ], [ -75.201290103815296, 40.012954018620903 ], [ -75.201397055769903, 40.012990691169698 ], [ -75.201493446798594, 40.013054079124203 ], [ -75.201605756165193, 40.013117819400698 ], [ -75.201687332122901, 40.0131514786191 ], [ -75.201766092298101, 40.013175275971598 ], [ -75.2018839744253, 40.013175442305403 ], [ -75.201964202227799, 40.013150119650803 ], [ -75.202030693532393, 40.0131162055837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12087, "tnode_": 28230, "lpoly_": null, "rpoly_": null, "length": 721.10388041, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3603, "r_t_add": 3699, "st_code": 71280, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621841, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-03-01T00:00:00Z", "newsegdate": "2001-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 23602, "Shape__Length": 287.20561709737615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198752415600296, 40.014935038458503 ], [ -75.199830430882699, 40.014060849962497 ], [ -75.200248362074603, 40.013715633323997 ], [ -75.200482434643305, 40.0134716449137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12416, "tnode_": 12665, "lpoly_": null, "rpoly_": null, "length": 927.77553506999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3628, "l_t_add": 3798, "r_f_add": 3637, "r_t_add": 3799, "st_code": 20900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621843, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-06-08T00:00:00Z", "newsegdate": "2001-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23603, "Shape__Length": 369.83583466553478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194424803085298, 40.011964159202897 ], [ -75.194778747929703, 40.011457301249301 ], [ -75.195990274641403, 40.009719741266501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12447, "tnode_": 12395, "lpoly_": null, "rpoly_": null, "length": 545.94993656999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3320, "l_t_add": 3422, "r_f_add": 3321, "r_t_add": 3421, "st_code": 25840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621844, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-05T00:00:00Z", "newsegdate": "2001-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESSON ST", "stname": "CRESSON ST", "objectid": 23604, "Shape__Length": 217.06680430615322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192446015154403, 40.011662648492198 ], [ -75.194278432982301, 40.012173303404097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28625, "tnode_": 12602, "lpoly_": null, "rpoly_": null, "length": 402.85496206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3630, "l_t_add": 3654, "r_f_add": 3659, "r_t_add": 3699, "st_code": 55940, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621845, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-02-14T00:00:00Z", "newsegdate": "2001-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23605, "Shape__Length": 160.72022859202727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192973035550807, 40.011373500307201 ], [ -75.192990399628499, 40.011313832255503 ], [ -75.1931465394036, 40.010276012219499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11407, "tnode_": 28280, "lpoly_": null, "rpoly_": null, "length": 70.88620837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4344, "l_t_add": 4398, "r_f_add": 4333, "r_t_add": 4399, "st_code": 88110, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": "2001-09-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 23606, "Shape__Length": 28.284068139442205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153843140460594, 40.019908213232704 ], [ -75.153812053551405, 40.020101330958902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28281, "tnode_": 28280, "lpoly_": null, "rpoly_": null, "length": 450.31994261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 0, "r_t_add": 0, "st_code": 74120, "l_hundred": 1600, "r_hundred": 0, "seg_id": 621848, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2001-09-26T00:00:00Z", "newsegdate": "2001-09-26T00:00:00Z", "multi_rep": 2, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 23607, "Shape__Length": 179.00234888186154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152225340634303, 40.0199015947737 ], [ -75.153812053551405, 40.020101330958902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11386, "tnode_": 11333, "lpoly_": null, "rpoly_": null, "length": 818.54385484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1601, "r_t_add": 1799, "st_code": 74120, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 621849, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": "2001-09-26T00:00:00Z", "multi_rep": 1, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 23608, "Shape__Length": 325.40142577037449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152199500963604, 40.020004305601397 ], [ -75.1537953355121, 40.020205188985898 ], [ -75.154472034347194, 40.020335012234597 ], [ -75.1550498878307, 40.020480476633203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28281, "tnode_": 11386, "lpoly_": null, "rpoly_": null, "length": 38.10927717, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4356, "l_t_add": 4364, "r_f_add": 4355, "r_t_add": 4363, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621850, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-08-24T00:00:00Z", "newsegdate": "2001-09-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23609, "Shape__Length": 15.204589748426571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152225340634303, 40.0199015947737 ], [ -75.152199500963604, 40.020004305601397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11724, "tnode_": 27898, "lpoly_": null, "rpoly_": null, "length": 1459.69912548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621852, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-12-10T00:00:00Z", "newsegdate": "2001-12-10T00:00:00Z", "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23610, "Shape__Length": 580.79892643393919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172045800247005, 40.017862816961298 ], [ -75.172465359282299, 40.0177121727314 ], [ -75.172924097097507, 40.017561476478598 ], [ -75.173553353143802, 40.017323739427802 ], [ -75.173863439125697, 40.017189987549401 ], [ -75.174569308744907, 40.016856179850699 ], [ -75.176444801755906, 40.015749343517598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11708, "tnode_": 11951, "lpoly_": null, "rpoly_": null, "length": 1499.7094918499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2701, "r_t_add": 2799, "st_code": 11080, "l_hundred": 0, "r_hundred": 2700, "seg_id": 621853, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2014-04-29T00:00:00Z", "newsegdate": "2001-12-10T00:00:00Z", "multi_rep": 2, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23611, "Shape__Length": 596.98551984605388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172963076886603, 40.018125883756703 ], [ -75.173047429383203, 40.017831018692803 ], [ -75.173246071217093, 40.0176680964422 ], [ -75.173578021541701, 40.017514616332399 ], [ -75.174287249650803, 40.017167502898602 ], [ -75.175067350708105, 40.016730239031901 ], [ -75.176835470737501, 40.015679321881699 ], [ -75.177029017599395, 40.0155663781388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28322, "tnode_": 28323, "lpoly_": null, "rpoly_": null, "length": 537.47639696, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9300, "l_hundred": 0, "r_hundred": 0, "seg_id": 621854, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP H", "stname": "W ROOSEVELT BLVD RAMP H", "objectid": 23612, "Shape__Length": 213.84617510418795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176242856771793, 40.015476734785203 ], [ -75.177871254489602, 40.014696213920402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11797, "tnode_": 28323, "lpoly_": null, "rpoly_": null, "length": 1357.1203361299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621855, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-12-12T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23613, "Shape__Length": 540.16550718754684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174039568435703, 40.016971165639198 ], [ -75.174862810027193, 40.016539959893599 ], [ -75.177318246440393, 40.015082549645598 ], [ -75.177871254489602, 40.014696213920402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28323, "tnode_": 12643, "lpoly_": null, "rpoly_": null, "length": 3145.3261566200003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621856, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-12-12T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23614, "Shape__Length": 1251.7001582150469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177871254489602, 40.014696213920402 ], [ -75.178233610237299, 40.014443065496899 ], [ -75.179898543299302, 40.013298260444202 ], [ -75.181249956592893, 40.012367721881503 ], [ -75.181923692137403, 40.0119077998934 ], [ -75.182334690322605, 40.011620121962899 ], [ -75.182575357858099, 40.011474369469497 ], [ -75.182981110890594, 40.011232451435198 ], [ -75.183614353297202, 40.010914653439102 ], [ -75.1849584184572, 40.010361743429698 ], [ -75.185739354737706, 40.010110095182803 ], [ -75.186919163213801, 40.009712852839897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11875, "tnode_": 28322, "lpoly_": null, "rpoly_": null, "length": 629.47256418999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2890, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 2800, "r_hundred": 0, "seg_id": 621857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-04-29T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 1, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23615, "Shape__Length": 250.5458396360327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174465487847201, 40.016534230881398 ], [ -75.176242856771793, 40.015476734785203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28322, "tnode_": 12008, "lpoly_": null, "rpoly_": null, "length": 127.44971946000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2892, "l_t_add": 2898, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 2900, "r_hundred": 0, "seg_id": 621858, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-04-29T00:00:00Z", "newsegdate": "2001-12-12T00:00:00Z", "multi_rep": 1, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23616, "Shape__Length": 50.744779912163864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176242856771793, 40.015476734785203 ], [ -75.176289240890895, 40.015449135852798 ], [ -75.176577141598003, 40.015239658777503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10300, "tnode_": 28462, "lpoly_": null, "rpoly_": null, "length": 363.7369467, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 88090, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2012-01-11T00:00:00Z", "newsegdate": "2002-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23617, "Shape__Length": 145.13821587560801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150783216114604, 40.026574272591297 ], [ -75.150727256352297, 40.026717752782297 ], [ -75.150555287956195, 40.027556103308697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10031, "tnode_": 28462, "lpoly_": null, "rpoly_": null, "length": 299.28467179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1550, "l_t_add": 1598, "r_f_add": 1551, "r_t_add": 1599, "st_code": 83720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 621862, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-04T00:00:00Z", "newsegdate": "2002-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 23618, "Shape__Length": 119.11012418707497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149663578489296, 40.028008936238201 ], [ -75.150555287956195, 40.027556103308697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28462, "tnode_": 10185, "lpoly_": null, "rpoly_": null, "length": 238.41803831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 83720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 621863, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-05-07T00:00:00Z", "newsegdate": "2002-06-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 23619, "Shape__Length": 94.885692463479273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150555287956195, 40.027556103308697 ], [ -75.151265638694596, 40.027195359783803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12778, "tnode_": 12372, "lpoly_": null, "rpoly_": null, "length": 1823.15467358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2700, "l_t_add": 2898, "r_f_add": 2701, "r_t_add": 2899, "st_code": 34840, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 621867, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-12-06T00:00:00Z", "newsegdate": "2003-01-08T00:00:00Z", "multi_rep": 0, "streetlabe": "FOX ST", "stname": "FOX ST", "objectid": 23620, "Shape__Length": 726.44115146476042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172212180484394, 40.007907809919203 ], [ -75.172878235940502, 40.008626281261101 ], [ -75.173912736201501, 40.009759795811902 ], [ -75.174253564547001, 40.010133235354402 ], [ -75.175954751343994, 40.0120023577567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28559, "tnode_": 28560, "lpoly_": null, "rpoly_": null, "length": 197.44453997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS CENTER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1083, "l_hundred": 0, "r_hundred": 0, "seg_id": 621869, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2011-09-07T00:00:00Z", "newsegdate": "2003-01-24T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS CENTER DWY", "stname": "FALLS CENTER DWY", "objectid": 23621, "Shape__Length": 78.580371437186358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183621413858901, 40.012896657790101 ], [ -75.183846680992701, 40.012739785010702 ], [ -75.183906680406906, 40.012704474738101 ], [ -75.184007618058303, 40.012653162910397 ], [ -75.184138288370605, 40.012591238422502 ], [ -75.184182995244299, 40.012572501799603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12429, "tnode_": 28559, "lpoly_": null, "rpoly_": null, "length": 633.78787706999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3324, "r_f_add": 3301, "r_t_add": 3325, "st_code": 41960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621870, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-13T00:00:00Z", "newsegdate": "2003-01-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23622, "Shape__Length": 252.44009863744756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1821306518911, 40.011587846445401 ], [ -75.183621413858901, 40.012896657790101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28559, "tnode_": 12235, "lpoly_": null, "rpoly_": null, "length": 233.18702056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3326, "l_t_add": 3348, "r_f_add": 3327, "r_t_add": 3349, "st_code": 41960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 621871, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-13T00:00:00Z", "newsegdate": "2003-01-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23623, "Shape__Length": 92.880483527943767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183621413858901, 40.012896657790101 ], [ -75.184169918092394, 40.013378198773097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28626, "tnode_": 28625, "lpoly_": null, "rpoly_": null, "length": 152.15573308999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAST FALLS STA", "st_type": "WALK", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 30475, "l_hundred": 0, "r_hundred": 0, "seg_id": 621872, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2004-04-28T00:00:00Z", "newsegdate": "2003-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "EAST FALLS STA WALK", "stname": "EAST FALLS STA WALK", "objectid": 23624, "Shape__Length": 60.572387299273394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192591923254298, 40.011132295610601 ], [ -75.1926253453925, 40.0111620155159 ], [ -75.192663678471902, 40.0112280625425 ], [ -75.192692599853999, 40.0112939008268 ], [ -75.192729158616601, 40.011323689660699 ], [ -75.192797275530296, 40.0113493528671 ], [ -75.192973035550807, 40.011373500307201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12142, "tnode_": 28625, "lpoly_": null, "rpoly_": null, "length": 1092.7465276599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDVALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3628, "r_f_add": 3501, "r_t_add": 3657, "st_code": 55940, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621873, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-02-14T00:00:00Z", "newsegdate": "2003-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MIDVALE AVE", "stname": "MIDVALE AVE", "objectid": 23625, "Shape__Length": 435.81724288965654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191876713477598, 40.014210839470799 ], [ -75.192198450356699, 40.013836551700201 ], [ -75.192329672071494, 40.0136017569302 ], [ -75.192408105639302, 40.013400454199299 ], [ -75.192447917594706, 40.012856571015398 ], [ -75.192489788155797, 40.012599976265797 ], [ -75.192822782541896, 40.011763844101601 ], [ -75.192934083511702, 40.011507354851702 ], [ -75.192973035550807, 40.011373500307201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11577, "tnode_": 11515, "lpoly_": null, "rpoly_": null, "length": 189.31711556000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4582, "l_t_add": 4598, "r_f_add": 4581, "r_t_add": 4599, "st_code": 35900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640678, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 23626, "Shape__Length": 75.533716739135002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1109787188891, 40.017704074817601 ], [ -75.110872779591702, 40.018217350183903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28636, "tnode_": 28637, "lpoly_": null, "rpoly_": null, "length": 121.0599429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TASTYKAKE", "st_type": "DWY", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1202, "l_hundred": 0, "r_hundred": 0, "seg_id": 621874, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "TASTYKAKE DWY", "stname": "TASTYKAKE DWY", "objectid": 23627, "Shape__Length": 48.245211004704593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175569779059998, 40.0066352109245 ], [ -75.175795973737806, 40.0069183773535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12827, "tnode_": 28636, "lpoly_": null, "rpoly_": null, "length": 372.98336551, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2848, "r_f_add": 2801, "r_t_add": 2849, "st_code": 44040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 621875, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23628, "Shape__Length": 148.39484691848097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174458034295199, 40.007198626558001 ], [ -75.175469515418698, 40.006686606090298 ], [ -75.175569779059998, 40.0066352109245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28636, "tnode_": 12918, "lpoly_": null, "rpoly_": null, "length": 354.5789645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2850, "l_t_add": 2898, "r_f_add": 2851, "r_t_add": 2899, "st_code": 44040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 621876, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 23629, "Shape__Length": 141.07404557599679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175569779059998, 40.0066352109245 ], [ -75.176622979199394, 40.0060953261587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28643, "tnode_": 29551, "lpoly_": null, "rpoly_": null, "length": 8.54461489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON TRANSFER STATION", "st_type": " ", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1268, "l_hundred": 0, "r_hundred": 0, "seg_id": 621877, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-03-03T00:00:00Z", "newsegdate": "2003-03-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON TRANSFER STATION", "stname": "WISSAHICKON TRANSFER STATION", "objectid": 23630, "Shape__Length": 3.4068821089321761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206972538179997, 40.014987545253199 ], [ -75.206985521211905, 40.014966319573503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28643, "tnode_": 12052, "lpoly_": null, "rpoly_": null, "length": 517.7647261599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4902, "l_t_add": 4998, "r_f_add": 4903, "r_t_add": 4999, "st_code": 68280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621879, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-09-12T00:00:00Z", "newsegdate": "2003-03-03T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23631, "Shape__Length": 205.87753663992973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206972538179997, 40.014987545253199 ], [ -75.208702015006693, 40.015489352493397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28669, "tnode_": 28668, "lpoly_": null, "rpoly_": null, "length": 209.75344456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILADELPHIA UNIVERSITY", "st_type": "DWY", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1291, "l_hundred": 0, "r_hundred": 0, "seg_id": 621880, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-05-08T00:00:00Z", "newsegdate": "2003-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PHILADELPHIA UNIVERSITY DWY", "stname": "PHILADELPHIA UNIVERSITY DWY", "objectid": 23632, "Shape__Length": 83.462390121846809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193945474011301, 40.023062451641202 ], [ -75.194583686452404, 40.0227611378712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11468, "tnode_": 28668, "lpoly_": null, "rpoly_": null, "length": 1032.1390383099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 41960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 621881, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-08T00:00:00Z", "newsegdate": "2003-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23633, "Shape__Length": 411.28291814988472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192407104837699, 40.020504985712599 ], [ -75.193092907202995, 40.020963492789797 ], [ -75.193484698097294, 40.021363212752803 ], [ -75.193692602270005, 40.021649359420401 ], [ -75.194498309088004, 40.022672154878897 ], [ -75.194583686452404, 40.0227611378712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28675, "tnode_": 13892, "lpoly_": null, "rpoly_": null, "length": 396.02847565999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPTA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1173, "l_hundred": 0, "r_hundred": 0, "seg_id": 621883, "oneway": "B", "class": 6, "responsibl": "SEPTA", "update_": "2005-01-12T00:00:00Z", "newsegdate": "2003-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "SEPTA DWY", "stname": "SEPTA DWY", "objectid": 23634, "Shape__Length": 157.91228494935768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155243391166806, 39.997715233880498 ], [ -75.1553016112059, 39.997747024103397 ], [ -75.155320387675999, 39.997774113238897 ], [ -75.155319369619804, 39.9978007549485 ], [ -75.155323736797101, 39.997816090773803 ], [ -75.155308018531898, 39.9978385916055 ], [ -75.155292299120106, 39.997861091508398 ], [ -75.155281675216798, 39.997879897984603 ], [ -75.155260862572007, 39.997906092260799 ], [ -75.155153031099502, 39.998654083728901 ], [ -75.1552338918179, 39.998737839271598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12488, "tnode_": 12458, "lpoly_": null, "rpoly_": null, "length": 729.16763255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELLY DRIVE", "st_type": "RAMP", "suf_dir": "K", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9217, "l_hundred": 0, "r_hundred": 0, "seg_id": 621884, "oneway": "TF", "class": 9, "responsibl": "FAIRMOUNT PARK", "update_": "2011-09-12T00:00:00Z", "newsegdate": "2003-09-15T00:00:00Z", "multi_rep": 1, "streetlabe": "KELLY DRIVE RAMP K", "stname": "KELLY DRIVE RAMP K", "objectid": 23635, "Shape__Length": 289.95322298579561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202819753805898, 40.0115672334598 ], [ -75.202604694437298, 40.0114232472692 ], [ -75.202511942870601, 40.011344717613802 ], [ -75.202345732119099, 40.011258528392503 ], [ -75.2020614331866, 40.011199090223997 ], [ -75.201759254552798, 40.011201040833498 ], [ -75.201368089037899, 40.011224101798902 ], [ -75.201164358487304, 40.011252765947198 ], [ -75.201061937459002, 40.011269820546197 ], [ -75.200870945851406, 40.011294238542398 ], [ -75.200708174587703, 40.0113498827073 ], [ -75.200605931357998, 40.011408905109001 ], [ -75.200439069509102, 40.011458515052901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12458, "tnode_": 12487, "lpoly_": null, "rpoly_": null, "length": 1136.0416166499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY AVE", "st_type": "RAMP", "suf_dir": "N", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9025, "l_hundred": 0, "r_hundred": 0, "seg_id": 621885, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2003-09-15T00:00:00Z", "multi_rep": 4, "streetlabe": "CITY AVE RAMP N", "stname": "CITY AVE RAMP N", "objectid": 23636, "Shape__Length": 451.66322168659775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200439069509102, 40.011458515052901 ], [ -75.200600450772995, 40.011388352252602 ], [ -75.200725283777004, 40.011302467937398 ], [ -75.200864756536006, 40.011236014312502 ], [ -75.201032902067297, 40.011184678913899 ], [ -75.201305139908996, 40.0111015023436 ], [ -75.201583019116796, 40.011047069836302 ], [ -75.201826968882401, 40.011046712418498 ], [ -75.202192441333594, 40.011108210184098 ], [ -75.202473762311598, 40.011162066917997 ], [ -75.202896221421, 40.011255126660799 ], [ -75.203544244120806, 40.011387816891698 ], [ -75.203925837284999, 40.011469866183099 ], [ -75.204165859685503, 40.011524247200803 ], [ -75.204265534489195, 40.011566102288803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11625, "tnode_": 11529, "lpoly_": null, "rpoly_": null, "length": 1021.18620464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSBORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 61860, "l_hundred": 200, "r_hundred": 200, "seg_id": 621886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-10T00:00:00Z", "newsegdate": "2003-10-10T00:00:00Z", "multi_rep": 0, "streetlabe": "OSBORN ST", "stname": "OSBORN ST", "objectid": 23637, "Shape__Length": 405.97301667793988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207598099299105, 40.0195455466678 ], [ -75.2061535375381, 40.019822489585799 ], [ -75.206083861819394, 40.019835471081102 ], [ -75.204059986100503, 40.020222661031298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28785, "tnode_": 28786, "lpoly_": null, "rpoly_": null, "length": 678.26179976000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODPIPE", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2998, "r_f_add": 2801, "r_t_add": 2999, "st_code": 84560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 621887, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-07-18T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODPIPE LN", "stname": "WOODPIPE LN", "objectid": 23638, "Shape__Length": 270.08294925576615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180085546582205, 40.020714889374098 ], [ -75.180281113432301, 40.020840513043098 ], [ -75.180362681805704, 40.0208979423711 ], [ -75.180459573586703, 40.020952788947703 ], [ -75.180533425212104, 40.021012972852503 ], [ -75.180581539181901, 40.021049168085099 ], [ -75.180639514280401, 40.021126555541301 ], [ -75.180715619888005, 40.021227761353899 ], [ -75.181707984161093, 40.020553439952501 ], [ -75.181757757989502, 40.0205457728445 ], [ -75.1817890692692, 40.020523061311202 ], [ -75.1818405696947, 40.020481559346997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11076, "tnode_": 28785, "lpoly_": null, "rpoly_": null, "length": 877.44855994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 66500, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 621888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-12T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23639, "Shape__Length": 349.60759948401187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178142919216697, 40.022604491682998 ], [ -75.178352538771094, 40.022388522523599 ], [ -75.180085546582205, 40.020714889374098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28785, "tnode_": 11499, "lpoly_": null, "rpoly_": null, "length": 423.55895562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 66500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 621889, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-12T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 23640, "Shape__Length": 168.65721031982213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180085546582205, 40.020714889374098 ], [ -75.1801296247435, 40.020672320129599 ], [ -75.181192259169904, 40.019923414416503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11499, "tnode_": 28786, "lpoly_": null, "rpoly_": null, "length": 272.5989898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3612, "r_f_add": 3601, "r_t_add": 3611, "st_code": 75060, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621890, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-12T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 23641, "Shape__Length": 108.58577253924328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181192259169904, 40.019923414416503 ], [ -75.1818405696947, 40.020481559346997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28786, "tnode_": 11349, "lpoly_": null, "rpoly_": null, "length": 256.37960978999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3614, "l_t_add": 3698, "r_f_add": 3613, "r_t_add": 3699, "st_code": 75060, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621891, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-12T00:00:00Z", "newsegdate": "2003-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "STOKLEY ST", "stname": "STOKLEY ST", "objectid": 23642, "Shape__Length": 102.12583076568949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1818405696947, 40.020481559346997 ], [ -75.182450316013004, 40.021006491886297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12800, "tnode_": 28814, "lpoly_": null, "rpoly_": null, "length": 199.49832321, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3600, "l_t_add": 3798, "r_f_add": 3601, "r_t_add": 3799, "st_code": 33945, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": "2004-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N FERRY RD", "stname": "N FERRY RD", "objectid": 23643, "Shape__Length": 79.412075740869497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1917677047594, 40.008005791011399 ], [ -75.192307051579604, 40.007648159861702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28814, "tnode_": 12854, "lpoly_": null, "rpoly_": null, "length": 106.05306828, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 33945, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 621893, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": "2004-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "N FERRY RD", "stname": "N FERRY RD", "objectid": 23644, "Shape__Length": 42.222516677628413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192307051579604, 40.007648159861702 ], [ -75.192582561950204, 40.0074484867122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28817, "tnode_": 28095, "lpoly_": null, "rpoly_": null, "length": 240.3565064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 720, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 42120, "l_hundred": 700, "r_hundred": 700, "seg_id": 621895, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2004-03-11T00:00:00Z", "newsegdate": "2004-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23645, "Shape__Length": 95.637758009232556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200137112301405, 40.024913483327701 ], [ -75.200198604472106, 40.0249299594064 ], [ -75.200354227932195, 40.024995371264097 ], [ -75.200487510274797, 40.0250667741402 ], [ -75.200874435626105, 40.025248339047103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28857, "tnode_": 12255, "lpoly_": null, "rpoly_": null, "length": 45.05837126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3908, "r_f_add": 3901, "r_t_add": 3907, "st_code": 59760, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621896, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-11T00:00:00Z", "newsegdate": "2004-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "NICE ST", "stname": "NICE ST", "objectid": 23646, "Shape__Length": 17.966976400683034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150966966343404, 40.012287464009198 ], [ -75.151029458527304, 40.012401439247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12800, "tnode_": 12748, "lpoly_": null, "rpoly_": null, "length": 604.91813025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4116, "l_t_add": 4174, "r_f_add": 4129, "r_t_add": 4199, "st_code": 68280, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621899, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-09T00:00:00Z", "newsegdate": "2006-05-09T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23647, "Shape__Length": 240.60410405332374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1917677047594, 40.008005791011399 ], [ -75.191811995142103, 40.008018957705197 ], [ -75.192063370033907, 40.0080757366336 ], [ -75.192186331502498, 40.008104255719601 ], [ -75.193039015985903, 40.0083359380762 ], [ -75.193656799175798, 40.008747283914303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11946, "tnode_": 29156, "lpoly_": null, "rpoly_": null, "length": 279.11675818999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4410, "l_t_add": 4418, "r_f_add": 4411, "r_t_add": 4419, "st_code": 84060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621900, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-05-27T00:00:00Z", "newsegdate": "2006-12-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23648, "Shape__Length": 111.16965344195179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170099023268193, 40.015732494762098 ], [ -75.170772194737097, 40.016297446539902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29156, "tnode_": 11775, "lpoly_": null, "rpoly_": null, "length": 595.48643713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4420, "l_t_add": 4798, "r_f_add": 4421, "r_t_add": 4799, "st_code": 84060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621901, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-05-27T00:00:00Z", "newsegdate": "2006-12-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23649, "Shape__Length": 237.17987191521308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170772194737097, 40.016297446539902 ], [ -75.1722084216469, 40.0175027391982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29156, "tnode_": 29157, "lpoly_": null, "rpoly_": null, "length": 57.75638331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON CHARTER SCHOOL", "st_type": "DWY", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1269, "l_hundred": 0, "r_hundred": 0, "seg_id": 621902, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2006-12-01T00:00:00Z", "newsegdate": "2006-12-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON CHARTER SCHOOL DWY", "stname": "WISSAHICKON CHARTER SCHOOL DWY", "objectid": 23650, "Shape__Length": 22.991479392758155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170772194737097, 40.016297446539902 ], [ -75.170931039331094, 40.016196348376198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28224, "tnode_": 29186, "lpoly_": null, "rpoly_": null, "length": 180.41037389000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 33425, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621903, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-09T00:00:00Z", "newsegdate": "2007-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS CIR", "stname": "FALLS CIR", "objectid": 23651, "Shape__Length": 71.940458473218513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197736130185305, 40.012269861197097 ], [ -75.197786799871196, 40.0121720103539 ], [ -75.197819384447001, 40.0121120943395 ], [ -75.197862372831395, 40.011948202976498 ], [ -75.197900879462907, 40.011880676244502 ], [ -75.197964119608599, 40.011812112589503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29186, "tnode_": 28229, "lpoly_": null, "rpoly_": null, "length": 860.68681586999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVERVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 68817, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-09T00:00:00Z", "newsegdate": "2007-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVERVIEW LN", "stname": "RIVERVIEW LN", "objectid": 23652, "Shape__Length": 342.57636667406757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197964119608599, 40.011812112589503 ], [ -75.198062500838304, 40.011776982371202 ], [ -75.1981541201, 40.011760360687099 ], [ -75.198257686317504, 40.011748668047296 ], [ -75.199659093492897, 40.012069010394399 ], [ -75.199742899634998, 40.0120988597794 ], [ -75.199837778795995, 40.012156942030401 ], [ -75.199901826102206, 40.0122283338196 ], [ -75.199964999346705, 40.012323029548 ], [ -75.199985567426097, 40.012421442610602 ], [ -75.199982241107904, 40.012509995996602 ], [ -75.199903487126406, 40.012830104463298 ], [ -75.199851757190899, 40.012954626679402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28224, "tnode_": 28229, "lpoly_": null, "rpoly_": null, "length": 648.79983493999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRIFTWOOD", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 29202, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-27T00:00:00Z", "newsegdate": "2007-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "DRIFTWOOD DR", "stname": "DRIFTWOOD DR", "objectid": 23653, "Shape__Length": 258.00662733167479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197736130185305, 40.012269861197097 ], [ -75.197781192815995, 40.012321153361199 ], [ -75.197881555256998, 40.012385012947497 ], [ -75.198295453996096, 40.012519167112302 ], [ -75.198703592567298, 40.012635523059103 ], [ -75.199219960282207, 40.012777604474799 ], [ -75.199532346490599, 40.012859177757399 ], [ -75.199851757190899, 40.012954626679402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11799, "tnode_": 29190, "lpoly_": null, "rpoly_": null, "length": 96.98008233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1810, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 29040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 621906, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "2007-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "DOUNTON ST", "stname": "DOUNTON ST", "objectid": 23654, "Shape__Length": 38.586496151442837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156445314217905, 40.016892501832103 ], [ -75.156739187285098, 40.016751722092998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11845, "tnode_": 29190, "lpoly_": null, "rpoly_": null, "length": 108.81858817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACOMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4101, "l_t_add": 4167, "r_f_add": 4100, "r_t_add": 4166, "st_code": 76580, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621907, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2007-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "TACOMA ST", "stname": "TACOMA ST", "objectid": 23655, "Shape__Length": 43.376826827730703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156544332745895, 40.016493289417902 ], [ -75.156739187285098, 40.016751722092998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12789, "tnode_": 29320, "lpoly_": null, "rpoly_": null, "length": 193.58642437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENTIAL", "st_type": "BLVD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 130, "r_f_add": 1, "r_t_add": 129, "st_code": 65560, "l_hundred": 0, "r_hundred": 0, "seg_id": 621908, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-05T00:00:00Z", "newsegdate": "2008-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PRESIDENTIAL BLVD", "stname": "PRESIDENTIAL BLVD", "objectid": 23656, "Shape__Length": 77.156130348589102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210768586467793, 40.008560546750502 ], [ -75.211118935212397, 40.0090186122804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12092, "tnode_": 29480, "lpoly_": null, "rpoly_": null, "length": 486.80038171000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3500, "l_t_add": 3554, "r_f_add": 3501, "r_t_add": 3565, "st_code": 20900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621909, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-09-24T00:00:00Z", "newsegdate": "2008-09-24T00:00:00Z", "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23657, "Shape__Length": 194.06261257992134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192510826615404, 40.0147717625808 ], [ -75.193328320134, 40.013592503443398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29480, "tnode_": 12314, "lpoly_": null, "rpoly_": null, "length": 282.06508456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALUMET", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3556, "l_t_add": 3598, "r_f_add": 3567, "r_t_add": 3599, "st_code": 20900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 621910, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-09-24T00:00:00Z", "newsegdate": "2008-09-24T00:00:00Z", "multi_rep": 0, "streetlabe": "CALUMET ST", "stname": "CALUMET ST", "objectid": 23658, "Shape__Length": 112.454420918447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193328320134, 40.013592503443398 ], [ -75.193358673093201, 40.0135487182677 ], [ -75.193443662344293, 40.013404718885901 ], [ -75.193774499330004, 40.012898490775299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29480, "tnode_": 29481, "lpoly_": null, "rpoly_": null, "length": 179.67995258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POWERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 65500, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621911, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-04-04T00:00:00Z", "newsegdate": "2008-09-24T00:00:00Z", "multi_rep": 0, "streetlabe": "POWERS ST", "stname": "POWERS ST", "objectid": 23659, "Shape__Length": 71.552964884826451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193328320134, 40.013592503443398 ], [ -75.193777449848298, 40.013944677384302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29190, "tnode_": 29535, "lpoly_": null, "rpoly_": null, "length": 164.68031277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACOMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4168, "l_t_add": 4198, "r_f_add": 4169, "r_t_add": 4199, "st_code": 76580, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621912, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2009-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "TACOMA ST", "stname": "TACOMA ST", "objectid": 23660, "Shape__Length": 65.570177723251021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156739187285098, 40.016751722092998 ], [ -75.156863423926296, 40.016907970117202 ], [ -75.156566548877507, 40.0170501726613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11799, "tnode_": 29535, "lpoly_": null, "rpoly_": null, "length": 66.72357269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4178, "r_f_add": 4101, "r_t_add": 4179, "st_code": 81880, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621913, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-12T00:00:00Z", "newsegdate": "2009-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 23661, "Shape__Length": 26.596437127182728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156445314217905, 40.016892501832103 ], [ -75.156566548877507, 40.0170501726613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29535, "tnode_": 11741, "lpoly_": null, "rpoly_": null, "length": 126.02396271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4180, "l_t_add": 4198, "r_f_add": 4181, "r_t_add": 4199, "st_code": 81880, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-12-14T00:00:00Z", "newsegdate": "2009-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 23662, "Shape__Length": 50.234114166080538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156566548877507, 40.0170501726613 ], [ -75.156795531570907, 40.017347972863597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9458, "tnode_": 29544, "lpoly_": null, "rpoly_": null, "length": 1599.0544981099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSETOWN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 289, "r_f_add": 200, "r_t_add": 288, "st_code": 68750, "l_hundred": 200, "r_hundred": 200, "seg_id": 621915, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-01-07T00:00:00Z", "newsegdate": "2010-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "RITTENHOUSETOWN LN", "stname": "RITTENHOUSETOWN LN", "objectid": 23663, "Shape__Length": 637.14396853469589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188667081863599, 40.031585751518698 ], [ -75.188729729738895, 40.031367089500698 ], [ -75.188799626389496, 40.031061965431803 ], [ -75.188846455569305, 40.030762564588798 ], [ -75.188905914170405, 40.030382451181303 ], [ -75.188946496245094, 40.0302086014186 ], [ -75.189002132320397, 40.030135228814203 ], [ -75.189171056650096, 40.029992620746903 ], [ -75.1894463083798, 40.029835792876703 ], [ -75.189603608137801, 40.029810455013497 ], [ -75.189748229996994, 40.0297896420822 ], [ -75.189848929687003, 40.029772656737997 ], [ -75.190131120834096, 40.0296561371199 ], [ -75.190418449624502, 40.029595455862101 ], [ -75.190638169845798, 40.029531610300502 ], [ -75.190732259321393, 40.029471119571198 ], [ -75.190800511981806, 40.029414075120897 ], [ -75.190920908070794, 40.029289360185302 ], [ -75.191014951317101, 40.029200113500401 ], [ -75.191277520570296, 40.028953572168497 ], [ -75.191317288814403, 40.028886246632098 ], [ -75.191315824693504, 40.028766933438398 ], [ -75.191271949176397, 40.028686633142598 ], [ -75.1911706624619, 40.0286363014635 ], [ -75.191060093278793, 40.0285833598791 ], [ -75.190835423529407, 40.028405284761597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29544, "tnode_": 10046, "lpoly_": null, "rpoly_": null, "length": 100.59694962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSETOWN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 291, "l_t_add": 299, "r_f_add": 290, "r_t_add": 298, "st_code": 68750, "l_hundred": 200, "r_hundred": 200, "seg_id": 621916, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2010-01-07T00:00:00Z", "newsegdate": "2010-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "RITTENHOUSETOWN LN", "stname": "RITTENHOUSETOWN LN", "objectid": 23664, "Shape__Length": 39.988496003108025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190835423529407, 40.028405284761597 ], [ -75.190476610760598, 40.028392146450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29544, "tnode_": 29545, "lpoly_": null, "rpoly_": null, "length": 743.7786066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RITTENHOUSETOWN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 68750, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 621917, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-07-18T00:00:00Z", "newsegdate": "2010-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "RITTENHOUSETOWN LN", "stname": "RITTENHOUSETOWN LN", "objectid": 23665, "Shape__Length": 296.04048180166973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190835423529407, 40.028405284761597 ], [ -75.190815013638399, 40.028349211743397 ], [ -75.190820285539004, 40.028299072902897 ], [ -75.190807751592203, 40.028213009704103 ], [ -75.190821951665399, 40.028135341355799 ], [ -75.1908588869575, 40.028082441926102 ], [ -75.190903295485001, 40.028041685187397 ], [ -75.190995666893599, 40.0279915743386 ], [ -75.191118292707401, 40.0279651888738 ], [ -75.191261141986402, 40.027954497986201 ], [ -75.191372277132402, 40.0279665057909 ], [ -75.191488259458595, 40.027999416690797 ], [ -75.191629066062802, 40.028001686759197 ], [ -75.191788688190698, 40.027957072976797 ], [ -75.1918940402457, 40.027924405724796 ], [ -75.191992229234899, 40.027873627189997 ], [ -75.192087124365798, 40.027825593556102 ], [ -75.192253114515495, 40.027787698320999 ], [ -75.192374824566997, 40.027752404519198 ], [ -75.192551914220402, 40.027725032922 ], [ -75.192656404221594, 40.027703964256801 ], [ -75.192727330122693, 40.027672712782397 ], [ -75.192760694245806, 40.027619860299197 ], [ -75.192759884586394, 40.027522429151396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29545, "tnode_": 29546, "lpoly_": null, "rpoly_": null, "length": 1721.5627881399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN DRIVE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 3100, "l_t_add": 3398, "r_f_add": 3101, "r_t_add": 3399, "st_code": 1101, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 621918, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-07-18T00:00:00Z", "newsegdate": "2010-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DRIVE TRL", "stname": "LINCOLN DRIVE TRL", "objectid": 23666, "Shape__Length": 685.90642230895185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192759884586394, 40.027522429151396 ], [ -75.192786299396303, 40.027449862890798 ], [ -75.192831247355102, 40.027352284724302 ], [ -75.192862714834206, 40.0272839737789 ], [ -75.192894017737999, 40.0272309483246 ], [ -75.192974339229494, 40.027121391391802 ], [ -75.193045530601395, 40.027026795049203 ], [ -75.193142591154398, 40.026933641392503 ], [ -75.193273965043204, 40.026834278703099 ], [ -75.193396137538599, 40.026725694668897 ], [ -75.193526657060502, 40.026641121611398 ], [ -75.193930134678695, 40.026388382277503 ], [ -75.194244457297799, 40.0261826523558 ], [ -75.194396335641997, 40.026040460481802 ], [ -75.194523219321994, 40.025926379509599 ], [ -75.194672448007495, 40.025789131614303 ], [ -75.194716466543497, 40.025728279598901 ], [ -75.194755883384303, 40.025633380713302 ], [ -75.194869685373206, 40.025370792981903 ], [ -75.194968164731094, 40.025060178553197 ], [ -75.195074273624599, 40.024682040391099 ], [ -75.195125700201999, 40.0246405877092 ], [ -75.195204937042803, 40.024608801594901 ], [ -75.195366674625404, 40.024563876031301 ], [ -75.195594951686203, 40.024517830041297 ], [ -75.195704710450102, 40.024491786151103 ], [ -75.195841588855103, 40.024425649658099 ], [ -75.195884194545897, 40.024391795954202 ], [ -75.195934425710206, 40.024351881383502 ], [ -75.195989767900898, 40.024269262013597 ], [ -75.196115886559795, 40.024152490012099 ], [ -75.196225670122601, 40.024080412962 ], [ -75.196329102339007, 40.024040582989599 ], [ -75.196407169839901, 40.024021713902897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29546, "tnode_": 28643, "lpoly_": null, "rpoly_": null, "length": 4971.71300909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN DRIVE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 3400, "l_t_add": 3698, "r_f_add": 3401, "r_t_add": 3699, "st_code": 1101, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621919, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-07-18T00:00:00Z", "newsegdate": "2010-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DRIVE TRL", "stname": "LINCOLN DRIVE TRL", "objectid": 23667, "Shape__Length": 1980.5145317864688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196407169839901, 40.024021713902897 ], [ -75.196539272264502, 40.024033078442997 ], [ -75.196669802165502, 40.0239507880856 ], [ -75.197055056750102, 40.0237250723697 ], [ -75.197287153854006, 40.023593922566498 ], [ -75.1975589636574, 40.023438097119197 ], [ -75.197707220500803, 40.023326381811003 ], [ -75.198205425353805, 40.023043537061902 ], [ -75.198414095032206, 40.022945942263597 ], [ -75.198511924355799, 40.022911637895099 ], [ -75.1987196688072, 40.022859930859603 ], [ -75.199187651629401, 40.022707548077598 ], [ -75.199569691215601, 40.022566945453001 ], [ -75.199760310632101, 40.022507284199001 ], [ -75.199894452371097, 40.022476185374799 ], [ -75.199922379893806, 40.022457115919501 ], [ -75.199991120343697, 40.022410178303303 ], [ -75.200269314265, 40.022084102360097 ], [ -75.200500020897493, 40.021842164092 ], [ -75.200655243121304, 40.0216922630024 ], [ -75.200794817477799, 40.0215164555825 ], [ -75.200844697938606, 40.021368474744399 ], [ -75.200901552832605, 40.021182312816499 ], [ -75.200956968976698, 40.021034454822001 ], [ -75.201053560551799, 40.020930515685102 ], [ -75.201104473485898, 40.020794928447103 ], [ -75.201224778119197, 40.0205420192517 ], [ -75.201331133127894, 40.020365474819101 ], [ -75.2014349280646, 40.020156534669603 ], [ -75.201505333197801, 40.020006080855197 ], [ -75.201541893678296, 40.019930297066999 ], [ -75.201629810612602, 40.019788530970402 ], [ -75.2017470757268, 40.0196164873621 ], [ -75.201839959293594, 40.0195035382025 ], [ -75.201906533790293, 40.019422246669798 ], [ -75.202021829668595, 40.019322952958198 ], [ -75.202050270971796, 40.019285930224299 ], [ -75.202067617588, 40.019203308410098 ], [ -75.202080184987807, 40.019134524473699 ], [ -75.202129484200597, 40.019022107276697 ], [ -75.202248438093804, 40.018805499223497 ], [ -75.202301133754602, 40.018729994833798 ], [ -75.202349568442003, 40.018623203158199 ], [ -75.202389047268596, 40.018536528585201 ], [ -75.202457194346195, 40.018428029827398 ], [ -75.202510054218706, 40.018329962472698 ], [ -75.202589838897694, 40.0180466812633 ], [ -75.202635779676498, 40.0179323441197 ], [ -75.202706518193096, 40.017818903057197 ], [ -75.202783910333594, 40.017675791761199 ], [ -75.202871574236795, 40.0175542061817 ], [ -75.203067180357394, 40.017213513177502 ], [ -75.203319737138798, 40.016831487177797 ], [ -75.203539183779, 40.016593553595101 ], [ -75.2036527665541, 40.016519398925702 ], [ -75.203759057217397, 40.016491938194001 ], [ -75.203836142853703, 40.016487770308601 ], [ -75.203943851092404, 40.016500556197599 ], [ -75.204159522981001, 40.016538755478898 ], [ -75.204315785601395, 40.016588988305301 ], [ -75.204547747283499, 40.016675195710199 ], [ -75.204716049559494, 40.016728812343203 ], [ -75.204808186917703, 40.016758915505697 ], [ -75.204948945458398, 40.016790096273297 ], [ -75.205045719310903, 40.016804712864001 ], [ -75.205191114331399, 40.016820406949599 ], [ -75.205328079109194, 40.016810252578502 ], [ -75.205402785354494, 40.016801510576897 ], [ -75.205498219071501, 40.016777540496498 ], [ -75.205562621817805, 40.016753810750302 ], [ -75.205657446395506, 40.016712261103301 ], [ -75.205793604488804, 40.016649803153001 ], [ -75.205872454095001, 40.016601664436003 ], [ -75.205943668319193, 40.016540883925401 ], [ -75.206044385816298, 40.016476061004603 ], [ -75.206137834365094, 40.016445414149501 ], [ -75.206248046741507, 40.016426030811402 ], [ -75.206362428129594, 40.016403621354797 ], [ -75.206445212652596, 40.0163586868943 ], [ -75.206554030745806, 40.016240400031499 ], [ -75.206616725736794, 40.016161204948801 ], [ -75.206632824288604, 40.016113412892999 ], [ -75.206627171993603, 40.016047811882601 ], [ -75.206594878243905, 40.015962293358903 ], [ -75.206603946307993, 40.015910110868802 ], [ -75.206645413434799, 40.015833419774502 ], [ -75.206668766448104, 40.015759234073499 ], [ -75.206676008972593, 40.015718398906898 ], [ -75.206687613889699, 40.015625119339397 ], [ -75.206732332524297, 40.0155138666262 ], [ -75.206780168428395, 40.015427625379203 ], [ -75.206860216727094, 40.015239207661899 ], [ -75.206939742737404, 40.015059245945203 ], [ -75.206972538179997, 40.014987545253199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10312, "tnode_": 29545, "lpoly_": null, "rpoly_": null, "length": 82.92471299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4500, "l_t_add": 4508, "r_f_add": 4501, "r_t_add": 4509, "st_code": 34610, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 621922, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2010-01-07T00:00:00Z", "newsegdate": "2010-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 23668, "Shape__Length": 33.061599808754856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192614252809605, 40.027324224831403 ], [ -75.192759884586394, 40.027522429151396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29576, "tnode_": 29581, "lpoly_": null, "rpoly_": null, "length": 3901.8516626199998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4300, "l_t_add": 4798, "r_f_add": 4301, "r_t_add": 4799, "st_code": 1171, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621924, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2010-11-03T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 23669, "Shape__Length": 1552.778614918047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196975752779693, 40.009106514437399 ], [ -75.197043360995906, 40.009128548997602 ], [ -75.197087189151205, 40.0091653943647 ], [ -75.197360758953806, 40.009250768173501 ], [ -75.197800389403795, 40.009394085960302 ], [ -75.198170312149898, 40.009514985446302 ], [ -75.198401131228593, 40.009582714514998 ], [ -75.198696237845596, 40.009672737152599 ], [ -75.198900415012801, 40.009727352811602 ], [ -75.199201414602797, 40.009804985605903 ], [ -75.199384058984606, 40.009854948539498 ], [ -75.199590758370604, 40.009911289440197 ], [ -75.199716655855198, 40.009958321706598 ], [ -75.1997606671939, 40.010007778729502 ], [ -75.200148793744205, 40.010144639973902 ], [ -75.200204618388199, 40.010170647449797 ], [ -75.200386481887605, 40.0102276570816 ], [ -75.200541074636803, 40.010281650684398 ], [ -75.200791405038601, 40.0103525083954 ], [ -75.201022512276097, 40.010415917255798 ], [ -75.201384096375307, 40.010520426367997 ], [ -75.201685299370595, 40.010608535695603 ], [ -75.201985962701301, 40.0106910946715 ], [ -75.202159104436205, 40.010739108673803 ], [ -75.202347707012606, 40.010791410068101 ], [ -75.202747135567506, 40.010905144673202 ], [ -75.203216799016801, 40.011037216085803 ], [ -75.203775380386602, 40.011198524529298 ], [ -75.204001959287993, 40.011266472413602 ], [ -75.204072035002, 40.011289000745201 ], [ -75.204297984616204, 40.0113737143542 ], [ -75.204442800610096, 40.011439848463198 ], [ -75.204672317651699, 40.0115749794262 ], [ -75.204858383883703, 40.011704950770898 ], [ -75.205517194144207, 40.012215953755103 ], [ -75.205943908664295, 40.012586737497898 ], [ -75.206033348245697, 40.012665837789697 ], [ -75.206217252365505, 40.012810283954501 ], [ -75.206347239186201, 40.012911304480397 ], [ -75.206463422768707, 40.013007232949299 ], [ -75.206509757815994, 40.0130587452349 ], [ -75.206607157395297, 40.013171152127804 ], [ -75.206662529056302, 40.013257295411101 ], [ -75.206729952322704, 40.0133826973738 ], [ -75.206773569228801, 40.013508872132803 ], [ -75.206790268025202, 40.013604556303598 ], [ -75.206796413060403, 40.013711271036797 ], [ -75.206796206803304, 40.013807014146202 ], [ -75.206783922671306, 40.013894258181899 ], [ -75.206764340451599, 40.013965743321101 ], [ -75.206624163680203, 40.014308369948203 ], [ -75.206534708650807, 40.014530377512997 ], [ -75.206478515332506, 40.014706764380698 ], [ -75.206485025456303, 40.014743302767698 ], [ -75.206500918418101, 40.014770514597501 ], [ -75.207015677326794, 40.014917807165602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29596, "tnode_": 29597, "lpoly_": null, "rpoly_": null, "length": 129.71217321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KROC CENTER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 1091, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 621925, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2011-01-20T00:00:00Z", "newsegdate": "2011-01-20T00:00:00Z", "multi_rep": 0, "streetlabe": "KROC CENTER DWY", "stname": "KROC CENTER DWY", "objectid": 23670, "Shape__Length": 51.599649619705446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168447731427804, 40.011977856332599 ], [ -75.168849453041901, 40.011800737811001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12466, "tnode_": 29596, "lpoly_": null, "rpoly_": null, "length": 448.46481841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3930, "l_t_add": 4114, "r_f_add": 3931, "r_t_add": 4115, "st_code": 84060, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 621926, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-01-20T00:00:00Z", "newsegdate": "2011-01-20T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23671, "Shape__Length": 178.7502643780779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167641529375004, 40.010914241724997 ], [ -75.167815928028702, 40.011143541854501 ], [ -75.168447731427804, 40.011977856332599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29596, "tnode_": 12230, "lpoly_": null, "rpoly_": null, "length": 443.98768779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4116, "l_t_add": 4298, "r_f_add": 4117, "r_t_add": 4299, "st_code": 84060, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 621927, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-01-20T00:00:00Z", "newsegdate": "2011-01-20T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 23672, "Shape__Length": 176.99309663615924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168447731427804, 40.011977856332599 ], [ -75.169049338792803, 40.012772275197001 ], [ -75.169116391543199, 40.012889886097497 ], [ -75.169176654401696, 40.013054584451602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28094, "tnode_": 29603, "lpoly_": null, "rpoly_": null, "length": 65.28044836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 700, "r_f_add": 701, "r_t_add": 701, "st_code": 42120, "l_hundred": 700, "r_hundred": 700, "seg_id": 621928, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23673, "Shape__Length": 26.01213008936541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1960992813638, 40.023714707252601 ], [ -75.1962416069737, 40.023856625332101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29603, "tnode_": 29546, "lpoly_": null, "rpoly_": null, "length": 75.93854479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 702, "l_t_add": 702, "r_f_add": 703, "r_t_add": 703, "st_code": 42120, "l_hundred": 700, "r_hundred": 700, "seg_id": 621929, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23674, "Shape__Length": 30.259102124487264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1962416069737, 40.023856625332101 ], [ -75.196407169839901, 40.024021713902897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29622, "tnode_": 12729, "lpoly_": null, "rpoly_": null, "length": 585.53839951000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33948, "l_t_add": 33958, "r_f_add": 33949, "r_t_add": 33959, "st_code": 1150, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 621932, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 23675, "Shape__Length": 232.88398800655779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208029316854905, 40.009879406749 ], [ -75.207981875537897, 40.0098581243914 ], [ -75.2079306018192, 40.009833956847203 ], [ -75.207537606761804, 40.009648726102398 ], [ -75.207003876574205, 40.009441854991401 ], [ -75.206170522209106, 40.0091483611303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12623, "tnode_": 29622, "lpoly_": null, "rpoly_": null, "length": 62.38147481, "stcl2_": null, "stcl2_id": null, "pre_dir": "EB", "st_name": "SCHUYLKILL", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 33940, "l_t_add": 33946, "r_f_add": 33941, "r_t_add": 33947, "st_code": 1150, "l_hundred": 33900, "r_hundred": 33900, "seg_id": 621933, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "EB SCHUYLKILL EXPY", "stname": "EB SCHUYLKILL EXPY", "objectid": 23676, "Shape__Length": 24.821445738951464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208213474539306, 40.009975678859803 ], [ -75.208091735746194, 40.009913031036298 ], [ -75.208029316854905, 40.009879406749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29636, "tnode_": 28068, "lpoly_": null, "rpoly_": null, "length": 1303.1449363700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4600, "l_t_add": 5398, "r_f_add": 4601, "r_t_add": 5399, "st_code": 41960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 621934, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23677, "Shape__Length": 518.81007683698954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195881444077898, 40.024077793177099 ], [ -75.195905150735598, 40.024100741043497 ], [ -75.197342850449502, 40.025537592658999 ], [ -75.197697549253803, 40.025774845006097 ], [ -75.198204056919806, 40.025964642111198 ], [ -75.198637852455704, 40.026060300141303 ], [ -75.1989931305976, 40.026079921923902 ], [ -75.199401125341097, 40.026017642709597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28668, "tnode_": 29636, "lpoly_": null, "rpoly_": null, "length": 601.81504932000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4200, "l_t_add": 4598, "r_f_add": 4201, "r_t_add": 4599, "st_code": 41960, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 621935, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 23678, "Shape__Length": 239.80999076965981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194583686452404, 40.0227611378712 ], [ -75.194958317675898, 40.023151586587097 ], [ -75.195799632719996, 40.023998601574299 ], [ -75.195881444077898, 40.024077793177099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29545, "tnode_": 29651, "lpoly_": null, "rpoly_": null, "length": 1567.41423938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4510, "l_t_add": 4940, "r_f_add": 4511, "r_t_add": 4941, "st_code": 34610, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 621938, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 23679, "Shape__Length": 623.49675548567416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192759884586394, 40.027522429151396 ], [ -75.193027503005197, 40.027859812941401 ], [ -75.193220699399902, 40.027986052741497 ], [ -75.1933884592314, 40.028065514278701 ], [ -75.193567060179106, 40.028097414049498 ], [ -75.193761423593898, 40.028081275899602 ], [ -75.193913093760699, 40.028047356426001 ], [ -75.194064919743894, 40.028004844633998 ], [ -75.194786302358494, 40.027790802256803 ], [ -75.194990731422095, 40.027772973175203 ], [ -75.195694013438597, 40.027777428815703 ], [ -75.195951902461999, 40.027757057797999 ], [ -75.196250393226606, 40.027689105110703 ], [ -75.196468695071204, 40.027664445043897 ], [ -75.196697046495004, 40.027680388312902 ], [ -75.196884830042194, 40.027718129158998 ], [ -75.197207159257204, 40.0279192302661 ], [ -75.197487493411302, 40.028060235317902 ], [ -75.197769885317399, 40.0280994863449 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29651, "tnode_": 26907, "lpoly_": null, "rpoly_": null, "length": 7785.31265523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4942, "l_t_add": 7398, "r_f_add": 4943, "r_t_add": 7399, "st_code": 34610, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621939, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 23680, "Shape__Length": 3103.1797440517453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197769885317399, 40.0280994863449 ], [ -75.198057571251994, 40.028139525556803 ], [ -75.198428464478297, 40.028468505917097 ], [ -75.198468168509905, 40.028573815286599 ], [ -75.198458277008598, 40.028707858613203 ], [ -75.198478115466003, 40.0289667324965 ], [ -75.198699110012996, 40.029399443212498 ], [ -75.198782246623594, 40.029639980359399 ], [ -75.198774766951104, 40.0299680129148 ], [ -75.1987206890186, 40.030115993497397 ], [ -75.198546236758105, 40.030626792958202 ], [ -75.198509166084605, 40.030838553120198 ], [ -75.198545649509697, 40.031029570027599 ], [ -75.198599057484003, 40.031157560171302 ], [ -75.198721171774494, 40.031264700131302 ], [ -75.198868224102995, 40.031353745827602 ], [ -75.199059324830699, 40.031439616074003 ], [ -75.199176873948403, 40.0315321596796 ], [ -75.199265336907303, 40.031631093114299 ], [ -75.199336043333105, 40.031755713475 ], [ -75.199459553205799, 40.031885284338401 ], [ -75.199648795360901, 40.032019330373899 ], [ -75.199819130015797, 40.032145513967002 ], [ -75.199958236709904, 40.032235363856401 ], [ -75.200123167421694, 40.032313174663003 ], [ -75.200279979746199, 40.032355127972401 ], [ -75.200498951659696, 40.032451110131298 ], [ -75.200587325912807, 40.032552268685997 ], [ -75.2006705266528, 40.032701107839301 ], [ -75.200635306012501, 40.032992632159598 ], [ -75.200639958649305, 40.033514856770303 ], [ -75.200617423269904, 40.033959400683102 ], [ -75.200670322848097, 40.034295546149401 ], [ -75.200865435848499, 40.034963954618902 ], [ -75.200985463940199, 40.0352378834136 ], [ -75.201289275456702, 40.035785903825897 ], [ -75.2013732692199, 40.035866830627199 ], [ -75.201449815245496, 40.035935428569999 ], [ -75.201535178578098, 40.0359798950265 ], [ -75.201597281816902, 40.036011681799998 ], [ -75.201725326472598, 40.036005166712897 ], [ -75.201797201814998, 40.035955299684701 ], [ -75.201906134086698, 40.035793508672398 ], [ -75.202178880272399, 40.035483306434202 ], [ -75.202717014253295, 40.034749958509302 ], [ -75.202925613038204, 40.034595161319899 ], [ -75.203241056004799, 40.034417934671701 ], [ -75.203543833990594, 40.0343325367433 ], [ -75.203877119729299, 40.034293870861397 ], [ -75.204227364481696, 40.034294549156002 ], [ -75.204567337082196, 40.034323340642402 ], [ -75.204887164190694, 40.034397739408597 ], [ -75.2053332767303, 40.034545790919303 ], [ -75.205642170397496, 40.034666000897303 ], [ -75.206095241908699, 40.034874429164297 ], [ -75.206401977088703, 40.035175268807997 ], [ -75.206666340561199, 40.035499968471498 ], [ -75.206764486701402, 40.035955610184601 ], [ -75.206843838897299, 40.036200951954598 ], [ -75.206991248954793, 40.036490058351099 ], [ -75.207116991479694, 40.036723949919597 ], [ -75.207259001592107, 40.036946037046803 ], [ -75.207357221465102, 40.037069846505901 ], [ -75.207449130865498, 40.0371509447939 ], [ -75.2077399854399, 40.037412816549399 ], [ -75.208196081562903, 40.037754455473099 ], [ -75.208356284272895, 40.037858261202203 ], [ -75.208597267733694, 40.037973065902001 ], [ -75.208745429440995, 40.038031079795402 ], [ -75.208892681212902, 40.0381134003715 ], [ -75.209023894200598, 40.038201447692103 ], [ -75.209715345465895, 40.038964799127399 ], [ -75.209790991193202, 40.039057698329799 ], [ -75.210065997555802, 40.039532075452598 ], [ -75.210317343605197, 40.039793067465297 ], [ -75.210507716356901, 40.039991892475598 ], [ -75.210604809559598, 40.040146082745203 ], [ -75.211099424809802, 40.041360517719603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12114, "tnode_": 29660, "lpoly_": null, "rpoly_": null, "length": 57.6217541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4890, "l_t_add": 4898, "r_f_add": 4891, "r_t_add": 4899, "st_code": 68280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621940, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-09-12T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23681, "Shape__Length": 22.91187959889341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206515248501304, 40.014854857679502 ], [ -75.206707719199599, 40.014910705218902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29660, "tnode_": 28643, "lpoly_": null, "rpoly_": null, "length": 79.28124621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4900, "l_t_add": 4900, "r_f_add": 4901, "r_t_add": 4901, "st_code": 68280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 621941, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-09-12T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23682, "Shape__Length": 31.5242770290381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206707719199599, 40.014910705218902 ], [ -75.206972538179997, 40.014987545253199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9136, "tnode_": 29667, "lpoly_": null, "rpoly_": null, "length": 623.28177744000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 910, "l_t_add": 934, "r_f_add": 911, "r_t_add": 935, "st_code": 81180, "l_hundred": 900, "r_hundred": 900, "seg_id": 621942, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23683, "Shape__Length": 248.12452807149646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197920858803798, 40.033252328409702 ], [ -75.198680330431998, 40.033111414355098 ], [ -75.199040031742399, 40.032968878910502 ], [ -75.199253525823295, 40.032741207651497 ], [ -75.199665696013994, 40.032330546414698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29733, "tnode_": 12115, "lpoly_": null, "rpoly_": null, "length": 436.48393348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4870, "l_t_add": 4878, "r_f_add": 4871, "r_t_add": 4879, "st_code": 68280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621944, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-09-12T00:00:00Z", "newsegdate": "2011-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23684, "Shape__Length": 173.55478312128315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204851495822197, 40.014400052674802 ], [ -75.205239938007097, 40.0145343278365 ], [ -75.205940195918302, 40.014722521566704 ], [ -75.206311307664706, 40.014816264881802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12285, "tnode_": 29733, "lpoly_": null, "rpoly_": null, "length": 929.70915537000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4700, "l_t_add": 4868, "r_f_add": 4701, "r_t_add": 4869, "st_code": 68280, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 621945, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-08-01T00:00:00Z", "newsegdate": "2011-08-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23685, "Shape__Length": 369.88283907102885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202030693532393, 40.0131162055837 ], [ -75.202208710158601, 40.013275307734403 ], [ -75.202390789101599, 40.013403900751896 ], [ -75.202706943730107, 40.013612117285398 ], [ -75.203082578152504, 40.013805357651599 ], [ -75.204509435818395, 40.014288368129598 ], [ -75.204714085161001, 40.014359189832099 ], [ -75.204851495822197, 40.014400052674802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11205, "tnode_": 11134, "lpoly_": null, "rpoly_": null, "length": 204.78763007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4806, "r_f_add": 4801, "r_t_add": 4899, "st_code": 57100, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 621946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-10-27T00:00:00Z", "newsegdate": "2011-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 23686, "Shape__Length": 81.560982246081835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168254931209702, 40.021567815991297 ], [ -75.168299961151902, 40.0216052590429 ], [ -75.168766932558299, 40.0219691276871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29759, "tnode_": 12436, "lpoly_": null, "rpoly_": null, "length": 112.18374226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 71300, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621947, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2012-02-06T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLER ST", "stname": "SCHUYLER ST", "objectid": 23687, "Shape__Length": 44.708939953450056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163995333110407, 40.010873470000803 ], [ -75.164208542701502, 40.0111341601947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29759, "tnode_": 12465, "lpoly_": null, "rpoly_": null, "length": 73.43299712000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2196, "l_t_add": 2198, "r_f_add": 2197, "r_t_add": 2199, "st_code": 32000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 621948, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2012-02-06T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 23688, "Shape__Length": 29.185046765967403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163995333110407, 40.010873470000803 ], [ -75.164254822482405, 40.010902131602101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12478, "tnode_": 29759, "lpoly_": null, "rpoly_": null, "length": 387.67361939, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 2100, "l_t_add": 2194, "r_f_add": 2101, "r_t_add": 2195, "st_code": 32000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 621949, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-02-06T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 23689, "Shape__Length": 154.07593703701954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162625418818905, 40.010722147181802 ], [ -75.163995333110407, 40.010873470000803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11134, "tnode_": 29760, "lpoly_": null, "rpoly_": null, "length": 211.11007455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 401, "r_t_add": 407, "st_code": 11080, "l_hundred": 0, "r_hundred": 400, "seg_id": 621950, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23690, "Shape__Length": 84.206610840489191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168766932558299, 40.0219691276871 ], [ -75.168665624458995, 40.021855788859099 ], [ -75.168622494355205, 40.021764590083301 ], [ -75.168604211313294, 40.021655372760002 ], [ -75.168603534828407, 40.021582378204002 ], [ -75.1686351703285, 40.021422370266201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29760, "tnode_": 11279, "lpoly_": null, "rpoly_": null, "length": 85.92485854, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 412, "l_t_add": 418, "r_f_add": 409, "r_t_add": 419, "st_code": 11080, "l_hundred": 400, "r_hundred": 400, "seg_id": 621951, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23691, "Shape__Length": 34.238736350638916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1686351703285, 40.021422370266201 ], [ -75.168636875131796, 40.021421054366797 ], [ -75.168819254301596, 40.021233697778001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11205, "tnode_": 29760, "lpoly_": null, "rpoly_": null, "length": 121.69834019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABBOTTSFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 410, "r_f_add": 0, "r_t_add": 0, "st_code": 11080, "l_hundred": 400, "r_hundred": 0, "seg_id": 621952, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2012-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W ABBOTTSFORD AVE", "stname": "W ABBOTTSFORD AVE", "objectid": 23692, "Shape__Length": 48.41394163598757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168254931209702, 40.021567815991297 ], [ -75.168477152379594, 40.021519221474797 ], [ -75.168561391512497, 40.021479321724698 ], [ -75.1686351703285, 40.021422370266201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29766, "tnode_": 12788, "lpoly_": null, "rpoly_": null, "length": 195.83353004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 88280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621953, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-04-27T00:00:00Z", "newsegdate": "2012-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 23693, "Shape__Length": 78.119125925670488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169917323512493, 40.007207502623501 ], [ -75.169790688497997, 40.007736195872901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12913, "tnode_": 29765, "lpoly_": null, "rpoly_": null, "length": 144.29088438, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "25TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 88280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 621954, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-04-27T00:00:00Z", "newsegdate": "2012-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "N 25TH ST", "stname": "N 25TH ST", "objectid": 23694, "Shape__Length": 57.546644127290605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170241819738706, 40.006014447882599 ], [ -75.170095824487603, 40.006394299582198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12860, "tnode_": 29607, "lpoly_": null, "rpoly_": null, "length": 1730.3877935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FALLS", "st_type": "RD", "suf_dir": " ", "zip_left": 19131, "zip_right": 19131, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 33430, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 621955, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2013-01-30T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FALLS RD", "stname": "FALLS RD", "objectid": 23695, "Shape__Length": 688.83226980096481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202024296756505, 40.007491214980497 ], [ -75.202128871851897, 40.007324251628702 ], [ -75.202254719039502, 40.007127100899801 ], [ -75.202329030987798, 40.007043605118902 ], [ -75.202348939855497, 40.0069345740784 ], [ -75.202304491397697, 40.006854524674601 ], [ -75.202197282108898, 40.006760918938497 ], [ -75.201911972418102, 40.006566051102801 ], [ -75.201779005152702, 40.0065266092409 ], [ -75.201535180651803, 40.006490788268998 ], [ -75.201059457003893, 40.0065227997218 ], [ -75.200838654681505, 40.006505733726897 ], [ -75.200682208900105, 40.006459687485901 ], [ -75.200503883791896, 40.006364500939 ], [ -75.200381330034702, 40.006258389125001 ], [ -75.200283167441896, 40.006134573537402 ], [ -75.200248904976803, 40.005993930805097 ], [ -75.200257120619895, 40.005775169250803 ], [ -75.200361569175101, 40.005591561300299 ], [ -75.200526369809396, 40.005439517697504 ], [ -75.200746884795095, 40.005344319193803 ], [ -75.200995598084106, 40.005274615878498 ], [ -75.201260012402699, 40.005183177002799 ], [ -75.201532100980799, 40.005097990565901 ], [ -75.201789525393195, 40.0049820691371 ], [ -75.2020958174828, 40.004695403090999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29806, "tnode_": 10622, "lpoly_": null, "rpoly_": null, "length": 111.85308576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5640, "l_t_add": 5644, "r_f_add": 5635, "r_t_add": 5637, "st_code": 68280, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 621956, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23696, "Shape__Length": 44.611331659553727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208884431815406, 40.025917160561903 ], [ -75.209036379386006, 40.026201122252402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28224, "tnode_": 29865, "lpoly_": null, "rpoly_": null, "length": 60.08737341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3706, "r_f_add": 3701, "r_t_add": 3707, "st_code": 55700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-05-06T00:00:00Z", "newsegdate": "2014-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23697, "Shape__Length": 23.90124541473072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197736130185305, 40.012269861197097 ], [ -75.197547790646794, 40.012348820068901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29865, "tnode_": 28223, "lpoly_": null, "rpoly_": null, "length": 181.14811388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3708, "l_t_add": 3712, "r_f_add": 3709, "r_t_add": 3711, "st_code": 55700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-05-06T00:00:00Z", "newsegdate": "2014-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "MERRICK RD", "stname": "MERRICK RD", "objectid": 23698, "Shape__Length": 72.069808572300275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197547790646794, 40.012348820068901 ], [ -75.197436632512293, 40.012395421229698 ], [ -75.197137308585397, 40.012328873011398 ], [ -75.197006241718597, 40.012204173544298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29866, "tnode_": 28223, "lpoly_": null, "rpoly_": null, "length": 100.33469574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPITAL VIEW", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3400, "l_t_add": 3424, "r_f_add": 3401, "r_t_add": 3423, "st_code": 21210, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPITAL VIEW DR", "stname": "CAPITAL VIEW DR", "objectid": 23699, "Shape__Length": 39.878916422660964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196653237412804, 40.012242676030901 ], [ -75.196704375811706, 40.012243813256198 ], [ -75.196840091243303, 40.012234585652401 ], [ -75.197006241718597, 40.012204173544298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28222, "tnode_": 29866, "lpoly_": null, "rpoly_": null, "length": 372.79656784999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAPITAL VIEW", "st_type": "DR", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3426, "l_t_add": 3498, "r_f_add": 3425, "r_t_add": 3499, "st_code": 21210, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 621960, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CAPITAL VIEW DR", "stname": "CAPITAL VIEW DR", "objectid": 23700, "Shape__Length": 148.24060457265722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195428136988895, 40.011878665426799 ], [ -75.195552213298598, 40.011967146707399 ], [ -75.196009525801998, 40.012087532887598 ], [ -75.196340231772794, 40.012186731713001 ], [ -75.196577077156107, 40.012240982322602 ], [ -75.196653237412804, 40.012242676030901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29865, "tnode_": 29866, "lpoly_": null, "rpoly_": null, "length": 540.31175260999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL FALLS", "st_type": "LN", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 1360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 621961, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-10-16T00:00:00Z", "newsegdate": "2014-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL FALLS LN", "stname": "SCHUYLKILL FALLS LN", "objectid": 23701, "Shape__Length": 215.09367319022812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197547790646794, 40.012348820068901 ], [ -75.197779971766494, 40.012586143230003 ], [ -75.197765114091794, 40.012626809579302 ], [ -75.197710685973703, 40.012656348293 ], [ -75.197669961742307, 40.012675940881401 ], [ -75.1974880487804, 40.012728268282103 ], [ -75.197401095756106, 40.012736585028897 ], [ -75.197265354573005, 40.0127130684264 ], [ -75.197126283769805, 40.012689477630303 ], [ -75.197011097560207, 40.012651043897002 ], [ -75.1969096154439, 40.0126026658399 ], [ -75.196808228594094, 40.0125517273502 ], [ -75.196737387008795, 40.012486093275697 ], [ -75.196698972382507, 40.012444242391901 ], [ -75.196653237412804, 40.012242676030901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29667, "tnode_": 29987, "lpoly_": null, "rpoly_": null, "length": 297.83353903, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 936, "l_t_add": 948, "r_f_add": 937, "r_t_add": 949, "st_code": 81180, "l_hundred": 900, "r_hundred": 900, "seg_id": 621962, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23702, "Shape__Length": 118.69456383537968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199665696013994, 40.032330546414698 ], [ -75.200308918208705, 40.031679417966501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29987, "tnode_": 9946, "lpoly_": null, "rpoly_": null, "length": 1181.0811620500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 998, "r_f_add": 701, "r_t_add": 999, "st_code": 81100, "l_hundred": 900, "r_hundred": 900, "seg_id": 621963, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WALNUT LN", "stname": "WALNUT LN", "objectid": 23703, "Shape__Length": 470.32845767006091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200308918208705, 40.031679417966501 ], [ -75.201499509429794, 40.030474149698598 ], [ -75.201784978095304, 40.030280873087399 ], [ -75.202529556949003, 40.029962329080298 ], [ -75.203408967990995, 40.029570558038799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29546, "tnode_": 29902, "lpoly_": null, "rpoly_": null, "length": 44.30487416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 704, "l_t_add": 710, "r_f_add": 705, "r_t_add": 711, "st_code": 42120, "l_hundred": 700, "r_hundred": 700, "seg_id": 621964, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23704, "Shape__Length": 17.616355580540567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196407169839901, 40.024021713902897 ], [ -75.196558496850201, 40.024057166290902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29902, "tnode_": 28817, "lpoly_": null, "rpoly_": null, "length": 1363.5349231500002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMIT", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 714, "l_t_add": 718, "r_f_add": 713, "r_t_add": 719, "st_code": 42120, "l_hundred": 700, "r_hundred": 700, "seg_id": 621965, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HERMIT LN", "stname": "HERMIT LN", "objectid": 23705, "Shape__Length": 542.76130757943906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196558496850201, 40.024057166290902 ], [ -75.1965652905957, 40.024058758058402 ], [ -75.196678791351403, 40.024073809292503 ], [ -75.196772117025603, 40.024083714916102 ], [ -75.196887888451002, 40.024092552643303 ], [ -75.197056341198305, 40.024108825206703 ], [ -75.197355684588999, 40.024030643651599 ], [ -75.197611365651198, 40.023915725526201 ], [ -75.197753012766697, 40.023858108191199 ], [ -75.197951391092005, 40.023775539441502 ], [ -75.1983207279943, 40.0236800880175 ], [ -75.198478334153094, 40.023651419588298 ], [ -75.1986629348892, 40.023605479277698 ], [ -75.198838065907594, 40.023564093710199 ], [ -75.198931779867706, 40.023544728992697 ], [ -75.199024242162295, 40.023558697866399 ], [ -75.199096349403902, 40.023578171949303 ], [ -75.199152749224297, 40.023603253616002 ], [ -75.199299156130806, 40.023654377778897 ], [ -75.199435936594895, 40.023738224135798 ], [ -75.1994749315961, 40.0238163359776 ], [ -75.199483657440496, 40.024004978314501 ], [ -75.199510398609107, 40.024272469354301 ], [ -75.199576060063393, 40.024418284657798 ], [ -75.199655998800097, 40.024529569772497 ], [ -75.199719726578394, 40.024624056909097 ], [ -75.1998286184227, 40.024711535233301 ], [ -75.1999740933189, 40.024806914889197 ], [ -75.200137112301405, 40.024913483327701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29922, "tnode_": 28281, "lpoly_": null, "rpoly_": null, "length": 71.41946462, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4352, "l_t_add": 4354, "r_f_add": 4351, "r_t_add": 4353, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621966, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-04-09T00:00:00Z", "newsegdate": "2015-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23706, "Shape__Length": 28.494408610755269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152273766081095, 40.019709107489099 ], [ -75.152225340634303, 40.0199015947737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11444, "tnode_": 29922, "lpoly_": null, "rpoly_": null, "length": 32.93683722, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4334, "l_t_add": 4350, "r_f_add": 4333, "r_t_add": 4349, "st_code": 88090, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 621967, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2015-04-09T00:00:00Z", "newsegdate": "2015-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 23707, "Shape__Length": 13.140868310471578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152296097742905, 40.019620337127797 ], [ -75.152273766081095, 40.019709107489099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12430, "tnode_": 29929, "lpoly_": null, "rpoly_": null, "length": 335.30048579000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2950, "l_t_add": 2958, "r_f_add": 2951, "r_t_add": 2959, "st_code": 68880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 621968, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "2016-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23708, "Shape__Length": 133.42975678454613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177086266834394, 40.011411433463103 ], [ -75.178059430303605, 40.010875485479701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29929, "tnode_": 12626, "lpoly_": null, "rpoly_": null, "length": 785.2208007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 2960, "l_t_add": 3298, "r_f_add": 2961, "r_t_add": 3299, "st_code": 68880, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 621969, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": "2016-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ROBERTS AVE", "stname": "ROBERTS AVE", "objectid": 23709, "Shape__Length": 312.4673368511539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178059430303605, 40.010875485479701 ], [ -75.180338364699793, 40.009620346856899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29929, "tnode_": 29934, "lpoly_": null, "rpoly_": null, "length": 415.04993244999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER CENTER", "st_type": "DR", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 3015, "l_hundred": 0, "r_hundred": 0, "seg_id": 621970, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2016-02-19T00:00:00Z", "newsegdate": "2016-02-19T00:00:00Z", "multi_rep": 0, "streetlabe": "BAKER CENTER DR", "stname": "BAKER CENTER DR", "objectid": 23710, "Shape__Length": 165.32129088553199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178059430303605, 40.010875485479701 ], [ -75.177100081353899, 40.010007182424999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9300, "tnode_": 8766, "lpoly_": null, "rpoly_": null, "length": 1080.3920507100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6036, "l_t_add": 6082, "r_f_add": 6035, "r_t_add": 6081, "st_code": 50780, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 621971, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 23711, "Shape__Length": 431.12033260483213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1876627116701, 40.032076640851002 ], [ -75.187672895757203, 40.032384954751301 ], [ -75.187707327309099, 40.032595076365801 ], [ -75.187738911839602, 40.032800483450799 ], [ -75.187770562715698, 40.032916588709099 ], [ -75.187782783097603, 40.032959466341801 ], [ -75.187795217913205, 40.033003091186103 ], [ -75.187912444694504, 40.033397498295201 ], [ -75.188088986648907, 40.034164119638803 ], [ -75.188407418740795, 40.0349765264423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30004, "tnode_": 12458, "lpoly_": null, "rpoly_": null, "length": 302.05975512000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4466, "l_t_add": 4498, "r_f_add": 4465, "r_t_add": 4499, "st_code": 68280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621972, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-08-20T14:23:10Z", "newsegdate": "2018-08-20T14:23:10Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23712, "Shape__Length": 120.14074426242478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199480496333607, 40.011078707592198 ], [ -75.200439069509102, 40.011458515052901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12597, "tnode_": 30004, "lpoly_": null, "rpoly_": null, "length": 555.87320723000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4400, "l_t_add": 4464, "r_f_add": 4401, "r_t_add": 4463, "st_code": 68280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 621973, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-08-20T14:23:10Z", "newsegdate": "2018-08-20T14:23:10Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 23713, "Shape__Length": 221.09034238303073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197716485952895, 40.010379735575 ], [ -75.199480496333607, 40.011078707592198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30004, "tnode_": 30005, "lpoly_": null, "rpoly_": null, "length": 135.57978692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER RIDGE", "st_type": "CT", "suf_dir": " ", "zip_left": 19129, "zip_right": 19129, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 68787, "l_hundred": 0, "r_hundred": 0, "seg_id": 621974, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2018-08-20T14:25:02Z", "newsegdate": "2018-08-20T14:25:02Z", "multi_rep": null, "streetlabe": "RIVER RIDGE CT", "stname": "RIVER RIDGE CT", "objectid": 23714, "Shape__Length": 54.052427228822566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199480496333607, 40.011078707592198 ], [ -75.199692561849105, 40.010744149636899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12576, "tnode_": 30116, "lpoly_": null, "rpoly_": null, "length": 116.12840638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621975, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2023-08-22T11:19:50Z", "newsegdate": "2023-08-22T11:19:50Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23715, "Shape__Length": 46.214936594069442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207454360798494, 40.010546475387997 ], [ -75.207787130014395, 40.0107366023298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30116, "tnode_": 27955, "lpoly_": null, "rpoly_": null, "length": 131.8798037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621976, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2023-08-22T11:19:50Z", "newsegdate": "2023-08-22T11:19:50Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23716, "Shape__Length": 52.483583133468905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207787130014395, 40.0107366023298 ], [ -75.207820409777497, 40.010755616923603 ], [ -75.208165037245394, 40.010952516821703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30116, "tnode_": 30114, "lpoly_": null, "rpoly_": null, "length": 731.14915517999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 621977, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2023-08-22T11:21:10Z", "newsegdate": "2023-08-22T11:21:10Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 23717, "Shape__Length": 291.09036664412628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207787130014395, 40.0107366023298 ], [ -75.208305880142902, 40.010830278429999 ], [ -75.208539758695395, 40.0108118620103 ], [ -75.208813249568905, 40.010718822440097 ], [ -75.209056964614803, 40.010601530552002 ], [ -75.209243423800601, 40.010374440126803 ], [ -75.209455862144907, 40.009945019683499 ], [ -75.209565803272497, 40.009723064295599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12563, "tnode_": 30120, "lpoly_": null, "rpoly_": null, "length": 97.69686972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621978, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2023-08-31T15:02:42Z", "newsegdate": "2023-08-31T15:02:42Z", "multi_rep": 1, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23718, "Shape__Length": 38.873304921044344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207087607390307, 40.010873005071097 ], [ -75.2073767882422, 40.010723074819602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30120, "tnode_": 12789, "lpoly_": null, "rpoly_": null, "length": 1234.68425297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19131, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23240, "l_hundred": 0, "r_hundred": 0, "seg_id": 621979, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2023-08-31T15:02:42Z", "newsegdate": "2023-08-31T15:02:42Z", "multi_rep": 1, "streetlabe": "CITY AVE", "stname": "CITY AVE", "objectid": 23719, "Shape__Length": 491.45329934773702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2073767882422, 40.010723074819602 ], [ -75.207625481017303, 40.0105779056248 ], [ -75.207832593511696, 40.010419705804502 ], [ -75.2079482816698, 40.010346277678003 ], [ -75.208107505788405, 40.010241246594397 ], [ -75.208379173692904, 40.010063183457198 ], [ -75.208424635465704, 40.010035661418101 ], [ -75.209268305747003, 40.009496190030198 ], [ -75.210768586467793, 40.008560546750502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9136, "tnode_": 30185, "lpoly_": null, "rpoly_": null, "length": 115.47618908, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 900, "l_t_add": 908, "r_f_add": 0, "r_t_add": 0, "st_code": 81180, "l_hundred": 900, "r_hundred": 900, "seg_id": 621980, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2025-07-17T09:54:43Z", "newsegdate": "2025-07-17T09:54:43Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23720, "Shape__Length": 45.986754814917006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197920858803798, 40.033252328409702 ], [ -75.197845460801801, 40.033334776130502 ], [ -75.197704132468104, 40.0333983846431 ], [ -75.197617483852994, 40.033459394200698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30192, "tnode_": 9117, "lpoly_": null, "rpoly_": null, "length": 218.93894358999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 865, "r_t_add": 899, "st_code": 81180, "l_hundred": 800, "r_hundred": 800, "seg_id": 621982, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:22:45Z", "newsegdate": "2025-08-05T10:22:45Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23721, "Shape__Length": 87.114653186317227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196493409737798, 40.033125536886402 ], [ -75.196736063801396, 40.033202428026698 ], [ -75.1969414049167, 40.0332751185625 ], [ -75.197007638342598, 40.033302868629903 ], [ -75.197097503795703, 40.033345988886502 ], [ -75.197178588162103, 40.033405334692901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9224, "tnode_": 30192, "lpoly_": null, "rpoly_": null, "length": 383.61224553999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 800, "l_t_add": 862, "r_f_add": 801, "r_t_add": 863, "st_code": 81180, "l_hundred": 800, "r_hundred": 800, "seg_id": 621983, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:22:45Z", "newsegdate": "2025-08-05T10:22:45Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23722, "Shape__Length": 152.60035507978975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195243498868507, 40.032694565636703 ], [ -75.196094745196504, 40.032991615103597 ], [ -75.196484746760007, 40.033122791737597 ], [ -75.196493409737798, 40.033125536886402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30193, "tnode_": 30192, "lpoly_": null, "rpoly_": null, "length": 228.5122665, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 864, "l_t_add": 898, "r_f_add": 0, "r_t_add": 0, "st_code": 81180, "l_hundred": 800, "r_hundred": 800, "seg_id": 621984, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:25:56Z", "newsegdate": "2025-08-05T10:25:56Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 23723, "Shape__Length": 90.874053267599422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197271955376493, 40.033304572022899 ], [ -75.197113360112397, 40.033274824136697 ], [ -75.196954685332301, 40.033226598270701 ], [ -75.196718577015105, 40.033155196073103 ], [ -75.196493409737798, 40.033125536886402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30186, "tnode_": 30193, "lpoly_": null, "rpoly_": null, "length": 78.97656504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621985, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:30:29Z", "newsegdate": "2025-08-05T10:30:29Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23724, "Shape__Length": 31.40324830112343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197545653668399, 40.033324298844903 ], [ -75.197492823831396, 40.033307096798602 ], [ -75.197459030097306, 40.033298598022697 ], [ -75.197418039411502, 40.033295899427102 ], [ -75.197356931033298, 40.033292157230797 ], [ -75.197302436068099, 40.033298098217102 ], [ -75.197271955376493, 40.033304572022899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30193, "tnode_": 9117, "lpoly_": null, "rpoly_": null, "length": 47.38786608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621986, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:34:34Z", "newsegdate": "2025-08-05T10:34:34Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23725, "Shape__Length": 18.885802029581491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197271955376493, 40.033304572022899 ], [ -75.197233324373698, 40.0333215929235 ], [ -75.197208570951304, 40.033340709856397 ], [ -75.197196256512896, 40.0333589112347 ], [ -75.197178588162103, 40.033405334692901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9117, "tnode_": 30183, "lpoly_": null, "rpoly_": null, "length": 74.14469616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621987, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:35:42Z", "newsegdate": "2025-08-05T10:35:42Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23726, "Shape__Length": 29.55811945292427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197178588162103, 40.033405334692901 ], [ -75.1971718243677, 40.033451936552801 ], [ -75.197181123584997, 40.033493265970101 ], [ -75.197197978196201, 40.033519267850799 ], [ -75.197218929803299, 40.033539400649097 ], [ -75.197230191532796, 40.033549186282698 ], [ -75.197283271376307, 40.0335721162798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30183, "tnode_": 30184, "lpoly_": null, "rpoly_": null, "length": 81.29670378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621988, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:39:05Z", "newsegdate": "2025-08-05T10:39:05Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23727, "Shape__Length": 32.334686152938758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197283271376307, 40.0335721162798 ], [ -75.197343229290993, 40.033594609863002 ], [ -75.197395704702302, 40.033601139813896 ], [ -75.197429834542703, 40.033600706313798 ], [ -75.197468657459098, 40.033599185075701 ], [ -75.197521165015104, 40.033584260977896 ], [ -75.197553976327001, 40.033564782450803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30184, "tnode_": 30185, "lpoly_": null, "rpoly_": null, "length": 43.19277083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621989, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:42:32Z", "newsegdate": "2025-08-05T10:42:32Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23728, "Shape__Length": 17.225030541041015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197553976327001, 40.033564782450803 ], [ -75.197572839840007, 40.033550245899796 ], [ -75.197590688583801, 40.033529187853297 ], [ -75.197604977900596, 40.033499706505502 ], [ -75.197617483852994, 40.033459394200698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30185, "tnode_": 30186, "lpoly_": null, "rpoly_": null, "length": 54.7453762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT LANE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3267, "l_hundred": 0, "r_hundred": 0, "seg_id": 621990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:45:08Z", "newsegdate": "2025-08-05T10:45:08Z", "multi_rep": null, "streetlabe": "WALNUT LANE CIR ", "stname": "WALNUT LANE CIR ", "objectid": 23729, "Shape__Length": 21.833159502554309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197617483852994, 40.033459394200698 ], [ -75.197621340288507, 40.033435704211499 ], [ -75.197606348483603, 40.033401400497297 ], [ -75.197587990289307, 40.033374173236403 ], [ -75.197545653668399, 40.033324298844903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10074, "tnode_": 9789, "lpoly_": null, "rpoly_": null, "length": 553.11606367000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 19140, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 23730, "Shape__Length": 220.71632980629832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147221396525694, 40.027653223843998 ], [ -75.146915293773006, 40.029153247755701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10074, "tnode_": 10061, "lpoly_": null, "rpoly_": null, "length": 245.651875, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 69040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23731, "Shape__Length": 97.656575984796945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147221396525694, 40.027653223843998 ], [ -75.148088450237495, 40.027755413833802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10094, "tnode_": 9942, "lpoly_": null, "rpoly_": null, "length": 275.59229817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4926, "r_f_add": 4901, "r_t_add": 4927, "st_code": 61300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23732, "Shape__Length": 109.97341037369202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146434900159605, 40.027542920749298 ], [ -75.146293001478497, 40.028291548530802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10094, "tnode_": 10074, "lpoly_": null, "rpoly_": null, "length": 223.89065202, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 69040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640004, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23733, "Shape__Length": 89.008726084428801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146434900159605, 40.027542920749298 ], [ -75.147221396525694, 40.027653223843998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10125, "tnode_": 9972, "lpoly_": null, "rpoly_": null, "length": 278.44802031999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4918, "r_f_add": 4901, "r_t_add": 4919, "st_code": 88050, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23734, "Shape__Length": 111.11043339080537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145037010046494, 40.027354891140199 ], [ -75.144876963221193, 40.028109296772698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10125, "tnode_": 10094, "lpoly_": null, "rpoly_": null, "length": 397.42209092000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1333, "st_code": 69040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23735, "Shape__Length": 157.99500919424224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145037010046494, 40.027354891140199 ], [ -75.146434900159605, 40.027542920749298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10142, "tnode_": 9847, "lpoly_": null, "rpoly_": null, "length": 552.26851181000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 20980, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640007, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 23736, "Shape__Length": 220.37349539484865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144244975689503, 40.027263655217901 ], [ -75.143915561956604, 40.028758398022603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10142, "tnode_": 10125, "lpoly_": null, "rpoly_": null, "length": 224.28350171, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 69040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23737, "Shape__Length": 89.160908037239125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144244975689503, 40.027263655217901 ], [ -75.145037010046494, 40.027354891140199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10155, "tnode_": 9861, "lpoly_": null, "rpoly_": null, "length": 550.41229405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88030, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 23738, "Shape__Length": 219.63128044104559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143464742857404, 40.027163611073398 ], [ -75.143128412797907, 40.028652271722798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10155, "tnode_": 10142, "lpoly_": null, "rpoly_": null, "length": 221.52107535, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 69040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23739, "Shape__Length": 88.064398868876197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143464742857404, 40.027163611073398 ], [ -75.144244975689503, 40.027263655217901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10170, "tnode_": 9871, "lpoly_": null, "rpoly_": null, "length": 549.30700377000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 54140, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640011, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 23740, "Shape__Length": 219.18937276842104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142676921597001, 40.027067452893498 ], [ -75.142337630441403, 40.0285526358279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10170, "tnode_": 10155, "lpoly_": null, "rpoly_": null, "length": 223.39148866, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 69040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23741, "Shape__Length": 88.806970916898692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142676921597001, 40.027067452893498 ], [ -75.143464742857404, 40.027163611073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10187, "tnode_": 9887, "lpoly_": null, "rpoly_": null, "length": 553.76542944000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88010, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 23742, "Shape__Length": 220.97103044153423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141881704119299, 40.0269583114735 ], [ -75.141559635754604, 40.028458164813202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10187, "tnode_": 10170, "lpoly_": null, "rpoly_": null, "length": 226.22086953, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1125, "st_code": 69040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23743, "Shape__Length": 89.933869081068281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141881704119299, 40.0269583114735 ], [ -75.142676921597001, 40.027067452893498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10208, "tnode_": 9905, "lpoly_": null, "rpoly_": null, "length": 554.75101951, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 81440, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 23744, "Shape__Length": 221.36327123155573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141090345728799, 40.026860187851803 ], [ -75.140762650384602, 40.028362064060197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10208, "tnode_": 10187, "lpoly_": null, "rpoly_": null, "length": 224.48341381, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1016, "l_t_add": 1098, "r_f_add": 1027, "r_t_add": 1099, "st_code": 69040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23745, "Shape__Length": 89.241054275634212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141090345728799, 40.026860187851803 ], [ -75.141881704119299, 40.0269583114735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10221, "tnode_": 9931, "lpoly_": null, "rpoly_": null, "length": 553.60972357000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87990, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 23746, "Shape__Length": 220.90807232227672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140306656479495, 40.026755062676997 ], [ -75.139983500150706, 40.028254344341399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10221, "tnode_": 10208, "lpoly_": null, "rpoly_": null, "length": 222.78788713, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1025, "st_code": 69040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23747, "Shape__Length": 88.568352486651278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140306656479495, 40.026755062676997 ], [ -75.141090345728799, 40.026860187851803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10234, "tnode_": 9948, "lpoly_": null, "rpoly_": null, "length": 551.63747347999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 44180, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640019, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 23748, "Shape__Length": 220.11721221272586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395103897908, 40.026657136388003 ], [ -75.139205018227997, 40.028085465923702 ], [ -75.139173838057403, 40.028147835795203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10234, "tnode_": 10221, "lpoly_": null, "rpoly_": null, "length": 225.8298398, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 922, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 69040, "l_hundred": 900, "r_hundred": 900, "seg_id": 640020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23749, "Shape__Length": 89.775900485099854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395103897908, 40.026657136388003 ], [ -75.140306656479495, 40.026755062676997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10248, "tnode_": 9966, "lpoly_": null, "rpoly_": null, "length": 552.701593, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87970, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 23750, "Shape__Length": 220.54380061880062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138700656724595, 40.026545246038999 ], [ -75.138369667142797, 40.0280409886401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10248, "tnode_": 10234, "lpoly_": null, "rpoly_": null, "length": 230.4001761, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 920, "r_f_add": 901, "r_t_add": 919, "st_code": 69040, "l_hundred": 900, "r_hundred": 900, "seg_id": 640022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23751, "Shape__Length": 91.594940836053865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138700656724595, 40.026545246038999 ], [ -75.1395103897908, 40.026657136388003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10259, "tnode_": 10094, "lpoly_": null, "rpoly_": null, "length": 314.58515981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4824, "l_t_add": 4898, "r_f_add": 4819, "r_t_add": 4899, "st_code": 61300, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23752, "Shape__Length": 125.53451981870023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146573731177597, 40.026685967617702 ], [ -75.146434900159605, 40.027542920749298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10266, "tnode_": 9986, "lpoly_": null, "rpoly_": null, "length": 554.8177138499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87950, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 23753, "Shape__Length": 221.38885210075148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137748918939295, 40.026425467855297 ], [ -75.137423768803401, 40.027927856319998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10266, "tnode_": 10248, "lpoly_": null, "rpoly_": null, "length": 270.10495113999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 69040, "l_hundred": 800, "r_hundred": 800, "seg_id": 640025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23754, "Shape__Length": 107.3771393959652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137748918939295, 40.026425467855297 ], [ -75.138287568861699, 40.026498009320903 ], [ -75.138700656724595, 40.026545246038999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10282, "tnode_": 10005, "lpoly_": null, "rpoly_": null, "length": 550.45823062, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 34980, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 23755, "Shape__Length": 219.64806130312994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137097877967506, 40.026345308357399 ], [ -75.136768764498996, 40.027835049372499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10282, "tnode_": 10266, "lpoly_": null, "rpoly_": null, "length": 184.64848037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 718, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 69040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23756, "Shape__Length": 73.404422683250246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137097877967506, 40.026345308357399 ], [ -75.137748918939295, 40.026425467855297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10289, "tnode_": 10125, "lpoly_": null, "rpoly_": null, "length": 313.67556237999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4818, "l_t_add": 4898, "r_f_add": 4823, "r_t_add": 4899, "st_code": 88050, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23757, "Shape__Length": 125.16457311896569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145226995465904, 40.0265062915241 ], [ -75.145037010046494, 40.027354891140199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10289, "tnode_": 10259, "lpoly_": null, "rpoly_": null, "length": 382.79138965, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 31080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640029, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELEANOR ST", "stname": "W ELEANOR ST", "objectid": 23758, "Shape__Length": 152.17638636218874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145226995465904, 40.0265062915241 ], [ -75.146573731177597, 40.026685967617702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10295, "tnode_": 10020, "lpoly_": null, "rpoly_": null, "length": 551.58232661, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87930, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640030, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 23759, "Shape__Length": 220.09789282280855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136458063309107, 40.0262564624839 ], [ -75.136405382275896, 40.026564256581203 ], [ -75.136140567105599, 40.027750628220197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10295, "tnode_": 10282, "lpoly_": null, "rpoly_": null, "length": 182.08074888000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 715, "st_code": 69040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23760, "Shape__Length": 72.385454210116137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136458063309107, 40.0262564624839 ], [ -75.137097877967506, 40.026345308357399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10305, "tnode_": 10295, "lpoly_": null, "rpoly_": null, "length": 183.62059913, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 640, "l_t_add": 698, "r_f_add": 649, "r_t_add": 699, "st_code": 69040, "l_hundred": 600, "r_hundred": 600, "seg_id": 640032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23761, "Shape__Length": 72.996260762129808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1358113852082, 40.026173288187998 ], [ -75.136458063309107, 40.0262564624839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10327, "tnode_": 10051, "lpoly_": null, "rpoly_": null, "length": 548.67634028999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87910, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 23762, "Shape__Length": 218.93741661259756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134811903769801, 40.026054247487501 ], [ -75.134492933579594, 40.027540334290698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10327, "tnode_": 10305, "lpoly_": null, "rpoly_": null, "length": 283.24647332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 638, "r_f_add": 601, "r_t_add": 647, "st_code": 69040, "l_hundred": 600, "r_hundred": 600, "seg_id": 640034, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23763, "Shape__Length": 112.59952650643436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134811903769801, 40.026054247487501 ], [ -75.1358113852082, 40.026173288187998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10341, "tnode_": 10070, "lpoly_": null, "rpoly_": null, "length": 555.73992264000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 33240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640035, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 23764, "Shape__Length": 221.75406003291371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133851580634399, 40.025921423229299 ], [ -75.1335180123383, 40.027425288515602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10341, "tnode_": 10327, "lpoly_": null, "rpoly_": null, "length": 273.25929532000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 528, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 69040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23765, "Shape__Length": 108.63250609508938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133851580634399, 40.025921423229299 ], [ -75.134811903769801, 40.026054247487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10360, "tnode_": 10087, "lpoly_": null, "rpoly_": null, "length": 550.92625248000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 87890, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640037, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 23766, "Shape__Length": 219.833048936566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132841211725093, 40.025792414966801 ], [ -75.132511879392496, 40.027283430265904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10360, "tnode_": 10341, "lpoly_": null, "rpoly_": null, "length": 286.83353288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 529, "st_code": 69040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23767, "Shape__Length": 114.0266032609281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132841211725093, 40.025792414966801 ], [ -75.133851580634399, 40.025921423229299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10361, "tnode_": 10074, "lpoly_": null, "rpoly_": null, "length": 556.48884877, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 19140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640039, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 23768, "Shape__Length": 222.05322672132996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147558185557997, 40.026147696615404 ], [ -75.147221396525694, 40.027653223843998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10373, "tnode_": 10259, "lpoly_": null, "rpoly_": null, "length": 230.24451903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4822, "r_f_add": 4801, "r_t_add": 4817, "st_code": 61300, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23769, "Shape__Length": 91.875899883130373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146689761443596, 40.026060245081197 ], [ -75.146573731177597, 40.026685967617702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10373, "tnode_": 10361, "lpoly_": null, "rpoly_": null, "length": 245.28197423, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 51800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23770, "Shape__Length": 97.504874238600451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146689761443596, 40.026060245081197 ], [ -75.147558185557997, 40.026147696615404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10378, "tnode_": 10360, "lpoly_": null, "rpoly_": null, "length": 220.6833969, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 422, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 69040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23771, "Shape__Length": 87.73075131407694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132065409733897, 40.0256862233908 ], [ -75.132841211725093, 40.025792414966801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10380, "tnode_": 10109, "lpoly_": null, "rpoly_": null, "length": 547.40325572999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 49660, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 23772, "Shape__Length": 218.42756584196167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131885221940195, 40.025678718695403 ], [ -75.131562489530097, 40.027160781868503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10380, "tnode_": 10378, "lpoly_": null, "rpoly_": null, "length": 50.5363629, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 420, "l_t_add": 420, "r_f_add": 421, "r_t_add": 421, "st_code": 69040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23773, "Shape__Length": 20.08806039318042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131885221940195, 40.025678718695403 ], [ -75.132065409733897, 40.0256862233908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10386, "tnode_": 10380, "lpoly_": null, "rpoly_": null, "length": 133.27732335, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 410, "l_t_add": 418, "r_f_add": 409, "r_t_add": 419, "st_code": 69040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23774, "Shape__Length": 52.984087494922484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131417764339801, 40.025610119249798 ], [ -75.131885221940195, 40.025678718695403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10399, "tnode_": 10244, "lpoly_": null, "rpoly_": null, "length": 322.91708753999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4934, "r_f_add": 4901, "r_t_add": 4935, "st_code": 87870, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23775, "Shape__Length": 128.85201899866851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130960453839904, 40.0255554881157 ], [ -75.130775975979404, 40.026430515402197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10399, "tnode_": 10386, "lpoly_": null, "rpoly_": null, "length": 129.60895913000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 408, "r_f_add": 401, "r_t_add": 407, "st_code": 69040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23776, "Shape__Length": 51.52332918731264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130960453839904, 40.0255554881157 ], [ -75.131417764339801, 40.025610119249798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10403, "tnode_": 10289, "lpoly_": null, "rpoly_": null, "length": 230.38164938, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4816, "r_f_add": 4801, "r_t_add": 4821, "st_code": 88050, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23777, "Shape__Length": 91.927785120350492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145362420558101, 40.025882494841099 ], [ -75.145226995465904, 40.0265062915241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10403, "tnode_": 10373, "lpoly_": null, "rpoly_": null, "length": 377.32333512000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1327, "st_code": 51800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23778, "Shape__Length": 150.00134037914771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145362420558101, 40.025882494841099 ], [ -75.146689761443596, 40.026060245081197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10410, "tnode_": 10334, "lpoly_": null, "rpoly_": null, "length": 186.95954149, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4918, "r_f_add": 4901, "r_t_add": 4919, "st_code": 87850, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640051, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23779, "Shape__Length": 74.600321716348432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129977946227797, 40.0254284008223 ], [ -75.129865011276394, 40.025934229913702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10410, "tnode_": 10399, "lpoly_": null, "rpoly_": null, "length": 279.02374353000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 69040, "l_hundred": 300, "r_hundred": 300, "seg_id": 640052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23780, "Shape__Length": 110.92163700156027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129977946227797, 40.0254284008223 ], [ -75.130960453839904, 40.0255554881157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10416, "tnode_": 10142, "lpoly_": null, "rpoly_": null, "length": 549.11902934, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 20980, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640053, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 23781, "Shape__Length": 219.11043653949267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144582832143598, 40.025778803624299 ], [ -75.144244975689503, 40.027263655217901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10416, "tnode_": 10403, "lpoly_": null, "rpoly_": null, "length": 221.57007552, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 51800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23782, "Shape__Length": 88.08278087187422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144582832143598, 40.025778803624299 ], [ -75.145362420558101, 40.025882494841099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10430, "tnode_": 10410, "lpoly_": null, "rpoly_": null, "length": 340.50337119000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 254, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 69040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23783, "Shape__Length": 135.36233014182466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128779749805304, 40.025269731527203 ], [ -75.129977946227797, 40.0254284008223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10434, "tnode_": 10155, "lpoly_": null, "rpoly_": null, "length": 551.04670948, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 88030, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 23784, "Shape__Length": 219.88208889583839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143784746616902, 40.025671060672003 ], [ -75.143464742857404, 40.027163611073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10434, "tnode_": 10416, "lpoly_": null, "rpoly_": null, "length": 226.92711334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1213, "st_code": 51800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23785, "Shape__Length": 90.212576872215337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143784746616902, 40.025671060672003 ], [ -75.144582832143598, 40.025778803624299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10464, "tnode_": 10368, "lpoly_": null, "rpoly_": null, "length": 171.69091448, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4920, "r_f_add": 4901, "r_t_add": 4919, "st_code": 87830, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 23786, "Shape__Length": 68.50972608386158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1281286505683, 40.025231244935199 ], [ -75.128040091353995, 40.025697613642201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10464, "tnode_": 10430, "lpoly_": null, "rpoly_": null, "length": 182.88247861, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 252, "r_f_add": 201, "r_t_add": 219, "st_code": 69040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640060, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23787, "Shape__Length": 72.69565144408547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1281286505683, 40.025231244935199 ], [ -75.128779749805304, 40.025269731527203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10466, "tnode_": 10170, "lpoly_": null, "rpoly_": null, "length": 552.84262792999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 54140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 23788, "Shape__Length": 220.59767558865011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143002935517103, 40.025570672589801 ], [ -75.142676921597001, 40.027067452893498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10466, "tnode_": 10434, "lpoly_": null, "rpoly_": null, "length": 221.98272791, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1125, "r_t_add": 1199, "st_code": 51800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23789, "Shape__Length": 88.245881820709087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143002935517103, 40.025570672589801 ], [ -75.143784746616902, 40.025671060672003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10419, "tnode_": 10472, "lpoly_": null, "rpoly_": null, "length": 282.4853399, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640063, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23790, "Shape__Length": 112.29919446803302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124473164792406, 40.025331547710898 ], [ -75.125465748516902, 40.025193590269602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10472, "tnode_": 10393, "lpoly_": null, "rpoly_": null, "length": 117.76728326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4896, "l_t_add": 4896, "r_f_add": 4897, "r_t_add": 4897, "st_code": 54200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640064, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 23791, "Shape__Length": 46.993662595603958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125465748516902, 40.025193590269602 ], [ -75.125414660148707, 40.025514480831497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10480, "tnode_": 10187, "lpoly_": null, "rpoly_": null, "length": 550.31853158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 88010, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 23792, "Shape__Length": 219.58985649561879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142208320098703, 40.025468635035203 ], [ -75.141881704119299, 40.0269583114735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10480, "tnode_": 10466, "lpoly_": null, "rpoly_": null, "length": 225.61895654, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1123, "st_code": 51800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23793, "Shape__Length": 89.691276884679937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142208320098703, 40.025468635035203 ], [ -75.143002935517103, 40.025570672589801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10464, "tnode_": 10491, "lpoly_": null, "rpoly_": null, "length": 172.45880249000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 201, "r_t_add": 209, "st_code": 69240, "l_hundred": 0, "r_hundred": 200, "seg_id": 640067, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23794, "Shape__Length": 68.5678509940997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1281286505683, 40.025231244935199 ], [ -75.128724527521399, 40.025111796334102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10491, "tnode_": 10430, "lpoly_": null, "rpoly_": null, "length": 59.5754391, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640068, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23795, "Shape__Length": 23.767911939006549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128724527521399, 40.025111796334102 ], [ -75.128779749805304, 40.025269731527203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10437, "tnode_": 10492, "lpoly_": null, "rpoly_": null, "length": 384.48503689, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 118, "l_t_add": 160, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 100, "r_hundred": 0, "seg_id": 640069, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23796, "Shape__Length": 152.85170759435053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124143839646294, 40.025248648833099 ], [ -75.125490404412403, 40.0250429733441 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10492, "tnode_": 10472, "lpoly_": null, "rpoly_": null, "length": 55.2999597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4894, "l_t_add": 4894, "r_f_add": 4895, "r_t_add": 4895, "st_code": 54200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640070, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 23797, "Shape__Length": 22.066656644986391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125490404412403, 40.0250429733441 ], [ -75.125465748516902, 40.025193590269602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10497, "tnode_": 10208, "lpoly_": null, "rpoly_": null, "length": 551.88125186000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 81440, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640071, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 23798, "Shape__Length": 220.21234564018681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1414229932452, 40.025366947986498 ], [ -75.141090345728799, 40.026860187851803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10497, "tnode_": 10480, "lpoly_": null, "rpoly_": null, "length": 223.03268845, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1034, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 51800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23799, "Shape__Length": 88.663168946534597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1414229932452, 40.025366947986498 ], [ -75.142208320098703, 40.025468635035203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10502, "tnode_": 10341, "lpoly_": null, "rpoly_": null, "length": 290.60193198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 33240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640073, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 23800, "Shape__Length": 115.94235748525406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134098663147, 40.0251467765003 ], [ -75.133989332075302, 40.025477844775203 ], [ -75.133899985271498, 40.025743413321599 ], [ -75.133851580634399, 40.025921423229299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10491, "tnode_": 10505, "lpoly_": null, "rpoly_": null, "length": 110.78872651, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 211, "r_t_add": 213, "st_code": 69240, "l_hundred": 0, "r_hundred": 200, "seg_id": 640074, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23801, "Shape__Length": 44.054413236362151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128724527521399, 40.025111796334102 ], [ -75.129100195213894, 40.025016490683299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10507, "tnode_": 10505, "lpoly_": null, "rpoly_": null, "length": 68.05034461, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640076, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23802, "Shape__Length": 27.07101961600149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128883347915206, 40.024932203479601 ], [ -75.129100195213894, 40.025016490683299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10513, "tnode_": 10221, "lpoly_": null, "rpoly_": null, "length": 548.38257593000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87990, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 23803, "Shape__Length": 218.81545449662963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406407157057, 40.025271755390598 ], [ -75.140306656479495, 40.026755062676997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10513, "tnode_": 10497, "lpoly_": null, "rpoly_": null, "length": 221.80877712999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1032, "r_f_add": 1001, "r_t_add": 1033, "st_code": 51800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23804, "Shape__Length": 88.175396904336168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406407157057, 40.025271755390598 ], [ -75.1414229932452, 40.025366947986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10492, "tnode_": 10514, "lpoly_": null, "rpoly_": null, "length": 203.85776847, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 162, "l_t_add": 172, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 100, "r_hundred": 0, "seg_id": 640079, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23805, "Shape__Length": 81.041815940005137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125490404412403, 40.0250429733441 ], [ -75.126206082794099, 40.024940794777102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10524, "tnode_": 10360, "lpoly_": null, "rpoly_": null, "length": 290.51188724000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4824, "l_t_add": 4898, "r_f_add": 4831, "r_t_add": 4899, "st_code": 87890, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640080, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 23806, "Shape__Length": 115.91974522828087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133012634811806, 40.0250058896615 ], [ -75.132841211725093, 40.025792414966801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10524, "tnode_": 10502, "lpoly_": null, "rpoly_": null, "length": 308.44934231999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 31080, "l_hundred": 500, "r_hundred": 500, "seg_id": 640081, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELEANOR ST", "stname": "W ELEANOR ST", "objectid": 23807, "Shape__Length": 122.61866054324827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133012634811806, 40.0250058896615 ], [ -75.134098663147, 40.0251467765003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10527, "tnode_": 10234, "lpoly_": null, "rpoly_": null, "length": 554.92400423999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 44180, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640082, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 23808, "Shape__Length": 221.42614267488236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139842533524501, 40.025155357094498 ], [ -75.1395103897908, 40.026657136388003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10527, "tnode_": 10513, "lpoly_": null, "rpoly_": null, "length": 227.52189494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 920, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 51800, "l_hundred": 900, "r_hundred": 900, "seg_id": 640083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23809, "Shape__Length": 90.450069983424797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139842533524501, 40.025155357094498 ], [ -75.1406407157057, 40.025271755390598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10529, "tnode_": 10492, "lpoly_": null, "rpoly_": null, "length": 73.11089036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4856, "l_t_add": 4892, "r_f_add": 4857, "r_t_add": 4893, "st_code": 54200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640084, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 23810, "Shape__Length": 29.174443374984072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125516237842305, 40.024843260299598 ], [ -75.125490404412403, 40.0250429733441 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10529, "tnode_": 10514, "lpoly_": null, "rpoly_": null, "length": 196.43862228, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 162, "l_t_add": 198, "r_f_add": 163, "r_t_add": 199, "st_code": 69040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640085, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23811, "Shape__Length": 78.092100207309869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125516237842305, 40.024843260299598 ], [ -75.125965875710506, 40.024905545385799 ], [ -75.126206082794099, 40.024940794777102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10514, "tnode_": 10534, "lpoly_": null, "rpoly_": null, "length": 131.67026348, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 174, "l_t_add": 182, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 100, "r_hundred": 0, "seg_id": 640086, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23812, "Shape__Length": 52.344162603531629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126206082794099, 40.024940794777102 ], [ -75.126668446360497, 40.024875266346299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10538, "tnode_": 10529, "lpoly_": null, "rpoly_": null, "length": 174.34923904, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 134, "l_t_add": 160, "r_f_add": 135, "r_t_add": 161, "st_code": 69040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23813, "Shape__Length": 69.307628869144338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124900532540806, 40.024772498312601 ], [ -75.125516237842305, 40.024843260299598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10540, "tnode_": 10248, "lpoly_": null, "rpoly_": null, "length": 551.18327971000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87970, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 23814, "Shape__Length": 219.9333346903102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139029458305799, 40.025053446296901 ], [ -75.138700656724595, 40.026545246038999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10540, "tnode_": 10527, "lpoly_": null, "rpoly_": null, "length": 230.71358478000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 51800, "l_hundred": 900, "r_hundred": 900, "seg_id": 640089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23815, "Shape__Length": 91.715551726691714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139029458305799, 40.025053446296901 ], [ -75.139842533524501, 40.025155357094498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10545, "tnode_": 10538, "lpoly_": null, "rpoly_": null, "length": 162.17922997000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 116, "l_t_add": 132, "r_f_add": 117, "r_t_add": 133, "st_code": 69040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23816, "Shape__Length": 64.470833971797745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124329088472393, 40.024700386127797 ], [ -75.124900532540806, 40.024772498312601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10552, "tnode_": 10373, "lpoly_": null, "rpoly_": null, "length": 325.01050828999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4726, "l_t_add": 4798, "r_f_add": 4727, "r_t_add": 4799, "st_code": 61300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23817, "Shape__Length": 129.69006497110462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146849174065494, 40.0251765096463 ], [ -75.146689761443596, 40.026060245081197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10556, "tnode_": 10417, "lpoly_": null, "rpoly_": null, "length": 255.91555836000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4922, "r_f_add": 4901, "r_t_add": 4921, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640092, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 23818, "Shape__Length": 102.11551455326448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1236917780178, 40.024625759177702 ], [ -75.123547799522896, 40.025319503026601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10556, "tnode_": 10545, "lpoly_": null, "rpoly_": null, "length": 180.54266056, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 115, "st_code": 69040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 23819, "Shape__Length": 71.769727288517601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1236917780178, 40.024625759177702 ], [ -75.124329088472393, 40.024700386127797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10534, "tnode_": 10558, "lpoly_": null, "rpoly_": null, "length": 328.90069916, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 184, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 100, "r_hundred": 0, "seg_id": 640094, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23820, "Shape__Length": 130.75508160978254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126668446360497, 40.024875266346299 ], [ -75.127220352089907, 40.024788236493102 ], [ -75.127818508195801, 40.024692405602103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10559, "tnode_": 10266, "lpoly_": null, "rpoly_": null, "length": 550.15652484000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87950, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 23821, "Shape__Length": 219.52264827463006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138081204105205, 40.024936990575902 ], [ -75.137824667782596, 40.026096892425898 ], [ -75.137748918939295, 40.026425467855297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10559, "tnode_": 10540, "lpoly_": null, "rpoly_": null, "length": 268.97014665, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 51800, "l_hundred": 800, "r_hundred": 800, "seg_id": 640096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23822, "Shape__Length": 106.92319823079842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138081204105205, 40.024936990575902 ], [ -75.138559697489498, 40.025002016911799 ], [ -75.139029458305799, 40.025053446296901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10505, "tnode_": 10563, "lpoly_": null, "rpoly_": null, "length": 438.39969371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 215, "r_t_add": 399, "st_code": 69240, "l_hundred": 0, "r_hundred": 200, "seg_id": 640098, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23823, "Shape__Length": 174.3035255554062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129100195213894, 40.025016490683299 ], [ -75.130613654304099, 40.024709079753002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10563, "tnode_": 10399, "lpoly_": null, "rpoly_": null, "length": 323.26712541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4810, "l_t_add": 4898, "r_f_add": 4817, "r_t_add": 4899, "st_code": 87870, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-04-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23824, "Shape__Length": 128.95728737645928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130613654304099, 40.024709079753002 ], [ -75.130960453839904, 40.0255554881157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10564, "tnode_": 10425, "lpoly_": null, "rpoly_": null, "length": 295.33145126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4930, "r_f_add": 4901, "r_t_add": 4999, "st_code": 68600, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640100, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 23825, "Shape__Length": 117.70185199301596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123233794052297, 40.0245748704017 ], [ -75.122628220180502, 40.025238588040303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10556, "tnode_": 10564, "lpoly_": null, "rpoly_": null, "length": 129.59514425, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 100, "st_code": 69020, "l_hundred": 100, "r_hundred": 100, "seg_id": 640101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23826, "Shape__Length": 51.516456611420409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1236917780178, 40.024625759177702 ], [ -75.123233794052297, 40.0245748704017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10572, "tnode_": 10282, "lpoly_": null, "rpoly_": null, "length": 551.43067565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 34980, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 23827, "Shape__Length": 220.03121256989994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137428145367906, 40.0248530114524 ], [ -75.137170670505697, 40.026014328772597 ], [ -75.137097877967506, 40.026345308357399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10572, "tnode_": 10559, "lpoly_": null, "rpoly_": null, "length": 185.43489959, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 720, "l_t_add": 798, "r_f_add": 721, "r_t_add": 799, "st_code": 51800, "l_hundred": 700, "r_hundred": 700, "seg_id": 640103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23828, "Shape__Length": 73.716079069275068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137428145367906, 40.0248530114524 ], [ -75.138081204105205, 40.024936990575902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10579, "tnode_": 10403, "lpoly_": null, "rpoly_": null, "length": 320.69767731000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4721, "r_t_add": 4799, "st_code": 88050, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640104, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23829, "Shape__Length": 127.96259881684274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145564594585693, 40.0250159706478 ], [ -75.145362420558101, 40.025882494841099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10579, "tnode_": 10552, "lpoly_": null, "rpoly_": null, "length": 364.47746873, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 55500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MENTOR ST", "stname": "W MENTOR ST", "objectid": 23830, "Shape__Length": 144.89059533615972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145564594585693, 40.0250159706478 ], [ -75.146849174065494, 40.0251765096463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10584, "tnode_": 10295, "lpoly_": null, "rpoly_": null, "length": 549.7313972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87930, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 23831, "Shape__Length": 219.35343398786534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136783587034898, 40.024768281346702 ], [ -75.136527925060903, 40.025931242547301 ], [ -75.136458063309107, 40.0262564624839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10584, "tnode_": 10572, "lpoly_": null, "rpoly_": null, "length": 183.13346886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 51800, "l_hundred": 700, "r_hundred": 700, "seg_id": 640107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23832, "Shape__Length": 72.801441986998398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136783587034898, 40.024768281346702 ], [ -75.137428145367906, 40.0248530114524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10558, "tnode_": 10590, "lpoly_": null, "rpoly_": null, "length": 213.1559447, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 218, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 200, "r_hundred": 0, "seg_id": 640108, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-12-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23833, "Shape__Length": 84.74713756920697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127818508195801, 40.024692405602103 ], [ -75.128555922870405, 40.024547531770899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10507, "tnode_": 10591, "lpoly_": null, "rpoly_": null, "length": 487.98205771000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640109, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23834, "Shape__Length": 194.01629757884467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128883347915206, 40.024932203479601 ], [ -75.130568459501902, 40.024591439200002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10563, "tnode_": 10591, "lpoly_": null, "rpoly_": null, "length": 44.68453045, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4808, "l_t_add": 4808, "r_f_add": 4815, "r_t_add": 4815, "st_code": 87870, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23835, "Shape__Length": 17.826070236907231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130613654304099, 40.024709079753002 ], [ -75.130568459501902, 40.024591439200002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10593, "tnode_": 10435, "lpoly_": null, "rpoly_": null, "length": 298.50350122999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 11020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 23836, "Shape__Length": 119.10913035256627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121763806545005, 40.024373991368599 ], [ -75.121599503506005, 40.025183624882501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10564, "tnode_": 10593, "lpoly_": null, "rpoly_": null, "length": 418.13663882999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 125, "l_t_add": 199, "r_f_add": 102, "r_t_add": 198, "st_code": 69020, "l_hundred": 100, "r_hundred": 100, "seg_id": 640112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23837, "Shape__Length": 166.22339642038611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123233794052297, 40.0245748704017 ], [ -75.121763806545005, 40.024373991368599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10595, "tnode_": 10305, "lpoly_": null, "rpoly_": null, "length": 551.20233068000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 53860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 23838, "Shape__Length": 219.93912374420495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136144379688304, 40.024681985372801 ], [ -75.1358113852082, 40.026173288187998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10595, "tnode_": 10584, "lpoly_": null, "rpoly_": null, "length": 181.75450932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 51800, "l_hundred": 600, "r_hundred": 600, "seg_id": 640114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23839, "Shape__Length": 72.253601740556974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136144379688304, 40.024681985372801 ], [ -75.136783587034898, 40.024768281346702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10561, "tnode_": 10590, "lpoly_": null, "rpoly_": null, "length": 101.81693373, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640116, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23840, "Shape__Length": 40.544339774202953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128290397354903, 40.024735086881002 ], [ -75.128401484530002, 40.024632425575703 ], [ -75.128555922870405, 40.024547531770899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10563, "tnode_": 10604, "lpoly_": null, "rpoly_": null, "length": 301.901185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 401, "r_t_add": 429, "st_code": 69240, "l_hundred": 0, "r_hundred": 400, "seg_id": 640117, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23841, "Shape__Length": 120.03550807191337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130613654304099, 40.024709079753002 ], [ -75.1316524148789, 40.024487533583802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10386, "tnode_": 10604, "lpoly_": null, "rpoly_": null, "length": 414.18523469000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 50100, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 23842, "Shape__Length": 165.26829337567105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131417764339801, 40.025610119249798 ], [ -75.1316524148789, 40.024487533583802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10609, "tnode_": 10327, "lpoly_": null, "rpoly_": null, "length": 552.7458865, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87910, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 23843, "Shape__Length": 220.55656968980691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135132549007395, 40.024557051604901 ], [ -75.134811903769801, 40.026054247487501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10611, "tnode_": 10432, "lpoly_": null, "rpoly_": null, "length": 336.51163776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 31220, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 23844, "Shape__Length": 134.27254613113396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120609403493006, 40.0242423338224 ], [ -75.120406788603205, 40.025152870571503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10593, "tnode_": 10611, "lpoly_": null, "rpoly_": null, "length": 326.84008755999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 231, "r_f_add": 200, "r_t_add": 230, "st_code": 69020, "l_hundred": 200, "r_hundred": 200, "seg_id": 640121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23845, "Shape__Length": 129.9249461472773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121763806545005, 40.024373991368599 ], [ -75.120609403493006, 40.0242423338224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10613, "tnode_": 10558, "lpoly_": null, "rpoly_": null, "length": 103.10674597000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4826, "l_t_add": 4898, "r_f_add": 4827, "r_t_add": 4899, "st_code": 87830, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640122, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 23846, "Shape__Length": 41.144880866670455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127840337350804, 40.024409863223497 ], [ -75.127818508195801, 40.024692405602103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10590, "tnode_": 10613, "lpoly_": null, "rpoly_": null, "length": 207.0975445, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1140, "l_hundred": 0, "r_hundred": 0, "seg_id": 640123, "oneway": "FT", "class": 9, "responsibl": "CITY", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP", "stname": "W ROOSEVELT BLVD RAMP", "objectid": 23847, "Shape__Length": 82.338857665988286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555922870405, 40.024547531770899 ], [ -75.128363070431405, 40.024491987954796 ], [ -75.127840337350804, 40.024409863223497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10621, "tnode_": 10502, "lpoly_": null, "rpoly_": null, "length": 256.23678427, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4831, "st_code": 33240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 23848, "Shape__Length": 102.24109973063121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134258798468593, 40.024454233270497 ], [ -75.134098663147, 40.0251467765003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10621, "tnode_": 10609, "lpoly_": null, "rpoly_": null, "length": 247.55172397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 540, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 51800, "l_hundred": 500, "r_hundred": 500, "seg_id": 640125, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23849, "Shape__Length": 98.407179163549387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134258798468593, 40.024454233270497 ], [ -75.135132549007395, 40.024557051604901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10624, "tnode_": 10436, "lpoly_": null, "rpoly_": null, "length": 368.36156491999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 15380, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 23850, "Shape__Length": 146.98121905204752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119824894012694, 40.024129741374502 ], [ -75.119760307467203, 40.024471956342303 ], [ -75.1196060835792, 40.025126705604798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10611, "tnode_": 10624, "lpoly_": null, "rpoly_": null, "length": 223.50568643, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 233, "l_t_add": 299, "r_f_add": 232, "r_t_add": 298, "st_code": 69020, "l_hundred": 200, "r_hundred": 200, "seg_id": 640127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23851, "Shape__Length": 88.851732820501624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120609403493006, 40.0242423338224 ], [ -75.119824894012694, 40.024129741374502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10604, "tnode_": 10629, "lpoly_": null, "rpoly_": null, "length": 202.48496467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 431, "r_t_add": 441, "st_code": 69240, "l_hundred": 0, "r_hundred": 400, "seg_id": 640128, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23852, "Shape__Length": 80.506769331933612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1316524148789, 40.024487533583802 ], [ -75.132350008644394, 40.024341458271302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10629, "tnode_": 10378, "lpoly_": null, "rpoly_": null, "length": 496.31655984000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 49660, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 23853, "Shape__Length": 198.03977429977567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132350008644394, 40.024341458271302 ], [ -75.132065409733897, 40.0256862233908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10635, "tnode_": 10439, "lpoly_": null, "rpoly_": null, "length": 396.91623353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 61760, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640130, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 23854, "Shape__Length": 158.37523923711902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119099079478502, 40.024038695591699 ], [ -75.119032313284293, 40.024379480823697 ], [ -75.118865703042204, 40.025113339539701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10624, "tnode_": 10635, "lpoly_": null, "rpoly_": null, "length": 205.96024092, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 320, "st_code": 69020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23855, "Shape__Length": 81.874139768642792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119824894012694, 40.024129741374502 ], [ -75.119099079478502, 40.024038695591699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10641, "tnode_": 10524, "lpoly_": null, "rpoly_": null, "length": 257.93745092, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4822, "r_f_add": 4801, "r_t_add": 4829, "st_code": 87890, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640132, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 23856, "Shape__Length": 102.92000920101273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1331702682496, 40.024308268379599 ], [ -75.133012634811806, 40.0250058896615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10641, "tnode_": 10621, "lpoly_": null, "rpoly_": null, "length": 309.45582446000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 538, "r_f_add": 501, "r_t_add": 531, "st_code": 51800, "l_hundred": 500, "r_hundred": 500, "seg_id": 640133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23857, "Shape__Length": 123.01840631109197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1331702682496, 40.024308268379599 ], [ -75.134258798468593, 40.024454233270497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10561, "tnode_": 10646, "lpoly_": null, "rpoly_": null, "length": 623.31752846999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640134, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23858, "Shape__Length": 247.82799321135488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128290397354903, 40.024735086881002 ], [ -75.130437297955993, 40.024283915498302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10591, "tnode_": 10646, "lpoly_": null, "rpoly_": null, "length": 117.89424573, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4806, "l_t_add": 4806, "r_f_add": 4813, "r_t_add": 4813, "st_code": 87870, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23859, "Shape__Length": 47.028476583418289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130568459501902, 40.024591439200002 ], [ -75.130437297955993, 40.024283915498302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10647, "tnode_": 10446, "lpoly_": null, "rpoly_": null, "length": 415.87399331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 69360, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 23860, "Shape__Length": 165.93881627774994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118401730865003, 40.023953996519303 ], [ -75.118338782584999, 40.024290684545797 ], [ -75.118333370803697, 40.024313674596797 ], [ -75.118153121976505, 40.025079347857002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10635, "tnode_": 10647, "lpoly_": null, "rpoly_": null, "length": 197.7225556, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 321, "l_t_add": 339, "r_f_add": 322, "r_t_add": 346, "st_code": 69020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23861, "Shape__Length": 78.598868622056614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119099079478502, 40.024038695591699 ], [ -75.118401730865003, 40.023953996519303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10661, "tnode_": 10443, "lpoly_": null, "rpoly_": null, "length": 439.52048854999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 20720, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 23862, "Shape__Length": 175.37586104115115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117641155662795, 40.023858795719697 ], [ -75.1175739485995, 40.024189036243001 ], [ -75.117390854397797, 40.0250498819642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10647, "tnode_": 10661, "lpoly_": null, "rpoly_": null, "length": 215.81259447, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 341, "l_t_add": 399, "r_f_add": 348, "r_t_add": 398, "st_code": 69020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23863, "Shape__Length": 85.790425219255241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118401730865003, 40.023953996519303 ], [ -75.117641155662795, 40.023858795719697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10629, "tnode_": 10662, "lpoly_": null, "rpoly_": null, "length": 250.28379719, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 443, "r_t_add": 499, "st_code": 69240, "l_hundred": 0, "r_hundred": 400, "seg_id": 640140, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23864, "Shape__Length": 99.51327480394805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132350008644394, 40.024341458271302 ], [ -75.133209648871897, 40.024153644598101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10662, "tnode_": 10641, "lpoly_": null, "rpoly_": null, "length": 57.39638707, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4792, "l_t_add": 4798, "r_f_add": 4793, "r_t_add": 4799, "st_code": 87890, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640141, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 23865, "Shape__Length": 22.900989147252488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133209648871897, 40.024153644598101 ], [ -75.1331702682496, 40.024308268379599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10664, "tnode_": 10361, "lpoly_": null, "rpoly_": null, "length": 585.04724353999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 19140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640142, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 23866, "Shape__Length": 233.44572698438355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147896826083596, 40.024562913703299 ], [ -75.147558185557997, 40.026147696615404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10664, "tnode_": 10636, "lpoly_": null, "rpoly_": null, "length": 244.73173537, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 85040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23867, "Shape__Length": 97.289269780706704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147896826083596, 40.024562913703299 ], [ -75.1487572543775, 40.024680246000202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10590, "tnode_": 10671, "lpoly_": null, "rpoly_": null, "length": 527.67221297999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 220, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 200, "r_hundred": 0, "seg_id": 640144, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-12-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23868, "Shape__Length": 209.80239440774591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128555922870405, 40.024547531770899 ], [ -75.130369858130905, 40.024155801177798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10646, "tnode_": 10671, "lpoly_": null, "rpoly_": null, "length": 50.34681685, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4804, "r_f_add": 4811, "r_t_add": 4811, "st_code": 87870, "l_hundred": 0, "r_hundred": 0, "seg_id": 640145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23869, "Shape__Length": 20.080031312810643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130437297955993, 40.024283915498302 ], [ -75.130369858130905, 40.024155801177798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10681, "tnode_": 10447, "lpoly_": null, "rpoly_": null, "length": 467.46343699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 18480, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 23870, "Shape__Length": 186.52522483764741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116800745298804, 40.023767405956903 ], [ -75.116694909916504, 40.0242736727402 ], [ -75.116533187530095, 40.025034054384101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10661, "tnode_": 10681, "lpoly_": null, "rpoly_": null, "length": 237.70983378, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 421, "r_f_add": 400, "r_t_add": 422, "st_code": 69020, "l_hundred": 400, "r_hundred": 400, "seg_id": 640147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23871, "Shape__Length": 94.492624417899734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117641155662795, 40.023858795719697 ], [ -75.116800745298804, 40.023767405956903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10684, "tnode_": 10552, "lpoly_": null, "rpoly_": null, "length": 269.79718585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4724, "r_f_add": 4701, "r_t_add": 4725, "st_code": 61300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23872, "Shape__Length": 107.66282110290841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146915184697505, 40.024437624841397 ], [ -75.146849174065494, 40.0251765096463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10684, "tnode_": 10664, "lpoly_": null, "rpoly_": null, "length": 278.68043387, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1312, "l_t_add": 1398, "r_f_add": 1321, "r_t_add": 1399, "st_code": 85040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640149, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23873, "Shape__Length": 110.78323126583832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146915184697505, 40.024437624841397 ], [ -75.147896826083596, 40.024562913703299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10690, "tnode_": 10564, "lpoly_": null, "rpoly_": null, "length": 307.59297713999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4827, "r_t_add": 4899, "st_code": 68600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640150, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 23874, "Shape__Length": 122.595249444884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123848670208005, 40.023875216080903 ], [ -75.123233794052297, 40.0245748704017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10690, "tnode_": 10556, "lpoly_": null, "rpoly_": null, "length": 276.91817668, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4825, "r_t_add": 4899, "st_code": 35200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640151, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 23875, "Shape__Length": 110.49466763541598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123848670208005, 40.023875216080903 ], [ -75.1236917780178, 40.024625759177702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10692, "tnode_": 10451, "lpoly_": null, "rpoly_": null, "length": 495.82136681999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 27080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 23876, "Shape__Length": 197.85715259720649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115943943649796, 40.0236536876549 ], [ -75.115915383875006, 40.024012325884499 ], [ -75.115831993960796, 40.025012051604598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10681, "tnode_": 10692, "lpoly_": null, "rpoly_": null, "length": 243.50748729, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 423, "l_t_add": 499, "r_f_add": 424, "r_t_add": 498, "st_code": 69020, "l_hundred": 400, "r_hundred": 400, "seg_id": 640153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23877, "Shape__Length": 96.800692160493199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116800745298804, 40.023767405956903 ], [ -75.115943943649796, 40.0236536876549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10692, "tnode_": 10704, "lpoly_": null, "rpoly_": null, "length": 211.40001182, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 518, "st_code": 69020, "l_hundred": 500, "r_hundred": 500, "seg_id": 640154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23878, "Shape__Length": 84.036918057356502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115943943649796, 40.0236536876549 ], [ -75.115538444811705, 40.023605468408299 ], [ -75.115200036273606, 40.023555841619903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10700, "tnode_": 10579, "lpoly_": null, "rpoly_": null, "length": 266.69970249, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4719, "st_code": 88050, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23879, "Shape__Length": 106.4192168549109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145706429198896, 40.0242920138991 ], [ -75.145564594585693, 40.0250159706478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10700, "tnode_": 10684, "lpoly_": null, "rpoly_": null, "length": 342.65424729, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1319, "st_code": 85040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640156, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23880, "Shape__Length": 136.21279013038532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145706429198896, 40.0242920138991 ], [ -75.146915184697505, 40.024437624841397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10671, "tnode_": 10702, "lpoly_": null, "rpoly_": null, "length": 281.96940114, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 300, "r_hundred": 0, "seg_id": 640157, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23881, "Shape__Length": 112.10758044863887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130369858130905, 40.024155801177798 ], [ -75.131342596716095, 40.023956128030001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10703, "tnode_": 10671, "lpoly_": null, "rpoly_": null, "length": 83.27173637, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 87850, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23882, "Shape__Length": 33.227062107090909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130325970159205, 40.0239297141908 ], [ -75.130369858130905, 40.024155801177798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10704, "tnode_": 27085, "lpoly_": null, "rpoly_": null, "length": 520.13032988000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 38100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640159, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 23883, "Shape__Length": 207.55672501349517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115200036273606, 40.023555841619903 ], [ -75.115174292033103, 40.023919954134598 ], [ -75.115071519025093, 40.024980184028699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10704, "tnode_": 10718, "lpoly_": null, "rpoly_": null, "length": 196.32617212, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 521, "l_t_add": 539, "r_f_add": 520, "r_t_add": 538, "st_code": 69020, "l_hundred": 500, "r_hundred": 500, "seg_id": 640161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23884, "Shape__Length": 78.044523087268644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115200036273606, 40.023555841619903 ], [ -75.114844347873301, 40.023508554620797 ], [ -75.114509117930197, 40.023464741875202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10713, "tnode_": 10416, "lpoly_": null, "rpoly_": null, "length": 587.4371153, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 20980, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640162, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 23885, "Shape__Length": 234.39984096246005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144910080753405, 40.024185964860898 ], [ -75.144582832143598, 40.025778803624299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10713, "tnode_": 10700, "lpoly_": null, "rpoly_": null, "length": 226.3466568, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1216, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 85040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640163, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23886, "Shape__Length": 89.979573925534879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144910080753405, 40.024185964860898 ], [ -75.145706429198896, 40.0242920138991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10715, "tnode_": 10593, "lpoly_": null, "rpoly_": null, "length": 272.36717805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4824, "l_t_add": 4898, "r_f_add": 4825, "r_t_add": 4899, "st_code": 11020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 23887, "Shape__Length": 108.67594687423622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121934559165098, 40.0236379254656 ], [ -75.121763806545005, 40.024373991368599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10690, "tnode_": 10715, "lpoly_": null, "rpoly_": null, "length": 542.9947449, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 31060, "l_hundred": 100, "r_hundred": 100, "seg_id": 640167, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELEANOR ST", "stname": "E ELEANOR ST", "objectid": 23888, "Shape__Length": 215.85190043235616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123848670208005, 40.023875216080903 ], [ -75.121934559165098, 40.0236379254656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10718, "tnode_": 10461, "lpoly_": null, "rpoly_": null, "length": 546.63485792000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 69260, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640168, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 23889, "Shape__Length": 218.13171070024154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114509117930197, 40.023464741875202 ], [ -75.114351723303798, 40.024960433130701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10727, "tnode_": 10434, "lpoly_": null, "rpoly_": null, "length": 585.5958863000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 88030, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 23890, "Shape__Length": 233.66137436939081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144135061685603, 40.024086250887002 ], [ -75.143784746616902, 40.025671060672003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10727, "tnode_": 10713, "lpoly_": null, "rpoly_": null, "length": 220.07081556999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1214, "r_f_add": 1201, "r_t_add": 1219, "st_code": 85040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640171, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23891, "Shape__Length": 87.483953156053701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144135061685603, 40.024086250887002 ], [ -75.144910080753405, 40.024185964860898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10790, "tnode_": 10703, "lpoly_": null, "rpoly_": null, "length": 209.28178891, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4718, "l_t_add": 4798, "r_f_add": 4735, "r_t_add": 4799, "st_code": 87850, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23892, "Shape__Length": 83.505017811621755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1304506699814, 40.023363324975399 ], [ -75.130358443004198, 40.023802646464603 ], [ -75.130325970159205, 40.0239297141908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10718, "tnode_": 10742, "lpoly_": null, "rpoly_": null, "length": 267.47146681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 541, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 69020, "l_hundred": 500, "r_hundred": 500, "seg_id": 640173, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ROCKLAND ST", "stname": "E ROCKLAND ST", "objectid": 23893, "Shape__Length": 106.32688400361795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114509117930197, 40.023464741875202 ], [ -75.114090642027904, 40.023417319794198 ], [ -75.113568411927801, 40.023339131732001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10741, "tnode_": 10613, "lpoly_": null, "rpoly_": null, "length": 285.67799031000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4824, "r_f_add": 4801, "r_t_add": 4825, "st_code": 87830, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 23894, "Shape__Length": 113.99038915831973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127996349600494, 40.0236348695312 ], [ -75.127840337350804, 40.024409863223497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10741, "tnode_": 10703, "lpoly_": null, "rpoly_": null, "length": 661.22023496999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51800, "l_hundred": 200, "r_hundred": 200, "seg_id": 640177, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23895, "Shape__Length": 262.85021979308107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127996349600494, 40.0236348695312 ], [ -75.130325970159205, 40.0239297141908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10742, "tnode_": 10465, "lpoly_": null, "rpoly_": null, "length": 588.11473432000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4933, "r_t_add": 4999, "st_code": 17620, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 640178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 23896, "Shape__Length": 234.65934481384153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113568411927801, 40.023339131732001 ], [ -75.113467044480004, 40.023463691006498 ], [ -75.113411123883594, 40.023681357262397 ], [ -75.1133254291464, 40.024925257654999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10743, "tnode_": 10466, "lpoly_": null, "rpoly_": null, "length": 587.26122439000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 54140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640180, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 23897, "Shape__Length": 234.32697757297484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143344161213193, 40.023980057716699 ], [ -75.143002935517103, 40.025570672589801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10743, "tnode_": 10727, "lpoly_": null, "rpoly_": null, "length": 224.85312265000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 85040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640181, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23898, "Shape__Length": 89.385744246050677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143344161213193, 40.023980057716699 ], [ -75.144135061685603, 40.024086250887002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10662, "tnode_": 10745, "lpoly_": null, "rpoly_": null, "length": 614.59284368, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 501, "r_t_add": 599, "st_code": 69240, "l_hundred": 0, "r_hundred": 500, "seg_id": 640182, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23899, "Shape__Length": 244.35976951002453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133209648871897, 40.024153644598101 ], [ -75.134286172536605, 40.023933716694899 ], [ -75.135323236294894, 40.023700256171402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10745, "tnode_": 10609, "lpoly_": null, "rpoly_": null, "length": 316.65172406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 87910, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 23900, "Shape__Length": 126.34712529431827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135323236294894, 40.023700256171402 ], [ -75.135132549007395, 40.024557051604901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10748, "tnode_": 10534, "lpoly_": null, "rpoly_": null, "length": 508.22010687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 62760, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 23901, "Shape__Length": 202.78844084004803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126949930779702, 40.023497027419701 ], [ -75.126668446360497, 40.024875266346299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10755, "tnode_": 10624, "lpoly_": null, "rpoly_": null, "length": 276.0193457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4831, "r_t_add": 4899, "st_code": 15380, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 23902, "Shape__Length": 110.13405930893677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119989423932793, 40.023382668068599 ], [ -75.119824894012694, 40.024129741374502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10715, "tnode_": 10755, "lpoly_": null, "rpoly_": null, "length": 552.63984308, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31060, "l_hundred": 200, "r_hundred": 200, "seg_id": 640186, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELEANOR ST", "stname": "E ELEANOR ST", "objectid": 23903, "Shape__Length": 219.68781604067692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121934559165098, 40.0236379254656 ], [ -75.119989423932793, 40.023382668068599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10764, "tnode_": 10480, "lpoly_": null, "rpoly_": null, "length": 588.22701265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 88010, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 23904, "Shape__Length": 234.71053198528401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142560166063603, 40.023876699075601 ], [ -75.142208320098703, 40.025468635035203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10764, "tnode_": 10743, "lpoly_": null, "rpoly_": null, "length": 222.77178519, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 85040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640188, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23905, "Shape__Length": 88.557852592447446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142560166063603, 40.023876699075601 ], [ -75.143344161213193, 40.023980057716699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10702, "tnode_": 10766, "lpoly_": null, "rpoly_": null, "length": 397.86490737999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 438, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 400, "r_hundred": 0, "seg_id": 640189, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23906, "Shape__Length": 158.18833928233843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131342596716095, 40.023956128030001 ], [ -75.132711977326807, 40.023665411826201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10776, "tnode_": 10702, "lpoly_": null, "rpoly_": null, "length": 173.54670715999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4732, "l_t_add": 4798, "r_f_add": 4801, "r_t_add": 4809, "st_code": 87870, "l_hundred": 4700, "r_hundred": 4800, "seg_id": 640191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23907, "Shape__Length": 69.24708497435725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131442030588701, 40.023485953379598 ], [ -75.131416959439093, 40.023625607158699 ], [ -75.131342596716095, 40.023956128030001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10772, "tnode_": 10497, "lpoly_": null, "rpoly_": null, "length": 588.99709205, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 81440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640192, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 23908, "Shape__Length": 235.01780488312986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141772883165004, 40.023772613421997 ], [ -75.1414229932452, 40.025366947986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10772, "tnode_": 10764, "lpoly_": null, "rpoly_": null, "length": 223.72442889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 85040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640193, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23909, "Shape__Length": 88.936473877340291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141772883165004, 40.023772613421997 ], [ -75.142560166063603, 40.023876699075601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10766, "tnode_": 10778, "lpoly_": null, "rpoly_": null, "length": 180.43366536000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 440, "l_t_add": 498, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 400, "r_hundred": 0, "seg_id": 640194, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23910, "Shape__Length": 71.737488647817315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132711977326807, 40.023665411826201 ], [ -75.133334723952203, 40.023538479034102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10779, "tnode_": 10513, "lpoly_": null, "rpoly_": null, "length": 588.76738676000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 87990, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640196, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 23911, "Shape__Length": 234.92718494703354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140981009047593, 40.023676832642998 ], [ -75.1406407157057, 40.025271755390598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10779, "tnode_": 10772, "lpoly_": null, "rpoly_": null, "length": 224.50204665000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 85040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640197, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23912, "Shape__Length": 89.243852158832979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140981009047593, 40.023676832642998 ], [ -75.141772883165004, 40.023772613421997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10782, "tnode_": 10529, "lpoly_": null, "rpoly_": null, "length": 552.44343136999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4854, "r_f_add": 4801, "r_t_add": 4855, "st_code": 54200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640198, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 23913, "Shape__Length": 220.44129822932646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125762803768893, 40.023338630809299 ], [ -75.125516237842305, 40.024843260299598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10782, "tnode_": 10748, "lpoly_": null, "rpoly_": null, "length": 337.49429457999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 164, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 51800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23914, "Shape__Length": 134.16267538230906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125762803768893, 40.023338630809299 ], [ -75.126930264764596, 40.023492241570501 ], [ -75.126949930779702, 40.023497027419701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10783, "tnode_": 10661, "lpoly_": null, "rpoly_": null, "length": 276.40029381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4831, "r_t_add": 4899, "st_code": 20720, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 23915, "Shape__Length": 110.28592038787656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117803871245499, 40.023110427375798 ], [ -75.117641155662795, 40.023858795719697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10755, "tnode_": 10783, "lpoly_": null, "rpoly_": null, "length": 620.07735748000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 31060, "l_hundred": 300, "r_hundred": 300, "seg_id": 640201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELEANOR ST", "stname": "E ELEANOR ST", "objectid": 23916, "Shape__Length": 246.49225006207072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119989423932793, 40.023382668068599 ], [ -75.117803871245499, 40.023110427375798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10789, "tnode_": 10527, "lpoly_": null, "rpoly_": null, "length": 583.96094497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 44180, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 23917, "Shape__Length": 233.00668337750432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140195769919899, 40.023575484668903 ], [ -75.139842533524501, 40.025155357094498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10789, "tnode_": 10779, "lpoly_": null, "rpoly_": null, "length": 222.99370047, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 920, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 85040, "l_hundred": 900, "r_hundred": 900, "seg_id": 640203, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23918, "Shape__Length": 88.645270013075262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140195769919899, 40.023575484668903 ], [ -75.140981009047593, 40.023676832642998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10790, "tnode_": 10776, "lpoly_": null, "rpoly_": null, "length": 281.2147523, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 51800, "l_hundred": 300, "r_hundred": 300, "seg_id": 640205, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23919, "Shape__Length": 111.78821986016466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1304506699814, 40.023363324975399 ], [ -75.131442030588701, 40.023485953379598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10791, "tnode_": 10538, "lpoly_": null, "rpoly_": null, "length": 553.55653485000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 43800, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640206, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 23920, "Shape__Length": 220.88486739233798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125150846492105, 40.023265154214997 ], [ -75.124900532540806, 40.024772498312601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10791, "tnode_": 10782, "lpoly_": null, "rpoly_": null, "length": 173.46477417, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 126, "l_t_add": 162, "r_f_add": 117, "r_t_add": 165, "st_code": 51800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23921, "Shape__Length": 68.95503796200687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125150846492105, 40.023265154214997 ], [ -75.125762803768893, 40.023338630809299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10799, "tnode_": 10545, "lpoly_": null, "rpoly_": null, "length": 552.83910794000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 43480, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 23922, "Shape__Length": 220.58851932047395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124655912615694, 40.023203721367899 ], [ -75.124329088472393, 40.024700386127797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10799, "tnode_": 10791, "lpoly_": null, "rpoly_": null, "length": 140.40825288, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 120, "l_t_add": 124, "r_f_add": 107, "r_t_add": 115, "st_code": 51800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23923, "Shape__Length": 55.814835800233752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124655912615694, 40.023203721367899 ], [ -75.125150846492105, 40.023265154214997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10800, "tnode_": 10690, "lpoly_": null, "rpoly_": null, "length": 303.38070542999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4825, "st_code": 68600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640210, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 23924, "Shape__Length": 120.93137213423033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124421207816397, 40.023168227661202 ], [ -75.123848670208005, 40.023875216080903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10800, "tnode_": 10799, "lpoly_": null, "rpoly_": null, "length": 66.99209017, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 110, "l_t_add": 118, "r_f_add": 103, "r_t_add": 105, "st_code": 51800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23925, "Shape__Length": 26.631805107696799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124421207816397, 40.023168227661202 ], [ -75.124655912615694, 40.023203721367899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10745, "tnode_": 10802, "lpoly_": null, "rpoly_": null, "length": 337.76797624, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 601, "r_t_add": 633, "st_code": 69240, "l_hundred": 0, "r_hundred": 600, "seg_id": 640212, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23926, "Shape__Length": 134.34079013417613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135323236294894, 40.023700256171402 ], [ -75.136428857483097, 40.023329838902598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10802, "tnode_": 10595, "lpoly_": null, "rpoly_": null, "length": 498.96549736999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 53860, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640213, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 23927, "Shape__Length": 199.0940477992151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136428857483097, 40.023329838902598 ], [ -75.136144379688304, 40.024681985372801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10806, "tnode_": 10540, "lpoly_": null, "rpoly_": null, "length": 585.10948919000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 87970, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 23928, "Shape__Length": 233.46663953197339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139369465371303, 40.023468663764703 ], [ -75.139029458305799, 40.025053446296901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10806, "tnode_": 10789, "lpoly_": null, "rpoly_": null, "length": 234.6663145, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 918, "r_f_add": 901, "r_t_add": 919, "st_code": 85040, "l_hundred": 900, "r_hundred": 900, "seg_id": 640215, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23929, "Shape__Length": 93.285299075443575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139369465371303, 40.023468663764703 ], [ -75.140195769919899, 40.023575484668903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10811, "tnode_": 10690, "lpoly_": null, "rpoly_": null, "length": 280.87281824999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4820, "r_f_add": 4801, "r_t_add": 4823, "st_code": 35200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640216, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 23930, "Shape__Length": 112.07090527973813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124011265894495, 40.0231143873863 ], [ -75.123848670208005, 40.023875216080903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10811, "tnode_": 10800, "lpoly_": null, "rpoly_": null, "length": 116.47349737, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 101, "st_code": 51800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LOUDON ST", "stname": "W LOUDON ST", "objectid": 23931, "Shape__Length": 46.300812538430463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124011265894495, 40.0231143873863 ], [ -75.124421207816397, 40.023168227661202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10821, "tnode_": 10790, "lpoly_": null, "rpoly_": null, "length": 60.1800959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4714, "l_t_add": 4716, "r_f_add": 4731, "r_t_add": 4733, "st_code": 87850, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23932, "Shape__Length": 24.012628817583039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130483501976798, 40.023200063156501 ], [ -75.1304506699814, 40.023363324975399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10823, "tnode_": 10692, "lpoly_": null, "rpoly_": null, "length": 281.22397002000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4836, "l_t_add": 4898, "r_f_add": 4835, "r_t_add": 4899, "st_code": 27080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 23933, "Shape__Length": 112.21921714823131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116027056738602, 40.022884343174503 ], [ -75.115943943649796, 40.0236536876549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10783, "tnode_": 10823, "lpoly_": null, "rpoly_": null, "length": 504.39347432, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELEANOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 31060, "l_hundred": 400, "r_hundred": 400, "seg_id": 640220, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELEANOR ST", "stname": "E ELEANOR ST", "objectid": 23934, "Shape__Length": 200.50588392914563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117803871245499, 40.023110427375798 ], [ -75.116027056738602, 40.022884343174503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10824, "tnode_": 10806, "lpoly_": null, "rpoly_": null, "length": 269.67146013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 85040, "l_hundred": 800, "r_hundred": 800, "seg_id": 640222, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23935, "Shape__Length": 107.20204175182033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138421714410796, 40.023337894646602 ], [ -75.139369465371303, 40.023468663764703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10899, "tnode_": 10742, "lpoly_": null, "rpoly_": null, "length": 478.1565191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4840, "l_t_add": 4898, "r_f_add": 4867, "r_t_add": 4931, "st_code": 17620, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 23936, "Shape__Length": 190.53216137330321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114601340401094, 40.022294037312399 ], [ -75.114185132058907, 40.022709757795397 ], [ -75.113568411927801, 40.023339131732001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10838, "tnode_": 10572, "lpoly_": null, "rpoly_": null, "length": 584.64181035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 34980, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640225, "oneway": "TF", "class": 12, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 23937, "Shape__Length": 233.2778712178164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137778074900595, 40.023270808399097 ], [ -75.137428145367906, 40.0248530114524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10838, "tnode_": 10824, "lpoly_": null, "rpoly_": null, "length": 181.90936052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 704, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 85040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640226, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23938, "Shape__Length": 72.31024996073134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137778074900595, 40.023270808399097 ], [ -75.138421714410796, 40.023337894646602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10842, "tnode_": 10715, "lpoly_": null, "rpoly_": null, "length": 282.11247800999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4822, "r_f_add": 4801, "r_t_add": 4823, "st_code": 11020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 23939, "Shape__Length": 112.56527762329748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122096958710699, 40.022873623750399 ], [ -75.121934559165098, 40.0236379254656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10811, "tnode_": 10842, "lpoly_": null, "rpoly_": null, "length": 543.25773876000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 51780, "l_hundred": 100, "r_hundred": 100, "seg_id": 640228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23940, "Shape__Length": 215.95463833534444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124011265894495, 40.0231143873863 ], [ -75.122096958710699, 40.022873623750399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10847, "tnode_": 10838, "lpoly_": null, "rpoly_": null, "length": 223.34762492, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 702, "r_f_add": 701, "r_t_add": 715, "st_code": 85040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640230, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23941, "Shape__Length": 88.834707183557683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137057150487905, 40.023069418699798 ], [ -75.137236708937493, 40.023201729644803 ], [ -75.137778074900595, 40.023270808399097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10778, "tnode_": 10850, "lpoly_": null, "rpoly_": null, "length": 530.40712784000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 534, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 500, "r_hundred": 0, "seg_id": 640231, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23942, "Shape__Length": 210.89068426567434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133334723952203, 40.023538479034102 ], [ -75.134452796491402, 40.023304992769397 ], [ -75.135153254619993, 40.023133055362798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10854, "tnode_": 10776, "lpoly_": null, "rpoly_": null, "length": 169.6375971, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4718, "l_t_add": 4730, "r_f_add": 4719, "r_t_add": 4799, "st_code": 87870, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640232, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23943, "Shape__Length": 67.686025512305122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131545305319804, 40.023027096608701 ], [ -75.131442030588701, 40.023485953379598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10854, "tnode_": 10835, "lpoly_": null, "rpoly_": null, "length": 284.23743679, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 55500, "l_hundred": 400, "r_hundred": 400, "seg_id": 640233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MENTOR ST", "stname": "W MENTOR ST", "objectid": 23944, "Shape__Length": 112.99066732531492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131545305319804, 40.023027096608701 ], [ -75.132545678463401, 40.023158633059801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10842, "tnode_": 10856, "lpoly_": null, "rpoly_": null, "length": 236.74023216999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 220, "st_code": 51780, "l_hundred": 200, "r_hundred": 200, "seg_id": 640234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23945, "Shape__Length": 94.106785504056873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122096958710699, 40.022873623750399 ], [ -75.121261087703004, 40.022776820028596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10863, "tnode_": 10741, "lpoly_": null, "rpoly_": null, "length": 270.14456646000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4736, "l_t_add": 4798, "r_f_add": 4739, "r_t_add": 4799, "st_code": 87830, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 23946, "Shape__Length": 107.79088742596021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128145455251499, 40.022902204028398 ], [ -75.127996349600494, 40.0236348695312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10863, "tnode_": 10821, "lpoly_": null, "rpoly_": null, "length": 663.7344446300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 55500, "l_hundred": 200, "r_hundred": 200, "seg_id": 640236, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MENTOR ST", "stname": "W MENTOR ST", "objectid": 23947, "Shape__Length": 263.84718882525937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128145455251499, 40.022902204028398 ], [ -75.130483501976798, 40.023200063156501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10802, "tnode_": 10847, "lpoly_": null, "rpoly_": null, "length": 199.96596772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 635, "r_t_add": 699, "st_code": 69240, "l_hundred": 0, "r_hundred": 600, "seg_id": 640237, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23948, "Shape__Length": 79.553030310298865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136428857483097, 40.023329838902598 ], [ -75.136952484817996, 40.023107188437798 ], [ -75.137057150487905, 40.023069418699798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10873, "tnode_": 10821, "lpoly_": null, "rpoly_": null, "length": 109.54753793, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4708, "l_t_add": 4712, "r_f_add": 4725, "r_t_add": 4729, "st_code": 87850, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23949, "Shape__Length": 43.708609937616735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130557357788604, 40.022904751332398 ], [ -75.130483501976798, 40.023200063156501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10873, "tnode_": 10854, "lpoly_": null, "rpoly_": null, "length": 280.25647744999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 55500, "l_hundred": 300, "r_hundred": 300, "seg_id": 640240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MENTOR ST", "stname": "W MENTOR ST", "objectid": 23950, "Shape__Length": 111.40655935946455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130557357788604, 40.022904751332398 ], [ -75.131545305319804, 40.023027096608701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10875, "tnode_": 10755, "lpoly_": null, "rpoly_": null, "length": 275.11987978999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4829, "st_code": 15380, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 23951, "Shape__Length": 109.77598940989034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120138094353095, 40.022636238725902 ], [ -75.120062353925704, 40.023058177184502 ], [ -75.119989423932793, 40.023382668068599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10856, "tnode_": 10875, "lpoly_": null, "rpoly_": null, "length": 318.65491866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 223, "l_t_add": 299, "r_f_add": 222, "r_t_add": 298, "st_code": 51780, "l_hundred": 200, "r_hundred": 200, "seg_id": 640242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23952, "Shape__Length": 126.67035754028259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121261087703004, 40.022776820028596 ], [ -75.120138094353095, 40.022636238725902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10850, "tnode_": 10892, "lpoly_": null, "rpoly_": null, "length": 161.46728561, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 536, "l_t_add": 540, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 500, "r_hundred": 0, "seg_id": 640243, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23953, "Shape__Length": 64.217407883301931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135153254619993, 40.023133055362798 ], [ -75.135685107974794, 40.022961963434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10847, "tnode_": 10895, "lpoly_": null, "rpoly_": null, "length": 52.22778222, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4698, "l_t_add": 4698, "r_f_add": 4699, "r_t_add": 4699, "st_code": 87930, "l_hundred": 0, "r_hundred": 0, "seg_id": 640245, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2004-03-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 23954, "Shape__Length": 20.835554282684107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137057150487905, 40.023069418699798 ], [ -75.137007413281594, 40.022931240551998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10875, "tnode_": 10898, "lpoly_": null, "rpoly_": null, "length": 373.51393432999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 347, "r_f_add": 300, "r_t_add": 346, "st_code": 51780, "l_hundred": 300, "r_hundred": 300, "seg_id": 640246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23955, "Shape__Length": 148.47930200615363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120138094353095, 40.022636238725902 ], [ -75.118824032362696, 40.022461114702303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10899, "tnode_": 10718, "lpoly_": null, "rpoly_": null, "length": 427.24898678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 69260, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640248, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 23956, "Shape__Length": 170.49000469753992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114601340401094, 40.022294037312399 ], [ -75.114509117930197, 40.023464741875202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10903, "tnode_": 10850, "lpoly_": null, "rpoly_": null, "length": 86.04819164, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 33240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 23957, "Shape__Length": 34.336644899119946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135175406479306, 40.022897457517402 ], [ -75.135153254619993, 40.023133055362798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10903, "tnode_": 10892, "lpoly_": null, "rpoly_": null, "length": 144.6710115, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 554, "l_t_add": 598, "r_f_add": 555, "r_t_add": 599, "st_code": 85040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640250, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23958, "Shape__Length": 57.50932474018164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135175406479306, 40.022897457517402 ], [ -75.135685107974794, 40.022961963434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10892, "tnode_": 10910, "lpoly_": null, "rpoly_": null, "length": 133.66683651, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 542, "l_t_add": 598, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 500, "r_hundred": 0, "seg_id": 640251, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23959, "Shape__Length": 53.165526932174309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135685107974794, 40.022961963434 ], [ -75.136119436366897, 40.022809853009697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10912, "tnode_": 10783, "lpoly_": null, "rpoly_": null, "length": 277.41490934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4829, "st_code": 20720, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 23960, "Shape__Length": 110.69016408344692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117962238685493, 40.0223587668536 ], [ -75.117870304500897, 40.022828432592497 ], [ -75.117803871245499, 40.023110427375798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10898, "tnode_": 10912, "lpoly_": null, "rpoly_": null, "length": 244.22330956, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 349, "l_t_add": 399, "r_f_add": 348, "r_t_add": 398, "st_code": 51780, "l_hundred": 300, "r_hundred": 300, "seg_id": 640253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23961, "Shape__Length": 97.081225066778956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118824032362696, 40.022461114702303 ], [ -75.117962238685493, 40.0223587668536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10919, "tnode_": 10778, "lpoly_": null, "rpoly_": null, "length": 307.04925849, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4788, "r_f_add": 4701, "r_t_add": 4789, "st_code": 87890, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640254, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 23962, "Shape__Length": 122.51381645084123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133519833293406, 40.0227076931874 ], [ -75.133334723952203, 40.023538479034102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10919, "tnode_": 10903, "lpoly_": null, "rpoly_": null, "length": 468.79479754, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 552, "r_f_add": 501, "r_t_add": 553, "st_code": 85040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640255, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23963, "Shape__Length": 186.35057844858108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133519833293406, 40.0227076931874 ], [ -75.135175406479306, 40.022897457517402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10920, "tnode_": 10664, "lpoly_": null, "rpoly_": null, "length": 588.99851309000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 19140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640256, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 23964, "Shape__Length": 235.01541079409827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482480748207, 40.022968752271503 ], [ -75.147896826083596, 40.024562913703299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10920, "tnode_": 10626, "lpoly_": null, "rpoly_": null, "length": 760.4706559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 16560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640257, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 23965, "Shape__Length": 303.18848881973872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482480748207, 40.022968752271503 ], [ -75.148420853547904, 40.023133038194402 ], [ -75.148628737737695, 40.023429712003697 ], [ -75.149555525426095, 40.024794209962899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10920, "tnode_": 10911, "lpoly_": null, "rpoly_": null, "length": 246.50423403, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 25420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 23966, "Shape__Length": 97.993427731954043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482480748207, 40.022968752271503 ], [ -75.149112612644004, 40.023095708245101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10895, "tnode_": 10927, "lpoly_": null, "rpoly_": null, "length": 110.22806836, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4696, "l_t_add": 4696, "r_f_add": 4697, "r_t_add": 4697, "st_code": 87930, "l_hundred": 0, "r_hundred": 0, "seg_id": 640260, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 23967, "Shape__Length": 43.9392695724096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137007413281594, 40.022931240551998 ], [ -75.136802506875199, 40.022672894023003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10931, "tnode_": 10835, "lpoly_": null, "rpoly_": null, "length": 201.57217748, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4718, "r_f_add": 4701, "r_t_add": 4717, "st_code": 49660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 23968, "Shape__Length": 80.427613253036228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132668339305596, 40.022613388376001 ], [ -75.132545678463401, 40.023158633059801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10931, "tnode_": 10919, "lpoly_": null, "rpoly_": null, "length": 240.93685944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 434, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 85040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640262, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23969, "Shape__Length": 95.774053113009174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132668339305596, 40.022613388376001 ], [ -75.133519833293406, 40.0227076931874 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10934, "tnode_": 10811, "lpoly_": null, "rpoly_": null, "length": 283.13574173999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4724, "l_t_add": 4798, "r_f_add": 4725, "r_t_add": 4799, "st_code": 35200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640263, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 23970, "Shape__Length": 112.97212395375053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124178287017898, 40.022347826469698 ], [ -75.124011265894495, 40.0231143873863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10937, "tnode_": 10684, "lpoly_": null, "rpoly_": null, "length": 588.26062656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 61300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 23971, "Shape__Length": 234.7438894564232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147021529480099, 40.022824850044202 ], [ -75.146915184697505, 40.024437624841397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10937, "tnode_": 10920, "lpoly_": null, "rpoly_": null, "length": 347.49015692, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 25420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 23972, "Shape__Length": 138.13152749921068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147021529480099, 40.022824850044202 ], [ -75.148247543973596, 40.022968689787199 ], [ -75.1482480748207, 40.022968752271503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10938, "tnode_": 10823, "lpoly_": null, "rpoly_": null, "length": 279.75388149000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4834, "r_f_add": 4801, "r_t_add": 4833, "st_code": 27080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 23973, "Shape__Length": 111.63144224502493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116108360450497, 40.022118933389699 ], [ -75.116027056738602, 40.022884343174503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10912, "tnode_": 10938, "lpoly_": null, "rpoly_": null, "length": 526.5121463, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 51780, "l_hundred": 400, "r_hundred": 400, "seg_id": 640267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23974, "Shape__Length": 209.29685773073749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117962238685493, 40.0223587668536 ], [ -75.116108360450497, 40.022118933389699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10895, "tnode_": 10941, "lpoly_": null, "rpoly_": null, "length": 386.63451299000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640268, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23975, "Shape__Length": 153.85345949602799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137007413281594, 40.022931240551998 ], [ -75.138171175732893, 40.0223603145364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10942, "tnode_": 10854, "lpoly_": null, "rpoly_": null, "length": 203.67721319, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4716, "r_f_add": 4701, "r_t_add": 4717, "st_code": 87870, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640269, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 23976, "Shape__Length": 81.269093152738591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131657108624495, 40.022474625012698 ], [ -75.131545305319804, 40.023027096608701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10942, "tnode_": 10931, "lpoly_": null, "rpoly_": null, "length": 287.68833086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 432, "r_f_add": 401, "r_t_add": 421, "st_code": 85040, "l_hundred": 400, "r_hundred": 400, "seg_id": 640270, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23977, "Shape__Length": 114.36266103912435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131657108624495, 40.022474625012698 ], [ -75.132668339305596, 40.022613388376001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10910, "tnode_": 10943, "lpoly_": null, "rpoly_": null, "length": 188.54337941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 600, "r_hundred": 0, "seg_id": 640271, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23978, "Shape__Length": 75.012902055225325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136119436366897, 40.022809853009697 ], [ -75.136318272292598, 40.0227271120716 ], [ -75.136705749529895, 40.022555588300897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10927, "tnode_": 10943, "lpoly_": null, "rpoly_": null, "length": 50.60033293, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4694, "l_t_add": 4694, "r_f_add": 4695, "r_t_add": 4695, "st_code": 87930, "l_hundred": 0, "r_hundred": 0, "seg_id": 640272, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 23979, "Shape__Length": 20.169070044763249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136802506875199, 40.022672894023003 ], [ -75.136705749529895, 40.022555588300897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10938, "tnode_": 10951, "lpoly_": null, "rpoly_": null, "length": 213.94021532, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 518, "st_code": 51780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23980, "Shape__Length": 85.044212646354623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116108360450497, 40.022118933389699 ], [ -75.115675471032304, 40.022072688326503 ], [ -75.115354865651398, 40.022023861281603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10951, "tnode_": 10704, "lpoly_": null, "rpoly_": null, "length": 559.75623739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 38100, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640275, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 23981, "Shape__Length": 223.36352279506451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115354865651398, 40.022023861281603 ], [ -75.115200036273606, 40.023555841619903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10952, "tnode_": 10700, "lpoly_": null, "rpoly_": null, "length": 586.03166703, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88050, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 23982, "Shape__Length": 233.83179486364642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146048363050795, 40.0227049108099 ], [ -75.145706429198896, 40.0242920138991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10952, "tnode_": 10937, "lpoly_": null, "rpoly_": null, "length": 276.03097191999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1323, "st_code": 25420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 23983, "Shape__Length": 109.72642444473178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146048363050795, 40.0227049108099 ], [ -75.147021529480099, 40.022824850044202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10951, "tnode_": 10962, "lpoly_": null, "rpoly_": null, "length": 123.70310132, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 521, "l_t_add": 529, "r_f_add": 520, "r_t_add": 528, "st_code": 51780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23984, "Shape__Length": 49.174102394862864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115354865651398, 40.022023861281603 ], [ -75.114988653977093, 40.021977480112398 ], [ -75.114919707354602, 40.021966019104603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10958, "tnode_": 10873, "lpoly_": null, "rpoly_": null, "length": 210.51823953000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4706, "r_f_add": 4701, "r_t_add": 4723, "st_code": 87850, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 23985, "Shape__Length": 83.997688275514832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130679235407101, 40.022334500636497 ], [ -75.130557357788604, 40.022904751332398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10958, "tnode_": 10942, "lpoly_": null, "rpoly_": null, "length": 278.58715071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 85040, "l_hundred": 300, "r_hundred": 300, "seg_id": 640282, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 23986, "Shape__Length": 110.74569077746109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130679235407101, 40.022334500636497 ], [ -75.131657108624495, 40.022474625012698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10961, "tnode_": 10941, "lpoly_": null, "rpoly_": null, "length": 49.01404999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640283, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23987, "Shape__Length": 19.493005327590645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138332939707993, 40.022411659556099 ], [ -75.138171175732893, 40.0223603145364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10847, "tnode_": 10961, "lpoly_": null, "rpoly_": null, "length": 430.49810866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 701, "r_t_add": 739, "st_code": 69240, "l_hundred": 0, "r_hundred": 700, "seg_id": 640284, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23988, "Shape__Length": 171.32273366602584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137057150487905, 40.023069418699798 ], [ -75.137168221513207, 40.022996924144699 ], [ -75.138332939707993, 40.022411659556099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10962, "tnode_": 10899, "lpoly_": null, "rpoly_": null, "length": 149.09237732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4838, "r_f_add": 4801, "r_t_add": 4839, "st_code": 17620, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 640285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 23989, "Shape__Length": 59.410559244488581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114919707354602, 40.021966019104603 ], [ -75.114601340401094, 40.022294037312399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10966, "tnode_": 10842, "lpoly_": null, "rpoly_": null, "length": 277.66265184999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4722, "l_t_add": 4798, "r_f_add": 4723, "r_t_add": 4799, "st_code": 11020, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 23990, "Shape__Length": 110.78998507758287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122246166979906, 40.022120088216603 ], [ -75.122096958710699, 40.022873623750399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10934, "tnode_": 10966, "lpoly_": null, "rpoly_": null, "length": 547.44851290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 55480, "l_hundred": 100, "r_hundred": 100, "seg_id": 640288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MENTOR ST", "stname": "E MENTOR ST", "objectid": 23991, "Shape__Length": 217.6154395035833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124178287017898, 40.022347826469698 ], [ -75.122246166979906, 40.022120088216603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10968, "tnode_": 10713, "lpoly_": null, "rpoly_": null, "length": 588.33259609000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 20980, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640289, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 23992, "Shape__Length": 234.74645342491655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145274070220793, 40.022595349963701 ], [ -75.144910080753405, 40.024185964860898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10968, "tnode_": 10952, "lpoly_": null, "rpoly_": null, "length": 220.49587285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 25420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 23993, "Shape__Length": 87.652922117923779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145274070220793, 40.022595349963701 ], [ -75.146048363050795, 40.0227049108099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10962, "tnode_": 10973, "lpoly_": null, "rpoly_": null, "length": 165.5226029, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 531, "l_t_add": 539, "r_f_add": 530, "r_t_add": 538, "st_code": 51780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 23994, "Shape__Length": 65.797377122814126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114919707354602, 40.021966019104603 ], [ -75.1146490877655, 40.021938569710699 ], [ -75.114336713962402, 40.021892618277398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10961, "tnode_": 10975, "lpoly_": null, "rpoly_": null, "length": 99.9382676, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 741, "r_t_add": 799, "st_code": 69240, "l_hundred": 0, "r_hundred": 700, "seg_id": 640293, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 23995, "Shape__Length": 39.757568562876145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138332939707993, 40.022411659556099 ], [ -75.138647817145397, 40.022282589539302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10975, "tnode_": 10824, "lpoly_": null, "rpoly_": null, "length": 389.61000904000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 87950, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640294, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 23996, "Shape__Length": 155.45643505453208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138647817145397, 40.022282589539302 ], [ -75.138421714410796, 40.023337894646602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10979, "tnode_": 10727, "lpoly_": null, "rpoly_": null, "length": 588.8532334, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88030, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 23997, "Shape__Length": 234.95513042154289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1444908084529, 40.022493084036 ], [ -75.144135061685603, 40.024086250887002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10979, "tnode_": 10968, "lpoly_": null, "rpoly_": null, "length": 222.50676655000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 25420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 23998, "Shape__Length": 88.450510548743367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1444908084529, 40.022493084036 ], [ -75.145274070220793, 40.022595349963701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10982, "tnode_": 10856, "lpoly_": null, "rpoly_": null, "length": 278.40353865000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 31220, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640297, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 23999, "Shape__Length": 111.08511454194152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121413190084994, 40.022021568485798 ], [ -75.121261087703004, 40.022776820028596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10966, "tnode_": 10982, "lpoly_": null, "rpoly_": null, "length": 236.03556468000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 55480, "l_hundred": 200, "r_hundred": 200, "seg_id": 640298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MENTOR ST", "stname": "E MENTOR ST", "objectid": 24000, "Shape__Length": 93.825976155046305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122246166979906, 40.022120088216603 ], [ -75.121413190084994, 40.022021568485798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10993, "tnode_": 10743, "lpoly_": null, "rpoly_": null, "length": 585.74767121000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 54140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640299, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 24001, "Shape__Length": 233.71517833999272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143701185929999, 40.0223957113583 ], [ -75.143344161213193, 40.023980057716699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10993, "tnode_": 10979, "lpoly_": null, "rpoly_": null, "length": 223.97437019, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 25420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24002, "Shape__Length": 89.032738956880806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143701185929999, 40.0223957113583 ], [ -75.1444908084529, 40.022493084036 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10973, "tnode_": 10994, "lpoly_": null, "rpoly_": null, "length": 460.34677045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 541, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 51780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 24003, "Shape__Length": 182.99018231416065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114336713962402, 40.021892618277398 ], [ -75.112711556184195, 40.0217034250418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10996, "tnode_": 10863, "lpoly_": null, "rpoly_": null, "length": 316.38137476000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4734, "r_f_add": 4701, "r_t_add": 4737, "st_code": 87830, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 24004, "Shape__Length": 126.23681963966418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128331744988699, 40.022045589938699 ], [ -75.128145455251499, 40.022902204028398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10996, "tnode_": 10958, "lpoly_": null, "rpoly_": null, "length": 665.84122337999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 85040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640304, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 24005, "Shape__Length": 264.67952231040806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128331744988699, 40.022045589938699 ], [ -75.128840566144603, 40.022103606431102 ], [ -75.130679235407101, 40.022334500636497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10943, "tnode_": 10997, "lpoly_": null, "rpoly_": null, "length": 208.87339184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 700, "r_hundred": 0, "seg_id": 640305, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24006, "Shape__Length": 83.116336862850389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136705749529895, 40.022555588300897 ], [ -75.137334919605394, 40.022247718156699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10999, "tnode_": 10903, "lpoly_": null, "rpoly_": null, "length": 288.96006025999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4630, "l_t_add": 4698, "r_f_add": 4631, "r_t_add": 4699, "st_code": 33240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640306, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24007, "Shape__Length": 115.29798215176042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135329075841696, 40.0221130750637 ], [ -75.135175406479306, 40.022897457517402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10994, "tnode_": 11005, "lpoly_": null, "rpoly_": null, "length": 247.30486629000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOUDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 51780, "l_hundred": 600, "r_hundred": 600, "seg_id": 640307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOUDON ST", "stname": "E LOUDON ST", "objectid": 24008, "Shape__Length": 98.30351286137342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112711556184195, 40.0217034250418 ], [ -75.112547659192501, 40.021698975064403 ], [ -75.112162304638503, 40.021650242145498 ], [ -75.111837093738799, 40.021614722026797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11003, "tnode_": 10764, "lpoly_": null, "rpoly_": null, "length": 584.49334483999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 88010, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 24009, "Shape__Length": 233.21595118802372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142905575169195, 40.0222943228584 ], [ -75.142560166063603, 40.023876699075601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11003, "tnode_": 10993, "lpoly_": null, "rpoly_": null, "length": 225.86539507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 25420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24010, "Shape__Length": 89.784904094611093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142905575169195, 40.0222943228584 ], [ -75.143701185929999, 40.0223957113583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11007, "tnode_": 10996, "lpoly_": null, "rpoly_": null, "length": 210.94610022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 190, "l_t_add": 198, "r_f_add": 187, "r_t_add": 199, "st_code": 85040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640311, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 24011, "Shape__Length": 83.855060188050643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127590112344606, 40.021944603552797 ], [ -75.127997382071399, 40.021998082712301 ], [ -75.128331744988699, 40.022045589938699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11008, "tnode_": 10912, "lpoly_": null, "rpoly_": null, "length": 237.37902932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4740, "l_t_add": 4798, "r_f_add": 4741, "r_t_add": 4799, "st_code": 20720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 24012, "Shape__Length": 94.714584565924781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118098741171295, 40.021715639353602 ], [ -75.117962238685493, 40.0223587668536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11014, "tnode_": 10772, "lpoly_": null, "rpoly_": null, "length": 581.65706376000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 81440, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640314, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 24013, "Shape__Length": 232.08381923173761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1421173085524, 40.022198005244597 ], [ -75.141772883165004, 40.023772613421997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11014, "tnode_": 11003, "lpoly_": null, "rpoly_": null, "length": 223.53941313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 25420, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24014, "Shape__Length": 88.859421896734929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1421173085524, 40.022198005244597 ], [ -75.142905575169195, 40.0222943228584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11024, "tnode_": 10779, "lpoly_": null, "rpoly_": null, "length": 582.30452435999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 87990, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640316, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24015, "Shape__Length": 232.34117745959426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141330280166898, 40.022101052553701 ], [ -75.140981009047593, 40.023676832642998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11024, "tnode_": 11014, "lpoly_": null, "rpoly_": null, "length": 223.23372359000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 25420, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24016, "Shape__Length": 88.737919158058546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141330280166898, 40.022101052553701 ], [ -75.1421173085524, 40.022198005244597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11201, "tnode_": 10973, "lpoly_": null, "rpoly_": null, "length": 560.7783411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 69260, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640318, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 24017, "Shape__Length": 223.74573297768978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114677098372795, 40.020375713234699 ], [ -75.114617004608803, 40.020640238624097 ], [ -75.114604508797598, 40.020701257872197 ], [ -75.114427154577996, 40.021528539193 ], [ -75.114336713962402, 40.021892618277398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11027, "tnode_": 10919, "lpoly_": null, "rpoly_": null, "length": 297.3791849, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4632, "l_t_add": 4698, "r_f_add": 4635, "r_t_add": 4699, "st_code": 87890, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640319, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24018, "Shape__Length": 118.6549297421038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133692738763401, 40.0219022478651 ], [ -75.133519833293406, 40.0227076931874 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11027, "tnode_": 10999, "lpoly_": null, "rpoly_": null, "length": 464.67865757000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 52000, "l_hundred": 500, "r_hundred": 500, "seg_id": 640320, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LURAY ST", "stname": "W LURAY ST", "objectid": 24019, "Shape__Length": 184.71628520409459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133692738763401, 40.0219022478651 ], [ -75.135329075841696, 40.0221130750637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11030, "tnode_": 10782, "lpoly_": null, "rpoly_": null, "length": 581.35586339000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 54200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640322, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 24020, "Shape__Length": 231.9680904528642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126063589277607, 40.0217595825562 ], [ -75.125762803768893, 40.023338630809299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11030, "tnode_": 11007, "lpoly_": null, "rpoly_": null, "length": 432.81358776999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 140, "l_t_add": 188, "r_f_add": 141, "r_t_add": 185, "st_code": 85040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640323, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 24021, "Shape__Length": 172.04699012516483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126063589277607, 40.0217595825562 ], [ -75.127590112344606, 40.021944603552797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11037, "tnode_": 10938, "lpoly_": null, "rpoly_": null, "length": 231.91698485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 27080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24022, "Shape__Length": 92.541641398995367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116179617856503, 40.0214846550247 ], [ -75.116108360450497, 40.022118933389699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11008, "tnode_": 11037, "lpoly_": null, "rpoly_": null, "length": 544.0374517, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MENTOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 55480, "l_hundred": 400, "r_hundred": 400, "seg_id": 640325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MENTOR ST", "stname": "E MENTOR ST", "objectid": 24023, "Shape__Length": 216.25831427300992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118098741171295, 40.021715639353602 ], [ -75.116179617856503, 40.0214846550247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11038, "tnode_": 10789, "lpoly_": null, "rpoly_": null, "length": 584.35548674000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 44180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640326, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 24024, "Shape__Length": 233.16274843530437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140521019357806, 40.021990968598097 ], [ -75.140195769919899, 40.023575484668903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11038, "tnode_": 11024, "lpoly_": null, "rpoly_": null, "length": 230.16941241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 928, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 25420, "l_hundred": 900, "r_hundred": 900, "seg_id": 640327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24025, "Shape__Length": 91.496722789610445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140521019357806, 40.021990968598097 ], [ -75.141330280166898, 40.022101052553701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11039, "tnode_": 10800, "lpoly_": null, "rpoly_": null, "length": 629.96663327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 68600, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640328, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24026, "Shape__Length": 251.09011905227641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125649338466005, 40.021719413571297 ], [ -75.124421207816397, 40.023168227661202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11039, "tnode_": 11030, "lpoly_": null, "rpoly_": null, "length": 116.93859151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 122, "l_t_add": 138, "r_f_add": 129, "r_t_add": 139, "st_code": 85040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640329, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 24027, "Shape__Length": 46.48240133539457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125649338466005, 40.021719413571297 ], [ -75.126063589277607, 40.0217595825562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11046, "tnode_": 10806, "lpoly_": null, "rpoly_": null, "length": 612.51824077000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 87970, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640330, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24028, "Shape__Length": 244.39537708993481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139688395021594, 40.021811364674299 ], [ -75.1397133466524, 40.0219449406775 ], [ -75.139369465371303, 40.023468663764703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11046, "tnode_": 11038, "lpoly_": null, "rpoly_": null, "length": 248.99835823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 926, "r_f_add": 901, "r_t_add": 927, "st_code": 25420, "l_hundred": 900, "r_hundred": 900, "seg_id": 640331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24029, "Shape__Length": 99.013368451441551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139688395021594, 40.021811364674299 ], [ -75.1398066579589, 40.021899721155599 ], [ -75.140521019357806, 40.021990968598097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11051, "tnode_": 10532, "lpoly_": null, "rpoly_": null, "length": 1815.91731725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 67300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640332, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 24030, "Shape__Length": 722.87568695411926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100627843725405, 40.021055619645601 ], [ -75.100458666175896, 40.021187211847803 ], [ -75.096235675014398, 40.023784019050801 ], [ -75.095538205457601, 40.024137809612498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11052, "tnode_": 10934, "lpoly_": null, "rpoly_": null, "length": 290.44228375, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4722, "r_f_add": 4701, "r_t_add": 4723, "st_code": 35200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640333, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24031, "Shape__Length": 115.88614784121722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124349589063499, 40.021561480308399 ], [ -75.124178287017898, 40.022347826469698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11052, "tnode_": 11039, "lpoly_": null, "rpoly_": null, "length": 368.54040994999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 127, "st_code": 85040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640334, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WYOMING AVE", "stname": "W WYOMING AVE", "objectid": 24032, "Shape__Length": 146.49748176833447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124349589063499, 40.021561480308399 ], [ -75.125649338466005, 40.021719413571297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11057, "tnode_": 10942, "lpoly_": null, "rpoly_": null, "length": 302.37443945999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4624, "l_t_add": 4698, "r_f_add": 4629, "r_t_add": 4699, "st_code": 87870, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24033, "Shape__Length": 120.6452990358779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131848496497199, 40.021657717087002 ], [ -75.131657108624495, 40.022474625012698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11057, "tnode_": 11027, "lpoly_": null, "rpoly_": null, "length": 524.1425589700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 52000, "l_hundred": 400, "r_hundred": 400, "seg_id": 640336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LURAY ST", "stname": "W LURAY ST", "objectid": 24034, "Shape__Length": 208.35461413345666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131848496497199, 40.021657717087002 ], [ -75.133692738763401, 40.0219022478651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11059, "tnode_": 10997, "lpoly_": null, "rpoly_": null, "length": 160.95758353000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4616, "l_t_add": 4692, "r_f_add": 4615, "r_t_add": 4693, "st_code": 87930, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640337, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24035, "Shape__Length": 64.22347186780047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137418837410294, 40.021810606094398 ], [ -75.137334919605394, 40.022247718156699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10975, "tnode_": 11046, "lpoly_": null, "rpoly_": null, "length": 339.44293017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 801, "r_t_add": 899, "st_code": 69240, "l_hundred": 0, "r_hundred": 800, "seg_id": 640338, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24036, "Shape__Length": 135.05852201267956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138647817145397, 40.022282589539302 ], [ -75.139567450711695, 40.021838446376499 ], [ -75.139688395021594, 40.021811364674299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10997, "tnode_": 11067, "lpoly_": null, "rpoly_": null, "length": 349.49769689, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 718, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 700, "r_hundred": 0, "seg_id": 640340, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24037, "Shape__Length": 139.08134904427769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137334919605394, 40.022247718156699 ], [ -75.138377291113301, 40.021720242716398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11071, "tnode_": 11007, "lpoly_": null, "rpoly_": null, "length": 186.45022009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4646, "l_t_add": 4698, "r_f_add": 4647, "r_t_add": 4699, "st_code": 62760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640341, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24038, "Shape__Length": 74.389017248934422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127724312528599, 40.021443494104403 ], [ -75.127668986865302, 40.021686156242801 ], [ -75.127590112344606, 40.021944603552797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11072, "tnode_": 10910, "lpoly_": null, "rpoly_": null, "length": 420.01111769, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4670, "l_t_add": 4698, "r_f_add": 4671, "r_t_add": 4699, "st_code": 87910, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24039, "Shape__Length": 167.58445133788373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136368665837296, 40.021672905650199 ], [ -75.136119436366897, 40.022809853009697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11072, "tnode_": 11059, "lpoly_": null, "rpoly_": null, "length": 298.36896223999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 52000, "l_hundred": 600, "r_hundred": 600, "seg_id": 640343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LURAY ST", "stname": "W LURAY ST", "objectid": 24040, "Shape__Length": 118.60582896226249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136368665837296, 40.021672905650199 ], [ -75.137418837410294, 40.021810606094398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11074, "tnode_": 11019, "lpoly_": null, "rpoly_": null, "length": 133.55101037999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4666, "l_t_add": 4698, "r_f_add": 4667, "r_t_add": 4699, "st_code": 49200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 24041, "Shape__Length": 53.221125134374198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091772116916303, 40.020737572537698 ], [ -75.091495596785407, 40.021036248294799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11077, "tnode_": 10983, "lpoly_": null, "rpoly_": null, "length": 294.66744646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4724, "l_t_add": 4798, "r_f_add": 4721, "r_t_add": 4799, "st_code": 43560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640345, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 24042, "Shape__Length": 117.45674199245467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089171456126905, 40.020561865708402 ], [ -75.0886220576661, 40.021251717394001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11080, "tnode_": 11059, "lpoly_": null, "rpoly_": null, "length": 80.2391731, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4614, "r_f_add": 4601, "r_t_add": 4613, "st_code": 87930, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640347, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24043, "Shape__Length": 32.013680766849696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137475807534102, 40.0215947387304 ], [ -75.137418837410294, 40.021810606094398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11080, "tnode_": 11067, "lpoly_": null, "rpoly_": null, "length": 256.58531084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 25420, "l_hundred": 700, "r_hundred": 700, "seg_id": 640348, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24044, "Shape__Length": 101.9975246381746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137475807534102, 40.0215947387304 ], [ -75.138377291113301, 40.021720242716398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11081, "tnode_": 10966, "lpoly_": null, "rpoly_": null, "length": 294.54652869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4720, "r_f_add": 4701, "r_t_add": 4721, "st_code": 11020, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 24045, "Shape__Length": 117.52225800128792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122427173984903, 40.0213235884735 ], [ -75.122246166979906, 40.022120088216603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11052, "tnode_": 11081, "lpoly_": null, "rpoly_": null, "length": 545.34373661000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 85020, "l_hundred": 100, "r_hundred": 100, "seg_id": 640350, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24046, "Shape__Length": 216.77820979993214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124349589063499, 40.021561480308399 ], [ -75.122427173984903, 40.0213235884735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11081, "tnode_": 11094, "lpoly_": null, "rpoly_": null, "length": 251.00192241000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 226, "st_code": 85020, "l_hundred": 200, "r_hundred": 200, "seg_id": 640351, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24047, "Shape__Length": 99.774009057912778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122427173984903, 40.0213235884735 ], [ -75.121541349223307, 40.021219029755102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11094, "tnode_": 10982, "lpoly_": null, "rpoly_": null, "length": 321.40488476000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 31220, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640352, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 24048, "Shape__Length": 128.18213505383457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121541349223307, 40.021219029755102 ], [ -75.121475111976594, 40.021267337669499 ], [ -75.121317024816307, 40.021988112314602 ], [ -75.121413190084994, 40.022021568485798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11098, "tnode_": 11030, "lpoly_": null, "rpoly_": null, "length": 195.19180593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4628, "l_t_add": 4698, "r_f_add": 4629, "r_t_add": 4699, "st_code": 54200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640354, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 24049, "Shape__Length": 77.881548330763735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126172713195203, 40.021230447403902 ], [ -75.126109471109601, 40.021507620224902 ], [ -75.126063589277607, 40.0217595825562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11098, "tnode_": 11071, "lpoly_": null, "rpoly_": null, "length": 446.05673531999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TIBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 77260, "l_hundred": 100, "r_hundred": 100, "seg_id": 640355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TIBER ST", "stname": "TIBER ST", "objectid": 24050, "Shape__Length": 177.32574140464914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126172713195203, 40.021230447403902 ], [ -75.126234846778104, 40.021278054594298 ], [ -75.127724312528599, 40.021443494104403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10941, "tnode_": 11099, "lpoly_": null, "rpoly_": null, "length": 551.80000352999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640356, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24051, "Shape__Length": 219.58900870132155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138171175732893, 40.0223603145364 ], [ -75.139813751530198, 40.021523839221501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11046, "tnode_": 11099, "lpoly_": null, "rpoly_": null, "length": 110.4681418, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4594, "l_t_add": 4598, "r_f_add": 4595, "r_t_add": 4599, "st_code": 87970, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640357, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24052, "Shape__Length": 44.063708876732122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139688395021594, 40.021811364674299 ], [ -75.139813751530198, 40.021523839221501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11067, "tnode_": 11101, "lpoly_": null, "rpoly_": null, "length": 155.39409694, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 720, "l_t_add": 798, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 700, "r_hundred": 0, "seg_id": 640358, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24053, "Shape__Length": 61.835121602232917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138377291113301, 40.021720242716398 ], [ -75.138844884019605, 40.021490618769697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11112, "tnode_": 10875, "lpoly_": null, "rpoly_": null, "length": 568.14108289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 15380, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 24054, "Shape__Length": 226.68596022781435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120482772990201, 40.021099301421003 ], [ -75.120138094353095, 40.022636238725902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11094, "tnode_": 11112, "lpoly_": null, "rpoly_": null, "length": 299.66948927, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 231, "l_t_add": 299, "r_f_add": 228, "r_t_add": 298, "st_code": 85020, "l_hundred": 200, "r_hundred": 200, "seg_id": 640360, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24055, "Shape__Length": 119.11844468773977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121541349223307, 40.021219029755102 ], [ -75.120482772990201, 40.021099301421003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11113, "tnode_": 10999, "lpoly_": null, "rpoly_": null, "length": 285.77718441000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4628, "r_f_add": 4601, "r_t_add": 4629, "st_code": 33240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640361, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24056, "Shape__Length": 114.02227416618702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135511686571903, 40.021341247610103 ], [ -75.135329075841696, 40.0221130750637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11098, "tnode_": 11039, "lpoly_": null, "rpoly_": null, "length": 234.80288776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4628, "l_t_add": 4698, "r_f_add": 4633, "r_t_add": 4699, "st_code": 68600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640362, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24057, "Shape__Length": 93.547141906262311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126172713195203, 40.021230447403902 ], [ -75.126082278670097, 40.021256172216397 ], [ -75.125649338466005, 40.021719413571297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11177, "tnode_": 10962, "lpoly_": null, "rpoly_": null, "length": 630.95675175999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 17620, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 24058, "Shape__Length": 251.43107196193262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116246635454203, 40.020567936603101 ], [ -75.115985077899595, 40.020891105516597 ], [ -75.114919707354602, 40.021966019104603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11128, "tnode_": 10898, "lpoly_": null, "rpoly_": null, "length": 570.22132385000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 69360, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640365, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 24059, "Shape__Length": 227.51667071469598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119123426103599, 40.020917399096398 ], [ -75.119142278167004, 40.021009824163997 ], [ -75.118824032362696, 40.022461114702303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11112, "tnode_": 11128, "lpoly_": null, "rpoly_": null, "length": 386.44072598999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 333, "r_f_add": 300, "r_t_add": 350, "st_code": 85020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640366, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24060, "Shape__Length": 153.61461828114992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120482772990201, 40.021099301421003 ], [ -75.119123426103599, 40.020917399096398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11137, "tnode_": 11071, "lpoly_": null, "rpoly_": null, "length": 157.72490947999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4624, "l_t_add": 4644, "r_f_add": 4627, "r_t_add": 4645, "st_code": 62760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640370, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24061, "Shape__Length": 62.92987443061299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127827300148695, 40.0210178219413 ], [ -75.127724312528599, 40.021443494104403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11141, "tnode_": 11101, "lpoly_": null, "rpoly_": null, "length": 91.72272398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4526, "l_t_add": 4598, "r_f_add": 4525, "r_t_add": 4599, "st_code": 87950, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640374, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24062, "Shape__Length": 36.599364887948873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138878428981798, 40.021240153209902 ], [ -75.138844884019605, 40.021490618769697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11142, "tnode_": 11027, "lpoly_": null, "rpoly_": null, "length": 287.00753377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4630, "r_f_add": 4601, "r_t_add": 4633, "st_code": 87890, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640375, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24063, "Shape__Length": 114.51501741989543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1338615372417, 40.021125139673501 ], [ -75.133692738763401, 40.0219022478651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11142, "tnode_": 11113, "lpoly_": null, "rpoly_": null, "length": 468.81867039000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 25420, "l_hundred": 500, "r_hundred": 500, "seg_id": 640376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24064, "Shape__Length": 186.36052307437981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1338615372417, 40.021125139673501 ], [ -75.135511686571903, 40.021341247610103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11144, "tnode_": 11008, "lpoly_": null, "rpoly_": null, "length": 335.14966278000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4738, "r_f_add": 4701, "r_t_add": 4739, "st_code": 20720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 24065, "Shape__Length": 133.72235745957312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118300715070006, 40.020808812620601 ], [ -75.118098741171295, 40.021715639353602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11128, "tnode_": 11144, "lpoly_": null, "rpoly_": null, "length": 233.7907537, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 335, "l_t_add": 399, "r_f_add": 352, "r_t_add": 398, "st_code": 85020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640378, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24066, "Shape__Length": 92.934020259490623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119123426103599, 40.020917399096398 ], [ -75.118300715070006, 40.020808812620601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11146, "tnode_": 10920, "lpoly_": null, "rpoly_": null, "length": 547.86966572999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 19140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24067, "Shape__Length": 218.60052746018522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148569336705805, 40.021485204564499 ], [ -75.1482480748207, 40.022968752271503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11146, "tnode_": 11133, "lpoly_": null, "rpoly_": null, "length": 250.32405557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1424, "r_f_add": 1401, "r_t_add": 1425, "st_code": 83820, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640382, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24068, "Shape__Length": 99.507268726835989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148569336705805, 40.021485204564499 ], [ -75.149450112360199, 40.021602028506798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11144, "tnode_": 11149, "lpoly_": null, "rpoly_": null, "length": 209.96433856000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 416, "st_code": 85020, "l_hundred": 400, "r_hundred": 400, "seg_id": 640383, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24069, "Shape__Length": 83.460399962058219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118300715070006, 40.020808812620601 ], [ -75.117559233869997, 40.020723838631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11150, "tnode_": 11074, "lpoly_": null, "rpoly_": null, "length": 208.16443794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 70020, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640384, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 24070, "Shape__Length": 83.062727596125157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091826290493202, 40.020167656116897 ], [ -75.091772116916303, 40.020737572537698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11215, "tnode_": 10994, "lpoly_": null, "rpoly_": null, "length": 642.86175602000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 82820, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640385, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24071, "Shape__Length": 256.15445409586044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114101955557999, 40.020300169109603 ], [ -75.113868303088395, 40.020567176676998 ], [ -75.113800154302893, 40.020635696944602 ], [ -75.112711556184195, 40.0217034250418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11149, "tnode_": 11160, "lpoly_": null, "rpoly_": null, "length": 163.44620357, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 415, "l_t_add": 439, "r_f_add": 418, "r_t_add": 440, "st_code": 85020, "l_hundred": 400, "r_hundred": 400, "seg_id": 640391, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24072, "Shape__Length": 64.971863526229086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117559233869997, 40.020723838631 ], [ -75.116984796973796, 40.0206447256571 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11163, "tnode_": 11140, "lpoly_": null, "rpoly_": null, "length": 43.28382429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4614, "l_t_add": 4616, "r_f_add": 4621, "r_t_add": 4627, "st_code": 68600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640396, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24073, "Shape__Length": 17.263124051193504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1263107651789, 40.020835850250499 ], [ -75.126255574608706, 40.0209468344976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11163, "tnode_": 11137, "lpoly_": null, "rpoly_": null, "length": 429.88359386000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 158, "l_t_add": 198, "r_f_add": 159, "r_t_add": 199, "st_code": 52000, "l_hundred": 100, "r_hundred": 100, "seg_id": 640397, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LURAY ST", "stname": "W LURAY ST", "objectid": 24074, "Shape__Length": 170.87964573524712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1263107651789, 40.020835850250499 ], [ -75.127827300148695, 40.0210178219413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11168, "tnode_": 11080, "lpoly_": null, "rpoly_": null, "length": 195.9472279, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4534, "l_t_add": 4598, "r_f_add": 4537, "r_t_add": 4599, "st_code": 87930, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24075, "Shape__Length": 78.18221242107991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137589980744806, 40.021064050856502 ], [ -75.137475807534102, 40.0215947387304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11168, "tnode_": 11141, "lpoly_": null, "rpoly_": null, "length": 366.51733442, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RAYMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 67540, "l_hundred": 700, "r_hundred": 700, "seg_id": 640399, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RAYMOND ST", "stname": "W RAYMOND ST", "objectid": 24076, "Shape__Length": 145.69586101128502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137589980744806, 40.021064050856502 ], [ -75.138878428981798, 40.021240153209902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10927, "tnode_": 11171, "lpoly_": null, "rpoly_": null, "length": 1028.56835359, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640400, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24077, "Shape__Length": 409.29604700573583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136802506875199, 40.022672894023003 ], [ -75.139625873324604, 40.021263624257998 ], [ -75.139895034802706, 40.021151172675403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11099, "tnode_": 11171, "lpoly_": null, "rpoly_": null, "length": 137.65155132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4582, "l_t_add": 4592, "r_f_add": 4583, "r_t_add": 4593, "st_code": 87970, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640401, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24078, "Shape__Length": 54.922306142580666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139813751530198, 40.021523839221501 ], [ -75.139895034802706, 40.021151172675403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11233, "tnode_": 11005, "lpoly_": null, "rpoly_": null, "length": 631.75464741999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 76660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640402, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 24079, "Shape__Length": 251.81926516084837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112934762196801, 40.020146163660598 ], [ -75.112848508702598, 40.020476123088002 ], [ -75.1128424464966, 40.020515994994902 ], [ -75.111850848199694, 40.021512673797901 ], [ -75.111841055173997, 40.021561104435598 ], [ -75.111837093738799, 40.021614722026797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11175, "tnode_": 11052, "lpoly_": null, "rpoly_": null, "length": 305.03403728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4636, "l_t_add": 4698, "r_f_add": 4633, "r_t_add": 4699, "st_code": 35200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640404, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24080, "Shape__Length": 121.70756180349748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124524213083504, 40.020734958362503 ], [ -75.124349589063499, 40.021561480308399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11175, "tnode_": 11140, "lpoly_": null, "rpoly_": null, "length": 491.01394494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 156, "r_f_add": 101, "r_t_add": 157, "st_code": 52000, "l_hundred": 100, "r_hundred": 100, "seg_id": 640405, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LURAY ST", "stname": "W LURAY ST", "objectid": 24081, "Shape__Length": 195.17956281355862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124524213083504, 40.020734958362503 ], [ -75.126255574608706, 40.0209468344976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11176, "tnode_": 11057, "lpoly_": null, "rpoly_": null, "length": 284.75931835, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4627, "st_code": 87870, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24082, "Shape__Length": 113.6182285730695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1320114681467, 40.0208861259038 ], [ -75.131848496497199, 40.021657717087002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11176, "tnode_": 11142, "lpoly_": null, "rpoly_": null, "length": 525.419861, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 25420, "l_hundred": 400, "r_hundred": 400, "seg_id": 640407, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24083, "Shape__Length": 208.85880312670284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1320114681467, 40.0208861259038 ], [ -75.1338615372417, 40.021125139673501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11177, "tnode_": 11037, "lpoly_": null, "rpoly_": null, "length": 334.47183430999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 27080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24084, "Shape__Length": 133.46473693451028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116246635454203, 40.020567936603101 ], [ -75.116179617856503, 40.0214846550247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11160, "tnode_": 11177, "lpoly_": null, "rpoly_": null, "length": 208.62459954000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 441, "l_t_add": 499, "r_f_add": 442, "r_t_add": 498, "st_code": 85020, "l_hundred": 400, "r_hundred": 400, "seg_id": 640410, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24085, "Shape__Length": 82.926427427708589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116984796973796, 40.0206447256571 ], [ -75.116246635454203, 40.020567936603101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11178, "tnode_": 10937, "lpoly_": null, "rpoly_": null, "length": 559.87961844999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 61300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24086, "Shape__Length": 223.41377189087314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147113558942607, 40.021289542879501 ], [ -75.147021529480099, 40.022824850044202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11178, "tnode_": 10920, "lpoly_": null, "rpoly_": null, "length": 689.30836141999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 16560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640412, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 24087, "Shape__Length": 274.83372749211338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147113558942607, 40.021289542879501 ], [ -75.1482480748207, 40.022968752271503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11178, "tnode_": 11146, "lpoly_": null, "rpoly_": null, "length": 413.90579447000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1308, "l_t_add": 1398, "r_f_add": 1319, "r_t_add": 1399, "st_code": 83820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640413, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24088, "Shape__Length": 164.53337988248674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147113558942607, 40.021289542879501 ], [ -75.148569336705805, 40.021485204564499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11184, "tnode_": 10952, "lpoly_": null, "rpoly_": null, "length": 551.18880742, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88050, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24089, "Shape__Length": 219.92260405979039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146381158541899, 40.021213621422199 ], [ -75.146048363050795, 40.0227049108099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11184, "tnode_": 11178, "lpoly_": null, "rpoly_": null, "length": 206.9813369, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1306, "r_f_add": 1301, "r_t_add": 1317, "st_code": 83820, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640415, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24090, "Shape__Length": 82.273986548377309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146381158541899, 40.021213621422199 ], [ -75.147113558942607, 40.021289542879501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11186, "tnode_": 10958, "lpoly_": null, "rpoly_": null, "length": 584.65857376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 87850, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24091, "Shape__Length": 233.27722703006148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131012755356394, 40.020751143014003 ], [ -75.130680411066393, 40.022251981908902 ], [ -75.130679235407101, 40.022334500636497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11186, "tnode_": 11176, "lpoly_": null, "rpoly_": null, "length": 284.00300791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 25420, "l_hundred": 300, "r_hundred": 300, "seg_id": 640417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24092, "Shape__Length": 112.89439244942122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131012755356394, 40.020751143014003 ], [ -75.1320114681467, 40.0208861259038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11187, "tnode_": 11089, "lpoly_": null, "rpoly_": null, "length": 297.35646616000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4728, "l_t_add": 4798, "r_f_add": 4727, "r_t_add": 4799, "st_code": 61040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24093, "Shape__Length": 118.47927436117037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087935505820397, 40.0198492850148 ], [ -75.087284810769901, 40.020494287338998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11077, "tnode_": 11187, "lpoly_": null, "rpoly_": null, "length": 432.67741214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 42020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640419, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 24094, "Shape__Length": 172.21713742173458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089171456126905, 40.020561865708402 ], [ -75.087935505820397, 40.0198492850148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11190, "tnode_": 11077, "lpoly_": null, "rpoly_": null, "length": 290.80103786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4722, "r_f_add": 4701, "r_t_add": 4719, "st_code": 43560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640420, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 24095, "Shape__Length": 115.91082117063142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089721382634593, 40.019884746508602 ], [ -75.089171456126905, 40.020561865708402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11200, "tnode_": 10968, "lpoly_": null, "rpoly_": null, "length": 547.39496196000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 20980, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640422, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 24096, "Shape__Length": 218.40977877721409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145596101737397, 40.021113222252801 ], [ -75.145274070220793, 40.022595349963701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11200, "tnode_": 11184, "lpoly_": null, "rpoly_": null, "length": 222.89423373000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 83820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24097, "Shape__Length": 88.602345652256645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145596101737397, 40.021113222252801 ], [ -75.146381158541899, 40.021213621422199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11177, "tnode_": 11201, "lpoly_": null, "rpoly_": null, "length": 445.13153471000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 545, "r_f_add": 500, "r_t_add": 550, "st_code": 85020, "l_hundred": 500, "r_hundred": 500, "seg_id": 640425, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24098, "Shape__Length": 176.94022741873144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116246635454203, 40.020567936603101 ], [ -75.114677098372795, 40.020375713234699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11204, "tnode_": 11142, "lpoly_": null, "rpoly_": null, "length": 133.9051652, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4542, "l_t_add": 4598, "r_f_add": 4543, "r_t_add": 4599, "st_code": 87890, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640426, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24099, "Shape__Length": 53.427132269675575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133941132721205, 40.0207626836863 ], [ -75.1338615372417, 40.021125139673501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11201, "tnode_": 11215, "lpoly_": null, "rpoly_": null, "length": 163.4188212, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 547, "l_t_add": 599, "r_f_add": 552, "r_t_add": 598, "st_code": 85020, "l_hundred": 500, "r_hundred": 500, "seg_id": 640427, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24100, "Shape__Length": 64.959947790680204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114677098372795, 40.020375713234699 ], [ -75.114296633222807, 40.020324935275397 ], [ -75.114101955557999, 40.020300169109603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11213, "tnode_": 11137, "lpoly_": null, "rpoly_": null, "length": 158.88175862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4625, "st_code": 62760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640428, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24101, "Shape__Length": 63.389668177816922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127939283903899, 40.020590254839497 ], [ -75.127827300148695, 40.0210178219413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11216, "tnode_": 11081, "lpoly_": null, "rpoly_": null, "length": 310.58038917000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4630, "l_t_add": 4698, "r_f_add": 4627, "r_t_add": 4699, "st_code": 11020, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 24102, "Shape__Length": 123.92107338814145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122597864593203, 40.020481168601499 ], [ -75.122427173984903, 40.0213235884735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11175, "tnode_": 11216, "lpoly_": null, "rpoly_": null, "length": 547.38626895000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 51980, "l_hundred": 100, "r_hundred": 100, "seg_id": 640432, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LURAY ST", "stname": "E LURAY ST", "objectid": 24103, "Shape__Length": 217.59027846821351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124524213083504, 40.020734958362503 ], [ -75.122597864593203, 40.020481168601499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11219, "tnode_": 10979, "lpoly_": null, "rpoly_": null, "length": 548.545055, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88030, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 24104, "Shape__Length": 218.86977458883175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144803374538796, 40.021006560857302 ], [ -75.1444908084529, 40.022493084036 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11219, "tnode_": 11200, "lpoly_": null, "rpoly_": null, "length": 225.39602444, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 83820, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640434, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24105, "Shape__Length": 89.597682725032797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144803374538796, 40.021006560857302 ], [ -75.145596101737397, 40.021113222252801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11046, "tnode_": 11221, "lpoly_": null, "rpoly_": null, "length": 644.8557261599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 901, "r_t_add": 999, "st_code": 69240, "l_hundred": 0, "r_hundred": 900, "seg_id": 640435, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24106, "Shape__Length": 256.62870837873049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139688395021594, 40.021811364674299 ], [ -75.139810639153893, 40.021714091272798 ], [ -75.141591535157204, 40.020820608438598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11221, "tnode_": 11024, "lpoly_": null, "rpoly_": null, "length": 472.14793083000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 87990, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24107, "Shape__Length": 188.38755935476675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141591535157204, 40.020820608438598 ], [ -75.141330280166898, 40.022101052553701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11223, "tnode_": 11072, "lpoly_": null, "rpoly_": null, "length": 355.3785385, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4668, "r_f_add": 4601, "r_t_add": 4669, "st_code": 87910, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24108, "Shape__Length": 141.79528450841687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136569641347407, 40.020709663469802 ], [ -75.136368665837296, 40.021672905650199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11223, "tnode_": 11080, "lpoly_": null, "rpoly_": null, "length": 412.3830529, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 25420, "l_hundred": 600, "r_hundred": 600, "seg_id": 640438, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24109, "Shape__Length": 164.30788069158135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136569641347407, 40.020709663469802 ], [ -75.136687266878795, 40.020857221298201 ], [ -75.137397129151907, 40.021557899825197 ], [ -75.137475807534102, 40.0215947387304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11228, "tnode_": 11141, "lpoly_": null, "rpoly_": null, "length": 167.51204576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4512, "l_t_add": 4524, "r_f_add": 4509, "r_t_add": 4523, "st_code": 87950, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24110, "Shape__Length": 66.835808446965046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138979891337598, 40.0207869775166 ], [ -75.138878428981798, 40.021240153209902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11229, "tnode_": 10993, "lpoly_": null, "rpoly_": null, "length": 550.49000919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 54140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640440, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 24111, "Shape__Length": 219.64532433910304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1440160504592, 40.020904065739202 ], [ -75.143701185929999, 40.0223957113583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11229, "tnode_": 11219, "lpoly_": null, "rpoly_": null, "length": 223.64751945, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1125, "r_t_add": 1199, "st_code": 83820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640441, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24112, "Shape__Length": 88.901844086504042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1440160504592, 40.020904065739202 ], [ -75.144803374538796, 40.021006560857302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11215, "tnode_": 11234, "lpoly_": null, "rpoly_": null, "length": 285.88492433, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 624, "st_code": 85020, "l_hundred": 600, "r_hundred": 600, "seg_id": 640442, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24113, "Shape__Length": 113.64075050616076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114101955557999, 40.020300169109603 ], [ -75.113095773811395, 40.020168107081197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11234, "tnode_": 11233, "lpoly_": null, "rpoly_": null, "length": 45.79865236, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 625, "l_t_add": 627, "r_f_add": 626, "r_t_add": 628, "st_code": 85020, "l_hundred": 600, "r_hundred": 600, "seg_id": 640444, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24114, "Shape__Length": 18.205337577877199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113095773811395, 40.020168107081197 ], [ -75.112934762196801, 40.020146163660598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11237, "tnode_": 11163, "lpoly_": null, "rpoly_": null, "length": 157.69310695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4612, "r_f_add": 4607, "r_t_add": 4619, "st_code": 68600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640445, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24115, "Shape__Length": 62.901857860189494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126482642395203, 40.020423626831402 ], [ -75.1263107651789, 40.020835850250499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11237, "tnode_": 11213, "lpoly_": null, "rpoly_": null, "length": 412.46067366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 77060, "l_hundred": 100, "r_hundred": 100, "seg_id": 640446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THELMA ST", "stname": "W THELMA ST", "objectid": 24116, "Shape__Length": 163.95160714773493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126482642395203, 40.020423626831402 ], [ -75.127939283903899, 40.020590254839497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11238, "tnode_": 11146, "lpoly_": null, "rpoly_": null, "length": 193.62593739, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4428, "l_t_add": 4498, "r_f_add": 4421, "r_t_add": 4499, "st_code": 19140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640447, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24117, "Shape__Length": 77.254118702458555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148694010308503, 40.020962392452503 ], [ -75.148569336705805, 40.021485204564499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11286, "tnode_": 11177, "lpoly_": null, "rpoly_": null, "length": 225.44259352999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4642, "l_t_add": 4698, "r_f_add": 4643, "r_t_add": 4699, "st_code": 27080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640448, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24118, "Shape__Length": 89.956487650767116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116309094368404, 40.019951063379203 ], [ -75.116291625240194, 40.020203124671802 ], [ -75.116246635454203, 40.020567936603101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11241, "tnode_": 11003, "lpoly_": null, "rpoly_": null, "length": 549.67822574999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 88010, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640449, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 24119, "Shape__Length": 219.32033798942422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143225363280393, 40.020805555129897 ], [ -75.142905575169195, 40.0222943228584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11241, "tnode_": 11229, "lpoly_": null, "rpoly_": null, "length": 224.33984197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1123, "st_code": 83820, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640450, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24120, "Shape__Length": 89.176110063424971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143225363280393, 40.020805555129897 ], [ -75.1440160504592, 40.020904065739202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11242, "tnode_": 11176, "lpoly_": null, "rpoly_": null, "length": 134.15641255999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4542, "l_t_add": 4598, "r_f_add": 4541, "r_t_add": 4599, "st_code": 87870, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24121, "Shape__Length": 53.527507269142411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132089017278801, 40.020522708882801 ], [ -75.1320114681467, 40.0208861259038 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11242, "tnode_": 11204, "lpoly_": null, "rpoly_": null, "length": 526.04587234999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RAYMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 67540, "l_hundred": 400, "r_hundred": 400, "seg_id": 640452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RAYMOND ST", "stname": "W RAYMOND ST", "objectid": 24122, "Shape__Length": 209.10665906076494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132089017278801, 40.020522708882801 ], [ -75.133941132721205, 40.0207626836863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11245, "tnode_": 11223, "lpoly_": null, "rpoly_": null, "length": 368.90067984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 530, "l_t_add": 598, "r_f_add": 555, "r_t_add": 599, "st_code": 12780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-02-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24123, "Shape__Length": 146.63940214184055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135269670479701, 40.020546645456697 ], [ -75.136569641347407, 40.020709663469802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11246, "tnode_": 11168, "lpoly_": null, "rpoly_": null, "length": 162.01088595, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4508, "l_t_add": 4532, "r_f_add": 4521, "r_t_add": 4535, "st_code": 87930, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640454, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24124, "Shape__Length": 64.641633303359413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137681885575105, 40.020624960606703 ], [ -75.137589980744806, 40.021064050856502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11246, "tnode_": 11228, "lpoly_": null, "rpoly_": null, "length": 368.29846345000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 12780, "l_hundred": 700, "r_hundred": 700, "seg_id": 640455, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24125, "Shape__Length": 146.4000512565087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137681885575105, 40.020624960606703 ], [ -75.138979891337598, 40.0207869775166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11171, "tnode_": 11247, "lpoly_": null, "rpoly_": null, "length": 457.40593518999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640456, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24126, "Shape__Length": 182.01671912740403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139895034802706, 40.021151172675403 ], [ -75.141263534455902, 40.020465907336899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11221, "tnode_": 11248, "lpoly_": null, "rpoly_": null, "length": 35.11996568, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1001, "r_t_add": 1099, "st_code": 69240, "l_hundred": 0, "r_hundred": 1000, "seg_id": 640457, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24127, "Shape__Length": 13.983076041614256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141591535157204, 40.020820608438598 ], [ -75.141685592343194, 40.020756849667301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11150, "tnode_": 11252, "lpoly_": null, "rpoly_": null, "length": 340.31934524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1145, "r_f_add": 1100, "r_t_add": 1142, "st_code": 62040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640458, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 24128, "Shape__Length": 135.49078024998619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091826290493202, 40.020167656116897 ], [ -75.090905642569894, 40.019557962336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11253, "tnode_": 11014, "lpoly_": null, "rpoly_": null, "length": 554.5057748700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 81440, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640459, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 24129, "Shape__Length": 221.24552770095832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142444480781506, 40.020696747657702 ], [ -75.1421173085524, 40.022198005244597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11253, "tnode_": 11241, "lpoly_": null, "rpoly_": null, "length": 222.26809866, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 83820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640460, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24130, "Shape__Length": 88.354621379089153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142444480781506, 40.020696747657702 ], [ -75.143225363280393, 40.020805555129897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11259, "tnode_": 11245, "lpoly_": null, "rpoly_": null, "length": 160.2443614, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 520, "l_t_add": 528, "r_f_add": 521, "r_t_add": 553, "st_code": 12780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24131, "Shape__Length": 63.699896414270633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134707609171997, 40.020464415489897 ], [ -75.135269670479701, 40.020546645456697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11261, "tnode_": 10906, "lpoly_": null, "rpoly_": null, "length": 993.20854751999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4678, "r_f_add": 4601, "r_t_add": 4691, "st_code": 21880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640462, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24132, "Shape__Length": 395.89059463704587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095899884333605, 40.019613314796104 ], [ -75.094374867368501, 40.021169043635901 ], [ -75.094290126222404, 40.021313052473197 ], [ -75.094193914849697, 40.021548024914999 ], [ -75.094165686732296, 40.021662929852504 ], [ -75.094154552682596, 40.021919838686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11248, "tnode_": 11263, "lpoly_": null, "rpoly_": null, "length": 104.71123713, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640463, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24133, "Shape__Length": 41.644021973897985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141685592343194, 40.020756849667301 ], [ -75.142029760971099, 40.020644573309902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11263, "tnode_": 11253, "lpoly_": null, "rpoly_": null, "length": 117.69736845, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1013, "st_code": 83820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640464, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24134, "Shape__Length": 46.785204386705828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142029760971099, 40.020644573309902 ], [ -75.142444480781506, 40.020696747657702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11233, "tnode_": 11264, "lpoly_": null, "rpoly_": null, "length": 376.68704977, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 629, "l_t_add": 647, "r_f_add": 630, "r_t_add": 646, "st_code": 85020, "l_hundred": 600, "r_hundred": 600, "seg_id": 640465, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24135, "Shape__Length": 149.73435766180677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112934762196801, 40.020146163660598 ], [ -75.112231745027302, 40.020067025491798 ], [ -75.111608618200407, 40.019975375143197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11265, "tnode_": 11178, "lpoly_": null, "rpoly_": null, "length": 194.6901853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4420, "l_t_add": 4498, "r_f_add": 4421, "r_t_add": 4499, "st_code": 61300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640466, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24136, "Shape__Length": 77.688411251350914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147120074885194, 40.020755118443198 ], [ -75.147113558942607, 40.021289542879501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11265, "tnode_": 11238, "lpoly_": null, "rpoly_": null, "length": 447.23854367999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 17880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 24137, "Shape__Length": 177.78142268769932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147120074885194, 40.020755118443198 ], [ -75.148694010308503, 40.020962392452503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11266, "tnode_": 11186, "lpoly_": null, "rpoly_": null, "length": 132.98581958, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4542, "l_t_add": 4598, "r_f_add": 4543, "r_t_add": 4599, "st_code": 87850, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640468, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24138, "Shape__Length": 53.059907034763732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131092649799101, 40.020391285921797 ], [ -75.131012755356394, 40.020751143014003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11266, "tnode_": 11242, "lpoly_": null, "rpoly_": null, "length": 283.1353923, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RAYMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 67540, "l_hundred": 300, "r_hundred": 300, "seg_id": 640469, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RAYMOND ST", "stname": "W RAYMOND ST", "objectid": 24139, "Shape__Length": 112.54828855556664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131092649799101, 40.020391285921797 ], [ -75.132089017278801, 40.020522708882801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11269, "tnode_": 11238, "lpoly_": null, "rpoly_": null, "length": 89.16182669, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4424, "l_t_add": 4426, "r_f_add": 4415, "r_t_add": 4419, "st_code": 19140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640470, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24140, "Shape__Length": 35.57571939574931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148740535668907, 40.020720260482697 ], [ -75.148694010308503, 40.020962392452503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11269, "tnode_": 11236, "lpoly_": null, "rpoly_": null, "length": 464.3598248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 17880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 24141, "Shape__Length": 184.58881152860508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148740535668907, 40.020720260482697 ], [ -75.1503728869898, 40.020943559119502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11271, "tnode_": 11223, "lpoly_": null, "rpoly_": null, "length": 84.93799219, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4522, "l_t_add": 4598, "r_f_add": 4523, "r_t_add": 4599, "st_code": 87910, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24142, "Shape__Length": 33.888380568004735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136626879998701, 40.020480689104303 ], [ -75.136569641347407, 40.020709663469802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11271, "tnode_": 11246, "lpoly_": null, "rpoly_": null, "length": 300.11865459000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 12780, "l_hundred": 600, "r_hundred": 600, "seg_id": 640473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24143, "Shape__Length": 119.30040174118278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136626879998701, 40.020480689104303 ], [ -75.137681885575105, 40.020624960606703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11272, "tnode_": 11204, "lpoly_": null, "rpoly_": null, "length": 140.39613282, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4530, "l_t_add": 4540, "r_f_add": 4529, "r_t_add": 4541, "st_code": 87890, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640474, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24144, "Shape__Length": 56.017597681459812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1340180116878, 40.020381838955203 ], [ -75.133941132721205, 40.0207626836863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11272, "tnode_": 11259, "lpoly_": null, "rpoly_": null, "length": 195.46820516, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 519, "st_code": 12780, "l_hundred": 500, "r_hundred": 500, "seg_id": 640475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24145, "Shape__Length": 77.698422948564044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1340180116878, 40.020381838955203 ], [ -75.134707609171997, 40.020464415489897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11277, "tnode_": 11237, "lpoly_": null, "rpoly_": null, "length": 86.58509678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4550, "l_t_add": 4598, "r_f_add": 4601, "r_t_add": 4605, "st_code": 68600, "l_hundred": 4500, "r_hundred": 4600, "seg_id": 640476, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24146, "Shape__Length": 34.539822284480096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126568237862401, 40.020195232494501 ], [ -75.126482642395203, 40.020423626831402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11264, "tnode_": 11280, "lpoly_": null, "rpoly_": null, "length": 225.43452068000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 649, "l_t_add": 659, "r_f_add": 648, "r_t_add": 648, "st_code": 85020, "l_hundred": 600, "r_hundred": 600, "seg_id": 640477, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24147, "Shape__Length": 89.611778325191565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111608618200407, 40.019975375143197 ], [ -75.110816108956499, 40.019867212210301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11281, "tnode_": 10906, "lpoly_": null, "rpoly_": null, "length": 920.41724442999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 11280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640478, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24148, "Shape__Length": 367.11187178277555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094412420287696, 40.019543871028702 ], [ -75.094384979111993, 40.019697433307897 ], [ -75.093737716483702, 40.0208745351038 ], [ -75.093991513332398, 40.021464277696197 ], [ -75.094154552682596, 40.021919838686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11261, "tnode_": 11281, "lpoly_": null, "rpoly_": null, "length": 417.37546772000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 61800, "l_hundred": 900, "r_hundred": 900, "seg_id": 640479, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24149, "Shape__Length": 165.891137111598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095899884333605, 40.019613314796104 ], [ -75.094412420287696, 40.019543871028702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11280, "tnode_": 11282, "lpoly_": null, "rpoly_": null, "length": 87.69087156, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 661, "l_t_add": 699, "r_f_add": 650, "r_t_add": 698, "st_code": 85020, "l_hundred": 600, "r_hundred": 600, "seg_id": 640480, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24150, "Shape__Length": 34.855808715095904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110816108956499, 40.019867212210301 ], [ -75.110505673476695, 40.019835908441102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11285, "tnode_": 11213, "lpoly_": null, "rpoly_": null, "length": 154.65363336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4564, "l_t_add": 4598, "r_f_add": 4565, "r_t_add": 4599, "st_code": 62760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640481, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24151, "Shape__Length": 61.700390529102137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128059197071096, 40.020175843472899 ], [ -75.127939283903899, 40.020590254839497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11292, "tnode_": 11272, "lpoly_": null, "rpoly_": null, "length": 261.06947215999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 430, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 12780, "l_hundred": 400, "r_hundred": 400, "seg_id": 640483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24152, "Shape__Length": 103.7778617892433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133100612183398, 40.020254905773299 ], [ -75.1340180116878, 40.020381838955203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11293, "tnode_": 11277, "lpoly_": null, "rpoly_": null, "length": 259.62865323, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 128, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 25420, "l_hundred": 100, "r_hundred": 100, "seg_id": 640484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24153, "Shape__Length": 103.20252359962483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1256532298585, 40.020081012073398 ], [ -75.126568237862401, 40.020195232494501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11416, "tnode_": 11234, "lpoly_": null, "rpoly_": null, "length": 517.71155485999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4620, "l_t_add": 4698, "r_f_add": 4611, "r_t_add": 4699, "st_code": 76660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640485, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 24154, "Shape__Length": 206.37591621483773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114025040054102, 40.018939657276697 ], [ -75.113326586137603, 40.019850715119397 ], [ -75.113095773811395, 40.020168107081197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11282, "tnode_": 11298, "lpoly_": null, "rpoly_": null, "length": 214.24131851, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 798, "st_code": 85020, "l_hundred": 700, "r_hundred": 700, "seg_id": 640487, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24155, "Shape__Length": 85.162008459883509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110505673476695, 40.019835908441102 ], [ -75.109752257260695, 40.019734239308903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11302, "tnode_": 27975, "lpoly_": null, "rpoly_": null, "length": 239.32061418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 83820, "l_hundred": 900, "r_hundred": 900, "seg_id": 640488, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24156, "Shape__Length": 95.130696526966403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140108346215797, 40.020399959441299 ], [ -75.140951570906296, 40.020506261993297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11304, "tnode_": 11242, "lpoly_": null, "rpoly_": null, "length": 140.06779932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4522, "l_t_add": 4540, "r_f_add": 4521, "r_t_add": 4539, "st_code": 87870, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24157, "Shape__Length": 55.884927036706408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1321759564524, 40.020144060540602 ], [ -75.132089017278801, 40.020522708882801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11304, "tnode_": 11292, "lpoly_": null, "rpoly_": null, "length": 262.10373120999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 427, "st_code": 12780, "l_hundred": 400, "r_hundred": 400, "seg_id": 640490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24158, "Shape__Length": 104.18565800848326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1321759564524, 40.020144060540602 ], [ -75.133100612183398, 40.020254905773299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11306, "tnode_": 11175, "lpoly_": null, "rpoly_": null, "length": 283.72926947000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4600, "l_t_add": 4634, "r_f_add": 4601, "r_t_add": 4631, "st_code": 35200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640491, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24159, "Shape__Length": 113.20526122995388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124689802801001, 40.019966563009703 ], [ -75.124524213083504, 40.020734958362503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11306, "tnode_": 11293, "lpoly_": null, "rpoly_": null, "length": 273.03624614, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 129, "st_code": 25420, "l_hundred": 100, "r_hundred": 100, "seg_id": 640492, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COURTLAND ST", "stname": "W COURTLAND ST", "objectid": 24160, "Shape__Length": 108.53084859543708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124689802801001, 40.019966563009703 ], [ -75.1256532298585, 40.020081012073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11298, "tnode_": 11309, "lpoly_": null, "rpoly_": null, "length": 200.62055309, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 735, "l_t_add": 739, "r_f_add": 800, "r_t_add": 848, "st_code": 85020, "l_hundred": 700, "r_hundred": 800, "seg_id": 640493, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24161, "Shape__Length": 79.746193510202644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109752257260695, 40.019734239308903 ], [ -75.109045153912803, 40.019646272725197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11310, "tnode_": 11277, "lpoly_": null, "rpoly_": null, "length": 73.41810961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4542, "l_t_add": 4548, "r_f_add": 4555, "r_t_add": 4599, "st_code": 68600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640494, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24162, "Shape__Length": 29.285012079715646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126649552404601, 40.020003632799501 ], [ -75.126568237862401, 40.020195232494501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11310, "tnode_": 11285, "lpoly_": null, "rpoly_": null, "length": 399.76250066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RAYMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 67540, "l_hundred": 100, "r_hundred": 100, "seg_id": 640495, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RAYMOND ST", "stname": "W RAYMOND ST", "objectid": 24163, "Shape__Length": 158.90502143713002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126649552404601, 40.020003632799501 ], [ -75.128059197071096, 40.020175843472899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11311, "tnode_": 11187, "lpoly_": null, "rpoly_": null, "length": 290.22907508999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4726, "r_f_add": 4701, "r_t_add": 4725, "st_code": 61040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 640496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24164, "Shape__Length": 115.64742831830702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088553498468897, 40.019209761883303 ], [ -75.087935505820397, 40.0198492850148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11190, "tnode_": 11311, "lpoly_": null, "rpoly_": null, "length": 409.21182702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 13380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640497, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 24165, "Shape__Length": 162.87635635141385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089721382634593, 40.019884746508602 ], [ -75.088553498468897, 40.019209761883303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11312, "tnode_": 11228, "lpoly_": null, "rpoly_": null, "length": 191.0286522, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4510, "r_f_add": 4501, "r_t_add": 4507, "st_code": 87950, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640498, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24166, "Shape__Length": 76.217237021694189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139101788845096, 40.0202710236698 ], [ -75.138979891337598, 40.0207869775166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11312, "tnode_": 11302, "lpoly_": null, "rpoly_": null, "length": 285.79884637000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 83820, "l_hundred": 800, "r_hundred": 800, "seg_id": 640499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24167, "Shape__Length": 113.60611499125085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139101788845096, 40.0202710236698 ], [ -75.140108346215797, 40.020399959441299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11316, "tnode_": 11304, "lpoly_": null, "rpoly_": null, "length": 141.81156987, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 320, "l_t_add": 398, "r_f_add": 315, "r_t_add": 399, "st_code": 12780, "l_hundred": 300, "r_hundred": 300, "seg_id": 640500, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24168, "Shape__Length": 56.371011802257698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131677162862303, 40.020077143604396 ], [ -75.1321759564524, 40.020144060540602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11306, "tnode_": 11318, "lpoly_": null, "rpoly_": null, "length": 141.52184969000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 109, "r_f_add": 100, "r_t_add": 128, "st_code": 25400, "l_hundred": 100, "r_hundred": 100, "seg_id": 640501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24169, "Shape__Length": 56.256131161935514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124689802801001, 40.019966563009703 ], [ -75.124192528203494, 40.0198976216926 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11319, "tnode_": 11215, "lpoly_": null, "rpoly_": null, "length": 257.43298768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4638, "l_t_add": 4698, "r_f_add": 4639, "r_t_add": 4699, "st_code": 82820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640502, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24170, "Shape__Length": 102.58643339932141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114634937785794, 40.019726543348099 ], [ -75.114465494149798, 40.019949792176597 ], [ -75.114101955557999, 40.020300169109603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11286, "tnode_": 11319, "lpoly_": null, "rpoly_": null, "length": 475.97478902, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LURAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 51980, "l_hundred": 500, "r_hundred": 500, "seg_id": 640503, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LURAY ST", "stname": "E LURAY ST", "objectid": 24171, "Shape__Length": 189.20226943079774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116309094368404, 40.019951063379203 ], [ -75.114634937785794, 40.019726543348099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11324, "tnode_": 11190, "lpoly_": null, "rpoly_": null, "length": 307.40893201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4680, "l_t_add": 4698, "r_f_add": 4681, "r_t_add": 4699, "st_code": 43560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 24172, "Shape__Length": 122.53241861838859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090296047897496, 40.019165783429102 ], [ -75.089721382634593, 40.019884746508602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11252, "tnode_": 11324, "lpoly_": null, "rpoly_": null, "length": 222.62240984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1147, "l_t_add": 1199, "r_f_add": 1144, "r_t_add": 1198, "st_code": 62040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640505, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 24173, "Shape__Length": 88.626708983138229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090905642569894, 40.019557962336997 ], [ -75.090296047897496, 40.019165783429102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11325, "tnode_": 11266, "lpoly_": null, "rpoly_": null, "length": 142.05312447, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4530, "l_t_add": 4540, "r_f_add": 4529, "r_t_add": 4541, "st_code": 87850, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24174, "Shape__Length": 56.677846605692544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1311746002403, 40.020006456936201 ], [ -75.131092649799101, 40.020391285921797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11325, "tnode_": 11316, "lpoly_": null, "rpoly_": null, "length": 143.09246659, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 318, "r_f_add": 301, "r_t_add": 313, "st_code": 12780, "l_hundred": 300, "r_hundred": 300, "seg_id": 640507, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24175, "Shape__Length": 56.880757403035631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1311746002403, 40.020006456936201 ], [ -75.131677162862303, 40.020077143604396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11309, "tnode_": 11326, "lpoly_": null, "rpoly_": null, "length": 205.51825974000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 741, "l_t_add": 755, "r_f_add": 850, "r_t_add": 898, "st_code": 85020, "l_hundred": 700, "r_hundred": 800, "seg_id": 640508, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24176, "Shape__Length": 81.694946864025496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109045153912803, 40.019646272725197 ], [ -75.108323136979095, 40.019545635245102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11327, "tnode_": 11312, "lpoly_": null, "rpoly_": null, "length": 181.16252810999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 83820, "l_hundred": 700, "r_hundred": 700, "seg_id": 640509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24177, "Shape__Length": 72.01433913421252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138465675097393, 40.020180867167703 ], [ -75.139101788845096, 40.0202710236698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11101, "tnode_": 27974, "lpoly_": null, "rpoly_": null, "length": 359.24580648, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 800, "r_hundred": 0, "seg_id": 640510, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24178, "Shape__Length": 142.93883045163659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138844884019605, 40.021490618769697 ], [ -75.139943396064993, 40.020981467955998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11329, "tnode_": 11247, "lpoly_": null, "rpoly_": null, "length": 122.47510355, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640511, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24179, "Shape__Length": 48.813714174120392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141503359680499, 40.020184771321297 ], [ -75.141263534455902, 40.020465907336899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11326, "tnode_": 11330, "lpoly_": null, "rpoly_": null, "length": 287.91616437, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 757, "l_t_add": 799, "r_f_add": 900, "r_t_add": 910, "st_code": 85020, "l_hundred": 700, "r_hundred": 900, "seg_id": 640513, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 24180, "Shape__Length": 114.44454047678343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108323136979095, 40.019545635245102 ], [ -75.107307085865997, 40.019425584105697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11331, "tnode_": 11325, "lpoly_": null, "rpoly_": null, "length": 164.17303397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 12780, "l_hundred": 200, "r_hundred": 200, "seg_id": 640514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24181, "Shape__Length": 65.279468494175603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130621275580694, 40.019869908444399 ], [ -75.130715129570603, 40.019917314100397 ], [ -75.1311746002403, 40.020006456936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11332, "tnode_": 11246, "lpoly_": null, "rpoly_": null, "length": 195.55356431000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4506, "r_f_add": 4501, "r_t_add": 4519, "st_code": 87930, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640515, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24182, "Shape__Length": 78.021284689023418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137813644323401, 40.020097787460102 ], [ -75.137681885575105, 40.020624960606703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11332, "tnode_": 11327, "lpoly_": null, "rpoly_": null, "length": 185.10972572, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 715, "st_code": 83820, "l_hundred": 700, "r_hundred": 700, "seg_id": 640516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24183, "Shape__Length": 73.581517758343765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137813644323401, 40.020097787460102 ], [ -75.138465675097393, 40.020180867167703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11336, "tnode_": 11216, "lpoly_": null, "rpoly_": null, "length": 276.79448696999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4628, "r_f_add": 4601, "r_t_add": 4625, "st_code": 11020, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 24184, "Shape__Length": 110.43847470263503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122755742085303, 40.019731092654801 ], [ -75.122597864593203, 40.020481168601499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11318, "tnode_": 11336, "lpoly_": null, "rpoly_": null, "length": 406.95971663, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 111, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 25400, "l_hundred": 100, "r_hundred": 100, "seg_id": 640518, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24185, "Shape__Length": 161.76370773947454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124192528203494, 40.0198976216926 ], [ -75.122755742085303, 40.019731092654801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11338, "tnode_": 11332, "lpoly_": null, "rpoly_": null, "length": 154.96308885, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 618, "l_t_add": 698, "r_f_add": 617, "r_t_add": 699, "st_code": 83820, "l_hundred": 600, "r_hundred": 600, "seg_id": 640519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24186, "Shape__Length": 61.59744970058032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137267059524106, 40.020031778262002 ], [ -75.137813644323401, 40.020097787460102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11311, "tnode_": 11372, "lpoly_": null, "rpoly_": null, "length": 307.51658079000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1325, "r_f_add": 1300, "r_t_add": 1318, "st_code": 13380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640522, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 24187, "Shape__Length": 122.39798305961854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088553498468897, 40.019209761883303 ], [ -75.087675708715395, 40.018702674326001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11344, "tnode_": 11271, "lpoly_": null, "rpoly_": null, "length": 189.7034396, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4520, "r_f_add": 4501, "r_t_add": 4521, "st_code": 87910, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24188, "Shape__Length": 75.689040026804761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136742202982902, 40.019967534075299 ], [ -75.136626879998701, 40.020480689104303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11344, "tnode_": 11338, "lpoly_": null, "rpoly_": null, "length": 148.85189602, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 615, "st_code": 83820, "l_hundred": 600, "r_hundred": 600, "seg_id": 640524, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24189, "Shape__Length": 59.168358855327412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136742202982902, 40.019967534075299 ], [ -75.137267059524106, 40.020031778262002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11346, "tnode_": 11094, "lpoly_": null, "rpoly_": null, "length": 596.33650068999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 31220, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640525, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 24190, "Shape__Length": 237.90867823327079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121946975175206, 40.0196290312782 ], [ -75.121630046561407, 40.021148599395097 ], [ -75.121541349223307, 40.021219029755102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11336, "tnode_": 11346, "lpoly_": null, "rpoly_": null, "length": 229.549554, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 234, "st_code": 25400, "l_hundred": 200, "r_hundred": 200, "seg_id": 640526, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24191, "Shape__Length": 91.245649092624788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122755742085303, 40.019731092654801 ], [ -75.121946975175206, 40.0196290312782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11347, "tnode_": 11285, "lpoly_": null, "rpoly_": null, "length": 157.30903837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4540, "l_t_add": 4562, "r_f_add": 4541, "r_t_add": 4563, "st_code": 62760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640527, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24192, "Shape__Length": 62.7606429901235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128174485705102, 40.019753206377601 ], [ -75.128059197071096, 40.020175843472899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11350, "tnode_": 11074, "lpoly_": null, "rpoly_": null, "length": 775.71821432000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4664, "r_f_add": 4601, "r_t_add": 4665, "st_code": 49200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 24193, "Shape__Length": 309.13667448985012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0933554934673, 40.018990429960901 ], [ -75.091772116916303, 40.020737572537698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11281, "tnode_": 11350, "lpoly_": null, "rpoly_": null, "length": 358.15767814000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 61800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640529, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24194, "Shape__Length": 142.53008588020475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094412420287696, 40.019543871028702 ], [ -75.0933554934673, 40.018990429960901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11346, "tnode_": 11352, "lpoly_": null, "rpoly_": null, "length": 152.67645044, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 235, "l_t_add": 299, "r_f_add": 236, "r_t_add": 298, "st_code": 25400, "l_hundred": 200, "r_hundred": 200, "seg_id": 640530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24195, "Shape__Length": 60.689354583206303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121946975175206, 40.0196290312782 ], [ -75.121409907600693, 40.019557265877701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11353, "tnode_": 11269, "lpoly_": null, "rpoly_": null, "length": 206.19794147000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4422, "r_f_add": 4401, "r_t_add": 4413, "st_code": 19140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640531, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24196, "Shape__Length": 82.270974147833812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148861836710495, 40.020161958184403 ], [ -75.148740535668907, 40.020720260482697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11354, "tnode_": 11286, "lpoly_": null, "rpoly_": null, "length": 175.01377411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4620, "l_t_add": 4640, "r_f_add": 4621, "r_t_add": 4641, "st_code": 27080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640532, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24197, "Shape__Length": 69.833697192236201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116359736328107, 40.019472209904599 ], [ -75.116309094368404, 40.019951063379203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29558, "tnode_": 11245, "lpoly_": null, "rpoly_": null, "length": 236.061572, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 33240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640533, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24198, "Shape__Length": 94.18564895172085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135410794239306, 40.019907776325901 ], [ -75.135269670479701, 40.020546645456697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11366, "tnode_": 11319, "lpoly_": null, "rpoly_": null, "length": 152.53785015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4618, "l_t_add": 4636, "r_f_add": 4619, "r_t_add": 4637, "st_code": 82820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640534, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24199, "Shape__Length": 60.815934508406158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114886077858898, 40.019354985576797 ], [ -75.114634937785794, 40.019726543348099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11370, "tnode_": 11310, "lpoly_": null, "rpoly_": null, "length": 159.00706629000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4528, "l_t_add": 4540, "r_f_add": 4535, "r_t_add": 4553, "st_code": 68600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640535, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24200, "Shape__Length": 63.427296528288316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126814880874903, 40.019586057730002 ], [ -75.126649552404601, 40.020003632799501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11370, "tnode_": 11347, "lpoly_": null, "rpoly_": null, "length": 385.63425588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SABER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 70600, "l_hundred": 100, "r_hundred": 100, "seg_id": 640536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SABER ST", "stname": "SABER ST", "objectid": 24201, "Shape__Length": 153.28830098336584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126814880874903, 40.019586057730002 ], [ -75.128174485705102, 40.019753206377601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11375, "tnode_": 11259, "lpoly_": null, "rpoly_": null, "length": 275.25869474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 67820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640537, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-07-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24202, "Shape__Length": 109.82468312565699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134871593756102, 40.019719390030303 ], [ -75.134707609171997, 40.020464415489897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11375, "tnode_": 11364, "lpoly_": null, "rpoly_": null, "length": 160.37824558, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 526, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 83820, "l_hundred": 500, "r_hundred": 500, "seg_id": 640538, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24203, "Shape__Length": 63.750350143749451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134871593756102, 40.019719390030303 ], [ -75.135436495846506, 40.019791422264902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11376, "tnode_": 11265, "lpoly_": null, "rpoly_": null, "length": 296.80161112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4418, "r_f_add": 4401, "r_t_add": 4419, "st_code": 61300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640539, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24204, "Shape__Length": 118.43322585060118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147142239139498, 40.019940540615103 ], [ -75.147120074885194, 40.020755118443198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11376, "tnode_": 11353, "lpoly_": null, "rpoly_": null, "length": 488.32798802999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1301, "r_t_add": 1399, "st_code": 69240, "l_hundred": 0, "r_hundred": 1300, "seg_id": 640540, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24205, "Shape__Length": 194.11160731474104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147142239139498, 40.019940540615103 ], [ -75.148861836710495, 40.020161958184403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11377, "tnode_": 11366, "lpoly_": null, "rpoly_": null, "length": 27.33649489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4617, "l_t_add": 4617, "r_f_add": 4616, "r_t_add": 4616, "st_code": 82820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640541, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24206, "Shape__Length": 10.894732231577585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114940326203495, 40.019292602503199 ], [ -75.114886077858898, 40.019354985576797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11354, "tnode_": 11377, "lpoly_": null, "rpoly_": null, "length": 402.89680455999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 77040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640542, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THELMA ST", "stname": "E THELMA ST", "objectid": 24207, "Shape__Length": 160.1503417460018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116359736328107, 40.019472209904599 ], [ -75.114940326203495, 40.019292602503199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11379, "tnode_": 11272, "lpoly_": null, "rpoly_": null, "length": 278.96173858000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4528, "r_f_add": 4501, "r_t_add": 4527, "st_code": 87890, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640543, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24208, "Shape__Length": 111.30010020054065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134196751916903, 40.019628487107298 ], [ -75.1340180116878, 40.020381838955203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11379, "tnode_": 11375, "lpoly_": null, "rpoly_": null, "length": 191.88796624, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 523, "st_code": 83820, "l_hundred": 500, "r_hundred": 500, "seg_id": 640544, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24209, "Shape__Length": 76.27628162041691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134196751916903, 40.019628487107298 ], [ -75.134871593756102, 40.019719390030303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11380, "tnode_": 11128, "lpoly_": null, "rpoly_": null, "length": 588.15433091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 69360, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640545, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 24210, "Shape__Length": 234.66750244267706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1194171501174, 40.019324253290399 ], [ -75.119099868671896, 40.020808286403003 ], [ -75.119123426103599, 40.020917399096398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11353, "tnode_": 11359, "lpoly_": null, "rpoly_": null, "length": 475.47114933, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 21960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640547, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2003-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24211, "Shape__Length": 189.00733640902405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148861836710495, 40.020161958184403 ], [ -75.149027796927797, 40.020141470115099 ], [ -75.149094942688507, 40.020125935614203 ], [ -75.149167630298805, 40.020110525694399 ], [ -75.149338592471494, 40.020063230734102 ], [ -75.150528845951399, 40.020194001409301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11099, "tnode_": 11387, "lpoly_": null, "rpoly_": null, "length": 1256.15824888, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640548, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24212, "Shape__Length": 499.79963245986761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139813751530198, 40.021523839221501 ], [ -75.141531232809299, 40.020674403989702 ], [ -75.142370483146905, 40.0202434044431 ], [ -75.142909590628193, 40.0200062872538 ], [ -75.143343148766107, 40.019839755219103 ], [ -75.143656228947606, 40.019764763560097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11248, "tnode_": 11387, "lpoly_": null, "rpoly_": null, "length": 661.14306814000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9275, "l_hundred": 0, "r_hundred": 0, "seg_id": 640549, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2012-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD RAMP B", "stname": "W ROOSEVELT BLVD RAMP B", "objectid": 24213, "Shape__Length": 263.09171024033662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141685592343194, 40.020756849667301 ], [ -75.141749226630793, 40.020697227470897 ], [ -75.142074748183603, 40.020528619083301 ], [ -75.1429132930935, 40.0201158453361 ], [ -75.143331994186994, 40.0199210002218 ], [ -75.143656228947606, 40.019764763560097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11388, "tnode_": 11144, "lpoly_": null, "rpoly_": null, "length": 590.40210144000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 20720, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 24214, "Shape__Length": 235.56354369401018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118645736351993, 40.0192099439383 ], [ -75.118300715070006, 40.020808812620601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11380, "tnode_": 11388, "lpoly_": null, "rpoly_": null, "length": 220.0342893, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 25400, "l_hundred": 300, "r_hundred": 300, "seg_id": 640551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24215, "Shape__Length": 87.466130183439745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1194171501174, 40.019324253290399 ], [ -75.118645736351993, 40.0192099439383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11389, "tnode_": 11292, "lpoly_": null, "rpoly_": null, "length": 274.85232047, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 49660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24216, "Shape__Length": 109.66318376018742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133257565262198, 40.019510115721701 ], [ -75.133100612183398, 40.020254905773299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11389, "tnode_": 11379, "lpoly_": null, "rpoly_": null, "length": 266.55783269, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 430, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 83820, "l_hundred": 400, "r_hundred": 400, "seg_id": 640553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24217, "Shape__Length": 105.95619211263454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133257565262198, 40.019510115721701 ], [ -75.134196751916903, 40.019628487107298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11390, "tnode_": 11336, "lpoly_": null, "rpoly_": null, "length": 147.17368119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 11020, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640554, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 24218, "Shape__Length": 58.719871696636829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122843800051996, 40.019332796468397 ], [ -75.122755742085303, 40.019731092654801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11438, "tnode_": 11353, "lpoly_": null, "rpoly_": null, "length": 214.62053754, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4342, "l_t_add": 4398, "r_f_add": 4343, "r_t_add": 4399, "st_code": 19140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640555, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24219, "Shape__Length": 85.629637620627605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148995781779803, 40.019581879843997 ], [ -75.148956406764995, 40.019751438202199 ], [ -75.148938001686204, 40.019838117392503 ], [ -75.148861836710495, 40.020161958184403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11387, "tnode_": 11323, "lpoly_": null, "rpoly_": null, "length": 3264.2789199599997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640556, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24220, "Shape__Length": 1297.5595590127978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143656228947606, 40.019764763560097 ], [ -75.144091209222495, 40.019660153049003 ], [ -75.144736356054693, 40.0195291314512 ], [ -75.145082038131903, 40.019497248827399 ], [ -75.1456714130275, 40.019473099046401 ], [ -75.145952390648603, 40.0194816779482 ], [ -75.146204065269401, 40.019494494149598 ], [ -75.146263293621203, 40.019498973623797 ], [ -75.146444922479105, 40.019512709417597 ], [ -75.146947658682294, 40.019577074448797 ], [ -75.147079433515799, 40.019593876924098 ], [ -75.149108733681103, 40.0198566703395 ], [ -75.149367612924706, 40.019884801490399 ], [ -75.150600989923703, 40.020044910394802 ], [ -75.152178818778495, 40.020261835184598 ], [ -75.153788111659594, 40.0204538659614 ], [ -75.155147683385593, 40.020602353374002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11366, "tnode_": 11416, "lpoly_": null, "rpoly_": null, "length": 284.69464775999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 77040, "l_hundred": 600, "r_hundred": 600, "seg_id": 640558, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THELMA ST", "stname": "E THELMA ST", "objectid": 24221, "Shape__Length": 113.27961304833306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114886077858898, 40.019354985576797 ], [ -75.114366150419997, 40.019106365891901 ], [ -75.114098516245406, 40.018975566891498 ], [ -75.114025040054102, 40.018939657276697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11394, "tnode_": 11311, "lpoly_": null, "rpoly_": null, "length": 301.98631504000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4654, "l_t_add": 4698, "r_f_add": 4659, "r_t_add": 4699, "st_code": 61040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24222, "Shape__Length": 120.33525198173193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089188700061101, 40.018539906389101 ], [ -75.088553498468897, 40.019209761883303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11324, "tnode_": 11394, "lpoly_": null, "rpoly_": null, "length": 384.93440264999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 62040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640560, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 24223, "Shape__Length": 153.20559090332196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090296047897496, 40.019165783429102 ], [ -75.089188700061101, 40.018539906389101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11400, "tnode_": 11149, "lpoly_": null, "rpoly_": null, "length": 593.2344711400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 18480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640562, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 24224, "Shape__Length": 236.69378913949188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117902618266797, 40.019116881768099 ], [ -75.117559233869997, 40.020723838631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11388, "tnode_": 11400, "lpoly_": null, "rpoly_": null, "length": 210.87622125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 414, "st_code": 25400, "l_hundred": 400, "r_hundred": 400, "seg_id": 640563, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24225, "Shape__Length": 83.822257012713578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118645736351993, 40.0192099439383 ], [ -75.117902618266797, 40.019116881768099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11402, "tnode_": 11347, "lpoly_": null, "rpoly_": null, "length": 161.04311073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4518, "l_t_add": 4538, "r_f_add": 4519, "r_t_add": 4539, "st_code": 62760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640564, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24226, "Shape__Length": 64.250238529452176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128291189286799, 40.019320325305202 ], [ -75.128174485705102, 40.019753206377601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11403, "tnode_": 11304, "lpoly_": null, "rpoly_": null, "length": 275.06551668999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4520, "r_f_add": 4501, "r_t_add": 4519, "st_code": 87870, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24227, "Shape__Length": 109.74839054598404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132330720282596, 40.019398407090598 ], [ -75.1321759564524, 40.020144060540602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11403, "tnode_": 11389, "lpoly_": null, "rpoly_": null, "length": 262.76092719000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 83820, "l_hundred": 400, "r_hundred": 400, "seg_id": 640566, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24228, "Shape__Length": 104.4458495157172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132330720282596, 40.019398407090598 ], [ -75.133257565262198, 40.019510115721701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11405, "tnode_": 11051, "lpoly_": null, "rpoly_": null, "length": 900.12648797999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 67300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640567, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 24229, "Shape__Length": 359.01237850540133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101725892901101, 40.018733359833099 ], [ -75.100627843725405, 40.021055619645601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11414, "tnode_": 11316, "lpoly_": null, "rpoly_": null, "length": 277.21828421000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 61580, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640569, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 24230, "Shape__Length": 110.60762177142422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131830134439298, 40.019325289535999 ], [ -75.131677162862303, 40.020077143604396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11414, "tnode_": 11403, "lpoly_": null, "rpoly_": null, "length": 142.71188798, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 322, "l_t_add": 398, "r_f_add": 321, "r_t_add": 399, "st_code": 83820, "l_hundred": 300, "r_hundred": 300, "seg_id": 640570, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24231, "Shape__Length": 56.729455904687633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131830134439298, 40.019325289535999 ], [ -75.132330720282596, 40.019398407090598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11415, "tnode_": 11160, "lpoly_": null, "rpoly_": null, "length": 595.31060932000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 44100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640571, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 24232, "Shape__Length": 237.5402027996727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117157500570499, 40.019015929945603 ], [ -75.116984796973796, 40.0206447256571 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11400, "tnode_": 11415, "lpoly_": null, "rpoly_": null, "length": 211.909126, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 415, "l_t_add": 433, "r_f_add": 416, "r_t_add": 434, "st_code": 25400, "l_hundred": 400, "r_hundred": 400, "seg_id": 640572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24233, "Shape__Length": 84.234136116376263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117902618266797, 40.019116881768099 ], [ -75.117157500570499, 40.019015929945603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11421, "tnode_": 11325, "lpoly_": null, "rpoly_": null, "length": 276.84269758, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4528, "r_f_add": 4501, "r_t_add": 4527, "st_code": 87850, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640577, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24234, "Shape__Length": 110.4567525489209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131333862375499, 40.019256420071798 ], [ -75.1311746002403, 40.020006456936201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11421, "tnode_": 11414, "lpoly_": null, "rpoly_": null, "length": 141.24216744999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 320, "r_f_add": 301, "r_t_add": 319, "st_code": 83820, "l_hundred": 300, "r_hundred": 300, "seg_id": 640578, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24235, "Shape__Length": 56.14443810751694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131333862375499, 40.019256420071798 ], [ -75.131830134439298, 40.019325289535999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11423, "tnode_": 11370, "lpoly_": null, "rpoly_": null, "length": 161.12752794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4514, "l_t_add": 4526, "r_f_add": 4527, "r_t_add": 4533, "st_code": 68600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640579, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24236, "Shape__Length": 64.27196453754047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126985438727203, 40.019163629157198 ], [ -75.126814880874903, 40.019586057730002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11423, "tnode_": 11402, "lpoly_": null, "rpoly_": null, "length": 370.14364108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12780, "l_hundred": 100, "r_hundred": 100, "seg_id": 640580, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ANNSBURY ST", "stname": "W ANNSBURY ST", "objectid": 24237, "Shape__Length": 147.12923895991403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126985438727203, 40.019163629157198 ], [ -75.128291189286799, 40.019320325305202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11425, "tnode_": 11354, "lpoly_": null, "rpoly_": null, "length": 202.13431658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4619, "st_code": 27080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24238, "Shape__Length": 80.655405958741213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116406958837501, 40.018918516022701 ], [ -75.116359736328107, 40.019472209904599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11415, "tnode_": 11425, "lpoly_": null, "rpoly_": null, "length": 213.18740195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 435, "l_t_add": 499, "r_f_add": 436, "r_t_add": 498, "st_code": 25400, "l_hundred": 400, "r_hundred": 400, "seg_id": 640582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24239, "Shape__Length": 84.74132022137762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117157500570499, 40.019015929945603 ], [ -75.116406958837501, 40.018918516022701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11433, "tnode_": 11331, "lpoly_": null, "rpoly_": null, "length": 249.39849497, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 18100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 24240, "Shape__Length": 99.509738173854487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130741501522095, 40.019191548490703 ], [ -75.130621275580694, 40.019869908444399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11433, "tnode_": 11421, "lpoly_": null, "rpoly_": null, "length": 167.58353370999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 268, "l_t_add": 298, "r_f_add": 269, "r_t_add": 299, "st_code": 83820, "l_hundred": 200, "r_hundred": 200, "seg_id": 640586, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24241, "Shape__Length": 66.612114854143314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130741501522095, 40.019191548490703 ], [ -75.131333862375499, 40.019256420071798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11425, "tnode_": 11443, "lpoly_": null, "rpoly_": null, "length": 307.86271087, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 532, "st_code": 25400, "l_hundred": 500, "r_hundred": 500, "seg_id": 640587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24242, "Shape__Length": 122.37559791740706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116406958837501, 40.018918516022701 ], [ -75.115324675144393, 40.018770879764901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11263, "tnode_": 11510, "lpoly_": null, "rpoly_": null, "length": 1566.8729809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9275, "l_hundred": 0, "r_hundred": 0, "seg_id": 640588, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP B", "stname": "W ROOSEVELT BLVD RAMP B", "objectid": 24243, "Shape__Length": 623.16015118575399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142029760971099, 40.020644573309902 ], [ -75.142366247739204, 40.020559566598102 ], [ -75.144588582757095, 40.020088557668998 ], [ -75.145110154744302, 40.019961351577301 ], [ -75.145368961533194, 40.019874528981603 ], [ -75.1455936043847, 40.019780310260998 ], [ -75.145923524461907, 40.0196355112869 ], [ -75.146396817867199, 40.019416142151798 ], [ -75.147060566846605, 40.0191029270147 ], [ -75.147146248600393, 40.019019528277298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11438, "tnode_": 11426, "lpoly_": null, "rpoly_": null, "length": 241.34861388000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 74120, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640591, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 24244, "Shape__Length": 95.937255738899822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148995781779803, 40.019581879843997 ], [ -75.149421326882404, 40.019640839959301 ], [ -75.149844333473396, 40.0196972217514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11439, "tnode_": 11379, "lpoly_": null, "rpoly_": null, "length": 135.55060405, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4446, "l_t_add": 4498, "r_f_add": 4439, "r_t_add": 4499, "st_code": 87890, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640592, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24245, "Shape__Length": 54.08342453345454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134270467274504, 40.019260726025003 ], [ -75.134196751916903, 40.019628487107298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11442, "tnode_": 11433, "lpoly_": null, "rpoly_": null, "length": 171.4165232, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 248, "l_t_add": 266, "r_f_add": 241, "r_t_add": 267, "st_code": 83820, "l_hundred": 200, "r_hundred": 200, "seg_id": 640596, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24246, "Shape__Length": 68.13815467350345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130138524720095, 40.0191109366977 ], [ -75.130741501522095, 40.019191548490703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11443, "tnode_": 11377, "lpoly_": null, "rpoly_": null, "length": 218.42409296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4614, "r_f_add": 4601, "r_t_add": 4615, "st_code": 82820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640597, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24247, "Shape__Length": 87.073367349077046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115324675144393, 40.018770879764901 ], [ -75.114940326203495, 40.019292602503199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11450, "tnode_": 11252, "lpoly_": null, "rpoly_": null, "length": 565.77695706999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 58880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPLES ST", "stname": "NAPLES ST", "objectid": 24248, "Shape__Length": 225.51811786805172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091956873785307, 40.018231714636798 ], [ -75.090905642569894, 40.019557962336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11350, "tnode_": 11450, "lpoly_": null, "rpoly_": null, "length": 479.41871198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1129, "r_f_add": 1100, "r_t_add": 1128, "st_code": 61800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640602, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24249, "Shape__Length": 190.79617243488087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0933554934673, 40.018990429960901 ], [ -75.091956873785307, 40.018231714636798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11443, "tnode_": 28284, "lpoly_": null, "rpoly_": null, "length": 281.18800093, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 533, "l_t_add": 551, "r_f_add": 534, "r_t_add": 550, "st_code": 25400, "l_hundred": 500, "r_hundred": 500, "seg_id": 640603, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24250, "Shape__Length": 111.76789443395174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115324675144393, 40.018770879764901 ], [ -75.114744626977597, 40.018716311892398 ], [ -75.114331247851396, 40.018661094140697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11247, "tnode_": 11457, "lpoly_": null, "rpoly_": null, "length": 1449.1234421300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640604, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24251, "Shape__Length": 576.21324792077087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141263534455902, 40.020465907336899 ], [ -75.142083887776394, 40.020084847661103 ], [ -75.142469560573602, 40.019929395097002 ], [ -75.142886612152793, 40.019780735608997 ], [ -75.143262743267101, 40.019667636146202 ], [ -75.143635125247897, 40.019576971390599 ], [ -75.144097558219499, 40.019494774277298 ], [ -75.144688880039496, 40.019419912936797 ], [ -75.145364631551701, 40.019388896301599 ], [ -75.146139651787294, 40.019392211202103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11460, "tnode_": 11389, "lpoly_": null, "rpoly_": null, "length": 140.01750687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4436, "l_t_add": 4498, "r_f_add": 4437, "r_t_add": 4499, "st_code": 49660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24252, "Shape__Length": 55.864828896780068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133339100859999, 40.019130897514202 ], [ -75.133257565262198, 40.019510115721701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11460, "tnode_": 11439, "lpoly_": null, "rpoly_": null, "length": 265.11070392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASKEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 21800, "l_hundred": 400, "r_hundred": 400, "seg_id": 640607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASKEY ST", "stname": "CASKEY ST", "objectid": 24253, "Shape__Length": 105.38274172063043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133339100859999, 40.019130897514202 ], [ -75.134270467274504, 40.019260726025003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11461, "tnode_": 11350, "lpoly_": null, "rpoly_": null, "length": 373.79803364000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 49200, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 24254, "Shape__Length": 148.95581872588809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094130558296001, 40.018155083235101 ], [ -75.0933554934673, 40.018990429960901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11461, "tnode_": 11281, "lpoly_": null, "rpoly_": null, "length": 521.80507244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 11280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24255, "Shape__Length": 208.16405918340902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094130558296001, 40.018155083235101 ], [ -75.094225448858495, 40.018334391869097 ], [ -75.094320345031207, 40.018537293257403 ], [ -75.094457193576503, 40.018881049649302 ], [ -75.094412420287696, 40.019543871028702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28285, "tnode_": 11416, "lpoly_": null, "rpoly_": null, "length": 124.04070319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4618, "r_f_add": 4601, "r_t_add": 4609, "st_code": 76660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640610, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 24256, "Shape__Length": 49.439194355074221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114262469102897, 40.018652219761798 ], [ -75.114025040054102, 40.018939657276697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11329, "tnode_": 11469, "lpoly_": null, "rpoly_": null, "length": 622.65731770999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 640614, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24257, "Shape__Length": 247.71549417463763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141503359680499, 40.020184771321297 ], [ -75.1422285207166, 40.019820529150898 ], [ -75.142864100653298, 40.019543029874797 ], [ -75.143344221345899, 40.019378361493203 ], [ -75.143439473364097, 40.019354162569599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11472, "tnode_": 11364, "lpoly_": null, "rpoly_": null, "length": 269.39319485, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 33240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640615, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24258, "Shape__Length": 107.48262607074032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135602047236006, 40.019062941980899 ], [ -75.135436495846506, 40.019791422264902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11469, "tnode_": 11457, "lpoly_": null, "rpoly_": null, "length": 764.50492430999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9285, "l_hundred": 0, "r_hundred": 0, "seg_id": 640618, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD RAMP E", "stname": "W ROOSEVELT BLVD RAMP E", "objectid": 24259, "Shape__Length": 303.88211286265624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143439473364097, 40.019354162569599 ], [ -75.143942871274007, 40.0192865221278 ], [ -75.144299362643395, 40.019247758326202 ], [ -75.144733441639701, 40.019231124068398 ], [ -75.145291765696101, 40.019268066441803 ], [ -75.145765988658198, 40.019327375827999 ], [ -75.146139651787294, 40.019392211202103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11480, "tnode_": 11402, "lpoly_": null, "rpoly_": null, "length": 158.26656679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4516, "r_f_add": 4501, "r_t_add": 4517, "st_code": 62760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640619, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 24260, "Shape__Length": 63.140591791825379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128414073601604, 40.018896262124201 ], [ -75.128291189286799, 40.019320325305202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11486, "tnode_": 11375, "lpoly_": null, "rpoly_": null, "length": 268.69975265, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 67820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640621, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24261, "Shape__Length": 107.20764555822655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1350243351188, 40.018991185443198 ], [ -75.134871593756102, 40.019719390030303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11486, "tnode_": 11472, "lpoly_": null, "rpoly_": null, "length": 163.9044312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 528, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 17880, "l_hundred": 500, "r_hundred": 500, "seg_id": 640622, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 24262, "Shape__Length": 65.150965681045079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1350243351188, 40.018991185443198 ], [ -75.135602047236006, 40.019062941980899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11489, "tnode_": 11264, "lpoly_": null, "rpoly_": null, "length": 648.99168747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 82680, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640623, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 24263, "Shape__Length": 258.67008882041591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112853845668496, 40.018473337325602 ], [ -75.112663114607201, 40.018727546022099 ], [ -75.111608618200407, 40.019975375143197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11485, "tnode_": 11489, "lpoly_": null, "rpoly_": null, "length": 94.14018668, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 571, "l_t_add": 599, "r_f_add": 570, "r_t_add": 598, "st_code": 25400, "l_hundred": 500, "r_hundred": 500, "seg_id": 640624, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24264, "Shape__Length": 37.419572075917927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113185953478805, 40.018513119275099 ], [ -75.112853845668496, 40.018473337325602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11491, "tnode_": 11439, "lpoly_": null, "rpoly_": null, "length": 134.20652973, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4430, "l_t_add": 4444, "r_f_add": 4427, "r_t_add": 4437, "st_code": 87890, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640625, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24265, "Shape__Length": 53.546193129013766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134348313354806, 40.018897207313799 ], [ -75.134270467274504, 40.019260726025003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11491, "tnode_": 11486, "lpoly_": null, "rpoly_": null, "length": 192.41165035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 527, "st_code": 17880, "l_hundred": 500, "r_hundred": 500, "seg_id": 640626, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 24266, "Shape__Length": 76.484194574125738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134348313354806, 40.018897207313799 ], [ -75.1350243351188, 40.018991185443198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11495, "tnode_": 11423, "lpoly_": null, "rpoly_": null, "length": 166.95383859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4512, "r_f_add": 4501, "r_t_add": 4525, "st_code": 68600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640627, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24267, "Shape__Length": 66.592987379727703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127171911828398, 40.018728323334201 ], [ -75.126985438727203, 40.019163629157198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11495, "tnode_": 11480, "lpoly_": null, "rpoly_": null, "length": 353.2457745, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 170, "l_t_add": 190, "r_f_add": 171, "r_t_add": 195, "st_code": 83820, "l_hundred": 100, "r_hundred": 100, "seg_id": 640628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24268, "Shape__Length": 140.4150324191225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127171911828398, 40.018728323334201 ], [ -75.128414073601604, 40.018896262124201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11497, "tnode_": 11280, "lpoly_": null, "rpoly_": null, "length": 647.64645745999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 67560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 24269, "Shape__Length": 258.1190683487979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112089579265103, 40.018383250169201 ], [ -75.110816108956499, 40.019867212210301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11489, "tnode_": 11497, "lpoly_": null, "rpoly_": null, "length": 216.55992823, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 622, "st_code": 25400, "l_hundred": 600, "r_hundred": 600, "seg_id": 640630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24270, "Shape__Length": 86.079588827674201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112853845668496, 40.018473337325602 ], [ -75.112089579265103, 40.018383250169201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11500, "tnode_": 11324, "lpoly_": null, "rpoly_": null, "length": 543.29420862000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4678, "r_f_add": 4601, "r_t_add": 4679, "st_code": 43560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640631, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 24271, "Shape__Length": 216.55490929177685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091306480021103, 40.017892697409799 ], [ -75.090296047897496, 40.019165783429102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11450, "tnode_": 11500, "lpoly_": null, "rpoly_": null, "length": 220.08235104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1131, "l_t_add": 1199, "r_f_add": 1130, "r_t_add": 1198, "st_code": 61800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640632, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24272, "Shape__Length": 87.580297096200027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091956873785307, 40.018231714636798 ], [ -75.091306480021103, 40.017892697409799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11506, "tnode_": 11488, "lpoly_": null, "rpoly_": null, "length": 129.91062904999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24273, "Shape__Length": 51.674085796231282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140944368322593, 40.018972423943303 ], [ -75.141184969556505, 40.0190575687582 ], [ -75.141359497777401, 40.019131025985097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11507, "tnode_": 11460, "lpoly_": null, "rpoly_": null, "length": 130.10626238, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4424, "l_t_add": 4434, "r_f_add": 4425, "r_t_add": 4435, "st_code": 49660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640634, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24274, "Shape__Length": 51.909008547315558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133422247625205, 40.018779508052603 ], [ -75.133339100859999, 40.019130897514202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11507, "tnode_": 11491, "lpoly_": null, "rpoly_": null, "length": 262.89471713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAVIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 17880, "l_hundred": 400, "r_hundred": 400, "seg_id": 640635, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAVIS ST", "stname": "BLAVIS ST", "objectid": 24275, "Shape__Length": 104.49916425798328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133422247625205, 40.018779508052603 ], [ -75.134348313354806, 40.018897207313799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11508, "tnode_": 11302, "lpoly_": null, "rpoly_": null, "length": 552.01299608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87970, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640636, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24276, "Shape__Length": 220.24334094549252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140446236302907, 40.018907052208398 ], [ -75.140108346215797, 40.020399959441299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11556, "tnode_": 11577, "lpoly_": null, "rpoly_": null, "length": 613.77532830999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RAYMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 67520, "l_hundred": 600, "r_hundred": 600, "seg_id": 640679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RAYMOND ST", "stname": "E RAYMOND ST", "objectid": 24277, "Shape__Length": 243.9714976635486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113137501829399, 40.017993592811301 ], [ -75.1109787188891, 40.017704074817601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11508, "tnode_": 11506, "lpoly_": null, "rpoly_": null, "length": 141.71815526999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 21960, "l_hundred": 900, "r_hundred": 900, "seg_id": 640637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24278, "Shape__Length": 56.333173967624951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140446236302907, 40.018907052208398 ], [ -75.140564814210194, 40.018928791839102 ], [ -75.140761931580997, 40.0189454349416 ], [ -75.140944368322593, 40.018972423943303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11512, "tnode_": 11293, "lpoly_": null, "rpoly_": null, "length": 553.78495455999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 43800, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640640, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 24279, "Shape__Length": 220.9495747746748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125990257306498, 40.018583053053099 ], [ -75.1256532298585, 40.020081012073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11512, "tnode_": 11495, "lpoly_": null, "rpoly_": null, "length": 335.16576617000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 108, "l_t_add": 168, "r_f_add": 169, "r_t_add": 169, "st_code": 83820, "l_hundred": 100, "r_hundred": 100, "seg_id": 640641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24280, "Shape__Length": 133.22525880645654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125990257306498, 40.018583053053099 ], [ -75.127171911828398, 40.018728323334201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11515, "tnode_": 11282, "lpoly_": null, "rpoly_": null, "length": 598.51086368000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 35900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640642, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24281, "Shape__Length": 238.79285874562029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110872779591702, 40.018217350183903 ], [ -75.110505673476695, 40.019835908441102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11497, "tnode_": 11515, "lpoly_": null, "rpoly_": null, "length": 346.12389478, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 617, "l_t_add": 699, "r_f_add": 624, "r_t_add": 698, "st_code": 25400, "l_hundred": 600, "r_hundred": 600, "seg_id": 640643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24282, "Shape__Length": 137.58331994093726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112089579265103, 40.018383250169201 ], [ -75.110872779591702, 40.018217350183903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11520, "tnode_": 11508, "lpoly_": null, "rpoly_": null, "length": 149.36496982, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 816, "l_t_add": 898, "r_f_add": 817, "r_t_add": 899, "st_code": 21960, "l_hundred": 800, "r_hundred": 800, "seg_id": 640644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24283, "Shape__Length": 59.373262125672341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139921818150597, 40.018832575150398 ], [ -75.140446236302907, 40.018907052208398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11469, "tnode_": 11510, "lpoly_": null, "rpoly_": null, "length": 1061.24832219, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9290, "l_hundred": 0, "r_hundred": 0, "seg_id": 640645, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD RAMP F", "stname": "W ROOSEVELT BLVD RAMP F", "objectid": 24284, "Shape__Length": 421.86664348177533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143439473364097, 40.019354162569599 ], [ -75.143739248594798, 40.019233245541102 ], [ -75.144209749628402, 40.019134449648199 ], [ -75.144544259939906, 40.019075138585301 ], [ -75.144940830818697, 40.019047644864997 ], [ -75.145430131726897, 40.019028437772903 ], [ -75.146918950619806, 40.0189783331735 ], [ -75.147053829760196, 40.018979184148897 ], [ -75.147146248600393, 40.019019528277298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11523, "tnode_": 11312, "lpoly_": null, "rpoly_": null, "length": 554.44815167999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87950, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640646, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24285, "Shape__Length": 221.21793834181707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139417455114199, 40.018768471877102 ], [ -75.139101788845096, 40.0202710236698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11523, "tnode_": 11520, "lpoly_": null, "rpoly_": null, "length": 143.1804313, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 814, "r_f_add": 801, "r_t_add": 815, "st_code": 21960, "l_hundred": 800, "r_hundred": 800, "seg_id": 640647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24286, "Shape__Length": 56.913380644678234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139417455114199, 40.018768471877102 ], [ -75.139921818150597, 40.018832575150398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11524, "tnode_": 11306, "lpoly_": null, "rpoly_": null, "length": 562.49927528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 35200, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640648, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24287, "Shape__Length": 224.42707780604471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125024897794702, 40.0184440803759 ], [ -75.124689802801001, 40.019966563009703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11524, "tnode_": 11512, "lpoly_": null, "rpoly_": null, "length": 275.08024915, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 167, "st_code": 83820, "l_hundred": 100, "r_hundred": 100, "seg_id": 640649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 24288, "Shape__Length": 109.34546967964076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125024897794702, 40.0184440803759 ], [ -75.125990257306498, 40.018583053053099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11526, "tnode_": 11298, "lpoly_": null, "rpoly_": null, "length": 595.49610714999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 63780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640650, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENHURST ST", "stname": "PENHURST ST", "objectid": 24289, "Shape__Length": 237.59170504060526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110103936156193, 40.018122048259102 ], [ -75.109752257260695, 40.019734239308903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11515, "tnode_": 11526, "lpoly_": null, "rpoly_": null, "length": 218.12225424, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 25400, "l_hundred": 700, "r_hundred": 700, "seg_id": 640651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24290, "Shape__Length": 86.701074986481487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110872779591702, 40.018217350183903 ], [ -75.110103936156193, 40.018122048259102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11531, "tnode_": 11318, "lpoly_": null, "rpoly_": null, "length": 556.10603325, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 49820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 24291, "Shape__Length": 221.87625295843532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124522725644098, 40.018392301852401 ], [ -75.124192528203494, 40.0198976216926 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11524, "tnode_": 11531, "lpoly_": null, "rpoly_": null, "length": 141.90962553, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 114, "st_code": 83800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640653, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24292, "Shape__Length": 56.4059300000322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125024897794702, 40.0184440803759 ], [ -75.124522725644098, 40.018392301852401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11532, "tnode_": 11327, "lpoly_": null, "rpoly_": null, "length": 551.44133180999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 34980, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640654, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24293, "Shape__Length": 220.01701168002899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138786461434094, 40.018687321822497 ], [ -75.138465675097393, 40.020180867167703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11532, "tnode_": 11523, "lpoly_": null, "rpoly_": null, "length": 179.18589754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 21960, "l_hundred": 700, "r_hundred": 700, "seg_id": 640655, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24294, "Shape__Length": 71.225440215502587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138786461434094, 40.018687321822497 ], [ -75.139417455114199, 40.018768471877102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11534, "tnode_": 11506, "lpoly_": null, "rpoly_": null, "length": 122.68360822, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87990, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640656, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24295, "Shape__Length": 48.800854623802515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141334259774496, 40.018820755398899 ], [ -75.141258135233002, 40.018855781316397 ], [ -75.141164290698001, 40.018899367953097 ], [ -75.141043711495598, 40.018942347987597 ], [ -75.140944368322593, 40.018972423943303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11534, "tnode_": 11488, "lpoly_": null, "rpoly_": null, "length": 115.17832345, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 87990, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640657, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24296, "Shape__Length": 45.9522837498792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141334259774496, 40.018820755398899 ], [ -75.141309410968404, 40.018914095311601 ], [ -75.141323196322702, 40.019019562180198 ], [ -75.141359497777401, 40.019131025985097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11531, "tnode_": 11535, "lpoly_": null, "rpoly_": null, "length": 18.22607228, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 115, "l_t_add": 199, "r_f_add": 116, "r_t_add": 198, "st_code": 83800, "l_hundred": 100, "r_hundred": 100, "seg_id": 640658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24297, "Shape__Length": 7.2445889101761631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124522725644098, 40.018392301852401 ], [ -75.124458381207504, 40.018384833372203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11537, "tnode_": 11309, "lpoly_": null, "rpoly_": null, "length": 595.60324273000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 72460, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640659, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 24298, "Shape__Length": 237.6341792588689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109396653128897, 40.018033760361703 ], [ -75.109045153912803, 40.019646272725197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11526, "tnode_": 11537, "lpoly_": null, "rpoly_": null, "length": 200.69359916, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 849, "r_f_add": 800, "r_t_add": 848, "st_code": 25400, "l_hundred": 800, "r_hundred": 800, "seg_id": 640660, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24299, "Shape__Length": 79.773388256478739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110103936156193, 40.018122048259102 ], [ -75.109396653128897, 40.018033760361703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11544, "tnode_": 11332, "lpoly_": null, "rpoly_": null, "length": 551.0102381, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87930, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24300, "Shape__Length": 219.84194085308366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138153245011395, 40.018607904435399 ], [ -75.137813644323401, 40.020097787460102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11544, "tnode_": 11532, "lpoly_": null, "rpoly_": null, "length": 179.69745938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 21960, "l_hundred": 700, "r_hundred": 700, "seg_id": 640662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24301, "Shape__Length": 71.428331739992188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138153245011395, 40.018607904435399 ], [ -75.138786461434094, 40.018687321822497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11545, "tnode_": 11491, "lpoly_": null, "rpoly_": null, "length": 129.95959872999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4414, "l_t_add": 4428, "r_f_add": 4415, "r_t_add": 4425, "st_code": 87890, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640663, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24302, "Shape__Length": 51.850374314534399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134430998323097, 40.018546162628702 ], [ -75.134348313354806, 40.018897207313799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11549, "tnode_": 11326, "lpoly_": null, "rpoly_": null, "length": 589.42026127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 39700, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640664, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24303, "Shape__Length": 235.16546396221506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108681238511593, 40.017951203492899 ], [ -75.108323136979095, 40.019545635245102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11537, "tnode_": 11549, "lpoly_": null, "rpoly_": null, "length": 202.62191285, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 851, "l_t_add": 899, "r_f_add": 850, "r_t_add": 898, "st_code": 25400, "l_hundred": 800, "r_hundred": 800, "seg_id": 640665, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 24304, "Shape__Length": 80.538604917712775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109396653128897, 40.018033760361703 ], [ -75.108681238511593, 40.017951203492899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11554, "tnode_": 11338, "lpoly_": null, "rpoly_": null, "length": 551.27779741999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 53860, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640666, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24305, "Shape__Length": 219.95009052332705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137596004067206, 40.018539737672199 ], [ -75.137267059524106, 40.020031778262002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11554, "tnode_": 11544, "lpoly_": null, "rpoly_": null, "length": 158.03713904, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 21960, "l_hundred": 600, "r_hundred": 600, "seg_id": 640667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24306, "Shape__Length": 62.81814987269648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137596004067206, 40.018539737672199 ], [ -75.138153245011395, 40.018607904435399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11556, "tnode_": 11489, "lpoly_": null, "rpoly_": null, "length": 191.97381332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4518, "l_t_add": 4598, "r_f_add": 4519, "r_t_add": 4599, "st_code": 82680, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 24307, "Shape__Length": 76.549815452103459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113137501829399, 40.017993592811301 ], [ -75.112853845668496, 40.018473337325602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11560, "tnode_": 11554, "lpoly_": null, "rpoly_": null, "length": 78.99273889, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 624, "l_t_add": 628, "r_f_add": 611, "r_t_add": 629, "st_code": 21960, "l_hundred": 600, "r_hundred": 600, "seg_id": 640669, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24308, "Shape__Length": 31.400443310541831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137319389483693, 40.018497438333597 ], [ -75.137596004067206, 40.018539737672199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11561, "tnode_": 11507, "lpoly_": null, "rpoly_": null, "length": 129.60833636000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4410, "l_t_add": 4422, "r_f_add": 4411, "r_t_add": 4423, "st_code": 49660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640670, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24309, "Shape__Length": 51.71120478161437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133497608122298, 40.018428467319701 ], [ -75.133422247625205, 40.018779508052603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11561, "tnode_": 11545, "lpoly_": null, "rpoly_": null, "length": 264.92001845000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PURDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 65900, "l_hundred": 400, "r_hundred": 400, "seg_id": 640671, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PURDY ST", "stname": "PURDY ST", "objectid": 24310, "Shape__Length": 105.30349610288424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133497608122298, 40.018428467319701 ], [ -75.134430998323097, 40.018546162628702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11565, "tnode_": 11344, "lpoly_": null, "rpoly_": null, "length": 571.95358063999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87910, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24311, "Shape__Length": 228.17786521349962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136803610003795, 40.018438929363199 ], [ -75.136986451346203, 40.018798762661497 ], [ -75.136742202982902, 40.019967534075299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11565, "tnode_": 11560, "lpoly_": null, "rpoly_": null, "length": 146.02545296, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 609, "st_code": 21960, "l_hundred": 600, "r_hundred": 600, "seg_id": 640675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24312, "Shape__Length": 58.042758975984775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136803610003795, 40.018438929363199 ], [ -75.137319389483693, 40.018497438333597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11572, "tnode_": 11394, "lpoly_": null, "rpoly_": null, "length": 533.59325635000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4652, "r_f_add": 4601, "r_t_add": 4657, "st_code": 61040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24313, "Shape__Length": 212.61413756573734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090327871023206, 40.017365846209103 ], [ -75.089188700061101, 40.018539906389101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11500, "tnode_": 11572, "lpoly_": null, "rpoly_": null, "length": 334.60882083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 61800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640677, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24314, "Shape__Length": 133.16191044072639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091306480021103, 40.017892697409799 ], [ -75.090327871023206, 40.017365846209103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11425, "tnode_": 28293, "lpoly_": null, "rpoly_": null, "length": 570.03899551000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 27080, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-11-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 24315, "Shape__Length": 227.44359550601402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116406958837501, 40.018918516022701 ], [ -75.116429787519394, 40.018662859093503 ], [ -75.116526155715405, 40.017788310594 ], [ -75.116543897278305, 40.017471554443802 ], [ -75.116597227736904, 40.017365360501103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11580, "tnode_": 11438, "lpoly_": null, "rpoly_": null, "length": 395.39421777000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4340, "r_f_add": 4301, "r_t_add": 4341, "st_code": 19140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24316, "Shape__Length": 157.75460821323358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149232665065398, 40.018511864849103 ], [ -75.148995781779803, 40.019581879843997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11580, "tnode_": 11573, "lpoly_": null, "rpoly_": null, "length": 238.30085389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 19100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640683, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24317, "Shape__Length": 94.721082324358164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149232665065398, 40.018511864849103 ], [ -75.150074128700396, 40.018608613578998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11585, "tnode_": 11545, "lpoly_": null, "rpoly_": null, "length": 147.80145251, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4412, "r_f_add": 4401, "r_t_add": 4413, "st_code": 87890, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640684, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24318, "Shape__Length": 58.969959480674753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134514972830303, 40.018145599996998 ], [ -75.134430998323097, 40.018546162628702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11585, "tnode_": 11565, "lpoly_": null, "rpoly_": null, "length": 649.85757565999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 21960, "l_hundred": 500, "r_hundred": 500, "seg_id": 640685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24319, "Shape__Length": 258.3130842962139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134514972830303, 40.018145599996998 ], [ -75.136803610003795, 40.018438929363199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11510, "tnode_": 11592, "lpoly_": null, "rpoly_": null, "length": 431.0520628, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 1300, "r_hundred": 0, "seg_id": 640686, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24320, "Shape__Length": 171.49897759101756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147146248600393, 40.019019528277298 ], [ -75.1484698383736, 40.018415749952901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11592, "tnode_": 11580, "lpoly_": null, "rpoly_": null, "length": 216.52462192, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 19100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640687, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24321, "Shape__Length": 86.066746165359675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1484698383736, 40.018415749952901 ], [ -75.149077067831001, 40.018495482093101 ], [ -75.149232665065398, 40.018511864849103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11599, "tnode_": 11592, "lpoly_": null, "rpoly_": null, "length": 119.5135617, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1324, "l_t_add": 1328, "r_f_add": 1325, "r_t_add": 1329, "st_code": 19100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640688, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24322, "Shape__Length": 47.506983036227361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148050382802296, 40.018355529327302 ], [ -75.1484698383736, 40.018415749952901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11600, "tnode_": 11561, "lpoly_": null, "rpoly_": null, "length": 152.44125895000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4408, "r_f_add": 4401, "r_t_add": 4409, "st_code": 49660, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24323, "Shape__Length": 60.820332772893778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1335891640433, 40.018015961030997 ], [ -75.133497608122298, 40.018428467319701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11600, "tnode_": 11585, "lpoly_": null, "rpoly_": null, "length": 263.57104161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 430, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 21960, "l_hundred": 400, "r_hundred": 400, "seg_id": 640690, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24324, "Shape__Length": 104.76911439365762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1335891640433, 40.018015961030997 ], [ -75.134514972830303, 40.018145599996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11607, "tnode_": 11556, "lpoly_": null, "rpoly_": null, "length": 184.20849816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4516, "r_f_add": 4501, "r_t_add": 4517, "st_code": 82680, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640691, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 24325, "Shape__Length": 73.449451521857014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113366130089304, 40.017536912822798 ], [ -75.113388650069496, 40.0176227790799 ], [ -75.113137501829399, 40.017993592811301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11608, "tnode_": 11572, "lpoly_": null, "rpoly_": null, "length": 155.73133872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4528, "l_t_add": 4598, "r_f_add": 4529, "r_t_add": 4599, "st_code": 61040, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24326, "Shape__Length": 62.055156435219367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090653506936803, 40.017019335147602 ], [ -75.090327871023206, 40.017365846209103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11610, "tnode_": 11510, "lpoly_": null, "rpoly_": null, "length": 287.35749865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4312, "r_f_add": 4301, "r_t_add": 4313, "st_code": 61300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24327, "Shape__Length": 114.66144406903281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147183482976899, 40.0182312170421 ], [ -75.147146248600393, 40.019019528277298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11610, "tnode_": 11599, "lpoly_": null, "rpoly_": null, "length": 246.9922943, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1323, "st_code": 19100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24328, "Shape__Length": 98.179980960632022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147183482976899, 40.0182312170421 ], [ -75.148050382802296, 40.018355529327302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11611, "tnode_": 11403, "lpoly_": null, "rpoly_": null, "length": 553.53219875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87870, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24329, "Shape__Length": 220.84759492118008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132660376004907, 40.017900182748903 ], [ -75.132330720282596, 40.019398407090598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11611, "tnode_": 11600, "lpoly_": null, "rpoly_": null, "length": 263.53743999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 21960, "l_hundred": 400, "r_hundred": 400, "seg_id": 640696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24330, "Shape__Length": 104.75287593564305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132660376004907, 40.017900182748903 ], [ -75.1335891640433, 40.018015961030997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11612, "tnode_": 11565, "lpoly_": null, "rpoly_": null, "length": 170.12014369000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4342, "l_t_add": 4398, "r_f_add": 4343, "r_t_add": 4399, "st_code": 87910, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24331, "Shape__Length": 67.844897086501405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136579184135101, 40.018004977212897 ], [ -75.136803610003795, 40.018438929363199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11615, "tnode_": 11414, "lpoly_": null, "rpoly_": null, "length": 548.73092158999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 61580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640698, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 24332, "Shape__Length": 218.9314585203926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132159080315901, 40.0178403412054 ], [ -75.131830134439298, 40.019325289535999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11615, "tnode_": 11611, "lpoly_": null, "rpoly_": null, "length": 142.08834093000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 314, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 21960, "l_hundred": 300, "r_hundred": 300, "seg_id": 640699, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24333, "Shape__Length": 56.477822823727564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132159080315901, 40.0178403412054 ], [ -75.132660376004907, 40.017900182748903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11616, "tnode_": 11372, "lpoly_": null, "rpoly_": null, "length": 821.57447818999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PILLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 64780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 640700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PILLING ST", "stname": "PILLING ST", "objectid": 24334, "Shape__Length": 327.36777123979192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089417913403395, 40.0168882779803 ], [ -75.088261156686301, 40.018100541050103 ], [ -75.087675708715395, 40.018702674326001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11572, "tnode_": 11616, "lpoly_": null, "rpoly_": null, "length": 308.58394102000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1322, "st_code": 61800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640701, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24335, "Shape__Length": 122.79865652721845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090327871023206, 40.017365846209103 ], [ -75.089417913403395, 40.0168882779803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28294, "tnode_": 11443, "lpoly_": null, "rpoly_": null, "length": 555.54934207999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 82820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640702, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24336, "Shape__Length": 221.47504036211069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116273906702602, 40.017432086958898 ], [ -75.115472508341298, 40.018540945700003 ], [ -75.115324675144393, 40.018770879764901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11628, "tnode_": 11421, "lpoly_": null, "rpoly_": null, "length": 547.5472884, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 87850, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640703, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24337, "Shape__Length": 218.46014191083808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131654253534407, 40.017773660153502 ], [ -75.131333862375499, 40.019256420071798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11628, "tnode_": 11615, "lpoly_": null, "rpoly_": null, "length": 143.46662514, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 312, "r_f_add": 301, "r_t_add": 311, "st_code": 21960, "l_hundred": 300, "r_hundred": 300, "seg_id": 640704, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24338, "Shape__Length": 57.026773652314503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131654253534407, 40.017773660153502 ], [ -75.132159080315901, 40.0178403412054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11633, "tnode_": 11415, "lpoly_": null, "rpoly_": null, "length": 570.97758057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 44100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640705, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 24339, "Shape__Length": 227.82525979747874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117327188976006, 40.017453967193603 ], [ -75.117157500570499, 40.019015929945603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11627, "tnode_": 11633, "lpoly_": null, "rpoly_": null, "length": 92.48186972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 439, "r_f_add": 400, "r_t_add": 440, "st_code": 83800, "l_hundred": 400, "r_hundred": 400, "seg_id": 640706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24340, "Shape__Length": 36.75951803373583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117653832665098, 40.017491067395902 ], [ -75.117327188976006, 40.017453967193603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11634, "tnode_": 11433, "lpoly_": null, "rpoly_": null, "length": 555.61415898999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 18100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640707, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 24341, "Shape__Length": 221.67658693137994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1310790719305, 40.017688566320103 ], [ -75.130741501522095, 40.019191548490703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11634, "tnode_": 11628, "lpoly_": null, "rpoly_": null, "length": 164.05609269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 21960, "l_hundred": 200, "r_hundred": 200, "seg_id": 640708, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24342, "Shape__Length": 65.212657010319063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1310790719305, 40.017688566320103 ], [ -75.131654253534407, 40.017773660153502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11592, "tnode_": 11635, "lpoly_": null, "rpoly_": null, "length": 295.94413764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 1300, "r_hundred": 0, "seg_id": 640709, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24343, "Shape__Length": 117.7653672552747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1484698383736, 40.018415749952901 ], [ -75.1490915035359, 40.018118731739797 ], [ -75.149349276920404, 40.017966917177702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11635, "tnode_": 11580, "lpoly_": null, "rpoly_": null, "length": 201.18394025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4240, "l_t_add": 4298, "r_f_add": 4237, "r_t_add": 4299, "st_code": 19140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640710, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24344, "Shape__Length": 80.268102765216867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149349276920404, 40.017966917177702 ], [ -75.149232665065398, 40.018511864849103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11633, "tnode_": 28293, "lpoly_": null, "rpoly_": null, "length": 206.98591821, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 441, "l_t_add": 499, "r_f_add": 442, "r_t_add": 498, "st_code": 83800, "l_hundred": 400, "r_hundred": 400, "seg_id": 640713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24345, "Shape__Length": 82.273258832897284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117327188976006, 40.017453967193603 ], [ -75.116597227736904, 40.017365360501103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11638, "tnode_": 11577, "lpoly_": null, "rpoly_": null, "length": 178.38655184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4558, "l_t_add": 4580, "r_f_add": 4559, "r_t_add": 4579, "st_code": 35900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640714, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24346, "Shape__Length": 71.172576302194258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111075193922105, 40.017220032950299 ], [ -75.1109787188891, 40.017704074817601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11607, "tnode_": 11638, "lpoly_": null, "rpoly_": null, "length": 656.06048474, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 12760, "l_hundred": 600, "r_hundred": 600, "seg_id": 640715, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANNSBURY ST", "stname": "E ANNSBURY ST", "objectid": 24347, "Shape__Length": 260.78970903239986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113366130089304, 40.017536912822798 ], [ -75.113291101792797, 40.017486736186598 ], [ -75.111075193922105, 40.017220032950299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11640, "tnode_": 11442, "lpoly_": null, "rpoly_": null, "length": 552.01500565000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 12440, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 24348, "Shape__Length": 220.23879890706132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130484261351896, 40.017619087042803 ], [ -75.130138524720095, 40.0191109366977 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11640, "tnode_": 11634, "lpoly_": null, "rpoly_": null, "length": 168.51056738, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 240, "l_t_add": 248, "r_f_add": 241, "r_t_add": 249, "st_code": 21960, "l_hundred": 200, "r_hundred": 200, "seg_id": 640717, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24349, "Shape__Length": 66.979758597728804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130484261351896, 40.017619087042803 ], [ -75.1310790719305, 40.017688566320103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11645, "tnode_": 11585, "lpoly_": null, "rpoly_": null, "length": 168.99951012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4344, "l_t_add": 4398, "r_f_add": 4339, "r_t_add": 4399, "st_code": 87890, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640718, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24350, "Shape__Length": 67.426723229121137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134614046197797, 40.0176879725283 ], [ -75.134514972830303, 40.018145599996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28294, "tnode_": 11668, "lpoly_": null, "rpoly_": null, "length": 251.59730865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 505, "l_t_add": 599, "r_f_add": 504, "r_t_add": 598, "st_code": 83800, "l_hundred": 500, "r_hundred": 500, "seg_id": 640720, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24351, "Shape__Length": 100.08445375423855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116273906702602, 40.017432086958898 ], [ -75.115828712914507, 40.017252671282897 ], [ -75.115482767360902, 40.017105077583103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11654, "tnode_": 11526, "lpoly_": null, "rpoly_": null, "length": 366.93073671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 63780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640721, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENHURST ST", "stname": "PENHURST ST", "objectid": 24352, "Shape__Length": 146.39666000315546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110313551701793, 40.017127756644101 ], [ -75.110103936156193, 40.018122048259102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11638, "tnode_": 11654, "lpoly_": null, "rpoly_": null, "length": 215.96003821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 764, "st_code": 12760, "l_hundred": 700, "r_hundred": 700, "seg_id": 640722, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANNSBURY ST", "stname": "E ANNSBURY ST", "objectid": 24353, "Shape__Length": 85.839984818917074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111075193922105, 40.017220032950299 ], [ -75.110313551701793, 40.017127756644101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11655, "tnode_": 11537, "lpoly_": null, "rpoly_": null, "length": 368.04339385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 72460, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 24354, "Shape__Length": 146.84096697891246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109602762060604, 40.0170359427226 ], [ -75.109396653128897, 40.018033760361703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11654, "tnode_": 11655, "lpoly_": null, "rpoly_": null, "length": 201.87483236, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 849, "r_f_add": 766, "r_t_add": 830, "st_code": 12760, "l_hundred": 800, "r_hundred": 700, "seg_id": 640724, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANNSBURY ST", "stname": "E ANNSBURY ST", "objectid": 24355, "Shape__Length": 80.242299791557713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110313551701793, 40.017127756644101 ], [ -75.109602762060604, 40.0170359427226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11659, "tnode_": 11600, "lpoly_": null, "rpoly_": null, "length": 166.09695563, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4334, "l_t_add": 4398, "r_f_add": 4335, "r_t_add": 4399, "st_code": 49660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640725, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24356, "Shape__Length": 66.268666546750865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133685740169597, 40.017566091897997 ], [ -75.1335891640433, 40.018015961030997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11659, "tnode_": 11645, "lpoly_": null, "rpoly_": null, "length": 263.77049486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT LUKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 74120, "l_hundred": 400, "r_hundred": 400, "seg_id": 640726, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT LUKES ST", "stname": "SAINT LUKES ST", "objectid": 24357, "Shape__Length": 104.84613095868006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133685740169597, 40.017566091897997 ], [ -75.134614046197797, 40.0176879725283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11635, "tnode_": 11686, "lpoly_": null, "rpoly_": null, "length": 308.40259907999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1413, "st_code": 69240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640727, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 24358, "Shape__Length": 122.69285580977339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149349276920404, 40.017966917177702 ], [ -75.150305312039805, 40.0175469066684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11666, "tnode_": 11549, "lpoly_": null, "rpoly_": null, "length": 370.41242381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4564, "l_t_add": 4598, "r_f_add": 4565, "r_t_add": 4599, "st_code": 39700, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640728, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24359, "Shape__Length": 147.78541513119916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108892673218904, 40.016947456272199 ], [ -75.108681238511593, 40.017951203492899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11655, "tnode_": 11666, "lpoly_": null, "rpoly_": null, "length": 201.4840497, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ANNSBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 851, "l_t_add": 899, "r_f_add": 832, "r_t_add": 898, "st_code": 12760, "l_hundred": 800, "r_hundred": 800, "seg_id": 640729, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ANNSBURY ST", "stname": "E ANNSBURY ST", "objectid": 24360, "Shape__Length": 80.086274932668161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109602762060604, 40.0170359427226 ], [ -75.108892673218904, 40.016947456272199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11668, "tnode_": 28284, "lpoly_": null, "rpoly_": null, "length": 652.16457633999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 76660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640730, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 24361, "Shape__Length": 259.97514535899194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115482767360902, 40.017105077583103 ], [ -75.114331247851396, 40.018661094140697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11616, "tnode_": 11704, "lpoly_": null, "rpoly_": null, "length": 468.7381331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1323, "l_t_add": 1399, "r_f_add": 1324, "r_t_add": 1398, "st_code": 61800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640732, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 24362, "Shape__Length": 186.5386243455502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089417913403395, 40.0168882779803 ], [ -75.088610841669194, 40.016445514462397 ], [ -75.0880488315386, 40.016148362332302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11673, "tnode_": 11608, "lpoly_": null, "rpoly_": null, "length": 232.85046583000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4526, "r_f_add": 4501, "r_t_add": 4527, "st_code": 61040, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24363, "Shape__Length": 92.783756469927539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091142164346294, 40.016502214412803 ], [ -75.090653506936803, 40.017019335147602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11608, "tnode_": 11680, "lpoly_": null, "rpoly_": null, "length": 391.51464446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1347, "r_f_add": 1300, "r_t_add": 1346, "st_code": 36940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 24364, "Shape__Length": 155.80517306286518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090653506936803, 40.017019335147602 ], [ -75.089507034515904, 40.0164044794505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11689, "tnode_": 11645, "lpoly_": null, "rpoly_": null, "length": 146.42586063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4318, "l_t_add": 4342, "r_f_add": 4325, "r_t_add": 4337, "st_code": 87890, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640735, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24365, "Shape__Length": 58.420553569741053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134696083923004, 40.017290995906698 ], [ -75.134614046197797, 40.0176879725283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11691, "tnode_": 11508, "lpoly_": null, "rpoly_": null, "length": 548.79314763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 87970, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640736, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24366, "Shape__Length": 218.95655316066095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140764122115201, 40.017420507684299 ], [ -75.140446236302907, 40.018907052208398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11701, "tnode_": 11520, "lpoly_": null, "rpoly_": null, "length": 547.74922794999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 27360, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24367, "Shape__Length": 218.53802572100071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140251456032203, 40.017350451732902 ], [ -75.139921818150597, 40.018832575150398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11701, "tnode_": 11691, "lpoly_": null, "rpoly_": null, "length": 145.84206173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 820, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 19100, "l_hundred": 800, "r_hundred": 800, "seg_id": 640738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24368, "Shape__Length": 57.971078150340276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140251456032203, 40.017350451732902 ], [ -75.140764122115201, 40.017420507684299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11711, "tnode_": 11523, "lpoly_": null, "rpoly_": null, "length": 548.22278268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 87950, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640740, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24369, "Shape__Length": 218.72613412874784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139751550892598, 40.0172856193564 ], [ -75.139417455114199, 40.018768471877102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11711, "tnode_": 11701, "lpoly_": null, "rpoly_": null, "length": 141.9956645, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 818, "r_f_add": 801, "r_t_add": 819, "st_code": 19100, "l_hundred": 800, "r_hundred": 800, "seg_id": 640741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24370, "Shape__Length": 56.441448636852009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139751550892598, 40.0172856193564 ], [ -75.140251456032203, 40.017350451732902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11712, "tnode_": 11659, "lpoly_": null, "rpoly_": null, "length": 149.47993728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4322, "l_t_add": 4332, "r_f_add": 4323, "r_t_add": 4333, "st_code": 49660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24371, "Shape__Length": 59.638581424487803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133772123280494, 40.017161162377498 ], [ -75.133685740169597, 40.017566091897997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11712, "tnode_": 11689, "lpoly_": null, "rpoly_": null, "length": 263.07773315999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 74200, "l_hundred": 400, "r_hundred": 400, "seg_id": 640743, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT PAUL ST", "stname": "SAINT PAUL ST", "objectid": 24372, "Shape__Length": 104.57179899034931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133772123280494, 40.017161162377498 ], [ -75.134696083923004, 40.017290995906698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11719, "tnode_": 11532, "lpoly_": null, "rpoly_": null, "length": 550.65753546000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 34980, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640744, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24373, "Shape__Length": 219.69871241474016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1391122216301, 40.017196595574497 ], [ -75.138786461434094, 40.018687321822497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11719, "tnode_": 11711, "lpoly_": null, "rpoly_": null, "length": 181.98202664, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 19100, "l_hundred": 700, "r_hundred": 700, "seg_id": 640745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24374, "Shape__Length": 72.336603195778395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1391122216301, 40.017196595574497 ], [ -75.139751550892598, 40.0172856193564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11723, "tnode_": 11544, "lpoly_": null, "rpoly_": null, "length": 552.87014121999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 87930, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640746, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24375, "Shape__Length": 220.58286446517945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138468807838507, 40.0171097287541 ], [ -75.138153245011395, 40.018607904435399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11723, "tnode_": 11719, "lpoly_": null, "rpoly_": null, "length": 182.97056321, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 19100, "l_hundred": 700, "r_hundred": 700, "seg_id": 640747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24376, "Shape__Length": 72.728913857303979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138468807838507, 40.0171097287541 ], [ -75.1391122216301, 40.017196595574497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11680, "tnode_": 11748, "lpoly_": null, "rpoly_": null, "length": 382.58300694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1349, "l_t_add": 1399, "r_f_add": 1348, "r_t_add": 1398, "st_code": 36940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 24377, "Shape__Length": 152.25827943707878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089507034515904, 40.0164044794505 ], [ -75.088712502126597, 40.015964348861502 ], [ -75.088399074019705, 40.015790263971503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11461, "tnode_": 11729, "lpoly_": null, "rpoly_": null, "length": 785.58290386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1149, "r_f_add": 1100, "r_t_add": 1194, "st_code": 11280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24378, "Shape__Length": 313.35489901263139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094130558296001, 40.018155083235101 ], [ -75.093490415392395, 40.016825758304599 ], [ -75.093602195519395, 40.016091770973297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11731, "tnode_": 11560, "lpoly_": null, "rpoly_": null, "length": 548.23423197, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 53860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24379, "Shape__Length": 218.73160338100959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137641467575804, 40.017012983058201 ], [ -75.137319389483693, 40.018497438333597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11731, "tnode_": 11723, "lpoly_": null, "rpoly_": null, "length": 234.39425062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 624, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 19100, "l_hundred": 600, "r_hundred": 600, "seg_id": 640751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24380, "Shape__Length": 93.166479455718147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137641467575804, 40.017012983058201 ], [ -75.138468807838507, 40.0171097287541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11737, "tnode_": 11702, "lpoly_": null, "rpoly_": null, "length": 375.88272772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 67300, "l_hundred": 900, "r_hundred": 900, "seg_id": 640752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 24381, "Shape__Length": 149.44326328007514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109026902036703, 40.0162960634743 ], [ -75.107958453264402, 40.016500517559798 ], [ -75.107747424665703, 40.016589940152599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11737, "tnode_": 11666, "lpoly_": null, "rpoly_": null, "length": 240.25107123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4562, "r_f_add": 4501, "r_t_add": 4563, "st_code": 39700, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640753, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24382, "Shape__Length": 95.853492496156449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109026902036703, 40.0162960634743 ], [ -75.108892673218904, 40.016947456272199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11744, "tnode_": 11680, "lpoly_": null, "rpoly_": null, "length": 239.49250417000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELIZABETH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 31140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640754, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELIZABETH ST", "stname": "ELIZABETH ST", "objectid": 24383, "Shape__Length": 95.436749723322222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089995460025506, 40.015864861916903 ], [ -75.089507034515904, 40.0164044794505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11673, "tnode_": 11744, "lpoly_": null, "rpoly_": null, "length": 396.31470043000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1333, "r_f_add": 1300, "r_t_add": 1332, "st_code": 71640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640755, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 24384, "Shape__Length": 157.72407425810093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091142164346294, 40.016502214412803 ], [ -75.089995460025506, 40.015864861916903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11746, "tnode_": 11612, "lpoly_": null, "rpoly_": null, "length": 404.86350727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4340, "r_f_add": 4301, "r_t_add": 4341, "st_code": 87910, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24385, "Shape__Length": 161.53002077062933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136814123462003, 40.016908356322503 ], [ -75.136579184135101, 40.018004977212897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11746, "tnode_": 11731, "lpoly_": null, "rpoly_": null, "length": 234.84446985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 623, "st_code": 19100, "l_hundred": 600, "r_hundred": 600, "seg_id": 640757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24386, "Shape__Length": 93.346672663375173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136814123462003, 40.016908356322503 ], [ -75.137641467575804, 40.017012983058201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11744, "tnode_": 11753, "lpoly_": null, "rpoly_": null, "length": 46.50324525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1335, "l_t_add": 1337, "r_f_add": 1334, "r_t_add": 1334, "st_code": 71640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640758, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 24387, "Shape__Length": 18.504576067517455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089995460025506, 40.015864861916903 ], [ -75.0898573911319, 40.015793965621299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11754, "tnode_": 11746, "lpoly_": null, "rpoly_": null, "length": 187.52022466, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 508, "l_t_add": 598, "r_f_add": 509, "r_t_add": 599, "st_code": 19100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24388, "Shape__Length": 74.537950635837518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136155766086603, 40.016814838172401 ], [ -75.136814123462003, 40.016908356322503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12079, "tnode_": 11933, "lpoly_": null, "rpoly_": null, "length": 554.40046860999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 45740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 24389, "Shape__Length": 221.18112107018143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105759799499296, 40.012887739628397 ], [ -75.1054529936292, 40.014391240622203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11759, "tnode_": 11612, "lpoly_": null, "rpoly_": null, "length": 498.41669021000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 33240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24390, "Shape__Length": 198.74165937247309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135925886959498, 40.016788367843098 ], [ -75.136364631941305, 40.017896650981903 ], [ -75.136490382061197, 40.017917758935297 ], [ -75.136579184135101, 40.018004977212897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11759, "tnode_": 11754, "lpoly_": null, "rpoly_": null, "length": 65.10510185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 506, "l_t_add": 506, "r_f_add": 507, "r_t_add": 507, "st_code": 19100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640761, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24391, "Shape__Length": 25.877656155307438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135925886959498, 40.016788367843098 ], [ -75.136155766086603, 40.016814838172401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11762, "tnode_": 11759, "lpoly_": null, "rpoly_": null, "length": 96.89767553, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 505, "st_code": 19100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640762, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24392, "Shape__Length": 38.515320224485329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135584817893204, 40.016743840783697 ], [ -75.135925886959498, 40.016788367843098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11729, "tnode_": 11767, "lpoly_": null, "rpoly_": null, "length": 207.19258913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 78900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24393, "Shape__Length": 82.465427034976003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093602195519395, 40.016091770973297 ], [ -75.093013868027597, 40.015746999724797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11771, "tnode_": 11689, "lpoly_": null, "rpoly_": null, "length": 238.45650796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4316, "r_f_add": 4301, "r_t_add": 4323, "st_code": 87890, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640764, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24394, "Shape__Length": 95.135535155433956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134846137056002, 40.016646651645402 ], [ -75.134696083923004, 40.017290995906698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11773, "tnode_": 11635, "lpoly_": null, "rpoly_": null, "length": 379.43914623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4238, "r_f_add": 4201, "r_t_add": 4235, "st_code": 19140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24395, "Shape__Length": 151.38349897011815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149588638686794, 40.016941698757101 ], [ -75.149349276920404, 40.017966917177702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11773, "tnode_": 11765, "lpoly_": null, "rpoly_": null, "length": 241.28348805, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 44040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640766, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24396, "Shape__Length": 95.90433769606453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149588638686794, 40.016941698757101 ], [ -75.150440707401998, 40.017039180068402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11753, "tnode_": 11774, "lpoly_": null, "rpoly_": null, "length": 96.12178659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1339, "l_t_add": 1347, "r_f_add": 1336, "r_t_add": 1340, "st_code": 71640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 24397, "Shape__Length": 38.25102892791287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0898573911319, 40.015793965621299 ], [ -75.089575162052697, 40.015643851759002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11786, "tnode_": 11712, "lpoly_": null, "rpoly_": null, "length": 229.83862337000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4320, "r_f_add": 4301, "r_t_add": 4321, "st_code": 49660, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640768, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24398, "Shape__Length": 91.699927991963179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133897536405797, 40.0165376399259 ], [ -75.133772123280494, 40.017161162377498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11786, "tnode_": 11771, "lpoly_": null, "rpoly_": null, "length": 268.6464856, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 426, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 19100, "l_hundred": 400, "r_hundred": 400, "seg_id": 640769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24399, "Shape__Length": 106.77992011658634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133897536405797, 40.0165376399259 ], [ -75.134846137056002, 40.016646651645402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11791, "tnode_": 11599, "lpoly_": null, "rpoly_": null, "length": 574.98128211999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 62960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640770, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 24400, "Shape__Length": 229.40098024726191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148397893055801, 40.016799916106201 ], [ -75.148050382802296, 40.018355529327302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11791, "tnode_": 11773, "lpoly_": null, "rpoly_": null, "length": 337.49288293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1334, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 44040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640771, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24401, "Shape__Length": 134.14594010646559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148397893055801, 40.016799916106201 ], [ -75.149430022032405, 40.016922184553501 ], [ -75.149588638686794, 40.016941698757101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11794, "tnode_": 11611, "lpoly_": null, "rpoly_": null, "length": 547.67993896999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 87870, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 24402, "Shape__Length": 218.50656594498187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132995586509793, 40.016418992014501 ], [ -75.132660376004907, 40.017900182748903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11794, "tnode_": 11786, "lpoly_": null, "rpoly_": null, "length": 256.29980311999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 424, "r_f_add": 401, "r_t_add": 425, "st_code": 19100, "l_hundred": 400, "r_hundred": 400, "seg_id": 640773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24403, "Shape__Length": 101.87492504534171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132995586509793, 40.016418992014501 ], [ -75.133897536405797, 40.0165376399259 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11800, "tnode_": 11702, "lpoly_": null, "rpoly_": null, "length": 307.40949820999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4438, "l_t_add": 4498, "r_f_add": 4441, "r_t_add": 4499, "st_code": 44760, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24404, "Shape__Length": 122.54903584023788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107256317530997, 40.015854377781302 ], [ -75.1072979552102, 40.015992677677197 ], [ -75.107445605916396, 40.0162636831895 ], [ -75.107602580087899, 40.016498410362502 ], [ -75.107747424665703, 40.016589940152599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11801, "tnode_": 11615, "lpoly_": null, "rpoly_": null, "length": 551.41036587999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 61580, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 24405, "Shape__Length": 219.99730743155558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132478602118297, 40.016346723025698 ], [ -75.132159080315901, 40.0178403412054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11801, "tnode_": 11794, "lpoly_": null, "rpoly_": null, "length": 147.17723139, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 312, "l_t_add": 398, "r_f_add": 313, "r_t_add": 399, "st_code": 19100, "l_hundred": 300, "r_hundred": 300, "seg_id": 640776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24406, "Shape__Length": 58.501252906773111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132478602118297, 40.016346723025698 ], [ -75.132995586509793, 40.016418992014501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11803, "tnode_": 11737, "lpoly_": null, "rpoly_": null, "length": 671.77111509000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 67300, "l_hundred": 800, "r_hundred": 800, "seg_id": 640777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 24407, "Shape__Length": 267.04110421996006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111362269447596, 40.015876134335798 ], [ -75.109026902036703, 40.0162960634743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11803, "tnode_": 11638, "lpoly_": null, "rpoly_": null, "length": 496.11838194999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4450, "l_t_add": 4556, "r_f_add": 4451, "r_t_add": 4557, "st_code": 35900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640778, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24408, "Shape__Length": 197.93583264427366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111362269447596, 40.015876134335798 ], [ -75.111075193922105, 40.017220032950299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11806, "tnode_": 11628, "lpoly_": null, "rpoly_": null, "length": 548.88809149000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 87850, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640779, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24409, "Shape__Length": 218.98915857733553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131983559991696, 40.016288322281902 ], [ -75.131654253534407, 40.017773660153502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11806, "tnode_": 11801, "lpoly_": null, "rpoly_": null, "length": 140.28037145000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 311, "st_code": 19100, "l_hundred": 300, "r_hundred": 300, "seg_id": 640780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24410, "Shape__Length": 55.757790444045781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131983559991696, 40.016288322281902 ], [ -75.132478602118297, 40.016346723025698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11808, "tnode_": 28295, "lpoly_": null, "rpoly_": null, "length": 489.9354985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4400, "l_t_add": 4430, "r_f_add": 4401, "r_t_add": 4431, "st_code": 82820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640781, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24411, "Shape__Length": 195.30624138717926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117478663917595, 40.015792281619703 ], [ -75.116626269024906, 40.016966716697098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11808, "tnode_": 11633, "lpoly_": null, "rpoly_": null, "length": 606.80838576000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 44100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640782, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 24412, "Shape__Length": 242.11831609245485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117478663917595, 40.015792281619703 ], [ -75.117327188976006, 40.017453967193603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11804, "tnode_": 11809, "lpoly_": null, "rpoly_": null, "length": 452.62267758999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 0, "r_t_add": 0, "st_code": 44040, "l_hundred": 1100, "r_hundred": 0, "seg_id": 640783, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24413, "Shape__Length": 180.15802138310269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143645560966903, 40.016566399255801 ], [ -75.143778583265799, 40.016605510821201 ], [ -75.143857298777206, 40.016626759502103 ], [ -75.143949420328397, 40.016688452861402 ], [ -75.144000543141402, 40.016799087140598 ], [ -75.144071396803497, 40.016860297701598 ], [ -75.144154873678403, 40.016899899894 ], [ -75.144264818059796, 40.016920640621699 ], [ -75.144360588949695, 40.016898486395398 ], [ -75.144505644596506, 40.0168287953354 ], [ -75.1445807390227, 40.0167271072144 ], [ -75.144638859679006, 40.016655443348697 ], [ -75.144743699277797, 40.016603085148603 ], [ -75.144877240766704, 40.016572317764798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11809, "tnode_": 11812, "lpoly_": null, "rpoly_": null, "length": 533.68646233000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 44040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640785, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24414, "Shape__Length": 212.10828219531098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144877240766704, 40.016572317764798 ], [ -75.146782289002601, 40.016600401267802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11812, "tnode_": 11488, "lpoly_": null, "rpoly_": null, "length": 2292.1720357499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640786, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24415, "Shape__Length": 912.34080244324241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146782289002601, 40.016600401267802 ], [ -75.146614252769098, 40.016871787265103 ], [ -75.146517528392906, 40.017125034208497 ], [ -75.1465226140363, 40.017404917057803 ], [ -75.146564907295698, 40.0175396774208 ], [ -75.146725262009397, 40.017896063162198 ], [ -75.146746854346702, 40.018158073653296 ], [ -75.146708948890193, 40.018321425115502 ], [ -75.146648964545093, 40.018441703716697 ], [ -75.146556201303994, 40.018591647618202 ], [ -75.146401841011894, 40.018697621625599 ], [ -75.146065470512994, 40.018805550908702 ], [ -75.145810696149397, 40.0188484281679 ], [ -75.145533378232301, 40.018860384120799 ], [ -75.145095954524507, 40.018864449219102 ], [ -75.144253494456706, 40.0188191832898 ], [ -75.143746977258303, 40.018825933520802 ], [ -75.1435008059116, 40.018850755288199 ], [ -75.143269506554603, 40.018900241706604 ], [ -75.142917790090607, 40.018995648849497 ], [ -75.142507945367598, 40.019162717671101 ], [ -75.142132049251899, 40.019269738074897 ], [ -75.141877737626501, 40.019300453429999 ], [ -75.141677171396395, 40.019298202528503 ], [ -75.141441282950893, 40.0192049241993 ], [ -75.141359497777401, 40.019131025985097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11812, "tnode_": 11814, "lpoly_": null, "rpoly_": null, "length": 113.20557696, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 44040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640787, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24416, "Shape__Length": 44.992977869124729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146782289002601, 40.016600401267802 ], [ -75.147185761549494, 40.016618692354797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11814, "tnode_": 11610, "lpoly_": null, "rpoly_": null, "length": 587.4152707000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 61300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24417, "Shape__Length": 234.38765429340074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147185761549494, 40.016618692354797 ], [ -75.147183482976899, 40.0182312170421 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11814, "tnode_": 11791, "lpoly_": null, "rpoly_": null, "length": 345.86635637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1332, "r_f_add": 1301, "r_t_add": 1331, "st_code": 44040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640789, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24418, "Shape__Length": 137.48096556261345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147185761549494, 40.016618692354797 ], [ -75.148397893055801, 40.016799916106201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11816, "tnode_": 11634, "lpoly_": null, "rpoly_": null, "length": 549.61523974, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 18100, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640790, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 24419, "Shape__Length": 219.28122519290332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131393299639996, 40.016199276429397 ], [ -75.1310790719305, 40.017688566320103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11816, "tnode_": 11806, "lpoly_": null, "rpoly_": null, "length": 168.48007844, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 264, "l_t_add": 298, "r_f_add": 275, "r_t_add": 299, "st_code": 19100, "l_hundred": 200, "r_hundred": 200, "seg_id": 640791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24420, "Shape__Length": 66.970097049683901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131393299639996, 40.016199276429397 ], [ -75.131983559991696, 40.016288322281902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11818, "tnode_": 11768, "lpoly_": null, "rpoly_": null, "length": 175.58762982000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4514, "r_f_add": 4501, "r_t_add": 4519, "st_code": 50080, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 640792, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24421, "Shape__Length": 69.964448000219477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088895652876303, 40.015267811939999 ], [ -75.088849973650298, 40.015313678374802 ], [ -75.088526240131202, 40.015657217200797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11774, "tnode_": 11818, "lpoly_": null, "rpoly_": null, "length": 234.49868015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1349, "l_t_add": 1399, "r_f_add": 1342, "r_t_add": 1398, "st_code": 71640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640793, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 24422, "Shape__Length": 93.323323556285985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089575162052697, 40.015643851759002 ], [ -75.088895652876303, 40.015267811939999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11818, "tnode_": 11857, "lpoly_": null, "rpoly_": null, "length": 292.5032648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 71640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640794, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 24423, "Shape__Length": 116.39875387843463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088895652876303, 40.015267811939999 ], [ -75.088037069403597, 40.014810736254198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12232, "tnode_": 12273, "lpoly_": null, "rpoly_": null, "length": 204.44882483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1532, "st_code": 69680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24424, "Shape__Length": 81.36172106004436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091278797059502, 40.011229323661503 ], [ -75.090690011144702, 40.010897649477002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11819, "tnode_": 11753, "lpoly_": null, "rpoly_": null, "length": 702.18994326999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 83800, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640795, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24425, "Shape__Length": 279.14503089289195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092282006674395, 40.015303983374302 ], [ -75.091031177196996, 40.015557212173697 ], [ -75.0898573911319, 40.015793965621299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11819, "tnode_": 11673, "lpoly_": null, "rpoly_": null, "length": 541.07534954999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 61040, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 24426, "Shape__Length": 215.59632901822749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092282006674395, 40.015303983374302 ], [ -75.092192767648996, 40.015421195121398 ], [ -75.091142164346294, 40.016502214412803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11767, "tnode_": 11819, "lpoly_": null, "rpoly_": null, "length": 260.89477072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 78900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24427, "Shape__Length": 103.84524460133301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093013868027597, 40.015746999724797 ], [ -75.092282006674395, 40.015303983374302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11823, "tnode_": 11640, "lpoly_": null, "rpoly_": null, "length": 549.46545704000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 12440, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640798, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 24428, "Shape__Length": 219.22185757511079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130794004957707, 40.016129658354799 ], [ -75.130484261351896, 40.017619087042803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11823, "tnode_": 11816, "lpoly_": null, "rpoly_": null, "length": 169.76355185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 248, "l_t_add": 262, "r_f_add": 265, "r_t_add": 273, "st_code": 19100, "l_hundred": 200, "r_hundred": 200, "seg_id": 640799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24429, "Shape__Length": 67.476251494732978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130794004957707, 40.016129658354799 ], [ -75.131393299639996, 40.016199276429397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11835, "tnode_": 11495, "lpoly_": null, "rpoly_": null, "length": 1218.3270920099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4300, "l_t_add": 4498, "r_f_add": 4301, "r_t_add": 4499, "st_code": 68600, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640800, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-11-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24430, "Shape__Length": 485.5254025526599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1295859699337, 40.015970123240798 ], [ -75.128169591180793, 40.0172840889798 ], [ -75.127737735190095, 40.0178155193042 ], [ -75.127281847213197, 40.018559267421402 ], [ -75.127171911828398, 40.018728323334201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11835, "tnode_": 11823, "lpoly_": null, "rpoly_": null, "length": 343.31798086000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 246, "r_f_add": 201, "r_t_add": 263, "st_code": 19100, "l_hundred": 200, "r_hundred": 200, "seg_id": 640801, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24431, "Shape__Length": 136.46246510383796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1295859699337, 40.015970123240798 ], [ -75.130794004957707, 40.016129658354799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11841, "tnode_": 11767, "lpoly_": null, "rpoly_": null, "length": 263.61287213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 43560, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640802, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 24432, "Shape__Length": 105.06535891638278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093514768365196, 40.015134354660901 ], [ -75.093013868027597, 40.015746999724797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11729, "tnode_": 11841, "lpoly_": null, "rpoly_": null, "length": 356.0155136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1151, "l_t_add": 1197, "r_f_add": 1196, "r_t_add": 1196, "st_code": 11280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640803, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24433, "Shape__Length": 142.02946166397956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093602195519395, 40.016091770973297 ], [ -75.0936776113832, 40.015680589882898 ], [ -75.093666323518903, 40.015564770888197 ], [ -75.093514768365196, 40.015134354660901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11804, "tnode_": 11809, "lpoly_": null, "rpoly_": null, "length": 442.77889733000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1101, "r_t_add": 1199, "st_code": 44040, "l_hundred": 0, "r_hundred": 1100, "seg_id": 640804, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2001-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24434, "Shape__Length": 176.22583445023903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143645560966903, 40.016566399255801 ], [ -75.143765839565503, 40.016544126062001 ], [ -75.143872314341806, 40.016499767178601 ], [ -75.143952870866201, 40.016426235077603 ], [ -75.144027271903695, 40.016336971961501 ], [ -75.144158679701505, 40.01625939673 ], [ -75.1443486757057, 40.016240320654298 ], [ -75.144485130455394, 40.016295389784197 ], [ -75.144563382511805, 40.016369926428403 ], [ -75.144624099005895, 40.016478938219898 ], [ -75.144736174936895, 40.016534962175797 ], [ -75.144877240766704, 40.016572317764798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11844, "tnode_": 11534, "lpoly_": null, "rpoly_": null, "length": 1028.5546739599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 87990, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640805, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24435, "Shape__Length": 410.22608212258126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142022882654302, 40.016172354837202 ], [ -75.1419383563384, 40.016326532361099 ], [ -75.141820475391299, 40.016512394360397 ], [ -75.141757215252596, 40.016717741772297 ], [ -75.141735104887502, 40.0168814506454 ], [ -75.141743206123607, 40.017082338045697 ], [ -75.141788722059104, 40.017338811454103 ], [ -75.141850745196805, 40.017577415005299 ], [ -75.141906032886197, 40.017785456060999 ], [ -75.141891825802404, 40.0179493444682 ], [ -75.141844604609602, 40.018148974350403 ], [ -75.141749729716494, 40.018353604576397 ], [ -75.141605799719201, 40.018599692760397 ], [ -75.141334259774496, 40.018820755398899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11844, "tnode_": 11804, "lpoly_": null, "rpoly_": null, "length": 498.21315714000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 44040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640806, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24436, "Shape__Length": 198.13017964382496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142022882654302, 40.016172354837202 ], [ -75.142176383751703, 40.0163076110641 ], [ -75.142486904974206, 40.016460628540301 ], [ -75.142847414679395, 40.016547880284598 ], [ -75.143645560966903, 40.016566399255801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11851, "tnode_": 11819, "lpoly_": null, "rpoly_": null, "length": 346.34047063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 83800, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24437, "Shape__Length": 137.68730283645004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093471271711707, 40.015043714145897 ], [ -75.092282006674395, 40.015303983374302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11841, "tnode_": 11851, "lpoly_": null, "rpoly_": null, "length": 35.19478303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1199, "l_t_add": 1199, "r_f_add": 1198, "r_t_add": 1198, "st_code": 11280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640808, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24438, "Shape__Length": 14.036161482215975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093514768365196, 40.015134354660901 ], [ -75.093471271711707, 40.015043714145897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11819, "tnode_": 11850, "lpoly_": null, "rpoly_": null, "length": 178.33767152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1317, "r_f_add": 1300, "r_t_add": 1312, "st_code": 78900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640809, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24439, "Shape__Length": 70.981862501117689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092282006674395, 40.015303983374302 ], [ -75.091778306020402, 40.015004535694601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11854, "tnode_": 11773, "lpoly_": null, "rpoly_": null, "length": 264.35178681000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4130, "l_t_add": 4198, "r_f_add": 4131, "r_t_add": 4199, "st_code": 19140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640810, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24440, "Shape__Length": 105.46993539835844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149728962120406, 40.0162240867379 ], [ -75.149588638686794, 40.016941698757101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11856, "tnode_": 11803, "lpoly_": null, "rpoly_": null, "length": 528.81763851999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 67300, "l_hundred": 700, "r_hundred": 700, "seg_id": 640811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 24441, "Shape__Length": 210.21437032499927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1131994790736, 40.015541712628902 ], [ -75.111362269447596, 40.015876134335798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11873, "tnode_": 11691, "lpoly_": null, "rpoly_": null, "length": 589.3466172, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87970, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640812, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24442, "Shape__Length": 235.1277208425646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141129187472202, 40.015827216453403 ], [ -75.140764122115201, 40.017420507684299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11873, "tnode_": 11844, "lpoly_": null, "rpoly_": null, "length": 284.37828324999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 44040, "l_hundred": 900, "r_hundred": 900, "seg_id": 640813, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24443, "Shape__Length": 113.12035154583177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141129187472202, 40.015827216453403 ], [ -75.141323747154999, 40.015861211118299 ], [ -75.141563435147006, 40.015922486410901 ], [ -75.141690150222203, 40.015984297157303 ], [ -75.141871981198506, 40.016081478673698 ], [ -75.142022882654302, 40.016172354837202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11874, "tnode_": 11803, "lpoly_": null, "rpoly_": null, "length": 257.28457146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4400, "l_t_add": 4448, "r_f_add": 4401, "r_t_add": 4449, "st_code": 35900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640814, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24444, "Shape__Length": 102.6485888348366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111499720325995, 40.015177809201703 ], [ -75.111362269447596, 40.015876134335798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11876, "tnode_": 11854, "lpoly_": null, "rpoly_": null, "length": 71.41461517, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4128, "l_t_add": 4128, "r_f_add": 4125, "r_t_add": 4129, "st_code": 19140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640815, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24445, "Shape__Length": 28.491762627812985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149772184912607, 40.016030882479001 ], [ -75.149728962120406, 40.0162240867379 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11876, "tnode_": 11831, "lpoly_": null, "rpoly_": null, "length": 443.35109715, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JEROME", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 46100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640816, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JEROME ST", "stname": "W JEROME ST", "objectid": 24446, "Shape__Length": 176.32582095660351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149772184912607, 40.016030882479001 ], [ -75.150158015558006, 40.016161688345697 ], [ -75.151210676490294, 40.0165385912277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11880, "tnode_": 11701, "lpoly_": null, "rpoly_": null, "length": 589.7905678599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 27360, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24447, "Shape__Length": 235.30718972493531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1405993480723, 40.015753654953699 ], [ -75.140251456032203, 40.017350451732902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11880, "tnode_": 11873, "lpoly_": null, "rpoly_": null, "length": 150.80535747, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 822, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 44040, "l_hundred": 800, "r_hundred": 800, "seg_id": 640818, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24448, "Shape__Length": 59.942768369270631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1405993480723, 40.015753654953699 ], [ -75.141129187472202, 40.015827216453403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11881, "tnode_": 11814, "lpoly_": null, "rpoly_": null, "length": 264.4579311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4128, "l_t_add": 4198, "r_f_add": 4129, "r_t_add": 4199, "st_code": 61300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640819, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24449, "Shape__Length": 105.52056244293968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147214509040097, 40.0158930600332 ], [ -75.147185761549494, 40.016618692354797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11881, "tnode_": 11854, "lpoly_": null, "rpoly_": null, "length": 714.64096526000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JEROME", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 46100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640820, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JEROME ST", "stname": "W JEROME ST", "objectid": 24450, "Shape__Length": 284.05653781720196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147214509040097, 40.0158930600332 ], [ -75.149576503782697, 40.016195675841701 ], [ -75.149728962120406, 40.0162240867379 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11885, "tnode_": 11711, "lpoly_": null, "rpoly_": null, "length": 588.97072192999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87950, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640821, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24451, "Shape__Length": 234.97993856638411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140098548476303, 40.015690989375102 ], [ -75.139751550892598, 40.0172856193564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11885, "tnode_": 11880, "lpoly_": null, "rpoly_": null, "length": 142.11703702999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 44040, "l_hundred": 800, "r_hundred": 800, "seg_id": 640822, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24452, "Shape__Length": 56.48794883246407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140098548476303, 40.015690989375102 ], [ -75.1405993480723, 40.015753654953699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11888, "tnode_": 11719, "lpoly_": null, "rpoly_": null, "length": 586.91069834000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 34980, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640823, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24453, "Shape__Length": 234.15646560471714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139466847437305, 40.015608695555301 ], [ -75.1391122216301, 40.017196595574497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11888, "tnode_": 11885, "lpoly_": null, "rpoly_": null, "length": 179.45834631, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 44040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640824, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24454, "Shape__Length": 71.33069849436437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139466847437305, 40.015608695555301 ], [ -75.140098548476303, 40.015690989375102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11891, "tnode_": 11737, "lpoly_": null, "rpoly_": null, "length": 514.59807518999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 39700, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640825, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24455, "Shape__Length": 205.30529974910124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109328227288202, 40.0149025589605 ], [ -75.109026902036703, 40.0162960634743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11874, "tnode_": 11891, "lpoly_": null, "rpoly_": null, "length": 616.44068057000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 21940, "l_hundred": 800, "r_hundred": 800, "seg_id": 640826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24456, "Shape__Length": 245.0178465571646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111499720325995, 40.015177809201703 ], [ -75.109328227288202, 40.0149025589605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11894, "tnode_": 11723, "lpoly_": null, "rpoly_": null, "length": 588.15664028000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87930, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640827, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24457, "Shape__Length": 234.65429357644524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138817073713696, 40.0155175284347 ], [ -75.138468807838507, 40.0171097287541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11894, "tnode_": 11888, "lpoly_": null, "rpoly_": null, "length": 185.0043086, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 44040, "l_hundred": 700, "r_hundred": 700, "seg_id": 640828, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24458, "Shape__Length": 73.536259040685806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138817073713696, 40.0155175284347 ], [ -75.139466847437305, 40.015608695555301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12421, "tnode_": 12237, "lpoly_": null, "rpoly_": null, "length": 586.22664396999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 44760, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24459, "Shape__Length": 233.87385078631701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108371566614494, 40.009961987965497 ], [ -75.108089128204597, 40.011556528675598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11891, "tnode_": 11905, "lpoly_": null, "rpoly_": null, "length": 274.36954761000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 919, "r_f_add": 900, "r_t_add": 918, "st_code": 21940, "l_hundred": 900, "r_hundred": 900, "seg_id": 640829, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24460, "Shape__Length": 109.0527444867574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109328227288202, 40.0149025589605 ], [ -75.108868173738003, 40.0148462294297 ], [ -75.108360435514498, 40.014786252851003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11903, "tnode_": 11774, "lpoly_": null, "rpoly_": null, "length": 558.6144112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELIZABETH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 31140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640830, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELIZABETH ST", "stname": "ELIZABETH ST", "objectid": 24461, "Shape__Length": 222.57254079570998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090771307151698, 40.014416849805201 ], [ -75.090243077309907, 40.014950739399097 ], [ -75.089575162052697, 40.015643851759002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11850, "tnode_": 11903, "lpoly_": null, "rpoly_": null, "length": 354.10404683999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1319, "l_t_add": 1361, "r_f_add": 1314, "r_t_add": 1338, "st_code": 78900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640831, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24462, "Shape__Length": 140.93458120839293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091778306020402, 40.015004535694601 ], [ -75.090771307151698, 40.014416849805201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11904, "tnode_": 11731, "lpoly_": null, "rpoly_": null, "length": 592.39769798999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 53860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640832, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24463, "Shape__Length": 236.34601174048893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137991997726303, 40.015409269895201 ], [ -75.137641467575804, 40.017012983058201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11904, "tnode_": 11894, "lpoly_": null, "rpoly_": null, "length": 234.44158112, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 628, "l_t_add": 698, "r_f_add": 629, "r_t_add": 699, "st_code": 44040, "l_hundred": 600, "r_hundred": 600, "seg_id": 640833, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24464, "Shape__Length": 93.185199174899822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137991997726303, 40.015409269895201 ], [ -75.138817073713696, 40.0155175284347 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11905, "tnode_": 11800, "lpoly_": null, "rpoly_": null, "length": 576.86054285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 53060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640834, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 24465, "Shape__Length": 229.78249431431021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108360435514498, 40.014786252851003 ], [ -75.108202951787504, 40.015502617629103 ], [ -75.108159653531203, 40.015598932807499 ], [ -75.107997101882702, 40.015710749920103 ], [ -75.107256317530997, 40.015854377781302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11907, "tnode_": 11876, "lpoly_": null, "rpoly_": null, "length": 128.84595267, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4112, "l_t_add": 4126, "r_f_add": 4111, "r_t_add": 4123, "st_code": 19140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640836, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24466, "Shape__Length": 51.405726158837645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149841567294303, 40.015681231126202 ], [ -75.149772184912607, 40.016030882479001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11905, "tnode_": 11912, "lpoly_": null, "rpoly_": null, "length": 265.09381242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 921, "l_t_add": 999, "r_f_add": 920, "r_t_add": 998, "st_code": 21940, "l_hundred": 900, "r_hundred": 900, "seg_id": 640837, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24467, "Shape__Length": 105.36908907744058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108360435514498, 40.014786252851003 ], [ -75.1079250350802, 40.014727851180098 ], [ -75.107904293211206, 40.014725242050503 ], [ -75.107429192724297, 40.014656520868698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11910, "tnode_": 11746, "lpoly_": null, "rpoly_": null, "length": 590.9826962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87910, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640838, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24468, "Shape__Length": 235.78082304485847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137165862664105, 40.015308739073397 ], [ -75.136814123462003, 40.016908356322503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11910, "tnode_": 11904, "lpoly_": null, "rpoly_": null, "length": 234.27784062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 626, "r_f_add": 601, "r_t_add": 627, "st_code": 44040, "l_hundred": 600, "r_hundred": 600, "seg_id": 640839, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24469, "Shape__Length": 93.118548975547782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137165862664105, 40.015308739073397 ], [ -75.137991997726303, 40.015409269895201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11911, "tnode_": 11850, "lpoly_": null, "rpoly_": null, "length": 457.69493878000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PILLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 64780, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PILLING ST", "stname": "PILLING ST", "objectid": 24470, "Shape__Length": 182.12122646605397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093116155127206, 40.014357165876199 ], [ -75.092122849715295, 40.014659513722897 ], [ -75.091778306020402, 40.015004535694601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11851, "tnode_": 11911, "lpoly_": null, "rpoly_": null, "length": 269.15186237999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1226, "st_code": 11280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640841, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24471, "Shape__Length": 107.33376924034737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093471271711707, 40.015043714145897 ], [ -75.093116155127206, 40.014357165876199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11912, "tnode_": 11800, "lpoly_": null, "rpoly_": null, "length": 444.63522372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4436, "r_f_add": 4401, "r_t_add": 4439, "st_code": 44760, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640842, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24472, "Shape__Length": 177.38519770213998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107429192724297, 40.014656520868698 ], [ -75.107360836517103, 40.0147838113771 ], [ -75.107217218102505, 40.015425195839398 ], [ -75.107215185031706, 40.015680591545603 ], [ -75.107256317530997, 40.015854377781302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11918, "tnode_": 11754, "lpoly_": null, "rpoly_": null, "length": 588.34922027000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 33240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640843, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24473, "Shape__Length": 234.7302751855913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136503033635506, 40.015221973088302 ], [ -75.136155766086603, 40.016814838172401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11918, "tnode_": 11910, "lpoly_": null, "rpoly_": null, "length": 188.32789043, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 530, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 44040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640844, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24474, "Shape__Length": 74.85579884458555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136503033635506, 40.015221973088302 ], [ -75.137165862664105, 40.015308739073397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11912, "tnode_": 11920, "lpoly_": null, "rpoly_": null, "length": 201.32670709, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1014, "st_code": 21940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640845, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24475, "Shape__Length": 80.021450360908617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107429192724297, 40.014656520868698 ], [ -75.106720282604002, 40.014565305629297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11922, "tnode_": 11762, "lpoly_": null, "rpoly_": null, "length": 590.4430563, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 67820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640846, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24476, "Shape__Length": 235.5602558101281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1358914732795, 40.0151499470972 ], [ -75.135550453602207, 40.016649569079597 ], [ -75.135556952474602, 40.016686208490299 ], [ -75.135584817893204, 40.016743840783697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11922, "tnode_": 11918, "lpoly_": null, "rpoly_": null, "length": 173.29437574, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 512, "l_t_add": 528, "r_f_add": 513, "r_t_add": 529, "st_code": 44040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640847, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24477, "Shape__Length": 68.878828146640174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1358914732795, 40.0151499470972 ], [ -75.136503033635506, 40.015221973088302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11923, "tnode_": 11835, "lpoly_": null, "rpoly_": null, "length": 354.75105664, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4298, "r_f_add": 4101, "r_t_add": 4299, "st_code": 87830, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640848, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 24478, "Shape__Length": 141.50827389977084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129698032363507, 40.015033215292398 ], [ -75.129546261872207, 40.0156369019114 ], [ -75.129507847291194, 40.015812400841 ], [ -75.129504563212606, 40.015897472749202 ], [ -75.1295859699337, 40.015970123240798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11920, "tnode_": 11925, "lpoly_": null, "rpoly_": null, "length": 176.68480847000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1017, "l_t_add": 1027, "r_f_add": 1016, "r_t_add": 1026, "st_code": 21940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24479, "Shape__Length": 70.226900433997528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106720282604002, 40.014565305629297 ], [ -75.106098106703598, 40.0144854179078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11931, "tnode_": 11881, "lpoly_": null, "rpoly_": null, "length": 201.41646157000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4110, "l_t_add": 4126, "r_f_add": 4111, "r_t_add": 4127, "st_code": 61300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24480, "Shape__Length": 80.366031362228739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147202819824599, 40.015340223151 ], [ -75.147205631295407, 40.015521603567898 ], [ -75.147214509040097, 40.0158930600332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11931, "tnode_": 11907, "lpoly_": null, "rpoly_": null, "length": 749.66950841999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 24420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640851, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLWYN ST", "stname": "COLWYN ST", "objectid": 24481, "Shape__Length": 297.97638224070511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147202819824599, 40.015340223151 ], [ -75.149663843652604, 40.015646105030903 ], [ -75.149841567294303, 40.015681231126202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11925, "tnode_": 11933, "lpoly_": null, "rpoly_": null, "length": 183.9245575, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 21940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640852, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24482, "Shape__Length": 73.106608004265979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106098106703598, 40.0144854179078 ], [ -75.1054529936292, 40.014391240622203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11935, "tnode_": 11771, "lpoly_": null, "rpoly_": null, "length": 583.965214, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87890, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640853, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24483, "Shape__Length": 232.98047239656378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135192115533201, 40.015065823373298 ], [ -75.134846137056002, 40.016646651645402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11935, "tnode_": 11922, "lpoly_": null, "rpoly_": null, "length": 198.27118739, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 511, "st_code": 44040, "l_hundred": 500, "r_hundred": 500, "seg_id": 640854, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24484, "Shape__Length": 78.806501812887419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135192115533201, 40.015065823373298 ], [ -75.1358914732795, 40.0151499470972 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11937, "tnode_": 11818, "lpoly_": null, "rpoly_": null, "length": 565.07230006000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 50080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24485, "Shape__Length": 225.14743223285708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090099780190599, 40.014023234282597 ], [ -75.088895652876303, 40.015267811939999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11903, "tnode_": 11937, "lpoly_": null, "rpoly_": null, "length": 236.51625214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1363, "l_t_add": 1399, "r_f_add": 1340, "r_t_add": 1398, "st_code": 78900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640856, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24486, "Shape__Length": 94.134323064915606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090771307151698, 40.014416849805201 ], [ -75.090099780190599, 40.014023234282597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11933, "tnode_": 11939, "lpoly_": null, "rpoly_": null, "length": 190.34548305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 21940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640857, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24487, "Shape__Length": 75.656900628341077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1054529936292, 40.014391240622203 ], [ -75.104783280212501, 40.0143026127366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11941, "tnode_": 11907, "lpoly_": null, "rpoly_": null, "length": 128.8313459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4110, "r_f_add": 4101, "r_t_add": 4109, "st_code": 19140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640858, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24488, "Shape__Length": 51.396074994037939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149933994314395, 40.015334787516501 ], [ -75.149841567294303, 40.015681231126202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11941, "tnode_": 11944, "lpoly_": null, "rpoly_": null, "length": 119.19509892, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1402, "r_f_add": 1401, "r_t_add": 1423, "st_code": 52100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24489, "Shape__Length": 47.38458830637618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149933994314395, 40.015334787516501 ], [ -75.150101907796397, 40.015348743292797 ], [ -75.150198522135497, 40.015350930894797 ], [ -75.150334226860807, 40.015324127490203 ], [ -75.150340370044702, 40.015309580874302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11970, "tnode_": 11835, "lpoly_": null, "rpoly_": null, "length": 681.91939188000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 68600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640860, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24490, "Shape__Length": 271.64293075284121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131137067674402, 40.014544270340302 ], [ -75.130984256949105, 40.014808283715801 ], [ -75.1295859699337, 40.015970123240798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11970, "tnode_": 11823, "lpoly_": null, "rpoly_": null, "length": 585.59061565000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 12440, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 24491, "Shape__Length": 233.62736455699675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131137067674402, 40.014544270340302 ], [ -75.131107031191107, 40.014749974824099 ], [ -75.130794004957707, 40.016129658354799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11939, "tnode_": 11947, "lpoly_": null, "rpoly_": null, "length": 177.56989364999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1113, "l_t_add": 1123, "r_f_add": 1112, "r_t_add": 1122, "st_code": 21940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24492, "Shape__Length": 70.577004949374384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104783280212501, 40.0143026127366 ], [ -75.104156358106906, 40.0142302385919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11949, "tnode_": 11931, "lpoly_": null, "rpoly_": null, "length": 133.41591838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4108, "r_f_add": 4101, "r_t_add": 4109, "st_code": 61300, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640863, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24493, "Shape__Length": 53.233089075746463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147214871647904, 40.014974097609397 ], [ -75.147202819824599, 40.015340223151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11947, "tnode_": 11953, "lpoly_": null, "rpoly_": null, "length": 189.90251599000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 21940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24494, "Shape__Length": 75.480918075807779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104156358106906, 40.0142302385919 ], [ -75.103488508435902, 40.014140471080999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11953, "tnode_": 11958, "lpoly_": null, "rpoly_": null, "length": 188.54399004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 21940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24495, "Shape__Length": 74.940924462683896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103488508435902, 40.014140471080999 ], [ -75.102825530816801, 40.014050935414701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11960, "tnode_": 11806, "lpoly_": null, "rpoly_": null, "length": 584.87291512999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 87850, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640866, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 24496, "Shape__Length": 233.34156674014949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132328825721302, 40.014704875517097 ], [ -75.131983559991696, 40.016288322281902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11960, "tnode_": 11935, "lpoly_": null, "rpoly_": null, "length": 812.71177761999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 498, "r_f_add": 301, "r_t_add": 499, "st_code": 44040, "l_hundred": 300, "r_hundred": 300, "seg_id": 640867, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24497, "Shape__Length": 323.02899362369624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132328825721302, 40.014704875517097 ], [ -75.134600422753195, 40.014990111695603 ], [ -75.135192115533201, 40.015065823373298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11961, "tnode_": 11941, "lpoly_": null, "rpoly_": null, "length": 627.59722069000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 52100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640868, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24498, "Shape__Length": 249.45552760915456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147726361335003, 40.015041546183397 ], [ -75.149713884232597, 40.0152968761859 ], [ -75.149933994314395, 40.015334787516501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11958, "tnode_": 11964, "lpoly_": null, "rpoly_": null, "length": 174.51302038, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1217, "l_t_add": 1227, "r_f_add": 1216, "r_t_add": 1226, "st_code": 21940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640869, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24499, "Shape__Length": 69.364307070949025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102825530816801, 40.014050935414701 ], [ -75.102212336636498, 40.013966135458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11949, "tnode_": 11961, "lpoly_": null, "rpoly_": null, "length": 145.35903858, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1230, "l_t_add": 1298, "r_f_add": 1231, "r_t_add": 1299, "st_code": 52100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640871, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24500, "Shape__Length": 57.776589001883011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147214871647904, 40.014974097609397 ], [ -75.147726361335003, 40.015041546183397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11968, "tnode_": 11816, "lpoly_": null, "rpoly_": null, "length": 583.51674910999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 18100, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640872, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 24501, "Shape__Length": 232.79786053178492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131753615936404, 40.014621593091697 ], [ -75.131393299639996, 40.016199276429397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11968, "tnode_": 11960, "lpoly_": null, "rpoly_": null, "length": 163.94760226, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 266, "l_t_add": 298, "r_f_add": 267, "r_t_add": 299, "st_code": 44040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640873, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24502, "Shape__Length": 65.166211896790273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131753615936404, 40.014621593091697 ], [ -75.132328825721302, 40.014704875517097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11964, "tnode_": 11969, "lpoly_": null, "rpoly_": null, "length": 184.83729976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 21940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640874, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24503, "Shape__Length": 73.465770762178792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102212336636498, 40.013966135458503 ], [ -75.101560479183803, 40.0138872026277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11970, "tnode_": 11968, "lpoly_": null, "rpoly_": null, "length": 174.9772414, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 250, "l_t_add": 264, "r_f_add": 223, "r_t_add": 265, "st_code": 44040, "l_hundred": 200, "r_hundred": 200, "seg_id": 640876, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24504, "Shape__Length": 69.547917993691584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131137067674402, 40.014544270340302 ], [ -75.131753615936404, 40.014621593091697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11969, "tnode_": 11976, "lpoly_": null, "rpoly_": null, "length": 212.35079650999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1335, "r_f_add": 1300, "r_t_add": 1334, "st_code": 21940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640879, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24505, "Shape__Length": 84.400723880376972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101560479183803, 40.0138872026277 ], [ -75.100811009127597, 40.013799413804897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11980, "tnode_": 11896, "lpoly_": null, "rpoly_": null, "length": 444.53955394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FACTORY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 33140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640880, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FACTORY ST", "stname": "FACTORY ST", "objectid": 24506, "Shape__Length": 177.10563303279048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092680881584997, 40.013511743913497 ], [ -75.091705398685406, 40.014474330369701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11911, "tnode_": 11980, "lpoly_": null, "rpoly_": null, "length": 331.22790268999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1227, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 11280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24507, "Shape__Length": 132.0878574171218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093116155127206, 40.014357165876199 ], [ -75.092680881584997, 40.013511743913497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11979, "tnode_": 11921, "lpoly_": null, "rpoly_": null, "length": 295.88863117, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4436, "r_f_add": 4401, "r_t_add": 4433, "st_code": 63815, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640882, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24508, "Shape__Length": 117.90141670595052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089238331168005, 40.0134989268564 ], [ -75.089231905582594, 40.0135058754204 ], [ -75.088847043772901, 40.0139220221579 ], [ -75.088716142983799, 40.014075046941997 ], [ -75.088625635581394, 40.0141601397833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11937, "tnode_": 11979, "lpoly_": null, "rpoly_": null, "length": 307.73807619000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 78900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640883, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24509, "Shape__Length": 122.48858590368356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090099780190599, 40.014023234282597 ], [ -75.089238331168005, 40.0134989268564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11976, "tnode_": 11981, "lpoly_": null, "rpoly_": null, "length": 201.75085396, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1337, "l_t_add": 1351, "r_f_add": 1336, "r_t_add": 1350, "st_code": 21940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640884, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24510, "Shape__Length": 80.191968855359349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100811009127597, 40.013799413804897 ], [ -75.100104018367702, 40.013693547181902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11979, "tnode_": 12022, "lpoly_": null, "rpoly_": null, "length": 276.05874108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1520, "st_code": 78900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 640887, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 24511, "Shape__Length": 109.86676991347923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089238331168005, 40.0134989268564 ], [ -75.089233909796604, 40.013496387990202 ], [ -75.088752464975002, 40.013219862671299 ], [ -75.088448744039795, 40.013045414225203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11983, "tnode_": 11949, "lpoly_": null, "rpoly_": null, "length": 310.92765376, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1228, "r_f_add": 1201, "r_t_add": 1229, "st_code": 52100, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640888, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24512, "Shape__Length": 123.6248153063962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146169294477303, 40.014734313253001 ], [ -75.146455508855396, 40.014875291557303 ], [ -75.147214871647904, 40.014974097609397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11987, "tnode_": 11941, "lpoly_": null, "rpoly_": null, "length": 187.12841167, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4034, "l_t_add": 4098, "r_f_add": 4035, "r_t_add": 4099, "st_code": 19140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640889, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24513, "Shape__Length": 74.656950615617689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150041397422598, 40.014827779026596 ], [ -75.149933994314395, 40.015334787516501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11981, "tnode_": 11993, "lpoly_": null, "rpoly_": null, "length": 206.79282891, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1353, "l_t_add": 1399, "r_f_add": 1352, "r_t_add": 1398, "st_code": 21940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24514, "Shape__Length": 82.194405870523838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100104018367702, 40.013693547181902 ], [ -75.099377602957603, 40.013592219455603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11997, "tnode_": 11923, "lpoly_": null, "rpoly_": null, "length": 644.99666447999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19100, "l_hundred": 100, "r_hundred": 100, "seg_id": 640891, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BRISTOL ST", "stname": "W BRISTOL ST", "objectid": 24515, "Shape__Length": 256.83972825932926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128618898993906, 40.014209021640497 ], [ -75.1284747354497, 40.014913019762503 ], [ -75.128540933519403, 40.015042251488801 ], [ -75.128649930312903, 40.015087314290703 ], [ -75.128800321267406, 40.015084665708102 ], [ -75.129006500594102, 40.015071126582299 ], [ -75.129150160492699, 40.015037913394899 ], [ -75.129334039626301, 40.0149873731513 ], [ -75.129698032363507, 40.015033215292398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12002, "tnode_": 11974, "lpoly_": null, "rpoly_": null, "length": 298.19850244000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 83800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 24516, "Shape__Length": 118.56974284025503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098341263510207, 40.013475571920701 ], [ -75.098025112706097, 40.013530746903299 ], [ -75.097346425743496, 40.013758308696097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11993, "tnode_": 12002, "lpoly_": null, "rpoly_": null, "length": 293.37686447, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1449, "r_f_add": 1400, "r_t_add": 1448, "st_code": 21940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24517, "Shape__Length": 116.60394243882017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099377602957603, 40.013592219455603 ], [ -75.098341263510207, 40.013475571920701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11980, "tnode_": 12003, "lpoly_": null, "rpoly_": null, "length": 140.70258703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1307, "r_f_add": 1300, "r_t_add": 1300, "st_code": 11280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24518, "Shape__Length": 56.106842890279488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092680881584997, 40.013511743913497 ], [ -75.092488770704307, 40.0131548616665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12005, "tnode_": 11987, "lpoly_": null, "rpoly_": null, "length": 92.62418101, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4030, "l_t_add": 4032, "r_f_add": 4031, "r_t_add": 4033, "st_code": 19140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640896, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24519, "Shape__Length": 36.952694921164436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150098271083806, 40.014577303273903 ], [ -75.150041397422598, 40.014827779026596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12009, "tnode_": 11961, "lpoly_": null, "rpoly_": null, "length": 194.1297994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4026, "l_t_add": 4098, "r_f_add": 4027, "r_t_add": 4099, "st_code": 88050, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640897, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24520, "Shape__Length": 77.449819058046629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147838277390605, 40.014515630155103 ], [ -75.147726361335003, 40.015041546183397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12009, "tnode_": 11987, "lpoly_": null, "rpoly_": null, "length": 628.16749937000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 47520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640898, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 24521, "Shape__Length": 249.68579656325565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147838277390605, 40.014515630155103 ], [ -75.1498334235188, 40.0147740405882 ], [ -75.150041397422598, 40.014827779026596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12011, "tnode_": 11974, "lpoly_": null, "rpoly_": null, "length": 156.44647099000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4408, "r_f_add": 4401, "r_t_add": 4409, "st_code": 21880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 640899, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24522, "Shape__Length": 62.415046718612764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097433366951094, 40.013334079169297 ], [ -75.097346425743496, 40.013758308696097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12002, "tnode_": 12011, "lpoly_": null, "rpoly_": null, "length": 259.47719136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1451, "l_t_add": 1499, "r_f_add": 1450, "r_t_add": 1498, "st_code": 21940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640900, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24523, "Shape__Length": 103.13771830724535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098341263510207, 40.013475571920701 ], [ -75.097433366951094, 40.013334079169297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12013, "tnode_": 11874, "lpoly_": null, "rpoly_": null, "length": 555.70798791000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 35900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640901, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24524, "Shape__Length": 221.70432864839137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111814357529099, 40.013671629590597 ], [ -75.111499720325995, 40.015177809201703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12017, "tnode_": 11524, "lpoly_": null, "rpoly_": null, "length": 1687.2983826999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4200, "l_t_add": 4498, "r_f_add": 4201, "r_t_add": 4499, "st_code": 35200, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640902, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24525, "Shape__Length": 673.17742333851197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125990008628307, 40.013872073424203 ], [ -75.125334084927502, 40.016969949445098 ], [ -75.125024897794702, 40.0184440803759 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12017, "tnode_": 11997, "lpoly_": null, "rpoly_": null, "length": 746.51836527, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 44040, "l_hundred": 100, "r_hundred": 100, "seg_id": 640903, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 24526, "Shape__Length": 296.71638165272105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125990008628307, 40.013872073424203 ], [ -75.128618898993906, 40.014209021640497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12021, "tnode_": 11873, "lpoly_": null, "rpoly_": null, "length": 586.19941775999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87970, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640904, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24527, "Shape__Length": 233.87286402818134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141449031108806, 40.014236931744598 ], [ -75.141129187472202, 40.015827216453403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12025, "tnode_": 11880, "lpoly_": null, "rpoly_": null, "length": 587.11671844, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 27360, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640905, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24528, "Shape__Length": 234.23540670634767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140941763810901, 40.014163698745001 ], [ -75.140616151086803, 40.015648633503403 ], [ -75.1405993480723, 40.015753654953699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12025, "tnode_": 12021, "lpoly_": null, "rpoly_": null, "length": 144.56914113, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 812, "l_t_add": 860, "r_f_add": 813, "r_t_add": 861, "st_code": 52100, "l_hundred": 800, "r_hundred": 800, "seg_id": 640906, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24529, "Shape__Length": 57.463188271731248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140941763810901, 40.014163698745001 ], [ -75.141449031108806, 40.014236931744598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12011, "tnode_": 12028, "lpoly_": null, "rpoly_": null, "length": 553.07338351, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 21940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 640907, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24530, "Shape__Length": 219.82554534470407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097433366951094, 40.013334079169297 ], [ -75.097305429924802, 40.013325579338897 ], [ -75.095485529473507, 40.013087264609702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12028, "tnode_": 12031, "lpoly_": null, "rpoly_": null, "length": 258.94673394, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1663, "r_f_add": 1600, "r_t_add": 1664, "st_code": 21940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 640908, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24531, "Shape__Length": 102.91085306488466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095485529473507, 40.013087264609702 ], [ -75.095029647994394, 40.013097003438297 ], [ -75.094561672425797, 40.013112364336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12031, "tnode_": 12026, "lpoly_": null, "rpoly_": null, "length": 118.94843105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1665, "l_t_add": 1699, "r_f_add": 1666, "r_t_add": 1698, "st_code": 21940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 640909, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAYUGA ST", "stname": "E CAYUGA ST", "objectid": 24532, "Shape__Length": 47.273402460505885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094561672425797, 40.013112364336997 ], [ -75.094138188775005, 40.013136599628197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12032, "tnode_": 11885, "lpoly_": null, "rpoly_": null, "length": 586.25658662000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87950, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640911, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24533, "Shape__Length": 233.89140832272486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140445601085801, 40.014103922136201 ], [ -75.140098548476303, 40.015690989375102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12032, "tnode_": 12025, "lpoly_": null, "rpoly_": null, "length": 140.67175127, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 52100, "l_hundred": 800, "r_hundred": 800, "seg_id": 640912, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24534, "Shape__Length": 55.911769081568586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140445601085801, 40.014103922136201 ], [ -75.140941763810901, 40.014163698745001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12034, "tnode_": 11891, "lpoly_": null, "rpoly_": null, "length": 557.48340107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 39700, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640913, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24535, "Shape__Length": 222.41046633326553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109652908469101, 40.013392700196903 ], [ -75.109328227288202, 40.0149025589605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12013, "tnode_": 12034, "lpoly_": null, "rpoly_": null, "length": 613.89868863000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 19080, "l_hundred": 800, "r_hundred": 800, "seg_id": 640914, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24536, "Shape__Length": 244.00296433543002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111814357529099, 40.013671629590597 ], [ -75.109652908469101, 40.013392700196903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12035, "tnode_": 11903, "lpoly_": null, "rpoly_": null, "length": 638.90955581000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELIZABETH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 31140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640915, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELIZABETH ST", "stname": "ELIZABETH ST", "objectid": 24537, "Shape__Length": 254.56510173199169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092130030603101, 40.013008087375297 ], [ -75.090771307151698, 40.014416849805201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12003, "tnode_": 12035, "lpoly_": null, "rpoly_": null, "length": 114.47328717000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 23140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640916, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 24538, "Shape__Length": 45.534730864200377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092488770704307, 40.0131548616665 ], [ -75.092310434581805, 40.013100780326901 ], [ -75.092130030603101, 40.013008087375297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12038, "tnode_": 11937, "lpoly_": null, "rpoly_": null, "length": 481.8586589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4316, "l_t_add": 4398, "r_f_add": 4315, "r_t_add": 4399, "st_code": 50080, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640917, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24539, "Shape__Length": 191.98958277260502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091124580845303, 40.012960800551099 ], [ -75.090099780190599, 40.014023234282597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12039, "tnode_": 11888, "lpoly_": null, "rpoly_": null, "length": 585.45044574999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 34980, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640918, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24540, "Shape__Length": 233.56965594488548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139812453796793, 40.014023685584696 ], [ -75.139466847437305, 40.015608695555301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12039, "tnode_": 12032, "lpoly_": null, "rpoly_": null, "length": 179.73844868, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 52100, "l_hundred": 700, "r_hundred": 700, "seg_id": 640919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24541, "Shape__Length": 71.439951461449766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139812453796793, 40.014023685584696 ], [ -75.140445601085801, 40.014103922136201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12042, "tnode_": 11844, "lpoly_": null, "rpoly_": null, "length": 909.35046206000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87990, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640920, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24542, "Shape__Length": 362.46840784588062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143223273863597, 40.014071038902699 ], [ -75.143075580526698, 40.014108135196999 ], [ -75.142866605255406, 40.014194618662899 ], [ -75.142737359206194, 40.014264667470897 ], [ -75.142646926994999, 40.014353842319203 ], [ -75.142531618922106, 40.014472861651498 ], [ -75.142446754895602, 40.0146229817272 ], [ -75.142417444190698, 40.014768282396901 ], [ -75.142448555754996, 40.014987937066202 ], [ -75.142484335788396, 40.015086059895502 ], [ -75.142502209285198, 40.015238513997197 ], [ -75.142496373974694, 40.015390428784102 ], [ -75.1424496231744, 40.015577905753602 ], [ -75.142350817678505, 40.015758889916498 ], [ -75.142122029027504, 40.016075264637301 ], [ -75.142022882654302, 40.016172354837202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12045, "tnode_": 11905, "lpoly_": null, "rpoly_": null, "length": 564.09877296000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 53060, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640921, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 24543, "Shape__Length": 225.04813131834064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108696942368198, 40.013259503731199 ], [ -75.108360435514498, 40.014786252851003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12034, "tnode_": 12045, "lpoly_": null, "rpoly_": null, "length": 272.1327945, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 949, "r_f_add": 900, "r_t_add": 948, "st_code": 19080, "l_hundred": 900, "r_hundred": 900, "seg_id": 640922, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24544, "Shape__Length": 108.1646954144249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109652908469101, 40.013392700196903 ], [ -75.109202375524504, 40.013329136478497 ], [ -75.109186509974606, 40.013327128987498 ], [ -75.108696942368198, 40.013259503731199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12042, "tnode_": 11812, "lpoly_": null, "rpoly_": null, "length": 1591.0693413500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640923, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 24545, "Shape__Length": 633.52202236434573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143223273863597, 40.014071038902699 ], [ -75.143433775494401, 40.014049366546999 ], [ -75.143749655047699, 40.0140626189689 ], [ -75.144062270138903, 40.0141609428781 ], [ -75.144307604191397, 40.014319223806801 ], [ -75.144491534810697, 40.014517353231099 ], [ -75.144652353289302, 40.0146996423601 ], [ -75.144854419269606, 40.014825634298703 ], [ -75.145155794227705, 40.014933830256197 ], [ -75.145391717492402, 40.014969591667402 ], [ -75.145581387888598, 40.014973894034803 ], [ -75.145905874417195, 40.014969089990998 ], [ -75.146063468091199, 40.014984827835498 ], [ -75.146227565139696, 40.015037204246397 ], [ -75.146366323305401, 40.0151315790336 ], [ -75.146465331596801, 40.015231135116402 ], [ -75.146533429798097, 40.015311743698497 ], [ -75.146569215905103, 40.015409865253801 ], [ -75.146572924024497, 40.015519423239198 ], [ -75.146542689554906, 40.015689031354803 ], [ -75.146520124953597, 40.015864894354898 ], [ -75.146526841897199, 40.0161022410228 ], [ -75.146614221209703, 40.016298842495999 ], [ -75.146717873333699, 40.016483649064 ], [ -75.146782289002601, 40.016600401267802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12046, "tnode_": 11894, "lpoly_": null, "rpoly_": null, "length": 582.73747031999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87930, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640924, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24546, "Shape__Length": 232.48688986986005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139161820431895, 40.013939959192797 ], [ -75.138817073713696, 40.0155175284347 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12046, "tnode_": 12039, "lpoly_": null, "rpoly_": null, "length": 184.77866079, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 52100, "l_hundred": 700, "r_hundred": 700, "seg_id": 640925, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24547, "Shape__Length": 73.443409552409506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139161820431895, 40.013939959192797 ], [ -75.139812453796793, 40.014023685584696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12055, "tnode_": 11949, "lpoly_": null, "rpoly_": null, "length": 322.28131787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4029, "r_t_add": 4099, "st_code": 61300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640926, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24548, "Shape__Length": 128.58963220530575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147230616873102, 40.014089479324902 ], [ -75.147214871647904, 40.014974097609397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12056, "tnode_": 11904, "lpoly_": null, "rpoly_": null, "length": 582.79043064999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 53860, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640927, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24549, "Shape__Length": 232.50751450095254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138332279257796, 40.013831684929002 ], [ -75.137998446850204, 40.015309852725998 ], [ -75.137991997726303, 40.015409269895201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12056, "tnode_": 12046, "lpoly_": null, "rpoly_": null, "length": 235.68081622, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 642, "l_t_add": 698, "r_f_add": 639, "r_t_add": 699, "st_code": 52100, "l_hundred": 600, "r_hundred": 600, "seg_id": 640928, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24550, "Shape__Length": 93.675483991389768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138332279257796, 40.013831684929002 ], [ -75.139161820431895, 40.013939959192797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12058, "tnode_": 11808, "lpoly_": null, "rpoly_": null, "length": 1623.83862344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MACALESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4498, "r_f_add": 4201, "r_t_add": 4499, "st_code": 52760, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640929, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MACALESTER ST", "stname": "MACALESTER ST", "objectid": 24551, "Shape__Length": 646.09798769380075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122363491677703, 40.013404919055802 ], [ -75.117817457349503, 40.015698440614301 ], [ -75.117478663917595, 40.015792281619703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12059, "tnode_": 11912, "lpoly_": null, "rpoly_": null, "length": 558.38121184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 44760, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640931, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24552, "Shape__Length": 222.76701675420603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107760145969394, 40.013144968242003 ], [ -75.107429192724297, 40.014656520868698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12045, "tnode_": 12059, "lpoly_": null, "rpoly_": null, "length": 265.71313843000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 951, "l_t_add": 999, "r_f_add": 950, "r_t_add": 998, "st_code": 19080, "l_hundred": 900, "r_hundred": 900, "seg_id": 640932, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24553, "Shape__Length": 105.60994180901911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108696942368198, 40.013259503731199 ], [ -75.108275276415498, 40.0132118035093 ], [ -75.108254504156207, 40.013209173910603 ], [ -75.107760145969394, 40.013144968242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12059, "tnode_": 12066, "lpoly_": null, "rpoly_": null, "length": 209.5714303, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1014, "st_code": 19080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640933, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24554, "Shape__Length": 83.295215529682281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107760145969394, 40.013144968242003 ], [ -75.107359918115904, 40.0130959478034 ], [ -75.107020593223695, 40.013057908585601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12066, "tnode_": 11920, "lpoly_": null, "rpoly_": null, "length": 555.52419540999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 62860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640934, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 24555, "Shape__Length": 221.63095360810692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107020593223695, 40.013057908585601 ], [ -75.106720282604002, 40.014565305629297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12067, "tnode_": 11910, "lpoly_": null, "rpoly_": null, "length": 586.61527250999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87910, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640936, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24556, "Shape__Length": 234.03429855159456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1375054861184, 40.013719724292002 ], [ -75.137165862664105, 40.015308739073397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12067, "tnode_": 12056, "lpoly_": null, "rpoly_": null, "length": 235.15153533, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 640, "r_f_add": 601, "r_t_add": 637, "st_code": 52100, "l_hundred": 600, "r_hundred": 600, "seg_id": 640937, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24557, "Shape__Length": 93.465728346994609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1375054861184, 40.013719724292002 ], [ -75.138332279257796, 40.013831684929002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12055, "tnode_": 12071, "lpoly_": null, "rpoly_": null, "length": 205.3518823, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 52040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640938, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24558, "Shape__Length": 81.638304505204459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147230616873102, 40.014089479324902 ], [ -75.147882453614102, 40.013933971754497 ], [ -75.147933008700605, 40.013936236532302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12071, "tnode_": 12009, "lpoly_": null, "rpoly_": null, "length": 215.07013376, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4024, "r_f_add": 4001, "r_t_add": 4025, "st_code": 88050, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640939, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24559, "Shape__Length": 85.799858647385619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147933008700605, 40.013936236532302 ], [ -75.147956780613896, 40.013986691737003 ], [ -75.147838277390605, 40.014515630155103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12072, "tnode_": 11925, "lpoly_": null, "rpoly_": null, "length": 557.57191354000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSINORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 31520, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640940, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSINORE ST", "stname": "ELSINORE ST", "objectid": 24560, "Shape__Length": 222.44504427811546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106418461837507, 40.012974766935997 ], [ -75.106098106703598, 40.0144854179078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12066, "tnode_": 12072, "lpoly_": null, "rpoly_": null, "length": 171.35873747, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1015, "l_t_add": 1025, "r_f_add": 1016, "r_t_add": 1026, "st_code": 19080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640941, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24561, "Shape__Length": 68.109542661316851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107020593223695, 40.013057908585601 ], [ -75.106418461837507, 40.012974766935997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12073, "tnode_": 11918, "lpoly_": null, "rpoly_": null, "length": 586.46660292000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 33240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640942, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24562, "Shape__Length": 233.97433425063676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136845060841196, 40.013633676877198 ], [ -75.136503033635506, 40.015221973088302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12073, "tnode_": 12067, "lpoly_": null, "rpoly_": null, "length": 187.62454706000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 530, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 52100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640943, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24563, "Shape__Length": 74.574416684520173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136845060841196, 40.013633676877198 ], [ -75.1375054861184, 40.013719724292002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12078, "tnode_": 12038, "lpoly_": null, "rpoly_": null, "length": 161.88707434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4314, "r_f_add": 4301, "r_t_add": 4313, "st_code": 50080, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640944, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24564, "Shape__Length": 64.502134750026556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091466473709104, 40.0126025001858 ], [ -75.091124580845303, 40.012960800551099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12035, "tnode_": 12078, "lpoly_": null, "rpoly_": null, "length": 237.43673107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1324, "r_t_add": 1398, "st_code": 23140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 24565, "Shape__Length": 94.506057924425377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092130030603101, 40.013008087375297 ], [ -75.091466473709104, 40.0126025001858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12072, "tnode_": 12079, "lpoly_": null, "rpoly_": null, "length": 187.19981658, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 19080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24566, "Shape__Length": 74.405010647299108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106418461837507, 40.012974766935997 ], [ -75.105759799499296, 40.012887739628397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12080, "tnode_": 11922, "lpoly_": null, "rpoly_": null, "length": 588.32943735999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 67820, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640948, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24567, "Shape__Length": 234.71679385408771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136234738785504, 40.013557031295797 ], [ -75.135903293553298, 40.015039515614902 ], [ -75.1358914732795, 40.0151499470972 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12080, "tnode_": 12073, "lpoly_": null, "rpoly_": null, "length": 173.21877265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 512, "l_t_add": 528, "r_f_add": 513, "r_t_add": 529, "st_code": 52100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24568, "Shape__Length": 68.847999635998377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136234738785504, 40.013557031295797 ], [ -75.136845060841196, 40.013633676877198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12084, "tnode_": 11935, "lpoly_": null, "rpoly_": null, "length": 588.22111638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 87890, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 640950, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24569, "Shape__Length": 234.67361347844326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135536214948701, 40.013472909359898 ], [ -75.135192115533201, 40.015065823373298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12084, "tnode_": 12080, "lpoly_": null, "rpoly_": null, "length": 198.04485461000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 511, "st_code": 52100, "l_hundred": 500, "r_hundred": 500, "seg_id": 640951, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24570, "Shape__Length": 78.714712224516447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135536214948701, 40.013472909359898 ], [ -75.136234738785504, 40.013557031295797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12085, "tnode_": 11939, "lpoly_": null, "rpoly_": null, "length": 557.09818099000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 49585, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640952, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 24571, "Shape__Length": 222.25562106536375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105102187655007, 40.012793098255003 ], [ -75.104783280212501, 40.0143026127366 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12079, "tnode_": 12085, "lpoly_": null, "rpoly_": null, "length": 187.40045580999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 19080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640953, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24572, "Shape__Length": 74.486181404145952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105759799499296, 40.012887739628397 ], [ -75.105102187655007, 40.012793098255003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12086, "tnode_": 11808, "lpoly_": null, "rpoly_": null, "length": 1146.0674302599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4398, "r_f_add": 4201, "r_t_add": 4399, "st_code": 82820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640954, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24573, "Shape__Length": 456.86168554818011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119442237173502, 40.0130351335809 ], [ -75.117573950771899, 40.015591322136302 ], [ -75.117478663917595, 40.015792281619703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12058, "tnode_": 12086, "lpoly_": null, "rpoly_": null, "length": 829.27394443000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 44020, "l_hundred": 300, "r_hundred": 300, "seg_id": 640955, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24574, "Shape__Length": 329.60416149223698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122363491677703, 40.013404919055802 ], [ -75.119442237173502, 40.0130351335809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12088, "tnode_": 11979, "lpoly_": null, "rpoly_": null, "length": 481.86149476000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4314, "l_t_add": 4398, "r_f_add": 4317, "r_t_add": 4399, "st_code": 63815, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640956, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24575, "Shape__Length": 192.00093395460487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090240526530394, 40.012423813895403 ], [ -75.089238331168005, 40.0134989268564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12038, "tnode_": 12088, "lpoly_": null, "rpoly_": null, "length": 315.57265766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IMOGENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 44800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640957, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IMOGENE ST", "stname": "IMOGENE ST", "objectid": 24576, "Shape__Length": 125.60452805183114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091124580845303, 40.012960800551099 ], [ -75.090240526530394, 40.012423813895403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27828, "tnode_": 12005, "lpoly_": null, "rpoly_": null, "length": 213.84273464, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4028, "r_f_add": 4001, "r_t_add": 4029, "st_code": 19140, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640958, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24577, "Shape__Length": 85.316000357450932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150205385058797, 40.013996085621798 ], [ -75.150098271083806, 40.014577303273903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27828, "tnode_": 27857, "lpoly_": null, "rpoly_": null, "length": 355.97573064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 15500, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 640959, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAKERS LN", "stname": "BAKERS LN", "objectid": 24578, "Shape__Length": 141.91981981424615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150205385058797, 40.013996085621798 ], [ -75.150339186444498, 40.014094645666297 ], [ -75.150758644417607, 40.014864541342497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12090, "tnode_": 11947, "lpoly_": null, "rpoly_": null, "length": 558.07615003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 16940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640960, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 24579, "Shape__Length": 222.645625359901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1044752481871, 40.012718002212701 ], [ -75.104156358106906, 40.0142302385919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12085, "tnode_": 12090, "lpoly_": null, "rpoly_": null, "length": 177.72848317, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1113, "l_t_add": 1129, "r_f_add": 1112, "r_t_add": 1128, "st_code": 19080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640961, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24580, "Shape__Length": 70.638927314596145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105102187655007, 40.012793098255003 ], [ -75.1044752481871, 40.012718002212701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12091, "tnode_": 12042, "lpoly_": null, "rpoly_": null, "length": 204.32552475, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4008, "l_t_add": 4098, "r_f_add": 4009, "r_t_add": 4099, "st_code": 87990, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640962, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-01-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24581, "Shape__Length": 81.513755068990278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143200019712197, 40.013519830404903 ], [ -75.143192552116204, 40.013608866437004 ], [ -75.143152582502296, 40.013754377568503 ], [ -75.143154356335302, 40.013845929129801 ], [ -75.143198477286305, 40.014005551070703 ], [ -75.143223273863597, 40.014071038902699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12091, "tnode_": 11983, "lpoly_": null, "rpoly_": null, "length": 942.0485235, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1198, "r_f_add": 1001, "r_t_add": 1199, "st_code": 52100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 640963, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24582, "Shape__Length": 374.72048287917244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143200019712197, 40.013519830404903 ], [ -75.146169294477303, 40.014734313253001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12090, "tnode_": 12101, "lpoly_": null, "rpoly_": null, "length": 185.51940385, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1131, "l_t_add": 1199, "r_f_add": 1130, "r_t_add": 1198, "st_code": 19080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640964, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24583, "Shape__Length": 73.737077849028978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1044752481871, 40.012718002212701 ], [ -75.104213780586605, 40.012681173689202 ], [ -75.103822788037306, 40.012630554255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12097, "tnode_": 12078, "lpoly_": null, "rpoly_": null, "length": 78.2471523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4270, "l_t_add": 4298, "r_f_add": 4271, "r_t_add": 4299, "st_code": 50080, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24584, "Shape__Length": 31.173723441267644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091637166053005, 40.012432466763798 ], [ -75.091466473709104, 40.0126025001858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12101, "tnode_": 11953, "lpoly_": null, "rpoly_": null, "length": 557.94930508000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 47000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640966, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 24585, "Shape__Length": 222.59250512430384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103822788037306, 40.012630554255502 ], [ -75.103488508435902, 40.014140471080999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12089, "tnode_": 12104, "lpoly_": null, "rpoly_": null, "length": 112.61413806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1408, "r_f_add": 1401, "r_t_add": 1409, "st_code": 47520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640969, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 24586, "Shape__Length": 44.777676881853161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150247430851394, 40.013771153134002 ], [ -75.150623351676799, 40.013661536178397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12104, "tnode_": 11975, "lpoly_": null, "rpoly_": null, "length": 517.45887222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3926, "l_t_add": 3998, "r_f_add": 3929, "r_t_add": 3999, "st_code": 31500, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 640970, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSER ST", "stname": "ELSER ST", "objectid": 24587, "Shape__Length": 206.34737960193252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150623351676799, 40.013661536178397 ], [ -75.151325470470695, 40.0149754337953 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12104, "tnode_": 12121, "lpoly_": null, "rpoly_": null, "length": 127.31993592000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERBAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1410, "l_t_add": 1414, "r_f_add": 1411, "r_t_add": 1419, "st_code": 47520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERBAUGH ST", "stname": "KERBAUGH ST", "objectid": 24588, "Shape__Length": 50.627097985093009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150623351676799, 40.013661536178397 ], [ -75.151045702128798, 40.013532341064199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12101, "tnode_": 12109, "lpoly_": null, "rpoly_": null, "length": 188.373221, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1216, "st_code": 19080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24589, "Shape__Length": 74.869691119672581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103822788037306, 40.012630554255502 ], [ -75.103344617574095, 40.012572062713303 ], [ -75.103158473848694, 40.012550121342002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12109, "tnode_": 11958, "lpoly_": null, "rpoly_": null, "length": 554.61757854999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 23400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640973, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 24590, "Shape__Length": 221.26294880742691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103158473848694, 40.012550121342002 ], [ -75.102825530816801, 40.014050935414701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12110, "tnode_": 12003, "lpoly_": null, "rpoly_": null, "length": 351.53866818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 11280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 640975, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24591, "Shape__Length": 140.14405857904862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093063382485198, 40.0122969356052 ], [ -75.092488770704307, 40.0131548616665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12109, "tnode_": 12112, "lpoly_": null, "rpoly_": null, "length": 87.52897929, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1219, "l_t_add": 1225, "r_f_add": 1218, "r_t_add": 1224, "st_code": 19080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640976, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24592, "Shape__Length": 34.79165857675396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103158473848694, 40.012550121342002 ], [ -75.102853199747202, 40.012498810260503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12113, "tnode_": 11964, "lpoly_": null, "rpoly_": null, "length": 555.28941878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 43860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640977, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 24593, "Shape__Length": 221.53116068535408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102542544002304, 40.012463093691103 ], [ -75.102212336636498, 40.013966135458503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12112, "tnode_": 12113, "lpoly_": null, "rpoly_": null, "length": 87.98471614, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1227, "l_t_add": 1235, "r_f_add": 1226, "r_t_add": 1234, "st_code": 19080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640978, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24594, "Shape__Length": 34.969498584785157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102853199747202, 40.012498810260503 ], [ -75.102542544002304, 40.012463093691103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12095, "tnode_": 12117, "lpoly_": null, "rpoly_": null, "length": 188.5752176, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 52040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640979, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24595, "Shape__Length": 74.969609497265779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148974648753807, 40.013666329087897 ], [ -75.149618058097403, 40.013513961915102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12117, "tnode_": 12005, "lpoly_": null, "rpoly_": null, "length": 410.09674499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3948, "l_t_add": 3998, "r_f_add": 4001, "r_t_add": 4099, "st_code": 28100, "l_hundred": 3900, "r_hundred": 4000, "seg_id": 640980, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELL ST", "stname": "DELL ST", "objectid": 24596, "Shape__Length": 163.55744796303597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149618058097403, 40.013513961915102 ], [ -75.149918103805206, 40.01420410315 ], [ -75.150098271083806, 40.014577303273903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12122, "tnode_": 12055, "lpoly_": null, "rpoly_": null, "length": 236.22367968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3954, "l_t_add": 3998, "r_f_add": 4001, "r_t_add": 4027, "st_code": 61300, "l_hundred": 3900, "r_hundred": 4000, "seg_id": 640981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24597, "Shape__Length": 94.25178694457604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147223659718094, 40.013441038851497 ], [ -75.147230616873102, 40.014089479324902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12124, "tnode_": 11969, "lpoly_": null, "rpoly_": null, "length": 556.12347926999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 48700, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 24598, "Shape__Length": 221.86718962278141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101865979129997, 40.0123787576008 ], [ -75.101560479183803, 40.0138872026277 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12113, "tnode_": 12124, "lpoly_": null, "rpoly_": null, "length": 191.98597066, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1237, "l_t_add": 1299, "r_f_add": 1236, "r_t_add": 1298, "st_code": 19080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 640983, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24599, "Shape__Length": 76.305828189001346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102542544002304, 40.012463093691103 ], [ -75.101865979129997, 40.0123787576008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12125, "tnode_": 11983, "lpoly_": null, "rpoly_": null, "length": 511.24041774, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 88030, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640984, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 24600, "Shape__Length": 203.95962687904486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146478572215699, 40.0133511915352 ], [ -75.146169294477303, 40.014734313253001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12125, "tnode_": 12122, "lpoly_": null, "rpoly_": null, "length": 211.2535489, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1198, "l_t_add": 1198, "r_f_add": 1199, "r_t_add": 1199, "st_code": 52040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 640985, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24601, "Shape__Length": 83.964500251685763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146478572215699, 40.0133511915352 ], [ -75.147223659718094, 40.013441038851497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12129, "tnode_": 11976, "lpoly_": null, "rpoly_": null, "length": 558.1085902100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 29480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640986, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN ST", "stname": "DUNGAN ST", "objectid": 24602, "Shape__Length": 222.65613813515861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101137149928206, 40.012288001941798 ], [ -75.100811009127597, 40.013799413804897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12124, "tnode_": 12129, "lpoly_": null, "rpoly_": null, "length": 206.81150381, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 19080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640987, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24603, "Shape__Length": 82.198190866715834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101865979129997, 40.0123787576008 ], [ -75.101137149928206, 40.012288001941798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12135, "tnode_": 12088, "lpoly_": null, "rpoly_": null, "length": 161.15949191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4312, "r_f_add": 4301, "r_t_add": 4315, "st_code": 63815, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640988, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24604, "Shape__Length": 64.231264753845906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090536312437393, 40.012046999549803 ], [ -75.090514410092794, 40.012104317168301 ], [ -75.090240526530394, 40.012423813895403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12078, "tnode_": 12135, "lpoly_": null, "rpoly_": null, "length": 329.89991821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 23140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640989, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 24605, "Shape__Length": 131.30222698802555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091466473709104, 40.0126025001858 ], [ -75.090536312437393, 40.012046999549803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12139, "tnode_": 11981, "lpoly_": null, "rpoly_": null, "length": 554.26718883000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 37180, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640990, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 24606, "Shape__Length": 221.12321186708851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100428489496807, 40.0121926117017 ], [ -75.100104018367702, 40.013693547181902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12129, "tnode_": 12139, "lpoly_": null, "rpoly_": null, "length": 201.52123798, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1325, "l_t_add": 1345, "r_f_add": 1324, "r_t_add": 1344, "st_code": 19080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640991, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24607, "Shape__Length": 80.096765873642227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101137149928206, 40.012288001941798 ], [ -75.100428489496807, 40.0121926117017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12145, "tnode_": 11993, "lpoly_": null, "rpoly_": null, "length": 553.49587013000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 52740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 640992, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 24608, "Shape__Length": 220.81624275615809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099694098195897, 40.012092422467497 ], [ -75.099377602957603, 40.013592219455603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12139, "tnode_": 12145, "lpoly_": null, "rpoly_": null, "length": 208.92303332, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1347, "l_t_add": 1399, "r_f_add": 1346, "r_t_add": 1398, "st_code": 19080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24609, "Shape__Length": 83.038826670087218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100428489496807, 40.0121926117017 ], [ -75.099694098195897, 40.012092422467497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12148, "tnode_": 12089, "lpoly_": null, "rpoly_": null, "length": 221.08808065, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3944, "l_t_add": 3948, "r_f_add": 3931, "r_t_add": 3953, "st_code": 19140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 640994, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24610, "Shape__Length": 88.199989564332924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150396908182898, 40.013175222225897 ], [ -75.150247430851394, 40.013771153134002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12148, "tnode_": 12104, "lpoly_": null, "rpoly_": null, "length": 188.16817694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3924, "r_f_add": 3901, "r_t_add": 3927, "st_code": 31500, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 640995, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSER ST", "stname": "ELSER ST", "objectid": 24611, "Shape__Length": 75.044045261991073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150396908182898, 40.013175222225897 ], [ -75.150623351676799, 40.013661536178397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12151, "tnode_": 12021, "lpoly_": null, "rpoly_": null, "length": 476.68508382, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 87970, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 640996, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24612, "Shape__Length": 190.17089317364932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141748054721106, 40.012948731892003 ], [ -75.141449031108806, 40.014236931744598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12151, "tnode_": 12091, "lpoly_": null, "rpoly_": null, "length": 456.82488775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 52100, "l_hundred": 900, "r_hundred": 900, "seg_id": 640997, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24613, "Shape__Length": 181.70028939356609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141748054721106, 40.012948731892003 ], [ -75.143200019712197, 40.013519830404903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12145, "tnode_": 12156, "lpoly_": null, "rpoly_": null, "length": 191.7137492, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1416, "st_code": 19080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 640998, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24614, "Shape__Length": 76.198021148182761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099694098195897, 40.012092422467497 ], [ -75.099019424043803, 40.012003917868498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12110, "tnode_": 12161, "lpoly_": null, "rpoly_": null, "length": 289.41500598000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 69680, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 640999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24615, "Shape__Length": 115.18833438573763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093063382485198, 40.0122969356052 ], [ -75.092247105518098, 40.011809869976403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12162, "tnode_": 12091, "lpoly_": null, "rpoly_": null, "length": 215.58927546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4006, "r_f_add": 4001, "r_t_add": 4007, "st_code": 87990, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641000, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24616, "Shape__Length": 86.009631472103806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143322084684996, 40.0129355018776 ], [ -75.143200019712197, 40.013519830404903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12162, "tnode_": 12125, "lpoly_": null, "rpoly_": null, "length": 897.0249763, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1196, "r_f_add": 1001, "r_t_add": 1197, "st_code": 52040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24617, "Shape__Length": 356.53514162626254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143322084684996, 40.0129355018776 ], [ -75.146478572215699, 40.0133511915352 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12156, "tnode_": 12163, "lpoly_": null, "rpoly_": null, "length": 156.99064634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1419, "l_t_add": 1433, "r_f_add": 1418, "r_t_add": 1432, "st_code": 19080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24618, "Shape__Length": 62.396415697680624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099019424043803, 40.012003917868498 ], [ -75.098466276177803, 40.011934535418398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12168, "tnode_": 12162, "lpoly_": null, "rpoly_": null, "length": 149.17531760999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 52040, "l_hundred": 900, "r_hundred": 900, "seg_id": 641003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24619, "Shape__Length": 59.291513260381038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142797053336693, 40.012866864351203 ], [ -75.143322084684996, 40.0129355018776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12171, "tnode_": 12168, "lpoly_": null, "rpoly_": null, "length": 132.84093868, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 916, "l_t_add": 924, "r_f_add": 917, "r_t_add": 925, "st_code": 52040, "l_hundred": 900, "r_hundred": 900, "seg_id": 641004, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24620, "Shape__Length": 52.800487598746528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142331034853896, 40.012799215997902 ], [ -75.142797053336693, 40.012866864351203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12173, "tnode_": 12011, "lpoly_": null, "rpoly_": null, "length": 552.03538601000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 21880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 641005, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24621, "Shape__Length": 220.23060151841827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097764034841205, 40.011840158020199 ], [ -75.097433366951094, 40.013334079169297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12163, "tnode_": 12173, "lpoly_": null, "rpoly_": null, "length": 199.68751283, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1435, "l_t_add": 1499, "r_f_add": 1434, "r_t_add": 1498, "st_code": 19080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24622, "Shape__Length": 79.367491181019844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098466276177803, 40.011934535418398 ], [ -75.097764034841205, 40.011840158020199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12175, "tnode_": 12013, "lpoly_": null, "rpoly_": null, "length": 582.80759008999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 35900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641007, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24623, "Shape__Length": 232.50785373057408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112164177577299, 40.0120945266398 ], [ -75.111814357529099, 40.013671629590597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12086, "tnode_": 12175, "lpoly_": null, "rpoly_": null, "length": 2067.2729812600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 401, "l_t_add": 799, "r_f_add": 400, "r_t_add": 798, "st_code": 44020, "l_hundred": 400, "r_hundred": 400, "seg_id": 641008, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24624, "Shape__Length": 821.65628409827002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119442237173502, 40.0130351335809 ], [ -75.1141433168644, 40.012335976286103 ], [ -75.112164177577299, 40.0120945266398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12181, "tnode_": 12151, "lpoly_": null, "rpoly_": null, "length": 84.80846274000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3962, "l_t_add": 3998, "r_f_add": 3963, "r_t_add": 3999, "st_code": 87970, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641009, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24625, "Shape__Length": 33.835241657425165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141788376502404, 40.012717996170103 ], [ -75.141748054721106, 40.012948731892003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12181, "tnode_": 12171, "lpoly_": null, "rpoly_": null, "length": 154.85547381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 914, "r_f_add": 901, "r_t_add": 915, "st_code": 52040, "l_hundred": 900, "r_hundred": 900, "seg_id": 641010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24626, "Shape__Length": 61.551080258848437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141788376502404, 40.012717996170103 ], [ -75.142331034853896, 40.012799215997902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12182, "tnode_": 12022, "lpoly_": null, "rpoly_": null, "length": 651.84429635000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 38940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 641011, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 24627, "Shape__Length": 259.74067844681309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089781969779807, 40.011578798185099 ], [ -75.0895957342928, 40.011783672282803 ], [ -75.088899408197406, 40.012549669999103 ], [ -75.088448744039795, 40.013045414225203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12135, "tnode_": 12182, "lpoly_": null, "rpoly_": null, "length": 271.54671756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1535, "r_f_add": 1500, "r_t_add": 1526, "st_code": 23140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641012, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 24628, "Shape__Length": 108.0842669375519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090536312437393, 40.012046999549803 ], [ -75.089781969779807, 40.011578798185099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12173, "tnode_": 12183, "lpoly_": null, "rpoly_": null, "length": 202.91469973, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1531, "r_f_add": 1500, "r_t_add": 1530, "st_code": 19080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24629, "Shape__Length": 80.647874690116282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097764034841205, 40.011840158020199 ], [ -75.097047936532903, 40.011756036049 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12149, "tnode_": 12186, "lpoly_": null, "rpoly_": null, "length": 240.80991532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FERRAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1335, "st_code": 54740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC FERRAN ST", "stname": "MC FERRAN ST", "objectid": 24630, "Shape__Length": 95.758598249254447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148339618417296, 40.013133524904099 ], [ -75.149132878690395, 40.012878690686101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12188, "tnode_": 12025, "lpoly_": null, "rpoly_": null, "length": 542.12173223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 27360, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641015, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24631, "Shape__Length": 216.2801142243589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141253817814203, 40.012694979963797 ], [ -75.140941763810901, 40.014163698745001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12188, "tnode_": 12151, "lpoly_": null, "rpoly_": null, "length": 168.9466855, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 862, "l_t_add": 898, "r_f_add": 863, "r_t_add": 899, "st_code": 52100, "l_hundred": 800, "r_hundred": 800, "seg_id": 641016, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LYCOMING ST", "stname": "W LYCOMING ST", "objectid": 24632, "Shape__Length": 67.226543002479971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141253817814203, 40.012694979963797 ], [ -75.141351708258, 40.012786598041103 ], [ -75.141748054721106, 40.012948731892003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12188, "tnode_": 12181, "lpoly_": null, "rpoly_": null, "length": 153.14470721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 822, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 52040, "l_hundred": 800, "r_hundred": 800, "seg_id": 641017, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24633, "Shape__Length": 60.87271946447472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141253817814203, 40.012694979963797 ], [ -75.141346447461899, 40.0126665002945 ], [ -75.141788376502404, 40.012717996170103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12182, "tnode_": 12262, "lpoly_": null, "rpoly_": null, "length": 376.79991323999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1537, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 23140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641018, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 24634, "Shape__Length": 149.97520952209962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089781969779807, 40.011578798185099 ], [ -75.088798428062006, 40.010988992297698 ], [ -75.088733250272995, 40.010932827302199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12183, "tnode_": 12190, "lpoly_": null, "rpoly_": null, "length": 160.24839922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1533, "l_t_add": 1563, "r_f_add": 1532, "r_t_add": 1562, "st_code": 19080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24635, "Shape__Length": 63.691559672583374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097047936532903, 40.011756036049 ], [ -75.096483972816898, 40.011682167283098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12186, "tnode_": 12192, "lpoly_": null, "rpoly_": null, "length": 54.14932061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FERRAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1324, "l_t_add": 1340, "r_f_add": 1337, "r_t_add": 1341, "st_code": 54740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641020, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC FERRAN ST", "stname": "MC FERRAN ST", "objectid": 24636, "Shape__Length": 21.532908630693804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149132878690395, 40.012878690686101 ], [ -75.149310809659497, 40.0128205778093 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12192, "tnode_": 12117, "lpoly_": null, "rpoly_": null, "length": 267.05029815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3946, "r_f_add": 3901, "r_t_add": 3999, "st_code": 28100, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELL ST", "stname": "DELL ST", "objectid": 24637, "Shape__Length": 106.50639220652322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149310809659497, 40.0128205778093 ], [ -75.149618344432696, 40.013505018578499 ], [ -75.149618058097403, 40.013513961915102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12195, "tnode_": 12032, "lpoly_": null, "rpoly_": null, "length": 545.39386151000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 87950, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24638, "Shape__Length": 217.58398189534606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140768928203002, 40.012627536161602 ], [ -75.140445601085801, 40.014103922136201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12195, "tnode_": 12188, "lpoly_": null, "rpoly_": null, "length": 138.02566731, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 820, "r_f_add": 801, "r_t_add": 821, "st_code": 52040, "l_hundred": 800, "r_hundred": 800, "seg_id": 641023, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24639, "Shape__Length": 54.860537768823029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140768928203002, 40.012627536161602 ], [ -75.141253817814203, 40.012694979963797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12200, "tnode_": 12028, "lpoly_": null, "rpoly_": null, "length": 555.02607908999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 60820, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 641024, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-07-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24640, "Shape__Length": 221.42380932505498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095811789787604, 40.011584446687998 ], [ -75.095485529473507, 40.013087264609702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12190, "tnode_": 12200, "lpoly_": null, "rpoly_": null, "length": 191.62225886, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1565, "l_t_add": 1599, "r_f_add": 1564, "r_t_add": 1598, "st_code": 19080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24641, "Shape__Length": 76.16307146854183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096483972816898, 40.011682167283098 ], [ -75.095811789787604, 40.011584446687998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12204, "tnode_": 12039, "lpoly_": null, "rpoly_": null, "length": 545.05525324000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 34980, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641026, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24642, "Shape__Length": 217.44986338519033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140127078114404, 40.0125471302919 ], [ -75.139812453796793, 40.014023685584696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12204, "tnode_": 12195, "lpoly_": null, "rpoly_": null, "length": 182.15787157, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 52040, "l_hundred": 700, "r_hundred": 700, "seg_id": 641027, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24643, "Shape__Length": 72.399847398052358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140127078114404, 40.0125471302919 ], [ -75.140768928203002, 40.012627536161602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12200, "tnode_": 12212, "lpoly_": null, "rpoly_": null, "length": 256.34601647, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1623, "r_f_add": 1600, "r_t_add": 1622, "st_code": 19080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 24644, "Shape__Length": 101.88304822122167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095811789787604, 40.011584446687998 ], [ -75.095333990567099, 40.011528179929698 ], [ -75.094906498405393, 40.011481487515198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12210, "tnode_": 12034, "lpoly_": null, "rpoly_": null, "length": 588.29839834000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 39700, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641030, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24645, "Shape__Length": 234.69946202719325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109991746323203, 40.011798905451798 ], [ -75.109652908469101, 40.013392700196903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12175, "tnode_": 12210, "lpoly_": null, "rpoly_": null, "length": 617.97719153999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 44020, "l_hundred": 800, "r_hundred": 800, "seg_id": 641031, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24646, "Shape__Length": 245.62118219644941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112164177577299, 40.0120945266398 ], [ -75.109991746323203, 40.011798905451798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12212, "tnode_": 12031, "lpoly_": null, "rpoly_": null, "length": 601.90069471000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 65400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 641032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 24647, "Shape__Length": 240.12525963166692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094906498405393, 40.011481487515198 ], [ -75.094561672425797, 40.013112364336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12214, "tnode_": 12046, "lpoly_": null, "rpoly_": null, "length": 545.82428818000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 87930, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24648, "Shape__Length": 217.75483114411335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139487762315099, 40.012462714811797 ], [ -75.139161820431895, 40.013939959192797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12214, "tnode_": 12204, "lpoly_": null, "rpoly_": null, "length": 181.69897365, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 715, "st_code": 52040, "l_hundred": 700, "r_hundred": 700, "seg_id": 641035, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24649, "Shape__Length": 72.218164912543145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139487762315099, 40.012462714811797 ], [ -75.140127078114404, 40.0125471302919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12210, "tnode_": 12225, "lpoly_": null, "rpoly_": null, "length": 270.61416262, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 919, "r_f_add": 900, "r_t_add": 918, "st_code": 44020, "l_hundred": 900, "r_hundred": 900, "seg_id": 641036, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24650, "Shape__Length": 107.55467462267852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109991746323203, 40.011798905451798 ], [ -75.109539909252305, 40.011756060875598 ], [ -75.109036645987999, 40.0116886858859 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12225, "tnode_": 12045, "lpoly_": null, "rpoly_": null, "length": 580.07928591999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 53060, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 24651, "Shape__Length": 231.41926559731019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109036645987999, 40.0116886858859 ], [ -75.108696942368198, 40.013259503731199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12226, "tnode_": 12056, "lpoly_": null, "rpoly_": null, "length": 546.93733844000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 53860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641039, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24652, "Shape__Length": 218.19908913517494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138655044760199, 40.012350930150902 ], [ -75.138332279257796, 40.013831684929002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12226, "tnode_": 12214, "lpoly_": null, "rpoly_": null, "length": 236.77960664, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 628, "l_t_add": 698, "r_f_add": 629, "r_t_add": 699, "st_code": 52040, "l_hundred": 600, "r_hundred": 600, "seg_id": 641040, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24653, "Shape__Length": 94.110753066834349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138655044760199, 40.012350930150902 ], [ -75.139487762315099, 40.012462714811797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12225, "tnode_": 12237, "lpoly_": null, "rpoly_": null, "length": 269.74245942, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 921, "l_t_add": 999, "r_f_add": 920, "r_t_add": 998, "st_code": 44020, "l_hundred": 900, "r_hundred": 900, "seg_id": 641042, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24654, "Shape__Length": 107.21194363825217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109036645987999, 40.0116886858859 ], [ -75.108627308317693, 40.011631173352498 ], [ -75.108089128204597, 40.011556528675598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12232, "tnode_": 12135, "lpoly_": null, "rpoly_": null, "length": 363.55528483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4278, "l_t_add": 4298, "r_f_add": 4271, "r_t_add": 4299, "st_code": 63815, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24655, "Shape__Length": 144.86453623961432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091278797059502, 40.011229323661503 ], [ -75.090582628741899, 40.011978174433303 ], [ -75.090536312437393, 40.012046999549803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12161, "tnode_": 12232, "lpoly_": null, "rpoly_": null, "length": 343.93856732999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 69680, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641044, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24656, "Shape__Length": 136.8890681584385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092247105518098, 40.011809869976403 ], [ -75.091278797059502, 40.011229323661503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12236, "tnode_": 12067, "lpoly_": null, "rpoly_": null, "length": 545.54025425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 87910, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24657, "Shape__Length": 217.64116906462641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137828852455499, 40.012242936086302 ], [ -75.1375054861184, 40.013719724292002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12236, "tnode_": 12226, "lpoly_": null, "rpoly_": null, "length": 234.74427989, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 626, "r_f_add": 601, "r_t_add": 627, "st_code": 52040, "l_hundred": 600, "r_hundred": 600, "seg_id": 641046, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24658, "Shape__Length": 93.301087306755278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137828852455499, 40.012242936086302 ], [ -75.138655044760199, 40.012350930150902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12237, "tnode_": 12059, "lpoly_": null, "rpoly_": null, "length": 585.93277718999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 44760, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24659, "Shape__Length": 233.75605760520946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108089128204597, 40.011556528675598 ], [ -75.107760145969394, 40.013144968242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12244, "tnode_": 12073, "lpoly_": null, "rpoly_": null, "length": 545.34026376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 33240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641049, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24660, "Shape__Length": 217.56100656382179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137169023777702, 40.012157522787597 ], [ -75.136845060841196, 40.013633676877198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12244, "tnode_": 12236, "lpoly_": null, "rpoly_": null, "length": 187.42526325999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 536, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 52040, "l_hundred": 500, "r_hundred": 500, "seg_id": 641050, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24661, "Shape__Length": 74.493485068832967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137169023777702, 40.012157522787597 ], [ -75.137828852455499, 40.012242936086302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12237, "tnode_": 12247, "lpoly_": null, "rpoly_": null, "length": 215.86096193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1018, "st_code": 44020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641052, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24662, "Shape__Length": 85.79343214376631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108089128204597, 40.011556528675598 ], [ -75.107691638454398, 40.011508535387698 ], [ -75.107327878958699, 40.011464392310998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12247, "tnode_": 12066, "lpoly_": null, "rpoly_": null, "length": 586.8370674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 62860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641053, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 24663, "Shape__Length": 234.11947937069422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107327878958699, 40.011464392310998 ], [ -75.107020593223695, 40.013057908585601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12192, "tnode_": 12249, "lpoly_": null, "rpoly_": null, "length": 389.26075511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FERRAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1343, "r_t_add": 1399, "st_code": 54740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641055, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC FERRAN ST", "stname": "MC FERRAN ST", "objectid": 24664, "Shape__Length": 154.80347522675964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149310809659497, 40.0128205778093 ], [ -75.150287090168007, 40.0124988764139 ], [ -75.150575571768599, 40.012379618539001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12249, "tnode_": 12148, "lpoly_": null, "rpoly_": null, "length": 294.11362804000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3942, "r_f_add": 3901, "r_t_add": 3929, "st_code": 19140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641056, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24665, "Shape__Length": 117.33450239481334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150575571768599, 40.012379618539001 ], [ -75.150396908182898, 40.013175222225897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12143, "tnode_": 12121, "lpoly_": null, "rpoly_": null, "length": 94.71118352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3922, "r_f_add": 3901, "r_t_add": 3931, "st_code": 18460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOTT ST", "stname": "BOTT ST", "objectid": 24666, "Shape__Length": 37.775350876970577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150943244224806, 40.013284570862503 ], [ -75.151045702128798, 40.013532341064199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12250, "tnode_": 12080, "lpoly_": null, "rpoly_": null, "length": 545.85346027999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 67820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24667, "Shape__Length": 217.76729527176644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136540165283904, 40.0120778986944 ], [ -75.136538921268397, 40.012149020557601 ], [ -75.136234738785504, 40.013557031295797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12250, "tnode_": 12244, "lpoly_": null, "rpoly_": null, "length": 178.52183917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 530, "l_t_add": 534, "r_f_add": 531, "r_t_add": 535, "st_code": 52040, "l_hundred": 500, "r_hundred": 500, "seg_id": 641059, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24668, "Shape__Length": 70.954344324441465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136540165283904, 40.0120778986944 ], [ -75.137169023777702, 40.012157522787597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12256, "tnode_": 12072, "lpoly_": null, "rpoly_": null, "length": 584.63576371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSINORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 31520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641060, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSINORE ST", "stname": "ELSINORE ST", "objectid": 24669, "Shape__Length": 233.23531969210131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106765900691997, 40.011392263417797 ], [ -75.106418461837507, 40.012974766935997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12247, "tnode_": 12256, "lpoly_": null, "rpoly_": null, "length": 159.59526856, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1021, "l_t_add": 1025, "r_f_add": 1020, "r_t_add": 1050, "st_code": 44020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641061, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24670, "Shape__Length": 63.431423546651729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107327878958699, 40.011464392310998 ], [ -75.106765900691997, 40.011392263417797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12261, "tnode_": 12084, "lpoly_": null, "rpoly_": null, "length": 547.28250299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 87890, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641062, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24671, "Shape__Length": 218.33555112719171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135859830921703, 40.011991303737503 ], [ -75.135536214948701, 40.013472909359898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12261, "tnode_": 12250, "lpoly_": null, "rpoly_": null, "length": 193.16205022, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 528, "r_f_add": 501, "r_t_add": 529, "st_code": 52040, "l_hundred": 500, "r_hundred": 500, "seg_id": 641063, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24672, "Shape__Length": 76.773153501175102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135859830921703, 40.011991303737503 ], [ -75.136540165283904, 40.0120778986944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12249, "tnode_": 12255, "lpoly_": null, "rpoly_": null, "length": 127.95560589, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 64740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641065, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-08-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24673, "Shape__Length": 50.853998623381109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150575571768599, 40.012379618539001 ], [ -75.150787644622298, 40.012373284864097 ], [ -75.150951101788706, 40.012391859116597 ], [ -75.151029458527304, 40.012401439247597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12265, "tnode_": 12079, "lpoly_": null, "rpoly_": null, "length": 589.84796945999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 45740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 24674, "Shape__Length": 235.31538143005932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106103269401899, 40.011290219857401 ], [ -75.105759799499296, 40.012887739628397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12256, "tnode_": 12265, "lpoly_": null, "rpoly_": null, "length": 189.29764527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1052, "r_t_add": 1098, "st_code": 44020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641067, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24675, "Shape__Length": 75.24000329026471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106765900691997, 40.011392263417797 ], [ -75.106103269401899, 40.011290219857401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12272, "tnode_": 12085, "lpoly_": null, "rpoly_": null, "length": 585.39901309000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 49585, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641071, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 24676, "Shape__Length": 233.54116674277739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105436252636494, 40.011206770540497 ], [ -75.105102187655007, 40.012793098255003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12265, "tnode_": 12272, "lpoly_": null, "rpoly_": null, "length": 189.29744778, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 44020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641072, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24677, "Shape__Length": 75.23601606524764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106103269401899, 40.011290219857401 ], [ -75.105436252636494, 40.011206770540497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12279, "tnode_": 12090, "lpoly_": null, "rpoly_": null, "length": 581.7601802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 16940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 24678, "Shape__Length": 232.08830600715925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104813830088105, 40.011142364484499 ], [ -75.1044752481871, 40.012718002212701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12272, "tnode_": 12279, "lpoly_": null, "rpoly_": null, "length": 175.92089615, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1113, "l_t_add": 1157, "r_f_add": 1112, "r_t_add": 1156, "st_code": 44020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641075, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24679, "Shape__Length": 69.917231474209331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105436252636494, 40.011206770540497 ], [ -75.104813830088105, 40.011142364484499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12281, "tnode_": 12261, "lpoly_": null, "rpoly_": null, "length": 416.04641822000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 52040, "l_hundred": 400, "r_hundred": 400, "seg_id": 641076, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24680, "Shape__Length": 165.36002194615585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134395376418993, 40.011800673993299 ], [ -75.135859830921703, 40.011991303737503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12282, "tnode_": 12186, "lpoly_": null, "rpoly_": null, "length": 260.8027584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 62960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 24681, "Shape__Length": 104.04591543642323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149284983938102, 40.012172373631003 ], [ -75.149132878690395, 40.012878690686101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12282, "tnode_": 12249, "lpoly_": null, "rpoly_": null, "length": 370.75346882999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 64740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24682, "Shape__Length": 147.37099500236531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149284983938102, 40.012172373631003 ], [ -75.150375990096904, 40.012313673799198 ], [ -75.150575571768599, 40.012379618539001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12283, "tnode_": 12182, "lpoly_": null, "rpoly_": null, "length": 349.74775261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4278, "l_t_add": 4298, "r_f_add": 4271, "r_t_add": 4299, "st_code": 38940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641079, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 24683, "Shape__Length": 139.35670428419962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0905074276222, 40.010797384144098 ], [ -75.089781969779807, 40.011578798185099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12273, "tnode_": 12283, "lpoly_": null, "rpoly_": null, "length": 62.84764706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1533, "r_f_add": 1534, "r_t_add": 1536, "st_code": 69680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641080, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24684, "Shape__Length": 25.00940943628563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090690011144702, 40.010897649477002 ], [ -75.0905074276222, 40.010797384144098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12279, "tnode_": 12286, "lpoly_": null, "rpoly_": null, "length": 183.9435219, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1159, "l_t_add": 1199, "r_f_add": 1158, "r_t_add": 1198, "st_code": 44020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641082, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24685, "Shape__Length": 73.110198146109553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104813830088105, 40.011142364484499 ], [ -75.104583178126902, 40.011108836194097 ], [ -75.104168278339699, 40.011049833298202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12286, "tnode_": 12101, "lpoly_": null, "rpoly_": null, "length": 583.90484163999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 47000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 24686, "Shape__Length": 232.94277669908644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104168278339699, 40.011049833298202 ], [ -75.103822788037306, 40.012630554255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12291, "tnode_": 12153, "lpoly_": null, "rpoly_": null, "length": 336.35544474999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 88050, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24687, "Shape__Length": 134.1881168770914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148380784919794, 40.012061948192397 ], [ -75.148190716955597, 40.012973644655098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12291, "tnode_": 12282, "lpoly_": null, "rpoly_": null, "length": 256.44993198000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 64740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641086, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24688, "Shape__Length": 101.92650597838801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148380784919794, 40.012061948192397 ], [ -75.149284983938102, 40.012172373631003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12286, "tnode_": 12294, "lpoly_": null, "rpoly_": null, "length": 189.2240415, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 44020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641088, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24689, "Shape__Length": 75.207514957432807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104168278339699, 40.011049833298202 ], [ -75.103706640092099, 40.010990576975502 ], [ -75.103502606289297, 40.010961547061598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12295, "tnode_": 12291, "lpoly_": null, "rpoly_": null, "length": 162.63185114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 64740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641090, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24690, "Shape__Length": 64.63958212187076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147808911006607, 40.011984843208403 ], [ -75.148380784919794, 40.012061948192397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12300, "tnode_": 12122, "lpoly_": null, "rpoly_": null, "length": 555.6239102400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3952, "r_f_add": 3901, "r_t_add": 3999, "st_code": 61300, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24691, "Shape__Length": 221.68688001295206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147250729362199, 40.011915926057199 ], [ -75.147223659718094, 40.013441038851497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12300, "tnode_": 12295, "lpoly_": null, "rpoly_": null, "length": 158.35551368, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 64740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641092, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24692, "Shape__Length": 62.938673174174646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147250729362199, 40.011915926057199 ], [ -75.147808911006607, 40.011984843208403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12303, "tnode_": 12112, "lpoly_": null, "rpoly_": null, "length": 581.38498717000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 23400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641093, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 24693, "Shape__Length": 231.93853136442388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103187009783895, 40.010923614278802 ], [ -75.102853199747202, 40.012498810260503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12294, "tnode_": 12303, "lpoly_": null, "rpoly_": null, "length": 89.47678513, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1217, "l_t_add": 1219, "r_f_add": 1216, "r_t_add": 1218, "st_code": 44020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641094, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24694, "Shape__Length": 35.561994645753529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103502606289297, 40.010961547061598 ], [ -75.103187009783895, 40.010923614278802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12283, "tnode_": 12308, "lpoly_": null, "rpoly_": null, "length": 134.23333346000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1535, "l_t_add": 1539, "r_f_add": 1538, "r_t_add": 1548, "st_code": 69680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24695, "Shape__Length": 53.42781493941952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0905074276222, 40.010797384144098 ], [ -75.090133881255895, 40.010566568307198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12309, "tnode_": 11970, "lpoly_": null, "rpoly_": null, "length": 1126.5171748600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 12440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641096, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 24696, "Shape__Length": 449.42312749874839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131782293267406, 40.011491902739202 ], [ -75.131545776608206, 40.012605062389099 ], [ -75.131137067674402, 40.014544270340302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12309, "tnode_": 12281, "lpoly_": null, "rpoly_": null, "length": 740.54842066000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 220, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 52040, "l_hundred": 200, "r_hundred": 300, "seg_id": 641097, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 24697, "Shape__Length": 294.32852807203557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131782293267406, 40.011491902739202 ], [ -75.134395376418993, 40.011800673993299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12312, "tnode_": 12124, "lpoly_": null, "rpoly_": null, "length": 584.22698118999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 48700, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 24698, "Shape__Length": 233.06924438191984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102219731412603, 40.0107982203169 ], [ -75.101865979129997, 40.0123787576008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12303, "tnode_": 12312, "lpoly_": null, "rpoly_": null, "length": 274.77306473000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1221, "l_t_add": 1299, "r_f_add": 1220, "r_t_add": 1298, "st_code": 44020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641099, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24699, "Shape__Length": 109.20836101746418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103187009783895, 40.010923614278802 ], [ -75.102219731412603, 40.0107982203169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12308, "tnode_": 27091, "lpoly_": null, "rpoly_": null, "length": 300.67125435999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1541, "l_t_add": 1599, "r_f_add": 1550, "r_t_add": 1598, "st_code": 69680, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 24700, "Shape__Length": 119.65714354304464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090133881255895, 40.010566568307198 ], [ -75.089274207548897, 40.010072340883902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12312, "tnode_": 12322, "lpoly_": null, "rpoly_": null, "length": 210.5611266, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 44020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641101, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24701, "Shape__Length": 83.687949974098871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102219731412603, 40.0107982203169 ], [ -75.101479323583206, 40.010698438666999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12326, "tnode_": 12161, "lpoly_": null, "rpoly_": null, "length": 593.5702113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4268, "r_f_add": 4201, "r_t_add": 4269, "st_code": 50080, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24702, "Shape__Length": 236.4917776509368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093508594519406, 40.0105006411559 ], [ -75.092247105518098, 40.011809869976403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12110, "tnode_": 12326, "lpoly_": null, "rpoly_": null, "length": 710.93877774000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1309, "l_t_add": 1399, "r_f_add": 1302, "r_t_add": 1398, "st_code": 11280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641103, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24703, "Shape__Length": 283.4821319449743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093063382485198, 40.0122969356052 ], [ -75.093757766568302, 40.011285343745598 ], [ -75.093508594519406, 40.0105006411559 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12331, "tnode_": 12139, "lpoly_": null, "rpoly_": null, "length": 588.21939795000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 37180, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 24704, "Shape__Length": 234.66358534301159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100768999688597, 40.0105992481583 ], [ -75.100428489496807, 40.0121926117017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12322, "tnode_": 12331, "lpoly_": null, "rpoly_": null, "length": 202.22758244, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1325, "l_t_add": 1345, "r_f_add": 1324, "r_t_add": 1348, "st_code": 44020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641107, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24705, "Shape__Length": 80.376324551980218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101479323583206, 40.010698438666999 ], [ -75.100768999688597, 40.0105992481583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12339, "tnode_": 12145, "lpoly_": null, "rpoly_": null, "length": 583.77552208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 52740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 24706, "Shape__Length": 232.88912589946463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100041082083294, 40.010512255300299 ], [ -75.099694098195897, 40.012092422467497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12331, "tnode_": 12339, "lpoly_": null, "rpoly_": null, "length": 206.349765, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1347, "l_t_add": 1399, "r_f_add": 1350, "r_t_add": 1398, "st_code": 44020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641109, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24707, "Shape__Length": 82.011884262562489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100768999688597, 40.0105992481583 ], [ -75.100041082083294, 40.010512255300299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12341, "tnode_": 12162, "lpoly_": null, "rpoly_": null, "length": 549.48796812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 87990, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24708, "Shape__Length": 219.21320677444129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143650235380903, 40.011448345260298 ], [ -75.143322084684996, 40.0129355018776 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12343, "tnode_": 12232, "lpoly_": null, "rpoly_": null, "length": 414.47040347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4234, "l_t_add": 4276, "r_f_add": 4243, "r_t_add": 4269, "st_code": 63815, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641111, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24709, "Shape__Length": 165.1464263671933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0921344629689, 40.010301096962102 ], [ -75.091278797059502, 40.011229323661503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12346, "tnode_": 12156, "lpoly_": null, "rpoly_": null, "length": 584.16057748999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 54540, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641112, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYWOOD ST", "stname": "MAYWOOD ST", "objectid": 24710, "Shape__Length": 233.04319053052279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099361425801604, 40.010422037123298 ], [ -75.099019424043803, 40.012003917868498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12339, "tnode_": 12346, "lpoly_": null, "rpoly_": null, "length": 193.19913992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1417, "r_f_add": 1400, "r_t_add": 1416, "st_code": 44020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641113, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24711, "Shape__Length": 76.786812464185431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100041082083294, 40.010512255300299 ], [ -75.099361425801604, 40.010422037123298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12350, "tnode_": 12168, "lpoly_": null, "rpoly_": null, "length": 549.84833813, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 28040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 24712, "Shape__Length": 219.35575971317965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143132108807293, 40.011379614365403 ], [ -75.142797053336693, 40.012866864351203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12350, "tnode_": 12341, "lpoly_": null, "rpoly_": null, "length": 147.27787021, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 924, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 64740, "l_hundred": 900, "r_hundred": 900, "seg_id": 641115, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24713, "Shape__Length": 58.536255462064069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143132108807293, 40.011379614365403 ], [ -75.143650235380903, 40.011448345260298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12359, "tnode_": 12163, "lpoly_": null, "rpoly_": null, "length": 586.33726604000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 53580, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641116, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLAND ST", "stname": "MARKLAND ST", "objectid": 24714, "Shape__Length": 233.9126185738817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098800293665093, 40.010345593158 ], [ -75.098466276177803, 40.011934535418398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12787, "tnode_": 12649, "lpoly_": null, "rpoly_": null, "length": 559.53926186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3893, "r_t_add": 3999, "st_code": 48700, "l_hundred": 3900, "r_hundred": 3800, "seg_id": 641436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 24715, "Shape__Length": 223.20926203621727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103148424181796, 40.006211894969503 ], [ -75.102836939555601, 40.0077291066996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12346, "tnode_": 12359, "lpoly_": null, "rpoly_": null, "length": 159.63057883000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1419, "l_t_add": 1439, "r_f_add": 1418, "r_t_add": 1428, "st_code": 44020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641117, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24716, "Shape__Length": 63.445317937288664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099361425801604, 40.010422037123298 ], [ -75.098800293665093, 40.010345593158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12360, "tnode_": 12171, "lpoly_": null, "rpoly_": null, "length": 547.78322047999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 64200, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641118, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 24717, "Shape__Length": 218.53256233505357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142659004208198, 40.011316782563 ], [ -75.142331034853896, 40.012799215997902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12360, "tnode_": 12350, "lpoly_": null, "rpoly_": null, "length": 134.48500183000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 914, "l_t_add": 922, "r_f_add": 913, "r_t_add": 923, "st_code": 64740, "l_hundred": 900, "r_hundred": 900, "seg_id": 641119, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24718, "Shape__Length": 53.451634168708949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142659004208198, 40.011316782563 ], [ -75.143132108807293, 40.011379614365403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12370, "tnode_": 12181, "lpoly_": null, "rpoly_": null, "length": 543.89103376999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3960, "r_f_add": 3901, "r_t_add": 3961, "st_code": 87970, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641120, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24719, "Shape__Length": 216.9795149504809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142114409886602, 40.011246147592601 ], [ -75.141788376502404, 40.012717996170103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12370, "tnode_": 12360, "lpoly_": null, "rpoly_": null, "length": 154.70320082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 911, "st_code": 64740, "l_hundred": 900, "r_hundred": 900, "seg_id": 641121, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24720, "Shape__Length": 61.487065656461063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142114409886602, 40.011246147592601 ], [ -75.142659004208198, 40.011316782563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12371, "tnode_": 12173, "lpoly_": null, "rpoly_": null, "length": 584.30613873000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 21880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24721, "Shape__Length": 233.10174418997835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098098796741695, 40.010256957093397 ], [ -75.097764034841205, 40.011840158020199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12359, "tnode_": 12371, "lpoly_": null, "rpoly_": null, "length": 199.13683977, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1430, "r_t_add": 1498, "st_code": 44020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641123, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24722, "Shape__Length": 79.145722583482694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098800293665093, 40.010345593158 ], [ -75.098098796741695, 40.010256957093397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12373, "tnode_": 12175, "lpoly_": null, "rpoly_": null, "length": 588.75783618999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 35900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641124, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24723, "Shape__Length": 234.87889989716371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112498971697903, 40.010498949886902 ], [ -75.112164177577299, 40.0120945266398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12376, "tnode_": 12188, "lpoly_": null, "rpoly_": null, "length": 560.50876557999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 27360, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24724, "Shape__Length": 223.60902707619573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141588490714099, 40.011177988618101 ], [ -75.141253817814203, 40.012694979963797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12376, "tnode_": 12370, "lpoly_": null, "rpoly_": null, "length": 149.39503172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 814, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 64740, "l_hundred": 800, "r_hundred": 800, "seg_id": 641126, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24725, "Shape__Length": 59.377253632859471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141588490714099, 40.011177988618101 ], [ -75.142114409886602, 40.011246147592601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12377, "tnode_": 12017, "lpoly_": null, "rpoly_": null, "length": 1124.4831393699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 35200, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641127, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24726, "Shape__Length": 448.60652517759837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1266370129172, 40.0108258908312 ], [ -75.126203354846595, 40.012989066185398 ], [ -75.125990008628307, 40.013872073424203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12380, "tnode_": 12183, "lpoly_": null, "rpoly_": null, "length": 588.65393953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 59240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEILSON ST", "stname": "NEILSON ST", "objectid": 24727, "Shape__Length": 234.83703402749288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097377303978206, 40.0101600805841 ], [ -75.097047936532903, 40.011756036049 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12371, "tnode_": 12380, "lpoly_": null, "rpoly_": null, "length": 205.16119206, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1520, "st_code": 44020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641130, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24728, "Shape__Length": 81.541018500795147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098098796741695, 40.010256957093397 ], [ -75.097377303978206, 40.0101600805841 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12381, "tnode_": 12195, "lpoly_": null, "rpoly_": null, "length": 559.47336298000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 87950, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641131, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24729, "Shape__Length": 223.19688414179706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141095152947798, 40.011112338068997 ], [ -75.140768928203002, 40.012627536161602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12381, "tnode_": 12376, "lpoly_": null, "rpoly_": null, "length": 140.24507032, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 64740, "l_hundred": 800, "r_hundred": 800, "seg_id": 641132, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24730, "Shape__Length": 55.740856126223214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141095152947798, 40.011112338068997 ], [ -75.141588490714099, 40.011177988618101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12384, "tnode_": 12273, "lpoly_": null, "rpoly_": null, "length": 415.4443446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4242, "l_t_add": 4276, "r_f_add": 4239, "r_t_add": 4269, "st_code": 38940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 24731, "Shape__Length": 165.52640582257672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091561899053005, 40.009975087264898 ], [ -75.090690011144702, 40.010897649477002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12343, "tnode_": 12384, "lpoly_": null, "rpoly_": null, "length": 199.56810768999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1518, "st_code": 84300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 24732, "Shape__Length": 79.419859733754762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0921344629689, 40.010301096962102 ], [ -75.091561899053005, 40.009975087264898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12388, "tnode_": 12190, "lpoly_": null, "rpoly_": null, "length": 588.87574098000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 61780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641135, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMOND ST", "stname": "ORMOND ST", "objectid": 24733, "Shape__Length": 234.92427924411888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096820554709396, 40.010086485274101 ], [ -75.096483972816898, 40.011682167283098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12380, "tnode_": 12388, "lpoly_": null, "rpoly_": null, "length": 158.24331004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1541, "r_f_add": 1522, "r_t_add": 1540, "st_code": 44020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641136, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24734, "Shape__Length": 62.893274750913932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097377303978206, 40.0101600805841 ], [ -75.096820554709396, 40.010086485274101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12390, "tnode_": 12204, "lpoly_": null, "rpoly_": null, "length": 560.64611868000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 34980, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24735, "Shape__Length": 223.66378769399481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140458758640605, 40.011029368152698 ], [ -75.140127078114404, 40.0125471302919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12390, "tnode_": 12381, "lpoly_": null, "rpoly_": null, "length": 180.80743323000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 64740, "l_hundred": 700, "r_hundred": 700, "seg_id": 641138, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24736, "Shape__Length": 71.862096574302456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140458758640605, 40.011029368152698 ], [ -75.141095152947798, 40.011112338068997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12392, "tnode_": 12200, "lpoly_": null, "rpoly_": null, "length": 586.08432717999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 60820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641139, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-07-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24737, "Shape__Length": 233.80965641366043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096151749777306, 40.009996953691598 ], [ -75.095811789787604, 40.011584446687998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12388, "tnode_": 12392, "lpoly_": null, "rpoly_": null, "length": 190.16259603, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1543, "l_t_add": 1585, "r_f_add": 1542, "r_t_add": 1598, "st_code": 44020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641140, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24738, "Shape__Length": 75.579610907993469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096820554709396, 40.010086485274101 ], [ -75.096151749777306, 40.009996953691598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12394, "tnode_": 12214, "lpoly_": null, "rpoly_": null, "length": 559.36767493000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 87930, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641141, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24739, "Shape__Length": 223.15355751369825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139818266534405, 40.010948359448797 ], [ -75.139487762315099, 40.012462714811797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12394, "tnode_": 12390, "lpoly_": null, "rpoly_": null, "length": 181.82212981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 64740, "l_hundred": 700, "r_hundred": 700, "seg_id": 641142, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24740, "Shape__Length": 72.264843029290375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139818266534405, 40.010948359448797 ], [ -75.140458758640605, 40.011029368152698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12392, "tnode_": 12398, "lpoly_": null, "rpoly_": null, "length": 170.20483154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 50080, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 24741, "Shape__Length": 67.685253946828709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096151749777306, 40.009996953691598 ], [ -75.095977953977993, 40.0100927043122 ], [ -75.095636531337604, 40.010169426650798 ], [ -75.095599946234401, 40.010177647938001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12401, "tnode_": 12226, "lpoly_": null, "rpoly_": null, "length": 556.72034096999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 53860, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24742, "Shape__Length": 222.09634170622732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138989041543397, 40.0108443995789 ], [ -75.138655044760199, 40.012350930150902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12401, "tnode_": 12394, "lpoly_": null, "rpoly_": null, "length": 235.34557144, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 628, "l_t_add": 698, "r_f_add": 629, "r_t_add": 699, "st_code": 64740, "l_hundred": 600, "r_hundred": 600, "seg_id": 641145, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24743, "Shape__Length": 93.537334844635168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138989041543397, 40.0108443995789 ], [ -75.139818266534405, 40.010948359448797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12402, "tnode_": 12210, "lpoly_": null, "rpoly_": null, "length": 583.46026433999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 39700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24744, "Shape__Length": 232.76431867059804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110324870194106, 40.010217852528598 ], [ -75.109991746323203, 40.011798905451798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12373, "tnode_": 12402, "lpoly_": null, "rpoly_": null, "length": 617.55262453, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 52080, "l_hundred": 800, "r_hundred": 800, "seg_id": 641147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24745, "Shape__Length": 245.4439015305546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112498971697903, 40.010498949886902 ], [ -75.110324870194106, 40.010217852528598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12407, "tnode_": 12343, "lpoly_": null, "rpoly_": null, "length": 267.00344947999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4232, "r_f_add": 4201, "r_t_add": 4241, "st_code": 63815, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641148, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 24746, "Shape__Length": 106.37726957143647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092704087341602, 40.009713418977199 ], [ -75.0921344629689, 40.010301096962102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12326, "tnode_": 12407, "lpoly_": null, "rpoly_": null, "length": 364.72423044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 11280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641149, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24747, "Shape__Length": 145.29645570575138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093508594519406, 40.0105006411559 ], [ -75.092704087341602, 40.009713418977199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12410, "tnode_": 12308, "lpoly_": null, "rpoly_": null, "length": 404.99664137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4238, "l_t_add": 4298, "r_f_add": 4241, "r_t_add": 4299, "st_code": 69160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641150, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROMAIN ST", "stname": "ROMAIN ST", "objectid": 24748, "Shape__Length": 161.36838533830306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090973247609597, 40.009661344440801 ], [ -75.090133881255895, 40.010566568307198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12384, "tnode_": 12410, "lpoly_": null, "rpoly_": null, "length": 200.62928193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1517, "l_t_add": 1531, "r_f_add": 1520, "r_t_add": 1534, "st_code": 84300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641151, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 24749, "Shape__Length": 79.83244870262601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091561899053005, 40.009975087264898 ], [ -75.090973247609597, 40.009661344440801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12411, "tnode_": 12236, "lpoly_": null, "rpoly_": null, "length": 556.2729294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 87910, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24750, "Shape__Length": 221.91771947505114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138161118316404, 40.0107374250289 ], [ -75.137828852455499, 40.012242936086302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12411, "tnode_": 12401, "lpoly_": null, "rpoly_": null, "length": 235.16552706000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 626, "r_f_add": 601, "r_t_add": 627, "st_code": 64740, "l_hundred": 600, "r_hundred": 600, "seg_id": 641153, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24751, "Shape__Length": 93.466211195970686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138161118316404, 40.0107374250289 ], [ -75.138989041543397, 40.0108443995789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12417, "tnode_": 12244, "lpoly_": null, "rpoly_": null, "length": 558.68486179000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 33240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641154, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24752, "Shape__Length": 222.87833631292324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1374634513963, 40.010646658916599 ], [ -75.137486101802196, 40.010707727551797 ], [ -75.137169023777702, 40.012157522787597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12417, "tnode_": 12411, "lpoly_": null, "rpoly_": null, "length": 198.20511605, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 534, "l_t_add": 598, "r_f_add": 547, "r_t_add": 599, "st_code": 64740, "l_hundred": 500, "r_hundred": 500, "seg_id": 641155, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24753, "Shape__Length": 78.776347917627618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1374634513963, 40.010646658916599 ], [ -75.138161118316404, 40.0107374250289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12402, "tnode_": 12421, "lpoly_": null, "rpoly_": null, "length": 555.03871024, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 52080, "l_hundred": 900, "r_hundred": 900, "seg_id": 641157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24754, "Shape__Length": 220.59773284867023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110324870194106, 40.010217852528598 ], [ -75.108371566614494, 40.009961987965497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12424, "tnode_": 12250, "lpoly_": null, "rpoly_": null, "length": 557.29558304, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 67820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641158, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24755, "Shape__Length": 222.32658619536051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136848597028106, 40.010568351388201 ], [ -75.136535246194697, 40.011994529498601 ], [ -75.136540165283904, 40.0120778986944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12424, "tnode_": 12417, "lpoly_": null, "rpoly_": null, "length": 174.57719509, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 518, "l_t_add": 532, "r_f_add": 503, "r_t_add": 545, "st_code": 64740, "l_hundred": 500, "r_hundred": 500, "seg_id": 641159, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24756, "Shape__Length": 69.385066964535497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136848597028106, 40.010568351388201 ], [ -75.1374634513963, 40.010646658916599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12426, "tnode_": 12086, "lpoly_": null, "rpoly_": null, "length": 1190.8323868800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4198, "r_f_add": 4001, "r_t_add": 4199, "st_code": 82820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641160, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24757, "Shape__Length": 474.69433124892925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121471163759196, 40.010162464828603 ], [ -75.119442237173502, 40.0130351335809 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12377, "tnode_": 12426, "lpoly_": null, "rpoly_": null, "length": 1467.0844130099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 52020, "l_hundred": 100, "r_hundred": 100, "seg_id": 641161, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24758, "Shape__Length": 583.08736340981966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1266370129172, 40.0108258908312 ], [ -75.121471163759196, 40.010162464828603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12421, "tnode_": 12431, "lpoly_": null, "rpoly_": null, "length": 195.99669195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1018, "st_code": 52080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24759, "Shape__Length": 77.897924237891999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108371566614494, 40.009961987965497 ], [ -75.1076819119654, 40.009871189949699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12433, "tnode_": 12261, "lpoly_": null, "rpoly_": null, "length": 555.01803653000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 87890, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641163, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24760, "Shape__Length": 221.41808762623975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136178849374602, 40.010487589783999 ], [ -75.135859830921703, 40.011991303737503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12433, "tnode_": 12424, "lpoly_": null, "rpoly_": null, "length": 189.90033848, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 501, "st_code": 64740, "l_hundred": 500, "r_hundred": 500, "seg_id": 641164, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24761, "Shape__Length": 75.47429914437113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136178849374602, 40.010487589783999 ], [ -75.136848597028106, 40.010568351388201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12434, "tnode_": 12249, "lpoly_": null, "rpoly_": null, "length": 565.21427268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 19140, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641165, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24762, "Shape__Length": 225.48904111982463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150885615913097, 40.010846462311598 ], [ -75.150575571768599, 40.012379618539001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12434, "tnode_": 12425, "lpoly_": null, "rpoly_": null, "length": 154.41020541, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1400, "r_f_add": 1401, "r_t_add": 1433, "st_code": 20080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641166, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24763, "Shape__Length": 61.369459848879984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150885615913097, 40.010846462311598 ], [ -75.151430084600307, 40.010912686377402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12281, "tnode_": 12437, "lpoly_": null, "rpoly_": null, "length": 649.15753304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 448, "r_f_add": 401, "r_t_add": 449, "st_code": 68600, "l_hundred": 400, "r_hundred": 400, "seg_id": 641167, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24764, "Shape__Length": 258.57585881818534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134395376418993, 40.011800673993299 ], [ -75.135890503706804, 40.010439120153698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12437, "tnode_": 12433, "lpoly_": null, "rpoly_": null, "length": 82.67791416, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 444, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 64740, "l_hundred": 400, "r_hundred": 400, "seg_id": 641168, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24765, "Shape__Length": 32.86242521343879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135890503706804, 40.010439120153698 ], [ -75.136178849374602, 40.010487589783999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12445, "tnode_": 12434, "lpoly_": null, "rpoly_": null, "length": 235.17234378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 20080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24766, "Shape__Length": 93.470687946472097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150059701618204, 40.010735061186601 ], [ -75.150855361143499, 40.010848394867899 ], [ -75.150885615913097, 40.010846462311598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12448, "tnode_": 12437, "lpoly_": null, "rpoly_": null, "length": 176.57823006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 443, "st_code": 64740, "l_hundred": 400, "r_hundred": 400, "seg_id": 641170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PIKE ST", "stname": "W PIKE ST", "objectid": 24767, "Shape__Length": 70.180625135128892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135269144503894, 40.010357443830202 ], [ -75.135890503706804, 40.010439120153698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12449, "tnode_": 12265, "lpoly_": null, "rpoly_": null, "length": 580.6508967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 45740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 24768, "Shape__Length": 231.64160890212921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106436478218697, 40.009716990961401 ], [ -75.106103269401899, 40.011290219857401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12431, "tnode_": 12449, "lpoly_": null, "rpoly_": null, "length": 353.36390204000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 52080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24769, "Shape__Length": 140.44071143252904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1076819119654, 40.009871189949699 ], [ -75.106436478218697, 40.009716990961401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12451, "tnode_": 12282, "lpoly_": null, "rpoly_": null, "length": 550.72431862999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 62960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 24770, "Shape__Length": 219.70434818687278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149611363977698, 40.0106815452802 ], [ -75.149284983938102, 40.012172373631003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12451, "tnode_": 12445, "lpoly_": null, "rpoly_": null, "length": 127.09066961, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1316, "l_t_add": 1322, "r_f_add": 1317, "r_t_add": 1323, "st_code": 20080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24771, "Shape__Length": 50.511162011865594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149611363977698, 40.0106815452802 ], [ -75.150059701618204, 40.010735061186601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12454, "tnode_": 12428, "lpoly_": null, "rpoly_": null, "length": 165.36554323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 47420, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641175, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 24772, "Shape__Length": 65.771751039667961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090184486916996, 40.009264694068399 ], [ -75.089661474387597, 40.009475218828698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12410, "tnode_": 12454, "lpoly_": null, "rpoly_": null, "length": 264.05909805000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1533, "l_t_add": 1597, "r_f_add": 1536, "r_t_add": 1596, "st_code": 84300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641176, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 24773, "Shape__Length": 105.06098043917339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090973247609597, 40.009661344440801 ], [ -75.090607269349604, 40.009468224487897 ], [ -75.090184486916996, 40.009264694068399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12456, "tnode_": 12272, "lpoly_": null, "rpoly_": null, "length": 582.45175266999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 49585, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 24774, "Shape__Length": 232.35974761978511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105770444901196, 40.0096286561526 ], [ -75.105436252636494, 40.011206770540497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12449, "tnode_": 12456, "lpoly_": null, "rpoly_": null, "length": 189.32417721, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1114, "st_code": 52080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24775, "Shape__Length": 75.245817892988299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106436478218697, 40.009716990961401 ], [ -75.105770444901196, 40.0096286561526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12459, "tnode_": 12384, "lpoly_": null, "rpoly_": null, "length": 318.42130074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4240, "r_f_add": 4201, "r_t_add": 4237, "st_code": 38940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 24776, "Shape__Length": 126.8209972433191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092305632567701, 40.009326613922397 ], [ -75.091993233553097, 40.009506972267403 ], [ -75.091561899053005, 40.009975087264898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12407, "tnode_": 12459, "lpoly_": null, "rpoly_": null, "length": 179.75714143000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1518, "st_code": 11280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641180, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24777, "Shape__Length": 71.608796314974271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092704087341602, 40.009713418977199 ], [ -75.092305632567701, 40.009326613922397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12461, "tnode_": 12291, "lpoly_": null, "rpoly_": null, "length": 552.4906678, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 88050, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24778, "Shape__Length": 220.40988908537349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148699568553894, 40.010565234690702 ], [ -75.148380784919794, 40.012061948192397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12461, "tnode_": 12451, "lpoly_": null, "rpoly_": null, "length": 258.89938893, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1314, "r_f_add": 1301, "r_t_add": 1315, "st_code": 20080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641182, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24779, "Shape__Length": 102.8986719586721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148699568553894, 40.010565234690702 ], [ -75.149611363977698, 40.0106815452802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12464, "tnode_": 12279, "lpoly_": null, "rpoly_": null, "length": 590.38701967999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 16940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641183, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 24780, "Shape__Length": 235.52386499743488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105161472172, 40.009543879115 ], [ -75.104813830088105, 40.011142364484499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12456, "tnode_": 12464, "lpoly_": null, "rpoly_": null, "length": 173.35882305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1115, "l_t_add": 1127, "r_f_add": 1116, "r_t_add": 1128, "st_code": 52080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24781, "Shape__Length": 68.901167638159961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105770444901196, 40.0096286561526 ], [ -75.105161472172, 40.009543879115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12467, "tnode_": 12295, "lpoly_": null, "rpoly_": null, "length": 551.26263663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 20980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641185, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 24782, "Shape__Length": 219.91745001388784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148142728358394, 40.010493489480901 ], [ -75.147808911006607, 40.011984843208403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12467, "tnode_": 12461, "lpoly_": null, "rpoly_": null, "length": 158.15472334999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 20080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641186, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24783, "Shape__Length": 62.858094918406287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148142728358394, 40.010493489480901 ], [ -75.148699568553894, 40.010565234690702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12437, "tnode_": 12468, "lpoly_": null, "rpoly_": null, "length": 166.88447807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 450, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 68600, "l_hundred": 400, "r_hundred": 400, "seg_id": 641187, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24784, "Shape__Length": 66.476547787164805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135890503706804, 40.010439120153698 ], [ -75.136269406470504, 40.010085592960898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12468, "tnode_": 12433, "lpoly_": null, "rpoly_": null, "length": 148.62125271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3848, "l_t_add": 3898, "r_f_add": 3847, "r_t_add": 3899, "st_code": 87890, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641188, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24785, "Shape__Length": 59.289172791803388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136269406470504, 40.010085592960898 ], [ -75.136178849374602, 40.010487589783999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12469, "tnode_": 12286, "lpoly_": null, "rpoly_": null, "length": 586.51201754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 47000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 24786, "Shape__Length": 233.98064569626217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104492693508504, 40.009459229980102 ], [ -75.104168278339699, 40.011049833298202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12464, "tnode_": 12469, "lpoly_": null, "rpoly_": null, "length": 189.85984512000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1129, "l_t_add": 1199, "r_f_add": 1130, "r_t_add": 1198, "st_code": 52080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24787, "Shape__Length": 75.45777565120963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105161472172, 40.009543879115 ], [ -75.104492693508504, 40.009459229980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12426, "tnode_": 12471, "lpoly_": null, "rpoly_": null, "length": 935.43609529000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 52020, "l_hundred": 300, "r_hundred": 300, "seg_id": 641191, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24788, "Shape__Length": 371.78832704800584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121471163759196, 40.010162464828603 ], [ -75.118183931593407, 40.009710254063798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12472, "tnode_": 12300, "lpoly_": null, "rpoly_": null, "length": 555.84488565999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 61300, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24789, "Shape__Length": 221.76894800950728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1473279387003, 40.010391219985699 ], [ -75.147250729362199, 40.011915926057199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12472, "tnode_": 12467, "lpoly_": null, "rpoly_": null, "length": 231.25713136000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1223, "st_code": 20080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24790, "Shape__Length": 91.911804543044155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1473279387003, 40.010391219985699 ], [ -75.148142728358394, 40.010493489480901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12474, "tnode_": 12294, "lpoly_": null, "rpoly_": null, "length": 588.95035835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 23400, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 24791, "Shape__Length": 234.95093622856459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103843725703896, 40.009366227722502 ], [ -75.103502606289297, 40.010961547061598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12469, "tnode_": 12474, "lpoly_": null, "rpoly_": null, "length": 184.91974884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1233, "r_f_add": 1200, "r_t_add": 1232, "st_code": 52080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24792, "Shape__Length": 73.496382908336997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104492693508504, 40.009459229980102 ], [ -75.103843725703896, 40.009366227722502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12459, "tnode_": 12480, "lpoly_": null, "rpoly_": null, "length": 107.3532864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1523, "r_f_add": 1520, "r_t_add": 1526, "st_code": 11280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24793, "Shape__Length": 42.767890338366641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092305632567701, 40.009326613922397 ], [ -75.092072080989794, 40.009092962965198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12474, "tnode_": 12481, "lpoly_": null, "rpoly_": null, "length": 174.47158106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1235, "l_t_add": 1237, "r_f_add": 1234, "r_t_add": 1236, "st_code": 52080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24794, "Shape__Length": 69.341762910408434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103843725703896, 40.009366227722502 ], [ -75.103229230731202, 40.009288079809799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12486, "tnode_": 12312, "lpoly_": null, "rpoly_": null, "length": 585.57755925999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 48700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 24795, "Shape__Length": 233.60552679089349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102554306963, 40.009211460791001 ], [ -75.102219731412603, 40.0107982203169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12481, "tnode_": 12486, "lpoly_": null, "rpoly_": null, "length": 191.11017846, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1239, "l_t_add": 1299, "r_f_add": 1238, "r_t_add": 1298, "st_code": 52080, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24796, "Shape__Length": 75.952906748406775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103229230731202, 40.009288079809799 ], [ -75.102554306963, 40.009211460791001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12493, "tnode_": 12322, "lpoly_": null, "rpoly_": null, "length": 584.50594495999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 29480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641200, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN ST", "stname": "DUNGAN ST", "objectid": 24797, "Shape__Length": 233.17642562272098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018221778737, 40.009115706660097 ], [ -75.101479323583206, 40.010698438666999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12486, "tnode_": 12493, "lpoly_": null, "rpoly_": null, "length": 208.03100465, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1318, "st_code": 52080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24798, "Shape__Length": 82.679866802758951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102554306963, 40.009211460791001 ], [ -75.1018221778737, 40.009115706660097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12494, "tnode_": 12410, "lpoly_": null, "rpoly_": null, "length": 377.35433295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4236, "r_f_add": 4201, "r_t_add": 4239, "st_code": 69160, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 641202, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROMAIN ST", "stname": "ROMAIN ST", "objectid": 24799, "Shape__Length": 150.28864640971017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091862069363401, 40.008895870047397 ], [ -75.091486443616802, 40.009118154339703 ], [ -75.090973247609597, 40.009661344440801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12480, "tnode_": 12494, "lpoly_": null, "rpoly_": null, "length": 92.8210594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1525, "l_t_add": 1539, "r_f_add": 1528, "r_t_add": 1534, "st_code": 11280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641203, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24800, "Shape__Length": 36.973941781861342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092072080989794, 40.009092962965198 ], [ -75.091862069363401, 40.008895870047397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12497, "tnode_": 12331, "lpoly_": null, "rpoly_": null, "length": 584.44235841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 37180, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 24801, "Shape__Length": 233.14978877063115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101118226402704, 40.009017517298403 ], [ -75.100768999688597, 40.0105992481583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27089, "tnode_": 12497, "lpoly_": null, "rpoly_": null, "length": 140.1742836, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1329, "l_t_add": 1343, "r_f_add": 1324, "r_t_add": 1338, "st_code": 52080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24802, "Shape__Length": 55.709877712214748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101612590875504, 40.009077114929397 ], [ -75.101118226402704, 40.009017517298403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12505, "tnode_": 12341, "lpoly_": null, "rpoly_": null, "length": 550.5783904, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 87990, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24803, "Shape__Length": 219.64285200351341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143983028721706, 40.009958762354898 ], [ -75.143650235380903, 40.011448345260298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12505, "tnode_": 12490, "lpoly_": null, "rpoly_": null, "length": 284.16598831000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 20080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24804, "Shape__Length": 112.93921349946554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143983028721706, 40.009958762354898 ], [ -75.144984465848907, 40.010083295980003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12506, "tnode_": 12480, "lpoly_": null, "rpoly_": null, "length": 178.32335985999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 69160, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROMAIN ST", "stname": "ROMAIN ST", "objectid": 24805, "Shape__Length": 70.974977284758594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092568048139, 40.008786084353403 ], [ -75.092072080989794, 40.009092962965198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12383, "tnode_": 12506, "lpoly_": null, "rpoly_": null, "length": 590.22083645000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 27760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEAL ST", "stname": "DEAL ST", "objectid": 24806, "Shape__Length": 235.12108335495867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093878870188306, 40.010054593828201 ], [ -75.092568048139, 40.008786084353403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12508, "tnode_": 12339, "lpoly_": null, "rpoly_": null, "length": 586.22706861999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 52740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 24807, "Shape__Length": 233.86370807352856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100375659512906, 40.008923689926199 ], [ -75.100041082083294, 40.010512255300299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27090, "tnode_": 12508, "lpoly_": null, "rpoly_": null, "length": 190.4100774, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1347, "l_t_add": 1399, "r_f_add": 1350, "r_t_add": 1398, "st_code": 52080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24808, "Shape__Length": 75.674973069906031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101047389887697, 40.009003679329197 ], [ -75.100375659512906, 40.008923689926199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12509, "tnode_": 12350, "lpoly_": null, "rpoly_": null, "length": 551.49138125000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 28040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641212, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 24809, "Shape__Length": 220.00820563912663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143456182032594, 40.009886354092302 ], [ -75.143132108807293, 40.011379614365403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12509, "tnode_": 12505, "lpoly_": null, "rpoly_": null, "length": 149.91858937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 924, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 20080, "l_hundred": 900, "r_hundred": 900, "seg_id": 641213, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24810, "Shape__Length": 59.584997918934043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143456182032594, 40.009886354092302 ], [ -75.143983028721706, 40.009958762354898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12512, "tnode_": 12346, "lpoly_": null, "rpoly_": null, "length": 585.40620951000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 54540, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641214, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYWOOD ST", "stname": "MAYWOOD ST", "objectid": 24811, "Shape__Length": 233.53449774875833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099705653071993, 40.008836975893203 ], [ -75.099361425801604, 40.010422037123298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12508, "tnode_": 12512, "lpoly_": null, "rpoly_": null, "length": 190.32430558, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1420, "st_code": 52080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24812, "Shape__Length": 75.642028554673246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100375659512906, 40.008923689926199 ], [ -75.099705653071993, 40.008836975893203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12513, "tnode_": 12360, "lpoly_": null, "rpoly_": null, "length": 551.55216458999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 64200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 24813, "Shape__Length": 220.0317107880829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142986837887904, 40.009823838540498 ], [ -75.142659004208198, 40.011316782563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12513, "tnode_": 12509, "lpoly_": null, "rpoly_": null, "length": 133.43027304, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 912, "l_t_add": 922, "r_f_add": 913, "r_t_add": 923, "st_code": 20080, "l_hundred": 900, "r_hundred": 900, "seg_id": 641217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24814, "Shape__Length": 53.031296481482322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142986837887904, 40.009823838540498 ], [ -75.143456182032594, 40.009886354092302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12518, "tnode_": 12359, "lpoly_": null, "rpoly_": null, "length": 580.6811238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 53580, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLAND ST", "stname": "MARKLAND ST", "objectid": 24815, "Shape__Length": 231.6504266897997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099133819549806, 40.008772320439398 ], [ -75.098800293665093, 40.010345593158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12512, "tnode_": 12518, "lpoly_": null, "rpoly_": null, "length": 161.90653966, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1421, "l_t_add": 1441, "r_f_add": 1422, "r_t_add": 1440, "st_code": 52080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24816, "Shape__Length": 64.346041938377454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099705653071993, 40.008836975893203 ], [ -75.099133819549806, 40.008772320439398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12520, "tnode_": 12370, "lpoly_": null, "rpoly_": null, "length": 551.86910428, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 87970, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641220, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24817, "Shape__Length": 220.15818958708414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142440577322702, 40.009752105609898 ], [ -75.142114409886602, 40.011246147592601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12520, "tnode_": 12513, "lpoly_": null, "rpoly_": null, "length": 155.23360233, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 911, "st_code": 20080, "l_hundred": 900, "r_hundred": 900, "seg_id": 641221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24818, "Shape__Length": 61.696682305046707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142440577322702, 40.009752105609898 ], [ -75.142986837887904, 40.009823838540498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12522, "tnode_": 12373, "lpoly_": null, "rpoly_": null, "length": 547.53086749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 35900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641222, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 24819, "Shape__Length": 218.42490861364374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112824312995798, 40.009016877921702 ], [ -75.112498971697903, 40.010498949886902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12471, "tnode_": 12522, "lpoly_": null, "rpoly_": null, "length": 1522.4439991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 501, "l_t_add": 799, "r_f_add": 500, "r_t_add": 798, "st_code": 52020, "l_hundred": 500, "r_hundred": 500, "seg_id": 641223, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24820, "Shape__Length": 605.0806896465931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118183931593407, 40.009710254063798 ], [ -75.112824312995798, 40.009016877921702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12526, "tnode_": 12376, "lpoly_": null, "rpoly_": null, "length": 552.19745167999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 27360, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641224, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24821, "Shape__Length": 220.28869776803219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141916631626003, 40.009683288100902 ], [ -75.141588490714099, 40.011177988618101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12526, "tnode_": 12520, "lpoly_": null, "rpoly_": null, "length": 148.89333688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 814, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 20080, "l_hundred": 800, "r_hundred": 800, "seg_id": 641225, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24822, "Shape__Length": 59.17672263973683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141916631626003, 40.009683288100902 ], [ -75.142440577322702, 40.009752105609898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12528, "tnode_": 12371, "lpoly_": null, "rpoly_": null, "length": 584.132191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 21880, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641226, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24823, "Shape__Length": 233.02745598551076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098429904748997, 40.008673786395001 ], [ -75.098098796741695, 40.010256957093397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12518, "tnode_": 12528, "lpoly_": null, "rpoly_": null, "length": 200.42397161, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1443, "l_t_add": 1499, "r_f_add": 1442, "r_t_add": 1498, "st_code": 52080, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24824, "Shape__Length": 79.657259126001506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099133819549806, 40.008772320439398 ], [ -75.098429904748997, 40.008673786395001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12542, "tnode_": 12434, "lpoly_": null, "rpoly_": null, "length": 333.97391301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3720, "l_t_add": 3798, "r_f_add": 3703, "r_t_add": 3799, "st_code": 19140, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641228, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24825, "Shape__Length": 133.23110359324048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151093326153003, 40.009943683455397 ], [ -75.150885615913097, 40.010846462311598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12534, "tnode_": 12461, "lpoly_": null, "rpoly_": null, "length": 272.51373292999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3734, "l_t_add": 3798, "r_f_add": 3735, "r_t_add": 3799, "st_code": 88050, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641229, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24826, "Shape__Length": 108.71441623082906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148857318554207, 40.009827051749298 ], [ -75.148699568553894, 40.010565234690702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12535, "tnode_": 12381, "lpoly_": null, "rpoly_": null, "length": 551.70566287999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 87950, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641230, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24827, "Shape__Length": 220.09164080277802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141427477184195, 40.009619553829097 ], [ -75.141095152947798, 40.011112338068997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12535, "tnode_": 12526, "lpoly_": null, "rpoly_": null, "length": 138.97521486, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 811, "st_code": 20080, "l_hundred": 800, "r_hundred": 800, "seg_id": 641231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24828, "Shape__Length": 55.234677358485129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141427477184195, 40.009619553829097 ], [ -75.141916631626003, 40.009683288100902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12536, "tnode_": 12454, "lpoly_": null, "rpoly_": null, "length": 461.48742858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4152, "l_t_add": 4198, "r_f_add": 4119, "r_t_add": 4199, "st_code": 47420, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641232, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 24829, "Shape__Length": 183.64270014939137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091518142959899, 40.008520962143898 ], [ -75.090184486916996, 40.009264694068399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12494, "tnode_": 12536, "lpoly_": null, "rpoly_": null, "length": 167.13419166999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1541, "l_t_add": 1557, "r_f_add": 1536, "r_t_add": 1556, "st_code": 11280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641233, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24830, "Shape__Length": 66.593455073945805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091862069363401, 40.008895870047397 ], [ -75.091518142959899, 40.008520962143898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12468, "tnode_": 12540, "lpoly_": null, "rpoly_": null, "length": 313.50796681999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 523, "st_code": 68600, "l_hundred": 500, "r_hundred": 500, "seg_id": 641234, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24831, "Shape__Length": 124.83174278869879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136269406470504, 40.010085592960898 ], [ -75.136880329292097, 40.009579973879802 ], [ -75.137062571162105, 40.009482957447503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12540, "tnode_": 12424, "lpoly_": null, "rpoly_": null, "length": 400.13560202000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 67820, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 24832, "Shape__Length": 159.62816533400937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137062571162105, 40.009482957447503 ], [ -75.137050425091999, 40.009628474634397 ], [ -75.136848597028106, 40.010568351388201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12528, "tnode_": 12541, "lpoly_": null, "rpoly_": null, "length": 202.00895293000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1501, "r_f_add": 1500, "r_t_add": 1520, "st_code": 52080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24833, "Shape__Length": 80.287305653593933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098429904748997, 40.008673786395001 ], [ -75.097720681537695, 40.008573392664502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12542, "tnode_": 12425, "lpoly_": null, "rpoly_": null, "length": 368.85326631000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3728, "l_t_add": 3798, "r_f_add": 3729, "r_t_add": 3799, "st_code": 36660, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641238, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 24834, "Shape__Length": 147.11479252195085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151093326153003, 40.009943683455397 ], [ -75.151097455431795, 40.010155855995599 ], [ -75.151124242436893, 40.010258855906898 ], [ -75.151186846545897, 40.010407300303903 ], [ -75.151285871801406, 40.010585449382397 ], [ -75.151430084600307, 40.010912686377402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12544, "tnode_": 12445, "lpoly_": null, "rpoly_": null, "length": 358.32322678999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 81820, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 24835, "Shape__Length": 142.94665216039326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150267256997196, 40.009764454972597 ], [ -75.150059701618204, 40.010735061186601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12544, "tnode_": 12542, "lpoly_": null, "rpoly_": null, "length": 245.66190681, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 11500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AIRDRIE ST", "stname": "W AIRDRIE ST", "objectid": 24836, "Shape__Length": 97.667133086501352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150267256997196, 40.009764454972597 ], [ -75.150916815000599, 40.009843567098798 ], [ -75.151093326153003, 40.009943683455397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12545, "tnode_": 12390, "lpoly_": null, "rpoly_": null, "length": 548.41540555999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 34980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641241, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24837, "Shape__Length": 218.77985538088396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140781956423396, 40.009544556606102 ], [ -75.140458758640605, 40.011029368152698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12545, "tnode_": 12535, "lpoly_": null, "rpoly_": null, "length": 182.87594833, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 20080, "l_hundred": 700, "r_hundred": 700, "seg_id": 641242, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24838, "Shape__Length": 72.681017254291817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140781956423396, 40.009544556606102 ], [ -75.141427477184195, 40.009619553829097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12541, "tnode_": 12548, "lpoly_": null, "rpoly_": null, "length": 157.5496387, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1503, "l_t_add": 1539, "r_f_add": 1522, "r_t_add": 1540, "st_code": 52080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24839, "Shape__Length": 62.615060693229722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097720681537695, 40.008573392664502 ], [ -75.097165171290698, 40.0085057768868 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12550, "tnode_": 12451, "lpoly_": null, "rpoly_": null, "length": 358.98381787, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3734, "l_t_add": 3798, "r_f_add": 3723, "r_t_add": 3799, "st_code": 62960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 24840, "Shape__Length": 143.20863813770953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149829118443705, 40.009710421067503 ], [ -75.149611363977698, 40.0106815452802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12550, "tnode_": 12544, "lpoly_": null, "rpoly_": null, "length": 124.29980025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1329, "st_code": 11500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641245, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AIRDRIE ST", "stname": "W AIRDRIE ST", "objectid": 24841, "Shape__Length": 49.401550024300967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149829118443705, 40.009710421067503 ], [ -75.150267256997196, 40.009764454972597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12551, "tnode_": 12472, "lpoly_": null, "rpoly_": null, "length": 272.01489234999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3722, "l_t_add": 3798, "r_f_add": 3723, "r_t_add": 3799, "st_code": 61300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24842, "Shape__Length": 108.51790190247858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147464613192199, 40.009651939154701 ], [ -75.1473279387003, 40.010391219985699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12551, "tnode_": 12534, "lpoly_": null, "rpoly_": null, "length": 395.30558, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 11500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AIRDRIE ST", "stname": "W AIRDRIE ST", "objectid": 24843, "Shape__Length": 157.11033707958279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147464613192199, 40.009651939154701 ], [ -75.148857318554207, 40.009827051749298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12540, "tnode_": 12552, "lpoly_": null, "rpoly_": null, "length": 195.72812082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 532, "l_t_add": 536, "r_f_add": 525, "r_t_add": 541, "st_code": 68600, "l_hundred": 500, "r_hundred": 500, "seg_id": 641248, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24844, "Shape__Length": 77.863785497343514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137062571162105, 40.009482957447503 ], [ -75.137661048175602, 40.009205656894103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12554, "tnode_": 12394, "lpoly_": null, "rpoly_": null, "length": 551.40714580999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 87930, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641249, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24845, "Shape__Length": 219.97423342408212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140135160479005, 40.009454422903403 ], [ -75.139818266534405, 40.010948359448797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12554, "tnode_": 12545, "lpoly_": null, "rpoly_": null, "length": 184.13226392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 717, "st_code": 20080, "l_hundred": 700, "r_hundred": 700, "seg_id": 641250, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24846, "Shape__Length": 73.18297780292913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140135160479005, 40.009454422903403 ], [ -75.140781956423396, 40.009544556606102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12557, "tnode_": 12402, "lpoly_": null, "rpoly_": null, "length": 549.12787418999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 39700, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 24847, "Shape__Length": 219.06247788332007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110641520606094, 40.008730225617299 ], [ -75.110324870194106, 40.010217852528598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12522, "tnode_": 12557, "lpoly_": null, "rpoly_": null, "length": 620.30415023, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 52020, "l_hundred": 800, "r_hundred": 800, "seg_id": 641252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24848, "Shape__Length": 246.53291978576772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112824312995798, 40.009016877921702 ], [ -75.110641520606094, 40.008730225617299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12558, "tnode_": 12392, "lpoly_": null, "rpoly_": null, "length": 585.19927952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 60820, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24849, "Shape__Length": 233.45104983649793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096491993230302, 40.008411963276401 ], [ -75.096422853884704, 40.008742202153002 ], [ -75.096151749777306, 40.009996953691598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12548, "tnode_": 12558, "lpoly_": null, "rpoly_": null, "length": 191.64588963, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1541, "l_t_add": 1599, "r_f_add": 1542, "r_t_add": 1598, "st_code": 52080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24850, "Shape__Length": 76.168085895280981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097165171290698, 40.0085057768868 ], [ -75.096491993230302, 40.008411963276401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12565, "tnode_": 12536, "lpoly_": null, "rpoly_": null, "length": 175.83262126000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4150, "r_f_add": 4115, "r_t_add": 4117, "st_code": 47420, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641255, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 24851, "Shape__Length": 69.967159887634793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092029822251902, 40.008241386208802 ], [ -75.091518142959899, 40.008520962143898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12506, "tnode_": 12565, "lpoly_": null, "rpoly_": null, "length": 249.20649712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 27760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEAL ST", "stname": "DEAL ST", "objectid": 24852, "Shape__Length": 99.281103204848961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092568048139, 40.008786084353403 ], [ -75.092029822251902, 40.008241386208802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12568, "tnode_": 12401, "lpoly_": null, "rpoly_": null, "length": 552.52056031999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 53860, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641257, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24853, "Shape__Length": 220.41727435684504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139312165585096, 40.009348153995901 ], [ -75.138989041543397, 40.0108443995789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12568, "tnode_": 12554, "lpoly_": null, "rpoly_": null, "length": 233.76616675, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 620, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 20080, "l_hundred": 600, "r_hundred": 600, "seg_id": 641258, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24854, "Shape__Length": 92.908123440863804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139312165585096, 40.009348153995901 ], [ -75.140135160479005, 40.009454422903403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12577, "tnode_": 12411, "lpoly_": null, "rpoly_": null, "length": 551.78389184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 87910, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641259, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24855, "Shape__Length": 220.1226346686322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138486715273302, 40.009243546936098 ], [ -75.138161118316404, 40.0107374250289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12577, "tnode_": 12568, "lpoly_": null, "rpoly_": null, "length": 234.34566581, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 619, "st_code": 20080, "l_hundred": 600, "r_hundred": 600, "seg_id": 641260, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24856, "Shape__Length": 93.137932849895279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138486715273302, 40.009243546936098 ], [ -75.139312165585096, 40.009348153995901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12392, "tnode_": 12579, "lpoly_": null, "rpoly_": null, "length": 759.92758673000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1587, "l_t_add": 1677, "r_f_add": 1600, "r_t_add": 1698, "st_code": 44020, "l_hundred": 1500, "r_hundred": 1600, "seg_id": 641261, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24857, "Shape__Length": 302.8850148341744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096151749777306, 40.009996953691598 ], [ -75.095976940944297, 40.009916302315403 ], [ -75.095786354878996, 40.009619113999698 ], [ -75.095066643870098, 40.0085687347852 ], [ -75.094818886450497, 40.0082048839515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12558, "tnode_": 12579, "lpoly_": null, "rpoly_": null, "length": 474.71257743999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 52080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 24858, "Shape__Length": 188.66530727462029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096491993230302, 40.008411963276401 ], [ -75.094818886450497, 40.0082048839515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12619, "tnode_": 12534, "lpoly_": null, "rpoly_": null, "length": 314.2743943, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3732, "r_f_add": 3701, "r_t_add": 3733, "st_code": 88050, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24859, "Shape__Length": 125.37174252432061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149045032115595, 40.0089765280987 ], [ -75.148939706445802, 40.009476917059501 ], [ -75.148857318554207, 40.009827051749298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12581, "tnode_": 12421, "lpoly_": null, "rpoly_": null, "length": 546.43256625000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 44760, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24860, "Shape__Length": 217.98363107458334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108705898740098, 40.008484160104899 ], [ -75.108371566614494, 40.009961987965497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12557, "tnode_": 12581, "lpoly_": null, "rpoly_": null, "length": 549.57487611, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 52020, "l_hundred": 900, "r_hundred": 900, "seg_id": 641265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24861, "Shape__Length": 218.42000556378929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110641520606094, 40.008730225617299 ], [ -75.108705898740098, 40.008484160104899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12552, "tnode_": 12417, "lpoly_": null, "rpoly_": null, "length": 537.75180859, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 33240, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641267, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 24862, "Shape__Length": 214.50964538048788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137661048175602, 40.009205656894103 ], [ -75.137731635155305, 40.009277497695102 ], [ -75.137458014067604, 40.010582210276397 ], [ -75.1374634513963, 40.010646658916599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12552, "tnode_": 12577, "lpoly_": null, "rpoly_": null, "length": 236.23303134, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 532, "l_t_add": 598, "r_f_add": 537, "r_t_add": 599, "st_code": 20080, "l_hundred": 500, "r_hundred": 500, "seg_id": 641268, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24863, "Shape__Length": 93.893394003984326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137661048175602, 40.009205656894103 ], [ -75.137832552211705, 40.0091620625766 ], [ -75.138486715273302, 40.009243546936098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12581, "tnode_": 12587, "lpoly_": null, "rpoly_": null, "length": 199.97233591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1016, "st_code": 52020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24864, "Shape__Length": 79.476725459839557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108705898740098, 40.008484160104899 ], [ -75.108002768103105, 40.008389311659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12637, "tnode_": 12551, "lpoly_": null, "rpoly_": null, "length": 317.13035560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3720, "r_f_add": 3701, "r_t_add": 3721, "st_code": 61300, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641273, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 24865, "Shape__Length": 126.51698195300499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147605394536797, 40.008788142968001 ], [ -75.147519094008999, 40.009303090091301 ], [ -75.147464613192199, 40.009651939154701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12587, "tnode_": 12594, "lpoly_": null, "rpoly_": null, "length": 163.30312325, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1017, "l_t_add": 1033, "r_f_add": 1018, "r_t_add": 1032, "st_code": 52020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24866, "Shape__Length": 64.902623925450186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108002768103105, 40.008389311659101 ], [ -75.107428273885006, 40.008313175244602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12596, "tnode_": 12468, "lpoly_": null, "rpoly_": null, "length": 404.20200967, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3846, "r_f_add": 3801, "r_t_add": 3845, "st_code": 87890, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641276, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24867, "Shape__Length": 161.24664217677048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136509457768895, 40.008991471531303 ], [ -75.136269406470504, 40.010085592960898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12596, "tnode_": 12552, "lpoly_": null, "rpoly_": null, "length": 334.91489919000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 535, "st_code": 20080, "l_hundred": 500, "r_hundred": 500, "seg_id": 641277, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24868, "Shape__Length": 133.13060687728677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136509457768895, 40.008991471531303 ], [ -75.137471278759307, 40.009121587485097 ], [ -75.137661048175602, 40.009205656894103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12599, "tnode_": 12542, "lpoly_": null, "rpoly_": null, "length": 280.5512622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3726, "r_f_add": 3701, "r_t_add": 3727, "st_code": 36660, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641278, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1999-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 24869, "Shape__Length": 111.89543969764966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150812702987096, 40.009205796436703 ], [ -75.150951226787399, 40.009649943203399 ], [ -75.151093326153003, 40.009943683455397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12603, "tnode_": 12542, "lpoly_": null, "rpoly_": null, "length": 242.67620053, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3718, "r_f_add": 3701, "r_t_add": 3701, "st_code": 19140, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641279, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24870, "Shape__Length": 96.808219388144792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151248688417198, 40.009288307764699 ], [ -75.151093326153003, 40.009943683455397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12603, "tnode_": 12590, "lpoly_": null, "rpoly_": null, "length": 254.66076077, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 32000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641280, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24871, "Shape__Length": 101.20820477810503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151248688417198, 40.009288307764699 ], [ -75.151580316095703, 40.009333017659202 ], [ -75.1518653831573, 40.009360280715498 ], [ -75.152150026521298, 40.009373451455801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12594, "tnode_": 12604, "lpoly_": null, "rpoly_": null, "length": 189.60217556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 52020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24872, "Shape__Length": 75.352588874800233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107428273885006, 40.008313175244602 ], [ -75.106758787597002, 40.008236630287598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12606, "tnode_": 12448, "lpoly_": null, "rpoly_": null, "length": 547.63365453999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 49660, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641283, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24873, "Shape__Length": 218.46652076375042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135587206210005, 40.008874151927799 ], [ -75.135269144503894, 40.010357443830202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12606, "tnode_": 12596, "lpoly_": null, "rpoly_": null, "length": 261.85535979000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 20080, "l_hundred": 400, "r_hundred": 400, "seg_id": 641284, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BUTLER ST", "stname": "W BUTLER ST", "objectid": 24874, "Shape__Length": 104.0708622905647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135587206210005, 40.008874151927799 ], [ -75.136509457768895, 40.008991471531303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12611, "tnode_": 12550, "lpoly_": null, "rpoly_": null, "length": 226.02558541, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3732, "r_f_add": 3701, "r_t_add": 3721, "st_code": 62960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 24875, "Shape__Length": 90.167620510557853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149960992801795, 40.009098296319102 ], [ -75.149829118443705, 40.009710421067503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12611, "tnode_": 12599, "lpoly_": null, "rpoly_": null, "length": 241.7756486, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1320, "l_t_add": 1340, "r_f_add": 1327, "r_t_add": 1339, "st_code": 32000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641286, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24876, "Shape__Length": 96.090609983607976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149960992801795, 40.009098296319102 ], [ -75.150812702987096, 40.009205796436703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12612, "tnode_": 12456, "lpoly_": null, "rpoly_": null, "length": 549.44429675000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 49585, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641287, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 24877, "Shape__Length": 219.1869291436555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106086497686505, 40.0081400742787 ], [ -75.105770444901196, 40.0096286561526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12604, "tnode_": 12612, "lpoly_": null, "rpoly_": null, "length": 191.58272103, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1123, "r_f_add": 1100, "r_t_add": 1122, "st_code": 52020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24878, "Shape__Length": 76.143252385462603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106758787597002, 40.008236630287598 ], [ -75.106086497686505, 40.0081400742787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12617, "tnode_": 12464, "lpoly_": null, "rpoly_": null, "length": 549.37477158000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 16940, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641289, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 24879, "Shape__Length": 219.1570726160401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105490309835801, 40.008057129365497 ], [ -75.105161472172, 40.009543879115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12612, "tnode_": 12617, "lpoly_": null, "rpoly_": null, "length": 169.71950481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1125, "l_t_add": 1137, "r_f_add": 1124, "r_t_add": 1138, "st_code": 52020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24880, "Shape__Length": 67.453238798460191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106086497686505, 40.0081400742787 ], [ -75.105490309835801, 40.008057129365497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12552, "tnode_": 12618, "lpoly_": null, "rpoly_": null, "length": 297.10930079000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 538, "l_t_add": 598, "r_f_add": 543, "r_t_add": 599, "st_code": 68600, "l_hundred": 500, "r_hundred": 500, "seg_id": 641291, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24881, "Shape__Length": 118.18603176279993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137661048175602, 40.009205656894103 ], [ -75.138580339188593, 40.008798858555203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12618, "tnode_": 12577, "lpoly_": null, "rpoly_": null, "length": 164.10150281999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3732, "l_t_add": 3798, "r_f_add": 3741, "r_t_add": 3799, "st_code": 87910, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641292, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24882, "Shape__Length": 65.464390754870678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138580339188593, 40.008798858555203 ], [ -75.138486715273302, 40.009243546936098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12619, "tnode_": 27364, "lpoly_": null, "rpoly_": null, "length": 232.92397403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1316, "r_f_add": 1301, "r_t_add": 1323, "st_code": 32000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24883, "Shape__Length": 92.573567648794565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149045032115595, 40.0089765280987 ], [ -75.149864286797396, 40.009085885078903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12625, "tnode_": 12469, "lpoly_": null, "rpoly_": null, "length": 547.24082248000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 47000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 24884, "Shape__Length": 218.30709177170567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104809494307901, 40.007976871830699 ], [ -75.104492693508504, 40.009459229980102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12617, "tnode_": 12625, "lpoly_": null, "rpoly_": null, "length": 192.94286131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1139, "l_t_add": 1199, "r_f_add": 1140, "r_t_add": 1198, "st_code": 52020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24885, "Shape__Length": 76.680373540837579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105490309835801, 40.008057129365497 ], [ -75.104809494307901, 40.007976871830699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12627, "tnode_": 12619, "lpoly_": null, "rpoly_": null, "length": 164.26518682999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 32000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641297, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24886, "Shape__Length": 65.28654409180055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148468299233002, 40.0088949746278 ], [ -75.149045032115595, 40.0089765280987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12628, "tnode_": 12558, "lpoly_": null, "rpoly_": null, "length": 235.01297115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4036, "l_t_add": 4098, "r_f_add": 4035, "r_t_add": 4099, "st_code": 60820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24887, "Shape__Length": 93.753093728062254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096614682542395, 40.007773760042497 ], [ -75.096491993230302, 40.008411963276401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12629, "tnode_": 12504, "lpoly_": null, "rpoly_": null, "length": 535.04920897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4102, "l_t_add": 4198, "r_f_add": 4107, "r_t_add": 4199, "st_code": 34960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641299, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 24888, "Shape__Length": 213.30195750031132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090932877593801, 40.007451672245097 ], [ -75.090346040486693, 40.0083447483727 ], [ -75.090311668451093, 40.008394498483099 ], [ -75.0900953766009, 40.008771243529402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12536, "tnode_": 12629, "lpoly_": null, "rpoly_": null, "length": 424.90169806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1559, "l_t_add": 1599, "r_f_add": 1558, "r_t_add": 1598, "st_code": 11280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641300, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 24889, "Shape__Length": 169.41389951535137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091518142959899, 40.008520962143898 ], [ -75.0913061649198, 40.008268579119999 ], [ -75.091255371186406, 40.008151844852698 ], [ -75.091168400619495, 40.0079491247498 ], [ -75.090932877593801, 40.007451672245097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12635, "tnode_": 12474, "lpoly_": null, "rpoly_": null, "length": 539.95418799000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 23400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641301, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 24890, "Shape__Length": 215.40230113803759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104139858042402, 40.007901584769101 ], [ -75.103843725703896, 40.009366227722502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12625, "tnode_": 12635, "lpoly_": null, "rpoly_": null, "length": 189.57781562, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1218, "st_code": 52020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24891, "Shape__Length": 75.342326467979731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104809494307901, 40.007976871830699 ], [ -75.104139858042402, 40.007901584769101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12637, "tnode_": 12627, "lpoly_": null, "rpoly_": null, "length": 244.83286938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1225, "st_code": 32000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641304, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24892, "Shape__Length": 97.304844939090316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147605394536797, 40.008788142968001 ], [ -75.148468299233002, 40.0088949746278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12641, "tnode_": 12481, "lpoly_": null, "rpoly_": null, "length": 541.98514838999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 43860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641305, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 24893, "Shape__Length": 216.21023964206512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103541037108101, 40.007819712361297 ], [ -75.103229230731202, 40.009288079809799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12635, "tnode_": 12641, "lpoly_": null, "rpoly_": null, "length": 170.37712228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1219, "l_t_add": 1235, "r_f_add": 1220, "r_t_add": 1234, "st_code": 52020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641306, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24894, "Shape__Length": 67.714082527894973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104139858042402, 40.007901584769101 ], [ -75.103541037108101, 40.007819712361297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12648, "tnode_": 12596, "lpoly_": null, "rpoly_": null, "length": 181.05334479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3746, "l_t_add": 3798, "r_f_add": 3743, "r_t_add": 3799, "st_code": 87890, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641308, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24895, "Shape__Length": 72.226713340573326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136612189755496, 40.008500776521899 ], [ -75.136509457768895, 40.008991471531303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12649, "tnode_": 12486, "lpoly_": null, "rpoly_": null, "length": 545.76898144000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 48700, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 24896, "Shape__Length": 217.72364851983045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102836939555601, 40.0077291066996 ], [ -75.102554306963, 40.009211460791001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12641, "tnode_": 12649, "lpoly_": null, "rpoly_": null, "length": 199.98012588999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1237, "l_t_add": 1299, "r_f_add": 1236, "r_t_add": 1298, "st_code": 52020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641310, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24897, "Shape__Length": 79.478223843992467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103541037108101, 40.007819712361297 ], [ -75.102836939555601, 40.0077291066996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12628, "tnode_": 12651, "lpoly_": null, "rpoly_": null, "length": 470.33807495000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1659, "r_f_add": 1600, "r_t_add": 1668, "st_code": 84700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 24898, "Shape__Length": 186.9267687115626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096614682542395, 40.007773760042497 ], [ -75.094959065619804, 40.007558994418503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12652, "tnode_": 12637, "lpoly_": null, "rpoly_": null, "length": 266.21361649, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 32000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641312, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24899, "Shape__Length": 105.80381081513346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146669108789496, 40.008662921528803 ], [ -75.147605394536797, 40.008788142968001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12654, "tnode_": 12652, "lpoly_": null, "rpoly_": null, "length": 216.78064953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 1101, "r_t_add": 1129, "st_code": 32000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641313, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24900, "Shape__Length": 86.155393457855766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1459047691379, 40.008569806218098 ], [ -75.146669108789496, 40.008662921528803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12579, "tnode_": 12655, "lpoly_": null, "rpoly_": null, "length": 291.63098126, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1679, "l_t_add": 1735, "r_f_add": 1700, "r_t_add": 1732, "st_code": 44020, "l_hundred": 1600, "r_hundred": 1700, "seg_id": 641314, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24901, "Shape__Length": 116.25401363108575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094818886450497, 40.0082048839515 ], [ -75.094344703677606, 40.0074921860136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12651, "tnode_": 12655, "lpoly_": null, "rpoly_": null, "length": 173.81297398000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1661, "l_t_add": 1699, "r_f_add": 1670, "r_t_add": 1698, "st_code": 84700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 24902, "Shape__Length": 69.076254475613382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094959065619804, 40.007558994418503 ], [ -75.094344703677606, 40.0074921860136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12656, "tnode_": 27089, "lpoly_": null, "rpoly_": null, "length": 544.37141230999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 29480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641317, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN ST", "stname": "DUNGAN ST", "objectid": 24903, "Shape__Length": 217.16150102743291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101925726611697, 40.007602277174598 ], [ -75.101612590875504, 40.009077114929397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12649, "tnode_": 27087, "lpoly_": null, "rpoly_": null, "length": 218.42398944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1322, "st_code": 52020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24904, "Shape__Length": 86.809794558790756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102836939555601, 40.0077291066996 ], [ -75.102069678712297, 40.007622314289101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12657, "tnode_": 12606, "lpoly_": null, "rpoly_": null, "length": 183.50926787, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3740, "l_t_add": 3798, "r_f_add": 3741, "r_t_add": 3799, "st_code": 49660, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24905, "Shape__Length": 73.205919895080001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135694113995598, 40.008377150008499 ], [ -75.135587206210005, 40.008874151927799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12657, "tnode_": 12648, "lpoly_": null, "rpoly_": null, "length": 261.0896898, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 21360, "l_hundred": 400, "r_hundred": 400, "seg_id": 641320, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CAREY ST", "stname": "W CAREY ST", "objectid": 24906, "Shape__Length": 103.76708284330925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135694113995598, 40.008377150008499 ], [ -75.136612189755496, 40.008500776521899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12655, "tnode_": 12658, "lpoly_": null, "rpoly_": null, "length": 213.49587348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 84700, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 641322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-14T00:00:00Z", "newsegdate": "2001-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 24907, "Shape__Length": 84.851354393036772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094344703677606, 40.0074921860136 ], [ -75.093704011956206, 40.007400943504301 ], [ -75.093599932122402, 40.007386120860801 ], [ -75.093598467875097, 40.007385931101503 ], [ -75.093595300382901, 40.007385520824002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12659, "tnode_": 12629, "lpoly_": null, "rpoly_": null, "length": 47.87047392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4100, "r_f_add": 4101, "r_t_add": 4105, "st_code": 34960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641323, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 24908, "Shape__Length": 19.088986710087411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0909928960982, 40.007328633633499 ], [ -75.090932877593801, 40.007451672245097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12662, "tnode_": 12603, "lpoly_": null, "rpoly_": null, "length": 203.8828734, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3642, "l_t_add": 3698, "r_f_add": 3653, "r_t_add": 3699, "st_code": 19140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641324, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24909, "Shape__Length": 81.33328629966266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513714226529, 40.008736639488198 ], [ -75.151248688417198, 40.009288307764699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12662, "tnode_": 12645, "lpoly_": null, "rpoly_": null, "length": 461.34817088, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 62660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641325, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-07-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 24910, "Shape__Length": 183.35689172532454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513714226529, 40.008736639488198 ], [ -75.152995636115705, 40.008946324951999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12618, "tnode_": 12663, "lpoly_": null, "rpoly_": null, "length": 310.09677864000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 619, "st_code": 68600, "l_hundred": 600, "r_hundred": 600, "seg_id": 641326, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24911, "Shape__Length": 123.35994047705337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138580339188593, 40.008798858555203 ], [ -75.139528701612704, 40.0083597691413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12663, "tnode_": 12568, "lpoly_": null, "rpoly_": null, "length": 365.12502637, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3720, "l_t_add": 3798, "r_f_add": 3731, "r_t_add": 3799, "st_code": 53860, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24912, "Shape__Length": 145.65640976048564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139528701612704, 40.0083597691413 ], [ -75.139312165585096, 40.009348153995901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12664, "tnode_": 27090, "lpoly_": null, "rpoly_": null, "length": 542.54877132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 37180, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641328, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 24913, "Shape__Length": 216.43404014462644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101360505137606, 40.007533908876603 ], [ -75.101047389887697, 40.009003679329197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12656, "tnode_": 27088, "lpoly_": null, "rpoly_": null, "length": 138.42797073, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1333, "l_t_add": 1347, "r_f_add": 1326, "r_t_add": 1340, "st_code": 52020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24914, "Shape__Length": 55.014675067513672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101925726611697, 40.007602277174598 ], [ -75.101437570586597, 40.007543231141803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12668, "tnode_": 12505, "lpoly_": null, "rpoly_": null, "length": 588.9196977, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 87990, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24915, "Shape__Length": 234.93610823014967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144318127926894, 40.008362774558101 ], [ -75.143983028721706, 40.009958762354898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12668, "tnode_": 12654, "lpoly_": null, "rpoly_": null, "length": 450.81160289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 32000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641331, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24916, "Shape__Length": 179.16868627432493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144318127926894, 40.008362774558101 ], [ -75.1459047691379, 40.008569806218098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12669, "tnode_": 12508, "lpoly_": null, "rpoly_": null, "length": 546.10672911000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 52740, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 24917, "Shape__Length": 217.85271998234973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100693592268897, 40.007444630754598 ], [ -75.100375659512906, 40.008923689926199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12664, "tnode_": 12669, "lpoly_": null, "rpoly_": null, "length": 189.63152832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1353, "l_t_add": 1399, "r_f_add": 1346, "r_t_add": 1398, "st_code": 52020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24918, "Shape__Length": 75.365706694426137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101360505137606, 40.007533908876603 ], [ -75.100693592268897, 40.007444630754598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12671, "tnode_": 12628, "lpoly_": null, "rpoly_": null, "length": 148.34429743000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4016, "l_t_add": 4034, "r_f_add": 4011, "r_t_add": 4033, "st_code": 60820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24919, "Shape__Length": 59.176429498306412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096704475049407, 40.007372433675101 ], [ -75.096614682542395, 40.007773760042497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12673, "tnode_": 12509, "lpoly_": null, "rpoly_": null, "length": 587.79467072999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELHI", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 28040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELHI ST", "stname": "N DELHI ST", "objectid": 24920, "Shape__Length": 234.4858353875448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143799296603603, 40.0082945040878 ], [ -75.143456182032594, 40.009886354092302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12673, "tnode_": 12668, "lpoly_": null, "rpoly_": null, "length": 147.45053496, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 928, "l_t_add": 998, "r_f_add": 925, "r_t_add": 999, "st_code": 32000, "l_hundred": 900, "r_hundred": 900, "seg_id": 641336, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24921, "Shape__Length": 58.602114800575542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143799296603603, 40.0082945040878 ], [ -75.144318127926894, 40.008362774558101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12674, "tnode_": 12512, "lpoly_": null, "rpoly_": null, "length": 543.36795756999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 54540, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYWOOD ST", "stname": "MAYWOOD ST", "objectid": 24922, "Shape__Length": 216.76068914323372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100016478465704, 40.007364639894199 ], [ -75.099705653071993, 40.008836975893203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12669, "tnode_": 12674, "lpoly_": null, "rpoly_": null, "length": 191.90486149, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1421, "r_f_add": 1400, "r_t_add": 1420, "st_code": 52020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24923, "Shape__Length": 76.267187278103037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100693592268897, 40.007444630754598 ], [ -75.100016478465704, 40.007364639894199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12678, "tnode_": 12513, "lpoly_": null, "rpoly_": null, "length": 587.14286176999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 64200, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 24924, "Shape__Length": 234.22234366894978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348870781395, 40.008236664831301 ], [ -75.143313639746495, 40.008340942908198 ], [ -75.142986837887904, 40.009823838540498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12678, "tnode_": 12673, "lpoly_": null, "rpoly_": null, "length": 127.92314677, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 924, "l_t_add": 926, "r_f_add": 913, "r_t_add": 923, "st_code": 32000, "l_hundred": 900, "r_hundred": 900, "seg_id": 641342, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24925, "Shape__Length": 50.840919592826012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348870781395, 40.008236664831301 ], [ -75.143799296603603, 40.0082945040878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12679, "tnode_": 12518, "lpoly_": null, "rpoly_": null, "length": 547.57071913000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 53580, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641343, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKLAND ST", "stname": "MARKLAND ST", "objectid": 24926, "Shape__Length": 218.43523570198272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099459580295999, 40.0072901929816 ], [ -75.099133819549806, 40.008772320439398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12674, "tnode_": 12679, "lpoly_": null, "rpoly_": null, "length": 158.34358385000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1423, "l_t_add": 1441, "r_f_add": 1422, "r_t_add": 1440, "st_code": 52020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24927, "Shape__Length": 62.930695161714809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100016478465704, 40.007364639894199 ], [ -75.099459580295999, 40.0072901929816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12684, "tnode_": 12658, "lpoly_": null, "rpoly_": null, "length": 175.8866358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4022, "l_t_add": 4038, "r_f_add": 4001, "r_t_add": 4001, "st_code": 47420, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641345, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": "2001-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 24928, "Shape__Length": 69.98756108087467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094107023884206, 40.007105746020599 ], [ -75.093595300382901, 40.007385520824002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12655, "tnode_": 12684, "lpoly_": null, "rpoly_": null, "length": 155.72477474000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1734, "r_t_add": 1798, "st_code": 44020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 641346, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 24929, "Shape__Length": 62.082710498147073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094344703677606, 40.0074921860136 ], [ -75.094107023884206, 40.007105746020599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12688, "tnode_": 12520, "lpoly_": null, "rpoly_": null, "length": 586.58948484999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 87970, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641347, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 24930, "Shape__Length": 234.00512314151507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142774725609002, 40.008163067503403 ], [ -75.142765239954898, 40.008277864747498 ], [ -75.142440577322702, 40.009752105609898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12688, "tnode_": 12678, "lpoly_": null, "rpoly_": null, "length": 163.05248509, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 911, "st_code": 32000, "l_hundred": 900, "r_hundred": 900, "seg_id": 641348, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24931, "Shape__Length": 64.802402440250816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142774725609002, 40.008163067503403 ], [ -75.143348870781395, 40.008236664831301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12689, "tnode_": 12659, "lpoly_": null, "rpoly_": null, "length": 108.9274373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4098, "l_t_add": 4098, "r_f_add": 4071, "r_t_add": 4099, "st_code": 34960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641349, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 24932, "Shape__Length": 43.422231591727247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091168827732801, 40.007061970950403 ], [ -75.0909928960982, 40.007328633633499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12676, "tnode_": 12689, "lpoly_": null, "rpoly_": null, "length": 209.88115955000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1852, "r_t_add": 1898, "st_code": 84700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 24933, "Shape__Length": 83.414709100320422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091905105242105, 40.007168620359103 ], [ -75.091168827732801, 40.007061970950403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12690, "tnode_": 12528, "lpoly_": null, "rpoly_": null, "length": 541.84329053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 21880, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641351, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 24934, "Shape__Length": 216.152403331165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098736681345002, 40.0072051873126 ], [ -75.098429904748997, 40.008673786395001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12679, "tnode_": 12690, "lpoly_": null, "rpoly_": null, "length": 204.85982034, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1443, "l_t_add": 1499, "r_f_add": 1442, "r_t_add": 1498, "st_code": 52020, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24935, "Shape__Length": 81.415516085178297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099459580295999, 40.0072901929816 ], [ -75.098736681345002, 40.0072051873126 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12693, "tnode_": 12651, "lpoly_": null, "rpoly_": null, "length": 148.44259813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4018, "l_t_add": 4098, "r_f_add": 4019, "r_t_add": 4099, "st_code": 65400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641353, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 24936, "Shape__Length": 59.215288982819196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095050038091799, 40.007157551343198 ], [ -75.094959065619804, 40.007558994418503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12671, "tnode_": 12693, "lpoly_": null, "rpoly_": null, "length": 470.02192049000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 50560, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641354, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEWIS ST", "stname": "LEWIS ST", "objectid": 24937, "Shape__Length": 186.8000652327103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096704475049407, 40.007372433675101 ], [ -75.095050038091799, 40.007157551343198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12695, "tnode_": 12526, "lpoly_": null, "rpoly_": null, "length": 583.94595805000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 27360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641355, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 24938, "Shape__Length": 232.94955913195457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142259278602396, 40.008102088547197 ], [ -75.141916631626003, 40.009683288100902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12695, "tnode_": 12688, "lpoly_": null, "rpoly_": null, "length": 146.08917467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 812, "l_t_add": 898, "r_f_add": 813, "r_t_add": 899, "st_code": 32000, "l_hundred": 800, "r_hundred": 800, "seg_id": 641356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24939, "Shape__Length": 58.059668836248818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142259278602396, 40.008102088547197 ], [ -75.142774725609002, 40.008163067503403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12698, "tnode_": 12648, "lpoly_": null, "rpoly_": null, "length": 174.03194708000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3718, "l_t_add": 3744, "r_f_add": 3723, "r_t_add": 3741, "st_code": 87890, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641357, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24940, "Shape__Length": 69.424472596659683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136716110981794, 40.008029768838 ], [ -75.136612189755496, 40.008500776521899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12699, "tnode_": 12541, "lpoly_": null, "rpoly_": null, "length": 540.48996151000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 59240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641358, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEILSON ST", "stname": "NEILSON ST", "objectid": 24941, "Shape__Length": 215.60943514931517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098046102265101, 40.007110937458599 ], [ -75.097720681537695, 40.008573392664502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12690, "tnode_": 12699, "lpoly_": null, "rpoly_": null, "length": 196.47550859, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1550, "st_code": 52020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24942, "Shape__Length": 78.085692613995931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098736681345002, 40.0072051873126 ], [ -75.098046102265101, 40.007110937458599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12701, "tnode_": 12535, "lpoly_": null, "rpoly_": null, "length": 585.37701347999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 87950, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 24943, "Shape__Length": 233.52033184587685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141770160388305, 40.0080343764904 ], [ -75.141427477184195, 40.009619553829097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12701, "tnode_": 12695, "lpoly_": null, "rpoly_": null, "length": 139.21777839000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 811, "st_code": 32000, "l_hundred": 800, "r_hundred": 800, "seg_id": 641361, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24944, "Shape__Length": 55.330556067456222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141770160388305, 40.0080343764904 ], [ -75.142259278602396, 40.008102088547197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12703, "tnode_": 12548, "lpoly_": null, "rpoly_": null, "length": 546.07155435000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 61780, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMOND ST", "stname": "ORMOND ST", "objectid": 24945, "Shape__Length": 217.83754665327928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097481759767703, 40.0070266452949 ], [ -75.097165171290698, 40.0085057768868 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12699, "tnode_": 12703, "lpoly_": null, "rpoly_": null, "length": 161.04432352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1541, "r_f_add": 1552, "r_t_add": 1552, "st_code": 52020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641363, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24946, "Shape__Length": 64.005589803767577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098046102265101, 40.007110937458599 ], [ -75.097481759767703, 40.0070266452949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12704, "tnode_": 12662, "lpoly_": null, "rpoly_": null, "length": 156.21032029, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3626, "l_t_add": 3640, "r_f_add": 3625, "r_t_add": 3651, "st_code": 19140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641364, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24947, "Shape__Length": 62.316606556069445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151455656316898, 40.008312743546099 ], [ -75.1513714226529, 40.008736639488198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12704, "tnode_": 12685, "lpoly_": null, "rpoly_": null, "length": 463.15730531000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENOX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 50260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641365, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-07-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENOX AVE", "stname": "LENOX AVE", "objectid": 24948, "Shape__Length": 184.07584056111557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151455656316898, 40.008312743546099 ], [ -75.151801693369293, 40.008348215632203 ], [ -75.153084971039902, 40.008527539578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12705, "tnode_": 12545, "lpoly_": null, "rpoly_": null, "length": 589.91296575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 34980, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641366, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 24949, "Shape__Length": 235.32891760842088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141131651179407, 40.007947656608003 ], [ -75.140781956423396, 40.009544556606102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12705, "tnode_": 12701, "lpoly_": null, "rpoly_": null, "length": 181.63214008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 722, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 32000, "l_hundred": 700, "r_hundred": 700, "seg_id": 641367, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24950, "Shape__Length": 72.187263379070657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141131651179407, 40.007947656608003 ], [ -75.141770160388305, 40.0080343764904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12706, "tnode_": 12657, "lpoly_": null, "rpoly_": null, "length": 170.61310687, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3720, "l_t_add": 3738, "r_f_add": 3721, "r_t_add": 3739, "st_code": 49660, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24951, "Shape__Length": 68.06141071103248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135789719937407, 40.007914602594497 ], [ -75.135694113995598, 40.008377150008499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12706, "tnode_": 12698, "lpoly_": null, "rpoly_": null, "length": 262.87673897000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 11500, "l_hundred": 400, "r_hundred": 400, "seg_id": 641369, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W AIRDRIE ST", "stname": "W AIRDRIE ST", "objectid": 24952, "Shape__Length": 104.47483468860806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135789719937407, 40.007914602594497 ], [ -75.136716110981794, 40.008029768838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12707, "tnode_": 12377, "lpoly_": null, "rpoly_": null, "length": 1151.55615188, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 35200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641370, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 24953, "Shape__Length": 459.38828611616361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127288895585195, 40.007704727293003 ], [ -75.1266370129172, 40.0108258908312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12708, "tnode_": 27364, "lpoly_": null, "rpoly_": null, "length": 320.01028312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3640, "l_t_add": 3698, "r_f_add": 3641, "r_t_add": 3699, "st_code": 31020, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641371, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELDER ST", "stname": "ELDER ST", "objectid": 24954, "Shape__Length": 127.6487579655911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149615143442404, 40.008228563961801 ], [ -75.149864286797396, 40.009085885078903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12711, "tnode_": 12671, "lpoly_": null, "rpoly_": null, "length": 157.99942423000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4014, "r_f_add": 4001, "r_t_add": 4009, "st_code": 60820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 24955, "Shape__Length": 63.027085151194967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096803513504099, 40.006945445002998 ], [ -75.096704475049407, 40.007372433675101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12703, "tnode_": 12711, "lpoly_": null, "rpoly_": null, "length": 192.28686391, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1543, "l_t_add": 1599, "r_f_add": 1554, "r_t_add": 1598, "st_code": 52020, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641373, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24956, "Shape__Length": 76.418716532173249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097481759767703, 40.0070266452949 ], [ -75.096803513504099, 40.006945445002998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12663, "tnode_": 12712, "lpoly_": null, "rpoly_": null, "length": 316.44230972999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 622, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 68600, "l_hundred": 600, "r_hundred": 600, "seg_id": 641374, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 24957, "Shape__Length": 125.89898347226043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139528701612704, 40.0083597691413 ], [ -75.140244630281799, 40.008026529012099 ], [ -75.140475030894507, 40.007887619719597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12712, "tnode_": 12554, "lpoly_": null, "rpoly_": null, "length": 578.64515066000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 87930, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641375, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 24958, "Shape__Length": 230.83414823416595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140475030894507, 40.007887619719597 ], [ -75.140135160479005, 40.009454422903403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12712, "tnode_": 12705, "lpoly_": null, "rpoly_": null, "length": 185.23308619, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 717, "st_code": 32000, "l_hundred": 700, "r_hundred": 700, "seg_id": 641376, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24959, "Shape__Length": 73.613575750475462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140475030894507, 40.007887619719597 ], [ -75.141131651179407, 40.007947656608003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12718, "tnode_": 12663, "lpoly_": null, "rpoly_": null, "length": 219.79010117, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3718, "r_f_add": 3701, "r_t_add": 3729, "st_code": 53860, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 24960, "Shape__Length": 87.678694931135055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139654864893302, 40.007764269787899 ], [ -75.139528701612704, 40.0083597691413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12718, "tnode_": 12712, "lpoly_": null, "rpoly_": null, "length": 235.11333653, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 622, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 32000, "l_hundred": 600, "r_hundred": 600, "seg_id": 641378, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24961, "Shape__Length": 93.447685552976111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139654864893302, 40.007764269787899 ], [ -75.140315473688702, 40.007839135583403 ], [ -75.140475030894507, 40.007887619719597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12720, "tnode_": 12693, "lpoly_": null, "rpoly_": null, "length": 157.32356601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4016, "r_f_add": 4001, "r_t_add": 4017, "st_code": 65400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641379, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 24962, "Shape__Length": 62.757603992799979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095146557605304, 40.006732104949499 ], [ -75.095050038091799, 40.007157551343198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12711, "tnode_": 12720, "lpoly_": null, "rpoly_": null, "length": 470.62748276000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1643, "r_f_add": 1600, "r_t_add": 1642, "st_code": 52020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24963, "Shape__Length": 187.03921325038257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096803513504099, 40.006945445002998 ], [ -75.095146557605304, 40.006732104949499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12708, "tnode_": 12721, "lpoly_": null, "rpoly_": null, "length": 243.88813342, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VICTORIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 80060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VICTORIA ST", "stname": "W VICTORIA ST", "objectid": 24964, "Shape__Length": 96.939892279916407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149615143442404, 40.008228563961801 ], [ -75.150461393684495, 40.008071220320403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12721, "tnode_": 12599, "lpoly_": null, "rpoly_": null, "length": 424.86085580999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3618, "l_t_add": 3698, "r_f_add": 3621, "r_t_add": 3699, "st_code": 36660, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641382, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 24965, "Shape__Length": 169.46845189480973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150461393684495, 40.008071220320403 ], [ -75.150812702987096, 40.009205796436703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12724, "tnode_": 12654, "lpoly_": null, "rpoly_": null, "length": 238.39918858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3642, "l_t_add": 3698, "r_f_add": 3641, "r_t_add": 3699, "st_code": 88010, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641383, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 24966, "Shape__Length": 95.102931908072122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146038457853393, 40.007923496588901 ], [ -75.1459047691379, 40.008569806218098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12725, "tnode_": 12684, "lpoly_": null, "rpoly_": null, "length": 258.57111200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4020, "r_f_add": 3981, "r_t_add": 3999, "st_code": 47420, "l_hundred": 4000, "r_hundred": 3900, "seg_id": 641384, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 24967, "Shape__Length": 102.8930857900091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094852543438904, 40.006687231356402 ], [ -75.094107023884206, 40.007105746020599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12720, "tnode_": 12725, "lpoly_": null, "rpoly_": null, "length": 83.96944084, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1645, "l_t_add": 1699, "r_f_add": 1644, "r_t_add": 1698, "st_code": 52020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 24968, "Shape__Length": 33.372911929935846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095146557605304, 40.006732104949499 ], [ -75.094852543438904, 40.006687231356402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12726, "tnode_": 12618, "lpoly_": null, "rpoly_": null, "length": 421.73452982000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3730, "r_f_add": 3701, "r_t_add": 3739, "st_code": 87910, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641386, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 24969, "Shape__Length": 168.23753868248593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138831192789198, 40.007657330107001 ], [ -75.138580339188593, 40.008798858555203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12726, "tnode_": 12718, "lpoly_": null, "rpoly_": null, "length": 233.9994703, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 623, "st_code": 32000, "l_hundred": 600, "r_hundred": 600, "seg_id": 641387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24970, "Shape__Length": 92.998640674608893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138831192789198, 40.007657330107001 ], [ -75.139654864893302, 40.007764269787899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12730, "tnode_": 12724, "lpoly_": null, "rpoly_": null, "length": 182.02664361000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 62660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PACIFIC ST", "stname": "W PACIFIC ST", "objectid": 24971, "Shape__Length": 72.352166785608432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145409025249705, 40.007817886799998 ], [ -75.145453951318402, 40.007843828229902 ], [ -75.146038457853393, 40.007923496588901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12731, "tnode_": 12581, "lpoly_": null, "rpoly_": null, "length": 559.09698774000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 44760, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 24972, "Shape__Length": 223.0345427009411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109022587536998, 40.006968814871698 ], [ -75.108705898740098, 40.008484160104899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12734, "tnode_": 12552, "lpoly_": null, "rpoly_": null, "length": 637.98893680999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3898, "r_f_add": 3701, "r_t_add": 3899, "st_code": 67360, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641390, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 24973, "Shape__Length": 254.45782093657562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137852994235203, 40.0075288122191 ], [ -75.137503951047407, 40.009090076131201 ], [ -75.137661048175602, 40.009205656894103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12734, "tnode_": 12726, "lpoly_": null, "rpoly_": null, "length": 277.9922675, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 524, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 32000, "l_hundred": 500, "r_hundred": 500, "seg_id": 641391, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24974, "Shape__Length": 110.48283295147183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137852994235203, 40.0075288122191 ], [ -75.138831192789198, 40.007657330107001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12736, "tnode_": 12426, "lpoly_": null, "rpoly_": null, "length": 1208.8087233400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 82820, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641392, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 24975, "Shape__Length": 481.86660005196143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123428655952793, 40.007221464370602 ], [ -75.123394963341397, 40.007426688160798 ], [ -75.123326340014998, 40.007565003508603 ], [ -75.121471163759196, 40.010162464828603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12707, "tnode_": 26943, "lpoly_": null, "rpoly_": null, "length": 597.37739581999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 31980, "l_hundred": 100, "r_hundred": 100, "seg_id": 641393, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 24976, "Shape__Length": 237.4118797656902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127288895585195, 40.007704727293003 ], [ -75.125181611637103, 40.007453247090901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12740, "tnode_": 12587, "lpoly_": null, "rpoly_": null, "length": 557.09453586000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 62860, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641394, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 24977, "Shape__Length": 222.23598373399608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108314297035307, 40.0068788995627 ], [ -75.108002768103105, 40.008389311659101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12731, "tnode_": 12740, "lpoly_": null, "rpoly_": null, "length": 201.10001147, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1014, "st_code": 64720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24978, "Shape__Length": 79.922074624271531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109022587536998, 40.006968814871698 ], [ -75.108314297035307, 40.0068788995627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12741, "tnode_": 12668, "lpoly_": null, "rpoly_": null, "length": 232.09870671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87990, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 24979, "Shape__Length": 92.587648231289677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144459457735195, 40.007734972919302 ], [ -75.144318127926894, 40.008362774558101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12769, "tnode_": 12659, "lpoly_": null, "rpoly_": null, "length": 437.64024901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 84700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 641397, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-12-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 24980, "Shape__Length": 174.55738535979128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090613718128793, 40.006163251684796 ], [ -75.090713286758799, 40.006493122951298 ], [ -75.0909928960982, 40.007328633633499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12744, "tnode_": 12594, "lpoly_": null, "rpoly_": null, "length": 555.37183822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSINORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 31520, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641398, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSINORE ST", "stname": "ELSINORE ST", "objectid": 24981, "Shape__Length": 221.54678597812665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107751256376403, 40.006808979336 ], [ -75.107428273885006, 40.008313175244602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12740, "tnode_": 12744, "lpoly_": null, "rpoly_": null, "length": 159.76906658000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1017, "l_t_add": 1025, "r_f_add": 1016, "r_t_add": 1024, "st_code": 64720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24982, "Shape__Length": 63.495789110488161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108314297035307, 40.0068788995627 ], [ -75.107751256376403, 40.006808979336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12745, "tnode_": 12698, "lpoly_": null, "rpoly_": null, "length": 231.83114722, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3721, "st_code": 87890, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641400, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 24983, "Shape__Length": 92.47991743498531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136860887830807, 40.007403177900201 ], [ -75.136716110981794, 40.008029768838 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12745, "tnode_": 12734, "lpoly_": null, "rpoly_": null, "length": 281.66130011999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 527, "st_code": 32000, "l_hundred": 500, "r_hundred": 500, "seg_id": 641401, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24984, "Shape__Length": 111.93994295724285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136860887830807, 40.007403177900201 ], [ -75.137852994235203, 40.0075288122191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12749, "tnode_": 12604, "lpoly_": null, "rpoly_": null, "length": 559.9921966500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 45740, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 24985, "Shape__Length": 223.38809052960204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1070951978446, 40.006721307340698 ], [ -75.106758787597002, 40.008236630287598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12744, "tnode_": 12749, "lpoly_": null, "rpoly_": null, "length": 186.5375562, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 64720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24986, "Shape__Length": 74.135242333002296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107751256376403, 40.006808979336 ], [ -75.1070951978446, 40.006721307340698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12751, "tnode_": 12706, "lpoly_": null, "rpoly_": null, "length": 232.99681172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 3718, "r_f_add": 3701, "r_t_add": 3719, "st_code": 49660, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 24987, "Shape__Length": 92.946142899718694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135925889731993, 40.007283627799197 ], [ -75.135789719937407, 40.007914602594497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12751, "tnode_": 12745, "lpoly_": null, "rpoly_": null, "length": 265.51683684, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 430, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 32000, "l_hundred": 400, "r_hundred": 400, "seg_id": 641405, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 24988, "Shape__Length": 105.52370815851526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135925889731993, 40.007283627799197 ], [ -75.136860887830807, 40.007403177900201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12755, "tnode_": 12612, "lpoly_": null, "rpoly_": null, "length": 557.14134786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 49585, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641406, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 24989, "Shape__Length": 222.25285218763256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106405216615499, 40.0066304194469 ], [ -75.106086497686505, 40.0081400742787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12749, "tnode_": 12755, "lpoly_": null, "rpoly_": null, "length": 196.10147776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 64720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24990, "Shape__Length": 77.935860404381842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1070951978446, 40.006721307340698 ], [ -75.106405216615499, 40.0066304194469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12757, "tnode_": 12704, "lpoly_": null, "rpoly_": null, "length": 236.19946508000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3624, "r_f_add": 3601, "r_t_add": 3623, "st_code": 19140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641408, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 24991, "Shape__Length": 94.22254025690458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151605276942902, 40.007674637109098 ], [ -75.151455656316898, 40.008312743546099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12757, "tnode_": 12747, "lpoly_": null, "rpoly_": null, "length": 236.20728341, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1425, "st_code": 79920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 24992, "Shape__Length": 93.875229915606326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151605276942902, 40.007674637109098 ], [ -75.152437738214601, 40.007777844327897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12761, "tnode_": 12617, "lpoly_": null, "rpoly_": null, "length": 553.51661189000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 16940, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641410, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 24993, "Shape__Length": 220.80500722444418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105818317410495, 40.006558740986698 ], [ -75.105490309835801, 40.008057129365497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12755, "tnode_": 12761, "lpoly_": null, "rpoly_": null, "length": 166.47039827, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1113, "l_t_add": 1127, "r_f_add": 1112, "r_t_add": 1126, "st_code": 64720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24994, "Shape__Length": 66.158591824697382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106405216615499, 40.0066304194469 ], [ -75.105818317410495, 40.006558740986698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12762, "tnode_": 12619, "lpoly_": null, "rpoly_": null, "length": 540.75403446999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3626, "l_t_add": 3698, "r_f_add": 3611, "r_t_add": 3699, "st_code": 88050, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641412, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 24995, "Shape__Length": 215.71579582377657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149372309495106, 40.007513582113504 ], [ -75.149045032115595, 40.0089765280987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12762, "tnode_": 12708, "lpoly_": null, "rpoly_": null, "length": 269.19208497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3638, "r_f_add": 3601, "r_t_add": 3639, "st_code": 31020, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641413, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELDER ST", "stname": "ELDER ST", "objectid": 24996, "Shape__Length": 107.36979642547864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149372309495106, 40.007513582113504 ], [ -75.149615143442404, 40.008228563961801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12764, "tnode_": 12757, "lpoly_": null, "rpoly_": null, "length": 240.67153251000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1313, "r_t_add": 1399, "st_code": 79920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 24997, "Shape__Length": 95.650843947555614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150758867521006, 40.007561306730999 ], [ -75.151403383988097, 40.007648199864803 ], [ -75.151605276942902, 40.007674637109098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12768, "tnode_": 12625, "lpoly_": null, "rpoly_": null, "length": 556.50216476000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 47000, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 24998, "Shape__Length": 221.99520392926692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105142725665203, 40.006470851111999 ], [ -75.104809494307901, 40.007976871830699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12761, "tnode_": 12768, "lpoly_": null, "rpoly_": null, "length": 191.94484174, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1129, "l_t_add": 1199, "r_f_add": 1128, "r_t_add": 1198, "st_code": 64720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 24999, "Shape__Length": 76.283517322302998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105818317410495, 40.006558740986698 ], [ -75.105142725665203, 40.006470851111999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12770, "tnode_": 12721, "lpoly_": null, "rpoly_": null, "length": 210.20993351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3616, "r_f_add": 3601, "r_t_add": 3619, "st_code": 36660, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641417, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25000, "Shape__Length": 83.847786143064553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150289107729506, 40.007509583076498 ], [ -75.150461393684495, 40.008071220320403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12770, "tnode_": 12764, "lpoly_": null, "rpoly_": null, "length": 132.93549803, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1332, "l_t_add": 1336, "r_f_add": 1311, "r_t_add": 1311, "st_code": 79920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641418, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25001, "Shape__Length": 52.830954032884513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150289107729506, 40.007509583076498 ], [ -75.150758867521006, 40.007561306730999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12712, "tnode_": 12771, "lpoly_": null, "rpoly_": null, "length": 475.15007884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 68600, "l_hundred": 700, "r_hundred": 700, "seg_id": 641419, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25002, "Shape__Length": 189.0029264265832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140475030894507, 40.007887619719597 ], [ -75.140899045526794, 40.007729208774698 ], [ -75.141946533170696, 40.007241129653998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12771, "tnode_": 12701, "lpoly_": null, "rpoly_": null, "length": 293.1593796, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3638, "l_t_add": 3698, "r_f_add": 3649, "r_t_add": 3699, "st_code": 87950, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641420, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25003, "Shape__Length": 116.94528043215058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141946533170696, 40.007241129653998 ], [ -75.141770160388305, 40.0080343764904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27866, "tnode_": 12471, "lpoly_": null, "rpoly_": null, "length": 1159.3822439800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3998, "r_f_add": 3701, "r_t_add": 3999, "st_code": 27080, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25004, "Shape__Length": 462.37440393733146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119302392700206, 40.0066886976782 ], [ -75.118888358916394, 40.008699862377298 ], [ -75.118183931593407, 40.009710254063798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12736, "tnode_": 27866, "lpoly_": null, "rpoly_": null, "length": 1172.1515182199998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 31980, "l_hundred": 300, "r_hundred": 300, "seg_id": 641422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25005, "Shape__Length": 465.84387590537136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123428655952793, 40.007221464370602 ], [ -75.122720514791396, 40.0071439615757 ], [ -75.119302392700206, 40.0066886976782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12774, "tnode_": 12751, "lpoly_": null, "rpoly_": null, "length": 548.65236965999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 428, "r_f_add": 301, "r_t_add": 429, "st_code": 32000, "l_hundred": 300, "r_hundred": 300, "seg_id": 641423, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 25006, "Shape__Length": 218.04834478326481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1339931156907, 40.007040042135301 ], [ -75.135925889731993, 40.007283627799197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12775, "tnode_": 12635, "lpoly_": null, "rpoly_": null, "length": 556.19161795000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 23400, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 25007, "Shape__Length": 221.87120682933121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104472043324606, 40.006396292110303 ], [ -75.104139858042402, 40.007901584769101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12768, "tnode_": 12775, "lpoly_": null, "rpoly_": null, "length": 189.83376579, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1221, "r_f_add": 1200, "r_t_add": 1220, "st_code": 64720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 25008, "Shape__Length": 75.442237307949199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105142725665203, 40.006470851111999 ], [ -75.104472043324606, 40.006396292110303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12777, "tnode_": 12762, "lpoly_": null, "rpoly_": null, "length": 47.86974626, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3624, "r_f_add": 3601, "r_t_add": 3609, "st_code": 88050, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641426, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25009, "Shape__Length": 19.096730265478019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149394314263603, 40.007383267884101 ], [ -75.149372309495106, 40.007513582113504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12777, "tnode_": 12770, "lpoly_": null, "rpoly_": null, "length": 254.84659492, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1309, "st_code": 79920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641427, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25010, "Shape__Length": 101.28549968365267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149394314263603, 40.007383267884101 ], [ -75.150289107729506, 40.007509583076498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12779, "tnode_": 12641, "lpoly_": null, "rpoly_": null, "length": 559.19517105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 43860, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641428, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 25011, "Shape__Length": 223.06981322678345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103869972322897, 40.006305637737498 ], [ -75.103541037108101, 40.007819712361297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12775, "tnode_": 12779, "lpoly_": null, "rpoly_": null, "length": 171.86320468, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1223, "l_t_add": 1243, "r_f_add": 1222, "r_t_add": 1242, "st_code": 64720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 25012, "Shape__Length": 68.304886700182664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104472043324606, 40.006396292110303 ], [ -75.103869972322897, 40.006305637737498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12780, "tnode_": 12769, "lpoly_": null, "rpoly_": null, "length": 342.03846126000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4002, "l_t_add": 4098, "r_f_add": 4035, "r_t_add": 4099, "st_code": 77600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641430, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 25013, "Shape__Length": 135.9331421689692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091817923845696, 40.006016759935399 ], [ -75.091575712954096, 40.006030558926803 ], [ -75.091067382098601, 40.006085689663998 ], [ -75.090613718128793, 40.006163251684796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12780, "tnode_": 12689, "lpoly_": null, "rpoly_": null, "length": 421.94265458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4060, "l_t_add": 4096, "r_f_add": 4001, "r_t_add": 4069, "st_code": 34960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641431, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25014, "Shape__Length": 168.21185221846719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091817923845696, 40.006016759935399 ], [ -75.091168827732801, 40.007061970950403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12781, "tnode_": 12627, "lpoly_": null, "rpoly_": null, "length": 585.15950785999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 20980, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641432, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 25015, "Shape__Length": 233.43373830677868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148791944183102, 40.0073080377121 ], [ -75.148468299233002, 40.0088949746278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12781, "tnode_": 12777, "lpoly_": null, "rpoly_": null, "length": 170.95280018, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 79920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641433, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25016, "Shape__Length": 67.941032211927393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148791944183102, 40.0073080377121 ], [ -75.149394314263603, 40.007383267884101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12783, "tnode_": 12780, "lpoly_": null, "rpoly_": null, "length": 408.7347485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4000, "r_f_add": 4001, "r_t_add": 4033, "st_code": 77600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 641434, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 25017, "Shape__Length": 162.42301512778405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093275735463195, 40.0059703389406 ], [ -75.091817923845696, 40.006016759935399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12684, "tnode_": 12783, "lpoly_": null, "rpoly_": null, "length": 474.65943445, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 44020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641435, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 25018, "Shape__Length": 189.18698208196454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094107023884206, 40.007105746020599 ], [ -75.093275735463195, 40.0059703389406 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12779, "tnode_": 12787, "lpoly_": null, "rpoly_": null, "length": 204.9947986, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1245, "l_t_add": 1299, "r_f_add": 1244, "r_t_add": 1298, "st_code": 64720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 25019, "Shape__Length": 81.469554934406304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103869972322897, 40.006305637737498 ], [ -75.103148424181796, 40.006211894969503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12771, "tnode_": 12790, "lpoly_": null, "rpoly_": null, "length": 181.68905594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 808, "r_f_add": 801, "r_t_add": 807, "st_code": 68600, "l_hundred": 800, "r_hundred": 800, "seg_id": 641438, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25020, "Shape__Length": 72.276711775916439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141946533170696, 40.007241129653998 ], [ -75.142501717315696, 40.006983276250502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12790, "tnode_": 12695, "lpoly_": null, "rpoly_": null, "length": 413.18352570999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DARIEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 27360, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641439, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DARIEN ST", "stname": "N DARIEN ST", "objectid": 25021, "Shape__Length": 164.82522113066742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142501717315696, 40.006983276250502 ], [ -75.142259278602396, 40.008102088547197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12791, "tnode_": 12637, "lpoly_": null, "rpoly_": null, "length": 587.15263807999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 61300, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25022, "Shape__Length": 234.22990633569563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147919392216494, 40.0071945263647 ], [ -75.147605394536797, 40.008788142968001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12791, "tnode_": 12781, "lpoly_": null, "rpoly_": null, "length": 247.90121338, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1225, "st_code": 79920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641441, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25023, "Shape__Length": 98.522999391015645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147919392216494, 40.0071945263647 ], [ -75.148791944183102, 40.0073080377121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12792, "tnode_": 11923, "lpoly_": null, "rpoly_": null, "length": 3053.59013452, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3700, "l_t_add": 4098, "r_f_add": 3701, "r_t_add": 4099, "st_code": 87830, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641443, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25024, "Shape__Length": 1218.161069400184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131595063984705, 40.0067853074124 ], [ -75.1315773277001, 40.0069263727775 ], [ -75.131290723764906, 40.0082735190732 ], [ -75.131224059205607, 40.008398057241799 ], [ -75.130771102530503, 40.010437969469997 ], [ -75.130588353912103, 40.011334291659203 ], [ -75.130396335679293, 40.012212715024802 ], [ -75.130322744482498, 40.012528508456001 ], [ -75.129957444787806, 40.014224985186502 ], [ -75.129863810170306, 40.014579149791203 ], [ -75.129854602187706, 40.014616092528499 ], [ -75.129698032363507, 40.015033215292398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12792, "tnode_": 12774, "lpoly_": null, "rpoly_": null, "length": 679.85532756000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 32000, "l_hundred": 200, "r_hundred": 200, "seg_id": 641444, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 25025, "Shape__Length": 270.18787399414322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131595063984705, 40.0067853074124 ], [ -75.132221028521599, 40.0067934912773 ], [ -75.1339931156907, 40.007040042135301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12793, "tnode_": 12783, "lpoly_": null, "rpoly_": null, "length": 862.06772818999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 77600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641445, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 25026, "Shape__Length": 342.56865726560568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096349769128494, 40.005860991276897 ], [ -75.093275735463195, 40.0059703389406 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12793, "tnode_": 12725, "lpoly_": null, "rpoly_": null, "length": 516.24477285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3902, "l_t_add": 3998, "r_f_add": 3939, "r_t_add": 3979, "st_code": 47420, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641446, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25027, "Shape__Length": 205.4209009223263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096349769128494, 40.005860991276897 ], [ -75.094852543438904, 40.006687231356402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12794, "tnode_": 12652, "lpoly_": null, "rpoly_": null, "length": 584.41749023, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 54140, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 25028, "Shape__Length": 233.13082202252079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147023660973503, 40.007083554365202 ], [ -75.1469947261551, 40.007135842267999 ], [ -75.146669108789496, 40.008662921528803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12794, "tnode_": 12791, "lpoly_": null, "rpoly_": null, "length": 254.15740771, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1127, "r_t_add": 1199, "st_code": 79920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641448, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25029, "Shape__Length": 101.00821239565748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147023660973503, 40.007083554365202 ], [ -75.147919392216494, 40.0071945263647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12798, "tnode_": 12793, "lpoly_": null, "rpoly_": null, "length": 192.68965009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 31980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 641449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25030, "Shape__Length": 76.570696670079812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097037201421898, 40.005842714454303 ], [ -75.096349769128494, 40.005860991276897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12798, "tnode_": 12711, "lpoly_": null, "rpoly_": null, "length": 407.0047405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3902, "l_t_add": 3998, "r_f_add": 3903, "r_t_add": 3999, "st_code": 60820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641450, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 25031, "Shape__Length": 162.35841596253596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097037201421898, 40.005842714454303 ], [ -75.096803513504099, 40.006945445002998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12799, "tnode_": 12724, "lpoly_": null, "rpoly_": null, "length": 348.57351034000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3640, "r_f_add": 3601, "r_t_add": 3639, "st_code": 88010, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641451, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25032, "Shape__Length": 139.05022606564427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146249047607895, 40.0069804229353 ], [ -75.146038457853393, 40.007923496588901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12799, "tnode_": 12794, "lpoly_": null, "rpoly_": null, "length": 220.2216104, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1125, "st_code": 79920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641452, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25033, "Shape__Length": 87.522498539118516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146249047607895, 40.0069804229353 ], [ -75.147023660973503, 40.007083554365202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12806, "tnode_": 12730, "lpoly_": null, "rpoly_": null, "length": 338.42034387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 81440, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641453, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 25034, "Shape__Length": 134.99934429852814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145593542523599, 40.006902710213097 ], [ -75.145577443663399, 40.006959182276503 ], [ -75.145397696827501, 40.007771597563703 ], [ -75.145409025249705, 40.007817886799998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12806, "tnode_": 12799, "lpoly_": null, "rpoly_": null, "length": 185.79705888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1040, "l_t_add": 1098, "r_f_add": 1041, "r_t_add": 1099, "st_code": 79920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641454, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25035, "Shape__Length": 73.839356296960702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145593542523599, 40.006902710213097 ], [ -75.146249047607895, 40.0069804229353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12807, "tnode_": 12798, "lpoly_": null, "rpoly_": null, "length": 564.95622041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 31980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 641455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25036, "Shape__Length": 224.50206539825689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099051764387497, 40.0057710160509 ], [ -75.097037201421898, 40.005842714454303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12807, "tnode_": 12690, "lpoly_": null, "rpoly_": null, "length": 529.84723916000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 21880, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641456, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25037, "Shape__Length": 211.3602915667079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099051764387497, 40.0057710160509 ], [ -75.098736681345002, 40.0072051873126 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12790, "tnode_": 12810, "lpoly_": null, "rpoly_": null, "length": 182.78145784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 810, "l_t_add": 898, "r_f_add": 809, "r_t_add": 899, "st_code": 68600, "l_hundred": 800, "r_hundred": 800, "seg_id": 641457, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25038, "Shape__Length": 72.707238913194018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142501717315696, 40.006983276250502 ], [ -75.143065203274105, 40.006730303088403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12810, "tnode_": 12688, "lpoly_": null, "rpoly_": null, "length": 528.69072447999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3606, "l_t_add": 3698, "r_f_add": 3619, "r_t_add": 3699, "st_code": 87970, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 25039, "Shape__Length": 210.90385472106854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143065203274105, 40.006730303088403 ], [ -75.142776044526997, 40.008053668426498 ], [ -75.142774725609002, 40.008163067503403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12812, "tnode_": 12522, "lpoly_": null, "rpoly_": null, "length": 1137.2698890900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 35900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641459, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25040, "Shape__Length": 453.67480389428334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113485306370507, 40.0059365907764 ], [ -75.112824312995798, 40.009016877921702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27866, "tnode_": 12812, "lpoly_": null, "rpoly_": null, "length": 1652.4363701100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 799, "r_f_add": 500, "r_t_add": 798, "st_code": 31980, "l_hundred": 500, "r_hundred": 500, "seg_id": 641460, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25041, "Shape__Length": 656.71531659986999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119302392700206, 40.0066886976782 ], [ -75.113485306370507, 40.0059365907764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12813, "tnode_": 12807, "lpoly_": null, "rpoly_": null, "length": 565.0872466000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 31980, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641461, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25042, "Shape__Length": 224.55363874876156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101067093540706, 40.005704490940197 ], [ -75.099051764387497, 40.0057710160509 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12813, "tnode_": 12669, "lpoly_": null, "rpoly_": null, "length": 642.47957362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3884, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 52740, "l_hundred": 3800, "r_hundred": 3900, "seg_id": 641462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 25043, "Shape__Length": 256.29179145749629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101067093540706, 40.005704490940197 ], [ -75.100693592268897, 40.007444630754598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12814, "tnode_": 12793, "lpoly_": null, "rpoly_": null, "length": 179.96929487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3900, "r_f_add": 3901, "r_t_add": 3937, "st_code": 47420, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641463, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25044, "Shape__Length": 71.613363088906411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096869348457602, 40.005570433276901 ], [ -75.096349769128494, 40.005860991276897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12814, "tnode_": 12798, "lpoly_": null, "rpoly_": null, "length": 109.76869022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3900, "r_f_add": 3901, "r_t_add": 3901, "st_code": 60820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 25045, "Shape__Length": 43.76028392619353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096869348457602, 40.005570433276901 ], [ -75.097037201421898, 40.005842714454303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12815, "tnode_": 12806, "lpoly_": null, "rpoly_": null, "length": 433.23104823, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1038, "r_f_add": 1001, "r_t_add": 1039, "st_code": 79920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641465, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25046, "Shape__Length": 172.17942041251069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144071249843904, 40.006693453296897 ], [ -75.144760654863404, 40.006781345322203 ], [ -75.145593542523599, 40.006902710213097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12816, "tnode_": 12813, "lpoly_": null, "rpoly_": null, "length": 213.387191, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1315, "l_t_add": 1399, "r_f_add": 1314, "r_t_add": 1398, "st_code": 31980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25047, "Shape__Length": 84.795616889577161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101827947501604, 40.005676484213097 ], [ -75.101067093540706, 40.005704490940197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12816, "tnode_": 27088, "lpoly_": null, "rpoly_": null, "length": 688.76039287000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 37180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641467, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 25048, "Shape__Length": 274.75525110472296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101827947501604, 40.005676484213097 ], [ -75.101437570586597, 40.007543231141803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12818, "tnode_": 12678, "lpoly_": null, "rpoly_": null, "length": 586.68074897999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PERCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 64200, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641468, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PERCY ST", "stname": "N PERCY ST", "objectid": 25049, "Shape__Length": 234.03195623694734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143713677221498, 40.006651303012902 ], [ -75.143385122366098, 40.008136687063001 ], [ -75.143348870781395, 40.008236664831301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12818, "tnode_": 12815, "lpoly_": null, "rpoly_": null, "length": 101.33779748, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 950, "l_t_add": 998, "r_f_add": 951, "r_t_add": 999, "st_code": 79920, "l_hundred": 900, "r_hundred": 900, "seg_id": 641469, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25050, "Shape__Length": 40.273406298939413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143713677221498, 40.006651303012902 ], [ -75.144071249843904, 40.006693453296897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12810, "tnode_": 12820, "lpoly_": null, "rpoly_": null, "length": 88.01077002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 909, "st_code": 68600, "l_hundred": 900, "r_hundred": 900, "seg_id": 641470, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25051, "Shape__Length": 35.014092834728807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143065203274105, 40.006730303088403 ], [ -75.143329792518003, 40.006600029632096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12820, "tnode_": 12818, "lpoly_": null, "rpoly_": null, "length": 109.14873656, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 912, "l_t_add": 948, "r_f_add": 913, "r_t_add": 949, "st_code": 79920, "l_hundred": 900, "r_hundred": 900, "seg_id": 641471, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25052, "Shape__Length": 43.378666616222169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143329792518003, 40.006600029632096 ], [ -75.143713677221498, 40.006651303012902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12821, "tnode_": 12816, "lpoly_": null, "rpoly_": null, "length": 184.344652, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1307, "l_t_add": 1313, "r_f_add": 1306, "r_t_add": 1312, "st_code": 31980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641472, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25053, "Shape__Length": 73.255246815115569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102484609179598, 40.005643605370302 ], [ -75.101827947501604, 40.005676484213097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12821, "tnode_": 27087, "lpoly_": null, "rpoly_": null, "length": 730.12097786000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3998, "r_f_add": 3801, "r_t_add": 3999, "st_code": 29480, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641473, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN ST", "stname": "DUNGAN ST", "objectid": 25054, "Shape__Length": 291.25445584872398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102484609179598, 40.005643605370302 ], [ -75.102069678712297, 40.007622314289101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12822, "tnode_": 12810, "lpoly_": null, "rpoly_": null, "length": 58.51706934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3604, "r_f_add": 3601, "r_t_add": 3617, "st_code": 87970, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 25055, "Shape__Length": 23.343012905465581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143099786286299, 40.006571883330999 ], [ -75.143065203274105, 40.006730303088403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12822, "tnode_": 12820, "lpoly_": null, "rpoly_": null, "length": 65.24305199, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 911, "st_code": 79920, "l_hundred": 900, "r_hundred": 900, "seg_id": 641475, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25056, "Shape__Length": 25.928871223194928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143099786286299, 40.006571883330999 ], [ -75.143329792518003, 40.006600029632096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12823, "tnode_": 12821, "lpoly_": null, "rpoly_": null, "length": 221.11571525, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1305, "r_f_add": 1300, "r_t_add": 1304, "st_code": 31980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25057, "Shape__Length": 87.866892657190235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103272788606304, 40.005611089674701 ], [ -75.102484609179598, 40.005643605370302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12823, "tnode_": 12787, "lpoly_": null, "rpoly_": null, "length": 221.61841333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3870, "l_t_add": 3898, "r_f_add": 3871, "r_t_add": 3891, "st_code": 48700, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25058, "Shape__Length": 88.405664674033673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103272788606304, 40.005611089674701 ], [ -75.103148424181796, 40.006211894969503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12826, "tnode_": 12771, "lpoly_": null, "rpoly_": null, "length": 293.41014779, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3636, "r_f_add": 3601, "r_t_add": 3647, "st_code": 87950, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641479, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25059, "Shape__Length": 117.04466935920583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142118179912899, 40.006446572397302 ], [ -75.141946533170696, 40.007241129653998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12826, "tnode_": 12822, "lpoly_": null, "rpoly_": null, "length": 278.74393594999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 79920, "l_hundred": 800, "r_hundred": 800, "seg_id": 641480, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25060, "Shape__Length": 110.77912479536742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142118179912899, 40.006446572397302 ], [ -75.143099786286299, 40.006571883330999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12828, "tnode_": 12823, "lpoly_": null, "rpoly_": null, "length": 579.55100309, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 31980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641481, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25061, "Shape__Length": 230.30149986690219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105338738743896, 40.005527452367403 ], [ -75.103272788606304, 40.005611089674701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12828, "tnode_": 12768, "lpoly_": null, "rpoly_": null, "length": 348.02283016000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 47000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 25062, "Shape__Length": 138.82965160614393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105338738743896, 40.005527452367403 ], [ -75.105142725665203, 40.006470851111999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12832, "tnode_": 12828, "lpoly_": null, "rpoly_": null, "length": 193.24516872000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1158, "r_t_add": 1198, "st_code": 31980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641483, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25063, "Shape__Length": 76.791142271125281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106028067033705, 40.005507372480402 ], [ -75.105338738743896, 40.005527452367403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12832, "tnode_": 12761, "lpoly_": null, "rpoly_": null, "length": 387.47630083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 16940, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 25064, "Shape__Length": 154.56925023708044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106028067033705, 40.005507372480402 ], [ -75.105818317410495, 40.006558740986698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12836, "tnode_": 12832, "lpoly_": null, "rpoly_": null, "length": 178.0821221, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1113, "l_t_add": 1123, "r_f_add": 1112, "r_t_add": 1156, "st_code": 31980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641485, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25065, "Shape__Length": 70.765664502497842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106663324092096, 40.005489223234001 ], [ -75.106028067033705, 40.005507372480402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12836, "tnode_": 12755, "lpoly_": null, "rpoly_": null, "length": 421.95898646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 49585, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641486, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 25066, "Shape__Length": 168.32068662775328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106663324092096, 40.005489223234001 ], [ -75.106405216615499, 40.0066304194469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12837, "tnode_": 12780, "lpoly_": null, "rpoly_": null, "length": 380.03577941000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4058, "r_f_add": 3961, "r_t_add": 3999, "st_code": 34960, "l_hundred": 4000, "r_hundred": 3900, "seg_id": 641487, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25067, "Shape__Length": 151.35371703892673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092713925828505, 40.005233467135099 ], [ -75.092392495494394, 40.005519217684501 ], [ -75.091817923845696, 40.006016759935399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12783, "tnode_": 12837, "lpoly_": null, "rpoly_": null, "length": 311.16565763, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 44020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641488, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 25068, "Shape__Length": 124.01350103899431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093275735463195, 40.0059703389406 ], [ -75.092713925828505, 40.005233467135099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12838, "tnode_": 12836, "lpoly_": null, "rpoly_": null, "length": 193.69531607, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1111, "r_f_add": 1100, "r_t_add": 1110, "st_code": 31980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641489, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25069, "Shape__Length": 76.969623666501093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107354666039896, 40.005480776246799 ], [ -75.106663324092096, 40.005489223234001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12838, "tnode_": 12749, "lpoly_": null, "rpoly_": null, "length": 457.71211645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 45740, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 25070, "Shape__Length": 182.5858008465801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107354666039896, 40.005480776246799 ], [ -75.1070951978446, 40.006721307340698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12840, "tnode_": 12712, "lpoly_": null, "rpoly_": null, "length": 591.4731901, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87930, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641491, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25071, "Shape__Length": 235.94412208660347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140835671697602, 40.006287813973103 ], [ -75.140475030894507, 40.007887619719597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12840, "tnode_": 12826, "lpoly_": null, "rpoly_": null, "length": 363.89906509000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 79920, "l_hundred": 700, "r_hundred": 700, "seg_id": 641492, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25072, "Shape__Length": 144.6204960124019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140835671697602, 40.006287813973103 ], [ -75.142118179912899, 40.006446572397302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12820, "tnode_": 12842, "lpoly_": null, "rpoly_": null, "length": 192.66281883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 912, "l_t_add": 912, "r_f_add": 911, "r_t_add": 913, "st_code": 68600, "l_hundred": 900, "r_hundred": 900, "seg_id": 641493, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25073, "Shape__Length": 76.64062704686863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143329792518003, 40.006600029632096 ], [ -75.1439195183343, 40.006327898713202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12842, "tnode_": 12815, "lpoly_": null, "rpoly_": null, "length": 139.78427088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3550, "l_t_add": 3598, "r_f_add": 3567, "r_t_add": 3599, "st_code": 44180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 25074, "Shape__Length": 55.74689070408931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1439195183343, 40.006327898713202 ], [ -75.144071249843904, 40.006693453296897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12843, "tnode_": 12838, "lpoly_": null, "rpoly_": null, "length": 192.42853433000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1042, "r_t_add": 1098, "st_code": 31980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641495, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25075, "Shape__Length": 76.467897962067298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108039568880599, 40.005440454290301 ], [ -75.107354666039896, 40.005480776246799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12843, "tnode_": 12744, "lpoly_": null, "rpoly_": null, "length": 505.02991139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSINORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 31520, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641496, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSINORE ST", "stname": "ELSINORE ST", "objectid": 25076, "Shape__Length": 201.46111474071208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108039568880599, 40.005440454290301 ], [ -75.107751256376403, 40.006808979336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12844, "tnode_": 12843, "lpoly_": null, "rpoly_": null, "length": 165.73985442, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1011, "l_t_add": 1049, "r_f_add": 1016, "r_t_add": 1040, "st_code": 31980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641497, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25077, "Shape__Length": 65.861596953846018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108630196768402, 40.005413894891099 ], [ -75.108039568880599, 40.005440454290301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12844, "tnode_": 12740, "lpoly_": null, "rpoly_": null, "length": 540.96304685999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 62860, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641498, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 25078, "Shape__Length": 215.79423863658624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108630196768402, 40.005413894891099 ], [ -75.108314297035307, 40.0068788995627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12848, "tnode_": 12844, "lpoly_": null, "rpoly_": null, "length": 208.43201062999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1009, "r_f_add": 1000, "r_t_add": 1014, "st_code": 31980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25079, "Shape__Length": 82.825592454411179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109374053533202, 40.005401422532103 ], [ -75.108630196768402, 40.005413894891099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12848, "tnode_": 12731, "lpoly_": null, "rpoly_": null, "length": 579.40050305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 44760, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641500, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25080, "Shape__Length": 231.12543797461049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109374053533202, 40.005401422532103 ], [ -75.109022587536998, 40.006968814871698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12812, "tnode_": 12848, "lpoly_": null, "rpoly_": null, "length": 1168.0968121400001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19134, "l_f_add": 801, "l_t_add": 999, "r_f_add": 800, "r_t_add": 998, "st_code": 31980, "l_hundred": 800, "r_hundred": 800, "seg_id": 641501, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 25081, "Shape__Length": 464.2241717422678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113485306370507, 40.0059365907764 ], [ -75.109374053533202, 40.005401422532103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12849, "tnode_": 12718, "lpoly_": null, "rpoly_": null, "length": 586.83091702000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 53860, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25082, "Shape__Length": 234.09166202135327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140014099442595, 40.006177210709097 ], [ -75.139654864893302, 40.007764269787899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12849, "tnode_": 12840, "lpoly_": null, "rpoly_": null, "length": 233.65084518, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 622, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 79920, "l_hundred": 600, "r_hundred": 600, "seg_id": 641503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25083, "Shape__Length": 92.858808348570818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140014099442595, 40.006177210709097 ], [ -75.140835671697602, 40.006287813973103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12855, "tnode_": 12781, "lpoly_": null, "rpoly_": null, "length": 362.1543426, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 20980, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641504, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 25084, "Shape__Length": 144.46456800433387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149023042102897, 40.0063298928197 ], [ -75.148791944183102, 40.0073080377121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12859, "tnode_": 12726, "lpoly_": null, "rpoly_": null, "length": 585.9955899, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87910, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641505, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25085, "Shape__Length": 233.75915532845315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139182707447901, 40.006071575289802 ], [ -75.138831192789198, 40.007657330107001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12859, "tnode_": 12849, "lpoly_": null, "rpoly_": null, "length": 236.05957542000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 623, "st_code": 79920, "l_hundred": 600, "r_hundred": 600, "seg_id": 641506, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25086, "Shape__Length": 93.814774861069708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139182707447901, 40.006071575289802 ], [ -75.140014099442595, 40.006177210709097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12792, "tnode_": 12861, "lpoly_": null, "rpoly_": null, "length": 830.03370404999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71520, "l_hundred": 200, "r_hundred": 200, "seg_id": 641507, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25087, "Shape__Length": 330.08604496916564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131595063984705, 40.0067853074124 ], [ -75.132133654834107, 40.006733957745503 ], [ -75.132227188281007, 40.006620885517698 ], [ -75.132381450175004, 40.006551714511403 ], [ -75.134246819622206, 40.0058661834425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12861, "tnode_": 12774, "lpoly_": null, "rpoly_": null, "length": 433.48214499, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87850, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641508, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25088, "Shape__Length": 172.91998975753617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134246819622206, 40.0058661834425 ], [ -75.1339931156907, 40.007040042135301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12864, "tnode_": 12734, "lpoly_": null, "rpoly_": null, "length": 586.41908466999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 67360, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641509, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 25089, "Shape__Length": 233.92798871735124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138202457926994, 40.005941610332201 ], [ -75.137852994235203, 40.0075288122191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12864, "tnode_": 12859, "lpoly_": null, "rpoly_": null, "length": 278.65401485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 526, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 79920, "l_hundred": 500, "r_hundred": 500, "seg_id": 641510, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25090, "Shape__Length": 110.74346693221635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138202457926994, 40.005941610332201 ], [ -75.139182707447901, 40.006071575289802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12865, "tnode_": 12791, "lpoly_": null, "rpoly_": null, "length": 365.80066015999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3518, "l_t_add": 3598, "r_f_add": 3523, "r_t_add": 3599, "st_code": 61300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25091, "Shape__Length": 145.91695030015973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1481645846372, 40.006208220172901 ], [ -75.147919392216494, 40.0071945263647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12865, "tnode_": 12855, "lpoly_": null, "rpoly_": null, "length": 244.5339066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1219, "st_code": 13920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641512, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 25092, "Shape__Length": 97.185267254097738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1481645846372, 40.006208220172901 ], [ -75.149023042102897, 40.0063298928197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12855, "tnode_": 12866, "lpoly_": null, "rpoly_": null, "length": 180.59703833, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 13920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641513, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 25093, "Shape__Length": 71.779539776930562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149023042102897, 40.0063298928197 ], [ -75.149651558374501, 40.006219574426403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12866, "tnode_": 12777, "lpoly_": null, "rpoly_": null, "length": 429.99469918, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3540, "l_t_add": 3598, "r_f_add": 3509, "r_t_add": 3599, "st_code": 88050, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641514, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25094, "Shape__Length": 171.52887598573733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149651558374501, 40.006219574426403 ], [ -75.149394314263603, 40.007383267884101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12871, "tnode_": 12757, "lpoly_": null, "rpoly_": null, "length": 552.9348303, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 19140, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641515, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 25095, "Shape__Length": 220.57307518714393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923332658995, 40.006176598929002 ], [ -75.151605276942902, 40.007674637109098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12871, "tnode_": 12862, "lpoly_": null, "rpoly_": null, "length": 240.88985463, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1421, "st_code": 77420, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641516, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25096, "Shape__Length": 95.735825769191564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923332658995, 40.006176598929002 ], [ -75.152770303065907, 40.0062908744314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12872, "tnode_": 12814, "lpoly_": null, "rpoly_": null, "length": 383.04296735999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3854, "l_t_add": 3898, "r_f_add": 3875, "r_t_add": 3899, "st_code": 47420, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641517, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25097, "Shape__Length": 152.41454286895205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097982011590304, 40.004959280412599 ], [ -75.096869348457602, 40.005570433276901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12874, "tnode_": 12745, "lpoly_": null, "rpoly_": null, "length": 586.43241586, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87890, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641518, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25098, "Shape__Length": 233.9327616757204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137211146091801, 40.005816042547103 ], [ -75.136860887830807, 40.007403177900201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12874, "tnode_": 12864, "lpoly_": null, "rpoly_": null, "length": 281.44414137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 527, "st_code": 79920, "l_hundred": 500, "r_hundred": 500, "seg_id": 641519, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25099, "Shape__Length": 111.85103016675497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137211146091801, 40.005816042547103 ], [ -75.138202457926994, 40.005941610332201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29988, "tnode_": 12764, "lpoly_": null, "rpoly_": null, "length": 269.5514817, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 81820, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641520, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 25100, "Shape__Length": 107.52649361043579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150924914129106, 40.006832455605696 ], [ -75.150758867521006, 40.007561306730999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12876, "tnode_": 12751, "lpoly_": null, "rpoly_": null, "length": 586.97113346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 49660, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641522, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 25101, "Shape__Length": 234.14815351670578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136270252790894, 40.005694230573098 ], [ -75.135925889731993, 40.007283627799197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12876, "tnode_": 12874, "lpoly_": null, "rpoly_": null, "length": 267.28766792, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 430, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 79920, "l_hundred": 400, "r_hundred": 400, "seg_id": 641523, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25102, "Shape__Length": 106.22527859111146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136270252790894, 40.005694230573098 ], [ -75.137211146091801, 40.005816042547103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12880, "tnode_": 12837, "lpoly_": null, "rpoly_": null, "length": 910.80388867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 45980, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25103, "Shape__Length": 361.99870011623904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095882555498093, 40.004698405139699 ], [ -75.0957363578366, 40.004741039166802 ], [ -75.092968045220402, 40.005151397781802 ], [ -75.092713925828505, 40.005233467135099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12814, "tnode_": 12880, "lpoly_": null, "rpoly_": null, "length": 421.10507102000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 64720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 25104, "Shape__Length": 167.7123456998346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096869348457602, 40.005570433276901 ], [ -75.095882555498093, 40.004698405139699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12885, "tnode_": 12866, "lpoly_": null, "rpoly_": null, "length": 119.91262016, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3538, "r_f_add": 3501, "r_t_add": 3507, "st_code": 88050, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641526, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25105, "Shape__Length": 47.83044570839656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149739867411796, 40.005898016794099 ], [ -75.1496971845676, 40.006010416286003 ], [ -75.149651558374501, 40.006219574426403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12895, "tnode_": 12865, "lpoly_": null, "rpoly_": null, "length": 185.56095225000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3516, "r_f_add": 3501, "r_t_add": 3521, "st_code": 61300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25106, "Shape__Length": 74.020403455620865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148280051985694, 40.005706631758997 ], [ -75.1481645846372, 40.006208220172901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12895, "tnode_": 12885, "lpoly_": null, "rpoly_": null, "length": 414.84757098, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 77420, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641530, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25107, "Shape__Length": 164.86899233394053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148280051985694, 40.005706631758997 ], [ -75.149739867411796, 40.005898016794099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12896, "tnode_": 12837, "lpoly_": null, "rpoly_": null, "length": 340.12592585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3970, "l_t_add": 3998, "r_f_add": 3959, "r_t_add": 3959, "st_code": 34960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641531, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25108, "Shape__Length": 135.46967449758054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093494901961606, 40.004518576293698 ], [ -75.092713925828505, 40.005233467135099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12899, "tnode_": 12840, "lpoly_": null, "rpoly_": null, "length": 277.15166416999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3546, "l_t_add": 3598, "r_f_add": 3535, "r_t_add": 3599, "st_code": 87930, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641532, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25109, "Shape__Length": 110.5579422544846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140994485007198, 40.005536865144698 ], [ -75.140835671697602, 40.006287813973103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12899, "tnode_": 12890, "lpoly_": null, "rpoly_": null, "length": 159.57683631999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 13920, "l_hundred": 700, "r_hundred": 700, "seg_id": 641533, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 25110, "Shape__Length": 63.419393634068442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140994485007198, 40.005536865144698 ], [ -75.141555474033197, 40.005612911216403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12902, "tnode_": 12794, "lpoly_": null, "rpoly_": null, "length": 551.7430080800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 54140, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641534, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 25111, "Shape__Length": 220.09233014180626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147354430131699, 40.0055918895075 ], [ -75.147051675342396, 40.007030702272203 ], [ -75.147023660973503, 40.007083554365202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12902, "tnode_": 12895, "lpoly_": null, "rpoly_": null, "length": 262.64816214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1124, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 77420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641535, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25112, "Shape__Length": 104.38036272791209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147354430131699, 40.0055918895075 ], [ -75.148280051985694, 40.005706631758997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12861, "tnode_": 12905, "lpoly_": null, "rpoly_": null, "length": 430.15235346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 71520, "l_hundred": 300, "r_hundred": 300, "seg_id": 641536, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25113, "Shape__Length": 171.06626651592464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134246819622206, 40.0058661834425 ], [ -75.135621396930802, 40.005339920969298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12905, "tnode_": 12876, "lpoly_": null, "rpoly_": null, "length": 247.99012213, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 429, "st_code": 79920, "l_hundred": 400, "r_hundred": 400, "seg_id": 641537, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25114, "Shape__Length": 98.698429451056356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135621396930802, 40.005339920969298 ], [ -75.135786739264503, 40.005597992780103 ], [ -75.135809882982599, 40.005623832235898 ], [ -75.135857598646197, 40.005638419687301 ], [ -75.136270252790894, 40.005694230573098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12909, "tnode_": 12799, "lpoly_": null, "rpoly_": null, "length": 549.47668978999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 88010, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641538, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25115, "Shape__Length": 219.1894021287732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146578723550206, 40.0054935006332 ], [ -75.146249047607895, 40.0069804229353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12909, "tnode_": 12902, "lpoly_": null, "rpoly_": null, "length": 220.24032835, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1122, "r_f_add": 1101, "r_t_add": 1121, "st_code": 77420, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641539, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25116, "Shape__Length": 87.527110292114813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146578723550206, 40.0054935006332 ], [ -75.147354430131699, 40.0055918895075 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12912, "tnode_": 12909, "lpoly_": null, "rpoly_": null, "length": 176.50343735000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1030, "l_t_add": 1098, "r_f_add": 1033, "r_t_add": 1099, "st_code": 77420, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641540, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25117, "Shape__Length": 70.144382742861424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145956061173607, 40.005430910210698 ], [ -75.146071924914594, 40.005427164412801 ], [ -75.146092619713698, 40.005429491703602 ], [ -75.146578723550206, 40.0054935006332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12842, "tnode_": 12912, "lpoly_": null, "rpoly_": null, "length": 657.73097142000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 914, "l_t_add": 1022, "r_f_add": 915, "r_t_add": 1031, "st_code": 68600, "l_hundred": 900, "r_hundred": 900, "seg_id": 641541, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25118, "Shape__Length": 261.62303918968109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1439195183343, 40.006327898713202 ], [ -75.145828991409601, 40.005472784267802 ], [ -75.145956061173607, 40.005430910210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12912, "tnode_": 12806, "lpoly_": null, "rpoly_": null, "length": 546.93235801000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 81440, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641542, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 25119, "Shape__Length": 218.16527952291636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145956061173607, 40.005430910210698 ], [ -75.145906850552606, 40.005515091778001 ], [ -75.145616133846502, 40.006852586252101 ], [ -75.145593542523599, 40.006902710213097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12920, "tnode_": 12823, "lpoly_": null, "rpoly_": null, "length": 432.80927491999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3868, "r_f_add": 3801, "r_t_add": 3869, "st_code": 48700, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25120, "Shape__Length": 172.64721312844975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103531319545695, 40.004439728085302 ], [ -75.103272788606304, 40.005611089674701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12896, "tnode_": 12923, "lpoly_": null, "rpoly_": null, "length": 204.34802212000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICI", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2022, "st_code": 80020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICI ST", "stname": "VICI ST", "objectid": 25121, "Shape__Length": 81.323386893952531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093494901961606, 40.004518576293698 ], [ -75.092920425423102, 40.0041728872663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12920, "tnode_": 12926, "lpoly_": null, "rpoly_": null, "length": 185.8485338, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1317, "r_f_add": 1300, "r_t_add": 1316, "st_code": 21340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641546, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAREY ST", "stname": "E CAREY ST", "objectid": 25122, "Shape__Length": 73.859719797421675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103531319545695, 40.004439728085302 ], [ -75.1028787351256, 40.004347946851503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12927, "tnode_": 12891, "lpoly_": null, "rpoly_": null, "length": 145.65620125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 87990, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641547, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25123, "Shape__Length": 58.102353974190692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144994396894404, 40.0052864823422 ], [ -75.144906331300504, 40.0056805492842 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12927, "tnode_": 12912, "lpoly_": null, "rpoly_": null, "length": 274.86795066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1028, "r_f_add": 1001, "r_t_add": 1031, "st_code": 77420, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641548, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25124, "Shape__Length": 109.24224256844208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144994396894404, 40.0052864823422 ], [ -75.145639617032799, 40.005365945985403 ], [ -75.145820131445703, 40.005407717931497 ], [ -75.145956061173607, 40.005430910210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12928, "tnode_": 12880, "lpoly_": null, "rpoly_": null, "length": 320.18855578999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3840, "l_t_add": 3898, "r_f_add": 3863, "r_t_add": 3899, "st_code": 45980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641549, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25125, "Shape__Length": 127.40971407467353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096803128004396, 40.0041774610728 ], [ -75.095882555498093, 40.004698405139699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12872, "tnode_": 12928, "lpoly_": null, "rpoly_": null, "length": 436.09699357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 19620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 25126, "Shape__Length": 173.58400877985153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097982011590304, 40.004959280412599 ], [ -75.096803128004396, 40.0041774610728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12930, "tnode_": 12872, "lpoly_": null, "rpoly_": null, "length": 473.45904073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3852, "r_f_add": 3775, "r_t_add": 3873, "st_code": 47420, "l_hundred": 3800, "r_hundred": 3700, "seg_id": 641551, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25127, "Shape__Length": 188.38397145811194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099365175138402, 40.004212416819897 ], [ -75.097982011590304, 40.004959280412599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12930, "tnode_": 12807, "lpoly_": null, "rpoly_": null, "length": 574.51892549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 21880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641552, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25128, "Shape__Length": 229.17913413785124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099365175138402, 40.004212416819897 ], [ -75.099051764387497, 40.0057710160509 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12905, "tnode_": 12931, "lpoly_": null, "rpoly_": null, "length": 242.39423777000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 442, "r_f_add": 401, "r_t_add": 419, "st_code": 71520, "l_hundred": 400, "r_hundred": 400, "seg_id": 641553, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25129, "Shape__Length": 96.390318150570351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135621396930802, 40.005339920969298 ], [ -75.136403915353, 40.005055959456598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12931, "tnode_": 12876, "lpoly_": null, "rpoly_": null, "length": 235.50676466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 49660, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 25130, "Shape__Length": 93.944912834808491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136403915353, 40.005055959456598 ], [ -75.136270252790894, 40.005694230573098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12926, "tnode_": 12936, "lpoly_": null, "rpoly_": null, "length": 248.77350265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1319, "l_t_add": 1351, "r_f_add": 1318, "r_t_add": 1350, "st_code": 21340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAREY ST", "stname": "E CAREY ST", "objectid": 25131, "Shape__Length": 98.866235878278431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1028787351256, 40.004347946851503 ], [ -75.102004158760295, 40.0042295465636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12937, "tnode_": 12885, "lpoly_": null, "rpoly_": null, "length": 220.1165817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3434, "l_t_add": 3498, "r_f_add": 3431, "r_t_add": 3499, "st_code": 36660, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641556, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25132, "Shape__Length": 87.801498077836953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149602403062303, 40.005305445616401 ], [ -75.149747057958393, 40.005842429992398 ], [ -75.149739867411796, 40.005898016794099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12923, "tnode_": 12939, "lpoly_": null, "rpoly_": null, "length": 125.86905518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VICI", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2025, "l_t_add": 2099, "r_f_add": 2024, "r_t_add": 2098, "st_code": 80020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VICI ST", "stname": "VICI ST", "objectid": 25133, "Shape__Length": 50.083637722319011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092920425423102, 40.0041728872663 ], [ -75.092555707191707, 40.003971095371497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12941, "tnode_": 12813, "lpoly_": null, "rpoly_": null, "length": 570.54470863000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3750, "l_t_add": 3882, "r_f_add": 3745, "r_t_add": 3899, "st_code": 52740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 25134, "Shape__Length": 227.59120769564964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101395631133599, 40.004158788580497 ], [ -75.101067093540706, 40.005704490940197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12936, "tnode_": 12941, "lpoly_": null, "rpoly_": null, "length": 172.41236336999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CAREY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1353, "l_t_add": 1399, "r_f_add": 1352, "r_t_add": 1398, "st_code": 21340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CAREY ST", "stname": "E CAREY ST", "objectid": 25135, "Shape__Length": 68.517012357729328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102004158760295, 40.0042295465636 ], [ -75.101395631133599, 40.004158788580497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12912, "tnode_": 12943, "lpoly_": null, "rpoly_": null, "length": 223.67308824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1033, "r_t_add": 1099, "st_code": 68600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641560, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25136, "Shape__Length": 88.962915509325128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145956061173607, 40.005430910210698 ], [ -75.146656330649805, 40.0051359399734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12943, "tnode_": 12909, "lpoly_": null, "rpoly_": null, "length": 132.05503864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3432, "l_t_add": 3498, "r_f_add": 3431, "r_t_add": 3499, "st_code": 88010, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641561, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25137, "Shape__Length": 52.677039361975169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146656330649805, 40.0051359399734 ], [ -75.146578723550206, 40.0054935006332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12946, "tnode_": 12822, "lpoly_": null, "rpoly_": null, "length": 551.4343389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 87970, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 25138, "Shape__Length": 219.96759265975973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143440029478398, 40.005080913283798 ], [ -75.143099786286299, 40.006571883330999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12946, "tnode_": 12842, "lpoly_": null, "rpoly_": null, "length": 473.69840251, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3548, "r_f_add": 3501, "r_t_add": 3565, "st_code": 44180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641563, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 25139, "Shape__Length": 188.9207840858939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143440029478398, 40.005080913283798 ], [ -75.1439195183343, 40.006327898713202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12946, "tnode_": 12927, "lpoly_": null, "rpoly_": null, "length": 441.83101598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 77420, "l_hundred": 900, "r_hundred": 900, "seg_id": 641564, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25140, "Shape__Length": 175.59150747823216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143440029478398, 40.005080913283798 ], [ -75.144994396894404, 40.0052864823422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12951, "tnode_": 12895, "lpoly_": null, "rpoly_": null, "length": 203.68392330999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3438, "l_t_add": 3498, "r_f_add": 3435, "r_t_add": 3499, "st_code": 61300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25141, "Shape__Length": 81.248934953173617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148407516458406, 40.005156153694301 ], [ -75.148280051985694, 40.005706631758997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12951, "tnode_": 12937, "lpoly_": null, "rpoly_": null, "length": 339.12307884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 69980, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641566, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSSELL ST", "stname": "W RUSSELL ST", "objectid": 25142, "Shape__Length": 134.77203304594789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148407516458406, 40.005156153694301 ], [ -75.149602403062303, 40.005305445616401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12952, "tnode_": 12920, "lpoly_": null, "rpoly_": null, "length": 131.70739585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3742, "l_t_add": 3798, "r_f_add": 3735, "r_t_add": 3799, "st_code": 48700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25143, "Shape__Length": 52.53817908193907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103604280410593, 40.004082555483599 ], [ -75.103531319545695, 40.004439728085302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12974, "tnode_": 12896, "lpoly_": null, "rpoly_": null, "length": 385.2396972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3968, "r_f_add": 3901, "r_t_add": 3957, "st_code": 34960, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641568, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25144, "Shape__Length": 153.4283043191613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094393740276502, 40.003718220798902 ], [ -75.093494901961606, 40.004518576293698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12956, "tnode_": 12826, "lpoly_": null, "rpoly_": null, "length": 551.62524121999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 87950, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641569, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25145, "Shape__Length": 220.04583825480063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142441649362894, 40.004952864916397 ], [ -75.142118179912899, 40.006446572397302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12956, "tnode_": 12946, "lpoly_": null, "rpoly_": null, "length": 283.54883213000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 77420, "l_hundred": 800, "r_hundred": 800, "seg_id": 641570, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25146, "Shape__Length": 112.68633183066916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142441649362894, 40.004952864916397 ], [ -75.143440029478398, 40.005080913283798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12959, "tnode_": 12926, "lpoly_": null, "rpoly_": null, "length": 127.514194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 29480, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641571, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN ST", "stname": "DUNGAN ST", "objectid": 25147, "Shape__Length": 50.864887922363167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102953338716304, 40.0040026385281 ], [ -75.1028787351256, 40.004347946851503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12952, "tnode_": 12959, "lpoly_": null, "rpoly_": null, "length": 184.66631199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEINBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1316, "st_code": 74560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641572, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEINBER ST", "stname": "STEINBER ST", "objectid": 25148, "Shape__Length": 73.387319375162932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103604280410593, 40.004082555483599 ], [ -75.102953338716304, 40.0040026385281 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12964, "tnode_": 12943, "lpoly_": null, "rpoly_": null, "length": 51.52927948, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3430, "l_t_add": 3430, "r_f_add": 3429, "r_t_add": 3429, "st_code": 88010, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641573, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25149, "Shape__Length": 20.555399506930446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146684212291007, 40.0049961203039 ], [ -75.146656330649805, 40.0051359399734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12959, "tnode_": 12966, "lpoly_": null, "rpoly_": null, "length": 123.53787833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEINBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1321, "l_t_add": 1331, "r_f_add": 1318, "r_t_add": 1330, "st_code": 74560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641574, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEINBER ST", "stname": "STEINBER ST", "objectid": 25150, "Shape__Length": 49.096044406595915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102953338716304, 40.0040026385281 ], [ -75.102519624273796, 40.003941331462599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12971, "tnode_": 12899, "lpoly_": null, "rpoly_": null, "length": 274.80086247999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3544, "r_f_add": 3501, "r_t_add": 3533, "st_code": 87930, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641575, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25151, "Shape__Length": 109.61733152530651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141163315628006, 40.004793760131101 ], [ -75.140994485007198, 40.005536865144698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12971, "tnode_": 12956, "lpoly_": null, "rpoly_": null, "length": 362.77247466, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 77420, "l_hundred": 700, "r_hundred": 700, "seg_id": 641576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25152, "Shape__Length": 144.16974967749658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141163315628006, 40.004793760131101 ], [ -75.142441649362894, 40.004952864916397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12968, "tnode_": 12972, "lpoly_": null, "rpoly_": null, "length": 336.71476896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 172, "r_f_add": 101, "r_t_add": 173, "st_code": 37440, "l_hundred": 100, "r_hundred": 100, "seg_id": 641577, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25153, "Shape__Length": 133.80025503096823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130020928204004, 40.004595381675898 ], [ -75.131222624784002, 40.0045765459761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12880, "tnode_": 12974, "lpoly_": null, "rpoly_": null, "length": 549.0457796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 64720, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PIKE ST", "stname": "E PIKE ST", "objectid": 25154, "Shape__Length": 218.53789982997895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095882555498093, 40.004698405139699 ], [ -75.094393740276502, 40.003718220798902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12975, "tnode_": 12936, "lpoly_": null, "rpoly_": null, "length": 124.59141626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 37180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE ST", "stname": "GLENDALE ST", "objectid": 25155, "Shape__Length": 49.697550443368222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1020860180124, 40.003893371347701 ], [ -75.102004158760295, 40.0042295465636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12966, "tnode_": 12975, "lpoly_": null, "rpoly_": null, "length": 122.72219592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEINBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1333, "l_t_add": 1343, "r_f_add": 1332, "r_t_add": 1344, "st_code": 74560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641581, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEINBER ST", "stname": "STEINBER ST", "objectid": 25156, "Shape__Length": 48.769440754358207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102519624273796, 40.003941331462599 ], [ -75.1020860180124, 40.003893371347701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12972, "tnode_": 12981, "lpoly_": null, "rpoly_": null, "length": 236.75875224000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 174, "l_t_add": 198, "r_f_add": 175, "r_t_add": 199, "st_code": 37440, "l_hundred": 100, "r_hundred": 100, "seg_id": 641582, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25157, "Shape__Length": 94.080653414244495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131222624784002, 40.0045765459761 ], [ -75.132067688997495, 40.004567825849797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12981, "tnode_": 12792, "lpoly_": null, "rpoly_": null, "length": 818.56837488999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 87830, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641583, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25158, "Shape__Length": 326.53162474245386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132067688997495, 40.004567825849797 ], [ -75.131595063984705, 40.0067853074124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12981, "tnode_": 12982, "lpoly_": null, "rpoly_": null, "length": 168.09148604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 207, "st_code": 37440, "l_hundred": 200, "r_hundred": 200, "seg_id": 641584, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25159, "Shape__Length": 66.794416751263427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132067688997495, 40.004567825849797 ], [ -75.132667620980598, 40.004559757000202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12982, "tnode_": 12983, "lpoly_": null, "rpoly_": null, "length": 113.18310282, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 218, "l_t_add": 226, "r_f_add": 209, "r_t_add": 211, "st_code": 37440, "l_hundred": 200, "r_hundred": 200, "seg_id": 641585, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25160, "Shape__Length": 44.975458375606657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132667620980598, 40.004559757000202 ], [ -75.133071628476998, 40.004557188004199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12984, "tnode_": 12968, "lpoly_": null, "rpoly_": null, "length": 268.29394807, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 150, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 79920, "l_hundred": 100, "r_hundred": 100, "seg_id": 641586, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25161, "Shape__Length": 106.62272052842883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129075866959099, 40.004476083788802 ], [ -75.130020928204004, 40.004595381675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12931, "tnode_": 12985, "lpoly_": null, "rpoly_": null, "length": 325.44965264999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 444, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 71520, "l_hundred": 400, "r_hundred": 400, "seg_id": 641587, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25162, "Shape__Length": 129.4195348060141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136403915353, 40.005055959456598 ], [ -75.137451921465299, 40.004670436364002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12985, "tnode_": 12874, "lpoly_": null, "rpoly_": null, "length": 422.74009891000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3518, "l_t_add": 3598, "r_f_add": 3523, "r_t_add": 3599, "st_code": 87890, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641588, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25163, "Shape__Length": 168.63285145362576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137451921465299, 40.004670436364002 ], [ -75.137211146091801, 40.005816042547103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12986, "tnode_": 12941, "lpoly_": null, "rpoly_": null, "length": 131.21339138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3734, "l_t_add": 3748, "r_f_add": 3735, "r_t_add": 3743, "st_code": 52740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 25164, "Shape__Length": 52.340327865399907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101472441684706, 40.003803468317301 ], [ -75.101395631133599, 40.004158788580497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12975, "tnode_": 12986, "lpoly_": null, "rpoly_": null, "length": 174.98205963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEINBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1345, "l_t_add": 1399, "r_f_add": 1346, "r_t_add": 1398, "st_code": 74560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641590, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEINBER ST", "stname": "STEINBER ST", "objectid": 25165, "Shape__Length": 69.541353521145808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1020860180124, 40.003893371347701 ], [ -75.101472441684706, 40.003803468317301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12988, "tnode_": 12849, "lpoly_": null, "rpoly_": null, "length": 552.12711298, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 53860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641591, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25166, "Shape__Length": 220.24664370686176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140327457768194, 40.0046808338004 ], [ -75.140014099442595, 40.006177210709097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12988, "tnode_": 12971, "lpoly_": null, "rpoly_": null, "length": 237.74383626, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 626, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 77420, "l_hundred": 600, "r_hundred": 600, "seg_id": 641592, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25167, "Shape__Length": 94.48346408274179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140327457768194, 40.0046808338004 ], [ -75.141163315628006, 40.004793760131101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12993, "tnode_": 12927, "lpoly_": null, "rpoly_": null, "length": 184.62535515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3436, "l_t_add": 3498, "r_f_add": 3439, "r_t_add": 3499, "st_code": 87990, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641593, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25168, "Shape__Length": 73.645930001548933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145111046435801, 40.004787665232598 ], [ -75.144994396894404, 40.0052864823422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12993, "tnode_": 12964, "lpoly_": null, "rpoly_": null, "length": 447.20107518000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 71220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHILLER ST", "stname": "W SCHILLER ST", "objectid": 25169, "Shape__Length": 177.724976489102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145111046435801, 40.004787665232598 ], [ -75.146684212291007, 40.0049961203039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12997, "tnode_": 12984, "lpoly_": null, "rpoly_": null, "length": 145.77665678, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 124, "l_t_add": 148, "r_f_add": 125, "r_t_add": 149, "st_code": 79920, "l_hundred": 100, "r_hundred": 100, "seg_id": 641595, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25170, "Shape__Length": 57.933384184024575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128562773976796, 40.004409406195698 ], [ -75.129075866959099, 40.004476083788802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12999, "tnode_": 12946, "lpoly_": null, "rpoly_": null, "length": 133.28387421000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3444, "l_t_add": 3498, "r_f_add": 3445, "r_t_add": 3499, "st_code": 44180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 25171, "Shape__Length": 53.155322261207026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143303361045994, 40.004730453026397 ], [ -75.143440029478398, 40.005080913283798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13000, "tnode_": 12859, "lpoly_": null, "rpoly_": null, "length": 552.02283088999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 87910, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641597, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25172, "Shape__Length": 220.20377444262553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139502610460596, 40.004576307746099 ], [ -75.139182707447901, 40.006071575289802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13000, "tnode_": 12988, "lpoly_": null, "rpoly_": null, "length": 234.18986877999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 624, "r_f_add": 601, "r_t_add": 623, "st_code": 77420, "l_hundred": 600, "r_hundred": 600, "seg_id": 641598, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25173, "Shape__Length": 93.069615783336133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139502610460596, 40.004576307746099 ], [ -75.140327457768194, 40.0046808338004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13003, "tnode_": 12707, "lpoly_": null, "rpoly_": null, "length": 1243.7035735500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3600, "l_t_add": 3798, "r_f_add": 3601, "r_t_add": 3799, "st_code": 35200, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641599, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25174, "Shape__Length": 496.12050044006304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128024333519903, 40.004337778300901 ], [ -75.127288895585195, 40.007704727293003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13003, "tnode_": 12997, "lpoly_": null, "rpoly_": null, "length": 153.08005981000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 122, "r_f_add": 101, "r_t_add": 123, "st_code": 79920, "l_hundred": 100, "r_hundred": 100, "seg_id": 641600, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W VENANGO ST", "stname": "W VENANGO ST", "objectid": 25175, "Shape__Length": 60.836093007344708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128024333519903, 40.004337778300901 ], [ -75.128562773976796, 40.004409406195698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12943, "tnode_": 13004, "lpoly_": null, "rpoly_": null, "length": 293.73717519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1136, "r_f_add": 1101, "r_t_add": 1131, "st_code": 68600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641601, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25176, "Shape__Length": 116.84398776459113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146656330649805, 40.0051359399734 ], [ -75.147556800746301, 40.004722823001899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13007, "tnode_": 12993, "lpoly_": null, "rpoly_": null, "length": 150.72295915000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 71220, "l_hundred": 900, "r_hundred": 900, "seg_id": 641602, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHILLER ST", "stname": "W SCHILLER ST", "objectid": 25177, "Shape__Length": 59.898809280175492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144579886857699, 40.004721773256101 ], [ -75.145111046435801, 40.004787665232598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13003, "tnode_": 13009, "lpoly_": null, "rpoly_": null, "length": 179.82140026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 109, "r_f_add": 100, "r_t_add": 108, "st_code": 79900, "l_hundred": 100, "r_hundred": 100, "seg_id": 641603, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25178, "Shape__Length": 71.462577626976582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128024333519903, 40.004337778300901 ], [ -75.127390906259393, 40.004257873498901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13010, "tnode_": 12864, "lpoly_": null, "rpoly_": null, "length": 550.91762978999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 67360, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 25179, "Shape__Length": 219.76158807901311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138528013309895, 40.004450140774701 ], [ -75.138202457926994, 40.005941610332201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13010, "tnode_": 13000, "lpoly_": null, "rpoly_": null, "length": 276.8666234, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 526, "l_t_add": 598, "r_f_add": 521, "r_t_add": 599, "st_code": 77420, "l_hundred": 500, "r_hundred": 500, "seg_id": 641605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25180, "Shape__Length": 110.0301267336616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138528013309895, 40.004450140774701 ], [ -75.139502610460596, 40.004576307746099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27362, "tnode_": 12956, "lpoly_": null, "rpoly_": null, "length": 119.97840608, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3454, "l_t_add": 3498, "r_f_add": 3433, "r_t_add": 3499, "st_code": 87950, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641606, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25181, "Shape__Length": 47.858484498661795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1425174464935, 40.004628708667902 ], [ -75.142441649362894, 40.004952864916397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27362, "tnode_": 12999, "lpoly_": null, "rpoly_": null, "length": 223.26475072, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 71220, "l_hundred": 800, "r_hundred": 800, "seg_id": 641607, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHILLER ST", "stname": "W SCHILLER ST", "objectid": 25182, "Shape__Length": 88.728315685557433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1425174464935, 40.004628708667902 ], [ -75.143303361045994, 40.004730453026397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13013, "tnode_": 12923, "lpoly_": null, "rpoly_": null, "length": 394.64891907000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARCADIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 12980, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641608, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARCADIA ST", "stname": "ARCADIA ST", "objectid": 25183, "Shape__Length": 157.09799936472416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093966466976497, 40.003447251852599 ], [ -75.092920425423102, 40.0041728872663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12974, "tnode_": 13013, "lpoly_": null, "rpoly_": null, "length": 155.14924708000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2037, "r_f_add": 2000, "r_t_add": 2036, "st_code": 82760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641609, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 25184, "Shape__Length": 61.749400697154279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094393740276502, 40.003718220798902 ], [ -75.093966466976497, 40.003447251852599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13017, "tnode_": 12930, "lpoly_": null, "rpoly_": null, "length": 390.82395937999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3702, "l_t_add": 3798, "r_f_add": 3743, "r_t_add": 3773, "st_code": 47420, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641611, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25185, "Shape__Length": 155.50779874454506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100500027500502, 40.003588429294801 ], [ -75.099365175138402, 40.004212416819897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13019, "tnode_": 12952, "lpoly_": null, "rpoly_": null, "length": 160.67361685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3726, "l_t_add": 3740, "r_f_add": 3719, "r_t_add": 3733, "st_code": 48700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25186, "Shape__Length": 64.092953098407392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103689555536405, 40.003646389300002 ], [ -75.103604280410593, 40.004082555483599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13021, "tnode_": 12972, "lpoly_": null, "rpoly_": null, "length": 107.648349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3518, "l_t_add": 3598, "r_f_add": 3519, "r_t_add": 3599, "st_code": 62760, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25187, "Shape__Length": 42.941378053765817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131280285246305, 40.0042843839624 ], [ -75.131222624784002, 40.0045765459761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13009, "tnode_": 13022, "lpoly_": null, "rpoly_": null, "length": 182.32906446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 111, "l_t_add": 139, "r_f_add": 110, "r_t_add": 138, "st_code": 79900, "l_hundred": 100, "r_hundred": 100, "seg_id": 641614, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25188, "Shape__Length": 72.459460874890752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127390906259393, 40.004257873498901 ], [ -75.126749109371801, 40.004174713134397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13025, "tnode_": 12871, "lpoly_": null, "rpoly_": null, "length": 545.41883936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 19140, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641615, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 25189, "Shape__Length": 217.56999091047419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152237940685495, 40.004699034316801 ], [ -75.151923332658995, 40.006176598929002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13025, "tnode_": 13014, "lpoly_": null, "rpoly_": null, "length": 242.74037446999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1417, "st_code": 61400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25190, "Shape__Length": 96.466968614726042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152237940685495, 40.004699034316801 ], [ -75.153093922051596, 40.0048025211224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12985, "tnode_": 13026, "lpoly_": null, "rpoly_": null, "length": 207.36740452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 515, "st_code": 71520, "l_hundred": 500, "r_hundred": 500, "seg_id": 641617, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25191, "Shape__Length": 82.472773061880204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137451921465299, 40.004670436364002 ], [ -75.138106128162505, 40.004404100372803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13026, "tnode_": 13010, "lpoly_": null, "rpoly_": null, "length": 119.37181683, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 516, "l_t_add": 524, "r_f_add": 517, "r_t_add": 519, "st_code": 77420, "l_hundred": 500, "r_hundred": 500, "seg_id": 641618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25192, "Shape__Length": 47.438266931234814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138106128162505, 40.004404100372803 ], [ -75.138528013309895, 40.004450140774701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13022, "tnode_": 13028, "lpoly_": null, "rpoly_": null, "length": 184.91554644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 141, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 79900, "l_hundred": 100, "r_hundred": 100, "seg_id": 641619, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25193, "Shape__Length": 73.486134351559031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126749109371801, 40.004174713134397 ], [ -75.126096906403703, 40.004096549873204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12983, "tnode_": 13030, "lpoly_": null, "rpoly_": null, "length": 283.07859036000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 228, "l_t_add": 242, "r_f_add": 213, "r_t_add": 223, "st_code": 37440, "l_hundred": 200, "r_hundred": 200, "seg_id": 641620, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25194, "Shape__Length": 112.563341328745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133071628476998, 40.004557188004199 ], [ -75.133164672055102, 40.004548053307502 ], [ -75.133990315807395, 40.004241771810499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13032, "tnode_": 12985, "lpoly_": null, "rpoly_": null, "length": 131.7749101, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3516, "r_f_add": 3501, "r_t_add": 3521, "st_code": 87890, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641621, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25195, "Shape__Length": 52.564290369762411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137531901867007, 40.0043139655684 ], [ -75.137451921465299, 40.004670436364002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13032, "tnode_": 13026, "lpoly_": null, "rpoly_": null, "length": 164.1818159, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 77420, "l_hundred": 500, "r_hundred": 500, "seg_id": 641622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25196, "Shape__Length": 65.250895549111988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137531901867007, 40.0043139655684 ], [ -75.138106128162505, 40.004404100372803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13034, "tnode_": 12964, "lpoly_": null, "rpoly_": null, "length": 174.08951659, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3416, "l_t_add": 3428, "r_f_add": 3415, "r_t_add": 3427, "st_code": 88010, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25197, "Shape__Length": 69.445311110288984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146777928615293, 40.004523688906701 ], [ -75.146684212291007, 40.0049961203039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13035, "tnode_": 12966, "lpoly_": null, "rpoly_": null, "length": 159.60709457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 34560, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641624, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLOYD ST", "stname": "FLOYD ST", "objectid": 25198, "Shape__Length": 63.666257413252886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102612571534806, 40.003509060516897 ], [ -75.102519624273796, 40.003941331462599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13019, "tnode_": 13035, "lpoly_": null, "rpoly_": null, "length": 305.83147480999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1331, "r_f_add": 1300, "r_t_add": 1334, "st_code": 11480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641625, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AIRDRIE ST", "stname": "E AIRDRIE ST", "objectid": 25199, "Shape__Length": 121.53904821083545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103689555536405, 40.003646389300002 ], [ -75.102612571534806, 40.003509060516897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13036, "tnode_": 12971, "lpoly_": null, "rpoly_": null, "length": 149.13650449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3440, "l_t_add": 3498, "r_f_add": 3421, "r_t_add": 3499, "st_code": 87930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25200, "Shape__Length": 59.490177810466761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141251420215795, 40.004390007777502 ], [ -75.141163315628006, 40.004793760131101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13036, "tnode_": 13012, "lpoly_": null, "rpoly_": null, "length": 364.10712837, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 71220, "l_hundred": 700, "r_hundred": 700, "seg_id": 641627, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-09-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHILLER ST", "stname": "W SCHILLER ST", "objectid": 25201, "Shape__Length": 144.69986225312539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141251420215795, 40.004390007777502 ], [ -75.142533802860399, 40.004552740222998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13037, "tnode_": 12968, "lpoly_": null, "rpoly_": null, "length": 172.38726225000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3532, "l_t_add": 3598, "r_f_add": 3533, "r_t_add": 3599, "st_code": 54200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641628, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25202, "Shape__Length": 68.765160752487233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130118947991207, 40.004128199803901 ], [ -75.130020928204004, 40.004595381675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13037, "tnode_": 13021, "lpoly_": null, "rpoly_": null, "length": 330.27777154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 13920, "l_hundred": 100, "r_hundred": 100, "seg_id": 641629, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 25203, "Shape__Length": 131.25686789789788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130118947991207, 40.004128199803901 ], [ -75.131280285246305, 40.0042843839624 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13028, "tnode_": 13039, "lpoly_": null, "rpoly_": null, "length": 184.46336212, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 211, "r_f_add": 200, "r_t_add": 210, "st_code": 79900, "l_hundred": 200, "r_hundred": 200, "seg_id": 641630, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25204, "Shape__Length": 73.307657346647957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126096906403703, 40.004096549873204 ], [ -75.125447804853394, 40.004011478930003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13040, "tnode_": 13025, "lpoly_": null, "rpoly_": null, "length": 240.06627323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1352, "l_t_add": 1398, "r_f_add": 1353, "r_t_add": 1399, "st_code": 61400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25205, "Shape__Length": 95.402922322985376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151390017240104, 40.004603646124004 ], [ -75.152237940685495, 40.004699034316801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13026, "tnode_": 13042, "lpoly_": null, "rpoly_": null, "length": 139.12696627, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 520, "l_t_add": 524, "r_f_add": 517, "r_t_add": 523, "st_code": 71520, "l_hundred": 500, "r_hundred": 500, "seg_id": 641632, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25206, "Shape__Length": 55.31881471393087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138106128162505, 40.004404100372803 ], [ -75.138562243501596, 40.004253011603502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13042, "tnode_": 13010, "lpoly_": null, "rpoly_": null, "length": 72.44814988, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3428, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 67360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641633, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 25207, "Shape__Length": 28.900405407722705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138562243501596, 40.004253011603502 ], [ -75.138528013309895, 40.004450140774701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13043, "tnode_": 12983, "lpoly_": null, "rpoly_": null, "length": 157.95292049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3516, "l_t_add": 3598, "r_f_add": 3517, "r_t_add": 3599, "st_code": 28540, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DILLMAN ST", "stname": "DILLMAN ST", "objectid": 25208, "Shape__Length": 63.00674754135332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1331652688323, 40.0041296096175 ], [ -75.133071628476998, 40.004557188004199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13043, "tnode_": 13030, "lpoly_": null, "rpoly_": null, "length": 234.7147657, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 13920, "l_hundred": 200, "r_hundred": 200, "seg_id": 641635, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 25209, "Shape__Length": 93.279036505987733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1331652688323, 40.0041296096175 ], [ -75.133990315807395, 40.004241771810499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13045, "tnode_": 12986, "lpoly_": null, "rpoly_": null, "length": 162.66672237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3718, "l_t_add": 3732, "r_f_add": 3719, "r_t_add": 3733, "st_code": 52740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 25210, "Shape__Length": 64.887181424802208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101562941317894, 40.003362385353 ], [ -75.101472441684706, 40.003803468317301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13035, "tnode_": 13045, "lpoly_": null, "rpoly_": null, "length": 298.86477739000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1333, "l_t_add": 1399, "r_f_add": 1336, "r_t_add": 1398, "st_code": 11480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641637, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AIRDRIE ST", "stname": "E AIRDRIE ST", "objectid": 25211, "Shape__Length": 118.77264670423102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102612571534806, 40.003509060516897 ], [ -75.101562941317894, 40.003362385353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13047, "tnode_": 13040, "lpoly_": null, "rpoly_": null, "length": 119.06796315, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1326, "l_t_add": 1350, "r_f_add": 1327, "r_t_add": 1351, "st_code": 61400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25212, "Shape__Length": 47.319648717259476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150971535954795, 40.004546498153303 ], [ -75.151390017240104, 40.004603646124004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13039, "tnode_": 13048, "lpoly_": null, "rpoly_": null, "length": 180.23826479000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 213, "l_t_add": 219, "r_f_add": 212, "r_t_add": 218, "st_code": 79900, "l_hundred": 200, "r_hundred": 200, "seg_id": 641639, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25213, "Shape__Length": 71.628868381708969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125447804853394, 40.004011478930003 ], [ -75.124814029970295, 40.0039263141581 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13049, "tnode_": 13036, "lpoly_": null, "rpoly_": null, "length": 33.74033201, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3438, "l_t_add": 3438, "r_f_add": 3419, "r_t_add": 3419, "st_code": 87930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641640, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25214, "Shape__Length": 13.459569036209055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141265905755702, 40.004298058794298 ], [ -75.141251420215795, 40.004390007777502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13054, "tnode_": 12828, "lpoly_": null, "rpoly_": null, "length": 790.88143356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 47000, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 25215, "Shape__Length": 315.47911572489829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105812010099399, 40.003387110684002 ], [ -75.105338738743896, 40.005527452367403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13044, "tnode_": 13054, "lpoly_": null, "rpoly_": null, "length": 205.38750352, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 71500, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641642, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGLEY AVE", "stname": "E SEDGLEY AVE", "objectid": 25216, "Shape__Length": 81.622941608027631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106534094906195, 40.003484672771002 ], [ -75.105812010099399, 40.003387110684002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13057, "tnode_": 12736, "lpoly_": null, "rpoly_": null, "length": 1249.4952791400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 15380, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641643, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25217, "Shape__Length": 498.4275547425641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124165535800302, 40.0038385809396 ], [ -75.123428655952793, 40.007221464370602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13048, "tnode_": 13057, "lpoly_": null, "rpoly_": null, "length": 184.46163666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 221, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 79900, "l_hundred": 200, "r_hundred": 200, "seg_id": 641644, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25218, "Shape__Length": 73.307307658715686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124814029970295, 40.0039263141581 ], [ -75.124165535800302, 40.0038385809396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13058, "tnode_": 12993, "lpoly_": null, "rpoly_": null, "length": 171.90254333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3416, "l_t_add": 3434, "r_f_add": 3419, "r_t_add": 3437, "st_code": 87990, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641645, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25219, "Shape__Length": 68.571325914247637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145213495739796, 40.004322395206103 ], [ -75.145111046435801, 40.004787665232598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13058, "tnode_": 13034, "lpoly_": null, "rpoly_": null, "length": 444.35537905000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 69980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641646, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSSELL ST", "stname": "W RUSSELL ST", "objectid": 25220, "Shape__Length": 176.59171132987018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145213495739796, 40.004322395206103 ], [ -75.146777928615293, 40.004523688906701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13059, "tnode_": 13047, "lpoly_": null, "rpoly_": null, "length": 264.34056014000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1325, "st_code": 61400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25221, "Shape__Length": 105.05156236797104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1500404384077, 40.004428783580501 ], [ -75.150971535954795, 40.004546498153303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13061, "tnode_": 12939, "lpoly_": null, "rpoly_": null, "length": 453.84715477000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 25020, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 641648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 25222, "Shape__Length": 180.65778143962635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093765673411099, 40.003142637555698 ], [ -75.092555707191707, 40.003971095371497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13013, "tnode_": 13061, "lpoly_": null, "rpoly_": null, "length": 124.40911202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2039, "l_t_add": 2043, "r_f_add": 2038, "r_t_add": 2060, "st_code": 82760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 25223, "Shape__Length": 49.590982698478904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093966466976497, 40.003447251852599 ], [ -75.093765673411099, 40.003142637555698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13062, "tnode_": 12988, "lpoly_": null, "rpoly_": null, "length": 179.8028378, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3426, "l_t_add": 3498, "r_f_add": 3431, "r_t_add": 3499, "st_code": 53860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641650, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25224, "Shape__Length": 71.721319760990042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140443032985999, 40.004195321460003 ], [ -75.140327457768194, 40.0046808338004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13062, "tnode_": 13049, "lpoly_": null, "rpoly_": null, "length": 233.54007016999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 71220, "l_hundred": 600, "r_hundred": 600, "seg_id": 641651, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHILLER ST", "stname": "W SCHILLER ST", "objectid": 25225, "Shape__Length": 92.810579462286981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140443032985999, 40.004195321460003 ], [ -75.141265905755702, 40.004298058794298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13030, "tnode_": 13064, "lpoly_": null, "rpoly_": null, "length": 217.13299521000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 244, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 37440, "l_hundred": 200, "r_hundred": 200, "seg_id": 641652, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25226, "Shape__Length": 86.347808038691241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133990315807395, 40.004241771810499 ], [ -75.134685935713804, 40.003978881992403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13066, "tnode_": 12974, "lpoly_": null, "rpoly_": null, "length": 300.00273635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3848, "l_t_add": 3898, "r_f_add": 3867, "r_t_add": 3899, "st_code": 34960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641653, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25227, "Shape__Length": 119.48208659651134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095090019906905, 40.003092518391597 ], [ -75.094393740276502, 40.003718220798902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12928, "tnode_": 13066, "lpoly_": null, "rpoly_": null, "length": 623.28843217000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 19620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641654, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 25228, "Shape__Length": 248.06994327613387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096803128004396, 40.0041774610728 ], [ -75.095190661728196, 40.0031227716579 ], [ -75.095090019906905, 40.003092518391597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13067, "tnode_": 12937, "lpoly_": null, "rpoly_": null, "length": 384.75602117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3432, "r_f_add": 3401, "r_t_add": 3429, "st_code": 36660, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641655, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25229, "Shape__Length": 153.45900460534941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149268634806006, 40.004281437840703 ], [ -75.149329030540301, 40.004419902437697 ], [ -75.149602403062303, 40.005305445616401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13067, "tnode_": 13059, "lpoly_": null, "rpoly_": null, "length": 224.45936465000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 61400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25230, "Shape__Length": 89.21793747939418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149268634806006, 40.004281437840703 ], [ -75.149474657579503, 40.004355687017103 ], [ -75.1500404384077, 40.004428783580501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13076, "tnode_": 13058, "lpoly_": null, "rpoly_": null, "length": 275.61962174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 69980, "l_hundred": 900, "r_hundred": 900, "seg_id": 641657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSSELL ST", "stname": "W RUSSELL ST", "objectid": 25231, "Shape__Length": 109.53315647687262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144242151816002, 40.004202119937602 ], [ -75.145213495739796, 40.004322395206103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13004, "tnode_": 13077, "lpoly_": null, "rpoly_": null, "length": 359.96100178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1138, "l_t_add": 1198, "r_f_add": 1133, "r_t_add": 1199, "st_code": 68600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641658, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25232, "Shape__Length": 143.19307871840843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147556800746301, 40.004722823001899 ], [ -75.148454560885199, 40.004353473308001 ], [ -75.148647536963693, 40.004211829658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13077, "tnode_": 12951, "lpoly_": null, "rpoly_": null, "length": 350.83209725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3436, "r_f_add": 3401, "r_t_add": 3433, "st_code": 61300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25233, "Shape__Length": 139.94012734695002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148647536963693, 40.004211829658502 ], [ -75.148570306634596, 40.004425284568399 ], [ -75.148407516458406, 40.005156153694301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13077, "tnode_": 13067, "lpoly_": null, "rpoly_": null, "length": 175.83400824, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 61400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25234, "Shape__Length": 69.876404528524702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148647536963693, 40.004211829658502 ], [ -75.149268634806006, 40.004281437840703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13078, "tnode_": 13064, "lpoly_": null, "rpoly_": null, "length": 159.49139118, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 250, "l_t_add": 298, "r_f_add": 253, "r_t_add": 299, "st_code": 77420, "l_hundred": 200, "r_hundred": 200, "seg_id": 641661, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25235, "Shape__Length": 63.391009563908689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134133797865005, 40.0038825358981 ], [ -75.134578862230697, 40.0039411621893 ], [ -75.134685935713804, 40.003978881992403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13080, "tnode_": 13030, "lpoly_": null, "rpoly_": null, "length": 138.59516566, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 12440, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25236, "Shape__Length": 55.290003706158743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133960722006094, 40.003861992486101 ], [ -75.133990315807395, 40.004241771810499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13080, "tnode_": 13078, "lpoly_": null, "rpoly_": null, "length": 49.06033652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 248, "l_t_add": 248, "r_f_add": 251, "r_t_add": 251, "st_code": 77420, "l_hundred": 200, "r_hundred": 200, "seg_id": 641663, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25237, "Shape__Length": 19.496652703608049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133960722006094, 40.003861992486101 ], [ -75.134133797865005, 40.0038825358981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13081, "tnode_": 13019, "lpoly_": null, "rpoly_": null, "length": 185.58069975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3724, "r_f_add": 3701, "r_t_add": 3717, "st_code": 48700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25238, "Shape__Length": 74.026404728010974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103799028028902, 40.003143952105297 ], [ -75.103689555536405, 40.003646389300002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13054, "tnode_": 13081, "lpoly_": null, "rpoly_": null, "length": 570.91053813999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 71500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGLEY AVE", "stname": "E SEDGLEY AVE", "objectid": 25239, "Shape__Length": 226.87960182139011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105812010099399, 40.003387110684002 ], [ -75.104359205038605, 40.003200834522197 ], [ -75.103799028028902, 40.003143952105297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13061, "tnode_": 13083, "lpoly_": null, "rpoly_": null, "length": 84.95556046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2045, "l_t_add": 2069, "r_f_add": 2062, "r_t_add": 2068, "st_code": 82760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641666, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 25240, "Shape__Length": 33.865208967952881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093765673411099, 40.003142637555698 ], [ -75.093631142755896, 40.002933628868703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13086, "tnode_": 13043, "lpoly_": null, "rpoly_": null, "length": 134.25711864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3514, "r_f_add": 3501, "r_t_add": 3515, "st_code": 28540, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DILLMAN ST", "stname": "DILLMAN ST", "objectid": 25241, "Shape__Length": 53.554735511163265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133241700355299, 40.003765774727498 ], [ -75.1331652688323, 40.0041296096175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13086, "tnode_": 13080, "lpoly_": null, "rpoly_": null, "length": 204.4567455, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 228, "l_t_add": 246, "r_f_add": 229, "r_t_add": 249, "st_code": 77420, "l_hundred": 200, "r_hundred": 200, "seg_id": 641668, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25242, "Shape__Length": 81.253323428041028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133241700355299, 40.003765774727498 ], [ -75.133960722006094, 40.003861992486101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13042, "tnode_": 13087, "lpoly_": null, "rpoly_": null, "length": 342.71865323999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 526, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 71520, "l_hundred": 500, "r_hundred": 500, "seg_id": 641669, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25243, "Shape__Length": 136.28836039677967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138562243501596, 40.004253011603502 ], [ -75.139661806927407, 40.003840601863402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13087, "tnode_": 13000, "lpoly_": null, "rpoly_": null, "length": 271.69015893999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3420, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 87910, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641670, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25244, "Shape__Length": 108.3761055532442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139661806927407, 40.003840601863402 ], [ -75.139502610460596, 40.004576307746099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13089, "tnode_": 13004, "lpoly_": null, "rpoly_": null, "length": 282.00607233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 37580, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25245, "Shape__Length": 112.42648040132234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147137420160306, 40.004019062321603 ], [ -75.147556800746301, 40.004722823001899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13089, "tnode_": 13077, "lpoly_": null, "rpoly_": null, "length": 429.0482105, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1117, "r_t_add": 1199, "st_code": 61400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641672, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25246, "Shape__Length": 170.50806969281393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147137420160306, 40.004019062321603 ], [ -75.148458247471694, 40.004199991565002 ], [ -75.148647536963693, 40.004211829658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13090, "tnode_": 12982, "lpoly_": null, "rpoly_": null, "length": 311.43172085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 64500, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 25247, "Shape__Length": 124.22834432043821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132852733954607, 40.003716774591503 ], [ -75.132667620980598, 40.004559757000202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13090, "tnode_": 13086, "lpoly_": null, "rpoly_": null, "length": 110.41923036, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 218, "l_t_add": 226, "r_f_add": 217, "r_t_add": 227, "st_code": 77420, "l_hundred": 200, "r_hundred": 200, "seg_id": 641674, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25248, "Shape__Length": 43.881184209814045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132852733954607, 40.003716774591503 ], [ -75.133241700355299, 40.003765774727498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13091, "tnode_": 13034, "lpoly_": null, "rpoly_": null, "length": 195.87201448000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3414, "r_f_add": 3401, "r_t_add": 3413, "st_code": 88010, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641675, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25249, "Shape__Length": 78.130924580704345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146903857568006, 40.003994789310198 ], [ -75.146777928615293, 40.004523688906701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13091, "tnode_": 13089, "lpoly_": null, "rpoly_": null, "length": 66.02584609, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1115, "st_code": 61400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641676, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25250, "Shape__Length": 26.238269766733783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146903857568006, 40.003994789310198 ], [ -75.147137420160306, 40.004019062321603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13093, "tnode_": 13049, "lpoly_": null, "rpoly_": null, "length": 162.61837924, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3430, "l_t_add": 3436, "r_f_add": 3417, "r_t_add": 3417, "st_code": 87930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641677, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25251, "Shape__Length": 64.867390633292743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141363245683294, 40.003857972595803 ], [ -75.141265905755702, 40.004298058794298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13097, "tnode_": 12981, "lpoly_": null, "rpoly_": null, "length": 341.86281751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 87830, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641678, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25252, "Shape__Length": 136.36893487535562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132257705882196, 40.0036408174849 ], [ -75.132067688997495, 40.004567825849797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13097, "tnode_": 13090, "lpoly_": null, "rpoly_": null, "length": 168.97504635, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 216, "r_f_add": 201, "r_t_add": 215, "st_code": 77420, "l_hundred": 200, "r_hundred": 200, "seg_id": 641679, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25253, "Shape__Length": 67.151693770487967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132257705882196, 40.0036408174849 ], [ -75.132852733954607, 40.003716774591503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13098, "tnode_": 13012, "lpoly_": null, "rpoly_": null, "length": 256.32962705000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3420, "l_t_add": 3450, "r_f_add": 3423, "r_t_add": 3429, "st_code": 87950, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641680, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25254, "Shape__Length": 102.2487838357808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142684438910194, 40.003858685305403 ], [ -75.142533802860399, 40.004552740222998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13064, "tnode_": 13099, "lpoly_": null, "rpoly_": null, "length": 206.78229657, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 37440, "l_hundred": 300, "r_hundred": 300, "seg_id": 641681, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25255, "Shape__Length": 82.228918342294079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134685935713804, 40.003978881992403 ], [ -75.135351413179507, 40.003733306730702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13077, "tnode_": 13100, "lpoly_": null, "rpoly_": null, "length": 175.97615686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1219, "st_code": 68600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641682, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25256, "Shape__Length": 70.019470220066097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148647536963693, 40.004211829658502 ], [ -75.149160122112903, 40.003932589822703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13100, "tnode_": 13067, "lpoly_": null, "rpoly_": null, "length": 130.66461026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3356, "l_t_add": 3398, "r_f_add": 3357, "r_t_add": 3399, "st_code": 36660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641683, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25257, "Shape__Length": 52.115936597887028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149160122112903, 40.003932589822703 ], [ -75.149268634806006, 40.004281437840703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13105, "tnode_": 13017, "lpoly_": null, "rpoly_": null, "length": 450.91868125000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3700, "r_f_add": 3701, "r_t_add": 3741, "st_code": 47420, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641684, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25258, "Shape__Length": 179.41488808293713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018130912678, 40.002872518073701 ], [ -75.100500027500502, 40.003588429294801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13105, "tnode_": 13045, "lpoly_": null, "rpoly_": null, "length": 197.30518963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "M", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3716, "r_f_add": 3701, "r_t_add": 3717, "st_code": 52740, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "M ST", "stname": "M ST", "objectid": 25259, "Shape__Length": 78.658434301256591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018130912678, 40.002872518073701 ], [ -75.101662118922903, 40.003004842762202 ], [ -75.101562941317894, 40.003362385353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13081, "tnode_": 13105, "lpoly_": null, "rpoly_": null, "length": 565.07417054000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 71500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGLEY AVE", "stname": "E SEDGLEY AVE", "objectid": 25260, "Shape__Length": 224.56502213270241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103799028028902, 40.003143952105297 ], [ -75.1018130912678, 40.002872518073701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13106, "tnode_": 13062, "lpoly_": null, "rpoly_": null, "length": 164.54496587, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3410, "l_t_add": 3424, "r_f_add": 3407, "r_t_add": 3429, "st_code": 53860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641687, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25261, "Shape__Length": 65.636425305351111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140537129734696, 40.003749459552502 ], [ -75.140443032985999, 40.004195321460003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13106, "tnode_": 13093, "lpoly_": null, "rpoly_": null, "length": 234.78348154, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 69980, "l_hundred": 600, "r_hundred": 600, "seg_id": 641688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSSELL ST", "stname": "W RUSSELL ST", "objectid": 25262, "Shape__Length": 93.305097414716059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140537129734696, 40.003749459552502 ], [ -75.141363245683294, 40.003857972595803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13107, "tnode_": 13021, "lpoly_": null, "rpoly_": null, "length": 276.7204401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3516, "r_f_add": 3501, "r_t_add": 3517, "st_code": 62760, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641689, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25263, "Shape__Length": 110.38172453664362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131445575159404, 40.003535463347497 ], [ -75.131280285246305, 40.0042843839624 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13107, "tnode_": 13097, "lpoly_": null, "rpoly_": null, "length": 230.72898265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 188, "l_t_add": 198, "r_f_add": 187, "r_t_add": 199, "st_code": 77420, "l_hundred": 100, "r_hundred": 100, "seg_id": 641690, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25264, "Shape__Length": 91.693264927487206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131445575159404, 40.003535463347497 ], [ -75.132257705882196, 40.0036408174849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13113, "tnode_": 13058, "lpoly_": null, "rpoly_": null, "length": 195.84257472, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3414, "r_f_add": 3401, "r_t_add": 3417, "st_code": 87990, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641691, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25265, "Shape__Length": 78.121140195622758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145324713929398, 40.003791630652202 ], [ -75.145213495739796, 40.004322395206103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13113, "tnode_": 13091, "lpoly_": null, "rpoly_": null, "length": 448.53549565999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 61400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641692, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25266, "Shape__Length": 178.2515398458207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145324713929398, 40.003791630652202 ], [ -75.146903857568006, 40.003994789310198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13114, "tnode_": 13093, "lpoly_": null, "rpoly_": null, "length": 60.17583203, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3414, "l_t_add": 3428, "r_f_add": 3415, "r_t_add": 3415, "st_code": 87930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641693, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25267, "Shape__Length": 24.002835385244843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141404327937195, 40.003695831969701 ], [ -75.141363245683294, 40.003857972595803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13114, "tnode_": 13098, "lpoly_": null, "rpoly_": null, "length": 363.4900449, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 69980, "l_hundred": 700, "r_hundred": 700, "seg_id": 641694, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSSELL ST", "stname": "W RUSSELL ST", "objectid": 25268, "Shape__Length": 144.45322510861092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141404327937195, 40.003695831969701 ], [ -75.142684438910194, 40.003858685305403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13122, "tnode_": 13091, "lpoly_": null, "rpoly_": null, "length": 99.230562940000013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3392, "l_t_add": 3398, "r_f_add": 3343, "r_t_add": 3399, "st_code": 88010, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641695, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25269, "Shape__Length": 39.582077076889355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146964657727196, 40.003726432230302 ], [ -75.146903857568006, 40.003994789310198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13122, "tnode_": 13089, "lpoly_": null, "rpoly_": null, "length": 117.07251164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3356, "l_t_add": 3398, "r_f_add": 3357, "r_t_add": 3399, "st_code": 37580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641696, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25270, "Shape__Length": 46.673081044279215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146964657727196, 40.003726432230302 ], [ -75.147137420160306, 40.004019062321603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13124, "tnode_": 13037, "lpoly_": null, "rpoly_": null, "length": 275.18777944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3530, "r_f_add": 3501, "r_t_add": 3531, "st_code": 54200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25271, "Shape__Length": 109.77037300091665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130281525271499, 40.003383193993997 ], [ -75.130118947991207, 40.004128199803901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13124, "tnode_": 13107, "lpoly_": null, "rpoly_": null, "length": 330.78777064999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 150, "l_t_add": 186, "r_f_add": 153, "r_t_add": 185, "st_code": 77420, "l_hundred": 100, "r_hundred": 100, "seg_id": 641698, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25272, "Shape__Length": 131.4572926997879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130281525271499, 40.003383193993997 ], [ -75.131445575159404, 40.003535463347497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13129, "tnode_": 12928, "lpoly_": null, "rpoly_": null, "length": 998.13696934999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3838, "r_f_add": 3701, "r_t_add": 3861, "st_code": 45980, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641699, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25273, "Shape__Length": 397.13773549407478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099722428434703, 40.0026075509668 ], [ -75.099474534385706, 40.002723239420398 ], [ -75.096803128004396, 40.0041774610728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13129, "tnode_": 12930, "lpoly_": null, "rpoly_": null, "length": 593.12947634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 21880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641700, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25274, "Shape__Length": 236.59276791763745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099722428434703, 40.0026075509668 ], [ -75.099365175138402, 40.004212416819897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13017, "tnode_": 13129, "lpoly_": null, "rpoly_": null, "length": 423.99246293, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "AIRDRIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 11480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641701, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E AIRDRIE ST", "stname": "E AIRDRIE ST", "objectid": 25275, "Shape__Length": 168.95382404463206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100500027500502, 40.003588429294801 ], [ -75.099764514880803, 40.002790755006899 ], [ -75.099722428434703, 40.0026075509668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13105, "tnode_": 13129, "lpoly_": null, "rpoly_": null, "length": 593.59714498999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 71500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641702, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGLEY AVE", "stname": "E SEDGLEY AVE", "objectid": 25276, "Shape__Length": 235.89544566867428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018130912678, 40.002872518073701 ], [ -75.099722428434703, 40.0026075509668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13087, "tnode_": 13130, "lpoly_": null, "rpoly_": null, "length": 287.08494816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 629, "st_code": 71520, "l_hundred": 600, "r_hundred": 600, "seg_id": 641703, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25277, "Shape__Length": 114.16118327772364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139661806927407, 40.003840601863402 ], [ -75.140586377461503, 40.003500721037902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13130, "tnode_": 13106, "lpoly_": null, "rpoly_": null, "length": 91.65541596, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3408, "r_f_add": 3401, "r_t_add": 3405, "st_code": 53860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641704, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25278, "Shape__Length": 36.561279342708715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140586377461503, 40.003500721037902 ], [ -75.140537129734696, 40.003749459552502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13131, "tnode_": 13083, "lpoly_": null, "rpoly_": null, "length": 218.76755893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3852, "l_t_add": 3898, "r_f_add": 3853, "r_t_add": 3899, "st_code": 25020, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641705, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 25279, "Shape__Length": 87.125074762311783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094143377506597, 40.002480339504899 ], [ -75.093631142755896, 40.002933628868703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13066, "tnode_": 13131, "lpoly_": null, "rpoly_": null, "length": 346.57228852000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 19620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641706, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 25280, "Shape__Length": 137.93934846500366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095090019906905, 40.003092518391597 ], [ -75.094996214132607, 40.003039208845799 ], [ -75.094143377506597, 40.002480339504899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13100, "tnode_": 13135, "lpoly_": null, "rpoly_": null, "length": 302.71962929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1221, "r_t_add": 1299, "st_code": 68600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641707, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25281, "Shape__Length": 120.32940143892473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149160122112903, 40.003932589822703 ], [ -75.150195128265693, 40.0036937889599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13135, "tnode_": 13059, "lpoly_": null, "rpoly_": null, "length": 271.23001628000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3330, "l_t_add": 3398, "r_f_add": 3331, "r_t_add": 3399, "st_code": 88050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25282, "Shape__Length": 108.19292682894212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150195128265693, 40.0036937889599 ], [ -75.1500404384077, 40.004428783580501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13138, "tnode_": 12984, "lpoly_": null, "rpoly_": null, "length": 447.43333631999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 43800, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 25283, "Shape__Length": 178.47847523447032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129337976507799, 40.003264477518798 ], [ -75.129075866959099, 40.004476083788802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13138, "tnode_": 13124, "lpoly_": null, "rpoly_": null, "length": 267.8462192, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 130, "l_t_add": 148, "r_f_add": 127, "r_t_add": 151, "st_code": 77420, "l_hundred": 100, "r_hundred": 100, "seg_id": 641710, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25284, "Shape__Length": 106.4428185770218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129337976507799, 40.003264477518798 ], [ -75.130281525271499, 40.003383193993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13140, "tnode_": 13113, "lpoly_": null, "rpoly_": null, "length": 448.42599291, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 61400, "l_hundred": 900, "r_hundred": 900, "seg_id": 641711, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25285, "Shape__Length": 178.20702520084035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143745422962695, 40.003591008321102 ], [ -75.145324713929398, 40.003791630652202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13145, "tnode_": 12997, "lpoly_": null, "rpoly_": null, "length": 446.77389731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 43480, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641712, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 25286, "Shape__Length": 178.21515342867053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128825219478699, 40.003199678189503 ], [ -75.128562773976796, 40.004409406195698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13145, "tnode_": 13138, "lpoly_": null, "rpoly_": null, "length": 145.57387058, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 118, "l_t_add": 128, "r_f_add": 119, "r_t_add": 125, "st_code": 77420, "l_hundred": 100, "r_hundred": 100, "seg_id": 641713, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25287, "Shape__Length": 57.85142680570614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128825219478699, 40.003199678189503 ], [ -75.129337976507799, 40.003264477518798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13146, "tnode_": 12999, "lpoly_": null, "rpoly_": null, "length": 446.53241932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3442, "r_f_add": 3401, "r_t_add": 3443, "st_code": 44180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641714, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 25288, "Shape__Length": 178.10701687890278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143295417565497, 40.003532766814097 ], [ -75.143135407681797, 40.004268797145102 ], [ -75.143147992560799, 40.004317216371497 ], [ -75.143303361045994, 40.004730453026397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13146, "tnode_": 13140, "lpoly_": null, "rpoly_": null, "length": 127.83983286, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 814, "l_t_add": 898, "r_f_add": 815, "r_t_add": 899, "st_code": 61400, "l_hundred": 800, "r_hundred": 800, "seg_id": 641715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25289, "Shape__Length": 50.804373146762984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143295417565497, 40.003532766814097 ], [ -75.143745422962695, 40.003591008321102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13148, "tnode_": 13066, "lpoly_": null, "rpoly_": null, "length": 306.1370292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3824, "l_t_add": 3846, "r_f_add": 3831, "r_t_add": 3865, "st_code": 34960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641716, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25290, "Shape__Length": 121.9235541307426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095801417389595, 40.002454606548397 ], [ -75.095090019906905, 40.003092518391597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13152, "tnode_": 13098, "lpoly_": null, "rpoly_": null, "length": 143.26189191999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3421, "st_code": 87950, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641717, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 25291, "Shape__Length": 57.145521561802667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142772535271604, 40.003471293464102 ], [ -75.142684438910194, 40.003858685305403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13152, "tnode_": 13146, "lpoly_": null, "rpoly_": null, "length": 148.18510012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 726, "l_t_add": 812, "r_f_add": 801, "r_t_add": 813, "st_code": 61400, "l_hundred": 700, "r_hundred": 800, "seg_id": 641718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25292, "Shape__Length": 58.888563719931405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142772535271604, 40.003471293464102 ], [ -75.143295417565497, 40.003532766814097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13153, "tnode_": 13003, "lpoly_": null, "rpoly_": null, "length": 447.47087878000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 35200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641719, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25293, "Shape__Length": 178.49339198700412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128284358545201, 40.003125802034397 ], [ -75.128024333519903, 40.004337778300901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13153, "tnode_": 13145, "lpoly_": null, "rpoly_": null, "length": 153.89202787, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 116, "r_f_add": 101, "r_t_add": 117, "st_code": 77420, "l_hundred": 100, "r_hundred": 100, "seg_id": 641720, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 25294, "Shape__Length": 61.15805999241288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128284358545201, 40.003125802034397 ], [ -75.128825219478699, 40.003199678189503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13156, "tnode_": 12812, "lpoly_": null, "rpoly_": null, "length": 1150.9067859899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 35900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641721, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25295, "Shape__Length": 459.09265111372918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114162880891598, 40.002820554748297 ], [ -75.114013652590003, 40.003453332149697 ], [ -75.113742625930897, 40.004730403554703 ], [ -75.113485306370507, 40.0059365907764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13125, "tnode_": 13156, "lpoly_": null, "rpoly_": null, "length": 548.57916532000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 79900, "l_hundred": 700, "r_hundred": 700, "seg_id": 641722, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25296, "Shape__Length": 218.00812092170509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116092527520607, 40.003076677045499 ], [ -75.114162880891598, 40.002820554748297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13160, "tnode_": 13009, "lpoly_": null, "rpoly_": null, "length": 448.8716851, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 49820, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641723, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 25297, "Shape__Length": 179.05171386383606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127653399390994, 40.003042313744501 ], [ -75.127390906259393, 40.004257873498901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13153, "tnode_": 13160, "lpoly_": null, "rpoly_": null, "length": 179.35898252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 117, "r_f_add": 100, "r_t_add": 116, "st_code": 77400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641724, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25298, "Shape__Length": 71.278255395206827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128284358545201, 40.003125802034397 ], [ -75.127653399390994, 40.003042313744501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13165, "tnode_": 13122, "lpoly_": null, "rpoly_": null, "length": 116.18738141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3348, "l_t_add": 3354, "r_f_add": 3349, "r_t_add": 3355, "st_code": 37580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641725, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25299, "Shape__Length": 46.316750628870345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146784455253197, 40.0034391635944 ], [ -75.146964657727196, 40.003726432230302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13166, "tnode_": 13022, "lpoly_": null, "rpoly_": null, "length": 448.25797102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 81680, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641726, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 25300, "Shape__Length": 178.80622291254591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127014489408495, 40.002961232540798 ], [ -75.126749109371801, 40.004174713134397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13160, "tnode_": 13166, "lpoly_": null, "rpoly_": null, "length": 181.40990983, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 119, "l_t_add": 133, "r_f_add": 118, "r_t_add": 124, "st_code": 77400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25301, "Shape__Length": 72.092577148975948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127653399390994, 40.003042313744501 ], [ -75.127014489408495, 40.002961232540798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13168, "tnode_": 13114, "lpoly_": null, "rpoly_": null, "length": 164.60779918999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3412, "r_f_add": 3401, "r_t_add": 3413, "st_code": 87930, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641728, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25302, "Shape__Length": 65.643689903639753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141411586395293, 40.0032668618408 ], [ -75.141480404551004, 40.0033347614904 ], [ -75.141404327937195, 40.003695831969701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13168, "tnode_": 13152, "lpoly_": null, "rpoly_": null, "length": 389.17403242999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 799, "st_code": 61400, "l_hundred": 700, "r_hundred": 700, "seg_id": 641729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25303, "Shape__Length": 154.66745976838985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141411586395293, 40.0032668618408 ], [ -75.141536683142704, 40.003304946889898 ], [ -75.142772535271604, 40.003471293464102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13135, "tnode_": 13171, "lpoly_": null, "rpoly_": null, "length": 294.86186635000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1327, "st_code": 68600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641730, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25304, "Shape__Length": 117.20963537089636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150195128265693, 40.0036937889599 ], [ -75.151198436379204, 40.0034491507935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13171, "tnode_": 13047, "lpoly_": null, "rpoly_": null, "length": 404.76676962, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3312, "l_t_add": 3398, "r_f_add": 3319, "r_t_add": 3399, "st_code": 62960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641731, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 25305, "Shape__Length": 161.46077993233936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151198436379204, 40.0034491507935 ], [ -75.150971535954795, 40.004546498153303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13130, "tnode_": 13168, "lpoly_": null, "rpoly_": null, "length": 251.58403574, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 612, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 71520, "l_hundred": 600, "r_hundred": 600, "seg_id": 641732, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25306, "Shape__Length": 100.03082783615082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140586377461503, 40.003500721037902 ], [ -75.141218602546701, 40.003260973635399 ], [ -75.141411586395293, 40.0032668618408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13180, "tnode_": 13028, "lpoly_": null, "rpoly_": null, "length": 450.8476399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 11020, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641734, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25307, "Shape__Length": 179.84006932607565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126356403883705, 40.002875113371999 ], [ -75.126096906403703, 40.004096549873204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13166, "tnode_": 13180, "lpoly_": null, "rpoly_": null, "length": 187.01158893000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 135, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 77400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641735, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25308, "Shape__Length": 74.319082020039957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127014489408495, 40.002961232540798 ], [ -75.126356403883705, 40.002875113371999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13083, "tnode_": 13185, "lpoly_": null, "rpoly_": null, "length": 311.93348248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2071, "l_t_add": 2099, "r_f_add": 2070, "r_t_add": 2098, "st_code": 82760, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 25309, "Shape__Length": 124.32523294170946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093631142755896, 40.002933628868703 ], [ -75.093228130854499, 40.002389484389703 ], [ -75.093094383520096, 40.002183681891999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13187, "tnode_": 13148, "lpoly_": null, "rpoly_": null, "length": 148.622972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3822, "r_f_add": 3821, "r_t_add": 3829, "st_code": 34960, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641737, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25310, "Shape__Length": 59.195476433308343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096138632464104, 40.002139646319101 ], [ -75.095801417389595, 40.002454606548397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13129, "tnode_": 13187, "lpoly_": null, "rpoly_": null, "length": 1018.36782552, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 71500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641738, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGLEY AVE", "stname": "E SEDGLEY AVE", "objectid": 25311, "Shape__Length": 404.69961100793768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099722428434703, 40.0026075509668 ], [ -75.096138632464104, 40.002139646319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13189, "tnode_": 13039, "lpoly_": null, "rpoly_": null, "length": 449.90898684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 31220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641739, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 25312, "Shape__Length": 179.46558575729111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125705639197307, 40.002792444692197 ], [ -75.125447804853394, 40.004011478930003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13180, "tnode_": 13189, "lpoly_": null, "rpoly_": null, "length": 184.78126683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 218, "st_code": 77400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641740, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25313, "Shape__Length": 73.432193075555745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126356403883705, 40.002875113371999 ], [ -75.125705639197307, 40.002792444692197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13191, "tnode_": 13125, "lpoly_": null, "rpoly_": null, "length": 189.56534912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 33120, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641741, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25314, "Shape__Length": 75.615994036405525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116198801209507, 40.002562755130903 ], [ -75.116092527520607, 40.003076677045499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13171, "tnode_": 13193, "lpoly_": null, "rpoly_": null, "length": 139.24478220999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1330, "l_t_add": 1336, "r_f_add": 1329, "r_t_add": 1341, "st_code": 68600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641742, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25315, "Shape__Length": 55.345877632434487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151198436379204, 40.0034491507935 ], [ -75.151677849050401, 40.0033482473251 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13193, "tnode_": 13040, "lpoly_": null, "rpoly_": null, "length": 464.37416126, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81820, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATTS ST", "stname": "N WATTS ST", "objectid": 25316, "Shape__Length": 185.23401028021036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151677849050401, 40.0033482473251 ], [ -75.151390017240104, 40.004603646124004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13194, "tnode_": 13113, "lpoly_": null, "rpoly_": null, "length": 194.64748074, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3344, "l_t_add": 3398, "r_f_add": 3345, "r_t_add": 3399, "st_code": 87990, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641744, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25317, "Shape__Length": 77.643275959249593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145439077534604, 40.003264587416297 ], [ -75.145324713929398, 40.003791630652202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13194, "tnode_": 13165, "lpoly_": null, "rpoly_": null, "length": 382.2302866, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 77020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641745, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THAYER ST", "stname": "W THAYER ST", "objectid": 25318, "Shape__Length": 151.9003923371551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145439077534604, 40.003264587416297 ], [ -75.146784455253197, 40.0034391635944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13199, "tnode_": 13048, "lpoly_": null, "rpoly_": null, "length": 446.98144213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 47880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641746, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 25319, "Shape__Length": 178.29678162000863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125075907394901, 40.0027159359908 ], [ -75.124814029970295, 40.0039263141581 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13189, "tnode_": 13199, "lpoly_": null, "rpoly_": null, "length": 178.606607, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 217, "l_t_add": 235, "r_f_add": 220, "r_t_add": 238, "st_code": 77400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641747, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25320, "Shape__Length": 70.977674549005343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125705639197307, 40.002792444692197 ], [ -75.125075907394901, 40.0027159359908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13199, "tnode_": 13205, "lpoly_": null, "rpoly_": null, "length": 188.21737651000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 237, "l_t_add": 299, "r_f_add": 240, "r_t_add": 298, "st_code": 77400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641749, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25321, "Shape__Length": 74.798045207030043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125075907394901, 40.0027159359908 ], [ -75.124545246230994, 40.002638681067097 ], [ -75.124413654927395, 40.002643823984698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13208, "tnode_": 12848, "lpoly_": null, "rpoly_": null, "length": 1147.0759013900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 44760, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25322, "Shape__Length": 457.56537961571831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110018836481004, 40.002291849829099 ], [ -75.109849241500399, 40.003122944377402 ], [ -75.109374053533202, 40.005401422532103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13209, "tnode_": 13107, "lpoly_": null, "rpoly_": null, "length": 277.96563514000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3424, "l_t_add": 3498, "r_f_add": 3433, "r_t_add": 3499, "st_code": 62760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641751, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25323, "Shape__Length": 110.87841380371754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131603184002103, 40.002782101911997 ], [ -75.131445575159404, 40.003535463347497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13211, "tnode_": 13105, "lpoly_": null, "rpoly_": null, "length": 474.65919689000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19124, "l_f_add": 3608, "l_t_add": 3698, "r_f_add": 3633, "r_t_add": 3699, "st_code": 47420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641752, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25324, "Shape__Length": 188.86790290088933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103182666781606, 40.0021054246468 ], [ -75.1018130912678, 40.002872518073701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13205, "tnode_": 13214, "lpoly_": null, "rpoly_": null, "length": 175.9884435, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 312, "st_code": 77400, "l_hundred": 300, "r_hundred": 300, "seg_id": 641753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25325, "Shape__Length": 69.939073113148822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124413654927395, 40.002643823984698 ], [ -75.124300938824305, 40.002660589225798 ], [ -75.123795426695693, 40.002591688189298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13193, "tnode_": 13216, "lpoly_": null, "rpoly_": null, "length": 251.64980532000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1343, "r_t_add": 1399, "st_code": 68600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641754, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1999-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 25326, "Shape__Length": 100.01646166825449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151677849050401, 40.0033482473251 ], [ -75.152552519511403, 40.003190912169202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13216, "tnode_": 13025, "lpoly_": null, "rpoly_": null, "length": 556.40601530999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 19140, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641755, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 25327, "Shape__Length": 221.94887660619261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152552519511403, 40.003190912169202 ], [ -75.152237940685495, 40.004699034316801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13216, "tnode_": 13207, "lpoly_": null, "rpoly_": null, "length": 271.6141196, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 82580, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25328, "Shape__Length": 107.94096684521556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152552519511403, 40.003190912169202 ], [ -75.153508321995105, 40.003315992443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13214, "tnode_": 13218, "lpoly_": null, "rpoly_": null, "length": 124.6941204, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 315, "l_t_add": 399, "r_f_add": 314, "r_t_add": 330, "st_code": 77400, "l_hundred": 300, "r_hundred": 300, "seg_id": 641757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25329, "Shape__Length": 49.553563605989126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123795426695693, 40.002591688189298 ], [ -75.123356553101203, 40.002534641722498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13219, "tnode_": 13156, "lpoly_": null, "rpoly_": null, "length": 186.9074049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3540, "l_t_add": 3598, "r_f_add": 3541, "r_t_add": 3599, "st_code": 35900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641758, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25330, "Shape__Length": 74.553901634998226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114278591687494, 40.0023152467597 ], [ -75.114162880891598, 40.002820554748297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13191, "tnode_": 13219, "lpoly_": null, "rpoly_": null, "length": 545.45059201000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 47820, "l_hundred": 700, "r_hundred": 700, "seg_id": 641759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 25331, "Shape__Length": 216.76180813693912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116198801209507, 40.002562755130903 ], [ -75.114278591687494, 40.0023152467597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13099, "tnode_": 13221, "lpoly_": null, "rpoly_": null, "length": 776.75882976999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 37440, "l_hundred": 400, "r_hundred": 400, "seg_id": 641760, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25332, "Shape__Length": 308.88410915972065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135351413179507, 40.003733306730702 ], [ -75.137849512169197, 40.002808130273998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13221, "tnode_": 13032, "lpoly_": null, "rpoly_": null, "length": 555.71890018, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 87890, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641761, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25333, "Shape__Length": 221.67306579765048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137849512169197, 40.002808130273998 ], [ -75.137531901867007, 40.0043139655684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13223, "tnode_": 13131, "lpoly_": null, "rpoly_": null, "length": 303.81191446999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3800, "l_t_add": 3850, "r_f_add": 3801, "r_t_add": 3851, "st_code": 25020, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 641762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 25334, "Shape__Length": 120.99763128380671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094847319436298, 40.001845926428203 ], [ -75.094143377506597, 40.002480339504899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13148, "tnode_": 13223, "lpoly_": null, "rpoly_": null, "length": 347.28921167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALETTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 79600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641763, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALETTA ST", "stname": "VALETTA ST", "objectid": 25335, "Shape__Length": 138.2197614208587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095801417389595, 40.002454606548397 ], [ -75.094847319436298, 40.001845926428203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13225, "tnode_": 13124, "lpoly_": null, "rpoly_": null, "length": 274.82704167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3434, "l_t_add": 3498, "r_f_add": 3435, "r_t_add": 3499, "st_code": 54200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641764, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25336, "Shape__Length": 109.62394466566758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130452859885096, 40.002640355683297 ], [ -75.130281525271499, 40.003383193993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13225, "tnode_": 13209, "lpoly_": null, "rpoly_": null, "length": 326.37274192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 32240, "l_hundred": 100, "r_hundred": 100, "seg_id": 641765, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ESTAUGH ST", "stname": "W ESTAUGH ST", "objectid": 25337, "Shape__Length": 129.6997151330325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130452859885096, 40.002640355683297 ], [ -75.131603184002103, 40.002782101911997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13226, "tnode_": 13221, "lpoly_": null, "rpoly_": null, "length": 144.34614828, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 442, "l_t_add": 498, "r_f_add": 443, "r_t_add": 499, "st_code": 61400, "l_hundred": 400, "r_hundred": 400, "seg_id": 641766, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25338, "Shape__Length": 57.361354670893178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137339035692406, 40.002763022714703 ], [ -75.137599401531006, 40.002800783797703 ], [ -75.137849512169197, 40.002808130273998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13218, "tnode_": 13230, "lpoly_": null, "rpoly_": null, "length": 324.239439, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 401, "r_f_add": 332, "r_t_add": 398, "st_code": 77400, "l_hundred": 400, "r_hundred": 300, "seg_id": 641767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25339, "Shape__Length": 128.85281736676345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123356553101203, 40.002534641722498 ], [ -75.122215299611199, 40.0023865857858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13231, "tnode_": 13226, "lpoly_": null, "rpoly_": null, "length": 117.15106245, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 432, "l_t_add": 440, "r_f_add": 439, "r_t_add": 441, "st_code": 61400, "l_hundred": 400, "r_hundred": 400, "seg_id": 641768, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25340, "Shape__Length": 46.555715479774619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136926308667697, 40.002711284441602 ], [ -75.137339035692406, 40.002763022714703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13235, "tnode_": 13171, "lpoly_": null, "rpoly_": null, "length": 155.23599034, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3310, "r_f_add": 3301, "r_t_add": 3317, "st_code": 62960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641769, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 25341, "Shape__Length": 61.923679879392381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151277935163193, 40.003027417499297 ], [ -75.151198436379204, 40.0034491507935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13235, "tnode_": 13216, "lpoly_": null, "rpoly_": null, "length": 362.02360627999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1340, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 82580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641770, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25342, "Shape__Length": 143.86934520629305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151277935163193, 40.003027417499297 ], [ -75.152312428720606, 40.003164161585097 ], [ -75.152552519511403, 40.003190912169202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13230, "tnode_": 13236, "lpoly_": null, "rpoly_": null, "length": 180.6894033, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 403, "l_t_add": 435, "r_f_add": 400, "r_t_add": 404, "st_code": 77400, "l_hundred": 400, "r_hundred": 400, "seg_id": 641771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25343, "Shape__Length": 71.806825291678194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122215299611199, 40.0023865857858 ], [ -75.1215804000052, 40.0022992658688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13242, "tnode_": 13219, "lpoly_": null, "rpoly_": null, "length": 86.903078130000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3524, "l_t_add": 3538, "r_f_add": 3525, "r_t_add": 3539, "st_code": 35900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641772, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25344, "Shape__Length": 34.665766883774587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114317761236904, 40.002078596705203 ], [ -75.114278591687494, 40.0023152467597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13221, "tnode_": 13243, "lpoly_": null, "rpoly_": null, "length": 134.69993253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 504, "r_f_add": 501, "r_t_add": 513, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 641773, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25345, "Shape__Length": 53.566201889028406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137849512169197, 40.002808130273998 ], [ -75.138279971055596, 40.0026433888195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13243, "tnode_": 13159, "lpoly_": null, "rpoly_": null, "length": 244.92989971, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 67820, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641774, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 25346, "Shape__Length": 97.681058093689984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138279971055596, 40.0026433888195 ], [ -75.138384419302895, 40.002801896927998 ], [ -75.138388369324005, 40.002854974133598 ], [ -75.138284820994201, 40.003289232438703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13244, "tnode_": 13135, "lpoly_": null, "rpoly_": null, "length": 288.99730301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3328, "r_f_add": 3301, "r_t_add": 3329, "st_code": 88050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25347, "Shape__Length": 115.27715531994188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503724207776, 40.002912260209101 ], [ -75.150195128265693, 40.0036937889599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13244, "tnode_": 13235, "lpoly_": null, "rpoly_": null, "length": 257.12316634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1338, "r_f_add": 1301, "r_t_add": 1339, "st_code": 82580, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641776, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25348, "Shape__Length": 102.18113779802755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503724207776, 40.002912260209101 ], [ -75.151277935163193, 40.003027417499297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13236, "tnode_": 13245, "lpoly_": null, "rpoly_": null, "length": 181.00284316, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 437, "l_t_add": 465, "r_f_add": 406, "r_t_add": 464, "st_code": 77400, "l_hundred": 400, "r_hundred": 400, "seg_id": 641777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25349, "Shape__Length": 71.930467052884154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1215804000052, 40.0022992658688 ], [ -75.1209434442288, 40.002216008507297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13247, "tnode_": 13165, "lpoly_": null, "rpoly_": null, "length": 248.04657638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3326, "l_t_add": 3346, "r_f_add": 3327, "r_t_add": 3347, "st_code": 37580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641778, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25350, "Shape__Length": 98.887935952341863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146420471603605, 40.002818441692099 ], [ -75.146784455253197, 40.0034391635944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13251, "tnode_": 13191, "lpoly_": null, "rpoly_": null, "length": 177.18798302000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3507, "l_t_add": 3599, "r_f_add": 3506, "r_t_add": 3598, "st_code": 33120, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641779, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25351, "Shape__Length": 70.676723582341211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116308678342506, 40.002083748713098 ], [ -75.116198801209507, 40.002562755130903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13252, "tnode_": 13099, "lpoly_": null, "rpoly_": null, "length": 439.9620498, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORIANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 61580, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641780, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORIANNA ST", "stname": "N ORIANNA ST", "objectid": 25352, "Shape__Length": 175.49517653281328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135617130686796, 40.002542970170097 ], [ -75.135351413179507, 40.003733306730702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13245, "tnode_": 13253, "lpoly_": null, "rpoly_": null, "length": 186.16868506, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 467, "l_t_add": 499, "r_f_add": 466, "r_t_add": 498, "st_code": 77400, "l_hundred": 400, "r_hundred": 400, "seg_id": 641782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25353, "Shape__Length": 73.98277199228454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1209434442288, 40.002216008507297 ], [ -75.120287726181999, 40.002133062034098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13242, "tnode_": 13254, "lpoly_": null, "rpoly_": null, "length": 163.78587858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 817, "r_f_add": 800, "r_t_add": 816, "st_code": 13900, "l_hundred": 800, "r_hundred": 800, "seg_id": 641783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25354, "Shape__Length": 65.089189976792937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114317761236904, 40.002078596705203 ], [ -75.113742486306194, 40.001998474999901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13243, "tnode_": 13259, "lpoly_": null, "rpoly_": null, "length": 74.37186396, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 506, "l_t_add": 508, "r_f_add": 515, "r_t_add": 521, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 641784, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25355, "Shape__Length": 29.575105190714503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138279971055596, 40.0026433888195 ], [ -75.138518073475197, 40.002553103354202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27363, "tnode_": 13196, "lpoly_": null, "rpoly_": null, "length": 222.58824909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3426, "r_f_add": 3401, "r_t_add": 3427, "st_code": 67360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 25356, "Shape__Length": 88.731576605602058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138633806687807, 40.002510847979401 ], [ -75.138978007977798, 40.003061566629498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13261, "tnode_": 13054, "lpoly_": null, "rpoly_": null, "length": 589.99682128000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 47000, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 25357, "Shape__Length": 235.34243162746637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106153115052095, 40.001788882683897 ], [ -75.105812010099399, 40.003387110684002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13208, "tnode_": 13261, "lpoly_": null, "rpoly_": null, "length": 1098.37843722, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1001, "l_t_add": 1199, "r_f_add": 1000, "r_t_add": 1198, "st_code": 79900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25358, "Shape__Length": 436.49337977305009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110018836481004, 40.002291849829099 ], [ -75.106153115052095, 40.001788882683897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13254, "tnode_": 13262, "lpoly_": null, "rpoly_": null, "length": 151.21699336, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 819, "l_t_add": 839, "r_f_add": 818, "r_t_add": 838, "st_code": 13900, "l_hundred": 800, "r_hundred": 800, "seg_id": 641788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25359, "Shape__Length": 60.091677934786446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113742486306194, 40.001998474999901 ], [ -75.113208460054494, 40.001938091525901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13263, "tnode_": 13064, "lpoly_": null, "rpoly_": null, "length": 562.56597322000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 87850, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641789, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25360, "Shape__Length": 224.40286185079862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134994715016802, 40.0024548026798 ], [ -75.134991521702801, 40.002514168675603 ], [ -75.134685593033595, 40.003875421333902 ], [ -75.134685935713804, 40.003978881992403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13263, "tnode_": 13252, "lpoly_": null, "rpoly_": null, "length": 177.30298768, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 61400, "l_hundred": 300, "r_hundred": 300, "seg_id": 641790, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25361, "Shape__Length": 70.461718286297014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134994715016802, 40.0024548026798 ], [ -75.135617130686796, 40.002542970170097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13253, "tnode_": 13264, "lpoly_": null, "rpoly_": null, "length": 275.65356229000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 530, "st_code": 77400, "l_hundred": 500, "r_hundred": 500, "seg_id": 641791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25362, "Shape__Length": 109.54317300144007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120287726181999, 40.002133062034098 ], [ -75.119316361966696, 40.002012447585102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13266, "tnode_": 13077, "lpoly_": null, "rpoly_": null, "length": 551.7853633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 61300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641792, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 25363, "Shape__Length": 220.11413774363643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148820387471005, 40.002707414228503 ], [ -75.148845688545293, 40.002965060110299 ], [ -75.148805943300204, 40.0033151661478 ], [ -75.148647536963693, 40.004211829658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13266, "tnode_": 13100, "lpoly_": null, "rpoly_": null, "length": 456.34533001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3354, "r_f_add": 3301, "r_t_add": 3355, "st_code": 36660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641793, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25364, "Shape__Length": 182.02009548551936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148820387471005, 40.002707414228503 ], [ -75.149160122112903, 40.003932589822703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13266, "tnode_": 13244, "lpoly_": null, "rpoly_": null, "length": 441.15696005000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 82580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641794, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25365, "Shape__Length": 175.31741937358439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148820387471005, 40.002707414228503 ], [ -75.1503724207776, 40.002912260209101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13268, "tnode_": 13078, "lpoly_": null, "rpoly_": null, "length": 551.22859993000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BODINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 18100, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BODINE ST", "stname": "N BODINE ST", "objectid": 25366, "Shape__Length": 219.87845224920935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134463393417406, 40.002390726496998 ], [ -75.134133797865005, 40.0038825358981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13268, "tnode_": 13263, "lpoly_": null, "rpoly_": null, "length": 150.66892348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 254, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 61400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641796, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25367, "Shape__Length": 59.874956509240761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134463393417406, 40.002390726496998 ], [ -75.134994715016802, 40.0024548026798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13262, "tnode_": 13269, "lpoly_": null, "rpoly_": null, "length": 127.52859086, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 841, "l_t_add": 899, "r_f_add": 840, "r_t_add": 898, "st_code": 13900, "l_hundred": 800, "r_hundred": 800, "seg_id": 641797, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25368, "Shape__Length": 50.67947839698585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113208460054494, 40.001938091525901 ], [ -75.112759593376396, 40.001879844860298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13264, "tnode_": 13270, "lpoly_": null, "rpoly_": null, "length": 135.6890504, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 533, "l_t_add": 557, "r_f_add": 532, "r_t_add": 556, "st_code": 77400, "l_hundred": 500, "r_hundred": 500, "seg_id": 641798, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25369, "Shape__Length": 53.923750832580005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119316361966696, 40.002012447585102 ], [ -75.118840240651295, 40.001944116926502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13272, "tnode_": 13080, "lpoly_": null, "rpoly_": null, "length": 573.11836809, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 12440, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25370, "Shape__Length": 228.62520653483867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133746654482593, 40.002297349531503 ], [ -75.133960722006094, 40.003861992486101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13272, "tnode_": 13268, "lpoly_": null, "rpoly_": null, "length": 203.65563244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 230, "l_t_add": 252, "r_f_add": 231, "r_t_add": 249, "st_code": 61400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641800, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25371, "Shape__Length": 80.932723000911366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133746654482593, 40.002297349531503 ], [ -75.134463393417406, 40.002390726496998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13274, "tnode_": 13242, "lpoly_": null, "rpoly_": null, "length": 91.8858152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3516, "l_t_add": 3522, "r_f_add": 3517, "r_t_add": 3523, "st_code": 35900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641801, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25372, "Shape__Length": 36.651594436495699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114372140111797, 40.001829849905 ], [ -75.114317761236904, 40.002078596705203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13251, "tnode_": 13274, "lpoly_": null, "rpoly_": null, "length": 550.35290930999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 13900, "l_hundred": 700, "r_hundred": 700, "seg_id": 641802, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25373, "Shape__Length": 218.70923066257825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116308678342506, 40.002083748713098 ], [ -75.114372140111797, 40.001829849905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13270, "tnode_": 13275, "lpoly_": null, "rpoly_": null, "length": 139.90705627, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 559, "l_t_add": 565, "r_f_add": 558, "r_t_add": 564, "st_code": 77400, "l_hundred": 500, "r_hundred": 500, "seg_id": 641803, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25374, "Shape__Length": 55.597402055882029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118840240651295, 40.001944116926502 ], [ -75.118346373826995, 40.001887122379898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13276, "tnode_": 13086, "lpoly_": null, "rpoly_": null, "length": 550.57840886999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 28540, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641804, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DILLMAN ST", "stname": "DILLMAN ST", "objectid": 25375, "Shape__Length": 219.61990239380165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133562810880804, 40.002274680490203 ], [ -75.133241700355299, 40.003765774727498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13276, "tnode_": 13272, "lpoly_": null, "rpoly_": null, "length": 52.16175239, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 226, "l_t_add": 228, "r_f_add": 227, "r_t_add": 229, "st_code": 61400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641805, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25376, "Shape__Length": 20.728823470315792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133562810880804, 40.002274680490203 ], [ -75.133746654482593, 40.002297349531503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27363, "tnode_": 13277, "lpoly_": null, "rpoly_": null, "length": 118.71208419, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 512, "l_t_add": 514, "r_f_add": 525, "r_t_add": 535, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 641806, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25377, "Shape__Length": 47.205387853829528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138633806687807, 40.002510847979401 ], [ -75.139016601918101, 40.002371086199197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13277, "tnode_": 13213, "lpoly_": null, "rpoly_": null, "length": 220.10831092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 33240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641807, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 25378, "Shape__Length": 87.740234847685144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139016601918101, 40.002371086199197 ], [ -75.139363636481306, 40.002913174115697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13282, "tnode_": 13090, "lpoly_": null, "rpoly_": null, "length": 552.29725854999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 64500, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641808, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 25379, "Shape__Length": 220.30576296939589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133172080972599, 40.002220674604501 ], [ -75.132852733954607, 40.003716774591503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13282, "tnode_": 13276, "lpoly_": null, "rpoly_": null, "length": 111.21721521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 214, "l_t_add": 224, "r_f_add": 213, "r_t_add": 225, "st_code": 61400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641809, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25380, "Shape__Length": 44.198238926064086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133172080972599, 40.002220674604501 ], [ -75.133562810880804, 40.002274680490203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13275, "tnode_": 13285, "lpoly_": null, "rpoly_": null, "length": 141.11939193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 567, "l_t_add": 615, "r_f_add": 566, "r_t_add": 614, "st_code": 77400, "l_hundred": 500, "r_hundred": 500, "seg_id": 641810, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25381, "Shape__Length": 56.079787655015785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118346373826995, 40.001887122379898 ], [ -75.117848992679797, 40.001825842712201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13288, "tnode_": 13211, "lpoly_": null, "rpoly_": null, "length": 352.87974221000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3606, "r_f_add": 3601, "r_t_add": 3631, "st_code": 47420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641811, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25382, "Shape__Length": 140.41032139205274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104200709439098, 40.001534988256402 ], [ -75.103182666781606, 40.0021054246468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13288, "tnode_": 13220, "lpoly_": null, "rpoly_": null, "length": 206.35260315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "L", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 48700, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641812, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "L ST", "stname": "L ST", "objectid": 25383, "Shape__Length": 82.297020447890617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104200709439098, 40.001534988256402 ], [ -75.104121861064897, 40.0016530002571 ], [ -75.104032746537996, 40.002081335600103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13261, "tnode_": 13288, "lpoly_": null, "rpoly_": null, "length": 554.73754454999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 79900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25384, "Shape__Length": 220.4503305146215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106153115052095, 40.001788882683897 ], [ -75.104200709439098, 40.001534988256402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13247, "tnode_": 13289, "lpoly_": null, "rpoly_": null, "length": 253.73075141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 69640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641814, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROY ST", "stname": "ROY ST", "objectid": 25385, "Shape__Length": 100.90656106981649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146420471603605, 40.002818441692099 ], [ -75.147033615326094, 40.002552730353699 ], [ -75.147223967897503, 40.002500955058899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13289, "tnode_": 13122, "lpoly_": null, "rpoly_": null, "length": 452.29201314999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3390, "r_f_add": 3301, "r_t_add": 3341, "st_code": 88010, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641815, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25386, "Shape__Length": 180.41538284340294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147223967897503, 40.002500955058899 ], [ -75.146964657727196, 40.003726432230302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13289, "tnode_": 13266, "lpoly_": null, "rpoly_": null, "length": 453.51582954000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 82580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641816, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25387, "Shape__Length": 180.22754196249656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147223967897503, 40.002500955058899 ], [ -75.148820387471005, 40.002707414228503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13285, "tnode_": 13291, "lpoly_": null, "rpoly_": null, "length": 123.83018999000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 617, "l_t_add": 631, "r_f_add": 616, "r_t_add": 630, "st_code": 77400, "l_hundred": 600, "r_hundred": 600, "seg_id": 641817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25388, "Shape__Length": 49.211896600087336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117848992679797, 40.001825842712201 ], [ -75.117415722671694, 40.001758580504998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13293, "tnode_": 13097, "lpoly_": null, "rpoly_": null, "length": 552.81277396999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 87830, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641818, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25389, "Shape__Length": 220.51076157596813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132580070421895, 40.002143665882301 ], [ -75.132257705882196, 40.0036408174849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13293, "tnode_": 13282, "lpoly_": null, "rpoly_": null, "length": 168.20823978000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 211, "st_code": 61400, "l_hundred": 200, "r_hundred": 200, "seg_id": 641819, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25390, "Shape__Length": 66.845752181414866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132580070421895, 40.002143665882301 ], [ -75.133172080972599, 40.002220674604501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13296, "tnode_": 13208, "lpoly_": null, "rpoly_": null, "length": 278.99158268999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3526, "l_t_add": 3598, "r_f_add": 3525, "r_t_add": 3599, "st_code": 44760, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25391, "Shape__Length": 111.28500249506465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110181475154207, 40.0015362664506 ], [ -75.110018836481004, 40.002291849829099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13291, "tnode_": 13297, "lpoly_": null, "rpoly_": null, "length": 129.45310656000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 633, "l_t_add": 647, "r_f_add": 632, "r_t_add": 646, "st_code": 77400, "l_hundred": 600, "r_hundred": 600, "seg_id": 641821, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25392, "Shape__Length": 51.444120534946805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117415722671694, 40.001758580504998 ], [ -75.116960062299398, 40.001699551182398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13298, "tnode_": 13293, "lpoly_": null, "rpoly_": null, "length": 154.22384077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 192, "l_t_add": 198, "r_f_add": 193, "r_t_add": 199, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641822, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25393, "Shape__Length": 61.28748928260935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132036342514397, 40.002077456503002 ], [ -75.132580070421895, 40.002143665882301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13277, "tnode_": 13299, "lpoly_": null, "rpoly_": null, "length": 113.27645398, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 516, "l_t_add": 520, "r_f_add": 537, "r_t_add": 541, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 641823, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25394, "Shape__Length": 45.046554900596504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139016601918101, 40.002371086199197 ], [ -75.139378442148001, 40.002232309003901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13302, "tnode_": 13209, "lpoly_": null, "rpoly_": null, "length": 272.77264287000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3422, "r_f_add": 3401, "r_t_add": 3431, "st_code": 62760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641824, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25395, "Shape__Length": 108.80517605508129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131762127398105, 40.002043352039998 ], [ -75.131603184002103, 40.002782101911997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13302, "tnode_": 13298, "lpoly_": null, "rpoly_": null, "length": 77.81993373, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 182, "l_t_add": 190, "r_f_add": 189, "r_t_add": 191, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641825, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25396, "Shape__Length": 30.925207539192847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131762127398105, 40.002043352039998 ], [ -75.132036342514397, 40.002077456503002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13297, "tnode_": 13304, "lpoly_": null, "rpoly_": null, "length": 154.91666253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 649, "l_t_add": 699, "r_f_add": 648, "r_t_add": 698, "st_code": 77400, "l_hundred": 600, "r_hundred": 600, "seg_id": 641827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25397, "Shape__Length": 61.562355548326622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116960062299398, 40.001699551182398 ], [ -75.116413833575393, 40.001633345193902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13306, "tnode_": 13302, "lpoly_": null, "rpoly_": null, "length": 73.37494606, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 176, "l_t_add": 180, "r_f_add": 181, "r_t_add": 187, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641828, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25398, "Shape__Length": 29.159247604006499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131504113405995, 40.002008733453998 ], [ -75.131762127398105, 40.002043352039998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13211, "tnode_": 13307, "lpoly_": null, "rpoly_": null, "length": 353.71338512, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1839, "r_f_add": 1800, "r_t_add": 1818, "st_code": 62640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25399, "Shape__Length": 140.92992302984226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103182666781606, 40.0021054246468 ], [ -75.102474354167597, 40.001301632007902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13288, "tnode_": 13307, "lpoly_": null, "rpoly_": null, "length": 491.05979827000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1859, "r_f_add": 1800, "r_t_add": 1858, "st_code": 37420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641830, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GLENWOOD AVE", "stname": "E GLENWOOD AVE", "objectid": 25400, "Shape__Length": 195.14604360737894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104200709439098, 40.001534988256402 ], [ -75.102474354167597, 40.001301632007902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13308, "tnode_": 13187, "lpoly_": null, "rpoly_": null, "length": 456.31392798999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3760, "l_t_add": 3798, "r_f_add": 3801, "r_t_add": 3819, "st_code": 34960, "l_hundred": 3700, "r_hundred": 3800, "seg_id": 641831, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25401, "Shape__Length": 181.73671410566374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097188512025696, 40.001181950630503 ], [ -75.096138632464104, 40.002139646319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13309, "tnode_": 13247, "lpoly_": null, "rpoly_": null, "length": 191.83221971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3324, "r_f_add": 3301, "r_t_add": 3325, "st_code": 37580, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641832, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25402, "Shape__Length": 76.454790539122328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146084170031898, 40.002359725439099 ], [ -75.146420471603605, 40.002818441692099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13309, "tnode_": 13289, "lpoly_": null, "rpoly_": null, "length": 323.43261487999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1004, "l_t_add": 1098, "r_f_add": 1043, "r_t_add": 1099, "st_code": 82580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641833, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25403, "Shape__Length": 128.53092282918502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146084170031898, 40.002359725439099 ], [ -75.147223967897503, 40.002500955058899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13296, "tnode_": 13310, "lpoly_": null, "rpoly_": null, "length": 209.52308448, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1001, "l_t_add": 1021, "r_f_add": 1000, "r_t_add": 1020, "st_code": 13900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25404, "Shape__Length": 83.263877926644824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110181475154207, 40.0015362664506 ], [ -75.109444648726907, 40.001437721986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13304, "tnode_": 13313, "lpoly_": null, "rpoly_": null, "length": 184.38124766000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 716, "st_code": 77400, "l_hundred": 700, "r_hundred": 700, "seg_id": 641835, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25405, "Shape__Length": 73.2714251126921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116413833575393, 40.001633345193902 ], [ -75.115763958806298, 40.001553365650302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13314, "tnode_": 13194, "lpoly_": null, "rpoly_": null, "length": 356.40404344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3342, "r_f_add": 3301, "r_t_add": 3343, "st_code": 87990, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641836, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25406, "Shape__Length": 142.16464462923841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1456515099417, 40.002299951062902 ], [ -75.145439077534604, 40.003264587416297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13314, "tnode_": 13309, "lpoly_": null, "rpoly_": null, "length": 123.15032194, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1002, "r_f_add": 1001, "r_t_add": 1041, "st_code": 82580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641837, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25407, "Shape__Length": 48.940564978173889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1456515099417, 40.002299951062902 ], [ -75.146084170031898, 40.002359725439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13315, "tnode_": 13263, "lpoly_": null, "rpoly_": null, "length": 147.72795567, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3352, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 87850, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641838, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25408, "Shape__Length": 58.926739217824419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135064261635804, 40.002054477105197 ], [ -75.134988631035299, 40.002387326981399 ], [ -75.134994715016802, 40.0024548026798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13168, "tnode_": 13316, "lpoly_": null, "rpoly_": null, "length": 866.91725871999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 898, "r_f_add": 701, "r_t_add": 899, "st_code": 71520, "l_hundred": 700, "r_hundred": 700, "seg_id": 641839, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25409, "Shape__Length": 344.78021464966486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141411586395293, 40.0032668618408 ], [ -75.141483242575006, 40.003165229347999 ], [ -75.144010723519699, 40.002220489765797 ], [ -75.144125431070606, 40.002167301506702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13316, "tnode_": 13140, "lpoly_": null, "rpoly_": null, "length": 534.48656222, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 87970, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641840, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 25410, "Shape__Length": 213.17680837651088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144125431070606, 40.002167301506702 ], [ -75.144040180233603, 40.0022423396478 ], [ -75.143745422962695, 40.003591008321102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13310, "tnode_": 13318, "lpoly_": null, "rpoly_": null, "length": 104.80482102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1023, "l_t_add": 1099, "r_f_add": 1022, "r_t_add": 1098, "st_code": 13900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641841, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25411, "Shape__Length": 41.650140479103229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109444648726907, 40.001437721986498 ], [ -75.109077293378803, 40.001383350384799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13319, "tnode_": 13225, "lpoly_": null, "rpoly_": null, "length": 275.35950808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3432, "r_f_add": 3401, "r_t_add": 3433, "st_code": 54200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641842, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25412, "Shape__Length": 109.83932406134524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130594670450705, 40.0018923690278 ], [ -75.130452859885096, 40.002640355683297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13319, "tnode_": 13306, "lpoly_": null, "rpoly_": null, "length": 258.28464113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 150, "l_t_add": 174, "r_f_add": 151, "r_t_add": 179, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641843, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25413, "Shape__Length": 102.64129845069183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130594670450705, 40.0018923690278 ], [ -75.131504113405995, 40.002008733453998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13313, "tnode_": 13320, "lpoly_": null, "rpoly_": null, "length": 182.32984402, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 721, "l_t_add": 745, "r_f_add": 718, "r_t_add": 734, "st_code": 77400, "l_hundred": 700, "r_hundred": 700, "seg_id": 641844, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25414, "Shape__Length": 72.458036245754016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115763958806298, 40.001553365650302 ], [ -75.115123512196107, 40.001464357832297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13324, "tnode_": 13319, "lpoly_": null, "rpoly_": null, "length": 133.51154917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 124, "l_t_add": 148, "r_f_add": 123, "r_t_add": 149, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641846, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25415, "Shape__Length": 53.057486778233823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130125247674101, 40.0018291443265 ], [ -75.130594670450705, 40.0018923690278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13316, "tnode_": 13314, "lpoly_": null, "rpoly_": null, "length": 433.38187458, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 82580, "l_hundred": 900, "r_hundred": 900, "seg_id": 641848, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25416, "Shape__Length": 172.22481479834769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144125431070606, 40.002167301506702 ], [ -75.144376318949995, 40.002136234616998 ], [ -75.1456515099417, 40.002299951062902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13307, "tnode_": 13328, "lpoly_": null, "rpoly_": null, "length": 426.51859518000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1861, "l_t_add": 1899, "r_f_add": 1860, "r_t_add": 1898, "st_code": 37420, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GLENWOOD AVE", "stname": "E GLENWOOD AVE", "objectid": 25417, "Shape__Length": 169.49764955348007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102474354167597, 40.001301632007902 ], [ -75.100975686975403, 40.001095544986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13329, "tnode_": 13274, "lpoly_": null, "rpoly_": null, "length": 166.43860568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3514, "r_f_add": 3501, "r_t_add": 3515, "st_code": 35900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641850, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25418, "Shape__Length": 66.389381766112223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114468114561106, 40.001378956873999 ], [ -75.114372140111797, 40.001829849905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13320, "tnode_": 13329, "lpoly_": null, "rpoly_": null, "length": 186.22939803, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 747, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 77400, "l_hundred": 700, "r_hundred": 700, "seg_id": 641851, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25419, "Shape__Length": 74.00653740288206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115123512196107, 40.001464357832297 ], [ -75.114468114561106, 40.001378956873999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13330, "tnode_": 13299, "lpoly_": null, "rpoly_": null, "length": 75.50512569, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3320, "l_t_add": 3398, "r_f_add": 3321, "r_t_add": 3399, "st_code": 33240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641852, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 25420, "Shape__Length": 30.119150244114351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139411808200094, 40.002026632716699 ], [ -75.139378442148001, 40.002232309003901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13331, "tnode_": 13272, "lpoly_": null, "rpoly_": null, "length": 147.8622973, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3352, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 12440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25421, "Shape__Length": 58.977285626671474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133849565168404, 40.001899240045503 ], [ -75.133746654482593, 40.002297349531503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13331, "tnode_": 13315, "lpoly_": null, "rpoly_": null, "length": 344.96641103000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 77020, "l_hundred": 200, "r_hundred": 200, "seg_id": 641854, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THAYER ST", "stname": "W THAYER ST", "objectid": 25422, "Shape__Length": 137.08831142069627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133849565168404, 40.001899240045503 ], [ -75.135064261635804, 40.002054477105197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13335, "tnode_": 13138, "lpoly_": null, "rpoly_": null, "length": 550.89135191000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 43800, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 25423, "Shape__Length": 219.74408367013478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129652482200896, 40.001771680932102 ], [ -75.129337976507799, 40.003264477518798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13335, "tnode_": 13324, "lpoly_": null, "rpoly_": null, "length": 134.0905685, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 122, "l_t_add": 122, "r_f_add": 117, "r_t_add": 121, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641856, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25424, "Shape__Length": 53.286404233405108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129652482200896, 40.001771680932102 ], [ -75.130125247674101, 40.0018291443265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13299, "tnode_": 13338, "lpoly_": null, "rpoly_": null, "length": 214.52184975, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 522, "l_t_add": 598, "r_f_add": 543, "r_t_add": 599, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 641857, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25425, "Shape__Length": 85.3033363566052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139378442148001, 40.002232309003901 ], [ -75.1400701833753, 40.001979755651597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13338, "tnode_": 13087, "lpoly_": null, "rpoly_": null, "length": 687.46023758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3427, "st_code": 87910, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641858, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25426, "Shape__Length": 274.21909747385007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1400701833753, 40.001979755651597 ], [ -75.139661806927407, 40.003840601863402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13341, "tnode_": 13254, "lpoly_": null, "rpoly_": null, "length": 255.351334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 63780, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641859, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENHURST ST", "stname": "PENHURST ST", "objectid": 25427, "Shape__Length": 101.85548984798463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1138873154284, 40.0013064100389 ], [ -75.113742486306194, 40.001998474999901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13329, "tnode_": 13341, "lpoly_": null, "rpoly_": null, "length": 164.84577672, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 805, "r_f_add": 800, "r_t_add": 810, "st_code": 77400, "l_hundred": 800, "r_hundred": 800, "seg_id": 641860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25428, "Shape__Length": 65.508155617933994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114468114561106, 40.001378956873999 ], [ -75.1138873154284, 40.0013064100389 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13342, "tnode_": 13145, "lpoly_": null, "rpoly_": null, "length": 551.2249304500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 43480, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 25429, "Shape__Length": 219.87696029571015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129139732135002, 40.001705954855701 ], [ -75.128825219478699, 40.003199678189503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13342, "tnode_": 13335, "lpoly_": null, "rpoly_": null, "length": 145.63018516, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 108, "l_t_add": 120, "r_f_add": 111, "r_t_add": 115, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641862, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25430, "Shape__Length": 57.872703035843308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129139732135002, 40.001705954855701 ], [ -75.129652482200896, 40.001771680932102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13344, "tnode_": 13129, "lpoly_": null, "rpoly_": null, "length": 599.347845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 21880, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641863, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25431, "Shape__Length": 239.06682177362958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100088440456403, 40.000986525496501 ], [ -75.099722428434703, 40.0026075509668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13328, "tnode_": 13344, "lpoly_": null, "rpoly_": null, "length": 251.71994834, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 37420, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GLENWOOD AVE", "stname": "E GLENWOOD AVE", "objectid": 25432, "Shape__Length": 100.03036615750672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100975686975403, 40.001095544986498 ], [ -75.100088440456403, 40.000986525496501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13345, "tnode_": 13259, "lpoly_": null, "rpoly_": null, "length": 229.68132153, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 67820, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641865, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 25433, "Shape__Length": 91.61692059154862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138648403304003, 40.001930617761197 ], [ -75.138518073475197, 40.002553103354202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13345, "tnode_": 13330, "lpoly_": null, "rpoly_": null, "length": 216.71064717, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 518, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 25180, "l_hundred": 500, "r_hundred": 500, "seg_id": 641866, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CORNWALL ST", "stname": "W CORNWALL ST", "objectid": 25434, "Shape__Length": 86.119690400867469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138648403304003, 40.001930617761197 ], [ -75.139411808200094, 40.002026632716699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13288, "tnode_": 13347, "lpoly_": null, "rpoly_": null, "length": 178.30263649000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1825, "r_f_add": 1800, "r_t_add": 1808, "st_code": 79900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641867, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25435, "Shape__Length": 71.038590611076415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104200709439098, 40.001534988256402 ], [ -75.104073023623101, 40.001412216908797 ], [ -75.103840345446898, 40.001132271011002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13349, "tnode_": 13153, "lpoly_": null, "rpoly_": null, "length": 552.78483192, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 35200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641868, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25436, "Shape__Length": 220.49785310308687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128607425479501, 40.001628818015298 ], [ -75.128284358545201, 40.003125802034397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13349, "tnode_": 13342, "lpoly_": null, "rpoly_": null, "length": 151.75175817, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 109, "st_code": 61400, "l_hundred": 100, "r_hundred": 100, "seg_id": 641869, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 25437, "Shape__Length": 60.307055711649888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128607425479501, 40.001628818015298 ], [ -75.129139732135002, 40.001705954855701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13350, "tnode_": 13262, "lpoly_": null, "rpoly_": null, "length": 254.75612542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 72460, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 25438, "Shape__Length": 101.6179254470355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113353358786796, 40.001247690213603 ], [ -75.113208460054494, 40.001938091525901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13341, "tnode_": 13350, "lpoly_": null, "rpoly_": null, "length": 151.112228, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 807, "l_t_add": 819, "r_f_add": 812, "r_t_add": 830, "st_code": 77400, "l_hundred": 800, "r_hundred": 800, "seg_id": 641871, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25439, "Shape__Length": 60.049167494379191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1138873154284, 40.0013064100389 ], [ -75.113353358786796, 40.001247690213603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13352, "tnode_": 13328, "lpoly_": null, "rpoly_": null, "length": 63.50428672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3664, "l_t_add": 3698, "r_f_add": 3663, "r_t_add": 3699, "st_code": 45980, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641872, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25440, "Shape__Length": 25.281359264436198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101139003058194, 40.0009746545811 ], [ -75.100975686975403, 40.001095544986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13353, "tnode_": 13221, "lpoly_": null, "rpoly_": null, "length": 353.38271298000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3318, "l_t_add": 3398, "r_f_add": 3321, "r_t_add": 3399, "st_code": 87890, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641873, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25441, "Shape__Length": 140.95810843385391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138063105607301, 40.001852060125302 ], [ -75.137849512169197, 40.002808130273998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13353, "tnode_": 13345, "lpoly_": null, "rpoly_": null, "length": 166.45103031, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 521, "st_code": 25180, "l_hundred": 500, "r_hundred": 500, "seg_id": 641874, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CORNWALL ST", "stname": "W CORNWALL ST", "objectid": 25442, "Shape__Length": 66.14761317793463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138063105607301, 40.001852060125302 ], [ -75.138648403304003, 40.001930617761197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13357, "tnode_": 13160, "lpoly_": null, "rpoly_": null, "length": 550.7248143, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 49820, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641875, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 25443, "Shape__Length": 219.6767154566424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127969414561704, 40.0015501690131 ], [ -75.127653399390994, 40.003042313744501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13349, "tnode_": 13357, "lpoly_": null, "rpoly_": null, "length": 181.02273032999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 118, "st_code": 61380, "l_hundred": 100, "r_hundred": 100, "seg_id": 641876, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25444, "Shape__Length": 71.936799788443224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128607425479501, 40.001628818015298 ], [ -75.127969414561704, 40.0015501690131 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13358, "tnode_": 13315, "lpoly_": null, "rpoly_": null, "length": 127.3417835, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3328, "l_t_add": 3350, "r_f_add": 3329, "r_t_add": 3351, "st_code": 87850, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641877, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25445, "Shape__Length": 50.793318660454396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135146002843697, 40.001710607199897 ], [ -75.135064261635804, 40.002054477105197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13360, "tnode_": 13244, "lpoly_": null, "rpoly_": null, "length": 323.01516129000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3226, "l_t_add": 3298, "r_f_add": 3229, "r_t_add": 3299, "st_code": 88050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641878, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25446, "Shape__Length": 128.84639846110696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150560147762604, 40.002037375970197 ], [ -75.1503724207776, 40.002912260209101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13348, "tnode_": 13480, "lpoly_": null, "rpoly_": null, "length": 228.78362214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 82760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 641879, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 25447, "Shape__Length": 91.204569284190057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091810151439205, 40.000507061859402 ], [ -75.091626090524898, 40.000283257394599 ], [ -75.091597817012001, 40.000197454635902 ], [ -75.091705807802995, 39.999935600182503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13365, "tnode_": 13314, "lpoly_": null, "rpoly_": null, "length": 150.83770967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3240, "l_t_add": 3298, "r_f_add": 3239, "r_t_add": 3299, "st_code": 87990, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25448, "Shape__Length": 60.166615986211355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145740435696993, 40.001891569774699 ], [ -75.1456515099417, 40.002299951062902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13365, "tnode_": 13309, "lpoly_": null, "rpoly_": null, "length": 195.85058138000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3238, "l_t_add": 3298, "r_f_add": 3239, "r_t_add": 3299, "st_code": 37580, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25449, "Shape__Length": 78.055611588618547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145740435696993, 40.001891569774699 ], [ -75.146084170031898, 40.002359725439099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13366, "tnode_": 13306, "lpoly_": null, "rpoly_": null, "length": 159.87371839000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3348, "l_t_add": 3398, "r_f_add": 3351, "r_t_add": 3399, "st_code": 40340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641882, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 25450, "Shape__Length": 63.769665367540419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131604889031394, 40.001576757919501 ], [ -75.131504113405995, 40.002008733453998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13367, "tnode_": 13166, "lpoly_": null, "rpoly_": null, "length": 553.48958569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 81680, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641883, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 25451, "Shape__Length": 220.76742829007986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127369941951699, 40.001473198790897 ], [ -75.127326251031803, 40.001516017528502 ], [ -75.127014489408495, 40.002961232540798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13357, "tnode_": 13367, "lpoly_": null, "rpoly_": null, "length": 170.26914931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 115, "l_t_add": 169, "r_f_add": 120, "r_t_add": 154, "st_code": 61380, "l_hundred": 100, "r_hundred": 100, "seg_id": 641884, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25452, "Shape__Length": 67.663900620393534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127969414561704, 40.0015501690131 ], [ -75.127369941951699, 40.001473198790897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13350, "tnode_": 13368, "lpoly_": null, "rpoly_": null, "length": 307.4317292, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 821, "l_t_add": 899, "r_f_add": 832, "r_t_add": 898, "st_code": 77400, "l_hundred": 800, "r_hundred": 800, "seg_id": 641885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25453, "Shape__Length": 122.17238143024473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113353358786796, 40.001247690213603 ], [ -75.112272740321998, 40.001100829804798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13289, "tnode_": 13369, "lpoly_": null, "rpoly_": null, "length": 421.61342663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 69640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROY ST", "stname": "ROY ST", "objectid": 25454, "Shape__Length": 167.69574193360518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147223967897503, 40.002500955058899 ], [ -75.147388155358996, 40.002405515708503 ], [ -75.148527167158207, 40.001924991074603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13369, "tnode_": 13266, "lpoly_": null, "rpoly_": null, "length": 296.62451436000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3232, "l_t_add": 3298, "r_f_add": 3233, "r_t_add": 3299, "st_code": 36660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641887, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25455, "Shape__Length": 118.29590011124178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148527167158207, 40.001924991074603 ], [ -75.148820387471005, 40.002707414228503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13371, "tnode_": 13366, "lpoly_": null, "rpoly_": null, "length": 129.13661467999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 162, "l_t_add": 198, "r_f_add": 163, "r_t_add": 199, "st_code": 77020, "l_hundred": 100, "r_hundred": 100, "seg_id": 641888, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THAYER ST", "stname": "W THAYER ST", "objectid": 25456, "Shape__Length": 51.318745565565884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131150960411404, 40.0015151242889 ], [ -75.131604889031394, 40.001576757919501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13372, "tnode_": 13278, "lpoly_": null, "rpoly_": null, "length": 198.44933505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 67340, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641889, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAND ST", "stname": "RAND ST", "objectid": 25457, "Shape__Length": 79.157344003527328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111756010011604, 40.001037557947697 ], [ -75.111640176439906, 40.001574992640599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13368, "tnode_": 13372, "lpoly_": null, "rpoly_": null, "length": 146.58838274000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 901, "l_t_add": 913, "r_f_add": 900, "r_t_add": 912, "st_code": 77400, "l_hundred": 900, "r_hundred": 900, "seg_id": 641890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25458, "Shape__Length": 58.25237921191075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112272740321998, 40.001100829804798 ], [ -75.111756010011604, 40.001037557947697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13374, "tnode_": 13180, "lpoly_": null, "rpoly_": null, "length": 551.26987385000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 11020, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641891, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25459, "Shape__Length": 219.89217199148143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126682646927605, 40.001382753879298 ], [ -75.126356403883705, 40.002875113371999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13367, "tnode_": 13374, "lpoly_": null, "rpoly_": null, "length": 195.34720801999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 171, "l_t_add": 199, "r_f_add": 156, "r_t_add": 198, "st_code": 61380, "l_hundred": 100, "r_hundred": 100, "seg_id": 641892, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25460, "Shape__Length": 77.6300782112354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127369941951699, 40.001473198790897 ], [ -75.126682646927605, 40.001382753879298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13376, "tnode_": 13261, "lpoly_": null, "rpoly_": null, "length": 307.27296043000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3524, "l_t_add": 3598, "r_f_add": 3523, "r_t_add": 3599, "st_code": 47000, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 25461, "Shape__Length": 122.56630339299801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106322865276994, 40.000955544483503 ], [ -75.106153115052095, 40.001788882683897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13361, "tnode_": 13376, "lpoly_": null, "rpoly_": null, "length": 218.41812751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 13900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641894, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25462, "Shape__Length": 86.796065191166306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107093330529395, 40.001047209574601 ], [ -75.106322865276994, 40.000955544483503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13377, "tnode_": 13331, "lpoly_": null, "rpoly_": null, "length": 126.84861933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3334, "l_t_add": 3350, "r_f_add": 3335, "r_t_add": 3351, "st_code": 12440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25463, "Shape__Length": 50.59740252542251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133925020615294, 40.001555894381099 ], [ -75.133849565168404, 40.001899240045503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13377, "tnode_": 13358, "lpoly_": null, "rpoly_": null, "length": 346.6742875, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WENSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 82360, "l_hundred": 200, "r_hundred": 200, "seg_id": 641896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WENSLEY ST", "stname": "W WENSLEY ST", "objectid": 25464, "Shape__Length": 137.76607596850874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133925020615294, 40.001555894381099 ], [ -75.135146002843697, 40.001710607199897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13338, "tnode_": 13379, "lpoly_": null, "rpoly_": null, "length": 222.60719152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 646, "r_f_add": 601, "r_t_add": 649, "st_code": 37440, "l_hundred": 600, "r_hundred": 600, "seg_id": 641897, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25465, "Shape__Length": 88.52503428131169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1400701833753, 40.001979755651597 ], [ -75.140779207759294, 40.001703900501703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13380, "tnode_": 13308, "lpoly_": null, "rpoly_": null, "length": 241.7288531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3750, "l_t_add": 3758, "r_f_add": 3741, "r_t_add": 3799, "st_code": 34960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 641898, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25466, "Shape__Length": 96.265685086319309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097756767126398, 40.000682609163803 ], [ -75.097188512025696, 40.001181950630503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13344, "tnode_": 13380, "lpoly_": null, "rpoly_": null, "length": 662.54946822, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2065, "r_f_add": 2000, "r_t_add": 2040, "st_code": 37420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641899, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GLENWOOD AVE", "stname": "E GLENWOOD AVE", "objectid": 25467, "Shape__Length": 263.29125150498334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100088440456403, 40.000986525496501 ], [ -75.097756767126398, 40.000682609163803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13381, "tnode_": 13319, "lpoly_": null, "rpoly_": null, "length": 159.91772958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3352, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 54200, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25468, "Shape__Length": 63.787643941800255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130691983196101, 40.001459801565197 ], [ -75.130594670450705, 40.0018923690278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13381, "tnode_": 13371, "lpoly_": null, "rpoly_": null, "length": 130.15406561999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 160, "r_f_add": 101, "r_t_add": 161, "st_code": 77020, "l_hundred": 100, "r_hundred": 100, "seg_id": 641901, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W THAYER ST", "stname": "W THAYER ST", "objectid": 25469, "Shape__Length": 51.721753665150729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130691983196101, 40.001459801565197 ], [ -75.131150960411404, 40.0015151242889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13382, "tnode_": 13288, "lpoly_": null, "rpoly_": null, "length": 418.16188432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3530, "l_t_add": 3598, "r_f_add": 3539, "r_t_add": 3599, "st_code": 47420, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641902, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25470, "Shape__Length": 166.3686317099411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105429151937003, 40.000882959773399 ], [ -75.104200709439098, 40.001534988256402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13261, "tnode_": 13382, "lpoly_": null, "rpoly_": null, "length": 389.99816652000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 13900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641903, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25471, "Shape__Length": 155.4061264425132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106153115052095, 40.001788882683897 ], [ -75.106119071755103, 40.001672227652797 ], [ -75.105429151937003, 40.000882959773399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13384, "tnode_": 13290, "lpoly_": null, "rpoly_": null, "length": 221.09711336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 53060, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 25472, "Shape__Length": 88.190124129586806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111266127678306, 40.000974346749203 ], [ -75.111130899194706, 40.001572308872099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13372, "tnode_": 13384, "lpoly_": null, "rpoly_": null, "length": 139.16181908, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 915, "l_t_add": 927, "r_f_add": 914, "r_t_add": 932, "st_code": 77400, "l_hundred": 900, "r_hundred": 900, "seg_id": 641905, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25473, "Shape__Length": 55.301686789913681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111756010011604, 40.001037557947697 ], [ -75.111266127678306, 40.000974346749203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13387, "tnode_": 13189, "lpoly_": null, "rpoly_": null, "length": 552.10996735000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 31220, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641906, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 25474, "Shape__Length": 220.22773762316271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126027278485196, 40.001297156777099 ], [ -75.125705639197307, 40.002792444692197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13374, "tnode_": 13387, "lpoly_": null, "rpoly_": null, "length": 186.23350232, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 220, "st_code": 61380, "l_hundred": 200, "r_hundred": 200, "seg_id": 641907, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25475, "Shape__Length": 74.008116681733767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126682646927605, 40.001382753879298 ], [ -75.126027278485196, 40.001297156777099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13391, "tnode_": 13338, "lpoly_": null, "rpoly_": null, "length": 143.04546995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 87910, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641908, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25476, "Shape__Length": 57.058685974608139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140150844034395, 40.001592009046597 ], [ -75.1400701833753, 40.001979755651597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13391, "tnode_": 13379, "lpoly_": null, "rpoly_": null, "length": 181.73328067, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 82580, "l_hundred": 600, "r_hundred": 600, "seg_id": 641909, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25477, "Shape__Length": 72.229427000328798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140150844034395, 40.001592009046597 ], [ -75.140636299663399, 40.001655129934598 ], [ -75.140779207759294, 40.001703900501703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13393, "tnode_": 13369, "lpoly_": null, "rpoly_": null, "length": 55.877391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3226, "l_t_add": 3230, "r_f_add": 3221, "r_t_add": 3231, "st_code": 36660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641910, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25478, "Shape__Length": 22.284023867409552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148471468150007, 40.001777703286301 ], [ -75.148527167158207, 40.001924991074603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13393, "tnode_": 13360, "lpoly_": null, "rpoly_": null, "length": 592.74518015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1298, "r_f_add": 1101, "r_t_add": 1299, "st_code": 42780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641911, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HILTON ST", "stname": "W HILTON ST", "objectid": 25479, "Shape__Length": 235.55308010492075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148471468150007, 40.001777703286301 ], [ -75.150560147762604, 40.002037375970197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13308, "tnode_": 13397, "lpoly_": null, "rpoly_": null, "length": 305.26344816, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2119, "r_f_add": 2000, "r_t_add": 2118, "st_code": 20060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641912, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 25480, "Shape__Length": 121.58012657923226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097188512025696, 40.001181950630503 ], [ -75.096493087684095, 40.000536829911603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13380, "tnode_": 13397, "lpoly_": null, "rpoly_": null, "length": 357.99027397000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2067, "l_t_add": 2099, "r_f_add": 2042, "r_t_add": 2098, "st_code": 37420, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 641913, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GLENWOOD AVE", "stname": "E GLENWOOD AVE", "objectid": 25481, "Shape__Length": 142.25833738592505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097756767126398, 40.000682609163803 ], [ -75.096493087684095, 40.000536829911603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13398, "tnode_": 13199, "lpoly_": null, "rpoly_": null, "length": 554.81387369000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 47880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 25482, "Shape__Length": 221.2998350135787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125420954983596, 40.001219124062402 ], [ -75.125386466606699, 40.001268742592302 ], [ -75.125075907394901, 40.0027159359908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13387, "tnode_": 13398, "lpoly_": null, "rpoly_": null, "length": 172.22662622, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 219, "l_t_add": 239, "r_f_add": 222, "r_t_add": 240, "st_code": 61380, "l_hundred": 200, "r_hundred": 200, "seg_id": 641915, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25483, "Shape__Length": 68.441567903355633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126027278485196, 40.001297156777099 ], [ -75.125420954983596, 40.001219124062402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13400, "tnode_": 13296, "lpoly_": null, "rpoly_": null, "length": 255.74735822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3524, "r_f_add": 3501, "r_t_add": 3523, "st_code": 44760, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641916, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25484, "Shape__Length": 102.01223917413895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110330267000194, 40.0008435970786 ], [ -75.110181475154207, 40.0015362664506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13384, "tnode_": 13400, "lpoly_": null, "rpoly_": null, "length": 266.47860512999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 929, "l_t_add": 999, "r_f_add": 934, "r_t_add": 998, "st_code": 77400, "l_hundred": 900, "r_hundred": 900, "seg_id": 641917, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25485, "Shape__Length": 105.89802645115215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111266127678306, 40.000974346749203 ], [ -75.110330267000194, 40.0008435970786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13403, "tnode_": 13330, "lpoly_": null, "rpoly_": null, "length": 189.65413084, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3318, "r_f_add": 3301, "r_t_add": 3319, "st_code": 33240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641918, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 25486, "Shape__Length": 75.648516315717501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139530014262206, 40.001514007092297 ], [ -75.139411808200094, 40.002026632716699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13403, "tnode_": 13391, "lpoly_": null, "rpoly_": null, "length": 176.23361838, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 546, "l_t_add": 598, "r_f_add": 543, "r_t_add": 599, "st_code": 82580, "l_hundred": 500, "r_hundred": 500, "seg_id": 641919, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25487, "Shape__Length": 70.033875005167403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139530014262206, 40.001514007092297 ], [ -75.140150844034395, 40.001592009046597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13408, "tnode_": 13352, "lpoly_": null, "rpoly_": null, "length": 240.85991927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3636, "l_t_add": 3662, "r_f_add": 3643, "r_t_add": 3661, "st_code": 45980, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641920, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25488, "Shape__Length": 95.819434823681291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101857231044207, 40.0006112456552 ], [ -75.101139003058194, 40.0009746545811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13307, "tnode_": 13408, "lpoly_": null, "rpoly_": null, "length": 305.1906671, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1841, "l_t_add": 1899, "r_f_add": 1820, "r_t_add": 1898, "st_code": 62640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641921, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25489, "Shape__Length": 121.59273168437824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102474354167597, 40.001301632007902 ], [ -75.101857231044207, 40.0006112456552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13316, "tnode_": 13409, "lpoly_": null, "rpoly_": null, "length": 444.23445649000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 926, "r_f_add": 901, "r_t_add": 995, "st_code": 71520, "l_hundred": 900, "r_hundred": 900, "seg_id": 641922, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25490, "Shape__Length": 176.67271375213332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144125431070606, 40.002167301506702 ], [ -75.144368451158599, 40.002056108448798 ], [ -75.1455245985684, 40.001594101878098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13409, "tnode_": 13365, "lpoly_": null, "rpoly_": null, "length": 124.09153769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3236, "r_f_add": 3201, "r_t_add": 3237, "st_code": 37580, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641923, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODMAN ST", "stname": "GOODMAN ST", "objectid": 25491, "Shape__Length": 49.45684198564684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1455245985684, 40.001594101878098 ], [ -75.145740435696993, 40.001891569774699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13411, "tnode_": 13310, "lpoly_": null, "rpoly_": null, "length": 253.49449187000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 62860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641924, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 25492, "Shape__Length": 101.11419620898195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109587017788996, 40.000750516391598 ], [ -75.109444648726907, 40.001437721986498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13400, "tnode_": 27086, "lpoly_": null, "rpoly_": null, "length": 193.21449263000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 77400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641925, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25493, "Shape__Length": 76.781040659371314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110330267000194, 40.0008435970786 ], [ -75.109649565112306, 40.000758362264598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13413, "tnode_": 13205, "lpoly_": null, "rpoly_": null, "length": 557.55336645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 15380, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641926, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25494, "Shape__Length": 222.3990835946496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124734467084807, 40.001133288270097 ], [ -75.124413654927395, 40.002643823984698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13398, "tnode_": 13413, "lpoly_": null, "rpoly_": null, "length": 194.84855378, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 241, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 61380, "l_hundred": 200, "r_hundred": 200, "seg_id": 641927, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25495, "Shape__Length": 77.430801899659798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125420954983596, 40.001219124062402 ], [ -75.124734467084807, 40.001133288270097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13414, "tnode_": 13358, "lpoly_": null, "rpoly_": null, "length": 127.75428291, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3304, "l_t_add": 3326, "r_f_add": 3317, "r_t_add": 3327, "st_code": 87850, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641928, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25496, "Shape__Length": 50.958894936118426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135219337631, 40.001364470716901 ], [ -75.135146002843697, 40.001710607199897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13409, "tnode_": 13420, "lpoly_": null, "rpoly_": null, "length": 92.40114945000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 928, "l_t_add": 998, "r_f_add": 997, "r_t_add": 999, "st_code": 71520, "l_hundred": 900, "r_hundred": 900, "seg_id": 641929, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25497, "Shape__Length": 36.74297605846732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1455245985684, 40.001594101878098 ], [ -75.145821902491605, 40.001484276153199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13420, "tnode_": 13365, "lpoly_": null, "rpoly_": null, "length": 150.11508612, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3238, "r_f_add": 3201, "r_t_add": 3237, "st_code": 87990, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641930, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 25498, "Shape__Length": 59.878997013713608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145821902491605, 40.001484276153199 ], [ -75.145740435696993, 40.001891569774699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13421, "tnode_": 13214, "lpoly_": null, "rpoly_": null, "length": 566.33853582999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 61760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641931, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 25499, "Shape__Length": 225.90123523057176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124134458910902, 40.001059039575999 ], [ -75.123795426695693, 40.002591688189298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13413, "tnode_": 13421, "lpoly_": null, "rpoly_": null, "length": 170.2578499, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 313, "r_f_add": 300, "r_t_add": 318, "st_code": 61380, "l_hundred": 300, "r_hundred": 300, "seg_id": 641932, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25500, "Shape__Length": 67.658492403255039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124734467084807, 40.001133288270097 ], [ -75.124134458910902, 40.001059039575999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13379, "tnode_": 13424, "lpoly_": null, "rpoly_": null, "length": 221.64179055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 648, "l_t_add": 662, "r_f_add": 651, "r_t_add": 663, "st_code": 37440, "l_hundred": 600, "r_hundred": 600, "seg_id": 641933, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25501, "Shape__Length": 88.13598754033687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140779207759294, 40.001703900501703 ], [ -75.1414912072931, 40.001438643453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13425, "tnode_": 13353, "lpoly_": null, "rpoly_": null, "length": 190.652304, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3316, "r_f_add": 3301, "r_t_add": 3319, "st_code": 87890, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641934, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25502, "Shape__Length": 76.046160776927081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138183922067498, 40.001337010031101 ], [ -75.138063105607301, 40.001852060125302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13425, "tnode_": 13403, "lpoly_": null, "rpoly_": null, "length": 382.58583843000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 544, "r_f_add": 501, "r_t_add": 541, "st_code": 82580, "l_hundred": 500, "r_hundred": 500, "seg_id": 641935, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25503, "Shape__Length": 152.03781283276007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138183922067498, 40.001337010031101 ], [ -75.139530014262206, 40.001514007092297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13427, "tnode_": 13329, "lpoly_": null, "rpoly_": null, "length": 209.60856565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3436, "l_t_add": 3498, "r_f_add": 3437, "r_t_add": 3499, "st_code": 35900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641936, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25504, "Shape__Length": 83.610850440862833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114570961490202, 40.000809017990797 ], [ -75.114468114561106, 40.001378956873999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13428, "tnode_": 13218, "lpoly_": null, "rpoly_": null, "length": 567.3804426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 69360, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641937, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 25505, "Shape__Length": 226.31950118291371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123676161869795, 40.000996630201399 ], [ -75.123356553101203, 40.002534641722498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13421, "tnode_": 13428, "lpoly_": null, "rpoly_": null, "length": 130.39191831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 315, "l_t_add": 331, "r_f_add": 320, "r_t_add": 332, "st_code": 61380, "l_hundred": 300, "r_hundred": 300, "seg_id": 641938, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25506, "Shape__Length": 51.817241886623158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124134458910902, 40.001059039575999 ], [ -75.123676161869795, 40.000996630201399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13344, "tnode_": 13430, "lpoly_": null, "rpoly_": null, "length": 260.66458090999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 2021, "r_f_add": 1900, "r_t_add": 1998, "st_code": 21880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641939, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25507, "Shape__Length": 103.87399930230373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100088440456403, 40.000986525496501 ], [ -75.100001747396306, 40.000825461040797 ], [ -75.099611536450993, 40.000375040171598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13431, "tnode_": 13216, "lpoly_": null, "rpoly_": null, "length": 588.30264020999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 19140, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641940, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 25508, "Shape__Length": 234.66064678049543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152928293101198, 40.001602016253202 ], [ -75.152552519511403, 40.003190912169202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13431, "tnode_": 13423, "lpoly_": null, "rpoly_": null, "length": 149.92167744000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1407, "st_code": 12060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 641941, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25509, "Shape__Length": 59.578173867174812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152928293101198, 40.001602016253202 ], [ -75.153455987512203, 40.001670435202598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13411, "tnode_": 13432, "lpoly_": null, "rpoly_": null, "length": 340.65491625, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 77400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 641942, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25510, "Shape__Length": 135.37386321227095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109587017788996, 40.000750516391598 ], [ -75.108389282745406, 40.000589300079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13434, "tnode_": 13226, "lpoly_": null, "rpoly_": null, "length": 550.3956639, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ORKNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 61660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641943, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ORKNEY ST", "stname": "N ORKNEY ST", "objectid": 25511, "Shape__Length": 219.54200336623029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137672271427903, 40.001274012406903 ], [ -75.137339035692406, 40.002763022714703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13434, "tnode_": 13425, "lpoly_": null, "rpoly_": null, "length": 145.16683905, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 440, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 82580, "l_hundred": 400, "r_hundred": 400, "seg_id": 641944, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25512, "Shape__Length": 57.687737680195305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137672271427903, 40.001274012406903 ], [ -75.138183922067498, 40.001337010031101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13436, "tnode_": 13377, "lpoly_": null, "rpoly_": null, "length": 127.35993036, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3316, "l_t_add": 3332, "r_f_add": 3317, "r_t_add": 3333, "st_code": 12440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641945, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25513, "Shape__Length": 50.801625672475211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133997092773996, 40.001210697464799 ], [ -75.133925020615294, 40.001555894381099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13436, "tnode_": 13414, "lpoly_": null, "rpoly_": null, "length": 346.96961366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 25180, "l_hundred": 200, "r_hundred": 200, "seg_id": 641946, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CORNWALL ST", "stname": "W CORNWALL ST", "objectid": 25514, "Shape__Length": 137.8825359282479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133997092773996, 40.001210697464799 ], [ -75.135219337631, 40.001364470716901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13437, "tnode_": 13231, "lpoly_": null, "rpoly_": null, "length": 551.55279458999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 49660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641947, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 25515, "Shape__Length": 220.004013598407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137256019808405, 40.001218588114099 ], [ -75.136926308667697, 40.002711284441602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13437, "tnode_": 13434, "lpoly_": null, "rpoly_": null, "length": 118.349905, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 432, "l_t_add": 438, "r_f_add": 431, "r_t_add": 439, "st_code": 82580, "l_hundred": 400, "r_hundred": 400, "seg_id": 641948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25516, "Shape__Length": 47.031702187645479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137256019808405, 40.001218588114099 ], [ -75.137672271427903, 40.001274012406903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13424, "tnode_": 13439, "lpoly_": null, "rpoly_": null, "length": 136.3862712, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 664, "l_t_add": 698, "r_f_add": 665, "r_t_add": 699, "st_code": 37440, "l_hundred": 600, "r_hundred": 600, "seg_id": 641949, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25517, "Shape__Length": 54.232440229363363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1414912072931, 40.001438643453 ], [ -75.141931181252701, 40.001278388367197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13440, "tnode_": 13347, "lpoly_": null, "rpoly_": null, "length": 418.44224967000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 70000, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641950, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTH ST", "stname": "RUTH ST", "objectid": 25518, "Shape__Length": 166.49199185575586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105051790547094, 40.000460388014403 ], [ -75.103840345446898, 40.001132271011002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13382, "tnode_": 13440, "lpoly_": null, "rpoly_": null, "length": 186.74309771, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1816, "st_code": 13900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641951, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25519, "Shape__Length": 74.401182302356062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105429151937003, 40.000882959773399 ], [ -75.105051790547094, 40.000460388014403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13442, "tnode_": 13230, "lpoly_": null, "rpoly_": null, "length": 567.84842793999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 20720, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641952, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 25520, "Shape__Length": 226.50360697275829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122549815241499, 40.000849147809099 ], [ -75.122215299611199, 40.0023865857858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13428, "tnode_": 13442, "lpoly_": null, "rpoly_": null, "length": 320.09412308000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 333, "l_t_add": 399, "r_f_add": 334, "r_t_add": 398, "st_code": 61380, "l_hundred": 300, "r_hundred": 300, "seg_id": 641953, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25521, "Shape__Length": 127.20284140077825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123676161869795, 40.000996630201399 ], [ -75.122549815241499, 40.000849147809099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13397, "tnode_": 13444, "lpoly_": null, "rpoly_": null, "length": 135.08748866, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2121, "l_t_add": 2139, "r_f_add": 2120, "r_t_add": 2138, "st_code": 20060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 641954, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 25522, "Shape__Length": 53.803030178732662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096493087684095, 40.000536829911603 ], [ -75.096186845694007, 40.000250393541101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13347, "tnode_": 13446, "lpoly_": null, "rpoly_": null, "length": 309.66254768000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1827, "l_t_add": 1847, "r_f_add": 1810, "r_t_add": 1844, "st_code": 79900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641955, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25523, "Shape__Length": 123.380587992931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103840345446898, 40.001132271011002 ], [ -75.103227382579504, 40.000424896496803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13447, "tnode_": 13391, "lpoly_": null, "rpoly_": null, "length": 123.31432058, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3254, "l_t_add": 3298, "r_f_add": 3253, "r_t_add": 3299, "st_code": 87910, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641956, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25524, "Shape__Length": 49.18637848880045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140231016363998, 40.001259158692697 ], [ -75.140150844034395, 40.001592009046597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13448, "tnode_": 13235, "lpoly_": null, "rpoly_": null, "length": 588.00948541000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 62960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 25525, "Shape__Length": 234.54702558035186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151628003476404, 40.0014358691244 ], [ -75.151277935163193, 40.003027417499297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13448, "tnode_": 13431, "lpoly_": null, "rpoly_": null, "length": 369.27505895999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1335, "r_t_add": 1399, "st_code": 12060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641958, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25526, "Shape__Length": 146.74747899357661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151628003476404, 40.0014358691244 ], [ -75.152928293101198, 40.001602016253202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13452, "tnode_": 13236, "lpoly_": null, "rpoly_": null, "length": 564.52797837000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 12920, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641959, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 25527, "Shape__Length": 225.17859064207991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121914897689393, 40.000771068145603 ], [ -75.1215804000052, 40.0022992658688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13442, "tnode_": 13452, "lpoly_": null, "rpoly_": null, "length": 180.13623847, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 61380, "l_hundred": 400, "r_hundred": 400, "seg_id": 641960, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25528, "Shape__Length": 71.583661227894382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122549815241499, 40.000849147809099 ], [ -75.121914897689393, 40.000771068145603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13453, "tnode_": 13447, "lpoly_": null, "rpoly_": null, "length": 147.6742952, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 548, "l_t_add": 598, "r_f_add": 549, "r_t_add": 599, "st_code": 83280, "l_hundred": 500, "r_hundred": 500, "seg_id": 641961, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 25529, "Shape__Length": 58.684192992957136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139710628726505, 40.001194593891597 ], [ -75.140231016363998, 40.001259158692697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13456, "tnode_": 13368, "lpoly_": null, "rpoly_": null, "length": 211.22228263999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3436, "l_t_add": 3498, "r_f_add": 3437, "r_t_add": 3499, "st_code": 39700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641962, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25530, "Shape__Length": 84.2510239529595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112400003787897, 40.000529318938902 ], [ -75.112272740321998, 40.001100829804798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13427, "tnode_": 13456, "lpoly_": null, "rpoly_": null, "length": 616.68539180999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 71200, "l_hundred": 800, "r_hundred": 800, "seg_id": 641963, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 25531, "Shape__Length": 245.06407386610371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114570961490202, 40.000809017990797 ], [ -75.112400003787897, 40.000529318938902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13459, "tnode_": 13360, "lpoly_": null, "rpoly_": null, "length": 264.18736386, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3224, "r_f_add": 3201, "r_t_add": 3227, "st_code": 88050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641964, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25532, "Shape__Length": 105.37930810685654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150715419781903, 40.001322047944598 ], [ -75.150560147762604, 40.002037375970197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13459, "tnode_": 13448, "lpoly_": null, "rpoly_": null, "length": 259.00483107999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1333, "st_code": 12060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 641965, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25533, "Shape__Length": 102.92609981439418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150715419781903, 40.001322047944598 ], [ -75.151628003476404, 40.0014358691244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13463, "tnode_": 13245, "lpoly_": null, "rpoly_": null, "length": 562.58165945999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 44100, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641966, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 25534, "Shape__Length": 224.40222390517656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121275107848504, 40.000692862554097 ], [ -75.1209434442288, 40.002216008507297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13452, "tnode_": 13463, "lpoly_": null, "rpoly_": null, "length": 181.49164725, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 431, "l_t_add": 447, "r_f_add": 430, "r_t_add": 446, "st_code": 61380, "l_hundred": 400, "r_hundred": 400, "seg_id": 641967, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25535, "Shape__Length": 72.12211569675344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121914897689393, 40.000771068145603 ], [ -75.121275107848504, 40.000692862554097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13464, "tnode_": 13453, "lpoly_": null, "rpoly_": null, "length": 129.076456, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 534, "l_t_add": 546, "r_f_add": 535, "r_t_add": 547, "st_code": 83280, "l_hundred": 500, "r_hundred": 500, "seg_id": 641968, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 25536, "Shape__Length": 51.294668664869732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139257050973796, 40.0011323958052 ], [ -75.139710628726505, 40.001194593891597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13466, "tnode_": 13413, "lpoly_": null, "rpoly_": null, "length": 143.51554405000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3344, "l_t_add": 3398, "r_f_add": 3335, "r_t_add": 3399, "st_code": 15380, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641969, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25537, "Shape__Length": 57.243659645333025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124827607277297, 40.000745887195698 ], [ -75.124734467084807, 40.001133288270097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13470, "tnode_": 13382, "lpoly_": null, "rpoly_": null, "length": 348.42213983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3528, "r_f_add": 3501, "r_t_add": 3537, "st_code": 47420, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641970, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25538, "Shape__Length": 138.62615032263383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106445529011594, 40.000331758850002 ], [ -75.105429151937003, 40.000882959773399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13470, "tnode_": 13376, "lpoly_": null, "rpoly_": null, "length": 229.81806729000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "K", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3522, "r_f_add": 3501, "r_t_add": 3521, "st_code": 47000, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 641971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "K ST", "stname": "K ST", "objectid": 25539, "Shape__Length": 91.670375336686519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106445529011594, 40.000331758850002 ], [ -75.106322865276994, 40.000955544483503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13432, "tnode_": 13470, "lpoly_": null, "rpoly_": null, "length": 552.58125826999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 77400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25540, "Shape__Length": 219.59044223532672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108389282745406, 40.000589300079 ], [ -75.106445529011594, 40.000331758850002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13471, "tnode_": 13464, "lpoly_": null, "rpoly_": null, "length": 129.86142751, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 516, "l_t_add": 532, "r_f_add": 517, "r_t_add": 533, "st_code": 83280, "l_hundred": 500, "r_hundred": 500, "seg_id": 641973, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 25541, "Shape__Length": 51.605718784100695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138799737601602, 40.001074193470302 ], [ -75.139257050973796, 40.0011323958052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13472, "tnode_": 13459, "lpoly_": null, "rpoly_": null, "length": 224.24167717, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1233, "r_t_add": 1299, "st_code": 12060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641974, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25542, "Shape__Length": 89.112646505621456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1499267512594, 40.0012169530062 ], [ -75.150715419781903, 40.001322047944598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13473, "tnode_": 13414, "lpoly_": null, "rpoly_": null, "length": 146.26995042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3302, "r_f_add": 3301, "r_t_add": 3315, "st_code": 87850, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641975, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25543, "Shape__Length": 58.344062796597647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135303891377205, 40.000968242328199 ], [ -75.135219337631, 40.001364470716901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13473, "tnode_": 29567, "lpoly_": null, "rpoly_": null, "length": 347.39700240999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 82580, "l_hundred": 300, "r_hundred": 300, "seg_id": 641976, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25544, "Shape__Length": 138.05136181619224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135303891377205, 40.000968242328199 ], [ -75.136528233449894, 40.001119376113401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13474, "tnode_": 13253, "lpoly_": null, "rpoly_": null, "length": 564.07786937000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 27080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641977, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25545, "Shape__Length": 225.00002904618944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120611339444295, 40.000604730740697 ], [ -75.120287726181999, 40.002133062034098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13463, "tnode_": 13474, "lpoly_": null, "rpoly_": null, "length": 188.71074087, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 449, "l_t_add": 499, "r_f_add": 448, "r_t_add": 498, "st_code": 61380, "l_hundred": 400, "r_hundred": 400, "seg_id": 641978, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25546, "Shape__Length": 74.992064243808031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121275107848504, 40.000692862554097 ], [ -75.120611339444295, 40.000604730740697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13475, "tnode_": 13425, "lpoly_": null, "rpoly_": null, "length": 123.40170102, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3256, "l_t_add": 3298, "r_f_add": 3257, "r_t_add": 3299, "st_code": 87890, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641979, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25547, "Shape__Length": 49.222929583573588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1382513787172, 40.001002253302602 ], [ -75.138183922067498, 40.001337010031101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13475, "tnode_": 13471, "lpoly_": null, "rpoly_": null, "length": 155.84521387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 83280, "l_hundred": 500, "r_hundred": 500, "seg_id": 641980, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLARD ST", "stname": "W WILLARD ST", "objectid": 25548, "Shape__Length": 61.931771231667298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1382513787172, 40.001002253302602 ], [ -75.138799737601602, 40.001074193470302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13478, "tnode_": 13472, "lpoly_": null, "rpoly_": null, "length": 221.14443425, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1211, "r_t_add": 1231, "st_code": 12060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 641981, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25549, "Shape__Length": 87.882506847916957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149149931055703, 40.001109161183599 ], [ -75.1499267512594, 40.0012169530062 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13481, "tnode_": 13400, "lpoly_": null, "rpoly_": null, "length": 209.59941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3458, "l_t_add": 3498, "r_f_add": 3459, "r_t_add": 3499, "st_code": 44760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25550, "Shape__Length": 83.602580980558415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110461902834103, 40.000277197364802 ], [ -75.110330267000194, 40.0008435970786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13456, "tnode_": 13481, "lpoly_": null, "rpoly_": null, "length": 550.68838501000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71200, "l_hundred": 900, "r_hundred": 900, "seg_id": 641983, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 25551, "Shape__Length": 218.83717240958316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112400003787897, 40.000529318938902 ], [ -75.110461902834103, 40.000277197364802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13482, "tnode_": 13427, "lpoly_": null, "rpoly_": null, "length": 159.32057437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3416, "l_t_add": 3434, "r_f_add": 3421, "r_t_add": 3435, "st_code": 35900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641984, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25552, "Shape__Length": 63.547797446222347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114672151708106, 40.000378642996303 ], [ -75.114570961490202, 40.000809017990797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13485, "tnode_": 13428, "lpoly_": null, "rpoly_": null, "length": 143.90723427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3346, "l_t_add": 3398, "r_f_add": 3347, "r_t_add": 3399, "st_code": 69360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641985, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 25553, "Shape__Length": 57.398900147180072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1237748930169, 40.000608953195297 ], [ -75.123676161869795, 40.000996630201399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13466, "tnode_": 13485, "lpoly_": null, "rpoly_": null, "length": 299.11446114, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 77000, "l_hundred": 300, "r_hundred": 300, "seg_id": 641986, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 25554, "Shape__Length": 118.86509294402192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124827607277297, 40.000745887195698 ], [ -75.1237748930169, 40.000608953195297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13487, "tnode_": 13436, "lpoly_": null, "rpoly_": null, "length": 149.90632462, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3301, "r_t_add": 3315, "st_code": 12440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 641987, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25555, "Shape__Length": 59.795281608180531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134077303012504, 40.000803836064001 ], [ -75.133997092773996, 40.001210697464799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13487, "tnode_": 13473, "lpoly_": null, "rpoly_": null, "length": 348.81670413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 240, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 82580, "l_hundred": 200, "r_hundred": 200, "seg_id": 641988, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25556, "Shape__Length": 138.61760847957976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134077303012504, 40.000803836064001 ], [ -75.135303891377205, 40.000968242328199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13488, "tnode_": 13264, "lpoly_": null, "rpoly_": null, "length": 567.97516307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 69260, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641989, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25557, "Shape__Length": 226.55363764654896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119645958285204, 40.000474028954201 ], [ -75.119316361966696, 40.002012447585102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13474, "tnode_": 13488, "lpoly_": null, "rpoly_": null, "length": 274.61818234000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 524, "st_code": 61380, "l_hundred": 500, "r_hundred": 500, "seg_id": 641990, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25558, "Shape__Length": 109.13126708494508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120611339444295, 40.000604730740697 ], [ -75.119645958285204, 40.000474028954201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13490, "tnode_": 13379, "lpoly_": null, "rpoly_": null, "length": 276.45637885000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 53860, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641991, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 25559, "Shape__Length": 110.2722763939036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140944051944899, 40.000955657732199 ], [ -75.140779207759294, 40.001703900501703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13490, "tnode_": 13424, "lpoly_": null, "rpoly_": null, "length": 233.35248215, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 630, "l_t_add": 698, "r_f_add": 647, "r_t_add": 699, "st_code": 78160, "l_hundred": 600, "r_hundred": 600, "seg_id": 641992, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 25560, "Shape__Length": 92.931071031882041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140944051944899, 40.000955657732199 ], [ -75.1414912072931, 40.001438643453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13491, "tnode_": 13408, "lpoly_": null, "rpoly_": null, "length": 353.06380247000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3634, "r_f_add": 3601, "r_t_add": 3641, "st_code": 45980, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641993, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25561, "Shape__Length": 140.46778465696323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102893478896902, 40.000059675297301 ], [ -75.101857231044207, 40.0006112456552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13446, "tnode_": 13491, "lpoly_": null, "rpoly_": null, "length": 162.63921688, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1849, "l_t_add": 1899, "r_f_add": 1846, "r_t_add": 1898, "st_code": 79900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 641994, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25562, "Shape__Length": 64.794798765940016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103227382579504, 40.000424896496803 ], [ -75.102893478896902, 40.000059675297301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13493, "tnode_": 13430, "lpoly_": null, "rpoly_": null, "length": 232.57943831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3678, "l_t_add": 3698, "r_f_add": 3673, "r_t_add": 3699, "st_code": 31640, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 641995, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25563, "Shape__Length": 92.533701353386391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100292395351204, 40.000009742901298 ], [ -75.099611536450993, 40.000375040171598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13352, "tnode_": 13493, "lpoly_": null, "rpoly_": null, "length": 424.03873877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 62640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 641996, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25564, "Shape__Length": 168.94787692315504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101139003058194, 40.0009746545811 ], [ -75.100292395351204, 40.000009742901298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13494, "tnode_": 13393, "lpoly_": null, "rpoly_": null, "length": 298.43309813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3202, "l_t_add": 3224, "r_f_add": 3203, "r_t_add": 3219, "st_code": 36660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 641997, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25565, "Shape__Length": 119.00895560711254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148150480696401, 40.0009965454433 ], [ -75.148471468150007, 40.001777703286301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13494, "tnode_": 13478, "lpoly_": null, "rpoly_": null, "length": 282.99121123999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1102, "l_t_add": 1198, "r_f_add": 1113, "r_t_add": 1209, "st_code": 12060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 641998, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25566, "Shape__Length": 112.45546824690807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148150480696401, 40.0009965454433 ], [ -75.149149931055703, 40.001109161183599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13496, "tnode_": 13270, "lpoly_": null, "rpoly_": null, "length": 564.30074242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 41000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 641999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 25567, "Shape__Length": 225.08814492771327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119165124372202, 40.000415325229298 ], [ -75.118840240651295, 40.001944116926502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13488, "tnode_": 13496, "lpoly_": null, "rpoly_": null, "length": 136.39647418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 525, "l_t_add": 539, "r_f_add": 526, "r_t_add": 538, "st_code": 61380, "l_hundred": 500, "r_hundred": 500, "seg_id": 642000, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25568, "Shape__Length": 54.201714217930451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119645958285204, 40.000474028954201 ], [ -75.119165124372202, 40.000415325229298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13499, "tnode_": 13282, "lpoly_": null, "rpoly_": null, "length": 550.15705394000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 64500, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642001, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 25569, "Shape__Length": 219.44705685659892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133491672930305, 40.000730560548298 ], [ -75.133172080972599, 40.002220674604501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13499, "tnode_": 13487, "lpoly_": null, "rpoly_": null, "length": 166.22561785, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 216, "l_t_add": 238, "r_f_add": 217, "r_t_add": 239, "st_code": 82580, "l_hundred": 200, "r_hundred": 200, "seg_id": 642002, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25570, "Shape__Length": 66.055954194099243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133491672930305, 40.000730560548298 ], [ -75.134077303012504, 40.000803836064001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13501, "tnode_": 13289, "lpoly_": null, "rpoly_": null, "length": 602.9052909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 88010, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 25571, "Shape__Length": 240.46248327315899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147452126747893, 40.000892771163699 ], [ -75.147554239593305, 40.001000877581703 ], [ -75.147223967897503, 40.002500955058899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13501, "tnode_": 13494, "lpoly_": null, "rpoly_": null, "length": 200.29725647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1100, "l_t_add": 1100, "r_f_add": 1101, "r_t_add": 1111, "st_code": 12060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 642004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25572, "Shape__Length": 79.601894400471693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147452126747893, 40.000892771163699 ], [ -75.147560154782298, 40.000929813976803 ], [ -75.148150480696401, 40.0009965454433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13420, "tnode_": 13501, "lpoly_": null, "rpoly_": null, "length": 504.99400765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19140, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 71520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642005, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25573, "Shape__Length": 200.80367235076105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145821902491605, 40.001484276153199 ], [ -75.147452126747893, 40.000892771163699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13503, "tnode_": 13275, "lpoly_": null, "rpoly_": null, "length": 569.67779430999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 30300, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25574, "Shape__Length": 227.23076754323401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118687927442906, 40.000345505753501 ], [ -75.118346373826995, 40.001887122379898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13496, "tnode_": 13503, "lpoly_": null, "rpoly_": null, "length": 136.08869286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 541, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 61380, "l_hundred": 500, "r_hundred": 500, "seg_id": 642008, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25575, "Shape__Length": 54.081572888328189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119165124372202, 40.000415325229298 ], [ -75.118687927442906, 40.000345505753501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13505, "tnode_": 13293, "lpoly_": null, "rpoly_": null, "length": 550.51460838000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 87830, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642009, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25576, "Shape__Length": 219.5895763052863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132898842242099, 40.000652453254901 ], [ -75.132580070421895, 40.002143665882301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13505, "tnode_": 13499, "lpoly_": null, "rpoly_": null, "length": 168.50549554, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 215, "st_code": 82580, "l_hundred": 200, "r_hundred": 200, "seg_id": 642010, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25577, "Shape__Length": 66.962597104280221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132898842242099, 40.000652453254901 ], [ -75.133491672930305, 40.000730560548298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13440, "tnode_": 13506, "lpoly_": null, "rpoly_": null, "length": 219.03470843999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1825, "l_t_add": 1849, "r_f_add": 1818, "r_t_add": 1848, "st_code": 13900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642011, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25578, "Shape__Length": 87.270442845265038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105051790547094, 40.000460388014403 ], [ -75.104618102296797, 39.9999601011679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13508, "tnode_": 13285, "lpoly_": null, "rpoly_": null, "length": 570.04457588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRYSTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 26280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642012, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRYSTAL ST", "stname": "CRYSTAL ST", "objectid": 25579, "Shape__Length": 227.37793979017641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118183378482797, 40.000282276238501 ], [ -75.117848992679797, 40.001825842712201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13503, "tnode_": 13508, "lpoly_": null, "rpoly_": null, "length": 143.21823135, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 613, "r_f_add": 600, "r_t_add": 612, "st_code": 61380, "l_hundred": 600, "r_hundred": 600, "seg_id": 642013, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25580, "Shape__Length": 56.912748266659563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118687927442906, 40.000345505753501 ], [ -75.118183378482797, 40.000282276238501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13509, "tnode_": 13481, "lpoly_": null, "rpoly_": null, "length": 80.69572204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3452, "l_t_add": 3456, "r_f_add": 3453, "r_t_add": 3457, "st_code": 44760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25581, "Shape__Length": 32.187965776325555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110504292247896, 40.000058089743803 ], [ -75.110461902834103, 40.000277197364802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13513, "tnode_": 13298, "lpoly_": null, "rpoly_": null, "length": 552.44773648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 62760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642015, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25582, "Shape__Length": 220.35950940556111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132362717924806, 40.000581835886798 ], [ -75.132036342514397, 40.002077456503002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13513, "tnode_": 13505, "lpoly_": null, "rpoly_": null, "length": 152.38635652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 158, "l_t_add": 198, "r_f_add": 193, "r_t_add": 199, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642016, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25583, "Shape__Length": 60.556923662159853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132362717924806, 40.000581835886798 ], [ -75.132898842242099, 40.000652453254901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13514, "tnode_": 13291, "lpoly_": null, "rpoly_": null, "length": 563.47855644000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 76660, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642017, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 25584, "Shape__Length": 224.75943272092479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117741212727495, 40.000232152295901 ], [ -75.117415722671694, 40.001758580504998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13508, "tnode_": 13514, "lpoly_": null, "rpoly_": null, "length": 125.2152534, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 615, "l_t_add": 631, "r_f_add": 614, "r_t_add": 630, "st_code": 61380, "l_hundred": 600, "r_hundred": 600, "seg_id": 642018, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25585, "Shape__Length": 49.757689916042281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118183378482797, 40.000282276238501 ], [ -75.117741212727495, 40.000232152295901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13439, "tnode_": 13515, "lpoly_": null, "rpoly_": null, "length": 440.857719, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 37440, "l_hundred": 700, "r_hundred": 700, "seg_id": 642019, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25586, "Shape__Length": 175.30524135197325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141931181252701, 40.001278388367197 ], [ -75.143348201453705, 40.000752090103497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13515, "tnode_": 13316, "lpoly_": null, "rpoly_": null, "length": 562.24515112999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 736, "l_t_add": 798, "r_f_add": 737, "r_t_add": 799, "st_code": 12060, "l_hundred": 700, "r_hundred": 700, "seg_id": 642020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25587, "Shape__Length": 224.15235366763662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348201453705, 40.000752090103497 ], [ -75.143797344537802, 40.001459612428697 ], [ -75.144066285305001, 40.001920983899701 ], [ -75.144125431070606, 40.002167301506702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13517, "tnode_": 13456, "lpoly_": null, "rpoly_": null, "length": 161.8772376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3428, "l_t_add": 3434, "r_f_add": 3421, "r_t_add": 3435, "st_code": 39700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25588, "Shape__Length": 64.568775803938507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112492899101099, 40.000090726780101 ], [ -75.112400003787897, 40.000529318938902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13482, "tnode_": 13517, "lpoly_": null, "rpoly_": null, "length": 619.48107399000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 69960, "l_hundred": 800, "r_hundred": 800, "seg_id": 642022, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSSELL ST", "stname": "E RUSSELL ST", "objectid": 25589, "Shape__Length": 246.17480635796511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114672151708106, 40.000378642996303 ], [ -75.112492899101099, 40.000090726780101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13520, "tnode_": 13297, "lpoly_": null, "rpoly_": null, "length": 563.42462122000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 47180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642023, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIM ST", "stname": "KEIM ST", "objectid": 25590, "Shape__Length": 224.73689254109189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117291334356494, 40.000174008997803 ], [ -75.116960062299398, 40.001699551182398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13514, "tnode_": 13520, "lpoly_": null, "rpoly_": null, "length": 127.80495295, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 633, "l_t_add": 647, "r_f_add": 632, "r_t_add": 646, "st_code": 61380, "l_hundred": 600, "r_hundred": 600, "seg_id": 642024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25591, "Shape__Length": 50.787984735992872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117741212727495, 40.000232152295901 ], [ -75.117291334356494, 40.000174008997803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13521, "tnode_": 13366, "lpoly_": null, "rpoly_": null, "length": 390.23954471000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3346, "r_f_add": 3301, "r_t_add": 3349, "st_code": 40340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642025, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 25592, "Shape__Length": 155.65746605553915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131835765093598, 40.000520320083197 ], [ -75.131604889031394, 40.001576757919501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13521, "tnode_": 13513, "lpoly_": null, "rpoly_": null, "length": 149.32110871, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 150, "l_t_add": 154, "r_f_add": 175, "r_t_add": 191, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642026, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25593, "Shape__Length": 59.337360162245538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131835765093598, 40.000520320083197 ], [ -75.132362717924806, 40.000581835886798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13522, "tnode_": 27086, "lpoly_": null, "rpoly_": null, "length": 289.67440302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 62860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 25594, "Shape__Length": 115.54425704661627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109813672292901, 39.999973250287098 ], [ -75.109649565112306, 40.000758362264598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13509, "tnode_": 13522, "lpoly_": null, "rpoly_": null, "length": 195.93694403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1018, "st_code": 32220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ESTAUGH ST", "stname": "E ESTAUGH ST", "objectid": 25595, "Shape__Length": 77.861717392986435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110504292247896, 40.000058089743803 ], [ -75.109813672292901, 39.999973250287098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13523, "tnode_": 13380, "lpoly_": null, "rpoly_": null, "length": 497.99152205999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3748, "r_f_add": 3701, "r_t_add": 3739, "st_code": 34960, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 642029, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25596, "Shape__Length": 198.28226788320345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098982436574403, 39.999697594453401 ], [ -75.098368604228895, 40.000118728691703 ], [ -75.097756767126398, 40.000682609163803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13430, "tnode_": 13523, "lpoly_": null, "rpoly_": null, "length": 303.25692106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2023, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2046, "st_code": 21880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25597, "Shape__Length": 120.81264282835836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099611536450993, 40.000375040171598 ], [ -75.098982436574403, 39.999697594453401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13524, "tnode_": 13371, "lpoly_": null, "rpoly_": null, "length": 390.35442991999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 57680, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642031, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUTTER ST", "stname": "MUTTER ST", "objectid": 25598, "Shape__Length": 155.70478461601098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131370387645802, 40.000456924937097 ], [ -75.131150960411404, 40.0015151242889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13524, "tnode_": 13521, "lpoly_": null, "rpoly_": null, "length": 132.40878344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 163, "l_t_add": 173, "r_f_add": 144, "r_t_add": 148, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642032, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25599, "Shape__Length": 52.618322696680139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131370387645802, 40.000456924937097 ], [ -75.131835765093598, 40.000520320083197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13525, "tnode_": 13304, "lpoly_": null, "rpoly_": null, "length": 566.234913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 33120, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25600, "Shape__Length": 225.86069107163729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116724795556294, 40.000097468538897 ], [ -75.116413833575393, 40.001633345193902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13520, "tnode_": 13525, "lpoly_": null, "rpoly_": null, "length": 161.15173842000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 649, "l_t_add": 699, "r_f_add": 648, "r_t_add": 698, "st_code": 61380, "l_hundred": 600, "r_hundred": 600, "seg_id": 642034, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25601, "Shape__Length": 64.040116125330627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117291334356494, 40.000174008997803 ], [ -75.116724795556294, 40.000097468538897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13529, "tnode_": 13446, "lpoly_": null, "rpoly_": null, "length": 416.67532440999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOUTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3538, "l_t_add": 3598, "r_f_add": 3539, "r_t_add": 3599, "st_code": 75120, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642035, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOUTON ST", "stname": "STOUTON ST", "objectid": 25602, "Shape__Length": 165.77193950135566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104454961540597, 39.999779129936599 ], [ -75.103227382579504, 40.000424896496803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13506, "tnode_": 13529, "lpoly_": null, "rpoly_": null, "length": 80.21885757, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1851, "l_t_add": 1857, "r_f_add": 1850, "r_t_add": 1856, "st_code": 13900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642036, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25603, "Shape__Length": 31.959471222768709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104618102296797, 39.9999601011679 ], [ -75.104454961540597, 39.999779129936599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13530, "tnode_": 13381, "lpoly_": null, "rpoly_": null, "length": 391.50307119000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3350, "r_f_add": 3301, "r_t_add": 3351, "st_code": 54200, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642037, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25604, "Shape__Length": 156.16270698544625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1309129112704, 40.000398593508599 ], [ -75.130691983196101, 40.001459801565197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13530, "tnode_": 13524, "lpoly_": null, "rpoly_": null, "length": 129.91542227, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 140, "l_t_add": 142, "r_f_add": 155, "r_t_add": 161, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642038, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25605, "Shape__Length": 51.626682068100422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1309129112704, 40.000398593508599 ], [ -75.131370387645802, 40.000456924937097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13531, "tnode_": 13509, "lpoly_": null, "rpoly_": null, "length": 80.9863065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3426, "l_t_add": 3450, "r_f_add": 3427, "r_t_add": 3451, "st_code": 44760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25606, "Shape__Length": 32.302678385252761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110554576685104, 39.999839161839603 ], [ -75.110504292247896, 40.000058089743803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13517, "tnode_": 13531, "lpoly_": null, "rpoly_": null, "length": 550.71923801000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 69960, "l_hundred": 900, "r_hundred": 900, "seg_id": 642040, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSSELL ST", "stname": "E RUSSELL ST", "objectid": 25607, "Shape__Length": 218.84791191192627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112492899101099, 40.000090726780101 ], [ -75.110554576685104, 39.999839161839603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13532, "tnode_": 13448, "lpoly_": null, "rpoly_": null, "length": 219.83909923, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3144, "l_t_add": 3198, "r_f_add": 3147, "r_t_add": 3199, "st_code": 62960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 25608, "Shape__Length": 87.689399919053727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151753962049298, 40.000840209322099 ], [ -75.151628003476404, 40.0014358691244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13533, "tnode_": 13313, "lpoly_": null, "rpoly_": null, "length": 565.43574629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 82680, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 25609, "Shape__Length": 225.54037690616579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116083830485394, 40.000020793493299 ], [ -75.115763958806298, 40.001553365650302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13525, "tnode_": 13533, "lpoly_": null, "rpoly_": null, "length": 181.73205128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 717, "r_f_add": 700, "r_t_add": 718, "st_code": 61380, "l_hundred": 700, "r_hundred": 700, "seg_id": 642043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25610, "Shape__Length": 72.216642267939434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116724795556294, 40.000097468538897 ], [ -75.116083830485394, 40.000020793493299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13535, "tnode_": 13491, "lpoly_": null, "rpoly_": null, "length": 238.43135549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3560, "l_t_add": 3598, "r_f_add": 3559, "r_t_add": 3599, "st_code": 45980, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642044, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25611, "Shape__Length": 94.858944397940078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103594983709499, 39.999689095425701 ], [ -75.102893478896902, 40.000059675297301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13536, "tnode_": 13324, "lpoly_": null, "rpoly_": null, "length": 551.03190902999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERLOO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642045, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERLOO ST", "stname": "WATERLOO ST", "objectid": 25612, "Shape__Length": 219.79453170760723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130446929916104, 40.000336862115702 ], [ -75.130125247674101, 40.0018291443265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13536, "tnode_": 13530, "lpoly_": null, "rpoly_": null, "length": 132.47138182, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 138, "l_t_add": 138, "r_f_add": 139, "r_t_add": 153, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642046, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25613, "Shape__Length": 52.642770858271327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130446929916104, 40.000336862115702 ], [ -75.1309129112704, 40.000398593508599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13537, "tnode_": 13506, "lpoly_": null, "rpoly_": null, "length": 157.72576467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOUTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3536, "r_f_add": 3501, "r_t_add": 3537, "st_code": 75120, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642047, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOUTON ST", "stname": "STOUTON ST", "objectid": 25614, "Shape__Length": 62.74418552018291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105090803845698, 39.9997249312433 ], [ -75.104618102296797, 39.9999601011679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13538, "tnode_": 13432, "lpoly_": null, "rpoly_": null, "length": 288.93297868000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3450, "l_t_add": 3498, "r_f_add": 3461, "r_t_add": 3499, "st_code": 45740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642049, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 25615, "Shape__Length": 115.2453161817624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1085727341097, 39.9998087929498 ], [ -75.108389282745406, 40.000589300079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13522, "tnode_": 13538, "lpoly_": null, "rpoly_": null, "length": 352.78605356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ESTAUGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1020, "r_t_add": 1098, "st_code": 32220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ESTAUGH ST", "stname": "E ESTAUGH ST", "objectid": 25616, "Shape__Length": 140.19259363308737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109813672292901, 39.999973250287098 ], [ -75.1085727341097, 39.9998087929498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13539, "tnode_": 13320, "lpoly_": null, "rpoly_": null, "length": 565.94515508000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 67560, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642051, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 25617, "Shape__Length": 225.74291180146372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115446261421496, 39.999930725984399 ], [ -75.115123512196107, 40.001464357832297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13533, "tnode_": 13539, "lpoly_": null, "rpoly_": null, "length": 181.60990406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 719, "l_t_add": 739, "r_f_add": 720, "r_t_add": 740, "st_code": 61380, "l_hundred": 700, "r_hundred": 700, "seg_id": 642052, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25618, "Shape__Length": 72.17059289864244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116083830485394, 40.000020793493299 ], [ -75.115446261421496, 39.999930725984399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13540, "tnode_": 13335, "lpoly_": null, "rpoly_": null, "length": 552.09060838999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 43800, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642053, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 25619, "Shape__Length": 220.21669351815095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129974368120102, 40.000276478830997 ], [ -75.129652482200896, 40.001771680932102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13540, "tnode_": 13536, "lpoly_": null, "rpoly_": null, "length": 134.20731103, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 130, "l_t_add": 136, "r_f_add": 129, "r_t_add": 137, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642054, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25620, "Shape__Length": 53.332150652055738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129974368120102, 40.000276478830997 ], [ -75.130446929916104, 40.000336862115702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13501, "tnode_": 13541, "lpoly_": null, "rpoly_": null, "length": 175.24759345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1100, "l_t_add": 1108, "r_f_add": 1101, "r_t_add": 1109, "st_code": 71520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 642055, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2004-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25621, "Shape__Length": 69.67144384295419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147452126747893, 40.000892771163699 ], [ -75.148033776430296, 40.000715759060398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13541, "tnode_": 13494, "lpoly_": null, "rpoly_": null, "length": 107.38403944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3200, "l_t_add": 3200, "r_f_add": 3201, "r_t_add": 3201, "st_code": 36660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642056, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 25622, "Shape__Length": 42.821883599490668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148033776430296, 40.000715759060398 ], [ -75.148150480696401, 40.0009965454433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13542, "tnode_": 13459, "lpoly_": null, "rpoly_": null, "length": 221.36962262, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3146, "l_t_add": 3198, "r_f_add": 3147, "r_t_add": 3199, "st_code": 88050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642057, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 25623, "Shape__Length": 88.29789315953866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150854774650398, 40.0007238865023 ], [ -75.150715419781903, 40.001322047944598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13542, "tnode_": 13532, "lpoly_": null, "rpoly_": null, "length": 255.4526771, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 84040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642058, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 25624, "Shape__Length": 101.51437449908691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150854774650398, 40.0007238865023 ], [ -75.151753962049298, 40.000840209322099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13543, "tnode_": 13470, "lpoly_": null, "rpoly_": null, "length": 402.05448994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3440, "l_t_add": 3498, "r_f_add": 3441, "r_t_add": 3499, "st_code": 47420, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642059, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25625, "Shape__Length": 159.97952635759745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107595651113002, 39.999671654947697 ], [ -75.106445529011594, 40.000331758850002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13544, "tnode_": 13466, "lpoly_": null, "rpoly_": null, "length": 228.47494544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3314, "l_t_add": 3342, "r_f_add": 3319, "r_t_add": 3333, "st_code": 15380, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642060, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25626, "Shape__Length": 91.133645616618153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1249548109041, 40.000126372081098 ], [ -75.124827607277297, 40.000745887195698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13546, "tnode_": 13447, "lpoly_": null, "rpoly_": null, "length": 285.78546218999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3226, "l_t_add": 3252, "r_f_add": 3217, "r_t_add": 3251, "st_code": 87910, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642061, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25627, "Shape__Length": 113.99223573765289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140404408029099, 40.000486058869797 ], [ -75.140231016363998, 40.001259158692697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13546, "tnode_": 13490, "lpoly_": null, "rpoly_": null, "length": 228.44690359000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TUSCULUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 600, "l_t_add": 628, "r_f_add": 601, "r_t_add": 645, "st_code": 78160, "l_hundred": 600, "r_hundred": 600, "seg_id": 642062, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TUSCULUM ST", "stname": "W TUSCULUM ST", "objectid": 25628, "Shape__Length": 90.974255455918438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140404408029099, 40.000486058869797 ], [ -75.140492302661201, 40.000550453591202 ], [ -75.140944051944899, 40.000955657732199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13548, "tnode_": 13450, "lpoly_": null, "rpoly_": null, "length": 344.50596114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 41700, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 25629, "Shape__Length": 137.05940715756026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102450206421096, 39.999577569642298 ], [ -75.101435474125793, 40.000111737802598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13491, "tnode_": 13548, "lpoly_": null, "rpoly_": null, "length": 215.09506583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1919, "r_f_add": 1900, "r_t_add": 1926, "st_code": 79900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25630, "Shape__Length": 85.691611836529191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102893478896902, 40.000059675297301 ], [ -75.102450206421096, 39.999577569642298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13549, "tnode_": 13342, "lpoly_": null, "rpoly_": null, "length": 552.24035433000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 43480, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642065, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 25631, "Shape__Length": 220.27682656704678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129453635654301, 40.000209805843397 ], [ -75.129452552971998, 40.0002550693738 ], [ -75.129139732135002, 40.001705954855701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13549, "tnode_": 13540, "lpoly_": null, "rpoly_": null, "length": 147.89593116, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 114, "l_t_add": 128, "r_f_add": 115, "r_t_add": 127, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642066, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25632, "Shape__Length": 58.771790817017873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129453635654301, 40.000209805843397 ], [ -75.129974368120102, 40.000276478830997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13550, "tnode_": 13503, "lpoly_": null, "rpoly_": null, "length": 142.09188791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3346, "l_t_add": 3398, "r_f_add": 3347, "r_t_add": 3399, "st_code": 30300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642067, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25633, "Shape__Length": 56.677292507281642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118765646462805, 39.999960052958102 ], [ -75.118687927442906, 40.000345505753501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13554, "tnode_": 13482, "lpoly_": null, "rpoly_": null, "length": 196.0939066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3414, "r_f_add": 3401, "r_t_add": 3419, "st_code": 35900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642068, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25634, "Shape__Length": 78.21642552252564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114786768814497, 39.9998476076439 ], [ -75.114672151708106, 40.000378642996303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13539, "tnode_": 13554, "lpoly_": null, "rpoly_": null, "length": 187.22844056, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 741, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 61380, "l_hundred": 700, "r_hundred": 700, "seg_id": 642069, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25635, "Shape__Length": 74.40135615044116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115446261421496, 39.999930725984399 ], [ -75.114786768814497, 39.9998476076439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13558, "tnode_": 13349, "lpoly_": null, "rpoly_": null, "length": 548.78717982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 35200, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642071, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25636, "Shape__Length": 218.89920486941037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128923041675904, 40.000142013290599 ], [ -75.128607425479501, 40.001628818015298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13558, "tnode_": 13549, "lpoly_": null, "rpoly_": null, "length": 150.6883454, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 113, "st_code": 82580, "l_hundred": 100, "r_hundred": 100, "seg_id": 642072, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 25637, "Shape__Length": 59.881372014024969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128923041675904, 40.000142013290599 ], [ -75.129453635654301, 40.000209805843397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13559, "tnode_": 13485, "lpoly_": null, "rpoly_": null, "length": 229.41558216000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3320, "l_t_add": 3344, "r_f_add": 3321, "r_t_add": 3345, "st_code": 69360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642073, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 25638, "Shape__Length": 91.508790475781865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123901665539194, 39.999986772038497 ], [ -75.1237748930169, 40.000608953195297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13544, "tnode_": 13559, "lpoly_": null, "rpoly_": null, "length": 299.39963594, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 25160, "l_hundred": 300, "r_hundred": 300, "seg_id": 642074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25639, "Shape__Length": 118.97782069002108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1249548109041, 40.000126372081098 ], [ -75.123901665539194, 39.999986772038497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13563, "tnode_": 13357, "lpoly_": null, "rpoly_": null, "length": 550.69993606999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 49820, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642075, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 25640, "Shape__Length": 219.6605133347035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128295794987494, 40.000059414584797 ], [ -75.127969414561704, 40.0015501690131 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13558, "tnode_": 13563, "lpoly_": null, "rpoly_": null, "length": 178.28672089, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 110, "st_code": 82560, "l_hundred": 100, "r_hundred": 100, "seg_id": 642076, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25641, "Shape__Length": 70.848945369754617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128923041675904, 40.000142013290599 ], [ -75.128295794987494, 40.000059414584797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13515, "tnode_": 13565, "lpoly_": null, "rpoly_": null, "length": 258.079684, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 850, "r_f_add": 801, "r_t_add": 849, "st_code": 37440, "l_hundred": 800, "r_hundred": 800, "seg_id": 642077, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25642, "Shape__Length": 102.62580436610386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143348201453705, 40.000752090103497 ], [ -75.1441750472313, 40.0004397648242 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13567, "tnode_": 13565, "lpoly_": null, "rpoly_": null, "length": 69.30128024, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 814, "l_t_add": 898, "r_f_add": 823, "r_t_add": 899, "st_code": 12060, "l_hundred": 800, "r_hundred": 800, "seg_id": 642079, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25643, "Shape__Length": 27.536529167354427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1439277102441, 40.000442608871403 ], [ -75.1441750472313, 40.0004397648242 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13569, "tnode_": 13367, "lpoly_": null, "rpoly_": null, "length": 552.10631327, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 81680, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642080, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 25644, "Shape__Length": 220.21765866813712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127709322220198, 39.999981956135301 ], [ -75.1273997313221, 40.0014208080107 ], [ -75.127369941951699, 40.001473198790897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13563, "tnode_": 13569, "lpoly_": null, "rpoly_": null, "length": 166.71155598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 121, "l_t_add": 135, "r_f_add": 112, "r_t_add": 130, "st_code": 82560, "l_hundred": 100, "r_hundred": 100, "seg_id": 642081, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25645, "Shape__Length": 66.249082586553769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128295794987494, 40.000059414584797 ], [ -75.127709322220198, 39.999981956135301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13570, "tnode_": 13535, "lpoly_": null, "rpoly_": null, "length": 183.74042493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3538, "l_t_add": 3558, "r_f_add": 3539, "r_t_add": 3557, "st_code": 45980, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642082, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25646, "Shape__Length": 73.099482126059513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104136327810195, 39.999404361980098 ], [ -75.103594983709499, 39.999689095425701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13529, "tnode_": 13570, "lpoly_": null, "rpoly_": null, "length": 163.11668969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1859, "l_t_add": 1899, "r_f_add": 1858, "r_t_add": 1898, "st_code": 13900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642083, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25647, "Shape__Length": 64.992425749724518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104454961540597, 39.999779129936599 ], [ -75.104136327810195, 39.999404361980098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13571, "tnode_": 13525, "lpoly_": null, "rpoly_": null, "length": 145.179788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3372, "l_t_add": 3398, "r_f_add": 3373, "r_t_add": 3399, "st_code": 33120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642084, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25648, "Shape__Length": 57.905344717070939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1168265337337, 39.999706688564501 ], [ -75.116724795556294, 40.000097468538897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13550, "tnode_": 13571, "lpoly_": null, "rpoly_": null, "length": 551.04801802999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 77000, "l_hundred": 600, "r_hundred": 600, "seg_id": 642085, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 25649, "Shape__Length": 218.97845607269383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118765646462805, 39.999960052958102 ], [ -75.1168265337337, 39.999706688564501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13573, "tnode_": 13567, "lpoly_": null, "rpoly_": null, "length": 139.16797824, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 821, "st_code": 12060, "l_hundred": 800, "r_hundred": 800, "seg_id": 642086, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2013-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25650, "Shape__Length": 55.309765805159756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143444904559701, 40.000352734929699 ], [ -75.1439277102441, 40.000442608871403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13576, "tnode_": 13517, "lpoly_": null, "rpoly_": null, "length": 196.1764712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3426, "r_f_add": 3401, "r_t_add": 3419, "st_code": 39700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642088, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25651, "Shape__Length": 78.250313591211778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112598255378202, 39.999558328930704 ], [ -75.112492899101099, 40.000090726780101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13554, "tnode_": 13576, "lpoly_": null, "rpoly_": null, "length": 622.12689029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 61380, "l_hundred": 800, "r_hundred": 800, "seg_id": 642089, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25652, "Shape__Length": 247.22431473530111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114786768814497, 39.9998476076439 ], [ -75.112598255378202, 39.999558328930704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13577, "tnode_": 13515, "lpoly_": null, "rpoly_": null, "length": 170.11830047000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 0, "l_t_add": 0, "r_f_add": 729, "r_t_add": 735, "st_code": 12060, "l_hundred": 0, "r_hundred": 700, "seg_id": 642090, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2013-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25653, "Shape__Length": 67.825080553139841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143119163173395, 40.000319588767098 ], [ -75.143348201453705, 40.000752090103497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13577, "tnode_": 13573, "lpoly_": null, "rpoly_": null, "length": 92.05465827, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 726, "l_t_add": 734, "r_f_add": 0, "r_t_add": 0, "st_code": 12060, "l_hundred": 700, "r_hundred": 0, "seg_id": 642091, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2013-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25654, "Shape__Length": 36.579878804592937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143119163173395, 40.000319588767098 ], [ -75.143444904559701, 40.000352734929699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13578, "tnode_": 13523, "lpoly_": null, "rpoly_": null, "length": 231.61178539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3662, "l_t_add": 3698, "r_f_add": 3659, "r_t_add": 3699, "st_code": 34960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642092, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25655, "Shape__Length": 92.184166529234162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099608043195801, 39.999281964866903 ], [ -75.098982436574403, 39.999697594453401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13493, "tnode_": 13578, "lpoly_": null, "rpoly_": null, "length": 328.29413924, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2043, "r_f_add": 2000, "r_t_add": 2044, "st_code": 62640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642093, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25656, "Shape__Length": 130.78275381856562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100292395351204, 40.000009742901298 ], [ -75.099679257076104, 39.999324287178801 ], [ -75.099608043195801, 39.999281964866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13580, "tnode_": 13374, "lpoly_": null, "rpoly_": null, "length": 551.41120107000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 11020, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25657, "Shape__Length": 219.9440775319753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127006695612593, 39.999889719153202 ], [ -75.126682646927605, 40.001382753879298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13569, "tnode_": 13580, "lpoly_": null, "rpoly_": null, "length": 199.69526929, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 137, "l_t_add": 199, "r_f_add": 132, "r_t_add": 198, "st_code": 82560, "l_hundred": 100, "r_hundred": 100, "seg_id": 642095, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25658, "Shape__Length": 79.356191885832601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127709322220198, 39.999981956135301 ], [ -75.127006695612593, 39.999889719153202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13582, "tnode_": 13577, "lpoly_": null, "rpoly_": null, "length": 87.38903138, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 718, "l_t_add": 724, "r_f_add": 723, "r_t_add": 727, "st_code": 12060, "l_hundred": 700, "r_hundred": 700, "seg_id": 642096, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2013-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25659, "Shape__Length": 34.724118877931616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142807924326306, 40.000303667005703 ], [ -75.143119163173395, 40.000319588767098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13576, "tnode_": 13584, "lpoly_": null, "rpoly_": null, "length": 141.45803606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 901, "l_t_add": 921, "r_f_add": 900, "r_t_add": 918, "st_code": 61380, "l_hundred": 900, "r_hundred": 900, "seg_id": 642097, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25660, "Shape__Length": 56.213763475339022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112598255378202, 39.999558328930704 ], [ -75.112101228412996, 39.999489957995401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13588, "tnode_": 13474, "lpoly_": null, "rpoly_": null, "length": 333.43067825000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3390, "l_t_add": 3398, "r_f_add": 3321, "r_t_add": 3399, "st_code": 27080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642099, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25661, "Shape__Length": 132.9962126885286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120807086373105, 39.999701887822098 ], [ -75.120611339444295, 40.000604730740697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13589, "tnode_": 13543, "lpoly_": null, "rpoly_": null, "length": 190.23138712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3412, "l_t_add": 3438, "r_f_add": 3423, "r_t_add": 3439, "st_code": 47420, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642100, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25662, "Shape__Length": 75.688492213034749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108146872359896, 39.999366724672001 ], [ -75.107595651113002, 39.999671654947697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13565, "tnode_": 13593, "lpoly_": null, "rpoly_": null, "length": 89.49603282, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 852, "l_t_add": 898, "r_f_add": 851, "r_t_add": 899, "st_code": 37440, "l_hundred": 800, "r_hundred": 800, "seg_id": 642102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25663, "Shape__Length": 35.585436877337713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1441750472313, 40.0004397648242 ], [ -75.144465165425004, 40.000336932763801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13595, "tnode_": 13439, "lpoly_": null, "rpoly_": null, "length": 393.09308068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 87930, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642104, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 25664, "Shape__Length": 156.79574770515865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142158426470502, 40.000213546236701 ], [ -75.141931181252701, 40.001278388367197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13595, "tnode_": 13582, "lpoly_": null, "rpoly_": null, "length": 184.90057077, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 721, "st_code": 12060, "l_hundred": 700, "r_hundred": 700, "seg_id": 642105, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25665, "Shape__Length": 73.478264013188351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142158426470502, 40.000213546236701 ], [ -75.142807924326306, 40.000303667005703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13596, "tnode_": 13387, "lpoly_": null, "rpoly_": null, "length": 550.97975554999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 31220, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642106, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 25666, "Shape__Length": 219.77147412061626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1263527137409, 39.999805501399798 ], [ -75.126027278485196, 40.001297156777099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13580, "tnode_": 13596, "lpoly_": null, "rpoly_": null, "length": 185.77087011, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 218, "st_code": 82560, "l_hundred": 200, "r_hundred": 200, "seg_id": 642107, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25667, "Shape__Length": 73.822425024942021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127006695612593, 39.999889719153202 ], [ -75.1263527137409, 39.999805501399798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13584, "tnode_": 13597, "lpoly_": null, "rpoly_": null, "length": 125.85385861, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 923, "l_t_add": 933, "r_f_add": 920, "r_t_add": 930, "st_code": 61380, "l_hundred": 900, "r_hundred": 900, "seg_id": 642108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25668, "Shape__Length": 50.010680230791905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112101228412996, 39.999489957995401 ], [ -75.111656590699099, 39.999440751036602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13541, "tnode_": 13617, "lpoly_": null, "rpoly_": null, "length": 399.92305543999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 1110, "l_t_add": 1198, "r_f_add": 1111, "r_t_add": 1199, "st_code": 71520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 642109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGLEY AVE", "stname": "W SEDGLEY AVE", "objectid": 25669, "Shape__Length": 159.02241983540716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148033776430296, 40.000715759060398 ], [ -75.149080732512701, 40.000332966129697 ], [ -75.149324328751007, 40.000246590040497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13588, "tnode_": 13598, "lpoly_": null, "rpoly_": null, "length": 136.8403858, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 507, "r_f_add": 500, "r_t_add": 506, "st_code": 25160, "l_hundred": 500, "r_hundred": 500, "seg_id": 642110, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25670, "Shape__Length": 54.378493855919082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120807086373105, 39.999701887822098 ], [ -75.120325838442596, 39.999637689405702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13603, "tnode_": 13595, "lpoly_": null, "rpoly_": null, "length": 166.96697766, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 626, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 12060, "l_hundred": 600, "r_hundred": 600, "seg_id": 642111, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25671, "Shape__Length": 66.350829688657427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141571163675096, 40.000135478777302 ], [ -75.142158426470502, 40.000213546236701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13597, "tnode_": 13605, "lpoly_": null, "rpoly_": null, "length": 126.22465419, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 935, "l_t_add": 949, "r_f_add": 932, "r_t_add": 946, "st_code": 61380, "l_hundred": 900, "r_hundred": 900, "seg_id": 642112, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25672, "Shape__Length": 50.16062758313786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111656590699099, 39.999440751036602 ], [ -75.111213683473594, 39.999377237705502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13607, "tnode_": 13488, "lpoly_": null, "rpoly_": null, "length": 331.49696022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3318, "l_t_add": 3398, "r_f_add": 3321, "r_t_add": 3399, "st_code": 69260, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25673, "Shape__Length": 132.22430676767019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119842993028101, 39.9995767347963 ], [ -75.119645958285204, 40.000474028954201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13598, "tnode_": 13607, "lpoly_": null, "rpoly_": null, "length": 137.08514429000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 509, "l_t_add": 599, "r_f_add": 508, "r_t_add": 598, "st_code": 25160, "l_hundred": 500, "r_hundred": 500, "seg_id": 642114, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25674, "Shape__Length": 54.475066123146014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120325838442596, 39.999637689405702 ], [ -75.119842993028101, 39.9995767347963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13608, "tnode_": 13398, "lpoly_": null, "rpoly_": null, "length": 551.93406531999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 47880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 25675, "Shape__Length": 220.14585322673236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125767334999296, 39.999730547471103 ], [ -75.125456799377801, 40.001166915438503 ], [ -75.125420954983596, 40.001219124062402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13596, "tnode_": 13608, "lpoly_": null, "rpoly_": null, "length": 166.25781631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 223, "l_t_add": 241, "r_f_add": 220, "r_t_add": 238, "st_code": 82560, "l_hundred": 200, "r_hundred": 200, "seg_id": 642116, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25676, "Shape__Length": 66.068087705934602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1263527137409, 39.999805501399798 ], [ -75.125767334999296, 39.999730547471103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13614, "tnode_": 13531, "lpoly_": null, "rpoly_": null, "length": 194.50154773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3424, "r_f_add": 3401, "r_t_add": 3425, "st_code": 44760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25677, "Shape__Length": 77.580112311567547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110672065741895, 39.9993129326215 ], [ -75.110554576685104, 39.999839161839603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13605, "tnode_": 13614, "lpoly_": null, "rpoly_": null, "length": 153.53870845, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 951, "l_t_add": 999, "r_f_add": 948, "r_t_add": 998, "st_code": 61380, "l_hundred": 900, "r_hundred": 900, "seg_id": 642118, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25678, "Shape__Length": 61.012453203784986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111213683473594, 39.999377237705502 ], [ -75.110672065741895, 39.9993129326215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13615, "tnode_": 13444, "lpoly_": null, "rpoly_": null, "length": 758.98935286999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 25020, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 642119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 25679, "Shape__Length": 301.95560779403115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098425802186995, 39.999077363184298 ], [ -75.096186845694007, 40.000250393541101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13523, "tnode_": 13615, "lpoly_": null, "rpoly_": null, "length": 274.53315988999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2123, "r_f_add": 2048, "r_t_add": 2078, "st_code": 21880, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 642120, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25680, "Shape__Length": 109.3750315461922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098982436574403, 39.999697594453401 ], [ -75.098425802186995, 39.999077363184298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13616, "tnode_": 13603, "lpoly_": null, "rpoly_": null, "length": 135.56876636000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 614, "l_t_add": 624, "r_f_add": 609, "r_t_add": 623, "st_code": 12060, "l_hundred": 600, "r_hundred": 600, "seg_id": 642121, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25681, "Shape__Length": 53.873170065089774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141093988678506, 40.000073658960403 ], [ -75.141571163675096, 40.000135478777302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13619, "tnode_": 13570, "lpoly_": null, "rpoly_": null, "length": 161.47365564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3522, "l_t_add": 3536, "r_f_add": 3523, "r_t_add": 3537, "st_code": 45980, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642122, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25682, "Shape__Length": 64.239399495251689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104613708827898, 39.999155990960702 ], [ -75.104136327810195, 39.999404361980098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13537, "tnode_": 13619, "lpoly_": null, "rpoly_": null, "length": 246.61859707000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 23360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642123, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENCE ST", "stname": "CLARENCE ST", "objectid": 25683, "Shape__Length": 98.265045219741054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105090803845698, 39.9997249312433 ], [ -75.104613708827898, 39.999155990960702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13620, "tnode_": 13554, "lpoly_": null, "rpoly_": null, "length": 163.35627525000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3338, "l_t_add": 3398, "r_f_add": 3339, "r_t_add": 3399, "st_code": 35900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642124, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25684, "Shape__Length": 65.15579270484622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114895482035806, 39.999407037949901 ], [ -75.114786768814497, 39.9998476076439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13622, "tnode_": 13544, "lpoly_": null, "rpoly_": null, "length": 180.58246384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3312, "r_f_add": 3301, "r_t_add": 3317, "st_code": 15380, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642127, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25685, "Shape__Length": 72.028982020209639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250611604559, 39.999637445176504 ], [ -75.1249548109041, 40.000126372081098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13608, "tnode_": 13622, "lpoly_": null, "rpoly_": null, "length": 200.72890164, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 243, "l_t_add": 299, "r_f_add": 240, "r_t_add": 298, "st_code": 82560, "l_hundred": 200, "r_hundred": 200, "seg_id": 642128, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25686, "Shape__Length": 79.766722672252186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125767334999296, 39.999730547471103 ], [ -75.1250611604559, 39.999637445176504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13624, "tnode_": 13493, "lpoly_": null, "rpoly_": null, "length": 591.17213128000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3676, "r_f_add": 3601, "r_t_add": 3671, "st_code": 31640, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642129, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25687, "Shape__Length": 235.19619290228474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102029108771205, 39.999088008502703 ], [ -75.100292395351204, 40.000009742901298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13548, "tnode_": 13624, "lpoly_": null, "rpoly_": null, "length": 213.82929686, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1921, "l_t_add": 1999, "r_f_add": 1928, "r_t_add": 1998, "st_code": 79900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25688, "Shape__Length": 85.196454505816178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102450206421096, 39.999577569642298 ], [ -75.102029108771205, 39.999088008502703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13627, "tnode_": 13546, "lpoly_": null, "rpoly_": null, "length": 178.14316744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3224, "r_f_add": 3201, "r_t_add": 3215, "st_code": 87910, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642131, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 25689, "Shape__Length": 71.057644114363271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140500324454294, 40.000002629741303 ], [ -75.140404408029099, 40.000486058869797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13627, "tnode_": 13616, "lpoly_": null, "rpoly_": null, "length": 168.32165053999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 607, "st_code": 12060, "l_hundred": 600, "r_hundred": 600, "seg_id": 642132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25690, "Shape__Length": 66.887601686958917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140500324454294, 40.000002629741303 ], [ -75.141093988678506, 40.000073658960403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13593, "tnode_": 13628, "lpoly_": null, "rpoly_": null, "length": 197.38780525, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 900, "l_t_add": 910, "r_f_add": 901, "r_t_add": 931, "st_code": 37440, "l_hundred": 900, "r_hundred": 900, "seg_id": 642133, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25691, "Shape__Length": 78.491034841021559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144465165425004, 40.000336932763801 ], [ -75.145097698500805, 40.0000982720927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13629, "tnode_": 13571, "lpoly_": null, "rpoly_": null, "length": 121.77907501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3334, "l_t_add": 3370, "r_f_add": 3335, "r_t_add": 3371, "st_code": 33120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642134, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25692, "Shape__Length": 48.574384878402469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116894208034793, 39.999376466550302 ], [ -75.1168265337337, 39.999706688564501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13590, "tnode_": 13629, "lpoly_": null, "rpoly_": null, "length": 551.28236075999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WENSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 82340, "l_hundred": 600, "r_hundred": 600, "seg_id": 642135, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WENSLEY ST", "stname": "E WENSLEY ST", "objectid": 25693, "Shape__Length": 219.07163812216072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118832855723895, 39.999635667933099 ], [ -75.116894208034793, 39.999376466550302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13631, "tnode_": 13453, "lpoly_": null, "rpoly_": null, "length": 463.25324122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 33240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 25694, "Shape__Length": 184.77876119796528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139990610841707, 39.9999412693927 ], [ -75.139710628726505, 40.001194593891597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13632, "tnode_": 13578, "lpoly_": null, "rpoly_": null, "length": 153.26715972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3646, "l_t_add": 3660, "r_f_add": 3643, "r_t_add": 3657, "st_code": 34960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642137, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25695, "Shape__Length": 61.006852494414794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1000143617552, 39.999000241918097 ], [ -75.099608043195801, 39.999281964866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13614, "tnode_": 13634, "lpoly_": null, "rpoly_": null, "length": 301.40201192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1000, "r_t_add": 1056, "st_code": 61380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642138, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25696, "Shape__Length": 119.77189543192397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110672065741895, 39.9993129326215 ], [ -75.109611646500298, 39.999173488328999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13637, "tnode_": 13620, "lpoly_": null, "rpoly_": null, "length": 32.36604516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3336, "l_t_add": 3336, "r_f_add": 3337, "r_t_add": 3337, "st_code": 35900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642139, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25697, "Shape__Length": 12.91076317858492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114905412604898, 39.999318518059802 ], [ -75.114895482035806, 39.999407037949901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13631, "tnode_": 13627, "lpoly_": null, "rpoly_": null, "length": 144.54035345, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 522, "l_t_add": 598, "r_f_add": 555, "r_t_add": 599, "st_code": 12060, "l_hundred": 500, "r_hundred": 500, "seg_id": 642140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25698, "Shape__Length": 57.437406573620713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139990610841707, 39.9999412693927 ], [ -75.140500324454294, 40.000002629741303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13641, "tnode_": 13559, "lpoly_": null, "rpoly_": null, "length": 178.56797468000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3318, "r_f_add": 3301, "r_t_add": 3319, "st_code": 69360, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642141, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 25699, "Shape__Length": 71.225892324232476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124002800494196, 39.999502791324097 ], [ -75.123901665539194, 39.999986772038497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13622, "tnode_": 13641, "lpoly_": null, "rpoly_": null, "length": 300.54219583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 331, "r_f_add": 300, "r_t_add": 332, "st_code": 82560, "l_hundred": 300, "r_hundred": 300, "seg_id": 642142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25700, "Shape__Length": 119.42995847563108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250611604559, 39.999637445176504 ], [ -75.124002800494196, 39.999502791324097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13642, "tnode_": 13464, "lpoly_": null, "rpoly_": null, "length": 460.37713732999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "RANDOLPH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 67360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N RANDOLPH ST", "stname": "N RANDOLPH ST", "objectid": 25701, "Shape__Length": 183.6322984192326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395292334999, 39.999886060691402 ], [ -75.139257050973796, 40.0011323958052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13642, "tnode_": 13631, "lpoly_": null, "rpoly_": null, "length": 130.81496977, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 520, "l_t_add": 520, "r_f_add": 541, "r_t_add": 553, "st_code": 12060, "l_hundred": 500, "r_hundred": 500, "seg_id": 642144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25702, "Shape__Length": 51.983115237860197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1395292334999, 39.999886060691402 ], [ -75.139990610841707, 39.9999412693927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13644, "tnode_": 13471, "lpoly_": null, "rpoly_": null, "length": 462.95468428000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "REESE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 67820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N REESE ST", "stname": "N REESE ST", "objectid": 25703, "Shape__Length": 184.66040150453784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139072382336906, 39.999820743576898 ], [ -75.138799737601602, 40.001074193470302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13644, "tnode_": 13642, "lpoly_": null, "rpoly_": null, "length": 130.18467554, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 518, "l_t_add": 518, "r_f_add": 519, "r_t_add": 539, "st_code": 12060, "l_hundred": 500, "r_hundred": 500, "seg_id": 642146, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25704, "Shape__Length": 51.734605916296601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139072382336906, 39.999820743576898 ], [ -75.1395292334999, 39.999886060691402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13647, "tnode_": 13589, "lpoly_": null, "rpoly_": null, "length": 200.85826741000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3410, "r_f_add": 3401, "r_t_add": 3421, "st_code": 47420, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642147, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25705, "Shape__Length": 79.918331179099056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108726040685198, 39.999041741804497 ], [ -75.108146872359896, 39.999366724672001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13647, "tnode_": 13538, "lpoly_": null, "rpoly_": null, "length": 282.70505769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3448, "r_f_add": 3401, "r_t_add": 3459, "st_code": 45740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642148, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 25706, "Shape__Length": 112.76373575320225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108726040685198, 39.999041741804497 ], [ -75.1085727341097, 39.9998087929498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13634, "tnode_": 13647, "lpoly_": null, "rpoly_": null, "length": 252.9849157, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1058, "r_t_add": 1098, "st_code": 61380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642149, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25707, "Shape__Length": 100.53542654367986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109611646500298, 39.999173488328999 ], [ -75.108899555458095, 39.999080646379802 ], [ -75.108726040685198, 39.999041741804497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13650, "tnode_": 13563, "lpoly_": null, "rpoly_": null, "length": 193.30962807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3298, "r_f_add": 3249, "r_t_add": 3299, "st_code": 49820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642150, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 25708, "Shape__Length": 77.106353796541484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128402673531696, 39.999535160785101 ], [ -75.128295794987494, 40.000059414584797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13655, "tnode_": 13442, "lpoly_": null, "rpoly_": null, "length": 551.23969652999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 20720, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642151, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 25709, "Shape__Length": 219.87426677163256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122871596442593, 39.999356300566099 ], [ -75.122549815241499, 40.000849147809099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13641, "tnode_": 13655, "lpoly_": null, "rpoly_": null, "length": 321.38242849, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 333, "l_t_add": 399, "r_f_add": 334, "r_t_add": 398, "st_code": 82560, "l_hundred": 300, "r_hundred": 300, "seg_id": 642152, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25710, "Shape__Length": 127.71169262635271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124002800494196, 39.999502791324097 ], [ -75.122871596442593, 39.999356300566099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13656, "tnode_": 13480, "lpoly_": null, "rpoly_": null, "length": 953.4291466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 71820, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 642153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 25711, "Shape__Length": 379.24264327146847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094606700749694, 39.998766193123302 ], [ -75.092159218498693, 39.999997583356198 ], [ -75.092039513402995, 40.000025221731299 ], [ -75.091705807802995, 39.999935600182503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13444, "tnode_": 13656, "lpoly_": null, "rpoly_": null, "length": 698.78661527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2141, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 20060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 642154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 25712, "Shape__Length": 278.31333516016116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096186845694007, 40.000250393541101 ], [ -75.094606700749694, 39.998766193123302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13628, "tnode_": 13659, "lpoly_": null, "rpoly_": null, "length": 158.90652063, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 912, "l_t_add": 924, "r_f_add": 933, "r_t_add": 963, "st_code": 37440, "l_hundred": 900, "r_hundred": 900, "seg_id": 642155, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 25713, "Shape__Length": 63.188637663864213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145097698500805, 40.0000982720927 ], [ -75.145607116101104, 39.9999064530612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13657, "tnode_": 13475, "lpoly_": null, "rpoly_": null, "length": 461.87267326999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3254, "r_f_add": 3201, "r_t_add": 3255, "st_code": 87890, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642156, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 25714, "Shape__Length": 184.22804100817686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138527396610101, 39.999752252848097 ], [ -75.1382513787172, 40.001002253302602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13657, "tnode_": 13644, "lpoly_": null, "rpoly_": null, "length": 154.70890384, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 500, "l_t_add": 516, "r_f_add": 501, "r_t_add": 517, "st_code": 12060, "l_hundred": 500, "r_hundred": 500, "seg_id": 642157, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25715, "Shape__Length": 61.478524331243491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138527396610101, 39.999752252848097 ], [ -75.139072382336906, 39.999820743576898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13658, "tnode_": 13590, "lpoly_": null, "rpoly_": null, "length": 129.88944969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3312, "l_t_add": 3328, "r_f_add": 3313, "r_t_add": 3329, "st_code": 30300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642158, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25716, "Shape__Length": 51.808684581068853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118909626038104, 39.9992840278533 ], [ -75.118832855723895, 39.999635667933099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13660, "tnode_": 13629, "lpoly_": null, "rpoly_": null, "length": 58.39425681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3322, "l_t_add": 3332, "r_f_add": 3323, "r_t_add": 3333, "st_code": 33120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642159, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25717, "Shape__Length": 23.291734568889385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116927199469103, 39.999218188011398 ], [ -75.116894208034793, 39.999376466550302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13667, "tnode_": 13619, "lpoly_": null, "rpoly_": null, "length": 189.19826486000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3520, "r_f_add": 3501, "r_t_add": 3521, "st_code": 45980, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642161, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25718, "Shape__Length": 75.269533811643271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105172100712693, 39.998863895904002 ], [ -75.104613708827898, 39.999155990960702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13470, "tnode_": 13667, "lpoly_": null, "rpoly_": null, "length": 643.42870705000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 77400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25719, "Shape__Length": 256.35905996074735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106445529011594, 40.000331758850002 ], [ -75.1063961443392, 40.000243261069301 ], [ -75.105172100712693, 39.998863895904002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13672, "tnode_": 13580, "lpoly_": null, "rpoly_": null, "length": 190.13022876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3236, "l_t_add": 3298, "r_f_add": 3241, "r_t_add": 3299, "st_code": 11020, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642163, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25720, "Shape__Length": 75.838496203974429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127108012565998, 39.999373637705197 ], [ -75.127006695612593, 39.999889719153202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13650, "tnode_": 13672, "lpoly_": null, "rpoly_": null, "length": 367.45696993000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 83260, "l_hundred": 100, "r_hundred": 100, "seg_id": 642164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25721, "Shape__Length": 146.01983722641742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128402673531696, 39.999535160785101 ], [ -75.127108012565998, 39.999373637705197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13674, "tnode_": 13632, "lpoly_": null, "rpoly_": null, "length": 143.55365338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3630, "l_t_add": 3644, "r_f_add": 3629, "r_t_add": 3641, "st_code": 34960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642165, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25722, "Shape__Length": 57.132752075044969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100406205579702, 39.998746324611801 ], [ -75.1000143617552, 39.999000241918097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13655, "tnode_": 13675, "lpoly_": null, "rpoly_": null, "length": 276.55727965, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 428, "st_code": 82560, "l_hundred": 400, "r_hundred": 400, "seg_id": 642167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25723, "Shape__Length": 109.89878738550672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122871596442593, 39.999356300566099 ], [ -75.121898212375498, 39.999230049313397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13676, "tnode_": 13576, "lpoly_": null, "rpoly_": null, "length": 192.11720706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3340, "l_t_add": 3398, "r_f_add": 3347, "r_t_add": 3399, "st_code": 39700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642168, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25724, "Shape__Length": 76.626707334293712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112727425289606, 39.999040384622703 ], [ -75.112598255378202, 39.999558328930704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13637, "tnode_": 13676, "lpoly_": null, "rpoly_": null, "length": 618.54733348999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 77000, "l_hundred": 800, "r_hundred": 800, "seg_id": 642169, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 25725, "Shape__Length": 245.79814420900493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114905412604898, 39.999318518059802 ], [ -75.112727425289606, 39.999040384622703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13675, "tnode_": 13681, "lpoly_": null, "rpoly_": null, "length": 136.77004899000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 431, "l_t_add": 435, "r_f_add": 430, "r_t_add": 434, "st_code": 82560, "l_hundred": 400, "r_hundred": 400, "seg_id": 642170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25726, "Shape__Length": 54.349650084472103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121898212375498, 39.999230049313397 ], [ -75.121416621306196, 39.999168574970298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13685, "tnode_": 13624, "lpoly_": null, "rpoly_": null, "length": 240.94680431999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3560, "l_t_add": 3598, "r_f_add": 3561, "r_t_add": 3599, "st_code": 31640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642172, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25727, "Shape__Length": 95.845912796685951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102754922977397, 39.998733205881202 ], [ -75.102029108771205, 39.999088008502703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13535, "tnode_": 13685, "lpoly_": null, "rpoly_": null, "length": 420.29100447000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 47820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 25728, "Shape__Length": 167.45107387328758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103594983709499, 39.999689095425701 ], [ -75.102754922977397, 39.998733205881202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13686, "tnode_": 13637, "lpoly_": null, "rpoly_": null, "length": 130.45203601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3330, "l_t_add": 3334, "r_f_add": 3323, "r_t_add": 3335, "st_code": 35900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642174, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25729, "Shape__Length": 52.032457676824833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114985101664303, 39.998965694710598 ], [ -75.114905412604898, 39.999318518059802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13660, "tnode_": 13686, "lpoly_": null, "rpoly_": null, "length": 551.82539824000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 25160, "l_hundred": 700, "r_hundred": 700, "seg_id": 642175, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25730, "Shape__Length": 219.28474689827726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116927199469103, 39.999218188011398 ], [ -75.114985101664303, 39.998965694710598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13691, "tnode_": 13588, "lpoly_": null, "rpoly_": null, "length": 219.85677264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3388, "r_f_add": 3301, "r_t_add": 3319, "st_code": 27080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642177, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25731, "Shape__Length": 87.693831968228736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120935827480807, 39.999106531178001 ], [ -75.120807086373105, 39.999701887822098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13681, "tnode_": 13691, "lpoly_": null, "rpoly_": null, "length": 136.58400371, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 437, "l_t_add": 499, "r_f_add": 436, "r_t_add": 498, "st_code": 82560, "l_hundred": 400, "r_hundred": 400, "seg_id": 642178, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25732, "Shape__Length": 54.275793411344914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121416621306196, 39.999168574970298 ], [ -75.120935827480807, 39.999106531178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13692, "tnode_": 13660, "lpoly_": null, "rpoly_": null, "length": 70.757014070000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3316, "l_t_add": 3320, "r_f_add": 3317, "r_t_add": 3321, "st_code": 33120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25733, "Shape__Length": 28.222544522061259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116968965378106, 39.999026625774803 ], [ -75.116927199469103, 39.999218188011398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13658, "tnode_": 13692, "lpoly_": null, "rpoly_": null, "length": 551.72898661, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 25160, "l_hundred": 600, "r_hundred": 600, "seg_id": 642180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25734, "Shape__Length": 219.2475955812078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118909626038104, 39.9992840278533 ], [ -75.116968965378106, 39.999026625774803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13693, "tnode_": 13473, "lpoly_": null, "rpoly_": null, "length": 585.05846094000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 87850, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642181, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 25735, "Shape__Length": 233.36263829672581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135654002773606, 39.999384917448502 ], [ -75.135303891377205, 40.000968242328199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13696, "tnode_": 13608, "lpoly_": null, "rpoly_": null, "length": 190.4750496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3240, "l_t_add": 3298, "r_f_add": 3241, "r_t_add": 3299, "st_code": 47880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642182, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 25736, "Shape__Length": 75.973694529805343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125884186110099, 39.999215450925 ], [ -75.125767334999296, 39.999730547471103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13672, "tnode_": 13696, "lpoly_": null, "rpoly_": null, "length": 347.67968516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 83260, "l_hundred": 200, "r_hundred": 200, "seg_id": 642183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25737, "Shape__Length": 138.16142741432347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127108012565998, 39.999373637705197 ], [ -75.125884186110099, 39.999215450925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13624, "tnode_": 13697, "lpoly_": null, "rpoly_": null, "length": 192.83470359, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2016, "st_code": 79900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25738, "Shape__Length": 76.830867740953138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102029108771205, 39.999088008502703 ], [ -75.101649063534595, 39.998646664647197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13698, "tnode_": 13598, "lpoly_": null, "rpoly_": null, "length": 220.30491144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 38100, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 25739, "Shape__Length": 87.874522480748197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120439923312901, 39.999039324124801 ], [ -75.120325838442596, 39.999637689405702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13691, "tnode_": 13698, "lpoly_": null, "rpoly_": null, "length": 141.07510825, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 510, "st_code": 82560, "l_hundred": 500, "r_hundred": 500, "seg_id": 642186, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25740, "Shape__Length": 56.061023846179786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120935827480807, 39.999106531178001 ], [ -75.120439923312901, 39.999039324124801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13693, "tnode_": 13657, "lpoly_": null, "rpoly_": null, "length": 816.0616053, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 300, "l_t_add": 498, "r_f_add": 301, "r_t_add": 499, "st_code": 12060, "l_hundred": 300, "r_hundred": 300, "seg_id": 642188, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25741, "Shape__Length": 324.28823384046046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135654002773606, 39.999384917448502 ], [ -75.138527396610101, 39.999752252848097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13615, "tnode_": 13700, "lpoly_": null, "rpoly_": null, "length": 247.02597162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2125, "l_t_add": 2153, "r_f_add": 2080, "r_t_add": 2098, "st_code": 21880, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 642189, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25742, "Shape__Length": 98.428301634092051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098425802186995, 39.999077363184298 ], [ -75.097951868982094, 39.998505537585402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13703, "tnode_": 13647, "lpoly_": null, "rpoly_": null, "length": 191.21536504000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3364, "l_t_add": 3398, "r_f_add": 3353, "r_t_add": 3399, "st_code": 47420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642190, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25743, "Shape__Length": 76.067010527051153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109297028765894, 39.998754188735802 ], [ -75.108726040685198, 39.999041741804497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13708, "tnode_": 13607, "lpoly_": null, "rpoly_": null, "length": 218.351874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3316, "r_f_add": 3301, "r_t_add": 3319, "st_code": 69260, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25744, "Shape__Length": 87.094893671662021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119960176163005, 39.998984146196001 ], [ -75.119842993028101, 39.9995767347963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13698, "tnode_": 13708, "lpoly_": null, "rpoly_": null, "length": 135.90269042, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 511, "l_t_add": 521, "r_f_add": 512, "r_t_add": 522, "st_code": 82560, "l_hundred": 500, "r_hundred": 500, "seg_id": 642192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25745, "Shape__Length": 54.00377451302333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120439923312901, 39.999039324124801 ], [ -75.119960176163005, 39.998984146196001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13713, "tnode_": 13487, "lpoly_": null, "rpoly_": null, "length": 585.85063731000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 12440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25746, "Shape__Length": 233.67992622970579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134414888286202, 39.999216699561998 ], [ -75.134077303012504, 40.000803836064001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13713, "tnode_": 13693, "lpoly_": null, "rpoly_": null, "length": 352.5210773, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 236, "l_t_add": 298, "r_f_add": 241, "r_t_add": 299, "st_code": 12060, "l_hundred": 200, "r_hundred": 200, "seg_id": 642195, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25747, "Shape__Length": 140.086843927095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134414888286202, 39.999216699561998 ], [ -75.135654002773606, 39.999384917448502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13715, "tnode_": 13496, "lpoly_": null, "rpoly_": null, "length": 549.57452553999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 41000, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 25748, "Shape__Length": 219.20919783576497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119482400628598, 39.998926539903898 ], [ -75.119165124372202, 40.000415325229298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13708, "tnode_": 13715, "lpoly_": null, "rpoly_": null, "length": 135.49071195, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 523, "l_t_add": 533, "r_f_add": 524, "r_t_add": 534, "st_code": 82560, "l_hundred": 500, "r_hundred": 500, "seg_id": 642197, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25749, "Shape__Length": 53.840472310830748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119960176163005, 39.998984146196001 ], [ -75.119482400628598, 39.998926539903898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13718, "tnode_": 13686, "lpoly_": null, "rpoly_": null, "length": 60.72180955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3316, "l_t_add": 3328, "r_f_add": 3317, "r_t_add": 3321, "st_code": 35900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642198, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25750, "Shape__Length": 24.220460291470594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115015759023507, 39.998800681905998 ], [ -75.114985101664303, 39.998965694710598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13720, "tnode_": 13674, "lpoly_": null, "rpoly_": null, "length": 149.17516005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3614, "l_t_add": 3628, "r_f_add": 3615, "r_t_add": 3627, "st_code": 34960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642200, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25751, "Shape__Length": 59.372014424809272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100810124623706, 39.998479509786598 ], [ -75.100406205579702, 39.998746324611801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13723, "tnode_": 13658, "lpoly_": null, "rpoly_": null, "length": 155.75933314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3310, "r_f_add": 3301, "r_t_add": 3311, "st_code": 30300, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642201, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25752, "Shape__Length": 62.127710592387743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118996593416895, 39.9988617131905 ], [ -75.118909626038104, 39.9992840278533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13715, "tnode_": 13723, "lpoly_": null, "rpoly_": null, "length": 138.13957638, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 535, "l_t_add": 599, "r_f_add": 536, "r_t_add": 598, "st_code": 82560, "l_hundred": 500, "r_hundred": 500, "seg_id": 642202, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25753, "Shape__Length": 54.89415128580422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119482400628598, 39.998926539903898 ], [ -75.118996593416895, 39.9988617131905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13724, "tnode_": 13499, "lpoly_": null, "rpoly_": null, "length": 587.75081856999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 64500, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642203, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 25754, "Shape__Length": 234.43728573189938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133832543986003, 39.999138552820199 ], [ -75.133491672930305, 40.000730560548298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13724, "tnode_": 13713, "lpoly_": null, "rpoly_": null, "length": 165.6166364, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 216, "l_t_add": 234, "r_f_add": 215, "r_t_add": 239, "st_code": 12060, "l_hundred": 200, "r_hundred": 200, "seg_id": 642204, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25755, "Shape__Length": 65.813392726447631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133832543986003, 39.999138552820199 ], [ -75.134414888286202, 39.999216699561998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13727, "tnode_": 13685, "lpoly_": null, "rpoly_": null, "length": 183.08500248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3544, "l_t_add": 3558, "r_f_add": 3541, "r_t_add": 3559, "st_code": 31640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642206, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25756, "Shape__Length": 72.840669736926969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103290234983504, 39.998444938701802 ], [ -75.102754922977397, 39.998733205881202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13570, "tnode_": 13727, "lpoly_": null, "rpoly_": null, "length": 422.30497663999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 13900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642207, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25757, "Shape__Length": 168.2517770253944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104136327810195, 39.999404361980098 ], [ -75.103290234983504, 39.998444938701802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13728, "tnode_": 13505, "lpoly_": null, "rpoly_": null, "length": 585.3722577, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 87830, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642208, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25758, "Shape__Length": 233.48826032763242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133238535658606, 39.9990669138123 ], [ -75.132898842242099, 40.000652453254901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13728, "tnode_": 13724, "lpoly_": null, "rpoly_": null, "length": 168.4534443, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 213, "st_code": 12060, "l_hundred": 200, "r_hundred": 200, "seg_id": 642209, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25759, "Shape__Length": 66.939150176944693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133238535658606, 39.9990669138123 ], [ -75.133832543986003, 39.999138552820199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13723, "tnode_": 13731, "lpoly_": null, "rpoly_": null, "length": 242.28877369, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 627, "r_f_add": 600, "r_t_add": 624, "st_code": 82560, "l_hundred": 600, "r_hundred": 600, "seg_id": 642211, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25760, "Shape__Length": 96.280992577588975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118996593416895, 39.9988617131905 ], [ -75.118144486938903, 39.998748144119602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13734, "tnode_": 13513, "lpoly_": null, "rpoly_": null, "length": 585.96668687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 62760, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 25761, "Shape__Length": 233.72487355287981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132704459552997, 39.998994902809002 ], [ -75.132362717924806, 40.000581835886798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13734, "tnode_": 13728, "lpoly_": null, "rpoly_": null, "length": 151.91108759, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 178, "l_t_add": 198, "r_f_add": 177, "r_t_add": 199, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642213, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25762, "Shape__Length": 60.36696273199653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132704459552997, 39.998994902809002 ], [ -75.133238535658606, 39.9990669138123 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13667, "tnode_": 13735, "lpoly_": null, "rpoly_": null, "length": 210.64117801, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1925, "r_f_add": 1900, "r_t_add": 1918, "st_code": 77400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25763, "Shape__Length": 83.933125651165426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105172100712693, 39.998863895904002 ], [ -75.104773672790401, 39.998373529449204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13731, "tnode_": 13737, "lpoly_": null, "rpoly_": null, "length": 151.89513182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 629, "l_t_add": 647, "r_f_add": 626, "r_t_add": 638, "st_code": 82560, "l_hundred": 600, "r_hundred": 600, "seg_id": 642215, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25764, "Shape__Length": 60.359546718606644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118144486938903, 39.998748144119602 ], [ -75.117609556369402, 39.9986802678186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13739, "tnode_": 13521, "lpoly_": null, "rpoly_": null, "length": 589.69600803000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 40340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 25765, "Shape__Length": 235.21295264403864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132174117189706, 39.998922584299201 ], [ -75.131835765093598, 40.000520320083197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13739, "tnode_": 13734, "lpoly_": null, "rpoly_": null, "length": 150.90052065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 164, "l_t_add": 176, "r_f_add": 167, "r_t_add": 175, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642217, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25766, "Shape__Length": 59.965473035007861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132174117189706, 39.998922584299201 ], [ -75.132704459552997, 39.998994902809002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13740, "tnode_": 13634, "lpoly_": null, "rpoly_": null, "length": 418.00934081999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 65400, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 25767, "Shape__Length": 166.31058187622699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110827926703394, 39.998508879444401 ], [ -75.109611646500298, 39.999173488328999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13740, "tnode_": 13614, "lpoly_": null, "rpoly_": null, "length": 296.1395815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3332, "l_t_add": 3398, "r_f_add": 3331, "r_t_add": 3399, "st_code": 44760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25768, "Shape__Length": 118.12215437806613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110827926703394, 39.998508879444401 ], [ -75.110672065741895, 39.9993129326215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13741, "tnode_": 13676, "lpoly_": null, "rpoly_": null, "length": 193.88527105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3316, "l_t_add": 3338, "r_f_add": 3319, "r_t_add": 3345, "st_code": 39700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642220, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25769, "Shape__Length": 77.335430384236389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112829967477893, 39.998514021044201 ], [ -75.112727425289606, 39.999040384622703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13718, "tnode_": 13741, "lpoly_": null, "rpoly_": null, "length": 621.22363023000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 25160, "l_hundred": 800, "r_hundred": 800, "seg_id": 642221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25770, "Shape__Length": 246.86114709242324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115015759023507, 39.998800681905998 ], [ -75.112829967477893, 39.998514021044201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13743, "tnode_": 13692, "lpoly_": null, "rpoly_": null, "length": 153.57818624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3301, "r_t_add": 3315, "st_code": 33120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25771, "Shape__Length": 61.257147180269683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1170571667475, 39.998610527980901 ], [ -75.116968965378106, 39.999026625774803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13737, "tnode_": 13743, "lpoly_": null, "rpoly_": null, "length": 156.83202549000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 649, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 82560, "l_hundred": 600, "r_hundred": 600, "seg_id": 642223, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25772, "Shape__Length": 62.321225009374778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117609556369402, 39.9986802678186 ], [ -75.1170571667475, 39.998610527980901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13744, "tnode_": 13703, "lpoly_": null, "rpoly_": null, "length": 191.50723715000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3338, "l_t_add": 3362, "r_f_add": 3337, "r_t_add": 3351, "st_code": 47420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642224, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25773, "Shape__Length": 76.196137975558443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1098504776119, 39.998445656289697 ], [ -75.109297028765894, 39.998754188735802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13748, "tnode_": 13700, "lpoly_": null, "rpoly_": null, "length": 213.87682972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3658, "l_t_add": 3698, "r_f_add": 3659, "r_t_add": 3699, "st_code": 12400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642225, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25774, "Shape__Length": 85.088827350549991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098580123935093, 39.998172013210301 ], [ -75.097951868982094, 39.998505537585402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13578, "tnode_": 13748, "lpoly_": null, "rpoly_": null, "length": 497.37630381000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBRIGHT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 11700, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642226, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBRIGHT ST", "stname": "ALBRIGHT ST", "objectid": 25775, "Shape__Length": 198.1432200059611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099608043195801, 39.999281964866903 ], [ -75.099540613966298, 39.999240412877498 ], [ -75.098580123935093, 39.998172013210301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13755, "tnode_": 13720, "lpoly_": null, "rpoly_": null, "length": 157.72108981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3612, "r_f_add": 3601, "r_t_add": 3613, "st_code": 34960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642227, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25776, "Shape__Length": 62.772880899458052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101237448068701, 39.9981976484749 ], [ -75.100810124623706, 39.998479509786598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13697, "tnode_": 13755, "lpoly_": null, "rpoly_": null, "length": 200.1340827, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2025, "l_t_add": 2051, "r_f_add": 2018, "r_t_add": 2044, "st_code": 79900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25777, "Shape__Length": 79.730097268752701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101649063534595, 39.998646664647197 ], [ -75.101237448068701, 39.9981976484749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13759, "tnode_": 13667, "lpoly_": null, "rpoly_": null, "length": 393.40759217000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3448, "l_t_add": 3498, "r_f_add": 3449, "r_t_add": 3499, "st_code": 45980, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642229, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25778, "Shape__Length": 156.50531410842092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106339532748507, 39.998263777235699 ], [ -75.105172100712693, 39.998863895904002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13543, "tnode_": 13759, "lpoly_": null, "rpoly_": null, "length": 621.99534879000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 71200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642230, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 25779, "Shape__Length": 247.80623578117559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107595651113002, 39.999671654947697 ], [ -75.106339532748507, 39.998263777235699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13760, "tnode_": 13530, "lpoly_": null, "rpoly_": null, "length": 584.30792257999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 54200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642231, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25780, "Shape__Length": 233.06288252963412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131251883250599, 39.998815923917803 ], [ -75.1309129112704, 40.000398593508599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13760, "tnode_": 13739, "lpoly_": null, "rpoly_": null, "length": 261.28268343000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 152, "l_t_add": 162, "r_f_add": 151, "r_t_add": 165, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642232, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25781, "Shape__Length": 103.82601563053767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131251883250599, 39.998815923917803 ], [ -75.132174117189706, 39.998922584299201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13767, "tnode_": 13727, "lpoly_": null, "rpoly_": null, "length": 168.55279382999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3524, "l_t_add": 3542, "r_f_add": 3521, "r_t_add": 3539, "st_code": 31640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642234, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25782, "Shape__Length": 67.053711294417042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103789970132496, 39.998187314888 ], [ -75.103290234983504, 39.998444938701802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13619, "tnode_": 13767, "lpoly_": null, "rpoly_": null, "length": 421.63894261999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 23360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENCE ST", "stname": "CLARENCE ST", "objectid": 25783, "Shape__Length": 167.99604875536932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104613708827898, 39.999155990960702 ], [ -75.103789970132496, 39.998187314888 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13772, "tnode_": 13718, "lpoly_": null, "rpoly_": null, "length": 163.89032413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3301, "r_t_add": 3315, "st_code": 35900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642236, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25784, "Shape__Length": 65.370191614284622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115109098456998, 39.998356546994302 ], [ -75.115015759023507, 39.998800681905998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13743, "tnode_": 13772, "lpoly_": null, "rpoly_": null, "length": 553.56992302999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 82560, "l_hundred": 700, "r_hundred": 700, "seg_id": 642237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25785, "Shape__Length": 219.97614924924139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1170571667475, 39.998610527980901 ], [ -75.115109098456998, 39.998356546994302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13727, "tnode_": 13773, "lpoly_": null, "rpoly_": null, "length": 148.82141807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2014, "st_code": 13900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25786, "Shape__Length": 59.29238332530587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103290234983504, 39.998444938701802 ], [ -75.102993218102398, 39.9981062393868 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13775, "tnode_": 13540, "lpoly_": null, "rpoly_": null, "length": 587.2902289, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 43800, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 25787, "Shape__Length": 234.25083535550846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130323161304801, 39.998686768879601 ], [ -75.129974368120102, 40.000276478830997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13775, "tnode_": 13760, "lpoly_": null, "rpoly_": null, "length": 264.41524061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 132, "l_t_add": 150, "r_f_add": 133, "r_t_add": 149, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642240, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25788, "Shape__Length": 105.0745934844679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130323161304801, 39.998686768879601 ], [ -75.131251883250599, 39.998815923917803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13779, "tnode_": 13691, "lpoly_": null, "rpoly_": null, "length": 234.48736842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3238, "l_t_add": 3298, "r_f_add": 3241, "r_t_add": 3299, "st_code": 27080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642241, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25789, "Shape__Length": 93.528457798198716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121074584448294, 39.998471742352798 ], [ -75.120935827480807, 39.999106531178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13780, "tnode_": 13549, "lpoly_": null, "rpoly_": null, "length": 586.46121417999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 43480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 25790, "Shape__Length": 233.91945261642906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129805168906302, 39.998622777222103 ], [ -75.129464242151599, 40.0001541888915 ], [ -75.129453635654301, 40.000209805843397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13780, "tnode_": 13775, "lpoly_": null, "rpoly_": null, "length": 146.98402864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 116, "l_t_add": 130, "r_f_add": 115, "r_t_add": 131, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642243, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25791, "Shape__Length": 58.407627399451265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129805168906302, 39.998622777222103 ], [ -75.130323161304801, 39.998686768879601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13781, "tnode_": 13723, "lpoly_": null, "rpoly_": null, "length": 165.53864509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3240, "l_t_add": 3298, "r_f_add": 3241, "r_t_add": 3299, "st_code": 30300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642244, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25792, "Shape__Length": 66.028228295455122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119087074003502, 39.998412649066999 ], [ -75.118996593416895, 39.9988617131905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13786, "tnode_": 13748, "lpoly_": null, "rpoly_": null, "length": 162.09138291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3642, "l_t_add": 3656, "r_f_add": 3643, "r_t_add": 3657, "st_code": 12400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642245, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25793, "Shape__Length": 64.483976298453243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099059332569496, 39.997922703464198 ], [ -75.098580123935093, 39.998172013210301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13632, "tnode_": 13786, "lpoly_": null, "rpoly_": null, "length": 475.04816690999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 64620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642246, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKWICK ST", "stname": "PICKWICK ST", "objectid": 25794, "Shape__Length": 189.262445498006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1000143617552, 39.999000241918097 ], [ -75.099059332569496, 39.997922703464198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13787, "tnode_": 13698, "lpoly_": null, "rpoly_": null, "length": 231.70079702000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 38100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642247, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 25795, "Shape__Length": 92.415723262979299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120584954664494, 39.9984131338637 ], [ -75.120439923312901, 39.999039324124801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13779, "tnode_": 13787, "lpoly_": null, "rpoly_": null, "length": 138.82942939, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 512, "st_code": 83260, "l_hundred": 500, "r_hundred": 500, "seg_id": 642248, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25796, "Shape__Length": 55.166701077050895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121074584448294, 39.998471742352798 ], [ -75.120584954664494, 39.9984131338637 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13788, "tnode_": 13713, "lpoly_": null, "rpoly_": null, "length": 188.1473007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 12440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 25797, "Shape__Length": 75.044318721719989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134532670173797, 39.998708217832402 ], [ -75.134414888286202, 39.999216699561998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13789, "tnode_": 13558, "lpoly_": null, "rpoly_": null, "length": 588.2221881, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 35200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642250, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25798, "Shape__Length": 234.62354664337443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129262321934704, 39.998548493704099 ], [ -75.128923041675904, 40.000142013290599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13789, "tnode_": 13780, "lpoly_": null, "rpoly_": null, "length": 154.47588553999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 113, "st_code": 12060, "l_hundred": 100, "r_hundred": 100, "seg_id": 642251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLEGHENY AVE", "stname": "W ALLEGHENY AVE", "objectid": 25799, "Shape__Length": 61.385979631365203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129262321934704, 39.998548493704099 ], [ -75.129805168906302, 39.998622777222103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13791, "tnode_": 13744, "lpoly_": null, "rpoly_": null, "length": 196.17113942999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3312, "l_t_add": 3336, "r_f_add": 3319, "r_t_add": 3335, "st_code": 47420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642252, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25800, "Shape__Length": 78.0485626534132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110421417776394, 39.998133914866102 ], [ -75.1098504776119, 39.998445656289697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13792, "tnode_": 13697, "lpoly_": null, "rpoly_": null, "length": 422.48378337999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOYCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3540, "l_t_add": 3598, "r_f_add": 3561, "r_t_add": 3599, "st_code": 46320, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-12-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOYCE ST", "stname": "JOYCE ST", "objectid": 25801, "Shape__Length": 168.07511982524272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102898234922705, 39.997996999079298 ], [ -75.101649063534595, 39.998646664647197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13773, "tnode_": 13792, "lpoly_": null, "rpoly_": null, "length": 47.87220958, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2017, "l_t_add": 2021, "r_f_add": 2016, "r_t_add": 2020, "st_code": 13900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25802, "Shape__Length": 19.073121202457823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102993218102398, 39.9981062393868 ], [ -75.102898234922705, 39.997996999079298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13796, "tnode_": 13708, "lpoly_": null, "rpoly_": null, "length": 232.82911887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3236, "l_t_add": 3298, "r_f_add": 3231, "r_t_add": 3299, "st_code": 69260, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25803, "Shape__Length": 92.865754888318335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120105469377194, 39.998354845783098 ], [ -75.119960176163005, 39.998984146196001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13787, "tnode_": 13796, "lpoly_": null, "rpoly_": null, "length": 136.00363461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 513, "l_t_add": 599, "r_f_add": 514, "r_t_add": 598, "st_code": 83260, "l_hundred": 500, "r_hundred": 500, "seg_id": 642256, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25804, "Shape__Length": 54.043922554961078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120584954664494, 39.9984131338637 ], [ -75.120105469377194, 39.998354845783098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13803, "tnode_": 13731, "lpoly_": null, "rpoly_": null, "length": 164.30362628999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3248, "l_t_add": 3298, "r_f_add": 3249, "r_t_add": 3299, "st_code": 76660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642257, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 25805, "Shape__Length": 65.534646623863793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118240499008493, 39.998303196212902 ], [ -75.118144486938903, 39.998748144119602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13781, "tnode_": 13803, "lpoly_": null, "rpoly_": null, "length": 240.51036504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 83260, "l_hundred": 600, "r_hundred": 600, "seg_id": 642258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25806, "Shape__Length": 95.573024047647991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119087074003502, 39.998412649066999 ], [ -75.118240499008493, 39.998303196212902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13772, "tnode_": 13805, "lpoly_": null, "rpoly_": null, "length": 468.06336393000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 857, "r_f_add": 800, "r_t_add": 858, "st_code": 82560, "l_hundred": 800, "r_hundred": 800, "seg_id": 642259, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25807, "Shape__Length": 185.99851705425868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115109098456998, 39.998356546994302 ], [ -75.113463539968606, 39.998134669422498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13789, "tnode_": 13808, "lpoly_": null, "rpoly_": null, "length": 179.31052638, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 116, "st_code": 12040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642261, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25808, "Shape__Length": 71.253569369325518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129262321934704, 39.998548493704099 ], [ -75.128630851816396, 39.998468331056301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13815, "tnode_": 13759, "lpoly_": null, "rpoly_": null, "length": 192.45202876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3420, "l_t_add": 3446, "r_f_add": 3423, "r_t_add": 3447, "st_code": 45980, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642262, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25809, "Shape__Length": 76.56341932317946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106906924872305, 39.9979659867967 ], [ -75.106339532748507, 39.998263777235699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13589, "tnode_": 13815, "lpoly_": null, "rpoly_": null, "length": 617.29245962000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSSELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 69960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642263, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSSELL ST", "stname": "E RUSSELL ST", "objectid": 25810, "Shape__Length": 245.93480521026919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108146872359896, 39.999366724672001 ], [ -75.106906924872305, 39.9979659867967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13817, "tnode_": 13741, "lpoly_": null, "rpoly_": null, "length": 163.98814461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3301, "r_t_add": 3317, "st_code": 39700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642264, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25811, "Shape__Length": 65.408487668550492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1129264988584, 39.9980700176786 ], [ -75.112829967477893, 39.998514021044201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13805, "tnode_": 13817, "lpoly_": null, "rpoly_": null, "length": 152.29384321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 859, "l_t_add": 899, "r_f_add": 860, "r_t_add": 898, "st_code": 82560, "l_hundred": 800, "r_hundred": 800, "seg_id": 642265, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25812, "Shape__Length": 60.516820658563454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113463539968606, 39.998134669422498 ], [ -75.1129264988584, 39.9980700176786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13822, "tnode_": 13743, "lpoly_": null, "rpoly_": null, "length": 146.60293521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3252, "l_t_add": 3298, "r_f_add": 3253, "r_t_add": 3299, "st_code": 33120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642266, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25813, "Shape__Length": 58.474943972178707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117138949732293, 39.998213030642503 ], [ -75.1170571667475, 39.998610527980901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13823, "tnode_": 13767, "lpoly_": null, "rpoly_": null, "length": 187.25605641000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3522, "r_f_add": 3501, "r_t_add": 3519, "st_code": 31640, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642267, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25814, "Shape__Length": 74.498810449681514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104338469457204, 39.997893577701298 ], [ -75.103789970132496, 39.998187314888 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13735, "tnode_": 13823, "lpoly_": null, "rpoly_": null, "length": 213.15547812999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1920, "r_t_add": 1998, "st_code": 77400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25815, "Shape__Length": 84.918858468312735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104773672790401, 39.998373529449204 ], [ -75.104338469457204, 39.997893577701298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13824, "tnode_": 13728, "lpoly_": null, "rpoly_": null, "length": 192.29455831, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3131, "r_t_add": 3199, "st_code": 87830, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642269, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 25816, "Shape__Length": 76.699125890669109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133353545270893, 39.998546505209397 ], [ -75.133238535658606, 39.9990669138123 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13824, "tnode_": 13788, "lpoly_": null, "rpoly_": null, "length": 335.56188734, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 84040, "l_hundred": 200, "r_hundred": 200, "seg_id": 642270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 25817, "Shape__Length": 133.34650015103384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133353545270893, 39.998546505209397 ], [ -75.134532670173797, 39.998708217832402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13827, "tnode_": 13584, "lpoly_": null, "rpoly_": null, "length": 544.26800899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 67340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAND ST", "stname": "RAND ST", "objectid": 25818, "Shape__Length": 217.08894756752639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112420494148196, 39.998016190606499 ], [ -75.112101228412996, 39.999489957995401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13817, "tnode_": 13827, "lpoly_": null, "rpoly_": null, "length": 143.1160995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 914, "st_code": 82560, "l_hundred": 900, "r_hundred": 900, "seg_id": 642272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25819, "Shape__Length": 56.868663132320471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1129264988584, 39.9980700176786 ], [ -75.112420494148196, 39.998016190606499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13831, "tnode_": 13755, "lpoly_": null, "rpoly_": null, "length": 209.78686467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3558, "l_t_add": 3598, "r_f_add": 3555, "r_t_add": 3599, "st_code": 34960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642273, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25820, "Shape__Length": 83.491924362784474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101809854056796, 39.997826376724902 ], [ -75.101237448068701, 39.9981976484749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13836, "tnode_": 13786, "lpoly_": null, "rpoly_": null, "length": 146.02811329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3630, "l_t_add": 3640, "r_f_add": 3631, "r_t_add": 3641, "st_code": 12400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642274, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25821, "Shape__Length": 58.09672236097677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099486480130906, 39.997692990097804 ], [ -75.099059332569496, 39.997922703464198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13674, "tnode_": 13836, "lpoly_": null, "rpoly_": null, "length": 462.203337, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2045, "l_t_add": 2099, "r_f_add": 2046, "r_t_add": 2098, "st_code": 62640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25822, "Shape__Length": 184.14899821569162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100406205579702, 39.998746324611801 ], [ -75.099486480130906, 39.997692990097804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13792, "tnode_": 13837, "lpoly_": null, "rpoly_": null, "length": 88.21241364000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2023, "l_t_add": 2033, "r_f_add": 2022, "r_t_add": 2032, "st_code": 13900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25823, "Shape__Length": 35.148950150200271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102898234922705, 39.997996999079298 ], [ -75.102730886441805, 39.997791882252002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13839, "tnode_": 13597, "lpoly_": null, "rpoly_": null, "length": 548.1343962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGYLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 13140, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642278, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGYLE ST", "stname": "ARGYLE ST", "objectid": 25824, "Shape__Length": 218.6298848804569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111985334549999, 39.9979574488233 ], [ -75.111656590699099, 39.999440751036602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13827, "tnode_": 13839, "lpoly_": null, "rpoly_": null, "length": 123.78168188, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 917, "l_t_add": 931, "r_f_add": 916, "r_t_add": 922, "st_code": 82560, "l_hundred": 900, "r_hundred": 900, "seg_id": 642279, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25825, "Shape__Length": 49.188057393544213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112420494148196, 39.998016190606499 ], [ -75.111985334549999, 39.9979574488233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13841, "tnode_": 13672, "lpoly_": null, "rpoly_": null, "length": 396.30577168000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3234, "r_f_add": 3201, "r_t_add": 3239, "st_code": 11020, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642280, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25826, "Shape__Length": 158.07250875766371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127339193123703, 39.998300357056202 ], [ -75.127108012565998, 39.999373637705197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13808, "tnode_": 13841, "lpoly_": null, "rpoly_": null, "length": 367.01682014, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 125, "l_t_add": 199, "r_f_add": 118, "r_t_add": 198, "st_code": 12040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25827, "Shape__Length": 145.84387903354312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128630851816396, 39.998468331056301 ], [ -75.127339193123703, 39.998300357056202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13839, "tnode_": 13842, "lpoly_": null, "rpoly_": null, "length": 39.57869381, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 933, "l_t_add": 933, "r_f_add": 924, "r_t_add": 934, "st_code": 82560, "l_hundred": 900, "r_hundred": 900, "seg_id": 642282, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25828, "Shape__Length": 15.730264725185121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111985334549999, 39.9979574488233 ], [ -75.111849209825294, 39.997928400488497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13845, "tnode_": 13739, "lpoly_": null, "rpoly_": null, "length": 194.34136421, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3136, "l_t_add": 3198, "r_f_add": 3141, "r_t_add": 3199, "st_code": 40340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642283, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 25829, "Shape__Length": 77.516206404716868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1322844066203, 39.9983958798015 ], [ -75.132174117189706, 39.998922584299201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13845, "tnode_": 13824, "lpoly_": null, "rpoly_": null, "length": 304.52105437, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 164, "l_t_add": 198, "r_f_add": 165, "r_t_add": 199, "st_code": 84040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642284, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 25830, "Shape__Length": 121.01192085036216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1322844066203, 39.9983958798015 ], [ -75.133353545270893, 39.998546505209397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13846, "tnode_": 13605, "lpoly_": null, "rpoly_": null, "length": 545.64482819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 53060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642285, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 25831, "Shape__Length": 217.63777718039711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111533546247102, 39.997899715255897 ], [ -75.111213683473594, 39.999377237705502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13842, "tnode_": 13846, "lpoly_": null, "rpoly_": null, "length": 89.05428748, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 935, "l_t_add": 947, "r_f_add": 936, "r_t_add": 946, "st_code": 82560, "l_hundred": 900, "r_hundred": 900, "seg_id": 642286, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25832, "Shape__Length": 35.38587393011197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111849209825294, 39.997928400488497 ], [ -75.111533546247102, 39.997899715255897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13847, "tnode_": 13779, "lpoly_": null, "rpoly_": null, "length": 139.27998904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3220, "l_t_add": 3236, "r_f_add": 3221, "r_t_add": 3239, "st_code": 27080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642287, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25833, "Shape__Length": 55.554225249097897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121150357617296, 39.998093869113703 ], [ -75.121074584448294, 39.998471742352798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13850, "tnode_": 13791, "lpoly_": null, "rpoly_": null, "length": 197.12829387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3310, "r_f_add": 3301, "r_t_add": 3317, "st_code": 47420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642288, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25834, "Shape__Length": 78.435858634494849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110985527876693, 39.997810490410302 ], [ -75.110421417776394, 39.998133914866102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13850, "tnode_": 13740, "lpoly_": null, "rpoly_": null, "length": 258.21414066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "I", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3330, "r_f_add": 3301, "r_t_add": 3329, "st_code": 44760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "I ST", "stname": "I ST", "objectid": 25835, "Shape__Length": 102.99054331590115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110985527876693, 39.997810490410302 ], [ -75.110827926703394, 39.998508879444401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13846, "tnode_": 13850, "lpoly_": null, "rpoly_": null, "length": 156.94044562000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 949, "l_t_add": 999, "r_f_add": 948, "r_t_add": 998, "st_code": 82560, "l_hundred": 900, "r_hundred": 900, "seg_id": 642290, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25836, "Shape__Length": 62.367697468612114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111533546247102, 39.997899715255897 ], [ -75.110985527876693, 39.997810490410302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13851, "tnode_": 13772, "lpoly_": null, "rpoly_": null, "length": 148.05224032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3252, "l_t_add": 3298, "r_f_add": 3253, "r_t_add": 3299, "st_code": 35900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642291, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25837, "Shape__Length": 59.051725337762718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115199188889804, 39.997956075247799 ], [ -75.115109098456998, 39.998356546994302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13822, "tnode_": 13851, "lpoly_": null, "rpoly_": null, "length": 551.4613588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 83260, "l_hundred": 700, "r_hundred": 700, "seg_id": 642292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25838, "Shape__Length": 219.13772816652124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117138949732293, 39.998213030642503 ], [ -75.115199188889804, 39.997956075247799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13841, "tnode_": 13854, "lpoly_": null, "rpoly_": null, "length": 262.91721097, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 226, "st_code": 12040, "l_hundred": 200, "r_hundred": 200, "seg_id": 642293, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25839, "Shape__Length": 104.47729749775604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127339193123703, 39.998300357056202 ], [ -75.126414342217601, 39.9981780270233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13859, "tnode_": 13696, "lpoly_": null, "rpoly_": null, "length": 394.54131427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3238, "r_f_add": 3201, "r_t_add": 3239, "st_code": 47880, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIP ST", "stname": "KIP ST", "objectid": 25840, "Shape__Length": 157.36993479610129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126103161905206, 39.998145560506799 ], [ -75.125884186110099, 39.999215450925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13854, "tnode_": 13859, "lpoly_": null, "rpoly_": null, "length": 87.98125746, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 235, "l_t_add": 241, "r_f_add": 228, "r_t_add": 236, "st_code": 12040, "l_hundred": 200, "r_hundred": 200, "seg_id": 642296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25841, "Shape__Length": 34.960227050470998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126414342217601, 39.9981780270233 ], [ -75.126103161905206, 39.998145560506799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13861, "tnode_": 13656, "lpoly_": null, "rpoly_": null, "length": 824.5806556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 71820, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 642297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 25842, "Shape__Length": 328.02072619708588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097069391092404, 39.997527284113097 ], [ -75.095248553332794, 39.998423027522001 ], [ -75.094606700749694, 39.998766193123302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13700, "tnode_": 13861, "lpoly_": null, "rpoly_": null, "length": 433.80479364000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2155, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 21880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 642298, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25843, "Shape__Length": 172.82434362065467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097951868982094, 39.998505537585402 ], [ -75.097271769245907, 39.997735601462402 ], [ -75.097069391092404, 39.997527284113097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13862, "tnode_": 13760, "lpoly_": null, "rpoly_": null, "length": 197.56931241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3174, "l_t_add": 3198, "r_f_add": 3177, "r_t_add": 3199, "st_code": 54200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642299, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 25844, "Shape__Length": 78.803835726191878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131362289732394, 39.998280260319 ], [ -75.131251883250599, 39.998815923917803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13864, "tnode_": 13796, "lpoly_": null, "rpoly_": null, "length": 141.37198439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3212, "l_t_add": 3234, "r_f_add": 3213, "r_t_add": 3229, "st_code": 69260, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642300, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25845, "Shape__Length": 56.387964728308802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120186668948193, 39.997971820054801 ], [ -75.120105469377194, 39.998354845783098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13847, "tnode_": 13864, "lpoly_": null, "rpoly_": null, "length": 273.63122969, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 42760, "l_hundred": 500, "r_hundred": 500, "seg_id": 642301, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25846, "Shape__Length": 108.73347103133422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121150357617296, 39.998093869113703 ], [ -75.120186668948193, 39.997971820054801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13867, "tnode_": 13781, "lpoly_": null, "rpoly_": null, "length": 152.14241767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3218, "l_t_add": 3238, "r_f_add": 3219, "r_t_add": 3239, "st_code": 30300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25847, "Shape__Length": 60.684551711877596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119169897892306, 39.997999885758396 ], [ -75.119087074003502, 39.998412649066999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13875, "tnode_": 13815, "lpoly_": null, "rpoly_": null, "length": 195.33282365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3418, "r_f_add": 3401, "r_t_add": 3421, "st_code": 45980, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642303, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25848, "Shape__Length": 77.706481951257416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107486460701594, 39.9976678974596 ], [ -75.106906924872305, 39.9979659867967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13647, "tnode_": 13875, "lpoly_": null, "rpoly_": null, "length": 609.16137215000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 61380, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25849, "Shape__Length": 242.68624007880916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108726040685198, 39.999041741804497 ], [ -75.107486460701594, 39.9976678974596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13823, "tnode_": 13877, "lpoly_": null, "rpoly_": null, "length": 139.61515971, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2010, "st_code": 77400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25850, "Shape__Length": 55.622707477692465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104338469457204, 39.997893577701298 ], [ -75.104057112030802, 39.997577249852398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13879, "tnode_": 13622, "lpoly_": null, "rpoly_": null, "length": 584.16468815999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 15380, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642306, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25851, "Shape__Length": 233.00551470457486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1253831133332, 39.998053073447601 ], [ -75.1250611604559, 39.999637445176504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13859, "tnode_": 13879, "lpoly_": null, "rpoly_": null, "length": 204.52864367000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 243, "l_t_add": 299, "r_f_add": 238, "r_t_add": 298, "st_code": 12040, "l_hundred": 200, "r_hundred": 200, "seg_id": 642307, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25852, "Shape__Length": 81.274333527973482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126103161905206, 39.998145560506799 ], [ -75.1253831133332, 39.998053073447601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13883, "tnode_": 13836, "lpoly_": null, "rpoly_": null, "length": 142.65240259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3616, "l_t_add": 3628, "r_f_add": 3617, "r_t_add": 3629, "st_code": 12400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25853, "Shape__Length": 56.755338585531909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099901223857799, 39.997465831609603 ], [ -75.099486480130906, 39.997692990097804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13720, "tnode_": 13883, "lpoly_": null, "rpoly_": null, "length": 448.55443664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VICTORIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 80040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VICTORIA ST", "stname": "E VICTORIA ST", "objectid": 25854, "Shape__Length": 178.70232952487572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100810124623706, 39.998479509786598 ], [ -75.099901223857799, 39.997465831609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13867, "tnode_": 13886, "lpoly_": null, "rpoly_": null, "length": 241.79270295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 624, "st_code": 42760, "l_hundred": 600, "r_hundred": 600, "seg_id": 642312, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25855, "Shape__Length": 96.081614107582723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119169897892306, 39.997999885758396 ], [ -75.118318357671399, 39.997891959438803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13877, "tnode_": 13773, "lpoly_": null, "rpoly_": null, "length": 355.92266638999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 18660, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 25856, "Shape__Length": 141.58543408775211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104057112030802, 39.997577249852398 ], [ -75.104010682850102, 39.997584221357101 ], [ -75.102993218102398, 39.9981062393868 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13889, "tnode_": 13822, "lpoly_": null, "rpoly_": null, "length": 131.347362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3234, "l_t_add": 3250, "r_f_add": 3235, "r_t_add": 3251, "st_code": 33120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642315, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25857, "Shape__Length": 52.390379037432375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117207287376402, 39.997856317228702 ], [ -75.117138949732293, 39.998213030642503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13891, "tnode_": 13775, "lpoly_": null, "rpoly_": null, "length": 194.68047995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3136, "l_t_add": 3198, "r_f_add": 3125, "r_t_add": 3199, "st_code": 43800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 25858, "Shape__Length": 77.651405387923901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130432163496593, 39.998158963340302 ], [ -75.130323161304801, 39.998686768879601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13891, "tnode_": 13862, "lpoly_": null, "rpoly_": null, "length": 264.31082270999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 134, "l_t_add": 162, "r_f_add": 135, "r_t_add": 163, "st_code": 84040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 25859, "Shape__Length": 105.03073204800098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130432163496593, 39.998158963340302 ], [ -75.131362289732394, 39.998280260319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13895, "tnode_": 13805, "lpoly_": null, "rpoly_": null, "length": 144.27222461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3272, "l_t_add": 3298, "r_f_add": 3273, "r_t_add": 3299, "st_code": 72460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642318, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 25860, "Shape__Length": 57.54535040276231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113540710810099, 39.997743097032 ], [ -75.113463539968606, 39.998134669422498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13851, "tnode_": 13895, "lpoly_": null, "rpoly_": null, "length": 471.08696922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 83260, "l_hundred": 800, "r_hundred": 800, "seg_id": 642319, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25861, "Shape__Length": 187.19694349630663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115199188889804, 39.997956075247799 ], [ -75.113540710810099, 39.997743097032 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13900, "tnode_": 13641, "lpoly_": null, "rpoly_": null, "length": 587.22280337999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 69360, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642321, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 25862, "Shape__Length": 234.22259171536277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124342546524502, 39.997912110937897 ], [ -75.124002800494196, 39.999502791324097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13879, "tnode_": 13900, "lpoly_": null, "rpoly_": null, "length": 296.02190012, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 301, "l_t_add": 333, "r_f_add": 300, "r_t_add": 332, "st_code": 12040, "l_hundred": 300, "r_hundred": 300, "seg_id": 642322, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25863, "Shape__Length": 117.6325361662534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1253831133332, 39.998053073447601 ], [ -75.124342546524502, 39.997912110937897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13901, "tnode_": 13831, "lpoly_": null, "rpoly_": null, "length": 221.44925879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3544, "l_t_add": 3556, "r_f_add": 3533, "r_t_add": 3553, "st_code": 34960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642323, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25864, "Shape__Length": 88.138291760018149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102405984042704, 39.997427201110199 ], [ -75.101809854056796, 39.997826376724902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13837, "tnode_": 13901, "lpoly_": null, "rpoly_": null, "length": 161.0415954, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2035, "l_t_add": 2053, "r_f_add": 2034, "r_t_add": 2052, "st_code": 13900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642324, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25865, "Shape__Length": 64.158703387260687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102730886441805, 39.997791882252002 ], [ -75.102405984042704, 39.997427201110199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13905, "tnode_": 13886, "lpoly_": null, "rpoly_": null, "length": 55.4901419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3224, "l_t_add": 3226, "r_f_add": 3225, "r_t_add": 3227, "st_code": 76660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642325, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 25866, "Shape__Length": 22.133263993248519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118346897334106, 39.997741221943699 ], [ -75.118318357671399, 39.997891959438803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13907, "tnode_": 13789, "lpoly_": null, "rpoly_": null, "length": 192.37365296000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 3142, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 35200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642326, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 25867, "Shape__Length": 76.729575078509725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129380840649503, 39.998028330694503 ], [ -75.129262321934704, 39.998548493704099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13907, "tnode_": 13891, "lpoly_": null, "rpoly_": null, "length": 298.36645389, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19133, "zip_right": 19133, "l_f_add": 100, "l_t_add": 132, "r_f_add": 101, "r_t_add": 133, "st_code": 84040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WISHART ST", "stname": "W WISHART ST", "objectid": 25868, "Shape__Length": 118.5622178027502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129380840649503, 39.998028330694503 ], [ -75.130432163496593, 39.998158963340302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13900, "tnode_": 13910, "lpoly_": null, "rpoly_": null, "length": 115.35097958, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 335, "l_t_add": 339, "r_f_add": 334, "r_t_add": 336, "st_code": 12040, "l_hundred": 300, "r_hundred": 300, "seg_id": 642328, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25869, "Shape__Length": 45.837469148910252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124342546524502, 39.997912110937897 ], [ -75.123936625229604, 39.997859156228301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13913, "tnode_": 13737, "lpoly_": null, "rpoly_": null, "length": 371.00622542999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 47180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642329, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIM ST", "stname": "KEIM ST", "objectid": 25870, "Shape__Length": 147.97956176258472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117828869618293, 39.997675874839302 ], [ -75.117609556369402, 39.9986802678186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13905, "tnode_": 13913, "lpoly_": null, "rpoly_": null, "length": 147.07490516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 627, "l_t_add": 641, "r_f_add": 626, "r_t_add": 640, "st_code": 42760, "l_hundred": 600, "r_hundred": 600, "seg_id": 642330, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25871, "Shape__Length": 58.443167170659741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118346897334106, 39.997741221943699 ], [ -75.117828869618293, 39.997675874839302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13920, "tnode_": 13851, "lpoly_": null, "rpoly_": null, "length": 128.69882142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3236, "l_t_add": 3250, "r_f_add": 3237, "r_t_add": 3251, "st_code": 35900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642332, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25872, "Shape__Length": 51.332664117827612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115274277936393, 39.997607533281702 ], [ -75.115199188889804, 39.997956075247799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13889, "tnode_": 13920, "lpoly_": null, "rpoly_": null, "length": 549.1010026, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 52840, "l_hundred": 700, "r_hundred": 700, "seg_id": 642333, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 25873, "Shape__Length": 218.19728789955579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117207287376402, 39.997856317228702 ], [ -75.115274277936393, 39.997607533281702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13921, "tnode_": 13655, "lpoly_": null, "rpoly_": null, "length": 588.54091290999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 20720, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642334, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 25874, "Shape__Length": 234.74778360149182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123212436239498, 39.997762091602397 ], [ -75.122871596442593, 39.999356300566099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13910, "tnode_": 13921, "lpoly_": null, "rpoly_": null, "length": 205.9534766, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 341, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 12040, "l_hundred": 300, "r_hundred": 300, "seg_id": 642335, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25875, "Shape__Length": 81.840935982598651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123936625229604, 39.997859156228301 ], [ -75.123212436239498, 39.997762091602397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13926, "tnode_": 13889, "lpoly_": null, "rpoly_": null, "length": 95.21287059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3224, "l_t_add": 3232, "r_f_add": 3225, "r_t_add": 3233, "st_code": 33120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642336, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25876, "Shape__Length": 37.975942896341344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117266368935603, 39.997598926402297 ], [ -75.117207287376402, 39.997856317228702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13913, "tnode_": 13926, "lpoly_": null, "rpoly_": null, "length": 160.0692693, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 643, "l_t_add": 699, "r_f_add": 642, "r_t_add": 698, "st_code": 42760, "l_hundred": 600, "r_hundred": 600, "seg_id": 642337, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25877, "Shape__Length": 63.607798423640013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117828869618293, 39.997675874839302 ], [ -75.117266368935603, 39.997598926402297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13927, "tnode_": 13883, "lpoly_": null, "rpoly_": null, "length": 159.86644662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3614, "r_f_add": 3601, "r_t_add": 3615, "st_code": 12400, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642338, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25878, "Shape__Length": 63.601145260117598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100369771297196, 39.997215369448497 ], [ -75.099901223857799, 39.997465831609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13755, "tnode_": 13927, "lpoly_": null, "rpoly_": null, "length": 432.59241802000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2053, "l_t_add": 2099, "r_f_add": 2046, "r_t_add": 2098, "st_code": 79900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25879, "Shape__Length": 172.34686405944356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101237448068701, 39.9981976484749 ], [ -75.100369771297196, 39.997215369448497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13928, "tnode_": 13850, "lpoly_": null, "rpoly_": null, "length": 200.18043383999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3260, "l_t_add": 3298, "r_f_add": 3257, "r_t_add": 3299, "st_code": 47420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642340, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25880, "Shape__Length": 79.648258327911208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111560691978298, 39.997484468319101 ], [ -75.110985527876693, 39.997810490410302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13921, "tnode_": 13932, "lpoly_": null, "rpoly_": null, "length": 143.07029494, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 401, "l_t_add": 411, "r_f_add": 400, "r_t_add": 412, "st_code": 12040, "l_hundred": 400, "r_hundred": 400, "seg_id": 642341, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25881, "Shape__Length": 56.852157117367774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123212436239498, 39.997762091602397 ], [ -75.122708840510796, 39.997697008575102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13935, "tnode_": 13875, "lpoly_": null, "rpoly_": null, "length": 199.0326726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3360, "l_t_add": 3398, "r_f_add": 3361, "r_t_add": 3399, "st_code": 45980, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642343, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25882, "Shape__Length": 79.18317958395653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108069837245594, 39.997356114222903 ], [ -75.107486460701594, 39.9976678974596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13703, "tnode_": 13935, "lpoly_": null, "rpoly_": null, "length": 614.48570103999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 77000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 25883, "Shape__Length": 244.81788553494457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109297028765894, 39.998754188735802 ], [ -75.108069837245594, 39.997356114222903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13936, "tnode_": 13837, "lpoly_": null, "rpoly_": null, "length": 352.23388874999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOYCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3538, "r_f_add": 3501, "r_t_add": 3559, "st_code": 46320, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642345, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOYCE ST", "stname": "JOYCE ST", "objectid": 25884, "Shape__Length": 140.1100614442305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103794278943894, 39.997276078382903 ], [ -75.102730886441805, 39.997791882252002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13877, "tnode_": 13936, "lpoly_": null, "rpoly_": null, "length": 132.13322616, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2015, "l_t_add": 2027, "r_f_add": 2012, "r_t_add": 2024, "st_code": 77400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25885, "Shape__Length": 52.643366232719892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104057112030802, 39.997577249852398 ], [ -75.103794278943894, 39.997276078382903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13943, "tnode_": 13675, "lpoly_": null, "rpoly_": null, "length": 586.26152590999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 18480, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642347, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 25886, "Shape__Length": 233.83786617365095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122240049590999, 39.997642308805901 ], [ -75.121898212375498, 39.999230049313397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13932, "tnode_": 13943, "lpoly_": null, "rpoly_": null, "length": 132.84400698, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 413, "l_t_add": 423, "r_f_add": 414, "r_t_add": 424, "st_code": 12040, "l_hundred": 400, "r_hundred": 400, "seg_id": 642348, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25887, "Shape__Length": 52.787430306957134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122708840510796, 39.997697008575102 ], [ -75.122240049590999, 39.997642308805901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13947, "tnode_": 13841, "lpoly_": null, "rpoly_": null, "length": 193.53616228000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3138, "l_t_add": 3198, "r_f_add": 3137, "r_t_add": 3199, "st_code": 11020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642349, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 25888, "Shape__Length": 77.193103276805871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127457534760694, 39.997776930840999 ], [ -75.127339193123703, 39.998300357056202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13907, "tnode_": 13947, "lpoly_": null, "rpoly_": null, "length": 546.5773542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 84020, "l_hundred": 100, "r_hundred": 100, "seg_id": 642350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 25889, "Shape__Length": 217.19572391533825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129380840649503, 39.998028330694503 ], [ -75.127457534760694, 39.997776930840999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13950, "tnode_": 13681, "lpoly_": null, "rpoly_": null, "length": 585.41536615999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 44100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642351, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURLEY ST", "stname": "HURLEY ST", "objectid": 25890, "Shape__Length": 233.50108053658062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121751473518103, 39.997582307474701 ], [ -75.121416621306196, 39.999168574970298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13943, "tnode_": 13950, "lpoly_": null, "rpoly_": null, "length": 138.61848609, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 425, "l_t_add": 435, "r_f_add": 426, "r_t_add": 432, "st_code": 12040, "l_hundred": 400, "r_hundred": 400, "seg_id": 642352, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25891, "Shape__Length": 55.082470080942997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122240049590999, 39.997642308805901 ], [ -75.121751473518103, 39.997582307474701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13952, "tnode_": 13926, "lpoly_": null, "rpoly_": null, "length": 35.17081507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3222, "l_t_add": 3222, "r_f_add": 3223, "r_t_add": 3223, "st_code": 33120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25892, "Shape__Length": 14.028235370361532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117286240608294, 39.997503595537601 ], [ -75.117266368935603, 39.997598926402297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13953, "tnode_": 13895, "lpoly_": null, "rpoly_": null, "length": 129.86522832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3224, "l_t_add": 3270, "r_f_add": 3225, "r_t_add": 3271, "st_code": 72460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642354, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 25893, "Shape__Length": 51.798406528863431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113611639235103, 39.997390799513703 ], [ -75.113540710810099, 39.997743097032 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13920, "tnode_": 13953, "lpoly_": null, "rpoly_": null, "length": 472.46582867000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 52840, "l_hundred": 800, "r_hundred": 800, "seg_id": 642355, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 25894, "Shape__Length": 187.74449176457296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115274277936393, 39.997607533281702 ], [ -75.113611639235103, 39.997390799513703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13957, "tnode_": 13901, "lpoly_": null, "rpoly_": null, "length": 173.20364369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3518, "l_t_add": 3542, "r_f_add": 3517, "r_t_add": 3531, "st_code": 34960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642356, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25895, "Shape__Length": 68.928688408698832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102882906885995, 39.997124674749202 ], [ -75.102405984042704, 39.997427201110199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13960, "tnode_": 13847, "lpoly_": null, "rpoly_": null, "length": 212.30017374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3219, "st_code": 27080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642357, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 25896, "Shape__Length": 84.679169669804452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121264543171506, 39.997517733874702 ], [ -75.121150357617296, 39.998093869113703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13950, "tnode_": 13960, "lpoly_": null, "rpoly_": null, "length": 138.43658043, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 437, "l_t_add": 499, "r_f_add": 434, "r_t_add": 498, "st_code": 12040, "l_hundred": 400, "r_hundred": 400, "seg_id": 642358, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25897, "Shape__Length": 55.011010142996199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121751473518103, 39.997582307474701 ], [ -75.121264543171506, 39.997517733874702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13964, "tnode_": 13854, "lpoly_": null, "rpoly_": null, "length": 177.58526479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3138, "l_t_add": 3198, "r_f_add": 3139, "r_t_add": 3199, "st_code": 31220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642359, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 25898, "Shape__Length": 70.832362186252865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126512620690804, 39.997696429142401 ], [ -75.126414342217601, 39.9981780270233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13947, "tnode_": 27361, "lpoly_": null, "rpoly_": null, "length": 265.85531193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 228, "st_code": 84020, "l_hundred": 200, "r_hundred": 200, "seg_id": 642360, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 25899, "Shape__Length": 105.64458395736906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127457534760694, 39.997776930840999 ], [ -75.126523011099707, 39.997650338530697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13966, "tnode_": 13735, "lpoly_": null, "rpoly_": null, "length": 773.45940446999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 41700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642361, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELEN ST", "stname": "HELEN ST", "objectid": 25900, "Shape__Length": 307.70221007190855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107057478347002, 39.997180653420699 ], [ -75.104773672790401, 39.998373529449204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13875, "tnode_": 13966, "lpoly_": null, "rpoly_": null, "length": 214.3583972, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 1900, "r_t_add": 1920, "st_code": 61380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25901, "Shape__Length": 85.401523529252685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107486460701594, 39.9976678974596 ], [ -75.107057478347002, 39.997180653420699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13968, "tnode_": 13879, "lpoly_": null, "rpoly_": null, "length": 179.35789466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3144, "l_t_add": 3198, "r_f_add": 3165, "r_t_add": 3199, "st_code": 15380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642363, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 25902, "Shape__Length": 71.53568029234431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125505913724794, 39.997569857356901 ], [ -75.1253831133332, 39.998053073447601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13964, "tnode_": 13968, "lpoly_": null, "rpoly_": null, "length": 285.79296523, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 231, "l_t_add": 299, "r_f_add": 230, "r_t_add": 298, "st_code": 84020, "l_hundred": 200, "r_hundred": 200, "seg_id": 642364, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 25903, "Shape__Length": 113.56537218217932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126512620690804, 39.997696429142401 ], [ -75.125505913724794, 39.997569857356901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13974, "tnode_": 13842, "lpoly_": null, "rpoly_": null, "length": 430.62679632000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 65400, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642366, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTER ST", "stname": "POTTER ST", "objectid": 25904, "Shape__Length": 171.32728670843974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113102403183007, 39.997243972435797 ], [ -75.111849209825294, 39.997928400488497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13974, "tnode_": 13817, "lpoly_": null, "rpoly_": null, "length": 304.92283871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3220, "l_t_add": 3298, "r_f_add": 3251, "r_t_add": 3299, "st_code": 39700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25905, "Shape__Length": 121.62123750751356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113102403183007, 39.997243972435797 ], [ -75.1129264988584, 39.9980700176786 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13975, "tnode_": 13864, "lpoly_": null, "rpoly_": null, "length": 211.21642164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3210, "r_f_add": 3201, "r_t_add": 3211, "st_code": 69260, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642368, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 25906, "Shape__Length": 84.247381174895096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120295399942293, 39.997398067292501 ], [ -75.120186668948193, 39.997971820054801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13960, "tnode_": 13975, "lpoly_": null, "rpoly_": null, "length": 275.00258729000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 501, "l_t_add": 527, "r_f_add": 500, "r_t_add": 526, "st_code": 12040, "l_hundred": 500, "r_hundred": 500, "seg_id": 642369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25907, "Shape__Length": 109.27693446582504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121264543171506, 39.997517733874702 ], [ -75.120295399942293, 39.997398067292501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13977, "tnode_": 13928, "lpoly_": null, "rpoly_": null, "length": 198.10386953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3234, "l_t_add": 3258, "r_f_add": 3241, "r_t_add": 3255, "st_code": 47420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642370, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25908, "Shape__Length": 78.817523608716542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112135686656103, 39.9971679697803 ], [ -75.111560691978298, 39.997484468319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13979, "tnode_": 13715, "lpoly_": null, "rpoly_": null, "length": 589.77813703000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 41000, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642372, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTVILLE ST", "stname": "HARTVILLE ST", "objectid": 25909, "Shape__Length": 235.24121168028617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119813782768603, 39.997327712866003 ], [ -75.119482400628598, 39.998926539903898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13975, "tnode_": 13979, "lpoly_": null, "rpoly_": null, "length": 137.3475581, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 529, "l_t_add": 557, "r_f_add": 528, "r_t_add": 538, "st_code": 12040, "l_hundred": 500, "r_hundred": 500, "seg_id": 642373, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25910, "Shape__Length": 54.579397241523132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120295399942293, 39.997398067292501 ], [ -75.119813782768603, 39.997327712866003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13980, "tnode_": 13920, "lpoly_": null, "rpoly_": null, "length": 131.44591835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3224, "l_t_add": 3234, "r_f_add": 3225, "r_t_add": 3235, "st_code": 35900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642374, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25911, "Shape__Length": 52.428843629191377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115345590710106, 39.997250890846601 ], [ -75.115274277936393, 39.997607533281702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13952, "tnode_": 13980, "lpoly_": null, "rpoly_": null, "length": 551.45180862000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 42760, "l_hundred": 700, "r_hundred": 700, "seg_id": 642375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25912, "Shape__Length": 219.13083173520056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117286240608294, 39.997503595537601 ], [ -75.115345590710106, 39.997250890846601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13982, "tnode_": 13927, "lpoly_": null, "rpoly_": null, "length": 210.16123573000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3556, "l_t_add": 3598, "r_f_add": 3557, "r_t_add": 3599, "st_code": 12400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642376, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25913, "Shape__Length": 83.595592013709719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101005380826095, 39.996909006099202 ], [ -75.100369771297196, 39.997215369448497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13831, "tnode_": 13982, "lpoly_": null, "rpoly_": null, "length": 403.08602408000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 47820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642377, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGSTON ST", "stname": "KINGSTON ST", "objectid": 25914, "Shape__Length": 160.59256173548113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101809854056796, 39.997826376724902 ], [ -75.101005380826095, 39.996909006099202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13983, "tnode_": 13877, "lpoly_": null, "rpoly_": null, "length": 328.87302202000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3452, "l_t_add": 3498, "r_f_add": 3445, "r_t_add": 3499, "st_code": 18660, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642378, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 25915, "Shape__Length": 130.88047454940886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104960528406096, 39.997002686614501 ], [ -75.104101227632896, 39.997561102939699 ], [ -75.104057112030802, 39.997577249852398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13985, "tnode_": 13935, "lpoly_": null, "rpoly_": null, "length": 192.02445503000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3340, "l_t_add": 3358, "r_f_add": 3341, "r_t_add": 3359, "st_code": 45980, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642380, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25916, "Shape__Length": 76.394959617493555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108632291097507, 39.997054890648101 ], [ -75.108069837245594, 39.997356114222903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13744, "tnode_": 13985, "lpoly_": null, "rpoly_": null, "length": 610.86850269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WENSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 82340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642381, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WENSLEY ST", "stname": "E WENSLEY ST", "objectid": 25917, "Shape__Length": 243.37654078728107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1098504776119, 39.998445656289697 ], [ -75.108632291097507, 39.997054890648101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13988, "tnode_": 13867, "lpoly_": null, "rpoly_": null, "length": 271.79731135000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3216, "r_f_add": 3201, "r_t_add": 3217, "st_code": 30300, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642382, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25918, "Shape__Length": 108.40818297886275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119330848253597, 39.997264109150301 ], [ -75.119169897892306, 39.997999885758396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13979, "tnode_": 13988, "lpoly_": null, "rpoly_": null, "length": 137.27390227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 559, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 12040, "l_hundred": 500, "r_hundred": 500, "seg_id": 642383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25919, "Shape__Length": 54.54870571168334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119813782768603, 39.997327712866003 ], [ -75.119330848253597, 39.997264109150301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13999, "tnode_": 13905, "lpoly_": null, "rpoly_": null, "length": 216.93682132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3222, "r_f_add": 3201, "r_t_add": 3223, "st_code": 76660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642385, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 25920, "Shape__Length": 86.526819874809874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118472971777393, 39.997153650831898 ], [ -75.118346897334106, 39.997741221943699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13988, "tnode_": 13999, "lpoly_": null, "rpoly_": null, "length": 243.69764003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 628, "st_code": 12040, "l_hundred": 600, "r_hundred": 600, "seg_id": 642386, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25921, "Shape__Length": 96.837847964434275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119330848253597, 39.997264109150301 ], [ -75.118472971777393, 39.997153650831898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14002, "tnode_": 13957, "lpoly_": null, "rpoly_": null, "length": 180.09245496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3516, "r_f_add": 3501, "r_t_add": 3515, "st_code": 34960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642387, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25922, "Shape__Length": 71.674328581634839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103372168186397, 39.996804035483599 ], [ -75.102882906885995, 39.997124674749202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13936, "tnode_": 14002, "lpoly_": null, "rpoly_": null, "length": 208.69958755, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2029, "l_t_add": 2063, "r_f_add": 2026, "r_t_add": 2046, "st_code": 77400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25923, "Shape__Length": 83.144345972825377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103794278943894, 39.997276078382903 ], [ -75.103372168186397, 39.996804035483599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14003, "tnode_": 13953, "lpoly_": null, "rpoly_": null, "length": 130.25290082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3206, "l_t_add": 3222, "r_f_add": 3207, "r_t_add": 3223, "st_code": 72460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642389, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 25924, "Shape__Length": 51.950861479762118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113695765097006, 39.997039142049097 ], [ -75.113611639235103, 39.997390799513703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13980, "tnode_": 14003, "lpoly_": null, "rpoly_": null, "length": 468.62689013, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 42760, "l_hundred": 800, "r_hundred": 800, "seg_id": 642390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25925, "Shape__Length": 186.21742258704995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115345590710106, 39.997250890846601 ], [ -75.113695765097006, 39.997039142049097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14016, "tnode_": 13952, "lpoly_": null, "rpoly_": null, "length": 179.79991049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3220, "r_f_add": 3201, "r_t_add": 3221, "st_code": 33120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642392, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25926, "Shape__Length": 71.715025009551482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117385521118194, 39.997015964854299 ], [ -75.117286240608294, 39.997503595537601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13999, "tnode_": 14016, "lpoly_": null, "rpoly_": null, "length": 308.77438817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 627, "l_t_add": 699, "r_f_add": 630, "r_t_add": 698, "st_code": 12040, "l_hundred": 600, "r_hundred": 600, "seg_id": 642393, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25927, "Shape__Length": 122.69666937063263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118472971777393, 39.997153650831898 ], [ -75.117385521118194, 39.997015964854299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14018, "tnode_": 13936, "lpoly_": null, "rpoly_": null, "length": 314.73560570999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOYCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 46320, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642394, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOYCE ST", "stname": "JOYCE ST", "objectid": 25928, "Shape__Length": 125.25577392327391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104656379717596, 39.996722145765901 ], [ -75.103794278943894, 39.997276078382903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13983, "tnode_": 14018, "lpoly_": null, "rpoly_": null, "length": 133.06209783, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2027, "r_f_add": 2000, "r_t_add": 2026, "st_code": 71200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642395, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 25929, "Shape__Length": 52.992198077075855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104960528406096, 39.997002686614501 ], [ -75.104656379717596, 39.996722145765901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14016, "tnode_": 14019, "lpoly_": null, "rpoly_": null, "length": 144.34939622, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 722, "st_code": 12040, "l_hundred": 700, "r_hundred": 700, "seg_id": 642396, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25930, "Shape__Length": 57.359467809445846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117385521118194, 39.997015964854299 ], [ -75.116877038988605, 39.996952108986299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14020, "tnode_": 13985, "lpoly_": null, "rpoly_": null, "length": 194.62127341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3320, "l_t_add": 3338, "r_f_add": 3321, "r_t_add": 3339, "st_code": 45980, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642397, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25931, "Shape__Length": 77.420742884846163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1092119414552, 39.996760471790701 ], [ -75.108632291097507, 39.997054890648101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13791, "tnode_": 14020, "lpoly_": null, "rpoly_": null, "length": 604.27424028999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 25160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642398, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25932, "Shape__Length": 240.74605817779965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110421417776394, 39.998133914866102 ], [ -75.1092119414552, 39.996760471790701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14024, "tnode_": 13977, "lpoly_": null, "rpoly_": null, "length": 194.95194383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3210, "l_t_add": 3232, "r_f_add": 3225, "r_t_add": 3239, "st_code": 47420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642400, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25933, "Shape__Length": 77.554958685100587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112712847229105, 39.996869042389903 ], [ -75.112135686656103, 39.9971679697803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14019, "tnode_": 14029, "lpoly_": null, "rpoly_": null, "length": 131.11011413, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 717, "l_t_add": 733, "r_f_add": 724, "r_t_add": 728, "st_code": 12040, "l_hundred": 700, "r_hundred": 700, "seg_id": 642401, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25934, "Shape__Length": 52.099290611563497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116877038988605, 39.996952108986299 ], [ -75.116416003741094, 39.9968904152501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14030, "tnode_": 13982, "lpoly_": null, "rpoly_": null, "length": 217.94916675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3540, "l_t_add": 3554, "r_f_add": 3535, "r_t_add": 3555, "st_code": 12400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642403, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25935, "Shape__Length": 86.70402864404798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1016495754304, 39.996573623203801 ], [ -75.101005380826095, 39.996909006099202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13901, "tnode_": 14030, "lpoly_": null, "rpoly_": null, "length": 376.29512995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2055, "l_t_add": 2099, "r_f_add": 2054, "r_t_add": 2098, "st_code": 13900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ATLANTIC ST", "stname": "E ATLANTIC ST", "objectid": 25936, "Shape__Length": 149.91538720716025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102405984042704, 39.997427201110199 ], [ -75.1016495754304, 39.996573623203801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14031, "tnode_": 13823, "lpoly_": null, "rpoly_": null, "length": 775.31452486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 31640, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25937, "Shape__Length": 308.44205596335092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106622207513098, 39.996691603114002 ], [ -75.104338469457204, 39.997893577701298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13966, "tnode_": 14031, "lpoly_": null, "rpoly_": null, "length": 215.89432427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1922, "r_t_add": 1998, "st_code": 61380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25938, "Shape__Length": 86.011236668043551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107057478347002, 39.997180653420699 ], [ -75.106622207513098, 39.996691603114002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14029, "tnode_": 14033, "lpoly_": null, "rpoly_": null, "length": 132.58248354, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 735, "l_t_add": 751, "r_f_add": 730, "r_t_add": 750, "st_code": 12040, "l_hundred": 700, "r_hundred": 700, "seg_id": 642407, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25939, "Shape__Length": 52.68366991159062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116416003741094, 39.9968904152501 ], [ -75.115949044169696, 39.996831427348397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14040, "tnode_": 13980, "lpoly_": null, "rpoly_": null, "length": 180.21873597000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3222, "r_f_add": 3201, "r_t_add": 3223, "st_code": 35900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642409, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "G ST", "stname": "G ST", "objectid": 25940, "Shape__Length": 71.881059559985815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115450491196697, 39.996762791326603 ], [ -75.115345590710106, 39.997250890846601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14033, "tnode_": 14040, "lpoly_": null, "rpoly_": null, "length": 141.90141054, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 753, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 12040, "l_hundred": 700, "r_hundred": 700, "seg_id": 642410, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25941, "Shape__Length": 56.387702041255537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115949044169696, 39.996831427348397 ], [ -75.115450491196697, 39.996762791326603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14002, "tnode_": 14051, "lpoly_": null, "rpoly_": null, "length": 153.57980451, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2065, "l_t_add": 2065, "r_f_add": 2048, "r_t_add": 2064, "st_code": 77400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25942, "Shape__Length": 61.190796371465282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103372168186397, 39.996804035483599 ], [ -75.103074084801406, 39.996450223802803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14056, "tnode_": 13988, "lpoly_": null, "rpoly_": null, "length": 179.25365133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "E", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3150, "l_t_add": 3198, "r_f_add": 3173, "r_t_add": 3199, "st_code": 30300, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642414, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ST", "stname": "E ST", "objectid": 25943, "Shape__Length": 71.496675900395346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119431422955401, 39.996778153778401 ], [ -75.119330848253597, 39.997264109150301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14040, "tnode_": 14065, "lpoly_": null, "rpoly_": null, "length": 353.32085265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 801, "l_t_add": 843, "r_f_add": 800, "r_t_add": 842, "st_code": 12040, "l_hundred": 800, "r_hundred": 800, "seg_id": 642415, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25944, "Shape__Length": 140.39656697376847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115450491196697, 39.996762791326603 ], [ -75.114205519429703, 39.996608277441297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14066, "tnode_": 14024, "lpoly_": null, "rpoly_": null, "length": 219.66041289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3208, "r_f_add": 3201, "r_t_add": 3223, "st_code": 47420, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642416, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25945, "Shape__Length": 87.387695640259523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113358031888694, 39.996526450194096 ], [ -75.112712847229105, 39.996869042389903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14066, "tnode_": 13974, "lpoly_": null, "rpoly_": null, "length": 276.92289587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "H", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3218, "r_f_add": 3201, "r_t_add": 3249, "st_code": 39700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642417, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "H ST", "stname": "H ST", "objectid": 25946, "Shape__Length": 110.41867834795914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113358031888694, 39.996526450194096 ], [ -75.113220179716294, 39.996666512420099 ], [ -75.113102403183007, 39.997243972435797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14067, "tnode_": 14030, "lpoly_": null, "rpoly_": null, "length": 169.85037804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3516, "l_t_add": 3538, "r_f_add": 3515, "r_t_add": 3533, "st_code": 12400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25947, "Shape__Length": 67.569653446170392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102150958553494, 39.996311526016299 ], [ -75.1016495754304, 39.996573623203801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13957, "tnode_": 14067, "lpoly_": null, "rpoly_": null, "length": 360.2757682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 23360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642420, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENCE ST", "stname": "CLARENCE ST", "objectid": 25948, "Shape__Length": 143.52884693972749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102882906885995, 39.997124674749202 ], [ -75.102150958553494, 39.996311526016299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14074, "tnode_": 14003, "lpoly_": null, "rpoly_": null, "length": 178.56773973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3204, "r_f_add": 3201, "r_t_add": 3205, "st_code": 72460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 25949, "Shape__Length": 71.224333413530516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113784661920704, 39.996553743338197 ], [ -75.113695765097006, 39.997039142049097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14065, "tnode_": 14074, "lpoly_": null, "rpoly_": null, "length": 119.57523545, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 845, "l_t_add": 859, "r_f_add": 844, "r_t_add": 858, "st_code": 12040, "l_hundred": 800, "r_hundred": 800, "seg_id": 642422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25950, "Shape__Length": 47.515096921075617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114205519429703, 39.996608277441297 ], [ -75.113784661920704, 39.996553743338197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14075, "tnode_": 14031, "lpoly_": null, "rpoly_": null, "length": 199.03165493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3366, "l_t_add": 3398, "r_f_add": 3367, "r_t_add": 3399, "st_code": 31640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25951, "Shape__Length": 79.172059964457787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107218674730504, 39.996394847717497 ], [ -75.106622207513098, 39.996691603114002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13935, "tnode_": 14075, "lpoly_": null, "rpoly_": null, "length": 423.66271603999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 77000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 25952, "Shape__Length": 168.7864781977301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108069837245594, 39.997356114222903 ], [ -75.107218674730504, 39.996394847717497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14025, "tnode_": 14076, "lpoly_": null, "rpoly_": null, "length": 148.0361522, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2219, "r_f_add": 2200, "r_t_add": 2218, "st_code": 62640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25953, "Shape__Length": 58.99458086020806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098184373070495, 39.996518862612596 ], [ -75.097925154407406, 39.996164751696398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14081, "tnode_": 14020, "lpoly_": null, "rpoly_": null, "length": 196.71059359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3318, "r_f_add": 3301, "r_t_add": 3319, "st_code": 45980, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25954, "Shape__Length": 78.258341495058602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109788478114496, 39.996452297237902 ], [ -75.1092119414552, 39.996760471790701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13850, "tnode_": 14081, "lpoly_": null, "rpoly_": null, "length": 597.72319506000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 82560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25955, "Shape__Length": 238.13464465501974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110985527876693, 39.997810490410302 ], [ -75.109788478114496, 39.996452297237902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14083, "tnode_": 14002, "lpoly_": null, "rpoly_": null, "length": 290.70706882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3444, "l_t_add": 3498, "r_f_add": 3451, "r_t_add": 3499, "st_code": 34960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642429, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25956, "Shape__Length": 115.69267349377655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104167948843497, 39.996291935161999 ], [ -75.103372168186397, 39.996804035483599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14018, "tnode_": 14083, "lpoly_": null, "rpoly_": null, "length": 208.05623591, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2029, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 71200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642430, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHILLER ST", "stname": "E SCHILLER ST", "objectid": 25957, "Shape__Length": 82.850953262724659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104656379717596, 39.996722145765901 ], [ -75.104167948843497, 39.996291935161999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14074, "tnode_": 14066, "lpoly_": null, "rpoly_": null, "length": 120.73922214, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 861, "l_t_add": 899, "r_f_add": 860, "r_t_add": 898, "st_code": 12040, "l_hundred": 800, "r_hundred": 800, "seg_id": 642433, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25958, "Shape__Length": 47.976125403676583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113784661920704, 39.996553743338197 ], [ -75.1134952969566, 39.996517473366403 ], [ -75.113358031888694, 39.996526450194096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14091, "tnode_": 14016, "lpoly_": null, "rpoly_": null, "length": 181.54880176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3130, "l_t_add": 3198, "r_f_add": 3145, "r_t_add": 3199, "st_code": 33120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 25959, "Shape__Length": 72.410050648220377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117499659308194, 39.996525383389198 ], [ -75.117385521118194, 39.997015964854299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14056, "tnode_": 14091, "lpoly_": null, "rpoly_": null, "length": 549.00694265999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 84020, "l_hundred": 600, "r_hundred": 600, "seg_id": 642435, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 25960, "Shape__Length": 218.15721143122551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119431422955401, 39.996778153778401 ], [ -75.117499659308194, 39.996525383389198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14098, "tnode_": 13983, "lpoly_": null, "rpoly_": null, "length": 450.33689204999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3450, "r_f_add": 3401, "r_t_add": 3443, "st_code": 18660, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642436, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 25961, "Shape__Length": 179.20411822597828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106216930089104, 39.996233335408199 ], [ -75.105775729550203, 39.996472723801297 ], [ -75.104960528406096, 39.997002686614501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14031, "tnode_": 14098, "lpoly_": null, "rpoly_": null, "length": 201.89566319, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2020, "st_code": 61380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25962, "Shape__Length": 80.434557673170673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106622207513098, 39.996691603114002 ], [ -75.106216930089104, 39.996233335408199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14110, "tnode_": 14067, "lpoly_": null, "rpoly_": null, "length": 181.97681935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3514, "r_f_add": 3501, "r_t_add": 3513, "st_code": 12400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBER ST", "stname": "AMBER ST", "objectid": 25963, "Shape__Length": 72.402279935403186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102675925900797, 39.996017373949002 ], [ -75.102150958553494, 39.996311526016299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14051, "tnode_": 14110, "lpoly_": null, "rpoly_": null, "length": 193.15086824, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2067, "l_t_add": 2099, "r_f_add": 2066, "r_t_add": 2098, "st_code": 77400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25964, "Shape__Length": 76.945168000447779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103074084801406, 39.996450223802803 ], [ -75.102675925900797, 39.996017373949002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14111, "tnode_": 14025, "lpoly_": null, "rpoly_": null, "length": 366.64421879000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 71820, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 25965, "Shape__Length": 145.85766934452403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099266406541602, 39.995952792785801 ], [ -75.098184373070495, 39.996518862612596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13927, "tnode_": 14111, "lpoly_": null, "rpoly_": null, "length": 554.16954285999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 79900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 642442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25966, "Shape__Length": 220.78415081766587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100369771297196, 39.997215369448497 ], [ -75.099266406541602, 39.995952792785801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14117, "tnode_": 14081, "lpoly_": null, "rpoly_": null, "length": 197.36980356000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3260, "l_t_add": 3298, "r_f_add": 3257, "r_t_add": 3299, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642444, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25967, "Shape__Length": 78.515542311684953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110373408832899, 39.996150369668896 ], [ -75.109788478114496, 39.996452297237902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13928, "tnode_": 14117, "lpoly_": null, "rpoly_": null, "length": 588.92937545000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 83260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642445, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25968, "Shape__Length": 234.62619398181099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111560691978298, 39.997484468319101 ], [ -75.110373408832899, 39.996150369668896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14116, "tnode_": 14075, "lpoly_": null, "rpoly_": null, "length": 191.35582341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3338, "l_t_add": 3364, "r_f_add": 3343, "r_t_add": 3365, "st_code": 31640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642446, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25969, "Shape__Length": 76.128618328208972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107778135695995, 39.996093542387001 ], [ -75.107218674730504, 39.996394847717497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13985, "tnode_": 14116, "lpoly_": null, "rpoly_": null, "length": 424.16045984, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WENSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 82340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WENSLEY ST", "stname": "E WENSLEY ST", "objectid": 25970, "Shape__Length": 168.98304279414543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108632291097507, 39.997054890648101 ], [ -75.107778135695995, 39.996093542387001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14076, "tnode_": 14119, "lpoly_": null, "rpoly_": null, "length": 136.64508569, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2221, "l_t_add": 2229, "r_f_add": 2220, "r_t_add": 2228, "st_code": 62640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25971, "Shape__Length": 54.45242039455276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097925154407406, 39.996164751696398 ], [ -75.097680424732303, 39.995840288302198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14125, "tnode_": 14117, "lpoly_": null, "rpoly_": null, "length": 33.66643947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3258, "l_t_add": 3258, "r_f_add": 3255, "r_t_add": 3255, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642450, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25972, "Shape__Length": 13.396858550597575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110467454171598, 39.996092843447997 ], [ -75.110373408832899, 39.996150369668896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14126, "tnode_": 14066, "lpoly_": null, "rpoly_": null, "length": 225.01990637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3162, "l_t_add": 3198, "r_f_add": 3161, "r_t_add": 3199, "st_code": 47420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 642451, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 25973, "Shape__Length": 89.533250975337836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1139995665485, 39.9961548260002 ], [ -75.113358031888694, 39.996526450194096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14127, "tnode_": 14011, "lpoly_": null, "rpoly_": null, "length": 447.96117961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 78020, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 642452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 25974, "Shape__Length": 178.2105558023552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095560131720205, 39.9958053043283 ], [ -75.094243275258606, 39.996502716055801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13861, "tnode_": 14127, "lpoly_": null, "rpoly_": null, "length": 756.50216458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 21880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642453, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 25975, "Shape__Length": 301.39343172483899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097069391092404, 39.997527284113097 ], [ -75.095560131720205, 39.9958053043283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14163, "tnode_": 14125, "lpoly_": null, "rpoly_": null, "length": 164.00007395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3250, "l_t_add": 3256, "r_f_add": 3227, "r_t_add": 3253, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642458, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25976, "Shape__Length": 65.238943008533766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1109555215142, 39.9958443107964 ], [ -75.110467454171598, 39.996092843447997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13977, "tnode_": 14163, "lpoly_": null, "rpoly_": null, "length": 584.66576481000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 52840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 25977, "Shape__Length": 232.92579589911094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112135686656103, 39.9971679697803 ], [ -75.1109555215142, 39.9958443107964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14126, "tnode_": 14319, "lpoly_": null, "rpoly_": null, "length": 573.23997742000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISHART", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 84020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISHART ST", "stname": "E WISHART ST", "objectid": 25978, "Shape__Length": 228.37137450395281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1139995665485, 39.9961548260002 ], [ -75.1128442115713, 39.994856123139002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14166, "tnode_": 14076, "lpoly_": null, "rpoly_": null, "length": 352.82257335999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WITTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 84220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WITTE ST", "stname": "WITTE ST", "objectid": 25979, "Shape__Length": 140.35533361806245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098970683885398, 39.995624905705903 ], [ -75.097925154407406, 39.996164751696398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14111, "tnode_": 14166, "lpoly_": null, "rpoly_": null, "length": 145.3673946, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2223, "r_f_add": 2200, "r_t_add": 2218, "st_code": 79900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25980, "Shape__Length": 57.911359552927159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099266406541602, 39.995952792785801 ], [ -75.098970683885398, 39.995624905705903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14169, "tnode_": 14116, "lpoly_": null, "rpoly_": null, "length": 194.10166546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3328, "l_t_add": 3336, "r_f_add": 3317, "r_t_add": 3341, "st_code": 31640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642463, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25981, "Shape__Length": 77.21678878295323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108350984409796, 39.995793889584597 ], [ -75.107778135695995, 39.996093542387001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14020, "tnode_": 14169, "lpoly_": null, "rpoly_": null, "length": 426.81070028, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 25160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642464, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 25982, "Shape__Length": 170.03741373181117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1092119414552, 39.996760471790701 ], [ -75.108350984409796, 39.995793889584597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14178, "tnode_": 14169, "lpoly_": null, "rpoly_": null, "length": 34.76870106000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3326, "l_t_add": 3326, "r_f_add": 3315, "r_t_add": 3315, "st_code": 31640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642465, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25983, "Shape__Length": 13.832599229936481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108452099987204, 39.9957385595239 ], [ -75.108350984409796, 39.995793889584597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14119, "tnode_": 14179, "lpoly_": null, "rpoly_": null, "length": 145.74874828, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2231, "l_t_add": 2241, "r_f_add": 2230, "r_t_add": 2240, "st_code": 62640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25984, "Shape__Length": 58.087863940673493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097680424732303, 39.995840288302198 ], [ -75.097438107442301, 39.995486248624502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14110, "tnode_": 14181, "lpoly_": null, "rpoly_": null, "length": 185.73421584, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2118, "st_code": 77400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 642467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 25985, "Shape__Length": 73.996838433326275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102675925900797, 39.996017373949002 ], [ -75.102306461364293, 39.995594039828198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14184, "tnode_": 14163, "lpoly_": null, "rpoly_": null, "length": 40.3658849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JASPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3240, "l_t_add": 3248, "r_f_add": 3225, "r_t_add": 3225, "st_code": 45980, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642468, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JASPER ST", "stname": "JASPER ST", "objectid": 25986, "Shape__Length": 16.060615368297746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111071250621407, 39.9957783110587 ], [ -75.1109555215142, 39.9958443107964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14066, "tnode_": 14276, "lpoly_": null, "rpoly_": null, "length": 586.59501377000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEGHENY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 12040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642469, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-04-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEGHENY AVE", "stname": "E ALLEGHENY AVE", "objectid": 25987, "Shape__Length": 233.70832167348868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113358031888694, 39.996526450194096 ], [ -75.113311342921705, 39.996417851473403 ], [ -75.112214842111698, 39.9951823470577 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14024, "tnode_": 14212, "lpoly_": null, "rpoly_": null, "length": 585.43990425999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 42760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642470, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HILTON ST", "stname": "E HILTON ST", "objectid": 25988, "Shape__Length": 233.23481129535008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112712847229105, 39.996869042389903 ], [ -75.111534408277507, 39.995541902505401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14184, "tnode_": 14328, "lpoly_": null, "rpoly_": null, "length": 426.15184659, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MADISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 52840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642472, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MADISON ST", "stname": "E MADISON ST", "objectid": 25989, "Shape__Length": 169.84259652377079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111071250621407, 39.9957783110587 ], [ -75.110934580895403, 39.995581437324397 ], [ -75.110366824068393, 39.994741509584003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14207, "tnode_": 14083, "lpoly_": null, "rpoly_": null, "length": 487.76831194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3442, "r_f_add": 3401, "r_t_add": 3449, "st_code": 34960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642473, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 25990, "Shape__Length": 194.10262133166427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105520125332404, 39.9954521957983 ], [ -75.105022439274805, 39.995713366173 ], [ -75.104167948843497, 39.996291935161999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14098, "tnode_": 14207, "lpoly_": null, "rpoly_": null, "length": 345.08858987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2025, "l_t_add": 2049, "r_f_add": 2022, "r_t_add": 2048, "st_code": 61380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 25991, "Shape__Length": 137.4788615621263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106216930089104, 39.996233335408199 ], [ -75.105520125332404, 39.9954521957983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14211, "tnode_": 14178, "lpoly_": null, "rpoly_": null, "length": 160.98651611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERALD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3300, "l_t_add": 3324, "r_f_add": 3301, "r_t_add": 3313, "st_code": 31640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642475, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERALD ST", "stname": "EMERALD ST", "objectid": 25992, "Shape__Length": 64.042371080669753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108927714833101, 39.995490596681996 ], [ -75.108452099987204, 39.9957385595239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14081, "tnode_": 14211, "lpoly_": null, "rpoly_": null, "length": 425.31465910999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 82560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25993, "Shape__Length": 169.43923746757389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109788478114496, 39.996452297237902 ], [ -75.108927714833101, 39.995490596681996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14215, "tnode_": 14119, "lpoly_": null, "rpoly_": null, "length": 343.23880595000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 45940, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANNEY ST", "stname": "JANNEY ST", "objectid": 25994, "Shape__Length": 136.54506903107858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098693623896693, 39.995310636413102 ], [ -75.097680424732303, 39.995840288302198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14166, "tnode_": 14215, "lpoly_": null, "rpoly_": null, "length": 138.31905475, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2225, "l_t_add": 2231, "r_f_add": 2220, "r_t_add": 2228, "st_code": 79900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 25995, "Shape__Length": 55.10533938548037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098970683885398, 39.995624905705903 ], [ -75.098693623896693, 39.995310636413102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14125, "tnode_": 14266, "lpoly_": null, "rpoly_": null, "length": 423.00598529000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 83260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 642479, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLARD ST", "stname": "E WILLARD ST", "objectid": 25996, "Shape__Length": 168.5227592446501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110467454171598, 39.996092843447997 ], [ -75.109882508528599, 39.995450200767401 ], [ -75.109620132513598, 39.995132075388099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14211, "tnode_": 14283, "lpoly_": null, "rpoly_": null, "length": 216.52939745, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2022, "st_code": 82560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WESTMORELAND ST", "stname": "E WESTMORELAND ST", "objectid": 25997, "Shape__Length": 86.26147741504036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108927714833101, 39.995490596681996 ], [ -75.108489901210902, 39.995000779560897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14244, "tnode_": 14127, "lpoly_": null, "rpoly_": null, "length": 518.17353823999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3626, "l_t_add": 3698, "r_f_add": 3627, "r_t_add": 3699, "st_code": 78020, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642482, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 25998, "Shape__Length": 206.13117151899399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0970963010476, 39.995013216824603 ], [ -75.095560131720205, 39.9958053043283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14179, "tnode_": 14244, "lpoly_": null, "rpoly_": null, "length": 197.14100538, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PACIFIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2243, "l_t_add": 2299, "r_f_add": 2242, "r_t_add": 2298, "st_code": 62640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PACIFIC ST", "stname": "E PACIFIC ST", "objectid": 25999, "Shape__Length": 78.563787103427885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097438107442301, 39.995486248624502 ], [ -75.0970963010476, 39.995013216824603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14245, "tnode_": 14098, "lpoly_": null, "rpoly_": null, "length": 620.76556217999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADDOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3334, "l_t_add": 3398, "r_f_add": 3335, "r_t_add": 3399, "st_code": 18660, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADDOCK ST", "stname": "BRADDOCK ST", "objectid": 26000, "Shape__Length": 246.96358365560866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108030071333502, 39.995253961331798 ], [ -75.106216930089104, 39.996233335408199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14178, "tnode_": 14245, "lpoly_": null, "rpoly_": null, "length": 212.47253414, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CORNWALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 25160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642485, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CORNWALL ST", "stname": "E CORNWALL ST", "objectid": 26001, "Shape__Length": 84.649352817186013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108452099987204, 39.9957385595239 ], [ -75.108030071333502, 39.995253961331798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14256, "tnode_": 14179, "lpoly_": null, "rpoly_": null, "length": 326.14463301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEIKEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 82100, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642487, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEIKEL ST", "stname": "WEIKEL ST", "objectid": 26002, "Shape__Length": 129.73920523407122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0984075780853, 39.994990683222099 ], [ -75.097438107442301, 39.995486248624502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14215, "tnode_": 14256, "lpoly_": null, "rpoly_": null, "length": 141.44892995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2233, "l_t_add": 2239, "r_f_add": 2230, "r_t_add": 2240, "st_code": 79900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 26003, "Shape__Length": 56.350649281181603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098693623896693, 39.995310636413102 ], [ -75.0984075780853, 39.994990683222099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14259, "tnode_": 14051, "lpoly_": null, "rpoly_": null, "length": 779.18958546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3400, "l_t_add": 3498, "r_f_add": 3401, "r_t_add": 3499, "st_code": 25020, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642489, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORAL ST", "stname": "CORAL ST", "objectid": 26004, "Shape__Length": 310.080009742573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105221773421604, 39.995092877397703 ], [ -75.1051571221616, 39.995137868440203 ], [ -75.1046866500146, 39.995401528625202 ], [ -75.103074084801406, 39.996450223802803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14207, "tnode_": 14259, "lpoly_": null, "rpoly_": null, "length": 155.3084867, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2051, "l_t_add": 2051, "r_f_add": 2050, "r_t_add": 2050, "st_code": 61380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 26005, "Shape__Length": 61.879794453027728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105520125332404, 39.9954521957983 ], [ -75.105221773421604, 39.995092877397703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14281, "tnode_": 14082, "lpoly_": null, "rpoly_": null, "length": 832.50465270999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3700, "l_t_add": 3798, "r_f_add": 3701, "r_t_add": 3799, "st_code": 12900, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 642492, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26006, "Shape__Length": 331.18452600301902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094525433051899, 39.994612408237302 ], [ -75.0920740183861, 39.995903839451501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14127, "tnode_": 14281, "lpoly_": null, "rpoly_": null, "length": 522.3770094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 21880, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 642493, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26007, "Shape__Length": 208.11625932982784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095560131720205, 39.9958053043283 ], [ -75.094525433051899, 39.994612408237302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14259, "tnode_": 14304, "lpoly_": null, "rpoly_": null, "length": 121.50082377, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2053, "l_t_add": 2099, "r_f_add": 2052, "r_t_add": 2098, "st_code": 61380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 642495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ONTARIO ST", "stname": "E ONTARIO ST", "objectid": 26008, "Shape__Length": 48.40598422519836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105221773421604, 39.995092877397703 ], [ -75.105007345984305, 39.994841937401297 ], [ -75.104981113703701, 39.994815507516002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14305, "tnode_": 14111, "lpoly_": null, "rpoly_": null, "length": 775.34696908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 71820, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642497, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 26009, "Shape__Length": 308.44002665893629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101558638385299, 39.9947603355929 ], [ -75.099266406541602, 39.995952792785801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14181, "tnode_": 14305, "lpoly_": null, "rpoly_": null, "length": 368.96718471000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2121, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 77400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 642498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 26010, "Shape__Length": 146.98895285953117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102306461364293, 39.995594039828198 ], [ -75.101558638385299, 39.9947603355929 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14322, "tnode_": 14244, "lpoly_": null, "rpoly_": null, "length": 309.58186063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3624, "r_f_add": 3601, "r_t_add": 3625, "st_code": 78020, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642500, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26011, "Shape__Length": 123.15776252764074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098005546855504, 39.994530346152899 ], [ -75.0970963010476, 39.995013216824603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14256, "tnode_": 14322, "lpoly_": null, "rpoly_": null, "length": 202.0124489, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2241, "l_t_add": 2299, "r_f_add": 2242, "r_t_add": 2298, "st_code": 79900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 26012, "Shape__Length": 80.480789195089571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0984075780853, 39.994990683222099 ], [ -75.098005546855504, 39.994530346152899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14345, "tnode_": 14166, "lpoly_": null, "rpoly_": null, "length": 777.88037604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WITTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 84220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642502, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WITTE ST", "stname": "WITTE ST", "objectid": 26013, "Shape__Length": 309.44444996714105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101272991012607, 39.994431510282098 ], [ -75.098970683885398, 39.995624905705903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14305, "tnode_": 14345, "lpoly_": null, "rpoly_": null, "length": 144.06199653000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2238, "st_code": 77400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 26014, "Shape__Length": 57.393985348365746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101558638385299, 39.9947603355929 ], [ -75.101272991012607, 39.994431510282098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14345, "tnode_": 14393, "lpoly_": null, "rpoly_": null, "length": 142.06118057, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2215, "l_t_add": 2251, "r_f_add": 2240, "r_t_add": 2240, "st_code": 77400, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 26015, "Shape__Length": 56.592023289062865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101272991012607, 39.994431510282098 ], [ -75.100982109448395, 39.9941120945387 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14322, "tnode_": 14486, "lpoly_": null, "rpoly_": null, "length": 494.79276033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "VENANGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2358, "st_code": 79900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 642508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E VENANGO ST", "stname": "E VENANGO ST", "objectid": 26016, "Shape__Length": 197.11492958268852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098005546855504, 39.994530346152899 ], [ -75.097009012532297, 39.993409006703097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14281, "tnode_": 14499, "lpoly_": null, "rpoly_": null, "length": 610.34565092000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 21880, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 642510, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26017, "Shape__Length": 243.1478115395158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094525433051899, 39.994612408237302 ], [ -75.093474059051601, 39.993419159248198 ], [ -75.093456550360997, 39.993399901634099 ], [ -75.093294838970095, 39.993230043703598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10835, "tnode_": 10766, "lpoly_": null, "rpoly_": null, "length": 190.43706141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4720, "l_t_add": 4798, "r_f_add": 4719, "r_t_add": 4799, "st_code": 49660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642511, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 26018, "Shape__Length": 75.975957842649507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132545678463401, 40.023158633059801 ], [ -75.132606552273103, 40.023366165785298 ], [ -75.132711977326807, 40.023665411826201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12212, "tnode_": 12218, "lpoly_": null, "rpoly_": null, "length": 91.7156663, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1625, "l_t_add": 1699, "r_f_add": 1624, "r_t_add": 1698, "st_code": 19080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 642526, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 26019, "Shape__Length": 36.454929405996907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094906498405393, 40.011481487515198 ], [ -75.094586267441798, 40.011429004594497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12599, "tnode_": 12603, "lpoly_": null, "rpoly_": null, "length": 125.77351895, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1342, "l_t_add": 1398, "r_f_add": 1341, "r_t_add": 1399, "st_code": 32000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642543, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 26020, "Shape__Length": 49.993244239157661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150812702987096, 40.009205796436703 ], [ -75.151248688417198, 40.009288307764699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26953, "tnode_": 26943, "lpoly_": null, "rpoly_": null, "length": 471.33954909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ST CHRISTOPHER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 1145, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642544, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2013-09-30T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "ST CHRISTOPHER DWY", "stname": "ST CHRISTOPHER DWY", "objectid": 26021, "Shape__Length": 188.02975233516202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125340138722393, 40.006170581182303 ], [ -75.125370437826504, 40.006416060264101 ], [ -75.125181611637103, 40.007453247090901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26943, "tnode_": 12736, "lpoly_": null, "rpoly_": null, "length": 498.26155463000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31980, "l_hundred": 100, "r_hundred": 100, "seg_id": 642545, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "E ERIE AVE", "stname": "E ERIE AVE", "objectid": 26022, "Shape__Length": 198.02427790331154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125181611637103, 40.007453247090901 ], [ -75.123428655952793, 40.007221464370602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27086, "tnode_": 13411, "lpoly_": null, "rpoly_": null, "length": 17.75463488, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 1019, "l_t_add": 1019, "r_f_add": 1018, "r_t_add": 1018, "st_code": 77400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E TIOGA ST", "stname": "E TIOGA ST", "objectid": 26023, "Shape__Length": 7.0554691555805968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109649565112306, 40.000758362264598 ], [ -75.109587017788996, 40.000750516391598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27087, "tnode_": 12656, "lpoly_": null, "rpoly_": null, "length": 40.98041276, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1329, "l_t_add": 1331, "r_f_add": 1324, "r_t_add": 1324, "st_code": 52020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 26024, "Shape__Length": 16.287120929010005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102069678712297, 40.007622314289101 ], [ -75.101925726611697, 40.007602277174598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27088, "tnode_": 12664, "lpoly_": null, "rpoly_": null, "length": 21.85374352, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1349, "l_t_add": 1351, "r_f_add": 1342, "r_t_add": 1344, "st_code": 52020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642549, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 26025, "Shape__Length": 8.6852100899728324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101437570586597, 40.007543231141803 ], [ -75.101360505137606, 40.007533908876603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12493, "tnode_": 27089, "lpoly_": null, "rpoly_": null, "length": 60.36976683, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1321, "l_t_add": 1327, "r_f_add": 1320, "r_t_add": 1322, "st_code": 52080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 26026, "Shape__Length": 23.995824960506212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018221778737, 40.009115706660097 ], [ -75.101612590875504, 40.009077114929397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12497, "tnode_": 27090, "lpoly_": null, "rpoly_": null, "length": 20.47323376, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LYCOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1345, "l_t_add": 1345, "r_f_add": 1340, "r_t_add": 1348, "st_code": 52080, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642551, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E LYCOMING ST", "stname": "E LYCOMING ST", "objectid": 26027, "Shape__Length": 8.1379137609349694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101118226402704, 40.009017517298403 ], [ -75.101047389887697, 40.009003679329197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13259, "tnode_": 27363, "lpoly_": null, "rpoly_": null, "length": 35.89106308, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GLENWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 510, "l_t_add": 510, "r_f_add": 523, "r_t_add": 523, "st_code": 37440, "l_hundred": 500, "r_hundred": 500, "seg_id": 642552, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W GLENWOOD AVE", "stname": "W GLENWOOD AVE", "objectid": 26028, "Shape__Length": 14.271957599902956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138518073475197, 40.002553103354202 ], [ -75.138633806687807, 40.002510847979401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13012, "tnode_": 27362, "lpoly_": null, "rpoly_": null, "length": 28.05075273, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3452, "l_t_add": 3452, "r_f_add": 3431, "r_t_add": 3431, "st_code": 87950, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 642553, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-04-23T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 26029, "Shape__Length": 11.189405836399425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142533802860399, 40.004552740222998 ], [ -75.1425174464935, 40.004628708667902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27364, "tnode_": 12611, "lpoly_": null, "rpoly_": null, "length": 27.46424768, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1318, "l_t_add": 1318, "r_f_add": 1325, "r_t_add": 1325, "st_code": 32000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642554, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": "1998-08-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 26030, "Shape__Length": 10.915338449968491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149864286797396, 40.009085885078903 ], [ -75.149960992801795, 40.009098296319102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12089, "tnode_": 27828, "lpoly_": null, "rpoly_": null, "length": 82.78105507000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3950, "l_t_add": 3998, "r_f_add": 3955, "r_t_add": 3999, "st_code": 19140, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 642555, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-08-25T00:00:00Z", "newsegdate": "1999-01-11T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 26031, "Shape__Length": 33.02656748001057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150247430851394, 40.013771153134002 ], [ -75.150205385058797, 40.013996085621798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27867, "tnode_": 27866, "lpoly_": null, "rpoly_": null, "length": 431.98253395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 27080, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 642556, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-26T00:00:00Z", "newsegdate": "1999-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 26032, "Shape__Length": 172.31760008294978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119577203471906, 40.005521835765101 ], [ -75.119302392700206, 40.0066886976782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11171, "tnode_": 27974, "lpoly_": null, "rpoly_": null, "length": 63.28692183, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4570, "l_t_add": 4580, "r_f_add": 4571, "r_t_add": 4581, "st_code": 87970, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642557, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-08-26T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 26033, "Shape__Length": 25.249245662365087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139895034802706, 40.021151172675403 ], [ -75.139943396064993, 40.020981467955998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27974, "tnode_": 11302, "lpoly_": null, "rpoly_": null, "length": 216.81269335, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4500, "l_t_add": 4568, "r_f_add": 4501, "r_t_add": 4569, "st_code": 87970, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642558, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-08-26T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 26034, "Shape__Length": 86.500265580092773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139943396064993, 40.020981467955998 ], [ -75.140108346215797, 40.020399959441299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27974, "tnode_": 27975, "lpoly_": null, "rpoly_": null, "length": 331.22002009000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 900, "l_t_add": 918, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 900, "r_hundred": 0, "seg_id": 642559, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26035, "Shape__Length": 131.79028538659114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139943396064993, 40.020981467955998 ], [ -75.140917318089706, 40.020524308766902 ], [ -75.140951570906296, 40.020506261993297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27975, "tnode_": 11329, "lpoly_": null, "rpoly_": null, "length": 193.90487953, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 920, "l_t_add": 998, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 900, "r_hundred": 0, "seg_id": 642560, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": "1999-08-26T00:00:00Z", "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26036, "Shape__Length": 77.180946592241867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140951570906296, 40.020506261993297 ], [ -75.141503359680499, 40.020184771321297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13432, "tnode_": 27979, "lpoly_": null, "rpoly_": null, "length": 98.08900193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3500, "l_t_add": 3598, "r_f_add": 3501, "r_t_add": 3599, "st_code": 45740, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642561, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-30T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 26037, "Shape__Length": 39.126042331944305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108389282745406, 40.000589300079 ], [ -75.108337109357606, 40.000855559992601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11330, "tnode_": 28198, "lpoly_": null, "rpoly_": null, "length": 447.11829383000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 53340, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642562, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-05T00:00:00Z", "newsegdate": "2000-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MAPLE LN", "stname": "MAPLE LN", "objectid": 26038, "Shape__Length": 178.25571960372599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107307085865997, 40.019425584105697 ], [ -75.107543144721902, 40.019817868224898 ], [ -75.107997444039995, 40.020463128151299 ], [ -75.108056816310906, 40.020504233270799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28198, "tnode_": 11255, "lpoly_": null, "rpoly_": null, "length": 426.14743668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 53340, "l_hundred": 700, "r_hundred": 700, "seg_id": 642563, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-05T00:00:00Z", "newsegdate": "2000-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MAPLE LN", "stname": "MAPLE LN", "objectid": 26039, "Shape__Length": 169.52647401436883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108056816310906, 40.020504233270799 ], [ -75.109397847223207, 40.019951566429398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12658, "tnode_": 12675, "lpoly_": null, "rpoly_": null, "length": 341.86028151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1850, "st_code": 84700, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 642564, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-04T00:00:00Z", "newsegdate": "2001-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "WORRELL ST", "stname": "WORRELL ST", "objectid": 26040, "Shape__Length": 135.86502113908318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093595300382901, 40.007385520824002 ], [ -75.093595156991299, 40.007385502188598 ], [ -75.0923919202625, 40.0072295061291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29175, "tnode_": 13650, "lpoly_": null, "rpoly_": null, "length": 179.83441208, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3222, "l_t_add": 3246, "r_f_add": 3223, "r_t_add": 3247, "st_code": 49820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": "2006-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 26041, "Shape__Length": 71.730235040956259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128506862035707, 39.999048039828999 ], [ -75.128402673531696, 39.999535160785101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13571, "tnode_": 13620, "lpoly_": null, "rpoly_": null, "length": 563.14831491999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THAYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 77000, "l_hundred": 700, "r_hundred": 700, "seg_id": 642570, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": "2001-08-27T00:00:00Z", "multi_rep": 0, "streetlabe": "E THAYER ST", "stname": "E THAYER ST", "objectid": 26042, "Shape__Length": 223.81629201655898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1168265337337, 39.999706688564501 ], [ -75.116789491684003, 39.999642324413699 ], [ -75.114895482035806, 39.999407037949901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13886, "tnode_": 13803, "lpoly_": null, "rpoly_": null, "length": 151.38616647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAMPA", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3228, "l_t_add": 3246, "r_f_add": 3229, "r_t_add": 3247, "st_code": 76660, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-08-27T00:00:00Z", "newsegdate": "2001-08-27T00:00:00Z", "multi_rep": 0, "streetlabe": "TAMPA ST", "stname": "TAMPA ST", "objectid": 26043, "Shape__Length": 60.38340587870686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118318357671399, 39.997891959438803 ], [ -75.118240499008493, 39.998303196212902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28284, "tnode_": 28285, "lpoly_": null, "rpoly_": null, "length": 19.53315058, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 553, "l_t_add": 553, "r_f_add": 552, "r_t_add": 552, "st_code": 25400, "l_hundred": 500, "r_hundred": 500, "seg_id": 642572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": "2001-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 26044, "Shape__Length": 7.7643205461308096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114331247851396, 40.018661094140697 ], [ -75.114262469102897, 40.018652219761798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28285, "tnode_": 28286, "lpoly_": null, "rpoly_": null, "length": 87.82463924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COURTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 555, "l_t_add": 569, "r_f_add": 554, "r_t_add": 568, "st_code": 25400, "l_hundred": 500, "r_hundred": 500, "seg_id": 642573, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": "2001-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E COURTLAND ST", "stname": "E COURTLAND ST", "objectid": 26045, "Shape__Length": 34.909801314281097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114262469102897, 40.018652219761798 ], [ -75.113953227298396, 40.018612318952101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28293, "tnode_": 28294, "lpoly_": null, "rpoly_": null, "length": 93.763983470000014, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 503, "r_f_add": 500, "r_t_add": 502, "st_code": 83800, "l_hundred": 500, "r_hundred": 500, "seg_id": 642574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": "2001-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 26046, "Shape__Length": 37.275855770058463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116597227736904, 40.017365360501103 ], [ -75.116273906702602, 40.017432086958898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28293, "tnode_": 28295, "lpoly_": null, "rpoly_": null, "length": 145.44668968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 27080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-25T00:00:00Z", "newsegdate": "2001-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 26047, "Shape__Length": 58.034515460961444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116597227736904, 40.017365360501103 ], [ -75.116626269024906, 40.016966716697098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28295, "tnode_": 28294, "lpoly_": null, "rpoly_": null, "length": 196.16186045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4432, "l_t_add": 4498, "r_f_add": 4433, "r_t_add": 4499, "st_code": 82820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642576, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-10-25T00:00:00Z", "newsegdate": "2001-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 26048, "Shape__Length": 78.193422349670513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116626269024906, 40.016966716697098 ], [ -75.116273906702602, 40.017432086958898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11510, "tnode_": 11376, "lpoly_": null, "rpoly_": null, "length": 335.54812648999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4314, "l_t_add": 4398, "r_f_add": 4315, "r_t_add": 4399, "st_code": 61300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 642577, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-11-26T00:00:00Z", "newsegdate": "2001-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 26049, "Shape__Length": 133.89271985181441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147146248600393, 40.019019528277298 ], [ -75.147144687560399, 40.019406072609002 ], [ -75.147142619927294, 40.0195286653069 ], [ -75.147146972905503, 40.0196024880957 ], [ -75.147142239139498, 40.019940540615103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11997, "tnode_": 11970, "lpoly_": null, "rpoly_": null, "length": 715.86084205000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 248, "r_f_add": 201, "r_t_add": 221, "st_code": 44040, "l_hundred": 200, "r_hundred": 200, "seg_id": 642583, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2002-09-20T00:00:00Z", "newsegdate": "2002-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W HUNTING PARK AVE", "stname": "W HUNTING PARK AVE", "objectid": 26050, "Shape__Length": 284.53486229058171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128618898993906, 40.014209021640497 ], [ -75.129911108907905, 40.014389384843497 ], [ -75.131137067674402, 40.014544270340302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28628, "tnode_": 28629, "lpoly_": null, "rpoly_": null, "length": 208.45800333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHOP 1", "st_type": "DWY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1175, "l_hundred": 0, "r_hundred": 0, "seg_id": 642585, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-14T00:00:00Z", "newsegdate": "2003-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "SHOP 1 DWY", "stname": "SHOP 1 DWY", "objectid": 26051, "Shape__Length": 83.139898098105917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123223022091494, 40.012950176031801 ], [ -75.123190873286504, 40.012976051454999 ], [ -75.1231653303076, 40.013010062002003 ], [ -75.123132255462593, 40.013059867323001 ], [ -75.1231031534587, 40.013096457163797 ], [ -75.123032384456096, 40.013491092574498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12017, "tnode_": 28629, "lpoly_": null, "rpoly_": null, "length": 839.98625317000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 100, "l_t_add": 168, "r_f_add": 101, "r_t_add": 169, "st_code": 44020, "l_hundred": 100, "r_hundred": 100, "seg_id": 642586, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-02-14T00:00:00Z", "newsegdate": "2003-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 26052, "Shape__Length": 333.86536265294194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125990008628307, 40.013872073424203 ], [ -75.123032384456096, 40.013491092574498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28629, "tnode_": 12058, "lpoly_": null, "rpoly_": null, "length": 189.97161395999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HUNTING PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 170, "l_t_add": 298, "r_f_add": 171, "r_t_add": 299, "st_code": 44020, "l_hundred": 100, "r_hundred": 100, "seg_id": 642587, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-02-14T00:00:00Z", "newsegdate": "2003-02-14T00:00:00Z", "multi_rep": 0, "streetlabe": "E HUNTING PARK AVE", "stname": "E HUNTING PARK AVE", "objectid": 26053, "Shape__Length": 75.506861133145264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123032384456096, 40.013491092574498 ], [ -75.122363491677703, 40.013404919055802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28634, "tnode_": 28635, "lpoly_": null, "rpoly_": null, "length": 19.33279388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBERTO CLEMENTE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1129, "l_hundred": 0, "r_hundred": 0, "seg_id": 642588, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "ROBERTO CLEMENTE WALK", "stname": "ROBERTO CLEMENTE WALK", "objectid": 26054, "Shape__Length": 7.7106133350369319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130038446740301, 40.007102832621598 ], [ -75.130019438744597, 40.007051814393698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12707, "tnode_": 28634, "lpoly_": null, "rpoly_": null, "length": 800.83111279000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 134, "r_f_add": 101, "r_t_add": 155, "st_code": 32000, "l_hundred": 100, "r_hundred": 100, "seg_id": 642589, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-20T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 26055, "Shape__Length": 318.33321758581826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127288895585195, 40.007704727293003 ], [ -75.130038446740301, 40.007102832621598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28634, "tnode_": 12792, "lpoly_": null, "rpoly_": null, "length": 451.85374066999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ERIE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 136, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 32000, "l_hundred": 100, "r_hundred": 100, "seg_id": 642590, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-20T00:00:00Z", "newsegdate": "2003-02-20T00:00:00Z", "multi_rep": 0, "streetlabe": "W ERIE AVE", "stname": "W ERIE AVE", "objectid": 26056, "Shape__Length": 179.60769833936629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130038446740301, 40.007102832621598 ], [ -75.131443979370005, 40.006795122777099 ], [ -75.131595063984705, 40.0067853074124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12454, "tnode_": 28732, "lpoly_": null, "rpoly_": null, "length": 99.89230116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1599, "l_t_add": 1599, "r_f_add": 1598, "r_t_add": 1598, "st_code": 84300, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 642591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-20T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26057, "Shape__Length": 39.729688688625345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090184486916996, 40.009264694068399 ], [ -75.090091423262805, 40.009239153380598 ], [ -75.089867577332399, 40.009140832260101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10778, "tnode_": 10662, "lpoly_": null, "rpoly_": null, "length": 226.83307363, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4790, "l_t_add": 4790, "r_f_add": 4791, "r_t_add": 4791, "st_code": 87890, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642592, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-26T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 26058, "Shape__Length": 90.509815314041944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133334723952203, 40.023538479034102 ], [ -75.133302889510901, 40.0237178700391 ], [ -75.133209648871897, 40.024153644598101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10591, "tnode_": 10895, "lpoly_": null, "rpoly_": null, "length": 1907.06391581, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642593, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-08-26T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26059, "Shape__Length": 758.33818110587913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130568459501902, 40.024591439200002 ], [ -75.131460577270701, 40.024380202070503 ], [ -75.132245247321293, 40.024136569624197 ], [ -75.133255282833801, 40.023906459694601 ], [ -75.135428198071097, 40.023448843175203 ], [ -75.135867126049007, 40.023349361667499 ], [ -75.136435556476897, 40.023173761261397 ], [ -75.137007413281594, 40.022931240551998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10646, "tnode_": 10927, "lpoly_": null, "rpoly_": null, "length": 1889.5677177800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642594, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26060, "Shape__Length": 751.38833078073469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130437297955993, 40.024283915498302 ], [ -75.131169368311205, 40.024136366821203 ], [ -75.132561234949193, 40.023943069312502 ], [ -75.133289524969896, 40.0237931821015 ], [ -75.134332072913395, 40.023563765002301 ], [ -75.135003493724, 40.0233844354917 ], [ -75.135491951757103, 40.023231346158603 ], [ -75.1359415904424, 40.0230591245152 ], [ -75.136802506875199, 40.022672894023003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11140, "tnode_": 11098, "lpoly_": null, "rpoly_": null, "length": 105.88970367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4618, "l_t_add": 4626, "r_f_add": 4629, "r_t_add": 4631, "st_code": 68600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 642595, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-11-17T00:00:00Z", "newsegdate": "2003-11-17T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 26061, "Shape__Length": 42.245894086898375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126255574608706, 40.0209468344976 ], [ -75.126172713195203, 40.021230447403902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28771, "tnode_": 28772, "lpoly_": null, "rpoly_": null, "length": 350.57932129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICETOWN", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 59780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 642596, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NICETOWN LN", "stname": "NICETOWN LN", "objectid": 26062, "Shape__Length": 139.31933945004357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1077654909774, 40.0093341459662 ], [ -75.1065141936636, 40.009352507183401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12587, "tnode_": 28771, "lpoly_": null, "rpoly_": null, "length": 351.37018838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4030, "r_f_add": 4001, "r_t_add": 4009, "st_code": 62860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642597, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 26063, "Shape__Length": 140.16231572076651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108002768103105, 40.008389311659101 ], [ -75.107937161414497, 40.0087150980725 ], [ -75.107849390190907, 40.008938111776096 ], [ -75.107763844561106, 40.009307143797599 ], [ -75.1077654909774, 40.0093341459662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28771, "tnode_": 12431, "lpoly_": null, "rpoly_": null, "length": 197.89872954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4032, "l_t_add": 4098, "r_f_add": 4011, "r_t_add": 4099, "st_code": 62860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-05T00:00:00Z", "newsegdate": "2003-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 26064, "Shape__Length": 78.948542296040301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1077654909774, 40.0093341459662 ], [ -75.107773499932193, 40.009465497088001 ], [ -75.1076819119654, 40.009871189949699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12604, "tnode_": 28772, "lpoly_": null, "rpoly_": null, "length": 412.22852073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4036, "r_f_add": 4001, "r_t_add": 4043, "st_code": 45740, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 26065, "Shape__Length": 164.44686968389985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106758787597002, 40.008236630287598 ], [ -75.1065141936636, 40.009352507183401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28772, "tnode_": 12449, "lpoly_": null, "rpoly_": null, "length": 135.54686160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "J", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4038, "l_t_add": 4098, "r_f_add": 4045, "r_t_add": 4099, "st_code": 45740, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "J ST", "stname": "J ST", "objectid": 26066, "Shape__Length": 54.073193825849046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1065141936636, 40.009352507183401 ], [ -75.106512459969593, 40.009351321152302 ], [ -75.106436478218697, 40.009716990961401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12866, "tnode_": 28820, "lpoly_": null, "rpoly_": null, "length": 60.99773882, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ATLANTIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 13920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642601, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "W ATLANTIC ST", "stname": "W ATLANTIC ST", "objectid": 26067, "Shape__Length": 24.248331051454244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149651558374501, 40.006219574426403 ], [ -75.149704117007403, 40.0061955038938 ], [ -75.149858308374704, 40.006174591153197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12885, "tnode_": 28820, "lpoly_": null, "rpoly_": null, "length": 106.43586183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3500, "l_t_add": 3504, "r_f_add": 3501, "r_t_add": 3505, "st_code": 36660, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642602, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 26068, "Shape__Length": 42.44522397668679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149739867411796, 40.005898016794099 ], [ -75.149808162714805, 40.006019192837599 ], [ -75.149858308374704, 40.006174591153197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28820, "tnode_": 12770, "lpoly_": null, "rpoly_": null, "length": 501.06431077000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3506, "l_t_add": 3598, "r_f_add": 3507, "r_t_add": 3599, "st_code": 36660, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 642603, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 26069, "Shape__Length": 199.8558066125882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149858308374704, 40.006174591153197 ], [ -75.150289107729506, 40.007509583076498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12249, "tnode_": 28857, "lpoly_": null, "rpoly_": null, "length": 115.05706669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FERRAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 54740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 642604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-05-11T00:00:00Z", "newsegdate": "2004-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "MC FERRAN ST", "stname": "MC FERRAN ST", "objectid": 26070, "Shape__Length": 45.741910116530391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150575571768599, 40.012379618539001 ], [ -75.150753950315206, 40.012351276965902 ], [ -75.150966966343404, 40.012287464009198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28857, "tnode_": 12307, "lpoly_": null, "rpoly_": null, "length": 279.0808971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FERRAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 54740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 642605, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-05-11T00:00:00Z", "newsegdate": "2004-05-11T00:00:00Z", "multi_rep": 0, "streetlabe": "MC FERRAN ST", "stname": "MC FERRAN ST", "objectid": 26071, "Shape__Length": 110.9734240917127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150966966343404, 40.012287464009198 ], [ -75.150967855374006, 40.012287197609901 ], [ -75.151889114830695, 40.011997394011203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29175, "tnode_": 29176, "lpoly_": null, "rpoly_": null, "length": 202.39354455, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81680, "l_hundred": 0, "r_hundred": 0, "seg_id": 642606, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-12-20T00:00:00Z", "newsegdate": "2006-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 26072, "Shape__Length": 80.46347668583266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128506862035707, 39.999048039828999 ], [ -75.128172076523498, 39.999008884156801 ], [ -75.128185120883998, 39.998941035690002 ], [ -75.127894381671197, 39.998904491711698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29176, "tnode_": 29177, "lpoly_": null, "rpoly_": null, "length": 27.44157665, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3299, "st_code": 81680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642607, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2006-12-20T00:00:00Z", "newsegdate": "2006-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 26073, "Shape__Length": 10.945728913184086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127894381671197, 39.998904491711698 ], [ -75.127880042602001, 39.998979010607698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13808, "tnode_": 29175, "lpoly_": null, "rpoly_": null, "length": 214.01576043, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19134, "zip_right": 19134, "l_f_add": 3200, "l_t_add": 3220, "r_f_add": 3201, "r_t_add": 3221, "st_code": 49820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 642608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "2006-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N LEE ST", "stname": "N LEE ST", "objectid": 26074, "Shape__Length": 85.36342405568422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128630851816396, 39.998468331056301 ], [ -75.128506862035707, 39.999048039828999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28198, "tnode_": 29193, "lpoly_": null, "rpoly_": null, "length": 231.40226579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNSHINE", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 75585, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642610, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2000-12-05T00:00:00Z", "newsegdate": "2007-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNSHINE LN", "stname": "SUNSHINE LN", "objectid": 26075, "Shape__Length": 92.24808513276048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108056816310906, 40.020504233270799 ], [ -75.108147165737705, 40.0205853423208 ], [ -75.1084627078137, 40.021054800778003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29195, "tnode_": 29193, "lpoly_": null, "rpoly_": null, "length": 114.85519128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLAR", "st_type": "WAY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 11, "st_code": 73230, "l_hundred": 0, "r_hundred": 0, "seg_id": 642611, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-06-29T00:00:00Z", "newsegdate": "2007-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SOLAR WAY", "stname": "SOLAR WAY", "objectid": 26076, "Shape__Length": 45.682936227079225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108834711546805, 40.0209221094049 ], [ -75.1084627078137, 40.021054800778003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29193, "tnode_": 29194, "lpoly_": null, "rpoly_": null, "length": 206.78895845000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLAR", "st_type": "WAY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 10, "l_t_add": 98, "r_f_add": 13, "r_t_add": 99, "st_code": 73230, "l_hundred": 0, "r_hundred": 0, "seg_id": 642612, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-06-29T00:00:00Z", "newsegdate": "2007-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SOLAR WAY", "stname": "SOLAR WAY", "objectid": 26077, "Shape__Length": 82.250881668712736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1084627078137, 40.021054800778003 ], [ -75.108216939285597, 40.021119366030199 ], [ -75.108110336203794, 40.021121008648301 ], [ -75.107983878477796, 40.021085334962898 ], [ -75.107797950956794, 40.0209719772105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11480, "tnode_": 29201, "lpoly_": null, "rpoly_": null, "length": 323.40353711, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 192, "l_t_add": 218, "r_f_add": 197, "r_t_add": 219, "st_code": 83820, "l_hundred": 100, "r_hundred": 100, "seg_id": 642613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2007-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 26078, "Shape__Length": 128.55078685104073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128414073601604, 40.018896262124201 ], [ -75.129553903386594, 40.019038160534897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29201, "tnode_": 11442, "lpoly_": null, "rpoly_": null, "length": 165.87394206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 220, "l_t_add": 246, "r_f_add": 221, "r_t_add": 239, "st_code": 83820, "l_hundred": 200, "r_hundred": 200, "seg_id": 642614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-25T00:00:00Z", "newsegdate": "2007-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W WINGOHOCKING ST", "stname": "W WINGOHOCKING ST", "objectid": 26079, "Shape__Length": 65.933908592626409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129553903386594, 40.019038160534897 ], [ -75.130138524720095, 40.0191109366977 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29202, "tnode_": 29201, "lpoly_": null, "rpoly_": null, "length": 552.96983380999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 64500, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642615, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2007-08-21T00:00:00Z", "newsegdate": "2007-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 26080, "Shape__Length": 220.62305429941193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129876383611304, 40.017540578257197 ], [ -75.129553903386594, 40.019038160534897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29202, "tnode_": 11640, "lpoly_": null, "rpoly_": null, "length": 172.64437640999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CAYUGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 239, "st_code": 21960, "l_hundred": 200, "r_hundred": 200, "seg_id": 642616, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2007-08-21T00:00:00Z", "newsegdate": "2007-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W CAYUGA ST", "stname": "W CAYUGA ST", "objectid": 26081, "Shape__Length": 68.624121229801574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129876383611304, 40.017540578257197 ], [ -75.130484261351896, 40.017619087042803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12780, "tnode_": 12833, "lpoly_": null, "rpoly_": null, "length": 536.55551436000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1633, "r_f_add": 1600, "r_t_add": 1612, "st_code": 79820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 642617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-07-03T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 26082, "Shape__Length": 213.51944575333479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091817923845696, 40.006016759935399 ], [ -75.091698997711902, 40.005911773698898 ], [ -75.091632352833201, 40.005593965658399 ], [ -75.091529704392499, 40.005562177948804 ], [ -75.090411928389898, 40.005216024585899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12028, "tnode_": 29294, "lpoly_": null, "rpoly_": null, "length": 487.66135078999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "O", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 60820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642618, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": "2008-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "O ST", "stname": "O ST", "objectid": 26083, "Shape__Length": 194.42003074409496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095485529473507, 40.013087264609702 ], [ -75.095417993298298, 40.0134040975597 ], [ -75.095395935125694, 40.013523838856599 ], [ -75.095393324984101, 40.013590585781898 ], [ -75.095395185387503, 40.0136540950284 ], [ -75.095418225042195, 40.013731455398101 ], [ -75.095458887051507, 40.013802542009898 ], [ -75.095499810098204, 40.013866955264803 ], [ -75.095562304108995, 40.013935206437203 ], [ -75.095954367295306, 40.014274951538297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11974, "tnode_": 29294, "lpoly_": null, "rpoly_": null, "length": 432.96365621999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1522, "st_code": 83800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 642619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-14T00:00:00Z", "newsegdate": "2008-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 26084, "Shape__Length": 172.19899992122112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097346425743496, 40.013758308696097 ], [ -75.095954367295306, 40.014274951538297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13437, "tnode_": 29567, "lpoly_": null, "rpoly_": null, "length": 207.08923454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WESTMORELAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 430, "r_f_add": 401, "r_t_add": 429, "st_code": 82580, "l_hundred": 400, "r_hundred": 400, "seg_id": 642623, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-12-01T00:00:00Z", "newsegdate": "2010-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W WESTMORELAND ST", "stname": "W WESTMORELAND ST", "objectid": 26085, "Shape__Length": 82.296700023826716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137256019808405, 40.001218588114099 ], [ -75.136584445161404, 40.001125035696099 ], [ -75.136528233449894, 40.001119376113401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29567, "tnode_": 29568, "lpoly_": null, "rpoly_": null, "length": 553.37295306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 3300, "l_t_add": 3350, "r_f_add": 3301, "r_t_add": 3351, "st_code": 87870, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 642624, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-12-01T00:00:00Z", "newsegdate": "2010-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 26086, "Shape__Length": 220.7308345527631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136528233449894, 40.001119376113401 ], [ -75.136522886245501, 40.001145949898302 ], [ -75.136205038393499, 40.002617978412701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29568, "tnode_": 13231, "lpoly_": null, "rpoly_": null, "length": 204.90213821999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 404, "l_t_add": 430, "r_f_add": 405, "r_t_add": 437, "st_code": 61400, "l_hundred": 400, "r_hundred": 400, "seg_id": 642625, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2010-09-10T00:00:00Z", "newsegdate": "2010-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 26087, "Shape__Length": 81.428345864348799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136205038393499, 40.002617978412701 ], [ -75.136926308667697, 40.002711284441602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13252, "tnode_": 29568, "lpoly_": null, "rpoly_": null, "length": 166.95326346000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ONTARIO", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 400, "l_t_add": 402, "r_f_add": 401, "r_t_add": 403, "st_code": 61400, "l_hundred": 400, "r_hundred": 400, "seg_id": 642626, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2010-09-10T00:00:00Z", "newsegdate": "2010-09-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W ONTARIO ST", "stname": "W ONTARIO ST", "objectid": 26088, "Shape__Length": 66.347144895152766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135617130686796, 40.002542970170097 ], [ -75.136205038393499, 40.002617978412701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11974, "tnode_": 29604, "lpoly_": null, "rpoly_": null, "length": 820.10750406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4410, "l_t_add": 4454, "r_f_add": 4411, "r_t_add": 4455, "st_code": 21880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642627, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26089, "Shape__Length": 327.20395841120694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097346425743496, 40.013758308696097 ], [ -75.097057717312197, 40.015211357993003 ], [ -75.097043004928096, 40.015992661293403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29619, "tnode_": 12565, "lpoly_": null, "rpoly_": null, "length": 190.3237034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4080, "l_t_add": 4098, "r_f_add": 4111, "r_t_add": 4113, "st_code": 47420, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642629, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 26090, "Shape__Length": 75.733190623427731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092583562772006, 40.007938654624702 ], [ -75.092029822251902, 40.008241386208802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12658, "tnode_": 29619, "lpoly_": null, "rpoly_": null, "length": 347.7442333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENSINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4040, "l_t_add": 4078, "r_f_add": 4003, "r_t_add": 4109, "st_code": 47420, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 642630, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "KENSINGTON AVE", "stname": "KENSINGTON AVE", "objectid": 26091, "Shape__Length": 138.37275753963036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093595300382901, 40.007385520824002 ], [ -75.092583562772006, 40.007938654624702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11051, "tnode_": 29635, "lpoly_": null, "rpoly_": null, "length": 775.01228799, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 34180, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642631, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2012-01-19T00:00:00Z", "multi_rep": 0, "streetlabe": "E FISHERS LN", "stname": "E FISHERS LN", "objectid": 26092, "Shape__Length": 308.06152892953327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100627843725405, 40.021055619645601 ], [ -75.101497034183396, 40.020931395265201 ], [ -75.102076599221803, 40.020877859587202 ], [ -75.102512952306299, 40.020845347107098 ], [ -75.102830040399795, 40.020828328624802 ], [ -75.103272637710603, 40.020838531020701 ], [ -75.103370338211406, 40.020855983325703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10994, "tnode_": 29644, "lpoly_": null, "rpoly_": null, "length": 710.30592853999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4870, "r_f_add": 4801, "r_t_add": 4871, "st_code": 82820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 642633, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 26093, "Shape__Length": 283.04179013878417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112711556184195, 40.0217034250418 ], [ -75.111293456106495, 40.023159083319101 ], [ -75.111188234585995, 40.023262363485003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29644, "tnode_": 10617, "lpoly_": null, "rpoly_": null, "length": 320.68963757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4872, "l_t_add": 4898, "r_f_add": 4873, "r_t_add": 4899, "st_code": 82820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 642634, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 26094, "Shape__Length": 127.77772525204352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111188234585995, 40.023262363485003 ], [ -75.111042992819193, 40.023404926945403 ], [ -75.110663769393099, 40.0237771509345 ], [ -75.110477460474598, 40.023952520637899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29645, "tnode_": 11851, "lpoly_": null, "rpoly_": null, "length": 279.63576031999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1567, "l_t_add": 4299, "r_f_add": 1578, "r_t_add": 4298, "st_code": 83800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 642636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 26095, "Shape__Length": 111.18301782779626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0944141965402, 40.0147915106241 ], [ -75.094402158989894, 40.0147949057353 ], [ -75.093471271711707, 40.015043714145897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29646, "tnode_": 11405, "lpoly_": null, "rpoly_": null, "length": 1069.8814604, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 919, "l_t_add": 1199, "r_f_add": 940, "r_t_add": 1198, "st_code": 85020, "l_hundred": 900, "r_hundred": 900, "seg_id": 642637, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2012-01-19T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 26096, "Shape__Length": 425.27191514961146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105495499421593, 40.019208308064599 ], [ -75.104566837027505, 40.0190924165125 ], [ -75.101725892901101, 40.018733359833099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11330, "tnode_": 29646, "lpoly_": null, "rpoly_": null, "length": 513.54344645000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 917, "r_f_add": 912, "r_t_add": 938, "st_code": 85020, "l_hundred": 800, "r_hundred": 900, "seg_id": 642638, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2012-01-19T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 26097, "Shape__Length": 204.12981760915983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107307085865997, 40.019425584105697 ], [ -75.106647390549199, 40.019352046071099 ], [ -75.105495499421593, 40.019208308064599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12431, "tnode_": 12247, "lpoly_": null, "rpoly_": null, "length": 594.99858225000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 62860, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 642639, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": "2011-03-29T00:00:00Z", "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 26098, "Shape__Length": 237.34851753302615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1076819119654, 40.009871189949699 ], [ -75.107706497967698, 40.009935757874601 ], [ -75.107398983325893, 40.011368676019401 ], [ -75.107400693108701, 40.011367437709502 ], [ -75.107327878958699, 40.011464392310998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10824, "tnode_": 29736, "lpoly_": null, "rpoly_": null, "length": 275.83372038000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 87950, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642640, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": "2011-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 26099, "Shape__Length": 110.06068630588459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138421714410796, 40.023337894646602 ], [ -75.138262598150703, 40.024085144384003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29736, "tnode_": 10559, "lpoly_": null, "rpoly_": null, "length": 314.4437698, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4731, "r_t_add": 4799, "st_code": 87950, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642641, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": "2011-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 26100, "Shape__Length": 125.46798623954852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138262598150703, 40.024085144384003 ], [ -75.138081204105205, 40.024936990575902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10847, "tnode_": 29737, "lpoly_": null, "rpoly_": null, "length": 352.45900661000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4734, "r_f_add": 4701, "r_t_add": 4735, "st_code": 87930, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642642, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": "2011-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 26101, "Shape__Length": 140.63741702789551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137057150487905, 40.023069418699798 ], [ -75.137086667984505, 40.0232841309112 ], [ -75.136935033981999, 40.0240266694532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29737, "tnode_": 10584, "lpoly_": null, "rpoly_": null, "length": 273.46571266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4736, "l_t_add": 4798, "r_f_add": 4737, "r_t_add": 4799, "st_code": 87930, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642643, "oneway": "FT", "class": 12, "responsibl": "CITY", "update_": "2011-09-20T00:00:00Z", "newsegdate": "2011-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 26102, "Shape__Length": 109.11779591716791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136935033981999, 40.0240266694532 ], [ -75.136783587034898, 40.024768281346702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29882, "tnode_": 10561, "lpoly_": null, "rpoly_": null, "length": 122.02964219, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642644, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26103, "Shape__Length": 48.519055229932832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127870645998598, 40.024824970975999 ], [ -75.128290397354903, 40.024735086881002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10472, "tnode_": 29882, "lpoly_": null, "rpoly_": null, "length": 686.88418934000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642645, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26104, "Shape__Length": 273.07032815983843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125465748516902, 40.025193590269602 ], [ -75.127732002232705, 40.024854658337901 ], [ -75.127870645998598, 40.024824970975999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29884, "tnode_": 10464, "lpoly_": null, "rpoly_": null, "length": 123.54923511, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 175, "r_t_add": 199, "st_code": 69240, "l_hundred": 0, "r_hundred": 100, "seg_id": 642646, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26105, "Shape__Length": 49.117555875764324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127696612469407, 40.025299854060101 ], [ -75.1281286505683, 40.025231244935199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10391, "tnode_": 29884, "lpoly_": null, "rpoly_": null, "length": 385.35964262, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 171, "r_t_add": 173, "st_code": 69240, "l_hundred": 0, "r_hundred": 100, "seg_id": 642647, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26106, "Shape__Length": 153.20046712329255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126347530663395, 40.025508071195702 ], [ -75.127205479107303, 40.0253778449203 ], [ -75.127696612469407, 40.025299854060101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13119, "tnode_": 13212, "lpoly_": null, "rpoly_": null, "length": 444.30707318000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 65520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26107, "Shape__Length": 176.79628824634213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0648735625998, 40.001968285093199 ], [ -75.0636026644992, 40.001238683844903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29883, "tnode_": 10507, "lpoly_": null, "rpoly_": null, "length": 350.10628892, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642648, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26108, "Shape__Length": 139.19856487524549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127673844994703, 40.025173723148903 ], [ -75.127934848675096, 40.0251329773807 ], [ -75.128883347915206, 40.024932203479601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10393, "tnode_": 29883, "lpoly_": null, "rpoly_": null, "length": 644.77071277000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 642649, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 26109, "Shape__Length": 256.32793117833285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125414660148707, 40.025514480831497 ], [ -75.126677313980096, 40.025329288410397 ], [ -75.127673844994703, 40.025173723148903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10558, "tnode_": 29882, "lpoly_": null, "rpoly_": null, "length": 50.45053213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANKS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1007, "l_hundred": 0, "r_hundred": 0, "seg_id": 642650, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 0, "streetlabe": "BANKS WAY", "stname": "BANKS WAY", "objectid": 26110, "Shape__Length": 20.126062828972298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127818508195801, 40.024692405602103 ], [ -75.127870645998598, 40.024824970975999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29882, "tnode_": 29883, "lpoly_": null, "rpoly_": null, "length": 195.2518517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANKS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1007, "l_hundred": 0, "r_hundred": 0, "seg_id": 642651, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 0, "streetlabe": "BANKS WAY", "stname": "BANKS WAY", "objectid": 26111, "Shape__Length": 77.782397836368645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127870645998598, 40.024824970975999 ], [ -75.127912990125594, 40.024935406077503 ], [ -75.127622207309102, 40.024986294870502 ], [ -75.127673844994703, 40.025173723148903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29883, "tnode_": 29884, "lpoly_": null, "rpoly_": null, "length": 46.38763549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANKS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1007, "l_hundred": 0, "r_hundred": 0, "seg_id": 642652, "oneway": "B", "class": 15, "responsibl": "CITY", "update_": "2014-12-03T00:00:00Z", "newsegdate": "2014-12-03T00:00:00Z", "multi_rep": 0, "streetlabe": "BANKS WAY", "stname": "BANKS WAY", "objectid": 26112, "Shape__Length": 18.510113239738164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127673844994703, 40.025173723148903 ], [ -75.127696612469407, 40.025299854060101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12377, "tnode_": 12309, "lpoly_": null, "rpoly_": null, "length": 1461.5462881399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 52040, "l_hundred": 100, "r_hundred": 100, "seg_id": 642653, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2016-04-22T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "W LUZERNE ST", "stname": "W LUZERNE ST", "objectid": 26113, "Shape__Length": 580.89290043561289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1266370129172, 40.0108258908312 ], [ -75.130588353912103, 40.011334291659203 ], [ -75.131782293267406, 40.011491902739202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29985, "tnode_": 11399, "lpoly_": null, "rpoly_": null, "length": 154.00966841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4460, "l_t_add": 4498, "r_f_add": 0, "r_t_add": 0, "st_code": 21880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642654, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2017-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26114, "Shape__Length": 61.450017449079411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097022085792801, 40.017652658980403 ], [ -75.096980765594296, 40.017877372046499 ], [ -75.096975802782495, 40.018073162166502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29604, "tnode_": 29985, "lpoly_": null, "rpoly_": null, "length": 604.74305316000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4456, "l_t_add": 4458, "r_f_add": 4457, "r_t_add": 4459, "st_code": 21880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642655, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2017-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26115, "Shape__Length": 241.29947294670632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097043004928096, 40.015992661293403 ], [ -75.097028295860596, 40.016773751105802 ], [ -75.097022085792801, 40.017652658980403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30190, "tnode_": 29986, "lpoly_": null, "rpoly_": null, "length": 128.1822994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WYOMING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1351, "l_t_add": 1399, "r_f_add": 0, "r_t_add": 0, "st_code": 85020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 642656, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2008-06-26T00:00:00Z", "newsegdate": "2017-06-23T00:00:00Z", "multi_rep": 0, "streetlabe": "E WYOMING AVE", "stname": "E WYOMING AVE", "objectid": 26116, "Shape__Length": 50.946750615945191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097799744327006, 40.018247663639102 ], [ -75.097343030895203, 40.018225103746197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12885, "tnode_": 12871, "lpoly_": null, "rpoly_": null, "length": 620.05520221000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TIOGA", "st_type": "ST", "suf_dir": " ", "zip_left": 19140, "zip_right": 19140, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1325, "st_code": 77420, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 642657, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": "2017-09-19T00:00:00Z", "multi_rep": 0, "streetlabe": "W TIOGA ST", "stname": "W TIOGA ST", "objectid": 26117, "Shape__Length": 246.4222656916121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149739867411796, 40.005898016794099 ], [ -75.151081486021297, 40.0060707152698 ], [ -75.151735343582303, 40.006157111016201 ], [ -75.151923332658995, 40.006176598929002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29294, "tnode_": 29645, "lpoly_": null, "rpoly_": null, "length": 471.19550154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WINGOHOCKING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1565, "r_f_add": 1524, "r_t_add": 1576, "st_code": 83800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 642658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2018-04-10T11:35:21Z", "newsegdate": "2018-04-10T11:35:21Z", "multi_rep": 0, "streetlabe": "E WINGOHOCKING ST", "stname": "E WINGOHOCKING ST", "objectid": 26118, "Shape__Length": 187.38568439981776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095954367295306, 40.014274951538297 ], [ -75.095461596043293, 40.014457830375598 ], [ -75.095032271173906, 40.014617160611699 ], [ -75.0944141965402, 40.0147915106241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29635, "tnode_": 30025, "lpoly_": null, "rpoly_": null, "length": 150.67428536000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4601, "l_t_add": 4615, "r_f_add": 4600, "r_t_add": 4614, "st_code": 34180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 642659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2020-01-30T09:19:38Z", "newsegdate": "2020-01-30T09:19:38Z", "multi_rep": 0, "streetlabe": "E FISHERS LN", "stname": "E FISHERS LN", "objectid": 26119, "Shape__Length": 59.895085702234873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103370338211406, 40.020855983325703 ], [ -75.103508322450097, 40.020880455862603 ], [ -75.103689629363004, 40.020896798275402 ], [ -75.1038565506758, 40.0208763170778 ], [ -75.103899817772799, 40.0208674144789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30025, "tnode_": 28242, "lpoly_": null, "rpoly_": null, "length": 1108.98299432, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4617, "l_t_add": 4699, "r_f_add": 4616, "r_t_add": 4698, "st_code": 34180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 642660, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2020-01-30T09:19:38Z", "newsegdate": "2020-01-30T09:19:38Z", "multi_rep": 0, "streetlabe": "E FISHERS LN", "stname": "E FISHERS LN", "objectid": 26120, "Shape__Length": 441.49007329043434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103899817772799, 40.0208674144789 ], [ -75.104095787801199, 40.020827092122801 ], [ -75.104425043185898, 40.0207008741707 ], [ -75.104712647445893, 40.020628434415499 ], [ -75.105166935571106, 40.020541587378197 ], [ -75.105376451882506, 40.020443019509997 ], [ -75.105644131319494, 40.020272807117003 ], [ -75.106156250517103, 40.019919680638502 ], [ -75.106279771688307, 40.019794802409997 ], [ -75.106862807479899, 40.019047830226597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10139, "tnode_": 30026, "lpoly_": null, "rpoly_": null, "length": 905.02841211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5052, "l_t_add": 5098, "r_f_add": 5053, "r_t_add": 5099, "st_code": 3255, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 642662, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-07T14:16:15Z", "newsegdate": "2020-02-07T14:16:15Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 26121, "Shape__Length": 360.41173581823176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114421776390103, 40.026666697975202 ], [ -75.114345422505593, 40.026476352108297 ], [ -75.114115337903499, 40.026428159720098 ], [ -75.114057423693893, 40.026354357021198 ], [ -75.113965052331096, 40.026177729901001 ], [ -75.113883555643, 40.0260404488861 ], [ -75.113781953862102, 40.0259418046411 ], [ -75.113611616918604, 40.0258244168228 ], [ -75.113461017606099, 40.0257418111145 ], [ -75.113331281138102, 40.025696874204598 ], [ -75.113252633570596, 40.025677903819897 ], [ -75.113064354539304, 40.025639251428203 ], [ -75.112899641345606, 40.025632608345198 ], [ -75.112738294447993, 40.025603156179201 ], [ -75.112631994786199, 40.025561617459601 ], [ -75.112565795723, 40.025509556546197 ], [ -75.112423874609505, 40.025363258521701 ], [ -75.112286949037795, 40.025216120860101 ], [ -75.112192167325304, 40.025113642916303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30026, "tnode_": 30031, "lpoly_": null, "rpoly_": null, "length": 1454.0997108500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 3253, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 642664, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T16:42:28Z", "newsegdate": "2020-02-18T16:42:28Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 26122, "Shape__Length": 579.54463869093195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112192167325304, 40.025113642916303 ], [ -75.112190528540793, 40.025111871691799 ], [ -75.112123817726498, 40.024996944707198 ], [ -75.112051983278704, 40.024879299608898 ], [ -75.1120054474341, 40.024792275955299 ], [ -75.111975400289793, 40.024696607246398 ], [ -75.111932998284999, 40.024575812408699 ], [ -75.111918575330407, 40.024468201745002 ], [ -75.111954190373794, 40.024323214343497 ], [ -75.111928437764007, 40.0242155128023 ], [ -75.1118709399842, 40.024058255152603 ], [ -75.1117464432796, 40.023858362246898 ], [ -75.111712436230306, 40.023828135288099 ], [ -75.111692323094999, 40.023787145761702 ], [ -75.111647933853405, 40.023732486693198 ], [ -75.111638741638103, 40.023649942973798 ], [ -75.111605913575502, 40.023457363026502 ], [ -75.111583123519196, 40.023325720602003 ], [ -75.111543136070097, 40.023078060147199 ], [ -75.111408868746693, 40.022782937685299 ], [ -75.111307570291899, 40.022645776267403 ], [ -75.111169510872202, 40.022508470994701 ], [ -75.111036678880893, 40.022415780353803 ], [ -75.110868183894596, 40.022347064482602 ], [ -75.110680307878496, 40.022266458912398 ], [ -75.110520764510994, 40.022222741015 ], [ -75.110370023949997, 40.022207832960902 ], [ -75.110223869418604, 40.022202565738702 ], [ -75.110162279774499, 40.022191614278498 ], [ -75.1100193862666, 40.022102505174203 ], [ -75.109808580163303, 40.021973692030798 ], [ -75.109799493223903, 40.021970547546204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30031, "tnode_": 30025, "lpoly_": null, "rpoly_": null, "length": 2223.82994758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 3253, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642665, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T16:42:28Z", "newsegdate": "2020-02-18T16:42:28Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 26123, "Shape__Length": 884.9473698485657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109799493223903, 40.021970547546204 ], [ -75.109607868783201, 40.021904232632501 ], [ -75.109474922097206, 40.021878289436899 ], [ -75.109339202503094, 40.021859911347399 ], [ -75.109147325107799, 40.021882199013199 ], [ -75.108752174033498, 40.021964655512903 ], [ -75.108359649126896, 40.022043357023897 ], [ -75.107767957761098, 40.022140360831003 ], [ -75.107519519378101, 40.022149901246699 ], [ -75.107266719123999, 40.022144083576499 ], [ -75.107080910783395, 40.022137900647202 ], [ -75.106881744948794, 40.022156202748398 ], [ -75.106673882207701, 40.022206726133703 ], [ -75.106488697308905, 40.022248235594503 ], [ -75.106376128626593, 40.022272345297601 ], [ -75.1059944477268, 40.0222635577069 ], [ -75.105872632798196, 40.0222702884667 ], [ -75.105723955714794, 40.022329801995397 ], [ -75.105503727491197, 40.022442976536396 ], [ -75.105354010305405, 40.0225291659319 ], [ -75.105085771488802, 40.0226011831029 ], [ -75.104852128635997, 40.022612966064301 ], [ -75.104658484470207, 40.022553196363397 ], [ -75.104449793466301, 40.022433957535902 ], [ -75.104278901728705, 40.022363269143597 ], [ -75.104115642053699, 40.022224096769499 ], [ -75.103901395417694, 40.021929267222802 ], [ -75.103825671552499, 40.021708195622402 ], [ -75.103758200585801, 40.021466334502797 ], [ -75.103772646118898, 40.021350328773302 ], [ -75.103855939720304, 40.021186323076201 ], [ -75.103925057415395, 40.021067763118303 ], [ -75.103943641876697, 40.0209728314899 ], [ -75.103899817772799, 40.0208674144789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30031, "tnode_": 10994, "lpoly_": null, "rpoly_": null, "length": 953.87519481999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 3255, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 642666, "oneway": "B", "class": 6, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T16:43:03Z", "newsegdate": "2020-02-18T16:43:03Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 26124, "Shape__Length": 379.50990727101367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109799493223903, 40.021970547546204 ], [ -75.109924951972204, 40.021926300913002 ], [ -75.110055408567305, 40.021860760558098 ], [ -75.110220024593005, 40.021813885387402 ], [ -75.110365624440405, 40.021757632834799 ], [ -75.110544172118196, 40.021651477894899 ], [ -75.110755436734905, 40.021501374534502 ], [ -75.110810925331606, 40.021469870375 ], [ -75.110857627683203, 40.021464983426299 ], [ -75.110915715023594, 40.021466318430399 ], [ -75.110969005273503, 40.021491383521202 ], [ -75.1110630398491, 40.021565063866802 ], [ -75.111178342360603, 40.021689892399799 ], [ -75.111311914270601, 40.021743621341301 ], [ -75.111638418252497, 40.021819663142097 ], [ -75.111961397912495, 40.021886683012603 ], [ -75.112146354394696, 40.021914771356499 ], [ -75.112248660912002, 40.021875401962902 ], [ -75.1123239752568, 40.021832432766303 ], [ -75.112341316412298, 40.0217851512907 ], [ -75.112432930441599, 40.021721695782901 ], [ -75.112711556184195, 40.0217034250418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28242, "tnode_": 11702, "lpoly_": null, "rpoly_": null, "length": 1001.6521884900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4598, "r_f_add": 4601, "r_t_add": 4599, "st_code": 3253, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 642667, "oneway": "B", "class": 6, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-19T09:01:43Z", "newsegdate": "2020-02-19T09:01:43Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 26125, "Shape__Length": 399.36612280861186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106862807479899, 40.019047830226597 ], [ -75.107085235598106, 40.0187844461609 ], [ -75.107311361714807, 40.018551252078403 ], [ -75.107473789925095, 40.018361291865197 ], [ -75.107577320328403, 40.018190834941699 ], [ -75.107688363494304, 40.018026512042198 ], [ -75.107722124286795, 40.017955769556302 ], [ -75.107972937058804, 40.017586063033498 ], [ -75.108060696375901, 40.017322863691803 ], [ -75.108044878681099, 40.017131781125201 ], [ -75.107933761489093, 40.016899765905301 ], [ -75.107747424665703, 40.016589940152599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13656, "tnode_": 30107, "lpoly_": null, "rpoly_": null, "length": 590.73129422, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2295, "r_f_add": 2200, "r_t_add": 2294, "st_code": 20060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2023-05-17T13:28:05Z", "newsegdate": "2023-05-17T13:28:05Z", "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 26126, "Shape__Length": 235.34943909832077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094606700749694, 39.998766193123302 ], [ -75.093417699686597, 39.9974269940951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30107, "tnode_": 14082, "lpoly_": null, "rpoly_": null, "length": 670.51764521000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2297, "l_t_add": 2399, "r_f_add": 2296, "r_t_add": 2398, "st_code": 20060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 642669, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2023-05-17T13:28:05Z", "newsegdate": "2023-05-17T13:28:05Z", "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 26127, "Shape__Length": 267.13391753799152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093417699686597, 39.9974269940951 ], [ -75.093293350746904, 39.997286932472598 ], [ -75.0920740183861, 39.995903839451501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30107, "tnode_": 30108, "lpoly_": null, "rpoly_": null, "length": 344.53261788999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSSINGS", "st_type": "DWY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 3047, "l_hundred": 0, "r_hundred": 0, "seg_id": 642670, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2023-05-17T13:48:23Z", "newsegdate": "2023-05-17T13:48:23Z", "multi_rep": null, "streetlabe": "CROSSINGS DWY ", "stname": "CROSSINGS DWY ", "objectid": 26128, "Shape__Length": 137.06784659517731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093417699686597, 39.9974269940951 ], [ -75.092405895783401, 39.997964530961603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30194, "tnode_": 29985, "lpoly_": null, "rpoly_": null, "length": 127.61020031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4461, "r_t_add": 4499, "st_code": 21880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 642672, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:50:12Z", "newsegdate": "2025-08-05T10:50:12Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26129, "Shape__Length": 50.866007034919768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097238173646801, 40.017951065293197 ], [ -75.097182284600606, 40.0179054323633 ], [ -75.097133662932393, 40.017864257134804 ], [ -75.097078166188396, 40.017808620015103 ], [ -75.097064469492196, 40.017778265765898 ], [ -75.097022085792801, 40.017652658980403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11399, "tnode_": 30195, "lpoly_": null, "rpoly_": null, "length": 246.99963967999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4536, "r_f_add": 0, "r_t_add": 0, "st_code": 21880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642673, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:51:32Z", "newsegdate": "2025-08-05T10:51:32Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26130, "Shape__Length": 98.527075626043271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096975802782495, 40.018073162166502 ], [ -75.096726516440896, 40.018723551913197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30195, "tnode_": 11261, "lpoly_": null, "rpoly_": null, "length": 398.40804127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4538, "l_t_add": 4598, "r_f_add": 4539, "r_t_add": 4599, "st_code": 21880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642674, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:51:32Z", "newsegdate": "2025-08-05T10:51:32Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26131, "Shape__Length": 158.76362599733747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096726516440896, 40.018723551913197 ], [ -75.096724953022303, 40.018727631714398 ], [ -75.095899884333605, 40.019613314796104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30195, "tnode_": 30196, "lpoly_": null, "rpoly_": null, "length": 228.21099623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4501, "r_t_add": 4537, "st_code": 21880, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 642675, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2025-08-05T10:52:54Z", "newsegdate": "2025-08-05T10:52:54Z", "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 26132, "Shape__Length": 90.904394395456691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096726516440896, 40.018723551913197 ], [ -75.096806345000502, 40.018670590142399 ], [ -75.096863670742394, 40.018631863719797 ], [ -75.096948862973704, 40.018546577722397 ], [ -75.097066991934497, 40.018427723222601 ], [ -75.0971863095656, 40.0183260607836 ], [ -75.097263507628398, 40.018254894705798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30196, "tnode_": 30190, "lpoly_": null, "rpoly_": null, "length": 25.30264333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYOMING", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3291, "l_hundred": 0, "r_hundred": 0, "seg_id": 642676, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T10:57:19Z", "newsegdate": "2025-08-05T10:57:19Z", "multi_rep": null, "streetlabe": "WYOMING CIR ", "stname": "WYOMING CIR ", "objectid": 26133, "Shape__Length": 10.065196467347858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097263507628398, 40.018254894705798 ], [ -75.097300961139695, 40.018248607556501 ], [ -75.097343030895203, 40.018225103746197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30190, "tnode_": 30191, "lpoly_": null, "rpoly_": null, "length": 76.49550859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYOMING", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3291, "l_hundred": 0, "r_hundred": 0, "seg_id": 642677, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T11:05:34Z", "newsegdate": "2025-08-05T11:05:34Z", "multi_rep": null, "streetlabe": "WYOMING CIR ", "stname": "WYOMING CIR ", "objectid": 26134, "Shape__Length": 30.505030720345157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097343030895203, 40.018225103746197 ], [ -75.097371198479706, 40.018196829450602 ], [ -75.097393790752406, 40.018158253670002 ], [ -75.097399640468595, 40.018135502526199 ], [ -75.097403049937697, 40.018111740813602 ], [ -75.0974017998942, 40.018080243300602 ], [ -75.097371301257496, 40.018032202880299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30191, "tnode_": 30194, "lpoly_": null, "rpoly_": null, "length": 48.30282791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYOMING", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3291, "l_hundred": 0, "r_hundred": 0, "seg_id": 642678, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T11:08:17Z", "newsegdate": "2025-08-05T11:08:17Z", "multi_rep": null, "streetlabe": "WYOMING CIR ", "stname": "WYOMING CIR ", "objectid": 26135, "Shape__Length": 19.227646598259355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097371301257496, 40.018032202880299 ], [ -75.097317469442302, 40.017984842506998 ], [ -75.097238173646801, 40.017951065293197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30194, "tnode_": 11399, "lpoly_": null, "rpoly_": null, "length": 91.66492508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYOMING", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3291, "l_hundred": 0, "r_hundred": 0, "seg_id": 642679, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T11:10:23Z", "newsegdate": "2025-08-05T11:10:23Z", "multi_rep": null, "streetlabe": "WYOMING CIR ", "stname": "WYOMING CIR ", "objectid": 26136, "Shape__Length": 36.477999560554501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097238173646801, 40.017951065293197 ], [ -75.097160955843293, 40.017959294516302 ], [ -75.097072083131195, 40.017980127493999 ], [ -75.097024969448597, 40.018011460891501 ], [ -75.096975802782495, 40.018073162166502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11399, "tnode_": 30196, "lpoly_": null, "rpoly_": null, "length": 122.78305673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYOMING", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3291, "l_hundred": 0, "r_hundred": 0, "seg_id": 642680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T11:51:26Z", "newsegdate": "2025-08-05T11:51:26Z", "multi_rep": null, "streetlabe": "WYOMING CIR ", "stname": "WYOMING CIR ", "objectid": 26137, "Shape__Length": 48.888308047100594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096975802782495, 40.018073162166502 ], [ -75.0969862139913, 40.0181145079247 ], [ -75.096993211918004, 40.0181575813927 ], [ -75.097029764204194, 40.018206105980397 ], [ -75.097066156471897, 40.018226972299402 ], [ -75.097112387836702, 40.018249972516998 ], [ -75.097164059411696, 40.018260702867899 ], [ -75.097196240264196, 40.0182623996443 ], [ -75.097263507628398, 40.018254894705798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11676, "tnode_": 11555, "lpoly_": null, "rpoly_": null, "length": 656.3245971099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 76600, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 660001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26138, "Shape__Length": 261.16724258146513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052232509504606, 40.015577787700103 ], [ -75.050285958732601, 40.016580791824602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11710, "tnode_": 11614, "lpoly_": null, "rpoly_": null, "length": 569.41468867999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 56300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 660003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 26139, "Shape__Length": 226.52623264138066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049085067813493, 40.015228615698902 ], [ -75.047321495447704, 40.016006156271601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11837, "tnode_": 11710, "lpoly_": null, "rpoly_": null, "length": 661.7221967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 56300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 660006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 26140, "Shape__Length": 263.30898162468964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051048750217205, 40.014218697830401 ], [ -75.049085067813493, 40.015228615698902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11676, "tnode_": 11837, "lpoly_": null, "rpoly_": null, "length": 595.86522400999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 28320, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 26141, "Shape__Length": 237.46105976298907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052232509504606, 40.015577787700103 ], [ -75.051048750217205, 40.014218697830401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11710, "tnode_": 11842, "lpoly_": null, "rpoly_": null, "length": 497.72963498000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5399, "r_f_add": 5100, "r_t_add": 5398, "st_code": 68860, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 26142, "Shape__Length": 198.35323818140009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049085067813493, 40.015228615698902 ], [ -75.048099024649005, 40.014091944683202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11919, "tnode_": 11882, "lpoly_": null, "rpoly_": null, "length": 231.23217176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5920, "l_t_add": 5998, "r_f_add": 5921, "r_t_add": 5999, "st_code": 76600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26143, "Shape__Length": 92.011725030811178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056628486169103, 40.013466923478298 ], [ -75.055945738134, 40.013823740845197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11837, "tnode_": 11956, "lpoly_": null, "rpoly_": null, "length": 592.0494787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5299, "r_f_add": 5100, "r_t_add": 5298, "st_code": 28320, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 26144, "Shape__Length": 235.92162768962694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051048750217205, 40.014218697830401 ], [ -75.049844038192902, 40.0128832778746 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11986, "tnode_": 11919, "lpoly_": null, "rpoly_": null, "length": 450.49870572999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 76600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660012, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26145, "Shape__Length": 179.28874101666116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057919503771103, 40.012729417268602 ], [ -75.056628486169103, 40.013466923478298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12007, "tnode_": 11986, "lpoly_": null, "rpoly_": null, "length": 183.20250467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 76600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660013, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26146, "Shape__Length": 72.906578385469274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058449445100905, 40.012434672135903 ], [ -75.057919503771103, 40.012729417268602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11919, "tnode_": 12050, "lpoly_": null, "rpoly_": null, "length": 632.8580387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMESTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 43400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMESTEAD ST", "stname": "HOMESTEAD ST", "objectid": 26147, "Shape__Length": 252.1941719927712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056628486169103, 40.013466923478298 ], [ -75.055368994142498, 40.012024634357601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12015, "tnode_": 12184, "lpoly_": null, "rpoly_": null, "length": 717.23488264999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5299, "r_f_add": 5100, "r_t_add": 5298, "st_code": 24480, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26148, "Shape__Length": 285.80962659570105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054691717692194, 40.012363275839498 ], [ -75.053256728098603, 40.010732629749199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12301, "tnode_": 12275, "lpoly_": null, "rpoly_": null, "length": 179.98264468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5436, "l_t_add": 5498, "r_f_add": 5437, "r_t_add": 5499, "st_code": 45820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660017, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26149, "Shape__Length": 71.562010322741344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065042104468503, 40.010044646817697 ], [ -75.064442561823697, 40.010222316211099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12327, "tnode_": 12301, "lpoly_": null, "rpoly_": null, "length": 191.39048671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5414, "l_t_add": 5434, "r_f_add": 5415, "r_t_add": 5435, "st_code": 45820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660018, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26150, "Shape__Length": 76.102862956334491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065673232479696, 40.009843385551498 ], [ -75.065042104468503, 40.010044646817697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12275, "tnode_": 12342, "lpoly_": null, "rpoly_": null, "length": 229.11673994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRALEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2257, "l_t_add": 2299, "r_f_add": 2256, "r_t_add": 2298, "st_code": 34920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRALEY ST", "stname": "FRALEY ST", "objectid": 26151, "Shape__Length": 91.37950521994766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064442561823697, 40.010222316211099 ], [ -75.064200211894402, 40.009621605836998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12357, "tnode_": 12327, "lpoly_": null, "rpoly_": null, "length": 252.74614074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5400, "l_t_add": 5412, "r_f_add": 5401, "r_t_add": 5413, "st_code": 45820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660020, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26152, "Shape__Length": 100.48132922688413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066528593572798, 40.009624542338898 ], [ -75.0661409824651, 40.009708276004702 ], [ -75.065673232479696, 40.009843385551498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12368, "tnode_": 12357, "lpoly_": null, "rpoly_": null, "length": 157.6762611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5354, "l_t_add": 5398, "r_f_add": 5355, "r_t_add": 5399, "st_code": 45820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26153, "Shape__Length": 62.66881006893604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067081725452795, 40.009544308757597 ], [ -75.066528593572798, 40.009624542338898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12393, "tnode_": 12344, "lpoly_": null, "rpoly_": null, "length": 1144.8253862700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 660022, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 26154, "Shape__Length": 455.04838925167303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068189338926501, 40.009373771726899 ], [ -75.067837753151906, 40.009374744664598 ], [ -75.067440865789905, 40.0094115440899 ], [ -75.066901673141004, 40.009486481710503 ], [ -75.066382885152393, 40.009575714000903 ], [ -75.065833072983693, 40.009691862709403 ], [ -75.065460935868003, 40.009784520310397 ], [ -75.065125440195303, 40.009859604539997 ], [ -75.064502700082599, 40.0100016846703 ], [ -75.064213547015498, 40.010049221358699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12396, "tnode_": 12393, "lpoly_": null, "rpoly_": null, "length": 88.08298524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 45820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660023, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26155, "Shape__Length": 35.006591927702878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068500732297494, 40.0093401638579 ], [ -75.068189338926501, 40.009373771726899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12400, "tnode_": 12396, "lpoly_": null, "rpoly_": null, "length": 155.03107178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 45820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660024, "oneway": "TF", "class": 5, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26156, "Shape__Length": 61.612899093807073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069049553468503, 40.009285286423001 ], [ -75.068500732297494, 40.0093401638579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12408, "tnode_": 12400, "lpoly_": null, "rpoly_": null, "length": 186.16263745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5125, "r_t_add": 5199, "st_code": 45820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660025, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26157, "Shape__Length": 73.987222352511935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069706292962294, 40.009207034386399 ], [ -75.069049553468503, 40.009285286423001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12422, "tnode_": 12408, "lpoly_": null, "rpoly_": null, "length": 228.38038617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5123, "st_code": 45820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26158, "Shape__Length": 90.767354405384893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070510223649904, 40.0091027561798 ], [ -75.069706292962294, 40.009207034386399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12439, "tnode_": 12422, "lpoly_": null, "rpoly_": null, "length": 224.92514178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 45820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660027, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26159, "Shape__Length": 89.395306157733373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071300444817297, 40.008993243651403 ], [ -75.070510223649904, 40.0091027561798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12450, "tnode_": 12439, "lpoly_": null, "rpoly_": null, "length": 198.14658873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 45820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660028, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26160, "Shape__Length": 78.757505543565841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071990300366096, 40.008881570277602 ], [ -75.071780237412995, 40.008936701243698 ], [ -75.071300444817297, 40.008993243651403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12470, "tnode_": 12342, "lpoly_": null, "rpoly_": null, "length": 1353.8321185300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5200, "l_t_add": 5498, "r_f_add": 5201, "r_t_add": 5499, "st_code": 76600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26161, "Shape__Length": 538.17613572470896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068834153339793, 40.008646887398001 ], [ -75.065981625541397, 40.009041114174899 ], [ -75.064200211894402, 40.009621605836998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12400, "tnode_": 12470, "lpoly_": null, "rpoly_": null, "length": 240.25780879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2247, "l_t_add": 2299, "r_f_add": 2246, "r_t_add": 2298, "st_code": 18800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660030, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26162, "Shape__Length": 95.830917756642094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069049553468503, 40.009285286423001 ], [ -75.068834153339793, 40.008646887398001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12485, "tnode_": 12470, "lpoly_": null, "rpoly_": null, "length": 421.2273514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 76600, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660031, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26163, "Shape__Length": 167.41561903963219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070311378868496, 40.008430813319499 ], [ -75.068834153339793, 40.008646887398001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12422, "tnode_": 12485, "lpoly_": null, "rpoly_": null, "length": 251.03476998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2253, "l_t_add": 2299, "r_f_add": 2256, "r_t_add": 2298, "st_code": 65520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660032, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26164, "Shape__Length": 100.13464928520276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070510223649904, 40.0091027561798 ], [ -75.070311378868496, 40.008430813319499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12556, "tnode_": 12583, "lpoly_": null, "rpoly_": null, "length": 158.98728957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2366, "st_code": 19620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660033, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26165, "Shape__Length": 63.423386478497086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073910479922006, 40.007971751264598 ], [ -75.0738223902041, 40.007540600833799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12583, "tnode_": 12631, "lpoly_": null, "rpoly_": null, "length": 233.87273355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2317, "l_t_add": 2399, "r_f_add": 2368, "r_t_add": 2398, "st_code": 19620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660036, "oneway": "TF", "class": 12, "responsibl": "CITY", "update_": "2008-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26166, "Shape__Length": 93.149612616498359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0738223902041, 40.007540600833799 ], [ -75.0737912118433, 40.007452854083802 ], [ -75.073805501365499, 40.007399995050797 ], [ -75.073840117910805, 40.007347610749797 ], [ -75.074271460797902, 40.007061115505302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12833, "tnode_": 12841, "lpoly_": null, "rpoly_": null, "length": 238.04109377999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1649, "l_t_add": 1699, "r_f_add": 1644, "r_t_add": 1698, "st_code": 79820, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 26167, "Shape__Length": 94.630925933228554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090411928389898, 40.005216024585899 ], [ -75.089921401293097, 40.005055609143902 ], [ -75.0896093160042, 40.005096970343303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12863, "tnode_": 12903, "lpoly_": null, "rpoly_": null, "length": 705.21750398999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 63540, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660043, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARCE ST", "stname": "PEARCE ST", "objectid": 26168, "Shape__Length": 280.60918732460203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075416332296896, 40.004569016035099 ], [ -75.076427787227999, 40.003734558262103 ], [ -75.076510930714505, 40.003689561111102 ], [ -75.076633617087197, 40.003673645008497 ], [ -75.076795967234006, 40.0036836833225 ], [ -75.076949941578803, 40.003699784112598 ], [ -75.077100096694195, 40.003709538037903 ], [ -75.077347241654095, 40.003735422265699 ], [ -75.077424752408902, 40.003769805722499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13287, "tnode_": 12894, "lpoly_": null, "rpoly_": null, "length": 234.55133788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2656, "l_t_add": 2658, "r_f_add": 2657, "r_t_add": 2659, "st_code": 1060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660044, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 26169, "Shape__Length": 93.475544223170601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078939770961298, 40.001736716628599 ], [ -75.078519019953404, 40.002293374343097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13292, "tnode_": 12868, "lpoly_": null, "rpoly_": null, "length": 231.77634125, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2656, "l_t_add": 2658, "r_f_add": 2657, "r_t_add": 2659, "st_code": 1050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660045, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 26170, "Shape__Length": 92.366329401094703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078543536255097, 40.001550500412399 ], [ -75.078120944506793, 40.002097489864099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13480, "tnode_": 13882, "lpoly_": null, "rpoly_": null, "length": 1176.90800601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2399, "r_f_add": 2200, "r_t_add": 2398, "st_code": 82760, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 26171, "Shape__Length": 468.91906755258549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091705807802995, 39.999935600182503 ], [ -75.091304665606302, 39.999807498487101 ], [ -75.090349408052603, 39.998494239169403 ], [ -75.089468458396894, 39.997278351973101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14082, "tnode_": 13882, "lpoly_": null, "rpoly_": null, "length": 885.22721579000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 12900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 660049, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26172, "Shape__Length": 352.16619197307375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0920740183861, 39.995903839451501 ], [ -75.089468458396894, 39.997278351973101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14301, "tnode_": 29670, "lpoly_": null, "rpoly_": null, "length": 673.90974049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 12300, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 660052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26173, "Shape__Length": 268.08011692395797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087357690660099, 39.994380714522997 ], [ -75.085357915094804, 39.995408647009903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14301, "tnode_": 14456, "lpoly_": null, "rpoly_": null, "length": 435.58095926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2704, "st_code": 82760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 26174, "Shape__Length": 173.58377682318471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087357690660099, 39.994380714522997 ], [ -75.086605912160607, 39.993334096602602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12998, "tnode_": 12884, "lpoly_": null, "rpoly_": null, "length": 477.02348694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 12300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26175, "Shape__Length": 190.02931144458884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069625396339902, 40.003059394628103 ], [ -75.068599316873403, 40.004104428493001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12834, "tnode_": 12873, "lpoly_": null, "rpoly_": null, "length": 154.3580694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2621, "l_t_add": 2635, "r_f_add": 2620, "r_t_add": 2634, "st_code": 18800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660057, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26176, "Shape__Length": 61.550747102059702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067437143539905, 40.004700177612499 ], [ -75.067246950975601, 40.004302489478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12947, "tnode_": 13051, "lpoly_": null, "rpoly_": null, "length": 504.30754026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 18800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660058, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26177, "Shape__Length": 200.6869583553962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065787569066401, 40.0033581503791 ], [ -75.064361660116404, 40.002513146509898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13051, "tnode_": 13136, "lpoly_": null, "rpoly_": null, "length": 453.42560851999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 18800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26178, "Shape__Length": 180.42987399697921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064361660116404, 40.002513146509898 ], [ -75.063070021561501, 40.001763088894499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13136, "tnode_": 13169, "lpoly_": null, "rpoly_": null, "length": 164.43844365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 3199, "r_f_add": 2900, "r_t_add": 3198, "st_code": 18800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26179, "Shape__Length": 65.433870775359537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063070021561501, 40.001763088894499 ], [ -75.062601625883303, 40.001491050115099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12893, "tnode_": 12976, "lpoly_": null, "rpoly_": null, "length": 503.52219369000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 18980, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26180, "Shape__Length": 200.36814517520563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065241111251893, 40.003873262619202 ], [ -75.063806245724095, 40.0030408373444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12976, "tnode_": 13070, "lpoly_": null, "rpoly_": null, "length": 442.29496853000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 18980, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26181, "Shape__Length": 175.99799587901455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063806245724095, 40.0030408373444 ], [ -75.062540483805705, 40.002315157982103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12919, "tnode_": 12873, "lpoly_": null, "rpoly_": null, "length": 281.32440776000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 77140, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26182, "Shape__Length": 112.07439183903308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067844475929107, 40.003681806287098 ], [ -75.067246950975601, 40.004302489478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12958, "tnode_": 12919, "lpoly_": null, "rpoly_": null, "length": 185.98453631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4724, "l_t_add": 4798, "r_f_add": 4735, "r_t_add": 4799, "st_code": 77140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26183, "Shape__Length": 74.090103191238171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068243499930503, 40.003273766491098 ], [ -75.067844475929107, 40.003681806287098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13121, "tnode_": 13065, "lpoly_": null, "rpoly_": null, "length": 257.39396878999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4632, "l_t_add": 4698, "r_f_add": 4631, "r_t_add": 4699, "st_code": 77140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26184, "Shape__Length": 102.40235173303373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069870172982306, 40.002061131526901 ], [ -75.069106849217803, 40.002454380283503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13178, "tnode_": 13121, "lpoly_": null, "rpoly_": null, "length": 253.70665555000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4630, "r_f_add": 4601, "r_t_add": 4629, "st_code": 77140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26185, "Shape__Length": 100.94271400981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070611657062102, 40.001661286106597 ], [ -75.069870172982306, 40.002061131526901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13312, "tnode_": 13178, "lpoly_": null, "rpoly_": null, "length": 645.78222651, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 77140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26186, "Shape__Length": 256.92515019430334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072513802743401, 40.000659952029402 ], [ -75.070611657062102, 40.001661286106597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13248, "tnode_": 13170, "lpoly_": null, "rpoly_": null, "length": 384.83086136000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4722, "r_f_add": 4701, "r_t_add": 4735, "st_code": 70780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660068, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26187, "Shape__Length": 153.10148587299179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067858679208499, 40.001003256750799 ], [ -75.066719407519102, 40.0015934497183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13111, "tnode_": 13149, "lpoly_": null, "rpoly_": null, "length": 214.21096478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2743, "l_t_add": 2763, "r_f_add": 2732, "r_t_add": 2754, "st_code": 47960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660069, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26188, "Shape__Length": 85.190807107521863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067931243181903, 40.002086319796099 ], [ -75.067254830543007, 40.001812128070199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13149, "tnode_": 13170, "lpoly_": null, "rpoly_": null, "length": 169.84101196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2765, "l_t_add": 2777, "r_f_add": 2756, "r_t_add": 2772, "st_code": 47960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660070, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26189, "Shape__Length": 67.545503653949055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067254830543007, 40.001812128070199 ], [ -75.066719407519102, 40.0015934497183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13170, "tnode_": 13228, "lpoly_": null, "rpoly_": null, "length": 264.22860178999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2779, "l_t_add": 2799, "r_f_add": 2774, "r_t_add": 2798, "st_code": 47960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660071, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26190, "Shape__Length": 105.16075155276494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066719407519102, 40.0015934497183 ], [ -75.066269803653, 40.001418302491103 ], [ -75.066006687654493, 40.001147892496697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13018, "tnode_": 12947, "lpoly_": null, "rpoly_": null, "length": 254.62666905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 70780, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660072, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26191, "Shape__Length": 101.41392656527961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066367457942604, 40.002824939458101 ], [ -75.065878381231897, 40.003311544297901 ], [ -75.065787569066401, 40.0033581503791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13073, "tnode_": 13018, "lpoly_": null, "rpoly_": null, "length": 178.89992869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4740, "l_t_add": 4798, "r_f_add": 4741, "r_t_add": 4799, "st_code": 70780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660073, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26192, "Shape__Length": 71.264315402546799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066756215858504, 40.0024353280726 ], [ -75.066367457942604, 40.002824939458101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13149, "tnode_": 13073, "lpoly_": null, "rpoly_": null, "length": 267.09262726000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4724, "l_t_add": 4738, "r_f_add": 4737, "r_t_add": 4739, "st_code": 70780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26193, "Shape__Length": 106.43435439681851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067254830543007, 40.001812128070199 ], [ -75.067038309797098, 40.002127132400602 ], [ -75.066756215858504, 40.0024353280726 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12947, "tnode_": 12893, "lpoly_": null, "rpoly_": null, "length": 243.35002941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 70780, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26194, "Shape__Length": 96.927828785640159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065787569066401, 40.0033581503791 ], [ -75.065703550944704, 40.003403992584197 ], [ -75.065241111251893, 40.003873262619202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12942, "tnode_": 12867, "lpoly_": null, "rpoly_": null, "length": 420.48549332000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 16580, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26195, "Shape__Length": 167.51027960308048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070006418812696, 40.003479988881899 ], [ -75.069107290115696, 40.0044042504923 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12942, "tnode_": 12962, "lpoly_": null, "rpoly_": null, "length": 92.40452336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2549, "r_f_add": 2500, "r_t_add": 2598, "st_code": 13460, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660077, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26196, "Shape__Length": 36.817871692145921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070006418812696, 40.003479988881899 ], [ -75.069821906766606, 40.003269727919097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12962, "tnode_": 12998, "lpoly_": null, "rpoly_": null, "length": 94.3474628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2551, "l_t_add": 2599, "r_f_add": 2600, "r_t_add": 2606, "st_code": 13460, "l_hundred": 2500, "r_hundred": 2600, "seg_id": 660078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26197, "Shape__Length": 37.58782299227483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069821906766606, 40.003269727919097 ], [ -75.069625396339902, 40.003059394628103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12998, "tnode_": 13052, "lpoly_": null, "rpoly_": null, "length": 192.16438191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2621, "r_f_add": 2608, "r_t_add": 2628, "st_code": 13460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26198, "Shape__Length": 76.57191711470125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069625396339902, 40.003059394628103 ], [ -75.069254289195399, 40.002615750265299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13052, "tnode_": 13065, "lpoly_": null, "rpoly_": null, "length": 71.84508084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2623, "l_t_add": 2669, "r_f_add": 2630, "r_t_add": 2634, "st_code": 13460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26199, "Shape__Length": 28.623780600438774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069254289195399, 40.002615750265299 ], [ -75.069106849217803, 40.002454380283503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12884, "tnode_": 12904, "lpoly_": null, "rpoly_": null, "length": 175.4194455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2623, "l_t_add": 2639, "r_f_add": 2620, "r_t_add": 2634, "st_code": 65520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660081, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26200, "Shape__Length": 69.800268970606666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068599316873403, 40.004104428493001 ], [ -75.068091733237097, 40.003822439498897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12904, "tnode_": 12919, "lpoly_": null, "rpoly_": null, "length": 86.154332520000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2641, "l_t_add": 2699, "r_f_add": 2636, "r_t_add": 2698, "st_code": 65520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660082, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26201, "Shape__Length": 34.282576558431018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068091733237097, 40.003822439498897 ], [ -75.067844475929107, 40.003681806287098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12919, "tnode_": 12973, "lpoly_": null, "rpoly_": null, "length": 329.46044074999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2735, "r_f_add": 2700, "r_t_add": 2738, "st_code": 65520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660083, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26202, "Shape__Length": 131.10718306815107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067844475929107, 40.003681806287098 ], [ -75.066911429002204, 40.003131276218497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12973, "tnode_": 13018, "lpoly_": null, "rpoly_": null, "length": 188.88213802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2737, "l_t_add": 2763, "r_f_add": 2740, "r_t_add": 2760, "st_code": 65520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660084, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26203, "Shape__Length": 75.157877290242311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066911429002204, 40.003131276218497 ], [ -75.066367457942604, 40.002824939458101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13018, "tnode_": 13119, "lpoly_": null, "rpoly_": null, "length": 522.05279494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2765, "l_t_add": 2799, "r_f_add": 2762, "r_t_add": 2798, "st_code": 65520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26204, "Shape__Length": 207.73444757459569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066367457942604, 40.002824939458101 ], [ -75.0648735625998, 40.001968285093199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13033, "tnode_": 12973, "lpoly_": null, "rpoly_": null, "length": 179.9657673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4732, "l_t_add": 4798, "r_f_add": 4733, "r_t_add": 4799, "st_code": 30740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26205, "Shape__Length": 71.693333630962258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067294725253007, 40.002734824414901 ], [ -75.066911429002204, 40.003131276218497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12958, "tnode_": 13033, "lpoly_": null, "rpoly_": null, "length": 330.44288332999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2647, "r_f_add": 2600, "r_t_add": 2644, "st_code": 41260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26206, "Shape__Length": 131.48825059557095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068243499930503, 40.003273766491098 ], [ -75.067294725253007, 40.002734824414901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13033, "tnode_": 13073, "lpoly_": null, "rpoly_": null, "length": 186.17944763999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2649, "l_t_add": 2719, "r_f_add": 2646, "r_t_add": 2720, "st_code": 41260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26207, "Shape__Length": 74.080369091731058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067294725253007, 40.002734824414901 ], [ -75.066756215858504, 40.0024353280726 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13073, "tnode_": 13088, "lpoly_": null, "rpoly_": null, "length": 109.93846202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2721, "l_t_add": 2799, "r_f_add": 2722, "r_t_add": 2798, "st_code": 41260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26208, "Shape__Length": 43.752967410820901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066756215858504, 40.0024353280726 ], [ -75.066450902203002, 40.002245727052802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13111, "tnode_": 13033, "lpoly_": null, "rpoly_": null, "length": 295.98493707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4730, "r_f_add": 4701, "r_t_add": 4731, "st_code": 30740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26209, "Shape__Length": 117.9079950701708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067931243181903, 40.002086319796099 ], [ -75.067294725253007, 40.002734824414901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12867, "tnode_": 12878, "lpoly_": null, "rpoly_": null, "length": 150.72976893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2616, "st_code": 65520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660092, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26210, "Shape__Length": 59.975446205857089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069107290115696, 40.0044042504923 ], [ -75.068669802858494, 40.004163385729399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12878, "tnode_": 12884, "lpoly_": null, "rpoly_": null, "length": 29.17493165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2621, "l_t_add": 2621, "r_f_add": 2618, "r_t_add": 2618, "st_code": 65520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660093, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-09-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26211, "Shape__Length": 11.618004407105786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068669802858494, 40.004163385729399 ], [ -75.068599316873403, 40.004104428493001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12878, "tnode_": 12834, "lpoly_": null, "rpoly_": null, "length": 409.50065538000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 12300, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26212, "Shape__Length": 162.89469682337972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068669802858494, 40.004163385729399 ], [ -75.068423478425899, 40.004412360946198 ], [ -75.067437143539905, 40.004700177612499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13065, "tnode_": 13111, "lpoly_": null, "rpoly_": null, "length": 363.6137639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2741, "r_f_add": 2700, "r_t_add": 2730, "st_code": 47960, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660096, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26213, "Shape__Length": 144.58636402748525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069106849217803, 40.002454380283503 ], [ -75.068956551141994, 40.002477620419903 ], [ -75.067931243181903, 40.002086319796099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13023, "tnode_": 13121, "lpoly_": null, "rpoly_": null, "length": 355.87910803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 34020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 26214, "Shape__Length": 141.79961258879655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070572188682405, 40.002875331932401 ], [ -75.069870172982306, 40.002061131526901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13051, "tnode_": 12976, "lpoly_": null, "rpoly_": null, "length": 247.31105875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4900, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 68240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26215, "Shape__Length": 98.506118837256935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064361660116404, 40.002513146509898 ], [ -75.063806245724095, 40.0030408373444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13119, "tnode_": 13051, "lpoly_": null, "rpoly_": null, "length": 244.87164115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 68240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660099, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26216, "Shape__Length": 97.554038681453619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0648735625998, 40.001968285093199 ], [ -75.064361660116404, 40.002513146509898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13190, "tnode_": 13119, "lpoly_": null, "rpoly_": null, "length": 226.21519802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4770, "l_t_add": 4798, "r_f_add": 4773, "r_t_add": 4799, "st_code": 68240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660100, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26217, "Shape__Length": 90.117658287211469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065352589194006, 40.001468375366102 ], [ -75.0648735625998, 40.001968285093199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13228, "tnode_": 13190, "lpoly_": null, "rpoly_": null, "length": 217.27824977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4754, "l_t_add": 4768, "r_f_add": 4751, "r_t_add": 4771, "st_code": 68240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660101, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26218, "Shape__Length": 86.434201664692836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066006687654493, 40.001147892496697 ], [ -75.065352589194006, 40.001468375366102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13286, "tnode_": 13228, "lpoly_": null, "rpoly_": null, "length": 281.43631128000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4718, "l_t_add": 4752, "r_f_add": 4725, "r_t_add": 4749, "st_code": 68240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660103, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26219, "Shape__Length": 111.9665894752445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066839456697494, 40.000715808932398 ], [ -75.066006687654493, 40.001147892496697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13317, "tnode_": 13286, "lpoly_": null, "rpoly_": null, "length": 179.40916271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4716, "r_f_add": 4701, "r_t_add": 4723, "st_code": 68240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660104, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26220, "Shape__Length": 71.376646018111956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067369095432895, 40.000438969138997 ], [ -75.066839456697494, 40.000715808932398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13454, "tnode_": 13317, "lpoly_": null, "rpoly_": null, "length": 566.84425102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 68240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660105, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26221, "Shape__Length": 225.50605495883761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069052011409795, 39.999575178592501 ], [ -75.067369095432895, 40.000438969138997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13065, "tnode_": 13137, "lpoly_": null, "rpoly_": null, "length": 245.84117988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2727, "r_f_add": 2636, "r_t_add": 2698, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2600, "seg_id": 660106, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26222, "Shape__Length": 97.956278720436885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069106849217803, 40.002454380283503 ], [ -75.068625146986705, 40.001890282605601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13137, "tnode_": 13183, "lpoly_": null, "rpoly_": null, "length": 138.56039864000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2729, "l_t_add": 2739, "r_f_add": 2700, "r_t_add": 2712, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26223, "Shape__Length": 55.214207727396591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068625146986705, 40.001890282605601 ], [ -75.068363545719393, 40.001567479194001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13183, "tnode_": 13222, "lpoly_": null, "rpoly_": null, "length": 139.00143889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2741, "l_t_add": 2753, "r_f_add": 2714, "r_t_add": 2726, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26224, "Shape__Length": 55.378080851863949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068363545719393, 40.001567479194001 ], [ -75.068077234537, 40.001255843849997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13222, "tnode_": 13248, "lpoly_": null, "rpoly_": null, "length": 110.52354689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2755, "l_t_add": 2761, "r_f_add": 2728, "r_t_add": 2734, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660109, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26225, "Shape__Length": 44.036852154779922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068077234537, 40.001255843849997 ], [ -75.067858679208499, 40.001003256750799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13248, "tnode_": 13265, "lpoly_": null, "rpoly_": null, "length": 53.988337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2763, "l_t_add": 2765, "r_f_add": 2736, "r_t_add": 2738, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660110, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26226, "Shape__Length": 21.513020265263176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067858679208499, 40.001003256750799 ], [ -75.067756191027996, 40.000877749698802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13265, "tnode_": 13317, "lpoly_": null, "rpoly_": null, "length": 193.15735440999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2767, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 13460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660111, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASH ST", "stname": "ASH ST", "objectid": 26227, "Shape__Length": 76.958301949260701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067756191027996, 40.000877749698802 ], [ -75.067369095432895, 40.000438969138997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13136, "tnode_": 13070, "lpoly_": null, "rpoly_": null, "length": 249.9057554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 36060, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26228, "Shape__Length": 99.555587207845434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063070021561501, 40.001763088894499 ], [ -75.062540483805705, 40.002315157982103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13212, "tnode_": 13136, "lpoly_": null, "rpoly_": null, "length": 242.40522752000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4812, "l_t_add": 4898, "r_f_add": 4821, "r_t_add": 4899, "st_code": 36060, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26229, "Shape__Length": 96.556711086747455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0636026644992, 40.001238683844903 ], [ -75.063070021561501, 40.001763088894499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13273, "tnode_": 13212, "lpoly_": null, "rpoly_": null, "length": 242.19472255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4810, "r_f_add": 4801, "r_t_add": 4819, "st_code": 36060, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660114, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26230, "Shape__Length": 96.475759141771135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064128075497607, 40.000710711258499 ], [ -75.0636026644992, 40.001238683844903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13355, "tnode_": 13273, "lpoly_": null, "rpoly_": null, "length": 352.38345826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4756, "l_t_add": 4798, "r_f_add": 4749, "r_t_add": 4799, "st_code": 36060, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660115, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26231, "Shape__Length": 140.18983854985245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065172609744494, 40.0001718078192 ], [ -75.064128075497607, 40.000710711258499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13228, "tnode_": 13280, "lpoly_": null, "rpoly_": null, "length": 194.17101497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2815, "r_f_add": 2800, "r_t_add": 2814, "st_code": 47960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26232, "Shape__Length": 77.369990129248805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066006687654493, 40.001147892496697 ], [ -75.065633097915594, 40.000698933475199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13273, "tnode_": 13333, "lpoly_": null, "rpoly_": null, "length": 221.44200802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REYNOLDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 68160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REYNOLDS ST", "stname": "REYNOLDS ST", "objectid": 26233, "Shape__Length": 88.131148896808696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064128075497607, 40.000710711258499 ], [ -75.063520024422701, 40.000322324539802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13280, "tnode_": 13355, "lpoly_": null, "rpoly_": null, "length": 231.33565922, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2817, "l_t_add": 2899, "r_f_add": 2816, "r_t_add": 2898, "st_code": 47960, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26234, "Shape__Length": 92.170644164084024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065633097915594, 40.000698933475199 ], [ -75.065172609744494, 40.0001718078192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13355, "tnode_": 13395, "lpoly_": null, "rpoly_": null, "length": 127.50375952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 2913, "r_f_add": 2900, "r_t_add": 2914, "st_code": 47960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26235, "Shape__Length": 50.803856550487183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065172609744494, 40.0001718078192 ], [ -75.064925146934002, 39.999878058324398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13422, "tnode_": 13355, "lpoly_": null, "rpoly_": null, "length": 276.21155634000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4754, "r_f_add": 4701, "r_t_add": 4747, "st_code": 36060, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26236, "Shape__Length": 109.88057213021426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065997863015795, 39.999756959300498 ], [ -75.065172609744494, 40.0001718078192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13429, "tnode_": 13333, "lpoly_": null, "rpoly_": null, "length": 421.79492625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 16200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26237, "Shape__Length": 167.8239928826286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064712791316495, 39.999655180370397 ], [ -75.063562302512395, 40.000233383284403 ], [ -75.063521356130707, 40.000268917385498 ], [ -75.063520024422701, 40.000322324539802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13395, "tnode_": 13429, "lpoly_": null, "rpoly_": null, "length": 100.65493402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKBRIDE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2915, "l_t_add": 3099, "r_f_add": 2916, "r_t_add": 3098, "st_code": 47960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKBRIDE ST", "stname": "KIRKBRIDE ST", "objectid": 26238, "Shape__Length": 40.097305124056284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064925146934002, 39.999878058324398 ], [ -75.064712791316495, 39.999655180370397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13190, "tnode_": 13273, "lpoly_": null, "rpoly_": null, "length": 440.30046344000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REYNOLDS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 68160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660123, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REYNOLDS ST", "stname": "REYNOLDS ST", "objectid": 26239, "Shape__Length": 175.22498286397627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065352589194006, 40.001468375366102 ], [ -75.064128075497607, 40.000710711258499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13462, "tnode_": 13395, "lpoly_": null, "rpoly_": null, "length": 275.92849479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COOPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 24960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COOPER ST", "stname": "COOPER ST", "objectid": 26240, "Shape__Length": 109.77169594687963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065743826028196, 39.999456975845298 ], [ -75.064925146934002, 39.999878058324398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13286, "tnode_": 13343, "lpoly_": null, "rpoly_": null, "length": 191.83117676000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2817, "r_f_add": 2800, "r_t_add": 2826, "st_code": 46040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENKS ST", "stname": "JENKS ST", "objectid": 26241, "Shape__Length": 76.432044598762403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066839456697494, 40.000715808932398 ], [ -75.066459710499601, 40.0002776150126 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13343, "tnode_": 13422, "lpoly_": null, "rpoly_": null, "length": 229.59791007000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2819, "l_t_add": 2899, "r_f_add": 2828, "r_t_add": 2838, "st_code": 46040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660126, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENKS ST", "stname": "JENKS ST", "objectid": 26242, "Shape__Length": 91.475337734272955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066459710499601, 40.0002776150126 ], [ -75.065997863015795, 39.999756959300498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13462, "tnode_": 13495, "lpoly_": null, "rpoly_": null, "length": 100.1622311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2927, "l_t_add": 2999, "r_f_add": 2896, "r_t_add": 2998, "st_code": 46040, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 660127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENKS ST", "stname": "JENKS ST", "objectid": 26243, "Shape__Length": 39.911627590606727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065743826028196, 39.999456975845298 ], [ -75.065554512799395, 39.999223731140198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13678, "tnode_": 13495, "lpoly_": null, "rpoly_": null, "length": 789.96690361000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 16200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26244, "Shape__Length": 314.27470440491584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067884998743097, 39.998003032472297 ], [ -75.065554512799395, 39.999223731140198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13454, "tnode_": 13678, "lpoly_": null, "rpoly_": null, "length": 659.46327391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 19620, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26245, "Shape__Length": 262.80991261590822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069052011409795, 39.999575178592501 ], [ -75.067884998743097, 39.998003032472297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13422, "tnode_": 13462, "lpoly_": null, "rpoly_": null, "length": 130.4117215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 2925, "r_f_add": 2840, "r_t_add": 2894, "st_code": 46040, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 660130, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENKS ST", "stname": "JENKS ST", "objectid": 26246, "Shape__Length": 51.961768997505054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065997863015795, 39.999756959300498 ], [ -75.065743826028196, 39.999456975845298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13178, "tnode_": 13250, "lpoly_": null, "rpoly_": null, "length": 247.38433551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2649, "l_t_add": 2699, "r_f_add": 2638, "r_t_add": 2698, "st_code": 19620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660131, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26247, "Shape__Length": 98.593081993573762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070611657062102, 40.001661286106597 ], [ -75.070177382551904, 40.0010699885744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13250, "tnode_": 13294, "lpoly_": null, "rpoly_": null, "length": 137.55587089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2713, "r_f_add": 2700, "r_t_add": 2710, "st_code": 19620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660132, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26248, "Shape__Length": 54.815778443973649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070177382551904, 40.0010699885744 ], [ -75.069923150369505, 40.000746941847098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13294, "tnode_": 13334, "lpoly_": null, "rpoly_": null, "length": 139.36514781000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2715, "l_t_add": 2725, "r_f_add": 2712, "r_t_add": 2742, "st_code": 19620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660133, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26249, "Shape__Length": 55.544420420788065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069923150369505, 40.000746941847098 ], [ -75.069683584905405, 40.000411653873499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13334, "tnode_": 13385, "lpoly_": null, "rpoly_": null, "length": 155.78386413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2727, "l_t_add": 2741, "r_f_add": 2744, "r_t_add": 2758, "st_code": 19620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660134, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26250, "Shape__Length": 62.077552006832946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069683584905405, 40.000411653873499 ], [ -75.069392536632805, 40.000047266823799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13385, "tnode_": 13454, "lpoly_": null, "rpoly_": null, "length": 196.66315770999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2743, "l_t_add": 2799, "r_f_add": 2760, "r_t_add": 2798, "st_code": 19620, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660135, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26251, "Shape__Length": 78.378792473677763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069392536632805, 40.000047266823799 ], [ -75.069052011409795, 39.999575178592501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13250, "tnode_": 13137, "lpoly_": null, "rpoly_": null, "length": 527.63660814000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 30740, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26252, "Shape__Length": 209.92317008293963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070177382551904, 40.0010699885744 ], [ -75.068625146986705, 40.001890282605601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13390, "tnode_": 13250, "lpoly_": null, "rpoly_": null, "length": 645.58048808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 30740, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26253, "Shape__Length": 256.83122926319692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072094617684598, 40.000086839250699 ], [ -75.070177382551904, 40.0010699885744 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13583, "tnode_": 13390, "lpoly_": null, "rpoly_": null, "length": 890.8826703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 30740, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660138, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26254, "Shape__Length": 354.42707793067115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074721895000806, 39.998709126742199 ], [ -75.072094617684598, 40.000086839250699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13294, "tnode_": 13183, "lpoly_": null, "rpoly_": null, "length": 529.39114644000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 77320, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TILTON ST", "stname": "TILTON ST", "objectid": 26255, "Shape__Length": 210.61861447390228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069923150369505, 40.000746941847098 ], [ -75.068363545719393, 40.001567479194001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13334, "tnode_": 13222, "lpoly_": null, "rpoly_": null, "length": 545.06673931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 70780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660140, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26256, "Shape__Length": 216.85371272917408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069683584905405, 40.000411653873499 ], [ -75.068077234537, 40.001255843849997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13410, "tnode_": 13334, "lpoly_": null, "rpoly_": null, "length": 311.04494210999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4532, "l_t_add": 4598, "r_f_add": 4535, "r_t_add": 4599, "st_code": 70780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26257, "Shape__Length": 123.74865366823539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070598525090801, 39.999927980047602 ], [ -75.069683584905405, 40.000411653873499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13483, "tnode_": 13410, "lpoly_": null, "rpoly_": null, "length": 339.38607434000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4530, "r_f_add": 4501, "r_t_add": 4533, "st_code": 70780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26258, "Shape__Length": 135.02431960181335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071595164409203, 39.9993983844453 ], [ -75.070598525090801, 39.999927980047602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13410, "tnode_": 13512, "lpoly_": null, "rpoly_": null, "length": 340.38673213000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASIMIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 21780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASIMIR ST", "stname": "CASIMIR ST", "objectid": 26259, "Shape__Length": 135.61566190376811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070598525090801, 39.999927980047602 ], [ -75.069916450280701, 39.999154716764501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13385, "tnode_": 13265, "lpoly_": null, "rpoly_": null, "length": 549.26135919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 31700, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660144, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERY ST", "stname": "EMERY ST", "objectid": 26260, "Shape__Length": 218.50843734302529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069392536632805, 40.000047266823799 ], [ -75.067756191027996, 40.000877749698802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13512, "tnode_": 13454, "lpoly_": null, "rpoly_": null, "length": 286.55368571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4534, "l_t_add": 4598, "r_f_add": 4535, "r_t_add": 4599, "st_code": 68240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660145, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26261, "Shape__Length": 113.9876555711453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069916450280701, 39.999154716764501 ], [ -75.069052011409795, 39.999575178592501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13587, "tnode_": 13512, "lpoly_": null, "rpoly_": null, "length": 364.44381508000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4532, "r_f_add": 4501, "r_t_add": 4533, "st_code": 68240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660146, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26262, "Shape__Length": 144.98730379205549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070992885855006, 39.998593011186898 ], [ -75.069916450280701, 39.999154716764501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13662, "tnode_": 13587, "lpoly_": null, "rpoly_": null, "length": 273.26540666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4470, "l_t_add": 4498, "r_f_add": 4463, "r_t_add": 4499, "st_code": 68240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660147, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26263, "Shape__Length": 108.70958176406003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071804492954399, 39.998176965740797 ], [ -75.070992885855006, 39.998593011186898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13710, "tnode_": 13662, "lpoly_": null, "rpoly_": null, "length": 195.16993903000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4450, "l_t_add": 4468, "r_f_add": 4443, "r_t_add": 4461, "st_code": 68240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660148, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26264, "Shape__Length": 77.638349111429335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072388412359601, 39.997884797249199 ], [ -75.071804492954399, 39.998176965740797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13255, "tnode_": 13117, "lpoly_": null, "rpoly_": null, "length": 642.75526857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 55520, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660149, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 26265, "Shape__Length": 255.72114683205146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0728259866207, 40.001090466393897 ], [ -75.070930917739602, 40.002085050942398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13023, "tnode_": 12962, "lpoly_": null, "rpoly_": null, "length": 254.60008901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4612, "l_t_add": 4698, "r_f_add": 4613, "r_t_add": 4699, "st_code": 12300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660150, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26266, "Shape__Length": 101.29551617168748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070572188682405, 40.002875331932401 ], [ -75.069821906766606, 40.003269727919097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13072, "tnode_": 13023, "lpoly_": null, "rpoly_": null, "length": 225.79021954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4610, "r_f_add": 4601, "r_t_add": 4611, "st_code": 12300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26267, "Shape__Length": 89.835374756121595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071233867241105, 40.002521438031202 ], [ -75.070572188682405, 40.002875331932401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13203, "tnode_": 13072, "lpoly_": null, "rpoly_": null, "length": 647.98032825000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 12300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660152, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26268, "Shape__Length": 257.79633142828425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073151575355794, 40.001526955444398 ], [ -75.071233867241105, 40.002521438031202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13283, "tnode_": 13203, "lpoly_": null, "rpoly_": null, "length": 412.14672616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4456, "l_t_add": 4498, "r_f_add": 4461, "r_t_add": 4499, "st_code": 12300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660153, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26269, "Shape__Length": 163.97105585199262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074368403859097, 40.000891108375797 ], [ -75.073151575355794, 40.001526955444398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13404, "tnode_": 13283, "lpoly_": null, "rpoly_": null, "length": 531.69701972999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4454, "r_f_add": 4401, "r_t_add": 4459, "st_code": 12300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26270, "Shape__Length": 211.53232460335258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075936957141195, 40.000069443007298 ], [ -75.074368403859097, 40.000891108375797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13001, "tnode_": 12933, "lpoly_": null, "rpoly_": null, "length": 342.6096613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 36420, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GAUL ST", "stname": "GAUL ST", "objectid": 26271, "Shape__Length": 136.30294677391876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074312475235203, 40.003084836733102 ], [ -75.073290926366099, 40.003601915375199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12933, "tnode_": 12977, "lpoly_": null, "rpoly_": null, "length": 162.41199727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASIMIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2518, "st_code": 21780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASIMIR ST", "stname": "CASIMIR ST", "objectid": 26272, "Shape__Length": 64.713562894999882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073290926366099, 40.003601915375199 ], [ -75.072970122620106, 40.0032305551292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12977, "tnode_": 13053, "lpoly_": null, "rpoly_": null, "length": 235.33357076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASIMIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2521, "l_t_add": 2599, "r_f_add": 2520, "r_t_add": 2598, "st_code": 21780, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660157, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASIMIR ST", "stname": "CASIMIR ST", "objectid": 26273, "Shape__Length": 93.764011171623878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072970122620106, 40.0032305551292 ], [ -75.072495612503104, 40.002697473282097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13053, "tnode_": 12995, "lpoly_": null, "rpoly_": null, "length": 271.65164308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4536, "l_t_add": 4598, "r_f_add": 4535, "r_t_add": 4599, "st_code": 16580, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660158, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26274, "Shape__Length": 108.07223259069903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072495612503104, 40.002697473282097 ], [ -75.071685291279493, 40.003107049173998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13120, "tnode_": 13053, "lpoly_": null, "rpoly_": null, "length": 372.12020681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4534, "r_f_add": 4501, "r_t_add": 4533, "st_code": 16580, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660159, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26275, "Shape__Length": 148.05335479195841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073588649689896, 40.002117050269099 ], [ -75.072495612503104, 40.002697473282097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13072, "tnode_": 13117, "lpoly_": null, "rpoly_": null, "length": 180.20560853000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2633, "r_f_add": 2600, "r_t_add": 2630, "st_code": 19620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26276, "Shape__Length": 71.826187325060474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071233867241105, 40.002521438031202 ], [ -75.070930917739602, 40.002085050942398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13117, "tnode_": 13178, "lpoly_": null, "rpoly_": null, "length": 178.40949645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2635, "l_t_add": 2647, "r_f_add": 2632, "r_t_add": 2636, "st_code": 19620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660161, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26277, "Shape__Length": 71.101580578931902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070930917739602, 40.002085050942398 ], [ -75.070611657062102, 40.001661286106597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13001, "tnode_": 13055, "lpoly_": null, "rpoly_": null, "length": 163.96171805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2515, "r_f_add": 2500, "r_t_add": 2514, "st_code": 49920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660162, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26278, "Shape__Length": 65.342848048791438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074312475235203, 40.003084836733102 ], [ -75.074014944428797, 40.002697241799197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13055, "tnode_": 13101, "lpoly_": null, "rpoly_": null, "length": 170.33921247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2517, "l_t_add": 2539, "r_f_add": 2516, "r_t_add": 2530, "st_code": 49920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660163, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26279, "Shape__Length": 67.892642499124705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074014944428797, 40.002697241799197 ], [ -75.073725715524802, 40.002285931290999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13101, "tnode_": 13120, "lpoly_": null, "rpoly_": null, "length": 72.520721380000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2541, "l_t_add": 2545, "r_f_add": 2532, "r_t_add": 2538, "st_code": 49920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660164, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26280, "Shape__Length": 28.89853444716443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073725715524802, 40.002285931290999 ], [ -75.073588649689896, 40.002117050269099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13120, "tnode_": 13139, "lpoly_": null, "rpoly_": null, "length": 46.65277477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2547, "l_t_add": 2557, "r_f_add": 2540, "r_t_add": 2548, "st_code": 49920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660165, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26281, "Shape__Length": 18.594165777897281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073588649689896, 40.002117050269099 ], [ -75.0735088118372, 40.002004660680797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13139, "tnode_": 13203, "lpoly_": null, "rpoly_": null, "length": 200.74616178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2559, "l_t_add": 2599, "r_f_add": 2550, "r_t_add": 2598, "st_code": 49920, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660166, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26282, "Shape__Length": 80.004168762263561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0735088118372, 40.002004660680797 ], [ -75.073151575355794, 40.001526955444398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13203, "tnode_": 13255, "lpoly_": null, "rpoly_": null, "length": 183.31098571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2615, "r_f_add": 2600, "r_t_add": 2616, "st_code": 49920, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660167, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26283, "Shape__Length": 73.055440827320197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073151575355794, 40.001526955444398 ], [ -75.0728259866207, 40.001090466393897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13255, "tnode_": 13312, "lpoly_": null, "rpoly_": null, "length": 179.56783349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2617, "l_t_add": 2659, "r_f_add": 2618, "r_t_add": 2658, "st_code": 49920, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660168, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26284, "Shape__Length": 71.566142813926788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0728259866207, 40.001090466393897 ], [ -75.072513802743401, 40.000659952029402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13312, "tnode_": 13390, "lpoly_": null, "rpoly_": null, "length": 239.53860884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2661, "l_t_add": 2699, "r_f_add": 2660, "r_t_add": 2698, "st_code": 49920, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660169, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26285, "Shape__Length": 95.465408887254853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072513802743401, 40.000659952029402 ], [ -75.072094617684598, 40.000086839250699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13390, "tnode_": 13483, "lpoly_": null, "rpoly_": null, "length": 287.18694510999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2727, "r_f_add": 2700, "r_t_add": 2744, "st_code": 49920, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660170, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26286, "Shape__Length": 114.45539598135579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072094617684598, 40.000086839250699 ], [ -75.071595164409203, 39.9993983844453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13144, "tnode_": 13101, "lpoly_": null, "rpoly_": null, "length": 211.94393174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4498, "l_t_add": 4498, "r_f_add": 4473, "r_t_add": 4499, "st_code": 16580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26287, "Shape__Length": 84.318476348906358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074356622999005, 40.001964860047302 ], [ -75.073725715524802, 40.002285931290999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13195, "tnode_": 13144, "lpoly_": null, "rpoly_": null, "length": 220.0593067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4446, "l_t_add": 4496, "r_f_add": 4447, "r_t_add": 4471, "st_code": 16580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26288, "Shape__Length": 87.55683387842771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074997628766795, 40.001615708239697 ], [ -75.074356622999005, 40.001964860047302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13300, "tnode_": 13195, "lpoly_": null, "rpoly_": null, "length": 536.16492071999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4444, "r_f_add": 4401, "r_t_add": 4445, "st_code": 16580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26289, "Shape__Length": 213.3068551921744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076586596922297, 40.000795346590898 ], [ -75.074997628766795, 40.001615708239697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13195, "tnode_": 13229, "lpoly_": null, "rpoly_": null, "length": 117.97128541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2609, "r_f_add": 2600, "r_t_add": 2608, "st_code": 83520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26290, "Shape__Length": 47.004069330670056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074997628766795, 40.001615708239697 ], [ -75.074763338067498, 40.0013466170589 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13229, "tnode_": 13283, "lpoly_": null, "rpoly_": null, "length": 199.43901983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2611, "l_t_add": 2699, "r_f_add": 2610, "r_t_add": 2698, "st_code": 83520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26291, "Shape__Length": 79.463930647523767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074763338067498, 40.0013466170589 ], [ -75.074368403859097, 40.000891108375797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13229, "tnode_": 13139, "lpoly_": null, "rpoly_": null, "length": 425.42520609000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVINGSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 51240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVINGSTON ST", "stname": "LIVINGSTON ST", "objectid": 26292, "Shape__Length": 169.25611317461227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074763338067498, 40.0013466170589 ], [ -75.0735088118372, 40.002004660680797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13144, "tnode_": 13071, "lpoly_": null, "rpoly_": null, "length": 279.60899426000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 83520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26293, "Shape__Length": 111.41253092097263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074356622999005, 40.001964860047302 ], [ -75.074902078455807, 40.002607654634502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13260, "tnode_": 13240, "lpoly_": null, "rpoly_": null, "length": 314.25934875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 56140, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 26294, "Shape__Length": 124.88471732148984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077956152275306, 40.001162587601399 ], [ -75.076850325966504, 40.001307354566102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13356, "tnode_": 13300, "lpoly_": null, "rpoly_": null, "length": 246.78569987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4346, "l_t_add": 4398, "r_f_add": 4347, "r_t_add": 4399, "st_code": 16580, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 26295, "Shape__Length": 98.179002403993536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077319187461995, 40.000419161098897 ], [ -75.076586596922297, 40.000795346590898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13260, "tnode_": 13356, "lpoly_": null, "rpoly_": null, "length": 324.83772095999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 36940, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26296, "Shape__Length": 129.42863716808159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077956152275306, 40.001162587601399 ], [ -75.077906155004897, 40.001076281730597 ], [ -75.077319187461995, 40.000419161098897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13240, "tnode_": 13300, "lpoly_": null, "rpoly_": null, "length": 203.77148539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2551, "l_t_add": 2557, "r_f_add": 2536, "r_t_add": 2554, "st_code": 61800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660181, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26297, "Shape__Length": 81.237986600491894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076850325966504, 40.001307354566102 ], [ -75.076773020553404, 40.001024241089098 ], [ -75.076586596922297, 40.000795346590898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13300, "tnode_": 13404, "lpoly_": null, "rpoly_": null, "length": 321.01414236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2559, "l_t_add": 2599, "r_f_add": 2556, "r_t_add": 2598, "st_code": 61800, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660182, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26298, "Shape__Length": 127.89580808153342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076586596922297, 40.000795346590898 ], [ -75.075936957141195, 40.000069443007298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13404, "tnode_": 13518, "lpoly_": null, "rpoly_": null, "length": 361.28537040999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2643, "r_f_add": 2600, "r_t_add": 2644, "st_code": 61800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660183, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26299, "Shape__Length": 143.94229692986659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075936957141195, 40.000069443007298 ], [ -75.075213057206994, 39.999248676067502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13518, "tnode_": 13583, "lpoly_": null, "rpoly_": null, "length": 239.93066195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2645, "l_t_add": 2699, "r_f_add": 2646, "r_t_add": 2698, "st_code": 61800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660184, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26300, "Shape__Length": 95.586340361707201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075213057206994, 39.999248676067502 ], [ -75.074721895000806, 39.998709126742199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13583, "tnode_": 13687, "lpoly_": null, "rpoly_": null, "length": 281.15195303000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2731, "r_f_add": 2700, "r_t_add": 2732, "st_code": 61800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660185, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26301, "Shape__Length": 112.02193441517528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074721895000806, 39.998709126742199 ], [ -75.074175539149905, 39.998061744767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13518, "tnode_": 13312, "lpoly_": null, "rpoly_": null, "length": 914.42721724, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 77140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26302, "Shape__Length": 363.79513261054149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075213057206994, 39.999248676067502 ], [ -75.072513802743401, 40.000659952029402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13810, "tnode_": 13763, "lpoly_": null, "rpoly_": null, "length": 172.33104645999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4204, "l_t_add": 4258, "r_f_add": 4239, "r_t_add": 4259, "st_code": 77140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26303, "Shape__Length": 68.556383368416618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078802572349005, 39.997379695741301 ], [ -75.078292210843998, 39.997643746780199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13856, "tnode_": 13810, "lpoly_": null, "rpoly_": null, "length": 157.6684449, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4202, "l_t_add": 4202, "r_f_add": 4203, "r_t_add": 4237, "st_code": 77140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 26304, "Shape__Length": 62.725102928542356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079266765222897, 39.997135003955499 ], [ -75.078802572349005, 39.997379695741301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13640, "tnode_": 13483, "lpoly_": null, "rpoly_": null, "length": 678.86696632999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4418, "l_t_add": 4498, "r_f_add": 4425, "r_t_add": 4499, "st_code": 70780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26305, "Shape__Length": 270.06977312200388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073607205713998, 39.998359947749101 ], [ -75.071595164409203, 39.9993983844453 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13687, "tnode_": 13640, "lpoly_": null, "rpoly_": null, "length": 192.75439148000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4416, "r_f_add": 4401, "r_t_add": 4423, "st_code": 70780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660190, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26306, "Shape__Length": 76.683781000664254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074175539149905, 39.998061744767099 ], [ -75.073607205713998, 39.998359947749101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13959, "tnode_": 13912, "lpoly_": null, "rpoly_": null, "length": 159.77285307999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4238, "r_f_add": 4201, "r_t_add": 4239, "st_code": 30740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26307, "Shape__Length": 63.555617795411941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078787924377096, 39.996592442320598 ], [ -75.078309126247504, 39.996830684033498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13745, "tnode_": 13710, "lpoly_": null, "rpoly_": null, "length": 183.60347997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4424, "l_t_add": 4448, "r_f_add": 4423, "r_t_add": 4441, "st_code": 68240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660192, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26308, "Shape__Length": 73.040488224155339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072932871702903, 39.997604290501997 ], [ -75.072388412359601, 39.997884797249199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13800, "tnode_": 13745, "lpoly_": null, "rpoly_": null, "length": 191.0331486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4422, "r_f_add": 4401, "r_t_add": 4421, "st_code": 68240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660193, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26309, "Shape__Length": 75.999456747879421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073494357799504, 39.997306769239501 ], [ -75.072932871702903, 39.997604290501997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13874, "tnode_": 13800, "lpoly_": null, "rpoly_": null, "length": 232.11824618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4382, "l_t_add": 4398, "r_f_add": 4375, "r_t_add": 4399, "st_code": 68240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660194, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26310, "Shape__Length": 92.335390197477338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074188445786405, 39.996958856910503 ], [ -75.073494357799504, 39.997306769239501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13925, "tnode_": 13874, "lpoly_": null, "rpoly_": null, "length": 201.03534591000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4358, "l_t_add": 4380, "r_f_add": 4371, "r_t_add": 4373, "st_code": 68240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660195, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26311, "Shape__Length": 79.97630575431954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074781522849605, 39.996648226001803 ], [ -75.074188445786405, 39.996958856910503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14009, "tnode_": 13925, "lpoly_": null, "rpoly_": null, "length": 347.03713487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4300, "l_t_add": 4356, "r_f_add": 4259, "r_t_add": 4369, "st_code": 68240, "l_hundred": 4300, "r_hundred": 4200, "seg_id": 660196, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26312, "Shape__Length": 138.04901285558779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0758178537926, 39.9961264415195 ], [ -75.074781522849605, 39.996648226001803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14053, "tnode_": 14009, "lpoly_": null, "rpoly_": null, "length": 194.37205316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4268, "l_t_add": 4298, "r_f_add": 4241, "r_t_add": 4257, "st_code": 68240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660197, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26313, "Shape__Length": 77.322546834022518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076394027560795, 39.995829248820201 ], [ -75.0758178537926, 39.9961264415195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14068, "tnode_": 14053, "lpoly_": null, "rpoly_": null, "length": 70.753280690000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4254, "l_t_add": 4266, "r_f_add": 4239, "r_t_add": 4239, "st_code": 68240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660198, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26314, "Shape__Length": 28.145773914275736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076604151031304, 39.995721518016602 ], [ -75.076394027560795, 39.995829248820201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14105, "tnode_": 14068, "lpoly_": null, "rpoly_": null, "length": 170.46968852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4238, "l_t_add": 4252, "r_f_add": 4235, "r_t_add": 4237, "st_code": 68240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660199, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26315, "Shape__Length": 67.808153363216888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077116909843198, 39.995469615240701 ], [ -75.076604151031304, 39.995721518016602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13993, "tnode_": 13765, "lpoly_": null, "rpoly_": null, "length": 798.34344712999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 36060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660200, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDEN ST", "stname": "GARDEN ST", "objectid": 26316, "Shape__Length": 317.59327090384659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072515265067807, 39.996202561472998 ], [ -75.070152578589799, 39.997427633194597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13640, "tnode_": 13745, "lpoly_": null, "rpoly_": null, "length": 333.86903542000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 65060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26317, "Shape__Length": 133.01322140102604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073607205713998, 39.998359947749101 ], [ -75.072932871702903, 39.997604290501997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13745, "tnode_": 13869, "lpoly_": null, "rpoly_": null, "length": 301.77284157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 65060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660202, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26318, "Shape__Length": 120.2305846670514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072932871702903, 39.997604290501997 ], [ -75.072335007974203, 39.996915220307002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13662, "tnode_": 13761, "lpoly_": null, "rpoly_": null, "length": 296.0750418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 83520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26319, "Shape__Length": 117.96241885771359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071804492954399, 39.998176965740797 ], [ -75.071219797044606, 39.997499941028799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13710, "tnode_": 13809, "lpoly_": null, "rpoly_": null, "length": 299.90785427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 62040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 26320, "Shape__Length": 119.48156648784092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072388412359601, 39.997884797249199 ], [ -75.071781116149793, 39.997206830192603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13483, "tnode_": 13587, "lpoly_": null, "rpoly_": null, "length": 338.44641253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2729, "l_t_add": 2799, "r_f_add": 2746, "r_t_add": 2798, "st_code": 49920, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660205, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26321, "Shape__Length": 134.87692014033698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071595164409203, 39.9993983844453 ], [ -75.070992885855006, 39.998593011186898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13930, "tnode_": 13869, "lpoly_": null, "rpoly_": null, "length": 183.23838199000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4400, "l_t_add": 4416, "r_f_add": 4401, "r_t_add": 4417, "st_code": 12080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660206, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 26322, "Shape__Length": 72.89859794966641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072872343037403, 39.996628464882498 ], [ -75.072335007974203, 39.996915220307002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13687, "tnode_": 13800, "lpoly_": null, "rpoly_": null, "length": 334.75476134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2733, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 61800, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660207, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26323, "Shape__Length": 133.36298262027523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074175539149905, 39.998061744767099 ], [ -75.073494357799504, 39.997306769239501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13800, "tnode_": 13930, "lpoly_": null, "rpoly_": null, "length": 302.3676796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2833, "r_f_add": 2800, "r_t_add": 2834, "st_code": 61800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26324, "Shape__Length": 120.45562405007773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073494357799504, 39.997306769239501 ], [ -75.072872343037403, 39.996628464882498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13930, "tnode_": 13993, "lpoly_": null, "rpoly_": null, "length": 184.60802139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2835, "l_t_add": 2843, "r_f_add": 2836, "r_t_add": 2858, "st_code": 61800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26325, "Shape__Length": 73.553726001943346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072872343037403, 39.996628464882498 ], [ -75.072515265067807, 39.996202561472998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13993, "tnode_": 14047, "lpoly_": null, "rpoly_": null, "length": 185.49850581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2845, "l_t_add": 2899, "r_f_add": 2860, "r_t_add": 2898, "st_code": 61800, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660210, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-04-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26326, "Shape__Length": 73.905068751857286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072515265067807, 39.996202561472998 ], [ -75.072150241512006, 39.995777729335501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13874, "tnode_": 14100, "lpoly_": null, "rpoly_": null, "length": 675.54529293999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 36940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660211, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26327, "Shape__Length": 269.13177240643591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074188445786405, 39.996958856910503 ], [ -75.072828041697704, 39.995427766789199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13925, "tnode_": 14148, "lpoly_": null, "rpoly_": null, "length": 675.26102297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 71640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 26328, "Shape__Length": 269.02070630788523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074781522849605, 39.996648226001803 ], [ -75.073428591740296, 39.995114169970797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14100, "tnode_": 14047, "lpoly_": null, "rpoly_": null, "length": 228.72771442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4372, "l_t_add": 4398, "r_f_add": 4373, "r_t_add": 4399, "st_code": 16200, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26329, "Shape__Length": 90.989118686415893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072828041697704, 39.995427766789199 ], [ -75.072150241512006, 39.995777729335501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14148, "tnode_": 14100, "lpoly_": null, "rpoly_": null, "length": 203.3773868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4350, "l_t_add": 4370, "r_f_add": 4351, "r_t_add": 4371, "st_code": 16200, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26330, "Shape__Length": 80.905779737243293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073428591740296, 39.995114169970797 ], [ -75.072828041697704, 39.995427766789199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14229, "tnode_": 14148, "lpoly_": null, "rpoly_": null, "length": 347.39509456999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4300, "l_t_add": 4348, "r_f_add": 4301, "r_t_add": 4349, "st_code": 16200, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660215, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26331, "Shape__Length": 138.20006823714013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074449847254499, 39.994573380578103 ], [ -75.073428591740296, 39.995114169970797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14285, "tnode_": 14229, "lpoly_": null, "rpoly_": null, "length": 239.06971733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4298, "r_f_add": 4101, "r_t_add": 4299, "st_code": 16200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATH ST", "stname": "BATH ST", "objectid": 26332, "Shape__Length": 95.101559172297897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075158241921102, 39.994207548690497 ], [ -75.074449847254499, 39.994573380578103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13912, "tnode_": 13855, "lpoly_": null, "rpoly_": null, "length": 167.78856073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4240, "l_t_add": 4258, "r_f_add": 4241, "r_t_add": 4259, "st_code": 30740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660217, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 26333, "Shape__Length": 66.749934405878932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078309126247504, 39.996830684033498 ], [ -75.077813829796497, 39.997089604304499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14010, "tnode_": 13969, "lpoly_": null, "rpoly_": null, "length": 169.14033046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4240, "l_t_add": 4258, "r_f_add": 4241, "r_t_add": 4259, "st_code": 70780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26334, "Shape__Length": 67.290819938617133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077749270759696, 39.996186767103303 ], [ -75.077255167270806, 39.996453539130499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14042, "tnode_": 14010, "lpoly_": null, "rpoly_": null, "length": 158.71126501999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4218, "l_t_add": 4238, "r_f_add": 4219, "r_t_add": 4239, "st_code": 70780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660219, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26335, "Shape__Length": 63.13783030857946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078217941383798, 39.995942053240498 ], [ -75.077749270759696, 39.996186767103303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14094, "tnode_": 14042, "lpoly_": null, "rpoly_": null, "length": 183.41783233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4201, "r_t_add": 4217, "st_code": 70780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 26336, "Shape__Length": 72.960898516369994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078766806930503, 39.995667625030499 ], [ -75.078217941383798, 39.995942053240498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14145, "tnode_": 14105, "lpoly_": null, "rpoly_": null, "length": 159.7644904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4218, "l_t_add": 4236, "r_f_add": 4221, "r_t_add": 4233, "st_code": 68240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660221, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26337, "Shape__Length": 63.552623229929708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077593501108893, 39.995228823239501 ], [ -75.077116909843198, 39.995469615240701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14194, "tnode_": 14145, "lpoly_": null, "rpoly_": null, "length": 182.37788394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4201, "r_t_add": 4219, "st_code": 68240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660222, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26338, "Shape__Length": 72.55195844574034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078131754263097, 39.994947282417897 ], [ -75.077593501108893, 39.995228823239501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14240, "tnode_": 14194, "lpoly_": null, "rpoly_": null, "length": 216.39995053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 68240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660223, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26339, "Shape__Length": 86.105989844138506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078742232384897, 39.994583384407903 ], [ -75.078131754263097, 39.994947282417897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13770, "tnode_": 13914, "lpoly_": null, "rpoly_": null, "length": 360.38527997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2639, "r_f_add": 2600, "r_t_add": 2638, "st_code": 46400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JUNIATA ST", "stname": "E JUNIATA ST", "objectid": 26340, "Shape__Length": 143.57814277543383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080551051880903, 39.997660903265 ], [ -75.079836380823494, 39.996852699752502 ], [ -75.079828013660602, 39.996842690980998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14094, "tnode_": 14194, "lpoly_": null, "rpoly_": null, "length": 317.04368399000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2708, "r_t_add": 2798, "st_code": 46400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JUNIATA ST", "stname": "E JUNIATA ST", "objectid": 26341, "Shape__Length": 126.30767927582039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078766806930503, 39.995667625030499 ], [ -75.078131754263097, 39.994947282417897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13726, "tnode_": 13856, "lpoly_": null, "rpoly_": null, "length": 361.10503843000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALRESFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2639, "r_f_add": 2600, "r_t_add": 2638, "st_code": 12340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660226, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALRESFORD ST", "stname": "ALRESFORD ST", "objectid": 26342, "Shape__Length": 143.86406414134072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079994177445499, 39.997953320688097 ], [ -75.079266765222897, 39.997135003955499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13856, "tnode_": 13959, "lpoly_": null, "rpoly_": null, "length": 238.87712435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALRESFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2641, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 12340, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALRESFORD ST", "stname": "ALRESFORD ST", "objectid": 26343, "Shape__Length": 95.16874103249252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079266765222897, 39.997135003955499 ], [ -75.078787924377096, 39.996592442320598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13959, "tnode_": 14042, "lpoly_": null, "rpoly_": null, "length": 285.72051326000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALRESFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2733, "r_f_add": 2700, "r_t_add": 2732, "st_code": 12340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALRESFORD ST", "stname": "ALRESFORD ST", "objectid": 26344, "Shape__Length": 113.83152860075202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078787924377096, 39.996592442320598 ], [ -75.078217941383798, 39.995942053240498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14042, "tnode_": 14145, "lpoly_": null, "rpoly_": null, "length": 313.2317121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALRESFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 12340, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660229, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALRESFORD ST", "stname": "ALRESFORD ST", "objectid": 26345, "Shape__Length": 124.79099591086221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078217941383798, 39.995942053240498 ], [ -75.077593501108893, 39.995228823239501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13688, "tnode_": 13810, "lpoly_": null, "rpoly_": null, "length": 359.0116204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2645, "r_f_add": 2600, "r_t_add": 2644, "st_code": 30640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660230, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDDINGTON ST", "stname": "EDDINGTON ST", "objectid": 26346, "Shape__Length": 143.03214290601159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079522569180099, 39.998194946118701 ], [ -75.078802572349005, 39.997379695741301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13810, "tnode_": 13912, "lpoly_": null, "rpoly_": null, "length": 243.12786456000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2647, "l_t_add": 2699, "r_f_add": 2646, "r_t_add": 2698, "st_code": 30640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660231, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDDINGTON ST", "stname": "EDDINGTON ST", "objectid": 26347, "Shape__Length": 96.859555270248819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078802572349005, 39.997379695741301 ], [ -75.078309126247504, 39.996830684033498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13912, "tnode_": 14010, "lpoly_": null, "rpoly_": null, "length": 282.18112931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2739, "r_f_add": 2700, "r_t_add": 2732, "st_code": 30640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660232, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDDINGTON ST", "stname": "EDDINGTON ST", "objectid": 26348, "Shape__Length": 112.42333485602556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078309126247504, 39.996830684033498 ], [ -75.077749270759696, 39.996186767103303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14010, "tnode_": 14105, "lpoly_": null, "rpoly_": null, "length": 315.65764395000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDDINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2741, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 30640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDDINGTON ST", "stname": "EDDINGTON ST", "objectid": 26349, "Shape__Length": 125.75641153574708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077749270759696, 39.996186767103303 ], [ -75.077116909843198, 39.995469615240701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13643, "tnode_": 13763, "lpoly_": null, "rpoly_": null, "length": 361.80783464999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROYDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2635, "r_f_add": 2600, "r_t_add": 2654, "st_code": 26260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660234, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROYDON ST", "stname": "CROYDON ST", "objectid": 26350, "Shape__Length": 144.14387061667998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079023579721294, 39.998462319564702 ], [ -75.078292210843998, 39.997643746780199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13763, "tnode_": 13855, "lpoly_": null, "rpoly_": null, "length": 242.30740625000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROYDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2637, "l_t_add": 2699, "r_f_add": 2656, "r_t_add": 2698, "st_code": 26260, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660235, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROYDON ST", "stname": "CROYDON ST", "objectid": 26351, "Shape__Length": 96.539677397208976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078292210843998, 39.997643746780199 ], [ -75.077813829796497, 39.997089604304499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13855, "tnode_": 13969, "lpoly_": null, "rpoly_": null, "length": 279.62044135000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROYDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2739, "r_f_add": 2700, "r_t_add": 2738, "st_code": 26260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660236, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROYDON ST", "stname": "CROYDON ST", "objectid": 26352, "Shape__Length": 111.4016568788896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077813829796497, 39.997089604304499 ], [ -75.077255167270806, 39.996453539130499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13969, "tnode_": 14068, "lpoly_": null, "rpoly_": null, "length": 323.07643858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROYDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2741, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 26260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660237, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROYDON ST", "stname": "CROYDON ST", "objectid": 26353, "Shape__Length": 128.71063289536664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077255167270806, 39.996453539130499 ], [ -75.076604151031304, 39.995721518016602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13688, "tnode_": 13643, "lpoly_": null, "rpoly_": null, "length": 170.3843232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4234, "l_t_add": 4268, "r_f_add": 4235, "r_t_add": 4269, "st_code": 12300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26354, "Shape__Length": 67.786836162239467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079522569180099, 39.998194946118701 ], [ -75.079023579721294, 39.998462319564702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13726, "tnode_": 13688, "lpoly_": null, "rpoly_": null, "length": 158.76316282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4222, "l_t_add": 4232, "r_f_add": 4223, "r_t_add": 4233, "st_code": 12300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26355, "Shape__Length": 63.158314366834446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079994177445499, 39.997953320688097 ], [ -75.079522569180099, 39.998194946118701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13770, "tnode_": 13726, "lpoly_": null, "rpoly_": null, "length": 189.39363852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4221, "st_code": 12300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 26356, "Shape__Length": 75.34688534248734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080551051880903, 39.997660903265 ], [ -75.0804627509646, 39.997724372544702 ], [ -75.079994177445499, 39.997953320688097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13587, "tnode_": 13704, "lpoly_": null, "rpoly_": null, "length": 296.251788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2831, "r_f_add": 2800, "r_t_add": 2830, "st_code": 49920, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26357, "Shape__Length": 118.06632398138507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070992885855006, 39.998593011186898 ], [ -75.070479617167507, 39.997881996192298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13704, "tnode_": 13765, "lpoly_": null, "rpoly_": null, "length": 189.18534222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2833, "l_t_add": 2899, "r_f_add": 2832, "r_t_add": 2898, "st_code": 49920, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26358, "Shape__Length": 75.396404670120006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070479617167507, 39.997881996192298 ], [ -75.070152578589799, 39.997427633194597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14485, "tnode_": 14529, "lpoly_": null, "rpoly_": null, "length": 276.24528116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALFOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 15560, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALFOUR ST", "stname": "BALFOUR ST", "objectid": 26359, "Shape__Length": 109.89035306348009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074195834160093, 39.992894848515 ], [ -75.075010018233897, 39.992467192870002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14572, "tnode_": 14476, "lpoly_": null, "rpoly_": null, "length": 483.78536085000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4000, "l_t_add": 4026, "r_f_add": 4001, "r_t_add": 4013, "st_code": 68240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 660244, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26360, "Shape__Length": 192.43750444889506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083159241257206, 39.9923823430398 ], [ -75.081716345034295, 39.993111748994501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14476, "tnode_": 15409, "lpoly_": null, "rpoly_": null, "length": 2905.1037035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 3099, "r_f_add": 2800, "r_t_add": 3098, "st_code": 50560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEWIS ST", "stname": "LEWIS ST", "objectid": 26361, "Shape__Length": 1157.272329773197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081716345034295, 39.993111748994501 ], [ -75.075888133724106, 39.986516203044602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14263, "tnode_": 14240, "lpoly_": null, "rpoly_": null, "length": 114.330501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4090, "l_t_add": 4098, "r_f_add": 4091, "r_t_add": 4099, "st_code": 68240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 660247, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 26362, "Shape__Length": 45.485816675629081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079073749215794, 39.994400390043999 ], [ -75.078742232384897, 39.994583384407903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12886, "tnode_": 12846, "lpoly_": null, "rpoly_": null, "length": 347.68288423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4623, "st_code": 12900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660248, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26363, "Shape__Length": 138.44262124320846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077479432798896, 40.004148380721801 ], [ -75.076619618455993, 40.004836662776803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13249, "tnode_": 13104, "lpoly_": null, "rpoly_": null, "length": 642.45383734999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4498, "r_f_add": 4301, "r_t_add": 4499, "st_code": 12900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660249, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26364, "Shape__Length": 255.59897165678541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081683263781599, 40.001357992985803 ], [ -75.079784623723, 40.002347074758198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12846, "tnode_": 12785, "lpoly_": null, "rpoly_": null, "length": 371.54988837000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4624, "l_t_add": 4698, "r_f_add": 4625, "r_t_add": 4699, "st_code": 12900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660252, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26365, "Shape__Length": 147.94044323872052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076619618455993, 40.004836662776803 ], [ -75.076330412201301, 40.005034164061797 ], [ -75.075689870354907, 40.0055627275798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12910, "tnode_": 12886, "lpoly_": null, "rpoly_": null, "length": 85.7700718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4598, "l_t_add": 4598, "r_f_add": 4599, "r_t_add": 4599, "st_code": 12900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660253, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26366, "Shape__Length": 34.141138810785655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077709065382507, 40.003992653450901 ], [ -75.077479432798896, 40.004148380721801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12661, "tnode_": 12728, "lpoly_": null, "rpoly_": null, "length": 243.51906659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2301, "l_t_add": 2331, "r_f_add": 2300, "r_t_add": 2320, "st_code": 29360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 26367, "Shape__Length": 97.143033602095059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080827485031506, 40.007065459471796 ], [ -75.080689555276905, 40.006405438418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12728, "tnode_": 12784, "lpoly_": null, "rpoly_": null, "length": 251.27026518999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2333, "l_t_add": 2353, "r_f_add": 2322, "r_t_add": 2350, "st_code": 29360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660255, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 26368, "Shape__Length": 100.2320245458846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080689555276905, 40.006405438418 ], [ -75.080532989972099, 40.005726260178797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12784, "tnode_": 12825, "lpoly_": null, "rpoly_": null, "length": 248.86597007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2355, "l_t_add": 2377, "r_f_add": 2352, "r_t_add": 2378, "st_code": 29360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 26369, "Shape__Length": 99.272735669367805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080532989972099, 40.005726260178797 ], [ -75.080383018262694, 40.005052898002702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12825, "tnode_": 12881, "lpoly_": null, "rpoly_": null, "length": 250.79076340999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2379, "l_t_add": 2399, "r_f_add": 2380, "r_t_add": 2398, "st_code": 29360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 26370, "Shape__Length": 100.03880490923352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080383018262694, 40.005052898002702 ], [ -75.080226954051199, 40.004374988672197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12881, "tnode_": 12940, "lpoly_": null, "rpoly_": null, "length": 253.40745347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2401, "l_t_add": 2431, "r_f_add": 2400, "r_t_add": 2428, "st_code": 29360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660258, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 26371, "Shape__Length": 101.08187071517578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080226954051199, 40.004374988672197 ], [ -75.080071180127703, 40.003689746815901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12697, "tnode_": 12756, "lpoly_": null, "rpoly_": null, "length": 246.00585551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2201, "l_t_add": 2349, "r_f_add": 2200, "r_t_add": 2226, "st_code": 23140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26372, "Shape__Length": 98.133320247182596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082865954810899, 40.006801440147001 ], [ -75.082717287207302, 40.006135871690297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12756, "tnode_": 12805, "lpoly_": null, "rpoly_": null, "length": 248.40685941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2351, "l_t_add": 2369, "r_f_add": 2228, "r_t_add": 2238, "st_code": 23140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26373, "Shape__Length": 99.091365248367623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082717287207302, 40.006135871690297 ], [ -75.0825757389307, 40.005462708619703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12805, "tnode_": 12858, "lpoly_": null, "rpoly_": null, "length": 253.64962153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2371, "l_t_add": 2381, "r_f_add": 2240, "r_t_add": 2248, "st_code": 23140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26374, "Shape__Length": 101.17985038636721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0825757389307, 40.005462708619703 ], [ -75.0824183222676, 40.004777013431998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12858, "tnode_": 12906, "lpoly_": null, "rpoly_": null, "length": 250.73730745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2383, "l_t_add": 2399, "r_f_add": 2250, "r_t_add": 2398, "st_code": 23140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26375, "Shape__Length": 100.01801609411804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0824183222676, 40.004777013431998 ], [ -75.082268540963398, 40.004098415353397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12906, "tnode_": 12980, "lpoly_": null, "rpoly_": null, "length": 249.04011234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2401, "l_t_add": 2439, "r_f_add": 2400, "r_t_add": 2438, "st_code": 23140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26376, "Shape__Length": 99.338983860298612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082268540963398, 40.004098415353397 ], [ -75.082112815052, 40.003425340976797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12514, "tnode_": 12485, "lpoly_": null, "rpoly_": null, "length": 417.6485914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 76600, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660264, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26377, "Shape__Length": 165.99261072062998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071776182132595, 40.008217113074899 ], [ -75.070311378868496, 40.008430813319499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12556, "tnode_": 12532, "lpoly_": null, "rpoly_": null, "length": 402.53582405999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4858, "r_f_add": 4801, "r_t_add": 4859, "st_code": 76600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660265, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26378, "Shape__Length": 159.97687177114889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073910479922006, 40.007971751264598 ], [ -75.072488801689801, 40.008132561318298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12592, "tnode_": 12556, "lpoly_": null, "rpoly_": null, "length": 649.10237128000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 76600, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660266, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26379, "Shape__Length": 257.97246851784593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076196882015097, 40.007682369076399 ], [ -75.073910479922006, 40.007971751264598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12622, "tnode_": 12592, "lpoly_": null, "rpoly_": null, "length": 568.4581463799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 76600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660267, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26380, "Shape__Length": 225.92282060919044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078197296552403, 40.0074201368679 ], [ -75.076196882015097, 40.007682369076399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12661, "tnode_": 12622, "lpoly_": null, "rpoly_": null, "length": 748.03819333000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 76600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660268, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26381, "Shape__Length": 297.29400322918593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080827485031506, 40.007065459471796 ], [ -75.078197296552403, 40.0074201368679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12697, "tnode_": 12661, "lpoly_": null, "rpoly_": null, "length": 579.08259167999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4498, "r_f_add": 4301, "r_t_add": 4499, "st_code": 76600, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660269, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26382, "Shape__Length": 230.14261334097063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082865954810899, 40.006801440147001 ], [ -75.080827485031506, 40.007065459471796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12765, "tnode_": 12697, "lpoly_": null, "rpoly_": null, "length": 1078.7619327699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 76600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660270, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26383, "Shape__Length": 428.94127800623187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086382739732898, 40.005831883154599 ], [ -75.086126920041394, 40.006030971564797 ], [ -75.085757538758301, 40.006279872642402 ], [ -75.085347223865895, 40.0064658382557 ], [ -75.083008198598506, 40.006776901630701 ], [ -75.082865954810899, 40.006801440147001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12691, "tnode_": 12660, "lpoly_": null, "rpoly_": null, "length": 565.40088128000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 55340, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660271, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 26384, "Shape__Length": 224.70828735389716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078049325881395, 40.006742090944797 ], [ -75.076062844468595, 40.007016765461898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12756, "tnode_": 12728, "lpoly_": null, "rpoly_": null, "length": 576.46283925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 55340, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 26385, "Shape__Length": 229.1005202513453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082717287207302, 40.006135871690297 ], [ -75.080689555276905, 40.006405438418 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12752, "tnode_": 12723, "lpoly_": null, "rpoly_": null, "length": 566.08000657000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 74860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STILES ST", "stname": "STILES ST", "objectid": 26386, "Shape__Length": 224.97507163095921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077893554446604, 40.006071105746301 ], [ -75.075903678691304, 40.006341676721199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12784, "tnode_": 12752, "lpoly_": null, "rpoly_": null, "length": 749.99598536999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 74860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660274, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STILES ST", "stname": "STILES ST", "objectid": 26387, "Shape__Length": 298.06409423223135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080532989972099, 40.005726260178797 ], [ -75.077893554446604, 40.006071105746301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12805, "tnode_": 12784, "lpoly_": null, "rpoly_": null, "length": 580.24761758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STILES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 74860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STILES ST", "stname": "STILES ST", "objectid": 26388, "Shape__Length": 230.60088961307403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0825757389307, 40.005462708619703 ], [ -75.080532989972099, 40.005726260178797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12940, "tnode_": 12910, "lpoly_": null, "rpoly_": null, "length": 670.86995479000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 63540, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARCE ST", "stname": "PEARCE ST", "objectid": 26389, "Shape__Length": 266.6086209167575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080071180127703, 40.003689746815901 ], [ -75.077709065382507, 40.003992653450901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12980, "tnode_": 12940, "lpoly_": null, "rpoly_": null, "length": 580.00835338999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 63540, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARCE ST", "stname": "PEARCE ST", "objectid": 26390, "Shape__Length": 230.49907276616992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082112815052, 40.003425340976797 ], [ -75.080071180127703, 40.003689746815901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12857, "tnode_": 12846, "lpoly_": null, "rpoly_": null, "length": 277.23706326000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERMUDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4798, "r_f_add": 4601, "r_t_add": 4799, "st_code": 17240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660278, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERMUDA ST", "stname": "BERMUDA ST", "objectid": 26391, "Shape__Length": 110.17832456773827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077594878367194, 40.004707415224701 ], [ -75.076619618455993, 40.004836662776803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12881, "tnode_": 12857, "lpoly_": null, "rpoly_": null, "length": 747.23147245999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERMUDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 17240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660279, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERMUDA ST", "stname": "BERMUDA ST", "objectid": 26392, "Shape__Length": 296.95737750014308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080226954051199, 40.004374988672197 ], [ -75.077594878367194, 40.004707415224701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12906, "tnode_": 12881, "lpoly_": null, "rpoly_": null, "length": 580.74198410999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERMUDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 17240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERMUDA ST", "stname": "BERMUDA ST", "objectid": 26393, "Shape__Length": 230.79523404515243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082268540963398, 40.004098415353397 ], [ -75.080226954051199, 40.004374988672197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12825, "tnode_": 12801, "lpoly_": null, "rpoly_": null, "length": 747.56986138000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 56300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660281, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 26394, "Shape__Length": 297.0961096134551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080383018262694, 40.005052898002702 ], [ -75.077751186973799, 40.0053922535011 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12858, "tnode_": 12825, "lpoly_": null, "rpoly_": null, "length": 578.95943102999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 56300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660282, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 26395, "Shape__Length": 230.0891509906557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0824183222676, 40.004777013431998 ], [ -75.080383018262694, 40.005052898002702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12801, "tnode_": 12785, "lpoly_": null, "rpoly_": null, "length": 588.08789395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4762, "r_f_add": 4601, "r_t_add": 4763, "st_code": 56300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660283, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-04-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 26396, "Shape__Length": 233.72407905943581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077751186973799, 40.0053922535011 ], [ -75.0761022355872, 40.005606643598298 ], [ -75.075880271131396, 40.0056197205475 ], [ -75.075689870354907, 40.0055627275798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12413, "tnode_": 12482, "lpoly_": null, "rpoly_": null, "length": 233.38616262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2123, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 61800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660284, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26397, "Shape__Length": 93.103577357679498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078615391646693, 40.009363326712297 ], [ -75.078480009907196, 40.008731168080402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12559, "tnode_": 12622, "lpoly_": null, "rpoly_": null, "length": 241.83452842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2217, "l_t_add": 2299, "r_f_add": 2222, "r_t_add": 2298, "st_code": 61800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660285, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26398, "Shape__Length": 96.472416290672342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078334700551594, 40.008075539444299 ], [ -75.078197296552403, 40.0074201368679 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12622, "tnode_": 12691, "lpoly_": null, "rpoly_": null, "length": 250.45431148999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2301, "l_t_add": 2333, "r_f_add": 2300, "r_t_add": 2330, "st_code": 61800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660286, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26399, "Shape__Length": 99.909230293895007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078197296552403, 40.0074201368679 ], [ -75.078049325881395, 40.006742090944797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12752, "tnode_": 12801, "lpoly_": null, "rpoly_": null, "length": 250.48941166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2353, "l_t_add": 2373, "r_f_add": 2352, "r_t_add": 2370, "st_code": 61800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660287, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26400, "Shape__Length": 99.922063759270785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077893554446604, 40.006071105746301 ], [ -75.077751186973799, 40.0053922535011 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12801, "tnode_": 12857, "lpoly_": null, "rpoly_": null, "length": 253.28838270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2375, "l_t_add": 2399, "r_f_add": 2372, "r_t_add": 2398, "st_code": 61800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660288, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26401, "Shape__Length": 101.0357848618889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077751186973799, 40.0053922535011 ], [ -75.077594878367194, 40.004707415224701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12355, "tnode_": 12423, "lpoly_": null, "rpoly_": null, "length": 233.52976361999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2107, "l_t_add": 2199, "r_f_add": 2180, "r_t_add": 2198, "st_code": 53440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660289, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26402, "Shape__Length": 93.160050058216342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076690894174803, 40.009830811972598 ], [ -75.076545624270807, 40.009199552139499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12515, "tnode_": 12592, "lpoly_": null, "rpoly_": null, "length": 243.76005282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2203, "l_t_add": 2299, "r_f_add": 2220, "r_t_add": 2298, "st_code": 53440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660290, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26403, "Shape__Length": 97.239971887928732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076342005351606, 40.008342148594799 ], [ -75.076196882015097, 40.007682369076399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12592, "tnode_": 12660, "lpoly_": null, "rpoly_": null, "length": 245.35787702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2301, "l_t_add": 2317, "r_f_add": 2300, "r_t_add": 2326, "st_code": 53440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660291, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26404, "Shape__Length": 97.878113971829791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076196882015097, 40.007682369076399 ], [ -75.076062844468595, 40.007016765461898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12723, "tnode_": 12785, "lpoly_": null, "rpoly_": null, "length": 291.62238503999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2353, "l_t_add": 2369, "r_f_add": 2362, "r_t_add": 2370, "st_code": 53440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660292, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26405, "Shape__Length": 116.31835688656928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075903678691304, 40.006341676721199 ], [ -75.075863909146094, 40.006179515264598 ], [ -75.075766775748804, 40.005690060303799 ], [ -75.075689870354907, 40.0055627275798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12515, "tnode_": 12484, "lpoly_": null, "rpoly_": null, "length": 647.84509706000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 45820, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26406, "Shape__Length": 257.47643582117297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076342005351606, 40.008342148594799 ], [ -75.074061312986004, 40.008636995112902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12559, "tnode_": 12515, "lpoly_": null, "rpoly_": null, "length": 566.59240493000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 45820, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26407, "Shape__Length": 225.18451691919708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078334700551594, 40.008075539444299 ], [ -75.076342005351606, 40.008342148594799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12484, "tnode_": 12556, "lpoly_": null, "rpoly_": null, "length": 245.99260557000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 19620, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660295, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26408, "Shape__Length": 98.130342075467041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074061312986004, 40.008636995112902 ], [ -75.073910479922006, 40.007971751264598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11143, "tnode_": 11082, "lpoly_": null, "rpoly_": null, "length": 171.80935237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4850, "l_t_add": 4898, "r_f_add": 4829, "r_t_add": 4899, "st_code": 50080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26409, "Shape__Length": 68.464031951435132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084300157781797, 40.020042386107299 ], [ -75.084285956571804, 40.0200654753219 ], [ -75.083939957898593, 40.0204235759252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11308, "tnode_": 11143, "lpoly_": null, "rpoly_": null, "length": 361.95739785999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4806, "l_t_add": 4820, "r_f_add": 4827, "r_t_add": 4831, "st_code": 62080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660298, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 26410, "Shape__Length": 144.41998887283668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084120067712405, 40.019058464393197 ], [ -75.084300157781797, 40.020042386107299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11363, "tnode_": 11308, "lpoly_": null, "rpoly_": null, "length": 143.3137174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4804, "r_f_add": 4801, "r_t_add": 4825, "st_code": 62080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660299, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 26411, "Shape__Length": 57.182437300124292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084060978046196, 40.018667796922998 ], [ -75.084073668775403, 40.018789476802603 ], [ -75.084120067712405, 40.019058464393197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11476, "tnode_": 11363, "lpoly_": null, "rpoly_": null, "length": 282.66969975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4722, "l_t_add": 4798, "r_f_add": 4771, "r_t_add": 4799, "st_code": 62080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660301, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 26412, "Shape__Length": 112.78585258611461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0839528994467, 40.0178962969187 ], [ -75.084060978046196, 40.018667796922998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11613, "tnode_": 11476, "lpoly_": null, "rpoly_": null, "length": 417.21687386999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4720, "r_f_add": 4701, "r_t_add": 4769, "st_code": 62080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660302, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 26413, "Shape__Length": 166.42363253534009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083662347329593, 40.016805972654502 ], [ -75.083782693659401, 40.016874442139503 ], [ -75.0839528994467, 40.0178962969187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11283, "tnode_": 11345, "lpoly_": null, "rpoly_": null, "length": 254.58321055000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 34760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 660304, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26414, "Shape__Length": 101.32411819900641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085060983234797, 40.019225689897098 ], [ -75.084326686816098, 40.018813781655297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11363, "tnode_": 11397, "lpoly_": null, "rpoly_": null, "length": 187.51774478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1505, "l_t_add": 1527, "r_f_add": 1506, "r_t_add": 1528, "st_code": 34760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660305, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26415, "Shape__Length": 74.624570274194042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084060978046196, 40.018667796922998 ], [ -75.083510445520105, 40.018374868948598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11397, "tnode_": 11470, "lpoly_": null, "rpoly_": null, "length": 296.56702575000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 34760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26416, "Shape__Length": 118.02421647141041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083510445520105, 40.018374868948598 ], [ -75.082643981130303, 40.017906936899401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11470, "tnode_": 11521, "lpoly_": null, "rpoly_": null, "length": 241.43580628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1621, "r_f_add": 1600, "r_t_add": 1626, "st_code": 34760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26417, "Shape__Length": 96.089216021579546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082643981130303, 40.017906936899401 ], [ -75.081947071981702, 40.017516878178398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11521, "tnode_": 11570, "lpoly_": null, "rpoly_": null, "length": 207.86183641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1623, "l_t_add": 1651, "r_f_add": 1628, "r_t_add": 1648, "st_code": 34760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660308, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26418, "Shape__Length": 82.713542309776997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081947071981702, 40.017516878178398 ], [ -75.081328931391596, 40.0172011164004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11570, "tnode_": 11653, "lpoly_": null, "rpoly_": null, "length": 482.85875856000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1653, "l_t_add": 1699, "r_f_add": 1650, "r_t_add": 1698, "st_code": 34760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26419, "Shape__Length": 192.16647836880685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081328931391596, 40.0172011164004 ], [ -75.079929135933497, 40.016427431784301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11653, "tnode_": 11695, "lpoly_": null, "rpoly_": null, "length": 260.45033893000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1723, "r_f_add": 1700, "r_t_add": 1722, "st_code": 34760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660310, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26420, "Shape__Length": 103.64563473187208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079929135933497, 40.016427431784301 ], [ -75.079164926875094, 40.0160201069002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11143, "tnode_": 11087, "lpoly_": null, "rpoly_": null, "length": 142.58140207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4822, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 62080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660311, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 26421, "Shape__Length": 56.893745253519235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084300157781797, 40.020042386107299 ], [ -75.084329604925401, 40.020433133826103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11197, "tnode_": 11143, "lpoly_": null, "rpoly_": null, "length": 146.43945806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4840, "l_t_add": 4848, "r_f_add": 4819, "r_t_add": 4827, "st_code": 50080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660312, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26422, "Shape__Length": 58.360413603195596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084594540824796, 40.019710816752202 ], [ -75.084420274270698, 40.019888753334399 ], [ -75.084300157781797, 40.020042386107299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11283, "tnode_": 11197, "lpoly_": null, "rpoly_": null, "length": 219.76864239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4838, "r_f_add": 4801, "r_t_add": 4817, "st_code": 50080, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26423, "Shape__Length": 87.571811943033779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085060983234797, 40.019225689897098 ], [ -75.084594540824796, 40.019710816752202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11473, "tnode_": 11283, "lpoly_": null, "rpoly_": null, "length": 588.27217711000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 50080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26424, "Shape__Length": 234.40247495876201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086318856085299, 40.017932443541099 ], [ -75.085060983234797, 40.019225689897098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11594, "tnode_": 11473, "lpoly_": null, "rpoly_": null, "length": 397.5204651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4616, "l_t_add": 4698, "r_f_add": 4643, "r_t_add": 4699, "st_code": 50080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26425, "Shape__Length": 158.40093056867192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087153979875495, 40.017050112703998 ], [ -75.086318856085299, 40.017932443541099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11704, "tnode_": 11594, "lpoly_": null, "rpoly_": null, "length": 413.19214646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4614, "r_f_add": 4601, "r_t_add": 4641, "st_code": 50080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660316, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26426, "Shape__Length": 164.62941775330239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0880488315386, 40.016148362332302 ], [ -75.087153979875495, 40.017050112703998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11473, "tnode_": 11528, "lpoly_": null, "rpoly_": null, "length": 265.00784012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 13380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 660318, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 26427, "Shape__Length": 105.46501508818041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086318856085299, 40.017932443541099 ], [ -75.085545984394997, 40.017512796547798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11528, "tnode_": 11587, "lpoly_": null, "rpoly_": null, "length": 280.91039317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1528, "st_code": 13380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660319, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 26428, "Shape__Length": 111.79546403591193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085545984394997, 40.017512796547798 ], [ -75.084730127437396, 40.017064301558001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11587, "tnode_": 11613, "lpoly_": null, "rpoly_": null, "length": 344.53729899000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 13380, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660320, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 26429, "Shape__Length": 137.06324060703176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084730127437396, 40.017064301558001 ], [ -75.084655394838407, 40.017010261539099 ], [ -75.084106457829094, 40.016716882118899 ], [ -75.083662347329593, 40.016805972654502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11308, "tnode_": 11135, "lpoly_": null, "rpoly_": null, "length": 438.89389837, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4810, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 63815, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26430, "Shape__Length": 174.89911890938012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084120067712405, 40.019058464393197 ], [ -75.083211123066604, 40.020039891828397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11345, "tnode_": 11308, "lpoly_": null, "rpoly_": null, "length": 106.27224886, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4808, "r_f_add": 4755, "r_t_add": 4799, "st_code": 63815, "l_hundred": 4800, "r_hundred": 4700, "seg_id": 660322, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26431, "Shape__Length": 42.355746085160263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084326686816098, 40.018813781655297 ], [ -75.084120067712405, 40.019058464393197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11528, "tnode_": 11345, "lpoly_": null, "rpoly_": null, "length": 584.1519755, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4753, "st_code": 63815, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660323, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26432, "Shape__Length": 232.77481225132615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085545984394997, 40.017512796547798 ], [ -75.084326686816098, 40.018813781655297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11642, "tnode_": 11528, "lpoly_": null, "rpoly_": null, "length": 399.29638636, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4636, "l_t_add": 4698, "r_f_add": 4639, "r_t_add": 4699, "st_code": 63815, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660324, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26433, "Shape__Length": 159.11597941837843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086368468838501, 40.016617502190499 ], [ -75.085545984394997, 40.017512796547798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11758, "tnode_": 11642, "lpoly_": null, "rpoly_": null, "length": 408.71511974000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4634, "r_f_add": 4601, "r_t_add": 4637, "st_code": 63815, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660325, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26434, "Shape__Length": 162.86879631735218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087206984437501, 40.015699270650202 ], [ -75.086368468838501, 40.016617502190499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11209, "tnode_": 11018, "lpoly_": null, "rpoly_": null, "length": 521.31761358999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 38940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26435, "Shape__Length": 207.74950400734485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082386284589106, 40.019601284356497 ], [ -75.082194224095304, 40.019804137025403 ], [ -75.081311822312102, 40.020769818483501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11397, "tnode_": 11209, "lpoly_": null, "rpoly_": null, "length": 546.56317035999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 38940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26436, "Shape__Length": 217.80745192307157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083510445520105, 40.018374868948598 ], [ -75.082386284589106, 40.019601284356497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11476, "tnode_": 11397, "lpoly_": null, "rpoly_": null, "length": 213.89310183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4740, "l_t_add": 4798, "r_f_add": 4743, "r_t_add": 4799, "st_code": 38940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660328, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26437, "Shape__Length": 85.234845869105541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0839528994467, 40.0178962969187 ], [ -75.083510445520105, 40.018374868948598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11587, "tnode_": 11476, "lpoly_": null, "rpoly_": null, "length": 373.15999046999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4738, "r_f_add": 4701, "r_t_add": 4741, "st_code": 38940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660329, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26438, "Shape__Length": 148.69739209774465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084730127437396, 40.017064301558001 ], [ -75.0839528994467, 40.0178962969187 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11690, "tnode_": 11587, "lpoly_": null, "rpoly_": null, "length": 392.03758343000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4656, "l_t_add": 4698, "r_f_add": 4667, "r_t_add": 4699, "st_code": 38940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26439, "Shape__Length": 156.22281662438843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085536841315701, 40.016184841304003 ], [ -75.084730127437396, 40.017064301558001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11805, "tnode_": 11690, "lpoly_": null, "rpoly_": null, "length": 410.19543991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4654, "r_f_add": 4601, "r_t_add": 4665, "st_code": 38940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660331, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26440, "Shape__Length": 163.45483130389209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086383951904097, 40.015266302380702 ], [ -75.085536841315701, 40.016184841304003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11294, "tnode_": 11378, "lpoly_": null, "rpoly_": null, "length": 451.01030525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1645, "r_f_add": 1600, "r_t_add": 1648, "st_code": 40880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660332, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26441, "Shape__Length": 179.48367980929672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081502196776398, 40.019145098509199 ], [ -75.080176526573098, 40.018442280080897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11378, "tnode_": 11490, "lpoly_": null, "rpoly_": null, "length": 483.97979558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1647, "l_t_add": 1699, "r_f_add": 1650, "r_t_add": 1698, "st_code": 40880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660333, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26442, "Shape__Length": 192.60616830345066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080176526573098, 40.018442280080897 ], [ -75.078759557735395, 40.017681884352299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11294, "tnode_": 11172, "lpoly_": null, "rpoly_": null, "length": 277.47805832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4930, "r_f_add": 4901, "r_t_add": 4933, "st_code": 34960, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660334, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26443, "Shape__Length": 110.57417999592897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081502196776398, 40.019145098509199 ], [ -75.080926347457194, 40.019764922015199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11362, "tnode_": 11294, "lpoly_": null, "rpoly_": null, "length": 245.23306595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4832, "l_t_add": 4898, "r_f_add": 4829, "r_t_add": 4899, "st_code": 34960, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660335, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26444, "Shape__Length": 97.731175333339863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081996495005995, 40.018589440802401 ], [ -75.081502196776398, 40.019145098509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11470, "tnode_": 11362, "lpoly_": null, "rpoly_": null, "length": 307.73742624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4830, "r_f_add": 4801, "r_t_add": 4827, "st_code": 34960, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660336, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26445, "Shape__Length": 122.62572369679722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082643981130303, 40.017906936899401 ], [ -75.081996495005995, 40.018589440802401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11613, "tnode_": 11470, "lpoly_": null, "rpoly_": null, "length": 492.14702842999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 34960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660337, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26446, "Shape__Length": 196.11460319806235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083662347329593, 40.016805972654502 ], [ -75.082643981130303, 40.017906936899401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11639, "tnode_": 11613, "lpoly_": null, "rpoly_": null, "length": 97.67070576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4678, "l_t_add": 4698, "r_f_add": 4675, "r_t_add": 4699, "st_code": 34960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660338, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26447, "Shape__Length": 38.924926584124066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083854973713898, 40.016582474627498 ], [ -75.083662347329593, 40.016805972654502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11714, "tnode_": 11639, "lpoly_": null, "rpoly_": null, "length": 257.28258493000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4660, "l_t_add": 4676, "r_f_add": 4661, "r_t_add": 4673, "st_code": 34960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660339, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26448, "Shape__Length": 102.52359968183404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084384952684005, 40.016005614580997 ], [ -75.083854973713898, 40.016582474627498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11620, "tnode_": 11521, "lpoly_": null, "rpoly_": null, "length": 350.5443542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALEM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 70700, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALEM ST", "stname": "SALEM ST", "objectid": 26449, "Shape__Length": 139.68951637368895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082667835982605, 40.0167301896034 ], [ -75.081947071981702, 40.017516878178398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11620, "tnode_": 11662, "lpoly_": null, "rpoly_": null, "length": 205.11444959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 42020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 26450, "Shape__Length": 81.640991685290061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082667835982605, 40.0167301896034 ], [ -75.082088161009295, 40.016386112775798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11299, "tnode_": 11192, "lpoly_": null, "rpoly_": null, "length": 241.21026014999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4934, "l_t_add": 4998, "r_f_add": 4935, "r_t_add": 4999, "st_code": 27440, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660342, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26451, "Shape__Length": 96.123566191986228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079588660955693, 40.019064637003098 ], [ -75.079092331387002, 40.019605766919298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11378, "tnode_": 11299, "lpoly_": null, "rpoly_": null, "length": 280.19488575999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4932, "r_f_add": 4901, "r_t_add": 4933, "st_code": 27440, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660343, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26452, "Shape__Length": 111.65239854193335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080176526573098, 40.018442280080897 ], [ -75.079588660955693, 40.019064637003098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11465, "tnode_": 11378, "lpoly_": null, "rpoly_": null, "length": 247.03998288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4840, "l_t_add": 4898, "r_f_add": 4841, "r_t_add": 4899, "st_code": 27440, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660344, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26453, "Shape__Length": 98.442898431822812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080689081647506, 40.0178903843941 ], [ -75.080176526573098, 40.018442280080897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11570, "tnode_": 11465, "lpoly_": null, "rpoly_": null, "length": 308.4851891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4838, "r_f_add": 4801, "r_t_add": 4839, "st_code": 27440, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660345, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26454, "Shape__Length": 122.92715958782733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081328931391596, 40.0172011164004 ], [ -75.080689081647506, 40.0178903843941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11662, "tnode_": 11570, "lpoly_": null, "rpoly_": null, "length": 365.19331538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4718, "l_t_add": 4798, "r_f_add": 4713, "r_t_add": 4799, "st_code": 27440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660346, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26455, "Shape__Length": 145.52207094559515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082088161009295, 40.016386112775798 ], [ -75.081328931391596, 40.0172011164004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11700, "tnode_": 11662, "lpoly_": null, "rpoly_": null, "length": 136.89617092999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4716, "r_f_add": 4701, "r_t_add": 4711, "st_code": 27440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660347, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26456, "Shape__Length": 54.552952978494531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082366691478796, 40.016077310533397 ], [ -75.082088161009295, 40.016386112775798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11796, "tnode_": 11700, "lpoly_": null, "rpoly_": null, "length": 358.58200239000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 27440, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660348, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 26457, "Shape__Length": 142.88976286579313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083103311074396, 40.015272229289302 ], [ -75.082366691478796, 40.016077310533397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11299, "tnode_": 11368, "lpoly_": null, "rpoly_": null, "length": 316.34780383000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1653, "l_t_add": 1699, "r_f_add": 1650, "r_t_add": 1698, "st_code": 12120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 26458, "Shape__Length": 125.8964679461412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079588660955693, 40.019064637003098 ], [ -75.078662848151694, 40.018567191715498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11362, "tnode_": 11465, "lpoly_": null, "rpoly_": null, "length": 446.02866481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1657, "r_f_add": 1600, "r_t_add": 1658, "st_code": 34020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 26459, "Shape__Length": 177.50235531575814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081996495005995, 40.018589440802401 ], [ -75.080689081647506, 40.0178903843941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11465, "tnode_": 11568, "lpoly_": null, "rpoly_": null, "length": 481.5592158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1659, "l_t_add": 1699, "r_f_add": 1660, "r_t_add": 1698, "st_code": 34020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660351, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 26460, "Shape__Length": 191.63685672542078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080689081647506, 40.0178903843941 ], [ -75.079273033246196, 40.017140643114601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11594, "tnode_": 11642, "lpoly_": null, "rpoly_": null, "length": 270.63212463999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 62040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 660352, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 26461, "Shape__Length": 107.70459554547047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087153979875495, 40.017050112703998 ], [ -75.086368468838501, 40.016617502190499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11642, "tnode_": 11690, "lpoly_": null, "rpoly_": null, "length": 281.24514297999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1525, "r_f_add": 1500, "r_t_add": 1526, "st_code": 62040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660353, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 26462, "Shape__Length": 111.91652177996775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086368468838501, 40.016617502190499 ], [ -75.085536841315701, 40.016184841304003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11690, "tnode_": 11745, "lpoly_": null, "rpoly_": null, "length": 298.20182948999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 62040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660354, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERINGTON ST", "stname": "OVERINGTON ST", "objectid": 26463, "Shape__Length": 118.66617825824862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085536841315701, 40.016184841304003 ], [ -75.084658959947305, 40.015721715778803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11613, "tnode_": 11700, "lpoly_": null, "rpoly_": null, "length": 449.71925564999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1645, "r_f_add": 1600, "r_t_add": 1652, "st_code": 53440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660355, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26464, "Shape__Length": 178.98240642640977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083662347329593, 40.016805972654502 ], [ -75.083565706449505, 40.016759926257997 ], [ -75.082366691478796, 40.016077310533397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11700, "tnode_": 11789, "lpoly_": null, "rpoly_": null, "length": 480.0253131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1647, "l_t_add": 1699, "r_f_add": 1654, "r_t_add": 1698, "st_code": 53440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660356, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26465, "Shape__Length": 191.0342132988861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082366691478796, 40.016077310533397 ], [ -75.080973070025905, 40.0153103773944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11789, "tnode_": 11838, "lpoly_": null, "rpoly_": null, "length": 268.47194029000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1735, "r_f_add": 1700, "r_t_add": 1736, "st_code": 53440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660357, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26466, "Shape__Length": 106.84770379022915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080973070025905, 40.0153103773944 ], [ -75.0802016253744, 40.014872992735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11838, "tnode_": 11869, "lpoly_": null, "rpoly_": null, "length": 253.09334369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1738, "r_t_add": 1798, "st_code": 53440, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660358, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26467, "Shape__Length": 100.72282389622953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802016253744, 40.014872992735 ], [ -75.079469018693104, 40.014466306996603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11869, "tnode_": 11928, "lpoly_": null, "rpoly_": null, "length": 400.03736533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 53440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660359, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26468, "Shape__Length": 159.19764335013923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079469018693104, 40.014466306996603 ], [ -75.0783070982217, 40.013827759660799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11853, "tnode_": 11745, "lpoly_": null, "rpoly_": null, "length": 414.54927397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4640, "r_f_add": 4601, "r_t_add": 4645, "st_code": 34960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660360, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26469, "Shape__Length": 165.18534258503581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085521474546994, 40.014796946838601 ], [ -75.084658959947305, 40.015721715778803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11943, "tnode_": 11887, "lpoly_": null, "rpoly_": null, "length": 258.27338817000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4526, "r_f_add": 4501, "r_t_add": 4521, "st_code": 34960, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660361, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26470, "Shape__Length": 102.91620548509518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086351613390903, 40.013877139736898 ], [ -75.085821566277104, 40.014457280927999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11887, "tnode_": 11853, "lpoly_": null, "rpoly_": null, "length": 149.58462438000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4528, "l_t_add": 4598, "r_f_add": 4523, "r_t_add": 4599, "st_code": 34960, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660362, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26471, "Shape__Length": 59.609998801364981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085821566277104, 40.014457280927999 ], [ -75.085521474546994, 40.014796946838601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11704, "tnode_": 11758, "lpoly_": null, "rpoly_": null, "length": 286.99108381999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 61800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 660363, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26472, "Shape__Length": 114.2071311767473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0880488315386, 40.016148362332302 ], [ -75.087206984437501, 40.015699270650202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11758, "tnode_": 11805, "lpoly_": null, "rpoly_": null, "length": 279.32033580999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1523, "r_f_add": 1500, "r_t_add": 1524, "st_code": 61800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660364, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26473, "Shape__Length": 111.15118535187604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087206984437501, 40.015699270650202 ], [ -75.086383951904097, 40.015266302380702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11805, "tnode_": 11853, "lpoly_": null, "rpoly_": null, "length": 295.96219931000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1525, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 61800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660365, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26474, "Shape__Length": 117.77970493476241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086383951904097, 40.015266302380702 ], [ -75.085521474546994, 40.014796946838601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11853, "tnode_": 11899, "lpoly_": null, "rpoly_": null, "length": 298.76080561000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1631, "r_f_add": 1600, "r_t_add": 1640, "st_code": 61800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660366, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26475, "Shape__Length": 118.89274125928745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085521474546994, 40.014796946838601 ], [ -75.084651042472402, 40.014322941535902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11899, "tnode_": 11929, "lpoly_": null, "rpoly_": null, "length": 223.02688888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1633, "l_t_add": 1657, "r_f_add": 1642, "r_t_add": 1646, "st_code": 61800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660367, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26476, "Shape__Length": 88.747746005339664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084651042472402, 40.014322941535902 ], [ -75.083993069082595, 40.013978161981903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11929, "tnode_": 11963, "lpoly_": null, "rpoly_": null, "length": 255.12474569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1659, "l_t_add": 1699, "r_f_add": 1648, "r_t_add": 1698, "st_code": 61800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660368, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26477, "Shape__Length": 101.52736126394269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083993069082595, 40.013978161981903 ], [ -75.083251015740302, 40.013572048090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11963, "tnode_": 11992, "lpoly_": null, "rpoly_": null, "length": 189.32521837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1716, "st_code": 61800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660369, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26478, "Shape__Length": 75.336117965642131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083251015740302, 40.013572048090801 ], [ -75.082692305522698, 40.013279559485603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11745, "tnode_": 11714, "lpoly_": null, "rpoly_": null, "length": 128.78600351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4642, "l_t_add": 4658, "r_f_add": 4647, "r_t_add": 4659, "st_code": 34960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660370, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26479, "Shape__Length": 51.314642991823142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084658959947305, 40.015721715778803 ], [ -75.084384952684005, 40.016005614580997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11714, "tnode_": 11732, "lpoly_": null, "rpoly_": null, "length": 143.34959306000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1623, "r_f_add": 1600, "r_t_add": 1630, "st_code": 55020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26480, "Shape__Length": 57.0535858300439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084384952684005, 40.016005614580997 ], [ -75.0839758487827, 40.015769171638297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11732, "tnode_": 11796, "lpoly_": null, "rpoly_": null, "length": 304.13751786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1625, "l_t_add": 1639, "r_f_add": 1632, "r_t_add": 1632, "st_code": 55020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26481, "Shape__Length": 121.04380668244637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0839758487827, 40.015769171638297 ], [ -75.083103311074396, 40.015272229289302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11796, "tnode_": 11815, "lpoly_": null, "rpoly_": null, "length": 68.7778795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1641, "l_t_add": 1647, "r_f_add": 1634, "r_t_add": 1634, "st_code": 55020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26482, "Shape__Length": 27.374254410206333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083103311074396, 40.015272229289302 ], [ -75.082908045267303, 40.015157753398299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11815, "tnode_": 11858, "lpoly_": null, "rpoly_": null, "length": 305.08807139000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1649, "l_t_add": 1685, "r_f_add": 1636, "r_t_add": 1666, "st_code": 55020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660374, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26483, "Shape__Length": 121.42220827804996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082908045267303, 40.015157753398299 ], [ -75.082034462654704, 40.014657524627097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11858, "tnode_": 11877, "lpoly_": null, "rpoly_": null, "length": 105.85743786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1687, "l_t_add": 1699, "r_f_add": 1668, "r_t_add": 1678, "st_code": 55020, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26484, "Shape__Length": 42.125119144031032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082034462654704, 40.014657524627097 ], [ -75.081724428026703, 40.014491348784198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11877, "tnode_": 11906, "lpoly_": null, "rpoly_": null, "length": 202.6996369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1717, "r_f_add": 1680, "r_t_add": 1724, "st_code": 55020, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 660376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26485, "Shape__Length": 80.676893785468266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081724428026703, 40.014491348784198 ], [ -75.0811511822928, 40.014151735636403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11906, "tnode_": 11917, "lpoly_": null, "rpoly_": null, "length": 71.82360476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1719, "l_t_add": 1725, "r_f_add": 1726, "r_t_add": 1730, "st_code": 55020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26486, "Shape__Length": 28.5815224918178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0811511822928, 40.014151735636403 ], [ -75.080940959686401, 40.0140388404117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11917, "tnode_": 11954, "lpoly_": null, "rpoly_": null, "length": 241.69011184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1727, "l_t_add": 1799, "r_f_add": 1732, "r_t_add": 1798, "st_code": 55020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26487, "Shape__Length": 96.193273067168221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080940959686401, 40.0140388404117 ], [ -75.0802551401638, 40.013636217917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11954, "tnode_": 11990, "lpoly_": null, "rpoly_": null, "length": 249.74256888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 55020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26488, "Shape__Length": 99.393904549829685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802551401638, 40.013636217917202 ], [ -75.079541246841501, 40.013225500088097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11732, "tnode_": 11639, "lpoly_": null, "rpoly_": null, "length": 299.84506957000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4654, "l_t_add": 4698, "r_f_add": 4653, "r_t_add": 4699, "st_code": 63400, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660380, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26489, "Shape__Length": 119.62958332548293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0839758487827, 40.015769171638297 ], [ -75.083937091883897, 40.0163671364026 ], [ -75.083854973713898, 40.016582474627498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11972, "tnode_": 11899, "lpoly_": null, "rpoly_": null, "length": 331.23630899000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4510, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 63400, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660381, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26490, "Shape__Length": 132.0609600068511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085171391094306, 40.013506416425599 ], [ -75.084651042472402, 40.014322941535902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11929, "tnode_": 11815, "lpoly_": null, "rpoly_": null, "length": 526.318051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 50380, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESHER ST", "stname": "LESHER ST", "objectid": 26491, "Shape__Length": 209.72481020313816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083993069082595, 40.013978161981903 ], [ -75.082908045267303, 40.015157753398299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11822, "tnode_": 11758, "lpoly_": null, "rpoly_": null, "length": 224.74367252, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4518, "l_t_add": 4598, "r_f_add": 4519, "r_t_add": 4599, "st_code": 63815, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660383, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26492, "Shape__Length": 89.553753906024895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087674682572001, 40.015197968040397 ], [ -75.087206984437501, 40.015699270650202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11857, "tnode_": 11822, "lpoly_": null, "rpoly_": null, "length": 173.78577412, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4516, "r_f_add": 4501, "r_t_add": 4517, "st_code": 63815, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660384, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 26493, "Shape__Length": 69.247699355436396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088037069403597, 40.014810736254198 ], [ -75.087674682572001, 40.015197968040397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11857, "tnode_": 11900, "lpoly_": null, "rpoly_": null, "length": 282.69333871000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1530, "st_code": 71640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660385, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 26494, "Shape__Length": 112.50409927175828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088037069403597, 40.014810736254198 ], [ -75.087221020619296, 40.014354114112301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11900, "tnode_": 11943, "lpoly_": null, "rpoly_": null, "length": 299.15479084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1532, "r_t_add": 1598, "st_code": 71640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 26495, "Shape__Length": 119.05030745151738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087221020619296, 40.014354114112301 ], [ -75.086351613390903, 40.013877139736898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11887, "tnode_": 11972, "lpoly_": null, "rpoly_": null, "length": 391.67816582999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1651, "r_f_add": 1600, "r_t_add": 1650, "st_code": 47860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660387, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26496, "Shape__Length": 156.14397989334185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085821566277104, 40.014457280927999 ], [ -75.085782944241402, 40.014374589392801 ], [ -75.085171391094306, 40.013506416425599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11822, "tnode_": 11860, "lpoly_": null, "rpoly_": null, "length": 282.22135995999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1526, "st_code": 36940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26497, "Shape__Length": 112.31264710249812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087674682572001, 40.015197968040397 ], [ -75.086854027593205, 40.014748477285998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11900, "tnode_": 11860, "lpoly_": null, "rpoly_": null, "length": 176.64902955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4458, "l_t_add": 4498, "r_f_add": 4459, "r_t_add": 4499, "st_code": 38940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660391, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26498, "Shape__Length": 70.38884010391115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087221020619296, 40.014354114112301 ], [ -75.086854027593205, 40.014748477285998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11846, "tnode_": 11805, "lpoly_": null, "rpoly_": null, "length": 140.29862941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4530, "l_t_add": 4598, "r_f_add": 4529, "r_t_add": 4599, "st_code": 38940, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660392, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26499, "Shape__Length": 55.910599910485246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086663975919507, 40.014946972853899 ], [ -75.086383951904097, 40.015266302380702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11860, "tnode_": 11846, "lpoly_": null, "rpoly_": null, "length": 89.79032055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4528, "r_f_add": 4501, "r_t_add": 4527, "st_code": 38940, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660393, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 26500, "Shape__Length": 35.776837900969319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086854027593205, 40.014748477285998 ], [ -75.086663975919507, 40.014946972853899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11768, "tnode_": 11748, "lpoly_": null, "rpoly_": null, "length": 60.14734041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4516, "l_t_add": 4518, "r_f_add": 4521, "r_t_add": 4529, "st_code": 50080, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660395, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26501, "Shape__Length": 23.966013394326666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088526240131202, 40.015657217200797 ], [ -75.088399074019705, 40.015790263971503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11568, "tnode_": 11490, "lpoly_": null, "rpoly_": null, "length": 244.04456017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4842, "l_t_add": 4898, "r_f_add": 4837, "r_t_add": 4899, "st_code": 29320, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26502, "Shape__Length": 97.244501932579382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079273033246196, 40.017140643114601 ], [ -75.078759557735395, 40.017681884352299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11653, "tnode_": 11568, "lpoly_": null, "rpoly_": null, "length": 318.23321504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4840, "r_f_add": 4801, "r_t_add": 4835, "st_code": 29320, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660397, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26503, "Shape__Length": 126.8122170362652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079929135933497, 40.016427431784301 ], [ -75.079273033246196, 40.017140643114601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11789, "tnode_": 11653, "lpoly_": null, "rpoly_": null, "length": 501.08369223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 29320, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26504, "Shape__Length": 199.667772536021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080973070025905, 40.0153103773944 ], [ -75.079929135933497, 40.016427431784301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11877, "tnode_": 11789, "lpoly_": null, "rpoly_": null, "length": 365.11442797000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 29320, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26505, "Shape__Length": 145.4905183694612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081724428026703, 40.014491348784198 ], [ -75.080973070025905, 40.0153103773944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11490, "tnode_": 11539, "lpoly_": null, "rpoly_": null, "length": 254.0315787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1722, "st_code": 40880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660400, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26506, "Shape__Length": 101.08867945571744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078759557735395, 40.017681884352299 ], [ -75.078007977957796, 40.017291553762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11539, "tnode_": 11582, "lpoly_": null, "rpoly_": null, "length": 256.67285102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1717, "l_t_add": 1799, "r_f_add": 1724, "r_t_add": 1798, "st_code": 40880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660401, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26507, "Shape__Length": 102.14021958107821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078007977957796, 40.017291553762 ], [ -75.077250054146702, 40.016895501040104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11582, "tnode_": 11632, "lpoly_": null, "rpoly_": null, "length": 252.73611236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1822, "st_code": 40880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660402, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26508, "Shape__Length": 100.57706942052707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077250054146702, 40.016895501040104 ], [ -75.076509296372905, 40.0164993310078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11632, "tnode_": 11660, "lpoly_": null, "rpoly_": null, "length": 143.14310443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1823, "l_t_add": 1833, "r_f_add": 1824, "r_t_add": 1898, "st_code": 40880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660403, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26509, "Shape__Length": 56.968009425908107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076509296372905, 40.0164993310078 ], [ -75.076095403250207, 40.016268829948103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11660, "tnode_": 11675, "lpoly_": null, "rpoly_": null, "length": 83.83607979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1835, "l_t_add": 1839, "r_f_add": 1900, "r_t_add": 1900, "st_code": 40880, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 660404, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26510, "Shape__Length": 33.356887103739282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076095403250207, 40.016268829948103 ], [ -75.075841946036107, 40.0161464126843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27326, "tnode_": 11660, "lpoly_": null, "rpoly_": null, "length": 203.15088328000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4838, "l_t_add": 4898, "r_f_add": 4841, "r_t_add": 4899, "st_code": 76560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26511, "Shape__Length": 80.955611585794912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076507803182494, 40.015810078143602 ], [ -75.076095403250207, 40.016268829948103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11989, "tnode_": 11928, "lpoly_": null, "rpoly_": null, "length": 279.04905077999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4666, "l_t_add": 4698, "r_f_add": 4669, "r_t_add": 4699, "st_code": 76560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660406, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26512, "Shape__Length": 111.19077997775149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078885688831903, 40.013204169683497 ], [ -75.0783070982217, 40.013827759660799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12010, "tnode_": 11989, "lpoly_": null, "rpoly_": null, "length": 104.34294182000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4656, "l_t_add": 4664, "r_f_add": 4659, "r_t_add": 4667, "st_code": 76560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660407, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26513, "Shape__Length": 41.568618329238895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079113402271304, 40.012981818296304 ], [ -75.079048299590795, 40.013016398608997 ], [ -75.078885688831903, 40.013204169683497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11695, "tnode_": 11739, "lpoly_": null, "rpoly_": null, "length": 258.95318752999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1725, "l_t_add": 1799, "r_f_add": 1724, "r_t_add": 1798, "st_code": 34760, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26514, "Shape__Length": 103.05876078129526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079164926875094, 40.0160201069002 ], [ -75.078418412287604, 40.015600758566201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11617, "tnode_": 11665, "lpoly_": null, "rpoly_": null, "length": 260.92086067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 34020, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 26515, "Shape__Length": 103.83835336602546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078586992618099, 40.0166591415963 ], [ -75.077828519389897, 40.016243295660999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11665, "tnode_": 11730, "lpoly_": null, "rpoly_": null, "length": 394.06929375000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 34020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 26516, "Shape__Length": 156.82469867379984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077828519389897, 40.016243295660999 ], [ -75.076681091924499, 40.015617310206501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11539, "tnode_": 11371, "lpoly_": null, "rpoly_": null, "length": 523.25834171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 41280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660411, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26517, "Shape__Length": 208.51246850402407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078007977957796, 40.017291553762 ], [ -75.076922870898599, 40.0184608255271 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11617, "tnode_": 11539, "lpoly_": null, "rpoly_": null, "length": 281.73507043000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 41280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660412, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26518, "Shape__Length": 112.26938128084088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078586992618099, 40.0166591415963 ], [ -75.078007977957796, 40.017291553762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11695, "tnode_": 11617, "lpoly_": null, "rpoly_": null, "length": 283.53915566000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4831, "st_code": 41280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660413, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26519, "Shape__Length": 112.98965525582865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079164926875094, 40.0160201069002 ], [ -75.078586992618099, 40.0166591415963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11838, "tnode_": 11695, "lpoly_": null, "rpoly_": null, "length": 508.85810713999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 41280, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660414, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26520, "Shape__Length": 202.77629403991821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802016253744, 40.014872992735 ], [ -75.079164926875094, 40.0160201069002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11917, "tnode_": 11838, "lpoly_": null, "rpoly_": null, "length": 367.72373419000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4654, "l_t_add": 4698, "r_f_add": 4661, "r_t_add": 4699, "st_code": 41280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660415, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26521, "Shape__Length": 146.53803164727447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080940959686401, 40.0140388404117 ], [ -75.0802016253744, 40.014872992735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11582, "tnode_": 11419, "lpoly_": null, "rpoly_": null, "length": 520.95192857000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 57560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660416, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26522, "Shape__Length": 207.59087614770104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077250054146702, 40.016895501040104 ], [ -75.076167197337597, 40.018058223500603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11665, "tnode_": 11582, "lpoly_": null, "rpoly_": null, "length": 287.57476438000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4834, "l_t_add": 4898, "r_f_add": 4829, "r_t_add": 4899, "st_code": 57560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26523, "Shape__Length": 114.60206024866952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077828519389897, 40.016243295660999 ], [ -75.077250054146702, 40.016895501040104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11739, "tnode_": 11665, "lpoly_": null, "rpoly_": null, "length": 286.50664966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4832, "r_f_add": 4801, "r_t_add": 4827, "st_code": 57560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660418, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26524, "Shape__Length": 114.16851147353334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078418412287604, 40.015600758566201 ], [ -75.077828519389897, 40.016243295660999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11934, "tnode_": 11869, "lpoly_": null, "rpoly_": null, "length": 275.98872927999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4666, "l_t_add": 4698, "r_f_add": 4653, "r_t_add": 4699, "st_code": 57560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26525, "Shape__Length": 109.97434824070633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080037417153093, 40.013847453442601 ], [ -75.079469018693104, 40.014466306996603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11954, "tnode_": 11934, "lpoly_": null, "rpoly_": null, "length": 98.18546589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4648, "l_t_add": 4664, "r_f_add": 4649, "r_t_add": 4651, "st_code": 57560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26526, "Shape__Length": 39.115949671346179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802551401638, 40.013636217917202 ], [ -75.080037417153093, 40.013847453442601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11322, "tnode_": 11225, "lpoly_": null, "rpoly_": null, "length": 233.49770836000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 5001, "r_t_add": 5025, "st_code": 29320, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660421, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26527, "Shape__Length": 93.056209788909953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077665439744607, 40.018862348792503 ], [ -75.077197818891307, 40.019392999412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11419, "tnode_": 11262, "lpoly_": null, "rpoly_": null, "length": 471.67287817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 57560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660422, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26528, "Shape__Length": 187.96460253808601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076167197337597, 40.018058223500603 ], [ -75.075201645348301, 40.019119062760097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11490, "tnode_": 11322, "lpoly_": null, "rpoly_": null, "length": 528.04234852999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 29320, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660423, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 26529, "Shape__Length": 210.42052898279024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078759557735395, 40.017681884352299 ], [ -75.077665439744607, 40.018862348792503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11317, "tnode_": 11151, "lpoly_": null, "rpoly_": null, "length": 413.06842171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 22420, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660424, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 26530, "Shape__Length": 164.54168627252693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074356491887997, 40.018813576233299 ], [ -75.074138525247605, 40.019035326142799 ], [ -75.073382690699304, 40.019663796631598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11481, "tnode_": 11317, "lpoly_": null, "rpoly_": null, "length": 512.88912906999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 22420, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 26531, "Shape__Length": 204.37517360356932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075432525049393, 40.017674351559499 ], [ -75.074356491887997, 40.018813576233299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11632, "tnode_": 11481, "lpoly_": null, "rpoly_": null, "length": 523.61826709000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 22420, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660426, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 26532, "Shape__Length": 208.65809535164701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076509296372905, 40.0164993310078 ], [ -75.075432525049393, 40.017674351559499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11322, "tnode_": 11371, "lpoly_": null, "rpoly_": null, "length": 254.26455562000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1727, "r_f_add": 1700, "r_t_add": 1722, "st_code": 80960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660428, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26533, "Shape__Length": 101.19017879430693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077665439744607, 40.018862348792503 ], [ -75.076922870898599, 40.0184608255271 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11371, "tnode_": 11419, "lpoly_": null, "rpoly_": null, "length": 257.50015863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1724, "r_t_add": 1798, "st_code": 80960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660429, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26534, "Shape__Length": 102.47461036532079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076922870898599, 40.0184608255271 ], [ -75.076167197337597, 40.018058223500603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11419, "tnode_": 11481, "lpoly_": null, "rpoly_": null, "length": 248.79044072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1827, "r_f_add": 1800, "r_t_add": 1828, "st_code": 80960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660430, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26535, "Shape__Length": 99.00461092738621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076167197337597, 40.018058223500603 ], [ -75.075432525049393, 40.017674351559499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11481, "tnode_": 11543, "lpoly_": null, "rpoly_": null, "length": 228.22551275000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1829, "l_t_add": 1843, "r_f_add": 1830, "r_t_add": 1858, "st_code": 80960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660431, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26536, "Shape__Length": 90.953402108422438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075432525049393, 40.017674351559499 ], [ -75.075132406491903, 40.017501480577202 ], [ -75.075051860557295, 40.017169018338201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11371, "tnode_": 11196, "lpoly_": null, "rpoly_": null, "length": 474.16794165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 41280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26537, "Shape__Length": 188.9549253263668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076922870898599, 40.0184608255271 ], [ -75.075942162133501, 40.019521830703702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11482, "tnode_": 11417, "lpoly_": null, "rpoly_": null, "length": 430.79845757000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 25260, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660433, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26538, "Shape__Length": 171.26821615698557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069265344914101, 40.0175440279084 ], [ -75.067784068098504, 40.017862466124797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11562, "tnode_": 11482, "lpoly_": null, "rpoly_": null, "length": 754.25084672000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 25260, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660434, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26539, "Shape__Length": 299.86579184799308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071849519864699, 40.016961640603697 ], [ -75.069265344914101, 40.0175440279084 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11576, "tnode_": 11562, "lpoly_": null, "rpoly_": null, "length": 209.88870957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5116, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 25260, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660435, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26540, "Shape__Length": 83.445614061452346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072567327856106, 40.016796210769797 ], [ -75.071849519864699, 40.016961640603697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11602, "tnode_": 11576, "lpoly_": null, "rpoly_": null, "length": 206.2040229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5114, "r_f_add": 5101, "r_t_add": 5119, "st_code": 25260, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660436, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26541, "Shape__Length": 81.978688430140309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073274669958295, 40.016639271756397 ], [ -75.072567327856106, 40.016796210769797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11624, "tnode_": 11602, "lpoly_": null, "rpoly_": null, "length": 227.55563639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 25260, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660437, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26542, "Shape__Length": 90.467730417177549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0740544337025, 40.016463914954002 ], [ -75.073274669958295, 40.016639271756397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11646, "tnode_": 11624, "lpoly_": null, "rpoly_": null, "length": 191.91712614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 25260, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660438, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26543, "Shape__Length": 76.298628873965697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074712502568801, 40.016317154005002 ], [ -75.0740544337025, 40.016463914954002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27163, "tnode_": 11646, "lpoly_": null, "rpoly_": null, "length": 298.57158818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 25260, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660439, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26544, "Shape__Length": 118.69913273705572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075737163582502, 40.016091192862 ], [ -75.074712502568801, 40.016317154005002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11675, "tnode_": 11543, "lpoly_": null, "rpoly_": null, "length": 433.29132855999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 79640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 26545, "Shape__Length": 172.71060414437514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075841946036107, 40.0161464126843 ], [ -75.075051860557295, 40.017169018338201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27163, "tnode_": 11769, "lpoly_": null, "rpoly_": null, "length": 493.51810846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1914, "r_t_add": 1998, "st_code": 40880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660441, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26546, "Shape__Length": 196.41421791145584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075737163582502, 40.016091192862 ], [ -75.074441902871698, 40.015399249480403 ], [ -75.074321848622205, 40.015291259737197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11543, "tnode_": 11646, "lpoly_": null, "rpoly_": null, "length": 324.55030351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1845, "l_t_add": 1899, "r_f_add": 1860, "r_t_add": 1898, "st_code": 80960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26547, "Shape__Length": 129.4555765442783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075051860557295, 40.017169018338201 ], [ -75.074712502568801, 40.016317154005002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11317, "tnode_": 11357, "lpoly_": null, "rpoly_": null, "length": 150.82027454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1835, "l_t_add": 1843, "r_f_add": 1832, "r_t_add": 1842, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26548, "Shape__Length": 60.089805499072924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074356491887997, 40.018813576233299 ], [ -75.074022827449298, 40.018488616876503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11357, "tnode_": 11406, "lpoly_": null, "rpoly_": null, "length": 162.34166998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1845, "l_t_add": 1861, "r_f_add": 1844, "r_t_add": 1860, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660445, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26549, "Shape__Length": 64.73947189610837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074022827449298, 40.018488616876503 ], [ -75.073983518622398, 40.018453880173503 ], [ -75.073939391417895, 40.018400582328198 ], [ -75.073904486243705, 40.0183203185642 ], [ -75.073880281732499, 40.018244486816897 ], [ -75.073812235602404, 40.018078843687597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11494, "tnode_": 11602, "lpoly_": null, "rpoly_": null, "length": 332.08446022000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1873, "l_t_add": 1899, "r_f_add": 1872, "r_t_add": 1898, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26550, "Shape__Length": 132.4656264540267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073605170338595, 40.017514749689397 ], [ -75.073274669958295, 40.016639271756397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11357, "tnode_": 11287, "lpoly_": null, "rpoly_": null, "length": 428.1912035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 79640, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660447, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 26551, "Shape__Length": 170.30550715437789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074022827449298, 40.018488616876503 ], [ -75.073853295956695, 40.018645509914499 ], [ -75.073541477263603, 40.018729473528701 ], [ -75.072648971437104, 40.018938831515896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11456, "tnode_": 11357, "lpoly_": null, "rpoly_": null, "length": 284.35245578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5018, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 79640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660449, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 26552, "Shape__Length": 113.3393355273772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074555591975098, 40.017824151153697 ], [ -75.074022827449298, 40.018488616876503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11514, "tnode_": 11456, "lpoly_": null, "rpoly_": null, "length": 170.11738494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5008, "l_t_add": 5016, "r_f_add": 5009, "r_t_add": 5019, "st_code": 79640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660450, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 26553, "Shape__Length": 67.816485876561416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074851028961305, 40.0174161274753 ], [ -75.074555591975098, 40.017824151153697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11543, "tnode_": 11514, "lpoly_": null, "rpoly_": null, "length": 106.14757921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5006, "r_f_add": 5001, "r_t_add": 5007, "st_code": 79640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660451, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 26554, "Shape__Length": 42.30765674176228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075051860557295, 40.017169018338201 ], [ -75.074851028961305, 40.0174161274753 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11514, "tnode_": 11501, "lpoly_": null, "rpoly_": null, "length": 121.09521672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 81020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660452, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 26555, "Shape__Length": 48.139206494415156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074851028961305, 40.0174161274753 ], [ -75.074430867636806, 40.017494492965298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11406, "tnode_": 11360, "lpoly_": null, "rpoly_": null, "length": 411.16926227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 31960, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660453, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 26556, "Shape__Length": 163.46449891712763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073812235602404, 40.018078843687597 ], [ -75.072397029164605, 40.018378860774703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11360, "tnode_": 11446, "lpoly_": null, "rpoly_": null, "length": 213.86964841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1893, "l_t_add": 1899, "r_f_add": 1876, "r_t_add": 1898, "st_code": 18800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660455, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26557, "Shape__Length": 85.310712068492492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072397029164605, 40.018378860774703 ], [ -75.0721788585833, 40.017816236793799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11446, "tnode_": 11562, "lpoly_": null, "rpoly_": null, "length": 324.69333674000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1941, "r_f_add": 1900, "r_t_add": 1940, "st_code": 18800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660456, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26558, "Shape__Length": 129.51643052382258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0721788585833, 40.017816236793799 ], [ -75.071849519864699, 40.016961640603697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11562, "tnode_": 11626, "lpoly_": null, "rpoly_": null, "length": 200.12815646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1943, "l_t_add": 1957, "r_f_add": 1942, "r_t_add": 1952, "st_code": 18800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660457, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26559, "Shape__Length": 79.828554444568013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071849519864699, 40.016961640603697 ], [ -75.071648727353406, 40.016434403686702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11456, "tnode_": 11501, "lpoly_": null, "rpoly_": null, "length": 125.06671115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1867, "r_f_add": 1800, "r_t_add": 1866, "st_code": 41260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26560, "Shape__Length": 49.888394877736758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074555591975098, 40.017824151153697 ], [ -75.074430867636806, 40.017494492965298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11501, "tnode_": 11624, "lpoly_": null, "rpoly_": null, "length": 389.94634134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1869, "l_t_add": 1899, "r_f_add": 1868, "r_t_add": 1898, "st_code": 41260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660459, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26561, "Shape__Length": 155.54882009358764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074430867636806, 40.017494492965298 ], [ -75.0740544337025, 40.016463914954002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11509, "tnode_": 11576, "lpoly_": null, "rpoly_": null, "length": 173.26505382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1949, "r_f_add": 1700, "r_t_add": 1948, "st_code": 38060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26562, "Shape__Length": 69.117502377637535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072724298187396, 40.017256276786398 ], [ -75.072567327856106, 40.016796210769797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11406, "tnode_": 11474, "lpoly_": null, "rpoly_": null, "length": 159.18948603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1863, "l_t_add": 1869, "r_f_add": 1862, "r_t_add": 1868, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26563, "Shape__Length": 63.502282968035459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073812235602404, 40.018078843687597 ], [ -75.073663212526, 40.017657138172503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11474, "tnode_": 11494, "lpoly_": null, "rpoly_": null, "length": 54.35760605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1871, "l_t_add": 1871, "r_f_add": 1870, "r_t_add": 1870, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26564, "Shape__Length": 21.681940451599925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073663212526, 40.017657138172503 ], [ -75.073605170338595, 40.017514749689397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11501, "tnode_": 11474, "lpoly_": null, "rpoly_": null, "length": 223.02479193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 81020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660463, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 26565, "Shape__Length": 88.664882423891427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074430867636806, 40.017494492965298 ], [ -75.073663212526, 40.017657138172503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11626, "tnode_": 11684, "lpoly_": null, "rpoly_": null, "length": 191.60143306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1959, "l_t_add": 1999, "r_f_add": 1954, "r_t_add": 1998, "st_code": 18800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660464, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26566, "Shape__Length": 76.428101971401219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071648727353406, 40.016434403686702 ], [ -75.071461936219904, 40.015928423283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11756, "tnode_": 11813, "lpoly_": null, "rpoly_": null, "length": 164.75826683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2021, "l_t_add": 2035, "r_f_add": 2020, "r_t_add": 2034, "st_code": 18800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660465, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26567, "Shape__Length": 65.719480328239669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071217749985905, 40.015298288620301 ], [ -75.071056861578299, 40.014863254327999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11792, "tnode_": 11769, "lpoly_": null, "rpoly_": null, "length": 144.19529728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 45760, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26568, "Shape__Length": 57.323660661859208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074818269270395, 40.015186424098097 ], [ -75.074321848622205, 40.015291259737197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11646, "tnode_": 11769, "lpoly_": null, "rpoly_": null, "length": 389.59774962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1935, "r_f_add": 1900, "r_t_add": 1934, "st_code": 80960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660467, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26569, "Shape__Length": 155.40302192316545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074712502568801, 40.016317154005002 ], [ -75.074383066285193, 40.015412862759703 ], [ -75.074321848622205, 40.015291259737197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11684, "tnode_": 11647, "lpoly_": null, "rpoly_": null, "length": 376.93903299000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5232, "r_f_add": 5201, "r_t_add": 5231, "st_code": 45760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660468, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26570, "Shape__Length": 149.85153357221606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071461936219904, 40.015928423283 ], [ -75.070165033132895, 40.0162047009742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11707, "tnode_": 11684, "lpoly_": null, "rpoly_": null, "length": 208.80293468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5124, "l_t_add": 5198, "r_f_add": 5123, "r_t_add": 5199, "st_code": 45760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26571, "Shape__Length": 83.011366318903498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072177576850805, 40.015767896778399 ], [ -75.071461936219904, 40.015928423283 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11725, "tnode_": 11707, "lpoly_": null, "rpoly_": null, "length": 206.3923902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5122, "r_f_add": 5101, "r_t_add": 5121, "st_code": 45760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660470, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26572, "Shape__Length": 82.054271670309149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072883258673897, 40.015604821620201 ], [ -75.072177576850805, 40.015767896778399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11750, "tnode_": 11725, "lpoly_": null, "rpoly_": null, "length": 223.9959392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5022, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 45760, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660471, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26573, "Shape__Length": 89.047976539128626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073654588011607, 40.015442461476702 ], [ -75.072883258673897, 40.015604821620201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11769, "tnode_": 11750, "lpoly_": null, "rpoly_": null, "length": 194.84489677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5020, "r_f_add": 5001, "r_t_add": 5021, "st_code": 45760, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26574, "Shape__Length": 77.462135608265683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074321848622205, 40.015291259737197 ], [ -75.073654588011607, 40.015442461476702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11576, "tnode_": 11707, "lpoly_": null, "rpoly_": null, "length": 390.1797916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 38060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26575, "Shape__Length": 155.6371914169282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072567327856106, 40.016796210769797 ], [ -75.072177576850805, 40.015767896778399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11602, "tnode_": 11725, "lpoly_": null, "rpoly_": null, "length": 392.45603131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1939, "r_f_add": 1900, "r_t_add": 1938, "st_code": 65520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26576, "Shape__Length": 156.54493542876696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073274669958295, 40.016639271756397 ], [ -75.072883258673897, 40.015604821620201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11725, "tnode_": 11784, "lpoly_": null, "rpoly_": null, "length": 166.40241226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1941, "l_t_add": 1945, "r_f_add": 1940, "r_t_add": 1942, "st_code": 65520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26577, "Shape__Length": 66.375820030510312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072883258673897, 40.015604821620201 ], [ -75.072721684988494, 40.0151652453144 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11784, "tnode_": 11893, "lpoly_": null, "rpoly_": null, "length": 424.58164021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1947, "l_t_add": 1999, "r_f_add": 1944, "r_t_add": 1998, "st_code": 65520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26578, "Shape__Length": 169.35380828259605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072721684988494, 40.0151652453144 ], [ -75.072290943628204, 40.014047765399802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11624, "tnode_": 11750, "lpoly_": null, "rpoly_": null, "length": 388.58666101999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1935, "r_f_add": 1900, "r_t_add": 1936, "st_code": 41260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26579, "Shape__Length": 154.99805236542409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0740544337025, 40.016463914954002 ], [ -75.073654588011607, 40.015442461476702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11553, "tnode_": 11492, "lpoly_": null, "rpoly_": null, "length": 489.93138493000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 36920, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 26580, "Shape__Length": 194.78055369340379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069071401520404, 40.017019253548298 ], [ -75.067392561471706, 40.0173968565975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11584, "tnode_": 11553, "lpoly_": null, "rpoly_": null, "length": 373.88550085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 36920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660479, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 26581, "Shape__Length": 148.64426128655623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070352048302098, 40.016729689212099 ], [ -75.069071401520404, 40.017019253548298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11626, "tnode_": 11584, "lpoly_": null, "rpoly_": null, "length": 378.78376974000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 36920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660480, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 26582, "Shape__Length": 150.5916251781739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071648727353406, 40.016434403686702 ], [ -75.070352048302098, 40.016729689212099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11584, "tnode_": 11647, "lpoly_": null, "rpoly_": null, "length": 198.28804146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660481, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26583, "Shape__Length": 79.09714665715471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070352048302098, 40.016729689212099 ], [ -75.070165033132895, 40.0162047009742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11647, "tnode_": 11721, "lpoly_": null, "rpoly_": null, "length": 235.85639259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2019, "r_f_add": 2000, "r_t_add": 2018, "st_code": 18980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26584, "Shape__Length": 94.079234088762448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070165033132895, 40.0162047009742 ], [ -75.069929413806193, 40.015583109633099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11721, "tnode_": 11772, "lpoly_": null, "rpoly_": null, "length": 163.51835702000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2021, "l_t_add": 2029, "r_f_add": 2020, "r_t_add": 2028, "st_code": 18980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26585, "Shape__Length": 65.224607858664342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069929413806193, 40.015583109633099 ], [ -75.069767400131695, 40.015151863916302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11772, "tnode_": 11834, "lpoly_": null, "rpoly_": null, "length": 186.66273538000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2031, "l_t_add": 2059, "r_f_add": 2030, "r_t_add": 2058, "st_code": 18980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26586, "Shape__Length": 74.457099003629452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069767400131695, 40.015151863916302 ], [ -75.069587054539696, 40.014658572110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11769, "tnode_": 11825, "lpoly_": null, "rpoly_": null, "length": 171.32727382000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1937, "l_t_add": 1947, "r_f_add": 1936, "r_t_add": 1946, "st_code": 80960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26587, "Shape__Length": 68.340111665377279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074321848622205, 40.015291259737197 ], [ -75.074156107673303, 40.014838540542698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11825, "tnode_": 11927, "lpoly_": null, "rpoly_": null, "length": 420.87353682999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1949, "l_t_add": 1999, "r_f_add": 1948, "r_t_add": 1998, "st_code": 80960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26588, "Shape__Length": 167.87911115950109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074156107673303, 40.014838540542698 ], [ -75.073750312838399, 40.013726122550302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11760, "tnode_": 11879, "lpoly_": null, "rpoly_": null, "length": 421.79215444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2065, "r_f_add": 2000, "r_t_add": 2076, "st_code": 38060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26589, "Shape__Length": 168.24804758219091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071950549901999, 40.015329055283601 ], [ -75.071549441264807, 40.0142130158588 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11802, "tnode_": 11915, "lpoly_": null, "rpoly_": null, "length": 423.88450196000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1937, "l_t_add": 1999, "r_f_add": 1938, "r_t_add": 1998, "st_code": 41260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26590, "Shape__Length": 169.07485580001349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073491391588007, 40.014987723639798 ], [ -75.073059570688301, 40.013872486923802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11784, "tnode_": 11760, "lpoly_": null, "rpoly_": null, "length": 224.08437522000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5122, "r_f_add": 5101, "r_t_add": 5123, "st_code": 37280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26591, "Shape__Length": 89.083192420951136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072721684988494, 40.0151652453144 ], [ -75.071950549901999, 40.015329055283601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11802, "tnode_": 11784, "lpoly_": null, "rpoly_": null, "length": 225.08316981000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5024, "l_t_add": 5098, "r_f_add": 5025, "r_t_add": 5099, "st_code": 37280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26592, "Shape__Length": 89.484151513256393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073491391588007, 40.014987723639798 ], [ -75.072721684988494, 40.0151652453144 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11825, "tnode_": 11802, "lpoly_": null, "rpoly_": null, "length": 193.95522595999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5022, "r_f_add": 5001, "r_t_add": 5023, "st_code": 37280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660491, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26593, "Shape__Length": 77.107496395642031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074156107673303, 40.014838540542698 ], [ -75.073491391588007, 40.014987723639798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11721, "tnode_": 11682, "lpoly_": null, "rpoly_": null, "length": 375.74052675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5246, "l_t_add": 5298, "r_f_add": 5247, "r_t_add": 5299, "st_code": 37280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660492, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26594, "Shape__Length": 149.37724123531427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069929413806193, 40.015583109633099 ], [ -75.068640084526095, 40.015867893251702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11756, "tnode_": 11721, "lpoly_": null, "rpoly_": null, "length": 375.47840243000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5244, "r_f_add": 5201, "r_t_add": 5245, "st_code": 37280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660493, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26595, "Shape__Length": 149.27248163240563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071217749985905, 40.015298288620301 ], [ -75.069929413806193, 40.015583109633099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11684, "tnode_": 11734, "lpoly_": null, "rpoly_": null, "length": 168.20374092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2013, "r_f_add": 2000, "r_t_add": 2012, "st_code": 18800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660494, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26596, "Shape__Length": 67.094361539691036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071461936219904, 40.015928423283 ], [ -75.071297358049804, 40.0154843622866 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11734, "tnode_": 11756, "lpoly_": null, "rpoly_": null, "length": 71.35678724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2015, "l_t_add": 2019, "r_f_add": 2014, "r_t_add": 2018, "st_code": 18800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660495, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26597, "Shape__Length": 28.460673162749274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071297358049804, 40.0154843622866 ], [ -75.071217749985905, 40.015298288620301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11760, "tnode_": 11734, "lpoly_": null, "rpoly_": null, "length": 191.50461846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5124, "l_t_add": 5198, "r_f_add": 5125, "r_t_add": 5199, "st_code": 37280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660496, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26598, "Shape__Length": 76.136445698748489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071950549901999, 40.015329055283601 ], [ -75.071297358049804, 40.0154843622866 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11482, "tnode_": 11553, "lpoly_": null, "rpoly_": null, "length": 198.73436418999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1957, "r_f_add": 1900, "r_t_add": 1956, "st_code": 47380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660497, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26599, "Shape__Length": 79.274592873577149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069265344914101, 40.0175440279084 ], [ -75.069071401520404, 40.017019253548298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11553, "tnode_": 11606, "lpoly_": null, "rpoly_": null, "length": 194.3412076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1959, "l_t_add": 1999, "r_f_add": 1958, "r_t_add": 1998, "st_code": 47380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660498, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26600, "Shape__Length": 77.520179128808167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069071401520404, 40.017019253548298 ], [ -75.068875971393496, 40.016507362323999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11682, "tnode_": 11720, "lpoly_": null, "rpoly_": null, "length": 111.84559556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2019, "l_t_add": 2025, "r_f_add": 2018, "r_t_add": 2024, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660499, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26601, "Shape__Length": 44.611663093343743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068640084526095, 40.015867893251702 ], [ -75.068522054011595, 40.015574582713697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11720, "tnode_": 11728, "lpoly_": null, "rpoly_": null, "length": 50.06304886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2027, "l_t_add": 2029, "r_f_add": 2026, "r_t_add": 2028, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660500, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26602, "Shape__Length": 19.970628072052442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068522054011595, 40.015574582713697 ], [ -75.068478169851801, 40.015441360316501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11728, "tnode_": 11793, "lpoly_": null, "rpoly_": null, "length": 191.26480098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2031, "l_t_add": 2049, "r_f_add": 2030, "r_t_add": 2048, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660501, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26603, "Shape__Length": 76.288819053159699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068478169851801, 40.015441360316501 ], [ -75.068276114599598, 40.014939827380203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11772, "tnode_": 11728, "lpoly_": null, "rpoly_": null, "length": 376.19371974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5246, "l_t_add": 5298, "r_f_add": 5247, "r_t_add": 5299, "st_code": 19980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660502, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURTON ST", "stname": "BURTON ST", "objectid": 26604, "Shape__Length": 149.55785972093037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069767400131695, 40.015151863916302 ], [ -75.068478169851801, 40.015441360316501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11606, "tnode_": 11672, "lpoly_": null, "rpoly_": null, "length": 183.00985254000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2015, "r_f_add": 2000, "r_t_add": 2014, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660503, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26605, "Shape__Length": 72.999762941182667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068875971393496, 40.016507362323999 ], [ -75.068692116824195, 40.016025277212101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11672, "tnode_": 11682, "lpoly_": null, "rpoly_": null, "length": 59.15562567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2017, "l_t_add": 2017, "r_f_add": 2016, "r_t_add": 2016, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660504, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26606, "Shape__Length": 23.597856728363517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068692116824195, 40.016025277212101 ], [ -75.068640084526095, 40.015867893251702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11559, "tnode_": 11540, "lpoly_": null, "rpoly_": null, "length": 234.57235433000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5351, "r_t_add": 5399, "st_code": 45760, "l_hundred": 0, "r_hundred": 5300, "seg_id": 660505, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26607, "Shape__Length": 93.275077587355582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066979675013002, 40.016930845138297 ], [ -75.066436253898701, 40.0170597259837 ], [ -75.066196798011802, 40.016965821527201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11606, "tnode_": 11559, "lpoly_": null, "rpoly_": null, "length": 553.08583981999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5349, "st_code": 45760, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660506, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26608, "Shape__Length": 219.88620202662571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068875971393496, 40.016507362323999 ], [ -75.066979675013002, 40.016930845138297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11647, "tnode_": 11606, "lpoly_": null, "rpoly_": null, "length": 377.51564678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5234, "l_t_add": 5298, "r_f_add": 5233, "r_t_add": 5299, "st_code": 45760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660507, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 26609, "Shape__Length": 150.08972514886514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070165033132895, 40.0162047009742 ], [ -75.068875971393496, 40.016507362323999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11417, "tnode_": 11307, "lpoly_": null, "rpoly_": null, "length": 551.77693532000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 25260, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 26610, "Shape__Length": 219.54880192395325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067784068098504, 40.017862466124797 ], [ -75.067525235562101, 40.017926841610198 ], [ -75.067456715415901, 40.017961714193802 ], [ -75.0661179767269, 40.018657386522499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11417, "tnode_": 11492, "lpoly_": null, "rpoly_": null, "length": 201.97328811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 70900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660509, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26611, "Shape__Length": 80.497262559196017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067784068098504, 40.017862466124797 ], [ -75.067392561471706, 40.0173968565975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11492, "tnode_": 11559, "lpoly_": null, "rpoly_": null, "length": 205.4074754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1951, "l_t_add": 1989, "r_f_add": 1950, "r_t_add": 1988, "st_code": 70900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660510, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26612, "Shape__Length": 81.85825241088763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067392561471706, 40.0173968565975 ], [ -75.066979675013002, 40.016930845138297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11463, "tnode_": 11404, "lpoly_": null, "rpoly_": null, "length": 190.83593668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5732, "r_f_add": 5701, "r_t_add": 5743, "st_code": 40440, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660511, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26613, "Shape__Length": 75.940650846855377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065116615991997, 40.017521008059802 ], [ -75.064551571190407, 40.0178137404423 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11503, "tnode_": 11463, "lpoly_": null, "rpoly_": null, "length": 193.53017204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5542, "l_t_add": 5598, "r_f_add": 5543, "r_t_add": 5599, "st_code": 40440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660512, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26614, "Shape__Length": 77.00871376686348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065694736713596, 40.017230048300398 ], [ -75.065116615991997, 40.017521008059802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11540, "tnode_": 11503, "lpoly_": null, "rpoly_": null, "length": 170.40918647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5518, "l_t_add": 5540, "r_f_add": 5519, "r_t_add": 5541, "st_code": 40440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660513, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26615, "Shape__Length": 67.813346859480077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066196798011802, 40.016965821527201 ], [ -75.065694736713596, 40.017230048300398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11586, "tnode_": 11540, "lpoly_": null, "rpoly_": null, "length": 189.83526758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5516, "r_f_add": 5501, "r_t_add": 5517, "st_code": 40440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660514, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26616, "Shape__Length": 75.543976279069199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066755479757504, 40.016670789089702 ], [ -75.066196798011802, 40.016965821527201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11657, "tnode_": 11586, "lpoly_": null, "rpoly_": null, "length": 269.02459175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5432, "l_t_add": 5498, "r_f_add": 5433, "r_t_add": 5499, "st_code": 40440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660515, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26617, "Shape__Length": 107.2231204504414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067267888008104, 40.016046156751102 ], [ -75.066755479757504, 40.016670789089702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11727, "tnode_": 11657, "lpoly_": null, "rpoly_": null, "length": 258.99093713000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5410, "l_t_add": 5430, "r_f_add": 5405, "r_t_add": 5431, "st_code": 40440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660516, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26618, "Shape__Length": 103.22838238716145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067749900365598, 40.015439436843302 ], [ -75.067267888008104, 40.016046156751102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11463, "tnode_": 11583, "lpoly_": null, "rpoly_": null, "length": 405.28968041000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2049, "r_f_add": 2000, "r_t_add": 2048, "st_code": 22600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26619, "Shape__Length": 161.5207795428781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065116615991997, 40.017521008059802 ], [ -75.064315055877699, 40.016594736341702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11583, "tnode_": 11718, "lpoly_": null, "rpoly_": null, "length": 467.06732436, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 22600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26620, "Shape__Length": 186.13666744197187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064315055877699, 40.016594736341702 ], [ -75.063387753095995, 40.015529108910897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11503, "tnode_": 11623, "lpoly_": null, "rpoly_": null, "length": 408.14201018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2049, "r_f_add": 2000, "r_t_add": 2048, "st_code": 12520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660520, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 26621, "Shape__Length": 162.6549457793505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065694736713596, 40.017230048300398 ], [ -75.064883691066001, 40.016299232971797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11623, "tnode_": 11747, "lpoly_": null, "rpoly_": null, "length": 467.70694088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 12520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660521, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 26622, "Shape__Length": 186.38945919062101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064883691066001, 40.016299232971797 ], [ -75.063952462499103, 40.015233517493101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11551, "tnode_": 11475, "lpoly_": null, "rpoly_": null, "length": 321.31270654000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5702, "l_t_add": 5798, "r_f_add": 5721, "r_t_add": 5799, "st_code": 28660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26623, "Shape__Length": 127.85531193882916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063741076362504, 40.016900696554202 ], [ -75.062781711854896, 40.0173843202477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11583, "tnode_": 11551, "lpoly_": null, "rpoly_": null, "length": 195.62294697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5700, "r_f_add": 5701, "r_t_add": 5719, "st_code": 28660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26624, "Shape__Length": 77.848330449835899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064315055877699, 40.016594736341702 ], [ -75.063741076362504, 40.016900696554202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11623, "tnode_": 11583, "lpoly_": null, "rpoly_": null, "length": 192.23652937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5540, "l_t_add": 5598, "r_f_add": 5541, "r_t_add": 5599, "st_code": 28660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660525, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26625, "Shape__Length": 76.497025666905259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064883691066001, 40.016299232971797 ], [ -75.064315055877699, 40.016594736341702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11656, "tnode_": 11623, "lpoly_": null, "rpoly_": null, "length": 170.17636776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5520, "l_t_add": 5538, "r_f_add": 5521, "r_t_add": 5539, "st_code": 28660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26626, "Shape__Length": 67.714427651262909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065392365550196, 40.016043767617703 ], [ -75.064883691066001, 40.016299232971797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11688, "tnode_": 11656, "lpoly_": null, "rpoly_": null, "length": 190.94942683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5518, "r_f_add": 5501, "r_t_add": 5519, "st_code": 28660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26627, "Shape__Length": 75.993268008723035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065944656603506, 40.015736467135 ], [ -75.065392365550196, 40.016043767617703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11722, "tnode_": 11688, "lpoly_": null, "rpoly_": null, "length": 161.93248711000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5452, "l_t_add": 5498, "r_f_add": 5451, "r_t_add": 5499, "st_code": 28660, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26628, "Shape__Length": 64.431919543760685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066430960524698, 40.015496076905201 ], [ -75.065944656603506, 40.015736467135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11755, "tnode_": 11722, "lpoly_": null, "rpoly_": null, "length": 194.31548179000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5450, "r_f_add": 5401, "r_t_add": 5449, "st_code": 28660, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26629, "Shape__Length": 77.306284870358894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067028296438096, 40.015224806346602 ], [ -75.066430960524698, 40.015496076905201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11778, "tnode_": 11755, "lpoly_": null, "rpoly_": null, "length": 177.45900245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5316, "l_t_add": 5398, "r_f_add": 5317, "r_t_add": 5399, "st_code": 28660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660530, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26630, "Shape__Length": 70.552904855525711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067632584927097, 40.015078442046601 ], [ -75.067028296438096, 40.015224806346602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11527, "tnode_": 11422, "lpoly_": null, "rpoly_": null, "length": 458.25091880999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 77600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660531, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26631, "Shape__Length": 182.35601441903069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060660856397902, 40.016941251812597 ], [ -75.059306893960397, 40.017647439792803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11605, "tnode_": 11527, "lpoly_": null, "rpoly_": null, "length": 402.34587845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 77600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26632, "Shape__Length": 160.10133328398939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061858274625195, 40.016331131205597 ], [ -75.060660856397902, 40.016941251812597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11718, "tnode_": 11605, "lpoly_": null, "rpoly_": null, "length": 518.54068139000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 77600, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660533, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26633, "Shape__Length": 206.34542434641887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063387753095995, 40.015529108910897 ], [ -75.061858274625195, 40.016331131205597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11747, "tnode_": 11718, "lpoly_": null, "rpoly_": null, "length": 191.34659951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5542, "l_t_add": 5598, "r_f_add": 5543, "r_t_add": 5599, "st_code": 77600, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660534, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26634, "Shape__Length": 76.142638498892765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063952462499103, 40.015233517493101 ], [ -75.063387753095995, 40.015529108910897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11782, "tnode_": 11747, "lpoly_": null, "rpoly_": null, "length": 167.62435109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5522, "l_t_add": 5540, "r_f_add": 5523, "r_t_add": 5541, "st_code": 77600, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660535, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26635, "Shape__Length": 66.696838255869963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064454965393907, 40.0149836156207 ], [ -75.063952462499103, 40.015233517493101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11820, "tnode_": 11782, "lpoly_": null, "rpoly_": null, "length": 188.11381921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5520, "r_f_add": 5501, "r_t_add": 5521, "st_code": 77600, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660536, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26636, "Shape__Length": 74.858076824178283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065006741502899, 40.014689227773701 ], [ -75.064454965393907, 40.0149836156207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11848, "tnode_": 11820, "lpoly_": null, "rpoly_": null, "length": 187.047136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5444, "l_t_add": 5498, "r_f_add": 5443, "r_t_add": 5499, "st_code": 77600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26637, "Shape__Length": 74.428414293345355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065562074830694, 40.014404063451899 ], [ -75.065006741502899, 40.014689227773701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11865, "tnode_": 11848, "lpoly_": null, "rpoly_": null, "length": 127.45806227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5434, "l_t_add": 5442, "r_f_add": 5433, "r_t_add": 5441, "st_code": 77600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660538, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26638, "Shape__Length": 50.723000367701381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065932190638193, 40.014200514809303 ], [ -75.065562074830694, 40.014404063451899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11884, "tnode_": 11865, "lpoly_": null, "rpoly_": null, "length": 190.50512351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5420, "l_t_add": 5432, "r_f_add": 5417, "r_t_add": 5431, "st_code": 77600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660539, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26639, "Shape__Length": 75.741945212255985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066576828216995, 40.014033789750698 ], [ -75.065932190638193, 40.014200514809303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11898, "tnode_": 11884, "lpoly_": null, "rpoly_": null, "length": 178.68319403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5292, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5415, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5400, "seg_id": 660540, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26640, "Shape__Length": 71.033967148336984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0671904904342, 40.013899810266203 ], [ -75.066576828216995, 40.014033789750698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11914, "tnode_": 11898, "lpoly_": null, "rpoly_": null, "length": 187.43353788000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5272, "l_t_add": 5290, "r_f_add": 5301, "r_t_add": 5399, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5300, "seg_id": 660541, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26641, "Shape__Length": 74.513280461918654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067833210358899, 40.013756608397998 ], [ -75.0671904904342, 40.013899810266203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11926, "tnode_": 11914, "lpoly_": null, "rpoly_": null, "length": 194.13261473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5260, "l_t_add": 5270, "r_f_add": 5281, "r_t_add": 5299, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660542, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26642, "Shape__Length": 77.170280488996085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068505984570393, 40.0136285738688 ], [ -75.067833210358899, 40.013756608397998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11938, "tnode_": 11926, "lpoly_": null, "rpoly_": null, "length": 184.1813475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5236, "l_t_add": 5258, "r_f_add": 5243, "r_t_add": 5279, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660543, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26643, "Shape__Length": 73.222245236867593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069135004042096, 40.0134812685938 ], [ -75.068505984570393, 40.0136285738688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11955, "tnode_": 11938, "lpoly_": null, "rpoly_": null, "length": 174.02014597000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5222, "l_t_add": 5234, "r_f_add": 5223, "r_t_add": 5241, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660544, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26644, "Shape__Length": 69.182661359821225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069729081899794, 40.013341491525601 ], [ -75.069135004042096, 40.0134812685938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11971, "tnode_": 11955, "lpoly_": null, "rpoly_": null, "length": 205.81905017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5221, "st_code": 77600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660545, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26645, "Shape__Length": 81.824075926242159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070431988124497, 40.013176861426203 ], [ -75.069729081899794, 40.013341491525601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11988, "tnode_": 11971, "lpoly_": null, "rpoly_": null, "length": 192.41627802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 77600, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660546, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26646, "Shape__Length": 76.494188172965281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071090769022504, 40.013027177559103 ], [ -75.070431988124497, 40.013176861426203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12001, "tnode_": 11988, "lpoly_": null, "rpoly_": null, "length": 219.70423784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5119, "st_code": 77600, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660547, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26647, "Shape__Length": 87.338858948968323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071846903286996, 40.012866842621598 ], [ -75.071090769022504, 40.013027177559103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12020, "tnode_": 12001, "lpoly_": null, "rpoly_": null, "length": 228.2826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5024, "l_t_add": 5098, "r_f_add": 5025, "r_t_add": 5099, "st_code": 77600, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660548, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26648, "Shape__Length": 90.749235828125279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072632033570102, 40.012698789345301 ], [ -75.071846903286996, 40.012866842621598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12033, "tnode_": 12020, "lpoly_": null, "rpoly_": null, "length": 193.83425664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5022, "r_f_add": 5001, "r_t_add": 5023, "st_code": 77600, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660549, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26649, "Shape__Length": 77.055740560385914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0732975759678, 40.012553068426598 ], [ -75.072632033570102, 40.012698789345301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12130, "tnode_": 12033, "lpoly_": null, "rpoly_": null, "length": 884.49886048999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4998, "r_f_add": 4729, "r_t_add": 4999, "st_code": 77600, "l_hundred": 4800, "r_hundred": 4700, "seg_id": 660550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26650, "Shape__Length": 351.70256371990502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076228095224394, 40.011685045637599 ], [ -75.075231155711194, 40.012110773039801 ], [ -75.0732975759678, 40.012553068426598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12176, "tnode_": 12130, "lpoly_": null, "rpoly_": null, "length": 264.65988011000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4727, "st_code": 77600, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660551, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26651, "Shape__Length": 105.27144411771565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077060695237705, 40.0113416046146 ], [ -75.076228095224394, 40.011685045637599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12243, "tnode_": 12176, "lpoly_": null, "rpoly_": null, "length": 398.07716939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4642, "l_t_add": 4698, "r_f_add": 4651, "r_t_add": 4699, "st_code": 77600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660552, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26652, "Shape__Length": 158.33681889483074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078315395674693, 40.010828469195303 ], [ -75.077060695237705, 40.0113416046146 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12258, "tnode_": 12243, "lpoly_": null, "rpoly_": null, "length": 62.41655687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4618, "l_t_add": 4640, "r_f_add": 4619, "r_t_add": 4649, "st_code": 77600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660553, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26653, "Shape__Length": 24.830518846128435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078506666189995, 40.0107405722691 ], [ -75.078315395674693, 40.010828469195303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12296, "tnode_": 12258, "lpoly_": null, "rpoly_": null, "length": 246.92060507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4616, "r_f_add": 4601, "r_t_add": 4617, "st_code": 77600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660554, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26654, "Shape__Length": 98.215161997128035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079282079688696, 40.010418195678902 ], [ -75.078506666189995, 40.0107405722691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12444, "tnode_": 12353, "lpoly_": null, "rpoly_": null, "length": 527.17096600999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4538, "r_f_add": 4501, "r_t_add": 4563, "st_code": 77600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660555, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26655, "Shape__Length": 209.69007053423584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082144304108695, 40.009196993757399 ], [ -75.080496184809405, 40.009895613176198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12510, "tnode_": 12444, "lpoly_": null, "rpoly_": null, "length": 524.23420718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4498, "r_f_add": 4301, "r_t_add": 4499, "st_code": 77600, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660556, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26656, "Shape__Length": 208.51428289353794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083790373387004, 40.008512332126301 ], [ -75.082144304108695, 40.009196993757399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12560, "tnode_": 12510, "lpoly_": null, "rpoly_": null, "length": 255.92013257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4274, "l_t_add": 4298, "r_f_add": 4279, "r_t_add": 4299, "st_code": 77600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660557, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26657, "Shape__Length": 101.79452327780096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084590070625893, 40.0081726460214 ], [ -75.083790373387004, 40.008512332126301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12589, "tnode_": 12560, "lpoly_": null, "rpoly_": null, "length": 200.01705377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4270, "l_t_add": 4272, "r_f_add": 4259, "r_t_add": 4277, "st_code": 77600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660558, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26658, "Shape__Length": 79.557742641013704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085215698125594, 40.007908023719096 ], [ -75.084590070625893, 40.0081726460214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12644, "tnode_": 12616, "lpoly_": null, "rpoly_": null, "length": 153.12395352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4218, "l_t_add": 4240, "r_f_add": 4213, "r_t_add": 4241, "st_code": 77600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660559, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26659, "Shape__Length": 60.91115912584182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086306839833298, 40.0074532501514 ], [ -75.085835466067195, 40.007666080045098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12667, "tnode_": 12644, "lpoly_": null, "rpoly_": null, "length": 173.37772627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4216, "r_f_add": 4205, "r_t_add": 4211, "st_code": 77600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660560, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26660, "Shape__Length": 68.953954666579293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086858335661404, 40.007237229388899 ], [ -75.086306839833298, 40.0074532501514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12722, "tnode_": 12667, "lpoly_": null, "rpoly_": null, "length": 311.97661397000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4176, "l_t_add": 4198, "r_f_add": 4201, "r_t_add": 4203, "st_code": 77600, "l_hundred": 4100, "r_hundred": 4200, "seg_id": 660561, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26661, "Shape__Length": 124.10847291284583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087807685551994, 40.006789480505503 ], [ -75.086858335661404, 40.007237229388899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12737, "tnode_": 12722, "lpoly_": null, "rpoly_": null, "length": 263.01849957999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4164, "l_t_add": 4174, "r_f_add": 4165, "r_t_add": 4199, "st_code": 77600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660562, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26662, "Shape__Length": 104.57554120289267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088679636329005, 40.006521710627901 ], [ -75.087807685551994, 40.006789480505503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12754, "tnode_": 12737, "lpoly_": null, "rpoly_": null, "length": 294.99352877999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4134, "l_t_add": 4162, "r_f_add": 4135, "r_t_add": 4163, "st_code": 77600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660563, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26663, "Shape__Length": 117.24942430269768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089704014165704, 40.006334044773503 ], [ -75.088679636329005, 40.006521710627901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12759, "tnode_": 12754, "lpoly_": null, "rpoly_": null, "length": 75.67787138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4122, "l_t_add": 4132, "r_f_add": 4123, "r_t_add": 4133, "st_code": 77600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26664, "Shape__Length": 30.080588699098943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089965191691206, 40.006280952509002 ], [ -75.089704014165704, 40.006334044773503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12769, "tnode_": 12759, "lpoly_": null, "rpoly_": null, "length": 186.66565521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4120, "r_f_add": 4101, "r_t_add": 4121, "st_code": 77600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660565, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26665, "Shape__Length": 74.192449037843573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090613718128793, 40.006163251684796 ], [ -75.089965191691206, 40.006280952509002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12290, "tnode_": 12197, "lpoly_": null, "rpoly_": null, "length": 419.9252345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4544, "r_f_add": 4501, "r_t_add": 4539, "st_code": 76560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660567, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26666, "Shape__Length": 167.13961259646101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083082819618795, 40.010531882305301 ], [ -75.081913702368894, 40.011253431854499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12335, "tnode_": 12290, "lpoly_": null, "rpoly_": null, "length": 227.69523454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4338, "l_t_add": 4398, "r_f_add": 4343, "r_t_add": 4399, "st_code": 76560, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660568, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26667, "Shape__Length": 90.619295058972568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083727936136896, 40.010151610489601 ], [ -75.083082819618795, 40.010531882305301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12415, "tnode_": 12335, "lpoly_": null, "rpoly_": null, "length": 387.2159906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4336, "r_f_add": 4301, "r_t_add": 4341, "st_code": 76560, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660569, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26668, "Shape__Length": 154.11859003148783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084805363919997, 40.009485684081397 ], [ -75.083727936136896, 40.010151610489601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12453, "tnode_": 12415, "lpoly_": null, "rpoly_": null, "length": 173.87596536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4272, "l_t_add": 4298, "r_f_add": 4273, "r_t_add": 4299, "st_code": 76560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26669, "Shape__Length": 69.188431913138942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085312913803094, 40.009210912428998 ], [ -75.084805363919997, 40.009485684081397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12483, "tnode_": 12453, "lpoly_": null, "rpoly_": null, "length": 197.7419648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4260, "l_t_add": 4270, "r_f_add": 4261, "r_t_add": 4271, "st_code": 76560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26670, "Shape__Length": 78.685596293690764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085889034526204, 40.008897236247698 ], [ -75.085312913803094, 40.009210912428998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12521, "tnode_": 12483, "lpoly_": null, "rpoly_": null, "length": 213.28413415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4240, "l_t_add": 4258, "r_f_add": 4233, "r_t_add": 4259, "st_code": 76560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26671, "Shape__Length": 84.940477983295068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086402548013396, 40.008464951784902 ], [ -75.085889034526204, 40.008897236247698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12572, "tnode_": 12521, "lpoly_": null, "rpoly_": null, "length": 163.03486857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4222, "l_t_add": 4238, "r_f_add": 4219, "r_t_add": 4231, "st_code": 76560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26672, "Shape__Length": 64.940969172406881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086773155155697, 40.008119868506597 ], [ -75.086402548013396, 40.008464951784902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12077, "tnode_": 12010, "lpoly_": null, "rpoly_": null, "length": 385.01895300999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4618, "l_t_add": 4654, "r_f_add": 4623, "r_t_add": 4657, "st_code": 76560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660574, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26673, "Shape__Length": 153.24750458779579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080189128178404, 40.012323869592898 ], [ -75.079113402271304, 40.012981818296304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12123, "tnode_": 12077, "lpoly_": null, "rpoly_": null, "length": 240.16602656000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4616, "r_f_add": 4601, "r_t_add": 4621, "st_code": 76560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660575, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26674, "Shape__Length": 95.591841065719336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080859702375605, 40.011913037246302 ], [ -75.080189128178404, 40.012323869592898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12154, "tnode_": 12123, "lpoly_": null, "rpoly_": null, "length": 186.92129632000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4566, "l_t_add": 4598, "r_f_add": 4561, "r_t_add": 4599, "st_code": 76560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660576, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26675, "Shape__Length": 74.40120798256099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081378041060404, 40.011589874179002 ], [ -75.080859702375605, 40.011913037246302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12197, "tnode_": 12154, "lpoly_": null, "rpoly_": null, "length": 193.73876145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4546, "l_t_add": 4564, "r_f_add": 4541, "r_t_add": 4559, "st_code": 76560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660577, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26676, "Shape__Length": 77.115502971478662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081913702368894, 40.011253431854499 ], [ -75.081378041060404, 40.011589874179002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11783, "tnode_": 11778, "lpoly_": null, "rpoly_": null, "length": 126.40441372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5302, "l_t_add": 5314, "r_f_add": 5303, "r_t_add": 5315, "st_code": 28660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660578, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26677, "Shape__Length": 50.246587896199166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068072791003999, 40.015002023174603 ], [ -75.067632584927097, 40.015078442046601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11793, "tnode_": 11783, "lpoly_": null, "rpoly_": null, "length": 61.29198137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5300, "r_f_add": 5301, "r_t_add": 5301, "st_code": 28660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26678, "Shape__Length": 24.372443365163615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068276114599598, 40.014939827380203 ], [ -75.068072791003999, 40.015002023174603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11834, "tnode_": 11793, "lpoly_": null, "rpoly_": null, "length": 381.21931429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5236, "l_t_add": 5298, "r_f_add": 5237, "r_t_add": 5299, "st_code": 28660, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660580, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26679, "Shape__Length": 151.5508910466076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069587054539696, 40.014658572110001 ], [ -75.068276114599598, 40.014939827380203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11849, "tnode_": 11834, "lpoly_": null, "rpoly_": null, "length": 169.2033948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5220, "l_t_add": 5234, "r_f_add": 5223, "r_t_add": 5235, "st_code": 28660, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660581, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26680, "Shape__Length": 67.268541998736339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070165127478504, 40.014523745906097 ], [ -75.069587054539696, 40.014658572110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11861, "tnode_": 11849, "lpoly_": null, "rpoly_": null, "length": 205.20424820999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5218, "r_f_add": 5201, "r_t_add": 5221, "st_code": 28660, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660582, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26681, "Shape__Length": 81.580238269148566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070866944262704, 40.0143621483071 ], [ -75.070165127478504, 40.014523745906097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11879, "tnode_": 11861, "lpoly_": null, "rpoly_": null, "length": 198.73768986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5122, "l_t_add": 5198, "r_f_add": 5117, "r_t_add": 5199, "st_code": 28660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660583, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26682, "Shape__Length": 79.006868796050014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071549441264807, 40.0142130158588 ], [ -75.070866944262704, 40.0143621483071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11893, "tnode_": 11879, "lpoly_": null, "rpoly_": null, "length": 216.24411305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5120, "r_f_add": 5101, "r_t_add": 5115, "st_code": 28660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660584, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26683, "Shape__Length": 85.967176928863665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072290943628204, 40.014047765399802 ], [ -75.071549441264807, 40.0142130158588 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11915, "tnode_": 11893, "lpoly_": null, "rpoly_": null, "length": 224.56323652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5018, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 28660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660585, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26684, "Shape__Length": 89.275379110007194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073059570688301, 40.013872486923802 ], [ -75.072290943628204, 40.014047765399802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11927, "tnode_": 11915, "lpoly_": null, "rpoly_": null, "length": 200.69129076000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 5001, "r_t_add": 5019, "st_code": 28660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660586, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26685, "Shape__Length": 79.781628271033583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073750312838399, 40.013726122550302 ], [ -75.073059570688301, 40.013872486923802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12014, "tnode_": 11927, "lpoly_": null, "rpoly_": null, "length": 1071.5467471700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4998, "r_f_add": 4701, "r_t_add": 4999, "st_code": 28660, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660587, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26686, "Shape__Length": 425.98212131332417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077428025359794, 40.012916380464297 ], [ -75.073750312838399, 40.013726122550302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12024, "tnode_": 12014, "lpoly_": null, "rpoly_": null, "length": 193.25810698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4674, "l_t_add": 4698, "r_f_add": 4675, "r_t_add": 4699, "st_code": 28660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660588, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26687, "Shape__Length": 76.830650256830381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078087202901202, 40.012759725397999 ], [ -75.077428025359794, 40.012916380464297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12127, "tnode_": 12024, "lpoly_": null, "rpoly_": null, "length": 556.84983172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4624, "l_t_add": 4672, "r_f_add": 4625, "r_t_add": 4673, "st_code": 28660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660589, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26688, "Shape__Length": 221.6315708417811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079654410518501, 40.0118192672223 ], [ -75.078087202901202, 40.012759725397999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12177, "tnode_": 12127, "lpoly_": null, "rpoly_": null, "length": 239.74751581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4622, "r_f_add": 4601, "r_t_add": 4623, "st_code": 28660, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660590, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26689, "Shape__Length": 95.429022387418144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080317289813706, 40.011402934858097 ], [ -75.079654410518501, 40.0118192672223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12356, "tnode_": 12264, "lpoly_": null, "rpoly_": null, "length": 466.6672499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4544, "r_f_add": 4501, "r_t_add": 4555, "st_code": 28660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660591, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 26690, "Shape__Length": 185.74213543566884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082669827916106, 40.009948023393498 ], [ -75.081370063727206, 40.010749388012798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12413, "tnode_": 12355, "lpoly_": null, "rpoly_": null, "length": 565.34996643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 84720, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26691, "Shape__Length": 224.7499133040391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078615391646693, 40.009363326712297 ], [ -75.076690894174803, 40.009830811972598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12462, "tnode_": 12413, "lpoly_": null, "rpoly_": null, "length": 416.64786609000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4562, "l_t_add": 4598, "r_f_add": 4551, "r_t_add": 4599, "st_code": 84720, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660593, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26692, "Shape__Length": 165.63309648054994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080034418569596, 40.009020589511401 ], [ -75.078615391646693, 40.009363326712297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12498, "tnode_": 12462, "lpoly_": null, "rpoly_": null, "length": 498.29841464000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4560, "r_f_add": 4501, "r_t_add": 4549, "st_code": 84720, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660594, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26693, "Shape__Length": 198.0960085966434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081725705353605, 40.008596706344797 ], [ -75.080034418569596, 40.009020589511401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12575, "tnode_": 12498, "lpoly_": null, "rpoly_": null, "length": 494.93173505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 84720, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660595, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26694, "Shape__Length": 196.8282304266553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083316211276696, 40.008017567750997 ], [ -75.082120848350399, 40.008509288802898 ], [ -75.081725705353605, 40.008596706344797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12306, "tnode_": 12239, "lpoly_": null, "rpoly_": null, "length": 725.46777413000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4760, "l_t_add": 4998, "r_f_add": 4761, "r_t_add": 4999, "st_code": 84720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660596, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26695, "Shape__Length": 288.38116672775794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075126405228005, 40.010223349671598 ], [ -75.074508927535305, 40.010366644252002 ], [ -75.072626160886799, 40.010741613266902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12355, "tnode_": 12306, "lpoly_": null, "rpoly_": null, "length": 460.98186823000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4758, "r_f_add": 4701, "r_t_add": 4759, "st_code": 84720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660597, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26696, "Shape__Length": 183.26443198958856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076690894174803, 40.009830811972598 ], [ -75.075126405228005, 40.010223349671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12194, "tnode_": 12165, "lpoly_": null, "rpoly_": null, "length": 219.12882355000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 84720, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26697, "Shape__Length": 87.112373197431509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071176977750397, 40.011068332082999 ], [ -75.070428222137906, 40.011242550981102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12220, "tnode_": 12194, "lpoly_": null, "rpoly_": null, "length": 224.82235939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5022, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 84720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26698, "Shape__Length": 89.375146625552262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071945660899502, 40.010890797847303 ], [ -75.071176977750397, 40.011068332082999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12239, "tnode_": 12220, "lpoly_": null, "rpoly_": null, "length": 198.21426229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5020, "r_f_add": 5001, "r_t_add": 5021, "st_code": 84720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTH ST", "stname": "WORTH ST", "objectid": 26699, "Shape__Length": 78.794897463730294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072626160886799, 40.010741613266902 ], [ -75.071945660899502, 40.010890797847303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12081, "tnode_": 12061, "lpoly_": null, "rpoly_": null, "length": 204.94485526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5212, "r_f_add": 5201, "r_t_add": 5211, "st_code": 78020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660601, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26700, "Shape__Length": 81.473656301389823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069993105932198, 40.012041687878501 ], [ -75.069291401626103, 40.012201016143401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12099, "tnode_": 12081, "lpoly_": null, "rpoly_": null, "length": 189.80426791000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 78020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660602, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26701, "Shape__Length": 75.453054988841487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070644685870704, 40.011898675825599 ], [ -75.069993105932198, 40.012041687878501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12120, "tnode_": 12099, "lpoly_": null, "rpoly_": null, "length": 226.12967319000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5119, "st_code": 78020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660603, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26702, "Shape__Length": 89.894829172288524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0714191768554, 40.011723546526497 ], [ -75.070644685870704, 40.011898675825599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12140, "tnode_": 12120, "lpoly_": null, "rpoly_": null, "length": 227.10317645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 78020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660604, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26703, "Shape__Length": 90.283337147377409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0721949384494, 40.011542359693301 ], [ -75.0714191768554, 40.011723546526497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12160, "tnode_": 12140, "lpoly_": null, "rpoly_": null, "length": 195.39898775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 78020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26704, "Shape__Length": 77.673726177938676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0728690547393, 40.011404432747497 ], [ -75.0721949384494, 40.011542359693301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11995, "tnode_": 11978, "lpoly_": null, "rpoly_": null, "length": 187.37883007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5322, "l_t_add": 5398, "r_f_add": 5323, "r_t_add": 5399, "st_code": 78020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26705, "Shape__Length": 74.495715550667782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067493108919606, 40.012850404017399 ], [ -75.066856718616904, 40.013008937022001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12004, "tnode_": 11995, "lpoly_": null, "rpoly_": null, "length": 179.63369635000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5320, "r_f_add": 5301, "r_t_add": 5321, "st_code": 78020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26706, "Shape__Length": 71.413816180596115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068106199244198, 40.012705752621301 ], [ -75.067493108919606, 40.012850404017399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11932, "tnode_": 11909, "lpoly_": null, "rpoly_": null, "length": 192.44624605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5550, "l_t_add": 5598, "r_f_add": 5587, "r_t_add": 5599, "st_code": 78020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26707, "Shape__Length": 76.520747675380548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064788312367696, 40.013508978725199 ], [ -75.0642246644137, 40.013649538740097 ], [ -75.064147054066098, 40.013690998645103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11950, "tnode_": 11932, "lpoly_": null, "rpoly_": null, "length": 238.92937135000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5548, "r_f_add": 5501, "r_t_add": 5585, "st_code": 78020, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 660609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26708, "Shape__Length": 94.988351092548015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065603183875794, 40.0133150750504 ], [ -75.064788312367696, 40.013508978725199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11967, "tnode_": 11950, "lpoly_": null, "rpoly_": null, "length": 188.62619416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5431, "r_t_add": 5499, "st_code": 78020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26709, "Shape__Length": 74.992918382272407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066242672806098, 40.013152804463097 ], [ -75.065603183875794, 40.0133150750504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11978, "tnode_": 11967, "lpoly_": null, "rpoly_": null, "length": 179.80539853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5429, "st_code": 78020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26710, "Shape__Length": 71.482086155436164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066856718616904, 40.013008937022001 ], [ -75.066242672806098, 40.013152804463097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11567, "tnode_": 11434, "lpoly_": null, "rpoly_": null, "length": 562.80164032000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 41580, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 660612, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26711, "Shape__Length": 223.95468023980717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058440372596607, 40.016656471113301 ], [ -75.056770003327003, 40.017515211187202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11648, "tnode_": 11567, "lpoly_": null, "rpoly_": null, "length": 459.6385611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 41580, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660613, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26712, "Shape__Length": 182.90374786221989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059800885269595, 40.015950952528101 ], [ -75.058440372596607, 40.016656471113301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11726, "tnode_": 11648, "lpoly_": null, "rpoly_": null, "length": 401.73172425999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 41580, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660614, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26713, "Shape__Length": 159.85821106205481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060991554233794, 40.0153361111173 ], [ -75.059800885269595, 40.015950952528101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11766, "tnode_": 11726, "lpoly_": null, "rpoly_": null, "length": 190.28276515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5740, "l_t_add": 5798, "r_f_add": 5741, "r_t_add": 5799, "st_code": 41580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660615, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26714, "Shape__Length": 75.719718126375881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061552261922898, 40.015041193550097 ], [ -75.060991554233794, 40.0153361111173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11795, "tnode_": 11766, "lpoly_": null, "rpoly_": null, "length": 159.57206427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5718, "l_t_add": 5738, "r_f_add": 5719, "r_t_add": 5739, "st_code": 41580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660616, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26715, "Shape__Length": 63.493434350675543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062029632913095, 40.014802121789401 ], [ -75.061552261922898, 40.015041193550097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11829, "tnode_": 11795, "lpoly_": null, "rpoly_": null, "length": 165.13294975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5716, "r_f_add": 5701, "r_t_add": 5717, "st_code": 41580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26716, "Shape__Length": 65.707589649879239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062521294898204, 40.0145519744867 ], [ -75.062029632913095, 40.014802121789401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11855, "tnode_": 11829, "lpoly_": null, "rpoly_": null, "length": 186.53643620999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5620, "l_t_add": 5698, "r_f_add": 5621, "r_t_add": 5699, "st_code": 41580, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 660618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26717, "Shape__Length": 74.226063956880353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063073725245303, 40.014265999853002 ], [ -75.062521294898204, 40.0145519744867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11883, "tnode_": 11855, "lpoly_": null, "rpoly_": null, "length": 170.05642225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5616, "l_t_add": 5618, "r_f_add": 5617, "r_t_add": 5619, "st_code": 41580, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 660619, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26718, "Shape__Length": 67.672005605098306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063571983963996, 40.013999266589501 ], [ -75.063073725245303, 40.014265999853002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11909, "tnode_": 11883, "lpoly_": null, "rpoly_": null, "length": 196.3592728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5615, "st_code": 41580, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 660620, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 26719, "Shape__Length": 78.138776227517184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064147054066098, 40.013690998645103 ], [ -75.063571983963996, 40.013999266589501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11574, "tnode_": 11429, "lpoly_": null, "rpoly_": null, "length": 657.19704557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 78020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 660621, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26720, "Shape__Length": 261.51725833316158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055874954598494, 40.016494789859301 ], [ -75.053924866237594, 40.017498066608901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11681, "tnode_": 11574, "lpoly_": null, "rpoly_": null, "length": 565.08204144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 78020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 660622, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26721, "Shape__Length": 224.86355164560672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057545464263001, 40.0156250258513 ], [ -75.055874954598494, 40.016494789859301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11770, "tnode_": 11681, "lpoly_": null, "rpoly_": null, "length": 457.83967971000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 78020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660623, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26722, "Shape__Length": 182.1898016933238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058894250760702, 40.014915047991899 ], [ -75.057545464263001, 40.0156250258513 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11847, "tnode_": 11770, "lpoly_": null, "rpoly_": null, "length": 399.03526535999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 78020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26723, "Shape__Length": 158.77870753616185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060082526965303, 40.0143108141013 ], [ -75.058894250760702, 40.014915047991899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11892, "tnode_": 11847, "lpoly_": null, "rpoly_": null, "length": 540.37092000999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 78020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26724, "Shape__Length": 214.84779428871923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061903233475306, 40.013847632169998 ], [ -75.060300539966207, 40.014197473539603 ], [ -75.060082526965303, 40.0143108141013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11940, "tnode_": 11892, "lpoly_": null, "rpoly_": null, "length": 582.14770579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 78020, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 660626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26725, "Shape__Length": 231.43095874840955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063897430795095, 40.013397555314199 ], [ -75.061903233475306, 40.013847632169998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11836, "tnode_": 11749, "lpoly_": null, "rpoly_": null, "length": 460.94162418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 47620, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660627, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 26726, "Shape__Length": 183.41323211772865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058402076358604, 40.014355117119301 ], [ -75.057031269150002, 40.015055203509696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11897, "tnode_": 11836, "lpoly_": null, "rpoly_": null, "length": 400.37938214000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 47620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660628, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 26727, "Shape__Length": 159.3177515139374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059586788416496, 40.013740151844701 ], [ -75.058402076358604, 40.014355117119301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11948, "tnode_": 11897, "lpoly_": null, "rpoly_": null, "length": 541.45230571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 47620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660629, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 26728, "Shape__Length": 215.28139270881798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061404361231396, 40.013281475665799 ], [ -75.061333816968201, 40.0132728712586 ], [ -75.059857401827898, 40.013603212750397 ], [ -75.059586788416496, 40.013740151844701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11644, "tnode_": 11518, "lpoly_": null, "rpoly_": null, "length": 666.42649470999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 47620, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 660630, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 26729, "Shape__Length": 265.19021224343294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055380410232601, 40.015894958434998 ], [ -75.053406503865403, 40.016916393699802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11749, "tnode_": 11644, "lpoly_": null, "rpoly_": null, "length": 554.43055605000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 47620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 660631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 26730, "Shape__Length": 220.61442739521758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057031269150002, 40.015055203509696 ], [ -75.055380410232601, 40.015894958434998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11574, "tnode_": 11644, "lpoly_": null, "rpoly_": null, "length": 258.71462012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4937, "r_f_add": 4900, "r_t_add": 4924, "st_code": 16920, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 26731, "Shape__Length": 103.11287108373185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055874954598494, 40.016494789859301 ], [ -75.055380410232601, 40.015894958434998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11644, "tnode_": 11717, "lpoly_": null, "rpoly_": null, "length": 238.09017194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4939, "l_t_add": 4999, "r_f_add": 4926, "r_t_add": 4998, "st_code": 16920, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 26732, "Shape__Length": 94.882176020049187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055380410232601, 40.015894958434998 ], [ -75.054904822407707, 40.015353243896797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11567, "tnode_": 11622, "lpoly_": null, "rpoly_": null, "length": 227.32425854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4823, "r_f_add": 4800, "r_t_add": 4816, "st_code": 24480, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660636, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26733, "Shape__Length": 90.58871070709904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058440372596607, 40.016656471113301 ], [ -75.057977963686994, 40.01614362862 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11622, "tnode_": 11681, "lpoly_": null, "rpoly_": null, "length": 224.42173362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4825, "l_t_add": 4899, "r_f_add": 4818, "r_t_add": 4898, "st_code": 24480, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660637, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26734, "Shape__Length": 89.443089109108939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057977963686994, 40.01614362862 ], [ -75.057545464263001, 40.0156250258513 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11681, "tnode_": 11749, "lpoly_": null, "rpoly_": null, "length": 252.64802688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4911, "r_f_add": 4900, "r_t_add": 4910, "st_code": 24480, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660638, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26735, "Shape__Length": 100.67852700602214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057545464263001, 40.0156250258513 ], [ -75.057031269150002, 40.015055203509696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11882, "tnode_": 12015, "lpoly_": null, "rpoly_": null, "length": 637.51890359000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 24480, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26736, "Shape__Length": 254.06001401446846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055945738134, 40.013823740845197 ], [ -75.054691717692194, 40.012363275839498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11527, "tnode_": 11648, "lpoly_": null, "rpoly_": null, "length": 433.77275614999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 43840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 26737, "Shape__Length": 172.86962102815207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060660856397902, 40.016941251812597 ], [ -75.059800885269595, 40.015950952528101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11648, "tnode_": 11770, "lpoly_": null, "rpoly_": null, "length": 454.85199659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 43840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 26738, "Shape__Length": 181.26515888761116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059800885269595, 40.015950952528101 ], [ -75.058894250760702, 40.014915047991899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11770, "tnode_": 11836, "lpoly_": null, "rpoly_": null, "length": 246.19070094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 43840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 26739, "Shape__Length": 98.108722641979952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058894250760702, 40.014915047991899 ], [ -75.058402076358604, 40.014355117119301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11726, "tnode_": 11788, "lpoly_": null, "rpoly_": null, "length": 224.1381473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4817, "r_f_add": 4800, "r_t_add": 4822, "st_code": 79720, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26740, "Shape__Length": 89.324368144253953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060991554233794, 40.0153361111173 ], [ -75.060549929687397, 40.014823010878203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11788, "tnode_": 11847, "lpoly_": null, "rpoly_": null, "length": 227.93350157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4819, "l_t_add": 4899, "r_f_add": 4824, "r_t_add": 4898, "st_code": 79720, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26741, "Shape__Length": 90.827159545715304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060549929687397, 40.014823010878203 ], [ -75.060082526965303, 40.0143108141013 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11847, "tnode_": 11897, "lpoly_": null, "rpoly_": null, "length": 249.99300621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4919, "r_f_add": 4900, "r_t_add": 4926, "st_code": 79720, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26742, "Shape__Length": 99.625056509020709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060082526965303, 40.0143108141013 ], [ -75.059586788416496, 40.013740151844701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11605, "tnode_": 11677, "lpoly_": null, "rpoly_": null, "length": 236.64911601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4715, "r_f_add": 4700, "r_t_add": 4722, "st_code": 79720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26743, "Shape__Length": 94.310680898227375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061858274625195, 40.016331131205597 ], [ -75.061390018045003, 40.015790398559901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11677, "tnode_": 11726, "lpoly_": null, "rpoly_": null, "length": 199.60712737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4717, "l_t_add": 4799, "r_f_add": 4724, "r_t_add": 4798, "st_code": 79720, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26744, "Shape__Length": 79.546212382641428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061390018045003, 40.015790398559901 ], [ -75.060991554233794, 40.0153361111173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11718, "tnode_": 11779, "lpoly_": null, "rpoly_": null, "length": 229.98123661, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2120, "st_code": 22600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26745, "Shape__Length": 91.644816209726002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063387753095995, 40.015529108910897 ], [ -75.062917591455999, 40.015011532765499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11779, "tnode_": 11829, "lpoly_": null, "rpoly_": null, "length": 200.86648293, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2123, "l_t_add": 2199, "r_f_add": 2122, "r_t_add": 2198, "st_code": 22600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660651, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26746, "Shape__Length": 80.049453054410193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062917591455999, 40.015011532765499 ], [ -75.062521294898204, 40.0145519744867 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11829, "tnode_": 11872, "lpoly_": null, "rpoly_": null, "length": 229.17177866999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4801, "l_t_add": 4823, "r_f_add": 4800, "r_t_add": 4822, "st_code": 22600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26747, "Shape__Length": 91.326070491857664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062521294898204, 40.0145519744867 ], [ -75.062063080616397, 40.014030785244003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11872, "tnode_": 11892, "lpoly_": null, "rpoly_": null, "length": 80.35028374, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4825, "l_t_add": 4899, "r_f_add": 4824, "r_t_add": 4898, "st_code": 22600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26748, "Shape__Length": 32.020211052484377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062063080616397, 40.014030785244003 ], [ -75.061903233475306, 40.013847632169998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11826, "tnode_": 11788, "lpoly_": null, "rpoly_": null, "length": 187.41184456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5758, "l_t_add": 5798, "r_f_add": 5759, "r_t_add": 5799, "st_code": 30840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26749, "Shape__Length": 74.575780599965483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061103472844493, 40.0145340088892 ], [ -75.060549929687397, 40.014823010878203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11852, "tnode_": 11826, "lpoly_": null, "rpoly_": null, "length": 158.88569042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5716, "l_t_add": 5756, "r_f_add": 5717, "r_t_add": 5757, "st_code": 30840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660655, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26750, "Shape__Length": 63.220690025041989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061577655901004, 40.014294635524699 ], [ -75.061103472844493, 40.0145340088892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11872, "tnode_": 11852, "lpoly_": null, "rpoly_": null, "length": 166.51033634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5715, "st_code": 30840, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660656, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26751, "Shape__Length": 66.262672958701884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062063080616397, 40.014030785244003 ], [ -75.061577655901004, 40.014294635524699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11766, "tnode_": 11826, "lpoly_": null, "rpoly_": null, "length": 223.46723885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 11760, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 26752, "Shape__Length": 89.052454717099749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061552261922898, 40.015041193550097 ], [ -75.061103472844493, 40.0145340088892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11795, "tnode_": 11852, "lpoly_": null, "rpoly_": null, "length": 224.06164627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 69280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 26753, "Shape__Length": 89.28802563451336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062029632913095, 40.014802121789401 ], [ -75.061577655901004, 40.014294635524699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11779, "tnode_": 11677, "lpoly_": null, "rpoly_": null, "length": 513.39308443000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 79820, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 660659, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 26754, "Shape__Length": 204.28571484241502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062917591455999, 40.015011532765499 ], [ -75.061390018045003, 40.015790398559901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11747, "tnode_": 11855, "lpoly_": null, "rpoly_": null, "length": 430.14286657000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 12520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 26755, "Shape__Length": 171.40539205172763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063952462499103, 40.015233517493101 ], [ -75.0638952785025, 40.015186655323298 ], [ -75.063073725245303, 40.014265999853002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11540, "tnode_": 11656, "lpoly_": null, "rpoly_": null, "length": 404.46001909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2049, "r_f_add": 2000, "r_t_add": 2048, "st_code": 21740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660661, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 26756, "Shape__Length": 161.18661939551751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066196798011802, 40.016965821527201 ], [ -75.065392365550196, 40.016043767617703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11656, "tnode_": 11782, "lpoly_": null, "rpoly_": null, "length": 467.12283684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 21740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660662, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 26757, "Shape__Length": 186.1521178536012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065392365550196, 40.016043767617703 ], [ -75.064525489764705, 40.015050123245501 ], [ -75.064454965393907, 40.0149836156207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11782, "tnode_": 11883, "lpoly_": null, "rpoly_": null, "length": 435.61894257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 21740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660663, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 26758, "Shape__Length": 173.59080260138305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064454965393907, 40.0149836156207 ], [ -75.064388188128305, 40.014913924801398 ], [ -75.063571983963996, 40.013999266589501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11586, "tnode_": 11688, "lpoly_": null, "rpoly_": null, "length": 409.17032317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2041, "r_f_add": 2000, "r_t_add": 2042, "st_code": 70900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660664, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26759, "Shape__Length": 163.06451893136926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066755479757504, 40.016670789089702 ], [ -75.065944656603506, 40.015736467135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11688, "tnode_": 11764, "lpoly_": null, "rpoly_": null, "length": 264.96436278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2043, "l_t_add": 2069, "r_f_add": 2044, "r_t_add": 2068, "st_code": 70900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660665, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26760, "Shape__Length": 105.59414681193905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065944656603506, 40.015736467135 ], [ -75.065420564406494, 40.015130939792797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11764, "tnode_": 11820, "lpoly_": null, "rpoly_": null, "length": 198.3099151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2071, "l_t_add": 2099, "r_f_add": 2070, "r_t_add": 2098, "st_code": 70900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660666, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26761, "Shape__Length": 79.019470366536311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065420564406494, 40.015130939792797 ], [ -75.065006741502899, 40.014689227773701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11820, "tnode_": 11909, "lpoly_": null, "rpoly_": null, "length": 436.13862301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2151, "r_f_add": 2100, "r_t_add": 2148, "st_code": 70900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26762, "Shape__Length": 173.80914493245507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065006741502899, 40.014689227773701 ], [ -75.064147054066098, 40.013690998645103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11909, "tnode_": 11940, "lpoly_": null, "rpoly_": null, "length": 127.7329631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2153, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 70900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 26763, "Shape__Length": 50.904460058606382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064147054066098, 40.013690998645103 ], [ -75.063897430795095, 40.013397555314199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11810, "tnode_": 11764, "lpoly_": null, "rpoly_": null, "length": 243.45320909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 53800, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 26764, "Shape__Length": 96.873575516015265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066143497228694, 40.014759929125603 ], [ -75.065420564406494, 40.015130939792797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11722, "tnode_": 11810, "lpoly_": null, "rpoly_": null, "length": 279.99299709000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRALEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2059, "r_f_add": 2000, "r_t_add": 2078, "st_code": 34920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRALEY ST", "stname": "FRALEY ST", "objectid": 26765, "Shape__Length": 111.68141567430646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066430960524698, 40.015496076905201 ], [ -75.066143497228694, 40.014759929125603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11810, "tnode_": 11865, "lpoly_": null, "rpoly_": null, "length": 212.20607934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRALEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2061, "l_t_add": 2099, "r_f_add": 2080, "r_t_add": 2098, "st_code": 34920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRALEY ST", "stname": "FRALEY ST", "objectid": 26766, "Shape__Length": 84.643931143943007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066143497228694, 40.014759929125603 ], [ -75.065932190638193, 40.014200514809303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11755, "tnode_": 11884, "lpoly_": null, "rpoly_": null, "length": 451.91982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 72920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660672, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMON ST", "stname": "SIMON ST", "objectid": 26767, "Shape__Length": 180.26004443402718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067028296438096, 40.015224806346602 ], [ -75.066576828216995, 40.014033789750698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11865, "tnode_": 11950, "lpoly_": null, "rpoly_": null, "length": 335.4570969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRALEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 34920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660673, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRALEY ST", "stname": "FRALEY ST", "objectid": 26768, "Shape__Length": 133.80562404907752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065932190638193, 40.014200514809303 ], [ -75.065603183875794, 40.0133150750504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11884, "tnode_": 11967, "lpoly_": null, "rpoly_": null, "length": 334.29811171999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 72920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660674, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMON ST", "stname": "SIMON ST", "objectid": 26769, "Shape__Length": 133.34148057569362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066576828216995, 40.014033789750698 ], [ -75.066242672806098, 40.013152804463097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11848, "tnode_": 11932, "lpoly_": null, "rpoly_": null, "length": 391.52370288000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALLCROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 72120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660675, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALLCROSS ST", "stname": "SHALLCROSS ST", "objectid": 26770, "Shape__Length": 156.02777496715612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065562074830694, 40.014404063451899 ], [ -75.064788312367696, 40.013508978725199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11914, "tnode_": 11995, "lpoly_": null, "rpoly_": null, "length": 343.5853608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 47380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26771, "Shape__Length": 137.04612147827334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067833210358899, 40.013756608397998 ], [ -75.067493108919606, 40.012850404017399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11793, "tnode_": 11827, "lpoly_": null, "rpoly_": null, "length": 75.88485822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2051, "l_t_add": 2057, "r_f_add": 2050, "r_t_add": 2056, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660677, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26772, "Shape__Length": 30.269849772902642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068276114599598, 40.014939827380203 ], [ -75.068204900895594, 40.014738839673299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11827, "tnode_": 11914, "lpoly_": null, "rpoly_": null, "length": 372.64864013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2059, "l_t_add": 2099, "r_f_add": 2058, "r_t_add": 2098, "st_code": 47380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660678, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26773, "Shape__Length": 148.63997442056342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068204900895594, 40.014738839673299 ], [ -75.067833210358899, 40.013756608397998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11783, "tnode_": 11727, "lpoly_": null, "rpoly_": null, "length": 183.21979872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5402, "l_t_add": 5408, "r_f_add": 5403, "r_t_add": 5403, "st_code": 40440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660679, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26774, "Shape__Length": 73.035105910857467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068072791003999, 40.015002023174603 ], [ -75.067749900365598, 40.015439436843302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11827, "tnode_": 11783, "lpoly_": null, "rpoly_": null, "length": 102.76650194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5400, "r_f_add": 5401, "r_t_add": 5401, "st_code": 40440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660680, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26775, "Shape__Length": 40.982973769350117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068204900895594, 40.014738839673299 ], [ -75.068072791003999, 40.015002023174603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11868, "tnode_": 11827, "lpoly_": null, "rpoly_": null, "length": 193.95480204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5312, "l_t_add": 5398, "r_f_add": 5313, "r_t_add": 5399, "st_code": 40440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660681, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26776, "Shape__Length": 77.373291907978583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068355055575594, 40.014219079089997 ], [ -75.068204900895594, 40.014738839673299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11926, "tnode_": 11868, "lpoly_": null, "rpoly_": null, "length": 219.22568207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5310, "r_f_add": 5301, "r_t_add": 5311, "st_code": 40440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26777, "Shape__Length": 87.457132812390384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068505984570393, 40.0136285738688 ], [ -75.068355055575594, 40.014219079089997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11996, "tnode_": 11926, "lpoly_": null, "rpoly_": null, "length": 333.31241076000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5232, "l_t_add": 5298, "r_f_add": 5237, "r_t_add": 5299, "st_code": 40440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660683, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26778, "Shape__Length": 132.93617263118088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068870679922995, 40.012760936535898 ], [ -75.068673160326099, 40.013109454663997 ], [ -75.0685833343192, 40.013381049814797 ], [ -75.068505984570393, 40.0136285738688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12037, "tnode_": 11996, "lpoly_": null, "rpoly_": null, "length": 123.08267108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5226, "l_t_add": 5230, "r_f_add": 5233, "r_t_add": 5235, "st_code": 40440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660684, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26779, "Shape__Length": 49.068058211803383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069071555704099, 40.012460431997702 ], [ -75.068870679922995, 40.012760936535898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12061, "tnode_": 12037, "lpoly_": null, "rpoly_": null, "length": 112.79445764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5222, "l_t_add": 5224, "r_f_add": 5227, "r_t_add": 5231, "st_code": 40440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660685, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26780, "Shape__Length": 44.950609292425419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069291401626103, 40.012201016143401 ], [ -75.069071555704099, 40.012460431997702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12128, "tnode_": 12061, "lpoly_": null, "rpoly_": null, "length": 274.30703492000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5225, "st_code": 40440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660686, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 26781, "Shape__Length": 109.33275794034284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069788880761493, 40.011552411556501 ], [ -75.069291401626103, 40.012201016143401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12532, "tnode_": 12450, "lpoly_": null, "rpoly_": null, "length": 311.19234667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 12900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660687, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26782, "Shape__Length": 124.04288947389895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072488801689801, 40.008132561318298 ], [ -75.072009883796198, 40.008729186789203 ], [ -75.071990300366096, 40.008881570277602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12450, "tnode_": 12514, "lpoly_": null, "rpoly_": null, "length": 249.37098265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2243, "l_t_add": 2299, "r_f_add": 2242, "r_t_add": 2298, "st_code": 80960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660689, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26783, "Shape__Length": 99.46729806667166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071990300366096, 40.008881570277602 ], [ -75.071776182132595, 40.008217113074899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11927, "tnode_": 12033, "lpoly_": null, "rpoly_": null, "length": 445.74328792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 80960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26784, "Shape__Length": 177.79065382840622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073750312838399, 40.013726122550302 ], [ -75.0732975759678, 40.012553068426598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12033, "tnode_": 12160, "lpoly_": null, "rpoly_": null, "length": 435.30457351000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2139, "r_f_add": 2100, "r_t_add": 2138, "st_code": 80960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26785, "Shape__Length": 173.62743576174918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0732975759678, 40.012553068426598 ], [ -75.0728690547393, 40.011404432747497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12160, "tnode_": 12239, "lpoly_": null, "rpoly_": null, "length": 250.85661814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2141, "l_t_add": 2165, "r_f_add": 2140, "r_t_add": 2198, "st_code": 80960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26786, "Shape__Length": 100.05738742416166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0728690547393, 40.011404432747497 ], [ -75.072626160886799, 40.010741613266902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11915, "tnode_": 12020, "lpoly_": null, "rpoly_": null, "length": 444.01234546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 41260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660693, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26787, "Shape__Length": 177.10633065266461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073059570688301, 40.013872486923802 ], [ -75.072632033570102, 40.012698789345301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12020, "tnode_": 12140, "lpoly_": null, "rpoly_": null, "length": 438.6985342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2151, "r_f_add": 2100, "r_t_add": 2134, "st_code": 41260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660694, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26788, "Shape__Length": 174.98025276865496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072632033570102, 40.012698789345301 ], [ -75.0721949384494, 40.011542359693301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12140, "tnode_": 12220, "lpoly_": null, "rpoly_": null, "length": 247.41055218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2153, "l_t_add": 2199, "r_f_add": 2136, "r_t_add": 2198, "st_code": 41260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660695, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26789, "Shape__Length": 98.680723186082034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0721949384494, 40.011542359693301 ], [ -75.071945660899502, 40.010890797847303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12001, "tnode_": 12120, "lpoly_": null, "rpoly_": null, "length": 433.37344774000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2163, "r_f_add": 2100, "r_t_add": 2166, "st_code": 65520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660696, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26790, "Shape__Length": 172.85771049336924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071846903286996, 40.012866842621598 ], [ -75.0714191768554, 40.011723546526497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12120, "tnode_": 12194, "lpoly_": null, "rpoly_": null, "length": 248.13785221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2165, "l_t_add": 2199, "r_f_add": 2168, "r_t_add": 2198, "st_code": 65520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660697, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26791, "Shape__Length": 98.97297648345976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0714191768554, 40.011723546526497 ], [ -75.071176977750397, 40.011068332082999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12099, "tnode_": 12165, "lpoly_": null, "rpoly_": null, "length": 247.83649509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2167, "l_t_add": 2199, "r_f_add": 2166, "r_t_add": 2198, "st_code": 38060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660698, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26792, "Shape__Length": 98.854953966844917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070644685870704, 40.011898675825599 ], [ -75.070422913489594, 40.011307071528599 ], [ -75.070428222137906, 40.011242550981102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11988, "tnode_": 12099, "lpoly_": null, "rpoly_": null, "length": 429.66373955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2165, "r_f_add": 2100, "r_t_add": 2164, "st_code": 38060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660699, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26793, "Shape__Length": 171.37296861542595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071090769022504, 40.013027177559103 ], [ -75.070644685870704, 40.011898675825599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11879, "tnode_": 11988, "lpoly_": null, "rpoly_": null, "length": 450.68071405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2067, "l_t_add": 2099, "r_f_add": 2078, "r_t_add": 2098, "st_code": 38060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660700, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26794, "Shape__Length": 179.76104539095894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071549441264807, 40.0142130158588 ], [ -75.071090769022504, 40.013027177559103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11893, "tnode_": 12001, "lpoly_": null, "rpoly_": null, "length": 447.80914868000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 65520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26795, "Shape__Length": 178.61814673850742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072290943628204, 40.014047765399802 ], [ -75.071846903286996, 40.012866842621598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11813, "tnode_": 11772, "lpoly_": null, "rpoly_": null, "length": 376.16693095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5244, "r_f_add": 5201, "r_t_add": 5245, "st_code": 19980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660702, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURTON ST", "stname": "BURTON ST", "objectid": 26796, "Shape__Length": 149.54629548086572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071056861578299, 40.014863254327999 ], [ -75.069767400131695, 40.015151863916302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11813, "tnode_": 11861, "lpoly_": null, "rpoly_": null, "length": 190.13732412000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2037, "l_t_add": 2057, "r_f_add": 2036, "r_t_add": 2054, "st_code": 18800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660703, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26797, "Shape__Length": 75.841235523028544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071056861578299, 40.014863254327999 ], [ -75.070866944262704, 40.0143621483071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11861, "tnode_": 11971, "lpoly_": null, "rpoly_": null, "length": 448.63876478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2059, "l_t_add": 2099, "r_f_add": 2056, "r_t_add": 2098, "st_code": 18800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660704, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26798, "Shape__Length": 178.95226482152259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070866944262704, 40.0143621483071 ], [ -75.070431988124497, 40.013176861426203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11971, "tnode_": 12081, "lpoly_": null, "rpoly_": null, "length": 431.41052173000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2179, "r_f_add": 2100, "r_t_add": 2166, "st_code": 18800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660705, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26799, "Shape__Length": 172.07232802871997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070431988124497, 40.013176861426203 ], [ -75.069993105932198, 40.012041687878501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12081, "tnode_": 12128, "lpoly_": null, "rpoly_": null, "length": 187.19022458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2181, "l_t_add": 2183, "r_f_add": 2168, "r_t_add": 2182, "st_code": 18800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660706, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26800, "Shape__Length": 74.658195153151624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069993105932198, 40.012041687878501 ], [ -75.069788880761493, 40.011552411556501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12310, "tnode_": 12400, "lpoly_": null, "rpoly_": null, "length": 300.46054599000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2221, "l_t_add": 2245, "r_f_add": 2222, "r_t_add": 2244, "st_code": 18800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660707, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26801, "Shape__Length": 119.85076313070269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069291750383897, 40.010088785318104 ], [ -75.069049553468503, 40.009285286423001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12274, "tnode_": 12266, "lpoly_": null, "rpoly_": null, "length": 155.89537837999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5356, "l_t_add": 5398, "r_f_add": 5357, "r_t_add": 5399, "st_code": 30320, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26802, "Shape__Length": 61.959308319783261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067269539140497, 40.010348846448998 ], [ -75.066719870271598, 40.010415866204397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12298, "tnode_": 12274, "lpoly_": null, "rpoly_": null, "length": 416.70960539000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5300, "l_t_add": 5354, "r_f_add": 5301, "r_t_add": 5355, "st_code": 30320, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26803, "Shape__Length": 165.61901751144114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068736971389399, 40.010161022286802 ], [ -75.067269539140497, 40.010348846448998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12310, "tnode_": 12298, "lpoly_": null, "rpoly_": null, "length": 157.61603522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 30320, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26804, "Shape__Length": 62.643762238727803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069291750383897, 40.010088785318104 ], [ -75.068736971389399, 40.010161022286802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12323, "tnode_": 12310, "lpoly_": null, "rpoly_": null, "length": 191.24581002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 30320, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26805, "Shape__Length": 76.01635789830145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069957144153506, 40.009971225693299 ], [ -75.069291750383897, 40.010088785318104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12405, "tnode_": 12316, "lpoly_": null, "rpoly_": null, "length": 321.64357903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 30320, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26806, "Shape__Length": 128.20162097043303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071378589179005, 40.009268885744099 ], [ -75.070808254851698, 40.010035215264701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12323, "tnode_": 12408, "lpoly_": null, "rpoly_": null, "length": 287.11322323000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2225, "l_t_add": 2299, "r_f_add": 2224, "r_t_add": 2298, "st_code": 38060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26807, "Shape__Length": 114.52246960606767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069957144153506, 40.009971225693299 ], [ -75.069706292962294, 40.009207034386399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12316, "tnode_": 12422, "lpoly_": null, "rpoly_": null, "length": 349.78748331999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2251, "r_f_add": 2200, "r_t_add": 2254, "st_code": 65520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 26808, "Shape__Length": 139.52327354677496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070808254851698, 40.010035215264701 ], [ -75.070510223649904, 40.0091027561798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12274, "tnode_": 12321, "lpoly_": null, "rpoly_": null, "length": 149.01372709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2253, "r_f_add": 2200, "r_t_add": 2246, "st_code": 18980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660715, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26809, "Shape__Length": 59.443696375966987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067269539140497, 40.010348846448998 ], [ -75.067166703847505, 40.009947501634102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12340, "tnode_": 12321, "lpoly_": null, "rpoly_": null, "length": 413.6405555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUGUST", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 14080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUGUST ST", "stname": "AUGUST ST", "objectid": 26810, "Shape__Length": 164.39982589581876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068621519128499, 40.009752924726499 ], [ -75.067166703847505, 40.009947501634102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12298, "tnode_": 12340, "lpoly_": null, "rpoly_": null, "length": 152.13988723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2249, "r_f_add": 2200, "r_t_add": 2248, "st_code": 71140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 26811, "Shape__Length": 60.688731379946979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068736971389399, 40.010161022286802 ], [ -75.068621519128499, 40.009752924726499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12266, "tnode_": 12357, "lpoly_": null, "rpoly_": null, "length": 293.20276925999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 47380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660718, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 26812, "Shape__Length": 116.96436638904257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066719870271598, 40.010415866204397 ], [ -75.066528593572798, 40.009624542338898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12321, "tnode_": 12368, "lpoly_": null, "rpoly_": null, "length": 148.79262330999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2255, "l_t_add": 2299, "r_f_add": 2248, "r_t_add": 2298, "st_code": 18980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26813, "Shape__Length": 59.357893744462594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067166703847505, 40.009947501634102 ], [ -75.067081725452795, 40.009544308757597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12340, "tnode_": 12396, "lpoly_": null, "rpoly_": null, "length": 154.12143376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 71140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660720, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 26814, "Shape__Length": 61.478075786218639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068621519128499, 40.009752924726499 ], [ -75.068500732297494, 40.0093401638579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12288, "tnode_": 12323, "lpoly_": null, "rpoly_": null, "length": 145.94320353999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2223, "r_f_add": 2200, "r_t_add": 2222, "st_code": 38060, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660721, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 26815, "Shape__Length": 58.216785927353982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070069286150598, 40.010362467015 ], [ -75.069957144153506, 40.009971225693299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12223, "tnode_": 12193, "lpoly_": null, "rpoly_": null, "length": 186.82954819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5436, "l_t_add": 5498, "r_f_add": 5437, "r_t_add": 5499, "st_code": 30320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660722, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26816, "Shape__Length": 74.273613807678629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065327000104205, 40.010744204437202 ], [ -75.064690803488702, 40.010898200086203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12238, "tnode_": 12223, "lpoly_": null, "rpoly_": null, "length": 194.12136114999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5414, "l_t_add": 5434, "r_f_add": 5415, "r_t_add": 5435, "st_code": 30320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660723, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26817, "Shape__Length": 77.173691784308559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065986338581297, 40.010580134733999 ], [ -75.065327000104205, 40.010744204437202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12266, "tnode_": 12238, "lpoly_": null, "rpoly_": null, "length": 214.01091834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EADOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5400, "l_t_add": 5412, "r_f_add": 5401, "r_t_add": 5413, "st_code": 30320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 660724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EADOM ST", "stname": "EADOM ST", "objectid": 26818, "Shape__Length": 85.075060958168976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066719870271598, 40.010415866204397 ], [ -75.065986338581297, 40.010580134733999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12193, "tnode_": 12275, "lpoly_": null, "rpoly_": null, "length": 255.84383623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRALEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2255, "r_f_add": 2200, "r_t_add": 2254, "st_code": 34920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660725, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRALEY ST", "stname": "FRALEY ST", "objectid": 26819, "Shape__Length": 102.04571427071102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064690803488702, 40.010898200086203 ], [ -75.064442561823697, 40.010222316211099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12223, "tnode_": 12301, "lpoly_": null, "rpoly_": null, "length": 267.04017434999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 72920, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660726, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMON ST", "stname": "SIMON ST", "objectid": 26820, "Shape__Length": 106.50475377134561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065327000104205, 40.010744204437202 ], [ -75.065042104468503, 40.010044646817697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12238, "tnode_": 12327, "lpoly_": null, "rpoly_": null, "length": 282.35250557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 48720, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660727, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARUE ST", "stname": "LARUE ST", "objectid": 26821, "Shape__Length": 112.60835402816501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065986338581297, 40.010580134733999 ], [ -75.065673232479696, 40.009843385551498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11849, "tnode_": 11955, "lpoly_": null, "rpoly_": null, "length": 447.65877487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 71140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660728, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 26822, "Shape__Length": 178.5613063700429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070165127478504, 40.014523745906097 ], [ -75.069729081899794, 40.013341491525601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11955, "tnode_": 12061, "lpoly_": null, "rpoly_": null, "length": 433.1666761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 71140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660729, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 26823, "Shape__Length": 172.77394267559552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069729081899794, 40.013341491525601 ], [ -75.069291401626103, 40.012201016143401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11926, "tnode_": 12004, "lpoly_": null, "rpoly_": null, "length": 355.14536005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 17380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660730, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETTS ST", "stname": "BETTS ST", "objectid": 26824, "Shape__Length": 141.64201496035253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068505984570393, 40.0136285738688 ], [ -75.068398215349006, 40.013461875012098 ], [ -75.068106199244198, 40.012705752621301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11938, "tnode_": 11996, "lpoly_": null, "rpoly_": null, "length": 272.64970638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 18980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660731, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26825, "Shape__Length": 108.75302049381065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069135004042096, 40.0134812685938 ], [ -75.068870679922995, 40.012760936535898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11834, "tnode_": 11878, "lpoly_": null, "rpoly_": null, "length": 181.90158918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2061, "l_t_add": 2079, "r_f_add": 2060, "r_t_add": 2066, "st_code": 18980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660732, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26826, "Shape__Length": 72.554697651892184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069587054539696, 40.014658572110001 ], [ -75.069400170435102, 40.014180353128502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11878, "tnode_": 11938, "lpoly_": null, "rpoly_": null, "length": 265.27452671999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2081, "l_t_add": 2099, "r_f_add": 2068, "r_t_add": 2098, "st_code": 18980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 26827, "Shape__Length": 105.81041111826892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069400170435102, 40.014180353128502 ], [ -75.069135004042096, 40.0134812685938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12240, "tnode_": 12306, "lpoly_": null, "rpoly_": null, "length": 257.16170268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 42020, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 26828, "Shape__Length": 102.50042453270281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075585012067194, 40.0108348975889 ], [ -75.075126405228005, 40.010223349671598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12278, "tnode_": 12240, "lpoly_": null, "rpoly_": null, "length": 374.22088841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 30840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26829, "Shape__Length": 148.7725032715164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076856635689197, 40.010519971545399 ], [ -75.075585012067194, 40.0108348975889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12336, "tnode_": 12278, "lpoly_": null, "rpoly_": null, "length": 594.68266098999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 30840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660737, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26830, "Shape__Length": 236.41023017606736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078884580002494, 40.010037021342697 ], [ -75.076856635689197, 40.010519971545399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12014, "tnode_": 12176, "lpoly_": null, "rpoly_": null, "length": 582.81799716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2065, "r_f_add": 2000, "r_t_add": 2058, "st_code": 53440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660738, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26831, "Shape__Length": 232.50679238535722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077428025359794, 40.012916380464297 ], [ -75.077060695237705, 40.0113416046146 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12278, "tnode_": 12355, "lpoly_": null, "rpoly_": null, "length": 255.30574085000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2105, "r_f_add": 2100, "r_t_add": 2178, "st_code": 53440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660740, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26832, "Shape__Length": 101.84685560685351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076856635689197, 40.010519971545399 ], [ -75.076690894174803, 40.009830811972598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11934, "tnode_": 11989, "lpoly_": null, "rpoly_": null, "length": 398.73219970999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 83520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660741, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26833, "Shape__Length": 158.68136222839618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080037417153093, 40.013847453442601 ], [ -75.078885688831903, 40.013204169683497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11989, "tnode_": 12024, "lpoly_": null, "rpoly_": null, "length": 276.11056834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 83520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26834, "Shape__Length": 109.88071712635613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078885688831903, 40.013204169683497 ], [ -75.078087202901202, 40.012759725397999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12024, "tnode_": 12243, "lpoly_": null, "rpoly_": null, "length": 712.64642032999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILMOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 83520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660743, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILMOT ST", "stname": "WILMOT ST", "objectid": 26835, "Shape__Length": 284.3059549470596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078087202901202, 40.012759725397999 ], [ -75.078031995939597, 40.012692961999598 ], [ -75.078315395674693, 40.010828469195303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11990, "tnode_": 12010, "lpoly_": null, "rpoly_": null, "length": 149.13761272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1850, "r_t_add": 1898, "st_code": 55020, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660744, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW ST", "stname": "MEADOW ST", "objectid": 26836, "Shape__Length": 59.353228446286202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079541246841501, 40.013225500088097 ], [ -75.079113402271304, 40.012981818296304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12043, "tnode_": 11990, "lpoly_": null, "rpoly_": null, "length": 347.55021019000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOUD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 23940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOUD ST", "stname": "CLOUD ST", "objectid": 26837, "Shape__Length": 138.33201439261313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080515947318005, 40.0126351327769 ], [ -75.079541246841501, 40.013225500088097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11913, "tnode_": 11936, "lpoly_": null, "rpoly_": null, "length": 165.44437654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1710, "st_code": 65060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660746, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26838, "Shape__Length": 65.848439256473185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082642690924601, 40.014107282885703 ], [ -75.082174704874504, 40.013830191562597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11936, "tnode_": 11966, "lpoly_": null, "rpoly_": null, "length": 168.30823518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1715, "l_t_add": 1727, "r_f_add": 1712, "r_t_add": 1760, "st_code": 65060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660747, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26839, "Shape__Length": 66.980972472664732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082174704874504, 40.013830191562597 ], [ -75.081688635080397, 40.013558565371902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11966, "tnode_": 11998, "lpoly_": null, "rpoly_": null, "length": 235.79613514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1762, "r_t_add": 1798, "st_code": 65060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660748, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26840, "Shape__Length": 93.849458836365969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081688635080397, 40.013558565371902 ], [ -75.081089326854197, 40.013209829392103 ], [ -75.081023595950199, 40.013162292548202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11998, "tnode_": 12043, "lpoly_": null, "rpoly_": null, "length": 239.71862453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1826, "st_code": 65060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26841, "Shape__Length": 95.510965996737653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081023595950199, 40.013162292548202 ], [ -75.080968142013404, 40.013073207939698 ], [ -75.080515947318005, 40.0126351327769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12043, "tnode_": 12077, "lpoly_": null, "rpoly_": null, "length": 145.7300873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 65060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660750, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26842, "Shape__Length": 58.054081921977769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080515947318005, 40.0126351327769 ], [ -75.080189128178404, 40.012323869592898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12077, "tnode_": 12127, "lpoly_": null, "rpoly_": null, "length": 237.11403532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 65060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660751, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26843, "Shape__Length": 94.456240479386523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080189128178404, 40.012323869592898 ], [ -75.079654410518501, 40.0118192672223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12127, "tnode_": 12222, "lpoly_": null, "rpoly_": null, "length": 373.40413037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2039, "r_f_add": 2000, "r_t_add": 2098, "st_code": 65060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660752, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26844, "Shape__Length": 148.75151307719551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079654410518501, 40.0118192672223 ], [ -75.078820421346094, 40.011019610102501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12222, "tnode_": 12258, "lpoly_": null, "rpoly_": null, "length": 134.37515538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2041, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 65060, "l_hundred": 2000, "r_hundred": 2100, "seg_id": 660753, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLUM ST", "stname": "PLUM ST", "objectid": 26845, "Shape__Length": 53.522395293156727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078820421346094, 40.011019610102501 ], [ -75.078506666189995, 40.0107405722691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12259, "tnode_": 12222, "lpoly_": null, "rpoly_": null, "length": 243.14415929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 46300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 26846, "Shape__Length": 96.709292931253756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079589320677002, 40.0107098818266 ], [ -75.078820421346094, 40.011019610102501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11992, "tnode_": 12012, "lpoly_": null, "rpoly_": null, "length": 164.8427744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1721, "l_t_add": 1735, "r_f_add": 1718, "r_t_add": 1732, "st_code": 61800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660755, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26847, "Shape__Length": 65.591957848325379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082692305522698, 40.013279559485603 ], [ -75.082203290050302, 40.013027805194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12012, "tnode_": 12036, "lpoly_": null, "rpoly_": null, "length": 173.84808878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1734, "r_t_add": 1798, "st_code": 61800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660756, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26848, "Shape__Length": 69.185949847799009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082203290050302, 40.013027805194 ], [ -75.081702807608707, 40.012745573985299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12036, "tnode_": 12123, "lpoly_": null, "rpoly_": null, "length": 384.38302447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 61800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660757, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26849, "Shape__Length": 153.13558262889845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081702807608707, 40.012745573985299 ], [ -75.080859702375605, 40.011913037246302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12123, "tnode_": 12177, "lpoly_": null, "rpoly_": null, "length": 240.02971677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 61800, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660758, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26850, "Shape__Length": 95.616520684651121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080859702375605, 40.011913037246302 ], [ -75.080317289813706, 40.011402934858097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12296, "tnode_": 12336, "lpoly_": null, "rpoly_": null, "length": 177.98562183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2047, "l_t_add": 2099, "r_f_add": 2060, "r_t_add": 2098, "st_code": 61800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660759, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26851, "Shape__Length": 70.902194320117459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079282079688696, 40.010418195678902 ], [ -75.078884580002494, 40.010037021342697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12158, "tnode_": 12178, "lpoly_": null, "rpoly_": null, "length": 64.79780007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1801, "r_f_add": 1800, "r_t_add": 1802, "st_code": 47860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26852, "Shape__Length": 25.831558743066036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083863676795602, 40.011640777127802 ], [ -75.0837571971785, 40.011482863500198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12336, "tnode_": 12413, "lpoly_": null, "rpoly_": null, "length": 260.73437665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2121, "r_f_add": 2100, "r_t_add": 2118, "st_code": 61800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660760, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26853, "Shape__Length": 103.98048969209808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078884580002494, 40.010037021342697 ], [ -75.078751433917901, 40.009887637797902 ], [ -75.078615391646693, 40.009363326712297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12177, "tnode_": 12259, "lpoly_": null, "rpoly_": null, "length": 324.53186153999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2031, "r_f_add": 2000, "r_t_add": 2030, "st_code": 61800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660761, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26854, "Shape__Length": 129.28004299107155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080317289813706, 40.011402934858097 ], [ -75.079589320677002, 40.0107098818266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12016, "tnode_": 12049, "lpoly_": null, "rpoly_": null, "length": 216.67497391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1722, "st_code": 36940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660762, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26855, "Shape__Length": 86.228478829556806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083894389191798, 40.012997906348502 ], [ -75.0832690492513, 40.012647796198401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12049, "tnode_": 12093, "lpoly_": null, "rpoly_": null, "length": 253.37181371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1721, "l_t_add": 1799, "r_f_add": 1724, "r_t_add": 1798, "st_code": 36940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26856, "Shape__Length": 100.83806624810245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0832690492513, 40.012647796198401 ], [ -75.082546559322097, 40.012229299981399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11992, "tnode_": 11936, "lpoly_": null, "rpoly_": null, "length": 247.49639786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 84690, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660764, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL CT", "stname": "WORRELL CT", "objectid": 26857, "Shape__Length": 98.615990897105902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082692305522698, 40.013279559485603 ], [ -75.082174704874504, 40.013830191562597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12049, "tnode_": 11992, "lpoly_": null, "rpoly_": null, "length": 281.18135783000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORRELL", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 84690, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660765, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORRELL CT", "stname": "WORRELL CT", "objectid": 26858, "Shape__Length": 112.04270184746908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0832690492513, 40.012647796198401 ], [ -75.082692305522698, 40.013279559485603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11966, "tnode_": 11906, "lpoly_": null, "rpoly_": null, "length": 263.35191572999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4634, "l_t_add": 4652, "r_f_add": 4633, "r_t_add": 4659, "st_code": 41280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26859, "Shape__Length": 104.94092597593361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081688635080397, 40.013558565371902 ], [ -75.0811511822928, 40.014151735636403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12012, "tnode_": 11966, "lpoly_": null, "rpoly_": null, "length": 241.17293701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4632, "r_f_add": 4601, "r_t_add": 4631, "st_code": 41280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26860, "Shape__Length": 96.090660994286509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082203290050302, 40.013027805194 ], [ -75.081688635080397, 40.013558565371902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12060, "tnode_": 12012, "lpoly_": null, "rpoly_": null, "length": 163.02297120999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 41280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660768, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 26861, "Shape__Length": 64.965020800216863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082527299358006, 40.012656050632401 ], [ -75.082203290050302, 40.013027805194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12074, "tnode_": 12036, "lpoly_": null, "rpoly_": null, "length": 195.77204279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4558, "l_t_add": 4598, "r_f_add": 4561, "r_t_add": 4599, "st_code": 57560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660769, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26862, "Shape__Length": 77.926821069943401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082243110364502, 40.012404671364898 ], [ -75.081702807608707, 40.012745573985299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12093, "tnode_": 12074, "lpoly_": null, "rpoly_": null, "length": 106.33003728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4546, "l_t_add": 4556, "r_f_add": 4549, "r_t_add": 4559, "st_code": 57560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660770, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26863, "Shape__Length": 42.317460628254196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082546559322097, 40.012229299981399 ], [ -75.082243110364502, 40.012404671364898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12106, "tnode_": 12093, "lpoly_": null, "rpoly_": null, "length": 82.46233433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4538, "l_t_add": 4544, "r_f_add": 4541, "r_t_add": 4547, "st_code": 57560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660771, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26864, "Shape__Length": 32.827365176112288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082768885516103, 40.012080917108399 ], [ -75.082546559322097, 40.012229299981399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12178, "tnode_": 12106, "lpoly_": null, "rpoly_": null, "length": 352.28152411999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4536, "r_f_add": 4501, "r_t_add": 4539, "st_code": 57560, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660772, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26865, "Shape__Length": 140.21256050964416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0837571971785, 40.011482863500198 ], [ -75.082768885516103, 40.012080917108399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11998, "tnode_": 11954, "lpoly_": null, "rpoly_": null, "length": 275.92998576999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4632, "l_t_add": 4646, "r_f_add": 4625, "r_t_add": 4647, "st_code": 57560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660773, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26866, "Shape__Length": 109.83018916760895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081023595950199, 40.013162292548202 ], [ -75.0802551401638, 40.013636217917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12036, "tnode_": 11998, "lpoly_": null, "rpoly_": null, "length": 243.39269663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4630, "r_f_add": 4601, "r_t_add": 4623, "st_code": 57560, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660774, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26867, "Shape__Length": 96.877583211725693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081702807608707, 40.012745573985299 ], [ -75.081023595950199, 40.013162292548202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12074, "tnode_": 12154, "lpoly_": null, "rpoly_": null, "length": 383.16665448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 63520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660775, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEAR ST", "stname": "PEAR ST", "objectid": 26868, "Shape__Length": 152.63673401508078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082243110364502, 40.012404671364898 ], [ -75.081378041060404, 40.011589874179002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12106, "tnode_": 12197, "lpoly_": null, "rpoly_": null, "length": 385.02989778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 36940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26869, "Shape__Length": 153.38600162379191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082768885516103, 40.012080917108399 ], [ -75.081913702368894, 40.011253431854499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12180, "tnode_": 12069, "lpoly_": null, "rpoly_": null, "length": 409.29498867999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 41540, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660777, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 26870, "Shape__Length": 163.17474343685578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085103578791504, 40.0114825721069 ], [ -75.084453147059705, 40.012488680938802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11913, "tnode_": 11858, "lpoly_": null, "rpoly_": null, "length": 263.06262733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4628, "l_t_add": 4698, "r_f_add": 4639, "r_t_add": 4699, "st_code": 41540, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660778, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 26871, "Shape__Length": 104.78818867773889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082642690924601, 40.014107282885703 ], [ -75.082034462654704, 40.014657524627097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11963, "tnode_": 11913, "lpoly_": null, "rpoly_": null, "length": 258.94005274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4626, "r_f_add": 4601, "r_t_add": 4637, "st_code": 41540, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660779, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 26872, "Shape__Length": 103.13965090646423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083251015740302, 40.013572048090801 ], [ -75.082642690924601, 40.014107282885703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12016, "tnode_": 11963, "lpoly_": null, "rpoly_": null, "length": 276.08003454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4528, "l_t_add": 4598, "r_f_add": 4527, "r_t_add": 4599, "st_code": 41540, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660780, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 26873, "Shape__Length": 109.96887101199262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083894389191798, 40.012997906348502 ], [ -75.083251015740302, 40.013572048090801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12069, "tnode_": 12016, "lpoly_": null, "rpoly_": null, "length": 242.70786651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4526, "r_f_add": 4501, "r_t_add": 4525, "st_code": 41540, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660781, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 26874, "Shape__Length": 96.679125609844164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084453147059705, 40.012488680938802 ], [ -75.083894389191798, 40.012997906348502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11985, "tnode_": 11972, "lpoly_": null, "rpoly_": null, "length": 57.04649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4508, "r_f_add": 4465, "r_t_add": 4499, "st_code": 63400, "l_hundred": 4500, "r_hundred": 4400, "seg_id": 660782, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26875, "Shape__Length": 22.743979719898935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085260455049195, 40.013365585113 ], [ -75.085171391094306, 40.013506416425599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12136, "tnode_": 11985, "lpoly_": null, "rpoly_": null, "length": 597.82599705000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4463, "st_code": 63400, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660783, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26876, "Shape__Length": 238.34676683307293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086190830855401, 40.011888616875297 ], [ -75.085260455049195, 40.013365585113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12330, "tnode_": 12136, "lpoly_": null, "rpoly_": null, "length": 630.46898008999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 63400, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660784, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26877, "Shape__Length": 251.35380300078597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087176648308997, 40.010332743548197 ], [ -75.086190830855401, 40.011888616875297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12083, "tnode_": 12136, "lpoly_": null, "rpoly_": null, "length": 457.15434033999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1653, "r_f_add": 1600, "r_t_add": 1650, "st_code": 78900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660785, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 26878, "Shape__Length": 181.81770732511703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087657469441098, 40.012439127262603 ], [ -75.086190830855401, 40.011888616875297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12136, "tnode_": 12164, "lpoly_": null, "rpoly_": null, "length": 230.2182033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1655, "l_t_add": 1663, "r_f_add": 1652, "r_t_add": 1698, "st_code": 78900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660786, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 26879, "Shape__Length": 91.563168290366761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086190830855401, 40.011888616875297 ], [ -75.085455046246693, 40.011607025553502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12164, "tnode_": 12180, "lpoly_": null, "rpoly_": null, "length": 108.38758093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1665, "l_t_add": 1699, "r_f_add": 1700, "r_t_add": 1708, "st_code": 78900, "l_hundred": 1600, "r_hundred": 1700, "seg_id": 660787, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 26880, "Shape__Length": 43.104129221826916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085455046246693, 40.011607025553502 ], [ -75.085103578791504, 40.0114825721069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12180, "tnode_": 12201, "lpoly_": null, "rpoly_": null, "length": 134.42934426000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1710, "r_t_add": 1798, "st_code": 78900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660788, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 26881, "Shape__Length": 53.472906804020617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085103578791504, 40.0114825721069 ], [ -75.084683540375195, 40.011304080770103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12201, "tnode_": 12158, "lpoly_": null, "rpoly_": null, "length": 260.3551393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 81080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660789, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALN ST", "stname": "WALN ST", "objectid": 26882, "Shape__Length": 103.55849625833609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084683540375195, 40.011304080770103 ], [ -75.083863676795602, 40.011640777127802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12262, "tnode_": 12083, "lpoly_": null, "rpoly_": null, "length": 627.91105104999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4358, "r_f_add": 4301, "r_t_add": 4363, "st_code": 34960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660790, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26883, "Shape__Length": 250.29394382860033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088733250272995, 40.010932827302199 ], [ -75.087975098000499, 40.012112371937498 ], [ -75.087657469441098, 40.012439127262603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12345, "tnode_": 12262, "lpoly_": null, "rpoly_": null, "length": 301.20909948000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4260, "l_t_add": 4298, "r_f_add": 4261, "r_t_add": 4299, "st_code": 34960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660791, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26884, "Shape__Length": 120.08617924717369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089199388546504, 40.010187702159897 ], [ -75.088733250272995, 40.010932827302199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12083, "tnode_": 12075, "lpoly_": null, "rpoly_": null, "length": 38.20575236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4360, "l_t_add": 4398, "r_f_add": 4365, "r_t_add": 4399, "st_code": 34960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660792, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26885, "Shape__Length": 15.22399934593115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087657469441098, 40.012439127262603 ], [ -75.087579522754098, 40.0125251935116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12022, "tnode_": 12075, "lpoly_": null, "rpoly_": null, "length": 308.53414262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNITY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1523, "l_t_add": 1599, "r_f_add": 1522, "r_t_add": 1598, "st_code": 78900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660793, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNITY ST", "stname": "UNITY ST", "objectid": 26886, "Shape__Length": 122.79983510791683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088448744039795, 40.013045414225203 ], [ -75.087579522754098, 40.0125251935116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12311, "tnode_": 12201, "lpoly_": null, "rpoly_": null, "length": 331.31247986000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4336, "l_t_add": 4398, "r_f_add": 4371, "r_t_add": 4399, "st_code": 81080, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660794, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALN ST", "stname": "WALN ST", "objectid": 26887, "Shape__Length": 132.17851533633262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084753086355093, 40.010401543324598 ], [ -75.084718453742695, 40.011252237256898 ], [ -75.084683540375195, 40.011304080770103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12415, "tnode_": 12311, "lpoly_": null, "rpoly_": null, "length": 334.69968653999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4334, "r_f_add": 4301, "r_t_add": 4369, "st_code": 81080, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660795, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALN ST", "stname": "WALN ST", "objectid": 26888, "Shape__Length": 133.53237782685798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084805363919997, 40.009485684081397 ], [ -75.084776395130106, 40.009574943380798 ], [ -75.084753086355093, 40.010401543324598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12386, "tnode_": 12311, "lpoly_": null, "rpoly_": null, "length": 376.28123456000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOUD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 23940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660796, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOUD ST", "stname": "CLOUD ST", "objectid": 26889, "Shape__Length": 149.69086112534836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085905759449204, 40.009871138788299 ], [ -75.084753086355093, 40.010401543324598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12069, "tnode_": 12158, "lpoly_": null, "rpoly_": null, "length": 350.24041022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 47860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660797, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26890, "Shape__Length": 139.61820603544786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084453147059705, 40.012488680938802 ], [ -75.083863676795602, 40.011640777127802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12178, "tnode_": 12290, "lpoly_": null, "rpoly_": null, "length": 394.58248704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1803, "l_t_add": 1899, "r_f_add": 1804, "r_t_add": 1898, "st_code": 47860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660799, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26891, "Shape__Length": 157.28779315398799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0837571971785, 40.011482863500198 ], [ -75.083082819618795, 40.010531882305301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12290, "tnode_": 12356, "lpoly_": null, "rpoly_": null, "length": 242.11616626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1920, "st_code": 47860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26892, "Shape__Length": 96.511183614100403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083082819618795, 40.010531882305301 ], [ -75.082669827916106, 40.009948023393498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12356, "tnode_": 12412, "lpoly_": null, "rpoly_": null, "length": 188.65306158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2017, "r_f_add": 1922, "r_t_add": 2014, "st_code": 47860, "l_hundred": 2000, "r_hundred": 1900, "seg_id": 660801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26893, "Shape__Length": 75.200718652351185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082669827916106, 40.009948023393498 ], [ -75.082351175464595, 40.009491784094799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12412, "tnode_": 12444, "lpoly_": null, "rpoly_": null, "length": 122.02488123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2019, "l_t_add": 2099, "r_f_add": 2016, "r_t_add": 2098, "st_code": 47860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26894, "Shape__Length": 48.640866972560062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082351175464595, 40.009491784094799 ], [ -75.082144304108695, 40.009196993757399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12197, "tnode_": 12264, "lpoly_": null, "rpoly_": null, "length": 238.54525324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 36940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660803, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26895, "Shape__Length": 95.021700947462719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081913702368894, 40.011253431854499 ], [ -75.081370063727206, 40.010749388012798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12353, "tnode_": 12296, "lpoly_": null, "rpoly_": null, "length": 389.74759412000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4540, "l_t_add": 4598, "r_f_add": 4565, "r_t_add": 4599, "st_code": 77600, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660805, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26896, "Shape__Length": 155.03266069441861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080496184809405, 40.009895613176198 ], [ -75.079282079688696, 40.010418195678902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12353, "tnode_": 12462, "lpoly_": null, "rpoly_": null, "length": 349.12228665000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 36940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660806, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-01-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26897, "Shape__Length": 139.20171976167867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080496184809405, 40.009895613176198 ], [ -75.080333126711906, 40.009757335157502 ], [ -75.080034418569596, 40.009020589511401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12427, "tnode_": 12412, "lpoly_": null, "rpoly_": null, "length": 197.07998928000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4340, "l_t_add": 4398, "r_f_add": 4341, "r_t_add": 4399, "st_code": 46300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660807, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 26898, "Shape__Length": 78.354542004744545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083013249235293, 40.009308770413398 ], [ -75.082351175464595, 40.009491784094799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12335, "tnode_": 12427, "lpoly_": null, "rpoly_": null, "length": 370.41061269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 46160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660808, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN ST", "stname": "JOHN ST", "objectid": 26899, "Shape__Length": 147.60363928562623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083727936136896, 40.010151610489601 ], [ -75.083107837913502, 40.0095332189183 ], [ -75.083013249235293, 40.009308770413398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12479, "tnode_": 12427, "lpoly_": null, "rpoly_": null, "length": 363.06313349000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4338, "r_f_add": 4301, "r_t_add": 4339, "st_code": 46300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660809, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 26900, "Shape__Length": 144.39343123917536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084169386144197, 40.008885467656199 ], [ -75.083788773865507, 40.009107076350297 ], [ -75.083013249235293, 40.009308770413398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12444, "tnode_": 12498, "lpoly_": null, "rpoly_": null, "length": 248.12939057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2155, "r_f_add": 2100, "r_t_add": 2148, "st_code": 47860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660810, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26901, "Shape__Length": 98.908141404068544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082144304108695, 40.009196993757399 ], [ -75.081725705353605, 40.008596706344797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12498, "tnode_": 12573, "lpoly_": null, "rpoly_": null, "length": 202.95252710999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2157, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 47860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 26902, "Shape__Length": 80.961140930568618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081725705353605, 40.008596706344797 ], [ -75.081602233644503, 40.008047727190302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12262, "tnode_": 12330, "lpoly_": null, "rpoly_": null, "length": 487.97312123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1675, "r_f_add": 1600, "r_t_add": 1664, "st_code": 23140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660812, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26903, "Shape__Length": 194.07729958987895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088733250272995, 40.010932827302199 ], [ -75.0886176304016, 40.010876293133101 ], [ -75.087176648308997, 40.010332743548197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12330, "tnode_": 12362, "lpoly_": null, "rpoly_": null, "length": 230.59043318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1677, "l_t_add": 1699, "r_f_add": 1666, "r_t_add": 1698, "st_code": 23140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660813, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26904, "Shape__Length": 91.702194908143341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087176648308997, 40.010332743548197 ], [ -75.086430960616795, 40.010064608043898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12362, "tnode_": 12386, "lpoly_": null, "rpoly_": null, "length": 163.12891234999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 23140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660814, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26905, "Shape__Length": 64.875440326355474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086430960616795, 40.010064608043898 ], [ -75.085905759449204, 40.009871138788299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12386, "tnode_": 12415, "lpoly_": null, "rpoly_": null, "length": 339.92731492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 23140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660815, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26906, "Shape__Length": 135.18144116700086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085905759449204, 40.009871138788299 ], [ -75.084913833829503, 40.009499067685802 ], [ -75.084805363919997, 40.009485684081397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12415, "tnode_": 12479, "lpoly_": null, "rpoly_": null, "length": 282.03743436999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1934, "st_code": 23140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660816, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26907, "Shape__Length": 112.3470886469506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084805363919997, 40.009485684081397 ], [ -75.084169386144197, 40.008885467656199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12479, "tnode_": 12510, "lpoly_": null, "rpoly_": null, "length": 172.47698085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2041, "r_f_add": 1936, "r_t_add": 1998, "st_code": 23140, "l_hundred": 2000, "r_hundred": 1900, "seg_id": 660817, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26908, "Shape__Length": 68.709609882136888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084169386144197, 40.008885467656199 ], [ -75.083790373387004, 40.008512332126301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12362, "tnode_": 12164, "lpoly_": null, "rpoly_": null, "length": 624.84802241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 61520, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660818, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 26909, "Shape__Length": 249.11227887260088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086430960616795, 40.010064608043898 ], [ -75.085455046246693, 40.011607025553502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12441, "tnode_": 12362, "lpoly_": null, "rpoly_": null, "length": 292.97831849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4272, "l_t_add": 4298, "r_f_add": 4273, "r_t_add": 4299, "st_code": 61520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660819, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 26910, "Shape__Length": 116.80506902161589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086879583397803, 40.0093380901817 ], [ -75.086430960616795, 40.010064608043898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12409, "tnode_": 12330, "lpoly_": null, "rpoly_": null, "length": 292.27602866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4266, "l_t_add": 4298, "r_f_add": 4265, "r_t_add": 4299, "st_code": 63400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26911, "Shape__Length": 116.52498237715382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087625668671706, 40.009608505463397 ], [ -75.087176648308997, 40.010332743548197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12570, "tnode_": 12409, "lpoly_": null, "rpoly_": null, "length": 571.1505112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4264, "r_f_add": 4201, "r_t_add": 4263, "st_code": 63400, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660821, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26912, "Shape__Length": 227.6940762646197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088527593355295, 40.008202368834297 ], [ -75.087625668671706, 40.009608505463397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12529, "tnode_": 12387, "lpoly_": null, "rpoly_": null, "length": 573.85016411000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALEM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 70700, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660825, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALEM ST", "stname": "SALEM ST", "objectid": 26913, "Shape__Length": 228.77035021240198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089295882016003, 40.008486400028502 ], [ -75.088387311600698, 40.0098982793129 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12345, "tnode_": 12387, "lpoly_": null, "rpoly_": null, "length": 250.72314476999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1631, "r_f_add": 1600, "r_t_add": 1658, "st_code": 69680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660826, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 26914, "Shape__Length": 99.707402742665465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089199388546504, 40.010187702159897 ], [ -75.088387311600698, 40.0098982793129 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12387, "tnode_": 12409, "lpoly_": null, "rpoly_": null, "length": 238.03707603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1633, "l_t_add": 1641, "r_f_add": 1660, "r_t_add": 1674, "st_code": 69680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660827, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 26915, "Shape__Length": 94.669437210931292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088387311600698, 40.0098982793129 ], [ -75.087625668671706, 40.009608505463397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12409, "tnode_": 12441, "lpoly_": null, "rpoly_": null, "length": 231.04620091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1643, "l_t_add": 1699, "r_f_add": 1676, "r_t_add": 1698, "st_code": 69680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660828, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 26916, "Shape__Length": 91.88331882945387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087625668671706, 40.009608505463397 ], [ -75.086879583397803, 40.0093380901817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12595, "tnode_": 12614, "lpoly_": null, "rpoly_": null, "length": 176.16327244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1899, "r_f_add": 1700, "r_t_add": 1818, "st_code": 84300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 660829, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26917, "Shape__Length": 70.053547560720986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0877784516547, 40.007921101020898 ], [ -75.087207078582296, 40.007719095317199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12453, "tnode_": 12560, "lpoly_": null, "rpoly_": null, "length": 429.01371074999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKSHIRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 17220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERKSHIRE ST", "stname": "BERKSHIRE ST", "objectid": 26918, "Shape__Length": 171.01124107528767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085312913803094, 40.009210912428998 ], [ -75.084590070625893, 40.0081726460214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12483, "tnode_": 12589, "lpoly_": null, "rpoly_": null, "length": 406.91532798000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 69680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660831, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 26919, "Shape__Length": 162.20638278870757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085889034526204, 40.008897236247698 ], [ -75.085835153592896, 40.008796690587801 ], [ -75.085215698125594, 40.007908023719096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12614, "tnode_": 12667, "lpoly_": null, "rpoly_": null, "length": 200.88956272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1820, "r_t_add": 1998, "st_code": 84300, "l_hundred": 1900, "r_hundred": 1800, "seg_id": 660832, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26920, "Shape__Length": 80.071815270045406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087207078582296, 40.007719095317199 ], [ -75.086858335661404, 40.007237229388899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12765, "tnode_": 12845, "lpoly_": null, "rpoly_": null, "length": 378.73677228999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 11280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 26921, "Shape__Length": 150.88883501048787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086382739732898, 40.005831883154599 ], [ -75.086112955603099, 40.005596759621099 ], [ -75.085588756692403, 40.004992828694597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12529, "tnode_": 12537, "lpoly_": null, "rpoly_": null, "length": 35.8106803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1623, "l_t_add": 1623, "r_f_add": 1622, "r_t_add": 1622, "st_code": 84300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660837, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26922, "Shape__Length": 14.242251726712361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089295882016003, 40.008486400028502 ], [ -75.089181681003495, 40.0084422209069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12537, "tnode_": 12570, "lpoly_": null, "rpoly_": null, "length": 202.99334387000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1625, "l_t_add": 1657, "r_f_add": 1624, "r_t_add": 1656, "st_code": 84300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660838, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26923, "Shape__Length": 80.726901704832997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089181681003495, 40.0084422209069 ], [ -75.088527593355295, 40.008202368834297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12620, "tnode_": 12631, "lpoly_": null, "rpoly_": null, "length": 264.57942332000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 660839, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 26924, "Shape__Length": 105.20451607044589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073403545070903, 40.007347586186498 ], [ -75.074271460797902, 40.007061115505302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12572, "tnode_": 12644, "lpoly_": null, "rpoly_": null, "length": 275.75601964999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 14140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660840, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUTH ST", "stname": "AUTH ST", "objectid": 26925, "Shape__Length": 109.91825157124379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086773155155697, 40.008119868506597 ], [ -75.086583599848396, 40.007856742503698 ], [ -75.086306839833298, 40.0074532501514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12521, "tnode_": 12616, "lpoly_": null, "rpoly_": null, "length": 331.54889411000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGGS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660841, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGGS ST", "stname": "BRIGGS ST", "objectid": 26926, "Shape__Length": 132.15556667193255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086402548013396, 40.008464951784902 ], [ -75.085835466067195, 40.007666080045098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11778, "tnode_": 11898, "lpoly_": null, "rpoly_": null, "length": 446.85562226999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 48720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660842, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARUE ST", "stname": "LARUE ST", "objectid": 26927, "Shape__Length": 178.24074687708622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067632584927097, 40.015078442046601 ], [ -75.0671904904342, 40.013899810266203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11898, "tnode_": 11978, "lpoly_": null, "rpoly_": null, "length": 337.7278564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 48720, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660843, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARUE ST", "stname": "LARUE ST", "objectid": 26928, "Shape__Length": 134.71016150003038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0671904904342, 40.013899810266203 ], [ -75.066856718616904, 40.013008937022001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11846, "tnode_": 11887, "lpoly_": null, "rpoly_": null, "length": 296.06218473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 36940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660844, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26929, "Shape__Length": 117.83303732139814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086663975919507, 40.014946972853899 ], [ -75.085881304634, 40.014503612646401 ], [ -75.085821566277104, 40.014457280927999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12737, "tnode_": 12595, "lpoly_": null, "rpoly_": null, "length": 568.85825651000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 61520, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660845, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 26930, "Shape__Length": 226.77353046911401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088679636329005, 40.006521710627901 ], [ -75.0877784516547, 40.007921101020898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11209, "tnode_": 11294, "lpoly_": null, "rpoly_": null, "length": 298.21047481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1524, "r_t_add": 1598, "st_code": 40880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660847, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 26931, "Shape__Length": 118.67110876075361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082386284589106, 40.019601284356497 ], [ -75.081502196776398, 40.019145098509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11892, "tnode_": 11948, "lpoly_": null, "rpoly_": null, "length": 249.12160534, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 22600, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660849, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 26932, "Shape__Length": 99.274734752062557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061903233475306, 40.013847632169998 ], [ -75.061404361231396, 40.013281475665799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11622, "tnode_": 11516, "lpoly_": null, "rpoly_": null, "length": 558.47749225999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 30840, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 660850, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 26933, "Shape__Length": 222.24169684292147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057977963686994, 40.01614362862 ], [ -75.056333300394698, 40.017010375999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11986, "tnode_": 12234, "lpoly_": null, "rpoly_": null, "length": 834.47229681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARKRUN", "st_type": "LN", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5199, "r_f_add": 5000, "r_t_add": 5198, "st_code": 27400, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARKRUN LN", "stname": "DARKRUN LN", "objectid": 26934, "Shape__Length": 332.45111950109117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057919503771103, 40.012729417268602 ], [ -75.057737335448707, 40.012566956140198 ], [ -75.057590563533495, 40.012478365446803 ], [ -75.057467980042404, 40.012378177672502 ], [ -75.057391607329507, 40.012309482947401 ], [ -75.056193182487903, 40.011016298527302 ], [ -75.056107101735407, 40.010919969733401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12484, "tnode_": 12450, "lpoly_": null, "rpoly_": null, "length": 587.8446918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 45820, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660853, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26935, "Shape__Length": 233.62978129003636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074061312986004, 40.008636995112902 ], [ -75.072177735972005, 40.008885152928798 ], [ -75.071990300366096, 40.008881570277602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12532, "tnode_": 12514, "lpoly_": null, "rpoly_": null, "length": 201.98583277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4860, "l_t_add": 4898, "r_f_add": 4861, "r_t_add": 4899, "st_code": 76600, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660854, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 26936, "Shape__Length": 80.274558551658856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072488801689801, 40.008132561318298 ], [ -75.071776182132595, 40.008217113074899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12482, "tnode_": 12423, "lpoly_": null, "rpoly_": null, "length": 568.09486645999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4698, "r_f_add": 4601, "r_t_add": 4699, "st_code": 77800, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660856, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRENTON AVE", "stname": "TRENTON AVE", "objectid": 26937, "Shape__Length": 225.83855205310039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078480009907196, 40.008731168080402 ], [ -75.076545624270807, 40.009199552139499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14043, "tnode_": 14649, "lpoly_": null, "rpoly_": null, "length": 1920.20653578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS BRIDGE", "st_type": "RAMP", "suf_dir": "RN", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9003, "l_hundred": 0, "r_hundred": 0, "seg_id": 660859, "oneway": "TF", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS BRIDGE RAMP RN", "stname": "BETSY ROSS BRIDGE RAMP RN", "objectid": 26938, "Shape__Length": 765.06446900390438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079846980349203, 39.995121855858798 ], [ -75.079739715793394, 39.994893666071199 ], [ -75.079480646647397, 39.994443650145001 ], [ -75.079286468752898, 39.994153276129303 ], [ -75.079039381715404, 39.993800851199801 ], [ -75.078110203412805, 39.992696621708198 ], [ -75.077724990841503, 39.992237582828601 ], [ -75.076598927678006, 39.9909687750838 ], [ -75.076239550194003, 39.990663895283703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13761, "tnode_": 13704, "lpoly_": null, "rpoly_": null, "length": 249.74940998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4474, "l_t_add": 4498, "r_f_add": 4467, "r_t_add": 4499, "st_code": 12080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660861, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 26939, "Shape__Length": 99.354664105866192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071219797044606, 39.997499941028799 ], [ -75.070479617167507, 39.997881996192298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13809, "tnode_": 13761, "lpoly_": null, "rpoly_": null, "length": 190.0877177, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4442, "l_t_add": 4472, "r_f_add": 4443, "r_t_add": 4465, "st_code": 12080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660862, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 26940, "Shape__Length": 75.621318526809006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071781116149793, 39.997206830192603 ], [ -75.071219797044606, 39.997499941028799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13869, "tnode_": 13809, "lpoly_": null, "rpoly_": null, "length": 188.0609037, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4418, "l_t_add": 4440, "r_f_add": 4419, "r_t_add": 4441, "st_code": 12080, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 26941, "Shape__Length": 74.81573187466455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072335007974203, 39.996915220307002 ], [ -75.071781116149793, 39.997206830192603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13343, "tnode_": 13280, "lpoly_": null, "rpoly_": null, "length": 277.82395298999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELVALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 55360, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELVALE ST", "stname": "MELVALE ST", "objectid": 26942, "Shape__Length": 110.52540525303729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066459710499601, 40.0002776150126 ], [ -75.065633097915594, 40.000698933475199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12995, "tnode_": 13072, "lpoly_": null, "rpoly_": null, "length": 247.99677712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2521, "l_t_add": 2599, "r_f_add": 2522, "r_t_add": 2598, "st_code": 19620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660865, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 26943, "Shape__Length": 98.832183775874356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071685291279493, 40.003107049173998 ], [ -75.071233867241105, 40.002521438031202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12660, "tnode_": 12583, "lpoly_": null, "rpoly_": null, "length": 687.53903566999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 55340, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660871, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 26944, "Shape__Length": 273.3656957912313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076062844468595, 40.007016765461898 ], [ -75.074234928730107, 40.007241043755499 ], [ -75.074149067895306, 40.0072515580434 ], [ -75.074082916838506, 40.007278176466997 ], [ -75.073966506359795, 40.007341169784397 ], [ -75.0738601954356, 40.007457590542401 ], [ -75.0738223902041, 40.007540600833799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12785, "tnode_": 12620, "lpoly_": null, "rpoly_": null, "length": 912.71463652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 12900, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660872, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26945, "Shape__Length": 363.42314879471576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075689870354907, 40.0055627275798 ], [ -75.074680243813404, 40.006369067386302 ], [ -75.073403545070903, 40.007347586186498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12653, "tnode_": 12834, "lpoly_": null, "rpoly_": null, "length": 852.62496606000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2401, "l_t_add": 2619, "r_f_add": 2400, "r_t_add": 2618, "st_code": 18800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660874, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26946, "Shape__Length": 340.03286535241591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068348130265406, 40.006933435068298 ], [ -75.068124294162601, 40.006384722729102 ], [ -75.067437143539905, 40.004700177612499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12894, "tnode_": 12631, "lpoly_": null, "rpoly_": null, "length": 2178.0464228400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 660877, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 26947, "Shape__Length": 867.74312311899098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078519019953404, 40.002293374343097 ], [ -75.078321842622699, 40.0028282415945 ], [ -75.078214370006904, 40.002993313269798 ], [ -75.077609898458107, 40.003768060843399 ], [ -75.077310470566005, 40.0040839747085 ], [ -75.076867838597096, 40.004527341407098 ], [ -75.076531395750493, 40.004838303470699 ], [ -75.076475274161695, 40.0049706353917 ], [ -75.076446305094194, 40.005103765424302 ], [ -75.076375433687005, 40.005296740803999 ], [ -75.076196581201501, 40.005821712974701 ], [ -75.076127863413902, 40.005959999207597 ], [ -75.076052440227002, 40.006067719971298 ], [ -75.075914281726497, 40.006161814468598 ], [ -75.075647300329294, 40.006313728271103 ], [ -75.074968708935003, 40.006675005459499 ], [ -75.074271460797902, 40.007061115505302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13882, "tnode_": 14301, "lpoly_": null, "rpoly_": null, "length": 1209.96728177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2401, "l_t_add": 2599, "r_f_add": 2400, "r_t_add": 2598, "st_code": 82760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 26948, "Shape__Length": 482.18943800202055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089468458396894, 39.997278351973101 ], [ -75.088294208643305, 39.9956421547259 ], [ -75.087357690660099, 39.994380714522997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14082, "tnode_": 14626, "lpoly_": null, "rpoly_": null, "length": 1645.2689856, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2401, "l_t_add": 2633, "r_f_add": 2400, "r_t_add": 2634, "st_code": 20060, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BUTLER ST", "stname": "E BUTLER ST", "objectid": 26949, "Shape__Length": 655.45287529275083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0920740183861, 39.995903839451501 ], [ -75.090521868706901, 39.994151336977701 ], [ -75.089704099878901, 39.993226166128998 ], [ -75.088993145435794, 39.9924007774041 ], [ -75.088784740276495, 39.992162528121099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12873, "tnode_": 12947, "lpoly_": null, "rpoly_": null, "length": 537.14694637999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2637, "l_t_add": 2699, "r_f_add": 2636, "r_t_add": 2698, "st_code": 18800, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660882, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26950, "Shape__Length": 213.79431932180509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067246950975601, 40.004302489478 ], [ -75.066974905800805, 40.004044002378002 ], [ -75.065787569066401, 40.0033581503791 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14047, "tnode_": 14640, "lpoly_": null, "rpoly_": null, "length": 1758.8595676100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 3099, "r_f_add": 2900, "r_t_add": 3098, "st_code": 61800, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26951, "Shape__Length": 700.69955195118303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072150241512006, 39.995777729335501 ], [ -75.069950005733801, 39.9933004134245 ], [ -75.068626403637793, 39.991781983734803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14285, "tnode_": 14485, "lpoly_": null, "rpoly_": null, "length": 549.18122685000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 41560, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 660886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDLEY ST", "stname": "HEDLEY ST", "objectid": 26952, "Shape__Length": 218.84701772710562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075158241921102, 39.994207548690497 ], [ -75.074280383756005, 39.9930351764256 ], [ -75.074195834160093, 39.992894848515 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13016, "tnode_": 12910, "lpoly_": null, "rpoly_": null, "length": 409.78058042000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4544, "l_t_add": 4596, "r_f_add": 4573, "r_t_add": 4597, "st_code": 12900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660888, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 26953, "Shape__Length": 163.17597271816982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078707452683702, 40.003170529168202 ], [ -75.077709065382507, 40.003992653450901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12728, "tnode_": 12691, "lpoly_": null, "rpoly_": null, "length": 749.71399840999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 55340, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660889, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 26954, "Shape__Length": 297.95345696841775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080689555276905, 40.006405438418 ], [ -75.078049325881395, 40.006742090944797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12482, "tnode_": 12559, "lpoly_": null, "rpoly_": null, "length": 242.27798026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2215, "r_f_add": 2200, "r_t_add": 2220, "st_code": 61800, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660890, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26955, "Shape__Length": 96.649143646392815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078480009907196, 40.008731168080402 ], [ -75.078334700551594, 40.008075539444299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12691, "tnode_": 12752, "lpoly_": null, "rpoly_": null, "length": 248.29283178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2335, "l_t_add": 2351, "r_f_add": 2332, "r_t_add": 2350, "st_code": 61800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660891, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26956, "Shape__Length": 99.044652575482431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078049325881395, 40.006742090944797 ], [ -75.077893554446604, 40.006071105746301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12423, "tnode_": 12515, "lpoly_": null, "rpoly_": null, "length": 317.50264396999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2201, "l_t_add": 2201, "r_f_add": 2200, "r_t_add": 2218, "st_code": 53440, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660892, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26957, "Shape__Length": 126.65631132908472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076545624270807, 40.009199552139499 ], [ -75.076342005351606, 40.008342148594799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12660, "tnode_": 12723, "lpoly_": null, "rpoly_": null, "length": 249.93240459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2319, "l_t_add": 2351, "r_f_add": 2328, "r_t_add": 2360, "st_code": 53440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660893, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26958, "Shape__Length": 99.698711593204038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076062844468595, 40.007016765461898 ], [ -75.075903678691304, 40.006341676721199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12863, "tnode_": 13001, "lpoly_": null, "rpoly_": null, "length": 622.85255502999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEFEVRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 49920, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660894, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEFEVRE ST", "stname": "LEFEVRE ST", "objectid": 26959, "Shape__Length": 248.23739920436321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075416332296896, 40.004569016035099 ], [ -75.074501939047593, 40.003342813944101 ], [ -75.074312475235203, 40.003084836733102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12785, "tnode_": 12863, "lpoly_": null, "rpoly_": null, "length": 371.30636572000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2371, "l_t_add": 2599, "r_f_add": 2372, "r_t_add": 2598, "st_code": 53440, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 660895, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26960, "Shape__Length": 148.1014812525799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075689870354907, 40.0055627275798 ], [ -75.075667879848694, 40.005389736988299 ], [ -75.075615198798303, 40.005120899440499 ], [ -75.075574252068705, 40.004955730674602 ], [ -75.075528804544604, 40.004829421690197 ], [ -75.075416332296896, 40.004569016035099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11372, "tnode_": 11473, "lpoly_": null, "rpoly_": null, "length": 472.40127275000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1320, "r_t_add": 1398, "st_code": 13380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 660897, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 26961, "Shape__Length": 188.01778672932321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087675708715395, 40.018702674326001 ], [ -75.087564733800704, 40.0186365149913 ], [ -75.086318856085299, 40.017932443541099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12075, "tnode_": 11943, "lpoly_": null, "rpoly_": null, "length": 600.70359377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4498, "r_f_add": 4401, "r_t_add": 4499, "st_code": 34960, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660898, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 26962, "Shape__Length": 239.36610758018853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087579522754098, 40.0125251935116 ], [ -75.086351613390903, 40.013877139736898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11899, "tnode_": 11732, "lpoly_": null, "rpoly_": null, "length": 569.45154321999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4600, "l_t_add": 4652, "r_f_add": 4601, "r_t_add": 4651, "st_code": 63400, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 660899, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26963, "Shape__Length": 227.0850213528619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084651042472402, 40.014322941535902 ], [ -75.083996989971894, 40.015348497125501 ], [ -75.0839758487827, 40.015769171638297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11943, "tnode_": 11985, "lpoly_": null, "rpoly_": null, "length": 358.06984445000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1629, "r_f_add": 1600, "r_t_add": 1628, "st_code": 71640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660901, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 26964, "Shape__Length": 142.45762825664013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086351613390903, 40.013877139736898 ], [ -75.085871062486007, 40.013638190765903 ], [ -75.085260455049195, 40.013365585113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11768, "tnode_": 11822, "lpoly_": null, "rpoly_": null, "length": 291.3747195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 36940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 660902, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 26965, "Shape__Length": 115.95296787531539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088526240131202, 40.015657217200797 ], [ -75.088252014115497, 40.015502276644497 ], [ -75.087674682572001, 40.015197968040397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11748, "tnode_": 11704, "lpoly_": null, "rpoly_": null, "length": 163.21993854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4520, "l_t_add": 4598, "r_f_add": 4531, "r_t_add": 4599, "st_code": 50080, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660903, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 26966, "Shape__Length": 65.033342816761674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088399074019705, 40.015790263971503 ], [ -75.0880488315386, 40.016148362332302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27339, "tnode_": 11817, "lpoly_": null, "rpoly_": null, "length": 378.6698184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4722, "l_t_add": 4798, "r_f_add": 4711, "r_t_add": 4799, "st_code": 76560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660904, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26967, "Shape__Length": 150.89455943467607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078033171893793, 40.014130095365203 ], [ -75.077260380721398, 40.014983012618501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11739, "tnode_": 27329, "lpoly_": null, "rpoly_": null, "length": 265.99367092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1833, "r_f_add": 1800, "r_t_add": 1832, "st_code": 34760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660905, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26968, "Shape__Length": 105.85044832654941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078418412287604, 40.015600758566201 ], [ -75.077638153809005, 40.015184535711597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11869, "tnode_": 11739, "lpoly_": null, "rpoly_": null, "length": 507.32762104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 57560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660906, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 26969, "Shape__Length": 202.15656422399252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079469018693104, 40.014466306996603 ], [ -75.078418412287604, 40.015600758566201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11494, "tnode_": 11446, "lpoly_": null, "rpoly_": null, "length": 414.31345385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 81020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 660907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 26970, "Shape__Length": 164.71288738753177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073605170338595, 40.017514749689397 ], [ -75.0721788585833, 40.017816236793799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11720, "tnode_": 11727, "lpoly_": null, "rpoly_": null, "length": 238.45626545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 19980, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURTON ST", "stname": "BURTON ST", "objectid": 26971, "Shape__Length": 94.835682123968354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068522054011595, 40.015574582713697 ], [ -75.068169543887905, 40.015634446971603 ], [ -75.067749900365598, 40.015439436843302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11672, "tnode_": 11657, "lpoly_": null, "rpoly_": null, "length": 431.99577015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 37280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660909, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 26972, "Shape__Length": 171.7891190340271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068692116824195, 40.016025277212101 ], [ -75.067686449003801, 40.016249614005098 ], [ -75.067267888008104, 40.016046156751102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12616, "tnode_": 12589, "lpoly_": null, "rpoly_": null, "length": 194.92804819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4242, "l_t_add": 4268, "r_f_add": 4243, "r_t_add": 4257, "st_code": 77600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660910, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 26973, "Shape__Length": 77.525304264265955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085835466067195, 40.007666080045098 ], [ -75.085629705550005, 40.007732997080701 ], [ -75.085215698125594, 40.007908023719096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12614, "tnode_": 12572, "lpoly_": null, "rpoly_": null, "length": 189.97317153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4220, "r_f_add": 4201, "r_t_add": 4217, "st_code": 76560, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660911, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26974, "Shape__Length": 75.669602360530618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087207078582296, 40.007719095317199 ], [ -75.086773155155697, 40.008119868506597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12037, "tnode_": 12004, "lpoly_": null, "rpoly_": null, "length": 284.78907532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5214, "l_t_add": 5298, "r_f_add": 5213, "r_t_add": 5299, "st_code": 78020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 660913, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 26975, "Shape__Length": 113.22383600600234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069071555704099, 40.012460431997702 ], [ -75.068106199244198, 40.012705752621301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11749, "tnode_": 11882, "lpoly_": null, "rpoly_": null, "length": 541.93513579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4913, "l_t_add": 4999, "r_f_add": 4912, "r_t_add": 4998, "st_code": 24480, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660914, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 26976, "Shape__Length": 215.96329247882258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057031269150002, 40.015055203509696 ], [ -75.055945738134, 40.013823740845197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11897, "tnode_": 12007, "lpoly_": null, "rpoly_": null, "length": 572.40900010999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4921, "l_t_add": 5099, "r_f_add": 4928, "r_t_add": 5098, "st_code": 79720, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 660915, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 26977, "Shape__Length": 228.10725498014364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059586788416496, 40.013740151844701 ], [ -75.058449445100905, 40.012434672135903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11878, "tnode_": 11868, "lpoly_": null, "rpoly_": null, "length": 303.7789758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 53800, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660916, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 26978, "Shape__Length": 120.7636745369462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069400170435102, 40.014180353128502 ], [ -75.068815541952603, 40.014310945145603 ], [ -75.068355055575594, 40.014219079089997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12239, "tnode_": 12450, "lpoly_": null, "rpoly_": null, "length": 700.83526668000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2167, "l_t_add": 2241, "r_f_add": 2200, "r_t_add": 2240, "st_code": 80960, "l_hundred": 2100, "r_hundred": 2200, "seg_id": 660917, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 26979, "Shape__Length": 279.5411915645077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072626160886799, 40.010741613266902 ], [ -75.072375006591699, 40.010100082251199 ], [ -75.071990300366096, 40.008881570277602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12128, "tnode_": 12310, "lpoly_": null, "rpoly_": null, "length": 551.51952961999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2185, "l_t_add": 2219, "r_f_add": 2184, "r_t_add": 2220, "st_code": 18800, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660918, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 26980, "Shape__Length": 219.98697179603982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069788880761493, 40.011552411556501 ], [ -75.0693862722555, 40.010474329554697 ], [ -75.069291750383897, 40.010088785318104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11928, "tnode_": 27263, "lpoly_": null, "rpoly_": null, "length": 281.33475900999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 53440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 660919, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 26981, "Shape__Length": 111.98082906184757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0783070982217, 40.013827759660799 ], [ -75.077545662244603, 40.013393241903501 ], [ -75.077535193909895, 40.013350806999703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12259, "tnode_": 12296, "lpoly_": null, "rpoly_": null, "length": 136.73797802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2033, "l_t_add": 2045, "r_f_add": 2032, "r_t_add": 2058, "st_code": 61800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660920, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26982, "Shape__Length": 54.470061637449639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079589320677002, 40.0107098818266 ], [ -75.079282079688696, 40.010418195678902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12510, "tnode_": 12575, "lpoly_": null, "rpoly_": null, "length": 224.1123796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2043, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 23140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 660924, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26983, "Shape__Length": 89.288306234251877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083790373387004, 40.008512332126301 ], [ -75.083514270921299, 40.008247187266903 ], [ -75.083316211276696, 40.008017567750997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12575, "tnode_": 12697, "lpoly_": null, "rpoly_": null, "length": 461.00713654999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 23140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 660925, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 26984, "Shape__Length": 183.86668147958898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083316211276696, 40.008017567750997 ], [ -75.083101597767097, 40.007477348060497 ], [ -75.082877711398197, 40.006877264537898 ], [ -75.082865954810899, 40.006801440147001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12504, "tnode_": 12529, "lpoly_": null, "rpoly_": null, "length": 246.84030685000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1621, "r_f_add": 1600, "r_t_add": 1620, "st_code": 84300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660927, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26985, "Shape__Length": 98.161224139471415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0900953766009, 40.008771243529402 ], [ -75.089753673536194, 40.008653173652803 ], [ -75.089295882016003, 40.008486400028502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12570, "tnode_": 12595, "lpoly_": null, "rpoly_": null, "length": 233.58158539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOMRATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1659, "l_t_add": 1699, "r_f_add": 1658, "r_t_add": 1698, "st_code": 84300, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 660928, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOMRATH ST", "stname": "WOMRATH ST", "objectid": 26986, "Shape__Length": 92.893701915575022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088527593355295, 40.008202368834297 ], [ -75.088177070268202, 40.008063438780603 ], [ -75.0877784516547, 40.007921101020898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12595, "tnode_": 12441, "lpoly_": null, "rpoly_": null, "length": 574.3232965200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4270, "r_f_add": 4201, "r_t_add": 4271, "st_code": 61520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660929, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 26987, "Shape__Length": 228.96113236019286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0877784516547, 40.007921101020898 ], [ -75.086879583397803, 40.0093380901817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12722, "tnode_": 12765, "lpoly_": null, "rpoly_": null, "length": 537.18759454999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 11280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660930, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 26988, "Shape__Length": 213.83522290846838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087807685551994, 40.006789480505503 ], [ -75.087394568902695, 40.006365486492797 ], [ -75.087099067025903, 40.006236992497598 ], [ -75.086382739732898, 40.005831883154599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12759, "tnode_": 12537, "lpoly_": null, "rpoly_": null, "length": 857.53776914999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALEM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 70700, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660931, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALEM ST", "stname": "SALEM ST", "objectid": 26989, "Shape__Length": 341.91020923014582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089965191691206, 40.006280952509002 ], [ -75.090167000771103, 40.0068615758344 ], [ -75.090132775815803, 40.006927684916498 ], [ -75.089181681003495, 40.0084422209069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12754, "tnode_": 12570, "lpoly_": null, "rpoly_": null, "length": 756.26505453999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 63400, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 660932, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 26990, "Shape__Length": 301.4910201414458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089704014165704, 40.006334044773503 ], [ -75.088573661270701, 40.008114878281397 ], [ -75.088527593355295, 40.008202368834297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12439, "tnode_": 12405, "lpoly_": null, "rpoly_": null, "length": 102.76996867000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 41260, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 660936, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 26991, "Shape__Length": 40.994504221208331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071300444817297, 40.008993243651403 ], [ -75.071378589179005, 40.009268885744099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14263, "tnode_": 14649, "lpoly_": null, "rpoly_": null, "length": 1576.23167203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETSY ROSS BRIDGE", "st_type": "RAMP", "suf_dir": "RS", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9005, "l_hundred": 0, "r_hundred": 0, "seg_id": 660940, "oneway": "TF", "class": 10, "responsibl": "DRPA", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETSY ROSS BRIDGE RAMP RS", "stname": "BETSY ROSS BRIDGE RAMP RS", "objectid": 26992, "Shape__Length": 628.08311067705881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079073749215794, 39.994400390043999 ], [ -75.078958013600399, 39.994261192777898 ], [ -75.0778961910909, 39.992910593681501 ], [ -75.077438672621398, 39.992279572744302 ], [ -75.077229667344, 39.991964521507398 ], [ -75.076239550194003, 39.990663895283703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12903, "tnode_": 13240, "lpoly_": null, "rpoly_": null, "length": 911.54549406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2499, "l_t_add": 2549, "r_f_add": 2498, "r_t_add": 2534, "st_code": 61800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660941, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26993, "Shape__Length": 363.59631931697197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077424752408902, 40.003769805722499 ], [ -75.077367571393793, 40.003578498956799 ], [ -75.0772415754994, 40.003109077535498 ], [ -75.0771202289786, 40.002571390451799 ], [ -75.076850325966504, 40.001307354566102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12886, "tnode_": 12903, "lpoly_": null, "rpoly_": null, "length": 138.75641497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2421, "l_t_add": 2497, "r_f_add": 2422, "r_t_add": 2496, "st_code": 61800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660942, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26994, "Shape__Length": 55.352382604818679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077479432798896, 40.004148380721801 ], [ -75.077424752408902, 40.003769805722499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12857, "tnode_": 12886, "lpoly_": null, "rpoly_": null, "length": 206.19858004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2401, "l_t_add": 2419, "r_f_add": 2400, "r_t_add": 2420, "st_code": 61800, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660943, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 26995, "Shape__Length": 82.252801660342982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077594878367194, 40.004707415224701 ], [ -75.077479432798896, 40.004148380721801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12393, "tnode_": 12368, "lpoly_": null, "rpoly_": null, "length": 316.42519605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5320, "l_t_add": 5352, "r_f_add": 5321, "r_t_add": 5353, "st_code": 45820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 660944, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 26996, "Shape__Length": 125.76581147773945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068189338926501, 40.009373771726899 ], [ -75.068109519626105, 40.009385525584797 ], [ -75.067081725452795, 40.009544308757597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11817, "tnode_": 11730, "lpoly_": null, "rpoly_": null, "length": 282.34337570999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4829, "st_code": 76560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 660945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 26997, "Shape__Length": 112.50951189772209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077260380721398, 40.014983012618501 ], [ -75.076681091924499, 40.015617310206501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11345, "tnode_": 11363, "lpoly_": null, "rpoly_": null, "length": 91.46852936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1503, "r_f_add": 1500, "r_t_add": 1504, "st_code": 34760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660946, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 26998, "Shape__Length": 36.402978933788091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084326686816098, 40.018813781655297 ], [ -75.084060978046196, 40.018667796922998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14430, "tnode_": 14572, "lpoly_": null, "rpoly_": null, "length": 427.20365414999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 52020, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 660948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 26999, "Shape__Length": 170.25821925625218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083849823448105, 39.993423382769798 ], [ -75.083804148999903, 39.993285177289998 ], [ -75.083159241257206, 39.9923823430398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14456, "tnode_": 14723, "lpoly_": null, "rpoly_": null, "length": 825.9995396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEATSHEAF", "st_type": "LN", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2651, "l_t_add": 2799, "r_f_add": 2706, "r_t_add": 2798, "st_code": 82760, "l_hundred": 2600, "r_hundred": 2700, "seg_id": 660949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEATSHEAF LN", "stname": "WHEATSHEAF LN", "objectid": 27000, "Shape__Length": 329.15648315928388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086605912160607, 39.993334096602602 ], [ -75.086027750612402, 39.992525064779102 ], [ -75.085945378297296, 39.992407594691599 ], [ -75.085787103035102, 39.992209296565903 ], [ -75.085614698646793, 39.991968095218397 ], [ -75.085443010754005, 39.991708665071101 ], [ -75.085167462570894, 39.991355631858703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12428, "tnode_": 27091, "lpoly_": null, "rpoly_": null, "length": 243.07124544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4242, "l_t_add": 4256, "r_f_add": 4233, "r_t_add": 4257, "st_code": 34960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660951, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 27001, "Shape__Length": 96.902343509229226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089661474387597, 40.009475218828698 ], [ -75.089528511420596, 40.009680234152803 ], [ -75.089274207548897, 40.010072340883902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12276, "tnode_": 12335, "lpoly_": null, "rpoly_": null, "length": 195.23992421, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOHN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 46160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 660952, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOHN ST", "stname": "JOHN ST", "objectid": 27002, "Shape__Length": 77.780191770363501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084155839032903, 40.010574675171199 ], [ -75.083727936136896, 40.010151610489601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11921, "tnode_": 11857, "lpoly_": null, "rpoly_": null, "length": 288.71952148999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4438, "l_t_add": 4498, "r_f_add": 4435, "r_t_add": 4499, "st_code": 63815, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660954, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 27003, "Shape__Length": 115.05080779871452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088625635581394, 40.0141601397833 ], [ -75.088519084494294, 40.014284263937597 ], [ -75.088037069403597, 40.014810736254198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12022, "tnode_": 11962, "lpoly_": null, "rpoly_": null, "length": 293.70891402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4434, "r_f_add": 4401, "r_t_add": 4447, "st_code": 38940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660955, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 27004, "Shape__Length": 117.03103952408732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088448744039795, 40.013045414225203 ], [ -75.087837976467597, 40.013700784863403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11962, "tnode_": 11900, "lpoly_": null, "rpoly_": null, "length": 294.11889137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4436, "l_t_add": 4456, "r_f_add": 4449, "r_t_add": 4457, "st_code": 38940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 660956, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 27005, "Shape__Length": 117.19277962380211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087837976467597, 40.013700784863403 ], [ -75.087221020619296, 40.014354114112301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11921, "tnode_": 11962, "lpoly_": null, "rpoly_": null, "length": 276.90544637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 33480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 660957, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARINA ST", "stname": "FARINA ST", "objectid": 27006, "Shape__Length": 110.20787569221277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088625635581394, 40.0141601397833 ], [ -75.087837976467597, 40.013700784863403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12050, "tnode_": 12015, "lpoly_": null, "rpoly_": null, "length": 226.29312684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 56300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 660958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 27007, "Shape__Length": 90.037770422897523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055368994142498, 40.012024634357601 ], [ -75.054691717692194, 40.012363275839498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12068, "tnode_": 12050, "lpoly_": null, "rpoly_": null, "length": 93.11587306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 56300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 660959, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 27008, "Shape__Length": 37.047816778270899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055649172972394, 40.011887069127503 ], [ -75.055368994142498, 40.012024634357601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13914, "tnode_": 13856, "lpoly_": null, "rpoly_": null, "length": 189.90891302999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4200, "r_f_add": 4201, "r_t_add": 4201, "st_code": 77140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660960, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 27009, "Shape__Length": 75.549445639633973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079828013660602, 39.996842690980998 ], [ -75.079266765222897, 39.997135003955499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14053, "tnode_": 14154, "lpoly_": null, "rpoly_": null, "length": 310.90218815000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2843, "r_f_add": 2800, "r_t_add": 2848, "st_code": 41560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660961, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDLEY ST", "stname": "HEDLEY ST", "objectid": 27010, "Shape__Length": 123.88697154225001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076394027560795, 39.995829248820201 ], [ -75.075825772406603, 39.995096186161902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14154, "tnode_": 14285, "lpoly_": null, "rpoly_": null, "length": 373.86132224000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2845, "l_t_add": 2899, "r_f_add": 2850, "r_t_add": 2898, "st_code": 41560, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660962, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDLEY ST", "stname": "HEDLEY ST", "objectid": 27011, "Shape__Length": 148.97992008552202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075825772406603, 39.995096186161902 ], [ -75.0758052036892, 39.995069517274899 ], [ -75.075158241921102, 39.994207548690497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14009, "tnode_": 14106, "lpoly_": null, "rpoly_": null, "length": 315.48826398, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2801, "l_t_add": 2847, "r_f_add": 2800, "r_t_add": 2846, "st_code": 19080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660963, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 27012, "Shape__Length": 125.69737125072395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0758178537926, 39.9961264415195 ], [ -75.075203406067104, 39.995400691840203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14106, "tnode_": 14229, "lpoly_": null, "rpoly_": null, "length": 367.97271588999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRISTOL", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2849, "l_t_add": 2899, "r_f_add": 2848, "r_t_add": 2898, "st_code": 19080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 660964, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRISTOL ST", "stname": "E BRISTOL ST", "objectid": 27013, "Shape__Length": 146.58847377824407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075203406067104, 39.995400691840203 ], [ -75.074449847254499, 39.994573380578103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14154, "tnode_": 14106, "lpoly_": null, "rpoly_": null, "length": 206.66653393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 4201, "r_t_add": 4299, "st_code": 12080, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 660965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLEN ST", "stname": "E ALLEN ST", "objectid": 27014, "Shape__Length": 82.205298510907298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075825772406603, 39.995096186161902 ], [ -75.075203406067104, 39.995400691840203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13052, "tnode_": 13008, "lpoly_": null, "rpoly_": null, "length": 146.16860056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4700, "l_t_add": 4712, "r_f_add": 4701, "r_t_add": 4709, "st_code": 55520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660966, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 27015, "Shape__Length": 58.228183270304051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069254289195399, 40.002615750265299 ], [ -75.068940756261199, 40.002936473105699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13008, "tnode_": 12904, "lpoly_": null, "rpoly_": null, "length": 400.91817949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERCER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4714, "l_t_add": 4798, "r_f_add": 4711, "r_t_add": 4799, "st_code": 55520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERCER ST", "stname": "MERCER ST", "objectid": 27016, "Shape__Length": 159.71819531134219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068940756261199, 40.002936473105699 ], [ -75.068091733237097, 40.003822439498897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13065, "tnode_": 13024, "lpoly_": null, "rpoly_": null, "length": 172.3261439, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4702, "l_t_add": 4710, "r_f_add": 4703, "r_t_add": 4711, "st_code": 77140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660968, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 27017, "Shape__Length": 68.63234077793625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069106849217803, 40.002454380283503 ], [ -75.068964646124897, 40.002552387083 ], [ -75.068710449269503, 40.002813527721301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13024, "tnode_": 12958, "lpoly_": null, "rpoly_": null, "length": 212.6531349, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4712, "l_t_add": 4722, "r_f_add": 4713, "r_t_add": 4733, "st_code": 77140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 660969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 27018, "Shape__Length": 84.707722226091306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068710449269503, 40.002813527721301 ], [ -75.068243499930503, 40.003273766491098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13008, "tnode_": 13024, "lpoly_": null, "rpoly_": null, "length": 78.54113132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 42020, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 660970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 27019, "Shape__Length": 31.249215164301816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068940756261199, 40.002936473105699 ], [ -75.068710449269503, 40.002813527721301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13055, "tnode_": 12977, "lpoly_": null, "rpoly_": null, "length": 351.31113358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4500, "l_t_add": 4538, "r_f_add": 4501, "r_t_add": 4529, "st_code": 56140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660971, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 27020, "Shape__Length": 139.7658988247953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074014944428797, 40.002697241799197 ], [ -75.072970122620106, 40.0032305551292 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12977, "tnode_": 12924, "lpoly_": null, "rpoly_": null, "length": 289.55588345999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4540, "l_t_add": 4598, "r_f_add": 4533, "r_t_add": 4599, "st_code": 56140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 660972, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLER ST", "stname": "MILLER ST", "objectid": 27021, "Shape__Length": 115.20103461795743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072970122620106, 40.0032305551292 ], [ -75.072113145485503, 40.003674932862801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12450, "tnode_": 12128, "lpoly_": null, "rpoly_": null, "length": 1155.8824978099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 5000, "l_t_add": 5198, "r_f_add": 5001, "r_t_add": 5199, "st_code": 12900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 660973, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27022, "Shape__Length": 460.64276167171153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071990300366096, 40.008881570277602 ], [ -75.071793404589997, 40.009003910837897 ], [ -75.069788880761493, 40.011552411556501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13477, "tnode_": 13356, "lpoly_": null, "rpoly_": null, "length": 488.80711114999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGRADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4300, "l_t_add": 4344, "r_f_add": 4301, "r_t_add": 4345, "st_code": 16580, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660976, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGRADE ST", "stname": "BELGRADE ST", "objectid": 27023, "Shape__Length": 194.46821661255879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078760340035004, 39.999662803455898 ], [ -75.077319187461995, 40.000419161098897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13104, "tnode_": 13433, "lpoly_": null, "rpoly_": null, "length": 199.67258411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2515, "l_t_add": 2599, "r_f_add": 2516, "r_t_add": 2598, "st_code": 29360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 660985, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 27024, "Shape__Length": 79.645475756052605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079784623723, 40.002347074758198 ], [ -75.079663341786997, 40.001806943257002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12980, "tnode_": 13074, "lpoly_": null, "rpoly_": null, "length": 251.99497666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2441, "l_t_add": 2499, "r_f_add": 2440, "r_t_add": 2498, "st_code": 23140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660991, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 27025, "Shape__Length": 100.51945346068104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082112815052, 40.003425340976797 ], [ -75.081974678971207, 40.002741789643999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12940, "tnode_": 13031, "lpoly_": null, "rpoly_": null, "length": 251.90464921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2433, "l_t_add": 2499, "r_f_add": 2430, "r_t_add": 2498, "st_code": 29360, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 660993, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 27026, "Shape__Length": 100.48346121544105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080071180127703, 40.003689746815901 ], [ -75.079930525452298, 40.003006750301203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13074, "tnode_": 13031, "lpoly_": null, "rpoly_": null, "length": 580.74337955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4398, "r_f_add": 4301, "r_t_add": 4399, "st_code": 71820, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 660995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 27027, "Shape__Length": 230.78889737237731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081974678971207, 40.002741789643999 ], [ -75.079930525452298, 40.003006750301203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13074, "tnode_": 13249, "lpoly_": null, "rpoly_": null, "length": 510.66120010999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 23140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 661001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH ST", "stname": "CHURCH ST", "objectid": 27028, "Shape__Length": 203.69537260736917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081974678971207, 40.002741789643999 ], [ -75.081683263781599, 40.001357992985803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13031, "tnode_": 13016, "lpoly_": null, "rpoly_": null, "length": 347.79622935999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPVIVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4598, "r_f_add": 4501, "r_t_add": 4599, "st_code": 71820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEPVIVA ST", "stname": "SEPVIVA ST", "objectid": 27029, "Shape__Length": 138.21653070168864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079930525452298, 40.003006750301203 ], [ -75.078707452683702, 40.003170529168202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13031, "tnode_": 13104, "lpoly_": null, "rpoly_": null, "length": 243.75966222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNCAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2501, "l_t_add": 2513, "r_f_add": 2500, "r_t_add": 2514, "st_code": 29360, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 661003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNCAN ST", "stname": "DUNCAN ST", "objectid": 27030, "Shape__Length": 97.232119127091423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079930525452298, 40.003006750301203 ], [ -75.079784623723, 40.002347074758198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13104, "tnode_": 13016, "lpoly_": null, "rpoly_": null, "length": 425.53761078000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4542, "r_f_add": 4501, "r_t_add": 4571, "st_code": 12900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27031, "Shape__Length": 169.42360256014706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079784623723, 40.002347074758198 ], [ -75.079260077314999, 40.002736444716803 ], [ -75.078707452683702, 40.003170529168202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27091, "tnode_": 12345, "lpoly_": null, "rpoly_": null, "length": 46.96031538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4258, "l_t_add": 4258, "r_f_add": 4259, "r_t_add": 4259, "st_code": 34960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661025, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 27032, "Shape__Length": 18.721211941472504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089274207548897, 40.010072340883902 ], [ -75.089199388546504, 40.010187702159897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11675, "tnode_": 27163, "lpoly_": null, "rpoly_": null, "length": 35.58085035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1841, "l_t_add": 1899, "r_f_add": 1902, "r_t_add": 1912, "st_code": 40880, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 661026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": "1998-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 27033, "Shape__Length": 14.159021740812042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075841946036107, 40.0161464126843 ], [ -75.075737163582502, 40.016091192862 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27263, "tnode_": 27262, "lpoly_": null, "rpoly_": null, "length": 538.42841262000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 79630, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661027, "oneway": "B", "class": 4, "responsibl": "PHA", "update_": "2003-06-26T00:00:00Z", "newsegdate": "1998-08-14T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY PL", "stname": "VALLEY PL", "objectid": 27034, "Shape__Length": 214.6624416334202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077535193909895, 40.013350806999703 ], [ -75.076677888912599, 40.014673719406801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11817, "tnode_": 27262, "lpoly_": null, "rpoly_": null, "length": 198.27822265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1998, "st_code": 34755, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 661028, "oneway": "TF", "class": 12, "responsibl": "PHA", "update_": "2008-04-28T00:00:00Z", "newsegdate": "1998-08-14T00:00:00Z", "multi_rep": 0, "streetlabe": "FOULKROD PL", "stname": "FOULKROD PL", "objectid": 27035, "Shape__Length": 78.902240785742208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077260380721398, 40.014983012618501 ], [ -75.076677888912599, 40.014673719406801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27263, "tnode_": 12014, "lpoly_": null, "rpoly_": null, "length": 161.07595297999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 53440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 661029, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-08-14T00:00:00Z", "newsegdate": "1998-08-14T00:00:00Z", "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 27036, "Shape__Length": 64.258960054990467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077535193909895, 40.013350806999703 ], [ -75.077428025359794, 40.012916380464297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27262, "tnode_": 27325, "lpoly_": null, "rpoly_": null, "length": 487.03045872999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 45755, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 661030, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-08-17T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON PL", "stname": "JACKSON PL", "objectid": 27037, "Shape__Length": 193.62348945994518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076677888912599, 40.014673719406801 ], [ -75.075012505000601, 40.015058059332802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27326, "tnode_": 27327, "lpoly_": null, "rpoly_": null, "length": 379.57919798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 34010, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 661031, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-10-19T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FILLMORE PL", "stname": "FILLMORE PL", "objectid": 27038, "Shape__Length": 151.06665685925228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076507803182494, 40.015810078143602 ], [ -75.075415768931606, 40.015193060660302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11730, "tnode_": 27326, "lpoly_": null, "rpoly_": null, "length": 85.36398901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4830, "l_t_add": 4836, "r_f_add": 4831, "r_t_add": 4839, "st_code": 76560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 661032, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2005-11-18T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 27039, "Shape__Length": 34.017381244934334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076681091924499, 40.015617310206501 ], [ -75.076507803182494, 40.015810078143602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27329, "tnode_": 11817, "lpoly_": null, "rpoly_": null, "length": 128.78557653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1835, "l_t_add": 1899, "r_f_add": 1834, "r_t_add": 1898, "st_code": 34760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661033, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 27040, "Shape__Length": 51.249149475018491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077638153809005, 40.015184535711597 ], [ -75.077260380721398, 40.014983012618501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27331, "tnode_": 27329, "lpoly_": null, "rpoly_": null, "length": 76.99628942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOUD", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4770, "l_t_add": 4798, "r_f_add": 4771, "r_t_add": 4799, "st_code": 23936, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661034, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOUD CT", "stname": "CLOUD CT", "objectid": 27041, "Shape__Length": 30.680954621381975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077797697093402, 40.015012413494702 ], [ -75.077638153809005, 40.015184535711597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27328, "tnode_": 27332, "lpoly_": null, "rpoly_": null, "length": 63.13155494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1822, "st_code": 34755, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661035, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FOULKROD PL", "stname": "FOULKROD PL", "objectid": 27042, "Shape__Length": 25.123425919166312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078160080740105, 40.015208934506099 ], [ -75.077975892339495, 40.015109048767499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27332, "tnode_": 27331, "lpoly_": null, "rpoly_": null, "length": 61.07735141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1824, "r_t_add": 1898, "st_code": 34755, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661036, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "FOULKROD PL", "stname": "FOULKROD PL", "objectid": 27043, "Shape__Length": 24.305913042373838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077975892339495, 40.015109048767499 ], [ -75.077797697093402, 40.015012413494702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27333, "tnode_": 27332, "lpoly_": null, "rpoly_": null, "length": 92.60440198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "TER", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4770, "l_t_add": 4798, "r_f_add": 4771, "r_t_add": 4799, "st_code": 22440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661037, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-09-02T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CHARLES TER", "stname": "CHARLES TER", "objectid": 27044, "Shape__Length": 36.899641267598717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078169098843603, 40.014902763492202 ], [ -75.077975892339495, 40.015109048767499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27335, "tnode_": 27331, "lpoly_": null, "rpoly_": null, "length": 92.68947628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOUD", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4748, "l_t_add": 4768, "r_f_add": 4751, "r_t_add": 4769, "st_code": 23936, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661038, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-05-19T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOUD CT", "stname": "CLOUD CT", "objectid": 27045, "Shape__Length": 36.934165687664688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077989757631897, 40.014805209813296 ], [ -75.077797697093402, 40.015012413494702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27333, "tnode_": 27335, "lpoly_": null, "rpoly_": null, "length": 61.53267215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 47370, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661039, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "KENNEDY CT", "stname": "KENNEDY CT", "objectid": 27046, "Shape__Length": 24.487165765126012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078169098843603, 40.014902763492202 ], [ -75.077989757631897, 40.014805209813296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27335, "tnode_": 27330, "lpoly_": null, "rpoly_": null, "length": 54.97116819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1850, "r_t_add": 1898, "st_code": 47370, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661040, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "KENNEDY CT", "stname": "KENNEDY CT", "objectid": 27047, "Shape__Length": 21.875960386236148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077989757631897, 40.014805209813296 ], [ -75.077829540949196, 40.0147180583321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27334, "tnode_": 27330, "lpoly_": null, "rpoly_": null, "length": 102.3709841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4730, "l_t_add": 4748, "r_f_add": 4731, "r_t_add": 4749, "st_code": 76550, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661041, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "TACKAWANNA PL", "stname": "TACKAWANNA PL", "objectid": 27048, "Shape__Length": 40.792834287321277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078039612255907, 40.014488097182102 ], [ -75.077829540949196, 40.0147180583321 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27336, "tnode_": 27333, "lpoly_": null, "rpoly_": null, "length": 100.9064688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "TER", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4730, "l_t_add": 4768, "r_f_add": 4731, "r_t_add": 4769, "st_code": 22440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661042, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-09-02T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CHARLES TER", "stname": "CHARLES TER", "objectid": 27049, "Shape__Length": 40.207600130822279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078379625352596, 40.014677984301301 ], [ -75.078376065701605, 40.0146817849594 ], [ -75.078206989166503, 40.014862308152303 ], [ -75.078169098843603, 40.014902763492202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27336, "tnode_": 27334, "lpoly_": null, "rpoly_": null, "length": 117.70754275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "CT", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 42010, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661043, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "HERBERT CT", "stname": "HERBERT CT", "objectid": 27050, "Shape__Length": 46.844171937378732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078379625352596, 40.014677984301301 ], [ -75.078039612255907, 40.014488097182102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27338, "tnode_": 27337, "lpoly_": null, "rpoly_": null, "length": 118.95649769000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1869, "r_f_add": 1800, "r_t_add": 1868, "st_code": 53438, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661044, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "MARGARET PL", "stname": "MARGARET PL", "objectid": 27051, "Shape__Length": 47.338597984269128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078603218312594, 40.014439252501298 ], [ -75.078256168833903, 40.014251035012599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27338, "tnode_": 27336, "lpoly_": null, "rpoly_": null, "length": 107.1698724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "TER", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 22440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661045, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2006-09-02T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CHARLES TER", "stname": "CHARLES TER", "objectid": 27052, "Shape__Length": 42.703196522737308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078603218312594, 40.014439252501298 ], [ -75.078379625352596, 40.014677984301301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27337, "tnode_": 27334, "lpoly_": null, "rpoly_": null, "length": 105.53198681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4729, "st_code": 76550, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661046, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "TACKAWANNA PL", "stname": "TACKAWANNA PL", "objectid": 27053, "Shape__Length": 42.052288435487675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078256168833903, 40.014251035012599 ], [ -75.078043575094696, 40.0144837589852 ], [ -75.078039612255907, 40.014488097182102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27337, "tnode_": 27339, "lpoly_": null, "rpoly_": null, "length": 76.43578677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "PL", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1871, "l_t_add": 1899, "r_f_add": 1870, "r_t_add": 1898, "st_code": 53438, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661047, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-06-25T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "MARGARET PL", "stname": "MARGARET PL", "objectid": 27054, "Shape__Length": 30.417462173841905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078256168833903, 40.014251035012599 ], [ -75.078033171893793, 40.014130095365203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11928, "tnode_": 27339, "lpoly_": null, "rpoly_": null, "length": 134.22730282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4720, "r_f_add": 4701, "r_t_add": 4709, "st_code": 76560, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661048, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": "1998-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 27055, "Shape__Length": 53.487228025043684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0783070982217, 40.013827759660799 ], [ -75.078033171893793, 40.014130095365203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28421, "tnode_": 28422, "lpoly_": null, "rpoly_": null, "length": 663.60293217999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9105, "l_hundred": 0, "r_hundred": 0, "seg_id": 661053, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F", "stname": "DELAWARE EXPY RAMP F", "objectid": 27056, "Shape__Length": 264.35287514172154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085842139846903, 40.000899727063299 ], [ -75.085847046450496, 40.000774681236898 ], [ -75.085821336968493, 40.000635507499098 ], [ -75.085692855639707, 40.000489928988898 ], [ -75.085612778313404, 40.000414776303501 ], [ -75.085396224473996, 40.000222953659701 ], [ -75.084962321594503, 39.999836885524999 ], [ -75.084870038080197, 39.999754326188601 ], [ -75.084858013779396, 39.999742246111701 ], [ -75.084524473301002, 39.999442573217102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30122, "tnode_": 28423, "lpoly_": null, "rpoly_": null, "length": 1051.3285263100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661054, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 27057, "Shape__Length": 418.96868845519361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086007059439893, 40.000962676955503 ], [ -75.085974824210595, 40.000541821351398 ], [ -75.085834364671101, 40.000341862146399 ], [ -75.085557241357805, 40.000032771289099 ], [ -75.085251185100901, 39.999687520645899 ], [ -75.084865093321994, 39.999243471750297 ], [ -75.084756549087203, 39.999120325896598 ], [ -75.084753873306795, 39.999120263770102 ], [ -75.084600986352598, 39.998944120756697 ], [ -75.084494933697101, 39.998825753030303 ], [ -75.084351061013393, 39.9986474591446 ], [ -75.0842547616231, 39.998508076559503 ], [ -75.084233448148495, 39.998476425462201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28422, "tnode_": 28425, "lpoly_": null, "rpoly_": null, "length": 1790.36863038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9105, "l_hundred": 0, "r_hundred": 0, "seg_id": 661055, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F", "stname": "DELAWARE EXPY RAMP F", "objectid": 27058, "Shape__Length": 712.67609184752428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084524473301002, 39.999442573217102 ], [ -75.083720607087102, 39.998720315315403 ], [ -75.083670360570295, 39.998681300050499 ], [ -75.083613071371104, 39.998639760449997 ], [ -75.083525363180996, 39.998599874945398 ], [ -75.083398874898606, 39.998547286695903 ], [ -75.083182395646702, 39.9984902487464 ], [ -75.083020623973098, 39.998472286363103 ], [ -75.082875852562594, 39.998476046359301 ], [ -75.082693494742301, 39.998504894473797 ], [ -75.082496979060494, 39.998575982033799 ], [ -75.082038873504104, 39.998806544116398 ], [ -75.081806325726902, 39.998931205985002 ], [ -75.081563745285393, 39.9990839989295 ], [ -75.081352958575806, 39.999268255092801 ], [ -75.080903655509005, 39.999683455036802 ], [ -75.080429354820694, 40.000166644803599 ], [ -75.080268601444402, 40.000349745174397 ], [ -75.080224023190596, 40.000393637907301 ], [ -75.079899935280906, 40.000691598834599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28423, "tnode_": 28424, "lpoly_": null, "rpoly_": null, "length": 1470.66171134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 661056, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 27059, "Shape__Length": 585.10483999007329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084233448148495, 39.998476425462201 ], [ -75.083974792582396, 39.998203592732203 ], [ -75.083880207121695, 39.998111537960597 ], [ -75.083796289149106, 39.998043375956797 ], [ -75.083698471160602, 39.997965449930803 ], [ -75.083611042787396, 39.997918489700901 ], [ -75.083487787534494, 39.9978517735304 ], [ -75.083245136181006, 39.997751617525097 ], [ -75.083068990898795, 39.997695456850003 ], [ -75.082914669117997, 39.997646941899099 ], [ -75.082777538452206, 39.997615347653799 ], [ -75.082704065985496, 39.997599479694102 ], [ -75.082612849750106, 39.997580796297797 ], [ -75.082520649036795, 39.997564449774202 ], [ -75.082444129262896, 39.997557951027801 ], [ -75.082257384958794, 39.997539450426899 ], [ -75.082128151367499, 39.997534086191202 ], [ -75.081984554639007, 39.997530748696498 ], [ -75.0819577501303, 39.997532077335499 ], [ -75.081854856582098, 39.997537175180902 ], [ -75.081814350228299, 39.997545673846403 ], [ -75.081758865073198, 39.9975491479222 ], [ -75.081657338455997, 39.997565669217003 ], [ -75.081648092274804, 39.997567585243701 ], [ -75.081554732873897, 39.997586928239699 ], [ -75.081424198427996, 39.9976146615207 ], [ -75.081231993557907, 39.997666923455597 ], [ -75.081119540068798, 39.997711598240699 ], [ -75.080928523500305, 39.997801777860097 ], [ -75.080882643759793, 39.997828614481698 ], [ -75.080745776621995, 39.9979086709508 ], [ -75.080483259272995, 39.998091722569001 ], [ -75.080342115794494, 39.998230308040498 ], [ -75.080246068050997, 39.998334496142498 ], [ -75.0801914576559, 39.998406520270997 ], [ -75.0801553345309, 39.998462452879998 ], [ -75.080042908665803, 39.998644108910497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28426, "tnode_": 28423, "lpoly_": null, "rpoly_": null, "length": 1556.22662003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661057, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 27060, "Shape__Length": 620.6624058747675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085074041871906, 39.994297868334499 ], [ -75.084627863331605, 39.995894296961303 ], [ -75.084299361104399, 39.997144679119899 ], [ -75.084146210254602, 39.997680270211703 ], [ -75.084127095734203, 39.997757840095097 ], [ -75.084110306292601, 39.997889876845797 ], [ -75.084107972516804, 39.998017529670697 ], [ -75.084113551990896, 39.998102796664099 ], [ -75.0841255261481, 39.998207093447597 ], [ -75.084139747080698, 39.998299641493702 ], [ -75.084156065174497, 39.998361513696899 ], [ -75.084233448148495, 39.998476425462201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28565, "tnode_": 28566, "lpoly_": null, "rpoly_": null, "length": 198.79621819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 200, "l_t_add": 204, "r_f_add": 201, "r_t_add": 205, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661097, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27061, "Shape__Length": 79.022750902021187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067993315755103, 40.0064077778921 ], [ -75.067312690581204, 40.006562249308303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28566, "tnode_": 28567, "lpoly_": null, "rpoly_": null, "length": 61.98090354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 206, "l_t_add": 206, "r_f_add": 207, "r_t_add": 207, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661098, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27062, "Shape__Length": 24.637321940549175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067312690581204, 40.006562249308303 ], [ -75.067099876509801, 40.0066087978892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28568, "tnode_": 28569, "lpoly_": null, "rpoly_": null, "length": 200.32586286999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 200, "l_t_add": 204, "r_f_add": 201, "r_t_add": 205, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661099, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27063, "Shape__Length": 79.630548700044926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067736429030106, 40.005715180592802 ], [ -75.067051241237905, 40.005872569420902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28422, "tnode_": 28427, "lpoly_": null, "rpoly_": null, "length": 3038.2472573299997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 661058, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-03T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 27064, "Shape__Length": 1209.7063465722847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084524473301002, 39.999442573217102 ], [ -75.084122608047707, 39.999372818413597 ], [ -75.083724786170706, 39.999318650375699 ], [ -75.0830740626064, 39.999225519462698 ], [ -75.082523757930105, 39.9991441594455 ], [ -75.082340335732397, 39.9991091292123 ], [ -75.082184470248805, 39.999077142190302 ], [ -75.082063389987496, 39.999045963421203 ], [ -75.081941975548204, 39.999000572758703 ], [ -75.081829573192294, 39.998953030712698 ], [ -75.081727166280601, 39.998901001244398 ], [ -75.081624947740195, 39.998844212260401 ], [ -75.081529249133595, 39.998780537621698 ], [ -75.0814128893808, 39.998697415686699 ], [ -75.081296379465599, 39.998595407935298 ], [ -75.081208597126903, 39.998489305054598 ], [ -75.081121837429905, 39.998357221851698 ], [ -75.081043346754001, 39.998241893760301 ], [ -75.080987098104202, 39.998105799290002 ], [ -75.080932874895794, 39.997986315707799 ], [ -75.080891752442596, 39.997874217092502 ], [ -75.080887441227503, 39.997852636944003 ], [ -75.080876087967397, 39.997795795723903 ], [ -75.080860607261002, 39.997712700423101 ], [ -75.080838176579405, 39.9975111792481 ], [ -75.080838062878499, 39.997355104679897 ], [ -75.080849952908807, 39.997186331545301 ], [ -75.080944915353996, 39.996839725259399 ], [ -75.080992556211399, 39.9967178472832 ], [ -75.081072191274302, 39.996554186788302 ], [ -75.081218512846306, 39.996351867787901 ], [ -75.081354802043293, 39.996177681031803 ], [ -75.0814763738843, 39.996059923833101 ], [ -75.081673216085804, 39.995889504256297 ], [ -75.081896385135195, 39.995707895388499 ], [ -75.082325255531501, 39.995334787027097 ], [ -75.0826059465398, 39.995097740961498 ], [ -75.083132928721, 39.994658336026397 ], [ -75.083359416515293, 39.994460236883199 ], [ -75.083563605216099, 39.994261620215298 ], [ -75.083958133288803, 39.9938356517115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13969, "tnode_": 13687, "lpoly_": null, "rpoly_": null, "length": 1042.9242610399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4260, "l_t_add": 4398, "r_f_add": 4261, "r_t_add": 4399, "st_code": 70780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661059, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-05T00:00:00Z", "newsegdate": "2002-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 27065, "Shape__Length": 414.89901681705936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077255167270806, 39.996453539130499 ], [ -75.076484011626107, 39.996861964487003 ], [ -75.074175539149905, 39.998061744767099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13855, "tnode_": 13583, "lpoly_": null, "rpoly_": null, "length": 1048.0833539800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4260, "l_t_add": 4398, "r_f_add": 4261, "r_t_add": 4399, "st_code": 30740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661060, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-05T00:00:00Z", "newsegdate": "2002-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 27066, "Shape__Length": 416.95750591567696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077813829796497, 39.997089604304499 ], [ -75.077052436373506, 39.997492586054598 ], [ -75.074721895000806, 39.998709126742199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13763, "tnode_": 13518, "lpoly_": null, "rpoly_": null, "length": 1042.13037394, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4260, "l_t_add": 4398, "r_f_add": 4261, "r_t_add": 4399, "st_code": 77140, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-05T00:00:00Z", "newsegdate": "2002-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 27067, "Shape__Length": 414.58908186577276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078292210843998, 39.997643746780199 ], [ -75.077504611274904, 39.998049105002202 ], [ -75.075213057206994, 39.999248676067502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13643, "tnode_": 13404, "lpoly_": null, "rpoly_": null, "length": 1044.29988331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4270, "l_t_add": 4398, "r_f_add": 4271, "r_t_add": 4399, "st_code": 12300, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661062, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-04-05T00:00:00Z", "newsegdate": "2002-04-05T00:00:00Z", "multi_rep": 0, "streetlabe": "ALMOND ST", "stname": "ALMOND ST", "objectid": 27068, "Shape__Length": 415.45643576820964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079023579721294, 39.998462319564702 ], [ -75.078241156692499, 39.9988658120932 ], [ -75.075936957141195, 40.000069443007298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28425, "tnode_": 13287, "lpoly_": null, "rpoly_": null, "length": 466.31990107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661065, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27069, "Shape__Length": 185.78084469264974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079899935280906, 40.000691598834599 ], [ -75.079656201210696, 40.000982748393497 ], [ -75.078939770961298, 40.001736716628599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13394, "tnode_": 28421, "lpoly_": null, "rpoly_": null, "length": 972.77655128000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "XY", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9200, "l_hundred": 0, "r_hundred": 0, "seg_id": 661066, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP XY", "stname": "DELAWARE EXPY RAMP XY", "objectid": 27070, "Shape__Length": 387.35716553014151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083640938342498, 40.000334263880703 ], [ -75.084074916945795, 40.000993441189799 ], [ -75.084345054054396, 40.001336808471201 ], [ -75.084500416413505, 40.001404984487202 ], [ -75.084750603531603, 40.001514771549402 ], [ -75.084918511894998, 40.0015106073051 ], [ -75.085163543128402, 40.001504528976497 ], [ -75.0853807389813, 40.001421431058198 ], [ -75.085530015479307, 40.001364318194398 ], [ -75.085716166346899, 40.001219920442097 ], [ -75.085800443186002, 40.001043414837703 ], [ -75.085842139846903, 40.000899727063299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28424, "tnode_": 14043, "lpoly_": null, "rpoly_": null, "length": 1319.0800474499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661067, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2003-07-21T00:00:00Z", "newsegdate": "2002-04-29T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27071, "Shape__Length": 526.06428639331205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080042908665803, 39.998644108910497 ], [ -75.080123525173804, 39.998461713041301 ], [ -75.080136051790305, 39.998433372023797 ], [ -75.080337362121796, 39.997939327158903 ], [ -75.080411558119494, 39.997661278703099 ], [ -75.080446966617004, 39.997364082995603 ], [ -75.0804447838416, 39.997017355957702 ], [ -75.080287914523197, 39.996381175287198 ], [ -75.079846980349203, 39.995121855858798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12841, "tnode_": 28476, "lpoly_": null, "rpoly_": null, "length": 76.92451647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4001, "l_t_add": 4029, "r_f_add": 4000, "r_t_add": 4032, "st_code": 61520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661070, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2002-07-03T00:00:00Z", "newsegdate": "2002-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 27072, "Shape__Length": 30.664294695080709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0896093160042, 40.005096970343303 ], [ -75.0894861618427, 40.005285708458899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28476, "tnode_": 12737, "lpoly_": null, "rpoly_": null, "length": 503.76196841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4034, "l_t_add": 4098, "r_f_add": 4031, "r_t_add": 4099, "st_code": 61520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": "2002-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORCHARD ST", "stname": "ORCHARD ST", "objectid": 27073, "Shape__Length": 200.81590332364672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0894861618427, 40.005285708458899 ], [ -75.088679636329005, 40.006521710627901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12653, "tnode_": 28533, "lpoly_": null, "rpoly_": null, "length": 657.34268876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMSAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 67318, "l_hundred": 0, "r_hundred": 0, "seg_id": 661074, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "RAMSAY RD", "stname": "RAMSAY RD", "objectid": 27074, "Shape__Length": 261.25096318734484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068348130265406, 40.006933435068298 ], [ -75.068101368495604, 40.006944903313801 ], [ -75.066040143842699, 40.007251144097999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28537, "tnode_": 28533, "lpoly_": null, "rpoly_": null, "length": 238.3067513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 109, "r_f_add": 100, "r_t_add": 108, "st_code": 67818, "l_hundred": 100, "r_hundred": 100, "seg_id": 661075, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "REES ST", "stname": "REES ST", "objectid": 27075, "Shape__Length": 95.05305984233577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066235234895004, 40.007886000899603 ], [ -75.066223754493194, 40.007876954550703 ], [ -75.066040143842699, 40.007251144097999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28533, "tnode_": 28534, "lpoly_": null, "rpoly_": null, "length": 147.32295543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 111, "l_t_add": 199, "r_f_add": 110, "r_t_add": 198, "st_code": 67818, "l_hundred": 100, "r_hundred": 100, "seg_id": 661076, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "REES ST", "stname": "REES ST", "objectid": 27076, "Shape__Length": 58.750746601192894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066040143842699, 40.007251144097999 ], [ -75.065947454119296, 40.006905470929198 ], [ -75.065899159416205, 40.006871627588701 ], [ -75.065900548438194, 40.006871021222999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28534, "tnode_": 28571, "lpoly_": null, "rpoly_": null, "length": 253.79249983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 67818, "l_hundred": 200, "r_hundred": 200, "seg_id": 661077, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "REES ST", "stname": "REES ST", "objectid": 27077, "Shape__Length": 101.22077008965786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065900548438194, 40.006871021222999 ], [ -75.0658858527147, 40.006849506691502 ], [ -75.065674271504307, 40.006282955610999 ], [ -75.065654837492801, 40.006201375629303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28536, "tnode_": 28537, "lpoly_": null, "rpoly_": null, "length": 176.562751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REES", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 67818, "l_hundred": 0, "r_hundred": 0, "seg_id": 661078, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "REES ST", "stname": "REES ST", "objectid": 27078, "Shape__Length": 70.409487407862656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066410126284893, 40.008338974201799 ], [ -75.066314698923605, 40.007948617701402 ], [ -75.066235234895004, 40.007886000899603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28534, "tnode_": 28538, "lpoly_": null, "rpoly_": null, "length": 178.64873652999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 212, "l_t_add": 212, "r_f_add": 213, "r_t_add": 213, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661080, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27079, "Shape__Length": 71.013223404178547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065900548438194, 40.006871021222999 ], [ -75.065287422197997, 40.007005930334202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28538, "tnode_": 28539, "lpoly_": null, "rpoly_": null, "length": 253.07618671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 214, "l_t_add": 216, "r_f_add": 215, "r_t_add": 217, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661081, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27080, "Shape__Length": 100.59852074152954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065287422197997, 40.007005930334202 ], [ -75.064418855486196, 40.007197039532997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28539, "tnode_": 28540, "lpoly_": null, "rpoly_": null, "length": 325.05970104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 218, "l_t_add": 224, "r_f_add": 219, "r_t_add": 225, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661082, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27081, "Shape__Length": 129.21271794744968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064418855486196, 40.007197039532997 ], [ -75.0641584939832, 40.007254324642297 ], [ -75.063303383073801, 40.007442903853999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28541, "tnode_": 28542, "lpoly_": null, "rpoly_": null, "length": 157.00080713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 230, "l_t_add": 232, "r_f_add": 231, "r_t_add": 233, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661084, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27082, "Shape__Length": 62.408396583443256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062602520072303, 40.007597459909903 ], [ -75.062300233423301, 40.007664120602797 ], [ -75.062063222594702, 40.007714760057397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28542, "tnode_": 28543, "lpoly_": null, "rpoly_": null, "length": 179.70845767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 234, "l_t_add": 236, "r_f_add": 235, "r_t_add": 237, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661085, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27083, "Shape__Length": 71.448936577077149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062063222594702, 40.007714760057397 ], [ -75.061496325091596, 40.007835882377698 ], [ -75.061467242391302, 40.007870092530297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28543, "tnode_": 28544, "lpoly_": null, "rpoly_": null, "length": 194.30534931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 238, "l_t_add": 240, "r_f_add": 239, "r_t_add": 241, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661086, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27084, "Shape__Length": 77.262983288259704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061467242391302, 40.007870092530297 ], [ -75.061419042754494, 40.007926790217098 ], [ -75.060837807322898, 40.008057403997199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28544, "tnode_": 28545, "lpoly_": null, "rpoly_": null, "length": 394.91792787999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661087, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27085, "Shape__Length": 157.13711388758438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060837807322898, 40.008057403997199 ], [ -75.060743585363298, 40.008019722759897 ], [ -75.059677702555405, 40.008596829634101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28552, "tnode_": 28536, "lpoly_": null, "rpoly_": null, "length": 586.6347394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 34283, "l_hundred": 0, "r_hundred": 0, "seg_id": 661088, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FLAGLER RD", "stname": "FLAGLER RD", "objectid": 27086, "Shape__Length": 233.41545531847385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067802883700196, 40.007637428775602 ], [ -75.067869117600495, 40.007904246269803 ], [ -75.067881157118805, 40.007981033394003 ], [ -75.067885016618405, 40.0080104300201 ], [ -75.0678821662421, 40.008028450989201 ], [ -75.067873585934606, 40.008056203627099 ], [ -75.067858531375094, 40.008085449417102 ], [ -75.067837165975604, 40.008112081611102 ], [ -75.067809127098499, 40.008125408053303 ], [ -75.067787767875899, 40.008131864202497 ], [ -75.067745323959599, 40.008137827743298 ], [ -75.066410126284893, 40.008338974201799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28552, "tnode_": 28537, "lpoly_": null, "rpoly_": null, "length": 448.38115392999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 38, "r_f_add": 1, "r_t_add": 39, "st_code": 84725, "l_hundred": 0, "r_hundred": 0, "seg_id": 661089, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27087, "Shape__Length": 178.20992239555468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067802883700196, 40.007637428775602 ], [ -75.066235234895004, 40.007886000899603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28537, "tnode_": 28553, "lpoly_": null, "rpoly_": null, "length": 178.73293508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 106, "r_f_add": 101, "r_t_add": 107, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661090, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27088, "Shape__Length": 71.039295604978804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066235234895004, 40.007886000899603 ], [ -75.065611932346798, 40.007990850367598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28553, "tnode_": 28591, "lpoly_": null, "rpoly_": null, "length": 106.41654159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 108, "l_t_add": 108, "r_f_add": 109, "r_t_add": 109, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661091, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27089, "Shape__Length": 42.296431593646361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065611932346798, 40.007990850367598 ], [ -75.0652408205558, 40.008053274836399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28554, "tnode_": 28556, "lpoly_": null, "rpoly_": null, "length": 330.49303648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 112, "l_t_add": 118, "r_f_add": 113, "r_t_add": 119, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661092, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27090, "Shape__Length": 131.36236412603435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064768085595304, 40.0081327919671 ], [ -75.063619996891106, 40.008341724345001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28557, "tnode_": 28558, "lpoly_": null, "rpoly_": null, "length": 157.42420771000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 122, "l_t_add": 122, "r_f_add": 123, "r_t_add": 123, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661094, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27091, "Shape__Length": 62.572352845475201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062917690915498, 40.008469525542999 ], [ -75.062381538955293, 40.008567087855603 ], [ -75.062370906309695, 40.008569313218501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28558, "tnode_": 28606, "lpoly_": null, "rpoly_": null, "length": 191.68563299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 124, "l_t_add": 126, "r_f_add": 125, "r_t_add": 125, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661095, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-03-26T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27092, "Shape__Length": 76.195308389249035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062370906309695, 40.008569313218501 ], [ -75.061710650259897, 40.008707538086398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28561, "tnode_": 28562, "lpoly_": null, "rpoly_": null, "length": 275.54463722000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 130, "l_t_add": 198, "r_f_add": 131, "r_t_add": 199, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661096, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27093, "Shape__Length": 109.62758728998583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061118005694794, 40.008831603276697 ], [ -75.060291541935399, 40.0092417880564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28569, "tnode_": 28570, "lpoly_": null, "rpoly_": null, "length": 60.70033829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 206, "l_t_add": 206, "r_f_add": 207, "r_t_add": 207, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661100, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27094, "Shape__Length": 24.129236775122553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067051241237905, 40.005872569420902 ], [ -75.066844224583505, 40.005921780398403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28571, "tnode_": 28572, "lpoly_": null, "rpoly_": null, "length": 469.40470172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 212, "l_t_add": 216, "r_f_add": 213, "r_t_add": 217, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661102, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27095, "Shape__Length": 186.59947702543272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065654837492801, 40.006201375629303 ], [ -75.065580890960504, 40.0061854695386 ], [ -75.065458414669195, 40.006182605638799 ], [ -75.0651834182203, 40.006215637906799 ], [ -75.065083294959706, 40.006224257571702 ], [ -75.065088374415097, 40.006312071476103 ], [ -75.064666035223695, 40.006394273955699 ], [ -75.064118834804702, 40.0064015855002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28572, "tnode_": 28573, "lpoly_": null, "rpoly_": null, "length": 598.39223945000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 218, "l_t_add": 228, "r_f_add": 219, "r_t_add": 229, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661103, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27096, "Shape__Length": 238.00550078179114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064118834804702, 40.0064015855002 ], [ -75.064081917590102, 40.006251878116302 ], [ -75.063775752008098, 40.006253122371803 ], [ -75.063520506701096, 40.0063082793692 ], [ -75.063193384634801, 40.006289661902102 ], [ -75.063150660424398, 40.0062886619965 ], [ -75.0626792037895, 40.006387245626499 ], [ -75.062444316091998, 40.006559330663698 ], [ -75.062315056763197, 40.006658826537198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28573, "tnode_": 28575, "lpoly_": null, "rpoly_": null, "length": 232.384036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 230, "l_t_add": 232, "r_f_add": 231, "r_t_add": 233, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661104, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27097, "Shape__Length": 92.544798376740928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062315056763197, 40.006658826537198 ], [ -75.062306109877497, 40.006665714619302 ], [ -75.062213348708994, 40.006992399470903 ], [ -75.061847382570505, 40.007076783756801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28575, "tnode_": 28577, "lpoly_": null, "rpoly_": null, "length": 170.16078532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 234, "l_t_add": 236, "r_f_add": 235, "r_t_add": 237, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661105, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27098, "Shape__Length": 67.641383944688371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061847382570505, 40.007076783756801 ], [ -75.061583232838203, 40.007137690280501 ], [ -75.061265670285806, 40.007211271860697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28577, "tnode_": 28578, "lpoly_": null, "rpoly_": null, "length": 279.36283955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 238, "l_t_add": 240, "r_f_add": 239, "r_t_add": 241, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661106, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27099, "Shape__Length": 111.05121813206308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061265670285806, 40.007211271860697 ], [ -75.0603114245135, 40.007432373186198 ], [ -75.060310803442206, 40.007432492891503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28578, "tnode_": 28579, "lpoly_": null, "rpoly_": null, "length": 391.01966849000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 242, "l_t_add": 298, "r_f_add": 243, "r_t_add": 299, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661107, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27100, "Shape__Length": 155.55867971455913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060310803442206, 40.007432492891503 ], [ -75.060087343967297, 40.007475355270998 ], [ -75.059129140865195, 40.007985650635199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28592, "tnode_": 28591, "lpoly_": null, "rpoly_": null, "length": 257.67358811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 83540, "l_hundred": 0, "r_hundred": 0, "seg_id": 661108, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WILSON ST", "stname": "WILSON ST", "objectid": 27101, "Shape__Length": 102.77376938700465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065484487696494, 40.008735351085598 ], [ -75.0652408205558, 40.008053274836399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28593, "tnode_": 28554, "lpoly_": null, "rpoly_": null, "length": 329.59645354000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 55315, "l_hundred": 0, "r_hundred": 0, "seg_id": 661110, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MELLON ST", "stname": "MELLON ST", "objectid": 27102, "Shape__Length": 131.44640352351419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065096760577404, 40.008987137730202 ], [ -75.064824958427707, 40.008159686612402 ], [ -75.064768085595304, 40.0081327919671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28539, "tnode_": 28584, "lpoly_": null, "rpoly_": null, "length": 197.55474643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 265, "r_f_add": 200, "r_t_add": 264, "st_code": 55315, "l_hundred": 200, "r_hundred": 200, "seg_id": 661112, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MELLON ST", "stname": "MELLON ST", "objectid": 27103, "Shape__Length": 78.790622398840185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064418855486196, 40.007197039532997 ], [ -75.064219917535198, 40.006676752611199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28584, "tnode_": 28572, "lpoly_": null, "rpoly_": null, "length": 104.16144253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 267, "l_t_add": 299, "r_f_add": 266, "r_t_add": 298, "st_code": 55315, "l_hundred": 200, "r_hundred": 200, "seg_id": 661113, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MELLON ST", "stname": "MELLON ST", "objectid": 27104, "Shape__Length": 41.543321107482534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064219917535198, 40.006676752611199 ], [ -75.064118834804702, 40.0064015855002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28584, "tnode_": 28585, "lpoly_": null, "rpoly_": null, "length": 319.01322143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 33510, "l_hundred": 200, "r_hundred": 200, "seg_id": 661114, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-27T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "FARLEY RD", "stname": "FARLEY RD", "objectid": 27105, "Shape__Length": 126.80936778727555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064219917535198, 40.006676752611199 ], [ -75.063126530473198, 40.006921578304599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28556, "tnode_": 28599, "lpoly_": null, "rpoly_": null, "length": 107.04013476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 113, "r_f_add": 100, "r_t_add": 112, "st_code": 15465, "l_hundred": 100, "r_hundred": 100, "seg_id": 661116, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27106, "Shape__Length": 42.693414333323169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063619996891106, 40.008341724345001 ], [ -75.063520090953105, 40.008058107226198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28540, "tnode_": 28585, "lpoly_": null, "rpoly_": null, "length": 196.26546805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 15465, "l_hundred": 200, "r_hundred": 200, "seg_id": 661117, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27107, "Shape__Length": 78.281583745068019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063303383073801, 40.007442903853999 ], [ -75.063126530473198, 40.006921578304599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28597, "tnode_": 28556, "lpoly_": null, "rpoly_": null, "length": 138.33742143000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 43, "l_t_add": 99, "r_f_add": 42, "r_t_add": 98, "st_code": 15465, "l_hundred": 0, "r_hundred": 0, "seg_id": 661119, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27108, "Shape__Length": 55.168483559024182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063765373443601, 40.008699311558097 ], [ -75.063653339255495, 40.008365373054801 ], [ -75.063619996891106, 40.008341724345001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28755, "tnode_": 28595, "lpoly_": null, "rpoly_": null, "length": 189.45946795999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRNIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 17690, "l_hundred": 0, "r_hundred": 0, "seg_id": 661120, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BIRNIE RD", "stname": "BIRNIE RD", "objectid": 27109, "Shape__Length": 75.313965509311558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064483655976005, 40.00875956478 ], [ -75.063835009450699, 40.008906871172101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28596, "tnode_": 28597, "lpoly_": null, "rpoly_": null, "length": 108.93977733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTT", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 71385, "l_hundred": 0, "r_hundred": 0, "seg_id": 661121, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SCOTT RD", "stname": "SCOTT RD", "objectid": 27110, "Shape__Length": 43.302750294682632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064141762675504, 40.008624075296403 ], [ -75.063765373443601, 40.008699311558097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28602, "tnode_": 28603, "lpoly_": null, "rpoly_": null, "length": 162.25030092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 68540, "l_hundred": 0, "r_hundred": 0, "seg_id": 661122, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 27111, "Shape__Length": 64.714188192315078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063371354399806, 40.009709772469201 ], [ -75.063214518922393, 40.0092810142377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28557, "tnode_": 28541, "lpoly_": null, "rpoly_": null, "length": 329.71848846999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 68540, "l_hundred": 100, "r_hundred": 100, "seg_id": 661123, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 27112, "Shape__Length": 131.50757810464972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062917690915498, 40.008469525542999 ], [ -75.062602520072303, 40.007597459909903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28574, "tnode_": 28573, "lpoly_": null, "rpoly_": null, "length": 264.40869563999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68540, "l_hundred": 200, "r_hundred": 200, "seg_id": 661124, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 27113, "Shape__Length": 105.46013038529476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062555538920293, 40.0073607069438 ], [ -75.062315056763197, 40.006658826537198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28558, "tnode_": 28542, "lpoly_": null, "rpoly_": null, "length": 323.01046997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 77105, "l_hundred": 100, "r_hundred": 100, "seg_id": 661125, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS ST", "stname": "THOMAS ST", "objectid": 27114, "Shape__Length": 128.83255505354407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062370906309695, 40.008569313218501 ], [ -75.062063222594702, 40.007714760057397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28542, "tnode_": 28575, "lpoly_": null, "rpoly_": null, "length": 240.14008987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 77105, "l_hundred": 200, "r_hundred": 200, "seg_id": 661126, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS ST", "stname": "THOMAS ST", "objectid": 27115, "Shape__Length": 95.781643366050957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062063222594702, 40.007714760057397 ], [ -75.061847382570505, 40.007076783756801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28575, "tnode_": 28576, "lpoly_": null, "rpoly_": null, "length": 84.50532896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 77105, "l_hundred": 300, "r_hundred": 300, "seg_id": 661127, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS ST", "stname": "THOMAS ST", "objectid": 27116, "Shape__Length": 33.69975390611237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061847382570505, 40.007076783756801 ], [ -75.061749309045496, 40.006857408206301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28606, "tnode_": 28561, "lpoly_": null, "rpoly_": null, "length": 172.05585126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 128, "l_t_add": 128, "r_f_add": 127, "r_t_add": 129, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661128, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27117, "Shape__Length": 68.392573211660093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061710650259897, 40.008707538086398 ], [ -75.061118005694794, 40.008831603276697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28606, "tnode_": 28543, "lpoly_": null, "rpoly_": null, "length": 314.94603064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 23560, "l_hundred": 100, "r_hundred": 100, "seg_id": 661129, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CLAY ST", "stname": "CLAY ST", "objectid": 27118, "Shape__Length": 125.62103892451525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061710650259897, 40.008707538086398 ], [ -75.061451979050901, 40.0079728589197 ], [ -75.061467242391302, 40.007870092530297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28543, "tnode_": 28577, "lpoly_": null, "rpoly_": null, "length": 246.55009478000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 23560, "l_hundred": 200, "r_hundred": 200, "seg_id": 661130, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CLAY ST", "stname": "CLAY ST", "objectid": 27119, "Shape__Length": 98.342760885345541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061467242391302, 40.007870092530297 ], [ -75.061265670285806, 40.007211271860697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28561, "tnode_": 28544, "lpoly_": null, "rpoly_": null, "length": 292.74597491000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 30345, "l_hundred": 100, "r_hundred": 100, "seg_id": 661131, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "EAKIN ST", "stname": "EAKIN ST", "objectid": 27120, "Shape__Length": 116.76177805970676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061118005694794, 40.008831603276697 ], [ -75.060837807322898, 40.008057403997199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28544, "tnode_": 28578, "lpoly_": null, "rpoly_": null, "length": 271.39272472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 30345, "l_hundred": 200, "r_hundred": 200, "seg_id": 661132, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "EAKIN ST", "stname": "EAKIN ST", "objectid": 27121, "Shape__Length": 108.1483541801735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060837807322898, 40.008057403997199 ], [ -75.060793945504599, 40.0079963533924 ], [ -75.060310803442206, 40.007432492891503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28578, "tnode_": 28580, "lpoly_": null, "rpoly_": null, "length": 116.52703898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 301, "l_t_add": 305, "r_f_add": 300, "r_t_add": 304, "st_code": 30345, "l_hundred": 300, "r_hundred": 300, "seg_id": 661133, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "EAKIN ST", "stname": "EAKIN ST", "objectid": 27122, "Shape__Length": 46.419192665618702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060310803442206, 40.007432492891503 ], [ -75.060242630514296, 40.007390483761299 ], [ -75.060055971854098, 40.007182506317001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28580, "tnode_": 28582, "lpoly_": null, "rpoly_": null, "length": 207.98376453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EAKIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 307, "l_t_add": 399, "r_f_add": 306, "r_t_add": 398, "st_code": 30345, "l_hundred": 300, "r_hundred": 300, "seg_id": 661134, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-01-29T00:00:00Z", "multi_rep": 0, "streetlabe": "EAKIN ST", "stname": "EAKIN ST", "objectid": 27123, "Shape__Length": 82.870693396663683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060055971854098, 40.007182506317001 ], [ -75.059634249978103, 40.006712611169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28580, "tnode_": 28581, "lpoly_": null, "rpoly_": null, "length": 381.76076818999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUNROE", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 57590, "l_hundred": 300, "r_hundred": 300, "seg_id": 661135, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "MUNROE RD", "stname": "MUNROE RD", "objectid": 27124, "Shape__Length": 151.89611803954452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060055971854098, 40.007182506317001 ], [ -75.058928778876805, 40.007771505946302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28582, "tnode_": 28583, "lpoly_": null, "rpoly_": null, "length": 378.16213331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAIDLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 48790, "l_hundred": 300, "r_hundred": 300, "seg_id": 661136, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "LAIDLEY RD", "stname": "LAIDLEY RD", "objectid": 27125, "Shape__Length": 150.46216687571032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059634249978103, 40.006712611169 ], [ -75.0585162240084, 40.0072943959551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28604, "tnode_": 28605, "lpoly_": null, "rpoly_": null, "length": 313.53660994000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 73, "r_f_add": 2, "r_t_add": 72, "st_code": 80970, "l_hundred": 0, "r_hundred": 0, "seg_id": 661137, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27126, "Shape__Length": 124.94064341087937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061397004959801, 40.010513321632601 ], [ -75.0607749257195, 40.009797796838797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28562, "tnode_": 28545, "lpoly_": null, "rpoly_": null, "length": 291.14813464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 80970, "l_hundred": 100, "r_hundred": 100, "seg_id": 661138, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27127, "Shape__Length": 115.99875089121934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060291541935399, 40.0092417880564 ], [ -75.059677702555405, 40.008596829634101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28545, "tnode_": 28579, "lpoly_": null, "rpoly_": null, "length": 270.52314434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 80970, "l_hundred": 200, "r_hundred": 200, "seg_id": 661139, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27128, "Shape__Length": 107.79148916330554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059677702555405, 40.008596829634101 ], [ -75.059129140865195, 40.007985650635199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28579, "tnode_": 28581, "lpoly_": null, "rpoly_": null, "length": 96.10237928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 301, "l_t_add": 305, "r_f_add": 300, "r_t_add": 304, "st_code": 80970, "l_hundred": 300, "r_hundred": 300, "seg_id": 661140, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27129, "Shape__Length": 38.289528112057724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059129140865195, 40.007985650635199 ], [ -75.058928778876805, 40.007771505946302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28581, "tnode_": 28583, "lpoly_": null, "rpoly_": null, "length": 208.72356921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 307, "l_t_add": 399, "r_f_add": 306, "r_t_add": 398, "st_code": 80970, "l_hundred": 300, "r_hundred": 300, "seg_id": 661141, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27130, "Shape__Length": 83.171434832465309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058928778876805, 40.007771505946302 ], [ -75.0589147364512, 40.007756498733897 ], [ -75.0585162240084, 40.0072943959551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28599, "tnode_": 28601, "lpoly_": null, "rpoly_": null, "length": 140.60036419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 115, "l_t_add": 117, "r_f_add": 114, "r_t_add": 120, "st_code": 15465, "l_hundred": 100, "r_hundred": 100, "seg_id": 661142, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27131, "Shape__Length": 56.078785777474515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063520090953105, 40.008058107226198 ], [ -75.0633888609933, 40.007685568048302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28601, "tnode_": 28540, "lpoly_": null, "rpoly_": null, "length": 91.58396633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 119, "l_t_add": 199, "r_f_add": 122, "r_t_add": 198, "st_code": 15465, "l_hundred": 100, "r_hundred": 100, "seg_id": 661143, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27132, "Shape__Length": 36.528316465262328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0633888609933, 40.007685568048302 ], [ -75.063303383073801, 40.007442903853999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28598, "tnode_": 28599, "lpoly_": null, "rpoly_": null, "length": 202.68924414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROMFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 69165, "l_hundred": 100, "r_hundred": 100, "seg_id": 661144, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "ROMFORD RD", "stname": "ROMFORD RD", "objectid": 27133, "Shape__Length": 80.566691431348971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064220350428798, 40.007918039121797 ], [ -75.063520090953105, 40.008058107226198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28600, "tnode_": 28601, "lpoly_": null, "rpoly_": null, "length": 205.41451532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAYNADIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 41350, "l_hundred": 100, "r_hundred": 100, "seg_id": 661145, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-23T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "HAYNADIER ST", "stname": "HAYNADIER ST", "objectid": 27134, "Shape__Length": 81.652671429682016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064094806960597, 40.007533028238598 ], [ -75.0633888609933, 40.007685568048302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28603, "tnode_": 28557, "lpoly_": null, "rpoly_": null, "length": 307.08252482999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 68540, "l_hundred": 0, "r_hundred": 0, "seg_id": 661146, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 27135, "Shape__Length": 122.47999648088329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063214518922393, 40.0092810142377 ], [ -75.062917690915498, 40.008469525542999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28605, "tnode_": 28562, "lpoly_": null, "rpoly_": null, "length": 243.63697464999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALBACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 75, "l_t_add": 99, "r_f_add": 74, "r_t_add": 98, "st_code": 80970, "l_hundred": 0, "r_hundred": 0, "seg_id": 661147, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-29T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WALBACH ST", "stname": "WALBACH ST", "objectid": 27136, "Shape__Length": 97.085561113183516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0607749257195, 40.009797796838797 ], [ -75.060291541935399, 40.0092417880564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28603, "tnode_": 28605, "lpoly_": null, "rpoly_": null, "length": 708.83670945999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENET", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 50, "l_t_add": 98, "r_f_add": 53, "r_t_add": 99, "st_code": 16825, "l_hundred": 0, "r_hundred": 0, "seg_id": 661148, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BENET RD", "stname": "BENET RD", "objectid": 27137, "Shape__Length": 281.76903207207556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063214518922393, 40.0092810142377 ], [ -75.0607749257195, 40.009797796838797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28565, "tnode_": 28568, "lpoly_": null, "rpoly_": null, "length": 262.36336858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 41478, "l_hundred": 200, "r_hundred": 200, "seg_id": 661149, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "HEATH ST", "stname": "HEATH ST", "objectid": 27138, "Shape__Length": 104.63864842782492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067993315755103, 40.0064077778921 ], [ -75.067736429030106, 40.005715180592802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28566, "tnode_": 28569, "lpoly_": null, "rpoly_": null, "length": 261.69631873999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITTEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 82990, "l_hundred": 200, "r_hundred": 200, "seg_id": 661150, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITTEMORE ST", "stname": "WHITTEMORE ST", "objectid": 27139, "Shape__Length": 104.37157617201642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067312690581204, 40.006562249308303 ], [ -75.067051241237905, 40.005872569420902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28567, "tnode_": 28570, "lpoly_": null, "rpoly_": null, "length": 260.31385833000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 15480, "l_hundred": 200, "r_hundred": 200, "seg_id": 661151, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BAKER ST", "stname": "BAKER ST", "objectid": 27140, "Shape__Length": 103.82136331572491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067099876509801, 40.0066087978892 ], [ -75.066844224583505, 40.005921780398403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28591, "tnode_": 28554, "lpoly_": null, "rpoly_": null, "length": 135.55681328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 110, "l_t_add": 110, "r_f_add": 111, "r_t_add": 111, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661152, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-30T00:00:00Z", "newsegdate": "2003-01-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27141, "Shape__Length": 53.878610914519442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0652408205558, 40.008053274836399 ], [ -75.064768085595304, 40.0081327919671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28608, "tnode_": 28609, "lpoly_": null, "rpoly_": null, "length": 216.74900714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWMAN COMPANY", "st_type": "DWY", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1118, "l_hundred": 0, "r_hundred": 0, "seg_id": 661153, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-31T00:00:00Z", "newsegdate": "2003-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "NEWMAN COMPANY DWY", "stname": "NEWMAN COMPANY DWY", "objectid": 27142, "Shape__Length": 86.377475667919043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053533308110502, 40.015037084460701 ], [ -75.053102595828307, 40.014542767578199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11882, "tnode_": 28608, "lpoly_": null, "rpoly_": null, "length": 807.74335356999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 76600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 661154, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-31T00:00:00Z", "newsegdate": "2003-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 27143, "Shape__Length": 321.40000588314314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055945738134, 40.013823740845197 ], [ -75.053902392271098, 40.014876978158199 ], [ -75.053533308110502, 40.015037084460701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28608, "tnode_": 11676, "lpoly_": null, "rpoly_": null, "length": 414.22232151000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 76600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 661155, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-31T00:00:00Z", "newsegdate": "2003-01-31T00:00:00Z", "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 27144, "Shape__Length": 164.77260806124534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053533308110502, 40.015037084460701 ], [ -75.053059171609902, 40.015242759711001 ], [ -75.052232509504606, 40.015577787700103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11559, "tnode_": 11586, "lpoly_": null, "rpoly_": null, "length": 113.65622021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1991, "l_t_add": 1999, "r_f_add": 1990, "r_t_add": 1998, "st_code": 70900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 661156, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-13T00:00:00Z", "newsegdate": "2003-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 27145, "Shape__Length": 45.295720087416875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066979675013002, 40.016930845138297 ], [ -75.066755479757504, 40.016670789089702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12504, "tnode_": 28732, "lpoly_": null, "rpoly_": null, "length": 148.99151729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4238, "r_f_add": 4201, "r_t_add": 4211, "st_code": 34960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661157, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 27146, "Shape__Length": 59.399659540119927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0900953766009, 40.008771243529402 ], [ -75.089867577332399, 40.009140832260101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28732, "tnode_": 12428, "lpoly_": null, "rpoly_": null, "length": 134.80051871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4240, "l_t_add": 4240, "r_f_add": 4213, "r_t_add": 4231, "st_code": 34960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661158, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2004-06-21T00:00:00Z", "newsegdate": "2003-08-26T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 27147, "Shape__Length": 53.742295601246347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089867577332399, 40.009140832260101 ], [ -75.089661474387597, 40.009475218828698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28751, "tnode_": 28753, "lpoly_": null, "rpoly_": null, "length": 252.51404654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORDECAI", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 56910, "l_hundred": 0, "r_hundred": 0, "seg_id": 661159, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-07T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MORDECAI RD", "stname": "MORDECAI RD", "objectid": 27148, "Shape__Length": 100.39515758604355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064850042248395, 40.009228285579702 ], [ -75.064233820151998, 40.009430189197097 ], [ -75.0640520953785, 40.009411322040201 ], [ -75.064003875205998, 40.009410193920303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12342, "tnode_": 28753, "lpoly_": null, "rpoly_": null, "length": 99.06856864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 9, "r_f_add": 2, "r_t_add": 8, "st_code": 15465, "l_hundred": 0, "r_hundred": 0, "seg_id": 661160, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-07T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27149, "Shape__Length": 39.467596426602825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064200211894402, 40.009621605836998 ], [ -75.064039468478796, 40.009516282236298 ], [ -75.064003875205998, 40.009410193920303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28753, "tnode_": 28752, "lpoly_": null, "rpoly_": null, "length": 111.0122633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 11, "l_t_add": 29, "r_f_add": 10, "r_t_add": 28, "st_code": 15465, "l_hundred": 0, "r_hundred": 0, "seg_id": 661161, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-06-14T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27150, "Shape__Length": 44.279439383495387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064003875205998, 40.009410193920303 ], [ -75.063904875475501, 40.009115113699899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28751, "tnode_": 28755, "lpoly_": null, "rpoly_": null, "length": 204.41079478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 69080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661162, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-07T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RODMAN ST", "stname": "RODMAN ST", "objectid": 27151, "Shape__Length": 81.460647787188137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064850042248395, 40.009228285579702 ], [ -75.064791837830001, 40.009174036535398 ], [ -75.0647405153412, 40.009126064715197 ], [ -75.064651071695096, 40.009070908328802 ], [ -75.064593057235001, 40.009013937958102 ], [ -75.064566790351805, 40.0089669792075 ], [ -75.064483655976005, 40.00875956478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28756, "tnode_": 28758, "lpoly_": null, "rpoly_": null, "length": 249.1913585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROZIER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 26265, "l_hundred": 100, "r_hundred": 100, "seg_id": 661163, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-07T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "CROZIER RD", "stname": "CROZIER RD", "objectid": 27152, "Shape__Length": 99.054779205245282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065396100326694, 40.007335782601899 ], [ -75.064540874465706, 40.007523990745099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28553, "tnode_": 28756, "lpoly_": null, "rpoly_": null, "length": 246.17001526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 109, "st_code": 56730, "l_hundred": 100, "r_hundred": 100, "seg_id": 661164, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTGOMERY ST", "stname": "MONTGOMERY ST", "objectid": 27153, "Shape__Length": 98.188293921341568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065611932346798, 40.007990850367598 ], [ -75.065396100326694, 40.007335782601899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28756, "tnode_": 28538, "lpoly_": null, "rpoly_": null, "length": 123.95617291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTGOMERY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 110, "l_t_add": 198, "r_f_add": 111, "r_t_add": 199, "st_code": 56730, "l_hundred": 100, "r_hundred": 100, "seg_id": 661165, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTGOMERY ST", "stname": "MONTGOMERY ST", "objectid": 27154, "Shape__Length": 49.441267517492591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065396100326694, 40.007335782601899 ], [ -75.065287422197997, 40.007005930334202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28554, "tnode_": 28758, "lpoly_": null, "rpoly_": null, "length": 230.72830441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 55315, "l_hundred": 100, "r_hundred": 100, "seg_id": 661166, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MELLON ST", "stname": "MELLON ST", "objectid": 27155, "Shape__Length": 92.023667958530268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064768085595304, 40.0081327919671 ], [ -75.064540874465706, 40.007523990745099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28758, "tnode_": 28539, "lpoly_": null, "rpoly_": null, "length": 123.91041082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELLON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 55315, "l_hundred": 100, "r_hundred": 100, "seg_id": 661167, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-06T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MELLON ST", "stname": "MELLON ST", "objectid": 27156, "Shape__Length": 49.420085832602631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064540874465706, 40.007523990745099 ], [ -75.064418855486196, 40.007197039532997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28752, "tnode_": 28754, "lpoly_": null, "rpoly_": null, "length": 98.30040353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENET", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2, "l_t_add": 44, "r_f_add": 1, "r_t_add": 45, "st_code": 16825, "l_hundred": 0, "r_hundred": 0, "seg_id": 661168, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BENET RD", "stname": "BENET RD", "objectid": 27157, "Shape__Length": 39.077935583032733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063904875475501, 40.009115113699899 ], [ -75.063569931216307, 40.009195605315597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28754, "tnode_": 28603, "lpoly_": null, "rpoly_": null, "length": 104.30714884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENET", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 46, "l_t_add": 48, "r_f_add": 47, "r_t_add": 51, "st_code": 16825, "l_hundred": 0, "r_hundred": 0, "seg_id": 661169, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BENET RD", "stname": "BENET RD", "objectid": 27158, "Shape__Length": 41.465882467241947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063569931216307, 40.009195605315597 ], [ -75.063214518922393, 40.0092810142377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28754, "tnode_": 28757, "lpoly_": null, "rpoly_": null, "length": 299.49805148999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 29750, "l_hundred": 0, "r_hundred": 0, "seg_id": 661170, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-07T00:00:00Z", "multi_rep": 0, "streetlabe": "DYER ST", "stname": "DYER ST", "objectid": 27159, "Shape__Length": 119.46105201262247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063569931216307, 40.009195605315597 ], [ -75.063308073148505, 40.008398486816603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28762, "tnode_": 28759, "lpoly_": null, "rpoly_": null, "length": 108.36131494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 29750, "l_hundred": 100, "r_hundred": 100, "seg_id": 661171, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "DYER ST", "stname": "DYER ST", "objectid": 27160, "Shape__Length": 43.221417657965006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063082403150204, 40.007800937414601 ], [ -75.062987498430203, 40.007512563949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28760, "tnode_": 28761, "lpoly_": null, "rpoly_": null, "length": 257.74667776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 52130, "l_hundred": 200, "r_hundred": 200, "seg_id": 661172, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "LYFORD ST", "stname": "LYFORD ST", "objectid": 27161, "Shape__Length": 102.79711851392868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066760675364804, 40.006682089719099 ], [ -75.066505534445199, 40.006002291703098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28567, "tnode_": 28760, "lpoly_": null, "rpoly_": null, "length": 98.70163741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 208, "l_t_add": 208, "r_f_add": 209, "r_t_add": 209, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661173, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27162, "Shape__Length": 39.233538113273148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067099876509801, 40.0066087978892 ], [ -75.066915323226198, 40.006649164937201 ], [ -75.066760675364804, 40.006682089719099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28760, "tnode_": 28534, "lpoly_": null, "rpoly_": null, "length": 250.70181399000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 210, "l_t_add": 210, "r_f_add": 211, "r_t_add": 211, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661174, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27163, "Shape__Length": 99.654424830073964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066760675364804, 40.006682089719099 ], [ -75.065956097235897, 40.006853384470404 ], [ -75.065900548438194, 40.006871021222999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28570, "tnode_": 28761, "lpoly_": null, "rpoly_": null, "length": 99.30881279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 208, "l_t_add": 208, "r_f_add": 209, "r_t_add": 209, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661175, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27164, "Shape__Length": 39.476685054022795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066844224583505, 40.005921780398403 ], [ -75.066505534445199, 40.006002291703098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28761, "tnode_": 28571, "lpoly_": null, "rpoly_": null, "length": 249.1495712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 210, "l_t_add": 210, "r_f_add": 211, "r_t_add": 211, "st_code": 39815, "l_hundred": 200, "r_hundred": 200, "seg_id": 661176, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGNER RD", "stname": "HAGNER RD", "objectid": 27165, "Shape__Length": 99.039919627261924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066505534445199, 40.006002291703098 ], [ -75.065695584791698, 40.006194823577403 ], [ -75.065654837492801, 40.006201375629303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28540, "tnode_": 28759, "lpoly_": null, "rpoly_": null, "length": 92.05523444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 226, "l_t_add": 226, "r_f_add": 227, "r_t_add": 227, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661177, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27166, "Shape__Length": 36.592472007625638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063303383073801, 40.007442903853999 ], [ -75.062987498430203, 40.007512563949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28759, "tnode_": 28541, "lpoly_": null, "rpoly_": null, "length": 112.19034055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 228, "l_t_add": 228, "r_f_add": 229, "r_t_add": 229, "st_code": 25575, "l_hundred": 200, "r_hundred": 200, "seg_id": 661178, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CRAIG RD", "stname": "CRAIG RD", "objectid": 27167, "Shape__Length": 44.59634009687904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062987498430203, 40.007512563949 ], [ -75.062602520072303, 40.007597459909903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28556, "tnode_": 28757, "lpoly_": null, "rpoly_": null, "length": 89.7911581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 40, "l_t_add": 98, "r_f_add": 41, "r_t_add": 99, "st_code": 84725, "l_hundred": 0, "r_hundred": 0, "seg_id": 661179, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27168, "Shape__Length": 35.689713214411974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063619996891106, 40.008341724345001 ], [ -75.063308073148505, 40.008398486816603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28757, "tnode_": 28557, "lpoly_": null, "rpoly_": null, "length": 112.37621141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 120, "l_t_add": 120, "r_f_add": 121, "r_t_add": 121, "st_code": 84725, "l_hundred": 100, "r_hundred": 100, "seg_id": 661180, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTH RD", "stname": "WORTH RD", "objectid": 27169, "Shape__Length": 44.666742112050073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063308073148505, 40.008398486816603 ], [ -75.062917690915498, 40.008469525542999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28752, "tnode_": 28595, "lpoly_": null, "rpoly_": null, "length": 78.34306338, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 31, "l_t_add": 39, "r_f_add": 30, "r_t_add": 38, "st_code": 15465, "l_hundred": 0, "r_hundred": 0, "seg_id": 661181, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-06-14T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27170, "Shape__Length": 31.248567011500342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063904875475501, 40.009115113699899 ], [ -75.063835009450699, 40.008906871172101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28595, "tnode_": 28597, "lpoly_": null, "rpoly_": null, "length": 78.08609539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAIRD", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 41, "l_t_add": 41, "r_f_add": 40, "r_t_add": 40, "st_code": 15465, "l_hundred": 0, "r_hundred": 0, "seg_id": 661182, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-11-26T00:00:00Z", "newsegdate": "2003-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BAIRD ST", "stname": "BAIRD ST", "objectid": 27171, "Shape__Length": 31.145976110612992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063835009450699, 40.008906871172101 ], [ -75.063765373443601, 40.008699311558097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11985, "tnode_": 28819, "lpoly_": null, "rpoly_": null, "length": 79.54832953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELLERS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 71640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 661183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-15T00:00:00Z", "newsegdate": "2004-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SELLERS ST", "stname": "SELLERS ST", "objectid": 27172, "Shape__Length": 31.637882073079826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085260455049195, 40.013365585113 ], [ -75.085004843592898, 40.013270426145297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11972, "tnode_": 28819, "lpoly_": null, "rpoly_": null, "length": 97.809257530000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1653, "l_t_add": 1655, "r_f_add": 1652, "r_t_add": 1664, "st_code": 47860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 661184, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-15T00:00:00Z", "newsegdate": "2004-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 27173, "Shape__Length": 38.990178948349055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085171391094306, 40.013506416425599 ], [ -75.085004843592898, 40.013270426145297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28819, "tnode_": 12069, "lpoly_": null, "rpoly_": null, "length": 324.00354658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1657, "l_t_add": 1699, "r_f_add": 1666, "r_t_add": 1698, "st_code": 47860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 661185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-15T00:00:00Z", "newsegdate": "2004-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "KINSEY ST", "stname": "KINSEY ST", "objectid": 27174, "Shape__Length": 129.15814633638541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085004843592898, 40.013270426145297 ], [ -75.084453147059705, 40.012488680938802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28837, "tnode_": 14094, "lpoly_": null, "rpoly_": null, "length": 212.00174347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALMON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 70780, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 661186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": "2004-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SALMON ST", "stname": "SALMON ST", "objectid": 27175, "Shape__Length": 84.337465978195937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079392094135699, 39.995339902533097 ], [ -75.078766806930503, 39.995667625030499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14054, "tnode_": 28837, "lpoly_": null, "rpoly_": null, "length": 275.99578388999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKSHIRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2727, "r_f_add": 2700, "r_t_add": 2716, "st_code": 17220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 661187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": "2004-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "BERKSHIRE ST", "stname": "BERKSHIRE ST", "objectid": 27176, "Shape__Length": 109.95829557939959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079931499222695, 39.9959695289254 ], [ -75.0799000885156, 39.995891499781003 ], [ -75.079398152314795, 39.9953469544676 ], [ -75.079392094135699, 39.995339902533097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28837, "tnode_": 14240, "lpoly_": null, "rpoly_": null, "length": 330.3036797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERKSHIRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2729, "l_t_add": 2799, "r_f_add": 2718, "r_t_add": 2798, "st_code": 17220, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 661188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": "2004-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "BERKSHIRE ST", "stname": "BERKSHIRE ST", "objectid": 27177, "Shape__Length": 131.59543990550148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079392094135699, 39.995339902533097 ], [ -75.078742232384897, 39.994583384407903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12130, "tnode_": 28904, "lpoly_": null, "rpoly_": null, "length": 137.12962743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2001, "l_t_add": 2009, "r_f_add": 2000, "r_t_add": 2008, "st_code": 42020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-30T00:00:00Z", "newsegdate": "2004-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 27178, "Shape__Length": 54.657707347047783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076228095224394, 40.011685045637599 ], [ -75.075981951799207, 40.011359650676297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28904, "tnode_": 12240, "lpoly_": null, "rpoly_": null, "length": 221.14349714000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2011, "l_t_add": 2099, "r_f_add": 2010, "r_t_add": 2098, "st_code": 42020, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-09-30T00:00:00Z", "newsegdate": "2004-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 27179, "Shape__Length": 88.143764172066525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075981951799207, 40.011359650676297 ], [ -75.075585012067194, 40.0108348975889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12176, "tnode_": 28905, "lpoly_": null, "rpoly_": null, "length": 81.81333318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2067, "l_t_add": 2073, "r_f_add": 2060, "r_t_add": 2072, "st_code": 53440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661191, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2004-09-29T00:00:00Z", "newsegdate": "2004-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 27180, "Shape__Length": 32.637299364713101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077060695237705, 40.0113416046146 ], [ -75.077005906742301, 40.011121003935401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28905, "tnode_": 12278, "lpoly_": null, "rpoly_": null, "length": 222.90254901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARGARET", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2075, "l_t_add": 2099, "r_f_add": 2074, "r_t_add": 2098, "st_code": 53440, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661192, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2011-03-29T00:00:00Z", "newsegdate": "2004-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "MARGARET ST", "stname": "MARGARET ST", "objectid": 27181, "Shape__Length": 88.920635183205604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077005906742301, 40.011121003935401 ], [ -75.076856635689197, 40.010519971545399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28905, "tnode_": 28904, "lpoly_": null, "rpoly_": null, "length": 299.84657295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAUCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 67460, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 661193, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-09-29T00:00:00Z", "newsegdate": "2004-09-29T00:00:00Z", "multi_rep": 0, "streetlabe": "RAUCH ST", "stname": "RAUCH ST", "objectid": 27182, "Shape__Length": 119.20147713343441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077005906742301, 40.011121003935401 ], [ -75.076882483991596, 40.0111489135762 ], [ -75.076025919492906, 40.011344007224601 ], [ -75.075981951799207, 40.011359650676297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12620, "tnode_": 12532, "lpoly_": null, "rpoly_": null, "length": 384.42048978999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 12900, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 661194, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-12-28T00:00:00Z", "newsegdate": "2004-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27183, "Shape__Length": 153.09900041089134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073403545070903, 40.007347586186498 ], [ -75.072705112788597, 40.0079132399744 ], [ -75.072488801689801, 40.008132561318298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12894, "tnode_": 12344, "lpoly_": null, "rpoly_": null, "length": 5080.1448744999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2660, "l_t_add": 2754, "r_f_add": 2661, "r_t_add": 2755, "st_code": 1060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 661195, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 27184, "Shape__Length": 2021.5977429664001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078519019953404, 40.002293374343097 ], [ -75.077937452692396, 40.002872427690299 ], [ -75.077585581608105, 40.003305648046499 ], [ -75.077290018680301, 40.0036584359042 ], [ -75.077095013674096, 40.0038868626769 ], [ -75.076451419472505, 40.004574864093797 ], [ -75.075769599737995, 40.005226045421502 ], [ -75.0755590258441, 40.005441482633003 ], [ -75.075041540508096, 40.005873731707801 ], [ -75.074495714978099, 40.006302189713402 ], [ -75.074173341828299, 40.006532473105203 ], [ -75.073918348126, 40.0067048782008 ], [ -75.073805065285896, 40.006778019696903 ], [ -75.073553101066594, 40.006940702113901 ], [ -75.073351534782105, 40.007081062545801 ], [ -75.0729503485462, 40.007314350954502 ], [ -75.072225218764302, 40.0076919210222 ], [ -75.071595872889205, 40.007987268386699 ], [ -75.070865138350001, 40.008305735176798 ], [ -75.070204755793597, 40.008534691877301 ], [ -75.069812974880193, 40.0086705206893 ], [ -75.069184469053098, 40.008866372640398 ], [ -75.068967501660097, 40.008916825765901 ], [ -75.068024867252802, 40.009136020496399 ], [ -75.066506250084402, 40.0094104356061 ], [ -75.066065096392293, 40.009506088064697 ], [ -75.0654788228548, 40.009635204727999 ], [ -75.065136706272597, 40.009726259259999 ], [ -75.064511964483302, 40.009918971884098 ], [ -75.064213547015498, 40.010049221358699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12868, "tnode_": 12452, "lpoly_": null, "rpoly_": null, "length": 3757.0764206700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2660, "l_t_add": 2730, "r_f_add": 2661, "r_t_add": 2731, "st_code": 1050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 661196, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 27185, "Shape__Length": 1495.7131975087036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078120944506793, 40.002097489864099 ], [ -75.077477333444307, 40.002891601774799 ], [ -75.077210528057094, 40.003517622100603 ], [ -75.076726067918699, 40.004078541841203 ], [ -75.076194134066995, 40.004630178870599 ], [ -75.075720114554599, 40.0050605489715 ], [ -75.075400981974994, 40.0053220303584 ], [ -75.0748528239819, 40.005809884526201 ], [ -75.074353561347195, 40.0061924933838 ], [ -75.0737711443428, 40.0066200943875 ], [ -75.073690988536995, 40.006670693526601 ], [ -75.073015889065502, 40.007096854693401 ], [ -75.072265986549397, 40.007502303149899 ], [ -75.071329743539394, 40.007953343270501 ], [ -75.070414000748599, 40.008318072328699 ], [ -75.069707279847194, 40.008575907069201 ], [ -75.069353598618704, 40.008691425856099 ], [ -75.068923410420396, 40.00879234592 ], [ -75.068558202562798, 40.008858557426002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12452, "tnode_": 10452, "lpoly_": null, "rpoly_": null, "length": 10869.11839385, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 2732, "l_t_add": 2934, "r_f_add": 2733, "r_t_add": 2935, "st_code": 1050, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 661200, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-12T00:00:00Z", "newsegdate": "2006-09-12T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 27186, "Shape__Length": 4323.8684036802333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068558202562798, 40.008858557426002 ], [ -75.067613168014901, 40.0090515597484 ], [ -75.066450581698902, 40.009249426984098 ], [ -75.065791393095296, 40.009382206550498 ], [ -75.064981941857297, 40.009586095571301 ], [ -75.064251058301593, 40.009833229004997 ], [ -75.063160989233594, 40.010230769108503 ], [ -75.062316748194704, 40.010624753582 ], [ -75.061118418536793, 40.011277722581902 ], [ -75.060608537651007, 40.011569884103601 ], [ -75.060050516026095, 40.0118791608705 ], [ -75.058708129823202, 40.012620126438598 ], [ -75.058408753157707, 40.012789488457301 ], [ -75.0572494240634, 40.013403145473703 ], [ -75.056736300409398, 40.013674745397999 ], [ -75.055913600254001, 40.0140751079906 ], [ -75.055042026016395, 40.014510810200498 ], [ -75.052022358073103, 40.016006659753003 ], [ -75.051360557681605, 40.016337786656997 ], [ -75.050615542373095, 40.016722825836197 ], [ -75.049471908237095, 40.0172786659693 ], [ -75.048429917193303, 40.017802143988099 ], [ -75.047488837800401, 40.018272729346201 ], [ -75.046062236897399, 40.018978239335098 ], [ -75.045041961380406, 40.019481476808203 ], [ -75.043951206724998, 40.020024490288897 ], [ -75.043152635845104, 40.020381331645702 ], [ -75.042654471201203, 40.020597418953301 ], [ -75.041887487165795, 40.020877834090903 ], [ -75.0413258070475, 40.0210695076942 ], [ -75.041286012927003, 40.021082601967102 ], [ -75.040044430760105, 40.021491136579499 ], [ -75.039773562693199, 40.021580872544902 ], [ -75.038371332718796, 40.022042207282503 ], [ -75.036896991595199, 40.022519128119399 ], [ -75.035741632800594, 40.022852996567998 ], [ -75.034765865127298, 40.023121136174503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14485, "tnode_": 29174, "lpoly_": null, "rpoly_": null, "length": 1648.09548479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 41560, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 661201, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-28T00:00:00Z", "newsegdate": "2006-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HEDLEY ST", "stname": "HEDLEY ST", "objectid": 27187, "Shape__Length": 656.73096692479589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074195834160093, 39.992894848515 ], [ -75.074138769101495, 39.9928458061732 ], [ -75.073986274568398, 39.992649154839398 ], [ -75.073824402247297, 39.992419418194999 ], [ -75.073347361226595, 39.991783815141503 ], [ -75.073134555940001, 39.991491262806598 ], [ -75.072451197074798, 39.990534494645402 ], [ -75.071296385826102, 39.9889604931383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29165, "tnode_": 29166, "lpoly_": null, "rpoly_": null, "length": 252.98115607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 2099, "r_f_add": 1900, "r_t_add": 2098, "st_code": 63520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 661202, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-10-23T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "PEAR ST", "stname": "PEAR ST", "objectid": 27188, "Shape__Length": 100.77314084061177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080977052168393, 40.010993366185097 ], [ -75.080403149406905, 40.010457146968498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29167, "tnode_": 29166, "lpoly_": null, "rpoly_": null, "length": 158.63928832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4500, "l_t_add": 4518, "r_f_add": 4501, "r_t_add": 4519, "st_code": 46300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661203, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-13T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 27189, "Shape__Length": 63.062973285277153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080947234737394, 40.0103362897121 ], [ -75.080403149406905, 40.010457146968498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29166, "tnode_": 12259, "lpoly_": null, "rpoly_": null, "length": 246.98756796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4520, "l_t_add": 4598, "r_f_add": 4521, "r_t_add": 4599, "st_code": 46300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661204, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-12-13T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 27190, "Shape__Length": 98.210923552922196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080403149406905, 40.010457146968498 ], [ -75.080081999237706, 40.010528482279298 ], [ -75.080007496524104, 40.010546393282397 ], [ -75.079849213966796, 40.010601641167597 ], [ -75.079589320677002, 40.0107098818266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12264, "tnode_": 29167, "lpoly_": null, "rpoly_": null, "length": 191.50451822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 36940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661205, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-12-13T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 27191, "Shape__Length": 76.290584804948139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081370063727206, 40.010749388012798 ], [ -75.080947234737394, 40.0103362897121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29167, "tnode_": 12353, "lpoly_": null, "rpoly_": null, "length": 204.28855517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2018, "l_t_add": 2098, "r_f_add": 2019, "r_t_add": 2099, "st_code": 36940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 661206, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-01-25T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "GILLINGHAM ST", "stname": "GILLINGHAM ST", "objectid": 27192, "Shape__Length": 81.382915929944161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080947234737394, 40.0103362897121 ], [ -75.080496184809405, 40.009895613176198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12264, "tnode_": 29165, "lpoly_": null, "rpoly_": null, "length": 141.48717147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4546, "l_t_add": 4562, "r_f_add": 4557, "r_t_add": 4571, "st_code": 28660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661207, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-12-13T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 27193, "Shape__Length": 56.315653528754375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081370063727206, 40.010749388012798 ], [ -75.080977052168393, 40.010993366185097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29165, "tnode_": 12177, "lpoly_": null, "rpoly_": null, "length": 237.51741841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4564, "l_t_add": 4598, "r_f_add": 4573, "r_t_add": 4599, "st_code": 28660, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 661208, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-12-13T00:00:00Z", "newsegdate": "2006-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 27194, "Shape__Length": 94.538695023037434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080977052168393, 40.010993366185097 ], [ -75.080317289813706, 40.011402934858097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12833, "tnode_": 12754, "lpoly_": null, "rpoly_": null, "length": 452.99118582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4001, "l_t_add": 4019, "r_f_add": 4000, "r_t_add": 4012, "st_code": 63400, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": "2007-09-27T00:00:00Z", "multi_rep": 0, "streetlabe": "PAUL ST", "stname": "PAUL ST", "objectid": 27195, "Shape__Length": 180.5834293775313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090411928389898, 40.005216024585899 ], [ -75.090239224395404, 40.005488782497203 ], [ -75.089704014165704, 40.006334044773503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12470, "tnode_": 12653, "lpoly_": null, "rpoly_": null, "length": 638.92156526000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 18800, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 661210, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-02-01T00:00:00Z", "newsegdate": "2008-02-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 27196, "Shape__Length": 254.85786863309553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068834153339793, 40.008646887398001 ], [ -75.068510629973503, 40.007452486365601 ], [ -75.068348130265406, 40.006933435068298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12653, "tnode_": 12452, "lpoly_": null, "rpoly_": null, "length": 1152.10458019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 661211, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2008-02-08T00:00:00Z", "newsegdate": "2008-02-08T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 27197, "Shape__Length": 458.64670523162181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068348130265406, 40.006933435068298 ], [ -75.068871182538103, 40.007009044473399 ], [ -75.069127613049503, 40.007061705980703 ], [ -75.069329068262405, 40.007115698087198 ], [ -75.069515352992696, 40.007205197168403 ], [ -75.069699480330598, 40.007349383065097 ], [ -75.069781122989696, 40.007485094072102 ], [ -75.069840019863904, 40.007595946736799 ], [ -75.069850582552903, 40.007712482902797 ], [ -75.069846468024707, 40.007833296978703 ], [ -75.069816765068893, 40.0079846546545 ], [ -75.069748751757899, 40.008104708628103 ], [ -75.069699906939604, 40.008190417182803 ], [ -75.069606022081601, 40.008314247950999 ], [ -75.069471339166597, 40.008440779832597 ], [ -75.069357239144395, 40.008523349082701 ], [ -75.069292752778395, 40.0085633075972 ], [ -75.069231803818298, 40.008589527566897 ], [ -75.069097570969603, 40.008650894351 ], [ -75.0690034277482, 40.0086832491751 ], [ -75.068784938993105, 40.008754166066602 ], [ -75.068558202562798, 40.008858557426002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29174, "tnode_": 29288, "lpoly_": null, "rpoly_": null, "length": 702.79245684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3101, "l_t_add": 3399, "r_f_add": 3100, "r_t_add": 3398, "st_code": 41560, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 661212, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-04-17T00:00:00Z", "newsegdate": "2008-04-17T00:00:00Z", "multi_rep": 0, "streetlabe": "HEDLEY ST", "stname": "HEDLEY ST", "objectid": 27198, "Shape__Length": 280.03318105623714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071296385826102, 39.9889604931383 ], [ -75.071102911307406, 39.988706207265899 ], [ -75.070051541451903, 39.987285664333399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14054, "tnode_": 29492, "lpoly_": null, "rpoly_": null, "length": 205.27425966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDGEMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 30740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 661213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-03-23T00:00:00Z", "newsegdate": "2008-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "EDGEMONT ST", "stname": "EDGEMONT ST", "objectid": 27199, "Shape__Length": 81.662864723592222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079931499222695, 39.9959695289254 ], [ -75.079327344717797, 39.996288309507797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13914, "tnode_": 29492, "lpoly_": null, "rpoly_": null, "length": 245.88890389, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2641, "l_t_add": 2699, "r_f_add": 2640, "r_t_add": 2698, "st_code": 46400, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 661214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-10-30T00:00:00Z", "newsegdate": "2008-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "E JUNIATA ST", "stname": "E JUNIATA ST", "objectid": 27200, "Shape__Length": 97.957936258430834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079828013660602, 39.996842690980998 ], [ -75.079327344717797, 39.996288309507797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29492, "tnode_": 14094, "lpoly_": null, "rpoly_": null, "length": 275.2958988, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JUNIATA", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2706, "st_code": 46400, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 661215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": "2008-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "E JUNIATA ST", "stname": "E JUNIATA ST", "objectid": 27201, "Shape__Length": 109.67223852499117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079327344717797, 39.996288309507797 ], [ -75.078766806930503, 39.995667625030499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13914, "tnode_": 29493, "lpoly_": null, "rpoly_": null, "length": 145.77486353, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "THOMPSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4100, "l_t_add": 4198, "r_f_add": 4101, "r_t_add": 4199, "st_code": 77140, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 661216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-10-30T00:00:00Z", "newsegdate": "2008-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "E THOMPSON ST", "stname": "E THOMPSON ST", "objectid": 27202, "Shape__Length": 57.992104105897717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079828013660602, 39.996842690980998 ], [ -75.080180935731505, 39.996656260830598 ], [ -75.080258459730402, 39.996617940576698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13678, "tnode_": 29518, "lpoly_": null, "rpoly_": null, "length": 1368.08224415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2901, "l_t_add": 3299, "r_f_add": 2900, "r_t_add": 3298, "st_code": 19620, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 661217, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-05-07T00:00:00Z", "newsegdate": "2009-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 27203, "Shape__Length": 545.09537743060412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067884998743097, 39.998003032472297 ], [ -75.067574446522997, 39.997559934277 ], [ -75.066094333306694, 39.995582077325999 ], [ -75.065869264145405, 39.995362799201203 ], [ -75.065439679953698, 39.994967525497202 ], [ -75.0652776152413, 39.994843886989301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12924, "tnode_": 12995, "lpoly_": null, "rpoly_": null, "length": 239.08593085000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2519, "r_f_add": 2500, "r_t_add": 2520, "st_code": 19620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 661219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-30T00:00:00Z", "newsegdate": "2010-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "BUCKIUS ST", "stname": "BUCKIUS ST", "objectid": 27204, "Shape__Length": 95.285089885334301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072113145485503, 40.003674932862801 ], [ -75.071685291279493, 40.003107049173998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13882, "tnode_": 29632, "lpoly_": null, "rpoly_": null, "length": 1049.7385845699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3900, "l_t_add": 4060, "r_f_add": 3901, "r_t_add": 4061, "st_code": 12900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 661221, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27205, "Shape__Length": 417.65682038803999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089468458396894, 39.997278351973101 ], [ -75.086869304727898, 39.998693393181 ], [ -75.0864266231344, 39.998960133044797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14476, "tnode_": 29642, "lpoly_": null, "rpoly_": null, "length": 320.28565705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4028, "l_t_add": 4058, "r_f_add": 4015, "r_t_add": 4059, "st_code": 68240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661222, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2012-01-12T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 27206, "Shape__Length": 127.40291720306455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081716345034295, 39.993111748994501 ], [ -75.080761486725507, 39.993595120790097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29670, "tnode_": 29671, "lpoly_": null, "rpoly_": null, "length": 116.35532323, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LUZERNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2501, "l_t_add": 2649, "r_f_add": 2500, "r_t_add": 2650, "st_code": 52020, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 661224, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2011-03-09T00:00:00Z", "newsegdate": "2011-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "E LUZERNE ST", "stname": "E LUZERNE ST", "objectid": 27207, "Shape__Length": 46.356745667621261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085357915094804, 39.995408647009903 ], [ -75.085128386289597, 39.995142456810903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12906, "tnode_": 29694, "lpoly_": null, "rpoly_": null, "length": 184.52536605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERMUDA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4100, "l_t_add": 4298, "r_f_add": 4101, "r_t_add": 4299, "st_code": 17240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 661225, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-22T00:00:00Z", "newsegdate": "2011-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "BERMUDA ST", "stname": "BERMUDA ST", "objectid": 27208, "Shape__Length": 73.333052302314982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082268540963398, 40.004098415353397 ], [ -75.082914175138399, 40.004013629369297 ], [ -75.082916870447605, 40.004011678164403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29696, "tnode_": 29697, "lpoly_": null, "rpoly_": null, "length": 28.44291993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOUD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4210, "r_f_add": 4201, "r_t_add": 4211, "st_code": 23940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661226, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-23T00:00:00Z", "newsegdate": "2011-03-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CLOUD ST", "stname": "CLOUD ST", "objectid": 27209, "Shape__Length": 11.339772643761904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086311361352799, 40.009124132585796 ], [ -75.086268324183905, 40.009194851319997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12441, "tnode_": 29696, "lpoly_": null, "rpoly_": null, "length": 177.22978392000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1815, "r_f_add": 1700, "r_t_add": 1816, "st_code": 69680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 661227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-08-29T00:00:00Z", "newsegdate": "2011-03-23T00:00:00Z", "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 27210, "Shape__Length": 70.484394109101288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086879583397803, 40.0093380901817 ], [ -75.086311361352799, 40.009124132585796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29696, "tnode_": 12483, "lpoly_": null, "rpoly_": null, "length": 149.649869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1817, "l_t_add": 1899, "r_f_add": 1818, "r_t_add": 1898, "st_code": 69680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 661228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-08-29T00:00:00Z", "newsegdate": "2011-03-23T00:00:00Z", "multi_rep": 0, "streetlabe": "RUAN ST", "stname": "RUAN ST", "objectid": 27211, "Shape__Length": 59.550524684341219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086311361352799, 40.009124132585796 ], [ -75.085954966797999, 40.008989934153597 ], [ -75.085889034526204, 40.008897236247698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12514, "tnode_": 29710, "lpoly_": null, "rpoly_": null, "length": 200.50495166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 2301, "l_t_add": 2451, "r_f_add": 2300, "r_t_add": 2450, "st_code": 80960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 661230, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 27212, "Shape__Length": 79.981222729532689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071776182132595, 40.008217113074899 ], [ -75.071638701384401, 40.007678937702202 ], [ -75.0716405479873, 40.007677602186703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12344, "tnode_": 29746, "lpoly_": null, "rpoly_": null, "length": 7060.3029306799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 2756, "l_t_add": 2898, "r_f_add": 2757, "r_t_add": 2899, "st_code": 1060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 661231, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-10-18T00:00:00Z", "newsegdate": "2011-10-18T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 27213, "Shape__Length": 2809.3015625141929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064213547015498, 40.010049221358699 ], [ -75.063811372121094, 40.010185166362803 ], [ -75.063642781869603, 40.010248124383601 ], [ -75.063482422962295, 40.010308122917898 ], [ -75.062886508381496, 40.010571022544099 ], [ -75.062224572193102, 40.0109082885186 ], [ -75.061310921538904, 40.011409954098099 ], [ -75.0602832526924, 40.011994091452998 ], [ -75.058625685246597, 40.012904051879403 ], [ -75.058464022206394, 40.012991493208197 ], [ -75.057390481517899, 40.013552147514602 ], [ -75.056468952671494, 40.014033398963399 ], [ -75.055637860429599, 40.014445726984697 ], [ -75.053451106640296, 40.0155317415214 ], [ -75.052112373083006, 40.016186622045304 ], [ -75.050347906423596, 40.0170695934561 ], [ -75.048565916978404, 40.017958283423098 ], [ -75.046247684442207, 40.019108611783999 ], [ -75.045198926770396, 40.019637021235198 ], [ -75.044244562660396, 40.020102780036297 ], [ -75.043537497804905, 40.020429761387398 ], [ -75.043100186672902, 40.0206113879143 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29925, "tnode_": 14263, "lpoly_": null, "rpoly_": null, "length": 383.48139196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4072, "l_t_add": 4088, "r_f_add": 4073, "r_t_add": 4089, "st_code": 68240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661232, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-05-07T00:00:00Z", "newsegdate": "2015-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 27214, "Shape__Length": 152.53724041224646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080223888007893, 39.993831408669301 ], [ -75.079707577257395, 39.994102253210002 ], [ -75.079280015842699, 39.994317341620999 ], [ -75.079073749215794, 39.994400390043999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29642, "tnode_": 29925, "lpoly_": null, "rpoly_": null, "length": 173.9635785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHMOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 4060, "l_t_add": 4070, "r_f_add": 4061, "r_t_add": 4071, "st_code": 68240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661233, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2015-05-07T00:00:00Z", "newsegdate": "2015-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHMOND ST", "stname": "RICHMOND ST", "objectid": 27215, "Shape__Length": 69.184860687502038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080761486725507, 39.993595120790097 ], [ -75.080481060196107, 39.993737076283601 ], [ -75.080240467895607, 39.993822711815 ], [ -75.080223888007893, 39.993831408669301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14640, "tnode_": 29960, "lpoly_": null, "rpoly_": null, "length": 105.56291693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORTHODOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 61800, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 661234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-10-27T00:00:00Z", "newsegdate": "2016-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "ORTHODOX ST", "stname": "ORTHODOX ST", "objectid": 27216, "Shape__Length": 42.029893959381567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068626403637793, 39.991781983734803 ], [ -75.068372152218501, 39.991568138628601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12845, "tnode_": 30006, "lpoly_": null, "rpoly_": null, "length": 289.71891784000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 50560, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 661235, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2018-08-29T14:08:13Z", "newsegdate": "2018-08-29T14:08:13Z", "multi_rep": null, "streetlabe": "LEWIS ST", "stname": "LEWIS ST", "objectid": 27217, "Shape__Length": 115.38470638332321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085588756692403, 40.004992828694597 ], [ -75.084909686973205, 40.004392985799598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29632, "tnode_": 30083, "lpoly_": null, "rpoly_": null, "length": 193.28641344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4062, "l_t_add": 4080, "r_f_add": 4063, "r_t_add": 4079, "st_code": 12900, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 661236, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-10-29T10:45:41Z", "newsegdate": "2021-10-29T10:45:41Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27218, "Shape__Length": 76.904507893711425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0864266231344, 39.998960133044797 ], [ -75.085867882306502, 39.999271376916802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13394, "tnode_": 30083, "lpoly_": null, "rpoly_": null, "length": 734.28320581999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4082, "l_t_add": 4198, "r_f_add": 4081, "r_t_add": 4199, "st_code": 12900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661237, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2021-10-29T10:57:31Z", "newsegdate": "2021-10-29T10:57:31Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27219, "Shape__Length": 292.08218416991338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083640938342498, 40.000334263880703 ], [ -75.085867882306502, 39.999271376916802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30105, "tnode_": 13292, "lpoly_": null, "rpoly_": null, "length": 315.36434554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661238, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2023-04-19T14:35:34Z", "newsegdate": "2023-04-19T14:35:34Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27220, "Shape__Length": 125.71642299775858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078600694848205, 40.001314334160803 ], [ -75.078120944506793, 40.002097489864099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28424, "tnode_": 30105, "lpoly_": null, "rpoly_": null, "length": 1055.7274304600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661239, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2023-04-19T14:35:34Z", "newsegdate": "2023-04-19T14:35:34Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27221, "Shape__Length": 420.89519730917243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080042908665803, 39.998644108910497 ], [ -75.079606542456105, 39.999631380939299 ], [ -75.078934284087097, 40.000871304931103 ], [ -75.078600694848205, 40.001314334160803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30083, "tnode_": 30115, "lpoly_": null, "rpoly_": null, "length": 1188.5437352500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4048, "r_f_add": 4001, "r_t_add": 4049, "st_code": 11280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-08-22T11:17:58Z", "newsegdate": "2023-08-22T11:17:58Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 27222, "Shape__Length": 473.87302321683688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085867882306502, 39.999271376916802 ], [ -75.0866984014325, 40.000431506981201 ], [ -75.086910145988099, 40.001109995236902 ], [ -75.086802241006495, 40.001834472335197 ], [ -75.0865127559982, 40.002294853619198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30115, "tnode_": 30117, "lpoly_": null, "rpoly_": null, "length": 311.84870755000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4050, "l_t_add": 4064, "r_f_add": 4051, "r_t_add": 4065, "st_code": 11280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-08-22T13:25:24Z", "newsegdate": "2023-08-22T13:25:24Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 27223, "Shape__Length": 124.31286224114319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0865127559982, 40.002294853619198 ], [ -75.086028147824806, 40.003065534774898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30117, "tnode_": 12845, "lpoly_": null, "rpoly_": null, "length": 764.15209211000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4066, "l_t_add": 4098, "r_f_add": 4067, "r_t_add": 4099, "st_code": 11280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-08-22T13:25:24Z", "newsegdate": "2023-08-22T13:25:24Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 27224, "Shape__Length": 304.66421376239634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086028147824806, 40.003065534774898 ], [ -75.085396739929493, 40.004069644026899 ], [ -75.085300219252701, 40.004496756799298 ], [ -75.085401581734899, 40.004764921388301 ], [ -75.085588756692403, 40.004992828694597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4106, "tnode_": 3987, "lpoly_": null, "rpoly_": null, "length": 394.36739204999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 21915, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL CIR", "stname": "CATHEDRAL CIR", "objectid": 27225, "Shape__Length": 157.21763864474516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242568608650501, 40.062173614087598 ], [ -75.2433829599169, 40.062866457269998 ], [ -75.2434311859666, 40.063010789103103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30117, "tnode_": 30122, "lpoly_": null, "rpoly_": null, "length": 994.28945191000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661245, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2023-08-22T15:20:18Z", "newsegdate": "2023-08-22T15:20:18Z", "multi_rep": null, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27226, "Shape__Length": 396.12762735032686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086028147824806, 40.003065534774898 ], [ -75.086026476038498, 40.003074071165301 ], [ -75.085781342225005, 40.003038045344297 ], [ -75.085449316024906, 40.002954497028703 ], [ -75.085218199255607, 40.002812616903498 ], [ -75.085105912752894, 40.002658326762102 ], [ -75.085156327477407, 40.002378881993799 ], [ -75.085404989097796, 40.002073701886196 ], [ -75.0858751231913, 40.001402035061503 ], [ -75.086007059439893, 40.000962676955503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30115, "tnode_": 30118, "lpoly_": null, "rpoly_": null, "length": 2541.0143757699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "JJ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9131, "l_hundred": 0, "r_hundred": 0, "seg_id": 661246, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2023-08-22T15:24:30Z", "newsegdate": "2023-08-22T15:24:30Z", "multi_rep": null, "streetlabe": "DELAWARE EXPY RAMP JJ", "stname": "DELAWARE EXPY RAMP JJ", "objectid": 27227, "Shape__Length": 1012.3445980831401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0865127559982, 40.002294853619198 ], [ -75.086275942173003, 40.002245598157302 ], [ -75.086071708194197, 40.002172600796101 ], [ -75.085928079146797, 40.002063089308997 ], [ -75.085907439782403, 40.0018350845287 ], [ -75.086074597891695, 40.001596268880299 ], [ -75.086373661221401, 40.001011641458398 ], [ -75.086356290589293, 40.0007002863534 ], [ -75.086134395507699, 40.0003235120599 ], [ -75.085821113397799, 39.999762594792699 ], [ -75.085140217844497, 39.998639749208799 ], [ -75.084440754970899, 39.997822483354803 ], [ -75.083792023579605, 39.997292472152402 ], [ -75.082685393682695, 39.996679377796902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14427, "tnode_": 30118, "lpoly_": null, "rpoly_": null, "length": 1666.7567177599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 661247, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2023-08-22T16:08:44Z", "newsegdate": "2023-08-22T16:08:44Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 27228, "Shape__Length": 663.75994374460504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078884833229793, 39.993193777942899 ], [ -75.079342699742, 39.993728841668997 ], [ -75.079638624964105, 39.994045910859697 ], [ -75.079919706813698, 39.994338305833303 ], [ -75.081143253887006, 39.995543499401002 ], [ -75.081540469663906, 39.995899409550098 ], [ -75.081732253621098, 39.9960498372497 ], [ -75.082218769492599, 39.996347000476099 ], [ -75.082420126754798, 39.9964550744115 ], [ -75.082496584717006, 39.996534446980597 ], [ -75.082635766706701, 39.996624853307502 ], [ -75.082685393682695, 39.996679377796902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30118, "tnode_": 28425, "lpoly_": null, "rpoly_": null, "length": 1814.98785449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "EE", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9096, "l_hundred": 0, "r_hundred": 0, "seg_id": 661248, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2023-08-22T16:08:44Z", "newsegdate": "2023-08-22T16:08:44Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP EE", "stname": "DELAWARE EXPY RAMP EE", "objectid": 27229, "Shape__Length": 723.02753759989196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082685393682695, 39.996679377796902 ], [ -75.082782628560807, 39.996786209184897 ], [ -75.082880164553501, 39.996911032235303 ], [ -75.083033529417406, 39.997063415832201 ], [ -75.083102482950693, 39.997336394827798 ], [ -75.083130415528998, 39.997494617619701 ], [ -75.083006046961202, 39.997763105094002 ], [ -75.082924187068997, 39.997862754843403 ], [ -75.082803792637407, 39.997986012956801 ], [ -75.082568450303697, 39.998181889005899 ], [ -75.081898298170501, 39.998693959910199 ], [ -75.081423472460997, 39.999077593445499 ], [ -75.080815155150603, 39.999665572268597 ], [ -75.080195581208102, 40.0003384337356 ], [ -75.079899935280906, 40.000691598834599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14649, "tnode_": 28422, "lpoly_": null, "rpoly_": null, "length": 3956.6189978799998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "I", "zip_left": 19137, "zip_right": 19137, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9126, "l_hundred": 0, "r_hundred": 0, "seg_id": 661249, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2023-08-22T16:14:34Z", "newsegdate": "2023-08-22T16:14:34Z", "multi_rep": null, "streetlabe": "DELAWARE EXPY RAMP I", "stname": "DELAWARE EXPY RAMP I", "objectid": 27230, "Shape__Length": 1576.0882025889039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076239550194003, 39.990663895283703 ], [ -75.076738906463007, 39.991028937079001 ], [ -75.077521636634998, 39.991830050148899 ], [ -75.080090277901604, 39.994744420631001 ], [ -75.081603328705697, 39.996477418573598 ], [ -75.083485802851797, 39.9983681402759 ], [ -75.083876927677295, 39.998736411082099 ], [ -75.084524473301002, 39.999442573217102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12845, "tnode_": 30121, "lpoly_": null, "rpoly_": null, "length": 486.78086906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 13600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 661250, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-10-20T15:03:37Z", "newsegdate": "2023-10-20T15:03:37Z", "multi_rep": null, "streetlabe": "ASHLAND ST", "stname": "ASHLAND ST", "objectid": 27231, "Shape__Length": 194.0468258770251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085588756692403, 40.004992828694597 ], [ -75.085596469883399, 40.004889018824798 ], [ -75.085690683688398, 40.004779157600503 ], [ -75.085825614375807, 40.004579648989598 ], [ -75.086155616468901, 40.004069978214098 ], [ -75.086254190001398, 40.003947701408201 ], [ -75.086328090875995, 40.003795370973499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12342, "tnode_": 12007, "lpoly_": null, "rpoly_": null, "length": 1924.6329832700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5500, "l_t_add": 5798, "r_f_add": 5501, "r_t_add": 5799, "st_code": 76600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 661251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2023-12-08T08:24:43Z", "newsegdate": "2023-12-08T08:24:43Z", "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 27232, "Shape__Length": 765.75559730835539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064200211894402, 40.009621605836998 ], [ -75.062476386948902, 40.010141760082497 ], [ -75.062219908341802, 40.010226987816203 ], [ -75.061807754974097, 40.010448456572597 ], [ -75.060652025223504, 40.011123129626498 ], [ -75.059799128762705, 40.011636070351798 ], [ -75.058449445100905, 40.012434672135903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28487, "tnode_": 28488, "lpoly_": null, "rpoly_": null, "length": 462.12172033999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5500, "l_t_add": 5698, "r_f_add": 5501, "r_t_add": 5699, "st_code": 45820, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 661252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2023-12-08T08:25:16Z", "newsegdate": "2023-12-08T08:25:16Z", "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 27233, "Shape__Length": 183.9438966838274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0620228945169, 40.011373365077603 ], [ -75.061885713092906, 40.011463517876798 ], [ -75.061430770294905, 40.011705774526902 ], [ -75.060794754677502, 40.012071583795397 ], [ -75.060799726007801, 40.0121650747503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28487, "tnode_": 12275, "lpoly_": null, "rpoly_": null, "length": 818.0033135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45820, "l_hundred": 0, "r_hundred": 0, "seg_id": 661253, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2023-12-08T08:26:16Z", "newsegdate": "2023-12-08T08:26:16Z", "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 27234, "Shape__Length": 325.45049168005232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0620228945169, 40.011373365077603 ], [ -75.062791662075099, 40.011042649921798 ], [ -75.0628784824858, 40.010910257669302 ], [ -75.062965658121101, 40.010768911873001 ], [ -75.063097603195402, 40.010697477065001 ], [ -75.063388997579693, 40.010608706046597 ], [ -75.063919293839106, 40.010434963387802 ], [ -75.064442561823697, 40.010222316211099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13394, "tnode_": 30133, "lpoly_": null, "rpoly_": null, "length": 76.89963706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4210, "r_f_add": 4201, "r_t_add": 4209, "st_code": 12900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661254, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2024-03-18T09:52:00Z", "newsegdate": "2024-03-18T09:52:00Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27235, "Shape__Length": 30.593910335438771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083640938342498, 40.000334263880703 ], [ -75.083413955671006, 40.000452963681802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30133, "tnode_": 13249, "lpoly_": null, "rpoly_": null, "length": 586.33329354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARAMINGO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4212, "l_t_add": 4298, "r_f_add": 4211, "r_t_add": 4299, "st_code": 12900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 661255, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2024-03-18T09:52:00Z", "newsegdate": "2024-03-18T09:52:00Z", "multi_rep": 0, "streetlabe": "ARAMINGO AVE", "stname": "ARAMINGO AVE", "objectid": 27236, "Shape__Length": 233.26979116584633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083413955671006, 40.000452963681802 ], [ -75.081683263781599, 40.001357992985803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30122, "tnode_": 30133, "lpoly_": null, "rpoly_": null, "length": 1059.3505695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "XY", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9200, "l_hundred": 0, "r_hundred": 0, "seg_id": 661256, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2024-03-18T09:54:38Z", "newsegdate": "2024-03-18T09:54:38Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP XY", "stname": "DELAWARE EXPY RAMP XY", "objectid": 27237, "Shape__Length": 421.74421028403322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086007059439893, 40.000962676955503 ], [ -75.0858364146697, 40.001299699579 ], [ -75.085666698553297, 40.001451340376498 ], [ -75.085450019892804, 40.001572257526497 ], [ -75.085177917746407, 40.001632618280802 ], [ -75.084854913049497, 40.0016399373377 ], [ -75.084592562030295, 40.0015745776534 ], [ -75.084318389443695, 40.001442265042002 ], [ -75.084089563644298, 40.001259145533503 ], [ -75.083413955671006, 40.000452963681802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7991, "tnode_": 7188, "lpoly_": null, "rpoly_": null, "length": 1919.7402684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6500, "l_t_add": 6798, "r_f_add": 6501, "r_t_add": 6799, "st_code": 41960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 700001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27238, "Shape__Length": 765.24932985691783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214113500163194, 40.040133309131498 ], [ -75.215759819827497, 40.0412538461064 ], [ -75.216183088563596, 40.041573353167003 ], [ -75.216459544551697, 40.0417983944984 ], [ -75.216696697926494, 40.0420164857101 ], [ -75.216925040301703, 40.042258709939397 ], [ -75.217158568802603, 40.042574027947303 ], [ -75.217338341321906, 40.042845588979297 ], [ -75.217471810906403, 40.043085719294901 ], [ -75.217581335347901, 40.043331404176598 ], [ -75.217666914480404, 40.043582641892201 ], [ -75.217729683039394, 40.043809050650097 ], [ -75.217848098666906, 40.044352809100097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3986, "tnode_": 3303, "lpoly_": null, "rpoly_": null, "length": 2936.0597299199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 798, "r_f_add": 501, "r_t_add": 799, "st_code": 53100, "l_hundred": 500, "r_hundred": 500, "seg_id": 700002, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 27239, "Shape__Length": 1169.7053093194866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248289171607098, 40.063148587718899 ], [ -75.247772269219595, 40.063476697716297 ], [ -75.247090659284595, 40.063928845562202 ], [ -75.246844818100499, 40.064080153237001 ], [ -75.246388373201697, 40.064377952320697 ], [ -75.246148578302893, 40.0645314553745 ], [ -75.245925320481405, 40.064678785263503 ], [ -75.2456330214698, 40.064880002798702 ], [ -75.245389880581399, 40.065030785213601 ], [ -75.244740457054107, 40.065461065967398 ], [ -75.244347836386893, 40.065743505740301 ], [ -75.243839825073806, 40.066073692008501 ], [ -75.242734942998098, 40.066808836725002 ], [ -75.241796429903303, 40.067420621858098 ], [ -75.240324497475896, 40.068392508516702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3879, "tnode_": 28000, "lpoly_": null, "rpoly_": null, "length": 1306.32904332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 73720, "l_hundred": 400, "r_hundred": 400, "seg_id": 700003, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING LN", "stname": "SPRING LN", "objectid": 27240, "Shape__Length": 521.10837627809019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249177264207603, 40.063981353875903 ], [ -75.248634294078698, 40.064389265827103 ], [ -75.248461292167505, 40.064575838716799 ], [ -75.248307435697697, 40.064796417008097 ], [ -75.248237180354494, 40.064962833332402 ], [ -75.248179659363004, 40.065125632808602 ], [ -75.248126167263294, 40.0654441007282 ], [ -75.248087909781205, 40.065770201935699 ], [ -75.248000498657504, 40.0661646512864 ], [ -75.247899385774502, 40.066377420806099 ], [ -75.247784950337802, 40.066556310423401 ], [ -75.247569848091899, 40.066777794043702 ], [ -75.247386673620298, 40.066923836466799 ], [ -75.247195587417096, 40.067047313142403 ], [ -75.247155196088897, 40.067061376282702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3811, "tnode_": 4245, "lpoly_": null, "rpoly_": null, "length": 1326.37249602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENGARRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 725, "st_code": 37220, "l_hundred": 700, "r_hundred": 700, "seg_id": 700004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENGARRY RD", "stname": "GLENGARRY RD", "objectid": 27241, "Shape__Length": 529.00130377891287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216284887588799, 40.0638375099238 ], [ -75.216594922248206, 40.063698122237597 ], [ -75.216968956167904, 40.063493590668998 ], [ -75.217272687482307, 40.063257775443297 ], [ -75.217598884764399, 40.0629346831048 ], [ -75.217829885211998, 40.062681721340603 ], [ -75.217996904577703, 40.062448213650697 ], [ -75.218126874449098, 40.062146991268101 ], [ -75.218165314044299, 40.061965385578397 ], [ -75.218171210747698, 40.061807390616401 ], [ -75.218113188042494, 40.061453371024598 ], [ -75.217934979671696, 40.060926414541399 ], [ -75.217844979631906, 40.060809905477001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4165, "tnode_": 3983, "lpoly_": null, "rpoly_": null, "length": 589.39303866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEEPLE", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8636, "r_f_add": 8601, "r_t_add": 8631, "st_code": 74550, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEEPLE DR", "stname": "STEEPLE DR", "objectid": 27242, "Shape__Length": 234.95984201017234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243207876238003, 40.061767715943802 ], [ -75.243770337607202, 40.062236329408897 ], [ -75.244253996473802, 40.062642187603899 ], [ -75.244348728589003, 40.062863193720901 ], [ -75.244515956190597, 40.063013172539399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3939, "tnode_": 4245, "lpoly_": null, "rpoly_": null, "length": 1077.09246852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ANDREW", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 74000, "l_hundred": 700, "r_hundred": 700, "seg_id": 700008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ANDREW RD", "stname": "SAINT ANDREW RD", "objectid": 27243, "Shape__Length": 429.24493431434541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215231338000095, 40.062849380415003 ], [ -75.216553137575104, 40.061521547328198 ], [ -75.216904907380396, 40.061153654785599 ], [ -75.217176798815103, 40.060956398098497 ], [ -75.217590636371398, 40.060821518048499 ], [ -75.217844979631906, 40.060809905477001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4250, "tnode_": 4026, "lpoly_": null, "rpoly_": null, "length": 913.50616692999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 22700, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 700009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-03-04T00:00:00Z", "newsegdate": "1999-03-04T00:00:00Z", "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27244, "Shape__Length": 363.91105873373976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210966681585305, 40.060582232958602 ], [ -75.212488517605806, 40.061489134870897 ], [ -75.212553835628597, 40.0615267686537 ], [ -75.213050512561907, 40.061909418491801 ], [ -75.213440835224304, 40.062210127695501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4830, "tnode_": 4143, "lpoly_": null, "rpoly_": null, "length": 2201.7140586800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGYS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8400, "l_t_add": 8650, "r_f_add": 8401, "r_t_add": 8649, "st_code": 39840, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 700010, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGYS MILL RD", "stname": "HAGYS MILL RD", "objectid": 27245, "Shape__Length": 877.44267467950192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241486772748999, 40.057521310621603 ], [ -75.241599008558396, 40.057597269188101 ], [ -75.241959909356098, 40.057897069448401 ], [ -75.243434952076996, 40.059103025066001 ], [ -75.246455025634603, 40.061552889925402 ], [ -75.246869807055802, 40.061926634069799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4311, "tnode_": 4752, "lpoly_": null, "rpoly_": null, "length": 1152.94774491, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TELNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 76870, "l_hundred": 400, "r_hundred": 400, "seg_id": 700011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-12-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TELNER ST", "stname": "W TELNER ST", "objectid": 27246, "Shape__Length": 459.78098491980774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203221086377297, 40.059954282945696 ], [ -75.203333036697103, 40.059673986065803 ], [ -75.203437304547094, 40.059427801007203 ], [ -75.203568311367505, 40.059198563449698 ], [ -75.203678996786195, 40.059030994010101 ], [ -75.203782768388805, 40.058902003485102 ], [ -75.203982925037593, 40.0586802499217 ], [ -75.205130451924703, 40.057543865717903 ], [ -75.205336814416299, 40.057351748884997 ], [ -75.205407047085501, 40.057314446024201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4440, "tnode_": 4519, "lpoly_": null, "rpoly_": null, "length": 467.27779747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORELAND", "st_type": "CIR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 56985, "l_hundred": 0, "r_hundred": 0, "seg_id": 700012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORELAND CIR", "stname": "MORELAND CIR", "objectid": 27247, "Shape__Length": 186.22387481495616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208762252613894, 40.0592749907048 ], [ -75.208901186547095, 40.059109509931602 ], [ -75.208937996114997, 40.059032800229197 ], [ -75.208946873287701, 40.058946313207002 ], [ -75.208934471047598, 40.058854812728597 ], [ -75.208915633961396, 40.058809483104604 ], [ -75.208866939103501, 40.058756010323101 ], [ -75.208745607328595, 40.058683244350703 ], [ -75.208610064980306, 40.058640857370001 ], [ -75.208509167666605, 40.058638172370998 ], [ -75.208429396414601, 40.058654856676498 ], [ -75.208317051715298, 40.058691473068698 ], [ -75.208238951693005, 40.058753148689497 ], [ -75.208099026180406, 40.0588727170338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3936, "tnode_": 4110, "lpoly_": null, "rpoly_": null, "length": 557.36677068000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 422, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 56980, "l_hundred": 400, "r_hundred": 400, "seg_id": 700083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 27248, "Shape__Length": 222.21983963487506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204710620603905, 40.062606207115401 ], [ -75.205921067113394, 40.061391308951997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4839, "tnode_": 4606, "lpoly_": null, "rpoly_": null, "length": 690.28852535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLCOTT", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 84240, "l_hundred": 800, "r_hundred": 800, "seg_id": 700013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLCOTT DR", "stname": "WOLCOTT DR", "objectid": 27249, "Shape__Length": 275.36741716031224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211860280354699, 40.056797516931297 ], [ -75.211969948008502, 40.056912148149699 ], [ -75.2120821490183, 40.057090553833497 ], [ -75.212138300153299, 40.057237272989397 ], [ -75.212159257796301, 40.057383214743602 ], [ -75.212134326390597, 40.057578891612302 ], [ -75.212061455238597, 40.057996801296902 ], [ -75.212063325238603, 40.058064507593201 ], [ -75.212077887222506, 40.058146026339898 ], [ -75.212144355251596, 40.058252375263201 ], [ -75.212255953238397, 40.058329270810603 ], [ -75.212355893021495, 40.058384594736602 ], [ -75.212437813569693, 40.058411101313197 ], [ -75.212551550088705, 40.058434097414803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4834, "tnode_": 4471, "lpoly_": null, "rpoly_": null, "length": 999.92865141999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8128, "l_t_add": 8298, "r_f_add": 8117, "r_t_add": 8299, "st_code": 68280, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700014, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27250, "Shape__Length": 398.83080714453922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236388916186499, 40.057407541946503 ], [ -75.237309374586104, 40.058600606632901 ], [ -75.238184380403297, 40.059780428664901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4720, "tnode_": 4686, "lpoly_": null, "rpoly_": null, "length": 519.61291839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7703, "r_t_add": 7799, "st_code": 54640, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27251, "Shape__Length": 206.71924867096124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208427374018299, 40.0575534985147 ], [ -75.2085685446512, 40.057636448923098 ], [ -75.208825870140004, 40.057739448550898 ], [ -75.209257402020597, 40.057840218312897 ], [ -75.209486054025206, 40.057863519654802 ], [ -75.209881913891607, 40.057860108604899 ], [ -75.210187519737303, 40.057816359095703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4686, "tnode_": 4839, "lpoly_": null, "rpoly_": null, "length": 798.03117876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLCOTT", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 710, "l_t_add": 798, "r_f_add": 711, "r_t_add": 799, "st_code": 84240, "l_hundred": 700, "r_hundred": 700, "seg_id": 700016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLCOTT DR", "stname": "WOLCOTT DR", "objectid": 27252, "Shape__Length": 318.00004646895377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210187519737303, 40.057816359095703 ], [ -75.210160196466504, 40.057623232310704 ], [ -75.210162757827504, 40.057437210991502 ], [ -75.210189182139601, 40.057319382214999 ], [ -75.210246781603104, 40.0571920928178 ], [ -75.210349511670998, 40.057035352626997 ], [ -75.210419041578504, 40.056942158482798 ], [ -75.210479014835599, 40.056869053476198 ], [ -75.210547532106403, 40.056802902889501 ], [ -75.210655769466996, 40.056734247808599 ], [ -75.210772550758094, 40.056672547060103 ], [ -75.210963738063697, 40.056622641189399 ], [ -75.211122865912202, 40.056605858173398 ], [ -75.211263764525498, 40.056605588389097 ], [ -75.211420994876804, 40.056639511791097 ], [ -75.2115863913384, 40.0566905307452 ], [ -75.211755554810694, 40.056758549828601 ], [ -75.211860280354699, 40.056797516931297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6061, "tnode_": 5849, "lpoly_": null, "rpoly_": null, "length": 847.25454925999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIOLA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 42810, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 700021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIOLA RD", "stname": "HIOLA RD", "objectid": 27253, "Shape__Length": 337.66534274995951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226359701620893, 40.049721931908202 ], [ -75.226509589562198, 40.049692493118599 ], [ -75.227080943273506, 40.049437445814199 ], [ -75.227192096563797, 40.049427723391901 ], [ -75.227301893029804, 40.049454461344503 ], [ -75.2273942937519, 40.049523389196104 ], [ -75.228020774846897, 40.050339931702098 ], [ -75.228046982922393, 40.050486469002003 ], [ -75.2280004442934, 40.050673980398599 ], [ -75.227927091480595, 40.0508009897083 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6191, "tnode_": 6061, "lpoly_": null, "rpoly_": null, "length": 243.68453212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 711, "l_t_add": 725, "r_f_add": 648, "r_t_add": 698, "st_code": 39820, "l_hundred": 700, "r_hundred": 600, "seg_id": 700023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGNER ST", "stname": "HAGNER ST", "objectid": 27254, "Shape__Length": 97.263423123989071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226191123758596, 40.049067092237301 ], [ -75.2262579197279, 40.049437613437497 ], [ -75.226359701620893, 40.049721931908202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6573, "tnode_": 6147, "lpoly_": null, "rpoly_": null, "length": 946.95129271999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 41960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700024, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27255, "Shape__Length": 377.44927073833537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217828893974001, 40.047109671231098 ], [ -75.217903340267299, 40.047425434998601 ], [ -75.218012420953599, 40.047683272007902 ], [ -75.218139355956893, 40.047886767713599 ], [ -75.218296559239803, 40.048127419804999 ], [ -75.218510020775696, 40.048344984462702 ], [ -75.218709255327894, 40.048519664000501 ], [ -75.218948707413901, 40.048676983169102 ], [ -75.219772334588399, 40.049107740722 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6754, "tnode_": 6292, "lpoly_": null, "rpoly_": null, "length": 1533.3029583599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALKOP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 72100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALKOP ST", "stname": "SHALKOP ST", "objectid": 27256, "Shape__Length": 610.61048351514455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229817923563502, 40.046528480067899 ], [ -75.230601100397905, 40.0472511973392 ], [ -75.2308127663579, 40.047338420704797 ], [ -75.231025455134599, 40.047398138942697 ], [ -75.231269930689095, 40.047415272697997 ], [ -75.232673986147702, 40.0475372740596 ], [ -75.233004275961306, 40.047593164869902 ], [ -75.233206475876102, 40.047688820456003 ], [ -75.233367338310202, 40.047832224613799 ], [ -75.233464495831001, 40.047986395525903 ], [ -75.233505852699494, 40.048151507411099 ], [ -75.233501345115499, 40.048273043589802 ], [ -75.233437882030401, 40.048490594610001 ], [ -75.233183714072794, 40.048743588905303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6726, "tnode_": 6191, "lpoly_": null, "rpoly_": null, "length": 1257.4434868600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 42640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27257, "Shape__Length": 501.07305325088578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224755626621999, 40.046638123491 ], [ -75.224077471013302, 40.047159133393599 ], [ -75.224048999725397, 40.047286223478103 ], [ -75.224067291128904, 40.047432587849102 ], [ -75.224165330626306, 40.0475624596179 ], [ -75.224311944353801, 40.0476629906547 ], [ -75.224515715490099, 40.047716124310703 ], [ -75.224695313741293, 40.047780889656998 ], [ -75.2248426060101, 40.047863189749798 ], [ -75.224934098630499, 40.047956427499201 ], [ -75.225009097968396, 40.048067546906097 ], [ -75.225635763012207, 40.048878025728698 ], [ -75.225765662092996, 40.049002514369903 ], [ -75.225985252611906, 40.049055992897202 ], [ -75.226191123758596, 40.049067092237301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6433, "tnode_": 6257, "lpoly_": null, "rpoly_": null, "length": 281.12789992999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIFFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7400, "l_t_add": 7408, "r_f_add": 7401, "r_t_add": 7409, "st_code": 47160, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIFFER ST", "stname": "KEIFFER ST", "objectid": 27258, "Shape__Length": 112.21984035068817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229216139480599, 40.0480464085053 ], [ -75.229105753880802, 40.048813460364798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6907, "tnode_": 6284, "lpoly_": null, "rpoly_": null, "length": 1264.9065030100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7243, "r_t_add": 7399, "st_code": 68280, "l_hundred": 7300, "r_hundred": 7200, "seg_id": 700028, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27259, "Shape__Length": 504.29983517102841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232937225046797, 40.045939179147403 ], [ -75.2343728156428, 40.0471791767064 ], [ -75.234800511752795, 40.047596016483197 ], [ -75.234949190669795, 40.047854703872503 ], [ -75.235422780411497, 40.048784913102203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6802, "tnode_": 6383, "lpoly_": null, "rpoly_": null, "length": 916.9285278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAIRE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 23280, "l_hundred": 700, "r_hundred": 700, "seg_id": 700029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAIRE RD", "stname": "CLAIRE RD", "objectid": 27260, "Shape__Length": 365.41747608368411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222088696261906, 40.046168532682202 ], [ -75.221780052868596, 40.046811418995098 ], [ -75.221677924954506, 40.047003787386899 ], [ -75.221563248958105, 40.0471661376301 ], [ -75.221428490583307, 40.0473267104596 ], [ -75.221314169384499, 40.047421501670797 ], [ -75.220996729919406, 40.047611506689101 ], [ -75.220085470834306, 40.048018059331199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6849, "tnode_": 6621, "lpoly_": null, "rpoly_": null, "length": 666.6448904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 21310, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDIN RD", "stname": "CARDIN RD", "objectid": 27261, "Shape__Length": 265.60942754915658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220286836202106, 40.045954053215603 ], [ -75.220871465772703, 40.046560313428401 ], [ -75.220907375813695, 40.046658411645303 ], [ -75.220871671477397, 40.046767096651401 ], [ -75.220812926022106, 40.046857029184302 ], [ -75.220409880226896, 40.047054934396499 ], [ -75.220218981515401, 40.047081139274297 ], [ -75.220077790802804, 40.047047621287497 ], [ -75.219950335261203, 40.046961256732502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6980, "tnode_": 6743, "lpoly_": null, "rpoly_": null, "length": 1181.8869266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARTMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 81520, "l_hundred": 500, "r_hundred": 500, "seg_id": 700031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARTMAN ST", "stname": "WARTMAN ST", "objectid": 27262, "Shape__Length": 470.5762269722876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229619062017207, 40.045508590696897 ], [ -75.229506085382795, 40.045666713177098 ], [ -75.229276870833999, 40.045881455964199 ], [ -75.227955694998698, 40.046715232673797 ], [ -75.227767559603905, 40.046801568263 ], [ -75.227562159110093, 40.046870798389399 ], [ -75.227299877151907, 40.046901529230098 ], [ -75.227031268587595, 40.046889548531297 ], [ -75.226834500938494, 40.046860900006799 ], [ -75.226670490795598, 40.0468025621105 ], [ -75.226414309733599, 40.046669218628303 ], [ -75.226247564051405, 40.046528460970599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7051, "tnode_": 6898, "lpoly_": null, "rpoly_": null, "length": 483.04343369000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 525, "r_f_add": 0, "r_t_add": 0, "st_code": 28840, "l_hundred": 500, "r_hundred": 0, "seg_id": 700032, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 27263, "Shape__Length": 192.246303990808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232043408962795, 40.045337303355701 ], [ -75.231730491080398, 40.0454788502147 ], [ -75.230754308022, 40.045944275600299 ], [ -75.230542984868904, 40.045967473617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7151, "tnode_": 6719, "lpoly_": null, "rpoly_": null, "length": 718.8619914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINERVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7900, "l_t_add": 8098, "r_f_add": 7901, "r_t_add": 8099, "st_code": 56380, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700033, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINERVA ST", "stname": "MINERVA ST", "objectid": 27264, "Shape__Length": 286.76753491729221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248247535982202, 40.045241172852201 ], [ -75.248368183165397, 40.045419770538402 ], [ -75.248412989825994, 40.045592059347001 ], [ -75.248399000276805, 40.045759771943302 ], [ -75.248326619075797, 40.045952465044998 ], [ -75.248225893045998, 40.046107543522297 ], [ -75.247940873312999, 40.046404645697798 ], [ -75.247692158728995, 40.0467081548043 ], [ -75.247682016455499, 40.047034735089099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7761, "tnode_": 7630, "lpoly_": null, "rpoly_": null, "length": 302.37640173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6766, "l_t_add": 6798, "r_f_add": 6769, "r_t_add": 6799, "st_code": 68280, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700035, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27265, "Shape__Length": 120.52299362404531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2256175665472, 40.041749610770097 ], [ -75.226270357483003, 40.042410868517599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7811, "tnode_": 26772, "lpoly_": null, "rpoly_": null, "length": 785.0214276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 37680, "l_hundred": 600, "r_hundred": 600, "seg_id": 700036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORGAS LN", "stname": "GORGAS LN", "objectid": 27266, "Shape__Length": 312.8544405679491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221457296068195, 40.041303561714699 ], [ -75.220903094563297, 40.0418902344366 ], [ -75.2198552913584, 40.042828074786001 ], [ -75.219683358718697, 40.042969846392801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7829, "tnode_": 7820, "lpoly_": null, "rpoly_": null, "length": 707.00563253999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6460, "l_t_add": 6498, "r_f_add": 6449, "r_t_add": 6499, "st_code": 49640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27267, "Shape__Length": 281.30155785408601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217446739247606, 40.041156699001803 ], [ -75.217832116403102, 40.041348907582403 ], [ -75.218109093576501, 40.041490350973497 ], [ -75.218242336801296, 40.041521451210897 ], [ -75.218392782751494, 40.041518685319502 ], [ -75.218560626797697, 40.041473730524302 ], [ -75.218682166839699, 40.041397345537597 ], [ -75.2188762234601, 40.041286068883899 ], [ -75.219058836691005, 40.041211922152399 ], [ -75.219062162566004, 40.041211790907397 ], [ -75.219370033116803, 40.041199641367797 ], [ -75.219715277883594, 40.0412358229663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8024, "tnode_": 7991, "lpoly_": null, "rpoly_": null, "length": 145.63426359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 622, "l_t_add": 698, "r_f_add": 639, "r_t_add": 699, "st_code": 36380, "l_hundred": 600, "r_hundred": 600, "seg_id": 700038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 27268, "Shape__Length": 57.952375651251927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214570975315397, 40.039945127003499 ], [ -75.214429636022899, 40.0400180730133 ], [ -75.214113500163194, 40.040133309131498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8148, "tnode_": 8072, "lpoly_": null, "rpoly_": null, "length": 388.39266728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRWAY", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 564, "r_f_add": 501, "r_t_add": 559, "st_code": 33360, "l_hundred": 500, "r_hundred": 500, "seg_id": 700039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRWAY TER", "stname": "FAIRWAY TER", "objectid": 27269, "Shape__Length": 154.51710089297194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220221831537998, 40.039440385796802 ], [ -75.219975867284106, 40.039440611318 ], [ -75.219817521199801, 40.0394432051582 ], [ -75.218958677915495, 40.039810423143898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3709, "tnode_": 3443, "lpoly_": null, "rpoly_": null, "length": 806.62206292999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 68280, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 700040, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27270, "Shape__Length": 322.07470323205962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239847244047297, 40.065147321365799 ], [ -75.239914517988296, 40.065902194298197 ], [ -75.240053482311595, 40.067066833747198 ], [ -75.240095034669693, 40.067353165033801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3587, "tnode_": 3563, "lpoly_": null, "rpoly_": null, "length": 416.33955039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTHIAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51720, "l_hundred": 0, "r_hundred": 0, "seg_id": 700041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTHIAN PL", "stname": "LOTHIAN PL", "objectid": 27271, "Shape__Length": 165.96759112950542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236576073090205, 40.066038043130703 ], [ -75.236768381886293, 40.066367271921003 ], [ -75.236247529874802, 40.066538329698801 ], [ -75.236065578204602, 40.066220924141703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3731, "tnode_": 3548, "lpoly_": null, "rpoly_": null, "length": 615.89677699000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TIONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 77440, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TIONA ST", "stname": "TIONA ST", "objectid": 27272, "Shape__Length": 245.68314456356657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2349635220084, 40.064855444955299 ], [ -75.234924954645294, 40.065061944177998 ], [ -75.2348949189645, 40.065231575054703 ], [ -75.234903977743599, 40.065414224110803 ], [ -75.234984443398702, 40.065592355284601 ], [ -75.235704922201606, 40.066228455590398 ], [ -75.235778174874298, 40.066306623712698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3852, "tnode_": 3695, "lpoly_": null, "rpoly_": null, "length": 812.97132506000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 751, "st_code": 21920, "l_hundred": 700, "r_hundred": 700, "seg_id": 700043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27273, "Shape__Length": 323.69050244103056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239670346465203, 40.064026256161299 ], [ -75.239414171724903, 40.064174880871498 ], [ -75.238684596649406, 40.064639392119503 ], [ -75.238320142265493, 40.064862531287702 ], [ -75.238054870306101, 40.064972284629697 ], [ -75.237902574016701, 40.065023690424603 ], [ -75.237710731284096, 40.065074231404097 ], [ -75.2372146368904, 40.065119682362003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4110, "tnode_": 4012, "lpoly_": null, "rpoly_": null, "length": 439.28874767000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 44120, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURON ST", "stname": "HURON ST", "objectid": 27274, "Shape__Length": 174.97884572636724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205921067113394, 40.061391308951997 ], [ -75.2071429229225, 40.062148123717897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3890, "tnode_": 3665, "lpoly_": null, "rpoly_": null, "length": 1518.0325745600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPEWA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8401, "l_t_add": 8499, "r_f_add": 8400, "r_t_add": 8498, "st_code": 23040, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 700044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPEWA RD", "stname": "CHIPPEWA RD", "objectid": 27275, "Shape__Length": 604.4999196972708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227900465826707, 40.063458940269598 ], [ -75.227237642906204, 40.063397325415998 ], [ -75.226653746769998, 40.0633480140689 ], [ -75.226400439811698, 40.063348532781397 ], [ -75.226273221142705, 40.063363983790303 ], [ -75.226145098068301, 40.0634037416363 ], [ -75.225919128788803, 40.0635204131639 ], [ -75.225797105063194, 40.063608958304002 ], [ -75.225689541880399, 40.063734311268298 ], [ -75.225629657448394, 40.063854629899303 ], [ -75.225593725455695, 40.063969393915997 ], [ -75.225596885406603, 40.064097179276096 ], [ -75.225622696856604, 40.064235438979097 ], [ -75.2256669287558, 40.064341986506101 ], [ -75.225722750349206, 40.064434534888598 ], [ -75.225910516616693, 40.064602770289298 ], [ -75.226081574846006, 40.0646855899355 ], [ -75.227514861091706, 40.065186065358802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4363, "tnode_": 4320, "lpoly_": null, "rpoly_": null, "length": 551.34060007999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEFFERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 71580, "l_hundred": 800, "r_hundred": 800, "seg_id": 700045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEFFERT ST", "stname": "SEFFERT ST", "objectid": 27276, "Shape__Length": 219.39097815405444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233664053816696, 40.060291295417699 ], [ -75.233025076121507, 40.060586778052802 ], [ -75.2328169743828, 40.060649117910501 ], [ -75.232594183962803, 40.060680727085099 ], [ -75.232444148308602, 40.0606713580788 ], [ -75.232262703134793, 40.0606552189222 ], [ -75.231844630597095, 40.060547781411202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4830, "tnode_": 4628, "lpoly_": null, "rpoly_": null, "length": 697.48841507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 602, "r_f_add": 601, "r_t_add": 603, "st_code": 65340, "l_hundred": 600, "r_hundred": 600, "seg_id": 700047, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27277, "Shape__Length": 277.85434648277447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241486772748999, 40.057521310621603 ], [ -75.241239546517804, 40.057686728637997 ], [ -75.239611295245794, 40.058781916853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5406, "tnode_": 5035, "lpoly_": null, "rpoly_": null, "length": 1138.7487375200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7840, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 32400, "l_hundred": 7800, "r_hundred": 8100, "seg_id": 700048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27278, "Shape__Length": 453.81878153409582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240689155343702, 40.053825101355997 ], [ -75.2421535198106, 40.055051141288999 ], [ -75.243319225408598, 40.056023164615397 ], [ -75.243425396532402, 40.056136920753801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5433, "tnode_": 5392, "lpoly_": null, "rpoly_": null, "length": 475.14411222999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AURANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 476, "l_t_add": 498, "r_f_add": 477, "r_t_add": 499, "st_code": 14120, "l_hundred": 400, "r_hundred": 400, "seg_id": 700049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AURANIA ST", "stname": "AURANIA ST", "objectid": 27279, "Shape__Length": 189.03275866168471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237692452922701, 40.053601592860602 ], [ -75.2370923826726, 40.053873839421698 ], [ -75.236917737985294, 40.053888264440999 ], [ -75.236102149208506, 40.053793695545799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5725, "tnode_": 5648, "lpoly_": null, "rpoly_": null, "length": 1033.36538918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 34320, "l_hundred": 600, "r_hundred": 600, "seg_id": 700050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27280, "Shape__Length": 411.62861177599717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232625846273294, 40.0516356468694 ], [ -75.232537260012194, 40.051763689253299 ], [ -75.2323520204354, 40.052063715969901 ], [ -75.232265326409504, 40.0521526487871 ], [ -75.232196170548406, 40.052218424763197 ], [ -75.2321062265232, 40.052289433968099 ], [ -75.231999410301, 40.052351899504799 ], [ -75.231428234952602, 40.052645557595802 ], [ -75.231324127102397, 40.052683165838403 ], [ -75.231211278307399, 40.052690305376601 ], [ -75.231049384879796, 40.0526707335232 ], [ -75.230784641078998, 40.052613659336302 ], [ -75.230557156858694, 40.052563810400201 ], [ -75.230442163709597, 40.052516427191797 ], [ -75.230359577301499, 40.052439673134003 ], [ -75.230331332348598, 40.0523569839796 ], [ -75.230330020264702, 40.0522800509058 ], [ -75.230384177131199, 40.052169086598099 ], [ -75.230495830587898, 40.052081813447998 ], [ -75.230650032027299, 40.0520152320344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5799, "tnode_": 5648, "lpoly_": null, "rpoly_": null, "length": 356.80544408000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORIOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 61620, "l_hundred": 600, "r_hundred": 600, "seg_id": 700051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORIOLE ST", "stname": "ORIOLE ST", "objectid": 27281, "Shape__Length": 142.25292462127697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231363715071296, 40.051226350193303 ], [ -75.231302982052298, 40.051343285783503 ], [ -75.231209071473302, 40.051514261722097 ], [ -75.2311165880038, 40.051646816291999 ], [ -75.231007913087396, 40.051766199148702 ], [ -75.230857456602394, 40.051887869684997 ], [ -75.230650032027299, 40.0520152320344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6112, "tnode_": 5663, "lpoly_": null, "rpoly_": null, "length": 913.99540232000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 79620, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27282, "Shape__Length": 364.74722602500174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233620954588702, 40.049613587303497 ], [ -75.234188157187404, 40.050878895850303 ], [ -75.234218906340502, 40.051116755464598 ], [ -75.234181418328603, 40.051274059595201 ], [ -75.234127665865003, 40.051443170035803 ], [ -75.233868478748803, 40.052006708366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6136, "tnode_": 5938, "lpoly_": null, "rpoly_": null, "length": 602.66234080999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 444, "l_t_add": 458, "r_f_add": 445, "r_t_add": 459, "st_code": 27840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27283, "Shape__Length": 239.8930720271378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238810423580802, 40.049613821460099 ], [ -75.237953455515097, 40.050004817052901 ], [ -75.236967734585804, 40.0504690671264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6407, "tnode_": 6246, "lpoly_": null, "rpoly_": null, "length": 502.49511920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 436, "l_t_add": 454, "r_f_add": 447, "r_t_add": 465, "st_code": 34320, "l_hundred": 400, "r_hundred": 400, "seg_id": 700054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27284, "Shape__Length": 200.00935489743691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240347694703203, 40.048359188614697 ], [ -75.238801116155301, 40.049059222841699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6804, "tnode_": 6500, "lpoly_": null, "rpoly_": null, "length": 667.17268885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 414, "r_f_add": 201, "r_t_add": 415, "st_code": 27840, "l_hundred": 200, "r_hundred": 200, "seg_id": 700055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27285, "Shape__Length": 265.95493005151172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243356032214706, 40.046587803101303 ], [ -75.243406210457593, 40.0469251420324 ], [ -75.243382315046503, 40.047143561187603 ], [ -75.243333287139095, 40.047255692666397 ], [ -75.243217797185594, 40.047437107875901 ], [ -75.243093752028201, 40.047555630988498 ], [ -75.242959299952403, 40.047661385981399 ], [ -75.242242527338803, 40.048011152279003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6930, "tnode_": 6791, "lpoly_": null, "rpoly_": null, "length": 247.40271885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7510, "l_t_add": 7598, "r_f_add": 7515, "r_t_add": 7599, "st_code": 49560, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWN ST", "stname": "LAWN ST", "objectid": 27286, "Shape__Length": 98.704611141423442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244038380494302, 40.046096724035102 ], [ -75.244180931919402, 40.046303465432203 ], [ -75.2442798707105, 40.0465155208285 ], [ -75.244282220966994, 40.046599178529704 ], [ -75.244258475881495, 40.046653005587601 ], [ -75.244216904759199, 40.046725675431603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6951, "tnode_": 6863, "lpoly_": null, "rpoly_": null, "length": 251.15687241000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 342, "l_t_add": 398, "r_f_add": 351, "r_t_add": 399, "st_code": 83080, "l_hundred": 300, "r_hundred": 300, "seg_id": 700057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27287, "Shape__Length": 99.962227123431077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241767464039597, 40.045976585209097 ], [ -75.240991074182304, 40.0463219892046 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5938, "tnode_": 5776, "lpoly_": null, "rpoly_": null, "length": 429.00336908000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 32400, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27288, "Shape__Length": 171.03213995195892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236967734585804, 40.0504690671264 ], [ -75.237412401439798, 40.051045717797997 ], [ -75.237856479636605, 40.051421154224897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7129, "tnode_": 6930, "lpoly_": null, "rpoly_": null, "length": 376.61311231999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7508, "r_f_add": 7501, "r_t_add": 7513, "st_code": 49560, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWN ST", "stname": "LAWN ST", "objectid": 27289, "Shape__Length": 150.19080805214614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243383222820299, 40.0451999375207 ], [ -75.243390045230697, 40.045255643234903 ], [ -75.243420878379297, 40.045306602979402 ], [ -75.244038380494302, 40.046096724035102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6804, "tnode_": 7043, "lpoly_": null, "rpoly_": null, "length": 390.68493654000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7501, "l_t_add": 7599, "r_f_add": 7500, "r_t_add": 7598, "st_code": 59680, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWLAND ST", "stname": "NEWLAND ST", "objectid": 27290, "Shape__Length": 155.78777243246574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243356032214706, 40.046587803101303 ], [ -75.242627702752898, 40.045672994081599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27748, "tnode_": 4111, "lpoly_": null, "rpoly_": null, "length": 642.29937775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 61220, "l_hundred": 0, "r_hundred": 0, "seg_id": 700068, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27291, "Shape__Length": 255.62532013764456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224803413455106, 40.062563564381499 ], [ -75.226039795030303, 40.0621358894645 ], [ -75.226885210259397, 40.0618222090012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26907, "tnode_": 5057, "lpoly_": null, "rpoly_": null, "length": 5491.6670197400008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 7401, "r_t_add": 7599, "st_code": 34610, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700069, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2009-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 27292, "Shape__Length": 2190.4731037097399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211099424809802, 40.041360517719603 ], [ -75.211131760882196, 40.0414295246036 ], [ -75.211193512946593, 40.041678835541902 ], [ -75.211243492138905, 40.041877457292102 ], [ -75.211319706701303, 40.042032531488204 ], [ -75.211491414221797, 40.042338905282797 ], [ -75.211755056241202, 40.042672524750799 ], [ -75.212026538833896, 40.042950476454799 ], [ -75.212174507317101, 40.043120059276802 ], [ -75.212265198190707, 40.043317017476099 ], [ -75.212297572559507, 40.043437404301002 ], [ -75.212326442817201, 40.0435419678412 ], [ -75.212502744653605, 40.043977309506097 ], [ -75.212587496910899, 40.044231121698203 ], [ -75.212641142910698, 40.0444401581384 ], [ -75.212701307644807, 40.044803650821201 ], [ -75.212743377696299, 40.044993534850498 ], [ -75.212804978403696, 40.045209044863398 ], [ -75.212833732548006, 40.045316754659602 ], [ -75.212849849792605, 40.045433633217002 ], [ -75.212853097124906, 40.045565973377798 ], [ -75.212846179840199, 40.045713095174698 ], [ -75.212719701310306, 40.046284205519598 ], [ -75.212630001421104, 40.046710523098497 ], [ -75.212541853684399, 40.0469857098158 ], [ -75.212516557871695, 40.0471142705155 ], [ -75.2125138513031, 40.047186643835197 ], [ -75.212527874933798, 40.047249938828898 ], [ -75.212562253286706, 40.047316832414701 ], [ -75.212660013142795, 40.047453379308202 ], [ -75.212798618025005, 40.047570844073 ], [ -75.213023431039204, 40.047695480667599 ], [ -75.213208125703005, 40.047797186160899 ], [ -75.213360065085894, 40.0478981680738 ], [ -75.213619495269498, 40.048083403148397 ], [ -75.213722184914602, 40.048186446155903 ], [ -75.213863232629194, 40.048359619968103 ], [ -75.214173497631094, 40.048829409326103 ], [ -75.214233010282896, 40.048991334942698 ], [ -75.214244449884106, 40.049123855806002 ], [ -75.214269796452399, 40.049322817809198 ], [ -75.214420639325496, 40.049672564841401 ], [ -75.214492555737294, 40.049831614164098 ], [ -75.214614642983193, 40.050073651604002 ], [ -75.214767136559203, 40.0503793450806 ], [ -75.214877059542602, 40.050617964761202 ], [ -75.214944882604996, 40.050776924320097 ], [ -75.214999033187993, 40.050863148202701 ], [ -75.215085586161095, 40.050959535790497 ], [ -75.215463284944406, 40.051270197183101 ], [ -75.2158242707428, 40.051544067558901 ], [ -75.216198456503093, 40.051884771039603 ], [ -75.217027012836695, 40.052413220033301 ], [ -75.217138726324194, 40.0524944139597 ], [ -75.217368582001598, 40.052704182471999 ], [ -75.217556904856096, 40.052928780816899 ], [ -75.217735042462493, 40.053206692475598 ], [ -75.217825094610902, 40.0534291242639 ], [ -75.217895613707597, 40.053625931783898 ], [ -75.217983083358803, 40.053917590467897 ], [ -75.218051356547903, 40.054284407039702 ], [ -75.218180406058295, 40.054674503968101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3402, "tnode_": 3048, "lpoly_": null, "rpoly_": null, "length": 1541.1798701499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 73720, "l_hundred": 600, "r_hundred": 600, "seg_id": 700070, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING LN", "stname": "SPRING LN", "objectid": 27293, "Shape__Length": 614.09945710933437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245281755199997, 40.067833223385101 ], [ -75.245155938733305, 40.067900071469701 ], [ -75.244735646397601, 40.068122085781098 ], [ -75.244306774734795, 40.068399193498699 ], [ -75.242629113055997, 40.069566943734301 ], [ -75.241685603965607, 40.0702065008239 ], [ -75.241224762216603, 40.070672002102398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3402, "tnode_": 3138, "lpoly_": null, "rpoly_": null, "length": 1574.4943717900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 41860, "l_hundred": 600, "r_hundred": 600, "seg_id": 700071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDREN ST", "stname": "HENDREN ST", "objectid": 27294, "Shape__Length": 627.15368127725424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245281755199997, 40.067833223385101 ], [ -75.245179325249893, 40.0677096086443 ], [ -75.245040936473202, 40.0676487981058 ], [ -75.244898445416098, 40.067610512775602 ], [ -75.244585651600602, 40.067578565729697 ], [ -75.244332630471803, 40.0676107408216 ], [ -75.244157760898403, 40.067652157277898 ], [ -75.244060666402902, 40.0677118018138 ], [ -75.243759135831993, 40.067907307695698 ], [ -75.243316541072502, 40.068201701584897 ], [ -75.242541503138199, 40.068730068415398 ], [ -75.242052861091395, 40.069052409779303 ], [ -75.241936927400801, 40.0691591262812 ], [ -75.2417622554443, 40.069283466071902 ], [ -75.241346808162902, 40.069550804724997 ], [ -75.241149166819795, 40.069677155053299 ], [ -75.240976442410002, 40.0697487679736 ], [ -75.2408415015136, 40.069829079389301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3925, "tnode_": 3916, "lpoly_": null, "rpoly_": null, "length": 224.56538667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEEPLE", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8652, "l_t_add": 8698, "r_f_add": 8661, "r_t_add": 8699, "st_code": 74550, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEEPLE DR", "stname": "STEEPLE DR", "objectid": 27295, "Shape__Length": 89.313894874580896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245946213361805, 40.063594930811703 ], [ -75.2467474661495, 40.063626596847897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3936, "tnode_": 3837, "lpoly_": null, "rpoly_": null, "length": 443.06104958999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWANDA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 77620, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWANDA AVE", "stname": "TOWANDA AVE", "objectid": 27296, "Shape__Length": 176.47028210818092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204710620603905, 40.062606207115401 ], [ -75.205963692685302, 40.063349356513399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3939, "tnode_": 3811, "lpoly_": null, "rpoly_": null, "length": 470.50281101999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8265, "st_code": 22700, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 700077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27297, "Shape__Length": 187.56432629426877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215231338000095, 40.062849380415003 ], [ -75.215495656977794, 40.063015905656101 ], [ -75.215632712891605, 40.063110587154299 ], [ -75.215827043162705, 40.063268727497999 ], [ -75.215991087708304, 40.063439294690397 ], [ -75.216104539292999, 40.063595650864698 ], [ -75.216284887588799, 40.0638375099238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3983, "tnode_": 3925, "lpoly_": null, "rpoly_": null, "length": 486.40383441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEEPLE", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8638, "l_t_add": 8650, "r_f_add": 8633, "r_t_add": 8659, "st_code": 74550, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEEPLE DR", "stname": "STEEPLE DR", "objectid": 27298, "Shape__Length": 193.67712010569306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244515956190597, 40.063013172539399 ], [ -75.245092769472507, 40.063505830365301 ], [ -75.245186104928905, 40.063550436730701 ], [ -75.2452566114478, 40.063570218695602 ], [ -75.245946213361805, 40.063594930811703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3985, "tnode_": 3916, "lpoly_": null, "rpoly_": null, "length": 186.54660844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFRY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8660, "l_t_add": 8698, "r_f_add": 8655, "r_t_add": 8699, "st_code": 16565, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFRY DR", "stname": "BELFRY DR", "objectid": 27299, "Shape__Length": 74.473018651359354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246835931129795, 40.063125554634198 ], [ -75.246800859994394, 40.0635491353083 ], [ -75.2467474661495, 40.063626596847897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4140, "tnode_": 4049, "lpoly_": null, "rpoly_": null, "length": 410.51590980999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 764, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 75540, "l_hundred": 700, "r_hundred": 700, "seg_id": 700085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUNSET AVE", "stname": "SUNSET AVE", "objectid": 27300, "Shape__Length": 163.50461145103711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240533101405006, 40.061864495685803 ], [ -75.239555779950507, 40.062487262983097 ], [ -75.239373073741405, 40.0625437806249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4012, "tnode_": 4150, "lpoly_": null, "rpoly_": null, "length": 465.8624934, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 531, "st_code": 73940, "l_hundred": 500, "r_hundred": 500, "seg_id": 700086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 27301, "Shape__Length": 185.71384850294325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2071429229225, 40.062148123717897 ], [ -75.207957619791401, 40.061363857366999 ], [ -75.208195847862498, 40.061158118058799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4214, "tnode_": 4140, "lpoly_": null, "rpoly_": null, "length": 260.47373034000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 762, "r_f_add": 701, "r_t_add": 715, "st_code": 75540, "l_hundred": 700, "r_hundred": 700, "seg_id": 700087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUNSET AVE", "stname": "SUNSET AVE", "objectid": 27302, "Shape__Length": 103.75842818570838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241248871029001, 40.061407558497997 ], [ -75.240533101405006, 40.061864495685803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4228, "tnode_": 4148, "lpoly_": null, "rpoly_": null, "length": 193.21173884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASILICA", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 16155, "l_hundred": 500, "r_hundred": 500, "seg_id": 700089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASILICA CIR", "stname": "BASILICA CIR", "objectid": 27303, "Shape__Length": 77.00511750230595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245019930976198, 40.061446243722699 ], [ -75.244668626559204, 40.0617024858091 ], [ -75.244555493471793, 40.061834662771503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4280, "tnode_": 4165, "lpoly_": null, "rpoly_": null, "length": 438.97910542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 556, "r_f_add": 501, "r_t_add": 557, "st_code": 21920, "l_hundred": 500, "r_hundred": 500, "seg_id": 700090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27304, "Shape__Length": 174.87686292315914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244395733731395, 40.060980900521798 ], [ -75.243207876238003, 40.061767715943802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4311, "tnode_": 4220, "lpoly_": null, "rpoly_": null, "length": 439.03838065999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7651, "r_t_add": 7699, "st_code": 44120, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURON ST", "stname": "HURON ST", "objectid": 27305, "Shape__Length": 174.79961903891709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203221086377297, 40.059954282945696 ], [ -75.203741657416003, 40.060146249532004 ], [ -75.204546293403496, 40.060590845256698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4314, "tnode_": 3931, "lpoly_": null, "rpoly_": null, "length": 1097.7665089899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7500, "l_t_add": 7698, "r_f_add": 7501, "r_t_add": 7699, "st_code": 74180, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 27306, "Shape__Length": 438.04677602548776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202498439020999, 40.059888714039403 ], [ -75.202470843412101, 40.060264043158298 ], [ -75.202392822093998, 40.060444765999499 ], [ -75.2022933573015, 40.060564195736603 ], [ -75.202208567827896, 40.060714360502402 ], [ -75.202083093544999, 40.060894030921702 ], [ -75.201914881998505, 40.0611578989893 ], [ -75.201844993737296, 40.061332720108197 ], [ -75.201812367328898, 40.061569186057497 ], [ -75.201844147953295, 40.061776670671101 ], [ -75.201923610669098, 40.0619791318274 ], [ -75.202301009268794, 40.062467960249201 ], [ -75.202477579693493, 40.062659262671303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4314, "tnode_": 4311, "lpoly_": null, "rpoly_": null, "length": 203.68378994999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7601, "r_t_add": 7649, "st_code": 44120, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 700093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HURON ST", "stname": "HURON ST", "objectid": 27307, "Shape__Length": 81.008046269262266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202498439020999, 40.059888714039403 ], [ -75.203221086377297, 40.059954282945696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4315, "tnode_": 4299, "lpoly_": null, "rpoly_": null, "length": 154.12243193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVINS", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 716, "l_t_add": 716, "r_f_add": 717, "r_t_add": 717, "st_code": 45200, "l_hundred": 700, "r_hundred": 700, "seg_id": 700094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVINS RD", "stname": "IVINS RD", "objectid": 27308, "Shape__Length": 61.308851456208799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239387117106105, 40.060728946845501 ], [ -75.239191461172595, 40.060782508809403 ], [ -75.238977030452801, 40.060802150506198 ], [ -75.238853534549193, 40.060824795536497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4315, "tnode_": 4140, "lpoly_": null, "rpoly_": null, "length": 523.58902337000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 63740, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 700095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBROOK RD", "stname": "PEMBROOK RD", "objectid": 27309, "Shape__Length": 208.74562591847331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239387117106105, 40.060728946845501 ], [ -75.239780367018199, 40.061123787956802 ], [ -75.240024222401203, 40.061378465100297 ], [ -75.240214967565294, 40.061571163880998 ], [ -75.240533101405006, 40.061864495685803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4245, "tnode_": 4318, "lpoly_": null, "rpoly_": null, "length": 216.95936672000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENGARRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 722, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 37220, "l_hundred": 700, "r_hundred": 700, "seg_id": 700098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENGARRY RD", "stname": "GLENGARRY RD", "objectid": 27310, "Shape__Length": 86.58528863474217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217844979631906, 40.060809905477001 ], [ -75.217865341517395, 40.060637817846398 ], [ -75.217856469296095, 40.060519459306903 ], [ -75.217823963238899, 40.060423921140902 ], [ -75.217678517596497, 40.060251494977003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4150, "tnode_": 4368, "lpoly_": null, "rpoly_": null, "length": 643.89251433000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 532, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 73940, "l_hundred": 500, "r_hundred": 500, "seg_id": 700099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 27311, "Shape__Length": 256.7151527280252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208195847862498, 40.061158118058799 ], [ -75.208380710174097, 40.060956967833697 ], [ -75.208479709541194, 40.060849685351997 ], [ -75.208636572840007, 40.060676784343002 ], [ -75.209482773901001, 40.059850133342202 ], [ -75.209586422073698, 40.059750819388697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4373, "tnode_": 4315, "lpoly_": null, "rpoly_": null, "length": 233.84285867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVINS", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 714, "r_f_add": 701, "r_t_add": 715, "st_code": 45200, "l_hundred": 700, "r_hundred": 700, "seg_id": 700101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVINS RD", "stname": "IVINS RD", "objectid": 27312, "Shape__Length": 93.159050802305885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240014082184501, 40.060304702010399 ], [ -75.239387117106105, 40.060728946845501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4373, "tnode_": 4214, "lpoly_": null, "rpoly_": null, "length": 529.9662778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 40680, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 700102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARNER ST", "stname": "HARNER ST", "objectid": 27313, "Shape__Length": 211.24541189278435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240014082184501, 40.060304702010399 ], [ -75.241248871029001, 40.061407558497997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4440, "tnode_": 4368, "lpoly_": null, "rpoly_": null, "length": 288.55976943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7814, "l_t_add": 7898, "r_f_add": 7815, "r_t_add": 7899, "st_code": 22700, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27314, "Shape__Length": 114.92122819648871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208762252613894, 40.0592749907048 ], [ -75.209586422073698, 40.059750819388697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4110, "tnode_": 4481, "lpoly_": null, "rpoly_": null, "length": 1095.55056762, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 56980, "l_hundred": 500, "r_hundred": 500, "seg_id": 700104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 27315, "Shape__Length": 436.77330799188786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205921067113394, 40.061391308951997 ], [ -75.208312720312406, 40.059010699614497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4481, "tnode_": 4440, "lpoly_": null, "rpoly_": null, "length": 158.43856483000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7812, "r_f_add": 7801, "r_t_add": 7813, "st_code": 22700, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27316, "Shape__Length": 63.101173002978307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208312720312406, 40.059010699614497 ], [ -75.208762252613894, 40.0592749907048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4519, "tnode_": 4481, "lpoly_": null, "rpoly_": null, "length": 78.13179847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7714, "l_t_add": 7798, "r_f_add": 7715, "r_t_add": 7799, "st_code": 22700, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27317, "Shape__Length": 31.122860173945124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208099026180406, 40.0588727170338 ], [ -75.208312720312406, 40.059010699614497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4543, "tnode_": 4373, "lpoly_": null, "rpoly_": null, "length": 483.38423822000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 40680, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 700107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARNER ST", "stname": "HARNER ST", "objectid": 27318, "Shape__Length": 192.67614438127046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238891357177394, 40.059297550190998 ], [ -75.239968001216099, 40.060247660973502 ], [ -75.240014082184501, 40.060304702010399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4220, "tnode_": 4621, "lpoly_": null, "rpoly_": null, "length": 1100.9590853300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 699, "st_code": 55680, "l_hundred": 500, "r_hundred": 500, "seg_id": 700109, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 27319, "Shape__Length": 438.91915285744989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204546293403496, 40.060590845256698 ], [ -75.206959480559206, 40.058204288543998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4621, "tnode_": 4519, "lpoly_": null, "rpoly_": null, "length": 401.29710902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7712, "r_f_add": 7701, "r_t_add": 7713, "st_code": 22700, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27320, "Shape__Length": 159.8221125045167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206959480559206, 40.058204288543998 ], [ -75.208099026180406, 40.0588727170338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4368, "tnode_": 4686, "lpoly_": null, "rpoly_": null, "length": 757.46321043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOLCOTT", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 700, "l_t_add": 708, "r_f_add": 701, "r_t_add": 709, "st_code": 84240, "l_hundred": 700, "r_hundred": 700, "seg_id": 700111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOLCOTT DR", "stname": "WOLCOTT DR", "objectid": 27321, "Shape__Length": 302.26920518274648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209586422073698, 40.059750819388697 ], [ -75.209960155654002, 40.059364032746103 ], [ -75.210061880361096, 40.0591838283245 ], [ -75.210164287004503, 40.058985394567898 ], [ -75.210262879767001, 40.058677404144703 ], [ -75.210289388233505, 40.058392148161303 ], [ -75.210283126559105, 40.058136575621297 ], [ -75.210235049502501, 40.057940896186402 ], [ -75.210187519737303, 40.057816359095703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4752, "tnode_": 4621, "lpoly_": null, "rpoly_": null, "length": 544.37143854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 22700, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27322, "Shape__Length": 216.79519466217596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205407047085501, 40.057314446024201 ], [ -75.205468667483501, 40.057321189710301 ], [ -75.205520898018605, 40.057348385353201 ], [ -75.206959480559206, 40.058204288543998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4621, "tnode_": 4760, "lpoly_": null, "rpoly_": null, "length": 447.86387463, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 600, "l_t_add": 698, "r_f_add": 701, "r_t_add": 799, "st_code": 55680, "l_hundred": 600, "r_hundred": 700, "seg_id": 700113, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 27323, "Shape__Length": 178.55060780386674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206959480559206, 40.058204288543998 ], [ -75.2079314262065, 40.057227704652298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4760, "tnode_": 4720, "lpoly_": null, "rpoly_": null, "length": 182.6425806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7516, "l_t_add": 7698, "r_f_add": 7701, "r_t_add": 7701, "st_code": 54640, "l_hundred": 7500, "r_hundred": 7700, "seg_id": 700114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27324, "Shape__Length": 72.754212251635394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2079314262065, 40.057227704652298 ], [ -75.208427374018299, 40.0575534985147 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4930, "tnode_": 4834, "lpoly_": null, "rpoly_": null, "length": 269.25843185000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8100, "l_t_add": 8126, "r_f_add": 8101, "r_t_add": 8115, "st_code": 68280, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700115, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27325, "Shape__Length": 107.44355675347882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236043933377701, 40.056720373405597 ], [ -75.236127921158598, 40.0569698855629 ], [ -75.236287939884093, 40.057236846479398 ], [ -75.236388916186499, 40.057407541946503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4999, "tnode_": 4930, "lpoly_": null, "rpoly_": null, "length": 187.69862068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8029, "r_t_add": 8099, "st_code": 68280, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 700116, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27326, "Shape__Length": 74.933381390811491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235966542856104, 40.056208617843701 ], [ -75.2360092252557, 40.056522631966999 ], [ -75.236043933377701, 40.056720373405597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4720, "tnode_": 5003, "lpoly_": null, "rpoly_": null, "length": 903.848585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAVIDSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 27540, "l_hundred": 700, "r_hundred": 700, "seg_id": 700117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAVIDSON RD", "stname": "DAVIDSON RD", "objectid": 27327, "Shape__Length": 360.30293483420792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208427374018299, 40.0575534985147 ], [ -75.209084847099902, 40.0570019435389 ], [ -75.209484528388501, 40.0566537222387 ], [ -75.210208688608603, 40.055789074436298 ], [ -75.210287092156406, 40.055778817105697 ], [ -75.210354566287194, 40.055736342571599 ], [ -75.210349978792706, 40.055673622626401 ], [ -75.210306286064593, 40.055636993447699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5035, "tnode_": 4830, "lpoly_": null, "rpoly_": null, "length": 740.95864819000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 576, "l_t_add": 598, "r_f_add": 577, "r_t_add": 599, "st_code": 65340, "l_hundred": 500, "r_hundred": 500, "seg_id": 700118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27328, "Shape__Length": 295.20043802800058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243425396532402, 40.056136920753801 ], [ -75.243283760512696, 40.056242135887103 ], [ -75.241776314210796, 40.057297055917303 ], [ -75.241486772748999, 40.057521310621603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5157, "tnode_": 4999, "lpoly_": null, "rpoly_": null, "length": 408.60830695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 7953, "r_t_add": 8027, "st_code": 68280, "l_hundred": 8000, "r_hundred": 7900, "seg_id": 700119, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27329, "Shape__Length": 163.13075955377917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235919680007896, 40.055088084108199 ], [ -75.235930741514593, 40.0558640899119 ], [ -75.235966542856104, 40.056208617843701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5392, "tnode_": 5157, "lpoly_": null, "rpoly_": null, "length": 474.87796306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7951, "st_code": 68280, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700120, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27330, "Shape__Length": 189.57563590823474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236102149208506, 40.053793695545799 ], [ -75.235981528889596, 40.054378646035403 ], [ -75.235949698003793, 40.054596890495397 ], [ -75.235919680007896, 40.055088084108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5558, "tnode_": 5395, "lpoly_": null, "rpoly_": null, "length": 1219.9321436099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7698, "r_f_add": 7501, "r_t_add": 7699, "st_code": 41960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700121, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27331, "Shape__Length": 485.36034264047174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227164628533501, 40.0525431058782 ], [ -75.228134855404605, 40.052889561767699 ], [ -75.228801355444503, 40.053056232812203 ], [ -75.229877924517197, 40.053262305190401 ], [ -75.2304194889077, 40.053383654138401 ], [ -75.230981393848396, 40.053596672040797 ], [ -75.231225151749499, 40.053712975491301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5564, "tnode_": 5392, "lpoly_": null, "rpoly_": null, "length": 382.8265954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 68280, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27332, "Shape__Length": 152.82753051535778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236236627265598, 40.052748217033802 ], [ -75.236212491337895, 40.053057886864998 ], [ -75.236149509870003, 40.053476146581403 ], [ -75.236102149208506, 40.053793695545799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5719, "tnode_": 5564, "lpoly_": null, "rpoly_": null, "length": 371.12515086999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 68280, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700123, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27333, "Shape__Length": 148.15713297375197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236329212565195, 40.051731923029102 ], [ -75.236236627265598, 40.052748217033802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5887, "tnode_": 5719, "lpoly_": null, "rpoly_": null, "length": 340.15463047000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 68280, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700124, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27334, "Shape__Length": 135.78334454988453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236217278221204, 40.050807681763402 ], [ -75.236302829004103, 40.051046819059401 ], [ -75.236329983456798, 40.051381907301597 ], [ -75.236329212565195, 40.051731923029102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5908, "tnode_": 5784, "lpoly_": null, "rpoly_": null, "length": 283.4130587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIFFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 47160, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIFFER ST", "stname": "KEIFFER ST", "objectid": 27335, "Shape__Length": 113.02591944338442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229535093172998, 40.050559592414899 ], [ -75.230051315962896, 40.051228848559397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5978, "tnode_": 5887, "lpoly_": null, "rpoly_": null, "length": 174.65126451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7558, "l_t_add": 7598, "r_f_add": 7563, "r_t_add": 7599, "st_code": 68280, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700126, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27336, "Shape__Length": 69.700473180258427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236041141041596, 40.0503477490523 ], [ -75.236217278221204, 40.050807681763402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6061, "tnode_": 5849, "lpoly_": null, "rpoly_": null, "length": 629.0129677299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 727, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 39820, "l_hundred": 700, "r_hundred": 700, "seg_id": 700127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGNER ST", "stname": "HAGNER ST", "objectid": 27337, "Shape__Length": 250.56989490402202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226359701620893, 40.049721931908202 ], [ -75.226594528877001, 40.0501748151773 ], [ -75.226792433728505, 40.050385940280798 ], [ -75.226969782655502, 40.050511470489603 ], [ -75.227133124151393, 40.0505880381995 ], [ -75.227406943490607, 40.050673113300398 ], [ -75.227927091480595, 40.0508009897083 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6109, "tnode_": 5908, "lpoly_": null, "rpoly_": null, "length": 377.6864376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIFFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7422, "l_t_add": 7498, "r_f_add": 7431, "r_t_add": 7499, "st_code": 47160, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIFFER ST", "stname": "KEIFFER ST", "objectid": 27338, "Shape__Length": 150.69257194086725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229054366979994, 40.049598195001302 ], [ -75.229137498117097, 40.049890067163197 ], [ -75.229232164376796, 40.050111085913798 ], [ -75.229535093172998, 40.050559592414899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6119, "tnode_": 5978, "lpoly_": null, "rpoly_": null, "length": 269.99031929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7552, "l_t_add": 7556, "r_f_add": 7537, "r_t_add": 7561, "st_code": 68280, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700129, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27339, "Shape__Length": 107.75285349768619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235790032400104, 40.0496321585941 ], [ -75.236041141041596, 40.0503477490523 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6151, "tnode_": 5908, "lpoly_": null, "rpoly_": null, "length": 831.9401446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 613, "l_t_add": 639, "r_f_add": 622, "r_t_add": 678, "st_code": 68040, "l_hundred": 600, "r_hundred": 600, "seg_id": 700130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENZ ST", "stname": "RENZ ST", "objectid": 27340, "Shape__Length": 331.14535825297605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232095671705906, 40.049400585680502 ], [ -75.229535093172998, 40.050559592414899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6257, "tnode_": 6109, "lpoly_": null, "rpoly_": null, "length": 286.59616887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIFFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7410, "l_t_add": 7420, "r_f_add": 7411, "r_t_add": 7429, "st_code": 47160, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIFFER ST", "stname": "KEIFFER ST", "objectid": 27341, "Shape__Length": 114.40708833804995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229105753880802, 40.048813460364798 ], [ -75.229048472193, 40.049304268630301 ], [ -75.229054366979994, 40.049598195001302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6257, "tnode_": 6151, "lpoly_": null, "rpoly_": null, "length": 896.79277797999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 42640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27342, "Shape__Length": 356.74913347212424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229105753880802, 40.048813460364798 ], [ -75.231417440682193, 40.049015652658099 ], [ -75.231645168370804, 40.049063216961699 ], [ -75.231801055585606, 40.049127451185498 ], [ -75.231916730814902, 40.049209048897197 ], [ -75.232095671705906, 40.049400585680502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6269, "tnode_": 6147, "lpoly_": null, "rpoly_": null, "length": 313.82899943999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 787, "l_t_add": 799, "r_f_add": 784, "r_t_add": 798, "st_code": 23220, "l_hundred": 700, "r_hundred": 700, "seg_id": 700133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 27343, "Shape__Length": 124.97318953767405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220648356175005, 40.0485918578294 ], [ -75.220103459300304, 40.048820671348402 ], [ -75.2199405594572, 40.048944800104103 ], [ -75.219772334588399, 40.049107740722 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6284, "tnode_": 6119, "lpoly_": null, "rpoly_": null, "length": 325.31204035000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7400, "l_t_add": 7550, "r_f_add": 7401, "r_t_add": 7535, "st_code": 68280, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700134, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27344, "Shape__Length": 129.81384323904092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235422780411497, 40.048784913102203 ], [ -75.235790032400104, 40.0496321585941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6292, "tnode_": 6151, "lpoly_": null, "rpoly_": null, "length": 391.24112908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 620, "st_code": 68040, "l_hundred": 600, "r_hundred": 600, "seg_id": 700135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENZ ST", "stname": "RENZ ST", "objectid": 27345, "Shape__Length": 155.8065675344113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233183714072794, 40.048743588905303 ], [ -75.232807394658906, 40.0490606256513 ], [ -75.232564993909506, 40.049195194107199 ], [ -75.232095671705906, 40.049400585680502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6292, "tnode_": 6130, "lpoly_": null, "rpoly_": null, "length": 336.71628025000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 79620, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 700136, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27346, "Shape__Length": 134.20943173233979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233183714072794, 40.048743588905303 ], [ -75.233406516154702, 40.048909545770599 ], [ -75.233559925524901, 40.049040622907398 ], [ -75.233933434268707, 40.049461654973499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6299, "tnode_": 6191, "lpoly_": null, "rpoly_": null, "length": 184.8337279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 701, "l_t_add": 709, "r_f_add": 612, "r_t_add": 646, "st_code": 39820, "l_hundred": 700, "r_hundred": 600, "seg_id": 700137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGNER ST", "stname": "HAGNER ST", "objectid": 27347, "Shape__Length": 73.782156895576946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226260120310002, 40.048562480474402 ], [ -75.226191123758596, 40.049067092237301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6299, "tnode_": 6109, "lpoly_": null, "rpoly_": null, "length": 943.22291246999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 42640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 700138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27348, "Shape__Length": 375.45501725736233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226260120310002, 40.048562480474402 ], [ -75.227568250742806, 40.048675767355498 ], [ -75.227709222643298, 40.048715352888003 ], [ -75.227818340462207, 40.048760321505597 ], [ -75.227933333813596, 40.048860153512003 ], [ -75.228326435241101, 40.0493553207343 ], [ -75.228494522196897, 40.049517134651197 ], [ -75.228689717557003, 40.049588317607501 ], [ -75.228895078465399, 40.049598906213902 ], [ -75.229054366979994, 40.049598195001302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6383, "tnode_": 6269, "lpoly_": null, "rpoly_": null, "length": 261.77252665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7038, "l_t_add": 7098, "r_f_add": 7039, "r_t_add": 7099, "st_code": 25640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE LN", "stname": "CREASE LN", "objectid": 27349, "Shape__Length": 104.34959895018774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220085470834306, 40.048018059331199 ], [ -75.220648356175005, 40.0485918578294 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6433, "tnode_": 6292, "lpoly_": null, "rpoly_": null, "length": 1161.8887633699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7318, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 79620, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 700140, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27350, "Shape__Length": 462.14385214889143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229216139480599, 40.0480464085053 ], [ -75.232099766726094, 40.0482970678895 ], [ -75.232383868859301, 40.048349601881696 ], [ -75.232657460261393, 40.0484407421432 ], [ -75.232997582163804, 40.0486269102474 ], [ -75.233183714072794, 40.048743588905303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6447, "tnode_": 6433, "lpoly_": null, "rpoly_": null, "length": 277.18406175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7273, "r_t_add": 7299, "st_code": 79620, "l_hundred": 7300, "r_hundred": 7200, "seg_id": 700141, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27351, "Shape__Length": 110.22321051174036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228235635184305, 40.047940856941899 ], [ -75.229216139480599, 40.0480464085053 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6485, "tnode_": 6299, "lpoly_": null, "rpoly_": null, "length": 303.97823117000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 610, "st_code": 39820, "l_hundred": 600, "r_hundred": 600, "seg_id": 700142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGNER ST", "stname": "HAGNER ST", "objectid": 27352, "Shape__Length": 121.34108163059302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226375132778898, 40.047732719429398 ], [ -75.226260120310002, 40.048562480474402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6485, "tnode_": 6447, "lpoly_": null, "rpoly_": null, "length": 526.8767873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7240, "l_t_add": 7298, "r_f_add": 7241, "r_t_add": 7271, "st_code": 79620, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700143, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27353, "Shape__Length": 209.51675522495745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226375132778898, 40.047732719429398 ], [ -75.227043461250602, 40.047838565484703 ], [ -75.228235635184305, 40.047940856941899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6573, "tnode_": 6571, "lpoly_": null, "rpoly_": null, "length": 285.80142265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7014, "r_f_add": 7001, "r_t_add": 7009, "st_code": 25640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE LN", "stname": "CREASE LN", "objectid": 27354, "Shape__Length": 113.66322698940536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217828893974001, 40.047109671231098 ], [ -75.218200914393805, 40.047085334082702 ], [ -75.218460935146894, 40.047115391383798 ], [ -75.218822463768703, 40.047216074027098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6720, "tnode_": 6269, "lpoly_": null, "rpoly_": null, "length": 1022.27071762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 721, "l_t_add": 785, "r_f_add": 728, "r_t_add": 782, "st_code": 23220, "l_hundred": 700, "r_hundred": 700, "seg_id": 700145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 27355, "Shape__Length": 407.39966931487527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2228931319503, 40.046526248987803 ], [ -75.222614090759905, 40.047152103845903 ], [ -75.222403061838307, 40.047506283403003 ], [ -75.222123765403097, 40.047803596010802 ], [ -75.221911485804895, 40.047966211676098 ], [ -75.221559540691004, 40.048187386606998 ], [ -75.220648356175005, 40.0485918578294 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6726, "tnode_": 6485, "lpoly_": null, "rpoly_": null, "length": 606.25424780999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7238, "r_f_add": 7201, "r_t_add": 7239, "st_code": 79620, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700146, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27356, "Shape__Length": 241.47490172535265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224755626621999, 40.046638123491 ], [ -75.225815628661394, 40.047446689345897 ], [ -75.226375132778898, 40.047732719429398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6754, "tnode_": 6447, "lpoly_": null, "rpoly_": null, "length": 702.33187499000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 535, "l_t_add": 599, "r_f_add": 538, "r_t_add": 598, "st_code": 28840, "l_hundred": 500, "r_hundred": 500, "seg_id": 700147, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 27357, "Shape__Length": 279.87408625959904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229817923563502, 40.046528480067899 ], [ -75.228599096476799, 40.047288874702701 ], [ -75.228383679852399, 40.047517447146397 ], [ -75.228307126838303, 40.047685567227298 ], [ -75.228235635184305, 40.047940856941899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6794, "tnode_": 6573, "lpoly_": null, "rpoly_": null, "length": 371.71671392000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 41960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700148, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27358, "Shape__Length": 148.38380272306964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217845735161603, 40.046089347574302 ], [ -75.217828893974001, 40.047109671231098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6856, "tnode_": 6743, "lpoly_": null, "rpoly_": null, "length": 296.35835238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 593, "l_t_add": 599, "r_f_add": 588, "r_t_add": 598, "st_code": 62900, "l_hundred": 500, "r_hundred": 500, "seg_id": 700149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 27359, "Shape__Length": 118.00829949263959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227087312115998, 40.046034695667998 ], [ -75.226659275645602, 40.046261872048397 ], [ -75.226247564051405, 40.046528460970599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6898, "tnode_": 6754, "lpoly_": null, "rpoly_": null, "length": 288.04883235000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 527, "l_t_add": 533, "r_f_add": 522, "r_t_add": 536, "st_code": 28840, "l_hundred": 500, "r_hundred": 500, "seg_id": 700150, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 27360, "Shape__Length": 114.75987628007873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230542984868904, 40.045967473617502 ], [ -75.229817923563502, 40.046528480067899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6933, "tnode_": 6720, "lpoly_": null, "rpoly_": null, "length": 348.15880247000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 726, "st_code": 23220, "l_hundred": 700, "r_hundred": 700, "seg_id": 700151, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 27361, "Shape__Length": 138.82487364913953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223544606573597, 40.045717825405703 ], [ -75.223117259291698, 40.046177932122298 ], [ -75.223026436416106, 40.046279323554202 ], [ -75.2228931319503, 40.046526248987803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6933, "tnode_": 6726, "lpoly_": null, "rpoly_": null, "length": 477.56932381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7104, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 79620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700152, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27362, "Shape__Length": 190.25868084783434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223544606573597, 40.045717825405703 ], [ -75.224201845389004, 40.046165294058703 ], [ -75.224755626621999, 40.046638123491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6980, "tnode_": 6898, "lpoly_": null, "rpoly_": null, "length": 308.47025187999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7118, "l_t_add": 7198, "r_f_add": 7119, "r_t_add": 7199, "st_code": 54340, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27363, "Shape__Length": 122.79430319639833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229619062017207, 40.045508590696897 ], [ -75.2304007603244, 40.045875703662396 ], [ -75.230542984868904, 40.045967473617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7020, "tnode_": 6856, "lpoly_": null, "rpoly_": null, "length": 363.7266216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALKOP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6916, "l_t_add": 6998, "r_f_add": 6911, "r_t_add": 6999, "st_code": 72100, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALKOP ST", "stname": "SHALKOP ST", "objectid": 27364, "Shape__Length": 144.92357638052371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226195595648903, 40.045308565876397 ], [ -75.227087312115998, 40.046034695667998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7036, "tnode_": 6933, "lpoly_": null, "rpoly_": null, "length": 403.76751716999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7100, "l_t_add": 7102, "r_f_add": 7029, "r_t_add": 7099, "st_code": 79620, "l_hundred": 7100, "r_hundred": 7000, "seg_id": 700155, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27365, "Shape__Length": 160.70433377576131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222302584737704, 40.045160711531302 ], [ -75.223018359656194, 40.045433784681698 ], [ -75.223544606573597, 40.045717825405703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7051, "tnode_": 6907, "lpoly_": null, "rpoly_": null, "length": 333.21267925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7241, "st_code": 68280, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700156, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27366, "Shape__Length": 132.71620025798688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232043408962795, 40.045337303355701 ], [ -75.232453333235895, 40.045580129836601 ], [ -75.232937225046797, 40.045939179147403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7074, "tnode_": 6856, "lpoly_": null, "rpoly_": null, "length": 592.55873722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 591, "r_f_add": 500, "r_t_add": 586, "st_code": 62900, "l_hundred": 500, "r_hundred": 500, "seg_id": 700157, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 27367, "Shape__Length": 235.8979259559793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228829228597405, 40.045143478588201 ], [ -75.228697182019303, 40.045297052511202 ], [ -75.228551247626697, 40.045391156770101 ], [ -75.227087312115998, 40.046034695667998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7074, "tnode_": 6980, "lpoly_": null, "rpoly_": null, "length": 258.04957949000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7100, "l_t_add": 7116, "r_f_add": 7101, "r_t_add": 7117, "st_code": 54340, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27368, "Shape__Length": 102.71028375875434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228829228597405, 40.045143478588201 ], [ -75.229619062017207, 40.045508590696897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7124, "tnode_": 7036, "lpoly_": null, "rpoly_": null, "length": 460.84912442000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7004, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7027, "st_code": 79620, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700159, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27369, "Shape__Length": 183.30178626929447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220732822246106, 40.044780068623702 ], [ -75.222302584737704, 40.045160711531302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7132, "tnode_": 6898, "lpoly_": null, "rpoly_": null, "length": 419.80922224999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 500, "r_t_add": 520, "st_code": 28840, "l_hundred": 0, "r_hundred": 500, "seg_id": 700160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 27370, "Shape__Length": 167.45270623268522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231169674823093, 40.044932396115101 ], [ -75.230801727933894, 40.045519595130997 ], [ -75.230552342427899, 40.0458425380316 ], [ -75.230542984868904, 40.045967473617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7132, "tnode_": 7051, "lpoly_": null, "rpoly_": null, "length": 285.65166231999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7132, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 68280, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27371, "Shape__Length": 113.69673174472432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231169674823093, 40.044932396115101 ], [ -75.232043408962795, 40.045337303355701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7020, "tnode_": 7074, "lpoly_": null, "rpoly_": null, "length": 823.1176403000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 54340, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27372, "Shape__Length": 327.52808890518435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226195595648903, 40.045308565876397 ], [ -75.227194234123701, 40.044856579530702 ], [ -75.227394837813407, 40.044781922667497 ], [ -75.227664792263198, 40.044757441971001 ], [ -75.227885725759506, 40.044774456356997 ], [ -75.228167880904607, 40.044847549757101 ], [ -75.228425412293305, 40.044944428786501 ], [ -75.228728353308696, 40.045097040196303 ], [ -75.228829228597405, 40.045143478588201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7169, "tnode_": 7036, "lpoly_": null, "rpoly_": null, "length": 621.57944528999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 552, "l_t_add": 598, "r_f_add": 553, "r_t_add": 599, "st_code": 51220, "l_hundred": 500, "r_hundred": 500, "seg_id": 700163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27373, "Shape__Length": 247.27898474728102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224358688438301, 40.044608493058398 ], [ -75.224025032099604, 40.044750443523 ], [ -75.223309124176097, 40.045063112851601 ], [ -75.222895714642405, 40.045114836204398 ], [ -75.222570635701501, 40.045132011213497 ], [ -75.222302584737704, 40.045160711531302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7169, "tnode_": 6743, "lpoly_": null, "rpoly_": null, "length": 881.49314797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 49640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27374, "Shape__Length": 351.36718789562804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224358688438301, 40.044608493058398 ], [ -75.224460573919501, 40.0447417757062 ], [ -75.224747457075097, 40.0451129866779 ], [ -75.224958441173598, 40.0453973835874 ], [ -75.225232455799599, 40.045689248019201 ], [ -75.225477557701396, 40.045907494841103 ], [ -75.225730795153297, 40.0461198390581 ], [ -75.226247564051405, 40.046528460970599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7188, "tnode_": 6794, "lpoly_": null, "rpoly_": null, "length": 632.59216668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 41960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700165, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27375, "Shape__Length": 252.51648699175607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217848098666906, 40.044352809100097 ], [ -75.217845735161603, 40.046089347574302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7199, "tnode_": 7169, "lpoly_": null, "rpoly_": null, "length": 110.70024584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 548, "l_t_add": 550, "r_f_add": 549, "r_t_add": 551, "st_code": 51220, "l_hundred": 500, "r_hundred": 500, "seg_id": 700166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27376, "Shape__Length": 44.065421179600108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224691587035295, 40.044444528994099 ], [ -75.224358688438301, 40.044608493058398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7270, "tnode_": 7199, "lpoly_": null, "rpoly_": null, "length": 184.7532902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 546, "l_t_add": 546, "r_f_add": 537, "r_t_add": 547, "st_code": 51220, "l_hundred": 500, "r_hundred": 500, "seg_id": 700167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27377, "Shape__Length": 73.527412939126648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225267576399204, 40.044197046400498 ], [ -75.224691587035295, 40.044444528994099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7270, "tnode_": 7020, "lpoly_": null, "rpoly_": null, "length": 481.79782188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALKOP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6914, "r_f_add": 6901, "r_t_add": 6909, "st_code": 72100, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALKOP ST", "stname": "SHALKOP ST", "objectid": 27378, "Shape__Length": 192.10026937522744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225267576399204, 40.044197046400498 ], [ -75.225800179739807, 40.0448928541703 ], [ -75.225944302470694, 40.045060227359699 ], [ -75.226195595648903, 40.045308565876397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7327, "tnode_": 7199, "lpoly_": null, "rpoly_": null, "length": 511.66787111000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 49640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27379, "Shape__Length": 203.59130894540866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223046188997898, 40.043838774490503 ], [ -75.223247973252498, 40.043942729092102 ], [ -75.223466414107094, 40.044026596171904 ], [ -75.224691587035295, 40.044444528994099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7351, "tnode_": 7132, "lpoly_": null, "rpoly_": null, "length": 836.30111628999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7130, "r_f_add": 7001, "r_t_add": 7131, "st_code": 68280, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700170, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27380, "Shape__Length": 332.80354656304712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228533464424402, 40.043869841126401 ], [ -75.228752731166793, 40.0440150279086 ], [ -75.229110561933396, 40.044181006539603 ], [ -75.229640985979799, 40.044387260292403 ], [ -75.231169674823093, 40.044932396115101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7473, "tnode_": 7327, "lpoly_": null, "rpoly_": null, "length": 500.68676037999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 542, "l_t_add": 598, "r_f_add": 553, "r_t_add": 599, "st_code": 63020, "l_hundred": 500, "r_hundred": 500, "seg_id": 700171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27381, "Shape__Length": 199.27632511042307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224584372606699, 40.043137734073902 ], [ -75.223046188997898, 40.043838774490503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7485, "tnode_": 7351, "lpoly_": null, "rpoly_": null, "length": 388.34739426000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 68280, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700173, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27382, "Shape__Length": 154.64213043903692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227447507488407, 40.043206628691102 ], [ -75.228533464424402, 40.043869841126401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7611, "tnode_": 7466, "lpoly_": null, "rpoly_": null, "length": 454.21856856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 544, "l_t_add": 598, "r_f_add": 545, "r_t_add": 599, "st_code": 33320, "l_hundred": 500, "r_hundred": 500, "seg_id": 700174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRTHORNE ST", "stname": "FAIRTHORNE ST", "objectid": 27383, "Shape__Length": 180.78077306589768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224071711280999, 40.042450073777196 ], [ -75.222677592254101, 40.043087723887197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7611, "tnode_": 7473, "lpoly_": null, "rpoly_": null, "length": 288.71197986000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 54340, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27384, "Shape__Length": 115.13130050468598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224071711280999, 40.042450073777196 ], [ -75.224584372606699, 40.043137734073902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7630, "tnode_": 7485, "lpoly_": null, "rpoly_": null, "length": 440.09708131999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 68280, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700176, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27385, "Shape__Length": 175.2814123970189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226270357483003, 40.042410868517599 ], [ -75.226378984527599, 40.042521533943798 ], [ -75.227447507488407, 40.043206628691102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7761, "tnode_": 7611, "lpoly_": null, "rpoly_": null, "length": 502.43622919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 542, "r_f_add": 501, "r_t_add": 543, "st_code": 33320, "l_hundred": 500, "r_hundred": 500, "seg_id": 700177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRTHORNE ST", "stname": "FAIRTHORNE ST", "objectid": 27386, "Shape__Length": 199.9667776251174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2256175665472, 40.041749610770097 ], [ -75.224071711280999, 40.042450073777196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7820, "tnode_": 7566, "lpoly_": null, "rpoly_": null, "length": 806.60773579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 34780, "l_hundred": 600, "r_hundred": 600, "seg_id": 700178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27387, "Shape__Length": 321.38093763906232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219715277883594, 40.0412358229663 ], [ -75.219082332192798, 40.042336669952498 ], [ -75.218869741375201, 40.042520520287503 ], [ -75.218548953013197, 40.0426350859263 ], [ -75.217907743063506, 40.042639417480402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7920, "tnode_": 7820, "lpoly_": null, "rpoly_": null, "length": 191.62717089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 572, "l_t_add": 598, "r_f_add": 575, "r_t_add": 599, "st_code": 34780, "l_hundred": 500, "r_hundred": 500, "seg_id": 700179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27388, "Shape__Length": 76.474308466265228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219863986973095, 40.040722351604202 ], [ -75.219715277883594, 40.0412358229663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7988, "tnode_": 7926, "lpoly_": null, "rpoly_": null, "length": 282.13044333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 611, "r_t_add": 699, "st_code": 11260, "l_hundred": 600, "r_hundred": 600, "seg_id": 700180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACORN ST", "stname": "ACORN ST", "objectid": 27389, "Shape__Length": 112.27667504582438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216422637686094, 40.040191390173199 ], [ -75.215545689535503, 40.040572830537002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8019, "tnode_": 7761, "lpoly_": null, "rpoly_": null, "length": 652.14637061999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6764, "r_f_add": 6701, "r_t_add": 6767, "st_code": 68280, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700182, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27390, "Shape__Length": 260.02096215217171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2243896576813, 40.040229535901098 ], [ -75.225236441009102, 40.041328734318597 ], [ -75.2256175665472, 40.041749610770097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8039, "tnode_": 7988, "lpoly_": null, "rpoly_": null, "length": 179.01912057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 590, "l_t_add": 598, "r_f_add": 601, "r_t_add": 609, "st_code": 11260, "l_hundred": 500, "r_hundred": 600, "seg_id": 700183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACORN ST", "stname": "ACORN ST", "objectid": 27391, "Shape__Length": 71.244316464364289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216976244734596, 40.039945543143503 ], [ -75.216422637686094, 40.040191390173199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8117, "tnode_": 7991, "lpoly_": null, "rpoly_": null, "length": 399.14255773999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 41960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 700184, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27392, "Shape__Length": 158.95398284069012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2130297317958, 40.039421522343197 ], [ -75.214113500163194, 40.040133309131498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8160, "tnode_": 8019, "lpoly_": null, "rpoly_": null, "length": 328.29552447000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6618, "l_t_add": 6698, "r_f_add": 6631, "r_t_add": 6699, "st_code": 68280, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 700185, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27393, "Shape__Length": 130.91186737738815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223809675315593, 40.039446303440002 ], [ -75.2243896576813, 40.040229535901098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8185, "tnode_": 8024, "lpoly_": null, "rpoly_": null, "length": 574.23390141999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 620, "r_f_add": 601, "r_t_add": 637, "st_code": 36380, "l_hundred": 600, "r_hundred": 600, "seg_id": 700186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 27394, "Shape__Length": 228.51728031964436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216358673858693, 40.039172611867897 ], [ -75.214570975315397, 40.039945127003499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8216, "tnode_": 8148, "lpoly_": null, "rpoly_": null, "length": 194.60281635000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 536, "l_t_add": 544, "r_f_add": 535, "r_t_add": 555, "st_code": 34780, "l_hundred": 500, "r_hundred": 500, "seg_id": 700187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27395, "Shape__Length": 77.527596067786249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220703534799995, 40.039055298601703 ], [ -75.220221831537998, 40.039440385796802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8289, "tnode_": 8117, "lpoly_": null, "rpoly_": null, "length": 555.47712811999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 41960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 700188, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27396, "Shape__Length": 221.22175185309001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2115396909266, 40.038414809260601 ], [ -75.2130297317958, 40.039421522343197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8291, "tnode_": 8216, "lpoly_": null, "rpoly_": null, "length": 353.61400533999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 516, "l_t_add": 534, "r_f_add": 509, "r_t_add": 533, "st_code": 34780, "l_hundred": 500, "r_hundred": 500, "seg_id": 700189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27397, "Shape__Length": 140.71246028560296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2218138176449, 40.038592708079399 ], [ -75.220703534799995, 40.039055298601703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8301, "tnode_": 8181, "lpoly_": null, "rpoly_": null, "length": 574.21097636000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 528, "l_t_add": 558, "r_f_add": 525, "r_t_add": 557, "st_code": 11260, "l_hundred": 500, "r_hundred": 500, "seg_id": 700190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACORN ST", "stname": "ACORN ST", "objectid": 27398, "Shape__Length": 228.49320505077185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220358235313896, 40.038534247900998 ], [ -75.218554064757001, 40.039283641332297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8379, "tnode_": 8291, "lpoly_": null, "rpoly_": null, "length": 327.95683271999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 507, "st_code": 34780, "l_hundred": 500, "r_hundred": 500, "seg_id": 700191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27399, "Shape__Length": 130.52649118513511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2228111522967, 40.038121115119402 ], [ -75.222156740702502, 40.038442258563002 ], [ -75.2218138176449, 40.038592708079399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8438, "tnode_": 8289, "lpoly_": null, "rpoly_": null, "length": 456.22049662999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 41960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 700192, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27400, "Shape__Length": 181.74393945685685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210400926384196, 40.037519098717397 ], [ -75.2115396909266, 40.038414809260601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8479, "tnode_": 8379, "lpoly_": null, "rpoly_": null, "length": 476.4876186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6434, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 68280, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27401, "Shape__Length": 189.58914351871042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221295892214997, 40.037528145484103 ], [ -75.221785435342198, 40.037692310315798 ], [ -75.2228111522967, 40.038121115119402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8509, "tnode_": 8185, "lpoly_": null, "rpoly_": null, "length": 1384.64577609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 496, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 36380, "l_hundred": 400, "r_hundred": 500, "seg_id": 700194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATES ST", "stname": "GATES ST", "objectid": 27402, "Shape__Length": 551.0092615672761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220671909537302, 40.037313495023 ], [ -75.219908302657004, 40.037645008951898 ], [ -75.216358673858693, 40.039172611867897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8546, "tnode_": 8289, "lpoly_": null, "rpoly_": null, "length": 997.56746017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVERINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 50480, "l_hundred": 600, "r_hundred": 600, "seg_id": 700195, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVERINGTON AVE", "stname": "LEVERINGTON AVE", "objectid": 27403, "Shape__Length": 397.03749245349502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214559433704096, 40.036962032242997 ], [ -75.214464488999496, 40.037014099006697 ], [ -75.2115396909266, 40.038414809260601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3548, "tnode_": 3497, "lpoly_": null, "rpoly_": null, "length": 318.706582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 820, "l_t_add": 824, "r_f_add": 819, "r_t_add": 825, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 700200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 27404, "Shape__Length": 126.90593942244752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235778174874298, 40.066306623712698 ], [ -75.235545230828606, 40.066394829717296 ], [ -75.235250547286995, 40.0665110843888 ], [ -75.235138214598194, 40.066568793291303 ], [ -75.235016873331801, 40.066639117920801 ], [ -75.234822436798495, 40.066772456229899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3587, "tnode_": 3563, "lpoly_": null, "rpoly_": null, "length": 157.64932423000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 812, "l_t_add": 814, "r_f_add": 811, "r_t_add": 813, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 700201, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 27405, "Shape__Length": 62.746056221647336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236576073090205, 40.066038043130703 ], [ -75.236065578204602, 40.066220924141703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3607, "tnode_": 3451, "lpoly_": null, "rpoly_": null, "length": 580.9023003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INVERNESS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 44960, "l_hundred": 900, "r_hundred": 900, "seg_id": 700202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INVERNESS LN", "stname": "INVERNESS LN", "objectid": 27406, "Shape__Length": 231.60104237658882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229356116010095, 40.065709718896201 ], [ -75.229213773905997, 40.065812564884197 ], [ -75.228515522009303, 40.066283782297099 ], [ -75.228409314973703, 40.066372677298901 ], [ -75.228326157391606, 40.066480323141697 ], [ -75.228233283067198, 40.0666364102334 ], [ -75.228172271001597, 40.066787113906599 ], [ -75.228138215011299, 40.0669400642659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3619, "tnode_": 3587, "lpoly_": null, "rpoly_": null, "length": 215.25289584000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 810, "r_f_add": 801, "r_t_add": 809, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 700203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 27407, "Shape__Length": 85.670707152127775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237275466847095, 40.065792284048598 ], [ -75.236576073090205, 40.066038043130703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3619, "tnode_": 3590, "lpoly_": null, "rpoly_": null, "length": 109.92811568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIERDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8606, "l_t_add": 8698, "r_f_add": 8607, "r_t_add": 8699, "st_code": 18900, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIERDALE RD", "stname": "BRIERDALE RD", "objectid": 27408, "Shape__Length": 43.857310771652124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237275466847095, 40.065792284048598 ], [ -75.237456953464104, 40.066059900397001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3656, "tnode_": 3516, "lpoly_": null, "rpoly_": null, "length": 597.94617136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 836, "l_t_add": 850, "r_f_add": 831, "r_t_add": 847, "st_code": 21920, "l_hundred": 800, "r_hundred": 800, "seg_id": 700205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27409, "Shape__Length": 238.22048727503477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233160491647098, 40.065357482018399 ], [ -75.232028298459198, 40.0661175413343 ], [ -75.231542163259505, 40.066428901568401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3656, "tnode_": 3497, "lpoly_": null, "rpoly_": null, "length": 694.3073354600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 61220, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27410, "Shape__Length": 276.74754235491781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233160491647098, 40.065357482018399 ], [ -75.234822436798495, 40.066772456229899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3665, "tnode_": 3572, "lpoly_": null, "rpoly_": null, "length": 261.9865354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMOND", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 905, "l_t_add": 911, "r_f_add": 906, "r_t_add": 918, "st_code": 51540, "l_hundred": 900, "r_hundred": 900, "seg_id": 700207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMOND LN", "stname": "LOMOND LN", "objectid": 27411, "Shape__Length": 104.58380780188683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227514861091706, 40.065186065358802 ], [ -75.227375311060399, 40.065651338347401 ], [ -75.2272801960263, 40.065881741725399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3666, "tnode_": 3530, "lpoly_": null, "rpoly_": null, "length": 577.22131786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 814, "l_t_add": 898, "r_f_add": 803, "r_t_add": 899, "st_code": 71380, "l_hundred": 800, "r_hundred": 800, "seg_id": 700208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTIA RD", "stname": "SCOTIA RD", "objectid": 27412, "Shape__Length": 229.97469533362067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231630585746501, 40.065260642230697 ], [ -75.230085379600993, 40.066310052687903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3695, "tnode_": 3619, "lpoly_": null, "rpoly_": null, "length": 249.89369513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIERDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8604, "r_f_add": 8601, "r_t_add": 8605, "st_code": 18900, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIERDALE RD", "stname": "BRIERDALE RD", "objectid": 27413, "Shape__Length": 99.766509066588753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2372146368904, 40.065119682362003 ], [ -75.237187415394501, 40.065312138785998 ], [ -75.237177960973597, 40.065567362936001 ], [ -75.237275466847095, 40.065792284048598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3709, "tnode_": 3590, "lpoly_": null, "rpoly_": null, "length": 757.44377635000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 37960, "l_hundred": 700, "r_hundred": 700, "seg_id": 700210, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 27414, "Shape__Length": 301.51226522802381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239847244047297, 40.065147321365799 ], [ -75.239686863669107, 40.065147828064497 ], [ -75.239439659897897, 40.065197162460798 ], [ -75.239229751681094, 40.065308128999099 ], [ -75.239002898825305, 40.065449132413796 ], [ -75.238736050911101, 40.065601424707303 ], [ -75.237456953464104, 40.066059900397001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3728, "tnode_": 3607, "lpoly_": null, "rpoly_": null, "length": 484.5451367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INVERNESS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 44960, "l_hundred": 800, "r_hundred": 800, "seg_id": 700211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INVERNESS LN", "stname": "INVERNESS LN", "objectid": 27415, "Shape__Length": 193.0392760062945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230668651410298, 40.064842394831103 ], [ -75.229356116010095, 40.065709718896201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3695, "tnode_": 3731, "lpoly_": null, "rpoly_": null, "length": 637.37972206999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 824, "r_f_add": 753, "r_t_add": 815, "st_code": 21920, "l_hundred": 800, "r_hundred": 700, "seg_id": 700212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27416, "Shape__Length": 253.52331574342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2372146368904, 40.065119682362003 ], [ -75.2349635220084, 40.064855444955299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3735, "tnode_": 3665, "lpoly_": null, "rpoly_": null, "length": 270.87490337000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMOND", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 903, "r_f_add": 900, "r_t_add": 904, "st_code": 51540, "l_hundred": 900, "r_hundred": 900, "seg_id": 700213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMOND LN", "stname": "LOMOND LN", "objectid": 27417, "Shape__Length": 107.93149866957168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228213400606094, 40.064687190893601 ], [ -75.228001642883001, 40.064776401683801 ], [ -75.227790813519206, 40.064911653423799 ], [ -75.227643253942801, 40.0650482945615 ], [ -75.227514861091706, 40.065186065358802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3735, "tnode_": 3607, "lpoly_": null, "rpoly_": null, "length": 490.96237831000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN CAMPBELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8570, "l_t_add": 8582, "r_f_add": 8515, "r_t_add": 8527, "st_code": 37080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN CAMPBELL RD", "stname": "GLEN CAMPBELL RD", "objectid": 27418, "Shape__Length": 195.71158945003819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228213400606094, 40.064687190893601 ], [ -75.229356116010095, 40.065709718896201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3731, "tnode_": 3656, "lpoly_": null, "rpoly_": null, "length": 564.58980387999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 826, "l_t_add": 834, "r_f_add": 817, "r_t_add": 829, "st_code": 21920, "l_hundred": 800, "r_hundred": 800, "seg_id": 700215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27419, "Shape__Length": 224.7205761056357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2349635220084, 40.064855444955299 ], [ -75.234680878631906, 40.064813333903402 ], [ -75.234363843801205, 40.064824638650897 ], [ -75.233996874594098, 40.064901747815703 ], [ -75.233709199424695, 40.065010498890999 ], [ -75.233408245995506, 40.065192943412598 ], [ -75.233160491647098, 40.065357482018399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3745, "tnode_": 3666, "lpoly_": null, "rpoly_": null, "length": 293.76952589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 812, "r_f_add": 801, "r_t_add": 801, "st_code": 71380, "l_hundred": 800, "r_hundred": 800, "seg_id": 700216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTIA RD", "stname": "SCOTIA RD", "objectid": 27420, "Shape__Length": 117.02511272562296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232441318036706, 40.064748481935098 ], [ -75.231630585746501, 40.065260642230697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3745, "tnode_": 3656, "lpoly_": null, "rpoly_": null, "length": 299.5577967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8588, "l_t_add": 8598, "r_f_add": 8589, "r_t_add": 8599, "st_code": 61220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27421, "Shape__Length": 119.39925226095922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232441318036706, 40.064748481935098 ], [ -75.233160491647098, 40.065357482018399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3819, "tnode_": 3745, "lpoly_": null, "rpoly_": null, "length": 307.16841423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8578, "l_t_add": 8586, "r_f_add": 8567, "r_t_add": 8587, "st_code": 61220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27422, "Shape__Length": 122.44521638726172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231727300521399, 40.064108142708299 ], [ -75.232441318036706, 40.064748481935098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3852, "tnode_": 3709, "lpoly_": null, "rpoly_": null, "length": 412.36731257999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 68280, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700219, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27423, "Shape__Length": 164.64196240463303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239670346465203, 40.064026256161299 ], [ -75.239771235403595, 40.064365133204902 ], [ -75.239847244047297, 40.065147321365799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3853, "tnode_": 3735, "lpoly_": null, "rpoly_": null, "length": 365.58520811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN CAMPBELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8560, "l_t_add": 8568, "r_f_add": 8505, "r_t_add": 8513, "st_code": 37080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN CAMPBELL RD", "stname": "GLEN CAMPBELL RD", "objectid": 27424, "Shape__Length": 145.93370315135286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227909401964794, 40.0637198190947 ], [ -75.227927745906101, 40.063996319506302 ], [ -75.227969099026296, 40.0641614341421 ], [ -75.228034179069795, 40.064327068618198 ], [ -75.228213400606094, 40.064687190893601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3853, "tnode_": 3815, "lpoly_": null, "rpoly_": null, "length": 456.83438073999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPEWA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 23040, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPEWA RD", "stname": "CHIPPEWA RD", "objectid": 27425, "Shape__Length": 181.7744046403763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227909401964794, 40.0637198190947 ], [ -75.228270309291801, 40.063724079464002 ], [ -75.228443852893193, 40.063740051364398 ], [ -75.228763352082197, 40.063808963170203 ], [ -75.229008315754299, 40.063890555593197 ], [ -75.229440661621894, 40.064079796562098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3890, "tnode_": 3853, "lpoly_": null, "rpoly_": null, "length": 95.06677951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN CAMPBELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8558, "l_t_add": 8558, "r_f_add": 8503, "r_t_add": 8503, "st_code": 37080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN CAMPBELL RD", "stname": "GLEN CAMPBELL RD", "objectid": 27426, "Shape__Length": 37.958597787254611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227900465826707, 40.063458940269598 ], [ -75.227909401964794, 40.0637198190947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4019, "tnode_": 3890, "lpoly_": null, "rpoly_": null, "length": 374.50428473000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN CAMPBELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8556, "r_f_add": 8501, "r_t_add": 8501, "st_code": 37080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN CAMPBELL RD", "stname": "GLEN CAMPBELL RD", "objectid": 27427, "Shape__Length": 149.41193048377517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228449692102302, 40.062549622030801 ], [ -75.228245215842605, 40.062695718572598 ], [ -75.228137206816697, 40.062833227331701 ], [ -75.227991010714007, 40.063146267342802 ], [ -75.227900465826707, 40.063458940269598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4019, "tnode_": 3819, "lpoly_": null, "rpoly_": null, "length": 1078.8682885799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8550, "l_t_add": 8576, "r_f_add": 8523, "r_t_add": 8565, "st_code": 61220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27428, "Shape__Length": 429.54977233049101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228449692102302, 40.062549622030801 ], [ -75.231460853031294, 40.063982889897801 ], [ -75.231727300521399, 40.064108142708299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4111, "tnode_": 4019, "lpoly_": null, "rpoly_": null, "length": 511.83687326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8548, "r_f_add": 8501, "r_t_add": 8521, "st_code": 61220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 27429, "Shape__Length": 203.7764868111025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226885210259397, 40.0618222090012 ], [ -75.228449692102302, 40.062549622030801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4246, "tnode_": 3819, "lpoly_": null, "rpoly_": null, "length": 1669.5193885899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 65340, "l_hundred": 700, "r_hundred": 700, "seg_id": 700226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27430, "Shape__Length": 665.116519116684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236222123783506, 40.061095444761897 ], [ -75.231727300521399, 40.064108142708299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4260, "tnode_": 4111, "lpoly_": null, "rpoly_": null, "length": 401.53512691999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 75440, "l_hundred": 900, "r_hundred": 900, "seg_id": 700227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27431, "Shape__Length": 160.1834739736446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227549432185796, 40.060848725855003 ], [ -75.226914174588202, 40.061730214729103 ], [ -75.226885210259397, 40.0618222090012 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4403, "tnode_": 4260, "lpoly_": null, "rpoly_": null, "length": 595.56011364000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 75470, "l_hundred": 0, "r_hundred": 0, "seg_id": 700228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT PL", "stname": "SUMMIT PL", "objectid": 27432, "Shape__Length": 237.2579648228932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225996518491399, 40.059826155341298 ], [ -75.2261692159571, 40.060053543251499 ], [ -75.226312015396005, 40.060257377219997 ], [ -75.226541809758203, 40.060463120730098 ], [ -75.226735678375903, 40.060570768341798 ], [ -75.226985134094505, 40.060673553616901 ], [ -75.227266675274606, 40.060764879384102 ], [ -75.227549432185796, 40.060848725855003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4462, "tnode_": 4363, "lpoly_": null, "rpoly_": null, "length": 454.89246788000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEFFERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 665, "r_t_add": 799, "st_code": 71580, "l_hundred": 700, "r_hundred": 600, "seg_id": 700229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEFFERT ST", "stname": "SEFFERT ST", "objectid": 27433, "Shape__Length": 181.09985294984665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235053869689096, 40.059644094861802 ], [ -75.233664053816696, 40.060291295417699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4462, "tnode_": 4246, "lpoly_": null, "rpoly_": null, "length": 621.65949486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 41960, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 700230, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27434, "Shape__Length": 247.93768903599369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235053869689096, 40.059644094861802 ], [ -75.236222123783506, 40.061095444761897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4471, "tnode_": 4246, "lpoly_": null, "rpoly_": null, "length": 729.87627639000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 652, "l_t_add": 698, "r_f_add": 653, "r_t_add": 699, "st_code": 65340, "l_hundred": 600, "r_hundred": 600, "seg_id": 700231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27435, "Shape__Length": 290.76479406801758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238184380403297, 40.059780428664901 ], [ -75.2380769015179, 40.0598884647993 ], [ -75.236222123783506, 40.061095444761897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4543, "tnode_": 4471, "lpoly_": null, "rpoly_": null, "length": 265.24359704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 608, "l_t_add": 650, "r_f_add": 609, "r_t_add": 651, "st_code": 65340, "l_hundred": 600, "r_hundred": 600, "seg_id": 700232, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27436, "Shape__Length": 105.66905724332142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238891357177394, 40.059297550190998 ], [ -75.238290169631298, 40.0596863496895 ], [ -75.238184380403297, 40.059780428664901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4548, "tnode_": 4320, "lpoly_": null, "rpoly_": null, "length": 803.86433451999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 25940, "l_hundred": 800, "r_hundred": 800, "seg_id": 700233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTVIEW RD", "stname": "CRESTVIEW RD", "objectid": 27437, "Shape__Length": 320.25154790203527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2327403587053, 40.059143216395299 ], [ -75.231457341372106, 40.059749638511803 ], [ -75.231341660767299, 40.059880900198799 ], [ -75.231279307949904, 40.060068067013503 ], [ -75.231328124067701, 40.060245506449199 ], [ -75.231465061360495, 40.060394469852902 ], [ -75.231580980982798, 40.060469991097598 ], [ -75.231844630597095, 40.060547781411202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4565, "tnode_": 4452, "lpoly_": null, "rpoly_": null, "length": 451.09893743000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEELY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47120, "l_hundred": 700, "r_hundred": 700, "seg_id": 700234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEELY ST", "stname": "KEELY ST", "objectid": 27438, "Shape__Length": 179.60341747810634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234572595065202, 40.059063661408899 ], [ -75.2332149167528, 40.059730807862898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4565, "tnode_": 4462, "lpoly_": null, "rpoly_": null, "length": 250.71159365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8150, "l_t_add": 8198, "r_f_add": 8105, "r_t_add": 8199, "st_code": 41960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700235, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27439, "Shape__Length": 99.985582707712652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234572595065202, 40.059063661408899 ], [ -75.235053869689096, 40.059644094861802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4628, "tnode_": 4543, "lpoly_": null, "rpoly_": null, "length": 275.48868996000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 604, "l_t_add": 606, "r_f_add": 605, "r_t_add": 607, "st_code": 65340, "l_hundred": 600, "r_hundred": 600, "seg_id": 700236, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-04-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27440, "Shape__Length": 109.75982891733601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239611295245794, 40.058781916853597 ], [ -75.238891357177394, 40.059297550190998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4660, "tnode_": 4548, "lpoly_": null, "rpoly_": null, "length": 455.93485872999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 25940, "l_hundred": 700, "r_hundred": 700, "seg_id": 700237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTVIEW RD", "stname": "CRESTVIEW RD", "objectid": 27441, "Shape__Length": 181.51194288292882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234133117055194, 40.058494255499902 ], [ -75.2327403587053, 40.059143216395299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4660, "tnode_": 4565, "lpoly_": null, "rpoly_": null, "length": 241.16084511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8142, "l_t_add": 8148, "r_f_add": 8103, "r_t_add": 8103, "st_code": 41960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700238, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27442, "Shape__Length": 96.186654992273333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234133117055194, 40.058494255499902 ], [ -75.234572595065202, 40.059063661408899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4746, "tnode_": 4562, "lpoly_": null, "rpoly_": null, "length": 812.38467565999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 715, "st_code": 75440, "l_hundred": 700, "r_hundred": 700, "seg_id": 700239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27443, "Shape__Length": 323.42385970777445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233652497285405, 40.0578965952636 ], [ -75.231180893389705, 40.059065492179101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4746, "tnode_": 4660, "lpoly_": null, "rpoly_": null, "length": 255.9310962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8100, "l_t_add": 8140, "r_f_add": 8101, "r_t_add": 8101, "st_code": 41960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700240, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27444, "Shape__Length": 102.07040395025753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233652497285405, 40.0578965952636 ], [ -75.234133117055194, 40.058494255499902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4834, "tnode_": 4660, "lpoly_": null, "rpoly_": null, "length": 745.27742887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 25940, "l_hundred": 600, "r_hundred": 600, "seg_id": 700241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTVIEW RD", "stname": "CRESTVIEW RD", "objectid": 27445, "Shape__Length": 296.71371860064448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236388916186499, 40.057407541946503 ], [ -75.234133117055194, 40.058494255499902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4853, "tnode_": 4746, "lpoly_": null, "rpoly_": null, "length": 268.76038131999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 41960, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 700242, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27446, "Shape__Length": 107.20393091256301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233192155672597, 40.057251167615597 ], [ -75.233247370548696, 40.057368341133397 ], [ -75.233652497285405, 40.0578965952636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4995, "tnode_": 4930, "lpoly_": null, "rpoly_": null, "length": 271.56557431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 496, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 75440, "l_hundred": 400, "r_hundred": 500, "seg_id": 700243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27447, "Shape__Length": 108.17080450618266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236786146480696, 40.056241766000099 ], [ -75.236149446380395, 40.056634620047497 ], [ -75.236043933377701, 40.056720373405597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4995, "tnode_": 4628, "lpoly_": null, "rpoly_": null, "length": 1217.3097976900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8100, "l_t_add": 8298, "r_f_add": 8101, "r_t_add": 8299, "st_code": 49180, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARE ST", "stname": "LARE ST", "objectid": 27448, "Shape__Length": 485.20396045280205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236786146480696, 40.056241766000099 ], [ -75.237036219619796, 40.0564760796276 ], [ -75.238284960454607, 40.057574414178198 ], [ -75.238652950099294, 40.057917449275401 ], [ -75.239611295245794, 40.058781916853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4999, "tnode_": 4853, "lpoly_": null, "rpoly_": null, "length": 883.89287703000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 22900, "l_hundred": 600, "r_hundred": 600, "seg_id": 700245, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESWICK RD", "stname": "CHESWICK RD", "objectid": 27449, "Shape__Length": 351.81266048721795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235966542856104, 40.056208617843701 ], [ -75.235427160111897, 40.0562118903132 ], [ -75.235267424010004, 40.056250966034703 ], [ -75.233930357898799, 40.056878517199699 ], [ -75.233342024030705, 40.057163635824402 ], [ -75.233192155672597, 40.057251167615597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5063, "tnode_": 4995, "lpoly_": null, "rpoly_": null, "length": 260.59529523999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 494, "l_t_add": 494, "r_f_add": 495, "r_t_add": 499, "st_code": 75440, "l_hundred": 400, "r_hundred": 400, "seg_id": 700246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27450, "Shape__Length": 103.79729797832103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237503641912696, 40.055785960870999 ], [ -75.236786146480696, 40.056241766000099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5172, "tnode_": 5157, "lpoly_": null, "rpoly_": null, "length": 230.62702858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 484, "l_t_add": 498, "r_f_add": 483, "r_t_add": 499, "st_code": 32500, "l_hundred": 400, "r_hundred": 400, "seg_id": 700247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERGREEN AVE", "stname": "EVERGREEN AVE", "objectid": 27451, "Shape__Length": 91.712581664090663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236743180499801, 40.055106921199602 ], [ -75.235919680007896, 40.055088084108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5172, "tnode_": 5063, "lpoly_": null, "rpoly_": null, "length": 326.44965722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 49180, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 700248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARE ST", "stname": "LARE ST", "objectid": 27452, "Shape__Length": 130.11289963581748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236743180499801, 40.055106921199602 ], [ -75.236828496795397, 40.055194135694599 ], [ -75.237503641912696, 40.055785960870999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5231, "tnode_": 5063, "lpoly_": null, "rpoly_": null, "length": 566.92981538000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 464, "l_t_add": 492, "r_f_add": 465, "r_t_add": 493, "st_code": 75440, "l_hundred": 400, "r_hundred": 400, "seg_id": 700249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27453, "Shape__Length": 225.79771198700371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239083366578399, 40.054812103489297 ], [ -75.237503641912696, 40.055785960870999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5322, "tnode_": 5233, "lpoly_": null, "rpoly_": null, "length": 365.33331887000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALAIRET", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 620, "l_t_add": 698, "r_f_add": 625, "r_t_add": 699, "st_code": 62740, "l_hundred": 600, "r_hundred": 600, "seg_id": 700251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALAIRET RD", "stname": "PALAIRET RD", "objectid": 27454, "Shape__Length": 145.42081138537409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233304219009895, 40.054154244409098 ], [ -75.2326422953182, 40.054478434926999 ], [ -75.232172595420295, 40.054650122146001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5334, "tnode_": 5172, "lpoly_": null, "rpoly_": null, "length": 562.24978962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 464, "l_t_add": 482, "r_f_add": 465, "r_t_add": 481, "st_code": 32500, "l_hundred": 400, "r_hundred": 400, "seg_id": 700252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERGREEN AVE", "stname": "EVERGREEN AVE", "objectid": 27455, "Shape__Length": 223.87713127743893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238387398704106, 40.054220487464697 ], [ -75.236743180499801, 40.055106921199602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5334, "tnode_": 5231, "lpoly_": null, "rpoly_": null, "length": 290.52413455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 38140, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 700253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANVILLE RD", "stname": "GRANVILLE RD", "objectid": 27456, "Shape__Length": 115.78149968213953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238387398704106, 40.054220487464697 ], [ -75.239083366578399, 40.054812103489297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5378, "tnode_": 5322, "lpoly_": null, "rpoly_": null, "length": 249.19556648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALAIRET", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 612, "l_t_add": 618, "r_f_add": 613, "r_t_add": 623, "st_code": 62740, "l_hundred": 600, "r_hundred": 600, "seg_id": 700254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALAIRET RD", "stname": "PALAIRET RD", "objectid": 27457, "Shape__Length": 99.197051404262709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234069341966503, 40.053804605595097 ], [ -75.233304219009895, 40.054154244409098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5395, "tnode_": 5233, "lpoly_": null, "rpoly_": null, "length": 436.31716266999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 41960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700255, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27458, "Shape__Length": 173.92979356003224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231225151749499, 40.053712975491301 ], [ -75.231722936601898, 40.0540873023171 ], [ -75.231951598758599, 40.054323419771798 ], [ -75.232172595420295, 40.054650122146001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5406, "tnode_": 5231, "lpoly_": null, "rpoly_": null, "length": 575.6230099600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 462, "r_f_add": 401, "r_t_add": 463, "st_code": 75440, "l_hundred": 400, "r_hundred": 400, "seg_id": 700256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27459, "Shape__Length": 229.25546993230867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240689155343702, 40.053825101355997 ], [ -75.239083366578399, 40.054812103489297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5433, "tnode_": 5334, "lpoly_": null, "rpoly_": null, "length": 298.52628994000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 38140, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANVILLE RD", "stname": "GRANVILLE RD", "objectid": 27460, "Shape__Length": 118.97969041322447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237692452922701, 40.053601592860602 ], [ -75.237739703190798, 40.053669312058403 ], [ -75.238387398704106, 40.054220487464697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5450, "tnode_": 5378, "lpoly_": null, "rpoly_": null, "length": 258.30621929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALAIRET", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 610, "r_f_add": 601, "r_t_add": 611, "st_code": 62740, "l_hundred": 600, "r_hundred": 600, "seg_id": 700258, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALAIRET RD", "stname": "PALAIRET RD", "objectid": 27461, "Shape__Length": 102.85869451630452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234800746051306, 40.053397449446898 ], [ -75.234740142559801, 40.053493954186401 ], [ -75.234683662590996, 40.053523125231301 ], [ -75.234069341966503, 40.053804605595097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5480, "tnode_": 5334, "lpoly_": null, "rpoly_": null, "length": 575.65925874000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 462, "r_f_add": 441, "r_t_add": 463, "st_code": 32500, "l_hundred": 400, "r_hundred": 400, "seg_id": 700259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERGREEN AVE", "stname": "EVERGREEN AVE", "objectid": 27462, "Shape__Length": 229.21552563698572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240067991927901, 40.053309835010502 ], [ -75.238387398704106, 40.054220487464697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5480, "tnode_": 5406, "lpoly_": null, "rpoly_": null, "length": 255.86998232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7832, "l_t_add": 7838, "r_f_add": 8001, "r_t_add": 8099, "st_code": 32400, "l_hundred": 7800, "r_hundred": 8000, "seg_id": 700260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27463, "Shape__Length": 101.96461229315429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240067991927901, 40.053309835010502 ], [ -75.240689155343702, 40.053825101355997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5503, "tnode_": 5395, "lpoly_": null, "rpoly_": null, "length": 412.52773357999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 626, "l_t_add": 698, "r_f_add": 627, "r_t_add": 699, "st_code": 84000, "l_hundred": 600, "r_hundred": 600, "seg_id": 700261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27464, "Shape__Length": 164.23565514480617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232461639910895, 40.053096915232999 ], [ -75.231225151749499, 40.053712975491301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5503, "tnode_": 5322, "lpoly_": null, "rpoly_": null, "length": 451.65138729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEIFFER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 47160, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEIFFER ST", "stname": "KEIFFER ST", "objectid": 27465, "Shape__Length": 180.11802834545611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232461639910895, 40.053096915232999 ], [ -75.233304219009895, 40.054154244409098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5559, "tnode_": 5503, "lpoly_": null, "rpoly_": null, "length": 249.26601963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 618, "l_t_add": 624, "r_f_add": 619, "r_t_add": 625, "st_code": 84000, "l_hundred": 600, "r_hundred": 600, "seg_id": 700263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27466, "Shape__Length": 99.238737867591553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233206594838506, 40.052722100004999 ], [ -75.232461639910895, 40.053096915232999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5559, "tnode_": 5378, "lpoly_": null, "rpoly_": null, "length": 462.42184024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 49640, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27467, "Shape__Length": 184.41225669354628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233206594838506, 40.052722100004999 ], [ -75.234069341966503, 40.053804605595097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5567, "tnode_": 5433, "lpoly_": null, "rpoly_": null, "length": 578.0455383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AURANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 474, "r_f_add": 401, "r_t_add": 475, "st_code": 14120, "l_hundred": 400, "r_hundred": 400, "seg_id": 700265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AURANIA ST", "stname": "AURANIA ST", "objectid": 27468, "Shape__Length": 230.10625675454307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239458142966697, 40.052778903540499 ], [ -75.237692452922701, 40.053601592860602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5567, "tnode_": 5480, "lpoly_": null, "rpoly_": null, "length": 257.97912809000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7814, "l_t_add": 7830, "r_f_add": 7901, "r_t_add": 7999, "st_code": 32400, "l_hundred": 7800, "r_hundred": 7900, "seg_id": 700266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27469, "Shape__Length": 102.81400689427105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239458142966697, 40.052778903540499 ], [ -75.240067991927901, 40.053309835010502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5595, "tnode_": 5564, "lpoly_": null, "rpoly_": null, "length": 295.61894116999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 564, "l_t_add": 598, "r_f_add": 565, "r_t_add": 599, "st_code": 72300, "l_hundred": 500, "r_hundred": 500, "seg_id": 700267, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27470, "Shape__Length": 117.58027531518232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237261198330799, 40.052553223021299 ], [ -75.236637868910705, 40.0526840468617 ], [ -75.236236627265598, 40.052748217033802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5595, "tnode_": 5433, "lpoly_": null, "rpoly_": null, "length": 400.53113233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 38140, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700268, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANVILLE RD", "stname": "GRANVILLE RD", "objectid": 27471, "Shape__Length": 159.84429822343324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237261198330799, 40.052553223021299 ], [ -75.237692452922701, 40.053601592860602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5607, "tnode_": 5595, "lpoly_": null, "rpoly_": null, "length": 136.84171904000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 562, "l_t_add": 562, "r_f_add": 555, "r_t_add": 563, "st_code": 72300, "l_hundred": 500, "r_hundred": 500, "seg_id": 700269, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27472, "Shape__Length": 54.434241967630122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2377277240099, 40.052441073777203 ], [ -75.237261198330799, 40.052553223021299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5611, "tnode_": 5559, "lpoly_": null, "rpoly_": null, "length": 251.75414394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 614, "l_t_add": 616, "r_f_add": 615, "r_t_add": 617, "st_code": 84000, "l_hundred": 600, "r_hundred": 600, "seg_id": 700270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27473, "Shape__Length": 100.22908037981311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233958551679805, 40.052343039325201 ], [ -75.233206594838506, 40.052722100004999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5611, "tnode_": 5450, "lpoly_": null, "rpoly_": null, "length": 450.68990589000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 54340, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700271, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27474, "Shape__Length": 179.73195053439565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233958551679805, 40.052343039325201 ], [ -75.234800746051306, 40.053397449446898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5647, "tnode_": 5611, "lpoly_": null, "rpoly_": null, "length": 117.01139471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 613, "st_code": 84000, "l_hundred": 600, "r_hundred": 600, "seg_id": 700272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27475, "Shape__Length": 46.591278613665459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234299012761298, 40.052156702398698 ], [ -75.233958551679805, 40.052343039325201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5564, "tnode_": 5647, "lpoly_": null, "rpoly_": null, "length": 583.65587961999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 641, "st_code": 72300, "l_hundred": 600, "r_hundred": 600, "seg_id": 700273, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27476, "Shape__Length": 232.21550566584105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236236627265598, 40.052748217033802 ], [ -75.234299012761298, 40.052156702398698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5647, "tnode_": 5663, "lpoly_": null, "rpoly_": null, "length": 132.33323376000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 700, "r_f_add": 643, "r_t_add": 699, "st_code": 72300, "l_hundred": 700, "r_hundred": 600, "seg_id": 700274, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27477, "Shape__Length": 52.657420191810047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234299012761298, 40.052156702398698 ], [ -75.233868478748803, 40.052006708366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5668, "tnode_": 5607, "lpoly_": null, "rpoly_": null, "length": 283.14169821999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 548, "l_t_add": 560, "r_f_add": 531, "r_t_add": 553, "st_code": 72300, "l_hundred": 500, "r_hundred": 500, "seg_id": 700275, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27478, "Shape__Length": 112.70201339775205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2386037320491, 40.052052568611998 ], [ -75.2377277240099, 40.052441073777203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5668, "tnode_": 5567, "lpoly_": null, "rpoly_": null, "length": 356.67815280999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 7812, "r_f_add": 7801, "r_t_add": 7899, "st_code": 32400, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700276, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27479, "Shape__Length": 142.14123695930425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2386037320491, 40.052052568611998 ], [ -75.239458142966697, 40.052778903540499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5663, "tnode_": 5725, "lpoly_": null, "rpoly_": null, "length": 373.2094191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 702, "l_t_add": 710, "r_f_add": 701, "r_t_add": 757, "st_code": 72300, "l_hundred": 700, "r_hundred": 700, "seg_id": 700277, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27480, "Shape__Length": 148.48210678530205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233868478748803, 40.052006708366498 ], [ -75.232625846273294, 40.0516356468694 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5755, "tnode_": 5607, "lpoly_": null, "rpoly_": null, "length": 347.60175005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 16380, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEAN ST", "stname": "BEAN ST", "objectid": 27481, "Shape__Length": 138.73175194706496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237405381378196, 40.051519581275898 ], [ -75.2377277240099, 40.052441073777203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5784, "tnode_": 5558, "lpoly_": null, "rpoly_": null, "length": 939.29039457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 606, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 83080, "l_hundred": 600, "r_hundred": 600, "seg_id": 700279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27482, "Shape__Length": 373.88883559588857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230051315962896, 40.051228848559397 ], [ -75.227164628533501, 40.0525431058782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5725, "tnode_": 5799, "lpoly_": null, "rpoly_": null, "length": 383.50193155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 712, "l_t_add": 720, "r_f_add": 759, "r_t_add": 769, "st_code": 72300, "l_hundred": 700, "r_hundred": 700, "seg_id": 700280, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27483, "Shape__Length": 152.58817286538837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232625846273294, 40.0516356468694 ], [ -75.231363715071296, 40.051226350193303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5830, "tnode_": 5784, "lpoly_": null, "rpoly_": null, "length": 181.12226065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 604, "r_f_add": 587, "r_t_add": 599, "st_code": 83080, "l_hundred": 600, "r_hundred": 500, "seg_id": 700281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27484, "Shape__Length": 72.097810943146413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2306051654909, 40.050971849199101 ], [ -75.230051315962896, 40.051228848559397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5799, "tnode_": 5830, "lpoly_": null, "rpoly_": null, "length": 231.71124813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 722, "l_t_add": 798, "r_f_add": 771, "r_t_add": 799, "st_code": 72300, "l_hundred": 700, "r_hundred": 700, "seg_id": 700282, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27485, "Shape__Length": 92.196333090381117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231363715071296, 40.051226350193303 ], [ -75.2306051654909, 40.050971849199101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5938, "tnode_": 5887, "lpoly_": null, "rpoly_": null, "length": 243.626708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 460, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 27840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27486, "Shape__Length": 96.973626127970718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236967734585804, 40.0504690671264 ], [ -75.236217278221204, 40.050807681763402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6246, "tnode_": 5978, "lpoly_": null, "rpoly_": null, "length": 904.07057664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 456, "l_t_add": 498, "r_f_add": 467, "r_t_add": 499, "st_code": 34320, "l_hundred": 400, "r_hundred": 400, "seg_id": 700284, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27487, "Shape__Length": 359.87174985504197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238801116155301, 40.049059222841699 ], [ -75.236041141041596, 40.0503477490523 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6246, "tnode_": 6167, "lpoly_": null, "rpoly_": null, "length": 170.79257074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7554, "l_t_add": 7598, "r_f_add": 7555, "r_t_add": 7599, "st_code": 72880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27488, "Shape__Length": 68.117180958357622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238801116155301, 40.049059222841699 ], [ -75.239097909280105, 40.049468845962402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6284, "tnode_": 6130, "lpoly_": null, "rpoly_": null, "length": 484.38144505999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 542, "r_f_add": 501, "r_t_add": 539, "st_code": 83080, "l_hundred": 500, "r_hundred": 500, "seg_id": 700286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27489, "Shape__Length": 192.80182932437208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235422780411497, 40.048784913102203 ], [ -75.233933434268707, 40.049461654973499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6322, "tnode_": 6167, "lpoly_": null, "rpoly_": null, "length": 508.22466533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 436, "l_t_add": 438, "r_f_add": 435, "r_t_add": 439, "st_code": 27840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27490, "Shape__Length": 202.29322299433053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2406593310902, 40.0487571883112 ], [ -75.239097909280105, 40.049468845962402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6365, "tnode_": 6246, "lpoly_": null, "rpoly_": null, "length": 253.18193675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7524, "l_t_add": 7552, "r_f_add": 7523, "r_t_add": 7553, "st_code": 72880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27491, "Shape__Length": 100.95983559124186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238325300107206, 40.0484681842429 ], [ -75.238801116155301, 40.049059222841699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6365, "tnode_": 6119, "lpoly_": null, "rpoly_": null, "length": 826.8899719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORIOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 456, "l_t_add": 498, "r_f_add": 463, "r_t_add": 499, "st_code": 61620, "l_hundred": 400, "r_hundred": 400, "seg_id": 700289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORIOLE ST", "stname": "ORIOLE ST", "objectid": 27492, "Shape__Length": 329.1379885341243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238325300107206, 40.0484681842429 ], [ -75.235954042664602, 40.049567413952303 ], [ -75.235790032400104, 40.0496321585941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6475, "tnode_": 6365, "lpoly_": null, "rpoly_": null, "length": 219.28037583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORIOLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 454, "r_f_add": 401, "r_t_add": 461, "st_code": 61620, "l_hundred": 400, "r_hundred": 400, "seg_id": 700291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORIOLE ST", "stname": "ORIOLE ST", "objectid": 27493, "Shape__Length": 87.28069200634306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238999542032502, 40.048161848194198 ], [ -75.238325300107206, 40.0484681842429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6500, "tnode_": 6322, "lpoly_": null, "rpoly_": null, "length": 519.91658801000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 416, "l_t_add": 434, "r_f_add": 417, "r_t_add": 433, "st_code": 27840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27494, "Shape__Length": 206.95549432939066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242242527338803, 40.048011152279003 ], [ -75.2406593310902, 40.0487571883112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6535, "tnode_": 6284, "lpoly_": null, "rpoly_": null, "length": 759.94526605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 456, "l_t_add": 498, "r_f_add": 451, "r_t_add": 499, "st_code": 83080, "l_hundred": 400, "r_hundred": 400, "seg_id": 700293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27495, "Shape__Length": 302.4770800614848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237766702171896, 40.047732744964897 ], [ -75.235422780411497, 40.048784913102203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6535, "tnode_": 6365, "lpoly_": null, "rpoly_": null, "length": 310.21190472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7522, "r_f_add": 7501, "r_t_add": 7521, "st_code": 72880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700294, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27496, "Shape__Length": 123.71116804097991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237766702171896, 40.047732744964897 ], [ -75.238325300107206, 40.0484681842429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6561, "tnode_": 6474, "lpoly_": null, "rpoly_": null, "length": 253.28195754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 428, "l_t_add": 434, "r_f_add": 427, "r_t_add": 445, "st_code": 34320, "l_hundred": 400, "r_hundred": 400, "seg_id": 700295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27497, "Shape__Length": 100.81382942153284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240933258205104, 40.0477251320618 ], [ -75.240154497910694, 40.048079000702003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6635, "tnode_": 6561, "lpoly_": null, "rpoly_": null, "length": 255.9796132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 425, "st_code": 34320, "l_hundred": 400, "r_hundred": 400, "seg_id": 700296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27498, "Shape__Length": 101.89000466238546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241716386640306, 40.047362444697498 ], [ -75.240933258205104, 40.0477251320618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6635, "tnode_": 6500, "lpoly_": null, "rpoly_": null, "length": 278.46244138999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTI", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 53260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTI ST", "stname": "MANTI ST", "objectid": 27499, "Shape__Length": 111.0377302338035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241716386640306, 40.047362444697498 ], [ -75.242242527338803, 40.048011152279003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6718, "tnode_": 6635, "lpoly_": null, "rpoly_": null, "length": 268.97154696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 382, "l_t_add": 398, "r_f_add": 341, "r_t_add": 399, "st_code": 34320, "l_hundred": 300, "r_hundred": 300, "seg_id": 700298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27500, "Shape__Length": 107.06313822688939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242536041970197, 40.046977278689504 ], [ -75.241716386640306, 40.047362444697498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6772, "tnode_": 6561, "lpoly_": null, "rpoly_": null, "length": 433.84623712000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAWLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 63420, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAWLING ST", "stname": "PAWLING ST", "objectid": 27501, "Shape__Length": 173.00832820026085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240139875304095, 40.046702100565199 ], [ -75.240933258205104, 40.0477251320618 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6724, "tnode_": 6791, "lpoly_": null, "rpoly_": null, "length": 229.24859539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 354, "r_f_add": 101, "r_t_add": 199, "st_code": 34320, "l_hundred": 100, "r_hundred": 100, "seg_id": 700300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27502, "Shape__Length": 91.226898110029452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244946616341807, 40.047006879315802 ], [ -75.244718091072599, 40.046944077482003 ], [ -75.244216904759199, 40.046725675431603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6804, "tnode_": 6718, "lpoly_": null, "rpoly_": null, "length": 269.87468682999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 362, "l_t_add": 380, "r_f_add": 301, "r_t_add": 339, "st_code": 34320, "l_hundred": 300, "r_hundred": 300, "seg_id": 700301, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27503, "Shape__Length": 107.42382687742209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243356032214706, 40.046587803101303 ], [ -75.242536041970197, 40.046977278689504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6791, "tnode_": 6804, "lpoly_": null, "rpoly_": null, "length": 250.37966037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAMINGO", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 356, "l_t_add": 360, "r_f_add": 201, "r_t_add": 299, "st_code": 34320, "l_hundred": 300, "r_hundred": 200, "seg_id": 700302, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAMINGO ST", "stname": "FLAMINGO ST", "objectid": 27504, "Shape__Length": 99.582920223794758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244216904759199, 40.046725675431603 ], [ -75.243947420911695, 40.046626783235197 ], [ -75.243762274904896, 40.046596522583201 ], [ -75.243356032214706, 40.046587803101303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6855, "tnode_": 6724, "lpoly_": null, "rpoly_": null, "length": 243.45383938000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILLSIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 42700, "l_hundred": 200, "r_hundred": 200, "seg_id": 700303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILLSIDE AVE", "stname": "HILLSIDE AVE", "objectid": 27505, "Shape__Length": 97.093006615972172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245331993306706, 40.046428482377898 ], [ -75.245322730588498, 40.046517253122502 ], [ -75.245298309339802, 40.046587960086299 ], [ -75.245164963429104, 40.046802962306998 ], [ -75.245011368693696, 40.046975616928599 ], [ -75.244946616341807, 40.047006879315802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6863, "tnode_": 6772, "lpoly_": null, "rpoly_": null, "length": 275.61659067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 423, "st_code": 83080, "l_hundred": 400, "r_hundred": 400, "seg_id": 700304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27506, "Shape__Length": 109.69856890427234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240991074182304, 40.0463219892046 ], [ -75.240139875304095, 40.046702100565199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6863, "tnode_": 6635, "lpoly_": null, "rpoly_": null, "length": 433.88197345999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTI", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7517, "st_code": 53260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTI ST", "stname": "MANTI ST", "objectid": 27507, "Shape__Length": 173.03970068604306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240991074182304, 40.0463219892046 ], [ -75.240989079961295, 40.046379756812598 ], [ -75.240995638561998, 40.046416391081003 ], [ -75.241716386640306, 40.047362444697498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6718, "tnode_": 6951, "lpoly_": null, "rpoly_": null, "length": 423.30580154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CULP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7501, "l_t_add": 7599, "r_f_add": 7500, "r_t_add": 7598, "st_code": 26300, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CULP ST", "stname": "CULP ST", "objectid": 27508, "Shape__Length": 168.80568724297422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242536041970197, 40.046977278689504 ], [ -75.241767464039597, 40.045976585209097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5755, "tnode_": 5719, "lpoly_": null, "rpoly_": null, "length": 311.04235218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINERVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 464, "l_t_add": 498, "r_f_add": 471, "r_t_add": 499, "st_code": 56380, "l_hundred": 400, "r_hundred": 400, "seg_id": 700307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINERVA ST", "stname": "MINERVA ST", "objectid": 27509, "Shape__Length": 123.71454236469602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237405381378196, 40.051519581275898 ], [ -75.236329212565195, 40.051731923029102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5776, "tnode_": 5755, "lpoly_": null, "rpoly_": null, "length": 131.2755014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINERVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 462, "r_f_add": 401, "r_t_add": 469, "st_code": 56380, "l_hundred": 400, "r_hundred": 400, "seg_id": 700308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINERVA ST", "stname": "MINERVA ST", "objectid": 27510, "Shape__Length": 52.216267265174359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237856479636605, 40.051421154224897 ], [ -75.237405381378196, 40.051519581275898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5776, "tnode_": 5668, "lpoly_": null, "rpoly_": null, "length": 310.91343789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 32400, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700309, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVA ST", "stname": "EVA ST", "objectid": 27511, "Shape__Length": 123.90066091776465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237856479636605, 40.051421154224897 ], [ -75.2386037320491, 40.052052568611998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6167, "tnode_": 6136, "lpoly_": null, "rpoly_": null, "length": 96.26362919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEARNLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 440, "l_t_add": 442, "r_f_add": 441, "r_t_add": 443, "st_code": 27840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEARNLEY ST", "stname": "DEARNLEY ST", "objectid": 27512, "Shape__Length": 38.323087468871464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239097909280105, 40.049468845962402 ], [ -75.238810423580802, 40.049613821460099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6136, "tnode_": 6017, "lpoly_": null, "rpoly_": null, "length": 297.49461308999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 72880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27513, "Shape__Length": 118.62842623376048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238810423580802, 40.049613821460099 ], [ -75.239377660434997, 40.050304399660298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6130, "tnode_": 6112, "lpoly_": null, "rpoly_": null, "length": 103.5184392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 544, "l_t_add": 574, "r_f_add": 541, "r_t_add": 541, "st_code": 83080, "l_hundred": 500, "r_hundred": 500, "seg_id": 700312, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27514, "Shape__Length": 41.208803979126834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233933434268707, 40.049461654973499 ], [ -75.233620954588702, 40.049613587303497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6112, "tnode_": 5830, "lpoly_": null, "rpoly_": null, "length": 978.58339086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 576, "l_t_add": 598, "r_f_add": 543, "r_t_add": 585, "st_code": 83080, "l_hundred": 500, "r_hundred": 500, "seg_id": 700313, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27515, "Shape__Length": 389.51408650935491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233620954588702, 40.049613587303497 ], [ -75.2306051654909, 40.050971849199101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3952, "tnode_": 3852, "lpoly_": null, "rpoly_": null, "length": 423.40007720999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 41960, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700314, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27516, "Shape__Length": 168.71552082305277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238598443573593, 40.063249533340297 ], [ -75.239009808315004, 40.063551794130802 ], [ -75.239491648934504, 40.0640062864925 ], [ -75.239670346465203, 40.064026256161299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26870, "tnode_": 3952, "lpoly_": null, "rpoly_": null, "length": 517.35474550999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8330, "l_t_add": 8498, "r_f_add": 8331, "r_t_add": 8499, "st_code": 41960, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 700315, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27517, "Shape__Length": 206.151364675043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237272026271896, 40.062260463343002 ], [ -75.238598443573593, 40.063249533340297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26871, "tnode_": 3952, "lpoly_": null, "rpoly_": null, "length": 916.40148218999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700316, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27518, "Shape__Length": 365.77454692275398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238501108705194, 40.060848294947903 ], [ -75.238482222817595, 40.061022629279897 ], [ -75.238256924332404, 40.061886439702498 ], [ -75.238163573033503, 40.062341568916501 ], [ -75.238152744601507, 40.062485074455303 ], [ -75.238170080572203, 40.062649748178202 ], [ -75.238226295645603, 40.062792765043902 ], [ -75.238287986970207, 40.062902024334697 ], [ -75.238598443573593, 40.063249533340297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26872, "tnode_": 26870, "lpoly_": null, "rpoly_": null, "length": 242.05123763999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700317, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27519, "Shape__Length": 96.49265018393605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237700946445798, 40.061792488323903 ], [ -75.237471366960705, 40.061831309727097 ], [ -75.237377412145506, 40.061892295743803 ], [ -75.237303083262404, 40.061975813981299 ], [ -75.237267397127994, 40.062084503991301 ], [ -75.237270553494596, 40.062252485296497 ], [ -75.237272026271896, 40.062260463343002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26873, "tnode_": 3852, "lpoly_": null, "rpoly_": null, "length": 576.47291312999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700321, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27520, "Shape__Length": 230.10170984809707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239124789521895, 40.062511229255499 ], [ -75.239182791331402, 40.062574310046898 ], [ -75.239395431305098, 40.062970296099401 ], [ -75.239670346465203, 40.064026256161299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4246, "tnode_": 26872, "lpoly_": null, "rpoly_": null, "length": 496.71458088999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700322, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27521, "Shape__Length": 197.77307109170201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236222123783506, 40.061095444761897 ], [ -75.236388072675993, 40.061250323741703 ], [ -75.236720037139307, 40.061476526269097 ], [ -75.236992335496794, 40.061604115815101 ], [ -75.237375805642699, 40.061721973323202 ], [ -75.237700946445798, 40.061792488323903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4930, "tnode_": 4746, "lpoly_": null, "rpoly_": null, "length": 797.18295982000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 75440, "l_hundred": 600, "r_hundred": 600, "seg_id": 700323, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27522, "Shape__Length": 317.38827944673864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236043933377701, 40.056720373405597 ], [ -75.235954922923497, 40.056807558152101 ], [ -75.233652497285405, 40.0578965952636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4471, "tnode_": 4299, "lpoly_": null, "rpoly_": null, "length": 425.10242692999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 68280, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 700324, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27523, "Shape__Length": 169.59679107500398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238184380403297, 40.059780428664901 ], [ -75.238274460821103, 40.059874944960697 ], [ -75.238471230943105, 40.060151543666599 ], [ -75.238609300753694, 40.060402596207801 ], [ -75.238747770496104, 40.060642872440603 ], [ -75.238853534549193, 40.060824795536497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4049, "tnode_": 3852, "lpoly_": null, "rpoly_": null, "length": 546.41385285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 68280, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700326, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27524, "Shape__Length": 218.15381063220741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239373073741405, 40.0625437806249 ], [ -75.239670346465203, 40.064026256161299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4299, "tnode_": 4049, "lpoly_": null, "rpoly_": null, "length": 643.10345182999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 68280, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 700327, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27525, "Shape__Length": 256.7218926635573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238853534549193, 40.060824795536497 ], [ -75.238892771776705, 40.060940187879197 ], [ -75.239000603197397, 40.061234465368102 ], [ -75.239100077080494, 40.061540724369301 ], [ -75.239373073741405, 40.0625437806249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7337, "tnode_": 6907, "lpoly_": null, "rpoly_": null, "length": 1337.1107356699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARMON", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 40600, "l_hundred": 400, "r_hundred": 400, "seg_id": 700328, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARMON RD", "stname": "HARMON RD", "objectid": 27526, "Shape__Length": 532.17829873436438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237060493460106, 40.044087234493503 ], [ -75.233172659452805, 40.045827075153099 ], [ -75.232937225046797, 40.045939179147403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7475, "tnode_": 7337, "lpoly_": null, "rpoly_": null, "length": 302.12191363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 34820, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 27527, "Shape__Length": 120.47918393740655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236520999786805, 40.043368966090398 ], [ -75.237060493460106, 40.044087234493503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7487, "tnode_": 7351, "lpoly_": null, "rpoly_": null, "length": 456.46673848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 470, "l_t_add": 498, "r_f_add": 461, "r_t_add": 499, "st_code": 62900, "l_hundred": 400, "r_hundred": 400, "seg_id": 700330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 27528, "Shape__Length": 181.68389073416407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229926190427804, 40.043218423108002 ], [ -75.228533464424402, 40.043869841126401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7682, "tnode_": 7487, "lpoly_": null, "rpoly_": null, "length": 668.7763719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 468, "r_f_add": 401, "r_t_add": 459, "st_code": 62900, "l_hundred": 400, "r_hundred": 400, "seg_id": 700331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 27529, "Shape__Length": 266.17078727661732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231985143194194, 40.042287751165297 ], [ -75.229926190427804, 40.043218423108002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7640, "tnode_": 7703, "lpoly_": null, "rpoly_": null, "length": 168.25307605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 78820, "l_hundred": 400, "r_hundred": 400, "seg_id": 700332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ULMER ST", "stname": "ULMER ST", "objectid": 27530, "Shape__Length": 66.962953672357131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228587800990198, 40.042402123733403 ], [ -75.229106789612402, 40.0421692856196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7703, "tnode_": 7487, "lpoly_": null, "rpoly_": null, "length": 445.75455009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 63620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 27531, "Shape__Length": 177.74339589825229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229106789612402, 40.0421692856196 ], [ -75.229926190427804, 40.043218423108002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7759, "tnode_": 7682, "lpoly_": null, "rpoly_": null, "length": 173.65590872000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6968, "l_t_add": 6998, "r_f_add": 6989, "r_t_add": 6999, "st_code": 72880, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27532, "Shape__Length": 69.251898803402426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2316834534073, 40.041871240390101 ], [ -75.231985143194194, 40.042287751165297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7797, "tnode_": 7630, "lpoly_": null, "rpoly_": null, "length": 440.42414373000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 446, "l_t_add": 498, "r_f_add": 445, "r_t_add": 499, "st_code": 63020, "l_hundred": 400, "r_hundred": 400, "seg_id": 700335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27533, "Shape__Length": 175.47224389160937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2273521002883, 40.041533114288598 ], [ -75.226270357483003, 40.042410868517599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7797, "tnode_": 7640, "lpoly_": null, "rpoly_": null, "length": 515.57272708000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 56480, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 27534, "Shape__Length": 205.41563210365325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2273521002883, 40.041533114288598 ], [ -75.228126742404797, 40.042334893774502 ], [ -75.2282184579161, 40.042422052179703 ], [ -75.228351510858005, 40.042461463364198 ], [ -75.228470557719405, 40.042451913238999 ], [ -75.228587800990198, 40.042402123733403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7816, "tnode_": 7759, "lpoly_": null, "rpoly_": null, "length": 246.66357891000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 392, "l_t_add": 398, "r_f_add": 393, "r_t_add": 399, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 700337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 27535, "Shape__Length": 98.163903210624198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232450542679004, 40.041538251689197 ], [ -75.2316834534073, 40.041871240390101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7888, "tnode_": 7816, "lpoly_": null, "rpoly_": null, "length": 243.48029489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 382, "l_t_add": 390, "r_f_add": 379, "r_t_add": 391, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 700338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 27536, "Shape__Length": 96.910481807913101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233189360287597, 40.041185730337297 ], [ -75.232450542679004, 40.041538251689197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7929, "tnode_": 7797, "lpoly_": null, "rpoly_": null, "length": 322.22185661999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 444, "r_f_add": 401, "r_t_add": 443, "st_code": 63020, "l_hundred": 400, "r_hundred": 400, "seg_id": 700339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27537, "Shape__Length": 128.39907292026908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228106207287198, 40.040864940556602 ], [ -75.2273521002883, 40.041533114288598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7929, "tnode_": 7703, "lpoly_": null, "rpoly_": null, "length": 551.59183516000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 63620, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 27538, "Shape__Length": 219.94792913976511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228106207287198, 40.040864940556602 ], [ -75.229106789612402, 40.0421692856196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8014, "tnode_": 7888, "lpoly_": null, "rpoly_": null, "length": 354.26654056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 368, "l_t_add": 380, "r_f_add": 369, "r_t_add": 377, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 700341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 27539, "Shape__Length": 141.19272122165333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233926960263204, 40.040441496266297 ], [ -75.233670696237795, 40.040910887978498 ], [ -75.233475538132396, 40.041052574350203 ], [ -75.233189360287597, 40.041185730337297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8027, "tnode_": 7864, "lpoly_": null, "rpoly_": null, "length": 506.54077583000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 51220, "l_hundred": 400, "r_hundred": 400, "seg_id": 700342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27540, "Shape__Length": 201.81363961784857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230482147271701, 40.040341541071598 ], [ -75.230335168722505, 40.040387722181002 ], [ -75.230215223159803, 40.040421581278402 ], [ -75.229950935089903, 40.040507009893098 ], [ -75.229834381643101, 40.040662577231203 ], [ -75.229852232377098, 40.040821094247498 ], [ -75.230109308922195, 40.041142983089003 ], [ -75.230180464725393, 40.041144544047 ], [ -75.230242811747004, 40.041170238566998 ], [ -75.230264048272304, 40.041237603220402 ], [ -75.230217069381396, 40.041279305921101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8027, "tnode_": 7759, "lpoly_": null, "rpoly_": null, "length": 650.88774779000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6966, "r_f_add": 6901, "r_t_add": 6987, "st_code": 72880, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27541, "Shape__Length": 259.53145907977154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230482147271701, 40.040341541071598 ], [ -75.2316834534073, 40.041871240390101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8090, "tnode_": 8027, "lpoly_": null, "rpoly_": null, "length": 250.12257301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 390, "l_t_add": 398, "r_f_add": 391, "r_t_add": 399, "st_code": 51220, "l_hundred": 300, "r_hundred": 300, "seg_id": 700344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27542, "Shape__Length": 99.550182771908169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231244196570799, 40.039983256511803 ], [ -75.230482147271701, 40.040341541071598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8090, "tnode_": 7816, "lpoly_": null, "rpoly_": null, "length": 659.516524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 34820, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 27543, "Shape__Length": 262.97563701599154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231244196570799, 40.039983256511803 ], [ -75.232450542679004, 40.041538251689197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8150, "tnode_": 8019, "lpoly_": null, "rpoly_": null, "length": 469.71004832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 464, "l_t_add": 498, "r_f_add": 465, "r_t_add": 499, "st_code": 23220, "l_hundred": 400, "r_hundred": 400, "seg_id": 700346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 27544, "Shape__Length": 186.94101761255575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225827999591701, 40.039565940977297 ], [ -75.2243896576813, 40.040229535901098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8150, "tnode_": 7797, "lpoly_": null, "rpoly_": null, "length": 834.15804853999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MITCHELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 56480, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MITCHELL ST", "stname": "MITCHELL ST", "objectid": 27545, "Shape__Length": 332.61166578180911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225827999591701, 40.039565940977297 ], [ -75.225953460077505, 40.039708506285301 ], [ -75.2273521002883, 40.041533114288598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8162, "tnode_": 8090, "lpoly_": null, "rpoly_": null, "length": 242.18154346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 380, "l_t_add": 388, "r_f_add": 381, "r_t_add": 389, "st_code": 51220, "l_hundred": 300, "r_hundred": 300, "seg_id": 700348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27546, "Shape__Length": 96.380101222609824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231993961463104, 40.0396517807404 ], [ -75.231244196570799, 40.039983256511803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8162, "tnode_": 7888, "lpoly_": null, "rpoly_": null, "length": 651.36407077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAWLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 63420, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAWLING ST", "stname": "PAWLING ST", "objectid": 27547, "Shape__Length": 259.72183678298381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231993961463104, 40.0396517807404 ], [ -75.233189360287597, 40.041185730337297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8187, "tnode_": 26801, "lpoly_": null, "rpoly_": null, "length": 149.92012376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 300, "r_f_add": 301, "r_t_add": 301, "st_code": 63020, "l_hundred": 300, "r_hundred": 300, "seg_id": 700350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27548, "Shape__Length": 59.743444037944478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229781169726607, 40.039452552154302 ], [ -75.229438418331299, 40.039768728888703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8187, "tnode_": 8027, "lpoly_": null, "rpoly_": null, "length": 378.67781411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 72880, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 700351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27549, "Shape__Length": 150.98831953274004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229781169726607, 40.039452552154302 ], [ -75.230482147271701, 40.040341541071598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8197, "tnode_": 7682, "lpoly_": null, "rpoly_": null, "length": 1385.2223929499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAOLI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 218, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 62900, "l_hundred": 200, "r_hundred": 300, "seg_id": 700352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PAOLI AVE", "stname": "PAOLI AVE", "objectid": 27550, "Shape__Length": 551.96333385187359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235056392502898, 40.039538446649502 ], [ -75.234366441601495, 40.040926127248802 ], [ -75.234167906660801, 40.041158966338699 ], [ -75.234008551909, 40.041316578955403 ], [ -75.233743938510003, 40.041496337695101 ], [ -75.233582207934901, 40.041590102001599 ], [ -75.231985143194194, 40.042287751165297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8219, "tnode_": 8162, "lpoly_": null, "rpoly_": null, "length": 248.33150451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 372, "l_t_add": 378, "r_f_add": 371, "r_t_add": 379, "st_code": 51220, "l_hundred": 300, "r_hundred": 300, "seg_id": 700353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27551, "Shape__Length": 98.833425569070769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232754405050798, 40.039300956571502 ], [ -75.231993961463104, 40.0396517807404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8219, "tnode_": 8014, "lpoly_": null, "rpoly_": null, "length": 545.6549742, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANTI", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 53260, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700354, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANTI ST", "stname": "MANTI ST", "objectid": 27552, "Shape__Length": 217.46429433232163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232754405050798, 40.039300956571502 ], [ -75.233359118451204, 40.0401048297025 ], [ -75.233518606693295, 40.040278365626499 ], [ -75.233687957177807, 40.040372411009201 ], [ -75.233926960263204, 40.040441496266297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8230, "tnode_": 8150, "lpoly_": null, "rpoly_": null, "length": 306.22694796000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 462, "r_f_add": 401, "r_t_add": 463, "st_code": 23220, "l_hundred": 400, "r_hundred": 400, "seg_id": 700355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMINSON ST", "stname": "CINNAMINSON ST", "objectid": 27553, "Shape__Length": 121.87206443457657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226769615404507, 40.039138341996399 ], [ -75.225827999591701, 40.039565940977297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8230, "tnode_": 7929, "lpoly_": null, "rpoly_": null, "length": 731.88926615999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 63620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 27554, "Shape__Length": 291.83125123322401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226769615404507, 40.039138341996399 ], [ -75.226871695007901, 40.039272550402899 ], [ -75.228106207287198, 40.040864940556602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8279, "tnode_": 8219, "lpoly_": null, "rpoly_": null, "length": 250.83918231000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 366, "l_t_add": 370, "r_f_add": 363, "r_t_add": 369, "st_code": 51220, "l_hundred": 300, "r_hundred": 300, "seg_id": 700357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27555, "Shape__Length": 99.830573366488792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233523007846799, 40.0389472104794 ], [ -75.232754405050798, 40.039300956571502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6721, "tnode_": 6571, "lpoly_": null, "rpoly_": null, "length": 334.3783566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 793, "l_t_add": 799, "r_f_add": 776, "r_t_add": 798, "st_code": 42640, "l_hundred": 700, "r_hundred": 700, "seg_id": 700363, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27556, "Shape__Length": 133.33742960837068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219427974260896, 40.046435091671498 ], [ -75.219283401907106, 40.046552448503597 ], [ -75.219141206093994, 40.046698576801496 ], [ -75.219008123551802, 40.046872014921199 ], [ -75.218822463768703, 40.047216074027098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6720, "tnode_": 6802, "lpoly_": null, "rpoly_": null, "length": 260.1988608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 712, "st_code": 42640, "l_hundred": 700, "r_hundred": 700, "seg_id": 700364, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27557, "Shape__Length": 103.56123430156809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2228931319503, 40.046526248987803 ], [ -75.222088696261906, 40.046168532682202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6849, "tnode_": 6721, "lpoly_": null, "rpoly_": null, "length": 300.53682147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 741, "l_t_add": 791, "r_f_add": 750, "r_t_add": 774, "st_code": 42640, "l_hundred": 700, "r_hundred": 700, "seg_id": 700365, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27558, "Shape__Length": 119.66336086470106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220286836202106, 40.045954053215603 ], [ -75.220124214933804, 40.046014747243298 ], [ -75.219809960486899, 40.046165951867302 ], [ -75.2195185173358, 40.046341984167697 ], [ -75.219427974260896, 40.046435091671498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6802, "tnode_": 6849, "lpoly_": null, "rpoly_": null, "length": 545.46936809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 717, "l_t_add": 739, "r_f_add": 714, "r_t_add": 748, "st_code": 42640, "l_hundred": 700, "r_hundred": 700, "seg_id": 700366, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILL RD", "stname": "HILL RD", "objectid": 27559, "Shape__Length": 217.00461995066212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222088696261906, 40.046168532682202 ], [ -75.222003987755102, 40.046110866281303 ], [ -75.221793900446897, 40.046015016035703 ], [ -75.221497746569895, 40.0458929450173 ], [ -75.221175834179206, 40.0458250417052 ], [ -75.220883058967601, 40.045824677966998 ], [ -75.220644950073904, 40.045843762342201 ], [ -75.2204375629601, 40.0458878496406 ], [ -75.220286836202106, 40.045954053215603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8280, "tnode_": 8246, "lpoly_": null, "rpoly_": null, "length": 70.01865392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6526, "l_t_add": 6598, "r_f_add": 6601, "r_t_add": 6603, "st_code": 68280, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 700367, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27560, "Shape__Length": 27.920452651503695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2232735695396, 40.038742954781902 ], [ -75.2233971068964, 40.0389100716204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8246, "tnode_": 8160, "lpoly_": null, "rpoly_": null, "length": 226.9412585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6600, "l_t_add": 6616, "r_f_add": 6605, "r_t_add": 6629, "st_code": 68280, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 700368, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27561, "Shape__Length": 90.489600561701607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2233971068964, 40.0389100716204 ], [ -75.223809675315593, 40.039446303440002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8353, "tnode_": 8160, "lpoly_": null, "rpoly_": null, "length": 766.52847052000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEMONTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 50180, "l_hundred": 400, "r_hundred": 400, "seg_id": 700369, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEMONTE ST", "stname": "LEMONTE ST", "objectid": 27562, "Shape__Length": 305.0638222071064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226162491425796, 40.038370565952299 ], [ -75.223809675315593, 40.039446303440002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8447, "tnode_": 8246, "lpoly_": null, "rpoly_": null, "length": 769.06173952999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 400, "l_t_add": 498, "r_f_add": 385, "r_t_add": 499, "st_code": 28120, "l_hundred": 400, "r_hundred": 300, "seg_id": 700370, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELMAR ST", "stname": "DELMAR ST", "objectid": 27563, "Shape__Length": 306.06703266016001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225761076548196, 40.037835179887999 ], [ -75.2233971068964, 40.0389100716204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8447, "tnode_": 8353, "lpoly_": null, "rpoly_": null, "length": 225.10150818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECHIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 63620, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 700372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECHIN ST", "stname": "PECHIN ST", "objectid": 27564, "Shape__Length": 89.758069211906744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225761076548196, 40.037835179887999 ], [ -75.226162491425796, 40.038370565952299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8345, "tnode_": 8185, "lpoly_": null, "rpoly_": null, "length": 421.01772266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6300, "l_t_add": 6316, "r_f_add": 6301, "r_t_add": 6315, "st_code": 49640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 700374, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27565, "Shape__Length": 167.8596894576398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215562770246393, 40.038192054331397 ], [ -75.216358673858693, 40.039172611867897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8546, "tnode_": 8345, "lpoly_": null, "rpoly_": null, "length": 528.86604731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 49640, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 700375, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27566, "Shape__Length": 210.85371941588065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214559433704096, 40.036962032242997 ], [ -75.215562770246393, 40.038192054331397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8345, "tnode_": 8117, "lpoly_": null, "rpoly_": null, "length": 838.87351424000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMITAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 42180, "l_hundred": 600, "r_hundred": 600, "seg_id": 700378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMITAGE ST", "stname": "HERMITAGE ST", "objectid": 27567, "Shape__Length": 333.88662259470021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215562770246393, 40.038192054331397 ], [ -75.215439159636006, 40.038245879746299 ], [ -75.2130297317958, 40.039421522343197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6468, "tnode_": 6552, "lpoly_": null, "rpoly_": null, "length": 165.58008078, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 802, "l_t_add": 898, "r_f_add": 803, "r_t_add": 899, "st_code": 12160, "l_hundred": 800, "r_hundred": 800, "seg_id": 700380, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27568, "Shape__Length": 65.995197837890643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206635331727398, 40.047426613629902 ], [ -75.207007040776304, 40.047073067495802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6552, "tnode_": 6684, "lpoly_": null, "rpoly_": null, "length": 354.23265137, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1048, "r_f_add": 1001, "r_t_add": 1013, "st_code": 12160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 700381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27569, "Shape__Length": 141.09771129319108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207007040776304, 40.047073067495802 ], [ -75.207947570454394, 40.046422616219203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6684, "tnode_": 6771, "lpoly_": null, "rpoly_": null, "length": 263.56182235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENS", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7201, "l_t_add": 7299, "r_f_add": 7200, "r_t_add": 7298, "st_code": 12170, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENS PL", "stname": "ALLENS PL", "objectid": 27570, "Shape__Length": 105.02906217824993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207947570454394, 40.046422616219203 ], [ -75.207503919988397, 40.046041719978597 ], [ -75.207515266362705, 40.045989926617104 ], [ -75.207502179223596, 40.045937593375101 ], [ -75.207437209725597, 40.045914470117701 ], [ -75.207378648107905, 40.045939404760702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6684, "tnode_": 6823, "lpoly_": null, "rpoly_": null, "length": 375.65500548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1050, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 12160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 700384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27571, "Shape__Length": 149.5471667728863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207947570454394, 40.046422616219203 ], [ -75.208462288304204, 40.046117463985503 ], [ -75.208695907595498, 40.046007078278599 ], [ -75.209062258703398, 40.045853243740503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6735, "tnode_": 6989, "lpoly_": null, "rpoly_": null, "length": 490.28726352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 842, "r_f_add": 801, "r_t_add": 837, "st_code": 57420, "l_hundred": 800, "r_hundred": 800, "seg_id": 700385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27572, "Shape__Length": 195.49913727112317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205894372340893, 40.046132139426298 ], [ -75.206817013175396, 40.044988194383301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6989, "tnode_": 7038, "lpoly_": null, "rpoly_": null, "length": 373.61729066000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT AIRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 57390, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT AIRY PL", "stname": "MOUNT AIRY PL", "objectid": 27573, "Shape__Length": 148.6683516556254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206817013175396, 40.044988194383301 ], [ -75.206406478228899, 40.044806954143397 ], [ -75.2062183153175, 40.044760215251699 ], [ -75.206060638630504, 40.044744559072001 ], [ -75.205941812432201, 40.044748009266499 ], [ -75.205839482866594, 40.044733579432403 ], [ -75.205720428822801, 40.044743106108299 ], [ -75.2056842922116, 40.044760051837798 ], [ -75.205663260023101, 40.044790494833002 ], [ -75.205661681973694, 40.0448477112879 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6989, "tnode_": 7105, "lpoly_": null, "rpoly_": null, "length": 180.84349982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 844, "l_t_add": 850, "r_f_add": 839, "r_t_add": 899, "st_code": 57420, "l_hundred": 800, "r_hundred": 800, "seg_id": 700387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27574, "Shape__Length": 72.100652688864386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206817013175396, 40.044988194383301 ], [ -75.207175828789104, 40.044575401045499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7105, "tnode_": 6823, "lpoly_": null, "rpoly_": null, "length": 708.55660088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7201, "l_t_add": 7299, "r_f_add": 7200, "r_t_add": 7298, "st_code": 61830, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700388, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORWELL RD", "stname": "ORWELL RD", "objectid": 27575, "Shape__Length": 282.2156482836466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207175828789104, 40.044575401045499 ], [ -75.2078115744916, 40.044898875774997 ], [ -75.208036312408396, 40.045025484159702 ], [ -75.208229424719505, 40.045151392317202 ], [ -75.208429079834403, 40.0453139363022 ], [ -75.208951028694798, 40.045745124887802 ], [ -75.209062258703398, 40.045853243740503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7274, "tnode_": 7230, "lpoly_": null, "rpoly_": null, "length": 451.1877906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT PLEASANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 57470, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700389, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT PLEASANT PL", "stname": "MOUNT PLEASANT PL", "objectid": 27576, "Shape__Length": 179.48258911739595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204996321987906, 40.043710024550698 ], [ -75.205945272603401, 40.043811493585302 ], [ -75.206311865344205, 40.043953411498997 ], [ -75.2063758004535, 40.043936581984198 ], [ -75.206446275279603, 40.043956387775602 ], [ -75.206468627978197, 40.0439933732561 ], [ -75.206459809797096, 40.044029060357502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7105, "tnode_": 7258, "lpoly_": null, "rpoly_": null, "length": 307.87569907, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 852, "l_t_add": 898, "r_f_add": 901, "r_t_add": 903, "st_code": 57420, "l_hundred": 800, "r_hundred": 900, "seg_id": 700390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27577, "Shape__Length": 122.76057012902572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207175828789104, 40.044575401045499 ], [ -75.207756530789098, 40.043857701290698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7415, "tnode_": 7258, "lpoly_": null, "rpoly_": null, "length": 527.28764175000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNT AIRY", "st_type": "TER", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 57395, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOUNT AIRY TER", "stname": "MOUNT AIRY TER", "objectid": 27578, "Shape__Length": 210.00191024688661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206374413465895, 40.043014785021697 ], [ -75.206401321379701, 40.042981059931201 ], [ -75.206443188789905, 40.042983236698703 ], [ -75.206500428750402, 40.042991751801999 ], [ -75.206536242841906, 40.043033951206603 ], [ -75.206541871460004, 40.043094893393999 ], [ -75.207342112215201, 40.043489679301501 ], [ -75.207465654852498, 40.043571476655501 ], [ -75.207756530789098, 40.043857701290698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4109, "tnode_": 4143, "lpoly_": null, "rpoly_": null, "length": 165.18899073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMPANILE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 21105, "l_hundred": 500, "r_hundred": 500, "seg_id": 700392, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMPANILE RD", "stname": "CAMPANILE RD", "objectid": 27579, "Shape__Length": 65.811242573819669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246428765437102, 40.062227942768601 ], [ -75.246869807055802, 40.061926634069799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4280, "tnode_": 4228, "lpoly_": null, "rpoly_": null, "length": 244.58879838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFRY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8610, "r_f_add": 8601, "r_t_add": 8613, "st_code": 16565, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFRY DR", "stname": "BELFRY DR", "objectid": 27580, "Shape__Length": 97.45977630217061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244395733731395, 40.060980900521798 ], [ -75.244755064490604, 40.061290815698896 ], [ -75.244871000434003, 40.0613663235346 ], [ -75.245019930976198, 40.061446243722699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3985, "tnode_": 3978, "lpoly_": null, "rpoly_": null, "length": 159.70625711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOISTER", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 23930, "l_hundred": 500, "r_hundred": 500, "seg_id": 700394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOISTER CIR", "stname": "CLOISTER CIR", "objectid": 27581, "Shape__Length": 63.518853296370033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246835931129795, 40.063125554634198 ], [ -75.247404513954905, 40.063162238386298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4140, "tnode_": 4089, "lpoly_": null, "rpoly_": null, "length": 229.52018609000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEMBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 63740, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEMBROOK RD", "stname": "PEMBROOK RD", "objectid": 27582, "Shape__Length": 91.482281649988579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240533101405006, 40.061864495685803 ], [ -75.2410791093006, 40.062334564440398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3986, "tnode_": 3879, "lpoly_": null, "rpoly_": null, "length": 392.19744735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGYS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 39840, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 700396, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGYS MILL RD", "stname": "HAGYS MILL RD", "objectid": 27583, "Shape__Length": 156.35128765936574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248289171607098, 40.063148587718899 ], [ -75.249177264207603, 40.063981353875903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4143, "tnode_": 3986, "lpoly_": null, "rpoly_": null, "length": 596.64189385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGYS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8652, "l_t_add": 8698, "r_f_add": 8651, "r_t_add": 8699, "st_code": 39840, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700397, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAGYS MILL RD", "stname": "HAGYS MILL RD", "objectid": 27584, "Shape__Length": 237.81138308711201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246869807055802, 40.061926634069799 ], [ -75.248289171607098, 40.063148587718899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6407, "tnode_": 6322, "lpoly_": null, "rpoly_": null, "length": 169.21098098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7526, "l_t_add": 7598, "r_f_add": 7525, "r_t_add": 7599, "st_code": 34820, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 27585, "Shape__Length": 67.477954255885592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240347694703203, 40.048359188614697 ], [ -75.2406593310902, 40.0487571883112 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6474, "tnode_": 6407, "lpoly_": null, "rpoly_": null, "length": 115.51320798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7516, "l_t_add": 7524, "r_f_add": 7517, "r_t_add": 7523, "st_code": 34820, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 27586, "Shape__Length": 46.072572206309054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240154497910694, 40.048079000702003 ], [ -75.240347694703203, 40.048359188614697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6674, "tnode_": 6474, "lpoly_": null, "rpoly_": null, "length": 362.37277921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7500, "l_t_add": 7514, "r_f_add": 7501, "r_t_add": 7515, "st_code": 34820, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOWLER ST", "stname": "FOWLER ST", "objectid": 27587, "Shape__Length": 144.51098659539667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239500266501494, 40.047220669574799 ], [ -75.240154497910694, 40.048079000702003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6623, "tnode_": 6535, "lpoly_": null, "rpoly_": null, "length": 241.05249535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 434, "l_t_add": 454, "r_f_add": 441, "r_t_add": 449, "st_code": 83080, "l_hundred": 400, "r_hundred": 400, "seg_id": 700401, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27588, "Shape__Length": 95.971641411776929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238469294215193, 40.0473600136608 ], [ -75.237945140870494, 40.047590391800099 ], [ -75.237766702171896, 40.047732744964897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4452, "tnode_": 4363, "lpoly_": null, "rpoly_": null, "length": 239.77759754000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8112, "l_t_add": 8198, "r_f_add": 8109, "r_t_add": 8199, "st_code": 49640, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27589, "Shape__Length": 95.631146657610643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2332149167528, 40.059730807862898 ], [ -75.233664053816696, 40.060291295417699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4548, "tnode_": 4452, "lpoly_": null, "rpoly_": null, "length": 251.91810822000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8100, "l_t_add": 8110, "r_f_add": 8101, "r_t_add": 8107, "st_code": 49640, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 700403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27590, "Shape__Length": 100.47109477444576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2327403587053, 40.059143216395299 ], [ -75.2332149167528, 40.059730807862898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4622, "tnode_": 4565, "lpoly_": null, "rpoly_": null, "length": 417.82404753000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEELY", "st_type": "CT", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 47113, "l_hundred": 600, "r_hundred": 600, "seg_id": 700404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEELY CT", "stname": "KEELY CT", "objectid": 27591, "Shape__Length": 166.32708011432905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235865428920604, 40.0584903685494 ], [ -75.234572595065202, 40.059063661408899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4562, "tnode_": 4632, "lpoly_": null, "rpoly_": null, "length": 611.06091716999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CADILLAC", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 20780, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CADILLAC LN", "stname": "CADILLAC LN", "objectid": 27592, "Shape__Length": 243.44580503893178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231180893389705, 40.059065492179101 ], [ -75.230689942812802, 40.058461736158101 ], [ -75.230574026441005, 40.058386213980697 ], [ -75.230456531711397, 40.058353228994697 ], [ -75.230330677503403, 40.058332223970801 ], [ -75.230132521004407, 40.058340041637699 ], [ -75.229843309742606, 40.058455332471397 ], [ -75.229618153768598, 40.058636928094899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8058, "tnode_": 8014, "lpoly_": null, "rpoly_": null, "length": 67.34170107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEROY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 360, "l_t_add": 366, "r_f_add": 361, "r_t_add": 367, "st_code": 50360, "l_hundred": 300, "r_hundred": 300, "seg_id": 700406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEROY ST", "stname": "LEROY ST", "objectid": 27593, "Shape__Length": 26.862760502537586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234022360210304, 40.040271799895102 ], [ -75.233926960263204, 40.040441496266297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7527, "tnode_": 7473, "lpoly_": null, "rpoly_": null, "length": 161.64864598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 540, "r_f_add": 501, "r_t_add": 551, "st_code": 63020, "l_hundred": 500, "r_hundred": 500, "seg_id": 700407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27594, "Shape__Length": 64.332272443065406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225086782065702, 40.042919098480603 ], [ -75.224584372606699, 40.043137734073902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8024, "tnode_": 7926, "lpoly_": null, "rpoly_": null, "length": 362.20898968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6400, "l_t_add": 6426, "r_f_add": 6401, "r_t_add": 6427, "st_code": 41960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27595, "Shape__Length": 144.2433577505173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214570975315397, 40.039945127003499 ], [ -75.214664920437897, 40.040061988760698 ], [ -75.214825271608703, 40.040217571485698 ], [ -75.214965084626996, 40.040287556342697 ], [ -75.215144325261903, 40.040371746800602 ], [ -75.215291918643501, 40.0404346499054 ], [ -75.215545689535503, 40.040572830537002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6823, "tnode_": 6866, "lpoly_": null, "rpoly_": null, "length": 229.89065497000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 12160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 700409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27596, "Shape__Length": 91.502371756526159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209062258703398, 40.045853243740503 ], [ -75.209561964745205, 40.045665262224901 ], [ -75.209623019705603, 40.045616537571199 ], [ -75.2096869991489, 40.0455951913682 ], [ -75.209729945049503, 40.045608280232997 ], [ -75.209759339666803, 40.045649186018302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27875, "tnode_": 7327, "lpoly_": null, "rpoly_": null, "length": 117.58872561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 49640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27597, "Shape__Length": 46.868489184210055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222790325154094, 40.0435841464041 ], [ -75.222881129108998, 40.043695615115098 ], [ -75.223046188997898, 40.043838774490503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6664, "tnode_": 5330, "lpoly_": null, "rpoly_": null, "length": 3943.0158899800003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 68780, "l_hundred": 0, "r_hundred": 0, "seg_id": 700411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIVER RD", "stname": "RIVER RD", "objectid": 27598, "Shape__Length": 1570.9222049369664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2537370646086, 40.047386796923 ], [ -75.253988603625302, 40.047473222484498 ], [ -75.254276906663705, 40.047549134293902 ], [ -75.254541522978002, 40.047597093083901 ], [ -75.254670335371998, 40.047604112275202 ], [ -75.254766377479498, 40.047636691402701 ], [ -75.254846600372403, 40.047664925575504 ], [ -75.254945880031499, 40.047728287698 ], [ -75.255140268883594, 40.047819041116902 ], [ -75.255462773556204, 40.047935791952 ], [ -75.255641629705195, 40.048000881383999 ], [ -75.255784426581599, 40.0480757399813 ], [ -75.256001575559694, 40.048219749607199 ], [ -75.256158976241807, 40.048345577303998 ], [ -75.256456827285206, 40.048538941501803 ], [ -75.256593434601697, 40.048629376994803 ], [ -75.256910754002206, 40.048887417218097 ], [ -75.257175053466398, 40.049093653509701 ], [ -75.257544282180206, 40.049359149482903 ], [ -75.257656589596394, 40.0494417863775 ], [ -75.257786246414199, 40.049575452042603 ], [ -75.257825470985296, 40.049629066483099 ], [ -75.257950182437895, 40.0497478512047 ], [ -75.258287064426597, 40.050071738602497 ], [ -75.258366599212195, 40.050149442822402 ], [ -75.258505033845097, 40.050268524530999 ], [ -75.2587748318591, 40.0504748752534 ], [ -75.259273160596905, 40.050814923742998 ], [ -75.2596856158452, 40.051100344152601 ], [ -75.260143022534706, 40.051433169481903 ], [ -75.260416539918594, 40.051688139995498 ], [ -75.260511925239598, 40.051783069665099 ], [ -75.260634519564803, 40.051884920942399 ], [ -75.260910516334206, 40.0520724070117 ], [ -75.261060321851403, 40.052181179473997 ], [ -75.261162125524095, 40.052250920940502 ], [ -75.261265280595595, 40.052358682499701 ], [ -75.261358656850902, 40.052508442355297 ], [ -75.261456015955602, 40.052624519499602 ], [ -75.261577994440501, 40.0527432408104 ], [ -75.261829955197996, 40.052987187572 ], [ -75.262032561334806, 40.053154086747497 ], [ -75.262453303568194, 40.053481960172903 ], [ -75.262958600887302, 40.0538896056064 ], [ -75.263140881415893, 40.054011741506898 ], [ -75.263311953570394, 40.054139964820699 ], [ -75.2633991140316, 40.054234714800302 ], [ -75.263551945027103, 40.054560933248098 ], [ -75.263632076045099, 40.0547652328749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3607, "tnode_": 3530, "lpoly_": null, "rpoly_": null, "length": 299.14516644000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8584, "l_t_add": 8586, "r_f_add": 8529, "r_t_add": 8535, "st_code": 84060, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27599, "Shape__Length": 119.22987161327177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229356116010095, 40.065709718896201 ], [ -75.230085379600993, 40.066310052687903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6735, "tnode_": 6552, "lpoly_": null, "rpoly_": null, "length": 463.17040733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 84060, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 700413, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27600, "Shape__Length": 184.56222928019542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205894372340893, 40.046132139426298 ], [ -75.207007040776304, 40.047073067495802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3441, "tnode_": 3520, "lpoly_": null, "rpoly_": null, "length": 360.37143994000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANTHONY", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 12810, "l_hundred": 0, "r_hundred": 0, "seg_id": 700415, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANTHONY LN", "stname": "ANTHONY LN", "objectid": 27601, "Shape__Length": 143.58021038570226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240779624243302, 40.067269723251101 ], [ -75.240980556676007, 40.067152033771102 ], [ -75.241111564661097, 40.067049023394198 ], [ -75.241255359161698, 40.066958506748399 ], [ -75.241489555132105, 40.066859784957501 ], [ -75.2414948363881, 40.0667886400866 ], [ -75.241549522089599, 40.066743006737802 ], [ -75.241621314083005, 40.066736429860597 ], [ -75.241670643429899, 40.066763974124598 ], [ -75.2416954216975, 40.066828587057401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27750, "tnode_": 3410, "lpoly_": null, "rpoly_": null, "length": 4038.3164417100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7700, "l_t_add": 8698, "r_f_add": 7701, "r_t_add": 8699, "st_code": 34610, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700416, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2009-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 27602, "Shape__Length": 1610.5103825012877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219697997014705, 40.057796392283102 ], [ -75.219879474090106, 40.057997660091701 ], [ -75.219993308466798, 40.058155912097703 ], [ -75.220134725744202, 40.058396213266299 ], [ -75.220244200204604, 40.058536868945502 ], [ -75.220491910711104, 40.058793308668001 ], [ -75.220604870001196, 40.0589478385427 ], [ -75.2207403964496, 40.059079923013201 ], [ -75.221073102797703, 40.059495739972398 ], [ -75.221224926703897, 40.059669369751802 ], [ -75.221459214554699, 40.059966449423897 ], [ -75.221648997110293, 40.060183485973397 ], [ -75.221809412979894, 40.060339059714003 ], [ -75.221953332220906, 40.060512514509597 ], [ -75.222070290801199, 40.060664513394499 ], [ -75.222239814307201, 40.060895884881603 ], [ -75.2223579737298, 40.061123507875898 ], [ -75.222480418741796, 40.061448533395001 ], [ -75.222558130252594, 40.061699594160402 ], [ -75.222635842372, 40.061950653969603 ], [ -75.222706099213497, 40.062189386295202 ], [ -75.222799856117007, 40.062434718050604 ], [ -75.222901748798193, 40.062674146025799 ], [ -75.223003869703206, 40.062907498095001 ], [ -75.223086112057501, 40.0630370228141 ], [ -75.223412172254001, 40.063364884052703 ], [ -75.223624775859307, 40.063663122663598 ], [ -75.223706097234199, 40.063778262978502 ], [ -75.223766217475102, 40.063903419290298 ], [ -75.2238032182848, 40.064064878330299 ], [ -75.223813648936996, 40.064162335796802 ], [ -75.223822461386902, 40.064306049896203 ], [ -75.223825844315897, 40.0644277585629 ], [ -75.223805726789905, 40.064542869764601 ], [ -75.223724424658798, 40.064671622054099 ], [ -75.223648907002499, 40.064762336231198 ], [ -75.223534373169599, 40.064865596618603 ], [ -75.223426526185804, 40.064948090036502 ], [ -75.223304495468398, 40.065036632497304 ], [ -75.223175462062002, 40.0651006939827 ], [ -75.223054790132394, 40.065152775775097 ], [ -75.223006657133098, 40.065169962413897 ], [ -75.2229185264286, 40.065198432830499 ], [ -75.222758081607907, 40.065255721331802 ], [ -75.222557413458304, 40.065330370043903 ], [ -75.2223888337235, 40.065393561730303 ], [ -75.222180254574099, 40.0654680357841 ], [ -75.222011674179598, 40.065531226016503 ], [ -75.221539365021897, 40.065703966914597 ], [ -75.221382009286202, 40.065776125773702 ], [ -75.221276032223599, 40.065853016374 ], [ -75.221126298746896, 40.065972155656198 ], [ -75.221019113802598, 40.066081428257597 ], [ -75.220929320413802, 40.066227094532401 ], [ -75.220861866763599, 40.0664020599705 ], [ -75.220841442639994, 40.066538830255404 ], [ -75.220828793056796, 40.0666606060988 ], [ -75.220827706563597, 40.066815426375101 ], [ -75.2208317746299, 40.066869051264803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27989, "tnode_": 3879, "lpoly_": null, "rpoly_": null, "length": 1859.1401987300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 101, "l_t_add": 399, "r_f_add": 100, "r_t_add": 398, "st_code": 73720, "l_hundred": 100, "r_hundred": 100, "seg_id": 700419, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRING LN", "stname": "SPRING LN", "objectid": 27603, "Shape__Length": 740.66265560758768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254172129191701, 40.060617738083003 ], [ -75.254119669175196, 40.060654750812603 ], [ -75.254017947030903, 40.0607264373349 ], [ -75.253683741735003, 40.060938625647303 ], [ -75.252792919360601, 40.061546265788301 ], [ -75.251116528434295, 40.062672004829203 ], [ -75.250285632363102, 40.063233905377501 ], [ -75.249361435864401, 40.063863987337498 ], [ -75.249177264207603, 40.063981353875903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4165, "tnode_": 4106, "lpoly_": null, "rpoly_": null, "length": 232.18774405000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 558, "l_t_add": 598, "r_f_add": 559, "r_t_add": 599, "st_code": 21920, "l_hundred": 500, "r_hundred": 500, "seg_id": 700420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27604, "Shape__Length": 92.490383860848027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243207876238003, 40.061767715943802 ], [ -75.242942795048904, 40.061926354873798 ], [ -75.242568608650501, 40.062173614087598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4008, "tnode_": 3925, "lpoly_": null, "rpoly_": null, "length": 226.97244050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VESTRY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 79990, "l_hundred": 500, "r_hundred": 500, "seg_id": 700421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VESTRY CIR", "stname": "VESTRY CIR", "objectid": 27605, "Shape__Length": 90.62217759895168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245949288077, 40.062975407918998 ], [ -75.245985457107906, 40.063123896055302 ], [ -75.245946213361805, 40.063594930811703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4070, "tnode_": 3983, "lpoly_": null, "rpoly_": null, "length": 334.27562941000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRELATE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 65530, "l_hundred": 500, "r_hundred": 500, "seg_id": 700422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRELATE CIR", "stname": "PRELATE CIR", "objectid": 27606, "Shape__Length": 133.20891091583616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245351581483405, 40.0623651614575 ], [ -75.245265139271396, 40.062481783301799 ], [ -75.244515956190597, 40.063013172539399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5096, "tnode_": 4839, "lpoly_": null, "rpoly_": null, "length": 780.88968034999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIA", "st_type": "PL", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 25100, "l_hundred": 700, "r_hundred": 700, "seg_id": 700423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIA PL", "stname": "CORNELIA PL", "objectid": 27607, "Shape__Length": 311.19544351735004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213758674207199, 40.055226826532703 ], [ -75.211860280354699, 40.056797516931297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4385, "tnode_": 4320, "lpoly_": null, "rpoly_": null, "length": 221.12502619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEELY", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 47115, "l_hundred": 800, "r_hundred": 800, "seg_id": 700424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEELY PL", "stname": "KEELY PL", "objectid": 27608, "Shape__Length": 88.152590482438214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232312509766999, 40.060082207786202 ], [ -75.232138168300096, 40.060172034819097 ], [ -75.231991305649004, 40.060290450428298 ], [ -75.231890990898606, 40.060434213702599 ], [ -75.231844630597095, 40.060547781411202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7475, "tnode_": 7051, "lpoly_": null, "rpoly_": null, "length": 1444.2886538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOMINO", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 453, "l_t_add": 499, "r_f_add": 440, "r_t_add": 498, "st_code": 28840, "l_hundred": 400, "r_hundred": 400, "seg_id": 700425, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOMINO LN", "stname": "DOMINO LN", "objectid": 27609, "Shape__Length": 574.81206489266003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236520999786805, 40.043368966090398 ], [ -75.233844390234907, 40.044570712977503 ], [ -75.232043408962795, 40.045337303355701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4106, "tnode_": 3852, "lpoly_": null, "rpoly_": null, "length": 1055.2527162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 21920, "l_hundred": 600, "r_hundred": 600, "seg_id": 700426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 27610, "Shape__Length": 420.36482979792993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242568608650501, 40.062173614087598 ], [ -75.240828848754404, 40.063283053396603 ], [ -75.240569905125298, 40.0634491731943 ], [ -75.239670346465203, 40.064026256161299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6621, "tnode_": 6721, "lpoly_": null, "rpoly_": null, "length": 241.09320861999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VOIGT", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 80310, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VOIGT RD", "stname": "VOIGT RD", "objectid": 27611, "Shape__Length": 96.101900395093281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219950335261203, 40.046961256732502 ], [ -75.219427974260896, 40.046435091671498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7898, "tnode_": 7920, "lpoly_": null, "rpoly_": null, "length": 248.65067542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALKOP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 72100, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 700429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALKOP ST", "stname": "SHALKOP ST", "objectid": 27612, "Shape__Length": 98.878714985431074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220729153056993, 40.040849270780399 ], [ -75.220640710035397, 40.040862724031697 ], [ -75.219863986973095, 40.040722351604202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3666, "tnode_": 3728, "lpoly_": null, "rpoly_": null, "length": 362.5592811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 52140, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 27613, "Shape__Length": 144.44577142595705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231630585746501, 40.065260642230697 ], [ -75.231103313561405, 40.064807945597501 ], [ -75.231026029198205, 40.064757597805098 ], [ -75.230907846221598, 40.064742843553098 ], [ -75.230820622078696, 40.064747013015698 ], [ -75.230668651410298, 40.064842394831103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7004, "tnode_": 6930, "lpoly_": null, "rpoly_": null, "length": 248.04049671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDSALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 30870, "l_hundred": 300, "r_hundred": 300, "seg_id": 700431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDSALL ST", "stname": "EDSALL ST", "objectid": 27614, "Shape__Length": 98.718545448210406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244808860361005, 40.045797526869002 ], [ -75.244750173284601, 40.045779800345002 ], [ -75.244589703437299, 40.045843349575598 ], [ -75.244038380494302, 40.046096724035102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7004, "tnode_": 6855, "lpoly_": null, "rpoly_": null, "length": 275.83148353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7501, "l_t_add": 7599, "r_f_add": 7500, "r_t_add": 7598, "st_code": 72280, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 700432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAW ST", "stname": "SHAW ST", "objectid": 27615, "Shape__Length": 109.97880468600316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244808860361005, 40.045797526869002 ], [ -75.244873780588193, 40.045828592391999 ], [ -75.245301671372602, 40.046349171191402 ], [ -75.245331993306706, 40.046428482377898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7196, "tnode_": 7129, "lpoly_": null, "rpoly_": null, "length": 235.06872801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 340, "r_f_add": 301, "r_t_add": 349, "st_code": 83080, "l_hundred": 300, "r_hundred": 300, "seg_id": 700433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27616, "Shape__Length": 93.581729809803832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244077137656504, 40.044837176681199 ], [ -75.243637340111306, 40.045055700754503 ], [ -75.243383222820299, 40.0451999375207 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4109, "tnode_": 3985, "lpoly_": null, "rpoly_": null, "length": 366.02029101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFRY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8640, "l_t_add": 8658, "r_f_add": 8639, "r_t_add": 8653, "st_code": 16565, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFRY DR", "stname": "BELFRY DR", "objectid": 27617, "Shape__Length": 146.0353980610397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246428765437102, 40.062227942768601 ], [ -75.246782273329998, 40.062551334696401 ], [ -75.246826810737005, 40.0626313666641 ], [ -75.246846725058504, 40.062735188886997 ], [ -75.246835931129795, 40.063125554634198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4228, "tnode_": 4109, "lpoly_": null, "rpoly_": null, "length": 497.68132126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFRY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8612, "l_t_add": 8638, "r_f_add": 8615, "r_t_add": 8637, "st_code": 16565, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 700435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFRY DR", "stname": "BELFRY DR", "objectid": 27618, "Shape__Length": 198.21016353716527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245019930976198, 40.061446243722699 ], [ -75.245660573315803, 40.061632884884503 ], [ -75.245792328123997, 40.061708736532204 ], [ -75.246428765437102, 40.062227942768601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5908, "tnode_": 5849, "lpoly_": null, "rpoly_": null, "length": 493.82694149000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 641, "l_t_add": 699, "r_f_add": 680, "r_t_add": 698, "st_code": 68040, "l_hundred": 600, "r_hundred": 600, "seg_id": 700436, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENZ ST", "stname": "RENZ ST", "objectid": 27619, "Shape__Length": 196.49453709992153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229535093172998, 40.050559592414899 ], [ -75.228953911853907, 40.050821757727597 ], [ -75.228727469917303, 40.050914961574598 ], [ -75.228425862009701, 40.050938750532502 ], [ -75.227927091480595, 40.0508009897083 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7682, "tnode_": 7495, "lpoly_": null, "rpoly_": null, "length": 406.06885868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SILVERWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 72880, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SILVERWOOD ST", "stname": "SILVERWOOD ST", "objectid": 27620, "Shape__Length": 161.92000252959426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231985143194194, 40.042287751165297 ], [ -75.232729389425103, 40.043244498298897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7281, "tnode_": 6664, "lpoly_": null, "rpoly_": null, "length": 1431.4138757000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 59920, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIXON ST", "stname": "NIXON ST", "objectid": 27621, "Shape__Length": 570.23474070776126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250071910044696, 40.0446612659821 ], [ -75.250354659509298, 40.044862010749704 ], [ -75.251639123032206, 40.045704394872402 ], [ -75.252260285922304, 40.046102655706001 ], [ -75.252434239181994, 40.046241241756903 ], [ -75.252614979143402, 40.046394017857402 ], [ -75.253401695949904, 40.047084021276497 ], [ -75.253704985934107, 40.047358528758302 ], [ -75.2537370646086, 40.047386796923 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7641, "tnode_": 7281, "lpoly_": null, "rpoly_": null, "length": 934.97391255999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIXON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5200, "l_t_add": 7798, "r_f_add": 5201, "r_t_add": 7799, "st_code": 59920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 700439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIXON ST", "stname": "NIXON ST", "objectid": 27622, "Shape__Length": 372.51318397772621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247770747427296, 40.042806891469802 ], [ -75.247898446918498, 40.042911932618601 ], [ -75.248405264213005, 40.043330443996801 ], [ -75.2496071085464, 40.044214128164 ], [ -75.249966854129895, 40.044544286571004 ], [ -75.250071910044696, 40.0446612659821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7281, "tnode_": 6719, "lpoly_": null, "rpoly_": null, "length": 1097.4825423100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6, "l_t_add": 98, "r_f_add": 15, "r_t_add": 99, "st_code": 72300, "l_hundred": 0, "r_hundred": 0, "seg_id": 700440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27623, "Shape__Length": 437.44766281138209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250071910044696, 40.0446612659821 ], [ -75.249909699087297, 40.044739990565802 ], [ -75.249626761729701, 40.044980973472597 ], [ -75.249273343217197, 40.045349608728898 ], [ -75.247936070183101, 40.046733126228901 ], [ -75.247682016455499, 40.047034735089099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7188, "tnode_": 7124, "lpoly_": null, "rpoly_": null, "length": 832.58426658999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 7002, "r_f_add": 6901, "r_t_add": 6999, "st_code": 79620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700446, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY AVE", "stname": "VALLEY AVE", "objectid": 27624, "Shape__Length": 331.11351684694489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217848098666906, 40.044352809100097 ], [ -75.218378347857893, 40.044351769703397 ], [ -75.219203613881305, 40.044388889824397 ], [ -75.2196124884683, 40.044458714483298 ], [ -75.220228405698506, 40.044605896180698 ], [ -75.220732822246106, 40.044780068623702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8379, "tnode_": 8280, "lpoly_": null, "rpoly_": null, "length": 260.97669524000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6500, "l_t_add": 6524, "r_f_add": 6501, "r_t_add": 6599, "st_code": 68280, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 700448, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27625, "Shape__Length": 104.06477541585002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2228111522967, 40.038121115119402 ], [ -75.223161507805699, 40.038578882433903 ], [ -75.2232735695396, 40.038742954781902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7820, "tnode_": 7811, "lpoly_": null, "rpoly_": null, "length": 488.40443544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 49640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 700450, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27626, "Shape__Length": 194.18377978306248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219715277883594, 40.0412358229663 ], [ -75.220124651934796, 40.041258361189698 ], [ -75.221457296068195, 40.041303561714699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8291, "tnode_": 8206, "lpoly_": null, "rpoly_": null, "length": 224.26139751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHIAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 54340, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 700452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHIAS ST", "stname": "MATTHIAS ST", "objectid": 27627, "Shape__Length": 89.432335104165446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2218138176449, 40.038592708079399 ], [ -75.222016646198398, 40.038880938422302 ], [ -75.222194445953505, 40.039134371583501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8206, "tnode_": 7898, "lpoly_": null, "rpoly_": null, "length": 793.77658661000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERLOOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 62060, "l_hundred": 500, "r_hundred": 500, "seg_id": 700454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERLOOK RD", "stname": "OVERLOOK RD", "objectid": 27628, "Shape__Length": 316.40416614162456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222194445953505, 40.039134371583501 ], [ -75.222032576150895, 40.0392426246515 ], [ -75.221388323943401, 40.0395446945695 ], [ -75.221282602298203, 40.039621429625903 ], [ -75.221232629061802, 40.0396770535095 ], [ -75.221038182919003, 40.039901711324802 ], [ -75.220931770556007, 40.040220300749397 ], [ -75.220826403490804, 40.040581300501799 ], [ -75.220777152909506, 40.040810992876999 ], [ -75.220729153056993, 40.040849270780399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7988, "tnode_": 7908, "lpoly_": null, "rpoly_": null, "length": 223.79896615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6400, "l_t_add": 6436, "r_f_add": 6401, "r_t_add": 6431, "st_code": 49640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27629, "Shape__Length": 89.247556179915193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216422637686094, 40.040191390173199 ], [ -75.216624520535902, 40.040456058365301 ], [ -75.216807848059602, 40.040729433253603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8181, "tnode_": 8072, "lpoly_": null, "rpoly_": null, "length": 222.87416091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHALKOP", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6400, "l_t_add": 6430, "r_f_add": 6401, "r_t_add": 6431, "st_code": 72100, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHALKOP ST", "stname": "SHALKOP ST", "objectid": 27630, "Shape__Length": 88.868563349286362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218554064757001, 40.039283641332297 ], [ -75.2187647250244, 40.039548020664498 ], [ -75.218958677915495, 40.039810423143898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8301, "tnode_": 8216, "lpoly_": null, "rpoly_": null, "length": 213.01585032000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELWOOD", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 41420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZELWOOD LN", "stname": "HAZELWOOD LN", "objectid": 27631, "Shape__Length": 84.954309207123288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220358235313896, 40.038534247900998 ], [ -75.220539797665396, 40.038807058794099 ], [ -75.220703534799995, 40.039055298601703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7926, "tnode_": 7566, "lpoly_": null, "rpoly_": null, "length": 1037.25157917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6428, "l_t_add": 6498, "r_f_add": 6429, "r_t_add": 6499, "st_code": 41960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27632, "Shape__Length": 413.30384956846115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215545689535503, 40.040572830537002 ], [ -75.215686505952803, 40.0406744625624 ], [ -75.215814179227394, 40.040787624636202 ], [ -75.216067970851597, 40.041053865185702 ], [ -75.216348246496295, 40.041388462369703 ], [ -75.216508832707206, 40.0415379660285 ], [ -75.216671460219501, 40.0416327788407 ], [ -75.216991305541995, 40.0417553853611 ], [ -75.217327192468602, 40.041872263827102 ], [ -75.217597107909498, 40.042060666792104 ], [ -75.217800827680307, 40.042326673305901 ], [ -75.217907743063506, 40.042639417480402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8148, "tnode_": 7920, "lpoly_": null, "rpoly_": null, "length": 477.64475822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUNTAIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 546, "l_t_add": 570, "r_f_add": 557, "r_t_add": 573, "st_code": 34780, "l_hundred": 500, "r_hundred": 500, "seg_id": 700464, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOUNTAIN ST", "stname": "FOUNTAIN ST", "objectid": 27633, "Shape__Length": 190.61766061759866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220221831537998, 40.039440385796802 ], [ -75.220140427676895, 40.039755864599499 ], [ -75.219863986973095, 40.040722351604202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8072, "tnode_": 7908, "lpoly_": null, "rpoly_": null, "length": 689.01874755999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRWAY", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 566, "l_t_add": 598, "r_f_add": 561, "r_t_add": 599, "st_code": 33360, "l_hundred": 500, "r_hundred": 500, "seg_id": 700470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRWAY TER", "stname": "FAIRWAY TER", "objectid": 27634, "Shape__Length": 274.19452670707096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218958677915495, 40.039810423143898 ], [ -75.218602334600106, 40.039961855182597 ], [ -75.218491423226794, 40.040008987337302 ], [ -75.216807848059602, 40.040729433253603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7908, "tnode_": 7829, "lpoly_": null, "rpoly_": null, "length": 249.83176924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6438, "l_t_add": 6458, "r_f_add": 6433, "r_t_add": 6447, "st_code": 49640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 700472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27635, "Shape__Length": 99.505211814069412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216807848059602, 40.040729433253603 ], [ -75.217050151193803, 40.041026873829601 ], [ -75.217189967001801, 40.041096855950599 ], [ -75.217315733891695, 40.041132974975 ], [ -75.217446739247606, 40.041156699001803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8509, "tnode_": 8479, "lpoly_": null, "rpoly_": null, "length": 191.41810317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6400, "l_t_add": 6432, "r_f_add": 6343, "r_t_add": 6399, "st_code": 68280, "l_hundred": 6400, "r_hundred": 6300, "seg_id": 700474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 27636, "Shape__Length": 76.150676918182668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220671909537302, 40.037313495023 ], [ -75.221295892214997, 40.037528145484103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8185, "tnode_": 8039, "lpoly_": null, "rpoly_": null, "length": 330.51737552999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6318, "l_t_add": 6398, "r_f_add": 6317, "r_t_add": 6399, "st_code": 49640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 700476, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON ST", "stname": "LAWNTON ST", "objectid": 27637, "Shape__Length": 131.78204849622932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216358673858693, 40.039172611867897 ], [ -75.216619679017597, 40.039495776000898 ], [ -75.216784912158005, 40.0396887541051 ], [ -75.216976244734596, 40.039945543143503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8181, "tnode_": 8039, "lpoly_": null, "rpoly_": null, "length": 503.30334954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 560, "l_t_add": 588, "r_f_add": 559, "r_t_add": 599, "st_code": 11260, "l_hundred": 500, "r_hundred": 500, "seg_id": 700479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACORN ST", "stname": "ACORN ST", "objectid": 27638, "Shape__Length": 200.28209092090387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218554064757001, 40.039283641332297 ], [ -75.217659332533799, 40.039656819852397 ], [ -75.216976244734596, 40.039945543143503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8479, "tnode_": 8301, "lpoly_": null, "rpoly_": null, "length": 455.21648523000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACORN", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 526, "r_f_add": 501, "r_t_add": 523, "st_code": 11260, "l_hundred": 500, "r_hundred": 500, "seg_id": 700482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACORN ST", "stname": "ACORN ST", "objectid": 27639, "Shape__Length": 181.44662813211499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221295892214997, 40.037528145484103 ], [ -75.221111595201805, 40.037817291242099 ], [ -75.220956255237198, 40.038029545344401 ], [ -75.220694739731698, 40.038283327207999 ], [ -75.220358235313896, 40.038534247900998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7124, "tnode_": 6794, "lpoly_": null, "rpoly_": null, "length": 938.52987212000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 51225, "l_hundred": 700, "r_hundred": 700, "seg_id": 700486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIVEZEY LN", "stname": "LIVEZEY LN", "objectid": 27640, "Shape__Length": 373.54838692178157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220732822246106, 40.044780068623702 ], [ -75.218332894825195, 40.045867890654499 ], [ -75.2181335945521, 40.045958490343303 ], [ -75.217845735161603, 40.046089347574302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8280, "tnode_": 7811, "lpoly_": null, "rpoly_": null, "length": 1067.7795003900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 37680, "l_hundred": 500, "r_hundred": 500, "seg_id": 700494, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORGAS LN", "stname": "GORGAS LN", "objectid": 27641, "Shape__Length": 425.807872038509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2232735695396, 40.038742954781902 ], [ -75.223186423347499, 40.0388544560208 ], [ -75.222274474758294, 40.039898338769902 ], [ -75.222211344904807, 40.039997457458099 ], [ -75.2217364874612, 40.040937261342798 ], [ -75.221616842845506, 40.041117368859503 ], [ -75.221457296068195, 40.041303561714699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6571, "tnode_": 6383, "lpoly_": null, "rpoly_": null, "length": 462.9575239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREASE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7016, "l_t_add": 7036, "r_f_add": 7011, "r_t_add": 7037, "st_code": 25640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 700504, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREASE LN", "stname": "CREASE LN", "objectid": 27642, "Shape__Length": 184.38019461647656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218822463768703, 40.047216074027098 ], [ -75.219094592680804, 40.047311805442099 ], [ -75.219249557389304, 40.047400363641501 ], [ -75.219380801732797, 40.047488399993 ], [ -75.219604889944094, 40.047633215942298 ], [ -75.219858795288303, 40.047827341971001 ], [ -75.220085470834306, 40.048018059331199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3563, "tnode_": 3548, "lpoly_": null, "rpoly_": null, "length": 86.28606253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 816, "l_t_add": 818, "r_f_add": 815, "r_t_add": 817, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 700505, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 27643, "Shape__Length": 34.336343260994788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236065578204602, 40.066220924141703 ], [ -75.235778174874298, 40.066306623712698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6772, "tnode_": 6742, "lpoly_": null, "rpoly_": null, "length": 59.80546302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 424, "l_t_add": 432, "r_f_add": 425, "r_t_add": 439, "st_code": 83080, "l_hundred": 400, "r_hundred": 400, "seg_id": 700506, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27644, "Shape__Length": 23.80113453500628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240139875304095, 40.046702100565199 ], [ -75.239952297403704, 40.046780650947099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6417, "tnode_": 6468, "lpoly_": null, "rpoly_": null, "length": 39.68482557, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 800, "r_f_add": 801, "r_t_add": 801, "st_code": 12160, "l_hundred": 800, "r_hundred": 800, "seg_id": 700507, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27645, "Shape__Length": 15.806805130819813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206529058340095, 40.047498704074599 ], [ -75.206635331727398, 40.047426613629902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7258, "tnode_": 28838, "lpoly_": null, "rpoly_": null, "length": 361.78260887, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 900, "l_t_add": 958, "r_f_add": 905, "r_t_add": 959, "st_code": 57420, "l_hundred": 900, "r_hundred": 900, "seg_id": 700508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-09-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27646, "Shape__Length": 144.05774526574294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207756530789098, 40.043857701290698 ], [ -75.207901331002603, 40.043738786023098 ], [ -75.207970430630496, 40.043645758794902 ], [ -75.2080328860566, 40.043584104196199 ], [ -75.208108450814706, 40.043537447584598 ], [ -75.2082844411417, 40.043473230706198 ], [ -75.208399521290701, 40.043430420653898 ], [ -75.208525524050003, 40.043371571075703 ], [ -75.208755386027306, 40.043272296340398 ], [ -75.208761751369096, 40.043267950178503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27879, "tnode_": 26771, "lpoly_": null, "rpoly_": null, "length": 261.101994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUIM MOIR", "st_type": "CT", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 4, "l_t_add": 98, "r_f_add": 3, "r_t_add": 99, "st_code": 29204, "l_hundred": 0, "r_hundred": 0, "seg_id": 700513, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUIM MOIR CT", "stname": "DRUIM MOIR CT", "objectid": 27647, "Shape__Length": 104.00180389441287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214637675701397, 40.059059909695101 ], [ -75.214667921606207, 40.0591005156355 ], [ -75.215128354096606, 40.059374716521504 ], [ -75.215177568744494, 40.059371363972502 ], [ -75.215238743763294, 40.0593310370338 ], [ -75.215354999606205, 40.0592472807391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26769, "tnode_": 26770, "lpoly_": null, "rpoly_": null, "length": 1788.8202629800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUIM MOIR", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 6, "l_t_add": 98, "r_f_add": 9, "r_t_add": 99, "st_code": 29205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700514, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUIM MOIR LN", "stname": "DRUIM MOIR LN", "objectid": 27648, "Shape__Length": 712.47718777426792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214714841013503, 40.058941768924399 ], [ -75.214848807553693, 40.0589735955908 ], [ -75.215040468827496, 40.0590040388863 ], [ -75.215172199581701, 40.058974074983098 ], [ -75.215293144656698, 40.058905740073001 ], [ -75.215424566255507, 40.058788821906802 ], [ -75.215529675752194, 40.058757858591598 ], [ -75.215631072529106, 40.058749000349998 ], [ -75.215882412250096, 40.058712443188099 ], [ -75.216010078521407, 40.058684850224402 ], [ -75.216051435362203, 40.058637108469199 ], [ -75.216069067554301, 40.058588843476798 ], [ -75.216071110311802, 40.058534152940297 ], [ -75.216073380072203, 40.058473384777002 ], [ -75.216052380386202, 40.058399940861399 ], [ -75.216086054653701, 40.058345947931201 ], [ -75.216079962256899, 40.0582971597129 ], [ -75.216025513022799, 40.058271631942297 ], [ -75.215979582253794, 40.058275018519197 ], [ -75.215865643767501, 40.058303332276097 ], [ -75.215719843836695, 40.058270181685799 ], [ -75.215506251161798, 40.058148646883097 ], [ -75.215379752887202, 40.057996018673798 ], [ -75.215292849325195, 40.0579148831116 ], [ -75.2151261031009, 40.057771334415499 ], [ -75.214964801486104, 40.057640059149001 ], [ -75.214606933181301, 40.057474036558098 ], [ -75.214434771558103, 40.057421583419398 ], [ -75.214229616369593, 40.0574048922524 ], [ -75.214031460726801, 40.057412682158301 ], [ -75.213831487680906, 40.057469085500301 ], [ -75.213652965436907, 40.057586780312199 ], [ -75.213385864349902, 40.057745090533601 ], [ -75.213200342618194, 40.057838302288403 ], [ -75.213046906138203, 40.057920058745502 ], [ -75.212948145516506, 40.058021268457999 ], [ -75.212911513436197, 40.058154257806201 ], [ -75.212906968337094, 40.058275792209102 ], [ -75.212798711991695, 40.058428599526998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4250, "tnode_": 26769, "lpoly_": null, "rpoly_": null, "length": 1428.0404654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUIM MOIR", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 4, "r_f_add": 1, "r_t_add": 7, "st_code": 29205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700515, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUIM MOIR LN", "stname": "DRUIM MOIR LN", "objectid": 27649, "Shape__Length": 568.88753272885356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210966681585305, 40.060582232958602 ], [ -75.211081164307799, 40.060499059731903 ], [ -75.2111934603316, 40.060430537873003 ], [ -75.211453982242801, 40.060336446295999 ], [ -75.211835186700498, 40.060258333290697 ], [ -75.211937414432199, 40.060227309517501 ], [ -75.212112289494797, 40.060106917406799 ], [ -75.212409439407494, 40.059882721301001 ], [ -75.2124809250016, 40.059824391798401 ], [ -75.212645915032695, 40.059659403737903 ], [ -75.213657529244799, 40.058575229979702 ], [ -75.213726623347796, 40.058558314492302 ], [ -75.214023218852006, 40.058580393613298 ], [ -75.214177941119402, 40.058612653072899 ], [ -75.214346178892598, 40.058669618627803 ], [ -75.214510785625393, 40.058746472615397 ], [ -75.214649095388197, 40.058831621811102 ], [ -75.214690965353796, 40.0588702659918 ], [ -75.214714841013503, 40.058941768924399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26802, "tnode_": 26801, "lpoly_": null, "rpoly_": null, "length": 197.22678912000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GINGER", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 36950, "l_hundred": 300, "r_hundred": 300, "seg_id": 700517, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-08-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GINGER LN", "stname": "GINGER LN", "objectid": 27650, "Shape__Length": 78.588223803172355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229634406799505, 40.039370854448499 ], [ -75.229456626532397, 40.0395464540102 ], [ -75.229333512455597, 40.039647464022103 ], [ -75.2293167713445, 40.039679008058997 ], [ -75.229315586978302, 40.039710892584701 ], [ -75.229325514363495, 40.039723077446297 ], [ -75.229350701234694, 40.039743574574302 ], [ -75.229438418331299, 40.039768728888703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26801, "tnode_": 26803, "lpoly_": null, "rpoly_": null, "length": 179.4145248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 302, "l_t_add": 382, "r_f_add": 303, "r_t_add": 367, "st_code": 63020, "l_hundred": 300, "r_hundred": 300, "seg_id": 700518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27651, "Shape__Length": 71.473267668861297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229438418331299, 40.039768728888703 ], [ -75.228987449268999, 40.040118617126801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26804, "tnode_": 26803, "lpoly_": null, "rpoly_": null, "length": 190.24851436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMON", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6729, "r_t_add": 6799, "st_code": 23225, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700519, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMON DR", "stname": "CINNAMON DR", "objectid": 27652, "Shape__Length": 75.767002902883135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228474639996094, 40.0397759932642 ], [ -75.228987449268999, 40.040118617126801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26806, "tnode_": 26804, "lpoly_": null, "rpoly_": null, "length": 289.3856708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CINNAMON", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6727, "st_code": 23225, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 700520, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CINNAMON DR", "stname": "CINNAMON DR", "objectid": 27653, "Shape__Length": 115.35314258237078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2278739348437, 40.039129553345603 ], [ -75.228474639996094, 40.0397759932642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26805, "tnode_": 26804, "lpoly_": null, "rpoly_": null, "length": 269.56169115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 70670, "l_hundred": 300, "r_hundred": 300, "seg_id": 700521, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGE LN", "stname": "SAGE LN", "objectid": 27654, "Shape__Length": 107.46635703444187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229002225077906, 40.0391578452533 ], [ -75.228874923366007, 40.039289127280902 ], [ -75.228780190328607, 40.039419894195099 ], [ -75.228474639996094, 40.0397759932642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26807, "tnode_": 26806, "lpoly_": null, "rpoly_": null, "length": 185.45274308999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THYME", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 77230, "l_hundred": 300, "r_hundred": 300, "seg_id": 700522, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THYME LN", "stname": "THYME LN", "objectid": 27655, "Shape__Length": 73.798444934345042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228454094300304, 40.038883952216402 ], [ -75.2278739348437, 40.039129553345603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26803, "tnode_": 7929, "lpoly_": null, "rpoly_": null, "length": 367.14635084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 384, "l_t_add": 398, "r_f_add": 369, "r_t_add": 399, "st_code": 63020, "l_hundred": 300, "r_hundred": 300, "seg_id": 700523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKER AVE", "stname": "PARKER AVE", "objectid": 27656, "Shape__Length": 146.28624184760983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228987449268999, 40.040118617126801 ], [ -75.228106207287198, 40.040864940556602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4246, "tnode_": 26870, "lpoly_": null, "rpoly_": null, "length": 527.14459563000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8300, "l_t_add": 8328, "r_f_add": 8301, "r_t_add": 8329, "st_code": 41960, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 700531, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27657, "Shape__Length": 210.1902047475252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.236222123783506, 40.061095444761897 ], [ -75.236259282825401, 40.061308323137197 ], [ -75.236555560100697, 40.061643215827601 ], [ -75.237100640005295, 40.0620991022314 ], [ -75.237272026271896, 40.062260463343002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5480, "tnode_": 26843, "lpoly_": null, "rpoly_": null, "length": 911.43311923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GETTYSBURG", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 36740, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 700532, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GETTYSBURG AVE", "stname": "GETTYSBURG AVE", "objectid": 27658, "Shape__Length": 363.04451229918533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240067991927901, 40.053309835010502 ], [ -75.240150635249094, 40.053273553801397 ], [ -75.240223061557401, 40.053233696753701 ], [ -75.240295890796702, 40.053182944676699 ], [ -75.240391890877703, 40.0531196118162 ], [ -75.240472985472906, 40.053075583173701 ], [ -75.240562184409299, 40.053042635282999 ], [ -75.240660051864694, 40.053005514966202 ], [ -75.240765540037998, 40.052992552584001 ], [ -75.240881888254293, 40.052992912371103 ], [ -75.240969716828104, 40.052997011796698 ], [ -75.241108348187595, 40.053008762680903 ], [ -75.241181917561306, 40.0530147318497 ], [ -75.241218943447294, 40.053011177791099 ], [ -75.241264719627694, 40.053001272706503 ], [ -75.2412965577265, 40.052984520258498 ], [ -75.241339981152393, 40.0529614777871 ], [ -75.241439378969304, 40.052882951893302 ], [ -75.241524193936996, 40.052815012197101 ], [ -75.241600502520299, 40.052746886716598 ], [ -75.241671220301001, 40.0526764587282 ], [ -75.241701591581204, 40.052622597502598 ], [ -75.241720217625399, 40.052579384524201 ], [ -75.241754151251897, 40.0525059720906 ], [ -75.2417641881663, 40.0524647519807 ], [ -75.241757212686394, 40.052423161351101 ], [ -75.241724794598298, 40.052378833945802 ], [ -75.241678036929898, 40.052338555146903 ], [ -75.241567748787503, 40.052251089180402 ], [ -75.2415144326948, 40.052234657779799 ], [ -75.241458281602604, 40.0522181653525 ], [ -75.241422303678206, 40.052193388198098 ], [ -75.241405691911396, 40.052182120787599 ], [ -75.241361851282704, 40.0521397251512 ], [ -75.241330239375102, 40.0520736049573 ], [ -75.241318236501996, 40.052014456837 ], [ -75.241288089848197, 40.0519854452766 ], [ -75.241243765938904, 40.051956125020403 ], [ -75.241190773633207, 40.0519309771447 ], [ -75.241160386494002, 40.0519085032888 ], [ -75.241116142113896, 40.051877003420103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5558, "tnode_": 26844, "lpoly_": null, "rpoly_": null, "length": 615.74567985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIGARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 83080, "l_hundred": 700, "r_hundred": 700, "seg_id": 700533, "oneway": "B", "class": 4, "responsibl": "FAIRMOUNT PARK", "update_": "2002-10-29T00:00:00Z", "newsegdate": "1999-12-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WIGARD AVE", "stname": "WIGARD AVE", "objectid": 27659, "Shape__Length": 245.10544108758748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227164628533501, 40.0525431058782 ], [ -75.225273747239697, 40.053406598961303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4299, "tnode_": 26871, "lpoly_": null, "rpoly_": null, "length": 99.01799632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVINS", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 718, "l_t_add": 798, "r_f_add": 719, "r_t_add": 799, "st_code": 45200, "l_hundred": 700, "r_hundred": 700, "seg_id": 700536, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVINS RD", "stname": "IVINS RD", "objectid": 27660, "Shape__Length": 39.380470167692145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238853534549193, 40.060824795536497 ], [ -75.238501108705194, 40.060848294947903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4471, "tnode_": 26871, "lpoly_": null, "rpoly_": null, "length": 405.64239305999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700537, "oneway": "FT", "class": 9, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27661, "Shape__Length": 161.90935742113015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238184380403297, 40.059780428664901 ], [ -75.238240016788694, 40.059952376375499 ], [ -75.238394034172799, 40.060160969954602 ], [ -75.238454520402797, 40.060346842047302 ], [ -75.238504156321994, 40.060589018602997 ], [ -75.238511497620493, 40.060769813285198 ], [ -75.238501108705194, 40.060848294947903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26872, "tnode_": 26873, "lpoly_": null, "rpoly_": null, "length": 487.92610796000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700538, "oneway": "TF", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27662, "Shape__Length": 194.29611117928798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237700946445798, 40.061792488323903 ], [ -75.238026465040505, 40.061861146499098 ], [ -75.238428113920094, 40.0620094638995 ], [ -75.238712278885401, 40.062166465587602 ], [ -75.238994032392895, 40.062388681593497 ], [ -75.239124789521895, 40.062511229255499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4049, "tnode_": 26873, "lpoly_": null, "rpoly_": null, "length": 70.49985303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9205, "l_hundred": 0, "r_hundred": 0, "seg_id": 700539, "oneway": "B", "class": 9, "responsibl": "STATE", "update_": "2008-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENRY AVE RAMP", "stname": "HENRY AVE RAMP", "objectid": 27663, "Shape__Length": 28.041520326978546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239373073741405, 40.0625437806249 ], [ -75.239282581439696, 40.062531732973298 ], [ -75.239124789521895, 40.062511229255499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5057, "tnode_": 27750, "lpoly_": null, "rpoly_": null, "length": 1249.93248111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 34610, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 700540, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2009-05-15T00:00:00Z", "newsegdate": "1998-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 27664, "Shape__Length": 498.70726872828146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218180406058295, 40.054674503968101 ], [ -75.218206999223099, 40.054835806219202 ], [ -75.218314665894695, 40.055464878850799 ], [ -75.218352920726801, 40.055648632272003 ], [ -75.218393060435403, 40.055870330339403 ], [ -75.218423447001001, 40.056018609295101 ], [ -75.218449510142506, 40.056157192855402 ], [ -75.218470271047494, 40.056270456896598 ], [ -75.218508151586803, 40.056385299168703 ], [ -75.2185848592909, 40.056547799178503 ], [ -75.218854801586005, 40.057014575588802 ], [ -75.219041050483597, 40.057213091093601 ], [ -75.219125572087293, 40.057291757506498 ], [ -75.219228463489401, 40.057380429503702 ], [ -75.219371652027107, 40.057519191495601 ], [ -75.219535664752399, 40.057644011308703 ], [ -75.2196251373866, 40.057715586508699 ], [ -75.219697997014705, 40.057796392283102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26769, "tnode_": 27879, "lpoly_": null, "rpoly_": null, "length": 48.15303357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUIM MOIR", "st_type": "CT", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 29204, "l_hundred": 0, "r_hundred": 0, "seg_id": 700542, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "1999-03-04T00:00:00Z", "multi_rep": 0, "streetlabe": "DRUIM MOIR CT", "stname": "DRUIM MOIR CT", "objectid": 27665, "Shape__Length": 19.210286034821973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214714841013503, 40.058941768924399 ], [ -75.214637675701397, 40.059059909695101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29359, "tnode_": 27952, "lpoly_": null, "rpoly_": null, "length": 6.96665509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 700544, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 27666, "Shape__Length": 2.7813329791030346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263803736602, 40.055094722645201 ], [ -75.263803776789402, 40.055113846892802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28000, "tnode_": 3402, "lpoly_": null, "rpoly_": null, "length": 594.98261721000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 73720, "l_hundred": 500, "r_hundred": 500, "seg_id": 700547, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-11-01T00:00:00Z", "newsegdate": "2000-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRING LN", "stname": "SPRING LN", "objectid": 27667, "Shape__Length": 236.85568203288855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247155196088897, 40.067061376282702 ], [ -75.246750001474396, 40.0672324450193 ], [ -75.2465503233242, 40.067315407074297 ], [ -75.245353278358607, 40.067804028898998 ], [ -75.245286857117605, 40.067831140683403 ], [ -75.245281755199997, 40.067833223385101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28000, "tnode_": 28001, "lpoly_": null, "rpoly_": null, "length": 150.58357403, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9004, "r_f_add": 9001, "r_t_add": 9005, "st_code": 75830, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 700548, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-06T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SYCAMORE LN", "stname": "SYCAMORE LN", "objectid": 27668, "Shape__Length": 60.068616026779367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247155196088897, 40.067061376282702 ], [ -75.247427112635904, 40.067418066537101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28001, "tnode_": 28002, "lpoly_": null, "rpoly_": null, "length": 81.21513373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9006, "l_t_add": 9098, "r_f_add": 9007, "r_t_add": 9099, "st_code": 75830, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 700549, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-06T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "SYCAMORE LN", "stname": "SYCAMORE LN", "objectid": 27669, "Shape__Length": 32.394597733861083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247427112635904, 40.067418066537101 ], [ -75.247579721557798, 40.067607689011602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28001, "tnode_": 28004, "lpoly_": null, "rpoly_": null, "length": 540.72466683000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANTERN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 517, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 49090, "l_hundred": 500, "r_hundred": 500, "seg_id": 700550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LANTERN LN", "stname": "LANTERN LN", "objectid": 27670, "Shape__Length": 215.3572558713181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247427112635904, 40.067418066537101 ], [ -75.246974394615094, 40.067632572071403 ], [ -75.246475127190493, 40.0678686765498 ], [ -75.245861353328195, 40.068279275629003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28309, "tnode_": 28004, "lpoly_": null, "rpoly_": null, "length": 55.01409698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9006, "r_f_add": 9001, "r_t_add": 9005, "st_code": 20090, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 700551, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD PL", "stname": "BUTTONWOOD PL", "objectid": 27671, "Shape__Length": 21.930264069416214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245731747623694, 40.068165734212897 ], [ -75.245861353328195, 40.068279275629003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28004, "tnode_": 28005, "lpoly_": null, "rpoly_": null, "length": 262.58717505000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9008, "l_t_add": 9012, "r_f_add": 9007, "r_t_add": 9013, "st_code": 20090, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 700552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD PL", "stname": "BUTTONWOOD PL", "objectid": 27672, "Shape__Length": 104.68782279436701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245861353328195, 40.068279275629003 ], [ -75.2464585259373, 40.0688352398615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28005, "tnode_": 28006, "lpoly_": null, "rpoly_": null, "length": 164.58952890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUTTONWOOD", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9014, "l_t_add": 9098, "r_f_add": 9015, "r_t_add": 9099, "st_code": 20090, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 700553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BUTTONWOOD PL", "stname": "BUTTONWOOD PL", "objectid": 27673, "Shape__Length": 65.620443645331804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2464585259373, 40.0688352398615 ], [ -75.246829738011499, 40.069185668593299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28007, "tnode_": 28005, "lpoly_": null, "rpoly_": null, "length": 1035.5953526799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 505, "l_t_add": 599, "r_f_add": 510, "r_t_add": 598, "st_code": 38510, "l_hundred": 500, "r_hundred": 500, "seg_id": 700554, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-07T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENHILL LN", "stname": "GREENHILL LN", "objectid": 27674, "Shape__Length": 412.52783938079278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2493134487802, 40.0671515133537 ], [ -75.2488775755143, 40.067570507866201 ], [ -75.248536742726699, 40.0678943000459 ], [ -75.248227637648, 40.068163817285303 ], [ -75.247944547113903, 40.068332539069303 ], [ -75.247752165854195, 40.068409724614902 ], [ -75.247091348397902, 40.068592346984097 ], [ -75.246727334625206, 40.068687920707198 ], [ -75.2464585259373, 40.0688352398615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28008, "tnode_": 28007, "lpoly_": null, "rpoly_": null, "length": 109.37737107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENHILL", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 503, "r_f_add": 500, "r_t_add": 508, "st_code": 38510, "l_hundred": 500, "r_hundred": 500, "seg_id": 700555, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "GREENHILL LN", "stname": "GREENHILL LN", "objectid": 27675, "Shape__Length": 43.603251113588456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249566033172897, 40.066922403534598 ], [ -75.2493134487802, 40.0671515133537 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28007, "tnode_": 28001, "lpoly_": null, "rpoly_": null, "length": 667.04046774999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANTERN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 520, "st_code": 49090, "l_hundred": 500, "r_hundred": 500, "seg_id": 700556, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-04T00:00:00Z", "newsegdate": "1999-11-29T00:00:00Z", "multi_rep": 0, "streetlabe": "LANTERN LN", "stname": "LANTERN LN", "objectid": 27676, "Shape__Length": 265.68969684999513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2493134487802, 40.0671515133537 ], [ -75.2487776865065, 40.066802409722897 ], [ -75.248649193585806, 40.066759639585101 ], [ -75.248508352410497, 40.066749435178302 ], [ -75.248375057699903, 40.066786507523197 ], [ -75.248143985084795, 40.066955647618002 ], [ -75.247887338719295, 40.067153586404103 ], [ -75.247427112635904, 40.067418066537101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8958, "tnode_": 8868, "lpoly_": null, "rpoly_": null, "length": 385.79682811000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5798, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5500, "r_hundred": 0, "seg_id": 700557, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": "2000-04-19T00:00:00Z", "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 27677, "Shape__Length": 153.48890702012744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085504117654907, 40.0317116063136 ], [ -75.085148194826402, 40.031874740941902 ], [ -75.084959169051999, 40.031953946734603 ], [ -75.084844799397302, 40.032007919357703 ], [ -75.084681258018193, 40.0320634475394 ], [ -75.084517504724204, 40.032124364189897 ], [ -75.084275399264101, 40.032181158060801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9031, "tnode_": 8967, "lpoly_": null, "rpoly_": null, "length": 301.9038054, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5501, "r_t_add": 5799, "st_code": 69220, "l_hundred": 0, "r_hundred": 5500, "seg_id": 700558, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": "2000-04-19T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 27678, "Shape__Length": 120.1053063305809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085081821403904, 40.031275856853597 ], [ -75.084779824634396, 40.031429357971803 ], [ -75.084573277009596, 40.031508156485899 ], [ -75.084420673722406, 40.031553151804502 ], [ -75.084271891529298, 40.031590146096498 ], [ -75.084113423179502, 40.0316272757752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28179, "tnode_": 28180, "lpoly_": null, "rpoly_": null, "length": 904.10597181000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKWOOD", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 63090, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700565, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-04-15T00:00:00Z", "newsegdate": "2000-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "PARKWOOD LN", "stname": "PARKWOOD LN", "objectid": 27679, "Shape__Length": 360.40369257572712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228354066577793, 40.060402957809401 ], [ -75.228994301050406, 40.0612367055557 ], [ -75.229222384007301, 40.061530557281003 ], [ -75.229210314560902, 40.061609761007297 ], [ -75.228488674838701, 40.061956211008102 ], [ -75.228342520836406, 40.061960016019398 ], [ -75.228241396853093, 40.061903484800403 ], [ -75.228168928833597, 40.061805575397699 ], [ -75.228151733603895, 40.061689314000802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28179, "tnode_": 4260, "lpoly_": null, "rpoly_": null, "length": 278.54486451000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 75440, "l_hundred": 800, "r_hundred": 800, "seg_id": 700569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-30T00:00:00Z", "newsegdate": "2000-10-30T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27680, "Shape__Length": 110.92712074002019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228354066577793, 40.060402957809401 ], [ -75.227873143138197, 40.060632232328501 ], [ -75.227549432185796, 40.060848725855003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4368, "tnode_": 4250, "lpoly_": null, "rpoly_": null, "length": 490.91514286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 22700, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-22T00:00:00Z", "newsegdate": "2001-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27681, "Shape__Length": 195.52800982350121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209586422073698, 40.059750819388697 ], [ -75.210966681585305, 40.060582232958602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4150, "tnode_": 4606, "lpoly_": null, "rpoly_": null, "length": 1604.9066365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY GREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 79660, "l_hundred": 0, "r_hundred": 0, "seg_id": 700571, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2001-03-22T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY GREEN RD", "stname": "VALLEY GREEN RD", "objectid": 27682, "Shape__Length": 639.27011715830201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208195847862498, 40.061158118058799 ], [ -75.210174081312999, 40.060114251986903 ], [ -75.210914975017602, 40.0596901503298 ], [ -75.211062809683497, 40.059622369822897 ], [ -75.211764634977698, 40.059340152006698 ], [ -75.211922152015802, 40.059248901579402 ], [ -75.212035169481595, 40.059170200096602 ], [ -75.212130716974499, 40.059087730280503 ], [ -75.2122134444691, 40.058994827480703 ], [ -75.212311014733501, 40.058858270217598 ], [ -75.212449901589395, 40.058640780496198 ], [ -75.212512954562996, 40.058521024801102 ], [ -75.212551550088705, 40.058434097414803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28512, "tnode_": 28513, "lpoly_": null, "rpoly_": null, "length": 269.90505843999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "7901 APARTMENT", "st_type": "DWY", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1002, "l_hundred": 0, "r_hundred": 0, "seg_id": 700572, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "7901 APARTMENT DWY", "stname": "7901 APARTMENT DWY", "objectid": 27683, "Shape__Length": 107.55371752587324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232761294378804, 40.0562116950072 ], [ -75.232517422833297, 40.056280525860302 ], [ -75.232409562780703, 40.056389287253197 ], [ -75.232335258452096, 40.056493085990098 ], [ -75.232111703974198, 40.056721834233102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5233, "tnode_": 28512, "lpoly_": null, "rpoly_": null, "length": 592.77967245999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7900, "l_t_add": 7948, "r_f_add": 7901, "r_t_add": 7949, "st_code": 41960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700573, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27684, "Shape__Length": 236.58621000336674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232172595420295, 40.054650122146001 ], [ -75.232380207378597, 40.055088658387 ], [ -75.232688953751705, 40.0559938033375 ], [ -75.232761294378804, 40.0562116950072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28512, "tnode_": 4853, "lpoly_": null, "rpoly_": null, "length": 398.14086269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7950, "l_t_add": 7998, "r_f_add": 7951, "r_t_add": 7999, "st_code": 41960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 700574, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27685, "Shape__Length": 158.89626746736303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232761294378804, 40.0562116950072 ], [ -75.232802855782694, 40.056336874988098 ], [ -75.232967604844006, 40.056802694425699 ], [ -75.233047604343597, 40.056992979660002 ], [ -75.233192155672597, 40.057251167615597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28974, "tnode_": 3368, "lpoly_": null, "rpoly_": null, "length": 278.39000703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIERDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 18900, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 700577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-15T00:00:00Z", "newsegdate": "2005-06-15T00:00:00Z", "multi_rep": 0, "streetlabe": "BRIERDALE RD", "stname": "BRIERDALE RD", "objectid": 27686, "Shape__Length": 111.08475236797294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238098032793999, 40.067110282213001 ], [ -75.238519589697304, 40.0678024660631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6719, "tnode_": 29083, "lpoly_": null, "rpoly_": null, "length": 990.72872063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 72300, "l_hundred": 100, "r_hundred": 100, "seg_id": 700578, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27687, "Shape__Length": 394.9938812022354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247682016455499, 40.047034735089099 ], [ -75.247052667979503, 40.048143632319601 ], [ -75.246902269360902, 40.048359295677301 ], [ -75.246745757360898, 40.048526173146598 ], [ -75.246550157438605, 40.048680034374698 ], [ -75.245746600779597, 40.049255885890297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29083, "tnode_": 5668, "lpoly_": null, "rpoly_": null, "length": 2256.7555611700004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 546, "r_f_add": 201, "r_t_add": 529, "st_code": 72300, "l_hundred": 200, "r_hundred": 200, "seg_id": 700579, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27688, "Shape__Length": 898.12810859696901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245746600779597, 40.049255885890297 ], [ -75.245654684361099, 40.049321754611803 ], [ -75.245348497118499, 40.049505278318001 ], [ -75.245091428121697, 40.049609143597401 ], [ -75.243775509945195, 40.049884528340002 ], [ -75.240507316004098, 40.051199554499803 ], [ -75.239823945020305, 40.051488710409998 ], [ -75.2386037320491, 40.052052568611998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29083, "tnode_": 6500, "lpoly_": null, "rpoly_": null, "length": 2020.8606070399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN TREE", "st_type": "RUN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 200, "l_t_add": 498, "r_f_add": 201, "r_t_add": 499, "st_code": 38423, "l_hundred": 200, "r_hundred": 200, "seg_id": 700580, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "GREEN TREE RUN", "stname": "GREEN TREE RUN", "objectid": 27689, "Shape__Length": 804.91379830935705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245746600779597, 40.049255885890297 ], [ -75.245661526700303, 40.049181478303503 ], [ -75.245634732232801, 40.049126141984999 ], [ -75.245633409470898, 40.049070057206798 ], [ -75.245647629537999, 40.049006489769901 ], [ -75.245667187471895, 40.048982147931497 ], [ -75.245799706233598, 40.048870789467301 ], [ -75.245934585451906, 40.048768967923699 ], [ -75.246030367145593, 40.048695542860401 ], [ -75.246095901261995, 40.0486264787652 ], [ -75.246178236182502, 40.048513705329398 ], [ -75.246270648014502, 40.048370379982401 ], [ -75.246373144483599, 40.0481398603958 ], [ -75.246453882716096, 40.047932943685097 ], [ -75.246451920116598, 40.047844615705699 ], [ -75.246408365855302, 40.047751367403897 ], [ -75.246306827943897, 40.047672907404298 ], [ -75.246219758893304, 40.047626866703297 ], [ -75.245800344934494, 40.047503591970298 ], [ -75.245486284331804, 40.047410228809603 ], [ -75.245234036014594, 40.047312429978597 ], [ -75.245111631598604, 40.047233514807402 ], [ -75.244889947540898, 40.047156446675899 ], [ -75.244567505874599, 40.047121323745301 ], [ -75.2443290220085, 40.047216447448903 ], [ -75.243323677773901, 40.047716204180901 ], [ -75.242864755337493, 40.047983086212803 ], [ -75.242803659077595, 40.048082077160899 ], [ -75.242591108597196, 40.048181776374697 ], [ -75.242517174739604, 40.048204240693302 ], [ -75.242463376104794, 40.048207735341201 ], [ -75.242412973243106, 40.048197953215201 ], [ -75.2423567664638, 40.048164622235603 ], [ -75.242273175482097, 40.048074360842897 ], [ -75.242242527338803, 40.048011152279003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29107, "tnode_": 29106, "lpoly_": null, "rpoly_": null, "length": 650.30037511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY GREEN", "st_type": "CT", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 79655, "l_hundred": 700, "r_hundred": 700, "seg_id": 700581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-29T00:00:00Z", "newsegdate": "2006-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY GREEN CT", "stname": "VALLEY GREEN CT", "objectid": 27690, "Shape__Length": 258.9709955159326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227085634583403, 40.0513034138514 ], [ -75.226949779713394, 40.051353310593498 ], [ -75.226247972517299, 40.051040095192 ], [ -75.226168983224497, 40.0510216608983 ], [ -75.226078517389794, 40.0510196734541 ], [ -75.226002007665798, 40.051031908420498 ], [ -75.225903166548406, 40.051060351735501 ], [ -75.225833067525301, 40.051094992824297 ], [ -75.225710755540803, 40.051170234228103 ], [ -75.225684597340305, 40.051191924847998 ], [ -75.225289795688894, 40.0516597197526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6147, "tnode_": 29106, "lpoly_": null, "rpoly_": null, "length": 1802.8410081099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7100, "l_t_add": 7388, "r_f_add": 7101, "r_t_add": 7389, "st_code": 41960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 700582, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-09-20T00:00:00Z", "newsegdate": "2006-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27691, "Shape__Length": 717.63055019546277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219772334588399, 40.049107740722 ], [ -75.223285386545697, 40.050715219877297 ], [ -75.225289795688894, 40.0516597197526 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29106, "tnode_": 5558, "lpoly_": null, "rpoly_": null, "length": 615.65029541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7390, "l_t_add": 7498, "r_f_add": 7391, "r_t_add": 7499, "st_code": 41960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 700583, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-09-20T00:00:00Z", "newsegdate": "2006-09-20T00:00:00Z", "multi_rep": 0, "streetlabe": "HENRY AVE", "stname": "HENRY AVE", "objectid": 27692, "Shape__Length": 245.0761754833338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225289795688894, 40.0516597197526 ], [ -75.227164628533501, 40.0525431058782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29139, "tnode_": 29140, "lpoly_": null, "rpoly_": null, "length": 1344.6647716699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUTUMN RIVER", "st_type": "RUN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 1098, "r_f_add": 101, "r_t_add": 1099, "st_code": 14172, "l_hundred": 100, "r_hundred": 100, "seg_id": 700584, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-10-23T00:00:00Z", "newsegdate": "2006-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "AUTUMN RIVER RUN", "stname": "AUTUMN RIVER RUN", "objectid": 27693, "Shape__Length": 536.26133174979554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.246508468472797, 40.043850163341403 ], [ -75.246528762438601, 40.043931077468102 ], [ -75.246576303839007, 40.044037604066503 ], [ -75.2465991018327, 40.044117218560899 ], [ -75.2466429639381, 40.044207182248201 ], [ -75.246678497273294, 40.044290370976199 ], [ -75.246860996165097, 40.044459175710699 ], [ -75.247077782677096, 40.044628728118603 ], [ -75.247164017384506, 40.0447328007861 ], [ -75.2472184302502, 40.04488562905 ], [ -75.247229619909703, 40.045047404834897 ], [ -75.247239440617093, 40.0451300331545 ], [ -75.247205794781095, 40.045228197154401 ], [ -75.247133090901102, 40.045338696133904 ], [ -75.246977131721707, 40.045496830014102 ], [ -75.246703145319501, 40.045715026722 ], [ -75.246622718616194, 40.045802281882999 ], [ -75.246575971453197, 40.045906753653199 ], [ -75.246523844317593, 40.046040776830203 ], [ -75.246428978790604, 40.046170572748402 ], [ -75.246315875847401, 40.046329639788603 ], [ -75.246223229391902, 40.046515524538798 ], [ -75.246126419003701, 40.046698022647597 ], [ -75.246051644170706, 40.046864518295102 ], [ -75.245992281286405, 40.046962121435897 ], [ -75.246156393639495, 40.0470481128961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4214, "tnode_": 29145, "lpoly_": null, "rpoly_": null, "length": 225.40084472000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 40680, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700585, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-31T00:00:00Z", "newsegdate": "2006-10-31T00:00:00Z", "multi_rep": 0, "streetlabe": "HARNER ST", "stname": "HARNER ST", "objectid": 27694, "Shape__Length": 89.862296914710413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241248871029001, 40.061407558497997 ], [ -75.241280584162794, 40.061480664370102 ], [ -75.241545736344804, 40.061720395286201 ], [ -75.241737243717694, 40.061893349357597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29224, "tnode_": 29225, "lpoly_": null, "rpoly_": null, "length": 229.63328382999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EPIPHANY", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 31890, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 700586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-11-27T00:00:00Z", "newsegdate": "2011-08-16T00:00:00Z", "multi_rep": 0, "streetlabe": "EPIPHANY PL", "stname": "EPIPHANY PL", "objectid": 27695, "Shape__Length": 91.573503268263423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226163082143103, 40.0437901956752 ], [ -75.2265716602342, 40.044336781988001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7485, "tnode_": 29224, "lpoly_": null, "rpoly_": null, "length": 417.74913551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 513, "st_code": 51220, "l_hundred": 500, "r_hundred": 500, "seg_id": 700587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-11-27T00:00:00Z", "newsegdate": "2007-11-27T00:00:00Z", "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27696, "Shape__Length": 166.26589287934746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227447507488407, 40.043206628691102 ], [ -75.226163082143103, 40.0437901956752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29224, "tnode_": 7270, "lpoly_": null, "rpoly_": null, "length": 291.25192613999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 514, "l_t_add": 544, "r_f_add": 515, "r_t_add": 535, "st_code": 51220, "l_hundred": 500, "r_hundred": 500, "seg_id": 700588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-11-27T00:00:00Z", "newsegdate": "2007-11-27T00:00:00Z", "multi_rep": 0, "streetlabe": "LIVEZEY ST", "stname": "LIVEZEY ST", "objectid": 27697, "Shape__Length": 115.92031678926577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226163082143103, 40.0437901956752 ], [ -75.225267576399204, 40.044197046400498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6664, "tnode_": 29285, "lpoly_": null, "rpoly_": null, "length": 166.86456657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 100, "r_f_add": 101, "r_t_add": 101, "st_code": 65340, "l_hundred": 100, "r_hundred": 100, "seg_id": 700590, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27698, "Shape__Length": 66.556625585192108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2537370646086, 40.047386796923 ], [ -75.253801857367606, 40.0474733859335 ], [ -75.253838265150605, 40.047510270570001 ], [ -75.253910016064793, 40.0475939266274 ], [ -75.253953391726895, 40.0476588103243 ], [ -75.253973957490601, 40.047695766056698 ], [ -75.253983259692902, 40.047740903086101 ], [ -75.253988399818496, 40.047793599962603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29285, "tnode_": 5035, "lpoly_": null, "rpoly_": null, "length": 4369.2510339, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORT ROYAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 102, "l_t_add": 574, "r_f_add": 103, "r_t_add": 575, "st_code": 65340, "l_hundred": 100, "r_hundred": 100, "seg_id": 700591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "PORT ROYAL AVE", "stname": "PORT ROYAL AVE", "objectid": 27699, "Shape__Length": 1740.7944719918341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253988399818496, 40.047793599962603 ], [ -75.253991219961605, 40.047822519844601 ], [ -75.254122242057704, 40.048333690651504 ], [ -75.254138988860305, 40.0484744750785 ], [ -75.254138717705004, 40.048581189265199 ], [ -75.254114435534007, 40.048645255254897 ], [ -75.254063870171805, 40.048728408833902 ], [ -75.253893983943996, 40.048876371789497 ], [ -75.253458339717994, 40.049195490778999 ], [ -75.252850698719399, 40.049620397275902 ], [ -75.252273397756994, 40.050015067310397 ], [ -75.251939945592397, 40.050238107599903 ], [ -75.2515611228891, 40.050502285939203 ], [ -75.251279510834394, 40.0507067931485 ], [ -75.250941366971503, 40.050957812415099 ], [ -75.250810359248504, 40.051042023173302 ], [ -75.250578899632004, 40.051174600116902 ], [ -75.250245229427406, 40.0514032477342 ], [ -75.249801732967001, 40.051736224586101 ], [ -75.249453244491704, 40.0519701642896 ], [ -75.248522826170003, 40.052623930636003 ], [ -75.247833027397903, 40.053094765462902 ], [ -75.247105047878904, 40.0536097004697 ], [ -75.246633032310697, 40.0539223848291 ], [ -75.246172588643404, 40.0542184692384 ], [ -75.245925466852, 40.054378780611501 ], [ -75.245606890938703, 40.054593701578597 ], [ -75.245381572797896, 40.054757295496998 ], [ -75.244990708191906, 40.055049275435898 ], [ -75.244498549036607, 40.055412064037903 ], [ -75.243425396532402, 40.056136920753801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29285, "tnode_": 29286, "lpoly_": null, "rpoly_": null, "length": 3744.9033610400002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8500, "l_t_add": 8698, "r_f_add": 8501, "r_t_add": 8699, "st_code": 1171, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 700592, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2008-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 27700, "Shape__Length": 1492.174356384277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253988399818496, 40.047793599962603 ], [ -75.254064317646893, 40.047824863966802 ], [ -75.254249682698699, 40.047948907125203 ], [ -75.254545934876603, 40.048156451160999 ], [ -75.2550646779505, 40.0485115473845 ], [ -75.255447233468104, 40.048782592528703 ], [ -75.255759765897096, 40.0490067045329 ], [ -75.256158483319595, 40.049297559379099 ], [ -75.256310474873104, 40.049411143908998 ], [ -75.256503448986706, 40.049558054153401 ], [ -75.256795377638397, 40.049768740877496 ], [ -75.257120214648296, 40.050002847558702 ], [ -75.257424442800598, 40.050223531033502 ], [ -75.257974932325297, 40.050634444312202 ], [ -75.258694060281002, 40.051165785007498 ], [ -75.258932366341895, 40.0513428667876 ], [ -75.259405001628807, 40.051690455473398 ], [ -75.259671763327503, 40.051897345332698 ], [ -75.260226259512805, 40.052314822043002 ], [ -75.260431309036505, 40.052478205624801 ], [ -75.260599589860007, 40.052608354860297 ], [ -75.260714589792798, 40.052695182416599 ], [ -75.260956886109796, 40.0528788332998 ], [ -75.261125051215402, 40.053012222756998 ], [ -75.261252110323099, 40.053115529609201 ], [ -75.261358913708094, 40.053195690935702 ], [ -75.261547929846003, 40.053336018485901 ], [ -75.261752629052097, 40.053509122608297 ], [ -75.261888126132703, 40.053612611461901 ], [ -75.262040018124594, 40.053729428456599 ], [ -75.2622040876292, 40.053859484903498 ], [ -75.262326576013294, 40.053972421247003 ], [ -75.262444371965501, 40.054098230923202 ], [ -75.262534189471097, 40.054181267758999 ], [ -75.262647649848304, 40.054310226882798 ], [ -75.262712399334106, 40.054386232859898 ], [ -75.262776792488793, 40.054471962610997 ], [ -75.262849502063901, 40.054561114997703 ], [ -75.262930053979105, 40.054666655711102 ], [ -75.2629858938094, 40.054755443717703 ], [ -75.263025575322501, 40.054824419772501 ], [ -75.263109751335804, 40.054946257404701 ], [ -75.263176818686702, 40.055074211735601 ], [ -75.263224580478905, 40.055153093234701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29360, "tnode_": 29287, "lpoly_": null, "rpoly_": null, "length": 11.57965171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 700593, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-03-26T00:00:00Z", "newsegdate": "2008-03-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 27701, "Shape__Length": 4.6208287352048814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263311496735696, 40.055333358444003 ], [ -75.263325867999697, 40.0553631658981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5330, "tnode_": 29359, "lpoly_": null, "rpoly_": null, "length": 130.72865277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68780, "l_hundred": 0, "r_hundred": 0, "seg_id": 700594, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVER RD", "stname": "RIVER RD", "objectid": 27702, "Shape__Length": 52.159526431520561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263632076045099, 40.0547652328749 ], [ -75.2637571256748, 40.0549470816077 ], [ -75.263796335468996, 40.055031290009701 ], [ -75.263803708908299, 40.055081496506901 ], [ -75.263803736602, 40.055094722645201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29360, "tnode_": 29286, "lpoly_": null, "rpoly_": null, "length": 70.030125590000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3240, "l_hundred": 0, "r_hundred": 0, "seg_id": 700595, "oneway": "B", "class": 12, "responsibl": "TOWNSHIP", "update_": "2008-03-26T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHUYLKILL RIVER TRL", "stname": "SCHUYLKILL RIVER TRL", "objectid": 27703, "Shape__Length": 27.945288411738513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.263311496735696, 40.055333358444003 ], [ -75.263224580478905, 40.055153093234701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27989, "tnode_": 29552, "lpoly_": null, "rpoly_": null, "length": 493.83094228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAGYS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 39840, "l_hundred": 100, "r_hundred": 100, "seg_id": 700596, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-03-02T00:00:00Z", "newsegdate": "2010-03-02T00:00:00Z", "multi_rep": 0, "streetlabe": "HAGYS MILL RD", "stname": "HAGYS MILL RD", "objectid": 27704, "Shape__Length": 196.45041185720635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.254172129191701, 40.060617738083003 ], [ -75.2554493078852, 40.060892612892403 ], [ -75.255873116491799, 40.060977346408798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29658, "tnode_": 26907, "lpoly_": null, "rpoly_": null, "length": 100.31071049, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 996, "l_t_add": 998, "r_f_add": 997, "r_t_add": 999, "st_code": 57420, "l_hundred": 900, "r_hundred": 900, "seg_id": 700598, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27705, "Shape__Length": 39.881975247175987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210741164841494, 40.041362093271097 ], [ -75.211099424809802, 40.041360517719603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4606, "tnode_": 29666, "lpoly_": null, "rpoly_": null, "length": 2065.34493346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY GREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 51, "l_t_add": 93, "r_f_add": 50, "r_t_add": 92, "st_code": 79660, "l_hundred": 0, "r_hundred": 0, "seg_id": 700599, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY GREEN RD", "stname": "VALLEY GREEN RD", "objectid": 27706, "Shape__Length": 822.75020238791217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212551550088705, 40.058434097414803 ], [ -75.2125962946116, 40.0583262215521 ], [ -75.212728603907294, 40.058003922699299 ], [ -75.212834223765697, 40.057810642054903 ], [ -75.213322215415005, 40.057122972321899 ], [ -75.213426746388294, 40.057000472092298 ], [ -75.213556512972104, 40.056871328115797 ], [ -75.213769529945907, 40.056687618381297 ], [ -75.2140386306707, 40.056507546454696 ], [ -75.214490757318799, 40.0562775100856 ], [ -75.214723769441306, 40.0561854452463 ], [ -75.214982144363702, 40.056125142018999 ], [ -75.215161996140793, 40.056118309935101 ], [ -75.215461545861601, 40.056168121288302 ], [ -75.215630647312906, 40.056198253504597 ], [ -75.215779910390395, 40.056215946600702 ], [ -75.215898592995501, 40.056216164111099 ], [ -75.216025479974604, 40.056205762192398 ], [ -75.216206318310199, 40.056172547402603 ], [ -75.216350996361697, 40.056145736586998 ], [ -75.216499512941198, 40.056099808180903 ], [ -75.216645759039807, 40.056031028885997 ], [ -75.216765566082898, 40.0559592653048 ], [ -75.216872181441204, 40.055864410118801 ], [ -75.217026867542103, 40.055695009273599 ], [ -75.217162425358495, 40.055535987696999 ], [ -75.217236078328696, 40.0554851958873 ], [ -75.217507800626294, 40.055320387261801 ], [ -75.217581235769501, 40.055351087424299 ], [ -75.217834481569398, 40.055397639320397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29666, "tnode_": 5057, "lpoly_": null, "rpoly_": null, "length": 353.07531165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY GREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 95, "l_t_add": 99, "r_f_add": 94, "r_t_add": 98, "st_code": 79660, "l_hundred": 0, "r_hundred": 0, "seg_id": 700600, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY GREEN RD", "stname": "VALLEY GREEN RD", "objectid": 27707, "Shape__Length": 140.82361118217673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217834481569398, 40.055397639320397 ], [ -75.218028966781404, 40.055433388376898 ], [ -75.218078808911599, 40.055415591083303 ], [ -75.2181146216153, 40.055334500411099 ], [ -75.218140027306802, 40.055202792138097 ], [ -75.218091067550404, 40.0547576694795 ], [ -75.218180406058295, 40.054674503968101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29826, "tnode_": 7281, "lpoly_": null, "rpoly_": null, "length": 375.43462462999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4, "l_t_add": 4, "r_f_add": 5, "r_t_add": 13, "st_code": 72300, "l_hundred": 0, "r_hundred": 0, "seg_id": 700601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2013-12-10T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27708, "Shape__Length": 149.75695013919082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249920237007601, 40.043733535931601 ], [ -75.249922296274804, 40.043736061170101 ], [ -75.249928438490699, 40.043770343202503 ], [ -75.249930566163997, 40.043813074725001 ], [ -75.249920966803799, 40.043872624746001 ], [ -75.249901211818297, 40.043906342247801 ], [ -75.249866868718996, 40.043934051603102 ], [ -75.2498728013895, 40.043974020620098 ], [ -75.249871334708004, 40.044013827693099 ], [ -75.249854964446897, 40.044056156618701 ], [ -75.249837652462801, 40.044124075635303 ], [ -75.249824562226095, 40.0441778581298 ], [ -75.249815278187299, 40.044228878143798 ], [ -75.249788123593504, 40.044262435478402 ], [ -75.2497747667352, 40.044347759365898 ], [ -75.249809837049298, 40.044378396737102 ], [ -75.249857528990304, 40.0444258779725 ], [ -75.249926710556593, 40.044486492975899 ], [ -75.250016837817398, 40.0445750078758 ], [ -75.250071910044696, 40.0446612659821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29825, "tnode_": 29826, "lpoly_": null, "rpoly_": null, "length": 203.9220631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 3, "st_code": 72300, "l_hundred": 0, "r_hundred": 0, "seg_id": 700602, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2013-12-10T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "SHAWMONT AVE", "stname": "SHAWMONT AVE", "objectid": 27709, "Shape__Length": 81.281374445591922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249712299143297, 40.043301679544101 ], [ -75.249741202769499, 40.043325189254901 ], [ -75.249772716883697, 40.043374251941799 ], [ -75.2497660843147, 40.043453786475403 ], [ -75.249684517756194, 40.043557300594699 ], [ -75.249679665023393, 40.043588497103002 ], [ -75.249704828744399, 40.043608964769099 ], [ -75.249755783692905, 40.043632839113798 ], [ -75.249777772201696, 40.043639009246697 ], [ -75.249836231337397, 40.043660200663901 ], [ -75.249879682230997, 40.043686757848597 ], [ -75.2498820593473, 40.043689342263001 ], [ -75.249901042205593, 40.043709988003599 ], [ -75.249920237007601, 40.043733535931601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29826, "tnode_": 29825, "lpoly_": null, "rpoly_": null, "length": 180.48121596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7702, "l_t_add": 7798, "r_f_add": 7703, "r_t_add": 7799, "st_code": 1171, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700603, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2013-12-10T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 27710, "Shape__Length": 71.979698979356101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.249920237007601, 40.043733535931601 ], [ -75.249945755236396, 40.043696117361399 ], [ -75.249950686641498, 40.043652696147198 ], [ -75.249942208026098, 40.043611542786003 ], [ -75.2499148880717, 40.0435392538595 ], [ -75.249867878490704, 40.043458855464401 ], [ -75.249808401723897, 40.043355140220498 ], [ -75.249712299143297, 40.043301679544101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29278, "tnode_": 29825, "lpoly_": null, "rpoly_": null, "length": 6547.1166183900004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6000, "l_t_add": 7700, "r_f_add": 6001, "r_t_add": 7701, "st_code": 1171, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 700604, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-07T00:00:00Z", "newsegdate": "2013-12-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 27711, "Shape__Length": 2607.7567130306825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233251531990007, 40.031411616649599 ], [ -75.233295918693202, 40.031412589299102 ], [ -75.2334279178815, 40.031446784022798 ], [ -75.233581582856701, 40.031495681788101 ], [ -75.233664970033999, 40.031543039603598 ], [ -75.233707986347099, 40.031580975955599 ], [ -75.233804060187893, 40.0316855255696 ], [ -75.233901504706097, 40.0317531112388 ], [ -75.233980666940994, 40.031814604741399 ], [ -75.234330709834296, 40.032058464291197 ], [ -75.2344818474551, 40.032175602531503 ], [ -75.234532157319606, 40.032216543636501 ], [ -75.234606672557703, 40.032303546534401 ], [ -75.234705921560803, 40.032422392459502 ], [ -75.234818912146494, 40.032569997087101 ], [ -75.234906854525704, 40.032694287687598 ], [ -75.235012869353298, 40.032830356199703 ], [ -75.235087280528006, 40.032920201812303 ], [ -75.235215385210594, 40.03305959915 ], [ -75.235449074265901, 40.033246839670902 ], [ -75.235647038889894, 40.033399149094798 ], [ -75.235774080538505, 40.033467381005202 ], [ -75.235878611795997, 40.0335436569314 ], [ -75.235982932654807, 40.033625618821397 ], [ -75.236133023375302, 40.033771188777301 ], [ -75.236319367676003, 40.0339374711075 ], [ -75.236581708196098, 40.034150946947797 ], [ -75.236988219135299, 40.034470021287099 ], [ -75.237294635721696, 40.034692996665498 ], [ -75.237514907877198, 40.034842945362698 ], [ -75.237680853977807, 40.034960402156599 ], [ -75.237810546641199, 40.035057146621803 ], [ -75.237900392253707, 40.035130254055701 ], [ -75.238069512116098, 40.035262008137003 ], [ -75.238155868974104, 40.035329347492898 ], [ -75.238268225163296, 40.035394409110197 ], [ -75.238401828595499, 40.035485546825399 ], [ -75.238485329251603, 40.035530058101699 ], [ -75.238561221148203, 40.035580093608701 ], [ -75.238793544181107, 40.035704692532597 ], [ -75.238953148218897, 40.035793551807203 ], [ -75.239109052815607, 40.035882330878799 ], [ -75.239210629276997, 40.035938618983401 ], [ -75.239312626664201, 40.035983533968498 ], [ -75.239526561983695, 40.036104883177501 ], [ -75.239646002576606, 40.036178635126703 ], [ -75.239728453128293, 40.0362515794247 ], [ -75.239825700917294, 40.0363248470454 ], [ -75.239951383923596, 40.036430037327499 ], [ -75.240066601009502, 40.036517925874698 ], [ -75.240272404703006, 40.0366590159475 ], [ -75.240434451005996, 40.036782074902 ], [ -75.240604105610501, 40.036899608275398 ], [ -75.240756421345495, 40.036985460365699 ], [ -75.240930512781603, 40.037083171049098 ], [ -75.241080180664298, 40.037140507949601 ], [ -75.241164420949502, 40.037165113338098 ], [ -75.241271276444493, 40.037178830397799 ], [ -75.241422732804594, 40.037187829899203 ], [ -75.241700276538197, 40.037191044951598 ], [ -75.241825417984998, 40.037210852375203 ], [ -75.241972650368396, 40.037233986455803 ], [ -75.242090498436994, 40.0372507881033 ], [ -75.242285924250496, 40.0372721296146 ], [ -75.242385172562294, 40.037291370201103 ], [ -75.242540012880099, 40.037308978984697 ], [ -75.242591485874698, 40.037318639537801 ], [ -75.242638734861004, 40.037342436302403 ], [ -75.242736407579898, 40.037404327514402 ], [ -75.242873929815403, 40.037489853788102 ], [ -75.243022971139595, 40.037564249095098 ], [ -75.243132162089594, 40.037615009141398 ], [ -75.243244841921594, 40.0376715358776 ], [ -75.243351068480706, 40.037702311017199 ], [ -75.243464588818597, 40.037736090550801 ], [ -75.243599779100293, 40.037784571271601 ], [ -75.243701782165402, 40.037829482356102 ], [ -75.2438512451847, 40.037892502642698 ], [ -75.243967939849497, 40.037940579362903 ], [ -75.244095942143801, 40.037983212002899 ], [ -75.244208098427407, 40.038053954775897 ], [ -75.2442545085745, 40.038100497867802 ], [ -75.244333792564206, 40.038159141180898 ], [ -75.244409481736, 40.0382148597918 ], [ -75.244522058627794, 40.0382742292106 ], [ -75.244630517041003, 40.038344890888901 ], [ -75.244828307192506, 40.0385028714282 ], [ -75.244996819155503, 40.038651675312899 ], [ -75.245106038724103, 40.038802032149199 ], [ -75.245211558776205, 40.038952308195903 ], [ -75.245310836034605, 40.039071145821097 ], [ -75.245443643653005, 40.039284621922597 ], [ -75.245566402598001, 40.039469420998003 ], [ -75.245663897351704, 40.039636596254802 ], [ -75.245723218638503, 40.039734642356898 ], [ -75.245764566844898, 40.039818068157402 ], [ -75.245774090702596, 40.039860961073003 ], [ -75.245796523729695, 40.039955357580801 ], [ -75.245801850511398, 40.040111985504403 ], [ -75.2458324435881, 40.040286238006097 ], [ -75.246010828888799, 40.040569002871798 ], [ -75.246136872123699, 40.040765255936599 ], [ -75.246246097618595, 40.040915611673597 ], [ -75.246355742034794, 40.041054594227703 ], [ -75.246502382316507, 40.041194382084697 ], [ -75.246567398188503, 40.041238484334301 ], [ -75.246777139628193, 40.0413739563867 ], [ -75.246947131334807, 40.0414829503517 ], [ -75.247037203887302, 40.041550363614398 ], [ -75.247167237126007, 40.041638566569503 ], [ -75.247373910022901, 40.041756896875597 ], [ -75.247570009816698, 40.0418607671388 ], [ -75.247744856352995, 40.0419385634736 ], [ -75.247876149367897, 40.041992645553599 ], [ -75.248010199196798, 40.0420723990337 ], [ -75.248188462388995, 40.042258403956602 ], [ -75.248365333627902, 40.042381774868701 ], [ -75.248643798566405, 40.042561424328099 ], [ -75.249084760646596, 40.042852746766798 ], [ -75.249687281218499, 40.0432813303768 ], [ -75.249712299143297, 40.043301679544101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29896, "tnode_": 28179, "lpoly_": null, "rpoly_": null, "length": 441.87705085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 75440, "l_hundred": 700, "r_hundred": 700, "seg_id": 700605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27712, "Shape__Length": 175.919469005948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229702859106695, 40.059772679948601 ], [ -75.228354066577793, 40.060402957809401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4562, "tnode_": 29896, "lpoly_": null, "rpoly_": null, "length": 487.3943587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 720, "l_t_add": 748, "r_f_add": 717, "r_t_add": 749, "st_code": 75440, "l_hundred": 700, "r_hundred": 700, "seg_id": 700606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMIT AVE", "stname": "SUMMIT AVE", "objectid": 27713, "Shape__Length": 194.04609083822254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231180893389705, 40.059065492179101 ], [ -75.230329573631295, 40.059479812754702 ], [ -75.229702859106695, 40.059772679948601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29897, "tnode_": 27750, "lpoly_": null, "rpoly_": null, "length": 3180.9347301799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 852, "l_t_add": 998, "r_f_add": 853, "r_t_add": 999, "st_code": 84000, "l_hundred": 700, "r_hundred": 700, "seg_id": 700607, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27714, "Shape__Length": 1265.9606191455186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229822542357297, 40.054423827006602 ], [ -75.229391268457903, 40.054642393881103 ], [ -75.228794350843799, 40.054945545153601 ], [ -75.227979170084595, 40.0553716192493 ], [ -75.227397376468403, 40.055693341556797 ], [ -75.227268138730395, 40.055763484419103 ], [ -75.225784374412001, 40.056290414532299 ], [ -75.225327515423402, 40.056444582607497 ], [ -75.224840152143699, 40.056567669903799 ], [ -75.223928938605098, 40.056686565528999 ], [ -75.223634048586106, 40.056715008695903 ], [ -75.223203415233101, 40.056818623586999 ], [ -75.222473640893398, 40.057051359058697 ], [ -75.221768250762395, 40.0570245307348 ], [ -75.221266617086002, 40.057058724795297 ], [ -75.220967896363305, 40.057176543065601 ], [ -75.220635130821094, 40.057418005315903 ], [ -75.220407401307, 40.057605236327099 ], [ -75.220108255295301, 40.057734352386099 ], [ -75.220016235371304, 40.0578341026755 ], [ -75.219697997014705, 40.057796392283102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5395, "tnode_": 29897, "lpoly_": null, "rpoly_": null, "length": 470.34453923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISES MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 850, "r_f_add": 701, "r_t_add": 851, "st_code": 84000, "l_hundred": 700, "r_hundred": 700, "seg_id": 700608, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WISES MILL RD", "stname": "WISES MILL RD", "objectid": 27715, "Shape__Length": 187.2608181309046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231225151749499, 40.053712975491301 ], [ -75.229822542357297, 40.054423827006602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28838, "tnode_": 29905, "lpoly_": null, "rpoly_": null, "length": 942.06390616, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 960, "l_t_add": 988, "r_f_add": 961, "r_t_add": 989, "st_code": 57420, "l_hundred": 900, "r_hundred": 900, "seg_id": 700609, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27716, "Shape__Length": 375.58008574193963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208761751369096, 40.043267950178503 ], [ -75.2088507781354, 40.043207166801203 ], [ -75.208932512523404, 40.0431417350609 ], [ -75.208998405726703, 40.043061244020798 ], [ -75.209070156014604, 40.0429703768446 ], [ -75.209125359904803, 40.042883345891397 ], [ -75.209224838990806, 40.042709041282798 ], [ -75.209320348132394, 40.0424947263785 ], [ -75.209387674931605, 40.042302901437303 ], [ -75.209436529671393, 40.042020313826903 ], [ -75.209467500627895, 40.041777254877999 ], [ -75.209516335000899, 40.041568210920303 ], [ -75.209564284909106, 40.0414558039664 ], [ -75.209621667003702, 40.041383529808897 ], [ -75.209705422526298, 40.041337053366099 ], [ -75.209815628901694, 40.041314276060703 ], [ -75.209922475087893, 40.041308233401402 ], [ -75.210058975265895, 40.0413133529185 ], [ -75.210305118656905, 40.041339145381002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29905, "tnode_": 29658, "lpoly_": null, "rpoly_": null, "length": 122.47890637, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 990, "l_t_add": 994, "r_f_add": 991, "r_t_add": 995, "st_code": 57420, "l_hundred": 900, "r_hundred": 900, "seg_id": 700610, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27717, "Shape__Length": 48.696918540035583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210305118656905, 40.041339145381002 ], [ -75.210363968298196, 40.041345311926698 ], [ -75.210483922828203, 40.041354267383603 ], [ -75.210678815275003, 40.041362367379897 ], [ -75.210741164841494, 40.041362093271097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6468, "tnode_": 29917, "lpoly_": null, "rpoly_": null, "length": 1230.43995883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1048, "r_f_add": 1001, "r_t_add": 1049, "st_code": 51225, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 700611, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LIVEZEY LN", "stname": "LIVEZEY LN", "objectid": 27718, "Shape__Length": 489.70608549802677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206635331727398, 40.047426613629902 ], [ -75.207142646687601, 40.047445867824798 ], [ -75.207411963643906, 40.047477311964201 ], [ -75.207681381302095, 40.047506074516598 ], [ -75.207911447369995, 40.047513848103499 ], [ -75.208056825303899, 40.047499629790799 ], [ -75.208179736405896, 40.047479549631703 ], [ -75.208334334860893, 40.047452122699802 ], [ -75.208652012782807, 40.047357219882002 ], [ -75.209207005962199, 40.047169659034701 ], [ -75.209624823463599, 40.047056850865303 ], [ -75.209739066087295, 40.0470352348812 ], [ -75.209834716355999, 40.047044056096901 ], [ -75.209924686096699, 40.047064822320998 ], [ -75.209987997224005, 40.047098411313598 ], [ -75.210020023864701, 40.047128625380701 ], [ -75.210059564025997, 40.0471911946766 ], [ -75.210143602224406, 40.047417031333801 ], [ -75.210214004406197, 40.047587578437799 ], [ -75.210274457067001, 40.0476975511693 ], [ -75.210310845637096, 40.047744983273397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29917, "tnode_": 6100, "lpoly_": null, "rpoly_": null, "length": 1081.34774739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIVEZEY", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1050, "l_t_add": 1198, "r_f_add": 1051, "r_t_add": 1199, "st_code": 51225, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 700612, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LIVEZEY LN", "stname": "LIVEZEY LN", "objectid": 27719, "Shape__Length": 430.57266849033755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210310845637096, 40.047744983273397 ], [ -75.210339351341801, 40.047782139988698 ], [ -75.210444300775606, 40.047868954944803 ], [ -75.210521312306398, 40.047909552627097 ], [ -75.210693783993904, 40.048024361960501 ], [ -75.210901319824202, 40.048200943688002 ], [ -75.210957407246497, 40.048241077685297 ], [ -75.211052498076, 40.0483115805064 ], [ -75.211345836432798, 40.048540701048204 ], [ -75.211433060466504, 40.048588229005702 ], [ -75.211522329692698, 40.0486277543624 ], [ -75.211615488512706, 40.048656637396 ], [ -75.211820093963397, 40.048692005706897 ], [ -75.212005268305106, 40.048733649598901 ], [ -75.212075607927403, 40.048766051072 ], [ -75.212121685729301, 40.0487938926574 ], [ -75.212312572080094, 40.048916134947497 ], [ -75.212412143871703, 40.049006853075603 ], [ -75.212485910129402, 40.049087612703097 ], [ -75.212562023382304, 40.049152329577197 ], [ -75.212683020946599, 40.049230108430798 ], [ -75.212790972625996, 40.049283458565 ], [ -75.212851401283203, 40.049300886796601 ], [ -75.212929518299404, 40.049312000402999 ], [ -75.213125969265903, 40.049285491260697 ], [ -75.213380011757593, 40.049224915389203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8072, "tnode_": 7829, "lpoly_": null, "rpoly_": null, "length": 769.64275673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEDLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 63640, "l_hundred": 500, "r_hundred": 500, "seg_id": 700613, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-04-15T00:00:00Z", "newsegdate": "2015-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "PEDLEY RD", "stname": "PEDLEY RD", "objectid": 27720, "Shape__Length": 306.53760456766508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218958677915495, 40.039810423143898 ], [ -75.219142016943906, 40.040069673070597 ], [ -75.219154613286705, 40.0401536676736 ], [ -75.219108328024504, 40.040366758143598 ], [ -75.219017054776501, 40.0404803008378 ], [ -75.217657792419402, 40.041070680161901 ], [ -75.217446739247606, 40.041156699001803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29285, "tnode_": 7281, "lpoly_": null, "rpoly_": null, "length": 1606.3037904, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SCHUYLKILL RIVER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7800, "l_t_add": 8498, "r_f_add": 7801, "r_t_add": 8499, "st_code": 1171, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 700615, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2016-03-04T00:00:00Z", "newsegdate": "2016-03-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N SCHUYLKILL RIVER TRL", "stname": "N SCHUYLKILL RIVER TRL", "objectid": 27721, "Shape__Length": 639.98487068770237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253988399818496, 40.047793599962603 ], [ -75.253901383009804, 40.047706195721098 ], [ -75.253614461317696, 40.047505039769 ], [ -75.252899803999895, 40.047020385140002 ], [ -75.252435449655493, 40.046703361050099 ], [ -75.251839608533402, 40.046307833272202 ], [ -75.251102978075593, 40.045803779112198 ], [ -75.251080792309907, 40.045789478050999 ], [ -75.251029489957205, 40.045717811096203 ], [ -75.250700080536902, 40.045180427765999 ], [ -75.250382610655393, 40.044969255395998 ], [ -75.250237426652205, 40.0448692489433 ], [ -75.2501230394261, 40.044788936864201 ], [ -75.250085797087607, 40.044746669225802 ], [ -75.250073415182399, 40.0447231254416 ], [ -75.250071910044696, 40.0446612659821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4614, "tnode_": 4564, "lpoly_": null, "rpoly_": null, "length": 1412.3430326600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7498, "r_f_add": 7301, "r_t_add": 7499, "st_code": 25800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 27722, "Shape__Length": 561.99862697577703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195506855960204, 40.057901987194803 ], [ -75.196328535988997, 40.058385872494704 ], [ -75.196872729424598, 40.058647319963399 ], [ -75.197248830919094, 40.058748812557198 ], [ -75.197615403258396, 40.058793231726803 ], [ -75.197919487448104, 40.058804374357102 ], [ -75.198173693125895, 40.058779611676798 ], [ -75.198428126000096, 40.0587487717169 ], [ -75.200145091779405, 40.058386440147999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5027, "tnode_": 4564, "lpoly_": null, "rpoly_": null, "length": 1224.3041708600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7312, "l_t_add": 7398, "r_f_add": 7303, "r_t_add": 7399, "st_code": 31740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720002, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27723, "Shape__Length": 488.62406508917371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199292298310098, 40.055187948578201 ], [ -75.199633081383396, 40.0555400184466 ], [ -75.199842393688598, 40.0558669990697 ], [ -75.199915533358293, 40.056026749264099 ], [ -75.199980765530796, 40.056186322995302 ], [ -75.200023187938399, 40.0563210633726 ], [ -75.200057703745102, 40.056455629149703 ], [ -75.200085224219904, 40.056565711700301 ], [ -75.200102781282098, 40.056730308994602 ], [ -75.200091361359497, 40.057034144654203 ], [ -75.200034691163907, 40.0574890201312 ], [ -75.200013535479599, 40.057841293816701 ], [ -75.200074658362993, 40.058110247982299 ], [ -75.200145091779405, 40.058386440147999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4861, "tnode_": 27230, "lpoly_": null, "rpoly_": null, "length": 340.54307053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 332, "r_f_add": 301, "r_t_add": 323, "st_code": 12160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27724, "Shape__Length": 135.74330174842714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1971110888434, 40.056382601593199 ], [ -75.197883411777994, 40.055660323171601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5510, "tnode_": 5318, "lpoly_": null, "rpoly_": null, "length": 681.17864125999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 54640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720004, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27725, "Shape__Length": 271.30390310550894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201465462843004, 40.052325933736299 ], [ -75.203218140509804, 40.053436189421198 ], [ -75.203345195187097, 40.053513298825202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4994, "tnode_": 5141, "lpoly_": null, "rpoly_": null, "length": 431.19297775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 242, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 57460, "l_hundred": 200, "r_hundred": 200, "seg_id": 720005, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27726, "Shape__Length": 171.86945475733617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192967820067395, 40.055276467174401 ], [ -75.193953976630596, 40.054367179401801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4559, "tnode_": 4852, "lpoly_": null, "rpoly_": null, "length": 890.04419797999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 29680, "l_hundred": 100, "r_hundred": 100, "seg_id": 720006, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DURHAM ST", "stname": "W DURHAM ST", "objectid": 27727, "Shape__Length": 354.7801684376816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191350195259503, 40.058168967246502 ], [ -75.193377957941806, 40.056287038195002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5873, "tnode_": 5599, "lpoly_": null, "rpoly_": null, "length": 651.10962388999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7014, "r_f_add": 7001, "r_t_add": 7015, "st_code": 50780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720007, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27728, "Shape__Length": 259.84090203968725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194128604050505, 40.049935313138299 ], [ -75.194315943220403, 40.050257181273999 ], [ -75.194373561550904, 40.050451376140302 ], [ -75.194413680352696, 40.050646886387298 ], [ -75.194386650405406, 40.050944292193698 ], [ -75.1943295933157, 40.051198458477799 ], [ -75.194225237802897, 40.051404621193399 ], [ -75.194086651144204, 40.051642249378098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5730, "tnode_": 5995, "lpoly_": null, "rpoly_": null, "length": 637.78567868000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 712, "r_f_add": 701, "r_t_add": 739, "st_code": 12160, "l_hundred": 700, "r_hundred": 700, "seg_id": 720008, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27729, "Shape__Length": 254.20579651016371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202999276210306, 40.050875147656299 ], [ -75.204444110783797, 40.049521491801102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5848, "tnode_": 6033, "lpoly_": null, "rpoly_": null, "length": 595.6986835, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 636, "l_t_add": 698, "r_f_add": 637, "r_t_add": 699, "st_code": 57480, "l_hundred": 600, "r_hundred": 600, "seg_id": 720009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27730, "Shape__Length": 237.36537253452906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199051091248904, 40.050134552175003 ], [ -75.199264196808898, 40.050187160581501 ], [ -75.199469753153807, 40.050216637128997 ], [ -75.199559062891296, 40.050212392166003 ], [ -75.199640741188603, 40.050195520455397 ], [ -75.199735035054999, 40.050166471481802 ], [ -75.199805269554204, 40.050130660623601 ], [ -75.199888468015601, 40.0500733386421 ], [ -75.199959988748503, 40.050003300130697 ], [ -75.200028979939006, 40.0498927215884 ], [ -75.200065347068403, 40.049787647507998 ], [ -75.200089333691807, 40.049688527248797 ], [ -75.200116900979197, 40.049601941919697 ], [ -75.200183012404395, 40.049460158031003 ], [ -75.200377700695896, 40.049224543926798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6154, "tnode_": 5995, "lpoly_": null, "rpoly_": null, "length": 483.2254173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 72580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27731, "Shape__Length": 192.43583174751578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203088357562706, 40.048700495641597 ], [ -75.204444110783797, 40.049521491801102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27179, "tnode_": 6099, "lpoly_": null, "rpoly_": null, "length": 588.9954295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN ECHO", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 37100, "l_hundred": 600, "r_hundred": 600, "seg_id": 720011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN ECHO RD", "stname": "GLEN ECHO RD", "objectid": 27732, "Shape__Length": 234.61610748516355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197477916021498, 40.049813583640599 ], [ -75.198289970341904, 40.049031285277103 ], [ -75.198420201118495, 40.0489112189235 ], [ -75.198696894928005, 40.048847100419202 ], [ -75.199006088603795, 40.048853966756703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6446, "tnode_": 6388, "lpoly_": null, "rpoly_": null, "length": 597.2866656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7001, "r_t_add": 7199, "st_code": 81880, "l_hundred": 7100, "r_hundred": 7000, "seg_id": 720012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27733, "Shape__Length": 237.60266550060689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202184966480701, 40.0473344595081 ], [ -75.202388925650197, 40.047441587168102 ], [ -75.202645745625603, 40.047556754968198 ], [ -75.202906296354698, 40.047647703075597 ], [ -75.203146768937998, 40.0477016626173 ], [ -75.203338471256203, 40.047725327318801 ], [ -75.203620271672193, 40.047736486332902 ], [ -75.203869242094598, 40.047737092498501 ], [ -75.204089205334597, 40.047740023169901 ], [ -75.204186439209394, 40.047705555924097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6388, "tnode_": 6417, "lpoly_": null, "rpoly_": null, "length": 660.26688014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 81880, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27734, "Shape__Length": 262.54975683834027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204186439209394, 40.047705555924097 ], [ -75.2043061545955, 40.047688453537504 ], [ -75.206273251097102, 40.047516472335303 ], [ -75.206529058340095, 40.047498704074599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6388, "tnode_": 6735, "lpoly_": null, "rpoly_": null, "length": 746.64098077999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 714, "l_t_add": 798, "r_f_add": 723, "r_t_add": 799, "st_code": 57420, "l_hundred": 700, "r_hundred": 700, "seg_id": 720014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27735, "Shape__Length": 297.56888962900081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204186439209394, 40.047705555924097 ], [ -75.205783887880401, 40.046216300311102 ], [ -75.205894372340893, 40.046132139426298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6323, "tnode_": 6619, "lpoly_": null, "rpoly_": null, "length": 597.34271868000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 31280, "l_hundred": 600, "r_hundred": 600, "seg_id": 720015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELLET ST", "stname": "W ELLET ST", "objectid": 27736, "Shape__Length": 238.07741817853804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198062771088203, 40.047748883681002 ], [ -75.199412391487698, 40.0464788422995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7081, "tnode_": 6735, "lpoly_": null, "rpoly_": null, "length": 780.02865266000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 84060, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27737, "Shape__Length": 310.80403646856746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203999317879394, 40.044562962273801 ], [ -75.204092912353701, 40.044628841967899 ], [ -75.205894372340893, 40.046132139426298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7507, "tnode_": 7081, "lpoly_": null, "rpoly_": null, "length": 1062.2722193400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6910, "l_t_add": 7098, "r_f_add": 6911, "r_t_add": 7099, "st_code": 84060, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720017, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27738, "Shape__Length": 423.26320771555481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201435242367495, 40.042413598095699 ], [ -75.203999317879394, 40.044562962273801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6902, "tnode_": 7236, "lpoly_": null, "rpoly_": null, "length": 621.40141293, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 654, "r_f_add": 601, "r_t_add": 699, "st_code": 64480, "l_hundred": 600, "r_hundred": 600, "seg_id": 720018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PHIL ELLENA ST", "stname": "W PHIL ELLENA ST", "objectid": 27739, "Shape__Length": 247.74743006200939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193844480020203, 40.045078686732403 ], [ -75.194160638941398, 40.044874752210497 ], [ -75.194315440753599, 40.044756560763098 ], [ -75.194421887508994, 40.044661619580303 ], [ -75.194512522089298, 40.044566327442602 ], [ -75.194619883622295, 40.044447080223598 ], [ -75.194719795971906, 40.044315503649599 ], [ -75.194821310931005, 40.044141389292697 ], [ -75.194906781296595, 40.043973000653601 ], [ -75.194968990809699, 40.0437919301189 ], [ -75.195000206453997, 40.043672979183803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7537, "tnode_": 7860, "lpoly_": null, "rpoly_": null, "length": 815.79811257999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBUTUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 12940, "l_hundred": 600, "r_hundred": 600, "seg_id": 720019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBUTUS ST", "stname": "ARBUTUS ST", "objectid": 27740, "Shape__Length": 325.13469607828733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196384038203206, 40.042212864129397 ], [ -75.197506454097606, 40.041139760612403 ], [ -75.197517331698407, 40.041060939262699 ], [ -75.197481687036401, 40.040956756116898 ], [ -75.196878868016896, 40.040465070874703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7936, "tnode_": 7660, "lpoly_": null, "rpoly_": null, "length": 571.31104934000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6612, "r_f_add": 6601, "r_t_add": 6623, "st_code": 81880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27741, "Shape__Length": 227.98966853258565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193920036447807, 40.040045673261801 ], [ -75.193993122676801, 40.040301410883004 ], [ -75.193994638505501, 40.040891378315202 ], [ -75.194020082807299, 40.041056153498602 ], [ -75.194121843043902, 40.041295607270001 ], [ -75.1942793804823, 40.041568639912697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8062, "tnode_": 7936, "lpoly_": null, "rpoly_": null, "length": 476.77110704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6511, "r_t_add": 6599, "st_code": 81880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27742, "Shape__Length": 189.86565497434026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192663337020207, 40.039248794001701 ], [ -75.192915011091401, 40.039304328067402 ], [ -75.193188742004907, 40.039389484746003 ], [ -75.193514387939302, 40.039593381868698 ], [ -75.193659785155603, 40.039697977284597 ], [ -75.193782161045604, 40.039810172830201 ], [ -75.193920036447807, 40.040045673261801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7925, "tnode_": 8288, "lpoly_": null, "rpoly_": null, "length": 841.86372890999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGBANK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6601, "l_t_add": 6799, "r_f_add": 6600, "r_t_add": 6798, "st_code": 73840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGBANK ST", "stname": "SPRINGBANK ST", "objectid": 27743, "Shape__Length": 335.78339131942533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200653153439006, 40.040267258747001 ], [ -75.200546418313806, 40.040164304535999 ], [ -75.199827774337805, 40.039284738592499 ], [ -75.199715350680293, 40.0391180338179 ], [ -75.1996571712682, 40.038989866404599 ], [ -75.199617120187696, 40.038887779162998 ], [ -75.199602851718694, 40.038766987423202 ], [ -75.199601473883405, 40.038636844775802 ], [ -75.199626480280102, 40.038411817675403 ], [ -75.199688584040999, 40.038183431809699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8766, "tnode_": 8375, "lpoly_": null, "rpoly_": null, "length": 1140.32231353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6398, "r_f_add": 6201, "r_t_add": 6399, "st_code": 50780, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720024, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27744, "Shape__Length": 454.39279774707387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188407418740795, 40.0349765264423 ], [ -75.188723974122198, 40.035424614311303 ], [ -75.188967849172002, 40.035623274150304 ], [ -75.189175656300307, 40.035790140970803 ], [ -75.189515702929896, 40.036004503003603 ], [ -75.189962761231499, 40.0363185587467 ], [ -75.190315643245896, 40.0366122685463 ], [ -75.190575037358599, 40.036867402375698 ], [ -75.190990580968602, 40.037362410584898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8942, "tnode_": 8725, "lpoly_": null, "rpoly_": null, "length": 411.1700117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK LINE", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 63013, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LINE DR", "stname": "PARK LINE DR", "objectid": 27745, "Shape__Length": 164.07514014159241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197675875426299, 40.034413150213403 ], [ -75.197817897373895, 40.034757815437302 ], [ -75.197889802316496, 40.035063996623798 ], [ -75.197976645676107, 40.035515123466503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5653, "tnode_": 5466, "lpoly_": null, "rpoly_": null, "length": 552.95967264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEMARY", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 69440, "l_hundred": 200, "r_hundred": 200, "seg_id": 720028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEMARY LN", "stname": "ROSEMARY LN", "objectid": 27746, "Shape__Length": 220.45357142997631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193213052190998, 40.051173077639604 ], [ -75.193012639876102, 40.0513410532077 ], [ -75.192934049651797, 40.051481966322797 ], [ -75.192902546619493, 40.051642787299002 ], [ -75.192929137447095, 40.051777178321203 ], [ -75.192971772117204, 40.051905844649902 ], [ -75.193062309179496, 40.052023414454702 ], [ -75.193247278408805, 40.052155248461801 ], [ -75.193635089218205, 40.052382703616303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5716, "tnode_": 5796, "lpoly_": null, "rpoly_": null, "length": 225.47065027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 21560, "l_hundred": 200, "r_hundred": 200, "seg_id": 720029, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27747, "Shape__Length": 89.875078811491534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191321375978703, 40.050752603568299 ], [ -75.191818382662305, 40.0502655667079 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5459, "tnode_": 5793, "lpoly_": null, "rpoly_": null, "length": 834.76712533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 63680, "l_hundred": 100, "r_hundred": 100, "seg_id": 720030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 27748, "Shape__Length": 333.07227948438697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187711323901794, 40.052341240409802 ], [ -75.188160195744999, 40.051902041687903 ], [ -75.188276175727296, 40.051764745850399 ], [ -75.188352618636401, 40.051626569224801 ], [ -75.1884216127863, 40.051476062889598 ], [ -75.188468031928494, 40.051294643322201 ], [ -75.188489352519099, 40.051149155762801 ], [ -75.188500920671501, 40.0502208415976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7476, "tnode_": 7346, "lpoly_": null, "rpoly_": null, "length": 396.06183306000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6460, "l_t_add": 6498, "r_f_add": 6501, "r_t_add": 6547, "st_code": 38460, "l_hundred": 6400, "r_hundred": 6500, "seg_id": 720031, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27749, "Shape__Length": 157.71763693867811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189481592195094, 40.042316771250903 ], [ -75.190580931933397, 40.043000991251297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6311, "tnode_": 6316, "lpoly_": null, "rpoly_": null, "length": 667.7945805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 22700, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27750, "Shape__Length": 265.53195213129459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189744144961097, 40.047595886530097 ], [ -75.190970390034394, 40.0476478220275 ], [ -75.192126379940603, 40.047688216791698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6829, "tnode_": 7087, "lpoly_": null, "rpoly_": null, "length": 521.01772468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 350, "l_t_add": 360, "r_f_add": 349, "r_t_add": 365, "st_code": 43660, "l_hundred": 300, "r_hundred": 300, "seg_id": 720033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 27751, "Shape__Length": 207.67037632751183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189755118780397, 40.045380615881399 ], [ -75.190604054531605, 40.0445622696542 ], [ -75.190895043728901, 40.044250557200399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7267, "tnode_": 7591, "lpoly_": null, "rpoly_": null, "length": 636.55929516000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 43660, "l_hundred": 400, "r_hundred": 400, "seg_id": 720034, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 27752, "Shape__Length": 253.90985814159984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191201599837001, 40.043395180015203 ], [ -75.191243215849696, 40.043141204508501 ], [ -75.191349319481702, 40.042845559543402 ], [ -75.191452214426505, 40.042634988930999 ], [ -75.191579514852506, 40.042406715558499 ], [ -75.191770981710903, 40.042155544895998 ], [ -75.192096963200797, 40.041818005045997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7346, "tnode_": 7675, "lpoly_": null, "rpoly_": null, "length": 720.00317987000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 79020, "l_hundred": 400, "r_hundred": 400, "seg_id": 720035, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 27753, "Shape__Length": 287.07418611645141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190580931933397, 40.043000991251297 ], [ -75.190605209580397, 40.042853310462696 ], [ -75.190544024728098, 40.042377565939901 ], [ -75.190605785987202, 40.042208652015098 ], [ -75.190688286076096, 40.0421192633763 ], [ -75.191511559587198, 40.041480768717797 ], [ -75.1916424192748, 40.041349217324999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7633, "tnode_": 7840, "lpoly_": null, "rpoly_": null, "length": 427.21612416, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 23920, "l_hundred": 300, "r_hundred": 300, "seg_id": 720036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLIVEDEN ST", "stname": "W CLIVEDEN ST", "objectid": 27754, "Shape__Length": 170.26887675913551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188299885772494, 40.041556729824102 ], [ -75.189242692128602, 40.040634641032099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7994, "tnode_": 8225, "lpoly_": null, "rpoly_": null, "length": 580.54820327999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 352, "l_t_add": 398, "r_f_add": 347, "r_t_add": 399, "st_code": 46220, "l_hundred": 300, "r_hundred": 300, "seg_id": 720037, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 27755, "Shape__Length": 231.3681471279393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188799868328303, 40.0394897479663 ], [ -75.190088986665003, 40.038241551838198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7785, "tnode_": 8026, "lpoly_": null, "rpoly_": null, "length": 623.3545241, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 81180, "l_hundred": 0, "r_hundred": 0, "seg_id": 720039, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 27756, "Shape__Length": 248.41144216732957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178633170638804, 40.040463101903697 ], [ -75.179007143766299, 40.040175965535298 ], [ -75.180050643867105, 40.039146670582198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9078, "tnode_": 9300, "lpoly_": null, "rpoly_": null, "length": 1276.69829643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 698, "r_f_add": 445, "r_t_add": 699, "st_code": 41120, "l_hundred": 500, "r_hundred": 400, "seg_id": 720040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 27757, "Shape__Length": 508.02681643795557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183795245470293, 40.033220414448699 ], [ -75.184494782563107, 40.032534319549697 ], [ -75.184553927006604, 40.032472562028197 ], [ -75.184776973403004, 40.0322494890667 ], [ -75.184906409363805, 40.032165039901699 ], [ -75.185053299692797, 40.0321197985201 ], [ -75.185187208154403, 40.032083970899599 ], [ -75.185370473513501, 40.032078359543902 ], [ -75.185671553527499, 40.032128752353103 ], [ -75.186187982527201, 40.032159690383303 ], [ -75.187276422058403, 40.0320869377355 ], [ -75.1874537457483, 40.0320714857341 ], [ -75.1876627116701, 40.032076640851002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8721, "tnode_": 8910, "lpoly_": null, "rpoly_": null, "length": 432.15425885000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 214, "l_t_add": 260, "r_f_add": 219, "r_t_add": 255, "st_code": 68740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720041, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 27758, "Shape__Length": 172.22413315897765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179216628694903, 40.035070520378603 ], [ -75.180088717863896, 40.0342187701428 ], [ -75.180163384364107, 40.034133960169299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8717, "tnode_": 8691, "lpoly_": null, "rpoly_": null, "length": 91.40816284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5606, "r_f_add": 5601, "r_t_add": 5603, "st_code": 36660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720042, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27759, "Shape__Length": 36.413576866652903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173726902715103, 40.035022077557599 ], [ -75.173953494536903, 40.035202706580797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26852, "tnode_": 8194, "lpoly_": null, "rpoly_": null, "length": 253.42987772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 18, "l_t_add": 40, "r_f_add": 19, "r_t_add": 99, "st_code": 41120, "l_hundred": 0, "r_hundred": 0, "seg_id": 720043, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2012-12-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 27760, "Shape__Length": 100.99653581306872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178080928792099, 40.038789136105301 ], [ -75.1786497694997, 40.038248007947203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9236, "tnode_": 9188, "lpoly_": null, "rpoly_": null, "length": 234.53022198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5267, "r_t_add": 5299, "st_code": 36660, "l_hundred": 5300, "r_hundred": 5200, "seg_id": 720044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27761, "Shape__Length": 93.353682590208621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168526652292698, 40.031954796866103 ], [ -75.169213479065306, 40.032323230324202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6097, "tnode_": 5949, "lpoly_": null, "rpoly_": null, "length": 518.42635122000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6012, "l_t_add": 6098, "r_f_add": 6013, "r_t_add": 6099, "st_code": 22960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720046, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 27762, "Shape__Length": 206.45969044727502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169272072858007, 40.0482156606137 ], [ -75.170716287390604, 40.049106407292498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6294, "tnode_": 6145, "lpoly_": null, "rpoly_": null, "length": 411.9376197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 22960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 27763, "Shape__Length": 164.0494946255169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167704539667895, 40.047254337025898 ], [ -75.168851009048794, 40.047963145472899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6543, "tnode_": 6145, "lpoly_": null, "rpoly_": null, "length": 840.92133562999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 559, "l_t_add": 699, "r_f_add": 560, "r_t_add": 698, "st_code": 42500, "l_hundred": 500, "r_hundred": 500, "seg_id": 720048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 27764, "Shape__Length": 335.17126934927285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170727055830497, 40.0461603693265 ], [ -75.168851009048794, 40.047963145472899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8434, "tnode_": 8303, "lpoly_": null, "rpoly_": null, "length": 350.53368206, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 29, "l_t_add": 115, "r_f_add": 100, "r_t_add": 160, "st_code": 22560, "l_hundred": 0, "r_hundred": 100, "seg_id": 720049, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 27765, "Shape__Length": 139.69953995149208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173852942641105, 40.0366852423682 ], [ -75.173081339403694, 40.037442985861901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8165, "tnode_": 8129, "lpoly_": null, "rpoly_": null, "length": 89.32376547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5836, "l_t_add": 5836, "r_f_add": 5837, "r_t_add": 5837, "st_code": 50200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 27766, "Shape__Length": 35.569464865256563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175298638953905, 40.038328205747497 ], [ -75.175544130403793, 40.038484793385997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8154, "tnode_": 7748, "lpoly_": null, "rpoly_": null, "length": 1051.618252, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 39920, "l_hundred": 0, "r_hundred": 0, "seg_id": 720051, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 27767, "Shape__Length": 419.07576437415901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176957638590196, 40.0384317761701 ], [ -75.176806140086597, 40.038498056485302 ], [ -75.175798161943504, 40.039467552174202 ], [ -75.174569269536306, 40.040647943467398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7053, "tnode_": 6814, "lpoly_": null, "rpoly_": null, "length": 601.91787679000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 57660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 27768, "Shape__Length": 239.68517457801551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168447188032502, 40.043907710265898 ], [ -75.170137670430805, 40.044928568472699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7398, "tnode_": 7278, "lpoly_": null, "rpoly_": null, "length": 374.91689044000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5842, "l_t_add": 5898, "r_f_add": 5803, "r_t_add": 5899, "st_code": 57180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 27769, "Shape__Length": 149.31668461130144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171198696709098, 40.042264829262201 ], [ -75.171425072205395, 40.042490485097701 ], [ -75.171493095030797, 40.042533531568601 ], [ -75.171836174036997, 40.042745553757698 ], [ -75.171922454264404, 40.042794473471297 ], [ -75.172029834295401, 40.042849329488803 ], [ -75.172137503623205, 40.042896544112601 ], [ -75.172203307418798, 40.042931339341401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7498, "tnode_": 28078, "lpoly_": null, "rpoly_": null, "length": 364.82970347000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 52940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 27770, "Shape__Length": 145.27779709293628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168710227451996, 40.041695524343801 ], [ -75.169724857463905, 40.0423238952961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7604, "tnode_": 7398, "lpoly_": null, "rpoly_": null, "length": 403.77486174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5840, "r_f_add": 5801, "r_t_add": 5801, "st_code": 57180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 27771, "Shape__Length": 161.06833306485035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170746517335104, 40.041254097236802 ], [ -75.170818393619996, 40.041356681215802 ], [ -75.170874719151797, 40.041469340681701 ], [ -75.1709107521703, 40.041561290652297 ], [ -75.170931370510203, 40.041642768039502 ], [ -75.170930157902404, 40.041744008193298 ], [ -75.170923909908694, 40.041839060669197 ], [ -75.170922697286301, 40.041940300821999 ], [ -75.170943855315201, 40.042007612905103 ], [ -75.1709887095993, 40.042075457017802 ], [ -75.171067329771901, 40.042156211149802 ], [ -75.171198696709098, 40.042264829262201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7734, "tnode_": 7604, "lpoly_": null, "rpoly_": null, "length": 348.93911004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 57180, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 27772, "Shape__Length": 138.95985710828353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169796683069094, 40.040638999314602 ], [ -75.170675013234799, 40.041177255355798 ], [ -75.170746517335104, 40.041254097236802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28080, "tnode_": 7278, "lpoly_": null, "rpoly_": null, "length": 391.47025742, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 39920, "l_hundred": 300, "r_hundred": 300, "seg_id": 720057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2000-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 27773, "Shape__Length": 156.02192966749803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173073685576298, 40.042090316666503 ], [ -75.172203307418798, 40.042931339341401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28079, "tnode_": 7398, "lpoly_": null, "rpoly_": null, "length": 377.27528504999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 455, "r_f_add": 400, "r_t_add": 454, "st_code": 68720, "l_hundred": 400, "r_hundred": 400, "seg_id": 720058, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 27774, "Shape__Length": 150.36070881410251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172041751362698, 40.041456908585701 ], [ -75.171198696709098, 40.042264829262201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6814, "tnode_": 6574, "lpoly_": null, "rpoly_": null, "length": 516.13693496999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 535, "l_t_add": 581, "r_f_add": 528, "r_t_add": 598, "st_code": 39920, "l_hundred": 500, "r_hundred": 500, "seg_id": 720059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 27775, "Shape__Length": 205.7154434556011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170137670430805, 40.044928568472699 ], [ -75.169470832893893, 40.045574464360001 ], [ -75.168986758328302, 40.046035380407098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7122, "tnode_": 27752, "lpoly_": null, "rpoly_": null, "length": 222.65959843000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5622, "r_f_add": 5601, "r_t_add": 5621, "st_code": 26240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 27776, "Shape__Length": 88.664824203283771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163454490467799, 40.0434410015745 ], [ -75.164076559249693, 40.043821803473698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8334, "tnode_": 8188, "lpoly_": null, "rpoly_": null, "length": 586.49240440999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5536, "l_t_add": 5598, "r_f_add": 5519, "r_t_add": 5599, "st_code": 16300, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720061, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 27777, "Shape__Length": 233.53056263447277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168971883040896, 40.037157572765999 ], [ -75.169102110468202, 40.0371609072387 ], [ -75.169228680777593, 40.037169169919999 ], [ -75.169350495244203, 40.037209835925999 ], [ -75.170589835507599, 40.038109238754501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8404, "tnode_": 8188, "lpoly_": null, "rpoly_": null, "length": 577.408619, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 13240, "l_hundred": 100, "r_hundred": 100, "seg_id": 720062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 27778, "Shape__Length": 230.12813478599423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171842539871506, 40.036850174496102 ], [ -75.170589835507599, 40.038109238754501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8364, "tnode_": 29799, "lpoly_": null, "rpoly_": null, "length": 1033.9315879599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5348, "r_f_add": 5301, "r_t_add": 5349, "st_code": 16560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720063, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 27779, "Shape__Length": 411.12593838570513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164053189415199, 40.036825974732999 ], [ -75.164269338342393, 40.036849727123602 ], [ -75.167211752679805, 40.0373955240632 ], [ -75.167456107808405, 40.037413169580603 ], [ -75.167656632476593, 40.037406067650601 ], [ -75.167657741153704, 40.037405919582298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8422, "tnode_": 8330, "lpoly_": null, "rpoly_": null, "length": 261.76585365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 247, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 23080, "l_hundred": 200, "r_hundred": 200, "seg_id": 720064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 27780, "Shape__Length": 104.29014182645992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1690516170829, 40.036658707117901 ], [ -75.168418785132403, 40.037187612687703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8464, "tnode_": 8364, "lpoly_": null, "rpoly_": null, "length": 363.90980659000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 63840, "l_hundred": 300, "r_hundred": 300, "seg_id": 720065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 27781, "Shape__Length": 144.87436633615255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165097499636502, 40.036243291802101 ], [ -75.165013685397199, 40.036313258616801 ], [ -75.1648584013966, 40.0364352036705 ], [ -75.164691551707506, 40.036531157051598 ], [ -75.164235261443494, 40.036755684326899 ], [ -75.164053189415199, 40.036825974732999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9040, "tnode_": 8734, "lpoly_": null, "rpoly_": null, "length": 756.10517516000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 25320, "l_hundred": 0, "r_hundred": 0, "seg_id": 720066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COULTER ST", "stname": "E COULTER ST", "objectid": 27782, "Shape__Length": 301.32801198503017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170612863758294, 40.033140746927103 ], [ -75.168993491869898, 40.034730718640603 ], [ -75.168968076448195, 40.034783532484099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8626, "tnode_": 8503, "lpoly_": null, "rpoly_": null, "length": 305.18296925000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 13680, "l_hundred": 400, "r_hundred": 400, "seg_id": 720067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHMEAD ST", "stname": "E ASHMEAD ST", "objectid": 27783, "Shape__Length": 121.62615057327211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162735692339794, 40.035303791794703 ], [ -75.162069401501597, 40.035966771570202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8770, "tnode_": 8508, "lpoly_": null, "rpoly_": null, "length": 636.18516279000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 463, "r_f_add": 400, "r_t_add": 452, "st_code": 84160, "l_hundred": 400, "r_hundred": 400, "seg_id": 720068, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 27784, "Shape__Length": 253.52781900796896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160415027812704, 40.0343607904341 ], [ -75.159003649778896, 40.035729341954202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8723, "tnode_": 8688, "lpoly_": null, "rpoly_": null, "length": 142.84269499000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5128, "l_t_add": 5128, "r_f_add": 5141, "r_t_add": 5141, "st_code": 69700, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 27785, "Shape__Length": 56.871643434366561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161705741012199, 40.034678731908897 ], [ -75.1619744806315, 40.034837143005802 ], [ -75.162107749595606, 40.034920069470502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9449, "tnode_": 9384, "lpoly_": null, "rpoly_": null, "length": 464.84665146000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 51440, "l_hundred": 300, "r_hundred": 300, "seg_id": 720070, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOGAN ST", "stname": "E LOGAN ST", "objectid": 27786, "Shape__Length": 184.82698394325632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158125870008703, 40.030834523422101 ], [ -75.157977828498602, 40.030837171383901 ], [ -75.156511425113194, 40.031120119454499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9526, "tnode_": 9427, "lpoly_": null, "rpoly_": null, "length": 266.84520322999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4926, "l_t_add": 4956, "r_f_add": 4925, "r_t_add": 4953, "st_code": 80940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 720071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 27787, "Shape__Length": 106.22995255231156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160482471255804, 40.030507686998597 ], [ -75.1612419419085, 40.030950109293798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9154, "tnode_": 8900, "lpoly_": null, "rpoly_": null, "length": 853.42477445000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 72470, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 720072, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 27788, "Shape__Length": 339.76713691150468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158638127898797, 40.032314164311998 ], [ -75.159183462193695, 40.032642032707002 ], [ -75.1608187550503, 40.033608716087699 ], [ -75.161051641355598, 40.033744683358698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8057, "tnode_": 7658, "lpoly_": null, "rpoly_": null, "length": 800.50758988000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 5501, "r_t_add": 5649, "st_code": 84160, "l_hundred": 600, "r_hundred": 5500, "seg_id": 720073, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 27789, "Shape__Length": 319.51814136603184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158454184992905, 40.0385483808681 ], [ -75.1584063420825, 40.040745560653399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8293, "tnode_": 8128, "lpoly_": null, "rpoly_": null, "length": 472.73869557, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 433, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 63840, "l_hundred": 400, "r_hundred": 400, "seg_id": 720074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 27790, "Shape__Length": 188.31939497528668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163252455865205, 40.037262608216402 ], [ -75.162754542282499, 40.037508752902802 ], [ -75.162079909540097, 40.038172994080199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9292, "tnode_": 9274, "lpoly_": null, "rpoly_": null, "length": 683.4880004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1901, "st_code": 50940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720075, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 27791, "Shape__Length": 271.73485514032365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152372473454804, 40.031396310870697 ], [ -75.152737726195596, 40.0314356278028 ], [ -75.153278592607407, 40.031515804664799 ], [ -75.153697376106095, 40.031565978726597 ], [ -75.153834828619495, 40.031573436947497 ], [ -75.154036708919804, 40.0315736492824 ], [ -75.154229884817198, 40.031554808948599 ], [ -75.154445243126204, 40.0315299813903 ], [ -75.154778665769697, 40.031461519932499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8439, "tnode_": 8367, "lpoly_": null, "rpoly_": null, "length": 878.81910266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 16560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 720076, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 27792, "Shape__Length": 349.58759313773299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1555110352338, 40.036113328661898 ], [ -75.155859924203199, 40.036425523791998 ], [ -75.156126314313994, 40.0365601700856 ], [ -75.156384816680898, 40.036653378296897 ], [ -75.156645265759593, 40.036695663897902 ], [ -75.157023180198095, 40.036721184821502 ], [ -75.158375910134794, 40.036694147857503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8912, "tnode_": 8470, "lpoly_": null, "rpoly_": null, "length": 909.44216432999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 61180, "l_hundred": 5200, "r_hundred": 5300, "seg_id": 720078, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27793, "Shape__Length": 362.78523903056714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150809712858901, 40.033517241012298 ], [ -75.150766654916595, 40.033942313751702 ], [ -75.150763899112107, 40.034306595959599 ], [ -75.150706746354203, 40.034629482429303 ], [ -75.150575123881893, 40.034947815536597 ], [ -75.150404566641697, 40.035210758404702 ], [ -75.149862183069104, 40.035836820678099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8848, "tnode_": 8912, "lpoly_": null, "rpoly_": null, "length": 468.69086415000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 34140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 720079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 27794, "Shape__Length": 186.36987184466992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149191317874397, 40.033770841839299 ], [ -75.149550169959696, 40.033645104945201 ], [ -75.149768752110802, 40.033589808138402 ], [ -75.150035479784094, 40.033544206453399 ], [ -75.150394769937705, 40.033517913240601 ], [ -75.150562898352305, 40.033513112082701 ], [ -75.150809712858901, 40.033517241012298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9292, "tnode_": 8912, "lpoly_": null, "rpoly_": null, "length": 896.05249329000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 61180, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720080, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27795, "Shape__Length": 357.26135337792886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152372473454804, 40.031396310870697 ], [ -75.151275250226504, 40.032588435757098 ], [ -75.151134823493194, 40.032789324335397 ], [ -75.150992443897906, 40.033041184194502 ], [ -75.150868189120402, 40.033329465950999 ], [ -75.150809712858901, 40.033517241012298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8848, "tnode_": 8502, "lpoly_": null, "rpoly_": null, "length": 743.70812532999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 88090, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 27796, "Shape__Length": 296.75107568802605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149191317874397, 40.033770841839299 ], [ -75.149430158723504, 40.034147305620699 ], [ -75.149474570411599, 40.034254459261803 ], [ -75.149516565845801, 40.034424672695202 ], [ -75.149520618761301, 40.0345136985583 ], [ -75.149251836245, 40.035744409638603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4494, "tnode_": 4144, "lpoly_": null, "rpoly_": null, "length": 1243.3608207299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 13080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 27797, "Shape__Length": 495.40178749326452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174313906863105, 40.058151372793802 ], [ -75.175771769893103, 40.059054755796701 ], [ -75.175979525748602, 40.059211455643599 ], [ -75.1761247099207, 40.0593485079633 ], [ -75.176581681967093, 40.059820962488203 ], [ -75.177080046784098, 40.060245687487601 ], [ -75.177511442749406, 40.060492259070401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4854, "tnode_": 4629, "lpoly_": null, "rpoly_": null, "length": 666.59407827000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 79000, "l_hundred": 500, "r_hundred": 500, "seg_id": 720084, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 27798, "Shape__Length": 265.75614727001766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1761900296721, 40.055828868924301 ], [ -75.175261829409905, 40.056719795638998 ], [ -75.174761646397798, 40.0572911583874 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4863, "tnode_": 4755, "lpoly_": null, "rpoly_": null, "length": 444.96552111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6340, "l_t_add": 6398, "r_f_add": 6325, "r_t_add": 6399, "st_code": 13080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 27799, "Shape__Length": 177.22026523810266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170252459771405, 40.055654997779101 ], [ -75.171497047622594, 40.0564148262117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5090, "tnode_": 4915, "lpoly_": null, "rpoly_": null, "length": 490.13375840999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 46200, "l_hundred": 900, "r_hundred": 900, "seg_id": 720086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 27800, "Shape__Length": 195.36509029207889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173808903686194, 40.054244814403297 ], [ -75.173683032324405, 40.054318571397097 ], [ -75.172696068233705, 40.055279064985598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4893, "tnode_": 4811, "lpoly_": null, "rpoly_": null, "length": 179.161602, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 901, "l_t_add": 1005, "r_f_add": 900, "r_t_add": 998, "st_code": 23900, "l_hundred": 900, "r_hundred": 900, "seg_id": 720087, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 27801, "Shape__Length": 71.418447530950587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174447354299005, 40.055708007669097 ], [ -75.174445380247803, 40.055710157374499 ], [ -75.174046941831406, 40.056091682707198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5581, "tnode_": 4964, "lpoly_": null, "rpoly_": null, "length": 1723.2214174899998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 809, "l_t_add": 1099, "r_f_add": 806, "r_t_add": 1098, "st_code": 81600, "l_hundred": 800, "r_hundred": 800, "seg_id": 720089, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 27802, "Shape__Length": 686.9064783556513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172783929558904, 40.051149070855899 ], [ -75.172746747020099, 40.051176413114497 ], [ -75.170186102386197, 40.053662326449398 ], [ -75.168960705310894, 40.054856015248802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6200, "tnode_": 5950, "lpoly_": null, "rpoly_": null, "length": 533.7552358, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 811, "l_t_add": 899, "r_f_add": 818, "r_t_add": 898, "st_code": 39920, "l_hundred": 800, "r_hundred": 800, "seg_id": 720090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 27803, "Shape__Length": 212.74968940391267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167240431077403, 40.047694156328497 ], [ -75.166056515013395, 40.048842636547199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4904, "tnode_": 4784, "lpoly_": null, "rpoly_": null, "length": 341.75147612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 36700, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERRY ST", "stname": "GERRY ST", "objectid": 27804, "Shape__Length": 136.38248078798838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156048997984598, 40.054981361651201 ], [ -75.156016085978806, 40.055430209869698 ], [ -75.156054123393403, 40.055551287539103 ], [ -75.156104384967705, 40.0556316576019 ], [ -75.156291752580302, 40.055865791635497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5781, "tnode_": 5704, "lpoly_": null, "rpoly_": null, "length": 132.62432775, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6213, "r_t_add": 6299, "st_code": 88170, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 27805, "Shape__Length": 52.943721313930723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153176101477698, 40.049493258873603 ], [ -75.153156428416906, 40.049857014006598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27036, "tnode_": 6488, "lpoly_": null, "rpoly_": null, "length": 301.06300011999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 48860, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 27806, "Shape__Length": 120.08871303733272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154982640719894, 40.0453187032413 ], [ -75.154996459984403, 40.045335755402 ], [ -75.155001648174107, 40.045377613975603 ], [ -75.155014822032697, 40.045654446013302 ], [ -75.155032379300195, 40.045727889803899 ], [ -75.155091034748693, 40.045791826414003 ], [ -75.1553540487227, 40.046058207894703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6983, "tnode_": 7023, "lpoly_": null, "rpoly_": null, "length": 641.5580923, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 59180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-08-23T00:00:00Z", "newsegdate": "2001-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 27807, "Shape__Length": 255.08751916378918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799401405303, 40.043682368461198 ], [ -75.1499247233983, 40.043704425715099 ], [ -75.150324924385203, 40.043688399279098 ], [ -75.152084667865694, 40.0436179109291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7933, "tnode_": 7656, "lpoly_": null, "rpoly_": null, "length": 562.63173501000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88090, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720096, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 27808, "Shape__Length": 224.49905044401535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148534441447396, 40.039011681968098 ], [ -75.148547314521593, 40.039250599204699 ], [ -75.148547879570998, 40.0393814416555 ], [ -75.148529503465596, 40.039496842349102 ], [ -75.148497100670596, 40.039686991886299 ], [ -75.148433701457407, 40.039885017966498 ], [ -75.148339057856802, 40.040097350000799 ], [ -75.148222275187194, 40.0403048907488 ], [ -75.148086404170996, 40.040489370826201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6346, "tnode_": 6619, "lpoly_": null, "rpoly_": null, "length": 493.59858587999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 724, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 57500, "l_hundred": 700, "r_hundred": 700, "seg_id": 720097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 27809, "Shape__Length": 196.87616159069393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199823884815999, 40.047669788034398 ], [ -75.1999101912443, 40.047489980717799 ], [ -75.199938252228904, 40.047375050042099 ], [ -75.199965340093399, 40.047268447350604 ], [ -75.199941764398503, 40.047071038725797 ], [ -75.199913333311699, 40.046985262851898 ], [ -75.1998616410648, 40.046886806158298 ], [ -75.199802268201793, 40.046782098064 ], [ -75.199693484839301, 40.046656201542099 ], [ -75.199412391487698, 40.0464788422995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7985, "tnode_": 7627, "lpoly_": null, "rpoly_": null, "length": 1236.91402311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTFORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6998, "r_f_add": 6801, "r_t_add": 6999, "st_code": 71360, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTFORTH RD", "stname": "SCOTFORTH RD", "objectid": 27810, "Shape__Length": 492.64175990415998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202440599623401, 40.0399186985317 ], [ -75.202627768669601, 40.039884633577799 ], [ -75.203226419933102, 40.039832390316498 ], [ -75.203487868142204, 40.039821807558297 ], [ -75.203679348497701, 40.039830147536001 ], [ -75.203896830484496, 40.039855442866397 ], [ -75.204028988810606, 40.039882941659997 ], [ -75.204129208215903, 40.039909732402997 ], [ -75.2043078933267, 40.039975115760697 ], [ -75.204501474558299, 40.040069493409803 ], [ -75.204621298567901, 40.040141762838303 ], [ -75.204790325657996, 40.040265336119397 ], [ -75.204905479660297, 40.040377373774298 ], [ -75.204966289135797, 40.040460619458301 ], [ -75.205037285270507, 40.040556375056603 ], [ -75.205107207496098, 40.040680771271099 ], [ -75.2051614665546, 40.0407966303192 ], [ -75.205207180136895, 40.040998293386401 ], [ -75.205219006532104, 40.041109117266402 ], [ -75.205202530130094, 40.041264357874397 ], [ -75.205176327291497, 40.041394814491603 ], [ -75.2051127076423, 40.041528536286997 ], [ -75.205083634995205, 40.041593411191897 ], [ -75.205089843191104, 40.0416266713477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5299, "tnode_": 5318, "lpoly_": null, "rpoly_": null, "length": 821.14867156000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7304, "l_t_add": 7398, "r_f_add": 7305, "r_t_add": 7399, "st_code": 30960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720099, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBOW LN", "stname": "ELBOW LN", "objectid": 27811, "Shape__Length": 326.96476693313258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200976290327105, 40.0535907253009 ], [ -75.201302245757404, 40.053824628223602 ], [ -75.2015464026274, 40.054018779957303 ], [ -75.201695954726901, 40.054085008782501 ], [ -75.201934161338002, 40.054126242103401 ], [ -75.202144165005393, 40.054139887002201 ], [ -75.202313943677098, 40.054134664537699 ], [ -75.202526140311406, 40.0540899391304 ], [ -75.2026986160989, 40.054012876888997 ], [ -75.202806820699095, 40.053934389450902 ], [ -75.203139299067203, 40.053645175068297 ], [ -75.203345195187097, 40.053513298825202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28070, "tnode_": 6857, "lpoly_": null, "rpoly_": null, "length": 179.73946988999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 747, "l_t_add": 799, "r_f_add": 748, "r_t_add": 798, "st_code": 38260, "l_hundred": 700, "r_hundred": 700, "seg_id": 720101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAY ST", "stname": "GRAY ST", "objectid": 27812, "Shape__Length": 71.638456003114612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163719520932005, 40.044168543016198 ], [ -75.163321122779493, 40.044555444515503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4929, "tnode_": 4924, "lpoly_": null, "rpoly_": null, "length": 202.83361644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2022, "l_t_add": 2028, "r_f_add": 2005, "r_t_add": 2007, "st_code": 89180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 720102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27813, "Shape__Length": 80.660987735631778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152003693913898, 40.054796093897799 ], [ -75.152726536294594, 40.0548345907482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4931, "tnode_": 4929, "lpoly_": null, "rpoly_": null, "length": 198.38935709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2003, "st_code": 89180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 720103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27814, "Shape__Length": 78.893851947597113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151296988380906, 40.054755267054098 ], [ -75.152003693913898, 40.054796093897799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4936, "tnode_": 4931, "lpoly_": null, "rpoly_": null, "length": 206.74026912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1926, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 89180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 720104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27815, "Shape__Length": 82.214551780620496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150560338480005, 40.054714786391699 ], [ -75.151296988380906, 40.054755267054098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4937, "tnode_": 4711, "lpoly_": null, "rpoly_": null, "length": 574.91546730999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 61180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720105, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27816, "Shape__Length": 229.51654263170968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149707239259698, 40.054658430369301 ], [ -75.149480231237007, 40.0562269692564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4937, "tnode_": 4936, "lpoly_": null, "rpoly_": null, "length": 239.69823676000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1924, "r_f_add": 1901, "r_t_add": 1923, "st_code": 89180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 720106, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27817, "Shape__Length": 95.321768550683387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149707239259698, 40.054658430369301 ], [ -75.150289977029502, 40.0546989928851 ], [ -75.150560338480005, 40.054714786391699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4953, "tnode_": 4937, "lpoly_": null, "rpoly_": null, "length": 253.42781244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 89180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720107, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27818, "Shape__Length": 100.78843852424527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148813172597599, 40.054550607775496 ], [ -75.149197497146602, 40.054600692410098 ], [ -75.149360756555197, 40.054624989886797 ], [ -75.149707239259698, 40.054658430369301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4960, "tnode_": 4739, "lpoly_": null, "rpoly_": null, "length": 572.55364615999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88130, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 27819, "Shape__Length": 228.55956196952022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147907972260199, 40.0544324472095 ], [ -75.147622690351895, 40.0557688371998 ], [ -75.147571784197694, 40.055982764261699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4960, "tnode_": 27433, "lpoly_": null, "rpoly_": null, "length": 227.51811127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1819, "st_code": 89180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720109, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27820, "Shape__Length": 90.484842309276203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147907972260199, 40.0544324472095 ], [ -75.148419265470807, 40.054497379245198 ], [ -75.148709627157004, 40.054535294094599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4975, "tnode_": 4960, "lpoly_": null, "rpoly_": null, "length": 221.99635482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 89180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 720110, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27821, "Shape__Length": 88.289417895953505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147126619026494, 40.054328288636 ], [ -75.147606324020401, 40.054393087113603 ], [ -75.147907972260199, 40.0544324472095 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4986, "tnode_": 4975, "lpoly_": null, "rpoly_": null, "length": 224.11594163000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1715, "st_code": 89180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 720111, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 27822, "Shape__Length": 89.131130006280372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146336508453601, 40.054229043111903 ], [ -75.147126619026494, 40.054328288636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5010, "tnode_": 4931, "lpoly_": null, "rpoly_": null, "length": 200.45708724, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6546, "l_t_add": 6598, "r_f_add": 6547, "r_t_add": 6599, "st_code": 88170, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 27823, "Shape__Length": 80.024752603023828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513779688635, 40.054208519239801 ], [ -75.151296988380906, 40.054755267054098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5165, "tnode_": 4937, "lpoly_": null, "rpoly_": null, "length": 557.78136143999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 61180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720113, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27824, "Shape__Length": 222.67175090229031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149922455566298, 40.053136214068999 ], [ -75.149707239259698, 40.054658430369301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5165, "tnode_": 5170, "lpoly_": null, "rpoly_": null, "length": 243.71686729000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1921, "st_code": 89140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 720114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27825, "Shape__Length": 96.915938052492507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149922455566298, 40.053136214068999 ], [ -75.150791765568997, 40.053099800267901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5170, "tnode_": 5180, "lpoly_": null, "rpoly_": null, "length": 210.54487195000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1923, "r_t_add": 1999, "st_code": 89140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 720115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27826, "Shape__Length": 83.724509401937041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150791765568997, 40.053099800267901 ], [ -75.151543077100598, 40.053073278479197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5180, "tnode_": 5010, "lpoly_": null, "rpoly_": null, "length": 416.12421521, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6544, "r_f_add": 6501, "r_t_add": 6545, "st_code": 88170, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 27827, "Shape__Length": 166.11977857071432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151543077100598, 40.053073278479197 ], [ -75.1513779688635, 40.054208519239801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5183, "tnode_": 5165, "lpoly_": null, "rpoly_": null, "length": 250.3884924, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1823, "r_t_add": 1899, "st_code": 89140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27828, "Shape__Length": 99.579058872015111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149040972504693, 40.0530197178661 ], [ -75.149518377425593, 40.053081277672803 ], [ -75.149922455566298, 40.053136214068999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5180, "tnode_": 5194, "lpoly_": null, "rpoly_": null, "length": 375.20252998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2019, "st_code": 89140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 720118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27829, "Shape__Length": 149.20112069766671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151543077100598, 40.053073278479197 ], [ -75.152789235144795, 40.053040835872402 ], [ -75.152882508884701, 40.053036865319498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5198, "tnode_": 4960, "lpoly_": null, "rpoly_": null, "length": 561.82230764000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 88130, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 27830, "Shape__Length": 224.26990408462424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243196459006, 40.052911846556597 ], [ -75.147907972260199, 40.0544324472095 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5198, "tnode_": 5183, "lpoly_": null, "rpoly_": null, "length": 226.76910502000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1821, "st_code": 89140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 720120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27831, "Shape__Length": 90.186001430016105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148243196459006, 40.052911846556597 ], [ -75.148738430030804, 40.0529763083128 ], [ -75.149040972504693, 40.0530197178661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5210, "tnode_": 5198, "lpoly_": null, "rpoly_": null, "length": 222.44176328, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1724, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 89140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 720121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27832, "Shape__Length": 88.463720596570568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147459306289207, 40.052812129379198 ], [ -75.147925186421304, 40.0528682836744 ], [ -75.148243196459006, 40.052911846556597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5227, "tnode_": 5210, "lpoly_": null, "rpoly_": null, "length": 222.20704394999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1722, "r_f_add": 1701, "r_t_add": 1723, "st_code": 89140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 720122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 27833, "Shape__Length": 88.370576588640162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146676624827094, 40.052710575391202 ], [ -75.147459306289207, 40.052812129379198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5260, "tnode_": 5180, "lpoly_": null, "rpoly_": null, "length": 164.33211708, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6426, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 88170, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 27834, "Shape__Length": 65.602415848533212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1516016541037, 40.0526244193561 ], [ -75.151543077100598, 40.053073278479197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5274, "tnode_": 5165, "lpoly_": null, "rpoly_": null, "length": 239.8708994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6430, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 61180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720124, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27835, "Shape__Length": 95.756161866772629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150026093524701, 40.052482574883101 ], [ -75.149922455566298, 40.053136214068999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5307, "tnode_": 5198, "lpoly_": null, "rpoly_": null, "length": 229.92787805, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6442, "l_t_add": 6498, "r_f_add": 6443, "r_t_add": 6499, "st_code": 88130, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 27836, "Shape__Length": 91.781361919907056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148383731408899, 40.0522899760199 ], [ -75.148243196459006, 40.052911846556597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5320, "tnode_": 5260, "lpoly_": null, "rpoly_": null, "length": 126.05254735, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6422, "l_t_add": 6424, "r_f_add": 6429, "r_t_add": 6429, "st_code": 88170, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 27837, "Shape__Length": 50.319954877060489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151654209579902, 40.052280755579702 ], [ -75.1516016541037, 40.0526244193561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5320, "tnode_": 5237, "lpoly_": null, "rpoly_": null, "length": 406.65956261999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2028, "r_f_add": 2001, "r_t_add": 2021, "st_code": 74660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 720127, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 27838, "Shape__Length": 161.88070284878279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151654209579902, 40.052280755579702 ], [ -75.152895545274404, 40.052860574336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5429, "tnode_": 5274, "lpoly_": null, "rpoly_": null, "length": 327.85870669000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6428, "r_f_add": 6401, "r_t_add": 6429, "st_code": 61180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720128, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 27839, "Shape__Length": 130.88157949671299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150144354546796, 40.051587165030703 ], [ -75.150026093524701, 40.052482574883101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5456, "tnode_": 5307, "lpoly_": null, "rpoly_": null, "length": 331.4683933, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6440, "r_f_add": 6401, "r_t_add": 6441, "st_code": 88130, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 27840, "Shape__Length": 132.31322228795369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148579977088204, 40.051392641825899 ], [ -75.148383731408899, 40.0522899760199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4201, "tnode_": 4079, "lpoly_": null, "rpoly_": null, "length": 334.87679157000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7220, "l_t_add": 7298, "r_f_add": 7215, "r_t_add": 7241, "st_code": 36660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720131, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27841, "Shape__Length": 133.57973917784761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191293390214199, 40.060465505364803 ], [ -75.191879690194895, 40.061266825585797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4244, "tnode_": 4201, "lpoly_": null, "rpoly_": null, "length": 121.48370918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7208, "l_t_add": 7218, "r_f_add": 7201, "r_t_add": 7213, "st_code": 36660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27842, "Shape__Length": 48.447570036564294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191056617998399, 40.060186017038397 ], [ -75.191293390214199, 40.060465505364803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4279, "tnode_": 4244, "lpoly_": null, "rpoly_": null, "length": 96.80788713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7206, "r_f_add": 7161, "r_t_add": 7199, "st_code": 36660, "l_hundred": 7200, "r_hundred": 7100, "seg_id": 720133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27843, "Shape__Length": 38.610436349097661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190875827796901, 40.0599594684222 ], [ -75.191056617998399, 40.060186017038397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4079, "tnode_": 4322, "lpoly_": null, "rpoly_": null, "length": 766.46998752000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 12160, "l_hundred": 0, "r_hundred": 0, "seg_id": 720134, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27844, "Shape__Length": 305.53900921888243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191879690194895, 40.061266825585797 ], [ -75.193621987895398, 40.059643637102504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4383, "tnode_": 4279, "lpoly_": null, "rpoly_": null, "length": 329.25231679000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7136, "l_t_add": 7198, "r_f_add": 7131, "r_t_add": 7159, "st_code": 36660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720135, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27845, "Shape__Length": 131.29806990443609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190221789391302, 40.059208235735298 ], [ -75.190875827796901, 40.0599594684222 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4419, "tnode_": 4383, "lpoly_": null, "rpoly_": null, "length": 97.41318422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7128, "l_t_add": 7134, "r_f_add": 7127, "r_t_add": 7129, "st_code": 36660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720136, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27846, "Shape__Length": 38.840325934914702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190017368930299, 40.058991821666801 ], [ -75.190221789391302, 40.059208235735298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4524, "tnode_": 4419, "lpoly_": null, "rpoly_": null, "length": 264.20591047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7125, "st_code": 36660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720137, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27847, "Shape__Length": 105.32338506471783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189426378139302, 40.058426314584501 ], [ -75.190017368930299, 40.058991821666801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4322, "tnode_": 4528, "lpoly_": null, "rpoly_": null, "length": 552.47071178, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 144, "r_f_add": 101, "r_t_add": 149, "st_code": 12160, "l_hundred": 100, "r_hundred": 100, "seg_id": 720138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27848, "Shape__Length": 220.22883861226896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193621987895398, 40.059643637102504 ], [ -75.194875704419502, 40.0584723131063 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4528, "tnode_": 4270, "lpoly_": null, "rpoly_": null, "length": 740.72750511999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RURAL", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 69840, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RURAL LN", "stname": "RURAL LN", "objectid": 27849, "Shape__Length": 295.45627666789744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194875704419502, 40.0584723131063 ], [ -75.196190086704306, 40.060237136264803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4614, "tnode_": 4656, "lpoly_": null, "rpoly_": null, "length": 100.85210581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 202, "l_t_add": 218, "r_f_add": 217, "r_t_add": 217, "st_code": 12160, "l_hundred": 200, "r_hundred": 200, "seg_id": 720140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27850, "Shape__Length": 40.207751310061312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195506855960204, 40.057901987194803 ], [ -75.195724150923198, 40.057681156498802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4718, "tnode_": 4661, "lpoly_": null, "rpoly_": null, "length": 183.51754805000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7206, "r_f_add": 7201, "r_t_add": 7207, "st_code": 25800, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 27851, "Shape__Length": 73.10614715631516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193776710315902, 40.057258228918101 ], [ -75.194269977393205, 40.057590075074202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4852, "tnode_": 4718, "lpoly_": null, "rpoly_": null, "length": 370.97941426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7124, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 25800, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 27852, "Shape__Length": 148.05896472694599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193377957941806, 40.056287038195002 ], [ -75.193776710315902, 40.057258228918101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4656, "tnode_": 4861, "lpoly_": null, "rpoly_": null, "length": 611.96238018000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 220, "l_t_add": 298, "r_f_add": 219, "r_t_add": 299, "st_code": 12160, "l_hundred": 200, "r_hundred": 200, "seg_id": 720144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27853, "Shape__Length": 243.93744854333363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195724150923198, 40.057681156498802 ], [ -75.1971110888434, 40.056382601593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4952, "tnode_": 4747, "lpoly_": null, "rpoly_": null, "length": 558.36740128999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6910, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 36660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720145, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27854, "Shape__Length": 222.79267979836965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187308565723697, 40.055493900592303 ], [ -75.188079485029903, 40.0569075778334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4994, "tnode_": 4852, "lpoly_": null, "rpoly_": null, "length": 385.62178387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7122, "r_f_add": 7101, "r_t_add": 7127, "st_code": 25800, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 27855, "Shape__Length": 153.90168780250343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192967820067395, 40.055276467174401 ], [ -75.193377957941806, 40.056287038195002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5044, "tnode_": 4952, "lpoly_": null, "rpoly_": null, "length": 259.85290901999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6908, "r_f_add": 6829, "r_t_add": 6899, "st_code": 36660, "l_hundred": 6900, "r_hundred": 6800, "seg_id": 720147, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27856, "Shape__Length": 103.68625249862046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186963672006598, 40.054831637825103 ], [ -75.187308565723697, 40.055493900592303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5097, "tnode_": 5027, "lpoly_": null, "rpoly_": null, "length": 196.19121037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7310, "r_f_add": 7301, "r_t_add": 7301, "st_code": 31740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720148, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27857, "Shape__Length": 78.168605806875576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198790633289605, 40.054811861465197 ], [ -75.199292298310098, 40.055187948578201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5217, "tnode_": 5097, "lpoly_": null, "rpoly_": null, "length": 490.15032778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 31740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720149, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27858, "Shape__Length": 195.22475363413213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197438821167296, 40.053956701368399 ], [ -75.198790633289605, 40.054811861465197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5282, "tnode_": 5217, "lpoly_": null, "rpoly_": null, "length": 205.51033412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7122, "l_t_add": 7198, "r_f_add": 7123, "r_t_add": 7199, "st_code": 31740, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720150, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27859, "Shape__Length": 81.856273345526489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196876665704806, 40.0535938730224 ], [ -75.197438821167296, 40.053956701368399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5318, "tnode_": 26724, "lpoly_": null, "rpoly_": null, "length": 1047.60444639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7500, "r_f_add": 7401, "r_t_add": 7601, "st_code": 54640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 720151, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27860, "Shape__Length": 417.48234285492464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203345195187097, 40.053513298825202 ], [ -75.203494603033107, 40.0536612609339 ], [ -75.203730676710506, 40.053937257686201 ], [ -75.204174437525893, 40.054314913891503 ], [ -75.204712929123701, 40.054728241892597 ], [ -75.205320004226394, 40.055198739289402 ], [ -75.205874366811599, 40.055624035044097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5340, "tnode_": 5282, "lpoly_": null, "rpoly_": null, "length": 200.8873464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7114, "l_t_add": 7120, "r_f_add": 7115, "r_t_add": 7121, "st_code": 31740, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720152, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27861, "Shape__Length": 80.011122613108839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196322189215394, 40.0532438039954 ], [ -75.196876665704806, 40.0535938730224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5097, "tnode_": 5355, "lpoly_": null, "rpoly_": null, "length": 737.57687798000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 500, "r_f_add": 401, "r_t_add": 501, "st_code": 12160, "l_hundred": 400, "r_hundred": 400, "seg_id": 720153, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27862, "Shape__Length": 293.99389156759634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198790633289605, 40.054811861465197 ], [ -75.200466579726495, 40.053249534812601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5413, "tnode_": 5340, "lpoly_": null, "rpoly_": null, "length": 248.80841837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7112, "r_f_add": 7101, "r_t_add": 7113, "st_code": 31740, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720155, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27863, "Shape__Length": 99.096681757786911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195635031181794, 40.052810617210397 ], [ -75.196322189215394, 40.0532438039954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5355, "tnode_": 5510, "lpoly_": null, "rpoly_": null, "length": 437.48499164999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 502, "l_t_add": 598, "r_f_add": 503, "r_t_add": 599, "st_code": 12160, "l_hundred": 500, "r_hundred": 500, "seg_id": 720156, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27864, "Shape__Length": 174.37310824250804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200466579726495, 40.053249534812601 ], [ -75.201465462843004, 40.052325933736299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4528, "tnode_": 4567, "lpoly_": null, "rpoly_": null, "length": 134.40396897, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 146, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 12160, "l_hundred": 100, "r_hundred": 100, "seg_id": 720157, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27865, "Shape__Length": 53.576760445938284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194875704419502, 40.0584723131063 ], [ -75.1951798024091, 40.058186788116103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4661, "tnode_": 4567, "lpoly_": null, "rpoly_": null, "length": 334.83211679000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7208, "l_t_add": 7298, "r_f_add": 7209, "r_t_add": 7299, "st_code": 25800, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 27866, "Shape__Length": 133.37826174174975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194269977393205, 40.057590075074202 ], [ -75.1951798024091, 40.058186788116103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4567, "tnode_": 4614, "lpoly_": null, "rpoly_": null, "length": 138.36523494, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 200, "r_f_add": 201, "r_t_add": 215, "st_code": 12160, "l_hundred": 200, "r_hundred": 200, "seg_id": 720159, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27867, "Shape__Length": 55.147626378599803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1951798024091, 40.058186788116103 ], [ -75.195506855960204, 40.057901987194803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4079, "tnode_": 3907, "lpoly_": null, "rpoly_": null, "length": 584.96911414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7243, "r_t_add": 7399, "st_code": 36660, "l_hundred": 7300, "r_hundred": 7200, "seg_id": 720160, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 27868, "Shape__Length": 233.34802497268419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191879690194895, 40.061266825585797 ], [ -75.192893026003404, 40.062671237271999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4406, "tnode_": 4322, "lpoly_": null, "rpoly_": null, "length": 309.24795643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7234, "l_t_add": 7298, "r_f_add": 7215, "r_t_add": 7299, "st_code": 19520, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27869, "Shape__Length": 123.18547484488029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192775435814696, 40.059098174537802 ], [ -75.193621987895398, 40.059643637102504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4559, "tnode_": 4467, "lpoly_": null, "rpoly_": null, "length": 313.11833382999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7149, "r_t_add": 7199, "st_code": 19520, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27870, "Shape__Length": 124.72646440331256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191350195259503, 40.058168967246502 ], [ -75.192205900488105, 40.0587225644448 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4653, "tnode_": 4559, "lpoly_": null, "rpoly_": null, "length": 343.1349224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7147, "st_code": 19520, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720163, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27871, "Shape__Length": 136.67385599147929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190400416766394, 40.057573472042002 ], [ -75.191350195259503, 40.058168967246502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4933, "tnode_": 4861, "lpoly_": null, "rpoly_": null, "length": 298.25704868000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7210, "l_t_add": 7298, "r_f_add": 7205, "r_t_add": 7299, "st_code": 50780, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720164, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27872, "Shape__Length": 118.80514703093516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196299807556898, 40.055851846302602 ], [ -75.1971110888434, 40.056382601593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4977, "tnode_": 4933, "lpoly_": null, "rpoly_": null, "length": 193.14342282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7208, "r_f_add": 7201, "r_t_add": 7203, "st_code": 50780, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720165, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27873, "Shape__Length": 76.928671190705188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195765665373102, 40.055516230346598 ], [ -75.196299807556898, 40.055851846302602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5028, "tnode_": 4977, "lpoly_": null, "rpoly_": null, "length": 207.18877446000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7124, "l_t_add": 7198, "r_f_add": 7137, "r_t_add": 7199, "st_code": 50780, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720166, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27874, "Shape__Length": 82.524568966710376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195195751739305, 40.055153343952703 ], [ -75.195765665373102, 40.055516230346598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5084, "tnode_": 5028, "lpoly_": null, "rpoly_": null, "length": 199.89266203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7118, "l_t_add": 7122, "r_f_add": 7123, "r_t_add": 7135, "st_code": 50780, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720167, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27875, "Shape__Length": 79.62029830907116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194649220520802, 40.0548001892274 ], [ -75.195195751739305, 40.055153343952703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5141, "tnode_": 5084, "lpoly_": null, "rpoly_": null, "length": 250.51853469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7116, "r_f_add": 7101, "r_t_add": 7121, "st_code": 50780, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720168, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27876, "Shape__Length": 99.77779552576034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193953976630596, 40.054367179401801 ], [ -75.194649220520802, 40.0548001892274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5232, "tnode_": 5141, "lpoly_": null, "rpoly_": null, "length": 262.4271945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7078, "l_t_add": 7098, "r_f_add": 7071, "r_t_add": 7099, "st_code": 50780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720169, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27877, "Shape__Length": 104.60775118238962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193375733413006, 40.053808009056901 ], [ -75.1936334090543, 40.054132637101198 ], [ -75.193953976630596, 40.054367179401801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5466, "tnode_": 5232, "lpoly_": null, "rpoly_": null, "length": 545.30597822999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7036, "l_t_add": 7076, "r_f_add": 7033, "r_t_add": 7069, "st_code": 50780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720170, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27878, "Shape__Length": 217.62007395906443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193635089218205, 40.052382703616303 ], [ -75.193459502054907, 40.052656974263101 ], [ -75.193348003672199, 40.052885601542897 ], [ -75.193262059048905, 40.053066142284699 ], [ -75.193238000092606, 40.053284550907399 ], [ -75.193262531211005, 40.053473632885002 ], [ -75.193311701170103, 40.053638935149301 ], [ -75.193375733413006, 40.053808009056901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4772, "tnode_": 4933, "lpoly_": null, "rpoly_": null, "length": 489.48201565000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIPPON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 59880, "l_hundred": 200, "r_hundred": 200, "seg_id": 720171, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIPPON ST", "stname": "NIPPON ST", "objectid": 27879, "Shape__Length": 195.09263602386545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195154520812295, 40.056867204535102 ], [ -75.196299807556898, 40.055851846302602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4467, "tnode_": 4416, "lpoly_": null, "rpoly_": null, "length": 186.88874811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7232, "r_f_add": 7201, "r_t_add": 7213, "st_code": 19520, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27880, "Shape__Length": 74.444169775087261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192205900488105, 40.0587225644448 ], [ -75.192718015339494, 40.0590517291892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4416, "tnode_": 4406, "lpoly_": null, "rpoly_": null, "length": 23.33669288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 19520, "l_hundred": 0, "r_hundred": 0, "seg_id": 720173, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27881, "Shape__Length": 9.3000039074010665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192718015339494, 40.0590517291892 ], [ -75.192775435814696, 40.059098174537802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4524, "tnode_": 4653, "lpoly_": null, "rpoly_": null, "length": 413.35210579, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 57460, "l_hundred": 0, "r_hundred": 0, "seg_id": 720174, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27882, "Shape__Length": 164.74957466710995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189426378139302, 40.058426314584501 ], [ -75.190400416766394, 40.057573472042002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4467, "tnode_": 4718, "lpoly_": null, "rpoly_": null, "length": 691.29547878999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 57420, "l_hundred": 100, "r_hundred": 100, "seg_id": 720175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27883, "Shape__Length": 275.56243285139954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192205900488105, 40.0587225644448 ], [ -75.193776710315902, 40.057258228918101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4718, "tnode_": 4791, "lpoly_": null, "rpoly_": null, "length": 150.77580784, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 211, "st_code": 57420, "l_hundred": 200, "r_hundred": 200, "seg_id": 720176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27884, "Shape__Length": 60.078461474003149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193776710315902, 40.057258228918101 ], [ -75.194157646881706, 40.056965611559797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4653, "tnode_": 4819, "lpoly_": null, "rpoly_": null, "length": 531.08758459000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 57460, "l_hundred": 100, "r_hundred": 100, "seg_id": 720177, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27885, "Shape__Length": 211.67421277405768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190400416766394, 40.057573472042002 ], [ -75.191648614414305, 40.056475520488398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4819, "tnode_": 4994, "lpoly_": null, "rpoly_": null, "length": 571.98025496999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 240, "r_f_add": 201, "r_t_add": 235, "st_code": 57460, "l_hundred": 200, "r_hundred": 200, "seg_id": 720178, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27886, "Shape__Length": 227.98322224985725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191648614414305, 40.056475520488398 ], [ -75.192967820067395, 40.055276467174401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4977, "tnode_": 5217, "lpoly_": null, "rpoly_": null, "length": 736.29049163000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 57420, "l_hundred": 300, "r_hundred": 300, "seg_id": 720179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27887, "Shape__Length": 293.48411902917172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195765665373102, 40.055516230346598 ], [ -75.197438821167296, 40.053956701368399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5028, "tnode_": 5282, "lpoly_": null, "rpoly_": null, "length": 737.65923272000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLESLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 82180, "l_hundred": 300, "r_hundred": 300, "seg_id": 720180, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLESLEY RD", "stname": "WELLESLEY RD", "objectid": 27888, "Shape__Length": 294.02552523472957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195195751739305, 40.055153343952703 ], [ -75.196876665704806, 40.0535938730224 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5141, "tnode_": 5413, "lpoly_": null, "rpoly_": null, "length": 736.87210448000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 57460, "l_hundred": 300, "r_hundred": 300, "seg_id": 720181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27889, "Shape__Length": 293.70730556070896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193953976630596, 40.054367179401801 ], [ -75.195635031181794, 40.052810617210397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5217, "tnode_": 5436, "lpoly_": null, "rpoly_": null, "length": 586.63620781999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 57420, "l_hundred": 400, "r_hundred": 400, "seg_id": 720182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27890, "Shape__Length": 233.82705221094349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197438821167296, 40.053956701368399 ], [ -75.1987724516013, 40.052714520035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5471, "tnode_": 5413, "lpoly_": null, "rpoly_": null, "length": 260.60728572, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7030, "l_t_add": 7098, "r_f_add": 7031, "r_t_add": 7099, "st_code": 31740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720183, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27891, "Shape__Length": 103.79612458581337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194916479430006, 40.052355777767197 ], [ -75.195635031181794, 40.052810617210397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5282, "tnode_": 5490, "lpoly_": null, "rpoly_": null, "length": 581.68941326999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLESLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 82180, "l_hundred": 400, "r_hundred": 400, "seg_id": 720184, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLESLEY RD", "stname": "WELLESLEY RD", "objectid": 27892, "Shape__Length": 231.8524437640024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196876665704806, 40.0535938730224 ], [ -75.198201999477703, 40.052364044082999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5490, "tnode_": 5436, "lpoly_": null, "rpoly_": null, "length": 204.45677125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7130, "l_t_add": 7198, "r_f_add": 7131, "r_t_add": 7199, "st_code": 22700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27893, "Shape__Length": 81.427542455334375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198201999477703, 40.052364044082999 ], [ -75.1987724516013, 40.052714520035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5340, "tnode_": 5528, "lpoly_": null, "rpoly_": null, "length": 590.09860962000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 29680, "l_hundred": 400, "r_hundred": 400, "seg_id": 720186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DURHAM ST", "stname": "W DURHAM ST", "objectid": 27894, "Shape__Length": 235.16999227959772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196322189215394, 40.0532438039954 ], [ -75.197591181295707, 40.052079075879597 ], [ -75.197715571373905, 40.052047047173403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5413, "tnode_": 5608, "lpoly_": null, "rpoly_": null, "length": 585.8492479, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 57460, "l_hundred": 400, "r_hundred": 400, "seg_id": 720187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27895, "Shape__Length": 233.49972025642421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195635031181794, 40.052810617210397 ], [ -75.196984178383801, 40.0515812099434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5521, "tnode_": 5471, "lpoly_": null, "rpoly_": null, "length": 171.67382477000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7012, "l_t_add": 7028, "r_f_add": 7013, "r_t_add": 7029, "st_code": 31740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720188, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27896, "Shape__Length": 68.370327107289697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194436547230197, 40.052062412895403 ], [ -75.194916479430006, 40.052355777767197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4416, "tnode_": 4661, "lpoly_": null, "rpoly_": null, "length": 687.19331129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIPPON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 59880, "l_hundred": 100, "r_hundred": 100, "seg_id": 720189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIPPON ST", "stname": "NIPPON ST", "objectid": 27897, "Shape__Length": 273.93387747145152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192718015339494, 40.0590517291892 ], [ -75.194269977393205, 40.057590075074202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5084, "tnode_": 5340, "lpoly_": null, "rpoly_": null, "length": 735.37698932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 29680, "l_hundred": 300, "r_hundred": 300, "seg_id": 720190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DURHAM ST", "stname": "W DURHAM ST", "objectid": 27898, "Shape__Length": 293.11586076089776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194649220520802, 40.0548001892274 ], [ -75.196322189215394, 40.0532438039954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4201, "tnode_": 4406, "lpoly_": null, "rpoly_": null, "length": 648.2251537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIPPON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 59880, "l_hundred": 0, "r_hundred": 0, "seg_id": 720191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIPPON ST", "stname": "NIPPON ST", "objectid": 27899, "Shape__Length": 258.39555850382555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191293390214199, 40.060465505364803 ], [ -75.192775435814696, 40.059098174537802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4279, "tnode_": 4467, "lpoly_": null, "rpoly_": null, "length": 584.49878318000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 57420, "l_hundred": 0, "r_hundred": 0, "seg_id": 720192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27900, "Shape__Length": 232.99495655647897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190875827796901, 40.0599594684222 ], [ -75.192205900488105, 40.0587225644448 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4322, "tnode_": 4160, "lpoly_": null, "rpoly_": null, "length": 625.0004728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRYAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 19520, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 720193, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRYAN ST", "stname": "BRYAN ST", "objectid": 27901, "Shape__Length": 248.96138926445735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193621987895398, 40.059643637102504 ], [ -75.195338229267904, 40.060741150486599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6030, "tnode_": 5873, "lpoly_": null, "rpoly_": null, "length": 437.96072472999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 50780, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720196, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27902, "Shape__Length": 174.52923295610321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193103503754202, 40.0490494343873 ], [ -75.193311220343304, 40.049159573129401 ], [ -75.193627853605506, 40.049367318213498 ], [ -75.193796085580402, 40.0495231070622 ], [ -75.1940087862002, 40.049758947264998 ], [ -75.194128604050505, 40.049935313138299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6316, "tnode_": 6030, "lpoly_": null, "rpoly_": null, "length": 575.56199924000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 50780, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720197, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27903, "Shape__Length": 229.53592080552809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192126379940603, 40.047688216791698 ], [ -75.192181405670894, 40.047851164257303 ], [ -75.192296462494696, 40.048157816045503 ], [ -75.192498725926498, 40.048460327395802 ], [ -75.192733765481805, 40.048733158155997 ], [ -75.193103503754202, 40.0490494343873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6599, "tnode_": 6316, "lpoly_": null, "rpoly_": null, "length": 507.26739745999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 50780, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720198, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27904, "Shape__Length": 202.46975160122662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1923478070199, 40.046318158544103 ], [ -75.192210490411199, 40.046659779678002 ], [ -75.192145292923101, 40.046919845566102 ], [ -75.1921087243947, 40.0471724065141 ], [ -75.192126379940603, 40.047688216791698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6990, "tnode_": 6599, "lpoly_": null, "rpoly_": null, "length": 659.9696563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6664, "l_t_add": 6698, "r_f_add": 6639, "r_t_add": 6699, "st_code": 50780, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27905, "Shape__Length": 263.34217945654405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193094106009099, 40.044599657032599 ], [ -75.1923478070199, 40.046318158544103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7305, "tnode_": 6990, "lpoly_": null, "rpoly_": null, "length": 510.74481705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6640, "l_t_add": 6662, "r_f_add": 6627, "r_t_add": 6637, "st_code": 50780, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720200, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27906, "Shape__Length": 203.80682789973622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193597085022901, 40.043257999489299 ], [ -75.193554863634901, 40.043533254721901 ], [ -75.193482683704005, 40.043768837806603 ], [ -75.193094106009099, 40.044599657032599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5542, "tnode_": 5466, "lpoly_": null, "rpoly_": null, "length": 143.80781710999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7024, "l_t_add": 7034, "r_f_add": 7025, "r_t_add": 7031, "st_code": 50780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720201, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27907, "Shape__Length": 57.371718712712372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193848664257104, 40.0520236708455 ], [ -75.193635089218205, 40.052382703616303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5576, "tnode_": 5542, "lpoly_": null, "rpoly_": null, "length": 112.80566983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7016, "l_t_add": 7022, "r_f_add": 7017, "r_t_add": 7023, "st_code": 50780, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720202, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27908, "Shape__Length": 45.003787550741144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194014825216797, 40.051741559344698 ], [ -75.193848664257104, 40.0520236708455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5599, "tnode_": 5576, "lpoly_": null, "rpoly_": null, "length": 41.38940108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50780, "l_hundred": 0, "r_hundred": 0, "seg_id": 720203, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27909, "Shape__Length": 16.507959970202382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194086651144204, 40.051642249378098 ], [ -75.194014825216797, 40.051741559344698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5573, "tnode_": 5521, "lpoly_": null, "rpoly_": null, "length": 130.44115813000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 31740, "l_hundred": 0, "r_hundred": 0, "seg_id": 720206, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27910, "Shape__Length": 52.056769455455026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194328856938796, 40.051720343294399 ], [ -75.194342577987499, 40.051904234408497 ], [ -75.194436547230197, 40.052062412895403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5599, "tnode_": 5573, "lpoly_": null, "rpoly_": null, "length": 73.67811521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 31740, "l_hundred": 0, "r_hundred": 0, "seg_id": 720207, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2004-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 27911, "Shape__Length": 29.315393035149114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194086651144204, 40.051642249378098 ], [ -75.194208257272507, 40.0516883840831 ], [ -75.194328856938796, 40.051720343294399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5633, "tnode_": 5510, "lpoly_": null, "rpoly_": null, "length": 489.50740702000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 54640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720209, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27912, "Shape__Length": 194.96089480502874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200114486651003, 40.051472817112703 ], [ -75.201465462843004, 40.052325933736299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5720, "tnode_": 5633, "lpoly_": null, "rpoly_": null, "length": 351.2298646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7112, "l_t_add": 7198, "r_f_add": 7109, "r_t_add": 7199, "st_code": 54640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720210, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27913, "Shape__Length": 139.88133856170188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199137948790593, 40.050867487729001 ], [ -75.200114486651003, 40.051472817112703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5510, "tnode_": 5730, "lpoly_": null, "rpoly_": null, "length": 680.94235981000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 12160, "l_hundred": 600, "r_hundred": 600, "seg_id": 720211, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27914, "Shape__Length": 271.41747885732809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201465462843004, 40.052325933736299 ], [ -75.202999276210306, 40.050875147656299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5818, "tnode_": 5720, "lpoly_": null, "rpoly_": null, "length": 299.03967833000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7110, "r_f_add": 7101, "r_t_add": 7107, "st_code": 54640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720212, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27915, "Shape__Length": 119.10565870231969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198322238220697, 40.050337483230201 ], [ -75.199137948790593, 40.050867487729001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5870, "tnode_": 5730, "lpoly_": null, "rpoly_": null, "length": 483.61826622000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 38460, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 720213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27916, "Shape__Length": 192.61348621245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201667839685101, 40.050029256857599 ], [ -75.202999276210306, 40.050875147656299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5899, "tnode_": 5818, "lpoly_": null, "rpoly_": null, "length": 271.22574075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7038, "l_t_add": 7098, "r_f_add": 7045, "r_t_add": 7099, "st_code": 54640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720214, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27917, "Shape__Length": 108.01657537841493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1975674090599, 40.049870744971201 ], [ -75.198322238220697, 40.050337483230201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5818, "tnode_": 5969, "lpoly_": null, "rpoly_": null, "length": 261.35448327, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 606, "r_f_add": 601, "r_t_add": 607, "st_code": 57500, "l_hundred": 600, "r_hundred": 600, "seg_id": 720215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 27918, "Shape__Length": 104.22041902267077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198322238220697, 40.050337483230201 ], [ -75.198558454436693, 40.050096748677703 ], [ -75.198809930997001, 40.049728433591 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6015, "tnode_": 27179, "lpoly_": null, "rpoly_": null, "length": 350.83468223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7020, "l_t_add": 7036, "r_f_add": 7031, "r_t_add": 7043, "st_code": 54640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720216, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27919, "Shape__Length": 139.72846935749828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196514157313999, 40.049197994678302 ], [ -75.197477916021498, 40.049813583640599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6033, "tnode_": 5870, "lpoly_": null, "rpoly_": null, "length": 465.17221873999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 38460, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27920, "Shape__Length": 185.25815987856171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200377700695896, 40.049224543926798 ], [ -75.201667839685101, 40.050029256857599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5995, "tnode_": 6417, "lpoly_": null, "rpoly_": null, "length": 940.08563891999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 714, "l_t_add": 798, "r_f_add": 741, "r_t_add": 799, "st_code": 12160, "l_hundred": 700, "r_hundred": 700, "seg_id": 720218, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 27921, "Shape__Length": 374.71047389784803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204444110783797, 40.049521491801102 ], [ -75.204697350522196, 40.049287580752399 ], [ -75.205659281055304, 40.048353610484 ], [ -75.205765419520105, 40.048251100020202 ], [ -75.206529058340095, 40.047498704074599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6142, "tnode_": 6015, "lpoly_": null, "rpoly_": null, "length": 354.74619962000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7018, "r_f_add": 7001, "r_t_add": 7029, "st_code": 54640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720219, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27922, "Shape__Length": 141.28190437621012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195535028223901, 40.048579852492402 ], [ -75.196514157313999, 40.049197994678302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6186, "tnode_": 6033, "lpoly_": null, "rpoly_": null, "length": 425.99997793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7044, "l_t_add": 7098, "r_f_add": 7045, "r_t_add": 7099, "st_code": 38460, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27923, "Shape__Length": 169.66429946743241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199209026579695, 40.048475630618199 ], [ -75.200377700695896, 40.049224543926798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6033, "tnode_": 6276, "lpoly_": null, "rpoly_": null, "length": 543.790893, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 725, "st_code": 57480, "l_hundred": 700, "r_hundred": 700, "seg_id": 720221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27924, "Shape__Length": 216.78231381017224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200377700695896, 40.049224543926798 ], [ -75.201524933394793, 40.048019964252397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6279, "tnode_": 6154, "lpoly_": null, "rpoly_": null, "length": 410.13011269000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7102, "l_t_add": 7198, "r_f_add": 7103, "r_t_add": 7199, "st_code": 72580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27925, "Shape__Length": 163.32741847018704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201941032156, 40.048000446056399 ], [ -75.203088357562706, 40.048700495641597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6276, "tnode_": 6279, "lpoly_": null, "rpoly_": null, "length": 118.78576829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7101, "r_t_add": 7101, "st_code": 72580, "l_hundred": 0, "r_hundred": 7100, "seg_id": 720223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27926, "Shape__Length": 47.239030233759486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201524933394793, 40.048019964252397 ], [ -75.201626277749995, 40.047992907361298 ], [ -75.201692098508701, 40.047994367467503 ], [ -75.201802784634907, 40.047991398707701 ], [ -75.201868808958594, 40.047987438294903 ], [ -75.201941032156, 40.048000446056399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6301, "tnode_": 6142, "lpoly_": null, "rpoly_": null, "length": 425.59130337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 54640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720224, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27927, "Shape__Length": 169.51393201349677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194393062608697, 40.047815683535802 ], [ -75.194443467465902, 40.047883262921502 ], [ -75.195535028223901, 40.048579852492402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6323, "tnode_": 6186, "lpoly_": null, "rpoly_": null, "length": 416.0167673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7024, "l_t_add": 7042, "r_f_add": 7035, "r_t_add": 7043, "st_code": 38460, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27928, "Shape__Length": 165.68308801466733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198062771088203, 40.047748883681002 ], [ -75.199209026579695, 40.048475630618199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6276, "tnode_": 6353, "lpoly_": null, "rpoly_": null, "length": 167.36777914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 57480, "l_hundred": 0, "r_hundred": 0, "seg_id": 720226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27929, "Shape__Length": 66.712385895244267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201524933394793, 40.048019964252397 ], [ -75.201893181162504, 40.047658032865598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6353, "tnode_": 6279, "lpoly_": null, "rpoly_": null, "length": 126.98406919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7100, "r_f_add": 0, "r_t_add": 0, "st_code": 72580, "l_hundred": 7100, "r_hundred": 0, "seg_id": 720227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27930, "Shape__Length": 50.684153242775992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201893181162504, 40.047658032865598 ], [ -75.201880115584302, 40.047749020866398 ], [ -75.201882170428405, 40.047819581565399 ], [ -75.201903031983505, 40.047890560317903 ], [ -75.201941032156, 40.048000446056399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6346, "tnode_": 6395, "lpoly_": null, "rpoly_": null, "length": 135.99824916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARION", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7001, "l_t_add": 7099, "r_f_add": 7000, "r_t_add": 7098, "st_code": 53500, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARION LN", "stname": "MARION LN", "objectid": 27931, "Shape__Length": 54.099441676285458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199823884815999, 40.047669788034398 ], [ -75.199365795408497, 40.0475455626854 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6441, "tnode_": 6301, "lpoly_": null, "rpoly_": null, "length": 359.68872726999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 54640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720229, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27932, "Shape__Length": 143.29166876602693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193469631656399, 40.047131656901101 ], [ -75.194337576334902, 40.0477531898742 ], [ -75.194393062608697, 40.047815683535802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6353, "tnode_": 6446, "lpoly_": null, "rpoly_": null, "length": 143.41221206, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 726, "l_t_add": 798, "r_f_add": 727, "r_t_add": 799, "st_code": 57480, "l_hundred": 700, "r_hundred": 700, "seg_id": 720230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27933, "Shape__Length": 57.175842227838295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201893181162504, 40.047658032865598 ], [ -75.202184966480701, 40.0473344595081 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6459, "tnode_": 6323, "lpoly_": null, "rpoly_": null, "length": 362.29422524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7022, "r_f_add": 7001, "r_t_add": 7033, "st_code": 38460, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27934, "Shape__Length": 144.28334288093669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197060522905005, 40.047119753931597 ], [ -75.198062771088203, 40.047748883681002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6599, "tnode_": 6441, "lpoly_": null, "rpoly_": null, "length": 431.8129249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 54640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720232, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 27935, "Shape__Length": 172.01534232750248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1923478070199, 40.046318158544103 ], [ -75.193469631656399, 40.047131656901101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6622, "tnode_": 6459, "lpoly_": null, "rpoly_": null, "length": 417.27291366999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 38460, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27936, "Shape__Length": 166.18310920788406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195915354927095, 40.046386616950002 ], [ -75.197060522905005, 40.047119753931597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6752, "tnode_": 6619, "lpoly_": null, "rpoly_": null, "length": 364.44412074000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 72580, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27937, "Shape__Length": 145.14368944830227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198414476818897, 40.045836688278101 ], [ -75.198962262124098, 40.046177677224499 ], [ -75.199412391487698, 40.0464788422995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6755, "tnode_": 6622, "lpoly_": null, "rpoly_": null, "length": 366.01629097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 38460, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27938, "Shape__Length": 145.76496943301592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194906129532299, 40.0457479319915 ], [ -75.195915354927095, 40.046386616950002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6902, "tnode_": 6755, "lpoly_": null, "rpoly_": null, "length": 384.42609331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6744, "l_t_add": 6798, "r_f_add": 6745, "r_t_add": 6799, "st_code": 38460, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27939, "Shape__Length": 153.09401486138952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193844480020203, 40.045078686732403 ], [ -75.194906129532299, 40.0457479319915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6916, "tnode_": 6752, "lpoly_": null, "rpoly_": null, "length": 416.42756076000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 72580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27940, "Shape__Length": 165.84538295241228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197274718292306, 40.045102215259703 ], [ -75.198414476818897, 40.045836688278101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6990, "tnode_": 6902, "lpoly_": null, "rpoly_": null, "length": 273.10677276999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6742, "r_f_add": 6701, "r_t_add": 6743, "st_code": 38460, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720238, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 27941, "Shape__Length": 108.76385116043268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193094106009099, 40.044599657032599 ], [ -75.193844480020203, 40.045078686732403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7066, "tnode_": 6916, "lpoly_": null, "rpoly_": null, "length": 373.86644449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 72580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27942, "Shape__Length": 148.88794295639246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1962431230654, 40.044450527102498 ], [ -75.197274718292306, 40.045102215259703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6446, "tnode_": 7081, "lpoly_": null, "rpoly_": null, "length": 1158.6064956499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 846, "r_f_add": 801, "r_t_add": 847, "st_code": 57480, "l_hundred": 800, "r_hundred": 800, "seg_id": 720240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27943, "Shape__Length": 462.08068178790933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202184966480701, 40.0473344595081 ], [ -75.202389397069098, 40.0470917809388 ], [ -75.202521130442705, 40.0468889603425 ], [ -75.2025817588015, 40.046764988073299 ], [ -75.202910014063903, 40.045865130112396 ], [ -75.203081093448802, 40.045391974423197 ], [ -75.203141650435995, 40.045269871699801 ], [ -75.203212203699195, 40.045166288114302 ], [ -75.203305549135607, 40.0450527996137 ], [ -75.203408681523698, 40.044963436989804 ], [ -75.203999317879394, 40.044562962273801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7236, "tnode_": 7066, "lpoly_": null, "rpoly_": null, "length": 448.69387098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 72580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 27944, "Shape__Length": 178.68190239796465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195000206453997, 40.043672979183803 ], [ -75.1962431230654, 40.044450527102498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5608, "tnode_": 5528, "lpoly_": null, "rpoly_": null, "length": 265.93216401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7112, "r_f_add": 7101, "r_t_add": 7113, "st_code": 22700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27945, "Shape__Length": 105.916992711969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196984178383801, 40.0515812099434 ], [ -75.197715571373905, 40.052047047173403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5436, "tnode_": 5633, "lpoly_": null, "rpoly_": null, "length": 588.00662306000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 57420, "l_hundred": 500, "r_hundred": 500, "seg_id": 720243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27946, "Shape__Length": 234.36603858028329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1987724516013, 40.052714520035202 ], [ -75.200114486651003, 40.051472817112703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5471, "tnode_": 5677, "lpoly_": null, "rpoly_": null, "length": 585.21624043999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN ECHO", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 37100, "l_hundred": 400, "r_hundred": 400, "seg_id": 720244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN ECHO RD", "stname": "GLEN ECHO RD", "objectid": 27947, "Shape__Length": 233.26574460222457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194916479430006, 40.052355777767197 ], [ -75.194977939080204, 40.0522650287066 ], [ -75.196225436446198, 40.0511059399538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5677, "tnode_": 5608, "lpoly_": null, "rpoly_": null, "length": 274.02998613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7044, "l_t_add": 7098, "r_f_add": 7045, "r_t_add": 7099, "st_code": 22700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720245, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27948, "Shape__Length": 109.13803206701445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196225436446198, 40.0511059399538 ], [ -75.196984178383801, 40.0515812099434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5751, "tnode_": 5677, "lpoly_": null, "rpoly_": null, "length": 320.17922542999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7042, "r_f_add": 7001, "r_t_add": 7043, "st_code": 22700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720246, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27949, "Shape__Length": 127.515257945592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195336450721399, 40.050552968079401 ], [ -75.196225436446198, 40.0511059399538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5608, "tnode_": 5818, "lpoly_": null, "rpoly_": null, "length": 587.86818492999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 57460, "l_hundred": 500, "r_hundred": 500, "seg_id": 720247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT PLEASANT AVE", "stname": "W MOUNT PLEASANT AVE", "objectid": 27950, "Shape__Length": 234.3090017153007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196984178383801, 40.0515812099434 ], [ -75.198322238220697, 40.050337483230201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5633, "tnode_": 5870, "lpoly_": null, "rpoly_": null, "length": 682.37771632, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 57420, "l_hundred": 600, "r_hundred": 600, "seg_id": 720248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27951, "Shape__Length": 271.97711490826617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200114486651003, 40.051472817112703 ], [ -75.201667839685101, 40.050029256857599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5677, "tnode_": 5899, "lpoly_": null, "rpoly_": null, "length": 586.17932644999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN ECHO", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 37100, "l_hundred": 500, "r_hundred": 500, "seg_id": 720249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN ECHO RD", "stname": "GLEN ECHO RD", "objectid": 27952, "Shape__Length": 233.62989076121639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196225436446198, 40.0511059399538 ], [ -75.1975674090599, 40.049870744971201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5873, "tnode_": 6006, "lpoly_": null, "rpoly_": null, "length": 320.50479501000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 438, "r_f_add": 401, "r_t_add": 427, "st_code": 71560, "l_hundred": 400, "r_hundred": 400, "seg_id": 720250, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27953, "Shape__Length": 127.7544621283719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194128604050505, 40.049935313138299 ], [ -75.194836096079499, 40.049243603631801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5751, "tnode_": 6015, "lpoly_": null, "rpoly_": null, "length": 593.58243793999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 426, "l_t_add": 498, "r_f_add": 439, "r_t_add": 499, "st_code": 31280, "l_hundred": 400, "r_hundred": 400, "seg_id": 720251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELLET ST", "stname": "W ELLET ST", "objectid": 27954, "Shape__Length": 236.67362473220786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195336450721399, 40.050552968079401 ], [ -75.196514157313999, 40.049197994678302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6030, "tnode_": 6141, "lpoly_": null, "rpoly_": null, "length": 252.27916787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 428, "r_f_add": 401, "r_t_add": 415, "st_code": 21560, "l_hundred": 400, "r_hundred": 400, "seg_id": 720252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27955, "Shape__Length": 100.54859523305583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193103503754202, 40.0490494343873 ], [ -75.193677924687194, 40.0485158390035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6141, "tnode_": 6006, "lpoly_": null, "rpoly_": null, "length": 418.82721157000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 22700, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 27956, "Shape__Length": 166.80143033261862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193677924687194, 40.0485158390035 ], [ -75.194836096079499, 40.049243603631801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6006, "tnode_": 6142, "lpoly_": null, "rpoly_": null, "length": 311.04917595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 440, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 71560, "l_hundred": 400, "r_hundred": 400, "seg_id": 720254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27957, "Shape__Length": 123.97743228274874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194836096079499, 40.049243603631801 ], [ -75.195535028223901, 40.048579852492402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5870, "tnode_": 6154, "lpoly_": null, "rpoly_": null, "length": 626.45997674, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 710, "r_f_add": 701, "r_t_add": 713, "st_code": 57420, "l_hundred": 700, "r_hundred": 700, "seg_id": 720255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27958, "Shape__Length": 249.68783916148155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201667839685101, 40.050029256857599 ], [ -75.203088357562706, 40.048700495641597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6141, "tnode_": 6301, "lpoly_": null, "rpoly_": null, "length": 324.24913962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 430, "l_t_add": 498, "r_f_add": 417, "r_t_add": 499, "st_code": 21560, "l_hundred": 400, "r_hundred": 400, "seg_id": 720256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27959, "Shape__Length": 129.24460262589318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193677924687194, 40.0485158390035 ], [ -75.194393062608697, 40.047815683535802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6015, "tnode_": 6323, "lpoly_": null, "rpoly_": null, "length": 683.10355937000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 31280, "l_hundred": 500, "r_hundred": 500, "seg_id": 720257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELLET ST", "stname": "W ELLET ST", "objectid": 27960, "Shape__Length": 272.2608654661351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196514157313999, 40.049197994678302 ], [ -75.198062771088203, 40.047748883681002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6154, "tnode_": 6388, "lpoly_": null, "rpoly_": null, "length": 475.25784321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 712, "l_t_add": 712, "r_f_add": 715, "r_t_add": 721, "st_code": 57420, "l_hundred": 700, "r_hundred": 700, "seg_id": 720258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 27961, "Shape__Length": 189.40854112063286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203088357562706, 40.048700495641597 ], [ -75.204186439209394, 40.047705555924097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7782, "tnode_": 7716, "lpoly_": null, "rpoly_": null, "length": 210.76626995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6823, "st_code": 84060, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720292, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27962, "Shape__Length": 83.968922584823815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199779537984398, 40.041007773772897 ], [ -75.200301984659603, 40.041424313982802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6316, "tnode_": 6441, "lpoly_": null, "rpoly_": null, "length": 455.1155669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 82620, "l_hundred": 400, "r_hundred": 400, "seg_id": 720259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 27963, "Shape__Length": 181.17194935669326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192126379940603, 40.047688216791698 ], [ -75.192488280653095, 40.047687706717902 ], [ -75.192671284905103, 40.047661371893703 ], [ -75.1928235764736, 40.047610025990103 ], [ -75.192960054141594, 40.047558326988501 ], [ -75.193081404858702, 40.047488046693097 ], [ -75.193178805830897, 40.0474233150061 ], [ -75.193400534367001, 40.047209305728202 ], [ -75.193469631656399, 40.047131656901101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6459, "tnode_": 6752, "lpoly_": null, "rpoly_": null, "length": 601.79063964, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 71560, "l_hundred": 600, "r_hundred": 600, "seg_id": 720260, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27964, "Shape__Length": 239.85111388246142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197060522905005, 40.047119753931597 ], [ -75.198414476818897, 40.045836688278101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6441, "tnode_": 6755, "lpoly_": null, "rpoly_": null, "length": 644.8477148000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 82620, "l_hundred": 500, "r_hundred": 500, "seg_id": 720261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 27965, "Shape__Length": 257.01979328310023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193469631656399, 40.047131656901101 ], [ -75.194906129532299, 40.0457479319915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6752, "tnode_": 6876, "lpoly_": null, "rpoly_": null, "length": 259.20703276, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 718, "r_f_add": 701, "r_t_add": 719, "st_code": 71560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27966, "Shape__Length": 103.31207364541258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198414476818897, 40.045836688278101 ], [ -75.198991673712598, 40.045280343071397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6622, "tnode_": 6916, "lpoly_": null, "rpoly_": null, "length": 603.22009774000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 21560, "l_hundred": 600, "r_hundred": 600, "seg_id": 720263, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27967, "Shape__Length": 240.41685456045909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195915354927095, 40.046386616950002 ], [ -75.197188072560905, 40.045173179150197 ], [ -75.197274718292306, 40.045102215259703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6876, "tnode_": 6996, "lpoly_": null, "rpoly_": null, "length": 252.10620188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 720, "l_t_add": 728, "r_f_add": 721, "r_t_add": 729, "st_code": 71560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27968, "Shape__Length": 100.47431908422278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198991673712598, 40.045280343071397 ], [ -75.199565285102096, 40.044746869501097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6916, "tnode_": 7047, "lpoly_": null, "rpoly_": null, "length": 254.16573936999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 720, "r_f_add": 701, "r_t_add": 711, "st_code": 21560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27969, "Shape__Length": 101.28444119660421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197274718292306, 40.045102215259703 ], [ -75.197350319179506, 40.045067311809298 ], [ -75.197868270868796, 40.044579102263597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7047, "tnode_": 6876, "lpoly_": null, "rpoly_": null, "length": 405.19198860999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEYWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 42300, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEYWARD ST", "stname": "HEYWARD ST", "objectid": 27970, "Shape__Length": 161.35968032121653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197868270868796, 40.044579102263597 ], [ -75.198991673712598, 40.045280343071397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6755, "tnode_": 7066, "lpoly_": null, "rpoly_": null, "length": 602.90177595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 82620, "l_hundred": 600, "r_hundred": 600, "seg_id": 720267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 27971, "Shape__Length": 240.29979410223726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194906129532299, 40.0457479319915 ], [ -75.1962431230654, 40.044450527102498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6996, "tnode_": 7121, "lpoly_": null, "rpoly_": null, "length": 215.00508469, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 730, "l_t_add": 798, "r_f_add": 731, "r_t_add": 799, "st_code": 71560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27972, "Shape__Length": 85.683132939627711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199565285102096, 40.044746869501097 ], [ -75.200062100159698, 40.044296809866999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7047, "tnode_": 7161, "lpoly_": null, "rpoly_": null, "length": 253.85643475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 722, "l_t_add": 744, "r_f_add": 713, "r_t_add": 745, "st_code": 21560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27973, "Shape__Length": 101.17559735683872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197868270868796, 40.044579102263597 ], [ -75.198437243202704, 40.044036521141599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7161, "tnode_": 6996, "lpoly_": null, "rpoly_": null, "length": 408.29752592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 41920, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENLEY ST", "stname": "HENLEY ST", "objectid": 27974, "Shape__Length": 162.5978150357254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198437243202704, 40.044036521141599 ], [ -75.199565285102096, 40.044746869501097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7161, "tnode_": 7291, "lpoly_": null, "rpoly_": null, "length": 284.93706556000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 746, "l_t_add": 798, "r_f_add": 747, "r_t_add": 799, "st_code": 21560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27975, "Shape__Length": 113.56303979886614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198437243202704, 40.044036521141599 ], [ -75.199073910119097, 40.043426297734499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7291, "tnode_": 7121, "lpoly_": null, "rpoly_": null, "length": 424.23321892000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 81880, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27976, "Shape__Length": 169.05159090015971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199073910119097, 40.043426297734499 ], [ -75.199398058322203, 40.043641006548697 ], [ -75.199598144674695, 40.043791411593403 ], [ -75.199797317184505, 40.043966123957603 ], [ -75.200062100159698, 40.044296809866999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7066, "tnode_": 7424, "lpoly_": null, "rpoly_": null, "length": 776.9983163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 82620, "l_hundred": 700, "r_hundred": 700, "seg_id": 720273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 27977, "Shape__Length": 309.68707190122257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1962431230654, 40.044450527102498 ], [ -75.197958781376698, 40.042774004934699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7424, "tnode_": 7291, "lpoly_": null, "rpoly_": null, "length": 392.35449282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 81880, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27978, "Shape__Length": 156.22429207775497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197958781376698, 40.042774004934699 ], [ -75.199073910119097, 40.043426297734499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7291, "tnode_": 7623, "lpoly_": null, "rpoly_": null, "length": 748.64731676999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 21560, "l_hundred": 800, "r_hundred": 800, "seg_id": 720275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 27979, "Shape__Length": 298.36036205659821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199073910119097, 40.043426297734499 ], [ -75.200768025016302, 40.041836289579798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5573, "tnode_": 5751, "lpoly_": null, "rpoly_": null, "length": 511.05512583999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 400, "l_t_add": 424, "r_f_add": 401, "r_t_add": 437, "st_code": 31280, "l_hundred": 400, "r_hundred": 400, "seg_id": 720276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ELLET ST", "stname": "W ELLET ST", "objectid": 27980, "Shape__Length": 203.77339040365783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194328856938796, 40.051720343294399 ], [ -75.1944012378531, 40.0516075313285 ], [ -75.194493255027396, 40.051475779126299 ], [ -75.195336450721399, 40.050552968079401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5818, "tnode_": 5848, "lpoly_": null, "rpoly_": null, "length": 230.14541995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 634, "r_f_add": 601, "r_t_add": 635, "st_code": 57480, "l_hundred": 600, "r_hundred": 600, "seg_id": 720277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT RD", "stname": "N MOUNT PLEASANT RD", "objectid": 27981, "Shape__Length": 91.58728631178019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198322238220697, 40.050337483230201 ], [ -75.1984822653626, 40.050219147164498 ], [ -75.198645539837102, 40.050151622982 ], [ -75.198792469986799, 40.050123744641503 ], [ -75.198922617688893, 40.050111063671203 ], [ -75.199051091248904, 40.050134552175003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5528, "tnode_": 5720, "lpoly_": null, "rpoly_": null, "length": 591.62370448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLESLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 82180, "l_hundred": 500, "r_hundred": 500, "seg_id": 720278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLESLEY RD", "stname": "WELLESLEY RD", "objectid": 27982, "Shape__Length": 235.75775089315243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197715571373905, 40.052047047173403 ], [ -75.197820913821403, 40.052005886095301 ], [ -75.198730396812493, 40.0511807191765 ], [ -75.198818292135996, 40.051158344006303 ], [ -75.199137948790593, 40.050867487729001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5232, "tnode_": 5471, "lpoly_": null, "rpoly_": null, "length": 683.59972913000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEN ECHO", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 37100, "l_hundred": 300, "r_hundred": 300, "seg_id": 720279, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEN ECHO RD", "stname": "GLEN ECHO RD", "objectid": 27983, "Shape__Length": 272.47983688504252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193375733413006, 40.053808009056901 ], [ -75.194860369874107, 40.0524448672071 ], [ -75.194916479430006, 40.052355777767197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7121, "tnode_": 7507, "lpoly_": null, "rpoly_": null, "length": 791.95028324999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 71560, "l_hundred": 800, "r_hundred": 800, "seg_id": 720280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 27984, "Shape__Length": 315.81429917012446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200062100159698, 40.044296809866999 ], [ -75.200242734284799, 40.044115892284303 ], [ -75.200513923300207, 40.043848231022103 ], [ -75.200786707010593, 40.043538033085099 ], [ -75.201028775862099, 40.043202825021098 ], [ -75.201224318531601, 40.042842257090797 ], [ -75.201387091654098, 40.042511370636902 ], [ -75.201435242367495, 40.042413598095699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7305, "tnode_": 7371, "lpoly_": null, "rpoly_": null, "length": 407.53325461000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBUTUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 520, "r_f_add": 501, "r_t_add": 523, "st_code": 12940, "l_hundred": 500, "r_hundred": 500, "seg_id": 720281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBUTUS ST", "stname": "ARBUTUS ST", "objectid": 27985, "Shape__Length": 162.06991841306095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193597085022901, 40.043257999489299 ], [ -75.193993025732695, 40.043244997084003 ], [ -75.194295069240297, 40.043209145116201 ], [ -75.194613841660995, 40.0431493373964 ], [ -75.195009789983601, 40.043029567176703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7236, "tnode_": 7371, "lpoly_": null, "rpoly_": null, "length": 236.31443551000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 656, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 64480, "l_hundred": 600, "r_hundred": 700, "seg_id": 720282, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PHIL ELLENA ST", "stname": "W PHIL ELLENA ST", "objectid": 27986, "Shape__Length": 94.32282007290452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195000206453997, 40.043672979183803 ], [ -75.195047674735704, 40.043396176999103 ], [ -75.195038268539406, 40.043225677985099 ], [ -75.195035167092001, 40.043097891651101 ], [ -75.195009789983601, 40.043029567176703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7380, "tnode_": 7305, "lpoly_": null, "rpoly_": null, "length": 138.62364808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6622, "l_t_add": 6638, "r_f_add": 6625, "r_t_add": 6625, "st_code": 50780, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720283, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27987, "Shape__Length": 55.324805740635838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193496987957502, 40.0428853192156 ], [ -75.193597085022901, 40.043257999489299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7436, "tnode_": 7380, "lpoly_": null, "rpoly_": null, "length": 134.20989618000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6620, "l_t_add": 6620, "r_f_add": 6617, "r_t_add": 6623, "st_code": 50780, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720284, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27988, "Shape__Length": 53.514464554456417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193250572432902, 40.042571414522698 ], [ -75.193395561211105, 40.042720830524601 ], [ -75.193496987957502, 40.0428853192156 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7371, "tnode_": 7537, "lpoly_": null, "rpoly_": null, "length": 490.90239187000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBUTUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 522, "l_t_add": 598, "r_f_add": 525, "r_t_add": 599, "st_code": 12940, "l_hundred": 500, "r_hundred": 500, "seg_id": 720285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBUTUS ST", "stname": "ARBUTUS ST", "objectid": 27989, "Shape__Length": 195.47103530437062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195009789983601, 40.043029567176703 ], [ -75.195304769947398, 40.042872779470898 ], [ -75.195579250503698, 40.042717690379597 ], [ -75.196012518784897, 40.042359402204198 ], [ -75.196384038203206, 40.042212864129397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7537, "tnode_": 7424, "lpoly_": null, "rpoly_": null, "length": 501.78223111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6655, "r_t_add": 6799, "st_code": 81880, "l_hundred": 6700, "r_hundred": 6600, "seg_id": 720286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27990, "Shape__Length": 199.67782497743684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196384038203206, 40.042212864129397 ], [ -75.196729468976102, 40.042219401277997 ], [ -75.196981326701504, 40.042255408144598 ], [ -75.197222991213593, 40.042352005668903 ], [ -75.197958781376698, 40.042774004934699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7560, "tnode_": 7537, "lpoly_": null, "rpoly_": null, "length": 345.51490466000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6646, "l_t_add": 6698, "r_f_add": 6641, "r_t_add": 6653, "st_code": 81880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 27991, "Shape__Length": 137.39266043090524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195172730015599, 40.042099537359498 ], [ -75.195496653401705, 40.0421801021023 ], [ -75.195985962650894, 40.0422348957689 ], [ -75.196384038203206, 40.042212864129397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7591, "tnode_": 7436, "lpoly_": null, "rpoly_": null, "length": 423.85226466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6615, "st_code": 50780, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720288, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27992, "Shape__Length": 168.79852130150732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192096963200797, 40.041818005045997 ], [ -75.193250572432902, 40.042571414522698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7436, "tnode_": 7660, "lpoly_": null, "rpoly_": null, "length": 465.20308494999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 73880, "l_hundred": 500, "r_hundred": 500, "seg_id": 720289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGER ST", "stname": "W SPRINGER ST", "objectid": 27993, "Shape__Length": 185.41022492368657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193250572432902, 40.042571414522698 ], [ -75.1942793804823, 40.041568639912697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7675, "tnode_": 7591, "lpoly_": null, "rpoly_": null, "length": 213.2793249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6518, "l_t_add": 6598, "r_f_add": 6525, "r_t_add": 6599, "st_code": 50780, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720290, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27994, "Shape__Length": 85.012048572263737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1916424192748, 40.041349217324999 ], [ -75.191901140789199, 40.041641490963698 ], [ -75.192096963200797, 40.041818005045997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7716, "tnode_": 7623, "lpoly_": null, "rpoly_": null, "length": 198.87010057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6900, "r_f_add": 6825, "r_t_add": 6899, "st_code": 84060, "l_hundred": 6900, "r_hundred": 6800, "seg_id": 720291, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27995, "Shape__Length": 79.245970856627437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200301984659603, 40.041424313982802 ], [ -75.200768025016302, 40.041836289579798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7560, "tnode_": 7860, "lpoly_": null, "rpoly_": null, "length": 763.35449356000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 19900, "l_hundred": 600, "r_hundred": 600, "seg_id": 720293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNHAM RD", "stname": "BURNHAM RD", "objectid": 27996, "Shape__Length": 304.22738199255218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195172730015599, 40.042099537359498 ], [ -75.196878868016896, 40.040465070874703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8317, "tnode_": 7782, "lpoly_": null, "rpoly_": null, "length": 1516.1555766400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6798, "r_f_add": 6601, "r_t_add": 6799, "st_code": 84060, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 27997, "Shape__Length": 604.08365565871975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196130353555702, 40.037933186251202 ], [ -75.197998064739494, 40.039477895214802 ], [ -75.198930501024506, 40.0402917242656 ], [ -75.199779537984398, 40.041007773772897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7591, "tnode_": 7936, "lpoly_": null, "rpoly_": null, "length": 823.03872395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 43660, "l_hundred": 500, "r_hundred": 500, "seg_id": 720295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 27998, "Shape__Length": 328.02126647430674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192096963200797, 40.041818005045997 ], [ -75.193920036447807, 40.040045673261801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8066, "tnode_": 7675, "lpoly_": null, "rpoly_": null, "length": 773.38233194999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6516, "r_f_add": 6501, "r_t_add": 6523, "st_code": 50780, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 27999, "Shape__Length": 308.69070335200263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191766606380497, 40.039229508383102 ], [ -75.191766715233896, 40.0399599207148 ], [ -75.191716534967398, 40.040451428671197 ], [ -75.1916424192748, 40.041349217324999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8066, "tnode_": 8062, "lpoly_": null, "rpoly_": null, "length": 251.93751146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6430, "l_t_add": 6498, "r_f_add": 6501, "r_t_add": 6509, "st_code": 81880, "l_hundred": 6400, "r_hundred": 6500, "seg_id": 720297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28000, "Shape__Length": 100.16595586397537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191766606380497, 40.039229508383102 ], [ -75.191896294608597, 40.0392512358613 ], [ -75.192663337020207, 40.039248794001701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7936, "tnode_": 8317, "lpoly_": null, "rpoly_": null, "length": 987.53157076000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 43660, "l_hundred": 600, "r_hundred": 600, "seg_id": 720298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28001, "Shape__Length": 393.55594258353898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193920036447807, 40.040045673261801 ], [ -75.196130353555702, 40.037933186251202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7660, "tnode_": 7569, "lpoly_": null, "rpoly_": null, "length": 249.98915446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6614, "l_t_add": 6644, "r_f_add": 6625, "r_t_add": 6639, "st_code": 81880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28002, "Shape__Length": 99.572177561371745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1942793804823, 40.041568639912697 ], [ -75.194484859998198, 40.0417415741315 ], [ -75.1947549415042, 40.041923954088297 ], [ -75.194935795424897, 40.042031466432697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7569, "tnode_": 7560, "lpoly_": null, "rpoly_": null, "length": 70.82158593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81880, "l_hundred": 0, "r_hundred": 0, "seg_id": 720300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28003, "Shape__Length": 28.17150643188112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194935795424897, 40.042031466432697 ], [ -75.195172730015599, 40.042099537359498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7380, "tnode_": 7569, "lpoly_": null, "rpoly_": null, "length": 524.68480512999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURNHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 19900, "l_hundred": 500, "r_hundred": 500, "seg_id": 720301, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURNHAM RD", "stname": "BURNHAM RD", "objectid": 28004, "Shape__Length": 208.92908198009414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193496987957502, 40.0428853192156 ], [ -75.193716285292496, 40.0428191950799 ], [ -75.194004346792497, 40.0427343785123 ], [ -75.194229385043798, 40.0426420763362 ], [ -75.194456025802495, 40.042507237825802 ], [ -75.194667767325299, 40.042347740324601 ], [ -75.194849255870807, 40.042151077925602 ], [ -75.194935795424897, 40.042031466432697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7424, "tnode_": 7782, "lpoly_": null, "rpoly_": null, "length": 820.88913236999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 82620, "l_hundred": 800, "r_hundred": 800, "seg_id": 720302, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 28005, "Shape__Length": 327.16782946400662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197958781376698, 40.042774004934699 ], [ -75.199779537984398, 40.041007773772897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7782, "tnode_": 7925, "lpoly_": null, "rpoly_": null, "length": 364.14411565999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1010, "r_f_add": 1001, "r_t_add": 1011, "st_code": 82620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 28006, "Shape__Length": 145.09058724842339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199779537984398, 40.041007773772897 ], [ -75.200653153439006, 40.040267258747001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7716, "tnode_": 7985, "lpoly_": null, "rpoly_": null, "length": 815.24050434000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITCHENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1024, "r_f_add": 1001, "r_t_add": 1023, "st_code": 48000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITCHENS LN", "stname": "KITCHENS LN", "objectid": 28007, "Shape__Length": 324.70920633166816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200301984659603, 40.041424313982802 ], [ -75.201202364650598, 40.040671993808601 ], [ -75.2020459000302, 40.040199320560603 ], [ -75.202182513214197, 40.040108168199801 ], [ -75.202440599623401, 40.0399186985317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7925, "tnode_": 8327, "lpoly_": null, "rpoly_": null, "length": 1060.3161010199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1012, "l_t_add": 1098, "r_f_add": 1013, "r_t_add": 1099, "st_code": 82620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 28008, "Shape__Length": 422.68693503900579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200653153439006, 40.040267258747001 ], [ -75.201334448993805, 40.039708528237703 ], [ -75.201478536733106, 40.039560213575598 ], [ -75.201569084465106, 40.039418900996502 ], [ -75.201627078526997, 40.039293245439602 ], [ -75.201665470446798, 40.039122111151798 ], [ -75.201659127144495, 40.039007313350801 ], [ -75.201637121325007, 40.038883977944501 ], [ -75.201594129777106, 40.038751987718499 ], [ -75.201519201207901, 40.038619287977099 ], [ -75.201442581478702, 40.038531595377698 ], [ -75.201113585780703, 40.038213082506502 ], [ -75.200850411211405, 40.037986117096096 ], [ -75.2006922956013, 40.037883830928401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8135, "tnode_": 8222, "lpoly_": null, "rpoly_": null, "length": 194.76533627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 600, "r_f_add": 601, "r_t_add": 601, "st_code": 23920, "l_hundred": 600, "r_hundred": 600, "seg_id": 720307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLIVEDEN ST", "stname": "W CLIVEDEN ST", "objectid": 28009, "Shape__Length": 77.614672106981132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191132250870297, 40.038849882577701 ], [ -75.191574975542494, 40.038437505549197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8222, "tnode_": 8066, "lpoly_": null, "rpoly_": null, "length": 293.46026934999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6464, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 50780, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720308, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 28010, "Shape__Length": 117.11638753394836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191574975542494, 40.038437505549197 ], [ -75.191766606380497, 40.039229508383102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8337, "tnode_": 8317, "lpoly_": null, "rpoly_": null, "length": 91.94625331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84060, "l_hundred": 0, "r_hundred": 0, "seg_id": 720309, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28011, "Shape__Length": 36.637468833939884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195916051162698, 40.037741942999901 ], [ -75.196130353555702, 40.037933186251202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8375, "tnode_": 8222, "lpoly_": null, "rpoly_": null, "length": 424.44871701999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6462, "r_f_add": 6401, "r_t_add": 6439, "st_code": 50780, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720310, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 28012, "Shape__Length": 169.31328759941061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190990580968602, 40.037362410584898 ], [ -75.191574975542494, 40.038437505549197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8062, "tnode_": 8474, "lpoly_": null, "rpoly_": null, "length": 1066.9777142199998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 79020, "l_hundred": 600, "r_hundred": 600, "seg_id": 720311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28013, "Shape__Length": 425.24384265337369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192663337020207, 40.039248794001701 ], [ -75.194928520864295, 40.037031229191399 ], [ -75.194987634739903, 40.036931524455397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8474, "tnode_": 8337, "lpoly_": null, "rpoly_": null, "length": 393.36537461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 84060, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720312, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28014, "Shape__Length": 156.73493752186258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194987634739903, 40.036931524455397 ], [ -75.195916051162698, 40.037741942999901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8337, "tnode_": 8538, "lpoly_": null, "rpoly_": null, "length": 769.31474449000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 43660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28015, "Shape__Length": 306.19217314181464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195916051162698, 40.037741942999901 ], [ -75.198241064906696, 40.036616717846996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8222, "tnode_": 8612, "lpoly_": null, "rpoly_": null, "length": 1084.7927885500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 602, "l_t_add": 698, "r_f_add": 603, "r_t_add": 699, "st_code": 23920, "l_hundred": 600, "r_hundred": 600, "seg_id": 720314, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLIVEDEN ST", "stname": "W CLIVEDEN ST", "objectid": 28016, "Shape__Length": 432.31502550963927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191574975542494, 40.038437505549197 ], [ -75.193868443019497, 40.036186600961798 ], [ -75.193984411745106, 40.0361080516832 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8612, "tnode_": 8474, "lpoly_": null, "rpoly_": null, "length": 410.97188371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 84060, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720315, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28017, "Shape__Length": 163.7285588620534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193984411745106, 40.0361080516832 ], [ -75.194987634739903, 40.036931524455397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8724, "tnode_": 8612, "lpoly_": null, "rpoly_": null, "length": 354.39040841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6308, "l_t_add": 6398, "r_f_add": 6331, "r_t_add": 6399, "st_code": 84060, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720316, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28018, "Shape__Length": 141.19122502244332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193129292263606, 40.035390857879499 ], [ -75.193291889134898, 40.035529097486801 ], [ -75.193984411745106, 40.0361080516832 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8474, "tnode_": 8725, "lpoly_": null, "rpoly_": null, "length": 984.00508518000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 79020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28019, "Shape__Length": 391.62267557823697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194987634739903, 40.036931524455397 ], [ -75.195101174858905, 40.036858698170803 ], [ -75.197880265478901, 40.035545998312301 ], [ -75.197976645676107, 40.035515123466503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8725, "tnode_": 8538, "lpoly_": null, "rpoly_": null, "length": 408.55204018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK LINE", "st_type": "DR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 63013, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK LINE DR", "stname": "PARK LINE DR", "objectid": 28020, "Shape__Length": 163.04042679518304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197976645676107, 40.035515123466503 ], [ -75.198041482722601, 40.035677297728697 ], [ -75.198241064906696, 40.036616717846996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8785, "tnode_": 8724, "lpoly_": null, "rpoly_": null, "length": 172.7607721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6306, "r_f_add": 6301, "r_t_add": 6329, "st_code": 84060, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720319, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28021, "Shape__Length": 68.838018706508748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192729011927199, 40.0350299677295 ], [ -75.193129292263606, 40.035390857879499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8909, "tnode_": 8785, "lpoly_": null, "rpoly_": null, "length": 346.68221753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6240, "l_t_add": 6298, "r_f_add": 6241, "r_t_add": 6299, "st_code": 84060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720320, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28022, "Shape__Length": 138.12397244708748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191902509485502, 40.034321395046497 ], [ -75.192729011927199, 40.0350299677295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9028, "tnode_": 8909, "lpoly_": null, "rpoly_": null, "length": 328.73721321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6220, "l_t_add": 6238, "r_f_add": 6221, "r_t_add": 6239, "st_code": 84060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720321, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 28023, "Shape__Length": 130.97331025285152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191119227188494, 40.033649202889798 ], [ -75.191902509485502, 40.034321395046497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8612, "tnode_": 8942, "lpoly_": null, "rpoly_": null, "length": 1204.02418973, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 23920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 720323, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLIVEDEN ST", "stname": "W CLIVEDEN ST", "objectid": 28024, "Shape__Length": 479.15618268594494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193984411745106, 40.0361080516832 ], [ -75.197675875426299, 40.034413150213403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8375, "tnode_": 8724, "lpoly_": null, "rpoly_": null, "length": 939.51548907999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 402, "l_t_add": 498, "r_f_add": 403, "r_t_add": 499, "st_code": 46220, "l_hundred": 400, "r_hundred": 400, "seg_id": 720324, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28025, "Shape__Length": 374.38009467590803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190990580968602, 40.037362410584898 ], [ -75.192937974418896, 40.035472564503401 ], [ -75.193129292263606, 40.035390857879499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9028, "tnode_": 9165, "lpoly_": null, "rpoly_": null, "length": 472.68722782000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KINGSLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 653, "r_f_add": 600, "r_t_add": 630, "st_code": 47810, "l_hundred": 600, "r_hundred": 600, "seg_id": 720326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KINGSLEY ST", "stname": "W KINGSLEY ST", "objectid": 28026, "Shape__Length": 188.10581109377173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191119227188494, 40.033649202889798 ], [ -75.1925690629472, 40.032984636275302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8785, "tnode_": 9117, "lpoly_": null, "rpoly_": null, "length": 1383.4425048500002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 701, "r_f_add": 600, "r_t_add": 698, "st_code": 46220, "l_hundred": 600, "r_hundred": 600, "seg_id": 720327, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28027, "Shape__Length": 550.3874633793256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192729011927199, 40.0350299677295 ], [ -75.193251476118306, 40.034824722824297 ], [ -75.195670278212205, 40.0339236478627 ], [ -75.197001586302207, 40.033422526199402 ], [ -75.197046504716297, 40.033403261074497 ], [ -75.197178588162103, 40.033405334692901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4747, "tnode_": 4945, "lpoly_": null, "rpoly_": null, "length": 765.04031475, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 71560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 28028, "Shape__Length": 304.70843231835079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188079485029903, 40.0569075778334 ], [ -75.190207320355498, 40.055589641294297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4945, "tnode_": 4819, "lpoly_": null, "rpoly_": null, "length": 516.6454653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 57260, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 28029, "Shape__Length": 205.77145264592869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190207320355498, 40.055589641294297 ], [ -75.191648614414305, 40.056475520488398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4945, "tnode_": 5094, "lpoly_": null, "rpoly_": null, "length": 560.21537807999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 71560, "l_hundred": 100, "r_hundred": 100, "seg_id": 720330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 28030, "Shape__Length": 223.13264962430864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190207320355498, 40.055589641294297 ], [ -75.191753947627106, 40.054613699978802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5094, "tnode_": 4994, "lpoly_": null, "rpoly_": null, "length": 416.84220548000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 25800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28031, "Shape__Length": 165.98297852923912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191753947627106, 40.054613699978802 ], [ -75.192967820067395, 40.055276467174401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5099, "tnode_": 5044, "lpoly_": null, "rpoly_": null, "length": 126.77452487000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6784, "l_t_add": 6798, "r_f_add": 6817, "r_t_add": 6827, "st_code": 36660, "l_hundred": 6700, "r_hundred": 6800, "seg_id": 720332, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28032, "Shape__Length": 50.579952249951063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186780352317498, 40.054513414045701 ], [ -75.186963672006598, 40.054831637825103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5120, "tnode_": 5094, "lpoly_": null, "rpoly_": null, "length": 114.95967153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6952, "l_t_add": 6998, "r_f_add": 6953, "r_t_add": 6999, "st_code": 25800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28033, "Shape__Length": 45.7770583764731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191421125929807, 40.0544288302059 ], [ -75.191753947627106, 40.054613699978802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5044, "tnode_": 5154, "lpoly_": null, "rpoly_": null, "length": 362.09481938000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 23, "st_code": 21560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28034, "Shape__Length": 144.32222717091418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186963672006598, 40.054831637825103 ], [ -75.187799879151001, 40.054073283736599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5154, "tnode_": 5073, "lpoly_": null, "rpoly_": null, "length": 346.12481465000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 57260, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 28035, "Shape__Length": 137.8547043442787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187799879151001, 40.054073283736599 ], [ -75.188762227760606, 40.054669853634998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5167, "tnode_": 5120, "lpoly_": null, "rpoly_": null, "length": 206.38071196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6944, "l_t_add": 6950, "r_f_add": 6945, "r_t_add": 6951, "st_code": 25800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28036, "Shape__Length": 82.18424609146642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190828634562806, 40.054091689201798 ], [ -75.191421125929807, 40.0544288302059 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5177, "tnode_": 5099, "lpoly_": null, "rpoly_": null, "length": 209.26406488000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6770, "l_t_add": 6782, "r_f_add": 6801, "r_t_add": 6815, "st_code": 36660, "l_hundred": 6700, "r_hundred": 6800, "seg_id": 720337, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28037, "Shape__Length": 83.504395870857707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186518960508906, 40.053975223327697 ], [ -75.186780352317498, 40.054513414045701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5094, "tnode_": 5178, "lpoly_": null, "rpoly_": null, "length": 291.85620995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 71560, "l_hundred": 200, "r_hundred": 200, "seg_id": 720338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 28038, "Shape__Length": 116.25192558641093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191753947627106, 40.054613699978802 ], [ -75.192548628239507, 40.054095085823199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5154, "tnode_": 5208, "lpoly_": null, "rpoly_": null, "length": 114.70705438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 30, "l_t_add": 34, "r_f_add": 25, "r_t_add": 29, "st_code": 21560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28039, "Shape__Length": 45.72693776739694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187799879151001, 40.054073283736599 ], [ -75.188050631902897, 40.053824243344501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5222, "tnode_": 5167, "lpoly_": null, "rpoly_": null, "length": 207.89119886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6936, "l_t_add": 6942, "r_f_add": 6927, "r_t_add": 6943, "st_code": 25800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28040, "Shape__Length": 82.782406279732143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190227676665003, 40.0537564124593 ], [ -75.190828634562806, 40.054091689201798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5120, "tnode_": 5225, "lpoly_": null, "rpoly_": null, "length": 308.27805311000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IDELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 44780, "l_hundred": 200, "r_hundred": 200, "seg_id": 720341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IDELL ST", "stname": "IDELL ST", "objectid": 28041, "Shape__Length": 122.87653401669333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191421125929807, 40.0544288302059 ], [ -75.192085214323299, 40.053813773047601 ], [ -75.192124197788004, 40.053777486262902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5225, "tnode_": 5178, "lpoly_": null, "rpoly_": null, "length": 168.74929106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6982, "l_t_add": 6998, "r_f_add": 6981, "r_t_add": 6999, "st_code": 81940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEATHAM ST", "stname": "WEATHAM ST", "objectid": 28042, "Shape__Length": 67.232320905314907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192124197788004, 40.053777486262902 ], [ -75.192160886166405, 40.053848722910601 ], [ -75.192548628239507, 40.054095085823199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5254, "tnode_": 5222, "lpoly_": null, "rpoly_": null, "length": 111.10777667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6932, "l_t_add": 6934, "r_f_add": 6923, "r_t_add": 6925, "st_code": 25800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28043, "Shape__Length": 44.242921521695507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1899063574933, 40.053577368909302 ], [ -75.190227676665003, 40.0537564124593 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5300, "tnode_": 5177, "lpoly_": null, "rpoly_": null, "length": 285.26296552000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6740, "l_t_add": 6768, "r_f_add": 6755, "r_t_add": 6799, "st_code": 36660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720344, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28044, "Shape__Length": 113.81517513848232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186117739473701, 40.053255396878399 ], [ -75.186518960508906, 40.053975223327697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5167, "tnode_": 5336, "lpoly_": null, "rpoly_": null, "length": 456.68501209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 29600, "l_hundred": 200, "r_hundred": 200, "seg_id": 720345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURAND ST", "stname": "DURAND ST", "objectid": 28045, "Shape__Length": 182.03323598236432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190828634562806, 40.054091689201798 ], [ -75.191862101415396, 40.053121679320903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5336, "tnode_": 5225, "lpoly_": null, "rpoly_": null, "length": 250.10482162000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6958, "l_t_add": 6980, "r_f_add": 6959, "r_t_add": 6979, "st_code": 81940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEATHAM ST", "stname": "WEATHAM ST", "objectid": 28046, "Shape__Length": 99.813889848404926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191862101415396, 40.053121679320903 ], [ -75.192115138785397, 40.053731938810998 ], [ -75.192124197788004, 40.053777486262902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5208, "tnode_": 5348, "lpoly_": null, "rpoly_": null, "length": 376.25947396000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 36, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 21560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28047, "Shape__Length": 149.97206622251269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188050631902897, 40.053824243344501 ], [ -75.188908185250398, 40.053028913724802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5348, "tnode_": 5254, "lpoly_": null, "rpoly_": null, "length": 343.50789555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6930, "r_f_add": 6901, "r_t_add": 6921, "st_code": 25800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28048, "Shape__Length": 136.78010667993075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188908185250398, 40.053028913724802 ], [ -75.1899063574933, 40.053577368909302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5389, "tnode_": 5208, "lpoly_": null, "rpoly_": null, "length": 487.47210721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 57260, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 28049, "Shape__Length": 194.31774915719507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187012475197406, 40.052786027191502 ], [ -75.187262693990903, 40.053244348400199 ], [ -75.187399979495297, 40.053381210102501 ], [ -75.187584710747004, 40.053519129858998 ], [ -75.188050631902897, 40.053824243344501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5427, "tnode_": 5300, "lpoly_": null, "rpoly_": null, "length": 324.05254239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6738, "r_f_add": 6725, "r_t_add": 6753, "st_code": 36660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720350, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28050, "Shape__Length": 129.29711108562361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185682692607699, 40.052431049376999 ], [ -75.186117739473701, 40.053255396878399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5222, "tnode_": 5437, "lpoly_": null, "rpoly_": null, "length": 593.02355321000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 37720, "l_hundred": 200, "r_hundred": 200, "seg_id": 720351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORGAS LN", "stname": "W GORGAS LN", "objectid": 28051, "Shape__Length": 236.33980621213516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190227676665003, 40.0537564124593 ], [ -75.191466502284996, 40.0526054528533 ], [ -75.191539632642105, 40.052564111645097 ], [ -75.191623239512197, 40.052558507788603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5437, "tnode_": 5336, "lpoly_": null, "rpoly_": null, "length": 215.80013323999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEATHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6956, "r_f_add": 6901, "r_t_add": 6957, "st_code": 81940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEATHAM ST", "stname": "WEATHAM ST", "objectid": 28052, "Shape__Length": 86.119583974128986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191623239512197, 40.052558507788603 ], [ -75.191692921981101, 40.05271018314 ], [ -75.191862101415396, 40.053121679320903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5459, "tnode_": 5348, "lpoly_": null, "rpoly_": null, "length": 418.34750162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 25800, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28053, "Shape__Length": 166.59202061513636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187711323901794, 40.052341240409802 ], [ -75.188908185250398, 40.053028913724802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5535, "tnode_": 5427, "lpoly_": null, "rpoly_": null, "length": 270.42619418000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6644, "l_t_add": 6698, "r_f_add": 6701, "r_t_add": 6723, "st_code": 36660, "l_hundred": 6600, "r_hundred": 6700, "seg_id": 720354, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28054, "Shape__Length": 107.88898370514951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185290497120505, 40.051752634887499 ], [ -75.185682692607699, 40.052431049376999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5554, "tnode_": 5459, "lpoly_": null, "rpoly_": null, "length": 417.57955266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 25800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 28055, "Shape__Length": 166.27532848033067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186503653485204, 40.051668417343002 ], [ -75.187711323901794, 40.052341240409802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5566, "tnode_": 5535, "lpoly_": null, "rpoly_": null, "length": 60.65876791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6632, "l_t_add": 6642, "r_f_add": 6673, "r_t_add": 6699, "st_code": 36660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28056, "Shape__Length": 24.206608310348493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185222788503296, 40.051594458062503 ], [ -75.185290497120505, 40.051752634887499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5612, "tnode_": 5566, "lpoly_": null, "rpoly_": null, "length": 146.07365991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6624, "l_t_add": 6630, "r_f_add": 6669, "r_t_add": 6671, "st_code": 36660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720357, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28057, "Shape__Length": 58.27943549635711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185018380996596, 40.051225518307398 ], [ -75.185222788503296, 40.051594458062503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5348, "tnode_": 5637, "lpoly_": null, "rpoly_": null, "length": 854.74988941000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 160, "r_f_add": 101, "r_t_add": 155, "st_code": 21560, "l_hundred": 100, "r_hundred": 100, "seg_id": 720358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28058, "Shape__Length": 340.70610522634178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188908185250398, 40.053028913724802 ], [ -75.1908191144162, 40.051198886936398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5701, "tnode_": 5612, "lpoly_": null, "rpoly_": null, "length": 228.13607235000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6610, "l_t_add": 6622, "r_f_add": 6647, "r_t_add": 6667, "st_code": 36660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720359, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28059, "Shape__Length": 91.01824541720282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184695551036398, 40.050650495476297 ], [ -75.185018380996596, 40.051225518307398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5637, "tnode_": 5716, "lpoly_": null, "rpoly_": null, "length": 214.94373516000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 162, "l_t_add": 198, "r_f_add": 157, "r_t_add": 199, "st_code": 21560, "l_hundred": 100, "r_hundred": 100, "seg_id": 720360, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28060, "Shape__Length": 85.663624418543549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1908191144162, 40.051198886936398 ], [ -75.191321375978703, 40.050752603568299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5793, "tnode_": 5637, "lpoly_": null, "rpoly_": null, "length": 765.78899452999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 66580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720361, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCY ST", "stname": "QUINCY ST", "objectid": 28061, "Shape__Length": 304.83608710549038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188500920671501, 40.0502208415976 ], [ -75.188864691089293, 40.050220926728599 ], [ -75.189069818314906, 40.050237663180603 ], [ -75.189286485632095, 40.050292114000598 ], [ -75.189475392013705, 40.050370040350998 ], [ -75.1908191144162, 40.051198886936398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5671, "tnode_": 5653, "lpoly_": null, "rpoly_": null, "length": 79.39719521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7000, "r_f_add": 7001, "r_t_add": 7001, "st_code": 31740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28062, "Shape__Length": 31.634727393141979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193013664469404, 40.051018076723501 ], [ -75.193213052190998, 40.051173077639604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5796, "tnode_": 5671, "lpoly_": null, "rpoly_": null, "length": 432.56971559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 31740, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720363, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28063, "Shape__Length": 172.27958384963401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191818382662305, 40.0502655667079 ], [ -75.193013664469404, 40.051018076723501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5812, "tnode_": 5749, "lpoly_": null, "rpoly_": null, "length": 135.01863117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6554, "l_t_add": 6598, "r_f_add": 6631, "r_t_add": 6639, "st_code": 36660, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 720364, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28064, "Shape__Length": 53.861887282770375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184369627323804, 40.050077718094499 ], [ -75.184575193604999, 40.050413006317697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5749, "tnode_": 5701, "lpoly_": null, "rpoly_": null, "length": 92.84321187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6608, "r_f_add": 6641, "r_t_add": 6645, "st_code": 36660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720365, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28065, "Shape__Length": 37.044619030124792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184575193604999, 40.050413006317697 ], [ -75.184695551036398, 40.050650495476297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5300, "tnode_": 5389, "lpoly_": null, "rpoly_": null, "length": 305.08832134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 28, "r_f_add": 1, "r_t_add": 19, "st_code": 63680, "l_hundred": 0, "r_hundred": 0, "seg_id": 720366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28066, "Shape__Length": 121.47355817525468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186117739473701, 40.053255396878399 ], [ -75.186245150466803, 40.053154745201503 ], [ -75.186590682693605, 40.053016492428597 ], [ -75.187012475197406, 40.052786027191502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5389, "tnode_": 5459, "lpoly_": null, "rpoly_": null, "length": 254.02257443000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 30, "l_t_add": 98, "r_f_add": 21, "r_t_add": 99, "st_code": 63680, "l_hundred": 0, "r_hundred": 0, "seg_id": 720367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28067, "Shape__Length": 101.17454918513093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187012475197406, 40.052786027191502 ], [ -75.187711323901794, 40.052341240409802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5427, "tnode_": 5554, "lpoly_": null, "rpoly_": null, "length": 360.55501455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 26, "r_f_add": 1, "r_t_add": 29, "st_code": 82620, "l_hundred": 0, "r_hundred": 0, "seg_id": 720368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 28068, "Shape__Length": 143.71001249629313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185682692607699, 40.052431049376999 ], [ -75.186503653485204, 40.051668417343002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5554, "tnode_": 5792, "lpoly_": null, "rpoly_": null, "length": 667.79005432999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTVIEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 28, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 82620, "l_hundred": 0, "r_hundred": 0, "seg_id": 720369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTVIEW AVE", "stname": "WESTVIEW AVE", "objectid": 28069, "Shape__Length": 266.18316730537282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186503653485204, 40.051668417343002 ], [ -75.187988550821203, 40.050233744238398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5792, "tnode_": 5793, "lpoly_": null, "rpoly_": null, "length": 143.51648324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6722, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 66580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCY ST", "stname": "QUINCY ST", "objectid": 28070, "Shape__Length": 57.06760608326254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187988550821203, 40.050233744238398 ], [ -75.188500920671501, 40.0502208415976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5566, "tnode_": 5814, "lpoly_": null, "rpoly_": null, "length": 689.32949384999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 64480, "l_hundred": 0, "r_hundred": 0, "seg_id": 720371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PHIL ELLENA ST", "stname": "W PHIL ELLENA ST", "objectid": 28071, "Shape__Length": 274.76923960595093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185222788503296, 40.051594458062503 ], [ -75.186754154990396, 40.050112640238702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5814, "tnode_": 5792, "lpoly_": null, "rpoly_": null, "length": 352.3168609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6720, "r_f_add": 6701, "r_t_add": 6723, "st_code": 66580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCY ST", "stname": "QUINCY ST", "objectid": 28072, "Shape__Length": 140.11433280450362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186754154990396, 40.050112640238702 ], [ -75.186945415192099, 40.050180466299402 ], [ -75.187116289961494, 40.050206262124902 ], [ -75.187281880973899, 40.050222119759198 ], [ -75.187988550821203, 40.050233744238398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5921, "tnode_": 5814, "lpoly_": null, "rpoly_": null, "length": 410.06046739000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUINCY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 66580, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "QUINCY ST", "stname": "QUINCY ST", "objectid": 28073, "Shape__Length": 163.30145682635785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185604655848607, 40.049414985191703 ], [ -75.186754154990396, 40.050112640238702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5796, "tnode_": 6030, "lpoly_": null, "rpoly_": null, "length": 570.70392801999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 21560, "l_hundred": 300, "r_hundred": 300, "seg_id": 720374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 28074, "Shape__Length": 227.47114424010579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191818382662305, 40.0502655667079 ], [ -75.193103503754202, 40.0490494343873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5814, "tnode_": 6045, "lpoly_": null, "rpoly_": null, "length": 682.39612712000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 64480, "l_hundred": 100, "r_hundred": 100, "seg_id": 720375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PHIL ELLENA ST", "stname": "W PHIL ELLENA ST", "objectid": 28075, "Shape__Length": 271.85396574030591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186754154990396, 40.050112640238702 ], [ -75.187675568169396, 40.049227403921897 ], [ -75.187822026447606, 40.049121197358602 ], [ -75.188152410409401, 40.048964357162198 ], [ -75.188493047979193, 40.048848067396399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5793, "tnode_": 6045, "lpoly_": null, "rpoly_": null, "length": 500.08356838000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 233, "st_code": 63680, "l_hundred": 200, "r_hundred": 200, "seg_id": 720376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28076, "Shape__Length": 199.6346244517801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188500920671501, 40.0502208415976 ], [ -75.188493047979193, 40.048848067396399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5671, "tnode_": 5873, "lpoly_": null, "rpoly_": null, "length": 502.99307376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 71560, "l_hundred": 300, "r_hundred": 300, "seg_id": 720377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 28077, "Shape__Length": 200.49510567145015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193013664469404, 40.051018076723501 ], [ -75.194128604050505, 40.049935313138299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5749, "tnode_": 5921, "lpoly_": null, "rpoly_": null, "length": 463.93779001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 43660, "l_hundred": 0, "r_hundred": 0, "seg_id": 720378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28078, "Shape__Length": 184.92538222211982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184575193604999, 40.050413006317697 ], [ -75.185604655848607, 40.049414985191703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5073, "tnode_": 5254, "lpoly_": null, "rpoly_": null, "length": 510.84763174, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 37720, "l_hundred": 100, "r_hundred": 100, "seg_id": 720379, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GORGAS LN", "stname": "W GORGAS LN", "objectid": 28079, "Shape__Length": 203.6304312597654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188762227760606, 40.054669853634998 ], [ -75.1899063574933, 40.053577368909302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6116, "tnode_": 5716, "lpoly_": null, "rpoly_": null, "length": 1127.5667557900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6898, "r_f_add": 6701, "r_t_add": 6899, "st_code": 31740, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720380, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": "1998-09-23T00:00:00Z", "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28080, "Shape__Length": 449.30318825254312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188779613450194, 40.048545715357903 ], [ -75.190345240120905, 40.049503618322099 ], [ -75.190816180528401, 40.049791747069399 ], [ -75.191114338659503, 40.049954804108999 ], [ -75.191321375978703, 40.050752603568299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5852, "tnode_": 5812, "lpoly_": null, "rpoly_": null, "length": 116.54984074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6544, "l_t_add": 6552, "r_f_add": 6609, "r_t_add": 6629, "st_code": 36660, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 720381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28081, "Shape__Length": 46.498773204715157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184205231464304, 40.049783776270203 ], [ -75.184369627323804, 40.050077718094499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5942, "tnode_": 5852, "lpoly_": null, "rpoly_": null, "length": 180.37460604999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6526, "l_t_add": 6542, "r_f_add": 6601, "r_t_add": 6607, "st_code": 36660, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 720382, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28082, "Shape__Length": 71.968152187529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183969436963395, 40.049322977546097 ], [ -75.184205231464304, 40.049783776270203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6138, "tnode_": 6018, "lpoly_": null, "rpoly_": null, "length": 261.34058317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6514, "r_f_add": 6501, "r_t_add": 6521, "st_code": 36660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28083, "Shape__Length": 104.26495640438256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183400394466105, 40.048263404900098 ], [ -75.183761884492895, 40.048924840798698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6401, "tnode_": 6138, "lpoly_": null, "rpoly_": null, "length": 461.38257089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6442, "l_t_add": 6498, "r_f_add": 6443, "r_t_add": 6499, "st_code": 36660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720384, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28084, "Shape__Length": 184.08413991460111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182800149581496, 40.047083853588397 ], [ -75.183400394466105, 40.048263404900098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6656, "tnode_": 6401, "lpoly_": null, "rpoly_": null, "length": 460.9079378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6440, "r_f_add": 6401, "r_t_add": 6441, "st_code": 36660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720385, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28085, "Shape__Length": 183.89340720873949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182206228894202, 40.045903812868502 ], [ -75.182800149581496, 40.047083853588397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6656, "tnode_": 6841, "lpoly_": null, "rpoly_": null, "length": 388.41688938000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 35, "st_code": 46220, "l_hundred": 0, "r_hundred": 0, "seg_id": 720386, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28086, "Shape__Length": 154.80433843773875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182206228894202, 40.045903812868502 ], [ -75.183083319403906, 40.045077686237498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6841, "tnode_": 7160, "lpoly_": null, "rpoly_": null, "length": 654.64998177999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 36, "l_t_add": 98, "r_f_add": 37, "r_t_add": 99, "st_code": 46220, "l_hundred": 0, "r_hundred": 0, "seg_id": 720387, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28087, "Shape__Length": 260.92696843150884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183083319403906, 40.045077686237498 ], [ -75.1845266500044, 40.0436638308814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7267, "tnode_": 6990, "lpoly_": null, "rpoly_": null, "length": 687.94836316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 38460, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720388, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28088, "Shape__Length": 273.96813170867887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191201599837001, 40.043395180015203 ], [ -75.193094106009099, 40.044599657032599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7346, "tnode_": 7267, "lpoly_": null, "rpoly_": null, "length": 225.42838698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6549, "r_t_add": 6599, "st_code": 38460, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720389, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28089, "Shape__Length": 89.773045405978607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190580931933397, 40.043000991251297 ], [ -75.191201599837001, 40.043395180015203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7160, "tnode_": 7391, "lpoly_": null, "rpoly_": null, "length": 475.55214435, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 46220, "l_hundred": 100, "r_hundred": 100, "seg_id": 720390, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28090, "Shape__Length": 189.54142620982287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1845266500044, 40.0436638308814 ], [ -75.185571900964405, 40.042634851902399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7633, "tnode_": 7476, "lpoly_": null, "rpoly_": null, "length": 431.42472483999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6440, "l_t_add": 6458, "r_f_add": 6439, "r_t_add": 6499, "st_code": 38460, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720391, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28091, "Shape__Length": 171.808553023863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188299885772494, 40.041556729824102 ], [ -75.189481592195094, 40.042316771250903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7391, "tnode_": 7745, "lpoly_": null, "rpoly_": null, "length": 787.86542236000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 46220, "l_hundred": 200, "r_hundred": 200, "seg_id": 720392, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28092, "Shape__Length": 314.00671143099407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185571900964405, 40.042634851902399 ], [ -75.187317463420499, 40.0409384920682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7745, "tnode_": 7633, "lpoly_": null, "rpoly_": null, "length": 355.50506114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6438, "r_f_add": 6401, "r_t_add": 6437, "st_code": 38460, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720393, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28093, "Shape__Length": 141.56735088462332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187317463420499, 40.0409384920682 ], [ -75.188299885772494, 40.041556729824102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6045, "tnode_": 6116, "lpoly_": null, "rpoly_": null, "length": 136.26274299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 232, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 63680, "l_hundred": 200, "r_hundred": 200, "seg_id": 720394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28094, "Shape__Length": 54.32169085861333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188493047979193, 40.048848067396399 ], [ -75.188779613450194, 40.048545715357903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5921, "tnode_": 6291, "lpoly_": null, "rpoly_": null, "length": 797.55711144999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 43660, "l_hundred": 100, "r_hundred": 100, "seg_id": 720395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28095, "Shape__Length": 317.90152673977167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185604655848607, 40.049414985191703 ], [ -75.187370757102002, 40.047697084374697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6291, "tnode_": 6116, "lpoly_": null, "rpoly_": null, "length": 501.13927386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 31740, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28096, "Shape__Length": 199.56482097710355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187370757102002, 40.047697084374697 ], [ -75.188779613450194, 40.048545715357903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6116, "tnode_": 6311, "lpoly_": null, "rpoly_": null, "length": 439.14321306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 334, "r_f_add": 301, "r_t_add": 339, "st_code": 63680, "l_hundred": 300, "r_hundred": 300, "seg_id": 720397, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28097, "Shape__Length": 175.04243276478905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188779613450194, 40.048545715357903 ], [ -75.189638138122703, 40.047721527076 ], [ -75.189744144961097, 40.047595886530097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6195, "tnode_": 6398, "lpoly_": null, "rpoly_": null, "length": 425.56684133, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 76, "l_t_add": 110, "r_f_add": 59, "r_t_add": 99, "st_code": 72220, "l_hundred": 0, "r_hundred": 0, "seg_id": 720398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SHARPNACK ST", "stname": "W SHARPNACK ST", "objectid": 28098, "Shape__Length": 169.62791980238876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185594085002094, 40.048094524720803 ], [ -75.186533141808894, 40.047175875029303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6398, "tnode_": 6291, "lpoly_": null, "rpoly_": null, "length": 301.73044202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6530, "l_t_add": 6598, "r_f_add": 6531, "r_t_add": 6599, "st_code": 31740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28099, "Shape__Length": 120.16188940610768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186533141808894, 40.047175875029303 ], [ -75.187370757102002, 40.047697084374697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6477, "tnode_": 6398, "lpoly_": null, "rpoly_": null, "length": 212.31780336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6522, "l_t_add": 6528, "r_f_add": 6523, "r_t_add": 6529, "st_code": 31740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720400, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28100, "Shape__Length": 84.546646519689219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185933903499006, 40.046818659215702 ], [ -75.186533141808894, 40.047175875029303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6138, "tnode_": 6566, "lpoly_": null, "rpoly_": null, "length": 853.05308357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 79020, "l_hundred": 0, "r_hundred": 0, "seg_id": 720401, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28101, "Shape__Length": 340.02177126802815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183400394466105, 40.048263404900098 ], [ -75.185278426225295, 40.046419365318698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6566, "tnode_": 6477, "lpoly_": null, "rpoly_": null, "length": 234.16734991000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6521, "st_code": 31740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28102, "Shape__Length": 93.250547882784772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185278426225295, 40.046419365318698 ], [ -75.185933903499006, 40.046818659215702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6291, "tnode_": 6604, "lpoly_": null, "rpoly_": null, "length": 623.27280106000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 253, "st_code": 43660, "l_hundred": 200, "r_hundred": 200, "seg_id": 720403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28103, "Shape__Length": 248.42567578751849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187370757102002, 40.047697084374697 ], [ -75.188753807996093, 40.046356356123503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6696, "tnode_": 6604, "lpoly_": null, "rpoly_": null, "length": 303.62187608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6530, "l_t_add": 6598, "r_f_add": 6531, "r_t_add": 6599, "st_code": 22700, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28104, "Shape__Length": 120.92029477826684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187922074213802, 40.045821500672901 ], [ -75.188753807996093, 40.046356356123503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6785, "tnode_": 6696, "lpoly_": null, "rpoly_": null, "length": 210.49737787000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6522, "l_t_add": 6528, "r_f_add": 6523, "r_t_add": 6529, "st_code": 22700, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28105, "Shape__Length": 83.824489648448306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187334379592102, 40.045461101347598 ], [ -75.187922074213802, 40.045821500672901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6604, "tnode_": 6829, "lpoly_": null, "rpoly_": null, "length": 452.69317867000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 300, "l_t_add": 348, "r_f_add": 255, "r_t_add": 347, "st_code": 43660, "l_hundred": 300, "r_hundred": 200, "seg_id": 720406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28106, "Shape__Length": 180.43429391504344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188753807996093, 40.046356356123503 ], [ -75.189755118780397, 40.045380615881399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6311, "tnode_": 6829, "lpoly_": null, "rpoly_": null, "length": 818.71320612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 336, "l_t_add": 398, "r_f_add": 341, "r_t_add": 399, "st_code": 63680, "l_hundred": 300, "r_hundred": 300, "seg_id": 720407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28107, "Shape__Length": 326.78190757735041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189744144961097, 40.047595886530097 ], [ -75.189831231018402, 40.0474278220453 ], [ -75.189909958652606, 40.047228877574597 ], [ -75.189949610493301, 40.047016897770099 ], [ -75.189955571580199, 40.046858904137999 ], [ -75.189932656979707, 40.046627284642298 ], [ -75.189755118780397, 40.045380615881399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6566, "tnode_": 6875, "lpoly_": null, "rpoly_": null, "length": 638.29656302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 79020, "l_hundred": 100, "r_hundred": 100, "seg_id": 720408, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28108, "Shape__Length": 254.41179295258209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185278426225295, 40.046419365318698 ], [ -75.186689761483706, 40.0450432653248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6875, "tnode_": 6785, "lpoly_": null, "rpoly_": null, "length": 236.09252033000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6521, "st_code": 22700, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28109, "Shape__Length": 94.026359889306974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186689761483706, 40.0450432653248 ], [ -75.187334379592102, 40.045461101347598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6716, "tnode_": 7035, "lpoly_": null, "rpoly_": null, "length": 642.5714367, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 23920, "l_hundred": 100, "r_hundred": 100, "seg_id": 720410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLIVEDEN ST", "stname": "W CLIVEDEN ST", "objectid": 28110, "Shape__Length": 256.11040202139253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184129772600599, 40.045704491574497 ], [ -75.185555261673599, 40.044322040462703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7035, "tnode_": 6875, "lpoly_": null, "rpoly_": null, "length": 412.21060933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6444, "l_t_add": 6498, "r_f_add": 6439, "r_t_add": 6499, "st_code": 22700, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28111, "Shape__Length": 164.15979779173966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185555261673599, 40.044322040462703 ], [ -75.186689761483706, 40.0450432653248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7087, "tnode_": 6599, "lpoly_": null, "rpoly_": null, "length": 878.19991105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 54640, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28112, "Shape__Length": 350.20828797724698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190895043728901, 40.044250557200399 ], [ -75.191015406996399, 40.0443463394815 ], [ -75.191260524185907, 40.044570813352003 ], [ -75.191411092760006, 40.0447748660496 ], [ -75.191484888051903, 40.044916390755603 ], [ -75.191527744765594, 40.045038981883899 ], [ -75.191562465976801, 40.045167472682799 ], [ -75.191595126410903, 40.045350653633903 ], [ -75.191657579345105, 40.045583153260203 ], [ -75.191709259903106, 40.045681612776498 ], [ -75.191783744117103, 40.045804907238001 ], [ -75.191889397013, 40.045941060208101 ], [ -75.192034812834507, 40.046072015814602 ], [ -75.192211399020906, 40.046215828832104 ], [ -75.1923478070199, 40.046318158544103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7160, "tnode_": 7035, "lpoly_": null, "rpoly_": null, "length": 374.73964733999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6442, "r_f_add": 6401, "r_t_add": 6437, "st_code": 22700, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28113, "Shape__Length": 149.23761610031912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1845266500044, 40.0436638308814 ], [ -75.185555261673599, 40.044322040462703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7087, "tnode_": 7267, "lpoly_": null, "rpoly_": null, "length": 326.13644897, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 362, "l_t_add": 398, "r_f_add": 367, "r_t_add": 399, "st_code": 43660, "l_hundred": 300, "r_hundred": 300, "seg_id": 720414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HORTTER ST", "stname": "W HORTTER ST", "objectid": 28114, "Shape__Length": 130.13971729677127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190895043728901, 40.044250557200399 ], [ -75.191036047871904, 40.0440184504128 ], [ -75.191140549656197, 40.043765343322697 ], [ -75.1911883311613, 40.043547462495603 ], [ -75.191201599837001, 40.043395180015203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6875, "tnode_": 7425, "lpoly_": null, "rpoly_": null, "length": 1184.2857288799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 398, "r_f_add": 201, "r_t_add": 399, "st_code": 79020, "l_hundred": 200, "r_hundred": 200, "seg_id": 720415, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28115, "Shape__Length": 472.01361873749693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186689761483706, 40.0450432653248 ], [ -75.189316642438001, 40.042495164115898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6829, "tnode_": 7425, "lpoly_": null, "rpoly_": null, "length": 1058.3050096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 63680, "l_hundred": 500, "r_hundred": 500, "seg_id": 720416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELHAM RD", "stname": "PELHAM RD", "objectid": 28116, "Shape__Length": 422.42106145463111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189755118780397, 40.045380615881399 ], [ -75.189359911020205, 40.042722166730499 ], [ -75.189316642438001, 40.042495164115898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7425, "tnode_": 7476, "lpoly_": null, "rpoly_": null, "length": 79.72473783, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 79020, "l_hundred": 0, "r_hundred": 0, "seg_id": 720417, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W UPSAL ST", "stname": "W UPSAL ST", "objectid": 28117, "Shape__Length": 31.781042175262968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189316642438001, 40.042495164115898 ], [ -75.189481592195094, 40.042316771250903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6018, "tnode_": 5965, "lpoly_": null, "rpoly_": null, "length": 115.46038656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6516, "l_t_add": 6524, "r_f_add": 6523, "r_t_add": 6599, "st_code": 36660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720418, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28118, "Shape__Length": 46.065106128804238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183761884492895, 40.048924840798698 ], [ -75.183920173758906, 40.0492175188948 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5852, "tnode_": 6175, "lpoly_": null, "rpoly_": null, "length": 722.0908561199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 37560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOOD ST", "stname": "GOOD ST", "objectid": 28119, "Shape__Length": 287.81554206646751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184205231464304, 40.049783776270203 ], [ -75.185817939868301, 40.048236808000802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6268, "tnode_": 6477, "lpoly_": null, "rpoly_": null, "length": 423.55181267, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 70, "l_t_add": 98, "r_f_add": 71, "r_t_add": 117, "st_code": 81980, "l_hundred": 0, "r_hundred": 0, "seg_id": 720420, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WEAVER ST", "stname": "W WEAVER ST", "objectid": 28120, "Shape__Length": 168.825831176402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185002941567603, 40.047735152134898 ], [ -75.185933903499006, 40.046818659215702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6477, "tnode_": 6785, "lpoly_": null, "rpoly_": null, "length": 631.11084447000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 198, "r_f_add": 119, "r_t_add": 199, "st_code": 81980, "l_hundred": 100, "r_hundred": 100, "seg_id": 720421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WEAVER ST", "stname": "W WEAVER ST", "objectid": 28121, "Shape__Length": 251.54648456480371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185933903499006, 40.046818659215702 ], [ -75.187334379592102, 40.045461101347598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5965, "tnode_": 6241, "lpoly_": null, "rpoly_": null, "length": 612.19556529, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 74, "r_f_add": 1, "r_t_add": 57, "st_code": 72220, "l_hundred": 0, "r_hundred": 0, "seg_id": 720422, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SHARPNACK ST", "stname": "W SHARPNACK ST", "objectid": 28122, "Shape__Length": 244.01845166494968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183920173758906, 40.0492175188948 ], [ -75.185274104205106, 40.047897841940902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6018, "tnode_": 6268, "lpoly_": null, "rpoly_": null, "length": 555.46477665999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 68, "r_f_add": 1, "r_t_add": 69, "st_code": 81980, "l_hundred": 0, "r_hundred": 0, "seg_id": 720423, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WEAVER ST", "stname": "W WEAVER ST", "objectid": 28123, "Shape__Length": 221.3981807469938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183761884492895, 40.048924840798698 ], [ -75.185002941567603, 40.047735152134898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6716, "tnode_": 6566, "lpoly_": null, "rpoly_": null, "length": 413.80686744000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6437, "r_t_add": 6499, "st_code": 31740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720424, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28124, "Shape__Length": 164.79220533209983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184129772600599, 40.045704491574497 ], [ -75.185278426225295, 40.046419365318698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6841, "tnode_": 6716, "lpoly_": null, "rpoly_": null, "length": 371.44743282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6438, "r_f_add": 6401, "r_t_add": 6435, "st_code": 31740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 28125, "Shape__Length": 147.91115428883751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183083319403906, 40.045077686237498 ], [ -75.184129772600599, 40.045704491574497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6241, "tnode_": 6195, "lpoly_": null, "rpoly_": null, "length": 114.71051711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6518, "l_t_add": 6530, "r_f_add": 6519, "r_t_add": 6531, "st_code": 17040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERDAN ST", "stname": "BERDAN ST", "objectid": 28126, "Shape__Length": 45.681926557686637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185274104205106, 40.047897841940902 ], [ -75.185594085002094, 40.048094524720803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6268, "tnode_": 6241, "lpoly_": null, "rpoly_": null, "length": 96.30952193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6516, "r_f_add": 6501, "r_t_add": 6517, "st_code": 17040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERDAN ST", "stname": "BERDAN ST", "objectid": 28127, "Shape__Length": 38.352142149986314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185002941567603, 40.047735152134898 ], [ -75.185274104205106, 40.047897841940902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5965, "tnode_": 5942, "lpoly_": null, "rpoly_": null, "length": 40.81739881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36660, "l_hundred": 0, "r_hundred": 0, "seg_id": 720428, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28128, "Shape__Length": 16.287042195427002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183920173758906, 40.0492175188948 ], [ -75.183969436963395, 40.049322977546097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7856, "tnode_": 7745, "lpoly_": null, "rpoly_": null, "length": 382.17073449000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6347, "r_t_add": 6399, "st_code": 38460, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720429, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28129, "Shape__Length": 152.1894661567849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186268573461703, 40.040267168519399 ], [ -75.187317463420499, 40.0409384920682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7745, "tnode_": 7994, "lpoly_": null, "rpoly_": null, "length": 671.41805348000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 350, "r_f_add": 301, "r_t_add": 345, "st_code": 46220, "l_hundred": 300, "r_hundred": 300, "seg_id": 720430, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28130, "Shape__Length": 267.59279843356688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187317463420499, 40.0409384920682 ], [ -75.188799868328303, 40.0394897479663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8010, "tnode_": 7856, "lpoly_": null, "rpoly_": null, "length": 521.2772818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6345, "st_code": 38460, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720431, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28131, "Shape__Length": 207.57981179556867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184833817993194, 40.039355283634997 ], [ -75.186268573461703, 40.040267168519399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8135, "tnode_": 8066, "lpoly_": null, "rpoly_": null, "length": 225.10662595999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6426, "l_t_add": 6428, "r_f_add": 6425, "r_t_add": 6499, "st_code": 81880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720432, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28132, "Shape__Length": 89.629407814132094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191132250870297, 40.038849882577701 ], [ -75.191766606380497, 40.039229508383102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8137, "tnode_": 8010, "lpoly_": null, "rpoly_": null, "length": 422.24420798999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 38460, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720433, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28133, "Shape__Length": 168.14013796714067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183669736905202, 40.038618425432098 ], [ -75.184833817993194, 40.039355283634997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7856, "tnode_": 8214, "lpoly_": null, "rpoly_": null, "length": 914.78210967000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 29740, "l_hundred": 300, "r_hundred": 300, "seg_id": 720434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28134, "Shape__Length": 364.58560763590833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186268573461703, 40.040267168519399 ], [ -75.188278330984303, 40.038287325893897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8214, "tnode_": 7994, "lpoly_": null, "rpoly_": null, "length": 461.72304997000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6344, "l_t_add": 6398, "r_f_add": 6363, "r_t_add": 6399, "st_code": 72580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 28135, "Shape__Length": 184.21993235187205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188278330984303, 40.038287325893897 ], [ -75.188799868328303, 40.0394897479663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8225, "tnode_": 8135, "lpoly_": null, "rpoly_": null, "length": 366.66050037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6424, "r_f_add": 6401, "r_t_add": 6423, "st_code": 81880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720436, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28136, "Shape__Length": 145.98305196400869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190088986665003, 40.038241551838198 ], [ -75.191132250870297, 40.038849882577701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8231, "tnode_": 8137, "lpoly_": null, "rpoly_": null, "length": 318.17820859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6124, "l_t_add": 6198, "r_f_add": 6135, "r_t_add": 6199, "st_code": 38460, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720437, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28137, "Shape__Length": 126.69821463253598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182791052129005, 40.038064585664301 ], [ -75.183669736905202, 40.038618425432098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8010, "tnode_": 8324, "lpoly_": null, "rpoly_": null, "length": 800.2724478, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 262, "r_f_add": 201, "r_t_add": 263, "st_code": 81620, "l_hundred": 200, "r_hundred": 200, "seg_id": 720438, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28138, "Shape__Length": 318.94089985480286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184833817993194, 40.039355283634997 ], [ -75.186598083758199, 40.0376269426053 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8324, "tnode_": 8252, "lpoly_": null, "rpoly_": null, "length": 275.96163393999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOYLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6301, "l_t_add": 6399, "r_f_add": 6300, "r_t_add": 6398, "st_code": 57380, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOYLAN ST", "stname": "MOYLAN ST", "objectid": 28139, "Shape__Length": 109.8879045734564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186598083758199, 40.0376269426053 ], [ -75.187358635288703, 40.038108739590697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8335, "tnode_": 8231, "lpoly_": null, "rpoly_": null, "length": 359.3714652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6122, "r_f_add": 6101, "r_t_add": 6133, "st_code": 38460, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720440, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28140, "Shape__Length": 143.09982900886874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181798239232805, 40.037439395957698 ], [ -75.182791052129005, 40.038064585664301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8252, "tnode_": 8340, "lpoly_": null, "rpoly_": null, "length": 255.95443289, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 300, "l_t_add": 334, "r_f_add": 301, "r_t_add": 333, "st_code": 65240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W POMONA ST", "stname": "W POMONA ST", "objectid": 28141, "Shape__Length": 102.00635893926189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187358635288703, 40.038108739590697 ], [ -75.187924444573696, 40.037556889387901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8340, "tnode_": 8214, "lpoly_": null, "rpoly_": null, "length": 287.04864279000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6326, "l_t_add": 6342, "r_f_add": 6325, "r_t_add": 6361, "st_code": 72580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 28142, "Shape__Length": 114.50989653162392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187924444573696, 40.037556889387901 ], [ -75.188031870126295, 40.037656817743702 ], [ -75.188278330984303, 40.038287325893897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8225, "tnode_": 8375, "lpoly_": null, "rpoly_": null, "length": 407.79312109, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 400, "r_f_add": 401, "r_t_add": 401, "st_code": 46220, "l_hundred": 400, "r_hundred": 400, "seg_id": 720443, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W JOHNSON ST", "stname": "W JOHNSON ST", "objectid": 28143, "Shape__Length": 162.51898312900414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190088986665003, 40.038241551838198 ], [ -75.190990580968602, 40.037362410584898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8324, "tnode_": 8414, "lpoly_": null, "rpoly_": null, "length": 246.96155361000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 264, "l_t_add": 280, "r_f_add": 265, "r_t_add": 281, "st_code": 81620, "l_hundred": 200, "r_hundred": 200, "seg_id": 720444, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28144, "Shape__Length": 98.424141597866921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186598083758199, 40.0376269426053 ], [ -75.187139530413106, 40.037091786040797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8414, "tnode_": 8471, "lpoly_": null, "rpoly_": null, "length": 161.4127651, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 282, "l_t_add": 298, "r_f_add": 283, "r_t_add": 299, "st_code": 81620, "l_hundred": 200, "r_hundred": 200, "seg_id": 720445, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28145, "Shape__Length": 64.33392748740016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187139530413106, 40.037091786040797 ], [ -75.187484312779205, 40.0367366802191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8137, "tnode_": 8593, "lpoly_": null, "rpoly_": null, "length": 1194.0319582099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 78080, "l_hundred": 200, "r_hundred": 200, "seg_id": 720446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TULPEHOCKEN ST", "stname": "W TULPEHOCKEN ST", "objectid": 28146, "Shape__Length": 475.86462494061965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183669736905202, 40.038618425432098 ], [ -75.186296921958203, 40.036036608198899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8593, "tnode_": 8471, "lpoly_": null, "rpoly_": null, "length": 419.02428596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 81880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720447, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28147, "Shape__Length": 166.82937584630662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186296921958203, 40.036036608198899 ], [ -75.187484312779205, 40.0367366802191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8231, "tnode_": 8685, "lpoly_": null, "rpoly_": null, "length": 1179.85087982, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PASTORIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 63280, "l_hundred": 200, "r_hundred": 200, "seg_id": 720448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PASTORIUS ST", "stname": "W PASTORIUS ST", "objectid": 28148, "Shape__Length": 470.20514784773701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182791052129005, 40.038064585664301 ], [ -75.185394594677106, 40.035517999640398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8685, "tnode_": 8593, "lpoly_": null, "rpoly_": null, "length": 315.48295888999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6134, "l_t_add": 6198, "r_f_add": 6129, "r_t_add": 6199, "st_code": 81880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720449, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28149, "Shape__Length": 125.59868526754212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185394594677106, 40.035517999640398 ], [ -75.186296921958203, 40.036036608198899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8335, "tnode_": 8773, "lpoly_": null, "rpoly_": null, "length": 1166.1496763099999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 81180, "l_hundred": 200, "r_hundred": 200, "seg_id": 720450, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 28150, "Shape__Length": 464.74519877711646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181798239232805, 40.037439395957698 ], [ -75.184363120132005, 40.034917319194903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8773, "tnode_": 8685, "lpoly_": null, "rpoly_": null, "length": 362.35751487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6132, "r_f_add": 6101, "r_t_add": 6127, "st_code": 81880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720451, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28151, "Shape__Length": 144.26244510748555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184363120132005, 40.034917319194903 ], [ -75.185394594677106, 40.035517999640398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8766, "tnode_": 9101, "lpoly_": null, "rpoly_": null, "length": 957.7880478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6101, "l_t_add": 6199, "r_f_add": 6100, "r_t_add": 6198, "st_code": 57100, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRIS ST", "stname": "MORRIS ST", "objectid": 28152, "Shape__Length": 381.70946515924675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188407418740795, 40.0349765264423 ], [ -75.188184165668204, 40.035064312901298 ], [ -75.187966098737604, 40.035086526732002 ], [ -75.187780048294897, 40.035076473035097 ], [ -75.1875605808778, 40.034942092311297 ], [ -75.187414191943702, 40.034776361205701 ], [ -75.187302149213494, 40.0346339610687 ], [ -75.186457889601101, 40.033235609038002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8471, "tnode_": 8225, "lpoly_": null, "rpoly_": null, "length": 912.378651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 81880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720454, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28153, "Shape__Length": 363.24477180719867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187484312779205, 40.0367366802191 ], [ -75.190088986665003, 40.038241551838198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8340, "tnode_": 8383, "lpoly_": null, "rpoly_": null, "length": 103.61143681, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 336, "l_t_add": 398, "r_f_add": 335, "r_t_add": 399, "st_code": 65240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W POMONA ST", "stname": "W POMONA ST", "objectid": 28154, "Shape__Length": 41.301650117617214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187924444573696, 40.037556889387901 ], [ -75.188135737746904, 40.0373233924186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8414, "tnode_": 8340, "lpoly_": null, "rpoly_": null, "length": 277.50660373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6324, "r_f_add": 6301, "r_t_add": 6323, "st_code": 72580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720456, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 28155, "Shape__Length": 110.48839388162295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187139530413106, 40.037091786040797 ], [ -75.187924444573696, 40.037556889387901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6904, "tnode_": 6656, "lpoly_": null, "rpoly_": null, "length": 412.05570593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6352, "l_t_add": 6398, "r_f_add": 6349, "r_t_add": 6399, "st_code": 36660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720457, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28156, "Shape__Length": 164.40857673769722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181704381337298, 40.044840461510702 ], [ -75.182206228894202, 40.045903812868502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7044, "tnode_": 6904, "lpoly_": null, "rpoly_": null, "length": 255.55645288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6332, "l_t_add": 6350, "r_f_add": 6319, "r_t_add": 6347, "st_code": 36660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720458, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28157, "Shape__Length": 101.97580323272535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181432714732296, 40.044170720866802 ], [ -75.181704381337298, 40.044840461510702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7262, "tnode_": 7044, "lpoly_": null, "rpoly_": null, "length": 369.68895778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6330, "r_f_add": 6301, "r_t_add": 6317, "st_code": 36660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720459, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28158, "Shape__Length": 147.46130407559866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180886041534094, 40.0432560105248 ], [ -75.180981003307906, 40.043346462914599 ], [ -75.181176445872197, 40.043618433235999 ], [ -75.181258815065405, 40.043741911341002 ], [ -75.181432714732296, 40.044170720866802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7308, "tnode_": 7160, "lpoly_": null, "rpoly_": null, "length": 358.26838489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6353, "r_t_add": 6399, "st_code": 22700, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28159, "Shape__Length": 142.67457165662893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183540119476206, 40.043037461799699 ], [ -75.1845266500044, 40.0436638308814 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7375, "tnode_": 7308, "lpoly_": null, "rpoly_": null, "length": 207.73627564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6332, "l_t_add": 6348, "r_f_add": 6331, "r_t_add": 6351, "st_code": 22700, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28160, "Shape__Length": 82.727340019533898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182968601008795, 40.042673805432401 ], [ -75.183540119476206, 40.043037461799699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7413, "tnode_": 7375, "lpoly_": null, "rpoly_": null, "length": 109.72535178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6324, "l_t_add": 6330, "r_f_add": 6311, "r_t_add": 6329, "st_code": 22700, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720462, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28161, "Shape__Length": 43.698420722870857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182670287132694, 40.042478467382097 ], [ -75.182968601008795, 40.042673805432401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7467, "tnode_": 7262, "lpoly_": null, "rpoly_": null, "length": 490.24286208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 36660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720463, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28162, "Shape__Length": 195.48230851174387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179983452119103, 40.042102815108699 ], [ -75.180886041534094, 40.0432560105248 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7262, "tnode_": 7492, "lpoly_": null, "rpoly_": null, "length": 533.460401, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 58, "r_f_add": 1, "r_t_add": 59, "st_code": 81620, "l_hundred": 0, "r_hundred": 0, "seg_id": 720464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28163, "Shape__Length": 212.61777406032701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180886041534094, 40.0432560105248 ], [ -75.1820636532523, 40.042104796022997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7492, "tnode_": 7413, "lpoly_": null, "rpoly_": null, "length": 217.6646106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6309, "st_code": 22700, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 28164, "Shape__Length": 86.675083594942379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820636532523, 40.042104796022997 ], [ -75.182670287132694, 40.042478467382097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7518, "tnode_": 7391, "lpoly_": null, "rpoly_": null, "length": 359.07837294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6346, "l_t_add": 6398, "r_f_add": 6347, "r_t_add": 6399, "st_code": 54640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28165, "Shape__Length": 142.9922699336559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184579170668997, 40.042010792207201 ], [ -75.185571900964405, 40.042634851902399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7567, "tnode_": 7467, "lpoly_": null, "rpoly_": null, "length": 179.25229786999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6135, "r_t_add": 6199, "st_code": 36660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720467, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28166, "Shape__Length": 71.466139114405919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1796338110764, 40.041690609089997 ], [ -75.179983452119103, 40.042102815108699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7609, "tnode_": 27181, "lpoly_": null, "rpoly_": null, "length": 293.70811644999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6324, "l_t_add": 6344, "r_f_add": 6321, "r_t_add": 6345, "st_code": 54640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28167, "Shape__Length": 116.9643028498822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183717555896607, 40.041457259111297 ], [ -75.184522422870998, 40.041974335954997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27181, "tnode_": 7614, "lpoly_": null, "rpoly_": null, "length": 222.502403, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 218, "r_f_add": 201, "r_t_add": 221, "st_code": 29740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28168, "Shape__Length": 88.682643842555464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184522422870998, 40.041974335954997 ], [ -75.185008838054799, 40.041491324151899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7677, "tnode_": 7567, "lpoly_": null, "rpoly_": null, "length": 264.90164083999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6120, "l_t_add": 6140, "r_f_add": 6117, "r_t_add": 6133, "st_code": 36660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720470, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28169, "Shape__Length": 105.61973513362463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179131556852695, 40.041074348700398 ], [ -75.1796338110764, 40.041690609089997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7492, "tnode_": 7700, "lpoly_": null, "rpoly_": null, "length": 475.66128707000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 60, "l_t_add": 98, "r_f_add": 61, "r_t_add": 99, "st_code": 81620, "l_hundred": 0, "r_hundred": 0, "seg_id": 720471, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28170, "Shape__Length": 189.5833696064588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820636532523, 40.042104796022997 ], [ -75.183103967925902, 40.041072501351501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7700, "tnode_": 7609, "lpoly_": null, "rpoly_": null, "length": 221.72001518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6319, "st_code": 54640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28171, "Shape__Length": 88.291602024132246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183103967925902, 40.041072501351501 ], [ -75.183717555896607, 40.041457259111297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7609, "tnode_": 7718, "lpoly_": null, "rpoly_": null, "length": 208.99081125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 65240, "l_hundred": 200, "r_hundred": 200, "seg_id": 720473, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W POMONA ST", "stname": "W POMONA ST", "objectid": 28172, "Shape__Length": 83.292835527752217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183717555896607, 40.041457259111297 ], [ -75.184181604776299, 40.041007901038398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7718, "tnode_": 7614, "lpoly_": null, "rpoly_": null, "length": 290.96170036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 12420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBROSE ST", "stname": "AMBROSE ST", "objectid": 28173, "Shape__Length": 115.84923410409165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184181604776299, 40.041007901038398 ], [ -75.185008838054799, 40.041491324151899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7614, "tnode_": 7730, "lpoly_": null, "rpoly_": null, "length": 243.09273307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 220, "l_t_add": 250, "r_f_add": 223, "r_t_add": 251, "st_code": 29740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28174, "Shape__Length": 96.884061076704185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185008838054799, 40.041491324151899 ], [ -75.185548640523706, 40.0409686624023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7766, "tnode_": 7677, "lpoly_": null, "rpoly_": null, "length": 218.77944564000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6104, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6115, "st_code": 36660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720476, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28175, "Shape__Length": 87.228406633156439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178714423282202, 40.040566512294603 ], [ -75.179131556852695, 40.041074348700398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7467, "tnode_": 7815, "lpoly_": null, "rpoly_": null, "length": 846.18337844000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 78080, "l_hundred": 0, "r_hundred": 0, "seg_id": 720477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TULPEHOCKEN ST", "stname": "W TULPEHOCKEN ST", "objectid": 28176, "Shape__Length": 337.20970736798438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179983452119103, 40.042102815108699 ], [ -75.180226795411699, 40.041949018696997 ], [ -75.180389752246995, 40.041824946235202 ], [ -75.1819188634596, 40.040326430529802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7815, "tnode_": 7700, "lpoly_": null, "rpoly_": null, "length": 428.91671418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 54640, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720478, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28177, "Shape__Length": 170.79969857240326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1819188634596, 40.040326430529802 ], [ -75.183103967925902, 40.041072501351501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7730, "tnode_": 7856, "lpoly_": null, "rpoly_": null, "length": 325.47622983000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 252, "l_t_add": 298, "r_f_add": 253, "r_t_add": 299, "st_code": 29740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28178, "Shape__Length": 129.71818174900849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185548640523706, 40.0409686624023 ], [ -75.186268573461703, 40.040267168519399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7700, "tnode_": 7887, "lpoly_": null, "rpoly_": null, "length": 451.17485664000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 142, "r_f_add": 101, "r_t_add": 135, "st_code": 81620, "l_hundred": 100, "r_hundred": 100, "seg_id": 720480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28179, "Shape__Length": 179.8177246768623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183103967925902, 40.041072501351501 ], [ -75.184097178137094, 40.040097216516401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7887, "tnode_": 8010, "lpoly_": null, "rpoly_": null, "length": 339.98465259, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 144, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 81620, "l_hundred": 100, "r_hundred": 100, "seg_id": 720481, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WASHINGTON LN", "stname": "W WASHINGTON LN", "objectid": 28180, "Shape__Length": 135.50701072052644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184097178137094, 40.040097216516401 ], [ -75.184833817993194, 40.039355283634997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8026, "tnode_": 7815, "lpoly_": null, "rpoly_": null, "length": 676.99875328999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 54640, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28181, "Shape__Length": 269.5866562990098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180050643867105, 40.039146670582198 ], [ -75.1819188634596, 40.040326430529802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7815, "tnode_": 8137, "lpoly_": null, "rpoly_": null, "length": 792.12681547, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 78080, "l_hundred": 100, "r_hundred": 100, "seg_id": 720483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TULPEHOCKEN ST", "stname": "W TULPEHOCKEN ST", "objectid": 28182, "Shape__Length": 315.69661118717443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1819188634596, 40.040326430529802 ], [ -75.183669736905202, 40.038618425432098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8026, "tnode_": 8335, "lpoly_": null, "rpoly_": null, "length": 791.35517413000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 81180, "l_hundred": 100, "r_hundred": 100, "seg_id": 720484, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 28183, "Shape__Length": 315.38446431255147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180050643867105, 40.039146670582198 ], [ -75.181798239232805, 40.037439395957698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7785, "tnode_": 7766, "lpoly_": null, "rpoly_": null, "length": 44.00737857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6102, "r_f_add": 6043, "r_t_add": 6099, "st_code": 36660, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 720485, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28184, "Shape__Length": 17.547097699460892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178633170638804, 40.040463101903697 ], [ -75.178714423282202, 40.040566512294603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6904, "tnode_": 7308, "lpoly_": null, "rpoly_": null, "length": 833.9980245, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 29740, "l_hundred": 0, "r_hundred": 0, "seg_id": 720486, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28185, "Shape__Length": 332.41009371886486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181704381337298, 40.044840461510702 ], [ -75.183540119476206, 40.043037461799699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7308, "tnode_": 7518, "lpoly_": null, "rpoly_": null, "length": 473.82322212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 29740, "l_hundred": 100, "r_hundred": 100, "seg_id": 720487, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUVAL ST", "stname": "W DUVAL ST", "objectid": 28186, "Shape__Length": 188.85188776776832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183540119476206, 40.043037461799699 ], [ -75.184579170668997, 40.042010792207201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7887, "tnode_": 7730, "lpoly_": null, "rpoly_": null, "length": 515.69066162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 19800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720488, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURBRIDGE ST", "stname": "BURBRIDGE ST", "objectid": 28187, "Shape__Length": 205.33532923701307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184097178137094, 40.040097216516401 ], [ -75.185548640523706, 40.0409686624023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7044, "tnode_": 7375, "lpoly_": null, "rpoly_": null, "length": 694.45645849000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 65240, "l_hundred": 0, "r_hundred": 0, "seg_id": 720489, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W POMONA ST", "stname": "W POMONA ST", "objectid": 28188, "Shape__Length": 276.78636049285035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181432714732296, 40.044170720866802 ], [ -75.182968601008795, 40.042673805432401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7413, "tnode_": 7609, "lpoly_": null, "rpoly_": null, "length": 473.67675841, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 65240, "l_hundred": 100, "r_hundred": 100, "seg_id": 720490, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W POMONA ST", "stname": "W POMONA ST", "objectid": 28189, "Shape__Length": 188.78734009612955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182670287132694, 40.042478467382097 ], [ -75.183717555896607, 40.041457259111297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8925, "tnode_": 8773, "lpoly_": null, "rpoly_": null, "length": 505.42418676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 81880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720491, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28190, "Shape__Length": 201.22066604307707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182927813885399, 40.034076036620597 ], [ -75.184363120132005, 40.034917319194903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9009, "tnode_": 8925, "lpoly_": null, "rpoly_": null, "length": 291.79302214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5912, "l_t_add": 5998, "r_f_add": 5919, "r_t_add": 5999, "st_code": 81880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720492, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28191, "Shape__Length": 116.15976081732406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182087211177404, 40.033602660483403 ], [ -75.182927813885399, 40.034076036620597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9106, "tnode_": 9009, "lpoly_": null, "rpoly_": null, "length": 298.5240743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5910, "r_f_add": 5901, "r_t_add": 5917, "st_code": 81880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720493, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28192, "Shape__Length": 118.8462683491923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181238268759998, 40.033106983346698 ], [ -75.182087211177404, 40.033602660483403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9184, "tnode_": 9106, "lpoly_": null, "rpoly_": null, "length": 304.83079736999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYNE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720494, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYNE AVE", "stname": "WAYNE AVE", "objectid": 28193, "Shape__Length": 121.3455572632344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180356376544594, 40.032616407289602 ], [ -75.181238268759998, 40.033106983346698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8476, "tnode_": 8335, "lpoly_": null, "rpoly_": null, "length": 509.04063083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 38460, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720496, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28194, "Shape__Length": 202.70226939398526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180402620943497, 40.036543921790397 ], [ -75.181798239232805, 40.037439395957698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8562, "tnode_": 8476, "lpoly_": null, "rpoly_": null, "length": 297.4157063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5920, "l_t_add": 5998, "r_f_add": 5917, "r_t_add": 5999, "st_code": 38460, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720497, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28195, "Shape__Length": 118.4273742001683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179581801975104, 40.036025751324999 ], [ -75.180402620943497, 40.036543921790397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8645, "tnode_": 8562, "lpoly_": null, "rpoly_": null, "length": 298.82639027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5915, "st_code": 38460, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720498, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28196, "Shape__Length": 118.98684773048637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178755130750503, 40.035506967956501 ], [ -75.179581801975104, 40.036025751324999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8889, "tnode_": 8645, "lpoly_": null, "rpoly_": null, "length": 812.36654116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5899, "st_code": 38460, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720499, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28197, "Shape__Length": 323.45726543274333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176498018843603, 40.034105938406498 ], [ -75.178755130750503, 40.035506967956501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8950, "tnode_": 8889, "lpoly_": null, "rpoly_": null, "length": 203.43126841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5612, "l_t_add": 5698, "r_f_add": 5607, "r_t_add": 5699, "st_code": 38460, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720500, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28198, "Shape__Length": 81.011879951975388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175952707795005, 40.033736951687303 ], [ -75.176498018843603, 40.034105938406498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9003, "tnode_": 8950, "lpoly_": null, "rpoly_": null, "length": 174.21945974000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5610, "r_f_add": 5601, "r_t_add": 5605, "st_code": 38460, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720501, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28199, "Shape__Length": 69.378614196273887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175486865437804, 40.033421895013802 ], [ -75.175549698055505, 40.033481545658603 ], [ -75.175952707795005, 40.033736951687303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9140, "tnode_": 9003, "lpoly_": null, "rpoly_": null, "length": 392.88584524000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 38460, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720502, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28200, "Shape__Length": 156.43514336889348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174402712327506, 40.032737301739601 ], [ -75.175486865437804, 40.033421895013802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9370, "tnode_": 9140, "lpoly_": null, "rpoly_": null, "length": 738.86067372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 38460, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720503, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENE ST", "stname": "GREENE ST", "objectid": 28201, "Shape__Length": 294.16388361148506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172329353566099, 40.031482866568602 ], [ -75.174402712327506, 40.032737301739601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8925, "tnode_": 9078, "lpoly_": null, "rpoly_": null, "length": 395.15810634999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 443, "st_code": 41120, "l_hundred": 400, "r_hundred": 400, "seg_id": 720504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 28202, "Shape__Length": 157.47727311110606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182927813885399, 40.034076036620597 ], [ -75.183795245470293, 40.033220414448699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8986, "tnode_": 8910, "lpoly_": null, "rpoly_": null, "length": 297.94175916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 48080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720505, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 28203, "Shape__Length": 118.61527513186142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179315959018595, 40.033639383830199 ], [ -75.180163384364107, 40.034133960169299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8986, "tnode_": 9184, "lpoly_": null, "rpoly_": null, "length": 473.02226410999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 188, "l_t_add": 198, "r_f_add": 165, "r_t_add": 199, "st_code": 65640, "l_hundred": 100, "r_hundred": 100, "seg_id": 720506, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PRICE ST", "stname": "W PRICE ST", "objectid": 28204, "Shape__Length": 188.50491566461039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179315959018595, 40.033639383830199 ], [ -75.180356376544594, 40.032616407289602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9106, "tnode_": 9241, "lpoly_": null, "rpoly_": null, "length": 395.99492288, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 430, "r_f_add": 401, "r_t_add": 431, "st_code": 68740, "l_hundred": 400, "r_hundred": 400, "seg_id": 720508, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28205, "Shape__Length": 157.81457901235584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181238268759998, 40.033106983346698 ], [ -75.1820962167251, 40.032242845344101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9241, "tnode_": 9349, "lpoly_": null, "rpoly_": null, "length": 208.96550718999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 432, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 68740, "l_hundred": 400, "r_hundred": 400, "seg_id": 720509, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28206, "Shape__Length": 83.274249116466947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820962167251, 40.032242845344101 ], [ -75.182555087983403, 40.031790482302902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8800, "tnode_": 8960, "lpoly_": null, "rpoly_": null, "length": 366.92899182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 186, "r_f_add": 101, "r_t_add": 163, "st_code": 65640, "l_hundred": 100, "r_hundred": 100, "seg_id": 720510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PRICE ST", "stname": "W PRICE ST", "objectid": 28207, "Shape__Length": 146.22758557910407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178367170164194, 40.034569858501399 ], [ -75.179081599075602, 40.0338617303129 ], [ -75.179174444609799, 40.0337765313947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8476, "tnode_": 8925, "lpoly_": null, "rpoly_": null, "length": 1143.7636239799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 41120, "l_hundred": 200, "r_hundred": 200, "seg_id": 720511, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 28208, "Shape__Length": 455.81269477381454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180402620943497, 40.036543921790397 ], [ -75.182425322657494, 40.034569038443699 ], [ -75.182927813885399, 40.034076036620597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9241, "tnode_": 9078, "lpoly_": null, "rpoly_": null, "length": 594.28405725000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PULASKI", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 65880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720512, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PULASKI AVE", "stname": "PULASKI AVE", "objectid": 28209, "Shape__Length": 236.58361192661664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1820962167251, 40.032242845344101 ], [ -75.183795245470293, 40.033220414448699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8645, "tnode_": 8721, "lpoly_": null, "rpoly_": null, "length": 204.88379922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 212, "r_f_add": 201, "r_t_add": 217, "st_code": 68740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720513, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28210, "Shape__Length": 81.645241005231028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178755130750503, 40.035506967956501 ], [ -75.179216628694903, 40.035070520378603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8910, "tnode_": 9106, "lpoly_": null, "rpoly_": null, "length": 480.16028581999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 262, "l_t_add": 298, "r_f_add": 257, "r_t_add": 299, "st_code": 68740, "l_hundred": 200, "r_hundred": 200, "seg_id": 720514, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28211, "Shape__Length": 191.34063358589162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180163384364107, 40.034133960169299 ], [ -75.181238268759998, 40.033106983346698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8889, "tnode_": 9124, "lpoly_": null, "rpoly_": null, "length": 560.69566152000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 140, "r_f_add": 101, "r_t_add": 137, "st_code": 22580, "l_hundred": 100, "r_hundred": 100, "seg_id": 720515, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 28212, "Shape__Length": 223.43932831647243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176498018843603, 40.034105938406498 ], [ -75.177577236286297, 40.033055654627397 ], [ -75.177741725328403, 40.0328996932734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9124, "tnode_": 9342, "lpoly_": null, "rpoly_": null, "length": 533.70601033000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 142, "l_t_add": 198, "r_f_add": 139, "r_t_add": 199, "st_code": 22580, "l_hundred": 100, "r_hundred": 100, "seg_id": 720516, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 28213, "Shape__Length": 212.6850428899584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177741725328403, 40.0328996932734 ], [ -75.178469853980502, 40.032185550820401 ], [ -75.178809910032697, 40.0318593906904 ], [ -75.178916444936704, 40.031746149132502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4732, "tnode_": 4644, "lpoly_": null, "rpoly_": null, "length": 242.79450614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLEASANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 64980, "l_hundred": 200, "r_hundred": 200, "seg_id": 720591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLEASANT ST", "stname": "PLEASANT ST", "objectid": 28214, "Shape__Length": 96.789169808525159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183424569629693, 40.056910382580703 ], [ -75.182887767612002, 40.057433900649798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9003, "tnode_": 9470, "lpoly_": null, "rpoly_": null, "length": 1063.12948063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLEWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 53380, "l_hundred": 100, "r_hundred": 100, "seg_id": 720517, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAPLEWOOD AVE", "stname": "MAPLEWOOD AVE", "objectid": 28215, "Shape__Length": 423.66698870121104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175486865437804, 40.033421895013802 ], [ -75.177303467838101, 40.031617833890699 ], [ -75.177820016292202, 40.0311196835411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9140, "tnode_": 9630, "lpoly_": null, "rpoly_": null, "length": 1048.46190297, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 71280, "l_hundred": 100, "r_hundred": 100, "seg_id": 720518, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 28216, "Shape__Length": 417.81553375577835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174402712327506, 40.032737301739601 ], [ -75.176707810487798, 40.030469283982796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8194, "tnode_": 8026, "lpoly_": null, "rpoly_": null, "length": 510.9072419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 54640, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28217, "Shape__Length": 203.45058827159619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786497694997, 40.038248007947203 ], [ -75.180050643867105, 40.039146670582198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8259, "tnode_": 8154, "lpoly_": null, "rpoly_": null, "length": 272.38252122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5926, "r_f_add": 5839, "r_t_add": 5899, "st_code": 36660, "l_hundred": 5900, "r_hundred": 5800, "seg_id": 720520, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28218, "Shape__Length": 108.59207972534129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176430226558196, 40.037803487375399 ], [ -75.176957638590196, 40.0384317761701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8313, "tnode_": 8259, "lpoly_": null, "rpoly_": null, "length": 147.97654440999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5832, "l_t_add": 5898, "r_f_add": 5829, "r_t_add": 5837, "st_code": 36660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720521, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28219, "Shape__Length": 58.995077339824952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176145724489501, 40.0374611608989 ], [ -75.176430226558196, 40.037803487375399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8415, "tnode_": 8257, "lpoly_": null, "rpoly_": null, "length": 505.27640381000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 65620, "l_hundred": 0, "r_hundred": 0, "seg_id": 720522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28220, "Shape__Length": 201.28167337669484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175624158722002, 40.036776951702002 ], [ -75.175149357431707, 40.036993312006203 ], [ -75.174399146274396, 40.037712765049903 ], [ -75.174377062811104, 40.0377498032489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8415, "tnode_": 8313, "lpoly_": null, "rpoly_": null, "length": 289.25930834000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5830, "r_f_add": 5801, "r_t_add": 5827, "st_code": 36660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720523, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28221, "Shape__Length": 115.33548768136967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175624158722002, 40.036776951702002 ], [ -75.176122390304201, 40.037410423812503 ], [ -75.176145724489501, 40.0374611608989 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8591, "tnode_": 8415, "lpoly_": null, "rpoly_": null, "length": 428.77282945000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 36660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720524, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28222, "Shape__Length": 170.8990342780717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174727098930504, 40.0358300615448 ], [ -75.175210011776002, 40.036241853197502 ], [ -75.175624158722002, 40.036776951702002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8691, "tnode_": 8591, "lpoly_": null, "rpoly_": null, "length": 314.88458226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5608, "l_t_add": 5698, "r_f_add": 5605, "r_t_add": 5699, "st_code": 36660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720525, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28223, "Shape__Length": 125.44316242553418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173953494536903, 40.035202706580797 ], [ -75.174727098930504, 40.0358300615448 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8820, "tnode_": 8717, "lpoly_": null, "rpoly_": null, "length": 370.35836955999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5521, "r_t_add": 5599, "st_code": 36660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720526, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28224, "Shape__Length": 147.47239307151924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172712838256501, 40.034374883820398 ], [ -75.173515839132705, 40.0348404737138 ], [ -75.173726902715103, 40.035022077557599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8895, "tnode_": 8820, "lpoly_": null, "rpoly_": null, "length": 229.65250141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5448, "l_t_add": 5498, "r_f_add": 5501, "r_t_add": 5519, "st_code": 36660, "l_hundred": 5400, "r_hundred": 5500, "seg_id": 720527, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28225, "Shape__Length": 91.430390691070158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172062128966402, 40.0339911619944 ], [ -75.172712838256501, 40.034374883820398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9040, "tnode_": 8895, "lpoly_": null, "rpoly_": null, "length": 510.55412597000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5446, "r_f_add": 5401, "r_t_add": 5499, "st_code": 36660, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720528, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28226, "Shape__Length": 203.26064301769713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170612863758294, 40.033140746927103 ], [ -75.172062128966402, 40.0339911619944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9175, "tnode_": 9040, "lpoly_": null, "rpoly_": null, "length": 450.18173768999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5322, "l_t_add": 5398, "r_f_add": 5305, "r_t_add": 5399, "st_code": 36660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720529, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28227, "Shape__Length": 179.22212663625959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169333423532294, 40.032392469783503 ], [ -75.170612863758294, 40.033140746927103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7968, "tnode_": 7785, "lpoly_": null, "rpoly_": null, "length": 454.83274551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6041, "st_code": 36660, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720530, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28228, "Shape__Length": 181.3389242534042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1777602241919, 40.039410138456503 ], [ -75.178633170638804, 40.040463101903697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8154, "tnode_": 7996, "lpoly_": null, "rpoly_": null, "length": 349.12445767999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5928, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 36660, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720531, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28229, "Shape__Length": 139.18993395613205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176957638590196, 40.0384317761701 ], [ -75.177630906200093, 40.039238439187699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7996, "tnode_": 7968, "lpoly_": null, "rpoly_": null, "length": 72.27185456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36660, "l_hundred": 0, "r_hundred": 0, "seg_id": 720532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28230, "Shape__Length": 28.818354355293135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177630906200093, 40.039238439187699 ], [ -75.1777602241919, 40.039410138456503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8400, "tnode_": 8493, "lpoly_": null, "rpoly_": null, "length": 280.28325159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 39940, "l_hundred": 100, "r_hundred": 100, "seg_id": 720533, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAINES ST", "stname": "W HAINES ST", "objectid": 28231, "Shape__Length": 111.69405875691652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178516488830596, 40.036993687919498 ], [ -75.178567591447504, 40.036957438315802 ], [ -75.179146855131606, 40.036396772384897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8194, "tnode_": 8322, "lpoly_": null, "rpoly_": null, "length": 341.73294635999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 42, "l_t_add": 98, "r_f_add": 101, "r_t_add": 131, "st_code": 41120, "l_hundred": 0, "r_hundred": 100, "seg_id": 720534, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 28232, "Shape__Length": 136.19529052088717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1786497694997, 40.038248007947203 ], [ -75.179399204284707, 40.037507606355398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8322, "tnode_": 8476, "lpoly_": null, "rpoly_": null, "length": 449.64404022000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 41120, "l_hundred": 100, "r_hundred": 100, "seg_id": 720535, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 28233, "Shape__Length": 179.19082484970315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179399204284707, 40.037507606355398 ], [ -75.180402620943497, 40.036543921790397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8820, "tnode_": 9140, "lpoly_": null, "rpoly_": null, "length": 761.80558853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 71280, "l_hundred": 0, "r_hundred": 0, "seg_id": 720536, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SCHOOL HOUSE LN", "stname": "W SCHOOL HOUSE LN", "objectid": 28234, "Shape__Length": 303.58196135361453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172712838256501, 40.034374883820398 ], [ -75.172790021758502, 40.034318094189302 ], [ -75.174331829332203, 40.032797316041801 ], [ -75.174402712327506, 40.032737301739601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8777, "tnode_": 8981, "lpoly_": null, "rpoly_": null, "length": 643.44450612999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLEWOOD", "st_type": "MALL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 53390, "l_hundred": 0, "r_hundred": 0, "seg_id": 720537, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-12-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAPLEWOOD MALL", "stname": "MAPLEWOOD MALL", "objectid": 28235, "Shape__Length": 256.36609159499756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174081480407906, 40.034685391979998 ], [ -75.174227351459393, 40.034773836885101 ], [ -75.174268080057999, 40.034788636650497 ], [ -75.174311763716403, 40.034793583442799 ], [ -75.174358325975106, 40.034790660471103 ], [ -75.174405378356496, 40.034774854107198 ], [ -75.174439687876102, 40.034754794822298 ], [ -75.174548252278498, 40.034648125893398 ], [ -75.174595717035302, 40.034621418363301 ], [ -75.175322335943704, 40.033908748476001 ], [ -75.175347141256495, 40.033861093268399 ], [ -75.175365314282999, 40.033822931094797 ], [ -75.175372921229396, 40.033787745966798 ], [ -75.1753699609081, 40.033755538760403 ], [ -75.175356374814697, 40.033727913763599 ], [ -75.175328165884096, 40.033699960963801 ], [ -75.175291541139998, 40.033673426898197 ], [ -75.175195002726795, 40.033611272528503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8400, "tnode_": 8322, "lpoly_": null, "rpoly_": null, "length": 310.06345394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5928, "l_t_add": 5998, "r_f_add": 5933, "r_t_add": 5999, "st_code": 54640, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720538, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28236, "Shape__Length": 123.44667194238926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178516488830596, 40.036993687919498 ], [ -75.179399204284707, 40.037507606355398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8463, "tnode_": 8400, "lpoly_": null, "rpoly_": null, "length": 278.81310971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5926, "r_f_add": 5901, "r_t_add": 5931, "st_code": 54640, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 28237, "Shape__Length": 110.99380177425402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177708231148301, 40.036546676546401 ], [ -75.178516488830596, 40.036993687919498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8591, "tnode_": 8889, "lpoly_": null, "rpoly_": null, "length": 800.23323461999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 22580, "l_hundred": 0, "r_hundred": 0, "seg_id": 720540, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTEN AVE", "stname": "W CHELTEN AVE", "objectid": 28238, "Shape__Length": 318.90508501441639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174727098930504, 40.0358300615448 ], [ -75.176498018843603, 40.034105938406498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8259, "tnode_": 8463, "lpoly_": null, "rpoly_": null, "length": 581.09334892000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 68740, "l_hundred": 0, "r_hundred": 0, "seg_id": 720541, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28239, "Shape__Length": 231.58635327469179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176430226558196, 40.037803487375399 ], [ -75.177708231148301, 40.036546676546401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8463, "tnode_": 8645, "lpoly_": null, "rpoly_": null, "length": 478.9401269, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 68740, "l_hundred": 100, "r_hundred": 100, "seg_id": 720542, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RITTENHOUSE ST", "stname": "W RITTENHOUSE ST", "objectid": 28240, "Shape__Length": 190.8749159750341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177708231148301, 40.036546676546401 ], [ -75.178755130750503, 40.035506967956501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9333, "tnode_": 9236, "lpoly_": null, "rpoly_": null, "length": 269.04783797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5222, "l_t_add": 5298, "r_f_add": 5237, "r_t_add": 5265, "st_code": 36660, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720544, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28241, "Shape__Length": 107.09686656477511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167744629218404, 40.0315257286329 ], [ -75.168526652292698, 40.031954796866103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9460, "tnode_": 9333, "lpoly_": null, "rpoly_": null, "length": 380.25854568000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5134, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5235, "st_code": 36660, "l_hundred": 5100, "r_hundred": 5200, "seg_id": 720545, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28242, "Shape__Length": 151.37726821053053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166657904872494, 40.030899819205104 ], [ -75.167744629218404, 40.0315257286329 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9625, "tnode_": 9527, "lpoly_": null, "rpoly_": null, "length": 219.39487378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5116, "r_f_add": 5129, "r_t_add": 5139, "st_code": 36660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720546, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28243, "Shape__Length": 87.335860830825041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165493026190404, 40.030251434981203 ], [ -75.166123025675304, 40.030609454560597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9188, "tnode_": 9175, "lpoly_": null, "rpoly_": null, "length": 42.00378934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5320, "l_t_add": 5320, "r_f_add": 5301, "r_t_add": 5303, "st_code": 36660, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720548, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28244, "Shape__Length": 16.721654889470994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169213479065306, 40.032323230324202 ], [ -75.169333423532294, 40.032392469783503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9527, "tnode_": 9475, "lpoly_": null, "rpoly_": null, "length": 124.9337154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5118, "l_t_add": 5130, "r_f_add": 5141, "r_t_add": 5153, "st_code": 36660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720549, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28245, "Shape__Length": 49.72679588668592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166123025675304, 40.030609454560597 ], [ -75.166490894316695, 40.030803490511502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9475, "tnode_": 9460, "lpoly_": null, "rpoly_": null, "length": 58.46931074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5132, "l_t_add": 5132, "r_f_add": 5155, "r_t_add": 5199, "st_code": 36660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 28246, "Shape__Length": 23.276006728231152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166490894316695, 40.030803490511502 ], [ -75.166657904872494, 40.030899819205104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9236, "tnode_": 9642, "lpoly_": null, "rpoly_": null, "length": 793.18961128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 66500, "l_hundred": 0, "r_hundred": 0, "seg_id": 720552, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W QUEEN LN", "stname": "W QUEEN LN", "objectid": 28247, "Shape__Length": 316.07799337754631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168526652292698, 40.031954796866103 ], [ -75.169828547228093, 40.030691572616497 ], [ -75.170285889036705, 40.030248284071099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9370, "tnode_": 9648, "lpoly_": null, "rpoly_": null, "length": 525.61557833999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 148, "r_f_add": 101, "r_t_add": 141, "st_code": 25340, "l_hundred": 100, "r_hundred": 100, "seg_id": 720553, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 28248, "Shape__Length": 209.45760773017855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172329353566099, 40.031482866568602 ], [ -75.173484606135901, 40.030345664926699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9600, "tnode_": 9903, "lpoly_": null, "rpoly_": null, "length": 611.35404651, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ASHMEAD", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 10, "l_t_add": 98, "r_f_add": 19, "r_t_add": 99, "st_code": 13660, "l_hundred": 0, "r_hundred": 0, "seg_id": 720554, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ASHMEAD PL", "stname": "S ASHMEAD PL", "objectid": 28249, "Shape__Length": 243.73241080661742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166881407669393, 40.030379559316003 ], [ -75.166877785410307, 40.030352288871903 ], [ -75.166840707423901, 40.0302762671663 ], [ -75.166839691376197, 40.030126602244202 ], [ -75.166940649880701, 40.029943109304398 ], [ -75.167847638764599, 40.028941079032798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9475, "tnode_": 9600, "lpoly_": null, "rpoly_": null, "length": 189.22966471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "ASHMEAD", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 17, "st_code": 13660, "l_hundred": 0, "r_hundred": 0, "seg_id": 720555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S ASHMEAD PL", "stname": "S ASHMEAD PL", "objectid": 28250, "Shape__Length": 75.420914651546525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166490894316695, 40.030803490511502 ], [ -75.166881407669393, 40.030379559316003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9600, "tnode_": 9864, "lpoly_": null, "rpoly_": null, "length": 611.43381551000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "ASHMEAD", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 13640, "l_hundred": 0, "r_hundred": 0, "seg_id": 720556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2007-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N ASHMEAD PL", "stname": "N ASHMEAD PL", "objectid": 28251, "Shape__Length": 243.58779252443549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166881407669393, 40.030379559316003 ], [ -75.167038770727501, 40.030363283510901 ], [ -75.167139960847393, 40.030350079874403 ], [ -75.167264016896695, 40.030265148048301 ], [ -75.167396546267796, 40.030133965725099 ], [ -75.167648582371797, 40.029860987632503 ], [ -75.168018356921607, 40.029492614196698 ], [ -75.168311571151406, 40.029182159358903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9625, "tnode_": 9770, "lpoly_": null, "rpoly_": null, "length": 279.58569995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 30, "r_f_add": 1, "r_t_add": 29, "st_code": 53160, "l_hundred": 0, "r_hundred": 0, "seg_id": 720557, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANHEIM ST", "stname": "MANHEIM ST", "objectid": 28252, "Shape__Length": 111.43341651436688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165493026190404, 40.030251434981203 ], [ -75.166068952722895, 40.029624508860898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4233, "tnode_": 4094, "lpoly_": null, "rpoly_": null, "length": 518.1923492200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7124, "l_t_add": 7198, "r_f_add": 7127, "r_t_add": 7199, "st_code": 22960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720558, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28253, "Shape__Length": 206.40578080643184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188687262269795, 40.060159612360899 ], [ -75.190120524173096, 40.061041586051701 ], [ -75.190122701456502, 40.061053027766199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4305, "tnode_": 4233, "lpoly_": null, "rpoly_": null, "length": 311.04179978000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7122, "r_f_add": 7101, "r_t_add": 7125, "st_code": 22960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 720559, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28254, "Shape__Length": 123.89528084741823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187827382461904, 40.059618786367302 ], [ -75.188687262269795, 40.060159612360899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4453, "tnode_": 4305, "lpoly_": null, "rpoly_": null, "length": 552.34882176999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 22960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720560, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28255, "Shape__Length": 219.99878000231666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186282339363899, 40.058675616791298 ], [ -75.187827382461904, 40.059618786367302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4597, "tnode_": 4453, "lpoly_": null, "rpoly_": null, "length": 509.05902992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 22960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720561, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28256, "Shape__Length": 202.75713462436678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184863130469296, 40.057801817481099 ], [ -75.186282339363899, 40.058675616791298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4732, "tnode_": 4680, "lpoly_": null, "rpoly_": null, "length": 189.22638378000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6812, "r_f_add": 6801, "r_t_add": 6823, "st_code": 22960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720562, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28257, "Shape__Length": 75.366731182833618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183424569629693, 40.056910382580703 ], [ -75.183952755256499, 40.0572345658586 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4783, "tnode_": 4732, "lpoly_": null, "rpoly_": null, "length": 211.44454688000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6758, "l_t_add": 6798, "r_f_add": 6753, "r_t_add": 6799, "st_code": 22960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720563, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28258, "Shape__Length": 84.211165824819474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182828018216398, 40.056554331381399 ], [ -75.183424569629693, 40.056910382580703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4856, "tnode_": 4800, "lpoly_": null, "rpoly_": null, "length": 246.24728641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6726, "l_t_add": 6754, "r_f_add": 6717, "r_t_add": 6749, "st_code": 22960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28259, "Shape__Length": 98.073353878852046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182006006918101, 40.056049302741499 ], [ -75.182697677005095, 40.056466973826502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4906, "tnode_": 4856, "lpoly_": null, "rpoly_": null, "length": 248.19212383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6724, "r_f_add": 6701, "r_t_add": 6715, "st_code": 22960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720565, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28260, "Shape__Length": 98.860616125247745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181328401675202, 40.055609912112601 ], [ -75.182006006918101, 40.056049302741499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4680, "tnode_": 4665, "lpoly_": null, "rpoly_": null, "length": 66.07066849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6814, "l_t_add": 6816, "r_f_add": 6825, "r_t_add": 6827, "st_code": 22960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720566, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28261, "Shape__Length": 26.322165023465324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183952755256499, 40.0572345658586 ], [ -75.184126880055999, 40.0573570109473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4665, "tnode_": 4597, "lpoly_": null, "rpoly_": null, "length": 262.16400677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6818, "l_t_add": 6898, "r_f_add": 6829, "r_t_add": 6899, "st_code": 22960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720567, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28262, "Shape__Length": 104.41465975333924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184126880055999, 40.0573570109473 ], [ -75.184863130469296, 40.057801817481099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4191, "tnode_": 4097, "lpoly_": null, "rpoly_": null, "length": 304.10485612000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 129, "l_t_add": 199, "r_f_add": 150, "r_t_add": 198, "st_code": 57440, "l_hundred": 100, "r_hundred": 100, "seg_id": 720568, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 28263, "Shape__Length": 121.22387250500981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186933838099804, 40.060357148133399 ], [ -75.186665150155804, 40.060613391897498 ], [ -75.186238594454906, 40.060998545225097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4231, "tnode_": 3991, "lpoly_": null, "rpoly_": null, "length": 714.36435717999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 71540, "l_hundred": 200, "r_hundred": 200, "seg_id": 720569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 28264, "Shape__Length": 284.79478652003326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184810118569601, 40.0601142042199 ], [ -75.183231469913807, 40.061655043157899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4231, "tnode_": 4155, "lpoly_": null, "rpoly_": null, "length": 248.90055148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7016, "r_f_add": 7001, "r_t_add": 7017, "st_code": 18620, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28265, "Shape__Length": 99.143855199416024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184810118569601, 40.0601142042199 ], [ -75.185497837180193, 40.060547333712599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4244, "tnode_": 4094, "lpoly_": null, "rpoly_": null, "length": 409.98790262, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 33, "r_f_add": 2, "r_t_add": 98, "st_code": 57400, "l_hundred": 0, "r_hundred": 0, "seg_id": 720571, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 28266, "Shape__Length": 163.43335562942852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191056617998399, 40.060186017038397 ], [ -75.190122701456502, 40.061053027766199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4287, "tnode_": 4231, "lpoly_": null, "rpoly_": null, "length": 261.24717320999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6920, "l_t_add": 6998, "r_f_add": 6919, "r_t_add": 6999, "st_code": 18620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28267, "Shape__Length": 104.05354226937098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1840771462725, 40.059670242424801 ], [ -75.184810118569601, 40.0601142042199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4305, "tnode_": 4191, "lpoly_": null, "rpoly_": null, "length": 367.85752069, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 127, "r_f_add": 100, "r_t_add": 148, "st_code": 57440, "l_hundred": 100, "r_hundred": 100, "seg_id": 720573, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 28268, "Shape__Length": 146.60440066015093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187827382461904, 40.059618786367302 ], [ -75.187301487130696, 40.060012555485102 ], [ -75.186933838099804, 40.060357148133399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4324, "tnode_": 4231, "lpoly_": null, "rpoly_": null, "length": 303.18741773000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 127, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 71540, "l_hundred": 100, "r_hundred": 100, "seg_id": 720574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 28269, "Shape__Length": 120.87783758131127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185464424232805, 40.059450936381502 ], [ -75.184810118569601, 40.0601142042199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4324, "tnode_": 4191, "lpoly_": null, "rpoly_": null, "length": 527.40149588999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 23660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 720575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28270, "Shape__Length": 210.06870355856469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185464424232805, 40.059450936381502 ], [ -75.186933838099804, 40.060357148133399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4343, "tnode_": 4114, "lpoly_": null, "rpoly_": null, "length": 717.74357819, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 381, "r_f_add": 300, "r_t_add": 368, "st_code": 37700, "l_hundred": 300, "r_hundred": 300, "seg_id": 720576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 28271, "Shape__Length": 286.13757737853916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183368027940602, 40.059229620640998 ], [ -75.181780643238397, 40.060776968166998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4343, "tnode_": 4287, "lpoly_": null, "rpoly_": null, "length": 255.27097615000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6918, "r_f_add": 6901, "r_t_add": 6917, "st_code": 18620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28272, "Shape__Length": 101.67745660541711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183368027940602, 40.059229620640998 ], [ -75.1840771462725, 40.059670242424801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4409, "tnode_": 4168, "lpoly_": null, "rpoly_": null, "length": 712.92860722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEEHAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 55240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEEHAN AVE", "stname": "MEEHAN AVE", "objectid": 28273, "Shape__Length": 284.22068379290641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182664471082205, 40.058808974932298 ], [ -75.181095893492994, 40.060350857036497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4409, "tnode_": 4343, "lpoly_": null, "rpoly_": null, "length": 249.52969867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 18620, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28274, "Shape__Length": 99.382849981933418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182664471082205, 40.058808974932298 ], [ -75.183368027940602, 40.059229620640998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4453, "tnode_": 4324, "lpoly_": null, "rpoly_": null, "length": 363.57578905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 124, "st_code": 71540, "l_hundred": 100, "r_hundred": 100, "seg_id": 720580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 28275, "Shape__Length": 144.93451253257743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186282339363899, 40.058675616791298 ], [ -75.185464424232805, 40.059450936381502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4454, "tnode_": 4343, "lpoly_": null, "rpoly_": null, "length": 303.07577311, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 215, "l_t_add": 299, "r_f_add": 216, "r_t_add": 298, "st_code": 37700, "l_hundred": 200, "r_hundred": 200, "seg_id": 720581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 28276, "Shape__Length": 120.81830981489831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184046976296997, 40.058581539949301 ], [ -75.183368027940602, 40.059229620640998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4454, "tnode_": 4324, "lpoly_": null, "rpoly_": null, "length": 507.6687824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 23660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 720582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28277, "Shape__Length": 202.20427036705615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184046976296997, 40.058581539949301 ], [ -75.185464424232805, 40.059450936381502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4483, "tnode_": 4409, "lpoly_": null, "rpoly_": null, "length": 266.6572704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 18620, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28278, "Shape__Length": 106.20876138699983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181919888737994, 40.058352375667098 ], [ -75.182664471082205, 40.058808974932298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4524, "tnode_": 4305, "lpoly_": null, "rpoly_": null, "length": 623.72619661, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 57440, "l_hundred": 0, "r_hundred": 0, "seg_id": 720584, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 28279, "Shape__Length": 248.52382194352521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189426378139302, 40.058426314584501 ], [ -75.187827382461904, 40.059618786367302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4556, "tnode_": 4483, "lpoly_": null, "rpoly_": null, "length": 248.71777868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6726, "l_t_add": 6798, "r_f_add": 6727, "r_t_add": 6799, "st_code": 18620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720585, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28280, "Shape__Length": 99.061655429654152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181223628481405, 40.057928208595101 ], [ -75.181919888737994, 40.058352375667098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4575, "tnode_": 4409, "lpoly_": null, "rpoly_": null, "length": 430.44857163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEEHAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 225, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 55240, "l_hundred": 200, "r_hundred": 200, "seg_id": 720586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEEHAN AVE", "stname": "MEEHAN AVE", "objectid": 28281, "Shape__Length": 171.60302327338533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183610131482496, 40.057877190542499 ], [ -75.182664471082205, 40.058808974932298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4597, "tnode_": 4454, "lpoly_": null, "rpoly_": null, "length": 364.94881908000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 214, "st_code": 37700, "l_hundred": 200, "r_hundred": 200, "seg_id": 720587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 28282, "Shape__Length": 145.48191435188028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184863130469296, 40.057801817481099 ], [ -75.1847714520257, 40.057866576655201 ], [ -75.184046976296997, 40.058581539949301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4626, "tnode_": 4556, "lpoly_": null, "rpoly_": null, "length": 250.44193997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6720, "l_t_add": 6724, "r_f_add": 6721, "r_t_add": 6725, "st_code": 18620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28283, "Shape__Length": 99.743365989007714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180516210965706, 40.057507314124301 ], [ -75.181223628481405, 40.057928208595101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4644, "tnode_": 4483, "lpoly_": null, "rpoly_": null, "length": 430.52336908000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLEASANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 64980, "l_hundred": 300, "r_hundred": 300, "seg_id": 720589, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLEASANT ST", "stname": "PLEASANT ST", "objectid": 28284, "Shape__Length": 171.61965089971972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182887767612002, 40.057433900649798 ], [ -75.181919888737994, 40.058352375667098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4644, "tnode_": 4575, "lpoly_": null, "rpoly_": null, "length": 258.77405367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 23660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720590, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28285, "Shape__Length": 103.06763487118874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182887767612002, 40.057433900649798 ], [ -75.183610131482496, 40.057877190542499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4747, "tnode_": 4453, "lpoly_": null, "rpoly_": null, "length": 817.24685255999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 71540, "l_hundred": 0, "r_hundred": 0, "seg_id": 720592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 28286, "Shape__Length": 325.80080853406491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188079485029903, 40.0569075778334 ], [ -75.186282339363899, 40.058675616791298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4841, "tnode_": 4597, "lpoly_": null, "rpoly_": null, "length": 743.94386693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 37700, "l_hundred": 100, "r_hundred": 100, "seg_id": 720593, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 28287, "Shape__Length": 296.55253659615261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186537325667899, 40.056218561888898 ], [ -75.184958161656994, 40.057743027473499 ], [ -75.184863130469296, 40.057801817481099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4952, "tnode_": 4841, "lpoly_": null, "rpoly_": null, "length": 341.02253815, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 37700, "l_hundred": 0, "r_hundred": 0, "seg_id": 720594, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 28288, "Shape__Length": 135.93530007824268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187308565723697, 40.055493900592303 ], [ -75.186537325667899, 40.056218561888898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4665, "tnode_": 4575, "lpoly_": null, "rpoly_": null, "length": 238.39259549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEEHAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 240, "st_code": 55240, "l_hundred": 200, "r_hundred": 200, "seg_id": 720595, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEEHAN AVE", "stname": "MEEHAN AVE", "objectid": 28289, "Shape__Length": 95.040542925783541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184126880055999, 40.0573570109473 ], [ -75.183610131482496, 40.057877190542499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4287, "tnode_": 4053, "lpoly_": null, "rpoly_": null, "length": 716.08371534000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURARD", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 29620, "l_hundred": 200, "r_hundred": 200, "seg_id": 720596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURARD RD", "stname": "DURARD RD", "objectid": 28290, "Shape__Length": 285.48455230885401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1840771462725, 40.059670242424801 ], [ -75.182506062339002, 40.0612216183114 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4912, "tnode_": 4680, "lpoly_": null, "rpoly_": null, "length": 745.35994973000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEEHAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 55240, "l_hundred": 100, "r_hundred": 100, "seg_id": 720597, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEEHAN AVE", "stname": "MEEHAN AVE", "objectid": 28291, "Shape__Length": 297.12748496281665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185608748431505, 40.055632313063498 ], [ -75.183952755256499, 40.0572345658586 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5016, "tnode_": 4783, "lpoly_": null, "rpoly_": null, "length": 750.22845618999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 73060, "l_hundred": 200, "r_hundred": 200, "seg_id": 720598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 28292, "Shape__Length": 299.07649122623991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184474045338405, 40.054929067483798 ], [ -75.182828018216398, 40.056554331381399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5087, "tnode_": 5007, "lpoly_": null, "rpoly_": null, "length": 253.83835898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 265, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 43640, "l_hundred": 200, "r_hundred": 200, "seg_id": 720599, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28293, "Shape__Length": 101.18203452705156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180827656101599, 40.054423967933197 ], [ -75.180255438725794, 40.054964519971399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5099, "tnode_": 4912, "lpoly_": null, "rpoly_": null, "length": 523.16299912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEEHAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 55240, "l_hundred": 0, "r_hundred": 0, "seg_id": 720600, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEEHAN AVE", "stname": "MEEHAN AVE", "objectid": 28294, "Shape__Length": 208.54246671693008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186780352317498, 40.054513414045701 ], [ -75.185608748431505, 40.055632313063498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5259, "tnode_": 5087, "lpoly_": null, "rpoly_": null, "length": 494.26548536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 263, "r_f_add": 200, "r_t_add": 248, "st_code": 43640, "l_hundred": 200, "r_hundred": 200, "seg_id": 720601, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28295, "Shape__Length": 197.03442387559218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181907944419905, 40.0533507564449 ], [ -75.180827656101599, 40.054423967933197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5300, "tnode_": 5016, "lpoly_": null, "rpoly_": null, "length": 763.83432339000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 73060, "l_hundred": 0, "r_hundred": 0, "seg_id": 720602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 28296, "Shape__Length": 304.5102479623601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186117739473701, 40.053255396878399 ], [ -75.184474045338405, 40.054929067483798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4955, "tnode_": 4903, "lpoly_": null, "rpoly_": null, "length": 161.98866895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6716, "l_t_add": 6798, "r_f_add": 6717, "r_t_add": 6799, "st_code": 26240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720603, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 28297, "Shape__Length": 64.516505543110796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182333917898106, 40.055332709086002 ], [ -75.182786404748896, 40.055609900988202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4961, "tnode_": 4732, "lpoly_": null, "rpoly_": null, "length": 744.11499093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLEASANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 64980, "l_hundred": 100, "r_hundred": 100, "seg_id": 720604, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLEASANT ST", "stname": "PLEASANT ST", "objectid": 28298, "Shape__Length": 296.6359784289121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185066406655494, 40.055303898246301 ], [ -75.183424569629693, 40.056910382580703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4987, "tnode_": 4906, "lpoly_": null, "rpoly_": null, "length": 254.10044965, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 249, "l_t_add": 299, "r_f_add": 254, "r_t_add": 298, "st_code": 64460, "l_hundred": 200, "r_hundred": 200, "seg_id": 720605, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28299, "Shape__Length": 101.30265514196195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181873106353706, 40.055051925226699 ], [ -75.181328401675202, 40.055609912112601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4987, "tnode_": 4955, "lpoly_": null, "rpoly_": null, "length": 164.62748399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6714, "r_f_add": 6701, "r_t_add": 6715, "st_code": 26240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720606, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 28300, "Shape__Length": 65.566560712490315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181873106353706, 40.055051925226699 ], [ -75.182333917898106, 40.055332709086002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5031, "tnode_": 4987, "lpoly_": null, "rpoly_": null, "length": 186.02829773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6656, "l_t_add": 6698, "r_f_add": 6657, "r_t_add": 6699, "st_code": 26240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720607, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 28301, "Shape__Length": 74.0876567810365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181349599973998, 40.054737367228597 ], [ -75.181873106353706, 40.055051925226699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5087, "tnode_": 5031, "lpoly_": null, "rpoly_": null, "length": 185.4242719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6654, "r_f_add": 6601, "r_t_add": 6655, "st_code": 26240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720608, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 28302, "Shape__Length": 73.846659908482877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180827656101599, 40.054423967933197 ], [ -75.181349599973998, 40.054737367228597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5092, "tnode_": 4987, "lpoly_": null, "rpoly_": null, "length": 285.24127834000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 217, "l_t_add": 247, "r_f_add": 224, "r_t_add": 252, "st_code": 64460, "l_hundred": 200, "r_hundred": 200, "seg_id": 720609, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28303, "Shape__Length": 113.70600281046298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182504421106401, 40.054437299726303 ], [ -75.181873106353706, 40.055051925226699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5151, "tnode_": 5092, "lpoly_": null, "rpoly_": null, "length": 202.34792019, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 222, "st_code": 64460, "l_hundred": 200, "r_hundred": 200, "seg_id": 720610, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28304, "Shape__Length": 80.663989591553133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182947710522896, 40.053998547913103 ], [ -75.182504421106401, 40.054437299726303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5177, "tnode_": 4961, "lpoly_": null, "rpoly_": null, "length": 635.5243871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLEASANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 64980, "l_hundred": 0, "r_hundred": 0, "seg_id": 720611, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLEASANT ST", "stname": "PLEASANT ST", "objectid": 28305, "Shape__Length": 253.3088668158293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186518960508906, 40.053975223327697 ], [ -75.186297594162298, 40.054088586806301 ], [ -75.185066406655494, 40.055303898246301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5329, "tnode_": 5065, "lpoly_": null, "rpoly_": null, "length": 747.17374866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTANA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 56700, "l_hundred": 200, "r_hundred": 200, "seg_id": 720612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTANA ST", "stname": "MONTANA ST", "objectid": 28306, "Shape__Length": 297.85810552809056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181197636421103, 40.0529323242041 ], [ -75.179614026070695, 40.054479529015602 ], [ -75.179582418069202, 40.054558504317498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5379, "tnode_": 5117, "lpoly_": null, "rpoly_": null, "length": 745.53835112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 72200, "l_hundred": 200, "r_hundred": 200, "seg_id": 720613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 28307, "Shape__Length": 297.17595730407447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180643584071504, 40.0525829177936 ], [ -75.179062342015598, 40.054137395085199 ], [ -75.178976183023195, 40.054169385464498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4912, "tnode_": 4841, "lpoly_": null, "rpoly_": null, "length": 336.41493371000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6832, "l_t_add": 6898, "r_f_add": 6831, "r_t_add": 6899, "st_code": 57660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28308, "Shape__Length": 133.99514295887749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185608748431505, 40.055632313063498 ], [ -75.186537325667899, 40.056218561888898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4961, "tnode_": 4912, "lpoly_": null, "rpoly_": null, "length": 193.29161116, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6830, "r_f_add": 6801, "r_t_add": 6829, "st_code": 57660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 720615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28309, "Shape__Length": 76.982106773242094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185066406655494, 40.055303898246301 ], [ -75.185608748431505, 40.055632313063498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4903, "tnode_": 5004, "lpoly_": null, "rpoly_": null, "length": 279.63499988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 28980, "l_hundred": 200, "r_hundred": 200, "seg_id": 720616, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 28310, "Shape__Length": 111.47616496943004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182786404748896, 40.055609900988202 ], [ -75.183397775933202, 40.055002826868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5016, "tnode_": 4961, "lpoly_": null, "rpoly_": null, "length": 214.80496408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6764, "l_t_add": 6798, "r_f_add": 6765, "r_t_add": 6799, "st_code": 57660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28311, "Shape__Length": 85.556853141795315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184474045338405, 40.054929067483798 ], [ -75.185066406655494, 40.055303898246301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4955, "tnode_": 5050, "lpoly_": null, "rpoly_": null, "length": 282.2670873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARRETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 36240, "l_hundred": 200, "r_hundred": 200, "seg_id": 720618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARRETT ST", "stname": "GARRETT ST", "objectid": 28312, "Shape__Length": 112.52616166680761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182333917898106, 40.055332709086002 ], [ -75.182948840470701, 40.054718615843001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5050, "tnode_": 5004, "lpoly_": null, "rpoly_": null, "length": 162.82713114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6722, "l_t_add": 6798, "r_f_add": 6723, "r_t_add": 6799, "st_code": 16160, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASS ST", "stname": "BASS ST", "objectid": 28313, "Shape__Length": 64.853888614460715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182948840470701, 40.054718615843001 ], [ -75.183397775933202, 40.055002826868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5092, "tnode_": 5050, "lpoly_": null, "rpoly_": null, "length": 161.18125152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6720, "r_f_add": 6701, "r_t_add": 6721, "st_code": 16160, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASS ST", "stname": "BASS ST", "objectid": 28314, "Shape__Length": 64.198053642818167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182504421106401, 40.054437299726303 ], [ -75.182948840470701, 40.054718615843001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5135, "tnode_": 5031, "lpoly_": null, "rpoly_": null, "length": 327.11209641000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 73860, "l_hundred": 200, "r_hundred": 200, "seg_id": 720621, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPRINGER ST", "stname": "E SPRINGER ST", "objectid": 28315, "Shape__Length": 130.39834671705341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182069844310803, 40.054030262568702 ], [ -75.181349599973998, 40.054737367228597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5151, "tnode_": 5016, "lpoly_": null, "rpoly_": null, "length": 545.40520502000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6762, "r_f_add": 6701, "r_t_add": 6763, "st_code": 57660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28316, "Shape__Length": 217.21764871415891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182947710522896, 40.053998547913103 ], [ -75.184474045338405, 40.054929067483798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5206, "tnode_": 5151, "lpoly_": null, "rpoly_": null, "length": 191.034393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6672, "l_t_add": 6698, "r_f_add": 6669, "r_t_add": 6699, "st_code": 57660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28317, "Shape__Length": 76.082049471151194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182412798673397, 40.053672914219099 ], [ -75.182947710522896, 40.053998547913103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4626, "tnode_": 4359, "lpoly_": null, "rpoly_": null, "length": 720.1991305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 79960, "l_hundred": 400, "r_hundred": 400, "seg_id": 720624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 28318, "Shape__Length": 287.10959089958544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180516210965706, 40.057507314124301 ], [ -75.178924017706393, 40.059060307938999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4856, "tnode_": 4626, "lpoly_": null, "rpoly_": null, "length": 675.28857603999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 79960, "l_hundred": 300, "r_hundred": 300, "seg_id": 720625, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 28319, "Shape__Length": 269.2015888540214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182006006918101, 40.056049302741499 ], [ -75.180516210965706, 40.057507314124301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4301, "tnode_": 27177, "lpoly_": null, "rpoly_": null, "length": 152.06570646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6726, "l_t_add": 6740, "r_f_add": 6727, "r_t_add": 6741, "st_code": 73700, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28320, "Shape__Length": 60.565233917341878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179641620142604, 40.059475222925897 ], [ -75.180070541864893, 40.059731406288201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4429, "tnode_": 4359, "lpoly_": null, "rpoly_": null, "length": 247.52067802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6660, "l_t_add": 6698, "r_f_add": 6665, "r_t_add": 6699, "st_code": 73700, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28321, "Shape__Length": 98.592237561858568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178240384967907, 40.058629337615599 ], [ -75.178924017706393, 40.059060307938999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4516, "tnode_": 4429, "lpoly_": null, "rpoly_": null, "length": 290.1263851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6640, "l_t_add": 6658, "r_f_add": 6635, "r_t_add": 6663, "st_code": 73700, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28322, "Shape__Length": 115.55867542073878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177434036140596, 40.058128949752501 ], [ -75.178240384967907, 40.058629337615599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4549, "tnode_": 4516, "lpoly_": null, "rpoly_": null, "length": 148.57622571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6638, "r_f_add": 6625, "r_t_add": 6633, "st_code": 73700, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28323, "Shape__Length": 59.162631563808503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176998836174903, 40.057895463263598 ], [ -75.177434036140596, 40.058128949752501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4589, "tnode_": 4549, "lpoly_": null, "rpoly_": null, "length": 172.02851512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6601, "r_t_add": 6623, "st_code": 73700, "l_hundred": 0, "r_hundred": 6600, "seg_id": 720630, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28324, "Shape__Length": 68.510033802886966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176507902694794, 40.057612286650901 ], [ -75.176891961436496, 40.0578451667593 ], [ -75.176998836174903, 40.057895463263598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4646, "tnode_": 4589, "lpoly_": null, "rpoly_": null, "length": 135.79173208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTANA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 447, "l_t_add": 499, "r_f_add": 444, "r_t_add": 498, "st_code": 56700, "l_hundred": 400, "r_hundred": 400, "seg_id": 720631, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTANA ST", "stname": "MONTANA ST", "objectid": 28325, "Shape__Length": 54.142407240631613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176776216465598, 40.057312407337903 ], [ -75.176708782475004, 40.057457909251703 ], [ -75.176507902694794, 40.057612286650901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4646, "tnode_": 4549, "lpoly_": null, "rpoly_": null, "length": 221.350562, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6630, "l_t_add": 6698, "r_f_add": 6631, "r_t_add": 6699, "st_code": 16560, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28326, "Shape__Length": 88.346639800898274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176776216465598, 40.057312407337903 ], [ -75.176998836174903, 40.057895463263598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4654, "tnode_": 4589, "lpoly_": null, "rpoly_": null, "length": 244.17966897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 73700, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28327, "Shape__Length": 97.263823096309011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175840078712199, 40.0571810562748 ], [ -75.176507902694794, 40.057612286650901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4764, "tnode_": 4654, "lpoly_": null, "rpoly_": null, "length": 285.31324774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 451, "l_t_add": 499, "r_f_add": 438, "r_t_add": 498, "st_code": 72200, "l_hundred": 400, "r_hundred": 400, "seg_id": 720634, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 28328, "Shape__Length": 113.74011267082281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176468125534797, 40.056564194261902 ], [ -75.175840078712199, 40.0571810562748 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4764, "tnode_": 4646, "lpoly_": null, "rpoly_": null, "length": 285.88040508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6628, "r_f_add": 6521, "r_t_add": 6629, "st_code": 16560, "l_hundred": 6600, "r_hundred": 6500, "seg_id": 720635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28329, "Shape__Length": 114.09576530534405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176468125534797, 40.056564194261902 ], [ -75.176776216465598, 40.057312407337903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4843, "tnode_": 4646, "lpoly_": null, "rpoly_": null, "length": 595.49968503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTANA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 445, "r_f_add": 400, "r_t_add": 442, "st_code": 56700, "l_hundred": 400, "r_hundred": 400, "seg_id": 720636, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTANA ST", "stname": "MONTANA ST", "objectid": 28330, "Shape__Length": 237.39359297021608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178090049563806, 40.056026707752203 ], [ -75.176776216465598, 40.057312407337903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4854, "tnode_": 4764, "lpoly_": null, "rpoly_": null, "length": 278.94943075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6572, "l_t_add": 6598, "r_f_add": 6519, "r_t_add": 6519, "st_code": 16560, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28331, "Shape__Length": 111.334123075704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1761900296721, 40.055828868924301 ], [ -75.176468125534797, 40.056564194261902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4889, "tnode_": 4764, "lpoly_": null, "rpoly_": null, "length": 432.41701537, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 449, "r_f_add": 400, "r_t_add": 436, "st_code": 72200, "l_hundred": 400, "r_hundred": 400, "seg_id": 720638, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 28332, "Shape__Length": 172.37987077903091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177422173745498, 40.055630611079003 ], [ -75.176468125534797, 40.056564194261902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4966, "tnode_": 4854, "lpoly_": null, "rpoly_": null, "length": 275.36714425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 79000, "l_hundred": 400, "r_hundred": 400, "seg_id": 720639, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28333, "Shape__Length": 109.85389907065066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176621207498897, 40.055149440220198 ], [ -75.1761900296721, 40.055828868924301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4981, "tnode_": 4906, "lpoly_": null, "rpoly_": null, "length": 286.00980309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6660, "l_t_add": 6698, "r_f_add": 6653, "r_t_add": 6699, "st_code": 22960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720640, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28334, "Shape__Length": 113.9059384289499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180521855766301, 40.0551279433204 ], [ -75.181328401675202, 40.055609912112601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5007, "tnode_": 4981, "lpoly_": null, "rpoly_": null, "length": 95.42604515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6650, "l_t_add": 6658, "r_f_add": 6643, "r_t_add": 6651, "st_code": 22960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720641, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28335, "Shape__Length": 38.005941046064393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180255438725794, 40.054964519971399 ], [ -75.180521855766301, 40.0551279433204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5048, "tnode_": 4854, "lpoly_": null, "rpoly_": null, "length": 469.48782195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6570, "r_f_add": 6463, "r_t_add": 6517, "st_code": 16560, "l_hundred": 6500, "r_hundred": 6400, "seg_id": 720642, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28336, "Shape__Length": 187.38444866270723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175744889924999, 40.054586294332204 ], [ -75.1761900296721, 40.055828868924301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5065, "tnode_": 4843, "lpoly_": null, "rpoly_": null, "length": 678.66128591000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTANA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 56700, "l_hundred": 300, "r_hundred": 300, "seg_id": 720643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTANA ST", "stname": "MONTANA ST", "objectid": 28337, "Shape__Length": 270.54283403449324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179582418069202, 40.054558504317498 ], [ -75.178090049563806, 40.056026707752203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5065, "tnode_": 5007, "lpoly_": null, "rpoly_": null, "length": 239.5223939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6620, "l_t_add": 6648, "r_f_add": 6625, "r_t_add": 6641, "st_code": 22960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720644, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28338, "Shape__Length": 95.392745161601241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179582418069202, 40.054558504317498 ], [ -75.180255438725794, 40.054964519971399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5117, "tnode_": 4889, "lpoly_": null, "rpoly_": null, "length": 691.2816424, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 72200, "l_hundred": 300, "r_hundred": 300, "seg_id": 720645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 28339, "Shape__Length": 275.54904137563796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178976183023195, 40.054169385464498 ], [ -75.178863274973295, 40.054208394278 ], [ -75.177422173745498, 40.055630611079003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5117, "tnode_": 5065, "lpoly_": null, "rpoly_": null, "length": 221.11851029000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6623, "st_code": 22960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720646, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28340, "Shape__Length": 88.072955806472393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178976183023195, 40.054169385464498 ], [ -75.179582418069202, 40.054558504317498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5211, "tnode_": 5117, "lpoly_": null, "rpoly_": null, "length": 353.04164536000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 22960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720647, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28341, "Shape__Length": 140.60251127344279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177985893920194, 40.053569292158301 ], [ -75.178976183023195, 40.054169385464498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5297, "tnode_": 5193, "lpoly_": null, "rpoly_": null, "length": 240.82166925, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 387, "l_t_add": 387, "r_f_add": 386, "r_t_add": 388, "st_code": 23900, "l_hundred": 300, "r_hundred": 300, "seg_id": 720648, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28342, "Shape__Length": 95.993311007899962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177196093056594, 40.053089899270802 ], [ -75.176887482734699, 40.053376165263302 ], [ -75.176833140509899, 40.0534347877675 ], [ -75.176656575528895, 40.0536046043567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5321, "tnode_": 5297, "lpoly_": null, "rpoly_": null, "length": 98.51383174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6446, "l_t_add": 6458, "r_f_add": 6447, "r_t_add": 6453, "st_code": 22960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720649, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28343, "Shape__Length": 39.237717681400504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176925702357707, 40.052916816428301 ], [ -75.177196093056594, 40.053089899270802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5335, "tnode_": 5313, "lpoly_": null, "rpoly_": null, "length": 64.52005114, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 623, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 46200, "l_hundred": 600, "r_hundred": 600, "seg_id": 720650, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28344, "Shape__Length": 25.711678884400527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175288918647098, 40.052774935042599 ], [ -75.175133305556201, 40.052905584383602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5335, "tnode_": 5193, "lpoly_": null, "rpoly_": null, "length": 487.78058326000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 23660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28345, "Shape__Length": 194.26214629764732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175288918647098, 40.052774935042599 ], [ -75.176656575528895, 40.0536046043567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5363, "tnode_": 5313, "lpoly_": null, "rpoly_": null, "length": 199.36996618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6372, "l_t_add": 6398, "r_f_add": 6373, "r_t_add": 6399, "st_code": 23660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720652, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28346, "Shape__Length": 79.408434852470094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174586670527404, 40.052554775382703 ], [ -75.175133305556201, 40.052905584383602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5381, "tnode_": 5363, "lpoly_": null, "rpoly_": null, "length": 70.215578060000013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6370, "r_f_add": 6301, "r_t_add": 6371, "st_code": 23660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720653, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 28347, "Shape__Length": 27.956168409381537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174379344677703, 40.052446295114997 ], [ -75.174586670527404, 40.052554775382703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5428, "tnode_": 5335, "lpoly_": null, "rpoly_": null, "length": 239.84675412, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 601, "l_t_add": 621, "r_f_add": 600, "r_t_add": 620, "st_code": 46200, "l_hundred": 600, "r_hundred": 600, "seg_id": 720654, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28348, "Shape__Length": 95.613811763959717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175807480743998, 40.052250821505403 ], [ -75.175288918647098, 40.052774935042599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5428, "tnode_": 5321, "lpoly_": null, "rpoly_": null, "length": 396.04701574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6444, "r_f_add": 6401, "r_t_add": 6445, "st_code": 22960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720655, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28349, "Shape__Length": 157.72179489780862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175807480743998, 40.052250821505403 ], [ -75.176925702357707, 40.052916816428301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5473, "tnode_": 5211, "lpoly_": null, "rpoly_": null, "length": 741.95185659000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 389, "r_f_add": 300, "r_t_add": 378, "st_code": 79000, "l_hundred": 300, "r_hundred": 300, "seg_id": 720656, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28350, "Shape__Length": 295.76117099236575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179619196830402, 40.051965260201101 ], [ -75.177985893920194, 40.053569292158301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5532, "tnode_": 5477, "lpoly_": null, "rpoly_": null, "length": 177.61215762999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6318, "l_t_add": 6326, "r_f_add": 6353, "r_t_add": 6371, "st_code": 22960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720657, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28351, "Shape__Length": 70.73300426098298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174704759131998, 40.051552490225298 ], [ -75.175203868596597, 40.0518534935876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4359, "tnode_": 4312, "lpoly_": null, "rpoly_": null, "length": 213.30018417999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6724, "r_f_add": 6701, "r_t_add": 6725, "st_code": 73700, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28352, "Shape__Length": 84.952076551664703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178924017706393, 40.059060307938999 ], [ -75.179300196544901, 40.059271216904001 ], [ -75.179527430831001, 40.059417385184197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4312, "tnode_": 4301, "lpoly_": null, "rpoly_": null, "length": 38.28275765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73700, "l_hundred": 0, "r_hundred": 0, "seg_id": 720659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28353, "Shape__Length": 15.242913663345927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179527430831001, 40.059417385184197 ], [ -75.179641620142604, 40.059475222925897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5477, "tnode_": 5428, "lpoly_": null, "rpoly_": null, "length": 223.5185214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6328, "l_t_add": 6398, "r_f_add": 6373, "r_t_add": 6399, "st_code": 22960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720661, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28354, "Shape__Length": 89.030284469839344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175203868596597, 40.0518534935876 ], [ -75.175754426043397, 40.052191149078297 ], [ -75.175807480743998, 40.052250821505403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5477, "tnode_": 5363, "lpoly_": null, "rpoly_": null, "length": 316.07315333000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 19040, "l_hundred": 600, "r_hundred": 600, "seg_id": 720662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRINTON ST", "stname": "BRINTON ST", "objectid": 28355, "Shape__Length": 126.0124952410719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175203868596597, 40.0518534935876 ], [ -75.175209642124301, 40.0519487002326 ], [ -75.174586670527404, 40.052554775382703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4687, "tnode_": 4626, "lpoly_": null, "rpoly_": null, "length": 251.89407761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6719, "st_code": 18620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 720663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28356, "Shape__Length": 100.3332414583229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179822416309506, 40.057066954426098 ], [ -75.180516210965706, 40.057507314124301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4758, "tnode_": 4687, "lpoly_": null, "rpoly_": null, "length": 284.23879082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6636, "l_t_add": 6698, "r_f_add": 6637, "r_t_add": 6699, "st_code": 18620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28357, "Shape__Length": 113.20213476682673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179019538859706, 40.056589265951203 ], [ -75.179822416309506, 40.057066954426098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4843, "tnode_": 4758, "lpoly_": null, "rpoly_": null, "length": 331.20298598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6624, "l_t_add": 6634, "r_f_add": 6625, "r_t_add": 6635, "st_code": 18620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28358, "Shape__Length": 131.90947021409585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178090049563806, 40.056026707752203 ], [ -75.179019538859706, 40.056589265951203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4889, "tnode_": 4843, "lpoly_": null, "rpoly_": null, "length": 236.16409077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6622, "r_f_add": 6601, "r_t_add": 6623, "st_code": 18620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28359, "Shape__Length": 94.053763035662939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177422173745498, 40.055630611079003 ], [ -75.178090049563806, 40.056026707752203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5535, "tnode_": 5301, "lpoly_": null, "rpoly_": null, "length": 660.23715084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 64460, "l_hundred": 0, "r_hundred": 0, "seg_id": 720667, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28360, "Shape__Length": 263.1630085651816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185290497120505, 40.051752634887499 ], [ -75.183794573750603, 40.0531538302344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5301, "tnode_": 5151, "lpoly_": null, "rpoly_": null, "length": 388.44794412, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 64460, "l_hundred": 100, "r_hundred": 100, "seg_id": 720668, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28361, "Shape__Length": 154.85167045398316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183794573750603, 40.0531538302344 ], [ -75.182947710522896, 40.053998547913103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5360, "tnode_": 5206, "lpoly_": null, "rpoly_": null, "length": 387.90183922, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 73860, "l_hundred": 100, "r_hundred": 100, "seg_id": 720669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPRINGER ST", "stname": "E SPRINGER ST", "objectid": 28362, "Shape__Length": 154.6292021128973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183265960213703, 40.0528338516853 ], [ -75.182412798673397, 40.053672914219099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5405, "tnode_": 5259, "lpoly_": null, "rpoly_": null, "length": 390.39700748999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 43640, "l_hundred": 100, "r_hundred": 100, "seg_id": 720670, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28363, "Shape__Length": 155.62007778902358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182772181285699, 40.052509671844703 ], [ -75.181907944419905, 40.0533507564449 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5612, "tnode_": 5360, "lpoly_": null, "rpoly_": null, "length": 766.33738165, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 73860, "l_hundred": 0, "r_hundred": 0, "seg_id": 720671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPRINGER ST", "stname": "E SPRINGER ST", "objectid": 28364, "Shape__Length": 305.43890457386726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185018380996596, 40.051225518307398 ], [ -75.184752854350705, 40.051388119341098 ], [ -75.183265960213703, 40.0528338516853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5701, "tnode_": 5405, "lpoly_": null, "rpoly_": null, "length": 865.22300036999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 43640, "l_hundred": 0, "r_hundred": 0, "seg_id": 720672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28365, "Shape__Length": 344.88403197850732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184695551036398, 40.050650495476297 ], [ -75.182772181285699, 40.052509671844703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4687, "tnode_": 4429, "lpoly_": null, "rpoly_": null, "length": 721.14047853, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 64460, "l_hundred": 400, "r_hundred": 400, "seg_id": 720673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28366, "Shape__Length": 287.48965108302428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179822416309506, 40.057066954426098 ], [ -75.178240384967907, 40.058629337615599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4758, "tnode_": 4516, "lpoly_": null, "rpoly_": null, "length": 715.23684722999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 43640, "l_hundred": 400, "r_hundred": 400, "seg_id": 720674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28367, "Shape__Length": 285.12515292946574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179019538859706, 40.056589265951203 ], [ -75.177434036140596, 40.058128949752501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4906, "tnode_": 4687, "lpoly_": null, "rpoly_": null, "length": 677.82185577000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 64460, "l_hundred": 300, "r_hundred": 300, "seg_id": 720675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 28368, "Shape__Length": 270.20395172637893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181328401675202, 40.055609912112601 ], [ -75.179822416309506, 40.057066954426098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4981, "tnode_": 4758, "lpoly_": null, "rpoly_": null, "length": 678.4083188300001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 43640, "l_hundred": 300, "r_hundred": 300, "seg_id": 720676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28369, "Shape__Length": 270.43854039201858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180521855766301, 40.0551279433204 ], [ -75.179019538859706, 40.056589265951203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4359, "tnode_": 4257, "lpoly_": null, "rpoly_": null, "length": 303.4600615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 525, "r_f_add": 500, "r_t_add": 514, "st_code": 79960, "l_hundred": 500, "r_hundred": 500, "seg_id": 720677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 28370, "Shape__Length": 120.97585528290364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178924017706393, 40.059060307938999 ], [ -75.178439047409498, 40.059533160885302 ], [ -75.178250593619595, 40.059713121592097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4427, "tnode_": 4257, "lpoly_": null, "rpoly_": null, "length": 550.815248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6636, "l_t_add": 6698, "r_f_add": 6627, "r_t_add": 6699, "st_code": 17840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720678, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKEMORE ST", "stname": "BLAKEMORE ST", "objectid": 28371, "Shape__Length": 219.52658600685686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176937051879307, 40.058600457970698 ], [ -75.177028101951706, 40.058693660163598 ], [ -75.177264266994797, 40.058936139170797 ], [ -75.177532295608898, 40.059173250158103 ], [ -75.177940601276504, 40.059468236152199 ], [ -75.178180456988997, 40.059613487739703 ], [ -75.178250593619595, 40.059713121592097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4516, "tnode_": 4427, "lpoly_": null, "rpoly_": null, "length": 221.03291524000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 43640, "l_hundred": 500, "r_hundred": 500, "seg_id": 720679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 28372, "Shape__Length": 88.110985196987968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177434036140596, 40.058128949752501 ], [ -75.176937051879307, 40.058600457970698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4312, "tnode_": 4271, "lpoly_": null, "rpoly_": null, "length": 132.66696306, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "PLEASANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 65040, "l_hundred": 500, "r_hundred": 500, "seg_id": 720682, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S PLEASANT PL", "stname": "S PLEASANT PL", "objectid": 28373, "Shape__Length": 52.900118682336206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179527430831001, 40.059417385184197 ], [ -75.1793029661779, 40.059650771782401 ], [ -75.179255932456101, 40.059715326350798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5642, "tnode_": 5541, "lpoly_": null, "rpoly_": null, "length": 387.31780025999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENSEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 50280, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENSEN ST", "stname": "LENSEN ST", "objectid": 28374, "Shape__Length": 154.25421207722164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178919434431606, 40.050941362314198 ], [ -75.179996019380695, 40.051609165072399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5812, "tnode_": 5463, "lpoly_": null, "rpoly_": null, "length": 972.8890248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTANA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 198, "st_code": 56700, "l_hundred": 0, "r_hundred": 0, "seg_id": 720684, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTANA ST", "stname": "MONTANA ST", "objectid": 28375, "Shape__Length": 387.8075475237917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184369627323804, 40.050077718094499 ], [ -75.182224637026593, 40.052178990153003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5259, "tnode_": 5206, "lpoly_": null, "rpoly_": null, "length": 183.70189089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6652, "l_t_add": 6670, "r_f_add": 6651, "r_t_add": 6667, "st_code": 57660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28376, "Shape__Length": 73.167937135039722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181907944419905, 40.0533507564449 ], [ -75.182412798673397, 40.053672914219099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5329, "tnode_": 5259, "lpoly_": null, "rpoly_": null, "length": 250.54608118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6622, "l_t_add": 6650, "r_f_add": 6621, "r_t_add": 6649, "st_code": 57660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28377, "Shape__Length": 99.776291146881064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181197636421103, 40.0529323242041 ], [ -75.181907944419905, 40.0533507564449 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5360, "tnode_": 5301, "lpoly_": null, "rpoly_": null, "length": 188.37530931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6670, "l_t_add": 6698, "r_f_add": 6669, "r_t_add": 6699, "st_code": 69520, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720687, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28378, "Shape__Length": 75.021308900724463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183265960213703, 40.0528338516853 ], [ -75.183794573750603, 40.0531538302344 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5379, "tnode_": 5329, "lpoly_": null, "rpoly_": null, "length": 200.64357096999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6620, "r_f_add": 6601, "r_t_add": 6619, "st_code": 57660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28379, "Shape__Length": 79.91308078938718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180643584071504, 40.0525829177936 ], [ -75.181197636421103, 40.0529323242041 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5405, "tnode_": 5360, "lpoly_": null, "rpoly_": null, "length": 181.80634281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6654, "l_t_add": 6668, "r_f_add": 6653, "r_t_add": 6667, "st_code": 69520, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28380, "Shape__Length": 72.41599368704874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182772181285699, 40.052509671844703 ], [ -75.183265960213703, 40.0528338516853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5463, "tnode_": 5405, "lpoly_": null, "rpoly_": null, "length": 194.95228494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6634, "l_t_add": 6652, "r_f_add": 6633, "r_t_add": 6651, "st_code": 69520, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720690, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28381, "Shape__Length": 77.63954633508466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182224637026593, 40.052178990153003 ], [ -75.182772181285699, 40.052509671844703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5473, "tnode_": 5379, "lpoly_": null, "rpoly_": null, "length": 364.50522651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 57660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28382, "Shape__Length": 145.16324023295917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179619196830402, 40.051965260201101 ], [ -75.180643584071504, 40.0525829177936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5541, "tnode_": 5473, "lpoly_": null, "rpoly_": null, "length": 167.19849066999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 253, "l_t_add": 299, "r_f_add": 254, "r_t_add": 298, "st_code": 79000, "l_hundred": 200, "r_hundred": 200, "seg_id": 720692, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28383, "Shape__Length": 66.643875832593537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179996019380695, 40.051609165072399 ], [ -75.179619196830402, 40.051965260201101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5580, "tnode_": 5321, "lpoly_": null, "rpoly_": null, "length": 745.57713932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 385, "r_f_add": 300, "r_t_add": 384, "st_code": 23900, "l_hundred": 300, "r_hundred": 300, "seg_id": 720693, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28384, "Shape__Length": 297.21149701903386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178551990423998, 40.0512960051338 ], [ -75.176925702357707, 40.052916816428301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5593, "tnode_": 5541, "lpoly_": null, "rpoly_": null, "length": 159.45641587, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 239, "l_t_add": 251, "r_f_add": 240, "r_t_add": 252, "st_code": 79000, "l_hundred": 200, "r_hundred": 200, "seg_id": 720694, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28385, "Shape__Length": 63.564052237527832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180343604345296, 40.051262388978799 ], [ -75.179996019380695, 40.051609165072399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5628, "tnode_": 5593, "lpoly_": null, "rpoly_": null, "length": 97.1268273, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 233, "l_t_add": 237, "r_f_add": 236, "r_t_add": 238, "st_code": 79000, "l_hundred": 200, "r_hundred": 200, "seg_id": 720695, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28386, "Shape__Length": 38.711091939082408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180566906981895, 40.051058330701402 ], [ -75.180343604345296, 40.051262388978799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5642, "tnode_": 5580, "lpoly_": null, "rpoly_": null, "length": 165.14094529, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 257, "l_t_add": 299, "r_f_add": 262, "r_t_add": 298, "st_code": 23900, "l_hundred": 200, "r_hundred": 200, "seg_id": 720696, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28387, "Shape__Length": 65.825720859478309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178919434431606, 40.050941362314198 ], [ -75.178551990423998, 40.0512960051338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5660, "tnode_": 5532, "lpoly_": null, "rpoly_": null, "length": 514.46363915000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6316, "r_f_add": 6301, "r_t_add": 6351, "st_code": 22960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720697, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28388, "Shape__Length": 204.8833879408441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173263444417699, 40.050676353020997 ], [ -75.174704759131998, 40.051552490225298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5680, "tnode_": 5428, "lpoly_": null, "rpoly_": null, "length": 751.58175106, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 46200, "l_hundred": 500, "r_hundred": 500, "seg_id": 720698, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28389, "Shape__Length": 299.60095106139909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177449140371394, 40.050618315355102 ], [ -75.175807480743998, 40.052250821505403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5680, "tnode_": 5580, "lpoly_": null, "rpoly_": null, "length": 395.30685757000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6458, "r_f_add": 6401, "r_t_add": 6459, "st_code": 57660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28390, "Shape__Length": 157.43243290550086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177449140371394, 40.050618315355102 ], [ -75.178551990423998, 40.0512960051338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5692, "tnode_": 5642, "lpoly_": null, "rpoly_": null, "length": 157.53769404, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 241, "l_t_add": 255, "r_f_add": 232, "r_t_add": 260, "st_code": 23900, "l_hundred": 200, "r_hundred": 200, "seg_id": 720700, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28391, "Shape__Length": 62.79566792046883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179268224184099, 40.050601990232202 ], [ -75.178919434431606, 40.050941362314198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5742, "tnode_": 5680, "lpoly_": null, "rpoly_": null, "length": 243.56755681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6356, "l_t_add": 6398, "r_f_add": 6357, "r_t_add": 6399, "st_code": 57660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28392, "Shape__Length": 96.994258832756557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1767600050336, 40.050210177424503 ], [ -75.177449140371394, 40.050618315355102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5752, "tnode_": 5628, "lpoly_": null, "rpoly_": null, "length": 377.49582916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 231, "r_f_add": 200, "r_t_add": 234, "st_code": 79000, "l_hundred": 200, "r_hundred": 200, "seg_id": 720702, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28393, "Shape__Length": 150.47717302690532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181393700475894, 40.0502397129409 ], [ -75.180566906981895, 40.051058330701402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5752, "tnode_": 5662, "lpoly_": null, "rpoly_": null, "length": 356.64415886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 52940, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720703, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28394, "Shape__Length": 142.0292161367372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181393700475894, 40.0502397129409 ], [ -75.182395624076406, 40.050844388394701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5789, "tnode_": 5742, "lpoly_": null, "rpoly_": null, "length": 146.09506836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6340, "l_t_add": 6354, "r_f_add": 6337, "r_t_add": 6355, "st_code": 57660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28395, "Shape__Length": 58.187118401668812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176359711105306, 40.049952875138302 ], [ -75.1767600050336, 40.050210177424503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5867, "tnode_": 5680, "lpoly_": null, "rpoly_": null, "length": 498.05165545, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 215, "l_t_add": 299, "r_f_add": 228, "r_t_add": 298, "st_code": 46200, "l_hundred": 200, "r_hundred": 200, "seg_id": 720705, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28396, "Shape__Length": 198.54129683912672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178521424278003, 40.049527355193902 ], [ -75.177449140371394, 40.050618315355102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5878, "tnode_": 5692, "lpoly_": null, "rpoly_": null, "length": 476.49778917999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 239, "r_f_add": 200, "r_t_add": 230, "st_code": 23900, "l_hundred": 200, "r_hundred": 200, "seg_id": 720706, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28397, "Shape__Length": 189.94554448893791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180300938516197, 40.049562231254498 ], [ -75.179268224184099, 40.050601990232202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5878, "tnode_": 5752, "lpoly_": null, "rpoly_": null, "length": 393.06118063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 52940, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720707, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28398, "Shape__Length": 156.53826511430393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180300938516197, 40.049562231254498 ], [ -75.181393700475894, 40.0502397129409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5909, "tnode_": 5789, "lpoly_": null, "rpoly_": null, "length": 290.49609986999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 251, "l_t_add": 299, "r_f_add": 262, "r_t_add": 298, "st_code": 29720, "l_hundred": 200, "r_hundred": 200, "seg_id": 720708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28399, "Shape__Length": 115.79281900000764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177001228560798, 40.049326091411203 ], [ -75.176359711105306, 40.049952875138302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5939, "tnode_": 5789, "lpoly_": null, "rpoly_": null, "length": 517.80832317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6335, "st_code": 57660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720709, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28400, "Shape__Length": 206.21725200270006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174918839224404, 40.049061623186397 ], [ -75.176359711105306, 40.049952875138302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6004, "tnode_": 5867, "lpoly_": null, "rpoly_": null, "length": 301.59698837000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 226, "st_code": 46200, "l_hundred": 200, "r_hundred": 200, "seg_id": 720710, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28401, "Shape__Length": 120.2120630852146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179196309666494, 40.048882032270697 ], [ -75.178521424278003, 40.049527355193902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6004, "tnode_": 5878, "lpoly_": null, "rpoly_": null, "length": 396.27298233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6438, "r_f_add": 6401, "r_t_add": 6439, "st_code": 52940, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28402, "Shape__Length": 157.81378357869568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179196309666494, 40.048882032270697 ], [ -75.180300938516197, 40.049562231254498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6123, "tnode_": 6007, "lpoly_": null, "rpoly_": null, "length": 238.05631237, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 239, "r_f_add": 200, "r_t_add": 238, "st_code": 29720, "l_hundred": 200, "r_hundred": 200, "seg_id": 720712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28403, "Shape__Length": 94.886556927084399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178071182748297, 40.048288607935199 ], [ -75.177541728604197, 40.048799965498297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27178, "tnode_": 6004, "lpoly_": null, "rpoly_": null, "length": 380.21283032000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6348, "l_t_add": 6398, "r_f_add": 6349, "r_t_add": 6399, "st_code": 52940, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28404, "Shape__Length": 151.42320884599638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178146405446199, 40.048219973680503 ], [ -75.179196309666494, 40.048882032270697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5524, "tnode_": 5463, "lpoly_": null, "rpoly_": null, "length": 258.39228873000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6632, "r_f_add": 6601, "r_t_add": 6631, "st_code": 69520, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 720714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28405, "Shape__Length": 102.90134546250185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1814952576525, 40.051744304321801 ], [ -75.182224637026593, 40.052178990153003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6007, "tnode_": 6000, "lpoly_": null, "rpoly_": null, "length": 41.58142039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 29720, "l_hundred": 0, "r_hundred": 0, "seg_id": 720715, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28406, "Shape__Length": 16.579742564505224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177541728604197, 40.048799965498297 ], [ -75.177460505524095, 40.0488955313294 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6000, "tnode_": 5909, "lpoly_": null, "rpoly_": null, "length": 202.81258606, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 241, "l_t_add": 249, "r_f_add": 240, "r_t_add": 260, "st_code": 29720, "l_hundred": 200, "r_hundred": 200, "seg_id": 720716, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28407, "Shape__Length": 80.834947154086422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177460505524095, 40.0488955313294 ], [ -75.177001228560798, 40.049326091411203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6000, "tnode_": 5867, "lpoly_": null, "rpoly_": null, "length": 375.75391183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6340, "l_t_add": 6398, "r_f_add": 6341, "r_t_add": 6399, "st_code": 69520, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28408, "Shape__Length": 149.63282158217791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177460505524095, 40.0488955313294 ], [ -75.178521424278003, 40.049527355193902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5628, "tnode_": 5533, "lpoly_": null, "rpoly_": null, "length": 355.8125963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 69520, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 720718, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28409, "Shape__Length": 141.69534027062537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180566906981895, 40.051058330701402 ], [ -75.181572864203503, 40.051655322307802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5692, "tnode_": 5593, "lpoly_": null, "rpoly_": null, "length": 385.36710420999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 69520, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720719, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28410, "Shape__Length": 153.47365336835782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179268224184099, 40.050601990232202 ], [ -75.180343604345296, 40.051262388978799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5789, "tnode_": 5532, "lpoly_": null, "rpoly_": null, "length": 744.45033377999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 29720, "l_hundred": 500, "r_hundred": 500, "seg_id": 720720, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-12-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28411, "Shape__Length": 296.73954695360266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176359711105306, 40.049952875138302 ], [ -75.174704759131998, 40.051552490225298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6074, "tnode_": 5909, "lpoly_": null, "rpoly_": null, "length": 517.12110901999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6339, "st_code": 69520, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720721, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28412, "Shape__Length": 205.93334708225044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175550154912102, 40.048447727531702 ], [ -75.177001228560798, 40.049326091411203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5942, "tnode_": 5662, "lpoly_": null, "rpoly_": null, "length": 708.01730730999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 79, "r_f_add": 2, "r_t_add": 98, "st_code": 72200, "l_hundred": 0, "r_hundred": 0, "seg_id": 720722, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 28413, "Shape__Length": 282.21456528275826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183969436963395, 40.049322977546097 ], [ -75.182395624076406, 40.050844388394701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6101, "tnode_": 5967, "lpoly_": null, "rpoly_": null, "length": 395.80242432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6452, "l_t_add": 6498, "r_f_add": 6453, "r_t_add": 6499, "st_code": 57180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720723, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28414, "Shape__Length": 157.62232012870575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181391086835305, 40.048477284670597 ], [ -75.182498937231102, 40.049152298470503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6229, "tnode_": 6101, "lpoly_": null, "rpoly_": null, "length": 399.91715456000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6450, "r_f_add": 6401, "r_t_add": 6451, "st_code": 57180, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 720724, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28415, "Shape__Length": 159.2500313540209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180258253563494, 40.047808525058997 ], [ -75.181391086835305, 40.048477284670597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6360, "tnode_": 6229, "lpoly_": null, "rpoly_": null, "length": 372.72459053999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6336, "l_t_add": 6398, "r_f_add": 6345, "r_t_add": 6399, "st_code": 57180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720725, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28416, "Shape__Length": 148.4348917064593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179223562236999, 40.047164673533999 ], [ -75.180258253563494, 40.047808525058997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6455, "tnode_": 6360, "lpoly_": null, "rpoly_": null, "length": 259.47934873000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6320, "l_t_add": 6334, "r_f_add": 6323, "r_t_add": 6343, "st_code": 57180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720726, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28417, "Shape__Length": 103.32763851473318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178492608225994, 40.046726735778599 ], [ -75.179223562236999, 40.047164673533999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6555, "tnode_": 6455, "lpoly_": null, "rpoly_": null, "length": 261.72044336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 6301, "r_t_add": 6321, "st_code": 57180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720727, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28418, "Shape__Length": 104.22050587022042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177756951007396, 40.046283437658403 ], [ -75.178492608225994, 40.046726735778599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5967, "tnode_": 5752, "lpoly_": null, "rpoly_": null, "length": 502.64829361999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 79000, "l_hundred": 100, "r_hundred": 100, "seg_id": 720728, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28419, "Shape__Length": 200.36022945565128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182498937231102, 40.049152298470503 ], [ -75.181393700475894, 40.0502397129409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6074, "tnode_": 5939, "lpoly_": null, "rpoly_": null, "length": 285.04241195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 402, "r_t_add": 498, "st_code": 81600, "l_hundred": 400, "r_hundred": 400, "seg_id": 720729, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28420, "Shape__Length": 113.61647807021117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175550154912102, 40.048447727531702 ], [ -75.174918839224404, 40.049061623186397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6101, "tnode_": 5878, "lpoly_": null, "rpoly_": null, "length": 499.34912904000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 23900, "l_hundred": 100, "r_hundred": 100, "seg_id": 720730, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28421, "Shape__Length": 199.04739562820956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181391086835305, 40.048477284670597 ], [ -75.180300938516197, 40.049562231254498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6138, "tnode_": 5967, "lpoly_": null, "rpoly_": null, "length": 410.54062537, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 79000, "l_hundred": 0, "r_hundred": 0, "seg_id": 720731, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 28422, "Shape__Length": 163.64356439495552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183400394466105, 40.048263404900098 ], [ -75.182498937231102, 40.049152298470503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6229, "tnode_": 6004, "lpoly_": null, "rpoly_": null, "length": 491.24063542, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 46200, "l_hundred": 100, "r_hundred": 100, "seg_id": 720732, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28423, "Shape__Length": 195.81891050323318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180258253563494, 40.047808525058997 ], [ -75.179196309666494, 40.048882032270697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6297, "tnode_": 6222, "lpoly_": null, "rpoly_": null, "length": 166.92592956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 211, "r_f_add": 202, "r_t_add": 212, "st_code": 81600, "l_hundred": 200, "r_hundred": 200, "seg_id": 720733, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28424, "Shape__Length": 66.529764572762645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1766274630738, 40.047407425314503 ], [ -75.176248815503101, 40.047761392533197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6377, "tnode_": 6205, "lpoly_": null, "rpoly_": null, "length": 518.12479901999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNATION", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 21480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720734, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNATION ST", "stname": "CARNATION ST", "objectid": 28425, "Shape__Length": 206.33080377869513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1770024742532, 40.047029385205498 ], [ -75.178453366299095, 40.047912341969997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6401, "tnode_": 6101, "lpoly_": null, "rpoly_": null, "length": 642.86883498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 23900, "l_hundred": 0, "r_hundred": 0, "seg_id": 720735, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28426, "Shape__Length": 256.24863551497339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182800149581496, 40.047083853588397 ], [ -75.181391086835305, 40.048477284670597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6462, "tnode_": 6439, "lpoly_": null, "rpoly_": null, "length": 53.54002752, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81600, "l_hundred": 0, "r_hundred": 0, "seg_id": 720736, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28427, "Shape__Length": 21.336920497730596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177383920314995, 40.0466710588911 ], [ -75.177259554139695, 40.046782708144598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6462, "tnode_": 6280, "lpoly_": null, "rpoly_": null, "length": 515.54103508000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDENIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 36080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDENIA ST", "stname": "GARDENIA ST", "objectid": 28428, "Shape__Length": 205.29763105976346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177383920314995, 40.0466710588911 ], [ -75.178832139130506, 40.047545159039203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6656, "tnode_": 6229, "lpoly_": null, "rpoly_": null, "length": 882.53125587, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2, "r_t_add": 98, "st_code": 46200, "l_hundred": 0, "r_hundred": 0, "seg_id": 720738, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": "1998-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28429, "Shape__Length": 351.7663442384877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182206228894202, 40.045903812868502 ], [ -75.181865217332501, 40.046237259939303 ], [ -75.180258253563494, 40.047808525058997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6766, "tnode_": 6360, "lpoly_": null, "rpoly_": null, "length": 825.82214551999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 87, "l_t_add": 173, "r_f_add": 112, "r_t_add": 170, "st_code": 29720, "l_hundred": 0, "r_hundred": 100, "seg_id": 720739, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28430, "Shape__Length": 329.15225091272413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181060532352902, 40.045390974256897 ], [ -75.179223562236999, 40.047164673533999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6871, "tnode_": 6455, "lpoly_": null, "rpoly_": null, "length": 825.80846043999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "POMONA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 65220, "l_hundred": 100, "r_hundred": 100, "seg_id": 720740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E POMONA ST", "stname": "E POMONA ST", "objectid": 28431, "Shape__Length": 329.14442659320281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180330005459993, 40.044953353070703 ], [ -75.178492608225994, 40.046726735778599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6871, "tnode_": 6766, "lpoly_": null, "rpoly_": null, "length": 259.31834618000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6326, "l_t_add": 6398, "r_f_add": 6321, "r_t_add": 6399, "st_code": 16300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28432, "Shape__Length": 103.26080358051104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180330005459993, 40.044953353070703 ], [ -75.181060532352902, 40.045390974256897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6904, "tnode_": 6766, "lpoly_": null, "rpoly_": null, "length": 270.07549444, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 85, "r_f_add": 2, "r_t_add": 110, "st_code": 29720, "l_hundred": 0, "r_hundred": 0, "seg_id": 720742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28433, "Shape__Length": 107.61831956699743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181704381337298, 40.044840461510702 ], [ -75.181625326362905, 40.044929979618097 ], [ -75.181060532352902, 40.045390974256897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6962, "tnode_": 6555, "lpoly_": null, "rpoly_": null, "length": 831.77570499000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 155, "r_f_add": 100, "r_t_add": 154, "st_code": 81600, "l_hundred": 100, "r_hundred": 100, "seg_id": 720743, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28434, "Shape__Length": 331.52028597637093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179608223282997, 40.044497614196402 ], [ -75.177756951007396, 40.046283437658403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6962, "tnode_": 6871, "lpoly_": null, "rpoly_": null, "length": 261.53185749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6324, "r_f_add": 6301, "r_t_add": 6319, "st_code": 16300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28435, "Shape__Length": 104.15182789002692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179608223282997, 40.044497614196402 ], [ -75.180330005459993, 40.044953353070703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7262, "tnode_": 6962, "lpoly_": null, "rpoly_": null, "length": 576.6846114, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 81600, "l_hundred": 0, "r_hundred": 0, "seg_id": 720745, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28436, "Shape__Length": 229.84679823336239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180886041534094, 40.0432560105248 ], [ -75.179608223282997, 40.044497614196402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6330, "tnode_": 6297, "lpoly_": null, "rpoly_": null, "length": 65.28180871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81600, "l_hundred": 0, "r_hundred": 0, "seg_id": 720746, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28437, "Shape__Length": 26.026520705910102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176760460062596, 40.047260226986197 ], [ -75.1766274630738, 40.047407425314503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6222, "tnode_": 6187, "lpoly_": null, "rpoly_": null, "length": 71.41305368, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 213, "l_t_add": 215, "r_f_add": 214, "r_t_add": 216, "st_code": 81600, "l_hundred": 200, "r_hundred": 200, "seg_id": 720747, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28438, "Shape__Length": 28.465702691768431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176248815503101, 40.047761392533197 ], [ -75.176092867342405, 40.047916525744398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6187, "tnode_": 6074, "lpoly_": null, "rpoly_": null, "length": 246.02976743, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 217, "l_t_add": 299, "r_f_add": 218, "r_t_add": 298, "st_code": 81600, "l_hundred": 200, "r_hundred": 200, "seg_id": 720748, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28439, "Shape__Length": 98.066602663502849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176092867342405, 40.047916525744398 ], [ -75.175550154912102, 40.048447727531702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6297, "tnode_": 6123, "lpoly_": null, "rpoly_": null, "length": 516.14813038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6346, "r_f_add": 6301, "r_t_add": 6347, "st_code": 52940, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28440, "Shape__Length": 205.54591547106432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1766274630738, 40.047407425314503 ], [ -75.178071182748297, 40.048288607935199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6638, "tnode_": 6476, "lpoly_": null, "rpoly_": null, "length": 454.01403616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 52940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28441, "Shape__Length": 180.80033108489556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173687799099397, 40.045812360361502 ], [ -75.174557942683407, 40.0463396048806 ], [ -75.174954036325801, 40.046590882311598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6640, "tnode_": 6439, "lpoly_": null, "rpoly_": null, "length": 548.11707601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDENIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 36080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720751, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDENIA ST", "stname": "GARDENIA ST", "objectid": 28442, "Shape__Length": 218.27004559796165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175723652627994, 40.045849773203997 ], [ -75.177255587958001, 40.046779278375404 ], [ -75.177259554139695, 40.046782708144598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6544, "tnode_": 6330, "lpoly_": null, "rpoly_": null, "length": 543.95160467999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 52940, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720752, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28443, "Shape__Length": 216.61419359406159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175238173039105, 40.046332373198702 ], [ -75.176760460062596, 40.047260226986197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6187, "tnode_": 6007, "lpoly_": null, "rpoly_": null, "length": 517.7843827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 43360, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 720753, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 28444, "Shape__Length": 206.19868479964327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176092867342405, 40.047916525744398 ], [ -75.177541728604197, 40.048799965498297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6206, "tnode_": 6059, "lpoly_": null, "rpoly_": null, "length": 454.30727627000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 54880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720754, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28445, "Shape__Length": 180.923148217082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171728184768696, 40.047703630991499 ], [ -75.172993854152907, 40.048484127440098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6420, "tnode_": 6222, "lpoly_": null, "rpoly_": null, "length": 546.7880842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 43360, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720755, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 28446, "Shape__Length": 217.74273137611314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174714789039498, 40.046832385019798 ], [ -75.176248815503101, 40.047761392533197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6463, "tnode_": 6304, "lpoly_": null, "rpoly_": null, "length": 453.85969652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 69520, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720756, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 28447, "Shape__Length": 180.73294992764738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172894886103904, 40.046577255567797 ], [ -75.172975097208607, 40.046595388521702 ], [ -75.174170532442602, 40.0473384832504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6704, "tnode_": 27180, "lpoly_": null, "rpoly_": null, "length": 455.59059496000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDENIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 36080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720757, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDENIA ST", "stname": "GARDENIA ST", "objectid": 28448, "Shape__Length": 181.42809527794915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174047614716301, 40.045471485342802 ], [ -75.175317073120993, 40.046253941821597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5893, "tnode_": 5819, "lpoly_": null, "rpoly_": null, "length": 210.65434785, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 551, "l_t_add": 599, "r_f_add": 550, "r_t_add": 598, "st_code": 78060, "l_hundred": 500, "r_hundred": 500, "seg_id": 720758, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28449, "Shape__Length": 83.967657509416156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172183784475607, 40.049269799288403 ], [ -75.171719012241695, 40.049724570971797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5939, "tnode_": 5660, "lpoly_": null, "rpoly_": null, "length": 748.84842345999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 81600, "l_hundred": 500, "r_hundred": 500, "seg_id": 720759, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28450, "Shape__Length": 298.49384649545055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174918839224404, 40.049061623186397 ], [ -75.173263444417699, 40.050676353020997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6035, "tnode_": 5939, "lpoly_": null, "rpoly_": null, "length": 267.63699828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6202, "l_t_add": 6298, "r_f_add": 6227, "r_t_add": 6299, "st_code": 57660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720760, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28451, "Shape__Length": 106.57783812935246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163113121594, 40.048611668661202 ], [ -75.174918839224404, 40.049061623186397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6059, "tnode_": 5893, "lpoly_": null, "rpoly_": null, "length": 365.16625839, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 517, "l_t_add": 549, "r_f_add": 514, "r_t_add": 548, "st_code": 78060, "l_hundred": 500, "r_hundred": 500, "seg_id": 720761, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28452, "Shape__Length": 145.55299777478746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172993854152907, 40.048484127440098 ], [ -75.172183784475607, 40.049269799288403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6129, "tnode_": 6059, "lpoly_": null, "rpoly_": null, "length": 170.15880263000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 512, "st_code": 78060, "l_hundred": 500, "r_hundred": 500, "seg_id": 720762, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28453, "Shape__Length": 67.822857873850381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173372804335997, 40.048118927260496 ], [ -75.172993854152907, 40.048484127440098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6129, "tnode_": 6035, "lpoly_": null, "rpoly_": null, "length": 285.17067670999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6200, "r_f_add": 6201, "r_t_add": 6225, "st_code": 57660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28454, "Shape__Length": 113.56915574915496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173372804335997, 40.048118927260496 ], [ -75.174126739641594, 40.048579211400899 ], [ -75.174163113121594, 40.048611668661202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6206, "tnode_": 6176, "lpoly_": null, "rpoly_": null, "length": 88.07318099, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 511, "l_t_add": 517, "r_f_add": 472, "r_t_add": 498, "st_code": 81160, "l_hundred": 500, "r_hundred": 400, "seg_id": 720764, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28455, "Shape__Length": 35.108559912145004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171728184768696, 40.047703630991499 ], [ -75.171539696245901, 40.047897200272303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6226, "tnode_": 6129, "lpoly_": null, "rpoly_": null, "length": 184.22792356, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 445, "l_t_add": 499, "r_f_add": 446, "r_t_add": 498, "st_code": 78060, "l_hundred": 400, "r_hundred": 400, "seg_id": 720765, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28456, "Shape__Length": 73.427462447094214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173788050031902, 40.047726604956701 ], [ -75.173372804335997, 40.048118927260496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6286, "tnode_": 6206, "lpoly_": null, "rpoly_": null, "length": 171.25558452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 509, "r_f_add": 460, "r_t_add": 470, "st_code": 81160, "l_hundred": 500, "r_hundred": 400, "seg_id": 720766, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28457, "Shape__Length": 68.258440049810076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172111025556802, 40.047336969782201 ], [ -75.171728184768696, 40.047703630991499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6286, "tnode_": 6129, "lpoly_": null, "rpoly_": null, "length": 453.79362575000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 57660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28458, "Shape__Length": 180.71930207260439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172111025556802, 40.047336969782201 ], [ -75.173372804335997, 40.048118927260496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6304, "tnode_": 6226, "lpoly_": null, "rpoly_": null, "length": 177.35976831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 433, "l_t_add": 443, "r_f_add": 434, "r_t_add": 444, "st_code": 78060, "l_hundred": 400, "r_hundred": 400, "seg_id": 720768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28459, "Shape__Length": 70.699003511570396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174170532442602, 40.0473384832504 ], [ -75.173788050031902, 40.047726604956701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6337, "tnode_": 6176, "lpoly_": null, "rpoly_": null, "length": 302.45965136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6025, "r_t_add": 6099, "st_code": 16560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28460, "Shape__Length": 120.68367208747411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171170356224906, 40.0471169404737 ], [ -75.171539696245901, 40.047897200272303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6366, "tnode_": 6286, "lpoly_": null, "rpoly_": null, "length": 183.27677766, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 447, "l_t_add": 499, "r_f_add": 438, "r_t_add": 458, "st_code": 81160, "l_hundred": 400, "r_hundred": 400, "seg_id": 720770, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28461, "Shape__Length": 73.051703122083111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172516522201093, 40.046941993287703 ], [ -75.172111025556802, 40.047336969782201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6366, "tnode_": 6226, "lpoly_": null, "rpoly_": null, "length": 456.52782875000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENSEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 50280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720771, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENSEN ST", "stname": "LENSEN ST", "objectid": 28462, "Shape__Length": 181.8056468516163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172516522201093, 40.046941993287703 ], [ -75.173788050031902, 40.047726604956701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6420, "tnode_": 6304, "lpoly_": null, "rpoly_": null, "length": 239.18066567, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 431, "r_f_add": 400, "r_t_add": 432, "st_code": 78060, "l_hundred": 400, "r_hundred": 400, "seg_id": 720772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28463, "Shape__Length": 95.325855422710362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174714789039498, 40.046832385019798 ], [ -75.174170532442602, 40.0473384832504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6463, "tnode_": 6366, "lpoly_": null, "rpoly_": null, "length": 169.92624719, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 435, "l_t_add": 445, "r_f_add": 424, "r_t_add": 436, "st_code": 81160, "l_hundred": 400, "r_hundred": 400, "seg_id": 720773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28464, "Shape__Length": 67.728666055007125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172894886103904, 40.046577255567797 ], [ -75.172516522201093, 40.046941993287703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6476, "tnode_": 6420, "lpoly_": null, "rpoly_": null, "length": 110.57209001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 78060, "l_hundred": 300, "r_hundred": 300, "seg_id": 720774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28465, "Shape__Length": 44.075200262965083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174954036325801, 40.046590882311598 ], [ -75.174714789039498, 40.046832385019798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6543, "tnode_": 6337, "lpoly_": null, "rpoly_": null, "length": 369.90486087000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6023, "st_code": 16560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28466, "Shape__Length": 147.59543742352037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170727055830497, 40.0461603693265 ], [ -75.171170356224906, 40.0471169404737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6544, "tnode_": 6476, "lpoly_": null, "rpoly_": null, "length": 123.27282358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 337, "l_t_add": 349, "r_f_add": 338, "r_t_add": 348, "st_code": 78060, "l_hundred": 300, "r_hundred": 300, "seg_id": 720776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28467, "Shape__Length": 49.128094393225624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175238173039105, 40.046332373198702 ], [ -75.174954036325801, 40.046590882311598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6597, "tnode_": 6463, "lpoly_": null, "rpoly_": null, "length": 268.63440683000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 403, "l_t_add": 433, "r_f_add": 400, "r_t_add": 422, "st_code": 81160, "l_hundred": 400, "r_hundred": 400, "seg_id": 720777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28468, "Shape__Length": 107.06973883998795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173494810087405, 40.046001737498997 ], [ -75.172894886103904, 40.046577255567797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6638, "tnode_": 6597, "lpoly_": null, "rpoly_": null, "length": 87.62748289, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 401, "r_f_add": 354, "r_t_add": 398, "st_code": 81160, "l_hundred": 400, "r_hundred": 300, "seg_id": 720778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28469, "Shape__Length": 34.927005222852813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173687799099397, 40.045812360361502 ], [ -75.173494810087405, 40.046001737498997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6640, "tnode_": 27180, "lpoly_": null, "rpoly_": null, "length": 186.10353415, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 325, "l_t_add": 335, "r_f_add": 326, "r_t_add": 336, "st_code": 78060, "l_hundred": 300, "r_hundred": 300, "seg_id": 720779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28470, "Shape__Length": 74.180022072601261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175723652627994, 40.045849773203997 ], [ -75.175317073120993, 40.046253941821597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6643, "tnode_": 6555, "lpoly_": null, "rpoly_": null, "length": 250.24460661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6231, "r_t_add": 6299, "st_code": 57180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28471, "Shape__Length": 99.648674546194229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177051579510206, 40.045861520850103 ], [ -75.177756951007396, 40.046283437658403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6704, "tnode_": 6638, "lpoly_": null, "rpoly_": null, "length": 160.13730413000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 331, "l_t_add": 399, "r_f_add": 346, "r_t_add": 352, "st_code": 81160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28472, "Shape__Length": 63.823782242766299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174047614716301, 40.045471485342802 ], [ -75.174005028795506, 40.045500469144002 ], [ -75.173687799099397, 40.045812360361502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6732, "tnode_": 6640, "lpoly_": null, "rpoly_": null, "length": 233.30300725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 323, "r_f_add": 300, "r_t_add": 324, "st_code": 78060, "l_hundred": 300, "r_hundred": 300, "seg_id": 720782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28473, "Shape__Length": 92.926799730531087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176344281941496, 40.045422396624602 ], [ -75.175723652627994, 40.045849773203997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6732, "tnode_": 6643, "lpoly_": null, "rpoly_": null, "length": 254.56293605000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6229, "st_code": 57180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720783, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28474, "Shape__Length": 101.37467365127468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176344281941496, 40.045422396624602 ], [ -75.177051579510206, 40.045861520850103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6801, "tnode_": 6597, "lpoly_": null, "rpoly_": null, "length": 568.79144067999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 52940, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720784, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28475, "Shape__Length": 226.50707310251968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171910815849898, 40.045024021823103 ], [ -75.173494810087405, 40.046001737498997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6814, "tnode_": 6543, "lpoly_": null, "rpoly_": null, "length": 478.27444805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720785, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28476, "Shape__Length": 190.82754033201795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170137670430805, 40.044928568472699 ], [ -75.170172235311597, 40.044979941950999 ], [ -75.170727055830497, 40.0461603693265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6879, "tnode_": 6732, "lpoly_": null, "rpoly_": null, "length": 374.61294051000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6122, "l_t_add": 6198, "r_f_add": 6123, "r_t_add": 6199, "st_code": 57180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28477, "Shape__Length": 149.16998481316131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175287390197099, 40.044791756346598 ], [ -75.176344281941496, 40.045422396624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6922, "tnode_": 6704, "lpoly_": null, "rpoly_": null, "length": 407.76033123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 329, "r_f_add": 300, "r_t_add": 344, "st_code": 81160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28478, "Shape__Length": 162.52807034412703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174940116775701, 40.044586937400901 ], [ -75.174047614716301, 40.045471485342802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6922, "tnode_": 6879, "lpoly_": null, "rpoly_": null, "length": 122.55727314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6116, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6121, "st_code": 57180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28479, "Shape__Length": 48.800667332652658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174940116775701, 40.044586937400901 ], [ -75.175287390197099, 40.044791756346598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6975, "tnode_": 6922, "lpoly_": null, "rpoly_": null, "length": 170.05225368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6114, "r_f_add": 6033, "r_t_add": 6099, "st_code": 57180, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 720789, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28480, "Shape__Length": 67.717654012172162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174466017965003, 40.044295143827497 ], [ -75.174940116775701, 40.044586937400901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7061, "tnode_": 6962, "lpoly_": null, "rpoly_": null, "length": 253.93878307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6218, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6299, "st_code": 16300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720790, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28481, "Shape__Length": 101.11701566339761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178892398021603, 40.0440695279149 ], [ -75.179608223282997, 40.044497614196402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7125, "tnode_": 6975, "lpoly_": null, "rpoly_": null, "length": 393.74002677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6031, "st_code": 57180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28482, "Shape__Length": 156.78594435076718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173358404206894, 40.043629126433302 ], [ -75.174466017965003, 40.044295143827497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7137, "tnode_": 7061, "lpoly_": null, "rpoly_": null, "length": 207.01506844999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6216, "r_f_add": 6201, "r_t_add": 6221, "st_code": 16300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28483, "Shape__Length": 82.436989317004901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1783164035607, 40.0437132082345 ], [ -75.178892398021603, 40.0440695279149 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7061, "tnode_": 6643, "lpoly_": null, "rpoly_": null, "length": 831.71986803999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 54520, "l_hundred": 100, "r_hundred": 100, "seg_id": 720793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 28484, "Shape__Length": 331.50160075039759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178892398021603, 40.0440695279149 ], [ -75.177051579510206, 40.045861520850103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7606, "tnode_": 7125, "lpoly_": null, "rpoly_": null, "length": 1065.6108444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 42500, "l_hundred": 200, "r_hundred": 200, "seg_id": 720794, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 28485, "Shape__Length": 424.70035177121491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175732503365097, 40.041342781054503 ], [ -75.173358404206894, 40.043629126433302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7968, "tnode_": 7606, "lpoly_": null, "rpoly_": null, "length": 904.43125126999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 42500, "l_hundred": 0, "r_hundred": 0, "seg_id": 720795, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 28486, "Shape__Length": 360.44387197840479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1777602241919, 40.039410138456503 ], [ -75.175732503365097, 40.041342781054503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7107, "tnode_": 6879, "lpoly_": null, "rpoly_": null, "length": 454.51690245000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 149, "l_t_add": 199, "r_f_add": 170, "r_t_add": 198, "st_code": 42100, "l_hundred": 100, "r_hundred": 100, "seg_id": 720796, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMAN ST", "stname": "HERMAN ST", "objectid": 28487, "Shape__Length": 181.15012157791372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176305346691606, 40.043819822740602 ], [ -75.175287390197099, 40.044791756346598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7201, "tnode_": 7034, "lpoly_": null, "rpoly_": null, "length": 381.54282827999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASTORIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 63260, "l_hundred": 100, "r_hundred": 100, "seg_id": 720797, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASTORIUS ST", "stname": "E PASTORIUS ST", "objectid": 28488, "Shape__Length": 152.06388150906997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177742575391093, 40.0433559041807 ], [ -75.176886563672397, 40.044170862743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7283, "tnode_": 7107, "lpoly_": null, "rpoly_": null, "length": 383.01173974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 147, "r_f_add": 126, "r_t_add": 168, "st_code": 42100, "l_hundred": 100, "r_hundred": 100, "seg_id": 720798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMAN ST", "stname": "HERMAN ST", "objectid": 28489, "Shape__Length": 152.65261876843257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177157197098794, 40.042997135571298 ], [ -75.176305346691606, 40.043819822740602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7389, "tnode_": 7283, "lpoly_": null, "rpoly_": null, "length": 225.44709213000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 75, "l_t_add": 99, "r_f_add": 100, "r_t_add": 124, "st_code": 42100, "l_hundred": 0, "r_hundred": 100, "seg_id": 720799, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMAN ST", "stname": "HERMAN ST", "objectid": 28490, "Shape__Length": 89.855917468494837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177653269076004, 40.042509652205403 ], [ -75.177157197098794, 40.042997135571298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7567, "tnode_": 7201, "lpoly_": null, "rpoly_": null, "length": 811.76548165999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASTORIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 63260, "l_hundred": 0, "r_hundred": 0, "seg_id": 720800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASTORIUS ST", "stname": "E PASTORIUS ST", "objectid": 28491, "Shape__Length": 323.47515385146295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1796338110764, 40.041690609089997 ], [ -75.179340747922097, 40.041813360946499 ], [ -75.177742575391093, 40.0433559041807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7677, "tnode_": 7389, "lpoly_": null, "rpoly_": null, "length": 669.15052495999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 73, "r_f_add": 2, "r_t_add": 98, "st_code": 42100, "l_hundred": 0, "r_hundred": 0, "seg_id": 720801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMAN ST", "stname": "HERMAN ST", "objectid": 28492, "Shape__Length": 266.69081089935491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179131556852695, 40.041074348700398 ], [ -75.178944975351001, 40.0411902392324 ], [ -75.178683231059296, 40.041415489121803 ], [ -75.177653269076004, 40.042509652205403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6952, "tnode_": 6732, "lpoly_": null, "rpoly_": null, "length": 449.53036736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 141, "l_t_add": 199, "r_f_add": 140, "r_t_add": 198, "st_code": 78060, "l_hundred": 100, "r_hundred": 100, "seg_id": 720802, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28493, "Shape__Length": 179.12790587331503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177415305219597, 40.044503041259503 ], [ -75.176344281941496, 40.045422396624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7107, "tnode_": 7034, "lpoly_": null, "rpoly_": null, "length": 206.96209377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6140, "r_f_add": 6101, "r_t_add": 6141, "st_code": 61880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 28494, "Shape__Length": 82.412322940711036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176305346691606, 40.043819822740602 ], [ -75.176886563672397, 40.044170862743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7137, "tnode_": 6952, "lpoly_": null, "rpoly_": null, "length": 382.66654193, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 139, "r_f_add": 100, "r_t_add": 138, "st_code": 78060, "l_hundred": 100, "r_hundred": 100, "seg_id": 720804, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28495, "Shape__Length": 152.48842395460463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1783164035607, 40.0437132082345 ], [ -75.177415305219597, 40.044503041259503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7283, "tnode_": 7201, "lpoly_": null, "rpoly_": null, "length": 209.6246106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6124, "l_t_add": 6136, "r_f_add": 6127, "r_t_add": 6141, "st_code": 16300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720805, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28496, "Shape__Length": 83.473815852480485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177157197098794, 40.042997135571298 ], [ -75.177742575391093, 40.0433559041807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7467, "tnode_": 7137, "lpoly_": null, "rpoly_": null, "length": 749.6645564, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 78060, "l_hundred": 0, "r_hundred": 0, "seg_id": 720806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28497, "Shape__Length": 298.78319608442609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179983452119103, 40.042102815108699 ], [ -75.1783164035607, 40.0437132082345 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7481, "tnode_": 6975, "lpoly_": null, "rpoly_": null, "length": 1063.2650890700002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 81160, "l_hundred": 100, "r_hundred": 100, "seg_id": 720807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28498, "Shape__Length": 423.77880454540593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176818012539798, 40.042003524351003 ], [ -75.174466017965003, 40.044295143827497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7481, "tnode_": 7389, "lpoly_": null, "rpoly_": null, "length": 297.79900806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6122, "r_f_add": 6101, "r_t_add": 6125, "st_code": 16300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720808, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28499, "Shape__Length": 118.58127923758229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176818012539798, 40.042003524351003 ], [ -75.177653269076004, 40.042509652205403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7534, "tnode_": 7481, "lpoly_": null, "rpoly_": null, "length": 158.64738477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6020, "l_t_add": 6098, "r_f_add": 6021, "r_t_add": 6099, "st_code": 16300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720809, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28500, "Shape__Length": 63.174711800318818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176377267536097, 40.041729828210698 ], [ -75.176818012539798, 40.042003524351003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7606, "tnode_": 7534, "lpoly_": null, "rpoly_": null, "length": 229.06210514999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6019, "st_code": 16300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720810, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28501, "Shape__Length": 91.208211360111306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175732503365097, 40.041342781054503 ], [ -75.176377267536097, 40.041729828210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7655, "tnode_": 7534, "lpoly_": null, "rpoly_": null, "length": 278.13834455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 25200, "l_hundred": 0, "r_hundred": 0, "seg_id": 720811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COSGROVE ST", "stname": "COSGROVE ST", "objectid": 28502, "Shape__Length": 110.8476238353703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177002379959006, 40.0411364302187 ], [ -75.176377267536097, 40.041729828210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6661, "tnode_": 6543, "lpoly_": null, "rpoly_": null, "length": 254.08889244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 529, "l_t_add": 557, "r_f_add": 526, "r_t_add": 558, "st_code": 42500, "l_hundred": 500, "r_hundred": 500, "seg_id": 720812, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 28503, "Shape__Length": 101.27176715615478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171294426257901, 40.045615972298997 ], [ -75.170727055830497, 40.0461603693265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6801, "tnode_": 6661, "lpoly_": null, "rpoly_": null, "length": 276.18995755000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 527, "r_f_add": 500, "r_t_add": 524, "st_code": 42500, "l_hundred": 500, "r_hundred": 500, "seg_id": 720813, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 28504, "Shape__Length": 110.07981242495303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171910815849898, 40.045024021823103 ], [ -75.171294426257901, 40.045615972298997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7125, "tnode_": 6801, "lpoly_": null, "rpoly_": null, "length": 649.97289536000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 42500, "l_hundred": 400, "r_hundred": 400, "seg_id": 720814, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGH ST", "stname": "HIGH ST", "objectid": 28505, "Shape__Length": 259.0546863032576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173358404206894, 40.043629126433302 ], [ -75.171910815849898, 40.045024021823103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5754, "tnode_": 5695, "lpoly_": null, "rpoly_": null, "length": 149.92316441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6228, "l_t_add": 6298, "r_f_add": 6229, "r_t_add": 6299, "st_code": 16560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720815, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28506, "Shape__Length": 59.807165389571772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172661651764201, 40.050069066865703 ], [ -75.172891175519297, 40.0504409074303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5893, "tnode_": 5754, "lpoly_": null, "rpoly_": null, "length": 320.42399396000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6200, "l_t_add": 6226, "r_f_add": 6201, "r_t_add": 6227, "st_code": 16560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720816, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28507, "Shape__Length": 127.8267622371754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172183784475607, 40.049269799288403 ], [ -75.172661651764201, 40.050069066865703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6077, "tnode_": 5910, "lpoly_": null, "rpoly_": null, "length": 391.51322742999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 42100, "l_hundred": 500, "r_hundred": 500, "seg_id": 720817, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERMAN ST", "stname": "HERMAN ST", "objectid": 28508, "Shape__Length": 156.05271479252474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171758430147506, 40.048368569298397 ], [ -75.170886588424906, 40.049208896023003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6077, "tnode_": 5893, "lpoly_": null, "rpoly_": null, "length": 349.23248065999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6118, "l_t_add": 6198, "r_f_add": 6131, "r_t_add": 6199, "st_code": 16560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720818, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28509, "Shape__Length": 139.3493900280973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171758430147506, 40.048368569298397 ], [ -75.172183784475607, 40.049269799288403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6176, "tnode_": 6077, "lpoly_": null, "rpoly_": null, "length": 182.30453409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6100, "l_t_add": 6116, "r_f_add": 6101, "r_t_add": 6129, "st_code": 16560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720819, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28510, "Shape__Length": 72.74269976224447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171539696245901, 40.047897200272303 ], [ -75.171758430147506, 40.048368569298397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5754, "tnode_": 5727, "lpoly_": null, "rpoly_": null, "length": 66.1384855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 565, "l_t_add": 599, "r_f_add": 556, "r_t_add": 598, "st_code": 54520, "l_hundred": 500, "r_hundred": 500, "seg_id": 720820, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 28511, "Shape__Length": 26.361935546933005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172661651764201, 40.050069066865703 ], [ -75.172513215666598, 40.0502103127751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6035, "tnode_": 5754, "lpoly_": null, "rpoly_": null, "length": 677.27772477999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 563, "r_f_add": 500, "r_t_add": 554, "st_code": 54520, "l_hundred": 500, "r_hundred": 500, "seg_id": 720821, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 28512, "Shape__Length": 269.96082937730523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174163113121594, 40.048611668661202 ], [ -75.174126851984099, 40.0486559574626 ], [ -75.172661651764201, 40.050069066865703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5695, "tnode_": 5660, "lpoly_": null, "rpoly_": null, "length": 134.9724042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6240, "l_t_add": 6298, "r_f_add": 6241, "r_t_add": 6299, "st_code": 22960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720822, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28513, "Shape__Length": 53.755874893029009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172891175519297, 40.0504409074303 ], [ -75.173263444417699, 40.050676353020997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5727, "tnode_": 5695, "lpoly_": null, "rpoly_": null, "length": 135.10083985999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6224, "l_t_add": 6238, "r_f_add": 6223, "r_t_add": 6239, "st_code": 22960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720823, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28514, "Shape__Length": 53.803191908621947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172513215666598, 40.0502103127751 ], [ -75.172891175519297, 40.0504409074303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5819, "tnode_": 5727, "lpoly_": null, "rpoly_": null, "length": 284.15799628999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6221, "st_code": 22960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 720824, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28515, "Shape__Length": 113.16433826250517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171719012241695, 40.049724570971797 ], [ -75.172513215666598, 40.0502103127751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5910, "tnode_": 5819, "lpoly_": null, "rpoly_": null, "length": 299.3274935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6120, "l_t_add": 6198, "r_f_add": 6121, "r_t_add": 6199, "st_code": 22960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720825, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28516, "Shape__Length": 119.20749290790188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170886588424906, 40.049208896023003 ], [ -75.171719012241695, 40.049724570971797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6145, "tnode_": 6097, "lpoly_": null, "rpoly_": null, "length": 149.52503393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6010, "r_f_add": 6001, "r_t_add": 6011, "st_code": 22960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 720826, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28517, "Shape__Length": 59.543683662600593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168851009048794, 40.047963145472899 ], [ -75.169272072858007, 40.0482156606137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6450, "tnode_": 6385, "lpoly_": null, "rpoly_": null, "length": 120.95885404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 55100, "l_hundred": 600, "r_hundred": 600, "seg_id": 720827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANIC ST", "stname": "MECHANIC ST", "objectid": 28518, "Shape__Length": 48.210785544178421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169454533346794, 40.046564688481197 ], [ -75.169184171962002, 40.046823687004803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6539, "tnode_": 6450, "lpoly_": null, "rpoly_": null, "length": 224.22702109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 54880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720828, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28519, "Shape__Length": 89.301573463603603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1688427859862, 40.046169948964398 ], [ -75.169194879514706, 40.0463928096597 ], [ -75.169425798613901, 40.046532111125501 ], [ -75.169454533346794, 40.046564688481197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5949, "tnode_": 5910, "lpoly_": null, "rpoly_": null, "length": 60.55573948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 22960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 720829, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28520, "Shape__Length": 24.114971406628527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170716287390604, 40.049106407292498 ], [ -75.170886588424906, 40.049208896023003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6176, "tnode_": 5949, "lpoly_": null, "rpoly_": null, "length": 531.60370681999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 519, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 81160, "l_hundred": 500, "r_hundred": 500, "seg_id": 720830, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28521, "Shape__Length": 211.95810030259105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171539696245901, 40.047897200272303 ], [ -75.170687685393105, 40.048713440508301 ], [ -75.170661860246497, 40.048756975975202 ], [ -75.170744923767103, 40.048956200244803 ], [ -75.170754264746407, 40.049028387245698 ], [ -75.170716287390604, 40.049106407292498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7748, "tnode_": 7606, "lpoly_": null, "rpoly_": null, "length": 412.48739768000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28522, "Shape__Length": 164.24189091145161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174569269536306, 40.040647943467398 ], [ -75.175732503365097, 40.041342781054503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7824, "tnode_": 7748, "lpoly_": null, "rpoly_": null, "length": 380.15153253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5836, "l_t_add": 5898, "r_f_add": 5849, "r_t_add": 5899, "st_code": 16300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720832, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28523, "Shape__Length": 151.28535454466413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173391988690696, 40.0401544561958 ], [ -75.173493752662395, 40.040219909671698 ], [ -75.173598241137199, 40.040276903305198 ], [ -75.173715563693193, 40.040330281517399 ], [ -75.173842211112401, 40.040372157406303 ], [ -75.173954117075894, 40.040401016318803 ], [ -75.1740827364669, 40.0404243951659 ], [ -75.174193374183105, 40.040453224498599 ], [ -75.1742973723467, 40.040489712995303 ], [ -75.174410668339604, 40.040548855852499 ], [ -75.174569269536306, 40.040647943467398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7941, "tnode_": 7824, "lpoly_": null, "rpoly_": null, "length": 332.34401479000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5834, "r_f_add": 5801, "r_t_add": 5847, "st_code": 16300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720833, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28524, "Shape__Length": 132.38117204563184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172533782756602, 40.039524206402902 ], [ -75.173391988690696, 40.0401544561958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7983, "tnode_": 7941, "lpoly_": null, "rpoly_": null, "length": 164.30219805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5714, "l_t_add": 5798, "r_f_add": 5715, "r_t_add": 5799, "st_code": 16300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720834, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28525, "Shape__Length": 65.447145148338009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172112360094104, 40.039210351467801 ], [ -75.172533782756602, 40.039524206402902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8041, "tnode_": 7983, "lpoly_": null, "rpoly_": null, "length": 188.41024967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5712, "r_f_add": 5701, "r_t_add": 5713, "st_code": 16300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720835, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28526, "Shape__Length": 75.044718161546697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171621073739999, 40.038856926481401 ], [ -75.172112360094104, 40.039210351467801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8056, "tnode_": 8001, "lpoly_": null, "rpoly_": null, "length": 130.77310295000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5838, "l_t_add": 5898, "r_f_add": 5839, "r_t_add": 5899, "st_code": 80940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28527, "Shape__Length": 52.071158132909524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174705873026198, 40.038892815057203 ], [ -75.175071484414701, 40.039116197385098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8257, "tnode_": 8165, "lpoly_": null, "rpoly_": null, "length": 333.14011465000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5834, "r_f_add": 5801, "r_t_add": 5835, "st_code": 50200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28528, "Shape__Length": 132.65436645607778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174377062811104, 40.0377498032489 ], [ -75.175298638953905, 40.038328205747497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8591, "tnode_": 8434, "lpoly_": null, "rpoly_": null, "length": 396.18617276999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 98, "st_code": 22560, "l_hundred": 0, "r_hundred": 0, "seg_id": 720838, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28529, "Shape__Length": 157.89061226670574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174727098930504, 40.0358300615448 ], [ -75.173852942641105, 40.0366852423682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8129, "tnode_": 8113, "lpoly_": null, "rpoly_": null, "length": 60.91289433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5838, "l_t_add": 5998, "r_f_add": 5839, "r_t_add": 5999, "st_code": 50200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28530, "Shape__Length": 24.255062349309377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175544130403793, 40.038484793385997 ], [ -75.175713016641197, 40.038590192747399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8180, "tnode_": 8129, "lpoly_": null, "rpoly_": null, "length": 130.59546614000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARRAGANSETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 58920, "l_hundred": 0, "r_hundred": 0, "seg_id": 720840, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARRAGANSETT ST", "stname": "NARRAGANSETT ST", "objectid": 28531, "Shape__Length": 52.043665587860431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1758389440066, 40.038206994309299 ], [ -75.175544130403793, 40.038484793385997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7997, "tnode_": 7824, "lpoly_": null, "rpoly_": null, "length": 465.757828, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 243, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68720, "l_hundred": 200, "r_hundred": 200, "seg_id": 720841, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28532, "Shape__Length": 185.61801382598867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174434096196407, 40.039158115552603 ], [ -75.173447473236195, 40.0401086166843 ], [ -75.173391988690696, 40.0401544561958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8056, "tnode_": 7997, "lpoly_": null, "rpoly_": null, "length": 123.00795588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 131, "l_t_add": 241, "r_f_add": 132, "r_t_add": 198, "st_code": 68720, "l_hundred": 100, "r_hundred": 100, "seg_id": 720842, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28533, "Shape__Length": 49.023701238326709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174705873026198, 40.038892815057203 ], [ -75.174434096196407, 40.039158115552603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8107, "tnode_": 7997, "lpoly_": null, "rpoly_": null, "length": 333.67476029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5836, "r_f_add": 5801, "r_t_add": 5837, "st_code": 80940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720843, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28534, "Shape__Length": 132.86387825684787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173503713402894, 40.0385857409767 ], [ -75.174434096196407, 40.039158115552603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8165, "tnode_": 8056, "lpoly_": null, "rpoly_": null, "length": 264.29339017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 130, "st_code": 68720, "l_hundred": 100, "r_hundred": 100, "seg_id": 720844, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28535, "Shape__Length": 105.32624402129557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175298638953905, 40.038328205747497 ], [ -75.174705873026198, 40.038892815057203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8299, "tnode_": 8257, "lpoly_": null, "rpoly_": null, "length": 163.46226772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5712, "l_t_add": 5798, "r_f_add": 5713, "r_t_add": 5799, "st_code": 50200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720845, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28536, "Shape__Length": 65.08645744139902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173920766633003, 40.037469909515799 ], [ -75.174377062811104, 40.0377498032489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8313, "tnode_": 8165, "lpoly_": null, "rpoly_": null, "length": 399.15703553999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 68720, "l_hundred": 0, "r_hundred": 0, "seg_id": 720846, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28537, "Shape__Length": 159.08448945076327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176145724489501, 40.0374611608989 ], [ -75.175618546055901, 40.0379753614463 ], [ -75.175295033190807, 40.0382821103249 ], [ -75.175298638953905, 40.038328205747497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8250, "tnode_": 7983, "lpoly_": null, "rpoly_": null, "length": 672.94611500999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 120, "l_t_add": 198, "r_f_add": 121, "r_t_add": 199, "st_code": 74240, "l_hundred": 100, "r_hundred": 100, "seg_id": 720847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28538, "Shape__Length": 268.19005428084915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173607200616104, 40.037763838327699 ], [ -75.172112360094104, 40.039210351467801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8299, "tnode_": 8250, "lpoly_": null, "rpoly_": null, "length": 138.46856062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 100, "l_t_add": 118, "r_f_add": 101, "r_t_add": 119, "st_code": 74240, "l_hundred": 100, "r_hundred": 100, "seg_id": 720848, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28539, "Shape__Length": 55.180039706836183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173920766633003, 40.037469909515799 ], [ -75.173607200616104, 40.037763838327699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8107, "tnode_": 7941, "lpoly_": null, "rpoly_": null, "length": 436.61042523000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 65620, "l_hundred": 200, "r_hundred": 200, "seg_id": 720849, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28540, "Shape__Length": 174.00431120444711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173503713402894, 40.0385857409767 ], [ -75.172533782756602, 40.039524206402902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8257, "tnode_": 8107, "lpoly_": null, "rpoly_": null, "length": 390.55235213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 65620, "l_hundred": 100, "r_hundred": 100, "seg_id": 720850, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28541, "Shape__Length": 155.64340241140877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174377062811104, 40.0377498032489 ], [ -75.173503713402894, 40.0385857409767 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8356, "tnode_": 8299, "lpoly_": null, "rpoly_": null, "length": 114.59843712, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 74240, "l_hundred": 0, "r_hundred": 0, "seg_id": 720851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28542, "Shape__Length": 45.672940833929282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174170435732407, 40.037220639068302 ], [ -75.173920766633003, 40.037469909515799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7098, "tnode_": 7053, "lpoly_": null, "rpoly_": null, "length": 167.86431706000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5704, "l_t_add": 5798, "r_f_add": 5719, "r_t_add": 5799, "st_code": 57660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720852, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28543, "Shape__Length": 66.842793937164188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167974954981702, 40.0436237870233 ], [ -75.168447188032502, 40.043907710265898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7184, "tnode_": 7125, "lpoly_": null, "rpoly_": null, "length": 170.06654784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5918, "l_t_add": 5998, "r_f_add": 5927, "r_t_add": 5999, "st_code": 57180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28544, "Shape__Length": 67.720602465709504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172881669579198, 40.043339823950497 ], [ -75.173358404206894, 40.043629126433302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7190, "tnode_": 7098, "lpoly_": null, "rpoly_": null, "length": 273.19247146000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5702, "r_f_add": 5701, "r_t_add": 5717, "st_code": 57660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28545, "Shape__Length": 108.78568997842505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167209761302402, 40.043158447941799 ], [ -75.167974954981702, 40.0436237870233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7278, "tnode_": 7184, "lpoly_": null, "rpoly_": null, "length": 241.2795586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5925, "st_code": 57180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720855, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28546, "Shape__Length": 96.075787643244269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172203307418798, 40.042931339341401 ], [ -75.172881669579198, 40.043339823950497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7282, "tnode_": 7138, "lpoly_": null, "rpoly_": null, "length": 371.03074244000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5830, "l_t_add": 5898, "r_f_add": 5831, "r_t_add": 5899, "st_code": 52940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720857, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28547, "Shape__Length": 147.74987814233126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170578935006006, 40.042860278672102 ], [ -75.171610473068199, 40.043499668990997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7341, "tnode_": 7282, "lpoly_": null, "rpoly_": null, "length": 190.45795857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5828, "r_f_add": 5801, "r_t_add": 5829, "st_code": 52940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720858, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28548, "Shape__Length": 75.844411639311602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170052066596199, 40.0425295675402 ], [ -75.170578935006006, 40.042860278672102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7498, "tnode_": 7190, "lpoly_": null, "rpoly_": null, "length": 678.59640103000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 22560, "l_hundred": 500, "r_hundred": 500, "seg_id": 720859, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28549, "Shape__Length": 270.46131756104694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168710227451996, 40.041695524343801 ], [ -75.167209761302402, 40.043158447941799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7532, "tnode_": 7184, "lpoly_": null, "rpoly_": null, "length": 774.22765391000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 55100, "l_hundred": 300, "r_hundred": 300, "seg_id": 720860, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANIC ST", "stname": "MECHANIC ST", "objectid": 28550, "Shape__Length": 308.55509821039499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174630524765405, 40.041695892690903 ], [ -75.173925402465798, 40.042378678006898 ], [ -75.173810444072302, 40.042455113958198 ], [ -75.172881669579198, 40.043339823950497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7712, "tnode_": 7604, "lpoly_": null, "rpoly_": null, "length": 228.09722918999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 355, "l_t_add": 399, "r_f_add": 356, "r_t_add": 398, "st_code": 65620, "l_hundred": 300, "r_hundred": 300, "seg_id": 720861, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28551, "Shape__Length": 90.90833409216431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171251200037005, 40.040762569586803 ], [ -75.170746517335104, 40.041254097236802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7734, "tnode_": 7498, "lpoly_": null, "rpoly_": null, "length": 490.575277, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 22560, "l_hundred": 400, "r_hundred": 400, "seg_id": 720862, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28552, "Shape__Length": 195.51907232831263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169796683069094, 40.040638999314602 ], [ -75.168710227451996, 40.041695524343801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7941, "tnode_": 7712, "lpoly_": null, "rpoly_": null, "length": 576.6013116, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 353, "r_f_add": 300, "r_t_add": 354, "st_code": 65620, "l_hundred": 300, "r_hundred": 300, "seg_id": 720863, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28553, "Shape__Length": 229.79827587903071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172533782756602, 40.039524206402902 ], [ -75.171251200037005, 40.040762569586803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8041, "tnode_": 7734, "lpoly_": null, "rpoly_": null, "length": 826.05879644000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 22560, "l_hundred": 300, "r_hundred": 300, "seg_id": 720864, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28554, "Shape__Length": 329.22210635838059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171621073739999, 40.038856926481401 ], [ -75.169796683069094, 40.040638999314602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7341, "tnode_": 7511, "lpoly_": null, "rpoly_": null, "length": 178.60717893, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 65620, "l_hundred": 400, "r_hundred": 400, "seg_id": 720866, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28555, "Shape__Length": 71.260220432270501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170052066596199, 40.0425295675402 ], [ -75.170270000935403, 40.042068769813298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6957, "tnode_": 6814, "lpoly_": null, "rpoly_": null, "length": 282.55443971, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 533, "r_f_add": 500, "r_t_add": 526, "st_code": 39920, "l_hundred": 500, "r_hundred": 500, "seg_id": 720867, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28556, "Shape__Length": 112.61874757626734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170761997353296, 40.044319157809497 ], [ -75.170137670430805, 40.044928568472699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7138, "tnode_": 6957, "lpoly_": null, "rpoly_": null, "length": 381.51064668000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 427, "l_t_add": 499, "r_f_add": 428, "r_t_add": 498, "st_code": 39920, "l_hundred": 400, "r_hundred": 400, "seg_id": 720868, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28557, "Shape__Length": 152.05548526201864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171610473068199, 40.043499668990997 ], [ -75.170761997353296, 40.044319157809497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7278, "tnode_": 7138, "lpoly_": null, "rpoly_": null, "length": 265.35441552999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 425, "r_f_add": 400, "r_t_add": 426, "st_code": 39920, "l_hundred": 400, "r_hundred": 400, "seg_id": 720869, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28558, "Shape__Length": 105.75752008369435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172203307418798, 40.042931339341401 ], [ -75.171610473068199, 40.043499668990997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7615, "tnode_": 7532, "lpoly_": null, "rpoly_": null, "length": 251.70025316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSWELL", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 21685, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARSWELL TER", "stname": "CARSWELL TER", "objectid": 28559, "Shape__Length": 100.22556455968532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173926888590401, 40.041265864188397 ], [ -75.174630524765405, 40.041695892690903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7748, "tnode_": 7615, "lpoly_": null, "rpoly_": null, "length": 288.13044962000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 221, "r_f_add": 200, "r_t_add": 218, "st_code": 39920, "l_hundred": 200, "r_hundred": 200, "seg_id": 720871, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28560, "Shape__Length": 114.8318732038756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174569269536306, 40.040647943467398 ], [ -75.173926888590401, 40.041265864188397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7184, "tnode_": 6867, "lpoly_": null, "rpoly_": null, "length": 650.5174350499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANIC", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 55100, "l_hundred": 400, "r_hundred": 400, "seg_id": 720872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANIC ST", "stname": "MECHANIC ST", "objectid": 28561, "Shape__Length": 259.27065133704713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172881669579198, 40.043339823950497 ], [ -75.171432928540199, 40.044735921045501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7398, "tnode_": 7282, "lpoly_": null, "rpoly_": null, "length": 277.77940652000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 457, "l_t_add": 499, "r_f_add": 456, "r_t_add": 498, "st_code": 68720, "l_hundred": 400, "r_hundred": 400, "seg_id": 720873, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28562, "Shape__Length": 110.70891824581494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171198696709098, 40.042264829262201 ], [ -75.170578935006006, 40.042860278672102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6867, "tnode_": 6801, "lpoly_": null, "rpoly_": null, "length": 170.04727531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5924, "l_t_add": 5998, "r_f_add": 5915, "r_t_add": 5999, "st_code": 52940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720875, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28563, "Shape__Length": 67.713488663373226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171432928540199, 40.044735921045501 ], [ -75.171910815849898, 40.045024021823103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6957, "tnode_": 6867, "lpoly_": null, "rpoly_": null, "length": 241.52641493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5900, "l_t_add": 5922, "r_f_add": 5901, "r_t_add": 5913, "st_code": 52940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 720876, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28564, "Shape__Length": 96.181653117197371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170761997353296, 40.044319157809497 ], [ -75.171432928540199, 40.044735921045501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6539, "tnode_": 6294, "lpoly_": null, "rpoly_": null, "length": 507.77041688999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 799, "r_f_add": 714, "r_t_add": 798, "st_code": 39920, "l_hundred": 700, "r_hundred": 700, "seg_id": 720877, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28565, "Shape__Length": 202.38080571196537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1688427859862, 40.046169948964398 ], [ -75.167769730657398, 40.047206741426599 ], [ -75.167704539667895, 40.047254337025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6574, "tnode_": 6539, "lpoly_": null, "rpoly_": null, "length": 63.61651967, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 583, "l_t_add": 599, "r_f_add": 700, "r_t_add": 712, "st_code": 39920, "l_hundred": 500, "r_hundred": 700, "seg_id": 720878, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28566, "Shape__Length": 25.354283326631602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168986758328302, 40.046035380407098 ], [ -75.168877236626898, 40.046145420832602 ], [ -75.1688427859862, 40.046169948964398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6776, "tnode_": 6509, "lpoly_": null, "rpoly_": null, "length": 569.0624628, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 65620, "l_hundred": 700, "r_hundred": 700, "seg_id": 720879, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28567, "Shape__Length": 226.81095506241371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167307794704897, 40.045006181491502 ], [ -75.166040063942503, 40.046227241288001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6392, "tnode_": 6294, "lpoly_": null, "rpoly_": null, "length": 305.74939039000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5832, "l_t_add": 5898, "r_f_add": 5817, "r_t_add": 5899, "st_code": 22960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720880, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28568, "Shape__Length": 121.75682124245118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166848792416104, 40.046732881228003 ], [ -75.167704539667895, 40.047254337025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6509, "tnode_": 6392, "lpoly_": null, "rpoly_": null, "length": 291.87935464999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5830, "r_f_add": 5801, "r_t_add": 5815, "st_code": 22960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720881, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28569, "Shape__Length": 116.23817866972925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166040063942503, 40.046227241288001 ], [ -75.166848792416104, 40.046732881228003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6576, "tnode_": 6509, "lpoly_": null, "rpoly_": null, "length": 169.98894773000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5708, "l_t_add": 5798, "r_f_add": 5725, "r_t_add": 5799, "st_code": 22960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720882, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28570, "Shape__Length": 67.696847364037765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165570187088704, 40.045931704928698 ], [ -75.166040063942503, 40.046227241288001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6662, "tnode_": 6576, "lpoly_": null, "rpoly_": null, "length": 264.41982282000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5706, "r_f_add": 5701, "r_t_add": 5723, "st_code": 22960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720883, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28571, "Shape__Length": 105.29881819097618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164833658132693, 40.045477337022803 ], [ -75.165570187088704, 40.045931704928698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6663, "tnode_": 6574, "lpoly_": null, "rpoly_": null, "length": 296.4397679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5832, "l_t_add": 5898, "r_f_add": 5833, "r_t_add": 5899, "st_code": 54880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28572, "Shape__Length": 118.05198137110123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168163757572003, 40.045523398108998 ], [ -75.168986758328302, 40.046035380407098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6776, "tnode_": 6663, "lpoly_": null, "rpoly_": null, "length": 304.8446052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5830, "r_f_add": 5801, "r_t_add": 5831, "st_code": 54880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 720885, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28573, "Shape__Length": 121.39151866344584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167307794704897, 40.045006181491502 ], [ -75.168163757572003, 40.045523398108998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6895, "tnode_": 6776, "lpoly_": null, "rpoly_": null, "length": 201.19885923000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 631, "l_t_add": 699, "r_f_add": 632, "r_t_add": 698, "st_code": 65620, "l_hundred": 600, "r_hundred": 600, "seg_id": 720886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28574, "Shape__Length": 80.19197313625854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167753794344307, 40.0445731074363 ], [ -75.167307794704897, 40.045006181491502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6945, "tnode_": 6662, "lpoly_": null, "rpoly_": null, "length": 567.74968511999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 22560, "l_hundred": 700, "r_hundred": 700, "seg_id": 720887, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28575, "Shape__Length": 226.29109603431749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166087699897204, 40.044252546834102 ], [ -75.164833658132693, 40.045477337022803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6945, "tnode_": 6776, "lpoly_": null, "rpoly_": null, "length": 438.24543282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 54880, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 720888, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28576, "Shape__Length": 174.5183298080488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166087699897204, 40.044252546834102 ], [ -75.167307794704897, 40.045006181491502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7053, "tnode_": 6895, "lpoly_": null, "rpoly_": null, "length": 310.55223194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 629, "r_f_add": 600, "r_t_add": 630, "st_code": 65620, "l_hundred": 600, "r_hundred": 600, "seg_id": 720889, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28577, "Shape__Length": 123.77329362454209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168447188032502, 40.043907710265898 ], [ -75.167753794344307, 40.0445731074363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7190, "tnode_": 6945, "lpoly_": null, "rpoly_": null, "length": 507.48862089, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 22560, "l_hundred": 600, "r_hundred": 600, "seg_id": 720890, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28578, "Shape__Length": 202.26845406888501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167209761302402, 40.043158447941799 ], [ -75.166087699897204, 40.044252546834102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7206, "tnode_": 7133, "lpoly_": null, "rpoly_": null, "length": 167.22882584000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 741, "l_t_add": 799, "r_f_add": 740, "r_t_add": 798, "st_code": 23080, "l_hundred": 700, "r_hundred": 700, "seg_id": 720891, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28579, "Shape__Length": 66.651201488397859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161679137249394, 40.042956359322197 ], [ -75.1613090067207, 40.043316653255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7617, "tnode_": 7206, "lpoly_": null, "rpoly_": null, "length": 905.70136830999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 739, "r_f_add": 600, "r_t_add": 738, "st_code": 23080, "l_hundred": 600, "r_hundred": 600, "seg_id": 720892, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28580, "Shape__Length": 360.96837963852192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163691873539094, 40.041010000409699 ], [ -75.161679137249394, 40.042956359322197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7839, "tnode_": 7617, "lpoly_": null, "rpoly_": null, "length": 525.68147747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 523, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 23080, "l_hundred": 500, "r_hundred": 500, "seg_id": 720893, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28581, "Shape__Length": 209.50933478285924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164854433882695, 40.039876879325703 ], [ -75.163691873539094, 40.041010000409699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7909, "tnode_": 7839, "lpoly_": null, "rpoly_": null, "length": 168.45101825999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 521, "r_f_add": 452, "r_t_add": 498, "st_code": 23080, "l_hundred": 500, "r_hundred": 400, "seg_id": 720894, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28582, "Shape__Length": 67.164190216929256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165163382165105, 40.039483785015499 ], [ -75.164995988786004, 40.0397470728524 ], [ -75.164854433882695, 40.039876879325703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6806, "tnode_": 6662, "lpoly_": null, "rpoly_": null, "length": 390.51238316999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5626, "l_t_add": 5698, "r_f_add": 5639, "r_t_add": 5699, "st_code": 22960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720895, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28583, "Shape__Length": 155.50763424399739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163741222098807, 40.0448108135976 ], [ -75.164833658132693, 40.045477337022803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6857, "tnode_": 6806, "lpoly_": null, "rpoly_": null, "length": 149.95959939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5616, "l_t_add": 5624, "r_f_add": 5623, "r_t_add": 5637, "st_code": 22960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720896, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28584, "Shape__Length": 59.715246986119375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163321122779493, 40.044555444515503 ], [ -75.163741222098807, 40.0448108135976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6949, "tnode_": 6857, "lpoly_": null, "rpoly_": null, "length": 222.3238356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5614, "r_f_add": 5601, "r_t_add": 5621, "st_code": 22960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720897, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28585, "Shape__Length": 88.530865464344004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162698228359304, 40.044176918486301 ], [ -75.163321122779493, 40.044555444515503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7088, "tnode_": 6945, "lpoly_": null, "rpoly_": null, "length": 390.02557361000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5632, "l_t_add": 5698, "r_f_add": 5643, "r_t_add": 5699, "st_code": 54880, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720898, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28586, "Shape__Length": 155.31623091936481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165004295606806, 40.043579514111798 ], [ -75.166087699897204, 40.044252546834102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7133, "tnode_": 6949, "lpoly_": null, "rpoly_": null, "length": 499.4920458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 22960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720899, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28587, "Shape__Length": 198.90634811582922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1613090067207, 40.043316653255502 ], [ -75.162698228359304, 40.044176918486301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7206, "tnode_": 7033, "lpoly_": null, "rpoly_": null, "length": 499.31938828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 26240, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 28588, "Shape__Length": 198.83550730225906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161679137249394, 40.042956359322197 ], [ -75.163069375234201, 40.0438148905709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7227, "tnode_": 7088, "lpoly_": null, "rpoly_": null, "length": 372.77726114000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MAHON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5630, "r_f_add": 5601, "r_t_add": 5641, "st_code": 54880, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720901, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MAHON AVE", "stname": "MC MAHON AVE", "objectid": 28589, "Shape__Length": 148.44807087505103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163974220062499, 40.042935527002498 ], [ -75.1649711215899, 40.043538432811303 ], [ -75.165004295606806, 40.043579514111798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7331, "tnode_": 7190, "lpoly_": null, "rpoly_": null, "length": 389.41455481999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5642, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 57660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720902, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28590, "Shape__Length": 155.06080596439097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166114497298693, 40.042500852684398 ], [ -75.167094431372604, 40.043104522236398 ], [ -75.167209761302402, 40.043158447941799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7366, "tnode_": 7331, "lpoly_": null, "rpoly_": null, "length": 105.56548283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5630, "l_t_add": 5640, "r_f_add": 5631, "r_t_add": 5639, "st_code": 57660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720903, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28591, "Shape__Length": 42.03738993605328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1658212174071, 40.042318734204798 ], [ -75.166114497298693, 40.042500852684398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7445, "tnode_": 7366, "lpoly_": null, "rpoly_": null, "length": 264.70117941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5628, "r_f_add": 5601, "r_t_add": 5629, "st_code": 57660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720904, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28592, "Shape__Length": 105.40256290413588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165080008078206, 40.041867677396702 ], [ -75.1658212174071, 40.042318734204798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7474, "tnode_": 7418, "lpoly_": null, "rpoly_": null, "length": 152.36093773, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 747, "l_t_add": 799, "r_f_add": 740, "r_t_add": 798, "st_code": 63840, "l_hundred": 700, "r_hundred": 700, "seg_id": 720905, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28593, "Shape__Length": 60.726217896171377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1586774940737, 40.041700488504702 ], [ -75.158343850407206, 40.0420308995431 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7474, "tnode_": 7133, "lpoly_": null, "rpoly_": null, "length": 943.11556690999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 22960, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720906, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28594, "Shape__Length": 375.55222155377788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1586774940737, 40.041700488504702 ], [ -75.1613090067207, 40.043316653255502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7599, "tnode_": 7498, "lpoly_": null, "rpoly_": null, "length": 267.74086676999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5682, "l_t_add": 5698, "r_f_add": 5683, "r_t_add": 5699, "st_code": 52940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720907, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28595, "Shape__Length": 106.61779518272671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167969016019399, 40.041231153209303 ], [ -75.168710227451996, 40.041695524343801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7617, "tnode_": 7445, "lpoly_": null, "rpoly_": null, "length": 498.67406552999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 57660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720908, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 28596, "Shape__Length": 198.5730364583107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163691873539094, 40.041010000409699 ], [ -75.165080008078206, 40.041867677396702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7671, "tnode_": 7599, "lpoly_": null, "rpoly_": null, "length": 222.47130251000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5680, "r_f_add": 5601, "r_t_add": 5681, "st_code": 52940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720909, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28597, "Shape__Length": 88.591040081718063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167354275704497, 40.040844460638603 ], [ -75.167535708887101, 40.040966659015702 ], [ -75.167969016019399, 40.041231153209303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7756, "tnode_": 7671, "lpoly_": null, "rpoly_": null, "length": 263.39178126000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 52940, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720910, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28598, "Shape__Length": 104.88392881200984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166624085886497, 40.040388603106301 ], [ -75.167354275704497, 40.040844460638603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7909, "tnode_": 7756, "lpoly_": null, "rpoly_": null, "length": 525.27698698999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 52940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720911, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28599, "Shape__Length": 209.16275329452861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165163382165105, 40.039483785015499 ], [ -75.166624085886497, 40.040388603106301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7794, "tnode_": 7474, "lpoly_": null, "rpoly_": null, "length": 779.7431658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENN", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 98, "st_code": 63910, "l_hundred": 0, "r_hundred": 0, "seg_id": 720912, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENN BLVD", "stname": "PENN BLVD", "objectid": 28600, "Shape__Length": 310.76741617261337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160401213218506, 40.040019296074703 ], [ -75.1586774940737, 40.041700488504702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7033, "tnode_": 6949, "lpoly_": null, "rpoly_": null, "length": 167.90019516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 743, "l_t_add": 799, "r_f_add": 744, "r_t_add": 798, "st_code": 51360, "l_hundred": 700, "r_hundred": 700, "seg_id": 720913, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28601, "Shape__Length": 66.919885762650139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163069375234201, 40.0438148905709 ], [ -75.162698228359304, 40.044176918486301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7122, "tnode_": 7033, "lpoly_": null, "rpoly_": null, "length": 173.7152837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 735, "l_t_add": 741, "r_f_add": 724, "r_t_add": 742, "st_code": 51360, "l_hundred": 700, "r_hundred": 700, "seg_id": 720914, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28602, "Shape__Length": 69.236620765383265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163454490467799, 40.0434410015745 ], [ -75.163069375234201, 40.0438148905709 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7227, "tnode_": 7122, "lpoly_": null, "rpoly_": null, "length": 234.69262895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 722, "st_code": 51360, "l_hundred": 700, "r_hundred": 700, "seg_id": 720915, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28603, "Shape__Length": 93.53968727555926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163974220062499, 40.042935527002498 ], [ -75.163454490467799, 40.0434410015745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7360, "tnode_": 7227, "lpoly_": null, "rpoly_": null, "length": 293.25959397000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 619, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 51360, "l_hundred": 600, "r_hundred": 600, "seg_id": 720916, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28604, "Shape__Length": 116.88113338002658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164623966752401, 40.042304110145899 ], [ -75.163974220062499, 40.042935527002498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7445, "tnode_": 7360, "lpoly_": null, "rpoly_": null, "length": 203.91135654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 618, "st_code": 51360, "l_hundred": 600, "r_hundred": 600, "seg_id": 720917, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28605, "Shape__Length": 81.267655677739754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165080008078206, 40.041867677396702 ], [ -75.164623966752401, 40.042304110145899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7756, "tnode_": 7445, "lpoly_": null, "rpoly_": null, "length": 690.80756326000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 51360, "l_hundred": 500, "r_hundred": 500, "seg_id": 720918, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28606, "Shape__Length": 275.31384730437782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166624085886497, 40.040388603106301 ], [ -75.165120572126398, 40.0418281734826 ], [ -75.165080008078206, 40.041867677396702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6978, "tnode_": 6806, "lpoly_": null, "rpoly_": null, "length": 340.31116615000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 729, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 84520, "l_hundred": 700, "r_hundred": 700, "seg_id": 720919, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28607, "Shape__Length": 135.63807558505684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164494309175893, 40.044077526922202 ], [ -75.163741222098807, 40.0448108135976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7088, "tnode_": 6978, "lpoly_": null, "rpoly_": null, "length": 230.86822996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 727, "r_f_add": 700, "r_t_add": 740, "st_code": 84520, "l_hundred": 700, "r_hundred": 700, "seg_id": 720920, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28608, "Shape__Length": 92.016984997964954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165004295606806, 40.043579514111798 ], [ -75.164494309175893, 40.044077526922202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7238, "tnode_": 7088, "lpoly_": null, "rpoly_": null, "length": 296.91238473000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 627, "l_t_add": 699, "r_f_add": 618, "r_t_add": 698, "st_code": 84520, "l_hundred": 600, "r_hundred": 600, "seg_id": 720921, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28609, "Shape__Length": 118.33619375565881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165665622695101, 40.042942357627297 ], [ -75.165004295606806, 40.043579514111798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7331, "tnode_": 7238, "lpoly_": null, "rpoly_": null, "length": 204.11291468, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 616, "st_code": 84520, "l_hundred": 600, "r_hundred": 600, "seg_id": 720922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28610, "Shape__Length": 81.352903907944111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166114497298693, 40.042500852684398 ], [ -75.165665622695101, 40.042942357627297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7671, "tnode_": 7366, "lpoly_": null, "rpoly_": null, "length": 687.51150126999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 84520, "l_hundred": 500, "r_hundred": 500, "seg_id": 720923, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28611, "Shape__Length": 274.0040735447933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167354275704497, 40.040844460638603 ], [ -75.1658212174071, 40.042318734204798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7504, "tnode_": 7474, "lpoly_": null, "rpoly_": null, "length": 115.72590601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19138, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 22960, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720924, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 28612, "Shape__Length": 46.086194021203639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158360932388803, 40.041496229685201 ], [ -75.1586774940737, 40.041700488504702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8003, "tnode_": 7909, "lpoly_": null, "rpoly_": null, "length": 232.39841882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 431, "l_t_add": 499, "r_f_add": 422, "r_t_add": 450, "st_code": 23080, "l_hundred": 400, "r_hundred": 400, "seg_id": 720925, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28613, "Shape__Length": 92.65751482942764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165597763855502, 40.038943996355997 ], [ -75.165445659663504, 40.039095801342299 ], [ -75.165345005674098, 40.039196878151301 ], [ -75.165163382165105, 40.039483785015499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8100, "tnode_": 8003, "lpoly_": null, "rpoly_": null, "length": 247.82184407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 420, "st_code": 23080, "l_hundred": 400, "r_hundred": 400, "seg_id": 720926, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28614, "Shape__Length": 98.722083425635844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166217694794099, 40.0384649918132 ], [ -75.165914639316497, 40.0386433792454 ], [ -75.165597763855502, 40.038943996355997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8179, "tnode_": 8100, "lpoly_": null, "rpoly_": null, "length": 236.86877012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 373, "l_t_add": 399, "r_f_add": 364, "r_t_add": 398, "st_code": 23080, "l_hundred": 300, "r_hundred": 300, "seg_id": 720927, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28615, "Shape__Length": 94.310076755757365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1668873813083, 40.038067704090302 ], [ -75.166217694794099, 40.0384649918132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29800, "tnode_": 8179, "lpoly_": null, "rpoly_": null, "length": 284.79689202000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 333, "l_t_add": 371, "r_f_add": 340, "r_t_add": 362, "st_code": 23080, "l_hundred": 300, "r_hundred": 300, "seg_id": 720928, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28616, "Shape__Length": 113.39367190894518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167690285936203, 40.037587765618902 ], [ -75.1668873813083, 40.038067704090302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7796, "tnode_": 7734, "lpoly_": null, "rpoly_": null, "length": 262.88814471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5676, "l_t_add": 5698, "r_f_add": 5683, "r_t_add": 5699, "st_code": 57180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720929, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28617, "Shape__Length": 104.68063267622658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169064337871106, 40.040187397104603 ], [ -75.169796683069094, 40.040638999314602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7963, "tnode_": 7734, "lpoly_": null, "rpoly_": null, "length": 510.43988480999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEISKELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5632, "l_t_add": 5698, "r_f_add": 5633, "r_t_add": 5699, "st_code": 41640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720930, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEISKELL ST", "stname": "HEISKELL ST", "objectid": 28618, "Shape__Length": 203.73373311224458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169638670700607, 40.0392435836808 ], [ -75.169760505269707, 40.040465974448601 ], [ -75.169796683069094, 40.040638999314602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8087, "tnode_": 7756, "lpoly_": null, "rpoly_": null, "length": 848.81273518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 413, "l_t_add": 499, "r_f_add": 420, "r_t_add": 498, "st_code": 51360, "l_hundred": 400, "r_hundred": 400, "seg_id": 720931, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28619, "Shape__Length": 338.27387966024003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168526818254605, 40.038574643587197 ], [ -75.166624085886497, 40.040388603106301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8106, "tnode_": 7963, "lpoly_": null, "rpoly_": null, "length": 274.07900033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEISKELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5630, "r_f_add": 5601, "r_t_add": 5631, "st_code": 41640, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720932, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEISKELL ST", "stname": "HEISKELL ST", "objectid": 28620, "Shape__Length": 109.39485716483134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169598459907206, 40.038492188725897 ], [ -75.169602219510594, 40.0388403458293 ], [ -75.169638670700607, 40.0392435836808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8115, "tnode_": 7963, "lpoly_": null, "rpoly_": null, "length": 454.06416286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UTAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 79080, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720933, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-04-12T00:00:00Z", "newsegdate": "2001-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "UTAH ST", "stname": "UTAH ST", "objectid": 28621, "Shape__Length": 180.84630158960033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169923620549696, 40.038474101733399 ], [ -75.170368854721403, 40.038794945652697 ], [ -75.170364233997006, 40.038799658686202 ], [ -75.1699450700402, 40.0392272483166 ], [ -75.169638670700607, 40.0392435836808 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8330, "tnode_": 8143, "lpoly_": null, "rpoly_": null, "length": 403.76979440999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5552, "r_f_add": 5501, "r_t_add": 5553, "st_code": 57180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720934, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28622, "Shape__Length": 161.0762667654825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168418785132403, 40.037187612687703 ], [ -75.168545432266001, 40.037340749824303 ], [ -75.168625574639293, 40.037457691363301 ], [ -75.168827234281096, 40.037901110917403 ], [ -75.1689052078966, 40.038220568160398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8334, "tnode_": 27426, "lpoly_": null, "rpoly_": null, "length": 542.33593973000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEISKELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 41640, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720935, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEISKELL ST", "stname": "HEISKELL ST", "objectid": 28623, "Shape__Length": 216.30049021007071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168971883040896, 40.037157572765999 ], [ -75.169623717135906, 40.037915881405397 ], [ -75.169729020346907, 40.038490100412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8115, "tnode_": 27426, "lpoly_": null, "rpoly_": null, "length": 54.82865334, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 323, "l_t_add": 327, "r_f_add": 328, "r_t_add": 328, "st_code": 13240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720936, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28624, "Shape__Length": 21.79915815886838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169923620549696, 40.038474101733399 ], [ -75.169756510531101, 40.038489564662697 ], [ -75.169729020346907, 40.038490100412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8188, "tnode_": 8115, "lpoly_": null, "rpoly_": null, "length": 232.30276383999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 321, "r_f_add": 300, "r_t_add": 326, "st_code": 13240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720937, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28625, "Shape__Length": 92.482553543411555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170589835507599, 40.038109238754501 ], [ -75.170334735292997, 40.038299363529497 ], [ -75.1702191618174, 40.038372624879003 ], [ -75.170104514263002, 40.0384215246332 ], [ -75.169923620549696, 40.038474101733399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8188, "tnode_": 8041, "lpoly_": null, "rpoly_": null, "length": 396.9394898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 16300, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720938, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28626, "Shape__Length": 158.10407806911675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170589835507599, 40.038109238754501 ], [ -75.171621073739999, 40.038856926481401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8330, "tnode_": 8334, "lpoly_": null, "rpoly_": null, "length": 155.25735407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5534, "r_f_add": 5501, "r_t_add": 5517, "st_code": 16300, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720939, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28627, "Shape__Length": 61.72530117966437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168418785132403, 40.037187612687703 ], [ -75.168971883040896, 40.037157572765999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8143, "tnode_": 8097, "lpoly_": null, "rpoly_": null, "length": 116.25608788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 409, "r_f_add": 400, "r_t_add": 412, "st_code": 51360, "l_hundred": 400, "r_hundred": 400, "seg_id": 720940, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28628, "Shape__Length": 46.329892930403268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1689052078966, 40.038220568160398 ], [ -75.168643884973093, 40.038468564741201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8097, "tnode_": 8087, "lpoly_": null, "rpoly_": null, "length": 50.6726031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 411, "l_t_add": 411, "r_f_add": 414, "r_t_add": 418, "st_code": 51360, "l_hundred": 400, "r_hundred": 400, "seg_id": 720941, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28629, "Shape__Length": 20.192112734370564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168643884973093, 40.038468564741201 ], [ -75.168526818254605, 40.038574643587197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8106, "tnode_": 8101, "lpoly_": null, "rpoly_": null, "length": 192.03451361, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 335, "l_t_add": 351, "r_f_add": 332, "r_t_add": 348, "st_code": 13240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720942, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28630, "Shape__Length": 76.346845787096612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169598459907206, 40.038492188725897 ], [ -75.168912807205999, 40.038480070062903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8101, "tnode_": 8097, "lpoly_": null, "rpoly_": null, "length": 75.67787237, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 353, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 13240, "l_hundred": 300, "r_hundred": 300, "seg_id": 720943, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28631, "Shape__Length": 30.088237073807477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168912807205999, 40.038480070062903 ], [ -75.168857744973906, 40.0384706884726 ], [ -75.168643884973093, 40.038468564741201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8143, "tnode_": 8101, "lpoly_": null, "rpoly_": null, "length": 94.55610008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5554, "l_t_add": 5598, "r_f_add": 5555, "r_t_add": 5599, "st_code": 57180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720944, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28632, "Shape__Length": 37.740791304530347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1689052078966, 40.038220568160398 ], [ -75.168912807205999, 40.038480070062903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8101, "tnode_": 7796, "lpoly_": null, "rpoly_": null, "length": 627.62820344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5674, "r_f_add": 5601, "r_t_add": 5681, "st_code": 57180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720945, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORTON ST", "stname": "MORTON ST", "objectid": 28633, "Shape__Length": 250.49610821481727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168912807205999, 40.038480070062903 ], [ -75.168880119957606, 40.039380745963001 ], [ -75.169027306527994, 40.040130778857403 ], [ -75.169064337871106, 40.040187397104603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7796, "tnode_": 7599, "lpoly_": null, "rpoly_": null, "length": 488.4905228, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 84520, "l_hundred": 400, "r_hundred": 400, "seg_id": 720946, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28634, "Shape__Length": 194.6794854429755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169064337871106, 40.040187397104603 ], [ -75.167969016019399, 40.041231153209303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8514, "tnode_": 8422, "lpoly_": null, "rpoly_": null, "length": 267.53544892999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 225, "l_t_add": 245, "r_f_add": 222, "r_t_add": 248, "st_code": 23080, "l_hundred": 200, "r_hundred": 200, "seg_id": 720947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28635, "Shape__Length": 106.59925427708836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169679132522802, 40.036104893792299 ], [ -75.1690516170829, 40.036658707117901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8513, "tnode_": 8422, "lpoly_": null, "rpoly_": null, "length": 446.47814148999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 16300, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720948, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28636, "Shape__Length": 177.65837893041947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167648796233394, 40.036076071583601 ], [ -75.1690516170829, 40.036658707117901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8521, "tnode_": 8434, "lpoly_": null, "rpoly_": null, "length": 311.34934226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENYON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5604, "l_t_add": 5698, "r_f_add": 5605, "r_t_add": 5699, "st_code": 47500, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENYON ST", "stname": "KENYON ST", "objectid": 28637, "Shape__Length": 123.96633422323735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172979817013399, 40.036156024923898 ], [ -75.173852942641105, 40.0366852423682 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8547, "tnode_": 8404, "lpoly_": null, "rpoly_": null, "length": 398.17144867000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 53, "l_t_add": 99, "r_f_add": 36, "r_t_add": 98, "st_code": 13240, "l_hundred": 0, "r_hundred": 0, "seg_id": 720950, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28638, "Shape__Length": 158.67813558781302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172728494866405, 40.035995218150397 ], [ -75.171842539871506, 40.036850174496102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8547, "tnode_": 8521, "lpoly_": null, "rpoly_": null, "length": 91.56358173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENYON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5602, "r_f_add": 5601, "r_t_add": 5603, "st_code": 47500, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 720951, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENYON ST", "stname": "KENYON ST", "objectid": 28639, "Shape__Length": 36.460344447185491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172728494866405, 40.035995218150397 ], [ -75.172979817013399, 40.036156024923898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8568, "tnode_": 8514, "lpoly_": null, "rpoly_": null, "length": 190.22413779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 80940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720952, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28640, "Shape__Length": 75.748177990594058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169159454681306, 40.035768571343397 ], [ -75.169679132522802, 40.036104893792299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8596, "tnode_": 8514, "lpoly_": null, "rpoly_": null, "length": 215.19829013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 220, "st_code": 23080, "l_hundred": 200, "r_hundred": 200, "seg_id": 720953, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28641, "Shape__Length": 85.746079591550512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170181894647897, 40.0356580932322 ], [ -75.169679132522802, 40.036104893792299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8596, "tnode_": 8404, "lpoly_": null, "rpoly_": null, "length": 636.23966737000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 50200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720954, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28642, "Shape__Length": 253.40592366014232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170181894647897, 40.0356580932322 ], [ -75.171842539871506, 40.036850174496102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8622, "tnode_": 8464, "lpoly_": null, "rpoly_": null, "length": 403.52395006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 253, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 63840, "l_hundred": 200, "r_hundred": 200, "seg_id": 720955, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28643, "Shape__Length": 160.77684748298557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166052464702005, 40.035415104480201 ], [ -75.1657493633776, 40.035711272430497 ], [ -75.165413577985802, 40.035978136630497 ], [ -75.165097499636502, 40.036243291802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8622, "tnode_": 8513, "lpoly_": null, "rpoly_": null, "length": 507.71795203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 16300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720956, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28644, "Shape__Length": 202.02363907282773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166052464702005, 40.035415104480201 ], [ -75.167648796233394, 40.036076071583601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8663, "tnode_": 8513, "lpoly_": null, "rpoly_": null, "length": 380.87138045, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 127, "l_t_add": 199, "r_f_add": 144, "r_t_add": 198, "st_code": 25320, "l_hundred": 100, "r_hundred": 100, "seg_id": 720957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COULTER ST", "stname": "E COULTER ST", "objectid": 28645, "Shape__Length": 151.78972392767858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168482161035996, 40.035249752939997 ], [ -75.167648796233394, 40.036076071583601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8687, "tnode_": 8596, "lpoly_": null, "rpoly_": null, "length": 300.2321905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5417, "r_t_add": 5499, "st_code": 50200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28646, "Shape__Length": 119.57979386363724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169402620323396, 40.035092008486899 ], [ -75.170181894647897, 40.0356580932322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8691, "tnode_": 8521, "lpoly_": null, "rpoly_": null, "length": 441.51522224999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 84520, "l_hundred": 0, "r_hundred": 0, "seg_id": 720959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28647, "Shape__Length": 175.95420306110361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173953494536903, 40.035202706580797 ], [ -75.172979817013399, 40.036156024923898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8717, "tnode_": 8547, "lpoly_": null, "rpoly_": null, "length": 451.47258474, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 51, "r_f_add": 2, "r_t_add": 34, "st_code": 13240, "l_hundred": 0, "r_hundred": 0, "seg_id": 720960, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 28648, "Shape__Length": 179.92048796721971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173726902715103, 40.035022077557599 ], [ -75.172728494866405, 40.035995218150397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8734, "tnode_": 8663, "lpoly_": null, "rpoly_": null, "length": 217.6183431, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 101, "l_t_add": 125, "r_f_add": 100, "r_t_add": 142, "st_code": 25320, "l_hundred": 100, "r_hundred": 100, "seg_id": 720961, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E COULTER ST", "stname": "E COULTER ST", "objectid": 28649, "Shape__Length": 86.721906444542881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168968076448195, 40.034783532484099 ], [ -75.168482161035996, 40.035249752939997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8734, "tnode_": 8687, "lpoly_": null, "rpoly_": null, "length": 165.63044252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5415, "st_code": 50200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 720962, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28650, "Shape__Length": 65.965715877388874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168968076448195, 40.034783532484099 ], [ -75.169402620323396, 40.035092008486899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8687, "tnode_": 8811, "lpoly_": null, "rpoly_": null, "length": 298.17674040999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EARLHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 30380, "l_hundred": 0, "r_hundred": 0, "seg_id": 720963, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EARLHAM ST", "stname": "E EARLHAM ST", "objectid": 28651, "Shape__Length": 118.84134550802793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169402620323396, 40.035092008486899 ], [ -75.170036749229098, 40.034434442849197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8881, "tnode_": 8734, "lpoly_": null, "rpoly_": null, "length": 500.38295295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 50200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720964, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28652, "Shape__Length": 199.22264570647977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167560594418902, 40.033937199794998 ], [ -75.168968076448195, 40.034783532484099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8851, "tnode_": 8596, "lpoly_": null, "rpoly_": null, "length": 702.97020487999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 31, "l_t_add": 99, "r_f_add": 26, "r_t_add": 98, "st_code": 23080, "l_hundred": 0, "r_hundred": 0, "seg_id": 720965, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28653, "Shape__Length": 280.09291125533196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171828900131104, 40.034201698355297 ], [ -75.170181894647897, 40.0356580932322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8895, "tnode_": 8851, "lpoly_": null, "rpoly_": null, "length": 100.73387712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 29, "r_f_add": 2, "r_t_add": 24, "st_code": 23080, "l_hundred": 0, "r_hundred": 0, "seg_id": 720966, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28654, "Shape__Length": 40.137719449613058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172062128966402, 40.0339911619944 ], [ -75.171828900131104, 40.034201698355297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8789, "tnode_": 8622, "lpoly_": null, "rpoly_": null, "length": 468.99130107000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 251, "r_f_add": 200, "r_t_add": 240, "st_code": 63840, "l_hundred": 200, "r_hundred": 200, "seg_id": 720967, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28655, "Shape__Length": 186.90191005906175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167086807569603, 40.0344025104312 ], [ -75.166052464702005, 40.035415104480201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8789, "tnode_": 8663, "lpoly_": null, "rpoly_": null, "length": 497.91562775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 80940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 720968, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28656, "Shape__Length": 198.24525641263841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167086807569603, 40.0344025104312 ], [ -75.168482161035996, 40.035249752939997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8851, "tnode_": 8781, "lpoly_": null, "rpoly_": null, "length": 231.74138338999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARKET", "st_type": "SQ", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5501, "l_t_add": 5599, "r_f_add": 5500, "r_t_add": 5598, "st_code": 53540, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 720969, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARKET SQ", "stname": "MARKET SQ", "objectid": 28657, "Shape__Length": 92.264800341612997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171828900131104, 40.034201698355297 ], [ -75.172481963799996, 40.034592458057503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8881, "tnode_": 8789, "lpoly_": null, "rpoly_": null, "length": 215.25112713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 71, "l_t_add": 99, "r_f_add": 66, "r_t_add": 98, "st_code": 63840, "l_hundred": 0, "r_hundred": 0, "seg_id": 720970, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28658, "Shape__Length": 85.781226875641394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167560594418902, 40.033937199794998 ], [ -75.167086807569603, 40.0344025104312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4509, "tnode_": 4340, "lpoly_": null, "rpoly_": null, "length": 605.46709588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 56320, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILTON ST", "stname": "MILTON ST", "objectid": 28659, "Shape__Length": 241.14588971713692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172159222556402, 40.057978470936298 ], [ -75.173863549237694, 40.059001892471201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9188, "tnode_": 8881, "lpoly_": null, "rpoly_": null, "length": 748.2891882, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 69, "r_f_add": 2, "r_t_add": 64, "st_code": 63840, "l_hundred": 0, "r_hundred": 0, "seg_id": 720971, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28660, "Shape__Length": 298.19817744976757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169213479065306, 40.032323230324202 ], [ -75.168929001617599, 40.032610915366199 ], [ -75.167560594418902, 40.033937199794998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8863, "tnode_": 8789, "lpoly_": null, "rpoly_": null, "length": 236.75607593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5254, "l_t_add": 5298, "r_f_add": 5255, "r_t_add": 5299, "st_code": 80940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720972, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28661, "Shape__Length": 94.258395084344414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166415775671098, 40.034007114606801 ], [ -75.167086807569603, 40.0344025104312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8944, "tnode_": 8863, "lpoly_": null, "rpoly_": null, "length": 270.54933896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5238, "l_t_add": 5252, "r_f_add": 5227, "r_t_add": 5253, "st_code": 80940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720973, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28662, "Shape__Length": 107.7146087443376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165653220377393, 40.033551050693497 ], [ -75.166415775671098, 40.034007114606801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9016, "tnode_": 8944, "lpoly_": null, "rpoly_": null, "length": 247.06020509000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5218, "l_t_add": 5236, "r_f_add": 5201, "r_t_add": 5225, "st_code": 80940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720974, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28663, "Shape__Length": 98.355959373345812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164947966814495, 40.033143535697903 ], [ -75.165653220377393, 40.033551050693497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9056, "tnode_": 8900, "lpoly_": null, "rpoly_": null, "length": 389.88333094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 337, "r_f_add": 300, "r_t_add": 338, "st_code": 84160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720975, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28664, "Shape__Length": 155.37274126869187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1619106369847, 40.032902373281701 ], [ -75.161051641355598, 40.033744683358698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9063, "tnode_": 9016, "lpoly_": null, "rpoly_": null, "length": 132.29442125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5216, "r_f_add": 5161, "r_t_add": 5199, "st_code": 80940, "l_hundred": 5200, "r_hundred": 5100, "seg_id": 720976, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28665, "Shape__Length": 52.669600822427284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164574243476196, 40.0329213696225 ], [ -75.164947966814495, 40.033143535697903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9119, "tnode_": 9063, "lpoly_": null, "rpoly_": null, "length": 183.59987894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5140, "l_t_add": 5198, "r_f_add": 5155, "r_t_add": 5159, "st_code": 80940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720977, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28666, "Shape__Length": 73.098347594726064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164060050021206, 40.032608659258202 ], [ -75.164574243476196, 40.0329213696225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9137, "tnode_": 9119, "lpoly_": null, "rpoly_": null, "length": 50.37412177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5134, "l_t_add": 5138, "r_f_add": 5133, "r_t_add": 5153, "st_code": 80940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720978, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28667, "Shape__Length": 20.054410384737892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163916880034904, 40.032524933609402 ], [ -75.164060050021206, 40.032608659258202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9228, "tnode_": 9056, "lpoly_": null, "rpoly_": null, "length": 450.47655535999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 84160, "l_hundred": 200, "r_hundred": 200, "seg_id": 720979, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28668, "Shape__Length": 179.51437237874876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162908711845304, 40.031932542225697 ], [ -75.1619106369847, 40.032902373281701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9228, "tnode_": 9137, "lpoly_": null, "rpoly_": null, "length": 355.34539899000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5132, "r_f_add": 5101, "r_t_add": 5131, "st_code": 80940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720980, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28669, "Shape__Length": 141.46686993079251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162908711845304, 40.031932542225697 ], [ -75.163916880034904, 40.032524933609402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9386, "tnode_": 9228, "lpoly_": null, "rpoly_": null, "length": 332.74258227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 69, "l_t_add": 199, "r_f_add": 64, "r_t_add": 198, "st_code": 84160, "l_hundred": 0, "r_hundred": 0, "seg_id": 720981, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28670, "Shape__Length": 132.5939698293285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163648793633897, 40.031218622709297 ], [ -75.163588328269597, 40.031263997532797 ], [ -75.162908711845304, 40.031932542225697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9693, "tnode_": 9386, "lpoly_": null, "rpoly_": null, "length": 587.38873556, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 67, "r_f_add": 2, "r_t_add": 62, "st_code": 84160, "l_hundred": 0, "r_hundred": 0, "seg_id": 720982, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28671, "Shape__Length": 234.06654971533374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164951792165695, 40.029955017295102 ], [ -75.163648793633897, 40.031218622709297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8900, "tnode_": 8866, "lpoly_": null, "rpoly_": null, "length": 77.5161741, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 339, "l_t_add": 347, "r_f_add": 340, "r_t_add": 346, "st_code": 84160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720983, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28672, "Shape__Length": 30.889600572308908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161051641355598, 40.033744683358698 ], [ -75.160877813602397, 40.033910290823101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8866, "tnode_": 8770, "lpoly_": null, "rpoly_": null, "length": 209.10569595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 349, "l_t_add": 399, "r_f_add": 348, "r_t_add": 398, "st_code": 84160, "l_hundred": 300, "r_hundred": 300, "seg_id": 720984, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28673, "Shape__Length": 83.330753834608444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160877813602397, 40.033910290823101 ], [ -75.160415027812704, 40.0343607904341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8477, "tnode_": 8473, "lpoly_": null, "rpoly_": null, "length": 336.88182588000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 69760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 720985, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFE ST", "stname": "RUFE ST", "objectid": 28674, "Shape__Length": 133.92939350402568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162962442329601, 40.036180858501403 ], [ -75.164164821929305, 40.036212911845901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8508, "tnode_": 8497, "lpoly_": null, "rpoly_": null, "length": 399.40063004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 69760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720986, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFE ST", "stname": "RUFE ST", "objectid": 28675, "Shape__Length": 158.83450342754682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159003649778896, 40.035729341954202 ], [ -75.1591542232172, 40.035817636753102 ], [ -75.159214817849403, 40.035840479288197 ], [ -75.159260428241495, 40.035853320412897 ], [ -75.159336622713994, 40.035870072498803 ], [ -75.160366626581805, 40.035989573801601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8686, "tnode_": 8497, "lpoly_": null, "rpoly_": null, "length": 478.69018857999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 423, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 24260, "l_hundred": 400, "r_hundred": 400, "seg_id": 720987, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28676, "Shape__Length": 190.77001359996856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161419901406902, 40.034954552661098 ], [ -75.160366626581805, 40.035989573801601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8688, "tnode_": 8626, "lpoly_": null, "rpoly_": null, "length": 224.62613815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5130, "l_t_add": 5198, "r_f_add": 5143, "r_t_add": 5199, "st_code": 69700, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720988, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 28677, "Shape__Length": 89.436408533184149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162107749595606, 40.034920069470502 ], [ -75.162735692339794, 40.035303791794703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8723, "tnode_": 8686, "lpoly_": null, "rpoly_": null, "length": 128.45998069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 421, "r_f_add": 374, "r_t_add": 398, "st_code": 24260, "l_hundred": 400, "r_hundred": 300, "seg_id": 720989, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28678, "Shape__Length": 51.192286673114019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161705741012199, 40.034678731908897 ], [ -75.161419901406902, 40.034954552661098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8748, "tnode_": 8723, "lpoly_": null, "rpoly_": null, "length": 78.73386189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 317, "l_t_add": 399, "r_f_add": 300, "r_t_add": 372, "st_code": 24260, "l_hundred": 300, "r_hundred": 300, "seg_id": 720990, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28679, "Shape__Length": 31.377201618031268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161878623438895, 40.034508280568602 ], [ -75.161705741012199, 40.034678731908897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8933, "tnode_": 8688, "lpoly_": null, "rpoly_": null, "length": 620.56620830999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARMSTRONG", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 13300, "l_hundred": 200, "r_hundred": 200, "seg_id": 720991, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARMSTRONG ST", "stname": "ARMSTRONG ST", "objectid": 28680, "Shape__Length": 247.30615934437637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163474215178496, 40.033578911523001 ], [ -75.162107749595606, 40.034920069470502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8978, "tnode_": 8748, "lpoly_": null, "rpoly_": null, "length": 541.97924111999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 265, "l_t_add": 315, "r_f_add": 242, "r_t_add": 298, "st_code": 24260, "l_hundred": 200, "r_hundred": 200, "seg_id": 720992, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28681, "Shape__Length": 215.98404156182048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163077280326306, 40.0333401310833 ], [ -75.161878623438895, 40.034508280568602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8978, "tnode_": 8933, "lpoly_": null, "rpoly_": null, "length": 141.14037772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 0, "r_t_add": 0, "st_code": 16300, "l_hundred": 5100, "r_hundred": 0, "seg_id": 720993, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 28682, "Shape__Length": 56.19297859531423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163077280326306, 40.0333401310833 ], [ -75.163474215178496, 40.033578911523001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9137, "tnode_": 8978, "lpoly_": null, "rpoly_": null, "length": 378.76473861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 263, "r_f_add": 200, "r_t_add": 240, "st_code": 24260, "l_hundred": 200, "r_hundred": 200, "seg_id": 720994, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28683, "Shape__Length": 150.93821834883821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163916880034904, 40.032524933609402 ], [ -75.163077280326306, 40.0333401310833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9386, "tnode_": 9242, "lpoly_": null, "rpoly_": null, "length": 401.18152722000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 50200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 720995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 28684, "Shape__Length": 159.71388455394941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163648793633897, 40.031218622709297 ], [ -75.164785939868196, 40.031888486131798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8552, "tnode_": 8477, "lpoly_": null, "rpoly_": null, "length": 210.3518011, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRINGHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 313, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 19000, "l_hundred": 300, "r_hundred": 400, "seg_id": 720996, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRINGHURST ST", "stname": "E BRINGHURST ST", "objectid": 28685, "Shape__Length": 83.830828282843143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163424885683298, 40.035726482915699 ], [ -75.162982539949098, 40.036151725481297 ], [ -75.162962442329601, 40.036180858501403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8692, "tnode_": 8473, "lpoly_": null, "rpoly_": null, "length": 551.06816218999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 241, "l_t_add": 399, "r_f_add": 246, "r_t_add": 398, "st_code": 66480, "l_hundred": 200, "r_hundred": 200, "seg_id": 720997, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E QUEEN LN", "stname": "E QUEEN LN", "objectid": 28686, "Shape__Length": 219.61699544852124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165373498137697, 40.035019082669699 ], [ -75.164164821929305, 40.036212911845901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8863, "tnode_": 8692, "lpoly_": null, "rpoly_": null, "length": 470.18891717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 239, "r_f_add": 200, "r_t_add": 244, "st_code": 66480, "l_hundred": 200, "r_hundred": 200, "seg_id": 720998, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E QUEEN LN", "stname": "E QUEEN LN", "objectid": 28687, "Shape__Length": 187.37521098155389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166415775671098, 40.034007114606801 ], [ -75.165373498137697, 40.035019082669699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8944, "tnode_": 8552, "lpoly_": null, "rpoly_": null, "length": 1008.6401790499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRINGHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 311, "r_f_add": 200, "r_t_add": 398, "st_code": 19000, "l_hundred": 200, "r_hundred": 200, "seg_id": 720999, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRINGHURST ST", "stname": "E BRINGHURST ST", "objectid": 28688, "Shape__Length": 401.95853192509884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165653220377393, 40.033551050693497 ], [ -75.163424885683298, 40.035726482915699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9016, "tnode_": 8626, "lpoly_": null, "rpoly_": null, "length": 1001.51688042, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 13680, "l_hundred": 200, "r_hundred": 200, "seg_id": 721000, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHMEAD ST", "stname": "E ASHMEAD ST", "objectid": 28689, "Shape__Length": 399.11752812858958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164947966814495, 40.033143535697903 ], [ -75.162735692339794, 40.035303791794703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9333, "tnode_": 8944, "lpoly_": null, "rpoly_": null, "length": 942.06993926999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRINGHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 19000, "l_hundred": 0, "r_hundred": 0, "seg_id": 721001, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRINGHURST ST", "stname": "E BRINGHURST ST", "objectid": 28690, "Shape__Length": 375.41196491673372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167744629218404, 40.0315257286329 ], [ -75.167665472236195, 40.031591658160501 ], [ -75.165653220377393, 40.033551050693497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9460, "tnode_": 9063, "lpoly_": null, "rpoly_": null, "length": 939.75019518, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 13680, "l_hundred": 0, "r_hundred": 0, "seg_id": 721002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHMEAD ST", "stname": "E ASHMEAD ST", "objectid": 28691, "Shape__Length": 374.48532245419005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166657904872494, 40.030899819205104 ], [ -75.166528818178094, 40.031005576802002 ], [ -75.164574243476196, 40.0329213696225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8866, "tnode_": 8748, "lpoly_": null, "rpoly_": null, "length": 354.95201755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 72470, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721003, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 28692, "Shape__Length": 141.31874281805307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160877813602397, 40.033910290823101 ], [ -75.161878623438895, 40.034508280568602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9242, "tnode_": 9119, "lpoly_": null, "rpoly_": null, "length": 332.00332472000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 77, "l_t_add": 199, "r_f_add": 74, "r_t_add": 198, "st_code": 24260, "l_hundred": 0, "r_hundred": 0, "seg_id": 721004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28693, "Shape__Length": 132.3075912641186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164785939868196, 40.031888486131798 ], [ -75.164764043554499, 40.031917875372699 ], [ -75.164060050021206, 40.032608659258202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9527, "tnode_": 9242, "lpoly_": null, "rpoly_": null, "length": 597.73320440999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLLOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 75, "r_f_add": 2, "r_t_add": 72, "st_code": 24260, "l_hundred": 0, "r_hundred": 0, "seg_id": 721005, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLLOM ST", "stname": "COLLOM ST", "objectid": 28694, "Shape__Length": 238.18489053095786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166123025675304, 40.030609454560597 ], [ -75.164785939868196, 40.031888486131798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8626, "tnode_": 8552, "lpoly_": null, "rpoly_": null, "length": 246.88512386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 69700, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 28695, "Shape__Length": 98.300229145641353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162735692339794, 40.035303791794703 ], [ -75.163424885683298, 40.035726482915699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8770, "tnode_": 8686, "lpoly_": null, "rpoly_": null, "length": 354.90901975999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5126, "r_f_add": 5101, "r_t_add": 5139, "st_code": 69700, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 28696, "Shape__Length": 141.29964513812567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160415027812704, 40.0343607904341 ], [ -75.161419901406902, 40.034954552661098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9274, "tnode_": 8439, "lpoly_": null, "rpoly_": null, "length": 1804.1203563700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 16560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721008, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28697, "Shape__Length": 719.72674270435539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154778665769697, 40.031461519932499 ], [ -75.155518525954307, 40.032192346627397 ], [ -75.155645464898598, 40.0323561149469 ], [ -75.155725154188403, 40.032511503181802 ], [ -75.155794079765897, 40.032699559650297 ], [ -75.1558249819022, 40.032886756324899 ], [ -75.155822192451097, 40.0330841636654 ], [ -75.155327958572997, 40.035309237322103 ], [ -75.155307089005603, 40.035524766520297 ], [ -75.155331033032795, 40.035724318528501 ], [ -75.155429019879605, 40.0359692289368 ], [ -75.1555110352338, 40.036113328661898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9321, "tnode_": 9228, "lpoly_": null, "rpoly_": null, "length": 268.68128926999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5016, "l_t_add": 5098, "r_f_add": 5017, "r_t_add": 5099, "st_code": 80940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28698, "Shape__Length": 106.96585169194516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162150086474796, 40.031485157086102 ], [ -75.162239986579294, 40.031551435886399 ], [ -75.162843114374496, 40.031912104519698 ], [ -75.162908711845304, 40.031932542225697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9358, "tnode_": 9250, "lpoly_": null, "rpoly_": null, "length": 216.07082222, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 23300, "l_hundred": 200, "r_hundred": 200, "seg_id": 721010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLAPIER ST", "stname": "E CLAPIER ST", "objectid": 28699, "Shape__Length": 86.10802949454559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160414522497405, 40.031287603460001 ], [ -75.1604058803198, 40.031275139475198 ], [ -75.159945766214705, 40.031733569327002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9383, "tnode_": 9321, "lpoly_": null, "rpoly_": null, "length": 156.45685715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5014, "r_f_add": 5001, "r_t_add": 5015, "st_code": 80940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28700, "Shape__Length": 62.286601474402367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161706520964501, 40.031224008178398 ], [ -75.162150086474796, 40.031485157086102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9274, "tnode_": 9384, "lpoly_": null, "rpoly_": null, "length": 500.9110114, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 51440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721012, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOGAN ST", "stname": "E LOGAN ST", "objectid": 28701, "Shape__Length": 199.17343353301388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154778665769697, 40.031461519932499 ], [ -75.156511425113194, 40.031120119454499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9427, "tnode_": 9383, "lpoly_": null, "rpoly_": null, "length": 163.95309808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4958, "l_t_add": 4998, "r_f_add": 4955, "r_t_add": 4999, "st_code": 80940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28702, "Shape__Length": 65.27081802720997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1612419419085, 40.030950109293798 ], [ -75.161706520964501, 40.031224008178398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9591, "tnode_": 9449, "lpoly_": null, "rpoly_": null, "length": 314.87731852999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 221, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 51440, "l_hundred": 200, "r_hundred": 200, "seg_id": 721014, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOGAN ST", "stname": "E LOGAN ST", "objectid": 28703, "Shape__Length": 125.3417922933552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159035160515501, 40.030326045445797 ], [ -75.158125870008703, 40.030834523422101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9656, "tnode_": 9526, "lpoly_": null, "rpoly_": null, "length": 297.670541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKEFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4924, "r_f_add": 4901, "r_t_add": 4923, "st_code": 80940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKEFIELD ST", "stname": "WAKEFIELD ST", "objectid": 28704, "Shape__Length": 118.50563866657822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159642532140097, 40.030006879671198 ], [ -75.160482471255804, 40.030507686998597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9154, "tnode_": 9023, "lpoly_": null, "rpoly_": null, "length": 291.61181298000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 347, "l_t_add": 399, "r_f_add": 344, "r_t_add": 398, "st_code": 72380, "l_hundred": 300, "r_hundred": 300, "seg_id": 721018, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEDAKER ST", "stname": "SHEDAKER ST", "objectid": 28705, "Shape__Length": 116.21238610472922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158638127898797, 40.032314164311998 ], [ -75.158001377128301, 40.032947592493201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9189, "tnode_": 9154, "lpoly_": null, "rpoly_": null, "length": 172.70819667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4816, "l_t_add": 4898, "r_f_add": 4815, "r_t_add": 4899, "st_code": 72470, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 721019, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 28706, "Shape__Length": 68.74853668517963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158136793016098, 40.0320405226811 ], [ -75.158192754948999, 40.032057634451903 ], [ -75.158638127898797, 40.032314164311998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9306, "tnode_": 9154, "lpoly_": null, "rpoly_": null, "length": 390.553928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 345, "r_f_add": 300, "r_t_add": 342, "st_code": 72380, "l_hundred": 300, "r_hundred": 300, "seg_id": 721020, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEDAKER ST", "stname": "SHEDAKER ST", "objectid": 28707, "Shape__Length": 155.63990859332409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159492669853805, 40.031466861869198 ], [ -75.158638127898797, 40.032314164311998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9449, "tnode_": 9189, "lpoly_": null, "rpoly_": null, "length": 516.31593778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 31560, "l_hundred": 300, "r_hundred": 300, "seg_id": 721021, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELWOOD ST", "stname": "ELWOOD ST", "objectid": 28708, "Shape__Length": 205.85595413814229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158125870008703, 40.030834523422101 ], [ -75.1582208129783, 40.030872644510303 ], [ -75.158397190893098, 40.030985534082902 ], [ -75.158468456013296, 40.031055013001797 ], [ -75.158502492214396, 40.0311315447209 ], [ -75.158521747077202, 40.0312187911506 ], [ -75.158444006597705, 40.0316952915475 ], [ -75.158413057200406, 40.031752994302899 ], [ -75.158369738119504, 40.031811995601899 ], [ -75.158136793016098, 40.0320405226811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9526, "tnode_": 9306, "lpoly_": null, "rpoly_": null, "length": 447.14383646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 72380, "l_hundred": 200, "r_hundred": 200, "seg_id": 721022, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEDAKER ST", "stname": "SHEDAKER ST", "objectid": 28709, "Shape__Length": 178.18132883591522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160482471255804, 40.030507686998597 ], [ -75.160416438680798, 40.030541343101703 ], [ -75.159492669853805, 40.031466861869198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9023, "tnode_": 8770, "lpoly_": null, "rpoly_": null, "length": 849.93341397999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4926, "l_t_add": 4998, "r_f_add": 4925, "r_t_add": 4999, "st_code": 69700, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721025, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 28710, "Shape__Length": 338.37295320400375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158001377128301, 40.032947592493201 ], [ -75.1580733794829, 40.032976635350998 ], [ -75.160183982681303, 40.034223609199103 ], [ -75.160415027812704, 40.0343607904341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9656, "tnode_": 9591, "lpoly_": null, "rpoly_": null, "length": 206.19438712, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "LOGAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 201, "l_t_add": 219, "r_f_add": 92, "r_t_add": 218, "st_code": 51440, "l_hundred": 200, "r_hundred": 0, "seg_id": 721026, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E LOGAN ST", "stname": "E LOGAN ST", "objectid": 28711, "Shape__Length": 82.069644256960643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159642532140097, 40.030006879671198 ], [ -75.159123263185293, 40.030289215477801 ], [ -75.159035160515501, 40.030326045445797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9023, "tnode_": 8934, "lpoly_": null, "rpoly_": null, "length": 150.28276559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 72380, "l_hundred": 400, "r_hundred": 400, "seg_id": 721028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEDAKER ST", "stname": "SHEDAKER ST", "objectid": 28712, "Shape__Length": 59.883254210479016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158001377128301, 40.032947592493201 ], [ -75.157717829237001, 40.033232677848403 ], [ -75.157661519010801, 40.033264430002198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8018, "tnode_": 7874, "lpoly_": null, "rpoly_": null, "length": 371.77529915999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARNELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 63140, "l_hundred": 500, "r_hundred": 500, "seg_id": 721029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARNELL PL", "stname": "PARNELL PL", "objectid": 28713, "Shape__Length": 148.16678778991496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163108221929804, 40.038806239481197 ], [ -75.162284483620994, 40.039606663884001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8036, "tnode_": 7974, "lpoly_": null, "rpoly_": null, "length": 174.59766463, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5242, "l_t_add": 5298, "r_f_add": 5241, "r_t_add": 5299, "st_code": 23540, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 28714, "Shape__Length": 69.522352033444832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160788379140897, 40.038663549240702 ], [ -75.161274548156101, 40.038963680890703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8079, "tnode_": 8036, "lpoly_": null, "rpoly_": null, "length": 154.2747343, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5222, "l_t_add": 5240, "r_f_add": 5221, "r_t_add": 5239, "st_code": 23540, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 28715, "Shape__Length": 61.429235867894704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1603579939204, 40.038399127050603 ], [ -75.160788379140897, 40.038663549240702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8057, "tnode_": 8111, "lpoly_": null, "rpoly_": null, "length": 408.78169578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 23540, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 28716, "Shape__Length": 162.56454315075547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158454184992905, 40.0385483808681 ], [ -75.159722928161401, 40.038268919464102 ], [ -75.159860396056899, 40.038248085838902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8111, "tnode_": 8079, "lpoly_": null, "rpoly_": null, "length": 152.85914769000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5219, "st_code": 23540, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 28717, "Shape__Length": 60.811091721366942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159860396056899, 40.038248085838902 ], [ -75.159940676305993, 40.038252764992102 ], [ -75.160047600883004, 40.038268138957299 ], [ -75.160139411566703, 40.038292893985897 ], [ -75.160220443642004, 40.038323886911897 ], [ -75.160282396081598, 40.038357691449797 ], [ -75.1603579939204, 40.038399127050603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8128, "tnode_": 7974, "lpoly_": null, "rpoly_": null, "length": 365.80690094, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 539, "r_f_add": 500, "r_t_add": 550, "st_code": 63840, "l_hundred": 500, "r_hundred": 500, "seg_id": 721034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28718, "Shape__Length": 145.78958438430388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162079909540097, 40.038172994080199 ], [ -75.161274548156101, 40.038963680890703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8128, "tnode_": 8083, "lpoly_": null, "rpoly_": null, "length": 162.75800454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5316, "r_f_add": 5301, "r_t_add": 5321, "st_code": 52940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28719, "Shape__Length": 64.807069702985984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162079909540097, 40.038172994080199 ], [ -75.1625337166424, 40.038452189573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8193, "tnode_": 8036, "lpoly_": null, "rpoly_": null, "length": 368.87031708999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "QUEEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 66480, "l_hundred": 500, "r_hundred": 500, "seg_id": 721036, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E QUEEN LN", "stname": "E QUEEN LN", "objectid": 28720, "Shape__Length": 147.00856730480444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1616028141313, 40.037867647951501 ], [ -75.160788379140897, 40.038663549240702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8193, "tnode_": 8128, "lpoly_": null, "rpoly_": null, "length": 174.21608195000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5242, "l_t_add": 5298, "r_f_add": 5243, "r_t_add": 5299, "st_code": 52940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28721, "Shape__Length": 69.374458042638921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1616028141313, 40.037867647951501 ], [ -75.1620341255867, 40.038130593340803 ], [ -75.162079909540097, 40.038172994080199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8083, "tnode_": 8209, "lpoly_": null, "rpoly_": null, "length": 307.40085963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POTTERTON", "st_type": "HTS", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 65420, "l_hundred": 400, "r_hundred": 400, "seg_id": 721038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POTTERTON HTS", "stname": "POTTERTON HTS", "objectid": 28722, "Shape__Length": 122.50580459108163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1625337166424, 40.038452189573 ], [ -75.1632209102319, 40.037794097868698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8233, "tnode_": 8193, "lpoly_": null, "rpoly_": null, "length": 153.56261248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5236, "l_t_add": 5240, "r_f_add": 5221, "r_t_add": 5241, "st_code": 52940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28723, "Shape__Length": 61.143896348182025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1611728626158, 40.037605951490001 ], [ -75.1616028141313, 40.037867647951501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8232, "tnode_": 8057, "lpoly_": null, "rpoly_": null, "length": 377.91057769000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 541, "l_t_add": 599, "r_f_add": 5451, "r_t_add": 5499, "st_code": 84160, "l_hundred": 500, "r_hundred": 5400, "seg_id": 721040, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28724, "Shape__Length": 150.83705716349769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1584172567552, 40.037511360189001 ], [ -75.158454184992905, 40.0385483808681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8179, "tnode_": 8265, "lpoly_": null, "rpoly_": null, "length": 306.52758859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NASH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5301, "l_t_add": 5399, "r_f_add": 5300, "r_t_add": 5398, "st_code": 58960, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721041, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-11-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NASH LN", "stname": "NASH LN", "objectid": 28725, "Shape__Length": 122.05536296044741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1668873813083, 40.038067704090302 ], [ -75.166472125031902, 40.0378014145763 ], [ -75.166037093102005, 40.037537840252298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8271, "tnode_": 8111, "lpoly_": null, "rpoly_": null, "length": 428.82944747000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHMEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 13680, "l_hundred": 500, "r_hundred": 500, "seg_id": 721042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHMEAD ST", "stname": "E ASHMEAD ST", "objectid": 28726, "Shape__Length": 170.91057089912553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160791546889101, 40.037315249530003 ], [ -75.159896751507205, 40.038190249592098 ], [ -75.159860396056899, 40.038248085838902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8271, "tnode_": 8233, "lpoly_": null, "rpoly_": null, "length": 155.95672101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5210, "l_t_add": 5234, "r_f_add": 5211, "r_t_add": 5219, "st_code": 52940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28727, "Shape__Length": 62.119562063857998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160791546889101, 40.037315249530003 ], [ -75.1611621690802, 40.0375432548406 ], [ -75.1611728626158, 40.037605951490001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8320, "tnode_": 8271, "lpoly_": null, "rpoly_": null, "length": 151.66490661999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5208, "r_f_add": 5201, "r_t_add": 5209, "st_code": 52940, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 28728, "Shape__Length": 60.390502252617438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160370850168206, 40.037053009794903 ], [ -75.160791546889101, 40.037315249530003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8357, "tnode_": 8320, "lpoly_": null, "rpoly_": null, "length": 95.38312414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARMSTRONG", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 501, "r_f_add": 500, "r_t_add": 500, "st_code": 13300, "l_hundred": 500, "r_hundred": 500, "seg_id": 721045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARMSTRONG ST", "stname": "ARMSTRONG ST", "objectid": 28729, "Shape__Length": 38.015331438243088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160577101495605, 40.0368446220889 ], [ -75.160370850168206, 40.037053009794903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8357, "tnode_": 8364, "lpoly_": null, "rpoly_": null, "length": 980.30080596999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 16560, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721046, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28730, "Shape__Length": 389.74856464173604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160577101495605, 40.0368446220889 ], [ -75.162690651077398, 40.036989471167701 ], [ -75.164053189415199, 40.036825974732999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8364, "tnode_": 8293, "lpoly_": null, "rpoly_": null, "length": 275.14568741, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 431, "r_f_add": 400, "r_t_add": 410, "st_code": 63840, "l_hundred": 400, "r_hundred": 400, "seg_id": 721047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28731, "Shape__Length": 109.53177345369735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164053189415199, 40.036825974732999 ], [ -75.163868236199804, 40.036943622143198 ], [ -75.163252455865205, 40.037262608216402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8367, "tnode_": 8232, "lpoly_": null, "rpoly_": null, "length": 297.92165261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 539, "r_f_add": 5401, "r_t_add": 5449, "st_code": 84160, "l_hundred": 500, "r_hundred": 5400, "seg_id": 721048, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28732, "Shape__Length": 118.90877009233931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158375910134794, 40.036694147857503 ], [ -75.1584172567552, 40.037511360189001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8367, "tnode_": 8357, "lpoly_": null, "rpoly_": null, "length": 618.78509363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5198, "r_f_add": 5001, "r_t_add": 5199, "st_code": 16560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721049, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2011-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28733, "Shape__Length": 246.01027737472938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158375910134794, 40.036694147857503 ], [ -75.160577101495605, 40.0368446220889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8508, "tnode_": 8367, "lpoly_": null, "rpoly_": null, "length": 412.98249161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 465, "l_t_add": 499, "r_f_add": 454, "r_t_add": 498, "st_code": 84160, "l_hundred": 400, "r_hundred": 400, "seg_id": 721050, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28734, "Shape__Length": 164.65897168111727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159003649778896, 40.035729341954202 ], [ -75.158366449465504, 40.036355531011601 ], [ -75.158375910134794, 40.036694147857503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7974, "tnode_": 7907, "lpoly_": null, "rpoly_": null, "length": 181.68814225999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 541, "l_t_add": 599, "r_f_add": 552, "r_t_add": 598, "st_code": 63840, "l_hundred": 500, "r_hundred": 500, "seg_id": 721051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PENN ST", "stname": "E PENN ST", "objectid": 28735, "Shape__Length": 72.409146058956523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161274548156101, 40.038963680890703 ], [ -75.160871010036502, 40.039354258255997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8003, "tnode_": 8293, "lpoly_": null, "rpoly_": null, "length": 898.00000122999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGOHOCKING", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 83835, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721052, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGOHOCKING TER", "stname": "WINGOHOCKING TER", "objectid": 28736, "Shape__Length": 357.67045539815331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165597763855502, 40.038943996355997 ], [ -75.163252455865205, 40.037262608216402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8233, "tnode_": 8079, "lpoly_": null, "rpoly_": null, "length": 368.16616948999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BRINGHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 19000, "l_hundred": 500, "r_hundred": 500, "seg_id": 721053, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BRINGHURST ST", "stname": "E BRINGHURST ST", "objectid": 28737, "Shape__Length": 146.72628865467473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1611728626158, 40.037605951490001 ], [ -75.1603579939204, 40.038399127050603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9389, "tnode_": 9274, "lpoly_": null, "rpoly_": null, "length": 209.83732643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1836, "l_t_add": 1898, "r_f_add": 1837, "r_t_add": 1899, "st_code": 16560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721054, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28738, "Shape__Length": 83.617062205081652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154311171333902, 40.031011341709203 ], [ -75.154778665769697, 40.031461519932499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9414, "tnode_": 9292, "lpoly_": null, "rpoly_": null, "length": 242.40915988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5031, "r_t_add": 5099, "st_code": 61180, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721055, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 28739, "Shape__Length": 96.62220370848533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152862360227203, 40.030848183547903 ], [ -75.152779630195397, 40.030957005361003 ], [ -75.152372473454804, 40.031396310870697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9479, "tnode_": 9389, "lpoly_": null, "rpoly_": null, "length": 184.59860844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1806, "l_t_add": 1834, "r_f_add": 1821, "r_t_add": 1835, "st_code": 16560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721056, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28740, "Shape__Length": 73.56938766960721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153918895075293, 40.030604300416698 ], [ -75.153954754548494, 40.030648226468998 ], [ -75.154311171333902, 40.031011341709203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9540, "tnode_": 9384, "lpoly_": null, "rpoly_": null, "length": 266.34354393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 88170, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 28741, "Shape__Length": 106.29490256404922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156500582965705, 40.030389800982803 ], [ -75.156515259257105, 40.030467047657702 ], [ -75.156511425113194, 40.031120119454499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9569, "tnode_": 9540, "lpoly_": null, "rpoly_": null, "length": 246.8210598, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1924, "l_t_add": 1998, "r_f_add": 1925, "r_t_add": 1999, "st_code": 69880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28742, "Shape__Length": 98.128215022756379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155632872015204, 40.030270879265203 ], [ -75.156500582965705, 40.030389800982803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9598, "tnode_": 9488, "lpoly_": null, "rpoly_": null, "length": 116.38451657, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 88150, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 28743, "Shape__Length": 46.443111695163971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154843020610798, 40.030162838526898 ], [ -75.154775343152593, 40.030478063462503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9598, "tnode_": 9569, "lpoly_": null, "rpoly_": null, "length": 224.66079071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1923, "st_code": 69880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28744, "Shape__Length": 89.317805527889433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154843020610798, 40.030162838526898 ], [ -75.155632872015204, 40.030270879265203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9610, "tnode_": 9479, "lpoly_": null, "rpoly_": null, "length": 199.41310034999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 38180, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 28745, "Shape__Length": 79.572577966603689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154054308228794, 40.030066876357303 ], [ -75.153918895075293, 40.030604300416698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9634, "tnode_": 9414, "lpoly_": null, "rpoly_": null, "length": 344.6080903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5029, "st_code": 61180, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721062, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 28746, "Shape__Length": 137.46174666020534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153285143564801, 40.029964509281697 ], [ -75.153242782704297, 40.030115826094203 ], [ -75.153149688388993, 40.0303669619381 ], [ -75.153032790527405, 40.030591541691301 ], [ -75.152946392345697, 40.030726615600599 ], [ -75.152862360227203, 40.030848183547903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9634, "tnode_": 9479, "lpoly_": null, "rpoly_": null, "length": 292.94349175999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1804, "r_f_add": 1801, "r_t_add": 1819, "st_code": 16560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721063, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 28747, "Shape__Length": 116.74221743121211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153285143564801, 40.029964509281697 ], [ -75.153918895075293, 40.030604300416698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9712, "tnode_": 9598, "lpoly_": null, "rpoly_": null, "length": 182.01523738, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4942, "l_t_add": 4998, "r_f_add": 4943, "r_t_add": 4999, "st_code": 88150, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 28748, "Shape__Length": 72.632388827489038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154949974180496, 40.029669996117001 ], [ -75.154843020610798, 40.030162838526898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9803, "tnode_": 9712, "lpoly_": null, "rpoly_": null, "length": 183.5146009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4918, "l_t_add": 4940, "r_f_add": 4919, "r_t_add": 4941, "st_code": 88150, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 28749, "Shape__Length": 73.230982310767814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155052054910897, 40.029172376261698 ], [ -75.154949974180496, 40.029669996117001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9851, "tnode_": 9744, "lpoly_": null, "rpoly_": null, "length": 179.70918255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4920, "l_t_add": 4940, "r_f_add": 4921, "r_t_add": 4941, "st_code": 88130, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 28750, "Shape__Length": 71.712758835176118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153485295401794, 40.028979391577003 ], [ -75.153389249714294, 40.029467158071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9414, "tnode_": 9389, "lpoly_": null, "rpoly_": null, "length": 423.05690774, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 13540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721074, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 28751, "Shape__Length": 168.22701950876419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152862360227203, 40.030848183547903 ], [ -75.153053683770295, 40.030937530832702 ], [ -75.153118486375305, 40.030961645008702 ], [ -75.153203868051307, 40.030980997657103 ], [ -75.153758450328894, 40.031057998223403 ], [ -75.153934942644, 40.0310654720938 ], [ -75.154027917144006, 40.031064089455597 ], [ -75.154150794140094, 40.031051186452601 ], [ -75.154311171333902, 40.031011341709203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9744, "tnode_": 9712, "lpoly_": null, "rpoly_": null, "length": 443.2645639, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 11560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721075, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 28752, "Shape__Length": 176.22383125049438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153389249714294, 40.029467158071 ], [ -75.154949974180496, 40.029669996117001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9610, "tnode_": 9598, "lpoly_": null, "rpoly_": null, "length": 223.61715188, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1824, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 69880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721076, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28753, "Shape__Length": 88.900555113369975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154054308228794, 40.030066876357303 ], [ -75.154843020610798, 40.030162838526898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9634, "tnode_": 9610, "lpoly_": null, "rpoly_": null, "length": 218.59828543999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1822, "r_f_add": 1801, "r_t_add": 1833, "st_code": 69880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721077, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28754, "Shape__Length": 86.906746897633326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153285143564801, 40.029964509281697 ], [ -75.154054308228794, 40.030066876357303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9851, "tnode_": 9803, "lpoly_": null, "rpoly_": null, "length": 444.35219163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SULIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 75340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721078, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SULIS ST", "stname": "SULIS ST", "objectid": 28755, "Shape__Length": 176.65301769337739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153485295401794, 40.028979391577003 ], [ -75.155052054910897, 40.029172376261698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9320, "tnode_": 9292, "lpoly_": null, "rpoly_": null, "length": 287.86606333999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 50940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721079, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28756, "Shape__Length": 114.44669868313764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151358848932304, 40.031264712190897 ], [ -75.152372473454804, 40.031396310870697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9345, "tnode_": 9320, "lpoly_": null, "rpoly_": null, "length": 220.77951994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1615, "r_t_add": 1699, "st_code": 50940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721080, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28757, "Shape__Length": 87.775896709776106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150582483760104, 40.031159179243403 ], [ -75.151358848932304, 40.031264712190897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9362, "tnode_": 9345, "lpoly_": null, "rpoly_": null, "length": 226.09764465000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1613, "st_code": 50940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721081, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28758, "Shape__Length": 89.888809515534561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149785932512998, 40.031057777363003 ], [ -75.150582483760104, 40.031159179243403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9379, "tnode_": 9362, "lpoly_": null, "rpoly_": null, "length": 223.85961748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1514, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 50940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721082, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28759, "Shape__Length": 88.998692905731872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997013080304, 40.030958565533197 ], [ -75.149785932512998, 40.031057777363003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9396, "tnode_": 9379, "lpoly_": null, "rpoly_": null, "length": 223.85295669000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1521, "st_code": 50940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721083, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28760, "Shape__Length": 88.995645005902219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482078070661, 40.030860830223503 ], [ -75.148997013080304, 40.030958565533197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9410, "tnode_": 9396, "lpoly_": null, "rpoly_": null, "length": 215.40585727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 50940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721084, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 28761, "Shape__Length": 85.639336501735784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147450769140903, 40.030756029096501 ], [ -75.1482078070661, 40.030860830223503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9482, "tnode_": 9320, "lpoly_": null, "rpoly_": null, "length": 279.58618516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5034, "l_t_add": 5098, "r_f_add": 5035, "r_t_add": 5099, "st_code": 88110, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721086, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 28762, "Shape__Length": 111.56920989129674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151523296754903, 40.0305076974239 ], [ -75.151358848932304, 40.031264712190897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9489, "tnode_": 9362, "lpoly_": null, "rpoly_": null, "length": 242.20673252, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5036, "l_t_add": 5098, "r_f_add": 5043, "r_t_add": 5099, "st_code": 88090, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 28763, "Shape__Length": 96.652486052253508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149929679021, 40.030402137878397 ], [ -75.149785932512998, 40.031057777363003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9498, "tnode_": 9396, "lpoly_": null, "rpoly_": null, "length": 198.19936631, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5046, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 88070, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 28764, "Shape__Length": 79.090859199771415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148327801802296, 40.030324625855101 ], [ -75.1482078070661, 40.030860830223503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9676, "tnode_": 9482, "lpoly_": null, "rpoly_": null, "length": 279.98844829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5032, "r_f_add": 5001, "r_t_add": 5033, "st_code": 88110, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721089, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 28765, "Shape__Length": 111.72845026480242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151684156725693, 40.0297496408201 ], [ -75.151680810643697, 40.029814355499198 ], [ -75.151523296754903, 40.0305076974239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9718, "tnode_": 9489, "lpoly_": null, "rpoly_": null, "length": 314.32894638, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5034, "r_f_add": 5001, "r_t_add": 5041, "st_code": 88090, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 28766, "Shape__Length": 125.43035299834496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150123546837904, 40.029552235406797 ], [ -75.150106235633004, 40.029628931927199 ], [ -75.149929679021, 40.030402137878397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9746, "tnode_": 9498, "lpoly_": null, "rpoly_": null, "length": 370.86718645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5044, "r_f_add": 5001, "r_t_add": 5025, "st_code": 88070, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 28767, "Shape__Length": 147.95263102447532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148644462070394, 40.0293656726394 ], [ -75.148562417868007, 40.029401337145202 ], [ -75.148519649228703, 40.029450529864803 ], [ -75.148327801802296, 40.030324625855101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9891, "tnode_": 9718, "lpoly_": null, "rpoly_": null, "length": 335.45794767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 88090, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 28768, "Shape__Length": 133.86071131308532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150325603802202, 40.0286445582638 ], [ -75.150123546837904, 40.029552235406797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9823, "tnode_": 9917, "lpoly_": null, "rpoly_": null, "length": 317.16622314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 83720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721094, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 28769, "Shape__Length": 126.2329610631604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147814734581601, 40.028972934567697 ], [ -75.148753544995103, 40.0284859191405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9891, "tnode_": 9992, "lpoly_": null, "rpoly_": null, "length": 301.40357867, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROCKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1618, "r_f_add": 1601, "r_t_add": 1619, "st_code": 69040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ROCKLAND ST", "stname": "W ROCKLAND ST", "objectid": 28770, "Shape__Length": 119.95314701212237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150325603802202, 40.0286445582638 ], [ -75.150877470261804, 40.028356084997498 ], [ -75.151225422069203, 40.028190951237498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9917, "tnode_": 10031, "lpoly_": null, "rpoly_": null, "length": 308.44689763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1548, "r_f_add": 1501, "r_t_add": 1549, "st_code": 83720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721096, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 28771, "Shape__Length": 122.76393561476026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148753544995103, 40.0284859191405 ], [ -75.149663578489296, 40.028008936238201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9694, "tnode_": 9676, "lpoly_": null, "rpoly_": null, "length": 221.14336586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 69880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28772, "Shape__Length": 87.916571471433585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150904199094697, 40.0296546198473 ], [ -75.151684156725693, 40.0297496408201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9718, "tnode_": 9694, "lpoly_": null, "rpoly_": null, "length": 221.77112753999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 69880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28773, "Shape__Length": 88.167333327153244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150123546837904, 40.029552235406797 ], [ -75.150904199094697, 40.0296546198473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9732, "tnode_": 9718, "lpoly_": null, "rpoly_": null, "length": 221.74836032, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 69880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28774, "Shape__Length": 88.156151086519657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149340671447902, 40.0294608498603 ], [ -75.150123546837904, 40.029552235406797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9746, "tnode_": 9732, "lpoly_": null, "rpoly_": null, "length": 198.02458062, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 69880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 28775, "Shape__Length": 78.727174328259125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148644462070394, 40.0293656726394 ], [ -75.149340671447902, 40.0294608498603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9485, "tnode_": 9345, "lpoly_": null, "rpoly_": null, "length": 264.12216119, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5032, "l_t_add": 5098, "r_f_add": 5033, "r_t_add": 5099, "st_code": 73080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721102, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 28776, "Shape__Length": 105.39808149759972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150738252615497, 40.030444088855297 ], [ -75.150582483760104, 40.031159179243403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9694, "tnode_": 9485, "lpoly_": null, "rpoly_": null, "length": 291.37943936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5030, "r_f_add": 5001, "r_t_add": 5031, "st_code": 73080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721103, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 28777, "Shape__Length": 116.27449246378843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150904199094697, 40.0296546198473 ], [ -75.150896265575795, 40.0297200479244 ], [ -75.150738252615497, 40.030444088855297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9501, "tnode_": 9379, "lpoly_": null, "rpoly_": null, "length": 220.87185598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5044, "l_t_add": 5098, "r_f_add": 5045, "r_t_add": 5099, "st_code": 75860, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721107, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 28778, "Shape__Length": 88.138360914753335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149130554905, 40.030360999768902 ], [ -75.148997013080304, 40.030958565533197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9732, "tnode_": 9501, "lpoly_": null, "rpoly_": null, "length": 333.34780970999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5042, "r_f_add": 5001, "r_t_add": 5043, "st_code": 75860, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721108, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 28779, "Shape__Length": 133.01825334689198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149340671447902, 40.0294608498603 ], [ -75.149317192861602, 40.029517242729597 ], [ -75.149130554905, 40.030360999768902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8822, "tnode_": 8808, "lpoly_": null, "rpoly_": null, "length": 216.68989621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 34140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 28780, "Shape__Length": 86.152553721245738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146771123609895, 40.033855010756497 ], [ -75.147534101760797, 40.033954308008802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8808, "tnode_": 8802, "lpoly_": null, "rpoly_": null, "length": 226.46073799000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 34140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 28781, "Shape__Length": 90.030963893107199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147534101760797, 40.033954308008802 ], [ -75.147881827078905, 40.033988949614297 ], [ -75.148012644544096, 40.033994311871403 ], [ -75.148146945891, 40.033990159757302 ], [ -75.148338842680005, 40.033976787365198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8802, "tnode_": 8799, "lpoly_": null, "rpoly_": null, "length": 55.19188703, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 34140, "l_hundred": 0, "r_hundred": 0, "seg_id": 721112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 28782, "Shape__Length": 21.942196522285389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148338842680005, 40.033976787365198 ], [ -75.148534627475598, 40.033959315686403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8502, "tnode_": 8470, "lpoly_": null, "rpoly_": null, "length": 174.18868599000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 73340, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 28783, "Shape__Length": 69.259252423815326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149251836245, 40.035744409638603 ], [ -75.149862183069104, 40.035836820678099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8544, "tnode_": 8524, "lpoly_": null, "rpoly_": null, "length": 278.41438706000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 73340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 28784, "Shape__Length": 110.69563405429066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147200748488302, 40.035481301759702 ], [ -75.148181427004403, 40.035607325838299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8555, "tnode_": 8544, "lpoly_": null, "rpoly_": null, "length": 215.75151416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1420, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 73340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 28785, "Shape__Length": 85.780523329905151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146440049130504, 40.035387126171102 ], [ -75.147200748488302, 40.035481301759702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9068, "tnode_": 8848, "lpoly_": null, "rpoly_": null, "length": 430.56487307999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 88090, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 28786, "Shape__Length": 171.82319270601462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149444777933894, 40.032605059162798 ], [ -75.149191317874397, 40.033770841839299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9094, "tnode_": 8808, "lpoly_": null, "rpoly_": null, "length": 572.82343631000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 88070, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 28787, "Shape__Length": 228.59342479075374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147871941193898, 40.032403432746499 ], [ -75.147534101760797, 40.033954308008802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9113, "tnode_": 9094, "lpoly_": null, "rpoly_": null, "length": 215.70974548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1422, "l_t_add": 1498, "r_f_add": 1423, "r_t_add": 1499, "st_code": 29400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 28788, "Shape__Length": 85.760746889046786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147112252073597, 40.032305403034698 ], [ -75.147871941193898, 40.032403432746499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9362, "tnode_": 9068, "lpoly_": null, "rpoly_": null, "length": 571.68709037999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 88090, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 28789, "Shape__Length": 228.13487352202617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149785932512998, 40.031057777363003 ], [ -75.149444777933894, 40.032605059162798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9396, "tnode_": 9094, "lpoly_": null, "rpoly_": null, "length": 569.76024626000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 88070, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 28790, "Shape__Length": 227.36589687701465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1482078070661, 40.030860830223503 ], [ -75.147871941193898, 40.032403432746499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9410, "tnode_": 9113, "lpoly_": null, "rpoly_": null, "length": 572.31578337999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 21400, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721123, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 28791, "Shape__Length": 228.38519288266315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147450769140903, 40.030756029096501 ], [ -75.147112252073597, 40.032305403034698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9379, "tnode_": 9082, "lpoly_": null, "rpoly_": null, "length": 570.59046214, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 75860, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721124, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 28792, "Shape__Length": 227.69755656190941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148997013080304, 40.030958565533197 ], [ -75.148660853743607, 40.032503441089197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9082, "tnode_": 8802, "lpoly_": null, "rpoly_": null, "length": 544.23682812000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 75860, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721125, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 28793, "Shape__Length": 217.18557264302342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148660853743607, 40.032503441089197 ], [ -75.148338842680005, 40.033976787365198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8799, "tnode_": 8524, "lpoly_": null, "rpoly_": null, "length": 608.43429417000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 75860, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 28794, "Shape__Length": 242.81095728019989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148534627475598, 40.033959315686403 ], [ -75.148181427004403, 40.035607325838299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4915, "tnode_": 4755, "lpoly_": null, "rpoly_": null, "length": 533.31244827, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 46200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28795, "Shape__Length": 212.58714431473936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172696068233705, 40.055279064985598 ], [ -75.172643900739303, 40.055322464981998 ], [ -75.171589413419497, 40.056351710122001 ], [ -75.171497047622594, 40.0564148262117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4964, "tnode_": 4863, "lpoly_": null, "rpoly_": null, "length": 464.1884773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6323, "st_code": 13080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28796, "Shape__Length": 184.87876492284815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168960705310894, 40.054856015248802 ], [ -75.170252459771405, 40.055654997779101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4997, "tnode_": 4915, "lpoly_": null, "rpoly_": null, "length": 270.25316191000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 73700, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28797, "Shape__Length": 107.64109977653874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171950323855, 40.054808926824101 ], [ -75.172634837050694, 40.055228953024397 ], [ -75.172696068233705, 40.055279064985598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5090, "tnode_": 4893, "lpoly_": null, "rpoly_": null, "length": 565.09399904999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 18620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28798, "Shape__Length": 225.50912143005627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173808903686194, 40.054244814403297 ], [ -75.173903983372497, 40.054335689565697 ], [ -75.173984276927996, 40.054513863536101 ], [ -75.174208418487495, 40.055072335221297 ], [ -75.174447354299005, 40.055708007669097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4389, "tnode_": 4169, "lpoly_": null, "rpoly_": null, "length": 651.74449149000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 23900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28799, "Shape__Length": 259.81561121259483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1714664245888, 40.058661794458402 ], [ -75.171401757500504, 40.058708004803599 ], [ -75.170010999309, 40.060057335849301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4389, "tnode_": 4334, "lpoly_": null, "rpoly_": null, "length": 229.09243143999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6460, "l_t_add": 6470, "r_f_add": 6461, "r_t_add": 6471, "st_code": 12560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28800, "Shape__Length": 91.246861170647975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1714664245888, 40.058661794458402 ], [ -75.171607002153095, 40.058746092483602 ], [ -75.171860138106396, 40.058889244548403 ], [ -75.172106304408203, 40.059053249411903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4468, "tnode_": 4247, "lpoly_": null, "rpoly_": null, "length": 652.03137618999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 16040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721133, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 28801, "Shape__Length": 259.93455028949541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170670852331398, 40.058177508133902 ], [ -75.169225626783501, 40.059581250782401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4468, "tnode_": 4389, "lpoly_": null, "rpoly_": null, "length": 284.10838384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6430, "l_t_add": 6458, "r_f_add": 6431, "r_t_add": 6459, "st_code": 12560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28802, "Shape__Length": 113.15765708463995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170670852331398, 40.058177508133902 ], [ -75.171104043796504, 40.058439516161499 ], [ -75.1714664245888, 40.058661794458402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4547, "tnode_": 4306, "lpoly_": null, "rpoly_": null, "length": 651.37664801000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 46200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 28803, "Shape__Length": 259.67370595809473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169941267174906, 40.057733580996199 ], [ -75.168500908490998, 40.059137980805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4547, "tnode_": 4468, "lpoly_": null, "rpoly_": null, "length": 260.53112767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6428, "r_f_add": 6401, "r_t_add": 6429, "st_code": 12560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28804, "Shape__Length": 103.76628731526745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169941267174906, 40.057733580996199 ], [ -75.170331506832994, 40.057963986858397 ], [ -75.170670852331398, 40.058177508133902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4649, "tnode_": 4547, "lpoly_": null, "rpoly_": null, "length": 401.00156469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6324, "l_t_add": 6398, "r_f_add": 6325, "r_t_add": 6399, "st_code": 12560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28805, "Shape__Length": 159.71258595266184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168818235318497, 40.057050173211003 ], [ -75.169941267174906, 40.057733580996199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4704, "tnode_": 4468, "lpoly_": null, "rpoly_": null, "length": 641.88917676999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 16040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 28806, "Shape__Length": 255.88045627771899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172103110940199, 40.056802317864801 ], [ -75.172046600667699, 40.056842398166701 ], [ -75.170670852331398, 40.058177508133902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4761, "tnode_": 4657, "lpoly_": null, "rpoly_": null, "length": 398.96150104999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6324, "l_t_add": 6398, "r_f_add": 6325, "r_t_add": 6399, "st_code": 56320, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILTON ST", "stname": "MILTON ST", "objectid": 28807, "Shape__Length": 158.90106292756167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169557768447802, 40.056336818440599 ], [ -75.170671200019896, 40.057020492846597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4738, "tnode_": 4637, "lpoly_": null, "rpoly_": null, "length": 326.14442261, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1019, "l_t_add": 1099, "r_f_add": 1014, "r_t_add": 1098, "st_code": 23900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28808, "Shape__Length": 130.02170545693062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173581486459099, 40.056555428478198 ], [ -75.172871312970102, 40.057265190604298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4811, "tnode_": 4738, "lpoly_": null, "rpoly_": null, "length": 213.3436451, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1007, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1012, "st_code": 23900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 28809, "Shape__Length": 85.050993776054298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174046941831406, 40.056091682707198 ], [ -75.173581486459099, 40.056555428478198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4915, "tnode_": 4811, "lpoly_": null, "rpoly_": null, "length": 480.23713056999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 73700, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721143, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28810, "Shape__Length": 191.26193845032958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172696068233705, 40.055279064985598 ], [ -75.174046941831406, 40.056091682707198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4541, "tnode_": 29687, "lpoly_": null, "rpoly_": null, "length": 170.31907529, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 81600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28811, "Shape__Length": 67.908859334242877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166073119816701, 40.057663021918799 ], [ -75.165812439151694, 40.057931561340197 ], [ -75.165717783205395, 40.058042343552501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4541, "tnode_": 4399, "lpoly_": null, "rpoly_": null, "length": 465.79651883999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6323, "st_code": 26020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28812, "Shape__Length": 185.5210882028351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166073119816701, 40.057663021918799 ], [ -75.167041988376397, 40.058255125463702 ], [ -75.167377805173899, 40.058456668657897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4649, "tnode_": 4399, "lpoly_": null, "rpoly_": null, "length": 651.991271, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 29720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 28813, "Shape__Length": 259.91681883372905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168818235318497, 40.057050173211003 ], [ -75.167377805173899, 40.058456668657897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4679, "tnode_": 4432, "lpoly_": null, "rpoly_": null, "length": 674.42248999000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 78060, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721147, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28814, "Shape__Length": 268.92155837673789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164522486786296, 40.056722244586403 ], [ -75.163605767184805, 40.057607688030302 ], [ -75.163491086367003, 40.05772579704 ], [ -75.163387532743201, 40.057859466464002 ], [ -75.163294209151502, 40.058001473435901 ], [ -75.163214801925207, 40.0581473959109 ], [ -75.163176295255099, 40.058242623783002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4679, "tnode_": 4541, "lpoly_": null, "rpoly_": null, "length": 553.04416494999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 26020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28815, "Shape__Length": 220.26686422746735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164522486786296, 40.056722244586403 ], [ -75.166073119816701, 40.057663021918799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4770, "tnode_": 4541, "lpoly_": null, "rpoly_": null, "length": 650.74245537000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 81600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721149, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28816, "Shape__Length": 259.41410242858728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167514202280003, 40.056261297420299 ], [ -75.166073119816701, 40.057663021918799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4770, "tnode_": 4649, "lpoly_": null, "rpoly_": null, "length": 464.5787774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6323, "st_code": 12560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28817, "Shape__Length": 185.03033873663679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167514202280003, 40.056261297420299 ], [ -75.168818235318497, 40.057050173211003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4872, "tnode_": 4761, "lpoly_": null, "rpoly_": null, "length": 467.49028544000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6323, "st_code": 56320, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILTON ST", "stname": "MILTON ST", "objectid": 28818, "Shape__Length": 186.18784301775588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168245403019398, 40.055543168495298 ], [ -75.169557768447802, 40.056336818440599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5660, "tnode_": 5581, "lpoly_": null, "rpoly_": null, "length": 218.34469174, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 807, "r_f_add": 800, "r_t_add": 804, "st_code": 81600, "l_hundred": 800, "r_hundred": 800, "seg_id": 721152, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 28819, "Shape__Length": 87.036075769276778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173263444417699, 40.050676353020997 ], [ -75.172783929558904, 40.051149070855899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5794, "tnode_": 5657, "lpoly_": null, "rpoly_": null, "length": 550.41733502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "PL", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5914, "r_f_add": 5901, "r_t_add": 5913, "st_code": 28335, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON PL", "stname": "DEVON PL", "objectid": 28820, "Shape__Length": 219.14498480373999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1652039307519, 40.049660089055998 ], [ -75.166064607319001, 40.050187539249599 ], [ -75.1663290354536, 40.050316736048302 ], [ -75.166584035134093, 40.050423598535502 ], [ -75.166819116814295, 40.0505115940772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5819, "tnode_": 5726, "lpoly_": null, "rpoly_": null, "length": 219.17043784000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 78060, "l_hundred": 800, "r_hundred": 800, "seg_id": 721154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 28821, "Shape__Length": 87.363850712227276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171719012241695, 40.049724570971797 ], [ -75.171237387363007, 40.050198894773999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5029, "tnode_": 4809, "lpoly_": null, "rpoly_": null, "length": 707.8948149, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 39920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28822, "Shape__Length": 282.19254348668562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160450677704702, 40.054249997285801 ], [ -75.160427820164699, 40.054295668054898 ], [ -75.1588922605943, 40.055777576865403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5107, "tnode_": 5029, "lpoly_": null, "rpoly_": null, "length": 210.09776404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1249, "l_t_add": 1299, "r_f_add": 1248, "r_t_add": 1298, "st_code": 39920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28823, "Shape__Length": 83.74763470136925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160921069317794, 40.053800590773697 ], [ -75.160450677704702, 40.054249997285801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5267, "tnode_": 5175, "lpoly_": null, "rpoly_": null, "length": 231.66322333, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1221, "r_f_add": 1200, "r_t_add": 1220, "st_code": 39920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28824, "Shape__Length": 92.346412332889031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161901159585099, 40.0528512775645 ], [ -75.161389370395099, 40.053351019131199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5509, "tnode_": 5267, "lpoly_": null, "rpoly_": null, "length": 663.02051237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 39920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28825, "Shape__Length": 264.28614337699969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163376344972306, 40.051427382071303 ], [ -75.161901159585099, 40.0528512775645 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5675, "tnode_": 5509, "lpoly_": null, "rpoly_": null, "length": 518.12183709, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 39920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28826, "Shape__Length": 206.5233950673545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164530849578796, 40.0503157306837 ], [ -75.163376344972306, 40.051427382071303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5950, "tnode_": 5794, "lpoly_": null, "rpoly_": null, "length": 381.64153679000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 997, "r_f_add": 900, "r_t_add": 926, "st_code": 39920, "l_hundred": 900, "r_hundred": 900, "seg_id": 721160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28827, "Shape__Length": 152.11750155528975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166056515013395, 40.048842636547199 ], [ -75.165258901636705, 40.049605404531 ], [ -75.1652039307519, 40.049660089055998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6294, "tnode_": 6200, "lpoly_": null, "rpoly_": null, "length": 206.28349363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 809, "r_f_add": 800, "r_t_add": 816, "st_code": 39920, "l_hundred": 800, "r_hundred": 800, "seg_id": 721161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28828, "Shape__Length": 82.218048231713084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167704539667895, 40.047254337025898 ], [ -75.167240431077403, 40.047694156328497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5794, "tnode_": 5675, "lpoly_": null, "rpoly_": null, "length": 304.22154383999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 999, "l_t_add": 999, "r_f_add": 928, "r_t_add": 998, "st_code": 39920, "l_hundred": 900, "r_hundred": 900, "seg_id": 721162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 28829, "Shape__Length": 121.26377162881175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1652039307519, 40.049660089055998 ], [ -75.164530849578796, 40.0503157306837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4652, "tnode_": 4560, "lpoly_": null, "rpoly_": null, "length": 257.63459681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 81160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 28830, "Shape__Length": 102.7154367834187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160693084363501, 40.056840971503497 ], [ -75.160142910447902, 40.057407938247103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4652, "tnode_": 4529, "lpoly_": null, "rpoly_": null, "length": 497.73365544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 74660, "l_hundred": 6000, "r_hundred": 7000, "seg_id": 721165, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28831, "Shape__Length": 198.21182026254357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160693084363501, 40.056840971503497 ], [ -75.161950871993795, 40.057575944557101 ], [ -75.1621251770448, 40.057648047748998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4702, "tnode_": 4344, "lpoly_": null, "rpoly_": null, "length": 790.21385202, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 84160, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 721168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28832, "Shape__Length": 315.48903967677762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157462337402507, 40.0564275736699 ], [ -75.157480739578205, 40.056513015880398 ], [ -75.157374718040103, 40.058594045299799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4702, "tnode_": 4767, "lpoly_": null, "rpoly_": null, "length": 277.37670654000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2124, "l_t_add": 2138, "r_f_add": 2125, "r_t_add": 2139, "st_code": 39880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 28833, "Shape__Length": 110.41584837311827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157462337402507, 40.0564275736699 ], [ -75.1583178502474, 40.056043393776498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4700, "tnode_": 4767, "lpoly_": null, "rpoly_": null, "length": 148.34959219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2192, "l_t_add": 2198, "r_f_add": 2193, "r_t_add": 2199, "st_code": 43360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 28834, "Shape__Length": 59.220574781458701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158380246474806, 40.056444621076103 ], [ -75.158364687429298, 40.056400654696503 ], [ -75.1583567725623, 40.056361987520297 ], [ -75.158363015979802, 40.0561985518707 ], [ -75.158338355636303, 40.056106585866601 ], [ -75.1583178502474, 40.056043393776498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4767, "tnode_": 4809, "lpoly_": null, "rpoly_": null, "length": 187.70036569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2140, "l_t_add": 2198, "r_f_add": 2141, "r_t_add": 2199, "st_code": 39880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 28835, "Shape__Length": 74.721281348994836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1583178502474, 40.056043393776498 ], [ -75.1588922605943, 40.055777576865403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4809, "tnode_": 4652, "lpoly_": null, "rpoly_": null, "length": 636.64044295999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 74660, "l_hundred": 5900, "r_hundred": 6900, "seg_id": 721172, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28836, "Shape__Length": 253.54596978634848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1588922605943, 40.055777576865403 ], [ -75.160641594184199, 40.056788602842097 ], [ -75.160693084363501, 40.056840971503497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4700, "tnode_": 4560, "lpoly_": null, "rpoly_": null, "length": 607.33890779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 25120, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721173, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 28837, "Shape__Length": 241.84712627981224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158380246474806, 40.056444621076103 ], [ -75.158496517160799, 40.056473388495498 ], [ -75.1585765533124, 40.056508871895602 ], [ -75.160142910447902, 40.057407938247103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6058, "tnode_": 5765, "lpoly_": null, "rpoly_": null, "length": 687.20611882000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 68720, "l_hundred": 900, "r_hundred": 900, "seg_id": 721174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28838, "Shape__Length": 273.91352709508993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165114201778096, 40.048260475733997 ], [ -75.163584168139806, 40.049735634269602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6152, "tnode_": 5844, "lpoly_": null, "rpoly_": null, "length": 686.46503954000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 65620, "l_hundred": 900, "r_hundred": 900, "seg_id": 721175, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28839, "Shape__Length": 273.61705994555405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1643904151708, 40.047821558114201 ], [ -75.162863287509495, 40.0492958887274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6302, "tnode_": 5984, "lpoly_": null, "rpoly_": null, "length": 687.64122924000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 22560, "l_hundred": 900, "r_hundred": 900, "seg_id": 721176, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28840, "Shape__Length": 274.08815269137881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163178742415695, 40.047085656918398 ], [ -75.161658577113997, 40.048568334109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6392, "tnode_": 6058, "lpoly_": null, "rpoly_": null, "length": 746.19203785000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 68720, "l_hundred": 800, "r_hundred": 800, "seg_id": 721177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28841, "Shape__Length": 297.37062826584452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166848792416104, 40.046732881228003 ], [ -75.166754989041493, 40.046742709377703 ], [ -75.165691117241195, 40.047777076893396 ], [ -75.165407944426804, 40.048038814248798 ], [ -75.165191961912896, 40.048192275275902 ], [ -75.165114201778096, 40.048260475733997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6484, "tnode_": 6302, "lpoly_": null, "rpoly_": null, "length": 383.35752295000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 833, "l_t_add": 899, "r_f_add": 834, "r_t_add": 898, "st_code": 22560, "l_hundred": 800, "r_hundred": 800, "seg_id": 721178, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28842, "Shape__Length": 152.80216838133529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164023279946903, 40.046257297383697 ], [ -75.163178742415695, 40.047085656918398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6662, "tnode_": 6484, "lpoly_": null, "rpoly_": null, "length": 363.59796888, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 831, "r_f_add": 800, "r_t_add": 832, "st_code": 22560, "l_hundred": 800, "r_hundred": 800, "seg_id": 721179, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28843, "Shape__Length": 144.91939986379035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164833658132693, 40.045477337022803 ], [ -75.164023279946903, 40.046257297383697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5765, "tnode_": 5675, "lpoly_": null, "rpoly_": null, "length": 338.96207132000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5818, "l_t_add": 5898, "r_f_add": 5819, "r_t_add": 5899, "st_code": 73700, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721180, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28844, "Shape__Length": 134.99035048886455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163584168139806, 40.049735634269602 ], [ -75.164530849578796, 40.0503157306837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5844, "tnode_": 5765, "lpoly_": null, "rpoly_": null, "length": 257.66391154000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5816, "r_f_add": 5801, "r_t_add": 5817, "st_code": 73700, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721181, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28845, "Shape__Length": 102.61203227949851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162863287509495, 40.0492958887274 ], [ -75.163584168139806, 40.049735634269602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5896, "tnode_": 5844, "lpoly_": null, "rpoly_": null, "length": 169.52637105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5726, "l_t_add": 5798, "r_f_add": 5727, "r_t_add": 5799, "st_code": 73700, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721182, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28846, "Shape__Length": 67.512335126715669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162389786772493, 40.049005801000298 ], [ -75.162863287509495, 40.0492958887274 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5984, "tnode_": 5896, "lpoly_": null, "rpoly_": null, "length": 259.42602538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5724, "r_f_add": 5701, "r_t_add": 5725, "st_code": 73700, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721183, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28847, "Shape__Length": 103.30893112584899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161658577113997, 40.048568334109 ], [ -75.162389786772493, 40.049005801000298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6111, "tnode_": 5984, "lpoly_": null, "rpoly_": null, "length": 386.98659182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5636, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 73700, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721184, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28848, "Shape__Length": 154.10801149957652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160572326009699, 40.047911784739803 ], [ -75.160622072689904, 40.047935778313303 ], [ -75.161658577113997, 40.048568334109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6509, "tnode_": 6152, "lpoly_": null, "rpoly_": null, "length": 742.03133462999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 65620, "l_hundred": 800, "r_hundred": 800, "seg_id": 721185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28849, "Shape__Length": 295.75906897683114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166040063942503, 40.046227241288001 ], [ -75.1643904151708, 40.047821558114201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6058, "tnode_": 5950, "lpoly_": null, "rpoly_": null, "length": 338.48190151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5818, "l_t_add": 5898, "r_f_add": 5817, "r_t_add": 5899, "st_code": 18620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28850, "Shape__Length": 134.79827037906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165114201778096, 40.048260475733997 ], [ -75.166056515013395, 40.048842636547199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6152, "tnode_": 6058, "lpoly_": null, "rpoly_": null, "length": 258.11812901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5816, "r_f_add": 5801, "r_t_add": 5815, "st_code": 18620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721187, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28851, "Shape__Length": 102.78955420665527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1643904151708, 40.047821558114201 ], [ -75.165114201778096, 40.048260475733997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6217, "tnode_": 5896, "lpoly_": null, "rpoly_": null, "length": 685.11743976000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 74240, "l_hundred": 900, "r_hundred": 900, "seg_id": 721188, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28852, "Shape__Length": 273.07709357589187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163916969957199, 40.047536239678301 ], [ -75.162389786772493, 40.049005801000298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6217, "tnode_": 6152, "lpoly_": null, "rpoly_": null, "length": 168.4388845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5710, "l_t_add": 5798, "r_f_add": 5709, "r_t_add": 5799, "st_code": 18620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721189, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28853, "Shape__Length": 67.075738439564006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163916969957199, 40.047536239678301 ], [ -75.1643904151708, 40.047821558114201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6232, "tnode_": 6111, "lpoly_": null, "rpoly_": null, "length": 242.68399796, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 947, "l_t_add": 999, "r_f_add": 952, "r_t_add": 998, "st_code": 84520, "l_hundred": 900, "r_hundred": 900, "seg_id": 721190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28854, "Shape__Length": 96.735930349857682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161100032325393, 40.047383912506099 ], [ -75.161073204894606, 40.047421273037401 ], [ -75.160572326009699, 40.047911784739803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6302, "tnode_": 6217, "lpoly_": null, "rpoly_": null, "length": 263.92730597000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5708, "r_f_add": 5701, "r_t_add": 5707, "st_code": 18620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28855, "Shape__Length": 105.1030664498913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163178742415695, 40.047085656918398 ], [ -75.163916969957199, 40.047536239678301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6336, "tnode_": 6232, "lpoly_": null, "rpoly_": null, "length": 224.2493878, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 925, "l_t_add": 945, "r_f_add": 936, "r_t_add": 950, "st_code": 84520, "l_hundred": 900, "r_hundred": 900, "seg_id": 721192, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28856, "Shape__Length": 89.382867805079272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161596143906607, 40.046900614687303 ], [ -75.161100032325393, 40.047383912506099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6445, "tnode_": 6336, "lpoly_": null, "rpoly_": null, "length": 220.85965052, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 923, "r_f_add": 900, "r_t_add": 934, "st_code": 84520, "l_hundred": 900, "r_hundred": 900, "seg_id": 721193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28857, "Shape__Length": 88.03035868190338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162086194075798, 40.046425498283099 ], [ -75.161596143906607, 40.046900614687303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6445, "tnode_": 6302, "lpoly_": null, "rpoly_": null, "length": 389.09404745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5642, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 18620, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721194, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28858, "Shape__Length": 154.94370179096612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162086194075798, 40.046425498283099 ], [ -75.163178742415695, 40.047085656918398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6576, "tnode_": 6217, "lpoly_": null, "rpoly_": null, "length": 745.56929019000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 74240, "l_hundred": 800, "r_hundred": 800, "seg_id": 721195, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28859, "Shape__Length": 297.17030660568588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165570187088704, 40.045931704928698 ], [ -75.163916969957199, 40.047536239678301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6633, "tnode_": 6445, "lpoly_": null, "rpoly_": null, "length": 387.42116029000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 839, "l_t_add": 899, "r_f_add": 838, "r_t_add": 898, "st_code": 84520, "l_hundred": 800, "r_hundred": 800, "seg_id": 721196, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28860, "Shape__Length": 154.41910636056176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162942035223097, 40.045589782234103 ], [ -75.162086194075798, 40.046425498283099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6806, "tnode_": 6633, "lpoly_": null, "rpoly_": null, "length": 361.36873428999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 837, "r_f_add": 800, "r_t_add": 836, "st_code": 84520, "l_hundred": 800, "r_hundred": 800, "seg_id": 721197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28861, "Shape__Length": 144.03287968490295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163741222098807, 40.0448108135976 ], [ -75.162942035223097, 40.045589782234103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6633, "tnode_": 6484, "lpoly_": null, "rpoly_": null, "length": 388.28669254000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5636, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 18000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOYD ST", "stname": "BLOYD ST", "objectid": 28862, "Shape__Length": 154.62652429347483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162942035223097, 40.045589782234103 ], [ -75.164023279946903, 40.046257297383697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5432, "tnode_": 5353, "lpoly_": null, "rpoly_": null, "length": 228.98253355999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1224, "st_code": 65620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28863, "Shape__Length": 91.275924381155406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160224872665097, 40.0518351784917 ], [ -75.159718024896193, 40.0523285386381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5587, "tnode_": 5359, "lpoly_": null, "rpoly_": null, "length": 663.5264348, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 68720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721201, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28864, "Shape__Length": 264.48736198602768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1624271106447, 40.050847663906701 ], [ -75.160954096328993, 40.0522746516884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5639, "tnode_": 5543, "lpoly_": null, "rpoly_": null, "length": 416.74267577999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 12560, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28865, "Shape__Length": 165.9646152572366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157874065073202, 40.050407113936203 ], [ -75.159042862996301, 40.051115602402199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5652, "tnode_": 5432, "lpoly_": null, "rpoly_": null, "length": 668.80733497000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 65620, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28866, "Shape__Length": 266.5868199180818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1617165834123, 40.050401106673803 ], [ -75.160224872665097, 40.0518351784917 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5765, "tnode_": 5587, "lpoly_": null, "rpoly_": null, "length": 518.67728407999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 68720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28867, "Shape__Length": 206.74231133247292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163584168139806, 40.049735634269602 ], [ -75.1624271106447, 40.050847663906701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5770, "tnode_": 5543, "lpoly_": null, "rpoly_": null, "length": 670.54707256000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 22560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721206, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28868, "Shape__Length": 267.28132120816571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160531355271601, 40.049673465807899 ], [ -75.159042862996301, 40.051115602402199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5838, "tnode_": 5770, "lpoly_": null, "rpoly_": null, "length": 171.02129084000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 22560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721207, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28869, "Shape__Length": 68.170301041473067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160907677419601, 40.0493036497896 ], [ -75.160531355271601, 40.049673465807899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5844, "tnode_": 5652, "lpoly_": null, "rpoly_": null, "length": 514.93095237, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 65620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28870, "Shape__Length": 205.24879797166543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162863287509495, 40.0492958887274 ], [ -75.1617165834123, 40.050401106673803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5903, "tnode_": 5838, "lpoly_": null, "rpoly_": null, "length": 164.17554712, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1019, "l_t_add": 1033, "r_f_add": 1018, "r_t_add": 1032, "st_code": 22560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721209, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28871, "Shape__Length": 65.443845895405659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161263993989905, 40.048945700471997 ], [ -75.160907677419601, 40.0493036497896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5984, "tnode_": 5903, "lpoly_": null, "rpoly_": null, "length": 176.35336718, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 22560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721210, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 28872, "Shape__Length": 70.291384190863141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161658577113997, 40.048568334109 ], [ -75.161263993989905, 40.048945700471997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5281, "tnode_": 5268, "lpoly_": null, "rpoly_": null, "length": 27.69278733, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65620, "l_hundred": 0, "r_hundred": 0, "seg_id": 721211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28873, "Shape__Length": 11.039382178979713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159307738794197, 40.052721288317997 ], [ -75.159247379349395, 40.0527815169173 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5268, "tnode_": 5181, "lpoly_": null, "rpoly_": null, "length": 210.05457964, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1247, "l_t_add": 1299, "r_f_add": 1248, "r_t_add": 1298, "st_code": 65620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 28874, "Shape__Length": 83.732180739878658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159247379349395, 40.0527815169173 ], [ -75.158782587213693, 40.053234195638403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5474, "tnode_": 5281, "lpoly_": null, "rpoly_": null, "length": 554.17131897000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 74240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28875, "Shape__Length": 220.88642257800166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159749330073694, 40.051552328651098 ], [ -75.158989368705093, 40.052286095080397 ], [ -75.158948684931701, 40.052327737843697 ], [ -75.1589201609398, 40.052392185614003 ], [ -75.158918632476698, 40.052432207545003 ], [ -75.158933570083803, 40.052467594811397 ], [ -75.1589709104924, 40.052513500310603 ], [ -75.159307738794197, 40.052721288317997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5587, "tnode_": 5509, "lpoly_": null, "rpoly_": null, "length": 339.43202054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5826, "l_t_add": 5898, "r_f_add": 5827, "r_t_add": 5899, "st_code": 13080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28876, "Shape__Length": 135.17887087047842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1624271106447, 40.050847663906701 ], [ -75.163376344972306, 40.051427382071303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5652, "tnode_": 5587, "lpoly_": null, "rpoly_": null, "length": 256.96115910999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5825, "st_code": 13080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721215, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28877, "Shape__Length": 102.33958730343555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1617165834123, 40.050401106673803 ], [ -75.1624271106447, 40.050847663906701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5706, "tnode_": 5474, "lpoly_": null, "rpoly_": null, "length": 675.6835062, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 74240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 28878, "Shape__Length": 269.34114408369993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161196859721898, 40.050089557512003 ], [ -75.159749722512302, 40.051470863277302 ], [ -75.159749330073694, 40.051552328651098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5884, "tnode_": 5770, "lpoly_": null, "rpoly_": null, "length": 392.29693314999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 13080, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28879, "Shape__Length": 156.2302624693088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159437309069801, 40.0490005704944 ], [ -75.160531355271601, 40.049673465807899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5353, "tnode_": 5175, "lpoly_": null, "rpoly_": null, "length": 598.03660061000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOCKTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 75020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721218, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOCKTON RD", "stname": "STOCKTON RD", "objectid": 28880, "Shape__Length": 238.17492954809489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159718024896193, 40.0523285386381 ], [ -75.161389370395099, 40.053351019131199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5359, "tnode_": 5267, "lpoly_": null, "rpoly_": null, "length": 338.25136263000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5826, "l_t_add": 5898, "r_f_add": 5827, "r_t_add": 5899, "st_code": 12560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28881, "Shape__Length": 134.71072907867281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160954096328993, 40.0522746516884 ], [ -75.161901159585099, 40.0528512775645 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5432, "tnode_": 5359, "lpoly_": null, "rpoly_": null, "length": 259.4301638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5825, "st_code": 12560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721220, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28882, "Shape__Length": 103.31694792587177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160224872665097, 40.0518351784917 ], [ -75.160954096328993, 40.0522746516884 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5474, "tnode_": 5432, "lpoly_": null, "rpoly_": null, "length": 168.34323757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5722, "l_t_add": 5798, "r_f_add": 5723, "r_t_add": 5799, "st_code": 12560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28883, "Shape__Length": 67.039981415399765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159749330073694, 40.051552328651098 ], [ -75.160224872665097, 40.0518351784917 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5543, "tnode_": 5474, "lpoly_": null, "rpoly_": null, "length": 253.82080064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5721, "st_code": 12560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 28884, "Shape__Length": 101.0867812781904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159042862996301, 40.051115602402199 ], [ -75.159749330073694, 40.051552328651098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5955, "tnode_": 5838, "lpoly_": null, "rpoly_": null, "length": 391.9346907, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHEWS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 54320, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721223, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHEWS ST", "stname": "MATTHEWS ST", "objectid": 28885, "Shape__Length": 156.08332835823037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159811987949595, 40.048633937566201 ], [ -75.160907677419601, 40.0493036497896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5706, "tnode_": 5652, "lpoly_": null, "rpoly_": null, "length": 184.52694313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5722, "l_t_add": 5798, "r_f_add": 5723, "r_t_add": 5799, "st_code": 13080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721224, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28886, "Shape__Length": 73.484376350069525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161196859721898, 40.050089557512003 ], [ -75.1617165834123, 40.050401106673803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5770, "tnode_": 5706, "lpoly_": null, "rpoly_": null, "length": 240.18082018000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5721, "st_code": 13080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2011-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28887, "Shape__Length": 95.654516398098323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160531355271601, 40.049673465807899 ], [ -75.161196859721898, 40.050089557512003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5955, "tnode_": 5884, "lpoly_": null, "rpoly_": null, "length": 169.82548982, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 84520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721226, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28888, "Shape__Length": 67.692442336857809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159811987949595, 40.048633937566201 ], [ -75.159437309069801, 40.0490005704944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6019, "tnode_": 5955, "lpoly_": null, "rpoly_": null, "length": 135.61373953, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1017, "l_t_add": 1033, "r_f_add": 1018, "r_t_add": 1032, "st_code": 84520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28889, "Shape__Length": 54.05551171562427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160110936907301, 40.048341013812603 ], [ -75.159811987949595, 40.048633937566201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6111, "tnode_": 6038, "lpoly_": null, "rpoly_": null, "length": 173.51547092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1016, "st_code": 84520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28890, "Shape__Length": 69.155681454438181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160572326009699, 40.047911784739803 ], [ -75.160522844724397, 40.0479443042368 ], [ -75.160177967324501, 40.048278171833402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6038, "tnode_": 6019, "lpoly_": null, "rpoly_": null, "length": 29.60093819, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84520, "l_hundred": 0, "r_hundred": 0, "seg_id": 721229, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28891, "Shape__Length": 11.797898484346776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160177967324501, 40.048278171833402 ], [ -75.160110936907301, 40.048341013812603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5757, "tnode_": 5639, "lpoly_": null, "rpoly_": null, "length": 360.64161968999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1129, "l_t_add": 1199, "r_f_add": 1128, "r_t_add": 1198, "st_code": 84520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721230, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28892, "Shape__Length": 143.71755121131028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158723258577098, 40.049691001316603 ], [ -75.158008995486, 40.050383482027101 ], [ -75.157874065073202, 40.050407113936203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5823, "tnode_": 5757, "lpoly_": null, "rpoly_": null, "length": 161.38962869, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1121, "l_t_add": 1127, "r_f_add": 1120, "r_t_add": 1126, "st_code": 84520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28893, "Shape__Length": 64.331087545632897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159078370200305, 40.049342002701103 ], [ -75.158723258577098, 40.049691001316603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5884, "tnode_": 5823, "lpoly_": null, "rpoly_": null, "length": 159.89888826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WOODLAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1118, "st_code": 84520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WOODLAWN ST", "stname": "E WOODLAWN ST", "objectid": 28894, "Shape__Length": 63.732657284161675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159437309069801, 40.0490005704944 ], [ -75.159078370200305, 40.049342002701103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6773, "tnode_": 6710, "lpoly_": null, "rpoly_": null, "length": 412.16694582999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 23080, "l_hundred": 900, "r_hundred": 900, "seg_id": 721233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28895, "Shape__Length": 163.91715052422546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159649802553304, 40.0448875416646 ], [ -75.159489562275695, 40.044851176249601 ], [ -75.159217911452899, 40.044896092309301 ], [ -75.158220677497098, 40.045085426155197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6954, "tnode_": 6773, "lpoly_": null, "rpoly_": null, "length": 377.20813865000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 835, "l_t_add": 899, "r_f_add": 862, "r_t_add": 898, "st_code": 23080, "l_hundred": 800, "r_hundred": 800, "seg_id": 721234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28896, "Shape__Length": 150.33145812478085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160505742682304, 40.044090200073398 ], [ -75.159784831054296, 40.044794331083203 ], [ -75.159649802553304, 40.0448875416646 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7133, "tnode_": 6954, "lpoly_": null, "rpoly_": null, "length": 360.53389884000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 833, "r_f_add": 800, "r_t_add": 860, "st_code": 23080, "l_hundred": 800, "r_hundred": 800, "seg_id": 721235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 28897, "Shape__Length": 143.6937351509828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1613090067207, 40.043316653255502 ], [ -75.160505742682304, 40.044090200073398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6347, "tnode_": 6247, "lpoly_": null, "rpoly_": null, "length": 240.86751954000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 951, "l_t_add": 999, "r_f_add": 952, "r_t_add": 998, "st_code": 51360, "l_hundred": 900, "r_hundred": 900, "seg_id": 721236, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28898, "Shape__Length": 96.005274246728959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160049582946996, 40.046746485684103 ], [ -75.159514562013996, 40.047264293293601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6347, "tnode_": 6232, "lpoly_": null, "rpoly_": null, "length": 374.71015592999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 28340, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721237, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 28899, "Shape__Length": 149.2176612780288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160049582946996, 40.046746485684103 ], [ -75.161100032325393, 40.047383912506099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6470, "tnode_": 6347, "lpoly_": null, "rpoly_": null, "length": 225.44482531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 909, "l_t_add": 949, "r_f_add": 926, "r_t_add": 950, "st_code": 51360, "l_hundred": 900, "r_hundred": 900, "seg_id": 721238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28900, "Shape__Length": 89.857419988599418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160550337946503, 40.046261830140601 ], [ -75.160049582946996, 40.046746485684103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6527, "tnode_": 6347, "lpoly_": null, "rpoly_": null, "length": 628.31716938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 28340, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721239, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 28901, "Shape__Length": 250.11190415510706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158167732643307, 40.045920624071897 ], [ -75.158728852764099, 40.0459458206291 ], [ -75.160049582946996, 40.046746485684103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6589, "tnode_": 6470, "lpoly_": null, "rpoly_": null, "length": 222.42888747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 901, "l_t_add": 907, "r_f_add": 900, "r_t_add": 924, "st_code": 51360, "l_hundred": 900, "r_hundred": 900, "seg_id": 721240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28902, "Shape__Length": 88.658991626959661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161036481798703, 40.045778893972901 ], [ -75.160550337946503, 40.046261830140601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6764, "tnode_": 6589, "lpoly_": null, "rpoly_": null, "length": 385.74594939000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 829, "l_t_add": 899, "r_f_add": 838, "r_t_add": 898, "st_code": 51360, "l_hundred": 800, "r_hundred": 800, "seg_id": 721241, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28903, "Shape__Length": 153.7450275536674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161897621839898, 40.044952287202399 ], [ -75.161036481798703, 40.045778893972901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6764, "tnode_": 6633, "lpoly_": null, "rpoly_": null, "length": 373.40682438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5634, "r_f_add": 5601, "r_t_add": 5639, "st_code": 18000, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721242, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOYD ST", "stname": "BLOYD ST", "objectid": 28904, "Shape__Length": 148.69635163152751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161897621839898, 40.044952287202399 ], [ -75.162942035223097, 40.045589782234103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6949, "tnode_": 6764, "lpoly_": null, "rpoly_": null, "length": 360.58811357999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCUST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 801, "l_t_add": 827, "r_f_add": 800, "r_t_add": 836, "st_code": 51360, "l_hundred": 800, "r_hundred": 800, "seg_id": 721243, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCUST AVE", "stname": "LOCUST AVE", "objectid": 28905, "Shape__Length": 143.71868385772584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162698228359304, 40.044176918486301 ], [ -75.161897621839898, 40.044952287202399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6954, "tnode_": 6764, "lpoly_": null, "rpoly_": null, "length": 500.48438155000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOYD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 18000, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721244, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOYD ST", "stname": "BLOYD ST", "objectid": 28906, "Shape__Length": 199.30386143129829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160505742682304, 40.044090200073398 ], [ -75.161897621839898, 40.044952287202399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6589, "tnode_": 6445, "lpoly_": null, "rpoly_": null, "length": 376.63324047999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5640, "r_f_add": 5601, "r_t_add": 5639, "st_code": 18620, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721245, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28907, "Shape__Length": 149.98556198038537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161036481798703, 40.045778893972901 ], [ -75.162086194075798, 40.046425498283099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6773, "tnode_": 6589, "lpoly_": null, "rpoly_": null, "length": 510.48571733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 18620, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721246, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 28908, "Shape__Length": 203.3018896738364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159649802553304, 40.0448875416646 ], [ -75.159671415031198, 40.044948978161301 ], [ -75.161036481798703, 40.045778893972901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6155, "tnode_": 6048, "lpoly_": null, "rpoly_": null, "length": 194.58049182, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6134, "l_t_add": 6198, "r_f_add": 6103, "r_t_add": 6121, "st_code": 84160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721247, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28909, "Shape__Length": 77.67413642398671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158060600891901, 40.0476020094017 ], [ -75.158020760852594, 40.048135277247702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6409, "tnode_": 6262, "lpoly_": null, "rpoly_": null, "length": 251.11055919, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6053, "r_t_add": 6075, "st_code": 84160, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 721248, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28910, "Shape__Length": 100.23919526285395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158133874408307, 40.046427780356403 ], [ -75.1580951306521, 40.047116464724603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6527, "tnode_": 6409, "lpoly_": null, "rpoly_": null, "length": 184.99155829, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6051, "st_code": 84160, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721249, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28911, "Shape__Length": 73.844714417764905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158167732643307, 40.045920624071897 ], [ -75.158133874408307, 40.046427780356403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6710, "tnode_": 6527, "lpoly_": null, "rpoly_": null, "length": 304.6094672, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6038, "r_f_add": 6001, "r_t_add": 6029, "st_code": 84160, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721250, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28912, "Shape__Length": 121.59258173485459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158220677497098, 40.045085426155197 ], [ -75.158167732643307, 40.045920624071897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6262, "tnode_": 6193, "lpoly_": null, "rpoly_": null, "length": 129.29923148, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6122, "l_t_add": 6128, "r_f_add": 6077, "r_t_add": 6099, "st_code": 84160, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 721251, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28913, "Shape__Length": 51.614247763373875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580951306521, 40.047116464724603 ], [ -75.158069067785505, 40.047470840556898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6193, "tnode_": 6155, "lpoly_": null, "rpoly_": null, "length": 47.84137488, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6130, "l_t_add": 6132, "r_f_add": 6101, "r_t_add": 6101, "st_code": 84160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721252, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28914, "Shape__Length": 19.097657327331149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158069067785505, 40.047470840556898 ], [ -75.158060600891901, 40.0476020094017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5935, "tnode_": 5823, "lpoly_": null, "rpoly_": null, "length": 390.75370232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 45880, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721253, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANE ST", "stname": "JANE ST", "objectid": 28915, "Shape__Length": 155.61314810908596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157986046196996, 40.048674246116803 ], [ -75.159078370200305, 40.049342002701103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6247, "tnode_": 6111, "lpoly_": null, "rpoly_": null, "length": 378.59105067000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5634, "r_f_add": 5601, "r_t_add": 5639, "st_code": 73700, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721254, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28916, "Shape__Length": 150.76673789476268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159514562013996, 40.047264293293601 ], [ -75.160572326009699, 40.047911784739803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6262, "tnode_": 6019, "lpoly_": null, "rpoly_": null, "length": 719.36279386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 17840, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKEMORE ST", "stname": "BLAKEMORE ST", "objectid": 28917, "Shape__Length": 286.46914991870193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1580951306521, 40.047116464724603 ], [ -75.160110936907301, 40.048341013812603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6409, "tnode_": 6247, "lpoly_": null, "rpoly_": null, "length": 492.2169043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 73700, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721256, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 28918, "Shape__Length": 196.01017829972039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158133874408307, 40.046427780356403 ], [ -75.159514562013996, 40.047264293293601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6048, "tnode_": 5884, "lpoly_": null, "rpoly_": null, "length": 506.58816958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 13080, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721257, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 28919, "Shape__Length": 201.74128850135824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158020760852594, 40.048135277247702 ], [ -75.159437309069801, 40.0490005704944 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6155, "tnode_": 5955, "lpoly_": null, "rpoly_": null, "length": 619.88962106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHEWS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 54320, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHEWS ST", "stname": "MATTHEWS ST", "objectid": 28920, "Shape__Length": 246.8467566898338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158060600891901, 40.0476020094017 ], [ -75.159748512902297, 40.048625066678902 ], [ -75.159811987949595, 40.048633937566201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5610, "tnode_": 5397, "lpoly_": null, "rpoly_": null, "length": 493.20105348000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6310, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 84160, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721259, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28921, "Shape__Length": 196.89045899078081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157859926617704, 40.050611957828103 ], [ -75.157777039146893, 40.051964352658104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5639, "tnode_": 5610, "lpoly_": null, "rpoly_": null, "length": 74.72611148, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6308, "r_f_add": 6257, "r_t_add": 6299, "st_code": 84160, "l_hundred": 6300, "r_hundred": 6200, "seg_id": 721260, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28922, "Shape__Length": 29.830951506968663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157874065073202, 40.050407113936203 ], [ -75.157859926617704, 40.050611957828103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5758, "tnode_": 5639, "lpoly_": null, "rpoly_": null, "length": 265.86856648999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6234, "l_t_add": 6298, "r_f_add": 6223, "r_t_add": 6255, "st_code": 84160, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721261, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28923, "Shape__Length": 106.13520941775295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157920377153602, 40.049678142158399 ], [ -75.157874065073202, 40.050407113936203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5834, "tnode_": 5758, "lpoly_": null, "rpoly_": null, "length": 164.86057621, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6228, "l_t_add": 6232, "r_f_add": 6203, "r_t_add": 6221, "st_code": 84160, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721262, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28924, "Shape__Length": 65.811946806591976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157951844495997, 40.049226227292102 ], [ -75.157920377153602, 40.049678142158399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5872, "tnode_": 5834, "lpoly_": null, "rpoly_": null, "length": 69.69574204, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6210, "l_t_add": 6226, "r_f_add": 6201, "r_t_add": 6201, "st_code": 84160, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721263, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28925, "Shape__Length": 27.82238754102039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157961570218802, 40.049035050429197 ], [ -75.157951844495997, 40.049226227292102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5935, "tnode_": 5872, "lpoly_": null, "rpoly_": null, "length": 131.61347729000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6204, "l_t_add": 6208, "r_f_add": 6139, "r_t_add": 6199, "st_code": 84160, "l_hundred": 6200, "r_hundred": 6100, "seg_id": 721264, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28926, "Shape__Length": 52.539355524053427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157986046196996, 40.048674246116803 ], [ -75.157961570218802, 40.049035050429197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6048, "tnode_": 5935, "lpoly_": null, "rpoly_": null, "length": 196.57773733, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6202, "r_f_add": 6123, "r_t_add": 6137, "st_code": 84160, "l_hundred": 6200, "r_hundred": 6100, "seg_id": 721265, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28927, "Shape__Length": 78.472286543430315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158020760852594, 40.048135277247702 ], [ -75.157986046196996, 40.048674246116803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5397, "tnode_": 5306, "lpoly_": null, "rpoly_": null, "length": 152.3791148, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6410, "r_f_add": 6401, "r_t_add": 6409, "st_code": 84160, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721266, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28928, "Shape__Length": 60.831847299269029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157777039146893, 40.051964352658104 ], [ -75.157749041656302, 40.052382097283498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5306, "tnode_": 5295, "lpoly_": null, "rpoly_": null, "length": 92.32749093, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6412, "l_t_add": 6418, "r_f_add": 6411, "r_t_add": 6417, "st_code": 84160, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28929, "Shape__Length": 36.85861229854234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157749041656302, 40.052382097283498 ], [ -75.157732570779203, 40.052635230679698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5295, "tnode_": 5176, "lpoly_": null, "rpoly_": null, "length": 218.54609283, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6420, "l_t_add": 6498, "r_f_add": 6419, "r_t_add": 6499, "st_code": 84160, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28930, "Shape__Length": 87.247510956522206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157732570779203, 40.052635230679698 ], [ -75.157690696331102, 40.0532343013627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5083, "tnode_": 5029, "lpoly_": null, "rpoly_": null, "length": 197.07439731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5846, "l_t_add": 5898, "r_f_add": 5839, "r_t_add": 5899, "st_code": 26020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721269, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28931, "Shape__Length": 78.48598075353668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159896148073898, 40.053916707023397 ], [ -75.160450677704702, 40.054249997285801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5131, "tnode_": 4890, "lpoly_": null, "rpoly_": null, "length": 731.06170526999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 68720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 28932, "Shape__Length": 291.41952514021688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159350444629297, 40.053578589829797 ], [ -75.157803821117994, 40.055065329171697 ], [ -75.157727905999707, 40.055150751635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5131, "tnode_": 5083, "lpoly_": null, "rpoly_": null, "length": 196.23359947999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5822, "l_t_add": 5844, "r_f_add": 5821, "r_t_add": 5837, "st_code": 26020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721271, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28933, "Shape__Length": 78.155190468585033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159350444629297, 40.053578589829797 ], [ -75.159896148073898, 40.053916707023397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5181, "tnode_": 5131, "lpoly_": null, "rpoly_": null, "length": 202.5084072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5820, "r_f_add": 5801, "r_t_add": 5819, "st_code": 26020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721272, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28934, "Shape__Length": 80.650656841564981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158782587213693, 40.053234195638403 ], [ -75.159350444629297, 40.053578589829797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5295, "tnode_": 5181, "lpoly_": null, "rpoly_": null, "length": 367.33478964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 26020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 28935, "Shape__Length": 146.27815728210911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157732570779203, 40.052635230679698 ], [ -75.157823930516898, 40.052664850535301 ], [ -75.1578574613293, 40.052675086673702 ], [ -75.158782587213693, 40.053234195638403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5184, "tnode_": 4972, "lpoly_": null, "rpoly_": null, "length": 530.75361555999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 16500, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721274, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 28936, "Shape__Length": 211.78025542688502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156761063484694, 40.053184803973899 ], [ -75.1568452466541, 40.053218630728502 ], [ -75.156880591579394, 40.053262085275001 ], [ -75.156837397886903, 40.053908071618601 ], [ -75.156828067150997, 40.0539908048559 ], [ -75.156809764909596, 40.054066225680998 ], [ -75.156779138570101, 40.054141369226897 ], [ -75.156743073038399, 40.054197430831501 ], [ -75.1564891604677, 40.054529148291003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4855, "tnode_": 5083, "lpoly_": null, "rpoly_": null, "length": 712.72815385000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARRAGANSETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 58920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARRAGANSETT ST", "stname": "NARRAGANSETT ST", "objectid": 28937, "Shape__Length": 284.10976533168957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158308667073797, 40.055446350065402 ], [ -75.159896148073898, 40.053916707023397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4855, "tnode_": 4809, "lpoly_": null, "rpoly_": null, "length": 203.09438443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2214, "l_t_add": 2298, "r_f_add": 2215, "r_t_add": 2299, "st_code": 74660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 721276, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28938, "Shape__Length": 80.876810617305765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158308667073797, 40.055446350065402 ], [ -75.1588922605943, 40.055777576865403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5043, "tnode_": 4972, "lpoly_": null, "rpoly_": null, "length": 307.23811042999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2108, "l_t_add": 2134, "r_f_add": 2103, "r_t_add": 2135, "st_code": 74660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721277, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28939, "Shape__Length": 122.31144595492995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155557615512095, 40.0540831822154 ], [ -75.1564891604677, 40.054529148291003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5176, "tnode_": 5022, "lpoly_": null, "rpoly_": null, "length": 378.3521966, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6524, "r_f_add": 6501, "r_t_add": 6537, "st_code": 84160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28940, "Shape__Length": 151.04685886738508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157690696331102, 40.0532343013627 ], [ -75.157620030278395, 40.054271501277498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5184, "tnode_": 5176, "lpoly_": null, "rpoly_": null, "length": 260.86600314999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2138, "l_t_add": 2198, "r_f_add": 2141, "r_t_add": 2199, "st_code": 89140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28941, "Shape__Length": 103.73631237190668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156761063484694, 40.053184803973899 ], [ -75.157690696331102, 40.0532343013627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5306, "tnode_": 27427, "lpoly_": null, "rpoly_": null, "length": 340.55155564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 84840, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721280, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28942, "Shape__Length": 135.69137431769934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157749041656302, 40.052382097283498 ], [ -75.156893864366296, 40.053046974668597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4972, "tnode_": 4890, "lpoly_": null, "rpoly_": null, "length": 414.57069876000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2136, "l_t_add": 2198, "r_f_add": 2137, "r_t_add": 2199, "st_code": 74660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28943, "Shape__Length": 165.0549265125606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1564891604677, 40.054529148291003 ], [ -75.157178029052105, 40.054844415076701 ], [ -75.157727905999707, 40.055150751635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5022, "tnode_": 4890, "lpoly_": null, "rpoly_": null, "length": 330.94470039000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6526, "l_t_add": 6598, "r_f_add": 6539, "r_t_add": 6599, "st_code": 84160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 28944, "Shape__Length": 132.09220977600859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157620030278395, 40.054271501277498 ], [ -75.157587348771997, 40.054619353861099 ], [ -75.157569532316401, 40.054900183796903 ], [ -75.157727905999707, 40.055150751635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4730, "tnode_": 4784, "lpoly_": null, "rpoly_": null, "length": 249.62474974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2119, "st_code": 30520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721286, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTBURN AVE", "stname": "EASTBURN AVE", "objectid": 28945, "Shape__Length": 99.376522707611898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155532739446002, 40.056225486529399 ], [ -75.156291752580302, 40.055865791635497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4710, "tnode_": 4803, "lpoly_": null, "rpoly_": null, "length": 413.9982846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDEPENDENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 44820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721287, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDEPENDENCE ST", "stname": "INDEPENDENCE ST", "objectid": 28946, "Shape__Length": 164.81021840531511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153924928564805, 40.056339537198603 ], [ -75.155189075327499, 40.0557496910656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4784, "tnode_": 4890, "lpoly_": null, "rpoly_": null, "length": 480.14712987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2126, "l_t_add": 2198, "r_f_add": 2121, "r_t_add": 2199, "st_code": 30520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721288, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTBURN AVE", "stname": "EASTBURN AVE", "objectid": 28947, "Shape__Length": 191.16326753273492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156291752580302, 40.055865791635497 ], [ -75.157518153032399, 40.055294714100803 ], [ -75.157727905999707, 40.055150751635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4710, "tnode_": 4639, "lpoly_": null, "rpoly_": null, "length": 195.10896242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6732, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 84640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 721289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 28948, "Shape__Length": 77.814342497073795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153924928564805, 40.056339537198603 ], [ -75.154285054387898, 40.056798103530198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4730, "tnode_": 4616, "lpoly_": null, "rpoly_": null, "length": 342.80921336999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 69100, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 721291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 28949, "Shape__Length": 136.71871621936069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155532739446002, 40.056225486529399 ], [ -75.1561705427508, 40.057028836381498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4729, "tnode_": 4694, "lpoly_": null, "rpoly_": null, "length": 128.20290159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6664, "l_t_add": 6698, "r_f_add": 6665, "r_t_add": 6699, "st_code": 84840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721292, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28950, "Shape__Length": 51.086152255713486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152916375566804, 40.056124775664401 ], [ -75.152596987382694, 40.056377006721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4729, "tnode_": 4592, "lpoly_": null, "rpoly_": null, "length": 410.32973083000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 84580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 721293, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 28951, "Shape__Length": 163.6562964586725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152916375566804, 40.056124775664401 ], [ -75.153169131286703, 40.056456857651497 ], [ -75.153659464388099, 40.057095715027501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4795, "tnode_": 4729, "lpoly_": null, "rpoly_": null, "length": 208.8189074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6642, "l_t_add": 6662, "r_f_add": 6643, "r_t_add": 6663, "st_code": 84840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721294, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28952, "Shape__Length": 83.207481480763747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153439923549698, 40.055716440214901 ], [ -75.152916375566804, 40.056124775664401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4795, "tnode_": 4710, "lpoly_": null, "rpoly_": null, "length": 264.48889498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6730, "r_f_add": 6701, "r_t_add": 6723, "st_code": 84640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 721295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 28953, "Shape__Length": 105.48539860463474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153439923549698, 40.055716440214901 ], [ -75.153924928564805, 40.056339537198603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4803, "tnode_": 4730, "lpoly_": null, "rpoly_": null, "length": 198.29064211000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6632, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88190, "l_hundred": 6600, "r_hundred": 6700, "seg_id": 721296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28954, "Shape__Length": 79.092287910682955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155189075327499, 40.0557496910656 ], [ -75.155331232040496, 40.055959976595602 ], [ -75.155532739446002, 40.056225486529399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4907, "tnode_": 4803, "lpoly_": null, "rpoly_": null, "length": 297.33759306999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6630, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88190, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28955, "Shape__Length": 118.70109218947194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1551592729258, 40.054939588859398 ], [ -75.155119508754694, 40.055406062834798 ], [ -75.155134633231, 40.055563474868798 ], [ -75.155159214503598, 40.055657911365202 ], [ -75.155189075327499, 40.0557496910656 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4907, "tnode_": 4904, "lpoly_": null, "rpoly_": null, "length": 249.5282911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2126, "r_f_add": 2101, "r_t_add": 2125, "st_code": 89180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721298, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 28956, "Shape__Length": 99.229887623819522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1551592729258, 40.054939588859398 ], [ -75.156048997984598, 40.054981361651201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4914, "tnode_": 4795, "lpoly_": null, "rpoly_": null, "length": 413.53509375000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6640, "r_f_add": 6601, "r_t_add": 6641, "st_code": 84840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721299, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28957, "Shape__Length": 164.7743644454055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154483724504303, 40.0549131276723 ], [ -75.153439923549698, 40.055716440214901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4914, "tnode_": 4907, "lpoly_": null, "rpoly_": null, "length": 189.35425039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2078, "l_t_add": 2098, "r_f_add": 2021, "r_t_add": 2099, "st_code": 89180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721300, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 28958, "Shape__Length": 75.300109841947489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154483724504303, 40.0549131276723 ], [ -75.1551592729258, 40.054939588859398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4919, "tnode_": 27430, "lpoly_": null, "rpoly_": null, "length": 210.12277859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2052, "l_t_add": 2076, "r_f_add": 2013, "r_t_add": 2019, "st_code": 89180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721301, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 28959, "Shape__Length": 83.559457218423617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153525634696194, 40.054867449648903 ], [ -75.154274799134299, 40.054903303259401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4924, "tnode_": 4694, "lpoly_": null, "rpoly_": null, "length": 563.04564142000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 50740, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721302, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28960, "Shape__Length": 224.78555158093229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152726536294594, 40.0548345907482 ], [ -75.152596987382694, 40.056377006721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4924, "tnode_": 4919, "lpoly_": null, "rpoly_": null, "length": 224.01481164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2030, "l_t_add": 2050, "r_f_add": 2009, "r_t_add": 2011, "st_code": 89180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721303, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 28961, "Shape__Length": 89.08349697625043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152726536294594, 40.0548345907482 ], [ -75.153525634696194, 40.054867449648903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4983, "tnode_": 4914, "lpoly_": null, "rpoly_": null, "length": 279.84987141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6546, "l_t_add": 6598, "r_f_add": 6547, "r_t_add": 6599, "st_code": 84840, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721304, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28962, "Shape__Length": 111.50709634756566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155188255837103, 40.054368105784199 ], [ -75.154483724504303, 40.0549131276723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4983, "tnode_": 4907, "lpoly_": null, "rpoly_": null, "length": 208.33983213, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6514, "l_t_add": 6598, "r_f_add": 6519, "r_t_add": 6599, "st_code": 88190, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28963, "Shape__Length": 83.175523697228769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155188255837103, 40.054368105784199 ], [ -75.1551592729258, 40.054939588859398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5015, "tnode_": 4924, "lpoly_": null, "rpoly_": null, "length": 251.65993050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6544, "l_t_add": 6598, "r_f_add": 6535, "r_t_add": 6599, "st_code": 50740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721306, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28964, "Shape__Length": 100.4691338925268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152780715428804, 40.0541450108771 ], [ -75.152726536294594, 40.0548345907482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5043, "tnode_": 4983, "lpoly_": null, "rpoly_": null, "length": 146.50585784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6534, "l_t_add": 6544, "r_f_add": 6535, "r_t_add": 6545, "st_code": 84840, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721307, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 28965, "Shape__Length": 58.375054855990378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155557615512095, 40.0540831822154 ], [ -75.155188255837103, 40.054368105784199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5061, "tnode_": 4983, "lpoly_": null, "rpoly_": null, "length": 159.19467158, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6512, "l_t_add": 6512, "r_f_add": 6517, "r_t_add": 6517, "st_code": 88190, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28966, "Shape__Length": 63.55455051163505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155217458312094, 40.053931674573697 ], [ -75.155188255837103, 40.054368105784199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5061, "tnode_": 5043, "lpoly_": null, "rpoly_": null, "length": 110.0613247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2106, "r_f_add": 2101, "r_t_add": 2101, "st_code": 74660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721309, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28967, "Shape__Length": 43.81033836805679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155217458312094, 40.053931674573697 ], [ -75.155557615512095, 40.0540831822154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5113, "tnode_": 5061, "lpoly_": null, "rpoly_": null, "length": 270.50388744000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2056, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 74660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721310, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28968, "Shape__Length": 107.67760459820991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154385254453999, 40.053554291261499 ], [ -75.155217458312094, 40.053931674573697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5158, "tnode_": 5113, "lpoly_": null, "rpoly_": null, "length": 229.59135636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2054, "l_t_add": 2054, "r_f_add": 2027, "r_t_add": 2033, "st_code": 74660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721311, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28969, "Shape__Length": 91.396397374040248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153685781353502, 40.053225978449703 ], [ -75.153756210664199, 40.053267169727 ], [ -75.154385254453999, 40.053554291261499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5186, "tnode_": 5184, "lpoly_": null, "rpoly_": null, "length": 157.11588778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2126, "l_t_add": 2136, "r_f_add": 2119, "r_t_add": 2139, "st_code": 89140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28970, "Shape__Length": 62.478265835541393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156200466440495, 40.053164058372801 ], [ -75.156761063484694, 40.053184803973899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5191, "tnode_": 5061, "lpoly_": null, "rpoly_": null, "length": 295.29907931999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6510, "r_f_add": 6501, "r_t_add": 6515, "st_code": 88190, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28971, "Shape__Length": 117.88969032511517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155274186425402, 40.053122217465898 ], [ -75.155217458312094, 40.053931674573697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5191, "tnode_": 5186, "lpoly_": null, "rpoly_": null, "length": 259.75133883000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2124, "r_f_add": 2101, "r_t_add": 2117, "st_code": 89140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28972, "Shape__Length": 103.29240711942718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155274186425402, 40.053122217465898 ], [ -75.156200466440495, 40.053164058372801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5194, "tnode_": 5015, "lpoly_": null, "rpoly_": null, "length": 404.68352788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6542, "r_f_add": 6501, "r_t_add": 6533, "st_code": 50740, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721315, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28973, "Shape__Length": 161.55713572383144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152882508884701, 40.053036865319498 ], [ -75.152780715428804, 40.0541450108771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5194, "tnode_": 5196, "lpoly_": null, "rpoly_": null, "length": 118.65604741, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2022, "l_t_add": 2038, "r_f_add": 2021, "r_t_add": 2023, "st_code": 89140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721316, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-04-02T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28974, "Shape__Length": 47.184121325562202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152882508884701, 40.053036865319498 ], [ -75.153306128287099, 40.053047844753401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5196, "tnode_": 5158, "lpoly_": null, "rpoly_": null, "length": 124.52676826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2034, "l_t_add": 2052, "r_f_add": 2025, "r_t_add": 2025, "st_code": 74660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721317, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-04-02T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 28975, "Shape__Length": 49.571664799661946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153306128287099, 40.053047844753401 ], [ -75.153373309842493, 40.053078486752497 ], [ -75.153685781353502, 40.053225978449703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5197, "tnode_": 5191, "lpoly_": null, "rpoly_": null, "length": 230.73969872000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2074, "l_t_add": 2098, "r_f_add": 2067, "r_t_add": 2099, "st_code": 89140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28976, "Shape__Length": 91.755320471395606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154451019370399, 40.053089855466098 ], [ -75.155274186425402, 40.053122217465898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5196, "tnode_": 5201, "lpoly_": null, "rpoly_": null, "length": 112.1025221, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2040, "l_t_add": 2052, "r_f_add": 2025, "r_t_add": 2049, "st_code": 89140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721319, "oneway": "B", "class": 12, "responsibl": "CITY", "update_": "2004-04-02T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28977, "Shape__Length": 44.578088886480138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153306128287099, 40.053047844753401 ], [ -75.153706350771799, 40.053058216389701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5201, "tnode_": 5197, "lpoly_": null, "rpoly_": null, "length": 208.78186317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2054, "l_t_add": 2072, "r_f_add": 2051, "r_t_add": 2065, "st_code": 89140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721320, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 28978, "Shape__Length": 83.02373178873296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153706350771799, 40.053058216389701 ], [ -75.154451019370399, 40.053089855466098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4904, "tnode_": 4890, "lpoly_": null, "rpoly_": null, "length": 477.85282995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2128, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 89180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721321, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 28979, "Shape__Length": 190.04911841041411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156048997984598, 40.054981361651201 ], [ -75.156872945017099, 40.055012393065603 ], [ -75.157353359061105, 40.055042736056599 ], [ -75.157727905999707, 40.055150751635097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5113, "tnode_": 27430, "lpoly_": null, "rpoly_": null, "length": 492.39446145, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 48860, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721322, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 28980, "Shape__Length": 196.57557618295849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154385254453999, 40.053554291261499 ], [ -75.154274799134299, 40.054903303259401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5158, "tnode_": 4919, "lpoly_": null, "rpoly_": null, "length": 600.05062372999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 84580, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721323, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 28981, "Shape__Length": 239.55103492150172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153685781353502, 40.053225978449703 ], [ -75.153662475321497, 40.053297105955799 ], [ -75.153525634696194, 40.054867449648903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5201, "tnode_": 5158, "lpoly_": null, "rpoly_": null, "length": 61.38360599, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6434, "l_t_add": 6498, "r_f_add": 6435, "r_t_add": 6499, "st_code": 84580, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721324, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 28982, "Shape__Length": 24.50493844139676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153706350771799, 40.053058216389701 ], [ -75.153685781353502, 40.053225978449703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5237, "tnode_": 5194, "lpoly_": null, "rpoly_": null, "length": 64.32348151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6444, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 50740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721325, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28983, "Shape__Length": 25.679055606769136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152895545274404, 40.052860574336997 ], [ -75.152882508884701, 40.053036865319498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5404, "tnode_": 5397, "lpoly_": null, "rpoly_": null, "length": 227.71906461999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2138, "l_t_add": 2198, "r_f_add": 2139, "r_t_add": 2199, "st_code": 22550, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721326, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 28984, "Shape__Length": 90.553145502619557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569652902662, 40.051924072183098 ], [ -75.157777039146893, 40.051964352658104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5418, "tnode_": 5197, "lpoly_": null, "rpoly_": null, "length": 464.22769533999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 48860, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-09-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 28985, "Shape__Length": 185.32700387800179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154533230908896, 40.0518170636851 ], [ -75.154451019370399, 40.053089855466098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5418, "tnode_": 5419, "lpoly_": null, "rpoly_": null, "length": 231.28575571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2034, "l_t_add": 2098, "r_f_add": 2071, "r_t_add": 2099, "st_code": 22550, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 28986, "Shape__Length": 91.971310296844294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154533230908896, 40.0518170636851 ], [ -75.155357687773602, 40.051858033146303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5419, "tnode_": 5191, "lpoly_": null, "rpoly_": null, "length": 461.11418578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88190, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28987, "Shape__Length": 184.08405953387253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155357687773602, 40.051858033146303 ], [ -75.155274186425402, 40.053122217465898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5419, "tnode_": 5410, "lpoly_": null, "rpoly_": null, "length": 230.99957211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2116, "r_f_add": 2101, "r_t_add": 2117, "st_code": 22550, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 28988, "Shape__Length": 91.856909610469728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155357687773602, 40.051858033146303 ], [ -75.156181861485294, 40.051888979094997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5421, "tnode_": 5418, "lpoly_": null, "rpoly_": null, "length": 202.30562766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2018, "l_t_add": 2032, "r_f_add": 2055, "r_t_add": 2069, "st_code": 22550, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 28989, "Shape__Length": 80.446956091539789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153811741249797, 40.051785496327199 ], [ -75.154533230908896, 40.0518170636851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5422, "tnode_": 5237, "lpoly_": null, "rpoly_": null, "length": 404.88141524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6442, "r_f_add": 6401, "r_t_add": 6439, "st_code": 50740, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721332, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28990, "Shape__Length": 161.63349158581488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152990832393897, 40.051751542774902 ], [ -75.152895545274404, 40.052860574336997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5422, "tnode_": 5421, "lpoly_": null, "rpoly_": null, "length": 230.14331784000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2039, "r_t_add": 2053, "st_code": 22550, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 28991, "Shape__Length": 91.51646230797968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152990832393897, 40.051751542774902 ], [ -75.153811741249797, 40.051785496327199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5614, "tnode_": 5615, "lpoly_": null, "rpoly_": null, "length": 220.13271908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2124, "l_t_add": 2146, "r_f_add": 2125, "r_t_add": 2141, "st_code": 55140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 28992, "Shape__Length": 87.534168505370289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156265395934895, 40.050546497857603 ], [ -75.157050611950694, 40.050578566714101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5615, "tnode_": 5610, "lpoly_": null, "rpoly_": null, "length": 226.8951558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2148, "l_t_add": 2198, "r_f_add": 2143, "r_t_add": 2199, "st_code": 55140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 28993, "Shape__Length": 90.223266215197981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157050611950694, 40.050578566714101 ], [ -75.157859926617704, 40.050611957828103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5616, "tnode_": 5419, "lpoly_": null, "rpoly_": null, "length": 489.0639459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88190, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 28994, "Shape__Length": 195.23816886599326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155449739822998, 40.050517360928502 ], [ -75.155357687773602, 40.051858033146303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5616, "tnode_": 5614, "lpoly_": null, "rpoly_": null, "length": 228.59093437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 55140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 28995, "Shape__Length": 90.897237586304243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155449739822998, 40.050517360928502 ], [ -75.156265395934895, 40.050546497857603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5622, "tnode_": 5418, "lpoly_": null, "rpoly_": null, "length": 486.30230539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 48860, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 28996, "Shape__Length": 194.13574145434197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154621528904698, 40.050483833133001 ], [ -75.154533230908896, 40.0518170636851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5622, "tnode_": 5616, "lpoly_": null, "rpoly_": null, "length": 232.18069278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2045, "r_t_add": 2099, "st_code": 55140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 28997, "Shape__Length": 92.324855094288083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154621528904698, 40.050483833133001 ], [ -75.155449739822998, 40.050517360928502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5626, "tnode_": 5622, "lpoly_": null, "rpoly_": null, "length": 195.56515621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2024, "l_t_add": 2042, "r_f_add": 2025, "r_t_add": 2043, "st_code": 55140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 28998, "Shape__Length": 77.764663453299804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153923617527198, 40.0504605854141 ], [ -75.154621528904698, 40.050483833133001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5631, "tnode_": 5422, "lpoly_": null, "rpoly_": null, "length": 485.49740543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 50740, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721341, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 28999, "Shape__Length": 193.81298292412106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153103668031406, 40.0504216200057 ], [ -75.152990832393897, 40.051751542774902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5631, "tnode_": 5626, "lpoly_": null, "rpoly_": null, "length": 229.98507984000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2022, "r_f_add": 2001, "r_t_add": 2023, "st_code": 55140, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29000, "Shape__Length": 91.452083504186206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153103668031406, 40.0504216200057 ], [ -75.153923617527198, 40.0504605854141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5704, "tnode_": 5631, "lpoly_": null, "rpoly_": null, "length": 206.20622136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6264, "l_t_add": 6298, "r_f_add": 6265, "r_t_add": 6299, "st_code": 50740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721343, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29001, "Shape__Length": 82.317120806183581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153156428416906, 40.049857014006598 ], [ -75.153103668031406, 40.0504216200057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5764, "tnode_": 5758, "lpoly_": null, "rpoly_": null, "length": 226.05118514, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 49480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29002, "Shape__Length": 89.886477877677208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157114138368598, 40.049644105236098 ], [ -75.157920377153602, 40.049678142158399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5766, "tnode_": 5764, "lpoly_": null, "rpoly_": null, "length": 219.97653431999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2132, "l_t_add": 2148, "r_f_add": 2133, "r_t_add": 2149, "st_code": 49480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29003, "Shape__Length": 87.470621252506803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156329217592798, 40.049616280710097 ], [ -75.157114138368598, 40.049644105236098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5767, "tnode_": 5616, "lpoly_": null, "rpoly_": null, "length": 341.53035275000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 88190, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29004, "Shape__Length": 136.33967923728233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155505965258499, 40.049580816684703 ], [ -75.155449739822998, 40.050517360928502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5767, "tnode_": 5766, "lpoly_": null, "rpoly_": null, "length": 230.83592062, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2130, "r_f_add": 2101, "r_t_add": 2131, "st_code": 49480, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29005, "Shape__Length": 91.789029454518442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155505965258499, 40.049580816684703 ], [ -75.156329217592798, 40.049616280710097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5771, "tnode_": 5622, "lpoly_": null, "rpoly_": null, "length": 340.33141929, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 48860, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 29006, "Shape__Length": 135.86051164154054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154688541184896, 40.049551004342902 ], [ -75.154621528904698, 40.050483833133001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5771, "tnode_": 5767, "lpoly_": null, "rpoly_": null, "length": 229.10013082, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2044, "l_t_add": 2098, "r_f_add": 2045, "r_t_add": 2099, "st_code": 49480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29007, "Shape__Length": 91.098451395619833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154688541184896, 40.049551004342902 ], [ -75.155505965258499, 40.049580816684703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5775, "tnode_": 5626, "lpoly_": null, "rpoly_": null, "length": 341.38166317999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 84580, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29008, "Shape__Length": 136.2791934495296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154000976409705, 40.049525340734498 ], [ -75.153923617527198, 40.0504605854141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5775, "tnode_": 5771, "lpoly_": null, "rpoly_": null, "length": 192.71469642, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2024, "l_t_add": 2042, "r_f_add": 2025, "r_t_add": 2043, "st_code": 49480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29009, "Shape__Length": 76.630294998919808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154000976409705, 40.049525340734498 ], [ -75.154688541184896, 40.049551004342902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5781, "tnode_": 5775, "lpoly_": null, "rpoly_": null, "length": 231.22422244999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2022, "r_f_add": 2001, "r_t_add": 2023, "st_code": 49480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29010, "Shape__Length": 91.943101824550496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153176101477698, 40.049493258873603 ], [ -75.154000976409705, 40.049525340734498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5410, "tnode_": 5408, "lpoly_": null, "rpoly_": null, "length": 29.6026537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2118, "l_t_add": 2118, "r_f_add": 2119, "r_t_add": 2119, "st_code": 22550, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721353, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29011, "Shape__Length": 11.771617966449455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156181861485294, 40.051888979094997 ], [ -75.156287333396605, 40.051894805860002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5408, "tnode_": 5404, "lpoly_": null, "rpoly_": null, "length": 190.0905836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2120, "l_t_add": 2136, "r_f_add": 2121, "r_t_add": 2137, "st_code": 22550, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29012, "Shape__Length": 75.58973127955494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156287333396605, 40.051894805860002 ], [ -75.1569652902662, 40.051924072183098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5404, "tnode_": 27427, "lpoly_": null, "rpoly_": null, "length": 409.54308974999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 16500, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721355, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29013, "Shape__Length": 163.49617266999599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569652902662, 40.051924072183098 ], [ -75.156893864366296, 40.053046974668597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5421, "tnode_": 5201, "lpoly_": null, "rpoly_": null, "length": 464.5961242, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6432, "r_f_add": 6401, "r_t_add": 6433, "st_code": 84580, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721356, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29014, "Shape__Length": 185.47276754650633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153811741249797, 40.051785496327199 ], [ -75.153707049834196, 40.053006675146698 ], [ -75.153706350771799, 40.053058216389701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5615, "tnode_": 5404, "lpoly_": null, "rpoly_": null, "length": 490.7268643, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 16500, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721357, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29015, "Shape__Length": 195.90251441174391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157050611950694, 40.050578566714101 ], [ -75.1569652902662, 40.051924072183098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5626, "tnode_": 5421, "lpoly_": null, "rpoly_": null, "length": 483.65808687000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 84580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29016, "Shape__Length": 193.07885101145553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153923617527198, 40.0504605854141 ], [ -75.153811741249797, 40.051785496327199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5764, "tnode_": 5615, "lpoly_": null, "rpoly_": null, "length": 340.87297005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 16500, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721359, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29017, "Shape__Length": 136.07705500183886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157114138368598, 40.049644105236098 ], [ -75.157050611950694, 40.050578566714101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5614, "tnode_": 5410, "lpoly_": null, "rpoly_": null, "length": 489.60234255, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 60260, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721360, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29018, "Shape__Length": 195.45356674783247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156265395934895, 40.050546497857603 ], [ -75.156181861485294, 40.051888979094997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5766, "tnode_": 5614, "lpoly_": null, "rpoly_": null, "length": 339.33328846999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 60260, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721361, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29019, "Shape__Length": 135.46232548166304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156329217592798, 40.049616280710097 ], [ -75.156265395934895, 40.050546497857603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5408, "tnode_": 5186, "lpoly_": null, "rpoly_": null, "length": 463.00660882, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 60260, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721362, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29020, "Shape__Length": 184.83951401208489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156287333396605, 40.051894805860002 ], [ -75.156200466440495, 40.053164058372801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5237, "tnode_": 5196, "lpoly_": null, "rpoly_": null, "length": 133.659838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2030, "l_t_add": 2032, "r_f_add": 2023, "r_t_add": 2023, "st_code": 74660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721363, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-08T00:00:00Z", "newsegdate": "2004-03-08T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29021, "Shape__Length": 53.20489322105184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152895545274404, 40.052860574336997 ], [ -75.153306128287099, 40.053047844753401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5877, "tnode_": 5879, "lpoly_": null, "rpoly_": null, "length": 218.88209014, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2122, "l_t_add": 2144, "r_f_add": 2123, "r_t_add": 2145, "st_code": 37500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29022, "Shape__Length": 87.034395346590912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156370779740996, 40.048976441198398 ], [ -75.157152028724198, 40.0489997722647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5879, "tnode_": 5872, "lpoly_": null, "rpoly_": null, "length": 227.0017059, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2147, "r_t_add": 2199, "st_code": 37500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29023, "Shape__Length": 90.263654841889235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157152028724198, 40.0489997722647 ], [ -75.157961570218802, 40.049035050429197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5883, "tnode_": 5767, "lpoly_": null, "rpoly_": null, "length": 232.26332581, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6223, "st_code": 88190, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29024, "Shape__Length": 92.718681414788634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155550813464203, 40.0489441591115 ], [ -75.155505965258499, 40.049580816684703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5883, "tnode_": 5877, "lpoly_": null, "rpoly_": null, "length": 229.85735652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 37500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29025, "Shape__Length": 91.398869957994236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155550813464203, 40.0489441591115 ], [ -75.156370779740996, 40.048976441198398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5885, "tnode_": 5883, "lpoly_": null, "rpoly_": null, "length": 211.83612581, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2037, "r_t_add": 2099, "st_code": 37500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29026, "Shape__Length": 84.233163489172483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154795327351707, 40.048911642040501 ], [ -75.155550813464203, 40.0489441591115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5888, "tnode_": 5885, "lpoly_": null, "rpoly_": null, "length": 200.13931062, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2016, "l_t_add": 2034, "r_f_add": 2019, "r_t_add": 2035, "st_code": 37500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29027, "Shape__Length": 79.581779923209467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154081212707197, 40.048886074560599 ], [ -75.154795327351707, 40.048911642040501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5894, "tnode_": 5888, "lpoly_": null, "rpoly_": null, "length": 236.68545093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2017, "st_code": 37500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29028, "Shape__Length": 94.113922705164413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153237008336902, 40.048851100898801 ], [ -75.154081212707197, 40.048886074560599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6199, "tnode_": 6201, "lpoly_": null, "rpoly_": null, "length": 220.61470939, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2122, "l_t_add": 2144, "r_f_add": 2125, "r_t_add": 2145, "st_code": 73640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29029, "Shape__Length": 87.721700564386737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156471854837804, 40.047412642010798 ], [ -75.157258840736702, 40.047443497812999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6202, "tnode_": 5883, "lpoly_": null, "rpoly_": null, "length": 570.43793855000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 88190, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29030, "Shape__Length": 227.71363677512181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556490687598, 40.047380062270598 ], [ -75.155550813464203, 40.0489441591115 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6202, "tnode_": 6199, "lpoly_": null, "rpoly_": null, "length": 230.65660769, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2123, "st_code": 73640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29031, "Shape__Length": 91.7145761055219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1556490687598, 40.047380062270598 ], [ -75.156471854837804, 40.047412642010798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6203, "tnode_": 6202, "lpoly_": null, "rpoly_": null, "length": 208.69233909, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2026, "l_t_add": 2098, "r_f_add": 2029, "r_t_add": 2099, "st_code": 73640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721374, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29032, "Shape__Length": 82.981388805305841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154905055671904, 40.047344839389098 ], [ -75.1556490687598, 40.047380062270598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6208, "tnode_": 6210, "lpoly_": null, "rpoly_": null, "length": 162.46816543, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2008, "r_f_add": 2001, "r_t_add": 2011, "st_code": 73640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29033, "Shape__Length": 64.601557620592018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153607380027694, 40.0472894306752 ], [ -75.154186446602694, 40.047318678703299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6210, "tnode_": 5888, "lpoly_": null, "rpoly_": null, "length": 571.73566545999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 84580, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29034, "Shape__Length": 228.23118258695592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154186446602694, 40.047318678703299 ], [ -75.154081212707197, 40.048886074560599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6210, "tnode_": 6203, "lpoly_": null, "rpoly_": null, "length": 201.41095769, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2010, "l_t_add": 2024, "r_f_add": 2013, "r_t_add": 2027, "st_code": 73640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29035, "Shape__Length": 80.085601424469914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154186446602694, 40.047318678703299 ], [ -75.154905055671904, 40.047344839389098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6384, "tnode_": 6210, "lpoly_": null, "rpoly_": null, "length": 297.12350426, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 84580, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721378, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2011-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29036, "Shape__Length": 118.60669277943589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154240810705105, 40.046504110850499 ], [ -75.154186446602694, 40.047318678703299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6546, "tnode_": 6202, "lpoly_": null, "rpoly_": null, "length": 566.60360221000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 88190, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721379, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29037, "Shape__Length": 226.17763092230086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155751721525306, 40.0458266713919 ], [ -75.1556490687598, 40.047380062270598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6201, "tnode_": 6193, "lpoly_": null, "rpoly_": null, "length": 227.05336292000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2147, "r_t_add": 2199, "st_code": 73640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29038, "Shape__Length": 90.281662499631707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157258840736702, 40.047443497812999 ], [ -75.158069067785505, 40.047470840556898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6201, "tnode_": 5879, "lpoly_": null, "rpoly_": null, "length": 567.71284519000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 16500, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721381, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29039, "Shape__Length": 226.62560190951783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157258840736702, 40.047443497812999 ], [ -75.157152028724198, 40.0489997722647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6434, "tnode_": 6203, "lpoly_": null, "rpoly_": null, "length": 399.05639571, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 48860, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721382, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 29040, "Shape__Length": 159.29668591619867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154969403074304, 40.046250499883897 ], [ -75.154905055671904, 40.047344839389098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6688, "tnode_": 6201, "lpoly_": null, "rpoly_": null, "length": 822.83753516000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 16500, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721383, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29041, "Shape__Length": 328.46010287562865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157407272509502, 40.045187595236698 ], [ -75.157258840736702, 40.047443497812999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6199, "tnode_": 5877, "lpoly_": null, "rpoly_": null, "length": 570.36825536000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 60260, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721384, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29042, "Shape__Length": 227.68580626619345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156471854837804, 40.047412642010798 ], [ -75.156370779740996, 40.048976441198398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6203, "tnode_": 5885, "lpoly_": null, "rpoly_": null, "length": 571.5861019, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 48860, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721385, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 29043, "Shape__Length": 228.17135570055626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154905055671904, 40.047344839389098 ], [ -75.154795327351707, 40.048911642040501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6349, "tnode_": 6384, "lpoly_": null, "rpoly_": null, "length": 160.10835275000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2014, "r_f_add": 2001, "r_t_add": 2013, "st_code": 23080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721386, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29044, "Shape__Length": 63.683341991510389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153694683993294, 40.046559822727403 ], [ -75.153971549140294, 40.046591037158699 ], [ -75.154240810705105, 40.046504110850499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6384, "tnode_": 6434, "lpoly_": null, "rpoly_": null, "length": 223.92938031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2016, "l_t_add": 2040, "r_f_add": 2015, "r_t_add": 2033, "st_code": 23080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721387, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29045, "Shape__Length": 89.097354441799851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154240810705105, 40.046504110850499 ], [ -75.154969403074304, 40.046250499883897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6434, "tnode_": 6488, "lpoly_": null, "rpoly_": null, "length": 130.02013289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2042, "l_t_add": 2064, "r_f_add": 2035, "r_t_add": 2047, "st_code": 23080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721388, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29046, "Shape__Length": 51.760144327926525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154969403074304, 40.046250499883897 ], [ -75.155158680804604, 40.046182684382003 ], [ -75.155275499462505, 40.046123298066398 ], [ -75.1553540487227, 40.046058207894703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6488, "tnode_": 6546, "lpoly_": null, "rpoly_": null, "length": 139.6779346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2066, "l_t_add": 2098, "r_f_add": 2049, "r_t_add": 2099, "st_code": 23080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721389, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29047, "Shape__Length": 55.617594604410847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1553540487227, 40.046058207894703 ], [ -75.155751721525306, 40.0458266713919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6645, "tnode_": 6199, "lpoly_": null, "rpoly_": null, "length": 732.10150668999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 60260, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721390, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29048, "Shape__Length": 292.24040041775999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156606482103101, 40.045405603158997 ], [ -75.156471854837804, 40.047412642010798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6645, "tnode_": 6688, "lpoly_": null, "rpoly_": null, "length": 238.6496256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2140, "l_t_add": 2148, "r_f_add": 2135, "r_t_add": 2159, "st_code": 23080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29049, "Shape__Length": 94.932460203593124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156606482103101, 40.045405603158997 ], [ -75.156677997567797, 40.045369129964399 ], [ -75.157407272509502, 40.045187595236698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6349, "tnode_": 6208, "lpoly_": null, "rpoly_": null, "length": 266.90547147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 88170, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29050, "Shape__Length": 106.54177375959075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153694683993294, 40.046559822727403 ], [ -75.153607380027694, 40.0472894306752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6542, "tnode_": 6349, "lpoly_": null, "rpoly_": null, "length": 277.48938516000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5960, "l_t_add": 5998, "r_f_add": 5961, "r_t_add": 5999, "st_code": 88170, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29051, "Shape__Length": 110.7674452383708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153754698529198, 40.045799479687197 ], [ -75.153694683993294, 40.046559822727403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6542, "tnode_": 6548, "lpoly_": null, "rpoly_": null, "length": 156.79393495000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2018, "r_f_add": 2001, "r_t_add": 2033, "st_code": 22280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29052, "Shape__Length": 62.34615945963624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153754698529198, 40.045799479687197 ], [ -75.154197368842603, 40.045815985376201 ], [ -75.154261907494003, 40.045814835307397 ], [ -75.154310934044403, 40.045800862822396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6687, "tnode_": 6546, "lpoly_": null, "rpoly_": null, "length": 178.48840011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5960, "l_t_add": 5998, "r_f_add": 5965, "r_t_add": 5999, "st_code": 88190, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29053, "Shape__Length": 71.248612665910642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155772465981201, 40.045336959343402 ], [ -75.155751721525306, 40.0458266713919 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6800, "tnode_": 6542, "lpoly_": null, "rpoly_": null, "length": 429.59076306000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5938, "l_t_add": 5958, "r_f_add": 5941, "r_t_add": 5959, "st_code": 88170, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29054, "Shape__Length": 171.48151458523284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153824088503697, 40.044621409335299 ], [ -75.153754698529198, 40.045799479687197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7003, "tnode_": 6800, "lpoly_": null, "rpoly_": null, "length": 347.68319285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5936, "r_f_add": 5901, "r_t_add": 5939, "st_code": 88170, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721397, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29055, "Shape__Length": 138.78370482492821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153886581464306, 40.043668187584302 ], [ -75.153824088503697, 40.044621409335299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7011, "tnode_": 6710, "lpoly_": null, "rpoly_": null, "length": 471.57252081999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 84160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721398, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29056, "Shape__Length": 188.23843224071069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158264513275896, 40.043791342913103 ], [ -75.158220677497098, 40.045085426155197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7015, "tnode_": 6687, "lpoly_": null, "rpoly_": null, "length": 586.31048437999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5958, "r_f_add": 5901, "r_t_add": 5963, "st_code": 88190, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29057, "Shape__Length": 234.03733304394927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155868666891607, 40.043729398613202 ], [ -75.155796018705004, 40.045138650570799 ], [ -75.155772465981201, 40.045336959343402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6688, "tnode_": 6710, "lpoly_": null, "rpoly_": null, "length": 230.75356039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2161, "r_t_add": 2199, "st_code": 23080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29058, "Shape__Length": 91.758555970395918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157407272509502, 40.045187595236698 ], [ -75.158220677497098, 40.045085426155197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6800, "tnode_": 6810, "lpoly_": null, "rpoly_": null, "length": 383.42719088000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 83035, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721401, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29059, "Shape__Length": 152.52621500163667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153824088503697, 40.044621409335299 ], [ -75.154803222041906, 40.044791913724602 ], [ -75.155103354869894, 40.044631530300499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7014, "tnode_": 6645, "lpoly_": null, "rpoly_": null, "length": 603.06991096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "NORWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 60260, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N NORWOOD ST", "stname": "N NORWOOD ST", "objectid": 29060, "Shape__Length": 240.72727903381923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1567134781248, 40.043752149386002 ], [ -75.156606482103101, 40.045405603158997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7012, "tnode_": 6688, "lpoly_": null, "rpoly_": null, "length": 516.26876484999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16500, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721403, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29061, "Shape__Length": 206.07870500788329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157496116785097, 40.043772023016601 ], [ -75.157407272509502, 40.045187595236698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6810, "tnode_": 6687, "lpoly_": null, "rpoly_": null, "length": 318.01058130999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5946, "l_t_add": 5988, "r_f_add": 5955, "r_t_add": 5989, "st_code": 47280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721404, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29062, "Shape__Length": 126.76911265688508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155103354869894, 40.044631530300499 ], [ -75.155772465981201, 40.045336959343402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7007, "tnode_": 6810, "lpoly_": null, "rpoly_": null, "length": 420.03953614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5944, "r_f_add": 5901, "r_t_add": 5953, "st_code": 47280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29063, "Shape__Length": 167.45487621362102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154250673131102, 40.043682814716199 ], [ -75.155103354869894, 40.044631530300499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7003, "tnode_": 7007, "lpoly_": null, "rpoly_": null, "length": 102.12253718000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2002, "r_f_add": 2001, "r_t_add": 2003, "st_code": 59180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29064, "Shape__Length": 40.604285581185039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153886581464306, 40.043668187584302 ], [ -75.154155300123804, 40.043675317365803 ], [ -75.154250673131102, 40.043682814716199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7012, "tnode_": 7011, "lpoly_": null, "rpoly_": null, "length": 215.25044938000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2152, "l_t_add": 2198, "r_f_add": 2143, "r_t_add": 2199, "st_code": 59180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29065, "Shape__Length": 85.58362698694846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157496116785097, 40.043772023016601 ], [ -75.158264513275896, 40.043791342913103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7013, "tnode_": 7012, "lpoly_": null, "rpoly_": null, "length": 110.36795886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2142, "l_t_add": 2150, "r_f_add": 2127, "r_t_add": 2141, "st_code": 59180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29066, "Shape__Length": 43.882483462965737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157102319536605, 40.043758333168398 ], [ -75.157496116785097, 40.043772023016601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7014, "tnode_": 7013, "lpoly_": null, "rpoly_": null, "length": 108.89101807, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2120, "l_t_add": 2140, "r_f_add": 2121, "r_t_add": 2125, "st_code": 59180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29067, "Shape__Length": 43.294966510866828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1567134781248, 40.043752149386002 ], [ -75.157102319536605, 40.043758333168398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7015, "tnode_": 7014, "lpoly_": null, "rpoly_": null, "length": 236.67522617999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2118, "r_f_add": 2101, "r_t_add": 2119, "st_code": 59180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721410, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29068, "Shape__Length": 94.102124871753546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155868666891607, 40.043729398613202 ], [ -75.1567134781248, 40.043752149386002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7016, "tnode_": 7015, "lpoly_": null, "rpoly_": null, "length": 181.30863563000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2028, "l_t_add": 2098, "r_f_add": 2029, "r_t_add": 2099, "st_code": 59180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29069, "Shape__Length": 72.088501588211841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155221679015895, 40.043708166791298 ], [ -75.155868666891607, 40.043729398613202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7007, "tnode_": 7017, "lpoly_": null, "rpoly_": null, "length": 98.25958751, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2004, "l_t_add": 2016, "r_f_add": 2005, "r_t_add": 2017, "st_code": 59180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29070, "Shape__Length": 39.067905316579385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154250673131102, 40.043682814716199 ], [ -75.154601521325901, 40.0436893792088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7017, "tnode_": 7016, "lpoly_": null, "rpoly_": null, "length": 173.76656146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2018, "l_t_add": 2026, "r_f_add": 2019, "r_t_add": 2027, "st_code": 59180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29071, "Shape__Length": 69.089671298382342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154601521325901, 40.0436893792088 ], [ -75.155221679015895, 40.043708166791298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7099, "tnode_": 7003, "lpoly_": null, "rpoly_": null, "length": 133.43147384, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5820, "l_t_add": 5898, "r_f_add": 5821, "r_t_add": 5899, "st_code": 88170, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29072, "Shape__Length": 53.260839990755514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153912855225599, 40.043302459626197 ], [ -75.153886581464306, 40.043668187584302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7099, "tnode_": 7007, "lpoly_": null, "rpoly_": null, "length": 167.76140121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5872, "l_t_add": 5898, "r_f_add": 5873, "r_t_add": 5899, "st_code": 47280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29073, "Shape__Length": 66.881234138516959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153912855225599, 40.043302459626197 ], [ -75.154250673131102, 40.043682814716199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7212, "tnode_": 7208, "lpoly_": null, "rpoly_": null, "length": 173.78243646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2018, "l_t_add": 2032, "r_f_add": 2019, "r_t_add": 2033, "st_code": 24780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721416, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29074, "Shape__Length": 69.094970148998343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154654117642394, 40.042779404982099 ], [ -75.155274421000499, 40.0427961891968 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7208, "tnode_": 7214, "lpoly_": null, "rpoly_": null, "length": 180.98092373999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2034, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 24780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29075, "Shape__Length": 71.956887326241159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155274421000499, 40.0427961891968 ], [ -75.155920621505999, 40.042808474069901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7214, "tnode_": 7015, "lpoly_": null, "rpoly_": null, "length": 335.79253937000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 88190, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29076, "Shape__Length": 134.0359757917542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155920621505999, 40.042808474069901 ], [ -75.155868666891607, 40.043729398613202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7215, "tnode_": 7222, "lpoly_": null, "rpoly_": null, "length": 328.20703752999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2146, "l_t_add": 2198, "r_f_add": 2147, "r_t_add": 2199, "st_code": 24780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721419, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29077, "Shape__Length": 130.49340581228955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157138115834201, 40.042841064043898 ], [ -75.158309732896996, 40.042870368780697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7214, "tnode_": 7221, "lpoly_": null, "rpoly_": null, "length": 261.62721309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 24780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721420, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29078, "Shape__Length": 104.02154048869295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155920621505999, 40.042808474069901 ], [ -75.156854586982604, 40.042831302933998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7221, "tnode_": 7215, "lpoly_": null, "rpoly_": null, "length": 79.46300484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2122, "l_t_add": 2144, "r_f_add": 2123, "r_t_add": 2145, "st_code": 24780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721421, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29079, "Shape__Length": 31.594185160580796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156854586982604, 40.042831302933998 ], [ -75.157138115834201, 40.042841064043898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7226, "tnode_": 7099, "lpoly_": null, "rpoly_": null, "length": 197.36717056999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5819, "st_code": 88170, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721422, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29080, "Shape__Length": 78.781160073317722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153949373821604, 40.0427613911273 ], [ -75.153912855225599, 40.043302459626197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7226, "tnode_": 7212, "lpoly_": null, "rpoly_": null, "length": 197.42593866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 24780, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721423, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29081, "Shape__Length": 78.495439103599011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153949373821604, 40.0427613911273 ], [ -75.154654117642394, 40.042779404982099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7538, "tnode_": 7546, "lpoly_": null, "rpoly_": null, "length": 181.32125025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 23000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29082, "Shape__Length": 72.090418020019314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155354887738397, 40.041288817472399 ], [ -75.156002485167093, 40.041287643753797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7546, "tnode_": 7214, "lpoly_": null, "rpoly_": null, "length": 554.48680938999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88190, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 29083, "Shape__Length": 221.32684462411839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156002485167093, 40.041287643753797 ], [ -75.155920621505999, 40.042808474069901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7546, "tnode_": 7535, "lpoly_": null, "rpoly_": null, "length": 254.82339025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2125, "st_code": 23000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29084, "Shape__Length": 101.31376246133082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156002485167093, 40.041287643753797 ], [ -75.1569125057419, 40.041277500713797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7551, "tnode_": 7538, "lpoly_": null, "rpoly_": null, "length": 174.41491911999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2018, "l_t_add": 2034, "r_f_add": 2019, "r_t_add": 2033, "st_code": 23000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721427, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29085, "Shape__Length": 69.350030069564355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154738226080397, 40.041226216988598 ], [ -75.155066636874295, 40.0412726091877 ], [ -75.155354887738397, 40.041288817472399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7582, "tnode_": 7551, "lpoly_": null, "rpoly_": null, "length": 201.01351855, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2016, "r_f_add": 2001, "r_t_add": 2017, "st_code": 23000, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29086, "Shape__Length": 79.961723993342929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154069943208498, 40.041025692964801 ], [ -75.154414425991504, 40.0411403887245 ], [ -75.154738226080397, 40.041226216988598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7866, "tnode_": 7582, "lpoly_": null, "rpoly_": null, "length": 563.27848921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88170, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721429, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29087, "Shape__Length": 224.80503705806419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154417811460604, 40.039503006580901 ], [ -75.154106630261197, 40.040910543236201 ], [ -75.154069943208498, 40.041025692964801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7650, "tnode_": 7555, "lpoly_": null, "rpoly_": null, "length": 323.0661018, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2122, "l_t_add": 2160, "r_f_add": 2123, "r_t_add": 2161, "st_code": 61360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721431, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29088, "Shape__Length": 128.59804602159934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156988292843394, 40.040781854551298 ], [ -75.157953358586795, 40.041267968374598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7535, "tnode_": 7555, "lpoly_": null, "rpoly_": null, "length": 291.44904856, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2127, "r_t_add": 2199, "st_code": 23000, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29089, "Shape__Length": 115.87549864680432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569125057419, 40.041277500713797 ], [ -75.157953358586795, 40.041267968374598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7658, "tnode_": 7504, "lpoly_": null, "rpoly_": null, "length": 273.75148796999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 799, "r_f_add": 5651, "r_t_add": 5699, "st_code": 84160, "l_hundred": 700, "r_hundred": 5600, "seg_id": 721433, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29090, "Shape__Length": 109.26792883106815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1584063420825, 40.040745560653399 ], [ -75.158360932388803, 40.041496229685201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7555, "tnode_": 7504, "lpoly_": null, "rpoly_": null, "length": 141.19760895, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2162, "l_t_add": 2198, "r_f_add": 2163, "r_t_add": 2199, "st_code": 61360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721434, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29091, "Shape__Length": 56.214982712275322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157953358586795, 40.041267968374598 ], [ -75.158360932388803, 40.041496229685201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7212, "tnode_": 7017, "lpoly_": null, "rpoly_": null, "length": 331.81523753, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 84580, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721435, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29092, "Shape__Length": 132.4482685873414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154654117642394, 40.042779404982099 ], [ -75.154601521325901, 40.0436893792088 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7313, "tnode_": 7221, "lpoly_": null, "rpoly_": null, "length": 166.50707552, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5746, "l_t_add": 5760, "r_f_add": 5749, "r_t_add": 5767, "st_code": 16500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721436, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29093, "Shape__Length": 66.462999117073451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156875295886607, 40.0423744987052 ], [ -75.156854586982604, 40.042831302933998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7535, "tnode_": 7313, "lpoly_": null, "rpoly_": null, "length": 399.75367169000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5744, "r_f_add": 5701, "r_t_add": 5747, "st_code": 16500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721437, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29094, "Shape__Length": 159.56428138007317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1569125057419, 40.041277500713797 ], [ -75.156875295886607, 40.0423744987052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7551, "tnode_": 7212, "lpoly_": null, "rpoly_": null, "length": 566.29008866999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WOODSTOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 84580, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721438, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WOODSTOCK ST", "stname": "N WOODSTOCK ST", "objectid": 29095, "Shape__Length": 226.03802888369205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154738226080397, 40.041226216988598 ], [ -75.154654117642394, 40.042779404982099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7650, "tnode_": 7658, "lpoly_": null, "rpoly_": null, "length": 397.77550607000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELKINS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 31200, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELKINS AVE", "stname": "ELKINS AVE", "objectid": 29096, "Shape__Length": 158.15019565863392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156988292843394, 40.040781854551298 ], [ -75.157169909868003, 40.040759019369503 ], [ -75.1575669065233, 40.0407496624332 ], [ -75.1584063420825, 40.040745560653399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7112, "tnode_": 7011, "lpoly_": null, "rpoly_": null, "length": 160.59838603, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 84160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721440, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29097, "Shape__Length": 64.105265617528786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158288283520307, 40.043350860242199 ], [ -75.158264513275896, 40.043791342913103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7116, "tnode_": 7013, "lpoly_": null, "rpoly_": null, "length": 160.97762723, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 16500, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29098, "Shape__Length": 64.256855451431932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157118167596394, 40.043316598634 ], [ -75.157102319536605, 40.043758333168398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7215, "tnode_": 7116, "lpoly_": null, "rpoly_": null, "length": 173.31926466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BEECHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5762, "l_t_add": 5798, "r_f_add": 5769, "r_t_add": 5799, "st_code": 16500, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BEECHWOOD ST", "stname": "N BEECHWOOD ST", "objectid": 29099, "Shape__Length": 69.182682571469925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157138115834201, 40.042841064043898 ], [ -75.157118167596394, 40.043316598634 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7222, "tnode_": 7112, "lpoly_": null, "rpoly_": null, "length": 175.13794957, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5764, "l_t_add": 5798, "r_f_add": 5765, "r_t_add": 5799, "st_code": 84160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721443, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29100, "Shape__Length": 69.90862954072287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158309732896996, 40.042870368780697 ], [ -75.158288283520307, 40.043350860242199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7312, "tnode_": 7222, "lpoly_": null, "rpoly_": null, "length": 164.94591597, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5748, "l_t_add": 5762, "r_f_add": 5749, "r_t_add": 5763, "st_code": 84160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721444, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29101, "Shape__Length": 65.840116922285844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158320255399204, 40.042417645138798 ], [ -75.158309732896996, 40.042870368780697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7418, "tnode_": 7312, "lpoly_": null, "rpoly_": null, "length": 141.03971158000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5738, "l_t_add": 5746, "r_f_add": 5739, "r_t_add": 5747, "st_code": 84160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721445, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29102, "Shape__Length": 56.296912258692167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158343850407206, 40.0420308995431 ], [ -75.158320255399204, 40.042417645138798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7504, "tnode_": 7418, "lpoly_": null, "rpoly_": null, "length": 194.82993495000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5736, "r_f_add": 5701, "r_t_add": 5737, "st_code": 84160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721446, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WISTER ST", "stname": "E WISTER ST", "objectid": 29103, "Shape__Length": 77.76758974474572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158360932388803, 40.041496229685201 ], [ -75.158343850407206, 40.0420308995431 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7116, "tnode_": 7112, "lpoly_": null, "rpoly_": null, "length": 327.84843541000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 38040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29104, "Shape__Length": 130.3519473714405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157118167596394, 40.043316598634 ], [ -75.158288283520307, 40.043350860242199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7208, "tnode_": 7016, "lpoly_": null, "rpoly_": null, "length": 332.54612195000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 48860, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721448, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 29105, "Shape__Length": 132.74004373233529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155274421000499, 40.0427961891968 ], [ -75.155221679015895, 40.043708166791298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7313, "tnode_": 7312, "lpoly_": null, "rpoly_": null, "length": 404.87268054999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 35380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 721449, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FURLEY ST", "stname": "FURLEY ST", "objectid": 29106, "Shape__Length": 160.97446154592089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156875295886607, 40.0423744987052 ], [ -75.158320255399204, 40.042417645138798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7538, "tnode_": 7208, "lpoly_": null, "rpoly_": null, "length": 549.57212606999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAMBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 48860, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAMBERT ST", "stname": "N LAMBERT ST", "objectid": 29107, "Shape__Length": 219.36512477175012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155354887738397, 40.041288817472399 ], [ -75.155274421000499, 40.0427961891968 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4929, "tnode_": 4695, "lpoly_": null, "rpoly_": null, "length": 560.51452077, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 61420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721451, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 29108, "Shape__Length": 223.77542595403801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152003693913898, 40.054796093897799 ], [ -75.151884168727406, 40.056332027135298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4953, "tnode_": 4724, "lpoly_": null, "rpoly_": null, "length": 570.9824885, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 38180, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721452, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 29109, "Shape__Length": 227.93239717445906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148813172597599, 40.054550607775496 ], [ -75.148519457151295, 40.055892515694303 ], [ -75.148475221770298, 40.056096356779499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5010, "tnode_": 5015, "lpoly_": null, "rpoly_": null, "length": 393.3612266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 68380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 721453, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDLEY ST", "stname": "RIDLEY ST", "objectid": 29110, "Shape__Length": 156.42594770704989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1513779688635, 40.054208519239801 ], [ -75.152780715428804, 40.0541450108771 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5183, "tnode_": 27433, "lpoly_": null, "rpoly_": null, "length": 559.83683809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 38180, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 29111, "Shape__Length": 223.47807610339993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149040972504693, 40.0530197178661 ], [ -75.148709627157004, 40.054535294094599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5337, "tnode_": 5307, "lpoly_": null, "rpoly_": null, "length": 448.5691195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLONIAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 24320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721455, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLONIAL ST", "stname": "COLONIAL ST", "objectid": 29112, "Shape__Length": 178.39294251184776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146804747648901, 40.052080463799498 ], [ -75.148383731408899, 40.0522899760199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4936, "tnode_": 4701, "lpoly_": null, "rpoly_": null, "length": 568.57784671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 78760, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721456, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 29113, "Shape__Length": 226.98657690130997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150560338480005, 40.054714786391699 ], [ -75.1503354981554, 40.056266005761799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4975, "tnode_": 4751, "lpoly_": null, "rpoly_": null, "length": 572.71429005000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 18500, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 29114, "Shape__Length": 228.62307335441307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147126619026494, 40.054328288636 ], [ -75.146788247309303, 40.055878803907802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5170, "tnode_": 4936, "lpoly_": null, "rpoly_": null, "length": 591.86894042000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 78760, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721458, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 29115, "Shape__Length": 236.27958702108518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150791765568997, 40.053099800267901 ], [ -75.150560338480005, 40.054714786391699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5210, "tnode_": 4975, "lpoly_": null, "rpoly_": null, "length": 560.10867179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 18500, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 29116, "Shape__Length": 223.58573792691408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147459306289207, 40.052812129379198 ], [ -75.147126619026494, 40.054328288636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5274, "tnode_": 5260, "lpoly_": null, "rpoly_": null, "length": 444.08422751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLONIAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 24320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLONIAL ST", "stname": "COLONIAL ST", "objectid": 29117, "Shape__Length": 176.59952252719057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150026093524701, 40.052482574883101 ], [ -75.1516016541037, 40.0526244193561 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4986, "tnode_": 4768, "lpoly_": null, "rpoly_": null, "length": 570.73558176999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88110, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29118, "Shape__Length": 227.83349822056675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146336508453601, 40.054229043111903 ], [ -75.146003804114002, 40.055774777069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5227, "tnode_": 4986, "lpoly_": null, "rpoly_": null, "length": 561.28697703, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 88110, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29119, "Shape__Length": 224.05477631667239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146676624827094, 40.052710575391202 ], [ -75.146336508453601, 40.054229043111903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5337, "tnode_": 5227, "lpoly_": null, "rpoly_": null, "length": 232.32452502000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6438, "l_t_add": 6498, "r_f_add": 6439, "r_t_add": 6499, "st_code": 88110, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721463, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29120, "Shape__Length": 92.739745662223598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146804747648901, 40.052080463799498 ], [ -75.146676624827094, 40.052710575391202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5425, "tnode_": 5422, "lpoly_": null, "rpoly_": null, "length": 315.53103627000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1948, "l_t_add": 1998, "r_f_add": 2005, "r_t_add": 2037, "st_code": 22550, "l_hundred": 1900, "r_hundred": 2000, "seg_id": 721464, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29121, "Shape__Length": 125.47208362808497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151866825555999, 40.051687308898302 ], [ -75.152990832393897, 40.051751542774902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29559, "tnode_": 5431, "lpoly_": null, "rpoly_": null, "length": 204.19909269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1907, "st_code": 22550, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721465, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29122, "Shape__Length": 81.239436133158861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150474503251004, 40.051732434857598 ], [ -75.150556805842996, 40.051660713777601 ], [ -75.150668180815302, 40.051621941987896 ], [ -75.151149984394294, 40.051644750993503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5456, "tnode_": 28990, "lpoly_": null, "rpoly_": null, "length": 366.13967362999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22550, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721466, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29123, "Shape__Length": 145.6729438678168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148579977088204, 40.051392641825899 ], [ -75.149643712397094, 40.051524469832998 ], [ -75.1497761804535, 40.0513795949987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5476, "tnode_": 5337, "lpoly_": null, "rpoly_": null, "length": 331.25818463000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6436, "r_f_add": 6401, "r_t_add": 6437, "st_code": 88110, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29124, "Shape__Length": 132.22796669079855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147007242906398, 40.051184535762701 ], [ -75.146804747648901, 40.052080463799498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5476, "tnode_": 5456, "lpoly_": null, "rpoly_": null, "length": 446.76371646999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 22550, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721468, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29125, "Shape__Length": 177.6724892994263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147007242906398, 40.051184535762701 ], [ -75.148579977088204, 40.051392641825899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4931, "tnode_": 4698, "lpoly_": null, "rpoly_": null, "length": 565.76169421000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88170, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29126, "Shape__Length": 225.86221563034363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151296988380906, 40.054755267054098 ], [ -75.151070978723098, 40.056298606870101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5431, "tnode_": 5426, "lpoly_": null, "rpoly_": null, "length": 164.94282872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1920, "l_t_add": 1942, "r_f_add": 1909, "r_t_add": 1999, "st_code": 22550, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721470, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29127, "Shape__Length": 65.59043862401235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151149984394294, 40.051644750993503 ], [ -75.151737137291306, 40.051682396324303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5426, "tnode_": 5425, "lpoly_": null, "rpoly_": null, "length": 36.3499223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1944, "l_t_add": 1946, "r_f_add": 2001, "r_t_add": 2003, "st_code": 22550, "l_hundred": 0, "r_hundred": 0, "seg_id": 721471, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29128, "Shape__Length": 14.454497792774321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151737137291306, 40.051682396324303 ], [ -75.151866825555999, 40.051687308898302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5426, "tnode_": 5320, "lpoly_": null, "rpoly_": null, "length": 219.20510120999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6400, "l_t_add": 6420, "r_f_add": 6401, "r_t_add": 6427, "st_code": 88170, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29129, "Shape__Length": 87.506514545404599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151737137291306, 40.051682396324303 ], [ -75.151654209579902, 40.052280755579702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5556, "tnode_": 5456, "lpoly_": null, "rpoly_": null, "length": 223.44685241, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6338, "l_t_add": 6398, "r_f_add": 6331, "r_t_add": 6399, "st_code": 88130, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 29130, "Shape__Length": 89.193305127089019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148709896477001, 40.050787434590703 ], [ -75.148579977088204, 40.051392641825899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5556, "tnode_": 5516, "lpoly_": null, "rpoly_": null, "length": 223.12518125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1828, "r_f_add": 1801, "r_t_add": 1829, "st_code": 74660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721475, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29131, "Shape__Length": 88.842440155864779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148709896477001, 40.050787434590703 ], [ -75.14935806535, 40.051143866283098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5661, "tnode_": 5556, "lpoly_": null, "rpoly_": null, "length": 500.84271388999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 74660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721476, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29132, "Shape__Length": 199.42913616771682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147267285863407, 40.049974311637101 ], [ -75.148709896477001, 40.050787434590703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5670, "tnode_": 5429, "lpoly_": null, "rpoly_": null, "length": 556.84981504999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 61180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721477, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29133, "Shape__Length": 222.2754312838747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150478723091496, 40.050080300051697 ], [ -75.150144354546796, 40.051587165030703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5696, "tnode_": 5556, "lpoly_": null, "rpoly_": null, "length": 338.61074149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6336, "r_f_add": 6301, "r_t_add": 6329, "st_code": 88130, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 29134, "Shape__Length": 135.16146238674969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148909009383701, 40.049870590275901 ], [ -75.148709896477001, 40.050787434590703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5728, "tnode_": 5661, "lpoly_": null, "rpoly_": null, "length": 248.72646926000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 74660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29135, "Shape__Length": 99.034812304700921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146545263464404, 40.049576441911597 ], [ -75.147267285863407, 40.049974311637101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5733, "tnode_": 5704, "lpoly_": null, "rpoly_": null, "length": 99.13744704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6252, "l_t_add": 6262, "r_f_add": 6259, "r_t_add": 6263, "st_code": 50740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721480, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29136, "Shape__Length": 39.466090691781389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152858705356095, 40.0497096655821 ], [ -75.153156428416906, 40.049857014006598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5780, "tnode_": 5670, "lpoly_": null, "rpoly_": null, "length": 242.35591872000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6234, "l_t_add": 6298, "r_f_add": 6227, "r_t_add": 6299, "st_code": 61180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721481, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29137, "Shape__Length": 96.737586470792692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150631466839499, 40.049425442485798 ], [ -75.150478723091496, 40.050080300051697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5894, "tnode_": 5781, "lpoly_": null, "rpoly_": null, "length": 234.54804483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6211, "st_code": 88170, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29138, "Shape__Length": 93.629740800789676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153237008336902, 40.048851100898801 ], [ -75.153176101477698, 40.049493258873603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5916, "tnode_": 5733, "lpoly_": null, "rpoly_": null, "length": 549.22016192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6250, "r_f_add": 6201, "r_t_add": 6257, "st_code": 50740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721483, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29139, "Shape__Length": 218.84076638387393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151509004741897, 40.048616301966703 ], [ -75.1516532321792, 40.048715226117203 ], [ -75.152858705356095, 40.0497096655821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5916, "tnode_": 5894, "lpoly_": null, "rpoly_": null, "length": 492.09504716000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1906, "l_t_add": 1998, "r_f_add": 1941, "r_t_add": 1999, "st_code": 37500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29140, "Shape__Length": 195.69629669383764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151509004741897, 40.048616301966703 ], [ -75.153137087976901, 40.048818562643604 ], [ -75.153237008336902, 40.048851100898801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5934, "tnode_": 5780, "lpoly_": null, "rpoly_": null, "length": 331.44450788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6232, "r_f_add": 6201, "r_t_add": 6225, "st_code": 61180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721485, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29141, "Shape__Length": 132.29875596167278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150823449721699, 40.048527631204898 ], [ -75.150631466839499, 40.049425442485798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5934, "tnode_": 5916, "lpoly_": null, "rpoly_": null, "length": 194.62704789, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1904, "r_f_add": 1901, "r_t_add": 1939, "st_code": 37500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29142, "Shape__Length": 77.397326884374763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150823449721699, 40.048527631204898 ], [ -75.151509004741897, 40.048616301966703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5953, "tnode_": 5934, "lpoly_": null, "rpoly_": null, "length": 245.61609769, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1840, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1899, "st_code": 37500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29143, "Shape__Length": 97.674056609975509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149958363094399, 40.048415405868496 ], [ -75.150823449721699, 40.048527631204898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5977, "tnode_": 5696, "lpoly_": null, "rpoly_": null, "length": 571.42849262000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88130, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 29144, "Shape__Length": 228.10548837741385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490767565965, 40.048309661179303 ], [ -75.149018856602297, 40.049346379394301 ], [ -75.148986451434695, 40.049499681879702 ], [ -75.148909009383701, 40.049870590275901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5977, "tnode_": 5953, "lpoly_": null, "rpoly_": null, "length": 249.80314457, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1838, "r_f_add": 1801, "r_t_add": 1833, "st_code": 37500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29145, "Shape__Length": 99.337415882777861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490767565965, 40.048309661179303 ], [ -75.149958363094399, 40.048415405868496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5996, "tnode_": 5977, "lpoly_": null, "rpoly_": null, "length": 207.2120146, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1725, "r_t_add": 1799, "st_code": 37500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29146, "Shape__Length": 82.401886154329006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148347189754404, 40.048213833178202 ], [ -75.1490767565965, 40.048309661179303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6010, "tnode_": 5717, "lpoly_": null, "rpoly_": null, "length": 568.73962466, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88110, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721491, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29147, "Shape__Length": 227.01576488784653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147675475138001, 40.048126358815303 ], [ -75.147339162830306, 40.049666072721202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6010, "tnode_": 5996, "lpoly_": null, "rpoly_": null, "length": 190.73491166000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1723, "st_code": 37500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29148, "Shape__Length": 75.849202363162377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147675475138001, 40.048126358815303 ], [ -75.148347189754404, 40.048213833178202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6013, "tnode_": 5934, "lpoly_": null, "rpoly_": null, "length": 151.35375084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 61180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721493, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29149, "Shape__Length": 60.412790606477429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1509159441474, 40.048118273536602 ], [ -75.150823449721699, 40.048527631204898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6080, "tnode_": 6013, "lpoly_": null, "rpoly_": null, "length": 108.88212001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6054, "l_t_add": 6098, "r_f_add": 6061, "r_t_add": 6099, "st_code": 61180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721494, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29150, "Shape__Length": 43.459762806081677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150984253513599, 40.047824025901299 ], [ -75.1509159441474, 40.048118273536602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6140, "tnode_": 6010, "lpoly_": null, "rpoly_": null, "length": 243.47771795, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6152, "l_t_add": 6198, "r_f_add": 6155, "r_t_add": 6199, "st_code": 88110, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29151, "Shape__Length": 97.184364444715911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147816917707004, 40.047466882968102 ], [ -75.147675475138001, 40.048126358815303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6160, "tnode_": 6013, "lpoly_": null, "rpoly_": null, "length": 352.12380897000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6158, "l_t_add": 6188, "r_f_add": 6137, "r_t_add": 6155, "st_code": 50740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29152, "Shape__Length": 140.30327519743321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150050031186893, 40.047417209781301 ], [ -75.1509159441474, 40.048118273536602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6234, "tnode_": 6080, "lpoly_": null, "rpoly_": null, "length": 254.66697003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6028, "l_t_add": 6052, "r_f_add": 6035, "r_t_add": 6059, "st_code": 61180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721497, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29153, "Shape__Length": 101.65542852180513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151084970277495, 40.047129525451503 ], [ -75.151047067440402, 40.047481752230297 ], [ -75.150984253513599, 40.047824025901299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6234, "tnode_": 6208, "lpoly_": null, "rpoly_": null, "length": 708.58604326, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 73640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721498, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29154, "Shape__Length": 281.75454140710997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151084970277495, 40.047129525451503 ], [ -75.153607380027694, 40.0472894306752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6389, "tnode_": 6160, "lpoly_": null, "rpoly_": null, "length": 563.45005113000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6156, "r_f_add": 6101, "r_t_add": 6135, "st_code": 50740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29155, "Shape__Length": 224.49910429508529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148658126300703, 40.046300046004603 ], [ -75.150050031186893, 40.047417209781301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6399, "tnode_": 6140, "lpoly_": null, "rpoly_": null, "length": 437.97143481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6150, "r_f_add": 6101, "r_t_add": 6153, "st_code": 88110, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721500, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29156, "Shape__Length": 174.81376440204014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1480754797781, 40.046281136082698 ], [ -75.147816917707004, 40.047466882968102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5717, "tnode_": 5661, "lpoly_": null, "rpoly_": null, "length": 114.07505306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88110, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29157, "Shape__Length": 45.533680055694838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147339162830306, 40.049666072721202 ], [ -75.147267285863407, 40.049974311637101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5645, "tnode_": 5631, "lpoly_": null, "rpoly_": null, "length": 317.43317285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1937, "r_t_add": 1999, "st_code": 55140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721502, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29158, "Shape__Length": 126.23716447853523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151985774617899, 40.0502758009684 ], [ -75.153103668031406, 40.0504216200057 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5656, "tnode_": 5645, "lpoly_": null, "rpoly_": null, "length": 200.76225001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1924, "l_t_add": 1948, "r_f_add": 1919, "r_t_add": 1935, "st_code": 55140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29159, "Shape__Length": 79.839237817910814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151278794190205, 40.050183415036997 ], [ -75.151985774617899, 40.0502758009684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5670, "tnode_": 5656, "lpoly_": null, "rpoly_": null, "length": 227.11057014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1917, "st_code": 55140, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29160, "Shape__Length": 90.317055245402202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150478723091496, 40.050080300051697 ], [ -75.151278794190205, 40.050183415036997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5684, "tnode_": 5670, "lpoly_": null, "rpoly_": null, "length": 245.07625622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 55140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29161, "Shape__Length": 97.463267152680501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149617438114007, 40.049959906198097 ], [ -75.150478723091496, 40.050080300051697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5696, "tnode_": 5684, "lpoly_": null, "rpoly_": null, "length": 200.97880975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 55140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29162, "Shape__Length": 79.924390677039483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148909009383701, 40.049870590275901 ], [ -75.149617438114007, 40.049959906198097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5712, "tnode_": 5696, "lpoly_": null, "rpoly_": null, "length": 255.87746243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1721, "r_t_add": 1799, "st_code": 55140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29163, "Shape__Length": 101.75586887788644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148006804194296, 40.049758130029701 ], [ -75.148909009383701, 40.049870590275901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5717, "tnode_": 5712, "lpoly_": null, "rpoly_": null, "length": 189.89420235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1719, "st_code": 55140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29164, "Shape__Length": 75.517572975949108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147339162830306, 40.049666072721202 ], [ -75.148006804194296, 40.049758130029701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5656, "tnode_": 5431, "lpoly_": null, "rpoly_": null, "length": 533.56026963, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GARNET", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 36200, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721509, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GARNET ST", "stname": "N GARNET ST", "objectid": 29165, "Shape__Length": 212.99910100465183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151278794190205, 40.050183415036997 ], [ -75.151149984394294, 40.051644750993503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5780, "tnode_": 5733, "lpoly_": null, "rpoly_": null, "length": 632.06608591999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 49480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721510, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29166, "Shape__Length": 251.35666304524963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150631466839499, 40.049425442485798 ], [ -75.152858705356095, 40.0497096655821 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5996, "tnode_": 5712, "lpoly_": null, "rpoly_": null, "length": 570.57547201999989, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 18500, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 29167, "Shape__Length": 227.74841716523267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148347189754404, 40.048213833178202 ], [ -75.148006804194296, 40.049758130029701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6080, "tnode_": 6060, "lpoly_": null, "rpoly_": null, "length": 715.60464642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 73600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721512, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29168, "Shape__Length": 284.54913267222588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150984253513599, 40.047824025901299 ], [ -75.153530699174695, 40.047994355664898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5645, "tnode_": 5425, "lpoly_": null, "rpoly_": null, "length": 515.26594885999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 61420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721513, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 29169, "Shape__Length": 205.69646373194834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151985774617899, 40.0502758009684 ], [ -75.151866825555999, 40.051687308898302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5684, "tnode_": 5516, "lpoly_": null, "rpoly_": null, "length": 437.36655212999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 38180, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 721514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 29170, "Shape__Length": 174.58154960950495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149617438114007, 40.049959906198097 ], [ -75.14935806535, 40.051143866283098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5953, "tnode_": 5684, "lpoly_": null, "rpoly_": null, "length": 570.67375085000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 38180, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721515, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 29171, "Shape__Length": 227.78824706269103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149958363094399, 40.048415405868496 ], [ -75.149617438114007, 40.049959906198097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6160, "tnode_": 5953, "lpoly_": null, "rpoly_": null, "length": 365.22478941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 38180, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721516, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 29172, "Shape__Length": 145.79028125199551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150050031186893, 40.047417209781301 ], [ -75.149987982187, 40.0483347377941 ], [ -75.149958363094399, 40.048415405868496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6373, "tnode_": 6349, "lpoly_": null, "rpoly_": null, "length": 185.32600460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1980, "l_t_add": 1998, "r_f_add": 1981, "r_t_add": 1999, "st_code": 23080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29173, "Shape__Length": 73.692314833769757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153037265352907, 40.046500374614602 ], [ -75.153694683993294, 40.046559822727403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6387, "tnode_": 6234, "lpoly_": null, "rpoly_": null, "length": 304.12602556999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6026, "r_f_add": 6001, "r_t_add": 6033, "st_code": 61180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721518, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29174, "Shape__Length": 121.33083732997784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150682786696507, 40.046361409746503 ], [ -75.150830927472995, 40.046546668095701 ], [ -75.150969860034706, 40.046776919228201 ], [ -75.151034609022503, 40.046960069761603 ], [ -75.151084970277495, 40.047129525451503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6389, "tnode_": 6387, "lpoly_": null, "rpoly_": null, "length": 567.2829661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1714, "l_t_add": 1798, "r_f_add": 1715, "r_t_add": 1899, "st_code": 23080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29175, "Shape__Length": 225.56073737420556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148658126300703, 40.046300046004603 ], [ -75.150682786696507, 40.046361409746503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6387, "tnode_": 6396, "lpoly_": null, "rpoly_": null, "length": 339.22344636000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1901, "r_t_add": 1935, "st_code": 23080, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 721520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29176, "Shape__Length": 134.88076614747499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150682786696507, 40.046361409746503 ], [ -75.151893462872195, 40.0463986768155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6396, "tnode_": 6373, "lpoly_": null, "rpoly_": null, "length": 322.36835968999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1978, "r_f_add": 1937, "r_t_add": 1979, "st_code": 23080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29177, "Shape__Length": 128.18493647106149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151893462872195, 40.0463986768155 ], [ -75.152318676571795, 40.046434789309103 ], [ -75.152430089916095, 40.046444251016702 ], [ -75.153037265352907, 40.046500374614602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6399, "tnode_": 6389, "lpoly_": null, "rpoly_": null, "length": 163.26850976999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1712, "r_f_add": 1701, "r_t_add": 1713, "st_code": 23080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29178, "Shape__Length": 64.918178430530162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1480754797781, 40.046281136082698 ], [ -75.148658126300703, 40.046300046004603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6480, "tnode_": 6399, "lpoly_": null, "rpoly_": null, "length": 134.43780778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6034, "l_t_add": 6098, "r_f_add": 6035, "r_t_add": 6099, "st_code": 88110, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29179, "Shape__Length": 53.659511812039348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148154524293602, 40.045917123014704 ], [ -75.1480754797781, 40.046281136082698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6686, "tnode_": 6685, "lpoly_": null, "rpoly_": null, "length": 654.01776297000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-23T00:00:00Z", "newsegdate": "2001-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29180, "Shape__Length": 260.04262911778602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149651029212706, 40.0449970482127 ], [ -75.150146103831304, 40.045010788737201 ], [ -75.151985499077398, 40.045061821065502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6692, "tnode_": 6686, "lpoly_": null, "rpoly_": null, "length": 357.64337096000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 22280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29181, "Shape__Length": 142.20346981906206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148376467359398, 40.044931490341099 ], [ -75.149651029212706, 40.0449970482127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6843, "tnode_": 6834, "lpoly_": null, "rpoly_": null, "length": 315.64035689000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 83035, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721526, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29182, "Shape__Length": 125.51198780173824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148528576149403, 40.044229393959903 ], [ -75.149641233083699, 40.044368958586098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7019, "tnode_": 6373, "lpoly_": null, "rpoly_": null, "length": 1038.7419487, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "OPAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 61420, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N OPAL ST", "stname": "N OPAL ST", "objectid": 29183, "Shape__Length": 414.63710634906982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153228255607601, 40.043652687233603 ], [ -75.153037265352907, 40.046500374614602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7019, "tnode_": 7003, "lpoly_": null, "rpoly_": null, "length": 184.40462498, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1940, "l_t_add": 1998, "r_f_add": 1927, "r_t_add": 1999, "st_code": 59180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29184, "Shape__Length": 73.319151173287068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153228255607601, 40.043652687233603 ], [ -75.153886581464306, 40.043668187584302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7023, "tnode_": 7019, "lpoly_": null, "rpoly_": null, "length": 320.4339206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1938, "r_f_add": 1901, "r_t_add": 1925, "st_code": 59180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29185, "Shape__Length": 127.40457634221215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152084667865694, 40.0436179109291 ], [ -75.152501903863296, 40.043629563013198 ], [ -75.152613727614295, 40.043632685363299 ], [ -75.153228255607601, 40.043652687233603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7030, "tnode_": 6983, "lpoly_": null, "rpoly_": null, "length": 318.31830538000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 59180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721530, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29186, "Shape__Length": 126.57719631734125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148679194258506, 40.043533042795602 ], [ -75.149799401405303, 40.043682368461198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7194, "tnode_": 7099, "lpoly_": null, "rpoly_": null, "length": 186.89256403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5844, "l_t_add": 5870, "r_f_add": 5801, "r_t_add": 5871, "st_code": 47280, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29187, "Shape__Length": 74.503366714715099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153527681028507, 40.042883445309698 ], [ -75.153912855225599, 40.043302459626197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7194, "tnode_": 7226, "lpoly_": null, "rpoly_": null, "length": 130.65746336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1916, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 24780, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721532, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29188, "Shape__Length": 51.984458175821331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153527681028507, 40.042883445309698 ], [ -75.153616159297201, 40.042828238794002 ], [ -75.153685608612406, 40.0427935606563 ], [ -75.153765067270101, 40.042771191341203 ], [ -75.1538308978743, 40.042762610363503 ], [ -75.153949373821604, 40.0427613911273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7374, "tnode_": 7194, "lpoly_": null, "rpoly_": null, "length": 413.70799812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5842, "r_f_add": 5765, "r_t_add": 5799, "st_code": 47280, "l_hundred": 5800, "r_hundred": 5700, "seg_id": 721533, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29189, "Shape__Length": 164.92823982431403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1526914775596, 40.04194721364 ], [ -75.153292436508494, 40.042609632741097 ], [ -75.153527681028507, 40.042883445309698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6549, "tnode_": 6532, "lpoly_": null, "rpoly_": null, "length": 500.30881059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 69400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721534, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 29190, "Shape__Length": 198.92916271020775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150150553581895, 40.045667928533298 ], [ -75.151935855894706, 40.045727739172499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6553, "tnode_": 6549, "lpoly_": null, "rpoly_": null, "length": 538.60906487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 69400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721535, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 29191, "Shape__Length": 214.15734349961858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148228238296895, 40.045609920900802 ], [ -75.150150553581895, 40.045667928533298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6834, "tnode_": 6839, "lpoly_": null, "rpoly_": null, "length": 672.25317837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 83035, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-08-23T00:00:00Z", "newsegdate": "2001-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29192, "Shape__Length": 267.29838238543118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149641233083699, 40.044368958586098 ], [ -75.149717235994203, 40.044343333178603 ], [ -75.149805209624105, 40.044327310531202 ], [ -75.150188519561397, 40.0443376984027 ], [ -75.150299932246895, 40.044340717268099 ], [ -75.152031521496596, 40.044387626298096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6553, "tnode_": 6480, "lpoly_": null, "rpoly_": null, "length": 113.79564625, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6022, "l_t_add": 6032, "r_f_add": 6003, "r_t_add": 6033, "st_code": 88110, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721537, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29193, "Shape__Length": 45.419142331890228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148228238296895, 40.045609920900802 ], [ -75.148154524293602, 40.045917123014704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7158, "tnode_": 7162, "lpoly_": null, "rpoly_": null, "length": 125.77642878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1832, "r_f_add": 1801, "r_t_add": 1833, "st_code": 24780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721538, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29194, "Shape__Length": 50.012483972680911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149962654025899, 40.042931078544598 ], [ -75.150116584516596, 40.042962015768701 ], [ -75.150406613143403, 40.0429563467018 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7182, "tnode_": 7158, "lpoly_": null, "rpoly_": null, "length": 317.99720817000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 24780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721539, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29195, "Shape__Length": 126.44737568916698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148842733837597, 40.042785744992102 ], [ -75.149962654025899, 40.042931078544598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7177, "tnode_": 7194, "lpoly_": null, "rpoly_": null, "length": 400.41885285999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1914, "r_f_add": 1879, "r_t_add": 1919, "st_code": 24780, "l_hundred": 1900, "r_hundred": 1800, "seg_id": 721540, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29196, "Shape__Length": 159.27699002176237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152184778934796, 40.042849421667498 ], [ -75.152354904085598, 40.042922563552096 ], [ -75.1524762477558, 40.042969610579199 ], [ -75.152605984225104, 40.0430027508432 ], [ -75.152762206073902, 40.043028434721101 ], [ -75.152919353309898, 40.043029974036102 ], [ -75.153066491226099, 40.043019204211703 ], [ -75.153214091091797, 40.042996362009198 ], [ -75.153426212755704, 40.042930675154999 ], [ -75.153527681028507, 40.042883445309698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7508, "tnode_": 7329, "lpoly_": null, "rpoly_": null, "length": 473.05298373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 61180, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721541, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29197, "Shape__Length": 188.53198854295741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151251610302694, 40.041183862379199 ], [ -75.151165355982997, 40.041320672078299 ], [ -75.151018971413293, 40.041490236431599 ], [ -75.150856546131493, 40.041648895746398 ], [ -75.1506814663569, 40.041779861337297 ], [ -75.150566519658994, 40.041844723821598 ], [ -75.150484460874594, 40.041910330481002 ], [ -75.150339686189596, 40.042037764642501 ], [ -75.150208687207197, 40.042191311962199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7645, "tnode_": 7508, "lpoly_": null, "rpoly_": null, "length": 218.44242855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5660, "l_t_add": 5698, "r_f_add": 5681, "r_t_add": 5699, "st_code": 61180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721542, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29198, "Shape__Length": 87.150812310574679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151507311822797, 40.040621708949999 ], [ -75.151437246825296, 40.040875572217402 ], [ -75.1513344279916, 40.041066224207597 ], [ -75.151251610302694, 40.041183862379199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7645, "tnode_": 7374, "lpoly_": null, "rpoly_": null, "length": 585.73136235000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5763, "st_code": 47280, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29199, "Shape__Length": 233.50290783794139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151507311822797, 40.040621708949999 ], [ -75.152525798803396, 40.041762042091001 ], [ -75.1526914775596, 40.04194721364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7661, "tnode_": 7582, "lpoly_": null, "rpoly_": null, "length": 239.98464035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1920, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 23000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29200, "Shape__Length": 95.531804443943571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1533599467557, 40.040656890562403 ], [ -75.153892348047506, 40.040940473274901 ], [ -75.154069943208498, 40.041025692964801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7645, "tnode_": 7693, "lpoly_": null, "rpoly_": null, "length": 91.21774559, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1800, "r_f_add": 1801, "r_t_add": 1801, "st_code": 23000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29201, "Shape__Length": 36.319035028882666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151507311822797, 40.040621708949999 ], [ -75.1516518525641, 40.040526973259198 ], [ -75.151766074653295, 40.040470478234603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7693, "tnode_": 7714, "lpoly_": null, "rpoly_": null, "length": 246.3507724, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1802, "l_t_add": 1898, "r_f_add": 1803, "r_t_add": 1899, "st_code": 23000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29202, "Shape__Length": 97.969359388452517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151766074653295, 40.040470478234603 ], [ -75.151971423619699, 40.0403937693317 ], [ -75.152153844615995, 40.040358134269297 ], [ -75.152307077726604, 40.040341719769202 ], [ -75.152464871210398, 40.040341312046998 ], [ -75.152615641923504, 40.040339091036699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7714, "tnode_": 7661, "lpoly_": null, "rpoly_": null, "length": 239.74251398000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1919, "st_code": 23000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29203, "Shape__Length": 95.407820037126328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152615641923504, 40.040339091036699 ], [ -75.152903894481, 40.040426784184199 ], [ -75.153094676457499, 40.040510619597597 ], [ -75.1533599467557, 40.040656890562403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7882, "tnode_": 7866, "lpoly_": null, "rpoly_": null, "length": 221.5341564, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1912, "l_t_add": 1998, "r_f_add": 1913, "r_t_add": 1999, "st_code": 61360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721548, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29204, "Shape__Length": 88.085683855408021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153637632047804, 40.039401855982902 ], [ -75.154417811460604, 40.039503006580901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7904, "tnode_": 7714, "lpoly_": null, "rpoly_": null, "length": 382.47914905, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88150, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721549, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29205, "Shape__Length": 152.64888183135531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152839455376494, 40.039303329523499 ], [ -75.152615641923504, 40.040339091036699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7904, "tnode_": 7882, "lpoly_": null, "rpoly_": null, "length": 226.35148087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1910, "r_f_add": 1901, "r_t_add": 1911, "st_code": 61360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 721550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29206, "Shape__Length": 90.000101933107771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152839455376494, 40.039303329523499 ], [ -75.153637632047804, 40.039401855982902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7914, "tnode_": 7904, "lpoly_": null, "rpoly_": null, "length": 225.56923626, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 61360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721551, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29207, "Shape__Length": 89.690848649301216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152046240489398, 40.039195129150698 ], [ -75.152839455376494, 40.039303329523499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7933, "tnode_": 7940, "lpoly_": null, "rpoly_": null, "length": 407.82567955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 61360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721552, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29208, "Shape__Length": 162.13996239680654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148534441447396, 40.039011681968098 ], [ -75.149990399022201, 40.038980474299997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7940, "tnode_": 7645, "lpoly_": null, "rpoly_": null, "length": 733.3816407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5658, "r_f_add": 5601, "r_t_add": 5679, "st_code": 61180, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721553, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29209, "Shape__Length": 292.34036373339649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149990399022201, 40.038980474299997 ], [ -75.151507311822797, 40.040621708949999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7940, "tnode_": 7914, "lpoly_": null, "rpoly_": null, "length": 581.32464115000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 61360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721554, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29210, "Shape__Length": 231.13560128972259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149990399022201, 40.038980474299997 ], [ -75.150423824864902, 40.039004046700903 ], [ -75.150810381130796, 40.039039102628898 ], [ -75.152046240489398, 40.039195129150698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7628, "tnode_": 7369, "lpoly_": null, "rpoly_": null, "length": 546.39072935000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIRGINIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 80240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721555, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIRGINIAN RD", "stname": "VIRGINIAN RD", "objectid": 29211, "Shape__Length": 217.83885922834298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149085704690407, 40.040650762301098 ], [ -75.149045965943799, 40.040744015254603 ], [ -75.148027026851196, 40.041906616978501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7882, "tnode_": 7661, "lpoly_": null, "rpoly_": null, "length": 463.75201725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 78760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 29212, "Shape__Length": 185.08483709811333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153637632047804, 40.039401855982902 ], [ -75.1533599467557, 40.040656890562403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7644, "tnode_": 7347, "lpoly_": null, "rpoly_": null, "length": 629.90043536999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88110, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721557, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29213, "Shape__Length": 251.11533195457216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150353570542293, 40.040615917155101 ], [ -75.1490885174466, 40.042045792881403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7914, "tnode_": 7693, "lpoly_": null, "rpoly_": null, "length": 471.16430782000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88130, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721558, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 29214, "Shape__Length": 188.04285136089322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152046240489398, 40.039195129150698 ], [ -75.151766074653295, 40.040470478234603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4876, "tnode_": 4786, "lpoly_": null, "rpoly_": null, "length": 210.49327297, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6634, "l_t_add": 6698, "r_f_add": 6649, "r_t_add": 6699, "st_code": 88090, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29215, "Shape__Length": 84.02817324355857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144546697407705, 40.054999432505099 ], [ -75.144427106801203, 40.055569906137301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4888, "tnode_": 4815, "lpoly_": null, "rpoly_": null, "length": 210.54571153000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6630, "l_t_add": 6698, "r_f_add": 6631, "r_t_add": 6699, "st_code": 88070, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29216, "Shape__Length": 84.047011007862068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142983337006498, 40.054797637765702 ], [ -75.142851145473202, 40.055366613147697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4939, "tnode_": 4876, "lpoly_": null, "rpoly_": null, "length": 160.40330601, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6616, "l_t_add": 6632, "r_f_add": 6615, "r_t_add": 6647, "st_code": 88090, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29217, "Shape__Length": 64.031090223778818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144643892734805, 40.054565487750402 ], [ -75.144546697407705, 40.054999432505099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4957, "tnode_": 4888, "lpoly_": null, "rpoly_": null, "length": 159.99208237, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6614, "l_t_add": 6628, "r_f_add": 6615, "r_t_add": 6629, "st_code": 88070, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29218, "Shape__Length": 63.86750510220844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143075043770196, 40.054364131802402 ], [ -75.142983337006498, 40.054797637765702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5005, "tnode_": 4939, "lpoly_": null, "rpoly_": null, "length": 197.36861668999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6614, "r_f_add": 6601, "r_t_add": 6613, "st_code": 88090, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721563, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29219, "Shape__Length": 78.786582153075287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144763905293203, 40.054031594961003 ], [ -75.144643892734805, 40.054565487750402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5042, "tnode_": 4957, "lpoly_": null, "rpoly_": null, "length": 201.03847006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6612, "r_f_add": 6601, "r_t_add": 6613, "st_code": 88070, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29220, "Shape__Length": 80.252078748608952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143191886551804, 40.053819611208297 ], [ -75.143075043770196, 40.054364131802402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5047, "tnode_": 5005, "lpoly_": null, "rpoly_": null, "length": 73.203169190000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6558, "l_t_add": 6598, "r_f_add": 6559, "r_t_add": 6599, "st_code": 88090, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29221, "Shape__Length": 29.221663259705721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144806947072098, 40.0538333845887 ], [ -75.144763905293203, 40.054031594961003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5242, "tnode_": 5227, "lpoly_": null, "rpoly_": null, "length": 225.1382774, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1616, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 89140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29222, "Shape__Length": 89.536206912915731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145883653343901, 40.0526075294554 ], [ -75.146676624827094, 40.052710575391202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5256, "tnode_": 5047, "lpoly_": null, "rpoly_": null, "length": 489.91928868999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6556, "r_f_add": 6501, "r_t_add": 6557, "st_code": 88090, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29223, "Shape__Length": 195.5661221326715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145098483408503, 40.052507291267503 ], [ -75.144806947072098, 40.0538333845887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5278, "tnode_": 5047, "lpoly_": null, "rpoly_": null, "length": 661.34255785999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CUTLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 26540, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721568, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CUTLER ST", "stname": "CUTLER ST", "objectid": 29224, "Shape__Length": 263.73096188315486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143573119922493, 40.052306326962999 ], [ -75.143696922037407, 40.052518236971302 ], [ -75.143787057397603, 40.052658965738701 ], [ -75.143979499893902, 40.0528999091038 ], [ -75.144538074529507, 40.0535536766644 ], [ -75.144601242283201, 40.0535670233823 ], [ -75.144688518021496, 40.053668966129599 ], [ -75.144760626125105, 40.053746861753197 ], [ -75.144806947072098, 40.0538333845887 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5302, "tnode_": 5062, "lpoly_": null, "rpoly_": null, "length": 580.62586412000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 61300, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721569, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2008-07-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29225, "Shape__Length": 231.64474086915976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142642457648506, 40.0521877544844 ], [ -75.142194907059107, 40.052868707884997 ], [ -75.142035668776202, 40.053222169033802 ], [ -75.141795389846294, 40.053640161997698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5499, "tnode_": 5476, "lpoly_": null, "rpoly_": null, "length": 222.51004748999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1622, "l_t_add": 1698, "r_f_add": 1623, "r_t_add": 1699, "st_code": 22550, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29226, "Shape__Length": 88.488601862198749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146223101982201, 40.0510847318873 ], [ -75.147007242906398, 40.051184535762701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5519, "tnode_": 5512, "lpoly_": null, "rpoly_": null, "length": 223.9394351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1518, "l_t_add": 1598, "r_f_add": 1519, "r_t_add": 1599, "st_code": 22550, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29227, "Shape__Length": 89.057188635883335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144642515909794, 40.050880204853897 ], [ -75.145431220670005, 40.050982811732098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27429, "tnode_": 5519, "lpoly_": null, "rpoly_": null, "length": 226.41304567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1502, "l_t_add": 1516, "r_f_add": 1503, "r_t_add": 1517, "st_code": 22550, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29228, "Shape__Length": 90.040064803629733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143844288510707, 40.050780220097003 ], [ -75.144642515909794, 40.050880204853897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5561, "tnode_": 5544, "lpoly_": null, "rpoly_": null, "length": 391.54682379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 22550, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29229, "Shape__Length": 155.71070886882447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142216916403001, 40.050572396795999 ], [ -75.143596702013596, 40.050748219513501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4998, "tnode_": 4986, "lpoly_": null, "rpoly_": null, "length": 221.51547673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1618, "l_t_add": 1698, "r_f_add": 1617, "r_t_add": 1699, "st_code": 89180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721575, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29230, "Shape__Length": 88.097520985890625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145556405971803, 40.054127082563902 ], [ -75.146336508453601, 40.054229043111903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5005, "tnode_": 4998, "lpoly_": null, "rpoly_": null, "length": 224.56591189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1615, "st_code": 89180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721576, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29231, "Shape__Length": 89.309121224031742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144763905293203, 40.054031594961003 ], [ -75.145300449691504, 40.054098210157697 ], [ -75.145556405971803, 40.054127082563902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5042, "tnode_": 5005, "lpoly_": null, "rpoly_": null, "length": 446.79146422000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 89180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721577, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29232, "Shape__Length": 177.69118561717119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143191886551804, 40.053819611208297 ], [ -75.144763905293203, 40.054031594961003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4888, "tnode_": 4876, "lpoly_": null, "rpoly_": null, "length": 443.76824552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINSDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 47840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721579, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINSDALE ST", "stname": "KINSDALE ST", "objectid": 29233, "Shape__Length": 176.48966802312674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142983337006498, 40.054797637765702 ], [ -75.144546697407705, 40.054999432505099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5242, "tnode_": 4998, "lpoly_": null, "rpoly_": null, "length": 561.07721084999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 73080, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 29234, "Shape__Length": 223.97256709934192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145883653343901, 40.0526075294554 ], [ -75.145556405971803, 40.054127082563902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5499, "tnode_": 5242, "lpoly_": null, "rpoly_": null, "length": 562.81250659, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 73080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721581, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 29235, "Shape__Length": 224.65863146090987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146223101982201, 40.0510847318873 ], [ -75.146127403100195, 40.051502411308803 ], [ -75.145883653343901, 40.0526075294554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4957, "tnode_": 4939, "lpoly_": null, "rpoly_": null, "length": 445.25993377000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 61700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721582, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORLAND ST", "stname": "ORLAND ST", "objectid": 29236, "Shape__Length": 177.08157962996765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143075043770196, 40.054364131802402 ], [ -75.144643892734805, 40.054565487750402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4998, "tnode_": 4778, "lpoly_": null, "rpoly_": null, "length": 570.47023045999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 73080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 721583, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 29237, "Shape__Length": 227.72562860861842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145556405971803, 40.054127082563902 ], [ -75.145212863104305, 40.055670676791898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5813, "tnode_": 5728, "lpoly_": null, "rpoly_": null, "length": 247.06376794000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 74660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721585, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29238, "Shape__Length": 98.374829418058965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145831755467398, 40.049177313426199 ], [ -75.146545263464404, 40.049576441911597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5880, "tnode_": 5674, "lpoly_": null, "rpoly_": null, "length": 491.74223304000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6300, "r_f_add": 6231, "r_t_add": 6299, "st_code": 61300, "l_hundred": 6300, "r_hundred": 6200, "seg_id": 721586, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29239, "Shape__Length": 196.147746995538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144961242365596, 40.048689991870198 ], [ -75.1441703327732, 40.049895292833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6032, "tnode_": 6010, "lpoly_": null, "rpoly_": null, "length": 224.89653281, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1609, "r_t_add": 1699, "st_code": 37500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29240, "Shape__Length": 89.434402067455622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146883842392896, 40.048021471181997 ], [ -75.147675475138001, 40.048126358815303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6042, "tnode_": 6032, "lpoly_": null, "rpoly_": null, "length": 132.59804653, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1607, "st_code": 37500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29241, "Shape__Length": 52.72939487237521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146416308026801, 40.047963268718398 ], [ -75.146883842392896, 40.048021471181997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6177, "tnode_": 6042, "lpoly_": null, "rpoly_": null, "length": 250.08498849, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 88090, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29242, "Shape__Length": 99.831688754862157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146429415459707, 40.047276830193297 ], [ -75.146416308026801, 40.047963268718398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6243, "tnode_": 6177, "lpoly_": null, "rpoly_": null, "length": 86.32108556, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6138, "r_f_add": 6101, "r_t_add": 6139, "st_code": 88090, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29243, "Shape__Length": 34.458190306297929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146441590217094, 40.0470400535539 ], [ -75.146429415459707, 40.047276830193297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6406, "tnode_": 6283, "lpoly_": null, "rpoly_": null, "length": 201.94587105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6069, "r_t_add": 6099, "st_code": 61300, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 721592, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29244, "Shape__Length": 80.603950833174338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145283248220395, 40.046193593544999 ], [ -75.145409792018299, 40.046739360932698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5728, "tnode_": 5717, "lpoly_": null, "rpoly_": null, "length": 225.00380418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 55140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29245, "Shape__Length": 89.477460736466739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146545263464404, 40.049576441911597 ], [ -75.146630953236297, 40.049575223057801 ], [ -75.147339162830306, 40.049666072721202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5974, "tnode_": 5709, "lpoly_": null, "rpoly_": null, "length": 563.62902224000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88070, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721594, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29246, "Shape__Length": 224.91476176208866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144056015098997, 40.048180538912298 ], [ -75.143430268964295, 40.049651133943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6177, "tnode_": 6140, "lpoly_": null, "rpoly_": null, "length": 394.57321714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 73600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721595, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29247, "Shape__Length": 156.90914763283251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146429415459707, 40.047276830193297 ], [ -75.147816917707004, 40.047466882968102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6406, "tnode_": 6403, "lpoly_": null, "rpoly_": null, "length": 332.69861214000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 23080, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29248, "Shape__Length": 132.28615484715746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145283248220395, 40.046193593544999 ], [ -75.146470526816401, 40.046232156050799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6482, "tnode_": 6406, "lpoly_": null, "rpoly_": null, "length": 150.01218896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6060, "l_t_add": 6098, "r_f_add": 6055, "r_t_add": 6067, "st_code": 61300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721598, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29249, "Shape__Length": 59.866794166979915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145146642078601, 40.045795470317103 ], [ -75.145217770385798, 40.045988193829899 ], [ -75.145283248220395, 40.046193593544999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6558, "tnode_": 6480, "lpoly_": null, "rpoly_": null, "length": 167.51642255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6032, "l_t_add": 6032, "r_f_add": 6023, "r_t_add": 6033, "st_code": 50740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29250, "Shape__Length": 66.739461580566427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1477339832079, 40.045590014288997 ], [ -75.148154524293602, 40.045917123014704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6578, "tnode_": 6482, "lpoly_": null, "rpoly_": null, "length": 144.77557631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6050, "l_t_add": 6058, "r_f_add": 6049, "r_t_add": 6053, "st_code": 61300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721600, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29251, "Shape__Length": 57.771528708899197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144993393094893, 40.045415898074197 ], [ -75.145146642078601, 40.045795470317103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6578, "tnode_": 6580, "lpoly_": null, "rpoly_": null, "length": 460.85631275999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 69400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721601, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-07-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 29252, "Shape__Length": 183.24108560251494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144993393094893, 40.045415898074197 ], [ -75.146638539538003, 40.0454583929343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6698, "tnode_": 6692, "lpoly_": null, "rpoly_": null, "length": 447.99781699, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 22280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29253, "Shape__Length": 178.12880903945046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146779302803196, 40.044857322116599 ], [ -75.146990293513397, 40.044863583791503 ], [ -75.148376467359398, 40.044931490341099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6736, "tnode_": 6698, "lpoly_": null, "rpoly_": null, "length": 449.34048525999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 22280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29254, "Shape__Length": 178.67983099635137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145197413529104, 40.0446490738872 ], [ -75.146779302803196, 40.044857322116599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6749, "tnode_": 6736, "lpoly_": null, "rpoly_": null, "length": 165.47068857, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1430, "l_t_add": 1498, "r_f_add": 1431, "r_t_add": 1499, "st_code": 22280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29255, "Shape__Length": 65.799480341510304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144615285900599, 40.044570587857798 ], [ -75.145197413529104, 40.0446490738872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6936, "tnode_": 6749, "lpoly_": null, "rpoly_": null, "length": 299.76967874000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5928, "l_t_add": 5998, "r_f_add": 5931, "r_t_add": 5999, "st_code": 61300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721606, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29256, "Shape__Length": 119.64186986436928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144431654564201, 40.043763481226897 ], [ -75.144558970537204, 40.044471847302098 ], [ -75.144615285900599, 40.044570587857798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7062, "tnode_": 7030, "lpoly_": null, "rpoly_": null, "length": 446.39138978, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 59180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29257, "Shape__Length": 177.50251207709215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147106381325699, 40.043332250175801 ], [ -75.148679194258506, 40.043533042795602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7090, "tnode_": 7062, "lpoly_": null, "rpoly_": null, "length": 369.20079685999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1505, "r_t_add": 1599, "st_code": 59180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29258, "Shape__Length": 146.80819183830934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145805599115704, 40.0431659278225 ], [ -75.147106381325699, 40.043332250175801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7094, "tnode_": 7090, "lpoly_": null, "rpoly_": null, "length": 79.42889025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1442, "l_t_add": 1498, "r_f_add": 1501, "r_t_add": 1503, "st_code": 59180, "l_hundred": 1400, "r_hundred": 1500, "seg_id": 721610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29259, "Shape__Length": 31.584043719154586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145525939043793, 40.043129295003901 ], [ -75.145805599115704, 40.0431659278225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6558, "tnode_": 6553, "lpoly_": null, "rpoly_": null, "length": 138.56752739000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 69400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721612, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 29260, "Shape__Length": 55.096320005324088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1477339832079, 40.045590014288997 ], [ -75.148228238296895, 40.045609920900802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6580, "tnode_": 6403, "lpoly_": null, "rpoly_": null, "length": 285.76691783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6018, "l_t_add": 6098, "r_f_add": 6019, "r_t_add": 6099, "st_code": 88090, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29261, "Shape__Length": 114.06059635491192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146638539538003, 40.0454583929343 ], [ -75.146470526816401, 40.046232156050799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6887, "tnode_": 6843, "lpoly_": null, "rpoly_": null, "length": 447.59139397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 83035, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721614, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29262, "Shape__Length": 177.98220298424485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146952327737793, 40.0440243545793 ], [ -75.148528576149403, 40.044229393959903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6921, "tnode_": 6887, "lpoly_": null, "rpoly_": null, "length": 455.29804997999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 83035, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721615, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29263, "Shape__Length": 181.06071174664231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145367989865605, 40.043889491229599 ], [ -75.145428059011607, 40.043848614396197 ], [ -75.145502414236603, 40.043837387816097 ], [ -75.146952327737793, 40.0440243545793 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6936, "tnode_": 6921, "lpoly_": null, "rpoly_": null, "length": 266.14313299000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "PL", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 83035, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER PL", "stname": "WIDENER PL", "objectid": 29264, "Shape__Length": 105.83064894253968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144431654564201, 40.043763481226897 ], [ -75.145367989865605, 40.043889491229599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7094, "tnode_": 6921, "lpoly_": null, "rpoly_": null, "length": 280.43546174, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5926, "r_f_add": 5901, "r_t_add": 5927, "st_code": 88070, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721617, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29265, "Shape__Length": 111.92976316783307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145525939043793, 40.043129295003901 ], [ -75.145367989865605, 40.043889491229599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6921, "tnode_": 6736, "lpoly_": null, "rpoly_": null, "length": 280.79431115, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5928, "l_t_add": 5998, "r_f_add": 5929, "r_t_add": 5999, "st_code": 88070, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29266, "Shape__Length": 112.07244822793322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145367989865605, 40.043889491229599 ], [ -75.145197413529104, 40.0446490738872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7427, "tnode_": 7232, "lpoly_": null, "rpoly_": null, "length": 373.56176026999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5830, "r_f_add": 5801, "r_t_add": 5837, "st_code": 88090, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721619, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29267, "Shape__Length": 149.04870813016763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147100275663902, 40.041579523512098 ], [ -75.146980284972102, 40.041739547295698 ], [ -75.146907131392297, 40.041867940738001 ], [ -75.146875763922793, 40.041974206926902 ], [ -75.146857708379301, 40.042089165074998 ], [ -75.146859302665604, 40.042189885533404 ], [ -75.146884070780601, 40.0423267898734 ], [ -75.146941480605406, 40.042466532391998 ], [ -75.146991984401097, 40.0425481261192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7576, "tnode_": 7427, "lpoly_": null, "rpoly_": null, "length": 282.66256798000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5722, "l_t_add": 5798, "r_f_add": 5713, "r_t_add": 5799, "st_code": 88090, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721620, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29268, "Shape__Length": 112.68106533825269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147676976244696, 40.040943048851197 ], [ -75.147402370374294, 40.0412567355893 ], [ -75.147179857536997, 40.041504516811699 ], [ -75.147100275663902, 40.041579523512098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7656, "tnode_": 7576, "lpoly_": null, "rpoly_": null, "length": 201.13385464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5711, "st_code": 88090, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721621, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29269, "Shape__Length": 80.180322743566947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148086404170996, 40.040489370826201 ], [ -75.147676976244696, 40.040943048851197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7459, "tnode_": 7239, "lpoly_": null, "rpoly_": null, "length": 406.18211710999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5840, "r_f_add": 5801, "r_t_add": 5841, "st_code": 88070, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721622, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29270, "Shape__Length": 162.11443408494821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146178828714397, 40.041424813808703 ], [ -75.145944660393496, 40.042525209620599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7739, "tnode_": 7589, "lpoly_": null, "rpoly_": null, "length": 248.10921455, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5721, "st_code": 88070, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721623, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29271, "Shape__Length": 99.022093623829903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146470888478106, 40.040096093466801 ], [ -75.146324863804594, 40.040767871014303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7921, "tnode_": 7739, "lpoly_": null, "rpoly_": null, "length": 380.56061104000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88070, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721624, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29272, "Shape__Length": 151.89052954309778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146588176183599, 40.039058572502498 ], [ -75.146599678396399, 40.039322288416599 ], [ -75.146588347361998, 40.039472163857099 ], [ -75.146568816921402, 40.039617564601798 ], [ -75.146546827702707, 40.039754331013398 ], [ -75.146470888478106, 40.040096093466801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7921, "tnode_": 7927, "lpoly_": null, "rpoly_": null, "length": 260.75943401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1524, "r_f_add": 1501, "r_t_add": 1525, "st_code": 61360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721626, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29273, "Shape__Length": 103.67100049688385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146588176183599, 40.039058572502498 ], [ -75.147518706910603, 40.039029740746102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7927, "tnode_": 7933, "lpoly_": null, "rpoly_": null, "length": 284.48099557, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1526, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 61360, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721627, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29274, "Shape__Length": 113.10153513199342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147518706910603, 40.039029740746102 ], [ -75.148534441447396, 40.039011681968098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7720, "tnode_": 7656, "lpoly_": null, "rpoly_": null, "length": 237.30938066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1524, "l_t_add": 1598, "r_f_add": 1527, "r_t_add": 1599, "st_code": 23000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721628, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29275, "Shape__Length": 94.423054875087004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147328782155299, 40.0402070800058 ], [ -75.147529298334106, 40.040257021122002 ], [ -75.147727815183003, 40.040319427227303 ], [ -75.147909192686399, 40.040392167731603 ], [ -75.148086404170996, 40.040489370826201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7739, "tnode_": 7720, "lpoly_": null, "rpoly_": null, "length": 243.58439131, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1522, "r_f_add": 1501, "r_t_add": 1525, "st_code": 23000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721629, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29276, "Shape__Length": 96.854179064081976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146470888478106, 40.040096093466801 ], [ -75.147328782155299, 40.0402070800058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7589, "tnode_": 7576, "lpoly_": null, "rpoly_": null, "length": 383.92092723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 23660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721631, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 29277, "Shape__Length": 152.6565108205796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146324863804594, 40.040767871014303 ], [ -75.147676976244696, 40.040943048851197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7927, "tnode_": 7720, "lpoly_": null, "rpoly_": null, "length": 434.53522005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 75860, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721633, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 29278, "Shape__Length": 173.42492448607661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147518706910603, 40.039029740746102 ], [ -75.147530119112204, 40.039289753962898 ], [ -75.147516407953603, 40.039501774634402 ], [ -75.147471206162507, 40.039734528744503 ], [ -75.147413378996305, 40.039932680579902 ], [ -75.147328782155299, 40.0402070800058 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9113, "tnode_": 8822, "lpoly_": null, "rpoly_": null, "length": 572.5210066, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 21400, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721634, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 29279, "Shape__Length": 228.4719008768825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147112252073597, 40.032305403034698 ], [ -75.146771123609895, 40.033855010756497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9250, "tnode_": 9056, "lpoly_": null, "rpoly_": null, "length": 695.71768772999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4940, "l_t_add": 4998, "r_f_add": 4941, "r_t_add": 4999, "st_code": 16300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721635, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 29280, "Shape__Length": 276.97941470642405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159945766214705, 40.031733569327002 ], [ -75.1619106369847, 40.032902373281701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9306, "tnode_": 9250, "lpoly_": null, "rpoly_": null, "length": 159.80658786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4938, "r_f_add": 4901, "r_t_add": 4939, "st_code": 16300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 721636, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 29281, "Shape__Length": 63.620360199624223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159492669853805, 40.031466861869198 ], [ -75.159945766214705, 40.031733569327002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8303, "tnode_": 8250, "lpoly_": null, "rpoly_": null, "length": 187.99452581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5710, "r_f_add": 5701, "r_t_add": 5711, "st_code": 50200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENA ST", "stname": "LENA ST", "objectid": 29282, "Shape__Length": 74.853815840318973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173081339403694, 40.037442985861901 ], [ -75.173607200616104, 40.037763838327699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7766, "tnode_": 7481, "lpoly_": null, "rpoly_": null, "length": 746.19238616000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 81160, "l_hundred": 0, "r_hundred": 0, "seg_id": 721638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 29283, "Shape__Length": 297.25230816285296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178714423282202, 40.040566512294603 ], [ -75.178431617576905, 40.040746937932298 ], [ -75.178277257848407, 40.040852954689001 ], [ -75.176818012539798, 40.042003524351003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6559, "tnode_": 6463, "lpoly_": null, "rpoly_": null, "length": 257.51870301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6034, "l_t_add": 6098, "r_f_add": 6035, "r_t_add": 6099, "st_code": 69520, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 29284, "Shape__Length": 102.54242073939082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172165333848596, 40.046150712035001 ], [ -75.172812148934398, 40.046550533314303 ], [ -75.172894886103904, 40.046577255567797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6661, "tnode_": 6559, "lpoly_": null, "rpoly_": null, "length": 312.08694257000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSS", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6032, "r_f_add": 6001, "r_t_add": 6033, "st_code": 69520, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721640, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSS ST", "stname": "ROSS ST", "objectid": 29285, "Shape__Length": 124.28032568930827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171294426257901, 40.045615972298997 ], [ -75.172165333848596, 40.046150712035001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7712, "tnode_": 7600, "lpoly_": null, "rpoly_": null, "length": 330.92416328000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5836, "r_f_add": 5801, "r_t_add": 5849, "st_code": 61880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 29286, "Shape__Length": 131.77431113607349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171251200037005, 40.040762569586803 ], [ -75.172171806648194, 40.041332271227297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8087, "tnode_": 8163, "lpoly_": null, "rpoly_": null, "length": 237.17580004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5501, "l_t_add": 5599, "r_f_add": 5500, "r_t_add": 5598, "st_code": 61880, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721642, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 29287, "Shape__Length": 94.443948097684711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168526818254605, 40.038574643587197 ], [ -75.168286243964303, 40.038427339646503 ], [ -75.167872989737106, 40.038160794028798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8100, "tnode_": 8254, "lpoly_": null, "rpoly_": null, "length": 481.76275538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGOHOCKING", "st_type": "HTS", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5301, "l_t_add": 5399, "r_f_add": 5300, "r_t_add": 5398, "st_code": 83830, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721643, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGOHOCKING HTS", "stname": "WINGOHOCKING HTS", "objectid": 29288, "Shape__Length": 191.87780126158268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166217694794099, 40.0384649918132 ], [ -75.165893940688306, 40.0382266229986 ], [ -75.164949539627997, 40.037571377663802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5834, "tnode_": 5757, "lpoly_": null, "rpoly_": null, "length": 274.58881365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 37500, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721644, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29289, "Shape__Length": 109.34973045864443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157951844495997, 40.049226227292102 ], [ -75.158023268688297, 40.0492598383846 ], [ -75.158723258577098, 40.049691001316603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7098, "tnode_": 6956, "lpoly_": null, "rpoly_": null, "length": 307.16065114999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "STAFFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 74240, "l_hundred": 600, "r_hundred": 600, "seg_id": 721645, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E STAFFORD ST", "stname": "E STAFFORD ST", "objectid": 29290, "Shape__Length": 122.42248953434913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167974954981702, 40.0436237870233 ], [ -75.167291789246804, 40.044283544862402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6956, "tnode_": 6895, "lpoly_": null, "rpoly_": null, "length": 166.90788448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 75040, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721646, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKES ST", "stname": "STOKES ST", "objectid": 29291, "Shape__Length": 66.467777767003341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167291789246804, 40.044283544862402 ], [ -75.167753794344307, 40.0445731074363 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6663, "tnode_": 6392, "lpoly_": null, "rpoly_": null, "length": 578.80146483, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 68720, "l_hundred": 700, "r_hundred": 700, "seg_id": 721647, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 29292, "Shape__Length": 230.67594322553131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168163757572003, 40.045523398108998 ], [ -75.166931391530099, 40.046716461541003 ], [ -75.166848792416104, 40.046732881228003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7360, "tnode_": 7238, "lpoly_": null, "rpoly_": null, "length": 372.98227222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STOKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 75040, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721648, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STOKES ST", "stname": "STOKES ST", "objectid": 29293, "Shape__Length": 148.52256487580254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164623966752401, 40.042304110145899 ], [ -75.165665622695101, 40.042942357627297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6470, "tnode_": 6336, "lpoly_": null, "rpoly_": null, "length": 373.99988724000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NELSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 59260, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721649, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NELSON ST", "stname": "NELSON ST", "objectid": 29294, "Shape__Length": 148.93558191679955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160550337946503, 40.046261830140601 ], [ -75.161596143906607, 40.046900614687303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6038, "tnode_": 5903, "lpoly_": null, "rpoly_": null, "length": 389.32504102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 17840, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 721650, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKEMORE ST", "stname": "BLAKEMORE ST", "objectid": 29295, "Shape__Length": 155.04487773650089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160177967324501, 40.048278171833402 ], [ -75.161263993989905, 40.048945700471997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5950, "tnode_": 5868, "lpoly_": null, "rpoly_": null, "length": 280.42797499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 18620, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721651, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 29296, "Shape__Length": 111.6667575912912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166056515013395, 40.048842636547199 ], [ -75.166164313419401, 40.048906865247503 ], [ -75.166428201789401, 40.049071571309597 ], [ -75.166602518846105, 40.049177267149901 ], [ -75.166742737508002, 40.049250984887799 ], [ -75.166855244525394, 40.049306064493202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5868, "tnode_": 5846, "lpoly_": null, "rpoly_": null, "length": 60.09884501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 18620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721652, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 29297, "Shape__Length": 23.941470215065731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166855244525394, 40.049306064493202 ], [ -75.167011700016005, 40.0494190274677 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5726, "tnode_": 5581, "lpoly_": null, "rpoly_": null, "length": 554.32276399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 23660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 29298, "Shape__Length": 220.76012913958243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171237387363007, 40.050198894773999 ], [ -75.171299154583807, 40.050237410124197 ], [ -75.1727130987869, 40.051102843088003 ], [ -75.172783929558904, 40.051149070855899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4800, "tnode_": 4713, "lpoly_": null, "rpoly_": null, "length": 220.23322946000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 73060, "l_hundred": 300, "r_hundred": 300, "seg_id": 721654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 29299, "Shape__Length": 87.799128076992915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182697677005095, 40.056466973826502 ], [ -75.182219163423596, 40.056946862553602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5662, "tnode_": 5533, "lpoly_": null, "rpoly_": null, "length": 374.5919175, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 81, "l_t_add": 141, "r_f_add": 100, "r_t_add": 150, "st_code": 72200, "l_hundred": 0, "r_hundred": 100, "seg_id": 721655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 29300, "Shape__Length": 149.31968144471341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182395624076406, 40.050844388394701 ], [ -75.181572864203503, 40.051655322307802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5524, "tnode_": 5379, "lpoly_": null, "rpoly_": null, "length": 387.51887892000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 143, "l_t_add": 199, "r_f_add": 152, "r_t_add": 198, "st_code": 72200, "l_hundred": 100, "r_hundred": 100, "seg_id": 721656, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 29301, "Shape__Length": 154.47441610958401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1814952576525, 40.051744304321801 ], [ -75.180643584071504, 40.0525829177936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8717, "tnode_": 8777, "lpoly_": null, "rpoly_": null, "length": 157.79975839, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 13250, "l_hundred": 0, "r_hundred": 0, "seg_id": 721657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARMAT ST", "stname": "W ARMAT ST", "objectid": 29302, "Shape__Length": 62.882546037376741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173726902715103, 40.035022077557599 ], [ -75.174081480407906, 40.034685391979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8777, "tnode_": 8981, "lpoly_": null, "rpoly_": null, "length": 501.1656195, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 20, "l_t_add": 58, "r_f_add": 21, "r_t_add": 59, "st_code": 13250, "l_hundred": 0, "r_hundred": 0, "seg_id": 721658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARMAT ST", "stname": "W ARMAT ST", "objectid": 29303, "Shape__Length": 199.71567010339845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174081480407906, 40.034685391979998 ], [ -75.174153981834607, 40.034621737960897 ], [ -75.174367115946396, 40.034379959749202 ], [ -75.174978062834995, 40.033780501259798 ], [ -75.175195002726795, 40.033611272528503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8981, "tnode_": 9003, "lpoly_": null, "rpoly_": null, "length": 107.74344214, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 60, "l_t_add": 98, "r_f_add": 61, "r_t_add": 99, "st_code": 13250, "l_hundred": 0, "r_hundred": 0, "seg_id": 721659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ARMAT ST", "stname": "W ARMAT ST", "objectid": 29304, "Shape__Length": 42.903239746549517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175195002726795, 40.033611272528503 ], [ -75.175406480088895, 40.033454229663803 ], [ -75.175486865437804, 40.033421895013802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8800, "tnode_": 8721, "lpoly_": null, "rpoly_": null, "length": 299.73652211999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARION", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 53510, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARION ST", "stname": "MARION ST", "objectid": 29305, "Shape__Length": 119.33359191858952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178367170164194, 40.034569858501399 ], [ -75.179216628694903, 40.035070520378603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7985, "tnode_": 8389, "lpoly_": null, "rpoly_": null, "length": 884.18784323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KITCHENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1026, "l_t_add": 1098, "r_f_add": 1025, "r_t_add": 1099, "st_code": 48000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 721661, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KITCHENS LN", "stname": "KITCHENS LN", "objectid": 29306, "Shape__Length": 352.75406693540157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202440599623401, 40.0399186985317 ], [ -75.202815565372902, 40.039565301552003 ], [ -75.202866545768799, 40.039484533682497 ], [ -75.202896539869997, 40.039395111213402 ], [ -75.203080496633604, 40.038752196074 ], [ -75.203256359363394, 40.038097911689 ], [ -75.203262091028506, 40.037960708042903 ], [ -75.203233074496495, 40.037809656796398 ], [ -75.203166476704695, 40.037644698703097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7081, "tnode_": 7274, "lpoly_": null, "rpoly_": null, "length": 425.50293968, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 848, "l_t_add": 896, "r_f_add": 849, "r_t_add": 897, "st_code": 57450, "l_hundred": 800, "r_hundred": 800, "seg_id": 721662, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-03-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MOUNT PLEASANT AVE", "stname": "N MOUNT PLEASANT AVE", "objectid": 29307, "Shape__Length": 169.54417268827001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203999317879394, 40.044562962273801 ], [ -75.204847342805806, 40.043969626032997 ], [ -75.204896832915296, 40.043915986726901 ], [ -75.204947006705893, 40.043844117272499 ], [ -75.204996321987906, 40.043710024550698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5969, "tnode_": 5848, "lpoly_": null, "rpoly_": null, "length": 164.30646491, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 57500, "l_hundred": 0, "r_hundred": 0, "seg_id": 721664, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 29308, "Shape__Length": 65.544002951421788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198809930997001, 40.049728433591 ], [ -75.198832277323405, 40.049819440979299 ], [ -75.198893197627896, 40.049923560402 ], [ -75.198977358260905, 40.050056225154002 ], [ -75.199051091248904, 40.050134552175003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5969, "tnode_": 6099, "lpoly_": null, "rpoly_": null, "length": 326.05988612, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 608, "l_t_add": 628, "r_f_add": 609, "r_t_add": 629, "st_code": 57500, "l_hundred": 600, "r_hundred": 600, "seg_id": 721665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 29309, "Shape__Length": 130.1404355671836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198809930997001, 40.049728433591 ], [ -75.1988821249155, 40.049571414356201 ], [ -75.198968762419, 40.049314862183401 ], [ -75.198998553713295, 40.049169158526702 ], [ -75.199016081555598, 40.049026295510302 ], [ -75.199006088603795, 40.048853966756703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6099, "tnode_": 6186, "lpoly_": null, "rpoly_": null, "length": 153.0206871, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 57500, "l_hundred": 600, "r_hundred": 600, "seg_id": 721666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 29310, "Shape__Length": 61.042347099783505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199006088603795, 40.048853966756703 ], [ -75.199032221255607, 40.048741580222398 ], [ -75.199050776835307, 40.048669011033802 ], [ -75.199077010936605, 40.048602693215201 ], [ -75.199142779861802, 40.048537254162397 ], [ -75.199209026579695, 40.048475630618199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6186, "tnode_": 6346, "lpoly_": null, "rpoly_": null, "length": 341.91106281999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "MOUNT PLEASANT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 700, "l_t_add": 722, "r_f_add": 701, "r_t_add": 729, "st_code": 57500, "l_hundred": 700, "r_hundred": 700, "seg_id": 721667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S MOUNT PLEASANT RD", "stname": "S MOUNT PLEASANT RD", "objectid": 29311, "Shape__Length": 136.34917528548027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199209026579695, 40.048475630618199 ], [ -75.199472309064404, 40.048191827365997 ], [ -75.199587802960707, 40.0480666743806 ], [ -75.199673000057501, 40.047938868287503 ], [ -75.199823884815999, 40.047669788034398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6301, "tnode_": 6622, "lpoly_": null, "rpoly_": null, "length": 672.79021319000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARPENTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 21560, "l_hundred": 500, "r_hundred": 500, "seg_id": 721668, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARPENTER LN", "stname": "CARPENTER LN", "objectid": 29312, "Shape__Length": 268.1465567265426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194393062608697, 40.047815683535802 ], [ -75.195915354927095, 40.046386616950002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6142, "tnode_": 6459, "lpoly_": null, "rpoly_": null, "length": 682.13290382999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 71560, "l_hundred": 500, "r_hundred": 500, "seg_id": 721669, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SEDGWICK ST", "stname": "W SEDGWICK ST", "objectid": 29313, "Shape__Length": 271.88309246886769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195535028223901, 40.048579852492402 ], [ -75.197060522905005, 40.047119753931597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5355, "tnode_": 5299, "lpoly_": null, "rpoly_": null, "length": 189.22992712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7302, "r_f_add": 7301, "r_t_add": 7303, "st_code": 30960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 721670, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBOW LN", "stname": "ELBOW LN", "objectid": 29314, "Shape__Length": 75.376559592822247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200466579726495, 40.053249534812601 ], [ -75.200976290327105, 40.0535907253009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4849, "tnode_": 4977, "lpoly_": null, "rpoly_": null, "length": 414.8720613, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 218, "l_t_add": 298, "r_f_add": 215, "r_t_add": 299, "st_code": 57420, "l_hundred": 200, "r_hundred": 200, "seg_id": 721671, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 29315, "Shape__Length": 165.35163126927742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194790204899405, 40.056373642854098 ], [ -75.195765665373102, 40.055516230346598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9124, "tnode_": 8960, "lpoly_": null, "rpoly_": null, "length": 512.81959054999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNOX", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 48080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNOX ST", "stname": "KNOX ST", "objectid": 29316, "Shape__Length": 204.17782447836953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177741725328403, 40.0328996932734 ], [ -75.179174444609799, 40.0337765313947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9485, "tnode_": 9482, "lpoly_": null, "rpoly_": null, "length": 221.07421997999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1618, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 34200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721673, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHERS LN", "stname": "W FISHERS LN", "objectid": 29317, "Shape__Length": 87.885432349086599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150738252615497, 40.030444088855297 ], [ -75.151096621545193, 40.030469359848901 ], [ -75.151523296754903, 40.0305076974239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9489, "tnode_": 9485, "lpoly_": null, "rpoly_": null, "length": 226.94380537000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1617, "st_code": 34200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721674, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHERS LN", "stname": "W FISHERS LN", "objectid": 29318, "Shape__Length": 90.216390242555846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149929679021, 40.030402137878397 ], [ -75.150738252615497, 40.030444088855297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9498, "tnode_": 9501, "lpoly_": null, "rpoly_": null, "length": 225.18918593000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1512, "r_f_add": 1501, "r_t_add": 1513, "st_code": 34200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721675, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHERS LN", "stname": "W FISHERS LN", "objectid": 29319, "Shape__Length": 89.518395000456977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148327801802296, 40.030324625855101 ], [ -75.149130554905, 40.030360999768902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9501, "tnode_": 9489, "lpoly_": null, "rpoly_": null, "length": 224.28385702000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1514, "l_t_add": 1598, "r_f_add": 1515, "r_t_add": 1599, "st_code": 34200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721676, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHERS LN", "stname": "W FISHERS LN", "objectid": 29320, "Shape__Length": 89.158908521960839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149130554905, 40.030360999768902 ], [ -75.149929679021, 40.030402137878397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5994, "tnode_": 5868, "lpoly_": null, "rpoly_": null, "length": 484.28788386000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVONHOE", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6000, "l_t_add": 6038, "r_f_add": 6001, "r_t_add": 6039, "st_code": 14800, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721678, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVONHOE RD", "stname": "AVONHOE RD", "objectid": 29321, "Shape__Length": 192.78683400586991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168294404234103, 40.048751681626001 ], [ -75.168195266342295, 40.048795830503103 ], [ -75.168116907355298, 40.048837837874203 ], [ -75.168047865460906, 40.048895277198298 ], [ -75.167986391285297, 40.048949081602302 ], [ -75.167901492147493, 40.049032806459003 ], [ -75.167852531282904, 40.049083086179103 ], [ -75.167791129142302, 40.049134989167101 ], [ -75.167712263011893, 40.049190304538001 ], [ -75.167616295765299, 40.049239527528499 ], [ -75.167518216210198, 40.049279188269097 ], [ -75.167370656386694, 40.049317735658697 ], [ -75.167258455091002, 40.049338049330203 ], [ -75.167122093859405, 40.049342595294199 ], [ -75.166991041371602, 40.049337745772 ], [ -75.166855244525394, 40.049306064493202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5994, "tnode_": 27138, "lpoly_": null, "rpoly_": null, "length": 194.61991251000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVONHOE", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 14800, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721679, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVONHOE RD", "stname": "AVONHOE RD", "objectid": 29322, "Shape__Length": 77.434508822840357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168294404234103, 40.048751681626001 ], [ -75.168932295094606, 40.048539315480397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6200, "tnode_": 5994, "lpoly_": null, "rpoly_": null, "length": 507.31548214000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVONHOE", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 14800, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721680, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVONHOE RD", "stname": "AVONHOE RD", "objectid": 29323, "Shape__Length": 202.19921486510256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167240431077403, 40.047694156328497 ], [ -75.167929318795601, 40.048117742386097 ], [ -75.1679786570662, 40.048149055968899 ], [ -75.168032123230901, 40.048189954469201 ], [ -75.168071101798503, 40.0482279378191 ], [ -75.168098959274701, 40.048263082598197 ], [ -75.168137347308004, 40.048316586998801 ], [ -75.168170526034203, 40.048388958630397 ], [ -75.168188424126896, 40.048449769229002 ], [ -75.1682003254476, 40.048550140934502 ], [ -75.1682195481674, 40.048635144634602 ], [ -75.168246554038703, 40.048692707231801 ], [ -75.168294404234103, 40.048751681626001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5533, "tnode_": 5524, "lpoly_": null, "rpoly_": null, "length": 39.02201102, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 72200, "l_hundred": 0, "r_hundred": 0, "seg_id": 721681, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 29324, "Shape__Length": 15.559211776332257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181572864203503, 40.051655322307802 ], [ -75.1814952576525, 40.051744304321801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4890, "tnode_": 4855, "lpoly_": null, "rpoly_": null, "length": 195.35515028999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2200, "l_t_add": 2212, "r_f_add": 2201, "r_t_add": 2213, "st_code": 74660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 721682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29325, "Shape__Length": 77.780232949103947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157727905999707, 40.055150751635097 ], [ -75.157872568811996, 40.055208032350301 ], [ -75.158308667073797, 40.055446350065402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7623, "tnode_": 27987, "lpoly_": null, "rpoly_": null, "length": 172.77246719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6902, "l_t_add": 6904, "r_f_add": 6901, "r_t_add": 6905, "st_code": 84060, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 721683, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 29326, "Shape__Length": 68.844087856560478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200768025016302, 40.041836289579798 ], [ -75.201177832130298, 40.042190876638003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6559, "tnode_": 6337, "lpoly_": null, "rpoly_": null, "length": 448.87320659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COSGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 25200, "l_hundred": 400, "r_hundred": 400, "seg_id": 721684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COSGROVE ST", "stname": "COSGROVE ST", "objectid": 29327, "Shape__Length": 178.91259150253578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172165333848596, 40.046150712035001 ], [ -75.171170356224906, 40.0471169404737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8320, "tnode_": 8232, "lpoly_": null, "rpoly_": null, "length": 725.59556185999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARMSTRONG", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 503, "l_t_add": 599, "r_f_add": 502, "r_t_add": 598, "st_code": 13300, "l_hundred": 500, "r_hundred": 500, "seg_id": 721685, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": "2001-04-09T00:00:00Z", "multi_rep": 0, "streetlabe": "ARMSTRONG ST", "stname": "ARMSTRONG ST", "objectid": 29328, "Shape__Length": 288.93767125906811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160370850168206, 40.037053009794903 ], [ -75.1595096033343, 40.037893047043397 ], [ -75.159507049134504, 40.037892155097197 ], [ -75.1584172567552, 40.037511360189001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5184, "tnode_": 5043, "lpoly_": null, "rpoly_": null, "length": 470.72620977000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6500, "l_t_add": 6532, "r_f_add": 6501, "r_t_add": 6533, "st_code": 84840, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721686, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 29329, "Shape__Length": 187.54678089284715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156761063484694, 40.053184803973899 ], [ -75.156606096517194, 40.053262999140998 ], [ -75.155557615512095, 40.0540831822154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8562, "tnode_": 9009, "lpoly_": null, "rpoly_": null, "length": 1127.58723635, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 39940, "l_hundred": 200, "r_hundred": 200, "seg_id": 721687, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAINES ST", "stname": "W HAINES ST", "objectid": 29330, "Shape__Length": 449.35401551481061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179581801975104, 40.036025751324999 ], [ -75.181982966348599, 40.033713775682301 ], [ -75.182087211177404, 40.033602660483403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8651, "tnode_": 8547, "lpoly_": null, "rpoly_": null, "length": 353.96861077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENYON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 47500, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 721688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENYON ST", "stname": "KENYON ST", "objectid": 29331, "Shape__Length": 140.95459401624606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1717781903656, 40.035369696345597 ], [ -75.172711334105202, 40.035944201656399 ], [ -75.172728494866405, 40.035995218150397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4383, "tnode_": 4559, "lpoly_": null, "rpoly_": null, "length": 493.04915228, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 29680, "l_hundred": 0, "r_hundred": 0, "seg_id": 721689, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DURHAM ST", "stname": "W DURHAM ST", "objectid": 29332, "Shape__Length": 196.53548547681794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190221789391302, 40.059208235735298 ], [ -75.191350195259503, 40.058168967246502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9181, "tnode_": 9189, "lpoly_": null, "rpoly_": null, "length": 142.45424766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4800, "l_t_add": 4814, "r_f_add": 4801, "r_t_add": 4813, "st_code": 72470, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 721690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-10-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELDON ST", "stname": "SHELDON ST", "objectid": 29333, "Shape__Length": 56.629848799895406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157628125829007, 40.0320458398649 ], [ -75.158136793016098, 40.0320405226811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9449, "tnode_": 9181, "lpoly_": null, "rpoly_": null, "length": 483.80759290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 74660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 721691, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29334, "Shape__Length": 192.96502052940301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158125870008703, 40.030834523422101 ], [ -75.157822778684903, 40.031133567833002 ], [ -75.157758582916699, 40.0312015682847 ], [ -75.157677858522803, 40.031326018190299 ], [ -75.157637376382098, 40.031418229828901 ], [ -75.157618980362003, 40.031523567725998 ], [ -75.157625392300005, 40.031785726968899 ], [ -75.157628125829007, 40.0320458398649 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9181, "tnode_": 26942, "lpoly_": null, "rpoly_": null, "length": 324.4644395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5100, "l_t_add": 5130, "r_f_add": 5101, "r_t_add": 5127, "st_code": 74660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 721692, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-03-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29335, "Shape__Length": 129.4946849509343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157628125829007, 40.0320458398649 ], [ -75.157643095669897, 40.032936458881203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5027, "tnode_": 5299, "lpoly_": null, "rpoly_": null, "length": 748.94551208000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATE", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 36360, "l_hundred": 400, "r_hundred": 400, "seg_id": 721694, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATE LN", "stname": "GATE LN", "objectid": 29336, "Shape__Length": 298.53664795645511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199292298310098, 40.055187948578201 ], [ -75.200110401090797, 40.054418313745103 ], [ -75.200552450468706, 40.054014702726498 ], [ -75.200976290327105, 40.0535907253009 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4039, "tnode_": 4160, "lpoly_": null, "rpoly_": null, "length": 478.06449206999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 70, "l_t_add": 98, "r_f_add": 57, "r_t_add": 99, "st_code": 37880, "l_hundred": 0, "r_hundred": 0, "seg_id": 721695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GOWEN AVE", "stname": "W GOWEN AVE", "objectid": 29337, "Shape__Length": 190.47054463216298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194099530963996, 40.061590533317997 ], [ -75.194305235533804, 40.061560013925003 ], [ -75.194583076616993, 40.061432960321703 ], [ -75.195338229267904, 40.060741150486599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5653, "tnode_": 5576, "lpoly_": null, "rpoly_": null, "length": 305.39406264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7002, "l_t_add": 7010, "r_f_add": 7003, "r_t_add": 7011, "st_code": 31740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 721696, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 29338, "Shape__Length": 121.65871031014042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193213052190998, 40.051173077639604 ], [ -75.194014825216797, 40.051741559344698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6398, "tnode_": 6696, "lpoly_": null, "rpoly_": null, "length": 628.1955788, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 112, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 72220, "l_hundred": 100, "r_hundred": 100, "seg_id": 721697, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SHARPNACK ST", "stname": "W SHARPNACK ST", "objectid": 29339, "Shape__Length": 250.38861288488141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186533141808894, 40.047175875029303 ], [ -75.187922074213802, 40.045821500672901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4772, "tnode_": 4656, "lpoly_": null, "rpoly_": null, "length": 336.66454976999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7208, "l_t_add": 7298, "r_f_add": 7207, "r_t_add": 7299, "st_code": 22460, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 721698, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLTON ST", "stname": "CHARLTON ST", "objectid": 29340, "Shape__Length": 134.2941603541324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195154520812295, 40.056867204535102 ], [ -75.195724150923198, 40.057681156498802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4849, "tnode_": 4772, "lpoly_": null, "rpoly_": null, "length": 206.70510438999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7206, "r_f_add": 7201, "r_t_add": 7205, "st_code": 22460, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 721699, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLTON ST", "stname": "CHARLTON ST", "objectid": 29341, "Shape__Length": 82.44687143364591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194790204899405, 40.056373642854098 ], [ -75.195154520812295, 40.056867204535102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4233, "tnode_": 4023, "lpoly_": null, "rpoly_": null, "length": 666.40784001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 29660, "l_hundred": 100, "r_hundred": 100, "seg_id": 721700, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 29342, "Shape__Length": 265.641203549409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188687262269795, 40.060159612360899 ], [ -75.188608072271194, 40.060205898542698 ], [ -75.187153955767002, 40.061556567381302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4419, "tnode_": 4233, "lpoly_": null, "rpoly_": null, "length": 567.86803324000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 29660, "l_hundred": 0, "r_hundred": 0, "seg_id": 721701, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 29343, "Shape__Length": 226.34085183577832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190017368930299, 40.058991821666801 ], [ -75.189965342826, 40.059056279059 ], [ -75.189811876775295, 40.059138004513301 ], [ -75.189762363606903, 40.059191638178802 ], [ -75.188770138795107, 40.060106120072703 ], [ -75.188687262269795, 40.060159612360899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8154, "tnode_": 8400, "lpoly_": null, "rpoly_": null, "length": 683.74615227999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 39940, "l_hundred": 0, "r_hundred": 0, "seg_id": 721702, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAINES ST", "stname": "W HAINES ST", "objectid": 29344, "Shape__Length": 272.46624535562665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176957638590196, 40.0384317761701 ], [ -75.177016206733299, 40.0383977811927 ], [ -75.178443648949596, 40.0370285786531 ], [ -75.178516488830596, 40.036993687919498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8781, "tnode_": 8651, "lpoly_": null, "rpoly_": null, "length": 349.10537197999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 19, "l_t_add": 99, "r_f_add": 24, "r_t_add": 98, "st_code": 71260, "l_hundred": 0, "r_hundred": 0, "seg_id": 721703, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHOOL HOUSE LN", "stname": "E SCHOOL HOUSE LN", "objectid": 29345, "Shape__Length": 139.1483971355195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172481963799996, 40.034592458057503 ], [ -75.172483503146395, 40.034619515733901 ], [ -75.172479129218104, 40.034647986842003 ], [ -75.172464829274801, 40.034679580648302 ], [ -75.172445130570495, 40.034706540128902 ], [ -75.1717781903656, 40.035369696345597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8820, "tnode_": 8781, "lpoly_": null, "rpoly_": null, "length": 102.51832205, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SCHOOL HOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 17, "r_f_add": 2, "r_t_add": 22, "st_code": 71260, "l_hundred": 0, "r_hundred": 0, "seg_id": 721704, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SCHOOL HOUSE LN", "stname": "E SCHOOL HOUSE LN", "objectid": 29346, "Shape__Length": 40.852236859972884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172712838256501, 40.034374883820398 ], [ -75.172510338816593, 40.034574754750999 ], [ -75.172481963799996, 40.034592458057503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6482, "tnode_": 6516, "lpoly_": null, "rpoly_": null, "length": 527.48170787000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 38380, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721705, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-10-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN LN", "stname": "GREEN LN", "objectid": 29347, "Shape__Length": 209.73447784314527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145146642078601, 40.045795470317103 ], [ -75.144810134863405, 40.045790461144399 ], [ -75.143970985756894, 40.045763962105902 ], [ -75.143600078427795, 40.045748082055397 ], [ -75.143265291551899, 40.045724877055498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5268, "tnode_": 5107, "lpoly_": null, "rpoly_": null, "length": 597.77631706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5801, "l_t_add": 5899, "r_f_add": 5800, "r_t_add": 5898, "st_code": 19500, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721706, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRUSH RD", "stname": "BRUSH RD", "objectid": 29348, "Shape__Length": 238.07073881242334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159247379349395, 40.0527815169173 ], [ -75.160921069317794, 40.053800590773697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6195, "tnode_": 6175, "lpoly_": null, "rpoly_": null, "length": 81.3272358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERDAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6532, "l_t_add": 6598, "r_f_add": 6533, "r_t_add": 6599, "st_code": 17040, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721707, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERDAN ST", "stname": "BERDAN ST", "objectid": 29349, "Shape__Length": 32.389613293018016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185594085002094, 40.048094524720803 ], [ -75.185817939868301, 40.048236808000802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5742, "tnode_": 5477, "lpoly_": null, "rpoly_": null, "length": 747.9233104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 19040, "l_hundred": 500, "r_hundred": 500, "seg_id": 721708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRINTON ST", "stname": "BRINTON ST", "objectid": 29350, "Shape__Length": 298.1602133082838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1767600050336, 40.050210177424503 ], [ -75.175201937124598, 40.051754488797698 ], [ -75.175203868596597, 40.0518534935876 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5657, "tnode_": 5606, "lpoly_": null, "rpoly_": null, "length": 112.38682665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "PL", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5932, "l_t_add": 5998, "r_f_add": 5933, "r_t_add": 5999, "st_code": 28335, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON PL", "stname": "DEVON PL", "objectid": 29351, "Shape__Length": 44.849298659481924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166819116814295, 40.0505115940772 ], [ -75.1666960798226, 40.050805262291902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5707, "tnode_": 5657, "lpoly_": null, "rpoly_": null, "length": 146.9996732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "PL", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5916, "l_t_add": 5930, "r_f_add": 5915, "r_t_add": 5931, "st_code": 28335, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON PL", "stname": "DEVON PL", "objectid": 29352, "Shape__Length": 58.597252009443615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167139994719406, 40.050192175649698 ], [ -75.166819116814295, 40.0505115940772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8960, "tnode_": 8986, "lpoly_": null, "rpoly_": null, "length": 63.76798555, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65640, "l_hundred": 0, "r_hundred": 0, "seg_id": 721711, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W PRICE ST", "stname": "W PRICE ST", "objectid": 29353, "Shape__Length": 25.411823054244476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179174444609799, 40.0337765313947 ], [ -75.179315959018595, 40.033639383830199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8950, "tnode_": 8826, "lpoly_": null, "rpoly_": null, "length": 207.36104618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMPBELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 21110, "l_hundred": 0, "r_hundred": 0, "seg_id": 721712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMPBELL PL", "stname": "CAMPBELL PL", "objectid": 29354, "Shape__Length": 82.632601896426635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175952707795005, 40.033736951687303 ], [ -75.175488897340898, 40.034180700372502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4483, "tnode_": 4241, "lpoly_": null, "rpoly_": null, "length": 716.63974760999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLEASANT", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 64980, "l_hundred": 400, "r_hundred": 400, "seg_id": 721713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLEASANT ST", "stname": "PLEASANT ST", "objectid": 29355, "Shape__Length": 285.69725105001169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181919888737994, 40.058352375667098 ], [ -75.180718155048694, 40.0595280522313 ], [ -75.180341246034402, 40.059901128033502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4556, "tnode_": 4301, "lpoly_": null, "rpoly_": null, "length": 716.7226913400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 73060, "l_hundred": 400, "r_hundred": 400, "seg_id": 721715, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 29356, "Shape__Length": 285.72681189003703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181223628481405, 40.057928208595101 ], [ -75.180024513895304, 40.059100704676098 ], [ -75.179641620142604, 40.059475222925897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5193, "tnode_": 5048, "lpoly_": null, "rpoly_": null, "length": 445.83451115999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 389, "l_t_add": 399, "r_f_add": 390, "r_t_add": 398, "st_code": 23900, "l_hundred": 300, "r_hundred": 300, "seg_id": 721717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 29357, "Shape__Length": 177.74359708888812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176656575528895, 40.0536046043567 ], [ -75.176465922490095, 40.0537927758268 ], [ -75.175758813592594, 40.054468492086997 ], [ -75.175744889924999, 40.054586294332204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5313, "tnode_": 5048, "lpoly_": null, "rpoly_": null, "length": 636.08777327000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6461, "st_code": 16560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721719, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 29358, "Shape__Length": 253.87025136187535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175133305556201, 40.052905584383602 ], [ -75.175168976720002, 40.053065491352797 ], [ -75.175585453366196, 40.054159005865102 ], [ -75.175744889924999, 40.054586294332204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5048, "tnode_": 4966, "lpoly_": null, "rpoly_": null, "length": 319.9461381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 18620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 29359, "Shape__Length": 127.43798252038897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175744889924999, 40.054586294332204 ], [ -75.176081603791204, 40.0548105726347 ], [ -75.176323486299907, 40.054949954368901 ], [ -75.176621207498897, 40.055149440220198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5211, "tnode_": 4966, "lpoly_": null, "rpoly_": null, "length": 694.04004963, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 391, "l_t_add": 399, "r_f_add": 380, "r_t_add": 398, "st_code": 79000, "l_hundred": 300, "r_hundred": 300, "seg_id": 721726, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 29360, "Shape__Length": 276.74515284074016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177985893920194, 40.053569292158301 ], [ -75.177691532449899, 40.053858351637999 ], [ -75.177637139697694, 40.053909038197403 ], [ -75.177056125799297, 40.054485389365297 ], [ -75.177007788258095, 40.054559194193303 ], [ -75.176621207498897, 40.055149440220198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4966, "tnode_": 4889, "lpoly_": null, "rpoly_": null, "length": 284.8468801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 18620, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 721730, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-01-14T00:00:00Z", "newsegdate": "1999-01-14T00:00:00Z", "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 29361, "Shape__Length": 113.44408413748091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176621207498897, 40.055149440220198 ], [ -75.177018225511304, 40.055380398533899 ], [ -75.177333339141299, 40.055563707805199 ], [ -75.177422173745498, 40.055630611079003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5297, "tnode_": 5211, "lpoly_": null, "rpoly_": null, "length": 281.74744816000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6460, "l_t_add": 6498, "r_f_add": 6455, "r_t_add": 6499, "st_code": 22960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721734, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 29362, "Shape__Length": 112.20830986920839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177196093056594, 40.053089899270802 ], [ -75.177301530042399, 40.053154575110902 ], [ -75.177711610367695, 40.0534026699356 ], [ -75.177985893920194, 40.053569292158301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5580, "tnode_": 5473, "lpoly_": null, "rpoly_": null, "length": 385.65431207999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MUSGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6460, "l_t_add": 6498, "r_f_add": 6461, "r_t_add": 6499, "st_code": 57660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MUSGRAVE ST", "stname": "MUSGRAVE ST", "objectid": 29363, "Shape__Length": 153.59570917754408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178551990423998, 40.0512960051338 ], [ -75.178900462578198, 40.051523093821302 ], [ -75.179339485959503, 40.051789518388802 ], [ -75.179619196830402, 40.051965260201101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6205, "tnode_": 27178, "lpoly_": null, "rpoly_": null, "length": 141.32536591, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 193, "l_t_add": 199, "r_f_add": 192, "r_t_add": 198, "st_code": 29720, "l_hundred": 100, "r_hundred": 100, "seg_id": 721740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29364, "Shape__Length": 56.334077261299861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178453366299095, 40.047912341969997 ], [ -75.178279605020805, 40.0480984389092 ], [ -75.178146405446199, 40.048219973680503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6377, "tnode_": 6330, "lpoly_": null, "rpoly_": null, "length": 108.00150708, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 193, "l_t_add": 199, "r_f_add": 194, "r_t_add": 198, "st_code": 81600, "l_hundred": 100, "r_hundred": 100, "seg_id": 721742, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 29365, "Shape__Length": 43.046282032134599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1770024742532, 40.047029385205498 ], [ -75.176812343715895, 40.047213287886599 ], [ -75.176760460062596, 40.047260226986197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6280, "tnode_": 6205, "lpoly_": null, "rpoly_": null, "length": 170.70221064, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 187, "l_t_add": 191, "r_f_add": 182, "r_t_add": 190, "st_code": 29720, "l_hundred": 100, "r_hundred": 100, "seg_id": 721744, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29366, "Shape__Length": 68.039622715681276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178832139130506, 40.047545159039203 ], [ -75.178660296858695, 40.047715474144503 ], [ -75.178453366299095, 40.047912341969997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6439, "tnode_": 6377, "lpoly_": null, "rpoly_": null, "length": 115.13676604, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 179, "l_t_add": 191, "r_f_add": 180, "r_t_add": 192, "st_code": 81600, "l_hundred": 100, "r_hundred": 100, "seg_id": 721746, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 29367, "Shape__Length": 45.890544884481379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177259554139695, 40.046782708144598 ], [ -75.177185404808398, 40.046856197060301 ], [ -75.1770024742532, 40.047029385205498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6360, "tnode_": 6280, "lpoly_": null, "rpoly_": null, "length": 176.69345916, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 175, "l_t_add": 185, "r_f_add": 172, "r_t_add": 180, "st_code": 29720, "l_hundred": 100, "r_hundred": 100, "seg_id": 721748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29368, "Shape__Length": 70.427631741847392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179223562236999, 40.047164673533999 ], [ -75.179027812890197, 40.047356609042197 ], [ -75.178832139130506, 40.047545159039203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6555, "tnode_": 6462, "lpoly_": null, "rpoly_": null, "length": 175.63639632000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 157, "l_t_add": 177, "r_f_add": 156, "r_t_add": 178, "st_code": 81600, "l_hundred": 100, "r_hundred": 100, "seg_id": 721750, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 29369, "Shape__Length": 70.01395414378581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177756951007396, 40.046283437658403 ], [ -75.177568488393405, 40.046482951896799 ], [ -75.177383920314995, 40.0466710588911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7201, "tnode_": 7137, "lpoly_": null, "rpoly_": null, "length": 206.88801228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6138, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 16300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 29370, "Shape__Length": 82.387048671767786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177742575391093, 40.0433559041807 ], [ -75.177992446681202, 40.043499256363702 ], [ -75.1783164035607, 40.0437132082345 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7034, "tnode_": 6952, "lpoly_": null, "rpoly_": null, "length": 191.2026508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 61880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 29371, "Shape__Length": 76.142932938450087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176886563672397, 40.044170862743201 ], [ -75.177142652149001, 40.044333685363199 ], [ -75.177415305219597, 40.044503041259503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4629, "tnode_": 4494, "lpoly_": null, "rpoly_": null, "length": 337.50336251000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 615, "r_f_add": 600, "r_t_add": 616, "st_code": 79000, "l_hundred": 600, "r_hundred": 600, "seg_id": 721757, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 29372, "Shape__Length": 134.6753617918954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174761646397798, 40.0572911583874 ], [ -75.174524332570698, 40.057755082048999 ], [ -75.174313906863105, 40.058151372793802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4738, "tnode_": 4629, "lpoly_": null, "rpoly_": null, "length": 425.49604323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATTHEWS", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 54320, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721759, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATTHEWS ST", "stname": "MATTHEWS ST", "objectid": 29373, "Shape__Length": 169.47493842351852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173581486459099, 40.056555428478198 ], [ -75.173940137681697, 40.056793636263102 ], [ -75.174761646397798, 40.0572911583874 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4637, "tnode_": 4494, "lpoly_": null, "rpoly_": null, "length": 517.00876892999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6462, "l_t_add": 6498, "r_f_add": 6461, "r_t_add": 6499, "st_code": 13080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721762, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 29374, "Shape__Length": 205.92101958883723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172871312970102, 40.057265190604298 ], [ -75.173234326998994, 40.057481645317701 ], [ -75.174313906863105, 40.058151372793802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4494, "tnode_": 4340, "lpoly_": null, "rpoly_": null, "length": 334.54942314, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 617, "l_t_add": 649, "r_f_add": 618, "r_t_add": 648, "st_code": 79000, "l_hundred": 600, "r_hundred": 600, "seg_id": 721765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 29375, "Shape__Length": 133.49603953721729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174313906863105, 40.058151372793802 ], [ -75.174099271338903, 40.058578734743897 ], [ -75.173863549237694, 40.059001892471201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4637, "tnode_": 4509, "lpoly_": null, "rpoly_": null, "length": 327.50994001000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1100, "r_t_add": 1120, "st_code": 23900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 29376, "Shape__Length": 130.56797494150561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172871312970102, 40.057265190604298 ], [ -75.172486906351295, 40.057659047820103 ], [ -75.172159222556402, 40.057978470936298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4509, "tnode_": 4389, "lpoly_": null, "rpoly_": null, "length": 315.55808258000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1122, "r_t_add": 1198, "st_code": 23900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721770, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 29377, "Shape__Length": 125.80085922632728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172159222556402, 40.057978470936298 ], [ -75.171824328603094, 40.058303305941202 ], [ -75.1714664245888, 40.058661794458402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4704, "tnode_": 4637, "lpoly_": null, "rpoly_": null, "length": 273.27970581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6446, "l_t_add": 6460, "r_f_add": 6447, "r_t_add": 6459, "st_code": 13080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 29378, "Shape__Length": 108.84041339041073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172103110940199, 40.056802317864801 ], [ -75.1725302535841, 40.057054659408102 ], [ -75.172871312970102, 40.057265190604298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4755, "tnode_": 4704, "lpoly_": null, "rpoly_": null, "length": 220.7137882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6444, "r_f_add": 6401, "r_t_add": 6445, "st_code": 13080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 29379, "Shape__Length": 87.914008308526135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171497047622594, 40.0564148262117 ], [ -75.171775447458003, 40.056588089808699 ], [ -75.172103110940199, 40.056802317864801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4863, "tnode_": 4761, "lpoly_": null, "rpoly_": null, "length": 315.44828431999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1120, "st_code": 29720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29380, "Shape__Length": 125.75165309548906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170252459771405, 40.055654997779101 ], [ -75.169887866742101, 40.056014549276497 ], [ -75.169557768447802, 40.056336818440599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4755, "tnode_": 4657, "lpoly_": null, "rpoly_": null, "length": 321.46630252, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1118, "st_code": 46200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 29381, "Shape__Length": 128.0801211969071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171497047622594, 40.0564148262117 ], [ -75.171380141329806, 40.056471475411499 ], [ -75.171131102679098, 40.056624691562902 ], [ -75.171014550967101, 40.056713511744 ], [ -75.170880297232898, 40.056824320949303 ], [ -75.170671200019896, 40.057020492846597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4964, "tnode_": 4872, "lpoly_": null, "rpoly_": null, "length": 320.55323385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1181, "r_f_add": 1100, "r_t_add": 1194, "st_code": 81600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721783, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 29382, "Shape__Length": 127.78010624420656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168960705310894, 40.054856015248802 ], [ -75.168579686408407, 40.055220646574398 ], [ -75.168245403019398, 40.055543168495298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4657, "tnode_": 4547, "lpoly_": null, "rpoly_": null, "length": 330.50011042999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1119, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 46200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721785, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 29383, "Shape__Length": 131.75351209262988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170671200019896, 40.057020492846597 ], [ -75.170302724449002, 40.057384296052597 ], [ -75.169941267174906, 40.057733580996199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4761, "tnode_": 4649, "lpoly_": null, "rpoly_": null, "length": 332.24259741999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1122, "r_t_add": 1198, "st_code": 29720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721787, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29384, "Shape__Length": 132.44368768949505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169557768447802, 40.056336818440599 ], [ -75.169224690218996, 40.056656213133998 ], [ -75.169171374340394, 40.056707274158001 ], [ -75.168818235318497, 40.057050173211003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4872, "tnode_": 4770, "lpoly_": null, "rpoly_": null, "length": 332.16229631, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1183, "l_t_add": 1199, "r_f_add": 1196, "r_t_add": 1198, "st_code": 81600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 721791, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 29385, "Shape__Length": 132.4145784219223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168245403019398, 40.055543168495298 ], [ -75.167916443435203, 40.055865560479702 ], [ -75.167514202280003, 40.056261297420299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5175, "tnode_": 5107, "lpoly_": null, "rpoly_": null, "length": 209.78093467, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1223, "l_t_add": 1247, "r_f_add": 1222, "r_t_add": 1246, "st_code": 39920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721794, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 29386, "Shape__Length": 83.621545869484336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161389370395099, 40.053351019131199 ], [ -75.161170717783307, 40.053562919411902 ], [ -75.160921069317794, 40.053800590773697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5353, "tnode_": 5281, "lpoly_": null, "rpoly_": null, "length": 183.47244543, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1227, "l_t_add": 1245, "r_f_add": 1226, "r_t_add": 1246, "st_code": 65620, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 721796, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 29387, "Shape__Length": 73.133100181788564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159718024896193, 40.0523285386381 ], [ -75.159476921609993, 40.052558018321299 ], [ -75.159307738794197, 40.052721288317997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5181, "tnode_": 5022, "lpoly_": null, "rpoly_": null, "length": 503.04155118, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PRICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 65620, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 721798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PRICE ST", "stname": "E PRICE ST", "objectid": 29388, "Shape__Length": 200.4929235113068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158782587213693, 40.053234195638403 ], [ -75.158209551118304, 40.053785597549897 ], [ -75.157799834203004, 40.054183361991299 ], [ -75.157726704549503, 40.054240957271503 ], [ -75.157620030278395, 40.054271501277498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5176, "tnode_": 5181, "lpoly_": null, "rpoly_": null, "length": 308.71444711000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 89140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721800, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29389, "Shape__Length": 122.77092144659893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157690696331102, 40.0532343013627 ], [ -75.1582240346455, 40.053260738137197 ], [ -75.158610028968297, 40.0532774103431 ], [ -75.158684609981606, 40.053262503106801 ], [ -75.158782587213693, 40.053234195638403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5302, "tnode_": 5278, "lpoly_": null, "rpoly_": null, "length": 264.09233603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1417, "r_t_add": 1499, "st_code": 89140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721802, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29390, "Shape__Length": 105.02694542092701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142642457648506, 40.0521877544844 ], [ -75.143243446073697, 40.052262935975897 ], [ -75.143573119922493, 40.052306326962999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5544, "tnode_": 5302, "lpoly_": null, "rpoly_": null, "length": 588.52870718999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 61300, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721804, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29391, "Shape__Length": 234.75868195453299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143596702013596, 40.050748219513501 ], [ -75.143315802140805, 40.051180310978502 ], [ -75.142642457648506, 40.0521877544844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5519, "tnode_": 5269, "lpoly_": null, "rpoly_": null, "length": 562.4700288, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 75860, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721806, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 29392, "Shape__Length": 224.52213768420086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144642515909794, 40.050880204853897 ], [ -75.144548647671201, 40.051322844175701 ], [ -75.144526748180496, 40.051418416847099 ], [ -75.144309322519803, 40.0524028611106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27429, "tnode_": 5278, "lpoly_": null, "rpoly_": null, "length": 562.07770657000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88070, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29393, "Shape__Length": 224.37031906904753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143844288510707, 40.050780220097003 ], [ -75.143720235959705, 40.051310128895899 ], [ -75.143609049361999, 40.051835059424498 ], [ -75.143571339560097, 40.0521258484724 ], [ -75.143573119922493, 40.052306326962999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5278, "tnode_": 5269, "lpoly_": null, "rpoly_": null, "length": 209.07487005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1506, "r_f_add": 1501, "r_t_add": 1507, "st_code": 89140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721809, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29394, "Shape__Length": 83.147671263191469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143573119922493, 40.052306326962999 ], [ -75.144018491033606, 40.052364067350503 ], [ -75.144309322519803, 40.0524028611106 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5512, "tnode_": 5256, "lpoly_": null, "rpoly_": null, "length": 563.11671758, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88090, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 721812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29395, "Shape__Length": 224.780698762903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145431220670005, 40.050982811732098 ], [ -75.145326886025202, 40.051428389472399 ], [ -75.145098483408503, 40.052507291267503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5269, "tnode_": 5256, "lpoly_": null, "rpoly_": null, "length": 224.19959215, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1508, "l_t_add": 1598, "r_f_add": 1509, "r_t_add": 1599, "st_code": 89140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721818, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29396, "Shape__Length": 89.163065755146178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144309322519803, 40.0524028611106 ], [ -75.144764050346595, 40.0524678576678 ], [ -75.145098483408503, 40.052507291267503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5256, "tnode_": 5242, "lpoly_": null, "rpoly_": null, "length": 222.81593966, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1614, "r_f_add": 1601, "r_t_add": 1615, "st_code": 89140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721821, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29397, "Shape__Length": 88.612164629622484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145098483408503, 40.052507291267503 ], [ -75.145613823156395, 40.052573611884497 ], [ -75.145883653343901, 40.0526075294554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5512, "tnode_": 5499, "lpoly_": null, "rpoly_": null, "length": 224.78178266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1620, "r_f_add": 1601, "r_t_add": 1621, "st_code": 22550, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721823, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29398, "Shape__Length": 89.392131408602495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145431220670005, 40.050982811732098 ], [ -75.145918948457904, 40.051048034893903 ], [ -75.146223101982201, 40.0510847318873 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5709, "tnode_": 5674, "lpoly_": null, "rpoly_": null, "length": 226.1396208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 55140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721825, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29399, "Shape__Length": 89.97749171082323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143430268964295, 40.049651133943598 ], [ -75.143860333804895, 40.0497672429712 ], [ -75.1441703327732, 40.049895292833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5974, "tnode_": 5880, "lpoly_": null, "rpoly_": null, "length": 314.13669027999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1412, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 74660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721827, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29400, "Shape__Length": 125.08128928425484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144056015098997, 40.048180538912298 ], [ -75.144612120979801, 40.048487227263998 ], [ -75.144961242365596, 40.048689991870198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5880, "tnode_": 5813, "lpoly_": null, "rpoly_": null, "length": 301.50918205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1505, "r_t_add": 1599, "st_code": 74660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721829, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29401, "Shape__Length": 120.05305741002633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144961242365596, 40.048689991870198 ], [ -75.145579815067507, 40.049036516702699 ], [ -75.145831755467398, 40.049177313426199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6063, "tnode_": 6042, "lpoly_": null, "rpoly_": null, "length": 277.51995028, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 37500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29402, "Shape__Length": 110.36044787857671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145439012046495, 40.047835896615801 ], [ -75.1460667196651, 40.047915048777199 ], [ -75.146416308026801, 40.047963268718398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6032, "tnode_": 5728, "lpoly_": null, "rpoly_": null, "length": 574.32801165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 73080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721835, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 29403, "Shape__Length": 229.24622105173214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146883842392896, 40.048021471181997 ], [ -75.146793320034107, 40.048445716021902 ], [ -75.146637110781896, 40.049164954133502 ], [ -75.146545263464404, 40.049576441911597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6042, "tnode_": 5813, "lpoly_": null, "rpoly_": null, "length": 471.56411337999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88090, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721836, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29404, "Shape__Length": 188.15791514515365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146416308026801, 40.047963268718398 ], [ -75.146215913081903, 40.048380104293599 ], [ -75.1460096559031, 40.048806075462402 ], [ -75.145831755467398, 40.049177313426199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6063, "tnode_": 5880, "lpoly_": null, "rpoly_": null, "length": 339.71251616999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6229, "st_code": 61300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 721842, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29405, "Shape__Length": 135.52621742262801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145439012046495, 40.047835896615801 ], [ -75.145391072157807, 40.047970603122302 ], [ -75.145322332012796, 40.048122335780803 ], [ -75.145243904650499, 40.048261011937498 ], [ -75.145150223337296, 40.048416196621801 ], [ -75.145057188124397, 40.048554541429802 ], [ -75.144961242365596, 40.048689991870198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6283, "tnode_": 6063, "lpoly_": null, "rpoly_": null, "length": 402.9696244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6122, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 61300, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721844, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29406, "Shape__Length": 160.85025242445997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145409792018299, 40.046739360932698 ], [ -75.145478438483806, 40.0470400321909 ], [ -75.145508339308407, 40.047240559698501 ], [ -75.145509972557207, 40.047423688255897 ], [ -75.145482709366505, 40.047626135445697 ], [ -75.145439012046495, 40.047835896615801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6060, "tnode_": 5894, "lpoly_": null, "rpoly_": null, "length": 327.47738715000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 88170, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29407, "Shape__Length": 130.68172107832675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153530699174695, 40.047994355664898 ], [ -75.153492377360195, 40.048356288247099 ], [ -75.153441480509301, 40.048533595847999 ], [ -75.153237008336902, 40.048851100898801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6013, "tnode_": 5916, "lpoly_": null, "rpoly_": null, "length": 245.93014832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6190, "l_t_add": 6198, "r_f_add": 6157, "r_t_add": 6199, "st_code": 50740, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721851, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29408, "Shape__Length": 97.998432900442836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1509159441474, 40.048118273536602 ], [ -75.151509004741897, 40.048616301966703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6208, "tnode_": 6060, "lpoly_": null, "rpoly_": null, "length": 257.68904102000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6138, "r_f_add": 6101, "r_t_add": 6139, "st_code": 88170, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 721853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29409, "Shape__Length": 102.86447255520903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153607380027694, 40.0472894306752 ], [ -75.153565311947503, 40.047687120135002 ], [ -75.153530699174695, 40.047994355664898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7582, "tnode_": 7226, "lpoly_": null, "rpoly_": null, "length": 633.19862885000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88170, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721855, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29410, "Shape__Length": 252.74341949201948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154069943208498, 40.041025692964801 ], [ -75.154037350911395, 40.041409850815498 ], [ -75.153949373821604, 40.0427613911273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7714, "tnode_": 7374, "lpoly_": null, "rpoly_": null, "length": 673.51386235999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88150, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721857, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29411, "Shape__Length": 268.60373842441334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152615641923504, 40.040339091036699 ], [ -75.152579564934797, 40.040520841096097 ], [ -75.152582452727202, 40.040580547415502 ], [ -75.152602848853604, 40.040697110976602 ], [ -75.152641737893504, 40.040788644379298 ], [ -75.152693194835905, 40.040863366055802 ], [ -75.153055604471106, 40.041261215806202 ], [ -75.153059861006895, 40.041285169163899 ], [ -75.153029150051495, 40.041749676116901 ], [ -75.153017749324803, 40.041777250769798 ], [ -75.1526914775596, 40.04194721364 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7644, "tnode_": 7508, "lpoly_": null, "rpoly_": null, "length": 331.59235, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 23000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721859, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29412, "Shape__Length": 132.04911738297383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150353570542293, 40.040615917155101 ], [ -75.1505261295585, 40.040794126107301 ], [ -75.150634392050705, 40.040888870059199 ], [ -75.150738854292598, 40.040960295169299 ], [ -75.150890375926494, 40.041045689401599 ], [ -75.151003292518496, 40.041090195747401 ], [ -75.151127035716797, 40.041137045406103 ], [ -75.151251610302694, 40.041183862379199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7347, "tnode_": 7329, "lpoly_": null, "rpoly_": null, "length": 318.08075177000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 38040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 721861, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29413, "Shape__Length": 126.47924538415764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490885174466, 40.042045792881403 ], [ -75.149682157374201, 40.042122775577099 ], [ -75.150208687207197, 40.042191311962199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27179, "tnode_": 5899, "lpoly_": null, "rpoly_": null, "length": 32.57754357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54640, "l_hundred": 0, "r_hundred": 0, "seg_id": 722107, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 29414, "Shape__Length": 12.974865005235401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197477916021498, 40.049813583640599 ], [ -75.1975674090599, 40.049870744971201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7628, "tnode_": 7644, "lpoly_": null, "rpoly_": null, "length": 411.10699058, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1640, "l_t_add": 1698, "r_f_add": 1641, "r_t_add": 1699, "st_code": 23000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721864, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29415, "Shape__Length": 163.60158976673546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149085704690407, 40.040650762301098 ], [ -75.149195670295498, 40.040617178189201 ], [ -75.149331125560906, 40.040572000146099 ], [ -75.149442441086606, 40.040515787568502 ], [ -75.149515182738199, 40.040469190340097 ], [ -75.149606689660303, 40.0404314081742 ], [ -75.149744630017494, 40.040392578626403 ], [ -75.149911358877404, 40.040385865029101 ], [ -75.1500122595628, 40.040403011294003 ], [ -75.1501088816334, 40.040430190766898 ], [ -75.150219514116202, 40.040482535530202 ], [ -75.150295573903705, 40.040543490816098 ], [ -75.150353570542293, 40.040615917155101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7369, "tnode_": 7347, "lpoly_": null, "rpoly_": null, "length": 301.51245442000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1626, "l_t_add": 1698, "r_f_add": 1627, "r_t_add": 1699, "st_code": 38040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721866, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29416, "Shape__Length": 119.89118877853669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148027026851196, 40.041906616978501 ], [ -75.148550032941998, 40.041979442148303 ], [ -75.1490885174466, 40.042045792881403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7656, "tnode_": 7628, "lpoly_": null, "rpoly_": null, "length": 295.52515026999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1638, "r_f_add": 1601, "r_t_add": 1639, "st_code": 23000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721869, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29417, "Shape__Length": 117.54186701323017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148086404170996, 40.040489370826201 ], [ -75.148248659984503, 40.040562858860802 ], [ -75.148364194452796, 40.040606226098099 ], [ -75.148474564666003, 40.040638753234099 ], [ -75.148566445307296, 40.040657048903299 ], [ -75.148650567216905, 40.040669859084502 ], [ -75.148784014482601, 40.040677076356403 ], [ -75.148969671326896, 40.040674987890398 ], [ -75.149085704690407, 40.040650762301098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7427, "tnode_": 7369, "lpoly_": null, "rpoly_": null, "length": 287.36140804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1624, "r_f_add": 1601, "r_t_add": 1625, "st_code": 38040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29418, "Shape__Length": 114.33356227664291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147100275663902, 40.041579523512098 ], [ -75.147358182179005, 40.041706158934097 ], [ -75.147496808068496, 40.041760206495802 ], [ -75.147576974571507, 40.041791879840503 ], [ -75.147794527862104, 40.041856583023502 ], [ -75.148027026851196, 40.041906616978501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7589, "tnode_": 7459, "lpoly_": null, "rpoly_": null, "length": 242.78130478, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5722, "l_t_add": 5798, "r_f_add": 5723, "r_t_add": 5799, "st_code": 88070, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 721873, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29419, "Shape__Length": 96.896168800385396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146324863804594, 40.040767871014303 ], [ -75.1462494671526, 40.0411045386791 ], [ -75.146178828714397, 40.041424813808703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7162, "tnode_": 7177, "lpoly_": null, "rpoly_": null, "length": 773.70079347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 38040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721875, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29420, "Shape__Length": 308.25875992240475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150406613143403, 40.0429563467018 ], [ -75.150514207755705, 40.042629851683003 ], [ -75.150569496769506, 40.042527829152597 ], [ -75.150628850028099, 40.042450807198897 ], [ -75.150705161098998, 40.0423841720486 ], [ -75.150847325037702, 40.042297352982999 ], [ -75.151025697791297, 40.042228025441801 ], [ -75.151207320436399, 40.042187116263101 ], [ -75.151374407056295, 40.042185893934203 ], [ -75.151520391167693, 40.042225878651003 ], [ -75.151594976628999, 40.042260912523602 ], [ -75.151656302299401, 40.042302315732897 ], [ -75.151904513161796, 40.042575973695797 ], [ -75.1520791421339, 40.042760396175801 ], [ -75.152184778934796, 40.042849421667498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7329, "tnode_": 7158, "lpoly_": null, "rpoly_": null, "length": 279.50213887999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5850, "r_f_add": 5801, "r_t_add": 5851, "st_code": 61180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721878, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29421, "Shape__Length": 111.53605728736486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150208687207197, 40.042191311962199 ], [ -75.150103930566502, 40.042383931977 ], [ -75.150041106414506, 40.042560857436698 ], [ -75.149962654025899, 40.042931078544598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7347, "tnode_": 7182, "lpoly_": null, "rpoly_": null, "length": 282.65731457000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5830, "r_f_add": 5801, "r_t_add": 5829, "st_code": 88110, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721880, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29422, "Shape__Length": 112.78820263736253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1490885174466, 40.042045792881403 ], [ -75.149015773524994, 40.042106588071199 ], [ -75.148971095754305, 40.042204163086097 ], [ -75.148918922548802, 40.042441123433001 ], [ -75.148842733837597, 40.042785744992102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7459, "tnode_": 7427, "lpoly_": null, "rpoly_": null, "length": 265.18969147999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 38040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721881, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29423, "Shape__Length": 105.4574916020708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146178828714397, 40.041424813808703 ], [ -75.146623041229205, 40.041482186962703 ], [ -75.146974834258401, 40.041534696123797 ], [ -75.147100275663902, 40.041579523512098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7239, "tnode_": 7232, "lpoly_": null, "rpoly_": null, "length": 293.4688383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 24780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721883, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29424, "Shape__Length": 116.68137252852789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145944660393496, 40.042525209620599 ], [ -75.146385820246806, 40.042533545757699 ], [ -75.146891521928197, 40.042539354048401 ], [ -75.146991984401097, 40.0425481261192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27533, "tnode_": 7459, "lpoly_": null, "rpoly_": null, "length": 482.45724445000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 38040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721887, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29425, "Shape__Length": 191.83871666102979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144480155475804, 40.041202551781197 ], [ -75.145879246284807, 40.041387585913903 ], [ -75.146178828714397, 40.041424813808703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7232, "tnode_": 7182, "lpoly_": null, "rpoly_": null, "length": 525.36084716000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 24780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721888, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29426, "Shape__Length": 208.90171740227072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146991984401097, 40.0425481261192 ], [ -75.147313719425796, 40.042589085775496 ], [ -75.148842733837597, 40.042785744992102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7277, "tnode_": 7239, "lpoly_": null, "rpoly_": null, "length": 433.19569562000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1410, "l_t_add": 1498, "r_f_add": 1411, "r_t_add": 1499, "st_code": 24780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 721893, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29427, "Shape__Length": 172.25643852729183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422613776996, 40.042316588699002 ], [ -75.145631315420403, 40.0424731294449 ], [ -75.145861743108597, 40.042503108274303 ], [ -75.145944660393496, 40.042525209620599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7158, "tnode_": 6983, "lpoly_": null, "rpoly_": null, "length": 277.47356068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5852, "l_t_add": 5898, "r_f_add": 5853, "r_t_add": 5899, "st_code": 61180, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721895, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29428, "Shape__Length": 110.7462672680212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149962654025899, 40.042931078544598 ], [ -75.149862804507507, 40.043385503727102 ], [ -75.149799401405303, 40.043682368461198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7162, "tnode_": 7177, "lpoly_": null, "rpoly_": null, "length": 500.5269396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1834, "l_t_add": 1898, "r_f_add": 1835, "r_t_add": 1877, "st_code": 24780, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 721897, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 29429, "Shape__Length": 199.01449434009825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150406613143403, 40.0429563467018 ], [ -75.151640144611804, 40.042903489131497 ], [ -75.152065879992307, 40.042880145939002 ], [ -75.152184778934796, 40.042849421667498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7182, "tnode_": 7030, "lpoly_": null, "rpoly_": null, "length": 276.05270235, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5832, "l_t_add": 5898, "r_f_add": 5831, "r_t_add": 5899, "st_code": 88110, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721900, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29430, "Shape__Length": 110.17876867337088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148842733837597, 40.042785744992102 ], [ -75.148746363191194, 40.043231522691897 ], [ -75.148679194258506, 40.043533042795602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7232, "tnode_": 7062, "lpoly_": null, "rpoly_": null, "length": 292.21768616000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5832, "l_t_add": 5898, "r_f_add": 5839, "r_t_add": 5899, "st_code": 88090, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721902, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29431, "Shape__Length": 116.62262689439535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146991984401097, 40.0425481261192 ], [ -75.147086052907696, 40.042752983340201 ], [ -75.147145472041899, 40.043016490120301 ], [ -75.147142154226202, 40.043110899345699 ], [ -75.147106381325699, 40.043332250175801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7239, "tnode_": 7090, "lpoly_": null, "rpoly_": null, "length": 236.63603493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5842, "l_t_add": 5898, "r_f_add": 5843, "r_t_add": 5899, "st_code": 88070, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 721904, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29432, "Shape__Length": 94.446407901017182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145944660393496, 40.042525209620599 ], [ -75.145870160380497, 40.042852220477997 ], [ -75.145805599115704, 40.0431659278225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7023, "tnode_": 6839, "lpoly_": null, "rpoly_": null, "length": 280.79052502000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5929, "st_code": 88150, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29433, "Shape__Length": 112.08199092605824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152084667865694, 40.0436179109291 ], [ -75.152050336968102, 40.044091151422499 ], [ -75.152031521496596, 40.044387626298096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6983, "tnode_": 6834, "lpoly_": null, "rpoly_": null, "length": 254.01806544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5927, "st_code": 61180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721910, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-08-23T00:00:00Z", "newsegdate": "2001-08-23T00:00:00Z", "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29434, "Shape__Length": 101.38434985413684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149799401405303, 40.043682368461198 ], [ -75.149723617150997, 40.044006390691003 ], [ -75.149702027993399, 40.044088458628401 ], [ -75.149641233083699, 40.044368958586098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7030, "tnode_": 6843, "lpoly_": null, "rpoly_": null, "length": 257.15931234, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5927, "st_code": 88110, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721913, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29435, "Shape__Length": 102.63930481734066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148679194258506, 40.043533042795602 ], [ -75.148583860638595, 40.043956210301999 ], [ -75.148528576149403, 40.044229393959903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7062, "tnode_": 6887, "lpoly_": null, "rpoly_": null, "length": 255.78886311000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5944, "r_f_add": 5901, "r_t_add": 5945, "st_code": 88090, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721914, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29436, "Shape__Length": 102.09141459508237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147106381325699, 40.043332250175801 ], [ -75.147015386904201, 40.043729455667801 ], [ -75.146952327737793, 40.0440243545793 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6839, "tnode_": 6685, "lpoly_": null, "rpoly_": null, "length": 245.93625099000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5930, "l_t_add": 5998, "r_f_add": 5931, "r_t_add": 5999, "st_code": 88150, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721916, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29437, "Shape__Length": 98.170417578388623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152031521496596, 40.044387626298096 ], [ -75.152006072413101, 40.044745715853999 ], [ -75.151985499077398, 40.045061821065502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6834, "tnode_": 6686, "lpoly_": null, "rpoly_": null, "length": 231.54840756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5930, "l_t_add": 5950, "r_f_add": 5929, "r_t_add": 5967, "st_code": 61180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721918, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29438, "Shape__Length": 92.419682607729669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149641233083699, 40.044368958586098 ], [ -75.149599364322896, 40.044707078161203 ], [ -75.149594115789995, 40.044839197209797 ], [ -75.149651029212706, 40.0449970482127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6843, "tnode_": 6692, "lpoly_": null, "rpoly_": null, "length": 259.29746504999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5930, "l_t_add": 5998, "r_f_add": 5929, "r_t_add": 5999, "st_code": 88110, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721921, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29439, "Shape__Length": 103.49370811718882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148528576149403, 40.044229393959903 ], [ -75.148424619078895, 40.0446876373205 ], [ -75.148376467359398, 40.044931490341099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6887, "tnode_": 6698, "lpoly_": null, "rpoly_": null, "length": 307.72096138999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5946, "l_t_add": 5998, "r_f_add": 5947, "r_t_add": 5999, "st_code": 88090, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721922, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29440, "Shape__Length": 122.82051784070586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146952327737793, 40.0440243545793 ], [ -75.146850924366305, 40.0444907214425 ], [ -75.146777245230297, 40.044791963356303 ], [ -75.146779302803196, 40.044857322116599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6692, "tnode_": 6553, "lpoly_": null, "rpoly_": null, "length": 250.61543249, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6001, "st_code": 88110, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721925, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 29441, "Shape__Length": 100.02927018307238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148376467359398, 40.044931490341099 ], [ -75.148284085613895, 40.045332423412198 ], [ -75.148228238296895, 40.045609920900802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6685, "tnode_": 6532, "lpoly_": null, "rpoly_": null, "length": 242.98447259, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6024, "r_f_add": 6001, "r_t_add": 6025, "st_code": 88150, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721926, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29442, "Shape__Length": 96.992895142030662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151985499077398, 40.045061821065502 ], [ -75.151959896375502, 40.045437779708301 ], [ -75.151935855894706, 40.045727739172499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6686, "tnode_": 6549, "lpoly_": null, "rpoly_": null, "length": 281.6082674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5952, "l_t_add": 5978, "r_f_add": 5969, "r_t_add": 5977, "st_code": 61180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721928, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29443, "Shape__Length": 112.3028538005799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149651029212706, 40.0449970482127 ], [ -75.149941654250895, 40.045398735560802 ], [ -75.150150553581895, 40.045667928533298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6532, "tnode_": 6396, "lpoly_": null, "rpoly_": null, "length": 244.70804748999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6026, "l_t_add": 6098, "r_f_add": 6027, "r_t_add": 6099, "st_code": 88150, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721929, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 29444, "Shape__Length": 97.682192104470232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151935855894706, 40.045727739172499 ], [ -75.151914790103504, 40.046118750988903 ], [ -75.151893462872195, 40.0463986768155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6549, "tnode_": 6387, "lpoly_": null, "rpoly_": null, "length": 293.29616847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5980, "l_t_add": 5998, "r_f_add": 5979, "r_t_add": 5999, "st_code": 61180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 721931, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29445, "Shape__Length": 116.95984333381236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150150553581895, 40.045667928533298 ], [ -75.150451375293301, 40.0460589167809 ], [ -75.150682786696507, 40.046361409746503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6480, "tnode_": 6389, "lpoly_": null, "rpoly_": null, "length": 198.33657238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6034, "l_t_add": 6098, "r_f_add": 6035, "r_t_add": 6099, "st_code": 50740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721932, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29446, "Shape__Length": 79.015255246486433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148154524293602, 40.045917123014704 ], [ -75.148273068296007, 40.046006739070997 ], [ -75.148658126300703, 40.046300046004603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6403, "tnode_": 6399, "lpoly_": null, "rpoly_": null, "length": 449.69191422999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 23080, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 721934, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29447, "Shape__Length": 178.8044832055177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146470526816401, 40.046232156050799 ], [ -75.147521258977505, 40.046263927691001 ], [ -75.1480754797781, 40.046281136082698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6698, "tnode_": 6558, "lpoly_": null, "rpoly_": null, "length": 377.76641636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6030, "r_f_add": 6001, "r_t_add": 6021, "st_code": 50740, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721936, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 29448, "Shape__Length": 150.49906441450366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146779302803196, 40.044857322116599 ], [ -75.147331597215697, 40.045283881015401 ], [ -75.147636731714897, 40.045510667774998 ], [ -75.1477339832079, 40.045590014288997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6698, "tnode_": 6580, "lpoly_": null, "rpoly_": null, "length": 222.4876315, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6017, "st_code": 88090, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721938, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 29449, "Shape__Length": 88.800978988565703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146779302803196, 40.044857322116599 ], [ -75.1466947813486, 40.045202711463098 ], [ -75.146638539538003, 40.0454583929343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6749, "tnode_": 6578, "lpoly_": null, "rpoly_": null, "length": 325.63495494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6047, "st_code": 61300, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 721940, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29450, "Shape__Length": 129.93168900572996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144615285900599, 40.044570587857798 ], [ -75.144868989646, 40.045149806277003 ], [ -75.144993393094893, 40.045415898074197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8018, "tnode_": 7839, "lpoly_": null, "rpoly_": null, "length": 625.43879323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5338, "l_t_add": 5398, "r_f_add": 5353, "r_t_add": 5399, "st_code": 52940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 29451, "Shape__Length": 249.03971985237428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163108221929804, 40.038806239481197 ], [ -75.163490207299702, 40.039037926589103 ], [ -75.164854433882695, 40.039876879325703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8083, "tnode_": 8018, "lpoly_": null, "rpoly_": null, "length": 206.18886041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5318, "l_t_add": 5336, "r_f_add": 5323, "r_t_add": 5351, "st_code": 52940, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721946, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA ST", "stname": "MAGNOLIA ST", "objectid": 29452, "Shape__Length": 82.101037834035267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1625337166424, 40.038452189573 ], [ -75.162880892033996, 40.038663223669701 ], [ -75.163108221929804, 40.038806239481197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8692, "tnode_": 8622, "lpoly_": null, "rpoly_": null, "length": 239.62056012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 16300, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYNTON ST", "stname": "BAYNTON ST", "objectid": 29453, "Shape__Length": 95.399676060093313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165373498137697, 40.035019082669699 ], [ -75.165734800139901, 40.0352398607791 ], [ -75.165992704678402, 40.035399356423902 ], [ -75.166052464702005, 40.035415104480201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8473, "tnode_": 8464, "lpoly_": null, "rpoly_": null, "length": 261.39954761999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUFE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 69760, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 721951, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUFE ST", "stname": "RUFE ST", "objectid": 29454, "Shape__Length": 103.9212663768148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164164821929305, 40.036212911845901 ], [ -75.164716236421597, 40.036228614421702 ], [ -75.165097499636502, 40.036243291802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8524, "tnode_": 8502, "lpoly_": null, "rpoly_": null, "length": 303.86245247, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 73340, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721954, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 29455, "Shape__Length": 120.8137649149474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148181427004403, 40.035607325838299 ], [ -75.148724989760893, 40.035678609528198 ], [ -75.149251836245, 40.035744409638603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8799, "tnode_": 8848, "lpoly_": null, "rpoly_": null, "length": 197.05950639000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 34140, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721956, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 29456, "Shape__Length": 78.378862388164166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148534627475598, 40.033959315686403 ], [ -75.148807074763099, 40.033902015081601 ], [ -75.149079172119002, 40.033819425144003 ], [ -75.149191317874397, 40.033770841839299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9082, "tnode_": 9068, "lpoly_": null, "rpoly_": null, "length": 222.62200164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1522, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 29400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721959, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 29457, "Shape__Length": 88.509240806588366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148660853743607, 40.032503441089197 ], [ -75.149109242746206, 40.032559820205897 ], [ -75.149444777933894, 40.032605059162798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9094, "tnode_": 9082, "lpoly_": null, "rpoly_": null, "length": 223.90074136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1500, "l_t_add": 1520, "r_f_add": 1501, "r_t_add": 1521, "st_code": 29400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 721961, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 29458, "Shape__Length": 89.017083131663668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147871941193898, 40.032403432746499 ], [ -75.148325558132001, 40.032460201903604 ], [ -75.148660853743607, 40.032503441089197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8822, "tnode_": 8555, "lpoly_": null, "rpoly_": null, "length": 565.78058397999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 21400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 29459, "Shape__Length": 225.7879827181896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146771123609895, 40.033855010756497 ], [ -75.146708724048196, 40.034166140982997 ], [ -75.146519013117, 40.0350307024814 ], [ -75.146440049130504, 40.035387126171102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8808, "tnode_": 8544, "lpoly_": null, "rpoly_": null, "length": 564.0360712, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 88070, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 721969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29460, "Shape__Length": 225.09166260784417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147534101760797, 40.033954308008802 ], [ -75.147464214859397, 40.034270101975302 ], [ -75.147278693168005, 40.0351259862178 ], [ -75.147200748488302, 40.035481301759702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4800, "tnode_": 4783, "lpoly_": null, "rpoly_": null, "length": 48.41413715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6756, "l_t_add": 6756, "r_f_add": 6751, "r_t_add": 6751, "st_code": 22960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 722041, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEW AVE", "stname": "CHEW AVE", "objectid": 29461, "Shape__Length": 19.28588131680441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182697677005095, 40.056466973826502 ], [ -75.182828018216398, 40.056554331381399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26724, "tnode_": 26746, "lpoly_": null, "rpoly_": null, "length": 1099.3440229600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATEHOUSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 36370, "l_hundred": 600, "r_hundred": 600, "seg_id": 722045, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GATEHOUSE LN", "stname": "GATEHOUSE LN", "objectid": 29462, "Shape__Length": 437.51466687228992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205874366811599, 40.055624035044097 ], [ -75.206380357511506, 40.0552781964114 ], [ -75.206491793987595, 40.055197037169002 ], [ -75.206645942409907, 40.0551182694646 ], [ -75.206791627439202, 40.0550744388078 ], [ -75.207042597794199, 40.0549965623117 ], [ -75.207257566971293, 40.054890135901303 ], [ -75.207401728249195, 40.0548446723922 ], [ -75.207808211926107, 40.054768522990202 ], [ -75.2080560837219, 40.054701026464997 ], [ -75.208391851696803, 40.0546111460161 ], [ -75.208590763056705, 40.054588874819103 ], [ -75.208782517452605, 40.054534643292797 ], [ -75.208945044939796, 40.054483358217702 ], [ -75.209101177805394, 40.054449971307299 ], [ -75.209221992778097, 40.054422728217403 ], [ -75.209293617154898, 40.054412148681301 ], [ -75.209325020362598, 40.054418924888999 ], [ -75.209369731639796, 40.054451019740803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26724, "tnode_": 4760, "lpoly_": null, "rpoly_": null, "length": 820.28909657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7502, "l_t_add": 7514, "r_f_add": 7603, "r_t_add": 7699, "st_code": 54640, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 722046, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 29463, "Shape__Length": 326.86043436625607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205874366811599, 40.055624035044097 ], [ -75.206212016674797, 40.055893568271102 ], [ -75.2079314262065, 40.057227704652298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26852, "tnode_": 26853, "lpoly_": null, "rpoly_": null, "length": 194.83957267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONCORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 24600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 722090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-12-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONCORD ST", "stname": "CONCORD ST", "objectid": 29464, "Shape__Length": 77.57315652645859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178080928792099, 40.038789136105301 ], [ -75.178636989700493, 40.0391106896287 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7996, "tnode_": 26852, "lpoly_": null, "rpoly_": null, "length": 206.55879445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 17, "st_code": 41120, "l_hundred": 0, "r_hundred": 0, "seg_id": 722091, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2012-12-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVEY ST", "stname": "HARVEY ST", "objectid": 29465, "Shape__Length": 82.325544581492053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177630906200093, 40.039238439187699 ], [ -75.178080928792099, 40.038789136105301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26952, "tnode_": 8057, "lpoly_": null, "rpoly_": null, "length": 530.8015671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 23540, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 722097, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-11-20T00:00:00Z", "newsegdate": "1998-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 29466, "Shape__Length": 211.08517343969658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156632821374302, 40.038248723537301 ], [ -75.158384910516304, 40.038473687830802 ], [ -75.158454184992905, 40.0385483808681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26942, "tnode_": 9023, "lpoly_": null, "rpoly_": null, "length": 100.4094734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 4900, "l_t_add": 4924, "r_f_add": 4901, "r_t_add": 4923, "st_code": 69700, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 722098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 29467, "Shape__Length": 39.916543345652073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157643095669897, 40.032936458881203 ], [ -75.158001377128301, 40.032947592493201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26942, "tnode_": 8934, "lpoly_": null, "rpoly_": null, "length": 120.28065188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5132, "l_t_add": 5198, "r_f_add": 5129, "r_t_add": 5199, "st_code": 74660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 722099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-03-21T00:00:00Z", "newsegdate": "1998-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29468, "Shape__Length": 48.002337605529668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157643095669897, 40.032936458881203 ], [ -75.157642149081695, 40.033215436156098 ], [ -75.157661519010801, 40.033264430002198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27035, "tnode_": 6548, "lpoly_": null, "rpoly_": null, "length": 213.77260014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 22280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 722100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": "1998-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29469, "Shape__Length": 85.306610827748358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154501830503406, 40.045238901034899 ], [ -75.154465589946, 40.045282020239803 ], [ -75.154439855254495, 40.0453336148082 ], [ -75.154353776541797, 40.045720384431 ], [ -75.154334824792699, 40.045772133147601 ], [ -75.154310934044403, 40.045800862822396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27035, "tnode_": 27036, "lpoly_": null, "rpoly_": null, "length": 140.14621065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2020, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 22280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 722101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": "1998-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29470, "Shape__Length": 55.739319944989681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154501830503406, 40.045238901034899 ], [ -75.154538805648102, 40.045231498480902 ], [ -75.154963741482305, 40.045303710470698 ], [ -75.154982640719894, 40.0453187032413 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27139, "tnode_": 27138, "lpoly_": null, "rpoly_": null, "length": 1261.32320387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AWBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1, "l_t_add": 79, "r_f_add": 2, "r_t_add": 78, "st_code": 14810, "l_hundred": 0, "r_hundred": 0, "seg_id": 722102, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-05-10T00:00:00Z", "newsegdate": "1998-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "AWBURY RD", "stname": "AWBURY RD", "objectid": 29471, "Shape__Length": 503.25235215179794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168966125026103, 40.051731648053902 ], [ -75.168970875602497, 40.051727153316797 ], [ -75.1690019248894, 40.0516851942918 ], [ -75.1690356013751, 40.051633717429901 ], [ -75.169062156056796, 40.051590786136103 ], [ -75.1690758568935, 40.051528414165503 ], [ -75.169098612964902, 40.051466245624503 ], [ -75.169112710779402, 40.0513934362409 ], [ -75.169135531795206, 40.0513295274976 ], [ -75.169148372257197, 40.051289770502798 ], [ -75.169143897474797, 40.051228731862103 ], [ -75.169166785737005, 40.0511630838703 ], [ -75.169182418743702, 40.051109460869597 ], [ -75.169207239282599, 40.051052561852998 ], [ -75.169236653536203, 40.0509940252729 ], [ -75.169227584975602, 40.0509346232922 ], [ -75.169189022621694, 40.050876301294799 ], [ -75.169103253338903, 40.050808212281503 ], [ -75.168983464133106, 40.050741099642501 ], [ -75.168881585731597, 40.0506796133538 ], [ -75.168824848530903, 40.050622623629899 ], [ -75.168793011334202, 40.050566192442403 ], [ -75.168777020050101, 40.050510118182601 ], [ -75.168772413314798, 40.050452558060698 ], [ -75.168772466517595, 40.050391620230897 ], [ -75.168787410556305, 40.050358915003201 ], [ -75.168858288077999, 40.050257499339097 ], [ -75.168951701972205, 40.050150867642202 ], [ -75.169022577859707, 40.050049451849297 ], [ -75.169070915823497, 40.049953252902199 ], [ -75.169126694484405, 40.049857221098897 ], [ -75.169132566874794, 40.049702841246798 ], [ -75.169114814175501, 40.049582267287299 ], [ -75.169063123623999, 40.049375090582103 ], [ -75.168996770569905, 40.049161861194101 ], [ -75.168949911347497, 40.049023464473201 ], [ -75.168891433540495, 40.0487989672921 ], [ -75.168881122210195, 40.048678560470201 ], [ -75.168932295094606, 40.048539315480397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27138, "tnode_": 6097, "lpoly_": null, "rpoly_": null, "length": 151.49108155000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AWBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 81, "l_t_add": 99, "r_f_add": 80, "r_t_add": 98, "st_code": 14810, "l_hundred": 0, "r_hundred": 0, "seg_id": 722103, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-05-10T00:00:00Z", "newsegdate": "1998-06-18T00:00:00Z", "multi_rep": 0, "streetlabe": "AWBURY RD", "stname": "AWBURY RD", "objectid": 29472, "Shape__Length": 60.380918959020974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168932295094606, 40.048539315480397 ], [ -75.169272072858007, 40.0482156606137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27181, "tnode_": 7518, "lpoly_": null, "rpoly_": null, "length": 20.70792265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CALLUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 54640, "l_hundred": 0, "r_hundred": 0, "seg_id": 722104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MC CALLUM ST", "stname": "MC CALLUM ST", "objectid": 29473, "Shape__Length": 8.2466141696594519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184522422870998, 40.041974335954997 ], [ -75.184579170668997, 40.042010792207201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27180, "tnode_": 6544, "lpoly_": null, "rpoly_": null, "length": 36.11462107000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78060, "l_hundred": 0, "r_hundred": 0, "seg_id": 722105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 29474, "Shape__Length": 14.395174398913403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175317073120993, 40.046253941821597 ], [ -75.175238173039105, 40.046332373198702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27178, "tnode_": 6123, "lpoly_": null, "rpoly_": null, "length": 32.68968265, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 29720, "l_hundred": 0, "r_hundred": 0, "seg_id": 722106, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 29475, "Shape__Length": 13.028280477359495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178146405446199, 40.048219973680503 ], [ -75.178071182748297, 40.048288607935199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27177, "tnode_": 4241, "lpoly_": null, "rpoly_": null, "length": 97.82348199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6742, "l_t_add": 6798, "r_f_add": 6743, "r_t_add": 6799, "st_code": 73700, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 722109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 29476, "Shape__Length": 38.965138977803711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180070541864893, 40.059731406288201 ], [ -75.180206766206496, 40.059812768768303 ], [ -75.180341246034402, 40.059901128033502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27230, "tnode_": 27231, "lpoly_": null, "rpoly_": null, "length": 602.04448227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HURON", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 44115, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 722110, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-12-31T00:00:00Z", "newsegdate": "1998-07-09T00:00:00Z", "multi_rep": 0, "streetlabe": "HURON LN ", "stname": "HURON LN ", "objectid": 29477, "Shape__Length": 239.9105636697204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197883411777994, 40.055660323171601 ], [ -75.198426439095797, 40.055991752883997 ], [ -75.199103901675898, 40.056416957908802 ], [ -75.199159341446006, 40.056455170443499 ], [ -75.199185545732803, 40.056514586784701 ], [ -75.199201136508407, 40.056565362030497 ], [ -75.199179988454901, 40.056662389974797 ], [ -75.199195516064904, 40.056714845989298 ], [ -75.199245802000107, 40.056831950245197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4711, "tnode_": 4701, "lpoly_": null, "rpoly_": null, "length": 239.85490890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1921, "st_code": 89220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 722112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 29478, "Shape__Length": 95.384869648006415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149480231237007, 40.0562269692564 ], [ -75.150071638208303, 40.056257859058697 ], [ -75.1503354981554, 40.056266005761799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27230, "tnode_": 5097, "lpoly_": null, "rpoly_": null, "length": 400.03348790999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 334, "l_t_add": 398, "r_f_add": 325, "r_t_add": 399, "st_code": 12160, "l_hundred": 300, "r_hundred": 300, "seg_id": 722114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-16T00:00:00Z", "newsegdate": "1998-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "W ALLENS LN", "stname": "W ALLENS LN", "objectid": 29479, "Shape__Length": 159.45484610063528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197883411777994, 40.055660323171601 ], [ -75.198790633289605, 40.054811861465197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5509, "tnode_": 29181, "lpoly_": null, "rpoly_": null, "length": 1443.0628241699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5900, "l_t_add": 6198, "r_f_add": 5901, "r_t_add": 6199, "st_code": 13080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 722139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-01-26T00:00:00Z", "newsegdate": "1998-08-05T00:00:00Z", "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 29480, "Shape__Length": 574.72194831321826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163376344972306, 40.051427382071303 ], [ -75.1668747339438, 40.053586135956103 ], [ -75.167398956807006, 40.0539045520608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5544, "tnode_": 27429, "lpoly_": null, "rpoly_": null, "length": 70.28550003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1500, "r_f_add": 1501, "r_t_add": 1501, "st_code": 22550, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 722140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29481, "Shape__Length": 27.951329399085928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143596702013596, 40.050748219513501 ], [ -75.143844288510707, 40.050780220097003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27426, "tnode_": 8106, "lpoly_": null, "rpoly_": null, "length": 36.56502667, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ARMAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 329, "l_t_add": 333, "r_f_add": 330, "r_t_add": 330, "st_code": 13240, "l_hundred": 300, "r_hundred": 300, "seg_id": 722141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E ARMAT ST", "stname": "E ARMAT ST", "objectid": 29482, "Shape__Length": 14.537093095207233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169729020346907, 40.038490100412801 ], [ -75.169598459907206, 40.038492188725897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27427, "tnode_": 5184, "lpoly_": null, "rpoly_": null, "length": 62.47417656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84840, "l_hundred": 0, "r_hundred": 0, "seg_id": 722143, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 29483, "Shape__Length": 24.906463625690037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156893864366296, 40.053046974668597 ], [ -75.156761063484694, 40.053184803973899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27430, "tnode_": 4914, "lpoly_": null, "rpoly_": null, "length": 58.59465579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89180, "l_hundred": 0, "r_hundred": 0, "seg_id": 722144, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29484, "Shape__Length": 23.301313339709314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154274799134299, 40.054903303259401 ], [ -75.154483724504303, 40.0549131276723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27433, "tnode_": 4953, "lpoly_": null, "rpoly_": null, "length": 29.51794499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89180, "l_hundred": 0, "r_hundred": 0, "seg_id": 722145, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29485, "Shape__Length": 11.739811522842537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148709627157004, 40.054535294094599 ], [ -75.148813172597599, 40.054550607775496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27616, "tnode_": 27617, "lpoly_": null, "rpoly_": null, "length": 111.72842624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARRAGANSETT", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 58915, "l_hundred": 400, "r_hundred": 400, "seg_id": 722148, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2007-03-29T00:00:00Z", "newsegdate": "1998-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "NARRAGANSETT PL", "stname": "NARRAGANSETT PL", "objectid": 29486, "Shape__Length": 44.531121322410726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172309582959699, 40.042013789311397 ], [ -75.172554784552503, 40.041771814462997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27752, "tnode_": 6978, "lpoly_": null, "rpoly_": null, "length": 149.52562249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5624, "l_t_add": 5698, "r_f_add": 5623, "r_t_add": 5699, "st_code": 26240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 722149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-01-30T00:00:00Z", "newsegdate": "1998-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CROWSON ST", "stname": "CROWSON ST", "objectid": 29487, "Shape__Length": 59.54257011588156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164076559249693, 40.043821803473698 ], [ -75.164494309175893, 40.044077526922202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27987, "tnode_": 27986, "lpoly_": null, "rpoly_": null, "length": 392.77592318999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 84083, "l_hundred": 0, "r_hundred": 0, "seg_id": 722152, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1999-07-02T00:00:00Z", "newsegdate": "1999-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON LN", "stname": "WISSAHICKON LN", "objectid": 29488, "Shape__Length": 156.45838401936197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201177832130298, 40.042190876638003 ], [ -75.202190412384695, 40.041444654063099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27987, "tnode_": 7507, "lpoly_": null, "rpoly_": null, "length": 108.52156633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6906, "l_t_add": 6908, "r_f_add": 6907, "r_t_add": 6909, "st_code": 84060, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 722153, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-07-02T00:00:00Z", "newsegdate": "1999-07-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 29489, "Shape__Length": 43.242420645587536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201177832130298, 40.042190876638003 ], [ -75.201435242367495, 40.042413598095699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28061, "tnode_": 28060, "lpoly_": null, "rpoly_": null, "length": 137.81470265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 38, "l_t_add": 46, "r_f_add": 47, "r_t_add": 51, "st_code": 63860, "l_hundred": 0, "r_hundred": 0, "seg_id": 722154, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": "2000-01-05T00:00:00Z", "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 29490, "Shape__Length": 54.919413624503861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170186501453202, 40.031560690444898 ], [ -75.170459466538802, 40.031292051709499 ], [ -75.170489579187802, 40.031262623432298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28060, "tnode_": 9531, "lpoly_": null, "rpoly_": null, "length": 256.8288395, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 48, "l_t_add": 98, "r_f_add": 53, "r_t_add": 99, "st_code": 63860, "l_hundred": 0, "r_hundred": 0, "seg_id": 722155, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": "2000-01-05T00:00:00Z", "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 29491, "Shape__Length": 102.34501565010152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170489579187802, 40.031262623432298 ], [ -75.170929691281799, 40.030839738914302 ], [ -75.171056327298302, 40.030708429172599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28061, "tnode_": 28062, "lpoly_": null, "rpoly_": null, "length": 95.17152804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 50870, "l_hundred": 0, "r_hundred": 0, "seg_id": 722156, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": "2000-01-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LINDEN TER", "stname": "LINDEN TER", "objectid": 29492, "Shape__Length": 37.882288429582779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170186501453202, 40.031560690444898 ], [ -75.169907875876405, 40.031411089409097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28060, "tnode_": 28063, "lpoly_": null, "rpoly_": null, "length": 89.736167959999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 50860, "l_hundred": 0, "r_hundred": 0, "seg_id": 722157, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": "2000-01-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LINDEN PL", "stname": "LINDEN PL", "objectid": 29493, "Shape__Length": 35.723006502960047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170489579187802, 40.031262623432298 ], [ -75.170233004192895, 40.031115042039197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27752, "tnode_": 28069, "lpoly_": null, "rpoly_": null, "length": 134.737935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 701, "l_t_add": 745, "r_f_add": 700, "r_t_add": 746, "st_code": 38260, "l_hundred": 700, "r_hundred": 700, "seg_id": 722158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": "2000-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "GRAY ST", "stname": "GRAY ST", "objectid": 29494, "Shape__Length": 53.701960041862421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164076559249693, 40.043821803473698 ], [ -75.163777911444498, 40.044111836888398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7600, "tnode_": 28079, "lpoly_": null, "rpoly_": null, "length": 58.20177076, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68720, "l_hundred": 0, "r_hundred": 0, "seg_id": 722160, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-11T00:00:00Z", "newsegdate": "2000-01-11T00:00:00Z", "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 29495, "Shape__Length": 23.195794119498149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172171806648194, 40.041332271227297 ], [ -75.172041751362698, 40.041456908585701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8303, "tnode_": 8041, "lpoly_": null, "rpoly_": null, "length": 657.66058032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 117, "l_t_add": 199, "r_f_add": 162, "r_t_add": 198, "st_code": 22560, "l_hundred": 100, "r_hundred": 100, "seg_id": 722161, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": "2000-01-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 29496, "Shape__Length": 262.0972906240404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173081339403694, 40.037442985861901 ], [ -75.172175289418504, 40.038332734552903 ], [ -75.171621073739999, 40.038856926481401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7615, "tnode_": 28080, "lpoly_": null, "rpoly_": null, "length": 383.75452252000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 223, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 39920, "l_hundred": 200, "r_hundred": 200, "seg_id": 722162, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-21T00:00:00Z", "newsegdate": "2000-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "E HAINES ST", "stname": "E HAINES ST", "objectid": 29497, "Shape__Length": 152.94493277179575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173926888590401, 40.041265864188397 ], [ -75.173073685576298, 40.042090316666503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28103, "tnode_": 4849, "lpoly_": null, "rpoly_": null, "length": 94.23752853, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 214, "l_t_add": 216, "r_f_add": 213, "r_t_add": 213, "st_code": 57420, "l_hundred": 200, "r_hundred": 200, "seg_id": 722163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-04-13T00:00:00Z", "newsegdate": "2000-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "W MOUNT AIRY AVE", "stname": "W MOUNT AIRY AVE", "objectid": 29498, "Shape__Length": 37.557712142615223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194565305110601, 40.056566139953702 ], [ -75.194790204899405, 40.056373642854098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28186, "tnode_": 28185, "lpoly_": null, "rpoly_": null, "length": 148.01662496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENN", "st_type": "CT", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 63920, "l_hundred": 0, "r_hundred": 0, "seg_id": 722165, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": "2000-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "PENN CT", "stname": "PENN CT", "objectid": 29499, "Shape__Length": 58.925636604612301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169766818036507, 40.031981384993401 ], [ -75.169345344443499, 40.031736175355597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9175, "tnode_": 28186, "lpoly_": null, "rpoly_": null, "length": 192.7543582, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 35, "st_code": 63860, "l_hundred": 0, "r_hundred": 0, "seg_id": 722166, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": "2000-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 29500, "Shape__Length": 76.808644480872715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169333423532294, 40.032392469783503 ], [ -75.169766818036507, 40.031981384993401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28186, "tnode_": 28061, "lpoly_": null, "rpoly_": null, "length": 193.1290165, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 22, "l_t_add": 36, "r_f_add": 37, "r_t_add": 45, "st_code": 63860, "l_hundred": 0, "r_hundred": 0, "seg_id": 722167, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-05T00:00:00Z", "newsegdate": "2000-11-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W PENN ST", "stname": "W PENN ST", "objectid": 29501, "Shape__Length": 76.965385231529567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169766818036507, 40.031981384993401 ], [ -75.1697799856681, 40.031968894554304 ], [ -75.170179454044302, 40.031567894311301 ], [ -75.170186501453202, 40.031560690444898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6685, "tnode_": 28250, "lpoly_": null, "rpoly_": null, "length": 118.24375619, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 22280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 722172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-05-30T00:00:00Z", "newsegdate": "2001-05-30T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29502, "Shape__Length": 47.014768514814506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151985499077398, 40.045061821065502 ], [ -75.152407460013407, 40.045075531756197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28414, "tnode_": 27429, "lpoly_": null, "rpoly_": null, "length": 238.90386805999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88070, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 722184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-27T00:00:00Z", "newsegdate": "2002-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 29503, "Shape__Length": 95.353173780065703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144004237567401, 40.050142261657903 ], [ -75.143891277144405, 40.050729137772301 ], [ -75.143844288510707, 40.050780220097003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5674, "tnode_": 28414, "lpoly_": null, "rpoly_": null, "length": 101.2726504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6302, "l_t_add": 6302, "r_f_add": 6301, "r_t_add": 6349, "st_code": 61300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 722185, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2002-11-12T00:00:00Z", "newsegdate": "2002-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29504, "Shape__Length": 40.395113674265261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1441703327732, 40.049895292833 ], [ -75.144004237567401, 40.050142261657903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28414, "tnode_": 5544, "lpoly_": null, "rpoly_": null, "length": 248.48123971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6304, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 61300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 722186, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2002-03-27T00:00:00Z", "newsegdate": "2002-03-27T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29505, "Shape__Length": 99.113535627201728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144004237567401, 40.050142261657903 ], [ -75.143596702013596, 40.050748219513501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28531, "tnode_": 28532, "lpoly_": null, "rpoly_": null, "length": 28.54200324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOUR FREEDOMS HOME", "st_type": " ", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1086, "l_hundred": 0, "r_hundred": 0, "seg_id": 722187, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "FOUR FREEDOMS HOME", "stname": "FOUR FREEDOMS HOME", "objectid": 29506, "Shape__Length": 11.37037386072628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185761104085202, 40.033553993910303 ], [ -75.185830919428497, 40.033611079889901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8773, "tnode_": 28531, "lpoly_": null, "rpoly_": null, "length": 632.42911918999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 437, "st_code": 81180, "l_hundred": 400, "r_hundred": 400, "seg_id": 722188, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 29507, "Shape__Length": 252.03063537487378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184363120132005, 40.034917319194903 ], [ -75.185730407363295, 40.0335785583936 ], [ -75.185761104085202, 40.033553993910303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28531, "tnode_": 9101, "lpoly_": null, "rpoly_": null, "length": 232.20128704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 418, "l_t_add": 498, "r_f_add": 439, "r_t_add": 499, "st_code": 81180, "l_hundred": 400, "r_hundred": 400, "seg_id": 722189, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-17T00:00:00Z", "newsegdate": "2003-01-17T00:00:00Z", "multi_rep": 0, "streetlabe": "W WALNUT LN", "stname": "W WALNUT LN", "objectid": 29508, "Shape__Length": 92.411380348184082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185761104085202, 40.033553993910303 ], [ -75.185967006186402, 40.033389223001201 ], [ -75.186255954444903, 40.033280118197503 ], [ -75.186457889601101, 40.033235609038002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28546, "tnode_": 28547, "lpoly_": null, "rpoly_": null, "length": 3.4124132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN FRIENDS SCHOOL", "st_type": " ", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1088, "l_hundred": 0, "r_hundred": 0, "seg_id": 722190, "oneway": "B", "class": 18, "responsibl": "CITY", "update_": "2003-01-22T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN FRIENDS SCHOOL", "stname": "GERMANTOWN FRIENDS SCHOOL", "objectid": 29509, "Shape__Length": 1.3589738027494038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171254140440496, 40.032533833815798 ], [ -75.1712631572113, 40.032540135217801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9040, "tnode_": 28546, "lpoly_": null, "rpoly_": null, "length": 285.30811099000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2, "l_t_add": 26, "r_f_add": 1, "r_t_add": 45, "st_code": 25340, "l_hundred": 0, "r_hundred": 0, "seg_id": 722191, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-01-22T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 29510, "Shape__Length": 113.68985349976377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170612863758294, 40.033140746927103 ], [ -75.170672398750298, 40.033103361183997 ], [ -75.171254140440496, 40.032533833815798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28546, "tnode_": 9370, "lpoly_": null, "rpoly_": null, "length": 487.06201416, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "COULTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 28, "l_t_add": 98, "r_f_add": 47, "r_t_add": 99, "st_code": 25340, "l_hundred": 0, "r_hundred": 0, "seg_id": 722192, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-01-22T00:00:00Z", "newsegdate": "2003-01-22T00:00:00Z", "multi_rep": 0, "streetlabe": "W COULTER ST", "stname": "W COULTER ST", "objectid": 29511, "Shape__Length": 194.09459979092514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171254140440496, 40.032533833815798 ], [ -75.172084259226395, 40.031721123270898 ], [ -75.172329353566099, 40.031482866568602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28648, "tnode_": 28647, "lpoly_": null, "rpoly_": null, "length": 188.9933735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LASALLE UNIVERSITY", "st_type": "DWY", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1097, "l_hundred": 0, "r_hundred": 0, "seg_id": 722194, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-03-06T00:00:00Z", "newsegdate": "2003-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LASALLE UNIVERSITY DWY", "stname": "LASALLE UNIVERSITY DWY", "objectid": 29512, "Shape__Length": 75.393615866904412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155981150098299, 40.039705352712701 ], [ -75.155955751229499, 40.039989614598603 ], [ -75.155785780148904, 40.040183602061703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7866, "tnode_": 28647, "lpoly_": null, "rpoly_": null, "length": 456.26484366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 61360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 722195, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-03-06T00:00:00Z", "newsegdate": "2003-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29513, "Shape__Length": 181.61159130145353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154417811460604, 40.039503006580901 ], [ -75.155785780148904, 40.040183602061703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28647, "tnode_": 7650, "lpoly_": null, "rpoly_": null, "length": 401.07196711, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 2100, "l_t_add": 2120, "r_f_add": 2101, "r_t_add": 2121, "st_code": 61360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 722196, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-03-06T00:00:00Z", "newsegdate": "2003-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29514, "Shape__Length": 159.64411877804821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155785780148904, 40.040183602061703 ], [ -75.156988292843394, 40.040781854551298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28667, "tnode_": 28666, "lpoly_": null, "rpoly_": null, "length": 233.11042407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER HOME", "st_type": "DWY", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1267, "l_hundred": 0, "r_hundred": 0, "seg_id": 722197, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-04-10T00:00:00Z", "newsegdate": "2003-04-10T00:00:00Z", "multi_rep": 0, "streetlabe": "WIDENER HOME DWY", "stname": "WIDENER HOME DWY", "objectid": 29515, "Shape__Length": 92.772518637267012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148423809938294, 40.037523379880497 ], [ -75.148913222723294, 40.037241313368703 ], [ -75.149134024184704, 40.0372397873683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8470, "tnode_": 28666, "lpoly_": null, "rpoly_": null, "length": 561.4115057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 61180, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 722198, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-04-10T00:00:00Z", "newsegdate": "2003-04-10T00:00:00Z", "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29516, "Shape__Length": 223.92815033630112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149862183069104, 40.035836820678099 ], [ -75.149462716725196, 40.036271228139498 ], [ -75.149303824451906, 40.036541635479999 ], [ -75.149187120697803, 40.0368738869496 ], [ -75.149134576547596, 40.037211397981103 ], [ -75.149134024184704, 40.0372397873683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28666, "tnode_": 7940, "lpoly_": null, "rpoly_": null, "length": 694.06766112000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 61180, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 722199, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-04-10T00:00:00Z", "newsegdate": "2003-04-10T00:00:00Z", "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 29517, "Shape__Length": 276.85250751795832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149134024184704, 40.0372397873683 ], [ -75.149129468352299, 40.037473869639598 ], [ -75.149177170969196, 40.037779400239799 ], [ -75.149290348371494, 40.038055967035703 ], [ -75.1494288443008, 40.038317885141801 ], [ -75.149689117989098, 40.038632033122298 ], [ -75.149990399022201, 40.038980474299997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7282, "tnode_": 7070, "lpoly_": null, "rpoly_": null, "length": 457.76037857999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 68720, "l_hundred": 500, "r_hundred": 500, "seg_id": 722200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-28T00:00:00Z", "newsegdate": "2003-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 29518, "Shape__Length": 182.41845475306809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170578935006006, 40.042860278672102 ], [ -75.169761356535204, 40.0436474301464 ], [ -75.170004635449502, 40.043812472671704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4589, "tnode_": 4427, "lpoly_": null, "rpoly_": null, "length": 420.15513571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6634, "r_f_add": 6601, "r_t_add": 6625, "st_code": 17840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 722201, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-25T00:00:00Z", "newsegdate": "2003-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "BLAKEMORE ST", "stname": "BLAKEMORE ST", "objectid": 29519, "Shape__Length": 167.57651025708071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176507902694794, 40.057612286650901 ], [ -75.176397906390704, 40.057724628473302 ], [ -75.176379092414294, 40.057803270588202 ], [ -75.176364249061294, 40.057925853754902 ], [ -75.176424998257403, 40.058053653126997 ], [ -75.176937051879307, 40.058600457970698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5528, "tnode_": 5490, "lpoly_": null, "rpoly_": null, "length": 178.54402321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7114, "l_t_add": 7128, "r_f_add": 7115, "r_t_add": 7129, "st_code": 22700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 722202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-11-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 29520, "Shape__Length": 71.115066366447692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197715571373905, 40.052047047173403 ], [ -75.198201999477703, 40.052364044082999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28777, "tnode_": 28776, "lpoly_": null, "rpoly_": null, "length": 14.6609147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC HALE", "st_type": "WALK", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1286, "l_hundred": 0, "r_hundred": 0, "seg_id": 722203, "oneway": "B", "class": 18, "responsibl": "PRIVATE", "update_": "2004-03-16T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "MC HALE WALK", "stname": "MC HALE WALK", "objectid": 29521, "Shape__Length": 5.8294756575542781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154581484648205, 40.038501308532801 ], [ -75.154632963010599, 40.038508663525697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8439, "tnode_": 28776, "lpoly_": null, "rpoly_": null, "length": 930.02611611000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 88170, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 722204, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2013-03-19T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29522, "Shape__Length": 371.0416305507261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1555110352338, 40.036113328661898 ], [ -75.155359276788104, 40.036230053726896 ], [ -75.155146274724899, 40.036404404364902 ], [ -75.155061725420495, 40.0365170404094 ], [ -75.155012212002106, 40.0367127064467 ], [ -75.154632963010599, 40.038508663525697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28776, "tnode_": 7866, "lpoly_": null, "rpoly_": null, "length": 367.1977425, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 88170, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 722205, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2007-10-24T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 29523, "Shape__Length": 146.5482267344849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154632963010599, 40.038508663525697 ], [ -75.154417811460604, 40.039503006580901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5542, "tnode_": 5521, "lpoly_": null, "rpoly_": null, "length": 166.00536716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 31740, "l_hundred": 0, "r_hundred": 0, "seg_id": 722206, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2004-01-27T00:00:00Z", "newsegdate": "2004-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 29524, "Shape__Length": 66.01598971447531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193848664257104, 40.0520236708455 ], [ -75.194047782692195, 40.052015491458803 ], [ -75.194298794117202, 40.052048317552703 ], [ -75.194436547230197, 40.052062412895403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5397, "tnode_": 28821, "lpoly_": null, "rpoly_": null, "length": 106.24341495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 22550, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 722209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29525, "Shape__Length": 42.248088440842075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157777039146893, 40.051964352658104 ], [ -75.158155687088097, 40.051984046784803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5543, "tnode_": 28821, "lpoly_": null, "rpoly_": null, "length": 402.20341696999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1249, "r_f_add": 1200, "r_t_add": 1242, "st_code": 22560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 722210, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 29526, "Shape__Length": 160.32483245064992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159042862996301, 40.051115602402199 ], [ -75.158155687088097, 40.051984046784803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28821, "tnode_": 5306, "lpoly_": null, "rpoly_": null, "length": 184.35044625, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1244, "r_t_add": 1298, "st_code": 22560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 722211, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-03-18T00:00:00Z", "newsegdate": "2004-03-18T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTEN AVE", "stname": "E CHELTEN AVE", "objectid": 29527, "Shape__Length": 73.485770765337264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158155687088097, 40.051984046784803 ], [ -75.157749041656302, 40.052382097283498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6687, "tnode_": 28852, "lpoly_": null, "rpoly_": null, "length": 128.12674347000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEMBLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 5990, "l_t_add": 5998, "r_f_add": 5991, "r_t_add": 5999, "st_code": 47280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 722212, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "KEMBLE AVE", "stname": "KEMBLE AVE", "objectid": 29528, "Shape__Length": 51.077060498684737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155772465981201, 40.045336959343402 ], [ -75.155880031041605, 40.045426066220003 ], [ -75.156037380544106, 40.045621910654901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6546, "tnode_": 28852, "lpoly_": null, "rpoly_": null, "length": 110.45040469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2110, "r_f_add": 2101, "r_t_add": 2109, "st_code": 23080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 722213, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29529, "Shape__Length": 43.997012346293921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155751721525306, 40.0458266713919 ], [ -75.1558295396148, 40.0457434584875 ], [ -75.156037380544106, 40.045621910654901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28852, "tnode_": 6645, "lpoly_": null, "rpoly_": null, "length": 178.49214246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2112, "l_t_add": 2138, "r_f_add": 2111, "r_t_add": 2133, "st_code": 23080, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 722214, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-05-06T00:00:00Z", "newsegdate": "2004-05-06T00:00:00Z", "multi_rep": 0, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29530, "Shape__Length": 71.026519393565167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156037380544106, 40.045621910654901 ], [ -75.156065119457693, 40.045605688937002 ], [ -75.156207123377001, 40.045534700399699 ], [ -75.156374871090094, 40.0454783271677 ], [ -75.156606482103101, 40.045405603158997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4564, "tnode_": 28968, "lpoly_": null, "rpoly_": null, "length": 671.76741290999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMLEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 31740, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 722215, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2005-04-22T00:00:00Z", "newsegdate": "2005-04-21T00:00:00Z", "multi_rep": 0, "streetlabe": "EMLEN ST", "stname": "EMLEN ST", "objectid": 29531, "Shape__Length": 267.99849634203224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200145091779405, 40.058386440147999 ], [ -75.200210877335195, 40.0584806068956 ], [ -75.200435789518707, 40.0588140131781 ], [ -75.200556839698905, 40.058962662442099 ], [ -75.200816586091605, 40.059211696159203 ], [ -75.20096424738, 40.059397843098999 ], [ -75.201018007156406, 40.059538499118098 ], [ -75.201038992094198, 40.059611945801201 ], [ -75.201064460520698, 40.059776719263702 ], [ -75.201026205929907, 40.059952241682304 ], [ -75.200988893110406, 40.0600306380815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28968, "tnode_": 3785, "lpoly_": null, "rpoly_": null, "length": 1422.1307297399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7798, "r_f_add": 7401, "r_t_add": 7799, "st_code": 25820, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 722216, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-02-25T00:00:00Z", "newsegdate": "2005-04-22T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 29532, "Shape__Length": 567.52116022993903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200988893110406, 40.0600306380815 ], [ -75.200940272785104, 40.060132788097 ], [ -75.200418438259902, 40.060960494836699 ], [ -75.2001077806366, 40.061434061200003 ], [ -75.200047396007406, 40.0615665207999 ], [ -75.200003285056596, 40.061687177108602 ], [ -75.199998259755105, 40.0618208643629 ], [ -75.200030264509195, 40.062022273708003 ], [ -75.200115118158095, 40.062291754349197 ], [ -75.200230462554799, 40.062592321235797 ], [ -75.200455533104602, 40.0631325123042 ], [ -75.200458188901806, 40.063272451743799 ], [ -75.200438260500107, 40.063381481264898 ], [ -75.200354833817002, 40.063495183577501 ], [ -75.200194257058698, 40.063658127297103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5516, "tnode_": 28990, "lpoly_": null, "rpoly_": null, "length": 145.17196477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1830, "l_t_add": 1868, "r_f_add": 1831, "r_t_add": 1869, "st_code": 74660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 722217, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2005-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29533, "Shape__Length": 57.806387602666916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.14935806535, 40.051143866283098 ], [ -75.1497761804535, 40.0513795949987 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28990, "tnode_": 5429, "lpoly_": null, "rpoly_": null, "length": 127.83135199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1870, "l_t_add": 1898, "r_f_add": 1871, "r_t_add": 1899, "st_code": 74660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 722218, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-12-16T00:00:00Z", "newsegdate": "2005-12-16T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29534, "Shape__Length": 50.901650639438429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1497761804535, 40.0513795949987 ], [ -75.150144354546796, 40.051587165030703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28079, "tnode_": 27617, "lpoly_": null, "rpoly_": null, "length": 183.82857095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5838, "l_t_add": 5850, "r_f_add": 5851, "r_t_add": 5859, "st_code": 61880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 722219, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2007-03-29T00:00:00Z", "newsegdate": "2006-12-22T00:00:00Z", "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 29535, "Shape__Length": 73.200198525877724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172041751362698, 40.041456908585701 ], [ -75.172554784552503, 40.041771814462997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27617, "tnode_": 28080, "lpoly_": null, "rpoly_": null, "length": 185.92935564000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OSCEOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5852, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 61880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 722220, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2007-03-29T00:00:00Z", "newsegdate": "2006-12-22T00:00:00Z", "multi_rep": 0, "streetlabe": "OSCEOLA ST", "stname": "OSCEOLA ST", "objectid": 29536, "Shape__Length": 74.03706979003114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172554784552503, 40.041771814462997 ], [ -75.173073685576298, 40.042090316666503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29180, "tnode_": 4679, "lpoly_": null, "rpoly_": null, "length": 35.64323989, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 78060, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 722221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-01-26T00:00:00Z", "newsegdate": "2007-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 29537, "Shape__Length": 14.21035561819496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164598661003694, 40.056643839811002 ], [ -75.164522486786296, 40.056722244586403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29181, "tnode_": 4964, "lpoly_": null, "rpoly_": null, "length": 557.9137502399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 13080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 722223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-09-20T00:00:00Z", "newsegdate": "2007-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 29538, "Shape__Length": 222.19885159641905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167398956807006, 40.0539045520608 ], [ -75.168960705310894, 40.054856015248802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29181, "tnode_": 29182, "lpoly_": null, "rpoly_": null, "length": 136.85097567, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 78060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 722224, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-20T00:00:00Z", "newsegdate": "2007-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 29539, "Shape__Length": 54.553788243757793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167398956807006, 40.0539045520608 ], [ -75.167098482254104, 40.054200884980403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5429, "tnode_": 29559, "lpoly_": null, "rpoly_": null, "length": 106.50206491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1900, "r_f_add": 1901, "r_t_add": 1901, "st_code": 74660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 722225, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-05-14T00:00:00Z", "newsegdate": "2010-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29540, "Shape__Length": 42.391332585779729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150144354546796, 40.051587165030703 ], [ -75.150474503251004, 40.051732434857598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29559, "tnode_": 5320, "lpoly_": null, "rpoly_": null, "length": 385.96012939000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1902, "l_t_add": 1998, "r_f_add": 1903, "r_t_add": 1999, "st_code": 74660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 722226, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-05-14T00:00:00Z", "newsegdate": "2010-05-14T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 29541, "Shape__Length": 153.6383388522402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150474503251004, 40.051732434857598 ], [ -75.151654209579902, 40.052280755579702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29669, "tnode_": 7600, "lpoly_": null, "rpoly_": null, "length": 386.88211062, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 313, "l_t_add": 399, "r_f_add": 312, "r_t_add": 398, "st_code": 68720, "l_hundred": 300, "r_hundred": 300, "seg_id": 722227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-09T00:00:00Z", "newsegdate": "2011-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 29542, "Shape__Length": 154.18939905788051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173032519008302, 40.040501445308003 ], [ -75.172171806648194, 40.041332271227297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7824, "tnode_": 29669, "lpoly_": null, "rpoly_": null, "length": 161.57914278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 311, "r_f_add": 300, "r_t_add": 310, "st_code": 68720, "l_hundred": 300, "r_hundred": 300, "seg_id": 722228, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-03-09T00:00:00Z", "newsegdate": "2011-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 29543, "Shape__Length": 64.395780756808435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173391988690696, 40.0401544561958 ], [ -75.173032519008302, 40.040501445308003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29669, "tnode_": 29672, "lpoly_": null, "rpoly_": null, "length": 185.74538908999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARSWELL", "st_type": "TER", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 21685, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 722229, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-03-09T00:00:00Z", "newsegdate": "2011-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CARSWELL TER", "stname": "CARSWELL TER", "objectid": 29544, "Shape__Length": 73.959211845197487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173032519008302, 40.040501445308003 ], [ -75.173555559044701, 40.0408150927327 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5318, "tnode_": 29711, "lpoly_": null, "rpoly_": null, "length": 1330.8571237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT GEORGES", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 600, "l_t_add": 734, "r_f_add": 301, "r_t_add": 699, "st_code": 74080, "l_hundred": 600, "r_hundred": 300, "seg_id": 722233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT GEORGES RD", "stname": "SAINT GEORGES RD", "objectid": 29545, "Shape__Length": 530.40476394658106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203345195187097, 40.053513298825202 ], [ -75.203519769512397, 40.053412466654201 ], [ -75.203764522306997, 40.053217192442403 ], [ -75.205519868531496, 40.051571433979902 ], [ -75.205823150372694, 40.0512923073804 ], [ -75.206091839767097, 40.051091477745302 ], [ -75.2062923922892, 40.0509189502704 ], [ -75.206455371547904, 40.050758644281501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29711, "tnode_": 6260, "lpoly_": null, "rpoly_": null, "length": 1028.9000429700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT GEORGES", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 736, "l_t_add": 898, "r_f_add": 701, "r_t_add": 899, "st_code": 74080, "l_hundred": 700, "r_hundred": 700, "seg_id": 722234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT GEORGES RD", "stname": "SAINT GEORGES RD", "objectid": 29546, "Shape__Length": 410.11693559718361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206455371547904, 40.050758644281501 ], [ -75.207561671838306, 40.049670473271 ], [ -75.208137465728399, 40.049105149340399 ], [ -75.208517307538699, 40.0487633110696 ], [ -75.208738990764303, 40.048546052009399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29711, "tnode_": 29712, "lpoly_": null, "rpoly_": null, "length": 398.30595845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7401, "st_code": 72580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 722235, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "SHERMAN ST", "stname": "SHERMAN ST", "objectid": 29547, "Shape__Length": 158.59909368893236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206455371547904, 40.050758644281501 ], [ -75.207603170044607, 40.0514002957147 ], [ -75.207606588357294, 40.051400371362497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29799, "tnode_": 29800, "lpoly_": null, "rpoly_": null, "length": 66.86728787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 0, "l_t_add": 0, "r_f_add": 300, "r_t_add": 338, "st_code": 23080, "l_hundred": 300, "r_hundred": 300, "seg_id": 722236, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2013-04-25T00:00:00Z", "newsegdate": "2013-04-29T00:00:00Z", "multi_rep": 2, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29548, "Shape__Length": 26.68694898989563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167657741153704, 40.037405919582298 ], [ -75.167690285936203, 40.037587765618902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29799, "tnode_": 8330, "lpoly_": null, "rpoly_": null, "length": 228.78345504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 5350, "l_t_add": 5398, "r_f_add": 5351, "r_t_add": 5399, "st_code": 16560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 722237, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-04-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BELFIELD AVE", "stname": "BELFIELD AVE", "objectid": 29549, "Shape__Length": 91.002585781341182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167657741153704, 40.037405919582298 ], [ -75.167849268800097, 40.037380434407602 ], [ -75.167904495008202, 40.037364099886901 ], [ -75.167915639384006, 40.037360796825098 ], [ -75.168052971205796, 40.037320093021101 ], [ -75.168418785132403, 40.037187612687703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8330, "tnode_": 29800, "lpoly_": null, "rpoly_": null, "length": 250.77421855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19144, "zip_right": 19144, "l_f_add": 301, "l_t_add": 331, "r_f_add": 0, "r_t_add": 0, "st_code": 23080, "l_hundred": 300, "r_hundred": 300, "seg_id": 722238, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2013-04-29T00:00:00Z", "newsegdate": "2013-04-29T00:00:00Z", "multi_rep": 1, "streetlabe": "CHURCH LN", "stname": "CHURCH LN", "objectid": 29550, "Shape__Length": 99.83145327608716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168418785132403, 40.037187612687703 ], [ -75.167902230357896, 40.037479625459298 ], [ -75.167690285936203, 40.037587765618902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30002, "tnode_": 4524, "lpoly_": null, "rpoly_": null, "length": 133.04884172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7072, "l_t_add": 7098, "r_f_add": 7073, "r_t_add": 7099, "st_code": 36660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 722239, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-08-17T10:24:40Z", "newsegdate": "2018-08-17T10:24:40Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 29551, "Shape__Length": 53.034496759891525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189121698192906, 40.058145986036997 ], [ -75.189426378139302, 40.058426314584501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4747, "tnode_": 30002, "lpoly_": null, "rpoly_": null, "length": 542.23883557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7070, "r_f_add": 7001, "r_t_add": 7071, "st_code": 36660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 722240, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-08-17T10:24:40Z", "newsegdate": "2018-08-17T10:24:40Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 29552, "Shape__Length": 216.23095610492538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188079485029903, 40.0569075778334 ], [ -75.188379866713504, 40.057445756119598 ], [ -75.189121698192906, 40.058145986036997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30002, "tnode_": 30003, "lpoly_": null, "rpoly_": null, "length": 407.29366628000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIPERS GLEN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 64879, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 722241, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2018-08-20T12:38:00Z", "newsegdate": "2018-08-20T12:38:00Z", "multi_rep": null, "streetlabe": "PIPERS GLEN WAY ", "stname": "PIPERS GLEN WAY ", "objectid": 29553, "Shape__Length": 162.33978227241434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189121698192906, 40.058145986036997 ], [ -75.189400520316596, 40.057864631915898 ], [ -75.189294492126805, 40.057765707227702 ], [ -75.189858372343707, 40.057299777469701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5086, "tnode_": 5064, "lpoly_": null, "rpoly_": null, "length": 336.82444037000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1326, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 89180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740001, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29554, "Shape__Length": 133.95419315525547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140376026702199, 40.053469375653499 ], [ -75.140443464942294, 40.053464312927296 ], [ -75.141563177286699, 40.053609064011098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5214, "tnode_": 5195, "lpoly_": null, "rpoly_": null, "length": 304.27975014999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 900, "l_t_add": 998, "r_f_add": 851, "r_t_add": 899, "st_code": 89180, "l_hundred": 900, "r_hundred": 800, "seg_id": 740002, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29555, "Shape__Length": 121.0114162155767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132746492236294, 40.052463183187697 ], [ -75.133389695050496, 40.0525498254677 ], [ -75.133816691742496, 40.052609168400998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5370, "tnode_": 28429, "lpoly_": null, "rpoly_": null, "length": 417.1669523, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 12440, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 29556, "Shape__Length": 166.52289358626314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123423398896705, 40.051263912887997 ], [ -75.123217766923304, 40.052238522191203 ], [ -75.123184475542303, 40.052394269083301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5339, "tnode_": 5311, "lpoly_": null, "rpoly_": null, "length": 327.870145, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 89140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29557, "Shape__Length": 130.38954481121883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140718317272103, 40.051949892532797 ], [ -75.140780774345899, 40.051947547513102 ], [ -75.141874605031106, 40.052086433731397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5508, "tnode_": 5468, "lpoly_": null, "rpoly_": null, "length": 529.15610255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 11240, "l_hundred": 400, "r_hundred": 400, "seg_id": 740006, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACKER ST", "stname": "ACKER ST", "objectid": 29558, "Shape__Length": 210.43669661564513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125498859611099, 40.050600771981898 ], [ -75.127362183775304, 40.050844739525502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5577, "tnode_": 5561, "lpoly_": null, "rpoly_": null, "length": 331.43695692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1312, "l_t_add": 1398, "r_f_add": 1309, "r_t_add": 1399, "st_code": 22550, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29559, "Shape__Length": 131.80568481753119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141048779860199, 40.0504255997648 ], [ -75.141140127154301, 40.050431963996303 ], [ -75.142216916403001, 40.050572396795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5782, "tnode_": 5487, "lpoly_": null, "rpoly_": null, "length": 731.49984539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87990, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29560, "Shape__Length": 291.9241070836477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135043939291904, 40.0489639100212 ], [ -75.135226990911605, 40.049120945836997 ], [ -75.135267093306496, 40.049207715179698 ], [ -75.135327591219195, 40.049409424436398 ], [ -75.135301415606705, 40.049766564050699 ], [ -75.134994074713006, 40.0508822722784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5811, "tnode_": 5561, "lpoly_": null, "rpoly_": null, "length": 562.47592591, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 19140, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29561, "Shape__Length": 224.51845884213151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142550335415095, 40.049049744413601 ], [ -75.142216916403001, 40.050572396795999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5816, "tnode_": 5782, "lpoly_": null, "rpoly_": null, "length": 178.63586966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 22550, "l_hundred": 800, "r_hundred": 800, "seg_id": 740011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29562, "Shape__Length": 71.033092510312287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134408510840899, 40.048919249882097 ], [ -75.135043939291904, 40.0489639100212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6044, "tnode_": 5782, "lpoly_": null, "rpoly_": null, "length": 578.1118366000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 87990, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29563, "Shape__Length": 230.4934067108623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136118638073796, 40.047663915210698 ], [ -75.135349538095994, 40.048276956607502 ], [ -75.135257727408998, 40.0483654511442 ], [ -75.135178311925898, 40.048514616941297 ], [ -75.135122557544094, 40.048686966658501 ], [ -75.135043939291904, 40.0489639100212 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6134, "tnode_": 5882, "lpoly_": null, "rpoly_": null, "length": 563.76962408999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 76025, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740014, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-10-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 29564, "Shape__Length": 224.74467068437582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093043484114702, 40.046241546454198 ], [ -75.092200439831501, 40.047134775371603 ], [ -75.091861113795105, 40.047494291306698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5979, "tnode_": 6012, "lpoly_": null, "rpoly_": null, "length": 247.23052855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 241, "l_t_add": 299, "r_f_add": 300, "r_t_add": 398, "st_code": 43840, "l_hundred": 200, "r_hundred": 300, "seg_id": 740015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 29565, "Shape__Length": 98.357455238714493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105556322883402, 40.047282024134702 ], [ -75.105248089907207, 40.047169240749099 ], [ -75.105022650557103, 40.047107541150901 ], [ -75.104737086395403, 40.047183965048703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6114, "tnode_": 5816, "lpoly_": null, "rpoly_": null, "length": 659.03970021000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 87950, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 29566, "Shape__Length": 262.92896537322105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134030743352895, 40.047292929304703 ], [ -75.134220817229206, 40.047342905161898 ], [ -75.134343251604903, 40.047419826410902 ], [ -75.134422602095597, 40.047488353850703 ], [ -75.134480963683103, 40.047600883209903 ], [ -75.134441590745396, 40.048713438338702 ], [ -75.134408510840899, 40.048919249882097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6137, "tnode_": 6102, "lpoly_": null, "rpoly_": null, "length": 335.17876594000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1312, "l_t_add": 1398, "r_f_add": 1313, "r_t_add": 1399, "st_code": 37500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740018, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29567, "Shape__Length": 133.28759665586205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141718611184899, 40.0473549734686 ], [ -75.141847862193998, 40.0473655181002 ], [ -75.142899997648797, 40.047503029679703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6342, "tnode_": 6044, "lpoly_": null, "rpoly_": null, "length": 553.62953587000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 87990, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29568, "Shape__Length": 220.90001739084028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136021526443201, 40.046238262411201 ], [ -75.136293942270498, 40.046627860127501 ], [ -75.136367248164007, 40.046922270839197 ], [ -75.136346016005106, 40.047216193861402 ], [ -75.136253222231801, 40.047469364507002 ], [ -75.136118638073796, 40.047663915210698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6251, "tnode_": 6114, "lpoly_": null, "rpoly_": null, "length": 720.14979598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 47320, "l_hundred": 700, "r_hundred": 700, "seg_id": 740020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH AVE", "stname": "KENILWORTH AVE", "objectid": 29569, "Shape__Length": 286.66604675774784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132024786238304, 40.046575775645103 ], [ -75.133598521914394, 40.046663308513303 ], [ -75.133689851099405, 40.046686964502001 ], [ -75.133800266317095, 40.046735713373202 ], [ -75.1338581156853, 40.046795593699997 ], [ -75.133937276198296, 40.046926851758698 ], [ -75.134030743352895, 40.047292929304703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6379, "tnode_": 6237, "lpoly_": null, "rpoly_": null, "length": 304.46604084000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5832, "r_f_add": 5801, "r_t_add": 5827, "st_code": 59720, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740021, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29570, "Shape__Length": 121.36539632854674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108731510590601, 40.045478143075101 ], [ -75.108079581229603, 40.0461471043266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6362, "tnode_": 6342, "lpoly_": null, "rpoly_": null, "length": 865.00108726999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 728, "l_t_add": 998, "r_f_add": 729, "r_t_add": 999, "st_code": 37500, "l_hundred": 700, "r_hundred": 700, "seg_id": 740022, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29571, "Shape__Length": 343.94486546851516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132943059108698, 40.046068626301697 ], [ -75.135662388838696, 40.046183230102699 ], [ -75.136021526443201, 40.046238262411201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6496, "tnode_": 6516, "lpoly_": null, "rpoly_": null, "length": 286.29841558000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1344, "l_t_add": 1398, "r_f_add": 1327, "r_t_add": 1399, "st_code": 73640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29572, "Shape__Length": 113.841256680133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142249755191301, 40.045722423082402 ], [ -75.142396512754999, 40.045726366365301 ], [ -75.143094587785399, 40.045759006450098 ], [ -75.143265291551899, 40.045724877055498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7080, "tnode_": 6530, "lpoly_": null, "rpoly_": null, "length": 893.37960897999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6202, "l_t_add": 6298, "r_f_add": 6203, "r_t_add": 6299, "st_code": 62080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740024, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29573, "Shape__Length": 356.55518654900533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088405711452793, 40.041934168136599 ], [ -75.088645085386304, 40.042796204565299 ], [ -75.088981654109901, 40.044091180051701 ], [ -75.088978387182607, 40.044341588817403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9065, "tnode_": 9037, "lpoly_": null, "rpoly_": null, "length": 339.93587715999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 630, "l_t_add": 698, "r_f_add": 631, "r_t_add": 699, "st_code": 34140, "l_hundred": 600, "r_hundred": 600, "seg_id": 740066, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 29574, "Shape__Length": 135.1490969211693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134166136093, 40.032226495510002 ], [ -75.135364150907407, 40.032377150730298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6654, "tnode_": 7010, "lpoly_": null, "rpoly_": null, "length": 1937.7935495700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 37480, "l_hundred": 100, "r_hundred": 100, "seg_id": 740025, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 29575, "Shape__Length": 771.03387751369223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119456355828405, 40.0444896933151 ], [ -75.1175128143839, 40.044236048033902 ], [ -75.116938672586798, 40.044154203510502 ], [ -75.115943796986301, 40.043975585027297 ], [ -75.115311128188296, 40.043813751145898 ], [ -75.114812809548795, 40.043718134567101 ], [ -75.114121616155501, 40.043653167098199 ], [ -75.113950520156706, 40.043593117566999 ], [ -75.113835776104807, 40.0434922676857 ], [ -75.113797802825601, 40.043294962966399 ], [ -75.113833330921693, 40.043085314267501 ], [ -75.113774486681606, 40.042911556473904 ], [ -75.113547167696396, 40.042720429065596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6977, "tnode_": 6965, "lpoly_": null, "rpoly_": null, "length": 214.72363402, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 924, "r_f_add": 901, "r_t_add": 925, "st_code": 22280, "l_hundred": 900, "r_hundred": 900, "seg_id": 740026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29576, "Shape__Length": 85.380895875799055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135078966054806, 40.0433475901416 ], [ -75.135837232987896, 40.0434358930071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7370, "tnode_": 7010, "lpoly_": null, "rpoly_": null, "length": 785.99536996000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENTVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 25760, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740028, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCENTVILLE RD", "stname": "CRESCENTVILLE RD", "objectid": 29577, "Shape__Length": 313.13347481827901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115491070185996, 40.041192229158902 ], [ -75.115236853931805, 40.041327206390001 ], [ -75.114818767994393, 40.041552251443299 ], [ -75.114360844721304, 40.041909697129803 ], [ -75.113875084541704, 40.042447812637498 ], [ -75.113547167696396, 40.042720429065596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7265, "tnode_": 7080, "lpoly_": null, "rpoly_": null, "length": 327.64587324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6200, "r_f_add": 6201, "r_t_add": 6201, "st_code": 62080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29578, "Shape__Length": 130.76770650711089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088212606557803, 40.041047072298902 ], [ -75.088405711452793, 40.041934168136599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7209, "tnode_": 6901, "lpoly_": null, "rpoly_": null, "length": 886.7923715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5698, "r_f_add": 5501, "r_t_add": 5699, "st_code": 59720, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740030, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29579, "Shape__Length": 353.11271614314876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112361620804293, 40.041793785745597 ], [ -75.1114511695977, 40.042141050503602 ], [ -75.111267576449507, 40.042175040333298 ], [ -75.111072781355702, 40.042213018171203 ], [ -75.110950406947197, 40.042266569672002 ], [ -75.110818677871507, 40.042355763484402 ], [ -75.110725432963307, 40.042480977959002 ], [ -75.110625185038501, 40.042644238710302 ], [ -75.110464068148005, 40.0428103463355 ], [ -75.110239440586994, 40.0430471631025 ], [ -75.1101090500635, 40.043133316206003 ], [ -75.109934583922495, 40.043207340156002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7152, "tnode_": 7123, "lpoly_": null, "rpoly_": null, "length": 325.73688717, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1324, "l_t_add": 1398, "r_f_add": 1317, "r_t_add": 1399, "st_code": 59180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740031, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 29580, "Shape__Length": 129.52532516562897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142724812668703, 40.042759897962398 ], [ -75.142822173604799, 40.042776865636597 ], [ -75.143871512690296, 40.042910197802797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27461, "tnode_": 7265, "lpoly_": null, "rpoly_": null, "length": 516.66444997999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6112, "l_t_add": 6138, "r_f_add": 6117, "r_t_add": 6139, "st_code": 11980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 29581, "Shape__Length": 205.54489919001784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0898870759533, 40.040683921254498 ], [ -75.089847330446801, 40.040717986204598 ], [ -75.089721469549701, 40.040839186284003 ], [ -75.089592113856298, 40.040929552026597 ], [ -75.089465448161405, 40.0409852963543 ], [ -75.089294103376304, 40.041030973615499 ], [ -75.088675788840405, 40.041047678204002 ], [ -75.088212606557803, 40.041047072298902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27466, "tnode_": 7265, "lpoly_": null, "rpoly_": null, "length": 435.75892070999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6160, "l_t_add": 6198, "r_f_add": 6161, "r_t_add": 6199, "st_code": 62080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740034, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29582, "Shape__Length": 173.91496069272083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088382675454497, 40.039866827851 ], [ -75.088239438829405, 40.040336319440101 ], [ -75.088199267441098, 40.0405370747403 ], [ -75.088187379541694, 40.040776863322101 ], [ -75.088212606557803, 40.041047072298902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7209, "tnode_": 7735, "lpoly_": null, "rpoly_": null, "length": 1170.6144818099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 11280, "l_hundred": 300, "r_hundred": 300, "seg_id": 740035, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 29583, "Shape__Length": 466.6559251053136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112361620804293, 40.041793785745597 ], [ -75.111799401932998, 40.041279785646402 ], [ -75.110774371424, 40.0403084459711 ], [ -75.110328316856297, 40.0396907712448 ], [ -75.110013245000303, 40.039158432311901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7421, "tnode_": 7790, "lpoly_": null, "rpoly_": null, "length": 987.49213701000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 12120, "l_hundred": 500, "r_hundred": 500, "seg_id": 740037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 29584, "Shape__Length": 393.42416320546153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105624282183001, 40.040676032248101 ], [ -75.105779385108804, 40.040495639392901 ], [ -75.105785460902197, 40.040192580469402 ], [ -75.105707389186605, 40.040035472421302 ], [ -75.105458888957699, 40.039809772619101 ], [ -75.103695711969394, 40.038738325990799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7480, "tnode_": 7435, "lpoly_": null, "rpoly_": null, "length": 334.41243391, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1302, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 38040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 29585, "Shape__Length": 132.97075530811335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143048218536805, 40.041242740655001 ], [ -75.143145528241703, 40.041254060250097 ], [ -75.144226954744397, 40.041390767815301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7562, "tnode_": 7469, "lpoly_": null, "rpoly_": null, "length": 125.1107235, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5810, "r_f_add": 5801, "r_t_add": 5853, "st_code": 54140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 29586, "Shape__Length": 49.931609352026825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139615353792294, 40.040809325745798 ], [ -75.139574621790103, 40.040950177507597 ], [ -75.139534068094903, 40.041146877684 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7783, "tnode_": 7762, "lpoly_": null, "rpoly_": null, "length": 333.66407264999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1330, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 23000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 29587, "Shape__Length": 132.66988103230017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143398283901206, 40.039699933731903 ], [ -75.143492146698506, 40.039713254415098 ], [ -75.144574691481594, 40.039845949870298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7875, "tnode_": 7662, "lpoly_": null, "rpoly_": null, "length": 420.95879885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6128, "r_f_add": 6101, "r_t_add": 6129, "st_code": 62080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740041, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29588, "Shape__Length": 168.00969101491486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088710913684906, 40.037959780533001 ], [ -75.088733237597395, 40.0382457542552 ], [ -75.088568534198302, 40.039105577866799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7943, "tnode_": 7901, "lpoly_": null, "rpoly_": null, "length": 340.49466668999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1337, "r_t_add": 1399, "st_code": 61360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740042, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29589, "Shape__Length": 135.4119831639652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143583829972698, 40.038822161223997 ], [ -75.143691134771302, 40.038844028424201 ], [ -75.144619919979306, 40.039052409988798 ], [ -75.144751910893206, 40.039082021760997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7867, "tnode_": 8240, "lpoly_": null, "rpoly_": null, "length": 1191.1973879, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 37480, "l_hundred": 700, "r_hundred": 700, "seg_id": 740047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 29590, "Shape__Length": 474.41393516278515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101575512369493, 40.038302552916598 ], [ -75.099388546207095, 40.036770789887299 ], [ -75.098418563108595, 40.036110767283802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8242, "tnode_": 8203, "lpoly_": null, "rpoly_": null, "length": 652.99624183000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 898, "r_f_add": 701, "r_t_add": 899, "st_code": 61360, "l_hundred": 700, "r_hundred": 700, "seg_id": 740048, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 29591, "Shape__Length": 259.6313263967362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134137606848597, 40.036916984925902 ], [ -75.134770222944297, 40.036989818657197 ], [ -75.135974612490699, 40.037150164219298 ], [ -75.136439194279902, 40.037205232682702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8407, "tnode_": 8304, "lpoly_": null, "rpoly_": null, "length": 836.83241453000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 898, "r_f_add": 701, "r_t_add": 899, "st_code": 76540, "l_hundred": 700, "r_hundred": 700, "seg_id": 740049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 29592, "Shape__Length": 332.80280646067132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134356905393204, 40.035891830097199 ], [ -75.1349189581845, 40.036056918461703 ], [ -75.136469518720702, 40.036404307751297 ], [ -75.137210158592893, 40.036571180374096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8458, "tnode_": 8533, "lpoly_": null, "rpoly_": null, "length": 1098.25624911, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 299, "r_f_add": 2, "r_t_add": 298, "st_code": 61340, "l_hundred": 0, "r_hundred": 0, "seg_id": 740050, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 29593, "Shape__Length": 436.65400641453999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121424498061302, 40.035290136905601 ], [ -75.117553900272497, 40.0348030528938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8518, "tnode_": 8722, "lpoly_": null, "rpoly_": null, "length": 750.01941129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 749, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 40880, "l_hundred": 700, "r_hundred": 700, "seg_id": 740052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 29594, "Shape__Length": 298.56834242767218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103321395502306, 40.034550325242698 ], [ -75.103029178769205, 40.0343877934883 ], [ -75.102690636314804, 40.034197959611198 ], [ -75.101150833947798, 40.033344018363501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8722, "tnode_": 8240, "lpoly_": null, "rpoly_": null, "length": 1265.55864434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 82820, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 29595, "Shape__Length": 504.37903623469157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101150833947798, 40.033344018363501 ], [ -75.100549927199395, 40.033993762327903 ], [ -75.098418563108595, 40.036110767283802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8735, "tnode_": 8947, "lpoly_": null, "rpoly_": null, "length": 749.63145956999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 751, "l_t_add": 799, "r_f_add": 750, "r_t_add": 798, "st_code": 34760, "l_hundred": 700, "r_hundred": 700, "seg_id": 740054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 29596, "Shape__Length": 298.40613799230437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104554863615803, 40.033330034382601 ], [ -75.1042491003126, 40.033161821685198 ], [ -75.102382056099401, 40.032127978472801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9014, "tnode_": 8955, "lpoly_": null, "rpoly_": null, "length": 335.34878258000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 122, "l_t_add": 138, "r_f_add": 121, "r_t_add": 135, "st_code": 76540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 29597, "Shape__Length": 133.40202992012473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123083387504906, 40.032162077372199 ], [ -75.124173669304, 40.032542905324597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8987, "tnode_": 9114, "lpoly_": null, "rpoly_": null, "length": 631.65319043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 54180, "l_hundred": 500, "r_hundred": 500, "seg_id": 740056, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARWOOD RD", "stname": "MARWOOD RD", "objectid": 29598, "Shape__Length": 251.35967286533031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115553638898803, 40.032208537383603 ], [ -75.114287005155006, 40.032042075237598 ], [ -75.1140329531883, 40.031941604109903 ], [ -75.113669353829494, 40.031495371650699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9128, "tnode_": 8955, "lpoly_": null, "rpoly_": null, "length": 312.46870862000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5342, "l_t_add": 5398, "r_f_add": 5339, "r_t_add": 5399, "st_code": 54200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740057, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 29599, "Shape__Length": 124.70339131690712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1242632942716, 40.0316879129795 ], [ -75.124173669304, 40.032542905324597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9862, "tnode_": 9174, "lpoly_": null, "rpoly_": null, "length": 1415.24824685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 75420, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 740059, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 29600, "Shape__Length": 564.00354948021777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096238591534501, 40.027605273761999 ], [ -75.095313942698397, 40.028556215191003 ], [ -75.093207004529205, 40.030713669177601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9862, "tnode_": 10011, "lpoly_": null, "rpoly_": null, "length": 633.48196097000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 34030, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 740061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE TER", "stname": "FILLMORE TER", "objectid": 29601, "Shape__Length": 252.20479036965787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096238591534501, 40.027605273761999 ], [ -75.096186381162994, 40.027552510958003 ], [ -75.096110373136796, 40.027500983130999 ], [ -75.095971927094197, 40.027436362808501 ], [ -75.095850480563598, 40.027407115173503 ], [ -75.095712300255698, 40.027403921508999 ], [ -75.0955234958586, 40.027409222937401 ], [ -75.095232937077199, 40.027444391946503 ], [ -75.095107696989004, 40.027431830391599 ], [ -75.094984471715307, 40.027367765264003 ], [ -75.094787606835695, 40.0271505667396 ], [ -75.094565649366004, 40.026768313570997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6805, "tnode_": 6780, "lpoly_": null, "rpoly_": null, "length": 328.33135273, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1328, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 22280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 29602, "Shape__Length": 130.55929387396409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142393099007293, 40.044286151893502 ], [ -75.142474448974994, 40.044296932162503 ], [ -75.143549677351103, 40.0444351171408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8588, "tnode_": 8565, "lpoly_": null, "rpoly_": null, "length": 216.6815638, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1350, "l_t_add": 1398, "r_f_add": 1351, "r_t_add": 1399, "st_code": 73340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 29603, "Shape__Length": 86.153618336643078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144796175647599, 40.035158595749998 ], [ -75.145556007971905, 40.035271185815198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8959, "tnode_": 8715, "lpoly_": null, "rpoly_": null, "length": 601.2451938, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5336, "r_f_add": 5301, "r_t_add": 5337, "st_code": 87990, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29604, "Shape__Length": 239.72453158621209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138973987115406, 40.032854162485997 ], [ -75.139495387555101, 40.033565053302397 ], [ -75.139735208719699, 40.033895129339101 ], [ -75.1400520635909, 40.034281024749902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9021, "tnode_": 8824, "lpoly_": null, "rpoly_": null, "length": 384.24413525, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5324, "l_t_add": 5398, "r_f_add": 5317, "r_t_add": 5399, "st_code": 87890, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740065, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29605, "Shape__Length": 153.33687919382828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131395945871603, 40.032361343192299 ], [ -75.131165239878598, 40.033401123505897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9244, "tnode_": 9203, "lpoly_": null, "rpoly_": null, "length": 572.91116175000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 162, "l_t_add": 198, "r_f_add": 143, "r_t_add": 199, "st_code": 34140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740067, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 29606, "Shape__Length": 227.77008194182918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124367400103495, 40.030962847105101 ], [ -75.126385840602495, 40.031219550905597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9266, "tnode_": 9371, "lpoly_": null, "rpoly_": null, "length": 245.73234035000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1344, "l_t_add": 1398, "r_f_add": 1345, "r_t_add": 1399, "st_code": 80880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 29607, "Shape__Length": 97.796346758073497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145782228175904, 40.031236824856002 ], [ -75.145883203730094, 40.031174878092401 ], [ -75.146521627280904, 40.030874774907097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9579, "tnode_": 9711, "lpoly_": null, "rpoly_": null, "length": 288.36020645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1336, "l_t_add": 1348, "r_f_add": 1325, "r_t_add": 1349, "st_code": 83720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740069, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 29608, "Shape__Length": 114.77272795167684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146003539645307, 40.029937506558802 ], [ -75.146027086765798, 40.029930052923604 ], [ -75.146682638750804, 40.029573930963799 ], [ -75.146852776793907, 40.029490885140397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9722, "tnode_": 9702, "lpoly_": null, "rpoly_": null, "length": 211.50637339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 624, "l_t_add": 698, "r_f_add": 633, "r_t_add": 699, "st_code": 50940, "l_hundred": 600, "r_hundred": 600, "seg_id": 740070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 29609, "Shape__Length": 84.087227699051155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135062556485096, 40.0291594971698 ], [ -75.135805648162901, 40.029263353317504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10021, "tnode_": 9842, "lpoly_": null, "rpoly_": null, "length": 607.22462695000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 50940, "l_hundred": 200, "r_hundred": 200, "seg_id": 740071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 29610, "Shape__Length": 241.71218553789325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127618304537293, 40.027520611925503 ], [ -75.128065891557696, 40.027987964837699 ], [ -75.128452491479905, 40.028232751850197 ], [ -75.128714765945404, 40.0283197154764 ], [ -75.129014410294403, 40.028382207166899 ], [ -75.129327881908296, 40.028415409535697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9495, "tnode_": 9266, "lpoly_": null, "rpoly_": null, "length": 354.9110851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5110, "r_f_add": 5101, "r_t_add": 5131, "st_code": 61300, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 740072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 29611, "Shape__Length": 141.63152289408004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145960455625797, 40.030272233290297 ], [ -75.145782228175904, 40.031236824856002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9254, "tnode_": 9198, "lpoly_": null, "rpoly_": null, "length": 811.81016024000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 498, "r_f_add": 301, "r_t_add": 499, "st_code": 82160, "l_hundred": 300, "r_hundred": 300, "seg_id": 740073, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 29612, "Shape__Length": 322.75209155894731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128754698769299, 40.030980506647097 ], [ -75.131610816398194, 40.031362368369798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9081, "tnode_": 8882, "lpoly_": null, "rpoly_": null, "length": 385.46749547000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5324, "l_t_add": 5398, "r_f_add": 5317, "r_t_add": 5399, "st_code": 87850, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740074, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29613, "Shape__Length": 153.82528785563895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128538135518298, 40.031981822550598 ], [ -75.128314004534801, 40.033025855971701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9612, "tnode_": 9554, "lpoly_": null, "rpoly_": null, "length": 564.54756078000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 180, "l_t_add": 198, "r_f_add": 175, "r_t_add": 199, "st_code": 29400, "l_hundred": 100, "r_hundred": 100, "seg_id": 740075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 29614, "Shape__Length": 224.44305046682408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124703524347595, 40.029407227819497 ], [ -75.126688799849305, 40.029676611598497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10052, "tnode_": 10043, "lpoly_": null, "rpoly_": null, "length": 498.09881623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 186, "l_t_add": 198, "r_f_add": 187, "r_t_add": 199, "st_code": 13540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 29615, "Shape__Length": 198.0138760379084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125890466731093, 40.0273029319101 ], [ -75.126242873696796, 40.027267667064898 ], [ -75.126466084458102, 40.027265308742102 ], [ -75.127647925930006, 40.027425234544801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9495, "tnode_": 9437, "lpoly_": null, "rpoly_": null, "length": 220.24226692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1334, "l_t_add": 1398, "r_f_add": 1329, "r_t_add": 1399, "st_code": 50940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740077, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 29616, "Shape__Length": 87.683631138071476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145960455625797, 40.030272233290297 ], [ -75.1465780114208, 40.030646612128301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10358, "tnode_": 10203, "lpoly_": null, "rpoly_": null, "length": 1454.93990431, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 740078, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 29617, "Shape__Length": 578.40839806041038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122282185315797, 40.025659588125301 ], [ -75.1171758449306, 40.026395263482698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10264, "tnode_": 10189, "lpoly_": null, "rpoly_": null, "length": 518.62768887000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 151, "l_t_add": 181, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 100, "r_hundred": 0, "seg_id": 740079, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 29618, "Shape__Length": 206.1796452936922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121845143577005, 40.026164960774999 ], [ -75.120275575399802, 40.026393177365499 ], [ -75.120024292927596, 40.026424215470499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10284, "tnode_": 10206, "lpoly_": null, "rpoly_": null, "length": 637.03918419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 740080, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 29619, "Shape__Length": 253.26068302518385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121989090545, 40.025999150283603 ], [ -75.119818967671804, 40.0263434780436 ], [ -75.119760812709004, 40.026336521879301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10078, "tnode_": 9497, "lpoly_": null, "rpoly_": null, "length": 2065.4793174599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 740081, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 29620, "Shape__Length": 821.82649127982165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096736154109294, 40.026570170245897 ], [ -75.096309007481594, 40.026481323051598 ], [ -75.095880518747293, 40.026440699944999 ], [ -75.095436505291701, 40.026447162161702 ], [ -75.095035733581199, 40.026514671864398 ], [ -75.094624551287694, 40.026610331986703 ], [ -75.094129663750806, 40.026812319648599 ], [ -75.093194612836399, 40.027329517508299 ], [ -75.090763304258601, 40.028672588263497 ], [ -75.090348203676996, 40.028901828650298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10210, "tnode_": 10532, "lpoly_": null, "rpoly_": null, "length": 770.80722073999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 853, "l_t_add": 899, "r_f_add": 830, "r_t_add": 898, "st_code": 11280, "l_hundred": 800, "r_hundred": 800, "seg_id": 740082, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 29621, "Shape__Length": 307.22060381232581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097046695407201, 40.025887385635798 ], [ -75.095884587951701, 40.024765179168 ], [ -75.095538205457601, 40.024137809612498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10512, "tnode_": 10405, "lpoly_": null, "rpoly_": null, "length": 219.35757182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4810, "l_t_add": 4828, "r_f_add": 4811, "r_t_add": 4899, "st_code": 21880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 740083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 29622, "Shape__Length": 87.404013703948948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092151057278699, 40.024183063466701 ], [ -75.091666077807005, 40.024655908446199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10886, "tnode_": 11019, "lpoly_": null, "rpoly_": null, "length": 525.43867624999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1005, "l_t_add": 1099, "r_f_add": 1010, "r_t_add": 1098, "st_code": 13380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740084, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 29623, "Shape__Length": 209.19084379251427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092926378106796, 40.021969219196102 ], [ -75.091495596785407, 40.021036248294799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10696, "tnode_": 10732, "lpoly_": null, "rpoly_": null, "length": 135.35654297000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1009, "r_f_add": 1000, "r_t_add": 1010, "st_code": 34760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740085, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 29624, "Shape__Length": 53.872971476160302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091833227163505, 40.023078358338097 ], [ -75.091676089670202, 40.023001455726501 ], [ -75.091440076618198, 40.022862803399498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4962, "tnode_": 4837, "lpoly_": null, "rpoly_": null, "length": 345.23424125999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6633, "r_t_add": 6699, "st_code": 19140, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740086, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29625, "Shape__Length": 137.80985432469078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141445027253397, 40.054217319628101 ], [ -75.141214459777302, 40.0551483176761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8844, "tnode_": 8837, "lpoly_": null, "rpoly_": null, "length": 143.65653025, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 34140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 29626, "Shape__Length": 57.118844619578681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1453985474039, 40.033661002908801 ], [ -75.145528672521493, 40.033694465919801 ], [ -75.145900359952194, 40.033737119198101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9133, "tnode_": 9134, "lpoly_": null, "rpoly_": null, "length": 159.56504936, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 29400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 29627, "Shape__Length": 63.438163149867044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145667053388493, 40.032140115244403 ], [ -75.145759614422005, 40.0321336733641 ], [ -75.146229797737107, 40.032194889219099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5103, "tnode_": 4887, "lpoly_": null, "rpoly_": null, "length": 522.74684128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88050, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 29628, "Shape__Length": 208.67257039327433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139346548073704, 40.0533307369125 ], [ -75.1390333498274, 40.054745409811296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5103, "tnode_": 5086, "lpoly_": null, "rpoly_": null, "length": 292.58396047000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1324, "r_f_add": 1301, "r_t_add": 1323, "st_code": 89180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740091, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29629, "Shape__Length": 116.3611585019984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139346548073704, 40.0533307369125 ], [ -75.140376026702199, 40.053469375653499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5112, "tnode_": 5103, "lpoly_": null, "rpoly_": null, "length": 223.47505617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1212, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 89180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740092, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29630, "Shape__Length": 88.874537462866272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138558240085601, 40.053234003004803 ], [ -75.139346548073704, 40.0533307369125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5126, "tnode_": 4867, "lpoly_": null, "rpoly_": null, "length": 646.07168563999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88030, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 29631, "Shape__Length": 257.90367639900978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137770730649805, 40.053121880645598 ], [ -75.137396518470894, 40.054871953318099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5126, "tnode_": 5112, "lpoly_": null, "rpoly_": null, "length": 224.20780064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1210, "r_f_add": 1201, "r_t_add": 1225, "st_code": 89180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740094, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29632, "Shape__Length": 89.16874318523557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137770730649805, 40.053121880645598 ], [ -75.138558240085601, 40.053234003004803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5144, "tnode_": 4851, "lpoly_": null, "rpoly_": null, "length": 719.58538896999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 88010, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 29633, "Shape__Length": 287.24745439865501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136695674419499, 40.052990211468597 ], [ -75.136266227602604, 40.054937794463903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5144, "tnode_": 5126, "lpoly_": null, "rpoly_": null, "length": 304.75098973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 89180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740096, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29634, "Shape__Length": 121.19698495111335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136695674419499, 40.052990211468597 ], [ -75.137770730649805, 40.053121880645598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5169, "tnode_": 4829, "lpoly_": null, "rpoly_": null, "length": 834.21160738000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 49620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 29635, "Shape__Length": 333.0030705895976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135286804453699, 40.052809839583901 ], [ -75.134780246438694, 40.0550665190353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5169, "tnode_": 5144, "lpoly_": null, "rpoly_": null, "length": 399.83770977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1034, "l_t_add": 1098, "r_f_add": 1029, "r_t_add": 1099, "st_code": 89180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740098, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29636, "Shape__Length": 159.01323800950189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135286804453699, 40.052809839583901 ], [ -75.136695674419499, 40.052990211468597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5190, "tnode_": 5077, "lpoly_": null, "rpoly_": null, "length": 457.85350956999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 88888, "l_f_add": 170, "l_t_add": 198, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 100, "r_hundred": 0, "seg_id": 740099, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 29637, "Shape__Length": 182.32004884939798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120808475402896, 40.052422411361398 ], [ -75.122124213774995, 40.053168972341098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5195, "tnode_": 4812, "lpoly_": null, "rpoly_": null, "length": 950.4214979599999, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6798, "r_f_add": 6601, "r_t_add": 6799, "st_code": 87990, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29638, "Shape__Length": 379.39509945402278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133816691742496, 40.052609168400998 ], [ -75.133261800355598, 40.055183103379498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5195, "tnode_": 5169, "lpoly_": null, "rpoly_": null, "length": 417.98935132000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1032, "r_f_add": 1001, "r_t_add": 1027, "st_code": 89180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29639, "Shape__Length": 166.23393288303768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133816691742496, 40.052609168400998 ], [ -75.135286804453699, 40.052809839583901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5235, "tnode_": 4781, "lpoly_": null, "rpoly_": null, "length": 1101.53245483, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6798, "r_f_add": 6601, "r_t_add": 6799, "st_code": 87950, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 29640, "Shape__Length": 439.71096798516146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1318727364132, 40.052362144257799 ], [ -75.131572488120298, 40.053771455953303 ], [ -75.131195132200702, 40.055340646624401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5235, "tnode_": 5214, "lpoly_": null, "rpoly_": null, "length": 247.35648566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 849, "st_code": 89180, "l_hundred": 800, "r_hundred": 800, "seg_id": 740103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29641, "Shape__Length": 98.369702547539163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1318727364132, 40.052362144257799 ], [ -75.132746492236294, 40.052463183187697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5255, "tnode_": 5001, "lpoly_": null, "rpoly_": null, "length": 585.12321046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87930, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740104, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29642, "Shape__Length": 233.5670678067996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130785556465199, 40.052215639190003 ], [ -75.130423786967697, 40.053797627950701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5255, "tnode_": 5235, "lpoly_": null, "rpoly_": null, "length": 308.99394995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89180, "l_hundred": 700, "r_hundred": 700, "seg_id": 740105, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29643, "Shape__Length": 122.88544669313204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130785556465199, 40.052215639190003 ], [ -75.1318727364132, 40.052362144257799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5270, "tnode_": 5190, "lpoly_": null, "rpoly_": null, "length": 284.1256318, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 88888, "l_f_add": 154, "l_t_add": 168, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 100, "r_hundred": 0, "seg_id": 740106, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 29644, "Shape__Length": 113.13964141775458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119992121663302, 40.051958986193803 ], [ -75.120808475402896, 40.052422411361398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5276, "tnode_": 5026, "lpoly_": null, "rpoly_": null, "length": 584.1097212, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87910, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29645, "Shape__Length": 233.16330983701766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129120501104396, 40.051991661000201 ], [ -75.128794791866895, 40.053425755107 ], [ -75.128771073507806, 40.053572301543198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5276, "tnode_": 5255, "lpoly_": null, "rpoly_": null, "length": 473.21152724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89180, "l_hundred": 600, "r_hundred": 600, "seg_id": 740108, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29646, "Shape__Length": 188.19341769402328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129120501104396, 40.051991661000201 ], [ -75.130785556465199, 40.052215639190003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5298, "tnode_": 5045, "lpoly_": null, "rpoly_": null, "length": 580.8703936500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 33240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29647, "Shape__Length": 231.87156047819252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128249242894597, 40.051895830319602 ], [ -75.127911925417806, 40.053469175568502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5298, "tnode_": 5276, "lpoly_": null, "rpoly_": null, "length": 246.39080253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 532, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 89180, "l_hundred": 500, "r_hundred": 500, "seg_id": 740110, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29648, "Shape__Length": 97.984187566973858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128249242894597, 40.051895830319602 ], [ -75.129120501104396, 40.051991661000201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5317, "tnode_": 5056, "lpoly_": null, "rpoly_": null, "length": 578.3537628, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87890, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740111, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29649, "Shape__Length": 230.86412222242447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1271462290876, 40.051758079921697 ], [ -75.126794147438801, 40.053322503142702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5317, "tnode_": 5298, "lpoly_": null, "rpoly_": null, "length": 312.83557104000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 531, "st_code": 89180, "l_hundred": 500, "r_hundred": 500, "seg_id": 740112, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29650, "Shape__Length": 124.4103757054594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1271462290876, 40.051758079921697 ], [ -75.128249242894597, 40.051895830319602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5332, "tnode_": 5079, "lpoly_": null, "rpoly_": null, "length": 580.60109404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 49660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 29651, "Shape__Length": 231.76048837253006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126188449488595, 40.051624348666699 ], [ -75.125833212649297, 40.053194612608401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5346, "tnode_": 5101, "lpoly_": null, "rpoly_": null, "length": 584.64558918, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87870, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29652, "Shape__Length": 233.37708545714483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125300071453196, 40.051502011642597 ], [ -75.1249596602579, 40.053085467882298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5351, "tnode_": 5103, "lpoly_": null, "rpoly_": null, "length": 563.90051242999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 88050, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 29653, "Shape__Length": 225.0957937483868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139683407446398, 40.051804563594601 ], [ -75.139346548073704, 40.0533307369125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5351, "tnode_": 5339, "lpoly_": null, "rpoly_": null, "length": 294.5163832, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1327, "st_code": 89140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29654, "Shape__Length": 117.12822489300559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139683407446398, 40.051804563594601 ], [ -75.140718317272103, 40.051949892532797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5362, "tnode_": 5110, "lpoly_": null, "rpoly_": null, "length": 577.63479485999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87850, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740117, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29655, "Shape__Length": 230.57791950125525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124338131180394, 40.051389679909803 ], [ -75.124000359415902, 40.052953964464301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5362, "tnode_": 5346, "lpoly_": null, "rpoly_": null, "length": 272.38457483000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89180, "l_hundred": 300, "r_hundred": 300, "seg_id": 740118, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29656, "Shape__Length": 108.32161210998561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124338131180394, 40.051389679909803 ], [ -75.125300071453196, 40.051502011642597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5364, "tnode_": 5112, "lpoly_": null, "rpoly_": null, "length": 566.83176831999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 20980, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740119, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 29657, "Shape__Length": 226.26431698322148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138905154730196, 40.051700992533 ], [ -75.138558240085601, 40.053234003004803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5364, "tnode_": 5351, "lpoly_": null, "rpoly_": null, "length": 221.11203387, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1235, "r_t_add": 1299, "st_code": 89140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29658, "Shape__Length": 87.934276657391337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138905154730196, 40.051700992533 ], [ -75.139683407446398, 40.051804563594601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5370, "tnode_": 5362, "lpoly_": null, "rpoly_": null, "length": 260.14400998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 224, "l_t_add": 298, "r_f_add": 225, "r_t_add": 299, "st_code": 89180, "l_hundred": 200, "r_hundred": 200, "seg_id": 740121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29659, "Shape__Length": 103.45707253132636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123423398896705, 40.051263912887997 ], [ -75.124338131180394, 40.051389679909803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5373, "tnode_": 5126, "lpoly_": null, "rpoly_": null, "length": 561.49619886999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 88030, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 29660, "Shape__Length": 224.13561645115607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138104498125202, 40.051601999356798 ], [ -75.137770730649805, 40.053121880645598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5373, "tnode_": 5364, "lpoly_": null, "rpoly_": null, "length": 227.02393792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1233, "st_code": 89140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29661, "Shape__Length": 90.28386599483234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138104498125202, 40.051601999356798 ], [ -75.138905154730196, 40.051700992533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5387, "tnode_": 5370, "lpoly_": null, "rpoly_": null, "length": 257.68193036999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 222, "r_f_add": 201, "r_t_add": 223, "st_code": 89180, "l_hundred": 200, "r_hundred": 200, "seg_id": 740124, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 29662, "Shape__Length": 102.47862104437043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122518351485496, 40.051135007296502 ], [ -75.123423398896705, 40.051263912887997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5399, "tnode_": 5317, "lpoly_": null, "rpoly_": null, "length": 178.4834504, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6544, "l_t_add": 6598, "r_f_add": 6529, "r_t_add": 6599, "st_code": 87890, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29663, "Shape__Length": 71.243031885291344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127267277353795, 40.0512770340763 ], [ -75.1271462290876, 40.051758079921697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5401, "tnode_": 5144, "lpoly_": null, "rpoly_": null, "length": 564.91214134000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 88010, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 29664, "Shape__Length": 225.49921366115228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137028125219402, 40.0514606519735 ], [ -75.136695674419499, 40.052990211468597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5401, "tnode_": 5373, "lpoly_": null, "rpoly_": null, "length": 305.69573004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 89140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29665, "Shape__Length": 121.57170066853635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137028125219402, 40.0514606519735 ], [ -75.138104498125202, 40.051601999356798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5414, "tnode_": 5399, "lpoly_": null, "rpoly_": null, "length": 121.31863304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 68380, "l_hundred": 400, "r_hundred": 400, "seg_id": 740128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDLEY ST", "stname": "RIDLEY ST", "objectid": 29666, "Shape__Length": 48.248304795902008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126841809132102, 40.051213766608697 ], [ -75.127267277353795, 40.0512770340763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5468, "tnode_": 5399, "lpoly_": null, "rpoly_": null, "length": 159.70327938, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6524, "l_t_add": 6542, "r_f_add": 6519, "r_t_add": 6527, "st_code": 87890, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740129, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29667, "Shape__Length": 63.748452744652383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127362183775304, 40.050844739525502 ], [ -75.127267277353795, 40.0512770340763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5475, "tnode_": 5169, "lpoly_": null, "rpoly_": null, "length": 692.15252408000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 49620, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 29668, "Shape__Length": 276.25956668856406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135863353290006, 40.050962182217802 ], [ -75.135286804453699, 40.052809839583901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5475, "tnode_": 5401, "lpoly_": null, "rpoly_": null, "length": 381.49791895000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1018, "l_t_add": 1098, "r_f_add": 1019, "r_t_add": 1099, "st_code": 89140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29669, "Shape__Length": 151.85514532765671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135863353290006, 40.050962182217802 ], [ -75.136084558070493, 40.051026485645302 ], [ -75.136197691444707, 40.051085066327303 ], [ -75.136351145224296, 40.051200571713302 ], [ -75.136552245423999, 40.051340496352502 ], [ -75.136804045843505, 40.051425567317999 ], [ -75.137028125219402, 40.0514606519735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5484, "tnode_": 5235, "lpoly_": null, "rpoly_": null, "length": 560.65671801999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87950, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 29670, "Shape__Length": 223.79958339157997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132195197493999, 40.050843157468897 ], [ -75.1318727364132, 40.052362144257799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5487, "tnode_": 5195, "lpoly_": null, "rpoly_": null, "length": 720.21169343999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87990, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29671, "Shape__Length": 287.26005791045742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134994074713006, 40.0508822722784 ], [ -75.134676834460507, 40.051597754839896 ], [ -75.134542288335695, 40.051867296864401 ], [ -75.134384571394705, 40.052047714622802 ], [ -75.134027459841704, 40.052339449918399 ], [ -75.133816691742496, 40.052609168400998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5487, "tnode_": 5475, "lpoly_": null, "rpoly_": null, "length": 247.93769305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1017, "st_code": 89140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29672, "Shape__Length": 98.604129810375298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134994074713006, 40.0508822722784 ], [ -75.1351658314818, 40.0509122330471 ], [ -75.135262917677295, 40.050914442807802 ], [ -75.135512419320705, 40.050901453023201 ], [ -75.135688029664806, 40.050914783150503 ], [ -75.135863353290006, 40.050962182217802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5508, "tnode_": 5346, "lpoly_": null, "rpoly_": null, "length": 332.98980193, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6524, "l_t_add": 6598, "r_f_add": 6511, "r_t_add": 6599, "st_code": 87870, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740135, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29673, "Shape__Length": 132.9187520638832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125498859611099, 40.050600771981898 ], [ -75.125300071453196, 40.051502011642597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5513, "tnode_": 5434, "lpoly_": null, "rpoly_": null, "length": 256.9050256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6144, "l_t_add": 6170, "r_f_add": 6145, "r_t_add": 6173, "st_code": 59720, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29674, "Shape__Length": 102.30891012985656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104125545068001, 40.050089409079199 ], [ -75.103403747799405, 40.050524908334403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5514, "tnode_": 5255, "lpoly_": null, "rpoly_": null, "length": 560.35602950999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87930, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29675, "Shape__Length": 223.67807831374483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131114856626994, 40.050698356063897 ], [ -75.130785556465199, 40.052215639190003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5514, "tnode_": 5484, "lpoly_": null, "rpoly_": null, "length": 307.00776026, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89140, "l_hundred": 700, "r_hundred": 700, "seg_id": 740138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29676, "Shape__Length": 122.09266736321675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131114856626994, 40.050698356063897 ], [ -75.132195197493999, 40.050843157468897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5531, "tnode_": 5400, "lpoly_": null, "rpoly_": null, "length": 523.77248753999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 41, "r_t_add": 99, "st_code": 22620, "l_hundred": 0, "r_hundred": 0, "seg_id": 740139, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 29677, "Shape__Length": 208.56323039897617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117062150046195, 40.050295610241498 ], [ -75.118566996290099, 40.051149946132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5536, "tnode_": 5276, "lpoly_": null, "rpoly_": null, "length": 552.29917307999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87910, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29678, "Shape__Length": 220.46001366079318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129454038329698, 40.050497359947897 ], [ -75.129120501104396, 40.051991661000201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5536, "tnode_": 5514, "lpoly_": null, "rpoly_": null, "length": 470.67854092, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89140, "l_hundred": 600, "r_hundred": 600, "seg_id": 740141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29679, "Shape__Length": 187.17781737374321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129454038329698, 40.050497359947897 ], [ -75.131114856626994, 40.050698356063897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27624, "tnode_": 5298, "lpoly_": null, "rpoly_": null, "length": 564.23162413, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 33240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29680, "Shape__Length": 225.22259078186866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1285906846187, 40.050369337046703 ], [ -75.128249242894597, 40.051895830319602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27624, "tnode_": 5536, "lpoly_": null, "rpoly_": null, "length": 246.15600758, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 534, "l_t_add": 598, "r_f_add": 535, "r_t_add": 599, "st_code": 89140, "l_hundred": 500, "r_hundred": 500, "seg_id": 740143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29681, "Shape__Length": 97.894763250395272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1285906846187, 40.050369337046703 ], [ -75.129454038329698, 40.050497359947897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5561, "tnode_": 5311, "lpoly_": null, "rpoly_": null, "length": 559.80168725, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 19140, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29682, "Shape__Length": 223.45441927935545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142216916403001, 40.050572396795999 ], [ -75.141874605031106, 40.052086433731397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5562, "tnode_": 5468, "lpoly_": null, "rpoly_": null, "length": 228.12217128999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6522, "r_f_add": 6501, "r_t_add": 6517, "st_code": 87890, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740145, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29683, "Shape__Length": 91.059386315570904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127490754248001, 40.050226361732598 ], [ -75.127362183775304, 40.050844739525502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5562, "tnode_": 5551, "lpoly_": null, "rpoly_": null, "length": 286.7208142, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 531, "st_code": 89140, "l_hundred": 500, "r_hundred": 500, "seg_id": 740146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29684, "Shape__Length": 114.02295508054934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127490754248001, 40.050226361732598 ], [ -75.128500936081494, 40.050356028072301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5563, "tnode_": 5513, "lpoly_": null, "rpoly_": null, "length": 208.82215751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6120, "l_t_add": 6142, "r_f_add": 6121, "r_t_add": 6143, "st_code": 59720, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29685, "Shape__Length": 83.147517422915683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104730150156101, 40.049753683063898 ], [ -75.104125545068001, 40.050089409079199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5571, "tnode_": 5438, "lpoly_": null, "rpoly_": null, "length": 393.71324889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 41160, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29686, "Shape__Length": 156.90238735110646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101338172518496, 40.049548520909298 ], [ -75.100408427670203, 40.050359429120299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5574, "tnode_": 5495, "lpoly_": null, "rpoly_": null, "length": 222.9644878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6144, "l_t_add": 6198, "r_f_add": 6155, "r_t_add": 6199, "st_code": 67560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29687, "Shape__Length": 88.869419352384199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102395261104704, 40.049599246509402 ], [ -75.101893203959705, 40.050074381260501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5577, "tnode_": 5339, "lpoly_": null, "rpoly_": null, "length": 562.92833035000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 62960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740152, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 29688, "Shape__Length": 224.70403264859263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141048779860199, 40.0504255997648 ], [ -75.140718317272103, 40.051949892532797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5592, "tnode_": 5508, "lpoly_": null, "rpoly_": null, "length": 223.15533413, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6522, "r_f_add": 6501, "r_t_add": 6509, "st_code": 87870, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740153, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29689, "Shape__Length": 89.074664950116357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125637046542707, 40.049997459954497 ], [ -75.125498859611099, 40.050600771981898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5592, "tnode_": 5562, "lpoly_": null, "rpoly_": null, "length": 525.60844376, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89140, "l_hundred": 400, "r_hundred": 400, "seg_id": 740154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29690, "Shape__Length": 209.02145624561902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125637046542707, 40.049997459954497 ], [ -75.127490754248001, 40.050226361732598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5598, "tnode_": 5351, "lpoly_": null, "rpoly_": null, "length": 560.96924363000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88050, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 29691, "Shape__Length": 223.92047690231254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140020136406093, 40.050286536277198 ], [ -75.139683407446398, 40.051804563594601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5598, "tnode_": 5577, "lpoly_": null, "rpoly_": null, "length": 292.39316214000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1307, "st_code": 22550, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29692, "Shape__Length": 116.28016538538884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140020136406093, 40.050286536277198 ], [ -75.141048779860199, 40.0504255997648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5605, "tnode_": 5362, "lpoly_": null, "rpoly_": null, "length": 563.03034405000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87850, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740157, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29693, "Shape__Length": 224.73964957100497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124690577279097, 40.049868014142902 ], [ -75.124338131180394, 40.051389679909803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5605, "tnode_": 5592, "lpoly_": null, "rpoly_": null, "length": 269.13134406, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89140, "l_hundred": 300, "r_hundred": 300, "seg_id": 740158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29694, "Shape__Length": 107.02892718630834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124690577279097, 40.049868014142902 ], [ -75.125637046542707, 40.049997459954497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5617, "tnode_": 5370, "lpoly_": null, "rpoly_": null, "length": 558.0153214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 12440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 29695, "Shape__Length": 222.74101042734645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123748775644799, 40.049752642962602 ], [ -75.123423398896705, 40.051263912887997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5617, "tnode_": 27625, "lpoly_": null, "rpoly_": null, "length": 245.9123249, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 216, "l_t_add": 296, "r_f_add": 211, "r_t_add": 297, "st_code": 89140, "l_hundred": 200, "r_hundred": 200, "seg_id": 740160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29696, "Shape__Length": 97.792647682972827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123748775644799, 40.049752642962602 ], [ -75.124616224504393, 40.049858906720203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5620, "tnode_": 5563, "lpoly_": null, "rpoly_": null, "length": 211.69569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 59720, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29697, "Shape__Length": 84.309428560997546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105317020652507, 40.049387219722703 ], [ -75.104730150156101, 40.049753683063898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5621, "tnode_": 5417, "lpoly_": null, "rpoly_": null, "length": 557.94880803000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 61060, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 29698, "Shape__Length": 222.44275467203335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098399050443305, 40.049230899257601 ], [ -75.097245999216597, 40.050480170751399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5623, "tnode_": 5364, "lpoly_": null, "rpoly_": null, "length": 596.26159406, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 20980, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740164, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 29699, "Shape__Length": 238.00944520854307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1392495758205, 40.050085728076198 ], [ -75.138905154730196, 40.051700992533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5623, "tnode_": 5598, "lpoly_": null, "rpoly_": null, "length": 227.78628058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1228, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 22550, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29700, "Shape__Length": 90.612993903376875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1392495758205, 40.050085728076198 ], [ -75.140020136406093, 40.050286536277198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5625, "tnode_": 5574, "lpoly_": null, "rpoly_": null, "length": 148.95382456000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6132, "l_t_add": 6142, "r_f_add": 6141, "r_t_add": 6153, "st_code": 67560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29701, "Shape__Length": 59.3787086266722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102714220153402, 40.049271970194802 ], [ -75.102395261104704, 40.049599246509402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5513, "tnode_": 5625, "lpoly_": null, "rpoly_": null, "length": 494.75525977000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 233, "r_f_add": 200, "r_t_add": 236, "st_code": 49160, "l_hundred": 200, "r_hundred": 200, "seg_id": 740167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29702, "Shape__Length": 197.01286102489013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104125545068001, 40.050089409079199 ], [ -75.102714220153402, 40.049271970194802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5634, "tnode_": 5393, "lpoly_": null, "rpoly_": null, "length": 680.78238977000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 62860, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 29703, "Shape__Length": 271.40777323592374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094644399395506, 40.049031809320603 ], [ -75.0932258363366, 40.050549711085402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5635, "tnode_": 5387, "lpoly_": null, "rpoly_": null, "length": 555.82469443000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87830, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740170, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29704, "Shape__Length": 221.8743895753783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1227787853108, 40.049622387630997 ], [ -75.122518351485496, 40.051135007296502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5635, "tnode_": 5617, "lpoly_": null, "rpoly_": null, "length": 275.66829328, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 214, "r_f_add": 201, "r_t_add": 209, "st_code": 89140, "l_hundred": 200, "r_hundred": 200, "seg_id": 740171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29705, "Shape__Length": 109.62769921275623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1227787853108, 40.049622387630997 ], [ -75.123748775644799, 40.049752642962602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5644, "tnode_": 5484, "lpoly_": null, "rpoly_": null, "length": 450.71877039000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87950, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 29706, "Shape__Length": 179.72681497532591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133000129344197, 40.049807027460602 ], [ -75.132633120050201, 40.050092771711199 ], [ -75.132420665081995, 40.050312830784897 ], [ -75.132278829434199, 40.050541313118302 ], [ -75.132195197493999, 40.050843157468897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5649, "tnode_": 5373, "lpoly_": null, "rpoly_": null, "length": 633.36887845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88030, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740173, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 29707, "Shape__Length": 252.81927266037354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138482278314996, 40.049887738696697 ], [ -75.138104498125202, 40.051601999356798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5649, "tnode_": 5623, "lpoly_": null, "rpoly_": null, "length": 226.59301170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1226, "r_f_add": 1201, "r_t_add": 1213, "st_code": 22550, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740174, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29708, "Shape__Length": 90.137401666012863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138482278314996, 40.049887738696697 ], [ -75.1392495758205, 40.050085728076198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5669, "tnode_": 5571, "lpoly_": null, "rpoly_": null, "length": 242.33358871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6144, "l_t_add": 6198, "r_f_add": 6145, "r_t_add": 6199, "st_code": 41160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29709, "Shape__Length": 96.606123622937432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018515944955, 40.049012938117201 ], [ -75.101338172518496, 40.049548520909298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5685, "tnode_": 5620, "lpoly_": null, "rpoly_": null, "length": 201.81924229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6022, "l_t_add": 6098, "r_f_add": 6023, "r_t_add": 6099, "st_code": 59720, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29710, "Shape__Length": 80.451318325037207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105751557977698, 40.048945163843499 ], [ -75.105317020652507, 40.049387219722703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5686, "tnode_": 5479, "lpoly_": null, "rpoly_": null, "length": 562.55920845000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGYLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 13140, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGYLE ST", "stname": "ARGYLE ST", "objectid": 29711, "Shape__Length": 224.2656086426642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097607848729396, 40.048795665506397 ], [ -75.096418479841802, 40.050040396120501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5621, "tnode_": 5686, "lpoly_": null, "rpoly_": null, "length": 272.39914546999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 463, "l_t_add": 485, "r_f_add": 460, "r_t_add": 484, "st_code": 68860, "l_hundred": 400, "r_hundred": 400, "seg_id": 740178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 29712, "Shape__Length": 108.45895382149128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098399050443305, 40.049230899257601 ], [ -75.097607848729396, 40.048795665506397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5689, "tnode_": 5669, "lpoly_": null, "rpoly_": null, "length": 74.35912707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6140, "l_t_add": 6142, "r_f_add": 6141, "r_t_add": 6143, "st_code": 41160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29713, "Shape__Length": 29.641248350852401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102012582501104, 40.048850581712102 ], [ -75.1018515944955, 40.049012938117201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5625, "tnode_": 5689, "lpoly_": null, "rpoly_": null, "length": 249.29512001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 235, "l_t_add": 299, "r_f_add": 238, "r_t_add": 298, "st_code": 49160, "l_hundred": 200, "r_hundred": 200, "seg_id": 740180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29714, "Shape__Length": 99.27569787608472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102714220153402, 40.049271970194802 ], [ -75.102012582501104, 40.048850581712102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5693, "tnode_": 5401, "lpoly_": null, "rpoly_": null, "length": 686.27274616, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 88010, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 29715, "Shape__Length": 273.93765342807063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137424874491799, 40.049601590937797 ], [ -75.137028125219402, 40.0514606519735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5693, "tnode_": 5649, "lpoly_": null, "rpoly_": null, "length": 313.84206923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 22550, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29716, "Shape__Length": 124.84857503739968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137424874491799, 40.049601590937797 ], [ -75.138482278314996, 40.049887738696697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5699, "tnode_": 5625, "lpoly_": null, "rpoly_": null, "length": 206.09232076000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6116, "l_t_add": 6130, "r_f_add": 6121, "r_t_add": 6139, "st_code": 67560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29717, "Shape__Length": 82.156816917116288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103153660511296, 40.0488180791614 ], [ -75.102714220153402, 40.049271970194802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5563, "tnode_": 5699, "lpoly_": null, "rpoly_": null, "length": 557.62953251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEARLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 74540, "l_hundred": 200, "r_hundred": 200, "seg_id": 740184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEARLY ST", "stname": "STEARLY ST", "objectid": 29718, "Shape__Length": 222.05819265719913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104730150156101, 40.049753683063898 ], [ -75.103153660511296, 40.0488180791614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5700, "tnode_": 5534, "lpoly_": null, "rpoly_": null, "length": 482.8993642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 72460, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 29719, "Shape__Length": 192.51607374347648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100397388060799, 40.048701073942297 ], [ -75.099391083402907, 40.0497777211135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5571, "tnode_": 5700, "lpoly_": null, "rpoly_": null, "length": 405.79702841000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 348, "st_code": 28320, "l_hundred": 300, "r_hundred": 300, "seg_id": 740186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29720, "Shape__Length": 161.72610911564786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101338172518496, 40.049548520909298 ], [ -75.100397388060799, 40.048701073942297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5702, "tnode_": 5514, "lpoly_": null, "rpoly_": null, "length": 476.9506052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87930, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29721, "Shape__Length": 190.37951449433913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131406005467994, 40.049408331679999 ], [ -75.131114856626994, 40.050698356063897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5702, "tnode_": 5644, "lpoly_": null, "rpoly_": null, "length": 470.71397641000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 89100, "l_hundred": 700, "r_hundred": 700, "seg_id": 740188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 64TH AVE", "stname": "W 64TH AVE", "objectid": 29722, "Shape__Length": 187.24587101603834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131406005467994, 40.049408331679999 ], [ -75.132463129411093, 40.049717980912703 ], [ -75.132725657430697, 40.049772595052403 ], [ -75.133000129344197, 40.049807027460602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5708, "tnode_": 5676, "lpoly_": null, "rpoly_": null, "length": 534.27947265, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 178, "r_f_add": 101, "r_t_add": 179, "st_code": 89140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 29723, "Shape__Length": 212.46943164655443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118506057045593, 40.049070360653801 ], [ -75.120387332647397, 40.0493169029941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5713, "tnode_": 5472, "lpoly_": null, "rpoly_": null, "length": 672.40280494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 17620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 29724, "Shape__Length": 268.05586705755479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093663300065302, 40.0484979207625 ], [ -75.092244643975107, 40.049987351170103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5634, "tnode_": 5713, "lpoly_": null, "rpoly_": null, "length": 336.55220731000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 521, "l_t_add": 599, "r_f_add": 532, "r_t_add": 598, "st_code": 50500, "l_hundred": 500, "r_hundred": 500, "seg_id": 740191, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29725, "Shape__Length": 133.99921321387816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094644399395506, 40.049031809320603 ], [ -75.093663300065302, 40.0484979207625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5729, "tnode_": 5536, "lpoly_": null, "rpoly_": null, "length": 481.8839505, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87910, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29726, "Shape__Length": 192.34847788828918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129745822902393, 40.049193676923302 ], [ -75.129454038329698, 40.050497359947897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5729, "tnode_": 5702, "lpoly_": null, "rpoly_": null, "length": 471.31142444, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 89100, "l_hundred": 600, "r_hundred": 600, "seg_id": 740193, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 64TH AVE", "stname": "W 64TH AVE", "objectid": 29727, "Shape__Length": 187.42838618517524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129745822902393, 40.049193676923302 ], [ -75.131406005467994, 40.049408331679999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5731, "tnode_": 5475, "lpoly_": null, "rpoly_": null, "length": 610.52631200999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 49620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 29728, "Shape__Length": 243.67076600811055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136386599968205, 40.049335171941003 ], [ -75.135863353290006, 40.050962182217802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5731, "tnode_": 5693, "lpoly_": null, "rpoly_": null, "length": 306.44563342000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1010, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 22550, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29729, "Shape__Length": 121.90089814451146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136386599968205, 40.049335171941003 ], [ -75.137424874491799, 40.049601590937797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5743, "tnode_": 5550, "lpoly_": null, "rpoly_": null, "length": 562.59737478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 68600, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740196, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29730, "Shape__Length": 224.27389038552104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096825463702899, 40.048354836949599 ], [ -75.095625542774997, 40.0495936978852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5686, "tnode_": 5743, "lpoly_": null, "rpoly_": null, "length": 271.59705028999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 487, "l_t_add": 499, "r_f_add": 486, "r_t_add": 498, "st_code": 68860, "l_hundred": 400, "r_hundred": 400, "seg_id": 740197, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 29731, "Shape__Length": 108.14351220071731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097607848729396, 40.048795665506397 ], [ -75.096825463702899, 40.048354836949599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5745, "tnode_": 5551, "lpoly_": null, "rpoly_": null, "length": 473.81546555, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 33240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29732, "Shape__Length": 189.13157877705362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128758972710301, 40.049070555274199 ], [ -75.128500936081494, 40.050356028072301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5745, "tnode_": 5729, "lpoly_": null, "rpoly_": null, "length": 279.89309867999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 89100, "l_hundred": 500, "r_hundred": 500, "seg_id": 740199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 64TH AVE", "stname": "W 64TH AVE", "objectid": 29733, "Shape__Length": 111.30516900678674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128758972710301, 40.049070555274199 ], [ -75.129745822902393, 40.049193676923302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5761, "tnode_": 5562, "lpoly_": null, "rpoly_": null, "length": 476.71779927, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87890, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740200, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29734, "Shape__Length": 190.28984780345328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127749438261404, 40.048932904452201 ], [ -75.127490754248001, 40.050226361732598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5761, "tnode_": 5745, "lpoly_": null, "rpoly_": null, "length": 287.04115134, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 89100, "l_hundred": 400, "r_hundred": 400, "seg_id": 740201, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 64TH AVE", "stname": "W 64TH AVE", "objectid": 29735, "Shape__Length": 114.14970330375689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127749438261404, 40.048932904452201 ], [ -75.128758972710301, 40.049070555274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5762, "tnode_": 5540, "lpoly_": null, "rpoly_": null, "length": 533.49066088999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6422, "l_t_add": 6498, "r_f_add": 6423, "r_t_add": 6499, "st_code": 54120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740202, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 29736, "Shape__Length": 212.96358663653035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091270800972794, 40.048092893583302 ], [ -75.091418671344996, 40.049552971719201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5772, "tnode_": 5685, "lpoly_": null, "rpoly_": null, "length": 222.24884068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6021, "st_code": 59720, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29737, "Shape__Length": 88.599070288583178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106221514398797, 40.048453456661399 ], [ -75.105751557977698, 40.048945163843499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5721, "tnode_": 5772, "lpoly_": null, "rpoly_": null, "length": 155.45260476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 24480, "l_hundred": 100, "r_hundred": 100, "seg_id": 740204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29738, "Shape__Length": 61.895367940275499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106672385539198, 40.048702530506901 ], [ -75.106221514398797, 40.048453456661399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5779, "tnode_": 5699, "lpoly_": null, "rpoly_": null, "length": 196.43255422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6114, "r_f_add": 6101, "r_t_add": 6119, "st_code": 67560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29739, "Shape__Length": 78.303909663864985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103575581706707, 40.048387234126899 ], [ -75.103153660511296, 40.0488180791614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5620, "tnode_": 5779, "lpoly_": null, "rpoly_": null, "length": 608.59240747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 249, "r_f_add": 200, "r_t_add": 252, "st_code": 16920, "l_hundred": 200, "r_hundred": 200, "seg_id": 740206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29740, "Shape__Length": 242.33648732214974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105317020652507, 40.049387219722703 ], [ -75.103575581706707, 40.048387234126899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5782, "tnode_": 5731, "lpoly_": null, "rpoly_": null, "length": 399.47815219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1033, "st_code": 22550, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29741, "Shape__Length": 158.91651996806777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135043939291904, 40.0489639100212 ], [ -75.136386599968205, 40.049335171941003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5787, "tnode_": 5689, "lpoly_": null, "rpoly_": null, "length": 246.09582018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6114, "l_t_add": 6138, "r_f_add": 6115, "r_t_add": 6139, "st_code": 41160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29742, "Shape__Length": 98.104683209788561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102534433966994, 40.048306946860997 ], [ -75.102012582501104, 40.048850581712102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5795, "tnode_": 5691, "lpoly_": null, "rpoly_": null, "length": 291.14781909000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6616, "r_f_add": 6601, "r_t_add": 6617, "st_code": 82820, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 29743, "Shape__Length": 116.06844566186088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085696856007303, 40.047859946994599 ], [ -75.085088577293604, 40.048508206123799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5798, "tnode_": 5540, "lpoly_": null, "rpoly_": null, "length": 681.48528978000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 49585, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 29744, "Shape__Length": 271.68747005659054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092831928977006, 40.048029790765902 ], [ -75.091418671344996, 40.049552971719201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5713, "tnode_": 5798, "lpoly_": null, "rpoly_": null, "length": 288.53846002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 621, "r_f_add": 600, "r_t_add": 620, "st_code": 50500, "l_hundred": 600, "r_hundred": 600, "seg_id": 740212, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29745, "Shape__Length": 114.88852187180856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093663300065302, 40.0484979207625 ], [ -75.092831928977006, 40.048029790765902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5806, "tnode_": 5700, "lpoly_": null, "rpoly_": null, "length": 244.86613684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6138, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 72460, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 29746, "Shape__Length": 97.61760100155125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100910191145104, 40.048156539190202 ], [ -75.100397388060799, 40.048701073942297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5669, "tnode_": 5806, "lpoly_": null, "rpoly_": null, "length": 408.39650246000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 343, "r_f_add": 300, "r_t_add": 338, "st_code": 74780, "l_hundred": 300, "r_hundred": 300, "seg_id": 740214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 29747, "Shape__Length": 162.76388465073393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1018515944955, 40.049012938117201 ], [ -75.100910191145104, 40.048156539190202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5808, "tnode_": 5601, "lpoly_": null, "rpoly_": null, "length": 530.59211990999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 56800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740215, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 29748, "Shape__Length": 211.51867011753333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088820226052306, 40.047863214176701 ], [ -75.087698114158997, 40.049037019499501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5739, "tnode_": 5808, "lpoly_": null, "rpoly_": null, "length": 188.90321575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 41740, "l_hundred": 700, "r_hundred": 700, "seg_id": 740216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 29749, "Shape__Length": 75.251342862352857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089312356140695, 40.0482179796306 ], [ -75.088820226052306, 40.047863214176701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5816, "tnode_": 5644, "lpoly_": null, "rpoly_": null, "length": 540.82275783, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 87950, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 29750, "Shape__Length": 215.408639570833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134408510840899, 40.048919249882097 ], [ -75.134238246698999, 40.049195599088499 ], [ -75.134044670050301, 40.049424445124401 ], [ -75.133720026729407, 40.049630023979397 ], [ -75.133289974468696, 40.049758923427603 ], [ -75.133000129344197, 40.049807027460602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5824, "tnode_": 5621, "lpoly_": null, "rpoly_": null, "length": 559.1990982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 61060, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 29751, "Shape__Length": 222.93318608372562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099562415593297, 40.047983075058198 ], [ -75.098399050443305, 40.049230899257601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5700, "tnode_": 5824, "lpoly_": null, "rpoly_": null, "length": 350.79131544999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 28320, "l_hundred": 300, "r_hundred": 300, "seg_id": 740219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29752, "Shape__Length": 139.7900018972266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100397388060799, 40.048701073942297 ], [ -75.099562415593297, 40.047983075058198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5829, "tnode_": 5577, "lpoly_": null, "rpoly_": null, "length": 560.72930228999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 62960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 29753, "Shape__Length": 223.82140473608078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141376992624402, 40.048907139735697 ], [ -75.141048779860199, 40.0504255997648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5829, "tnode_": 5811, "lpoly_": null, "rpoly_": null, "length": 332.79264423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1322, "l_t_add": 1398, "r_f_add": 1325, "r_t_add": 1399, "st_code": 55140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29754, "Shape__Length": 132.34144613437545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141376992624402, 40.048907139735697 ], [ -75.141482269018994, 40.048910318676299 ], [ -75.142550335415095, 40.049049744413601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5832, "tnode_": 5724, "lpoly_": null, "rpoly_": null, "length": 274.6020776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 64000, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 29755, "Shape__Length": 109.46905687235777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083469154655504, 40.0475983476992 ], [ -75.082889942275699, 40.0482066938971 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5839, "tnode_": 5787, "lpoly_": null, "rpoly_": null, "length": 153.88013188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6112, "r_f_add": 6055, "r_t_add": 6113, "st_code": 41160, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 740224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29756, "Shape__Length": 61.333720586597138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102878131043397, 40.047977299378502 ], [ -75.102534433966994, 40.048306946860997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5779, "tnode_": 5839, "lpoly_": null, "rpoly_": null, "length": 245.81773148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 251, "l_t_add": 299, "r_f_add": 254, "r_t_add": 298, "st_code": 16920, "l_hundred": 200, "r_hundred": 200, "seg_id": 740225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29757, "Shape__Length": 97.885745007625047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103575581706707, 40.048387234126899 ], [ -75.102878131043397, 40.047977299378502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5840, "tnode_": 5779, "lpoly_": null, "rpoly_": null, "length": 202.17904795000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6020, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6099, "st_code": 67560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29758, "Shape__Length": 80.59543178168127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104007348113697, 40.047942348398799 ], [ -75.103575581706707, 40.048387234126899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5685, "tnode_": 5840, "lpoly_": null, "rpoly_": null, "length": 609.83352933999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 42440, "l_hundred": 200, "r_hundred": 200, "seg_id": 740227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 29759, "Shape__Length": 242.82965147688526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105751557977698, 40.048945163843499 ], [ -75.104007348113697, 40.047942348398799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5841, "tnode_": 5634, "lpoly_": null, "rpoly_": null, "length": 556.02924172999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 62860, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 29760, "Shape__Length": 221.66035137744819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095817663021194, 40.0478002409588 ], [ -75.094644399395506, 40.049031809320603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5743, "tnode_": 5841, "lpoly_": null, "rpoly_": null, "length": 347.01929177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 515, "r_f_add": 500, "r_t_add": 520, "st_code": 68860, "l_hundred": 500, "r_hundred": 500, "seg_id": 740229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 29761, "Shape__Length": 138.16804150608769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096825463702899, 40.048354836949599 ], [ -75.095817663021194, 40.0478002409588 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5845, "tnode_": 5598, "lpoly_": null, "rpoly_": null, "length": 561.0308065, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88050, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 29762, "Shape__Length": 223.94067239074104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140352845036105, 40.048767814985197 ], [ -75.140020136406093, 40.050286536277198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5845, "tnode_": 5829, "lpoly_": null, "rpoly_": null, "length": 291.17654023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1323, "st_code": 55140, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29763, "Shape__Length": 115.79391089598583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140352845036105, 40.048767814985197 ], [ -75.141376992624402, 40.048907139735697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5854, "tnode_": 5772, "lpoly_": null, "rpoly_": null, "length": 224.45471941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5958, "l_t_add": 5998, "r_f_add": 5941, "r_t_add": 5999, "st_code": 59720, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29764, "Shape__Length": 89.468835706917687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106713057123301, 40.047966690991501 ], [ -75.106221514398797, 40.048453456661399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5860, "tnode_": 5623, "lpoly_": null, "rpoly_": null, "length": 523.6012493, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 20980, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 29765, "Shape__Length": 209.00016816478652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139557941767194, 40.048668052749797 ], [ -75.1392495758205, 40.050085728076198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5860, "tnode_": 5845, "lpoly_": null, "rpoly_": null, "length": 225.4883793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 55140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29766, "Shape__Length": 89.66958698147252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139557941767194, 40.048668052749797 ], [ -75.140352845036105, 40.048767814985197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5865, "tnode_": 5743, "lpoly_": null, "rpoly_": null, "length": 296.43878831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6220, "l_t_add": 6298, "r_f_add": 6221, "r_t_add": 6299, "st_code": 68600, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740235, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29767, "Shape__Length": 118.1676537086785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097463601613299, 40.047705464286601 ], [ -75.096825463702899, 40.048354836949599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5871, "tnode_": 5649, "lpoly_": null, "rpoly_": null, "length": 487.41900622999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88030, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 29768, "Shape__Length": 194.55827013401716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138762364879895, 40.048567144275303 ], [ -75.138482278314996, 40.049887738696697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5871, "tnode_": 5860, "lpoly_": null, "rpoly_": null, "length": 225.7424442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1223, "st_code": 55140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29769, "Shape__Length": 89.770679824925907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138762364879895, 40.048567144275303 ], [ -75.139557941767194, 40.048668052749797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5874, "tnode_": 5806, "lpoly_": null, "rpoly_": null, "length": 196.77311173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6136, "r_f_add": 6101, "r_t_add": 6137, "st_code": 72460, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 29770, "Shape__Length": 78.442965056274247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101325080354599, 40.047720523061002 ], [ -75.100910191145104, 40.048156539190202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5787, "tnode_": 5874, "lpoly_": null, "rpoly_": null, "length": 400.33389412000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 337, "r_f_add": 300, "r_t_add": 336, "st_code": 49160, "l_hundred": 300, "r_hundred": 300, "seg_id": 740239, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29771, "Shape__Length": 159.36135971892918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102534433966994, 40.048306946860997 ], [ -75.101325080354599, 40.047720523061002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5882, "tnode_": 5762, "lpoly_": null, "rpoly_": null, "length": 273.61156981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 76025, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740240, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 29772, "Shape__Length": 109.0670972414713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091861113795105, 40.047494291306698 ], [ -75.091270800972794, 40.048092893583302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5798, "tnode_": 5882, "lpoly_": null, "rpoly_": null, "length": 334.55170982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 623, "l_t_add": 699, "r_f_add": 622, "r_t_add": 698, "st_code": 50500, "l_hundred": 600, "r_hundred": 600, "seg_id": 740241, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29773, "Shape__Length": 133.20392600406672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092831928977006, 40.048029790765902 ], [ -75.091861113795105, 40.047494291306698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5897, "tnode_": 5693, "lpoly_": null, "rpoly_": null, "length": 438.08648722000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 88010, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 29774, "Shape__Length": 174.86480786824836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137685825881206, 40.048415831996998 ], [ -75.137424874491799, 40.049601590937797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5897, "tnode_": 5871, "lpoly_": null, "rpoly_": null, "length": 306.3870788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 55140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29775, "Shape__Length": 121.84311148368762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137685825881206, 40.048415831996998 ], [ -75.138762364879895, 40.048567144275303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5901, "tnode_": 5686, "lpoly_": null, "rpoly_": null, "length": 566.76901658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGYLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 13140, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGYLE ST", "stname": "ARGYLE ST", "objectid": 29776, "Shape__Length": 225.94151694313345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098802631595703, 40.047539669313601 ], [ -75.097607848729396, 40.048795665506397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5824, "tnode_": 5901, "lpoly_": null, "rpoly_": null, "length": 267.08918015999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 489, "r_f_add": 400, "r_t_add": 448, "st_code": 28320, "l_hundred": 400, "r_hundred": 400, "seg_id": 740245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29777, "Shape__Length": 106.3540864061914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099562415593297, 40.047983075058198 ], [ -75.098802631595703, 40.047539669313601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5854, "tnode_": 5917, "lpoly_": null, "rpoly_": null, "length": 208.16307857000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 217, "r_f_add": 200, "r_t_add": 238, "st_code": 43840, "l_hundred": 200, "r_hundred": 200, "seg_id": 740246, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 29778, "Shape__Length": 82.89179578991758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106713057123301, 40.047966690991501 ], [ -75.1061235639757, 40.047618430130797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5922, "tnode_": 5824, "lpoly_": null, "rpoly_": null, "length": 249.69542209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 61060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 29779, "Shape__Length": 99.531629725492422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100104673164694, 40.047438871132996 ], [ -75.099562415593297, 40.047983075058198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5806, "tnode_": 5922, "lpoly_": null, "rpoly_": null, "length": 345.26094285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 345, "l_t_add": 399, "r_f_add": 340, "r_t_add": 398, "st_code": 74780, "l_hundred": 300, "r_hundred": 300, "seg_id": 740248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 29780, "Shape__Length": 137.59449952634012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100910191145104, 40.048156539190202 ], [ -75.100104673164694, 40.047438871132996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5927, "tnode_": 5702, "lpoly_": null, "rpoly_": null, "length": 458.83894046, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6340, "l_t_add": 6398, "r_f_add": 6335, "r_t_add": 6399, "st_code": 87930, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29781, "Shape__Length": 183.14998631850497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131663051397098, 40.048164352892698 ], [ -75.131406005467994, 40.049408331679999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5927, "tnode_": 5816, "lpoly_": null, "rpoly_": null, "length": 828.07546929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 22550, "l_hundred": 700, "r_hundred": 700, "seg_id": 740250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29782, "Shape__Length": 329.44271903989738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131663051397098, 40.048164352892698 ], [ -75.1332584791827, 40.048785544214802 ], [ -75.133760710398604, 40.048889828161997 ], [ -75.134093572276896, 40.048910672274602 ], [ -75.134408510840899, 40.048919249882097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5930, "tnode_": 5808, "lpoly_": null, "rpoly_": null, "length": 301.58732529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6420, "l_t_add": 6498, "r_f_add": 6421, "r_t_add": 6499, "st_code": 56800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740251, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 29783, "Shape__Length": 120.23062080884741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089447306465402, 40.047190052586799 ], [ -75.088820226052306, 40.047863214176701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5932, "tnode_": 5672, "lpoly_": null, "rpoly_": null, "length": 585.34715631999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 62080, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740252, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29784, "Shape__Length": 233.57460972522114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0876378787964, 40.047051923414301 ], [ -75.086977290719204, 40.0485764604122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5808, "tnode_": 5932, "lpoly_": null, "rpoly_": null, "length": 443.75077628999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 41740, "l_hundred": 800, "r_hundred": 800, "seg_id": 740253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 29785, "Shape__Length": 176.75365158365489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088820226052306, 40.047863214176701 ], [ -75.0876378787964, 40.047051923414301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5937, "tnode_": 5713, "lpoly_": null, "rpoly_": null, "length": 564.94767172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 17620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 29786, "Shape__Length": 225.22204795667761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094839498329804, 40.047237757305702 ], [ -75.093663300065302, 40.0484979207625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5841, "tnode_": 5937, "lpoly_": null, "rpoly_": null, "length": 342.02312998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 517, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 68860, "l_hundred": 500, "r_hundred": 500, "seg_id": 740255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 29787, "Shape__Length": 136.1884009691685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095817663021194, 40.0478002409588 ], [ -75.094839498329804, 40.047237757305702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5945, "tnode_": 5832, "lpoly_": null, "rpoly_": null, "length": 283.13228716999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 64000, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 29788, "Shape__Length": 112.86745025494204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084068509631805, 40.046972319371598 ], [ -75.083469154655504, 40.0475983476992 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5795, "tnode_": 5945, "lpoly_": null, "rpoly_": null, "length": 558.90954147000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 52920, "l_hundred": 900, "r_hundred": 900, "seg_id": 740257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 29789, "Shape__Length": 222.52766819595323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085696856007303, 40.047859946994599 ], [ -75.084068509631805, 40.046972319371598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5951, "tnode_": 5914, "lpoly_": null, "rpoly_": null, "length": 538.13277902000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89100, "l_hundred": 200, "r_hundred": 200, "seg_id": 740258, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 64TH AVE", "stname": "W 64TH AVE", "objectid": 29790, "Shape__Length": 214.00034668766395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123119879154203, 40.047822733308301 ], [ -75.125011849548002, 40.048083524335901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5772, "tnode_": 6012, "lpoly_": null, "rpoly_": null, "length": 664.77161504000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 24480, "l_hundred": 200, "r_hundred": 200, "seg_id": 740260, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29791, "Shape__Length": 264.85206625349957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106221514398797, 40.048453456661399 ], [ -75.105618285602901, 40.048116211206803 ], [ -75.105113733317097, 40.047814070691402 ], [ -75.104893052628697, 40.047649050188198 ], [ -75.104737438732798, 40.047475283751098 ], [ -75.104670472733503, 40.0473943229848 ], [ -75.104737086395403, 40.047183965048703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5973, "tnode_": 5841, "lpoly_": null, "rpoly_": null, "length": 299.0915073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6250, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 62860, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 29792, "Shape__Length": 119.23310534641141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096444288300404, 40.047135270437103 ], [ -75.095817663021194, 40.0478002409588 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5865, "tnode_": 5973, "lpoly_": null, "rpoly_": null, "length": 352.96074751999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 528, "st_code": 54840, "l_hundred": 500, "r_hundred": 500, "seg_id": 740262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 29793, "Shape__Length": 140.5364037864743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097463601613299, 40.047705464286601 ], [ -75.096444288300404, 40.047135270437103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5976, "tnode_": 5762, "lpoly_": null, "rpoly_": null, "length": 375.76616230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6420, "r_f_add": 6401, "r_t_add": 6421, "st_code": 54120, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740263, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 29794, "Shape__Length": 149.9930501185645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091100513525305, 40.0470697073563 ], [ -75.091270800972794, 40.048092893583302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5882, "tnode_": 5976, "lpoly_": null, "rpoly_": null, "length": 263.18542566000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 718, "st_code": 50500, "l_hundred": 700, "r_hundred": 700, "seg_id": 740264, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29795, "Shape__Length": 104.79046219772512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091861113795105, 40.047494291306698 ], [ -75.091100513525305, 40.0470697073563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5917, "tnode_": 5979, "lpoly_": null, "rpoly_": null, "length": 200.59303052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 219, "l_t_add": 239, "r_f_add": 240, "r_t_add": 298, "st_code": 43840, "l_hundred": 200, "r_hundred": 200, "seg_id": 740265, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 29796, "Shape__Length": 79.877520938224265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1061235639757, 40.047618430130797 ], [ -75.105556322883402, 40.047282024134702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5982, "tnode_": 5865, "lpoly_": null, "rpoly_": null, "length": 268.28802689000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 68600, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740266, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29797, "Shape__Length": 106.95591387401123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098020345589504, 40.047106025921899 ], [ -75.097463601613299, 40.047705464286601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5901, "tnode_": 5982, "lpoly_": null, "rpoly_": null, "length": 270.03848406000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 491, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 28320, "l_hundred": 400, "r_hundred": 400, "seg_id": 740267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29798, "Shape__Length": 107.51781490589921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098802631595703, 40.047539669313601 ], [ -75.098020345589504, 40.047106025921899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5986, "tnode_": 5922, "lpoly_": null, "rpoly_": null, "length": 105.69842776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6138, "r_f_add": 6101, "r_t_add": 6139, "st_code": 61060, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 29799, "Shape__Length": 42.137682136864356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100324177898301, 40.047202797384699 ], [ -75.100104673164694, 40.047438871132996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5874, "tnode_": 5986, "lpoly_": null, "rpoly_": null, "length": 337.77378446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 339, "l_t_add": 399, "r_f_add": 338, "r_t_add": 398, "st_code": 49160, "l_hundred": 300, "r_hundred": 300, "seg_id": 740269, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29800, "Shape__Length": 134.47123853651703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101325080354599, 40.047720523061002 ], [ -75.100324177898301, 40.047202797384699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5988, "tnode_": 5731, "lpoly_": null, "rpoly_": null, "length": 505.92219046000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 49620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 29801, "Shape__Length": 201.93932130653607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136697721011501, 40.047967093883202 ], [ -75.136386599968205, 40.049335171941003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5988, "tnode_": 5897, "lpoly_": null, "rpoly_": null, "length": 321.84540988999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1010, "l_t_add": 1098, "r_f_add": 1013, "r_t_add": 1099, "st_code": 55140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29802, "Shape__Length": 128.10549081552048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136697721011501, 40.047967093883202 ], [ -75.1375784638943, 40.048384596588598 ], [ -75.137685825881206, 40.048415831996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6027, "tnode_": 5798, "lpoly_": null, "rpoly_": null, "length": 562.90050807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 49585, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 29803, "Shape__Length": 224.3961796923158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094019726960994, 40.046783119290403 ], [ -75.0933696262951, 40.0474778035342 ], [ -75.092831928977006, 40.048029790765902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5937, "tnode_": 6027, "lpoly_": null, "rpoly_": null, "length": 283.02488143000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 639, "r_f_add": 600, "r_t_add": 638, "st_code": 68860, "l_hundred": 600, "r_hundred": 600, "seg_id": 740274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 29804, "Shape__Length": 112.68802150968529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094839498329804, 40.047237757305702 ], [ -75.094019726960994, 40.046783119290403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6031, "tnode_": 5982, "lpoly_": null, "rpoly_": null, "length": 95.91221615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6190, "l_t_add": 6198, "r_f_add": 6191, "r_t_add": 6199, "st_code": 68600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740275, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29805, "Shape__Length": 38.221265662977217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098246771369801, 40.0469084412223 ], [ -75.098020345589504, 40.047106025921899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6043, "tnode_": 5729, "lpoly_": null, "rpoly_": null, "length": 613.72201138000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 87910, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740276, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29806, "Shape__Length": 244.96951234588713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130104058541505, 40.047531586025002 ], [ -75.129745822902393, 40.049193676923302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6043, "tnode_": 5927, "lpoly_": null, "rpoly_": null, "length": 493.58950331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 22550, "l_hundred": 600, "r_hundred": 600, "seg_id": 740277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29807, "Shape__Length": 196.43152868294658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130104058541505, 40.047531586025002 ], [ -75.131663051397098, 40.048164352892698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6044, "tnode_": 5988, "lpoly_": null, "rpoly_": null, "length": 196.16603173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1008, "r_f_add": 1001, "r_t_add": 1011, "st_code": 55140, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29808, "Shape__Length": 78.097740230102886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136118638073796, 40.047663915210698 ], [ -75.136697721011501, 40.047967093883202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6064, "tnode_": 5901, "lpoly_": null, "rpoly_": null, "length": 334.03586023999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGYLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 13140, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGYLE ST", "stname": "ARGYLE ST", "objectid": 29809, "Shape__Length": 133.16751280932547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099493880192895, 40.046792272856102 ], [ -75.098802631595703, 40.047539669313601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5986, "tnode_": 6064, "lpoly_": null, "rpoly_": null, "length": 276.40530536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 449, "r_f_add": 400, "r_t_add": 448, "st_code": 49160, "l_hundred": 400, "r_hundred": 400, "seg_id": 740280, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29810, "Shape__Length": 110.03079210334161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100324177898301, 40.047202797384699 ], [ -75.099493880192895, 40.046792272856102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5976, "tnode_": 6068, "lpoly_": null, "rpoly_": null, "length": 148.8023585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 23400, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 29811, "Shape__Length": 59.343134490740795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091100513525305, 40.0470697073563 ], [ -75.091059318622399, 40.0469334129155 ], [ -75.091264221859802, 40.046715872865001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6070, "tnode_": 5745, "lpoly_": null, "rpoly_": null, "length": 647.15707935, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 33240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740282, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29812, "Shape__Length": 258.31140080190022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129158528446098, 40.047320773210998 ], [ -75.128758972710301, 40.049070555274199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6070, "tnode_": 6043, "lpoly_": null, "rpoly_": null, "length": 278.03369441999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 516, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 22550, "l_hundred": 500, "r_hundred": 500, "seg_id": 740283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29813, "Shape__Length": 110.59204730623279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129158528446098, 40.047320773210998 ], [ -75.1293112418671, 40.047325983592202 ], [ -75.129582276903903, 40.047378231345398 ], [ -75.129826695574494, 40.047429871362397 ], [ -75.130104058541505, 40.047531586025002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6071, "tnode_": 5930, "lpoly_": null, "rpoly_": null, "length": 308.54848596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6419, "st_code": 56800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740284, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 29814, "Shape__Length": 123.00415524948849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090089578129806, 40.046501751696603 ], [ -75.089447306465402, 40.047190052586799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5976, "tnode_": 6071, "lpoly_": null, "rpoly_": null, "length": 350.58743679000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 717, "l_t_add": 799, "r_f_add": 720, "r_t_add": 798, "st_code": 50500, "l_hundred": 700, "r_hundred": 700, "seg_id": 740285, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29815, "Shape__Length": 139.59121083698159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091100513525305, 40.0470697073563 ], [ -75.090089578129806, 40.046501751696603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6073, "tnode_": 6023, "lpoly_": null, "rpoly_": null, "length": 550.5278543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLONIAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 24320, "l_hundred": 200, "r_hundred": 200, "seg_id": 740286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLONIAL ST", "stname": "COLONIAL ST", "objectid": 29816, "Shape__Length": 218.92530766002591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123210540426697, 40.047248788019999 ], [ -75.125148785033005, 40.047503691979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6082, "tnode_": 5937, "lpoly_": null, "rpoly_": null, "length": 291.88391234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6226, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 17620, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 29817, "Shape__Length": 116.357677007899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095453282422397, 40.046590075331899 ], [ -75.094839498329804, 40.047237757305702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5973, "tnode_": 6082, "lpoly_": null, "rpoly_": null, "length": 341.20666984999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 531, "l_t_add": 599, "r_f_add": 530, "r_t_add": 598, "st_code": 54840, "l_hundred": 500, "r_hundred": 500, "seg_id": 740288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 29818, "Shape__Length": 135.85120792999331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096444288300404, 40.047135270437103 ], [ -75.095453282422397, 40.046590075331899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6086, "tnode_": 5839, "lpoly_": null, "rpoly_": null, "length": 566.66634868999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6053, "st_code": 41160, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29819, "Shape__Length": 225.89462853764772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104078945408801, 40.046725063347303 ], [ -75.102878131043397, 40.047977299378502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5982, "tnode_": 6090, "lpoly_": null, "rpoly_": null, "length": 351.34859159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 530, "st_code": 28320, "l_hundred": 500, "r_hundred": 500, "seg_id": 740290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29820, "Shape__Length": 139.87004438755619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098020345589504, 40.047106025921899 ], [ -75.096973507084201, 40.046574083494903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6091, "tnode_": 5932, "lpoly_": null, "rpoly_": null, "length": 269.21925104000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6420, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 62080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740291, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29821, "Shape__Length": 107.42407730011216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087950085552706, 40.046352921152803 ], [ -75.0876378787964, 40.047051923414301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5930, "tnode_": 6091, "lpoly_": null, "rpoly_": null, "length": 518.36494101000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 63200, "l_hundred": 800, "r_hundred": 800, "seg_id": 740292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 29822, "Shape__Length": 206.3923178407222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089447306465402, 40.047190052586799 ], [ -75.087950085552706, 40.046352921152803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6095, "tnode_": 5761, "lpoly_": null, "rpoly_": null, "length": 641.93234192, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 87890, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740293, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29823, "Shape__Length": 256.22446437036353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128152342963205, 40.047198143428901 ], [ -75.127749438261404, 40.048932904452201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6095, "tnode_": 6070, "lpoly_": null, "rpoly_": null, "length": 285.21708417999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 514, "r_f_add": 501, "r_t_add": 515, "st_code": 22550, "l_hundred": 500, "r_hundred": 500, "seg_id": 740294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29824, "Shape__Length": 113.41871633428441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128152342963205, 40.047198143428901 ], [ -75.129158528446098, 40.047320773210998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6102, "tnode_": 5811, "lpoly_": null, "rpoly_": null, "length": 571.88288993999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 19140, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740295, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29825, "Shape__Length": 228.26665047403452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142899997648797, 40.047503029679703 ], [ -75.142550335415095, 40.049049744413601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6120, "tnode_": 6031, "lpoly_": null, "rpoly_": null, "length": 242.9949411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6102, "l_t_add": 6188, "r_f_add": 6113, "r_t_add": 6189, "st_code": 68600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740296, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29826, "Shape__Length": 96.757526532572527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098939159193307, 40.046506206964899 ], [ -75.098246771369801, 40.0469084412223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6064, "tnode_": 6120, "lpoly_": null, "rpoly_": null, "length": 187.02634899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 451, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 49160, "l_hundred": 400, "r_hundred": 400, "seg_id": 740297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 29827, "Shape__Length": 74.45585220422025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099493880192895, 40.046792272856102 ], [ -75.098939159193307, 40.046506206964899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6121, "tnode_": 6095, "lpoly_": null, "rpoly_": null, "length": 257.86528651000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 428, "l_t_add": 498, "r_f_add": 433, "r_t_add": 499, "st_code": 22550, "l_hundred": 400, "r_hundred": 400, "seg_id": 740298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29828, "Shape__Length": 102.54466021828415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127245850169601, 40.047072746006499 ], [ -75.128152342963205, 40.047198143428901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6122, "tnode_": 5927, "lpoly_": null, "rpoly_": null, "length": 365.07207140999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6333, "st_code": 87930, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29829, "Shape__Length": 145.71752606524387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131882513981793, 40.047176482537701 ], [ -75.131663051397098, 40.048164352892698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6122, "tnode_": 6114, "lpoly_": null, "rpoly_": null, "length": 754.49239579000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 55140, "l_hundred": 700, "r_hundred": 700, "seg_id": 740300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29830, "Shape__Length": 300.38395337485201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131882513981793, 40.047176482537701 ], [ -75.133343751672399, 40.047757875612298 ], [ -75.133555652321107, 40.047775030814698 ], [ -75.133729855519107, 40.047729682733397 ], [ -75.133887705560895, 40.0475884112643 ], [ -75.134030743352895, 40.047292929304703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6127, "tnode_": 6026, "lpoly_": null, "rpoly_": null, "length": 283.48491341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 11980, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 740301, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 29831, "Shape__Length": 112.94379804693173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082346261521906, 40.046000604268599 ], [ -75.081971961609398, 40.0462908172155 ], [ -75.081636184249007, 40.0465553693587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6066, "tnode_": 6127, "lpoly_": null, "rpoly_": null, "length": 229.86105075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1025, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 52920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 29832, "Shape__Length": 91.526035511935646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083002709004106, 40.0463795798373 ], [ -75.082346261521906, 40.046000604268599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6127, "tnode_": 6357, "lpoly_": null, "rpoly_": null, "length": 683.84374133000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 52920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 29833, "Shape__Length": 272.26210321209641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082346261521906, 40.046000604268599 ], [ -75.080354269390099, 40.044914255246603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6137, "tnode_": 5829, "lpoly_": null, "rpoly_": null, "length": 573.45974902, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 62960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 29834, "Shape__Length": 228.89690200201605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141718611184899, 40.0473549734686 ], [ -75.141376992624402, 40.048907139735697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6146, "tnode_": 6121, "lpoly_": null, "rpoly_": null, "length": 270.02625239000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 431, "st_code": 22550, "l_hundred": 400, "r_hundred": 400, "seg_id": 740305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29835, "Shape__Length": 107.3777266864812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126293426605699, 40.046955834163803 ], [ -75.127245850169601, 40.047072746006499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6149, "tnode_": 5917, "lpoly_": null, "rpoly_": null, "length": 480.35830934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRYSTAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 26280, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRYSTAL ST", "stname": "CRYSTAL ST", "objectid": 29836, "Shape__Length": 191.47707284982036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107162713744799, 40.046569142429597 ], [ -75.1061235639757, 40.047618430130797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6157, "tnode_": 6071, "lpoly_": null, "rpoly_": null, "length": 172.41062401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6370, "l_t_add": 6398, "r_f_add": 6361, "r_t_add": 6399, "st_code": 56800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 29837, "Shape__Length": 68.727918121521526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090455743143096, 40.0461212175817 ], [ -75.090089578129806, 40.046501751696603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6157, "tnode_": 5976, "lpoly_": null, "rpoly_": null, "length": 389.83204987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6370, "l_t_add": 6398, "r_f_add": 6343, "r_t_add": 6399, "st_code": 54120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740308, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 29838, "Shape__Length": 155.48420177673648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090455743143096, 40.0461212175817 ], [ -75.091100513525305, 40.0470697073563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6161, "tnode_": 5845, "lpoly_": null, "rpoly_": null, "length": 570.16310246, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88050, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 29839, "Shape__Length": 227.58092327404449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406902399589, 40.047224278976699 ], [ -75.140352845036105, 40.048767814985197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6161, "tnode_": 6137, "lpoly_": null, "rpoly_": null, "length": 291.8180495, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1311, "st_code": 37500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740310, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29840, "Shape__Length": 116.04464924295415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406902399589, 40.047224278976699 ], [ -75.141718611184899, 40.0473549734686 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6165, "tnode_": 6146, "lpoly_": null, "rpoly_": null, "length": 283.45638935, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 22550, "l_hundred": 300, "r_hundred": 300, "seg_id": 740311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29841, "Shape__Length": 112.71921265433571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125294908068994, 40.046827129948497 ], [ -75.126293426605699, 40.046955834163803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6174, "tnode_": 6027, "lpoly_": null, "rpoly_": null, "length": 289.14276395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6226, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 49585, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 29842, "Shape__Length": 115.26611741124051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094623968405102, 40.046139417124202 ], [ -75.094019726960994, 40.046783119290403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6082, "tnode_": 6174, "lpoly_": null, "rpoly_": null, "length": 284.35796031999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 54840, "l_hundred": 600, "r_hundred": 600, "seg_id": 740313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 29843, "Shape__Length": 113.21364716396552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095453282422397, 40.046590075331899 ], [ -75.094623968405102, 40.046139417124202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6180, "tnode_": 5860, "lpoly_": null, "rpoly_": null, "length": 571.57476365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 20980, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 29844, "Shape__Length": 228.14242345009521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139907191810494, 40.0471221417341 ], [ -75.139557941767194, 40.048668052749797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6180, "tnode_": 6161, "lpoly_": null, "rpoly_": null, "length": 222.36151276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1210, "l_t_add": 1298, "r_f_add": 1209, "r_t_add": 1299, "st_code": 37500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740315, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29845, "Shape__Length": 88.424826635529442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139907191810494, 40.0471221417341 ], [ -75.1406902399589, 40.047224278976699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6149, "tnode_": 6182, "lpoly_": null, "rpoly_": null, "length": 104.77041394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 251, "l_t_add": 273, "r_f_add": 250, "r_t_add": 298, "st_code": 79720, "l_hundred": 200, "r_hundred": 200, "seg_id": 740316, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29846, "Shape__Length": 41.721842540737754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107162713744799, 40.046569142429597 ], [ -75.106869534347695, 40.046390402868099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6189, "tnode_": 5871, "lpoly_": null, "rpoly_": null, "length": 571.86617691999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88030, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740317, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 29847, "Shape__Length": 228.25865912845282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139110073795393, 40.047020216327901 ], [ -75.138762364879895, 40.048567144275303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6189, "tnode_": 6180, "lpoly_": null, "rpoly_": null, "length": 226.23367047, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1208, "r_f_add": 1201, "r_t_add": 1207, "st_code": 37500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740318, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29848, "Shape__Length": 89.964125065422621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139110073795393, 40.047020216327901 ], [ -75.139907191810494, 40.0471221417341 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6090, "tnode_": 6194, "lpoly_": null, "rpoly_": null, "length": 340.42087085999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 531, "l_t_add": 599, "r_f_add": 532, "r_t_add": 598, "st_code": 28320, "l_hundred": 500, "r_hundred": 500, "seg_id": 740319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29849, "Shape__Length": 135.54958456141921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096973507084201, 40.046574083494903 ], [ -75.096002245339207, 40.046011877068999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6207, "tnode_": 6120, "lpoly_": null, "rpoly_": null, "length": 238.23953508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6100, "r_f_add": 6101, "r_t_add": 6111, "st_code": 68600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740320, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29850, "Shape__Length": 94.897436027846751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099567613990601, 40.0460652728475 ], [ -75.098939159193307, 40.046506206964899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6209, "tnode_": 5979, "lpoly_": null, "rpoly_": null, "length": 483.73707374000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 82680, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 29851, "Shape__Length": 192.82979944715672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106589771202295, 40.046217822546602 ], [ -75.105556322883402, 40.047282024134702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6182, "tnode_": 6209, "lpoly_": null, "rpoly_": null, "length": 100.43513728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 275, "l_t_add": 299, "r_f_add": 300, "r_t_add": 308, "st_code": 79720, "l_hundred": 200, "r_hundred": 300, "seg_id": 740322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29852, "Shape__Length": 39.996221476909611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106869534347695, 40.046390402868099 ], [ -75.106589771202295, 40.046217822546602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6211, "tnode_": 6157, "lpoly_": null, "rpoly_": null, "length": 105.7709063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6368, "r_f_add": 6301, "r_t_add": 6359, "st_code": 56800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740323, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 29853, "Shape__Length": 42.168016088187755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090670935442006, 40.045882570374403 ], [ -75.090455743143096, 40.0461212175817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6212, "tnode_": 6165, "lpoly_": null, "rpoly_": null, "length": 554.73035475000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 22550, "l_hundred": 200, "r_hundred": 200, "seg_id": 740324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELTEN AVE", "stname": "CHELTEN AVE", "objectid": 29854, "Shape__Length": 220.59367029063344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123341166738996, 40.0465735369662 ], [ -75.125294908068994, 40.046827129948497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6214, "tnode_": 6043, "lpoly_": null, "rpoly_": null, "length": 288.34517425000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6260, "l_t_add": 6298, "r_f_add": 6261, "r_t_add": 6299, "st_code": 87910, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29855, "Shape__Length": 115.08966117335952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130288184681305, 40.046752796695699 ], [ -75.130104058541505, 40.047531586025002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6214, "tnode_": 6122, "lpoly_": null, "rpoly_": null, "length": 474.74297626000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 55140, "l_hundred": 600, "r_hundred": 600, "seg_id": 740326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 29856, "Shape__Length": 188.85160981063837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130288184681305, 40.046752796695699 ], [ -75.130762175813004, 40.046831889191601 ], [ -75.131125378192607, 40.046911826552702 ], [ -75.131494050603493, 40.047022597001799 ], [ -75.131882513981793, 40.047176482537701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6221, "tnode_": 5971, "lpoly_": null, "rpoly_": null, "length": 435.45738225999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENTVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 25760, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 740327, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCENTVILLE RD", "stname": "CRESCENTVILLE RD", "objectid": 29857, "Shape__Length": 173.81500153762659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112590646827002, 40.046390032112299 ], [ -75.112366203475503, 40.0475729024907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6236, "tnode_": 5897, "lpoly_": null, "rpoly_": null, "length": 584.8723013, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 88010, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 29858, "Shape__Length": 233.47092363672195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137530848694198, 40.046814713300897 ], [ -75.137685825881206, 40.048415831996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6236, "tnode_": 6189, "lpoly_": null, "rpoly_": null, "length": 448.42338015999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 37500, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740329, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29859, "Shape__Length": 178.32038335042108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137530848694198, 40.046814713300897 ], [ -75.139110073795393, 40.047020216327901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6237, "tnode_": 6107, "lpoly_": null, "rpoly_": null, "length": 277.09613695999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5834, "l_t_add": 5898, "r_f_add": 5829, "r_t_add": 5899, "st_code": 59720, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740330, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 29860, "Shape__Length": 110.46016315317598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108079581229603, 40.0461471043266 ], [ -75.107493591208296, 40.046760114003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6259, "tnode_": 6031, "lpoly_": null, "rpoly_": null, "length": 462.04147091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 24160, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 29861, "Shape__Length": 184.20176938591106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099192353262296, 40.045868920592902 ], [ -75.098246771369801, 40.0469084412223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6207, "tnode_": 6259, "lpoly_": null, "rpoly_": null, "length": 127.09936895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 16920, "l_hundred": 400, "r_hundred": 400, "seg_id": 740332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29862, "Shape__Length": 50.599450540615926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099567613990601, 40.0460652728475 ], [ -75.099192353262296, 40.045868920592902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6263, "tnode_": 6091, "lpoly_": null, "rpoly_": null, "length": 319.1067153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6429, "st_code": 62080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740333, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29863, "Shape__Length": 127.3300642350308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088315638947805, 40.045523211029703 ], [ -75.087950085552706, 40.046352921152803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6071, "tnode_": 6263, "lpoly_": null, "rpoly_": null, "length": 611.33436011000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 50500, "l_hundred": 800, "r_hundred": 800, "seg_id": 740334, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29864, "Shape__Length": 243.40047631031297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090089578129806, 40.046501751696603 ], [ -75.088315638947805, 40.045523211029703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6265, "tnode_": 6095, "lpoly_": null, "rpoly_": null, "length": 296.92283505, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6216, "l_t_add": 6298, "r_f_add": 6237, "r_t_add": 6299, "st_code": 87890, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740335, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29865, "Shape__Length": 118.5134487774539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128337356382204, 40.046395553897597 ], [ -75.128152342963205, 40.047198143428901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6209, "tnode_": 6272, "lpoly_": null, "rpoly_": null, "length": 200.65183942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 329, "r_f_add": 310, "r_t_add": 322, "st_code": 79720, "l_hundred": 300, "r_hundred": 300, "seg_id": 740337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29866, "Shape__Length": 79.888441372088209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106589771202295, 40.046217822546602 ], [ -75.1060069886707, 40.045897226291402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6275, "tnode_": 6165, "lpoly_": null, "rpoly_": null, "length": 193.2561151, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6246, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 87850, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740338, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29867, "Shape__Length": 77.135941291311966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125414198288198, 40.046304601220903 ], [ -75.125294908068994, 40.046827129948497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6194, "tnode_": 6285, "lpoly_": null, "rpoly_": null, "length": 291.04566271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 639, "r_f_add": 600, "r_t_add": 630, "st_code": 28320, "l_hundred": 600, "r_hundred": 600, "seg_id": 740339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 29868, "Shape__Length": 115.86892553180638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096002245339207, 40.046011877068999 ], [ -75.095144623302403, 40.045560349538398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6296, "tnode_": 6121, "lpoly_": null, "rpoly_": null, "length": 291.35440032999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 49660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740340, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 29869, "Shape__Length": 116.29467223329678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1273990124199, 40.046281653816798 ], [ -75.127245850169601, 40.047072746006499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6307, "tnode_": 6182, "lpoly_": null, "rpoly_": null, "length": 278.20883189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5828, "l_t_add": 5898, "r_f_add": 5829, "r_t_add": 5899, "st_code": 82680, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 29870, "Shape__Length": 110.89733097740447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107468904695097, 40.045781250566897 ], [ -75.106869534347695, 40.046390402868099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6253, "tnode_": 6511, "lpoly_": null, "rpoly_": null, "length": 723.57892126000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 36900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 29871, "Shape__Length": 288.09415130433285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083055555490702, 40.045433821340602 ], [ -75.080968369665698, 40.044262426627498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6324, "tnode_": 6102, "lpoly_": null, "rpoly_": null, "length": 376.49192563999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6114, "l_t_add": 6198, "r_f_add": 6135, "r_t_add": 6199, "st_code": 19140, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740343, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29872, "Shape__Length": 150.27721895936537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143105165859694, 40.046481614637798 ], [ -75.142899997648797, 40.047503029679703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6326, "tnode_": 6212, "lpoly_": null, "rpoly_": null, "length": 192.74292373, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6244, "l_t_add": 6298, "r_f_add": 6245, "r_t_add": 6299, "st_code": 87830, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740344, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29873, "Shape__Length": 76.934315538889123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123434289665596, 40.046049297945302 ], [ -75.123341166738996, 40.0465735369662 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6363, "tnode_": 6090, "lpoly_": null, "rpoly_": null, "length": 577.85844135999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 62860, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 29874, "Shape__Length": 230.36189775192204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098177749522804, 40.045285782760303 ], [ -75.096973507084201, 40.046574083494903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6259, "tnode_": 6363, "lpoly_": null, "rpoly_": null, "length": 354.70542970999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 526, "st_code": 16920, "l_hundred": 500, "r_hundred": 500, "seg_id": 740346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29875, "Shape__Length": 141.23413138338361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099192353262296, 40.045868920592902 ], [ -75.098177749522804, 40.045285782760303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6367, "tnode_": 6230, "lpoly_": null, "rpoly_": null, "length": 288.02432719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5929, "st_code": 41160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29876, "Shape__Length": 114.83437910713204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105194674361897, 40.045410074063199 ], [ -75.104623392487596, 40.046067621821798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6272, "tnode_": 6367, "lpoly_": null, "rpoly_": null, "length": 288.46968095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 331, "l_t_add": 399, "r_f_add": 324, "r_t_add": 398, "st_code": 79720, "l_hundred": 300, "r_hundred": 300, "seg_id": 740348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29877, "Shape__Length": 114.86994068661714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1060069886707, 40.045897226291402 ], [ -75.105194674361897, 40.045410074063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6369, "tnode_": 6251, "lpoly_": null, "rpoly_": null, "length": 201.53635195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6200, "l_t_add": 6208, "r_f_add": 6201, "r_t_add": 6203, "st_code": 87930, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29878, "Shape__Length": 80.444065360277833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132123664800801, 40.046027778871 ], [ -75.132024786238304, 40.046575775645103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6369, "tnode_": 6362, "lpoly_": null, "rpoly_": null, "length": 229.88812782000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 726, "r_f_add": 701, "r_t_add": 727, "st_code": 37500, "l_hundred": 700, "r_hundred": 700, "seg_id": 740350, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29879, "Shape__Length": 91.407752332227446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132123664800801, 40.046027778871 ], [ -75.132943059108698, 40.046068626301697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6374, "tnode_": 6214, "lpoly_": null, "rpoly_": null, "length": 313.71896133000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6200, "l_t_add": 6258, "r_f_add": 6201, "r_t_add": 6259, "st_code": 87910, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29880, "Shape__Length": 125.21841942637539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130471237029894, 40.0459031703192 ], [ -75.130288184681305, 40.046752796695699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6374, "tnode_": 6376, "lpoly_": null, "rpoly_": null, "length": 230.54983411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 612, "r_f_add": 601, "r_t_add": 609, "st_code": 37500, "l_hundred": 600, "r_hundred": 600, "seg_id": 740352, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29881, "Shape__Length": 91.676672948289507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130471237029894, 40.0459031703192 ], [ -75.131286194501101, 40.045993980282397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6376, "tnode_": 6369, "lpoly_": null, "rpoly_": null, "length": 234.789966, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 614, "l_t_add": 698, "r_f_add": 611, "r_t_add": 699, "st_code": 37500, "l_hundred": 600, "r_hundred": 600, "seg_id": 740353, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29882, "Shape__Length": 93.356230212513864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131286194501101, 40.045993980282397 ], [ -75.132123664800801, 40.046027778871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6343, "tnode_": 6379, "lpoly_": null, "rpoly_": null, "length": 46.34999084, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 289, "r_f_add": 280, "r_t_add": 288, "st_code": 22600, "l_hundred": 200, "r_hundred": 200, "seg_id": 740354, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 29883, "Shape__Length": 18.455774239419746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108863414692607, 40.045555032441001 ], [ -75.108731510590601, 40.045478143075101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6382, "tnode_": 6275, "lpoly_": null, "rpoly_": null, "length": 179.97059500999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6222, "l_t_add": 6244, "r_f_add": 6227, "r_t_add": 6249, "st_code": 87850, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740355, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29884, "Shape__Length": 71.832902146176835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125523609802002, 40.0458177696623 ], [ -75.125414198288198, 40.046304601220903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6400, "tnode_": 6134, "lpoly_": null, "rpoly_": null, "length": 542.1924051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 76025, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740356, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 29885, "Shape__Length": 216.14054028156883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094177780105198, 40.0450351895335 ], [ -75.093043484114702, 40.046241546454198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6405, "tnode_": 6070, "lpoly_": null, "rpoly_": null, "length": 571.28862094, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 33240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740357, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29886, "Shape__Length": 228.0269036324583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129485670024593, 40.045772804621002 ], [ -75.129158528446098, 40.047320773210998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6405, "tnode_": 6374, "lpoly_": null, "rpoly_": null, "length": 279.98722397999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 520, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 37500, "l_hundred": 500, "r_hundred": 500, "seg_id": 740358, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29887, "Shape__Length": 111.33855868062328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129485670024593, 40.045772804621002 ], [ -75.130471237029894, 40.0459031703192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6412, "tnode_": 6410, "lpoly_": null, "rpoly_": null, "length": 181.08239181, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 150, "l_t_add": 198, "r_f_add": 151, "r_t_add": 199, "st_code": 49480, "l_hundred": 100, "r_hundred": 100, "seg_id": 740359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29888, "Shape__Length": 72.001295933393777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119934881289097, 40.045547269708401 ], [ -75.120197096952495, 40.0455505528233 ], [ -75.120580151697794, 40.045524635705299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6411, "tnode_": 6412, "lpoly_": null, "rpoly_": null, "length": 191.89553596, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 148, "r_f_add": 101, "r_t_add": 149, "st_code": 49480, "l_hundred": 100, "r_hundred": 100, "seg_id": 740360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29889, "Shape__Length": 76.299658458623128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119249810361396, 40.0455307310067 ], [ -75.119934881289097, 40.045547269708401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6432, "tnode_": 6265, "lpoly_": null, "rpoly_": null, "length": 280.48225017, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6200, "l_t_add": 6214, "r_f_add": 6201, "r_t_add": 6235, "st_code": 87890, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740361, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29890, "Shape__Length": 111.95212699771034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128498293390905, 40.045635597165301 ], [ -75.128337356382204, 40.046395553897597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6432, "tnode_": 6405, "lpoly_": null, "rpoly_": null, "length": 280.91980063, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 531, "st_code": 37500, "l_hundred": 500, "r_hundred": 500, "seg_id": 740362, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29891, "Shape__Length": 111.71045938631012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128498293390905, 40.045635597165301 ], [ -75.129485670024593, 40.045772804621002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6436, "tnode_": 6207, "lpoly_": null, "rpoly_": null, "length": 568.81915548000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 68600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740363, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29892, "Shape__Length": 226.54729944720808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101108756704704, 40.0450477909692 ], [ -75.099567613990601, 40.0460652728475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6086, "tnode_": 6436, "lpoly_": null, "rpoly_": null, "length": 1036.8559197700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 24480, "l_hundred": 400, "r_hundred": 400, "seg_id": 740364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29893, "Shape__Length": 412.84083334337657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104078945408801, 40.046725063347303 ], [ -75.10208449065, 40.0457378005122 ], [ -75.1017071525836, 40.045529298835604 ], [ -75.101108756704704, 40.0450477909692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6437, "tnode_": 6326, "lpoly_": null, "rpoly_": null, "length": 181.04118776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6220, "l_t_add": 6242, "r_f_add": 6223, "r_t_add": 6243, "st_code": 87830, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740365, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29894, "Shape__Length": 72.264855849464368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123504091798594, 40.0455552226883 ], [ -75.123434289665596, 40.046049297945302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6437, "tnode_": 6382, "lpoly_": null, "rpoly_": null, "length": 573.44007858000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAVEER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 49480, "l_hundred": 200, "r_hundred": 200, "seg_id": 740366, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W LAVEER ST", "stname": "W LAVEER ST", "objectid": 29895, "Shape__Length": 228.03043657747006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123504091798594, 40.0455552226883 ], [ -75.125523609802002, 40.0458177696623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6457, "tnode_": 6362, "lpoly_": null, "rpoly_": null, "length": 163.75845106, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6138, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 34980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 29896, "Shape__Length": 65.363045079569133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133034136168007, 40.045624573356697 ], [ -75.132943059108698, 40.046068626301697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6465, "tnode_": 6432, "lpoly_": null, "rpoly_": null, "length": 309.95073736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 426, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 37500, "l_hundred": 400, "r_hundred": 400, "seg_id": 740368, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29897, "Shape__Length": 123.25275756061764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1274067151233, 40.045493725301498 ], [ -75.128498293390905, 40.045635597165301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6466, "tnode_": 6307, "lpoly_": null, "rpoly_": null, "length": 305.66342159000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5826, "r_f_add": 5801, "r_t_add": 5827, "st_code": 82680, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 29898, "Shape__Length": 121.83883266656454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108129454331404, 40.045113172144497 ], [ -75.107468904695097, 40.045781250566897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6486, "tnode_": 6146, "lpoly_": null, "rpoly_": null, "length": 574.70149942, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 87870, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740370, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29899, "Shape__Length": 229.38498824359158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126642609877294, 40.045401204371402 ], [ -75.126293426605699, 40.046955834163803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6486, "tnode_": 6465, "lpoly_": null, "rpoly_": null, "length": 216.56734489, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 424, "r_f_add": 401, "r_t_add": 425, "st_code": 37500, "l_hundred": 400, "r_hundred": 400, "seg_id": 740371, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29900, "Shape__Length": 86.117226980471941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126642609877294, 40.045401204371402 ], [ -75.1274067151233, 40.045493725301498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6498, "tnode_": 6194, "lpoly_": null, "rpoly_": null, "length": 568.90959045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 17620, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 29901, "Shape__Length": 226.7882192720582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097196403710896, 40.044748287702902 ], [ -75.096002245339207, 40.046011877068999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6363, "tnode_": 6498, "lpoly_": null, "rpoly_": null, "length": 337.38164729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 533, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 16920, "l_hundred": 500, "r_hundred": 500, "seg_id": 740373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29902, "Shape__Length": 134.32357787713582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098177749522804, 40.045285782760303 ], [ -75.097196403710896, 40.044748287702902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6370, "tnode_": 6647, "lpoly_": null, "rpoly_": null, "length": 755.00966758999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 41740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 29903, "Shape__Length": 300.595121255425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083732190032705, 40.044860877212102 ], [ -75.081539457960403, 40.043654440468103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6516, "tnode_": 6324, "lpoly_": null, "rpoly_": null, "length": 279.28830295, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6112, "r_f_add": 6101, "r_t_add": 6133, "st_code": 19140, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740375, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29904, "Shape__Length": 111.47573373503842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143265291551899, 40.045724877055498 ], [ -75.143105165859694, 40.046481614637798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6517, "tnode_": 6382, "lpoly_": null, "rpoly_": null, "length": 202.49632430999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6220, "r_f_add": 6201, "r_t_add": 6225, "st_code": 87850, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740376, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29905, "Shape__Length": 80.825063370441995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125633079058204, 40.0452682973877 ], [ -75.125523609802002, 40.0458177696623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6517, "tnode_": 6486, "lpoly_": null, "rpoly_": null, "length": 286.75836184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 37500, "l_hundred": 300, "r_hundred": 300, "seg_id": 740377, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29906, "Shape__Length": 114.03017739548075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125633079058204, 40.0452682973877 ], [ -75.126642609877294, 40.045401204371402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6528, "tnode_": 6367, "lpoly_": null, "rpoly_": null, "length": 294.21921895999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5816, "l_t_add": 5898, "r_f_add": 5817, "r_t_add": 5899, "st_code": 41160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29907, "Shape__Length": 117.29737280656951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105789910412696, 40.044744461249401 ], [ -75.105194674361897, 40.045410074063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6530, "tnode_": 6263, "lpoly_": null, "rpoly_": null, "length": 468.7354004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 62080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740379, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 29908, "Shape__Length": 186.99262270786238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088978387182607, 40.044341588817403 ], [ -75.088315638947805, 40.045523211029703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6530, "tnode_": 6157, "lpoly_": null, "rpoly_": null, "length": 769.30297144999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6368, "r_f_add": 6301, "r_t_add": 6341, "st_code": 54120, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740380, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 29909, "Shape__Length": 306.73898782866775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088978387182607, 40.044341588817403 ], [ -75.089139220236206, 40.044562898524902 ], [ -75.089363645066697, 40.044853702839198 ], [ -75.090455743143096, 40.0461212175817 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6538, "tnode_": 6259, "lpoly_": null, "rpoly_": null, "length": 564.38622423000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 24160, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 29910, "Shape__Length": 224.9848743682912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100376452714201, 40.044615064427802 ], [ -75.099192353262296, 40.045868920592902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6560, "tnode_": 6306, "lpoly_": null, "rpoly_": null, "length": 567.62036079000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 28900, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 740382, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 29911, "Shape__Length": 226.16127223236168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085789422874697, 40.044105556859598 ], [ -75.084400175119598, 40.045240410038303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6564, "tnode_": 6437, "lpoly_": null, "rpoly_": null, "length": 202.24946894000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6221, "st_code": 87830, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740383, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29912, "Shape__Length": 80.730972809717514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123568369266295, 40.045002226462501 ], [ -75.123504091798594, 40.0455552226883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6564, "tnode_": 6517, "lpoly_": null, "rpoly_": null, "length": 586.134627, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 37500, "l_hundred": 200, "r_hundred": 200, "seg_id": 740384, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29913, "Shape__Length": 233.07613963893047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123568369266295, 40.045002226462501 ], [ -75.125633079058204, 40.0452682973877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6569, "tnode_": 6272, "lpoly_": null, "rpoly_": null, "length": 589.31098723999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 67560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29914, "Shape__Length": 234.90540836470257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107272888235698, 40.044604760005797 ], [ -75.1060069886707, 40.045897226291402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6466, "tnode_": 6569, "lpoly_": null, "rpoly_": null, "length": 303.0075526, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 321, "r_f_add": 300, "r_t_add": 318, "st_code": 22600, "l_hundred": 300, "r_hundred": 300, "seg_id": 740386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 29915, "Shape__Length": 120.65526885025088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108129454331404, 40.045113172144497 ], [ -75.107272888235698, 40.044604760005797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6582, "tnode_": 6416, "lpoly_": null, "rpoly_": null, "length": 257.08986115000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 62760, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 29916, "Shape__Length": 102.61531092992152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122810025672095, 40.044901582465201 ], [ -75.122671336507807, 40.045599228313897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6582, "tnode_": 6564, "lpoly_": null, "rpoly_": null, "length": 215.4593192, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 178, "l_t_add": 198, "r_f_add": 181, "r_t_add": 199, "st_code": 37500, "l_hundred": 100, "r_hundred": 100, "seg_id": 740388, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29917, "Shape__Length": 85.677604269816655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122810025672095, 40.044901582465201 ], [ -75.123568369266295, 40.045002226462501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6592, "tnode_": 6285, "lpoly_": null, "rpoly_": null, "length": 574.58930151999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 49585, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740389, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 29918, "Shape__Length": 229.04611542884402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096359793190601, 40.044289253089502 ], [ -75.095144623302403, 40.045560349538398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6498, "tnode_": 6592, "lpoly_": null, "rpoly_": null, "length": 287.79574039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 639, "r_f_add": 600, "r_t_add": 638, "st_code": 16920, "l_hundred": 600, "r_hundred": 600, "seg_id": 740390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 29919, "Shape__Length": 114.58119074288628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097196403710896, 40.044748287702902 ], [ -75.096359793190601, 40.044289253089502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6594, "tnode_": 6415, "lpoly_": null, "rpoly_": null, "length": 270.01151017000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HANCOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 40340, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HANCOCK ST", "stname": "N HANCOCK ST", "objectid": 29920, "Shape__Length": 107.77183413934647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122141629374497, 40.044819788073703 ], [ -75.121989006123002, 40.045551660729302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6594, "tnode_": 6582, "lpoly_": null, "rpoly_": null, "length": 189.49167071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 152, "l_t_add": 176, "r_f_add": 161, "r_t_add": 179, "st_code": 37500, "l_hundred": 100, "r_hundred": 100, "seg_id": 740392, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29921, "Shape__Length": 75.350181815555899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122141629374497, 40.044819788073703 ], [ -75.122810025672095, 40.044901582465201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6538, "tnode_": 6603, "lpoly_": null, "rpoly_": null, "length": 180.17521657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 503, "l_t_add": 537, "r_f_add": 504, "r_t_add": 536, "st_code": 24480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29922, "Shape__Length": 71.737502302091173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100376452714201, 40.044615064427802 ], [ -75.099857918224501, 40.044322138881803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6610, "tnode_": 6486, "lpoly_": null, "rpoly_": null, "length": 197.93072306, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6144, "l_t_add": 6198, "r_f_add": 6145, "r_t_add": 6199, "st_code": 87870, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740394, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29923, "Shape__Length": 79.000639207738914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126761190248104, 40.044865559195401 ], [ -75.126642609877294, 40.045401204371402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6613, "tnode_": 6342, "lpoly_": null, "rpoly_": null, "length": 439.57188831999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 87990, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 29924, "Shape__Length": 175.44671075768082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136299088566403, 40.045050591941603 ], [ -75.136021526443201, 40.046238262411201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6615, "tnode_": 6414, "lpoly_": null, "rpoly_": null, "length": 288.39360956999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 54200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 29925, "Shape__Length": 115.10740390347627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121434425716501, 40.044740309391102 ], [ -75.121262099906801, 40.045520826423697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6615, "tnode_": 6594, "lpoly_": null, "rpoly_": null, "length": 200.10533206, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 130, "l_t_add": 150, "r_f_add": 143, "r_t_add": 159, "st_code": 37500, "l_hundred": 100, "r_hundred": 100, "seg_id": 740397, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29926, "Shape__Length": 79.569349998409663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121434425716501, 40.044740309391102 ], [ -75.122141629374497, 40.044819788073703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6627, "tnode_": 6613, "lpoly_": null, "rpoly_": null, "length": 190.46671367, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 73640, "l_hundred": 900, "r_hundred": 900, "seg_id": 740398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29927, "Shape__Length": 75.738438932122136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135627679792805, 40.044966335454902 ], [ -75.136299088566403, 40.045050591941603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6629, "tnode_": 6410, "lpoly_": null, "rpoly_": null, "length": 321.44802194, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 43800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 29928, "Shape__Length": 128.30017348051081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120773993521397, 40.044654890483699 ], [ -75.120580151697794, 40.045524635705299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6629, "tnode_": 6615, "lpoly_": null, "rpoly_": null, "length": 187.50501258, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 120, "l_t_add": 128, "r_f_add": 125, "r_t_add": 141, "st_code": 37500, "l_hundred": 100, "r_hundred": 100, "seg_id": 740400, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29929, "Shape__Length": 74.560850726497051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120773993521397, 40.044654890483699 ], [ -75.121434425716501, 40.044740309391102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6632, "tnode_": 6517, "lpoly_": null, "rpoly_": null, "length": 199.1360326, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6138, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 87850, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740401, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29930, "Shape__Length": 79.481881043447544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1257501888485, 40.044729106381098 ], [ -75.125633079058204, 40.0452682973877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6632, "tnode_": 6610, "lpoly_": null, "rpoly_": null, "length": 287.38698805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 73600, "l_hundred": 300, "r_hundred": 300, "seg_id": 740402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29931, "Shape__Length": 114.27988507669238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1257501888485, 40.044729106381098 ], [ -75.126761190248104, 40.044865559195401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6641, "tnode_": 6412, "lpoly_": null, "rpoly_": null, "length": 362.33545328999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 43480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 29932, "Shape__Length": 144.61966876952866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120152807867697, 40.044566819823899 ], [ -75.119934881289097, 40.045547269708401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6641, "tnode_": 6629, "lpoly_": null, "rpoly_": null, "length": 176.85160527, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 96, "l_t_add": 118, "r_f_add": 107, "r_t_add": 123, "st_code": 37500, "l_hundred": 0, "r_hundred": 100, "seg_id": 740404, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29933, "Shape__Length": 70.325956989293246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120152807867697, 40.044566819823899 ], [ -75.120773993521397, 40.044654890483699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6648, "tnode_": 6363, "lpoly_": null, "rpoly_": null, "length": 560.63135152000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 62860, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 29934, "Shape__Length": 223.48168181575599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099362598389106, 40.044045113695901 ], [ -75.098177749522804, 40.045285782760303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6603, "tnode_": 6648, "lpoly_": null, "rpoly_": null, "length": 171.51013902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 539, "l_t_add": 555, "r_f_add": 538, "r_t_add": 554, "st_code": 24480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29935, "Shape__Length": 68.285955013864211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099857918224501, 40.044322138881803 ], [ -75.099362598389106, 40.044045113695901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6654, "tnode_": 6411, "lpoly_": null, "rpoly_": null, "length": 383.61614584, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6238, "r_f_add": 6201, "r_t_add": 6219, "st_code": 35200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 29936, "Shape__Length": 153.11675550527838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119456355828405, 40.0444896933151 ], [ -75.119249810361396, 40.0455307310067 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6654, "tnode_": 6641, "lpoly_": null, "rpoly_": null, "length": 197.00398801, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 94, "r_f_add": 1, "r_t_add": 105, "st_code": 37500, "l_hundred": 0, "r_hundred": 0, "seg_id": 740408, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 29937, "Shape__Length": 78.335664775920591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119456355828405, 40.0444896933151 ], [ -75.120152807867697, 40.044566819823899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6569, "tnode_": 6660, "lpoly_": null, "rpoly_": null, "length": 303.67365436, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 323, "l_t_add": 399, "r_f_add": 320, "r_t_add": 398, "st_code": 22600, "l_hundred": 300, "r_hundred": 300, "seg_id": 740409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 29938, "Shape__Length": 120.91262564029871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107272888235698, 40.044604760005797 ], [ -75.106404473071905, 40.044105312154102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6665, "tnode_": 6564, "lpoly_": null, "rpoly_": null, "length": 201.09533942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6138, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 87830, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740410, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29939, "Shape__Length": 80.268518066510794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123645293231306, 40.044453371240799 ], [ -75.123568369266295, 40.045002226462501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6665, "tnode_": 6632, "lpoly_": null, "rpoly_": null, "length": 597.81971096000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 73600, "l_hundred": 200, "r_hundred": 200, "seg_id": 740411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29940, "Shape__Length": 237.72163545707781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123645293231306, 40.044453371240799 ], [ -75.1257501888485, 40.044729106381098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6677, "tnode_": 6457, "lpoly_": null, "rpoly_": null, "length": 354.15827244000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6136, "r_f_add": 6101, "r_t_add": 6141, "st_code": 34980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 29941, "Shape__Length": 141.35566629372053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133249908101803, 40.044666615471897 ], [ -75.133034136168007, 40.045624573356697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6680, "tnode_": 6562, "lpoly_": null, "rpoly_": null, "length": 298.43815128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5916, "r_f_add": 5901, "r_t_add": 5919, "st_code": 68600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740413, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29942, "Shape__Length": 118.86585942599757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102671618144598, 40.044003385091699 ], [ -75.101873910099101, 40.044546782415999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6367, "tnode_": 6680, "lpoly_": null, "rpoly_": null, "length": 872.68621745999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 79720, "l_hundred": 400, "r_hundred": 400, "seg_id": 740414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29943, "Shape__Length": 347.4566419082617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105194674361897, 40.045410074063199 ], [ -75.102671618144598, 40.044003385091699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6689, "tnode_": 6369, "lpoly_": null, "rpoly_": null, "length": 540.11015792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 87930, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740415, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 29944, "Shape__Length": 215.57174197371643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132476161193296, 40.044570074403303 ], [ -75.132123664800801, 40.046027778871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6689, "tnode_": 6677, "lpoly_": null, "rpoly_": null, "length": 219.46678188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 748, "r_f_add": 701, "r_t_add": 749, "st_code": 73640, "l_hundred": 700, "r_hundred": 700, "seg_id": 740416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29945, "Shape__Length": 87.269615381341097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132476161193296, 40.044570074403303 ], [ -75.133249908101803, 40.044666615471897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6691, "tnode_": 6400, "lpoly_": null, "rpoly_": null, "length": 581.09379387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 76025, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740417, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 29946, "Shape__Length": 231.63543490301399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095410025235196, 40.043751587665803 ], [ -75.094177780105198, 40.0450351895335 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6520, "tnode_": 6789, "lpoly_": null, "rpoly_": null, "length": 794.758318, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 63200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 29947, "Shape__Length": 316.42505026228707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084417187521098, 40.044308424691799 ], [ -75.082898522692602, 40.043467012696397 ], [ -75.082236389194193, 40.043097300680301 ], [ -75.082119392173496, 40.043027538913798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6648, "tnode_": 6697, "lpoly_": null, "rpoly_": null, "length": 167.31605191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 557, "l_t_add": 569, "r_f_add": 556, "r_t_add": 568, "st_code": 24480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29948, "Shape__Length": 66.611480552324053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099362598389106, 40.044045113695901 ], [ -75.098873312085004, 40.043781404942102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6701, "tnode_": 6610, "lpoly_": null, "rpoly_": null, "length": 181.10975606, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6120, "l_t_add": 6142, "r_f_add": 6121, "r_t_add": 6143, "st_code": 87870, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740420, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29949, "Shape__Length": 72.286392833035691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126869044996099, 40.044375350944399 ], [ -75.126761190248104, 40.044865559195401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6707, "tnode_": 6376, "lpoly_": null, "rpoly_": null, "length": 566.11158775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 53860, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 29950, "Shape__Length": 225.95244172256497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131635810327396, 40.044463343871897 ], [ -75.131286194501101, 40.045993980282397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6707, "tnode_": 6689, "lpoly_": null, "rpoly_": null, "length": 238.46943602000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 73640, "l_hundred": 600, "r_hundred": 600, "seg_id": 740422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29951, "Shape__Length": 94.826101067473729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131635810327396, 40.044463343871897 ], [ -75.132476161193296, 40.044570074403303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6649, "tnode_": 6708, "lpoly_": null, "rpoly_": null, "length": 179.01249518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1010, "st_code": 50500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740423, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29952, "Shape__Length": 71.274477578153508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085033243180007, 40.043740335220598 ], [ -75.084519238165598, 40.043448073665502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6722, "tnode_": 6615, "lpoly_": null, "rpoly_": null, "length": 205.71486715999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6139, "r_t_add": 6199, "st_code": 54200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740424, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 29953, "Shape__Length": 82.107495140512128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121552426330993, 40.044182928047 ], [ -75.121434425716501, 40.044740309391102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6722, "tnode_": 6665, "lpoly_": null, "rpoly_": null, "length": 594.17975271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 132, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 73600, "l_hundred": 100, "r_hundred": 100, "seg_id": 740425, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29954, "Shape__Length": 236.27257270531192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121552426330993, 40.044182928047 ], [ -75.123645293231306, 40.044453371240799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6723, "tnode_": 6466, "lpoly_": null, "rpoly_": null, "length": 546.15180224999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 82680, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEYMOUTH ST", "stname": "WEYMOUTH ST", "objectid": 29955, "Shape__Length": 217.69804374902344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109305128538594, 40.043916809194897 ], [ -75.108129454331404, 40.045113172144497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6678, "tnode_": 6723, "lpoly_": null, "rpoly_": null, "length": 86.01954518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 300, "r_t_add": 304, "st_code": 70900, "l_hundred": 200, "r_hundred": 300, "seg_id": 740427, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 29956, "Shape__Length": 34.237466679080214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1095673017862, 40.044031264990302 ], [ -75.109528588054502, 40.044029385758499 ], [ -75.109490049422305, 40.044018518260501 ], [ -75.109305128538594, 40.043916809194897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6728, "tnode_": 6374, "lpoly_": null, "rpoly_": null, "length": 571.42296691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 87910, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 29957, "Shape__Length": 228.07628675669017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130794959791402, 40.044354404451603 ], [ -75.130471237029894, 40.0459031703192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6728, "tnode_": 6707, "lpoly_": null, "rpoly_": null, "length": 238.74026634999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 649, "st_code": 73640, "l_hundred": 600, "r_hundred": 600, "seg_id": 740429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29958, "Shape__Length": 94.934038480193252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130794959791402, 40.044354404451603 ], [ -75.131635810327396, 40.044463343871897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6730, "tnode_": 6632, "lpoly_": null, "rpoly_": null, "length": 178.32263666, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6122, "l_t_add": 6136, "r_f_add": 6121, "r_t_add": 6137, "st_code": 87850, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740430, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29959, "Shape__Length": 71.173822025921552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125856444473996, 40.044246449913501 ], [ -75.1257501888485, 40.044729106381098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6730, "tnode_": 6701, "lpoly_": null, "rpoly_": null, "length": 287.36765372999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 69420, "l_hundred": 300, "r_hundred": 300, "seg_id": 740431, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEMAR ST", "stname": "ROSEMAR ST", "objectid": 29960, "Shape__Length": 114.26992385379785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125856444473996, 40.044246449913501 ], [ -75.126869044996099, 40.044375350944399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6750, "tnode_": 6680, "lpoly_": null, "rpoly_": null, "length": 211.23938518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5840, "l_t_add": 5898, "r_f_add": 5843, "r_t_add": 5899, "st_code": 68600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740432, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29961, "Shape__Length": 84.123083987774834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103253517157796, 40.043634279387298 ], [ -75.102671618144598, 40.044003385091699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6753, "tnode_": 6405, "lpoly_": null, "rpoly_": null, "length": 570.20427533999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 33240, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740433, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 29962, "Shape__Length": 227.58534625947078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1298368726072, 40.044230975903297 ], [ -75.129485670024593, 40.045772804621002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6753, "tnode_": 6728, "lpoly_": null, "rpoly_": null, "length": 271.98511803999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 550, "l_t_add": 598, "r_f_add": 551, "r_t_add": 599, "st_code": 73640, "l_hundred": 500, "r_hundred": 500, "seg_id": 740434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29963, "Shape__Length": 108.15339608808938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1298368726072, 40.044230975903297 ], [ -75.130794959791402, 40.044354404451603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6758, "tnode_": 6498, "lpoly_": null, "rpoly_": null, "length": 561.53960118999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 17620, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 29964, "Shape__Length": 223.8542784669406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0983592012918, 40.043492299293703 ], [ -75.097196403710896, 40.044748287702902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6697, "tnode_": 6758, "lpoly_": null, "rpoly_": null, "length": 178.35497822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 571, "l_t_add": 599, "r_f_add": 570, "r_t_add": 598, "st_code": 24480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29965, "Shape__Length": 71.011316477253615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098873312085004, 40.043781404942102 ], [ -75.0983592012918, 40.043492299293703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6767, "tnode_": 6654, "lpoly_": null, "rpoly_": null, "length": 204.90727839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 35200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740438, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 29966, "Shape__Length": 81.784113499673978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119579089410806, 40.0439351647412 ], [ -75.119456355828405, 40.0444896933151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6767, "tnode_": 6722, "lpoly_": null, "rpoly_": null, "length": 559.81552065000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 130, "r_f_add": 1, "r_t_add": 131, "st_code": 73600, "l_hundred": 0, "r_hundred": 0, "seg_id": 740439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 29967, "Shape__Length": 222.60564070471929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119579089410806, 40.0439351647412 ], [ -75.121552426330993, 40.044182928047 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6775, "tnode_": 6432, "lpoly_": null, "rpoly_": null, "length": 568.88758752000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 87890, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740440, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 29968, "Shape__Length": 227.0612630204169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128835910834496, 40.044095642344502 ], [ -75.128498293390905, 40.045635597165301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6775, "tnode_": 6753, "lpoly_": null, "rpoly_": null, "length": 284.55057246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 548, "r_f_add": 501, "r_t_add": 549, "st_code": 73640, "l_hundred": 500, "r_hundred": 500, "seg_id": 740441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29969, "Shape__Length": 113.15096838724091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128835910834496, 40.044095642344502 ], [ -75.1298368726072, 40.044230975903297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6780, "tnode_": 6516, "lpoly_": null, "rpoly_": null, "length": 476.53656372, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 19140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 29970, "Shape__Length": 190.20137638792022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143549677351103, 40.0444351171408 ], [ -75.143265291551899, 40.045724877055498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6708, "tnode_": 6783, "lpoly_": null, "rpoly_": null, "length": 211.07628907, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1015, "l_t_add": 1035, "r_f_add": 1012, "r_t_add": 1024, "st_code": 50500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740443, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29971, "Shape__Length": 84.034529793896695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084519238165598, 40.043448073665502 ], [ -75.0839049190662, 40.043112204880302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6786, "tnode_": 6665, "lpoly_": null, "rpoly_": null, "length": 180.29126599, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6122, "l_t_add": 6136, "r_f_add": 6121, "r_t_add": 6137, "st_code": 87830, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740444, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 29972, "Shape__Length": 71.964700601949616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123704995500603, 40.043960582298602 ], [ -75.123645293231306, 40.044453371240799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6786, "tnode_": 6730, "lpoly_": null, "rpoly_": null, "length": 611.29441055999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 69420, "l_hundred": 200, "r_hundred": 200, "seg_id": 740445, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEMAR ST", "stname": "ROSEMAR ST", "objectid": 29973, "Shape__Length": 243.07883226011882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123704995500603, 40.043960582298602 ], [ -75.125856444473996, 40.044246449913501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6793, "tnode_": 6750, "lpoly_": null, "rpoly_": null, "length": 95.40784678, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5830, "l_t_add": 5838, "r_f_add": 5833, "r_t_add": 5841, "st_code": 68600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740446, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29974, "Shape__Length": 37.991147039096589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103521478955003, 40.043472479422498 ], [ -75.103253517157796, 40.043634279387298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6803, "tnode_": 6465, "lpoly_": null, "rpoly_": null, "length": 567.98245654999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 49660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740447, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 29975, "Shape__Length": 226.69619014470598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127765998253906, 40.043959193615002 ], [ -75.1274067151233, 40.045493725301498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6803, "tnode_": 6775, "lpoly_": null, "rpoly_": null, "length": 303.64859241, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 426, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 73640, "l_hundred": 400, "r_hundred": 400, "seg_id": 740448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29976, "Shape__Length": 120.74347748859125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127765998253906, 40.043959193615002 ], [ -75.128835910834496, 40.044095642344502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6805, "tnode_": 6496, "lpoly_": null, "rpoly_": null, "length": 524.91987115999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 62960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740449, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 29977, "Shape__Length": 209.53013144919194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142393099007293, 40.044286151893502 ], [ -75.142370057060006, 40.044390688647901 ], [ -75.142249755191301, 40.045722423082402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6815, "tnode_": 6538, "lpoly_": null, "rpoly_": null, "length": 556.96295988999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 24160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740450, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 29978, "Shape__Length": 222.02211496737539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101544029798404, 40.0433771832937 ], [ -75.100376452714201, 40.044615064427802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6817, "tnode_": 6660, "lpoly_": null, "rpoly_": null, "length": 272.11124737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5738, "l_t_add": 5798, "r_f_add": 5739, "r_t_add": 5799, "st_code": 41160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 29979, "Shape__Length": 108.46425524169715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106988575555505, 40.0435082869475 ], [ -75.106404473071905, 40.044105312154102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6758, "tnode_": 6824, "lpoly_": null, "rpoly_": null, "length": 180.26439944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 616, "st_code": 24480, "l_hundred": 600, "r_hundred": 600, "seg_id": 740452, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29980, "Shape__Length": 71.764910287345089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0983592012918, 40.043492299293703 ], [ -75.0978307462819, 40.043209621401601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6826, "tnode_": 6701, "lpoly_": null, "rpoly_": null, "length": 188.3934004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 87870, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740453, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 29981, "Shape__Length": 75.191648618159917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126989909202194, 40.043866600162602 ], [ -75.126869044996099, 40.044375350944399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6826, "tnode_": 6803, "lpoly_": null, "rpoly_": null, "length": 219.89112956, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 424, "r_f_add": 401, "r_t_add": 425, "st_code": 73640, "l_hundred": 400, "r_hundred": 400, "seg_id": 740454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29982, "Shape__Length": 87.43670281229933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126989909202194, 40.043866600162602 ], [ -75.127765998253906, 40.043959193615002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6830, "tnode_": 6793, "lpoly_": null, "rpoly_": null, "length": 85.72935494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5820, "l_t_add": 5828, "r_f_add": 5825, "r_t_add": 5831, "st_code": 68600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740455, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 29983, "Shape__Length": 34.147587309971478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103746612803704, 40.043312971074997 ], [ -75.103521478955003, 40.043472479422498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6835, "tnode_": 6569, "lpoly_": null, "rpoly_": null, "length": 539.69964126000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 67560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 29984, "Shape__Length": 215.11935575108652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108444555854703, 40.043428310972601 ], [ -75.107272888235698, 40.044604760005797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6723, "tnode_": 6835, "lpoly_": null, "rpoly_": null, "length": 299.53369055999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 323, "r_f_add": 306, "r_t_add": 332, "st_code": 70900, "l_hundred": 300, "r_hundred": 300, "seg_id": 740457, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 29985, "Shape__Length": 119.26020744349313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109305128538594, 40.043916809194897 ], [ -75.108444555854703, 40.043428310972601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6842, "tnode_": 6722, "lpoly_": null, "rpoly_": null, "length": 181.4927824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6120, "l_t_add": 6138, "r_f_add": 6121, "r_t_add": 6137, "st_code": 54200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 29986, "Shape__Length": 72.4397819356588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121651705259495, 40.0436905867967 ], [ -75.121552426330993, 40.044182928047 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6842, "tnode_": 6786, "lpoly_": null, "rpoly_": null, "length": 583.23203343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 134, "l_t_add": 198, "r_f_add": 133, "r_t_add": 199, "st_code": 69420, "l_hundred": 100, "r_hundred": 100, "seg_id": 740459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEMAR ST", "stname": "ROSEMAR ST", "objectid": 29987, "Shape__Length": 231.91845416635562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121651705259495, 40.0436905867967 ], [ -75.123704995500603, 40.043960582298602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6847, "tnode_": 6730, "lpoly_": null, "rpoly_": null, "length": 188.09763206, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6119, "st_code": 87850, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740460, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 29988, "Shape__Length": 75.074542657197412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125970043444596, 40.043737534961302 ], [ -75.125856444473996, 40.044246449913501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6847, "tnode_": 6826, "lpoly_": null, "rpoly_": null, "length": 289.38642980999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 73640, "l_hundred": 300, "r_hundred": 300, "seg_id": 740461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29989, "Shape__Length": 115.07167640341277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125970043444596, 40.043737534961302 ], [ -75.126989909202194, 40.043866600162602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6858, "tnode_": 6592, "lpoly_": null, "rpoly_": null, "length": 559.40534598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 49585, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740462, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 29990, "Shape__Length": 222.99209234591751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097537440226404, 40.043048713560097 ], [ -75.096359793190601, 40.044289253089502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6824, "tnode_": 6858, "lpoly_": null, "rpoly_": null, "length": 100.89408192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 619, "l_t_add": 625, "r_f_add": 618, "r_t_add": 624, "st_code": 24480, "l_hundred": 600, "r_hundred": 600, "seg_id": 740463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29991, "Shape__Length": 40.168504446391786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0978307462819, 40.043209621401601 ], [ -75.097537440226404, 40.043048713560097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6869, "tnode_": 6847, "lpoly_": null, "rpoly_": null, "length": 205.15500617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 250, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 73640, "l_hundred": 200, "r_hundred": 200, "seg_id": 740464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29992, "Shape__Length": 81.579048661613456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1252485370904, 40.043639261127304 ], [ -75.125970043444596, 40.043737534961302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6783, "tnode_": 6870, "lpoly_": null, "rpoly_": null, "length": 215.89765766000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1037, "l_t_add": 1057, "r_f_add": 1026, "r_t_add": 1038, "st_code": 50500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740465, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 29993, "Shape__Length": 85.956861192430978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0839049190662, 40.043112204880302 ], [ -75.083281135564505, 40.042763784937598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6881, "tnode_": 6603, "lpoly_": null, "rpoly_": null, "length": 556.56231668000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MALTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 53060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740466, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MALTA ST", "stname": "MALTA ST", "objectid": 29994, "Shape__Length": 221.85983160899508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101027799796398, 40.0430869065096 ], [ -75.099857918224501, 40.044322138881803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6815, "tnode_": 6881, "lpoly_": null, "rpoly_": null, "length": 179.08643991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 533, "l_t_add": 539, "r_f_add": 546, "r_t_add": 558, "st_code": 79720, "l_hundred": 500, "r_hundred": 500, "seg_id": 740467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 29995, "Shape__Length": 71.30211109175346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101544029798404, 40.0433771832937 ], [ -75.101027799796398, 40.0430869065096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6884, "tnode_": 6869, "lpoly_": null, "rpoly_": null, "length": 201.87149842, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 224, "l_t_add": 248, "r_f_add": 223, "r_t_add": 249, "st_code": 73640, "l_hundred": 200, "r_hundred": 200, "seg_id": 740468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 29996, "Shape__Length": 80.273189998139443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124538498559602, 40.043542911723797 ], [ -75.1252485370904, 40.043639261127304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6858, "tnode_": 6890, "lpoly_": null, "rpoly_": null, "length": 70.95871285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 627, "l_t_add": 637, "r_f_add": 626, "r_t_add": 636, "st_code": 24480, "l_hundred": 600, "r_hundred": 600, "seg_id": 740469, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 29997, "Shape__Length": 28.251911802581375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097537440226404, 40.043048713560097 ], [ -75.097333260742502, 40.0429333173647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6893, "tnode_": 6767, "lpoly_": null, "rpoly_": null, "length": 181.36949692000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6120, "l_t_add": 6138, "r_f_add": 6121, "r_t_add": 6139, "st_code": 35200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740470, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 29998, "Shape__Length": 72.388884741107731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119688411642201, 40.0434444253099 ], [ -75.119579089410806, 40.0439351647412 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6893, "tnode_": 6842, "lpoly_": null, "rpoly_": null, "length": 556.95026293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEMAR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 132, "r_f_add": 1, "r_t_add": 131, "st_code": 69420, "l_hundred": 0, "r_hundred": 0, "seg_id": 740471, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEMAR ST", "stname": "ROSEMAR ST", "objectid": 29999, "Shape__Length": 221.4646314252754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119688411642201, 40.0434444253099 ], [ -75.121651705259495, 40.0436905867967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6870, "tnode_": 6935, "lpoly_": null, "rpoly_": null, "length": 208.23116634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1059, "l_t_add": 1099, "r_f_add": 1040, "r_t_add": 1098, "st_code": 50500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740472, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 30000, "Shape__Length": 82.902782145389125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083281135564505, 40.042763784937598 ], [ -75.082677613413395, 40.042429747584499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6900, "tnode_": 6786, "lpoly_": null, "rpoly_": null, "length": 187.87773285, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6119, "st_code": 87830, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740473, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30001, "Shape__Length": 74.992315526620317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123767606205107, 40.043447085783498 ], [ -75.123704995500603, 40.043960582298602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6900, "tnode_": 6884, "lpoly_": null, "rpoly_": null, "length": 218.63972162000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 222, "r_f_add": 201, "r_t_add": 221, "st_code": 73640, "l_hundred": 200, "r_hundred": 200, "seg_id": 740474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 30002, "Shape__Length": 86.939236930552894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123767606205107, 40.043447085783498 ], [ -75.124538498559602, 40.043542911723797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6901, "tnode_": 6678, "lpoly_": null, "rpoly_": null, "length": 317.26892355999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 59720, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740475, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 30003, "Shape__Length": 126.59136462683159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109934583922495, 40.043207340156002 ], [ -75.1095673017862, 40.044031264990302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6903, "tnode_": 6775, "lpoly_": null, "rpoly_": null, "length": 190.76257923, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 87890, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740476, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30004, "Shape__Length": 76.137393537421332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128955259917902, 40.043580073255299 ], [ -75.128835910834496, 40.044095642344502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6911, "tnode_": 6815, "lpoly_": null, "rpoly_": null, "length": 203.9931881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5842, "l_t_add": 5898, "r_f_add": 5843, "r_t_add": 5899, "st_code": 24160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30005, "Shape__Length": 81.318863672410643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101967611007694, 40.042921556722398 ], [ -75.101544029798404, 40.0433771832937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6750, "tnode_": 6911, "lpoly_": null, "rpoly_": null, "length": 443.88171011000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 545, "r_f_add": 500, "r_t_add": 550, "st_code": 11760, "l_hundred": 500, "r_hundred": 500, "seg_id": 740478, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30006, "Shape__Length": 176.72421487469276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103253517157796, 40.043634279387298 ], [ -75.101967611007694, 40.042921556722398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6924, "tnode_": 6908, "lpoly_": null, "rpoly_": null, "length": 223.16217472, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 22280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30007, "Shape__Length": 88.738438787224595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137422501636095, 40.043647733405002 ], [ -75.138208603953103, 40.0437489858354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6934, "tnode_": 6648, "lpoly_": null, "rpoly_": null, "length": 558.65937229000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 62860, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740480, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 30008, "Shape__Length": 222.69036998974366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100545546034795, 40.042810101129596 ], [ -75.099362598389106, 40.044045113695901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6881, "tnode_": 6934, "lpoly_": null, "rpoly_": null, "length": 168.51998716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 541, "l_t_add": 555, "r_f_add": 560, "r_t_add": 574, "st_code": 79720, "l_hundred": 500, "r_hundred": 500, "seg_id": 740481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30009, "Shape__Length": 67.097354150733935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101027799796398, 40.0430869065096 ], [ -75.100545546034795, 40.042810101129596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6946, "tnode_": 6826, "lpoly_": null, "rpoly_": null, "length": 189.82579045, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6042, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 87870, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740483, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30010, "Shape__Length": 75.765385181909977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127093845498905, 40.0433516655579 ], [ -75.126989909202194, 40.043866600162602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6946, "tnode_": 6903, "lpoly_": null, "rpoly_": null, "length": 527.76073198000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 33840, "l_hundred": 400, "r_hundred": 400, "seg_id": 740484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERN ST", "stname": "FERN ST", "objectid": 30011, "Shape__Length": 209.85656198494604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127093845498905, 40.0433516655579 ], [ -75.128955259917902, 40.043580073255299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6950, "tnode_": 6842, "lpoly_": null, "rpoly_": null, "length": 188.38978605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 54200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30012, "Shape__Length": 75.191807497201069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121756567650394, 40.043179753528797 ], [ -75.121651705259495, 40.0436905867967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6950, "tnode_": 6900, "lpoly_": null, "rpoly_": null, "length": 571.4133737200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 134, "l_t_add": 198, "r_f_add": 135, "r_t_add": 199, "st_code": 73640, "l_hundred": 100, "r_hundred": 100, "seg_id": 740486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 30013, "Shape__Length": 227.21767192984996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121756567650394, 40.043179753528797 ], [ -75.123767606205107, 40.043447085783498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6955, "tnode_": 6817, "lpoly_": null, "rpoly_": null, "length": 273.16991144999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5730, "l_t_add": 5736, "r_f_add": 5731, "r_t_add": 5737, "st_code": 41160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 30014, "Shape__Length": 108.88192047428626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1075812892866, 40.042912636534602 ], [ -75.106988575555505, 40.0435082869475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6835, "tnode_": 6955, "lpoly_": null, "rpoly_": null, "length": 306.11551906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 325, "l_t_add": 399, "r_f_add": 334, "r_t_add": 398, "st_code": 70900, "l_hundred": 300, "r_hundred": 300, "seg_id": 740488, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30015, "Shape__Length": 121.89124918239679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108444555854703, 40.043428310972601 ], [ -75.1075812892866, 40.042912636534602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6965, "tnode_": 6942, "lpoly_": null, "rpoly_": null, "length": 227.98051661, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 926, "l_t_add": 998, "r_f_add": 927, "r_t_add": 999, "st_code": 22280, "l_hundred": 900, "r_hundred": 900, "seg_id": 740489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30016, "Shape__Length": 90.653934515030116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135837232987896, 40.0434358930071 ], [ -75.136640527377907, 40.043538309794101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6969, "tnode_": 6847, "lpoly_": null, "rpoly_": null, "length": 193.4372137, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6044, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 87850, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740490, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30017, "Shape__Length": 77.205149300170319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126086686760104, 40.043214149626401 ], [ -75.125970043444596, 40.043737534961302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6969, "tnode_": 6946, "lpoly_": null, "rpoly_": null, "length": 286.40109335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 33840, "l_hundred": 300, "r_hundred": 300, "seg_id": 740491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERN ST", "stname": "FERN ST", "objectid": 30018, "Shape__Length": 113.88560732464542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126086686760104, 40.043214149626401 ], [ -75.127093845498905, 40.0433516655579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6976, "tnode_": 6691, "lpoly_": null, "rpoly_": null, "length": 566.70143417000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 76025, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740492, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30019, "Shape__Length": 225.8971132955871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096606042809398, 40.0424965653961 ], [ -75.095410025235196, 40.043751587665803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6890, "tnode_": 6976, "lpoly_": null, "rpoly_": null, "length": 258.39899841000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 639, "l_t_add": 699, "r_f_add": 638, "r_t_add": 698, "st_code": 24480, "l_hundred": 600, "r_hundred": 600, "seg_id": 740493, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 30020, "Shape__Length": 102.89148500946993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097333260742502, 40.0429333173647 ], [ -75.096606042809398, 40.0424965653961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6985, "tnode_": 6697, "lpoly_": null, "rpoly_": null, "length": 560.87013792999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSINORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 31520, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSINORE ST", "stname": "ELSINORE ST", "objectid": 30021, "Shape__Length": 223.57458781055689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100053522051198, 40.0425373301184 ], [ -75.098873312085004, 40.043781404942102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6934, "tnode_": 6985, "lpoly_": null, "rpoly_": null, "length": 169.8561307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 557, "l_t_add": 571, "r_f_add": 576, "r_t_add": 588, "st_code": 79720, "l_hundred": 500, "r_hundred": 500, "seg_id": 740495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30022, "Shape__Length": 67.624856016467959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100545546034795, 40.042810101129596 ], [ -75.100053522051198, 40.0425373301184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6988, "tnode_": 6893, "lpoly_": null, "rpoly_": null, "length": 187.21996387, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6119, "st_code": 35200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30023, "Shape__Length": 74.725599629567725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119785275142505, 40.042935905283599 ], [ -75.119688411642201, 40.0434444253099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6988, "tnode_": 6950, "lpoly_": null, "rpoly_": null, "length": 559.03026493000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 132, "r_f_add": 1, "r_t_add": 133, "st_code": 73640, "l_hundred": 0, "r_hundred": 0, "seg_id": 740497, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 30024, "Shape__Length": 222.28945784133251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119785275142505, 40.042935905283599 ], [ -75.121756567650394, 40.043179753528797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6997, "tnode_": 6903, "lpoly_": null, "rpoly_": null, "length": 176.03120084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6018, "l_t_add": 6038, "r_f_add": 6019, "r_t_add": 6039, "st_code": 87890, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740498, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30025, "Shape__Length": 70.257668857567424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129062822640506, 40.043103971199102 ], [ -75.128955259917902, 40.043580073255299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7000, "tnode_": 6911, "lpoly_": null, "rpoly_": null, "length": 178.96773029000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5824, "l_t_add": 5840, "r_f_add": 5825, "r_t_add": 5841, "st_code": 24160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740499, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30026, "Shape__Length": 71.344615083789293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102334839179505, 40.042519437765598 ], [ -75.101967611007694, 40.042921556722398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6830, "tnode_": 7000, "lpoly_": null, "rpoly_": null, "length": 489.69644067999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 551, "r_f_add": 500, "r_t_add": 554, "st_code": 69280, "l_hundred": 500, "r_hundred": 500, "seg_id": 740500, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 30027, "Shape__Length": 194.96843737309081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103746612803704, 40.043312971074997 ], [ -75.102334839179505, 40.042519437765598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7025, "tnode_": 6900, "lpoly_": null, "rpoly_": null, "length": 193.01739992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6046, "l_t_add": 6098, "r_f_add": 6047, "r_t_add": 6099, "st_code": 87830, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740502, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30028, "Shape__Length": 77.041530777154634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123850331328001, 40.0429210590246 ], [ -75.123767606205107, 40.043447085783498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6988, "tnode_": 7026, "lpoly_": null, "rpoly_": null, "length": 279.82795984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 73620, "l_hundred": 0, "r_hundred": 0, "seg_id": 740503, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPENCER AVE", "stname": "E SPENCER AVE", "objectid": 30029, "Shape__Length": 111.27174170880372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119785275142505, 40.042935905283599 ], [ -75.118801907634804, 40.042798677864397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7052, "tnode_": 6913, "lpoly_": null, "rpoly_": null, "length": 279.06026495000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5738, "l_t_add": 5798, "r_f_add": 5741, "r_t_add": 5799, "st_code": 68600, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740504, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30030, "Shape__Length": 111.14212509870141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105085779665004, 40.042404992858003 ], [ -75.104335318799897, 40.0429091191155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6817, "tnode_": 7052, "lpoly_": null, "rpoly_": null, "length": 667.34997374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SENTNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 71800, "l_hundred": 400, "r_hundred": 400, "seg_id": 740505, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SENTNER ST", "stname": "SENTNER ST", "objectid": 30031, "Shape__Length": 265.71476201366642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106988575555505, 40.0435082869475 ], [ -75.105085779665004, 40.042404992858003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7054, "tnode_": 6946, "lpoly_": null, "rpoly_": null, "length": 180.57608134, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6022, "l_t_add": 6040, "r_f_add": 6021, "r_t_add": 6039, "st_code": 87870, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740506, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30032, "Shape__Length": 72.072186876015195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127198649665203, 40.042862551536203 ], [ -75.127093845498905, 40.0433516655579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7054, "tnode_": 6997, "lpoly_": null, "rpoly_": null, "length": 529.29400966000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 69400, "l_hundred": 400, "r_hundred": 400, "seg_id": 740507, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 30033, "Shape__Length": 210.46704374421793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127198649665203, 40.042862551536203 ], [ -75.129062822640506, 40.043103971199102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7064, "tnode_": 6758, "lpoly_": null, "rpoly_": null, "length": 560.56991904999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 17620, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30034, "Shape__Length": 223.45222401287961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0995421447073, 40.042250783159503 ], [ -75.0983592012918, 40.043492299293703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6985, "tnode_": 7064, "lpoly_": null, "rpoly_": null, "length": 177.18931904000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 573, "l_t_add": 599, "r_f_add": 590, "r_t_add": 598, "st_code": 79720, "l_hundred": 500, "r_hundred": 500, "seg_id": 740509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30035, "Shape__Length": 70.545473902944977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100053522051198, 40.0425373301184 ], [ -75.0995421447073, 40.042250783159503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7026, "tnode_": 7065, "lpoly_": null, "rpoly_": null, "length": 270.41195854, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 73620, "l_hundred": 100, "r_hundred": 100, "seg_id": 740510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPENCER AVE", "stname": "E SPENCER AVE", "objectid": 30036, "Shape__Length": 107.52689962778939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118801907634804, 40.042798677864397 ], [ -75.117851148061902, 40.0426681314229 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7072, "tnode_": 6950, "lpoly_": null, "rpoly_": null, "length": 185.2363147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6036, "l_t_add": 6098, "r_f_add": 6037, "r_t_add": 6099, "st_code": 54200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740511, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30037, "Shape__Length": 73.930428797129082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121874606657798, 40.042679416778299 ], [ -75.121756567650394, 40.043179753528797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7072, "tnode_": 7025, "lpoly_": null, "rpoly_": null, "length": 560.13068274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 136, "l_t_add": 198, "r_f_add": 137, "r_t_add": 199, "st_code": 33840, "l_hundred": 100, "r_hundred": 100, "seg_id": 740512, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERN ST", "stname": "FERN ST", "objectid": 30038, "Shape__Length": 222.72568972229803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121874606657798, 40.042679416778299 ], [ -75.123850331328001, 40.0429210590246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7077, "tnode_": 6969, "lpoly_": null, "rpoly_": null, "length": 177.20165778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6022, "l_t_add": 6042, "r_f_add": 6021, "r_t_add": 6043, "st_code": 87850, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740513, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30039, "Shape__Length": 70.726674462212415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126178901009794, 40.042732901250403 ], [ -75.126086686760104, 40.043214149626401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7077, "tnode_": 7054, "lpoly_": null, "rpoly_": null, "length": 289.3929553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 69400, "l_hundred": 300, "r_hundred": 300, "seg_id": 740514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 30040, "Shape__Length": 115.0726774631994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126178901009794, 40.042732901250403 ], [ -75.127198649665203, 40.042862551536203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7103, "tnode_": 7000, "lpoly_": null, "rpoly_": null, "length": 191.40642463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5822, "r_f_add": 5801, "r_t_add": 5823, "st_code": 24160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30041, "Shape__Length": 76.298930271412544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102735134561598, 40.042093500569401 ], [ -75.102334839179505, 40.042519437765598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6913, "tnode_": 7103, "lpoly_": null, "rpoly_": null, "length": 537.59330625999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 549, "r_f_add": 500, "r_t_add": 526, "st_code": 22600, "l_hundred": 500, "r_hundred": 500, "seg_id": 740516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30042, "Shape__Length": 214.00052328553531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104335318799897, 40.0429091191155 ], [ -75.102735134561598, 40.042093500569401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7109, "tnode_": 6988, "lpoly_": null, "rpoly_": null, "length": 190.79626576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6036, "l_t_add": 6098, "r_f_add": 6037, "r_t_add": 6099, "st_code": 35200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30043, "Shape__Length": 76.149608969578324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119904240927397, 40.042420190199003 ], [ -75.119785275142505, 40.042935905283599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7109, "tnode_": 7072, "lpoly_": null, "rpoly_": null, "length": 559.6960552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 134, "r_f_add": 1, "r_t_add": 135, "st_code": 33840, "l_hundred": 0, "r_hundred": 0, "seg_id": 740518, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERN ST", "stname": "FERN ST", "objectid": 30044, "Shape__Length": 222.5553665075827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119904240927397, 40.042420190199003 ], [ -75.121874606657798, 40.042679416778299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7111, "tnode_": 6824, "lpoly_": null, "rpoly_": null, "length": 563.11241096999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 49585, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740519, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 30045, "Shape__Length": 224.46167293695095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099024996502607, 40.0419658342228 ], [ -75.0978307462819, 40.043209621401601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7064, "tnode_": 7111, "lpoly_": null, "rpoly_": null, "length": 178.15816486999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 617, "r_f_add": 600, "r_t_add": 616, "st_code": 79720, "l_hundred": 600, "r_hundred": 600, "seg_id": 740520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30046, "Shape__Length": 70.928785776399252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0995421447073, 40.042250783159503 ], [ -75.099024996502607, 40.0419658342228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7114, "tnode_": 6955, "lpoly_": null, "rpoly_": null, "length": 317.35727050999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5728, "r_f_add": 5701, "r_t_add": 5729, "st_code": 41160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 30047, "Shape__Length": 126.49125183919202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108273560893295, 40.042222812296203 ], [ -75.1075812892866, 40.042912636534602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6901, "tnode_": 7114, "lpoly_": null, "rpoly_": null, "length": 587.28897761999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 37480, "l_hundred": 300, "r_hundred": 300, "seg_id": 740522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30048, "Shape__Length": 233.84596066216486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109934583922495, 40.043207340156002 ], [ -75.108273560893295, 40.042222812296203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7078, "tnode_": 7117, "lpoly_": null, "rpoly_": null, "length": 116.19956372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1014, "st_code": 68860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 30049, "Shape__Length": 46.262255338062005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085118178396598, 40.041839432748297 ], [ -75.084782049189897, 40.041652336508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7123, "tnode_": 6780, "lpoly_": null, "rpoly_": null, "length": 562.7631484, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 19140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740524, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30050, "Shape__Length": 224.61462392206937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143871512690296, 40.042910197802797 ], [ -75.143549677351103, 40.0444351171408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7128, "tnode_": 6997, "lpoly_": null, "rpoly_": null, "length": 193.15548037, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6017, "st_code": 87890, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740525, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30051, "Shape__Length": 77.094217288823799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1291631329361, 40.042579371765498 ], [ -75.129062822640506, 40.043103971199102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7141, "tnode_": 7025, "lpoly_": null, "rpoly_": null, "length": 176.09300001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6022, "l_t_add": 6044, "r_f_add": 6023, "r_t_add": 6045, "st_code": 87830, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740526, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30052, "Shape__Length": 70.287246772344233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123910024740496, 40.042439845276 ], [ -75.123850331328001, 40.0429210590246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7144, "tnode_": 7128, "lpoly_": null, "rpoly_": null, "length": 193.19320804, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 438, "l_t_add": 498, "r_f_add": 439, "r_t_add": 499, "st_code": 22280, "l_hundred": 400, "r_hundred": 400, "seg_id": 740527, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30053, "Shape__Length": 76.819610347951468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128481892580297, 40.042495071887103 ], [ -75.1291631329361, 40.042579371765498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7150, "tnode_": 7064, "lpoly_": null, "rpoly_": null, "length": 205.08138985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5842, "l_t_add": 5898, "r_f_add": 5843, "r_t_add": 5899, "st_code": 17620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30054, "Shape__Length": 81.699405962795566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1000597154773, 40.041852423134401 ], [ -75.0995421447073, 40.042250783159503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6911, "tnode_": 7150, "lpoly_": null, "rpoly_": null, "length": 661.08709614999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 547, "l_t_add": 599, "r_f_add": 552, "r_t_add": 598, "st_code": 11760, "l_hundred": 500, "r_hundred": 500, "seg_id": 740529, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30055, "Shape__Length": 263.20267113562147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101967611007694, 40.042921556722398 ], [ -75.1000597154773, 40.041852423134401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7155, "tnode_": 7144, "lpoly_": null, "rpoly_": null, "length": 162.49893371, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 416, "l_t_add": 436, "r_f_add": 419, "r_t_add": 437, "st_code": 22280, "l_hundred": 400, "r_hundred": 400, "seg_id": 740530, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30056, "Shape__Length": 64.616961374171112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127911683277304, 40.042411910439398 ], [ -75.128481892580297, 40.042495071887103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7156, "tnode_": 6914, "lpoly_": null, "rpoly_": null, "length": 558.91203204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 11980, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740531, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 30057, "Shape__Length": 222.68188141523444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087824479323004, 40.041459029953401 ], [ -75.086454959169103, 40.042575285637803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7157, "tnode_": 7052, "lpoly_": null, "rpoly_": null, "length": 279.51272087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5720, "l_t_add": 5736, "r_f_add": 5717, "r_t_add": 5739, "st_code": 68600, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740532, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30058, "Shape__Length": 111.31255882661509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105850848213194, 40.041912078157701 ], [ -75.105085779665004, 40.042404992858003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6955, "tnode_": 7157, "lpoly_": null, "rpoly_": null, "length": 606.29101108000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 477, "r_f_add": 400, "r_t_add": 476, "st_code": 70900, "l_hundred": 400, "r_hundred": 400, "seg_id": 740533, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30059, "Shape__Length": 241.40011529311298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1075812892866, 40.042912636534602 ], [ -75.105850848213194, 40.041912078157701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7163, "tnode_": 6890, "lpoly_": null, "rpoly_": null, "length": 560.99789971999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740534, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNINGTON ST", "stname": "BENNINGTON ST", "objectid": 30060, "Shape__Length": 223.62068541779502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098517685491302, 40.041691184386103 ], [ -75.097333260742502, 40.0429333173647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7111, "tnode_": 7163, "lpoly_": null, "rpoly_": null, "length": 173.74021656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 619, "l_t_add": 639, "r_f_add": 618, "r_t_add": 638, "st_code": 79720, "l_hundred": 600, "r_hundred": 600, "seg_id": 740535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30061, "Shape__Length": 69.167472341873832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099024996502607, 40.0419658342228 ], [ -75.098517685491302, 40.041691184386103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7166, "tnode_": 7054, "lpoly_": null, "rpoly_": null, "length": 196.91968544, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6019, "st_code": 87870, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740536, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30062, "Shape__Length": 78.59373401002145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127319647349196, 40.0423300435179 ], [ -75.127198649665203, 40.042862551536203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7166, "tnode_": 7155, "lpoly_": null, "rpoly_": null, "length": 168.42283593, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 417, "st_code": 22280, "l_hundred": 400, "r_hundred": 400, "seg_id": 740537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30063, "Shape__Length": 66.971591408149877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127319647349196, 40.0423300435179 ], [ -75.127911683277304, 40.042411910439398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7180, "tnode_": 7072, "lpoly_": null, "rpoly_": null, "length": 177.87122008999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6018, "l_t_add": 6034, "r_f_add": 6019, "r_t_add": 6035, "st_code": 54200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740538, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30064, "Shape__Length": 70.993008476533774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121969890828595, 40.042196662743102 ], [ -75.121874606657798, 40.042679416778299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7180, "tnode_": 7141, "lpoly_": null, "rpoly_": null, "length": 550.38574057000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 138, "l_t_add": 198, "r_f_add": 139, "r_t_add": 199, "st_code": 69400, "l_hundred": 100, "r_hundred": 100, "seg_id": 740539, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 30065, "Shape__Length": 218.85028585401196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121969890828595, 40.042196662743102 ], [ -75.123910024740496, 40.042439845276 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7189, "tnode_": 7077, "lpoly_": null, "rpoly_": null, "length": 193.08651135, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6019, "st_code": 87850, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740541, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30066, "Shape__Length": 77.061226482121782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126313014007906, 40.042212975566102 ], [ -75.126178901009794, 40.042732901250403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7189, "tnode_": 7166, "lpoly_": null, "rpoly_": null, "length": 285.05122748000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 22280, "l_hundred": 300, "r_hundred": 300, "seg_id": 740542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30067, "Shape__Length": 113.34347015126392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126313014007906, 40.042212975566102 ], [ -75.127319647349196, 40.0423300435179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7193, "tnode_": 7103, "lpoly_": null, "rpoly_": null, "length": 196.46008576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5746, "l_t_add": 5798, "r_f_add": 5747, "r_t_add": 5799, "st_code": 24160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30068, "Shape__Length": 78.308722357084292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103154113654696, 40.041660892487897 ], [ -75.102735134561598, 40.042093500569401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7203, "tnode_": 7189, "lpoly_": null, "rpoly_": null, "length": 207.57265873999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 252, "l_t_add": 298, "r_f_add": 245, "r_t_add": 299, "st_code": 22280, "l_hundred": 200, "r_hundred": 200, "seg_id": 740544, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30069, "Shape__Length": 82.539960926683406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125584638126298, 40.042106770720601 ], [ -75.126313014007906, 40.042212975566102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7231, "tnode_": 7203, "lpoly_": null, "rpoly_": null, "length": 201.74826043, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 226, "l_t_add": 250, "r_f_add": 225, "r_t_add": 243, "st_code": 22280, "l_hundred": 200, "r_hundred": 200, "seg_id": 740546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30070, "Shape__Length": 80.222071164088049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124874698846895, 40.042012017411203 ], [ -75.125584638126298, 40.042106770720601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7234, "tnode_": 7109, "lpoly_": null, "rpoly_": null, "length": 178.05441944999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6016, "l_t_add": 6034, "r_f_add": 6017, "r_t_add": 6035, "st_code": 35200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30071, "Shape__Length": 71.064730212596317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120007842622002, 40.041937939675201 ], [ -75.119904240927397, 40.042420190199003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7234, "tnode_": 7180, "lpoly_": null, "rpoly_": null, "length": 557.37360319000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSELYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 136, "r_f_add": 1, "r_t_add": 137, "st_code": 69400, "l_hundred": 0, "r_hundred": 0, "seg_id": 740548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSELYN ST", "stname": "ROSELYN ST", "objectid": 30072, "Shape__Length": 221.63041134248877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120007842622002, 40.041937939675201 ], [ -75.121969890828595, 40.042196662743102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7241, "tnode_": 7211, "lpoly_": null, "rpoly_": null, "length": 225.62568689, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 59180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740549, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30073, "Shape__Length": 89.71667341042756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139325385108606, 40.042329384916599 ], [ -75.140119711011295, 40.0424337478917 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7244, "tnode_": 7150, "lpoly_": null, "rpoly_": null, "length": 179.23169005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5822, "l_t_add": 5840, "r_f_add": 5823, "r_t_add": 5841, "st_code": 17620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30074, "Shape__Length": 71.405512778739791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100504927848206, 40.041498895990401 ], [ -75.1000597154773, 40.041852423134401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7000, "tnode_": 7244, "lpoly_": null, "rpoly_": null, "length": 633.01967962999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 553, "l_t_add": 599, "r_f_add": 556, "r_t_add": 598, "st_code": 69280, "l_hundred": 500, "r_hundred": 500, "seg_id": 740551, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 30075, "Shape__Length": 252.02446378474602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102334839179505, 40.042519437765598 ], [ -75.100504927848206, 40.041498895990401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7245, "tnode_": 6976, "lpoly_": null, "rpoly_": null, "length": 555.60056953000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 76025, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740552, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30076, "Shape__Length": 221.36772728644391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097958374216105, 40.041380388631097 ], [ -75.096606042809398, 40.0424965653961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7163, "tnode_": 7245, "lpoly_": null, "rpoly_": null, "length": 193.24102306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 641, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 79720, "l_hundred": 600, "r_hundred": 600, "seg_id": 740553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30077, "Shape__Length": 76.934117416255447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098517685491302, 40.041691184386103 ], [ -75.097958374216105, 40.041380388631097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7265, "tnode_": 7156, "lpoly_": null, "rpoly_": null, "length": 192.27354309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19149, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6141, "r_t_add": 6199, "st_code": 11980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740554, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 30078, "Shape__Length": 76.633587971326563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088212606557803, 40.041047072298902 ], [ -75.0881792052393, 40.041188462910299 ], [ -75.087824479323004, 40.041459029953401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7255, "tnode_": 7141, "lpoly_": null, "rpoly_": null, "length": 196.59694939, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6021, "st_code": 87830, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740555, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30079, "Shape__Length": 78.470540597796045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123979507990299, 40.0419028124279 ], [ -75.123910024740496, 40.042439845276 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7255, "tnode_": 7231, "lpoly_": null, "rpoly_": null, "length": 253.77933542, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 224, "r_f_add": 201, "r_t_add": 223, "st_code": 22280, "l_hundred": 200, "r_hundred": 200, "seg_id": 740556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30080, "Shape__Length": 100.90939435973162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123979507990299, 40.0419028124279 ], [ -75.124874698846895, 40.042012017411203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7257, "tnode_": 6935, "lpoly_": null, "rpoly_": null, "length": 577.72226498000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 75420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 740557, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30081, "Shape__Length": 230.43204983640996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083570816142199, 40.0410001883102 ], [ -75.083340355297693, 40.041381600618202 ], [ -75.0828920281606, 40.042095840534799 ], [ -75.082677613413395, 40.042429747584499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7263, "tnode_": 7193, "lpoly_": null, "rpoly_": null, "length": 109.15448364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5736, "l_t_add": 5744, "r_f_add": 5737, "r_t_add": 5745, "st_code": 24160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30082, "Shape__Length": 43.512866290644666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103378647845304, 40.041415938910497 ], [ -75.103154113654696, 40.041660892487897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7052, "tnode_": 7263, "lpoly_": null, "rpoly_": null, "length": 598.55941865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SENTNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 71800, "l_hundred": 500, "r_hundred": 500, "seg_id": 740559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SENTNER ST", "stname": "SENTNER ST", "objectid": 30083, "Shape__Length": 238.32082061381101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105085779665004, 40.042404992858003 ], [ -75.103378647845304, 40.041415938910497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7264, "tnode_": 6908, "lpoly_": null, "rpoly_": null, "length": 559.95588986999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 88010, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740560, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30084, "Shape__Length": 223.49079876414291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138536850704497, 40.042232686005697 ], [ -75.138208603953103, 40.0437489858354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7264, "tnode_": 7241, "lpoly_": null, "rpoly_": null, "length": 223.57097091, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 1101, "r_t_add": 1129, "st_code": 59180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740561, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30085, "Shape__Length": 88.898260048300216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138536850704497, 40.042232686005697 ], [ -75.139325385108606, 40.042329384916599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7279, "tnode_": 6924, "lpoly_": null, "rpoly_": null, "length": 561.91646901999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81440, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740562, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30086, "Shape__Length": 224.27276124466337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137753335556596, 40.042126308883603 ], [ -75.137422501636095, 40.043647733405002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7279, "tnode_": 7264, "lpoly_": null, "rpoly_": null, "length": 222.7697995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 59180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740563, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30087, "Shape__Length": 88.581463559829345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137753335556596, 40.042126308883603 ], [ -75.138536850704497, 40.042232686005697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7294, "tnode_": 7157, "lpoly_": null, "rpoly_": null, "length": 325.59952413999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5715, "st_code": 68600, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740564, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30088, "Shape__Length": 129.67148790636614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106732449853297, 40.041329195446899 ], [ -75.105850848213194, 40.041912078157701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7114, "tnode_": 7294, "lpoly_": null, "rpoly_": null, "length": 540.51385177999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 37480, "l_hundred": 400, "r_hundred": 400, "seg_id": 740565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30089, "Shape__Length": 215.2094562002942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108273560893295, 40.042222812296203 ], [ -75.106732449853297, 40.041329195446899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7296, "tnode_": 7128, "lpoly_": null, "rpoly_": null, "length": 281.84898216, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5928, "l_t_add": 5998, "r_f_add": 5929, "r_t_add": 5999, "st_code": 87890, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740566, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30090, "Shape__Length": 112.49038062445779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129331698640101, 40.041816587788801 ], [ -75.1291631329361, 40.042579371765498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7296, "tnode_": 7220, "lpoly_": null, "rpoly_": null, "length": 388.22157389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 83040, "l_hundred": 500, "r_hundred": 500, "seg_id": 740567, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER ST", "stname": "WIDENER ST", "objectid": 30091, "Shape__Length": 154.42272682196452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129331698640101, 40.041816587788801 ], [ -75.129715285472201, 40.041854185003899 ], [ -75.129891309866593, 40.041902434255803 ], [ -75.130377101449895, 40.042058281702403 ], [ -75.130634825274498, 40.042154609193197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7297, "tnode_": 6942, "lpoly_": null, "rpoly_": null, "length": 556.57002699000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 87990, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30092, "Shape__Length": 222.1388154183436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136966378783697, 40.042031126158101 ], [ -75.136640527377907, 40.043538309794101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7297, "tnode_": 7279, "lpoly_": null, "rpoly_": null, "length": 223.04890652, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 59180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740569, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30093, "Shape__Length": 88.690176391939787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136966378783697, 40.042031126158101 ], [ -75.137753335556596, 40.042126308883603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7299, "tnode_": 7180, "lpoly_": null, "rpoly_": null, "length": 193.031515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6017, "st_code": 54200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740570, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30094, "Shape__Length": 77.042227001769731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122081205513297, 40.041673721114499 ], [ -75.121969890828595, 40.042196662743102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7299, "tnode_": 7255, "lpoly_": null, "rpoly_": null, "length": 538.01353643000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 142, "l_t_add": 198, "r_f_add": 139, "r_t_add": 199, "st_code": 22280, "l_hundred": 100, "r_hundred": 100, "seg_id": 740571, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30095, "Shape__Length": 213.92748470386843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122081205513297, 40.041673721114499 ], [ -75.123979507990299, 40.0419028124279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7316, "tnode_": 7189, "lpoly_": null, "rpoly_": null, "length": 198.22416916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5944, "l_t_add": 5998, "r_f_add": 5937, "r_t_add": 5999, "st_code": 87850, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740572, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30096, "Shape__Length": 79.11430466641481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126430191623299, 40.041676331873397 ], [ -75.126313014007906, 40.042212975566102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7319, "tnode_": 6965, "lpoly_": null, "rpoly_": null, "length": 559.08750935, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 44180, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740573, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 30097, "Shape__Length": 223.14352377665986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136162649315196, 40.041921649048199 ], [ -75.135837232987896, 40.0434358930071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7319, "tnode_": 7297, "lpoly_": null, "rpoly_": null, "length": 228.54038152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 902, "l_t_add": 998, "r_f_add": 903, "r_t_add": 999, "st_code": 59180, "l_hundred": 900, "r_hundred": 900, "seg_id": 740574, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30098, "Shape__Length": 90.875856058927837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136162649315196, 40.041921649048199 ], [ -75.136966378783697, 40.042031126158101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7103, "tnode_": 7321, "lpoly_": null, "rpoly_": null, "length": 616.548225, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 551, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 22600, "l_hundred": 500, "r_hundred": 500, "seg_id": 740575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30099, "Shape__Length": 245.45577166072232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102735134561598, 40.042093500569401 ], [ -75.100939643674593, 40.041113653876799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7323, "tnode_": 7319, "lpoly_": null, "rpoly_": null, "length": 93.55699274, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 900, "r_f_add": 901, "r_t_add": 901, "st_code": 59180, "l_hundred": 900, "r_hundred": 900, "seg_id": 740576, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30100, "Shape__Length": 37.202789781881883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135835034081694, 40.041871116546602 ], [ -75.136162649315196, 40.041921649048199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7330, "tnode_": 7245, "lpoly_": null, "rpoly_": null, "length": 209.82273688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5866, "l_t_add": 5898, "r_f_add": 5867, "r_t_add": 5899, "st_code": 76025, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740577, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30101, "Shape__Length": 83.594143270203858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098476550894304, 40.040964287577502 ], [ -75.097958374216105, 40.041380388631097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7150, "tnode_": 7330, "lpoly_": null, "rpoly_": null, "length": 548.78153905000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 11760, "l_hundred": 600, "r_hundred": 600, "seg_id": 740578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30102, "Shape__Length": 218.48705018591642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1000597154773, 40.041852423134401 ], [ -75.098476550894304, 40.040964287577502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7344, "tnode_": 7234, "lpoly_": null, "rpoly_": null, "length": 188.37090591, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6014, "r_f_add": 6001, "r_t_add": 6015, "st_code": 35200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30103, "Shape__Length": 75.183152937854913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120106609408396, 40.0414264418798 ], [ -75.120007842622002, 40.041937939675201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7344, "tnode_": 7299, "lpoly_": null, "rpoly_": null, "length": 560.15523878, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 140, "r_f_add": 1, "r_t_add": 137, "st_code": 22280, "l_hundred": 0, "r_hundred": 0, "seg_id": 740580, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 30104, "Shape__Length": 222.73237782442735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120106609408396, 40.0414264418798 ], [ -75.122081205513297, 40.041673721114499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7345, "tnode_": 7220, "lpoly_": null, "rpoly_": null, "length": 280.13096825000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 87910, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30105, "Shape__Length": 111.56363120177551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131389658988695, 40.041657664232901 ], [ -75.130996617346, 40.041867322215801 ], [ -75.130814078829701, 40.041987820287702 ], [ -75.130634825274498, 40.042154609193197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27626, "tnode_": 7026, "lpoly_": null, "rpoly_": null, "length": 555.73326283000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 81680, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 30106, "Shape__Length": 221.80307542216943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119122885788002, 40.041293204613098 ], [ -75.118801907634804, 40.042798677864397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7344, "tnode_": 7357, "lpoly_": null, "rpoly_": null, "length": 250.05130238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 22260, "l_hundred": 0, "r_hundred": 0, "seg_id": 740583, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30107, "Shape__Length": 99.428669065123373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120106609408396, 40.0414264418798 ], [ -75.119227460671198, 40.041305700285001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7362, "tnode_": 7255, "lpoly_": null, "rpoly_": null, "length": 192.44413312, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5943, "r_t_add": 5999, "st_code": 87830, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740584, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30108, "Shape__Length": 76.812860460441414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124041632546593, 40.041376693032703 ], [ -75.123979507990299, 40.0419028124279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7362, "tnode_": 7316, "lpoly_": null, "rpoly_": null, "length": 677.61928813999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51060, "l_hundred": 200, "r_hundred": 200, "seg_id": 740585, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINTON ST", "stname": "LINTON ST", "objectid": 30109, "Shape__Length": 269.43915667249456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124041632546593, 40.041376693032703 ], [ -75.126430191623299, 40.041676331873397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27626, "tnode_": 7376, "lpoly_": null, "rpoly_": null, "length": 191.54005299, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 103, "l_t_add": 199, "r_f_add": 102, "r_t_add": 198, "st_code": 22260, "l_hundred": 100, "r_hundred": 100, "seg_id": 740586, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30110, "Shape__Length": 76.160321276928258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119122885788002, 40.041293204613098 ], [ -75.118446910224705, 40.041212430588203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7065, "tnode_": 7382, "lpoly_": null, "rpoly_": null, "length": 550.25813093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 11020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30111, "Shape__Length": 219.61577568474604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117851148061902, 40.0426681314229 ], [ -75.118180611670894, 40.0411789849638 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7376, "tnode_": 7382, "lpoly_": null, "rpoly_": null, "length": 75.54989202, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 201, "r_f_add": 200, "r_t_add": 200, "st_code": 22260, "l_hundred": 200, "r_hundred": 200, "seg_id": 740588, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30112, "Shape__Length": 30.040474217367169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118446910224705, 40.041212430588203 ], [ -75.118180611670894, 40.0411789849638 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7383, "tnode_": 7117, "lpoly_": null, "rpoly_": null, "length": 562.03324747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 48940, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740589, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30113, "Shape__Length": 224.03131165265836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085964515640697, 40.040405595420403 ], [ -75.084782049189897, 40.041652336508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7156, "tnode_": 7383, "lpoly_": null, "rpoly_": null, "length": 646.8911885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1035, "r_f_add": 1000, "r_t_add": 1034, "st_code": 28320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 30114, "Shape__Length": 257.55017576246507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087824479323004, 40.041459029953401 ], [ -75.085964515640697, 40.040405595420403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7157, "tnode_": 7388, "lpoly_": null, "rpoly_": null, "length": 660.37337328000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 479, "l_t_add": 535, "r_f_add": 478, "r_t_add": 552, "st_code": 70900, "l_hundred": 400, "r_hundred": 400, "seg_id": 740591, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30115, "Shape__Length": 262.92313686679807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105850848213194, 40.041912078157701 ], [ -75.103957098413105, 40.0408315023722 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7382, "tnode_": 7390, "lpoly_": null, "rpoly_": null, "length": 149.16138156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 203, "l_t_add": 249, "r_f_add": 202, "r_t_add": 248, "st_code": 22260, "l_hundred": 200, "r_hundred": 200, "seg_id": 740592, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30116, "Shape__Length": 59.311342589447008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118180611670894, 40.0411789849638 ], [ -75.117656224988906, 40.041106770220999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7397, "tnode_": 7299, "lpoly_": null, "rpoly_": null, "length": 200.65101081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5937, "r_t_add": 5999, "st_code": 54200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740593, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30117, "Shape__Length": 80.052710988206414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122330867736196, 40.041157416925103 ], [ -75.122081205513297, 40.041673721114499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7397, "tnode_": 7362, "lpoly_": null, "rpoly_": null, "length": 485.61172685999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 148, "l_t_add": 198, "r_f_add": 145, "r_t_add": 199, "st_code": 51060, "l_hundred": 100, "r_hundred": 100, "seg_id": 740594, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINTON ST", "stname": "LINTON ST", "objectid": 30118, "Shape__Length": 193.09203665574856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122330867736196, 40.041157416925103 ], [ -75.124041632546593, 40.041376693032703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7399, "tnode_": 7345, "lpoly_": null, "rpoly_": null, "length": 280.03072937000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 532, "l_t_add": 598, "r_f_add": 533, "r_t_add": 599, "st_code": 59180, "l_hundred": 500, "r_hundred": 500, "seg_id": 740595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30119, "Shape__Length": 111.39749439512011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130461827471194, 40.041370668668002 ], [ -75.130897429553301, 40.041505409902399 ], [ -75.131389658988695, 40.041657664232901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7193, "tnode_": 7404, "lpoly_": null, "rpoly_": null, "length": 597.85249853999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 12520, "l_hundred": 500, "r_hundred": 500, "seg_id": 740596, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 30120, "Shape__Length": 238.02143841454685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103154113654696, 40.041660892487897 ], [ -75.101427301096606, 40.040695546737197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7408, "tnode_": 7330, "lpoly_": null, "rpoly_": null, "length": 177.27195741999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5834, "l_t_add": 5864, "r_f_add": 5835, "r_t_add": 5865, "st_code": 76025, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740597, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30121, "Shape__Length": 70.636518106177121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098895635187901, 40.0405995213425 ], [ -75.098476550894304, 40.040964287577502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7244, "tnode_": 7408, "lpoly_": null, "rpoly_": null, "length": 557.10714870999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 69280, "l_hundred": 600, "r_hundred": 600, "seg_id": 740598, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 30122, "Shape__Length": 221.79905808938884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100504927848206, 40.041498895990401 ], [ -75.098895635187901, 40.0405995213425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7409, "tnode_": 7370, "lpoly_": null, "rpoly_": null, "length": 397.32546158999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 22260, "l_hundred": 300, "r_hundred": 300, "seg_id": 740599, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30123, "Shape__Length": 157.99082480805845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116885826068099, 40.041022860683 ], [ -75.1164833479246, 40.041030499988402 ], [ -75.116114097069996, 40.041070027623903 ], [ -75.115701185400098, 40.041161878316501 ], [ -75.115491070185996, 40.041192229158902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7390, "tnode_": 7409, "lpoly_": null, "rpoly_": null, "length": 217.85963511, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 251, "l_t_add": 299, "r_f_add": 250, "r_t_add": 298, "st_code": 22260, "l_hundred": 200, "r_hundred": 200, "seg_id": 740600, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 30124, "Shape__Length": 86.623954676018684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117656224988906, 40.041106770220999 ], [ -75.116885826068099, 40.041022860683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7416, "tnode_": 7316, "lpoly_": null, "rpoly_": null, "length": 181.19374535, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5920, "l_t_add": 5942, "r_f_add": 5919, "r_t_add": 5935, "st_code": 87850, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30125, "Shape__Length": 72.317349760596102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126532429768901, 40.041185180207599 ], [ -75.126430191623299, 40.041676331873397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7294, "tnode_": 7421, "lpoly_": null, "rpoly_": null, "length": 391.00583621000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 510, "st_code": 37480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30126, "Shape__Length": 155.68466171096821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106732449853297, 40.041329195446899 ], [ -75.105624282183001, 40.040676032248101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7438, "tnode_": 7344, "lpoly_": null, "rpoly_": null, "length": 195.31321153, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5940, "l_t_add": 5998, "r_f_add": 5941, "r_t_add": 5999, "st_code": 35200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30127, "Shape__Length": 77.949500511142858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120235746018096, 40.040899551498804 ], [ -75.120106609408396, 40.0414264418798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7438, "tnode_": 7397, "lpoly_": null, "rpoly_": null, "length": 594.08867606000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 146, "r_f_add": 1, "r_t_add": 143, "st_code": 51060, "l_hundred": 0, "r_hundred": 0, "seg_id": 740604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINTON ST", "stname": "LINTON ST", "objectid": 30128, "Shape__Length": 236.22258219055183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120235746018096, 40.040899551498804 ], [ -75.122330867736196, 40.041157416925103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7444, "tnode_": 7296, "lpoly_": null, "rpoly_": null, "length": 280.69682462999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5926, "r_f_add": 5901, "r_t_add": 5927, "st_code": 87890, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740605, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30129, "Shape__Length": 112.02910215857567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129500844099894, 40.0410570884669 ], [ -75.129331698640101, 40.041816587788801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7444, "tnode_": 7399, "lpoly_": null, "rpoly_": null, "length": 292.31049792, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 531, "st_code": 59180, "l_hundred": 500, "r_hundred": 500, "seg_id": 740606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30130, "Shape__Length": 116.28805679765813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129500844099894, 40.0410570884669 ], [ -75.130039275080307, 40.041232786890298 ], [ -75.130461827471194, 40.041370668668002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7450, "tnode_": 7187, "lpoly_": null, "rpoly_": null, "length": 562.14221249000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 77860, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 740607, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROTTER ST", "stname": "TROTTER ST", "objectid": 30131, "Shape__Length": 224.08033925670364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085338118630702, 40.040053294439097 ], [ -75.084168515215595, 40.041307547777002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7456, "tnode_": 7362, "lpoly_": null, "rpoly_": null, "length": 181.08408075, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5920, "l_t_add": 5940, "r_f_add": 5921, "r_t_add": 5941, "st_code": 87830, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740608, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30132, "Shape__Length": 72.276932985105802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124112564612105, 40.040882594678202 ], [ -75.124041632546593, 40.041376693032703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7456, "tnode_": 7416, "lpoly_": null, "rpoly_": null, "length": 686.44803051999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 83040, "l_hundred": 200, "r_hundred": 200, "seg_id": 740609, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER ST", "stname": "WIDENER ST", "objectid": 30133, "Shape__Length": 272.94753854913625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124112564612105, 40.040882594678202 ], [ -75.126532429768901, 40.041185180207599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7461, "tnode_": 7144, "lpoly_": null, "rpoly_": null, "length": 559.85604652999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 49660, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740610, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30134, "Shape__Length": 223.4452669812575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128820920440901, 40.0409804528677 ], [ -75.128481892580297, 40.042495071887103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7461, "tnode_": 7444, "lpoly_": null, "rpoly_": null, "length": 192.40857179, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 440, "l_t_add": 498, "r_f_add": 441, "r_t_add": 499, "st_code": 59180, "l_hundred": 400, "r_hundred": 400, "seg_id": 740611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30135, "Shape__Length": 76.504627426298384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128820920440901, 40.0409804528677 ], [ -75.129500844099894, 40.0410570884669 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7469, "tnode_": 7264, "lpoly_": null, "rpoly_": null, "length": 495.34009808999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 88010, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30136, "Shape__Length": 197.44582573684872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139534068094903, 40.041146877684 ], [ -75.139220399237203, 40.041415796269298 ], [ -75.138809643070601, 40.041713367017401 ], [ -75.138606063565206, 40.042005187516899 ], [ -75.138536850704497, 40.042232686005697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7469, "tnode_": 7241, "lpoly_": null, "rpoly_": null, "length": 435.87072959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5812, "l_t_add": 5898, "r_f_add": 5855, "r_t_add": 5899, "st_code": 54140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30137, "Shape__Length": 173.96500011979816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139534068094903, 40.041146877684 ], [ -75.139542087097396, 40.041291575568501 ], [ -75.139530885723204, 40.041417981111401 ], [ -75.139325385108606, 40.042329384916599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7477, "tnode_": 7404, "lpoly_": null, "rpoly_": null, "length": 182.80077814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5736, "l_t_add": 5738, "r_f_add": 5737, "r_t_add": 5739, "st_code": 17620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30138, "Shape__Length": 72.835489216856843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101865892116194, 40.040323832301098 ], [ -75.101427301096606, 40.040695546737197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7321, "tnode_": 7479, "lpoly_": null, "rpoly_": null, "length": 556.1758634, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 22600, "l_hundred": 600, "r_hundred": 600, "seg_id": 740615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30139, "Shape__Length": 221.43277890778805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100939643674593, 40.041113653876799 ], [ -75.099341156420294, 40.0402072758556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7480, "tnode_": 7152, "lpoly_": null, "rpoly_": null, "length": 560.04347507, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 62960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740616, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 30140, "Shape__Length": 223.52322104822352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143048218536805, 40.041242740655001 ], [ -75.142724812668703, 40.042759897962398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7482, "tnode_": 7155, "lpoly_": null, "rpoly_": null, "length": 556.82708786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LEITHGOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 50100, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740617, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LEITHGOW ST", "stname": "N LEITHGOW ST", "objectid": 30141, "Shape__Length": 222.23789353351572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128236698387497, 40.040903905456702 ], [ -75.127911683277304, 40.042411910439398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7639, "tnode_": 7435, "lpoly_": null, "rpoly_": null, "length": 321.8044487, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5724, "l_t_add": 5798, "r_f_add": 5751, "r_t_add": 5799, "st_code": 19140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740618, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30142, "Shape__Length": 128.4306788138079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144445924240401, 40.040523617620302 ], [ -75.144286792714198, 40.041176978027302 ], [ -75.144226954744397, 40.041390767815301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7443, "tnode_": 7580, "lpoly_": null, "rpoly_": null, "length": 425.66164744000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 54840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 30143, "Shape__Length": 169.45844393567745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084085052387394, 40.040064541013002 ], [ -75.083653440595199, 40.039832880720198 ], [ -75.083008912628799, 40.039471835463701 ], [ -75.0828479583286, 40.039385498102298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7494, "tnode_": 7166, "lpoly_": null, "rpoly_": null, "length": 556.23828369, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 87870, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740620, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30144, "Shape__Length": 222.00317671947869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127640479059394, 40.040823147272398 ], [ -75.127319647349196, 40.0423300435179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7494, "tnode_": 7482, "lpoly_": null, "rpoly_": null, "length": 169.50883076, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 427, "st_code": 59180, "l_hundred": 400, "r_hundred": 400, "seg_id": 740621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30145, "Shape__Length": 67.401600502149734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127640479059394, 40.040823147272398 ], [ -75.128236698387497, 40.040903905456702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7499, "tnode_": 7397, "lpoly_": null, "rpoly_": null, "length": 178.86205845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5920, "l_t_add": 5940, "r_f_add": 5919, "r_t_add": 5935, "st_code": 54200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740622, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30146, "Shape__Length": 71.359080216385308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122553723508901, 40.040697266429 ], [ -75.122330867736196, 40.041157416925103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7499, "tnode_": 7456, "lpoly_": null, "rpoly_": null, "length": 441.65348593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 154, "l_t_add": 198, "r_f_add": 153, "r_t_add": 199, "st_code": 83040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740623, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER ST", "stname": "WIDENER ST", "objectid": 30147, "Shape__Length": 175.60928137004359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122553723508901, 40.040697266429 ], [ -75.124112564612105, 40.040882594678202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7505, "tnode_": 7174, "lpoly_": null, "rpoly_": null, "length": 559.83532280999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 88050, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740624, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30148, "Shape__Length": 223.43858422510539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142028032629199, 40.041114235781897 ], [ -75.141696831606197, 40.042629819847697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7505, "tnode_": 7480, "lpoly_": null, "rpoly_": null, "length": 289.45268643000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1300, "r_f_add": 1301, "r_t_add": 1331, "st_code": 38040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30149, "Shape__Length": 115.09346521946193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142028032629199, 40.041114235781897 ], [ -75.143048218536805, 40.041242740655001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7517, "tnode_": 7416, "lpoly_": null, "rpoly_": null, "length": 182.98733696, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5917, "st_code": 87850, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30150, "Shape__Length": 73.031341434399494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126644883160907, 40.0406903504295 ], [ -75.126532429768901, 40.041185180207599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7517, "tnode_": 7494, "lpoly_": null, "rpoly_": null, "length": 282.92539232999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 59180, "l_hundred": 300, "r_hundred": 300, "seg_id": 740627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30151, "Shape__Length": 112.49872576760126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126644883160907, 40.0406903504295 ], [ -75.127640479059394, 40.040823147272398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7521, "tnode_": 7191, "lpoly_": null, "rpoly_": null, "length": 560.78048073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 20980, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740628, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30152, "Shape__Length": 223.81510760762302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141236777873004, 40.041011406102299 ], [ -75.140902480969501, 40.042529220071998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7543, "tnode_": 7211, "lpoly_": null, "rpoly_": null, "length": 562.41873031, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 88030, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30153, "Shape__Length": 224.46927408564574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140450584544297, 40.0409109312506 ], [ -75.140119711011295, 40.0424337478917 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7552, "tnode_": 7388, "lpoly_": null, "rpoly_": null, "length": 332.24785303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5730, "r_f_add": 5701, "r_t_add": 5731, "st_code": 24160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740630, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30154, "Shape__Length": 132.44653078828409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104634982816407, 40.0400829182758 ], [ -75.103957098413105, 40.0408315023722 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7421, "tnode_": 7552, "lpoly_": null, "rpoly_": null, "length": 351.29784637, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 525, "l_t_add": 543, "r_f_add": 512, "r_t_add": 550, "st_code": 37480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30155, "Shape__Length": 139.87746706316778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105624282183001, 40.040676032248101 ], [ -75.104634982816407, 40.0400829182758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7559, "tnode_": 7438, "lpoly_": null, "rpoly_": null, "length": 180.77954107000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5920, "l_t_add": 5938, "r_f_add": 5919, "r_t_add": 5939, "st_code": 35200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30156, "Shape__Length": 72.151809067678371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120333372097804, 40.040408996134197 ], [ -75.120235746018096, 40.040899551498804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7559, "tnode_": 7499, "lpoly_": null, "rpoly_": null, "length": 630.48943899000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WIDENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 152, "r_f_add": 101, "r_t_add": 151, "st_code": 83040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740633, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WIDENER ST", "stname": "WIDENER ST", "objectid": 30157, "Shape__Length": 250.69728009921548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120333372097804, 40.040408996134197 ], [ -75.122553723508901, 40.040697266429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7568, "tnode_": 7456, "lpoly_": null, "rpoly_": null, "length": 186.91618851000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5919, "st_code": 87830, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740634, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30158, "Shape__Length": 74.604774211769765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124179340547101, 40.040372061181799 ], [ -75.124112564612105, 40.040882594678202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7568, "tnode_": 7517, "lpoly_": null, "rpoly_": null, "length": 700.00419602, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 59180, "l_hundred": 200, "r_hundred": 200, "seg_id": 740635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30159, "Shape__Length": 278.3375401078747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124179340547101, 40.040372061181799 ], [ -75.126644883160907, 40.0406903504295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7570, "tnode_": 7477, "lpoly_": null, "rpoly_": null, "length": 189.47980764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5732, "l_t_add": 5734, "r_f_add": 5733, "r_t_add": 5735, "st_code": 17620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30160, "Shape__Length": 75.496790730865527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102319631398203, 40.039937928224901 ], [ -75.101865892116194, 40.040323832301098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7388, "tnode_": 7570, "lpoly_": null, "rpoly_": null, "length": 562.28425428000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 537, "l_t_add": 599, "r_f_add": 554, "r_t_add": 598, "st_code": 70900, "l_hundred": 500, "r_hundred": 500, "seg_id": 740637, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30161, "Shape__Length": 223.84855608665964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103957098413105, 40.0408315023722 ], [ -75.102319631398203, 40.039937928224901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7404, "tnode_": 7573, "lpoly_": null, "rpoly_": null, "length": 552.91429399000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 12520, "l_hundred": 600, "r_hundred": 600, "seg_id": 740638, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 30162, "Shape__Length": 220.1235071723294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101427301096606, 40.040695546737197 ], [ -75.099824967948194, 40.039808432749403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7598, "tnode_": 7499, "lpoly_": null, "rpoly_": null, "length": 198.14855046000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5917, "st_code": 54200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740639, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30163, "Shape__Length": 79.049317453173543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122812628141702, 40.040191033577997 ], [ -75.122553723508901, 40.040697266429 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7598, "tnode_": 7568, "lpoly_": null, "rpoly_": null, "length": 388.31192633000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 162, "l_t_add": 198, "r_f_add": 159, "r_t_add": 199, "st_code": 59180, "l_hundred": 100, "r_hundred": 100, "seg_id": 740640, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30164, "Shape__Length": 154.40191691799998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122812628141702, 40.040191033577997 ], [ -75.124179340547101, 40.040372061181799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7607, "tnode_": 7598, "lpoly_": null, "rpoly_": null, "length": 171.20816804, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 146, "l_t_add": 160, "r_f_add": 155, "r_t_add": 157, "st_code": 59180, "l_hundred": 100, "r_hundred": 100, "seg_id": 740641, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30165, "Shape__Length": 68.073814621381871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122207238220497, 40.040124923005202 ], [ -75.122812628141702, 40.040191033577997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7624, "tnode_": 7607, "lpoly_": null, "rpoly_": null, "length": 252.81722883, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 118, "l_t_add": 144, "r_f_add": 121, "r_t_add": 153, "st_code": 59180, "l_hundred": 100, "r_hundred": 100, "seg_id": 740642, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30166, "Shape__Length": 100.52468185337183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121316205278205, 40.0400126101936 ], [ -75.122207238220497, 40.040124923005202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7563, "tnode_": 7688, "lpoly_": null, "rpoly_": null, "length": 383.36604417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1138, "st_code": 28320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 30167, "Shape__Length": 152.61291967137973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084415493848994, 40.039508844291198 ], [ -75.083806897157999, 40.039175014376099 ], [ -75.083292682614498, 40.038906722609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7626, "tnode_": 7570, "lpoly_": null, "rpoly_": null, "length": 173.78564232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5716, "l_t_add": 5730, "r_f_add": 5717, "r_t_add": 5731, "st_code": 17620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 30168, "Shape__Length": 69.247274517724605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102728802148505, 40.0395792092976 ], [ -75.102319631398203, 40.039937928224901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7642, "tnode_": 7573, "lpoly_": null, "rpoly_": null, "length": 184.77090549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5762, "l_t_add": 5780, "r_f_add": 5763, "r_t_add": 5781, "st_code": 76025, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740646, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30169, "Shape__Length": 73.616758829623123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100272916626196, 40.039435975210203 ], [ -75.099824967948194, 40.039808432749403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7477, "tnode_": 7642, "lpoly_": null, "rpoly_": null, "length": 550.95128276999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 21740, "l_hundred": 600, "r_hundred": 600, "seg_id": 740647, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 30170, "Shape__Length": 219.3434143126793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101865892116194, 40.040323832301098 ], [ -75.100272916626196, 40.039435975210203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7646, "tnode_": 7559, "lpoly_": null, "rpoly_": null, "length": 189.0986928, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5917, "st_code": 35200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30171, "Shape__Length": 75.471384823303566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120436748259806, 40.039896015141203 ], [ -75.120333372097804, 40.040408996134197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7646, "tnode_": 7624, "lpoly_": null, "rpoly_": null, "length": 249.8801334, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 116, "r_f_add": 1, "r_t_add": 119, "st_code": 59180, "l_hundred": 0, "r_hundred": 0, "seg_id": 740649, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30172, "Shape__Length": 99.357734902293871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120436748259806, 40.039896015141203 ], [ -75.121316205278205, 40.0400126101936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7670, "tnode_": 7357, "lpoly_": null, "rpoly_": null, "length": 560.46693342000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 81680, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 30173, "Shape__Length": 223.6864145636884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1195584887179, 40.039788336550103 ], [ -75.119227460671198, 40.041305700285001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7646, "tnode_": 7670, "lpoly_": null, "rpoly_": null, "length": 249.01787052999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 59160, "l_hundred": 0, "r_hundred": 0, "seg_id": 740651, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEDRO AVE", "stname": "E NEDRO AVE", "objectid": 30174, "Shape__Length": 99.013118794838647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120436748259806, 40.039896015141203 ], [ -75.1195584887179, 40.039788336550103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7676, "tnode_": 7517, "lpoly_": null, "rpoly_": null, "length": 281.41810472999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5834, "l_t_add": 5898, "r_f_add": 5831, "r_t_add": 5899, "st_code": 87850, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740652, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30175, "Shape__Length": 112.31626455738514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126806554533005, 40.039927884223502 ], [ -75.126644883160907, 40.0406903504295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7678, "tnode_": 7301, "lpoly_": null, "rpoly_": null, "length": 694.61938634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5883, "st_code": 87930, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30176, "Shape__Length": 277.22643574711742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133462928654396, 40.040003193733099 ], [ -75.133033830448994, 40.041881266520399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7678, "tnode_": 7673, "lpoly_": null, "rpoly_": null, "length": 290.68731244999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 38040, "l_hundred": 700, "r_hundred": 700, "seg_id": 740654, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30177, "Shape__Length": 115.58589151684978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133462928654396, 40.040003193733099 ], [ -75.134224593650998, 40.040115823968499 ], [ -75.1344835501408, 40.040149121003097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7690, "tnode_": 7376, "lpoly_": null, "rpoly_": null, "length": 560.23667641999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 11020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740655, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30178, "Shape__Length": 223.59543420277032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118769270384206, 40.039694605241699 ], [ -75.118446910224705, 40.041212430588203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7670, "tnode_": 7690, "lpoly_": null, "rpoly_": null, "length": 223.60060466, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 59160, "l_hundred": 100, "r_hundred": 100, "seg_id": 740656, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEDRO AVE", "stname": "E NEDRO AVE", "objectid": 30179, "Shape__Length": 88.906187446307669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1195584887179, 40.039788336550103 ], [ -75.118769270384206, 40.039694605241699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7698, "tnode_": 7568, "lpoly_": null, "rpoly_": null, "length": 225.3572818, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5820, "l_t_add": 5898, "r_f_add": 5849, "r_t_add": 5899, "st_code": 87830, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740657, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30180, "Shape__Length": 89.947920248871114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124251375695394, 40.039755911630202 ], [ -75.124179340547101, 40.040372061181799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7699, "tnode_": 7322, "lpoly_": null, "rpoly_": null, "length": 690.74531539000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 53860, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740658, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 30181, "Shape__Length": 275.68184882341814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132632184352701, 40.039898749587501 ], [ -75.132218962076493, 40.041768138035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7702, "tnode_": 7390, "lpoly_": null, "rpoly_": null, "length": 557.20034048999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 31220, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 30182, "Shape__Length": 222.37799005158956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118012301606399, 40.039601874152098 ], [ -75.117656224988906, 40.041106770220999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7690, "tnode_": 7702, "lpoly_": null, "rpoly_": null, "length": 214.62381581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 218, "r_f_add": 201, "r_t_add": 219, "st_code": 59160, "l_hundred": 200, "r_hundred": 200, "seg_id": 740660, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEDRO AVE", "stname": "E NEDRO AVE", "objectid": 30183, "Shape__Length": 85.33728622768443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118769270384206, 40.039694605241699 ], [ -75.118012301606399, 40.039601874152098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7552, "tnode_": 7715, "lpoly_": null, "rpoly_": null, "length": 521.09413238000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 545, "l_t_add": 599, "r_f_add": 552, "r_t_add": 598, "st_code": 37480, "l_hundred": 500, "r_hundred": 500, "seg_id": 740661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30184, "Shape__Length": 207.48185375773284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104634982816407, 40.0400829182758 ], [ -75.103165023403704, 40.039205605598902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7719, "tnode_": 7345, "lpoly_": null, "rpoly_": null, "length": 686.71670766, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 87910, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30185, "Shape__Length": 274.07552147522381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131787017109303, 40.039797451267901 ], [ -75.131389658988695, 40.041657664232901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7723, "tnode_": 7409, "lpoly_": null, "rpoly_": null, "length": 563.37498088000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 15380, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740663, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 30186, "Shape__Length": 224.84451495911074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117229295020493, 40.039499029059598 ], [ -75.116885826068099, 40.041022860683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7702, "tnode_": 7723, "lpoly_": null, "rpoly_": null, "length": 222.41760112, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 220, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 59160, "l_hundred": 200, "r_hundred": 200, "seg_id": 740664, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEDRO AVE", "stname": "E NEDRO AVE", "objectid": 30187, "Shape__Length": 88.43733167372433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118012301606399, 40.039601874152098 ], [ -75.117229295020493, 40.039499029059598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7663, "tnode_": 7725, "lpoly_": null, "rpoly_": null, "length": 192.63717608000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19149, "l_f_add": 1001, "l_t_add": 1027, "r_f_add": 1000, "r_t_add": 1026, "st_code": 24480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740665, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 30188, "Shape__Length": 76.681712341070607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090545909114795, 40.039151373439303 ], [ -75.089975688676503, 40.038855494356099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7733, "tnode_": 7370, "lpoly_": null, "rpoly_": null, "length": 727.08711884000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAMMOND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 40260, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740666, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAMMOND AVE", "stname": "HAMMOND AVE", "objectid": 30189, "Shape__Length": 289.95684320892497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116728923316998, 40.039437649949697 ], [ -75.115491070185996, 40.041192229158902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7723, "tnode_": 7733, "lpoly_": null, "rpoly_": null, "length": 141.87576210999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 59160, "l_hundred": 300, "r_hundred": 300, "seg_id": 740667, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2003-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NEDRO AVE", "stname": "E NEDRO AVE", "objectid": 30190, "Shape__Length": 56.411556584427331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117229295020493, 40.039499029059598 ], [ -75.116728923316998, 40.039437649949697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7738, "tnode_": 7642, "lpoly_": null, "rpoly_": null, "length": 195.6934491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5742, "l_t_add": 5760, "r_f_add": 5743, "r_t_add": 5761, "st_code": 76025, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740668, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30191, "Shape__Length": 77.978327208192539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100729874903195, 40.039029499911599 ], [ -75.100272916626196, 40.039435975210203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7570, "tnode_": 7738, "lpoly_": null, "rpoly_": null, "length": 554.66206714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 70900, "l_hundred": 600, "r_hundred": 600, "seg_id": 740669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30192, "Shape__Length": 220.8293446550814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102319631398203, 40.039937928224901 ], [ -75.100729874903195, 40.039029499911599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7743, "tnode_": 7399, "lpoly_": null, "rpoly_": null, "length": 630.29196719000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 33240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740670, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30193, "Shape__Length": 251.55180512619012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130848830196499, 40.039666203812899 ], [ -75.130461827471194, 40.041370668668002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7743, "tnode_": 7719, "lpoly_": null, "rpoly_": null, "length": 267.00443525999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 530, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 38040, "l_hundred": 500, "r_hundred": 500, "seg_id": 740671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30194, "Shape__Length": 106.16771192469312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130848830196499, 40.039666203812899 ], [ -75.131309176158595, 40.039730604614597 ], [ -75.131787017109303, 40.039797451267901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7758, "tnode_": 7444, "lpoly_": null, "rpoly_": null, "length": 562.08142452000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 87890, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740672, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30195, "Shape__Length": 224.32995916197339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129832741264494, 40.039535343043902 ], [ -75.129500844099894, 40.0410570884669 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7758, "tnode_": 7743, "lpoly_": null, "rpoly_": null, "length": 288.46783839, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 528, "r_f_add": 501, "r_t_add": 529, "st_code": 38040, "l_hundred": 500, "r_hundred": 500, "seg_id": 740673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30196, "Shape__Length": 114.69972354737361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129832741264494, 40.039535343043902 ], [ -75.130376423372397, 40.039605364439197 ], [ -75.130848830196499, 40.039666203812899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7762, "tnode_": 7639, "lpoly_": null, "rpoly_": null, "length": 249.48186959, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5722, "r_f_add": 5701, "r_t_add": 5749, "st_code": 19140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740674, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30197, "Shape__Length": 99.572022301243123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144574691481594, 40.039845949870298 ], [ -75.144445924240401, 40.040523617620302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7725, "tnode_": 7768, "lpoly_": null, "rpoly_": null, "length": 183.89666139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19149, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 24480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 30198, "Shape__Length": 73.216843602758502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089975688676503, 40.038855494356099 ], [ -75.089451924761903, 40.038550915795298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7777, "tnode_": 7758, "lpoly_": null, "rpoly_": null, "length": 281.29110143999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 428, "l_t_add": 498, "r_f_add": 423, "r_t_add": 499, "st_code": 38040, "l_hundred": 400, "r_hundred": 400, "seg_id": 740676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30199, "Shape__Length": 111.84535487036584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128841282800494, 40.0394107585794 ], [ -75.129832741264494, 40.039535343043902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7783, "tnode_": 7480, "lpoly_": null, "rpoly_": null, "length": 570.50149895000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 62960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740677, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 30200, "Shape__Length": 227.68909008866572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143398283901206, 40.039699933731903 ], [ -75.143048218536805, 40.041242740655001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7788, "tnode_": 7494, "lpoly_": null, "rpoly_": null, "length": 565.74199253999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 87870, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740678, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30201, "Shape__Length": 225.78897048386099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127982406720406, 40.039292517787601 ], [ -75.127640479059394, 40.040823147272398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7788, "tnode_": 7777, "lpoly_": null, "rpoly_": null, "length": 244.31047196999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 421, "st_code": 38040, "l_hundred": 400, "r_hundred": 400, "seg_id": 740679, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30202, "Shape__Length": 97.143097466651881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127982406720406, 40.039292517787601 ], [ -75.128841282800494, 40.0394107585794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7789, "tnode_": 7738, "lpoly_": null, "rpoly_": null, "length": 184.10737403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5722, "l_t_add": 5740, "r_f_add": 5723, "r_t_add": 5741, "st_code": 76025, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740680, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30203, "Shape__Length": 73.348752063448686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101180885515703, 40.038661734676502 ], [ -75.100729874903195, 40.039029499911599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7626, "tnode_": 7789, "lpoly_": null, "rpoly_": null, "length": 547.31326022000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 18980, "l_hundred": 600, "r_hundred": 600, "seg_id": 740681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 30204, "Shape__Length": 217.91694793953963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102728802148505, 40.0395792092976 ], [ -75.101180885515703, 40.038661734676502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7793, "tnode_": 7563, "lpoly_": null, "rpoly_": null, "length": 555.23483781999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 75420, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740682, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30205, "Shape__Length": 221.31074819529556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085590814546407, 40.038281233906197 ], [ -75.084415493848994, 40.039508844291198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7799, "tnode_": 7505, "lpoly_": null, "rpoly_": null, "length": 573.80264610999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88050, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740683, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30206, "Shape__Length": 229.00840083128244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142364803242501, 40.039560493983501 ], [ -75.142028032629199, 40.041114235781897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7799, "tnode_": 7783, "lpoly_": null, "rpoly_": null, "length": 293.7956664, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1328, "r_f_add": 1301, "r_t_add": 1329, "st_code": 23000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30207, "Shape__Length": 116.81940367084779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142364803242501, 40.039560493983501 ], [ -75.143398283901206, 40.039699933731903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7800, "tnode_": 7663, "lpoly_": null, "rpoly_": null, "length": 360.12664592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 11980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 30208, "Shape__Length": 143.49422176284725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091335828756996, 40.038418726495003 ], [ -75.091314464524999, 40.038595193577002 ], [ -75.090545909114795, 40.039151373439303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7809, "tnode_": 7676, "lpoly_": null, "rpoly_": null, "length": 282.12516644, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5832, "r_f_add": 5801, "r_t_add": 5829, "st_code": 87850, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740686, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30209, "Shape__Length": 112.5957152308758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126978844725699, 40.039164823289902 ], [ -75.126806554533005, 40.039927884223502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7809, "tnode_": 7788, "lpoly_": null, "rpoly_": null, "length": 284.82001875999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 38040, "l_hundred": 300, "r_hundred": 300, "seg_id": 740687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30210, "Shape__Length": 113.24838301442679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126978844725699, 40.039164823289902 ], [ -75.127982406720406, 40.039292517787601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7813, "tnode_": 7521, "lpoly_": null, "rpoly_": null, "length": 572.7271398, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 20980, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740688, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30211, "Shape__Length": 228.57746602479915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141582191589293, 40.039461781031399 ], [ -75.141236777873004, 40.041011406102299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7832, "tnode_": 7543, "lpoly_": null, "rpoly_": null, "length": 573.44729640999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88030, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740689, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30212, "Shape__Length": 228.8646444301971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140795750688596, 40.039359268011196 ], [ -75.140450584544297, 40.0409109312506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7838, "tnode_": 7687, "lpoly_": null, "rpoly_": null, "length": 306.81846936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 12440, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30213, "Shape__Length": 122.45590344689737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1258212451703, 40.039018443757897 ], [ -75.1256735724794, 40.039853013325903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7838, "tnode_": 7835, "lpoly_": null, "rpoly_": null, "length": 79.4855668, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 238, "l_t_add": 244, "r_f_add": 247, "r_t_add": 247, "st_code": 38040, "l_hundred": 200, "r_hundred": 200, "seg_id": 740691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30214, "Shape__Length": 31.604662603192534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1258212451703, 40.039018443757897 ], [ -75.1261010927049, 40.039055080799599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7735, "tnode_": 7855, "lpoly_": null, "rpoly_": null, "length": 250.43507126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 508, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 740692, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30215, "Shape__Length": 99.897031007064044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110013245000303, 40.039158432311901 ], [ -75.109658801117604, 40.038527244457399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7715, "tnode_": 7867, "lpoly_": null, "rpoly_": null, "length": 553.44452652999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 37480, "l_hundred": 600, "r_hundred": 600, "seg_id": 740693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30216, "Shape__Length": 220.33993395958655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103165023403704, 40.039205605598902 ], [ -75.101575512369493, 40.038302552916598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7869, "tnode_": 7725, "lpoly_": null, "rpoly_": null, "length": 367.48548743000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 12550, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740694, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDALE ST", "stname": "ANDALE ST", "objectid": 30217, "Shape__Length": 146.48106149966682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090741607321704, 40.038036302514598 ], [ -75.089975688676503, 40.038855494356099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7800, "tnode_": 7869, "lpoly_": null, "rpoly_": null, "length": 217.00440622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 901, "l_t_add": 901, "r_f_add": 900, "r_t_add": 900, "st_code": 43840, "l_hundred": 900, "r_hundred": 900, "seg_id": 740695, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 30218, "Shape__Length": 86.414200285272784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091335828756996, 40.038418726495003 ], [ -75.090741607321704, 40.038036302514598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7871, "tnode_": 7698, "lpoly_": null, "rpoly_": null, "length": 371.69505071999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD SECOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 61260, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD SECOND ST", "stname": "OLD SECOND ST", "objectid": 30219, "Shape__Length": 148.31731562463648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123894871884104, 40.038773047982303 ], [ -75.124251375695394, 40.039755911630202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7871, "tnode_": 7857, "lpoly_": null, "rpoly_": null, "length": 241.78895448, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 184, "l_t_add": 198, "r_f_add": 185, "r_t_add": 199, "st_code": 38040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30220, "Shape__Length": 96.138850301524798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123894871884104, 40.038773047982303 ], [ -75.124745911644197, 40.038885537962202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7879, "tnode_": 7598, "lpoly_": null, "rpoly_": null, "length": 570.33641458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 54200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740698, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30221, "Shape__Length": 227.53267237596614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123538503487296, 40.038728177388499 ], [ -75.122812628141702, 40.040191033577997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7879, "tnode_": 7871, "lpoly_": null, "rpoly_": null, "length": 101.11321746, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 180, "l_t_add": 182, "r_f_add": 181, "r_t_add": 183, "st_code": 38040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30222, "Shape__Length": 40.203646124938011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123538503487296, 40.038728177388499 ], [ -75.123894871884104, 40.038773047982303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7900, "tnode_": 7607, "lpoly_": null, "rpoly_": null, "length": 564.81697805, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 43800, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740700, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30223, "Shape__Length": 225.42034985479731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1225288042004, 40.038594261015 ], [ -75.122207238220497, 40.040124923005202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7900, "tnode_": 7879, "lpoly_": null, "rpoly_": null, "length": 286.8945403, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 152, "l_t_add": 178, "r_f_add": 153, "r_t_add": 179, "st_code": 38040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30224, "Shape__Length": 114.07329924346375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1225288042004, 40.038594261015 ], [ -75.123538503487296, 40.038728177388499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7901, "tnode_": 7762, "lpoly_": null, "rpoly_": null, "length": 282.67543278000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 19140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740702, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30225, "Shape__Length": 112.81449113443263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144751910893206, 40.039082021760997 ], [ -75.144574691481594, 40.039845949870298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7910, "tnode_": 7835, "lpoly_": null, "rpoly_": null, "length": 158.09525131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5728, "l_t_add": 5798, "r_f_add": 5729, "r_t_add": 5799, "st_code": 12440, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740703, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30226, "Shape__Length": 63.095815072863729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126191466253204, 40.038626685973 ], [ -75.1261010927049, 40.039055080799599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7916, "tnode_": 7688, "lpoly_": null, "rpoly_": null, "length": 558.76546685000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 35240, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 740704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 30227, "Shape__Length": 222.72034294204741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084467093420002, 40.037666668007198 ], [ -75.084024694736897, 40.038144854728102 ], [ -75.083292682614498, 40.038906722609603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7922, "tnode_": 7624, "lpoly_": null, "rpoly_": null, "length": 562.28758864999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 43480, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740705, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 30228, "Shape__Length": 224.40950636332406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121643397970601, 40.038489689968898 ], [ -75.121316205278205, 40.0400126101936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7922, "tnode_": 7900, "lpoly_": null, "rpoly_": null, "length": 250.82440173999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 126, "l_t_add": 150, "r_f_add": 125, "r_t_add": 151, "st_code": 38040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30229, "Shape__Length": 99.728822222876815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121643397970601, 40.038489689968898 ], [ -75.1225288042004, 40.038594261015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7930, "tnode_": 7646, "lpoly_": null, "rpoly_": null, "length": 564.51077308000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 35200, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30230, "Shape__Length": 225.29573803303575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120769749830899, 40.038367650786697 ], [ -75.120436748259806, 40.039896015141203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7930, "tnode_": 7922, "lpoly_": null, "rpoly_": null, "length": 248.62985612, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 124, "r_f_add": 101, "r_t_add": 123, "st_code": 38040, "l_hundred": 100, "r_hundred": 100, "seg_id": 740708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 30231, "Shape__Length": 98.859581226175266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120769749830899, 40.038367650786697 ], [ -75.121643397970601, 40.038489689968898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7934, "tnode_": 7768, "lpoly_": null, "rpoly_": null, "length": 372.90102196000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 31440, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMHURST ST", "stname": "ELMHURST ST", "objectid": 30232, "Shape__Length": 148.676843961298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090103167671899, 40.037682344003798 ], [ -75.089461470884402, 40.038390076685999 ], [ -75.089451924761903, 40.038550915795298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7869, "tnode_": 7934, "lpoly_": null, "rpoly_": null, "length": 220.41546878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 903, "l_t_add": 909, "r_f_add": 902, "r_t_add": 908, "st_code": 43840, "l_hundred": 900, "r_hundred": 900, "seg_id": 740710, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 30233, "Shape__Length": 87.747844714709416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090741607321704, 40.038036302514598 ], [ -75.090103167671899, 40.037682344003798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7939, "tnode_": 7857, "lpoly_": null, "rpoly_": null, "length": 160.01451736, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5722, "l_t_add": 5798, "r_f_add": 5725, "r_t_add": 5799, "st_code": 87830, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30234, "Shape__Length": 63.862565637112269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124830485009795, 40.038451116032398 ], [ -75.124745911644197, 40.038885537962202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7939, "tnode_": 7910, "lpoly_": null, "rpoly_": null, "length": 386.40623741000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FURLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 35380, "l_hundred": 200, "r_hundred": 200, "seg_id": 740712, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FURLEY ST", "stname": "FURLEY ST", "objectid": 30235, "Shape__Length": 153.63934850805899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124830485009795, 40.038451116032398 ], [ -75.126191466253204, 40.038626685973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7916, "tnode_": 7964, "lpoly_": null, "rpoly_": null, "length": 238.26908932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 16920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 30236, "Shape__Length": 94.852350327504752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084467093420002, 40.037666668007198 ], [ -75.0841611838906, 40.0374992537756 ], [ -75.084114315529206, 40.037476515807597 ], [ -75.083773450820203, 40.037287910389502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7943, "tnode_": 7783, "lpoly_": null, "rpoly_": null, "length": 323.95069974, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 62960, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740714, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 30237, "Shape__Length": 129.28946813239688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143583829972698, 40.038822161223997 ], [ -75.143398283901206, 40.039699933731903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7790, "tnode_": 7949, "lpoly_": null, "rpoly_": null, "length": 554.4102176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 12120, "l_hundred": 600, "r_hundred": 600, "seg_id": 740715, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 30238, "Shape__Length": 220.73827072175465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103695711969394, 40.038738325990799 ], [ -75.102125387262205, 40.037811307578501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7957, "tnode_": 7678, "lpoly_": null, "rpoly_": null, "length": 569.90701332000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 87930, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30239, "Shape__Length": 227.44862806922785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133806469791296, 40.038461177047303 ], [ -75.133462928654396, 40.040003193733099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7966, "tnode_": 7799, "lpoly_": null, "rpoly_": null, "length": 353.38455685000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88050, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740717, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30240, "Shape__Length": 141.03486068557814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142576639929899, 40.038604174060502 ], [ -75.142364803242501, 40.039560493983501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7966, "tnode_": 7943, "lpoly_": null, "rpoly_": null, "length": 292.98045987999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1335, "st_code": 61360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740718, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30241, "Shape__Length": 116.51377051575739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142576639929899, 40.038604174060502 ], [ -75.143583829972698, 40.038822161223997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7971, "tnode_": 7699, "lpoly_": null, "rpoly_": null, "length": 570.10792052, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 53860, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740719, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 30242, "Shape__Length": 227.52925579058672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132970433867996, 40.0383554827078 ], [ -75.132632184352701, 40.039898749587501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7971, "tnode_": 7957, "lpoly_": null, "rpoly_": null, "length": 237.2369226, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 618, "l_t_add": 698, "r_f_add": 619, "r_t_add": 699, "st_code": 23000, "l_hundred": 600, "r_hundred": 600, "seg_id": 740720, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30243, "Shape__Length": 94.327421404395665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132970433867996, 40.0383554827078 ], [ -75.133373274912898, 40.038406711304397 ], [ -75.133806469791296, 40.038461177047303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7989, "tnode_": 7719, "lpoly_": null, "rpoly_": null, "length": 570.50977864999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 87910, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30244, "Shape__Length": 227.68794145050001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132134693866504, 40.038254303095897 ], [ -75.131787017109303, 40.039797451267901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7989, "tnode_": 7971, "lpoly_": null, "rpoly_": null, "length": 236.89396505, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 617, "st_code": 23000, "l_hundred": 600, "r_hundred": 600, "seg_id": 740722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30245, "Shape__Length": 94.190119763205104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132134693866504, 40.038254303095897 ], [ -75.132970433867996, 40.0383554827078 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7995, "tnode_": 7875, "lpoly_": null, "rpoly_": null, "length": 316.91600632000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 48940, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30246, "Shape__Length": 126.30427561008564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089405758118005, 40.037273050025703 ], [ -75.088710913684906, 40.037959780533001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7934, "tnode_": 7995, "lpoly_": null, "rpoly_": null, "length": 245.69127965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 911, "l_t_add": 999, "r_f_add": 910, "r_t_add": 998, "st_code": 43840, "l_hundred": 900, "r_hundred": 900, "seg_id": 740724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 30247, "Shape__Length": 97.819708745357076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090103167671899, 40.037682344003798 ], [ -75.089405758118005, 40.037273050025703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7999, "tnode_": 7813, "lpoly_": null, "rpoly_": null, "length": 381.70174596000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 20980, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740725, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30248, "Shape__Length": 152.33614783971734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141809122871905, 40.038428584920702 ], [ -75.141582191589293, 40.039461781031399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8004, "tnode_": 7879, "lpoly_": null, "rpoly_": null, "length": 240.63669971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5746, "l_t_add": 5798, "r_f_add": 5739, "r_t_add": 5799, "st_code": 54200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740726, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30249, "Shape__Length": 96.044741712414577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123607182008797, 40.0380697139544 ], [ -75.123538503487296, 40.038728177388499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8004, "tnode_": 7871, "lpoly_": null, "rpoly_": null, "length": 268.57743441000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD SECOND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 61260, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740727, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD SECOND ST", "stname": "OLD SECOND ST", "objectid": 30250, "Shape__Length": 107.16150567735093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123607182008797, 40.0380697139544 ], [ -75.123894871884104, 40.038773047982303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8009, "tnode_": 7743, "lpoly_": null, "rpoly_": null, "length": 566.26720099, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 33240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740728, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30251, "Shape__Length": 225.99847890465887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131164988342803, 40.038130845930198 ], [ -75.130848830196499, 40.039666203812899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8009, "tnode_": 7989, "lpoly_": null, "rpoly_": null, "length": 275.21953478, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 530, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 23000, "l_hundred": 500, "r_hundred": 500, "seg_id": 740729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30252, "Shape__Length": 109.42944020575865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131164988342803, 40.038130845930198 ], [ -75.131629186054496, 40.0381899453863 ], [ -75.132134693866504, 40.038254303095897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8016, "tnode_": 7793, "lpoly_": null, "rpoly_": null, "length": 560.5601077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 75420, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740730, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30253, "Shape__Length": 223.41434552449999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0868058095365, 40.037058227507103 ], [ -75.085590814546407, 40.038281233906197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8029, "tnode_": 7758, "lpoly_": null, "rpoly_": null, "length": 567.72479062000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 87890, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740731, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30254, "Shape__Length": 226.57776495575956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130163993941196, 40.037997810666901 ], [ -75.129832741264494, 40.039535343043902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8029, "tnode_": 8009, "lpoly_": null, "rpoly_": null, "length": 284.44052795, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 528, "r_f_add": 501, "r_t_add": 529, "st_code": 23000, "l_hundred": 500, "r_hundred": 500, "seg_id": 740732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-11-21T00:00:00Z", "newsegdate": "2000-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30255, "Shape__Length": 113.09660676036273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130163993941196, 40.037997810666901 ], [ -75.130708396885694, 40.038070164644203 ], [ -75.131164988342803, 40.038130845930198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8032, "tnode_": 7832, "lpoly_": null, "rpoly_": null, "length": 408.19036876999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88030, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30256, "Shape__Length": 162.90741146109474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141038055920902, 40.038254323629801 ], [ -75.140795750688596, 40.039359268011196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8047, "tnode_": 7777, "lpoly_": null, "rpoly_": null, "length": 569.57070241999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 49660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740734, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30257, "Shape__Length": 227.31252359865405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129184051366593, 40.037869577271202 ], [ -75.128841282800494, 40.0394107585794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8047, "tnode_": 8029, "lpoly_": null, "rpoly_": null, "length": 278.33555276000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 418, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 23000, "l_hundred": 400, "r_hundred": 400, "seg_id": 740735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30258, "Shape__Length": 110.66861281514586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129184051366593, 40.037869577271202 ], [ -75.130163993941196, 40.037997810666901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8060, "tnode_": 7847, "lpoly_": null, "rpoly_": null, "length": 434.45087073000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 54140, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740736, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30259, "Shape__Length": 173.387725184212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1402708413477, 40.038081276285098 ], [ -75.140014209093707, 40.039257469069099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8065, "tnode_": 7788, "lpoly_": null, "rpoly_": null, "length": 569.59911523000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 87870, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740737, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30260, "Shape__Length": 227.32388943360672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128322339726594, 40.037750886438502 ], [ -75.127982406720406, 40.039292517787601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8065, "tnode_": 8047, "lpoly_": null, "rpoly_": null, "length": 245.12628332, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 419, "st_code": 23000, "l_hundred": 400, "r_hundred": 400, "seg_id": 740738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30261, "Shape__Length": 97.465280027941176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128322339726594, 40.037750886438502 ], [ -75.129184051366593, 40.037869577271202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8068, "tnode_": 7943, "lpoly_": null, "rpoly_": null, "length": 283.44571257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 62960, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740739, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 30262, "Shape__Length": 113.12038025517445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143760429757407, 40.038056001141399 ], [ -75.143583829972698, 40.038822161223997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8068, "tnode_": 8035, "lpoly_": null, "rpoly_": null, "length": 249.43323896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1331, "r_t_add": 1399, "st_code": 76540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 740740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30263, "Shape__Length": 99.19430533338182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143760429757407, 40.038056001141399 ], [ -75.144618600987201, 40.038239687538699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8077, "tnode_": 7850, "lpoly_": null, "rpoly_": null, "length": 561.03727701000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGUSTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 11400, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740741, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGUSTA ST", "stname": "AGUSTA ST", "objectid": 30264, "Shape__Length": 223.62704477127681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086209722565997, 40.036743131729402 ], [ -75.085038595314899, 40.037992777114198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8078, "tnode_": 7809, "lpoly_": null, "rpoly_": null, "length": 568.42353231999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 87850, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740742, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30265, "Shape__Length": 226.85652190868063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127302569569395, 40.0376244010886 ], [ -75.126978844725699, 40.039164823289902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8078, "tnode_": 8065, "lpoly_": null, "rpoly_": null, "length": 289.23419423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 23000, "l_hundred": 300, "r_hundred": 300, "seg_id": 740743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30266, "Shape__Length": 115.00032041701759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127302569569395, 40.0376244010886 ], [ -75.128322339726594, 40.037750886438502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8086, "tnode_": 7859, "lpoly_": null, "rpoly_": null, "length": 464.36373428999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 88010, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30267, "Shape__Length": 185.32520950358608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139490378157305, 40.037898517756197 ], [ -75.139214412273304, 40.039155478677998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8094, "tnode_": 7910, "lpoly_": null, "rpoly_": null, "length": 410.90949437, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5726, "r_f_add": 5701, "r_t_add": 5727, "st_code": 12440, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30268, "Shape__Length": 163.99007536582616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126440574950195, 40.037515061094297 ], [ -75.126191466253204, 40.038626685973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8094, "tnode_": 8078, "lpoly_": null, "rpoly_": null, "length": 244.62745558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 230, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 23000, "l_hundred": 200, "r_hundred": 200, "seg_id": 740746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30269, "Shape__Length": 97.264824161575419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126440574950195, 40.037515061094297 ], [ -75.127302569569395, 40.0376244010886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8103, "tnode_": 8094, "lpoly_": null, "rpoly_": null, "length": 69.47275212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 222, "l_t_add": 228, "r_f_add": 225, "r_t_add": 233, "st_code": 23000, "l_hundred": 200, "r_hundred": 200, "seg_id": 740747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30270, "Shape__Length": 27.622169815657564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126195271083702, 40.037486449084703 ], [ -75.126440574950195, 40.037515061094297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8108, "tnode_": 7966, "lpoly_": null, "rpoly_": null, "length": 282.50060287000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 88050, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30271, "Shape__Length": 112.74363507707507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1427473701022, 40.037839860675199 ], [ -75.142576639929899, 40.038604174060502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8108, "tnode_": 8068, "lpoly_": null, "rpoly_": null, "length": 294.38521218, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1301, "r_t_add": 1329, "st_code": 76540, "l_hundred": 1200, "r_hundred": 1300, "seg_id": 740749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30272, "Shape__Length": 117.07020712782777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1427473701022, 40.037839860675199 ], [ -75.143760429757407, 40.038056001141399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8116, "tnode_": 7877, "lpoly_": null, "rpoly_": null, "length": 497.02615057999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 81440, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30273, "Shape__Length": 198.35994366378924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138718175528993, 40.037715194683798 ], [ -75.138420979813006, 40.039060330968702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8119, "tnode_": 7875, "lpoly_": null, "rpoly_": null, "length": 541.99475230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 62080, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740751, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 30274, "Shape__Length": 216.24062768507525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088094306552193, 40.0365494499205 ], [ -75.088710913684906, 40.037959780533001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7995, "tnode_": 8119, "lpoly_": null, "rpoly_": null, "length": 452.02953953999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 43840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740752, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 30275, "Shape__Length": 179.94983055804559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089405758118005, 40.037273050025703 ], [ -75.088094306552193, 40.0365494499205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8125, "tnode_": 7939, "lpoly_": null, "rpoly_": null, "length": 416.04244054999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5723, "st_code": 87830, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30276, "Shape__Length": 166.04153051804374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250588127252, 40.037322595686398 ], [ -75.124830485009795, 40.038451116032398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8125, "tnode_": 8103, "lpoly_": null, "rpoly_": null, "length": 323.76475492999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 223, "st_code": 23000, "l_hundred": 200, "r_hundred": 200, "seg_id": 740754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30277, "Shape__Length": 128.73361706837335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1250588127252, 40.037322595686398 ], [ -75.126195271083702, 40.037486449084703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8136, "tnode_": 8125, "lpoly_": null, "rpoly_": null, "length": 137.14721312, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 192, "l_t_add": 198, "r_f_add": 193, "r_t_add": 199, "st_code": 23000, "l_hundred": 100, "r_hundred": 100, "seg_id": 740755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30278, "Shape__Length": 54.529661442598602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124575112163498, 40.037263364207099 ], [ -75.1250588127252, 40.037322595686398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8138, "tnode_": 7916, "lpoly_": null, "rpoly_": null, "length": 563.26048419000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 35240, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 30279, "Shape__Length": 224.51173295603775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085643618818295, 40.036412493372602 ], [ -75.084467093420002, 40.037666668007198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8139, "tnode_": 7989, "lpoly_": null, "rpoly_": null, "length": 293.18648045999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 87910, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30280, "Shape__Length": 117.00813240673249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132308645716094, 40.037460655773501 ], [ -75.132134693866504, 40.038254303095897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8139, "tnode_": 8109, "lpoly_": null, "rpoly_": null, "length": 471.62107124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELKINS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 31200, "l_hundred": 600, "r_hundred": 600, "seg_id": 740758, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELKINS AVE", "stname": "ELKINS AVE", "objectid": 30281, "Shape__Length": 187.52147649649612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132308645716094, 40.037460655773501 ], [ -75.133966930034902, 40.037687451012303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8147, "tnode_": 7895, "lpoly_": null, "rpoly_": null, "length": 519.05749069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 87990, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30282, "Shape__Length": 207.15199316616116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137947478200601, 40.037548110835999 ], [ -75.137636423522906, 40.038952782424197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8155, "tnode_": 8004, "lpoly_": null, "rpoly_": null, "length": 334.63906642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5744, "r_f_add": 5701, "r_t_add": 5737, "st_code": 54200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740760, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30283, "Shape__Length": 133.56302440290605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1236891287069, 40.037153252289102 ], [ -75.123607182008797, 40.0380697139544 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8155, "tnode_": 8136, "lpoly_": null, "rpoly_": null, "length": 251.30323548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 174, "l_t_add": 190, "r_f_add": 175, "r_t_add": 191, "st_code": 23000, "l_hundred": 100, "r_hundred": 100, "seg_id": 740761, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30284, "Shape__Length": 99.918199405967613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1236891287069, 40.037153252289102 ], [ -75.124575112163498, 40.037263364207099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8161, "tnode_": 8009, "lpoly_": null, "rpoly_": null, "length": 295.06215551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5634, "l_t_add": 5698, "r_f_add": 5635, "r_t_add": 5699, "st_code": 33240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740762, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30285, "Shape__Length": 117.75291716088144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131363001262102, 40.037335294001103 ], [ -75.131164988342803, 40.038130845930198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8161, "tnode_": 8139, "lpoly_": null, "rpoly_": null, "length": 268.69529083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELKINS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 31200, "l_hundred": 500, "r_hundred": 500, "seg_id": 740763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELKINS AVE", "stname": "ELKINS AVE", "objectid": 30286, "Shape__Length": 106.83502263034775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131363001262102, 40.037335294001103 ], [ -75.132308645716094, 40.037460655773501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8172, "tnode_": 7900, "lpoly_": null, "rpoly_": null, "length": 570.07587477999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 43800, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740764, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30287, "Shape__Length": 227.51489924441125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122847427169603, 40.037048618143501 ], [ -75.1225288042004, 40.038594261015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8172, "tnode_": 8155, "lpoly_": null, "rpoly_": null, "length": 238.74482885999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 158, "l_t_add": 172, "r_f_add": 151, "r_t_add": 173, "st_code": 23000, "l_hundred": 100, "r_hundred": 100, "seg_id": 740765, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30288, "Shape__Length": 94.924829707790664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122847427169603, 40.037048618143501 ], [ -75.1236891287069, 40.037153252289102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8207, "tnode_": 8119, "lpoly_": null, "rpoly_": null, "length": 197.90643462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5990, "l_t_add": 5998, "r_f_add": 5991, "r_t_add": 5999, "st_code": 62080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740766, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 30289, "Shape__Length": 78.946987066621887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087832793972197, 40.036044729743601 ], [ -75.088094306552193, 40.0365494499205 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8190, "tnode_": 7922, "lpoly_": null, "rpoly_": null, "length": 569.86918924999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 43480, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740767, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 30290, "Shape__Length": 227.42981236945707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121977923444106, 40.036946608759898 ], [ -75.121643397970601, 40.038489689968898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8190, "tnode_": 8172, "lpoly_": null, "rpoly_": null, "length": 246.28720721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 128, "l_t_add": 156, "r_f_add": 125, "r_t_add": 149, "st_code": 23000, "l_hundred": 100, "r_hundred": 100, "seg_id": 740768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30291, "Shape__Length": 97.922471084292027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121977923444106, 40.036946608759898 ], [ -75.122847427169603, 40.037048618143501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8201, "tnode_": 7964, "lpoly_": null, "rpoly_": null, "length": 561.8765675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 72700, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 740769, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 30292, "Shape__Length": 223.95209449127555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084959941333395, 40.036044225924996 ], [ -75.084334337320499, 40.036680222184302 ], [ -75.083773450820203, 40.037287910389502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8205, "tnode_": 7930, "lpoly_": null, "rpoly_": null, "length": 568.68735491000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 35200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 740770, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30293, "Shape__Length": 226.96170808552827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121074899484796, 40.036824257908698 ], [ -75.120769749830899, 40.038367650786697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8205, "tnode_": 8190, "lpoly_": null, "rpoly_": null, "length": 256.75213671, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 126, "r_f_add": 101, "r_t_add": 123, "st_code": 23000, "l_hundred": 100, "r_hundred": 100, "seg_id": 740771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30294, "Shape__Length": 102.0860793996565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121074899484796, 40.036824257908698 ], [ -75.121977923444106, 40.036946608759898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8207, "tnode_": 8016, "lpoly_": null, "rpoly_": null, "length": 467.97704904999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5902, "l_t_add": 5998, "r_f_add": 5903, "r_t_add": 5999, "st_code": 75420, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740772, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30295, "Shape__Length": 186.50498985281021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087832793972197, 40.036044729743601 ], [ -75.0868058095365, 40.037058227507103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8218, "tnode_": 8108, "lpoly_": null, "rpoly_": null, "length": 901.63179438999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1299, "st_code": 76540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30296, "Shape__Length": 358.56914855215973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139660473816406, 40.0371354714094 ], [ -75.1427473701022, 40.037839860675199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8074, "tnode_": 8236, "lpoly_": null, "rpoly_": null, "length": 570.95739615000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 79720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30297, "Shape__Length": 227.29463673081392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089810946397506, 40.036843921680003 ], [ -75.088157556440905, 40.035926645988603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8237, "tnode_": 8226, "lpoly_": null, "rpoly_": null, "length": 269.29262032999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5552, "l_t_add": 5598, "r_f_add": 5553, "r_t_add": 5599, "st_code": 42668, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HILL CREEK DR", "stname": "S HILL CREEK DR", "objectid": 30298, "Shape__Length": 107.05977134052557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109645655563796, 40.036400296737398 ], [ -75.109219149957696, 40.036408853340902 ], [ -75.108685110673704, 40.036434420266502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8242, "tnode_": 8109, "lpoly_": null, "rpoly_": null, "length": 284.70744474000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5624, "r_f_add": 5601, "r_t_add": 5625, "st_code": 87930, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30299, "Shape__Length": 113.62304425096245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134137606848597, 40.036916984925902 ], [ -75.133966930034902, 40.037687451012303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8255, "tnode_": 8242, "lpoly_": null, "rpoly_": null, "length": 239.58841214, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 618, "l_t_add": 698, "r_f_add": 619, "r_t_add": 699, "st_code": 61360, "l_hundred": 600, "r_hundred": 600, "seg_id": 740778, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30300, "Shape__Length": 95.262002807583116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133295356618902, 40.036801053226299 ], [ -75.134137606848597, 40.036916984925902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8267, "tnode_": 8218, "lpoly_": null, "rpoly_": null, "length": 451.93818093000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 76540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30301, "Shape__Length": 179.72830342220271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138111779093094, 40.036786087919097 ], [ -75.139660473816406, 40.0371354714094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8268, "tnode_": 8207, "lpoly_": null, "rpoly_": null, "length": 166.52410064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5988, "r_f_add": 5903, "r_t_add": 5989, "st_code": 62080, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740780, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 30302, "Shape__Length": 66.427101408838311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0876106485713, 40.035620691137602 ], [ -75.087832793972197, 40.036044729743601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8236, "tnode_": 8268, "lpoly_": null, "rpoly_": null, "length": 189.40495128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1114, "st_code": 79720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30303, "Shape__Length": 75.401390375328646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088157556440905, 40.035926645988603 ], [ -75.0876106485713, 40.035620691137602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8272, "tnode_": 8139, "lpoly_": null, "rpoly_": null, "length": 283.33110437, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 87910, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30304, "Shape__Length": 113.07333929588199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132478860126199, 40.036693961881802 ], [ -75.132308645716094, 40.037460655773501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8272, "tnode_": 8255, "lpoly_": null, "rpoly_": null, "length": 231.93055739, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 616, "r_f_add": 601, "r_t_add": 617, "st_code": 61360, "l_hundred": 600, "r_hundred": 600, "seg_id": 740783, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30305, "Shape__Length": 92.216021642172862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132478860126199, 40.036693961881802 ], [ -75.133295356618902, 40.036801053226299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8287, "tnode_": 8161, "lpoly_": null, "rpoly_": null, "length": 281.45295719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5632, "r_f_add": 5601, "r_t_add": 5633, "st_code": 33240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740784, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30306, "Shape__Length": 112.32450078849106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131525842574504, 40.036572878829503 ], [ -75.131363001262102, 40.037335294001103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8287, "tnode_": 8272, "lpoly_": null, "rpoly_": null, "length": 270.47440352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 532, "l_t_add": 598, "r_f_add": 529, "r_t_add": 599, "st_code": 61360, "l_hundred": 500, "r_hundred": 500, "seg_id": 740785, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30307, "Shape__Length": 107.54022332107972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131525842574504, 40.036572878829503 ], [ -75.132478860126199, 40.036693961881802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8297, "tnode_": 8077, "lpoly_": null, "rpoly_": null, "length": 565.79548101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGUSTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 11400, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740786, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGUSTA ST", "stname": "AGUSTA ST", "objectid": 30308, "Shape__Length": 225.51923779425394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087391265065804, 40.0354831674438 ], [ -75.086209722565997, 40.036743131729402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8268, "tnode_": 8297, "lpoly_": null, "rpoly_": null, "length": 79.268237739999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1117, "l_t_add": 1129, "r_f_add": 1116, "r_t_add": 1128, "st_code": 79720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30309, "Shape__Length": 31.562902601858518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0876106485713, 40.035620691137602 ], [ -75.087391265065804, 40.0354831674438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8304, "tnode_": 8267, "lpoly_": null, "rpoly_": null, "length": 264.32146390999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 76540, "l_hundred": 900, "r_hundred": 900, "seg_id": 740788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30310, "Shape__Length": 105.11931544709523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137210158592893, 40.036571180374096 ], [ -75.138111779093094, 40.036786087919097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8305, "tnode_": 8029, "lpoly_": null, "rpoly_": null, "length": 573.87301034000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 87890, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740789, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30311, "Shape__Length": 229.02316296288322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130520257497807, 40.036446445112198 ], [ -75.130163993941196, 40.037997810666901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8305, "tnode_": 8287, "lpoly_": null, "rpoly_": null, "length": 285.31551400999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 527, "st_code": 61360, "l_hundred": 500, "r_hundred": 500, "seg_id": 740790, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30312, "Shape__Length": 113.44057960277547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130520257497807, 40.036446445112198 ], [ -75.131525842574504, 40.036572878829503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8308, "tnode_": 8155, "lpoly_": null, "rpoly_": null, "length": 338.87286881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5626, "l_t_add": 5698, "r_f_add": 5619, "r_t_add": 5699, "st_code": 54200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740791, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30313, "Shape__Length": 135.24720687615587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123821072197998, 40.0362285513811 ], [ -75.1236891287069, 40.037153252289102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8152, "tnode_": 27630, "lpoly_": null, "rpoly_": null, "length": 572.44916983000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 11760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740792, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30314, "Shape__Length": 227.88653343618844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090237005148595, 40.036415460037901 ], [ -75.0885785604342, 40.035496582004903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8326, "tnode_": 8047, "lpoly_": null, "rpoly_": null, "length": 572.64649351000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 49660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30315, "Shape__Length": 228.53577378231566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129522638349599, 40.036319288634502 ], [ -75.129184051366593, 40.037869577271202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8326, "tnode_": 8305, "lpoly_": null, "rpoly_": null, "length": 283.15792704, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 418, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 61360, "l_hundred": 400, "r_hundred": 400, "seg_id": 740794, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30316, "Shape__Length": 112.5828321073902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129522638349599, 40.036319288634502 ], [ -75.130520257497807, 40.036446445112198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8333, "tnode_": 8065, "lpoly_": null, "rpoly_": null, "length": 571.3449479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 87870, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740795, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30317, "Shape__Length": 228.01629393627027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128657806568398, 40.036203819227403 ], [ -75.128322339726594, 40.037750886438502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8333, "tnode_": 8326, "lpoly_": null, "rpoly_": null, "length": 245.78817578, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 416, "r_f_add": 401, "r_t_add": 419, "st_code": 61360, "l_hundred": 400, "r_hundred": 400, "seg_id": 740796, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30318, "Shape__Length": 97.725522126993638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128657806568398, 40.036203819227403 ], [ -75.129522638349599, 40.036319288634502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8351, "tnode_": 8078, "lpoly_": null, "rpoly_": null, "length": 573.23797360999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 87850, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740797, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30319, "Shape__Length": 228.77074953179212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127643247925207, 40.036072736651199 ], [ -75.127302569569395, 40.0376244010886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8351, "tnode_": 8333, "lpoly_": null, "rpoly_": null, "length": 288.07293421000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 61360, "l_hundred": 300, "r_hundred": 300, "seg_id": 740798, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30320, "Shape__Length": 114.53693768282756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127643247925207, 40.036072736651199 ], [ -75.128657806568398, 40.036203819227403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8352, "tnode_": 8138, "lpoly_": null, "rpoly_": null, "length": 560.99289967999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 35240, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 30321, "Shape__Length": 223.61097320270218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086801300550704, 40.035155631602301 ], [ -75.085643618818295, 40.036412493372602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8297, "tnode_": 8352, "lpoly_": null, "rpoly_": null, "length": 203.7813497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1131, "l_t_add": 1199, "r_f_add": 1130, "r_t_add": 1198, "st_code": 79720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740800, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30322, "Shape__Length": 81.122934970031793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087391265065804, 40.0354831674438 ], [ -75.086801300550704, 40.035155631602301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8354, "tnode_": 8205, "lpoly_": null, "rpoly_": null, "length": 334.31213436999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5640, "l_t_add": 5698, "r_f_add": 5641, "r_t_add": 5699, "st_code": 35200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740801, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30323, "Shape__Length": 133.41686271702443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121281691230195, 40.035920401979602 ], [ -75.121074899484796, 40.036824257908698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8354, "tnode_": 8308, "lpoly_": null, "rpoly_": null, "length": 719.86181202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WENTZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 82380, "l_hundred": 0, "r_hundred": 0, "seg_id": 740802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WENTZ ST", "stname": "WENTZ ST", "objectid": 30324, "Shape__Length": 286.2110565813764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121281691230195, 40.035920401979602 ], [ -75.123821072197998, 40.0362285513811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8370, "tnode_": 8103, "lpoly_": null, "rpoly_": null, "length": 571.70750091000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 12440, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30325, "Shape__Length": 228.15951217143623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126535006553794, 40.035938923150901 ], [ -75.126195271083702, 40.037486449084703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8370, "tnode_": 8351, "lpoly_": null, "rpoly_": null, "length": 314.12579617, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 236, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 61360, "l_hundred": 200, "r_hundred": 200, "seg_id": 740804, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30326, "Shape__Length": 124.89355556234443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126535006553794, 40.035938923150901 ], [ -75.127643247925207, 40.036072736651199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8224, "tnode_": 8374, "lpoly_": null, "rpoly_": null, "length": 575.73467611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 69280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740805, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 30327, "Shape__Length": 229.21196253278751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090628989374096, 40.0360148771301 ], [ -75.089074483064607, 40.0351482256401 ], [ -75.089034593740294, 40.035127048875701 ], [ -75.089016314805605, 40.035104531963803 ], [ -75.088994152200399, 40.035067731040002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8395, "tnode_": 8125, "lpoly_": null, "rpoly_": null, "length": 569.12728993999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 87830, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30328, "Shape__Length": 227.12827660309947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125403675682605, 40.0357829268033 ], [ -75.1250588127252, 40.037322595686398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8395, "tnode_": 8370, "lpoly_": null, "rpoly_": null, "length": 321.84314634999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 234, "r_f_add": 201, "r_t_add": 233, "st_code": 61360, "l_hundred": 200, "r_hundred": 200, "seg_id": 740807, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30329, "Shape__Length": 127.96522380767617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125403675682605, 40.0357829268033 ], [ -75.126535006553794, 40.035938923150901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8399, "tnode_": 8218, "lpoly_": null, "rpoly_": null, "length": 384.96444697000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5526, "r_f_add": 5501, "r_t_add": 5527, "st_code": 88010, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740808, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30330, "Shape__Length": 153.63370461876985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139884795059203, 40.036092860271999 ], [ -75.139660473816406, 40.0371354714094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8406, "tnode_": 8136, "lpoly_": null, "rpoly_": null, "length": 568.69996807999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 62760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740809, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30331, "Shape__Length": 226.96569027882913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124859739292305, 40.035717621838103 ], [ -75.124575112163498, 40.037263364207099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8406, "tnode_": 8395, "lpoly_": null, "rpoly_": null, "length": 154.15579802, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 184, "l_t_add": 198, "r_f_add": 187, "r_t_add": 199, "st_code": 61360, "l_hundred": 100, "r_hundred": 100, "seg_id": 740810, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30332, "Shape__Length": 61.290646103199329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124859739292305, 40.035717621838103 ], [ -75.125403675682605, 40.0357829268033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8407, "tnode_": 8242, "lpoly_": null, "rpoly_": null, "length": 378.46134221, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87930, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30333, "Shape__Length": 151.03812312565415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134356905393204, 40.035891830097199 ], [ -75.134137606848597, 40.036916984925902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8419, "tnode_": 8201, "lpoly_": null, "rpoly_": null, "length": 563.77779101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 72700, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 30334, "Shape__Length": 224.70969002180516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086143142230696, 40.034792027341702 ], [ -75.084959941333395, 40.036044225924996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8352, "tnode_": 8419, "lpoly_": null, "rpoly_": null, "length": 226.95566943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 79720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30335, "Shape__Length": 90.347108252049367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086801300550704, 40.035155631602301 ], [ -75.086143142230696, 40.034792027341702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8423, "tnode_": 8308, "lpoly_": null, "rpoly_": null, "length": 239.51916449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5624, "r_f_add": 5601, "r_t_add": 5617, "st_code": 54200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740814, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30336, "Shape__Length": 95.596722581902185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123862627857207, 40.035571819339602 ], [ -75.123821072197998, 40.0362285513811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8423, "tnode_": 8406, "lpoly_": null, "rpoly_": null, "length": 284.2113686, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 168, "l_t_add": 182, "r_f_add": 179, "r_t_add": 185, "st_code": 61360, "l_hundred": 100, "r_hundred": 100, "seg_id": 740815, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30337, "Shape__Length": 113.00409995199726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123862627857207, 40.035571819339602 ], [ -75.124859739292305, 40.035717621838103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27631, "tnode_": 8352, "lpoly_": null, "rpoly_": null, "length": 164.26914853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5844, "l_t_add": 5898, "r_f_add": 5845, "r_t_add": 5899, "st_code": 35240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 30338, "Shape__Length": 65.465910593055938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0871608544917, 40.034799318612201 ], [ -75.086801300550704, 40.035155631602301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8304, "tnode_": 8435, "lpoly_": null, "rpoly_": null, "length": 383.9495245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 948, "r_f_add": 901, "r_t_add": 999, "st_code": 80880, "l_hundred": 900, "r_hundred": 900, "seg_id": 740817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30339, "Shape__Length": 152.95096470771887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137210158592893, 40.036571180374096 ], [ -75.1381660694517, 40.035815537442701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8445, "tnode_": 8255, "lpoly_": null, "rpoly_": null, "length": 431.80855578999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 53860, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740818, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 30340, "Shape__Length": 172.32432621266145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133568278888802, 40.035634399260204 ], [ -75.133295356618902, 40.036801053226299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8298, "tnode_": 8453, "lpoly_": null, "rpoly_": null, "length": 574.11496511000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 22600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740819, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30341, "Shape__Length": 228.55147053799521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091034143402396, 40.035591853929098 ], [ -75.089377321930201, 40.034663484580399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8458, "tnode_": 8354, "lpoly_": null, "rpoly_": null, "length": 233.05114172, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5638, "r_f_add": 5601, "r_t_add": 5639, "st_code": 35200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30342, "Shape__Length": 93.004915129228408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121424498061302, 40.035290136905601 ], [ -75.121281691230195, 40.035920401979602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8458, "tnode_": 8423, "lpoly_": null, "rpoly_": null, "length": 690.37894185000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 166, "r_f_add": 1, "r_t_add": 177, "st_code": 61360, "l_hundred": 0, "r_hundred": 0, "seg_id": 740821, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 30343, "Shape__Length": 274.48389415636126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121424498061302, 40.035290136905601 ], [ -75.123862627857207, 40.035571819339602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8466, "tnode_": 8251, "lpoly_": null, "rpoly_": null, "length": 565.39977547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 16540, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 740822, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELDEN ST", "stname": "BELDEN ST", "objectid": 30344, "Shape__Length": 225.35426291142821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085501519965007, 40.034430836411502 ], [ -75.084313514974198, 40.035685851717702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8419, "tnode_": 8466, "lpoly_": null, "rpoly_": null, "length": 222.69225189000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1221, "l_t_add": 1241, "r_f_add": 1220, "r_t_add": 1240, "st_code": 79720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740823, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30345, "Shape__Length": 88.652413813502775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086143142230696, 40.034792027341702 ], [ -75.085501519965007, 40.034430836411502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8485, "tnode_": 8272, "lpoly_": null, "rpoly_": null, "length": 497.69669122, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87910, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30346, "Shape__Length": 198.62202962401651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1327670925875, 40.035345809414103 ], [ -75.132478860126199, 40.036693961881802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8374, "tnode_": 8495, "lpoly_": null, "rpoly_": null, "length": 470.84038509000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 69280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740825, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 30347, "Shape__Length": 187.42960766185905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088994152200399, 40.035067731040002 ], [ -75.087624565181002, 40.034317894410698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8507, "tnode_": 8390, "lpoly_": null, "rpoly_": null, "length": 393.77511729000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 70900, "l_hundred": 700, "r_hundred": 700, "seg_id": 740826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-06-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30348, "Shape__Length": 156.78905485642281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0922726414679, 40.034332290091797 ], [ -75.093315634991299, 40.034910138434498 ], [ -75.093299927420503, 40.035002037501897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8377, "tnode_": 8520, "lpoly_": null, "rpoly_": null, "length": 572.89872803999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 12520, "l_hundred": 800, "r_hundred": 800, "seg_id": 740827, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 30349, "Shape__Length": 228.06466811347778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0914658210082, 40.035155944941401 ], [ -75.089810873048506, 40.0342312814889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8466, "tnode_": 8531, "lpoly_": null, "rpoly_": null, "length": 241.19985724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 79720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740828, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 30350, "Shape__Length": 96.007493445755756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085501519965007, 40.034430836411502 ], [ -75.085186253829605, 40.034261528901801 ], [ -75.084789672564199, 40.034058085391202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8537, "tnode_": 8287, "lpoly_": null, "rpoly_": null, "length": 558.08452703, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 33240, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740829, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30351, "Shape__Length": 222.72148358869072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131846311085297, 40.035060804728303 ], [ -75.131525842574504, 40.036572878829503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8543, "tnode_": 8285, "lpoly_": null, "rpoly_": null, "length": 573.26092927000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 61760, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740830, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 30352, "Shape__Length": 228.77663671799237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116853224277705, 40.034702905457699 ], [ -75.116521594136103, 40.036255790736597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8548, "tnode_": 8423, "lpoly_": null, "rpoly_": null, "length": 261.80213396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5520, "l_t_add": 5598, "r_f_add": 5523, "r_t_add": 5599, "st_code": 54200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740831, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30353, "Shape__Length": 104.48626329660021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123954277684604, 40.034856602766801 ], [ -75.123862627857207, 40.035571819339602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8556, "tnode_": 8306, "lpoly_": null, "rpoly_": null, "length": 568.75763194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 69360, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740832, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 30354, "Shape__Length": 226.97931398421707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116155127173798, 40.034624519512299 ], [ -75.115827022726606, 40.036165321920102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8453, "tnode_": 8570, "lpoly_": null, "rpoly_": null, "length": 472.61053711, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 22600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 740834, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30355, "Shape__Length": 188.1370249325789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089377321930201, 40.034663484580399 ], [ -75.088008036443497, 40.033904989625498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8586, "tnode_": 8458, "lpoly_": null, "rpoly_": null, "length": 271.14952603, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5516, "l_t_add": 5598, "r_f_add": 5517, "r_t_add": 5599, "st_code": 35200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740835, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30356, "Shape__Length": 108.18238711271557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121707484914296, 40.034580026629001 ], [ -75.121446188971305, 40.035174088235202 ], [ -75.121424498061302, 40.035290136905601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8586, "tnode_": 8548, "lpoly_": null, "rpoly_": null, "length": 637.15645736, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 35960, "l_hundred": 100, "r_hundred": 100, "seg_id": 740836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GALE ST", "stname": "W GALE ST", "objectid": 30357, "Shape__Length": 253.32372646888749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121707484914296, 40.034580026629001 ], [ -75.123954277684604, 40.034856602766801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8587, "tnode_": 8305, "lpoly_": null, "rpoly_": null, "length": 624.83641114, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87890, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740837, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30358, "Shape__Length": 249.3596685481703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130882580679298, 40.034753957087197 ], [ -75.130520257497807, 40.036446445112198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8595, "tnode_": 8507, "lpoly_": null, "rpoly_": null, "length": 196.21296296999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5650, "l_t_add": 5698, "r_f_add": 5651, "r_t_add": 5699, "st_code": 48940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740838, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30359, "Shape__Length": 78.196343443838558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092700432385698, 40.033905691876299 ], [ -75.0922726414679, 40.034332290091797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8443, "tnode_": 8599, "lpoly_": null, "rpoly_": null, "length": 576.358594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 21740, "l_hundred": 800, "r_hundred": 800, "seg_id": 740839, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 30360, "Shape__Length": 229.44250585746911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091858796977306, 40.034768541633397 ], [ -75.090196426606298, 40.033835589895901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8603, "tnode_": 8398, "lpoly_": null, "rpoly_": null, "length": 558.83616083999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 76025, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740840, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 30361, "Shape__Length": 222.71861929827088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105937924802404, 40.034109858260301 ], [ -75.104728580496001, 40.035330194891401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8613, "tnode_": 8351, "lpoly_": null, "rpoly_": null, "length": 559.83837502000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87850, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740841, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30362, "Shape__Length": 223.41730794737916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127981746230205, 40.034558100642698 ], [ -75.127643247925207, 40.036072736651199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8613, "tnode_": 8597, "lpoly_": null, "rpoly_": null, "length": 284.52506325999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 23540, "l_hundred": 300, "r_hundred": 300, "seg_id": 740842, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30363, "Shape__Length": 113.12504682520728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127981746230205, 40.034558100642698 ], [ -75.128982346186405, 40.034693995332397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8631, "tnode_": 8531, "lpoly_": null, "rpoly_": null, "length": 242.19015036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5850, "l_t_add": 5898, "r_f_add": 5877, "r_t_add": 5899, "st_code": 51660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740843, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 30364, "Shape__Length": 96.519783746349916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085316317627601, 40.033530772107703 ], [ -75.084913697895203, 40.0339396287714 ], [ -75.084789672564199, 40.034058085391202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8631, "tnode_": 27631, "lpoly_": null, "rpoly_": null, "length": 693.05408288000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5896, "r_f_add": 5801, "r_t_add": 5899, "st_code": 62080, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 740844, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 30365, "Shape__Length": 276.00274444511479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085316317627601, 40.033530772107703 ], [ -75.0871608544917, 40.034799318612201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8632, "tnode_": 8370, "lpoly_": null, "rpoly_": null, "length": 563.57465622000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 12440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740845, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30366, "Shape__Length": 224.91025065163555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126859586186001, 40.034412094647003 ], [ -75.126535006553794, 40.035938923150901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8632, "tnode_": 8613, "lpoly_": null, "rpoly_": null, "length": 318.69460253, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 250, "l_t_add": 298, "r_f_add": 231, "r_t_add": 299, "st_code": 23540, "l_hundred": 200, "r_hundred": 200, "seg_id": 740846, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30367, "Shape__Length": 126.70912501415191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126859586186001, 40.034412094647003 ], [ -75.127981746230205, 40.034558100642698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8641, "tnode_": 8326, "lpoly_": null, "rpoly_": null, "length": 698.12112321999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 49660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30368, "Shape__Length": 278.59393724469874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129969480596898, 40.034438953077498 ], [ -75.129936181058596, 40.0344773762763 ], [ -75.129919460796202, 40.034504531044099 ], [ -75.129522638349599, 40.036319288634502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8520, "tnode_": 27632, "lpoly_": null, "rpoly_": null, "length": 478.63718534999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 943, "r_f_add": 900, "r_t_add": 944, "st_code": 12520, "l_hundred": 900, "r_hundred": 900, "seg_id": 740848, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 30369, "Shape__Length": 190.53167490254208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089810873048506, 40.0342312814889 ], [ -75.088419627546301, 40.033467945998801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8655, "tnode_": 8632, "lpoly_": null, "rpoly_": null, "length": 321.78562353999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 248, "r_f_add": 201, "r_t_add": 229, "st_code": 23540, "l_hundred": 200, "r_hundred": 200, "seg_id": 740849, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30370, "Shape__Length": 127.93923420211119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1257282032185, 40.034257329629199 ], [ -75.126859586186001, 40.034412094647003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8662, "tnode_": 8406, "lpoly_": null, "rpoly_": null, "length": 558.44797857000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 62760, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30371, "Shape__Length": 222.87253807890204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1251103661846, 40.0341967694091 ], [ -75.124859739292305, 40.035717621838103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8662, "tnode_": 8655, "lpoly_": null, "rpoly_": null, "length": 174.40702964000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 178, "l_t_add": 198, "r_f_add": 165, "r_t_add": 199, "st_code": 23540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30372, "Shape__Length": 69.338612100154876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1251103661846, 40.0341967694091 ], [ -75.1257282032185, 40.034257329629199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8666, "tnode_": 8595, "lpoly_": null, "rpoly_": null, "length": 181.06033089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5620, "l_t_add": 5648, "r_f_add": 5621, "r_t_add": 5649, "st_code": 48940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740852, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30373, "Shape__Length": 72.161787432136009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093086444170297, 40.033506970530098 ], [ -75.092922813459793, 40.033679414941901 ], [ -75.092700432385698, 40.033905691876299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8668, "tnode_": 8533, "lpoly_": null, "rpoly_": null, "length": 279.310913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5538, "l_t_add": 5598, "r_f_add": 5539, "r_t_add": 5599, "st_code": 15380, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740853, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 30374, "Shape__Length": 111.46719024491409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117703245218607, 40.0340449541319 ], [ -75.117553900272497, 40.0348030528938 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8507, "tnode_": 8672, "lpoly_": null, "rpoly_": null, "length": 576.57599496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 831, "l_t_add": 899, "r_f_add": 830, "r_t_add": 898, "st_code": 70900, "l_hundred": 800, "r_hundred": 800, "seg_id": 740854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-06-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30375, "Shape__Length": 229.52150379122071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0922726414679, 40.034332290091797 ], [ -75.0906011084939, 40.033408051401302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8676, "tnode_": 8454, "lpoly_": null, "rpoly_": null, "length": 564.7062902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 23400, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740855, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 30376, "Shape__Length": 225.0576800583805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105193474117698, 40.0336804116859 ], [ -75.103973261216595, 40.034914635543899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8679, "tnode_": 8548, "lpoly_": null, "rpoly_": null, "length": 295.0380942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5518, "r_f_add": 5501, "r_t_add": 5521, "st_code": 54200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740856, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30377, "Shape__Length": 117.75129370341693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124034871811105, 40.034049061134098 ], [ -75.123954277684604, 40.034856602766801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8679, "tnode_": 8662, "lpoly_": null, "rpoly_": null, "length": 305.92845676000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 146, "l_t_add": 176, "r_f_add": 139, "r_t_add": 163, "st_code": 23540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740857, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30378, "Shape__Length": 121.63429449467334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124034871811105, 40.034049061134098 ], [ -75.1251103661846, 40.0341967694091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8495, "tnode_": 8684, "lpoly_": null, "rpoly_": null, "length": 629.65871487999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 11760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740858, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30379, "Shape__Length": 250.71089752332102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087624565181002, 40.034317894410698 ], [ -75.087587807023894, 40.0343144518326 ], [ -75.087553229306295, 40.034305596801197 ], [ -75.087517118269503, 40.034291336934103 ], [ -75.085885583416498, 40.033233344840198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8706, "tnode_": 8581, "lpoly_": null, "rpoly_": null, "length": 307.09663514000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5532, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 68600, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740860, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30380, "Shape__Length": 122.41802291475807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115507809879205, 40.033754556616998 ], [ -75.114899714525194, 40.0344561132123 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8668, "tnode_": 8706, "lpoly_": null, "rpoly_": null, "length": 623.80197577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 35940, "l_hundred": 300, "r_hundred": 300, "seg_id": 740861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GALE ST", "stname": "E GALE ST", "objectid": 30381, "Shape__Length": 248.01488289431327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117703245218607, 40.0340449541319 ], [ -75.115507809879205, 40.033754556616998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8705, "tnode_": 8679, "lpoly_": null, "rpoly_": null, "length": 544.85732387999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 144, "r_f_add": 101, "r_t_add": 137, "st_code": 23540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30382, "Shape__Length": 216.62360593710704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1221130719087, 40.033983960835798 ], [ -75.122204549576693, 40.033945610394397 ], [ -75.122281965984598, 40.033930507222202 ], [ -75.122413562715096, 40.0339335179738 ], [ -75.122719152057996, 40.0339784762999 ], [ -75.124034871811105, 40.034049061134098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8599, "tnode_": 8718, "lpoly_": null, "rpoly_": null, "length": 483.5943132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 949, "r_f_add": 900, "r_t_add": 948, "st_code": 21740, "l_hundred": 900, "r_hundred": 900, "seg_id": 740863, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 30383, "Shape__Length": 192.51978068206935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090196426606298, 40.033835589895901 ], [ -75.088878630245503, 40.033108930984397 ], [ -75.088853204804394, 40.033093330590603 ], [ -75.088831227528104, 40.033072806631402 ], [ -75.088820181283495, 40.033044793342903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8735, "tnode_": 8518, "lpoly_": null, "rpoly_": null, "length": 562.94442450999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 43860, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 30384, "Shape__Length": 224.3451884717299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104554863615803, 40.033330034382601 ], [ -75.103321395502306, 40.034550325242698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8570, "tnode_": 8736, "lpoly_": null, "rpoly_": null, "length": 560.55125965000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1265, "r_f_add": 1200, "r_t_add": 1246, "st_code": 22600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30385, "Shape__Length": 223.20951415947798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088008036443497, 40.033904989625498 ], [ -75.086482013676999, 40.032909094744703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8740, "tnode_": 8672, "lpoly_": null, "rpoly_": null, "length": 196.43385490999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5642, "l_t_add": 5698, "r_f_add": 5645, "r_t_add": 5699, "st_code": 75420, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740866, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30386, "Shape__Length": 78.282506978275904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091030877329601, 40.032981865489802 ], [ -75.0906011084939, 40.033408051401302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8595, "tnode_": 8740, "lpoly_": null, "rpoly_": null, "length": 576.0410840400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 18980, "l_hundred": 800, "r_hundred": 800, "seg_id": 740867, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 30387, "Shape__Length": 229.30742944232276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092700432385698, 40.033905691876299 ], [ -75.091030877329601, 40.032981865489802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8747, "tnode_": 8768, "lpoly_": null, "rpoly_": null, "length": 414.01118372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 23520, "l_hundred": 100, "r_hundred": 100, "seg_id": 740868, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 30388, "Shape__Length": 164.6087468631857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120701491185699, 40.033659345819601 ], [ -75.119249684374694, 40.033444375731598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8784, "tnode_": 8632, "lpoly_": null, "rpoly_": null, "length": 342.06845388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5424, "l_t_add": 5498, "r_f_add": 5427, "r_t_add": 5499, "st_code": 12440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30389, "Shape__Length": 136.50880097027317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127061806440807, 40.033486031695197 ], [ -75.126859586186001, 40.034412094647003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8653, "tnode_": 8787, "lpoly_": null, "rpoly_": null, "length": 498.93691937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 945, "l_t_add": 999, "r_f_add": 946, "r_t_add": 998, "st_code": 12520, "l_hundred": 900, "r_hundred": 900, "seg_id": 740870, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 30390, "Shape__Length": 198.61882914686737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088466309027595, 40.0334178543199 ], [ -75.087028489563593, 40.0326089430881 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8672, "tnode_": 8794, "lpoly_": null, "rpoly_": null, "length": 481.11153815999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 953, "r_f_add": 900, "r_t_add": 948, "st_code": 70900, "l_hundred": 900, "r_hundred": 900, "seg_id": 740871, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30391, "Shape__Length": 191.51652760503171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0906011084939, 40.033408051401302 ], [ -75.089205776920494, 40.0326374538447 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8797, "tnode_": 8668, "lpoly_": null, "rpoly_": null, "length": 284.20579712999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5536, "r_f_add": 5501, "r_t_add": 5537, "st_code": 15380, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 30392, "Shape__Length": 113.41780674332045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117866666412198, 40.033274955381899 ], [ -75.117703245218607, 40.0340449541319 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8768, "tnode_": 8797, "lpoly_": null, "rpoly_": null, "length": 392.16313034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 23520, "l_hundred": 200, "r_hundred": 200, "seg_id": 740873, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 30393, "Shape__Length": 155.91483573919601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119249684374694, 40.033444375731598 ], [ -75.117866666412198, 40.033274955381899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8666, "tnode_": 8816, "lpoly_": null, "rpoly_": null, "length": 575.26639512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 71140, "l_hundred": 800, "r_hundred": 800, "seg_id": 740874, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 30394, "Shape__Length": 228.99515637386244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093086444170297, 40.033506970530098 ], [ -75.091415569959693, 40.0325882153533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8835, "tnode_": 8706, "lpoly_": null, "rpoly_": null, "length": 304.54222043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5530, "r_f_add": 5501, "r_t_add": 5527, "st_code": 68600, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740875, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30395, "Shape__Length": 121.41040425357635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116085903470307, 40.033046437926899 ], [ -75.115507809879205, 40.033754556616998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8797, "tnode_": 8835, "lpoly_": null, "rpoly_": null, "length": 505.55603127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 23520, "l_hundred": 300, "r_hundred": 300, "seg_id": 740876, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 30396, "Shape__Length": 200.99846310408296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117866666412198, 40.033274955381899 ], [ -75.116085903470307, 40.033046437926899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8776, "tnode_": 8858, "lpoly_": null, "rpoly_": null, "length": 219.03834838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 714, "st_code": 11280, "l_hundred": 700, "r_hundred": 700, "seg_id": 740877, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30397, "Shape__Length": 87.289863914626338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106913909300502, 40.033144972855503 ], [ -75.106433607512002, 40.032670388351903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8736, "tnode_": 8871, "lpoly_": null, "rpoly_": null, "length": 424.79840195000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1267, "l_t_add": 1299, "r_f_add": 1248, "r_t_add": 1298, "st_code": 22600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 740878, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 30398, "Shape__Length": 169.1497548065162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086482013676999, 40.032909094744703 ], [ -75.085323662354, 40.032156117451898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8740, "tnode_": 8879, "lpoly_": null, "rpoly_": null, "length": 485.68906133000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 18980, "l_hundred": 900, "r_hundred": 900, "seg_id": 740879, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 30399, "Shape__Length": 193.34170940803429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091030877329601, 40.032981865489802 ], [ -75.089628212486005, 40.032197626375599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8887, "tnode_": 8662, "lpoly_": null, "rpoly_": null, "length": 471.18686064000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 62760, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740880, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30400, "Shape__Length": 188.04018661046527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125349252343199, 40.032916406802599 ], [ -75.1251103661846, 40.0341967694091 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8809, "tnode_": 8896, "lpoly_": null, "rpoly_": null, "length": 283.65706252999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 867, "r_f_add": 800, "r_t_add": 868, "st_code": 38060, "l_hundred": 800, "r_hundred": 800, "seg_id": 740881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 30401, "Shape__Length": 112.91954875515047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093923447353902, 40.032656608101703 ], [ -75.093107672060299, 40.032194994548703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8737, "tnode_": 8905, "lpoly_": null, "rpoly_": null, "length": 581.67941774999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 18800, "l_hundred": 800, "r_hundred": 800, "seg_id": 740882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30402, "Shape__Length": 231.54501234284962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093500297470101, 40.033081650068603 ], [ -75.091808709330493, 40.032154911218498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8884, "tnode_": 8914, "lpoly_": null, "rpoly_": null, "length": 303.12714774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 232, "st_code": 50720, "l_hundred": 200, "r_hundred": 200, "seg_id": 740883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMA ST", "stname": "LIMA ST", "objectid": 30403, "Shape__Length": 120.51654414382823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119342971333793, 40.032812630749802 ], [ -75.118275587512002, 40.032674056603199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8455, "tnode_": 8915, "lpoly_": null, "rpoly_": null, "length": 1090.0486633800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYFAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 54460, "l_hundred": 600, "r_hundred": 600, "seg_id": 740884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYFAIR ST", "stname": "MAYFAIR ST", "objectid": 30404, "Shape__Length": 434.62960510614857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109506833040399, 40.035046802500403 ], [ -75.1075768997393, 40.032448130291399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8794, "tnode_": 8920, "lpoly_": null, "rpoly_": null, "length": 389.2465658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 955, "l_t_add": 995, "r_f_add": 950, "r_t_add": 984, "st_code": 70900, "l_hundred": 900, "r_hundred": 900, "seg_id": 740885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30405, "Shape__Length": 154.94911084635194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089205776920494, 40.0326374538447 ], [ -75.088081022925195, 40.032009593981499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8914, "tnode_": 8927, "lpoly_": null, "rpoly_": null, "length": 77.09105176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 245, "l_t_add": 299, "r_f_add": 234, "r_t_add": 298, "st_code": 50720, "l_hundred": 200, "r_hundred": 200, "seg_id": 740886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMA ST", "stname": "LIMA ST", "objectid": 30406, "Shape__Length": 30.649275262404963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118275587512002, 40.032674056603199 ], [ -75.118003722005, 40.032640732707002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8858, "tnode_": 8939, "lpoly_": null, "rpoly_": null, "length": 188.48937590999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 717, "l_t_add": 749, "r_f_add": 716, "r_t_add": 744, "st_code": 11280, "l_hundred": 700, "r_hundred": 700, "seg_id": 740887, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30407, "Shape__Length": 75.103695275673616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106433607512002, 40.032670388351903 ], [ -75.105999528573506, 40.032274929373798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8947, "tnode_": 8722, "lpoly_": null, "rpoly_": null, "length": 561.33964875000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 82820, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30408, "Shape__Length": 223.7010054421402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102382056099401, 40.032127978472801 ], [ -75.101150833947798, 40.033344018363501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8952, "tnode_": 8735, "lpoly_": null, "rpoly_": null, "length": 570.38645152999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 43860, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740889, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 30409, "Shape__Length": 227.25705205564617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105880757314793, 40.032158402837901 ], [ -75.105407325606507, 40.032438050655202 ], [ -75.104554863615803, 40.033330034382601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8939, "tnode_": 8952, "lpoly_": null, "rpoly_": null, "length": 53.92643932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 751, "l_t_add": 799, "r_f_add": 746, "r_t_add": 746, "st_code": 11280, "l_hundred": 700, "r_hundred": 700, "seg_id": 740890, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30410, "Shape__Length": 21.489943696657068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105999528573506, 40.032274929373798 ], [ -75.105880757314793, 40.032158402837901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8955, "tnode_": 8679, "lpoly_": null, "rpoly_": null, "length": 550.04185316999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 54200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740891, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30411, "Shape__Length": 219.52169632442977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124173669304, 40.032542905324597 ], [ -75.124034871811105, 40.034049061134098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8816, "tnode_": 8956, "lpoly_": null, "rpoly_": null, "length": 489.11734846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71140, "l_hundred": 900, "r_hundred": 900, "seg_id": 740892, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 30412, "Shape__Length": 194.70829516873209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091415569959693, 40.0325882153533 ], [ -75.090007237952094, 40.031793994042701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8969, "tnode_": 8915, "lpoly_": null, "rpoly_": null, "length": 140.70105485, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5232, "l_t_add": 5234, "r_f_add": 5235, "r_t_add": 5235, "st_code": 76520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740893, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30413, "Shape__Length": 56.056306298729233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107911281270404, 40.032159839054302 ], [ -75.1075768997393, 40.032448130291399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8896, "tnode_": 8983, "lpoly_": null, "rpoly_": null, "length": 298.03644393000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 869, "l_t_add": 899, "r_f_add": 870, "r_t_add": 898, "st_code": 38060, "l_hundred": 800, "r_hundred": 800, "seg_id": 740894, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 30414, "Shape__Length": 118.63808409705993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093107672060299, 40.032194994548703 ], [ -75.092243722267398, 40.031717191188399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8987, "tnode_": 8850, "lpoly_": null, "rpoly_": null, "length": 275.06832333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5430, "l_t_add": 5498, "r_f_add": 5425, "r_t_add": 5499, "st_code": 82500, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740895, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30415, "Shape__Length": 109.76855535461787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115553638898803, 40.032208537383603 ], [ -75.115388320033702, 40.032952861937297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8880, "tnode_": 9011, "lpoly_": null, "rpoly_": null, "length": 313.21542703, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 61340, "l_hundred": 600, "r_hundred": 600, "seg_id": 740896, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 30416, "Shape__Length": 124.86494038964055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113476117395805, 40.032727611804098 ], [ -75.112878847319806, 40.032000643388301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9012, "tnode_": 8835, "lpoly_": null, "rpoly_": null, "length": 426.61090344000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5415, "r_t_add": 5499, "st_code": 68600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740897, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30417, "Shape__Length": 170.06058111996012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116921541833094, 40.032067231890302 ], [ -75.116085903470307, 40.033046437926899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8927, "tnode_": 9012, "lpoly_": null, "rpoly_": null, "length": 370.84933511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 50720, "l_hundred": 300, "r_hundred": 300, "seg_id": 740898, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMA ST", "stname": "LIMA ST", "objectid": 30418, "Shape__Length": 147.61371424008036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118003722005, 40.032640732707002 ], [ -75.117946834801202, 40.032570307567603 ], [ -75.117895112331595, 40.032541191248903 ], [ -75.116921541833094, 40.032067231890302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9014, "tnode_": 8919, "lpoly_": null, "rpoly_": null, "length": 446.74049062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TENNIS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 76920, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740899, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TENNIS AVE", "stname": "TENNIS AVE", "objectid": 30419, "Shape__Length": 177.89762281934264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123083387504906, 40.032162077372199 ], [ -75.123054426180602, 40.032181012263003 ], [ -75.123034969960699, 40.0322114760434 ], [ -75.122772774294901, 40.032657882911003 ], [ -75.122723339174001, 40.032707331168602 ], [ -75.122578402835998, 40.032768644368502 ], [ -75.122453357711393, 40.032788263350803 ], [ -75.122303724468793, 40.0327820305302 ], [ -75.121958775587899, 40.032728234090598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8905, "tnode_": 9034, "lpoly_": null, "rpoly_": null, "length": 483.26156942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 959, "r_f_add": 900, "r_t_add": 958, "st_code": 18800, "l_hundred": 900, "r_hundred": 900, "seg_id": 740900, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30420, "Shape__Length": 192.37480660681462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091808709330493, 40.032154911218498 ], [ -75.090415548656395, 40.031371980920099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9055, "tnode_": 8992, "lpoly_": null, "rpoly_": null, "length": 202.29979193, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5226, "r_f_add": 5201, "r_t_add": 5219, "st_code": 76520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740901, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30421, "Shape__Length": 80.478200428032821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109059294068501, 40.0317501598741 ], [ -75.108406270000799, 40.031987662713398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8527, "tnode_": 9055, "lpoly_": null, "rpoly_": null, "length": 1183.20783766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 36160, "l_hundred": 600, "r_hundred": 600, "seg_id": 740902, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARLAND ST", "stname": "GARLAND ST", "objectid": 30422, "Shape__Length": 471.90677610862326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110383339814604, 40.034699424504801 ], [ -75.109062211670704, 40.032920685432103 ], [ -75.108972755523496, 40.032723343528097 ], [ -75.108920180678695, 40.032538336910399 ], [ -75.108908950986105, 40.0322508941005 ], [ -75.109059294068501, 40.0317501598741 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8975, "tnode_": 9064, "lpoly_": null, "rpoly_": null, "length": 299.73022024000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 53400, "l_hundred": 800, "r_hundred": 800, "seg_id": 740903, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCELLA ST", "stname": "MARCELLA ST", "objectid": 30423, "Shape__Length": 119.31509944411644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093486810462096, 40.031801471553102 ], [ -75.092622836760896, 40.031315780059302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9066, "tnode_": 9073, "lpoly_": null, "rpoly_": null, "length": 149.80601929000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 223, "r_f_add": 200, "r_t_add": 216, "st_code": 73320, "l_hundred": 200, "r_hundred": 200, "seg_id": 740904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERVILLE AVE", "stname": "E SOMERVILLE AVE", "objectid": 30424, "Shape__Length": 59.556810587500507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119487534071197, 40.0319135539999 ], [ -75.118957805102497, 40.031856149420697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9076, "tnode_": 8919, "lpoly_": null, "rpoly_": null, "length": 318.07563745, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5411, "st_code": 35200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30425, "Shape__Length": 126.92766309175087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122168254207807, 40.031870055601097 ], [ -75.121958775587899, 40.032728234090598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9076, "tnode_": 9014, "lpoly_": null, "rpoly_": null, "length": 277.46562046999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 119, "st_code": 76540, "l_hundred": 100, "r_hundred": 100, "seg_id": 740906, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30426, "Shape__Length": 110.36497547059143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122168254207807, 40.031870055601097 ], [ -75.123083387504906, 40.032162077372199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9085, "tnode_": 8927, "lpoly_": null, "rpoly_": null, "length": 325.52025132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5422, "r_f_add": 5401, "r_t_add": 5423, "st_code": 15380, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740907, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 30427, "Shape__Length": 129.90238728550449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118190730090504, 40.031758779926299 ], [ -75.118003722005, 40.032640732707002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9073, "tnode_": 9085, "lpoly_": null, "rpoly_": null, "length": 217.71211746999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 225, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 73320, "l_hundred": 200, "r_hundred": 200, "seg_id": 740908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERVILLE AVE", "stname": "E SOMERVILLE AVE", "objectid": 30428, "Shape__Length": 86.555846533169259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118957805102497, 40.031856149420697 ], [ -75.118190730090504, 40.031758779926299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9098, "tnode_": 9012, "lpoly_": null, "rpoly_": null, "length": 185.86835012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 68600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740909, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30429, "Shape__Length": 74.098837778346848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117271636862299, 40.031633747772801 ], [ -75.116921541833094, 40.032067231890302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9085, "tnode_": 9098, "lpoly_": null, "rpoly_": null, "length": 261.37233811, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 73320, "l_hundred": 300, "r_hundred": 300, "seg_id": 740910, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOMERVILLE AVE", "stname": "E SOMERVILLE AVE", "objectid": 30430, "Shape__Length": 103.91525090558206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118190730090504, 40.031758779926299 ], [ -75.117271636862299, 40.031633747772801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9034, "tnode_": 9099, "lpoly_": null, "rpoly_": null, "length": 196.55016658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 961, "l_t_add": 977, "r_f_add": 960, "r_t_add": 974, "st_code": 18800, "l_hundred": 900, "r_hundred": 900, "seg_id": 740911, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30431, "Shape__Length": 78.246678748920232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090415548656395, 40.031371980920099 ], [ -75.089856616220601, 40.031045624859402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9107, "tnode_": 8939, "lpoly_": null, "rpoly_": null, "length": 448.40186595999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 43860, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740912, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWLAND ST", "stname": "HOWLAND ST", "objectid": 30432, "Shape__Length": 178.62827388543212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107086739154795, 40.0313813991622 ], [ -75.106461923051597, 40.031990413667003 ], [ -75.105999528573506, 40.032274929373798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9114, "tnode_": 9011, "lpoly_": null, "rpoly_": null, "length": 287.93458707999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENEVA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 36500, "l_hundred": 600, "r_hundred": 600, "seg_id": 740913, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENEVA AVE", "stname": "GENEVA AVE", "objectid": 30433, "Shape__Length": 114.64719322754166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113669353829494, 40.031495371650699 ], [ -75.113163874842101, 40.0318270143501 ], [ -75.112878847319806, 40.032000643388301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9126, "tnode_": 8747, "lpoly_": null, "rpoly_": null, "length": 791.66221913000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 81680, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 30434, "Shape__Length": 315.89824342683914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121236286253307, 40.031539997927602 ], [ -75.120772618069097, 40.033607023321601 ], [ -75.120701491185699, 40.033659345819601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9076, "tnode_": 9126, "lpoly_": null, "rpoly_": null, "length": 287.34311974999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 109, "r_f_add": 2, "r_t_add": 118, "st_code": 76520, "l_hundred": 0, "r_hundred": 0, "seg_id": 740915, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30435, "Shape__Length": 114.3060336276595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122168254207807, 40.031870055601097 ], [ -75.121236286253307, 40.031539997927602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9153, "tnode_": 9014, "lpoly_": null, "rpoly_": null, "length": 230.18839777, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5330, "l_t_add": 5398, "r_f_add": 5319, "r_t_add": 5399, "st_code": 43800, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740916, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30436, "Shape__Length": 91.855604242165313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123236036352296, 40.031541173823101 ], [ -75.123083387504906, 40.032162077372199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9153, "tnode_": 9128, "lpoly_": null, "rpoly_": null, "length": 292.58725847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 28140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740917, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELPHINE ST", "stname": "DELPHINE ST", "objectid": 30437, "Shape__Length": 116.32678631816241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123236036352296, 40.031541173823101 ], [ -75.1242632942716, 40.0316879129795 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8983, "tnode_": 9160, "lpoly_": null, "rpoly_": null, "length": 619.72780607000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 38060, "l_hundred": 900, "r_hundred": 900, "seg_id": 740918, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 30438, "Shape__Length": 246.69063070253449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092243722267398, 40.031717191188399 ], [ -75.090448558702406, 40.030722287265398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9126, "tnode_": 9170, "lpoly_": null, "rpoly_": null, "length": 285.34411481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 111, "l_t_add": 199, "r_f_add": 120, "r_t_add": 198, "st_code": 76520, "l_hundred": 100, "r_hundred": 100, "seg_id": 740919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30439, "Shape__Length": 113.49449086039992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121236286253307, 40.031539997927602 ], [ -75.120291249543897, 40.0312470628092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9171, "tnode_": 8982, "lpoly_": null, "rpoly_": null, "length": 604.71596906000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIRIAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 56440, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 740920, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIRIAM RD", "stname": "MIRIAM RD", "objectid": 30440, "Shape__Length": 240.71363720992812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089118405883795, 40.030631215032003 ], [ -75.087365369983203, 40.031600567639799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9174, "tnode_": 9141, "lpoly_": null, "rpoly_": null, "length": 84.15162737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5500, "r_f_add": 5501, "r_t_add": 5501, "st_code": 75420, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740921, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30441, "Shape__Length": 33.535560973527033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093207004529205, 40.030713669177601 ], [ -75.093024321550203, 40.030897088064101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28440, "tnode_": 9114, "lpoly_": null, "rpoly_": null, "length": 780.16063499000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENEVA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 36500, "l_hundred": 500, "r_hundred": 500, "seg_id": 740922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENEVA AVE", "stname": "GENEVA AVE", "objectid": 30442, "Shape__Length": 310.16114894429086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116423981513194, 40.031197183151697 ], [ -75.113965028922806, 40.031426286454 ], [ -75.113669353829494, 40.031495371650699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28440, "tnode_": 8987, "lpoly_": null, "rpoly_": null, "length": 443.40980125000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5428, "r_f_add": 5401, "r_t_add": 5423, "st_code": 82500, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 740923, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30443, "Shape__Length": 176.7509198368424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116423981513194, 40.031197183151697 ], [ -75.116291879441505, 40.031290390859702 ], [ -75.116224129225202, 40.031374462800898 ], [ -75.115553638898803, 40.032208537383603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9098, "tnode_": 28440, "lpoly_": null, "rpoly_": null, "length": 286.9267685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENEVA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 36500, "l_hundred": 400, "r_hundred": 400, "seg_id": 740924, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENEVA AVE", "stname": "GENEVA AVE", "objectid": 30444, "Shape__Length": 114.20210047412661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117271636862299, 40.031633747772801 ], [ -75.116951038353804, 40.031502014713801 ], [ -75.116651192627998, 40.031350123028901 ], [ -75.116423981513194, 40.031197183151697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9191, "tnode_": 9010, "lpoly_": null, "rpoly_": null, "length": 446.54912957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5234, "l_t_add": 5298, "r_f_add": 5233, "r_t_add": 5299, "st_code": 56800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740925, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 30445, "Shape__Length": 177.92471428733995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106538441882293, 40.030891034453397 ], [ -75.106501147210594, 40.030966332994097 ], [ -75.105919706845, 40.031544679838397 ], [ -75.105521149431894, 40.031823605496001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9208, "tnode_": 9073, "lpoly_": null, "rpoly_": null, "length": 357.48818666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 75840, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740926, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYCAMORE ST", "stname": "SYCAMORE ST", "objectid": 30446, "Shape__Length": 142.51753353224851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119628834659196, 40.031021307878 ], [ -75.118957805102497, 40.031856149420697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9208, "tnode_": 9066, "lpoly_": null, "rpoly_": null, "length": 327.42970256000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5326, "l_t_add": 5398, "r_f_add": 5331, "r_t_add": 5399, "st_code": 31220, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740927, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 30447, "Shape__Length": 130.66876426589613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119628834659196, 40.031021307878 ], [ -75.119487534071197, 40.0319135539999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9170, "tnode_": 9208, "lpoly_": null, "rpoly_": null, "length": 202.90988677, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 209, "r_f_add": 200, "r_t_add": 208, "st_code": 76520, "l_hundred": 200, "r_hundred": 200, "seg_id": 740928, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30448, "Shape__Length": 80.714085544724213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120291249543897, 40.0312470628092 ], [ -75.119628834659196, 40.031021307878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9064, "tnode_": 9211, "lpoly_": null, "rpoly_": null, "length": 559.96620717999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 53400, "l_hundred": 900, "r_hundred": 900, "seg_id": 740929, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCELLA ST", "stname": "MARCELLA ST", "objectid": 30449, "Shape__Length": 222.90179729428701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092622836760896, 40.031315780059302 ], [ -75.091002475213202, 40.0304150256434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9011, "tnode_": 9225, "lpoly_": null, "rpoly_": null, "length": 500.21126589, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 61340, "l_hundred": 700, "r_hundred": 700, "seg_id": 740930, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 30450, "Shape__Length": 199.44394587293772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112878847319806, 40.032000643388301 ], [ -75.112302157248706, 40.031337876737503 ], [ -75.1121872489407, 40.031191545881398 ], [ -75.112119276429695, 40.031078739940803 ], [ -75.112031122385304, 40.030806513443999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9233, "tnode_": 8947, "lpoly_": null, "rpoly_": null, "length": 701.78146834999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 82820, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740931, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30451, "Shape__Length": 279.67178169180795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103905374573699, 40.030598255068803 ], [ -75.102382056099401, 40.032127978472801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9244, "tnode_": 9128, "lpoly_": null, "rpoly_": null, "length": 265.73313271999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5340, "r_f_add": 5301, "r_t_add": 5337, "st_code": 54200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740932, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30452, "Shape__Length": 106.04810130705418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124367400103495, 40.030962847105101 ], [ -75.1242632942716, 40.0316879129795 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9114, "tnode_": 9245, "lpoly_": null, "rpoly_": null, "length": 304.78787287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 54180, "l_hundred": 700, "r_hundred": 700, "seg_id": 740933, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARWOOD RD", "stname": "MARWOOD RD", "objectid": 30453, "Shape__Length": 121.58276920023668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113669353829494, 40.031495371650699 ], [ -75.1135736367482, 40.031390262471099 ], [ -75.113478434421097, 40.031275410479203 ], [ -75.113430091671106, 40.031161634177003 ], [ -75.113362485141806, 40.030712131793102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29004, "tnode_": 9191, "lpoly_": null, "rpoly_": null, "length": 166.28251043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5220, "l_t_add": 5232, "r_f_add": 5221, "r_t_add": 5231, "st_code": 56800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740934, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 30454, "Shape__Length": 66.274402715504863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106876167038706, 40.030520269859998 ], [ -75.106575789084602, 40.030809961500502 ], [ -75.106538441882293, 40.030891034453397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9239, "tnode_": 9252, "lpoly_": null, "rpoly_": null, "length": 58.3698536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 18800, "l_hundred": 0, "r_hundred": 0, "seg_id": 740935, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30455, "Shape__Length": 23.236123948684618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088299599169105, 40.030190605231297 ], [ -75.088132806361997, 40.030094510182202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9255, "tnode_": 9244, "lpoly_": null, "rpoly_": null, "length": 205.21107419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 132, "l_t_add": 160, "r_f_add": 129, "r_t_add": 141, "st_code": 34140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740936, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30456, "Shape__Length": 81.583959675391213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123643486671696, 40.030875328970801 ], [ -75.124367400103495, 40.030962847105101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9258, "tnode_": 9245, "lpoly_": null, "rpoly_": null, "length": 105.36572428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 579, "l_t_add": 599, "r_f_add": 578, "r_t_add": 598, "st_code": 76520, "l_hundred": 500, "r_hundred": 500, "seg_id": 740937, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30457, "Shape__Length": 41.888547857702655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113734906094095, 40.030670913781101 ], [ -75.113362485141806, 40.030712131793102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9261, "tnode_": 9153, "lpoly_": null, "rpoly_": null, "length": 256.06248628000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5328, "r_f_add": 5301, "r_t_add": 5317, "st_code": 43800, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740938, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30458, "Shape__Length": 102.18449983702469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123372183231297, 40.030846086945303 ], [ -75.123236036352296, 40.031541173823101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9261, "tnode_": 9255, "lpoly_": null, "rpoly_": null, "length": 76.71705057, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 124, "l_t_add": 130, "r_f_add": 121, "r_t_add": 127, "st_code": 34140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740939, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30459, "Shape__Length": 30.499109705593625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123372183231297, 40.030846086945303 ], [ -75.123643486671696, 40.030875328970801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9141, "tnode_": 9268, "lpoly_": null, "rpoly_": null, "length": 495.23872863999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 957, "r_f_add": 900, "r_t_add": 954, "st_code": 65520, "l_hundred": 900, "r_hundred": 900, "seg_id": 740940, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30460, "Shape__Length": 197.13864572785675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093024321550203, 40.030897088064101 ], [ -75.091596223541202, 40.030095212101102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9284, "tnode_": 9076, "lpoly_": null, "rpoly_": null, "length": 424.85049177999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 35200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740941, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30461, "Shape__Length": 169.54161566399779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122392665977102, 40.030716619606103 ], [ -75.122168254207807, 40.031870055601097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9284, "tnode_": 9261, "lpoly_": null, "rpoly_": null, "length": 278.32245506000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 122, "r_f_add": 101, "r_t_add": 119, "st_code": 34140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740942, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30462, "Shape__Length": 110.65198828230184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122392665977102, 40.030716619606103 ], [ -75.123372183231297, 40.030846086945303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9252, "tnode_": 9289, "lpoly_": null, "rpoly_": null, "length": 110.47443685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 18800, "l_hundred": 0, "r_hundred": 0, "seg_id": 740943, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30463, "Shape__Length": 43.970246341670432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088132806361997, 40.030094510182202 ], [ -75.087806226082094, 40.029924385926499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9297, "tnode_": 9098, "lpoly_": null, "rpoly_": null, "length": 472.71525863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5308, "l_t_add": 5398, "r_f_add": 5309, "r_t_add": 5399, "st_code": 68600, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740944, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30464, "Shape__Length": 188.43994059108195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118187638035394, 40.030543750585501 ], [ -75.117271636862299, 40.031633747772801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9208, "tnode_": 9297, "lpoly_": null, "rpoly_": null, "length": 439.48080398999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 211, "l_t_add": 299, "r_f_add": 210, "r_t_add": 298, "st_code": 76520, "l_hundred": 200, "r_hundred": 200, "seg_id": 740945, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 30465, "Shape__Length": 174.81181497015751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119628834659196, 40.031021307878 ], [ -75.118187638035394, 40.030543750585501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9312, "tnode_": 28440, "lpoly_": null, "rpoly_": null, "length": 292.96228692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 82500, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740946, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30466, "Shape__Length": 116.90284688014077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116344025236003, 40.030407716590602 ], [ -75.116299112348301, 40.030490603012304 ], [ -75.116393251956296, 40.031124183573901 ], [ -75.116423981513194, 40.031197183151697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9289, "tnode_": 9315, "lpoly_": null, "rpoly_": null, "length": 55.37520181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 18800, "l_hundred": 0, "r_hundred": 0, "seg_id": 740947, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30467, "Shape__Length": 22.04534878480889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087806226082094, 40.029924385926499 ], [ -75.087650041113505, 40.029831155358501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9318, "tnode_": 9126, "lpoly_": null, "rpoly_": null, "length": 348.99133134000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WATER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 81680, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740948, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WATER ST", "stname": "N WATER ST", "objectid": 30468, "Shape__Length": 139.2663197679438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121437841677107, 40.030594587434599 ], [ -75.121236286253307, 40.031539997927602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9284, "tnode_": 9318, "lpoly_": null, "rpoly_": null, "length": 271.05326796999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 118, "st_code": 34120, "l_hundred": 100, "r_hundred": 100, "seg_id": 740949, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FISHER AVE", "stname": "E FISHER AVE", "objectid": 30469, "Shape__Length": 107.76102060395041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122392665977102, 40.030716619606103 ], [ -75.121437841677107, 40.030594587434599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9233, "tnode_": 9338, "lpoly_": null, "rpoly_": null, "length": 273.04073241000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 827, "l_t_add": 833, "r_f_add": 786, "r_t_add": 798, "st_code": 11280, "l_hundred": 800, "r_hundred": 700, "seg_id": 740950, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2009-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30470, "Shape__Length": 108.76230085495887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103905374573699, 40.030598255068803 ], [ -75.103229840933807, 40.0300577749599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9341, "tnode_": 9170, "lpoly_": null, "rpoly_": null, "length": 284.76507611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 11020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740951, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30471, "Shape__Length": 113.6348535629357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120465246919693, 40.030476877073099 ], [ -75.120291249543897, 40.0312470628092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9318, "tnode_": 9341, "lpoly_": null, "rpoly_": null, "length": 275.71466403, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 121, "l_t_add": 199, "r_f_add": 120, "r_t_add": 198, "st_code": 34120, "l_hundred": 100, "r_hundred": 100, "seg_id": 740952, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FISHER AVE", "stname": "E FISHER AVE", "objectid": 30472, "Shape__Length": 109.61285426594465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121437841677107, 40.030594587434599 ], [ -75.120465246919693, 40.030476877073099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9298, "tnode_": 9354, "lpoly_": null, "rpoly_": null, "length": 104.83781566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 740953, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30473, "Shape__Length": 41.830619233365368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104246458957604, 40.030270824841701 ], [ -75.104334239972999, 40.029991055600902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9355, "tnode_": 9208, "lpoly_": null, "rpoly_": null, "length": 231.64367068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5324, "r_f_add": 5301, "r_t_add": 5329, "st_code": 31220, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740954, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 30474, "Shape__Length": 92.443465289523331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119713818362996, 40.030388783235203 ], [ -75.119628834659196, 40.031021307878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9341, "tnode_": 9355, "lpoly_": null, "rpoly_": null, "length": 212.85902675, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 229, "r_f_add": 200, "r_t_add": 216, "st_code": 34120, "l_hundred": 200, "r_hundred": 200, "seg_id": 740955, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FISHER AVE", "stname": "E FISHER AVE", "objectid": 30475, "Shape__Length": 84.623411439568599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120465246919693, 40.030476877073099 ], [ -75.119713818362996, 40.030388783235203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9356, "tnode_": 29004, "lpoly_": null, "rpoly_": null, "length": 216.07098025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5218, "r_f_add": 5201, "r_t_add": 5219, "st_code": 56800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740956, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 30476, "Shape__Length": 86.107551553087106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107343347051597, 40.0300482132361 ], [ -75.106876167038706, 40.030520269859998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9365, "tnode_": 9171, "lpoly_": null, "rpoly_": null, "length": 594.64001966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIRIAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 56440, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 740957, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIRIAM RD", "stname": "MIRIAM RD", "objectid": 30477, "Shape__Length": 236.69500138201687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0908484457117, 40.029684715953302 ], [ -75.089118405883795, 40.030631215032003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9367, "tnode_": 9338, "lpoly_": null, "rpoly_": null, "length": 71.3094666, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 740958, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30478, "Shape__Length": 28.415506034281346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103071456528795, 40.0299044946915 ], [ -75.103229840933807, 40.0300577749599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9391, "tnode_": 9297, "lpoly_": null, "rpoly_": null, "length": 136.38616585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5306, "r_f_add": 5301, "r_t_add": 5307, "st_code": 68600, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 740959, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30479, "Shape__Length": 54.369956689279832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118446666556906, 40.030226697482 ], [ -75.118187638035394, 40.030543750585501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9355, "tnode_": 9391, "lpoly_": null, "rpoly_": null, "length": 359.72600211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 231, "l_t_add": 299, "r_f_add": 218, "r_t_add": 298, "st_code": 34120, "l_hundred": 200, "r_hundred": 200, "seg_id": 740960, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E FISHER AVE", "stname": "E FISHER AVE", "objectid": 30480, "Shape__Length": 143.01339934754927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119713818362996, 40.030388783235203 ], [ -75.118446666556906, 40.030226697482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9315, "tnode_": 9392, "lpoly_": null, "rpoly_": null, "length": 228.36284809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 997, "l_t_add": 999, "r_f_add": 996, "r_t_add": 998, "st_code": 18800, "l_hundred": 900, "r_hundred": 900, "seg_id": 740961, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30481, "Shape__Length": 90.909049771958038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087650041113505, 40.029831155358501 ], [ -75.087000408947404, 40.029452228510699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9354, "tnode_": 9394, "lpoly_": null, "rpoly_": null, "length": 50.03097565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 740962, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30482, "Shape__Length": 19.965189073379513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104334239972999, 40.029991055600902 ], [ -75.104308883495094, 40.029855104910197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9415, "tnode_": 9255, "lpoly_": null, "rpoly_": null, "length": 282.68517042999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5228, "l_t_add": 5298, "r_f_add": 5243, "r_t_add": 5299, "st_code": 43800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740963, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30483, "Shape__Length": 112.80407208317752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123817483148201, 40.030110938920899 ], [ -75.123643486671696, 40.030875328970801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9421, "tnode_": 9367, "lpoly_": null, "rpoly_": null, "length": 108.94183266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 740964, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30484, "Shape__Length": 43.459479008182726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103162798371798, 40.029621862835398 ], [ -75.103070691808597, 40.029766264994898 ], [ -75.103071456528795, 40.0299044946915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9434, "tnode_": 9415, "lpoly_": null, "rpoly_": null, "length": 161.16018867, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 114, "l_t_add": 168, "r_f_add": 113, "r_t_add": 169, "st_code": 82160, "l_hundred": 100, "r_hundred": 100, "seg_id": 740965, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 30485, "Shape__Length": 64.069974740687201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123248665253698, 40.030043729053503 ], [ -75.123817483148201, 40.030110938920899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9456, "tnode_": 9284, "lpoly_": null, "rpoly_": null, "length": 278.15708252999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5227, "r_t_add": 5299, "st_code": 35200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740966, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30486, "Shape__Length": 110.99698996969639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122563373023297, 40.0299644062327 ], [ -75.122392665977102, 40.030716619606103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9456, "tnode_": 9434, "lpoly_": null, "rpoly_": null, "length": 194.07008828, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 112, "r_f_add": 101, "r_t_add": 111, "st_code": 82160, "l_hundred": 100, "r_hundred": 100, "seg_id": 740967, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 30487, "Shape__Length": 77.153095600428045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122563373023297, 40.0299644062327 ], [ -75.123248665253698, 40.030043729053503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9450, "tnode_": 9473, "lpoly_": null, "rpoly_": null, "length": 57.08831577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65520, "l_hundred": 0, "r_hundred": 0, "seg_id": 740968, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30488, "Shape__Length": 22.71710214605455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090049198231, 40.029231938052902 ], [ -75.089874361968, 40.029151347178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9392, "tnode_": 9512, "lpoly_": null, "rpoly_": null, "length": 370.85197395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1029, "r_f_add": 1000, "r_t_add": 1048, "st_code": 18800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 30489, "Shape__Length": 147.61372601409002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087000408947404, 40.029452228510699 ], [ -75.085920324289503, 40.0288631782349 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9510, "tnode_": 9341, "lpoly_": null, "rpoly_": null, "length": 282.46424381000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 11020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30490, "Shape__Length": 112.71742857868655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120624096326793, 40.029711154907503 ], [ -75.120465246919693, 40.030476877073099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9456, "tnode_": 9510, "lpoly_": null, "rpoly_": null, "length": 550.84979761, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 82140, "l_hundred": 100, "r_hundred": 100, "seg_id": 740971, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WELLENS ST", "stname": "E WELLENS ST", "objectid": 30491, "Shape__Length": 218.99640740440006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122563373023297, 40.0299644062327 ], [ -75.120624096326793, 40.029711154907503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9473, "tnode_": 9511, "lpoly_": null, "rpoly_": null, "length": 111.88477149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65520, "l_hundred": 0, "r_hundred": 0, "seg_id": 740972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30492, "Shape__Length": 44.544885418778179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089874361968, 40.029151347178001 ], [ -75.089563323171305, 40.0289585781235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9511, "tnode_": 9538, "lpoly_": null, "rpoly_": null, "length": 60.60156598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65520, "l_hundred": 0, "r_hundred": 0, "seg_id": 740973, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30493, "Shape__Length": 24.115981964847553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089563323171305, 40.0289585781235 ], [ -75.089378994865299, 40.0288714241739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9551, "tnode_": 9391, "lpoly_": null, "rpoly_": null, "length": 311.05740558999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5247, "r_t_add": 5299, "st_code": 68600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740974, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30494, "Shape__Length": 123.99485743173976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119050867693502, 40.029510181932402 ], [ -75.118446666556906, 40.030226697482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9510, "tnode_": 9551, "lpoly_": null, "rpoly_": null, "length": 446.60544962999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 82140, "l_hundred": 200, "r_hundred": 200, "seg_id": 740975, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WELLENS ST", "stname": "E WELLENS ST", "objectid": 30495, "Shape__Length": 177.55149735488956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120624096326793, 40.029711154907503 ], [ -75.119050867693502, 40.029510181932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9585, "tnode_": 9514, "lpoly_": null, "rpoly_": null, "length": 80.87296534000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 740976, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30496, "Shape__Length": 32.24299817294456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1052802817036, 40.029097425197698 ], [ -75.105135007229705, 40.029289296245302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9606, "tnode_": 9281, "lpoly_": null, "rpoly_": null, "length": 526.87305394000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 69260, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740977, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 30497, "Shape__Length": 210.24912112503378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114318450825806, 40.029166104168098 ], [ -75.114607794800193, 40.030595227507497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9622, "tnode_": 9258, "lpoly_": null, "rpoly_": null, "length": 597.40701109000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 54180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740979, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARWOOD RD", "stname": "MARWOOD RD", "objectid": 30498, "Shape__Length": 238.404513530982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134806044671, 40.029042653919703 ], [ -75.113734906094095, 40.030670913781101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9632, "tnode_": 9415, "lpoly_": null, "rpoly_": null, "length": 292.3223609, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HOWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5226, "r_f_add": 5201, "r_t_add": 5241, "st_code": 43800, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740980, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HOWARD ST", "stname": "N HOWARD ST", "objectid": 30499, "Shape__Length": 116.64964046619387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123989136381297, 40.0293194030371 ], [ -75.123817483148201, 40.030110938920899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9632, "tnode_": 9612, "lpoly_": null, "rpoly_": null, "length": 202.59858131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 126, "l_t_add": 178, "r_f_add": 125, "r_t_add": 173, "st_code": 29400, "l_hundred": 100, "r_hundred": 100, "seg_id": 740981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30500, "Shape__Length": 80.54374359534755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123989136381297, 40.0293194030371 ], [ -75.124703524347595, 40.029407227819497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9633, "tnode_": 9510, "lpoly_": null, "rpoly_": null, "length": 177.34787955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5210, "l_t_add": 5228, "r_f_add": 5211, "r_t_add": 5229, "st_code": 11020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740982, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30501, "Shape__Length": 70.768083126527344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120737307416803, 40.029232155960301 ], [ -75.120624096326793, 40.029711154907503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9637, "tnode_": 9305, "lpoly_": null, "rpoly_": null, "length": 538.65583288000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 27080, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740983, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 30502, "Shape__Length": 214.9438748986309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115140775453995, 40.0290669984198 ], [ -75.115483919958606, 40.030521953365302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9641, "tnode_": 9434, "lpoly_": null, "rpoly_": null, "length": 291.71869206999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOPE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 43480, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740984, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOPE ST", "stname": "HOPE ST", "objectid": 30503, "Shape__Length": 116.40762962700157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123426807135303, 40.029254722781602 ], [ -75.123248665253698, 40.030043729053503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9641, "tnode_": 9632, "lpoly_": null, "rpoly_": null, "length": 159.22730819, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 116, "l_t_add": 124, "r_f_add": 115, "r_t_add": 123, "st_code": 29400, "l_hundred": 100, "r_hundred": 100, "seg_id": 740985, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30504, "Shape__Length": 63.300516146158486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123426807135303, 40.029254722781602 ], [ -75.123989136381297, 40.0293194030371 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9663, "tnode_": 9456, "lpoly_": null, "rpoly_": null, "length": 296.65486356000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5225, "st_code": 35200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740986, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30505, "Shape__Length": 118.37928834579695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122730133378496, 40.029160206856801 ], [ -75.122563373023297, 40.0299644062327 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9663, "tnode_": 9641, "lpoly_": null, "rpoly_": null, "length": 198.11119085, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 114, "r_f_add": 101, "r_t_add": 113, "st_code": 29400, "l_hundred": 100, "r_hundred": 100, "seg_id": 740987, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30506, "Shape__Length": 78.761228031993312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122730133378496, 40.029160206856801 ], [ -75.123426807135303, 40.029254722781602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9666, "tnode_": 9312, "lpoly_": null, "rpoly_": null, "length": 545.68902585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 82500, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740988, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30507, "Shape__Length": 217.7454763906432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116003593230104, 40.028937830109903 ], [ -75.116359912515506, 40.030375412332603 ], [ -75.116344025236003, 40.030407716590602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9538, "tnode_": 9701, "lpoly_": null, "rpoly_": null, "length": 405.7596741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 987, "l_t_add": 999, "r_f_add": 992, "r_t_add": 998, "st_code": 65520, "l_hundred": 900, "r_hundred": 900, "seg_id": 740989, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30508, "Shape__Length": 161.51732130815088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089378994865299, 40.0288714241739 ], [ -75.089010037146394, 40.028661484985101 ], [ -75.088668731603406, 40.028473230888402 ], [ -75.088211866861101, 40.028211434402898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9709, "tnode_": 9334, "lpoly_": null, "rpoly_": null, "length": 559.3272668699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 12920, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740990, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 30509, "Shape__Length": 223.19062387407365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116849150441396, 40.028812332288503 ], [ -75.117212958986897, 40.030322066326498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9721, "tnode_": 9551, "lpoly_": null, "rpoly_": null, "length": 284.0067808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5220, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5245, "st_code": 68600, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740991, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30510, "Shape__Length": 113.20999201434138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119604000617798, 40.028856716339 ], [ -75.119050867693502, 40.029510181932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9633, "tnode_": 9721, "lpoly_": null, "rpoly_": null, "length": 345.58617864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBAT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68840, "l_hundred": 200, "r_hundred": 200, "seg_id": 740992, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBAT ST", "stname": "ROBAT ST", "objectid": 30511, "Shape__Length": 137.45989413504998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120737307416803, 40.029232155960301 ], [ -75.119604000617798, 40.028856716339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9663, "tnode_": 9762, "lpoly_": null, "rpoly_": null, "length": 562.35543391, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 29380, "l_hundred": 100, "r_hundred": 100, "seg_id": 740993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUNCANNON AVE", "stname": "E DUNCANNON AVE", "objectid": 30512, "Shape__Length": 223.66253641561457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122730133378496, 40.029160206856801 ], [ -75.121893682623394, 40.029056773747698 ], [ -75.120865457359898, 40.028642448241897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9817, "tnode_": 9659, "lpoly_": null, "rpoly_": null, "length": 355.93938677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 48940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 740994, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30513, "Shape__Length": 141.83221785674795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098699561460606, 40.027862264509601 ], [ -75.098349701698496, 40.028193205400797 ], [ -75.098304630977097, 40.028236041475402 ], [ -75.097910115244702, 40.028627946550898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9818, "tnode_": 9585, "lpoly_": null, "rpoly_": null, "length": 466.64699893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5211, "r_t_add": 5259, "st_code": 82820, "l_hundred": 0, "r_hundred": 5200, "seg_id": 740995, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30514, "Shape__Length": 185.92262765761967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1063512853178, 40.028126610275201 ], [ -75.106088740639507, 40.028276760936002 ], [ -75.1052802817036, 40.029097425197698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9701, "tnode_": 9821, "lpoly_": null, "rpoly_": null, "length": 382.27761277000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1059, "r_f_add": 1000, "r_t_add": 1050, "st_code": 65520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 740996, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30515, "Shape__Length": 152.1654285344321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088211866861101, 40.028211434402898 ], [ -75.087107830012499, 40.0275942780397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9116, "tnode_": 9021, "lpoly_": null, "rpoly_": null, "length": 179.53656189, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5315, "st_code": 87890, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741115, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30516, "Shape__Length": 71.644315077995657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131509934110099, 40.031876345917198 ], [ -75.131395945871603, 40.032361343192299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9762, "tnode_": 9835, "lpoly_": null, "rpoly_": null, "length": 257.55210182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 29380, "l_hundred": 200, "r_hundred": 200, "seg_id": 740997, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUNCANNON AVE", "stname": "E DUNCANNON AVE", "objectid": 30517, "Shape__Length": 102.45674118652337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120865457359898, 40.028642448241897 ], [ -75.120310065354801, 40.028417172591197 ], [ -75.120210043669402, 40.028375820892101 ], [ -75.120038837488295, 40.028337928858903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9837, "tnode_": 9795, "lpoly_": null, "rpoly_": null, "length": 50.61387051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5098, "l_t_add": 5098, "r_f_add": 5099, "r_t_add": 5099, "st_code": 33120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 740998, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 30518, "Shape__Length": 20.198832283757586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110041773146406, 40.028056792535303 ], [ -75.110045443927206, 40.028195704978401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9849, "tnode_": 9818, "lpoly_": null, "rpoly_": null, "length": 100.51307929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5208, "r_f_add": 5201, "r_t_add": 5209, "st_code": 82820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 740999, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30519, "Shape__Length": 40.051012132482676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106575334227799, 40.027911050986802 ], [ -75.1063512853178, 40.028126610275201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9659, "tnode_": 9862, "lpoly_": null, "rpoly_": null, "length": 598.26982649000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 34760, "l_hundred": 800, "r_hundred": 800, "seg_id": 741000, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30520, "Shape__Length": 238.18119736484044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097910115244702, 40.028627946550898 ], [ -75.0968071385239, 40.027956541676801 ], [ -75.096653601938399, 40.027859148044598 ], [ -75.096553605815302, 40.0277957168597 ], [ -75.096238591534501, 40.027605273761999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9821, "tnode_": 9929, "lpoly_": null, "rpoly_": null, "length": 379.15868697999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1061, "l_t_add": 1099, "r_f_add": 1052, "r_t_add": 1098, "st_code": 65520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741001, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30521, "Shape__Length": 150.91732939257719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087107830012499, 40.0275942780397 ], [ -75.086005450430605, 40.026990014946698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9892, "tnode_": 9837, "lpoly_": null, "rpoly_": null, "length": 117.15673922000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5096, "l_t_add": 5096, "r_f_add": 5097, "r_t_add": 5097, "st_code": 33120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741002, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 30522, "Shape__Length": 46.754374753297277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110031755846194, 40.027735275539399 ], [ -75.110041773146406, 40.028056792535303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9902, "tnode_": 9666, "lpoly_": null, "rpoly_": null, "length": 434.25411571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5128, "l_t_add": 5198, "r_f_add": 5125, "r_t_add": 5199, "st_code": 82500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30523, "Shape__Length": 173.27664329739102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115761617026706, 40.027768003214497 ], [ -75.116022655523196, 40.0288428889369 ], [ -75.1160258216714, 40.028872928862199 ], [ -75.116024659682196, 40.028902869519698 ], [ -75.116003593230104, 40.028937830109903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9935, "tnode_": 9892, "lpoly_": null, "rpoly_": null, "length": 56.45637165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5094, "l_t_add": 5094, "r_f_add": 5095, "r_t_add": 5095, "st_code": 33120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741004, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 30524, "Shape__Length": 22.529447770921763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110011713542903, 40.027581063874301 ], [ -75.110031755846194, 40.027735275539399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9944, "tnode_": 9709, "lpoly_": null, "rpoly_": null, "length": 429.73425251999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 12920, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741005, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 30525, "Shape__Length": 171.47693989460456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116580407293696, 40.027650892272703 ], [ -75.116849150441396, 40.028812332288503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9950, "tnode_": 9849, "lpoly_": null, "rpoly_": null, "length": 252.57722457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 5151, "r_t_add": 5199, "st_code": 82820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741006, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30526, "Shape__Length": 100.66592494094215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107094457918393, 40.027344063896301 ], [ -75.106575334227799, 40.027911050986802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9953, "tnode_": 9663, "lpoly_": null, "rpoly_": null, "length": 537.79159488000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 35200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741007, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30527, "Shape__Length": 214.60100126849599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123030062230598, 40.027702021459298 ], [ -75.122730133378496, 40.029160206856801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9968, "tnode_": 9860, "lpoly_": null, "rpoly_": null, "length": 858.41124099000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 72480, "l_hundred": 200, "r_hundred": 200, "seg_id": 741008, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHELDON ST", "stname": "E SHELDON ST", "objectid": 30528, "Shape__Length": 341.26922971777168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120616134673099, 40.027635771938201 ], [ -75.1176037975751, 40.028071755308503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9989, "tnode_": 9862, "lpoly_": null, "rpoly_": null, "length": 383.98610563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 75420, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741009, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30529, "Shape__Length": 152.86258835987616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097321137665503, 40.026958740813399 ], [ -75.096835542242999, 40.0272628778579 ], [ -75.096238591534501, 40.027605273761999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10002, "tnode_": 9968, "lpoly_": null, "rpoly_": null, "length": 69.78643142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4984, "l_t_add": 4984, "r_f_add": 5039, "r_t_add": 5041, "st_code": 68600, "l_hundred": 4900, "r_hundred": 5000, "seg_id": 741010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30530, "Shape__Length": 27.812838359469957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1207612700981, 40.027480044629002 ], [ -75.120616134673099, 40.027635771938201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9953, "tnode_": 10018, "lpoly_": null, "rpoly_": null, "length": 587.6234787, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 168, "r_f_add": 101, "r_t_add": 169, "st_code": 13540, "l_hundred": 100, "r_hundred": 100, "seg_id": 741011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30531, "Shape__Length": 233.61080560565182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123030062230598, 40.027702021459298 ], [ -75.125095910776295, 40.027419393126898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10013, "tnode_": 10057, "lpoly_": null, "rpoly_": null, "length": 108.84208473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 741012, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30532, "Shape__Length": 43.416913106687481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097463676445997, 40.026861157037999 ], [ -75.097592112801195, 40.026579158867698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10073, "tnode_": 9953, "lpoly_": null, "rpoly_": null, "length": 212.40162472, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 35200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741013, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30533, "Shape__Length": 84.753862924823082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123161489102102, 40.0271277743498 ], [ -75.123030062230598, 40.027702021459298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10082, "tnode_": 9969, "lpoly_": null, "rpoly_": null, "length": 1080.1399231399998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 11540, "l_hundred": 200, "r_hundred": 200, "seg_id": 741014, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBANUS ST", "stname": "E ALBANUS ST", "objectid": 30534, "Shape__Length": 429.4553057467773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121228155555301, 40.026924415735103 ], [ -75.121062586764694, 40.027034601944898 ], [ -75.117489061798594, 40.027558795561802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10057, "tnode_": 10103, "lpoly_": null, "rpoly_": null, "length": 71.63486294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 741015, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30535, "Shape__Length": 28.586800032785693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097592112801195, 40.026579158867698 ], [ -75.097607110946697, 40.026382850943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10102, "tnode_": 10133, "lpoly_": null, "rpoly_": null, "length": 54.45767762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5098, "l_t_add": 5098, "r_f_add": 5097, "r_t_add": 5097, "st_code": 20720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 30536, "Shape__Length": 21.730407926093623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117265472238799, 40.026827766492502 ], [ -75.117235719392795, 40.026680033880702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10078, "tnode_": 10137, "lpoly_": null, "rpoly_": null, "length": 108.96344432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 741018, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30537, "Shape__Length": 43.47349249400223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096736154109294, 40.026570170245897 ], [ -75.0968317014636, 40.026280211913203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10137, "tnode_": 10166, "lpoly_": null, "rpoly_": null, "length": 63.30356817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 741019, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30538, "Shape__Length": 25.256173159567062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0968317014636, 40.026280211913203 ], [ -75.096843133460595, 40.026206756992799 ], [ -75.096844363334696, 40.0261752951521 ], [ -75.096810878010004, 40.026112009547397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10174, "tnode_": 10082, "lpoly_": null, "rpoly_": null, "length": 587.15474455000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 11540, "l_hundred": 100, "r_hundred": 100, "seg_id": 741020, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBANUS ST", "stname": "E ALBANUS ST", "objectid": 30539, "Shape__Length": 233.43811078924347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123271522894399, 40.026600136256199 ], [ -75.121301468394506, 40.026880249642502 ], [ -75.121228155555301, 40.026924415735103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10174, "tnode_": 10073, "lpoly_": null, "rpoly_": null, "length": 194.74977916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4936, "l_t_add": 4998, "r_f_add": 4937, "r_t_add": 4999, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741021, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30540, "Shape__Length": 77.710949066042787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123271522894399, 40.026600136256199 ], [ -75.123185227150003, 40.0270497180882 ], [ -75.123161489102102, 40.0271277743498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10133, "tnode_": 10203, "lpoly_": null, "rpoly_": null, "length": 105.08341428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5096, "l_t_add": 5096, "r_f_add": 5095, "r_t_add": 5095, "st_code": 20720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 30541, "Shape__Length": 41.931274619951424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117235719392795, 40.026680033880702 ], [ -75.1171758449306, 40.026395263482698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10166, "tnode_": 10210, "lpoly_": null, "rpoly_": null, "length": 105.15256417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 835, "l_t_add": 851, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 800, "r_hundred": 0, "seg_id": 741023, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30542, "Shape__Length": 41.897657910255205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096810878010004, 40.026112009547397 ], [ -75.097046695407201, 40.025887385635798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10103, "tnode_": 10210, "lpoly_": null, "rpoly_": null, "length": 239.18284251999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 800, "r_t_add": 828, "st_code": 11280, "l_hundred": 0, "r_hundred": 800, "seg_id": 741024, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30543, "Shape__Length": 95.288161130144616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097607110946697, 40.026382850943598 ], [ -75.097046695407201, 40.025887385635798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10225, "tnode_": 9930, "lpoly_": null, "rpoly_": null, "length": 672.86755738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 64000, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741025, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 30544, "Shape__Length": 268.12864148862968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107252357865903, 40.025980432207803 ], [ -75.105787827499796, 40.027444727493503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10203, "tnode_": 10228, "lpoly_": null, "rpoly_": null, "length": 51.79489769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5094, "l_t_add": 5094, "r_f_add": 5093, "r_t_add": 5093, "st_code": 20720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 30545, "Shape__Length": 20.667031036257022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1171758449306, 40.026395263482698 ], [ -75.1171426783893, 40.026255385224999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10174, "tnode_": 10237, "lpoly_": null, "rpoly_": null, "length": 571.09183928000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 164, "r_f_add": 101, "r_t_add": 165, "st_code": 11560, "l_hundred": 100, "r_hundred": 100, "seg_id": 741027, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 30546, "Shape__Length": 227.03763969630805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123271522894399, 40.026600136256199 ], [ -75.125187927360301, 40.026318610942099 ], [ -75.125276069550694, 40.0263200695927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10245, "tnode_": 10148, "lpoly_": null, "rpoly_": null, "length": 246.42743208000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5048, "l_t_add": 5098, "r_f_add": 5055, "r_t_add": 5099, "st_code": 82820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741028, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30547, "Shape__Length": 98.199511865553603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1085744632623, 40.025883410869 ], [ -75.108042435262007, 40.026422229368997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10317, "tnode_": 10174, "lpoly_": null, "rpoly_": null, "length": 244.32302902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4930, "l_t_add": 4934, "r_f_add": 4929, "r_t_add": 4935, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741029, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30548, "Shape__Length": 97.489758628449039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123422413933994, 40.025939548159499 ], [ -75.123271522894399, 40.026600136256199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10449, "tnode_": 10168, "lpoly_": null, "rpoly_": null, "length": 568.00957143000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5050, "r_f_add": 5001, "r_t_add": 5049, "st_code": 33120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741030, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 30549, "Shape__Length": 226.634827170466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109642587891202, 40.024805792990797 ], [ -75.109792699910699, 40.0249992806935 ], [ -75.109898002420294, 40.026330785675803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10449, "tnode_": 10245, "lpoly_": null, "rpoly_": null, "length": 493.54122998000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5046, "r_f_add": 5001, "r_t_add": 5053, "st_code": 82820, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741031, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30550, "Shape__Length": 196.66882202063039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109642587891202, 40.024805792990797 ], [ -75.1085744632623, 40.025883410869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10498, "tnode_": 10225, "lpoly_": null, "rpoly_": null, "length": 617.18512309000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 64000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741033, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 30551, "Shape__Length": 245.94166263677963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108582931576706, 40.024629842700897 ], [ -75.107252357865903, 40.025980432207803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8109, "tnode_": 7957, "lpoly_": null, "rpoly_": null, "length": 285.41384707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5626, "l_t_add": 5698, "r_f_add": 5627, "r_t_add": 5699, "st_code": 87930, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741034, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30552, "Shape__Length": 113.90776544351252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133966930034902, 40.037687451012303 ], [ -75.133806469791296, 40.038461177047303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7957, "tnode_": 7952, "lpoly_": null, "rpoly_": null, "length": 188.46193653, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 23000, "l_hundred": 700, "r_hundred": 700, "seg_id": 741036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 30553, "Shape__Length": 74.930705255915456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133806469791296, 40.038461177047303 ], [ -75.134474587032102, 40.0385238534476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7847, "tnode_": 7631, "lpoly_": null, "rpoly_": null, "length": 456.58657611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5748, "r_f_add": 5701, "r_t_add": 5749, "st_code": 54140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741037, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30554, "Shape__Length": 182.21032547221344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140014209093707, 40.039257469069099 ], [ -75.139768348289806, 40.0402969447156 ], [ -75.139674290670001, 40.040480060742198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7631, "tnode_": 7562, "lpoly_": null, "rpoly_": null, "length": 121.07551433, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5750, "l_t_add": 5798, "r_f_add": 5751, "r_t_add": 5799, "st_code": 54140, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30555, "Shape__Length": 48.323848980207408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139674290670001, 40.040480060742198 ], [ -75.139615353792294, 40.040809325745798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7859, "tnode_": 7631, "lpoly_": null, "rpoly_": null, "length": 510.59031639, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 88010, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30556, "Shape__Length": 203.71570918283817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139214412273304, 40.039155478677998 ], [ -75.139182147946002, 40.039388456661001 ], [ -75.13920246488, 40.039632491490103 ], [ -75.139303401470002, 40.039840299606503 ], [ -75.139477849892202, 40.040106460696599 ], [ -75.139674290670001, 40.040480060742198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8999, "tnode_": 8852, "lpoly_": null, "rpoly_": null, "length": 268.80344357000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5352, "l_t_add": 5398, "r_f_add": 5345, "r_t_add": 5399, "st_code": 87830, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-12-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30557, "Shape__Length": 107.26697440531538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126150857908101, 40.032404979531599 ], [ -75.1260146112174, 40.033067139723002 ], [ -75.125984910763805, 40.033130667318503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7482, "tnode_": 7471, "lpoly_": null, "rpoly_": null, "length": 76.94395858, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 428, "l_t_add": 436, "r_f_add": 429, "r_t_add": 437, "st_code": 59180, "l_hundred": 400, "r_hundred": 400, "seg_id": 741041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30558, "Shape__Length": 30.594230181454186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128236698387497, 40.040903905456702 ], [ -75.128508408782594, 40.0409355311157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7471, "tnode_": 7461, "lpoly_": null, "rpoly_": null, "length": 89.01759498, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 438, "l_t_add": 438, "r_f_add": 439, "r_t_add": 439, "st_code": 59180, "l_hundred": 400, "r_hundred": 400, "seg_id": 741042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 30559, "Shape__Length": 35.3965271576308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128508408782594, 40.0409355311157 ], [ -75.128820920440901, 40.0409804528677 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7777, "tnode_": 7471, "lpoly_": null, "rpoly_": null, "length": 563.21422686000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 49660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741043, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30560, "Shape__Length": 224.78161789301834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128841282800494, 40.0394107585794 ], [ -75.128508408782594, 40.0409355311157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7388, "tnode_": 7295, "lpoly_": null, "rpoly_": null, "length": 198.42957188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5732, "l_t_add": 5732, "r_f_add": 5733, "r_t_add": 5733, "st_code": 24160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30561, "Shape__Length": 79.086156572919492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103957098413105, 40.0408315023722 ], [ -75.103521462507899, 40.041261151537498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7295, "tnode_": 7263, "lpoly_": null, "rpoly_": null, "length": 69.12568693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5734, "l_t_add": 5734, "r_f_add": 5735, "r_t_add": 5735, "st_code": 24160, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLGATE ST", "stname": "COLGATE ST", "objectid": 30562, "Shape__Length": 27.555565788181308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103521462507899, 40.041261151537498 ], [ -75.103378647845304, 40.041415938910497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7295, "tnode_": 7477, "lpoly_": null, "rpoly_": null, "length": 575.72830393000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 21740, "l_hundred": 500, "r_hundred": 500, "seg_id": 741046, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 30563, "Shape__Length": 229.21709715733337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103521462507899, 40.041261151537498 ], [ -75.101865892116194, 40.040323832301098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6012, "tnode_": 6086, "lpoly_": null, "rpoly_": null, "length": 250.38920144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 24480, "l_hundred": 300, "r_hundred": 300, "seg_id": 741049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 30564, "Shape__Length": 99.737026804303696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104737086395403, 40.047183965048703 ], [ -75.1046155613206, 40.047104618552602 ], [ -75.104507514483103, 40.0470303505776 ], [ -75.1043582832434, 40.046882258575501 ], [ -75.104078945408801, 40.046725063347303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8312, "tnode_": 8426, "lpoly_": null, "rpoly_": null, "length": 469.89122273000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 11760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741050, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 30565, "Shape__Length": 187.05610327560555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088629098834005, 40.035444570297003 ], [ -75.087266879080204, 40.034691290660298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9022, "tnode_": 9090, "lpoly_": null, "rpoly_": null, "length": 134.55392809, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 871, "l_t_add": 875, "r_f_add": 802, "r_t_add": 802, "st_code": 37480, "l_hundred": 800, "r_hundred": 800, "seg_id": 741051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30566, "Shape__Length": 53.643999114851347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093792446073394, 40.031521272689098 ], [ -75.093544914610405, 40.031204690277498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9090, "tnode_": 9174, "lpoly_": null, "rpoly_": null, "length": 202.35795904, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 877, "l_t_add": 899, "r_f_add": 804, "r_t_add": 898, "st_code": 37480, "l_hundred": 800, "r_hundred": 800, "seg_id": 741052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30567, "Shape__Length": 80.690488426902817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093544914610405, 40.031204690277498 ], [ -75.093207004529205, 40.030713669177601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9090, "tnode_": 9141, "lpoly_": null, "rpoly_": null, "length": 183.87162819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 65520, "l_hundred": 800, "r_hundred": 800, "seg_id": 741053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 30568, "Shape__Length": 73.200776503226294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093544914610405, 40.031204690277498 ], [ -75.093024321550203, 40.030897088064101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9380, "tnode_": 9395, "lpoly_": null, "rpoly_": null, "length": 40.59402037, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 933, "l_t_add": 947, "r_f_add": 932, "r_t_add": 946, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30569, "Shape__Length": 16.181240357071601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092351890124604, 40.029667808059301 ], [ -75.092272125035507, 40.029574760215297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9395, "tnode_": 9493, "lpoly_": null, "rpoly_": null, "length": 211.00114964, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 949, "l_t_add": 965, "r_f_add": 948, "r_t_add": 964, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30570, "Shape__Length": 84.119946770168653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092272125035507, 40.029574760215297 ], [ -75.091884978558596, 40.0290778450738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8386, "tnode_": 8371, "lpoly_": null, "rpoly_": null, "length": 225.21218234, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1120, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1299, "st_code": 23540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30571, "Shape__Length": 89.543874079145525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140674536676499, 40.036193784928699 ], [ -75.141467659516394, 40.036296487427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8399, "tnode_": 8386, "lpoly_": null, "rpoly_": null, "length": 224.17181599, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1118, "r_f_add": 1101, "r_t_add": 1119, "st_code": 23540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30572, "Shape__Length": 89.129846368009197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139884795059203, 40.036092860271999 ], [ -75.140674536676499, 40.036193784928699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8413, "tnode_": 8399, "lpoly_": null, "rpoly_": null, "length": 223.23597436, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1036, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 23540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30573, "Shape__Length": 88.757954817922453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139098729199503, 40.035990626117503 ], [ -75.139884795059203, 40.036092860271999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8445, "tnode_": 8407, "lpoly_": null, "rpoly_": null, "length": 239.91275324, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 652, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 76540, "l_hundred": 600, "r_hundred": 600, "seg_id": 741059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30574, "Shape__Length": 95.435362523904189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133568278888802, 40.035634399260204 ], [ -75.134356905393204, 40.035891830097199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8485, "tnode_": 8445, "lpoly_": null, "rpoly_": null, "length": 247.7536447, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 650, "r_f_add": 601, "r_t_add": 649, "st_code": 76540, "l_hundred": 600, "r_hundred": 600, "seg_id": 741060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30575, "Shape__Length": 98.564633249652886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1327670925875, 40.035345809414103 ], [ -75.133568278888802, 40.035634399260204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8537, "tnode_": 8485, "lpoly_": null, "rpoly_": null, "length": 277.95099654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 512, "l_t_add": 598, "r_f_add": 523, "r_t_add": 599, "st_code": 76540, "l_hundred": 500, "r_hundred": 500, "seg_id": 741061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30576, "Shape__Length": 110.55995926853562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131846311085297, 40.035060804728303 ], [ -75.1327670925875, 40.035345809414103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8587, "tnode_": 8537, "lpoly_": null, "rpoly_": null, "length": 292.09439548, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 521, "st_code": 76540, "l_hundred": 500, "r_hundred": 500, "seg_id": 741062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30577, "Shape__Length": 116.18842272648972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130882580679298, 40.034753957087197 ], [ -75.131846311085297, 40.035060804728303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8435, "tnode_": 8608, "lpoly_": null, "rpoly_": null, "length": 469.05952428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 950, "l_t_add": 1034, "r_f_add": 1001, "r_t_add": 1043, "st_code": 80880, "l_hundred": 900, "r_hundred": 1000, "seg_id": 741063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30578, "Shape__Length": 186.85784788720196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1381660694517, 40.035815537442701 ], [ -75.139326355600502, 40.034886815286796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8609, "tnode_": 8588, "lpoly_": null, "rpoly_": null, "length": 405.31753421000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1348, "r_f_add": 1301, "r_t_add": 1349, "st_code": 73340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30579, "Shape__Length": 161.14843004171618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143366327121896, 40.034985450814098 ], [ -75.144796175647599, 40.035158595749998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8624, "tnode_": 8609, "lpoly_": null, "rpoly_": null, "length": 226.86511014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 73340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30580, "Shape__Length": 90.202212846596765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570731234798, 40.034867794906901 ], [ -75.143366327121896, 40.034985450814098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8638, "tnode_": 8371, "lpoly_": null, "rpoly_": null, "length": 562.82394638999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 88030, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30581, "Shape__Length": 224.61370885845778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141778281417999, 40.0347700300253 ], [ -75.141467659516394, 40.036296487427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8638, "tnode_": 8624, "lpoly_": null, "rpoly_": null, "length": 224.73890187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1223, "st_code": 73340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30582, "Shape__Length": 89.352943277377037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141778281417999, 40.0347700300253 ], [ -75.142570731234798, 40.034867794906901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8641, "tnode_": 8587, "lpoly_": null, "rpoly_": null, "length": 280.25349071, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 436, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 76540, "l_hundred": 400, "r_hundred": 400, "seg_id": 741068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30583, "Shape__Length": 111.48722059212085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129969480596898, 40.034438953077498 ], [ -75.130882580679298, 40.034753957087197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8652, "tnode_": 8638, "lpoly_": null, "rpoly_": null, "length": 217.90373924999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1121, "r_t_add": 1199, "st_code": 73340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30584, "Shape__Length": 86.635674337342664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141010413908006, 40.034672968504701 ], [ -75.141778281417999, 40.0347700300253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8655, "tnode_": 8395, "lpoly_": null, "rpoly_": null, "length": 563.12965492000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87830, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30585, "Shape__Length": 224.73212091655805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1257282032185, 40.034257329629199 ], [ -75.125403675682605, 40.0357829268033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8660, "tnode_": 8399, "lpoly_": null, "rpoly_": null, "length": 560.85211788999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 88010, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30586, "Shape__Length": 223.82058664973528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140232828551603, 40.034576675714597 ], [ -75.139884795059203, 40.036092860271999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8660, "tnode_": 8652, "lpoly_": null, "rpoly_": null, "length": 220.54487392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1119, "st_code": 73340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30587, "Shape__Length": 87.685271782026419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140232828551603, 40.034576675714597 ], [ -75.141010413908006, 40.034672968504701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8608, "tnode_": 8667, "lpoly_": null, "rpoly_": null, "length": 183.48969209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1036, "l_t_add": 1058, "r_f_add": 1045, "r_t_add": 1059, "st_code": 80880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30588, "Shape__Length": 73.1018761247405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139326355600502, 40.034886815286796 ], [ -75.139769726988206, 40.034515920886903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8667, "tnode_": 8660, "lpoly_": null, "rpoly_": null, "length": 131.55172139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 73340, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741074, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30589, "Shape__Length": 52.303516159666735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139769726988206, 40.034515920886903 ], [ -75.140232828551603, 40.034576675714597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8683, "tnode_": 8641, "lpoly_": null, "rpoly_": null, "length": 264.10653451999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 434, "r_f_add": 401, "r_t_add": 419, "st_code": 76540, "l_hundred": 400, "r_hundred": 400, "seg_id": 741075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30590, "Shape__Length": 105.0566671263297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129100701037501, 40.0341567294291 ], [ -75.129969480596898, 40.034438953077498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8667, "tnode_": 8715, "lpoly_": null, "rpoly_": null, "length": 116.50060385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1060, "l_t_add": 1080, "r_f_add": 1061, "r_t_add": 1081, "st_code": 80880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30591, "Shape__Length": 46.41287237647002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139769726988206, 40.034515920886903 ], [ -75.1400520635909, 40.034281024749902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8715, "tnode_": 8660, "lpoly_": null, "rpoly_": null, "length": 119.00232956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5338, "l_t_add": 5398, "r_f_add": 5339, "r_t_add": 5399, "st_code": 87990, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30592, "Shape__Length": 47.461784098187593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1400520635909, 40.034281024749902 ], [ -75.140232828551603, 40.034576675714597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8731, "tnode_": 8683, "lpoly_": null, "rpoly_": null, "length": 293.35766173999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 76540, "l_hundred": 300, "r_hundred": 300, "seg_id": 741078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30593, "Shape__Length": 116.69509080188821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128139887826904, 40.033835744435599 ], [ -75.129100701037501, 40.0341567294291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8715, "tnode_": 8743, "lpoly_": null, "rpoly_": null, "length": 118.38404073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1082, "l_t_add": 1088, "r_f_add": 1083, "r_t_add": 1099, "st_code": 80880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30594, "Shape__Length": 47.152669877870736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1400520635909, 40.034281024749902 ], [ -75.140355869744994, 40.034055029521198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8743, "tnode_": 8660, "lpoly_": null, "rpoly_": null, "length": 193.1250138, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 88010, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741080, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30595, "Shape__Length": 77.0692150907647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140355869744994, 40.034055029521198 ], [ -75.140232828551603, 40.034576675714597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8783, "tnode_": 8485, "lpoly_": null, "rpoly_": null, "length": 620.56297226000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 87910, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30596, "Shape__Length": 247.64821470198703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133141033321806, 40.033666716345103 ], [ -75.1327670925875, 40.035345809414103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8784, "tnode_": 8731, "lpoly_": null, "rpoly_": null, "length": 327.66505793000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 228, "l_t_add": 298, "r_f_add": 227, "r_t_add": 299, "st_code": 76540, "l_hundred": 200, "r_hundred": 200, "seg_id": 741082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30597, "Shape__Length": 130.33765263224527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127061806440807, 40.033486031695197 ], [ -75.128139887826904, 40.033835744435599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8807, "tnode_": 8783, "lpoly_": null, "rpoly_": null, "length": 268.22777837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 532, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 73340, "l_hundred": 500, "r_hundred": 500, "seg_id": 741083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30598, "Shape__Length": 106.64503980586461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132199242069902, 40.033532320690298 ], [ -75.133141033321806, 40.033666716345103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8824, "tnode_": 8587, "lpoly_": null, "rpoly_": null, "length": 499.12992068, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 87890, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741084, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30599, "Shape__Length": 199.18925082246605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131165239878598, 40.033401123505897 ], [ -75.130882580679298, 40.034753957087197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8824, "tnode_": 8807, "lpoly_": null, "rpoly_": null, "length": 293.46145282000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 530, "r_f_add": 501, "r_t_add": 529, "st_code": 73340, "l_hundred": 500, "r_hundred": 500, "seg_id": 741085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30600, "Shape__Length": 116.67436540655302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131165239878598, 40.033401123505897 ], [ -75.132199242069902, 40.033532320690298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8743, "tnode_": 8827, "lpoly_": null, "rpoly_": null, "length": 291.39578496999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1090, "l_t_add": 1130, "r_f_add": 1101, "r_t_add": 1127, "st_code": 80880, "l_hundred": 1000, "r_hundred": 1100, "seg_id": 741086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30601, "Shape__Length": 115.98762054042888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140355869744994, 40.034055029521198 ], [ -75.141214800509005, 40.033603439486498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8842, "tnode_": 8824, "lpoly_": null, "rpoly_": null, "length": 261.15283351, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 424, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 73340, "l_hundred": 400, "r_hundred": 400, "seg_id": 741087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30602, "Shape__Length": 103.82958786522872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130245850154594, 40.033280828825099 ], [ -75.131165239878598, 40.033401123505897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8844, "tnode_": 8588, "lpoly_": null, "rpoly_": null, "length": 571.02848297000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 61300, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30603, "Shape__Length": 227.82752252232333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1453985474039, 40.033661002908801 ], [ -75.144796175647599, 40.035158595749998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8849, "tnode_": 8783, "lpoly_": null, "rpoly_": null, "length": 110.03333803, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5320, "l_t_add": 5398, "r_f_add": 5321, "r_t_add": 5399, "st_code": 87910, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30604, "Shape__Length": 43.909764433971667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133211473094704, 40.033369554614602 ], [ -75.133141033321806, 40.033666716345103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8852, "tnode_": 8655, "lpoly_": null, "rpoly_": null, "length": 416.67140179, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 87830, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30605, "Shape__Length": 166.27833845664213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125984910763805, 40.033130667318503 ], [ -75.1257282032185, 40.034257329629199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8852, "tnode_": 8784, "lpoly_": null, "rpoly_": null, "length": 328.16729626999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 226, "r_f_add": 201, "r_t_add": 225, "st_code": 76540, "l_hundred": 200, "r_hundred": 200, "seg_id": 741091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30606, "Shape__Length": 130.53905021649845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125984910763805, 40.033130667318503 ], [ -75.127061806440807, 40.033486031695197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8864, "tnode_": 8842, "lpoly_": null, "rpoly_": null, "length": 260.5393969, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 419, "st_code": 73340, "l_hundred": 400, "r_hundred": 400, "seg_id": 741092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30607, "Shape__Length": 103.58612743341462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1293293315086, 40.033157653983999 ], [ -75.130245850154594, 40.033280828825099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8869, "tnode_": 8609, "lpoly_": null, "rpoly_": null, "length": 558.65609523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 88050, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30608, "Shape__Length": 222.94172855730827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143705604035901, 40.033474211748299 ], [ -75.143366327121896, 40.034985450814098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8882, "tnode_": 8864, "lpoly_": null, "rpoly_": null, "length": 288.34096498999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 73340, "l_hundred": 300, "r_hundred": 300, "seg_id": 741094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30609, "Shape__Length": 114.63847511304827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128314004534801, 40.033025855971701 ], [ -75.1293293315086, 40.033157653983999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8887, "tnode_": 8852, "lpoly_": null, "rpoly_": null, "length": 194.3602169, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 164, "l_t_add": 198, "r_f_add": 165, "r_t_add": 199, "st_code": 76540, "l_hundred": 100, "r_hundred": 100, "seg_id": 741095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30610, "Shape__Length": 77.314405607487174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125349252343199, 40.032916406802599 ], [ -75.125984910763805, 40.033130667318503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8888, "tnode_": 8869, "lpoly_": null, "rpoly_": null, "length": 228.70183722, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 34140, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30611, "Shape__Length": 90.930098177824178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142903146509894, 40.033357367930101 ], [ -75.143705604035901, 40.033474211748299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8901, "tnode_": 8638, "lpoly_": null, "rpoly_": null, "length": 570.98120622, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 88030, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30612, "Shape__Length": 227.85265275264121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142059679640695, 40.033231797023497 ], [ -75.142105393372603, 40.033307985554202 ], [ -75.141778281417999, 40.0347700300253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8901, "tnode_": 8888, "lpoly_": null, "rpoly_": null, "length": 240.95867493, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1212, "r_f_add": 1101, "r_t_add": 1213, "st_code": 34140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30613, "Shape__Length": 95.804821045282878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142059679640695, 40.033231797023497 ], [ -75.142210241768694, 40.0332688409393 ], [ -75.142903146509894, 40.033357367930101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8827, "tnode_": 8901, "lpoly_": null, "rpoly_": null, "length": 277.69744846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1132, "l_t_add": 1164, "r_f_add": 1129, "r_t_add": 1199, "st_code": 80880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30614, "Shape__Length": 110.51369729083596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141214800509005, 40.033603439486498 ], [ -75.141943968504194, 40.033230296674503 ], [ -75.142059679640695, 40.033231797023497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8955, "tnode_": 8887, "lpoly_": null, "rpoly_": null, "length": 356.20267933000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 140, "l_t_add": 162, "r_f_add": 137, "r_t_add": 163, "st_code": 76540, "l_hundred": 100, "r_hundred": 100, "seg_id": 741101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W TABOR RD", "stname": "W TABOR RD", "objectid": 30615, "Shape__Length": 141.68437795851156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124173669304, 40.032542905324597 ], [ -75.125349252343199, 40.032916406802599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8959, "tnode_": 8964, "lpoly_": null, "rpoly_": null, "length": 223.0917198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1028, "r_f_add": 1001, "r_t_add": 1013, "st_code": 83720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741102, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30616, "Shape__Length": 88.690919941390732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138973987115406, 40.032854162485997 ], [ -75.139765880303202, 40.032921238679499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8977, "tnode_": 8959, "lpoly_": null, "rpoly_": null, "length": 238.34064376000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 924, "l_t_add": 998, "r_f_add": 929, "r_t_add": 999, "st_code": 34140, "l_hundred": 900, "r_hundred": 900, "seg_id": 741103, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30617, "Shape__Length": 94.761143674809347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138137252129098, 40.032734296443202 ], [ -75.138973987115406, 40.032854162485997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8989, "tnode_": 8977, "lpoly_": null, "rpoly_": null, "length": 220.55658929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 927, "st_code": 34140, "l_hundred": 900, "r_hundred": 900, "seg_id": 741104, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30618, "Shape__Length": 87.689057803992725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137361531967002, 40.0326294023494 ], [ -75.138137252129098, 40.032734296443202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8964, "tnode_": 8995, "lpoly_": null, "rpoly_": null, "length": 253.40076177, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1030, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 83720, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741105, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30619, "Shape__Length": 100.77570695140442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139765880303202, 40.032921238679499 ], [ -75.140120547764496, 40.032867802244098 ], [ -75.140357686171896, 40.032808994821302 ], [ -75.1406234661913, 40.032711781099401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9006, "tnode_": 8867, "lpoly_": null, "rpoly_": null, "length": 289.69977293, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 87950, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 30620, "Shape__Length": 115.6085016963998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1364176384172, 40.032519442545798 ], [ -75.136330803670504, 40.032929550772401 ], [ -75.136247487891893, 40.0333038666353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9006, "tnode_": 8989, "lpoly_": null, "rpoly_": null, "length": 267.3326185, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 34140, "l_hundred": 800, "r_hundred": 800, "seg_id": 741107, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30621, "Shape__Length": 106.28295721143674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1364176384172, 40.032519442545798 ], [ -75.137361531967002, 40.0326294023494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8901, "tnode_": 9008, "lpoly_": null, "rpoly_": null, "length": 351.77752257999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1166, "l_t_add": 1220, "r_f_add": 1201, "r_t_add": 1209, "st_code": 80880, "l_hundred": 1100, "r_hundred": 1200, "seg_id": 741108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30622, "Shape__Length": 140.04188062971718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142059679640695, 40.033231797023497 ], [ -75.142099690674797, 40.033150782068603 ], [ -75.143051569858599, 40.0326636816609 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9008, "tnode_": 8888, "lpoly_": null, "rpoly_": null, "length": 256.09323742000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 20980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30623, "Shape__Length": 102.19781130169962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143051569858599, 40.0326636816609 ], [ -75.142903146509894, 40.033357367930101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9037, "tnode_": 9006, "lpoly_": null, "rpoly_": null, "length": 299.52352903000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 34140, "l_hundred": 700, "r_hundred": 700, "seg_id": 741110, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30624, "Shape__Length": 119.08435325891833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135364150907407, 40.032377150730298 ], [ -75.1364176384172, 40.032519442545798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8995, "tnode_": 9083, "lpoly_": null, "rpoly_": null, "length": 307.2782475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1138, "r_f_add": 1101, "r_t_add": 1139, "st_code": 83720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741111, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30625, "Shape__Length": 122.29820585202097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1406234661913, 40.032711781099401 ], [ -75.141541321330607, 40.032249500941802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9100, "tnode_": 9080, "lpoly_": null, "rpoly_": null, "length": 272.65736512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 526, "l_t_add": 598, "r_f_add": 531, "r_t_add": 599, "st_code": 34140, "l_hundred": 500, "r_hundred": 500, "seg_id": 741112, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30626, "Shape__Length": 108.40044694295274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132513828200004, 40.0320177684386 ], [ -75.133474984500495, 40.032137425435899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9008, "tnode_": 9110, "lpoly_": null, "rpoly_": null, "length": 302.1356258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1222, "l_t_add": 1298, "r_f_add": 1211, "r_t_add": 1299, "st_code": 80880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30627, "Shape__Length": 120.25623367502421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143051569858599, 40.0326636816609 ], [ -75.143947383111595, 40.0322013959237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9110, "tnode_": 8869, "lpoly_": null, "rpoly_": null, "length": 468.58215159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 88050, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30628, "Shape__Length": 186.99821021906226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143947383111595, 40.0322013959237 ], [ -75.143705604035901, 40.033474211748299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9116, "tnode_": 9100, "lpoly_": null, "rpoly_": null, "length": 285.80049116000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 529, "st_code": 34140, "l_hundred": 500, "r_hundred": 500, "seg_id": 741116, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30629, "Shape__Length": 113.62866308652926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131509934110099, 40.031876345917198 ], [ -75.132513828200004, 40.0320177684386 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9148, "tnode_": 9122, "lpoly_": null, "rpoly_": null, "length": 270.11749491999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 82160, "l_hundred": 800, "r_hundred": 800, "seg_id": 741117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 30630, "Shape__Length": 107.39056808681229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136557465314198, 40.031877115927898 ], [ -75.137509527492, 40.031996314966698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9157, "tnode_": 9058, "lpoly_": null, "rpoly_": null, "length": 169.87767366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 87870, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30631, "Shape__Length": 67.790790838660087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129648851712801, 40.031650535234 ], [ -75.129548321961295, 40.032110421944999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9157, "tnode_": 9116, "lpoly_": null, "rpoly_": null, "length": 527.60931807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 34140, "l_hundred": 400, "r_hundred": 400, "seg_id": 741119, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30632, "Shape__Length": 209.75974102553673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129648851712801, 40.031650535234 ], [ -75.131509934110099, 40.031876345917198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9164, "tnode_": 9037, "lpoly_": null, "rpoly_": null, "length": 235.31542824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5242, "l_t_add": 5298, "r_f_add": 5243, "r_t_add": 5299, "st_code": 34980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 30633, "Shape__Length": 93.901596148083826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135521288188201, 40.031742607619996 ], [ -75.135442726537605, 40.0320766843261 ], [ -75.135364150907407, 40.032377150730298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9164, "tnode_": 9148, "lpoly_": null, "rpoly_": null, "length": 294.26779470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 82160, "l_hundred": 700, "r_hundred": 700, "seg_id": 741121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 30634, "Shape__Length": 116.99265299177807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135521288188201, 40.031742607619996 ], [ -75.136557465314198, 40.031877115927898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9167, "tnode_": 9157, "lpoly_": null, "rpoly_": null, "length": 288.06873288999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 34140, "l_hundred": 300, "r_hundred": 300, "seg_id": 741122, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30635, "Shape__Length": 114.52941033378549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128636485305805, 40.0315101482636 ], [ -75.129648851712801, 40.031650535234 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9186, "tnode_": 9167, "lpoly_": null, "rpoly_": null, "length": 323.83349266, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 240, "l_t_add": 298, "r_f_add": 239, "r_t_add": 299, "st_code": 34140, "l_hundred": 200, "r_hundred": 200, "seg_id": 741123, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30636, "Shape__Length": 128.7449623765377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127494500032199, 40.031370120032797 ], [ -75.128636485305805, 40.0315101482636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9083, "tnode_": 9187, "lpoly_": null, "rpoly_": null, "length": 312.7660837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1140, "l_t_add": 1198, "r_f_add": 1141, "r_t_add": 1199, "st_code": 83720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741124, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30637, "Shape__Length": 124.48355482599607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141541321330607, 40.032249500941802 ], [ -75.142472815056394, 40.031775756950999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9198, "tnode_": 9116, "lpoly_": null, "rpoly_": null, "length": 189.35248295999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5244, "l_t_add": 5298, "r_f_add": 5245, "r_t_add": 5299, "st_code": 87890, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30638, "Shape__Length": 75.563596282543543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131610816398194, 40.031362368369798 ], [ -75.131509934110099, 40.031876345917198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9203, "tnode_": 9060, "lpoly_": null, "rpoly_": null, "length": 310.63111142999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5350, "r_f_add": 5301, "r_t_add": 5343, "st_code": 87830, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-12-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30639, "Shape__Length": 123.96261888404057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126385840602495, 40.031219550905597 ], [ -75.126229385103301, 40.032063745996901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9203, "tnode_": 9186, "lpoly_": null, "rpoly_": null, "length": 315.26716439, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 238, "r_f_add": 201, "r_t_add": 237, "st_code": 34140, "l_hundred": 200, "r_hundred": 200, "seg_id": 741127, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 30640, "Shape__Length": 125.34172625283847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126385840602495, 40.031219550905597 ], [ -75.127494500032199, 40.031370120032797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9205, "tnode_": 9187, "lpoly_": null, "rpoly_": null, "length": 238.65830858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1125, "r_t_add": 1199, "st_code": 29400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30641, "Shape__Length": 94.912030973379203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141670790402898, 40.031609883899399 ], [ -75.142305961606894, 40.031685689569898 ], [ -75.142403964833207, 40.031716000448199 ], [ -75.142472815056394, 40.031775756950999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9214, "tnode_": 9205, "lpoly_": null, "rpoly_": null, "length": 223.84521611, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1123, "st_code": 29400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30642, "Shape__Length": 88.995371430842653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140883856295503, 40.031501952955203 ], [ -75.141670790402898, 40.031609883899399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9232, "tnode_": 9214, "lpoly_": null, "rpoly_": null, "length": 220.54432745, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1014, "l_t_add": 1098, "r_f_add": 1015, "r_t_add": 1099, "st_code": 29400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30643, "Shape__Length": 87.680440332981604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140105710581395, 40.031408561435299 ], [ -75.140883856295503, 40.031501952955203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9246, "tnode_": 9232, "lpoly_": null, "rpoly_": null, "length": 227.49431324, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1012, "r_f_add": 1001, "r_t_add": 1013, "st_code": 29400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30644, "Shape__Length": 90.446244503136157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139306356135904, 40.031297136896399 ], [ -75.140105710581395, 40.031408561435299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9257, "tnode_": 9246, "lpoly_": null, "rpoly_": null, "length": 234.35381561, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 914, "l_t_add": 998, "r_f_add": 915, "r_t_add": 999, "st_code": 29400, "l_hundred": 900, "r_hundred": 900, "seg_id": 741132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30645, "Shape__Length": 93.171679360681125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138481071480101, 40.0311903970982 ], [ -75.139306356135904, 40.031297136896399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9187, "tnode_": 9263, "lpoly_": null, "rpoly_": null, "length": 310.81272543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1216, "r_f_add": 1201, "r_t_add": 1217, "st_code": 83720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741133, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30646, "Shape__Length": 123.71926851729549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142472815056394, 40.031775756950999 ], [ -75.143379152591095, 40.031283245849103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9110, "tnode_": 9266, "lpoly_": null, "rpoly_": null, "length": 622.46841887999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1343, "st_code": 80880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 30647, "Shape__Length": 247.76052864261229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143947383111595, 40.0322013959237 ], [ -75.145782228175904, 40.031236824856002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9275, "tnode_": 9257, "lpoly_": null, "rpoly_": null, "length": 223.41169510999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 912, "r_f_add": 901, "r_t_add": 913, "st_code": 29400, "l_hundred": 900, "r_hundred": 900, "seg_id": 741135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30648, "Shape__Length": 88.821377944263006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137694409568397, 40.031088237531499 ], [ -75.138481071480101, 40.0311903970982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9381, "tnode_": 9080, "lpoly_": null, "rpoly_": null, "length": 570.24931933999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 87910, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30649, "Shape__Length": 227.56059705304966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133808222755704, 40.030593125426599 ], [ -75.133474984500495, 40.032137425435899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9263, "tnode_": 9387, "lpoly_": null, "rpoly_": null, "length": 304.18192392999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1218, "l_t_add": 1298, "r_f_add": 1219, "r_t_add": 1299, "st_code": 83720, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741137, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30650, "Shape__Length": 121.06442351476123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143379152591095, 40.031283245849103 ], [ -75.144286233717096, 40.030823861741602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9417, "tnode_": 9198, "lpoly_": null, "rpoly_": null, "length": 381.00353091999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5242, "r_f_add": 5201, "r_t_add": 5243, "st_code": 87890, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741138, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30651, "Shape__Length": 152.04020490572665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131832361555396, 40.030330427380001 ], [ -75.131610816398194, 40.031362368369798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9443, "tnode_": 9264, "lpoly_": null, "rpoly_": null, "length": 286.37779492, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 49660, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30652, "Shape__Length": 114.27954617251945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130858610226696, 40.030201768454802 ], [ -75.130694591521504, 40.030977732508298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9466, "tnode_": 9283, "lpoly_": null, "rpoly_": null, "length": 305.05175564999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 87870, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30653, "Shape__Length": 121.72865551992679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300058024636, 40.0300846678768 ], [ -75.129813504780302, 40.030908920390502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9387, "tnode_": 9499, "lpoly_": null, "rpoly_": null, "length": 372.7072088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1332, "r_f_add": 1301, "r_t_add": 1321, "st_code": 83720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741141, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30654, "Shape__Length": 148.35313711892115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144286233717096, 40.030823861741602 ], [ -75.145374574544405, 40.030234944285297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9503, "tnode_": 9499, "lpoly_": null, "rpoly_": null, "length": 266.11285723999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1320, "r_f_add": 1301, "r_t_add": 1315, "st_code": 50940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30655, "Shape__Length": 105.78645937513217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144426021462394, 40.030190895183701 ], [ -75.145374574544405, 40.030234944285297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9518, "tnode_": 9503, "lpoly_": null, "rpoly_": null, "length": 231.28990738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1220, "l_t_add": 1298, "r_f_add": 1217, "r_t_add": 1299, "st_code": 50940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30656, "Shape__Length": 91.943842718224687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143602082277596, 40.030146839867101 ], [ -75.144426021462394, 40.030190895183701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9522, "tnode_": 9518, "lpoly_": null, "rpoly_": null, "length": 222.50770433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1218, "r_f_add": 1201, "r_t_add": 1215, "st_code": 50940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741144, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30657, "Shape__Length": 88.452211379981193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142808950124504, 40.030110131125703 ], [ -75.143602082277596, 40.030146839867101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9532, "tnode_": 9522, "lpoly_": null, "rpoly_": null, "length": 225.45103896999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1116, "l_t_add": 1198, "r_f_add": 1119, "r_t_add": 1199, "st_code": 50940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30658, "Shape__Length": 89.622825486513108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142006033339001, 40.030064808894601 ], [ -75.142808950124504, 40.030110131125703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9552, "tnode_": 9532, "lpoly_": null, "rpoly_": null, "length": 221.88271233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1114, "r_f_add": 1101, "r_t_add": 1117, "st_code": 50940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30659, "Shape__Length": 88.211339337023972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141223958071095, 40.029967105976802 ], [ -75.142006033339001, 40.030064808894601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9554, "tnode_": 9203, "lpoly_": null, "rpoly_": null, "length": 568.43329573000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 87830, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30660, "Shape__Length": 226.83687635368159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126688799849305, 40.029676611598497 ], [ -75.126385840602495, 40.031219550905597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9499, "tnode_": 9579, "lpoly_": null, "rpoly_": null, "length": 206.79182889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1334, "l_t_add": 1334, "r_f_add": 1323, "r_t_add": 1323, "st_code": 83720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741148, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 30661, "Shape__Length": 82.292846196387629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145374574544405, 40.030234944285297 ], [ -75.146003539645307, 40.029937506558802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9581, "tnode_": 9552, "lpoly_": null, "rpoly_": null, "length": 225.05285881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1025, "r_t_add": 1099, "st_code": 50940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30662, "Shape__Length": 89.473503918688564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140432992308405, 40.029857757207097 ], [ -75.141223958071095, 40.029967105976802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9601, "tnode_": 9581, "lpoly_": null, "rpoly_": null, "length": 220.45750116000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1023, "st_code": 50940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30663, "Shape__Length": 87.647407476301794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139659340513404, 40.0297457879566 ], [ -75.140432992308405, 40.029857757207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9621, "tnode_": 9601, "lpoly_": null, "rpoly_": null, "length": 237.39437943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 918, "l_t_add": 998, "r_f_add": 919, "r_t_add": 999, "st_code": 50940, "l_hundred": 900, "r_hundred": 900, "seg_id": 741151, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30664, "Shape__Length": 94.376501233576249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138821229993098, 40.029647929253201 ], [ -75.139659340513404, 40.0297457879566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9686, "tnode_": 9554, "lpoly_": null, "rpoly_": null, "length": 207.78733961999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 5149, "r_t_add": 5199, "st_code": 87830, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30665, "Shape__Length": 82.914064815247656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126823647603601, 40.029115709411897 ], [ -75.126688799849305, 40.029676611598497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9750, "tnode_": 9381, "lpoly_": null, "rpoly_": null, "length": 569.27548597999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87910, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30666, "Shape__Length": 227.16574325359221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134148582101801, 40.0290524558256 ], [ -75.133808222755704, 40.030593125426599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9750, "tnode_": 9722, "lpoly_": null, "rpoly_": null, "length": 258.90277012999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 622, "r_f_add": 601, "r_t_add": 631, "st_code": 50940, "l_hundred": 600, "r_hundred": 600, "seg_id": 741154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30667, "Shape__Length": 102.92635397322448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134148582101801, 40.0290524558256 ], [ -75.135062556485096, 40.0291594971698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9767, "tnode_": 9750, "lpoly_": null, "rpoly_": null, "length": 269.62005313000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 540, "l_t_add": 598, "r_f_add": 541, "r_t_add": 599, "st_code": 50940, "l_hundred": 500, "r_hundred": 500, "seg_id": 741155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30668, "Shape__Length": 107.1904608932045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133200981862103, 40.028921506283197 ], [ -75.134148582101801, 40.0290524558256 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9781, "tnode_": 9417, "lpoly_": null, "rpoly_": null, "length": 572.52588703000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87890, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741156, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30669, "Shape__Length": 228.46152083455121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132177256373794, 40.028781300876801 ], [ -75.131832361555396, 40.030330427380001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9781, "tnode_": 9767, "lpoly_": null, "rpoly_": null, "length": 291.19937262000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 538, "r_f_add": 501, "r_t_add": 539, "st_code": 50940, "l_hundred": 500, "r_hundred": 500, "seg_id": 741157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30670, "Shape__Length": 115.76908165582138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132177256373794, 40.028781300876801 ], [ -75.133200981862103, 40.028921506283197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9785, "tnode_": 9686, "lpoly_": null, "rpoly_": null, "length": 176.92538252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5136, "l_t_add": 5148, "r_f_add": 5143, "r_t_add": 5147, "st_code": 87830, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30671, "Shape__Length": 70.575706459145763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127033202604395, 40.028659080715997 ], [ -75.126868803766499, 40.028964426113603 ], [ -75.126823647603601, 40.029115709411897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9819, "tnode_": 9781, "lpoly_": null, "rpoly_": null, "length": 524.84434180999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 50940, "l_hundred": 400, "r_hundred": 400, "seg_id": 741159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30672, "Shape__Length": 208.65299161299507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130328354469597, 40.0285455458068 ], [ -75.132177256373794, 40.028781300876801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9831, "tnode_": 9796, "lpoly_": null, "rpoly_": null, "length": 407.54184746000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1336, "r_f_add": 1301, "r_t_add": 1331, "st_code": 69880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30673, "Shape__Length": 162.02079163338917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144718932016303, 40.0288649310016 ], [ -75.1461535154247, 40.029053003735001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9842, "tnode_": 9819, "lpoly_": null, "rpoly_": null, "length": 284.15742832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 50940, "l_hundred": 300, "r_hundred": 300, "seg_id": 741161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30674, "Shape__Length": 112.96756232063997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129327881908296, 40.028415409535697 ], [ -75.130328354469597, 40.0285455458068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9847, "tnode_": 9831, "lpoly_": null, "rpoly_": null, "length": 228.29949277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 69880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30675, "Shape__Length": 90.761911993741549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143915561956604, 40.028758398022603 ], [ -75.144718932016303, 40.0288649310016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9861, "tnode_": 9847, "lpoly_": null, "rpoly_": null, "length": 223.79911352000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 69880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30676, "Shape__Length": 88.97295105688778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143128412797907, 40.028652271722798 ], [ -75.143915561956604, 40.028758398022603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9871, "tnode_": 9861, "lpoly_": null, "rpoly_": null, "length": 224.4071466, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 69880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30677, "Shape__Length": 89.213243977645845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142337630441403, 40.0285526358279 ], [ -75.143128412797907, 40.028652271722798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9887, "tnode_": 9871, "lpoly_": null, "rpoly_": null, "length": 220.57290637, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1121, "st_code": 69880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30678, "Shape__Length": 87.688182553120157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141559635754604, 40.028458164813202 ], [ -75.142337630441403, 40.0285526358279 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9905, "tnode_": 9887, "lpoly_": null, "rpoly_": null, "length": 225.91904706000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 69880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30679, "Shape__Length": 89.813283129118361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140762650384602, 40.028362064060197 ], [ -75.141559635754604, 40.028458164813202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9931, "tnode_": 9905, "lpoly_": null, "rpoly_": null, "length": 221.69635437, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1021, "st_code": 69880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30680, "Shape__Length": 88.136987952161107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139983500150706, 40.028254344341399 ], [ -75.140762650384602, 40.028362064060197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9938, "tnode_": 9781, "lpoly_": null, "rpoly_": null, "length": 278.50313519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5034, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 87890, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741168, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30681, "Shape__Length": 111.13089359075627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132354945532001, 40.028029078753598 ], [ -75.132177256373794, 40.028781300876801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9938, "tnode_": 9914, "lpoly_": null, "rpoly_": null, "length": 287.37982366, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 13540, "l_hundred": 500, "r_hundred": 500, "seg_id": 741169, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30682, "Shape__Length": 114.24849103086477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132354945532001, 40.028029078753598 ], [ -75.133366178739493, 40.028163295624402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9948, "tnode_": 9931, "lpoly_": null, "rpoly_": null, "length": 230.03658166999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 940, "l_t_add": 998, "r_f_add": 921, "r_t_add": 999, "st_code": 69880, "l_hundred": 900, "r_hundred": 900, "seg_id": 741170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30683, "Shape__Length": 91.451518286995352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139173838057403, 40.028147835795203 ], [ -75.139983500150706, 40.028254344341399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9966, "tnode_": 9948, "lpoly_": null, "rpoly_": null, "length": 228.54231269000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 938, "r_f_add": 901, "r_t_add": 919, "st_code": 69880, "l_hundred": 900, "r_hundred": 900, "seg_id": 741171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30684, "Shape__Length": 90.857526084333983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138369667142797, 40.0280409886401 ], [ -75.139173838057403, 40.028147835795203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9981, "tnode_": 9938, "lpoly_": null, "rpoly_": null, "length": 532.34591318000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 13540, "l_hundred": 400, "r_hundred": 400, "seg_id": 741172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30685, "Shape__Length": 211.63245081585285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130479108398006, 40.027792422468103 ], [ -75.132354945532001, 40.028029078753598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9986, "tnode_": 9668, "lpoly_": null, "rpoly_": null, "length": 551.83358706999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 87950, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741173, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 30686, "Shape__Length": 220.20199963725594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137423768803401, 40.027927856319998 ], [ -75.137094050959206, 40.029421348893798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10007, "tnode_": 9981, "lpoly_": null, "rpoly_": null, "length": 282.74250727999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 13540, "l_hundred": 300, "r_hundred": 300, "seg_id": 741174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30687, "Shape__Length": 112.40668339786836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129486953576304, 40.027648641826701 ], [ -75.130479108398006, 40.027792422468103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10021, "tnode_": 9785, "lpoly_": null, "rpoly_": null, "length": 445.92028263000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5134, "r_f_add": 5101, "r_t_add": 5141, "st_code": 87830, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30688, "Shape__Length": 177.86231325963519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127618304537293, 40.027520611925503 ], [ -75.127033202604395, 40.028659080715997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10040, "tnode_": 9722, "lpoly_": null, "rpoly_": null, "length": 549.02383507000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 53860, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 30689, "Shape__Length": 219.09591076767691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135205887343204, 40.027659528541399 ], [ -75.135224344893103, 40.027713706515797 ], [ -75.135062556485096, 40.0291594971698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10043, "tnode_": 10007, "lpoly_": null, "rpoly_": null, "length": 521.40404186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 13540, "l_hundred": 200, "r_hundred": 200, "seg_id": 741177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30690, "Shape__Length": 207.27987429669199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127647925930006, 40.027425234544801 ], [ -75.129486953576304, 40.027648641826701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10051, "tnode_": 9750, "lpoly_": null, "rpoly_": null, "length": 559.21745276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 87910, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 30691, "Shape__Length": 223.14567611126637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134492933579594, 40.027540334290698 ], [ -75.134148582101801, 40.0290524558256 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10051, "tnode_": 10040, "lpoly_": null, "rpoly_": null, "length": 205.08872624999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 69880, "l_hundred": 600, "r_hundred": 600, "seg_id": 741179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30692, "Shape__Length": 81.540180991742119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134492933579594, 40.027540334290698 ], [ -75.1351090566897, 40.027625934859998 ], [ -75.135205887343204, 40.027659528541399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10087, "tnode_": 9938, "lpoly_": null, "rpoly_": null, "length": 275.15944098, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5032, "r_f_add": 5001, "r_t_add": 5021, "st_code": 87890, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741180, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 30693, "Shape__Length": 109.7982264139399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132511879392496, 40.027283430265904 ], [ -75.132354945532001, 40.028029078753598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8435, "tnode_": 8413, "lpoly_": null, "rpoly_": null, "length": 270.65125865000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1034, "r_f_add": 1001, "r_t_add": 1033, "st_code": 23540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CLARKSON AVE", "stname": "W CLARKSON AVE", "objectid": 30694, "Shape__Length": 107.6269070948167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1381660694517, 40.035815537442701 ], [ -75.138376644946305, 40.035892862507403 ], [ -75.139098729199503, 40.035990626117503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8435, "tnode_": 8267, "lpoly_": null, "rpoly_": null, "length": 363.61752058000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5548, "r_f_add": 5401, "r_t_add": 5549, "st_code": 87990, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741183, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30695, "Shape__Length": 145.09813387390773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1381660694517, 40.035815537442701 ], [ -75.138280336197298, 40.036042182936797 ], [ -75.138111779093094, 40.036786087919097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8608, "tnode_": 8413, "lpoly_": null, "rpoly_": null, "length": 407.11996912999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 81440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741184, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30696, "Shape__Length": 162.47420641999733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139326355600502, 40.034886815286796 ], [ -75.139098729199503, 40.035990626117503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8652, "tnode_": 8386, "lpoly_": null, "rpoly_": null, "length": 561.93409308000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 54140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741185, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30697, "Shape__Length": 224.25461737280631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141010413908006, 40.034672968504701 ], [ -75.140674536676499, 40.036193784928699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8827, "tnode_": 8652, "lpoly_": null, "rpoly_": null, "length": 393.79240753, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 54140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741186, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30698, "Shape__Length": 157.1545220229483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141214800509005, 40.033603439486498 ], [ -75.141010413908006, 40.034672968504701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9214, "tnode_": 8995, "lpoly_": null, "rpoly_": null, "length": 446.71104661000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 88010, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741187, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30699, "Shape__Length": 178.26411173118873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140883856295503, 40.031501952955203 ], [ -75.1406234661913, 40.032711781099401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9257, "tnode_": 8977, "lpoly_": null, "rpoly_": null, "length": 570.59769234000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 44180, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741188, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 30700, "Shape__Length": 227.70009039992786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138481071480101, 40.0311903970982 ], [ -75.138137252129098, 40.032734296443202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9359, "tnode_": 9065, "lpoly_": null, "rpoly_": null, "length": 572.34124357999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 53860, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARSHALL ST", "stname": "N MARSHALL ST", "objectid": 30701, "Shape__Length": 228.39627329841008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134496414314299, 40.030676000384602 ], [ -75.134166136093, 40.032226495510002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9398, "tnode_": 9100, "lpoly_": null, "rpoly_": null, "length": 570.15465802999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 33240, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741190, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30702, "Shape__Length": 227.52178409437838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132851444331806, 40.030474294010098 ], [ -75.132513828200004, 40.0320177684386 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9518, "tnode_": 9263, "lpoly_": null, "rpoly_": null, "length": 418.65397589000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 20980, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741191, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30703, "Shape__Length": 167.06717659650315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143602082277596, 40.030146839867101 ], [ -75.143379152591095, 40.031283245849103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9552, "tnode_": 9214, "lpoly_": null, "rpoly_": null, "length": 567.17214765999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 88010, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741192, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30704, "Shape__Length": 226.32928944372478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141223958071095, 40.029967105976802 ], [ -75.140883856295503, 40.031501952955203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9767, "tnode_": 9398, "lpoly_": null, "rpoly_": null, "length": 574.06076423000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 33240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741193, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30705, "Shape__Length": 229.07392233968329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133200981862103, 40.028921506283197 ], [ -75.132851444331806, 40.030474294010098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9847, "tnode_": 9518, "lpoly_": null, "rpoly_": null, "length": 513.3474578, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 20980, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741194, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30706, "Shape__Length": 204.84593787230298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143915561956604, 40.028758398022603 ], [ -75.143602082277596, 40.030146839867101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9887, "tnode_": 9552, "lpoly_": null, "rpoly_": null, "length": 557.66150188000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 88010, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 30707, "Shape__Length": 222.52893820291806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141559635754604, 40.028458164813202 ], [ -75.141223958071095, 40.029967105976802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9914, "tnode_": 9767, "lpoly_": null, "rpoly_": null, "length": 280.05069501999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5028, "l_t_add": 5098, "r_f_add": 5037, "r_t_add": 5099, "st_code": 33240, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741196, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30708, "Shape__Length": 111.75067458349187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133366178739493, 40.028163295624402 ], [ -75.133200981862103, 40.028921506283197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9948, "tnode_": 9621, "lpoly_": null, "rpoly_": null, "length": 556.32516904, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 44180, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741197, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 30709, "Shape__Length": 221.98904879618857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139173838057403, 40.028147835795203 ], [ -75.139128501806994, 40.028223609993397 ], [ -75.138821229993098, 40.029647929253201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10070, "tnode_": 9914, "lpoly_": null, "rpoly_": null, "length": 272.18512210999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5026, "r_f_add": 5001, "r_t_add": 5035, "st_code": 33240, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30710, "Shape__Length": 108.6120606999737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1335180123383, 40.027425288515602 ], [ -75.133366178739493, 40.028163295624402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10140, "tnode_": 10018, "lpoly_": null, "rpoly_": null, "length": 212.12067216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 54200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741200, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30711, "Shape__Length": 84.64474312155879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125201705321501, 40.026842947170898 ], [ -75.125104241999793, 40.027342955809502 ], [ -75.125095910776295, 40.027419393126898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10237, "tnode_": 10140, "lpoly_": null, "rpoly_": null, "length": 191.61047252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4916, "l_t_add": 4998, "r_f_add": 4915, "r_t_add": 4999, "st_code": 54200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741202, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30712, "Shape__Length": 76.462184111860779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125276069550694, 40.0263200695927 ], [ -75.125201705321501, 40.026842947170898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10370, "tnode_": 10237, "lpoly_": null, "rpoly_": null, "length": 243.58136861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4914, "r_f_add": 4901, "r_t_add": 4913, "st_code": 54200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741204, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30713, "Shape__Length": 97.198426029623974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125388840574402, 40.025657053821703 ], [ -75.125276069550694, 40.0263200695927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10393, "tnode_": 10370, "lpoly_": null, "rpoly_": null, "length": 52.43784212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4898, "l_t_add": 4898, "r_f_add": 4899, "r_t_add": 4899, "st_code": 54200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741205, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30714, "Shape__Length": 20.924431127322496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125414660148707, 40.025514480831497 ], [ -75.125388840574402, 40.025657053821703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9133, "tnode_": 8844, "lpoly_": null, "rpoly_": null, "length": 559.1121651200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 61300, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30715, "Shape__Length": 223.12889340140654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145667053388493, 40.032140115244403 ], [ -75.1453985474039, 40.033661002908801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9246, "tnode_": 8959, "lpoly_": null, "rpoly_": null, "length": 574.78343668000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 87990, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30716, "Shape__Length": 229.37284264018729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139306356135904, 40.031297136896399 ], [ -75.138973987115406, 40.032854162485997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9266, "tnode_": 9133, "lpoly_": null, "rpoly_": null, "length": 330.63014943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5112, "l_t_add": 5198, "r_f_add": 5133, "r_t_add": 5199, "st_code": 61300, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30717, "Shape__Length": 131.94904380116711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145782228175904, 40.031236824856002 ], [ -75.145667053388493, 40.032140115244403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9499, "tnode_": 9495, "lpoly_": null, "rpoly_": null, "length": 164.62882345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1322, "l_t_add": 1332, "r_f_add": 1317, "r_t_add": 1327, "st_code": 50940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 30718, "Shape__Length": 65.444900616323409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145374574544405, 40.030234944285297 ], [ -75.145960455625797, 40.030272233290297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9503, "tnode_": 9387, "lpoly_": null, "rpoly_": null, "length": 233.87818034999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 88050, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30719, "Shape__Length": 93.328533259394206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144426021462394, 40.030190895183701 ], [ -75.144286233717096, 40.030823861741602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9522, "tnode_": 9187, "lpoly_": null, "rpoly_": null, "length": 614.01697725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 88030, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30720, "Shape__Length": 245.0279238342186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142808950124504, 40.030110131125703 ], [ -75.142472815056394, 40.031775756950999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9579, "tnode_": 9495, "lpoly_": null, "rpoly_": null, "length": 122.53068692000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5024, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 61300, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30721, "Shape__Length": 48.898811445021032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146003539645307, 40.029937506558802 ], [ -75.145960455625797, 40.030272233290297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9601, "tnode_": 9246, "lpoly_": null, "rpoly_": null, "length": 573.70965729, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87990, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30722, "Shape__Length": 228.93602200060099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139659340513404, 40.0297457879566 ], [ -75.139306356135904, 40.031297136896399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9796, "tnode_": 9579, "lpoly_": null, "rpoly_": null, "length": 325.01989389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5022, "r_f_add": 5001, "r_t_add": 5025, "st_code": 61300, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30723, "Shape__Length": 129.70200694991939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1461535154247, 40.029053003735001 ], [ -75.146028501908802, 40.029839923601003 ], [ -75.146003539645307, 40.029937506558802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9831, "tnode_": 9503, "lpoly_": null, "rpoly_": null, "length": 489.94187839, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 88050, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30724, "Shape__Length": 195.50733241321331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144718932016303, 40.0288649310016 ], [ -75.144443573068898, 40.030114153468602 ], [ -75.144426021462394, 40.030190895183701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9861, "tnode_": 9522, "lpoly_": null, "rpoly_": null, "length": 538.55576367000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 88030, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 30725, "Shape__Length": 214.90621740201675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143128412797907, 40.028652271722798 ], [ -75.142808950124504, 40.030110131125703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9931, "tnode_": 9601, "lpoly_": null, "rpoly_": null, "length": 550.83900472000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 87990, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 30726, "Shape__Length": 219.80689433428381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139983500150706, 40.028254344341399 ], [ -75.139659340513404, 40.0297457879566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9942, "tnode_": 9796, "lpoly_": null, "rpoly_": null, "length": 280.12202051000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4928, "l_t_add": 4998, "r_f_add": 4929, "r_t_add": 4999, "st_code": 61300, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 30727, "Shape__Length": 111.78279295653816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146293001478497, 40.028291548530802 ], [ -75.1461535154247, 40.029053003735001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9966, "tnode_": 9643, "lpoly_": null, "rpoly_": null, "length": 554.07858170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 87970, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 30728, "Shape__Length": 221.10023174766081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138369667142797, 40.0280409886401 ], [ -75.138052638301303, 40.029542347842202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9972, "tnode_": 9831, "lpoly_": null, "rpoly_": null, "length": 278.79952247, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 4920, "l_t_add": 4998, "r_f_add": 4921, "r_t_add": 4999, "st_code": 88050, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 30729, "Shape__Length": 111.25223431422238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144876963221193, 40.028109296772698 ], [ -75.144718932016303, 40.0288649310016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9972, "tnode_": 9942, "lpoly_": null, "rpoly_": null, "length": 402.07209875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 11560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 30730, "Shape__Length": 159.8438436665636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144876963221193, 40.028109296772698 ], [ -75.146293001478497, 40.028291548530802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8911, "tnode_": 8784, "lpoly_": null, "rpoly_": null, "length": 217.36831472, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5422, "r_f_add": 5401, "r_t_add": 5425, "st_code": 12440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741229, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30731, "Shape__Length": 86.751848652788809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127111699222297, 40.0328905637286 ], [ -75.127061806440807, 40.033486031695197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9058, "tnode_": 9021, "lpoly_": null, "rpoly_": null, "length": 525.39737738999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 28140, "l_hundred": 400, "r_hundred": 400, "seg_id": 741230, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELPHINE ST", "stname": "DELPHINE ST", "objectid": 30732, "Shape__Length": 208.88672871909722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129548321961295, 40.032110421944999 ], [ -75.131395945871603, 40.032361343192299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9081, "tnode_": 9058, "lpoly_": null, "rpoly_": null, "length": 286.73331149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 28140, "l_hundred": 300, "r_hundred": 300, "seg_id": 741231, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELPHINE ST", "stname": "DELPHINE ST", "objectid": 30733, "Shape__Length": 113.99708348987217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128538135518298, 40.031981822550598 ], [ -75.129548321961295, 40.032110421944999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9109, "tnode_": 9081, "lpoly_": null, "rpoly_": null, "length": 326.42114814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 28140, "l_hundred": 200, "r_hundred": 200, "seg_id": 741232, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELPHINE ST", "stname": "DELPHINE ST", "objectid": 30734, "Shape__Length": 129.77629653103608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127388949331504, 40.031831659244901 ], [ -75.128538135518298, 40.031981822550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9186, "tnode_": 9109, "lpoly_": null, "rpoly_": null, "length": 170.70919406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 12440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741233, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30735, "Shape__Length": 68.121662213898048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127494500032199, 40.031370120032797 ], [ -75.127388949331504, 40.031831659244901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9278, "tnode_": 9186, "lpoly_": null, "rpoly_": null, "length": 198.48545366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5246, "l_t_add": 5298, "r_f_add": 5247, "r_t_add": 5299, "st_code": 12440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741234, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30736, "Shape__Length": 79.207604825778418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127600422369795, 40.030831372295999 ], [ -75.127494500032199, 40.031370120032797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9278, "tnode_": 9254, "lpoly_": null, "rpoly_": null, "length": 327.76884482000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 82160, "l_hundred": 200, "r_hundred": 200, "seg_id": 741235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 30737, "Shape__Length": 130.30986884882702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127600422369795, 40.030831372295999 ], [ -75.128754698769299, 40.030980506647097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9520, "tnode_": 9278, "lpoly_": null, "rpoly_": null, "length": 377.48895196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5244, "r_f_add": 5201, "r_t_add": 5245, "st_code": 12440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741236, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 30738, "Shape__Length": 150.63502951865411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127830297029107, 40.029810298683401 ], [ -75.127600422369795, 40.030831372295999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9686, "tnode_": 9627, "lpoly_": null, "rpoly_": null, "length": 648.13499192000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBICAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 69700, "l_hundred": 200, "r_hundred": 200, "seg_id": 741237, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBICAM ST", "stname": "RUBICAM ST", "objectid": 30739, "Shape__Length": 257.67382469028604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126823647603601, 40.029115709411897 ], [ -75.129102216260307, 40.029427750701799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10070, "tnode_": 10051, "lpoly_": null, "rpoly_": null, "length": 276.22144095000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 524, "l_t_add": 598, "r_f_add": 513, "r_t_add": 599, "st_code": 69880, "l_hundred": 500, "r_hundred": 500, "seg_id": 741238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30740, "Shape__Length": 109.80888332256433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1335180123383, 40.027425288515602 ], [ -75.134492933579594, 40.027540334290698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10087, "tnode_": 10070, "lpoly_": null, "rpoly_": null, "length": 286.46452637, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 522, "r_f_add": 501, "r_t_add": 511, "st_code": 69880, "l_hundred": 500, "r_hundred": 500, "seg_id": 741239, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30741, "Shape__Length": 113.8849898825362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132511879392496, 40.027283430265904 ], [ -75.1335180123383, 40.027425288515602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10109, "tnode_": 10087, "lpoly_": null, "rpoly_": null, "length": 269.60253512000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 422, "l_t_add": 498, "r_f_add": 427, "r_t_add": 499, "st_code": 69880, "l_hundred": 400, "r_hundred": 400, "seg_id": 741240, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30742, "Shape__Length": 107.17908182052554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131562489530097, 40.027160781868503 ], [ -75.132511879392496, 40.027283430265904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10127, "tnode_": 10109, "lpoly_": null, "rpoly_": null, "length": 260.43453674, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 425, "st_code": 69880, "l_hundred": 400, "r_hundred": 400, "seg_id": 741241, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30743, "Shape__Length": 103.53342366094114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130644480248606, 40.027046524332398 ], [ -75.131562489530097, 40.027160781868503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8731, "tnode_": 8613, "lpoly_": null, "rpoly_": null, "length": 266.84212699, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5436, "l_t_add": 5498, "r_f_add": 5415, "r_t_add": 5499, "st_code": 87850, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741242, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30744, "Shape__Length": 106.48865995297903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128139887826904, 40.033835744435599 ], [ -75.127981746230205, 40.034558100642698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8842, "tnode_": 8641, "lpoly_": null, "rpoly_": null, "length": 428.92427011000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 49660, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741243, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 30745, "Shape__Length": 171.16654903401866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130245850154594, 40.033280828825099 ], [ -75.129969480596898, 40.034438953077498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8882, "tnode_": 8731, "lpoly_": null, "rpoly_": null, "length": 299.03023333, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5434, "r_f_add": 5401, "r_t_add": 5413, "st_code": 87850, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741244, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30746, "Shape__Length": 119.33307528846537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128314004534801, 40.033025855971701 ], [ -75.128139887826904, 40.033835744435599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8888, "tnode_": 8624, "lpoly_": null, "rpoly_": null, "length": 558.04089374, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 20980, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741245, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 30747, "Shape__Length": 222.69679902733969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142903146509894, 40.033357367930101 ], [ -75.142570731234798, 40.034867794906901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8911, "tnode_": 8882, "lpoly_": null, "rpoly_": null, "length": 340.26285608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 73340, "l_hundred": 200, "r_hundred": 200, "seg_id": 741246, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 30748, "Shape__Length": 135.27767957494393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127111699222297, 40.0328905637286 ], [ -75.128314004534801, 40.033025855971701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9167, "tnode_": 9081, "lpoly_": null, "rpoly_": null, "length": 174.01612154, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5315, "st_code": 87850, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741247, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30749, "Shape__Length": 69.442787240422746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128636485305805, 40.0315101482636 ], [ -75.128538135518298, 40.031981822550598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9205, "tnode_": 9083, "lpoly_": null, "rpoly_": null, "length": 235.80537418, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 54140, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741248, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30750, "Shape__Length": 94.101149408846496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141670790402898, 40.031609883899399 ], [ -75.141541321330607, 40.032249500941802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9232, "tnode_": 8964, "lpoly_": null, "rpoly_": null, "length": 559.19916265000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 81440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30751, "Shape__Length": 223.15167808090985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140105710581395, 40.031408561435299 ], [ -75.139765880303202, 40.032921238679499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9254, "tnode_": 9167, "lpoly_": null, "rpoly_": null, "length": 195.75867859, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 87850, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741250, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30752, "Shape__Length": 78.117700671847132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128754698769299, 40.030980506647097 ], [ -75.128636485305805, 40.0315101482636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9486, "tnode_": 9254, "lpoly_": null, "rpoly_": null, "length": 375.97357257, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5229, "st_code": 87850, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741251, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30753, "Shape__Length": 150.03168013060207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128976704562206, 40.029962622264698 ], [ -75.128754698769299, 40.030980506647097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9532, "tnode_": 9205, "lpoly_": null, "rpoly_": null, "length": 570.62002801000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 54140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741252, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30754, "Shape__Length": 227.70651476001646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142006033339001, 40.030064808894601 ], [ -75.141670790402898, 40.031609883899399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9581, "tnode_": 9232, "lpoly_": null, "rpoly_": null, "length": 572.31754943, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 81440, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30755, "Shape__Length": 228.38450755215445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140432992308405, 40.029857757207097 ], [ -75.140105710581395, 40.031408561435299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9627, "tnode_": 9486, "lpoly_": null, "rpoly_": null, "length": 197.98938363000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5136, "l_t_add": 5198, "r_f_add": 5137, "r_t_add": 5199, "st_code": 87850, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741254, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30756, "Shape__Length": 79.005169350739934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129102216260307, 40.029427750701799 ], [ -75.128976704562206, 40.029962622264698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9745, "tnode_": 9627, "lpoly_": null, "rpoly_": null, "length": 179.42472924, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5122, "l_t_add": 5134, "r_f_add": 5123, "r_t_add": 5135, "st_code": 87850, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741255, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30757, "Shape__Length": 71.59756895161189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1292098609742, 40.028942209657501 ], [ -75.129102216260307, 40.029427750701799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9785, "tnode_": 9745, "lpoly_": null, "rpoly_": null, "length": 618.21869537000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SHELDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 72500, "l_hundred": 200, "r_hundred": 200, "seg_id": 741256, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SHELDON ST", "stname": "W SHELDON ST", "objectid": 30758, "Shape__Length": 245.77569133255139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127033202604395, 40.028659080715997 ], [ -75.1292098609742, 40.028942209657501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9842, "tnode_": 9745, "lpoly_": null, "rpoly_": null, "length": 194.72958863, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5120, "r_f_add": 5101, "r_t_add": 5121, "st_code": 87850, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741257, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30759, "Shape__Length": 77.704061484881237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129327881908296, 40.028415409535697 ], [ -75.1292098609742, 40.028942209657501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9871, "tnode_": 9532, "lpoly_": null, "rpoly_": null, "length": 558.64066992999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 54140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 30760, "Shape__Length": 222.92063414008516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142337630441403, 40.0285526358279 ], [ -75.142019398116005, 40.0299922288321 ], [ -75.142006033339001, 40.030064808894601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9905, "tnode_": 9581, "lpoly_": null, "rpoly_": null, "length": 552.62104856999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 81440, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 30761, "Shape__Length": 220.51770724139823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140762650384602, 40.028362064060197 ], [ -75.140432992308405, 40.029857757207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10007, "tnode_": 9842, "lpoly_": null, "rpoly_": null, "length": 282.85035388, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5038, "l_t_add": 5098, "r_f_add": 5039, "r_t_add": 5099, "st_code": 87850, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741260, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30762, "Shape__Length": 112.86810251972955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129486953576304, 40.027648641826701 ], [ -75.129327881908296, 40.028415409535697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10020, "tnode_": 9702, "lpoly_": null, "rpoly_": null, "length": 558.98470356999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 87930, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741261, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 30763, "Shape__Length": 223.05487623034668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136140567105599, 40.027750628220197 ], [ -75.135805648162901, 40.029263353317504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10147, "tnode_": 10007, "lpoly_": null, "rpoly_": null, "length": 268.10012045999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5036, "r_f_add": 5001, "r_t_add": 5037, "st_code": 87850, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741263, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30764, "Shape__Length": 106.97897965650438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129651882891196, 40.026923679090402 ], [ -75.129486953576304, 40.027648641826701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10236, "tnode_": 10147, "lpoly_": null, "rpoly_": null, "length": 190.12477779, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4932, "l_t_add": 4998, "r_f_add": 4933, "r_t_add": 4999, "st_code": 87850, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741265, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30765, "Shape__Length": 75.865366540513747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129760041895295, 40.026408429999499 ], [ -75.129651882891196, 40.026923679090402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10368, "tnode_": 10334, "lpoly_": null, "rpoly_": null, "length": 518.29328551999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SULIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 75340, "l_hundred": 200, "r_hundred": 200, "seg_id": 741267, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SULIS ST", "stname": "SULIS ST", "objectid": 30766, "Shape__Length": 206.04068450436429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128040091353995, 40.025697613642201 ], [ -75.129865011276394, 40.025934229913702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10334, "tnode_": 10256, "lpoly_": null, "rpoly_": null, "length": 135.13201836000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4920, "l_t_add": 4928, "r_f_add": 4921, "r_t_add": 4929, "st_code": 87850, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741269, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30767, "Shape__Length": 53.921069541559135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129865011276394, 40.025934229913702 ], [ -75.1297871473474, 40.026300321827897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10256, "tnode_": 10236, "lpoly_": null, "rpoly_": null, "length": 40.10686543, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4930, "l_t_add": 4930, "r_f_add": 4931, "r_t_add": 4931, "st_code": 87850, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741270, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 30768, "Shape__Length": 16.003086986351086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1297871473474, 40.026300321827897 ], [ -75.129760041895295, 40.026408429999499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8597, "tnode_": 8333, "lpoly_": null, "rpoly_": null, "length": 557.46026447999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 87870, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741271, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30769, "Shape__Length": 222.47052512607738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128982346186405, 40.034693995332397 ], [ -75.128657806568398, 40.036203819227403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8683, "tnode_": 8597, "lpoly_": null, "rpoly_": null, "length": 198.50300905999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5420, "l_t_add": 5498, "r_f_add": 5417, "r_t_add": 5499, "st_code": 87870, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741272, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30770, "Shape__Length": 79.21673553073218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129100701037501, 40.0341567294291 ], [ -75.128982346186405, 40.034693995332397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8807, "tnode_": 8537, "lpoly_": null, "rpoly_": null, "length": 565.5032692, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FAIRHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 33240, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FAIRHILL ST", "stname": "N FAIRHILL ST", "objectid": 30771, "Shape__Length": 225.67299885347316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132199242069902, 40.033532320690298 ], [ -75.131846311085297, 40.035060804728303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8864, "tnode_": 8683, "lpoly_": null, "rpoly_": null, "length": 369.53428427, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5415, "st_code": 87870, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741274, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30772, "Shape__Length": 147.46741078245097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1293293315086, 40.033157653983999 ], [ -75.129100701037501, 40.0341567294291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10005, "tnode_": 9687, "lpoly_": null, "rpoly_": null, "length": 557.22189693000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 34980, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 30773, "Shape__Length": 222.35153548130586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136768764498996, 40.027835049372499 ], [ -75.1364336530565, 40.029342840310399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8837, "tnode_": 8565, "lpoly_": null, "rpoly_": null, "length": 567.09227174, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 19140, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741277, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30774, "Shape__Length": 226.30925099247966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145900359952194, 40.033737119198101 ], [ -75.145556007971905, 40.035271185815198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9134, "tnode_": 8837, "lpoly_": null, "rpoly_": null, "length": 569.33169417, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 19140, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741278, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30775, "Shape__Length": 227.20019875665437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146229797737107, 40.032194889219099 ], [ -75.145900359952194, 40.033737119198101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9371, "tnode_": 9134, "lpoly_": null, "rpoly_": null, "length": 487.78939776000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5104, "l_t_add": 5198, "r_f_add": 5109, "r_t_add": 5199, "st_code": 19140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741279, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30776, "Shape__Length": 194.6540854558541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146521627280904, 40.030874774907097 ], [ -75.146229797737107, 40.032194889219099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9398, "tnode_": 9381, "lpoly_": null, "rpoly_": null, "length": 271.40515896, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 526, "l_t_add": 598, "r_f_add": 527, "r_t_add": 599, "st_code": 29400, "l_hundred": 500, "r_hundred": 500, "seg_id": 741280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30777, "Shape__Length": 107.90010312070936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132851444331806, 40.030474294010098 ], [ -75.133808222755704, 40.030593125426599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9417, "tnode_": 9398, "lpoly_": null, "rpoly_": null, "length": 290.15098287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 524, "r_f_add": 501, "r_t_add": 525, "st_code": 29400, "l_hundred": 500, "r_hundred": 500, "seg_id": 741281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30778, "Shape__Length": 115.35576926497055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131832361555396, 40.030330427380001 ], [ -75.132851444331806, 40.030474294010098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9437, "tnode_": 9371, "lpoly_": null, "rpoly_": null, "length": 84.60227375, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5102, "r_f_add": 5101, "r_t_add": 5107, "st_code": 19140, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741282, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30779, "Shape__Length": 33.75955752168408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1465780114208, 40.030646612128301 ], [ -75.146521627280904, 40.030874774907097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9443, "tnode_": 9417, "lpoly_": null, "rpoly_": null, "length": 276.68329240999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 424, "l_t_add": 498, "r_f_add": 421, "r_t_add": 499, "st_code": 29400, "l_hundred": 400, "r_hundred": 400, "seg_id": 741283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30780, "Shape__Length": 109.99946672763816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130858610226696, 40.030201768454802 ], [ -75.131832361555396, 40.030330427380001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10084, "tnode_": 10205, "lpoly_": null, "rpoly_": null, "length": 375.2668354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1025, "l_t_add": 1099, "r_f_add": 1024, "r_t_add": 1098, "st_code": 29780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741492, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 30781, "Shape__Length": 149.37335203884103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088305993954194, 40.026314319960697 ], [ -75.087226054371996, 40.025704464072703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9466, "tnode_": 9443, "lpoly_": null, "rpoly_": null, "length": 242.59665163, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 419, "st_code": 29400, "l_hundred": 400, "r_hundred": 400, "seg_id": 741284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30782, "Shape__Length": 96.448501855671978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1300058024636, 40.0300846678768 ], [ -75.130858610226696, 40.030201768454802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9486, "tnode_": 9466, "lpoly_": null, "rpoly_": null, "length": 291.59410341, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 29400, "l_hundred": 300, "r_hundred": 300, "seg_id": 741285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30783, "Shape__Length": 115.92456295513479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128976704562206, 40.029962622264698 ], [ -75.1300058024636, 40.0300846678768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9520, "tnode_": 9486, "lpoly_": null, "rpoly_": null, "length": 325.79660097, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 238, "l_t_add": 298, "r_f_add": 235, "r_t_add": 299, "st_code": 29400, "l_hundred": 200, "r_hundred": 200, "seg_id": 741286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30784, "Shape__Length": 129.52461366017087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127830297029107, 40.029810298683401 ], [ -75.128976704562206, 40.029962622264698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9521, "tnode_": 9437, "lpoly_": null, "rpoly_": null, "length": 152.52628009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5033, "r_t_add": 5099, "st_code": 19140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741287, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30785, "Shape__Length": 60.862684662263646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146684879898004, 40.030236047986001 ], [ -75.1465780114208, 40.030646612128301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9554, "tnode_": 9520, "lpoly_": null, "rpoly_": null, "length": 323.35044647999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 236, "r_f_add": 201, "r_t_add": 233, "st_code": 29400, "l_hundred": 200, "r_hundred": 200, "seg_id": 741288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 30786, "Shape__Length": 128.54862452709523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126688799849305, 40.029676611598497 ], [ -75.127830297029107, 40.029810298683401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9711, "tnode_": 9521, "lpoly_": null, "rpoly_": null, "length": 275.5094439, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5002, "l_t_add": 5028, "r_f_add": 5011, "r_t_add": 5031, "st_code": 19140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741289, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30787, "Shape__Length": 109.93982320358194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146852776793907, 40.029490885140397 ], [ -75.146829626034105, 40.029612045733401 ], [ -75.146684879898004, 40.030236047986001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9789, "tnode_": 9711, "lpoly_": null, "rpoly_": null, "length": 124.23528022000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5000, "l_t_add": 5000, "r_f_add": 5001, "r_t_add": 5009, "st_code": 19140, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741290, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 30788, "Shape__Length": 49.576523614422101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146915293773006, 40.029153247755701 ], [ -75.146852776793907, 40.029490885140397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9819, "tnode_": 9466, "lpoly_": null, "rpoly_": null, "length": 567.90534877000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87870, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30789, "Shape__Length": 226.61975176860159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130328354469597, 40.0285455458068 ], [ -75.1300058024636, 40.0300846678768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9981, "tnode_": 9819, "lpoly_": null, "rpoly_": null, "length": 277.57925403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5038, "l_t_add": 5098, "r_f_add": 5039, "r_t_add": 5099, "st_code": 87870, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741292, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30790, "Shape__Length": 110.76568167948028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130479108398006, 40.027792422468103 ], [ -75.130328354469597, 40.0285455458068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10043, "tnode_": 10021, "lpoly_": null, "rpoly_": null, "length": 35.72090618, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5018, "l_t_add": 5098, "r_f_add": 5017, "r_t_add": 5099, "st_code": 87830, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30791, "Shape__Length": 14.252259133170714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127647925930006, 40.027425234544801 ], [ -75.127618304537293, 40.027520611925503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10018, "tnode_": 10052, "lpoly_": null, "rpoly_": null, "length": 226.52159637, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 170, "l_t_add": 184, "r_f_add": 171, "r_t_add": 185, "st_code": 13540, "l_hundred": 100, "r_hundred": 100, "seg_id": 741295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ASHDALE ST", "stname": "W ASHDALE ST", "objectid": 30792, "Shape__Length": 90.055377809930619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125095910776295, 40.027419393126898 ], [ -75.125890466731093, 40.0273029319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10127, "tnode_": 9981, "lpoly_": null, "rpoly_": null, "length": 275.63641336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5036, "r_f_add": 5001, "r_t_add": 5037, "st_code": 87870, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30793, "Shape__Length": 109.98699918126223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130644480248606, 40.027046524332398 ], [ -75.130479108398006, 40.027792422468103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10147, "tnode_": 10127, "lpoly_": null, "rpoly_": null, "length": 281.55487993000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 69880, "l_hundred": 300, "r_hundred": 300, "seg_id": 741298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30794, "Shape__Length": 111.92930809182371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129651882891196, 40.026923679090402 ], [ -75.130644480248606, 40.027046524332398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10177, "tnode_": 10043, "lpoly_": null, "rpoly_": null, "length": 278.83825628999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5016, "r_f_add": 4965, "r_t_add": 5015, "st_code": 87830, "l_hundred": 5000, "r_hundred": 4900, "seg_id": 741299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30795, "Shape__Length": 111.26214513034731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1278275091761, 40.026672343449 ], [ -75.127647925930006, 40.027425234544801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10177, "tnode_": 10147, "lpoly_": null, "rpoly_": null, "length": 519.05409894000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 69880, "l_hundred": 200, "r_hundred": 200, "seg_id": 741300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30796, "Shape__Length": 206.34894374267381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1278275091761, 40.026672343449 ], [ -75.129651882891196, 40.026923679090402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10244, "tnode_": 10127, "lpoly_": null, "rpoly_": null, "length": 227.40305303, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4936, "l_t_add": 4998, "r_f_add": 4937, "r_t_add": 4999, "st_code": 87870, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 30797, "Shape__Length": 90.740288197852976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130775975979404, 40.026430515402197 ], [ -75.130644480248606, 40.027046524332398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10271, "tnode_": 10177, "lpoly_": null, "rpoly_": null, "length": 186.57618777, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4942, "l_t_add": 4998, "r_f_add": 4941, "r_t_add": 4963, "st_code": 87830, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30798, "Shape__Length": 74.448504652699938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127937870318405, 40.026167245633097 ], [ -75.1278275091761, 40.026672343449 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10368, "tnode_": 10271, "lpoly_": null, "rpoly_": null, "length": 173.45752391000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4922, "l_t_add": 4940, "r_f_add": 4921, "r_t_add": 4939, "st_code": 87830, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 30799, "Shape__Length": 69.213395970542663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128040091353995, 40.025697613642201 ], [ -75.127937870318405, 40.026167245633097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10018, "tnode_": 9612, "lpoly_": null, "rpoly_": null, "length": 732.42413716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 54200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741309, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 30800, "Shape__Length": 292.26949090733126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125095910776295, 40.027419393126898 ], [ -75.124703524347595, 40.029407227819497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10237, "tnode_": 10262, "lpoly_": null, "rpoly_": null, "length": 247.85873421, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 166, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 11560, "l_hundred": 100, "r_hundred": 100, "seg_id": 741310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 30801, "Shape__Length": 98.533381117728922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125276069550694, 40.0263200695927 ], [ -75.1253580480072, 40.026322499169702 ], [ -75.126149089320094, 40.026216326939199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10271, "tnode_": 10236, "lpoly_": null, "rpoly_": null, "length": 517.8105917900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 11560, "l_hundred": 200, "r_hundred": 200, "seg_id": 741311, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 30802, "Shape__Length": 205.85114884111118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127937870318405, 40.026167245633097 ], [ -75.129760041895295, 40.026408429999499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10256, "tnode_": 10244, "lpoly_": null, "rpoly_": null, "length": 280.95488152999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 11560, "l_hundred": 300, "r_hundred": 300, "seg_id": 741312, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ALBANUS ST", "stname": "W ALBANUS ST", "objectid": 30803, "Shape__Length": 111.69119542820734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1297871473474, 40.026300321827897 ], [ -75.130775975979404, 40.026430515402197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10073, "tnode_": 10140, "lpoly_": null, "rpoly_": null, "length": 581.1228972, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 166, "r_f_add": 101, "r_t_add": 165, "st_code": 69880, "l_hundred": 100, "r_hundred": 100, "seg_id": 741313, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30804, "Shape__Length": 231.02689338871244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123161489102102, 40.0271277743498 ], [ -75.123357241162196, 40.027102307972399 ], [ -75.125099799989201, 40.026844135567003 ], [ -75.125201705321501, 40.026842947170898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10140, "tnode_": 10167, "lpoly_": null, "rpoly_": null, "length": 226.61046831, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 168, "l_t_add": 198, "r_f_add": 167, "r_t_add": 199, "st_code": 69880, "l_hundred": 100, "r_hundred": 100, "seg_id": 741314, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 30805, "Shape__Length": 90.085256409169375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125201705321501, 40.026842947170898 ], [ -75.125289972253697, 40.026836318335597 ], [ -75.126001982467798, 40.0267515763137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10167, "tnode_": 10052, "lpoly_": null, "rpoly_": null, "length": 203.57209276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 62760, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30806, "Shape__Length": 81.231297557605927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126001982467798, 40.0267515763137 ], [ -75.125891939667895, 40.027227155074101 ], [ -75.125890466731093, 40.0273029319101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10262, "tnode_": 10167, "lpoly_": null, "rpoly_": null, "length": 199.2869326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 62760, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30807, "Shape__Length": 79.515701127254829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126149089320094, 40.026216326939199 ], [ -75.126001982467798, 40.0267515763137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10391, "tnode_": 10262, "lpoly_": null, "rpoly_": null, "length": 263.922906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALETHORP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 62760, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741317, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALETHORP ST", "stname": "PALETHORP ST", "objectid": 30808, "Shape__Length": 105.303902978119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126347530663395, 40.025508071195702 ], [ -75.126149089320094, 40.026216326939199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27627, "tnode_": 8693, "lpoly_": null, "rpoly_": null, "length": 407.02917461000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 82500, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 30809, "Shape__Length": 162.26866272102345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115177793671293, 40.032930237041597 ], [ -75.115148566130799, 40.032995088417998 ], [ -75.115126159783301, 40.033027109620299 ], [ -75.114409550574507, 40.033876471066797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9982, "tnode_": 9892, "lpoly_": null, "rpoly_": null, "length": 326.31831308, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741320, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30810, "Shape__Length": 129.79976036500173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111093565555706, 40.027366335741497 ], [ -75.110031755846194, 40.027735275539399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9996, "tnode_": 9935, "lpoly_": null, "rpoly_": null, "length": 263.37483795999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3951, "r_t_add": 3999, "st_code": 69220, "l_hundred": 0, "r_hundred": 3900, "seg_id": 741321, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30811, "Shape__Length": 104.75372381804951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110879624674197, 40.027302598364898 ], [ -75.110011713542903, 40.027581063874301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9982, "tnode_": 9996, "lpoly_": null, "rpoly_": null, "length": 64.2552377, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741322, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30812, "Shape__Length": 25.554801301180273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111093565555706, 40.027366335741497 ], [ -75.110879624674197, 40.027302598364898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10063, "tnode_": 9982, "lpoly_": null, "rpoly_": null, "length": 617.38184436999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741323, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30813, "Shape__Length": 245.46305772895539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113237022560895, 40.026974392624602 ], [ -75.112225549877394, 40.027129518731201 ], [ -75.111927074470302, 40.027191474277402 ], [ -75.111093565555706, 40.027366335741497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10139, "tnode_": 10100, "lpoly_": null, "rpoly_": null, "length": 310.95200794, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3801, "r_t_add": 3875, "st_code": 69220, "l_hundred": 0, "r_hundred": 3800, "seg_id": 741325, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30814, "Shape__Length": 123.61813914765563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114421776390103, 40.026666697975202 ], [ -75.113328701125496, 40.0268166621454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10159, "tnode_": 10139, "lpoly_": null, "rpoly_": null, "length": 208.25198173000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 516, "r_t_add": 598, "st_code": 69220, "l_hundred": 0, "r_hundred": 500, "seg_id": 741326, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30815, "Shape__Length": 82.793349292636165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115149796594096, 40.026550204724401 ], [ -75.114421776390103, 40.026666697975202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10178, "tnode_": 10159, "lpoly_": null, "rpoly_": null, "length": 166.58114602000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 500, "r_t_add": 514, "st_code": 69220, "l_hundred": 0, "r_hundred": 500, "seg_id": 741327, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30816, "Shape__Length": 66.224031447837547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115734944067995, 40.0264680548377 ], [ -75.115149796594096, 40.026550204724401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10203, "tnode_": 10063, "lpoly_": null, "rpoly_": null, "length": 1123.06080118, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741328, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30817, "Shape__Length": 446.47726077187269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1171758449306, 40.026395263482698 ], [ -75.113237022560895, 40.026974392624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10217, "tnode_": 10178, "lpoly_": null, "rpoly_": null, "length": 234.47963673000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 412, "r_t_add": 498, "st_code": 69220, "l_hundred": 0, "r_hundred": 400, "seg_id": 741329, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30818, "Shape__Length": 93.217643845711606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116557639365794, 40.026348461550199 ], [ -75.115734944067995, 40.0264680548377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10228, "tnode_": 10217, "lpoly_": null, "rpoly_": null, "length": 167.31276104, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 410, "st_code": 69220, "l_hundred": 0, "r_hundred": 400, "seg_id": 741330, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30819, "Shape__Length": 66.516996312164451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1171426783893, 40.026255385224999 ], [ -75.116557639365794, 40.026348461550199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10250, "tnode_": 10228, "lpoly_": null, "rpoly_": null, "length": 228.51397157, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 340, "r_t_add": 398, "st_code": 69220, "l_hundred": 0, "r_hundred": 300, "seg_id": 741331, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30820, "Shape__Length": 90.846095767831741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117943986725706, 40.026137006447598 ], [ -75.1171426783893, 40.026255385224999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10268, "tnode_": 10250, "lpoly_": null, "rpoly_": null, "length": 206.58581494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 320, "r_t_add": 338, "st_code": 69220, "l_hundred": 0, "r_hundred": 300, "seg_id": 741332, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30821, "Shape__Length": 82.125711625253601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118671492268106, 40.026043197863999 ], [ -75.117943986725706, 40.026137006447598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10299, "tnode_": 10268, "lpoly_": null, "rpoly_": null, "length": 221.20324609000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 300, "r_t_add": 318, "st_code": 69220, "l_hundred": 0, "r_hundred": 300, "seg_id": 741333, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30822, "Shape__Length": 87.938816125095826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119447876651407, 40.025931501704001 ], [ -75.118671492268106, 40.026043197863999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10365, "tnode_": 10299, "lpoly_": null, "rpoly_": null, "length": 586.4226864, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 200, "r_t_add": 298, "st_code": 69220, "l_hundred": 0, "r_hundred": 200, "seg_id": 741334, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30823, "Shape__Length": 233.12944927982593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121507010197504, 40.025639107933898 ], [ -75.119447876651407, 40.025931501704001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10387, "tnode_": 10365, "lpoly_": null, "rpoly_": null, "length": 256.7872479, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 120, "r_t_add": 198, "st_code": 69220, "l_hundred": 0, "r_hundred": 100, "seg_id": 741335, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30824, "Shape__Length": 102.08572653597273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122406894729494, 40.025503866357802 ], [ -75.121507010197504, 40.025639107933898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10395, "tnode_": 10358, "lpoly_": null, "rpoly_": null, "length": 355.64451449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741336, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30825, "Shape__Length": 141.38637950604016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123528533825294, 40.025472395466601 ], [ -75.122282185315797, 40.025659588125301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10412, "tnode_": 10387, "lpoly_": null, "rpoly_": null, "length": 241.17119818, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 110, "r_t_add": 118, "st_code": 69220, "l_hundred": 0, "r_hundred": 100, "seg_id": 741337, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30826, "Shape__Length": 95.880710687060812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123248186044194, 40.025362489531702 ], [ -75.122406894729494, 40.025503866357802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10417, "tnode_": 10412, "lpoly_": null, "rpoly_": null, "length": 85.35714229, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 100, "r_t_add": 108, "st_code": 69220, "l_hundred": 0, "r_hundred": 100, "seg_id": 741338, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30827, "Shape__Length": 33.933178657220587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123547799522896, 40.025319503026601 ], [ -75.123248186044194, 40.025362489531702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10417, "tnode_": 10437, "lpoly_": null, "rpoly_": null, "length": 168.90831254, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 116, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 100, "r_hundred": 0, "seg_id": 741339, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 30828, "Shape__Length": 67.145609214038871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123547799522896, 40.025319503026601 ], [ -75.124143839646294, 40.025248648833099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10435, "tnode_": 10432, "lpoly_": null, "rpoly_": null, "length": 334.21527396, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 241, "r_f_add": 200, "r_t_add": 240, "st_code": 69860, "l_hundred": 200, "r_hundred": 200, "seg_id": 741343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30829, "Shape__Length": 132.84766553608344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121599503506005, 40.025183624882501 ], [ -75.120406788603205, 40.025152870571503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10435, "tnode_": 10365, "lpoly_": null, "rpoly_": null, "length": 167.93443996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 11020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 30830, "Shape__Length": 67.009960116890184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121599503506005, 40.025183624882501 ], [ -75.121507010197504, 40.025639107933898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10425, "tnode_": 10435, "lpoly_": null, "rpoly_": null, "length": 288.79341848000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 163, "l_t_add": 199, "r_f_add": 164, "r_t_add": 198, "st_code": 69860, "l_hundred": 100, "r_hundred": 100, "seg_id": 741345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30831, "Shape__Length": 114.79461949328429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122628220180502, 40.025238588040303 ], [ -75.121599503506005, 40.025183624882501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10436, "tnode_": 10299, "lpoly_": null, "rpoly_": null, "length": 296.50251534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 15380, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 30832, "Shape__Length": 118.3126587266722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1196060835792, 40.025126705604798 ], [ -75.119447876651407, 40.025931501704001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10432, "tnode_": 10436, "lpoly_": null, "rpoly_": null, "length": 224.4451407, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 243, "l_t_add": 299, "r_f_add": 242, "r_t_add": 298, "st_code": 69860, "l_hundred": 200, "r_hundred": 200, "seg_id": 741347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30833, "Shape__Length": 89.215194709097176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120406788603205, 40.025152870571503 ], [ -75.1196060835792, 40.025126705604798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10436, "tnode_": 10439, "lpoly_": null, "rpoly_": null, "length": 207.4056192, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 318, "st_code": 69860, "l_hundred": 300, "r_hundred": 300, "seg_id": 741348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30834, "Shape__Length": 82.441684864239932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1196060835792, 40.025126705604798 ], [ -75.118865703042204, 40.025113339539701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10454, "tnode_": 10461, "lpoly_": null, "rpoly_": null, "length": 47.713835, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 525, "l_t_add": 525, "r_f_add": 530, "r_t_add": 538, "st_code": 69860, "l_hundred": 500, "r_hundred": 500, "seg_id": 741349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30835, "Shape__Length": 18.965755511646083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114522023697504, 40.024964222687998 ], [ -75.114351723303798, 40.024960433130701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10454, "tnode_": 10311, "lpoly_": null, "rpoly_": null, "length": 288.87817847000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5029, "st_code": 69260, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741355, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 30836, "Shape__Length": 115.23176334038723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114522023697504, 40.024964222687998 ], [ -75.114483334502395, 40.025609624062298 ], [ -75.114339454068002, 40.025706319042101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10329, "tnode_": 10317, "lpoly_": null, "rpoly_": null, "length": 53.79046972, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4928, "l_t_add": 4928, "r_f_add": 4927, "r_t_add": 4927, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741359, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30837, "Shape__Length": 21.463452501852959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123454906245399, 40.025794015087101 ], [ -75.123422413933994, 40.025939548159499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10395, "tnode_": 10329, "lpoly_": null, "rpoly_": null, "length": 118.96117459, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4926, "l_t_add": 4926, "r_f_add": 4925, "r_t_add": 4925, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741360, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30838, "Shape__Length": 47.467413949082719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123528533825294, 40.025472395466601 ], [ -75.123454906245399, 40.025794015087101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10417, "tnode_": 10395, "lpoly_": null, "rpoly_": null, "length": 55.95682525, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4924, "l_t_add": 4924, "r_f_add": 4923, "r_t_add": 4923, "st_code": 35200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741361, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 30839, "Shape__Length": 22.329412245874018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123547799522896, 40.025319503026601 ], [ -75.123528533825294, 40.025472395466601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10124, "tnode_": 10102, "lpoly_": null, "rpoly_": null, "length": 293.25136005000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 333, "l_t_add": 399, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 300, "r_hundred": 0, "seg_id": 741364, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30840, "Shape__Length": 116.58558819964571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118291375311998, 40.026666463093598 ], [ -75.117265472238799, 40.026827766492502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10160, "tnode_": 10133, "lpoly_": null, "rpoly_": null, "length": 313.33361965, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741365, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30841, "Shape__Length": 124.56413773603072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118337804576598, 40.026531705225601 ], [ -75.117235719392795, 40.026680033880702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10160, "tnode_": 10124, "lpoly_": null, "rpoly_": null, "length": 50.7827997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741366, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30842, "Shape__Length": 20.260608562667056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118337804576598, 40.026531705225601 ], [ -75.118291375311998, 40.026666463093598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10206, "tnode_": 10160, "lpoly_": null, "rpoly_": null, "length": 404.80832753, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741367, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30843, "Shape__Length": 160.92972997855321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119760812709004, 40.026336521879301 ], [ -75.118337804576598, 40.026531705225601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10189, "tnode_": 10206, "lpoly_": null, "rpoly_": null, "length": 80.40628293, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741368, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30844, "Shape__Length": 31.98119677562504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120024292927596, 40.026424215470499 ], [ -75.119760812709004, 40.026336521879301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10317, "tnode_": 10264, "lpoly_": null, "rpoly_": null, "length": 449.28643611000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 149, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 100, "r_hundred": 0, "seg_id": 741369, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30845, "Shape__Length": 178.61260243689196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123422413933994, 40.025939548159499 ], [ -75.121845143577005, 40.026164960774999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10329, "tnode_": 10284, "lpoly_": null, "rpoly_": null, "length": 417.2527869, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741370, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30846, "Shape__Length": 165.8764594561076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123454906245399, 40.025794015087101 ], [ -75.121989090545, 40.025999150283603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10329, "tnode_": 10364, "lpoly_": null, "rpoly_": null, "length": 311.64371633000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 741371, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 30847, "Shape__Length": 123.89112970513776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123454906245399, 40.025794015087101 ], [ -75.124550547297503, 40.0256443682065 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10364, "tnode_": 10393, "lpoly_": null, "rpoly_": null, "length": 246.58109112999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 741372, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 30848, "Shape__Length": 98.028286750786378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124550547297503, 40.0256443682065 ], [ -75.125414660148707, 40.025514480831497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10412, "tnode_": 10425, "lpoly_": null, "rpoly_": null, "length": 181.7805557, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 149, "l_t_add": 161, "r_f_add": 150, "r_t_add": 162, "st_code": 69860, "l_hundred": 100, "r_hundred": 100, "seg_id": 741375, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 30849, "Shape__Length": 72.280111502811167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123248186044194, 40.025362489531702 ], [ -75.122738957713807, 40.025293992005103 ], [ -75.122628220180502, 40.025238588040303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10437, "tnode_": 10419, "lpoly_": null, "rpoly_": null, "length": 97.04756347, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 741376, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 30850, "Shape__Length": 38.590248112249562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124143839646294, 40.025248648833099 ], [ -75.124473164792406, 40.025331547710898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10284, "tnode_": 10264, "lpoly_": null, "rpoly_": null, "length": 72.6189263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5007, "r_t_add": 5007, "st_code": 68600, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741377, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30851, "Shape__Length": 28.944619779253287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121989090545, 40.025999150283603 ], [ -75.121845143577005, 40.026164960774999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10358, "tnode_": 10284, "lpoly_": null, "rpoly_": null, "length": 148.45325102000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5005, "r_t_add": 5005, "st_code": 68600, "l_hundred": 0, "r_hundred": 5000, "seg_id": 741378, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30852, "Shape__Length": 59.17119219238851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122282185315797, 40.025659588125301 ], [ -75.121989090545, 40.025999150283603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10387, "tnode_": 10358, "lpoly_": null, "rpoly_": null, "length": 66.61617216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5003, "r_t_add": 5003, "st_code": 68600, "l_hundred": 0, "r_hundred": 5000, "seg_id": 741379, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30853, "Shape__Length": 26.555315072093848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122406894729494, 40.025503866357802 ], [ -75.122282185315797, 40.025659588125301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10425, "tnode_": 10387, "lpoly_": null, "rpoly_": null, "length": 114.80648347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4932, "l_t_add": 4946, "r_f_add": 5001, "r_t_add": 5001, "st_code": 68600, "l_hundred": 4900, "r_hundred": 5000, "seg_id": 741380, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 30854, "Shape__Length": 45.762363209000235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122628220180502, 40.025238588040303 ], [ -75.122406894729494, 40.025503866357802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9436, "tnode_": 9421, "lpoly_": null, "rpoly_": null, "length": 246.11276897, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741382, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30855, "Shape__Length": 97.843033076603945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104030945168205, 40.029603895728499 ], [ -75.103730108744102, 40.0296485662791 ], [ -75.1033578733757, 40.029656097181302 ], [ -75.103162798371798, 40.029621862835398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9514, "tnode_": 9436, "lpoly_": null, "rpoly_": null, "length": 330.03367428999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741383, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30856, "Shape__Length": 131.25665666916942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105135007229705, 40.029289296245302 ], [ -75.104596466754003, 40.029463143732997 ], [ -75.104141489749793, 40.029577503235899 ], [ -75.104030945168205, 40.029603895728499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9603, "tnode_": 9514, "lpoly_": null, "rpoly_": null, "length": 286.15684401, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741384, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30857, "Shape__Length": 113.81835209711977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106077328586906, 40.028985479412398 ], [ -75.105135007229705, 40.029289296245302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9776, "tnode_": 9658, "lpoly_": null, "rpoly_": null, "length": 501.65342491999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4101, "r_t_add": 4199, "st_code": 69220, "l_hundred": 0, "r_hundred": 4100, "seg_id": 741385, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30858, "Shape__Length": 199.52772982007554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107665892312795, 40.028345773318101 ], [ -75.106010952662601, 40.028872861296001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9421, "tnode_": 9881, "lpoly_": null, "rpoly_": null, "length": 1408.9831803299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741386, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30859, "Shape__Length": 560.8137677586476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103162798371798, 40.029621862835398 ], [ -75.102883628731703, 40.029592814294702 ], [ -75.102426184937201, 40.029501727945501 ], [ -75.101960629314803, 40.029350044762801 ], [ -75.1015634302872, 40.029191882624801 ], [ -75.101288811033001, 40.028980165945001 ], [ -75.099066448480599, 40.027506159658003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9892, "tnode_": 9603, "lpoly_": null, "rpoly_": null, "length": 1197.51337158, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741387, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30860, "Shape__Length": 476.29418896644722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110031755846194, 40.027735275539399 ], [ -75.109286166851405, 40.027952178008597 ], [ -75.106077328586906, 40.028985479412398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9935, "tnode_": 9776, "lpoly_": null, "rpoly_": null, "length": 713.55829895000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4001, "r_t_add": 4099, "st_code": 69220, "l_hundred": 0, "r_hundred": 4000, "seg_id": 741388, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30861, "Shape__Length": 283.81475142059128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110011713542903, 40.027581063874301 ], [ -75.107665892312795, 40.028345773318101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9298, "tnode_": 9233, "lpoly_": null, "rpoly_": null, "length": 152.80793552999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5265, "r_t_add": 5299, "st_code": 82820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741389, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30862, "Shape__Length": 60.890623530091489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104246458957604, 40.030270824841701 ], [ -75.103905374573699, 40.030598255068803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9354, "tnode_": 9338, "lpoly_": null, "rpoly_": null, "length": 310.75451363000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4310, "l_t_add": 4398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4300, "r_hundred": 0, "seg_id": 741390, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30863, "Shape__Length": 123.53517131489346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104334239972999, 40.029991055600902 ], [ -75.103793085590596, 40.030048701628999 ], [ -75.103229840933807, 40.0300577749599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9360, "tnode_": 9354, "lpoly_": null, "rpoly_": null, "length": 78.99581054000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741391, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30864, "Shape__Length": 31.413695040411405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104602999703403, 40.029925179435303 ], [ -75.104334239972999, 40.029991055600902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9360, "tnode_": 9298, "lpoly_": null, "rpoly_": null, "length": 160.69503203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5234, "l_t_add": 5248, "r_f_add": 5261, "r_t_add": 5263, "st_code": 82820, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741392, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30865, "Shape__Length": 64.034319681676138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104602999703403, 40.029925179435303 ], [ -75.104246458957604, 40.030270824841701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9394, "tnode_": 9367, "lpoly_": null, "rpoly_": null, "length": 349.6194463, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741393, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30866, "Shape__Length": 138.98945283363804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104308883495094, 40.029855104910197 ], [ -75.103966218581107, 40.029907714681201 ], [ -75.103598275039502, 40.0299395082614 ], [ -75.103071456528795, 40.0299044946915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9411, "tnode_": 9360, "lpoly_": null, "rpoly_": null, "length": 206.40087842, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4300, "l_t_add": 4308, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4300, "r_hundred": 0, "seg_id": 741394, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30867, "Shape__Length": 82.092522725855332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105287432967003, 40.029714946233803 ], [ -75.104602999703403, 40.029925179435303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9436, "tnode_": 9394, "lpoly_": null, "rpoly_": null, "length": 121.557925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 741395, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30868, "Shape__Length": 48.431376414019169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104030945168205, 40.029603895728499 ], [ -75.104201313610403, 40.029718624358203 ], [ -75.104308883495094, 40.029855104910197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9506, "tnode_": 9411, "lpoly_": null, "rpoly_": null, "length": 392.06743546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4200, "l_t_add": 4298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4200, "r_hundred": 0, "seg_id": 741396, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30869, "Shape__Length": 155.93872136927055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106586179920299, 40.0293129964843 ], [ -75.105287432967003, 40.029714946233803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9338, "tnode_": 9517, "lpoly_": null, "rpoly_": null, "length": 855.29109489000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4400, "l_t_add": 4550, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4400, "r_hundred": 0, "seg_id": 741397, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30870, "Shape__Length": 340.283539930264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103229840933807, 40.0300577749599 ], [ -75.102705212497895, 40.030003494766 ], [ -75.102201445763399, 40.029891203497598 ], [ -75.101730811569197, 40.029735375630899 ], [ -75.101283313746706, 40.029523699958297 ], [ -75.100539523348502, 40.029054131534899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9570, "tnode_": 9506, "lpoly_": null, "rpoly_": null, "length": 182.32039408, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4090, "l_t_add": 4198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4000, "r_hundred": 0, "seg_id": 741398, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30871, "Shape__Length": 72.519245055008767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107184636051898, 40.029115924080003 ], [ -75.106586179920299, 40.0293129964843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9517, "tnode_": 9607, "lpoly_": null, "rpoly_": null, "length": 52.37057217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER BOULEVARD", "st_type": "DWY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1204, "l_hundred": 0, "r_hundred": 0, "seg_id": 741399, "oneway": "TF", "class": 6, "responsibl": "PRIVATE", "update_": "2009-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWER BOULEVARD DWY", "stname": "TOWER BOULEVARD DWY", "objectid": 30872, "Shape__Length": 20.893429743577588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100539523348502, 40.029054131534899 ], [ -75.100593173074301, 40.028916410988003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9647, "tnode_": 9570, "lpoly_": null, "rpoly_": null, "length": 264.67738607000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4068, "l_t_add": 4088, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4000, "r_hundred": 0, "seg_id": 741400, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30873, "Shape__Length": 105.27430276199814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108056696385205, 40.028835781631301 ], [ -75.107184636051898, 40.029115924080003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9651, "tnode_": 9570, "lpoly_": null, "rpoly_": null, "length": 63.50813557, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741401, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30874, "Shape__Length": 25.335482962745633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107254796622698, 40.028950139634802 ], [ -75.107184636051898, 40.029115924080003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9795, "tnode_": 9647, "lpoly_": null, "rpoly_": null, "length": 603.7742042399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4000, "l_t_add": 4066, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4000, "r_hundred": 0, "seg_id": 741402, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30875, "Shape__Length": 240.14744479333118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110045443927206, 40.028195704978401 ], [ -75.108056696385205, 40.028835781631301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9517, "tnode_": 9817, "lpoly_": null, "rpoly_": null, "length": 673.80320241999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4552, "l_t_add": 4698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4500, "r_hundred": 0, "seg_id": 741403, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30876, "Shape__Length": 268.28266979700481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100539523348502, 40.029054131534899 ], [ -75.098699561460606, 40.027862264509601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9993, "tnode_": 9837, "lpoly_": null, "rpoly_": null, "length": 1047.38772849, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741405, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30877, "Shape__Length": 416.4876594674152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113609599985494, 40.0272316171136 ], [ -75.112393514849103, 40.027413914918803 ], [ -75.111900982803704, 40.0275084645032 ], [ -75.111379904997804, 40.027628822088403 ], [ -75.110041773146406, 40.028056792535303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9970, "tnode_": 9993, "lpoly_": null, "rpoly_": null, "length": 61.47571608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741406, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30878, "Shape__Length": 24.469079873318567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113788649489095, 40.027329252454798 ], [ -75.113609599985494, 40.0272316171136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10009, "tnode_": 9970, "lpoly_": null, "rpoly_": null, "length": 251.21398839, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 500, "r_hundred": 0, "seg_id": 741407, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30879, "Shape__Length": 99.871263606867331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114670534380494, 40.027203026336103 ], [ -75.113788649489095, 40.027329252454798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10102, "tnode_": 10047, "lpoly_": null, "rpoly_": null, "length": 479.20987312, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 423, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 400, "r_hundred": 0, "seg_id": 741409, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30880, "Shape__Length": 190.51282997864854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117265472238799, 40.026827766492502 ], [ -75.115585118579801, 40.027076274995501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10133, "tnode_": 9993, "lpoly_": null, "rpoly_": null, "length": 1035.17932701, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741410, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30881, "Shape__Length": 411.545167020777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117235719392795, 40.026680033880702 ], [ -75.113609599985494, 40.0272316171136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9603, "tnode_": 9509, "lpoly_": null, "rpoly_": null, "length": 117.16992952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 741411, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30882, "Shape__Length": 46.752543700076693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106077328586906, 40.028985479412398 ], [ -75.106149187872006, 40.029222476869897 ], [ -75.106134820201206, 40.029299988923803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9658, "tnode_": 9603, "lpoly_": null, "rpoly_": null, "length": 45.03944579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 741412, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 30883, "Shape__Length": 17.962417223450597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106010952662601, 40.028872861296001 ], [ -75.106077328586906, 40.028985479412398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9707, "tnode_": 9681, "lpoly_": null, "rpoly_": null, "length": 46.66230231, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5115, "r_t_add": 5115, "st_code": 69220, "l_hundred": 0, "r_hundred": 5100, "seg_id": 741413, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30884, "Shape__Length": 18.573195478368575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090408397832505, 40.028314208884801 ], [ -75.090272466328102, 40.028388291329797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9895, "tnode_": 9774, "lpoly_": null, "rpoly_": null, "length": 381.90465861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5001, "r_t_add": 5099, "st_code": 69220, "l_hundred": 0, "r_hundred": 5000, "seg_id": 741414, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30885, "Shape__Length": 152.00664417537885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092124257791994, 40.027378361025697 ], [ -75.091007580198905, 40.027980141319802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9991, "tnode_": 9895, "lpoly_": null, "rpoly_": null, "length": 268.44055168, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4901, "r_t_add": 4999, "st_code": 69220, "l_hundred": 0, "r_hundred": 4900, "seg_id": 741415, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30886, "Shape__Length": 106.85276854459418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092897698292802, 40.0269430669426 ], [ -75.092124257791994, 40.027378361025697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9881, "tnode_": 10057, "lpoly_": null, "rpoly_": null, "length": 533.39435859000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741416, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30887, "Shape__Length": 212.36075631181848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099066448480599, 40.027506159658003 ], [ -75.097592112801195, 40.026579158867698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10108, "tnode_": 9991, "lpoly_": null, "rpoly_": null, "length": 387.99698523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4823, "r_t_add": 4899, "st_code": 69220, "l_hundred": 0, "r_hundred": 4800, "seg_id": 741417, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30888, "Shape__Length": 154.42862706288835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094032917279307, 40.0263325045904 ], [ -75.092897698292802, 40.0269430669426 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10134, "tnode_": 10108, "lpoly_": null, "rpoly_": null, "length": 142.85771003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4811, "r_t_add": 4821, "st_code": 69220, "l_hundred": 0, "r_hundred": 4800, "seg_id": 741418, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30889, "Shape__Length": 56.818981034082391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094503330059595, 40.026180828420799 ], [ -75.094032917279307, 40.0263325045904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10057, "tnode_": 10137, "lpoly_": null, "rpoly_": null, "length": 239.8623557, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741419, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30890, "Shape__Length": 95.423997775346365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097592112801195, 40.026579158867698 ], [ -75.097255759557299, 40.026419215796899 ], [ -75.0968317014636, 40.026280211913203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10137, "tnode_": 9602, "lpoly_": null, "rpoly_": null, "length": 2069.6987854199997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741420, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30891, "Shape__Length": 823.47119420269269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0968317014636, 40.026280211913203 ], [ -75.096479500751599, 40.026194855625398 ], [ -75.096053712658403, 40.0261430298901 ], [ -75.095585223412698, 40.026135701599202 ], [ -75.095270379002599, 40.026156414366604 ], [ -75.094954440392897, 40.0262050925338 ], [ -75.094393674691105, 40.026346076291397 ], [ -75.094069904593695, 40.026478543849599 ], [ -75.093773361590095, 40.026637828886201 ], [ -75.090393563258104, 40.028508700938801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10162, "tnode_": 10134, "lpoly_": null, "rpoly_": null, "length": 127.23116032, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4801, "r_t_add": 4809, "st_code": 69220, "l_hundred": 0, "r_hundred": 4800, "seg_id": 741421, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30892, "Shape__Length": 50.590717656220761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094937991179194, 40.026079218763002 ], [ -75.094503330059595, 40.026180828420799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10103, "tnode_": 10166, "lpoly_": null, "rpoly_": null, "length": 243.85736875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4701, "r_t_add": 4727, "st_code": 69220, "l_hundred": 0, "r_hundred": 4700, "seg_id": 741422, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30893, "Shape__Length": 96.995148946538166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097607110946697, 40.026382850943598 ], [ -75.097022897277398, 40.026180153206198 ], [ -75.096810878010004, 40.026112009547397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10166, "tnode_": 10162, "lpoly_": null, "rpoly_": null, "length": 531.25192502999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4729, "r_t_add": 4799, "st_code": 69220, "l_hundred": 0, "r_hundred": 4700, "seg_id": 741423, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30894, "Shape__Length": 211.19074935840447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096810878010004, 40.026112009547397 ], [ -75.096232106162304, 40.026003698753797 ], [ -75.095412397791605, 40.026016243577303 ], [ -75.094937991179194, 40.026079218763002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9497, "tnode_": 9473, "lpoly_": null, "rpoly_": null, "length": 160.841195, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741425, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30895, "Shape__Length": 64.017120756780557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090348203676996, 40.028901828650298 ], [ -75.089874361968, 40.029151347178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9524, "tnode_": 9497, "lpoly_": null, "rpoly_": null, "length": 66.68990742, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741426, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30896, "Shape__Length": 26.5128119406981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090583140056907, 40.028931772112401 ], [ -75.090348203676996, 40.028901828650298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9524, "tnode_": 9450, "lpoly_": null, "rpoly_": null, "length": 185.24089474000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5118, "l_t_add": 5198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5100, "r_hundred": 0, "seg_id": 741427, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30897, "Shape__Length": 73.737078835144516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090583140056907, 40.028931772112401 ], [ -75.090049198231, 40.029231938052902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9654, "tnode_": 9524, "lpoly_": null, "rpoly_": null, "length": 284.06187796, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5116, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5100, "r_hundred": 0, "seg_id": 741428, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30898, "Shape__Length": 113.06773275376071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091409553443896, 40.028479608714001 ], [ -75.090583140056907, 40.028931772112401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9754, "tnode_": 9654, "lpoly_": null, "rpoly_": null, "length": 260.97726167999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5000, "r_hundred": 0, "seg_id": 741429, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30899, "Shape__Length": 103.88184629906767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092164104478101, 40.028059162566798 ], [ -75.091409553443896, 40.028479608714001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9607, "tnode_": 9846, "lpoly_": null, "rpoly_": null, "length": 655.8002218, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741430, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30900, "Shape__Length": 261.11990294381758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100593173074301, 40.028916410988003 ], [ -75.098811034711105, 40.027748534360597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9817, "tnode_": 9989, "lpoly_": null, "rpoly_": null, "length": 507.29305974, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4700, "r_hundred": 0, "seg_id": 741431, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30901, "Shape__Length": 201.98617370815813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098699561460606, 40.027862264509601 ], [ -75.097321137665503, 40.026958740813399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10011, "tnode_": 9828, "lpoly_": null, "rpoly_": null, "length": 569.116569, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4854, "l_t_add": 4898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4800, "r_hundred": 0, "seg_id": 741432, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30902, "Shape__Length": 226.51876639172337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094565649366004, 40.026768313570997 ], [ -75.0941454472391, 40.026962510624003 ], [ -75.093510400407098, 40.027313466133698 ], [ -75.092901004747105, 40.027662350121602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9846, "tnode_": 10013, "lpoly_": null, "rpoly_": null, "length": 496.8585551, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741433, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30903, "Shape__Length": 197.83302923190374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098811034711105, 40.027748534360597 ], [ -75.097463676445997, 40.026861157037999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9989, "tnode_": 10050, "lpoly_": null, "rpoly_": null, "length": 189.40777159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4808, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4800, "r_hundred": 0, "seg_id": 741434, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30904, "Shape__Length": 75.358717677463304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097321137665503, 40.026958740813399 ], [ -75.096728597617201, 40.026708061179001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10050, "tnode_": 10011, "lpoly_": null, "rpoly_": null, "length": 622.58748476999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4810, "l_t_add": 4852, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4800, "r_hundred": 0, "seg_id": 741435, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30905, "Shape__Length": 247.5291856028758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096728597617201, 40.026708061179001 ], [ -75.0964079879476, 40.026627063974402 ], [ -75.096041309717094, 40.026576604099297 ], [ -75.095741334571699, 40.026566172468101 ], [ -75.095499789606393, 40.026574584275203 ], [ -75.095239371954705, 40.026600054687997 ], [ -75.0949086964402, 40.026676382753401 ], [ -75.094565649366004, 40.026768313570997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10013, "tnode_": 10078, "lpoly_": null, "rpoly_": null, "length": 229.66799155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741436, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30906, "Shape__Length": 91.369675659650895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097463676445997, 40.026861157037999 ], [ -75.096736154109294, 40.026570170245897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9846, "tnode_": 9817, "lpoly_": null, "rpoly_": null, "length": 51.87464101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 48940, "l_hundred": 0, "r_hundred": 0, "seg_id": 741437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30907, "Shape__Length": 20.672440485147117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098811034711105, 40.027748534360597 ], [ -75.098699561460606, 40.027862264509601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9881, "tnode_": 9846, "lpoly_": null, "rpoly_": null, "length": 113.63034314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 48940, "l_hundred": 0, "r_hundred": 0, "seg_id": 741438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 30908, "Shape__Length": 45.276359000471444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099066448480599, 40.027506159658003 ], [ -75.098811034711105, 40.027748534360597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10013, "tnode_": 9989, "lpoly_": null, "rpoly_": null, "length": 53.45188628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 75420, "l_hundred": 0, "r_hundred": 0, "seg_id": 741439, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 30909, "Shape__Length": 21.284287823240764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097463676445997, 40.026861157037999 ], [ -75.097321137665503, 40.026958740813399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10050, "tnode_": 10078, "lpoly_": null, "rpoly_": null, "length": 50.2758651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11280, "l_hundred": 0, "r_hundred": 0, "seg_id": 741440, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30910, "Shape__Length": 20.063398911722182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096728597617201, 40.026708061179001 ], [ -75.096736154109294, 40.026570170245897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9151, "tnode_": 9195, "lpoly_": null, "rpoly_": null, "length": 240.18026386000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1016, "st_code": 70900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 30911, "Shape__Length": 95.597293136520477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085750412980303, 40.030689939871102 ], [ -75.085042823114094, 40.030317337802302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9392, "tnode_": 9151, "lpoly_": null, "rpoly_": null, "length": 570.80738491000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5338, "r_f_add": 5301, "r_t_add": 5339, "st_code": 21880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30912, "Shape__Length": 227.46618191814611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087000408947404, 40.029452228510699 ], [ -75.085750412980303, 40.030689939871102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9691, "tnode_": 9512, "lpoly_": null, "rpoly_": null, "length": 286.07196197000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5252, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 70020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30913, "Shape__Length": 114.01644829071316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086509287496, 40.0282215381133 ], [ -75.085920324289503, 40.0288631782349 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9701, "tnode_": 9534, "lpoly_": null, "rpoly_": null, "length": 281.92330700999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5230, "r_f_add": 5201, "r_t_add": 5225, "st_code": 21880, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741444, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30914, "Shape__Length": 112.34786977974605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088211866861101, 40.028211434402898 ], [ -75.087602463523098, 40.028827444847501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9774, "tnode_": 9812, "lpoly_": null, "rpoly_": null, "length": 94.46999764, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 973, "l_t_add": 989, "r_f_add": 972, "r_t_add": 972, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741445, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30915, "Shape__Length": 37.667107257041458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091007580198905, 40.027980141319802 ], [ -75.090846902869401, 40.027752116960997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9821, "tnode_": 9691, "lpoly_": null, "rpoly_": null, "length": 283.38737527999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5250, "r_f_add": 5201, "r_t_add": 5249, "st_code": 70020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741446, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30916, "Shape__Length": 112.93767334829032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087107830012499, 40.0275942780397 ], [ -75.086509287496, 40.0282215381133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9844, "tnode_": 9701, "lpoly_": null, "rpoly_": null, "length": 286.95696049000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5132, "l_t_add": 5198, "r_f_add": 5197, "r_t_add": 5199, "st_code": 21880, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741447, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30917, "Shape__Length": 114.35754444982712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088823090964794, 40.027579192232302 ], [ -75.088211866861101, 40.028211434402898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9957, "tnode_": 9821, "lpoly_": null, "rpoly_": null, "length": 287.40625895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5124, "l_t_add": 5198, "r_f_add": 5125, "r_t_add": 5199, "st_code": 70020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30918, "Shape__Length": 114.53896914306773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087713467346106, 40.026957341137603 ], [ -75.087107830012499, 40.0275942780397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9960, "tnode_": 9844, "lpoly_": null, "rpoly_": null, "length": 286.93907346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5130, "r_f_add": 5101, "r_t_add": 5195, "st_code": 21880, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30919, "Shape__Length": 114.34987215642488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089433286767701, 40.026946427661699 ], [ -75.088823090964794, 40.027579192232302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10077, "tnode_": 9960, "lpoly_": null, "rpoly_": null, "length": 267.5769125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5012, "l_t_add": 5098, "r_f_add": 5017, "r_t_add": 5099, "st_code": 21880, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741450, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30920, "Shape__Length": 106.62993207528763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090007722819493, 40.026359473057298 ], [ -75.089433286767701, 40.026946427661699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10084, "tnode_": 9957, "lpoly_": null, "rpoly_": null, "length": 287.06152074000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5122, "r_f_add": 5101, "r_t_add": 5123, "st_code": 70020, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30921, "Shape__Length": 114.40686635638521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088305993954194, 40.026314319960697 ], [ -75.087713467346106, 40.026957341137603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10196, "tnode_": 10084, "lpoly_": null, "rpoly_": null, "length": 266.37896332999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5020, "l_t_add": 5098, "r_f_add": 5021, "r_t_add": 5099, "st_code": 70020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30922, "Shape__Length": 106.15859303066945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088864390498401, 40.025722348037398 ], [ -75.088305993954194, 40.026314319960697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10077, "tnode_": 10196, "lpoly_": null, "rpoly_": null, "length": 395.46344058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 41260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 30923, "Shape__Length": 157.40884859919129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090007722819493, 40.026359473057298 ], [ -75.088864390498401, 40.025722348037398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10201, "tnode_": 10077, "lpoly_": null, "rpoly_": null, "length": 264.50460742999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5010, "r_f_add": 5001, "r_t_add": 5015, "st_code": 21880, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30924, "Shape__Length": 105.39932677411556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090585660921704, 40.025785183473999 ], [ -75.090007722819493, 40.026359473057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9895, "tnode_": 10201, "lpoly_": null, "rpoly_": null, "length": 725.9749219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 951, "l_t_add": 999, "r_f_add": 950, "r_t_add": 998, "st_code": 80960, "l_hundred": 900, "r_hundred": 900, "seg_id": 741456, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 30925, "Shape__Length": 289.30834506614144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092124257791994, 40.027378361025697 ], [ -75.090678140080996, 40.0258214986887 ], [ -75.090585660921704, 40.025785183473999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10220, "tnode_": 10134, "lpoly_": null, "rpoly_": null, "length": 158.56924668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4728, "l_t_add": 4798, "r_f_add": 4741, "r_t_add": 4799, "st_code": 67300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741457, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 30926, "Shape__Length": 63.253770331144111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094685306709295, 40.025768630978099 ], [ -75.094503330059595, 40.026180828420799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10162, "tnode_": 10220, "lpoly_": null, "rpoly_": null, "length": 133.44950983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 914, "st_code": 34760, "l_hundred": 900, "r_hundred": 900, "seg_id": 741458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30927, "Shape__Length": 53.196141149088788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094937991179194, 40.026079218763002 ], [ -75.094685306709295, 40.025768630978099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10302, "tnode_": 10201, "lpoly_": null, "rpoly_": null, "length": 271.65650587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4923, "r_t_add": 4999, "st_code": 21880, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741459, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30928, "Shape__Length": 108.25513419729869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091166330360707, 40.025187830238899 ], [ -75.090585660921704, 40.025785183473999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10318, "tnode_": 10196, "lpoly_": null, "rpoly_": null, "length": 283.51061681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5018, "r_f_add": 5001, "r_t_add": 5019, "st_code": 70020, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741460, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30929, "Shape__Length": 112.98783874473081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089453101918096, 40.0250892092794 ], [ -75.088864390498401, 40.025722348037398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9991, "tnode_": 10302, "lpoly_": null, "rpoly_": null, "length": 809.16395983000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 951, "l_t_add": 999, "r_f_add": 950, "r_t_add": 998, "st_code": 12120, "l_hundred": 900, "r_hundred": 900, "seg_id": 741462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 30930, "Shape__Length": 322.44716907587173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092897698292802, 40.0269430669426 ], [ -75.091263428964695, 40.025204940940903 ], [ -75.091166330360707, 40.025187830238899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10353, "tnode_": 10220, "lpoly_": null, "rpoly_": null, "length": 289.62101764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4716, "l_t_add": 4726, "r_f_add": 4723, "r_t_add": 4739, "st_code": 67300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741463, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 30931, "Shape__Length": 115.50215938372797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095100004236599, 40.025042147260997 ], [ -75.094750095055304, 40.025695480060499 ], [ -75.094685306709295, 40.025768630978099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10405, "tnode_": 10302, "lpoly_": null, "rpoly_": null, "length": 239.02938618000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4901, "r_t_add": 4921, "st_code": 21880, "l_hundred": 4800, "r_hundred": 4900, "seg_id": 741464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30932, "Shape__Length": 95.258255946775449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091666077807005, 40.024655908446199 ], [ -75.091166330360707, 40.025187830238899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10426, "tnode_": 10318, "lpoly_": null, "rpoly_": null, "length": 263.82942234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4922, "l_t_add": 4998, "r_f_add": 4923, "r_t_add": 4999, "st_code": 70020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30933, "Shape__Length": 105.15863373484358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089970110872997, 40.0244837806475 ], [ -75.089453101918096, 40.0250892092794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10108, "tnode_": 10512, "lpoly_": null, "rpoly_": null, "length": 943.8500138000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 34020, "l_hundred": 900, "r_hundred": 900, "seg_id": 741466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 30934, "Shape__Length": 376.1920159903292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094032917279307, 40.0263325045904 ], [ -75.092151057278699, 40.024183063466701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10532, "tnode_": 10353, "lpoly_": null, "rpoly_": null, "length": 351.55076434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMONA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4714, "r_f_add": 4701, "r_t_add": 4721, "st_code": 67300, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741467, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMONA AVE", "stname": "RAMONA AVE", "objectid": 30935, "Shape__Length": 140.22162471182153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095538205457601, 40.024137809612498 ], [ -75.095100004236599, 40.025042147260997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10555, "tnode_": 10426, "lpoly_": null, "rpoly_": null, "length": 257.58401492000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4920, "r_f_add": 4901, "r_t_add": 4921, "st_code": 70020, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30936, "Shape__Length": 102.66662548050854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090478551992305, 40.023894548521099 ], [ -75.089970110872997, 40.0244837806475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10614, "tnode_": 10512, "lpoly_": null, "rpoly_": null, "length": 265.71601943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4808, "r_f_add": 4801, "r_t_add": 4809, "st_code": 21880, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741469, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30937, "Shape__Length": 105.87848336809395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092731968002099, 40.023606348524197 ], [ -75.092151057278699, 40.024183063466701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10220, "tnode_": 10614, "lpoly_": null, "rpoly_": null, "length": 960.06148622000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 917, "l_t_add": 961, "r_f_add": 916, "r_t_add": 962, "st_code": 34760, "l_hundred": 900, "r_hundred": 900, "seg_id": 741470, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30938, "Shape__Length": 382.62884908047153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094685306709295, 40.025768630978099 ], [ -75.094593917233595, 40.025698722105098 ], [ -75.094523139476706, 40.025635127586703 ], [ -75.0928031422131, 40.023668222523703 ], [ -75.092731968002099, 40.023606348524197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10653, "tnode_": 10555, "lpoly_": null, "rpoly_": null, "length": 243.68840307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4831, "r_t_add": 4899, "st_code": 70020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741471, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30939, "Shape__Length": 97.125681771233772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090963008101795, 40.023338870383697 ], [ -75.090478551992305, 40.023894548521099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10532, "tnode_": 10656, "lpoly_": null, "rpoly_": null, "length": 355.44141859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 929, "r_f_add": 900, "r_t_add": 928, "st_code": 11280, "l_hundred": 900, "r_hundred": 900, "seg_id": 741472, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30940, "Shape__Length": 141.72398189844392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095538205457601, 40.024137809612498 ], [ -75.094960329852398, 40.0232690930454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10717, "tnode_": 10614, "lpoly_": null, "rpoly_": null, "length": 278.80498717999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4740, "l_t_add": 4798, "r_f_add": 4741, "r_t_add": 4799, "st_code": 21880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741473, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30941, "Shape__Length": 111.10693333606153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093315041410904, 40.022986012196 ], [ -75.092731968002099, 40.023606348524197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10732, "tnode_": 10653, "lpoly_": null, "rpoly_": null, "length": 218.92287055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4828, "r_f_add": 4801, "r_t_add": 4829, "st_code": 70020, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 30942, "Shape__Length": 87.232871508307085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091440076618198, 40.022862803399498 ], [ -75.090963008101795, 40.023338870383697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10653, "tnode_": 10754, "lpoly_": null, "rpoly_": null, "length": 364.29486136000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 34020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 30943, "Shape__Length": 145.00460064351188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090963008101795, 40.023338870383697 ], [ -75.089921648785904, 40.022739629526001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10798, "tnode_": 10717, "lpoly_": null, "rpoly_": null, "length": 213.4224171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4738, "r_f_add": 4701, "r_t_add": 4739, "st_code": 21880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741476, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30944, "Shape__Length": 85.044896334349687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093772243561901, 40.022517302733597 ], [ -75.093315041410904, 40.022986012196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10886, "tnode_": 10696, "lpoly_": null, "rpoly_": null, "length": 506.93194977999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 60220, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741477, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHWOOD ST", "stname": "NORTHWOOD ST", "objectid": 30945, "Shape__Length": 201.99855297238511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092926378106796, 40.021969219196102 ], [ -75.091833227163505, 40.023078358338097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10906, "tnode_": 10798, "lpoly_": null, "rpoly_": null, "length": 243.6923388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4680, "l_t_add": 4698, "r_f_add": 4693, "r_t_add": 4699, "st_code": 21880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 741478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 30946, "Shape__Length": 97.167054212155008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094154552682596, 40.021919838686799 ], [ -75.094039342538295, 40.0220614207878 ], [ -75.0939438425834, 40.022278163541699 ], [ -75.093772243561901, 40.022517302733597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10656, "tnode_": 10906, "lpoly_": null, "rpoly_": null, "length": 540.95317175999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 931, "l_t_add": 999, "r_f_add": 930, "r_t_add": 998, "st_code": 11280, "l_hundred": 900, "r_hundred": 900, "seg_id": 741479, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 30947, "Shape__Length": 215.71693165192659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094960329852398, 40.0232690930454 ], [ -75.094808908033997, 40.0230158447919 ], [ -75.094282691766296, 40.0221096220519 ], [ -75.094154552682596, 40.021919838686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10754, "tnode_": 10905, "lpoly_": null, "rpoly_": null, "length": 595.08244410999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 34020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741480, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 30948, "Shape__Length": 236.85862010055109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089921648785904, 40.022739629526001 ], [ -75.088211577791796, 40.021770082993598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10905, "tnode_": 11017, "lpoly_": null, "rpoly_": null, "length": 485.09599705999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 34020, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 30949, "Shape__Length": 193.08116157665157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088211577791796, 40.021770082993598 ], [ -75.086821220901797, 40.020975961626803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10656, "tnode_": 10798, "lpoly_": null, "rpoly_": null, "length": 430.95140381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 13380, "l_hundred": 900, "r_hundred": 900, "seg_id": 741483, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 30950, "Shape__Length": 171.56665511667597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094960329852398, 40.0232690930454 ], [ -75.093772243561901, 40.022517302733597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10798, "tnode_": 10886, "lpoly_": null, "rpoly_": null, "length": 309.81415471999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1003, "r_f_add": 1000, "r_t_add": 1008, "st_code": 13380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741484, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 30951, "Shape__Length": 123.34494195006307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093772243561901, 40.022517302733597 ], [ -75.092926378106796, 40.021969219196102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11019, "tnode_": 11190, "lpoly_": null, "rpoly_": null, "length": 650.29302076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARROTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 13380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741485, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARROTT ST", "stname": "ARROTT ST", "objectid": 30952, "Shape__Length": 258.89231655037713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091495596785407, 40.021036248294799 ], [ -75.089721382634593, 40.019884746508602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9534, "tnode_": 9691, "lpoly_": null, "rpoly_": null, "length": 377.4084089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1051, "r_f_add": 1000, "r_t_add": 1048, "st_code": 38060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741486, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 30953, "Shape__Length": 150.22634020669264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087602463523098, 40.028827444847501 ], [ -75.086509287496, 40.0282215381133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9691, "tnode_": 9800, "lpoly_": null, "rpoly_": null, "length": 375.71292861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1053, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 38060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741487, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 30954, "Shape__Length": 149.55426437175277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086509287496, 40.0282215381133 ], [ -75.086449213401394, 40.028183592417399 ], [ -75.085426909466506, 40.027612302937101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9681, "tnode_": 9844, "lpoly_": null, "rpoly_": null, "length": 501.6687789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 47480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741488, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENWYN ST", "stname": "KENWYN ST", "objectid": 30955, "Shape__Length": 199.68881856643495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090272466328102, 40.028388291329797 ], [ -75.089891390024704, 40.0281680178337 ], [ -75.089284589789699, 40.027826086036001 ], [ -75.088823090964794, 40.027579192232302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9844, "tnode_": 9957, "lpoly_": null, "rpoly_": null, "length": 384.55140053999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 47480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741489, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENWYN ST", "stname": "KENWYN ST", "objectid": 30956, "Shape__Length": 153.06977192884841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088823090964794, 40.027579192232302 ], [ -75.087713467346106, 40.026957341137603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9812, "tnode_": 9960, "lpoly_": null, "rpoly_": null, "length": 493.50972589000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 29780, "l_hundred": 900, "r_hundred": 900, "seg_id": 741490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 30957, "Shape__Length": 196.44704016423702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090846902869401, 40.027752116960997 ], [ -75.090721044849204, 40.027653622495997 ], [ -75.089844525810804, 40.027178305024002 ], [ -75.089433286767701, 40.026946427661699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9960, "tnode_": 10084, "lpoly_": null, "rpoly_": null, "length": 390.75331981000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1023, "r_f_add": 1000, "r_t_add": 1022, "st_code": 29780, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741491, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 30958, "Shape__Length": 155.53712730089313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089433286767701, 40.026946427661699 ], [ -75.088305993954194, 40.026314319960697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10205, "tnode_": 10374, "lpoly_": null, "rpoly_": null, "length": 617.51108365999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 29780, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741493, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 30959, "Shape__Length": 245.78533541533383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087226054371996, 40.025704464072703 ], [ -75.086715066074007, 40.025417066307 ], [ -75.086146876815306, 40.025101507280702 ], [ -75.085435825598594, 40.024714940947398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10308, "tnode_": 10493, "lpoly_": null, "rpoly_": null, "length": 607.38476688999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 41260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741494, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 30960, "Shape__Length": 241.73528165359031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087780246219793, 40.025084538828899 ], [ -75.087732066447998, 40.025050543924401 ], [ -75.085995510858396, 40.024138108544797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10405, "tnode_": 10555, "lpoly_": null, "rpoly_": null, "length": 433.04935245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 40880, "l_hundred": 900, "r_hundred": 900, "seg_id": 741495, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 30961, "Shape__Length": 172.40968724678663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091666077807005, 40.024655908446199 ], [ -75.090478551992305, 40.023894548521099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10555, "tnode_": 10663, "lpoly_": null, "rpoly_": null, "length": 369.83409131000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 40880, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741496, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 30962, "Shape__Length": 147.23140311108108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090478551992305, 40.023894548521099 ], [ -75.089451283128, 40.023256605036003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10663, "tnode_": 10816, "lpoly_": null, "rpoly_": null, "length": 582.7819404899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 40880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741497, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 30963, "Shape__Length": 231.96893991240964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089451283128, 40.023256605036003 ], [ -75.087782856633197, 40.022300555988998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10816, "tnode_": 10935, "lpoly_": null, "rpoly_": null, "length": 500.83771574999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 40880, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741498, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 30964, "Shape__Length": 199.35183702738638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087782856633197, 40.022300555988998 ], [ -75.086352392828104, 40.021475492889898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10859, "tnode_": 10926, "lpoly_": null, "rpoly_": null, "length": 259.64539318000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 42020, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741499, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 30965, "Shape__Length": 103.37554015453811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091594626620093, 40.022148009499098 ], [ -75.090892550075395, 40.021682534013799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10926, "tnode_": 11077, "lpoly_": null, "rpoly_": null, "length": 631.67634922999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 42020, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741500, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 30966, "Shape__Length": 251.4847331034191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090892550075395, 40.021682534013799 ], [ -75.089171456126905, 40.020561865708402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9812, "tnode_": 10077, "lpoly_": null, "rpoly_": null, "length": 564.67351683000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 991, "l_t_add": 999, "r_f_add": 974, "r_t_add": 998, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741501, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 30967, "Shape__Length": 225.18122810607866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090846902869401, 40.027752116960997 ], [ -75.090114543943301, 40.026414590362599 ], [ -75.090007722819493, 40.026359473057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10201, "tnode_": 10318, "lpoly_": null, "rpoly_": null, "length": 406.74142237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1059, "r_f_add": 1000, "r_t_add": 1048, "st_code": 80960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741502, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 30968, "Shape__Length": 161.92615361398964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090585660921704, 40.025785183473999 ], [ -75.090476067284598, 40.0257409265486 ], [ -75.089453101918096, 40.0250892092794 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10318, "tnode_": 10418, "lpoly_": null, "rpoly_": null, "length": 382.03898273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1063, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 80960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741503, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 30969, "Shape__Length": 152.05690970299534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089453101918096, 40.0250892092794 ], [ -75.088340617463501, 40.024482270519002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10418, "tnode_": 10602, "lpoly_": null, "rpoly_": null, "length": 601.4041495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 80960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741504, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 30970, "Shape__Length": 239.35171847640828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088340617463501, 40.024482270519002 ], [ -75.087053423761802, 40.023816001365503 ], [ -75.086571563865206, 40.023546793338703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10614, "tnode_": 10696, "lpoly_": null, "rpoly_": null, "length": 316.7793731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 963, "l_t_add": 999, "r_f_add": 964, "r_t_add": 998, "st_code": 34760, "l_hundred": 900, "r_hundred": 900, "seg_id": 741505, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30971, "Shape__Length": 126.09678148903875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092731968002099, 40.023606348524197 ], [ -75.091833227163505, 40.023078358338097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10353, "tnode_": 10717, "lpoly_": null, "rpoly_": null, "length": 900.51200276999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 42020, "l_hundred": 900, "r_hundred": 900, "seg_id": 741506, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERBERT ST", "stname": "HERBERT ST", "objectid": 30972, "Shape__Length": 358.91728546378579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095100004236599, 40.025042147260997 ], [ -75.093315041410904, 40.022986012196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10732, "tnode_": 10828, "lpoly_": null, "rpoly_": null, "length": 374.14208263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1011, "l_t_add": 1099, "r_f_add": 1012, "r_t_add": 1098, "st_code": 34760, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741507, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30973, "Shape__Length": 148.92610535348408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091440076618198, 40.022862803399498 ], [ -75.090374787027599, 40.022243062679699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10828, "tnode_": 10983, "lpoly_": null, "rpoly_": null, "length": 609.41427852000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 34760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741508, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30974, "Shape__Length": 242.56020916737049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090374787027599, 40.022243062679699 ], [ -75.0886220576661, 40.021251717394001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10983, "tnode_": 11089, "lpoly_": null, "rpoly_": null, "length": 465.19088944000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 34760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741509, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 30975, "Shape__Length": 185.15424089245431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0886220576661, 40.021251717394001 ], [ -75.087284810769901, 40.020494287338998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8718, "tnode_": 8841, "lpoly_": null, "rpoly_": null, "length": 445.33689087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 951, "l_t_add": 999, "r_f_add": 950, "r_t_add": 998, "st_code": 21740, "l_hundred": 900, "r_hundred": 900, "seg_id": 741510, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARVER ST", "stname": "CARVER ST", "objectid": 30976, "Shape__Length": 177.28490413606835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088820181283495, 40.033044793342903 ], [ -75.087542839679003, 40.032316513039703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10081, "tnode_": 9929, "lpoly_": null, "rpoly_": null, "length": 289.36581636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5150, "l_t_add": 5198, "r_f_add": 5151, "r_t_add": 5199, "st_code": 49200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30977, "Shape__Length": 115.32212338589198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086608922094399, 40.026345228708998 ], [ -75.086005450430605, 40.026990014946698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10205, "tnode_": 10081, "lpoly_": null, "rpoly_": null, "length": 290.43897532, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5148, "r_f_add": 5101, "r_t_add": 5149, "st_code": 49200, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30978, "Shape__Length": 115.74279909530657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087226054371996, 40.025704464072703 ], [ -75.086608922094399, 40.026345228708998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10308, "tnode_": 10205, "lpoly_": null, "rpoly_": null, "length": 274.01966565000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5050, "l_t_add": 5098, "r_f_add": 5051, "r_t_add": 5099, "st_code": 49200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741513, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30979, "Shape__Length": 109.21285504559783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087780246219793, 40.025084538828899 ], [ -75.087226054371996, 40.025704464072703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10418, "tnode_": 10308, "lpoly_": null, "rpoly_": null, "length": 269.74740696000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5048, "r_f_add": 5001, "r_t_add": 5049, "st_code": 49200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741514, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30980, "Shape__Length": 107.5016642844917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088340617463501, 40.024482270519002 ], [ -75.087780246219793, 40.025084538828899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10302, "tnode_": 10426, "lpoly_": null, "rpoly_": null, "length": 425.59245111000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1000, "r_t_add": 1048, "st_code": 12120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741515, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 30981, "Shape__Length": 169.42038161510371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091166330360707, 40.025187830238899 ], [ -75.091061997921898, 40.025174313786998 ], [ -75.089970110872997, 40.0244837806475 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10550, "tnode_": 10418, "lpoly_": null, "rpoly_": null, "length": 266.64940069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4922, "l_t_add": 4998, "r_f_add": 4923, "r_t_add": 4999, "st_code": 49200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30982, "Shape__Length": 106.26705334744712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088892664685005, 40.023885886090099 ], [ -75.088340617463501, 40.024482270519002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10426, "tnode_": 10550, "lpoly_": null, "rpoly_": null, "length": 372.14397830999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 12120, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 30983, "Shape__Length": 148.12170027920257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089970110872997, 40.0244837806475 ], [ -75.088892664685005, 40.023885886090099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10663, "tnode_": 10550, "lpoly_": null, "rpoly_": null, "length": 277.53443887000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4920, "r_f_add": 4901, "r_t_add": 4921, "st_code": 49200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30984, "Shape__Length": 110.61206800102684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089451283128, 40.023256605036003 ], [ -75.088892664685005, 40.023885886090099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10550, "tnode_": 10701, "lpoly_": null, "rpoly_": null, "length": 593.13946105000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 12120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 30985, "Shape__Length": 236.07811220362302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088892664685005, 40.023885886090099 ], [ -75.087172473785103, 40.022936063248203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10754, "tnode_": 10663, "lpoly_": null, "rpoly_": null, "length": 229.82610103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4832, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 49200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30986, "Shape__Length": 91.593129825917941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089921648785904, 40.022739629526001 ], [ -75.089451283128, 40.023256605036003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10828, "tnode_": 10754, "lpoly_": null, "rpoly_": null, "length": 220.96930844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4830, "r_f_add": 4801, "r_t_add": 4831, "st_code": 49200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30987, "Shape__Length": 88.062302569756625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090374787027599, 40.022243062679699 ], [ -75.089921648785904, 40.022739629526001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10926, "tnode_": 10828, "lpoly_": null, "rpoly_": null, "length": 250.44313388999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4730, "l_t_add": 4798, "r_f_add": 4735, "r_t_add": 4799, "st_code": 49200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30988, "Shape__Length": 99.805530462558778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090892550075395, 40.021682534013799 ], [ -75.090374787027599, 40.022243062679699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11019, "tnode_": 10926, "lpoly_": null, "rpoly_": null, "length": 289.74765168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4728, "r_f_add": 4701, "r_t_add": 4733, "st_code": 49200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741524, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 30989, "Shape__Length": 115.46591898039506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091495596785407, 40.021036248294799 ], [ -75.090892550075395, 40.021682534013799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9315, "tnode_": 9052, "lpoly_": null, "rpoly_": null, "length": 791.89749416999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5301, "r_t_add": 5469, "st_code": 69220, "l_hundred": 0, "r_hundred": 5300, "seg_id": 741527, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30990, "Shape__Length": 315.22189647913547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087650041113505, 40.029831155358501 ], [ -75.085356726559198, 40.031103041578 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9405, "tnode_": 9315, "lpoly_": null, "rpoly_": null, "length": 229.56718187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5243, "r_t_add": 5299, "st_code": 69220, "l_hundred": 0, "r_hundred": 5200, "seg_id": 741528, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30991, "Shape__Length": 91.373518851105814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0883241198691, 40.029472521757498 ], [ -75.087650041113505, 40.029831155358501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9426, "tnode_": 9405, "lpoly_": null, "rpoly_": null, "length": 61.49414593, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741529, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30992, "Shape__Length": 24.452596856963353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0885347242465, 40.029520321742197 ], [ -75.0883241198691, 40.029472521757498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9426, "tnode_": 9289, "lpoly_": null, "rpoly_": null, "length": 251.56469255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741530, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30993, "Shape__Length": 100.13649875322392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0885347242465, 40.029520321742197 ], [ -75.087806226082094, 40.029924385926499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9511, "tnode_": 9426, "lpoly_": null, "rpoly_": null, "length": 353.33669793999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741531, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30994, "Shape__Length": 140.64246439664348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089563323171305, 40.0289585781235 ], [ -75.0885347242465, 40.029520321742197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9538, "tnode_": 9405, "lpoly_": null, "rpoly_": null, "length": 367.71323599, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5201, "r_t_add": 5241, "st_code": 69220, "l_hundred": 0, "r_hundred": 5200, "seg_id": 741532, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30995, "Shape__Length": 146.37586527044823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089378994865299, 40.0288714241739 ], [ -75.0883241198691, 40.029472521757498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9602, "tnode_": 9511, "lpoly_": null, "rpoly_": null, "length": 284.45492916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741533, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30996, "Shape__Length": 113.22230162126182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090393563258104, 40.028508700938801 ], [ -75.089563323171305, 40.0289585781235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9681, "tnode_": 9538, "lpoly_": null, "rpoly_": null, "length": 305.90820239000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5117, "r_t_add": 5199, "st_code": 69220, "l_hundred": 0, "r_hundred": 5100, "seg_id": 741534, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 30997, "Shape__Length": 121.76077147480827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090272466328102, 40.028388291329797 ], [ -75.089378994865299, 40.0288714241739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10983, "tnode_": 10905, "lpoly_": null, "rpoly_": null, "length": 221.07477776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4830, "r_f_add": 4801, "r_t_add": 4831, "st_code": 43560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741535, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 30998, "Shape__Length": 88.123693812524451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0886220576661, 40.021251717394001 ], [ -75.088211577791796, 40.021770082993598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10816, "tnode_": 10701, "lpoly_": null, "rpoly_": null, "length": 287.78032168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4920, "r_f_add": 4901, "r_t_add": 4921, "st_code": 43560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 30999, "Shape__Length": 114.678133757122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087782856633197, 40.022300555988998 ], [ -75.087172473785103, 40.022936063248203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10905, "tnode_": 10816, "lpoly_": null, "rpoly_": null, "length": 227.5076871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4832, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 43560, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 741538, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 31000, "Shape__Length": 90.685744753830505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088211577791796, 40.021770082993598 ], [ -75.087782856633197, 40.022300555988998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9054, "tnode_": 8958, "lpoly_": null, "rpoly_": null, "length": 359.6237592, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5400, "r_hundred": 0, "seg_id": 741539, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31001, "Shape__Length": 143.14790392978412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086553375155802, 40.031142388952297 ], [ -75.085504117654907, 40.0317116063136 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9239, "tnode_": 9054, "lpoly_": null, "rpoly_": null, "length": 599.44671262999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5300, "r_hundred": 0, "seg_id": 741540, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31002, "Shape__Length": 238.6085071734561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088299599169105, 40.030190605231297 ], [ -75.086553375155802, 40.031142388952297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9352, "tnode_": 9239, "lpoly_": null, "rpoly_": null, "length": 317.89599178999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5234, "l_t_add": 5298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5200, "r_hundred": 0, "seg_id": 741542, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31003, "Shape__Length": 126.54331139386396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089216062123398, 40.029675633261597 ], [ -75.088299599169105, 40.030190605231297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9404, "tnode_": 9252, "lpoly_": null, "rpoly_": null, "length": 349.54857048999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741543, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31004, "Shape__Length": 139.12470685194177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089165771488197, 40.029555824069497 ], [ -75.088132806361997, 40.030094510182202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9404, "tnode_": 9352, "lpoly_": null, "rpoly_": null, "length": 45.86040444, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741544, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31005, "Shape__Length": 18.295480077619128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089165771488197, 40.029555824069497 ], [ -75.089216062123398, 40.029675633261597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9450, "tnode_": 9352, "lpoly_": null, "rpoly_": null, "length": 283.82773034999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5232, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5200, "r_hundred": 0, "seg_id": 741545, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31006, "Shape__Length": 112.97044692978923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090049198231, 40.029231938052902 ], [ -75.089216062123398, 40.029675633261597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9473, "tnode_": 9404, "lpoly_": null, "rpoly_": null, "length": 247.15571258, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741546, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31007, "Shape__Length": 98.386019489160233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089874361968, 40.029151347178001 ], [ -75.089165771488197, 40.029555824069497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10081, "tnode_": 10249, "lpoly_": null, "rpoly_": null, "length": 615.70050974000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 47480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741547, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENWYN ST", "stname": "KENWYN ST", "objectid": 31008, "Shape__Length": 245.07194775538994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086608922094399, 40.026345228708998 ], [ -75.086544658361206, 40.026312092004098 ], [ -75.084830875327796, 40.0253512277284 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8958, "tnode_": 9031, "lpoly_": null, "rpoly_": null, "length": 202.39746938000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 741549, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 31009, "Shape__Length": 80.659060406911507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085504117654907, 40.0317116063136 ], [ -75.085417275645497, 40.031557341355402 ], [ -75.085384592615597, 40.031500809726403 ], [ -75.085377232498303, 40.031493622579099 ], [ -75.085280573555806, 40.031399234364699 ], [ -75.085081821403904, 40.031275856853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9151, "tnode_": 9052, "lpoly_": null, "rpoly_": null, "length": 186.55237956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5340, "l_t_add": 5398, "r_f_add": 5341, "r_t_add": 5399, "st_code": 21880, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 741550, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 31010, "Shape__Length": 74.349687588192765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085750412980303, 40.030689939871102 ], [ -75.085595194366704, 40.030849777257501 ], [ -75.085356726559198, 40.031103041578 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8958, "tnode_": 8871, "lpoly_": null, "rpoly_": null, "length": 171.47852957000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 741551, "oneway": "TF", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 31011, "Shape__Length": 68.408738976535346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085504117654907, 40.0317116063136 ], [ -75.0854876244818, 40.0317901545735 ], [ -75.0854746225112, 40.031860656468901 ], [ -75.085445820053096, 40.031942592672102 ], [ -75.085406792867403, 40.032024291644802 ], [ -75.085373032827903, 40.032102178880201 ], [ -75.085323662354, 40.032156117451898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4887, "tnode_": 4916, "lpoly_": null, "rpoly_": null, "length": 583.67918668999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 60920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 31012, "Shape__Length": 232.11654907264935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1390333498274, 40.054745409811296 ], [ -75.139648102821198, 40.054694526468801 ], [ -75.1408881952608, 40.0546015536939 ], [ -75.141025867021696, 40.054608466243799 ], [ -75.141107774325903, 40.0546177848857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5062, "tnode_": 4962, "lpoly_": null, "rpoly_": null, "length": 232.00052945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 61300, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 741555, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "1999-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31013, "Shape__Length": 92.556152968954919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141795389846294, 40.053640161997698 ], [ -75.141445027253397, 40.054217319628101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5062, "tnode_": 5042, "lpoly_": null, "rpoly_": null, "length": 396.36112694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1418, "l_t_add": 1498, "r_f_add": 1419, "r_t_add": 1499, "st_code": 89180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741556, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 31014, "Shape__Length": 157.63266927905704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141795389846294, 40.053640161997698 ], [ -75.143191886551804, 40.053819611208297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5064, "tnode_": 4962, "lpoly_": null, "rpoly_": null, "length": 224.03232586, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6631, "st_code": 19140, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 741557, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31015, "Shape__Length": 89.43235035885553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141563177286699, 40.053609064011098 ], [ -75.141445027253397, 40.054217319628101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5064, "tnode_": 5062, "lpoly_": null, "rpoly_": null, "length": 65.98508086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 89180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741558, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 31016, "Shape__Length": 26.242436912618537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141563177286699, 40.053609064011098 ], [ -75.141795389846294, 40.053640161997698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5311, "tnode_": 5302, "lpoly_": null, "rpoly_": null, "length": 218.10240323, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1415, "st_code": 89140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 31017, "Shape__Length": 86.737700843205033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141874605031106, 40.052086433731397 ], [ -75.142642457648506, 40.0521877544844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6102, "tnode_": 5974, "lpoly_": null, "rpoly_": null, "length": 407.01757465999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 74660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741562, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 31018, "Shape__Length": 162.0746005598422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142899997648797, 40.047503029679703 ], [ -75.143453229651101, 40.047831608406199 ], [ -75.144056015098997, 40.048180538912298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6324, "tnode_": 6283, "lpoly_": null, "rpoly_": null, "length": 652.01731834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 73600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741563, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 31019, "Shape__Length": 259.2732141757557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143105165859694, 40.046481614637798 ], [ -75.145409792018299, 40.046739360932698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6780, "tnode_": 6749, "lpoly_": null, "rpoly_": null, "length": 302.39946789000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1428, "r_f_add": 1401, "r_t_add": 1429, "st_code": 22280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31020, "Shape__Length": 120.24753698518337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143549677351103, 40.0444351171408 ], [ -75.144615285900599, 40.044570587857798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7120, "tnode_": 6936, "lpoly_": null, "rpoly_": null, "length": 283.46288317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5926, "r_f_add": 5901, "r_t_add": 5929, "st_code": 61300, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741565, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31021, "Shape__Length": 113.14888609811547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422995905899, 40.042985370871897 ], [ -75.144431654564201, 40.043763481226897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7120, "tnode_": 7094, "lpoly_": null, "rpoly_": null, "length": 313.2240126, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1422, "l_t_add": 1440, "r_f_add": 1419, "r_t_add": 1499, "st_code": 59180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31022, "Shape__Length": 124.54989040325262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422995905899, 40.042985370871897 ], [ -75.145525939043793, 40.043129295003901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7277, "tnode_": 7120, "lpoly_": null, "rpoly_": null, "length": 243.62611306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5840, "l_t_add": 5898, "r_f_add": 5841, "r_t_add": 5899, "st_code": 61300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741567, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31023, "Shape__Length": 97.246381584405498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144422613776996, 40.042316588699002 ], [ -75.144422995905899, 40.042985370871897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7762, "tnode_": 7739, "lpoly_": null, "rpoly_": null, "length": 538.68932214000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 23000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741570, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31024, "Shape__Length": 214.19431985316115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144574691481594, 40.039845949870298 ], [ -75.146470888478106, 40.040096093466801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7901, "tnode_": 7921, "lpoly_": null, "rpoly_": null, "length": 515.66713677999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 61360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741573, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31025, "Shape__Length": 205.01897377610311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144751910893206, 40.039082021760997 ], [ -75.144836614223294, 40.039103376132203 ], [ -75.146588176183599, 40.039058572502498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27534, "tnode_": 7589, "lpoly_": null, "rpoly_": null, "length": 510.61217093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 23660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741574, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 31026, "Shape__Length": 203.03163491254827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144526736590905, 40.040534123042299 ], [ -75.146324863804594, 40.040767871014303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8565, "tnode_": 8555, "lpoly_": null, "rpoly_": null, "length": 251.12148894000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOMERVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1418, "r_f_add": 1401, "r_t_add": 1419, "st_code": 73340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOMERVILLE AVE", "stname": "W SOMERVILLE AVE", "objectid": 31027, "Shape__Length": 99.844283690312352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145556007971905, 40.035271185815198 ], [ -75.146440049130504, 40.035387126171102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8837, "tnode_": 8822, "lpoly_": null, "rpoly_": null, "length": 247.5850749, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 34140, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 31028, "Shape__Length": 98.436707535366821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145900359952194, 40.033737119198101 ], [ -75.146771123609895, 40.033855010756497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9134, "tnode_": 9113, "lpoly_": null, "rpoly_": null, "length": 250.36909003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1421, "st_code": 29400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 31029, "Shape__Length": 99.539662904632451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146229797737107, 40.032194889219099 ], [ -75.147112252073597, 40.032305403034698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9437, "tnode_": 9410, "lpoly_": null, "rpoly_": null, "length": 247.63036462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1416, "r_f_add": 1401, "r_t_add": 1417, "st_code": 50940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741578, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 31030, "Shape__Length": 98.448598210674476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1465780114208, 40.030646612128301 ], [ -75.147450769140903, 40.030756029096501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9521, "tnode_": 9498, "lpoly_": null, "rpoly_": null, "length": 461.32665992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 34200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 741579, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHERS LN", "stname": "W FISHERS LN", "objectid": 31031, "Shape__Length": 183.39027724482924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146684879898004, 40.030236047986001 ], [ -75.147460701406601, 40.030292356449898 ], [ -75.148327801802296, 40.030324625855101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7203, "tnode_": 6869, "lpoly_": null, "rpoly_": null, "length": 566.13608721999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "AMERICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 12440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 741580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N AMERICAN ST", "stname": "N AMERICAN ST", "objectid": 31032, "Shape__Length": 225.95644961367552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125584638126298, 40.042106770720601 ], [ -75.1252485370904, 40.043639261127304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7231, "tnode_": 6884, "lpoly_": null, "rpoly_": null, "length": 565.56739743000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 64500, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 741581, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 31033, "Shape__Length": 225.7290947240013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124874698846895, 40.042012017411203 ], [ -75.124538498559602, 40.043542911723797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6326, "tnode_": 6275, "lpoly_": null, "rpoly_": null, "length": 562.0623456000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENILWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 47320, "l_hundred": 200, "r_hundred": 200, "seg_id": 741582, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENILWORTH AVE", "stname": "KENILWORTH AVE", "objectid": 31034, "Shape__Length": 223.50726890928939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123434289665596, 40.046049297945302 ], [ -75.125414198288198, 40.046304601220903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5609, "tnode_": 5578, "lpoly_": null, "rpoly_": null, "length": 729.7734448, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 110, "l_t_add": 198, "r_f_add": 105, "r_t_add": 199, "st_code": 81240, "l_hundred": 100, "r_hundred": 100, "seg_id": 741583, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT PARK DR", "stname": "W WALNUT PARK DR", "objectid": 31035, "Shape__Length": 290.2199535455054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117703252254401, 40.049741984512998 ], [ -75.118113324170906, 40.049869626332899 ], [ -75.118572190731001, 40.049898332534802 ], [ -75.119521043941404, 40.049938258473198 ], [ -75.120104440993501, 40.049982806345298 ], [ -75.120266841856093, 40.050014008936699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6027, "tnode_": 6134, "lpoly_": null, "rpoly_": null, "length": 337.18316593000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 641, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 68860, "l_hundred": 600, "r_hundred": 600, "seg_id": 741584, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31036, "Shape__Length": 134.25065606384831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094019726960994, 40.046783119290403 ], [ -75.0936847919792, 40.046608913124899 ], [ -75.093375705835399, 40.046437413967901 ], [ -75.093043484114702, 40.046241546454198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6134, "tnode_": 6530, "lpoly_": null, "rpoly_": null, "length": 1352.0117649700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 68860, "l_hundred": 700, "r_hundred": 700, "seg_id": 741585, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31037, "Shape__Length": 538.18054312076083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093043484114702, 40.046241546454198 ], [ -75.0898814326261, 40.044498060448603 ], [ -75.089621195405797, 40.044416103318802 ], [ -75.089405831053696, 40.044365557964099 ], [ -75.089169932856095, 40.044334783733802 ], [ -75.088978387182607, 40.044341588817403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7950, "tnode_": 7855, "lpoly_": null, "rpoly_": null, "length": 276.88369748999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5580, "l_t_add": 5598, "r_f_add": 5591, "r_t_add": 5599, "st_code": 42666, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HILL CREEK DR", "stname": "N HILL CREEK DR", "objectid": 31038, "Shape__Length": 110.26538601862484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110407161213004, 40.038031251755903 ], [ -75.110039845986805, 40.038293757624601 ], [ -75.109658801117604, 40.038527244457399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9774, "tnode_": 9707, "lpoly_": null, "rpoly_": null, "length": 207.28169032, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5101, "r_t_add": 5113, "st_code": 69220, "l_hundred": 0, "r_hundred": 5100, "seg_id": 741587, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31039, "Shape__Length": 82.508293047786594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091007580198905, 40.027980141319802 ], [ -75.090408397832505, 40.028314208884801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9707, "tnode_": 9602, "lpoly_": null, "rpoly_": null, "length": 70.97182426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741588, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31040, "Shape__Length": 28.323006396844164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090408397832505, 40.028314208884801 ], [ -75.090393563258104, 40.028508700938801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9658, "tnode_": 9585, "lpoly_": null, "rpoly_": null, "length": 220.36419397, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741589, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31041, "Shape__Length": 87.64516891761393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106010952662601, 40.028872861296001 ], [ -75.1052802817036, 40.029097425197698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9651, "tnode_": 9509, "lpoly_": null, "rpoly_": null, "length": 338.54243816999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741590, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31042, "Shape__Length": 134.65040799629043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107254796622698, 40.028950139634802 ], [ -75.106134820201206, 40.029299988923803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9837, "tnode_": 9651, "lpoly_": null, "rpoly_": null, "length": 845.60178758000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741591, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31043, "Shape__Length": 336.33143699061094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110041773146406, 40.028056792535303 ], [ -75.107254796622698, 40.028950139634802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10100, "tnode_": 10063, "lpoly_": null, "rpoly_": null, "length": 62.93378932, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741593, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31044, "Shape__Length": 25.098591466212525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113328701125496, 40.0268166621454 ], [ -75.113237022560895, 40.026974392624602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10189, "tnode_": 10124, "lpoly_": null, "rpoly_": null, "length": 493.26286695000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 183, "l_t_add": 331, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 100, "r_hundred": 0, "seg_id": 741594, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31045, "Shape__Length": 196.09565283279045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120024292927596, 40.026424215470499 ], [ -75.118291375311998, 40.026666463093598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10335, "tnode_": 10364, "lpoly_": null, "rpoly_": null, "length": 93.11235218, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 741595, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 31046, "Shape__Length": 37.073037375494032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124297404903302, 40.025810079142801 ], [ -75.124550547297503, 40.0256443682065 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10395, "tnode_": 10419, "lpoly_": null, "rpoly_": null, "length": 269.47866373999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69240, "l_hundred": 0, "r_hundred": 0, "seg_id": 741597, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 31047, "Shape__Length": 107.13069310062311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123528533825294, 40.025472395466601 ], [ -75.124473164792406, 40.025331547710898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6159, "tnode_": 6313, "lpoly_": null, "rpoly_": null, "length": 579.09150763000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAREMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 23340, "l_hundred": 300, "r_hundred": 300, "seg_id": 741598, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAREMONT RD", "stname": "CLAREMONT RD", "objectid": 31048, "Shape__Length": 230.55724190993132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115306140524396, 40.0466180252904 ], [ -75.114326886850193, 40.0460650231974 ], [ -75.114096590017894, 40.045930773853499 ], [ -75.113851411270105, 40.045800708373797 ], [ -75.113778230383303, 40.045789978119302 ], [ -75.113710093455794, 40.0457984581722 ], [ -75.113662203984703, 40.045821253481698 ], [ -75.113621219433199, 40.045861406076902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10335, "tnode_": 10370, "lpoly_": null, "rpoly_": null, "length": 310.70259096000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 125, "r_t_add": 147, "st_code": 69240, "l_hundred": 0, "r_hundred": 100, "seg_id": 741599, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 31049, "Shape__Length": 123.51779809666473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124297404903302, 40.025810079142801 ], [ -75.125388840574402, 40.025657053821703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10370, "tnode_": 10391, "lpoly_": null, "rpoly_": null, "length": 273.91601064999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 149, "r_t_add": 169, "st_code": 69240, "l_hundred": 0, "r_hundred": 100, "seg_id": 741600, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 31050, "Shape__Length": 108.89633625590764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125388840574402, 40.025657053821703 ], [ -75.126347530663395, 40.025508071195702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10317, "tnode_": 10335, "lpoly_": null, "rpoly_": null, "length": 249.54173611, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 101, "r_t_add": 123, "st_code": 69240, "l_hundred": 0, "r_hundred": 100, "seg_id": 741601, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "W ROOSEVELT BLVD", "stname": "W ROOSEVELT BLVD", "objectid": 31051, "Shape__Length": 99.205290471134845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123422413933994, 40.025939548159499 ], [ -75.124297404903302, 40.025810079142801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10073, "tnode_": 10002, "lpoly_": null, "rpoly_": null, "length": 684.31539337999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 147, "r_f_add": 100, "r_t_add": 148, "st_code": 69860, "l_hundred": 100, "r_hundred": 100, "seg_id": 741602, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-05-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31052, "Shape__Length": 272.05463825319129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123161489102102, 40.0271277743498 ], [ -75.1207612700981, 40.027480044629002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9367, "tnode_": 9607, "lpoly_": null, "rpoly_": null, "length": 799.57854813999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 741603, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31053, "Shape__Length": 318.14470064829055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103071456528795, 40.0299044946915 ], [ -75.102538457809601, 40.029846620290101 ], [ -75.102159520682505, 40.029757341765801 ], [ -75.101808324923795, 40.0296284308981 ], [ -75.101284046224393, 40.029370686305299 ], [ -75.100593173074301, 40.028916410988003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10859, "tnode_": 10732, "lpoly_": null, "rpoly_": null, "length": 265.8570609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 70020, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 741604, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 31054, "Shape__Length": 106.07244380370808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091594626620093, 40.022148009499098 ], [ -75.091495524405502, 40.022781052096498 ], [ -75.091440076618198, 40.022862803399498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6251, "tnode_": 6122, "lpoly_": null, "rpoly_": null, "length": 222.42303341, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6210, "l_t_add": 6298, "r_f_add": 6205, "r_t_add": 6299, "st_code": 87930, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 741605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 31055, "Shape__Length": 88.777213183162473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132024786238304, 40.046575775645103 ], [ -75.131882513981793, 40.047176482537701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6265, "tnode_": 6296, "lpoly_": null, "rpoly_": null, "length": 265.96371774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDARY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 55140, "l_hundred": 400, "r_hundred": 400, "seg_id": 741606, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDARY AVE", "stname": "MEDARY AVE", "objectid": 31056, "Shape__Length": 105.76095493329029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128337356382204, 40.046395553897597 ], [ -75.1273990124199, 40.046281653816798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27464, "tnode_": 7662, "lpoly_": null, "rpoly_": null, "length": 205.48091087999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1030, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 16920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741607, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31057, "Shape__Length": 81.788846410424014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089183976264707, 40.039409875791598 ], [ -75.088885547290502, 40.039242267659802 ], [ -75.088760470772101, 40.039178074070499 ], [ -75.088568534198302, 40.039105577866799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9534, "tnode_": 9392, "lpoly_": null, "rpoly_": null, "length": 283.24302561000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5232, "l_t_add": 5298, "r_f_add": 5227, "r_t_add": 5299, "st_code": 21880, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741608, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 31058, "Shape__Length": 112.88019823165321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087602463523098, 40.028827444847501 ], [ -75.087000408947404, 40.029452228510699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9730, "tnode_": 9395, "lpoly_": null, "rpoly_": null, "length": 627.91336551000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 51660, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741610, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31059, "Shape__Length": 250.25423899369702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093388421964093, 40.028222277034097 ], [ -75.093384939874994, 40.028235897629003 ], [ -75.093207294141706, 40.028965097597798 ], [ -75.093084798900804, 40.029153971630898 ], [ -75.092946307966997, 40.0292613696503 ], [ -75.092686147372405, 40.029384216304301 ], [ -75.092667652022101, 40.029392950077103 ], [ -75.092272125035507, 40.029574760215297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9754, "tnode_": 9493, "lpoly_": null, "rpoly_": null, "length": 495.91324932000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIRIAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 5098, "r_f_add": 4901, "r_t_add": 5099, "st_code": 56440, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 741611, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIRIAM RD", "stname": "MIRIAM RD", "objectid": 31060, "Shape__Length": 197.59083891478295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092164104478101, 40.028059162566798 ], [ -75.092486618239406, 40.028403191030201 ], [ -75.092539919942894, 40.0284958570562 ], [ -75.092539953258395, 40.0286223443225 ], [ -75.092516278512207, 40.028717619832101 ], [ -75.092432826506297, 40.0288115120483 ], [ -75.092297349208806, 40.028888425810301 ], [ -75.091884978558596, 40.0290778450738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9493, "tnode_": 9654, "lpoly_": null, "rpoly_": null, "length": 255.38528401, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 967, "l_t_add": 971, "r_f_add": 966, "r_t_add": 970, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 31061, "Shape__Length": 101.81064872831629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091884978558596, 40.0290778450738 ], [ -75.091746320988193, 40.028902502657999 ], [ -75.091691058583507, 40.028836034436601 ], [ -75.091409553443896, 40.028479608714001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9380, "tnode_": 9268, "lpoly_": null, "rpoly_": null, "length": 262.75786710999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5500, "l_t_add": 5500, "r_f_add": 5501, "r_t_add": 5501, "st_code": 51660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31062, "Shape__Length": 104.59593395446821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092351890124604, 40.029667808059301 ], [ -75.091955224455006, 40.0298976322402 ], [ -75.091869241073297, 40.0299480049406 ], [ -75.091596223541202, 40.030095212101102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9268, "tnode_": 9365, "lpoly_": null, "rpoly_": null, "length": 257.31881142999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 959, "l_t_add": 983, "r_f_add": 956, "r_t_add": 982, "st_code": 65520, "l_hundred": 900, "r_hundred": 900, "seg_id": 741614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 31063, "Shape__Length": 102.4253335776238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091596223541202, 40.030095212101102 ], [ -75.091214131318097, 40.029887236978098 ], [ -75.0908484457117, 40.029684715953302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9099, "tnode_": 9171, "lpoly_": null, "rpoly_": null, "length": 255.98968647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 979, "l_t_add": 987, "r_f_add": 976, "r_t_add": 988, "st_code": 18800, "l_hundred": 900, "r_hundred": 900, "seg_id": 741616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 31064, "Shape__Length": 101.9017611048219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089856616220601, 40.031045624859402 ], [ -75.089480863130703, 40.0308303401413 ], [ -75.089118405883795, 40.030631215032003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9365, "tnode_": 9450, "lpoly_": null, "rpoly_": null, "length": 278.06303691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 985, "l_t_add": 985, "r_f_add": 984, "r_t_add": 990, "st_code": 65520, "l_hundred": 900, "r_hundred": 900, "seg_id": 741620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 31065, "Shape__Length": 110.6880813482494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0908484457117, 40.029684715953302 ], [ -75.090532291796706, 40.029512786610802 ], [ -75.090049198231, 40.029231938052902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8920, "tnode_": 8982, "lpoly_": null, "rpoly_": null, "length": 249.75785823000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 997, "l_t_add": 997, "r_f_add": 986, "r_t_add": 990, "st_code": 70900, "l_hundred": 900, "r_hundred": 900, "seg_id": 741622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 31066, "Shape__Length": 99.425703776908705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088081022925195, 40.032009593981499 ], [ -75.087733677613599, 40.031804234552801 ], [ -75.087365369983203, 40.031600567639799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9171, "tnode_": 9239, "lpoly_": null, "rpoly_": null, "length": 279.8927543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 989, "l_t_add": 995, "r_f_add": 990, "r_t_add": 994, "st_code": 18800, "l_hundred": 900, "r_hundred": 900, "seg_id": 741624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 31067, "Shape__Length": 111.40780745563315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089118405883795, 40.030631215032003 ], [ -75.088738599868094, 40.030424678448398 ], [ -75.088299599169105, 40.030190605231297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8982, "tnode_": 9054, "lpoly_": null, "rpoly_": null, "length": 282.06587273000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 999, "l_t_add": 999, "r_f_add": 992, "r_t_add": 998, "st_code": 70900, "l_hundred": 900, "r_hundred": 900, "seg_id": 741625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 31068, "Shape__Length": 112.28380790152121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087365369983203, 40.031600567639799 ], [ -75.086990785462902, 40.031388953667403 ], [ -75.086553375155802, 40.031142388952297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9174, "tnode_": 9380, "lpoly_": null, "rpoly_": null, "length": 450.01329843999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 931, "r_f_add": 900, "r_t_add": 930, "st_code": 37480, "l_hundred": 900, "r_hundred": 900, "seg_id": 741629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 31069, "Shape__Length": 179.39576576127118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093207004529205, 40.030713669177601 ], [ -75.092980548586695, 40.030445945952998 ], [ -75.092351890124604, 40.029667808059301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9268, "tnode_": 9211, "lpoly_": null, "rpoly_": null, "length": 203.11359220999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5502, "l_t_add": 5516, "r_f_add": 5503, "r_t_add": 5517, "st_code": 51660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31070, "Shape__Length": 80.846864082750216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091596223541202, 40.030095212101102 ], [ -75.091272201356205, 40.0302596604445 ], [ -75.091002475213202, 40.0304150256434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9211, "tnode_": 9160, "lpoly_": null, "rpoly_": null, "length": 191.3092469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5518, "l_t_add": 5540, "r_f_add": 5519, "r_t_add": 5541, "st_code": 51660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31071, "Shape__Length": 76.152523114695228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091002475213202, 40.0304150256434 ], [ -75.090720287344197, 40.030566195690099 ], [ -75.090448558702406, 40.030722287265398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9099, "tnode_": 8920, "lpoly_": null, "rpoly_": null, "length": 608.79469618999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 51660, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31072, "Shape__Length": 242.33093451950575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089856616220601, 40.031045624859402 ], [ -75.089529031857694, 40.031235531259398 ], [ -75.088479059777796, 40.031800582385301 ], [ -75.088081022925195, 40.032009593981499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8879, "tnode_": 8794, "lpoly_": null, "rpoly_": null, "length": 199.16376504000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5644, "l_t_add": 5698, "r_f_add": 5645, "r_t_add": 5699, "st_code": 35240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31073, "Shape__Length": 79.376567690438534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089628212486005, 40.032197626375599 ], [ -75.089481204096003, 40.0323537737832 ], [ -75.089205776920494, 40.0326374538447 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8920, "tnode_": 8841, "lpoly_": null, "rpoly_": null, "length": 187.67232519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5719, "st_code": 51660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31074, "Shape__Length": 74.710268776390762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088081022925195, 40.032009593981499 ], [ -75.087782752292497, 40.032174848689699 ], [ -75.087542839679003, 40.032316513039703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8443, "tnode_": 8377, "lpoly_": null, "rpoly_": null, "length": 178.95478825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5720, "l_t_add": 5748, "r_f_add": 5721, "r_t_add": 5749, "st_code": 48940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31075, "Shape__Length": 71.317848439729715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091858796977306, 40.034768541633397 ], [ -75.091666207958696, 40.034958435806601 ], [ -75.0914658210082, 40.035155944941401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8599, "tnode_": 8520, "lpoly_": null, "rpoly_": null, "length": 180.10763788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5722, "l_t_add": 5742, "r_f_add": 5723, "r_t_add": 5743, "st_code": 75420, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741645, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31076, "Shape__Length": 71.781589168472451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090196426606298, 40.033835589895901 ], [ -75.089992019888598, 40.034040049504 ], [ -75.089810873048506, 40.0342312814889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8718, "tnode_": 8653, "lpoly_": null, "rpoly_": null, "length": 168.2143422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5726, "l_t_add": 5740, "r_f_add": 5725, "r_t_add": 5741, "st_code": 35240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31077, "Shape__Length": 67.043978304375003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088820181283495, 40.033044793342903 ], [ -75.088641386623294, 40.033239632599901 ], [ -75.088639803929496, 40.033241283566703 ], [ -75.088602670003297, 40.033280046164897 ], [ -75.088466309027595, 40.0334178543199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8787, "tnode_": 8736, "lpoly_": null, "rpoly_": null, "length": 188.08981838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5740, "l_t_add": 5798, "r_f_add": 5741, "r_t_add": 5799, "st_code": 51660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31078, "Shape__Length": 74.87208865517286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087028489563593, 40.0326089430881 ], [ -75.086758071694106, 40.032753601810697 ], [ -75.086482013676999, 40.032909094744703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27632, "tnode_": 8570, "lpoly_": null, "rpoly_": null, "length": 196.54926258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5744, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 35240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31079, "Shape__Length": 78.338774227799632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088419627546301, 40.033467945998801 ], [ -75.088209390344304, 40.033693545404802 ], [ -75.088008036443497, 40.033904989625498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8736, "tnode_": 8684, "lpoly_": null, "rpoly_": null, "length": 204.58280868999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5871, "st_code": 51660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31080, "Shape__Length": 81.436290795972127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086482013676999, 40.032909094744703 ], [ -75.086131227439395, 40.033095061374802 ], [ -75.085885583416498, 40.033233344840198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8684, "tnode_": 8631, "lpoly_": null, "rpoly_": null, "length": 192.74675011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5826, "l_t_add": 5848, "r_f_add": 5873, "r_t_add": 5875, "st_code": 51660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31081, "Shape__Length": 76.719886711318679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085885583416498, 40.033233344840198 ], [ -75.085570927675704, 40.0333997087887 ], [ -75.085316317627601, 40.033530772107703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8495, "tnode_": 8426, "lpoly_": null, "rpoly_": null, "length": 168.92380376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5822, "l_t_add": 5840, "r_f_add": 5823, "r_t_add": 5841, "st_code": 35240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31082, "Shape__Length": 67.326835919085994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087624565181002, 40.034317894410698 ], [ -75.087404814598401, 40.034550108096397 ], [ -75.087266879080204, 40.034691290660298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8016, "tnode_": 8077, "lpoly_": null, "rpoly_": null, "length": 202.57705426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1118, "st_code": 24480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741655, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 31083, "Shape__Length": 80.638480630540371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0868058095365, 40.037058227507103 ], [ -75.086509060470902, 40.036898280842401 ], [ -75.086209722565997, 40.036743131729402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7793, "tnode_": 7850, "lpoly_": null, "rpoly_": null, "length": 186.94935515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1118, "st_code": 16920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31084, "Shape__Length": 74.41749804823408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085590814546407, 40.038281233906197 ], [ -75.085341797254102, 40.038151158062298 ], [ -75.085038595314899, 40.037992777114198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8077, "tnode_": 8138, "lpoly_": null, "rpoly_": null, "length": 199.13052768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 24480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 31085, "Shape__Length": 79.280269376609439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086209722565997, 40.036743131729402 ], [ -75.085945417192704, 40.036596239655502 ], [ -75.085643618818295, 40.036412493372602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7850, "tnode_": 7916, "lpoly_": null, "rpoly_": null, "length": 199.30394097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 16920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31086, "Shape__Length": 79.347373025016211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085038595314899, 40.037992777114198 ], [ -75.084777345770107, 40.037846246155603 ], [ -75.084467093420002, 40.037666668007198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8138, "tnode_": 8201, "lpoly_": null, "rpoly_": null, "length": 233.76648374000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1228, "st_code": 24480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 31087, "Shape__Length": 93.055955089070011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085643618818295, 40.036412493372602 ], [ -75.085299404284896, 40.036225075290503 ], [ -75.084959941333395, 40.036044225924996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8201, "tnode_": 8251, "lpoly_": null, "rpoly_": null, "length": 223.2234725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1231, "l_t_add": 1251, "r_f_add": 1230, "r_t_add": 1250, "st_code": 24480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 31088, "Shape__Length": 88.863147548469243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084959941333395, 40.036044225924996 ], [ -75.084669558806496, 40.035875358484802 ], [ -75.084313514974198, 40.035685851717702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7563, "tnode_": 7443, "lpoly_": null, "rpoly_": null, "length": 222.57605067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6212, "r_f_add": 6201, "r_t_add": 6213, "st_code": 75420, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 741667, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31089, "Shape__Length": 88.779954755885939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084415493848994, 40.039508844291198 ], [ -75.084216751267505, 40.0398391845658 ], [ -75.084085052387394, 40.040064541013002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7443, "tnode_": 7257, "lpoly_": null, "rpoly_": null, "length": 370.01367047000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6214, "l_t_add": 6298, "r_f_add": 6215, "r_t_add": 6299, "st_code": 75420, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 741669, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31090, "Shape__Length": 147.60309591723953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084085052387394, 40.040064541013002 ], [ -75.083957876848601, 40.040288038055401 ], [ -75.083570816142199, 40.0410001883102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7450, "tnode_": 7563, "lpoly_": null, "rpoly_": null, "length": 325.80995976000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1055, "l_t_add": 1099, "r_f_add": 1054, "r_t_add": 1098, "st_code": 28320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31091, "Shape__Length": 129.72403703552902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085338118630702, 40.040053294439097 ], [ -75.084897882796895, 40.0398090153422 ], [ -75.084415493848994, 40.039508844291198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7187, "tnode_": 7257, "lpoly_": null, "rpoly_": null, "length": 201.43022385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1041, "l_t_add": 1099, "r_f_add": 1042, "r_t_add": 1098, "st_code": 68860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31092, "Shape__Length": 80.183305418602771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084168515215595, 40.041307547777002 ], [ -75.084102721478203, 40.041272084082998 ], [ -75.083905466357507, 40.041163090791201 ], [ -75.083570816142199, 40.0410001883102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7383, "tnode_": 7450, "lpoly_": null, "rpoly_": null, "length": 217.33713229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1037, "l_t_add": 1053, "r_f_add": 1036, "r_t_add": 1052, "st_code": 28320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31093, "Shape__Length": 86.527595021623682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085964515640697, 40.040405595420403 ], [ -75.0856524790252, 40.040226629104197 ], [ -75.085338118630702, 40.040053294439097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7153, "tnode_": 7187, "lpoly_": null, "rpoly_": null, "length": 112.21296052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1035, "l_t_add": 1039, "r_f_add": 1036, "r_t_add": 1040, "st_code": 68860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31094, "Shape__Length": 44.678702428675408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084485404345102, 40.041493370457999 ], [ -75.084485653620405, 40.041489531514998 ], [ -75.084168515215595, 40.041307547777002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7080, "tnode_": 7156, "lpoly_": null, "rpoly_": null, "length": 249.37019797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 28320, "l_hundred": 900, "r_hundred": 900, "seg_id": 741677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31095, "Shape__Length": 99.350869538655871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088405711452793, 40.041934168136599 ], [ -75.088241990949498, 40.041649153659002 ], [ -75.087824479323004, 40.041459029953401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6560, "tnode_": 6649, "lpoly_": null, "rpoly_": null, "length": 253.03369818000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 929, "l_t_add": 999, "r_f_add": 928, "r_t_add": 998, "st_code": 50500, "l_hundred": 900, "r_hundred": 900, "seg_id": 741679, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31096, "Shape__Length": 100.72371941349606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085789422874697, 40.044105556859598 ], [ -75.085512321654406, 40.043966934764697 ], [ -75.085195960069498, 40.043775107679799 ], [ -75.085132815440403, 40.043753460439703 ], [ -75.085033243180007, 40.043740335220598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6914, "tnode_": 6992, "lpoly_": null, "rpoly_": null, "length": 247.18573564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 933, "r_f_add": 900, "r_t_add": 934, "st_code": 68860, "l_hundred": 900, "r_hundred": 900, "seg_id": 741680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31097, "Shape__Length": 98.41178985262799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086454959169103, 40.042575285637803 ], [ -75.086131121620795, 40.042392489060703 ], [ -75.085739106475799, 40.042178184038796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6992, "tnode_": 7078, "lpoly_": null, "rpoly_": null, "length": 213.21607231000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 935, "l_t_add": 999, "r_f_add": 936, "r_t_add": 998, "st_code": 68860, "l_hundred": 900, "r_hundred": 900, "seg_id": 741682, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31098, "Shape__Length": 84.884537334991819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085739106475799, 40.042178184038796 ], [ -75.085438995663694, 40.042009477443401 ], [ -75.085118178396598, 40.041839432748297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7117, "tnode_": 7153, "lpoly_": null, "rpoly_": null, "length": 101.25173159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1017, "l_t_add": 1033, "r_f_add": 1016, "r_t_add": 1034, "st_code": 68860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31099, "Shape__Length": 40.308313991253414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084782049189897, 40.041652336508001 ], [ -75.084485404345102, 40.041493370457999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6649, "tnode_": 6520, "lpoly_": null, "rpoly_": null, "length": 274.45244588000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6419, "st_code": 11980, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 741688, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31100, "Shape__Length": 109.36920928426434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085033243180007, 40.043740335220598 ], [ -75.085040930909798, 40.043766167914903 ], [ -75.085031394107105, 40.0437927281924 ], [ -75.084759105159506, 40.044034244631497 ], [ -75.084417187521098, 40.044308424691799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6520, "tnode_": 6370, "lpoly_": null, "rpoly_": null, "length": 278.00876662999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6420, "l_t_add": 6498, "r_f_add": 6421, "r_t_add": 6499, "st_code": 11980, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 741690, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31101, "Shape__Length": 110.7662081724832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084417187521098, 40.044308424691799 ], [ -75.084050492567201, 40.044609375243098 ], [ -75.083732190032705, 40.044860877212102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6914, "tnode_": 6649, "lpoly_": null, "rpoly_": null, "length": 581.87018631000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 11980, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741692, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31102, "Shape__Length": 231.83521301800334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086454959169103, 40.042575285637803 ], [ -75.085381608268193, 40.043457788205401 ], [ -75.085033243180007, 40.043740335220598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7078, "tnode_": 6783, "lpoly_": null, "rpoly_": null, "length": 574.77224563000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 48940, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741694, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31103, "Shape__Length": 229.11198885884374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085118178396598, 40.041839432748297 ], [ -75.084190763003605, 40.042812502479102 ], [ -75.0839049190662, 40.043112204880302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6992, "tnode_": 6708, "lpoly_": null, "rpoly_": null, "length": 575.02351124000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 31440, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMHURST ST", "stname": "ELMHURST ST", "objectid": 31104, "Shape__Length": 229.2101123120793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085739106475799, 40.042178184038796 ], [ -75.084813183659307, 40.043139214889898 ], [ -75.084519238165598, 40.043448073665502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7153, "tnode_": 6870, "lpoly_": null, "rpoly_": null, "length": 572.63442747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 77860, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741696, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROTTER ST", "stname": "TROTTER ST", "objectid": 31105, "Shape__Length": 228.26089221494624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084485404345102, 40.041493370457999 ], [ -75.083547455729999, 40.042469663284201 ], [ -75.083281135564505, 40.042763784937598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6370, "tnode_": 6253, "lpoly_": null, "rpoly_": null, "length": 281.86710101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6518, "r_f_add": 6501, "r_t_add": 6519, "st_code": 11980, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741697, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31106, "Shape__Length": 112.31512106855479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083732190032705, 40.044860877212102 ], [ -75.083382866765604, 40.045156404671999 ], [ -75.083055555490702, 40.045433821340602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6306, "tnode_": 6370, "lpoly_": null, "rpoly_": null, "length": 232.69892848000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 41740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741701, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 31107, "Shape__Length": 92.651910745953359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084400175119598, 40.045240410038303 ], [ -75.084126435944299, 40.045097569224097 ], [ -75.083732190032705, 40.044860877212102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6274, "tnode_": 6306, "lpoly_": null, "rpoly_": null, "length": 110.04974483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 41740, "l_hundred": 900, "r_hundred": 900, "seg_id": 741702, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 31108, "Shape__Length": 43.81139987777005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084725124383098, 40.0454103882618 ], [ -75.084400175119598, 40.045240410038303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5945, "tnode_": 6066, "lpoly_": null, "rpoly_": null, "length": 368.37204802000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1023, "r_f_add": 1000, "r_t_add": 1024, "st_code": 52920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 31109, "Shape__Length": 146.6695516296065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084068509631805, 40.046972319371598 ], [ -75.0836535010923, 40.046732627104603 ], [ -75.083417625126899, 40.046608446448502 ], [ -75.083002709004106, 40.0463795798373 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6253, "tnode_": 6127, "lpoly_": null, "rpoly_": null, "length": 286.47257418000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6520, "l_t_add": 6598, "r_f_add": 6521, "r_t_add": 6599, "st_code": 11980, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741704, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31110, "Shape__Length": 114.13824334745576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083055555490702, 40.045433821340602 ], [ -75.082707764391401, 40.045714527034797 ], [ -75.082346261521906, 40.046000604268599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6306, "tnode_": 6066, "lpoly_": null, "rpoly_": null, "length": 570.3391834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 28900, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741705, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 31111, "Shape__Length": 227.24741533401004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084400175119598, 40.045240410038303 ], [ -75.083376261233695, 40.046076995743299 ], [ -75.083002709004106, 40.0463795798373 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5832, "tnode_": 6026, "lpoly_": null, "rpoly_": null, "length": 638.53291607000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 33440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 31112, "Shape__Length": 254.24758484899937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083469154655504, 40.0475983476992 ], [ -75.083082587666695, 40.047371074867002 ], [ -75.081636184249007, 40.0465553693587 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7837, "tnode_": 7790, "lpoly_": null, "rpoly_": null, "length": 80.28681867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5648, "r_f_add": 5501, "r_t_add": 5649, "st_code": 17620, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31113, "Shape__Length": 31.994436438179363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103878477707397, 40.038568502374602 ], [ -75.103695711969394, 40.038738325990799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8398, "tnode_": 7949, "lpoly_": null, "rpoly_": null, "length": 1161.2276603599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5674, "r_f_add": 5501, "r_t_add": 5673, "st_code": 76025, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741712, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31114, "Shape__Length": 462.75926774164316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104728580496001, 40.035330194891401 ], [ -75.103203690080804, 40.0367830870834 ], [ -75.102332712830901, 40.037629885929 ], [ -75.102125387262205, 40.037811307578501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7790, "tnode_": 7715, "lpoly_": null, "rpoly_": null, "length": 225.98034672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5650, "l_t_add": 5698, "r_f_add": 5651, "r_t_add": 5699, "st_code": 17620, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741714, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31115, "Shape__Length": 90.044678013049008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103695711969394, 40.038738325990799 ], [ -75.103472999990998, 40.038941533015198 ], [ -75.103165023403704, 40.039205605598902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7949, "tnode_": 7867, "lpoly_": null, "rpoly_": null, "length": 236.08623142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5676, "l_t_add": 5698, "r_f_add": 5675, "r_t_add": 5699, "st_code": 76025, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741716, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31116, "Shape__Length": 94.072866031433421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102125387262205, 40.037811307578501 ], [ -75.101883574009406, 40.038032873963701 ], [ -75.101575512369493, 40.038302552916598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7715, "tnode_": 7626, "lpoly_": null, "rpoly_": null, "length": 182.96101969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5714, "r_f_add": 5701, "r_t_add": 5715, "st_code": 17620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31117, "Shape__Length": 72.899603300092281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103165023403704, 40.039205605598902 ], [ -75.102893326481805, 40.039449770863797 ], [ -75.102728802148505, 40.0395792092976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7867, "tnode_": 7789, "lpoly_": null, "rpoly_": null, "length": 171.25956921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5721, "st_code": 76025, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741720, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31118, "Shape__Length": 68.244371831587415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101575512369493, 40.038302552916598 ], [ -75.101344033437499, 40.038512019592801 ], [ -75.101180885515703, 40.038661734676502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7404, "tnode_": 7321, "lpoly_": null, "rpoly_": null, "length": 204.5514602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5740, "l_t_add": 5798, "r_f_add": 5741, "r_t_add": 5799, "st_code": 17620, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31119, "Shape__Length": 81.504182972110357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101427301096606, 40.040695546737197 ], [ -75.101197401236902, 40.040892659604701 ], [ -75.100939643674593, 40.041113653876799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7573, "tnode_": 7479, "lpoly_": null, "rpoly_": null, "length": 198.69556481000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5782, "l_t_add": 5798, "r_f_add": 5783, "r_t_add": 5799, "st_code": 76025, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 741724, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31120, "Shape__Length": 79.163752510991245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099824967948194, 40.039808432749403 ], [ -75.099597287454102, 40.039987275666 ], [ -75.099341156420294, 40.0402072758556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7321, "tnode_": 7244, "lpoly_": null, "rpoly_": null, "length": 185.79713001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5820, "r_f_add": 5801, "r_t_add": 5821, "st_code": 17620, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31121, "Shape__Length": 74.036627266155818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100939643674593, 40.041113653876799 ], [ -75.100696994680902, 40.041321693236199 ], [ -75.100504927848206, 40.041498895990401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7479, "tnode_": 7437, "lpoly_": null, "rpoly_": null, "length": 98.45458538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5819, "st_code": 76025, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741728, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31122, "Shape__Length": 39.234179480019776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099341156420294, 40.0402072758556 ], [ -75.099115078773906, 40.040414279712898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7437, "tnode_": 7408, "lpoly_": null, "rpoly_": null, "length": 91.26231172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5820, "l_t_add": 5832, "r_f_add": 5821, "r_t_add": 5833, "st_code": 76025, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741729, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-06-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31123, "Shape__Length": 36.36244383653063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099115078773906, 40.040414279712898 ], [ -75.098895635187901, 40.0405995213425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6660, "tnode_": 6528, "lpoly_": null, "rpoly_": null, "length": 289.55981206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5814, "r_f_add": 5801, "r_t_add": 5815, "st_code": 41160, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 741730, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 31124, "Shape__Length": 115.42392417427018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106404473071905, 40.044105312154102 ], [ -75.106081452172205, 40.044453587560703 ], [ -75.105789910412696, 40.044744461249401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8226, "tnode_": 8349, "lpoly_": null, "rpoly_": null, "length": 247.27723992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 591, "l_t_add": 591, "r_f_add": 590, "r_t_add": 590, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 741734, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31125, "Shape__Length": 98.690060162437206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108685110673704, 40.036434420266502 ], [ -75.108592547004704, 40.035759354226698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8349, "tnode_": 8388, "lpoly_": null, "rpoly_": null, "length": 92.90733886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 593, "l_t_add": 595, "r_f_add": 592, "r_t_add": 598, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 741735, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31126, "Shape__Length": 37.080827273997038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108592547004704, 40.035759354226698 ], [ -75.108573425823494, 40.035504736470202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9416, "tnode_": 9647, "lpoly_": null, "rpoly_": null, "length": 620.40763051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMYLIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 73200, "l_hundred": 700, "r_hundred": 700, "seg_id": 741736, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMYLIE RD", "stname": "SMYLIE RD", "objectid": 31127, "Shape__Length": 247.00367928653543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109727467968099, 40.029862181594702 ], [ -75.109255195334299, 40.029655425536198 ], [ -75.108318391167302, 40.029213144343103 ], [ -75.108242469122402, 40.029180871899101 ], [ -75.108056696385205, 40.028835781631301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9795, "tnode_": 9416, "lpoly_": null, "rpoly_": null, "length": 619.23358483000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5194, "r_f_add": 5101, "r_t_add": 5135, "st_code": 33120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741737, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 31128, "Shape__Length": 247.08797437876095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110045443927206, 40.028195704978401 ], [ -75.110072698551605, 40.028544383313097 ], [ -75.110074667006302, 40.028664266502297 ], [ -75.110076551711501, 40.028778950622403 ], [ -75.109776259997105, 40.029710781388403 ], [ -75.109727467968099, 40.029862181594702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8992, "tnode_": 29004, "lpoly_": null, "rpoly_": null, "length": 693.57354316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANDIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 48920, "l_hundred": 700, "r_hundred": 700, "seg_id": 741742, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANDIS ST", "stname": "LANDIS ST", "objectid": 31129, "Shape__Length": 276.37053407892262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108406270000799, 40.031987662713398 ], [ -75.108217546074798, 40.031658457816697 ], [ -75.108206230911193, 40.031641159947497 ], [ -75.107196606563704, 40.030699979915099 ], [ -75.106876167038706, 40.030520269859998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9107, "tnode_": 9191, "lpoly_": null, "rpoly_": null, "length": 235.5506037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYFAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 733, "l_t_add": 775, "r_f_add": 732, "r_t_add": 774, "st_code": 54460, "l_hundred": 700, "r_hundred": 700, "seg_id": 741743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYFAIR ST", "stname": "MAYFAIR ST", "objectid": 31130, "Shape__Length": 93.850092219194977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107086739154795, 40.0313813991622 ], [ -75.106815809564196, 40.031139867888598 ], [ -75.106538441882293, 40.030891034453397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8969, "tnode_": 9107, "lpoly_": null, "rpoly_": null, "length": 365.69141313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYFAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 731, "r_f_add": 700, "r_t_add": 730, "st_code": 54460, "l_hundred": 700, "r_hundred": 700, "seg_id": 741745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYFAIR ST", "stname": "MAYFAIR ST", "objectid": 31131, "Shape__Length": 145.71831952078827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107911281270404, 40.032159839054302 ], [ -75.107606153859393, 40.0318759711189 ], [ -75.107086739154795, 40.0313813991622 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9356, "tnode_": 9506, "lpoly_": null, "rpoly_": null, "length": 341.59969218000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 767, "l_t_add": 773, "r_f_add": 766, "r_t_add": 774, "st_code": 36160, "l_hundred": 700, "r_hundred": 700, "seg_id": 741747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARLAND ST", "stname": "GARLAND ST", "objectid": 31132, "Shape__Length": 136.12141889508001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107343347051597, 40.0300482132361 ], [ -75.107120132656902, 40.029830925305198 ], [ -75.106586179920299, 40.0293129964843 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9191, "tnode_": 9411, "lpoly_": null, "rpoly_": null, "length": 553.43001460999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYFAIR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 777, "l_t_add": 799, "r_f_add": 776, "r_t_add": 798, "st_code": 54460, "l_hundred": 700, "r_hundred": 700, "seg_id": 741748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYFAIR ST", "stname": "MAYFAIR ST", "objectid": 31133, "Shape__Length": 220.52065169847253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106538441882293, 40.030891034453397 ], [ -75.106303966362901, 40.030666896503597 ], [ -75.105287432967003, 40.029714946233803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9010, "tnode_": 9233, "lpoly_": null, "rpoly_": null, "length": 639.71106366000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 811, "l_t_add": 825, "r_f_add": 752, "r_t_add": 784, "st_code": 11280, "l_hundred": 800, "r_hundred": 700, "seg_id": 741749, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31134, "Shape__Length": 254.79978080139924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105521149431894, 40.031823605496001 ], [ -75.105345311820301, 40.031659207136499 ], [ -75.104081051578603, 40.030665509109099 ], [ -75.104026860056905, 40.030633825521399 ], [ -75.103976267563397, 40.0306113558878 ], [ -75.103905374573699, 40.030598255068803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8952, "tnode_": 9010, "lpoly_": null, "rpoly_": null, "length": 158.19732604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 809, "r_f_add": 748, "r_t_add": 750, "st_code": 11280, "l_hundred": 800, "r_hundred": 700, "seg_id": 741753, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31135, "Shape__Length": 63.035954165567986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105880757314793, 40.032158402837901 ], [ -75.105790690644199, 40.032080749800301 ], [ -75.105521149431894, 40.031823605496001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9416, "tnode_": 9262, "lpoly_": null, "rpoly_": null, "length": 247.67413978000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5196, "l_t_add": 5206, "r_f_add": 5137, "r_t_add": 5207, "st_code": 33120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741755, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 31136, "Shape__Length": 98.816584074767889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109727467968099, 40.029862181594702 ], [ -75.109600773320494, 40.030179825721497 ], [ -75.109492867655007, 40.030517439669502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10168, "tnode_": 9935, "lpoly_": null, "rpoly_": null, "length": 456.6260622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5052, "l_t_add": 5092, "r_f_add": 5051, "r_t_add": 5093, "st_code": 33120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741759, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 31137, "Shape__Length": 182.22247854440783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109898002420294, 40.026330785675803 ], [ -75.1099625923693, 40.0271764099693 ], [ -75.110011713542903, 40.027581063874301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10168, "tnode_": 10245, "lpoly_": null, "rpoly_": null, "length": 430.08397903000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JERICHO", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 46060, "l_hundred": 700, "r_hundred": 700, "seg_id": 741761, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JERICHO RD", "stname": "JERICHO RD", "objectid": 31138, "Shape__Length": 171.12386090250538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109898002420294, 40.026330785675803 ], [ -75.109389696825502, 40.026360345254503 ], [ -75.109048257352001, 40.026187089636998 ], [ -75.1085744632623, 40.025883410869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10045, "tnode_": 10148, "lpoly_": null, "rpoly_": null, "length": 308.15007052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERKNESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 751, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 42080, "l_hundred": 700, "r_hundred": 700, "seg_id": 741763, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERKNESS ST", "stname": "HERKNESS ST", "objectid": 31139, "Shape__Length": 122.68259406865239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108895341737806, 40.0269565870693 ], [ -75.108513307643094, 40.026711004010203 ], [ -75.108042435262007, 40.026422229368997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9935, "tnode_": 10045, "lpoly_": null, "rpoly_": null, "length": 386.68503961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERKNESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 750, "st_code": 42080, "l_hundred": 700, "r_hundred": 700, "seg_id": 741764, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERKNESS ST", "stname": "HERKNESS ST", "objectid": 31140, "Shape__Length": 153.91860278915016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110011713542903, 40.027581063874301 ], [ -75.109538550282707, 40.0273260370519 ], [ -75.108895341737806, 40.0269565870693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9776, "tnode_": 9893, "lpoly_": null, "rpoly_": null, "length": 279.29165268000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMYLIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 849, "r_f_add": 800, "r_t_add": 848, "st_code": 73200, "l_hundred": 800, "r_hundred": 800, "seg_id": 741766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMYLIE RD", "stname": "SMYLIE RD", "objectid": 31141, "Shape__Length": 111.39805673059432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107665892312795, 40.028345773318101 ], [ -75.1074782405381, 40.027982067594202 ], [ -75.107294386435498, 40.027634271012097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9818, "tnode_": 9658, "lpoly_": null, "rpoly_": null, "length": 312.260853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5210, "l_t_add": 5232, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 5200, "r_hundred": 0, "seg_id": 741767, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "2007-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 31142, "Shape__Length": 124.49933073690401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1063512853178, 40.028126610275201 ], [ -75.106171319019893, 40.0283391870353 ], [ -75.105912340873402, 40.028659619797203 ], [ -75.106010952662601, 40.028872861296001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9930, "tnode_": 9508, "lpoly_": null, "rpoly_": null, "length": 829.03138758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 64000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741769, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 31143, "Shape__Length": 330.44141255997255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105787827499796, 40.027444727493503 ], [ -75.104395404382501, 40.0288546827773 ], [ -75.104439067826604, 40.028954630964897 ], [ -75.104439392773003, 40.028955375494697 ], [ -75.104632594402304, 40.029326044140397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10045, "tnode_": 9893, "lpoly_": null, "rpoly_": null, "length": 525.78821078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEBUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 55080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741771, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEBUS ST", "stname": "MEBUS ST", "objectid": 31144, "Shape__Length": 209.21079676792004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108895341737806, 40.0269565870693 ], [ -75.108707300709995, 40.027171813795 ], [ -75.108640658865696, 40.027216273248698 ], [ -75.107631069260506, 40.0275241795757 ], [ -75.107294386435498, 40.027634271012097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10468, "tnode_": 10449, "lpoly_": null, "rpoly_": null, "length": 363.83493178999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 601, "l_t_add": 635, "r_f_add": 600, "r_t_add": 634, "st_code": 69860, "l_hundred": 600, "r_hundred": 600, "seg_id": 741773, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31145, "Shape__Length": 144.62180740227851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110939523014295, 40.024863368764002 ], [ -75.110211157015002, 40.024826824058103 ], [ -75.109642587891202, 40.024805792990797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10461, "tnode_": 10465, "lpoly_": null, "rpoly_": null, "length": 287.70669800999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 527, "l_t_add": 599, "r_f_add": 540, "r_t_add": 598, "st_code": 69860, "l_hundred": 500, "r_hundred": 500, "seg_id": 741774, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31146, "Shape__Length": 114.36092073092532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114351723303798, 40.024960433130701 ], [ -75.114125392057701, 40.024952676679199 ], [ -75.113897772190896, 40.024944875783497 ], [ -75.1133254291464, 40.024925257654999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27085, "tnode_": 10454, "lpoly_": null, "rpoly_": null, "length": 154.03009088, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 521, "l_t_add": 523, "r_f_add": 520, "r_t_add": 528, "st_code": 69860, "l_hundred": 500, "r_hundred": 500, "seg_id": 741775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31147, "Shape__Length": 61.225614336815781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115071519025093, 40.024980184028699 ], [ -75.114848966466894, 40.024975078235002 ], [ -75.114723335295906, 40.024973872124498 ], [ -75.114522023697504, 40.024964222687998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10439, "tnode_": 10268, "lpoly_": null, "rpoly_": null, "length": 343.10203758999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 61760, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741776, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORMES ST", "stname": "ORMES ST", "objectid": 31148, "Shape__Length": 136.90564601106473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118865703042204, 40.025113339539701 ], [ -75.118751623756907, 40.025698582405298 ], [ -75.118671492268106, 40.026043197863999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10446, "tnode_": 10250, "lpoly_": null, "rpoly_": null, "length": 389.71446299000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSEHILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 69360, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741778, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSEHILL ST", "stname": "ROSEHILL ST", "objectid": 31149, "Shape__Length": 155.50680825307316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118153121976505, 40.025079347857002 ], [ -75.118019164073303, 40.025748031081399 ], [ -75.117943986725706, 40.026137006447598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10443, "tnode_": 10228, "lpoly_": null, "rpoly_": null, "length": 444.78910124000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5092, "r_f_add": 5001, "r_t_add": 5091, "st_code": 20720, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 31150, "Shape__Length": 177.48139742809622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117390854397797, 40.0250498819642 ], [ -75.1172064753559, 40.025846470911198 ], [ -75.117198798004694, 40.025880477209697 ], [ -75.1171426783893, 40.026255385224999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10439, "tnode_": 10446, "lpoly_": null, "rpoly_": null, "length": 199.95443208, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 321, "l_t_add": 339, "r_f_add": 320, "r_t_add": 338, "st_code": 69860, "l_hundred": 300, "r_hundred": 300, "seg_id": 741780, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31151, "Shape__Length": 79.480942397529816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118865703042204, 40.025113339539701 ], [ -75.1185222960125, 40.025099344814798 ], [ -75.118153121976505, 40.025079347857002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10446, "tnode_": 10443, "lpoly_": null, "rpoly_": null, "length": 213.76121405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 341, "l_t_add": 399, "r_f_add": 340, "r_t_add": 398, "st_code": 69860, "l_hundred": 300, "r_hundred": 300, "seg_id": 741781, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31152, "Shape__Length": 84.968608404932056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118153121976505, 40.025079347857002 ], [ -75.117760833439903, 40.025067458046202 ], [ -75.117390854397797, 40.0250498819642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10447, "tnode_": 10217, "lpoly_": null, "rpoly_": null, "length": 481.28115211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOUDINOT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 18480, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741785, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOUDINOT ST", "stname": "BOUDINOT ST", "objectid": 31153, "Shape__Length": 192.05403343906374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116533187530095, 40.025034054384101 ], [ -75.116520573312499, 40.025096819989102 ], [ -75.116479301483693, 40.025752725129799 ], [ -75.116469941792602, 40.025903993206498 ], [ -75.116557639365794, 40.026348461550199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10451, "tnode_": 10178, "lpoly_": null, "rpoly_": null, "length": 531.09680148000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 27080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 31154, "Shape__Length": 211.93928509362837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115831993960796, 40.025012051604598 ], [ -75.115761986965595, 40.026012148236397 ], [ -75.115734944067995, 40.0264680548377 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10457, "tnode_": 10159, "lpoly_": null, "rpoly_": null, "length": 573.68457163999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANSBACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 38100, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741787, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANSBACK ST", "stname": "GRANSBACK ST", "objectid": 31155, "Shape__Length": 228.92963809252208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115136909255298, 40.024981684391904 ], [ -75.115069867699404, 40.026101666805097 ], [ -75.115071642935504, 40.026200064757703 ], [ -75.115149796594096, 40.026550204724401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10311, "tnode_": 10139, "lpoly_": null, "rpoly_": null, "length": 352.13751551999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RORER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5031, "r_t_add": 5099, "st_code": 69260, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RORER ST", "stname": "RORER ST", "objectid": 31156, "Shape__Length": 140.51918095929881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114339454068002, 40.025706319042101 ], [ -75.114391075413295, 40.025842900552703 ], [ -75.114418194029298, 40.026190952570701 ], [ -75.114421776390103, 40.026666697975202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10443, "tnode_": 10447, "lpoly_": null, "rpoly_": null, "length": 240.41632045, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 421, "r_f_add": 400, "r_t_add": 420, "st_code": 69860, "l_hundred": 400, "r_hundred": 400, "seg_id": 741790, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31157, "Shape__Length": 95.563496758597211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117390854397797, 40.0250498819642 ], [ -75.116945013610902, 40.025053365823801 ], [ -75.116533187530095, 40.025034054384101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10447, "tnode_": 10451, "lpoly_": null, "rpoly_": null, "length": 196.54758966, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 423, "l_t_add": 499, "r_f_add": 422, "r_t_add": 498, "st_code": 69860, "l_hundred": 400, "r_hundred": 400, "seg_id": 741792, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31158, "Shape__Length": 78.125990490438312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116533187530095, 40.025034054384101 ], [ -75.116189064293394, 40.025025967711102 ], [ -75.115831993960796, 40.025012051604598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10451, "tnode_": 10457, "lpoly_": null, "rpoly_": null, "length": 194.98132729, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 516, "st_code": 69860, "l_hundred": 500, "r_hundred": 500, "seg_id": 741794, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31159, "Shape__Length": 77.503842692974942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115831993960796, 40.025012051604598 ], [ -75.115422982681196, 40.024995839909202 ], [ -75.115136909255298, 40.024981684391904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10465, "tnode_": 10311, "lpoly_": null, "rpoly_": null, "length": 414.46525561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 17620, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 741799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31160, "Shape__Length": 165.06888546169878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1133254291464, 40.024925257654999 ], [ -75.113388920571197, 40.025067535516897 ], [ -75.113501579889103, 40.025222170804497 ], [ -75.113624716261896, 40.025332031967999 ], [ -75.113840626495303, 40.025454986433303 ], [ -75.114339454068002, 40.025706319042101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10264, "tnode_": 10082, "lpoly_": null, "rpoly_": null, "length": 326.39583357000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4948, "l_t_add": 4964, "r_f_add": 5009, "r_t_add": 5029, "st_code": 68600, "l_hundred": 4900, "r_hundred": 5000, "seg_id": 741801, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31161, "Shape__Length": 130.1102902378845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121845143577005, 40.026164960774999 ], [ -75.121383381016102, 40.026705909852403 ], [ -75.121228155555301, 40.026924415735103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10102, "tnode_": 9969, "lpoly_": null, "rpoly_": null, "length": 273.58539241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5124, "r_f_add": 5101, "r_t_add": 5121, "st_code": 20720, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741803, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 31162, "Shape__Length": 109.15779704211891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117265472238799, 40.026827766492502 ], [ -75.117396750358694, 40.027277044461997 ], [ -75.117489061798594, 40.027558795561802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10082, "tnode_": 10002, "lpoly_": null, "rpoly_": null, "length": 241.01670557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4966, "l_t_add": 4982, "r_f_add": 5031, "r_t_add": 5037, "st_code": 68600, "l_hundred": 4900, "r_hundred": 5000, "seg_id": 741805, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31163, "Shape__Length": 96.071706670048599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121228155555301, 40.026924415735103 ], [ -75.120865328616304, 40.0273665422595 ], [ -75.1207612700981, 40.027480044629002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9969, "tnode_": 9860, "lpoly_": null, "rpoly_": null, "length": 189.61673094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5126, "l_t_add": 5142, "r_f_add": 5123, "r_t_add": 5143, "st_code": 20720, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 31164, "Shape__Length": 75.662884621900247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117489061798594, 40.027558795561802 ], [ -75.117553462342102, 40.027829554871502 ], [ -75.1176037975751, 40.028071755308503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9968, "tnode_": 9835, "lpoly_": null, "rpoly_": null, "length": 302.61492196999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 4986, "l_t_add": 5198, "r_f_add": 5043, "r_t_add": 5149, "st_code": 68600, "l_hundred": 4900, "r_hundred": 5000, "seg_id": 741809, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31165, "Shape__Length": 120.63108116313222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120616134673099, 40.027635771938201 ], [ -75.120332573943898, 40.027990127135403 ], [ -75.120038837488295, 40.028337928858903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9860, "tnode_": 9749, "lpoly_": null, "rpoly_": null, "length": 225.88744342000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5144, "l_t_add": 5198, "r_f_add": 5145, "r_t_add": 5199, "st_code": 20720, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 31166, "Shape__Length": 90.13445064218854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1176037975751, 40.028071755308503 ], [ -75.117674581889105, 40.028350226782599 ], [ -75.117755377687601, 40.028680791738203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9835, "tnode_": 9749, "lpoly_": null, "rpoly_": null, "length": 651.63583871000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 13520, "l_hundred": 200, "r_hundred": 200, "seg_id": 741813, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31167, "Shape__Length": 259.06913600557715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120038837488295, 40.028337928858903 ], [ -75.118233429228198, 40.028621065845201 ], [ -75.117755377687601, 40.028680791738203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9749, "tnode_": 9391, "lpoly_": null, "rpoly_": null, "length": 628.45028522999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "C", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 20720, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741815, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "C ST", "stname": "C ST", "objectid": 31168, "Shape__Length": 250.64098017694042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117755377687601, 40.028680791738203 ], [ -75.1179548196681, 40.029598383480703 ], [ -75.1180464442849, 40.030008060591797 ], [ -75.118065044421996, 40.030015340075501 ], [ -75.118338090735193, 40.030184613873402 ], [ -75.118446666556906, 40.030226697482 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10009, "tnode_": 9670, "lpoly_": null, "rpoly_": null, "length": 754.61405861000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 17620, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-07-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31169, "Shape__Length": 300.77162489493031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114670534380494, 40.027203026336103 ], [ -75.114460694117, 40.0274320638622 ], [ -75.114289668382, 40.0276210860509 ], [ -75.113148554759604, 40.028912410206097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9637, "tnode_": 9606, "lpoly_": null, "rpoly_": null, "length": 233.30553675, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 511, "l_t_add": 517, "r_f_add": 510, "r_t_add": 516, "st_code": 13520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741819, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31170, "Shape__Length": 92.751346845658134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115140775453995, 40.0290669984198 ], [ -75.114682158426902, 40.029135881304498 ], [ -75.114318450825806, 40.029166104168098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9305, "tnode_": 9281, "lpoly_": null, "rpoly_": null, "length": 246.79622529, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 525, "l_t_add": 551, "r_f_add": 524, "r_t_add": 550, "st_code": 76520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741820, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31171, "Shape__Length": 98.111262182009597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115483919958606, 40.030521953365302 ], [ -75.115013237013699, 40.030563128274999 ], [ -75.114607794800193, 40.030595227507497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9606, "tnode_": 9622, "lpoly_": null, "rpoly_": null, "length": 240.23729798, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 519, "l_t_add": 573, "r_f_add": 518, "r_t_add": 572, "st_code": 13520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741822, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31172, "Shape__Length": 95.514670134546023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114318450825806, 40.029166104168098 ], [ -75.113906162045794, 40.029140691303297 ], [ -75.1134806044671, 40.029042653919703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9281, "tnode_": 9258, "lpoly_": null, "rpoly_": null, "length": 245.98962552999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 553, "l_t_add": 577, "r_f_add": 552, "r_t_add": 576, "st_code": 76520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741824, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31173, "Shape__Length": 97.791041317328194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114607794800193, 40.030595227507497 ], [ -75.114168578373906, 40.030634376509099 ], [ -75.113734906094095, 40.030670913781101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9670, "tnode_": 9225, "lpoly_": null, "rpoly_": null, "length": 786.74608605999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 17620, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31174, "Shape__Length": 313.70163531538435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113148554759604, 40.028912410206097 ], [ -75.1129655282557, 40.029114961511603 ], [ -75.112044530649996, 40.0301918515447 ], [ -75.111994199654106, 40.030313400377501 ], [ -75.111983844000903, 40.030401846356398 ], [ -75.111983133740907, 40.030600290844497 ], [ -75.112031122385304, 40.030806513443999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8835, "tnode_": 8850, "lpoly_": null, "rpoly_": null, "length": 198.2935111, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 497, "r_f_add": 400, "r_t_add": 496, "st_code": 23520, "l_hundred": 400, "r_hundred": 400, "seg_id": 741827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 31175, "Shape__Length": 78.837914192403431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116085903470307, 40.033046437926899 ], [ -75.115661490186497, 40.032988515065398 ], [ -75.115388320033702, 40.032952861937297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8581, "tnode_": 8693, "lpoly_": null, "rpoly_": null, "length": 251.91182673, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 61340, "l_hundred": 400, "r_hundred": 400, "seg_id": 741829, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31176, "Shape__Length": 100.42381048945673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114899714525194, 40.0344561132123 ], [ -75.114656470141696, 40.034183268976101 ], [ -75.114409550574507, 40.033876471066797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8693, "tnode_": 8880, "lpoly_": null, "rpoly_": null, "length": 493.49048671000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 559, "r_f_add": 500, "r_t_add": 598, "st_code": 61340, "l_hundred": 500, "r_hundred": 500, "seg_id": 741831, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31177, "Shape__Length": 196.73863315506344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114409550574507, 40.033876471066797 ], [ -75.114221097067897, 40.033627916132197 ], [ -75.113476117395805, 40.032727611804098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27627, "tnode_": 8880, "lpoly_": null, "rpoly_": null, "length": 482.21275798, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 23520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 31178, "Shape__Length": 191.71400106744954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115177793671293, 40.032930237041597 ], [ -75.114796037661307, 40.0328892089357 ], [ -75.113986316839302, 40.032792109754403 ], [ -75.113476117395805, 40.032727611804098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10047, "tnode_": 9902, "lpoly_": null, "rpoly_": null, "length": 256.82260206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5126, "r_f_add": 5101, "r_t_add": 5123, "st_code": 82500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741834, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTFORD RD", "stname": "WESTFORD RD", "objectid": 31179, "Shape__Length": 102.47608448710389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115585118579801, 40.027076274995501 ], [ -75.115715854585801, 40.027560657579002 ], [ -75.115761617026706, 40.027768003214497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9622, "tnode_": 9670, "lpoly_": null, "rpoly_": null, "length": 104.39225765, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 575, "l_t_add": 699, "r_f_add": 574, "r_t_add": 698, "st_code": 13520, "l_hundred": 500, "r_hundred": 500, "seg_id": 741837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31180, "Shape__Length": 41.531083396201744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1134806044671, 40.029042653919703 ], [ -75.113148554759604, 40.028912410206097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9245, "tnode_": 9225, "lpoly_": null, "rpoly_": null, "length": 374.40792521999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 76520, "l_hundred": 600, "r_hundred": 600, "seg_id": 741839, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31181, "Shape__Length": 148.84045854731838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113362485141806, 40.030712131793102 ], [ -75.112031122385304, 40.030806513443999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8533, "tnode_": 8543, "lpoly_": null, "rpoly_": null, "length": 199.58021864, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 317, "r_f_add": 300, "r_t_add": 316, "st_code": 61340, "l_hundred": 300, "r_hundred": 300, "seg_id": 741843, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31182, "Shape__Length": 79.352791161337763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117553900272497, 40.0348030528938 ], [ -75.117165196283807, 40.034743971165597 ], [ -75.116853224277705, 40.034702905457699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8275, "tnode_": 8285, "lpoly_": null, "rpoly_": null, "length": 203.49900555, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 22980, "l_hundred": 0, "r_hundred": 0, "seg_id": 741845, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHEW AVE", "stname": "E CHEW AVE", "objectid": 31183, "Shape__Length": 80.911497208001293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117237485205607, 40.036351600549501 ], [ -75.116846875349907, 40.0363038632523 ], [ -75.116521594136103, 40.036255790736597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8543, "tnode_": 8556, "lpoly_": null, "rpoly_": null, "length": 197.5554696, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 319, "l_t_add": 333, "r_f_add": 318, "r_t_add": 338, "st_code": 61340, "l_hundred": 300, "r_hundred": 300, "seg_id": 741847, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31184, "Shape__Length": 78.543717263938817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116853224277705, 40.034702905457699 ], [ -75.116507211664796, 40.034665187785102 ], [ -75.116155127173798, 40.034624519512299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8285, "tnode_": 8306, "lpoly_": null, "rpoly_": null, "length": 197.26651305000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 333, "r_f_add": 300, "r_t_add": 332, "st_code": 22980, "l_hundred": 300, "r_hundred": 300, "seg_id": 741849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHEW AVE", "stname": "E CHEW AVE", "objectid": 31185, "Shape__Length": 78.432815351682734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116521594136103, 40.036255790736597 ], [ -75.116184904991698, 40.036214163843198 ], [ -75.115827022726606, 40.036165321920102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8556, "tnode_": 8567, "lpoly_": null, "rpoly_": null, "length": 193.52008317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 335, "l_t_add": 339, "r_f_add": 340, "r_t_add": 362, "st_code": 61340, "l_hundred": 300, "r_hundred": 300, "seg_id": 741851, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31186, "Shape__Length": 76.943071111437035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116155127173798, 40.034624519512299 ], [ -75.115835480885806, 40.034578197729402 ], [ -75.115475703195997, 40.034527289124803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8306, "tnode_": 8331, "lpoly_": null, "rpoly_": null, "length": 195.31387812999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 335, "l_t_add": 349, "r_f_add": 334, "r_t_add": 348, "st_code": 22980, "l_hundred": 300, "r_hundred": 300, "seg_id": 741853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHEW AVE", "stname": "E CHEW AVE", "objectid": 31187, "Shape__Length": 77.674896160272965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115827022726606, 40.036165321920102 ], [ -75.115510787305595, 40.036090139296697 ], [ -75.1151610692758, 40.036005854070297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8567, "tnode_": 8331, "lpoly_": null, "rpoly_": null, "length": 545.77405917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 12920, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARBOR ST", "stname": "ARBOR ST", "objectid": 31188, "Shape__Length": 217.80667049718031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115475703195997, 40.034527289124803 ], [ -75.1151610692758, 40.036005854070297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8581, "tnode_": 8402, "lpoly_": null, "rpoly_": null, "length": 445.20518327000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5600, "l_t_add": 5642, "r_f_add": 5601, "r_t_add": 5619, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 741857, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31189, "Shape__Length": 177.48172217199402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114899714525194, 40.0344561132123 ], [ -75.114615040606594, 40.034804656189799 ], [ -75.114033162244596, 40.035480686619003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8927, "tnode_": 8797, "lpoly_": null, "rpoly_": null, "length": 234.24253696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "B", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5424, "l_t_add": 5498, "r_f_add": 5425, "r_t_add": 5499, "st_code": 15380, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741859, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "B ST", "stname": "B ST", "objectid": 31190, "Shape__Length": 93.477584221497708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118003722005, 40.032640732707002 ], [ -75.117923095358805, 40.032977647090497 ], [ -75.117866666412198, 40.033274955381899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8884, "tnode_": 8768, "lpoly_": null, "rpoly_": null, "length": 231.61272738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5422, "l_t_add": 5498, "r_f_add": 5423, "r_t_add": 5499, "st_code": 31220, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741861, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 31191, "Shape__Length": 92.433601562378016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119342971333793, 40.032812630749802 ], [ -75.119294331730202, 40.033149976761997 ], [ -75.119249684374694, 40.033444375731598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9073, "tnode_": 8914, "lpoly_": null, "rpoly_": null, "length": 353.98334761000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 75840, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYCAMORE ST", "stname": "SYCAMORE ST", "objectid": 31192, "Shape__Length": 141.11357320722294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118957805102497, 40.031856149420697 ], [ -75.118523392873399, 40.0323911490431 ], [ -75.118275587512002, 40.032674056603199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9066, "tnode_": 8884, "lpoly_": null, "rpoly_": null, "length": 330.01216604999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5420, "r_f_add": 5401, "r_t_add": 5421, "st_code": 31220, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 741865, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLA ST", "stname": "ELLA ST", "objectid": 31193, "Shape__Length": 131.70084920993997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119487534071197, 40.0319135539999 ], [ -75.119393439110397, 40.0325093611035 ], [ -75.119342971333793, 40.032812630749802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9762, "tnode_": 9633, "lpoly_": null, "rpoly_": null, "length": 217.83507259000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "A", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5208, "r_f_add": 5201, "r_t_add": 5209, "st_code": 11020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741867, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "A ST", "stname": "A ST", "objectid": 31194, "Shape__Length": 86.924756959956028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120865457359898, 40.028642448241897 ], [ -75.120788564033901, 40.028962692430497 ], [ -75.120737307416803, 40.029232155960301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9835, "tnode_": 9721, "lpoly_": null, "rpoly_": null, "length": 224.92779227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5218, "r_f_add": 5151, "r_t_add": 5199, "st_code": 68600, "l_hundred": 5200, "r_hundred": 5100, "seg_id": 741869, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31195, "Shape__Length": 89.660618647373184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120038837488295, 40.028337928858903 ], [ -75.119770933524805, 40.028640224973003 ], [ -75.119604000617798, 40.028856716339 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9080, "tnode_": 9065, "lpoly_": null, "rpoly_": null, "length": 196.24845994, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "FISHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 628, "r_f_add": 601, "r_t_add": 629, "st_code": 34140, "l_hundred": 600, "r_hundred": 600, "seg_id": 741871, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W FISHER AVE", "stname": "W FISHER AVE", "objectid": 31196, "Shape__Length": 78.023230996782445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133474984500495, 40.032137425435899 ], [ -75.133850043321701, 40.0321879004265 ], [ -75.134166136093, 40.032226495510002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9381, "tnode_": 9359, "lpoly_": null, "rpoly_": null, "length": 195.10449402, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 29400, "l_hundred": 600, "r_hundred": 600, "seg_id": 741873, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 31197, "Shape__Length": 77.56570866818744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133808222755704, 40.030593125426599 ], [ -75.134201062111103, 40.030645670492099 ], [ -75.134496414314299, 40.030676000384602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9222, "tnode_": 9164, "lpoly_": null, "rpoly_": null, "length": 116.60726458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5240, "r_f_add": 5201, "r_t_add": 5241, "st_code": 34980, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741875, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 31198, "Shape__Length": 46.535031528629098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1355707331075, 40.031424857735402 ], [ -75.135567282852406, 40.031468416613897 ], [ -75.135521288188201, 40.031742607619996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9668, "tnode_": 9299, "lpoly_": null, "rpoly_": null, "length": 573.04963048000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87950, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741877, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 31199, "Shape__Length": 228.67421644109876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137094050959206, 40.029421348893798 ], [ -75.137018052226196, 40.029808436055198 ], [ -75.136759906184594, 40.030973271320001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9643, "tnode_": 9275, "lpoly_": null, "rpoly_": null, "length": 572.03034434000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 87970, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741879, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 31200, "Shape__Length": 228.26418342417998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138052638301303, 40.029542347842202 ], [ -75.137970453101502, 40.029932442079598 ], [ -75.137694409568397, 40.031088237531499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9275, "tnode_": 9122, "lpoly_": null, "rpoly_": null, "length": 334.82752368999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5200, "l_t_add": 5238, "r_f_add": 5201, "r_t_add": 5239, "st_code": 87970, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 31201, "Shape__Length": 133.61629560503124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137694409568397, 40.031088237531499 ], [ -75.137564715689194, 40.031737462430101 ], [ -75.137509527492, 40.031996314966698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9299, "tnode_": 9148, "lpoly_": null, "rpoly_": null, "length": 334.1012026, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5220, "r_f_add": 5201, "r_t_add": 5221, "st_code": 87950, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 31202, "Shape__Length": 133.32367084570481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136759906184594, 40.030973271320001 ], [ -75.136621389245093, 40.031598845494301 ], [ -75.136557465314198, 40.031877115927898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9148, "tnode_": 9006, "lpoly_": null, "rpoly_": null, "length": 237.24233222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5222, "l_t_add": 5298, "r_f_add": 5223, "r_t_add": 5299, "st_code": 87950, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741883, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 31203, "Shape__Length": 94.673617821345928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136557465314198, 40.031877115927898 ], [ -75.136487917755204, 40.032194113143397 ], [ -75.1364176384172, 40.032519442545798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9122, "tnode_": 8989, "lpoly_": null, "rpoly_": null, "length": 234.31888562, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5240, "l_t_add": 5298, "r_f_add": 5241, "r_t_add": 5299, "st_code": 87970, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 741885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 31204, "Shape__Length": 93.50565755703343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137509527492, 40.031996314966698 ], [ -75.137431723439605, 40.032321829614602 ], [ -75.137361531967002, 40.0326294023494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9621, "tnode_": 9257, "lpoly_": null, "rpoly_": null, "length": 569.91179158, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 44180, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 741889, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 31205, "Shape__Length": 227.42172536547869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138821229993098, 40.029647929253201 ], [ -75.138481071480101, 40.0311903970982 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9668, "tnode_": 9643, "lpoly_": null, "rpoly_": null, "length": 272.03833326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 50940, "l_hundred": 800, "r_hundred": 800, "seg_id": 741891, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 31206, "Shape__Length": 108.15050936944323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137094050959206, 40.029421348893798 ], [ -75.137601016182899, 40.029486847887704 ], [ -75.138052638301303, 40.029542347842202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8218, "tnode_": 8086, "lpoly_": null, "rpoly_": null, "length": 282.08060428, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5528, "l_t_add": 5598, "r_f_add": 5529, "r_t_add": 5599, "st_code": 88010, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 31207, "Shape__Length": 112.57471409836856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139660473816406, 40.0371354714094 ], [ -75.139555477633195, 40.037557616529199 ], [ -75.139490378157305, 40.037898517756197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8267, "tnode_": 8147, "lpoly_": null, "rpoly_": null, "length": 281.38989527999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5550, "l_t_add": 5598, "r_f_add": 5551, "r_t_add": 5599, "st_code": 87990, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 741895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 31208, "Shape__Length": 112.29943420026291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138111779093094, 40.036786087919097 ], [ -75.138017257272494, 40.037203288260599 ], [ -75.137947478200601, 40.037548110835999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8203, "tnode_": 8304, "lpoly_": null, "rpoly_": null, "length": 316.20033236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAGNER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 80880, "l_hundred": 800, "r_hundred": 800, "seg_id": 741896, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAGNER AVE", "stname": "WAGNER AVE", "objectid": 31209, "Shape__Length": 125.9733354803934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136439194279902, 40.037205232682702 ], [ -75.136826460882304, 40.036897909843603 ], [ -75.137210158592893, 40.036571180374096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6098, "tnode_": 5966, "lpoly_": null, "rpoly_": null, "length": 251.86729845, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 35200, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741898, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31210, "Shape__Length": 100.53288003958528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118948374197998, 40.047001277059003 ], [ -75.118879239992907, 40.047316904618597 ], [ -75.118858829364996, 40.047413812901702 ], [ -75.118805578519897, 40.047683896907103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6075, "tnode_": 5966, "lpoly_": null, "rpoly_": null, "length": 545.9898634, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "64TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 89090, "l_hundred": 100, "r_hundred": 100, "seg_id": 741900, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E 64TH AVE", "stname": "E 64TH AVE", "objectid": 31211, "Shape__Length": 217.29724935575891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117227635763598, 40.047133355137802 ], [ -75.117220043546297, 40.047195078110299 ], [ -75.117217441931103, 40.047248166485403 ], [ -75.117233832553396, 40.047335320083803 ], [ -75.117332528618306, 40.0474429968123 ], [ -75.117543008496398, 40.0475225380277 ], [ -75.118805578519897, 40.047683896907103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6411, "tnode_": 6098, "lpoly_": null, "rpoly_": null, "length": 542.30217096000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6240, "l_t_add": 6298, "r_f_add": 6221, "r_t_add": 6299, "st_code": 35200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 741901, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31212, "Shape__Length": 216.45748533510738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119249810361396, 40.0455307310067 ], [ -75.118999046405705, 40.046752494587402 ], [ -75.118948374197998, 40.047001277059003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5966, "tnode_": 5708, "lpoly_": null, "rpoly_": null, "length": 512.03714728, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 35200, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 741903, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31213, "Shape__Length": 204.38138254443038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118805578519897, 40.047683896907103 ], [ -75.118739612351902, 40.0480454060732 ], [ -75.118566087350999, 40.048812595010403 ], [ -75.118506057045593, 40.049070360653801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6313, "tnode_": 6190, "lpoly_": null, "rpoly_": null, "length": 220.03353585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARISTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 33500, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARISTON DR", "stname": "FARISTON DR", "objectid": 31214, "Shape__Length": 87.82671559255536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113621219433199, 40.045861406076902 ], [ -75.113582698585603, 40.046093561313299 ], [ -75.113510402416793, 40.046459347781997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6364, "tnode_": 6159, "lpoly_": null, "rpoly_": null, "length": 356.91230544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOXHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 34880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741906, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOXHILL RD", "stname": "FOXHILL RD", "objectid": 31215, "Shape__Length": 142.37284456881093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115794692712896, 40.045734629592403 ], [ -75.115702961807898, 40.046092015417798 ], [ -75.115601790629995, 40.046312536600098 ], [ -75.115424247004199, 40.046517432126301 ], [ -75.115306140524396, 40.0466180252904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5847, "tnode_": 6190, "lpoly_": null, "rpoly_": null, "length": 885.99274395999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARISTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 165, "l_t_add": 299, "r_f_add": 172, "r_t_add": 298, "st_code": 33500, "l_hundred": 100, "r_hundred": 100, "seg_id": 741907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARISTON DR", "stname": "FARISTON DR", "objectid": 31216, "Shape__Length": 353.08810253578957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115104574221306, 40.048253441531202 ], [ -75.113659612885698, 40.047405755333102 ], [ -75.113472228973293, 40.047281685552598 ], [ -75.113417773554602, 40.047212565736402 ], [ -75.113384698020397, 40.047127967680403 ], [ -75.113425066771299, 40.046842829376502 ], [ -75.113510402416793, 40.046459347781997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5676, "tnode_": 5578, "lpoly_": null, "rpoly_": null, "length": 257.29323171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6500, "l_t_add": 6516, "r_f_add": 6501, "r_t_add": 6517, "st_code": 54200, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 31217, "Shape__Length": 102.70188747578652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120387332647397, 40.0493169029941 ], [ -75.120298532856395, 40.049711997646497 ], [ -75.120259389096503, 40.049901017222503 ], [ -75.120254505162293, 40.049961443579299 ], [ -75.120266841856093, 40.050014008936699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5465, "tnode_": 5270, "lpoly_": null, "rpoly_": null, "length": 498.24122624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6532, "l_t_add": 6598, "r_f_add": 6545, "r_t_add": 6599, "st_code": 54200, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 31218, "Shape__Length": 198.7282580898767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120101516061595, 40.0507611225391 ], [ -75.1202899753265, 40.050944662526497 ], [ -75.120359591376399, 40.051047473756398 ], [ -75.120409856998506, 40.051149841114402 ], [ -75.120431877326496, 40.051281332737602 ], [ -75.120410977711302, 40.051420772013202 ], [ -75.120375749222703, 40.051530114296 ], [ -75.120297508741999, 40.051658390999599 ], [ -75.120202071063602, 40.051754248815001 ], [ -75.119992121663302, 40.051958986193803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5578, "tnode_": 5190, "lpoly_": null, "rpoly_": null, "length": 1122.4885624399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 81240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 741913, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT PARK DR", "stname": "W WALNUT PARK DR", "objectid": 31219, "Shape__Length": 447.55792487232179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120266841856093, 40.050014008936699 ], [ -75.120788903852201, 40.0500863280839 ], [ -75.120933735069102, 40.050130782657597 ], [ -75.121059157864295, 40.050200321668498 ], [ -75.121200550770794, 40.050302813391298 ], [ -75.121297872337394, 40.050419546354199 ], [ -75.1214179399052, 40.050639439151702 ], [ -75.121455409952006, 40.050778927448697 ], [ -75.121480229158607, 40.051009785836598 ], [ -75.121455571457403, 40.0512747017316 ], [ -75.121409483244094, 40.051473555115599 ], [ -75.121348790591497, 40.051677853497601 ], [ -75.121259896004901, 40.051841787514498 ], [ -75.121078003953201, 40.052101701608798 ], [ -75.121080536773206, 40.052110953637701 ], [ -75.121026348587904, 40.052171558231102 ], [ -75.120808475402896, 40.052422411361398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5676, "tnode_": 5635, "lpoly_": null, "rpoly_": null, "length": 678.69775993000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 180, "l_t_add": 198, "r_f_add": 181, "r_t_add": 199, "st_code": 89140, "l_hundred": 100, "r_hundred": 100, "seg_id": 741915, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 31220, "Shape__Length": 269.9005865142741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120387332647397, 40.0493169029941 ], [ -75.120953025535499, 40.0493847555177 ], [ -75.1227787853108, 40.049622387630997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5951, "tnode_": 5635, "lpoly_": null, "rpoly_": null, "length": 662.54974282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87830, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 741918, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 31221, "Shape__Length": 264.46669349202114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123119879154203, 40.047822733308301 ], [ -75.123037655927703, 40.048195233695203 ], [ -75.1227787853108, 40.049622387630997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5914, "tnode_": 27625, "lpoly_": null, "rpoly_": null, "length": 656.19229833999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6432, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 87850, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 741920, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 31222, "Shape__Length": 261.92208258422437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125011849548002, 40.048083524335901 ], [ -75.1249388633411, 40.048455660262299 ], [ -75.124616224504393, 40.049858906720203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6073, "tnode_": 5951, "lpoly_": null, "rpoly_": null, "length": 210.61706936, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19120, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 87830, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741922, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 31223, "Shape__Length": 84.071611751645861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123210540426697, 40.047248788019999 ], [ -75.123158843731602, 40.047589409928499 ], [ -75.123119879154203, 40.047822733308301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6023, "tnode_": 5914, "lpoly_": null, "rpoly_": null, "length": 214.74722271, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 87850, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741924, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 31224, "Shape__Length": 85.714508852892465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125148785033005, 40.047503691979998 ], [ -75.125058499531804, 40.047843603072401 ], [ -75.125011849548002, 40.048083524335901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6165, "tnode_": 6023, "lpoly_": null, "rpoly_": null, "length": 249.84194616000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6300, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6349, "st_code": 87850, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 741926, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 31225, "Shape__Length": 99.723561279050841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125294908068994, 40.046827129948497 ], [ -75.125202729850898, 40.047236011889296 ], [ -75.125148785033005, 40.047503691979998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7687, "tnode_": 7676, "lpoly_": null, "rpoly_": null, "length": 318.42610744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 266, "l_t_add": 298, "r_f_add": 251, "r_t_add": 299, "st_code": 20940, "l_hundred": 200, "r_hundred": 200, "seg_id": 741928, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CALVERT ST", "stname": "W CALVERT ST", "objectid": 31226, "Shape__Length": 126.6022594910103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1256735724794, 40.039853013325903 ], [ -75.126029295987493, 40.039881699808397 ], [ -75.126806554533005, 40.039927884223502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7835, "tnode_": 7809, "lpoly_": null, "rpoly_": null, "length": 249.00651004999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 246, "l_t_add": 298, "r_f_add": 249, "r_t_add": 299, "st_code": 38040, "l_hundred": 200, "r_hundred": 200, "seg_id": 741930, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31227, "Shape__Length": 99.007930424631155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1261010927049, 40.039055080799599 ], [ -75.126244626405693, 40.039071143363898 ], [ -75.126978844725699, 40.039164823289902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7694, "tnode_": 7687, "lpoly_": null, "rpoly_": null, "length": 198.60247138999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 222, "l_t_add": 264, "r_f_add": 223, "r_t_add": 249, "st_code": 20940, "l_hundred": 200, "r_hundred": 200, "seg_id": 741932, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CALVERT ST", "stname": "W CALVERT ST", "objectid": 31228, "Shape__Length": 78.961726400600909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124966848080405, 40.039806641065802 ], [ -75.125331699342098, 40.039832028830702 ], [ -75.1256735724794, 40.039853013325903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6850, "tnode_": 6513, "lpoly_": null, "rpoly_": null, "length": 563.03685118, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 20980, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742001, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 31229, "Shape__Length": 224.72643539692822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140566189229304, 40.044047729518297 ], [ -75.140235984952099, 40.045572353876999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7848, "tnode_": 7838, "lpoly_": null, "rpoly_": null, "length": 197.03337944999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 210, "l_t_add": 236, "r_f_add": 245, "r_t_add": 245, "st_code": 38040, "l_hundred": 200, "r_hundred": 200, "seg_id": 741934, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31230, "Shape__Length": 78.341338637373468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125125200187696, 40.038939527949701 ], [ -75.125468000088105, 40.0389734406264 ], [ -75.1258212451703, 40.039018443757897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7698, "tnode_": 7694, "lpoly_": null, "rpoly_": null, "length": 201.18005132000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 220, "r_f_add": 201, "r_t_add": 221, "st_code": 20940, "l_hundred": 200, "r_hundred": 200, "seg_id": 741936, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CALVERT ST", "stname": "W CALVERT ST", "objectid": 31231, "Shape__Length": 79.986852209564944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124251375695394, 40.039755911630202 ], [ -75.124966848080405, 40.039806641065802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5346, "tnode_": 5332, "lpoly_": null, "rpoly_": null, "length": 252.67603727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 406, "r_f_add": 401, "r_t_add": 415, "st_code": 89180, "l_hundred": 400, "r_hundred": 400, "seg_id": 741938, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 31232, "Shape__Length": 100.48755917745504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125300071453196, 40.051502011642597 ], [ -75.1257604273559, 40.051569299309897 ], [ -75.126188449488595, 40.051624348666699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5332, "tnode_": 5317, "lpoly_": null, "rpoly_": null, "length": 272.53256974000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "66TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 408, "l_t_add": 498, "r_f_add": 417, "r_t_add": 499, "st_code": 89180, "l_hundred": 400, "r_hundred": 400, "seg_id": 741940, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "66TH AVE", "stname": "66TH AVE", "objectid": 31233, "Shape__Length": 108.38493139864664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126188449488595, 40.051624348666699 ], [ -75.126671111199599, 40.051695779525197 ], [ -75.1271462290876, 40.051758079921697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7345, "tnode_": 7322, "lpoly_": null, "rpoly_": null, "length": 235.65729722999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 648, "r_f_add": 601, "r_t_add": 649, "st_code": 59180, "l_hundred": 600, "r_hundred": 600, "seg_id": 741942, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31234, "Shape__Length": 93.704958212642794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131389658988695, 40.041657664232901 ], [ -75.131820942701594, 40.041715832693797 ], [ -75.132218962076493, 40.041768138035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7719, "tnode_": 7699, "lpoly_": null, "rpoly_": null, "length": 239.53496381, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 600, "l_t_add": 618, "r_f_add": 601, "r_t_add": 619, "st_code": 38040, "l_hundred": 600, "r_hundred": 600, "seg_id": 741944, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31235, "Shape__Length": 95.242272554066318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131787017109303, 40.039797451267901 ], [ -75.132223586255293, 40.0398443581389 ], [ -75.132632184352701, 40.039898749587501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7699, "tnode_": 7678, "lpoly_": null, "rpoly_": null, "length": 235.69576755, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 620, "l_t_add": 698, "r_f_add": 621, "r_t_add": 699, "st_code": 38040, "l_hundred": 600, "r_hundred": 600, "seg_id": 741946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31236, "Shape__Length": 93.716669337091403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132632184352701, 40.039898749587501 ], [ -75.133035868954707, 40.039949492908796 ], [ -75.133462928654396, 40.040003193733099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7322, "tnode_": 7301, "lpoly_": null, "rpoly_": null, "length": 231.86681172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 650, "l_t_add": 698, "r_f_add": 651, "r_t_add": 699, "st_code": 59180, "l_hundred": 600, "r_hundred": 600, "seg_id": 741948, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31237, "Shape__Length": 92.198842466591003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132218962076493, 40.041768138035202 ], [ -75.132638142857502, 40.041830751633398 ], [ -75.133033830448994, 40.041881266520399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7915, "tnode_": 7895, "lpoly_": null, "rpoly_": null, "length": 256.68061715000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 23000, "l_hundred": 900, "r_hundred": 900, "seg_id": 741950, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31238, "Shape__Length": 102.05871146631853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136731372372594, 40.038841071565201 ], [ -75.137171883850201, 40.03889988161 ], [ -75.137636423522906, 40.038952782424197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8203, "tnode_": 8147, "lpoly_": null, "rpoly_": null, "length": 440.45945458, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 61360, "l_hundred": 900, "r_hundred": 900, "seg_id": 741952, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31239, "Shape__Length": 175.16537136720865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136439194279902, 40.037205232682702 ], [ -75.137514598041804, 40.037441308535598 ], [ -75.137947478200601, 40.037548110835999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7895, "tnode_": 7877, "lpoly_": null, "rpoly_": null, "length": 223.18283641999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 23000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741954, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31240, "Shape__Length": 88.741879901063953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137636423522906, 40.038952782424197 ], [ -75.138048390373001, 40.039015235929497 ], [ -75.138420979813006, 40.039060330968702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8147, "tnode_": 8116, "lpoly_": null, "rpoly_": null, "length": 224.21979475999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1022, "r_f_add": 1001, "r_t_add": 1021, "st_code": 61360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741956, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31241, "Shape__Length": 89.167388502073806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137947478200601, 40.037548110835999 ], [ -75.138372656522193, 40.037641402136003 ], [ -75.138718175528993, 40.037715194683798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7877, "tnode_": 7859, "lpoly_": null, "rpoly_": null, "length": 224.88994826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 23000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741958, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31242, "Shape__Length": 89.418290612408697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138420979813006, 40.039060330968702 ], [ -75.138787790874204, 40.039098288885803 ], [ -75.139214412273304, 40.039155478677998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8116, "tnode_": 8086, "lpoly_": null, "rpoly_": null, "length": 226.30447877999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1024, "l_t_add": 1098, "r_f_add": 1023, "r_t_add": 1099, "st_code": 61360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741960, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31243, "Shape__Length": 90.00143468474829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138718175528993, 40.037715194683798 ], [ -75.139092806582795, 40.037801711710102 ], [ -75.139490378157305, 40.037898517756197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7859, "tnode_": 7847, "lpoly_": null, "rpoly_": null, "length": 227.00559284000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1120, "r_f_add": 1101, "r_t_add": 1121, "st_code": 23000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741962, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31244, "Shape__Length": 90.260586757489193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139214412273304, 40.039155478677998 ], [ -75.139621369889596, 40.039208890712601 ], [ -75.140014209093707, 40.039257469069099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8086, "tnode_": 8060, "lpoly_": null, "rpoly_": null, "length": 228.48016151, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1149, "st_code": 61360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741964, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31245, "Shape__Length": 90.866238456364115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139490378157305, 40.037898517756197 ], [ -75.139913123633903, 40.037992080438997 ], [ -75.1402708413477, 40.038081276285098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7847, "tnode_": 7832, "lpoly_": null, "rpoly_": null, "length": 221.95024802, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1122, "l_t_add": 1198, "r_f_add": 1123, "r_t_add": 1199, "st_code": 23000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741966, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31246, "Shape__Length": 88.251030024366173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140014209093707, 40.039257469069099 ], [ -75.140388952890405, 40.039306686441002 ], [ -75.140795750688596, 40.039359268011196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8060, "tnode_": 8032, "lpoly_": null, "rpoly_": null, "length": 223.90116165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1151, "r_t_add": 1199, "st_code": 61360, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741967, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31247, "Shape__Length": 89.043401329119845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1402708413477, 40.038081276285098 ], [ -75.140643409760202, 40.038169678491997 ], [ -75.141038055920902, 40.038254323629801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7832, "tnode_": 7813, "lpoly_": null, "rpoly_": null, "length": 223.38969646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1225, "st_code": 23000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31248, "Shape__Length": 88.823659748013739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140795750688596, 40.039359268011196 ], [ -75.141197776213104, 40.039417842347802 ], [ -75.141582191589293, 40.039461781031399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8032, "tnode_": 7999, "lpoly_": null, "rpoly_": null, "length": 225.05677857000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1248, "r_f_add": 1201, "r_t_add": 1249, "st_code": 61360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741970, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31249, "Shape__Length": 89.503301364103024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141038055920902, 40.038254323629801 ], [ -75.141474048030403, 40.038356825746 ], [ -75.141809122871905, 40.038428584920702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7999, "tnode_": 7966, "lpoly_": null, "rpoly_": null, "length": 224.24024906999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1250, "l_t_add": 1298, "r_f_add": 1251, "r_t_add": 1299, "st_code": 61360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741972, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W OLNEY AVE", "stname": "W OLNEY AVE", "objectid": 31250, "Shape__Length": 89.179435939219587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141809122871905, 40.038428584920702 ], [ -75.142207413403796, 40.0385157153531 ], [ -75.142576639929899, 40.038604174060502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7813, "tnode_": 7799, "lpoly_": null, "rpoly_": null, "length": 222.08062819, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 23000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741974, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHEW AVE", "stname": "W CHEW AVE", "objectid": 31251, "Shape__Length": 88.302606795180822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141582191589293, 40.039461781031399 ], [ -75.141967513678694, 40.039514592430002 ], [ -75.142364803242501, 40.039560493983501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7562, "tnode_": 7543, "lpoly_": null, "rpoly_": null, "length": 236.76944089, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 38040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 741975, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31252, "Shape__Length": 94.144240401179189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139615353792294, 40.040809325745798 ], [ -75.140048169622901, 40.040862844335997 ], [ -75.140450584544297, 40.0409109312506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7521, "tnode_": 7505, "lpoly_": null, "rpoly_": null, "length": 224.70888374999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 38040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741976, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31253, "Shape__Length": 89.350230996275741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141236777873004, 40.041011406102299 ], [ -75.1416410218431, 40.041059739385602 ], [ -75.142028032629199, 40.041114235781897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7543, "tnode_": 7521, "lpoly_": null, "rpoly_": null, "length": 223.15322681000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1223, "st_code": 38040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741977, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31254, "Shape__Length": 88.731167677398574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140450584544297, 40.0409109312506 ], [ -75.140885946038793, 40.040964768487697 ], [ -75.141236777873004, 40.041011406102299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7174, "tnode_": 7152, "lpoly_": null, "rpoly_": null, "length": 291.69294229000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1322, "r_f_add": 1301, "r_t_add": 1315, "st_code": 59180, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 741978, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31255, "Shape__Length": 115.98694385495506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141696831606197, 40.042629819847697 ], [ -75.142724812668703, 40.042759897962398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7191, "tnode_": 7174, "lpoly_": null, "rpoly_": null, "length": 225.40494036000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1214, "l_t_add": 1298, "r_f_add": 1215, "r_t_add": 1299, "st_code": 59180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741980, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31256, "Shape__Length": 89.628463456543244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140902480969501, 40.042529220071998 ], [ -75.141696831606197, 40.042629819847697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7211, "tnode_": 7191, "lpoly_": null, "rpoly_": null, "length": 221.90619684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1212, "r_f_add": 1201, "r_t_add": 1213, "st_code": 59180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 741982, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31257, "Shape__Length": 88.236467162963251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140119711011295, 40.0424337478917 ], [ -75.140902480969501, 40.042529220071998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6590, "tnode_": 6575, "lpoly_": null, "rpoly_": null, "length": 225.30653238, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1020, "l_t_add": 1098, "r_f_add": 1021, "r_t_add": 1099, "st_code": 73640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 741985, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31258, "Shape__Length": 89.591748575838139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1370752692834, 40.045162186008902 ], [ -75.137870517085901, 40.0452569096472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7241, "tnode_": 6896, "lpoly_": null, "rpoly_": null, "length": 562.41949331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 54140, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741987, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 31259, "Shape__Length": 224.4735393601251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139325385108606, 40.042329384916599 ], [ -75.138989742093997, 40.043851587759796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7211, "tnode_": 6874, "lpoly_": null, "rpoly_": null, "length": 560.82927917999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 88030, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741989, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 31260, "Shape__Length": 223.83891735423245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140119711011295, 40.0424337478917 ], [ -75.139783194459199, 40.043951408779598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7152, "tnode_": 6805, "lpoly_": null, "rpoly_": null, "length": 563.69215343999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 62960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741990, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 31261, "Shape__Length": 224.9835910005371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142724812668703, 40.042759897962398 ], [ -75.142393099007293, 40.044286151893502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7174, "tnode_": 6833, "lpoly_": null, "rpoly_": null, "length": 562.75316276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 88050, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741993, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 31262, "Shape__Length": 224.60812828004413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141696831606197, 40.042629819847697 ], [ -75.141363902903805, 40.044153303735797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7191, "tnode_": 6850, "lpoly_": null, "rpoly_": null, "length": 561.12341883, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 20980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 741995, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 31263, "Shape__Length": 223.95668797215529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140902480969501, 40.042529220071998 ], [ -75.140566189229304, 40.044047729518297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6833, "tnode_": 6494, "lpoly_": null, "rpoly_": null, "length": 560.19542755999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 88050, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 741999, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 31264, "Shape__Length": 223.59049882689521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141363902903805, 40.044153303735797 ], [ -75.141020698636794, 40.045668314575103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6513, "tnode_": 6494, "lpoly_": null, "rpoly_": null, "length": 222.46570557000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1226, "l_t_add": 1298, "r_f_add": 1227, "r_t_add": 1299, "st_code": 73640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 742003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31265, "Shape__Length": 88.463093004334439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140235984952099, 40.045572353876999 ], [ -75.140652168036397, 40.045625132092901 ], [ -75.141020698636794, 40.045668314575103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6533, "tnode_": 6513, "lpoly_": null, "rpoly_": null, "length": 223.60936848, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1224, "r_f_add": 1201, "r_t_add": 1225, "st_code": 73640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 742005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31266, "Shape__Length": 88.91922293729786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139448947618504, 40.045468036561502 ], [ -75.139899855020204, 40.045530375393902 ], [ -75.140235984952099, 40.045572353876999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6554, "tnode_": 6533, "lpoly_": null, "rpoly_": null, "length": 225.02550317000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1132, "l_t_add": 1198, "r_f_add": 1133, "r_t_add": 1199, "st_code": 73640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 742007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31267, "Shape__Length": 89.481916896227119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138656580235505, 40.045364887400602 ], [ -75.139086520420506, 40.0454254481361 ], [ -75.139448947618504, 40.045468036561502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6575, "tnode_": 6554, "lpoly_": null, "rpoly_": null, "length": 223.61222615, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1130, "r_f_add": 1101, "r_t_add": 1131, "st_code": 73640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 742010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31268, "Shape__Length": 88.920935522975256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137870517085901, 40.0452569096472 ], [ -75.138289179792594, 40.045320865186902 ], [ -75.138656580235505, 40.045364887400602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6575, "tnode_": 6236, "lpoly_": null, "rpoly_": null, "length": 575.40247032999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 88010, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742012, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 31269, "Shape__Length": 229.66573288831913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137870517085901, 40.0452569096472 ], [ -75.137797262057504, 40.045613828657899 ], [ -75.137530848694198, 40.046814713300897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6590, "tnode_": 6264, "lpoly_": null, "rpoly_": null, "length": 569.33233569000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 81440, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742014, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 31270, "Shape__Length": 227.2434180025744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1370752692834, 40.045162186008902 ], [ -75.1370107349845, 40.045496999092499 ], [ -75.136745388749404, 40.046704313664897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6264, "tnode_": 6236, "lpoly_": null, "rpoly_": null, "length": 223.56066617, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1022, "l_t_add": 1098, "r_f_add": 1005, "r_t_add": 1099, "st_code": 37500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 31271, "Shape__Length": 88.902710958094588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136745388749404, 40.046704313664897 ], [ -75.137136305436201, 40.046762251216698 ], [ -75.137530848694198, 40.046814713300897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6613, "tnode_": 6590, "lpoly_": null, "rpoly_": null, "length": 221.16103204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 73640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31272, "Shape__Length": 87.947028176932037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136299088566403, 40.045050591941603 ], [ -75.136698928299694, 40.045116423558198 ], [ -75.1370752692834, 40.045162186008902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6342, "tnode_": 6264, "lpoly_": null, "rpoly_": null, "length": 270.70135639, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1020, "r_f_add": 1001, "r_t_add": 1003, "st_code": 37500, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742019, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GODFREY AVE", "stname": "W GODFREY AVE", "objectid": 31273, "Shape__Length": 107.8141106757889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136021526443201, 40.046238262411201 ], [ -75.136353849013901, 40.046555890814503 ], [ -75.136745388749404, 40.046704313664897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5311, "tnode_": 5064, "lpoly_": null, "rpoly_": null, "length": 561.55429114000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 19140, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742021, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31274, "Shape__Length": 224.16332100469143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141874605031106, 40.052086433731397 ], [ -75.141625714412598, 40.053233132320997 ], [ -75.141563177286699, 40.053609064011098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5339, "tnode_": 5086, "lpoly_": null, "rpoly_": null, "length": 561.76135834000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 62960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742023, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PARK AVE", "stname": "N PARK AVE", "objectid": 31275, "Shape__Length": 224.24134546611003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140718317272103, 40.051949892532797 ], [ -75.140448438692005, 40.053130278109599 ], [ -75.140376026702199, 40.053469375653499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5990, "tnode_": 5795, "lpoly_": null, "rpoly_": null, "length": 363.95359419000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6514, "l_t_add": 6598, "r_f_add": 6565, "r_t_add": 6599, "st_code": 31860, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENOLA ST", "stname": "ENOLA ST", "objectid": 31276, "Shape__Length": 145.27766316899479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085783998650101, 40.046868713547902 ], [ -75.085785050179496, 40.046904605516303 ], [ -75.085698369582502, 40.047353813746803 ], [ -75.085663860892893, 40.047691731208801 ], [ -75.085696856007303, 40.047859946994599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6083, "tnode_": 5990, "lpoly_": null, "rpoly_": null, "length": 255.87298506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6512, "r_f_add": 6501, "r_t_add": 6563, "st_code": 31860, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENOLA ST", "stname": "ENOLA ST", "objectid": 31277, "Shape__Length": 102.13353671043021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085905537909099, 40.046172569981699 ], [ -75.085842997867005, 40.046550047957901 ], [ -75.085783998650101, 40.046868713547902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28630, "tnode_": 6560, "lpoly_": null, "rpoly_": null, "length": 462.11441587000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 919, "l_t_add": 927, "r_f_add": 912, "r_t_add": 926, "st_code": 50500, "l_hundred": 900, "r_hundred": 900, "seg_id": 742030, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31278, "Shape__Length": 183.99300103050149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087119032473794, 40.044857089053998 ], [ -75.086231971311506, 40.044363267597703 ], [ -75.085789422874697, 40.044105556859598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8074, "tnode_": 7995, "lpoly_": null, "rpoly_": null, "length": 193.16320295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 48940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31279, "Shape__Length": 76.99264220583143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089810946397506, 40.036843921680003 ], [ -75.089596961068594, 40.037074291697103 ], [ -75.089405758118005, 40.037273050025703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8236, "tnode_": 8207, "lpoly_": null, "rpoly_": null, "length": 100.59803369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5900, "r_f_add": 5901, "r_t_add": 5901, "st_code": 75420, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742033, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2004-02-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31280, "Shape__Length": 40.021974129244825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088157556440905, 40.035926645988603 ], [ -75.087832793972197, 40.036044729743601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8507, "tnode_": 8443, "lpoly_": null, "rpoly_": null, "length": 196.72971146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5700, "l_t_add": 5718, "r_f_add": 5701, "r_t_add": 5719, "st_code": 48940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31281, "Shape__Length": 78.410629560266031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0922726414679, 40.034332290091797 ], [ -75.092040581071402, 40.03456700081 ], [ -75.091858796977306, 40.034768541633397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8377, "tnode_": 8298, "lpoly_": null, "rpoly_": null, "length": 199.6216488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5750, "l_t_add": 5798, "r_f_add": 5751, "r_t_add": 5799, "st_code": 48940, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31282, "Shape__Length": 79.558053829688021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0914658210082, 40.035155944941401 ], [ -75.091267947911305, 40.035366421986303 ], [ -75.091034143402396, 40.035591853929098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8298, "tnode_": 8224, "lpoly_": null, "rpoly_": null, "length": 191.37695469000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5819, "st_code": 48940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31283, "Shape__Length": 76.277303930336643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091034143402396, 40.035591853929098 ], [ -75.090837130123305, 40.035804013505903 ], [ -75.090628989374096, 40.0360148771301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8224, "tnode_": 8152, "lpoly_": null, "rpoly_": null, "length": 182.61843853000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5820, "l_t_add": 5838, "r_f_add": 5821, "r_t_add": 5839, "st_code": 48940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31284, "Shape__Length": 72.78403037901225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090628989374096, 40.0360148771301 ], [ -75.090440599391698, 40.036213858964103 ], [ -75.090237005148595, 40.036415460037901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8152, "tnode_": 8074, "lpoly_": null, "rpoly_": null, "length": 196.46257171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5840, "l_t_add": 5858, "r_f_add": 5841, "r_t_add": 5859, "st_code": 48940, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31285, "Shape__Length": 78.299910767045205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090237005148595, 40.036415460037901 ], [ -75.090060646621694, 40.036597043387303 ], [ -75.089810946397506, 40.036843921680003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27630, "tnode_": 8236, "lpoly_": null, "rpoly_": null, "length": 196.0649819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5848, "l_t_add": 5898, "r_f_add": 5847, "r_t_add": 5899, "st_code": 75420, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742040, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31286, "Shape__Length": 78.142640278276673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0885785604342, 40.035496582004903 ], [ -75.088416240703296, 40.035663632802702 ], [ -75.0883984816154, 40.035681689808001 ], [ -75.088385762403107, 40.035694621372897 ], [ -75.088377988975395, 40.035702525333299 ], [ -75.088157556440905, 40.035926645988603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8374, "tnode_": 8312, "lpoly_": null, "rpoly_": null, "length": 171.19229077000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5822, "l_t_add": 5844, "r_f_add": 5823, "r_t_add": 5843, "st_code": 75420, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742041, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31287, "Shape__Length": 68.230317891410706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088994152200399, 40.035067731040002 ], [ -75.088798798606405, 40.035277555064603 ], [ -75.088790638150101, 40.035285735712002 ], [ -75.088771133844901, 40.035305287699401 ], [ -75.088759331184804, 40.035317119650102 ], [ -75.088629098834005, 40.035444570297003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8672, "tnode_": 8599, "lpoly_": null, "rpoly_": null, "length": 192.60861644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5700, "l_t_add": 5720, "r_f_add": 5701, "r_t_add": 5721, "st_code": 75420, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742043, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31288, "Shape__Length": 76.767385218944824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0906011084939, 40.033408051401302 ], [ -75.090382978540404, 40.033637387757203 ], [ -75.090196426606298, 40.033835589895901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27631, "tnode_": 8268, "lpoly_": null, "rpoly_": null, "length": 324.98179743999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5898, "l_t_add": 5898, "r_f_add": 5901, "r_t_add": 5901, "st_code": 62080, "l_hundred": 5800, "r_hundred": 5900, "seg_id": 742044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 31289, "Shape__Length": 129.62894102504117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0871608544917, 40.034799318612201 ], [ -75.087259063404602, 40.035025304119799 ], [ -75.0876106485713, 40.035620691137602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8841, "tnode_": 8787, "lpoly_": null, "rpoly_": null, "length": 179.14580418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5720, "l_t_add": 5738, "r_f_add": 5721, "r_t_add": 5739, "st_code": 51660, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31290, "Shape__Length": 71.315858334868437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087542839679003, 40.032316513039703 ], [ -75.087245104967806, 40.0324853667653 ], [ -75.087028489563593, 40.0326089430881 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9022, "tnode_": 8975, "lpoly_": null, "rpoly_": null, "length": 133.32626649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5249, "st_code": 77860, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROTTER ST", "stname": "TROTTER ST", "objectid": 31291, "Shape__Length": 53.123866189074171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093792446073394, 40.031521272689098 ], [ -75.093680644700896, 40.0316122828064 ], [ -75.093486810462096, 40.031801471553102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8737, "tnode_": 8666, "lpoly_": null, "rpoly_": null, "length": 193.48625245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5618, "r_f_add": 5601, "r_t_add": 5619, "st_code": 48940, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31292, "Shape__Length": 77.112981422199397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093500297470101, 40.033081650068603 ], [ -75.093276775332697, 40.033313999849 ], [ -75.093086444170297, 40.033506970530098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8809, "tnode_": 8737, "lpoly_": null, "rpoly_": null, "length": 194.9983702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5520, "l_t_add": 5598, "r_f_add": 5521, "r_t_add": 5599, "st_code": 48940, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31293, "Shape__Length": 77.711884768749798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093923447353902, 40.032656608101703 ], [ -75.093736109188598, 40.032851847523702 ], [ -75.093500297470101, 40.033081650068603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8983, "tnode_": 8905, "lpoly_": null, "rpoly_": null, "length": 200.66223191, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5536, "l_t_add": 5598, "r_f_add": 5535, "r_t_add": 5599, "st_code": 75420, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742050, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31294, "Shape__Length": 79.968258906489808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092243722267398, 40.031717191188399 ], [ -75.092034864609801, 40.031929136077999 ], [ -75.091808709330493, 40.032154911218498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8816, "tnode_": 8740, "lpoly_": null, "rpoly_": null, "length": 179.35706971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5622, "l_t_add": 5640, "r_f_add": 5623, "r_t_add": 5643, "st_code": 75420, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742051, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31295, "Shape__Length": 71.480771493619613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091415569959693, 40.0325882153533 ], [ -75.091241132687699, 40.032764417778999 ], [ -75.091030877329601, 40.032981865489802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8956, "tnode_": 8879, "lpoly_": null, "rpoly_": null, "length": 181.35300646000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5620, "l_t_add": 5642, "r_f_add": 5621, "r_t_add": 5643, "st_code": 35240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31296, "Shape__Length": 72.280560102361747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090007237952094, 40.031793994042701 ], [ -75.089810492115106, 40.031998840593303 ], [ -75.089628212486005, 40.032197626375599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9034, "tnode_": 8956, "lpoly_": null, "rpoly_": null, "length": 191.60655722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5618, "r_f_add": 5601, "r_t_add": 5619, "st_code": 35240, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31297, "Shape__Length": 76.362690777676562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090415548656395, 40.031371980920099 ], [ -75.090173187896497, 40.0316169121147 ], [ -75.090007237952094, 40.031793994042701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9828, "tnode_": 9754, "lpoly_": null, "rpoly_": null, "length": 251.9563063, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 4900, "r_hundred": 0, "seg_id": 742056, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31298, "Shape__Length": 100.28441057756531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092901004747105, 40.027662350121602 ], [ -75.092164104478101, 40.028059162566798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9585, "tnode_": 9508, "lpoly_": null, "rpoly_": null, "length": 199.58440001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4201, "r_t_add": 4299, "st_code": 69220, "l_hundred": 0, "r_hundred": 4200, "seg_id": 742058, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31299, "Shape__Length": 79.392112073508173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1052802817036, 40.029097425197698 ], [ -75.1050194512178, 40.029189566748997 ], [ -75.104632594402304, 40.029326044140397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9893, "tnode_": 9950, "lpoly_": null, "rpoly_": null, "length": 119.66449731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMYLIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 851, "l_t_add": 899, "r_f_add": 850, "r_t_add": 898, "st_code": 73200, "l_hundred": 800, "r_hundred": 800, "seg_id": 742060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMYLIE RD", "stname": "SMYLIE RD", "objectid": 31300, "Shape__Length": 47.71380593690926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107294386435498, 40.027634271012097 ], [ -75.1072526976277, 40.0275665425455 ], [ -75.107094457918393, 40.027344063896301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10148, "tnode_": 9950, "lpoly_": null, "rpoly_": null, "length": 428.08702771999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5148, "r_f_add": 5101, "r_t_add": 5149, "st_code": 82820, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742062, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 31301, "Shape__Length": 170.57853028140212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108042435262007, 40.026422229368997 ], [ -75.107744548505195, 40.026705035751299 ], [ -75.107094457918393, 40.027344063896301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10617, "tnode_": 10449, "lpoly_": null, "rpoly_": null, "length": 389.02652399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 82820, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 742064, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 31302, "Shape__Length": 155.02266678011418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110477460474598, 40.023952520637899 ], [ -75.110447990439198, 40.0239893549521 ], [ -75.109642587891202, 40.024805792990797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10617, "tnode_": 10498, "lpoly_": null, "rpoly_": null, "length": 773.28568558000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 64000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 742066, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 31303, "Shape__Length": 307.99759157292408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110477460474598, 40.023952520637899 ], [ -75.110096626885607, 40.023734279484103 ], [ -75.1098228898543, 40.0235591114999 ], [ -75.109706922048005, 40.023540878087999 ], [ -75.109613061324893, 40.023597966350998 ], [ -75.108582931576706, 40.024629842700897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9055, "tnode_": 9356, "lpoly_": null, "rpoly_": null, "length": 791.52531051000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 765, "r_f_add": 700, "r_t_add": 764, "st_code": 36160, "l_hundred": 700, "r_hundred": 700, "seg_id": 742069, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARLAND ST", "stname": "GARLAND ST", "objectid": 31304, "Shape__Length": 315.41669855641697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109059294068501, 40.0317501598741 ], [ -75.109046139291706, 40.031645158528498 ], [ -75.108964311683906, 40.031534144927598 ], [ -75.108856276567096, 40.031430668480802 ], [ -75.107670011971607, 40.030368869366399 ], [ -75.107567187103896, 40.030275899476699 ], [ -75.107343347051597, 40.0300482132361 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8915, "tnode_": 8776, "lpoly_": null, "rpoly_": null, "length": 314.50030634000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5236, "l_t_add": 5298, "r_f_add": 5237, "r_t_add": 5299, "st_code": 76520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742071, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31305, "Shape__Length": 125.34668284114534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1075768997393, 40.032448130291399 ], [ -75.107265988082403, 40.032779752437598 ], [ -75.107255069213394, 40.0327910785374 ], [ -75.107035090558398, 40.033019269135998 ], [ -75.106913909300502, 40.033144972855503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8388, "tnode_": 8776, "lpoly_": null, "rpoly_": null, "length": 977.87679791000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 597, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 11280, "l_hundred": 500, "r_hundred": 600, "seg_id": 742076, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-12-20T00:00:00Z", "newsegdate": "2001-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31306, "Shape__Length": 389.93707497507773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108573425823494, 40.035504736470202 ], [ -75.108163069486906, 40.0348999558231 ], [ -75.107153189557295, 40.033489324590697 ], [ -75.1071482084851, 40.033489008139497 ], [ -75.106913909300502, 40.033144972855503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8776, "tnode_": 8603, "lpoly_": null, "rpoly_": null, "length": 445.33480283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 76025, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742077, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 31307, "Shape__Length": 177.47416978869461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106913909300502, 40.033144972855503 ], [ -75.106627746910107, 40.0334460260339 ], [ -75.106607364767996, 40.033467469100302 ], [ -75.105937924802404, 40.034109858260301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8388, "tnode_": 8603, "lpoly_": null, "rpoly_": null, "length": 897.95717859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 34760, "l_hundred": 600, "r_hundred": 600, "seg_id": 742078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-12-20T00:00:00Z", "newsegdate": "2001-12-20T00:00:00Z", "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 31308, "Shape__Length": 357.43621421002416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108573425823494, 40.035504736470202 ], [ -75.108257445176093, 40.035398281829799 ], [ -75.107689391008407, 40.035079399413497 ], [ -75.107587820874301, 40.035022839516799 ], [ -75.106311393904804, 40.034312045654602 ], [ -75.105937924802404, 40.034109858260301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8347, "tnode_": 8398, "lpoly_": null, "rpoly_": null, "length": 156.90980305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 40880, "l_hundred": 600, "r_hundred": 600, "seg_id": 742079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31309, "Shape__Length": 62.469968800448967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105174314336296, 40.035590691794098 ], [ -75.105112210448993, 40.0355615125995 ], [ -75.104728580496001, 40.035330194891401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8676, "tnode_": 8735, "lpoly_": null, "rpoly_": null, "length": 219.72618327000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 725, "l_t_add": 749, "r_f_add": 726, "r_t_add": 748, "st_code": 34760, "l_hundred": 700, "r_hundred": 700, "seg_id": 742081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 31310, "Shape__Length": 87.466241978490174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105193474117698, 40.0336804116859 ], [ -75.104899072678606, 40.033524236218597 ], [ -75.104554863615803, 40.033330034382601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8454, "tnode_": 8518, "lpoly_": null, "rpoly_": null, "length": 225.70108793999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 725, "l_t_add": 747, "r_f_add": 726, "r_t_add": 748, "st_code": 40880, "l_hundred": 700, "r_hundred": 700, "seg_id": 742082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31311, "Shape__Length": 89.849232357705745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103973261216595, 40.034914635543899 ], [ -75.103674473787805, 40.034753002928497 ], [ -75.103321395502306, 40.034550325242698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6913, "tnode_": 6830, "lpoly_": null, "rpoly_": null, "length": 220.93279576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5823, "st_code": 68600, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742083, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31312, "Shape__Length": 87.995705632124881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104335318799897, 40.0429091191155 ], [ -75.103746612803704, 40.043312971074997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6230, "tnode_": 6086, "lpoly_": null, "rpoly_": null, "length": 283.89610728999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5930, "l_t_add": 5998, "r_f_add": 5931, "r_t_add": 5999, "st_code": 41160, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 31313, "Shape__Length": 113.19849366221808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104623392487596, 40.046067621821798 ], [ -75.1043692701775, 40.046380089339102 ], [ -75.104078945408801, 40.046725063347303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6562, "tnode_": 6436, "lpoly_": null, "rpoly_": null, "length": 281.43454178000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5918, "l_t_add": 5998, "r_f_add": 5921, "r_t_add": 5999, "st_code": 68600, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742086, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31314, "Shape__Length": 112.08573035276032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101873910099101, 40.044546782415999 ], [ -75.101464192691296, 40.044811516841797 ], [ -75.101108756704704, 40.0450477909692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6680, "tnode_": 6815, "lpoly_": null, "rpoly_": null, "length": 389.54166997000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 544, "st_code": 79720, "l_hundred": 500, "r_hundred": 500, "seg_id": 742088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 31315, "Shape__Length": 155.09114509509351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102671618144598, 40.044003385091699 ], [ -75.101867274748997, 40.043547256783199 ], [ -75.101837555784002, 40.043531493771603 ], [ -75.101544029798404, 40.0433771832937 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6436, "tnode_": 6538, "lpoly_": null, "rpoly_": null, "length": 258.63805035999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 501, "r_f_add": 500, "r_t_add": 502, "st_code": 24480, "l_hundred": 500, "r_hundred": 500, "seg_id": 742089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 31316, "Shape__Length": 102.98680407382169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101108756704704, 40.0450477909692 ], [ -75.100672180283098, 40.044794851226399 ], [ -75.100672016407302, 40.044794754640499 ], [ -75.100376452714201, 40.044615064427802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6592, "tnode_": 6691, "lpoly_": null, "rpoly_": null, "length": 330.26478208000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 641, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 16920, "l_hundred": 600, "r_hundred": 600, "seg_id": 742090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31317, "Shape__Length": 131.49591430902518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096359793190601, 40.044289253089502 ], [ -75.095753118439106, 40.043948171834202 ], [ -75.095410025235196, 40.043751587665803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6285, "tnode_": 6400, "lpoly_": null, "rpoly_": null, "length": 331.47385314999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 641, "l_t_add": 699, "r_f_add": 632, "r_t_add": 698, "st_code": 28320, "l_hundred": 600, "r_hundred": 600, "seg_id": 742091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31318, "Shape__Length": 131.97009557338632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095144623302403, 40.045560349538398 ], [ -75.094794441717596, 40.045373043611299 ], [ -75.094536433510797, 40.045231358514499 ], [ -75.094177780105198, 40.0450351895335 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6090, "tnode_": 5973, "lpoly_": null, "rpoly_": null, "length": 252.48656476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6248, "r_f_add": 6201, "r_t_add": 6249, "st_code": 62860, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 31319, "Shape__Length": 100.65295491038066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096973507084201, 40.046574083494903 ], [ -75.096677883391294, 40.046892715247203 ], [ -75.096444288300404, 40.047135270437103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6194, "tnode_": 6082, "lpoly_": null, "rpoly_": null, "length": 260.81069411000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6224, "r_f_add": 6201, "r_t_add": 6223, "st_code": 17620, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31320, "Shape__Length": 103.96917988672308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096002245339207, 40.046011877068999 ], [ -75.095668947982503, 40.046349069369597 ], [ -75.095453282422397, 40.046590075331899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6285, "tnode_": 6174, "lpoly_": null, "rpoly_": null, "length": 256.41112582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6224, "r_f_add": 6201, "r_t_add": 6223, "st_code": 49585, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 31321, "Shape__Length": 102.22449879201437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095144623302403, 40.045560349538398 ], [ -75.094849783609305, 40.0458901730509 ], [ -75.094623968405102, 40.046139417124202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6379, "tnode_": 6466, "lpoly_": null, "rpoly_": null, "length": 214.70228633, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 291, "l_t_add": 299, "r_f_add": 290, "r_t_add": 298, "st_code": 22600, "l_hundred": 200, "r_hundred": 200, "seg_id": 742095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31322, "Shape__Length": 85.49670843283576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108731510590601, 40.045478143075101 ], [ -75.108461678576106, 40.045318369550998 ], [ -75.108441071001906, 40.045306800377801 ], [ -75.108129454331404, 40.045113172144497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6107, "tnode_": 6081, "lpoly_": null, "rpoly_": null, "length": 89.44329907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 218, "st_code": 79720, "l_hundred": 200, "r_hundred": 200, "seg_id": 742097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 31323, "Shape__Length": 35.621026077837271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107493591208296, 40.046760114003 ], [ -75.107740103572695, 40.046916296129901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6081, "tnode_": 5854, "lpoly_": null, "rpoly_": null, "length": 478.63516066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5956, "r_f_add": 5901, "r_t_add": 5939, "st_code": 59720, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 31324, "Shape__Length": 190.79561867037285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107740103572695, 40.046916296129901 ], [ -75.106713057123301, 40.047966690991501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8567, "tnode_": 8581, "lpoly_": null, "rpoly_": null, "length": 163.36691915, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "OLNEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 341, "l_t_add": 399, "r_f_add": 364, "r_t_add": 398, "st_code": 61340, "l_hundred": 300, "r_hundred": 300, "seg_id": 742099, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E OLNEY AVE", "stname": "E OLNEY AVE", "objectid": 31325, "Shape__Length": 64.952064195863912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115475703195997, 40.034527289124803 ], [ -75.115136886705201, 40.034487764506899 ], [ -75.114899714525194, 40.0344561132123 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8331, "tnode_": 8402, "lpoly_": null, "rpoly_": null, "length": 369.29745736000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHEW", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 351, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 22980, "l_hundred": 300, "r_hundred": 300, "seg_id": 742101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHEW AVE", "stname": "E CHEW AVE", "objectid": 31326, "Shape__Length": 146.97073801307033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1151610692758, 40.036005854070297 ], [ -75.114596604028804, 40.035751819810997 ], [ -75.114593204841597, 40.035750517316899 ], [ -75.114033162244596, 40.035480686619003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10047, "tnode_": 10009, "lpoly_": null, "rpoly_": null, "length": 260.29686721000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 425, "l_t_add": 499, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 400, "r_hundred": 0, "seg_id": 742104, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31327, "Shape__Length": 103.48129473884475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115585118579801, 40.027076274995501 ], [ -75.1151188435053, 40.027134495659901 ], [ -75.114670534380494, 40.027203026336103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9944, "tnode_": 9902, "lpoly_": null, "rpoly_": null, "length": 233.23765813999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 451, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 11540, "l_hundred": 400, "r_hundred": 400, "seg_id": 742106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBANUS ST", "stname": "E ALBANUS ST", "objectid": 31328, "Shape__Length": 92.725292885497026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116580407293696, 40.027650892272703 ], [ -75.116145210270602, 40.027715021544999 ], [ -75.115761617026706, 40.027768003214497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9969, "tnode_": 9944, "lpoly_": null, "rpoly_": null, "length": 260.2629947, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALBANUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 449, "r_f_add": 400, "r_t_add": 448, "st_code": 11540, "l_hundred": 400, "r_hundred": 400, "seg_id": 742107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALBANUS ST", "stname": "E ALBANUS ST", "objectid": 31329, "Shape__Length": 103.47346931152838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117489061798594, 40.027558795561802 ], [ -75.117424046121499, 40.0275396279104 ], [ -75.117382708540205, 40.027533566958503 ], [ -75.117331154435504, 40.027533663677403 ], [ -75.116972677099298, 40.027591140981798 ], [ -75.116580407293696, 40.027650892272703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9297, "tnode_": 9334, "lpoly_": null, "rpoly_": null, "length": 292.91582568999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 301, "l_t_add": 449, "r_f_add": 300, "r_t_add": 448, "st_code": 76520, "l_hundred": 300, "r_hundred": 300, "seg_id": 742108, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31330, "Shape__Length": 116.49917352837447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118187638035394, 40.030543750585501 ], [ -75.117635208739202, 40.030321109711998 ], [ -75.117212958986897, 40.030322066326498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9334, "tnode_": 9312, "lpoly_": null, "rpoly_": null, "length": 245.3649782, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 451, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 76520, "l_hundred": 400, "r_hundred": 400, "seg_id": 742109, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31331, "Shape__Length": 97.543846865118809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117212958986897, 40.030322066326498 ], [ -75.116777411210407, 40.030365720764301 ], [ -75.116421912289496, 40.030396819804203 ], [ -75.116344025236003, 40.030407716590602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9312, "tnode_": 9305, "lpoly_": null, "rpoly_": null, "length": 246.99686863, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 522, "st_code": 76520, "l_hundred": 500, "r_hundred": 500, "seg_id": 742110, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31332, "Shape__Length": 98.204568993267287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116344025236003, 40.030407716590602 ], [ -75.116248581251796, 40.030452802976498 ], [ -75.115907964705102, 40.030487441289502 ], [ -75.115483919958606, 40.030521953365302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10020, "tnode_": 10005, "lpoly_": null, "rpoly_": null, "length": 178.59401781, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 716, "r_f_add": 701, "r_t_add": 715, "st_code": 69880, "l_hundred": 700, "r_hundred": 700, "seg_id": 742111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 31333, "Shape__Length": 71.000339998555717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136140567105599, 40.027750628220197 ], [ -75.136483210926798, 40.027797950713399 ], [ -75.136483749651305, 40.027798022440898 ], [ -75.136768764498996, 40.027835049372499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9702, "tnode_": 9687, "lpoly_": null, "rpoly_": null, "length": 178.24139315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 724, "r_f_add": 701, "r_t_add": 723, "st_code": 50940, "l_hundred": 700, "r_hundred": 700, "seg_id": 742112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 31334, "Shape__Length": 70.860831199498335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135805648162901, 40.029263353317504 ], [ -75.136163494907905, 40.029310901016601 ], [ -75.1364336530565, 40.029342840310399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10005, "tnode_": 9986, "lpoly_": null, "rpoly_": null, "length": 186.52721488, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 718, "l_t_add": 798, "r_f_add": 717, "r_t_add": 799, "st_code": 69880, "l_hundred": 700, "r_hundred": 700, "seg_id": 742113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 31335, "Shape__Length": 74.155242829193384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136768764498996, 40.027835049372499 ], [ -75.137097242998493, 40.027879437420097 ], [ -75.137105269297905, 40.027880500334099 ], [ -75.137423768803401, 40.027927856319998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9687, "tnode_": 9668, "lpoly_": null, "rpoly_": null, "length": 187.14259788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 726, "l_t_add": 798, "r_f_add": 725, "r_t_add": 799, "st_code": 50940, "l_hundred": 700, "r_hundred": 700, "seg_id": 742114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 31336, "Shape__Length": 74.39874336035561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1364336530565, 40.029342840310399 ], [ -75.1367894368165, 40.029387398155102 ], [ -75.137094050959206, 40.029421348893798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9299, "tnode_": 9275, "lpoly_": null, "rpoly_": null, "length": 265.02133862, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 29400, "l_hundred": 800, "r_hundred": 800, "seg_id": 742116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 31337, "Shape__Length": 105.36272210627502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136759906184594, 40.030973271320001 ], [ -75.137257628382699, 40.031033975049802 ], [ -75.137694409568397, 40.031088237531499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7857, "tnode_": 7848, "lpoly_": null, "rpoly_": null, "length": 108.00648584, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 200, "l_t_add": 208, "r_f_add": 201, "r_t_add": 243, "st_code": 38040, "l_hundred": 200, "r_hundred": 200, "seg_id": 742117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31338, "Shape__Length": 42.945776439651837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124745911644197, 40.038885537962202 ], [ -75.125125200187696, 40.038939527949701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6833, "tnode_": 6805, "lpoly_": null, "rpoly_": null, "length": 292.22560217, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1326, "r_f_add": 1301, "r_t_add": 1327, "st_code": 22280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31339, "Shape__Length": 116.2019549737591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141363902903805, 40.044153303735797 ], [ -75.141803083929801, 40.044216479018097 ], [ -75.142393099007293, 40.044286151893502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6494, "tnode_": 6496, "lpoly_": null, "rpoly_": null, "length": 344.84900411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1342, "r_f_add": 1301, "r_t_add": 1325, "st_code": 73640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31340, "Shape__Length": 137.11769219503148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141020698636794, 40.045668314575103 ], [ -75.141640190209102, 40.045711066769599 ], [ -75.142249755191301, 40.045722423082402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5578, "tnode_": 5465, "lpoly_": null, "rpoly_": null, "length": 277.95921658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6518, "l_t_add": 6530, "r_f_add": 6519, "r_t_add": 6543, "st_code": 54200, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 31341, "Shape__Length": 110.94562801867872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120266841856093, 40.050014008936699 ], [ -75.120273978890395, 40.050105835521897 ], [ -75.120254432024296, 40.050244707461196 ], [ -75.120234521979796, 40.050328638212903 ], [ -75.120230183042807, 40.050352225068004 ], [ -75.1202219128146, 40.050388881419003 ], [ -75.120201135299098, 40.050483151408102 ], [ -75.120160702408796, 40.050642767089698 ], [ -75.120101516061595, 40.0507611225391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5723, "tnode_": 5609, "lpoly_": null, "rpoly_": null, "length": 315.4450669, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 103, "st_code": 81240, "l_hundred": 100, "r_hundred": 100, "seg_id": 742125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WALNUT PARK DR", "stname": "W WALNUT PARK DR", "objectid": 31342, "Shape__Length": 125.86077050278504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117480302342599, 40.048936777043302 ], [ -75.117429782009594, 40.0490700201373 ], [ -75.117427889920506, 40.049118784521397 ], [ -75.117412982525906, 40.0492950676609 ], [ -75.117450232589306, 40.049387508906399 ], [ -75.117571953915203, 40.049581456533602 ], [ -75.117703252254401, 40.049741984512998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5609, "tnode_": 5531, "lpoly_": null, "rpoly_": null, "length": 270.04648453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEVEN OAKS", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 71900, "l_hundred": 100, "r_hundred": 100, "seg_id": 742126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEVEN OAKS DR", "stname": "SEVEN OAKS DR", "objectid": 31343, "Shape__Length": 107.61677105367224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117703252254401, 40.049741984512998 ], [ -75.117400196972994, 40.0499908641346 ], [ -75.117346909866797, 40.050039202179498 ], [ -75.117062150046195, 40.050295610241498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5940, "tnode_": 6190, "lpoly_": null, "rpoly_": null, "length": 780.37851257, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 289, "r_f_add": 182, "r_t_add": 260, "st_code": 81220, "l_hundred": 200, "r_hundred": 100, "seg_id": 742129, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT PARK DR", "stname": "E WALNUT PARK DR", "objectid": 31344, "Shape__Length": 310.73439320800526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115740150829794, 40.047744857743403 ], [ -75.115557211388406, 40.047640962887002 ], [ -75.113510402416793, 40.046459347781997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7010, "tnode_": 6221, "lpoly_": null, "rpoly_": null, "length": 1370.4547558500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCENTVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6498, "r_f_add": 6101, "r_t_add": 6499, "st_code": 25760, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742131, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCENTVILLE RD", "stname": "CRESCENTVILLE RD", "objectid": 31345, "Shape__Length": 546.94670038413892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113547167696396, 40.042720429065596 ], [ -75.113241003668193, 40.043213408487198 ], [ -75.113116661594105, 40.043764339985799 ], [ -75.112902589841894, 40.044814679945297 ], [ -75.112590646827002, 40.046390032112299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5708, "tnode_": 5723, "lpoly_": null, "rpoly_": null, "length": 291.26218846999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 89130, "l_hundred": 100, "r_hundred": 100, "seg_id": 742132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E 65TH AVE", "stname": "E 65TH AVE", "objectid": 31346, "Shape__Length": 115.8271232824597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118506057045593, 40.049070360653801 ], [ -75.117480302342599, 40.048936777043302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5723, "tnode_": 5940, "lpoly_": null, "rpoly_": null, "length": 761.2398095499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 180, "st_code": 81220, "l_hundred": 100, "r_hundred": 100, "seg_id": 742134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT PARK DR", "stname": "E WALNUT PARK DR", "objectid": 31347, "Shape__Length": 303.18150008370935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117480302342599, 40.048936777043302 ], [ -75.117527074766699, 40.048664156446101 ], [ -75.117541332741396, 40.048596130349999 ], [ -75.117546463849095, 40.048561363762197 ], [ -75.117528296007706, 40.0484446653671 ], [ -75.117469088331504, 40.048342160149097 ], [ -75.117316535443507, 40.048247946878199 ], [ -75.117080244226102, 40.048196018571602 ], [ -75.116884173731506, 40.0481798958713 ], [ -75.116685337847997, 40.048137546307501 ], [ -75.116281179414401, 40.048025041270698 ], [ -75.115740150829794, 40.047744857743403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6230, "tnode_": 6562, "lpoly_": null, "rpoly_": null, "length": 948.43762443999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 43840, "l_hundred": 400, "r_hundred": 400, "seg_id": 742135, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 31348, "Shape__Length": 377.61479199228341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104623392487596, 40.046067621821798 ], [ -75.102796144759097, 40.045047358559103 ], [ -75.101873910099101, 40.044546782415999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6528, "tnode_": 6793, "lpoly_": null, "rpoly_": null, "length": 786.18868100999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 11760, "l_hundred": 400, "r_hundred": 400, "seg_id": 742137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 31349, "Shape__Length": 313.01844848815728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105789910412696, 40.044744461249401 ], [ -75.104198428550006, 40.043859384509503 ], [ -75.103521478955003, 40.043472479422498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6660, "tnode_": 6913, "lpoly_": null, "rpoly_": null, "length": 724.92802472000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 22600, "l_hundred": 400, "r_hundred": 400, "seg_id": 742138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31350, "Shape__Length": 288.64107113780369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106404473071905, 40.044105312154102 ], [ -75.104862751571901, 40.0432214517906 ], [ -75.104335318799897, 40.0429091191155 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6237, "tnode_": 6307, "lpoly_": null, "rpoly_": null, "length": 216.78270968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 11760, "l_hundred": 200, "r_hundred": 200, "seg_id": 742369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 31351, "Shape__Length": 86.324094557914549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108079581229603, 40.0461471043266 ], [ -75.107794529818705, 40.045974254887703 ], [ -75.107468904695097, 40.045781250566897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6107, "tnode_": 6149, "lpoly_": null, "rpoly_": null, "length": 115.8486802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 221, "l_t_add": 249, "r_f_add": 220, "r_t_add": 248, "st_code": 79720, "l_hundred": 200, "r_hundred": 200, "seg_id": 742370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 31352, "Shape__Length": 46.128909481448716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.107493591208296, 40.046760114003 ], [ -75.107162713744799, 40.046569142429597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8453, "tnode_": 8374, "lpoly_": null, "rpoly_": null, "length": 182.22890635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5820, "r_f_add": 5801, "r_t_add": 5821, "st_code": 75420, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742373, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31353, "Shape__Length": 72.631496590320282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089377321930201, 40.034663484580399 ], [ -75.089155802515194, 40.034890056075497 ], [ -75.089148411112205, 40.034898565420903 ], [ -75.088994152200399, 40.035067731040002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8794, "tnode_": 8718, "lpoly_": null, "rpoly_": null, "length": 183.61214966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5700, "l_t_add": 5724, "r_f_add": 5701, "r_t_add": 5723, "st_code": 35240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31354, "Shape__Length": 73.18074465433078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089205776920494, 40.0326374538447 ], [ -75.088971221807796, 40.032871477178801 ], [ -75.088968843102606, 40.032874267538503 ], [ -75.088820181283495, 40.033044793342903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5847, "tnode_": 5746, "lpoly_": null, "rpoly_": null, "length": 264.04316937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE RIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 64860, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RIDGE RD", "stname": "PINE RIDGE RD", "objectid": 31355, "Shape__Length": 105.24012510043571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115104574221306, 40.048253441531202 ], [ -75.114826644244999, 40.048508960066698 ], [ -75.114509255016998, 40.048815562035102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5723, "tnode_": 5847, "lpoly_": null, "rpoly_": null, "length": 722.42413202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARISTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 163, "r_f_add": 100, "r_t_add": 170, "st_code": 33500, "l_hundred": 100, "r_hundred": 100, "seg_id": 742378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARISTON DR", "stname": "FARISTON DR", "objectid": 31356, "Shape__Length": 287.42360959676381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117480302342599, 40.048936777043302 ], [ -75.117002780438597, 40.048888723471698 ], [ -75.1169031114012, 40.048876497967001 ], [ -75.116298509777394, 40.048774820553099 ], [ -75.116022660076695, 40.048692932226103 ], [ -75.115778767657403, 40.048599898686298 ], [ -75.115104574221306, 40.048253441531202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6190, "tnode_": 6221, "lpoly_": null, "rpoly_": null, "length": 262.22868897999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT PARK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 291, "l_t_add": 299, "r_f_add": 262, "r_t_add": 298, "st_code": 81220, "l_hundred": 200, "r_hundred": 200, "seg_id": 742379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT PARK DR", "stname": "E WALNUT PARK DR", "objectid": 31357, "Shape__Length": 104.28044670051582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113510402416793, 40.046459347781997 ], [ -75.113413822637895, 40.046487926458497 ], [ -75.1130779271991, 40.046449347187298 ], [ -75.113018900588997, 40.046445385532401 ], [ -75.112590646827002, 40.046390032112299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6098, "tnode_": 6075, "lpoly_": null, "rpoly_": null, "length": 541.41873374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLONIAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 24320, "l_hundred": 100, "r_hundred": 100, "seg_id": 742383, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLONIAL ST", "stname": "COLONIAL ST", "objectid": 31358, "Shape__Length": 215.41555574473193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118948374197998, 40.047001277059003 ], [ -75.117885820654493, 40.046864491923998 ], [ -75.117589954147107, 40.0468460232929 ], [ -75.117432384565703, 40.046889168478302 ], [ -75.117326866839505, 40.046962729406502 ], [ -75.117263817605505, 40.047019729570799 ], [ -75.117232582010999, 40.047102356925102 ], [ -75.117227635763598, 40.047133355137802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7128, "tnode_": 7220, "lpoly_": null, "rpoly_": null, "length": 513.48720936000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 22280, "l_hundred": 500, "r_hundred": 500, "seg_id": 742385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31359, "Shape__Length": 204.40202190134676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1291631329361, 40.042579371765498 ], [ -75.130007891808702, 40.042677184285999 ], [ -75.130192249521897, 40.042645197724497 ], [ -75.130379863198897, 40.042528837590197 ], [ -75.130634825274498, 40.042154609193197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7848, "tnode_": 7694, "lpoly_": null, "rpoly_": null, "length": 318.97128814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PHILIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 64500, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PHILIP ST", "stname": "N PHILIP ST", "objectid": 31360, "Shape__Length": 127.30558069452179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125125200187696, 40.038939527949701 ], [ -75.124966848080405, 40.039806641065802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7857, "tnode_": 7698, "lpoly_": null, "rpoly_": null, "length": 346.04119784, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5800, "l_t_add": 5818, "r_f_add": 5801, "r_t_add": 5847, "st_code": 87830, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 31361, "Shape__Length": 138.03287102250394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124745911644197, 40.038885537962202 ], [ -75.124609358643696, 40.039146216361502 ], [ -75.124251375695394, 40.039755911630202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5484, "tnode_": 5457, "lpoly_": null, "rpoly_": null, "length": 381.55252131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 998, "r_f_add": 801, "r_t_add": 999, "st_code": 89140, "l_hundred": 800, "r_hundred": 800, "seg_id": 742388, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 31362, "Shape__Length": 151.7950150404908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132195197493999, 40.050843157468897 ], [ -75.133079271236198, 40.050941197458897 ], [ -75.133290343533901, 40.050986896461303 ], [ -75.133403691206297, 40.051037183713397 ], [ -75.133449692590602, 40.051121967060801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6850, "tnode_": 6833, "lpoly_": null, "rpoly_": null, "length": 226.62959229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1224, "l_t_add": 1298, "r_f_add": 1225, "r_t_add": 1299, "st_code": 22280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 742389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31363, "Shape__Length": 90.118287853770468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140566189229304, 40.044047729518297 ], [ -75.141363902903805, 40.044153303735797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6874, "tnode_": 6850, "lpoly_": null, "rpoly_": null, "length": 222.01216538, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1200, "l_t_add": 1222, "r_f_add": 1201, "r_t_add": 1223, "st_code": 22280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 742390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31364, "Shape__Length": 88.280722348652219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139783194459199, 40.043951408779598 ], [ -75.140566189229304, 40.044047729518297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6896, "tnode_": 6874, "lpoly_": null, "rpoly_": null, "length": 225.1065192, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1150, "l_t_add": 1198, "r_f_add": 1131, "r_t_add": 1199, "st_code": 22280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 742392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31365, "Shape__Length": 89.511424413282796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138989742093997, 40.043851587759796 ], [ -75.139783194459199, 40.043951408779598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6908, "tnode_": 6896, "lpoly_": null, "rpoly_": null, "length": 221.87349941, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1100, "l_t_add": 1148, "r_f_add": 1101, "r_t_add": 1129, "st_code": 22280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 742393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31366, "Shape__Length": 88.226511041571555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138208603953103, 40.0437489858354 ], [ -75.138989742093997, 40.043851587759796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6908, "tnode_": 6575, "lpoly_": null, "rpoly_": null, "length": 557.40717753000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 88010, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742394, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 31367, "Shape__Length": 222.47680976154754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138208603953103, 40.0437489858354 ], [ -75.137870517085901, 40.0452569096472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6896, "tnode_": 6554, "lpoly_": null, "rpoly_": null, "length": 559.10543934999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "MARVINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 54140, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742395, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N MARVINE ST", "stname": "N MARVINE ST", "objectid": 31368, "Shape__Length": 223.15585704024051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138989742093997, 40.043851587759796 ], [ -75.138656580235505, 40.045364887400602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6924, "tnode_": 6590, "lpoly_": null, "rpoly_": null, "length": 560.18981137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "WARNOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 81440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742396, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N WARNOCK ST", "stname": "N WARNOCK ST", "objectid": 31369, "Shape__Length": 223.58599261752778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137422501636095, 40.043647733405002 ], [ -75.1370752692834, 40.045162186008902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6942, "tnode_": 6924, "lpoly_": null, "rpoly_": null, "length": 222.53657848999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1000, "l_t_add": 1018, "r_f_add": 1001, "r_t_add": 1019, "st_code": 22280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742397, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31370, "Shape__Length": 88.491207741298922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136640527377907, 40.043538309794101 ], [ -75.137422501636095, 40.043647733405002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6677, "tnode_": 6659, "lpoly_": null, "rpoly_": null, "length": 187.92707091, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPENCER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 750, "l_t_add": 798, "r_f_add": 751, "r_t_add": 799, "st_code": 73640, "l_hundred": 700, "r_hundred": 700, "seg_id": 742400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPENCER AVE", "stname": "W SPENCER AVE", "objectid": 31371, "Shape__Length": 74.728959260169319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133249908101803, 40.044666615471897 ], [ -75.133911522546498, 40.044753605669797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7301, "tnode_": 7046, "lpoly_": null, "rpoly_": null, "length": 484.09777134999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5885, "r_t_add": 5899, "st_code": 87930, "l_hundred": 5900, "r_hundred": 5800, "seg_id": 742401, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 31372, "Shape__Length": 193.13356620188037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133033830448994, 40.041881266520399 ], [ -75.133015227732997, 40.042166557934202 ], [ -75.133034590298493, 40.042423478813603 ], [ -75.133081512778503, 40.042573036377199 ], [ -75.133156119575403, 40.042763721076703 ], [ -75.1332658243157, 40.042955204368198 ], [ -75.133473594886794, 40.043111880341698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7301, "tnode_": 7272, "lpoly_": null, "rpoly_": null, "length": 311.60947036, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 59180, "l_hundred": 700, "r_hundred": 700, "seg_id": 742402, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31373, "Shape__Length": 123.90545773928055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133033830448994, 40.041881266520399 ], [ -75.133493075312799, 40.041938266327897 ], [ -75.134131541056803, 40.042022246250497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7272, "tnode_": 7008, "lpoly_": null, "rpoly_": null, "length": 435.96165005999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 34980, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742403, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 31374, "Shape__Length": 174.01468219833333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134131541056803, 40.042022246250497 ], [ -75.134098794112305, 40.042368090505001 ], [ -75.134044287643107, 40.042926064293397 ], [ -75.134003874101296, 40.043214861391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9064, "tnode_": 8983, "lpoly_": null, "rpoly_": null, "length": 180.72209233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5516, "l_t_add": 5534, "r_f_add": 5515, "r_t_add": 5533, "st_code": 75420, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742412, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31375, "Shape__Length": 72.02784842333682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092622836760896, 40.031315780059302 ], [ -75.092418358632102, 40.031525950072201 ], [ -75.092243722267398, 40.031717191188399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8975, "tnode_": 8896, "lpoly_": null, "rpoly_": null, "length": 178.41027867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 77860, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROTTER ST", "stname": "TROTTER ST", "objectid": 31376, "Shape__Length": 71.10442757586722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093486810462096, 40.031801471553102 ], [ -75.093289673566403, 40.031999574128498 ], [ -75.093107672060299, 40.032194994548703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8527, "tnode_": 8455, "lpoly_": null, "rpoly_": null, "length": 276.1390001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5432, "r_f_add": 5401, "r_t_add": 5433, "st_code": 17620, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742422, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31377, "Shape__Length": 109.86928234074367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110383339814604, 40.034699424504801 ], [ -75.109948103428493, 40.034872937231498 ], [ -75.109506833040399, 40.035046802500403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8858, "tnode_": 8676, "lpoly_": null, "rpoly_": null, "length": 511.29757857000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 23400, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742425, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 31378, "Shape__Length": 203.68484932048011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106433607512002, 40.032670388351903 ], [ -75.106027964393306, 40.032911924845301 ], [ -75.105893810798094, 40.0330039231483 ], [ -75.105284839563694, 40.033629698955799 ], [ -75.105258759420195, 40.033652756782999 ], [ -75.105232846745906, 40.033671516936003 ], [ -75.105193474117698, 40.0336804116859 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8603, "tnode_": 8676, "lpoly_": null, "rpoly_": null, "length": 260.73844104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 724, "st_code": 34760, "l_hundred": 700, "r_hundred": 700, "seg_id": 742430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 31379, "Shape__Length": 103.8019556536922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.105937924802404, 40.034109858260301 ], [ -75.105541090061905, 40.033893640461201 ], [ -75.105193474117698, 40.0336804116859 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9262, "tnode_": 9055, "lpoly_": null, "rpoly_": null, "length": 465.21796482999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "F", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5208, "l_t_add": 5298, "r_f_add": 5209, "r_t_add": 5299, "st_code": 33120, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742433, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "F ST", "stname": "F ST", "objectid": 31380, "Shape__Length": 185.61647234452244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109492867655007, 40.030517439669502 ], [ -75.109293779487601, 40.031053821004399 ], [ -75.109291457675596, 40.031060715464399 ], [ -75.109059294068501, 40.0317501598741 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9749, "tnode_": 9709, "lpoly_": null, "rpoly_": null, "length": 258.26806978999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 401, "l_t_add": 449, "r_f_add": 400, "r_t_add": 448, "st_code": 13520, "l_hundred": 400, "r_hundred": 400, "seg_id": 742437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31381, "Shape__Length": 102.6782668354363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117755377687601, 40.028680791738203 ], [ -75.117249213203394, 40.028755832895001 ], [ -75.116849150441396, 40.028812332288503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9709, "tnode_": 9666, "lpoly_": null, "rpoly_": null, "length": 241.16369091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 451, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 13520, "l_hundred": 400, "r_hundred": 400, "seg_id": 742438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31382, "Shape__Length": 95.878916896524288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116849150441396, 40.028812332288503 ], [ -75.116404129801893, 40.028878131426403 ], [ -75.116003593230104, 40.028937830109903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9666, "tnode_": 9637, "lpoly_": null, "rpoly_": null, "length": 246.1649207, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 508, "st_code": 13520, "l_hundred": 500, "r_hundred": 500, "seg_id": 742439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31383, "Shape__Length": 97.867666236045125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.116003593230104, 40.028937830109903 ], [ -75.115559070499998, 40.029003015721401 ], [ -75.115140775453995, 40.0290669984198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10449, "tnode_": 10498, "lpoly_": null, "rpoly_": null, "length": 303.63022875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 735, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 69860, "l_hundred": 700, "r_hundred": 700, "seg_id": 742440, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31384, "Shape__Length": 120.71040328149166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109642587891202, 40.024805792990797 ], [ -75.109051379817203, 40.024712670484497 ], [ -75.109046820539604, 40.024711952030103 ], [ -75.108582931576706, 40.024629842700897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10148, "tnode_": 10225, "lpoly_": null, "rpoly_": null, "length": 273.60795463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERKNESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 42080, "l_hundred": 800, "r_hundred": 800, "seg_id": 742442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERKNESS ST", "stname": "HERKNESS ST", "objectid": 31385, "Shape__Length": 108.90686062631438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108042435262007, 40.026422229368997 ], [ -75.107612057004999, 40.026178821522002 ], [ -75.107252357865903, 40.025980432207803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9849, "tnode_": 9930, "lpoly_": null, "rpoly_": null, "length": 278.48095285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 775, "l_t_add": 799, "r_f_add": 776, "r_t_add": 798, "st_code": 36160, "l_hundred": 700, "r_hundred": 700, "seg_id": 742443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARLAND ST", "stname": "GARLAND ST", "objectid": 31386, "Shape__Length": 110.86054016190431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106575334227799, 40.027911050986802 ], [ -75.106133397791695, 40.027662428604401 ], [ -75.105787827499796, 40.027444727493503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9796, "tnode_": 9789, "lpoly_": null, "rpoly_": null, "length": 216.43144723, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1338, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 69880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 31387, "Shape__Length": 86.043918694696558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1461535154247, 40.029053003735001 ], [ -75.146915293773006, 40.029153247755701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9986, "tnode_": 9966, "lpoly_": null, "rpoly_": null, "length": 268.08329917999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 69880, "l_hundred": 800, "r_hundred": 800, "seg_id": 742447, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 31388, "Shape__Length": 106.57470705257629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137423768803401, 40.027927856319998 ], [ -75.1379262531254, 40.027989239040402 ], [ -75.137944414053393, 40.027991645168001 ], [ -75.138369667142797, 40.0280409886401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9643, "tnode_": 9621, "lpoly_": null, "rpoly_": null, "length": 218.64443495999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 917, "st_code": 50940, "l_hundred": 900, "r_hundred": 900, "seg_id": 742452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDLEY AVE", "stname": "LINDLEY AVE", "objectid": 31389, "Shape__Length": 86.925190116874333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138052638301303, 40.029542347842202 ], [ -75.138821229993098, 40.029647929253201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5940, "tnode_": 6159, "lpoly_": null, "rpoly_": null, "length": 548.9214826299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAREMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 23340, "l_hundred": 200, "r_hundred": 200, "seg_id": 742461, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAREMONT RD", "stname": "CLAREMONT RD", "objectid": 31390, "Shape__Length": 218.759934440987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115740150829794, 40.047744857743403 ], [ -75.1159285493993, 40.047573488251999 ], [ -75.116037810019293, 40.047477235492501 ], [ -75.116053582960404, 40.047451637639497 ], [ -75.116100660404797, 40.047375231382503 ], [ -75.116118535661897, 40.0472560018735 ], [ -75.116093617243706, 40.047135146034101 ], [ -75.116008269817598, 40.047045413682 ], [ -75.115775945757093, 40.046906591913 ], [ -75.115306140524396, 40.0466180252904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5400, "tnode_": 5465, "lpoly_": null, "rpoly_": null, "length": 511.51757418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 25460, "l_hundred": 100, "r_hundred": 100, "seg_id": 742463, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVINGTON RD", "stname": "COVINGTON RD", "objectid": 31391, "Shape__Length": 203.62109373078897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118566996290099, 40.051149946132 ], [ -75.118884847859704, 40.050862027441902 ], [ -75.119010557139106, 40.050772473778103 ], [ -75.119143687990103, 40.050699663428603 ], [ -75.119403126084507, 40.050638568114302 ], [ -75.119554530558304, 40.050630127001298 ], [ -75.119716622365203, 40.050645746317599 ], [ -75.119864739754505, 40.050676640431 ], [ -75.120101516061595, 40.0507611225391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9141, "tnode_": 9064, "lpoly_": null, "rpoly_": null, "length": 189.51242421000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5502, "l_t_add": 5514, "r_f_add": 5503, "r_t_add": 5513, "st_code": 75420, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742470, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31392, "Shape__Length": 75.528772355270831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093024321550203, 40.030897088064101 ], [ -75.092794551276796, 40.031128848940597 ], [ -75.092622836760896, 40.031315780059302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8520, "tnode_": 8453, "lpoly_": null, "rpoly_": null, "length": 198.82922560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5744, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 75420, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742484, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31393, "Shape__Length": 79.239319172468697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089810873048506, 40.0342312814889 ], [ -75.089589875424807, 40.034446141559499 ], [ -75.089377321930201, 40.034663484580399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8570, "tnode_": 8495, "lpoly_": null, "rpoly_": null, "length": 184.81702556000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5820, "r_f_add": 5801, "r_t_add": 5821, "st_code": 35240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31394, "Shape__Length": 73.664921728926529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088008036443497, 40.033904989625498 ], [ -75.087789622200503, 40.0341439035383 ], [ -75.087624565181002, 40.034317894410698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8455, "tnode_": 8388, "lpoly_": null, "rpoly_": null, "length": 317.58647864000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5434, "l_t_add": 5498, "r_f_add": 5435, "r_t_add": 5499, "st_code": 17620, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 31395, "Shape__Length": 126.40653977475296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109506833040399, 40.035046802500403 ], [ -75.109056710722399, 40.035229572902502 ], [ -75.108685022321794, 40.035364146294697 ], [ -75.108573425823494, 40.035504736470202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10009, "tnode_": 9637, "lpoly_": null, "rpoly_": null, "length": 691.6688011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "D", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 27080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "D ST", "stname": "D ST", "objectid": 31396, "Shape__Length": 275.99028310083179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114670534380494, 40.027203026336103 ], [ -75.114789076001202, 40.027687075320202 ], [ -75.115140775453995, 40.0290669984198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9314, "tnode_": 9299, "lpoly_": null, "rpoly_": null, "length": 118.19303654, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "DUNCANNON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 29400, "l_hundred": 700, "r_hundred": 700, "seg_id": 742556, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W DUNCANNON AVE", "stname": "W DUNCANNON AVE", "objectid": 31397, "Shape__Length": 46.990266076107908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136344438959, 40.030916110575099 ], [ -75.136759906184594, 40.030973271320001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6874, "tnode_": 6533, "lpoly_": null, "rpoly_": null, "length": 560.35150048000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 88030, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742596, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 31398, "Shape__Length": 223.65347940770118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139783194459199, 40.043951408779598 ], [ -75.139448947618504, 40.045468036561502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6212, "tnode_": 6073, "lpoly_": null, "rpoly_": null, "length": 248.68836686, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6300, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6349, "st_code": 87830, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 742602, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 31399, "Shape__Length": 99.264789564414031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123341166738996, 40.0465735369662 ], [ -75.123261259081104, 40.046977448813699 ], [ -75.123210540426697, 40.047248788019999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5387, "tnode_": 5077, "lpoly_": null, "rpoly_": null, "length": 749.47514944, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "2ND", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 87830, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 742605, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 2ND ST", "stname": "N 2ND ST", "objectid": 31400, "Shape__Length": 299.17728423909739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122518351485496, 40.051135007296502 ], [ -75.1222736482339, 40.052594003177099 ], [ -75.122269269429907, 40.052613336340798 ], [ -75.122124213774995, 40.053168972341098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9160, "tnode_": 9099, "lpoly_": null, "rpoly_": null, "length": 203.371723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5542, "l_t_add": 5598, "r_f_add": 5543, "r_t_add": 5599, "st_code": 51660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31401, "Shape__Length": 80.952275490826295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090448558702406, 40.030722287265398 ], [ -75.090177170028497, 40.030865514795103 ], [ -75.089856616220601, 40.031045624859402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8905, "tnode_": 8816, "lpoly_": null, "rpoly_": null, "length": 192.46303075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5600, "l_t_add": 5620, "r_f_add": 5601, "r_t_add": 5621, "st_code": 75420, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742633, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31402, "Shape__Length": 76.713642132777338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091808709330493, 40.032154911218498 ], [ -75.091589025294795, 40.032390646215603 ], [ -75.091415569959693, 40.0325882153533 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5457, "tnode_": 5214, "lpoly_": null, "rpoly_": null, "length": 531.62766523000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 87970, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742639, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 31403, "Shape__Length": 212.10489037086728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133449692590602, 40.051121967060801 ], [ -75.133468534256295, 40.051195408736497 ], [ -75.133458360603299, 40.051229252782797 ], [ -75.133373102245699, 40.0513704283861 ], [ -75.132746492236294, 40.052463183187697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6659, "tnode_": 6460, "lpoly_": null, "rpoly_": null, "length": 355.71026479, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "8TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 87950, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742640, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 8TH ST", "stname": "N 8TH ST", "objectid": 31404, "Shape__Length": 141.97633281668641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133911522546498, 40.044753605669797 ], [ -75.133701810016305, 40.045716678039902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6457, "tnode_": 6460, "lpoly_": null, "rpoly_": null, "length": 190.68332441000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPARKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 73600, "l_hundred": 700, "r_hundred": 700, "seg_id": 742641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPARKS ST", "stname": "SPARKS ST", "objectid": 31405, "Shape__Length": 75.829220956278746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133034136168007, 40.045624573356697 ], [ -75.133649778977301, 40.0457220740509 ], [ -75.133701810016305, 40.045716678039902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7046, "tnode_": 7008, "lpoly_": null, "rpoly_": null, "length": 153.51746991000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 22280, "l_hundred": 700, "r_hundred": 700, "seg_id": 742642, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHAMPLOST AVE", "stname": "W CHAMPLOST AVE", "objectid": 31406, "Shape__Length": 61.05332541053221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133473594886794, 40.043111880341698 ], [ -75.133731470705996, 40.043177294573901 ], [ -75.134003874101296, 40.043214861391 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6965, "tnode_": 6788, "lpoly_": null, "rpoly_": null, "length": 281.58562514, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HUTCHINSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 44180, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HUTCHINSON ST", "stname": "N HUTCHINSON ST", "objectid": 31407, "Shape__Length": 112.38837548036159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135837232987896, 40.0434358930071 ], [ -75.135671870925194, 40.044198358651201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5993, "tnode_": 5795, "lpoly_": null, "rpoly_": null, "length": 142.0363128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 82820, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 742645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 31408, "Shape__Length": 56.604834339457774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086027996073298, 40.047564547618698 ], [ -75.085696856007303, 40.047859946994599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8624, "tnode_": 8431, "lpoly_": null, "rpoly_": null, "length": 353.66989390999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CAMAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 20980, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742646, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CAMAC ST", "stname": "N CAMAC ST", "objectid": 31409, "Shape__Length": 141.14508957845123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142570731234798, 40.034867794906901 ], [ -75.142388332417994, 40.035828483561502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9659, "tnode_": 9385, "lpoly_": null, "rpoly_": null, "length": 488.82808761999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4898, "r_f_add": 4801, "r_t_add": 4899, "st_code": 48940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 742651, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31410, "Shape__Length": 194.83247380365714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097910115244702, 40.028627946550898 ], [ -75.0975682859996, 40.029019761639802 ], [ -75.096911816587706, 40.029728580736602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7377, "tnode_": 7542, "lpoly_": null, "rpoly_": null, "length": 522.30656287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 50500, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742663, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31411, "Shape__Length": 207.94334048499934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078902291709994, 40.040320875335603 ], [ -75.077862380894899, 40.039731169782797 ], [ -75.077397553987097, 40.039473497109903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7462, "tnode_": 7622, "lpoly_": null, "rpoly_": null, "length": 522.35114024999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 16000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742664, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 31412, "Shape__Length": 207.94973459374481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079350422837507, 40.039842972960301 ], [ -75.078300533430905, 40.039261522551399 ], [ -75.077831676138601, 40.039010324621799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7556, "tnode_": 7711, "lpoly_": null, "rpoly_": null, "length": 517.171295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 74960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742665, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 31413, "Shape__Length": 205.88503162896461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079718406852805, 40.039449217130901 ], [ -75.078660195729299, 40.038866797964602 ], [ -75.078212747791298, 40.038626940791403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9730, "tnode_": 9828, "lpoly_": null, "rpoly_": null, "length": 246.00728191000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 901, "l_t_add": 949, "r_f_add": 900, "r_t_add": 948, "st_code": 12120, "l_hundred": 900, "r_hundred": 900, "seg_id": 742673, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 31414, "Shape__Length": 98.055516967599118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093388421964093, 40.028222277034097 ], [ -75.093365229275705, 40.0281738216486 ], [ -75.093206473022605, 40.028002862756402 ], [ -75.092901004747105, 40.027662350121602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8705, "tnode_": 8586, "lpoly_": null, "rpoly_": null, "length": 247.62770682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5514, "r_f_add": 5501, "r_t_add": 5515, "st_code": 35200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742675, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31415, "Shape__Length": 98.743754459419605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1221130719087, 40.033983960835798 ], [ -75.121915765987097, 40.034175243749502 ], [ -75.121851371064693, 40.034279235384602 ], [ -75.121707484914296, 40.034580026629001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10457, "tnode_": 27085, "lpoly_": null, "rpoly_": null, "length": 18.32115757, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 519, "l_t_add": 519, "r_f_add": 518, "r_t_add": 518, "st_code": 69860, "l_hundred": 500, "r_hundred": 500, "seg_id": 742731, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E RUSCOMB ST", "stname": "E RUSCOMB ST", "objectid": 31416, "Shape__Length": 7.2824740165647261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115136909255298, 40.024981684391904 ], [ -75.115071519025093, 40.024980184028699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27458, "tnode_": 27457, "lpoly_": null, "rpoly_": null, "length": 189.83842955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 42450, "l_hundred": 900, "r_hundred": 900, "seg_id": 742732, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "HIGBEE TER", "stname": "HIGBEE TER", "objectid": 31417, "Shape__Length": 75.578591566790834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091182998503399, 40.040149222077702 ], [ -75.090634730329796, 40.039842645803603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27458, "tnode_": 27459, "lpoly_": null, "rpoly_": null, "length": 215.33157138000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6004, "l_t_add": 6102, "r_f_add": 6005, "r_t_add": 6103, "st_code": 28910, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742733, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-11-22T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "DORCAS TER", "stname": "DORCAS TER", "objectid": 31418, "Shape__Length": 85.832511324944321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091182998503399, 40.040149222077702 ], [ -75.090730527960105, 40.0406272006976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27459, "tnode_": 27460, "lpoly_": null, "rpoly_": null, "length": 183.18725496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 49165, "l_hundred": 900, "r_hundred": 900, "seg_id": 742734, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "LARDNER TER", "stname": "LARDNER TER", "objectid": 31419, "Shape__Length": 72.930195329115278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090730527960105, 40.0406272006976 ], [ -75.090200138507996, 40.040332772317001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27461, "tnode_": 27462, "lpoly_": null, "rpoly_": null, "length": 226.6351713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1015, "r_f_add": 1000, "r_t_add": 1014, "st_code": 74790, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742735, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "STEVENS TER", "stname": "STEVENS TER", "objectid": 31420, "Shape__Length": 90.222350591511599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0898870759533, 40.040683921254498 ], [ -75.089223517978198, 40.040327637650797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27462, "tnode_": 27465, "lpoly_": null, "rpoly_": null, "length": 203.53069982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1017, "l_t_add": 1027, "r_f_add": 1016, "r_t_add": 1030, "st_code": 74790, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742736, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "STEVENS TER", "stname": "STEVENS TER", "objectid": 31421, "Shape__Length": 81.028428752323649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089223517978198, 40.040327637650797 ], [ -75.088633546117904, 40.040001241303599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27465, "tnode_": 27466, "lpoly_": null, "rpoly_": null, "length": 85.62451788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1032, "r_t_add": 1098, "st_code": 74790, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742737, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "STEVENS TER", "stname": "STEVENS TER", "objectid": 31422, "Shape__Length": 34.086287780384325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088633546117904, 40.040001241303599 ], [ -75.088382675454497, 40.039866827851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27467, "tnode_": 27463, "lpoly_": null, "rpoly_": null, "length": 214.18485307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOVATT", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 51840, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742738, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "LOVATT TER", "stname": "LOVATT TER", "objectid": 31423, "Shape__Length": 85.379019320087536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0902297531226, 40.039249983057303 ], [ -75.089788921564605, 40.039730494530602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27463, "tnode_": 27462, "lpoly_": null, "rpoly_": null, "length": 269.03729571999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOVATT", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 51840, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742739, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "LOVATT TER", "stname": "LOVATT TER", "objectid": 31424, "Shape__Length": 107.2393402039025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089788921564605, 40.039730494530602 ], [ -75.089223517978198, 40.040327637650797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27464, "tnode_": 27465, "lpoly_": null, "rpoly_": null, "length": 264.877725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMHURST", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 31445, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742740, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ELMHURST TER", "stname": "ELMHURST TER", "objectid": 31425, "Shape__Length": 105.58402176191622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089183976264707, 40.039409875791598 ], [ -75.088633546117904, 40.040001241303599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27468, "tnode_": 27464, "lpoly_": null, "rpoly_": null, "length": 210.51702788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMHURST", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 31445, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742741, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ELMHURST TER", "stname": "ELMHURST TER", "objectid": 31426, "Shape__Length": 83.914361530643049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089621559701996, 40.038939942496803 ], [ -75.089183976264707, 40.039409875791598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27460, "tnode_": 27461, "lpoly_": null, "rpoly_": null, "length": 155.06896524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6104, "l_t_add": 6110, "r_f_add": 6109, "r_t_add": 6115, "st_code": 11980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31427, "Shape__Length": 61.818047352038853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090200138507996, 40.040332772317001 ], [ -75.0898870759533, 40.040683921254498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7457, "tnode_": 27460, "lpoly_": null, "rpoly_": null, "length": 91.70878722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6102, "r_f_add": 6101, "r_t_add": 6107, "st_code": 11980, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-21T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31428, "Shape__Length": 36.569895568155417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090362879232401, 40.040114294794897 ], [ -75.090200138507996, 40.040332772317001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7662, "tnode_": 27466, "lpoly_": null, "rpoly_": null, "length": 282.15116144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6130, "l_t_add": 6158, "r_f_add": 6131, "r_t_add": 6159, "st_code": 62080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742744, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-05-07T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 31429, "Shape__Length": 112.60387636921006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088568534198302, 40.039105577866799 ], [ -75.088382675454497, 40.039866827851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7457, "tnode_": 27463, "lpoly_": null, "rpoly_": null, "length": 214.90756158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1000, "l_t_add": 1014, "r_f_add": 1001, "r_t_add": 1015, "st_code": 16920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31430, "Shape__Length": 85.587885150409633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090362879232401, 40.040114294794897 ], [ -75.090290156564194, 40.040028734332601 ], [ -75.090212641496905, 40.039971773454297 ], [ -75.089788921564605, 40.039730494530602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27463, "tnode_": 27464, "lpoly_": null, "rpoly_": null, "length": 205.74707708000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1016, "l_t_add": 1028, "r_f_add": 1017, "r_t_add": 1029, "st_code": 16920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 742746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-07T00:00:00Z", "newsegdate": "1998-09-04T00:00:00Z", "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 31431, "Shape__Length": 81.903930616357528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089788921564605, 40.039730494530602 ], [ -75.089183976264707, 40.039409875791598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27457, "tnode_": 7457, "lpoly_": null, "rpoly_": null, "length": 124.84517926000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6004, "l_t_add": 6098, "r_f_add": 6009, "r_t_add": 6099, "st_code": 11980, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742748, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-05-07T00:00:00Z", "newsegdate": "1998-10-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31432, "Shape__Length": 49.758758591140861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090634730329796, 40.039842645803603 ], [ -75.090362879232401, 40.040114294794897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7435, "tnode_": 27532, "lpoly_": null, "rpoly_": null, "length": 86.9789482, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 38040, "l_hundred": 0, "r_hundred": 0, "seg_id": 742749, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-20T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31433, "Shape__Length": 34.643698818758288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144226954744397, 40.041390767815301 ], [ -75.144456362528999, 40.041551764378703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27533, "tnode_": 27532, "lpoly_": null, "rpoly_": null, "length": 127.38657971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5812, "r_f_add": 5801, "r_t_add": 5813, "st_code": 61300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742750, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2003-10-30T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31434, "Shape__Length": 50.846438808861578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144480155475804, 40.041202551781197 ], [ -75.144456661392695, 40.041547156136602 ], [ -75.144456362528999, 40.041551764378703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7762, "tnode_": 27534, "lpoly_": null, "rpoly_": null, "length": 251.04919814000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5700, "l_t_add": 5722, "r_f_add": 5701, "r_t_add": 5723, "st_code": 61300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742751, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2008-04-29T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31435, "Shape__Length": 100.20466771996401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144574691481594, 40.039845949870298 ], [ -75.144526736590905, 40.040534123042299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27534, "tnode_": 27533, "lpoly_": null, "rpoly_": null, "length": 243.84635754000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5724, "l_t_add": 5798, "r_f_add": 5725, "r_t_add": 5799, "st_code": 61300, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742752, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2007-05-29T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31436, "Shape__Length": 97.330665317855249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144526736590905, 40.040534123042299 ], [ -75.144480155475804, 40.041202551781197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7639, "tnode_": 27534, "lpoly_": null, "rpoly_": null, "length": 22.94824506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLEARVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 23660, "l_hundred": 0, "r_hundred": 0, "seg_id": 742753, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-10-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CLEARVIEW ST", "stname": "CLEARVIEW ST", "objectid": 31437, "Shape__Length": 9.1247557558793346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144445924240401, 40.040523617620302 ], [ -75.144526736590905, 40.040534123042299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5551, "tnode_": 27624, "lpoly_": null, "rpoly_": null, "length": 25.58881362, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 532, "l_t_add": 532, "r_f_add": 533, "r_t_add": 533, "st_code": 89140, "l_hundred": 500, "r_hundred": 500, "seg_id": 742754, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 31438, "Shape__Length": 10.176506744053468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128500936081494, 40.050356028072301 ], [ -75.1285906846187, 40.050369337046703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27625, "tnode_": 5605, "lpoly_": null, "rpoly_": null, "length": 21.07813451, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "65TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 298, "l_t_add": 298, "r_f_add": 299, "r_t_add": 299, "st_code": 89140, "l_hundred": 200, "r_hundred": 200, "seg_id": 742755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "W 65TH AVE", "stname": "W 65TH AVE", "objectid": 31439, "Shape__Length": 8.3822081461657962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124616224504393, 40.049858906720203 ], [ -75.124690577279097, 40.049868014142902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7357, "tnode_": 27626, "lpoly_": null, "rpoly_": null, "length": 29.63162732, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHAMPLOST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 101, "l_t_add": 101, "r_f_add": 100, "r_t_add": 100, "st_code": 22260, "l_hundred": 100, "r_hundred": 100, "seg_id": 742757, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHAMPLOST AVE", "stname": "E CHAMPLOST AVE", "objectid": 31440, "Shape__Length": 11.782161299977497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119227460671198, 40.041305700285001 ], [ -75.119122885788002, 40.041293204613098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8312, "tnode_": 27630, "lpoly_": null, "rpoly_": null, "length": 23.64850623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5846, "l_t_add": 5846, "r_f_add": 5845, "r_t_add": 5845, "st_code": 75420, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742760, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 31441, "Shape__Length": 9.4253197416529702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088629098834005, 40.035444570297003 ], [ -75.0885785604342, 40.035496582004903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8653, "tnode_": 27632, "lpoly_": null, "rpoly_": null, "length": 22.44652237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5742, "l_t_add": 5742, "r_f_add": 5743, "r_t_add": 5743, "st_code": 35240, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742761, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31442, "Shape__Length": 8.9466605088346185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088466309027595, 40.0334178543199 ], [ -75.088419627546301, 40.033467945998801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8426, "tnode_": 27631, "lpoly_": null, "rpoly_": null, "length": 49.29560245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5842, "l_t_add": 5842, "r_f_add": 5843, "r_t_add": 5843, "st_code": 35240, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742762, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 31443, "Shape__Length": 19.646628489298259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087266879080204, 40.034691290660298 ], [ -75.0871608544917, 40.034799318612201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8850, "tnode_": 27627, "lpoly_": null, "rpoly_": null, "length": 59.52584545, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLARKSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 498, "l_t_add": 498, "r_f_add": 499, "r_t_add": 499, "st_code": 23520, "l_hundred": 400, "r_hundred": 400, "seg_id": 742763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1998-11-10T00:00:00Z", "multi_rep": 0, "streetlabe": "E CLARKSON AVE", "stname": "E CLARKSON AVE", "objectid": 31444, "Shape__Length": 23.665405951596235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115388320033702, 40.032952861937297 ], [ -75.115177793671293, 40.032930237041597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7123, "tnode_": 7120, "lpoly_": null, "rpoly_": null, "length": 156.81549605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NEDRO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1420, "r_f_add": 1401, "r_t_add": 1417, "st_code": 59180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 742764, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W NEDRO AVE", "stname": "W NEDRO AVE", "objectid": 31445, "Shape__Length": 62.356371026216301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143871512690296, 40.042910197802797 ], [ -75.144422995905899, 40.042985370871897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4962, "tnode_": 4916, "lpoly_": null, "rpoly_": null, "length": 173.76677311999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 61300, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 742765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-04-15T00:00:00Z", "newsegdate": "1999-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31446, "Shape__Length": 69.292663379796622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141445027253397, 40.054217319628101 ], [ -75.141107774325903, 40.0546177848857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8919, "tnode_": 27978, "lpoly_": null, "rpoly_": null, "length": 282.30454797000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5420, "l_t_add": 5498, "r_f_add": 5413, "r_t_add": 5499, "st_code": 35200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742766, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31447, "Shape__Length": 112.64339747949742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.121958775587899, 40.032728234090598 ], [ -75.121713314884403, 40.033479872315098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5990, "tnode_": 26901, "lpoly_": null, "rpoly_": null, "length": 267.19063825000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 36900, "l_hundred": 900, "r_hundred": 900, "seg_id": 742767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-07T00:00:00Z", "newsegdate": "2000-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 31448, "Shape__Length": 106.34312817697344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085783998650101, 40.046868713547902 ], [ -75.085450660442106, 40.046828369902002 ], [ -75.085285908699802, 40.046780739832499 ], [ -75.085063090656305, 40.046660308396703 ], [ -75.085023640158497, 40.046628503815 ], [ -75.085000652623293, 40.046605530181701 ], [ -75.0849885139951, 40.046576687489598 ], [ -75.085004699722006, 40.046553563040398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7930, "tnode_": 28279, "lpoly_": null, "rpoly_": null, "length": 143.70907924, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRANGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 38040, "l_hundred": 0, "r_hundred": 0, "seg_id": 742787, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-09-25T00:00:00Z", "newsegdate": "2001-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W GRANGE AVE", "stname": "W GRANGE AVE", "objectid": 31449, "Shape__Length": 57.139429163890284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.120769749830899, 40.038367650786697 ], [ -75.120262777453306, 40.038306172792403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6012, "tnode_": 5840, "lpoly_": null, "rpoly_": null, "length": 343.6011963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5974, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6029, "st_code": 67560, "l_hundred": 5900, "r_hundred": 6000, "seg_id": 742788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": "2001-12-06T00:00:00Z", "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 31450, "Shape__Length": 136.97200847476944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104737086395403, 40.047183965048703 ], [ -75.104007348113697, 40.047942348398799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6272, "tnode_": 6012, "lpoly_": null, "rpoly_": null, "length": 588.31789088000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5900, "l_t_add": 5972, "r_f_add": 5901, "r_t_add": 5999, "st_code": 67560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": "2001-12-06T00:00:00Z", "multi_rep": 0, "streetlabe": "REACH ST", "stname": "REACH ST", "objectid": 31451, "Shape__Length": 234.51074520540519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1060069886707, 40.045897226291402 ], [ -75.104737086395403, 40.047183965048703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8992, "tnode_": 8969, "lpoly_": null, "rpoly_": null, "length": 152.17713545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5228, "l_t_add": 5230, "r_f_add": 5221, "r_t_add": 5233, "st_code": 76520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742801, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-01-02T00:00:00Z", "newsegdate": "2001-12-21T00:00:00Z", "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31452, "Shape__Length": 60.535741619386343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108406270000799, 40.031987662713398 ], [ -75.108042412364796, 40.032117936558997 ], [ -75.107924490479505, 40.032156426178901 ], [ -75.107911281270404, 40.032159839054302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8398, "tnode_": 8454, "lpoly_": null, "rpoly_": null, "length": 260.10914011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 724, "st_code": 40880, "l_hundred": 700, "r_hundred": 700, "seg_id": 742808, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-12-24T00:00:00Z", "newsegdate": "2001-12-24T00:00:00Z", "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31453, "Shape__Length": 103.54441438734386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104728580496001, 40.035330194891401 ], [ -75.104333325222797, 40.035117453130098 ], [ -75.103973261216595, 40.034914635543899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6942, "tnode_": 6613, "lpoly_": null, "rpoly_": null, "length": 559.14405319000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 87990, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742810, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-15T00:00:00Z", "newsegdate": "2002-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 31454, "Shape__Length": 223.16898181219653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136640527377907, 40.043538309794101 ], [ -75.136460863251699, 40.044304098324098 ], [ -75.136299088566403, 40.045050591941603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28452, "tnode_": 27458, "lpoly_": null, "rpoly_": null, "length": 77.25170167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6002, "r_f_add": 6001, "r_t_add": 6003, "st_code": 28910, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742811, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2002-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "DORCAS TER", "stname": "DORCAS TER", "objectid": 31455, "Shape__Length": 30.793131613448292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0913448080791, 40.039977455706399 ], [ -75.091182998503399, 40.040149222077702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27459, "tnode_": 28453, "lpoly_": null, "rpoly_": null, "length": 164.74373518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6104, "l_t_add": 6198, "r_f_add": 6105, "r_t_add": 6199, "st_code": 28910, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742812, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2002-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "DORCAS TER", "stname": "DORCAS TER", "objectid": 31456, "Shape__Length": 65.629880449376685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090730527960105, 40.0406272006976 ], [ -75.090527422019804, 40.0408385504278 ], [ -75.090488331192304, 40.040849935461303 ], [ -75.090425773369006, 40.040916086306197 ], [ -75.090328142282701, 40.040925092234197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28453, "tnode_": 27461, "lpoly_": null, "rpoly_": null, "length": 151.6803046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 74790, "l_hundred": 900, "r_hundred": 900, "seg_id": 742813, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-25T00:00:00Z", "newsegdate": "2002-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STEVENS TER", "stname": "STEVENS TER", "objectid": 31457, "Shape__Length": 60.385522148476802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090328142282701, 40.040925092234197 ], [ -75.090275709844704, 40.040902881299701 ], [ -75.0898870759533, 40.040683921254498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28454, "tnode_": 27457, "lpoly_": null, "rpoly_": null, "length": 75.2916589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6002, "r_f_add": 6001, "r_t_add": 6007, "st_code": 11980, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742814, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2002-05-07T00:00:00Z", "newsegdate": "2002-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 31458, "Shape__Length": 30.013013005499758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090789883470407, 40.039673835554296 ], [ -75.090634730329796, 40.039842645803603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28489, "tnode_": 28490, "lpoly_": null, "rpoly_": null, "length": 153.4025415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERT EINSTEIN", "st_type": "DR", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 11625, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 742815, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-05-01T00:00:00Z", "newsegdate": "2002-09-23T00:00:00Z", "multi_rep": 0, "streetlabe": "ALBERT EINSTEIN DR", "stname": "ALBERT EINSTEIN DR", "objectid": 31459, "Shape__Length": 60.997114384893855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144655595568906, 40.036897509358802 ], [ -75.145191243915903, 40.036985892718199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8588, "tnode_": 28489, "lpoly_": null, "rpoly_": null, "length": 636.02462732999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 61300, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-05-01T00:00:00Z", "newsegdate": "2002-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31460, "Shape__Length": 253.8445419105571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144796175647599, 40.035158595749998 ], [ -75.144708616532995, 40.035506400765499 ], [ -75.144655595568906, 40.036897509358802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28489, "tnode_": 8035, "lpoly_": null, "rpoly_": null, "length": 489.0425184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 61300, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-05-01T00:00:00Z", "newsegdate": "2002-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31461, "Shape__Length": 195.1925355183165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144655595568906, 40.036897509358802 ], [ -75.144618600987201, 40.038239687538699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8565, "tnode_": 28490, "lpoly_": null, "rpoly_": null, "length": 632.93415051, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 19140, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742818, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-05-01T00:00:00Z", "newsegdate": "2002-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31462, "Shape__Length": 252.5935855861687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145556007971905, 40.035271185815198 ], [ -75.145191243915903, 40.036985892718199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28490, "tnode_": 7901, "lpoly_": null, "rpoly_": null, "length": 773.42982336, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 19140, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742819, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2012-05-01T00:00:00Z", "newsegdate": "2002-09-25T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31463, "Shape__Length": 308.6725926091957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145191243915903, 40.036985892718199 ], [ -75.144751910893206, 40.039082021760997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28518, "tnode_": 28519, "lpoly_": null, "rpoly_": null, "length": 156.05398393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDONE", "st_type": "DWY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1037, "l_hundred": 0, "r_hundred": 0, "seg_id": 742820, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-09T00:00:00Z", "newsegdate": "2003-01-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CARDONE DWY", "stname": "CARDONE DWY", "objectid": 31464, "Shape__Length": 62.194409255977476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112115528776599, 40.037771407275599 ], [ -75.112329519542797, 40.037882870201898 ], [ -75.112428197113303, 40.038099680321302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28518, "tnode_": 7735, "lpoly_": null, "rpoly_": null, "length": 777.39785944999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5660, "l_t_add": 5688, "r_f_add": 5661, "r_t_add": 5689, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742822, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-09T00:00:00Z", "newsegdate": "2003-01-09T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31465, "Shape__Length": 309.58669413241432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112115528776599, 40.037771407275599 ], [ -75.112044759637399, 40.037856515024799 ], [ -75.110013245000303, 40.039158432311901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28631, "tnode_": 28630, "lpoly_": null, "rpoly_": null, "length": 236.03629883000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHOP RITE", "st_type": "DWY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1176, "l_hundred": 0, "r_hundred": 0, "seg_id": 742823, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-18T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "SHOP RITE DWY", "stname": "SHOP RITE DWY", "objectid": 31466, "Shape__Length": 94.134192679101034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087506929540098, 40.044290715523303 ], [ -75.087353060285196, 40.044623235613102 ], [ -75.087119032473794, 40.044857089053998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6263, "tnode_": 28630, "lpoly_": null, "rpoly_": null, "length": 413.66632478999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 917, "r_f_add": 900, "r_t_add": 910, "st_code": 50500, "l_hundred": 900, "r_hundred": 900, "seg_id": 742824, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31467, "Shape__Length": 164.70036709303963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088315638947805, 40.045523211029703 ], [ -75.087119032473794, 40.044857089053998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28657, "tnode_": 28658, "lpoly_": null, "rpoly_": null, "length": 423.08996724999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1128, "l_hundred": 0, "r_hundred": 0, "seg_id": 742826, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-04-04T00:00:00Z", "newsegdate": "2003-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN PLAZA DWY", "stname": "RISING SUN PLAZA DWY", "objectid": 31468, "Shape__Length": 168.6018743560839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109089408193398, 40.039768833237801 ], [ -75.108122949783507, 40.038876027132602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28659, "tnode_": 28660, "lpoly_": null, "rpoly_": null, "length": 178.40688057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN PLAZA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1128, "l_hundred": 0, "r_hundred": 0, "seg_id": 742827, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-04-04T00:00:00Z", "newsegdate": "2003-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN PLAZA DWY", "stname": "RISING SUN PLAZA DWY", "objectid": 31469, "Shape__Length": 70.997605297310812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108981879843398, 40.037239742226902 ], [ -75.108801933403598, 40.037291055620102 ], [ -75.108723087357006, 40.037316021113298 ], [ -75.108633636466806, 40.0373501935834 ], [ -75.108579054081602, 40.037383593776099 ], [ -75.108497241726198, 40.0374321186233 ], [ -75.108431993121002, 40.037476299355902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7735, "tnode_": 28657, "lpoly_": null, "rpoly_": null, "length": 341.10787857000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5690, "l_t_add": 5692, "r_f_add": 5691, "r_t_add": 5691, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742828, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-04-01T00:00:00Z", "newsegdate": "2003-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31470, "Shape__Length": 135.84327541592643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110013245000303, 40.039158432311901 ], [ -75.109089408193398, 40.039768833237801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28657, "tnode_": 7294, "lpoly_": null, "rpoly_": null, "length": 870.98047837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5694, "l_t_add": 5698, "r_f_add": 5693, "r_t_add": 5699, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742829, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-04-01T00:00:00Z", "newsegdate": "2003-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31471, "Shape__Length": 346.86732610721958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109089408193398, 40.039768833237801 ], [ -75.107201298910795, 40.041016293836599 ], [ -75.106732449853297, 40.041329195446899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28659, "tnode_": 8226, "lpoly_": null, "rpoly_": null, "length": 306.77047821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 555, "l_t_add": 589, "r_f_add": 554, "r_t_add": 588, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 742831, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-04T00:00:00Z", "newsegdate": "2003-04-04T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31472, "Shape__Length": 122.40007017791345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.108981879843398, 40.037239742226902 ], [ -75.108860781906998, 40.037003258296302 ], [ -75.10873551, 40.036732906708899 ], [ -75.108685110673704, 40.036434420266502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9517, "tnode_": 28685, "lpoly_": null, "rpoly_": null, "length": 218.06919922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWER BOULEVARD", "st_type": "DWY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1204, "l_hundred": 0, "r_hundred": 0, "seg_id": 742832, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-05-09T00:00:00Z", "newsegdate": "2003-05-09T00:00:00Z", "multi_rep": 0, "streetlabe": "TOWER BOULEVARD DWY", "stname": "TOWER BOULEVARD DWY", "objectid": 31473, "Shape__Length": 86.892148034929022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100539523348502, 40.029054131534899 ], [ -75.100048789371598, 40.029518929581499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4916, "tnode_": 28672, "lpoly_": null, "rpoly_": null, "length": 221.83503956000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6708, "r_f_add": 6701, "r_t_add": 6703, "st_code": 61300, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 742833, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-12T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31474, "Shape__Length": 88.49975491031671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141107774325903, 40.0546177848857 ], [ -75.140767029009098, 40.055167577936302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9080, "tnode_": 28673, "lpoly_": null, "rpoly_": null, "length": 190.55624548, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5318, "r_f_add": 5301, "r_t_add": 5319, "st_code": 87910, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-14T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 31475, "Shape__Length": 76.043908664295472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133474984500495, 40.032137425435899 ], [ -75.133366608379006, 40.032653848343301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9789, "tnode_": 28724, "lpoly_": null, "rpoly_": null, "length": 138.43075309, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "RUSCOMB", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 69880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 742835, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "W RUSCOMB ST", "stname": "W RUSCOMB ST", "objectid": 31476, "Shape__Length": 55.032984100579043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146915293773006, 40.029153247755701 ], [ -75.147403965230595, 40.0292105570243 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9711, "tnode_": 28724, "lpoly_": null, "rpoly_": null, "length": 185.09241104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1410, "r_f_add": 1401, "r_t_add": 1411, "st_code": 83720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 742836, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 31477, "Shape__Length": 73.665482386158232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146852776793907, 40.029490885140397 ], [ -75.147381085227195, 40.029223792572999 ], [ -75.147403965230595, 40.0292105570243 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28724, "tnode_": 9823, "lpoly_": null, "rpoly_": null, "length": 143.96281940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDRIM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1412, "l_t_add": 1412, "r_f_add": 1413, "r_t_add": 1419, "st_code": 83720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 742837, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-07-30T00:00:00Z", "newsegdate": "2003-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WINDRIM AVE", "stname": "WINDRIM AVE", "objectid": 31478, "Shape__Length": 57.308880266304826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147403965230595, 40.0292105570243 ], [ -75.147814734581601, 40.028972934567697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28869, "tnode_": 10449, "lpoly_": null, "rpoly_": null, "length": 915.59782558000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ASHDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 13520, "l_hundred": 700, "r_hundred": 700, "seg_id": 742838, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-12-07T00:00:00Z", "newsegdate": "2004-05-26T00:00:00Z", "multi_rep": 0, "streetlabe": "E ASHDALE ST", "stname": "E ASHDALE ST", "objectid": 31479, "Shape__Length": 364.94977261769804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110921330389601, 40.0263974727307 ], [ -75.110970499683802, 40.0264535357733 ], [ -75.111011521618806, 40.026492071242103 ], [ -75.1110119949563, 40.026534577405002 ], [ -75.111008537413795, 40.026568820892997 ], [ -75.110960568517797, 40.026599589801599 ], [ -75.110909762510602, 40.026621304815002 ], [ -75.110877539397606, 40.026630293623199 ], [ -75.110789071547302, 40.026602444188697 ], [ -75.1107510977901, 40.026571452738899 ], [ -75.110741753677402, 40.026523907772997 ], [ -75.110723230340895, 40.026424518306698 ], [ -75.110721418235102, 40.0263379300007 ], [ -75.110711460081802, 40.0262252516589 ], [ -75.110696207022102, 40.025953699999498 ], [ -75.110675004810403, 40.0257613869652 ], [ -75.110643921588604, 40.025601920943203 ], [ -75.110605861178797, 40.025548128667701 ], [ -75.110455666982801, 40.025427817407 ], [ -75.110237236584396, 40.025262414933898 ], [ -75.109973697231396, 40.025062854018202 ], [ -75.109829150232798, 40.024944876533098 ], [ -75.109642587891202, 40.024805792990797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7435, "tnode_": 28930, "lpoly_": null, "rpoly_": null, "length": 227.01327277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5800, "l_t_add": 5814, "r_f_add": 5801, "r_t_add": 5821, "st_code": 19140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742841, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-13T00:00:00Z", "newsegdate": "2005-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31480, "Shape__Length": 90.601612488443294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144226954744397, 40.041390767815301 ], [ -75.144196088839706, 40.041483746597201 ], [ -75.144077920181402, 40.042003084952697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28930, "tnode_": 7123, "lpoly_": null, "rpoly_": null, "length": 335.4613567, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5816, "l_t_add": 5898, "r_f_add": 5823, "r_t_add": 5899, "st_code": 19140, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-13T00:00:00Z", "newsegdate": "2005-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 31481, "Shape__Length": 133.88757108079051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144077920181402, 40.042003084952697 ], [ -75.143871512690296, 40.042910197802797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27532, "tnode_": 28931, "lpoly_": null, "rpoly_": null, "length": 176.06106172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5814, "l_t_add": 5818, "r_f_add": 5815, "r_t_add": 5819, "st_code": 61300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742843, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2005-01-13T00:00:00Z", "newsegdate": "2005-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31482, "Shape__Length": 70.275756133308306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144456362528999, 40.041551764378703 ], [ -75.144435048492298, 40.042034794934203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28931, "tnode_": 7277, "lpoly_": null, "rpoly_": null, "length": 102.71174614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 5820, "l_t_add": 5838, "r_f_add": 5821, "r_t_add": 5839, "st_code": 61300, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742844, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": "2005-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 31483, "Shape__Length": 40.998196301003546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144435048492298, 40.042034794934203 ], [ -75.144422613776996, 40.042316588699002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28930, "tnode_": 28931, "lpoly_": null, "rpoly_": null, "length": 100.65626994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONLYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19141, "zip_right": 19141, "l_f_add": 1400, "l_t_add": 1408, "r_f_add": 1401, "r_t_add": 1409, "st_code": 24780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 742845, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-07T00:00:00Z", "newsegdate": "2005-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CONLYN ST", "stname": "CONLYN ST", "objectid": 31484, "Shape__Length": 40.021832829854901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144077920181402, 40.042003084952697 ], [ -75.144435048492298, 40.042034794934203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9262, "tnode_": 28967, "lpoly_": null, "rpoly_": null, "length": 530.88003191999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 53680, "l_hundred": 700, "r_hundred": 700, "seg_id": 742846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": "2005-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MARLEY RD", "stname": "MARLEY RD", "objectid": 31485, "Shape__Length": 211.2414137072148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109492867655007, 40.030517439669502 ], [ -75.109213851710095, 40.030397780035997 ], [ -75.108140242057402, 40.029898440410598 ], [ -75.107998991846102, 40.029834361536203 ], [ -75.1078491044521, 40.029797356178399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28967, "tnode_": 9356, "lpoly_": null, "rpoly_": null, "length": 170.08651096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 56800, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-04-27T00:00:00Z", "newsegdate": "2005-04-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 31486, "Shape__Length": 67.693284994183372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1078491044521, 40.029797356178399 ], [ -75.107733103116999, 40.029826656835603 ], [ -75.1076540443716, 40.029873553922897 ], [ -75.107414826896203, 40.030015718844197 ], [ -75.107343347051597, 40.0300482132361 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9612, "tnode_": 28982, "lpoly_": null, "rpoly_": null, "length": 291.34363766999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5224, "r_f_add": 5201, "r_t_add": 5229, "st_code": 54200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742848, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-09-28T00:00:00Z", "newsegdate": "2005-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 31487, "Shape__Length": 116.25919844763571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124703524347595, 40.029407227819497 ], [ -75.124532204506096, 40.030196082641503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28982, "tnode_": 9244, "lpoly_": null, "rpoly_": null, "length": 283.10622003999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5226, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 54200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742849, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-09-28T00:00:00Z", "newsegdate": "2005-09-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MASCHER ST", "stname": "MASCHER ST", "objectid": 31488, "Shape__Length": 112.97362405313801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124532204506096, 40.030196082641503 ], [ -75.124367400103495, 40.030962847105101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28982, "tnode_": 28981, "lpoly_": null, "rpoly_": null, "length": 257.49537170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WELLENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 170, "l_t_add": 198, "r_f_add": 171, "r_t_add": 199, "st_code": 82160, "l_hundred": 100, "r_hundred": 100, "seg_id": 742850, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WELLENS ST", "stname": "W WELLENS ST", "objectid": 31489, "Shape__Length": 102.36957895255874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124532204506096, 40.030196082641503 ], [ -75.125440070774602, 40.030308215662501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29170, "tnode_": 9443, "lpoly_": null, "rpoly_": null, "length": 240.95609821, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 49660, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742851, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-12-15T00:00:00Z", "newsegdate": "2006-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 31490, "Shape__Length": 96.152366062492163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131000609152593, 40.029549384785398 ], [ -75.130858610226696, 40.030201768454802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29244, "tnode_": 8809, "lpoly_": null, "rpoly_": null, "length": 200.60384055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5518, "r_f_add": 5401, "r_t_add": 5519, "st_code": 48940, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742852, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": "2008-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31491, "Shape__Length": 79.948508340314859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094352621695407, 40.032215861996903 ], [ -75.094120196921807, 40.032464809039404 ], [ -75.093923447353902, 40.032656608101703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29244, "tnode_": 9022, "lpoly_": null, "rpoly_": null, "length": 297.70692549, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GODFREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 801, "l_t_add": 869, "r_f_add": 800, "r_t_add": 800, "st_code": 37480, "l_hundred": 800, "r_hundred": 800, "seg_id": 742853, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-02-07T00:00:00Z", "newsegdate": "2008-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E GODFREY AVE", "stname": "E GODFREY AVE", "objectid": 31492, "Shape__Length": 118.68503972531803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094352621695407, 40.032215861996903 ], [ -75.093792446073394, 40.031521272689098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5531, "tnode_": 29425, "lpoly_": null, "rpoly_": null, "length": 186.47992198999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLMAWR", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3024, "l_hundred": 0, "r_hundred": 0, "seg_id": 742858, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BELLMAWR RD", "stname": "BELLMAWR RD", "objectid": 31493, "Shape__Length": 74.345797697668189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117062150046195, 40.050295610241498 ], [ -75.117060971618699, 40.0504056166846 ], [ -75.116738429179193, 40.050685649778799 ], [ -75.116718816394794, 40.050709152227199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5400, "tnode_": 29426, "lpoly_": null, "rpoly_": null, "length": 183.50106413, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRONT", "st_type": "ST", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35200, "l_hundred": 0, "r_hundred": 0, "seg_id": 742859, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N FRONT ST", "stname": "N FRONT ST", "objectid": 31494, "Shape__Length": 73.177600205237468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118566996290099, 40.051149946132 ], [ -75.1185486571529, 40.051263657320597 ], [ -75.118249729899105, 40.051577768134003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29428, "tnode_": 29427, "lpoly_": null, "rpoly_": null, "length": 172.21792975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIEF", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3040, "l_hundred": 0, "r_hundred": 0, "seg_id": 742860, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "BRIEF RD", "stname": "BRIEF RD", "objectid": 31495, "Shape__Length": 68.659340198823202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119544436482897, 40.051704840296502 ], [ -75.119183690461895, 40.052087782926201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5400, "tnode_": 29428, "lpoly_": null, "rpoly_": null, "length": 340.19818292000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 88888, "l_f_add": 100, "l_t_add": 138, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 100, "r_hundred": 0, "seg_id": 742861, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 31496, "Shape__Length": 135.46638046047877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.118566996290099, 40.051149946132 ], [ -75.119544436482897, 40.051704840296502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29428, "tnode_": 5270, "lpoly_": null, "rpoly_": null, "length": 155.81507072, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 88888, "l_f_add": 140, "l_t_add": 152, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 100, "r_hundred": 0, "seg_id": 742862, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 31497, "Shape__Length": 62.045682677713906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.119544436482897, 40.051704840296502 ], [ -75.119992121663302, 40.051958986193803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29432, "tnode_": 29433, "lpoly_": null, "rpoly_": null, "length": 178.61222017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVINETTA", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 3124, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 742863, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "IVINETTA RD", "stname": "IVINETTA RD", "objectid": 31498, "Shape__Length": 71.198061035936163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115074874723305, 40.049143492230698 ], [ -75.114685783986502, 40.049532068204698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29430, "tnode_": 29431, "lpoly_": null, "rpoly_": null, "length": 174.6320563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69580, "l_hundred": 0, "r_hundred": 0, "seg_id": 742864, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 31499, "Shape__Length": 69.61561826175938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112928499105493, 40.047898960861502 ], [ -75.112558287280805, 40.0482847843247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5971, "tnode_": 29429, "lpoly_": null, "rpoly_": null, "length": 170.27778679000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOOKANY CREEK", "st_type": "PKWY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7412, "l_t_add": 7498, "r_f_add": 7411, "r_t_add": 7499, "st_code": 3260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 742865, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "TOOKANY CREEK PKWY", "stname": "TOOKANY CREEK PKWY", "objectid": 31500, "Shape__Length": 67.815165843246362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112366203475503, 40.0475729024907 ], [ -75.112154116946698, 40.047673488108202 ], [ -75.111899937363702, 40.047868322927897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5531, "tnode_": 29432, "lpoly_": null, "rpoly_": null, "length": 696.89947572000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 100, "r_t_add": 176, "st_code": 22600, "l_hundred": 0, "r_hundred": 100, "seg_id": 742866, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31501, "Shape__Length": 277.50786296835639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.117062150046195, 40.050295610241498 ], [ -75.115074874723305, 40.049143492230698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29432, "tnode_": 5746, "lpoly_": null, "rpoly_": null, "length": 198.35637014, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 178, "r_t_add": 194, "st_code": 22600, "l_hundred": 0, "r_hundred": 100, "seg_id": 742867, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31502, "Shape__Length": 78.985361397951607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.115074874723305, 40.049143492230698 ], [ -75.114509255016998, 40.048815562035102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5746, "tnode_": 29430, "lpoly_": null, "rpoly_": null, "length": 554.38346214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 196, "r_t_add": 254, "st_code": 22600, "l_hundred": 0, "r_hundred": 100, "seg_id": 742868, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31503, "Shape__Length": 220.75312134283465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114509255016998, 40.048815562035102 ], [ -75.112928499105493, 40.047898960861502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29430, "tnode_": 5971, "lpoly_": null, "rpoly_": null, "length": 197.20510291, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 256, "r_t_add": 278, "st_code": 22600, "l_hundred": 0, "r_hundred": 200, "seg_id": 742869, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-27T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31504, "Shape__Length": 78.525514578390315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112928499105493, 40.047898960861502 ], [ -75.112366203475503, 40.0475729024907 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29482, "tnode_": 29483, "lpoly_": null, "rpoly_": null, "length": 389.97654408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "CIR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5596, "r_f_add": 5501, "r_t_add": 5583, "st_code": 42660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742870, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK CIR", "stname": "HILL CREEK CIR", "objectid": 31505, "Shape__Length": 155.28659915114159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110979155133904, 40.0363733277159 ], [ -75.110943832898997, 40.036200886163201 ], [ -75.110879058969701, 40.036088253992901 ], [ -75.110800972417096, 40.035994644768998 ], [ -75.110648874717498, 40.035922311005699 ], [ -75.110491801856497, 40.035861898656002 ], [ -75.110190311201606, 40.0358549696262 ], [ -75.110018844425198, 40.035899352570603 ], [ -75.109999111127394, 40.035909429330502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29483, "tnode_": 8237, "lpoly_": null, "rpoly_": null, "length": 214.89305206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "CIR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5598, "l_t_add": 5598, "r_f_add": 5585, "r_t_add": 5599, "st_code": 42660, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK CIR", "stname": "HILL CREEK CIR", "objectid": 31506, "Shape__Length": 85.67451089556954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109999111127394, 40.035909429330502 ], [ -75.109864905303596, 40.035977963740102 ], [ -75.109740868738101, 40.036095921706803 ], [ -75.1096861120364, 40.036210639060101 ], [ -75.109645655563796, 40.036400296737398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29482, "tnode_": 8237, "lpoly_": null, "rpoly_": null, "length": 373.52260841000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "CT", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5550, "r_f_add": 5501, "r_t_add": 5551, "st_code": 42662, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742872, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK CT", "stname": "HILL CREEK CT", "objectid": 31507, "Shape__Length": 148.49627265414219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110979155133904, 40.0363733277159 ], [ -75.109645655563796, 40.036400296737398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29485, "tnode_": 29486, "lpoly_": null, "rpoly_": null, "length": 370.0612492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "MALL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 42672, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742873, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK MALL", "stname": "HILL CREEK MALL", "objectid": 31508, "Shape__Length": 147.1993011156496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111159694949507, 40.037032474837901 ], [ -75.109929443598105, 40.0374036225788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29484, "tnode_": 29485, "lpoly_": null, "rpoly_": null, "length": 151.39920512, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 525, "r_f_add": 500, "r_t_add": 524, "st_code": 42670, "l_hundred": 500, "r_hundred": 500, "seg_id": 742874, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "W HILL CREEK DR", "stname": "W HILL CREEK DR", "objectid": 31509, "Shape__Length": 60.401982772048811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111323190748706, 40.037424395505397 ], [ -75.111320549518595, 40.0373451451363 ], [ -75.111268335934696, 40.037232800885498 ], [ -75.111159694949507, 40.037032474837901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29484, "tnode_": 7950, "lpoly_": null, "rpoly_": null, "length": 340.54965337, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5578, "r_f_add": 5501, "r_t_add": 5589, "st_code": 42666, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742875, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "N HILL CREEK DR", "stname": "N HILL CREEK DR", "objectid": 31510, "Shape__Length": 135.61744146538499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111323190748706, 40.037424395505397 ], [ -75.111323451368193, 40.037432193596899 ], [ -75.111277417855106, 40.037484292280503 ], [ -75.110407161213004, 40.038031251755903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7950, "tnode_": 29486, "lpoly_": null, "rpoly_": null, "length": 266.65871625, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 518, "st_code": 42664, "l_hundred": 500, "r_hundred": 500, "seg_id": 742877, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-10-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "E HILL CREEK DR", "stname": "E HILL CREEK DR", "objectid": 31511, "Shape__Length": 106.32321872689467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.110407161213004, 40.038031251755903 ], [ -75.110243522607703, 40.037880950215701 ], [ -75.110075912180093, 40.0376644737945 ], [ -75.109929443598105, 40.0374036225788 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29488, "tnode_": 29489, "lpoly_": null, "rpoly_": null, "length": 360.78970378999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "PARK", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5548, "r_f_add": 5501, "r_t_add": 5549, "st_code": 42677, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742879, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2012-04-04T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK PARK", "stname": "HILL CREEK PARK", "objectid": 31512, "Shape__Length": 143.49343528179111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111084554155099, 40.035572008342399 ], [ -75.110893686491494, 40.035607953767901 ], [ -75.110811967749797, 40.035610556840098 ], [ -75.110728294022607, 40.035588469060102 ], [ -75.110528041719704, 40.035565942140501 ], [ -75.110321964270199, 40.035543280990503 ], [ -75.110179087141304, 40.035544478902501 ], [ -75.110091194828101, 40.035555902112797 ], [ -75.109982220804397, 40.035584765771603 ], [ -75.109949140184796, 40.035610893022202 ], [ -75.109891541499906, 40.035667824242303 ], [ -75.109876563613597, 40.035680829613703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29489, "tnode_": 8349, "lpoly_": null, "rpoly_": null, "length": 387.23277821000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "CT", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5552, "l_t_add": 5598, "r_f_add": 5553, "r_t_add": 5599, "st_code": 42662, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742880, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK CT", "stname": "HILL CREEK CT", "objectid": 31513, "Shape__Length": 154.02683352408715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109876563613597, 40.035680829613703 ], [ -75.109876458046301, 40.035680921795297 ], [ -75.109597000003006, 40.035746197122201 ], [ -75.109509021388305, 40.035759858773602 ], [ -75.109433039420097, 40.0357648336201 ], [ -75.109058645130901, 40.035872736829198 ], [ -75.108946757505706, 40.035901532532598 ], [ -75.108909681787097, 40.035880514920798 ], [ -75.108767202168806, 40.0357965764601 ], [ -75.108592547004704, 40.035759354226698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29487, "tnode_": 29488, "lpoly_": null, "rpoly_": null, "length": 48.794349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "PARK", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 42677, "l_hundred": 500, "r_hundred": 500, "seg_id": 742881, "oneway": "B", "class": 5, "responsibl": "PHA", "update_": "2012-04-04T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK PARK", "stname": "HILL CREEK PARK", "objectid": 31514, "Shape__Length": 19.466890769963644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111140837838704, 40.035698775311403 ], [ -75.111084554155099, 40.035572008342399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29483, "tnode_": 29489, "lpoly_": null, "rpoly_": null, "length": 90.06794334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHA DRIVEWAY", "st_type": " ", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99990, "l_hundred": 0, "r_hundred": 0, "seg_id": 742882, "oneway": "B", "class": 6, "responsibl": "PHA", "update_": "2009-07-23T00:00:00Z", "newsegdate": "2008-10-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PHA DRIVEWAY", "stname": "PHA DRIVEWAY", "objectid": 31515, "Shape__Length": 35.927633861785957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109999111127394, 40.035909429330502 ], [ -75.109876563613597, 40.035680829613703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29503, "tnode_": 9394, "lpoly_": null, "rpoly_": null, "length": 89.62233206, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 742883, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31516, "Shape__Length": 35.637519836038962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104616016277703, 40.029786093222597 ], [ -75.104604699371905, 40.029789529476901 ], [ -75.104308883495094, 40.029855104910197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9509, "tnode_": 29503, "lpoly_": null, "rpoly_": null, "length": 460.75353858999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 742884, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31517, "Shape__Length": 183.26371039309467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.106134820201206, 40.029299988923803 ], [ -75.105134833068007, 40.029628573971003 ], [ -75.104616016277703, 40.029786093222597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29503, "tnode_": 9360, "lpoly_": null, "rpoly_": null, "length": 50.797687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 82820, "l_hundred": 0, "r_hundred": 0, "seg_id": 742885, "oneway": "TF", "class": 2, "responsibl": "CITY", "update_": "2009-01-06T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 31518, "Shape__Length": 20.272324388910306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104616016277703, 40.029786093222597 ], [ -75.104602999703403, 40.029925179435303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29504, "tnode_": 9881, "lpoly_": null, "rpoly_": null, "length": 45.86373753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 48940, "l_hundred": 0, "r_hundred": 0, "seg_id": 742886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 31519, "Shape__Length": 18.273281819861211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099171719192498, 40.027409713802001 ], [ -75.099066448480599, 40.027506159658003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9508, "tnode_": 29504, "lpoly_": null, "rpoly_": null, "length": 1792.54781531, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4301, "r_t_add": 4639, "st_code": 69220, "l_hundred": 0, "r_hundred": 4300, "seg_id": 742887, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-01-06T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31520, "Shape__Length": 713.29501194859768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.104632594402304, 40.029326044140397 ], [ -75.104062610209695, 40.029450845215898 ], [ -75.103511937633101, 40.0295005297641 ], [ -75.102951299878796, 40.029469534217 ], [ -75.102550487974895, 40.029403915739699 ], [ -75.102217268742706, 40.029295367563599 ], [ -75.101776082130101, 40.029112217313802 ], [ -75.101428501852993, 40.028890764168899 ], [ -75.099171719192498, 40.027409713802001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29504, "tnode_": 10103, "lpoly_": null, "rpoly_": null, "length": 576.12323195, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4641, "r_t_add": 4699, "st_code": 69220, "l_hundred": 0, "r_hundred": 4600, "seg_id": 742888, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2009-01-06T00:00:00Z", "newsegdate": "2009-01-06T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31521, "Shape__Length": 229.39074051770191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099171719192498, 40.027409713802001 ], [ -75.097607110946697, 40.026382850943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7010, "tnode_": 29601, "lpoly_": null, "rpoly_": null, "length": 301.8787726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 201, "l_t_add": 261, "r_f_add": 200, "r_t_add": 260, "st_code": 11280, "l_hundred": 200, "r_hundred": 200, "seg_id": 742889, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31522, "Shape__Length": 120.26257849746396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113547167696396, 40.042720429065596 ], [ -75.113439328757394, 40.042661052095497 ], [ -75.112838522281905, 40.042174835262898 ], [ -75.112787848532903, 40.042134346441003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29601, "tnode_": 7209, "lpoly_": null, "rpoly_": null, "length": 172.14133118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 263, "l_t_add": 299, "r_f_add": 262, "r_t_add": 298, "st_code": 11280, "l_hundred": 200, "r_hundred": 200, "seg_id": 742890, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31523, "Shape__Length": 68.581858515496933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112787848532903, 40.042134346441003 ], [ -75.112361620804293, 40.041793785745597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29621, "tnode_": 28518, "lpoly_": null, "rpoly_": null, "length": 642.89402675999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5652, "l_t_add": 5658, "r_f_add": 5639, "r_t_add": 5659, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742891, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31524, "Shape__Length": 256.3049496148729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113353354466199, 40.036285033515398 ], [ -75.113151713905296, 40.036525235671697 ], [ -75.112115528776599, 40.037771407275599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8402, "tnode_": 29621, "lpoly_": null, "rpoly_": null, "length": 349.41329662000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5644, "l_t_add": 5650, "r_f_add": 5621, "r_t_add": 5637, "st_code": 68600, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742892, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 31525, "Shape__Length": 139.29619828204878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.114033162244596, 40.035480686619003 ], [ -75.113353354466199, 40.036285033515398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10100, "tnode_": 29661, "lpoly_": null, "rpoly_": null, "length": 146.44352428, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3877, "r_t_add": 3899, "st_code": 69220, "l_hundred": 0, "r_hundred": 3800, "seg_id": 742893, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-08-22T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31526, "Shape__Length": 58.220531239036887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113328701125496, 40.0268166621454 ], [ -75.112816456738798, 40.026897479059997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29661, "tnode_": 9996, "lpoly_": null, "rpoly_": null, "length": 563.06738731000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3901, "r_t_add": 3949, "st_code": 69220, "l_hundred": 0, "r_hundred": 3900, "seg_id": 742894, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2011-08-22T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31527, "Shape__Length": 223.88330433906094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112816456738798, 40.026897479059997 ], [ -75.112452177004698, 40.026954950485099 ], [ -75.111655403676494, 40.027095249158897 ], [ -75.110879624674197, 40.027302598364898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9970, "tnode_": 29662, "lpoly_": null, "rpoly_": null, "length": 255.98616526000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 3900, "l_t_add": 3922, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 3900, "r_hundred": 0, "seg_id": 742895, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31528, "Shape__Length": 101.77039039495611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113788649489095, 40.027329252454798 ], [ -75.112892007942605, 40.027465867884999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29662, "tnode_": 9795, "lpoly_": null, "rpoly_": null, "length": 842.90695958999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 3924, "l_t_add": 3998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 3900, "r_hundred": 0, "seg_id": 742896, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31529, "Shape__Length": 335.19895361973431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112892007942605, 40.027465867884999 ], [ -75.112277693580694, 40.027559463308698 ], [ -75.111958372916803, 40.027626232840497 ], [ -75.111604039928594, 40.027708076870802 ], [ -75.110045443927206, 40.028195704978401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9225, "tnode_": 29665, "lpoly_": null, "rpoly_": null, "length": 222.69199498, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5100, "l_t_add": 5130, "r_f_add": 5101, "r_t_add": 5131, "st_code": 76520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742897, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31530, "Shape__Length": 88.571725532063112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112031122385304, 40.030806513443999 ], [ -75.111964214960807, 40.030798277434599 ], [ -75.111874347373899, 40.030800527258101 ], [ -75.111291014714894, 40.030998323886202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29665, "tnode_": 9055, "lpoly_": null, "rpoly_": null, "length": 682.32998367999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TABOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5132, "l_t_add": 5198, "r_f_add": 5133, "r_t_add": 5199, "st_code": 76520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 742898, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "E TABOR RD", "stname": "E TABOR RD", "objectid": 31531, "Shape__Length": 271.41678592432652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111291014714894, 40.030998323886202 ], [ -75.111123763067496, 40.031055034717298 ], [ -75.109059294068501, 40.0317501598741 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29731, "tnode_": 29730, "lpoly_": null, "rpoly_": null, "length": 223.5878587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "PL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5584, "l_t_add": 5598, "r_f_add": 5585, "r_t_add": 5599, "st_code": 42676, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742899, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK PL", "stname": "HILL CREEK PL", "objectid": 31532, "Shape__Length": 88.942607432901696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109864414236597, 40.037287806927402 ], [ -75.109128206681206, 40.037525490556199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29732, "tnode_": 29731, "lpoly_": null, "rpoly_": null, "length": 413.8793379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILL CREEK", "st_type": "TER", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 42678, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742900, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HILL CREEK TER", "stname": "HILL CREEK TER", "objectid": 31533, "Shape__Length": 164.71387653574905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111059929087602, 40.036786429804202 ], [ -75.110601955798103, 40.036912493615603 ], [ -75.110164984742497, 40.036993985049598 ], [ -75.110169801325497, 40.0370450931484 ], [ -75.110080453230395, 40.037067883667902 ], [ -75.109981656869607, 40.037246064835401 ], [ -75.109864414236597, 40.037287806927402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7855, "tnode_": 29730, "lpoly_": null, "rpoly_": null, "length": 394.00808144999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 511, "l_t_add": 545, "r_f_add": 510, "r_t_add": 544, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 742901, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31534, "Shape__Length": 157.1747350390911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109658801117604, 40.038527244457399 ], [ -75.109168402465997, 40.037603986251 ], [ -75.109128206681206, 40.037525490556199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29730, "tnode_": 28659, "lpoly_": null, "rpoly_": null, "length": 111.8666536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ADAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 547, "l_t_add": 553, "r_f_add": 546, "r_t_add": 552, "st_code": 11280, "l_hundred": 500, "r_hundred": 500, "seg_id": 742902, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "ADAMS AVE", "stname": "ADAMS AVE", "objectid": 31535, "Shape__Length": 44.625993325123289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109128206681206, 40.037525490556199 ], [ -75.108981879843398, 40.037239742226902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29486, "tnode_": 29731, "lpoly_": null, "rpoly_": null, "length": 45.95131307, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 521, "l_t_add": 525, "r_f_add": 520, "r_t_add": 524, "st_code": 42664, "l_hundred": 500, "r_hundred": 500, "seg_id": 742903, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E HILL CREEK DR", "stname": "E HILL CREEK DR", "objectid": 31536, "Shape__Length": 18.32930011559711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109929443598105, 40.0374036225788 ], [ -75.109864414236597, 40.037287806927402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29731, "tnode_": 8237, "lpoly_": null, "rpoly_": null, "length": 329.98269009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 527, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 42664, "l_hundred": 500, "r_hundred": 500, "seg_id": 742904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E HILL CREEK DR", "stname": "E HILL CREEK DR", "objectid": 31537, "Shape__Length": 131.68490604967138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.109864414236597, 40.037287806927402 ], [ -75.109864252005096, 40.037287517571798 ], [ -75.109744368082104, 40.0369754913539 ], [ -75.109645655563796, 40.036400296737398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29485, "tnode_": 29732, "lpoly_": null, "rpoly_": null, "length": 93.89150826, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 527, "l_t_add": 549, "r_f_add": 526, "r_t_add": 548, "st_code": 42670, "l_hundred": 500, "r_hundred": 500, "seg_id": 742905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W HILL CREEK DR", "stname": "W HILL CREEK DR", "objectid": 31538, "Shape__Length": 37.461758134644526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111159694949507, 40.037032474837901 ], [ -75.111156878437995, 40.037027281467502 ], [ -75.111059929087602, 40.036786429804202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29732, "tnode_": 29482, "lpoly_": null, "rpoly_": null, "length": 152.91836196, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HILL CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 551, "l_t_add": 599, "r_f_add": 550, "r_t_add": 598, "st_code": 42670, "l_hundred": 500, "r_hundred": 500, "seg_id": 742906, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-07-25T00:00:00Z", "newsegdate": "2011-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "W HILL CREEK DR", "stname": "W HILL CREEK DR", "objectid": 31539, "Shape__Length": 61.026360076988723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111059929087602, 40.036786429804202 ], [ -75.111013556148094, 40.036671226388698 ], [ -75.110988010841695, 40.036416560768799 ], [ -75.110979155133904, 40.0363733277159 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29843, "tnode_": 29860, "lpoly_": null, "rpoly_": null, "length": 862.69532787999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL THREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 779, "r_f_add": 700, "r_t_add": 778, "st_code": 3195, "l_hundred": 700, "r_hundred": 700, "seg_id": 742907, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL THREE ST", "stname": "NSAPHL THREE ST", "objectid": 31540, "Shape__Length": 343.65335995603886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100156460745495, 40.038266157199303 ], [ -75.100184017210907, 40.038241887484197 ], [ -75.100212520120095, 40.038214904061199 ], [ -75.100240244786605, 40.038191249114099 ], [ -75.100262768053497, 40.038172010867797 ], [ -75.100291178527897, 40.038146552545001 ], [ -75.100325389021293, 40.038119268270101 ], [ -75.100356720343896, 40.038094418834 ], [ -75.100407317814501, 40.038051425520798 ], [ -75.100459648623001, 40.038006729573603 ], [ -75.1005270633474, 40.037944809607502 ], [ -75.100533449429193, 40.037935929468901 ], [ -75.100539528899702, 40.037925715035797 ], [ -75.100544544001394, 40.037915169699197 ], [ -75.100548453976899, 40.037904346581101 ], [ -75.100551238201106, 40.037893323595704 ], [ -75.100552886156606, 40.037882159968497 ], [ -75.100553374524395, 40.037870942561902 ], [ -75.100552713294704, 40.037859715757101 ], [ -75.100550892921703, 40.0378485739421 ], [ -75.100547933373903, 40.037837576144703 ], [ -75.100546967394905, 40.037834935460701 ], [ -75.100542746442798, 40.037825380853803 ], [ -75.100537445260201, 40.037816141919102 ], [ -75.100531114663696, 40.037807298218603 ], [ -75.100523788359297, 40.037798917205997 ], [ -75.100515536324394, 40.037791068072799 ], [ -75.100506418628299, 40.037783803563201 ], [ -75.100497512086704, 40.037776505179401 ], [ -75.100470014373201, 40.0377548434628 ], [ -75.100441700858894, 40.037733810762802 ], [ -75.100412601150893, 40.037713429386699 ], [ -75.100319659724804, 40.0376485139736 ], [ -75.100230588001807, 40.0375854600872 ], [ -75.100110755212, 40.037502881968599 ], [ -75.100016887975002, 40.037437974671299 ], [ -75.099896117540794, 40.037355226012401 ], [ -75.099779204079695, 40.037273076200499 ], [ -75.099695264722996, 40.037214900458103 ], [ -75.099612355579097, 40.037157543134903 ], [ -75.099518427707196, 40.037090070568397 ], [ -75.099463986447404, 40.037053087375803 ], [ -75.099374840440902, 40.036992815266501 ], [ -75.099291006102305, 40.036935089449102 ], [ -75.099189571315804, 40.0368633418462 ], [ -75.099096005071502, 40.036794524809402 ], [ -75.099027932830097, 40.036750272615997 ], [ -75.098926739908407, 40.036693201877597 ], [ -75.098822184277793, 40.036611221844304 ], [ -75.098806825572396, 40.036599738659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29860, "tnode_": 29845, "lpoly_": null, "rpoly_": null, "length": 183.66899199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL THREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 781, "l_t_add": 799, "r_f_add": 780, "r_t_add": 798, "st_code": 3195, "l_hundred": 700, "r_hundred": 700, "seg_id": 742908, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL THREE ST", "stname": "NSAPHL THREE ST", "objectid": 31541, "Shape__Length": 73.138454101155503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098806825572396, 40.036599738659 ], [ -75.098760207702, 40.036564874723702 ], [ -75.098680772791596, 40.036508972764601 ], [ -75.098616982219696, 40.036466635635698 ], [ -75.0985183568134, 40.036401624412797 ], [ -75.098441746577095, 40.036352461443599 ], [ -75.098349918429705, 40.036300578270001 ], [ -75.098337444238695, 40.036293516308298 ], [ -75.098335636700995, 40.036292496055196 ], [ -75.098305445965096, 40.036275408334397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29857, "tnode_": 6530, "lpoly_": null, "rpoly_": null, "length": 707.1794035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 3083, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742909, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31542, "Shape__Length": 281.73223679981083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090719842234506, 40.043000195810301 ], [ -75.090694625088304, 40.043029369608199 ], [ -75.090504538629901, 40.043097810238301 ], [ -75.090458796262396, 40.043133741381098 ], [ -75.090446947226795, 40.043142272858702 ], [ -75.090398445100902, 40.043174107044997 ], [ -75.090382398085794, 40.0431836513931 ], [ -75.090334041371804, 40.043209411433899 ], [ -75.090296411023104, 40.043226659050198 ], [ -75.090231713280005, 40.043252982259602 ], [ -75.090164983432004, 40.043276115565703 ], [ -75.089996773317694, 40.043335179383497 ], [ -75.089970846273005, 40.043346056376798 ], [ -75.089934448277006, 40.043364699287899 ], [ -75.089900822400693, 40.043386194189999 ], [ -75.0898703382462, 40.043410293750703 ], [ -75.089843341597401, 40.043436730263402 ], [ -75.089749210757205, 40.043535207720197 ], [ -75.089680047871298, 40.043608844238399 ], [ -75.089600421679407, 40.0436913613716 ], [ -75.089543419886496, 40.043750418684503 ], [ -75.089477796120406, 40.043820819445301 ], [ -75.089352291664298, 40.043954232039198 ], [ -75.0893254495343, 40.044017646933902 ], [ -75.089312772495404, 40.044030783239201 ], [ -75.088978387182607, 40.044341588817403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29856, "tnode_": 29857, "lpoly_": null, "rpoly_": null, "length": 279.47469204000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6150, "l_t_add": 6198, "r_f_add": 6151, "r_t_add": 6199, "st_code": 3083, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742910, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31543, "Shape__Length": 111.40597143752105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091303518022599, 40.042377834568398 ], [ -75.090719842234506, 40.043000195810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29855, "tnode_": 29856, "lpoly_": null, "rpoly_": null, "length": 337.32117470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6100, "l_t_add": 6148, "r_f_add": 6101, "r_t_add": 6149, "st_code": 3083, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742911, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31544, "Shape__Length": 134.416183840016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092085967439203, 40.041686972010197 ], [ -75.091918013132997, 40.041767662976198 ], [ -75.091875151216698, 40.041789718682402 ], [ -75.091303518022599, 40.042377834568398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29854, "tnode_": 29855, "lpoly_": null, "rpoly_": null, "length": 277.05968315000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6050, "l_t_add": 6088, "r_f_add": 6051, "r_t_add": 6089, "st_code": 3083, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742912, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31545, "Shape__Length": 110.41152878707231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092711885832898, 40.041108387080001 ], [ -75.092706707256198, 40.0411139690273 ], [ -75.092606355547801, 40.041222143152503 ], [ -75.092386496101398, 40.041456860662102 ], [ -75.092344530556403, 40.041499798944002 ], [ -75.092248665752507, 40.041604189530297 ], [ -75.0921891048784, 40.041638807741698 ], [ -75.092085967439203, 40.041686972010197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29853, "tnode_": 29854, "lpoly_": null, "rpoly_": null, "length": 213.69271233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 3083, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742913, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31546, "Shape__Length": 85.174655308004176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093170113525304, 40.040640035497802 ], [ -75.093138444628195, 40.040669305639803 ], [ -75.093108105154201, 40.040690879248103 ], [ -75.092711885832898, 40.041108387080001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29852, "tnode_": 29853, "lpoly_": null, "rpoly_": null, "length": 313.59375989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5950, "l_t_add": 5988, "r_f_add": 5951, "r_t_add": 5989, "st_code": 3083, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742914, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31547, "Shape__Length": 124.95811778608021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093898630770397, 40.039996063434103 ], [ -75.093827223589599, 40.040034195555599 ], [ -75.093760504972707, 40.040069823960202 ], [ -75.093539580919497, 40.040302769081499 ], [ -75.093508948392, 40.040334950203302 ], [ -75.093297994052193, 40.040555858781701 ], [ -75.093170113525304, 40.040640035497802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29850, "tnode_": 29852, "lpoly_": null, "rpoly_": null, "length": 289.75988057000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5900, "l_t_add": 5948, "r_f_add": 5901, "r_t_add": 5949, "st_code": 3083, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742915, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31548, "Shape__Length": 115.45090773048977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094590393248197, 40.039410078504503 ], [ -75.094498546800097, 40.039479231456603 ], [ -75.094026643791395, 40.039927704881002 ], [ -75.093967517564906, 40.039959276801397 ], [ -75.093898630770397, 40.039996063434103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29849, "tnode_": 29850, "lpoly_": null, "rpoly_": null, "length": 237.23380399000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5850, "l_t_add": 5898, "r_f_add": 5851, "r_t_add": 5899, "st_code": 3083, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742916, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31549, "Shape__Length": 94.488809543385884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095208842306903, 40.038973167973502 ], [ -75.095084860447599, 40.039028097328902 ], [ -75.094964079506994, 40.039152154931898 ], [ -75.094739486767693, 40.039297822482901 ], [ -75.094687020235, 40.039337324637003 ], [ -75.094590393248197, 40.039410078504503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29848, "tnode_": 29849, "lpoly_": null, "rpoly_": null, "length": 254.35860436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5800, "l_t_add": 5848, "r_f_add": 5801, "r_t_add": 5849, "st_code": 3083, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742917, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31550, "Shape__Length": 101.34090055726348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095817470741906, 40.038467555051803 ], [ -75.095670325445795, 40.038527010850103 ], [ -75.095465885251897, 40.038705965632701 ], [ -75.095208842306903, 40.038973167973502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29847, "tnode_": 29848, "lpoly_": null, "rpoly_": null, "length": 298.02290075000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5782, "l_t_add": 5798, "r_f_add": 5783, "r_t_add": 5799, "st_code": 3083, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742918, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31551, "Shape__Length": 118.75564125419018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096500171061706, 40.0378489487235 ], [ -75.096489244052407, 40.037856757834497 ], [ -75.096427679077706, 40.037910692344298 ], [ -75.095963022305497, 40.038394171900201 ], [ -75.095817470741906, 40.038467555051803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29846, "tnode_": 29847, "lpoly_": null, "rpoly_": null, "length": 314.87793439000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5726, "l_t_add": 5780, "r_f_add": 5727, "r_t_add": 5781, "st_code": 3083, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742919, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31552, "Shape__Length": 125.42210393393351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097309461904999, 40.037248958375997 ], [ -75.097291758710199, 40.037262848015402 ], [ -75.0972403764532, 40.0372991019536 ], [ -75.097184670535597, 40.037344062713601 ], [ -75.097056805767195, 40.037438673349797 ], [ -75.096938633565003, 40.037525255167701 ], [ -75.096803694642205, 40.037624637997403 ], [ -75.096685862871595, 40.037710950815899 ], [ -75.096585013371595, 40.0377883202272 ], [ -75.096500171061706, 40.0378489487235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29859, "tnode_": 29846, "lpoly_": null, "rpoly_": null, "length": 139.40654073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5700, "l_t_add": 5724, "r_f_add": 5701, "r_t_add": 5725, "st_code": 3083, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742920, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31553, "Shape__Length": 55.532717807918509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097659924095794, 40.0369777405148 ], [ -75.097587024693595, 40.037033284411898 ], [ -75.097526338787503, 40.037073078226797 ], [ -75.097483905034906, 40.037103557859702 ], [ -75.097431452878794, 40.037145956548997 ], [ -75.097392247462693, 40.037180361725902 ], [ -75.097343275370505, 40.037222404648801 ], [ -75.097334576244705, 40.037229242616 ], [ -75.097309461904999, 40.037248958375997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29860, "tnode_": 29859, "lpoly_": null, "rpoly_": null, "length": 357.204299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 3083, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742921, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "FOSTER AVE", "stname": "FOSTER AVE", "objectid": 31554, "Shape__Length": 142.11485377203752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098806825572396, 40.036599738659 ], [ -75.098760398018399, 40.036624751891097 ], [ -75.098711079682204, 40.036652797029703 ], [ -75.098673743929297, 40.036674325862201 ], [ -75.098616310809305, 40.036708477359603 ], [ -75.098580212732301, 40.036727399210903 ], [ -75.0984898486155, 40.036773995086399 ], [ -75.0984785211119, 40.036779554261599 ], [ -75.098453302516305, 40.036791181077298 ], [ -75.098427505871797, 40.0368020313675 ], [ -75.098401184444, 40.036812091944697 ], [ -75.098374356329003, 40.036821349710898 ], [ -75.0983659551774, 40.036823985904 ], [ -75.098316464332498, 40.036838948394603 ], [ -75.098266565119502, 40.036853081495501 ], [ -75.098216274217705, 40.036866378383102 ], [ -75.098154433388004, 40.036883125344303 ], [ -75.0980830815774, 40.036905440013598 ], [ -75.098000665934705, 40.036929143565999 ], [ -75.097939386786507, 40.036945762821802 ], [ -75.097853374868706, 40.036969731030901 ], [ -75.097780952428394, 40.036989531238703 ], [ -75.097718226118005, 40.036986459107403 ], [ -75.097659924095794, 40.0369777405148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29845, "tnode_": 29859, "lpoly_": null, "rpoly_": null, "length": 315.6268676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL FOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5610, "l_t_add": 5698, "r_f_add": 5611, "r_t_add": 5699, "st_code": 3193, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742922, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL FOUR ST", "stname": "NSAPHL FOUR ST", "objectid": 31555, "Shape__Length": 125.80681945511347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098305445965096, 40.036275408334397 ], [ -75.098295483569302, 40.036285002299103 ], [ -75.098238520354101, 40.036334910017203 ], [ -75.098182911105496, 40.0363885936655 ], [ -75.098141771562993, 40.0364317485136 ], [ -75.098087979068893, 40.0364875923959 ], [ -75.098025362116701, 40.036551983341198 ], [ -75.097967869928198, 40.036610676413702 ], [ -75.097907354762, 40.0366699024488 ], [ -75.097845196933406, 40.0367346544068 ], [ -75.097772326559294, 40.036809351457002 ], [ -75.097704011862007, 40.036882713813696 ], [ -75.0976780296199, 40.036910215262999 ], [ -75.097659924095794, 40.0369777405148 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29845, "tnode_": 8240, "lpoly_": null, "rpoly_": null, "length": 68.05684908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL FOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5600, "l_t_add": 5608, "r_f_add": 5601, "r_t_add": 5609, "st_code": 3193, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 742923, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL FOUR ST", "stname": "NSAPHL FOUR ST", "objectid": 31556, "Shape__Length": 27.139522854090984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098305445965096, 40.036275408334397 ], [ -75.098325590631404, 40.036255993011999 ], [ -75.098354121986404, 40.036209770034198 ], [ -75.098384765755696, 40.036168523571597 ], [ -75.098418563108595, 40.036110767283802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29846, "tnode_": 29851, "lpoly_": null, "rpoly_": null, "length": 1480.83362964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATROL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 999, "r_f_add": 800, "r_t_add": 998, "st_code": 63315, "l_hundred": 800, "r_hundred": 800, "seg_id": 742924, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "PATROL RD", "stname": "PATROL RD", "objectid": 31557, "Shape__Length": 589.62910720677394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097309461904999, 40.037248958375997 ], [ -75.097263755566303, 40.037222030462402 ], [ -75.097197996625198, 40.037194786253004 ], [ -75.097145471822998, 40.037178225784501 ], [ -75.097092503166493, 40.037162494803098 ], [ -75.097039137606302, 40.037147591689603 ], [ -75.097037695991901, 40.037147196175503 ], [ -75.097010730231503, 40.037142245650102 ], [ -75.096983505612997, 40.037138159538003 ], [ -75.096956097909299, 40.037134948599501 ], [ -75.096928535765201, 40.037132629714797 ], [ -75.096900859808699, 40.037131183098602 ], [ -75.096888644859803, 40.037130832463497 ], [ -75.096854416009407, 40.037129239874602 ], [ -75.096820129993503, 40.037128539780703 ], [ -75.096785844761101, 40.037128719103897 ], [ -75.096751572173005, 40.037129804248202 ], [ -75.096749392924295, 40.037129896269803 ], [ -75.096704258215496, 40.037132157716599 ], [ -75.096659214007204, 40.037135312359197 ], [ -75.096614292623102, 40.037139342923702 ], [ -75.096569511171495, 40.037144261519003 ], [ -75.096554991181605, 40.037146050714298 ], [ -75.096526760736097, 40.037149461287498 ], [ -75.096498727823104, 40.037153755826701 ], [ -75.096470941304204, 40.037158913836102 ], [ -75.096443453026694, 40.037164928404401 ], [ -75.096416304050905, 40.0371717986785 ], [ -75.096400662449994, 40.037176190258101 ], [ -75.096332957347201, 40.037199382824703 ], [ -75.096265720709496, 40.037223394403803 ], [ -75.096249036377898, 40.037229509877697 ], [ -75.096208033260794, 40.037245210908402 ], [ -75.096167571097297, 40.037261706521797 ], [ -75.096166587807602, 40.037262120803902 ], [ -75.096089243911294, 40.037292970966199 ], [ -75.095948161159697, 40.037356580348501 ], [ -75.095787801357204, 40.0374252404049 ], [ -75.095661277390505, 40.0374827002369 ], [ -75.095554602528907, 40.0375275761917 ], [ -75.095547632029394, 40.037531032750799 ], [ -75.095517684952696, 40.037546526826397 ], [ -75.095488390389903, 40.037562750495397 ], [ -75.095459788900001, 40.0375796857738 ], [ -75.095432091750794, 40.037597205993997 ], [ -75.0953851766605, 40.037625941425397 ], [ -75.095338776322606, 40.037655061764198 ], [ -75.095321047731701, 40.037667519681698 ], [ -75.095277415802798, 40.037698746627903 ], [ -75.095238333375505, 40.037730240899499 ], [ -75.095138926318697, 40.037808779525598 ], [ -75.095096551358495, 40.037842420499302 ], [ -75.095057869593703, 40.037874995304499 ], [ -75.094984375318901, 40.037934637091702 ], [ -75.094897875128694, 40.038005957440902 ], [ -75.094834198969707, 40.038062401264199 ], [ -75.094769479998703, 40.038118710120102 ], [ -75.094680501470293, 40.038195266601598 ], [ -75.094632496715406, 40.038234814195903 ], [ -75.094550552535296, 40.0383043907052 ], [ -75.094489336462303, 40.038359633380601 ], [ -75.094422887491007, 40.038411098640097 ], [ -75.094357826198106, 40.038466731697397 ], [ -75.094286078153104, 40.0385266513128 ], [ -75.094219969647995, 40.038579862430097 ], [ -75.094137500460207, 40.038650521281099 ], [ -75.094084381254603, 40.038695830553301 ], [ -75.094025670827904, 40.038742474694303 ], [ -75.093956059073506, 40.038796348014401 ], [ -75.093892058609299, 40.038847410978398 ], [ -75.093842483198898, 40.038887888751901 ], [ -75.093779538441694, 40.038938690442201 ], [ -75.093720475269095, 40.038984662216201 ], [ -75.0936524271293, 40.039040683549601 ], [ -75.093597497772706, 40.039083974777498 ], [ -75.093522254218996, 40.039142807547897 ], [ -75.093422639370999, 40.0392256505232 ], [ -75.093364962043793, 40.039274448287699 ], [ -75.0932946376563, 40.039331015962198 ], [ -75.093216155763301, 40.039395417725103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29843, "tnode_": 29846, "lpoly_": null, "rpoly_": null, "length": 946.48710826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL TWO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 723, "l_t_add": 799, "r_f_add": 722, "r_t_add": 798, "st_code": 3197, "l_hundred": 700, "r_hundred": 700, "seg_id": 742925, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL TWO ST", "stname": "NSAPHL TWO ST", "objectid": 31558, "Shape__Length": 376.71542846623856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100156460745495, 40.038266157199303 ], [ -75.100083899486293, 40.038222673419902 ], [ -75.1000602472255, 40.038209072665801 ], [ -75.100027893716501, 40.038191441764702 ], [ -75.099994885772503, 40.038174540008299 ], [ -75.099961241674706, 40.038158379531303 ], [ -75.099927016831003, 40.038142982335302 ], [ -75.099892205958, 40.038128363615499 ], [ -75.099856868680106, 40.038114527450098 ], [ -75.099850639218602, 40.0381121004989 ], [ -75.099790110983093, 40.038089007026102 ], [ -75.099729078268595, 40.038066705601501 ], [ -75.099667556661501, 40.038045217307797 ], [ -75.0996055673467, 40.0380245399299 ], [ -75.099550247335699, 40.038005503122498 ], [ -75.099493099498503, 40.037984884242398 ], [ -75.099436451885694, 40.037963464144703 ], [ -75.099380319478101, 40.037941249483097 ], [ -75.099324738583704, 40.037918241096101 ], [ -75.099318054325494, 40.037916714563998 ], [ -75.099298801292704, 40.037912938221801 ], [ -75.099279292939997, 40.0379100263822 ], [ -75.0992725394551, 40.037909221779501 ], [ -75.099260442362805, 40.0379084911809 ], [ -75.099248320822596, 40.0379086565449 ], [ -75.099236273881303, 40.037909703037698 ], [ -75.099224412906395, 40.037911630526601 ], [ -75.099212837577696, 40.037914407973801 ], [ -75.099201660609793, 40.037918030772502 ], [ -75.099190988417703, 40.037922445514702 ], [ -75.099180915469603, 40.037927634558002 ], [ -75.099171521981901, 40.037933524968302 ], [ -75.0991628948223, 40.037940083610103 ], [ -75.099113150424998, 40.0379753544021 ], [ -75.099039478919806, 40.038030231750596 ], [ -75.099033273400707, 40.038034994651802 ], [ -75.099021574459599, 40.038043006033099 ], [ -75.0990091497451, 40.038050331194398 ], [ -75.098996041549896, 40.038056937773099 ], [ -75.098982345468102, 40.038062779319702 ], [ -75.098978058728505, 40.038064395945902 ], [ -75.098966307262799, 40.0380681703517 ], [ -75.098954157049505, 40.038071109305299 ], [ -75.098941710896298, 40.038073191752503 ], [ -75.098929077221101, 40.038074403076102 ], [ -75.098916349532502, 40.038074720205302 ], [ -75.098903630543802, 40.038074154521098 ], [ -75.098891027395894, 40.0380726940801 ], [ -75.098878657183207, 40.038070372220098 ], [ -75.098866613495602, 40.038067193804501 ], [ -75.098853492779696, 40.0380638887111 ], [ -75.098834412059702, 40.038058281764698 ], [ -75.098815765029201, 40.038051865786301 ], [ -75.098797635018599, 40.0380446381944 ], [ -75.098780063638998, 40.038036644100202 ], [ -75.098763101040504, 40.038027890067802 ], [ -75.098671260590805, 40.037977127814898 ], [ -75.098548969455393, 40.0379046035927 ], [ -75.0984468965205, 40.037846830067998 ], [ -75.098350599467196, 40.0377948437783 ], [ -75.098294615164804, 40.0377614114227 ], [ -75.098158300687899, 40.037685214768501 ], [ -75.098086860156997, 40.037645975999801 ], [ -75.098052725813503, 40.037628489920699 ], [ -75.097943641167205, 40.0375681428687 ], [ -75.097853404134199, 40.037515377014898 ], [ -75.097774856407895, 40.037472486932003 ], [ -75.097696845278307, 40.037428646880002 ], [ -75.097620030774607, 40.037386554479802 ], [ -75.0975379881381, 40.0373423049531 ], [ -75.097490523793297, 40.037315244629298 ], [ -75.097444083991107, 40.0372907939134 ], [ -75.097376289269604, 40.037259128274599 ], [ -75.097309461904999, 40.037248958375997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29843, "tnode_": 29842, "lpoly_": null, "rpoly_": null, "length": 120.46875987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL TWO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 721, "r_f_add": 700, "r_t_add": 720, "st_code": 3197, "l_hundred": 700, "r_hundred": 700, "seg_id": 742926, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL TWO ST", "stname": "NSAPHL TWO ST", "objectid": 31559, "Shape__Length": 47.99775086305236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100156460745495, 40.038266157199303 ], [ -75.100163359932594, 40.038270286318003 ], [ -75.100233137417902, 40.038317877606403 ], [ -75.100318571097901, 40.038377998474097 ], [ -75.1003557107028, 40.038405185226601 ], [ -75.100399016189201, 40.038441112759998 ], [ -75.100441372141304, 40.038508505867597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29841, "tnode_": 29842, "lpoly_": null, "rpoly_": null, "length": 460.99745809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL ONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5724, "l_t_add": 5780, "r_f_add": 5725, "r_t_add": 5781, "st_code": 3194, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 742927, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL ONE ST", "stname": "NSAPHL ONE ST", "objectid": 31560, "Shape__Length": 183.73844783205499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0994849519779, 40.039509872376101 ], [ -75.099493995091905, 40.039474271293699 ], [ -75.099500110843906, 40.039443837662198 ], [ -75.099506224884394, 40.039414077963698 ], [ -75.099513465598406, 40.039388846726403 ], [ -75.099524618479606, 40.0393579346471 ], [ -75.099536900760199, 40.039333582019701 ], [ -75.099548312963194, 40.039315988686901 ], [ -75.099562889849594, 40.039299876694002 ], [ -75.099588275320997, 40.039271690678902 ], [ -75.099625205867298, 40.039236494315702 ], [ -75.099704010967201, 40.039171636250003 ], [ -75.099801194932297, 40.039091161104203 ], [ -75.099879163146298, 40.039023530058898 ], [ -75.099980491342194, 40.038938533495703 ], [ -75.100067945034098, 40.038864389559201 ], [ -75.100181531865005, 40.038769284034998 ], [ -75.100299861070596, 40.0386719027737 ], [ -75.100352308582998, 40.038627474459901 ], [ -75.100353830535596, 40.038626294075897 ], [ -75.100367388508204, 40.038615162820001 ], [ -75.100380077130893, 40.038603449263597 ], [ -75.100391852155596, 40.038591175813004 ], [ -75.100402676126905, 40.038578401072698 ], [ -75.100412515841001, 40.038565164823503 ], [ -75.100421332203197, 40.038551507611203 ], [ -75.1004290949965, 40.038537482801097 ], [ -75.100435780246201, 40.0385231339908 ], [ -75.100441372141304, 40.038508505867597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29841, "tnode_": 29840, "lpoly_": null, "rpoly_": null, "length": 314.69340053999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NSAPHL ONE", "st_type": "ST", "suf_dir": " ", "zip_left": 0, "zip_right": 0, "l_f_add": 5782, "l_t_add": 5798, "r_f_add": 5783, "r_t_add": 5799, "st_code": 3194, "l_hundred": 0, "r_hundred": 0, "seg_id": 742928, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "NSAPHL ONE ST", "stname": "NSAPHL ONE ST", "objectid": 31561, "Shape__Length": 125.45473800176295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0994849519779, 40.039509872376101 ], [ -75.099478198371401, 40.039525813487401 ], [ -75.099474623557697, 40.039536542491803 ], [ -75.099471051363693, 40.039546964304201 ], [ -75.099468273824698, 40.039556159226201 ], [ -75.099465896182707, 40.039566580672002 ], [ -75.099465112944003, 40.039575468409602 ], [ -75.099464330831395, 40.039585887929398 ], [ -75.099463949266195, 40.039598147591697 ], [ -75.099463172884299, 40.0396116316575 ], [ -75.099460397082296, 40.039622972880402 ], [ -75.099456423985202, 40.039631863596199 ], [ -75.099450456340094, 40.039641367841803 ], [ -75.0994425228495, 40.039650000475298 ], [ -75.099063149248096, 40.040050105395899 ], [ -75.098882065873596, 40.040224308025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29841, "tnode_": 29847, "lpoly_": null, "rpoly_": null, "length": 1031.76723014, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRONIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 3046, "l_hundred": 700, "r_hundred": 700, "seg_id": 742929, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CRONIN ST", "stname": "CRONIN ST", "objectid": 31562, "Shape__Length": 410.75628330480197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0994849519779, 40.039509872376101 ], [ -75.096500171061706, 40.0378489487235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29839, "tnode_": 29848, "lpoly_": null, "rpoly_": null, "length": 629.63046315999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHARDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 3225, "l_hundred": 700, "r_hundred": 700, "seg_id": 742930, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RICHARDSON ST", "stname": "RICHARDSON ST", "objectid": 31563, "Shape__Length": 250.65521763382301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097649672548997, 40.039469615384697 ], [ -75.095817470741906, 40.038467555051803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29839, "tnode_": 28873, "lpoly_": null, "rpoly_": null, "length": 23.93630573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5800, "l_t_add": 5848, "r_f_add": 5801, "r_t_add": 5849, "st_code": 3149, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742931, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LEIDEL AVE", "stname": "LEIDEL AVE", "objectid": 31564, "Shape__Length": 9.5510630393096854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097649672548997, 40.039469615384697 ], [ -75.097625621849105, 40.039532669381501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28873, "tnode_": 29838, "lpoly_": null, "rpoly_": null, "length": 232.51605241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 5850, "l_t_add": 5898, "r_f_add": 5851, "r_t_add": 5899, "st_code": 3149, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 742932, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LEIDEL AVE", "stname": "LEIDEL AVE", "objectid": 31565, "Shape__Length": 92.699739095873056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097625621849105, 40.039532669381501 ], [ -75.097173580480899, 40.040068099635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29838, "tnode_": 29837, "lpoly_": null, "rpoly_": null, "length": 225.79196313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIDEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3149, "l_hundred": 0, "r_hundred": 0, "seg_id": 742933, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "LEIDEL AVE", "stname": "LEIDEL AVE", "objectid": 31566, "Shape__Length": 89.981267608896928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097173580480899, 40.040068099635 ], [ -75.096740842644905, 40.040472041169899 ], [ -75.096660639253201, 40.040546373609999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29838, "tnode_": 29849, "lpoly_": null, "rpoly_": null, "length": 679.5047493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMSEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 731, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 67320, "l_hundred": 700, "r_hundred": 700, "seg_id": 742934, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RAMSEY ST", "stname": "RAMSEY ST", "objectid": 31567, "Shape__Length": 270.52132679701674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097173580480899, 40.040068099635 ], [ -75.095208842306903, 40.038973167973502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29850, "tnode_": 29837, "lpoly_": null, "rpoly_": null, "length": 712.28182634999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MCCANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 731, "r_t_add": 799, "st_code": 3162, "l_hundred": 700, "r_hundred": 700, "seg_id": 742935, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MCCANN ST", "stname": "MCCANN ST", "objectid": 31568, "Shape__Length": 283.56463490436926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094590393248197, 40.039410078504503 ], [ -75.096660639253201, 40.040546373609999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29837, "tnode_": 29836, "lpoly_": null, "rpoly_": null, "length": 335.63738184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MCCANN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 730, "st_code": 3162, "l_hundred": 700, "r_hundred": 700, "seg_id": 742936, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MCCANN ST", "stname": "MCCANN ST", "objectid": 31569, "Shape__Length": 133.62658092953473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096660639253201, 40.040546373609999 ], [ -75.097571263493094, 40.041045338137899 ], [ -75.097601995992306, 40.041065260550603 ], [ -75.097628158865803, 40.041088723017097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29852, "tnode_": 29835, "lpoly_": null, "rpoly_": null, "length": 1102.79774778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 3045, "l_hundred": 700, "r_hundred": 700, "seg_id": 742937, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "CARTER ST", "stname": "CARTER ST", "objectid": 31570, "Shape__Length": 439.0497058958241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093898630770397, 40.039996063434103 ], [ -75.097087205802396, 40.0417732322001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29834, "tnode_": 29853, "lpoly_": null, "rpoly_": null, "length": 1095.1664378600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MCCARTHY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 700, "r_t_add": 798, "st_code": 3163, "l_hundred": 700, "r_hundred": 700, "seg_id": 742938, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MCCARTHY ST", "stname": "MCCARTHY ST", "objectid": 31571, "Shape__Length": 436.00993465697405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096344541486204, 40.042396515048303 ], [ -75.093170113525304, 40.040640035497802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29833, "tnode_": 29854, "lpoly_": null, "rpoly_": null, "length": 1094.2305901299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OREGON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 3209, "l_hundred": 700, "r_hundred": 700, "seg_id": 742939, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "OREGON ST", "stname": "OREGON ST", "objectid": 31572, "Shape__Length": 435.64027920215005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095883665559796, 40.042863216689597 ], [ -75.094982810077695, 40.042361240103197 ], [ -75.094298529133596, 40.041977675027098 ], [ -75.093504182262606, 40.0415453605534 ], [ -75.093001194872201, 40.041270973174697 ], [ -75.092838679217806, 40.041178973613299 ], [ -75.092711885832898, 40.041108387080001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29832, "tnode_": 29855, "lpoly_": null, "rpoly_": null, "length": 1112.2083598300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YOUNG", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 700, "r_t_add": 798, "st_code": 3295, "l_hundred": 700, "r_hundred": 700, "seg_id": 742940, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "YOUNG ST", "stname": "YOUNG ST", "objectid": 31573, "Shape__Length": 442.80413555393199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095306192683594, 40.043474340173802 ], [ -75.093603981077607, 40.042529569492899 ], [ -75.092836019756902, 40.042099675339301 ], [ -75.092286566114595, 40.041788629877601 ], [ -75.092085967439203, 40.041686972010197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29831, "tnode_": 29856, "lpoly_": null, "rpoly_": null, "length": 1141.1818342200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JUDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 3129, "l_hundred": 700, "r_hundred": 700, "seg_id": 742941, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "JUDGE ST", "stname": "JUDGE ST", "objectid": 31574, "Shape__Length": 454.35188646430868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094596864224201, 40.044223191478999 ], [ -75.094287546555407, 40.044046865966102 ], [ -75.093939170160098, 40.0438593736597 ], [ -75.093750411972195, 40.043756395157097 ], [ -75.093139789690099, 40.043414416386902 ], [ -75.0928572799628, 40.043254109198202 ], [ -75.0921529324728, 40.042866473772101 ], [ -75.091807087006202, 40.042670215744202 ], [ -75.091710805523903, 40.0426138614895 ], [ -75.091615789119103, 40.042557507595298 ], [ -75.091472639361598, 40.042476866767799 ], [ -75.091303518022599, 40.042377834568398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6400, "tnode_": 29830, "lpoly_": null, "rpoly_": null, "length": 85.87679123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3286, "l_hundred": 0, "r_hundred": 0, "seg_id": 742942, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD AVE", "stname": "WOOD AVE", "objectid": 31575, "Shape__Length": 34.237421306390495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094177780105198, 40.0450351895335 ], [ -75.094121956002098, 40.044982736309798 ], [ -75.094061751890095, 40.044938912810302 ], [ -75.0940372462466, 40.044909944695 ], [ -75.094025998594603, 40.044884097952902 ], [ -75.094019268610793, 40.044841973956103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29830, "tnode_": 29857, "lpoly_": null, "rpoly_": null, "length": 1141.7281404400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 3286, "l_hundred": 700, "r_hundred": 700, "seg_id": 742943, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOD AVE", "stname": "WOOD AVE", "objectid": 31576, "Shape__Length": 454.57040121050511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094019268610793, 40.044841973956103 ], [ -75.093759636956094, 40.044699325028603 ], [ -75.093125586363101, 40.044346230990598 ], [ -75.093078764815502, 40.044319528890099 ], [ -75.092907120093003, 40.044224855024702 ], [ -75.0928803511068, 40.044209785013699 ], [ -75.0927597028534, 40.044142743131999 ], [ -75.0927145123446, 40.044117297707402 ], [ -75.092541134690407, 40.044021277582303 ], [ -75.092517728643102, 40.044007033143103 ], [ -75.092317237880096, 40.043895500298703 ], [ -75.092294875462599, 40.043882778379697 ], [ -75.092129839249594, 40.043791451272398 ], [ -75.092108276671695, 40.043779711029103 ], [ -75.091971289343405, 40.043703733084499 ], [ -75.091923484823596, 40.043677306889499 ], [ -75.091459069836702, 40.043413349349997 ], [ -75.091406008883794, 40.0433836936012 ], [ -75.090719842234506, 40.043000195810301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29836, "tnode_": 29835, "lpoly_": null, "rpoly_": null, "length": 313.26534757000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5951, "r_t_add": 5985, "st_code": 3085, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742944, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31577, "Shape__Length": 124.86569451610538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097628158865803, 40.041088723017097 ], [ -75.097649070252004, 40.041115115113399 ], [ -75.097664182596404, 40.041143749324299 ], [ -75.097673107715806, 40.041173879643402 ], [ -75.097675609067494, 40.041204719413898 ], [ -75.097671621777195, 40.041235468822698 ], [ -75.097661251152104, 40.041265322975001 ], [ -75.097644765453893, 40.041293506867397 ], [ -75.097622596683294, 40.041319285318302 ], [ -75.097618382567205, 40.041323416558797 ], [ -75.097611106302196, 40.041330549613903 ], [ -75.097603166374597, 40.041337686265301 ], [ -75.097566199238301, 40.041369383367901 ], [ -75.097165038346503, 40.041707691938903 ], [ -75.097144555578694, 40.041724940412202 ], [ -75.097087205802396, 40.0417732322001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29835, "tnode_": 29834, "lpoly_": null, "rpoly_": null, "length": 307.88208576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5987, "r_t_add": 5999, "st_code": 3085, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 742945, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31578, "Shape__Length": 122.673614125073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097087205802396, 40.0417732322001 ], [ -75.097032948297695, 40.0418189202124 ], [ -75.096450385094002, 40.042309464129801 ], [ -75.096419988296901, 40.0423345810458 ], [ -75.096344541486204, 40.042396515048303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29834, "tnode_": 29833, "lpoly_": null, "rpoly_": null, "length": 213.66116089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6001, "r_t_add": 6049, "st_code": 3085, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742946, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31579, "Shape__Length": 85.162797108005023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096344541486204, 40.042396515048303 ], [ -75.096195868915203, 40.042526739663799 ], [ -75.095883665559796, 40.042863216689597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29833, "tnode_": 29832, "lpoly_": null, "rpoly_": null, "length": 275.13934388999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6051, "r_t_add": 6089, "st_code": 3085, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742947, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31580, "Shape__Length": 109.67709189042074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095883665559796, 40.042863216689597 ], [ -75.095306192683594, 40.043474340173802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29832, "tnode_": 29831, "lpoly_": null, "rpoly_": null, "length": 337.42767197999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6101, "r_t_add": 6149, "st_code": 3085, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742948, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31581, "Shape__Length": 134.50746625674319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095306192683594, 40.043474340173802 ], [ -75.095173202361707, 40.0436146427433 ], [ -75.094596864224201, 40.044223191478999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29831, "tnode_": 29830, "lpoly_": null, "rpoly_": null, "length": 277.42641021000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GATES", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6151, "r_t_add": 6199, "st_code": 3085, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742949, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-02-05T00:00:00Z", "newsegdate": "2014-02-05T00:00:00Z", "multi_rep": 0, "streetlabe": "GATES AVE", "stname": "GATES AVE", "objectid": 31582, "Shape__Length": 110.59337866023454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094596864224201, 40.044223191478999 ], [ -75.0941647154919, 40.0446822297681 ], [ -75.094019268610793, 40.044841973956103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29840, "tnode_": 28873, "lpoly_": null, "rpoly_": null, "length": 432.71521656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAL DEPOT", "st_type": "DWY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1117, "l_hundred": 0, "r_hundred": 0, "seg_id": 742950, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2004-06-14T00:00:00Z", "newsegdate": "2014-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "NAVAL DEPOT DWY", "stname": "NAVAL DEPOT DWY", "objectid": 31583, "Shape__Length": 172.26774628603837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098882065873596, 40.040224308025898 ], [ -75.097625621849105, 40.039532669381501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7437, "tnode_": 29840, "lpoly_": null, "rpoly_": null, "length": 97.9926791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAL DEPOT", "st_type": "DWY", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1117, "l_hundred": 0, "r_hundred": 0, "seg_id": 742951, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2004-06-14T00:00:00Z", "newsegdate": "2014-02-06T00:00:00Z", "multi_rep": 0, "streetlabe": "NAVAL DEPOT DWY", "stname": "NAVAL DEPOT DWY", "objectid": 31584, "Shape__Length": 39.040270408860025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099115078773906, 40.040414279712898 ], [ -75.099055705707201, 40.040319890370696 ], [ -75.098882065873596, 40.040224308025898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5971, "tnode_": 30019, "lpoly_": null, "rpoly_": null, "length": 1050.4797791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 3253, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 742952, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-01-28T10:27:01Z", "newsegdate": "2020-01-28T10:27:01Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31585, "Shape__Length": 418.84991412832159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112366203475503, 40.0475729024907 ], [ -75.112242677032498, 40.047415664028399 ], [ -75.112159693705905, 40.047395878510898 ], [ -75.112053881679699, 40.047364841051802 ], [ -75.112022312730801, 40.047339084620901 ], [ -75.1119729809337, 40.047291464064898 ], [ -75.111933226346295, 40.047236911958301 ], [ -75.1119312166106, 40.047168921911997 ], [ -75.112064994061001, 40.047079019541997 ], [ -75.112152561874794, 40.046980902652201 ], [ -75.112160126654899, 40.046905981006702 ], [ -75.112139106101296, 40.046848282972597 ], [ -75.112033989473204, 40.046799381424002 ], [ -75.111917631296706, 40.046800285487599 ], [ -75.111792670784396, 40.046783111850303 ], [ -75.111700390265298, 40.046763112458002 ], [ -75.111604155365995, 40.046725143045897 ], [ -75.111523116963198, 40.046655337833201 ], [ -75.111460119096094, 40.046600251675798 ], [ -75.111431328286898, 40.0465030396891 ], [ -75.111421689436497, 40.046391962867403 ], [ -75.111445702862, 40.046253051344799 ], [ -75.111464233564902, 40.046135470092203 ], [ -75.111470346641198, 40.045978268283903 ], [ -75.111480552943405, 40.045835464331603 ], [ -75.111475839760402, 40.045717349180698 ], [ -75.111460238574196, 40.045520312373498 ], [ -75.111487093281198, 40.045427953809003 ], [ -75.111465934816493, 40.045373828640997 ], [ -75.111431941008902, 40.045290800964899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30036, "tnode_": 7010, "lpoly_": null, "rpoly_": null, "length": 1147.9043213499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 0, "r_t_add": 0, "st_code": 3253, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742953, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-01-28T11:21:37Z", "newsegdate": "2020-01-28T11:21:37Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31586, "Shape__Length": 457.78648803940933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111431941008902, 40.045290800964899 ], [ -75.1114238915372, 40.045206508594397 ], [ -75.111417929251402, 40.045120548605702 ], [ -75.111398853819594, 40.045012831195002 ], [ -75.111362156484901, 40.044879677500703 ], [ -75.111324347787104, 40.044775105941198 ], [ -75.111304994704895, 40.044674534499997 ], [ -75.111313950738605, 40.044563884794002 ], [ -75.111353918304204, 40.044493283687601 ], [ -75.111482626750998, 40.044413993301902 ], [ -75.111626807364999, 40.044295721919497 ], [ -75.111957562473904, 40.044045848420303 ], [ -75.112119781283795, 40.043942295450996 ], [ -75.112224826878602, 40.043873188523598 ], [ -75.112342919816498, 40.043707829537396 ], [ -75.112540111561799, 40.043422704494397 ], [ -75.112691509163199, 40.043118646820503 ], [ -75.112771718514495, 40.042970298561301 ], [ -75.112851509825404, 40.042832667404603 ], [ -75.112778470775993, 40.042562859632604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7010, "tnode_": 29621, "lpoly_": null, "rpoly_": null, "length": 2564.4564938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 3253, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 742954, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-01-28T11:41:07Z", "newsegdate": "2020-01-28T11:41:07Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31587, "Shape__Length": 1023.0052150346096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113547167696396, 40.042720429065596 ], [ -75.113542107670298, 40.042650769728802 ], [ -75.113550989817597, 40.042581838563301 ], [ -75.113500434715604, 40.0425258469932 ], [ -75.113464635198696, 40.042489265260599 ], [ -75.113480777723296, 40.042472947827399 ], [ -75.113586606417101, 40.042463457152998 ], [ -75.113702656801607, 40.0424303615642 ], [ -75.113862602774304, 40.0423052970161 ], [ -75.113877774240507, 40.042234126049003 ], [ -75.113846833416105, 40.041992634082703 ], [ -75.1138212112308, 40.041853775996998 ], [ -75.1138223701697, 40.041584413045499 ], [ -75.113883473433404, 40.041368873797197 ], [ -75.113998135029505, 40.041211778058198 ], [ -75.114061548412096, 40.041096418551803 ], [ -75.114101788629796, 40.041018671383 ], [ -75.114214876279206, 40.040902067596498 ], [ -75.114418757859198, 40.040603980501899 ], [ -75.114592574289006, 40.040281363859002 ], [ -75.114659362349201, 40.040158930026401 ], [ -75.114691136662401, 40.040059532247 ], [ -75.114687205738207, 40.039921171129997 ], [ -75.114648502235497, 40.039576037089503 ], [ -75.114413694116294, 40.038977515857297 ], [ -75.114413140442394, 40.038672354496398 ], [ -75.114354939058401, 40.038318190584803 ], [ -75.114310133382503, 40.038002477266502 ], [ -75.114193658177498, 40.037679397706398 ], [ -75.1141617663246, 40.037350631003697 ], [ -75.114081922435602, 40.037106586802601 ], [ -75.113912612768502, 40.036866209857799 ], [ -75.113737533605502, 40.036646680665797 ], [ -75.113586652222097, 40.036442962842102 ], [ -75.113493304119004, 40.036354997071001 ], [ -75.113353354466199, 40.036285033515398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29621, "tnode_": 30022, "lpoly_": null, "rpoly_": null, "length": 1990.2423754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 3253, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 742957, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-01-29T11:10:15Z", "newsegdate": "2020-01-29T11:10:15Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31588, "Shape__Length": 793.35760806820451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113353354466199, 40.036285033515398 ], [ -75.113249923089299, 40.036233071845103 ], [ -75.113253624929001, 40.036137798218199 ], [ -75.113321113860394, 40.036061152642503 ], [ -75.113525280017399, 40.035787390811201 ], [ -75.113698440145498, 40.035545339587003 ], [ -75.113739251192499, 40.0354528243126 ], [ -75.113713797453499, 40.035341623443799 ], [ -75.113674097818105, 40.035277775322101 ], [ -75.113481631915406, 40.035122689975601 ], [ -75.1132554611834, 40.035004973778399 ], [ -75.113036505821995, 40.034893144313699 ], [ -75.112857360843407, 40.034778415352299 ], [ -75.112673777478093, 40.0346502327275 ], [ -75.1124664423062, 40.034494804142803 ], [ -75.112025984843797, 40.034272990615598 ], [ -75.111701849270204, 40.0341225068182 ], [ -75.111505619151004, 40.033936816332002 ], [ -75.111451979060007, 40.033784916553799 ], [ -75.111468931739395, 40.033604124255803 ], [ -75.111559658365906, 40.033440283007202 ], [ -75.111677173455107, 40.033225564132799 ], [ -75.111773374857293, 40.033048498846 ], [ -75.111833430369103, 40.032843902089397 ], [ -75.111849014845205, 40.032634470635898 ], [ -75.111796708378904, 40.0324482715058 ], [ -75.111715140297804, 40.032185114473997 ], [ -75.111707635719796, 40.0320590673266 ], [ -75.111720550965501, 40.031854050876198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30023, "tnode_": 9970, "lpoly_": null, "rpoly_": null, "length": 543.09108005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5050, "r_f_add": 5001, "r_t_add": 5051, "st_code": 3255, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 742959, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-01-29T14:24:09Z", "newsegdate": "2020-01-29T14:24:09Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 31589, "Shape__Length": 216.57169940158991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113135159329104, 40.028656101258903 ], [ -75.113137889398999, 40.028652111112699 ], [ -75.113268192198106, 40.028363304505802 ], [ -75.113287342369901, 40.028157767962902 ], [ -75.113287899474201, 40.028047640721198 ], [ -75.113309211708795, 40.027882205473503 ], [ -75.113351358890498, 40.027803071627098 ], [ -75.113368062889506, 40.027756252006398 ], [ -75.113416425636302, 40.027708729293003 ], [ -75.113493005527303, 40.027653272065699 ], [ -75.113594084510098, 40.027589794914597 ], [ -75.113705237099595, 40.027506523553598 ], [ -75.113742000329907, 40.027470177503801 ], [ -75.113799934457703, 40.027415721986998 ], [ -75.113788649489095, 40.027329252454798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30023, "tnode_": 30027, "lpoly_": null, "rpoly_": null, "length": 702.65092976999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5000, "l_t_add": 5050, "r_f_add": 5001, "r_t_add": 5051, "st_code": 3253, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 742965, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-07T16:06:14Z", "newsegdate": "2020-02-07T16:06:14Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31590, "Shape__Length": 280.32632130308599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.113135159329104, 40.028656101258903 ], [ -75.1130595617051, 40.028527352745598 ], [ -75.112988088967597, 40.028451331627501 ], [ -75.112900246376398, 40.028317719189999 ], [ -75.112845341537394, 40.0281505329162 ], [ -75.112853641376304, 40.027984798918403 ], [ -75.112894737719401, 40.027836982644899 ], [ -75.112995375637595, 40.027689102746798 ], [ -75.112884580808696, 40.026805439985999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30027, "tnode_": 30026, "lpoly_": null, "rpoly_": null, "length": 812.49311022000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5052, "l_t_add": 5098, "r_f_add": 5053, "r_t_add": 5099, "st_code": 3253, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 742966, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-07T16:39:28Z", "newsegdate": "2020-02-07T16:39:28Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31591, "Shape__Length": 323.79460438358603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112884580808696, 40.026805439985999 ], [ -75.112901925231199, 40.026694268285603 ], [ -75.113020847262803, 40.026506757497501 ], [ -75.113108357710999, 40.026457273076304 ], [ -75.113183605980197, 40.026340278525097 ], [ -75.113235214222598, 40.026257070366498 ], [ -75.113236770753801, 40.026121219143597 ], [ -75.113191743434299, 40.025987159983501 ], [ -75.113095662374505, 40.025922016002802 ], [ -75.112871038196602, 40.025861073429297 ], [ -75.112668802935502, 40.025846415993598 ], [ -75.112374735199793, 40.025705205980103 ], [ -75.112241757867395, 40.025536226997701 ], [ -75.112190241484996, 40.025377700441702 ], [ -75.112192167325304, 40.025113642916303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30021, "tnode_": 30028, "lpoly_": null, "rpoly_": null, "length": 233.39606343999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 3253, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742967, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T12:42:11Z", "newsegdate": "2020-02-18T12:42:11Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31592, "Shape__Length": 93.100932108419542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111720593082893, 40.0318533895869 ], [ -75.111614228586205, 40.031613778888897 ], [ -75.111519064961698, 40.031381300257401 ], [ -75.111466403977303, 40.0312999888693 ], [ -75.111428924976096, 40.031255533282099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30029, "tnode_": 9225, "lpoly_": null, "rpoly_": null, "length": 167.07015481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5326, "l_t_add": 5398, "r_f_add": 5327, "r_t_add": 5399, "st_code": 3255, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742969, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T12:43:08Z", "newsegdate": "2020-02-18T12:43:08Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 31593, "Shape__Length": 66.625765080823811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111819676502193, 40.0312168148902 ], [ -75.111957590624897, 40.031054002388402 ], [ -75.111955965404604, 40.030968141077601 ], [ -75.111950677081595, 40.030912711698001 ], [ -75.112031122385304, 40.030806513443999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30022, "tnode_": 30029, "lpoly_": null, "rpoly_": null, "length": 234.08084023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 3255, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 742970, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T12:43:08Z", "newsegdate": "2020-02-18T12:43:08Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 31594, "Shape__Length": 93.415027282849096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111720550965501, 40.031854050876198 ], [ -75.111720593082893, 40.0318533895869 ], [ -75.111776801620195, 40.031620096802897 ], [ -75.111806260949805, 40.031372839879801 ], [ -75.111814379411598, 40.031278423656801 ], [ -75.111819676502193, 40.0312168148902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30029, "tnode_": 30028, "lpoly_": null, "rpoly_": null, "length": 131.71486603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY MINOR", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5324, "r_f_add": 5301, "r_t_add": 5325, "st_code": 3255, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742971, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T13:39:37Z", "newsegdate": "2020-02-18T13:39:37Z", "multi_rep": null, "streetlabe": "TACONY MINOR TRL ", "stname": "TACONY MINOR TRL ", "objectid": 31595, "Shape__Length": 52.421559041916474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111819676502193, 40.0312168148902 ], [ -75.111754972350994, 40.031265111330299 ], [ -75.111691243403499, 40.031308943010401 ], [ -75.111613040832907, 40.031326217683201 ], [ -75.111520457256006, 40.0313145551224 ], [ -75.111428924976096, 40.031255533282099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30019, "tnode_": 30020, "lpoly_": null, "rpoly_": null, "length": 98.22425066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CRESCENTVILLE LOOP", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6201, "r_t_add": 6225, "st_code": 3254, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742972, "oneway": "B", "class": 6, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T16:22:08Z", "newsegdate": "2020-02-18T16:22:08Z", "multi_rep": null, "streetlabe": "TACONY CRESCENTVILLE LOOP TRL ", "stname": "TACONY CRESCENTVILLE LOOP TRL ", "objectid": 31596, "Shape__Length": 39.054893290410668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111431941008902, 40.045290800964899 ], [ -75.111081344005896, 40.045280887539498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30020, "tnode_": 30036, "lpoly_": null, "rpoly_": null, "length": 1340.0490956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CRESCENTVILLE LOOP", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6227, "r_t_add": 6299, "st_code": 3254, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 742973, "oneway": "B", "class": 6, "responsibl": "FAIRMOUNT PARK", "update_": "2020-02-18T16:28:20Z", "newsegdate": "2020-02-18T16:28:20Z", "multi_rep": null, "streetlabe": "TACONY CRESCENTVILLE LOOP TRL ", "stname": "TACONY CRESCENTVILLE LOOP TRL ", "objectid": 31597, "Shape__Length": 534.19753125030616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111081344005896, 40.045280887539498 ], [ -75.110977902149799, 40.045254898755701 ], [ -75.110944974385106, 40.045144478889 ], [ -75.110779762713506, 40.044926125536001 ], [ -75.110622418384594, 40.044665040256596 ], [ -75.110600960837303, 40.044578724160701 ], [ -75.110653695647102, 40.044498880141397 ], [ -75.110743805521096, 40.044415127494801 ], [ -75.1108656465086, 40.044313031722602 ], [ -75.111158541227596, 40.044119506866501 ], [ -75.111527579091998, 40.043722707392398 ], [ -75.112132988239196, 40.042830700894903 ], [ -75.112381289272705, 40.042507413621699 ], [ -75.112464083874002, 40.042452099421901 ], [ -75.112611354600503, 40.042493624194201 ], [ -75.112778250824206, 40.042562787906597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30036, "tnode_": 7010, "lpoly_": null, "rpoly_": null, "length": 232.92123274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 3253, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 742974, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-09-22T09:11:41Z", "newsegdate": "2020-09-22T09:11:41Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31598, "Shape__Length": 92.659724477154555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.112778470775993, 40.042562859632604 ], [ -75.112847098349704, 40.042592803231202 ], [ -75.112921635008604, 40.0426302735871 ], [ -75.112996310569599, 40.042664171798897 ], [ -75.113046565368705, 40.042687972853997 ], [ -75.113098414871004, 40.0427106193345 ], [ -75.113169598812505, 40.042714637549103 ], [ -75.113251768743098, 40.042715331718703 ], [ -75.113327023709402, 40.042694410903898 ], [ -75.113395387269705, 40.042691212773803 ], [ -75.113547167696396, 40.042720429065596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30028, "tnode_": 29665, "lpoly_": null, "rpoly_": null, "length": 103.69715849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 3253, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 742975, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-09-22T09:32:20Z", "newsegdate": "2020-09-22T09:32:20Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31599, "Shape__Length": 41.356050674435949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111428924976096, 40.031255533282099 ], [ -75.111366796237604, 40.031181838778799 ], [ -75.111311720287205, 40.031114775676201 ], [ -75.111291014714894, 40.030998323886202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29665, "tnode_": 30023, "lpoly_": null, "rpoly_": null, "length": 1063.91607658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY CREEK", "st_type": "TRL", "suf_dir": " ", "zip_left": 19120, "zip_right": 19120, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 3253, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 742976, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2020-09-22T09:32:20Z", "newsegdate": "2020-09-22T09:32:20Z", "multi_rep": null, "streetlabe": "TACONY CREEK TRL", "stname": "TACONY CREEK TRL", "objectid": 31600, "Shape__Length": 424.08566787791653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.111291014714894, 40.030998323886202 ], [ -75.111295507677696, 40.030979264913398 ], [ -75.111317423231895, 40.030824538110402 ], [ -75.111356249987395, 40.030639480135697 ], [ -75.111417937479004, 40.030536478869898 ], [ -75.111477462365599, 40.030393377112603 ], [ -75.111537874774001, 40.030227409561 ], [ -75.1116452426931, 40.029906609211302 ], [ -75.111731958552795, 40.029734093472399 ], [ -75.111904972107595, 40.029447699345397 ], [ -75.111991935402102, 40.0293166707268 ], [ -75.112131532991498, 40.029219750328799 ], [ -75.112290134712794, 40.029160456255397 ], [ -75.112483336125393, 40.029120551146001 ], [ -75.112684306553504, 40.029072242722798 ], [ -75.112775594137503, 40.029021414384196 ], [ -75.112875872481396, 40.028930741668503 ], [ -75.113055035887399, 40.0287732217583 ], [ -75.113135159329104, 40.028656101258903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8403, "tnode_": 8763, "lpoly_": null, "rpoly_": null, "length": 1000.07081066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4801, "l_t_add": 4999, "r_f_add": 4800, "r_t_add": 4998, "st_code": 68180, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760003, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31601, "Shape__Length": 398.57045049736701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023897936873894, 40.033455909235897 ], [ -75.021763956201895, 40.0312545882244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8269, "tnode_": 8176, "lpoly_": null, "rpoly_": null, "length": 380.76356671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 79820, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31602, "Shape__Length": 151.56793173657411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025971145438206, 40.034190710403799 ], [ -75.025368541239501, 40.034518904966703 ], [ -75.024858112194806, 40.034791130352502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8699, "tnode_": 8639, "lpoly_": null, "rpoly_": null, "length": 216.40983025999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7374, "l_t_add": 7398, "r_f_add": 7373, "r_t_add": 7399, "st_code": 28660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31603, "Shape__Length": 86.14600988699766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033755297386193, 40.031917967877497 ], [ -75.033128678379498, 40.032265669669599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11307, "tnode_": 11463, "lpoly_": null, "rpoly_": null, "length": 500.02701706, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 22600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 760008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31604, "Shape__Length": 199.2735325093862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0661179767269, 40.018657386522499 ], [ -75.065116615991997, 40.017521008059802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10600, "tnode_": 10460, "lpoly_": null, "rpoly_": null, "length": 452.8517548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 34960, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760009, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 31605, "Shape__Length": 180.30740364438989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076843700478094, 40.023267065400297 ], [ -75.075624854867897, 40.024083953345801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10936, "tnode_": 10896, "lpoly_": null, "rpoly_": null, "length": 184.24036689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5336, "l_t_add": 5364, "r_f_add": 5335, "r_t_add": 5363, "st_code": 41280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760010, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 31606, "Shape__Length": 73.321074844222935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073896163825196, 40.021205648889499 ], [ -75.073352098859303, 40.021489946115501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11089, "tnode_": 11017, "lpoly_": null, "rpoly_": null, "length": 218.2809382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4800, "l_t_add": 4830, "r_f_add": 4801, "r_t_add": 4831, "st_code": 61040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 31607, "Shape__Length": 86.980462076356616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087284810769901, 40.020494287338998 ], [ -75.086821220901797, 40.020975961626803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9929, "tnode_": 9800, "lpoly_": null, "rpoly_": null, "length": 278.6359761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5226, "r_f_add": 5201, "r_t_add": 5227, "st_code": 49200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 31608, "Shape__Length": 111.04825909799324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086005450430605, 40.026990014946698 ], [ -75.085426909466506, 40.027612302937101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10602, "tnode_": 10493, "lpoly_": null, "rpoly_": null, "length": 269.12341039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5048, "r_f_add": 5001, "r_t_add": 5049, "st_code": 43560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 31609, "Shape__Length": 107.24268311906603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086571563865206, 40.023546793338703 ], [ -75.086463746123101, 40.023656788949403 ], [ -75.085995510858396, 40.024138108544797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7688, "tnode_": 7752, "lpoly_": null, "rpoly_": null, "length": 232.14291029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1140, "r_t_add": 1198, "st_code": 28320, "l_hundred": 1200, "r_hundred": 1100, "seg_id": 760016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31610, "Shape__Length": 92.424296832204021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083292682614498, 40.038906722609603 ], [ -75.083141698554797, 40.038800093267398 ], [ -75.082630219744303, 40.038525295156397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8531, "tnode_": 8311, "lpoly_": null, "rpoly_": null, "length": 556.15993638999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 51660, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 31611, "Shape__Length": 221.6722488853905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084789672564199, 40.034058085391202 ], [ -75.0839940166709, 40.034915517961899 ], [ -75.083625061983895, 40.035294704914499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6935, "tnode_": 7148, "lpoly_": null, "rpoly_": null, "length": 612.64447445000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 50500, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 760019, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31612, "Shape__Length": 243.91221952898925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082677613413395, 40.042429747584499 ], [ -75.080906617509299, 40.041442039924 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10093, "tnode_": 27168, "lpoly_": null, "rpoly_": null, "length": 116.6453582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4609, "r_f_add": 4600, "r_t_add": 4608, "st_code": 78940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760021, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 31613, "Shape__Length": 46.491098366903678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047483528917994, 40.025308806218497 ], [ -75.047250149806601, 40.025043588740701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9543, "tnode_": 9848, "lpoly_": null, "rpoly_": null, "length": 555.55861785999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4919, "l_t_add": 4947, "r_f_add": 4920, "r_t_add": 4946, "st_code": 25280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760022, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 31614, "Shape__Length": 221.47219272477082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033110296074994, 40.027510480257902 ], [ -75.032080703036399, 40.026206889092499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10367, "tnode_": 10612, "lpoly_": null, "rpoly_": null, "length": 549.63817126000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4921, "l_t_add": 4999, "r_f_add": 4922, "r_t_add": 4998, "st_code": 28640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 31615, "Shape__Length": 219.11161473924602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039998721344602, 40.023639199048198 ], [ -75.039489506366905, 40.022973466200803 ], [ -75.039287462324594, 40.0227091739713 ], [ -75.039006846259397, 40.022337268945201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10481, "tnode_": 10698, "lpoly_": null, "rpoly_": null, "length": 547.93357763999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4925, "l_t_add": 4999, "r_f_add": 4924, "r_t_add": 4998, "st_code": 51640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760025, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 31616, "Shape__Length": 218.42499024973193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041122878920504, 40.023137008547899 ], [ -75.041085361833893, 40.023092872119697 ], [ -75.040519155689594, 40.022327760529599 ], [ -75.040122568369199, 40.021844818083999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9884, "tnode_": 27169, "lpoly_": null, "rpoly_": null, "length": 112.37111374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4609, "r_f_add": 4600, "r_t_add": 4608, "st_code": 48040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 31617, "Shape__Length": 44.78696296595183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045655706509606, 40.026247109906599 ], [ -75.045428497576594, 40.025992857369303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10188, "tnode_": 10668, "lpoly_": null, "rpoly_": null, "length": 1312.4927023, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4001, "l_t_add": 4049, "r_f_add": 4000, "r_t_add": 4048, "st_code": 22600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760027, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31618, "Shape__Length": 522.80766771986816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073366166094203, 40.025378218243702 ], [ -75.073334874003507, 40.025299046879297 ], [ -75.070199392581202, 40.022733696280604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10820, "tnode_": 10720, "lpoly_": null, "rpoly_": null, "length": 344.48686408000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5438, "r_f_add": 5401, "r_t_add": 5439, "st_code": 41280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 31619, "Shape__Length": 137.1216677919596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071808688553702, 40.021848093166298 ], [ -75.071760739890095, 40.021916549735899 ], [ -75.071702862612696, 40.0219709166809 ], [ -75.070837689120197, 40.022411148026102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10853, "tnode_": 10960, "lpoly_": null, "rpoly_": null, "length": 482.76000482000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1309, "l_t_add": 1399, "r_f_add": 1310, "r_t_add": 1398, "st_code": 80960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760029, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 31620, "Shape__Length": 192.12452826166367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083549955692007, 40.021957603240303 ], [ -75.082199307135696, 40.021240985610802 ], [ -75.082128078186798, 40.021208746769403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10602, "tnode_": 10725, "lpoly_": null, "rpoly_": null, "length": 501.67983676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1232, "st_code": 80960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760030, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 31621, "Shape__Length": 199.65723646896492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086571563865206, 40.023546793338703 ], [ -75.086492515096893, 40.023513075741398 ], [ -75.085091961324395, 40.022771059385803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10701, "tnode_": 10834, "lpoly_": null, "rpoly_": null, "length": 503.6889566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 12120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760032, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 31622, "Shape__Length": 200.48848254945369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087172473785103, 40.022936063248203 ], [ -75.085733685733999, 40.022106474590203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9810, "tnode_": 9869, "lpoly_": null, "rpoly_": null, "length": 378.39135967, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1713, "r_f_add": 1700, "r_t_add": 1714, "st_code": 22600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31623, "Shape__Length": 150.46771528734047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076775954446603, 40.027390800561101 ], [ -75.075638968632902, 40.027089904534698 ], [ -75.075490740493606, 40.027080831821401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6880, "tnode_": 7224, "lpoly_": null, "rpoly_": null, "length": 785.29361251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3297, "r_f_add": 3200, "r_t_add": 3298, "st_code": 39080, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 760034, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 31624, "Shape__Length": 312.91438840631133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046207068159006, 40.041805995243202 ], [ -75.045655556679904, 40.0414976305455 ], [ -75.045470734058298, 40.041386455850997 ], [ -75.045370700477093, 40.041322326264499 ], [ -75.045009771078597, 40.041010557927002 ], [ -75.044389647588702, 40.040207672262902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9777, "tnode_": 9576, "lpoly_": null, "rpoly_": null, "length": 275.35225442999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5252, "l_t_add": 5298, "r_f_add": 5263, "r_t_add": 5299, "st_code": 62080, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760035, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 31625, "Shape__Length": 109.87340008402155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085239526912105, 40.027820660391299 ], [ -75.085389932486095, 40.028552434049402 ], [ -75.085377751628599, 40.028564181180599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9576, "tnode_": 9674, "lpoly_": null, "rpoly_": null, "length": 194.14275257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1059, "l_t_add": 1099, "r_f_add": 1058, "r_t_add": 1098, "st_code": 18800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 760036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 31626, "Shape__Length": 77.283598775004563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085377751628599, 40.028564181180599 ], [ -75.085249105913206, 40.028482902306997 ], [ -75.084823648371795, 40.028244163846303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9929, "tnode_": 10034, "lpoly_": null, "rpoly_": null, "length": 372.2298138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1135, "r_f_add": 1100, "r_t_add": 1138, "st_code": 65520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 760037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 31627, "Shape__Length": 148.16533395352042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086005450430605, 40.026990014946698 ], [ -75.084933364299204, 40.026386012235101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9195, "tnode_": 9267, "lpoly_": null, "rpoly_": null, "length": 240.44049739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1017, "l_t_add": 1019, "r_f_add": 1018, "r_t_add": 1020, "st_code": 70900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 760040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 31628, "Shape__Length": 95.716544853639036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085042823114094, 40.030317337802302 ], [ -75.084999519311296, 40.030270716085198 ], [ -75.084936537614993, 40.030240047414502 ], [ -75.0846855639913, 40.030101950701003 ], [ -75.084359577903399, 40.029922577476498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8966, "tnode_": 8917, "lpoly_": null, "rpoly_": null, "length": 527.57615002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 43840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 760041, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 31629, "Shape__Length": 209.97952256187418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080314156422105, 40.031537641914298 ], [ -75.080054423543103, 40.031835860655598 ], [ -75.079207277468598, 40.032029068107498 ], [ -75.078773258433301, 40.031790584851102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8531, "tnode_": 8594, "lpoly_": null, "rpoly_": null, "length": 230.91261843000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1301, "l_t_add": 1309, "r_f_add": 1300, "r_t_add": 1322, "st_code": 79720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 31630, "Shape__Length": 91.933763294546537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084789672564199, 40.034058085391202 ], [ -75.084719520240398, 40.033996061759602 ], [ -75.084139810098506, 40.033670804864997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7964, "tnode_": 7752, "lpoly_": null, "rpoly_": null, "length": 552.87918811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 72700, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760043, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 31631, "Shape__Length": 220.38251840661269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083773450820203, 40.037287910389502 ], [ -75.083383131733797, 40.0376997681226 ], [ -75.082630219744303, 40.038525295156397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8251, "tnode_": 8030, "lpoly_": null, "rpoly_": null, "length": 559.16880493000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 16540, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760044, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELDEN ST", "stname": "BELDEN ST", "objectid": 31632, "Shape__Length": 222.88107829396355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084313514974198, 40.035685851717702 ], [ -75.083627370380597, 40.036427631093197 ], [ -75.083150717065394, 40.036933754214303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6026, "tnode_": 6233, "lpoly_": null, "rpoly_": null, "length": 641.28658855000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 33440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 760045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 31633, "Shape__Length": 255.317750632779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081636184249007, 40.0465553693587 ], [ -75.081460675355899, 40.046460313588597 ], [ -75.079763856184698, 40.045541284333197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9697, "tnode_": 9793, "lpoly_": null, "rpoly_": null, "length": 237.33585542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5003, "l_t_add": 5033, "r_f_add": 5014, "r_t_add": 5034, "st_code": 17900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760050, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 31634, "Shape__Length": 94.573759013364977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028288719712805, 40.0268587502933 ], [ -75.028230376823601, 40.026837484821797 ], [ -75.027774936464596, 40.026347928727297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10306, "tnode_": 9974, "lpoly_": null, "rpoly_": null, "length": 1043.19287289, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 56300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 31635, "Shape__Length": 415.22125689958261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030140722689495, 40.023755287905999 ], [ -75.029281146459098, 40.0241895644835 ], [ -75.027306445306394, 40.0252245286635 ], [ -75.027260458571106, 40.025262866738203 ], [ -75.027221054505901, 40.025304143335298 ], [ -75.027178313598995, 40.025364467520397 ], [ -75.027145140736806, 40.025422642474702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8215, "tnode_": 8444, "lpoly_": null, "rpoly_": null, "length": 913.50532611000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 28320, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 760053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 31636, "Shape__Length": 363.64924074561014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077743757598995, 40.035758012851403 ], [ -75.077647554140796, 40.0357018778748 ], [ -75.076516321660307, 40.035076424422797 ], [ -75.076309837486093, 40.0349585534384 ], [ -75.076010502068002, 40.034786898824997 ], [ -75.075838996196495, 40.034689028973702 ], [ -75.075663209987397, 40.034615460269102 ], [ -75.075092980693796, 40.034298523921997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8270, "tnode_": 8220, "lpoly_": null, "rpoly_": null, "length": 146.52123061999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6340, "l_t_add": 6398, "r_f_add": 6341, "r_t_add": 6399, "st_code": 20020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760054, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 31637, "Shape__Length": 58.412267509935575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070809016041096, 40.035289135143998 ], [ -75.070525746643597, 40.035627318842202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8300, "tnode_": 8270, "lpoly_": null, "rpoly_": null, "length": 71.39800009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20020, "l_hundred": 0, "r_hundred": 0, "seg_id": 760055, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 31638, "Shape__Length": 28.475301816640201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070919421311203, 40.0351124653223 ], [ -75.070809016041096, 40.035289135143998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8382, "tnode_": 8300, "lpoly_": null, "rpoly_": null, "length": 140.64217629000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20020, "l_hundred": 0, "r_hundred": 0, "seg_id": 760056, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 31639, "Shape__Length": 56.104448430583126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0710993042225, 40.034751995932602 ], [ -75.070919421311203, 40.0351124653223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8411, "tnode_": 8382, "lpoly_": null, "rpoly_": null, "length": 72.3327655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20020, "l_hundred": 0, "r_hundred": 0, "seg_id": 760057, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 31640, "Shape__Length": 28.840800995784537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071228435702196, 40.0345800245615 ], [ -75.0710993042225, 40.034751995932602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8830, "tnode_": 8871, "lpoly_": null, "rpoly_": null, "length": 155.94863232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 760058, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 31641, "Shape__Length": 62.05076763881258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084835367647997, 40.032358940396101 ], [ -75.084956481423205, 40.032317709063101 ], [ -75.085057563208096, 40.032284652836097 ], [ -75.085159030689596, 40.032241771544697 ], [ -75.085276528875696, 40.032181561226999 ], [ -75.085323662354, 40.032156117451898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9031, "tnode_": 9044, "lpoly_": null, "rpoly_": null, "length": 81.37736259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 760060, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 31642, "Shape__Length": 32.354305864863363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085081821403904, 40.031275856853597 ], [ -75.084796667344506, 40.031232808058498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9052, "tnode_": 9031, "lpoly_": null, "rpoly_": null, "length": 99.44551561, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5471, "r_t_add": 5499, "st_code": 69220, "l_hundred": 0, "r_hundred": 5400, "seg_id": 760061, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 31643, "Shape__Length": 39.59472977731572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085356726559198, 40.031103041578 ], [ -75.085081821403904, 40.031275856853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9793, "tnode_": 9529, "lpoly_": null, "rpoly_": null, "length": 908.65191258999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 760064, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 31644, "Shape__Length": 361.5324614619891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027774936464596, 40.026347928727297 ], [ -75.027652104434694, 40.026415792145997 ], [ -75.027545323797696, 40.026454374110102 ], [ -75.026214117200496, 40.0270546955688 ], [ -75.025822405455997, 40.027223334788999 ], [ -75.025706467733997, 40.027261350966398 ], [ -75.025622808818994, 40.027296220417398 ], [ -75.025445424462504, 40.027372421471398 ], [ -75.025226194960894, 40.027473176166701 ], [ -75.025146661348202, 40.027513619786603 ], [ -75.024948112906003, 40.027561001310303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10452, "tnode_": 10110, "lpoly_": null, "rpoly_": null, "length": 1473.6087951899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 760067, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 31645, "Shape__Length": 586.39001225373045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034765865127298, 40.023121136174503 ], [ -75.034612777777298, 40.023106536012101 ], [ -75.034016822029002, 40.023215311574802 ], [ -75.033410003626599, 40.023315204021202 ], [ -75.032437868196297, 40.023470578290201 ], [ -75.031805706156604, 40.023573096480597 ], [ -75.0315573475402, 40.023613562153699 ], [ -75.031398519722401, 40.023658841992102 ], [ -75.031241608304498, 40.023726261757297 ], [ -75.031106761543995, 40.023802826840601 ], [ -75.031001669904597, 40.023896884774899 ], [ -75.030916574984104, 40.024000950180699 ], [ -75.030840940236203, 40.024133689452903 ], [ -75.030813868809801, 40.024255035057699 ], [ -75.030802435816497, 40.024365904969599 ], [ -75.030801582205299, 40.024424598406803 ], [ -75.030807240782806, 40.024507622258 ], [ -75.030822520817395, 40.024574755864798 ], [ -75.030862496086897, 40.024660895397197 ], [ -75.030894923594204, 40.024711166303597 ], [ -75.030992459202494, 40.024832146516502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10452, "tnode_": 10064, "lpoly_": null, "rpoly_": null, "length": 1766.5928600599998, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 2936, "l_t_add": 2968, "r_f_add": 2937, "r_t_add": 2969, "st_code": 1050, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 760068, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 31646, "Shape__Length": 702.67990856120684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034765865127298, 40.023121136174503 ], [ -75.034700174925305, 40.023164648192498 ], [ -75.033223574673897, 40.023546587698902 ], [ -75.032401166694001, 40.023744087158299 ], [ -75.031965243612703, 40.0238604076889 ], [ -75.031495254174203, 40.024004699823401 ], [ -75.031180104586596, 40.0241152417181 ], [ -75.030633224033195, 40.024328512093099 ], [ -75.030315385882801, 40.024459802390702 ], [ -75.029844742189397, 40.0246851431096 ], [ -75.029317619622404, 40.024965648163601 ], [ -75.029049357993003, 40.025097172554702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10612, "tnode_": 10467, "lpoly_": null, "rpoly_": null, "length": 584.34314253000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6940, "l_t_add": 6998, "r_f_add": 6941, "r_t_add": 6999, "st_code": 74440, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31647, "Shape__Length": 232.48877515691208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039006846259397, 40.022337268945201 ], [ -75.037483905479903, 40.023026096759203 ], [ -75.037196182597398, 40.023132893836497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10698, "tnode_": 10612, "lpoly_": null, "rpoly_": null, "length": 360.3117737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6938, "r_f_add": 6901, "r_t_add": 6939, "st_code": 74440, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31648, "Shape__Length": 143.35418615514442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040122568369199, 40.021844818083999 ], [ -75.039006846259397, 40.022337268945201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10698, "tnode_": 10845, "lpoly_": null, "rpoly_": null, "length": 361.20126724999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 51640, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760079, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 31649, "Shape__Length": 143.99355219306318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040122568369199, 40.021844818083999 ], [ -75.040023279013795, 40.021720885993901 ], [ -75.039886919589307, 40.021535771477801 ], [ -75.039482427204106, 40.020984149216098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7378, "tnode_": 7306, "lpoly_": null, "rpoly_": null, "length": 268.09102663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7824, "l_t_add": 7898, "r_f_add": 7825, "r_t_add": 7899, "st_code": 31960, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760119, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31650, "Shape__Length": 106.67214917889135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030058202084206, 40.0391419998221 ], [ -75.029204645646303, 40.039475445073101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10992, "tnode_": 10985, "lpoly_": null, "rpoly_": null, "length": 425.11896864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6750, "r_f_add": 6701, "r_t_add": 6743, "st_code": 59570, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760080, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-11-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 31651, "Shape__Length": 168.96892899468457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042944370834704, 40.020101577844997 ], [ -75.042744366649899, 40.020117498409597 ], [ -75.041790754408694, 40.020112279826797 ], [ -75.041427830563904, 40.020122210082398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11055, "tnode_": 10985, "lpoly_": null, "rpoly_": null, "length": 359.90269131000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 84100, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 31652, "Shape__Length": 143.19219268326216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042533661122306, 40.019625276866002 ], [ -75.041972379328499, 40.019875953703703 ], [ -75.041584762617305, 40.020021077974398 ], [ -75.041427830563904, 40.020122210082398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11087, "tnode_": 11082, "lpoly_": null, "rpoly_": null, "length": 109.18629237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1409, "r_f_add": 1400, "r_t_add": 1408, "st_code": 40880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 760082, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31653, "Shape__Length": 43.397553775895176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084329604925401, 40.020433133826103 ], [ -75.083939957898593, 40.0204235759252 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11089, "tnode_": 11283, "lpoly_": null, "rpoly_": null, "length": 775.56393788000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOULKROD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 34760, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760084, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOULKROD ST", "stname": "FOULKROD ST", "objectid": 31654, "Shape__Length": 308.68759526521632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087284810769901, 40.020494287338998 ], [ -75.085060983234797, 40.019225689897098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11017, "tnode_": 11197, "lpoly_": null, "rpoly_": null, "length": 775.45399097999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 34020, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760085, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 31655, "Shape__Length": 308.64379542311792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086821220901797, 40.020975961626803 ], [ -75.084594540824796, 40.019710816752202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11123, "tnode_": 10992, "lpoly_": null, "rpoly_": null, "length": 614.11473967999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 59570, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760086, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 31656, "Shape__Length": 244.33592818973759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044828600892302, 40.019251676091798 ], [ -75.043297011129795, 40.020001635864297 ], [ -75.043142097918903, 40.020056648869897 ], [ -75.042944370834704, 40.020101577844997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11082, "tnode_": 11135, "lpoly_": null, "rpoly_": null, "length": 247.39533778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1411, "l_t_add": 1499, "r_f_add": 1410, "r_t_add": 1498, "st_code": 40880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 760088, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31657, "Shape__Length": 98.45412781902894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083939957898593, 40.0204235759252 ], [ -75.083211123066604, 40.020039891828397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11135, "tnode_": 11209, "lpoly_": null, "rpoly_": null, "length": 280.88920359000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1529, "r_f_add": 1500, "r_t_add": 1522, "st_code": 40880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 760089, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 31658, "Shape__Length": 111.78469701756879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083211123066604, 40.020039891828397 ], [ -75.082386284589106, 40.019601284356497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11172, "tnode_": 11299, "lpoly_": null, "rpoly_": null, "length": 453.26216932999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALLENGROVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1651, "r_f_add": 1600, "r_t_add": 1648, "st_code": 12120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALLENGROVE ST", "stname": "ALLENGROVE ST", "objectid": 31659, "Shape__Length": 180.37756347160985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080926347457194, 40.019764922015199 ], [ -75.079588660955693, 40.019064637003098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11192, "tnode_": 11322, "lpoly_": null, "rpoly_": null, "length": 482.75939455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1643, "l_t_add": 1699, "r_f_add": 1644, "r_t_add": 1698, "st_code": 80960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760091, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 31660, "Shape__Length": 192.11402650049035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079092331387002, 40.019605766919298 ], [ -75.077665439744607, 40.018862348792503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11339, "tnode_": 11123, "lpoly_": null, "rpoly_": null, "length": 800.38230061000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6420, "l_t_add": 6598, "r_f_add": 6425, "r_t_add": 6599, "st_code": 59570, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760092, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 31661, "Shape__Length": 318.49873336153394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047202718872896, 40.018051444860099 ], [ -75.047006450630903, 40.018203812050601 ], [ -75.046273352910802, 40.018640141039597 ], [ -75.045907273834402, 40.018808812105803 ], [ -75.045629597810503, 40.018910884285603 ], [ -75.045098316513005, 40.019113866406798 ], [ -75.044828600892302, 40.019251676091798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11339, "tnode_": 11398, "lpoly_": null, "rpoly_": null, "length": 210.83829589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5025, "r_f_add": 5000, "r_t_add": 5024, "st_code": 31000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760093, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 31662, "Shape__Length": 84.06506163151721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047202718872896, 40.018051444860099 ], [ -75.047152539099599, 40.017853094967897 ], [ -75.046896335771905, 40.017531994468897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11430, "tnode_": 11339, "lpoly_": null, "rpoly_": null, "length": 353.35204074999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6423, "st_code": 59570, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760094, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 31663, "Shape__Length": 140.75352815678448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047800949337002, 40.017335178848001 ], [ -75.047877907585303, 40.017467907106401 ], [ -75.047887765765196, 40.017572295974503 ], [ -75.047853250218395, 40.017634189586303 ], [ -75.047775141707803, 40.017702535096397 ], [ -75.047444982768695, 40.017899486867698 ], [ -75.047202718872896, 40.018051444860099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11479, "tnode_": 11430, "lpoly_": null, "rpoly_": null, "length": 379.70398788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6330, "l_t_add": 6398, "r_f_add": 6339, "r_t_add": 6399, "st_code": 76600, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760095, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 31664, "Shape__Length": 150.98971059466089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049061492852402, 40.017087287951398 ], [ -75.048524836209296, 40.017320903637 ], [ -75.048380648454597, 40.017366167852799 ], [ -75.048237911638694, 40.017374973511998 ], [ -75.047800949337002, 40.017335178848001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11484, "tnode_": 11398, "lpoly_": null, "rpoly_": null, "length": 380.37775187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY PALMYRA BRIDGE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9465, "l_hundred": 0, "r_hundred": 0, "seg_id": 760096, "oneway": "FT", "class": 9, "responsibl": "BCBC", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY PALMYRA BRIDGE RAMP", "stname": "TACONY PALMYRA BRIDGE RAMP", "objectid": 31665, "Shape__Length": 151.4970126005544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047402368600302, 40.017003072479 ], [ -75.047476412527502, 40.017110070531899 ], [ -75.047523748681698, 40.017211749965597 ], [ -75.0475598929808, 40.017359857480997 ], [ -75.047543484073003, 40.017426703134603 ], [ -75.047512605659804, 40.017491634093901 ], [ -75.047435077668396, 40.017561641962402 ], [ -75.047352021812401, 40.017595383052502 ], [ -75.047251934872506, 40.017604038928802 ], [ -75.047186206965804, 40.017600189586901 ], [ -75.047117945640395, 40.017584767852497 ], [ -75.047047241349503, 40.017555473666 ], [ -75.046896335771905, 40.017531994468897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11513, "tnode_": 11479, "lpoly_": null, "rpoly_": null, "length": 166.24851295000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6320, "l_t_add": 6328, "r_f_add": 6321, "r_t_add": 6337, "st_code": 76600, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760097, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 31666, "Shape__Length": 66.134332891864815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049582210588099, 40.016868246099101 ], [ -75.049061492852402, 40.017087287951398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11479, "tnode_": 11547, "lpoly_": null, "rpoly_": null, "length": 157.35378133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5009, "r_f_add": 0, "r_t_add": 0, "st_code": 16000, "l_hundred": 5000, "r_hundred": 0, "seg_id": 760098, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 31667, "Shape__Length": 62.769950845941537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049061492852402, 40.017087287951398 ], [ -75.049134724476502, 40.0169034222615 ], [ -75.049123512387197, 40.016787598909801 ], [ -75.049075423154704, 40.016669745746903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11513, "tnode_": 11547, "lpoly_": null, "rpoly_": null, "length": 159.53474903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5000, "r_t_add": 5008, "st_code": 16000, "l_hundred": 0, "r_hundred": 5000, "seg_id": 760099, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 31668, "Shape__Length": 63.4576926226541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049582210588099, 40.016868246099101 ], [ -75.049245487381199, 40.016748964758897 ], [ -75.049075423154704, 40.016669745746903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11555, "tnode_": 11513, "lpoly_": null, "rpoly_": null, "length": 223.58470877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 6301, "r_t_add": 6319, "st_code": 76600, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760100, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY ST", "stname": "TACONY ST", "objectid": 31669, "Shape__Length": 88.939665075608019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050285958732601, 40.016580791824602 ], [ -75.049833787981299, 40.016784791959203 ], [ -75.049582210588099, 40.016868246099101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11398, "tnode_": 11597, "lpoly_": null, "rpoly_": null, "length": 649.51223131000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5027, "l_t_add": 5099, "r_f_add": 5026, "r_t_add": 5098, "st_code": 31000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760101, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 31670, "Shape__Length": 258.82363106595653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046896335771905, 40.017531994468897 ], [ -75.046457976145405, 40.016980315589102 ], [ -75.046353628121096, 40.016819724232697 ], [ -75.046336696126701, 40.016649026992802 ], [ -75.046390405796203, 40.016492156410003 ], [ -75.046529352234302, 40.016379868298401 ], [ -75.046635476967893, 40.016297217719099 ], [ -75.046798766939105, 40.016197592745499 ], [ -75.047012726629504, 40.016098282762599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11597, "tnode_": 11614, "lpoly_": null, "rpoly_": null, "length": 92.76752158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5095, "l_t_add": 5099, "r_f_add": 5094, "r_t_add": 5098, "st_code": 16000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760103, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 31671, "Shape__Length": 36.888275788606933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047012726629504, 40.016098282762599 ], [ -75.047321495447704, 40.016006156271601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11547, "tnode_": 11614, "lpoly_": null, "rpoly_": null, "length": 574.72315689000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5011, "l_t_add": 5093, "r_f_add": 5010, "r_t_add": 5092, "st_code": 16000, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760104, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1999-12-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 31672, "Shape__Length": 228.64511734121658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049075423154704, 40.016669745746903 ], [ -75.0486588471923, 40.016338756768697 ], [ -75.048481917489696, 40.016212952323798 ], [ -75.048177577405198, 40.016108477013702 ], [ -75.047864850492701, 40.016015968578202 ], [ -75.047321495447704, 40.016006156271601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11555, "tnode_": 11710, "lpoly_": null, "rpoly_": null, "length": 596.46430386999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 68860, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 31673, "Shape__Length": 237.69546092927789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050285958732601, 40.016580791824602 ], [ -75.049085067813493, 40.015228615698902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11597, "tnode_": 11743, "lpoly_": null, "rpoly_": null, "length": 473.32040053999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5299, "r_f_add": 5100, "r_t_add": 5298, "st_code": 50500, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 31674, "Shape__Length": 188.63014005067663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047012726629504, 40.016098282762599 ], [ -75.046910062431394, 40.015957002308298 ], [ -75.046079840977399, 40.015015528862897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6731, "tnode_": 7228, "lpoly_": null, "rpoly_": null, "length": 839.40775949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLMESBURG", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4101, "l_t_add": 4391, "r_f_add": 4100, "r_t_add": 4390, "st_code": 43280, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLMESBURG AVE", "stname": "HOLMESBURG AVE", "objectid": 31675, "Shape__Length": 334.81761403339738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021742378068495, 40.041847860089703 ], [ -75.022011499157202, 40.041294944247298 ], [ -75.022276786728696, 40.040821942584003 ], [ -75.022450437049102, 40.040533840900103 ], [ -75.022606382302897, 40.0403022770885 ], [ -75.022782083199402, 40.040052633007498 ], [ -75.022995273678404, 40.0397584285639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7228, "tnode_": 7027, "lpoly_": null, "rpoly_": null, "length": 568.52253223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 56080, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILL ST", "stname": "MILL ST", "objectid": 31676, "Shape__Length": 226.37112550077345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022995273678404, 40.0397584285639 ], [ -75.023488332188094, 40.040043959516296 ], [ -75.0238371605911, 40.040269325557901 ], [ -75.024468004207094, 40.040673863005303 ], [ -75.024592934001902, 40.040714940279699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7228, "tnode_": 7339, "lpoly_": null, "rpoly_": null, "length": 209.97782842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLMESBURG", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 43280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLMESBURG AVE", "stname": "HOLMESBURG AVE", "objectid": 31677, "Shape__Length": 83.810819553179783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022995273678404, 40.0397584285639 ], [ -75.023003432013297, 40.039678989554801 ], [ -75.023022780320403, 40.039182484504003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7430, "tnode_": 7207, "lpoly_": null, "rpoly_": null, "length": 895.43922855000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 81020, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760114, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31678, "Shape__Length": 356.25294455719609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027034250110802, 40.038753514698797 ], [ -75.026095016212594, 40.039087847831901 ], [ -75.024980506210497, 40.039493242598297 ], [ -75.024135460122196, 40.039791614268097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7315, "tnode_": 7083, "lpoly_": null, "rpoly_": null, "length": 879.27070303000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 56680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 31679, "Shape__Length": 349.82741405953931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027310227958694, 40.039409829860297 ], [ -75.024468528573095, 40.040437094946597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7172, "tnode_": 6941, "lpoly_": null, "rpoly_": null, "length": 859.01647722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 31960, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760116, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31680, "Shape__Length": 341.7720300214927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027583644943903, 40.040056034943397 ], [ -75.0260997548896, 40.040595107784803 ], [ -75.024807111270704, 40.0410591850478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7251, "tnode_": 7172, "lpoly_": null, "rpoly_": null, "length": 244.8772827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7926, "l_t_add": 7998, "r_f_add": 7925, "r_t_add": 7999, "st_code": 31960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760117, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31681, "Shape__Length": 97.429304395672233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028372253430803, 40.03976539976 ], [ -75.027583644943903, 40.040056034943397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7306, "tnode_": 7251, "lpoly_": null, "rpoly_": null, "length": 255.95517533999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7924, "r_f_add": 7901, "r_t_add": 7923, "st_code": 31960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760118, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31682, "Shape__Length": 101.82992175677001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029204645646303, 40.039475445073101 ], [ -75.029135811584197, 40.039494519841803 ], [ -75.028372253430803, 40.03976539976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7442, "tnode_": 7378, "lpoly_": null, "rpoly_": null, "length": 269.59912962000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7822, "r_f_add": 7801, "r_t_add": 7823, "st_code": 31960, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760120, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31683, "Shape__Length": 107.26820535624164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030920988665102, 40.038813468634999 ], [ -75.030058202084206, 40.0391419998221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7516, "tnode_": 7442, "lpoly_": null, "rpoly_": null, "length": 262.10135641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7724, "l_t_add": 7798, "r_f_add": 7727, "r_t_add": 7799, "st_code": 31960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760121, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31684, "Shape__Length": 104.28497796456209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031759158788105, 40.038493117643903 ], [ -75.030920988665102, 40.038813468634999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7045, "tnode_": 7172, "lpoly_": null, "rpoly_": null, "length": 241.55699711000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 68180, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760123, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31685, "Shape__Length": 96.381713691505055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027847946325807, 40.040687253097701 ], [ -75.027583644943903, 40.040056034943397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7172, "tnode_": 7315, "lpoly_": null, "rpoly_": null, "length": 247.53726435000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4221, "r_f_add": 4200, "r_t_add": 4226, "st_code": 68180, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760124, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31686, "Shape__Length": 98.766233286251591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027583644943903, 40.040056034943397 ], [ -75.027310227958694, 40.039409829860297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7315, "tnode_": 7430, "lpoly_": null, "rpoly_": null, "length": 251.2620302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4223, "l_t_add": 4299, "r_f_add": 4228, "r_t_add": 4298, "st_code": 68180, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760125, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31687, "Shape__Length": 100.25186268049985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027310227958694, 40.039409829860297 ], [ -75.027034250110802, 40.038753514698797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7430, "tnode_": 7618, "lpoly_": null, "rpoly_": null, "length": 346.95972196999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 68180, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760126, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31688, "Shape__Length": 138.4229331314005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027034250110802, 40.038753514698797 ], [ -75.026617464830295, 40.037856562541897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7618, "tnode_": 7795, "lpoly_": null, "rpoly_": null, "length": 375.47127407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 68180, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760127, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31689, "Shape__Length": 149.79246086977452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026617464830295, 40.037856562541897 ], [ -75.0261551073216, 40.036889057289997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7795, "tnode_": 7906, "lpoly_": null, "rpoly_": null, "length": 241.36381499000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 68180, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760128, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31690, "Shape__Length": 96.292008081426729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0261551073216, 40.036889057289997 ], [ -75.026132326058999, 40.036830234007901 ], [ -75.025865569780507, 40.036265083141203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7906, "tnode_": 7979, "lpoly_": null, "rpoly_": null, "length": 203.07329691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4621, "r_f_add": 4600, "r_t_add": 4620, "st_code": 68180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760129, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31691, "Shape__Length": 80.973488431227182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025865569780507, 40.036265083141203 ], [ -75.025804313839004, 40.036214872281697 ], [ -75.025510877330404, 40.035781420347199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7979, "tnode_": 8082, "lpoly_": null, "rpoly_": null, "length": 201.01938830999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4623, "l_t_add": 4699, "r_f_add": 4622, "r_t_add": 4698, "st_code": 68180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760130, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31692, "Shape__Length": 80.166411626248333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025510877330404, 40.035781420347199 ], [ -75.025185838051897, 40.035289400620897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8082, "tnode_": 8176, "lpoly_": null, "rpoly_": null, "length": 203.39082049000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4707, "r_f_add": 4700, "r_t_add": 4706, "st_code": 68180, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760131, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31693, "Shape__Length": 81.112004295718123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025185838051897, 40.035289400620897 ], [ -75.024858112194806, 40.034791130352502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8176, "tnode_": 8403, "lpoly_": null, "rpoly_": null, "length": 557.20576868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4709, "l_t_add": 4799, "r_f_add": 4708, "r_t_add": 4798, "st_code": 68180, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760132, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 31694, "Shape__Length": 222.18121590798594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024858112194806, 40.034791130352502 ], [ -75.024063021006299, 40.0336092390801 ], [ -75.023897936873894, 40.033455909235897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8189, "tnode_": 8082, "lpoly_": null, "rpoly_": null, "length": 372.77461633000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 77600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31695, "Shape__Length": 148.3797665325786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026288189316801, 40.034715676450404 ], [ -75.025185838051897, 40.035289400620897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8234, "tnode_": 8189, "lpoly_": null, "rpoly_": null, "length": 181.15628503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7818, "l_t_add": 7898, "r_f_add": 7819, "r_t_add": 7899, "st_code": 77600, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760134, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31696, "Shape__Length": 72.106084603503405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026825514119295, 40.034438714988703 ], [ -75.026288189316801, 40.034715676450404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8284, "tnode_": 8234, "lpoly_": null, "rpoly_": null, "length": 199.12038285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7816, "r_f_add": 7801, "r_t_add": 7817, "st_code": 77600, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760135, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31697, "Shape__Length": 79.25283042187219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027420497567107, 40.034139368833699 ], [ -75.026825514119295, 40.034438714988703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8346, "tnode_": 8284, "lpoly_": null, "rpoly_": null, "length": 196.71328089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7734, "l_t_add": 7798, "r_f_add": 7733, "r_t_add": 7799, "st_code": 77600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760136, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31698, "Shape__Length": 78.299522039547384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028001319884297, 40.033835617626799 ], [ -75.027420497567107, 40.034139368833699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8396, "tnode_": 8346, "lpoly_": null, "rpoly_": null, "length": 180.23404788000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7718, "l_t_add": 7732, "r_f_add": 7725, "r_t_add": 7731, "st_code": 77600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760137, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31699, "Shape__Length": 71.737981370559552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028536033553806, 40.033560216607803 ], [ -75.028001319884297, 40.033835617626799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8451, "tnode_": 8396, "lpoly_": null, "rpoly_": null, "length": 207.38736759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7716, "r_f_add": 7701, "r_t_add": 7723, "st_code": 77600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31700, "Shape__Length": 82.546972373963911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029149106744299, 40.033240820332502 ], [ -75.028536033553806, 40.033560216607803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8504, "tnode_": 8451, "lpoly_": null, "rpoly_": null, "length": 206.87157711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 77600, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760139, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31701, "Shape__Length": 82.339321263882525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029763343540296, 40.032925292378998 ], [ -75.029149106744299, 40.033240820332502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8553, "tnode_": 8504, "lpoly_": null, "rpoly_": null, "length": 181.80709897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7540, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 77600, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31702, "Shape__Length": 72.362820992023956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030303137602999, 40.0326479710154 ], [ -75.029763343540296, 40.032925292378998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8616, "tnode_": 8553, "lpoly_": null, "rpoly_": null, "length": 206.27974383999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7538, "r_f_add": 7501, "r_t_add": 7517, "st_code": 77600, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760141, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31703, "Shape__Length": 82.106805776244656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030910445912298, 40.032327483092899 ], [ -75.030303137602999, 40.0326479710154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8671, "tnode_": 8616, "lpoly_": null, "rpoly_": null, "length": 184.49935598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7436, "l_t_add": 7498, "r_f_add": 7433, "r_t_add": 7499, "st_code": 77600, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760142, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31704, "Shape__Length": 73.433527316925307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031458526458906, 40.032046397977503 ], [ -75.030910445912298, 40.032327483092899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8713, "tnode_": 8671, "lpoly_": null, "rpoly_": null, "length": 159.48412577000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7418, "l_t_add": 7434, "r_f_add": 7417, "r_t_add": 7431, "st_code": 77600, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760143, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31705, "Shape__Length": 63.475296774439421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031934403394999, 40.031805871789899 ], [ -75.031458526458906, 40.032046397977503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8756, "tnode_": 8713, "lpoly_": null, "rpoly_": null, "length": 183.96374504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7415, "st_code": 77600, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31706, "Shape__Length": 73.221138743050432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032479035790203, 40.0315234794625 ], [ -75.031934403394999, 40.031805871789899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8813, "tnode_": 8756, "lpoly_": null, "rpoly_": null, "length": 199.25507867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7358, "l_t_add": 7398, "r_f_add": 7359, "r_t_add": 7399, "st_code": 77600, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760145, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31707, "Shape__Length": 79.307110343586558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033068844388197, 40.031217509586703 ], [ -75.032479035790203, 40.0315234794625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8872, "tnode_": 8813, "lpoly_": null, "rpoly_": null, "length": 181.78604128000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7340, "l_t_add": 7356, "r_f_add": 7341, "r_t_add": 7357, "st_code": 77600, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760146, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31708, "Shape__Length": 72.357577442047997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033601745854497, 40.030932536038897 ], [ -75.033068844388197, 40.031217509586703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9029, "tnode_": 8872, "lpoly_": null, "rpoly_": null, "length": 528.99894437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7338, "r_f_add": 7301, "r_t_add": 7339, "st_code": 77600, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760147, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31709, "Shape__Length": 210.54511030554065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035172244242403, 40.030125538130001 ], [ -75.033601745854497, 40.030932536038897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9177, "tnode_": 9029, "lpoly_": null, "rpoly_": null, "length": 505.76683667999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 77600, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760148, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31710, "Shape__Length": 201.29616214658819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036673862437695, 40.029354106608203 ], [ -75.035172244242403, 40.030125538130001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9282, "tnode_": 9177, "lpoly_": null, "rpoly_": null, "length": 370.04668868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7142, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 77600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760149, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31711, "Shape__Length": 147.27909242636275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037770802219896, 40.028787716763702 ], [ -75.036673862437695, 40.029354106608203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9422, "tnode_": 9282, "lpoly_": null, "rpoly_": null, "length": 385.03264197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7140, "r_f_add": 7101, "r_t_add": 7131, "st_code": 77600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760150, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31712, "Shape__Length": 153.2445407006872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038908972070701, 40.028194762159401 ], [ -75.037770802219896, 40.028787716763702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9708, "tnode_": 9422, "lpoly_": null, "rpoly_": null, "length": 717.48837625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 77600, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760151, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31713, "Shape__Length": 285.55282334988544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041039309197799, 40.0271006104214 ], [ -75.038908972070701, 40.028194762159401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9839, "tnode_": 9708, "lpoly_": null, "rpoly_": null, "length": 380.43422812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6934, "l_t_add": 6998, "r_f_add": 6935, "r_t_add": 6999, "st_code": 77600, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760152, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31714, "Shape__Length": 151.40995535804956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042164754746295, 40.026515755831703 ], [ -75.041039309197799, 40.0271006104214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9943, "tnode_": 9839, "lpoly_": null, "rpoly_": null, "length": 367.96221437999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6932, "r_f_add": 6901, "r_t_add": 6933, "st_code": 77600, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760153, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31715, "Shape__Length": 146.44354066777856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043254899755695, 40.025952902060197 ], [ -75.042232245287096, 40.026470760162603 ], [ -75.042164754746295, 40.026515755831703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10092, "tnode_": 9943, "lpoly_": null, "rpoly_": null, "length": 496.9177213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 77600, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760154, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31716, "Shape__Length": 197.76608364987172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044724678578206, 40.025188705948402 ], [ -75.043254899755695, 40.025952902060197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10285, "tnode_": 10092, "lpoly_": null, "rpoly_": null, "length": 615.63238783999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 77600, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760155, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31717, "Shape__Length": 245.0039738628935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046553462716801, 40.024250978867997 ], [ -75.044724678578206, 40.025188705948402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10479, "tnode_": 10285, "lpoly_": null, "rpoly_": null, "length": 617.14582230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 77600, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760156, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31718, "Shape__Length": 245.60941205384313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048377656131805, 40.023300911101003 ], [ -75.046619491504202, 40.024210830016898 ], [ -75.046553462716801, 40.024250978867997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10639, "tnode_": 10479, "lpoly_": null, "rpoly_": null, "length": 554.97005928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 77600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760157, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31719, "Shape__Length": 220.85906254700205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050022184326195, 40.022450981388502 ], [ -75.048377656131805, 40.023300911101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10792, "tnode_": 10639, "lpoly_": null, "rpoly_": null, "length": 592.03871771999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 77600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760158, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31720, "Shape__Length": 235.607981218931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0517766667448, 40.0215444328228 ], [ -75.050022184326195, 40.022450981388502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10964, "tnode_": 10792, "lpoly_": null, "rpoly_": null, "length": 661.26072323000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 77600, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760159, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31721, "Shape__Length": 263.15805253669487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053727782848895, 40.020522260731397 ], [ -75.0517766667448, 40.0215444328228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11119, "tnode_": 10964, "lpoly_": null, "rpoly_": null, "length": 660.81746294000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 77600, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760160, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31722, "Shape__Length": 262.96950458349374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055688828769703, 40.019513603706997 ], [ -75.053727782848895, 40.020522260731397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11303, "tnode_": 11119, "lpoly_": null, "rpoly_": null, "length": 659.50051957999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 77600, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31723, "Shape__Length": 262.44233329534336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057644860031601, 40.018505719615099 ], [ -75.055688828769703, 40.019513603706997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11358, "tnode_": 11303, "lpoly_": null, "rpoly_": null, "length": 278.11755076999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6018, "l_t_add": 6098, "r_f_add": 6019, "r_t_add": 6099, "st_code": 77600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760162, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31724, "Shape__Length": 110.67619394236695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058465657264804, 40.018076051996097 ], [ -75.057644860031601, 40.018505719615099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11422, "tnode_": 11358, "lpoly_": null, "rpoly_": null, "length": 282.65670264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6016, "r_f_add": 6001, "r_t_add": 6017, "st_code": 77600, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760163, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 31725, "Shape__Length": 112.47667612871196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059306893960397, 40.017647439792803 ], [ -75.058465657264804, 40.018076051996097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9259, "tnode_": 9135, "lpoly_": null, "rpoly_": null, "length": 496.83399944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 79820, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760165, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31726, "Shape__Length": 197.74268995611041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036220513040803, 40.028837285628498 ], [ -75.034749981043504, 40.029600303988701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9397, "tnode_": 9259, "lpoly_": null, "rpoly_": null, "length": 369.56964368999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7136, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 79820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760166, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31727, "Shape__Length": 147.08784177906952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037316400174007, 40.028272049414397 ], [ -75.036220513040803, 40.028837285628498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9536, "tnode_": 9397, "lpoly_": null, "rpoly_": null, "length": 385.68604463999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7134, "r_f_add": 7101, "r_t_add": 7131, "st_code": 79820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760167, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31728, "Shape__Length": 153.5012806081811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038459447925007, 40.027681454600803 ], [ -75.037316400174007, 40.028272049414397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9799, "tnode_": 9536, "lpoly_": null, "rpoly_": null, "length": 737.27637369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 79820, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760168, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31729, "Shape__Length": 293.42806919038031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040645628890402, 40.026553805065603 ], [ -75.038459447925007, 40.027681454600803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9928, "tnode_": 9799, "lpoly_": null, "rpoly_": null, "length": 376.1001364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6924, "l_t_add": 6998, "r_f_add": 6969, "r_t_add": 6999, "st_code": 79820, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760169, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31730, "Shape__Length": 149.68482427200195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041756869775298, 40.025974053699301 ], [ -75.040645628890402, 40.026553805065603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10055, "tnode_": 9928, "lpoly_": null, "rpoly_": null, "length": 367.20399905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6922, "r_f_add": 6901, "r_t_add": 6967, "st_code": 79820, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760170, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31731, "Shape__Length": 146.13923774735358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042846981194501, 40.025413910777601 ], [ -75.041756869775298, 40.025974053699301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10198, "tnode_": 10055, "lpoly_": null, "rpoly_": null, "length": 483.35943551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 79820, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760171, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31732, "Shape__Length": 192.36729072127454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044278426029805, 40.0246726009524 ], [ -75.042899070536905, 40.0253877251481 ], [ -75.042846981194501, 40.025413910777601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10288, "tnode_": 10198, "lpoly_": null, "rpoly_": null, "length": 309.81420041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6736, "l_t_add": 6798, "r_f_add": 6755, "r_t_add": 6799, "st_code": 79820, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31733, "Shape__Length": 123.30099764352238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0451927495522, 40.024193850291603 ], [ -75.044278426029805, 40.0246726009524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10381, "tnode_": 10288, "lpoly_": null, "rpoly_": null, "length": 304.81889815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6734, "r_f_add": 6701, "r_t_add": 6753, "st_code": 79820, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760173, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31734, "Shape__Length": 121.30765258978121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046098426770797, 40.023729781616602 ], [ -75.0451927495522, 40.024193850291603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10576, "tnode_": 10381, "lpoly_": null, "rpoly_": null, "length": 617.36203463999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 79820, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760174, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31735, "Shape__Length": 245.69124192560255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047926564923102, 40.0227828316727 ], [ -75.046098426770797, 40.023729781616602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10722, "tnode_": 10576, "lpoly_": null, "rpoly_": null, "length": 554.45757797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 79820, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760175, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31736, "Shape__Length": 220.6539561698302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049568845808096, 40.021932868326701 ], [ -75.047926564923102, 40.0227828316727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10878, "tnode_": 10722, "lpoly_": null, "rpoly_": null, "length": 592.31483514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 79820, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31737, "Shape__Length": 235.71748726666925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051322187540194, 40.021023675274101 ], [ -75.049568845808096, 40.021932868326701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11034, "tnode_": 10878, "lpoly_": null, "rpoly_": null, "length": 659.21592298000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 79820, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760177, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31738, "Shape__Length": 262.33705964301896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053274456954398, 40.020012837301003 ], [ -75.051322187540194, 40.021023675274101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11365, "tnode_": 11199, "lpoly_": null, "rpoly_": null, "length": 656.06918409000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 79820, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31739, "Shape__Length": 261.07339879512381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057209943116902, 40.018023309267299 ], [ -75.055261917123602, 40.019023437241103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11428, "tnode_": 11365, "lpoly_": null, "rpoly_": null, "length": 281.88920222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6028, "l_t_add": 6098, "r_f_add": 6017, "r_t_add": 6099, "st_code": 79820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760179, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31740, "Shape__Length": 112.16772956276513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058053589363894, 40.017601358242999 ], [ -75.057209943116902, 40.018023309267299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11498, "tnode_": 11428, "lpoly_": null, "rpoly_": null, "length": 277.67079244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6026, "r_f_add": 6001, "r_t_add": 6015, "st_code": 79820, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760180, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 31741, "Shape__Length": 110.49737019812422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058872465389598, 40.017171713257099 ], [ -75.058053589363894, 40.017601358242999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8189, "tnode_": 8269, "lpoly_": null, "rpoly_": null, "length": 210.86758102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4709, "r_f_add": 4700, "r_t_add": 4716, "st_code": 27880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 31742, "Shape__Length": 84.101634199744979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026288189316801, 40.034715676450404 ], [ -75.026250652670598, 40.034645818519202 ], [ -75.025971145438206, 40.034190710403799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8269, "tnode_": 8421, "lpoly_": null, "rpoly_": null, "length": 347.86979151000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4711, "l_t_add": 4755, "r_f_add": 4718, "r_t_add": 4754, "st_code": 27880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 31743, "Shape__Length": 138.7094201266882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025971145438206, 40.034190710403799 ], [ -75.025739569016494, 40.033818804861198 ], [ -75.025369542476497, 40.033356695714403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8450, "tnode_": 8421, "lpoly_": null, "rpoly_": null, "length": 118.50943251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7850, "l_t_add": 7898, "r_f_add": 7851, "r_t_add": 7899, "st_code": 30840, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31744, "Shape__Length": 47.176328379584525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025711844894403, 40.033165386898702 ], [ -75.025369542476497, 40.033356695714403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8501, "tnode_": 8450, "lpoly_": null, "rpoly_": null, "length": 197.12275086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7848, "r_f_add": 7801, "r_t_add": 7849, "st_code": 30840, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31745, "Shape__Length": 78.469146636927675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026283092252001, 40.032849170999697 ], [ -75.025711844894403, 40.033165386898702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8542, "tnode_": 8403, "lpoly_": null, "rpoly_": null, "length": 387.31929485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 78020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760185, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31746, "Shape__Length": 154.35854944249186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024723170455403, 40.032617097417301 ], [ -75.024528297403194, 40.0327185760218 ], [ -75.023897936873894, 40.033455909235897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8421, "tnode_": 8542, "lpoly_": null, "rpoly_": null, "length": 324.5762144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4757, "l_t_add": 4799, "r_f_add": 4756, "r_t_add": 4798, "st_code": 27880, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 31747, "Shape__Length": 129.38199633491931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025369542476497, 40.033356695714403 ], [ -75.024723170455403, 40.032617097417301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8559, "tnode_": 8501, "lpoly_": null, "rpoly_": null, "length": 199.21443734000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7760, "l_t_add": 7798, "r_f_add": 7759, "r_t_add": 7799, "st_code": 30840, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31748, "Shape__Length": 79.294263510649316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0268703392003, 40.032540487934803 ], [ -75.026283092252001, 40.032849170999697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8615, "tnode_": 8559, "lpoly_": null, "rpoly_": null, "length": 181.27446608000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7720, "l_t_add": 7758, "r_f_add": 7721, "r_t_add": 7757, "st_code": 30840, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31749, "Shape__Length": 72.162709125384822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027391465632903, 40.032245274947101 ], [ -75.0268703392003, 40.032540487934803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8674, "tnode_": 8615, "lpoly_": null, "rpoly_": null, "length": 206.95031459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7718, "r_f_add": 7701, "r_t_add": 7719, "st_code": 30840, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31750, "Shape__Length": 82.386468939963478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027982201398501, 40.031903909460603 ], [ -75.027391465632903, 40.032245274947101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8727, "tnode_": 8674, "lpoly_": null, "rpoly_": null, "length": 205.70431076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 30840, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31751, "Shape__Length": 81.878122697809815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028586075982702, 40.031582383693198 ], [ -75.027982201398501, 40.031903909460603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8782, "tnode_": 8727, "lpoly_": null, "rpoly_": null, "length": 182.74284065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 30840, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31752, "Shape__Length": 72.744159769277871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029114321378202, 40.031287833809898 ], [ -75.028586075982702, 40.031582383693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8846, "tnode_": 8782, "lpoly_": null, "rpoly_": null, "length": 205.60094157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7517, "st_code": 30840, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31753, "Shape__Length": 81.843015155814598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029708438135302, 40.030956228081799 ], [ -75.029114321378202, 40.031287833809898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8921, "tnode_": 8846, "lpoly_": null, "rpoly_": null, "length": 190.83873215999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7450, "l_t_add": 7498, "r_f_add": 7451, "r_t_add": 7499, "st_code": 30840, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760193, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31754, "Shape__Length": 75.983293311091714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030235482882901, 40.030624118587902 ], [ -75.029708438135302, 40.030956228081799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8963, "tnode_": 8921, "lpoly_": null, "rpoly_": null, "length": 160.40221658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7414, "l_t_add": 7448, "r_f_add": 7415, "r_t_add": 7449, "st_code": 30840, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31755, "Shape__Length": 63.862838994628866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030681008988594, 40.030347376463197 ], [ -75.030235482882901, 40.030624118587902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9025, "tnode_": 8963, "lpoly_": null, "rpoly_": null, "length": 180.08085349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7412, "r_f_add": 7401, "r_t_add": 7413, "st_code": 30840, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31756, "Shape__Length": 71.697577928087156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031180959204093, 40.030036461948598 ], [ -75.030681008988594, 40.030347376463197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9301, "tnode_": 9025, "lpoly_": null, "rpoly_": null, "length": 942.27864895999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 30840, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31757, "Shape__Length": 375.04815638081783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033942007059295, 40.028571047150201 ], [ -75.033906603441693, 40.028624591132399 ], [ -75.031180959204093, 40.030036461948598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9478, "tnode_": 9301, "lpoly_": null, "rpoly_": null, "length": 474.47439112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 30840, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31758, "Shape__Length": 188.83710798155226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035351171194307, 40.027847902974301 ], [ -75.033942007059295, 40.028571047150201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9629, "tnode_": 9478, "lpoly_": null, "rpoly_": null, "length": 370.9961782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7136, "l_t_add": 7198, "r_f_add": 7143, "r_t_add": 7199, "st_code": 30840, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31759, "Shape__Length": 147.6549771068191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036449178445594, 40.027278093017003 ], [ -75.035351171194307, 40.027847902974301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9772, "tnode_": 9629, "lpoly_": null, "rpoly_": null, "length": 385.26610967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7134, "r_f_add": 7101, "r_t_add": 7141, "st_code": 30840, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760199, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31760, "Shape__Length": 153.3315630928048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037591349224897, 40.026688896457301 ], [ -75.0375140292482, 40.026733613152402 ], [ -75.036912752400099, 40.027034618367097 ], [ -75.036449178445594, 40.027278093017003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10003, "tnode_": 9772, "lpoly_": null, "rpoly_": null, "length": 736.0910406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 30840, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31761, "Shape__Length": 292.95388348953622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039771467043593, 40.025560181814598 ], [ -75.037591349224897, 40.026688896457301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10138, "tnode_": 10003, "lpoly_": null, "rpoly_": null, "length": 406.16743519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6950, "l_t_add": 6998, "r_f_add": 6941, "r_t_add": 6999, "st_code": 30840, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31762, "Shape__Length": 161.64576457243044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040975903038103, 40.0249390672967 ], [ -75.039771467043593, 40.025560181814598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10240, "tnode_": 10138, "lpoly_": null, "rpoly_": null, "length": 365.65905697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6948, "r_f_add": 6901, "r_t_add": 6939, "st_code": 30840, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760202, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31763, "Shape__Length": 145.52267591033663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042060724193604, 40.024380491313998 ], [ -75.040975903038103, 40.0249390672967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10375, "tnode_": 10240, "lpoly_": null, "rpoly_": null, "length": 455.71788145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 30840, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760203, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31764, "Shape__Length": 181.36362788134747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043410545291707, 40.023681858046402 ], [ -75.042060724193604, 40.024380491313998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10737, "tnode_": 10570, "lpoly_": null, "rpoly_": null, "length": 615.23914414000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 30840, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760204, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31765, "Shape__Length": 244.84287531146234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047057925906103, 40.021792857768098 ], [ -75.045236163669102, 40.022736623394998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10883, "tnode_": 10737, "lpoly_": null, "rpoly_": null, "length": 553.99830031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 30840, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760205, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31766, "Shape__Length": 220.46745639270367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048699533796096, 40.020944411351103 ], [ -75.047057925906103, 40.021792857768098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11022, "tnode_": 10883, "lpoly_": null, "rpoly_": null, "length": 592.18263487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 30840, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760206, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31767, "Shape__Length": 235.66148717086253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0504524142885, 40.020035370586299 ], [ -75.048699533796096, 40.020944411351103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11183, "tnode_": 11022, "lpoly_": null, "rpoly_": null, "length": 661.27955104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 30840, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760207, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31768, "Shape__Length": 263.1536251244039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052411912417099, 40.019022677568302 ], [ -75.0504524142885, 40.020035370586299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11516, "tnode_": 11361, "lpoly_": null, "rpoly_": null, "length": 659.19139690999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 30840, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 31769, "Shape__Length": 262.30821154217409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056333300394698, 40.017010375999 ], [ -75.054504135128099, 40.017941910709197 ], [ -75.054370958153299, 40.018009394894598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11434, "tnode_": 11295, "lpoly_": null, "rpoly_": null, "length": 657.5350794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 41580, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760210, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31770, "Shape__Length": 261.6562866428041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056770003327003, 40.017515211187202 ], [ -75.054918296149694, 40.018468610453702 ], [ -75.054819689915504, 40.0185199290489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11107, "tnode_": 10949, "lpoly_": null, "rpoly_": null, "length": 656.26395924000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 41580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760212, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31771, "Shape__Length": 261.16713497632912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052841851503203, 40.019527724139799 ], [ -75.050907489482597, 40.020544405252402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10949, "tnode_": 10796, "lpoly_": null, "rpoly_": null, "length": 595.99818255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 41580, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760213, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31772, "Shape__Length": 237.18118444071183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050907489482597, 40.020544405252402 ], [ -75.049142619426902, 40.021458525140901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9373, "tnode_": 9209, "lpoly_": null, "rpoly_": null, "length": 486.93887763000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 41580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760214, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31773, "Shape__Length": 193.80143507951948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035800821942104, 40.028360046734598 ], [ -75.034357455420704, 40.029105434024302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9492, "tnode_": 9373, "lpoly_": null, "rpoly_": null, "length": 371.75417296000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7142, "l_t_add": 7198, "r_f_add": 7137, "r_t_add": 7199, "st_code": 41580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760215, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31774, "Shape__Length": 147.95797522152841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036900796482797, 40.0277887488757 ], [ -75.035800821942104, 40.028360046734598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9662, "tnode_": 9492, "lpoly_": null, "rpoly_": null, "length": 384.91078348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7140, "r_f_add": 7101, "r_t_add": 7135, "st_code": 41580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760216, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31775, "Shape__Length": 153.1926079480979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0380402158235, 40.027197831122699 ], [ -75.036900796482797, 40.0277887488757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9896, "tnode_": 9662, "lpoly_": null, "rpoly_": null, "length": 735.95939770999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 41580, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760217, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31776, "Shape__Length": 292.90262440439562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040221412936901, 40.026070978599797 ], [ -75.0380402158235, 40.027197831122699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10029, "tnode_": 9896, "lpoly_": null, "rpoly_": null, "length": 390.06277139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 41580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760218, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31777, "Shape__Length": 155.23748551371486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041378024050502, 40.0254753753253 ], [ -75.041327218879005, 40.025510364111597 ], [ -75.040221412936901, 40.026070978599797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10143, "tnode_": 10029, "lpoly_": null, "rpoly_": null, "length": 367.59541606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6929, "st_code": 41580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760219, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31778, "Shape__Length": 146.29676940990527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042465411909106, 40.024910200785598 ], [ -75.041378024050502, 40.0254753753253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10278, "tnode_": 10143, "lpoly_": null, "rpoly_": null, "length": 468.68558265999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 41580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760220, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31779, "Shape__Length": 186.52528036539371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043854439556299, 40.024192585959099 ], [ -75.042465411909106, 40.024910200785598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10376, "tnode_": 10278, "lpoly_": null, "rpoly_": null, "length": 311.20425393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6750, "l_t_add": 6798, "r_f_add": 6751, "r_t_add": 6799, "st_code": 41580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760221, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31780, "Shape__Length": 123.84572806455999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044783274990095, 40.0237236605711 ], [ -75.043854439556299, 40.024192585959099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10478, "tnode_": 10376, "lpoly_": null, "rpoly_": null, "length": 305.83274131999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6748, "r_f_add": 6701, "r_t_add": 6749, "st_code": 41580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760222, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31781, "Shape__Length": 121.71076723953655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045691066156095, 40.0232577518737 ], [ -75.044843348902305, 40.023684728523897 ], [ -75.044783274990095, 40.0237236605711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10654, "tnode_": 10478, "lpoly_": null, "rpoly_": null, "length": 616.1253649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 41580, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760223, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31782, "Shape__Length": 245.20042983769889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047510926739093, 40.022308654866897 ], [ -75.045743219276602, 40.023220423227798 ], [ -75.045691066156095, 40.0232577518737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10796, "tnode_": 10654, "lpoly_": null, "rpoly_": null, "length": 552.08813195000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 41580, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760224, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 31783, "Shape__Length": 219.71200722106741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049142619426902, 40.021458525140901 ], [ -75.047586861599996, 40.022263723405999 ], [ -75.047510926739093, 40.022308654866897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11275, "tnode_": 11096, "lpoly_": null, "rpoly_": null, "length": 661.75872381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 78020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31784, "Shape__Length": 263.34153362307649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0519668949443, 40.018508277957203 ], [ -75.050004917665902, 40.019520475117702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10106, "tnode_": 9867, "lpoly_": null, "rpoly_": null, "length": 737.67365294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 78020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760227, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31785, "Shape__Length": 293.58063021584536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039329614542396, 40.025043936255599 ], [ -75.037143613088602, 40.026173691816602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10232, "tnode_": 10106, "lpoly_": null, "rpoly_": null, "length": 418.6178747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6933, "r_t_add": 6999, "st_code": 78020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760228, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31786, "Shape__Length": 166.59888281590767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040571779655394, 40.024404721601101 ], [ -75.039329614542396, 40.025043936255599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10342, "tnode_": 10232, "lpoly_": null, "rpoly_": null, "length": 364.96915516000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6931, "st_code": 78020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760229, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31787, "Shape__Length": 145.24891634874334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041651882795307, 40.023844155071501 ], [ -75.040571779655394, 40.024404721601101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10424, "tnode_": 10342, "lpoly_": null, "rpoly_": null, "length": 303.52193255000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6808, "l_t_add": 6898, "r_f_add": 6815, "r_t_add": 6899, "st_code": 78020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760230, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31788, "Shape__Length": 120.79469413141857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042548481014606, 40.023376094646601 ], [ -75.041651882795307, 40.023844155071501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10487, "tnode_": 10424, "lpoly_": null, "rpoly_": null, "length": 139.18212758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6806, "r_f_add": 6801, "r_t_add": 6813, "st_code": 78020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760231, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31789, "Shape__Length": 55.388776360247554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042962640313306, 40.023164921869899 ], [ -75.042548481014606, 40.023376094646601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10522, "tnode_": 10487, "lpoly_": null, "rpoly_": null, "length": 108.85469394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6744, "l_t_add": 6798, "r_f_add": 6745, "r_t_add": 6799, "st_code": 78020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760232, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31790, "Shape__Length": 43.321097460434537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043284482118295, 40.0229973856055 ], [ -75.042962640313306, 40.023164921869899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10575, "tnode_": 10522, "lpoly_": null, "rpoly_": null, "length": 201.45434118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6728, "l_t_add": 6742, "r_f_add": 6715, "r_t_add": 6743, "st_code": 78020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760233, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31791, "Shape__Length": 80.170992528231594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043882666559497, 40.0226902611033 ], [ -75.043284482118295, 40.0229973856055 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10659, "tnode_": 10575, "lpoly_": null, "rpoly_": null, "length": 304.31119914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6726, "r_f_add": 6701, "r_t_add": 6713, "st_code": 78020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760234, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31792, "Shape__Length": 121.10513485687225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044783798004104, 40.022223503574203 ], [ -75.043882666559497, 40.0226902611033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10819, "tnode_": 10659, "lpoly_": null, "rpoly_": null, "length": 617.33423084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 78020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760235, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31793, "Shape__Length": 245.67362743953339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0466133058911, 40.021278407560096 ], [ -75.046172307566806, 40.021503396741501 ], [ -75.045912134624004, 40.021638572990497 ], [ -75.045448924503603, 40.021880011331 ], [ -75.045267562067096, 40.021971812322001 ], [ -75.045125171453094, 40.022042696786301 ], [ -75.044783798004104, 40.022223503574203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10955, "tnode_": 10819, "lpoly_": null, "rpoly_": null, "length": 550.72684275000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 78020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760236, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31794, "Shape__Length": 219.16589961774949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048242422867006, 40.020431948894 ], [ -75.046683945563601, 40.021237676183297 ], [ -75.0466133058911, 40.021278407560096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11096, "tnode_": 10955, "lpoly_": null, "rpoly_": null, "length": 594.91421599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 78020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760237, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31795, "Shape__Length": 236.74561794817686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050004917665902, 40.019520475117702 ], [ -75.048242422867006, 40.020431948894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9615, "tnode_": 9418, "lpoly_": null, "rpoly_": null, "length": 465.09400082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 78020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760238, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31796, "Shape__Length": 185.10211163288346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034909068783904, 40.027331968405797 ], [ -75.033527432016598, 40.028040421341402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9756, "tnode_": 9615, "lpoly_": null, "rpoly_": null, "length": 369.80831107999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7138, "l_t_add": 7198, "r_f_add": 7137, "r_t_add": 7199, "st_code": 78020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760239, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31797, "Shape__Length": 147.18135871412574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036003192842301, 40.026763573954703 ], [ -75.034909068783904, 40.027331968405797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9867, "tnode_": 9756, "lpoly_": null, "rpoly_": null, "length": 384.93645162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7136, "r_f_add": 7101, "r_t_add": 7135, "st_code": 78020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760240, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 31798, "Shape__Length": 153.19982924571269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037143613088602, 40.026173691816602 ], [ -75.036003192842301, 40.026763573954703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9940, "tnode_": 9587, "lpoly_": null, "rpoly_": null, "length": 993.74607681999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 74440, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760241, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31799, "Shape__Length": 395.59125199229715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031635809971803, 40.025685947130199 ], [ -75.028821384153503, 40.0273473678388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10076, "tnode_": 9940, "lpoly_": null, "rpoly_": null, "length": 457.41681679000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 74440, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760242, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31800, "Shape__Length": 182.00876016503139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033037205861802, 40.025040999372997 ], [ -75.031635809971803, 40.025685947130199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10164, "tnode_": 10076, "lpoly_": null, "rpoly_": null, "length": 293.25913927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7138, "l_t_add": 7198, "r_f_add": 7143, "r_t_add": 7199, "st_code": 74440, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760243, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31801, "Shape__Length": 116.69112943554794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0339322719758, 40.024623187548798 ], [ -75.033037205861802, 40.025040999372997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10219, "tnode_": 10164, "lpoly_": null, "rpoly_": null, "length": 179.85595836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7124, "l_t_add": 7136, "r_f_add": 7127, "r_t_add": 7141, "st_code": 74440, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760244, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31802, "Shape__Length": 71.567662431639903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034479487510296, 40.024364770383002 ], [ -75.0339322719758, 40.024623187548798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10286, "tnode_": 10219, "lpoly_": null, "rpoly_": null, "length": 282.83313641000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7122, "r_f_add": 7101, "r_t_add": 7125, "st_code": 74440, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760245, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 31803, "Shape__Length": 112.5330315803381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035353782902007, 40.023976160845699 ], [ -75.034479487510296, 40.024364770383002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9852, "tnode_": 9740, "lpoly_": null, "rpoly_": null, "length": 367.66423107999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7134, "l_t_add": 7198, "r_f_add": 7165, "r_t_add": 7199, "st_code": 47620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 31804, "Shape__Length": 146.32432969858777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035550785060295, 40.026250259072697 ], [ -75.034459472103904, 40.026811308933098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9975, "tnode_": 9852, "lpoly_": null, "rpoly_": null, "length": 384.82612118999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7132, "r_f_add": 7101, "r_t_add": 7163, "st_code": 47620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760247, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 31805, "Shape__Length": 153.15531444356347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036690115027397, 40.025659684477901 ], [ -75.035550785060295, 40.026250259072697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8095, "tnode_": 7979, "lpoly_": null, "rpoly_": null, "length": 367.99290653000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 53800, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760248, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31806, "Shape__Length": 146.48963207499176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0265823138581, 40.035196455374702 ], [ -75.025510877330404, 40.035781420347199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8013, "tnode_": 7906, "lpoly_": null, "rpoly_": null, "length": 351.82409848000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 28660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31807, "Shape__Length": 140.05507993866254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026888733309406, 40.035704519677402 ], [ -75.025865569780507, 40.036265083141203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8070, "tnode_": 8013, "lpoly_": null, "rpoly_": null, "length": 191.1382669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7850, "l_t_add": 7898, "r_f_add": 7851, "r_t_add": 7899, "st_code": 28660, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31808, "Shape__Length": 76.086517582532522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027447144738204, 40.0354027499029 ], [ -75.026888733309406, 40.035704519677402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8132, "tnode_": 8070, "lpoly_": null, "rpoly_": null, "length": 195.07328499000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7848, "r_f_add": 7801, "r_t_add": 7849, "st_code": 28660, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31809, "Shape__Length": 77.656212960534972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028011983774107, 40.035089301706797 ], [ -75.027447144738204, 40.0354027499029 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8210, "tnode_": 8132, "lpoly_": null, "rpoly_": null, "length": 254.10211186000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7762, "l_t_add": 7798, "r_f_add": 7759, "r_t_add": 7799, "st_code": 28660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31810, "Shape__Length": 101.14407360233527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028761957386195, 40.034696588051098 ], [ -75.028011983774107, 40.035089301706797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8228, "tnode_": 8210, "lpoly_": null, "rpoly_": null, "length": 94.03104188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7760, "l_t_add": 7760, "r_f_add": 7753, "r_t_add": 7757, "st_code": 28660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31811, "Shape__Length": 37.431123862783849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029035766489898, 40.0345471530757 ], [ -75.028761957386195, 40.034696588051098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8256, "tnode_": 8228, "lpoly_": null, "rpoly_": null, "length": 85.72455089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7748, "l_t_add": 7758, "r_f_add": 7747, "r_t_add": 7751, "st_code": 28660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31812, "Shape__Length": 34.126039446035634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029283191266899, 40.034408571895597 ], [ -75.029035766489898, 40.0345471530757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8310, "tnode_": 8256, "lpoly_": null, "rpoly_": null, "length": 206.06582648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7746, "r_f_add": 7701, "r_t_add": 7745, "st_code": 28660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31813, "Shape__Length": 82.028321583839713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029883590136805, 40.034081479112999 ], [ -75.029283191266899, 40.034408571895597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8373, "tnode_": 8310, "lpoly_": null, "rpoly_": null, "length": 206.60162433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 28660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31814, "Shape__Length": 82.252428759041166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030469701800399, 40.033736993455598 ], [ -75.029883590136805, 40.034081479112999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7906, "tnode_": 7775, "lpoly_": null, "rpoly_": null, "length": 447.92145531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 28660, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31815, "Shape__Length": 178.29993458618907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025865569780507, 40.036265083141203 ], [ -75.025014722390097, 40.0367259300222 ], [ -75.024547070000494, 40.0369610465157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8429, "tnode_": 8373, "lpoly_": null, "rpoly_": null, "length": 182.94951161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 28660, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31816, "Shape__Length": 72.831207146327998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030995075897806, 40.033438451677803 ], [ -75.030469701800399, 40.033736993455598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8478, "tnode_": 8429, "lpoly_": null, "rpoly_": null, "length": 206.69447491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7517, "st_code": 28660, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31817, "Shape__Length": 82.2855628161184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031585801692501, 40.033098235394299 ], [ -75.030995075897806, 40.033438451677803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8536, "tnode_": 8478, "lpoly_": null, "rpoly_": null, "length": 182.41988876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7434, "l_t_add": 7498, "r_f_add": 7433, "r_t_add": 7499, "st_code": 28660, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31818, "Shape__Length": 72.60810794134774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032125772468106, 40.032818097604903 ], [ -75.031585801692501, 40.033098235394299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8585, "tnode_": 8536, "lpoly_": null, "rpoly_": null, "length": 162.25973292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7420, "l_t_add": 7432, "r_f_add": 7419, "r_t_add": 7431, "st_code": 28660, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31819, "Shape__Length": 64.592254606277208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032593993812696, 40.0325556927693 ], [ -75.032125772468106, 40.032818097604903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8639, "tnode_": 8585, "lpoly_": null, "rpoly_": null, "length": 183.24807955999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7418, "r_f_add": 7401, "r_t_add": 7417, "st_code": 28660, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31820, "Shape__Length": 72.942766238529657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033128678379498, 40.032265669669599 ], [ -75.032593993812696, 40.0325556927693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8749, "tnode_": 8699, "lpoly_": null, "rpoly_": null, "length": 181.63414043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7340, "l_t_add": 7372, "r_f_add": 7339, "r_t_add": 7371, "st_code": 28660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31821, "Shape__Length": 72.301494665409635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034282700392197, 40.031627722363403 ], [ -75.033755297386193, 40.031917967877497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8803, "tnode_": 8749, "lpoly_": null, "rpoly_": null, "length": 211.30198295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7324, "l_t_add": 7338, "r_f_add": 7325, "r_t_add": 7337, "st_code": 28660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31822, "Shape__Length": 84.10953032610665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034897910298795, 40.031291863087397 ], [ -75.034282700392197, 40.031627722363403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8899, "tnode_": 8803, "lpoly_": null, "rpoly_": null, "length": 288.81530027999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7322, "r_f_add": 7301, "r_t_add": 7323, "st_code": 28660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31823, "Shape__Length": 114.96288676668921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035739400512398, 40.030833452433697 ], [ -75.034897910298795, 40.031291863087397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9089, "tnode_": 8931, "lpoly_": null, "rpoly_": null, "length": 515.24994331000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 53800, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760266, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31824, "Shape__Length": 205.07516869620079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037153759726095, 40.029897858986601 ], [ -75.035628138806103, 40.030688524848898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9185, "tnode_": 9089, "lpoly_": null, "rpoly_": null, "length": 369.12847773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7139, "r_t_add": 7199, "st_code": 53800, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760267, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31825, "Shape__Length": 146.91427900805212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038248631848205, 40.029333932277098 ], [ -75.038201939905804, 40.029361965269104 ], [ -75.037778881295793, 40.029572405498897 ], [ -75.037153759726095, 40.029897858986601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9302, "tnode_": 9185, "lpoly_": null, "rpoly_": null, "length": 385.20034603000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7137, "st_code": 53800, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760268, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31826, "Shape__Length": 153.31074411480122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039389741850698, 40.028743491292502 ], [ -75.038248631848205, 40.029333932277098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9568, "tnode_": 9302, "lpoly_": null, "rpoly_": null, "length": 717.46768591999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 53800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760269, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31827, "Shape__Length": 285.55059122860342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041514957948806, 40.027643551959898 ], [ -75.039389741850698, 40.028743491292502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9717, "tnode_": 9568, "lpoly_": null, "rpoly_": null, "length": 366.29763387999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6942, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 53800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31828, "Shape__Length": 145.7840107336385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042599789863203, 40.027081794988398 ], [ -75.041514957948806, 40.027643551959898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9833, "tnode_": 9717, "lpoly_": null, "rpoly_": null, "length": 366.36823474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6940, "r_f_add": 6901, "r_t_add": 6929, "st_code": 53800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760271, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31829, "Shape__Length": 145.808337332501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043688339249002, 40.026523965078702 ], [ -75.042599789863203, 40.027081794988398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10001, "tnode_": 9833, "lpoly_": null, "rpoly_": null, "length": 513.08005642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 53800, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760272, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31830, "Shape__Length": 204.1997945552595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045206404424306, 40.025735446812803 ], [ -75.043688339249002, 40.026523965078702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10186, "tnode_": 10001, "lpoly_": null, "rpoly_": null, "length": 615.32923402000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 53800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31831, "Shape__Length": 244.88852061545057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047029672953101, 40.024793559782502 ], [ -75.046977929310899, 40.024827834188997 ], [ -75.045206404424306, 40.025735446812803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10371, "tnode_": 10186, "lpoly_": null, "rpoly_": null, "length": 614.78398198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 53800, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760274, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31832, "Shape__Length": 244.66944970434855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048849381315904, 40.023850568263498 ], [ -75.047081336878904, 40.024757901266803 ], [ -75.047029672953101, 40.024793559782502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10544, "tnode_": 10371, "lpoly_": null, "rpoly_": null, "length": 554.61210112000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 53800, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-10-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31833, "Shape__Length": 220.71961095217156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050491187395906, 40.022999274645798 ], [ -75.048849381315904, 40.023850568263498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10707, "tnode_": 10544, "lpoly_": null, "rpoly_": null, "length": 595.3408984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 53800, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31834, "Shape__Length": 236.92310280937102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052256725395694, 40.0220891075816 ], [ -75.050491187395906, 40.022999274645798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10884, "tnode_": 10707, "lpoly_": null, "rpoly_": null, "length": 660.69966974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 53800, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760277, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31835, "Shape__Length": 262.93278318186941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054211839054403, 40.021074192451501 ], [ -75.052256725395694, 40.0220891075816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10984, "tnode_": 10884, "lpoly_": null, "rpoly_": null, "length": 420.21268529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6238, "l_t_add": 6298, "r_f_add": 6217, "r_t_add": 6299, "st_code": 53800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760278, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31836, "Shape__Length": 167.22603995175871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055455618543306, 40.020429058696799 ], [ -75.054211839054403, 40.021074192451501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11041, "tnode_": 10984, "lpoly_": null, "rpoly_": null, "length": 239.36050932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6236, "r_f_add": 6201, "r_t_add": 6215, "st_code": 53800, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760279, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31837, "Shape__Length": 95.251826161249809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056167304478393, 40.020065267213297 ], [ -75.055455618543306, 40.020429058696799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11203, "tnode_": 11041, "lpoly_": null, "rpoly_": null, "length": 657.46665181999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 53800, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760280, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 31838, "Shape__Length": 261.63933898170808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058111499149902, 40.019053846324603 ], [ -75.056167304478393, 40.020065267213297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11053, "tnode_": 10967, "lpoly_": null, "rpoly_": null, "length": 375.03418936000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6118, "l_t_add": 6198, "r_f_add": 6127, "r_t_add": 6199, "st_code": 28660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760281, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31839, "Shape__Length": 149.24352660487534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057728940210694, 40.020004580401803 ], [ -75.056615524438897, 40.020576497996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11121, "tnode_": 11053, "lpoly_": null, "rpoly_": null, "length": 284.13831285000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6116, "r_f_add": 6101, "r_t_add": 6125, "st_code": 28660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760282, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31840, "Shape__Length": 113.0718642308919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058571311611104, 40.019569918393501 ], [ -75.057728940210694, 40.020004580401803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11191, "tnode_": 11121, "lpoly_": null, "rpoly_": null, "length": 281.1473802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6032, "l_t_add": 6098, "r_f_add": 6033, "r_t_add": 6099, "st_code": 28660, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760283, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31841, "Shape__Length": 111.88255389829155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059402573294093, 40.019137279687001 ], [ -75.058571311611104, 40.019569918393501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11273, "tnode_": 11191, "lpoly_": null, "rpoly_": null, "length": 280.70155423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6030, "r_f_add": 6001, "r_t_add": 6031, "st_code": 28660, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760284, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31842, "Shape__Length": 111.7011492320861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060237001086307, 40.018710470659798 ], [ -75.059402573294093, 40.019137279687001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11381, "tnode_": 11273, "lpoly_": null, "rpoly_": null, "length": 460.19279831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 28660, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760285, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31843, "Shape__Length": 183.13051163054317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061598245925495, 40.018003020133001 ], [ -75.060237001086307, 40.018710470659798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11475, "tnode_": 11381, "lpoly_": null, "rpoly_": null, "length": 400.83877694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 28660, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760286, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31844, "Shape__Length": 159.51104220863286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062781711854896, 40.0173843202477 ], [ -75.061598245925495, 40.018003020133001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10857, "tnode_": 10793, "lpoly_": null, "rpoly_": null, "length": 206.81766964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6248, "l_t_add": 6298, "r_f_add": 6249, "r_t_add": 6299, "st_code": 28660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760288, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31845, "Shape__Length": 82.306914329255562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055270153961899, 40.021270506257103 ], [ -75.054660489640696, 40.021590851932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10916, "tnode_": 10857, "lpoly_": null, "rpoly_": null, "length": 213.21182608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6238, "l_t_add": 6246, "r_f_add": 6239, "r_t_add": 6247, "st_code": 28660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760289, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31846, "Shape__Length": 84.847141077938687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0559042026333, 40.020946574855103 ], [ -75.055270153961899, 40.021270506257103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10967, "tnode_": 10916, "lpoly_": null, "rpoly_": null, "length": 240.5500217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6236, "r_f_add": 6201, "r_t_add": 6237, "st_code": 28660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760290, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31847, "Shape__Length": 95.7287645063236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056615524438897, 40.020576497996998 ], [ -75.0559042026333, 40.020946574855103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10440, "tnode_": 10270, "lpoly_": null, "rpoly_": null, "length": 554.43046325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 28660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760291, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31848, "Shape__Length": 220.64797846560913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050950166394102, 40.023510912499198 ], [ -75.0493075143292, 40.024360361985302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10618, "tnode_": 10440, "lpoly_": null, "rpoly_": null, "length": 592.76846568000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 28660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760292, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31849, "Shape__Length": 235.90321489224976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052705258724203, 40.022601441675498 ], [ -75.050950166394102, 40.023510912499198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10793, "tnode_": 10618, "lpoly_": null, "rpoly_": null, "length": 659.8430624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 28660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760293, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31850, "Shape__Length": 262.59194566614821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054660489640696, 40.021590851932402 ], [ -75.052705258724203, 40.022601441675498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10093, "tnode_": 9884, "lpoly_": null, "rpoly_": null, "length": 615.51832378999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 28660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760294, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31851, "Shape__Length": 244.96286521332556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047483528917994, 40.025308806218497 ], [ -75.045655706509606, 40.026247109906599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10270, "tnode_": 10093, "lpoly_": null, "rpoly_": null, "length": 616.7683684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 28660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760295, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31852, "Shape__Length": 245.46237238090927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0493075143292, 40.024360361985302 ], [ -75.049237371742393, 40.024401726622102 ], [ -75.047544435565797, 40.0252736515422 ], [ -75.047483528917994, 40.025308806218497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9884, "tnode_": 9731, "lpoly_": null, "rpoly_": null, "length": 528.77212816000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 28660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31853, "Shape__Length": 210.44517826900864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045655706509606, 40.026247109906599 ], [ -75.044089158288799, 40.027057415484698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9586, "tnode_": 9440, "lpoly_": null, "rpoly_": null, "length": 353.21251135999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6932, "l_t_add": 6998, "r_f_add": 6933, "r_t_add": 6999, "st_code": 28660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760297, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31854, "Shape__Length": 140.57780251714976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043005088275393, 40.027619415928903 ], [ -75.042938698481706, 40.0276596318053 ], [ -75.041959773901297, 40.028161647631102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9731, "tnode_": 9586, "lpoly_": null, "rpoly_": null, "length": 366.17035821000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6930, "r_f_add": 6901, "r_t_add": 6931, "st_code": 28660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31855, "Shape__Length": 145.73358471184719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044089158288799, 40.027057415484698 ], [ -75.043005088275393, 40.027619415928903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9440, "tnode_": 9207, "lpoly_": null, "rpoly_": null, "length": 713.6145541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 28660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760299, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31856, "Shape__Length": 284.01795813135959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041959773901297, 40.028161647631102 ], [ -75.0398442570268, 40.029253738231198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8984, "tnode_": 8832, "lpoly_": null, "rpoly_": null, "length": 521.5687018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 28660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31857, "Shape__Length": 207.59048751067718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037603665684699, 40.0304171355642 ], [ -75.036057663005806, 40.031215601159801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9093, "tnode_": 8984, "lpoly_": null, "rpoly_": null, "length": 370.92327878000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7130, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 28660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31858, "Shape__Length": 147.63071854645503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038702621333996, 40.0298487181254 ], [ -75.037603665684699, 40.0304171355642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9207, "tnode_": 9093, "lpoly_": null, "rpoly_": null, "length": 386.2458801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7128, "r_f_add": 7101, "r_t_add": 7127, "st_code": 28660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 31859, "Shape__Length": 153.72990949264502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0398442570268, 40.029253738231198 ], [ -75.038702621333996, 40.0298487181254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7795, "tnode_": 7672, "lpoly_": null, "rpoly_": null, "length": 564.28143498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 45760, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31860, "Shape__Length": 224.51064927385545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0261551073216, 40.036889057289997 ], [ -75.026106577413302, 40.036930554245203 ], [ -75.024351323195901, 40.037570418246098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7890, "tnode_": 7795, "lpoly_": null, "rpoly_": null, "length": 371.0296925, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 45760, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760304, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31861, "Shape__Length": 147.6143663915592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027350061569905, 40.036449242199303 ], [ -75.026244049581095, 40.036851349814803 ], [ -75.0261551073216, 40.036889057289997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7958, "tnode_": 7890, "lpoly_": null, "rpoly_": null, "length": 379.77375551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 45760, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760305, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31862, "Shape__Length": 151.08912572918177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0285771006304, 40.036005092434102 ], [ -75.027350061569905, 40.036449242199303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8052, "tnode_": 7958, "lpoly_": null, "rpoly_": null, "length": 342.28330541000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7724, "l_t_add": 7798, "r_f_add": 7761, "r_t_add": 7799, "st_code": 45760, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760306, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31863, "Shape__Length": 136.17334353230873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029682677837798, 40.035604259228698 ], [ -75.0285771006304, 40.036005092434102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8121, "tnode_": 8052, "lpoly_": null, "rpoly_": null, "length": 344.93236552000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7722, "r_f_add": 7701, "r_t_add": 7759, "st_code": 45760, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760307, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31864, "Shape__Length": 137.22667776524608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030796491068998, 40.035199812735399 ], [ -75.029682677837798, 40.035604259228698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8167, "tnode_": 8096, "lpoly_": null, "rpoly_": null, "length": 229.86348091000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 45760, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760308, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31865, "Shape__Length": 91.495318401136359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031586678174307, 40.035013841113901 ], [ -75.030906744813393, 40.0353673998179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8212, "tnode_": 8167, "lpoly_": null, "rpoly_": null, "length": 182.50180891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7519, "r_t_add": 7599, "st_code": 45760, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760309, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31866, "Shape__Length": 72.640967884797604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032129358163104, 40.034736390065802 ], [ -75.031586678174307, 40.035013841113901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8266, "tnode_": 8212, "lpoly_": null, "rpoly_": null, "length": 207.22466786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7517, "st_code": 45760, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760310, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31867, "Shape__Length": 82.484172101757494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0327412272608, 40.034416413770998 ], [ -75.032129358163104, 40.034736390065802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8319, "tnode_": 8266, "lpoly_": null, "rpoly_": null, "length": 184.54623004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7434, "l_t_add": 7498, "r_f_add": 7433, "r_t_add": 7499, "st_code": 45760, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760311, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31868, "Shape__Length": 73.454319869422918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033289626259602, 40.034135444398999 ], [ -75.0327412272608, 40.034416413770998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8360, "tnode_": 8319, "lpoly_": null, "rpoly_": null, "length": 158.13362064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7416, "l_t_add": 7432, "r_f_add": 7417, "r_t_add": 7431, "st_code": 45760, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760312, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31869, "Shape__Length": 62.940633413989332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033760248725002, 40.033895512436096 ], [ -75.033289626259602, 40.034135444398999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8409, "tnode_": 8360, "lpoly_": null, "rpoly_": null, "length": 183.80404821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 45760, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760313, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31870, "Shape__Length": 73.161388709509296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034302273403497, 40.033610928521703 ], [ -75.033760248725002, 40.033895512436096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8461, "tnode_": 8409, "lpoly_": null, "rpoly_": null, "length": 216.64966965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7372, "l_t_add": 7398, "r_f_add": 7373, "r_t_add": 7399, "st_code": 45760, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760314, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31871, "Shape__Length": 86.232135221609482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034944911518195, 40.033279757487897 ], [ -75.034302273403497, 40.033610928521703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8515, "tnode_": 8461, "lpoly_": null, "rpoly_": null, "length": 183.71446721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7344, "l_t_add": 7370, "r_f_add": 7343, "r_t_add": 7371, "st_code": 45760, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760315, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31872, "Shape__Length": 73.122108168594764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035490730230904, 40.032999939757097 ], [ -75.034944911518195, 40.033279757487897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8575, "tnode_": 8515, "lpoly_": null, "rpoly_": null, "length": 208.6896437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7324, "l_t_add": 7342, "r_f_add": 7323, "r_t_add": 7341, "st_code": 45760, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760316, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31873, "Shape__Length": 83.063184857718682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036109637948599, 40.032680806414902 ], [ -75.035490730230904, 40.032999939757097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8654, "tnode_": 8575, "lpoly_": null, "rpoly_": null, "length": 270.86086927999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7322, "r_f_add": 7301, "r_t_add": 7321, "st_code": 45760, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760317, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31874, "Shape__Length": 107.81166824206838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036908094074803, 40.032261120036303 ], [ -75.036109637948599, 40.032680806414902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8793, "tnode_": 8654, "lpoly_": null, "rpoly_": null, "length": 539.05649988000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 45760, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760318, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31875, "Shape__Length": 214.55246914632755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038508181014606, 40.031438432478701 ], [ -75.036908094074803, 40.032261120036303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9027, "tnode_": 8793, "lpoly_": null, "rpoly_": null, "length": 753.98078051999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 45760, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760319, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31876, "Shape__Length": 300.09235288087785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040744566904294, 40.030285863895301 ], [ -75.038508181014606, 40.031438432478701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9218, "tnode_": 9027, "lpoly_": null, "rpoly_": null, "length": 713.75256088000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 45760, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760320, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31877, "Shape__Length": 284.0767219484112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042861170948797, 40.029194301884203 ], [ -75.040744566904294, 40.030285863895301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9336, "tnode_": 9218, "lpoly_": null, "rpoly_": null, "length": 322.71031482000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 45760, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31878, "Shape__Length": 128.43907160039754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043817427944504, 40.028700429284903 ], [ -75.042968243602203, 40.029130584163099 ], [ -75.042861170948797, 40.029194301884203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9690, "tnode_": 9464, "lpoly_": null, "rpoly_": null, "length": 558.79177430999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 45760, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760322, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31879, "Shape__Length": 222.39720642996181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046557468730001, 40.027274930610702 ], [ -75.044903492502698, 40.0281329895491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9885, "tnode_": 9690, "lpoly_": null, "rpoly_": null, "length": 615.80821391000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 45760, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760323, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31880, "Shape__Length": 245.08385030075868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048383413921101, 40.026333480199803 ], [ -75.048326533561394, 40.026368350712701 ], [ -75.048093452515602, 40.026482157834302 ], [ -75.047619108679498, 40.026724536504403 ], [ -75.046557468730001, 40.027274930610702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10086, "tnode_": 9885, "lpoly_": null, "rpoly_": null, "length": 615.1827743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 45760, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760324, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31881, "Shape__Length": 244.8336383436347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050204751977304, 40.025389397696699 ], [ -75.048383413921101, 40.026333480199803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10628, "tnode_": 10427, "lpoly_": null, "rpoly_": null, "length": 660.42937427000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 45760, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760325, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31882, "Shape__Length": 262.82792666240613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055565882066404, 40.022615563458203 ], [ -75.0536071018347, 40.023625009751001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10691, "tnode_": 10628, "lpoly_": null, "rpoly_": null, "length": 202.91124958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6248, "l_t_add": 6298, "r_f_add": 6249, "r_t_add": 6299, "st_code": 45760, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760326, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31883, "Shape__Length": 80.753375195496446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056164213882496, 40.022301464298998 ], [ -75.055565882066404, 40.022615563458203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10752, "tnode_": 10691, "lpoly_": null, "rpoly_": null, "length": 214.51732644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6238, "l_t_add": 6246, "r_f_add": 6239, "r_t_add": 6247, "st_code": 45760, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31884, "Shape__Length": 85.371185721893212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056797728145597, 40.021970485347502 ], [ -75.056164213882496, 40.022301464298998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10913, "tnode_": 10810, "lpoly_": null, "rpoly_": null, "length": 373.0524309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6122, "l_t_add": 6198, "r_f_add": 6117, "r_t_add": 6199, "st_code": 45760, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760328, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31885, "Shape__Length": 148.45906005725624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0586203190432, 40.021034908200797 ], [ -75.057515395056598, 40.021606812987997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10977, "tnode_": 10913, "lpoly_": null, "rpoly_": null, "length": 284.86031175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6115, "st_code": 45760, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760329, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31886, "Shape__Length": 113.3629042186779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059462089617199, 40.0205960031278 ], [ -75.0586203190432, 40.021034908200797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10810, "tnode_": 10752, "lpoly_": null, "rpoly_": null, "length": 240.72956724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6236, "r_f_add": 6201, "r_t_add": 6237, "st_code": 45760, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760330, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31887, "Shape__Length": 95.797411893106485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057515395056598, 40.021606812987997 ], [ -75.056797728145597, 40.021970485347502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11044, "tnode_": 10977, "lpoly_": null, "rpoly_": null, "length": 281.87506915, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6020, "l_t_add": 6098, "r_f_add": 6021, "r_t_add": 6099, "st_code": 45760, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760331, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31888, "Shape__Length": 112.17043234982384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060300164283106, 40.020167572126702 ], [ -75.059462089617199, 40.0205960031278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11108, "tnode_": 11044, "lpoly_": null, "rpoly_": null, "length": 281.43246058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6019, "st_code": 45760, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760332, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31889, "Shape__Length": 111.99717098288615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061132020222303, 40.019734204173602 ], [ -75.060300164283106, 40.020167572126702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11230, "tnode_": 11108, "lpoly_": null, "rpoly_": null, "length": 461.66847728000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 45760, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760333, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31890, "Shape__Length": 183.72067717316651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062497418105394, 40.019024220672101 ], [ -75.061132020222303, 40.019734204173602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11337, "tnode_": 11230, "lpoly_": null, "rpoly_": null, "length": 396.8121049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 45760, "l_hundred": 5800, "r_hundred": 5700, "seg_id": 760334, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 31891, "Shape__Length": 157.90930833400921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063671235964193, 40.018414778115499 ], [ -75.063547831664295, 40.018488370788702 ], [ -75.062497418105394, 40.019024220672101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11404, "tnode_": 11337, "lpoly_": null, "rpoly_": null, "length": 336.99934646000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5734, "l_t_add": 5798, "r_f_add": 5745, "r_t_add": 5799, "st_code": 40440, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 760335, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 31892, "Shape__Length": 134.17331982322628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064551571190407, 40.0178137404423 ], [ -75.063812034689605, 40.018208694409999 ], [ -75.063671235964193, 40.018414778115499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8146, "tnode_": 8089, "lpoly_": null, "rpoly_": null, "length": 184.91197599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7426, "l_t_add": 7498, "r_f_add": 7427, "r_t_add": 7499, "st_code": 25260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760338, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31893, "Shape__Length": 73.602528336379137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034187135110798, 40.035163073045197 ], [ -75.033639718325503, 40.035446980430002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8191, "tnode_": 8146, "lpoly_": null, "rpoly_": null, "length": 159.7163568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7416, "l_t_add": 7424, "r_f_add": 7417, "r_t_add": 7425, "st_code": 25260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760339, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31894, "Shape__Length": 63.571808136126712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034662130891903, 40.034920341128903 ], [ -75.034187135110798, 40.035163073045197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8241, "tnode_": 8191, "lpoly_": null, "rpoly_": null, "length": 183.13436978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 25260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760340, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31895, "Shape__Length": 72.895395021198112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035202922399293, 40.034637621338199 ], [ -75.034662130891903, 40.034920341128903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8341, "tnode_": 8241, "lpoly_": null, "rpoly_": null, "length": 399.13864818000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7344, "l_t_add": 7398, "r_f_add": 7345, "r_t_add": 7399, "st_code": 25260, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760341, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31896, "Shape__Length": 158.86978143922531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036386511329894, 40.0340270693927 ], [ -75.035202922399293, 40.034637621338199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8397, "tnode_": 8341, "lpoly_": null, "rpoly_": null, "length": 194.75310291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7324, "l_t_add": 7342, "r_f_add": 7325, "r_t_add": 7343, "st_code": 25260, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760342, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31897, "Shape__Length": 77.517976376132026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036963182666597, 40.033728203644998 ], [ -75.036386511329894, 40.0340270693927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8468, "tnode_": 8397, "lpoly_": null, "rpoly_": null, "length": 267.92464096999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7322, "r_f_add": 7301, "r_t_add": 7323, "st_code": 25260, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760343, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31898, "Shape__Length": 106.64191926656467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037756675296094, 40.033317234197902 ], [ -75.036963182666597, 40.033728203644998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8633, "tnode_": 8468, "lpoly_": null, "rpoly_": null, "length": 554.02879749, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 25260, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760344, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31899, "Shape__Length": 220.51758772668032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039397750039299, 40.032467710761502 ], [ -75.037756675296094, 40.033317234197902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8836, "tnode_": 8633, "lpoly_": null, "rpoly_": null, "length": 756.19562921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 25260, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760345, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31900, "Shape__Length": 300.980471527475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041637937085397, 40.031308549937599 ], [ -75.039397750039299, 40.032467710761502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9139, "tnode_": 9041, "lpoly_": null, "rpoly_": null, "length": 290.95281266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 25260, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760346, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31901, "Shape__Length": 115.80073243509906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044623364812793, 40.029769400545199 ], [ -75.043760251109504, 40.030214016856 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9234, "tnode_": 9139, "lpoly_": null, "rpoly_": null, "length": 367.60319005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6929, "st_code": 25260, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760347, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31902, "Shape__Length": 146.30773344603168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045712708382695, 40.029206345316901 ], [ -75.045317463417604, 40.029409142882798 ], [ -75.044623364812793, 40.029769400545199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9438, "tnode_": 9234, "lpoly_": null, "rpoly_": null, "length": 588.69353342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 25260, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760348, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31903, "Shape__Length": 234.30081258362952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047456256575003, 40.0283038025648 ], [ -75.046650595182896, 40.028724405570003 ], [ -75.045764373369394, 40.029175616074902 ], [ -75.045712708382695, 40.029206345316901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9683, "tnode_": 9438, "lpoly_": null, "rpoly_": null, "length": 614.69901768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 25260, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760349, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31904, "Shape__Length": 244.64809924439024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049276272166694, 40.027360748315999 ], [ -75.047511836715302, 40.028270671501303 ], [ -75.047456256575003, 40.0283038025648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9879, "tnode_": 9683, "lpoly_": null, "rpoly_": null, "length": 617.23251455999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 25260, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760350, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31905, "Shape__Length": 245.65089003434505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051106748943994, 40.026416998575598 ], [ -75.049276272166694, 40.027360748315999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10067, "tnode_": 9879, "lpoly_": null, "rpoly_": null, "length": 553.88710196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 25260, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760351, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31906, "Shape__Length": 220.43924165427737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052746683003505, 40.025567059792799 ], [ -75.051106748943994, 40.026416998575598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10242, "tnode_": 10067, "lpoly_": null, "rpoly_": null, "length": 591.98836178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 25260, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31907, "Shape__Length": 235.6008147386934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0544982311621, 40.024657319142797 ], [ -75.052746683003505, 40.025567059792799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10458, "tnode_": 10242, "lpoly_": null, "rpoly_": null, "length": 661.84343506999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 25260, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760353, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31908, "Shape__Length": 263.397439091823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056457426548207, 40.023641356984498 ], [ -75.0544982311621, 40.024657319142797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10637, "tnode_": 10458, "lpoly_": null, "rpoly_": null, "length": 661.07958192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 25260, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760354, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31909, "Shape__Length": 263.08722988975876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058417474711902, 40.0226301591766 ], [ -75.056457426548207, 40.023641356984498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10817, "tnode_": 10637, "lpoly_": null, "rpoly_": null, "length": 658.46781034000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 25260, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760355, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31910, "Shape__Length": 262.04455248551665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0603689206973, 40.021622006665801 ], [ -75.058417474711902, 40.0226301591766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10893, "tnode_": 10817, "lpoly_": null, "rpoly_": null, "length": 280.03330043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6042, "l_t_add": 6098, "r_f_add": 6043, "r_t_add": 6099, "st_code": 25260, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760356, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31911, "Shape__Length": 111.44142067308499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061198486212902, 40.0211928740815 ], [ -75.0603689206973, 40.021622006665801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10953, "tnode_": 10893, "lpoly_": null, "rpoly_": null, "length": 280.7175959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6040, "r_f_add": 6001, "r_t_add": 6041, "st_code": 25260, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760357, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31912, "Shape__Length": 111.71400248846298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062028748254605, 40.020761182266497 ], [ -75.061198486212902, 40.0211928740815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11063, "tnode_": 10953, "lpoly_": null, "rpoly_": null, "length": 468.12785566999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 25260, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760358, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31913, "Shape__Length": 186.28788399191154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063421572533102, 40.020050955552001 ], [ -75.063284999459796, 40.020115248377003 ], [ -75.062028748254605, 40.020761182266497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11156, "tnode_": 11063, "lpoly_": null, "rpoly_": null, "length": 392.15181948999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 25260, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31914, "Shape__Length": 156.05968004985209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064578159204402, 40.019444563088101 ], [ -75.063641617181702, 40.019926012605403 ], [ -75.063421572533102, 40.020050955552001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11307, "tnode_": 11156, "lpoly_": null, "rpoly_": null, "length": 517.97622611999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 25260, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 760360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31915, "Shape__Length": 206.12147256815254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0661179767269, 40.018657386522499 ], [ -75.066028928108196, 40.018696458481898 ], [ -75.064578159204402, 40.019444563088101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7955, "tnode_": 7953, "lpoly_": null, "rpoly_": null, "length": 134.56406733999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 25260, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760361, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31916, "Shape__Length": 53.49841810411484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031857461889899, 40.036110727496201 ], [ -75.031379139187806, 40.036146383774003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7973, "tnode_": 7955, "lpoly_": null, "rpoly_": null, "length": 179.50551695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7532, "l_t_add": 7598, "r_f_add": 7533, "r_t_add": 7599, "st_code": 25260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760362, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31917, "Shape__Length": 71.370232344573964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032490196220294, 40.036043579924502 ], [ -75.032401561700595, 40.036067925064899 ], [ -75.031857461889899, 40.036110727496201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8028, "tnode_": 7973, "lpoly_": null, "rpoly_": null, "length": 181.37885636000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7522, "l_t_add": 7530, "r_f_add": 7523, "r_t_add": 7531, "st_code": 25260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760363, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31918, "Shape__Length": 72.197447389253739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033026284482105, 40.035764225040602 ], [ -75.032540339514398, 40.036014515253399 ], [ -75.032490196220294, 40.036043579924502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8089, "tnode_": 8028, "lpoly_": null, "rpoly_": null, "length": 207.02780259000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 25260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760364, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31919, "Shape__Length": 82.405499875734918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033639718325503, 40.035446980430002 ], [ -75.033026284482105, 40.035764225040602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7729, "tnode_": 7618, "lpoly_": null, "rpoly_": null, "length": 403.34670956999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 25260, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760365, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31920, "Shape__Length": 160.46464610031003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027927968496698, 40.037400466838697 ], [ -75.027853548420197, 40.037418040608799 ], [ -75.027627457210599, 40.037510523891598 ], [ -75.027243768496405, 40.037650345397303 ], [ -75.026713322676898, 40.037833183255799 ], [ -75.026617464830295, 40.037856562541897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7805, "tnode_": 7729, "lpoly_": null, "rpoly_": null, "length": 381.67077824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 25260, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760366, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31921, "Shape__Length": 151.84881916832231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029157550958104, 40.036948264063199 ], [ -75.027927968496698, 40.037400466838697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7885, "tnode_": 7805, "lpoly_": null, "rpoly_": null, "length": 340.05487434000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7752, "l_t_add": 7798, "r_f_add": 7757, "r_t_add": 7799, "st_code": 25260, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760367, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31922, "Shape__Length": 135.288770724122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030255816818894, 40.036549830693502 ], [ -75.029157550958104, 40.036948264063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7953, "tnode_": 7885, "lpoly_": null, "rpoly_": null, "length": 349.74752944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7750, "r_f_add": 7701, "r_t_add": 7755, "st_code": 25260, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760368, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31923, "Shape__Length": 139.14803940524411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031379139187806, 40.036146383774003 ], [ -75.031307170470498, 40.036154384580101 ], [ -75.030991881503994, 40.036287644029898 ], [ -75.030771492600707, 40.036368824014403 ], [ -75.030695387290507, 40.036376840040901 ], [ -75.030319537813497, 40.0365125906335 ], [ -75.030255816818894, 40.036549830693502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7618, "tnode_": 7565, "lpoly_": null, "rpoly_": null, "length": 268.04611115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 25260, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 760369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 31924, "Shape__Length": 106.64162729795447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026617464830295, 40.037856562541897 ], [ -75.025750648575197, 40.038168829040202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7493, "tnode_": 7430, "lpoly_": null, "rpoly_": null, "length": 182.52959359000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7916, "l_t_add": 7998, "r_f_add": 7917, "r_t_add": 7999, "st_code": 81020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31925, "Shape__Length": 72.618691903023361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027625819994299, 40.038543008204201 ], [ -75.027034250110802, 40.038753514698797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7557, "tnode_": 7493, "lpoly_": null, "rpoly_": null, "length": 255.8023311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 81020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760371, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31926, "Shape__Length": 101.76869464801962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028455785155998, 40.038252483571299 ], [ -75.028389047791805, 40.038263908934702 ], [ -75.027625819994299, 40.038543008204201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7616, "tnode_": 7557, "lpoly_": null, "rpoly_": null, "length": 268.07313034000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7826, "l_t_add": 7898, "r_f_add": 7827, "r_t_add": 7899, "st_code": 81020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760372, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31927, "Shape__Length": 106.65252274178088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029322671405296, 40.037940155342298 ], [ -75.028455785155998, 40.038252483571299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7647, "tnode_": 7616, "lpoly_": null, "rpoly_": null, "length": 112.02376947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7820, "l_t_add": 7824, "r_f_add": 7821, "r_t_add": 7825, "st_code": 81020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760373, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31928, "Shape__Length": 44.571794414774516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029680587985595, 40.037802744102898 ], [ -75.029322671405296, 40.037940155342298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7680, "tnode_": 7647, "lpoly_": null, "rpoly_": null, "length": 156.80712537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7816, "l_t_add": 7818, "r_f_add": 7817, "r_t_add": 7819, "st_code": 81020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760374, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31929, "Shape__Length": 62.383102165197712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030190219373097, 40.037624302489597 ], [ -75.029680587985595, 40.037802744102898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7736, "tnode_": 7680, "lpoly_": null, "rpoly_": null, "length": 183.2546989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7738, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7815, "st_code": 81020, "l_hundred": 7700, "r_hundred": 7800, "seg_id": 760375, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31930, "Shape__Length": 72.908893983893563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030780443396793, 40.037406944472501 ], [ -75.030190219373097, 40.037624302489597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7749, "tnode_": 7736, "lpoly_": null, "rpoly_": null, "length": 80.33774128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7730, "l_t_add": 7736, "r_f_add": 7731, "r_t_add": 7799, "st_code": 81020, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760376, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31931, "Shape__Length": 31.961220763637918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031041100873097, 40.0373147787055 ], [ -75.030780443396793, 40.037406944472501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7803, "tnode_": 7749, "lpoly_": null, "rpoly_": null, "length": 267.47539670999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7728, "r_f_add": 7701, "r_t_add": 7729, "st_code": 81020, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760377, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31932, "Shape__Length": 106.41335708423281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031905905041498, 40.037002921978797 ], [ -75.031041100873097, 40.0373147787055 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7751, "tnode_": 7697, "lpoly_": null, "rpoly_": null, "length": 205.86130796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 81020, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760378, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31933, "Shape__Length": 81.944778902015955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032905290176302, 40.037314157945303 ], [ -75.032297137461299, 40.037631708764103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7801, "tnode_": 7751, "lpoly_": null, "rpoly_": null, "length": 161.7777122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7532, "l_t_add": 7598, "r_f_add": 7533, "r_t_add": 7599, "st_code": 81020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760379, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31934, "Shape__Length": 64.394655190257623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033385977045299, 40.037067768457703 ], [ -75.032905290176302, 40.037314157945303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7851, "tnode_": 7801, "lpoly_": null, "rpoly_": null, "length": 182.51788632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7514, "l_t_add": 7530, "r_f_add": 7515, "r_t_add": 7531, "st_code": 81020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760380, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31935, "Shape__Length": 72.650245005997945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033927785021405, 40.036789214046102 ], [ -75.033385977045299, 40.037067768457703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7911, "tnode_": 7851, "lpoly_": null, "rpoly_": null, "length": 206.37558853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7513, "st_code": 81020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760381, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31936, "Shape__Length": 82.14653285029388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034540113511198, 40.036473905384199 ], [ -75.033927785021405, 40.036789214046102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7956, "tnode_": 7911, "lpoly_": null, "rpoly_": null, "length": 183.24663327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7426, "l_t_add": 7498, "r_f_add": 7427, "r_t_add": 7499, "st_code": 81020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760382, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31937, "Shape__Length": 72.940774584935198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035082582805998, 40.036192525763703 ], [ -75.034540113511198, 40.036473905384199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8007, "tnode_": 7956, "lpoly_": null, "rpoly_": null, "length": 160.61035926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7416, "l_t_add": 7424, "r_f_add": 7417, "r_t_add": 7425, "st_code": 81020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760383, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31938, "Shape__Length": 63.929422857457055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035559138951299, 40.035947161625202 ], [ -75.035082582805998, 40.036192525763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8059, "tnode_": 8007, "lpoly_": null, "rpoly_": null, "length": 183.47085504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 81020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760384, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31939, "Shape__Length": 73.02892935410344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0361029950638, 40.035666267890001 ], [ -75.035559138951299, 40.035947161625202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8127, "tnode_": 8059, "lpoly_": null, "rpoly_": null, "length": 215.7707675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7370, "l_t_add": 7398, "r_f_add": 7371, "r_t_add": 7399, "st_code": 81020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760385, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31940, "Shape__Length": 85.886000007447052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036741543827205, 40.035334725047399 ], [ -75.0361029950638, 40.035666267890001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8182, "tnode_": 8127, "lpoly_": null, "rpoly_": null, "length": 182.9146783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7348, "l_t_add": 7368, "r_f_add": 7349, "r_t_add": 7369, "st_code": 81020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760386, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31941, "Shape__Length": 72.807190316563748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037283339499993, 40.035054217886803 ], [ -75.036741543827205, 40.035334725047399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8229, "tnode_": 8182, "lpoly_": null, "rpoly_": null, "length": 182.14192721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7324, "l_t_add": 7346, "r_f_add": 7325, "r_t_add": 7347, "st_code": 81020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760387, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31942, "Shape__Length": 72.497743736354337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037824982715406, 40.034777352133403 ], [ -75.037283339499993, 40.035054217886803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8292, "tnode_": 8229, "lpoly_": null, "rpoly_": null, "length": 268.2734996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7322, "r_f_add": 7301, "r_t_add": 7323, "st_code": 81020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760388, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31943, "Shape__Length": 106.78317996835125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038618479399204, 40.0343646619813 ], [ -75.037824982715406, 40.034777352133403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8448, "tnode_": 8292, "lpoly_": null, "rpoly_": null, "length": 567.92978167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 81020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760389, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31944, "Shape__Length": 226.05427508922671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040300347296096, 40.033493357565 ], [ -75.038618479399204, 40.0343646619813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8664, "tnode_": 8448, "lpoly_": null, "rpoly_": null, "length": 755.32420976000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 81020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760390, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31945, "Shape__Length": 300.63661523196816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042540113388995, 40.032337964965699 ], [ -75.040300347296096, 40.033493357565 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8862, "tnode_": 8664, "lpoly_": null, "rpoly_": null, "length": 715.14750997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 81020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760391, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31946, "Shape__Length": 284.64305565460756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044657403130401, 40.031240252751402 ], [ -75.042540113388995, 40.032337964965699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8954, "tnode_": 8862, "lpoly_": null, "rpoly_": null, "length": 290.82946654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 81020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760392, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31947, "Shape__Length": 115.75405718012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045519196952398, 40.030794899255199 ], [ -75.045455030126902, 40.030831708032899 ], [ -75.044769286776997, 40.031185233661702 ], [ -75.044657403130401, 40.031240252751402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9050, "tnode_": 8954, "lpoly_": null, "rpoly_": null, "length": 338.12920392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6929, "st_code": 81020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31948, "Shape__Length": 134.57786796814582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046522737235307, 40.030278966896802 ], [ -75.046465288106006, 40.030312971700901 ], [ -75.045519196952398, 40.030794899255199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9149, "tnode_": 9050, "lpoly_": null, "rpoly_": null, "length": 311.05536918999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6827, "r_t_add": 6899, "st_code": 81020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760394, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31949, "Shape__Length": 123.80332609747677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047443318081207, 40.029801153482403 ], [ -75.046522737235307, 40.030278966896802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9219, "tnode_": 9149, "lpoly_": null, "rpoly_": null, "length": 307.42092813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6826, "r_f_add": 6801, "r_t_add": 6825, "st_code": 81020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760395, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31950, "Shape__Length": 122.35304047511876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048357088039097, 40.029333453734097 ], [ -75.047443318081207, 40.029801153482403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9675, "tnode_": 9431, "lpoly_": null, "rpoly_": null, "length": 615.03407718999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 81020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760396, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31951, "Shape__Length": 244.78101812450879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052003780336904, 40.027442524253402 ], [ -75.050181701156305, 40.028385093000999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9780, "tnode_": 9675, "lpoly_": null, "rpoly_": null, "length": 300.54598801000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6526, "l_t_add": 6598, "r_f_add": 6527, "r_t_add": 6599, "st_code": 81020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760397, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31952, "Shape__Length": 119.61421395841705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052894998089499, 40.026982883933698 ], [ -75.052003780336904, 40.027442524253402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9858, "tnode_": 9780, "lpoly_": null, "rpoly_": null, "length": 252.22926500999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6524, "r_f_add": 6501, "r_t_add": 6525, "st_code": 81020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760398, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31953, "Shape__Length": 100.38351307952178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053643645542195, 40.026597950925598 ], [ -75.052894998089499, 40.026982883933698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9922, "tnode_": 9858, "lpoly_": null, "rpoly_": null, "length": 204.51830652000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 81020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760399, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31954, "Shape__Length": 81.397199795591007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054247443501694, 40.026282144672798 ], [ -75.053643645542195, 40.026597950925598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9984, "tnode_": 9922, "lpoly_": null, "rpoly_": null, "length": 185.75425178999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6424, "l_t_add": 6438, "r_f_add": 6433, "r_t_add": 6439, "st_code": 81020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760400, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31955, "Shape__Length": 73.927061478599754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054798334309297, 40.0259981494901 ], [ -75.054247443501694, 40.026282144672798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10058, "tnode_": 9984, "lpoly_": null, "rpoly_": null, "length": 204.08069904000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 81020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760401, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31956, "Shape__Length": 81.222868851547403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055400078461503, 40.025682165775201 ], [ -75.054798334309297, 40.0259981494901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10123, "tnode_": 10058, "lpoly_": null, "rpoly_": null, "length": 221.28277138000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6330, "l_t_add": 6398, "r_f_add": 6329, "r_t_add": 6399, "st_code": 81020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760402, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31957, "Shape__Length": 88.064733675796631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056058063764695, 40.025345848055998 ], [ -75.055400078461503, 40.025682165775201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10190, "tnode_": 10123, "lpoly_": null, "rpoly_": null, "length": 215.90779308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6314, "l_t_add": 6328, "r_f_add": 6313, "r_t_add": 6327, "st_code": 81020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760403, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31958, "Shape__Length": 85.927956982793688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056696307785302, 40.0250133977476 ], [ -75.056058063764695, 40.025345848055998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10471, "tnode_": 10254, "lpoly_": null, "rpoly_": null, "length": 660.01548516000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 81020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760404, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31959, "Shape__Length": 262.66975056247622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0593117425976, 40.0236575629905 ], [ -75.059027109025706, 40.0238095873597 ], [ -75.057357601342304, 40.0246702574605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10651, "tnode_": 10471, "lpoly_": null, "rpoly_": null, "length": 659.43483924999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 81020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760405, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31960, "Shape__Length": 262.4322118906324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612676477663, 40.022649722821399 ], [ -75.060824317661201, 40.022879040436102 ], [ -75.0593117425976, 40.0236575629905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10719, "tnode_": 10651, "lpoly_": null, "rpoly_": null, "length": 280.23809703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6014, "l_t_add": 6098, "r_f_add": 6017, "r_t_add": 6099, "st_code": 81020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760406, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31961, "Shape__Length": 111.52641305069029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062095350561407, 40.022217453922202 ], [ -75.0612676477663, 40.022649722821399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10795, "tnode_": 10719, "lpoly_": null, "rpoly_": null, "length": 280.89365111000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6012, "r_f_add": 6001, "r_t_add": 6015, "st_code": 81020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760407, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31962, "Shape__Length": 111.78499825684746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062927173900604, 40.021786662428703 ], [ -75.062095350561407, 40.022217453922202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10840, "tnode_": 10795, "lpoly_": null, "rpoly_": null, "length": 89.09040943000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5920, "l_t_add": 5998, "r_f_add": 5919, "r_t_add": 5999, "st_code": 81020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760408, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31963, "Shape__Length": 35.455019215195492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063190218727598, 40.021649141366197 ], [ -75.062927173900604, 40.021786662428703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10921, "tnode_": 10840, "lpoly_": null, "rpoly_": null, "length": 372.92491062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5918, "r_f_add": 5901, "r_t_add": 5917, "st_code": 81020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760409, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31964, "Shape__Length": 148.40500853136797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064299413274895, 40.021082775747203 ], [ -75.063190218727598, 40.021649141366197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11009, "tnode_": 10921, "lpoly_": null, "rpoly_": null, "length": 398.32283343999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 81020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760410, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31965, "Shape__Length": 158.51218562362277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065482131096601, 40.020475520060103 ], [ -75.064299413274895, 40.021082775747203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11267, "tnode_": 11118, "lpoly_": null, "rpoly_": null, "length": 545.81214381999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 81020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760411, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31966, "Shape__Length": 217.20462422190673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0687720900969, 40.018987882683803 ], [ -75.067156382575803, 40.019825615066097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10801, "tnode_": 10872, "lpoly_": null, "rpoly_": null, "length": 192.6456254, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4101, "l_t_add": 4113, "r_f_add": 4100, "r_t_add": 4114, "st_code": 22600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31967, "Shape__Length": 76.735436358480712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069090163991305, 40.0219136661158 ], [ -75.0686255484665, 40.021523706607901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10929, "tnode_": 10990, "lpoly_": null, "rpoly_": null, "length": 183.43432137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4141, "l_t_add": 4199, "r_f_add": 4140, "r_t_add": 4198, "st_code": 22600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31968, "Shape__Length": 73.106559630714926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068276470921305, 40.0211186874714 ], [ -75.067909672620701, 40.020701514462601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10990, "tnode_": 11054, "lpoly_": null, "rpoly_": null, "length": 198.00297667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4201, "l_t_add": 4209, "r_f_add": 4200, "r_t_add": 4208, "st_code": 22600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31969, "Shape__Length": 78.91723397035409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067909672620701, 40.020701514462601 ], [ -75.067523897856304, 40.020246029596699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11054, "tnode_": 11118, "lpoly_": null, "rpoly_": null, "length": 184.52645711, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4211, "l_t_add": 4227, "r_f_add": 4210, "r_t_add": 4226, "st_code": 22600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31970, "Shape__Length": 73.541600023850421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067523897856304, 40.020246029596699 ], [ -75.067156382575803, 40.019825615066097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11118, "tnode_": 11132, "lpoly_": null, "rpoly_": null, "length": 66.89228847, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4229, "l_t_add": 4299, "r_f_add": 4228, "r_t_add": 4298, "st_code": 22600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31971, "Shape__Length": 26.653470136015255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067156382575803, 40.019825615066097 ], [ -75.067011766406694, 40.019679477413298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11132, "tnode_": 11307, "lpoly_": null, "rpoly_": null, "length": 448.73022527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 22600, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760417, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 31972, "Shape__Length": 178.835508182105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067011766406694, 40.019679477413298 ], [ -75.066952772826298, 40.019601933727401 ], [ -75.0661179767269, 40.018657386522499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11132, "tnode_": 11009, "lpoly_": null, "rpoly_": null, "length": 517.33123245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 81020, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 760418, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 31973, "Shape__Length": 205.87404083529631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067011766406694, 40.019679477413298 ], [ -75.065482131096601, 40.020475520060103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7561, "tnode_": 7458, "lpoly_": null, "rpoly_": null, "length": 277.60314308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 31960, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 760419, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31974, "Shape__Length": 110.50144725843879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033811799324894, 40.038342645678 ], [ -75.032988250077395, 40.038766937877099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7602, "tnode_": 7561, "lpoly_": null, "rpoly_": null, "length": 160.01331772999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7568, "l_t_add": 7598, "r_f_add": 7569, "r_t_add": 7599, "st_code": 31960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760420, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31975, "Shape__Length": 63.695417162215747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034284365850098, 40.038095650335997 ], [ -75.033811799324894, 40.038342645678 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7665, "tnode_": 7602, "lpoly_": null, "rpoly_": null, "length": 182.16546053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7514, "l_t_add": 7566, "r_f_add": 7515, "r_t_add": 7567, "st_code": 31960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760421, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31976, "Shape__Length": 72.510264225814836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034826222574196, 40.037818886744098 ], [ -75.034284365850098, 40.038095650335997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7737, "tnode_": 7665, "lpoly_": null, "rpoly_": null, "length": 205.6916563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7513, "st_code": 31960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760422, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31977, "Shape__Length": 81.876127668611204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035435722560806, 40.037503697361302 ], [ -75.034826222574196, 40.037818886744098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7778, "tnode_": 7737, "lpoly_": null, "rpoly_": null, "length": 184.60952288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7450, "l_t_add": 7498, "r_f_add": 7451, "r_t_add": 7499, "st_code": 31960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760423, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31978, "Shape__Length": 73.485035243027511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035981334658402, 40.037219202461401 ], [ -75.035435722560806, 40.037503697361302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7827, "tnode_": 7778, "lpoly_": null, "rpoly_": null, "length": 160.89954736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7434, "l_t_add": 7448, "r_f_add": 7435, "r_t_add": 7449, "st_code": 31960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760424, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31979, "Shape__Length": 64.044372868801517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036460292574702, 40.0369751689501 ], [ -75.035981334658402, 40.037219202461401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7878, "tnode_": 7827, "lpoly_": null, "rpoly_": null, "length": 182.96012205000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7432, "r_f_add": 7401, "r_t_add": 7433, "st_code": 31960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760425, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31980, "Shape__Length": 72.828778848349685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036999838973401, 40.036691875876798 ], [ -75.036460292574702, 40.0369751689501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8122, "tnode_": 8043, "lpoly_": null, "rpoly_": null, "length": 253.88770922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7322, "r_f_add": 7301, "r_t_add": 7323, "st_code": 31960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760426, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31981, "Shape__Length": 101.05641751585325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039476523706398, 40.0354132896015 ], [ -75.038722550925897, 40.035800402692402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8282, "tnode_": 8122, "lpoly_": null, "rpoly_": null, "length": 580.15600717999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 31960, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760427, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31982, "Shape__Length": 230.922668717498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041196770211101, 40.0345256800287 ], [ -75.039476523706398, 40.0354132896015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8482, "tnode_": 8282, "lpoly_": null, "rpoly_": null, "length": 756.16240104000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 31960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760428, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31983, "Shape__Length": 300.97665885546849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043436499404294, 40.033366082414098 ], [ -75.041196770211101, 40.0345256800287 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8680, "tnode_": 8482, "lpoly_": null, "rpoly_": null, "length": 715.50667055000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 31960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760429, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31984, "Shape__Length": 284.78863345621539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045557188130502, 40.0322704490072 ], [ -75.043436499404294, 40.033366082414098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8758, "tnode_": 8680, "lpoly_": null, "rpoly_": null, "length": 291.77960484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 31960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760430, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31985, "Shape__Length": 116.13366595273838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046422290782104, 40.031824007756001 ], [ -75.045557188130502, 40.0322704490072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8857, "tnode_": 8758, "lpoly_": null, "rpoly_": null, "length": 308.30372225999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6929, "st_code": 31960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760431, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31986, "Shape__Length": 122.71000178885976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047335981560394, 40.031351983058499 ], [ -75.047268802797106, 40.0313905582967 ], [ -75.046422290782104, 40.031824007756001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8957, "tnode_": 8857, "lpoly_": null, "rpoly_": null, "length": 341.77954416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6860, "l_t_add": 6898, "r_f_add": 6861, "r_t_add": 6899, "st_code": 31960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760432, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31987, "Shape__Length": 136.03366055401276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048347932535194, 40.030827458412404 ], [ -75.047335981560394, 40.031351983058499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9042, "tnode_": 8957, "lpoly_": null, "rpoly_": null, "length": 304.78367583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6858, "r_f_add": 6801, "r_t_add": 6859, "st_code": 31960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760433, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31988, "Shape__Length": 121.30810872808064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049249964021897, 40.030359284240298 ], [ -75.048347932535194, 40.030827458412404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9428, "tnode_": 9220, "lpoly_": null, "rpoly_": null, "length": 615.40830187000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 31960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760434, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31989, "Shape__Length": 244.93224717814522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052900993123899, 40.028472005707499 ], [ -75.051075844351402, 40.029412935519503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9494, "tnode_": 9428, "lpoly_": null, "rpoly_": null, "length": 192.08448123999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6536, "l_t_add": 6598, "r_f_add": 6537, "r_t_add": 6599, "st_code": 31960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760435, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31990, "Shape__Length": 76.44884507202913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053470669579596, 40.028178325278802 ], [ -75.052900993123899, 40.028472005707499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9548, "tnode_": 9494, "lpoly_": null, "rpoly_": null, "length": 109.14376002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6528, "l_t_add": 6534, "r_f_add": 6529, "r_t_add": 6535, "st_code": 31960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760436, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31991, "Shape__Length": 43.440901005715418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053791236431806, 40.028007924767003 ], [ -75.053470669579596, 40.028178325278802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9575, "tnode_": 9548, "lpoly_": null, "rpoly_": null, "length": 60.77287893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6520, "l_t_add": 6526, "r_f_add": 6521, "r_t_add": 6527, "st_code": 31960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760437, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31992, "Shape__Length": 24.187609522550538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053970953690595, 40.0279144154864 ], [ -75.053791236431806, 40.028007924767003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9650, "tnode_": 9575, "lpoly_": null, "rpoly_": null, "length": 194.09075512000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6518, "r_f_add": 6501, "r_t_add": 6519, "st_code": 31960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760438, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31993, "Shape__Length": 77.247479794818474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054545506261107, 40.027616445498701 ], [ -75.053970953690595, 40.0279144154864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9738, "tnode_": 9650, "lpoly_": null, "rpoly_": null, "length": 201.30182420999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 31960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760439, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31994, "Shape__Length": 80.11511293843084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055144126979002, 40.027310532561302 ], [ -75.054545506261107, 40.027616445498701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9792, "tnode_": 9738, "lpoly_": null, "rpoly_": null, "length": 186.0516606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6424, "l_t_add": 6438, "r_f_add": 6425, "r_t_add": 6439, "st_code": 31960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760440, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31995, "Shape__Length": 74.04779817688069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055694188676199, 40.027024121251003 ], [ -75.055144126979002, 40.027310532561302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9856, "tnode_": 9792, "lpoly_": null, "rpoly_": null, "length": 203.3587728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 31960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760441, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31996, "Shape__Length": 80.934383209563023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056297086554295, 40.026712971395902 ], [ -75.055694188676199, 40.027024121251003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9924, "tnode_": 9856, "lpoly_": null, "rpoly_": null, "length": 222.87809367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6336, "l_t_add": 6398, "r_f_add": 6335, "r_t_add": 6399, "st_code": 31960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760442, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31997, "Shape__Length": 88.703230695897318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056956734685897, 40.026370681941799 ], [ -75.056297086554295, 40.026712971395902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10263, "tnode_": 10066, "lpoly_": null, "rpoly_": null, "length": 662.60995333000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 31960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760443, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31998, "Shape__Length": 263.70603660159463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060215753095207, 40.024684589070297 ], [ -75.058253572654905, 40.025700945666301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10477, "tnode_": 10263, "lpoly_": null, "rpoly_": null, "length": 657.29083206999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 31960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760444, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 31999, "Shape__Length": 261.58381843017366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062164098965596, 40.023678617830299 ], [ -75.061769811822998, 40.023881091598597 ], [ -75.060215753095207, 40.024684589070297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10571, "tnode_": 10477, "lpoly_": null, "rpoly_": null, "length": 271.69949097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6020, "l_t_add": 6098, "r_f_add": 6017, "r_t_add": 6099, "st_code": 31960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32000, "Shape__Length": 108.1290093414671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062967882828502, 40.023260981467402 ], [ -75.062164098965596, 40.023678617830299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10630, "tnode_": 10571, "lpoly_": null, "rpoly_": null, "length": 289.06751494999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6015, "st_code": 31960, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760446, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32001, "Shape__Length": 115.03881559748389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063825052521196, 40.022818943897299 ], [ -75.062967882828502, 40.023260981467402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10762, "tnode_": 10630, "lpoly_": null, "rpoly_": null, "length": 461.52491389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 31960, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760447, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32002, "Shape__Length": 183.66928311211333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065193637722899, 40.022113233511597 ], [ -75.063825052521196, 40.022818943897299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10868, "tnode_": 10762, "lpoly_": null, "rpoly_": null, "length": 401.83199928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 31960, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760448, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32003, "Shape__Length": 159.91458622451788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066381972409403, 40.021495114150802 ], [ -75.065193637722899, 40.022113233511597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10990, "tnode_": 10868, "lpoly_": null, "rpoly_": null, "length": 516.37842474000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 31960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 760449, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32004, "Shape__Length": 205.49732235571204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067909672620701, 40.020701514462601 ], [ -75.066381972409403, 40.021495114150802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11114, "tnode_": 10990, "lpoly_": null, "rpoly_": null, "length": 551.28818563999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 31960, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32005, "Shape__Length": 219.38343892450598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069545961569105, 40.019860358282401 ], [ -75.067909672620701, 40.020701514462601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7586, "tnode_": 7516, "lpoly_": null, "rpoly_": null, "length": 269.27730996000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7722, "r_f_add": 7701, "r_t_add": 7725, "st_code": 31960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760451, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 32006, "Shape__Length": 107.1401057707818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0326196771111, 40.0381630769105 ], [ -75.031759158788105, 40.038493117643903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7251, "tnode_": 7493, "lpoly_": null, "rpoly_": null, "length": 491.91869232000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FROST", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 35260, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760452, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FROST ST", "stname": "FROST ST", "objectid": 32007, "Shape__Length": 196.20612985078864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028372253430803, 40.03976539976 ], [ -75.0280780497922, 40.0392718474546 ], [ -75.027625819994299, 40.038543008204201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7181, "tnode_": 7045, "lpoly_": null, "rpoly_": null, "length": 531.2674240099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 22420, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760453, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32008, "Shape__Length": 211.37159807902822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029565374265999, 40.040067256713698 ], [ -75.027847946325807, 40.040687253097701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7029, "tnode_": 7181, "lpoly_": null, "rpoly_": null, "length": 273.28876264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 27880, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32009, "Shape__Length": 109.00444809749776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029982509164896, 40.040745137104302 ], [ -75.029679231076599, 40.040251181581198 ], [ -75.029604980843104, 40.040118918760598 ], [ -75.029565374265999, 40.040067256713698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7181, "tnode_": 7306, "lpoly_": null, "rpoly_": null, "length": 238.07410932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 27880, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32010, "Shape__Length": 94.959041392927062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029565374265999, 40.040067256713698 ], [ -75.029204645646303, 40.039475445073101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7306, "tnode_": 7557, "lpoly_": null, "rpoly_": null, "length": 492.38203417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 27880, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32011, "Shape__Length": 196.38949736887932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029204645646303, 40.039475445073101 ], [ -75.028455785155998, 40.038252483571299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7557, "tnode_": 7729, "lpoly_": null, "rpoly_": null, "length": 343.7658491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 27880, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32012, "Shape__Length": 137.10909057469831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028455785155998, 40.038252483571299 ], [ -75.027927968496698, 40.037400466838697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7729, "tnode_": 7890, "lpoly_": null, "rpoly_": null, "length": 382.43678694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4500, "st_code": 27880, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32013, "Shape__Length": 152.5342412638299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027927968496698, 40.037400466838697 ], [ -75.027350061569905, 40.036449242199303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7029, "tnode_": 6882, "lpoly_": null, "rpoly_": null, "length": 534.07265541999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 34960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 760460, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32014, "Shape__Length": 212.49203793395253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029982509164896, 40.040745137104302 ], [ -75.028258771826501, 40.041372930611303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7108, "tnode_": 7029, "lpoly_": null, "rpoly_": null, "length": 267.89374914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7810, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 34960, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 760461, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32015, "Shape__Length": 106.58799295133917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030845160857595, 40.040427043344202 ], [ -75.029982509164896, 40.040745137104302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7145, "tnode_": 7108, "lpoly_": null, "rpoly_": null, "length": 154.2916892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7808, "r_f_add": 7743, "r_t_add": 7799, "st_code": 34960, "l_hundred": 7800, "r_hundred": 7700, "seg_id": 760462, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32016, "Shape__Length": 61.387398084968325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031343316602204, 40.040245967416602 ], [ -75.030845160857595, 40.040427043344202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7178, "tnode_": 7145, "lpoly_": null, "rpoly_": null, "length": 113.19455906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7716, "l_t_add": 7798, "r_f_add": 7741, "r_t_add": 7741, "st_code": 34960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760463, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32017, "Shape__Length": 45.034981762036637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031710246348496, 40.040115528128503 ], [ -75.031343316602204, 40.040245967416602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7328, "tnode_": 7259, "lpoly_": null, "rpoly_": null, "length": 252.61819319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7701, "r_t_add": 7715, "st_code": 34960, "l_hundred": 7600, "r_hundred": 7700, "seg_id": 760464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32018, "Shape__Length": 100.50800073978425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033429268264399, 40.039482644024403 ], [ -75.032614769154904, 40.039780914811601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7405, "tnode_": 7328, "lpoly_": null, "rpoly_": null, "length": 307.27970175999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7544, "l_t_add": 7598, "r_f_add": 7625, "r_t_add": 7699, "st_code": 34960, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 760465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32019, "Shape__Length": 122.25048761998312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034426076411506, 40.039129796933999 ], [ -75.033429268264399, 40.039482644024403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7432, "tnode_": 7405, "lpoly_": null, "rpoly_": null, "length": 179.37518509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7528, "l_t_add": 7542, "r_f_add": 7601, "r_t_add": 7623, "st_code": 34960, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 760466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32020, "Shape__Length": 71.366505172272284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035004430149002, 40.038918024978599 ], [ -75.034426076411506, 40.039129796933999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7465, "tnode_": 7432, "lpoly_": null, "rpoly_": null, "length": 102.15654417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7522, "l_t_add": 7526, "r_f_add": 7531, "r_t_add": 7599, "st_code": 34960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760467, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32021, "Shape__Length": 40.643828385504648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035334114368496, 40.0387979112433 ], [ -75.035004430149002, 40.038918024978599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7490, "tnode_": 7465, "lpoly_": null, "rpoly_": null, "length": 81.29166816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7514, "l_t_add": 7520, "r_f_add": 7527, "r_t_add": 7529, "st_code": 34960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760468, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32022, "Shape__Length": 32.343431417843455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035595304936294, 40.0387004757089 ], [ -75.035334114368496, 40.0387979112433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7548, "tnode_": 7490, "lpoly_": null, "rpoly_": null, "length": 212.19586425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7525, "st_code": 34960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 760469, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32023, "Shape__Length": 84.423894622905038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036279656293004, 40.038450245123897 ], [ -75.035595304936294, 40.0387004757089 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7592, "tnode_": 7548, "lpoly_": null, "rpoly_": null, "length": 182.62130051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7420, "l_t_add": 7498, "r_f_add": 7429, "r_t_add": 7499, "st_code": 34960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760470, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32024, "Shape__Length": 72.657414276162186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036868303381596, 40.038234371387702 ], [ -75.036279656293004, 40.038450245123897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7603, "tnode_": 7592, "lpoly_": null, "rpoly_": null, "length": 85.21564558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7418, "l_t_add": 7418, "r_f_add": 7413, "r_t_add": 7427, "st_code": 34960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760471, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32025, "Shape__Length": 33.905042079812603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037141259472804, 40.038130912906503 ], [ -75.036868303381596, 40.038234371387702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7637, "tnode_": 7603, "lpoly_": null, "rpoly_": null, "length": 77.38096963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7416, "l_t_add": 7416, "r_f_add": 7411, "r_t_add": 7411, "st_code": 34960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760472, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32026, "Shape__Length": 30.785645739765872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0373918185919, 40.038041295726501 ], [ -75.037141259472804, 40.038130912906503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7681, "tnode_": 7637, "lpoly_": null, "rpoly_": null, "length": 187.06965577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7409, "st_code": 34960, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 760473, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32027, "Shape__Length": 74.430422010816727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037990194256906, 40.0378128908729 ], [ -75.0373918185919, 40.038041295726501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7960, "tnode_": 7849, "lpoly_": null, "rpoly_": null, "length": 307.92891966000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7248, "l_t_add": 7298, "r_f_add": 7231, "r_t_add": 7299, "st_code": 34960, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32028, "Shape__Length": 122.55674594457365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041685650033003, 40.036352175258699 ], [ -75.040755249774193, 40.0368028192295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8031, "tnode_": 7960, "lpoly_": null, "rpoly_": null, "length": 251.99020187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7226, "l_t_add": 7246, "r_f_add": 7201, "r_t_add": 7229, "st_code": 34960, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760475, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32029, "Shape__Length": 100.30029744179414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042436260238802, 40.035970576363098 ], [ -75.041685650033003, 40.036352175258699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8112, "tnode_": 8031, "lpoly_": null, "rpoly_": null, "length": 262.75143638999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7224, "r_f_add": 7149, "r_t_add": 7199, "st_code": 34960, "l_hundred": 7200, "r_hundred": 7100, "seg_id": 760476, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32030, "Shape__Length": 104.59536376094837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043201902116493, 40.035553576026601 ], [ -75.042436260238802, 40.035970576363098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8195, "tnode_": 8112, "lpoly_": null, "rpoly_": null, "length": 289.52682162999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7126, "l_t_add": 7198, "r_f_add": 7127, "r_t_add": 7147, "st_code": 34960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32031, "Shape__Length": 115.2455638450851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044056268117203, 40.035105924235701 ], [ -75.043201902116493, 40.035553576026601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8245, "tnode_": 8195, "lpoly_": null, "rpoly_": null, "length": 209.70619617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7106, "l_t_add": 7124, "r_f_add": 7101, "r_t_add": 7125, "st_code": 34960, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760478, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32032, "Shape__Length": 83.473556194486079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044673842597504, 40.034780287583203 ], [ -75.044056268117203, 40.035105924235701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8276, "tnode_": 8245, "lpoly_": null, "rpoly_": null, "length": 85.74719812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7056, "l_t_add": 7104, "r_f_add": 7057, "r_t_add": 7099, "st_code": 34960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760479, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32033, "Shape__Length": 34.129324280017485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044929424427394, 40.034650634602997 ], [ -75.044673842597504, 40.034780287583203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8355, "tnode_": 8276, "lpoly_": null, "rpoly_": null, "length": 297.85211343000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7034, "l_t_add": 7054, "r_f_add": 7039, "r_t_add": 7055, "st_code": 34960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760480, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32034, "Shape__Length": 118.56144060546856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045803381750801, 40.034184561980801 ], [ -75.044929424427394, 40.034650634602997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8446, "tnode_": 8355, "lpoly_": null, "rpoly_": null, "length": 325.75509365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7032, "r_f_add": 7001, "r_t_add": 7037, "st_code": 34960, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760481, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32035, "Shape__Length": 129.65702682782583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046773134671099, 40.033692202431901 ], [ -75.046659671233101, 40.0337350879458 ], [ -75.045803381750801, 40.034184561980801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8522, "tnode_": 8446, "lpoly_": null, "rpoly_": null, "length": 299.63927024000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6916, "l_t_add": 6998, "r_f_add": 6925, "r_t_add": 6999, "st_code": 34960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760482, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32036, "Shape__Length": 119.21943030585265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047721218426503, 40.033310821019803 ], [ -75.046773134671099, 40.033692202431901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8577, "tnode_": 8522, "lpoly_": null, "rpoly_": null, "length": 295.29329903000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6914, "r_f_add": 6901, "r_t_add": 6921, "st_code": 34960, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760483, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32037, "Shape__Length": 117.47531584317176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048673726730101, 40.032962980337302 ], [ -75.047721218426503, 40.033310821019803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8649, "tnode_": 8577, "lpoly_": null, "rpoly_": null, "length": 368.63964953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6862, "l_t_add": 6898, "r_f_add": 6833, "r_t_add": 6899, "st_code": 34960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760485, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32038, "Shape__Length": 146.61364699181004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049912069480399, 40.0326195889145 ], [ -75.048673726730101, 40.032962980337302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8697, "tnode_": 8649, "lpoly_": null, "rpoly_": null, "length": 315.39228196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6860, "r_f_add": 6801, "r_t_add": 6831, "st_code": 34960, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760486, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32039, "Shape__Length": 125.43266040789585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050975284199097, 40.032333907835302 ], [ -75.049912069480399, 40.0326195889145 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8796, "tnode_": 8697, "lpoly_": null, "rpoly_": null, "length": 676.89765673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 34960, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760487, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32040, "Shape__Length": 269.20735119970584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053251690200796, 40.031709602302399 ], [ -75.052859704718699, 40.031805482885602 ], [ -75.052688024389994, 40.031855117301603 ], [ -75.050975284199097, 40.032333907835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9103, "tnode_": 9019, "lpoly_": null, "rpoly_": null, "length": 202.39301985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6532, "l_t_add": 6598, "r_f_add": 6539, "r_t_add": 6599, "st_code": 34960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760490, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32041, "Shape__Length": 80.639148853362158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055271926955001, 40.030229441143703 ], [ -75.054802227788997, 40.030651710162097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9129, "tnode_": 9103, "lpoly_": null, "rpoly_": null, "length": 63.7874272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6530, "l_t_add": 6530, "r_f_add": 6533, "r_t_add": 6537, "st_code": 34960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760491, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32042, "Shape__Length": 25.415237653270943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055418885225507, 40.030095654432898 ], [ -75.055271926955001, 40.030229441143703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9162, "tnode_": 9129, "lpoly_": null, "rpoly_": null, "length": 112.02559789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6518, "l_t_add": 6528, "r_f_add": 6519, "r_t_add": 6531, "st_code": 34960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760492, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32043, "Shape__Length": 44.64244854498029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0556634239733, 40.029852277508503 ], [ -75.055418885225507, 40.030095654432898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9230, "tnode_": 9162, "lpoly_": null, "rpoly_": null, "length": 183.41538992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6516, "r_f_add": 6501, "r_t_add": 6517, "st_code": 34960, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760493, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32044, "Shape__Length": 73.08184861370664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056080652576199, 40.029464159407603 ], [ -75.0556634239733, 40.029852277508503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9316, "tnode_": 9230, "lpoly_": null, "rpoly_": null, "length": 218.62373545000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 34960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760494, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32045, "Shape__Length": 87.055507664588944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056667370441602, 40.0290682482023 ], [ -75.056080652576199, 40.029464159407603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9388, "tnode_": 9316, "lpoly_": null, "rpoly_": null, "length": 192.0706585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6410, "l_t_add": 6438, "r_f_add": 6421, "r_t_add": 6439, "st_code": 34960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760495, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32046, "Shape__Length": 76.432485181007237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057252091365399, 40.028794751282 ], [ -75.056873821269605, 40.028952515339199 ], [ -75.056667370441602, 40.0290682482023 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9441, "tnode_": 9388, "lpoly_": null, "rpoly_": null, "length": 199.21089056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6408, "r_f_add": 6401, "r_t_add": 6419, "st_code": 34960, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760496, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32047, "Shape__Length": 79.262144724254341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057874046760503, 40.028529331827102 ], [ -75.057252091365399, 40.028794751282 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9500, "tnode_": 9441, "lpoly_": null, "rpoly_": null, "length": 225.56683782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6330, "l_t_add": 6398, "r_f_add": 6363, "r_t_add": 6399, "st_code": 34960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760497, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32048, "Shape__Length": 89.745334987655497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058582117949399, 40.0282341672903 ], [ -75.057874046760503, 40.028529331827102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9617, "tnode_": 9578, "lpoly_": null, "rpoly_": null, "length": 215.53425257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6322, "r_f_add": 6301, "r_t_add": 6323, "st_code": 34960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760498, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32049, "Shape__Length": 85.688989418398037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059984069533698, 40.027802347518197 ], [ -75.059229300371697, 40.027918096676103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9716, "tnode_": 9617, "lpoly_": null, "rpoly_": null, "length": 639.26579586000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6212, "l_t_add": 6298, "r_f_add": 6203, "r_t_add": 6299, "st_code": 34960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32050, "Shape__Length": 254.15952615142035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062209542620906, 40.027480875929598 ], [ -75.061842943199096, 40.027541884689597 ], [ -75.061709851937195, 40.027604821243997 ], [ -75.060254680538094, 40.027813818365601 ], [ -75.059984069533698, 40.027802347518197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9737, "tnode_": 9716, "lpoly_": null, "rpoly_": null, "length": 53.56247186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6210, "r_f_add": 6201, "r_t_add": 6201, "st_code": 34960, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760500, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32051, "Shape__Length": 21.294155520263669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062397472054897, 40.027453545723198 ], [ -75.062209542620906, 40.027480875929598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9815, "tnode_": 9737, "lpoly_": null, "rpoly_": null, "length": 774.31241265000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6112, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 34960, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760501, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32052, "Shape__Length": 307.83628803706802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065109979514801, 40.027082681640998 ], [ -75.064007004776897, 40.027250794869097 ], [ -75.063828087311506, 40.027237203987099 ], [ -75.063128383373595, 40.027346251674601 ], [ -75.062877342459601, 40.0274030869627 ], [ -75.062602535501298, 40.0274421195546 ], [ -75.062397472054897, 40.027453545723198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9825, "tnode_": 9815, "lpoly_": null, "rpoly_": null, "length": 84.35068994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6110, "r_f_add": 6073, "r_t_add": 6099, "st_code": 34960, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 760502, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32053, "Shape__Length": 33.533405363010615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065406661322399, 40.027042724532997 ], [ -75.065109979514801, 40.027082681640998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9934, "tnode_": 9825, "lpoly_": null, "rpoly_": null, "length": 734.06164047000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6071, "st_code": 34960, "l_hundred": 5900, "r_hundred": 6000, "seg_id": 760503, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32054, "Shape__Length": 291.84857275364851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067959231179103, 40.026592151034201 ], [ -75.067092073783201, 40.026785391286801 ], [ -75.065406661322399, 40.027042724532997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10460, "tnode_": 10188, "lpoly_": null, "rpoly_": null, "length": 789.59810387000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5698, "r_f_add": 5401, "r_t_add": 5699, "st_code": 34960, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760505, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32055, "Shape__Length": 314.29920850448696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075624854867897, 40.024083953345801 ], [ -75.073966075935601, 40.025082340360299 ], [ -75.073366166094203, 40.025378218243702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10685, "tnode_": 10600, "lpoly_": null, "rpoly_": null, "length": 247.11084448000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 34960, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760506, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32056, "Shape__Length": 98.391621205030091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077504389995397, 40.022817457007498 ], [ -75.076843700478094, 40.023267065400297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10763, "tnode_": 10685, "lpoly_": null, "rpoly_": null, "length": 246.54257318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5248, "r_f_add": 5201, "r_t_add": 5229, "st_code": 34960, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760507, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32057, "Shape__Length": 98.163172520895344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0781658817872, 40.022370910994901 ], [ -75.077504389995397, 40.022817457007498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10922, "tnode_": 10763, "lpoly_": null, "rpoly_": null, "length": 501.34008681999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 34960, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760508, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32058, "Shape__Length": 199.66684843097036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079415937929298, 40.021396653860002 ], [ -75.079126400123897, 40.021714566292701 ], [ -75.078882900912006, 40.021891009830803 ], [ -75.0781658817872, 40.022370910994901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11006, "tnode_": 10922, "lpoly_": null, "rpoly_": null, "length": 246.58738854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5016, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 34960, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760509, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32059, "Shape__Length": 98.269980867251348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079921305395402, 40.020842358363097 ], [ -75.079415937929298, 40.021396653860002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11086, "tnode_": 11006, "lpoly_": null, "rpoly_": null, "length": 239.65859314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5014, "r_f_add": 5001, "r_t_add": 5021, "st_code": 34960, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760510, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32060, "Shape__Length": 95.500106845693779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080427785768904, 40.020312087691799 ], [ -75.079921305395402, 40.020842358363097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11172, "tnode_": 11086, "lpoly_": null, "rpoly_": null, "length": 243.36776778000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4932, "l_t_add": 4998, "r_f_add": 4935, "r_t_add": 4999, "st_code": 34960, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760511, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32061, "Shape__Length": 96.98546257386144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080926347457194, 40.019764922015199 ], [ -75.080427785768904, 40.020312087691799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10731, "tnode_": 10607, "lpoly_": null, "rpoly_": null, "length": 422.58198637000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 27440, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760513, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32062, "Shape__Length": 168.19662385859556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076038820571299, 40.022513457642802 ], [ -75.076005112353599, 40.022576576343099 ], [ -75.074829630328907, 40.023189208345997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10818, "tnode_": 10731, "lpoly_": null, "rpoly_": null, "length": 248.79718346000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5230, "l_t_add": 5298, "r_f_add": 5231, "r_t_add": 5299, "st_code": 27440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760514, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32063, "Shape__Length": 99.098749930332133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076645574999503, 40.022014608830403 ], [ -75.076038820571299, 40.022513457642802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10889, "tnode_": 10818, "lpoly_": null, "rpoly_": null, "length": 205.91833248999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5228, "r_f_add": 5201, "r_t_add": 5229, "st_code": 27440, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760515, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32064, "Shape__Length": 82.016608651621183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077151832661599, 40.021604687848502 ], [ -75.076645574999503, 40.022014608830403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10950, "tnode_": 10889, "lpoly_": null, "rpoly_": null, "length": 202.11317578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5114, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 27440, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760516, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32065, "Shape__Length": 80.510858552818362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077629964861501, 40.021190670949302 ], [ -75.077582075014504, 40.0212500279587 ], [ -75.077151832661599, 40.021604687848502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11021, "tnode_": 10950, "lpoly_": null, "rpoly_": null, "length": 222.22149047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5112, "r_f_add": 5101, "r_t_add": 5119, "st_code": 27440, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760517, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32066, "Shape__Length": 88.555402774525277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078093356283603, 40.020695493967303 ], [ -75.077629964861501, 40.021190670949302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11104, "tnode_": 11021, "lpoly_": null, "rpoly_": null, "length": 249.55643881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5022, "l_t_add": 5098, "r_f_add": 5023, "r_t_add": 5099, "st_code": 27440, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760518, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32067, "Shape__Length": 99.450777044496746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078607577371898, 40.020136025500598 ], [ -75.078093356283603, 40.020695493967303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11192, "tnode_": 11104, "lpoly_": null, "rpoly_": null, "length": 236.10505422999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5020, "r_f_add": 5001, "r_t_add": 5021, "st_code": 27440, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760519, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 32068, "Shape__Length": 94.090397061263985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079092331387002, 40.019605766919298 ], [ -75.078607577371898, 40.020136025500598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10460, "tnode_": 10607, "lpoly_": null, "rpoly_": null, "length": 394.76324332999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1639, "r_f_add": 1600, "r_t_add": 1638, "st_code": 18980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760521, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32069, "Shape__Length": 157.33374011892897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075624854867897, 40.024083953345801 ], [ -75.074829630328907, 40.023189208345997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10607, "tnode_": 10683, "lpoly_": null, "rpoly_": null, "length": 168.91804949000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1641, "l_t_add": 1653, "r_f_add": 1640, "r_t_add": 1652, "st_code": 18980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760522, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32070, "Shape__Length": 67.326800483339383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074829630328907, 40.023189208345997 ], [ -75.0744991376733, 40.022801319550403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10683, "tnode_": 10734, "lpoly_": null, "rpoly_": null, "length": 159.8274211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1655, "l_t_add": 1673, "r_f_add": 1654, "r_t_add": 1672, "st_code": 18980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760523, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32071, "Shape__Length": 63.699250595595089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0744991376733, 40.022801319550403 ], [ -75.074178466884703, 40.022438391273297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10734, "tnode_": 10786, "lpoly_": null, "rpoly_": null, "length": 141.38418263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1675, "l_t_add": 1699, "r_f_add": 1674, "r_t_add": 1698, "st_code": 18980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760524, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32072, "Shape__Length": 56.348872655689149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074178466884703, 40.022438391273297 ], [ -75.073895735702294, 40.022116856133103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10786, "tnode_": 10896, "lpoly_": null, "rpoly_": null, "length": 274.47416929000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1745, "r_f_add": 1700, "r_t_add": 1726, "st_code": 18980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760525, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32073, "Shape__Length": 109.39388742897354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073895735702294, 40.022116856133103 ], [ -75.073352098859303, 40.021489946115501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10896, "tnode_": 11068, "lpoly_": null, "rpoly_": null, "length": 540.94790629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1747, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 18980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760526, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 32074, "Shape__Length": 215.59282742947042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073352098859303, 40.021489946115501 ], [ -75.0722737879058, 40.020257951631599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10833, "tnode_": 10786, "lpoly_": null, "rpoly_": null, "length": 185.58863139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5308, "l_t_add": 5398, "r_f_add": 5309, "r_t_add": 5399, "st_code": 29320, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760527, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32075, "Shape__Length": 73.856574652194212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074446173614803, 40.021833196735003 ], [ -75.073895735702294, 40.022116856133103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10897, "tnode_": 10833, "lpoly_": null, "rpoly_": null, "length": 191.42747533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5306, "r_f_add": 5301, "r_t_add": 5307, "st_code": 29320, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760528, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32076, "Shape__Length": 76.201520595791052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074971804856602, 40.021514647063199 ], [ -75.074949862250193, 40.0215684686925 ], [ -75.074446173614803, 40.021833196735003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10959, "tnode_": 10897, "lpoly_": null, "rpoly_": null, "length": 247.4440868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5220, "l_t_add": 5298, "r_f_add": 5217, "r_t_add": 5299, "st_code": 29320, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760529, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32077, "Shape__Length": 98.550954924270968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075587450302805, 40.021027451487797 ], [ -75.074971804856602, 40.021514647063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11016, "tnode_": 10959, "lpoly_": null, "rpoly_": null, "length": 155.91713568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5218, "r_f_add": 5201, "r_t_add": 5215, "st_code": 29320, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760530, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32078, "Shape__Length": 62.102670520679503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075967069968002, 40.020714389112797 ], [ -75.075587450302805, 40.021027451487797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11050, "tnode_": 11016, "lpoly_": null, "rpoly_": null, "length": 125.80897261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5120, "l_t_add": 5198, "r_f_add": 5121, "r_t_add": 5199, "st_code": 29320, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760531, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32079, "Shape__Length": 50.132508695841466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076233615741202, 40.020436401256603 ], [ -75.075967069968002, 40.020714389112797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11127, "tnode_": 11050, "lpoly_": null, "rpoly_": null, "length": 224.32776292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5101, "r_t_add": 5119, "st_code": 29320, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760532, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32080, "Shape__Length": 89.395109449673171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076698762636298, 40.019935081393797 ], [ -75.076233615741202, 40.020436401256603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11225, "tnode_": 11127, "lpoly_": null, "rpoly_": null, "length": 241.93379983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5018, "l_t_add": 5098, "r_f_add": 5027, "r_t_add": 5099, "st_code": 29320, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760533, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32081, "Shape__Length": 96.411738130507317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077197818891307, 40.019392999412801 ], [ -75.076698762636298, 40.019935081393797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11222, "tnode_": 11073, "lpoly_": null, "rpoly_": null, "length": 431.8860436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 57560, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760535, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32082, "Shape__Length": 172.02031377862178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0749506330354, 40.019369547185399 ], [ -75.073899732610897, 40.0202371643947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11262, "tnode_": 11222, "lpoly_": null, "rpoly_": null, "length": 115.18967124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 57560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760536, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32083, "Shape__Length": 45.896332013214746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075201645348301, 40.019119062760097 ], [ -75.0749506330354, 40.019369547185399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11068, "tnode_": 10933, "lpoly_": null, "rpoly_": null, "length": 552.78320422999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5334, "l_t_add": 5398, "r_f_add": 5349, "r_t_add": 5399, "st_code": 22420, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760539, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32084, "Shape__Length": 219.9835961124345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0722737879058, 40.020257951631599 ], [ -75.070638415979502, 40.021107524660998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11106, "tnode_": 11068, "lpoly_": null, "rpoly_": null, "length": 188.0456997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5322, "l_t_add": 5332, "r_f_add": 5323, "r_t_add": 5347, "st_code": 22420, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32085, "Shape__Length": 74.825440111778562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0728402938676, 40.0199844997639 ], [ -75.072774004485794, 40.020000569599297 ], [ -75.0722737879058, 40.020257951631599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11151, "tnode_": 11106, "lpoly_": null, "rpoly_": null, "length": 193.14532527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5320, "r_f_add": 5301, "r_t_add": 5321, "st_code": 22420, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760541, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32086, "Shape__Length": 76.880642123347613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073382690699304, 40.019663796631598 ], [ -75.073336060638994, 40.019718479664498 ], [ -75.0728402938676, 40.0199844997639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10731, "tnode_": 10781, "lpoly_": null, "rpoly_": null, "length": 154.66484973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1627, "l_t_add": 1641, "r_f_add": 1640, "r_t_add": 1652, "st_code": 18800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760543, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32087, "Shape__Length": 61.62010796648304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076038820571299, 40.022513457642802 ], [ -75.075687947234798, 40.022185596359598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10781, "tnode_": 10836, "lpoly_": null, "rpoly_": null, "length": 160.95208261, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1643, "l_t_add": 1657, "r_f_add": 1654, "r_t_add": 1678, "st_code": 18800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760544, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32088, "Shape__Length": 64.123363470615843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075687947234798, 40.022185596359598 ], [ -75.075320439216497, 40.021845916750102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10836, "tnode_": 10897, "lpoly_": null, "rpoly_": null, "length": 155.23105601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1659, "l_t_add": 1699, "r_f_add": 1680, "r_t_add": 1698, "st_code": 18800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760545, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32089, "Shape__Length": 61.84704116108685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075320439216497, 40.021845916750102 ], [ -75.074971804856602, 40.021514647063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10897, "tnode_": 10981, "lpoly_": null, "rpoly_": null, "length": 273.99075589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1725, "r_f_add": 1700, "r_t_add": 1724, "st_code": 18800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760546, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32090, "Shape__Length": 109.19900147621409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074971804856602, 40.021514647063199 ], [ -75.074930241829506, 40.021483643502798 ], [ -75.074428002867194, 40.020890672184798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10981, "tnode_": 11033, "lpoly_": null, "rpoly_": null, "length": 164.6397622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1727, "l_t_add": 1745, "r_f_add": 1726, "r_t_add": 1748, "st_code": 18800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760547, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32091, "Shape__Length": 65.62175347262108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074428002867194, 40.020890672184798 ], [ -75.0741108792717, 40.020510123355002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11033, "tnode_": 11073, "lpoly_": null, "rpoly_": null, "length": 116.31271732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1747, "l_t_add": 1759, "r_f_add": 1750, "r_t_add": 1758, "st_code": 18800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760548, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32092, "Shape__Length": 46.363808271282231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0741108792717, 40.020510123355002 ], [ -75.073924169058301, 40.020293814735602 ], [ -75.073899732610897, 40.0202371643947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11073, "tnode_": 11151, "lpoly_": null, "rpoly_": null, "length": 254.15815451, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1761, "l_t_add": 1799, "r_f_add": 1760, "r_t_add": 1798, "st_code": 18800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760549, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32093, "Shape__Length": 101.2872744229866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073899732610897, 40.0202371643947 ], [ -75.073382690699304, 40.019663796631598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11151, "tnode_": 11287, "lpoly_": null, "rpoly_": null, "length": 335.6747527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1869, "r_f_add": 1800, "r_t_add": 1818, "st_code": 18800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 760550, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32094, "Shape__Length": 133.74337997225754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073382690699304, 40.019663796631598 ], [ -75.073295982674793, 40.0195387453441 ], [ -75.073022008161701, 40.019264748008702 ], [ -75.072648971437104, 40.018938831515896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11287, "tnode_": 11360, "lpoly_": null, "rpoly_": null, "length": 218.42282711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1871, "l_t_add": 1891, "r_f_add": 1820, "r_t_add": 1874, "st_code": 18800, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 760551, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32095, "Shape__Length": 87.113658856059857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072648971437104, 40.018938831515896 ], [ -75.072578479618301, 40.0188773199013 ], [ -75.072397029164605, 40.018378860774703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10833, "tnode_": 10936, "lpoly_": null, "rpoly_": null, "length": 275.66129271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1727, "r_f_add": 1700, "r_t_add": 1726, "st_code": 71140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760552, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 32096, "Shape__Length": 109.86459800894248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074446173614803, 40.021833196735003 ], [ -75.073896163825196, 40.021205648889499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10936, "tnode_": 11106, "lpoly_": null, "rpoly_": null, "length": 534.17036164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCATTERGOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1729, "l_t_add": 1799, "r_f_add": 1728, "r_t_add": 1798, "st_code": 71140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760553, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCATTERGOOD ST", "stname": "SCATTERGOOD ST", "objectid": 32097, "Shape__Length": 212.89515566887346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073896163825196, 40.021205648889499 ], [ -75.0728402938676, 40.0199844997639 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10981, "tnode_": 10936, "lpoly_": null, "rpoly_": null, "length": 192.29127579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5334, "r_f_add": 5301, "r_t_add": 5333, "st_code": 41280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760554, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32098, "Shape__Length": 76.541765970832571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074428002867194, 40.020890672184798 ], [ -75.074402210723505, 40.020949414712298 ], [ -75.073896163825196, 40.021205648889499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11103, "tnode_": 10981, "lpoly_": null, "rpoly_": null, "length": 417.96129138000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 41280, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760555, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32099, "Shape__Length": 166.47114291976052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075452631838402, 40.0200565092536 ], [ -75.074733491428404, 40.020641973339302 ], [ -75.074428002867194, 40.020890672184798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11196, "tnode_": 11103, "lpoly_": null, "rpoly_": null, "length": 238.19173575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 41280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760556, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32100, "Shape__Length": 94.921599126618176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075942162133501, 40.019521830703702 ], [ -75.075452631838402, 40.0200565092536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10896, "tnode_": 10871, "lpoly_": null, "rpoly_": null, "length": 94.221985170000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5366, "l_t_add": 5398, "r_f_add": 5365, "r_t_add": 5399, "st_code": 41280, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32101, "Shape__Length": 37.497419978357044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073352098859303, 40.021489946115501 ], [ -75.073074301536906, 40.021635837494898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11164, "tnode_": 11033, "lpoly_": null, "rpoly_": null, "length": 430.45827011999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 53700, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760559, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLOW ST", "stname": "MARLOW ST", "objectid": 32102, "Shape__Length": 171.45765501980537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075141519951501, 40.019640950993697 ], [ -75.075119401605804, 40.019694909111202 ], [ -75.0741108792717, 40.020510123355002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11240, "tnode_": 11164, "lpoly_": null, "rpoly_": null, "length": 163.65964248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 53700, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760560, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARLOW ST", "stname": "MARLOW ST", "objectid": 32103, "Shape__Length": 65.220689019044045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075475625334605, 40.019272368453898 ], [ -75.075141519951501, 40.019640950993697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10374, "tnode_": 10485, "lpoly_": null, "rpoly_": null, "length": 340.24724194000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1249, "r_f_add": 1200, "r_t_add": 1250, "st_code": 29780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760561, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32104, "Shape__Length": 135.43229852526869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085435825598594, 40.024714940947398 ], [ -75.084458765164399, 40.024159828599402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10485, "tnode_": 10528, "lpoly_": null, "rpoly_": null, "length": 152.3756902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1252, "r_t_add": 1298, "st_code": 29780, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760562, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32105, "Shape__Length": 60.656037486254576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084458765164399, 40.024159828599402 ], [ -75.084027821300793, 40.0239044863158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10528, "tnode_": 10601, "lpoly_": null, "rpoly_": null, "length": 289.5659981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1331, "r_f_add": 1300, "r_t_add": 1330, "st_code": 29780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760563, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32106, "Shape__Length": 115.24240944969591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084027821300793, 40.0239044863158 ], [ -75.083950296545396, 40.023881191305897 ], [ -75.083175447970305, 40.023457694936504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10601, "tnode_": 10674, "lpoly_": null, "rpoly_": null, "length": 245.41791895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1333, "l_t_add": 1355, "r_f_add": 1332, "r_t_add": 1366, "st_code": 29780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760564, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32107, "Shape__Length": 97.677475511679233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083175447970305, 40.023457694936504 ], [ -75.082460625409993, 40.023068009607996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10674, "tnode_": 10728, "lpoly_": null, "rpoly_": null, "length": 255.68309128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1357, "l_t_add": 1381, "r_f_add": 1368, "r_t_add": 1378, "st_code": 29780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760565, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32108, "Shape__Length": 101.76403094897496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082460625409993, 40.023068009607996 ], [ -75.081718090894597, 40.022659668439303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10728, "tnode_": 10777, "lpoly_": null, "rpoly_": null, "length": 212.7527851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1383, "l_t_add": 1399, "r_f_add": 1380, "r_t_add": 1398, "st_code": 29780, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760566, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32109, "Shape__Length": 84.67548598194243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081718090894597, 40.022659668439303 ], [ -75.081098204224503, 40.022322082448397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10777, "tnode_": 10851, "lpoly_": null, "rpoly_": null, "length": 280.0417361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1533, "r_f_add": 1400, "r_t_add": 1522, "st_code": 29780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 760567, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32110, "Shape__Length": 111.45723369763355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081098204224503, 40.022322082448397 ], [ -75.080284252812206, 40.021875576900896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10851, "tnode_": 10922, "lpoly_": null, "rpoly_": null, "length": 299.29712037000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1524, "r_t_add": 1598, "st_code": 29780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 760568, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32111, "Shape__Length": 119.1212534772672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080284252812206, 40.021875576900896 ], [ -75.079415937929298, 40.021396653860002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10922, "tnode_": 11021, "lpoly_": null, "rpoly_": null, "length": 450.24059233999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1639, "r_f_add": 1600, "r_t_add": 1636, "st_code": 29780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760569, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32112, "Shape__Length": 179.18369008621829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079415937929298, 40.021396653860002 ], [ -75.079320224850406, 40.021359456657102 ], [ -75.078093356283603, 40.020695493967303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11021, "tnode_": 11127, "lpoly_": null, "rpoly_": null, "length": 478.84718421000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1641, "l_t_add": 1699, "r_f_add": 1638, "r_t_add": 1698, "st_code": 29780, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760570, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32113, "Shape__Length": 190.57521082996044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078093356283603, 40.020695493967303 ], [ -75.076698762636298, 40.019935081393797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11127, "tnode_": 11196, "lpoly_": null, "rpoly_": null, "length": 259.93698954999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1718, "st_code": 29780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760571, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32114, "Shape__Length": 103.45110104651687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076698762636298, 40.019935081393797 ], [ -75.075942162133501, 40.019521830703702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11196, "tnode_": 11240, "lpoly_": null, "rpoly_": null, "length": 159.16118848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1721, "l_t_add": 1759, "r_f_add": 1720, "r_t_add": 1758, "st_code": 29780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760572, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32115, "Shape__Length": 63.341151287759288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075942162133501, 40.019521830703702 ], [ -75.075475625334605, 40.019272368453898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11240, "tnode_": 11262, "lpoly_": null, "rpoly_": null, "length": 94.90706583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DYRE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1761, "l_t_add": 1799, "r_f_add": 1760, "r_t_add": 1798, "st_code": 29780, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760573, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DYRE ST", "stname": "DYRE ST", "objectid": 32116, "Shape__Length": 37.772940564829419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075475625334605, 40.019272368453898 ], [ -75.075201645348301, 40.019119062760097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10851, "tnode_": 10655, "lpoly_": null, "rpoly_": null, "length": 518.38242991999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 38940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760575, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 32117, "Shape__Length": 206.58580632833761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080284252812206, 40.021875576900896 ], [ -75.079214034079698, 40.023036603966503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11018, "tnode_": 10851, "lpoly_": null, "rpoly_": null, "length": 495.05569392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRISCOM", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 38940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760576, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRISCOM ST", "stname": "GRISCOM ST", "objectid": 32118, "Shape__Length": 197.28353978522654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081311822312102, 40.020769818483501 ], [ -75.080284252812206, 40.021875576900896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10777, "tnode_": 10577, "lpoly_": null, "rpoly_": null, "length": 539.09005185000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 63815, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760577, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 32119, "Shape__Length": 214.83376419580671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081098204224503, 40.022322082448397 ], [ -75.080035595662807, 40.023479319371603 ], [ -75.079975274014103, 40.023522433599403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10960, "tnode_": 10777, "lpoly_": null, "rpoly_": null, "length": 497.73697708999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 63815, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760578, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 32120, "Shape__Length": 198.35488300376684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082128078186798, 40.021208746769403 ], [ -75.0820762125458, 40.021257156568304 ], [ -75.081098204224503, 40.022322082448397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11135, "tnode_": 10960, "lpoly_": null, "rpoly_": null, "length": 522.79231468, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 63815, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760579, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 32121, "Shape__Length": 208.33573195862976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083211123066604, 40.020039891828397 ], [ -75.082128078186798, 40.021208746769403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10768, "tnode_": 10625, "lpoly_": null, "rpoly_": null, "length": 329.53626624999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5051, "st_code": 62080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760581, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32122, "Shape__Length": 131.49970217644909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084428631156996, 40.022426460132699 ], [ -75.084427224971293, 40.022658899921801 ], [ -75.084466431308499, 40.023330397954602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10963, "tnode_": 10768, "lpoly_": null, "rpoly_": null, "length": 456.19353552999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4940, "l_t_add": 4998, "r_f_add": 4941, "r_t_add": 4999, "st_code": 62080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760582, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32123, "Shape__Length": 182.03806971512898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084349232569295, 40.021175688434496 ], [ -75.084367680515598, 40.021384577356599 ], [ -75.084428631156996, 40.022426460132699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11087, "tnode_": 10963, "lpoly_": null, "rpoly_": null, "length": 270.55572435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4938, "r_f_add": 4901, "r_t_add": 4939, "st_code": 62080, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760583, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32124, "Shape__Length": 107.96101805330682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084329604925401, 40.020433133826103 ], [ -75.084349232569295, 40.021175688434496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10935, "tnode_": 11087, "lpoly_": null, "rpoly_": null, "length": 690.0613387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARRISON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 40880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760585, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARRISON ST", "stname": "HARRISON ST", "objectid": 32125, "Shape__Length": 274.62592200029292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086352392828104, 40.021475492889898 ], [ -75.084522953283795, 40.020442053449997 ], [ -75.084329604925401, 40.020433133826103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9212, "tnode_": 9097, "lpoly_": null, "rpoly_": null, "length": 288.97389742999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5924, "r_f_add": 5901, "r_t_add": 5925, "st_code": 61040, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32126, "Shape__Length": 115.24104105819585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077663159345505, 40.030063456106397 ], [ -75.077614885353697, 40.030127231122997 ], [ -75.077214586964701, 40.030777586203499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9560, "tnode_": 9212, "lpoly_": null, "rpoly_": null, "length": 676.22514529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 61040, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32127, "Shape__Length": 269.50438968237233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079082767232407, 40.028561804233703 ], [ -75.077663159345505, 40.030063456106397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9797, "tnode_": 9560, "lpoly_": null, "rpoly_": null, "length": 466.21214884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 61040, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32128, "Shape__Length": 185.80132144827783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080062503409494, 40.0275270909505 ], [ -75.079082767232407, 40.028561804233703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10056, "tnode_": 9797, "lpoly_": null, "rpoly_": null, "length": 573.38426651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 61040, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32129, "Shape__Length": 228.44730360598084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081381786327995, 40.026323407590297 ], [ -75.080062503409494, 40.0275270909505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10276, "tnode_": 10056, "lpoly_": null, "rpoly_": null, "length": 566.54681266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 61040, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32130, "Shape__Length": 225.7200607099623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082683740216197, 40.025133059252902 ], [ -75.081381786327995, 40.026323407590297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10379, "tnode_": 10276, "lpoly_": null, "rpoly_": null, "length": 242.86713822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5138, "l_t_add": 5198, "r_f_add": 5139, "r_t_add": 5199, "st_code": 61040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32131, "Shape__Length": 96.76140218905698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083240097145406, 40.024621648049802 ], [ -75.082683740216197, 40.025133059252902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10528, "tnode_": 10379, "lpoly_": null, "rpoly_": null, "length": 341.93603298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5136, "r_f_add": 5101, "r_t_add": 5137, "st_code": 61040, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32132, "Shape__Length": 136.22799540569162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084027821300793, 40.0239044863158 ], [ -75.083240097145406, 40.024621648049802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10625, "tnode_": 10528, "lpoly_": null, "rpoly_": null, "length": 243.85074293999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5031, "r_t_add": 5099, "st_code": 61040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32133, "Shape__Length": 97.208820132232887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084466431308499, 40.023330397954602 ], [ -75.084390269792493, 40.0234736602943 ], [ -75.084286844423005, 40.023631438856903 ], [ -75.084027821300793, 40.0239044863158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10725, "tnode_": 10625, "lpoly_": null, "rpoly_": null, "length": 273.18741131000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5028, "r_f_add": 5001, "r_t_add": 5029, "st_code": 61040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32134, "Shape__Length": 108.83278575121898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085091961324395, 40.022771059385803 ], [ -75.084620473128695, 40.023270771978197 ], [ -75.084466431308499, 40.023330397954602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10834, "tnode_": 10725, "lpoly_": null, "rpoly_": null, "length": 301.51683389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4924, "l_t_add": 4998, "r_f_add": 4925, "r_t_add": 4999, "st_code": 61040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32135, "Shape__Length": 120.15055131522719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085733685733999, 40.022106474590203 ], [ -75.085091961324395, 40.022771059385803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10935, "tnode_": 10834, "lpoly_": null, "rpoly_": null, "length": 287.85441466999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4922, "r_f_add": 4901, "r_t_add": 4923, "st_code": 61040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32136, "Shape__Length": 114.7019694641085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086352392828104, 40.021475492889898 ], [ -75.085733685733999, 40.022106474590203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11017, "tnode_": 10935, "lpoly_": null, "rpoly_": null, "length": 224.39822814000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4832, "l_t_add": 4898, "r_f_add": 4833, "r_t_add": 4899, "st_code": 61040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 32137, "Shape__Length": 89.422743983530935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086821220901797, 40.020975961626803 ], [ -75.086352392828104, 40.021475492889898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8701, "tnode_": 8878, "lpoly_": null, "rpoly_": null, "length": 635.0162156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1671, "r_f_add": 1600, "r_t_add": 1662, "st_code": 16920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32138, "Shape__Length": 252.78424833285123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075926614980403, 40.032908657464901 ], [ -75.074092042261, 40.031883996358403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8878, "tnode_": 8902, "lpoly_": null, "rpoly_": null, "length": 73.9051598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1673, "l_t_add": 1673, "r_f_add": 1664, "r_t_add": 1672, "st_code": 16920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32139, "Shape__Length": 29.414384074499992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074092042261, 40.031883996358403 ], [ -75.073871368200699, 40.031772714530199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8630, "tnode_": 8701, "lpoly_": null, "rpoly_": null, "length": 263.1657744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1547, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 16920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 760601, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32140, "Shape__Length": 104.7624576591614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076684726259202, 40.033335605784302 ], [ -75.075926614980403, 40.032908657464901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6125, "tnode_": 5858, "lpoly_": null, "rpoly_": null, "length": 581.13671462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 49200, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32141, "Shape__Length": 231.66153756209786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068339899345602, 40.045737980613701 ], [ -75.067111835550094, 40.047024113676699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6953, "tnode_": 6670, "lpoly_": null, "rpoly_": null, "length": 559.17877379000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 49200, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32142, "Shape__Length": 222.89700692954287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071815757573006, 40.042043021784302 ], [ -75.070635752883703, 40.043281456582001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7248, "tnode_": 6953, "lpoly_": null, "rpoly_": null, "length": 557.13485147000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 49200, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32143, "Shape__Length": 222.07490767708396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072997848243205, 40.040812742794103 ], [ -75.071815757573006, 40.042043021784302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7625, "tnode_": 7501, "lpoly_": null, "rpoly_": null, "length": 274.31013645999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6422, "l_t_add": 6498, "r_f_add": 6425, "r_t_add": 6499, "st_code": 49200, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32144, "Shape__Length": 109.33882529196185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074768363054105, 40.038937580375801 ], [ -75.074189900539594, 40.039545313963103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7757, "tnode_": 7625, "lpoly_": null, "rpoly_": null, "length": 284.7427622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6420, "r_f_add": 6401, "r_t_add": 6423, "st_code": 49200, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32145, "Shape__Length": 113.51118317576764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075339181207795, 40.038290681664598 ], [ -75.074768363054105, 40.038937580375801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7873, "tnode_": 7757, "lpoly_": null, "rpoly_": null, "length": 281.17055089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6322, "l_t_add": 6398, "r_f_add": 6327, "r_t_add": 6399, "st_code": 49200, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32146, "Shape__Length": 112.07280389459346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075929160082893, 40.037666101907703 ], [ -75.075339181207795, 40.038290681664598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7976, "tnode_": 7873, "lpoly_": null, "rpoly_": null, "length": 280.052863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6320, "r_f_add": 6301, "r_t_add": 6325, "st_code": 49200, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32147, "Shape__Length": 111.61243793720536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076543028848505, 40.0370591609596 ], [ -75.075929160082893, 40.037666101907703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8105, "tnode_": 7976, "lpoly_": null, "rpoly_": null, "length": 311.13643414999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6274, "l_t_add": 6298, "r_f_add": 6273, "r_t_add": 6299, "st_code": 49200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32148, "Shape__Length": 124.02044757118749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077184668891306, 40.036361844675099 ], [ -75.076543028848505, 40.0370591609596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8126, "tnode_": 8105, "lpoly_": null, "rpoly_": null, "length": 40.29161018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6272, "l_t_add": 6272, "r_f_add": 6271, "r_t_add": 6271, "st_code": 49200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32149, "Shape__Length": 16.060324211423186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077267776637896, 40.0362715527056 ], [ -75.077184668891306, 40.036361844675099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9061, "tnode_": 8973, "lpoly_": null, "rpoly_": null, "length": 217.92909294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5600, "l_t_add": 5698, "r_f_add": 5601, "r_t_add": 5699, "st_code": 49200, "l_hundred": 5600, "r_hundred": 5600, "seg_id": 760611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32150, "Shape__Length": 86.85590698339162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082164065974794, 40.0310710918857 ], [ -75.081705350052502, 40.031554361268597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9247, "tnode_": 9159, "lpoly_": null, "rpoly_": null, "length": 239.12745846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5426, "l_t_add": 5498, "r_f_add": 5427, "r_t_add": 5499, "st_code": 49200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32151, "Shape__Length": 95.307346599054952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083132611064499, 40.030037594848899 ], [ -75.082637478004699, 40.030572412885398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9377, "tnode_": 9247, "lpoly_": null, "rpoly_": null, "length": 234.92159413000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5424, "r_f_add": 5401, "r_t_add": 5425, "st_code": 49200, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32152, "Shape__Length": 93.625002780065273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083629355287897, 40.029517922668099 ], [ -75.083132611064499, 40.030037594848899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9515, "tnode_": 9377, "lpoly_": null, "rpoly_": null, "length": 282.5048652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5332, "l_t_add": 5398, "r_f_add": 5335, "r_t_add": 5399, "st_code": 49200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32153, "Shape__Length": 112.59330529590136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084215959657996, 40.0288870018246 ], [ -75.083629355287897, 40.029517922668099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9674, "tnode_": 9515, "lpoly_": null, "rpoly_": null, "length": 289.47994667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5330, "r_f_add": 5301, "r_t_add": 5333, "st_code": 49200, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32154, "Shape__Length": 115.36877551498898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084823648371795, 40.028244163846303 ], [ -75.084215959657996, 40.0288870018246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9777, "tnode_": 9674, "lpoly_": null, "rpoly_": null, "length": 193.29973206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5250, "l_t_add": 5298, "r_f_add": 5251, "r_t_add": 5299, "st_code": 49200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32155, "Shape__Length": 77.031412698004601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085239526912105, 40.027820660391299 ], [ -75.084823648371795, 40.028244163846303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9800, "tnode_": 9777, "lpoly_": null, "rpoly_": null, "length": 92.27497801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5228, "l_t_add": 5248, "r_f_add": 5229, "r_t_add": 5249, "st_code": 49200, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32156, "Shape__Length": 36.77784754898255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085426909466506, 40.027612302937101 ], [ -75.085239526912105, 40.027820660391299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6325, "tnode_": 6050, "lpoly_": null, "rpoly_": null, "length": 573.8109320399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 43560, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32157, "Shape__Length": 228.73440086349333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066548964643204, 40.044750900814499 ], [ -75.065329727039895, 40.046017041688103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7164, "tnode_": 6894, "lpoly_": null, "rpoly_": null, "length": 562.70397294999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 43560, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32158, "Shape__Length": 224.30592077713735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070040983084397, 40.041047359709999 ], [ -75.068867045994594, 40.042301128819403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7429, "tnode_": 7164, "lpoly_": null, "rpoly_": null, "length": 556.58493394999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 43560, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32159, "Shape__Length": 221.85697803133544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071213216292904, 40.039813399665903 ], [ -75.070040983084397, 40.041047359709999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7701, "tnode_": 7429, "lpoly_": null, "rpoly_": null, "length": 560.38356919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 43560, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32160, "Shape__Length": 223.37049886686245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072386793518007, 40.038567310269698 ], [ -75.072112975097596, 40.0388580847223 ], [ -75.071213216292904, 40.039813399665903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8133, "tnode_": 7931, "lpoly_": null, "rpoly_": null, "length": 531.88393347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 43560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32161, "Shape__Length": 211.98723726049619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074696622902195, 40.0361414672712 ], [ -75.073552977963899, 40.037307263327797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8917, "tnode_": 8810, "lpoly_": null, "rpoly_": null, "length": 234.61272809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5942, "l_t_add": 5998, "r_f_add": 5937, "r_t_add": 5999, "st_code": 43560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32162, "Shape__Length": 93.506051846048436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078773258433301, 40.031790584851102 ], [ -75.078279131477103, 40.032310689167197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9051, "tnode_": 8917, "lpoly_": null, "rpoly_": null, "length": 326.02820113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5940, "r_f_add": 5901, "r_t_add": 5935, "st_code": 43560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32163, "Shape__Length": 129.94610924665932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079445954891, 40.031060109718702 ], [ -75.078773258433301, 40.031790584851102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9150, "tnode_": 9051, "lpoly_": null, "rpoly_": null, "length": 225.46563623999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5860, "l_t_add": 5898, "r_f_add": 5861, "r_t_add": 5899, "st_code": 43560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32164, "Shape__Length": 89.856721793072424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079924802165095, 40.030562540044798 ], [ -75.079445954891, 40.031060109718702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9229, "tnode_": 9150, "lpoly_": null, "rpoly_": null, "length": 217.2962568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5826, "l_t_add": 5858, "r_f_add": 5827, "r_t_add": 5859, "st_code": 43560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32165, "Shape__Length": 86.60384318970992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080379293911307, 40.030079188427798 ], [ -75.080338818792896, 40.0301277821955 ], [ -75.079924802165095, 40.030562540044798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9340, "tnode_": 9229, "lpoly_": null, "rpoly_": null, "length": 232.07549037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5825, "st_code": 43560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32166, "Shape__Length": 92.49143585250782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080868684672694, 40.029565130611402 ], [ -75.080805021491599, 40.029627221091403 ], [ -75.080379293911307, 40.030079188427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9453, "tnode_": 9340, "lpoly_": null, "rpoly_": null, "length": 231.4289547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5426, "l_t_add": 5498, "r_f_add": 5427, "r_t_add": 5499, "st_code": 43560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32167, "Shape__Length": 92.235870377150803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081351367432305, 40.029049454408998 ], [ -75.080868684672694, 40.029565130611402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9594, "tnode_": 9453, "lpoly_": null, "rpoly_": null, "length": 237.86399901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5424, "r_f_add": 5401, "r_t_add": 5425, "st_code": 43560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 760630, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32168, "Shape__Length": 94.797749828344081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081851499406497, 40.028521683428501 ], [ -75.081351367432305, 40.029049454408998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9748, "tnode_": 9594, "lpoly_": null, "rpoly_": null, "length": 285.14315361000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5334, "l_t_add": 5398, "r_f_add": 5329, "r_t_add": 5399, "st_code": 43560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32169, "Shape__Length": 113.64255385359522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082444720673905, 40.027885501797698 ], [ -75.081851499406497, 40.028521683428501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9868, "tnode_": 9748, "lpoly_": null, "rpoly_": null, "length": 285.1465707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5332, "r_f_add": 5301, "r_t_add": 5327, "st_code": 43560, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 760632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32170, "Shape__Length": 113.6412378902584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083041097319196, 40.027251057543602 ], [ -75.082444720673905, 40.027885501797698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10122, "tnode_": 9868, "lpoly_": null, "rpoly_": null, "length": 564.91044570999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 43560, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 760633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32171, "Shape__Length": 225.1327268636565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084225354502706, 40.025995691466399 ], [ -75.083041097319196, 40.027251057543602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10222, "tnode_": 10122, "lpoly_": null, "rpoly_": null, "length": 238.61400919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5162, "l_t_add": 5198, "r_f_add": 5163, "r_t_add": 5199, "st_code": 43560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32172, "Shape__Length": 95.091123099606051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084729503830502, 40.0254676408655 ], [ -75.084225354502706, 40.025995691466399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10249, "tnode_": 10222, "lpoly_": null, "rpoly_": null, "length": 51.03284793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5132, "l_t_add": 5160, "r_f_add": 5133, "r_t_add": 5161, "st_code": 43560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32173, "Shape__Length": 20.340485713683616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084830875327796, 40.0253512277284 ], [ -75.084729503830502, 40.0254676408655 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10374, "tnode_": 10249, "lpoly_": null, "rpoly_": null, "length": 287.10480278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5130, "r_f_add": 5101, "r_t_add": 5131, "st_code": 43560, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32174, "Shape__Length": 114.4150871550432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085435825598594, 40.024714940947398 ], [ -75.084830875327796, 40.0253512277284 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10493, "tnode_": 10374, "lpoly_": null, "rpoly_": null, "length": 262.15210447000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5050, "l_t_add": 5098, "r_f_add": 5051, "r_t_add": 5099, "st_code": 43560, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32175, "Shape__Length": 104.46635394163371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085995510858396, 40.024138108544797 ], [ -75.085435825598594, 40.024714940947398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10701, "tnode_": 10602, "lpoly_": null, "rpoly_": null, "length": 278.96122254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4922, "l_t_add": 4998, "r_f_add": 4923, "r_t_add": 4999, "st_code": 43560, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 32176, "Shape__Length": 111.15995128663994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087172473785103, 40.022936063248203 ], [ -75.086571563865206, 40.023546793338703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8675, "tnode_": 8644, "lpoly_": null, "rpoly_": null, "length": 84.01970689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5950, "l_t_add": 5998, "r_f_add": 5951, "r_t_add": 5999, "st_code": 49200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32177, "Shape__Length": 33.488027714904341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802372841368, 40.033119505512602 ], [ -75.080062246722605, 40.033306836185801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8711, "tnode_": 8675, "lpoly_": null, "rpoly_": null, "length": 79.99429955000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5948, "l_t_add": 5948, "r_f_add": 5949, "r_t_add": 5949, "st_code": 49200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32178, "Shape__Length": 31.879300902621058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080411972776105, 40.032945754158902 ], [ -75.0802372841368, 40.033119505512602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8778, "tnode_": 8711, "lpoly_": null, "rpoly_": null, "length": 174.02582413000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5946, "l_t_add": 5946, "r_f_add": 5947, "r_t_add": 5947, "st_code": 49200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32179, "Shape__Length": 69.368564238916093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080760686412006, 40.032550326133801 ], [ -75.080411972776105, 40.032945754158902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8814, "tnode_": 8778, "lpoly_": null, "rpoly_": null, "length": 80.0730149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5944, "l_t_add": 5944, "r_f_add": 5945, "r_t_add": 5945, "st_code": 49200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32180, "Shape__Length": 31.918199079286435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080920385118802, 40.032367991081799 ], [ -75.080760686412006, 40.032550326133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8885, "tnode_": 8814, "lpoly_": null, "rpoly_": null, "length": 143.58921331000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5942, "r_f_add": 5901, "r_t_add": 5943, "st_code": 49200, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 32181, "Shape__Length": 57.222842926768479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081233187917107, 40.032055658958001 ], [ -75.080920385118802, 40.032367991081799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8177, "tnode_": 7993, "lpoly_": null, "rpoly_": null, "length": 590.89197804999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 22420, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760645, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32182, "Shape__Length": 235.19734990576475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041778792618402, 40.035186035284802 ], [ -75.040025430982197, 40.036088620991798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8378, "tnode_": 8177, "lpoly_": null, "rpoly_": null, "length": 755.52208385000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 22420, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760646, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32183, "Shape__Length": 300.72383489498691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044017853023902, 40.034028797205998 ], [ -75.041778792618402, 40.035186035284802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8572, "tnode_": 8378, "lpoly_": null, "rpoly_": null, "length": 714.62992802999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 22420, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760647, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32184, "Shape__Length": 284.44228529005653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046136178994203, 40.032934752437498 ], [ -75.044017853023902, 40.034028797205998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8541, "tnode_": 8391, "lpoly_": null, "rpoly_": null, "length": 557.13973926999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 11940, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760648, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32185, "Shape__Length": 221.75866187263938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039846439884201, 40.0329814795994 ], [ -75.038197720458399, 40.033837577062101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8368, "tnode_": 8213, "lpoly_": null, "rpoly_": null, "length": 572.38826997000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 56680, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 760649, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32186, "Shape__Length": 227.82896152089782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0407507707815, 40.034010606345703 ], [ -75.040680569475896, 40.034048123529203 ], [ -75.039053397876202, 40.034886118053798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8571, "tnode_": 8368, "lpoly_": null, "rpoly_": null, "length": 755.76657452999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 56680, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 760650, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32187, "Shape__Length": 300.81787725566829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0429878466052, 40.032850036907199 ], [ -75.042904929134593, 40.032895972435703 ], [ -75.042566034080494, 40.033069428451903 ], [ -75.041899925841705, 40.0334142126583 ], [ -75.041498591584698, 40.033620321553897 ], [ -75.0407507707815, 40.034010606345703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8760, "tnode_": 8571, "lpoly_": null, "rpoly_": null, "length": 716.2372551000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 56680, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760651, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32188, "Shape__Length": 285.07609217134024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045112286650095, 40.031755119338698 ], [ -75.0429878466052, 40.032850036907199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8953, "tnode_": 8745, "lpoly_": null, "rpoly_": null, "length": 715.12540008999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 11940, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760652, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32189, "Shape__Length": 284.63129312685408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044208955422405, 40.030729418446398 ], [ -75.043738609157202, 40.030967059238897 ], [ -75.0436538785397, 40.031010680970802 ], [ -75.042090649506505, 40.0318257809203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9036, "tnode_": 8953, "lpoly_": null, "rpoly_": null, "length": 293.0053459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 11940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760653, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32190, "Shape__Length": 116.61852329026091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045078159561797, 40.030281711872803 ], [ -75.044320263820495, 40.030669324148597 ], [ -75.044208955422405, 40.030729418446398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9155, "tnode_": 9036, "lpoly_": null, "rpoly_": null, "length": 352.33190664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6929, "st_code": 11940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760654, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32191, "Shape__Length": 140.23248717109828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046119584321104, 40.029740247621802 ], [ -75.046067979885507, 40.0297734221026 ], [ -75.045908143925601, 40.0298543781483 ], [ -75.0456301924916, 40.029999437568499 ], [ -75.045339917268706, 40.030151409104199 ], [ -75.045151499226606, 40.030252224137399 ], [ -75.045078159561797, 40.030281711872803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9227, "tnode_": 9155, "lpoly_": null, "rpoly_": null, "length": 296.4962625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6832, "l_t_add": 6898, "r_f_add": 6835, "r_t_add": 6899, "st_code": 11940, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760655, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32192, "Shape__Length": 118.00502982955388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047000771941995, 40.029289041929196 ], [ -75.046119584321104, 40.029740247621802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9332, "tnode_": 9227, "lpoly_": null, "rpoly_": null, "length": 305.91789512000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6830, "r_f_add": 6801, "r_t_add": 6833, "st_code": 11940, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760656, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32193, "Shape__Length": 121.75682808406279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047906009315298, 40.028819239298301 ], [ -75.047761439761999, 40.028894310045899 ], [ -75.047713247033499, 40.028916843020802 ], [ -75.047661271437505, 40.028944774353697 ], [ -75.047249554884701, 40.029155031737702 ], [ -75.047087343206798, 40.029239707043999 ], [ -75.047000771941995, 40.029289041929196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9784, "tnode_": 9558, "lpoly_": null, "rpoly_": null, "length": 615.86909967000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 11940, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760657, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32194, "Shape__Length": 245.11756877311416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051546003028193, 40.0269227625556 ], [ -75.051477623220507, 40.0269688131104 ], [ -75.049730086390696, 40.027875449708198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9963, "tnode_": 9784, "lpoly_": null, "rpoly_": null, "length": 553.87858996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 11940, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760658, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32195, "Shape__Length": 220.43779654135886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053185506043704, 40.026072360321102 ], [ -75.051546003028193, 40.0269227625556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10347, "tnode_": 10149, "lpoly_": null, "rpoly_": null, "length": 658.53563846000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 11940, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760659, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32196, "Shape__Length": 262.08296032041801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056917627355801, 40.024169706593803 ], [ -75.054968097126604, 40.0251804639787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10557, "tnode_": 10347, "lpoly_": null, "rpoly_": null, "length": 659.23375054999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 11940, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760660, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32197, "Shape__Length": 262.36389536050478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058859026444907, 40.023147840439201 ], [ -75.056982776157696, 40.024122803176603 ], [ -75.056917627355801, 40.024169706593803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10735, "tnode_": 10557, "lpoly_": null, "rpoly_": null, "length": 660.65695014999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 11940, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760661, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGARD ST", "stname": "ALGARD ST", "objectid": 32198, "Shape__Length": 262.91847839655196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060815958970394, 40.022135174664399 ], [ -75.058859026444907, 40.023147840439201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10667, "tnode_": 10548, "lpoly_": null, "rpoly_": null, "length": 422.21745255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6239, "r_t_add": 6299, "st_code": 36920, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760662, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32199, "Shape__Length": 168.03323279221581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057248593515695, 40.022485010015302 ], [ -75.056004742320297, 40.023139895041197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10726, "tnode_": 10667, "lpoly_": null, "rpoly_": null, "length": 242.06816478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6237, "st_code": 36920, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760663, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32200, "Shape__Length": 96.332365672698259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057968160519906, 40.022116882197103 ], [ -75.057248593515695, 40.022485010015302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10901, "tnode_": 10726, "lpoly_": null, "rpoly_": null, "length": 658.69153302000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 36920, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760664, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32201, "Shape__Length": 262.13214150269698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0599195224342, 40.0211075497404 ], [ -75.057968160519906, 40.022116882197103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10548, "tnode_": 10338, "lpoly_": null, "rpoly_": null, "length": 655.58170192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 36920, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760665, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32202, "Shape__Length": 260.89862732796047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056004742320297, 40.023139895041197 ], [ -75.054057478279404, 40.0241386590166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10716, "tnode_": 10541, "lpoly_": null, "rpoly_": null, "length": 658.34806453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 37280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760666, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32203, "Shape__Length": 262.00019195333255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055103826534506, 40.022103901334503 ], [ -75.053154685417795, 40.0231141137996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10363, "tnode_": 10161, "lpoly_": null, "rpoly_": null, "length": 659.99532963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 56680, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760667, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32204, "Shape__Length": 262.6634388555338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059764082172705, 40.024171071772798 ], [ -75.059461624125206, 40.024328577911099 ], [ -75.057809606079701, 40.0251833553761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10562, "tnode_": 10363, "lpoly_": null, "rpoly_": null, "length": 658.91876880999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 56680, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760668, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32205, "Shape__Length": 262.22929643234653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061717809344003, 40.023163261049298 ], [ -75.061285280693397, 40.023387172078202 ], [ -75.059764082172705, 40.024171071772798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10693, "tnode_": 10562, "lpoly_": null, "rpoly_": null, "length": 460.08512828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 56680, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760669, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-09-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32206, "Shape__Length": 183.09606346679237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063083683046898, 40.022461697014599 ], [ -75.062899456245901, 40.022550152361497 ], [ -75.061717809344003, 40.023163261049298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10667, "tnode_": 10752, "lpoly_": null, "rpoly_": null, "length": 225.9996977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 54840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760671, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 32207, "Shape__Length": 90.072972466538644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057248593515695, 40.022485010015302 ], [ -75.056797728145597, 40.021970485347502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10752, "tnode_": 10916, "lpoly_": null, "rpoly_": null, "length": 449.16527374000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 54840, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760672, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 32208, "Shape__Length": 179.01562528773059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056797728145597, 40.021970485347502 ], [ -75.0559042026333, 40.020946574855103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10916, "tnode_": 10984, "lpoly_": null, "rpoly_": null, "length": 226.55092881000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 54840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760673, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 32209, "Shape__Length": 90.292280635809732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0559042026333, 40.020946574855103 ], [ -75.055455618543306, 40.020429058696799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10691, "tnode_": 10857, "lpoly_": null, "rpoly_": null, "length": 451.38180953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 40000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760674, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALE ST", "stname": "HALE ST", "objectid": 32210, "Shape__Length": 179.90178886109169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056164213882496, 40.022301464298998 ], [ -75.055270153961899, 40.021270506257103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10987, "tnode_": 10907, "lpoly_": null, "rpoly_": null, "length": 370.65950524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 37280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760675, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32211, "Shape__Length": 147.50557436993989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058167147814302, 40.020522572146902 ], [ -75.057069198854606, 40.021090670550798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10913, "tnode_": 10987, "lpoly_": null, "rpoly_": null, "length": 225.70295314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4525, "r_f_add": 4500, "r_t_add": 4524, "st_code": 49160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760676, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 32212, "Shape__Length": 89.951361428401896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0586203190432, 40.021034908200797 ], [ -75.058167147814302, 40.020522572146902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10987, "tnode_": 11053, "lpoly_": null, "rpoly_": null, "length": 225.0978829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4527, "l_t_add": 4599, "r_f_add": 4526, "r_t_add": 4598, "st_code": 49160, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760677, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 32213, "Shape__Length": 89.716233903027629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058167147814302, 40.020522572146902 ], [ -75.057728940210694, 40.020004580401803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8738, "tnode_": 8636, "lpoly_": null, "rpoly_": null, "length": 378.38159709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6829, "r_t_add": 6899, "st_code": 22420, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32214, "Shape__Length": 150.60342766805761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0494429444026, 40.032073867312299 ], [ -75.048320893151697, 40.0326526140082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8821, "tnode_": 8738, "lpoly_": null, "rpoly_": null, "length": 305.30693772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6826, "r_f_add": 6801, "r_t_add": 6827, "st_code": 22420, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760679, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32215, "Shape__Length": 121.51853422142644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050346630066798, 40.031604990689097 ], [ -75.0494429444026, 40.032073867312299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8998, "tnode_": 8821, "lpoly_": null, "rpoly_": null, "length": 614.27381961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 22420, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32216, "Shape__Length": 244.48957107875447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052167143183198, 40.030664272899699 ], [ -75.050346630066798, 40.031604990689097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9102, "tnode_": 8998, "lpoly_": null, "rpoly_": null, "length": 300.43376820999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6642, "l_t_add": 6698, "r_f_add": 6641, "r_t_add": 6699, "st_code": 22420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32217, "Shape__Length": 119.57633848258645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053056526662104, 40.030203040238 ], [ -75.052167143183198, 40.030664272899699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9182, "tnode_": 9102, "lpoly_": null, "rpoly_": null, "length": 315.74136843000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6640, "r_f_add": 6601, "r_t_add": 6639, "st_code": 22420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760682, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32218, "Shape__Length": 125.66671728873618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053993085014, 40.029720439909497 ], [ -75.053056526662104, 40.030203040238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9237, "tnode_": 9182, "lpoly_": null, "rpoly_": null, "length": 192.01828391000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6534, "l_t_add": 6598, "r_f_add": 6535, "r_t_add": 6599, "st_code": 22420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760683, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32219, "Shape__Length": 76.423384654050167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054563281668095, 40.029427671709001 ], [ -75.053993085014, 40.029720439909497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9279, "tnode_": 9237, "lpoly_": null, "rpoly_": null, "length": 170.62176369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6520, "l_t_add": 6532, "r_f_add": 6521, "r_t_add": 6533, "st_code": 22420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32220, "Shape__Length": 67.907751581982268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055069296831107, 40.029166788411302 ], [ -75.054563281668095, 40.029427671709001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9363, "tnode_": 9279, "lpoly_": null, "rpoly_": null, "length": 192.12545023000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6518, "r_f_add": 6501, "r_t_add": 6519, "st_code": 22420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32221, "Shape__Length": 76.467771215017606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055636576397603, 40.028870172153702 ], [ -75.055069296831107, 40.029166788411302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9424, "tnode_": 9363, "lpoly_": null, "rpoly_": null, "length": 202.94919310999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 22420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32222, "Shape__Length": 80.773823685487741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056237924343804, 40.028559246282803 ], [ -75.055636576397603, 40.028870172153702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9487, "tnode_": 9424, "lpoly_": null, "rpoly_": null, "length": 185.4742703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6416, "l_t_add": 6438, "r_f_add": 6417, "r_t_add": 6439, "st_code": 22420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32223, "Shape__Length": 73.819648696868782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056785884433793, 40.028273265098903 ], [ -75.056237924343804, 40.028559246282803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9583, "tnode_": 9487, "lpoly_": null, "rpoly_": null, "length": 204.29839741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6414, "r_f_add": 6401, "r_t_add": 6415, "st_code": 22420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32224, "Shape__Length": 81.309249691385645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0573923789633, 40.027961595423299 ], [ -75.056785884433793, 40.028273265098903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9673, "tnode_": 9583, "lpoly_": null, "rpoly_": null, "length": 221.03060659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6334, "l_t_add": 6398, "r_f_add": 6335, "r_t_add": 6399, "st_code": 22420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760689, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32225, "Shape__Length": 87.969940088712562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058046056782104, 40.027621558179497 ], [ -75.0573923789633, 40.027961595423299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9820, "tnode_": 9757, "lpoly_": null, "rpoly_": null, "length": 221.79972389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 6301, "r_t_add": 6317, "st_code": 22420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32226, "Shape__Length": 88.273007369233696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059346996177496, 40.026948584175997 ], [ -75.058688086306802, 40.027286412782097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9582, "tnode_": 9484, "lpoly_": null, "rpoly_": null, "length": 204.04052725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6439, "r_t_add": 6499, "st_code": 76560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32227, "Shape__Length": 81.207109321824618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055692064912805, 40.027933445174597 ], [ -75.055087051618898, 40.028245542677602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9657, "tnode_": 9582, "lpoly_": null, "rpoly_": null, "length": 186.1172752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6424, "l_t_add": 6438, "r_f_add": 6425, "r_t_add": 6437, "st_code": 76560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760692, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32228, "Shape__Length": 74.076618488817275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056239534095099, 40.027643789676603 ], [ -75.055692064912805, 40.027933445174597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9739, "tnode_": 9657, "lpoly_": null, "rpoly_": null, "length": 202.28341718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 76560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760693, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32229, "Shape__Length": 80.506739375624875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056839795463006, 40.027334911481503 ], [ -75.056239534095099, 40.027643789676603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9328, "tnode_": 9145, "lpoly_": null, "rpoly_": null, "length": 616.53354945000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 76560, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760694, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32230, "Shape__Length": 245.38602506714176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053336095504093, 40.028965693343402 ], [ -75.051513259957105, 40.029914803918203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9547, "tnode_": 9324, "lpoly_": null, "rpoly_": null, "length": 615.43776846999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 56680, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760695, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32231, "Shape__Length": 244.94072322468386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052454373160501, 40.027960297775401 ], [ -75.050627228967201, 40.028899065879898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9617, "tnode_": 9710, "lpoly_": null, "rpoly_": null, "length": 115.05967436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4009, "r_f_add": 4000, "r_t_add": 4008, "st_code": 68860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760696, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32232, "Shape__Length": 45.869887707851461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059984069533698, 40.027802347518197 ], [ -75.060009127597297, 40.0277623027171 ], [ -75.060020261722201, 40.027738217262801 ], [ -75.060018076818693, 40.027707732360497 ], [ -75.059856229309204, 40.027531996380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9710, "tnode_": 9820, "lpoly_": null, "rpoly_": null, "length": 255.93998582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4011, "l_t_add": 4099, "r_f_add": 4010, "r_t_add": 4098, "st_code": 68860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760697, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32233, "Shape__Length": 102.01395690977348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059856229309204, 40.027531996380297 ], [ -75.059346996177496, 40.026948584175997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9820, "tnode_": 9939, "lpoly_": null, "rpoly_": null, "length": 273.58493195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4127, "r_f_add": 4100, "r_t_add": 4126, "st_code": 68860, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760698, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32234, "Shape__Length": 109.04784688520665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059346996177496, 40.026948584175997 ], [ -75.058806422831097, 40.026323019355999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9939, "tnode_": 10066, "lpoly_": null, "rpoly_": null, "length": 274.45208878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4129, "l_t_add": 4199, "r_f_add": 4128, "r_t_add": 4198, "st_code": 68860, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760699, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32235, "Shape__Length": 109.38729445873999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058806422831097, 40.026323019355999 ], [ -75.058253572654905, 40.025700945666301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10254, "tnode_": 10347, "lpoly_": null, "rpoly_": null, "length": 220.07166242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4323, "r_f_add": 4300, "r_t_add": 4324, "st_code": 68860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760700, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32236, "Shape__Length": 87.712697212343031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057357601342304, 40.0246702574605 ], [ -75.056917627355801, 40.024169706593803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10347, "tnode_": 10458, "lpoly_": null, "rpoly_": null, "length": 231.63643084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4325, "l_t_add": 4399, "r_f_add": 4326, "r_t_add": 4398, "st_code": 68860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760701, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32237, "Shape__Length": 92.322723134591783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056917627355801, 40.024169706593803 ], [ -75.056457426548207, 40.023641356984498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10458, "tnode_": 10548, "lpoly_": null, "rpoly_": null, "length": 222.3579607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4423, "r_f_add": 4400, "r_t_add": 4422, "st_code": 68860, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760702, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32238, "Shape__Length": 88.618550373522154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056457426548207, 40.023641356984498 ], [ -75.056004742320297, 40.023139895041197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10793, "tnode_": 10884, "lpoly_": null, "rpoly_": null, "length": 226.3009889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4615, "r_f_add": 4600, "r_t_add": 4614, "st_code": 68860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760703, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32239, "Shape__Length": 90.193246557862963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054660489640696, 40.021590851932402 ], [ -75.054211839054403, 40.021074192451501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10884, "tnode_": 10964, "lpoly_": null, "rpoly_": null, "length": 242.4964306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4617, "l_t_add": 4699, "r_f_add": 4616, "r_t_add": 4698, "st_code": 68860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760704, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32240, "Shape__Length": 96.645636708232317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054211839054403, 40.021074192451501 ], [ -75.053727782848895, 40.020522260731397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10964, "tnode_": 11034, "lpoly_": null, "rpoly_": null, "length": 224.85137534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4721, "r_f_add": 4700, "r_t_add": 4720, "st_code": 68860, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760705, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32241, "Shape__Length": 89.610378102597124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053727782848895, 40.020522260731397 ], [ -75.053274456954398, 40.020012837301003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11034, "tnode_": 11107, "lpoly_": null, "rpoly_": null, "length": 214.26617008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4723, "l_t_add": 4799, "r_f_add": 4722, "r_t_add": 4798, "st_code": 68860, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760706, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32242, "Shape__Length": 85.390907358227395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053274456954398, 40.020012837301003 ], [ -75.052841851503203, 40.019527724139799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11107, "tnode_": 11183, "lpoly_": null, "rpoly_": null, "length": 219.88397909000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4811, "r_f_add": 4800, "r_t_add": 4810, "st_code": 68860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760707, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32243, "Shape__Length": 87.635976327696511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052841851503203, 40.019527724139799 ], [ -75.052411912417099, 40.019022677568302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11183, "tnode_": 11275, "lpoly_": null, "rpoly_": null, "length": 225.05426196000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4813, "l_t_add": 4899, "r_f_add": 4812, "r_t_add": 4898, "st_code": 68860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760708, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32244, "Shape__Length": 89.693543520403239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052411912417099, 40.019022677568302 ], [ -75.0519668949443, 40.018508277957203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11275, "tnode_": 11356, "lpoly_": null, "rpoly_": null, "length": 256.6187075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 68860, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760709, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32245, "Shape__Length": 102.26438769279778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0519668949443, 40.018508277957203 ], [ -75.051443118831102, 40.0179302901388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7556, "tnode_": 7514, "lpoly_": null, "rpoly_": null, "length": 95.57076979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6302, "l_t_add": 6350, "r_f_add": 6303, "r_t_add": 6349, "st_code": 51660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32246, "Shape__Length": 38.094742841832485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079718406852805, 40.039449217130901 ], [ -75.079517784788294, 40.039661468164603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9567, "tnode_": 9737, "lpoly_": null, "rpoly_": null, "length": 533.98385430999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 28320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 760710, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32247, "Shape__Length": 212.50031242880195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064005942060902, 40.028174119050099 ], [ -75.063172339190103, 40.027713767469301 ], [ -75.063082134948402, 40.027716433425503 ], [ -75.062769038526895, 40.027541917654197 ], [ -75.062676674993995, 40.027520649661199 ], [ -75.062586093040395, 40.027532860164101 ], [ -75.062397472054897, 40.027453545723198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10039, "tnode_": 10152, "lpoly_": null, "rpoly_": null, "length": 275.06163916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4125, "r_f_add": 4100, "r_t_add": 4124, "st_code": 28320, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32248, "Shape__Length": 109.63291485435317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061305712896598, 40.025937418340497 ], [ -75.060758326730195, 40.025310480681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10152, "tnode_": 10263, "lpoly_": null, "rpoly_": null, "length": 273.99637794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4127, "l_t_add": 4199, "r_f_add": 4126, "r_t_add": 4198, "st_code": 28320, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760712, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32249, "Shape__Length": 109.20863901048396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060758326730195, 40.025310480681 ], [ -75.060215753095207, 40.024684589070297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10471, "tnode_": 10557, "lpoly_": null, "rpoly_": null, "length": 224.84168588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4323, "r_f_add": 4300, "r_t_add": 4322, "st_code": 28320, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32250, "Shape__Length": 89.610935371476216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0593117425976, 40.0236575629905 ], [ -75.058859026444907, 40.023147840439201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10557, "tnode_": 10637, "lpoly_": null, "rpoly_": null, "length": 225.51273178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4325, "l_t_add": 4399, "r_f_add": 4324, "r_t_add": 4398, "st_code": 28320, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32251, "Shape__Length": 89.883823457203377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058859026444907, 40.023147840439201 ], [ -75.058417474711902, 40.0226301591766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10637, "tnode_": 10726, "lpoly_": null, "rpoly_": null, "length": 225.3798913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4423, "r_f_add": 4400, "r_t_add": 4416, "st_code": 28320, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32252, "Shape__Length": 89.826293288286777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058417474711902, 40.0226301591766 ], [ -75.057968160519906, 40.022116882197103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10726, "tnode_": 10810, "lpoly_": null, "rpoly_": null, "length": 224.95538151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4425, "l_t_add": 4499, "r_f_add": 4418, "r_t_add": 4498, "st_code": 28320, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32253, "Shape__Length": 89.654309070716323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057968160519906, 40.022116882197103 ], [ -75.057515395056598, 40.021606812987997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10810, "tnode_": 10907, "lpoly_": null, "rpoly_": null, "length": 225.76312418000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4517, "r_f_add": 4500, "r_t_add": 4514, "st_code": 28320, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32254, "Shape__Length": 89.979576284772946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057515395056598, 40.021606812987997 ], [ -75.057069198854606, 40.021090670550798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10907, "tnode_": 10967, "lpoly_": null, "rpoly_": null, "length": 226.33550004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4519, "l_t_add": 4599, "r_f_add": 4516, "r_t_add": 4598, "st_code": 28320, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32255, "Shape__Length": 90.20390738152048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057069198854606, 40.021090670550798 ], [ -75.056615524438897, 40.020576497996998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10967, "tnode_": 11041, "lpoly_": null, "rpoly_": null, "length": 224.59256078000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4615, "r_f_add": 4600, "r_t_add": 4614, "st_code": 28320, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32256, "Shape__Length": 89.509567095121582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056615524438897, 40.020576497996998 ], [ -75.056167304478393, 40.020065267213297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11041, "tnode_": 11119, "lpoly_": null, "rpoly_": null, "length": 241.54591094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4617, "l_t_add": 4699, "r_f_add": 4616, "r_t_add": 4698, "st_code": 28320, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760720, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32257, "Shape__Length": 96.2671899744103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056167304478393, 40.020065267213297 ], [ -75.055688828769703, 40.019513603706997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11119, "tnode_": 11199, "lpoly_": null, "rpoly_": null, "length": 214.89604157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4709, "r_f_add": 4700, "r_t_add": 4708, "st_code": 28320, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32258, "Shape__Length": 85.64473318159817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055688828769703, 40.019513603706997 ], [ -75.055261917123602, 40.019023437241103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11199, "tnode_": 11295, "lpoly_": null, "rpoly_": null, "length": 221.32333294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4711, "l_t_add": 4799, "r_f_add": 4710, "r_t_add": 4798, "st_code": 28320, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32259, "Shape__Length": 88.204374411771639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055261917123602, 40.019023437241103 ], [ -75.054819689915504, 40.0185199290489 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11295, "tnode_": 11361, "lpoly_": null, "rpoly_": null, "length": 224.46452491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4821, "r_f_add": 4800, "r_t_add": 4820, "st_code": 28320, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32260, "Shape__Length": 89.455460799413729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054819689915504, 40.0185199290489 ], [ -75.054370958153299, 40.018009394894598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11361, "tnode_": 11429, "lpoly_": null, "rpoly_": null, "length": 224.29207412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4823, "l_t_add": 4899, "r_f_add": 4822, "r_t_add": 4898, "st_code": 28320, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760724, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32261, "Shape__Length": 89.387190851110091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054370958153299, 40.018009394894598 ], [ -75.053924866237594, 40.017498066608901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11429, "tnode_": 11518, "lpoly_": null, "rpoly_": null, "length": 256.86239512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 28320, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760725, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32262, "Shape__Length": 102.36293257581866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053924866237594, 40.017498066608901 ], [ -75.053406503865403, 40.016916393699802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9737, "tnode_": 9573, "lpoly_": null, "rpoly_": null, "length": 197.50643406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6206, "r_f_add": 6201, "r_t_add": 6207, "st_code": 40440, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760726, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32263, "Shape__Length": 78.811904424723068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062397472054897, 40.027453545723198 ], [ -75.062465067553902, 40.0278896323033 ], [ -75.062427910677897, 40.027988599430202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10008, "tnode_": 9805, "lpoly_": null, "rpoly_": null, "length": 369.90932177999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6138, "l_t_add": 6194, "r_f_add": 6175, "r_t_add": 6195, "st_code": 40440, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760727, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32264, "Shape__Length": 147.6126845080837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062562545067394, 40.026136183028697 ], [ -75.062421018956002, 40.027145782590601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9805, "tnode_": 9737, "lpoly_": null, "rpoly_": null, "length": 112.30661079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6196, "l_t_add": 6198, "r_f_add": 6197, "r_t_add": 6199, "st_code": 40440, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760728, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32265, "Shape__Length": 44.817911042408376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062421018956002, 40.027145782590601 ], [ -75.062397472054897, 40.027453545723198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9805, "tnode_": 9912, "lpoly_": null, "rpoly_": null, "length": 285.2766863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4021, "r_f_add": 4000, "r_t_add": 4020, "st_code": 28320, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32266, "Shape__Length": 113.68536469854428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062421018956002, 40.027145782590601 ], [ -75.062352457344701, 40.027109031852802 ], [ -75.062241091283198, 40.027004108142599 ], [ -75.061816426178396, 40.026520556271699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8523, "tnode_": 8700, "lpoly_": null, "rpoly_": null, "length": 700.19204091000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 28320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 760731, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32267, "Shape__Length": 278.7307966357497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074271976435696, 40.033894104541503 ], [ -75.072246047802395, 40.032767492712203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8700, "tnode_": 8877, "lpoly_": null, "rpoly_": null, "length": 603.38923562999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 28320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 760732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32268, "Shape__Length": 240.19640122525124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072246047802395, 40.032767492712203 ], [ -75.070506343474406, 40.0317901784395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8877, "tnode_": 9026, "lpoly_": null, "rpoly_": null, "length": 562.42341448000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 28320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 760733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32269, "Shape__Length": 223.88219420870257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070506343474406, 40.0317901784395 ], [ -75.0688798724196, 40.030884396423197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9168, "tnode_": 9183, "lpoly_": null, "rpoly_": null, "length": 76.4180941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2756, "r_t_add": 2798, "st_code": 28320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 760734, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32270, "Shape__Length": 30.419579235896734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067481122369202, 40.030101262453798 ], [ -75.067261031203401, 40.029977243995297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9366, "tnode_": 9567, "lpoly_": null, "rpoly_": null, "length": 563.82971648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 28320, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 760735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32271, "Shape__Length": 224.43196412345441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065637953867395, 40.029080530728301 ], [ -75.064005942060902, 40.028174119050099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8465, "tnode_": 8444, "lpoly_": null, "rpoly_": null, "length": 66.49299577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760736, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32272, "Shape__Length": 26.453576205128513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074879131098498, 40.034219177513997 ], [ -75.075092980693796, 40.034298523921997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8506, "tnode_": 8465, "lpoly_": null, "rpoly_": null, "length": 148.37870982000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32273, "Shape__Length": 59.061065435505057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074441679126707, 40.033989320908098 ], [ -75.074879131098498, 40.034219177513997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8523, "tnode_": 8506, "lpoly_": null, "rpoly_": null, "length": 58.83252528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 760738, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32274, "Shape__Length": 23.420496435697796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074271976435696, 40.033894104541503 ], [ -75.074441679126707, 40.033989320908098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7752, "tnode_": 7802, "lpoly_": null, "rpoly_": null, "length": 222.40052887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1215, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1224, "st_code": 28320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32275, "Shape__Length": 88.535665177351532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082630219744303, 40.038525295156397 ], [ -75.081981734722305, 40.038172766634197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7802, "tnode_": 7872, "lpoly_": null, "rpoly_": null, "length": 239.97788701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1226, "r_t_add": 1298, "st_code": 28320, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32276, "Shape__Length": 95.533369240479047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081981734722305, 40.038172766634197 ], [ -75.081283156675696, 40.037791122865897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7872, "tnode_": 7938, "lpoly_": null, "rpoly_": null, "length": 235.13499118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1314, "st_code": 28320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32277, "Shape__Length": 93.607361525278321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081283156675696, 40.037791122865897 ], [ -75.080602082072105, 40.037413528867397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7938, "tnode_": 8011, "lpoly_": null, "rpoly_": null, "length": 279.37679406000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1316, "r_t_add": 1398, "st_code": 28320, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 32278, "Shape__Length": 111.24648207414356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080602082072105, 40.037413528867397 ], [ -75.079911898511796, 40.037019756079097 ], [ -75.079890300349305, 40.036983881879998 ], [ -75.079872883055998, 40.036958715510302 ], [ -75.079838936232704, 40.036930806841603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7580, "tnode_": 7503, "lpoly_": null, "rpoly_": null, "length": 162.34852937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6222, "l_t_add": 6248, "r_f_add": 6223, "r_t_add": 6249, "st_code": 35240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 32279, "Shape__Length": 64.712718465929271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0828479583286, 40.039385498102298 ], [ -75.082507518866294, 40.039746256642402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6113, "tnode_": 5992, "lpoly_": null, "rpoly_": null, "length": 290.3628205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6815, "r_t_add": 6899, "st_code": 51660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32280, "Shape__Length": 115.74838001315381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073638144110703, 40.0458910074762 ], [ -75.073024224826597, 40.0465334367438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6703, "tnode_": 6671, "lpoly_": null, "rpoly_": null, "length": 92.14550064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6624, "r_f_add": 6621, "r_t_add": 6625, "st_code": 51660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32281, "Shape__Length": 36.735803262144707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076167201505399, 40.043211803325399 ], [ -75.075982384996195, 40.043421103454499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7514, "tnode_": 7462, "lpoly_": null, "rpoly_": null, "length": 81.0411415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6352, "l_t_add": 6364, "r_f_add": 6351, "r_t_add": 6365, "st_code": 51660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32282, "Shape__Length": 32.304704933936065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079517784788294, 40.039661468164603 ], [ -75.079350422837507, 40.039842972960301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8093, "tnode_": 7872, "lpoly_": null, "rpoly_": null, "length": 560.27249673999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 51660, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32283, "Shape__Length": 223.31863008091182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082458362487898, 40.036546336699999 ], [ -75.081283156675696, 40.037791122865897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8311, "tnode_": 8093, "lpoly_": null, "rpoly_": null, "length": 560.90569133000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 51660, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760752, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 32284, "Shape__Length": 223.57196962512867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083625061983895, 40.035294704914499 ], [ -75.082506663848307, 40.036494239563602 ], [ -75.082458362487898, 40.036546336699999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8238, "tnode_": 8178, "lpoly_": null, "rpoly_": null, "length": 185.74956983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6118, "r_f_add": 6101, "r_t_add": 6113, "st_code": 21880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760754, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32285, "Shape__Length": 74.041098571441296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080983377121797, 40.035722223157698 ], [ -75.0806028724149, 40.036139904191998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8316, "tnode_": 8238, "lpoly_": null, "rpoly_": null, "length": 183.38000533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6044, "l_t_add": 6098, "r_f_add": 6047, "r_t_add": 6099, "st_code": 21880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 760755, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32286, "Shape__Length": 73.084942289259359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081380603732498, 40.035321996977999 ], [ -75.080983377121797, 40.035722223157698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8592, "tnode_": 8452, "lpoly_": null, "rpoly_": null, "length": 347.44731961999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5922, "l_t_add": 5998, "r_f_add": 5915, "r_t_add": 5999, "st_code": 21880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760756, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32287, "Shape__Length": 138.47503292198439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082925244513504, 40.033731392973401 ], [ -75.082181998366593, 40.034495129508201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8673, "tnode_": 8592, "lpoly_": null, "rpoly_": null, "length": 214.92374444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5920, "r_f_add": 5901, "r_t_add": 5913, "st_code": 21880, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 760757, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32288, "Shape__Length": 85.66294675559935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083373598743705, 40.0332525319102 ], [ -75.082925244513504, 40.033731392973401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8868, "tnode_": 8673, "lpoly_": null, "rpoly_": null, "length": 465.63888138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 21880, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 760758, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32289, "Shape__Length": 185.62197176431303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084275399264101, 40.032181158060801 ], [ -75.084174016727999, 40.032322066297297 ], [ -75.084020139719698, 40.032547935706702 ], [ -75.083373598743705, 40.0332525319102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6172, "tnode_": 6040, "lpoly_": null, "rpoly_": null, "length": 263.40963505000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6916, "r_f_add": 6901, "r_t_add": 6917, "st_code": 21880, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 760759, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32290, "Shape__Length": 104.99242190039415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071466763404104, 40.045657070309602 ], [ -75.070888896541703, 40.046227698093197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6298, "tnode_": 6172, "lpoly_": null, "rpoly_": null, "length": 283.46092003999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6819, "r_t_add": 6899, "st_code": 21880, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760760, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32291, "Shape__Length": 112.992513503878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072072013526906, 40.045033285144797 ], [ -75.071466763404104, 40.045657070309602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6443, "tnode_": 6298, "lpoly_": null, "rpoly_": null, "length": 280.50435721999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6817, "st_code": 21880, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 760761, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32292, "Shape__Length": 111.82490628707527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0726477330102, 40.044403095233001 ], [ -75.072072013526906, 40.045033285144797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6581, "tnode_": 6443, "lpoly_": null, "rpoly_": null, "length": 275.87846102999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6722, "l_t_add": 6798, "r_f_add": 6727, "r_t_add": 6799, "st_code": 21880, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760762, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32293, "Shape__Length": 109.95945918506368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073252840284198, 40.043805397844203 ], [ -75.0726477330102, 40.044403095233001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6706, "tnode_": 6581, "lpoly_": null, "rpoly_": null, "length": 279.73480223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6720, "r_f_add": 6701, "r_t_add": 6725, "st_code": 21880, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760763, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32294, "Shape__Length": 111.51033060852747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073838317518707, 40.043183151732698 ], [ -75.073252840284198, 40.043805397844203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6854, "tnode_": 6706, "lpoly_": null, "rpoly_": null, "length": 284.858017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6627, "r_t_add": 6699, "st_code": 21880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760764, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32295, "Shape__Length": 113.54835913637172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0744406738701, 40.042552961409001 ], [ -75.073838317518707, 40.043183151732698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7100, "tnode_": 6991, "lpoly_": null, "rpoly_": null, "length": 205.44720714000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6528, "l_t_add": 6598, "r_f_add": 6537, "r_t_add": 6599, "st_code": 21880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32296, "Shape__Length": 81.900681267689819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075454316262807, 40.041486168254998 ], [ -75.075035453116996, 40.041949229174399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7183, "tnode_": 7100, "lpoly_": null, "rpoly_": null, "length": 175.69971505000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6516, "l_t_add": 6526, "r_f_add": 6515, "r_t_add": 6535, "st_code": 21880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760766, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32297, "Shape__Length": 70.028586864360889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075837463175503, 40.041104192496398 ], [ -75.075454316262807, 40.041486168254998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7286, "tnode_": 7183, "lpoly_": null, "rpoly_": null, "length": 186.97390122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6514, "r_f_add": 6501, "r_t_add": 6513, "st_code": 21880, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760767, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32298, "Shape__Length": 74.524455341878721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076240033690993, 40.0406946795854 ], [ -75.075837463175503, 40.041104192496398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7373, "tnode_": 7286, "lpoly_": null, "rpoly_": null, "length": 194.24473454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6424, "l_t_add": 6498, "r_f_add": 6435, "r_t_add": 6499, "st_code": 21880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760768, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32299, "Shape__Length": 77.424148259700587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076654190788602, 40.040266898843903 ], [ -75.076240033690993, 40.0406946795854 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7434, "tnode_": 7407, "lpoly_": null, "rpoly_": null, "length": 85.66866672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6414, "l_t_add": 6418, "r_f_add": 6419, "r_t_add": 6427, "st_code": 21880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760769, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32300, "Shape__Length": 34.147116182103431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077004177491006, 40.039894093371899 ], [ -75.076822720076507, 40.040083441765802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7542, "tnode_": 7434, "lpoly_": null, "rpoly_": null, "length": 188.69788283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6412, "r_f_add": 6401, "r_t_add": 6417, "st_code": 21880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760770, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32301, "Shape__Length": 75.216989681159532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077397553987097, 40.039473497109903 ], [ -75.077004177491006, 40.039894093371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7674, "tnode_": 7622, "lpoly_": null, "rpoly_": null, "length": 81.42936512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6382, "l_t_add": 6384, "r_f_add": 6323, "r_t_add": 6329, "st_code": 21880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 760771, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32302, "Shape__Length": 32.452056014935479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078013103205706, 40.0388356231554 ], [ -75.077831676138601, 40.039010324621799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8099, "tnode_": 8011, "lpoly_": null, "rpoly_": null, "length": 189.34105849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 6127, "r_t_add": 6199, "st_code": 21880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760773, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32303, "Shape__Length": 75.461000488326491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080250976386395, 40.0365186853343 ], [ -75.079838936232704, 40.036930806841603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8178, "tnode_": 8099, "lpoly_": null, "rpoly_": null, "length": 169.55387196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6120, "l_t_add": 6138, "r_f_add": 6115, "r_t_add": 6125, "st_code": 21880, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 760774, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 32304, "Shape__Length": 67.583455481489352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0806028724149, 40.036139904191998 ], [ -75.080250976386395, 40.0365186853343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6807, "tnode_": 6531, "lpoly_": null, "rpoly_": null, "length": 556.59298578999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 70020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760775, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 32305, "Shape__Length": 221.86782876854681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0730442993964, 40.042735324532103 ], [ -75.071868420339797, 40.0439672893473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6877, "tnode_": 6596, "lpoly_": null, "rpoly_": null, "length": 558.3244382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 52160, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760776, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 32306, "Shape__Length": 222.56382760224946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0724738872253, 40.042412083985703 ], [ -75.071307601917098, 40.043655285658197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7165, "tnode_": 6877, "lpoly_": null, "rpoly_": null, "length": 559.21106325000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 52160, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760777, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 32307, "Shape__Length": 222.91475777342913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073638956013596, 40.041165222665803 ], [ -75.0724738872253, 40.042412083985703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7097, "tnode_": 6807, "lpoly_": null, "rpoly_": null, "length": 559.47483759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 70020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760778, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 32308, "Shape__Length": 223.01503079406291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074221452017596, 40.041494286768703 ], [ -75.0730442993964, 40.042735324532103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7237, "tnode_": 7165, "lpoly_": null, "rpoly_": null, "length": 134.92012420999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 52160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 32309, "Shape__Length": 53.773387817565464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073935902812195, 40.040873531815002 ], [ -75.073638956013596, 40.041165222665803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6188, "tnode_": 5919, "lpoly_": null, "rpoly_": null, "length": 583.05103007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 47680, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760780, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 32310, "Shape__Length": 232.40987756832828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067720211583904, 40.045387075570297 ], [ -75.066542884102503, 40.046637537436702 ], [ -75.066470976917799, 40.046651683551701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6261, "tnode_": 5989, "lpoly_": null, "rpoly_": null, "length": 576.53394032000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 73420, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760781, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 32311, "Shape__Length": 229.83305370923858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067156098494905, 40.0450812340816 ], [ -75.065954345853598, 40.046366430580001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7096, "tnode_": 6816, "lpoly_": null, "rpoly_": null, "length": 559.39667123000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 73420, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760782, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 32312, "Shape__Length": 222.98326416948424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070639501151206, 40.0413895398395 ], [ -75.069462002651207, 40.042630117142501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7379, "tnode_": 7096, "lpoly_": null, "rpoly_": null, "length": 564.3229883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 73420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760783, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 32313, "Shape__Length": 224.94678169102608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071819727383897, 40.040133785593397 ], [ -75.070639501151206, 40.0413895398395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7031, "tnode_": 6744, "lpoly_": null, "rpoly_": null, "length": 557.01173508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 47680, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760784, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 32314, "Shape__Length": 222.02866277474959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071211319233299, 40.041709195106897 ], [ -75.070029306876094, 40.0429391072025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7317, "tnode_": 7031, "lpoly_": null, "rpoly_": null, "length": 561.58758407999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 47680, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 760785, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 32315, "Shape__Length": 223.86238064082653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072376235139302, 40.040454233349799 ], [ -75.071211319233299, 40.041709195106897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8156, "tnode_": 8133, "lpoly_": null, "rpoly_": null, "length": 32.12638868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 32480, "l_hundred": 0, "r_hundred": 0, "seg_id": 760786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 32316, "Shape__Length": 12.813504118126598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074744886303094, 40.036061459034798 ], [ -75.074696622902195, 40.0361414672712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8338, "tnode_": 8156, "lpoly_": null, "rpoly_": null, "length": 409.35546137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6224, "l_t_add": 6298, "r_f_add": 6225, "r_t_add": 6299, "st_code": 32480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 32317, "Shape__Length": 163.37466169967271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074903685261205, 40.034944379149202 ], [ -75.074744886303094, 40.036061459034798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8199, "tnode_": 8053, "lpoly_": null, "rpoly_": null, "length": 353.20570381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 47680, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 32318, "Shape__Length": 140.78211290589527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076552591744601, 40.035868409170398 ], [ -75.075811667492204, 40.036653108964998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8244, "tnode_": 8104, "lpoly_": null, "rpoly_": null, "length": 354.54079148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 73420, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 760789, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 32319, "Shape__Length": 141.30975189547931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075975889035107, 40.035546714457297 ], [ -75.075224771448205, 40.036330222634902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8211, "tnode_": 8264, "lpoly_": null, "rpoly_": null, "length": 213.92681782000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1615, "l_t_add": 1633, "r_f_add": 1616, "r_t_add": 1634, "st_code": 68860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 760790, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32320, "Shape__Length": 85.159952585845389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074161737044307, 40.035725437829797 ], [ -75.073855684664295, 40.035557847853802 ], [ -75.073539507352095, 40.035384693224302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8315, "tnode_": 8343, "lpoly_": null, "rpoly_": null, "length": 125.19149643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 68860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 760791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32321, "Shape__Length": 49.838695124452947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072965594513903, 40.035072571085898 ], [ -75.072605550448998, 40.034868828123997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7417, "tnode_": 7636, "lpoly_": null, "rpoly_": null, "length": 694.79033532999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 68860, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32322, "Shape__Length": 276.59721599138913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082116468906804, 40.040156704155102 ], [ -75.080093713511602, 40.039051937971202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7636, "tnode_": 7786, "lpoly_": null, "rpoly_": null, "length": 512.39306236000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 68860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760793, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 32323, "Shape__Length": 203.99671044911875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080093713511602, 40.039051937971202 ], [ -75.078623152243594, 40.0382147821324 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7503, "tnode_": 7726, "lpoly_": null, "rpoly_": null, "length": 697.02344306999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 40000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760794, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALE ST", "stname": "HALE ST", "objectid": 32324, "Shape__Length": 277.49306567748403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082507518866294, 40.039746256642402 ], [ -75.080490231664598, 40.038625118140999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7726, "tnode_": 7858, "lpoly_": null, "rpoly_": null, "length": 512.76874418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 40000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760795, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALE ST", "stname": "HALE ST", "objectid": 32325, "Shape__Length": 204.13302217743453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080490231664598, 40.038625118140999 ], [ -75.079001726551596, 40.037805150883102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7580, "tnode_": 7784, "lpoly_": null, "rpoly_": null, "length": 698.08323974000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 54840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 32326, "Shape__Length": 277.91846692263817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0828479583286, 40.039385498102298 ], [ -75.080834603786101, 40.038255262629399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7784, "tnode_": 7917, "lpoly_": null, "rpoly_": null, "length": 515.58213596999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 54840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760797, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 32327, "Shape__Length": 205.23384231256017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080834603786101, 40.038255262629399 ], [ -75.079444987168202, 40.0374875355485 ], [ -75.0793154026222, 40.037479478463801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7288, "tnode_": 7514, "lpoly_": null, "rpoly_": null, "length": 692.97795267999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 74960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760798, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 32328, "Shape__Length": 275.87806784393825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0815354214498, 40.040763201462802 ], [ -75.079517784788294, 40.039661468164603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7148, "tnode_": 7377, "lpoly_": null, "rpoly_": null, "length": 694.08005076000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 50500, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760802, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32329, "Shape__Length": 276.33135236229901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080906617509299, 40.041442039924 ], [ -75.078902291709994, 40.040320875335603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6511, "tnode_": 6472, "lpoly_": null, "rpoly_": null, "length": 89.278972579999987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6522, "l_t_add": 6526, "r_f_add": 6523, "r_t_add": 6527, "st_code": 75420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 760804, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 32330, "Shape__Length": 35.58387510168938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080968369665698, 40.044262426627498 ], [ -75.080770678198704, 40.044454726151699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6789, "tnode_": 6745, "lpoly_": null, "rpoly_": null, "length": 82.5596009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6420, "l_t_add": 6438, "r_f_add": 6421, "r_t_add": 6439, "st_code": 75420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 760805, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 32331, "Shape__Length": 32.910717991608387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082119392173496, 40.043027538913798 ], [ -75.081947122110805, 40.043211476227697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5912, "tnode_": 5788, "lpoly_": null, "rpoly_": null, "length": 285.32874469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6748, "r_f_add": 6701, "r_t_add": 6749, "st_code": 11980, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 760807, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 32332, "Shape__Length": 113.74477281674288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080989897606102, 40.047142408163303 ], [ -75.080661803804801, 40.047488417043603 ], [ -75.0803886650679, 40.047774855055302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5912, "tnode_": 6096, "lpoly_": null, "rpoly_": null, "length": 621.75798971999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 78940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 760808, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32333, "Shape__Length": 247.55626625431412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080989897606102, 40.047142408163303 ], [ -75.0791904157972, 40.046142147118999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6096, "tnode_": 6295, "lpoly_": null, "rpoly_": null, "length": 616.88444125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 78940, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 760809, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32334, "Shape__Length": 245.61287634202685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0791904157972, 40.046142147118999 ], [ -75.077405958824301, 40.045148777465897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6295, "tnode_": 6529, "lpoly_": null, "rpoly_": null, "length": 692.72005909000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 78940, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 760810, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32335, "Shape__Length": 275.80065521313367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077405958824301, 40.045148777465897 ], [ -75.0753994342423, 40.044036191655998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7311, "tnode_": 7372, "lpoly_": null, "rpoly_": null, "length": 208.03359319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 78940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 760811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32336, "Shape__Length": 82.828075545417391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068849519887394, 40.040390391599203 ], [ -75.068569677097898, 40.040242505267997 ], [ -75.068256512982003, 40.040047075233403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7526, "tnode_": 7765, "lpoly_": null, "rpoly_": null, "length": 654.35280644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 78940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 760812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32337, "Shape__Length": 260.50971329175701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066774149550199, 40.039239293125803 ], [ -75.064889008868704, 40.038177666706602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7765, "tnode_": 7828, "lpoly_": null, "rpoly_": null, "length": 353.02160418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2221, "r_f_add": 2200, "r_t_add": 2218, "st_code": 78940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 760813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32338, "Shape__Length": 140.54066686318424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064889008868704, 40.038177666706602 ], [ -75.063869251773696, 40.037607808691902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7828, "tnode_": 7902, "lpoly_": null, "rpoly_": null, "length": 281.48693174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2223, "l_t_add": 2299, "r_f_add": 2220, "r_t_add": 2298, "st_code": 78940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 760814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32339, "Shape__Length": 112.06361978386683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063869251773696, 40.037607808691902 ], [ -75.063059394921197, 40.037150002231897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7967, "tnode_": 8091, "lpoly_": null, "rpoly_": null, "length": 437.70377223000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 78940, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 760815, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32340, "Shape__Length": 174.26530596065948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062383780111603, 40.036803448406197 ], [ -75.061141722750307, 40.036073908621802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8091, "tnode_": 8227, "lpoly_": null, "rpoly_": null, "length": 473.65560639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 78940, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 760816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32341, "Shape__Length": 188.55283170372593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061141722750307, 40.036073908621802 ], [ -75.059763611548306, 40.035319928553001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8227, "tnode_": 8365, "lpoly_": null, "rpoly_": null, "length": 565.13329697999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 78940, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 760817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32342, "Shape__Length": 224.96987343467677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059763611548306, 40.035319928553001 ], [ -75.058125434187303, 40.034413811657998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8365, "tnode_": 8512, "lpoly_": null, "rpoly_": null, "length": 559.14513290999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 78940, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 760818, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32343, "Shape__Length": 222.58712887064144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058125434187303, 40.034413811657998 ], [ -75.056510242280595, 40.033511337839798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8512, "tnode_": 8665, "lpoly_": null, "rpoly_": null, "length": 565.60521774999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 78940, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 760819, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32344, "Shape__Length": 225.1522059942339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056510242280595, 40.033511337839798 ], [ -75.054871376076207, 40.032603785778001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8665, "tnode_": 8796, "lpoly_": null, "rpoly_": null, "length": 558.52557996999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 78940, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 760820, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32345, "Shape__Length": 222.32992912586764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054871376076207, 40.032603785778001 ], [ -75.0548044506032, 40.032558794656303 ], [ -75.053251690200796, 40.031709602302399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8998, "tnode_": 9145, "lpoly_": null, "rpoly_": null, "length": 328.73798027000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4129, "r_f_add": 4100, "r_t_add": 4128, "st_code": 78940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760821, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32346, "Shape__Length": 131.03614141774258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052167143183198, 40.030664272899699 ], [ -75.051513259957105, 40.029914803918203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9145, "tnode_": 9220, "lpoly_": null, "rpoly_": null, "length": 220.06462092000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4131, "l_t_add": 4199, "r_f_add": 4130, "r_t_add": 4198, "st_code": 78940, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760822, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32347, "Shape__Length": 87.717894494740847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051513259957105, 40.029914803918203 ], [ -75.051075844351402, 40.029412935519503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9220, "tnode_": 9324, "lpoly_": null, "rpoly_": null, "length": 225.44295654000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4221, "r_f_add": 4200, "r_t_add": 4220, "st_code": 78940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760823, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32348, "Shape__Length": 89.86078275966652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051075844351402, 40.029412935519503 ], [ -75.050627228967201, 40.028899065879898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9324, "tnode_": 9431, "lpoly_": null, "rpoly_": null, "length": 224.99408661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4223, "l_t_add": 4299, "r_f_add": 4222, "r_t_add": 4298, "st_code": 78940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760824, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32349, "Shape__Length": 89.682260249197114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050627228967201, 40.028899065879898 ], [ -75.050181701156305, 40.028385093000999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9431, "tnode_": 9558, "lpoly_": null, "rpoly_": null, "length": 224.63910088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4349, "r_f_add": 4300, "r_t_add": 4348, "st_code": 78940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760825, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32350, "Shape__Length": 89.536755123197722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050181701156305, 40.028385093000999 ], [ -75.049730086390696, 40.027875449708198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9558, "tnode_": 9683, "lpoly_": null, "rpoly_": null, "length": 226.50984027000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4351, "l_t_add": 4399, "r_f_add": 4350, "r_t_add": 4398, "st_code": 78940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760826, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32351, "Shape__Length": 90.282487695361652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049730086390696, 40.027875449708198 ], [ -75.049276272166694, 40.027360748315999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9683, "tnode_": 9786, "lpoly_": null, "rpoly_": null, "length": 224.59032739000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4415, "r_f_add": 4400, "r_t_add": 4414, "st_code": 78940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760827, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32352, "Shape__Length": 89.519117995659684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049276272166694, 40.027360748315999 ], [ -75.048831168805904, 40.026847895166703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9786, "tnode_": 9885, "lpoly_": null, "rpoly_": null, "length": 225.47645204000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4417, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 78940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760828, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32353, "Shape__Length": 89.871201863095621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048831168805904, 40.026847895166703 ], [ -75.048383413921101, 40.026333480199803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9885, "tnode_": 9987, "lpoly_": null, "rpoly_": null, "length": 226.02700277999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4549, "r_f_add": 4500, "r_t_add": 4548, "st_code": 78940, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760829, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32354, "Shape__Length": 90.090822168490391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048383413921101, 40.026333480199803 ], [ -75.0479363319226, 40.025816904916198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9987, "tnode_": 10093, "lpoly_": null, "rpoly_": null, "length": 224.62648536999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4551, "l_t_add": 4599, "r_f_add": 4550, "r_t_add": 4598, "st_code": 78940, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760830, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32355, "Shape__Length": 89.527251111083089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0479363319226, 40.025816904916198 ], [ -75.047891824767206, 40.025781217712399 ], [ -75.047483528917994, 40.025308806218497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10186, "tnode_": 10285, "lpoly_": null, "rpoly_": null, "length": 238.43958373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4621, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 78940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760831, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32356, "Shape__Length": 95.033875628096496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047029672953101, 40.024793559782502 ], [ -75.046553462716801, 40.024250978867997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10285, "tnode_": 10381, "lpoly_": null, "rpoly_": null, "length": 228.66672609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4711, "r_f_add": 4700, "r_t_add": 4718, "st_code": 78940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760832, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32357, "Shape__Length": 91.138849333452953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046553462716801, 40.024250978867997 ], [ -75.046098426770797, 40.023729781616602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10381, "tnode_": 10478, "lpoly_": null, "rpoly_": null, "length": 206.35744616000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4713, "l_t_add": 4799, "r_f_add": 4720, "r_t_add": 4798, "st_code": 78940, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760833, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32358, "Shape__Length": 82.248123794498611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046098426770797, 40.023729781616602 ], [ -75.045691066156095, 40.0232577518737 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10478, "tnode_": 10570, "lpoly_": null, "rpoly_": null, "length": 228.6261266, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4815, "r_f_add": 4800, "r_t_add": 4822, "st_code": 78940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760834, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32359, "Shape__Length": 91.121364533241263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045691066156095, 40.0232577518737 ], [ -75.045236163669102, 40.022736623394998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7544, "tnode_": 7454, "lpoly_": null, "rpoly_": null, "length": 267.57265652000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7358, "l_t_add": 7372, "r_f_add": 7359, "r_t_add": 7373, "st_code": 50300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761372, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32360, "Shape__Length": 106.48577942581412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040832580561101, 40.038605145818998 ], [ -75.040007473981902, 40.038975688487703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10570, "tnode_": 10659, "lpoly_": null, "rpoly_": null, "length": 225.81066862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4817, "l_t_add": 4899, "r_f_add": 4824, "r_t_add": 4898, "st_code": 78940, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760835, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32361, "Shape__Length": 89.997043477013889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045236163669102, 40.022736623394998 ], [ -75.044783798004104, 40.022223503574203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10659, "tnode_": 10765, "lpoly_": null, "rpoly_": null, "length": 253.8994566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4913, "r_f_add": 4900, "r_t_add": 4912, "st_code": 78940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760836, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32362, "Shape__Length": 101.19197813240402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044783798004104, 40.022223503574203 ], [ -75.044277058566195, 40.021645572903203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8796, "tnode_": 8998, "lpoly_": null, "rpoly_": null, "length": 500.72360341999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 78940, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760837, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32363, "Shape__Length": 199.53321626821733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053251690200796, 40.031709602302399 ], [ -75.053043127707696, 40.031667619452797 ], [ -75.052991576571401, 40.031606772102798 ], [ -75.052943292930493, 40.031548592875303 ], [ -75.052872037361197, 40.031474317545801 ], [ -75.052817197663202, 40.031398483239002 ], [ -75.052737065401601, 40.031305813495699 ], [ -75.052167143183198, 40.030664272899699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11055, "tnode_": 11441, "lpoly_": null, "rpoly_": null, "length": 1066.60450094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5299, "r_f_add": 5100, "r_t_add": 5298, "st_code": 78940, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 760838, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32364, "Shape__Length": 425.13585225556483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042533661122306, 40.019625276866002 ], [ -75.041500933294699, 40.018422084321003 ], [ -75.040542717862294, 40.017149591895901 ], [ -75.040536845118197, 40.017134245354697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10992, "tnode_": 11055, "lpoly_": null, "rpoly_": null, "length": 208.27413661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 78940, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760839, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 32365, "Shape__Length": 83.007636174855051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042944370834704, 40.020101577844997 ], [ -75.042632671099796, 40.019726896445199 ], [ -75.042533661122306, 40.019625276866002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7732, "tnode_": 7849, "lpoly_": null, "rpoly_": null, "length": 604.54694612000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 25280, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 760840, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32366, "Shape__Length": 240.6451404430814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042538214069594, 40.037731929335102 ], [ -75.041022668470205, 40.036895707139998 ], [ -75.040755249774193, 40.0368028192295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7849, "tnode_": 7993, "lpoly_": null, "rpoly_": null, "length": 332.25043804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4011, "r_f_add": 4000, "r_t_add": 4098, "st_code": 25280, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760842, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-06-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32367, "Shape__Length": 132.40994240463124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040755249774193, 40.0368028192295 ], [ -75.040342938338995, 40.036467463460703 ], [ -75.040025430982197, 40.036088620991798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7993, "tnode_": 8122, "lpoly_": null, "rpoly_": null, "length": 290.07895982999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4013, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 25280, "l_hundred": 4000, "r_hundred": 4100, "seg_id": 760843, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32368, "Shape__Length": 115.64920289005097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040025430982197, 40.036088620991798 ], [ -75.039476523706398, 40.0354132896015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8122, "tnode_": 8213, "lpoly_": null, "rpoly_": null, "length": 225.6482571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4223, "r_f_add": 4200, "r_t_add": 4220, "st_code": 25280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760844, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32369, "Shape__Length": 89.962849962223473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039476523706398, 40.0354132896015 ], [ -75.039053397876202, 40.034886118053798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8213, "tnode_": 8292, "lpoly_": null, "rpoly_": null, "length": 225.64443534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4225, "l_t_add": 4299, "r_f_add": 4222, "r_t_add": 4298, "st_code": 25280, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760845, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32370, "Shape__Length": 89.955112658759859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039053397876202, 40.034886118053798 ], [ -75.038618479399204, 40.0343646619813 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8292, "tnode_": 8391, "lpoly_": null, "rpoly_": null, "length": 225.27500931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4325, "r_f_add": 4300, "r_t_add": 4320, "st_code": 25280, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760846, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32371, "Shape__Length": 89.813426504840237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038618479399204, 40.0343646619813 ], [ -75.038197720458399, 40.033837577062101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7613, "tnode_": 7849, "lpoly_": null, "rpoly_": null, "length": 593.8603777400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 70060, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 760847, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2004-06-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 32372, "Shape__Length": 236.81147953422953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041694343135106, 40.0382279001564 ], [ -75.0407392760318, 40.037014447223001 ], [ -75.040755249774193, 40.0368028192295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8043, "tnode_": 8229, "lpoly_": null, "rpoly_": null, "length": 449.50890995999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 76820, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760849, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32373, "Shape__Length": 179.187326316151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038722550925897, 40.035800402692402 ], [ -75.037824982715406, 40.034777352133403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8229, "tnode_": 8397, "lpoly_": null, "rpoly_": null, "length": 454.83501522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 76820, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760850, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32374, "Shape__Length": 181.32203330438327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037824982715406, 40.034777352133403 ], [ -75.036970564576194, 40.033794130547797 ], [ -75.036963182666597, 40.033728203644998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7849, "tnode_": 7808, "lpoly_": null, "rpoly_": null, "length": 271.38927637, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7320, "r_f_add": 7301, "r_t_add": 7317, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760851, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-06-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32375, "Shape__Length": 107.97600756265797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040755249774193, 40.0368028192295 ], [ -75.039885154098599, 40.037131028446403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7808, "tnode_": 7798, "lpoly_": null, "rpoly_": null, "length": 49.43265751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7322, "l_t_add": 7324, "r_f_add": 7319, "r_t_add": 7323, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760852, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32376, "Shape__Length": 19.666802613330855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039885154098599, 40.037131028446403 ], [ -75.039725753761203, 40.037189355907998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7808, "tnode_": 8043, "lpoly_": null, "rpoly_": null, "length": 584.12223679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 76820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760853, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32377, "Shape__Length": 232.85342556334191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039885154098599, 40.037131028446403 ], [ -75.039301641054095, 40.0364539688875 ], [ -75.039291595346199, 40.036434033899702 ], [ -75.038945452199201, 40.036044026909799 ], [ -75.038722550925897, 40.035800402692402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7769, "tnode_": 7986, "lpoly_": null, "rpoly_": null, "length": 556.35055871999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 11860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760854, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32378, "Shape__Length": 221.78412284042156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039291043518404, 40.037349530155304 ], [ -75.038184133707702, 40.036081236980401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7747, "tnode_": 7740, "lpoly_": null, "rpoly_": null, "length": 52.16111024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7348, "l_t_add": 7350, "r_f_add": 7351, "r_t_add": 7353, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760855, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32379, "Shape__Length": 20.750707402345594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038859934643895, 40.037502193748097 ], [ -75.038689580364505, 40.037560133297703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7740, "tnode_": 7944, "lpoly_": null, "rpoly_": null, "length": 526.24992296000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 78000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760856, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32380, "Shape__Length": 209.78512723209803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038689580364505, 40.037560133297703 ], [ -75.037641732773196, 40.036360883593701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7944, "tnode_": 8127, "lpoly_": null, "rpoly_": null, "length": 450.8567467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 78000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32381, "Shape__Length": 179.72612340508144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037641732773196, 40.036360883593701 ], [ -75.036741543827205, 40.035334725047399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7986, "tnode_": 8182, "lpoly_": null, "rpoly_": null, "length": 451.21199193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 11860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760858, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32382, "Shape__Length": 179.86704685107165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038184133707702, 40.036081236980401 ], [ -75.037283339499993, 40.035054217886803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8182, "tnode_": 8341, "lpoly_": null, "rpoly_": null, "length": 450.63336332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 11860, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760859, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32383, "Shape__Length": 179.6350566715418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037283339499993, 40.035054217886803 ], [ -75.036386511329894, 40.0340270693927 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7384, "tnode_": 7681, "lpoly_": null, "rpoly_": null, "length": 649.68702313000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 17900, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 760860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32384, "Shape__Length": 259.04585109998902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039183152172598, 40.039342582984901 ], [ -75.037990194256906, 40.0378128908729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7681, "tnode_": 7878, "lpoly_": null, "rpoly_": null, "length": 493.73368998000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 17900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760861, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32385, "Shape__Length": 196.81985621655724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037990194256906, 40.0378128908729 ], [ -75.037914228615307, 40.037739934723803 ], [ -75.036999838973401, 40.036691875876798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7878, "tnode_": 8059, "lpoly_": null, "rpoly_": null, "length": 450.16661028000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 17900, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760862, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32386, "Shape__Length": 179.45285135322757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036999838973401, 40.036691875876798 ], [ -75.0361029950638, 40.035666267890001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8059, "tnode_": 8241, "lpoly_": null, "rpoly_": null, "length": 451.59174876000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 17900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760863, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32387, "Shape__Length": 180.01805673624125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0361029950638, 40.035666267890001 ], [ -75.035202922399293, 40.034637621338199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8241, "tnode_": 8409, "lpoly_": null, "rpoly_": null, "length": 451.09368846999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 17900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32388, "Shape__Length": 179.8160303540015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035202922399293, 40.034637621338199 ], [ -75.034302273403497, 40.033610928521703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8409, "tnode_": 8639, "lpoly_": null, "rpoly_": null, "length": 590.04654062000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 17900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32389, "Shape__Length": 235.20384739007196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034302273403497, 40.033610928521703 ], [ -75.033128678379498, 40.032265669669599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8639, "tnode_": 8756, "lpoly_": null, "rpoly_": null, "length": 325.95129134999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 17900, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32390, "Shape__Length": 129.92762222481829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033128678379498, 40.032265669669599 ], [ -75.033078394012307, 40.032217172966597 ], [ -75.032479035790203, 40.0315234794625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8756, "tnode_": 9025, "lpoly_": null, "rpoly_": null, "length": 652.3566773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 17900, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760867, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32391, "Shape__Length": 260.03334975656475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032479035790203, 40.0315234794625 ], [ -75.031180959204093, 40.030036461948598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8813, "tnode_": 8765, "lpoly_": null, "rpoly_": null, "length": 127.81558105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 78000, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760868, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32392, "Shape__Length": 50.951930884452494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033068844388197, 40.031217509586703 ], [ -75.033316087684994, 40.031512443609998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8872, "tnode_": 8817, "lpoly_": null, "rpoly_": null, "length": 133.42470313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 11860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32393, "Shape__Length": 53.183401682110052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033601745854497, 40.030932536038897 ], [ -75.033868736766095, 40.0312358958396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7108, "tnode_": 7378, "lpoly_": null, "rpoly_": null, "length": 517.38584372000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 40960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760870, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32394, "Shape__Length": 206.36517368172807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030845160857595, 40.040427043344202 ], [ -75.030058202084206, 40.0391419998221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7378, "tnode_": 7616, "lpoly_": null, "rpoly_": null, "length": 483.83284268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 40960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760871, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32395, "Shape__Length": 192.97881066663734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030058202084206, 40.0391419998221 ], [ -75.029322671405296, 40.037940155342298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7178, "tnode_": 7442, "lpoly_": null, "rpoly_": null, "length": 523.27284537999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 49080, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 32396, "Shape__Length": 208.71477085194132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031710246348496, 40.040115528128503 ], [ -75.030920988665102, 40.038813468634999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7442, "tnode_": 7680, "lpoly_": null, "rpoly_": null, "length": 479.08716253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 49080, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760873, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 32397, "Shape__Length": 191.08415447101197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030920988665102, 40.038813468634999 ], [ -75.030190219373097, 40.037624302489597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7516, "tnode_": 7749, "lpoly_": null, "rpoly_": null, "length": 474.00356004999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 55600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760874, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32398, "Shape__Length": 189.05753774321863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031759158788105, 40.038493117643903 ], [ -75.031041100873097, 40.0373147787055 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7259, "tnode_": 7178, "lpoly_": null, "rpoly_": null, "length": 281.0692356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7714, "r_f_add": 7717, "r_t_add": 7739, "st_code": 34960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 760876, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32399, "Shape__Length": 111.82956307771161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032614769154904, 40.039780914811601 ], [ -75.031710246348496, 40.040115528128503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7259, "tnode_": 7516, "lpoly_": null, "rpoly_": null, "length": 529.92045606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 55600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32400, "Shape__Length": 211.33746166828874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032614769154904, 40.039780914811601 ], [ -75.032514721324802, 40.039717082408899 ], [ -75.031759158788105, 40.038493117643903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6937, "tnode_": 7328, "lpoly_": null, "rpoly_": null, "length": 759.43221930999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 72440, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 760879, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32401, "Shape__Length": 302.81403588733423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034819009631406, 40.0412729234517 ], [ -75.033429268264399, 40.039482644024403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7328, "tnode_": 7458, "lpoly_": null, "rpoly_": null, "length": 288.54437088000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4021, "r_f_add": 4000, "r_t_add": 4098, "st_code": 72440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32402, "Shape__Length": 115.08710121987099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033429268264399, 40.039482644024403 ], [ -75.033376855655703, 40.0393847402487 ], [ -75.032988250077395, 40.038766937877099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7458, "tnode_": 7586, "lpoly_": null, "rpoly_": null, "length": 242.98155919000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4023, "l_t_add": 4099, "r_f_add": 4200, "r_t_add": 4222, "st_code": 72440, "l_hundred": 4000, "r_hundred": 4200, "seg_id": 760881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32403, "Shape__Length": 96.91443521744587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032988250077395, 40.038766937877099 ], [ -75.0326196771111, 40.0381630769105 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7586, "tnode_": 7697, "lpoly_": null, "rpoly_": null, "length": 213.60023008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4211, "r_f_add": 4224, "r_t_add": 4298, "st_code": 72440, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760882, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32404, "Shape__Length": 85.195378802121454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0326196771111, 40.0381630769105 ], [ -75.032297137461299, 40.037631708764103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7697, "tnode_": 7803, "lpoly_": null, "rpoly_": null, "length": 253.90448976000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4213, "l_t_add": 4299, "r_f_add": 4300, "r_t_add": 4320, "st_code": 72440, "l_hundred": 4200, "r_hundred": 4300, "seg_id": 760883, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32405, "Shape__Length": 101.26710768176878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032297137461299, 40.037631708764103 ], [ -75.031905905041498, 40.037002921978797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7803, "tnode_": 7953, "lpoly_": null, "rpoly_": null, "length": 345.1289844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4322, "r_t_add": 4398, "st_code": 72440, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760884, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32406, "Shape__Length": 137.65142733974793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031905905041498, 40.037002921978797 ], [ -75.031379139187806, 40.036146383774003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7953, "tnode_": 8096, "lpoly_": null, "rpoly_": null, "length": 313.08599003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4413, "r_f_add": 4400, "r_t_add": 4498, "st_code": 72440, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32407, "Shape__Length": 124.87192560109072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031379139187806, 40.036146383774003 ], [ -75.030906744813393, 40.0353673998179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8096, "tnode_": 8121, "lpoly_": null, "rpoly_": null, "length": 68.41138827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4415, "l_t_add": 4499, "r_f_add": 4500, "r_t_add": 4502, "st_code": 72440, "l_hundred": 4400, "r_hundred": 4500, "seg_id": 760886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32408, "Shape__Length": 27.282464629267231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030906744813393, 40.0353673998179 ], [ -75.030796491068998, 40.035199812735399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8121, "tnode_": 8310, "lpoly_": null, "rpoly_": null, "length": 482.0324975, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4504, "r_t_add": 4598, "st_code": 72440, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32409, "Shape__Length": 192.17147044893778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030796491068998, 40.035199812735399 ], [ -75.030665583943104, 40.0349745844278 ], [ -75.029883590136805, 40.034081479112999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8310, "tnode_": 8451, "lpoly_": null, "rpoly_": null, "length": 368.89309547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 72440, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32410, "Shape__Length": 147.04903923542091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029883590136805, 40.034081479112999 ], [ -75.029149106744299, 40.033240820332502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8451, "tnode_": 8674, "lpoly_": null, "rpoly_": null, "length": 586.47850136000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 72440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760889, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 32411, "Shape__Length": 233.7801028420609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029149106744299, 40.033240820332502 ], [ -75.027982201398501, 40.031903909460603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8256, "tnode_": 8396, "lpoly_": null, "rpoly_": null, "length": 373.20134843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 55600, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760890, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32412, "Shape__Length": 148.76509849274191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029283191266899, 40.034408571895597 ], [ -75.028536033553806, 40.033560216607803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8396, "tnode_": 8615, "lpoly_": null, "rpoly_": null, "length": 576.3472989000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 55600, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760891, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32413, "Shape__Length": 229.74381791776096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028536033553806, 40.033560216607803 ], [ -75.027391465632903, 40.032245274947101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8210, "tnode_": 8346, "lpoly_": null, "rpoly_": null, "length": 379.12276065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 49080, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760892, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 32414, "Shape__Length": 151.12530886180474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028761957386195, 40.034696588051098 ], [ -75.028001319884297, 40.033835617626799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8132, "tnode_": 8284, "lpoly_": null, "rpoly_": null, "length": 383.89565822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 40960, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32415, "Shape__Length": 153.10603483569534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028011983774107, 40.035089301706797 ], [ -75.027470595977405, 40.034197668050098 ], [ -75.027420497567107, 40.034139368833699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8284, "tnode_": 8501, "lpoly_": null, "rpoly_": null, "length": 567.74876897000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 40960, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32416, "Shape__Length": 226.31336729354524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027420497567107, 40.034139368833699 ], [ -75.026283092252001, 40.032849170999697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8346, "tnode_": 8559, "lpoly_": null, "rpoly_": null, "length": 568.23307840999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 49080, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760895, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 32417, "Shape__Length": 226.50903634804814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028001319884297, 40.033835617626799 ], [ -75.0268703392003, 40.032540487934803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8070, "tnode_": 8234, "lpoly_": null, "rpoly_": null, "length": 392.91168048000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 13760, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHVILLE ST", "stname": "ASHVILLE ST", "objectid": 32418, "Shape__Length": 156.69478595063538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027447144738204, 40.0354027499029 ], [ -75.026892528041799, 40.034498746399102 ], [ -75.026825514119295, 40.034438714988703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8234, "tnode_": 8450, "lpoly_": null, "rpoly_": null, "length": 558.93581390999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 13760, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHVILLE ST", "stname": "ASHVILLE ST", "objectid": 32419, "Shape__Length": 222.80438564635494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026825514119295, 40.034438714988703 ], [ -75.025711844894403, 40.033165386898702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8013, "tnode_": 8095, "lpoly_": null, "rpoly_": null, "length": 204.00061596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4643, "r_f_add": 4600, "r_t_add": 4620, "st_code": 27880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760898, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32420, "Shape__Length": 81.364214734517915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026888733309406, 40.035704519677402 ], [ -75.0265823138581, 40.035196455374702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8095, "tnode_": 8189, "lpoly_": null, "rpoly_": null, "length": 193.53806523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4645, "l_t_add": 4699, "r_f_add": 4622, "r_t_add": 4698, "st_code": 27880, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760899, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 32421, "Shape__Length": 77.189469148576819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0265823138581, 40.035196455374702 ], [ -75.026288189316801, 40.034715676450404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8052, "tnode_": 8228, "lpoly_": null, "rpoly_": null, "length": 425.56397469000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MENAMY", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 54900, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MENAMY ST", "stname": "MC MENAMY ST", "objectid": 32422, "Shape__Length": 169.72941452116788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029682677837798, 40.035604259228698 ], [ -75.029035766489898, 40.0345471530757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7736, "tnode_": 7885, "lpoly_": null, "rpoly_": null, "length": 345.06274944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MENAMY", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 54900, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760901, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MENAMY ST", "stname": "MC MENAMY ST", "objectid": 32423, "Shape__Length": 137.62658834155511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030780443396793, 40.037406944472501 ], [ -75.030255816818894, 40.036549830693502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7885, "tnode_": 8052, "lpoly_": null, "rpoly_": null, "length": 380.00694982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC MENAMY", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 54900, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760902, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC MENAMY ST", "stname": "MC MENAMY ST", "objectid": 32424, "Shape__Length": 151.5636286193745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030255816818894, 40.036549830693502 ], [ -75.029682677837798, 40.035604259228698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7647, "tnode_": 7805, "lpoly_": null, "rpoly_": null, "length": 344.00476602000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 40960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760903, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32425, "Shape__Length": 137.20540839595537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029680587985595, 40.037802744102898 ], [ -75.029157550958104, 40.036948264063199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7805, "tnode_": 7958, "lpoly_": null, "rpoly_": null, "length": 380.67332074999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 40960, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760904, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32426, "Shape__Length": 151.82638516117242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029157550958104, 40.036948264063199 ], [ -75.0291360464918, 40.036892001848301 ], [ -75.028892362794707, 40.036458175333102 ], [ -75.0285771006304, 40.036005092434102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7405, "tnode_": 7561, "lpoly_": null, "rpoly_": null, "length": 337.63374125999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 23020, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760905, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 32427, "Shape__Length": 134.61673383071104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034426076411506, 40.039129796933999 ], [ -75.034403151124195, 40.039020535619798 ], [ -75.033811799324894, 40.038342645678 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7561, "tnode_": 7751, "lpoly_": null, "rpoly_": null, "length": 452.54662122000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 23020, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760906, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 32428, "Shape__Length": 180.403560452417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033811799324894, 40.038342645678 ], [ -75.032905290176302, 40.037314157945303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7751, "tnode_": 7955, "lpoly_": null, "rpoly_": null, "length": 527.51248919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 23020, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760907, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 32429, "Shape__Length": 210.28891237369305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032905290176302, 40.037314157945303 ], [ -75.031857461889899, 40.036110727496201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7432, "tnode_": 7602, "lpoly_": null, "rpoly_": null, "length": 361.1048437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 53780, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760908, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32430, "Shape__Length": 143.95417980916361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035004430149002, 40.038918024978599 ], [ -75.034284365850098, 40.038095650335997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7602, "tnode_": 7801, "lpoly_": null, "rpoly_": null, "length": 451.09253716999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 53780, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760909, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32431, "Shape__Length": 179.82581131840624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034284365850098, 40.038095650335997 ], [ -75.033385977045299, 40.037067768457703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7801, "tnode_": 7973, "lpoly_": null, "rpoly_": null, "length": 449.57063455000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 53780, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32432, "Shape__Length": 179.21620407359487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033385977045299, 40.037067768457703 ], [ -75.032490196220294, 40.036043579924502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7973, "tnode_": 8167, "lpoly_": null, "rpoly_": null, "length": 452.45993189000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 53780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32433, "Shape__Length": 180.36429669308316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032490196220294, 40.036043579924502 ], [ -75.031586678174307, 40.035013841113901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8167, "tnode_": 8373, "lpoly_": null, "rpoly_": null, "length": 560.51505077000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 53780, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760912, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32434, "Shape__Length": 223.43570784065668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031586678174307, 40.035013841113901 ], [ -75.030469701800399, 40.033736993455598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7490, "tnode_": 7665, "lpoly_": null, "rpoly_": null, "length": 386.66450295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 61100, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760913, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32435, "Shape__Length": 154.14391491981829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035595304936294, 40.0387004757089 ], [ -75.034826222574196, 40.037818886744098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7665, "tnode_": 7851, "lpoly_": null, "rpoly_": null, "length": 451.64236674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 61100, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760914, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32436, "Shape__Length": 180.04477638509323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034826222574196, 40.037818886744098 ], [ -75.033927785021405, 40.036789214046102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7851, "tnode_": 8028, "lpoly_": null, "rpoly_": null, "length": 450.75132512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 61100, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760915, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32437, "Shape__Length": 179.68438986371987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033927785021405, 40.036789214046102 ], [ -75.033079429348703, 40.035817728040598 ], [ -75.033026284482105, 40.035764225040602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8028, "tnode_": 8212, "lpoly_": null, "rpoly_": null, "length": 450.85488449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 61100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760916, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32438, "Shape__Length": 179.72540233737237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033026284482105, 40.035764225040602 ], [ -75.032129358163104, 40.034736390065802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7548, "tnode_": 7737, "lpoly_": null, "rpoly_": null, "length": 418.0865662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 72520, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760917, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32439, "Shape__Length": 166.6633982220412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036279656293004, 40.038450245123897 ], [ -75.036187504863605, 40.038358386048898 ], [ -75.035435722560806, 40.037503697361302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7737, "tnode_": 7911, "lpoly_": null, "rpoly_": null, "length": 451.33614735999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 72520, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760918, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32440, "Shape__Length": 179.92272673943964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035435722560806, 40.037503697361302 ], [ -75.035403408182603, 40.037457190758801 ], [ -75.034540113511198, 40.036473905384199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7911, "tnode_": 8089, "lpoly_": null, "rpoly_": null, "length": 451.12029425000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 72520, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32441, "Shape__Length": 179.83163673280569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034540113511198, 40.036473905384199 ], [ -75.033639718325503, 40.035446980430002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8089, "tnode_": 8266, "lpoly_": null, "rpoly_": null, "length": 451.92606265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 72520, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760920, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32442, "Shape__Length": 180.1518428740427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033639718325503, 40.035446980430002 ], [ -75.0327412272608, 40.034416413770998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8266, "tnode_": 8478, "lpoly_": null, "rpoly_": null, "length": 579.01878641999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 72520, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760921, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32443, "Shape__Length": 230.80890385844825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0327412272608, 40.034416413770998 ], [ -75.031585801692501, 40.033098235394299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8212, "tnode_": 8429, "lpoly_": null, "rpoly_": null, "length": 569.59556922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 61100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760922, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32444, "Shape__Length": 227.05486257887824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032129358163104, 40.034736390065802 ], [ -75.030995075897806, 40.033438451677803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7592, "tnode_": 7778, "lpoly_": null, "rpoly_": null, "length": 445.46488451000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 80260, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760923, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32445, "Shape__Length": 177.58285775995168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036868303381596, 40.038234371387702 ], [ -75.035981334658402, 40.037219202461401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7778, "tnode_": 7956, "lpoly_": null, "rpoly_": null, "length": 450.78672087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 80260, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32446, "Shape__Length": 179.70111065517918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035981334658402, 40.037219202461401 ], [ -75.035082582805998, 40.036192525763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7956, "tnode_": 8146, "lpoly_": null, "rpoly_": null, "length": 451.11328278000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 80260, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760925, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32447, "Shape__Length": 179.83051196449119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035082582805998, 40.036192525763703 ], [ -75.034187135110798, 40.035163073045197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8146, "tnode_": 8319, "lpoly_": null, "rpoly_": null, "length": 450.8845969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 80260, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760926, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32448, "Shape__Length": 179.73540361927425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034187135110798, 40.035163073045197 ], [ -75.033289626259602, 40.034135444398999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8319, "tnode_": 8536, "lpoly_": null, "rpoly_": null, "length": 580.09097172999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 80260, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760927, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32449, "Shape__Length": 231.23224910817117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033289626259602, 40.034135444398999 ], [ -75.032125772468106, 40.032818097604903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7637, "tnode_": 7827, "lpoly_": null, "rpoly_": null, "length": 467.8315006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 51680, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760928, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32450, "Shape__Length": 186.49861304906923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0373918185919, 40.038041295726501 ], [ -75.036460292574702, 40.0369751689501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7827, "tnode_": 8007, "lpoly_": null, "rpoly_": null, "length": 451.56491789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 51680, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760929, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32451, "Shape__Length": 180.01026585445939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036460292574702, 40.0369751689501 ], [ -75.035559138951299, 40.035947161625202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8007, "tnode_": 8191, "lpoly_": null, "rpoly_": null, "length": 450.56040778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 51680, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760930, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32452, "Shape__Length": 179.608171303235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035559138951299, 40.035947161625202 ], [ -75.034662130891903, 40.034920341128903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8191, "tnode_": 8360, "lpoly_": null, "rpoly_": null, "length": 450.72362843999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 51680, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760931, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32453, "Shape__Length": 179.66829453068871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034662130891903, 40.034920341128903 ], [ -75.033760248725002, 40.033895512436096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8360, "tnode_": 8585, "lpoly_": null, "rpoly_": null, "length": 587.25566995999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 51680, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760932, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32454, "Shape__Length": 234.09321591783265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033760248725002, 40.033895512436096 ], [ -75.032593993812696, 40.0325556927693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8585, "tnode_": 8713, "lpoly_": null, "rpoly_": null, "length": 329.73422437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 51680, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760933, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32455, "Shape__Length": 131.43506935206523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032593993812696, 40.0325556927693 ], [ -75.031934403394999, 40.031805871789899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8373, "tnode_": 8504, "lpoly_": null, "rpoly_": null, "length": 355.74616567000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 53780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760934, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32456, "Shape__Length": 141.80864545417072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030469701800399, 40.033736993455598 ], [ -75.029763343540296, 40.032925292378998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8504, "tnode_": 8727, "lpoly_": null, "rpoly_": null, "length": 589.91162547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 53780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760935, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARPLE ST", "stname": "MARPLE ST", "objectid": 32457, "Shape__Length": 235.14577109774837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029763343540296, 40.032925292378998 ], [ -75.028586075982702, 40.031582383693198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8429, "tnode_": 8553, "lpoly_": null, "rpoly_": null, "length": 347.07758593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 61100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760936, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32458, "Shape__Length": 138.35119675706019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030995075897806, 40.033438451677803 ], [ -75.030303137602999, 40.0326479710154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8553, "tnode_": 8782, "lpoly_": null, "rpoly_": null, "length": 596.92480695999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 61100, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760937, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32459, "Shape__Length": 237.94151016169178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030303137602999, 40.0326479710154 ], [ -75.029114321378202, 40.031287833809898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8478, "tnode_": 8616, "lpoly_": null, "rpoly_": null, "length": 338.52328663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 72520, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760938, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32460, "Shape__Length": 134.94041727074318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031585801692501, 40.033098235394299 ], [ -75.030910445912298, 40.032327483092899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8616, "tnode_": 8846, "lpoly_": null, "rpoly_": null, "length": 602.34808485999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 72520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760939, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32461, "Shape__Length": 240.10097192570038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030910445912298, 40.032327483092899 ], [ -75.029708438135302, 40.030956228081799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8536, "tnode_": 8671, "lpoly_": null, "rpoly_": null, "length": 337.54765383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 80260, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760940, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32462, "Shape__Length": 134.55397375098499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032125772468106, 40.032818097604903 ], [ -75.031458526458906, 40.032046397977503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8671, "tnode_": 8921, "lpoly_": null, "rpoly_": null, "length": 621.37855229000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 80260, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760941, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32463, "Shape__Length": 247.6931073172704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031458526458906, 40.032046397977503 ], [ -75.031405641325904, 40.031963195199801 ], [ -75.030235482882901, 40.030624118587902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8713, "tnode_": 8963, "lpoly_": null, "rpoly_": null, "length": 637.32378376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 51680, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760942, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORING ST", "stname": "LORING ST", "objectid": 32464, "Shape__Length": 254.04809019854412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031934403394999, 40.031805871789899 ], [ -75.031892949128306, 40.031729771574703 ], [ -75.030681008988594, 40.030347376463197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8461, "tnode_": 8699, "lpoly_": null, "rpoly_": null, "length": 597.54736161999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 78000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760943, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32465, "Shape__Length": 238.19209195143043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034944911518195, 40.033279757487897 ], [ -75.033755297386193, 40.031917967877497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8341, "tnode_": 8515, "lpoly_": null, "rpoly_": null, "length": 450.46642832000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 11860, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760944, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32466, "Shape__Length": 179.56615281050887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036386511329894, 40.0340270693927 ], [ -75.035490730230904, 40.032999939757097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8515, "tnode_": 8749, "lpoly_": null, "rpoly_": null, "length": 603.58050527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 11860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760945, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32467, "Shape__Length": 240.59284689556688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035490730230904, 40.032999939757097 ], [ -75.034282700392197, 40.031627722363403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8397, "tnode_": 8575, "lpoly_": null, "rpoly_": null, "length": 455.48926732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 76820, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760946, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32468, "Shape__Length": 181.57705127764692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036963182666597, 40.033728203644998 ], [ -75.036969486111303, 40.033656441329299 ], [ -75.036109637948599, 40.032680806414902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8575, "tnode_": 8803, "lpoly_": null, "rpoly_": null, "length": 609.2132239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 76820, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760947, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32469, "Shape__Length": 242.84065394784918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036109637948599, 40.032680806414902 ], [ -75.034897910298795, 40.031291863087397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8391, "tnode_": 8468, "lpoly_": null, "rpoly_": null, "length": 226.23612555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4327, "l_t_add": 4399, "r_f_add": 4322, "r_t_add": 4398, "st_code": 25280, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760948, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32470, "Shape__Length": 90.18722837476264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038197720458399, 40.033837577062101 ], [ -75.037756675296094, 40.033317234197902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8468, "tnode_": 8561, "lpoly_": null, "rpoly_": null, "length": 225.2844894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4423, "r_f_add": 4400, "r_t_add": 4414, "st_code": 25280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760949, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32471, "Shape__Length": 89.814422105684784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037756675296094, 40.033317234197902 ], [ -75.037332855331201, 40.032791572836501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8561, "tnode_": 8654, "lpoly_": null, "rpoly_": null, "length": 226.90849778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4425, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 25280, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760950, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32472, "Shape__Length": 90.462142470271814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037332855331201, 40.032791572836501 ], [ -75.036908094074803, 40.032261120036303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8654, "tnode_": 8739, "lpoly_": null, "rpoly_": null, "length": 223.83671349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4525, "r_f_add": 4500, "r_t_add": 4520, "st_code": 25280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760951, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32473, "Shape__Length": 89.232900903463644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036908094074803, 40.032261120036303 ], [ -75.036480662394396, 40.0317418898914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8739, "tnode_": 8832, "lpoly_": null, "rpoly_": null, "length": 225.35935211999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4527, "l_t_add": 4553, "r_f_add": 4522, "r_t_add": 4598, "st_code": 25280, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760952, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32474, "Shape__Length": 89.842634332932931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036480662394396, 40.0317418898914 ], [ -75.036057663005806, 40.031215601159801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8832, "tnode_": 8899, "lpoly_": null, "rpoly_": null, "length": 165.29532528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4555, "l_t_add": 4569, "r_f_add": 4600, "r_t_add": 4610, "st_code": 25280, "l_hundred": 4500, "r_hundred": 4600, "seg_id": 760953, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32475, "Shape__Length": 65.893091625508461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036057663005806, 40.031215601159801 ], [ -75.035739400512398, 40.030833452433697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8899, "tnode_": 8931, "lpoly_": null, "rpoly_": null, "length": 61.3027966, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4571, "l_t_add": 4629, "r_f_add": 4612, "r_t_add": 4628, "st_code": 25280, "l_hundred": 4500, "r_hundred": 4600, "seg_id": 760954, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32476, "Shape__Length": 24.440681569977787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035739400512398, 40.030833452433697 ], [ -75.035628138806103, 40.030688524848898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8931, "tnode_": 9029, "lpoly_": null, "rpoly_": null, "length": 241.576392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4631, "l_t_add": 4699, "r_f_add": 4630, "r_t_add": 4698, "st_code": 25280, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760955, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32477, "Shape__Length": 96.305129720287667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035628138806103, 40.030688524848898 ], [ -75.035172244242403, 40.030125538130001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9029, "tnode_": 9135, "lpoly_": null, "rpoly_": null, "length": 225.05943149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4715, "r_f_add": 4700, "r_t_add": 4714, "st_code": 25280, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760956, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32478, "Shape__Length": 89.72073008310943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035172244242403, 40.030125538130001 ], [ -75.035101173488798, 40.030051550293202 ], [ -75.034749981043504, 40.029600303988701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9135, "tnode_": 9209, "lpoly_": null, "rpoly_": null, "length": 211.14261888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4717, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 25280, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760957, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32479, "Shape__Length": 84.174051835641421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034749981043504, 40.029600303988701 ], [ -75.034357455420704, 40.029105434024302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9209, "tnode_": 9301, "lpoly_": null, "rpoly_": null, "length": 226.78460473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4849, "r_f_add": 4800, "r_t_add": 4848, "st_code": 25280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760958, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32480, "Shape__Length": 90.4119948962351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034357455420704, 40.029105434024302 ], [ -75.033942007059295, 40.028571047150201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9301, "tnode_": 9418, "lpoly_": null, "rpoly_": null, "length": 225.48408065000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4851, "l_t_add": 4899, "r_f_add": 4850, "r_t_add": 4898, "st_code": 25280, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760959, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32481, "Shape__Length": 89.892132034809904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033942007059295, 40.028571047150201 ], [ -75.033527432016598, 40.028040421341402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9418, "tnode_": 9543, "lpoly_": null, "rpoly_": null, "length": 225.64120279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4917, "r_f_add": 4900, "r_t_add": 4918, "st_code": 25280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760960, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32482, "Shape__Length": 89.95303965715874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033527432016598, 40.028040421341402 ], [ -75.033110296074994, 40.027510480257902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9848, "tnode_": 9940, "lpoly_": null, "rpoly_": null, "length": 227.27685009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4949, "l_t_add": 4999, "r_f_add": 4948, "r_t_add": 4998, "st_code": 25280, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760961, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32483, "Shape__Length": 90.590538817469451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032080703036399, 40.026206889092499 ], [ -75.031710801768995, 40.025754682378803 ], [ -75.031635809971803, 40.025685947130199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9940, "tnode_": 10022, "lpoly_": null, "rpoly_": null, "length": 168.09163184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5023, "r_f_add": 5000, "r_t_add": 5016, "st_code": 25280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760962, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32484, "Shape__Length": 67.009922917777146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031635809971803, 40.025685947130199 ], [ -75.031328530930793, 40.025289571240798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10022, "tnode_": 10085, "lpoly_": null, "rpoly_": null, "length": 84.482214590000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5025, "l_t_add": 5025, "r_f_add": 5018, "r_t_add": 5022, "st_code": 25280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760963, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32485, "Shape__Length": 33.677126823364745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031328530930793, 40.025289571240798 ], [ -75.031170450926396, 40.025092050474903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10085, "tnode_": 10110, "lpoly_": null, "rpoly_": null, "length": 107.83435913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5027, "l_t_add": 5099, "r_f_add": 5024, "r_t_add": 5098, "st_code": 25280, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 760964, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32486, "Shape__Length": 42.994014119933809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031170450926396, 40.025092050474903 ], [ -75.031130576610906, 40.024996499234597 ], [ -75.030992459202494, 40.024832146516502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9442, "tnode_": 9587, "lpoly_": null, "rpoly_": null, "length": 220.84027864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 17900, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32487, "Shape__Length": 87.99277100684526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029318204806202, 40.027814509285797 ], [ -75.029268765747503, 40.027791767635499 ], [ -75.028821384153503, 40.0273473678388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9848, "tnode_": 9442, "lpoly_": null, "rpoly_": null, "length": 970.294217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 45820, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 760966, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 32488, "Shape__Length": 386.24818874836848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032080703036399, 40.026206889092499 ], [ -75.029318204806202, 40.027814509285797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8031, "tnode_": 8177, "lpoly_": null, "rpoly_": null, "length": 340.51189952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 82200, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760967, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32489, "Shape__Length": 135.74803349802221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042436260238802, 40.035970576363098 ], [ -75.042381769238901, 40.035874594018402 ], [ -75.041778792618402, 40.035186035284802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8177, "tnode_": 8282, "lpoly_": null, "rpoly_": null, "length": 290.56568683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 82200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760968, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32490, "Shape__Length": 115.82629789698356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041778792618402, 40.035186035284802 ], [ -75.041489108926498, 40.034857364839198 ], [ -75.041196770211101, 40.0345256800287 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8282, "tnode_": 8368, "lpoly_": null, "rpoly_": null, "length": 225.39535937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4211, "r_f_add": 4200, "r_t_add": 4210, "st_code": 82200, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32491, "Shape__Length": 89.849787724368099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041196770211101, 40.0345256800287 ], [ -75.0407507707815, 40.034010606345703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8245, "tnode_": 8378, "lpoly_": null, "rpoly_": null, "length": 329.67193351999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 65740, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 760970, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32492, "Shape__Length": 131.41623890920656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044673842597504, 40.034780287583203 ], [ -75.044017853023902, 40.034028797205998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8368, "tnode_": 8448, "lpoly_": null, "rpoly_": null, "length": 226.74267447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4213, "l_t_add": 4299, "r_f_add": 4212, "r_t_add": 4298, "st_code": 82200, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32493, "Shape__Length": 90.385327449933314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0407507707815, 40.034010606345703 ], [ -75.040300347296096, 40.033493357565 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8378, "tnode_": 8482, "lpoly_": null, "rpoly_": null, "length": 291.17449009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 65740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 760972, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32494, "Shape__Length": 116.06793569749752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044017853023902, 40.034028797205998 ], [ -75.043754182712107, 40.0337282275392 ], [ -75.043436499404294, 40.033366082414098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8448, "tnode_": 8541, "lpoly_": null, "rpoly_": null, "length": 225.6680124, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4349, "r_f_add": 4300, "r_t_add": 4348, "st_code": 82200, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760973, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32495, "Shape__Length": 89.95349575232035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040300347296096, 40.033493357565 ], [ -75.039846439884201, 40.0329814795994 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8482, "tnode_": 8571, "lpoly_": null, "rpoly_": null, "length": 226.10332665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4223, "r_f_add": 4200, "r_t_add": 4210, "st_code": 65740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760974, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32496, "Shape__Length": 90.129859607630834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043436499404294, 40.033366082414098 ], [ -75.0429878466052, 40.032850036907199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8541, "tnode_": 8633, "lpoly_": null, "rpoly_": null, "length": 225.42043348000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4351, "l_t_add": 4399, "r_f_add": 4350, "r_t_add": 4398, "st_code": 82200, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760975, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32497, "Shape__Length": 89.856456023112784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039846439884201, 40.0329814795994 ], [ -75.039397750039299, 40.032467710761502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8571, "tnode_": 8664, "lpoly_": null, "rpoly_": null, "length": 224.75806486000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4225, "l_t_add": 4299, "r_f_add": 4212, "r_t_add": 4298, "st_code": 65740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 760976, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32498, "Shape__Length": 89.592075346861293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0429878466052, 40.032850036907199 ], [ -75.042540113388995, 40.032337964965699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8633, "tnode_": 8712, "lpoly_": null, "rpoly_": null, "length": 225.93730277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4415, "r_f_add": 4400, "r_t_add": 4414, "st_code": 82200, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760977, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32499, "Shape__Length": 90.061561511430725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039397750039299, 40.032467710761502 ], [ -75.038947526942806, 40.031953026179998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8664, "tnode_": 8745, "lpoly_": null, "rpoly_": null, "length": 225.06314727999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4333, "r_f_add": 4300, "r_t_add": 4316, "st_code": 65740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760978, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32500, "Shape__Length": 89.712459849943713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042540113388995, 40.032337964965699 ], [ -75.042090649506505, 40.0318257809203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8712, "tnode_": 8793, "lpoly_": null, "rpoly_": null, "length": 224.22473881000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4417, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 82200, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760979, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32501, "Shape__Length": 89.381866394224488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038947526942806, 40.031953026179998 ], [ -75.038508181014606, 40.031438432478701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8745, "tnode_": 8836, "lpoly_": null, "rpoly_": null, "length": 227.0967167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4335, "l_t_add": 4399, "r_f_add": 4318, "r_t_add": 4398, "st_code": 65740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 760980, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32502, "Shape__Length": 90.522776096653459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042090649506505, 40.0318257809203 ], [ -75.041637937085397, 40.031308549937599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8793, "tnode_": 8893, "lpoly_": null, "rpoly_": null, "length": 225.9422506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4519, "r_f_add": 4500, "r_t_add": 4518, "st_code": 82200, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32503, "Shape__Length": 90.059675689820281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038508181014606, 40.031438432478701 ], [ -75.038052883405499, 40.030926379654801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8836, "tnode_": 8929, "lpoly_": null, "rpoly_": null, "length": 224.93589349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4419, "r_f_add": 4400, "r_t_add": 4416, "st_code": 65740, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760982, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32504, "Shape__Length": 89.661410224495256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041637937085397, 40.031308549937599 ], [ -75.041190829811697, 40.0307955724153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8893, "tnode_": 8984, "lpoly_": null, "rpoly_": null, "length": 224.13885853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4521, "l_t_add": 4599, "r_f_add": 4520, "r_t_add": 4598, "st_code": 82200, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760983, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32505, "Shape__Length": 89.341390743930248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038052883405499, 40.030926379654801 ], [ -75.037603665684699, 40.0304171355642 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8929, "tnode_": 9027, "lpoly_": null, "rpoly_": null, "length": 223.81597786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4421, "l_t_add": 4499, "r_f_add": 4418, "r_t_add": 4498, "st_code": 65740, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 760984, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32506, "Shape__Length": 89.213654964773013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041190829811697, 40.0307955724153 ], [ -75.040744566904294, 40.030285863895301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8984, "tnode_": 9089, "lpoly_": null, "rpoly_": null, "length": 227.28021354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4621, "r_f_add": 4600, "r_t_add": 4620, "st_code": 82200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760985, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32507, "Shape__Length": 90.595595237212009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037603665684699, 40.0304171355642 ], [ -75.037153759726095, 40.029897858986601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9027, "tnode_": 9118, "lpoly_": null, "rpoly_": null, "length": 225.37189678000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4515, "r_f_add": 4500, "r_t_add": 4510, "st_code": 65740, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760986, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32508, "Shape__Length": 89.830843360666933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040744566904294, 40.030285863895301 ], [ -75.040290475831299, 40.029775077626297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9089, "tnode_": 9177, "lpoly_": null, "rpoly_": null, "length": 239.36605404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4623, "l_t_add": 4699, "r_f_add": 4622, "r_t_add": 4698, "st_code": 82200, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760987, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32509, "Shape__Length": 95.409381449937499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037153759726095, 40.029897858986601 ], [ -75.036673862437695, 40.029354106608203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9118, "tnode_": 9207, "lpoly_": null, "rpoly_": null, "length": 227.33749333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4517, "l_t_add": 4599, "r_f_add": 4512, "r_t_add": 4598, "st_code": 65740, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 760988, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32510, "Shape__Length": 90.619415795000094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040290475831299, 40.029775077626297 ], [ -75.0398442570268, 40.029253738231198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9177, "tnode_": 9259, "lpoly_": null, "rpoly_": null, "length": 227.07505512999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4715, "r_f_add": 4700, "r_t_add": 4714, "st_code": 82200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760989, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32511, "Shape__Length": 90.510522146427618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036673862437695, 40.029354106608203 ], [ -75.036220513040803, 40.028837285628498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9207, "tnode_": 9302, "lpoly_": null, "rpoly_": null, "length": 225.27788217000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4623, "r_f_add": 4600, "r_t_add": 4610, "st_code": 65740, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760990, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32512, "Shape__Length": 89.791704691402487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0398442570268, 40.029253738231198 ], [ -75.039389741850698, 40.028743491292502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9259, "tnode_": 9373, "lpoly_": null, "rpoly_": null, "length": 209.8509197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4717, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 82200, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760991, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32513, "Shape__Length": 83.644133407012077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036220513040803, 40.028837285628498 ], [ -75.035800821942104, 40.028360046734598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9302, "tnode_": 9422, "lpoly_": null, "rpoly_": null, "length": 241.00613032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4625, "l_t_add": 4699, "r_f_add": 4612, "r_t_add": 4698, "st_code": 65740, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 760992, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32514, "Shape__Length": 96.062659790095651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039389741850698, 40.028743491292502 ], [ -75.038908972070701, 40.028194762159401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9373, "tnode_": 9478, "lpoly_": null, "rpoly_": null, "length": 225.08434988000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4827, "r_f_add": 4800, "r_t_add": 4826, "st_code": 82200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760993, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32515, "Shape__Length": 89.715598714078652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035800821942104, 40.028360046734598 ], [ -75.035351171194307, 40.027847902974301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9478, "tnode_": 9615, "lpoly_": null, "rpoly_": null, "length": 225.59301139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4829, "l_t_add": 4899, "r_f_add": 4828, "r_t_add": 4898, "st_code": 82200, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760994, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32516, "Shape__Length": 89.920850851729398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035351171194307, 40.027847902974301 ], [ -75.035305946930805, 40.027815561058397 ], [ -75.034909068783904, 40.027331968405797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9615, "tnode_": 9740, "lpoly_": null, "rpoly_": null, "length": 227.68637668999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4921, "r_f_add": 4900, "r_t_add": 4916, "st_code": 82200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 760995, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32517, "Shape__Length": 90.753858705803808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034909068783904, 40.027331968405797 ], [ -75.034868750196196, 40.027290456929101 ], [ -75.034459472103904, 40.026811308933098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9041, "tnode_": 8836, "lpoly_": null, "rpoly_": null, "length": 715.67599173999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 25260, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 760996, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 32518, "Shape__Length": 284.84654922357532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043760251109504, 40.030214016856 ], [ -75.041637937085397, 40.031308549937599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9422, "tnode_": 9536, "lpoly_": null, "rpoly_": null, "length": 225.41624354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4719, "r_f_add": 4700, "r_t_add": 4720, "st_code": 65740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760997, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32519, "Shape__Length": 89.848056228650975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038908972070701, 40.028194762159401 ], [ -75.038459447925007, 40.027681454600803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9536, "tnode_": 9662, "lpoly_": null, "rpoly_": null, "length": 211.7115159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4721, "l_t_add": 4799, "r_f_add": 4722, "r_t_add": 4798, "st_code": 65740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 760998, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32520, "Shape__Length": 84.386357053077802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038459447925007, 40.027681454600803 ], [ -75.0380402158235, 40.027197831122699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9662, "tnode_": 9772, "lpoly_": null, "rpoly_": null, "length": 223.99423106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4817, "r_f_add": 4800, "r_t_add": 4822, "st_code": 65740, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 760999, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32521, "Shape__Length": 89.278883677271111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0380402158235, 40.027197831122699 ], [ -75.037591349224897, 40.026688896457301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9772, "tnode_": 9867, "lpoly_": null, "rpoly_": null, "length": 225.71283125999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4819, "l_t_add": 4899, "r_f_add": 4824, "r_t_add": 4898, "st_code": 65740, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761000, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32522, "Shape__Length": 89.965446690969074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037591349224897, 40.026688896457301 ], [ -75.037143613088602, 40.026173691816602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9867, "tnode_": 9975, "lpoly_": null, "rpoly_": null, "length": 226.25266236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4923, "r_f_add": 4900, "r_t_add": 4924, "st_code": 65740, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761001, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32523, "Shape__Length": 90.177629860564039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037143613088602, 40.026173691816602 ], [ -75.036690115027397, 40.025659684477901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9282, "tnode_": 9397, "lpoly_": null, "rpoly_": null, "length": 226.89253438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4733, "r_f_add": 4700, "r_t_add": 4732, "st_code": 35160, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761002, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32524, "Shape__Length": 90.436321534882026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037770802219896, 40.028787716763702 ], [ -75.037316400174007, 40.028272049414397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9397, "tnode_": 9492, "lpoly_": null, "rpoly_": null, "length": 211.05101581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4735, "l_t_add": 4799, "r_f_add": 4734, "r_t_add": 4798, "st_code": 35160, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761003, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32525, "Shape__Length": 84.124945428511282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037316400174007, 40.028272049414397 ], [ -75.036900796482797, 40.0277887488757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9492, "tnode_": 9629, "lpoly_": null, "rpoly_": null, "length": 224.94517982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4817, "r_f_add": 4800, "r_t_add": 4816, "st_code": 35160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761004, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32526, "Shape__Length": 89.658268994984084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036900796482797, 40.0277887488757 ], [ -75.036449178445594, 40.027278093017003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9629, "tnode_": 9756, "lpoly_": null, "rpoly_": null, "length": 225.23239216000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4819, "l_t_add": 4899, "r_f_add": 4818, "r_t_add": 4898, "st_code": 35160, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761005, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32527, "Shape__Length": 89.7751178814745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036449178445594, 40.027278093017003 ], [ -75.036003192842301, 40.026763573954703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9756, "tnode_": 9852, "lpoly_": null, "rpoly_": null, "length": 225.87192054000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4931, "r_f_add": 4900, "r_t_add": 4932, "st_code": 35160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761006, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32528, "Shape__Length": 90.026819190684307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036003192842301, 40.026763573954703 ], [ -75.035550785060295, 40.026250259072697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9093, "tnode_": 9185, "lpoly_": null, "rpoly_": null, "length": 226.56078707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4623, "r_f_add": 4600, "r_t_add": 4622, "st_code": 35160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761007, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32529, "Shape__Length": 90.305375116342134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038702621333996, 40.0298487181254 ], [ -75.038248631848205, 40.029333932277098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9185, "tnode_": 9282, "lpoly_": null, "rpoly_": null, "length": 239.78611328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4625, "l_t_add": 4699, "r_f_add": 4624, "r_t_add": 4698, "st_code": 35160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32530, "Shape__Length": 95.577452198446352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038248631848205, 40.029333932277098 ], [ -75.037770802219896, 40.028787716763702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10019, "tnode_": 9919, "lpoly_": null, "rpoly_": null, "length": 291.95318505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7134, "l_t_add": 7198, "r_f_add": 7135, "r_t_add": 7199, "st_code": 45820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 32531, "Shape__Length": 116.17687618021637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034545178118606, 40.0254010517192 ], [ -75.033659508827796, 40.025823790630398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10069, "tnode_": 10019, "lpoly_": null, "rpoly_": null, "length": 178.15933889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7124, "l_t_add": 7132, "r_f_add": 7125, "r_t_add": 7133, "st_code": 45820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 32532, "Shape__Length": 70.892402098274331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035088515649704, 40.025146678405697 ], [ -75.034545178118606, 40.0254010517192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10069, "tnode_": 10101, "lpoly_": null, "rpoly_": null, "length": 77.55444165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4933, "l_t_add": 4937, "r_f_add": 4934, "r_t_add": 4944, "st_code": 35160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32533, "Shape__Length": 30.916512758864346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035088515649704, 40.025146678405697 ], [ -75.035078878488306, 40.025115576860003 ], [ -75.034949264748406, 40.024964565737903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10180, "tnode_": 10101, "lpoly_": null, "rpoly_": null, "length": 279.64122142000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7122, "r_f_add": 7101, "r_t_add": 7123, "st_code": 45820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 32534, "Shape__Length": 111.26321814936621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035814758670398, 40.0245817518108 ], [ -75.034949264748406, 40.024964565737903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10101, "tnode_": 10219, "lpoly_": null, "rpoly_": null, "length": 255.04806252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4939, "l_t_add": 4999, "r_f_add": 4946, "r_t_add": 4998, "st_code": 35160, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32535, "Shape__Length": 101.67237799110312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034949264748406, 40.024964565737903 ], [ -75.034479487510296, 40.024364770383002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10076, "tnode_": 10241, "lpoly_": null, "rpoly_": null, "length": 361.95350124000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 82200, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32536, "Shape__Length": 144.29141638837154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033037205861802, 40.025040999372997 ], [ -75.032375728161497, 40.024187395991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10219, "tnode_": 10324, "lpoly_": null, "rpoly_": null, "length": 263.30903873000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 35160, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 32537, "Shape__Length": 104.96917870670339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034479487510296, 40.024364770383002 ], [ -75.034044744343603, 40.023812247242198 ], [ -75.034006310421603, 40.023741071314703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9975, "tnode_": 10038, "lpoly_": null, "rpoly_": null, "length": 124.77381314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4925, "l_t_add": 4933, "r_f_add": 4926, "r_t_add": 4936, "st_code": 65740, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761016, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32538, "Shape__Length": 49.737840961979039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036690115027397, 40.025659684477901 ], [ -75.036454582788494, 40.025368941179799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10180, "tnode_": 10286, "lpoly_": null, "rpoly_": null, "length": 255.60561549000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4943, "l_t_add": 4999, "r_f_add": 4966, "r_t_add": 4998, "st_code": 65740, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761018, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 32539, "Shape__Length": 101.89847447332869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035814758670398, 40.0245817518108 ], [ -75.035353782902007, 40.023976160845699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10252, "tnode_": 10038, "lpoly_": null, "rpoly_": null, "length": 732.83855990999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 47620, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32540, "Shape__Length": 291.65173181398603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038627859715703, 40.024248456054103 ], [ -75.036454582788494, 40.025368941179799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9708, "tnode_": 9799, "lpoly_": null, "rpoly_": null, "length": 232.75759712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4713, "r_f_add": 4700, "r_t_add": 4714, "st_code": 78240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32541, "Shape__Length": 92.790223415023505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041039309197799, 40.0271006104214 ], [ -75.041038939191594, 40.0270038440514 ], [ -75.040645628890402, 40.026553805065603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9799, "tnode_": 9896, "lpoly_": null, "rpoly_": null, "length": 212.24912092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4715, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 78240, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32542, "Shape__Length": 84.597321486147223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040645628890402, 40.026553805065603 ], [ -75.040221412936901, 40.026070978599797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9896, "tnode_": 10003, "lpoly_": null, "rpoly_": null, "length": 224.72650855999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4815, "r_f_add": 4800, "r_t_add": 4814, "st_code": 78240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32543, "Shape__Length": 89.569460280215139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040221412936901, 40.026070978599797 ], [ -75.039771467043593, 40.025560181814598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10003, "tnode_": 10106, "lpoly_": null, "rpoly_": null, "length": 225.11945143000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4817, "l_t_add": 4899, "r_f_add": 4816, "r_t_add": 4898, "st_code": 78240, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32544, "Shape__Length": 89.729733888337492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039771467043593, 40.025560181814598 ], [ -75.039329614542396, 40.025043936255599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10106, "tnode_": 10252, "lpoly_": null, "rpoly_": null, "length": 350.13902496000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 78240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32545, "Shape__Length": 139.55250101404448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039329614542396, 40.025043936255599 ], [ -75.038627859715703, 40.024248456054103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9717, "tnode_": 9839, "lpoly_": null, "rpoly_": null, "length": 239.50088579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4621, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 28640, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32546, "Shape__Length": 95.480389669485035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042599789863203, 40.027081794988398 ], [ -75.042164754746295, 40.026515755831703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9839, "tnode_": 9928, "lpoly_": null, "rpoly_": null, "length": 228.04907835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4713, "r_f_add": 4700, "r_t_add": 4714, "st_code": 28640, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32547, "Shape__Length": 90.916948406499358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042164754746295, 40.026515755831703 ], [ -75.042109160445705, 40.026433701696099 ], [ -75.041756869775298, 40.025974053699301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9928, "tnode_": 10029, "lpoly_": null, "rpoly_": null, "length": 210.3734556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4715, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 28640, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32548, "Shape__Length": 83.868470093378434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041756869775298, 40.025974053699301 ], [ -75.041378024050502, 40.0254753753253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10029, "tnode_": 10138, "lpoly_": null, "rpoly_": null, "length": 225.50180585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4817, "r_f_add": 4800, "r_t_add": 4816, "st_code": 28640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32549, "Shape__Length": 89.90067722592886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041378024050502, 40.0254753753253 ], [ -75.040975903038103, 40.0249390672967 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10138, "tnode_": 10232, "lpoly_": null, "rpoly_": null, "length": 225.16456265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4819, "l_t_add": 4899, "r_f_add": 4818, "r_t_add": 4898, "st_code": 28640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32550, "Shape__Length": 89.764376935478907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040975903038103, 40.0249390672967 ], [ -75.040571779655394, 40.024404721601101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10232, "tnode_": 10367, "lpoly_": null, "rpoly_": null, "length": 321.75166572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4919, "r_f_add": 4900, "r_t_add": 4918, "st_code": 28640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32551, "Shape__Length": 128.27063010604618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040571779655394, 40.024404721601101 ], [ -75.039998721344602, 40.023639199048198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9218, "tnode_": 9335, "lpoly_": null, "rpoly_": null, "length": 228.10777889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4511, "r_f_add": 4500, "r_t_add": 4510, "st_code": 78240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761031, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32552, "Shape__Length": 90.921598049078085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042861170948797, 40.029194301884203 ], [ -75.042405056707096, 40.028675495848397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9335, "tnode_": 9440, "lpoly_": null, "rpoly_": null, "length": 224.91847724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4513, "l_t_add": 4599, "r_f_add": 4512, "r_t_add": 4598, "st_code": 78240, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761032, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32553, "Shape__Length": 89.65187465860015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042405056707096, 40.028675495848397 ], [ -75.041959773901297, 40.028161647631102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9336, "tnode_": 9451, "lpoly_": null, "rpoly_": null, "length": 228.30225934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4509, "r_f_add": 4500, "r_t_add": 4510, "st_code": 28640, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32554, "Shape__Length": 91.021305966181018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043817427944504, 40.028700429284903 ], [ -75.043410019658893, 40.028157582573201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9440, "tnode_": 9568, "lpoly_": null, "rpoly_": null, "length": 226.1362812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4617, "r_f_add": 4600, "r_t_add": 4616, "st_code": 78240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761034, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32555, "Shape__Length": 90.138003072397865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041959773901297, 40.028161647631102 ], [ -75.041514957948806, 40.027643551959898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9451, "tnode_": 9586, "lpoly_": null, "rpoly_": null, "length": 226.47949207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4511, "l_t_add": 4599, "r_f_add": 4512, "r_t_add": 4598, "st_code": 28640, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32556, "Shape__Length": 90.293533876102458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043410019658893, 40.028157582573201 ], [ -75.043005088275393, 40.027619415928903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9568, "tnode_": 9708, "lpoly_": null, "rpoly_": null, "length": 238.45751135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4619, "l_t_add": 4699, "r_f_add": 4618, "r_t_add": 4698, "st_code": 78240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761036, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32557, "Shape__Length": 95.04529227370017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041514957948806, 40.027643551959898 ], [ -75.041039309197799, 40.0271006104214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9586, "tnode_": 9717, "lpoly_": null, "rpoly_": null, "length": 226.3594051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4619, "r_f_add": 4600, "r_t_add": 4618, "st_code": 28640, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32558, "Shape__Length": 90.244688826418823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043005088275393, 40.027619415928903 ], [ -75.042599789863203, 40.027081794988398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8318, "tnode_": 8446, "lpoly_": null, "rpoly_": null, "length": 481.57995872000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 78240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761038, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32559, "Shape__Length": 191.72292083080214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048144205814097, 40.0344863078613 ], [ -75.046856818555398, 40.033766647108898 ], [ -75.046773134671099, 40.033692202431901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8446, "tnode_": 8572, "lpoly_": null, "rpoly_": null, "length": 328.97676451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 78240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761039, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32560, "Shape__Length": 131.14454405608186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046773134671099, 40.033692202431901 ], [ -75.046707384246901, 40.033585682544498 ], [ -75.046136178994203, 40.032934752437498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8572, "tnode_": 8680, "lpoly_": null, "rpoly_": null, "length": 291.2871555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 78240, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761040, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32561, "Shape__Length": 116.11224812725011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046136178994203, 40.032934752437498 ], [ -75.045557188130502, 40.0322704490072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8522, "tnode_": 8758, "lpoly_": null, "rpoly_": null, "length": 652.42243441000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4199, "r_f_add": 4000, "r_t_add": 4198, "st_code": 28640, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32562, "Shape__Length": 260.06603521307562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047721218426503, 40.033310821019803 ], [ -75.046422290782104, 40.031824007756001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8680, "tnode_": 8760, "lpoly_": null, "rpoly_": null, "length": 225.30511782000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4211, "r_f_add": 4200, "r_t_add": 4214, "st_code": 78240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761042, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32563, "Shape__Length": 89.811287059442947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045557188130502, 40.0322704490072 ], [ -75.045112286650095, 40.031755119338698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8760, "tnode_": 8862, "lpoly_": null, "rpoly_": null, "length": 226.72370709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4213, "l_t_add": 4299, "r_f_add": 4216, "r_t_add": 4298, "st_code": 78240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761043, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32564, "Shape__Length": 90.372564009539886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045112286650095, 40.031755119338698 ], [ -75.044657403130401, 40.031240252751402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8862, "tnode_": 8953, "lpoly_": null, "rpoly_": null, "length": 224.49753006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4311, "r_f_add": 4300, "r_t_add": 4312, "st_code": 78240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761044, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32565, "Shape__Length": 89.485501477053504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044657403130401, 40.031240252751402 ], [ -75.044208955422405, 40.030729418446398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8758, "tnode_": 8954, "lpoly_": null, "rpoly_": null, "length": 452.21187921999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 28640, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32566, "Shape__Length": 180.25420949844451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046422290782104, 40.031824007756001 ], [ -75.045519196952398, 40.030794899255199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8954, "tnode_": 9036, "lpoly_": null, "rpoly_": null, "length": 224.05851168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4315, "r_f_add": 4300, "r_t_add": 4314, "st_code": 28640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32567, "Shape__Length": 89.31311071615599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045519196952398, 40.030794899255199 ], [ -75.045078159561797, 40.030281711872803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8953, "tnode_": 9041, "lpoly_": null, "rpoly_": null, "length": 225.91905737000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4313, "l_t_add": 4399, "r_f_add": 4314, "r_t_add": 4398, "st_code": 78240, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761047, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32568, "Shape__Length": 90.05271510708215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044208955422405, 40.030729418446398 ], [ -75.043760251109504, 40.030214016856 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9036, "tnode_": 9139, "lpoly_": null, "rpoly_": null, "length": 225.9418104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4317, "l_t_add": 4399, "r_f_add": 4316, "r_t_add": 4398, "st_code": 28640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32569, "Shape__Length": 90.058218801552641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045078159561797, 40.030281711872803 ], [ -75.044623364812793, 40.029769400545199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9041, "tnode_": 9143, "lpoly_": null, "rpoly_": null, "length": 227.03730392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4411, "r_f_add": 4400, "r_t_add": 4408, "st_code": 78240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761049, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32570, "Shape__Length": 90.496433609098602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043760251109504, 40.030214016856 ], [ -75.043306602344202, 40.029697473212202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9143, "tnode_": 9218, "lpoly_": null, "rpoly_": null, "length": 221.71439734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4413, "l_t_add": 4499, "r_f_add": 4410, "r_t_add": 4498, "st_code": 78240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761050, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32571, "Shape__Length": 88.372883270715477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043306602344202, 40.029697473212202 ], [ -75.042861170948797, 40.029194301884203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9139, "tnode_": 9223, "lpoly_": null, "rpoly_": null, "length": 227.17070199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4415, "r_f_add": 4400, "r_t_add": 4414, "st_code": 28640, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32572, "Shape__Length": 90.572355775384978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044623364812793, 40.029769400545199 ], [ -75.044219723686595, 40.0292284686046 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9223, "tnode_": 9336, "lpoly_": null, "rpoly_": null, "length": 222.91885304000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4417, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 28640, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 32573, "Shape__Length": 88.873721110071969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044219723686595, 40.0292284686046 ], [ -75.043817427944504, 40.028700429284903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8577, "tnode_": 8636, "lpoly_": null, "rpoly_": null, "length": 156.14650867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4101, "r_f_add": 4100, "r_t_add": 4100, "st_code": 51640, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761053, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32574, "Shape__Length": 62.212931892804463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048673726730101, 40.032962980337302 ], [ -75.048532106478802, 40.032917443180402 ], [ -75.048320893151697, 40.0326526140082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8636, "tnode_": 8857, "lpoly_": null, "rpoly_": null, "length": 548.2258615400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4103, "l_t_add": 4199, "r_f_add": 4102, "r_t_add": 4198, "st_code": 51640, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761054, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32575, "Shape__Length": 218.57946915155338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048320893151697, 40.0326526140082 ], [ -75.047335981560394, 40.031351983058499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8857, "tnode_": 9050, "lpoly_": null, "rpoly_": null, "length": 452.4934208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 51640, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761055, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32576, "Shape__Length": 180.40709648975979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047335981560394, 40.031351983058499 ], [ -75.047290976377099, 40.0313024934241 ], [ -75.046995980833302, 40.030901679416203 ], [ -75.046695435992902, 40.030497696498003 ], [ -75.046522737235307, 40.030278966896802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9050, "tnode_": 9155, "lpoly_": null, "rpoly_": null, "length": 226.40325921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4317, "r_f_add": 4300, "r_t_add": 4316, "st_code": 51640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761056, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32577, "Shape__Length": 90.26667147573113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046522737235307, 40.030278966896802 ], [ -75.046119584321104, 40.029740247621802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9155, "tnode_": 9234, "lpoly_": null, "rpoly_": null, "length": 225.409611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4319, "l_t_add": 4399, "r_f_add": 4318, "r_t_add": 4398, "st_code": 51640, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761057, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32578, "Shape__Length": 89.86737448621183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046119584321104, 40.029740247621802 ], [ -75.045712708382695, 40.029206345316901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9234, "tnode_": 9351, "lpoly_": null, "rpoly_": null, "length": 226.59751403, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4421, "r_f_add": 4400, "r_t_add": 4414, "st_code": 51640, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761058, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32579, "Shape__Length": 90.341502185068848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045712708382695, 40.029206345316901 ], [ -75.0453064872883, 40.028668375972899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9351, "tnode_": 9464, "lpoly_": null, "rpoly_": null, "length": 225.33083632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4423, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 51640, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761059, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32580, "Shape__Length": 89.836207852810119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0453064872883, 40.028668375972899 ], [ -75.044903492502698, 40.0281329895491 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9464, "tnode_": 9595, "lpoly_": null, "rpoly_": null, "length": 226.9835598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4519, "r_f_add": 4500, "r_t_add": 4516, "st_code": 51640, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761060, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32581, "Shape__Length": 90.494734716450992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044903492502698, 40.0281329895491 ], [ -75.044498276604003, 40.0275933512265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9595, "tnode_": 9731, "lpoly_": null, "rpoly_": null, "length": 226.41119846000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4521, "l_t_add": 4599, "r_f_add": 4518, "r_t_add": 4598, "st_code": 51640, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761061, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32582, "Shape__Length": 90.263558365974475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044498276604003, 40.0275933512265 ], [ -75.044468294275902, 40.027559991691497 ], [ -75.044089158288799, 40.027057415484698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9731, "tnode_": 9833, "lpoly_": null, "rpoly_": null, "length": 224.41662986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4623, "r_f_add": 4600, "r_t_add": 4618, "st_code": 51640, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761062, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32583, "Shape__Length": 89.469851113550902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044089158288799, 40.027057415484698 ], [ -75.043688339249002, 40.026523965078702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9833, "tnode_": 9943, "lpoly_": null, "rpoly_": null, "length": 240.85330134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4625, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 51640, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761063, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32584, "Shape__Length": 96.020563113304789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043688339249002, 40.026523965078702 ], [ -75.043254899755695, 40.025952902060197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9943, "tnode_": 10055, "lpoly_": null, "rpoly_": null, "length": 227.1609599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4715, "r_f_add": 4700, "r_t_add": 4714, "st_code": 51640, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761064, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32585, "Shape__Length": 90.56151338166967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043254899755695, 40.025952902060197 ], [ -75.042846981194501, 40.025413910777601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10055, "tnode_": 10143, "lpoly_": null, "rpoly_": null, "length": 212.34149621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4717, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 51640, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761065, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32586, "Shape__Length": 84.652722907722804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042846981194501, 40.025413910777601 ], [ -75.042465411909106, 40.024910200785598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10143, "tnode_": 10240, "lpoly_": null, "rpoly_": null, "length": 223.78615841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4819, "r_f_add": 4800, "r_t_add": 4816, "st_code": 51640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761066, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32587, "Shape__Length": 89.213478379167313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042465411909106, 40.024910200785598 ], [ -75.042060724193604, 40.024380491313998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10240, "tnode_": 10342, "lpoly_": null, "rpoly_": null, "length": 226.48340420999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4821, "l_t_add": 4899, "r_f_add": 4818, "r_t_add": 4898, "st_code": 51640, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761067, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32588, "Shape__Length": 90.28830259033333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042060724193604, 40.024380491313998 ], [ -75.041826376874198, 40.024063885763802 ], [ -75.041651882795307, 40.023844155071501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10342, "tnode_": 10481, "lpoly_": null, "rpoly_": null, "length": 297.16701408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4923, "r_f_add": 4900, "r_t_add": 4922, "st_code": 51640, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761068, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 32589, "Shape__Length": 118.46882179881898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041651882795307, 40.023844155071501 ], [ -75.041122878920504, 40.023137008547899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10288, "tnode_": 10376, "lpoly_": null, "rpoly_": null, "length": 206.127603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 67500, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 32590, "Shape__Length": 82.155823850687909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0451927495522, 40.024193850291603 ], [ -75.044783274990095, 40.0237236605711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10376, "tnode_": 10575, "lpoly_": null, "rpoly_": null, "length": 453.13746125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 67500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 32591, "Shape__Length": 180.60378571721344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044783274990095, 40.0237236605711 ], [ -75.043882666559497, 40.0226902611033 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10001, "tnode_": 10092, "lpoly_": null, "rpoly_": null, "length": 240.5703597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4621, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 48040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32592, "Shape__Length": 95.883807666960536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045206404424306, 40.025735446812803 ], [ -75.045165413442405, 40.025685678623702 ], [ -75.044724678578206, 40.025188705948402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10092, "tnode_": 10198, "lpoly_": null, "rpoly_": null, "length": 225.75687573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4721, "r_f_add": 4700, "r_t_add": 4722, "st_code": 48040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32593, "Shape__Length": 89.981785114946348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044724678578206, 40.025188705948402 ], [ -75.044278426029805, 40.0246726009524 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10198, "tnode_": 10278, "lpoly_": null, "rpoly_": null, "length": 211.36691904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4723, "l_t_add": 4799, "r_f_add": 4724, "r_t_add": 4798, "st_code": 48040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32594, "Shape__Length": 84.242615400327338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044278426029805, 40.0246726009524 ], [ -75.043854439556299, 40.024192585959099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10278, "tnode_": 10375, "lpoly_": null, "rpoly_": null, "length": 223.7616446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4815, "r_f_add": 4800, "r_t_add": 4814, "st_code": 48040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32595, "Shape__Length": 89.184455124015471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043854439556299, 40.024192585959099 ], [ -75.043410545291707, 40.023681858046402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10375, "tnode_": 10487, "lpoly_": null, "rpoly_": null, "length": 226.26685723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4817, "l_t_add": 4899, "r_f_add": 4816, "r_t_add": 4898, "st_code": 48040, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32596, "Shape__Length": 90.182742748611446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043410545291707, 40.023681858046402 ], [ -75.042962640313306, 40.023164921869899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10424, "tnode_": 10566, "lpoly_": null, "rpoly_": null, "length": 285.95958372999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 48040, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32597, "Shape__Length": 113.99750711107174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042548481014606, 40.023376094646601 ], [ -75.042033543570497, 40.0226982411872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10522, "tnode_": 10627, "lpoly_": null, "rpoly_": null, "length": 279.06940972999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 67500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761077, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 32598, "Shape__Length": 111.25366755325676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043284482118295, 40.0229973856055 ], [ -75.042789976860306, 40.0223323012805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10627, "tnode_": 10566, "lpoly_": null, "rpoly_": null, "length": 250.30335977000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6744, "l_t_add": 6798, "r_f_add": 6703, "r_t_add": 6709, "st_code": 47620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761078, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32599, "Shape__Length": 99.600765653955122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042789976860306, 40.0223323012805 ], [ -75.042033543570497, 40.0226982411872 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10765, "tnode_": 10627, "lpoly_": null, "rpoly_": null, "length": 490.04853769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6742, "r_f_add": 6701, "r_t_add": 6701, "st_code": 47620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761079, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32600, "Shape__Length": 194.99346378055361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044277058566195, 40.021645572903203 ], [ -75.044210914518899, 40.0216388666231 ], [ -75.042789976860306, 40.0223323012805 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10367, "tnode_": 10252, "lpoly_": null, "rpoly_": null, "length": 443.52244288999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6932, "l_t_add": 6998, "r_f_add": 6951, "r_t_add": 6999, "st_code": 47620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761080, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32601, "Shape__Length": 176.46721033890884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039998721344602, 40.023639199048198 ], [ -75.038921102404402, 40.0241084250844 ], [ -75.038686767800598, 40.024220063547403 ], [ -75.038627859715703, 40.024248456054103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10481, "tnode_": 10367, "lpoly_": null, "rpoly_": null, "length": 364.37353673999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6930, "r_f_add": 6901, "r_t_add": 6949, "st_code": 47620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761081, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32602, "Shape__Length": 144.97589241118303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041122878920504, 40.023137008547899 ], [ -75.040062291547301, 40.023600537566303 ], [ -75.039998721344602, 40.023639199048198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10566, "tnode_": 10481, "lpoly_": null, "rpoly_": null, "length": 301.02660849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6711, "r_t_add": 6899, "st_code": 47620, "l_hundred": 6800, "r_hundred": 6700, "seg_id": 761082, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32603, "Shape__Length": 119.78455457916877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042033543570497, 40.0226982411872 ], [ -75.041185068081603, 40.023110751110302 ], [ -75.041122878920504, 40.023137008547899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9556, "tnode_": 9690, "lpoly_": null, "rpoly_": null, "length": 224.93622188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4417, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 48040, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32604, "Shape__Length": 89.657610923163475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047003133500198, 40.027788638682303 ], [ -75.046557468730001, 40.027274930610702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9690, "tnode_": 9790, "lpoly_": null, "rpoly_": null, "length": 225.07341714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4515, "r_f_add": 4500, "r_t_add": 4514, "st_code": 48040, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32605, "Shape__Length": 89.709851836317256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046557468730001, 40.027274930610702 ], [ -75.046107922076601, 40.0267627727549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9790, "tnode_": 9884, "lpoly_": null, "rpoly_": null, "length": 226.55042893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4517, "l_t_add": 4599, "r_f_add": 4516, "r_t_add": 4598, "st_code": 48040, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32606, "Shape__Length": 90.298016499970345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046107922076601, 40.0267627727549 ], [ -75.045655706509606, 40.026247109906599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8821, "tnode_": 9042, "lpoly_": null, "rpoly_": null, "length": 547.93859680999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4172, "st_code": 48040, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32607, "Shape__Length": 218.40918857590228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050346630066798, 40.031604990689097 ], [ -75.049249964021897, 40.030359284240298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9042, "tnode_": 9219, "lpoly_": null, "rpoly_": null, "length": 449.62799568000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4174, "r_t_add": 4298, "st_code": 48040, "l_hundred": 4200, "r_hundred": 4100, "seg_id": 761087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32608, "Shape__Length": 179.22288722653172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049249964021897, 40.030359284240298 ], [ -75.048357088039097, 40.029333453734097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9219, "tnode_": 9332, "lpoly_": null, "rpoly_": null, "length": 225.93230796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4319, "r_f_add": 4300, "r_t_add": 4318, "st_code": 48040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32609, "Shape__Length": 90.055000244820775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048357088039097, 40.029333453734097 ], [ -75.047906009315298, 40.028819239298301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9332, "tnode_": 9438, "lpoly_": null, "rpoly_": null, "length": 226.0950747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4321, "l_t_add": 4399, "r_f_add": 4320, "r_t_add": 4398, "st_code": 48040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32610, "Shape__Length": 90.120006517248768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047906009315298, 40.028819239298301 ], [ -75.047456256575003, 40.0283038025648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9438, "tnode_": 9556, "lpoly_": null, "rpoly_": null, "length": 226.54039972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4415, "r_f_add": 4400, "r_t_add": 4414, "st_code": 48040, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32611, "Shape__Length": 90.295606674351873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047456256575003, 40.0283038025648 ], [ -75.047003133500198, 40.027788638682303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8649, "tnode_": 8738, "lpoly_": null, "rpoly_": null, "length": 238.28077885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 37340, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761091, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 32612, "Shape__Length": 94.984799100899821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049912069480399, 40.0326195889145 ], [ -75.0494429444026, 40.032073867312299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8697, "tnode_": 8821, "lpoly_": null, "rpoly_": null, "length": 318.58708216999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 48040, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 32613, "Shape__Length": 126.99554706001823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050975284199097, 40.032333907835302 ], [ -75.050346630066798, 40.031604990689097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8738, "tnode_": 8957, "lpoly_": null, "rpoly_": null, "length": 547.88997494, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 37340, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 32614, "Shape__Length": 218.39207716994068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0494429444026, 40.032073867312299 ], [ -75.048347932535194, 40.030827458412404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8957, "tnode_": 9149, "lpoly_": null, "rpoly_": null, "length": 451.60637083999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 37340, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 32615, "Shape__Length": 180.0088753107045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048347932535194, 40.030827458412404 ], [ -75.047443318081207, 40.029801153482403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9149, "tnode_": 9227, "lpoly_": null, "rpoly_": null, "length": 223.96612994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 37340, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 32616, "Shape__Length": 89.274163073280647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047443318081207, 40.029801153482403 ], [ -75.047000771941995, 40.029289041929196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8712, "tnode_": 8561, "lpoly_": null, "rpoly_": null, "length": 545.6661334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 36920, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761096, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32617, "Shape__Length": 217.18855631991303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038947526942806, 40.031953026179998 ], [ -75.037332855331201, 40.032791572836501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8893, "tnode_": 8739, "lpoly_": null, "rpoly_": null, "length": 531.12392404000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 37280, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32618, "Shape__Length": 211.39673258992184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038052883405499, 40.030926379654801 ], [ -75.036480662394396, 40.0317418898914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8929, "tnode_": 8712, "lpoly_": null, "rpoly_": null, "length": 756.57680715000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 36920, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761098, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32619, "Shape__Length": 301.12845015798655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041190829811697, 40.0307955724153 ], [ -75.038947526942806, 40.031953026179998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9118, "tnode_": 8893, "lpoly_": null, "rpoly_": null, "length": 754.00862525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 37280, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32620, "Shape__Length": 300.10034569365774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040290475831299, 40.029775077626297 ], [ -75.038052883405499, 40.030926379654801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7613, "tnode_": 7544, "lpoly_": null, "rpoly_": null, "length": 277.68454937000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7334, "l_t_add": 7356, "r_f_add": 7335, "r_t_add": 7357, "st_code": 50300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761373, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32621, "Shape__Length": 110.50521956426445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041694343135106, 40.0382279001564 ], [ -75.040832580561101, 40.038605145818998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9143, "tnode_": 8929, "lpoly_": null, "rpoly_": null, "length": 714.88532765000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 36920, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32622, "Shape__Length": 284.53275794408881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043306602344202, 40.029697473212202 ], [ -75.041190829811697, 40.0307955724153 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9223, "tnode_": 9143, "lpoly_": null, "rpoly_": null, "length": 307.53390004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6952, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 36920, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32623, "Shape__Length": 122.39853546192271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044219723686595, 40.0292284686046 ], [ -75.043306602344202, 40.029697473212202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9335, "tnode_": 9118, "lpoly_": null, "rpoly_": null, "length": 714.96973260999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 37280, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761102, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32624, "Shape__Length": 284.56304727699535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042405056707096, 40.028675495848397 ], [ -75.040376940039593, 40.029724398070996 ], [ -75.040290475831299, 40.029775077626297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9351, "tnode_": 9223, "lpoly_": null, "rpoly_": null, "length": 366.40257835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6950, "r_f_add": 6901, "r_t_add": 6929, "st_code": 36920, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761103, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32625, "Shape__Length": 145.8280098145695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0453064872883, 40.028668375972899 ], [ -75.044219723686595, 40.0292284686046 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9451, "tnode_": 9335, "lpoly_": null, "rpoly_": null, "length": 338.83606642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6950, "l_t_add": 6998, "r_f_add": 6931, "r_t_add": 6999, "st_code": 37280, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32626, "Shape__Length": 134.85550815370183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043410019658893, 40.028157582573201 ], [ -75.043349207941304, 40.028191470524 ], [ -75.042405056707096, 40.028675495848397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9556, "tnode_": 9351, "lpoly_": null, "rpoly_": null, "length": 573.14217771000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 36920, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761105, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32627, "Shape__Length": 228.11021520528149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047003133500198, 40.027788638682303 ], [ -75.046943019501796, 40.027823515339101 ], [ -75.0453064872883, 40.028668375972899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9786, "tnode_": 9556, "lpoly_": null, "rpoly_": null, "length": 616.05223314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 36920, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32628, "Shape__Length": 245.18193358052727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048831168805904, 40.026847895166703 ], [ -75.047003133500198, 40.027788638682303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9983, "tnode_": 9786, "lpoly_": null, "rpoly_": null, "length": 616.48177103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 36920, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 32629, "Shape__Length": 245.35297192136068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050655677840595, 40.025901034432898 ], [ -75.048831168805904, 40.026847895166703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9595, "tnode_": 9451, "lpoly_": null, "rpoly_": null, "length": 367.62002733000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6948, "r_f_add": 6901, "r_t_add": 6929, "st_code": 37280, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761108, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32630, "Shape__Length": 146.31175745672039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044498276604003, 40.0275933512265 ], [ -75.044441313300993, 40.027626107670699 ], [ -75.043410019658893, 40.028157582573201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9790, "tnode_": 9595, "lpoly_": null, "rpoly_": null, "length": 542.90595071999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 37280, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761109, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32631, "Shape__Length": 216.07105964968503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046107922076601, 40.0267627727549 ], [ -75.044498276604003, 40.0275933512265 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9987, "tnode_": 9790, "lpoly_": null, "rpoly_": null, "length": 617.18603486000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 37280, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761110, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32632, "Shape__Length": 245.63162781444746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0479363319226, 40.025816904916198 ], [ -75.046107922076601, 40.0267627727549 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10183, "tnode_": 9987, "lpoly_": null, "rpoly_": null, "length": 614.92482787000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 37280, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761111, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 32633, "Shape__Length": 244.72595193795993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049761242648401, 40.0248781974202 ], [ -75.0479363319226, 40.025816904916198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10917, "tnode_": 11123, "lpoly_": null, "rpoly_": null, "length": 636.00803165000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4935, "l_t_add": 4999, "r_f_add": 4936, "r_t_add": 4998, "st_code": 52920, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32634, "Shape__Length": 253.47429544895971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046098449558102, 40.020699032533997 ], [ -75.0457399019364, 40.020279203619801 ], [ -75.044828600892302, 40.019251676091798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9019, "tnode_": 9182, "lpoly_": null, "rpoly_": null, "length": 408.1002206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 52920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32635, "Shape__Length": 162.67091119697704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054802227788997, 40.030651710162097 ], [ -75.054727719591298, 40.030549723649401 ], [ -75.053993085014, 40.029720439909497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9182, "tnode_": 9328, "lpoly_": null, "rpoly_": null, "length": 330.8207818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4131, "r_f_add": 4100, "r_t_add": 4132, "st_code": 52920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32636, "Shape__Length": 131.86502781505476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053993085014, 40.029720439909497 ], [ -75.053336095504093, 40.028965693343402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9328, "tnode_": 9428, "lpoly_": null, "rpoly_": null, "length": 217.23210687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4133, "l_t_add": 4199, "r_f_add": 4134, "r_t_add": 4198, "st_code": 52920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32637, "Shape__Length": 86.586021588131956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053336095504093, 40.028965693343402 ], [ -75.052900993123899, 40.028472005707499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9428, "tnode_": 9547, "lpoly_": null, "rpoly_": null, "length": 224.47865169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4221, "r_f_add": 4200, "r_t_add": 4222, "st_code": 52920, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32638, "Shape__Length": 89.475216635576075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052900993123899, 40.028472005707499 ], [ -75.052454373160501, 40.027960297775401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9547, "tnode_": 9675, "lpoly_": null, "rpoly_": null, "length": 226.93412152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4223, "l_t_add": 4299, "r_f_add": 4224, "r_t_add": 4298, "st_code": 52920, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32639, "Shape__Length": 90.453708076077419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052454373160501, 40.027960297775401 ], [ -75.052003780336904, 40.027442524253402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9675, "tnode_": 9784, "lpoly_": null, "rpoly_": null, "length": 228.65892264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4323, "r_f_add": 4300, "r_t_add": 4324, "st_code": 52920, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32640, "Shape__Length": 91.138656879192567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052003780336904, 40.027442524253402 ], [ -75.051546003028193, 40.0269227625556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9784, "tnode_": 9879, "lpoly_": null, "rpoly_": null, "length": 221.53341627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4325, "l_t_add": 4399, "r_f_add": 4326, "r_t_add": 4398, "st_code": 52920, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32641, "Shape__Length": 88.300003057987269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051546003028193, 40.0269227625556 ], [ -75.051106748943994, 40.026416998575598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9879, "tnode_": 9983, "lpoly_": null, "rpoly_": null, "length": 226.46286131999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4449, "r_f_add": 4400, "r_t_add": 4448, "st_code": 52920, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32642, "Shape__Length": 90.263131470354011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051106748943994, 40.026416998575598 ], [ -75.050655677840595, 40.025901034432898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9983, "tnode_": 10086, "lpoly_": null, "rpoly_": null, "length": 225.13393144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4451, "l_t_add": 4499, "r_f_add": 4450, "r_t_add": 4498, "st_code": 52920, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32643, "Shape__Length": 89.731541716916141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050655677840595, 40.025901034432898 ], [ -75.050204751977304, 40.025389397696699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10086, "tnode_": 10183, "lpoly_": null, "rpoly_": null, "length": 223.84369309000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4521, "r_f_add": 4500, "r_t_add": 4516, "st_code": 52920, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32644, "Shape__Length": 89.218992160510169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050204751977304, 40.025389397696699 ], [ -75.049761242648401, 40.0248781974202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10183, "tnode_": 10270, "lpoly_": null, "rpoly_": null, "length": 227.44545725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4523, "l_t_add": 4599, "r_f_add": 4518, "r_t_add": 4598, "st_code": 52920, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32645, "Shape__Length": 90.652379191823712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049761242648401, 40.0248781974202 ], [ -75.0493075143292, 40.024360361985302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10270, "tnode_": 10371, "lpoly_": null, "rpoly_": null, "length": 225.78370669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4625, "r_f_add": 4600, "r_t_add": 4620, "st_code": 52920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32646, "Shape__Length": 89.985427608147376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0493075143292, 40.024360361985302 ], [ -75.048890963497499, 40.023889819347097 ], [ -75.048849381315904, 40.023850568263498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10371, "tnode_": 10479, "lpoly_": null, "rpoly_": null, "length": 239.92628327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4627, "l_t_add": 4699, "r_f_add": 4622, "r_t_add": 4698, "st_code": 52920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32647, "Shape__Length": 95.628647953068622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048849381315904, 40.023850568263498 ], [ -75.048432918483698, 40.023358625947502 ], [ -75.048377656131805, 40.023300911101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10479, "tnode_": 10576, "lpoly_": null, "rpoly_": null, "length": 227.10914691000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4729, "r_f_add": 4700, "r_t_add": 4728, "st_code": 52920, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32648, "Shape__Length": 90.517203762831272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048377656131805, 40.023300911101003 ], [ -75.047926564923102, 40.0227828316727 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10576, "tnode_": 10654, "lpoly_": null, "rpoly_": null, "length": 208.29714418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4731, "l_t_add": 4799, "r_f_add": 4730, "r_t_add": 4798, "st_code": 52920, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32649, "Shape__Length": 83.017901560522589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047926564923102, 40.0227828316727 ], [ -75.047510926739093, 40.022308654866897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10654, "tnode_": 10737, "lpoly_": null, "rpoly_": null, "length": 226.71859301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4823, "r_f_add": 4800, "r_t_add": 4822, "st_code": 52920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32650, "Shape__Length": 90.358911066419225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047510926739093, 40.022308654866897 ], [ -75.047057925906103, 40.021792857768098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10737, "tnode_": 10819, "lpoly_": null, "rpoly_": null, "length": 225.00518599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4825, "l_t_add": 4899, "r_f_add": 4824, "r_t_add": 4898, "st_code": 52920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32651, "Shape__Length": 89.677778527622323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047057925906103, 40.021792857768098 ], [ -75.0466133058911, 40.021278407560096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10819, "tnode_": 10917, "lpoly_": null, "rpoly_": null, "length": 255.61251989000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4933, "r_f_add": 4900, "r_t_add": 4934, "st_code": 52920, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 32652, "Shape__Length": 101.87098711613604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0466133058911, 40.021278407560096 ], [ -75.046098449558102, 40.020699032533997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8897, "tnode_": 9102, "lpoly_": null, "rpoly_": null, "length": 458.23871562, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 82220, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761131, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLS ST", "stname": "WELLS ST", "objectid": 32653, "Shape__Length": 182.65552362867356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053970533512498, 40.031246441891298 ], [ -75.053056526662104, 40.030203040238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9019, "tnode_": 8923, "lpoly_": null, "rpoly_": null, "length": 286.23246610999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6628, "r_f_add": 6601, "r_t_add": 6615, "st_code": 34960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32654, "Shape__Length": 113.99519581908855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054802227788997, 40.030651710162097 ], [ -75.054057495179407, 40.031189894493401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8923, "tnode_": 8897, "lpoly_": null, "rpoly_": null, "length": 31.89591274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6630, "l_t_add": 6630, "r_f_add": 6617, "r_t_add": 6617, "st_code": 34960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761133, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 32655, "Shape__Length": 12.700341818938305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054057495179407, 40.031189894493401 ], [ -75.053970533512498, 40.031246441891298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8771, "tnode_": 8923, "lpoly_": null, "rpoly_": null, "length": 487.96445083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 33440, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761134, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 32656, "Shape__Length": 194.24333782493309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055468506023402, 40.031975906444998 ], [ -75.054057495179407, 40.031189894493401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9103, "tnode_": 9237, "lpoly_": null, "rpoly_": null, "length": 353.10997228999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 36900, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761135, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 32657, "Shape__Length": 140.7468611407096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055271926955001, 40.030229441143703 ], [ -75.054563281668095, 40.029427671709001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9237, "tnode_": 9494, "lpoly_": null, "rpoly_": null, "length": 548.41070473000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 36900, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761136, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 32658, "Shape__Length": 218.59282616377661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054563281668095, 40.029427671709001 ], [ -75.053927799027704, 40.028697268798901 ], [ -75.053470669579596, 40.028178325278802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9162, "tnode_": 9279, "lpoly_": null, "rpoly_": null, "length": 300.06311192000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 38360, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761137, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 32659, "Shape__Length": 119.60619434330239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0556634239733, 40.029852277508503 ], [ -75.055069296831107, 40.029166788411302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9279, "tnode_": 9575, "lpoly_": null, "rpoly_": null, "length": 550.22002787000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 38360, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 32660, "Shape__Length": 219.31212779749143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055069296831107, 40.029166788411302 ], [ -75.053970953690595, 40.0279144154864 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9230, "tnode_": 9363, "lpoly_": null, "rpoly_": null, "length": 252.0063805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 41740, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32661, "Shape__Length": 100.46891483202427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056080652576199, 40.029464159407603 ], [ -75.056048068300399, 40.029348635010201 ], [ -75.055636576397603, 40.028870172153702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9363, "tnode_": 9484, "lpoly_": null, "rpoly_": null, "length": 274.81200673000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4131, "r_f_add": 4100, "r_t_add": 4134, "st_code": 41740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32662, "Shape__Length": 109.53660931768098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055636576397603, 40.028870172153702 ], [ -75.055587319462106, 40.028824721920799 ], [ -75.055087051618898, 40.028245542677602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9484, "tnode_": 9650, "lpoly_": null, "rpoly_": null, "length": 274.8062246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4133, "l_t_add": 4199, "r_f_add": 4136, "r_t_add": 4198, "st_code": 41740, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32663, "Shape__Length": 109.53742371349944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055087051618898, 40.028245542677602 ], [ -75.054545506261107, 40.027616445498701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9650, "tnode_": 9858, "lpoly_": null, "rpoly_": null, "length": 448.82609548000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 41740, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32664, "Shape__Length": 178.89084902573614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054545506261107, 40.027616445498701 ], [ -75.053643645542195, 40.026597950925598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9548, "tnode_": 9780, "lpoly_": null, "rpoly_": null, "length": 449.91833244999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 38360, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 32665, "Shape__Length": 179.33106035479958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053791236431806, 40.028007924767003 ], [ -75.052894998089499, 40.026982883933698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9316, "tnode_": 9424, "lpoly_": null, "rpoly_": null, "length": 221.00667459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 63200, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 32666, "Shape__Length": 88.097059836726828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056667370441602, 40.0290682482023 ], [ -75.056237924343804, 40.028559246282803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9388, "tnode_": 9487, "lpoly_": null, "rpoly_": null, "length": 230.50675796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 31000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 32667, "Shape__Length": 91.874645378082761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057252091365399, 40.028794751282 ], [ -75.056785884433793, 40.028273265098903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9424, "tnode_": 9582, "lpoly_": null, "rpoly_": null, "length": 274.47634287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4133, "r_f_add": 4100, "r_t_add": 4124, "st_code": 63200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761146, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 32668, "Shape__Length": 109.40402045904807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056237924343804, 40.028559246282803 ], [ -75.055692064912805, 40.027933445174597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9582, "tnode_": 9738, "lpoly_": null, "rpoly_": null, "length": 273.9294517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4135, "l_t_add": 4199, "r_f_add": 4126, "r_t_add": 4198, "st_code": 63200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761147, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 32669, "Shape__Length": 109.18347824247104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055692064912805, 40.027933445174597 ], [ -75.055144126979002, 40.027310532561302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9738, "tnode_": 9922, "lpoly_": null, "rpoly_": null, "length": 451.00159648000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 63200, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761148, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 32670, "Shape__Length": 179.76182771285062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055144126979002, 40.027310532561302 ], [ -75.054247443501694, 40.026282144672798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9487, "tnode_": 9657, "lpoly_": null, "rpoly_": null, "length": 275.6656818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4127, "r_f_add": 4100, "r_t_add": 4126, "st_code": 31000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761149, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 32671, "Shape__Length": 109.87853291735043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056785884433793, 40.028273265098903 ], [ -75.056239534095099, 40.027643789676603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9657, "tnode_": 9792, "lpoly_": null, "rpoly_": null, "length": 272.54414388000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4129, "l_t_add": 4199, "r_f_add": 4128, "r_t_add": 4198, "st_code": 31000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761150, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 32672, "Shape__Length": 108.63077136664673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056239534095099, 40.027643789676603 ], [ -75.055694188676199, 40.027024121251003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9792, "tnode_": 9984, "lpoly_": null, "rpoly_": null, "length": 450.14189520999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 31000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 32673, "Shape__Length": 179.41798236169853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055694188676199, 40.027024121251003 ], [ -75.054798334309297, 40.0259981494901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9441, "tnode_": 9583, "lpoly_": null, "rpoly_": null, "length": 246.91682766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 50500, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761152, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32674, "Shape__Length": 98.423572456301528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057874046760503, 40.028529331827102 ], [ -75.0573923789633, 40.027961595423299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9583, "tnode_": 9739, "lpoly_": null, "rpoly_": null, "length": 275.79640862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4123, "r_f_add": 4100, "r_t_add": 4124, "st_code": 50500, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761153, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32675, "Shape__Length": 109.92720787170965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0573923789633, 40.027961595423299 ], [ -75.056839795463006, 40.027334911481503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9739, "tnode_": 9856, "lpoly_": null, "rpoly_": null, "length": 272.81830572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4125, "l_t_add": 4199, "r_f_add": 4126, "r_t_add": 4198, "st_code": 50500, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761154, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32676, "Shape__Length": 108.74111637607783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056839795463006, 40.027334911481503 ], [ -75.056297086554295, 40.026712971395902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9856, "tnode_": 10058, "lpoly_": null, "rpoly_": null, "length": 451.7852127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 50500, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761155, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32677, "Shape__Length": 180.07318419339077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056297086554295, 40.026712971395902 ], [ -75.055400078461503, 40.025682165775201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10058, "tnode_": 10149, "lpoly_": null, "rpoly_": null, "length": 219.1747204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4349, "r_f_add": 4300, "r_t_add": 4348, "st_code": 50500, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761156, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32678, "Shape__Length": 87.359535772429183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055400078461503, 40.025682165775201 ], [ -75.054968097126604, 40.0251804639787 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10149, "tnode_": 10242, "lpoly_": null, "rpoly_": null, "length": 231.58959167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4351, "l_t_add": 4399, "r_f_add": 4350, "r_t_add": 4398, "st_code": 50500, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761157, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32679, "Shape__Length": 92.300603772930003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054968097126604, 40.0251804639787 ], [ -75.0544982311621, 40.024657319142797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10242, "tnode_": 10338, "lpoly_": null, "rpoly_": null, "length": 225.68706834000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4419, "r_f_add": 4400, "r_t_add": 4418, "st_code": 50500, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761158, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32680, "Shape__Length": 89.955851750482609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0544982311621, 40.024657319142797 ], [ -75.054057478279404, 40.0241386590166 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9858, "tnode_": 9963, "lpoly_": null, "rpoly_": null, "length": 230.47758298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4349, "r_f_add": 4300, "r_t_add": 4348, "st_code": 41740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32681, "Shape__Length": 91.864003851701796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053643645542195, 40.026597950925598 ], [ -75.053185506043704, 40.026072360321102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9963, "tnode_": 10067, "lpoly_": null, "rpoly_": null, "length": 221.32682724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4351, "l_t_add": 4389, "r_f_add": 4350, "r_t_add": 4388, "st_code": 41740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32682, "Shape__Length": 88.216568757532244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053185506043704, 40.026072360321102 ], [ -75.052746683003505, 40.025567059792799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10707, "tnode_": 10792, "lpoly_": null, "rpoly_": null, "length": 239.67814131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4621, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 50500, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761161, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32683, "Shape__Length": 95.523049851296733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052256725395694, 40.0220891075816 ], [ -75.0517766667448, 40.0215444328228 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10792, "tnode_": 10878, "lpoly_": null, "rpoly_": null, "length": 228.44964623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4725, "r_f_add": 4700, "r_t_add": 4726, "st_code": 50500, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761162, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32684, "Shape__Length": 91.048771224023994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0517766667448, 40.0215444328228 ], [ -75.051322187540194, 40.021023675274101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10878, "tnode_": 10949, "lpoly_": null, "rpoly_": null, "length": 209.69401767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4727, "l_t_add": 4799, "r_f_add": 4728, "r_t_add": 4798, "st_code": 50500, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761163, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32685, "Shape__Length": 83.574294175710762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051322187540194, 40.021023675274101 ], [ -75.050907489482597, 40.020544405252402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10949, "tnode_": 11022, "lpoly_": null, "rpoly_": null, "length": 225.01164257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4811, "r_f_add": 4800, "r_t_add": 4836, "st_code": 50500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761164, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32686, "Shape__Length": 89.673569783233845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050907489482597, 40.020544405252402 ], [ -75.0504524142885, 40.020035370586299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11022, "tnode_": 11096, "lpoly_": null, "rpoly_": null, "length": 225.58869816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4813, "l_t_add": 4899, "r_f_add": 4838, "r_t_add": 4898, "st_code": 50500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761165, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32687, "Shape__Length": 89.907181483884656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0504524142885, 40.020035370586299 ], [ -75.050004917665902, 40.019520475117702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11096, "tnode_": 11182, "lpoly_": null, "rpoly_": null, "length": 254.81268485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4903, "r_f_add": 4900, "r_t_add": 4918, "st_code": 50500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761166, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 32688, "Shape__Length": 101.55388624491371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050004917665902, 40.019520475117702 ], [ -75.049500387105695, 40.018938398517399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10796, "tnode_": 10883, "lpoly_": null, "rpoly_": null, "length": 224.66580531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4819, "r_f_add": 4800, "r_t_add": 4818, "st_code": 41740, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32689, "Shape__Length": 89.542495959013465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049142619426902, 40.021458525140901 ], [ -75.048699533796096, 40.020944411351103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10917, "tnode_": 10765, "lpoly_": null, "rpoly_": null, "length": 615.74464678000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 47620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32690, "Shape__Length": 245.04142780885181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046098449558102, 40.020699032533997 ], [ -75.044750234523704, 40.021392545917202 ], [ -75.044277058566195, 40.021645572903203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10883, "tnode_": 10955, "lpoly_": null, "rpoly_": null, "length": 226.36335218000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4821, "l_t_add": 4899, "r_f_add": 4820, "r_t_add": 4898, "st_code": 41740, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32691, "Shape__Length": 90.213139840731102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048699533796096, 40.020944411351103 ], [ -75.048242422867006, 40.020431948894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11042, "tnode_": 10917, "lpoly_": null, "rpoly_": null, "length": 554.07611227999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 47620, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32692, "Shape__Length": 220.49843339006122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047735377881907, 40.019844907998703 ], [ -75.046098449558102, 40.020699032533997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10955, "tnode_": 11042, "lpoly_": null, "rpoly_": null, "length": 256.70737693999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 41740, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32693, "Shape__Length": 102.31097111553456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048242422867006, 40.020431948894 ], [ -75.047735377881907, 40.019844907998703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11182, "tnode_": 11042, "lpoly_": null, "rpoly_": null, "length": 594.49580115000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 47620, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32694, "Shape__Length": 236.5743210731639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049500387105695, 40.018938398517399 ], [ -75.047735377881907, 40.019844907998703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10440, "tnode_": 10544, "lpoly_": null, "rpoly_": null, "length": 226.40958679000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4623, "r_f_add": 4600, "r_t_add": 4622, "st_code": 41740, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32695, "Shape__Length": 90.234083353712208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050950166394102, 40.023510912499198 ], [ -75.050491187395906, 40.022999274645798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10544, "tnode_": 10639, "lpoly_": null, "rpoly_": null, "length": 239.05429765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4625, "l_t_add": 4699, "r_f_add": 4624, "r_t_add": 4698, "st_code": 41740, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32696, "Shape__Length": 95.2804767504729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050491187395906, 40.022999274645798 ], [ -75.050022184326195, 40.022450981388502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10639, "tnode_": 10722, "lpoly_": null, "rpoly_": null, "length": 227.4709106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4725, "r_f_add": 4700, "r_t_add": 4724, "st_code": 41740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32697, "Shape__Length": 90.659508646491375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050022184326195, 40.022450981388502 ], [ -75.049568845808096, 40.021932868326701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10722, "tnode_": 10796, "lpoly_": null, "rpoly_": null, "length": 210.01946798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4727, "l_t_add": 4799, "r_f_add": 4726, "r_t_add": 4798, "st_code": 41740, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 32698, "Shape__Length": 83.699753406286277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049568845808096, 40.021932868326701 ], [ -75.049142619426902, 40.021458525140901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11518, "tnode_": 11356, "lpoly_": null, "rpoly_": null, "length": 662.44179306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 47620, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761177, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32699, "Shape__Length": 263.60761146055285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053406503865403, 40.016916393699802 ], [ -75.051443118831102, 40.0179302901388 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11356, "tnode_": 11260, "lpoly_": null, "rpoly_": null, "length": 378.87378533999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 6301, "r_t_add": 6341, "st_code": 47620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761179, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32700, "Shape__Length": 150.75883747241161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051443118831102, 40.0179302901388 ], [ -75.051182038318203, 40.018030021795703 ], [ -75.0503081601817, 40.018492905118997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11260, "tnode_": 11182, "lpoly_": null, "rpoly_": null, "length": 278.70132707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6320, "l_t_add": 6398, "r_f_add": 6343, "r_t_add": 6399, "st_code": 47620, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761180, "oneway": "FT", "class": 4, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 32701, "Shape__Length": 110.91956020397413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0503081601817, 40.018492905118997 ], [ -75.049911174187201, 40.018732649519599 ], [ -75.049500387105695, 40.018938398517399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11191, "tnode_": 11358, "lpoly_": null, "rpoly_": null, "length": 467.23757148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 42440, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32702, "Shape__Length": 186.20691418320624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059402573294093, 40.019137279687001 ], [ -75.058465657264804, 40.018076051996097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11273, "tnode_": 11422, "lpoly_": null, "rpoly_": null, "length": 466.71496219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 24480, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761182, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32703, "Shape__Length": 186.00030845486586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060237001086307, 40.018710470659798 ], [ -75.059306893960397, 40.017647439792803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11358, "tnode_": 11428, "lpoly_": null, "rpoly_": null, "length": 207.90101684000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 42440, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761183, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2000-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32704, "Shape__Length": 82.855657417589399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058465657264804, 40.018076051996097 ], [ -75.058053589363894, 40.017601358242999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11422, "tnode_": 11498, "lpoly_": null, "rpoly_": null, "length": 211.75024836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4711, "r_f_add": 4700, "r_t_add": 4712, "st_code": 24480, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761184, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32705, "Shape__Length": 84.381857640799652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059306893960397, 40.017647439792803 ], [ -75.058872465389598, 40.017171713257099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11498, "tnode_": 11567, "lpoly_": null, "rpoly_": null, "length": 223.32943537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4713, "l_t_add": 4799, "r_f_add": 4714, "r_t_add": 4798, "st_code": 24480, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761185, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32706, "Shape__Length": 89.008292265435969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058872465389598, 40.017171713257099 ], [ -75.058440372596607, 40.016656471113301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10230, "tnode_": 10343, "lpoly_": null, "rpoly_": null, "length": 224.79427156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4121, "r_f_add": 4100, "r_t_add": 4120, "st_code": 16920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32707, "Shape__Length": 89.594424330716606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063255910274194, 40.024921840255303 ], [ -75.062804749883298, 40.024411456044803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10293, "tnode_": 10401, "lpoly_": null, "rpoly_": null, "length": 257.47407097000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4073, "l_t_add": 4099, "r_f_add": 4072, "r_t_add": 4098, "st_code": 24480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32708, "Shape__Length": 102.61525290600356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065438932182602, 40.024650195577301 ], [ -75.064972694350502, 40.024118550893299 ], [ -75.064915703070199, 40.0240697215606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10401, "tnode_": 10516, "lpoly_": null, "rpoly_": null, "length": 229.88556251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4115, "r_f_add": 4100, "r_t_add": 4120, "st_code": 24480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32709, "Shape__Length": 91.627078972964838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064915703070199, 40.0240697215606 ], [ -75.064463765178999, 40.0235429214082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10516, "tnode_": 10630, "lpoly_": null, "rpoly_": null, "length": 318.67415638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4117, "l_t_add": 4199, "r_f_add": 4122, "r_t_add": 4198, "st_code": 24480, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32710, "Shape__Length": 127.00902177402598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064463765178999, 40.0235429214082 ], [ -75.063825052521196, 40.022818943897299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10651, "tnode_": 10735, "lpoly_": null, "rpoly_": null, "length": 226.13555283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4323, "r_f_add": 4300, "r_t_add": 4314, "st_code": 16920, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32711, "Shape__Length": 90.127064451255251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612676477663, 40.022649722821399 ], [ -75.060815958970394, 40.022135174664399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10749, "tnode_": 10795, "lpoly_": null, "rpoly_": null, "length": 109.23553309, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4229, "l_t_add": 4299, "r_f_add": 4228, "r_t_add": 4298, "st_code": 24480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761193, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32712, "Shape__Length": 43.532599511264799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063151914147795, 40.022031741598603 ], [ -75.062927173900604, 40.021786662428703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10735, "tnode_": 10817, "lpoly_": null, "rpoly_": null, "length": 224.99213848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4325, "l_t_add": 4399, "r_f_add": 4316, "r_t_add": 4398, "st_code": 16920, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32713, "Shape__Length": 89.671837316778124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060815958970394, 40.022135174664399 ], [ -75.0603689206973, 40.021622006665801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10719, "tnode_": 10893, "lpoly_": null, "rpoly_": null, "length": 449.88870131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 42440, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761195, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32714, "Shape__Length": 179.3036663709826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062095350561407, 40.022217453922202 ], [ -75.061198486212902, 40.0211928740815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10817, "tnode_": 10901, "lpoly_": null, "rpoly_": null, "length": 225.75077686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4423, "r_f_add": 4400, "r_t_add": 4418, "st_code": 16920, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32715, "Shape__Length": 89.973100289302749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0603689206973, 40.021622006665801 ], [ -75.0599195224342, 40.0211075497404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10795, "tnode_": 10953, "lpoly_": null, "rpoly_": null, "length": 450.40585822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 24480, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761197, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32716, "Shape__Length": 179.50838263926744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062927173900604, 40.021786662428703 ], [ -75.062028748254605, 40.020761182266497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10901, "tnode_": 10977, "lpoly_": null, "rpoly_": null, "length": 226.13917864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4425, "l_t_add": 4499, "r_f_add": 4420, "r_t_add": 4498, "st_code": 16920, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32717, "Shape__Length": 90.123630386184374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0599195224342, 40.0211075497404 ], [ -75.059462089617199, 40.0205960031278 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10893, "tnode_": 11044, "lpoly_": null, "rpoly_": null, "length": 450.33700889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 42440, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32718, "Shape__Length": 179.47936158289096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061198486212902, 40.0211928740815 ], [ -75.060300164283106, 40.020167572126702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10953, "tnode_": 11108, "lpoly_": null, "rpoly_": null, "length": 450.59546138999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 24480, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761200, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32719, "Shape__Length": 179.58226089839866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062028748254605, 40.020761182266497 ], [ -75.061132020222303, 40.019734204173602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10977, "tnode_": 11121, "lpoly_": null, "rpoly_": null, "length": 449.39835559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 16920, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32720, "Shape__Length": 179.1064730442726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059462089617199, 40.0205960031278 ], [ -75.058571311611104, 40.019569918393501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11044, "tnode_": 11191, "lpoly_": null, "rpoly_": null, "length": 451.73406195999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 42440, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32721, "Shape__Length": 180.03515708930388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060300164283106, 40.020167572126702 ], [ -75.059402573294093, 40.019137279687001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11121, "tnode_": 11203, "lpoly_": null, "rpoly_": null, "length": 227.87719159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4617, "r_f_add": 4600, "r_t_add": 4620, "st_code": 16920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32722, "Shape__Length": 90.814795042547132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058571311611104, 40.019569918393501 ], [ -75.058111499149902, 40.019053846324603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11108, "tnode_": 11273, "lpoly_": null, "rpoly_": null, "length": 449.34954297999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 24480, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761204, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32723, "Shape__Length": 179.08263292609465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061132020222303, 40.019734204173602 ], [ -75.060237001086307, 40.018710470659798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11203, "tnode_": 11303, "lpoly_": null, "rpoly_": null, "length": 238.64452233999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4619, "l_t_add": 4699, "r_f_add": 4622, "r_t_add": 4698, "st_code": 16920, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32724, "Shape__Length": 95.112394370876373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058111499149902, 40.019053846324603 ], [ -75.057644860031601, 40.018505719615099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11303, "tnode_": 11365, "lpoly_": null, "rpoly_": null, "length": 213.82451955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4701, "l_t_add": 4721, "r_f_add": 4700, "r_t_add": 4720, "st_code": 16920, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32725, "Shape__Length": 85.211414295241838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057644860031601, 40.018505719615099 ], [ -75.057209943116902, 40.018023309267299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11365, "tnode_": 11434, "lpoly_": null, "rpoly_": null, "length": 222.35629879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4723, "l_t_add": 4799, "r_f_add": 4722, "r_t_add": 4798, "st_code": 16920, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 761207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32726, "Shape__Length": 88.616870707558377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057209943116902, 40.018023309267299 ], [ -75.056770003327003, 40.017515211187202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11434, "tnode_": 11516, "lpoly_": null, "rpoly_": null, "length": 220.86500376000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4801, "l_t_add": 4815, "r_f_add": 4800, "r_t_add": 4814, "st_code": 16920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32727, "Shape__Length": 88.022021647199892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056770003327003, 40.017515211187202 ], [ -75.056333300394698, 40.017010375999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11516, "tnode_": 11574, "lpoly_": null, "rpoly_": null, "length": 227.50184043000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4817, "l_t_add": 4899, "r_f_add": 4816, "r_t_add": 4898, "st_code": 16920, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 761209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32728, "Shape__Length": 90.66215278004087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056333300394698, 40.017010375999 ], [ -75.055874954598494, 40.016494789859301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9815, "tnode_": 10010, "lpoly_": null, "rpoly_": null, "length": 407.99040372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4029, "r_f_add": 4000, "r_t_add": 4028, "st_code": 16920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32729, "Shape__Length": 162.62090573575813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065109979514801, 40.027082681640998 ], [ -75.065063061622496, 40.02692275583 ], [ -75.064841817870999, 40.026741999101297 ], [ -75.064331633126201, 40.026152756927097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10010, "tnode_": 10129, "lpoly_": null, "rpoly_": null, "length": 281.77353332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4031, "l_t_add": 4055, "r_f_add": 4030, "r_t_add": 4054, "st_code": 16920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32730, "Shape__Length": 112.30733145787379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064331633126201, 40.026152756927097 ], [ -75.0637685975843, 40.025511706663799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10129, "tnode_": 10230, "lpoly_": null, "rpoly_": null, "length": 258.4341928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4057, "l_t_add": 4099, "r_f_add": 4056, "r_t_add": 4098, "st_code": 16920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32731, "Shape__Length": 103.00578845039959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637685975843, 40.025511706663799 ], [ -75.063255910274194, 40.024921840255303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10396, "tnode_": 10499, "lpoly_": null, "rpoly_": null, "length": 255.87342749000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 42440, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761213, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32732, "Shape__Length": 101.98396527700697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063449604500804, 40.024065138754501 ], [ -75.062944049445505, 40.023480071532397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10343, "tnode_": 10184, "lpoly_": null, "rpoly_": null, "length": 295.55410422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6108, "r_f_add": 6101, "r_t_add": 6137, "st_code": 40440, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761214, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32733, "Shape__Length": 117.93807313862875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062804749883298, 40.024411456044803 ], [ -75.062692317350098, 40.025218169836897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10499, "tnode_": 10343, "lpoly_": null, "rpoly_": null, "length": 341.52293217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6062, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6099, "st_code": 40440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761215, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32734, "Shape__Length": 136.27885930827051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062944049445505, 40.023480071532397 ], [ -75.062804749883298, 40.024411456044803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10396, "tnode_": 10343, "lpoly_": null, "rpoly_": null, "length": 220.29841252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 76560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761216, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32735, "Shape__Length": 87.678756021430544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063449604500804, 40.024065138754501 ], [ -75.062804749883298, 40.024411456044803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10516, "tnode_": 10396, "lpoly_": null, "rpoly_": null, "length": 341.866957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6038, "r_f_add": 6001, "r_t_add": 6039, "st_code": 76560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761217, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32736, "Shape__Length": 136.05236853411134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064463765178999, 40.0235429214082 ], [ -75.063945096555898, 40.023815690829899 ], [ -75.063449604500804, 40.024065138754501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10343, "tnode_": 10354, "lpoly_": null, "rpoly_": null, "length": 47.68686517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4123, "l_t_add": 4123, "r_f_add": 4122, "r_t_add": 4122, "st_code": 16920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32737, "Shape__Length": 19.008529465595984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062804749883298, 40.024411456044803 ], [ -75.062714136439396, 40.024300625402198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10354, "tnode_": 10477, "lpoly_": null, "rpoly_": null, "length": 273.9911345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4125, "l_t_add": 4199, "r_f_add": 4124, "r_t_add": 4198, "st_code": 16920, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 32738, "Shape__Length": 109.20126313678878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062714136439396, 40.024300625402198 ], [ -75.062164098965596, 40.023678617830299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10354, "tnode_": 10152, "lpoly_": null, "rpoly_": null, "length": 659.81026882000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 76560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761220, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32739, "Shape__Length": 262.58891110764642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062714136439396, 40.024300625402198 ], [ -75.060758326730195, 40.025310480681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9934, "tnode_": 10075, "lpoly_": null, "rpoly_": null, "length": 448.36146959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4027, "r_f_add": 4000, "r_t_add": 4026, "st_code": 24480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32740, "Shape__Length": 178.47936900769656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067959231179103, 40.026592151034201 ], [ -75.067838962079193, 40.026500146895799 ], [ -75.066684697302705, 40.025849466850197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10075, "tnode_": 10173, "lpoly_": null, "rpoly_": null, "length": 285.87134104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4029, "l_t_add": 4049, "r_f_add": 4028, "r_t_add": 4048, "st_code": 24480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32741, "Shape__Length": 113.86934768181214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066684697302705, 40.025849466850197 ], [ -75.066521538060599, 40.025813902411798 ], [ -75.066295158899507, 40.025620117417098 ], [ -75.065997837479799, 40.0252993098076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10173, "tnode_": 10293, "lpoly_": null, "rpoly_": null, "length": 283.5738237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4051, "l_t_add": 4071, "r_f_add": 4050, "r_t_add": 4070, "st_code": 24480, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 32742, "Shape__Length": 113.02723144843904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065997837479799, 40.0252993098076 ], [ -75.065438932182602, 40.024650195577301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9921, "tnode_": 9815, "lpoly_": null, "rpoly_": null, "length": 207.61818458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6071, "r_t_add": 6099, "st_code": 29320, "l_hundred": 6100, "r_hundred": 6000, "seg_id": 761224, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32743, "Shape__Length": 82.76444843397087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065495143971802, 40.026598269722101 ], [ -75.065238853648097, 40.026873563560798 ], [ -75.065109979514801, 40.027082681640998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9990, "tnode_": 9921, "lpoly_": null, "rpoly_": null, "length": 177.5054955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6030, "l_t_add": 6098, "r_f_add": 6031, "r_t_add": 6069, "st_code": 29320, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761225, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32744, "Shape__Length": 70.708070412799231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065921151941794, 40.026243942594697 ], [ -75.065713955335497, 40.026366937062001 ], [ -75.065495143971802, 40.026598269722101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10075, "tnode_": 9990, "lpoly_": null, "rpoly_": null, "length": 257.63241603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6028, "r_f_add": 6001, "r_t_add": 6029, "st_code": 29320, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761226, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 32745, "Shape__Length": 102.53359382858733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066684697302705, 40.025849466850197 ], [ -75.065921151941794, 40.026243942594697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10010, "tnode_": 9805, "lpoly_": null, "rpoly_": null, "length": 645.87560516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 41280, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761227, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32746, "Shape__Length": 257.05308596986202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064331633126201, 40.026152756927097 ], [ -75.062421018956002, 40.027145782590601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10060, "tnode_": 10010, "lpoly_": null, "rpoly_": null, "length": 180.32600537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 41280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32747, "Shape__Length": 71.764127925338812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064869768137996, 40.025880933446302 ], [ -75.064331633126201, 40.026152756927097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10120, "tnode_": 10060, "lpoly_": null, "rpoly_": null, "length": 170.35691230999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6024, "l_t_add": 6038, "r_f_add": 6025, "r_t_add": 6039, "st_code": 41280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32748, "Shape__Length": 67.799741544416847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065373690962303, 40.025618993222899 ], [ -75.064869768137996, 40.025880933446302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10173, "tnode_": 10120, "lpoly_": null, "rpoly_": null, "length": 210.0366367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6022, "r_f_add": 6001, "r_t_add": 6023, "st_code": 41280, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32749, "Shape__Length": 83.589291069081057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065997837479799, 40.0252993098076 ], [ -75.065673358419602, 40.025464943981802 ], [ -75.065373690962303, 40.025618993222899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9990, "tnode_": 10120, "lpoly_": null, "rpoly_": null, "length": 274.47187082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4027, "r_f_add": 4000, "r_t_add": 4026, "st_code": 25920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761231, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTON ST", "stname": "CRESTON ST", "objectid": 32750, "Shape__Length": 109.39772906209703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065921151941794, 40.026243942594697 ], [ -75.065373690962303, 40.025618993222899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10120, "tnode_": 10231, "lpoly_": null, "rpoly_": null, "length": 282.58794392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4029, "l_t_add": 4057, "r_f_add": 4028, "r_t_add": 4056, "st_code": 25920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761232, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTON ST", "stname": "CRESTON ST", "objectid": 32751, "Shape__Length": 112.62974366256248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065373690962303, 40.025618993222899 ], [ -75.064845065292104, 40.025010539824301 ], [ -75.064806964080105, 40.024977649217398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10231, "tnode_": 10337, "lpoly_": null, "rpoly_": null, "length": 259.34899439000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4059, "l_t_add": 4099, "r_f_add": 4058, "r_t_add": 4098, "st_code": 25920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761233, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTON ST", "stname": "CRESTON ST", "objectid": 32752, "Shape__Length": 103.373364337881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064806964080105, 40.024977649217398 ], [ -75.064300244498895, 40.024381742347003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9921, "tnode_": 10060, "lpoly_": null, "rpoly_": null, "length": 314.57572325000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4033, "r_f_add": 4000, "r_t_add": 4028, "st_code": 42440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761234, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32753, "Shape__Length": 125.38372243602092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065495143971802, 40.026598269722101 ], [ -75.064869768137996, 40.025880933446302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10060, "tnode_": 10182, "lpoly_": null, "rpoly_": null, "length": 284.01135806000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4035, "l_t_add": 4063, "r_f_add": 4030, "r_t_add": 4058, "st_code": 42440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761235, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32754, "Shape__Length": 113.19930367536162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064869768137996, 40.025880933446302 ], [ -75.064303262264403, 40.0252342741056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10182, "tnode_": 10287, "lpoly_": null, "rpoly_": null, "length": 257.11667298000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4065, "l_t_add": 4099, "r_f_add": 4060, "r_t_add": 4098, "st_code": 42440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761236, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 32755, "Shape__Length": 102.48075773368124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064303262264403, 40.0252342741056 ], [ -75.0637942488775, 40.0246468721312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10129, "tnode_": 10008, "lpoly_": null, "rpoly_": null, "length": 407.22754667000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6152, "r_f_add": 6101, "r_t_add": 6135, "st_code": 57560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761237, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32756, "Shape__Length": 162.07015144504859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637685975843, 40.025511706663799 ], [ -75.062788978272195, 40.026016730349298 ], [ -75.062562545067394, 40.026136183028697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10008, "tnode_": 9912, "lpoly_": null, "rpoly_": null, "length": 251.52857339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6154, "l_t_add": 6198, "r_f_add": 6137, "r_t_add": 6199, "st_code": 57560, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32757, "Shape__Length": 100.10429322568042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062562545067394, 40.026136183028697 ], [ -75.061816426178396, 40.026520556271699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10182, "tnode_": 10129, "lpoly_": null, "rpoly_": null, "length": 180.65085838000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6040, "l_t_add": 6098, "r_f_add": 6041, "r_t_add": 6099, "st_code": 57560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32758, "Shape__Length": 71.895979149043285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064303262264403, 40.0252342741056 ], [ -75.0637685975843, 40.025511706663799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10231, "tnode_": 10182, "lpoly_": null, "rpoly_": null, "length": 169.22947676000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6024, "l_t_add": 6038, "r_f_add": 6025, "r_t_add": 6039, "st_code": 57560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32759, "Shape__Length": 67.348118176545128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064806964080105, 40.024977649217398 ], [ -75.064303262264403, 40.0252342741056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10293, "tnode_": 10231, "lpoly_": null, "rpoly_": null, "length": 213.52830222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6022, "r_f_add": 6001, "r_t_add": 6023, "st_code": 57560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32760, "Shape__Length": 84.97983355968843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065438932182602, 40.024650195577301 ], [ -75.064845320510599, 40.024952541056898 ], [ -75.064806964080105, 40.024977649217398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9912, "tnode_": 9710, "lpoly_": null, "rpoly_": null, "length": 661.13726464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 57560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761242, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 32761, "Shape__Length": 263.1253248742122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061816426178396, 40.026520556271699 ], [ -75.059856229309204, 40.027531996380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10287, "tnode_": 10230, "lpoly_": null, "rpoly_": null, "length": 181.007341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6046, "l_t_add": 6098, "r_f_add": 6047, "r_t_add": 6099, "st_code": 22420, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761243, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32762, "Shape__Length": 72.035310698402753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637942488775, 40.0246468721312 ], [ -75.063255910274194, 40.024921840255303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10337, "tnode_": 10287, "lpoly_": null, "rpoly_": null, "length": 171.4919187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6022, "l_t_add": 6044, "r_f_add": 6023, "r_t_add": 6045, "st_code": 22420, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761244, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32763, "Shape__Length": 68.251148729529575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064300244498895, 40.024381742347003 ], [ -75.0637942488775, 40.0246468721312 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10401, "tnode_": 10337, "lpoly_": null, "rpoly_": null, "length": 206.46872137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6021, "st_code": 22420, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761245, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32764, "Shape__Length": 82.166448616039432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064915703070199, 40.0240697215606 ], [ -75.064300244498895, 40.024381742347003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10039, "tnode_": 9820, "lpoly_": null, "rpoly_": null, "length": 660.7413306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 22420, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761246, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32765, "Shape__Length": 262.96570537366381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061305712896598, 40.025937418340497 ], [ -75.059346996177496, 40.026948584175997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10184, "tnode_": 10039, "lpoly_": null, "rpoly_": null, "length": 468.45020092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6130, "l_t_add": 6198, "r_f_add": 6117, "r_t_add": 6199, "st_code": 22420, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761247, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32766, "Shape__Length": 186.435691469695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062692317350098, 40.025218169836897 ], [ -75.061305712896598, 40.025937418340497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10230, "tnode_": 10184, "lpoly_": null, "rpoly_": null, "length": 191.22126234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6100, "l_t_add": 6128, "r_f_add": 6101, "r_t_add": 6115, "st_code": 22420, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761248, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32767, "Shape__Length": 76.104196376568254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063255910274194, 40.024921840255303 ], [ -75.062692317350098, 40.025218169836897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10152, "tnode_": 9939, "lpoly_": null, "rpoly_": null, "length": 659.44200864000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 76560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32768, "Shape__Length": 262.44832835397324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060758326730195, 40.025310480681 ], [ -75.058806422831097, 40.026323019355999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9500, "tnode_": 9673, "lpoly_": null, "rpoly_": null, "length": 268.9574914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 16000, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761250, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 32769, "Shape__Length": 107.20317304643488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058582117949399, 40.0282341672903 ], [ -75.058046056782104, 40.027621558179497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9578, "tnode_": 9757, "lpoly_": null, "rpoly_": null, "length": 275.54188203000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 74960, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 32770, "Shape__Length": 109.83098832404374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059229300371697, 40.027918096676103 ], [ -75.058688086306802, 40.027286412782097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9757, "tnode_": 10000, "lpoly_": null, "rpoly_": null, "length": 547.0245049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 74960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761252, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 32771, "Shape__Length": 218.03282832422678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058688086306802, 40.027286412782097 ], [ -75.057596964439, 40.026040892431702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10000, "tnode_": 10190, "lpoly_": null, "rpoly_": null, "length": 451.35483142000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 74960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761253, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 32772, "Shape__Length": 179.89766408429077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057596964439, 40.026040892431702 ], [ -75.056696307785302, 40.0250133977476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9673, "tnode_": 9924, "lpoly_": null, "rpoly_": null, "length": 548.36248021999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 16000, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761254, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 32773, "Shape__Length": 218.56937524949271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058046056782104, 40.027621558179497 ], [ -75.056956734685897, 40.026370681941799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9924, "tnode_": 10123, "lpoly_": null, "rpoly_": null, "length": 450.23957497000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 16000, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 32774, "Shape__Length": 179.45390828188292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056956734685897, 40.026370681941799 ], [ -75.056058063764695, 40.025345848055998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10553, "tnode_": 10401, "lpoly_": null, "rpoly_": null, "length": 461.99850745999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 22420, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32775, "Shape__Length": 183.86310568745799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066283012122597, 40.023360195398503 ], [ -75.064915703070199, 40.0240697215606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10658, "tnode_": 10553, "lpoly_": null, "rpoly_": null, "length": 402.42395841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 22420, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32776, "Shape__Length": 160.14813874553292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067479911485606, 40.022748954847998 ], [ -75.066283012122597, 40.023360195398503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10801, "tnode_": 10658, "lpoly_": null, "rpoly_": null, "length": 544.03164317000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 22420, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 761258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32777, "Shape__Length": 216.5055660209857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069090163991305, 40.0219136661158 ], [ -75.067479911485606, 40.022748954847998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10933, "tnode_": 10801, "lpoly_": null, "rpoly_": null, "length": 523.74701141999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 22420, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 32778, "Shape__Length": 208.43184431501928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070638415979502, 40.021107524660998 ], [ -75.069160654397393, 40.021872221226801 ], [ -75.069090163991305, 40.0219136661158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9937, "tnode_": 10188, "lpoly_": null, "rpoly_": null, "length": 654.21546913000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 22600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32779, "Shape__Length": 260.60479056549798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074946853147694, 40.026700545316402 ], [ -75.073366166094203, 40.025378218243702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10668, "tnode_": 10801, "lpoly_": null, "rpoly_": null, "length": 431.0775789, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4051, "l_t_add": 4099, "r_f_add": 4050, "r_t_add": 4098, "st_code": 22600, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 761261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32780, "Shape__Length": 171.66731855291437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070199392581202, 40.022733696280604 ], [ -75.069766768678605, 40.022396859587403 ], [ -75.069090163991305, 40.0219136661158 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10720, "tnode_": 10668, "lpoly_": null, "rpoly_": null, "length": 213.92335455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5440, "l_t_add": 5498, "r_f_add": 5441, "r_t_add": 5499, "st_code": 41280, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32781, "Shape__Length": 85.130567018116778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070837689120197, 40.022411148026102 ], [ -75.070199392581202, 40.022733696280604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10720, "tnode_": 10787, "lpoly_": null, "rpoly_": null, "length": 244.14677972000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 12520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 32782, "Shape__Length": 97.301025587426267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070837689120197, 40.022411148026102 ], [ -75.070492612795704, 40.022110598997799 ], [ -75.070466679292394, 40.022063871271598 ], [ -75.070457784415694, 40.022010394061198 ], [ -75.070472008803094, 40.0219729849047 ], [ -75.070501895008903, 40.021921484877197 ], [ -75.070550572935403, 40.021863236613903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10864, "tnode_": 10933, "lpoly_": null, "rpoly_": null, "length": 213.53455113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 70900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761264, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32783, "Shape__Length": 85.104819841794694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071062432906501, 40.021594690071197 ], [ -75.070638415979502, 40.021107524660998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10933, "tnode_": 11001, "lpoly_": null, "rpoly_": null, "length": 189.47404878999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1818, "st_code": 70900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32784, "Shape__Length": 75.512398153785711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070638415979502, 40.021107524660998 ], [ -75.070257038140099, 40.020677922788799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11001, "tnode_": 11061, "lpoly_": null, "rpoly_": null, "length": 177.3478565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1819, "l_t_add": 1835, "r_f_add": 1820, "r_t_add": 1836, "st_code": 70900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-03-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32785, "Shape__Length": 70.681899907018845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070257038140099, 40.020677922788799 ], [ -75.069905495210506, 40.020272999850903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11061, "tnode_": 11114, "lpoly_": null, "rpoly_": null, "length": 180.92956321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1837, "l_t_add": 1849, "r_f_add": 1838, "r_t_add": 1848, "st_code": 70900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32786, "Shape__Length": 72.108519004322218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069905495210506, 40.020272999850903 ], [ -75.069545961569105, 40.019860358282401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11114, "tnode_": 11189, "lpoly_": null, "rpoly_": null, "length": 199.51141046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1851, "l_t_add": 1869, "r_f_add": 1850, "r_t_add": 1870, "st_code": 70900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761268, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32787, "Shape__Length": 79.509435211444838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069545961569105, 40.019860358282401 ], [ -75.069140859060695, 40.019409861985999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11189, "tnode_": 11267, "lpoly_": null, "rpoly_": null, "length": 185.19612539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1871, "l_t_add": 1899, "r_f_add": 1872, "r_t_add": 1898, "st_code": 70900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761269, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 32788, "Shape__Length": 73.807623336201075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069140859060695, 40.019409861985999 ], [ -75.0687720900969, 40.018987882683803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11001, "tnode_": 10872, "lpoly_": null, "rpoly_": null, "length": 551.1073897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 76560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761270, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32789, "Shape__Length": 219.31726445713974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070257038140099, 40.020677922788799 ], [ -75.0686255484665, 40.021523706607901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10872, "tnode_": 10887, "lpoly_": null, "rpoly_": null, "length": 55.66745283, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4115, "l_t_add": 4115, "r_f_add": 4116, "r_t_add": 4116, "st_code": 22600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32790, "Shape__Length": 22.188365570775858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0686255484665, 40.021523706607901 ], [ -75.068518974562593, 40.021394716866602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10887, "tnode_": 10929, "lpoly_": null, "rpoly_": null, "length": 121.34164923, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4117, "l_t_add": 4139, "r_f_add": 4118, "r_t_add": 4138, "st_code": 22600, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32791, "Shape__Length": 48.360239370907728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068518974562593, 40.021394716866602 ], [ -75.068276470921305, 40.0211186874714 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10887, "tnode_": 10753, "lpoly_": null, "rpoly_": null, "length": 517.48963631000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 76560, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 761273, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32792, "Shape__Length": 205.93987874365865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068518974562593, 40.021394716866602 ], [ -75.066985566756401, 40.022187281420599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11061, "tnode_": 10929, "lpoly_": null, "rpoly_": null, "length": 550.51766577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 79640, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761274, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY ST", "stname": "VALLEY ST", "objectid": 32793, "Shape__Length": 219.08179414023246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069905495210506, 40.020272999850903 ], [ -75.068276470921305, 40.0211186874714 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11189, "tnode_": 11054, "lpoly_": null, "rpoly_": null, "length": 545.78263963999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 56680, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761275, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTAGUE ST", "stname": "MONTAGUE ST", "objectid": 32794, "Shape__Length": 217.19325489395288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069140859060695, 40.019409861985999 ], [ -75.067523897856304, 40.020246029596699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10679, "tnode_": 10634, "lpoly_": null, "rpoly_": null, "length": 138.76875961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 76560, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32795, "Shape__Length": 55.226246139428618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066238411915606, 40.022623474891198 ], [ -75.065828784952103, 40.022837795690698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10634, "tnode_": 10516, "lpoly_": null, "rpoly_": null, "length": 460.57374865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACKAWANNA", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 76560, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761277, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACKAWANNA ST", "stname": "TACKAWANNA ST", "objectid": 32796, "Shape__Length": 183.29326141820206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065828784952103, 40.022837795690698 ], [ -75.064463765178999, 40.0235429214082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10658, "tnode_": 10753, "lpoly_": null, "rpoly_": null, "length": 247.0481848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4123, "r_f_add": 4100, "r_t_add": 4130, "st_code": 79720, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32797, "Shape__Length": 98.461536279151545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067479911485606, 40.022748954847998 ], [ -75.066985566756401, 40.022187281420599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10753, "tnode_": 10868, "lpoly_": null, "rpoly_": null, "length": 303.56943117999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4125, "l_t_add": 4199, "r_f_add": 4132, "r_t_add": 4198, "st_code": 79720, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32798, "Shape__Length": 120.98896649802903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066985566756401, 40.022187281420599 ], [ -75.066381972409403, 40.021495114150802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10868, "tnode_": 11009, "lpoly_": null, "rpoly_": null, "length": 448.85216925000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 79720, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32799, "Shape__Length": 178.88618127114776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066381972409403, 40.021495114150802 ], [ -75.065482131096601, 40.020475520060103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11009, "tnode_": 11156, "lpoly_": null, "rpoly_": null, "length": 452.93114367000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 79720, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32800, "Shape__Length": 180.51109728736429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065482131096601, 40.020475520060103 ], [ -75.064578159204402, 40.019444563088101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11156, "tnode_": 11337, "lpoly_": null, "rpoly_": null, "length": 453.04228825999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 79720, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32801, "Shape__Length": 180.55131717056818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064578159204402, 40.019444563088101 ], [ -75.063671235964193, 40.018414778115499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10553, "tnode_": 10634, "lpoly_": null, "rpoly_": null, "length": 228.90552418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4101, "l_t_add": 4121, "r_f_add": 4100, "r_t_add": 4116, "st_code": 43840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32802, "Shape__Length": 91.233460243407663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066283012122597, 40.023360195398503 ], [ -75.065828784952103, 40.022837795690698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10634, "tnode_": 10762, "lpoly_": null, "rpoly_": null, "length": 318.29233826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4123, "l_t_add": 4199, "r_f_add": 4118, "r_t_add": 4198, "st_code": 43840, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 761284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32803, "Shape__Length": 126.85691129738242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065828784952103, 40.022837795690698 ], [ -75.065193637722899, 40.022113233511597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10762, "tnode_": 10921, "lpoly_": null, "rpoly_": null, "length": 451.25614534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 43840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 761285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32804, "Shape__Length": 179.85100624364475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065193637722899, 40.022113233511597 ], [ -75.064299413274895, 40.021082775747203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10921, "tnode_": 11063, "lpoly_": null, "rpoly_": null, "length": 451.40220233999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 43840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 761286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32805, "Shape__Length": 179.90970019895667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064299413274895, 40.021082775747203 ], [ -75.063685979532394, 40.0204010028122 ], [ -75.0635902272099, 40.020330777059598 ], [ -75.063421572533102, 40.020050955552001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11063, "tnode_": 11230, "lpoly_": null, "rpoly_": null, "length": 455.1798865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 43840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 761287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32806, "Shape__Length": 181.39776163322361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063421572533102, 40.020050955552001 ], [ -75.063304762523302, 40.019947267617198 ], [ -75.062497418105394, 40.019024220672101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11230, "tnode_": 11381, "lpoly_": null, "rpoly_": null, "length": 449.23655956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 43840, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32807, "Shape__Length": 179.03358849230938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062497418105394, 40.019024220672101 ], [ -75.061598245925495, 40.018003020133001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11337, "tnode_": 11475, "lpoly_": null, "rpoly_": null, "length": 450.53434636999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 79720, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 761289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32808, "Shape__Length": 179.55517054381048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063671235964193, 40.018414778115499 ], [ -75.062781711854896, 40.0173843202477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11475, "tnode_": 11605, "lpoly_": null, "rpoly_": null, "length": 462.70049998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 79720, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 32809, "Shape__Length": 184.39619037849118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062781711854896, 40.0173843202477 ], [ -75.061858274625195, 40.016331131205597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11381, "tnode_": 11527, "lpoly_": null, "rpoly_": null, "length": 467.47745034999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 43840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 761291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 32810, "Shape__Length": 186.29941229437853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061598245925495, 40.018003020133001 ], [ -75.060660856397902, 40.016941251812597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11404, "tnode_": 11551, "lpoly_": null, "rpoly_": null, "length": 402.69163763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 69280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-06-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 32811, "Shape__Length": 160.47916637427772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064551571190407, 40.0178137404423 ], [ -75.063741076362504, 40.016900696554202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10571, "tnode_": 10499, "lpoly_": null, "rpoly_": null, "length": 80.089386839999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6028, "l_t_add": 6060, "r_f_add": 6029, "r_t_add": 6029, "st_code": 40440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761293, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32812, "Shape__Length": 31.958791660395775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062967882828502, 40.023260981467402 ], [ -75.062944049445505, 40.023480071532397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10693, "tnode_": 10571, "lpoly_": null, "rpoly_": null, "length": 292.96625086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6020, "l_t_add": 6026, "r_f_add": 6021, "r_t_add": 6027, "st_code": 40440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32813, "Shape__Length": 116.90166169445038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063083683046898, 40.022461697014599 ], [ -75.062967882828502, 40.023260981467402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10749, "tnode_": 10693, "lpoly_": null, "rpoly_": null, "length": 157.78680467000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6000, "l_t_add": 6018, "r_f_add": 6001, "r_t_add": 6019, "st_code": 40440, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761295, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32814, "Shape__Length": 62.960150040789877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063151914147795, 40.022031741598603 ], [ -75.063083683046898, 40.022461697014599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10840, "tnode_": 10749, "lpoly_": null, "rpoly_": null, "length": 139.78695788000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5952, "l_t_add": 5998, "r_f_add": 5947, "r_t_add": 5999, "st_code": 40440, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32815, "Shape__Length": 55.779437040247075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063190218727598, 40.021649141366197 ], [ -75.063151914147795, 40.022031741598603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11063, "tnode_": 10840, "lpoly_": null, "rpoly_": null, "length": 585.78632357999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5900, "l_t_add": 5950, "r_f_add": 5901, "r_t_add": 5945, "st_code": 40440, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761297, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32816, "Shape__Length": 233.73814139189906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063421572533102, 40.020050955552001 ], [ -75.063190218727598, 40.021649141366197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11337, "tnode_": 11063, "lpoly_": null, "rpoly_": null, "length": 600.15360033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 40440, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761298, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 32817, "Shape__Length": 239.46388693949052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063671235964193, 40.018414778115499 ], [ -75.063621619710304, 40.018683673142597 ], [ -75.063421572533102, 40.020050955552001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10600, "tnode_": 10731, "lpoly_": null, "rpoly_": null, "length": 355.21627857000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1625, "r_f_add": 1600, "r_t_add": 1638, "st_code": 18800, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761299, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 32818, "Shape__Length": 141.52357771662207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076843700478094, 40.023267065400297 ], [ -75.076038820571299, 40.022513457642802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10421, "tnode_": 10518, "lpoly_": null, "rpoly_": null, "length": 256.69125485999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1357, "l_t_add": 1379, "r_f_add": 1358, "r_t_add": 1380, "st_code": 65520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32819, "Shape__Length": 102.19343422403703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081227694869696, 40.024319289573 ], [ -75.0811653528025, 40.024292267415703 ], [ -75.080520387737394, 40.0238725669996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10518, "tnode_": 10577, "lpoly_": null, "rpoly_": null, "length": 198.93532662000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1381, "l_t_add": 1499, "r_f_add": 1382, "r_t_add": 1498, "st_code": 65520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32820, "Shape__Length": 79.201611558856243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080520387737394, 40.0238725669996 ], [ -75.079975274014103, 40.023522433599403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10577, "tnode_": 10655, "lpoly_": null, "rpoly_": null, "length": 277.08169055999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1522, "st_code": 65520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32821, "Shape__Length": 110.31179493187582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079975274014103, 40.023522433599403 ], [ -75.079214034079698, 40.023036603966503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10655, "tnode_": 10763, "lpoly_": null, "rpoly_": null, "length": 380.76176878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1524, "r_t_add": 1598, "st_code": 65520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32822, "Shape__Length": 151.58623097861641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079214034079698, 40.023036603966503 ], [ -75.0781658817872, 40.022370910994901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10763, "tnode_": 10889, "lpoly_": null, "rpoly_": null, "length": 398.3380374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1643, "r_f_add": 1600, "r_t_add": 1642, "st_code": 65520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32823, "Shape__Length": 158.63553316922093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0781658817872, 40.022370910994901 ], [ -75.078112184344704, 40.022321006294298 ], [ -75.077151832661599, 40.021604687848502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10889, "tnode_": 11016, "lpoly_": null, "rpoly_": null, "length": 464.04595894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1645, "l_t_add": 1699, "r_f_add": 1644, "r_t_add": 1698, "st_code": 65520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32824, "Shape__Length": 184.79905318039928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077151832661599, 40.021604687848502 ], [ -75.076023507543596, 40.020762791784101 ], [ -75.075967069968002, 40.020714389112797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11016, "tnode_": 11103, "lpoly_": null, "rpoly_": null, "length": 280.38656905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1733, "r_f_add": 1700, "r_t_add": 1734, "st_code": 65520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761306, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32825, "Shape__Length": 111.7653068453501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075967069968002, 40.020714389112797 ], [ -75.075927145921199, 40.020651749778501 ], [ -75.075714551379306, 40.020397796916797 ], [ -75.075477561971397, 40.020114699801802 ], [ -75.075452631838402, 40.0200565092536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11103, "tnode_": 11164, "lpoly_": null, "rpoly_": null, "length": 174.66755078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1735, "l_t_add": 1743, "r_f_add": 1736, "r_t_add": 1744, "st_code": 65520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32826, "Shape__Length": 69.629297608658874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075452631838402, 40.0200565092536 ], [ -75.075141519951501, 40.019640950993697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11164, "tnode_": 11222, "lpoly_": null, "rpoly_": null, "length": 112.39742569000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1745, "l_t_add": 1799, "r_f_add": 1746, "r_t_add": 1798, "st_code": 65520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32827, "Shape__Length": 44.809760160374189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075141519951501, 40.019640950993697 ], [ -75.0749506330354, 40.019369547185399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11222, "tnode_": 11317, "lpoly_": null, "rpoly_": null, "length": 262.12641686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1801, "l_t_add": 1833, "r_f_add": 1800, "r_t_add": 1830, "st_code": 65520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32828, "Shape__Length": 104.42921713718954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0749506330354, 40.019369547185399 ], [ -75.074356491887997, 40.018813576233299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10950, "tnode_": 11050, "lpoly_": null, "rpoly_": null, "length": 478.28193875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 24760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761310, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONKLIN ST", "stname": "CONKLIN ST", "objectid": 32829, "Shape__Length": 190.34893506893877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077629964861501, 40.021190670949302 ], [ -75.076293731804498, 40.020457496901003 ], [ -75.076233615741202, 40.020436401256603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10685, "tnode_": 10818, "lpoly_": null, "rpoly_": null, "length": 378.66610658999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1629, "r_f_add": 1600, "r_t_add": 1628, "st_code": 38060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 32830, "Shape__Length": 150.86484735120919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077504389995397, 40.022817457007498 ], [ -75.076645574999503, 40.022014608830403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10818, "tnode_": 10959, "lpoly_": null, "rpoly_": null, "length": 465.98175019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANITE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 38060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761312, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANITE ST", "stname": "GRANITE ST", "objectid": 32831, "Shape__Length": 185.64922655889794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076645574999503, 40.022014608830403 ], [ -75.075587450302805, 40.021027451487797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10781, "tnode_": 10683, "lpoly_": null, "rpoly_": null, "length": 401.45101936000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 50380, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761313, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESHER ST", "stname": "LESHER ST", "objectid": 32832, "Shape__Length": 159.76342787239821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075687947234798, 40.022185596359598 ], [ -75.0744991376733, 40.022801319550403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10836, "tnode_": 10734, "lpoly_": null, "rpoly_": null, "length": 385.84150773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 41540, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761314, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGE ST", "stname": "HEDGE ST", "objectid": 32833, "Shape__Length": 153.55104038894919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075320439216497, 40.021845916750102 ], [ -75.074178466884703, 40.022438391273297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11006, "tnode_": 11104, "lpoly_": null, "rpoly_": null, "length": 448.98562490999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1641, "r_f_add": 1600, "r_t_add": 1642, "st_code": 41260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761315, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 32834, "Shape__Length": 178.6867473657033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079921305395402, 40.020842358363097 ], [ -75.078607577371898, 40.020136025500598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11104, "tnode_": 11225, "lpoly_": null, "rpoly_": null, "length": 478.71115074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1643, "l_t_add": 1699, "r_f_add": 1644, "r_t_add": 1698, "st_code": 41260, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761316, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 32835, "Shape__Length": 190.50828168727779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078607577371898, 40.020136025500598 ], [ -75.077197818891307, 40.019392999412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10960, "tnode_": 11018, "lpoly_": null, "rpoly_": null, "length": 278.97927341000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1519, "r_f_add": 1400, "r_t_add": 1518, "st_code": 80960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761317, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32836, "Shape__Length": 111.02867374224428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082128078186798, 40.021208746769403 ], [ -75.081311822312102, 40.020769818483501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11086, "tnode_": 11192, "lpoly_": null, "rpoly_": null, "length": 453.98559798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1641, "r_f_add": 1600, "r_t_add": 1642, "st_code": 80960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761318, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32837, "Shape__Length": 180.67008069100308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080427785768904, 40.020312087691799 ], [ -75.079092331387002, 40.019605766919298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11018, "tnode_": 11086, "lpoly_": null, "rpoly_": null, "length": 298.50902628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1521, "l_t_add": 1599, "r_f_add": 1520, "r_t_add": 1598, "st_code": 80960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-06-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32838, "Shape__Length": 118.79264907783237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081311822312102, 40.020769818483501 ], [ -75.080427785768904, 40.020312087691799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10725, "tnode_": 10768, "lpoly_": null, "rpoly_": null, "length": 224.21247548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1301, "r_f_add": 1234, "r_t_add": 1298, "st_code": 80960, "l_hundred": 1300, "r_hundred": 1200, "seg_id": 761320, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32839, "Shape__Length": 89.229298562068507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085091961324395, 40.022771059385803 ], [ -75.084428631156996, 40.022426460132699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10768, "tnode_": 10784, "lpoly_": null, "rpoly_": null, "length": 53.67667208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1303, "l_t_add": 1303, "r_f_add": 1300, "r_t_add": 1302, "st_code": 80960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761321, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32840, "Shape__Length": 21.363597203231862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084428631156996, 40.022426460132699 ], [ -75.084272719177306, 40.022340767056797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10784, "tnode_": 10853, "lpoly_": null, "rpoly_": null, "length": 245.8818145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAKELING", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1305, "l_t_add": 1307, "r_f_add": 1304, "r_t_add": 1308, "st_code": 80960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761322, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAKELING ST", "stname": "WAKELING ST", "objectid": 32841, "Shape__Length": 97.85574352269677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084272719177306, 40.022340767056797 ], [ -75.083549955692007, 40.021957603240303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10674, "tnode_": 10421, "lpoly_": null, "rpoly_": null, "length": 571.84101223000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 71060, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 32842, "Shape__Length": 227.86706283528451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082460625409993, 40.023068009607996 ], [ -75.081227694869696, 40.024319289573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10853, "tnode_": 10674, "lpoly_": null, "rpoly_": null, "length": 506.65493527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 71060, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 32843, "Shape__Length": 201.88984716429687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083549955692007, 40.021957603240303 ], [ -75.082460625409993, 40.023068009607996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10963, "tnode_": 10853, "lpoly_": null, "rpoly_": null, "length": 362.40418788000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 4900, "l_t_add": 4998, "r_f_add": 4901, "r_t_add": 4999, "st_code": 71060, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 761325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 32844, "Shape__Length": 144.39634707086594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084349232569295, 40.021175688434496 ], [ -75.084193133231395, 40.0213118382433 ], [ -75.083549955692007, 40.021957603240303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10728, "tnode_": 10518, "lpoly_": null, "rpoly_": null, "length": 554.74029412999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 50080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 32845, "Shape__Length": 221.05051086482521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081718090894597, 40.022659668439303 ], [ -75.080520387737394, 40.0238725669996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10827, "tnode_": 10728, "lpoly_": null, "rpoly_": null, "length": 126.83371662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEIPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 50080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEIPER ST", "stname": "LEIPER ST", "objectid": 32846, "Shape__Length": 50.540887350884333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081989490614205, 40.022380944244503 ], [ -75.081718090894597, 40.022659668439303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10485, "tnode_": 10303, "lpoly_": null, "rpoly_": null, "length": 327.87048083000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5118, "r_f_add": 5105, "r_t_add": 5143, "st_code": 62080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761328, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32847, "Shape__Length": 130.82892933376988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084458765164399, 40.024159828599402 ], [ -75.084623050007707, 40.025050966397998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10625, "tnode_": 10485, "lpoly_": null, "rpoly_": null, "length": 302.18151505000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5030, "l_t_add": 5098, "r_f_add": 5053, "r_t_add": 5103, "st_code": 62080, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761329, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32848, "Shape__Length": 120.58606402912937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084466431308499, 40.023330397954602 ], [ -75.084456562821401, 40.023646711792097 ], [ -75.084458765164399, 40.024159828599402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10303, "tnode_": 10379, "lpoly_": null, "rpoly_": null, "length": 447.94077585999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 47480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761330, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENWYN ST", "stname": "KENWYN ST", "objectid": 32849, "Shape__Length": 178.22397494554897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084623050007707, 40.025050966397998 ], [ -75.084114006293902, 40.025114418444701 ], [ -75.083240097145406, 40.024621648049802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10493, "tnode_": 10625, "lpoly_": null, "rpoly_": null, "length": 519.58146407000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 41260, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761331, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWORTH ST", "stname": "HAWORTH ST", "objectid": 32850, "Shape__Length": 206.78593809139656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085995510858396, 40.024138108544797 ], [ -75.084645170885295, 40.023422912503101 ], [ -75.084466431308499, 40.023330397954602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10303, "tnode_": 10222, "lpoly_": null, "rpoly_": null, "length": 154.68750162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5120, "l_t_add": 5138, "r_f_add": 5145, "r_t_add": 5159, "st_code": 62080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761334, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 32851, "Shape__Length": 61.72073089684821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084623050007707, 40.025050966397998 ], [ -75.084729503830502, 40.0254676408655 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10122, "tnode_": 10209, "lpoly_": null, "rpoly_": null, "length": 270.85156998999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1231, "r_f_add": 1200, "r_t_add": 1230, "st_code": 65520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32852, "Shape__Length": 107.80729031293616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084225354502706, 40.025995691466399 ], [ -75.083440778508901, 40.025560937598101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10209, "tnode_": 10276, "lpoly_": null, "rpoly_": null, "length": 263.14354042000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 65520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32853, "Shape__Length": 104.74229759963522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083440778508901, 40.025560937598101 ], [ -75.082683740216197, 40.025133059252902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10276, "tnode_": 10356, "lpoly_": null, "rpoly_": null, "length": 259.24442965999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1331, "r_f_add": 1300, "r_t_add": 1330, "st_code": 65520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32854, "Shape__Length": 103.18650853774422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082683740216197, 40.025133059252902 ], [ -75.081933514084696, 40.024716171660998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10356, "tnode_": 10421, "lpoly_": null, "rpoly_": null, "length": 244.90093105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1333, "l_t_add": 1355, "r_f_add": 1332, "r_t_add": 1356, "st_code": 65520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 32855, "Shape__Length": 97.478874538753146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081933514084696, 40.024716171660998 ], [ -75.081227694869696, 40.024319289573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9865, "tnode_": 9640, "lpoly_": null, "rpoly_": null, "length": 461.98581658999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 11520, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761339, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32856, "Shape__Length": 184.11638568165739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079445918450503, 40.027191583940102 ], [ -75.078475683617299, 40.028217261235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10121, "tnode_": 9865, "lpoly_": null, "rpoly_": null, "length": 575.40540410999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 11520, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32857, "Shape__Length": 229.28804803885035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0807034372434, 40.025942423685798 ], [ -75.079445918450503, 40.027191583940102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10356, "tnode_": 10121, "lpoly_": null, "rpoly_": null, "length": 564.10693807999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 11520, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761341, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32858, "Shape__Length": 224.78321392358856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081933514084696, 40.024716171660998 ], [ -75.0807034372434, 40.025942423685798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10601, "tnode_": 10356, "lpoly_": null, "rpoly_": null, "length": 575.45227507999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5100, "l_t_add": 5198, "r_f_add": 5101, "r_t_add": 5199, "st_code": 11520, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761342, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32859, "Shape__Length": 229.30675674536303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083175447970305, 40.023457694936504 ], [ -75.081933514084696, 40.024716171660998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10784, "tnode_": 10601, "lpoly_": null, "rpoly_": null, "length": 509.88988265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5000, "l_t_add": 5098, "r_f_add": 5001, "r_t_add": 5099, "st_code": 11520, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761343, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32860, "Shape__Length": 203.17952786517608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084272719177306, 40.022340767056797 ], [ -75.083175447970305, 40.023457694936504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9640, "tnode_": 9271, "lpoly_": null, "rpoly_": null, "length": 679.09471787999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 11520, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761344, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 32861, "Shape__Length": 270.64784671799424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078475683617299, 40.028217261235 ], [ -75.077052308736697, 40.0297265409163 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9087, "tnode_": 9159, "lpoly_": null, "rpoly_": null, "length": 251.2962431, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1321, "l_t_add": 1399, "r_f_add": 1320, "r_t_add": 1398, "st_code": 22600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32862, "Shape__Length": 100.03307931432116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083362557157997, 40.030978857418802 ], [ -75.082637478004699, 40.030572412885398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9159, "tnode_": 9340, "lpoly_": null, "rpoly_": null, "length": 616.43316143999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 22600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32863, "Shape__Length": 245.38694294424201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082637478004699, 40.030572412885398 ], [ -75.080868684672694, 40.029565130611402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9340, "tnode_": 9402, "lpoly_": null, "rpoly_": null, "length": 201.46703621, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1526, "st_code": 22600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32864, "Shape__Length": 80.19547619994789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080868684672694, 40.029565130611402 ], [ -75.080789106738607, 40.0295256843076 ], [ -75.080286675568203, 40.0292402544924 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9402, "tnode_": 9432, "lpoly_": null, "rpoly_": null, "length": 104.47315652, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1523, "l_t_add": 1533, "r_f_add": 1528, "r_t_add": 1534, "st_code": 22600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32865, "Shape__Length": 41.58766849832071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080286675568203, 40.0292402544924 ], [ -75.079986935549599, 40.0290695077828 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9432, "tnode_": 9477, "lpoly_": null, "rpoly_": null, "length": 101.70687888, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1535, "l_t_add": 1535, "r_f_add": 1536, "r_t_add": 1548, "st_code": 22600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32866, "Shape__Length": 40.486310904185657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079986935549599, 40.0290695077828 ], [ -75.079695013776202, 40.0289034057949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9477, "tnode_": 9560, "lpoly_": null, "rpoly_": null, "length": 211.85345386, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1537, "l_t_add": 1599, "r_f_add": 1550, "r_t_add": 1598, "st_code": 22600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32867, "Shape__Length": 84.328916235980017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079695013776202, 40.0289034057949 ], [ -75.079082767232407, 40.028561804233703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9560, "tnode_": 9640, "lpoly_": null, "rpoly_": null, "length": 211.32038218, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1601, "l_t_add": 1623, "r_f_add": 1600, "r_t_add": 1622, "st_code": 22600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32868, "Shape__Length": 84.118872377188524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079082767232407, 40.028561804233703 ], [ -75.078475683617299, 40.028217261235 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9640, "tnode_": 9724, "lpoly_": null, "rpoly_": null, "length": 211.02981655, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1625, "l_t_add": 1649, "r_f_add": 1624, "r_t_add": 1658, "st_code": 22600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32869, "Shape__Length": 83.9988948677086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078475683617299, 40.028217261235 ], [ -75.077863966031799, 40.027878963894302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9724, "tnode_": 9810, "lpoly_": null, "rpoly_": null, "length": 357.41196386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1651, "l_t_add": 1699, "r_f_add": 1660, "r_t_add": 1698, "st_code": 22600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761353, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 32870, "Shape__Length": 142.22311343871587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077863966031799, 40.027878963894302 ], [ -75.077216458680695, 40.027500983624499 ], [ -75.076775954446603, 40.027390800561101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6938, "tnode_": 7145, "lpoly_": null, "rpoly_": null, "length": 386.93965724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 40960, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 761355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 32871, "Shape__Length": 154.34080518088081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031922626404906, 40.041210331258803 ], [ -75.031343316602204, 40.040245967416602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6868, "tnode_": 7071, "lpoly_": null, "rpoly_": null, "length": 390.71545303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 55600, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761356, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32872, "Shape__Length": 155.79388779060048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034087441887806, 40.041600672717699 ], [ -75.033370836432098, 40.040680337318904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7071, "tnode_": 7259, "lpoly_": null, "rpoly_": null, "length": 391.98864621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 55600, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 761357, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 32873, "Shape__Length": 156.27873377693948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033370836432098, 40.040680337318904 ], [ -75.032733605746103, 40.039860961859397 ], [ -75.032614769154904, 40.039780914811601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6998, "tnode_": 6938, "lpoly_": null, "rpoly_": null, "length": 239.58614788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7780, "l_t_add": 7798, "r_f_add": 7781, "r_t_add": 7799, "st_code": 25580, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 761359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 32874, "Shape__Length": 95.32462115039695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032695623375105, 40.040928255385403 ], [ -75.031922626404906, 40.041210331258803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6938, "tnode_": 6851, "lpoly_": null, "rpoly_": null, "length": 291.46557318000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7828, "r_f_add": 7801, "r_t_add": 7831, "st_code": 25580, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 761360, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 32875, "Shape__Length": 115.96572477021387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031922626404906, 40.041210331258803 ], [ -75.030981237850796, 40.0415518565705 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7037, "tnode_": 7405, "lpoly_": null, "rpoly_": null, "length": 734.01208354999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 23020, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761362, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 32876, "Shape__Length": 292.68930050294807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035728441561403, 40.0408723599175 ], [ -75.034451787439494, 40.039227098645704 ], [ -75.034426076411506, 40.039129796933999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6889, "tnode_": 7131, "lpoly_": null, "rpoly_": null, "length": 457.30027591000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 61100, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32877, "Shape__Length": 182.3458588163347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037474389917094, 40.0415492882398 ], [ -75.036640748341995, 40.040469782219397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7131, "tnode_": 7465, "lpoly_": null, "rpoly_": null, "length": 710.4727007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 61100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 32878, "Shape__Length": 283.28602299069371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036640748341995, 40.040469782219397 ], [ -75.035334114368496, 40.0387979112433 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7213, "tnode_": 7131, "lpoly_": null, "rpoly_": null, "length": 291.42241357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 50300, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 761366, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32879, "Shape__Length": 115.97834970347623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0375412978442, 40.040068693144498 ], [ -75.036640748341995, 40.040469782219397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7309, "tnode_": 7213, "lpoly_": null, "rpoly_": null, "length": 265.41221422999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7418, "l_t_add": 7498, "r_f_add": 7419, "r_t_add": 7499, "st_code": 50300, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761367, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32880, "Shape__Length": 105.62563238563038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038362438540503, 40.039704793092397 ], [ -75.037619206194407, 40.040031280409004 ], [ -75.0375412978442, 40.040068693144498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7384, "tnode_": 7309, "lpoly_": null, "rpoly_": null, "length": 264.9847415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7417, "st_code": 50300, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761368, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32881, "Shape__Length": 105.45427879759359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039183152172598, 40.039342582984901 ], [ -75.038362438540503, 40.039704793092397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7454, "tnode_": 7384, "lpoly_": null, "rpoly_": null, "length": 266.71343666999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7374, "l_t_add": 7398, "r_f_add": 7375, "r_t_add": 7399, "st_code": 50300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761369, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32882, "Shape__Length": 106.14299578348064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040007473981902, 40.038975688487703 ], [ -75.039183152172598, 40.039342582984901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6868, "tnode_": 6790, "lpoly_": null, "rpoly_": null, "length": 210.13030127000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7726, "l_t_add": 7746, "r_f_add": 7727, "r_t_add": 7747, "st_code": 50300, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 761370, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32883, "Shape__Length": 83.627656011569599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034087441887806, 40.041600672717699 ], [ -75.033785236589196, 40.041735336298203 ], [ -75.033437541109294, 40.041889152809198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6836, "tnode_": 6748, "lpoly_": null, "rpoly_": null, "length": 266.80195298999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7418, "l_t_add": 7498, "r_f_add": 7419, "r_t_add": 7499, "st_code": 69580, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761374, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32884, "Shape__Length": 106.19071957636118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040005070950201, 40.041802584538097 ], [ -75.0391911079587, 40.042183407619603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6931, "tnode_": 6836, "lpoly_": null, "rpoly_": null, "length": 263.53119763999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7417, "st_code": 69580, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761375, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32885, "Shape__Length": 104.88335340370737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040815653753697, 40.041434896395998 ], [ -75.040005070950201, 40.041802584538097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6748, "tnode_": 6970, "lpoly_": null, "rpoly_": null, "length": 431.4650752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 72520, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32886, "Shape__Length": 172.04204741089899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0391911079587, 40.042183407619603 ], [ -75.038396009529094, 40.041168815742601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7022, "tnode_": 6931, "lpoly_": null, "rpoly_": null, "length": 266.41270601999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7396, "l_t_add": 7398, "r_f_add": 7397, "r_t_add": 7399, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761377, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32887, "Shape__Length": 106.03221448311412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041631627687295, 40.0410587085996 ], [ -75.040815653753697, 40.041434896395998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7118, "tnode_": 7022, "lpoly_": null, "rpoly_": null, "length": 267.13708581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7388, "l_t_add": 7394, "r_f_add": 7389, "r_t_add": 7395, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761378, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32888, "Shape__Length": 106.31948528651992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042450403701096, 40.040682252382702 ], [ -75.041631627687295, 40.0410587085996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7197, "tnode_": 7118, "lpoly_": null, "rpoly_": null, "length": 280.46039505000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7380, "l_t_add": 7386, "r_f_add": 7381, "r_t_add": 7387, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761379, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32889, "Shape__Length": 111.61024698940174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043323832299194, 40.040314970734002 ], [ -75.043206048012195, 40.040333415742602 ], [ -75.042450403701096, 40.040682252382702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6970, "tnode_": 7213, "lpoly_": null, "rpoly_": null, "length": 466.77207812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 72520, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32890, "Shape__Length": 186.11990851975742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038396009529094, 40.041168815742601 ], [ -75.0375412978442, 40.040068693144498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7266, "tnode_": 7197, "lpoly_": null, "rpoly_": null, "length": 274.21416709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7336, "l_t_add": 7378, "r_f_add": 7335, "r_t_add": 7379, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761381, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32891, "Shape__Length": 109.06290706146929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044254882716999, 40.040081479130201 ], [ -75.043323832299194, 40.040314970734002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7213, "tnode_": 7548, "lpoly_": null, "rpoly_": null, "length": 687.30450536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 72520, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 32892, "Shape__Length": 274.04776476238374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0375412978442, 40.040068693144498 ], [ -75.036279656293004, 40.038450245123897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6970, "tnode_": 6889, "lpoly_": null, "rpoly_": null, "length": 292.95418674999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 26000, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 761383, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32893, "Shape__Length": 116.57724122244116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038396009529094, 40.041168815742601 ], [ -75.037589808371095, 40.04149636575 ], [ -75.037474389917094, 40.0415492882398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7063, "tnode_": 6970, "lpoly_": null, "rpoly_": null, "length": 265.89992626999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7418, "l_t_add": 7498, "r_f_add": 7419, "r_t_add": 7499, "st_code": 26000, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761384, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32894, "Shape__Length": 105.81337694222518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039229210966695, 40.040818568345301 ], [ -75.038396009529094, 40.041168815742601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7139, "tnode_": 7063, "lpoly_": null, "rpoly_": null, "length": 265.22759906000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7417, "st_code": 26000, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761385, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32895, "Shape__Length": 105.5425245498714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040063872734805, 40.0404742730694 ], [ -75.039229210966695, 40.040818568345301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7223, "tnode_": 7139, "lpoly_": null, "rpoly_": null, "length": 267.24615262000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7374, "l_t_add": 7398, "r_f_add": 7375, "r_t_add": 7399, "st_code": 26000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761386, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32896, "Shape__Length": 106.34769629126086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040901693886099, 40.040122829020902 ], [ -75.040063872734805, 40.0404742730694 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7302, "tnode_": 7223, "lpoly_": null, "rpoly_": null, "length": 267.11862805000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7358, "l_t_add": 7372, "r_f_add": 7359, "r_t_add": 7373, "st_code": 26000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761387, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32897, "Shape__Length": 106.29565847151616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041740071310301, 40.039772908646597 ], [ -75.040901693886099, 40.040122829020902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7386, "tnode_": 7302, "lpoly_": null, "rpoly_": null, "length": 277.92916413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7334, "l_t_add": 7356, "r_f_add": 7335, "r_t_add": 7357, "st_code": 26000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761388, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32898, "Shape__Length": 110.59698791653327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042612325856894, 40.039408858586903 ], [ -75.041801456648699, 40.039749749225003 ], [ -75.041740071310301, 40.039772908646597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7448, "tnode_": 7386, "lpoly_": null, "rpoly_": null, "length": 267.92952438000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7320, "l_t_add": 7332, "r_f_add": 7321, "r_t_add": 7333, "st_code": 26000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761389, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32899, "Shape__Length": 106.61860445294715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043451444444102, 40.0390553610221 ], [ -75.042736493026595, 40.039355270510299 ], [ -75.042612325856894, 40.039408858586903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7531, "tnode_": 7448, "lpoly_": null, "rpoly_": null, "length": 257.33337597000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7319, "st_code": 26000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761390, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 32900, "Shape__Length": 102.43808062237437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044195484944893, 40.0386699074025 ], [ -75.044114348039898, 40.038781776090701 ], [ -75.043451444444102, 40.0390553610221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6836, "tnode_": 7063, "lpoly_": null, "rpoly_": null, "length": 419.14683685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 80260, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761391, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32901, "Shape__Length": 167.12781316921996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040005070950201, 40.041802584538097 ], [ -75.039229210966695, 40.040818568345301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7063, "tnode_": 7309, "lpoly_": null, "rpoly_": null, "length": 472.77423070999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 80260, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761392, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32902, "Shape__Length": 188.51172630610006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039229210966695, 40.040818568345301 ], [ -75.038362438540503, 40.039704793092397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7309, "tnode_": 7603, "lpoly_": null, "rpoly_": null, "length": 667.55701828999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 80260, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761393, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 32903, "Shape__Length": 266.17444752007026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038362438540503, 40.039704793092397 ], [ -75.037141259472804, 40.038130912906503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6931, "tnode_": 7139, "lpoly_": null, "rpoly_": null, "length": 408.36767625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 17900, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32904, "Shape__Length": 162.83082559002023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040815653753697, 40.041434896395998 ], [ -75.040063872734805, 40.0404742730694 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7139, "tnode_": 7384, "lpoly_": null, "rpoly_": null, "length": 480.38025778000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 17900, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 32905, "Shape__Length": 191.54352231898062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040063872734805, 40.0404742730694 ], [ -75.039183152172598, 40.039342582984901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7022, "tnode_": 7223, "lpoly_": null, "rpoly_": null, "length": 397.49161635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 78000, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761396, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32906, "Shape__Length": 158.49412992494345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041631627687295, 40.0410587085996 ], [ -75.040901693886099, 40.040122829020902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7223, "tnode_": 7454, "lpoly_": null, "rpoly_": null, "length": 487.15151783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 78000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761397, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32907, "Shape__Length": 194.2419342968102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040901693886099, 40.040122829020902 ], [ -75.040007473981902, 40.038975688487703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7454, "tnode_": 7747, "lpoly_": null, "rpoly_": null, "length": 625.59075797999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 78000, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761398, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 32908, "Shape__Length": 249.43737955092863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040007473981902, 40.038975688487703 ], [ -75.038859934643895, 40.037502193748097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7085, "tnode_": 7197, "lpoly_": null, "rpoly_": null, "length": 233.22401588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3253, "l_t_add": 3299, "r_f_add": 3252, "r_t_add": 3298, "st_code": 70060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761400, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 32909, "Shape__Length": 92.998999301797269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043742627062599, 40.040868393832099 ], [ -75.043323832299194, 40.040314970734002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7197, "tnode_": 7386, "lpoly_": null, "rpoly_": null, "length": 385.5409687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 70060, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761401, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 32910, "Shape__Length": 153.72574107085381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043323832299194, 40.040314970734002 ], [ -75.042612325856894, 40.039408858586903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7386, "tnode_": 7613, "lpoly_": null, "rpoly_": null, "length": 501.14061246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 70060, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761402, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 32911, "Shape__Length": 199.81852696516097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042612325856894, 40.039408858586903 ], [ -75.041694343135106, 40.0382279001564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7118, "tnode_": 7302, "lpoly_": null, "rpoly_": null, "length": 386.37945642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 11860, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761403, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32912, "Shape__Length": 154.06212925249545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042450403701096, 40.040682252382702 ], [ -75.041740071310301, 40.039772908646597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7302, "tnode_": 7544, "lpoly_": null, "rpoly_": null, "length": 495.50663147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 11860, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761404, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32913, "Shape__Length": 197.57325619931075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041740071310301, 40.039772908646597 ], [ -75.040832580561101, 40.038605145818998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7544, "tnode_": 7798, "lpoly_": null, "rpoly_": null, "length": 601.70103862999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 11860, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761405, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 32914, "Shape__Length": 239.90939230570226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040832580561101, 40.038605145818998 ], [ -75.039725753761203, 40.037189355907998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6972, "tnode_": 7170, "lpoly_": null, "rpoly_": null, "length": 559.37356092000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 25280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761406, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32915, "Shape__Length": 222.70965800132612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049029855087497, 40.041422059936401 ], [ -75.047426089038396, 40.040506401952101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7170, "tnode_": 7349, "lpoly_": null, "rpoly_": null, "length": 562.95128621999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 25280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761407, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32916, "Shape__Length": 224.12861939833243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047426089038396, 40.040506401952101 ], [ -75.045808608994506, 40.039588497334499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7349, "tnode_": 7419, "lpoly_": null, "rpoly_": null, "length": 183.58478705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3317, "r_f_add": 3300, "r_t_add": 3314, "st_code": 25280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761409, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32917, "Shape__Length": 73.090452963919773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045808608994506, 40.039588497334499 ], [ -75.045281455572294, 40.039288824977298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7419, "tnode_": 7531, "lpoly_": null, "rpoly_": null, "length": 378.5393385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3319, "l_t_add": 3399, "r_f_add": 3316, "r_t_add": 3398, "st_code": 25280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761410, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32918, "Shape__Length": 150.70721410062671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045281455572294, 40.039288824977298 ], [ -75.044195484944893, 40.0386699074025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7531, "tnode_": 7732, "lpoly_": null, "rpoly_": null, "length": 576.26823818000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 25280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761411, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32919, "Shape__Length": 229.42317862436673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044195484944893, 40.0386699074025 ], [ -75.042538214069594, 40.037731929335102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6478, "tnode_": 6586, "lpoly_": null, "rpoly_": null, "length": 306.21291415999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2813, "l_t_add": 2899, "r_f_add": 2824, "r_t_add": 2898, "st_code": 25280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761413, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32920, "Shape__Length": 121.9150053979191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053115771011207, 40.043773583554398 ], [ -75.052229965063802, 40.043280545627297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6586, "tnode_": 6681, "lpoly_": null, "rpoly_": null, "length": 285.71058035000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2919, "r_f_add": 2900, "r_t_add": 2906, "st_code": 25280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761414, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32921, "Shape__Length": 113.76814198331033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052229965063802, 40.043280545627297 ], [ -75.052155694505501, 40.043219978175401 ], [ -75.051428050905301, 40.042797193472197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6681, "tnode_": 6774, "lpoly_": null, "rpoly_": null, "length": 274.46033628000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2921, "l_t_add": 2999, "r_f_add": 2908, "r_t_add": 2998, "st_code": 25280, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761415, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32922, "Shape__Length": 109.27995728829931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051428050905301, 40.042797193472197 ], [ -75.050645980675597, 40.042342947903798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6774, "tnode_": 6972, "lpoly_": null, "rpoly_": null, "length": 563.28297514000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 25280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761416, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 32923, "Shape__Length": 224.26838454971735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050645980675597, 40.042342947903798 ], [ -75.049029855087497, 40.041422059936401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6478, "tnode_": 6132, "lpoly_": null, "rpoly_": null, "length": 798.44799195999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 68080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761417, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 32924, "Shape__Length": 318.07650145828734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053115771011207, 40.043773583554398 ], [ -75.052924741468701, 40.043954286086397 ], [ -75.052796758151402, 40.044093407676698 ], [ -75.052602859347999, 40.044281951732899 ], [ -75.052431180785604, 40.044421184879901 ], [ -75.052232359191095, 40.044574826004997 ], [ -75.052137633866707, 40.0446498372606 ], [ -75.051083700757403, 40.045294514435902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6864, "tnode_": 6478, "lpoly_": null, "rpoly_": null, "length": 777.03870583999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 68080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761418, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 32925, "Shape__Length": 309.73829200883114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054759521020401, 40.042054902321098 ], [ -75.053115771011207, 40.043773583554398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6586, "tnode_": 6428, "lpoly_": null, "rpoly_": null, "length": 316.88269801000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7349, "st_code": 19380, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 32926, "Shape__Length": 126.31214915086628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052229965063802, 40.043280545627297 ], [ -75.051722869441704, 40.043805494279397 ], [ -75.051553950271796, 40.043978208110602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6974, "tnode_": 6586, "lpoly_": null, "rpoly_": null, "length": 778.4328472200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 19380, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 32927, "Shape__Length": 310.29606361019529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053867967017993, 40.041554267670399 ], [ -75.052646606394703, 40.042867670479602 ], [ -75.052229965063802, 40.043280545627297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7271, "tnode_": 6974, "lpoly_": null, "rpoly_": null, "length": 568.88404735000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 19380, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 32928, "Shape__Length": 226.76502175592179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055058494795702, 40.0402887860145 ], [ -75.053867967017993, 40.041554267670399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6618, "tnode_": 6497, "lpoly_": null, "rpoly_": null, "length": 261.3335496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7316, "l_t_add": 7398, "r_f_add": 7317, "r_t_add": 7399, "st_code": 16220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761422, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 32929, "Shape__Length": 104.17369190642552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049993710203196, 40.043041172911501 ], [ -75.049444573949103, 40.043621275215699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6774, "tnode_": 6618, "lpoly_": null, "rpoly_": null, "length": 313.12421404999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7301, "r_t_add": 7315, "st_code": 16220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 32930, "Shape__Length": 124.82042559125283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050645980675597, 40.042342947903798 ], [ -75.049993710203196, 40.043041172911501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6740, "tnode_": 6864, "lpoly_": null, "rpoly_": null, "length": 373.65095365999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2825, "r_f_add": 2800, "r_t_add": 2840, "st_code": 74220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32931, "Shape__Length": 148.75945709157298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055844077737603, 40.042652591548901 ], [ -75.054759521020401, 40.042054902321098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6864, "tnode_": 6974, "lpoly_": null, "rpoly_": null, "length": 309.14756294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2827, "l_t_add": 2899, "r_f_add": 2842, "r_t_add": 2898, "st_code": 74220, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32932, "Shape__Length": 123.08221962384374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054759521020401, 40.042054902321098 ], [ -75.054295798829301, 40.041793887858901 ], [ -75.053867967017993, 40.041554267670399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7042, "tnode_": 6774, "lpoly_": null, "rpoly_": null, "length": 513.63290584999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7214, "l_t_add": 7298, "r_f_add": 7215, "r_t_add": 7299, "st_code": 16220, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 32933, "Shape__Length": 204.7436483377561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051720855038496, 40.0412004701017 ], [ -75.0507093078091, 40.0422687723865 ], [ -75.050645980675597, 40.042342947903798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7076, "tnode_": 6681, "lpoly_": null, "rpoly_": null, "length": 765.78384037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNARD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 15940, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNARD AVE", "stname": "BARNARD AVE", "objectid": 32934, "Shape__Length": 305.25273540554764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053038117978801, 40.041097866272104 ], [ -75.051428050905301, 40.042797193472197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6974, "tnode_": 7076, "lpoly_": null, "rpoly_": null, "length": 285.70672237000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2921, "r_f_add": 2900, "r_t_add": 2988, "st_code": 74220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32935, "Shape__Length": 113.74461118173734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053867967017993, 40.041554267670399 ], [ -75.053038117978801, 40.041097866272104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7168, "tnode_": 7042, "lpoly_": null, "rpoly_": null, "length": 251.92858053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7212, "r_f_add": 7201, "r_t_add": 7213, "st_code": 16220, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761429, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 32936, "Shape__Length": 100.43396848452279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052208213402494, 40.0406287471247 ], [ -75.052198792900199, 40.040695382700001 ], [ -75.051720855038496, 40.0412004701017 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7076, "tnode_": 7168, "lpoly_": null, "rpoly_": null, "length": 288.44110098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2923, "l_t_add": 2999, "r_f_add": 2990, "r_t_add": 2998, "st_code": 74220, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32937, "Shape__Length": 114.83804556425044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053038117978801, 40.041097866272104 ], [ -75.052208213402494, 40.0406287471247 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7042, "tnode_": 7233, "lpoly_": null, "rpoly_": null, "length": 562.22747292999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 82200, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32938, "Shape__Length": 223.83510616513163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051720855038496, 40.0412004701017 ], [ -75.050094677123397, 40.040295055076697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7168, "tnode_": 7356, "lpoly_": null, "rpoly_": null, "length": 549.36369042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 74220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32939, "Shape__Length": 218.71135205127149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052208213402494, 40.0406287471247 ], [ -75.052181097051502, 40.040606922092898 ], [ -75.050618780546898, 40.039745423862001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7233, "tnode_": 7414, "lpoly_": null, "rpoly_": null, "length": 560.27412506999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 82200, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32940, "Shape__Length": 223.06536986104487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050094677123397, 40.040295055076697 ], [ -75.048489570777505, 40.039376667034297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7356, "tnode_": 7533, "lpoly_": null, "rpoly_": null, "length": 560.89423962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 74220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32941, "Shape__Length": 223.31098277503881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050618780546898, 40.039745423862001 ], [ -75.049012660256395, 40.0388252458702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7414, "tnode_": 7597, "lpoly_": null, "rpoly_": null, "length": 562.51101862999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 82200, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32942, "Shape__Length": 223.9555440987626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048489570777505, 40.039376667034297 ], [ -75.0468817938211, 40.038450787829603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7533, "tnode_": 7713, "lpoly_": null, "rpoly_": null, "length": 561.2904563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 74220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32943, "Shape__Length": 223.46768931598328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049012660256395, 40.0388252458702 ], [ -75.047408244339195, 40.037901519914101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7597, "tnode_": 7760, "lpoly_": null, "rpoly_": null, "length": 561.03746987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 82200, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32944, "Shape__Length": 223.35359932811809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0468817938211, 40.038450787829603 ], [ -75.045260924623506, 40.037545381087902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7713, "tnode_": 7863, "lpoly_": null, "rpoly_": null, "length": 562.61828894999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 74220, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761438, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32945, "Shape__Length": 223.97987922413571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047408244339195, 40.037901519914101 ], [ -75.045781068537806, 40.036995418700997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7760, "tnode_": 7899, "lpoly_": null, "rpoly_": null, "length": 483.23268064000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 82200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761439, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32946, "Shape__Length": 192.37527664450366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045260924623506, 40.037545381087902 ], [ -75.043863140416406, 40.036767353248102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7863, "tnode_": 7978, "lpoly_": null, "rpoly_": null, "length": 434.43501458000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3447, "r_f_add": 3400, "r_t_add": 3450, "st_code": 74220, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32947, "Shape__Length": 172.94929971323901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045781068537806, 40.036995418700997 ], [ -75.044526845266006, 40.036293416095802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7978, "tnode_": 8112, "lpoly_": null, "rpoly_": null, "length": 458.56004037999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3449, "l_t_add": 3499, "r_f_add": 3452, "r_t_add": 3498, "st_code": 74220, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 32948, "Shape__Length": 182.55080711646099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044526845266006, 40.036293416095802 ], [ -75.043201902116493, 40.035553576026601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7810, "tnode_": 7732, "lpoly_": null, "rpoly_": null, "length": 267.31092633999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7248, "l_t_add": 7298, "r_f_add": 7247, "r_t_add": 7299, "st_code": 50300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761442, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32949, "Shape__Length": 106.48124518536518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043215569472295, 40.037214833712298 ], [ -75.042538214069594, 40.037731929335102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7899, "tnode_": 7810, "lpoly_": null, "rpoly_": null, "length": 243.8253515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7222, "l_t_add": 7246, "r_f_add": 7223, "r_t_add": 7245, "st_code": 50300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761443, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32950, "Shape__Length": 97.106257266228667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043863140416406, 40.036767353248102 ], [ -75.043215569472295, 40.037214833712298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7978, "tnode_": 7899, "lpoly_": null, "rpoly_": null, "length": 253.66308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7221, "st_code": 50300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761444, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 32951, "Shape__Length": 101.03004964787712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044526845266006, 40.036293416095802 ], [ -75.043863140416406, 40.036767353248102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7899, "tnode_": 8031, "lpoly_": null, "rpoly_": null, "length": 493.84149872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 82200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761445, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 32952, "Shape__Length": 196.59750195977333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043863140416406, 40.036767353248102 ], [ -75.042436260238802, 40.035970576363098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7119, "tnode_": 7310, "lpoly_": null, "rpoly_": null, "length": 559.53875796999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 31840, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761446, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 32953, "Shape__Length": 222.7724147804781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0495995410174, 40.040816025169903 ], [ -75.047993853166702, 40.0399016119378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7310, "tnode_": 7488, "lpoly_": null, "rpoly_": null, "length": 561.78032263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 31840, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761447, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 32954, "Shape__Length": 223.66446244042976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047993853166702, 40.0399016119378 ], [ -75.046385460746293, 40.038979703115899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7488, "tnode_": 7659, "lpoly_": null, "rpoly_": null, "length": 559.81249331000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 31840, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761448, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 32955, "Shape__Length": 222.87057414677196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046385460746293, 40.038979703115899 ], [ -75.044772224837303, 40.038071945482699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7659, "tnode_": 7810, "lpoly_": null, "rpoly_": null, "length": 536.40919955999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 31840, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761449, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 32956, "Shape__Length": 213.54259233994259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044772224837303, 40.038071945482699 ], [ -75.0447086716011, 40.038045632771102 ], [ -75.043282702945703, 40.037246192840598 ], [ -75.043215569472295, 40.037214833712298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7810, "tnode_": 7960, "lpoly_": null, "rpoly_": null, "length": 531.29332805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 31840, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 761450, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 32957, "Shape__Length": 211.51198596590424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043215569472295, 40.037214833712298 ], [ -75.041685650033003, 40.036352175258699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7224, "tnode_": 7085, "lpoly_": null, "rpoly_": null, "length": 301.24895107999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRABTREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7374, "l_t_add": 7398, "r_f_add": 7375, "r_t_add": 7399, "st_code": 25540, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761451, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRABTREE ST", "stname": "CRABTREE ST", "objectid": 32958, "Shape__Length": 120.07265340063748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044389647588702, 40.040207672262902 ], [ -75.043742627062599, 40.040868393832099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7290, "tnode_": 7224, "lpoly_": null, "rpoly_": null, "length": 97.76323695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRABTREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7326, "l_t_add": 7372, "r_f_add": 7327, "r_t_add": 7373, "st_code": 25540, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRABTREE ST", "stname": "CRABTREE ST", "objectid": 32959, "Shape__Length": 38.96294706315274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044605754178903, 40.039997374668701 ], [ -75.044547354772902, 40.040044250358797 ], [ -75.044389647588702, 40.040207672262902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7419, "tnode_": 7290, "lpoly_": null, "rpoly_": null, "length": 320.02592029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRABTREE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7324, "r_f_add": 7301, "r_t_add": 7325, "st_code": 25540, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761453, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRABTREE ST", "stname": "CRABTREE ST", "objectid": 32960, "Shape__Length": 127.56125752902689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045281455572294, 40.039288824977298 ], [ -75.044605754178903, 40.039997374668701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7224, "tnode_": 7266, "lpoly_": null, "rpoly_": null, "length": 59.61671215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3299, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 39080, "l_hundred": 3200, "r_hundred": 0, "seg_id": 761454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 32961, "Shape__Length": 23.758147662904232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044389647588702, 40.040207672262902 ], [ -75.044350944957699, 40.040166960304397 ], [ -75.044317132382304, 40.0401309435615 ], [ -75.044254882716999, 40.040081479130201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7266, "tnode_": 7448, "lpoly_": null, "rpoly_": null, "length": 436.27022805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 39080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761455, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 32962, "Shape__Length": 173.95290196025417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044254882716999, 40.040081479130201 ], [ -75.043451444444102, 40.0390553610221 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7290, "tnode_": 7266, "lpoly_": null, "rpoly_": null, "length": 102.90880386000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7326, "l_t_add": 7334, "r_f_add": 7327, "r_t_add": 7333, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761456, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32963, "Shape__Length": 40.928485882604015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044605754178903, 40.039997374668701 ], [ -75.044254882716999, 40.040081479130201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7293, "tnode_": 7290, "lpoly_": null, "rpoly_": null, "length": 148.96702161000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7316, "l_t_add": 7324, "r_f_add": 7315, "r_t_add": 7325, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761457, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32964, "Shape__Length": 59.245848242059708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045114425453505, 40.0398775256769 ], [ -75.044605754178903, 40.039997374668701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7349, "tnode_": 7293, "lpoly_": null, "rpoly_": null, "length": 232.53303881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7301, "r_t_add": 7313, "st_code": 69580, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761458, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32965, "Shape__Length": 92.546051566834564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045808608994506, 40.039588497334499 ], [ -75.045691117366999, 40.039736137044798 ], [ -75.045114425453505, 40.0398775256769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7488, "tnode_": 7349, "lpoly_": null, "rpoly_": null, "length": 274.35624036000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7238, "l_t_add": 7298, "r_f_add": 7239, "r_t_add": 7299, "st_code": 69580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761459, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32966, "Shape__Length": 109.35815578159065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046385460746293, 40.038979703115899 ], [ -75.045808608994506, 40.039588497334499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7597, "tnode_": 7488, "lpoly_": null, "rpoly_": null, "length": 237.56526782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7224, "l_t_add": 7236, "r_f_add": 7225, "r_t_add": 7237, "st_code": 69580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761460, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32967, "Shape__Length": 94.694146592182818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0468817938211, 40.038450787829603 ], [ -75.046385460746293, 40.038979703115899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7713, "tnode_": 7597, "lpoly_": null, "rpoly_": null, "length": 248.52487052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7222, "r_f_add": 7201, "r_t_add": 7223, "st_code": 69580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761461, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32968, "Shape__Length": 99.058150072688434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047408244339195, 40.037901519914101 ], [ -75.0468817938211, 40.038450787829603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7826, "tnode_": 7713, "lpoly_": null, "rpoly_": null, "length": 272.78289187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 69580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761462, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32969, "Shape__Length": 108.731566180794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047975489713195, 40.037292728370701 ], [ -75.047408244339195, 40.037901519914101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7935, "tnode_": 7826, "lpoly_": null, "rpoly_": null, "length": 278.55046572000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7149, "st_code": 69580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761463, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32970, "Shape__Length": 111.02620291445324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048561186686001, 40.036674653130397 ], [ -75.047975489713195, 40.037292728370701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8042, "tnode_": 7935, "lpoly_": null, "rpoly_": null, "length": 280.13312096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7024, "l_t_add": 7098, "r_f_add": 7025, "r_t_add": 7099, "st_code": 69580, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761464, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32971, "Shape__Length": 111.65662837354277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049149013210496, 40.0360523992954 ], [ -75.048561186686001, 40.036674653130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7028, "tnode_": 7293, "lpoly_": null, "rpoly_": null, "length": 678.89710543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 76820, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761465, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32972, "Shape__Length": 270.45124104760606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046796290362593, 40.0411794508532 ], [ -75.045756486349902, 40.040584650240099 ], [ -75.045627174411294, 40.040484247273803 ], [ -75.0454855628047, 40.040356525753701 ], [ -75.045410952384103, 40.040279976407597 ], [ -75.045331420512497, 40.040182376128897 ], [ -75.045204470727597, 40.040006895128698 ], [ -75.045114425453505, 40.0398775256769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6618, "tnode_": 6819, "lpoly_": null, "rpoly_": null, "length": 566.06312051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 76820, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32973, "Shape__Length": 225.36997759238369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049993710203196, 40.043041172911501 ], [ -75.048358830791798, 40.042127000929902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6727, "tnode_": 6611, "lpoly_": null, "rpoly_": null, "length": 329.42999200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7358, "l_t_add": 7398, "r_f_add": 7359, "r_t_add": 7399, "st_code": 70640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32974, "Shape__Length": 131.27951381784507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045632389927107, 40.042405527008803 ], [ -75.045142970185694, 40.042932408247196 ], [ -75.045093979968797, 40.0429744383231 ], [ -75.044879428365405, 40.043088513553201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6880, "tnode_": 6727, "lpoly_": null, "rpoly_": null, "length": 271.27066447, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7344, "l_t_add": 7356, "r_f_add": 7345, "r_t_add": 7357, "st_code": 70640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761471, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32975, "Shape__Length": 108.13049157987612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046207068159006, 40.041805995243202 ], [ -75.045632389927107, 40.042405527008803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6682, "tnode_": 6880, "lpoly_": null, "rpoly_": null, "length": 556.51677885000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 39080, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761472, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 32976, "Shape__Length": 221.56629730372777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047816988010794, 40.042701976220698 ], [ -75.046207068159006, 40.041805995243202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7170, "tnode_": 7028, "lpoly_": null, "rpoly_": null, "length": 302.02325226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7323, "st_code": 70640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32977, "Shape__Length": 120.39162147552804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047426089038396, 40.040506401952101 ], [ -75.047341121848305, 40.0406022017034 ], [ -75.046796290362593, 40.0411794508532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7310, "tnode_": 7170, "lpoly_": null, "rpoly_": null, "length": 271.68053719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7248, "l_t_add": 7298, "r_f_add": 7247, "r_t_add": 7299, "st_code": 70640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32978, "Shape__Length": 108.29487277198537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047993853166702, 40.0399016119378 ], [ -75.047426089038396, 40.040506401952101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7028, "tnode_": 7006, "lpoly_": null, "rpoly_": null, "length": 24.07739108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7318, "l_t_add": 7318, "r_f_add": 7325, "r_t_add": 7325, "st_code": 70640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32979, "Shape__Length": 9.597941992213519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046796290362593, 40.0411794508532 ], [ -75.046746531557105, 40.041233357346997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7006, "tnode_": 6880, "lpoly_": null, "rpoly_": null, "length": 257.54448576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7320, "l_t_add": 7342, "r_f_add": 7327, "r_t_add": 7343, "st_code": 70640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32980, "Shape__Length": 102.66143200545098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046746531557105, 40.041233357346997 ], [ -75.046207068159006, 40.041805995243202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6819, "tnode_": 7006, "lpoly_": null, "rpoly_": null, "length": 556.56112636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 76820, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 32981, "Shape__Length": 221.58046996605728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048358830791798, 40.042127000929902 ], [ -75.046746531557105, 40.041233357346997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6682, "tnode_": 6551, "lpoly_": null, "rpoly_": null, "length": 272.1465776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 41280, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 761478, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32982, "Shape__Length": 108.48375913689941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047816988010794, 40.042701976220698 ], [ -75.047245636906396, 40.043306362493901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6819, "tnode_": 6682, "lpoly_": null, "rpoly_": null, "length": 258.62369917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7316, "l_t_add": 7398, "r_f_add": 7317, "r_t_add": 7399, "st_code": 41280, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761479, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32983, "Shape__Length": 103.09291857506803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048358830791798, 40.042127000929902 ], [ -75.047816988010794, 40.042701976220698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6972, "tnode_": 6819, "lpoly_": null, "rpoly_": null, "length": 318.18811959000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7301, "r_t_add": 7315, "st_code": 41280, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761480, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32984, "Shape__Length": 126.83310334145419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049029855087497, 40.041422059936401 ], [ -75.048358830791798, 40.042127000929902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7119, "tnode_": 6972, "lpoly_": null, "rpoly_": null, "length": 272.49963947999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7260, "l_t_add": 7298, "r_f_add": 7261, "r_t_add": 7299, "st_code": 41280, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32985, "Shape__Length": 108.62246220751068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0495995410174, 40.040816025169903 ], [ -75.049113333266405, 40.041346993130396 ], [ -75.049029855087497, 40.041422059936401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7233, "tnode_": 7119, "lpoly_": null, "rpoly_": null, "length": 235.023909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7222, "l_t_add": 7258, "r_f_add": 7223, "r_t_add": 7259, "st_code": 41280, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32986, "Shape__Length": 93.681564494544702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050094677123397, 40.040295055076697 ], [ -75.0495995410174, 40.040816025169903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7356, "tnode_": 7233, "lpoly_": null, "rpoly_": null, "length": 248.24002172000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7221, "st_code": 41280, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32987, "Shape__Length": 98.948203150547599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050618780546898, 40.039745423862001 ], [ -75.050094677123397, 40.040295055076697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7414, "tnode_": 7310, "lpoly_": null, "rpoly_": null, "length": 236.291367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7222, "l_t_add": 7246, "r_f_add": 7223, "r_t_add": 7245, "st_code": 70640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32988, "Shape__Length": 94.186590964493263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048489570777505, 40.039376667034297 ], [ -75.047993853166702, 40.0399016119378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7483, "tnode_": 7356, "lpoly_": null, "rpoly_": null, "length": 289.61331571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 41280, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 32989, "Shape__Length": 115.44204714403418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051223446588907, 40.039100399046099 ], [ -75.050618780546898, 40.039745423862001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7533, "tnode_": 7414, "lpoly_": null, "rpoly_": null, "length": 248.60003444999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7221, "st_code": 70640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32990, "Shape__Length": 99.091285246104562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049012660256395, 40.0388252458702 ], [ -75.048489570777505, 40.039376667034297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7664, "tnode_": 7533, "lpoly_": null, "rpoly_": null, "length": 281.36990282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7134, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 70640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32991, "Shape__Length": 112.15486132201289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049599721623395, 40.038198367101003 ], [ -75.049012660256395, 40.0388252458702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7704, "tnode_": 7853, "lpoly_": null, "rpoly_": null, "length": 565.36327662999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 78240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761489, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32992, "Shape__Length": 225.0738022530345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054659370246, 40.038104094207497 ], [ -75.053024916680101, 40.037192866011303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7896, "tnode_": 7781, "lpoly_": null, "rpoly_": null, "length": 280.64938698999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7032, "l_t_add": 7098, "r_f_add": 7031, "r_t_add": 7099, "st_code": 70640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32993, "Shape__Length": 111.86483306121561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050771586295298, 40.0369565222354 ], [ -75.050184501492495, 40.037580943406702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8005, "tnode_": 7896, "lpoly_": null, "rpoly_": null, "length": 294.98065506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7030, "r_f_add": 7001, "r_t_add": 7029, "st_code": 70640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761491, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32994, "Shape__Length": 117.57578888897383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051389191373104, 40.036300519138898 ], [ -75.050771586295298, 40.0369565222354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7853, "tnode_": 8005, "lpoly_": null, "rpoly_": null, "length": 563.01789286999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 78240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761492, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32995, "Shape__Length": 224.13052992243058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053024916680101, 40.037192866011303 ], [ -75.052939138018004, 40.037173008326199 ], [ -75.051389191373104, 40.036300519138898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8134, "tnode_": 8005, "lpoly_": null, "rpoly_": null, "length": 278.85522655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6928, "l_t_add": 6998, "r_f_add": 6927, "r_t_add": 6999, "st_code": 70640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761493, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32996, "Shape__Length": 111.14642371767198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051974815553706, 40.035681373264403 ], [ -75.051389191373104, 40.036300519138898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8171, "tnode_": 8042, "lpoly_": null, "rpoly_": null, "length": 295.98531443999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7022, "r_f_add": 7001, "r_t_add": 7023, "st_code": 69580, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761494, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 32997, "Shape__Length": 117.97477287547747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049768511771205, 40.035394049741598 ], [ -75.049149013210496, 40.0360523992954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8005, "tnode_": 8171, "lpoly_": null, "rpoly_": null, "length": 561.23381091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 78240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761495, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 32998, "Shape__Length": 223.42520643665821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051389191373104, 40.036300519138898 ], [ -75.049768511771205, 40.035394049741598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8235, "tnode_": 8134, "lpoly_": null, "rpoly_": null, "length": 263.33856625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6926, "r_f_add": 6901, "r_t_add": 6925, "st_code": 70640, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 32999, "Shape__Length": 104.96048512997305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052528554658196, 40.035097074371102 ], [ -75.051974815553706, 40.035681373264403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8277, "tnode_": 8171, "lpoly_": null, "rpoly_": null, "length": 277.41608143999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6929, "r_t_add": 6999, "st_code": 69580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761497, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33000, "Shape__Length": 110.5709171801673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050351524012399, 40.034778659275098 ], [ -75.050318473209998, 40.034821986916398 ], [ -75.049768511771205, 40.035394049741598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8296, "tnode_": 8198, "lpoly_": null, "rpoly_": null, "length": 279.09129409000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6826, "r_f_add": 6801, "r_t_add": 6825, "st_code": 41280, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761498, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33001, "Shape__Length": 111.23985134469177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055336299128996, 40.034748885415603 ], [ -75.055022588065398, 40.035084188345202 ], [ -75.054751847914801, 40.035369476197602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8171, "tnode_": 8318, "lpoly_": null, "rpoly_": null, "length": 562.33256251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 78240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761499, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33002, "Shape__Length": 223.85929407538356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049768511771205, 40.035394049741598 ], [ -75.048144205814097, 40.0344863078613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8339, "tnode_": 8235, "lpoly_": null, "rpoly_": null, "length": 283.74627074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6827, "r_t_add": 6899, "st_code": 70640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761500, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33003, "Shape__Length": 113.09394607044348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053124048396199, 40.0344671143569 ], [ -75.053073843263405, 40.034512005120497 ], [ -75.052528554658196, 40.035097074371102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8381, "tnode_": 8277, "lpoly_": null, "rpoly_": null, "length": 265.13055523999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6927, "st_code": 69580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761501, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33004, "Shape__Length": 105.673826745589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050908058940394, 40.034189844690502 ], [ -75.050351524012399, 40.034778659275098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8428, "tnode_": 8318, "lpoly_": null, "rpoly_": null, "length": 277.60912398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6930, "l_t_add": 6998, "r_f_add": 6929, "r_t_add": 6999, "st_code": 26000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33005, "Shape__Length": 110.64621271294591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048728354806201, 40.0338705764472 ], [ -75.048144205814097, 40.0344863078613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8441, "tnode_": 8339, "lpoly_": null, "rpoly_": null, "length": 276.37846302000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6826, "r_f_add": 6801, "r_t_add": 6825, "st_code": 70640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33006, "Shape__Length": 110.1563873849986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053704063101307, 40.033853402516797 ], [ -75.053648100653504, 40.033906002870097 ], [ -75.053395611152695, 40.034174779946802 ], [ -75.053124048396199, 40.0344671143569 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8488, "tnode_": 8381, "lpoly_": null, "rpoly_": null, "length": 283.08269719000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6829, "r_t_add": 6899, "st_code": 69580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761505, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33007, "Shape__Length": 112.83091512548057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051496614486595, 40.0335580971635 ], [ -75.050955082810702, 40.0341347856384 ], [ -75.050908058940394, 40.034189844690502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8512, "tnode_": 8408, "lpoly_": null, "rpoly_": null, "length": 282.89535552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6724, "r_f_add": 6701, "r_t_add": 6723, "st_code": 41280, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33008, "Shape__Length": 112.75585507958543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056510242280595, 40.033511337839798 ], [ -75.055921375862695, 40.034142353885798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8525, "tnode_": 8428, "lpoly_": null, "rpoly_": null, "length": 262.07717810999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6928, "r_f_add": 6901, "r_t_add": 6927, "st_code": 26000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33009, "Shape__Length": 104.45433667446227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049280622794797, 40.0332897471094 ], [ -75.048728354806201, 40.0338705764472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8600, "tnode_": 8488, "lpoly_": null, "rpoly_": null, "length": 277.28440337000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6827, "st_code": 69580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761509, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33010, "Shape__Length": 110.51662305592991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052077484071106, 40.032941640006598 ], [ -75.051496614486595, 40.0335580971635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8649, "tnode_": 8525, "lpoly_": null, "rpoly_": null, "length": 301.4358379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 26000, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761510, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33011, "Shape__Length": 120.14209354581904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049912069480399, 40.0326195889145 ], [ -75.049280622794797, 40.0332897471094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7659, "tnode_": 7531, "lpoly_": null, "rpoly_": null, "length": 271.15908993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7238, "l_t_add": 7298, "r_f_add": 7239, "r_t_add": 7299, "st_code": 26000, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761511, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33012, "Shape__Length": 108.07888327383438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044772224837303, 40.038071945482699 ], [ -75.044195484944893, 40.0386699074025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7760, "tnode_": 7659, "lpoly_": null, "rpoly_": null, "length": 235.62466364999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7224, "l_t_add": 7236, "r_f_add": 7225, "r_t_add": 7237, "st_code": 26000, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761512, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33013, "Shape__Length": 93.921198938408153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045260924623506, 40.037545381087902 ], [ -75.044772224837303, 40.038071945482699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7863, "tnode_": 7760, "lpoly_": null, "rpoly_": null, "length": 247.68728394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7222, "r_f_add": 7201, "r_t_add": 7223, "st_code": 26000, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761513, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33014, "Shape__Length": 98.725339710090196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045781068537806, 40.036995418700997 ], [ -75.045260924623506, 40.037545381087902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7969, "tnode_": 7863, "lpoly_": null, "rpoly_": null, "length": 273.55364202000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 26000, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761514, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33015, "Shape__Length": 109.03516234167563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046354149221003, 40.036387254423701 ], [ -75.045781068537806, 40.036995418700997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8084, "tnode_": 7969, "lpoly_": null, "rpoly_": null, "length": 276.99181632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7127, "st_code": 26000, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761515, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33016, "Shape__Length": 110.40440713748376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046934775834899, 40.035771640424201 ], [ -75.046354149221003, 40.036387254423701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8204, "tnode_": 8084, "lpoly_": null, "rpoly_": null, "length": 281.35654578999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7024, "l_t_add": 7098, "r_f_add": 7025, "r_t_add": 7099, "st_code": 26000, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761516, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33017, "Shape__Length": 112.14289556075607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047524937296203, 40.035146543773998 ], [ -75.046934775834899, 40.035771640424201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8318, "tnode_": 8204, "lpoly_": null, "rpoly_": null, "length": 296.5060446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7022, "r_f_add": 7001, "r_t_add": 7023, "st_code": 26000, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 761517, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33018, "Shape__Length": 118.1814316446922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048144205814097, 40.0344863078613 ], [ -75.047524937296203, 40.035146543773998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7969, "tnode_": 8195, "lpoly_": null, "rpoly_": null, "length": 794.90959217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 35160, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761519, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33019, "Shape__Length": 316.44852377697418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046354149221003, 40.036387254423701 ], [ -75.044056268117203, 40.035105924235701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7271, "tnode_": 7428, "lpoly_": null, "rpoly_": null, "length": 557.2959204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 65740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33020, "Shape__Length": 221.87008256174724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055058494795702, 40.0402887860145 ], [ -75.053448424591707, 40.0393893824751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7428, "tnode_": 7610, "lpoly_": null, "rpoly_": null, "length": 566.5736434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 65740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33021, "Shape__Length": 225.55381352918764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053448424591707, 40.0393893824751 ], [ -75.051801882703003, 40.038485342088997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7483, "tnode_": 7664, "lpoly_": null, "rpoly_": null, "length": 560.95997341999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 35160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33022, "Shape__Length": 223.32270084550251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051223446588907, 40.039100399046099 ], [ -75.049599721623395, 40.038198367101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7610, "tnode_": 7781, "lpoly_": null, "rpoly_": null, "length": 560.03141187999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 65740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33023, "Shape__Length": 222.95360872723091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051801882703003, 40.038485342088997 ], [ -75.050184501492495, 40.037580943406702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7664, "tnode_": 7826, "lpoly_": null, "rpoly_": null, "length": 561.85040857000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 35160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33024, "Shape__Length": 223.67568048954476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049599721623395, 40.038198367101003 ], [ -75.047975489713195, 40.037292728370701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7781, "tnode_": 7935, "lpoly_": null, "rpoly_": null, "length": 561.78535811999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 65740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33025, "Shape__Length": 223.64826248187399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050184501492495, 40.037580943406702 ], [ -75.048561186686001, 40.036674653130397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7826, "tnode_": 7969, "lpoly_": null, "rpoly_": null, "length": 561.16487232999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 35160, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761526, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33026, "Shape__Length": 223.40042506004914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047975489713195, 40.037292728370701 ], [ -75.046354149221003, 40.036387254423701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7935, "tnode_": 8084, "lpoly_": null, "rpoly_": null, "length": 561.79196621000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 65740, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761527, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33027, "Shape__Length": 223.64571208885101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048561186686001, 40.036674653130397 ], [ -75.046934775834899, 40.035771640424201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8084, "tnode_": 8276, "lpoly_": null, "rpoly_": null, "length": 694.31610242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 65740, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33028, "Shape__Length": 276.40193951006006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046934775834899, 40.035771640424201 ], [ -75.044929424427394, 40.034650634602997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7303, "tnode_": 7387, "lpoly_": null, "rpoly_": null, "length": 264.17181923000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 18955, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761529, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON PL", "stname": "BRIGHTON PL", "objectid": 33029, "Shape__Length": 105.16834994670771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056407044741803, 40.040112369733897 ], [ -75.055638844458997, 40.039691355396002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7523, "tnode_": 7704, "lpoly_": null, "rpoly_": null, "length": 558.33373905000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 78240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761530, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33030, "Shape__Length": 222.28218215591056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056268031677504, 40.039009783391201 ], [ -75.054659370246, 40.038104094207497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8114, "tnode_": 7990, "lpoly_": null, "rpoly_": null, "length": 277.72630148999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6730, "l_t_add": 6798, "r_f_add": 6731, "r_t_add": 6799, "st_code": 19380, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33031, "Shape__Length": 110.68617435446674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059174022822006, 40.035952989330703 ], [ -75.058570404379495, 40.0365579393141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8733, "tnode_": 8661, "lpoly_": null, "rpoly_": null, "length": 190.50349852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 19380, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761532, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33032, "Shape__Length": 75.927175419371906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062502417548302, 40.032399335288801 ], [ -75.062102055919993, 40.032822142221399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8795, "tnode_": 8733, "lpoly_": null, "rpoly_": null, "length": 172.71994604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6410, "l_t_add": 6438, "r_f_add": 6411, "r_t_add": 6439, "st_code": 19380, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761533, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33033, "Shape__Length": 68.839712972394935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062863918184902, 40.032015169184398 ], [ -75.062502417548302, 40.032399335288801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8906, "tnode_": 8795, "lpoly_": null, "rpoly_": null, "length": 187.92887997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6408, "r_f_add": 6401, "r_t_add": 6409, "st_code": 19380, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33034, "Shape__Length": 74.923260205374334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063191634210597, 40.031575827299001 ], [ -75.063139410914403, 40.031738030710599 ], [ -75.062863918184902, 40.032015169184398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9123, "tnode_": 8906, "lpoly_": null, "rpoly_": null, "length": 579.11790352999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 19380, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33035, "Shape__Length": 230.78237607680026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064450030253099, 40.0303224615757 ], [ -75.0633738467466, 40.031467741432301 ], [ -75.063191634210597, 40.031575827299001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9192, "tnode_": 9123, "lpoly_": null, "rpoly_": null, "length": 186.06522724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6244, "l_t_add": 6298, "r_f_add": 6245, "r_t_add": 6299, "st_code": 19380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33036, "Shape__Length": 74.157063302227783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064838101726906, 40.029907864698998 ], [ -75.064450030253099, 40.0303224615757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9256, "tnode_": 9192, "lpoly_": null, "rpoly_": null, "length": 170.57877324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6220, "l_t_add": 6242, "r_f_add": 6221, "r_t_add": 6243, "st_code": 19380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33037, "Shape__Length": 67.977938215615424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065206391751005, 40.029534889234 ], [ -75.064838101726906, 40.029907864698998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9516, "tnode_": 9471, "lpoly_": null, "rpoly_": null, "length": 73.88826865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6130, "l_t_add": 6140, "r_f_add": 6131, "r_t_add": 6141, "st_code": 19380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33038, "Shape__Length": 29.448398071277612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066236097817594, 40.0284318611332 ], [ -75.066083196394402, 40.028597162369799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6748, "tnode_": 6650, "lpoly_": null, "rpoly_": null, "length": 294.63476801000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 69580, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 761539, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33039, "Shape__Length": 117.2662821788291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0391911079587, 40.042183407619603 ], [ -75.038288306971793, 40.042598968304802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7387, "tnode_": 7575, "lpoly_": null, "rpoly_": null, "length": 563.59979623000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 18960, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761540, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33040, "Shape__Length": 224.38769859266651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055638844458997, 40.039691355396002 ], [ -75.054024591333601, 40.038767137794203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7575, "tnode_": 7744, "lpoly_": null, "rpoly_": null, "length": 563.26821649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 18960, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33041, "Shape__Length": 224.24250892428236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054024591333601, 40.038767137794203 ], [ -75.052396980986003, 40.037858436658198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7744, "tnode_": 7896, "lpoly_": null, "rpoly_": null, "length": 561.33380724999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 18960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761542, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33042, "Shape__Length": 223.46699225075523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052396980986003, 40.037858436658198 ], [ -75.050860886819507, 40.037003137156702 ], [ -75.050771586295298, 40.0369565222354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7896, "tnode_": 8042, "lpoly_": null, "rpoly_": null, "length": 561.15694663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 18960, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33043, "Shape__Length": 223.39526861146271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050771586295298, 40.0369565222354 ], [ -75.049149013210496, 40.0360523992954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8042, "tnode_": 8204, "lpoly_": null, "rpoly_": null, "length": 561.87304735000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 18960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761544, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33044, "Shape__Length": 223.67776175651971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049149013210496, 40.0360523992954 ], [ -75.047524937296203, 40.035146543773998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8204, "tnode_": 8355, "lpoly_": null, "rpoly_": null, "length": 595.97869632000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 18960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761545, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33045, "Shape__Length": 237.25249641647412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047524937296203, 40.035146543773998 ], [ -75.045803381750801, 40.034184561980801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7965, "tnode_": 8134, "lpoly_": null, "rpoly_": null, "length": 558.29074966999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 28640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761546, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33046, "Shape__Length": 222.25500382600441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053586317157297, 40.036583813507299 ], [ -75.051974815553706, 40.035681373264403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8134, "tnode_": 8277, "lpoly_": null, "rpoly_": null, "length": 561.02573929000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 28640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761547, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33047, "Shape__Length": 223.33804925514511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051974815553706, 40.035681373264403 ], [ -75.050351524012399, 40.034778659275098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8277, "tnode_": 8428, "lpoly_": null, "rpoly_": null, "length": 562.15154071000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 28640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761548, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33048, "Shape__Length": 223.78563369787054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050351524012399, 40.034778659275098 ], [ -75.048728354806201, 40.0338705764472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8428, "tnode_": 8522, "lpoly_": null, "rpoly_": null, "length": 348.03932753000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 28640, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761549, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33049, "Shape__Length": 138.54709037329707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048728354806201, 40.0338705764472 ], [ -75.047841451854893, 40.033373156131198 ], [ -75.047721218426503, 40.033310821019803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7654, "tnode_": 7812, "lpoly_": null, "rpoly_": null, "length": 560.8417240199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 28640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761550, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33050, "Shape__Length": 223.27355569493295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056850813506898, 40.038399611104701 ], [ -75.055227770060696, 40.037497426419698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7812, "tnode_": 7965, "lpoly_": null, "rpoly_": null, "length": 567.46330786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 28640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761551, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33051, "Shape__Length": 225.907145230818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055227770060696, 40.037497426419698 ], [ -75.053586317157297, 40.036583813507299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7500, "tnode_": 7654, "lpoly_": null, "rpoly_": null, "length": 505.63679395000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 28640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33052, "Shape__Length": 201.30585322791288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058304166835299, 40.039223462615801 ], [ -75.056850813506898, 40.038399611104701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8157, "tnode_": 8038, "lpoly_": null, "rpoly_": null, "length": 276.82253247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6827, "st_code": 16220, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33053, "Shape__Length": 110.34254024695042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056953032947803, 40.0356608995343 ], [ -75.056384077491302, 40.036282350134002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8261, "tnode_": 8157, "lpoly_": null, "rpoly_": null, "length": 281.14501608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6730, "l_t_add": 6798, "r_f_add": 6731, "r_t_add": 6799, "st_code": 16220, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33054, "Shape__Length": 112.05441271941615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057550434279904, 40.035040602464598 ], [ -75.056953032947803, 40.0356608995343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8696, "tnode_": 8590, "lpoly_": null, "rpoly_": null, "length": 282.91774459000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6548, "l_t_add": 6598, "r_f_add": 6549, "r_t_add": 6599, "st_code": 16220, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761555, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33055, "Shape__Length": 112.75784311542967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059900020809195, 40.032529099279898 ], [ -75.059371073179605, 40.033101370027097 ], [ -75.059302113212098, 40.033153904592098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8804, "tnode_": 8696, "lpoly_": null, "rpoly_": null, "length": 278.01550055999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6546, "r_f_add": 6501, "r_t_add": 6547, "st_code": 16220, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33056, "Shape__Length": 110.80675661060613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060481608949402, 40.031910569450901 ], [ -75.059900020809195, 40.032529099279898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8892, "tnode_": 8804, "lpoly_": null, "rpoly_": null, "length": 189.46178071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 16220, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761557, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33057, "Shape__Length": 75.50820263517555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060885112016194, 40.0314930910844 ], [ -75.060481608949402, 40.031910569450901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7608, "tnode_": 7771, "lpoly_": null, "rpoly_": null, "length": 524.1922746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 51640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33058, "Shape__Length": 208.68819715275842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058914226655602, 40.038660383734197 ], [ -75.057402953010396, 40.037811113246299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7771, "tnode_": 7924, "lpoly_": null, "rpoly_": null, "length": 559.47818452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 51640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33059, "Shape__Length": 222.72627134503972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057402953010396, 40.037811113246299 ], [ -75.055780315591093, 40.036914911532698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7924, "tnode_": 8075, "lpoly_": null, "rpoly_": null, "length": 563.01874196999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 51640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33060, "Shape__Length": 224.14397312311726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055780315591093, 40.036914911532698 ], [ -75.054163186691198, 40.035996418722704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8075, "tnode_": 8235, "lpoly_": null, "rpoly_": null, "length": 562.91183748999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 51640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33061, "Shape__Length": 224.08570602035746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054163186691198, 40.035996418722704 ], [ -75.054082123704205, 40.035955823214202 ], [ -75.052528554658196, 40.035097074371102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8235, "tnode_": 8381, "lpoly_": null, "rpoly_": null, "length": 561.36168077999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 51640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33062, "Shape__Length": 223.47253184816037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052528554658196, 40.035097074371102 ], [ -75.050908058940394, 40.034189844690502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8381, "tnode_": 8525, "lpoly_": null, "rpoly_": null, "length": 561.41734523999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 51640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761563, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33063, "Shape__Length": 223.48687513402882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050908058940394, 40.034189844690502 ], [ -75.049280622794797, 40.0332897471094 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8525, "tnode_": 8577, "lpoly_": null, "rpoly_": null, "length": 208.19067411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 51640, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 761564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33064, "Shape__Length": 82.871973586203552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049280622794797, 40.0332897471094 ], [ -75.048788873419397, 40.033003486732902 ], [ -75.048673726730101, 40.032962980337302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7845, "tnode_": 7876, "lpoly_": null, "rpoly_": null, "length": 111.82643095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2807, "r_f_add": 2750, "r_t_add": 2798, "st_code": 48040, "l_hundred": 2800, "r_hundred": 2700, "seg_id": 761565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33065, "Shape__Length": 44.52548250138139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060182223765096, 40.037467043436799 ], [ -75.059868962306695, 40.037276634126002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7741, "tnode_": 7883, "lpoly_": null, "rpoly_": null, "length": 543.40256961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 37340, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33066, "Shape__Length": 216.33530705295044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059552180083202, 40.038061690846497 ], [ -75.057987199182605, 40.037179551203998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7876, "tnode_": 7990, "lpoly_": null, "rpoly_": null, "length": 448.05504326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2809, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 48040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33067, "Shape__Length": 178.36860074303652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059868962306695, 40.037276634126002 ], [ -75.058570404379495, 40.0365579393141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7883, "tnode_": 8038, "lpoly_": null, "rpoly_": null, "length": 555.26722119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 37340, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761568, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33068, "Shape__Length": 221.05304613593449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057987199182605, 40.037179551203998 ], [ -75.056384077491302, 40.036282350134002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7990, "tnode_": 8157, "lpoly_": null, "rpoly_": null, "length": 558.46676394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 48040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33069, "Shape__Length": 222.32117839090469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058570404379495, 40.0365579393141 ], [ -75.056953032947803, 40.0356608995343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8038, "tnode_": 8198, "lpoly_": null, "rpoly_": null, "length": 565.22172844000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 37340, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33070, "Shape__Length": 225.01268714263651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056384077491302, 40.036282350134002 ], [ -75.054751847914801, 40.035369476197602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8157, "tnode_": 8296, "lpoly_": null, "rpoly_": null, "length": 561.5369231599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 48040, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33071, "Shape__Length": 223.54717967122284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056953032947803, 40.0356608995343 ], [ -75.055336299128996, 40.034748885415603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8198, "tnode_": 8339, "lpoly_": null, "rpoly_": null, "length": 561.99007222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 37340, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33072, "Shape__Length": 223.71967217864645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054751847914801, 40.035369476197602 ], [ -75.054667070729195, 40.035325483482701 ], [ -75.053124048396199, 40.0344671143569 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8296, "tnode_": 8441, "lpoly_": null, "rpoly_": null, "length": 561.52760055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 48040, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33073, "Shape__Length": 223.52941284189151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055336299128996, 40.034748885415603 ], [ -75.053704063101307, 40.033853402516797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8339, "tnode_": 8488, "lpoly_": null, "rpoly_": null, "length": 563.31923425000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 37340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761574, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33074, "Shape__Length": 224.24880921736445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053124048396199, 40.0344671143569 ], [ -75.051496614486595, 40.0335580971635 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8441, "tnode_": 8600, "lpoly_": null, "rpoly_": null, "length": 563.77661332000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 48040, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33075, "Shape__Length": 224.43031846723761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053704063101307, 40.033853402516797 ], [ -75.0536326797192, 40.033807575319301 ], [ -75.052077484071106, 40.032941640006598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8600, "tnode_": 8697, "lpoly_": null, "rpoly_": null, "length": 379.83312882000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 48040, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33076, "Shape__Length": 151.19924732199564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052077484071106, 40.032941640006598 ], [ -75.050975284199097, 40.032333907835302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8488, "tnode_": 8649, "lpoly_": null, "rpoly_": null, "length": 562.7815452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 37340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 761577, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33077, "Shape__Length": 224.05667299013575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051496614486595, 40.0335580971635 ], [ -75.051421589237094, 40.033522599097502 ], [ -75.050020046379103, 40.032737103937698 ], [ -75.049912069480399, 40.0326195889145 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8702, "tnode_": 8600, "lpoly_": null, "rpoly_": null, "length": 277.04484945000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6722, "l_t_add": 6798, "r_f_add": 6719, "r_t_add": 6799, "st_code": 69580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761578, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33078, "Shape__Length": 110.41704499100433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052663836849007, 40.032329077105103 ], [ -75.052077484071106, 40.032941640006598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8796, "tnode_": 8702, "lpoly_": null, "rpoly_": null, "length": 280.0713664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6720, "r_f_add": 6701, "r_t_add": 6717, "st_code": 69580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761579, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 33079, "Shape__Length": 111.62335604611386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053251690200796, 40.031709602302399 ], [ -75.053181135363602, 40.031791771833397 ], [ -75.053001229970604, 40.031939486351902 ], [ -75.052663836849007, 40.032329077105103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7975, "tnode_": 8114, "lpoly_": null, "rpoly_": null, "length": 454.87675023000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 67500, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 33080, "Shape__Length": 181.08229531334899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060492898549001, 40.0366820295948 ], [ -75.059174022822006, 40.035952989330703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8114, "tnode_": 8261, "lpoly_": null, "rpoly_": null, "length": 563.16405576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 67500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 33081, "Shape__Length": 224.19436481639505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059174022822006, 40.035952989330703 ], [ -75.057550434279904, 40.035040602464598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8261, "tnode_": 8408, "lpoly_": null, "rpoly_": null, "length": 561.38864596999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 67500, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 33082, "Shape__Length": 223.47704237342302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057550434279904, 40.035040602464598 ], [ -75.055921375862695, 40.034142353885798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8408, "tnode_": 8551, "lpoly_": null, "rpoly_": null, "length": 565.06307194, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 67500, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 33083, "Shape__Length": 224.9416959537856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055921375862695, 40.034142353885798 ], [ -75.054288587159206, 40.033230866242299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8665, "tnode_": 8551, "lpoly_": null, "rpoly_": null, "length": 280.74025298000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6748, "r_f_add": 6701, "r_t_add": 6749, "st_code": 70640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761585, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33084, "Shape__Length": 111.89619767403116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054871376076207, 40.032603785778001 ], [ -75.054288587159206, 40.033230866242299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8551, "tnode_": 8702, "lpoly_": null, "rpoly_": null, "length": 561.17276647999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAWLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 67500, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAWLE ST", "stname": "RAWLE ST", "objectid": 33085, "Shape__Length": 223.38775943973522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054288587159206, 40.033230866242299 ], [ -75.0542162616117, 40.033190852468501 ], [ -75.052663836849007, 40.032329077105103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8771, "tnode_": 8665, "lpoly_": null, "rpoly_": null, "length": 283.36603781999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 70640, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33086, "Shape__Length": 112.93708113951574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055468506023402, 40.031975906444998 ], [ -75.054947079743201, 40.032531071814397 ], [ -75.054871376076207, 40.032603785778001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8898, "tnode_": 8771, "lpoly_": null, "rpoly_": null, "length": 281.89934874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 70640, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33087, "Shape__Length": 112.35258723359107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056060561951298, 40.0313500443132 ], [ -75.055468506023402, 40.031975906444998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7975, "tnode_": 7876, "lpoly_": null, "rpoly_": null, "length": 278.28037286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6728, "l_t_add": 6798, "r_f_add": 6729, "r_t_add": 6799, "st_code": 68080, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33088, "Shape__Length": 110.89778856630728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060492898549001, 40.0366820295948 ], [ -75.059868962306695, 40.037276634126002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8091, "tnode_": 7975, "lpoly_": null, "rpoly_": null, "length": 286.49851047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6726, "r_f_add": 6701, "r_t_add": 6727, "st_code": 68080, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33089, "Shape__Length": 114.16821210566847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061141722750307, 40.036073908621802 ], [ -75.060492898549001, 40.0366820295948 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8208, "tnode_": 8091, "lpoly_": null, "rpoly_": null, "length": 276.73611775000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6628, "l_t_add": 6698, "r_f_add": 6629, "r_t_add": 6699, "st_code": 68080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33090, "Shape__Length": 110.28117356779288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0617608611538, 40.035481783980103 ], [ -75.061141722750307, 40.036073908621802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8307, "tnode_": 8208, "lpoly_": null, "rpoly_": null, "length": 280.17824493000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6626, "r_f_add": 6601, "r_t_add": 6627, "st_code": 68080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33091, "Shape__Length": 111.6396986064163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0624095026498, 40.034896161971297 ], [ -75.0617608611538, 40.035481783980103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8208, "tnode_": 8329, "lpoly_": null, "rpoly_": null, "length": 490.2501824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 33440, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33092, "Shape__Length": 195.16145526673773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0617608611538, 40.035481783980103 ], [ -75.060340629216299, 40.034694789928899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8329, "tnode_": 8469, "lpoly_": null, "rpoly_": null, "length": 560.41321596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 33440, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33093, "Shape__Length": 223.09466117998483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060340629216299, 40.034694789928899 ], [ -75.058724318497099, 40.033787577888901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8469, "tnode_": 8625, "lpoly_": null, "rpoly_": null, "length": 563.71666045999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 33440, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761595, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33094, "Shape__Length": 224.40405385747789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058724318497099, 40.033787577888901 ], [ -75.057094734628393, 40.032878997336702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8625, "tnode_": 8771, "lpoly_": null, "rpoly_": null, "length": 561.78788304999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 33440, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761596, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33095, "Shape__Length": 223.63167242876418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057094734628393, 40.032878997336702 ], [ -75.055468506023402, 40.031975906444998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8144, "tnode_": 8307, "lpoly_": null, "rpoly_": null, "length": 631.02607938999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 52920, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33096, "Shape__Length": 251.19254106932667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064252736437894, 40.035892764666798 ], [ -75.0624095026498, 40.034896161971297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8307, "tnode_": 8440, "lpoly_": null, "rpoly_": null, "length": 506.5310807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 52920, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33097, "Shape__Length": 201.64378682359776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0624095026498, 40.034896161971297 ], [ -75.060946218573605, 40.034078678403297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8440, "tnode_": 8590, "lpoly_": null, "rpoly_": null, "length": 570.47525631999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 52920, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761599, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33098, "Shape__Length": 227.09902998965737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060946218573605, 40.034078678403297 ], [ -75.059302113212098, 40.033153904592098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8590, "tnode_": 8732, "lpoly_": null, "rpoly_": null, "length": 559.94951443999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 52920, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33099, "Shape__Length": 222.89755630582013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059302113212098, 40.033153904592098 ], [ -75.057676682894495, 40.032258594592001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8732, "tnode_": 8898, "lpoly_": null, "rpoly_": null, "length": 560.67103304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 52920, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761601, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33100, "Shape__Length": 223.18992750899002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057676682894495, 40.032258594592001 ], [ -75.056060561951298, 40.0313500443132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8898, "tnode_": 9019, "lpoly_": null, "rpoly_": null, "length": 434.60617231000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 52920, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33101, "Shape__Length": 173.0004421215767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056060561951298, 40.0313500443132 ], [ -75.054802227788997, 40.030651710162097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8965, "tnode_": 8838, "lpoly_": null, "rpoly_": null, "length": 293.8185328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 41280, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33102, "Shape__Length": 117.10278507490966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058851031538097, 40.031008044088097 ], [ -75.058234532192998, 40.0316606964915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9200, "tnode_": 8965, "lpoly_": null, "rpoly_": null, "length": 562.81729148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 41280, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33103, "Shape__Length": 224.30663663840951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060039216793598, 40.029761954129299 ], [ -75.058851031538097, 40.031008044088097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9273, "tnode_": 9200, "lpoly_": null, "rpoly_": null, "length": 193.66553176000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6330, "l_t_add": 6398, "r_f_add": 6331, "r_t_add": 6399, "st_code": 41280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33104, "Shape__Length": 77.186919498584743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060440463997907, 40.029328951022897 ], [ -75.060039216793598, 40.029761954129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8961, "tnode_": 8892, "lpoly_": null, "rpoly_": null, "length": 171.78194083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6420, "l_t_add": 6438, "r_f_add": 6421, "r_t_add": 6439, "st_code": 16220, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33105, "Shape__Length": 68.469903867118234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061234894648507, 40.031105700181499 ], [ -75.060885112016194, 40.0314930910844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9043, "tnode_": 8961, "lpoly_": null, "rpoly_": null, "length": 198.14453264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6419, "st_code": 16220, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33106, "Shape__Length": 78.971886088333477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061648797156494, 40.030664538258698 ], [ -75.061234894648507, 40.031105700181499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9127, "tnode_": 9000, "lpoly_": null, "rpoly_": null, "length": 295.35686348000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 70640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33107, "Shape__Length": 117.71493878988126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0572335670537, 40.030103121376897 ], [ -75.056615014993, 40.0307598412492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9269, "tnode_": 9043, "lpoly_": null, "rpoly_": null, "length": 561.40845666000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 16220, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33108, "Shape__Length": 223.74548209399998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062831209524404, 40.029419996692802 ], [ -75.061648797156494, 40.030664538258698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9374, "tnode_": 9269, "lpoly_": null, "rpoly_": null, "length": 185.8881262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6220, "l_t_add": 6298, "r_f_add": 6219, "r_t_add": 6299, "st_code": 16220, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33109, "Shape__Length": 74.084816377200966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063220235089403, 40.029006531258197 ], [ -75.062831209524404, 40.029419996692802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9580, "tnode_": 9468, "lpoly_": null, "rpoly_": null, "length": 185.73514963999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6250, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 41280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761612, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33110, "Shape__Length": 74.022252606622516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061600594047206, 40.028103533997196 ], [ -75.061210700885894, 40.028515994324202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9716, "tnode_": 9580, "lpoly_": null, "rpoly_": null, "length": 283.77916468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6248, "r_f_add": 6201, "r_t_add": 6249, "st_code": 41280, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761613, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33111, "Shape__Length": 113.08859841844219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062209542620906, 40.027480875929598 ], [ -75.061600594047206, 40.028103533997196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9375, "tnode_": 9273, "lpoly_": null, "rpoly_": null, "length": 173.37784286000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6314, "l_t_add": 6328, "r_f_add": 6315, "r_t_add": 6329, "st_code": 41280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33112, "Shape__Length": 69.097311929937376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060806234206794, 40.028944949107697 ], [ -75.060440463997907, 40.029328951022897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9468, "tnode_": 9375, "lpoly_": null, "rpoly_": null, "length": 192.99483437000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6312, "r_f_add": 6301, "r_t_add": 6313, "st_code": 41280, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33113, "Shape__Length": 76.916321989064215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061210700885894, 40.028515994324202 ], [ -75.060806234206794, 40.028944949107697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9382, "tnode_": 9327, "lpoly_": null, "rpoly_": null, "length": 109.93602944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 70640, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33114, "Shape__Length": 43.816300968941718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058410092777606, 40.028858596417997 ], [ -75.058183885609196, 40.029105245961297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9382, "tnode_": 9441, "lpoly_": null, "rpoly_": null, "length": 192.91666503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 50500, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761617, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33115, "Shape__Length": 76.804915183850255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058410092777606, 40.028858596417997 ], [ -75.057953598401198, 40.028601241311002 ], [ -75.057874046760503, 40.028529331827102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9469, "tnode_": 9382, "lpoly_": null, "rpoly_": null, "length": 196.85033098, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6328, "l_t_add": 6398, "r_f_add": 6329, "r_t_add": 6399, "st_code": 70640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761618, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33116, "Shape__Length": 78.451735801290681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058824679358807, 40.028422213567403 ], [ -75.058410092777606, 40.028858596417997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9578, "tnode_": 9469, "lpoly_": null, "rpoly_": null, "length": 215.92861968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6326, "r_f_add": 6301, "r_t_add": 6327, "st_code": 70640, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761619, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33117, "Shape__Length": 86.078758612894958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059229300371697, 40.027918096676103 ], [ -75.058960923011, 40.028271430046402 ], [ -75.058824679358807, 40.028422213567403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9043, "tnode_": 9200, "lpoly_": null, "rpoly_": null, "length": 557.91861351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 50500, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761620, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33118, "Shape__Length": 222.08804608826392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061648797156494, 40.030664538258698 ], [ -75.060039216793598, 40.029761954129299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9200, "tnode_": 9382, "lpoly_": null, "rpoly_": null, "length": 562.51913286000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 50500, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761621, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33119, "Shape__Length": 223.91189902736116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060039216793598, 40.029761954129299 ], [ -75.058410092777606, 40.028858596417997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9273, "tnode_": 9469, "lpoly_": null, "rpoly_": null, "length": 560.22113178999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 16000, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761622, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNETT ST", "stname": "BARNETT ST", "objectid": 33120, "Shape__Length": 223.00050587673329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060440463997907, 40.029328951022897 ], [ -75.058824679358807, 40.028422213567403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9468, "tnode_": 9617, "lpoly_": null, "rpoly_": null, "length": 430.8907856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 68860, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761623, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33121, "Shape__Length": 171.52901346742095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061210700885894, 40.028515994324202 ], [ -75.060482395305002, 40.028107734007598 ], [ -75.059984069533698, 40.027802347518197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9375, "tnode_": 9578, "lpoly_": null, "rpoly_": null, "length": 592.0654497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 74960, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761624, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 33122, "Shape__Length": 235.735814355689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060806234206794, 40.028944949107697 ], [ -75.059286102551795, 40.028089932512401 ], [ -75.059229300371697, 40.027918096676103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9269, "tnode_": 8906, "lpoly_": null, "rpoly_": null, "length": 794.3970275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 40440, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761625, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33123, "Shape__Length": 317.00885294054945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062831209524404, 40.029419996692802 ], [ -75.062938474315004, 40.0301017023762 ], [ -75.0629070630808, 40.030230173649599 ], [ -75.063191634210597, 40.031575827299001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9446, "tnode_": 9269, "lpoly_": null, "rpoly_": null, "length": 300.41060140999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6210, "l_t_add": 6298, "r_f_add": 6221, "r_t_add": 6299, "st_code": 40440, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761626, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33124, "Shape__Length": 119.84961472322394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062556294931099, 40.028631145819404 ], [ -75.062679913286303, 40.029190577109297 ], [ -75.062831209524404, 40.029419996692802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9573, "tnode_": 9446, "lpoly_": null, "rpoly_": null, "length": 236.81379862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6208, "l_t_add": 6208, "r_f_add": 6211, "r_t_add": 6219, "st_code": 40440, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761627, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33125, "Shape__Length": 94.498792679709979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062427910677897, 40.027988599430202 ], [ -75.062556294931099, 40.028631145819404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9256, "tnode_": 9454, "lpoly_": null, "rpoly_": null, "length": 563.79008585999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 54840, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761628, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33126, "Shape__Length": 224.42019921991965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065206391751005, 40.029534889234 ], [ -75.063578016703602, 40.028624793874499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9454, "tnode_": 9573, "lpoly_": null, "rpoly_": null, "length": 396.79413724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 54840, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33127, "Shape__Length": 157.94170993745158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063578016703602, 40.028624793874499 ], [ -75.062427910677897, 40.027988599430202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9192, "tnode_": 9374, "lpoly_": null, "rpoly_": null, "length": 559.53156653000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 40000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761630, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALE ST", "stname": "HALE ST", "objectid": 33128, "Shape__Length": 222.72503365666554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064838101726906, 40.029907864698998 ], [ -75.063220235089403, 40.029006531258197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9446, "tnode_": 9580, "lpoly_": null, "rpoly_": null, "length": 329.50066003000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 40000, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761632, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALE ST", "stname": "HALE ST", "objectid": 33129, "Shape__Length": 131.15557044047074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062556294931099, 40.028631145819404 ], [ -75.061600594047206, 40.028103533997196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9454, "tnode_": 9374, "lpoly_": null, "rpoly_": null, "length": 171.39593271000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6212, "l_t_add": 6218, "r_f_add": 6213, "r_t_add": 6217, "st_code": 16220, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33130, "Shape__Length": 68.309094227839211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063578016703602, 40.028624793874499 ], [ -75.063220235089403, 40.029006531258197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9123, "tnode_": 9269, "lpoly_": null, "rpoly_": null, "length": 559.9875674299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 68860, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761634, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33131, "Shape__Length": 222.90817018873835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064450030253099, 40.0303224615757 ], [ -75.062831209524404, 40.029419996692802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9269, "tnode_": 9468, "lpoly_": null, "rpoly_": null, "length": 560.70392933999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 68860, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761635, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33132, "Shape__Length": 223.19062067077553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062831209524404, 40.029419996692802 ], [ -75.061210700885894, 40.028515994324202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8425, "tnode_": 8442, "lpoly_": null, "rpoly_": null, "length": 139.87472273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2009, "r_f_add": 2000, "r_t_add": 2008, "st_code": 68860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761636, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-05-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33133, "Shape__Length": 55.680699437582106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071834124272698, 40.034440227615598 ], [ -75.071427843542594, 40.034216838447101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8974, "tnode_": 8840, "lpoly_": null, "rpoly_": null, "length": 255.26002574999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6120, "r_f_add": 6101, "r_t_add": 6121, "st_code": 20020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761637, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33134, "Shape__Length": 101.81087883865288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073045655983194, 40.031303827864797 ], [ -75.072889698266806, 40.031593137398403 ], [ -75.072684460142696, 40.031947123535701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8442, "tnode_": 8411, "lpoly_": null, "rpoly_": null, "length": 143.60301728000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6338, "r_f_add": 6301, "r_t_add": 6339, "st_code": 20020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761638, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33135, "Shape__Length": 57.279965050595706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071427843542594, 40.034216838447101 ], [ -75.071228435702196, 40.0345800245615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8840, "tnode_": 8993, "lpoly_": null, "rpoly_": null, "length": 523.99113590999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 49160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761639, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33136, "Shape__Length": 208.5832655901859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072684460142696, 40.031947123535701 ], [ -75.071167886048599, 40.0311045551001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9152, "tnode_": 8974, "lpoly_": null, "rpoly_": null, "length": 352.0684392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6045, "r_t_add": 6099, "st_code": 20020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761640, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33137, "Shape__Length": 140.44751454294212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073462631216501, 40.030392061153698 ], [ -75.073045655983194, 40.031303827864797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9243, "tnode_": 9152, "lpoly_": null, "rpoly_": null, "length": 230.92719639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6043, "st_code": 20020, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761641, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33138, "Shape__Length": 92.120863972288603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073735580332993, 40.029793871039502 ], [ -75.073462631216501, 40.030392061153698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9599, "tnode_": 9243, "lpoly_": null, "rpoly_": null, "length": 586.32814978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 20020, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761642, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33139, "Shape__Length": 233.87557301509145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0744733509882, 40.028291942692299 ], [ -75.074327447649296, 40.0284782666618 ], [ -75.073735580332993, 40.029793871039502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8573, "tnode_": 8750, "lpoly_": null, "rpoly_": null, "length": 666.87128008000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 54840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761643, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33140, "Shape__Length": 265.46601691140876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071825997257505, 40.033512957901401 ], [ -75.069897687336905, 40.032438686765502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8750, "tnode_": 8918, "lpoly_": null, "rpoly_": null, "length": 562.65325721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 54840, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33141, "Shape__Length": 223.97789398817196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069897687336905, 40.032438686765502 ], [ -75.068273455078099, 40.031529445353797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8733, "tnode_": 8892, "lpoly_": null, "rpoly_": null, "length": 560.44280941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 63200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761684, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 33142, "Shape__Length": 223.09823470984352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062502417548302, 40.032399335288801 ], [ -75.060885112016194, 40.0314930910844 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8650, "tnode_": 8437, "lpoly_": null, "rpoly_": null, "length": 557.68480283999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 50320, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33143, "Shape__Length": 222.28487215798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069314936615896, 40.033038277272901 ], [ -75.0692680588255, 40.033104255810201 ], [ -75.068959842282993, 40.033431488653498 ], [ -75.068205187792302, 40.034230530823002 ], [ -75.068164532285394, 40.034286753581398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8720, "tnode_": 8500, "lpoly_": null, "rpoly_": null, "length": 565.88423595999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 20920, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761646, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33144, "Shape__Length": 225.53139153375409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068516406573494, 40.032590594513501 ], [ -75.067387579069305, 40.033792908275998 ], [ -75.067312425366097, 40.033833635238899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8456, "tnode_": 8362, "lpoly_": null, "rpoly_": null, "length": 278.5661444, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6449, "r_t_add": 6499, "st_code": 33540, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761647, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33145, "Shape__Length": 111.03167026635484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065918975263401, 40.034010751256801 ], [ -75.065340167348793, 40.034632689543201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8582, "tnode_": 8456, "lpoly_": null, "rpoly_": null, "length": 284.22699077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6447, "st_code": 33540, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761648, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33146, "Shape__Length": 113.27800362864326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066526104756093, 40.033386152580597 ], [ -75.065970899910596, 40.033969930144998 ], [ -75.065918975263401, 40.034010751256801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8791, "tnode_": 8582, "lpoly_": null, "rpoly_": null, "length": 563.46068577999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 33540, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761649, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33147, "Shape__Length": 224.57901362645572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067699909426906, 40.032129836575798 ], [ -75.066526104756093, 40.033386152580597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9026, "tnode_": 8918, "lpoly_": null, "rpoly_": null, "length": 289.91933146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6226, "r_f_add": 6201, "r_t_add": 6227, "st_code": 33540, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33148, "Shape__Length": 115.54950353119015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0688798724196, 40.030884396423197 ], [ -75.068273455078099, 40.031529445353797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8865, "tnode_": 8647, "lpoly_": null, "rpoly_": null, "length": 557.56988044000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 25560, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAFTON ST", "stname": "CRAFTON ST", "objectid": 33149, "Shape__Length": 222.22453253306676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066990700077596, 40.031741983875001 ], [ -75.065818916053701, 40.0329794640651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9108, "tnode_": 8865, "lpoly_": null, "rpoly_": null, "length": 564.18375903000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 25560, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761652, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAFTON ST", "stname": "CRAFTON ST", "objectid": 33150, "Shape__Length": 224.85785392187731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068173644126404, 40.030488306525598 ], [ -75.066990700077596, 40.031741983875001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8708, "tnode_": 8726, "lpoly_": null, "rpoly_": null, "length": 79.9384812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2747, "l_t_add": 2799, "r_f_add": 2746, "r_t_add": 2798, "st_code": 50500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761653, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33151, "Shape__Length": 31.82073805049734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065128397957395, 40.032596387823503 ], [ -75.064896252494904, 40.032468679892297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8940, "tnode_": 8708, "lpoly_": null, "rpoly_": null, "length": 559.18516694000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 68080, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33152, "Shape__Length": 222.86830167551622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066301168389799, 40.031353980923498 ], [ -75.065128397957395, 40.032596387823503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9004, "tnode_": 8769, "lpoly_": null, "rpoly_": null, "length": 560.04785992000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDIFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 21300, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761655, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDIFF ST", "stname": "CARDIFF ST", "objectid": 33153, "Shape__Length": 223.2115494432762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065610707778603, 40.0309675512826 ], [ -75.064437439665497, 40.032212602243803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9168, "tnode_": 8940, "lpoly_": null, "rpoly_": null, "length": 563.41067243000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 68080, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33154, "Shape__Length": 224.54916459227238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067481122369202, 40.030101262453798 ], [ -75.066301168389799, 40.031353980923498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9231, "tnode_": 9004, "lpoly_": null, "rpoly_": null, "length": 539.80295014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDIFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 21300, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761657, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDIFF ST", "stname": "CARDIFF ST", "objectid": 33155, "Shape__Length": 215.14109575581276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066737318739698, 40.029765161046797 ], [ -75.065610707778603, 40.0309675512826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9070, "tnode_": 8829, "lpoly_": null, "rpoly_": null, "length": 558.5476725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERSHON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 55740, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761658, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERSHON ST", "stname": "MERSHON ST", "objectid": 33156, "Shape__Length": 222.61145024998157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.06501790355, 40.030641024951798 ], [ -75.063845624283999, 40.031881536546202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9290, "tnode_": 9070, "lpoly_": null, "rpoly_": null, "length": 540.77374304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERSHON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 55740, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761659, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERSHON ST", "stname": "MERSHON ST", "objectid": 33157, "Shape__Length": 215.52311524148737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066154035134403, 40.029440646053402 ], [ -75.06501790355, 40.030641024951798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28048, "tnode_": 9130, "lpoly_": null, "rpoly_": null, "length": 555.17084885999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 74780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761660, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 33158, "Shape__Length": 220.98741380168869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070951688788796, 40.0312705928892 ], [ -75.070914265127101, 40.031265894965301 ], [ -75.069338318923798, 40.0303901357575 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9130, "tnode_": 9272, "lpoly_": null, "rpoly_": null, "length": 558.61690828999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 74780, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761661, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 33159, "Shape__Length": 222.36017817269246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069338318923798, 40.0303901357575 ], [ -75.067719786935101, 40.029493785051599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9272, "tnode_": 9471, "lpoly_": null, "rpoly_": null, "length": 563.15881788000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 74780, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761662, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 33160, "Shape__Length": 224.16134797020402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067719786935101, 40.029493785051599 ], [ -75.067645133169506, 40.029466472499998 ], [ -75.066083196394402, 40.028597162369799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9194, "tnode_": 9369, "lpoly_": null, "rpoly_": null, "length": 560.41075344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 49160, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761663, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33161, "Shape__Length": 223.07511707570751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069720934790993, 40.029993667076198 ], [ -75.068100297198598, 40.0290911579905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9369, "tnode_": 9562, "lpoly_": null, "rpoly_": null, "length": 567.96111014999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 49160, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761664, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33162, "Shape__Length": 226.06481010505823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068100297198598, 40.0290911579905 ], [ -75.068050763237807, 40.029096346364597 ], [ -75.068005720897801, 40.029089489045099 ], [ -75.066441615527495, 40.0282173578182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9516, "tnode_": 9736, "lpoly_": null, "rpoly_": null, "length": 561.10534726000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 49160, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761665, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33163, "Shape__Length": 223.34968094314809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066236097817594, 40.0284318611332 ], [ -75.064617998147796, 40.027523467383297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9671, "tnode_": 9825, "lpoly_": null, "rpoly_": null, "length": 485.54878149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 16920, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33164, "Shape__Length": 193.26517302132586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066816803508402, 40.027816165806399 ], [ -75.066738837832105, 40.027788394990402 ], [ -75.065406661322399, 40.027042724532997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9457, "tnode_": 9671, "lpoly_": null, "rpoly_": null, "length": 562.82118248999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 16920, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761667, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33165, "Shape__Length": 224.02854317881733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068446997200198, 40.028719774188097 ], [ -75.066816803508402, 40.027816165806399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28430, "tnode_": 8144, "lpoly_": null, "rpoly_": null, "length": 798.7426497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6558, "r_f_add": 6501, "r_t_add": 6559, "st_code": 40440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761668, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33166, "Shape__Length": 318.74157612829413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637119198542, 40.033744578653 ], [ -75.063849695870502, 40.034033013166898 ], [ -75.064252736437894, 40.035892764666798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8362, "tnode_": 28430, "lpoly_": null, "rpoly_": null, "length": 559.06116396000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2797, "r_f_add": 2700, "r_t_add": 2796, "st_code": 41740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761669, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33167, "Shape__Length": 222.54493819278855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065340167348793, 40.034632689543201 ], [ -75.0637119198542, 40.033744578653 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8619, "tnode_": 28430, "lpoly_": null, "rpoly_": null, "length": 286.98804158000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 68080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761673, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33168, "Shape__Length": 114.38447149864061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064307527798107, 40.033107834310798 ], [ -75.063842446307007, 40.033547540209199 ], [ -75.0637119198542, 40.033744578653 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28430, "tnode_": 8661, "lpoly_": null, "rpoly_": null, "length": 563.09758466999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 41740, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33169, "Shape__Length": 224.16900333926978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637119198542, 40.033744578653 ], [ -75.063546985638595, 40.033616369454499 ], [ -75.062102055919993, 40.032822142221399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8726, "tnode_": 8619, "lpoly_": null, "rpoly_": null, "length": 285.28806523000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6438, "r_f_add": 6401, "r_t_add": 6439, "st_code": 68080, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33170, "Shape__Length": 113.71041460306402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064896252494904, 40.032468679892297 ], [ -75.064307527798107, 40.033107834310798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8661, "tnode_": 8804, "lpoly_": null, "rpoly_": null, "length": 562.29581385999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 41740, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761676, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33171, "Shape__Length": 223.83882597033963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062102055919993, 40.032822142221399 ], [ -75.060481608949402, 40.031910569450901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8906, "tnode_": 28430, "lpoly_": null, "rpoly_": null, "length": 805.13373084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 40440, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761677, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33172, "Shape__Length": 321.2856958909581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063191634210597, 40.031575827299001 ], [ -75.063594704540506, 40.033511231771698 ], [ -75.0637119198542, 40.033744578653 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8804, "tnode_": 8965, "lpoly_": null, "rpoly_": null, "length": 562.66034421999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 41740, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33173, "Shape__Length": 223.97447036342714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060481608949402, 40.031910569450901 ], [ -75.058851031538097, 40.031008044088097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8965, "tnode_": 9127, "lpoly_": null, "rpoly_": null, "length": 560.20285429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 41740, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761679, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33174, "Shape__Length": 222.99752964781692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058851031538097, 40.031008044088097 ], [ -75.0572335670537, 40.030103121376897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8263, "tnode_": 8456, "lpoly_": null, "rpoly_": null, "length": 794.59941003999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 31000, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 761680, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33175, "Shape__Length": 316.32183170526253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068213291247801, 40.0352943652371 ], [ -75.065918975263401, 40.034010751256801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8456, "tnode_": 8619, "lpoly_": null, "rpoly_": null, "length": 558.45452352000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 31000, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761681, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33176, "Shape__Length": 222.3120511446493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065918975263401, 40.034010751256801 ], [ -75.065858753411405, 40.033971594615998 ], [ -75.064307527798107, 40.033107834310798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8906, "tnode_": 9043, "lpoly_": null, "rpoly_": null, "length": 546.99438971999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 50500, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761682, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33177, "Shape__Length": 217.7639132722575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063191634210597, 40.031575827299001 ], [ -75.063050938573795, 40.0314394297341 ], [ -75.061648797156494, 40.030664538258698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8795, "tnode_": 8961, "lpoly_": null, "rpoly_": null, "length": 563.78940802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 31000, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761683, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33178, "Shape__Length": 224.42768666067948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062863918184902, 40.032015169184398 ], [ -75.061234894648507, 40.031105700181499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8418, "tnode_": 8545, "lpoly_": null, "rpoly_": null, "length": 527.96286579000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 36900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 761685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33179, "Shape__Length": 210.17060319920472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063062104528498, 40.034290370112501 ], [ -75.061532718913995, 40.033442760828201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8545, "tnode_": 8696, "lpoly_": null, "rpoly_": null, "length": 565.52122932999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 36900, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 761686, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33180, "Shape__Length": 225.12274493367931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061532718913995, 40.033442760828201 ], [ -75.061439411489005, 40.033387990696603 ], [ -75.059900020809195, 40.032529099279898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8696, "tnode_": 8838, "lpoly_": null, "rpoly_": null, "length": 569.24627613000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 36900, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 761687, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33181, "Shape__Length": 226.58535212983662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059900020809195, 40.032529099279898 ], [ -75.059795926196998, 40.032531042792698 ], [ -75.058234532192998, 40.0316606964915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8838, "tnode_": 9000, "lpoly_": null, "rpoly_": null, "length": 559.79429435000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 36900, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 761688, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33182, "Shape__Length": 222.83474737551609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058234532192998, 40.0316606964915 ], [ -75.056615014993, 40.0307598412492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9000, "tnode_": 9129, "lpoly_": null, "rpoly_": null, "length": 413.20394804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 36900, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761689, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33183, "Shape__Length": 164.47979561273036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056615014993, 40.0307598412492 ], [ -75.055418885225507, 40.030095654432898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9127, "tnode_": 9230, "lpoly_": null, "rpoly_": null, "length": 398.01584237000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 41740, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 761690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33184, "Shape__Length": 158.43198158261345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0572335670537, 40.030103121376897 ], [ -75.056080652576199, 40.029464159407603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9512, "tnode_": 9576, "lpoly_": null, "rpoly_": null, "length": 186.94957029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1031, "l_t_add": 1057, "r_f_add": 1050, "r_t_add": 1056, "st_code": 18800, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 761692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33185, "Shape__Length": 74.414188202292465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085920324289503, 40.0288631782349 ], [ -75.085377751628599, 40.028564181180599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9674, "tnode_": 9868, "lpoly_": null, "rpoly_": null, "length": 616.50243417999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 18800, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33186, "Shape__Length": 245.39648036733175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084823648371795, 40.028244163846303 ], [ -75.083041097319196, 40.027251057543602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9868, "tnode_": 9952, "lpoly_": null, "rpoly_": null, "length": 271.41474211999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1231, "r_f_add": 1200, "r_t_add": 1230, "st_code": 18800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33187, "Shape__Length": 108.03198436424199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083041097319196, 40.027251057543602 ], [ -75.082252835073504, 40.0268175842237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10034, "tnode_": 9777, "lpoly_": null, "rpoly_": null, "length": 529.60434848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5250, "r_f_add": 5203, "r_t_add": 5261, "st_code": 62080, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33188, "Shape__Length": 211.3283419596529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084933364299204, 40.026386012235101 ], [ -75.085239526912105, 40.027820660391299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9952, "tnode_": 10056, "lpoly_": null, "rpoly_": null, "length": 303.17133115999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 18800, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33189, "Shape__Length": 120.67804909057224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082252835073504, 40.0268175842237 ], [ -75.081381786327995, 40.026323407590297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10056, "tnode_": 10121, "lpoly_": null, "rpoly_": null, "length": 235.2687565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1318, "st_code": 18800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761698, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33190, "Shape__Length": 93.64696930481162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081381786327995, 40.026323407590297 ], [ -75.0807034372434, 40.025942423685798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10034, "tnode_": 10122, "lpoly_": null, "rpoly_": null, "length": 243.99186318000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRATT", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1137, "l_t_add": 1199, "r_f_add": 1140, "r_t_add": 1198, "st_code": 65520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRATT ST", "stname": "PRATT ST", "objectid": 33191, "Shape__Length": 97.116003821212161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084933364299204, 40.026386012235101 ], [ -75.084225354502706, 40.025995691466399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10222, "tnode_": 10034, "lpoly_": null, "rpoly_": null, "length": 339.38348132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5140, "l_t_add": 5198, "r_f_add": 5161, "r_t_add": 5201, "st_code": 62080, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761700, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33192, "Shape__Length": 135.42095452356534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084729503830502, 40.0254676408655 ], [ -75.084933364299204, 40.026386012235101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9515, "tnode_": 9748, "lpoly_": null, "rpoly_": null, "length": 615.74311548000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 18980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761701, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 33193, "Shape__Length": 245.10302937317874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084215959657996, 40.0288870018246 ], [ -75.082444720673905, 40.027885501797698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9952, "tnode_": 9695, "lpoly_": null, "rpoly_": null, "length": 570.09457905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 76000, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761702, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33194, "Shape__Length": 227.19638463647067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082252835073504, 40.0268175842237 ], [ -75.0821843972263, 40.026877291147898 ], [ -75.081048294151998, 40.028078785895197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10209, "tnode_": 9952, "lpoly_": null, "rpoly_": null, "length": 565.89566756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 76000, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761703, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33195, "Shape__Length": 225.52308967099023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083440778508901, 40.025560937598101 ], [ -75.082252835073504, 40.0268175842237 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9512, "tnode_": 9401, "lpoly_": null, "rpoly_": null, "length": 328.46718434000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 70020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761704, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 33196, "Shape__Length": 130.88632973959938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085920324289503, 40.0288631782349 ], [ -75.085190209466106, 40.029568873165204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9401, "tnode_": 9195, "lpoly_": null, "rpoly_": null, "length": 275.75916223999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5384, "l_t_add": 5398, "r_f_add": 5353, "r_t_add": 5399, "st_code": 62080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761706, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33197, "Shape__Length": 110.04255863021062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085190209466106, 40.029568873165204 ], [ -75.085042823114094, 40.030317337802302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9576, "tnode_": 9401, "lpoly_": null, "rpoly_": null, "length": 369.74117048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5382, "r_f_add": 5301, "r_t_add": 5351, "st_code": 62080, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761707, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33198, "Shape__Length": 147.54577338067912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085377751628599, 40.028564181180599 ], [ -75.085190209466106, 40.029568873165204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9247, "tnode_": 9453, "lpoly_": null, "rpoly_": null, "length": 615.13501852000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 12520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761708, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 33199, "Shape__Length": 244.85679133243093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083132611064499, 40.030037594848899 ], [ -75.081351367432305, 40.029049454408998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9664, "tnode_": 9402, "lpoly_": null, "rpoly_": null, "length": 467.48196158999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISCHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 28600, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761709, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISCHER ST", "stname": "DISCHER ST", "objectid": 33200, "Shape__Length": 186.31138467740789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0812649173251, 40.028200395661301 ], [ -75.0806942974083, 40.028807165215802 ], [ -75.080286675568203, 40.0292402544924 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9734, "tnode_": 9477, "lpoly_": null, "rpoly_": null, "length": 465.27502031999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 76000, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761710, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33201, "Shape__Length": 185.43040125890528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080669633068396, 40.027869012685201 ], [ -75.079695013776202, 40.0289034057949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9267, "tnode_": 9377, "lpoly_": null, "rpoly_": null, "length": 252.08222812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1022, "r_t_add": 1098, "st_code": 70900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 761711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33202, "Shape__Length": 100.34234191358796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084359577903399, 40.029922577476498 ], [ -75.083629355287897, 40.029517922668099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9377, "tnode_": 9594, "lpoly_": null, "rpoly_": null, "length": 616.1022819000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 70900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761712, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33203, "Shape__Length": 245.24432762623476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083629355287897, 40.029517922668099 ], [ -75.081851499406497, 40.028521683428501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9594, "tnode_": 9664, "lpoly_": null, "rpoly_": null, "length": 201.69870502000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1220, "st_code": 70900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761713, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33204, "Shape__Length": 80.283715065318233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081851499406497, 40.028521683428501 ], [ -75.0812649173251, 40.028200395661301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9664, "tnode_": 9695, "lpoly_": null, "rpoly_": null, "length": 75.117568850000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1227, "l_t_add": 1231, "r_f_add": 1222, "r_t_add": 1232, "st_code": 70900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33205, "Shape__Length": 29.900846120792895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0812649173251, 40.028200395661301 ], [ -75.081048294151998, 40.028078785895197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9695, "tnode_": 9734, "lpoly_": null, "rpoly_": null, "length": 130.70749565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1233, "l_t_add": 1249, "r_f_add": 1234, "r_t_add": 1244, "st_code": 70900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33206, "Shape__Length": 52.027278048778996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081048294151998, 40.028078785895197 ], [ -75.080669633068396, 40.027869012685201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9734, "tnode_": 9797, "lpoly_": null, "rpoly_": null, "length": 210.76643832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1246, "r_t_add": 1298, "st_code": 70900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33207, "Shape__Length": 83.896349935421583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080669633068396, 40.027869012685201 ], [ -75.080062503409494, 40.0275270909505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9797, "tnode_": 9865, "lpoly_": null, "rpoly_": null, "length": 211.55037567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1318, "st_code": 70900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761717, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33208, "Shape__Length": 84.2028364846269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080062503409494, 40.0275270909505 ], [ -75.079445918450503, 40.027191583940102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9865, "tnode_": 9925, "lpoly_": null, "rpoly_": null, "length": 211.19677889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1321, "l_t_add": 1365, "r_f_add": 1320, "r_t_add": 1356, "st_code": 70900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33209, "Shape__Length": 84.066153647736172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079445918450503, 40.027191583940102 ], [ -75.078836628610503, 40.026849938582203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9925, "tnode_": 10042, "lpoly_": null, "rpoly_": null, "length": 350.00325196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1367, "l_t_add": 1399, "r_f_add": 1358, "r_t_add": 1398, "st_code": 70900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANGER ST", "stname": "SANGER ST", "objectid": 33210, "Shape__Length": 139.31894693267265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078836628610503, 40.026849938582203 ], [ -75.077830115111894, 40.026280374945102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9830, "tnode_": 9941, "lpoly_": null, "rpoly_": null, "length": 349.75948381000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCHOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 12520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761720, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCHOR ST", "stname": "ANCHOR ST", "objectid": 33211, "Shape__Length": 139.2223526628365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078372067357407, 40.027340321056897 ], [ -75.077365449084894, 40.026771989031602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9491, "tnode_": 9628, "lpoly_": null, "rpoly_": null, "length": 348.4035685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 11760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761721, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 33212, "Shape__Length": 138.68197569794143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077030063269007, 40.028764011967802 ], [ -75.0760223206467, 40.028203160554497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10030, "tnode_": 10132, "lpoly_": null, "rpoly_": null, "length": 348.29708233000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 47380, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761722, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 33213, "Shape__Length": 138.63393716358721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0792543970406, 40.026402810818198 ], [ -75.078245813876904, 40.0258433897665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10121, "tnode_": 10195, "lpoly_": null, "rpoly_": null, "length": 229.7356639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1321, "l_t_add": 1349, "r_f_add": 1320, "r_t_add": 1348, "st_code": 18800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33214, "Shape__Length": 91.438922003839934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0807034372434, 40.025942423685798 ], [ -75.080033853263203, 40.025578088763098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10091, "tnode_": 10197, "lpoly_": null, "rpoly_": null, "length": 349.51129810999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 18980, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRILL ST", "stname": "BRILL ST", "objectid": 33215, "Shape__Length": 139.11960484835828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079573684088402, 40.026064378090702 ], [ -75.078565895265299, 40.025498447517798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10195, "tnode_": 10294, "lpoly_": null, "rpoly_": null, "length": 354.89495445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1351, "l_t_add": 1399, "r_f_add": 1350, "r_t_add": 1398, "st_code": 18800, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761725, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33216, "Shape__Length": 141.29035470442707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080033853263203, 40.025578088763098 ], [ -75.079052042933995, 40.024962138732803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9628, "tnode_": 9465, "lpoly_": null, "rpoly_": null, "length": 281.13982009, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5842, "l_t_add": 5898, "r_f_add": 5835, "r_t_add": 5899, "st_code": 63815, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33217, "Shape__Length": 112.0452268549308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0760223206467, 40.028203160554497 ], [ -75.075432897956901, 40.028827900756497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9810, "tnode_": 9628, "lpoly_": null, "rpoly_": null, "length": 363.4786864, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5840, "r_f_add": 5801, "r_t_add": 5833, "st_code": 63815, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33218, "Shape__Length": 144.86328040938437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076775954446603, 40.027390800561101 ], [ -75.0760223206467, 40.028203160554497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9941, "tnode_": 9810, "lpoly_": null, "rpoly_": null, "length": 279.40836549, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5420, "l_t_add": 5498, "r_f_add": 5421, "r_t_add": 5499, "st_code": 63815, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761728, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33219, "Shape__Length": 111.35091059570961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077365449084894, 40.026771989031602 ], [ -75.076775954446603, 40.027390800561101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10042, "tnode_": 9941, "lpoly_": null, "rpoly_": null, "length": 221.37265446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5419, "st_code": 63815, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33220, "Shape__Length": 88.222809088926908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077830115111894, 40.026280374945102 ], [ -75.077365449084894, 40.026771989031602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10132, "tnode_": 10042, "lpoly_": null, "rpoly_": null, "length": 197.21385218999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5338, "l_t_add": 5398, "r_f_add": 5339, "r_t_add": 5399, "st_code": 63815, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761730, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33221, "Shape__Length": 78.59345391658978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078245813876904, 40.0258433897665 ], [ -75.077830115111894, 40.026280374945102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10197, "tnode_": 10132, "lpoly_": null, "rpoly_": null, "length": 154.35326874999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5324, "l_t_add": 5336, "r_f_add": 5325, "r_t_add": 5337, "st_code": 63815, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761731, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33222, "Shape__Length": 61.515061602037669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078565895265299, 40.025498447517798 ], [ -75.078245813876904, 40.0258433897665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10294, "tnode_": 10197, "lpoly_": null, "rpoly_": null, "length": 238.73806628, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5322, "r_f_add": 5301, "r_t_add": 5323, "st_code": 63815, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33223, "Shape__Length": 95.147770997971023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079052042933995, 40.024962138732803 ], [ -75.079006216704997, 40.025040201291702 ], [ -75.078565895265299, 40.025498447517798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10577, "tnode_": 10294, "lpoly_": null, "rpoly_": null, "length": 584.73208677999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 63815, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33224, "Shape__Length": 233.16094993243632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079975274014103, 40.023522433599403 ], [ -75.079052042933995, 40.024962138732803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10600, "tnode_": 10539, "lpoly_": null, "rpoly_": null, "length": 297.213667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 20020, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761736, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-09-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33225, "Shape__Length": 118.60311568208994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076843700478094, 40.023267065400297 ], [ -75.076808820849905, 40.024082511687702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9491, "tnode_": 9353, "lpoly_": null, "rpoly_": null, "length": 280.46829646000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5840, "l_t_add": 5898, "r_f_add": 5849, "r_t_add": 5899, "st_code": 71060, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33226, "Shape__Length": 111.77855854456823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077030063269007, 40.028764011967802 ], [ -75.076442126258399, 40.029387305992699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9724, "tnode_": 9491, "lpoly_": null, "rpoly_": null, "length": 398.09876818000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5838, "r_f_add": 5801, "r_t_add": 5847, "st_code": 71060, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33227, "Shape__Length": 158.6578716156304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077863966031799, 40.027878963894302 ], [ -75.077030063269007, 40.028764011967802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9830, "tnode_": 9724, "lpoly_": null, "rpoly_": null, "length": 242.38119026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5420, "l_t_add": 5498, "r_f_add": 5417, "r_t_add": 5499, "st_code": 71060, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33228, "Shape__Length": 96.597141439906181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078372067357407, 40.027340321056897 ], [ -75.077863966031799, 40.027878963894302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9925, "tnode_": 9830, "lpoly_": null, "rpoly_": null, "length": 220.99194426999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5418, "r_f_add": 5401, "r_t_add": 5415, "st_code": 71060, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33229, "Shape__Length": 88.07146322160547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078836628610503, 40.026849938582203 ], [ -75.078372067357407, 40.027340321056897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10030, "tnode_": 9925, "lpoly_": null, "rpoly_": null, "length": 200.54508804999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5334, "l_t_add": 5398, "r_f_add": 5337, "r_t_add": 5399, "st_code": 71060, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33230, "Shape__Length": 79.924232745867101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0792543970406, 40.026402810818198 ], [ -75.078836628610503, 40.026849938582203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10091, "tnode_": 10030, "lpoly_": null, "rpoly_": null, "length": 152.29789685, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5318, "l_t_add": 5332, "r_f_add": 5321, "r_t_add": 5335, "st_code": 71060, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33231, "Shape__Length": 60.694646745079645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079573684088402, 40.026064378090702 ], [ -75.0792543970406, 40.026402810818198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10195, "tnode_": 10091, "lpoly_": null, "rpoly_": null, "length": 219.06398697999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5316, "r_f_add": 5301, "r_t_add": 5319, "st_code": 71060, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 761743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33232, "Shape__Length": 87.301659732159848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080033853263203, 40.025578088763098 ], [ -75.079573684088402, 40.026064378090702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10421, "tnode_": 10195, "lpoly_": null, "rpoly_": null, "length": 567.50532366000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5200, "l_t_add": 5298, "r_f_add": 5201, "r_t_add": 5299, "st_code": 71060, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 761744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33233, "Shape__Length": 226.15915023061754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081227694869696, 40.024319289573 ], [ -75.080033853263203, 40.025578088763098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9146, "tnode_": 9212, "lpoly_": null, "rpoly_": null, "length": 313.45389089000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1505, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 79720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33234, "Shape__Length": 124.77296321461134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078570757083, 40.030567066819501 ], [ -75.077663159345505, 40.030063456106397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9212, "tnode_": 9271, "lpoly_": null, "rpoly_": null, "length": 210.53509139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1618, "st_code": 79720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33235, "Shape__Length": 83.803853230418909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077663159345505, 40.030063456106397 ], [ -75.077052308736697, 40.0297265409163 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9271, "tnode_": 9353, "lpoly_": null, "rpoly_": null, "length": 210.87788016000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1619, "l_t_add": 1639, "r_f_add": 1620, "r_t_add": 1638, "st_code": 79720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33236, "Shape__Length": 83.941069436855116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077052308736697, 40.0297265409163 ], [ -75.076442126258399, 40.029387305992699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9465, "tnode_": 9599, "lpoly_": null, "rpoly_": null, "length": 332.15348236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 79720, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33237, "Shape__Length": 132.2146310971558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075432897956901, 40.028827900756497 ], [ -75.0744733509882, 40.028291942692299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9689, "tnode_": 9704, "lpoly_": null, "rpoly_": null, "length": 64.60790022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1819, "l_t_add": 1899, "r_f_add": 1818, "r_t_add": 1898, "st_code": 79720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33238, "Shape__Length": 25.716308355144019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073822635560902, 40.027929930177102 ], [ -75.073634886212901, 40.027826861929299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9937, "tnode_": 9689, "lpoly_": null, "rpoly_": null, "length": 547.43477663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 50320, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 761750, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33239, "Shape__Length": 218.1823561758614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074946853147694, 40.026700545316402 ], [ -75.073822635560902, 40.027929930177102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9204, "tnode_": 9152, "lpoly_": null, "rpoly_": null, "length": 262.99528609000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 63815, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33240, "Shape__Length": 104.6557081692318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074255818993905, 40.030072175293803 ], [ -75.074189039041897, 40.030139480555 ], [ -75.0740840708512, 40.030230552982601 ], [ -75.073975562315297, 40.030292768069401 ], [ -75.073863086139397, 40.030336905816498 ], [ -75.073754341191304, 40.030365544191397 ], [ -75.073617926384699, 40.030383946954302 ], [ -75.073462631216501, 40.030392061153698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9869, "tnode_": 9599, "lpoly_": null, "rpoly_": null, "length": 525.18855812999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 5801, "r_t_add": 5899, "st_code": 20020, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761752, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33241, "Shape__Length": 209.34721445128014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075490740493606, 40.027080831821401 ], [ -75.0744733509882, 40.028291942692299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8966, "tnode_": 9051, "lpoly_": null, "rpoly_": null, "length": 298.94814545000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1429, "l_t_add": 1499, "r_f_add": 1436, "r_t_add": 1498, "st_code": 79720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33242, "Shape__Length": 118.99869551612603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080314156422105, 40.031537641914298 ], [ -75.079445954891, 40.031060109718702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9001, "tnode_": 9097, "lpoly_": null, "rpoly_": null, "length": 301.58725111000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 43840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 33243, "Shape__Length": 120.05090559220008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078087392325202, 40.031262601621002 ], [ -75.077214586964701, 40.030777586203499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9051, "tnode_": 9125, "lpoly_": null, "rpoly_": null, "length": 262.62741915000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1501, "r_f_add": 1500, "r_t_add": 1526, "st_code": 79720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33244, "Shape__Length": 104.54281593018287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079445954891, 40.031060109718702 ], [ -75.078686835150094, 40.030636760090999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9125, "tnode_": 9146, "lpoly_": null, "rpoly_": null, "length": 41.24538133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1503, "l_t_add": 1503, "r_f_add": 1528, "r_t_add": 1528, "st_code": 79720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761756, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33245, "Shape__Length": 16.420496362678435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078686835150094, 40.030636760090999 ], [ -75.078570757083, 40.030567066819501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9216, "tnode_": 9111, "lpoly_": null, "rpoly_": null, "length": 278.76271415000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5924, "l_t_add": 5998, "r_f_add": 5925, "r_t_add": 5999, "st_code": 71060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33246, "Shape__Length": 111.09870089111509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075854853519303, 40.030022259563303 ], [ -75.075266322378397, 40.030639432355898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9097, "tnode_": 9216, "lpoly_": null, "rpoly_": null, "length": 469.78380863999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 43840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761758, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 33247, "Shape__Length": 187.00200489077855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077214586964701, 40.030777586203499 ], [ -75.075854853519303, 40.030022259563303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9353, "tnode_": 9216, "lpoly_": null, "rpoly_": null, "length": 283.80902742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5922, "r_f_add": 5901, "r_t_add": 5923, "st_code": 71060, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33248, "Shape__Length": 113.11495946932274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076442126258399, 40.029387305992699 ], [ -75.075854853519303, 40.030022259563303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8891, "tnode_": 8962, "lpoly_": null, "rpoly_": null, "length": 247.96832159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1502, "r_t_add": 1598, "st_code": 24480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761760, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33249, "Shape__Length": 98.707392559165612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077505201722204, 40.031881148641098 ], [ -75.0767865429046, 40.031483452479897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8962, "tnode_": 9111, "lpoly_": null, "rpoly_": null, "length": 525.13087958000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 24480, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761761, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33250, "Shape__Length": 209.03527763548564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0767865429046, 40.031483452479897 ], [ -75.075266322378397, 40.030639432355898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9125, "tnode_": 9001, "lpoly_": null, "rpoly_": null, "length": 283.11586212999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5928, "r_f_add": 5901, "r_t_add": 5929, "st_code": 76000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761762, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33251, "Shape__Length": 112.83374415995627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078686835150094, 40.030636760090999 ], [ -75.078087392325202, 40.031262601621002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9111, "tnode_": 9204, "lpoly_": null, "rpoly_": null, "length": 350.39484523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1749, "r_f_add": 1700, "r_t_add": 1748, "st_code": 24480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33252, "Shape__Length": 139.48059409577613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075266322378397, 40.030639432355898 ], [ -75.074255818993905, 40.030072175293803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9204, "tnode_": 9243, "lpoly_": null, "rpoly_": null, "length": 177.48972277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1751, "l_t_add": 1799, "r_f_add": 1750, "r_t_add": 1798, "st_code": 24480, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 761764, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33253, "Shape__Length": 70.646341176704681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074255818993905, 40.030072175293803 ], [ -75.073735580332993, 40.029793871039502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9217, "tnode_": 9146, "lpoly_": null, "rpoly_": null, "length": 223.55435959000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5850, "l_t_add": 5898, "r_f_add": 5851, "r_t_add": 5899, "st_code": 76000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33254, "Shape__Length": 89.09662626595771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079041191516296, 40.030071258509302 ], [ -75.078570757083, 40.030567066819501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9323, "tnode_": 9217, "lpoly_": null, "rpoly_": null, "length": 217.67982056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5826, "l_t_add": 5848, "r_f_add": 5825, "r_t_add": 5849, "st_code": 76000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761766, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33255, "Shape__Length": 86.756462923753176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079495905119799, 40.029586608057599 ], [ -75.079041191516296, 40.030071258509302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9432, "tnode_": 9323, "lpoly_": null, "rpoly_": null, "length": 233.22296027000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5824, "r_f_add": 5801, "r_t_add": 5823, "st_code": 76000, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 761767, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33256, "Shape__Length": 92.948517164873408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079986935549599, 40.0290695077828 ], [ -75.079723244041901, 40.029344883237698 ], [ -75.079495905119799, 40.029586608057599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9061, "tnode_": 9229, "lpoly_": null, "rpoly_": null, "length": 616.73251930999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 69280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761768, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 33257, "Shape__Length": 245.49720543958355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082164065974794, 40.0310710918857 ], [ -75.080379293911307, 40.030079188427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9229, "tnode_": 9323, "lpoly_": null, "rpoly_": null, "length": 305.60746509000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSALIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 69280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761769, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSALIE ST", "stname": "ROSALIE ST", "objectid": 33258, "Shape__Length": 121.64982327626876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080379293911307, 40.030079188427798 ], [ -75.079495905119799, 40.029586608057599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8973, "tnode_": 9150, "lpoly_": null, "rpoly_": null, "length": 615.81994937000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 11760, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761770, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 33259, "Shape__Length": 245.13675521127331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081705350052502, 40.031554361268597 ], [ -75.080506020371203, 40.030885747765304 ], [ -75.080320807130093, 40.030782859761501 ], [ -75.080017420959294, 40.030608056763597 ], [ -75.079924802165095, 40.030562540044798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9150, "tnode_": 9217, "lpoly_": null, "rpoly_": null, "length": 305.37880947000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALCOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 11760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761771, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALCOTT ST", "stname": "ALCOTT ST", "objectid": 33260, "Shape__Length": 121.55904424013451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079924802165095, 40.030562540044798 ], [ -75.079041191516296, 40.030071258509302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8885, "tnode_": 8966, "lpoly_": null, "rpoly_": null, "length": 319.12594159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1427, "r_f_add": 1400, "r_t_add": 1434, "st_code": 79720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33261, "Shape__Length": 127.03710116680439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081233187917107, 40.032055658958001 ], [ -75.080314156422105, 40.031537641914298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8839, "tnode_": 8885, "lpoly_": null, "rpoly_": null, "length": 104.01745514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1377, "l_t_add": 1399, "r_f_add": 1376, "r_t_add": 1398, "st_code": 79720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761773, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33262, "Shape__Length": 41.406874230014587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081533337695703, 40.032223878713303 ], [ -75.081233187917107, 40.032055658958001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8810, "tnode_": 8730, "lpoly_": null, "rpoly_": null, "length": 281.09826804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33263, "Shape__Length": 111.93410511638882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078279131477103, 40.032310689167197 ], [ -75.078971515814601, 40.032699841665497 ], [ -75.079021496862097, 40.032805382304602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8823, "tnode_": 8988, "lpoly_": null, "rpoly_": null, "length": 578.39516545999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 25920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTON ST", "stname": "CRESTON ST", "objectid": 33264, "Shape__Length": 230.2425605096663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076351238459495, 40.032193020996601 ], [ -75.074680286456598, 40.031259696999498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8830, "tnode_": 8631, "lpoly_": null, "rpoly_": null, "length": 455.80384146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 62080, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 761776, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33265, "Shape__Length": 181.82821307974115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084835367647997, 40.032358940396101 ], [ -75.084909030863898, 40.0329292578826 ], [ -75.085075353948994, 40.0331748991035 ], [ -75.085316317627601, 40.033530772107703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9195, "tnode_": 9044, "lpoly_": null, "rpoly_": null, "length": 340.53974604999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 62080, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761777, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 33266, "Shape__Length": 135.88519074106122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085042823114094, 40.030317337802302 ], [ -75.084796667344506, 40.031232808058498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9267, "tnode_": 9087, "lpoly_": null, "rpoly_": null, "length": 475.4186478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 70020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 761779, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 33267, "Shape__Length": 189.4781689050985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084359577903399, 40.029922577476498 ], [ -75.083969167408, 40.030343691423397 ], [ -75.083362557157997, 40.030978857418802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8594, "tnode_": 8673, "lpoly_": null, "rpoly_": null, "length": 263.15564084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1311, "l_t_add": 1319, "r_f_add": 1324, "r_t_add": 1348, "st_code": 79720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33268, "Shape__Length": 104.75314589308108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084139810098506, 40.033670804864997 ], [ -75.083373598743705, 40.0332525319102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8175, "tnode_": 7938, "lpoly_": null, "rpoly_": null, "length": 560.94980356999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 12260, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761782, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 33269, "Shape__Length": 223.58990057876889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081773757182006, 40.036164488466902 ], [ -75.080602082072105, 40.037413528867397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8385, "tnode_": 8175, "lpoly_": null, "rpoly_": null, "length": 562.28796083999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 12260, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 761783, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 33270, "Shape__Length": 224.11370548925333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082958540805905, 40.034918487808902 ], [ -75.081825203290705, 40.0361186367819 ], [ -75.081773757182006, 40.036164488466902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8594, "tnode_": 8385, "lpoly_": null, "rpoly_": null, "length": 562.16321918999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 12260, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 761784, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 33271, "Shape__Length": 224.0616404625259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084139810098506, 40.033670804864997 ], [ -75.083861247795696, 40.033965601673103 ], [ -75.083696360066, 40.0341414174611 ], [ -75.083491679190502, 40.034352529997797 ], [ -75.083385215455905, 40.034462492443403 ], [ -75.083265725261001, 40.034592042759797 ], [ -75.083148427002698, 40.034721224875497 ], [ -75.083010927041499, 40.034865432035097 ], [ -75.082958540805905, 40.034918487808902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8178, "tnode_": 8358, "lpoly_": null, "rpoly_": null, "length": 728.49184043000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 49160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761786, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33272, "Shape__Length": 290.00032392948498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0806028724149, 40.036139904191998 ], [ -75.0802441157185, 40.035954699682598 ], [ -75.080165356409907, 40.035907224971602 ], [ -75.080074557641694, 40.035861145364201 ], [ -75.079087868032303, 40.035310161754602 ], [ -75.078804953354194, 40.035155554009798 ], [ -75.078487472994496, 40.034976352279202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8376, "tnode_": 8563, "lpoly_": null, "rpoly_": null, "length": 733.60442182000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 25920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761787, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTON ST", "stname": "CRESTON ST", "objectid": 33273, "Shape__Length": 292.03598470009797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081760447101502, 40.0349332972376 ], [ -75.079637984970503, 40.033752740794498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8099, "tnode_": 8286, "lpoly_": null, "rpoly_": null, "length": 729.37080727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 74780, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761788, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 33274, "Shape__Length": 290.36040997530006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080250976386395, 40.0365186853343 ], [ -75.078144911836503, 40.035340495119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8316, "tnode_": 8494, "lpoly_": null, "rpoly_": null, "length": 730.96575428999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HIGBEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 42440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761789, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HIGBEE ST", "stname": "HIGBEE ST", "objectid": 33275, "Shape__Length": 290.99134873853643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081380603732498, 40.035321996977999 ], [ -75.079271545322797, 40.034139569346202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8238, "tnode_": 8436, "lpoly_": null, "rpoly_": null, "length": 725.23422661999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 16920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33276, "Shape__Length": 288.70739100225245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080983377121797, 40.035722223157698 ], [ -75.080888867602994, 40.035666706985701 ], [ -75.078885229949705, 40.034555061578899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8286, "tnode_": 8486, "lpoly_": null, "rpoly_": null, "length": 764.15830432000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 74780, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761792, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 33277, "Shape__Length": 304.20390564125131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078144911836503, 40.035340495119797 ], [ -75.078090378067898, 40.035306778225802 ], [ -75.075938601325404, 40.034106046531001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8358, "tnode_": 8517, "lpoly_": null, "rpoly_": null, "length": 640.2598171000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 49160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33278, "Shape__Length": 254.8788640749741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078487472994496, 40.034976352279202 ], [ -75.078142213436095, 40.034786190992499 ], [ -75.077725855226305, 40.034554985415298 ], [ -75.077431039393105, 40.034391513019401 ], [ -75.076869779600301, 40.0340773704295 ], [ -75.076637054418001, 40.033943955369701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8030, "tnode_": 7802, "lpoly_": null, "rpoly_": null, "length": 557.54566957999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 16540, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 761796, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELDEN ST", "stname": "BELDEN ST", "objectid": 33279, "Shape__Length": 222.23326178643683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083150717065394, 40.036933754214303 ], [ -75.081981734722305, 40.038172766634197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7843, "tnode_": 7931, "lpoly_": null, "rpoly_": null, "length": 307.52591207999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1527, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 50500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761798, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33280, "Shape__Length": 122.42000317800817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074452275894004, 40.037791874293298 ], [ -75.073552977963899, 40.037307263327797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8220, "tnode_": 8248, "lpoly_": null, "rpoly_": null, "length": 123.70650696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2021, "l_t_add": 2099, "r_f_add": 2020, "r_t_add": 2098, "st_code": 50500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761799, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33281, "Shape__Length": 49.242205899217417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070525746643597, 40.035627318842202 ], [ -75.070161988982804, 40.035434603955601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8248, "tnode_": 8260, "lpoly_": null, "rpoly_": null, "length": 58.48524586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50500, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761800, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33282, "Shape__Length": 23.290327631613664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070161988982804, 40.035434603955601 ], [ -75.070004318286493, 40.035329308096998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8260, "tnode_": 8302, "lpoly_": null, "rpoly_": null, "length": 140.35354055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50500, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761801, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33283, "Shape__Length": 55.87380995636434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070004318286493, 40.035329308096998 ], [ -75.0695991306049, 40.035102503185897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8302, "tnode_": 8325, "lpoly_": null, "rpoly_": null, "length": 56.51315832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50500, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 761802, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33284, "Shape__Length": 22.503616208384283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0695991306049, 40.035102503185897 ], [ -75.069444882028804, 40.035002459269798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7501, "tnode_": 7577, "lpoly_": null, "rpoly_": null, "length": 213.31138294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1510, "st_code": 41740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761803, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33285, "Shape__Length": 84.922899117256932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074189900539594, 40.039545313963103 ], [ -75.073573871833403, 40.039200803466201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7577, "tnode_": 7635, "lpoly_": null, "rpoly_": null, "length": 200.11827424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1517, "l_t_add": 1531, "r_f_add": 1512, "r_t_add": 1536, "st_code": 41740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761804, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33286, "Shape__Length": 79.661809501594533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073573871833403, 40.039200803466201 ], [ -75.072984392658995, 40.038890172951099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7689, "tnode_": 7807, "lpoly_": null, "rpoly_": null, "length": 461.90331128000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 31000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 761805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33287, "Shape__Length": 183.89010031426986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074302660203799, 40.038680605114301 ], [ -75.072970700023305, 40.037932533423501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7701, "tnode_": 7861, "lpoly_": null, "rpoly_": null, "length": 619.18852964999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1899, "r_f_add": 1600, "r_t_add": 1898, "st_code": 41740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 761806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33288, "Shape__Length": 246.50997806773697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072386793518007, 40.038567310269698 ], [ -75.070605987953101, 40.037559581728601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8085, "tnode_": 8145, "lpoly_": null, "rpoly_": null, "length": 187.02321087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2151, "l_t_add": 2199, "r_f_add": 2150, "r_t_add": 2198, "st_code": 41740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33289, "Shape__Length": 74.451082019008965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068320000135202, 40.036276504901203 ], [ -75.067776418304604, 40.035978181137303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8088, "tnode_": 7861, "lpoly_": null, "rpoly_": null, "length": 561.46261071999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 30580, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761808, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33290, "Shape__Length": 223.79119942209613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0717856899617, 40.036313270638601 ], [ -75.070605987953101, 40.037559581728601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8264, "tnode_": 8037, "lpoly_": null, "rpoly_": null, "length": 561.73865882000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 61040, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761809, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33291, "Shape__Length": 223.90725972991584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073539507352095, 40.035384693224302 ], [ -75.072376894841199, 40.036641377972302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8315, "tnode_": 8088, "lpoly_": null, "rpoly_": null, "length": 559.84794756999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 30580, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761810, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33292, "Shape__Length": 223.14167699937587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072965594513903, 40.035072571085898 ], [ -75.0717856899617, 40.036313270638601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8372, "tnode_": 8315, "lpoly_": null, "rpoly_": null, "length": 152.61950131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 6201, "r_t_add": 6299, "st_code": 30580, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 761811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33293, "Shape__Length": 60.839873133421008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073266965303304, 40.0347234846897 ], [ -75.072965594513903, 40.035072571085898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8153, "tnode_": 7928, "lpoly_": null, "rpoly_": null, "length": 564.60597048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 11520, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 761812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 33294, "Shape__Length": 225.03749953971197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071195436123006, 40.035980989757398 ], [ -75.069998537903601, 40.037228311016698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8211, "tnode_": 7981, "lpoly_": null, "rpoly_": null, "length": 562.59141693000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 76000, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 761813, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33295, "Shape__Length": 224.23047689380269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074161737044307, 40.035725437829797 ], [ -75.072962958644297, 40.036964804830802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7668, "tnode_": 7881, "lpoly_": null, "rpoly_": null, "length": 764.15701642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 33440, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761814, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33296, "Shape__Length": 304.22302589798829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067442529955599, 40.038617864149799 ], [ -75.065243113467403, 40.037375954632203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7571, "tnode_": 7621, "lpoly_": null, "rpoly_": null, "length": 206.82300108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 52920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 761816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33297, "Shape__Length": 82.33679488677474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070028346962999, 40.039148397798897 ], [ -75.069733107216507, 40.0389861644951 ], [ -75.069427560749702, 40.038818094387402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7980, "tnode_": 8023, "lpoly_": null, "rpoly_": null, "length": 161.83711972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2150, "r_t_add": 2198, "st_code": 52920, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 761817, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33298, "Shape__Length": 64.424339089503903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065776490498806, 40.036821662797301 ], [ -75.0653046015793, 40.0365651432707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7519, "tnode_": 7280, "lpoly_": null, "rpoly_": null, "length": 469.91287841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6747, "r_t_add": 6799, "st_code": 40440, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761819, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33299, "Shape__Length": 187.53390393008982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065245603777896, 40.039187756827502 ], [ -75.065583621856305, 40.040451288517502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8002, "tnode_": 7970, "lpoly_": null, "rpoly_": null, "length": 48.12913763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6598, "l_t_add": 6598, "r_f_add": 6599, "r_t_add": 6599, "st_code": 40440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761820, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33300, "Shape__Length": 19.203168164943119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064446508013305, 40.036606431784399 ], [ -75.064496932559507, 40.036732738794697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8061, "tnode_": 8002, "lpoly_": null, "rpoly_": null, "length": 108.42071178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6596, "l_t_add": 6596, "r_f_add": 6597, "r_t_add": 6597, "st_code": 40440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 761821, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33301, "Shape__Length": 43.266094206322286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0643653841679, 40.036315409677201 ], [ -75.064446508013305, 40.036606431784399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6861, "tnode_": 7113, "lpoly_": null, "rpoly_": null, "length": 713.3722362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 28640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761824, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33302, "Shape__Length": 284.00564843163772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063784322907694, 40.042248599196697 ], [ -75.061710594668199, 40.041110845624097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6995, "tnode_": 7256, "lpoly_": null, "rpoly_": null, "length": 718.59810898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 51640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761825, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33303, "Shape__Length": 286.08780192906465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064341917315502, 40.041685521086499 ], [ -75.062258665790097, 40.040533372978501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27547, "tnode_": 7381, "lpoly_": null, "rpoly_": null, "length": 728.41426009000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 37340, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761826, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33304, "Shape__Length": 289.99808384848973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0649627351318, 40.041068975461499 ], [ -75.062857998952893, 40.039893697009902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7280, "tnode_": 7394, "lpoly_": null, "rpoly_": null, "length": 372.02139223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2137, "r_f_add": 2100, "r_t_add": 2138, "st_code": 48040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33305, "Shape__Length": 148.10170210874105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065583621856305, 40.040451288517502 ], [ -75.064497964320907, 40.039862544591699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7394, "tnode_": 7512, "lpoly_": null, "rpoly_": null, "length": 363.83701391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2139, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 48040, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761828, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33306, "Shape__Length": 144.84847222382049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064497964320907, 40.039862544591699 ], [ -75.063444885474695, 40.039277405575803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7512, "tnode_": 7590, "lpoly_": null, "rpoly_": null, "length": 265.24490970999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2227, "r_f_add": 2200, "r_t_add": 2220, "st_code": 48040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761829, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33307, "Shape__Length": 105.6025198023098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063444885474695, 40.039277405575803 ], [ -75.062685207130897, 40.0388424136734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7381, "tnode_": 7595, "lpoly_": null, "rpoly_": null, "length": 672.5703917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 37340, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761830, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33308, "Shape__Length": 267.76099138218581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062857998952893, 40.039893697009902 ], [ -75.061340633161606, 40.039052565981699 ], [ -75.060914739978003, 40.038808498817602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7590, "tnode_": 7721, "lpoly_": null, "rpoly_": null, "length": 390.72100207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2229, "l_t_add": 2299, "r_f_add": 2222, "r_t_add": 2298, "st_code": 48040, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33309, "Shape__Length": 155.54346076567947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062685207130897, 40.0388424136734 ], [ -75.062148520102198, 40.038554717202501 ], [ -75.061546626327896, 40.038222360631998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7440, "tnode_": 7175, "lpoly_": null, "rpoly_": null, "length": 563.45244434000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 11520, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761832, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 33310, "Shape__Length": 224.60195992545599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067599039468703, 40.039688054219603 ], [ -75.066427760446601, 40.040945805835896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7705, "tnode_": 7440, "lpoly_": null, "rpoly_": null, "length": 559.46585553999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 11520, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761833, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 33311, "Shape__Length": 223.00432252937125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068770627867494, 40.0384439694405 ], [ -75.067599039468703, 40.039688054219603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7032, "tnode_": 7093, "lpoly_": null, "rpoly_": null, "length": 207.64885654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 48040, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 761834, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33312, "Shape__Length": 82.672783027176678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067665000229795, 40.041643643998398 ], [ -75.067397433349697, 40.041487341082501 ], [ -75.067067706396998, 40.041305853943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6963, "tnode_": 6669, "lpoly_": null, "rpoly_": null, "length": 558.31317703000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 76000, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761835, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33313, "Shape__Length": 222.55773693565357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068237381736594, 40.0419543936585 ], [ -75.067070916894394, 40.0431974533793 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7252, "tnode_": 6963, "lpoly_": null, "rpoly_": null, "length": 560.81317541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 76000, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761836, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33314, "Shape__Length": 223.54945122855327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069410540199002, 40.040706595579699 ], [ -75.068237381736594, 40.0419543936585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7510, "tnode_": 7252, "lpoly_": null, "rpoly_": null, "length": 561.95365069000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 76000, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761837, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33315, "Shape__Length": 223.99809338029897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070589695043793, 40.039458282089001 ], [ -75.069410540199002, 40.040706595579699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7032, "tnode_": 6733, "lpoly_": null, "rpoly_": null, "length": 556.26723693999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 61040, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 761838, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33316, "Shape__Length": 221.7411274515525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067665000229795, 40.041643643998398 ], [ -75.066502759468307, 40.0428821176139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7311, "tnode_": 7032, "lpoly_": null, "rpoly_": null, "length": 564.28942947999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 61040, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761839, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33317, "Shape__Length": 224.93199884238419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068849519887394, 40.040390391599203 ], [ -75.067665000229795, 40.041643643998398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7571, "tnode_": 7311, "lpoly_": null, "rpoly_": null, "length": 560.0391502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 61040, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761840, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33318, "Shape__Length": 223.232026739785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070028346962999, 40.039148397798897 ], [ -75.068849519887394, 40.040390391599203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7372, "tnode_": 7093, "lpoly_": null, "rpoly_": null, "length": 566.62464146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 30580, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 761841, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33319, "Shape__Length": 225.86202729339121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068256512982003, 40.040047075233403 ], [ -75.067067706396998, 40.041305853943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7621, "tnode_": 7372, "lpoly_": null, "rpoly_": null, "length": 554.92771553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 30580, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 761842, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33320, "Shape__Length": 221.19196451135412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069427560749702, 40.038818094387402 ], [ -75.068256512982003, 40.040047075233403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6669, "tnode_": 6393, "lpoly_": null, "rpoly_": null, "length": 546.13878588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 76000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33321, "Shape__Length": 217.70421551399875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067070916894394, 40.0431974533793 ], [ -75.065921306865903, 40.044408635066802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6733, "tnode_": 6469, "lpoly_": null, "rpoly_": null, "length": 545.87869729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 61040, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 761847, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33322, "Shape__Length": 217.60229779517371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066502759468307, 40.0428821176139 ], [ -75.065359046882193, 40.044095708517702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6029, "tnode_": 6249, "lpoly_": null, "rpoly_": null, "length": 691.1963162699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 48040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33323, "Shape__Length": 275.19809170861083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076225811401201, 40.046395471711101 ], [ -75.074222336701695, 40.045286748216398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6113, "tnode_": 6298, "lpoly_": null, "rpoly_": null, "length": 538.41125681000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 37340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 761851, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33324, "Shape__Length": 214.36195760089325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073638144110703, 40.0458910074762 ], [ -75.072072013526906, 40.045033285144797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5968, "tnode_": 6162, "lpoly_": null, "rpoly_": null, "length": 627.50788680999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 47560, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761853, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 33325, "Shape__Length": 249.84908136369964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078606021472496, 40.046789028998397 ], [ -75.076796639647299, 40.045772403006701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6162, "tnode_": 6381, "lpoly_": null, "rpoly_": null, "length": 688.97153751999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 47560, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761854, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 33326, "Shape__Length": 274.31323665023592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076796639647299, 40.045772403006701 ], [ -75.074804468965695, 40.044662103545001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6233, "tnode_": 6431, "lpoly_": null, "rpoly_": null, "length": 618.40782661999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 33440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761857, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33327, "Shape__Length": 246.22239410032805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079763856184698, 40.045541284333197 ], [ -75.077982282951496, 40.044537787992702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6386, "tnode_": 6628, "lpoly_": null, "rpoly_": null, "length": 692.89238926999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 33440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761858, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33328, "Shape__Length": 275.86856355954876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0777994158951, 40.044735387676297 ], [ -75.075793772209195, 40.043621069356298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6357, "tnode_": 6579, "lpoly_": null, "rpoly_": null, "length": 618.90552965999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 52920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33329, "Shape__Length": 246.41600781678619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080354269390099, 40.044914255246603 ], [ -75.078568063613403, 40.043913331693602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6579, "tnode_": 6821, "lpoly_": null, "rpoly_": null, "length": 698.65137290999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 52920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33330, "Shape__Length": 278.1700060798878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078568063613403, 40.043913331693602 ], [ -75.076562634344299, 40.042772040808799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6483, "tnode_": 6703, "lpoly_": null, "rpoly_": null, "length": 695.41688632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 82220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLS ST", "stname": "WELLS ST", "objectid": 33331, "Shape__Length": 276.87418232086947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078177103319305, 40.044333403726398 ], [ -75.076167201505399, 40.043211803325399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6305, "tnode_": 6163, "lpoly_": null, "rpoly_": null, "length": 284.162397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 20020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761862, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33332, "Shape__Length": 113.28261457508793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061302341603493, 40.044736766835697 ], [ -75.061009549713702, 40.045047070110499 ], [ -75.060716927003, 40.045373919840998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6305, "tnode_": 6521, "lpoly_": null, "rpoly_": null, "length": 649.44420259000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 35160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761863, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33333, "Shape__Length": 258.56850047575665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061302341603493, 40.044736766835697 ], [ -75.059420050577003, 40.043694890884098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6521, "tnode_": 6652, "lpoly_": null, "rpoly_": null, "length": 373.17033169000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2235, "r_f_add": 2200, "r_t_add": 2232, "st_code": 35160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33334, "Shape__Length": 148.56994036955135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059420050577003, 40.043694890884098 ], [ -75.058336248153495, 40.043098640053501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6652, "tnode_": 6797, "lpoly_": null, "rpoly_": null, "length": 431.66591345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2237, "l_t_add": 2299, "r_f_add": 2234, "r_t_add": 2298, "st_code": 35160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761865, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 33335, "Shape__Length": 171.85618350948354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058336248153495, 40.043098640053501 ], [ -75.057081277806503, 40.042410312829098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6368, "tnode_": 6008, "lpoly_": null, "rpoly_": null, "length": 797.98420517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 50320, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33336, "Shape__Length": 318.0319337272357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058861168963105, 40.044347688298998 ], [ -75.057050435439706, 40.046039385207898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6715, "tnode_": 6967, "lpoly_": null, "rpoly_": null, "length": 712.65636311000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 78240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761867, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33337, "Shape__Length": 283.72590791796569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063145822489204, 40.042910698380297 ], [ -75.061077656939503, 40.041770325489701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6967, "tnode_": 7127, "lpoly_": null, "rpoly_": null, "length": 444.03105974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2245, "r_f_add": 2200, "r_t_add": 2246, "st_code": 78240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761868, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33338, "Shape__Length": 176.78360451798224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061077656939503, 40.041770325489701 ], [ -75.059798067587707, 40.041050261052398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7229, "tnode_": 7243, "lpoly_": null, "rpoly_": null, "length": 50.86739745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 761869, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33339, "Shape__Length": 20.255766040640363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059019390172793, 40.0406011048915 ], [ -75.058878564544202, 40.0405128864913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7243, "tnode_": 7275, "lpoly_": null, "rpoly_": null, "length": 113.87573624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 761870, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33340, "Shape__Length": 45.342190231467029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058878564544202, 40.0405128864913 ], [ -75.058557693252297, 40.040320804352604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7275, "tnode_": 7298, "lpoly_": null, "rpoly_": null, "length": 46.88582661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 78240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 761871, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33341, "Shape__Length": 18.664836788348421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058557693252297, 40.040320804352604 ], [ -75.058420251785293, 40.040247280523701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6587, "tnode_": 6820, "lpoly_": null, "rpoly_": null, "length": 684.98801474000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 18960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33342, "Shape__Length": 272.71397942722587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062520432730807, 40.0435015229667 ], [ -75.060534032787899, 40.042403831230502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6820, "tnode_": 6979, "lpoly_": null, "rpoly_": null, "length": 474.46150570999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 18960, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761873, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 33343, "Shape__Length": 188.89373312943695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060534032787899, 40.042403831230502 ], [ -75.059156979955603, 40.0416447691291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6442, "tnode_": 6668, "lpoly_": null, "rpoly_": null, "length": 672.43758581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 65740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 761874, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33344, "Shape__Length": 267.72007011133576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061928182924802, 40.0441191844305 ], [ -75.059978606758094, 40.043041127351202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6668, "tnode_": 6792, "lpoly_": null, "rpoly_": null, "length": 343.32664892999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2231, "r_f_add": 2200, "r_t_add": 2232, "st_code": 65740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761875, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33345, "Shape__Length": 136.68943647628302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059978606758094, 40.043041127351202 ], [ -75.058984850376504, 40.042488969155599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6792, "tnode_": 6840, "lpoly_": null, "rpoly_": null, "length": 160.50955214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2233, "l_t_add": 2245, "r_f_add": 2234, "r_t_add": 2246, "st_code": 65740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761876, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33346, "Shape__Length": 63.903686681039702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058984850376504, 40.042488969155599 ], [ -75.058520296164204, 40.042230789198399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6519, "tnode_": 6534, "lpoly_": null, "rpoly_": null, "length": 60.64850431, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2239, "l_t_add": 2239, "r_f_add": 2238, "r_t_add": 2238, "st_code": 74220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761878, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33347, "Shape__Length": 24.144103908777133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057706975533407, 40.043690053988399 ], [ -75.057528178856998, 40.043596064905003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6534, "tnode_": 6651, "lpoly_": null, "rpoly_": null, "length": 372.89695482000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2241, "l_t_add": 2299, "r_f_add": 2240, "r_t_add": 2298, "st_code": 74220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 761879, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33348, "Shape__Length": 148.46258749521766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057528178856998, 40.043596064905003 ], [ -75.0564475564628, 40.042997698849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6453, "tnode_": 6089, "lpoly_": null, "rpoly_": null, "length": 793.5541515299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUPERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 69820, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761880, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUPERT ST", "stname": "RUPERT ST", "objectid": 33349, "Shape__Length": 316.26527155874618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058185188926302, 40.0439659049783 ], [ -75.056385772621198, 40.045649003124403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6534, "tnode_": 6169, "lpoly_": null, "rpoly_": null, "length": 790.38050608000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 20920, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761881, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33350, "Shape__Length": 314.99267406939578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057528178856998, 40.043596064905003 ], [ -75.055725206097705, 40.045265600687003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6289, "tnode_": 5936, "lpoly_": null, "rpoly_": null, "length": 800.52663920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 40380, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761882, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HANFORD ST", "stname": "HANFORD ST", "objectid": 33351, "Shape__Length": 319.04230152737938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059552652138095, 40.044727863590602 ], [ -75.057727772106006, 40.046419639707203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6219, "tnode_": 6282, "lpoly_": null, "rpoly_": null, "length": 204.34271429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2031, "r_f_add": 2000, "r_t_add": 2030, "st_code": 65740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761884, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33352, "Shape__Length": 81.357337372237708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063786908137601, 40.045155207620702 ], [ -75.063520227681295, 40.045005253589601 ], [ -75.063194360262997, 40.044827728387702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6282, "tnode_": 6344, "lpoly_": null, "rpoly_": null, "length": 205.68477355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2033, "l_t_add": 2063, "r_f_add": 2032, "r_t_add": 2062, "st_code": 65740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33353, "Shape__Length": 81.89188251287834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063194360262997, 40.044827728387702 ], [ -75.062902215462501, 40.044666689985199 ], [ -75.062598770932894, 40.044497172523897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6344, "tnode_": 6442, "lpoly_": null, "rpoly_": null, "length": 232.85815095000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2065, "l_t_add": 2099, "r_f_add": 2064, "r_t_add": 2098, "st_code": 65740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 761886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33354, "Shape__Length": 92.71286663758363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062598770932894, 40.044497172523897 ], [ -75.062313311843994, 40.0443301438481 ], [ -75.061928182924802, 40.0441191844305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6344, "tnode_": 6094, "lpoly_": null, "rpoly_": null, "length": 569.12006722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 71060, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761887, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33355, "Shape__Length": 226.84619238433382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062598770932894, 40.044497172523897 ], [ -75.061356619224298, 40.0457338574113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6282, "tnode_": 6022, "lpoly_": null, "rpoly_": null, "length": 569.22158394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AKRON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 11520, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761888, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AKRON ST", "stname": "AKRON ST", "objectid": 33356, "Shape__Length": 226.89028936207475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063194360262997, 40.044827728387702 ], [ -75.061956698318298, 40.046067424204601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6219, "tnode_": 5958, "lpoly_": null, "rpoly_": null, "length": 568.09713517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 30580, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761889, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33357, "Shape__Length": 226.44240801444869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063786908137601, 40.045155207620702 ], [ -75.062550264328493, 40.0463916158606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6647, "tnode_": 6859, "lpoly_": null, "rpoly_": null, "length": 615.04886867000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 41740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33358, "Shape__Length": 244.87326309766561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081539457960403, 40.043654440468103 ], [ -75.079760610362499, 40.042663777779801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6859, "tnode_": 6960, "lpoly_": null, "rpoly_": null, "length": 281.71518107999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1314, "st_code": 41740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761891, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33359, "Shape__Length": 112.16238757788406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079760610362499, 40.042663777779801 ], [ -75.078949426346995, 40.042206238499197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6960, "tnode_": 7104, "lpoly_": null, "rpoly_": null, "length": 413.95455800999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1325, "l_t_add": 1353, "r_f_add": 1316, "r_t_add": 1388, "st_code": 41740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761892, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33360, "Shape__Length": 164.80287198561857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078949426346995, 40.042206238499197 ], [ -75.077746124883802, 40.041545979485903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7104, "tnode_": 7286, "lpoly_": null, "rpoly_": null, "length": 523.44478183000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1355, "l_t_add": 1399, "r_f_add": 1390, "r_t_add": 1398, "st_code": 41740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33361, "Shape__Length": 208.40163556655364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077746124883802, 40.041545979485903 ], [ -75.076240033690993, 40.0406946795854 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6827, "tnode_": 7048, "lpoly_": null, "rpoly_": null, "length": 605.61467252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 31000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 761894, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33362, "Shape__Length": 241.11243298947255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082283692492794, 40.042834697821299 ], [ -75.080529540093195, 40.041862006738498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7048, "tnode_": 7082, "lpoly_": null, "rpoly_": null, "length": 98.03813098000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1209, "r_f_add": 1200, "r_t_add": 1202, "st_code": 31000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33363, "Shape__Length": 39.033603325940952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080529540093195, 40.041862006738498 ], [ -75.080248618193394, 40.041701354993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7082, "tnode_": 7287, "lpoly_": null, "rpoly_": null, "length": 599.66271096000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1211, "l_t_add": 1299, "r_f_add": 1204, "r_t_add": 1298, "st_code": 31000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33364, "Shape__Length": 238.7409329786241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080248618193394, 40.041701354993997 ], [ -75.078514692999903, 40.0407350793745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7195, "tnode_": 7373, "lpoly_": null, "rpoly_": null, "length": 519.25102066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1355, "l_t_add": 1399, "r_f_add": 1354, "r_t_add": 1398, "st_code": 63200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 33365, "Shape__Length": 206.72638975185663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078154180353494, 40.041105098156997 ], [ -75.076654190788602, 40.040266898843903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6472, "tnode_": 6667, "lpoly_": null, "rpoly_": null, "length": 613.51231472999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 36900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761898, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33366, "Shape__Length": 244.2656499051364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080770678198704, 40.044454726151699 ], [ -75.078998038936106, 40.043464647611202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6667, "tnode_": 6862, "lpoly_": null, "rpoly_": null, "length": 536.90091793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1359, "r_f_add": 1300, "r_t_add": 1354, "st_code": 36900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761899, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33367, "Shape__Length": 213.76051215880781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078998038936106, 40.043464647611202 ], [ -75.077446876653198, 40.042598097596603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6862, "tnode_": 6912, "lpoly_": null, "rpoly_": null, "length": 162.07154832999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1361, "l_t_add": 1399, "r_f_add": 1356, "r_t_add": 1398, "st_code": 36900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761900, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33368, "Shape__Length": 64.522755488627112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077446876653198, 40.042598097596603 ], [ -75.076973733116503, 40.042341784456802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6557, "tnode_": 6760, "lpoly_": null, "rpoly_": null, "length": 616.99801684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 38360, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761901, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 33369, "Shape__Length": 245.6488112746531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081144573804195, 40.044060154931898 ], [ -75.079357354360894, 40.043069248368397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6760, "tnode_": 6909, "lpoly_": null, "rpoly_": null, "length": 405.06163527000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1337, "r_f_add": 1300, "r_t_add": 1328, "st_code": 38360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761902, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 33370, "Shape__Length": 161.27136837512361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079357354360894, 40.043069248368397 ], [ -75.078189536835197, 40.042412910045897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6909, "tnode_": 6999, "lpoly_": null, "rpoly_": null, "length": 283.22622996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1339, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 38360, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761903, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 33371, "Shape__Length": 112.75982985255132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078189536835197, 40.042412910045897 ], [ -75.077368728413504, 40.0419584944908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6745, "tnode_": 6964, "lpoly_": null, "rpoly_": null, "length": 615.22299556999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 63200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 761904, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 33372, "Shape__Length": 244.93975084700858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081947122110805, 40.043211476227697 ], [ -75.080166033136507, 40.042222391272702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6964, "tnode_": 7024, "lpoly_": null, "rpoly_": null, "length": 183.1258591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1311, "r_f_add": 1300, "r_t_add": 1304, "st_code": 63200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761905, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 33373, "Shape__Length": 72.907900177214259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080166033136507, 40.042222391272702 ], [ -75.079636425010506, 40.041927407133201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7024, "tnode_": 7195, "lpoly_": null, "rpoly_": null, "length": 511.82738301999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1313, "l_t_add": 1353, "r_f_add": 1306, "r_t_add": 1352, "st_code": 63200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 761906, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 33374, "Shape__Length": 203.77072175294836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079636425010506, 40.041927407133201 ], [ -75.078154180353494, 40.041105098156997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9587, "tnode_": 9697, "lpoly_": null, "rpoly_": null, "length": 232.66642447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5001, "l_t_add": 5001, "r_f_add": 5000, "r_t_add": 5012, "st_code": 17900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761907, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 33375, "Shape__Length": 92.699667117371988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028821384153503, 40.0273473678388 ], [ -75.028728514012897, 40.0272378658657 ], [ -75.028288719712805, 40.0268587502933 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9793, "tnode_": 9974, "lpoly_": null, "rpoly_": null, "length": 384.66211629000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5035, "l_t_add": 5099, "r_f_add": 5036, "r_t_add": 5098, "st_code": 17900, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761908, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 33376, "Shape__Length": 153.36694021409266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027774936464596, 40.026347928727297 ], [ -75.027321751801907, 40.0258174684379 ], [ -75.027264908610405, 40.025741289797899 ], [ -75.027218517351599, 40.025628518363199 ], [ -75.027190726227801, 40.025500070735802 ], [ -75.027145140736806, 40.025422642474702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9974, "tnode_": 10413, "lpoly_": null, "rpoly_": null, "length": 969.50542149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5101, "l_t_add": 5299, "r_f_add": 5100, "r_t_add": 5298, "st_code": 17900, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761909, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 33377, "Shape__Length": 386.37831929604545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027145140736806, 40.025422642474702 ], [ -75.026891792793293, 40.025159925921301 ], [ -75.026789463906596, 40.025067992887202 ], [ -75.0266493819923, 40.024916632708198 ], [ -75.026430737554094, 40.0246524466653 ], [ -75.026366129863305, 40.024586883437401 ], [ -75.0254735113744, 40.023575885253599 ], [ -75.0253186314049, 40.023407481018097 ], [ -75.025147029394105, 40.023251788330498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10022, "tnode_": 9697, "lpoly_": null, "rpoly_": null, "length": 1025.41661959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 55340, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761910, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 33378, "Shape__Length": 408.09905818514471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031328530930793, 40.025289571240798 ], [ -75.028288719712805, 40.0268587502933 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10085, "tnode_": 9793, "lpoly_": null, "rpoly_": null, "length": 1099.2034339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 84100, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 761911, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 33379, "Shape__Length": 437.35601431636542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031170450926396, 40.025092050474903 ], [ -75.030951806620905, 40.025008071861301 ], [ -75.030886928046399, 40.0249905806659 ], [ -75.030811518300794, 40.024983192284999 ], [ -75.030740997690103, 40.024989861653502 ], [ -75.030670008537996, 40.025002228067898 ], [ -75.030605275822495, 40.025029715430897 ], [ -75.028641195193003, 40.026041784372701 ], [ -75.028367677715195, 40.026132519900301 ], [ -75.027774936464596, 40.026347928727297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10241, "tnode_": 10110, "lpoly_": null, "rpoly_": null, "length": 453.03549171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 84100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 761912, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 33380, "Shape__Length": 180.2666791988583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032375728161497, 40.024187395991 ], [ -75.030992459202494, 40.024832146516502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10324, "tnode_": 10241, "lpoly_": null, "rpoly_": null, "length": 486.6278089, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 84100, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761913, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 33381, "Shape__Length": 193.51641989890334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034006310421603, 40.023741071314703 ], [ -75.032660985183895, 40.024060564265 ], [ -75.032375728161497, 40.024187395991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10306, "tnode_": 10565, "lpoly_": null, "rpoly_": null, "length": 497.4701295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 25280, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761914, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 33382, "Shape__Length": 198.30316572005017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030140722689495, 40.023755287905999 ], [ -75.029648555843906, 40.023138774504702 ], [ -75.029215609428903, 40.022589512900197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10503, "tnode_": 10881, "lpoly_": null, "rpoly_": null, "length": 771.69148163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 65740, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 761917, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33383, "Shape__Length": 307.65842291759657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034487399467096, 40.022891614420701 ], [ -75.034473839913304, 40.022816637836797 ], [ -75.0344332154624, 40.022734774203002 ], [ -75.033810907842295, 40.0219149252001 ], [ -75.033194927501796, 40.021053202369799 ], [ -75.033180000834605, 40.021033800013598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10369, "tnode_": 10324, "lpoly_": null, "rpoly_": null, "length": 287.25399597000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7127, "st_code": 84100, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 761918, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 33384, "Shape__Length": 114.21803027277443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034985356688594, 40.023506010191397 ], [ -75.034006310421603, 40.023741071314703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10286, "tnode_": 10369, "lpoly_": null, "rpoly_": null, "length": 201.98091603999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5089, "r_f_add": 5000, "r_t_add": 5090, "st_code": 65740, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 761919, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33385, "Shape__Length": 80.513849080690804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035353782902007, 40.023976160845699 ], [ -75.0353359518557, 40.023927192348097 ], [ -75.035070021354699, 40.0235657379299 ], [ -75.034985356688594, 40.023506010191397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8967, "tnode_": 8868, "lpoly_": null, "rpoly_": null, "length": 213.54493504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 761922, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 33386, "Shape__Length": 85.190639186879835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084113423179502, 40.0316272757752 ], [ -75.084088034144997, 40.0318012211333 ], [ -75.084099157416105, 40.031889642316898 ], [ -75.084139322836705, 40.0319819435271 ], [ -75.084275399264101, 40.032181158060801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8994, "tnode_": 8967, "lpoly_": null, "rpoly_": null, "length": 69.78787583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 761923, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 33387, "Shape__Length": 27.838813053005865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084200494680204, 40.031447772838398 ], [ -75.084113423179502, 40.0316272757752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9044, "tnode_": 8994, "lpoly_": null, "rpoly_": null, "length": 186.33693978000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 761924, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 33388, "Shape__Length": 74.130469451023743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084796667344506, 40.031232808058498 ], [ -75.084493662149498, 40.031301491942202 ], [ -75.084200494680204, 40.031447772838398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8868, "tnode_": 8830, "lpoly_": null, "rpoly_": null, "length": 171.43715827999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1123, "l_hundred": 0, "r_hundred": 0, "seg_id": 761925, "oneway": "FT", "class": 2, "responsibl": "FAM", "update_": "2003-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD CIR", "stname": "OXFORD CIR", "objectid": 33389, "Shape__Length": 68.194686640598832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084275399264101, 40.032181158060801 ], [ -75.084328569258105, 40.032214632217098 ], [ -75.084414168773705, 40.032250053807502 ], [ -75.084512472319005, 40.032287738045099 ], [ -75.084618830114806, 40.032315774288399 ], [ -75.084687384670104, 40.032329166167997 ], [ -75.084765932458694, 40.032348689911899 ], [ -75.084835367647997, 40.032358940396101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7453, "tnode_": 8002, "lpoly_": null, "rpoly_": null, "length": 1649.7710362, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761927, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33390, "Shape__Length": 656.98850128400159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060037890166399, 40.039441950633503 ], [ -75.061542333005406, 40.0380146017255 ], [ -75.061941511417999, 40.037676032265701 ], [ -75.062211879091706, 40.037472821572798 ], [ -75.062579180525702, 40.037247105073497 ], [ -75.062846694599202, 40.037122377459298 ], [ -75.063226021076403, 40.036931191721003 ], [ -75.063528286931302, 40.036831517204803 ], [ -75.064446508013305, 40.036606431784399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8300, "tnode_": 8465, "lpoly_": null, "rpoly_": null, "length": 1155.8778193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761928, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33391, "Shape__Length": 459.65879133870021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070919421311203, 40.0351124653223 ], [ -75.071038954340906, 40.035098713089603 ], [ -75.074879131098498, 40.034219177513997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6853, "tnode_": 6919, "lpoly_": null, "rpoly_": null, "length": 60.8599656, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761929, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33392, "Shape__Length": 24.286317428208129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057607263116196, 40.041908880093303 ], [ -75.057550965502898, 40.041747513077802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6919, "tnode_": 7243, "lpoly_": null, "rpoly_": null, "length": 583.52634047000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761930, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33393, "Shape__Length": 232.5450743277508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057550965502898, 40.041747513077802 ], [ -75.057725589676707, 40.041595497299902 ], [ -75.058878564544202, 40.0405128864913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7243, "tnode_": 7453, "lpoly_": null, "rpoly_": null, "length": 507.50912705999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761931, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33394, "Shape__Length": 202.24494583887986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058878564544202, 40.0405128864913 ], [ -75.060037890166399, 40.039441950633503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7453, "tnode_": 7513, "lpoly_": null, "rpoly_": null, "length": 151.97862712, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761932, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33395, "Shape__Length": 60.489663412051812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060037890166399, 40.039441950633503 ], [ -75.060498168367701, 40.039220832635898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7902, "tnode_": 7721, "lpoly_": null, "rpoly_": null, "length": 580.02375249, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6700, "r_hundred": 0, "seg_id": 761933, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33396, "Shape__Length": 231.01588075147927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063059394921197, 40.037150002231897 ], [ -75.062711455432407, 40.037326368892899 ], [ -75.062437513945895, 40.037489961953099 ], [ -75.062131019295805, 40.037696281511302 ], [ -75.061891637941798, 40.037896263460098 ], [ -75.061546626327896, 40.038222360631998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7970, "tnode_": 7902, "lpoly_": null, "rpoly_": null, "length": 430.91190945, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6600, "r_hundred": 0, "seg_id": 761934, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33397, "Shape__Length": 171.39875700057098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064496932559507, 40.036732738794697 ], [ -75.064166891860197, 40.036810870203801 ], [ -75.063854974384199, 40.036894507325798 ], [ -75.063506616273898, 40.0369891517173 ], [ -75.063059394921197, 40.037150002231897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8023, "tnode_": 7970, "lpoly_": null, "rpoly_": null, "length": 234.25048654000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6600, "r_hundred": 0, "seg_id": 761935, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33398, "Shape__Length": 93.152902762180489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0653046015793, 40.0365651432707 ], [ -75.064496932559507, 40.036732738794697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8002, "tnode_": 8169, "lpoly_": null, "rpoly_": null, "length": 920.51924370999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761936, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33399, "Shape__Length": 366.07081646453628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064446508013305, 40.036606431784399 ], [ -75.066185911680506, 40.036233069983801 ], [ -75.067601594782602, 40.035897433936398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8131, "tnode_": 8169, "lpoly_": null, "rpoly_": null, "length": 79.96138592, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761937, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33400, "Shape__Length": 31.872290809595864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067435996384802, 40.036076260894802 ], [ -75.067601594782602, 40.035897433936398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8169, "tnode_": 8260, "lpoly_": null, "rpoly_": null, "length": 703.90654074000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761938, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33401, "Shape__Length": 279.93428085371721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067601594782602, 40.035897433936398 ], [ -75.070004318286493, 40.035329308096998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8270, "tnode_": 8248, "lpoly_": null, "rpoly_": null, "length": 188.76755461000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6352, "l_t_add": 6398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6300, "r_hundred": 0, "seg_id": 761939, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33402, "Shape__Length": 75.067802793010088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070809016041096, 40.035289135143998 ], [ -75.070161988982804, 40.035434603955601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8260, "tnode_": 8300, "lpoly_": null, "rpoly_": null, "length": 268.14172819000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761940, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33403, "Shape__Length": 106.63593047848077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070004318286493, 40.035329308096998 ], [ -75.070919421311203, 40.0351124653223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8343, "tnode_": 8270, "lpoly_": null, "rpoly_": null, "length": 525.84195627999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6350, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6300, "r_hundred": 0, "seg_id": 761941, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33404, "Shape__Length": 209.11734008131421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072605550448998, 40.034868828123997 ], [ -75.070809016041096, 40.035289135143998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8372, "tnode_": 8343, "lpoly_": null, "rpoly_": null, "length": 192.62658378999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6244, "l_t_add": 6298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6200, "r_hundred": 0, "seg_id": 761942, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33405, "Shape__Length": 76.600810559002767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073266965303304, 40.0347234846897 ], [ -75.072605550448998, 40.034868828123997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8602, "tnode_": 8554, "lpoly_": null, "rpoly_": null, "length": 254.36913549, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6056, "l_t_add": 6098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6000, "r_hundred": 0, "seg_id": 761943, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33406, "Shape__Length": 101.15334401939927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078340639111104, 40.033554699118604 ], [ -75.077468886426004, 40.033751013506297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8465, "tnode_": 8606, "lpoly_": null, "rpoly_": null, "length": 949.07748098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761944, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33407, "Shape__Length": 377.41850489412559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074879131098498, 40.034219177513997 ], [ -75.078127163779797, 40.033474807047 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8606, "tnode_": 8602, "lpoly_": null, "rpoly_": null, "length": 66.48599063, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761945, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33408, "Shape__Length": 26.450776678490605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078127163779797, 40.033474807047 ], [ -75.078340639111104, 40.033554699118604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8675, "tnode_": 8602, "lpoly_": null, "rpoly_": null, "length": 554.2598938, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6054, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6000, "r_hundred": 0, "seg_id": 761946, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33409, "Shape__Length": 220.41037153205463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0802372841368, 40.033119505512602 ], [ -75.078340639111104, 40.033554699118604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8606, "tnode_": 8711, "lpoly_": null, "rpoly_": null, "length": 668.19641089000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761947, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33410, "Shape__Length": 265.72001424614291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078127163779797, 40.033474807047 ], [ -75.080411972776105, 40.032945754158902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8761, "tnode_": 8675, "lpoly_": null, "rpoly_": null, "length": 597.68514851999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5900, "r_hundred": 0, "seg_id": 761948, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33411, "Shape__Length": 237.67888956609067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082280907690702, 40.032646097925898 ], [ -75.0802372841368, 40.033119505512602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8868, "tnode_": 8761, "lpoly_": null, "rpoly_": null, "length": 583.62668108000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5800, "l_t_add": 5898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 5800, "r_hundred": 0, "seg_id": 761949, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33412, "Shape__Length": 232.08760092818221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084275399264101, 40.032181158060801 ], [ -75.082280907690702, 40.032646097925898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8711, "tnode_": 9252, "lpoly_": null, "rpoly_": null, "length": 2417.6613202200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761950, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33413, "Shape__Length": 961.83788829706509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080411972776105, 40.032945754158902 ], [ -75.081461245154699, 40.032704279314103 ], [ -75.082444896530603, 40.032474366608 ], [ -75.083011737598, 40.032320474043999 ], [ -75.083561237149297, 40.032157882064702 ], [ -75.083910838912701, 40.032050614932601 ], [ -75.084292669401194, 40.031920263264603 ], [ -75.084727626665597, 40.031761917223001 ], [ -75.085200034457699, 40.031579824902003 ], [ -75.085852478316994, 40.031297304847797 ], [ -75.086196931062403, 40.031137622484202 ], [ -75.086724176250499, 40.030883728172299 ], [ -75.088132806361997, 40.030094510182202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8444, "tnode_": 8372, "lpoly_": null, "rpoly_": null, "length": 535.28903820999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6242, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6200, "r_hundred": 0, "seg_id": 761951, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33414, "Shape__Length": 212.87484146706305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075092980693796, 40.034298523921997 ], [ -75.073288025157595, 40.034728412235502 ], [ -75.073266965303304, 40.0347234846897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6679, "tnode_": 6739, "lpoly_": null, "rpoly_": null, "length": 139.08258798, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761955, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33415, "Shape__Length": 55.357389722085777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055700510078395, 40.0428529669177 ], [ -75.056124757925105, 40.0426543548597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6740, "tnode_": 6679, "lpoly_": null, "rpoly_": null, "length": 83.32947688, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7201, "r_t_add": 7201, "st_code": 69220, "l_hundred": 0, "r_hundred": 7200, "seg_id": 761956, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33416, "Shape__Length": 33.23163709834801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055844077737603, 40.042652591548901 ], [ -75.055700510078395, 40.0428529669177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6739, "tnode_": 7275, "lpoly_": null, "rpoly_": null, "length": 1089.4061748499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761957, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33417, "Shape__Length": 434.17426828786824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056124757925105, 40.0426543548597 ], [ -75.056711094036402, 40.042068460878099 ], [ -75.058557693252297, 40.040320804352604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7536, "tnode_": 7298, "lpoly_": null, "rpoly_": null, "length": 550.24694098999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6901, "r_t_add": 6999, "st_code": 69220, "l_hundred": 0, "r_hundred": 6900, "seg_id": 761958, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33418, "Shape__Length": 219.28636653188113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059657110825796, 40.039073484546002 ], [ -75.058420251785293, 40.040247280523701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7779, "tnode_": 7536, "lpoly_": null, "rpoly_": null, "length": 561.30146548999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6801, "r_t_add": 6899, "st_code": 69220, "l_hundred": 0, "r_hundred": 6800, "seg_id": 761959, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33419, "Shape__Length": 223.68147776613958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060930490518203, 40.037883442907102 ], [ -75.059657110825796, 40.039073484546002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7967, "tnode_": 7779, "lpoly_": null, "rpoly_": null, "length": 567.64824868999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6701, "r_t_add": 6799, "st_code": 69220, "l_hundred": 0, "r_hundred": 6700, "seg_id": 761960, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33420, "Shape__Length": 226.10602983577212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062383780111603, 40.036803448406197 ], [ -75.061786665845304, 40.037170307276597 ], [ -75.061494803019798, 40.037396734735097 ], [ -75.060930490518203, 40.037883442907102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8149, "tnode_": 8151, "lpoly_": null, "rpoly_": null, "length": 171.72367209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761964, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33421, "Shape__Length": 68.269287802397827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065483890109903, 40.035906369368497 ], [ -75.066097023762595, 40.035916394429698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8061, "tnode_": 8151, "lpoly_": null, "rpoly_": null, "length": 506.21782077, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761965, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33422, "Shape__Length": 201.31447975885663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0643653841679, 40.036315409677201 ], [ -75.065182147873998, 40.036133816516099 ], [ -75.066097023762595, 40.035916394429698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8151, "tnode_": 8202, "lpoly_": null, "rpoly_": null, "length": 462.88992965, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761966, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33423, "Shape__Length": 184.08792194797101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066097023762595, 40.035916394429698 ], [ -75.067674159882799, 40.035535620843497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8249, "tnode_": 8149, "lpoly_": null, "rpoly_": null, "length": 665.68874451, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6501, "r_t_add": 6595, "st_code": 69220, "l_hundred": 0, "r_hundred": 6500, "seg_id": 761967, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33424, "Shape__Length": 264.72738048349726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067766037825095, 40.035394418714098 ], [ -75.065483890109903, 40.035906369368497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8202, "tnode_": 8249, "lpoly_": null, "rpoly_": null, "length": 57.5126466, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761968, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33425, "Shape__Length": 22.936427154446257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067674159882799, 40.035535620843497 ], [ -75.067766037825095, 40.035394418714098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8263, "tnode_": 8249, "lpoly_": null, "rpoly_": null, "length": 130.43331741, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6427, "r_t_add": 6499, "st_code": 69220, "l_hundred": 0, "r_hundred": 6400, "seg_id": 761969, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33426, "Shape__Length": 51.86967685778103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068213291247801, 40.0352943652371 ], [ -75.067766037825095, 40.035394418714098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8202, "tnode_": 8302, "lpoly_": null, "rpoly_": null, "length": 561.63709457999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761970, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33427, "Shape__Length": 223.34799563920973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067674159882799, 40.035535620843497 ], [ -75.068101718309606, 40.035439943707402 ], [ -75.0695991306049, 40.035102503185897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8325, "tnode_": 8263, "lpoly_": null, "rpoly_": null, "length": 360.8860404, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6401, "r_t_add": 6425, "st_code": 69220, "l_hundred": 0, "r_hundred": 6400, "seg_id": 761971, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33428, "Shape__Length": 143.51881572357257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069444882028804, 40.035002459269798 ], [ -75.068213291247801, 40.0352943652371 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8411, "tnode_": 8325, "lpoly_": null, "rpoly_": null, "length": 522.59544735000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6301, "r_t_add": 6399, "st_code": 69220, "l_hundred": 0, "r_hundred": 6300, "seg_id": 761972, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33429, "Shape__Length": 207.82696996066034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071228435702196, 40.0345800245615 ], [ -75.069444882028804, 40.035002459269798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8425, "tnode_": 8411, "lpoly_": null, "rpoly_": null, "length": 177.08419286, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6299, "r_t_add": 6299, "st_code": 69220, "l_hundred": 0, "r_hundred": 6200, "seg_id": 761973, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33430, "Shape__Length": 70.421844691696833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071834124272698, 40.034440227615598 ], [ -75.071228435702196, 40.0345800245615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8589, "tnode_": 8569, "lpoly_": null, "rpoly_": null, "length": 76.39573111, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6105, "r_t_add": 6105, "st_code": 69220, "l_hundred": 0, "r_hundred": 6100, "seg_id": 761974, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33431, "Shape__Length": 30.380248312407623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075514331924296, 40.033609169416899 ], [ -75.075253051820397, 40.033669520298297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8630, "tnode_": 8589, "lpoly_": null, "rpoly_": null, "length": 342.55239562999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6101, "r_t_add": 6103, "st_code": 69220, "l_hundred": 0, "r_hundred": 6100, "seg_id": 761975, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33432, "Shape__Length": 136.22326774113776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076684726259202, 40.033335605784302 ], [ -75.075514331924296, 40.033609169416899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8506, "tnode_": 8643, "lpoly_": null, "rpoly_": null, "length": 877.42063123000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761976, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33433, "Shape__Length": 348.92078729020403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074441679126707, 40.033989320908098 ], [ -75.076979707845695, 40.0334060562015 ], [ -75.077445634566601, 40.033304260225499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8646, "tnode_": 8630, "lpoly_": null, "rpoly_": null, "length": 183.05710774, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6025, "r_t_add": 6099, "st_code": 69220, "l_hundred": 0, "r_hundred": 6000, "seg_id": 761977, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33434, "Shape__Length": 72.793850657434618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077313123028304, 40.0331970920383 ], [ -75.076684726259202, 40.033335605784302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8646, "tnode_": 8643, "lpoly_": null, "rpoly_": null, "length": 53.86058805, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761978, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33435, "Shape__Length": 21.456056310787218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077313123028304, 40.0331970920383 ], [ -75.077445634566601, 40.033304260225499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8670, "tnode_": 8646, "lpoly_": null, "rpoly_": null, "length": 57.15489253000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6023, "r_t_add": 6023, "st_code": 69220, "l_hundred": 0, "r_hundred": 6000, "seg_id": 761979, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33436, "Shape__Length": 22.729000371102391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077508120082499, 40.033150739844302 ], [ -75.077313123028304, 40.0331970920383 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8730, "tnode_": 8670, "lpoly_": null, "rpoly_": null, "length": 442.07424989000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6001, "r_t_add": 6021, "st_code": 69220, "l_hundred": 0, "r_hundred": 6000, "seg_id": 761980, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33437, "Shape__Length": 175.79648214904987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079021496862097, 40.032805382304602 ], [ -75.077843024530395, 40.033078206507 ], [ -75.077508120082499, 40.033150739844302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8643, "tnode_": 8778, "lpoly_": null, "rpoly_": null, "length": 969.6349164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761981, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33438, "Shape__Length": 385.59105216642911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077445634566601, 40.033304260225499 ], [ -75.080715419659398, 40.032543068604802 ], [ -75.080760686412006, 40.032550326133801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8814, "tnode_": 8730, "lpoly_": null, "rpoly_": null, "length": 555.0967264200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5901, "r_t_add": 5999, "st_code": 69220, "l_hundred": 0, "r_hundred": 5900, "seg_id": 761982, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33439, "Shape__Length": 220.74121891108251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080920385118802, 40.032367991081799 ], [ -75.079021496862097, 40.032805382304602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8839, "tnode_": 8814, "lpoly_": null, "rpoly_": null, "length": 179.49211728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5891, "r_t_add": 5899, "st_code": 69220, "l_hundred": 0, "r_hundred": 5800, "seg_id": 761983, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33440, "Shape__Length": 71.377890564973157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081533337695703, 40.032223878713303 ], [ -75.080920385118802, 40.032367991081799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8967, "tnode_": 8839, "lpoly_": null, "rpoly_": null, "length": 754.47732588999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 5801, "r_t_add": 5889, "st_code": 69220, "l_hundred": 0, "r_hundred": 5800, "seg_id": 761984, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-04-19T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33441, "Shape__Length": 300.02520572961294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084113423179502, 40.0316272757752 ], [ -75.081533337695703, 40.032223878713303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8382, "tnode_": 8506, "lpoly_": null, "rpoly_": null, "length": 976.35226164000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761985, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33442, "Shape__Length": 388.26701732652532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0710993042225, 40.034751995932602 ], [ -75.071486410155401, 40.034673494536598 ], [ -75.074441679126707, 40.033989320908098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8778, "tnode_": 9289, "lpoly_": null, "rpoly_": null, "length": 2226.4339887900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761986, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33443, "Shape__Length": 885.7979469240322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080760686412006, 40.032550326133801 ], [ -75.081777681189095, 40.032316923156301 ], [ -75.081906964330301, 40.032290511356102 ], [ -75.0820061569693, 40.032266579259499 ], [ -75.082110797322002, 40.032235619380003 ], [ -75.083807375949903, 40.031908513405 ], [ -75.083951498252802, 40.031872902737497 ], [ -75.084092582957794, 40.031835631950599 ], [ -75.084328849511806, 40.031771154067499 ], [ -75.084518619477393, 40.0317055965808 ], [ -75.084722414307393, 40.031633516378797 ], [ -75.084928055285204, 40.031550529252598 ], [ -75.085125084138298, 40.031458108099898 ], [ -75.085281065272596, 40.031383815500497 ], [ -75.085474333496606, 40.031281767227597 ], [ -75.085606641877604, 40.031204539927501 ], [ -75.086046269576499, 40.030938865800501 ], [ -75.0867369801705, 40.030520804292102 ], [ -75.087045784653398, 40.030340553800201 ], [ -75.087806226082094, 40.029924385926499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7298, "tnode_": 6740, "lpoly_": null, "rpoly_": null, "length": 1134.9126022100002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7001, "r_t_add": 7199, "st_code": 69220, "l_hundred": 0, "r_hundred": 7000, "seg_id": 761987, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33444, "Shape__Length": 452.28735980177277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058420251785293, 40.040247280523701 ], [ -75.055844077737603, 40.042652591548901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8302, "tnode_": 8382, "lpoly_": null, "rpoly_": null, "length": 439.04937671, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761988, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33445, "Shape__Length": 174.60105055580095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0695991306049, 40.035102503185897 ], [ -75.0710993042225, 40.034751995932602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8569, "tnode_": 8523, "lpoly_": null, "rpoly_": null, "length": 286.64471131, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6107, "r_t_add": 6199, "st_code": 69220, "l_hundred": 0, "r_hundred": 6100, "seg_id": 761989, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33446, "Shape__Length": 113.98947300783408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075253051820397, 40.033669520298297 ], [ -75.074271976435696, 40.033894104541503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7275, "tnode_": 8061, "lpoly_": null, "rpoly_": null, "length": 2236.8769217900003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 761990, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33447, "Shape__Length": 890.90820291920625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058557693252297, 40.040320804352604 ], [ -75.058796805050207, 40.0401097334585 ], [ -75.061012257104096, 40.038021960163498 ], [ -75.0614128454622, 40.037647844122297 ], [ -75.061827280652395, 40.037313586008302 ], [ -75.0621231859093, 40.037114926128503 ], [ -75.062465179380496, 40.036921297750403 ], [ -75.062900294878204, 40.036714033747202 ], [ -75.063198204417802, 40.0365944892757 ], [ -75.063568274194395, 40.036493595856498 ], [ -75.0643653841679, 40.036315409677201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8248, "tnode_": 8145, "lpoly_": null, "rpoly_": null, "length": 696.74278089000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6400, "r_hundred": 0, "seg_id": 761993, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33448, "Shape__Length": 277.07955445873625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070161988982804, 40.035434603955601 ], [ -75.0688219055383, 40.035732353062301 ], [ -75.067776418304604, 40.035978181137303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6853, "tnode_": 6797, "lpoly_": null, "rpoly_": null, "length": 234.63593437, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7102, "l_t_add": 7134, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7100, "r_hundred": 0, "seg_id": 761995, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33449, "Shape__Length": 93.512176872166137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057607263116196, 40.041908880093303 ], [ -75.057081277806503, 40.042410312829098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6939, "tnode_": 6853, "lpoly_": null, "rpoly_": null, "length": 59.35916042, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7100, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7100, "r_hundred": 0, "seg_id": 761996, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33450, "Shape__Length": 23.658090871957128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057738308029997, 40.041780789144497 ], [ -75.057607263116196, 40.041908880093303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7348, "tnode_": 7229, "lpoly_": null, "rpoly_": null, "length": 297.21940884000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6922, "l_t_add": 6998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6900, "r_hundred": 0, "seg_id": 761997, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33451, "Shape__Length": 118.44567934066227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059695297735402, 40.039971977011398 ], [ -75.059019390172793, 40.0406011048915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7452, "tnode_": 7348, "lpoly_": null, "rpoly_": null, "length": 257.64621591000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6920, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6900, "r_hundred": 0, "seg_id": 761998, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33452, "Shape__Length": 102.67582462799345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060278616683306, 40.039424976361801 ], [ -75.059695297735402, 40.039971977011398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7513, "tnode_": 7452, "lpoly_": null, "rpoly_": null, "length": 96.48510587, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6838, "l_t_add": 6898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6800, "r_hundred": 0, "seg_id": 761999, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33453, "Shape__Length": 38.449909950115597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060498168367701, 40.039220832635898 ], [ -75.060278616683306, 40.039424976361801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8131, "tnode_": 8071, "lpoly_": null, "rpoly_": null, "length": 305.82803306999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6508, "l_t_add": 6534, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6500, "r_hundred": 0, "seg_id": 762000, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33454, "Shape__Length": 121.61968560713505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067435996384802, 40.036076260894802 ], [ -75.066386035547396, 40.036307478783399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8145, "tnode_": 8131, "lpoly_": null, "rpoly_": null, "length": 101.79807279000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6506, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6500, "r_hundred": 0, "seg_id": 762001, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33455, "Shape__Length": 40.489871422332691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067776418304604, 40.035978181137303 ], [ -75.067435996384802, 40.036076260894802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7229, "tnode_": 6939, "lpoly_": null, "rpoly_": null, "length": 559.76397616000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7000, "r_hundred": 0, "seg_id": 762002, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33456, "Shape__Length": 223.07140445168434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059019390172793, 40.0406011048915 ], [ -75.058134789273296, 40.041417758558303 ], [ -75.057738308029997, 40.041780789144497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10864, "tnode_": 10787, "lpoly_": null, "rpoly_": null, "length": 173.55491496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5416, "l_t_add": 5498, "r_f_add": 5415, "r_t_add": 5499, "st_code": 57560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 762003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 33457, "Shape__Length": 69.06950972046188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071062432906501, 40.021594690071197 ], [ -75.070550572935403, 40.021863236613903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10902, "tnode_": 10864, "lpoly_": null, "rpoly_": null, "length": 146.9547437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULBERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5414, "r_f_add": 5401, "r_t_add": 5413, "st_code": 57560, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 762004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MULBERRY ST", "stname": "MULBERRY ST", "objectid": 33458, "Shape__Length": 58.479480215916908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.07150099287, 40.021373219417697 ], [ -75.071062432906501, 40.021594690071197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10902, "tnode_": 10820, "lpoly_": null, "rpoly_": null, "length": 199.39085254000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNEDY", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 47380, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNEDY ST", "stname": "KENNEDY ST", "objectid": 33459, "Shape__Length": 79.489024786988153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.07150099287, 40.021373219417697 ], [ -75.071794996319497, 40.021703654791203 ], [ -75.071818084648896, 40.021773768173603 ], [ -75.071808688553702, 40.021848093166298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11182, "tnode_": 11257, "lpoly_": null, "rpoly_": null, "length": 657.94686008000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4905, "l_t_add": 4943, "r_f_add": 4920, "r_t_add": 4944, "st_code": 50500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762006, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33460, "Shape__Length": 262.15132536868396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049500387105695, 40.018938398517399 ], [ -75.048959798318705, 40.018342679975902 ], [ -75.048692338822406, 40.018036839530602 ], [ -75.048457954309995, 40.017833083427 ], [ -75.048280571275896, 40.017698440510998 ], [ -75.048170637888006, 40.017618240940202 ], [ -75.048104741343295, 40.017568517507698 ], [ -75.048088239946395, 40.017509834883299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10765, "tnode_": 10992, "lpoly_": null, "rpoly_": null, "length": 675.03320470999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4915, "l_t_add": 4999, "r_f_add": 4914, "r_t_add": 4998, "st_code": 78940, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762007, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33461, "Shape__Length": 269.03833891553029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044277058566195, 40.021645572903203 ], [ -75.043300411952998, 40.0205174237459 ], [ -75.042944370834704, 40.020101577844997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9740, "tnode_": 9543, "lpoly_": null, "rpoly_": null, "length": 455.70928507000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 47620, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 762008, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 33462, "Shape__Length": 181.36900915723913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034459472103904, 40.026811308933098 ], [ -75.033721430036096, 40.0272044591431 ], [ -75.033110296074994, 40.027510480257902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9543, "tnode_": 9339, "lpoly_": null, "rpoly_": null, "length": 528.26517766999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 47620, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 33463, "Shape__Length": 210.24332354775842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033110296074994, 40.027510480257902 ], [ -75.031539773252206, 40.028313749814899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10985, "tnode_": 10909, "lpoly_": null, "rpoly_": null, "length": 397.13991713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6752, "l_t_add": 6798, "r_f_add": 6745, "r_t_add": 6799, "st_code": 59570, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762010, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 33464, "Shape__Length": 158.0013355947485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041427830563904, 40.020122210082398 ], [ -75.040196260096295, 40.0206625248981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10909, "tnode_": 10845, "lpoly_": null, "rpoly_": null, "length": 231.72720004000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 59570, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762011, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 33465, "Shape__Length": 92.19644061413986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040196260096295, 40.0206625248981 ], [ -75.039482427204106, 40.020984149216098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10829, "tnode_": 10909, "lpoly_": null, "rpoly_": null, "length": 186.54598851999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 48040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 762012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33466, "Shape__Length": 74.369817137604912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040518859751799, 40.021110542933201 ], [ -75.040196260096295, 40.0206625248981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11430, "tnode_": 11484, "lpoly_": null, "rpoly_": null, "length": 164.61897485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY PALMYRA", "st_type": "BRG", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1190, "l_hundred": 0, "r_hundred": 0, "seg_id": 762013, "oneway": "B", "class": 2, "responsibl": "BCBC", "update_": "2008-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY PALMYRA BRG", "stname": "TACONY PALMYRA BRG", "objectid": 33467, "Shape__Length": 65.566421111424916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047800949337002, 40.017335178848001 ], [ -75.047402368600302, 40.017003072479 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11484, "tnode_": 12047, "lpoly_": null, "rpoly_": null, "length": 2130.7943958599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TACONY PALMYRA", "st_type": "BRG", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1190, "l_hundred": 0, "r_hundred": 0, "seg_id": 762014, "oneway": "B", "class": 2, "responsibl": "BCBC", "update_": "2008-09-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TACONY PALMYRA BRG", "stname": "TACONY PALMYRA BRG", "objectid": 33468, "Shape__Length": 849.0551338884593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047402368600302, 40.017003072479 ], [ -75.046958827887494, 40.016674572756898 ], [ -75.046482885679296, 40.016310605247099 ], [ -75.046291123737504, 40.016160119728703 ], [ -75.046015093401294, 40.015940745477899 ], [ -75.045786240428001, 40.015728564643098 ], [ -75.045498765707407, 40.015399441853504 ], [ -75.0433318057067, 40.012503014571003 ], [ -75.043036987824195, 40.012263023206202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11257, "tnode_": 11430, "lpoly_": null, "rpoly_": null, "length": 102.58135757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4945, "l_t_add": 4999, "r_f_add": 4946, "r_t_add": 4998, "st_code": 50500, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33469, "Shape__Length": 40.832436510576059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048088239946395, 40.017509834883299 ], [ -75.047800949337002, 40.017335178848001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11260, "tnode_": 11257, "lpoly_": null, "rpoly_": null, "length": 819.74329607000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50500, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 762017, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33470, "Shape__Length": 326.32045664422878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0503081601817, 40.018492905118997 ], [ -75.050071357773504, 40.018583921642097 ], [ -75.049838038588305, 40.018651494104603 ], [ -75.049619175518202, 40.018657859896699 ], [ -75.049414660177902, 40.018604697896301 ], [ -75.049280055377693, 40.018525550096903 ], [ -75.049091531809495, 40.018320672776497 ], [ -75.048900130998803, 40.018094094132501 ], [ -75.048639329038494, 40.017845061844803 ], [ -75.048387773503194, 40.017637886689698 ], [ -75.048237902227299, 40.017552781069803 ], [ -75.048088239946395, 40.017509834883299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10019, "tnode_": 10164, "lpoly_": null, "rpoly_": null, "length": 331.29688934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NATIONAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4933, "l_t_add": 4999, "r_f_add": 4936, "r_t_add": 4998, "st_code": 59000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NATIONAL ST", "stname": "NATIONAL ST", "objectid": 33471, "Shape__Length": 132.06766902537586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034545178118606, 40.0254010517192 ], [ -75.0339322719758, 40.024623187548798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9967, "tnode_": 10019, "lpoly_": null, "rpoly_": null, "length": 71.121313390000012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NATIONAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4901, "l_t_add": 4931, "r_f_add": 4900, "r_t_add": 4934, "st_code": 59000, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NATIONAL ST", "stname": "NATIONAL ST", "objectid": 33472, "Shape__Length": 28.352597087612086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034675180706401, 40.025568767215503 ], [ -75.034545178118606, 40.0254010517192 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9919, "tnode_": 10076, "lpoly_": null, "rpoly_": null, "length": 334.23074013000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4945, "l_t_add": 4999, "r_f_add": 4944, "r_t_add": 4998, "st_code": 82200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 33473, "Shape__Length": 133.23614770795663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033659508827796, 40.025823790630398 ], [ -75.033079471845994, 40.025088172999702 ], [ -75.033037205861802, 40.025040999372997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9859, "tnode_": 9919, "lpoly_": null, "rpoly_": null, "length": 142.71996268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4923, "l_t_add": 4943, "r_f_add": 4918, "r_t_add": 4942, "st_code": 82200, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 762021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 33474, "Shape__Length": 56.891780075685531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033929400500398, 40.026156120752297 ], [ -75.033659508827796, 40.025823790630398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8043, "tnode_": 7986, "lpoly_": null, "rpoly_": null, "length": 182.20857625999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7324, "l_t_add": 7346, "r_f_add": 7325, "r_t_add": 7347, "st_code": 31960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762022, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 33475, "Shape__Length": 72.5278614392912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038722550925897, 40.035800402692402 ], [ -75.038452724579599, 40.035944647191201 ], [ -75.038184133707702, 40.036081236980401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7798, "tnode_": 7769, "lpoly_": null, "rpoly_": null, "length": 134.98476534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7326, "l_t_add": 7336, "r_f_add": 7325, "r_t_add": 7339, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762024, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33476, "Shape__Length": 53.704275556431398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039725753761203, 40.037189355907998 ], [ -75.039581163223403, 40.037243166965801 ], [ -75.039291043518404, 40.037349530155304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7986, "tnode_": 7944, "lpoly_": null, "rpoly_": null, "length": 182.88692977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7348, "l_t_add": 7368, "r_f_add": 7349, "r_t_add": 7369, "st_code": 31960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762026, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 33477, "Shape__Length": 72.796740157213833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038184133707702, 40.036081236980401 ], [ -75.037929272707004, 40.036215523807101 ], [ -75.037641732773196, 40.036360883593701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7769, "tnode_": 7747, "lpoly_": null, "rpoly_": null, "length": 132.90771729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7338, "l_t_add": 7346, "r_f_add": 7341, "r_t_add": 7349, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762028, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33478, "Shape__Length": 52.875574719931294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039291043518404, 40.037349530155304 ], [ -75.038957895742698, 40.037467794491903 ], [ -75.038859934643895, 40.037502193748097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7944, "tnode_": 7878, "lpoly_": null, "rpoly_": null, "length": 216.44519197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7370, "l_t_add": 7398, "r_f_add": 7371, "r_t_add": 7399, "st_code": 31960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762030, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 33479, "Shape__Length": 86.154760758534508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037641732773196, 40.036360883593701 ], [ -75.037345857989806, 40.036517155811801 ], [ -75.036999838973401, 40.036691875876798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7740, "tnode_": 7681, "lpoly_": null, "rpoly_": null, "length": 216.39824065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7352, "l_t_add": 7398, "r_f_add": 7355, "r_t_add": 7399, "st_code": 34960, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762032, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33480, "Shape__Length": 86.093532533197987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038689580364505, 40.037560133297703 ], [ -75.038347543257402, 40.037684682655197 ], [ -75.037990194256906, 40.0378128908729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7732, "tnode_": 7613, "lpoly_": null, "rpoly_": null, "length": 297.44792501000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7332, "r_f_add": 7301, "r_t_add": 7333, "st_code": 50300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 762039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 33481, "Shape__Length": 118.42733063646554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042538214069594, 40.037731929335102 ], [ -75.0423870760131, 40.037819597918897 ], [ -75.041694343135106, 40.0382279001564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7131, "tnode_": 7037, "lpoly_": null, "rpoly_": null, "length": 294.55615574000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 50300, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 762041, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 33482, "Shape__Length": 117.22459852416307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036640748341995, 40.040469782219397 ], [ -75.036155037821004, 40.0406798319448 ], [ -75.035728441561403, 40.0408723599175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6889, "tnode_": 6787, "lpoly_": null, "rpoly_": null, "length": 292.44078573999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 26000, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 762043, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 33483, "Shape__Length": 116.37717863714576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037474389917094, 40.0415492882398 ], [ -75.037386706201701, 40.041588515450002 ], [ -75.036995608153006, 40.041753165448903 ], [ -75.036558971334699, 40.041935783943103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7037, "tnode_": 6937, "lpoly_": null, "rpoly_": null, "length": 293.48407799, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50300, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 762046, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 33484, "Shape__Length": 116.79830378512119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035728441561403, 40.0408723599175 ], [ -75.035279434701494, 40.0410674184741 ], [ -75.034819009631406, 40.0412729234517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6937, "tnode_": 6868, "lpoly_": null, "rpoly_": null, "length": 237.09274965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7724, "r_f_add": 7701, "r_t_add": 7725, "st_code": 50300, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 762048, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 33485, "Shape__Length": 94.359048205538471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034819009631406, 40.0412729234517 ], [ -75.034404694585106, 40.041456120950997 ], [ -75.034087441887806, 40.041600672717699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7071, "tnode_": 6998, "lpoly_": null, "rpoly_": null, "length": 209.52173542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7778, "r_f_add": 7701, "r_t_add": 7779, "st_code": 25580, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 762050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 33486, "Shape__Length": 83.363128503196208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033370836432098, 40.040680337318904 ], [ -75.033018047955395, 40.040811760662002 ], [ -75.032695623375105, 40.040928255385403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7781, "tnode_": 7664, "lpoly_": null, "rpoly_": null, "length": 278.21161461999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7132, "r_f_add": 7101, "r_t_add": 7131, "st_code": 70640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33487, "Shape__Length": 110.89271168972454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050184501492495, 40.037580943406702 ], [ -75.049879335232106, 40.037899084315796 ], [ -75.049599721623395, 40.038198367101003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7610, "tnode_": 7483, "lpoly_": null, "rpoly_": null, "length": 276.46400678999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7149, "st_code": 41280, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33488, "Shape__Length": 110.19898389892472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051801882703003, 40.038485342088997 ], [ -75.051517915668995, 40.038787454627702 ], [ -75.051223446588907, 40.039100399046099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7744, "tnode_": 7610, "lpoly_": null, "rpoly_": null, "length": 282.69891387999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7030, "l_t_add": 7098, "r_f_add": 7031, "r_t_add": 7099, "st_code": 41280, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33489, "Shape__Length": 112.68133084431187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052396980986003, 40.037858436658198 ], [ -75.052100215415194, 40.03817164638 ], [ -75.051801882703003, 40.038485342088997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7575, "tnode_": 7428, "lpoly_": null, "rpoly_": null, "length": 278.22310238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7030, "l_t_add": 7098, "r_f_add": 7031, "r_t_add": 7099, "st_code": 16220, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33490, "Shape__Length": 110.90366995415997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054024591333601, 40.038767137794203 ], [ -75.053730545896997, 40.039082081513897 ], [ -75.053448424591707, 40.0393893824751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10618, "tnode_": 10707, "lpoly_": null, "rpoly_": null, "length": 224.98547564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4601, "l_t_add": 4619, "r_f_add": 4600, "r_t_add": 4618, "st_code": 50500, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 762063, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33491, "Shape__Length": 89.669030966640065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052705258724203, 40.022601441675498 ], [ -75.052484643759797, 40.022355300116701 ], [ -75.052256725395694, 40.0220891075816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10716, "tnode_": 10793, "lpoly_": null, "rpoly_": null, "length": 224.46238916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4525, "l_t_add": 4599, "r_f_add": 4524, "r_t_add": 4598, "st_code": 68860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 762065, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33492, "Shape__Length": 89.461772490727554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055103826534506, 40.022103901334503 ], [ -75.054920268627797, 40.021876617396401 ], [ -75.054660489640696, 40.021590851932402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10541, "tnode_": 10618, "lpoly_": null, "rpoly_": null, "length": 225.25161725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4521, "l_t_add": 4599, "r_f_add": 4520, "r_t_add": 4598, "st_code": 50500, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 762067, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33493, "Shape__Length": 89.775547893502164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053154685417795, 40.0231141137996 ], [ -75.052934398969995, 40.022872895219699 ], [ -75.052705258724203, 40.022601441675498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10628, "tnode_": 10716, "lpoly_": null, "rpoly_": null, "length": 226.91188659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4523, "r_f_add": 4500, "r_t_add": 4522, "st_code": 68860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 762069, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33494, "Shape__Length": 90.432045241628941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055565882066404, 40.022615563458203 ], [ -75.055340941882505, 40.0223696225856 ], [ -75.055103826534506, 40.022103901334503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10427, "tnode_": 10541, "lpoly_": null, "rpoly_": null, "length": 225.16712833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4501, "l_t_add": 4519, "r_f_add": 4500, "r_t_add": 4518, "st_code": 50500, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 762071, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33495, "Shape__Length": 89.741029734820629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0536071018347, 40.023625009751001 ], [ -75.053375847270203, 40.023371096487701 ], [ -75.053154685417795, 40.0231141137996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10548, "tnode_": 10628, "lpoly_": null, "rpoly_": null, "length": 227.13385639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4425, "l_t_add": 4499, "r_f_add": 4424, "r_t_add": 4498, "st_code": 68860, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 762073, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33496, "Shape__Length": 90.532757732711744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056004742320297, 40.023139895041197 ], [ -75.055799549176896, 40.022894076024997 ], [ -75.055565882066404, 40.022615563458203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10338, "tnode_": 10427, "lpoly_": null, "rpoly_": null, "length": 225.68403987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4421, "l_t_add": 4499, "r_f_add": 4420, "r_t_add": 4498, "st_code": 50500, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 762075, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33497, "Shape__Length": 89.949225004756101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054057478279404, 40.0241386590166 ], [ -75.053832261083599, 40.023890375879702 ], [ -75.0536071018347, 40.023625009751001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10254, "tnode_": 10190, "lpoly_": null, "rpoly_": null, "length": 223.44063622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6312, "r_f_add": 6301, "r_t_add": 6311, "st_code": 81020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762077, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 33498, "Shape__Length": 88.924893679563127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057357601342304, 40.0246702574605 ], [ -75.057002785194896, 40.024852344593 ], [ -75.056696307785302, 40.0250133977476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10066, "tnode_": 10000, "lpoly_": null, "rpoly_": null, "length": 221.69670653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6300, "l_t_add": 6318, "r_f_add": 6301, "r_t_add": 6319, "st_code": 31960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762079, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 33499, "Shape__Length": 88.231842747684993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058253572654905, 40.025700945666301 ], [ -75.057898813635802, 40.025884888617803 ], [ -75.057596964439, 40.026040892431702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9578, "tnode_": 9500, "lpoly_": null, "rpoly_": null, "length": 216.75158213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6324, "l_t_add": 6328, "r_f_add": 6325, "r_t_add": 6361, "st_code": 34960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762081, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33500, "Shape__Length": 86.260191240357415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059229300371697, 40.027918096676103 ], [ -75.058672283686306, 40.028153491363597 ], [ -75.058582117949399, 40.0282341672903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9757, "tnode_": 9673, "lpoly_": null, "rpoly_": null, "length": 217.33357207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6320, "l_t_add": 6332, "r_f_add": 6319, "r_t_add": 6333, "st_code": 22420, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 33501, "Shape__Length": 86.498612214843277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058688086306802, 40.027286412782097 ], [ -75.058351618817596, 40.027463583891397 ], [ -75.058341483645194, 40.027468673324599 ], [ -75.058046056782104, 40.027621558179497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10000, "tnode_": 9924, "lpoly_": null, "rpoly_": null, "length": 215.82616358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6320, "l_t_add": 6334, "r_f_add": 6321, "r_t_add": 6333, "st_code": 31960, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762086, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 33502, "Shape__Length": 85.895145110765014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057596964439, 40.026040892431702 ], [ -75.057281553988702, 40.026204467964298 ], [ -75.056956734685897, 40.026370681941799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10066, "tnode_": 10161, "lpoly_": null, "rpoly_": null, "length": 225.85809617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4221, "r_f_add": 4200, "r_t_add": 4220, "st_code": 68860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762088, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33503, "Shape__Length": 90.024004014611762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058253572654905, 40.025700945666301 ], [ -75.0580322342703, 40.025446259329101 ], [ -75.057809606079701, 40.0251833553761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10263, "tnode_": 10363, "lpoly_": null, "rpoly_": null, "length": 225.82018097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4219, "r_f_add": 4200, "r_t_add": 4218, "st_code": 28320, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33504, "Shape__Length": 90.003759713405088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060215753095207, 40.024684589070297 ], [ -75.059980700989001, 40.024418742163498 ], [ -75.059764082172705, 40.024171071772798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10161, "tnode_": 10254, "lpoly_": null, "rpoly_": null, "length": 225.77738922999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4223, "l_t_add": 4299, "r_f_add": 4222, "r_t_add": 4298, "st_code": 68860, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762091, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33505, "Shape__Length": 89.987090297158403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057809606079701, 40.0251833553761 ], [ -75.057591580158103, 40.024945231312799 ], [ -75.057357601342304, 40.0246702574605 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10363, "tnode_": 10471, "lpoly_": null, "rpoly_": null, "length": 225.92283817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4221, "l_t_add": 4299, "r_f_add": 4220, "r_t_add": 4298, "st_code": 28320, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33506, "Shape__Length": 90.043767831510024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059764082172705, 40.024171071772798 ], [ -75.059556793718897, 40.023934647440001 ], [ -75.0593117425976, 40.0236575629905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10477, "tnode_": 10562, "lpoly_": null, "rpoly_": null, "length": 225.53722268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4219, "r_f_add": 4200, "r_t_add": 4222, "st_code": 16920, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33507, "Shape__Length": 89.89201383895265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062164098965596, 40.023678617830299 ], [ -75.061717809344003, 40.023163261049298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10562, "tnode_": 10651, "lpoly_": null, "rpoly_": null, "length": 225.59084866000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4221, "l_t_add": 4299, "r_f_add": 4224, "r_t_add": 4298, "st_code": 16920, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 762100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33508, "Shape__Length": 89.910865474175679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061717809344003, 40.023163261049298 ], [ -75.0612676477663, 40.022649722821399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9912, "tnode_": 10039, "lpoly_": null, "rpoly_": null, "length": 256.09084044000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4023, "l_t_add": 4099, "r_f_add": 4022, "r_t_add": 4098, "st_code": 28320, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 762102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33509, "Shape__Length": 102.07198723855731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061816426178396, 40.026520556271699 ], [ -75.061555624123301, 40.026220720992299 ], [ -75.061305712896598, 40.025937418340497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10184, "tnode_": 10008, "lpoly_": null, "rpoly_": null, "length": 336.39297438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6110, "l_t_add": 6136, "r_f_add": 6139, "r_t_add": 6173, "st_code": 40440, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762104, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33510, "Shape__Length": 134.23593771429543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062692317350098, 40.025218169836897 ], [ -75.062639562089103, 40.025619578093597 ], [ -75.062562545067394, 40.026136183028697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9815, "tnode_": 9736, "lpoly_": null, "rpoly_": null, "length": 216.15308545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6134, "r_f_add": 6101, "r_t_add": 6135, "st_code": 16220, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33511, "Shape__Length": 86.115213880110417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065109979514801, 40.027082681640998 ], [ -75.064914044001696, 40.027180068150997 ], [ -75.064872959561299, 40.027257360531898 ], [ -75.064617998147796, 40.027523467383297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9671, "tnode_": 9562, "lpoly_": null, "rpoly_": null, "length": 180.01372228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6116, "r_f_add": 6101, "r_t_add": 6117, "st_code": 19380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33512, "Shape__Length": 71.743096878264481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066816803508402, 40.027816165806399 ], [ -75.066623981442305, 40.028019592513999 ], [ -75.066502042937898, 40.028155268788502 ], [ -75.066441615527495, 40.0282173578182 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9457, "tnode_": 9369, "lpoly_": null, "rpoly_": null, "length": 166.53109462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6134, "r_f_add": 6101, "r_t_add": 6135, "st_code": 68080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33513, "Shape__Length": 66.370778504795084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068446997200198, 40.028719774188097 ], [ -75.068290409162799, 40.028887165483603 ], [ -75.068244255197996, 40.028939322252697 ], [ -75.068100297198598, 40.0290911579905 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9562, "tnode_": 9516, "lpoly_": null, "rpoly_": null, "length": 97.04788314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6118, "l_t_add": 6128, "r_f_add": 6119, "r_t_add": 6129, "st_code": 19380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33514, "Shape__Length": 38.676208203472356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066441615527495, 40.0282173578182 ], [ -75.066236097817594, 40.0284318611332 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9736, "tnode_": 9567, "lpoly_": null, "rpoly_": null, "length": 292.51441021000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6136, "l_t_add": 6198, "r_f_add": 6137, "r_t_add": 6199, "st_code": 16220, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33515, "Shape__Length": 116.57790585042525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064617998147796, 40.027523467383297 ], [ -75.064322265958793, 40.027831910024098 ], [ -75.064005942060902, 40.028174119050099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9471, "tnode_": 9366, "lpoly_": null, "rpoly_": null, "length": 215.80331229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6142, "l_t_add": 6198, "r_f_add": 6143, "r_t_add": 6199, "st_code": 19380, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33516, "Shape__Length": 86.010073210333076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066083196394402, 40.028597162369799 ], [ -75.065976911108507, 40.028713166542097 ], [ -75.065901139966499, 40.028787911380199 ], [ -75.065637953867395, 40.029080530728301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9272, "tnode_": 9183, "lpoly_": null, "rpoly_": null, "length": 217.9978167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6170, "l_t_add": 6198, "r_f_add": 6171, "r_t_add": 6199, "st_code": 68080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33517, "Shape__Length": 86.88132735226236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067719786935101, 40.029493785051599 ], [ -75.067520964632195, 40.029700042994698 ], [ -75.067261031203401, 40.029977243995297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9567, "tnode_": 9454, "lpoly_": null, "rpoly_": null, "length": 203.26168955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6210, "r_f_add": 6201, "r_t_add": 6211, "st_code": 16220, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33518, "Shape__Length": 81.006676597538927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064005942060902, 40.028174119050099 ], [ -75.063747660973306, 40.0284433758194 ], [ -75.063578016703602, 40.028624793874499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9366, "tnode_": 9256, "lpoly_": null, "rpoly_": null, "length": 204.94899165000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6218, "r_f_add": 6201, "r_t_add": 6219, "st_code": 19380, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33519, "Shape__Length": 81.680163509114621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065637953867395, 40.029080530728301 ], [ -75.0654041218515, 40.029330781126802 ], [ -75.065206391751005, 40.029534889234 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9130, "tnode_": 9026, "lpoly_": null, "rpoly_": null, "length": 221.15943277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6130, "l_t_add": 6198, "r_f_add": 6131, "r_t_add": 6199, "st_code": 33540, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33520, "Shape__Length": 88.146066844921421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069338318923798, 40.0303901357575 ], [ -75.069143124498495, 40.030592622860901 ], [ -75.0688798724196, 40.030884396423197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9369, "tnode_": 9272, "lpoly_": null, "rpoly_": null, "length": 181.29986275000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6136, "l_t_add": 6168, "r_f_add": 6137, "r_t_add": 6169, "st_code": 68080, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33521, "Shape__Length": 72.255691935683885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068100297198598, 40.0290911579905 ], [ -75.067901560050302, 40.029297456374003 ], [ -75.067719786935101, 40.029493785051599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9194, "tnode_": 9130, "lpoly_": null, "rpoly_": null, "length": 179.83791187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6128, "r_f_add": 6101, "r_t_add": 6129, "st_code": 33540, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33522, "Shape__Length": 71.67130273104209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069720934790993, 40.029993667076198 ], [ -75.069515600817596, 40.030209912216797 ], [ -75.069338318923798, 40.0303901357575 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8993, "tnode_": 9039, "lpoly_": null, "rpoly_": null, "length": 86.17300874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6148, "r_f_add": 6101, "r_t_add": 6149, "st_code": 50320, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33523, "Shape__Length": 34.354873844230013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071167886048599, 40.0311045551001 ], [ -75.071301234808104, 40.030935789848499 ], [ -75.071327348391094, 40.030902239518603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8840, "tnode_": 8700, "lpoly_": null, "rpoly_": null, "length": 323.10999748999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6122, "l_t_add": 6198, "r_f_add": 6123, "r_t_add": 6199, "st_code": 20020, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762150, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33524, "Shape__Length": 128.88073476969558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072684460142696, 40.031947123535701 ], [ -75.072483214185993, 40.032339444436801 ], [ -75.072246047802395, 40.032767492712203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8700, "tnode_": 8573, "lpoly_": null, "rpoly_": null, "length": 295.94248796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6208, "r_f_add": 6201, "r_t_add": 6261, "st_code": 20020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762152, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33525, "Shape__Length": 118.03937456817837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072246047802395, 40.032767492712203 ], [ -75.0720788098903, 40.033060264989302 ], [ -75.072004162686198, 40.033194800702098 ], [ -75.071825997257505, 40.033512957901401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8877, "tnode_": 8750, "lpoly_": null, "rpoly_": null, "length": 291.31151009000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6248, "r_f_add": 6201, "r_t_add": 6249, "st_code": 50320, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33526, "Shape__Length": 116.10625032919117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070506343474406, 40.0317901784395 ], [ -75.070204354196207, 40.032108019412902 ], [ -75.069897687336905, 40.032438686765502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8750, "tnode_": 8650, "lpoly_": null, "rpoly_": null, "length": 272.67356033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6250, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 50320, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33527, "Shape__Length": 108.6720121270605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069897687336905, 40.032438686765502 ], [ -75.069630067140196, 40.032721475898498 ], [ -75.069616194954904, 40.032734199241403 ], [ -75.069314936615896, 40.033038277272901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8918, "tnode_": 8791, "lpoly_": null, "rpoly_": null, "length": 271.34934486000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6228, "l_t_add": 6298, "r_f_add": 6229, "r_t_add": 6299, "st_code": 33540, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33528, "Shape__Length": 108.14619622842281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068273455078099, 40.031529445353797 ], [ -75.067985712391405, 40.031831020669301 ], [ -75.067699909426906, 40.032129836575798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9026, "tnode_": 9108, "lpoly_": null, "rpoly_": null, "length": 244.80891247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2725, "r_f_add": 2700, "r_t_add": 2724, "st_code": 28320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33529, "Shape__Length": 97.450643737568669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0688798724196, 40.030884396423197 ], [ -75.068513558144602, 40.030678440834897 ], [ -75.068173644126404, 40.030488306525598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8791, "tnode_": 8865, "lpoly_": null, "rpoly_": null, "length": 243.73630538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 68860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762160, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33530, "Shape__Length": 97.021115611814793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067699909426906, 40.032129836575798 ], [ -75.067379975552697, 40.031951709055598 ], [ -75.066990700077596, 40.031741983875001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8582, "tnode_": 8647, "lpoly_": null, "rpoly_": null, "length": 247.3156383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2721, "r_f_add": 2700, "r_t_add": 2720, "st_code": 50500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762163, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33531, "Shape__Length": 98.456558796080273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066526104756093, 40.033386152580597 ], [ -75.066171765303494, 40.033184150254897 ], [ -75.065818916053701, 40.0329794640651 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9108, "tnode_": 9168, "lpoly_": null, "rpoly_": null, "length": 239.76884884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2727, "l_t_add": 2755, "r_f_add": 2726, "r_t_add": 2754, "st_code": 28320, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33532, "Shape__Length": 95.443207736410926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068173644126404, 40.030488306525598 ], [ -75.067838084102306, 40.030299179300599 ], [ -75.067481122369202, 40.030101262453798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8865, "tnode_": 8940, "lpoly_": null, "rpoly_": null, "length": 239.29896114000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2751, "l_t_add": 2799, "r_f_add": 2750, "r_t_add": 2798, "st_code": 68860, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762167, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33533, "Shape__Length": 95.259082031109543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066990700077596, 40.031741983875001 ], [ -75.0666678373628, 40.031557654257703 ], [ -75.066667465773605, 40.031557417611602 ], [ -75.066301168389799, 40.031353980923498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8647, "tnode_": 8708, "lpoly_": null, "rpoly_": null, "length": 238.47434667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2723, "l_t_add": 2745, "r_f_add": 2722, "r_t_add": 2744, "st_code": 50500, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 762170, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33534, "Shape__Length": 94.930159921144963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065818916053701, 40.0329794640651 ], [ -75.065485277204601, 40.032798955665903 ], [ -75.065128397957395, 40.032596387823503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9183, "tnode_": 9231, "lpoly_": null, "rpoly_": null, "length": 169.84981903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2815, "r_f_add": 2800, "r_t_add": 2814, "st_code": 28320, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33535, "Shape__Length": 67.584873924889763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067261031203401, 40.029977243995297 ], [ -75.067184370015795, 40.029978643766199 ], [ -75.067096078435796, 40.029957437618997 ], [ -75.066737318739698, 40.029765161046797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8940, "tnode_": 9004, "lpoly_": null, "rpoly_": null, "length": 239.17293873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2831, "r_f_add": 2800, "r_t_add": 2832, "st_code": 68860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762174, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33536, "Shape__Length": 95.207451594776586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066301168389799, 40.031353980923498 ], [ -75.065962494372997, 40.031161483925104 ], [ -75.065610707778603, 40.0309675512826 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8726, "tnode_": 8769, "lpoly_": null, "rpoly_": null, "length": 158.77409534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2809, "r_f_add": 2800, "r_t_add": 2810, "st_code": 50500, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762177, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33537, "Shape__Length": 63.203908353889915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064896252494904, 40.032468679892297 ], [ -75.0647658642349, 40.032396360913701 ], [ -75.064437439665497, 40.032212602243803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9231, "tnode_": 9290, "lpoly_": null, "rpoly_": null, "length": 201.65033008999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2817, "l_t_add": 2837, "r_f_add": 2816, "r_t_add": 2836, "st_code": 28320, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33538, "Shape__Length": 80.268167944367249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066737318739698, 40.029765161046797 ], [ -75.066416670254995, 40.029582149974303 ], [ -75.066154035134403, 40.029440646053402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9004, "tnode_": 9070, "lpoly_": null, "rpoly_": null, "length": 204.22280968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2833, "l_t_add": 2865, "r_f_add": 2834, "r_t_add": 2866, "st_code": 68860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762181, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33539, "Shape__Length": 81.292137077518021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065610707778603, 40.0309675512826 ], [ -75.065275007381103, 40.030784070838202 ], [ -75.06501790355, 40.030641024951798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8769, "tnode_": 8829, "lpoly_": null, "rpoly_": null, "length": 204.96227456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2811, "l_t_add": 2839, "r_f_add": 2812, "r_t_add": 2838, "st_code": 50500, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762184, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33540, "Shape__Length": 81.590221746044165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064437439665497, 40.032212602243803 ], [ -75.064102449806001, 40.032025572339002 ], [ -75.063845624283999, 40.031881536546202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9290, "tnode_": 9366, "lpoly_": null, "rpoly_": null, "length": 200.72512335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2839, "l_t_add": 2899, "r_f_add": 2838, "r_t_add": 2898, "st_code": 28320, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33541, "Shape__Length": 79.931004719614478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066154035134403, 40.029440646053402 ], [ -75.065897139114696, 40.029292399773901 ], [ -75.065662710973697, 40.029156630410696 ], [ -75.065637953867395, 40.029080530728301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9070, "tnode_": 9123, "lpoly_": null, "rpoly_": null, "length": 196.86553768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2867, "l_t_add": 2899, "r_f_add": 2868, "r_t_add": 2898, "st_code": 68860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762188, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33542, "Shape__Length": 78.365706328872818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.06501790355, 40.030641024951798 ], [ -75.064772055828499, 40.030502029637901 ], [ -75.064771091784294, 40.030501480887402 ], [ -75.064450030253099, 40.0303224615757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8829, "tnode_": 8906, "lpoly_": null, "rpoly_": null, "length": 214.93733649000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2841, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 50500, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 762191, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33543, "Shape__Length": 85.535762824869579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063845624283999, 40.031881536546202 ], [ -75.0635962774235, 40.0317490075252 ], [ -75.063420296188696, 40.031658607843198 ], [ -75.063191634210597, 40.031575827299001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8573, "tnode_": 8442, "lpoly_": null, "rpoly_": null, "length": 279.62066201000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6210, "l_t_add": 6298, "r_f_add": 6263, "r_t_add": 6299, "st_code": 20020, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762195, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33544, "Shape__Length": 111.5299638491725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071825997257505, 40.033512957901401 ], [ -75.071633350017805, 40.033864622074603 ], [ -75.071470231703003, 40.034143672166799 ], [ -75.071427843542594, 40.034216838447101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8720, "tnode_": 8791, "lpoly_": null, "rpoly_": null, "length": 283.63707053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2129, "l_t_add": 2199, "r_f_add": 2128, "r_t_add": 2198, "st_code": 68860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 762197, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33545, "Shape__Length": 112.91092732634991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068516406573494, 40.032590594513501 ], [ -75.068170500414993, 40.032396986670499 ], [ -75.067699909426906, 40.032129836575798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8500, "tnode_": 8582, "lpoly_": null, "rpoly_": null, "length": 274.25964474999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2665, "l_t_add": 2699, "r_f_add": 2664, "r_t_add": 2698, "st_code": 50500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 762199, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33546, "Shape__Length": 109.18179823825557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067312425366097, 40.033833635238899 ], [ -75.067271054068001, 40.033799841164203 ], [ -75.066954902305994, 40.033628551593601 ], [ -75.066526104756093, 40.033386152580597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8650, "tnode_": 8720, "lpoly_": null, "rpoly_": null, "length": 276.76125829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2127, "r_f_add": 2100, "r_t_add": 2126, "st_code": 68860, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 762201, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33547, "Shape__Length": 110.17323005964201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069314936615896, 40.033038277272901 ], [ -75.068920675915706, 40.032817183135798 ], [ -75.068516406573494, 40.032590594513501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8437, "tnode_": 8500, "lpoly_": null, "rpoly_": null, "length": 290.20572568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2637, "l_t_add": 2663, "r_f_add": 2636, "r_t_add": 2662, "st_code": 50500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 762203, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33548, "Shape__Length": 115.51666147795478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068164532285394, 40.034286753581398 ], [ -75.067739092602807, 40.0340711139932 ], [ -75.067312425366097, 40.033833635238899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8442, "tnode_": 8650, "lpoly_": null, "rpoly_": null, "length": 731.0498968000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2011, "l_t_add": 2099, "r_f_add": 2010, "r_t_add": 2098, "st_code": 68860, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762205, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33549, "Shape__Length": 291.01748970447414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071427843542594, 40.034216838447101 ], [ -75.071330733962199, 40.034157738573498 ], [ -75.069764163708598, 40.033285735078799 ], [ -75.069314936615896, 40.033038277272901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8325, "tnode_": 8437, "lpoly_": null, "rpoly_": null, "length": 443.30858523999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2601, "l_t_add": 2635, "r_f_add": 2600, "r_t_add": 2634, "st_code": 50500, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 762207, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33550, "Shape__Length": 176.47629991154409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069444882028804, 40.035002459269798 ], [ -75.068539016740502, 40.034501274861903 ], [ -75.068164532285394, 40.034286753581398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9869, "tnode_": 9937, "lpoly_": null, "rpoly_": null, "length": 209.22846353, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1715, "l_t_add": 1799, "r_f_add": 1716, "r_t_add": 1798, "st_code": 22600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 33551, "Shape__Length": 83.319728395464466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075490740493606, 40.027080831821401 ], [ -75.075368941655597, 40.027047180454701 ], [ -75.075144044042901, 40.026857751472598 ], [ -75.074946853147694, 40.026700545316402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9599, "tnode_": 9689, "lpoly_": null, "rpoly_": null, "length": 224.96419107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1817, "r_f_add": 1800, "r_t_add": 1816, "st_code": 79720, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 762237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33552, "Shape__Length": 89.546423006719309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0744733509882, 40.028291942692299 ], [ -75.074086573997405, 40.028071407061802 ], [ -75.073822635560902, 40.027929930177102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9353, "tnode_": 9465, "lpoly_": null, "rpoly_": null, "length": 348.43092879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1641, "l_t_add": 1699, "r_f_add": 1640, "r_t_add": 1698, "st_code": 79720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33553, "Shape__Length": 138.69314082787452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076442126258399, 40.029387305992699 ], [ -75.075964091212995, 40.029123554173196 ], [ -75.075432897956901, 40.028827900756497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9465, "tnode_": 9204, "lpoly_": null, "rpoly_": null, "length": 560.45428548999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5900, "l_t_add": 5998, "r_f_add": 5901, "r_t_add": 5999, "st_code": 63815, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 762241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PENN ST", "stname": "N PENN ST", "objectid": 33554, "Shape__Length": 223.36497384746639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075432897956901, 40.028827900756497 ], [ -75.074792751428205, 40.029500770578402 ], [ -75.074255818993905, 40.030072175293803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9001, "tnode_": 8891, "lpoly_": null, "rpoly_": null, "length": 278.12299504000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5930, "l_t_add": 5998, "r_f_add": 5931, "r_t_add": 5999, "st_code": 76000, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 762243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVESTER ST", "stname": "SYLVESTER ST", "objectid": 33555, "Shape__Length": 110.84834371400542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078087392325202, 40.031262601621002 ], [ -75.0777921917486, 40.031573394164802 ], [ -75.077505201722204, 40.031881148641098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9097, "tnode_": 8962, "lpoly_": null, "rpoly_": null, "length": 283.7090213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5926, "l_t_add": 5998, "r_f_add": 5927, "r_t_add": 5999, "st_code": 61040, "l_hundred": 5900, "r_hundred": 5900, "seg_id": 762245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33556, "Shape__Length": 113.14746624616896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077214586964701, 40.030777586203499 ], [ -75.076997378257403, 40.031142681027497 ], [ -75.0767865429046, 40.031483452479897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8810, "tnode_": 8670, "lpoly_": null, "rpoly_": null, "length": 374.58349152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 43560, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 33557, "Shape__Length": 149.30260331321298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078279131477103, 40.032310689167197 ], [ -75.077715826403605, 40.032908849181297 ], [ -75.077508120082499, 40.033150739844302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8810, "tnode_": 8891, "lpoly_": null, "rpoly_": null, "length": 267.31383243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1529, "r_f_add": 1500, "r_t_add": 1500, "st_code": 24480, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33558, "Shape__Length": 106.40936592652722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078279131477103, 40.032310689167197 ], [ -75.077874906217701, 40.032089769358599 ], [ -75.077505201722204, 40.031881148641098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8962, "tnode_": 8823, "lpoly_": null, "rpoly_": null, "length": 285.7916873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6025, "st_code": 61040, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33559, "Shape__Length": 113.97771418304907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0767865429046, 40.031483452479897 ], [ -75.076558982625997, 40.031860788638099 ], [ -75.076351238459495, 40.032193020996601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9111, "tnode_": 8988, "lpoly_": null, "rpoly_": null, "length": 279.27140511000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6048, "r_f_add": 6001, "r_t_add": 6049, "st_code": 71060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33560, "Shape__Length": 111.30427508722761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075266322378397, 40.030639432355898 ], [ -75.074979537952601, 40.030948910992699 ], [ -75.074680286456598, 40.031259696999498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8988, "tnode_": 8878, "lpoly_": null, "rpoly_": null, "length": 280.81329776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6051, "r_t_add": 6099, "st_code": 71060, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 33561, "Shape__Length": 111.92037229976364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074680286456598, 40.031259696999498 ], [ -75.074383397438396, 40.031572626840003 ], [ -75.074092042261, 40.031883996358403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8823, "tnode_": 8701, "lpoly_": null, "rpoly_": null, "length": 286.53305132000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6050, "l_t_add": 6098, "r_f_add": 6027, "r_t_add": 6099, "st_code": 61040, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33562, "Shape__Length": 114.27895178387905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076351238459495, 40.032193020996601 ], [ -75.076135217690904, 40.032560693782102 ], [ -75.075926614980403, 40.032908657464901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8701, "tnode_": 8589, "lpoly_": null, "rpoly_": null, "length": 280.09525242999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 6101, "r_t_add": 6199, "st_code": 61040, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 33563, "Shape__Length": 111.71349595457909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075926614980403, 40.032908657464901 ], [ -75.075728117336894, 40.033237950473698 ], [ -75.075514331924296, 40.033609169416899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8569, "tnode_": 8902, "lpoly_": null, "rpoly_": null, "length": 929.38513467999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 49160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33564, "Shape__Length": 370.3101019381254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075253051820397, 40.033669520298297 ], [ -75.075150487126507, 40.033454729254899 ], [ -75.075094648274998, 40.033387880732903 ], [ -75.075030422089995, 40.033328243387899 ], [ -75.074937392564905, 40.033265805062598 ], [ -75.074834619567994, 40.033211350891897 ], [ -75.073827429328404, 40.032653509205602 ], [ -75.073607359689305, 40.032526313297701 ], [ -75.073561961996802, 40.0324538550285 ], [ -75.073556367032594, 40.032371503711303 ], [ -75.073694286968603, 40.032116486493003 ], [ -75.073871368200699, 40.031772714530199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8902, "tnode_": 8974, "lpoly_": null, "rpoly_": null, "length": 287.50693356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1675, "l_t_add": 1699, "r_f_add": 1674, "r_t_add": 1698, "st_code": 16920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33565, "Shape__Length": 114.45138391967964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073871368200699, 40.031772714530199 ], [ -75.073515683773095, 40.031563096320397 ], [ -75.073045655983194, 40.031303827864797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8523, "tnode_": 8425, "lpoly_": null, "rpoly_": null, "length": 712.36594333000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6201, "r_t_add": 6297, "st_code": 69220, "l_hundred": 0, "r_hundred": 6200, "seg_id": 762266, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33566, "Shape__Length": 283.28712813053386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074271976435696, 40.033894104541503 ], [ -75.073639097073098, 40.034050742671702 ], [ -75.071898681778407, 40.034444673984098 ], [ -75.071834124272698, 40.034440227615598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8973, "tnode_": 8885, "lpoly_": null, "rpoly_": null, "length": 225.49513369000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5700, "l_t_add": 5798, "r_f_add": 5701, "r_t_add": 5799, "st_code": 49200, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 762270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33567, "Shape__Length": 89.87320763395077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081705350052502, 40.031554361268597 ], [ -75.0814491792854, 40.031816370128901 ], [ -75.081233187917107, 40.032055658958001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8994, "tnode_": 9087, "lpoly_": null, "rpoly_": null, "length": 290.37637654000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1318, "st_code": 22600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHELTENHAM AVE", "stname": "E CHELTENHAM AVE", "objectid": 33568, "Shape__Length": 115.5901919253057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084200494680204, 40.031447772838398 ], [ -75.084107665119006, 40.0314050776459 ], [ -75.083684927820599, 40.031163262862599 ], [ -75.083362557157997, 40.030978857418802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9159, "tnode_": 9061, "lpoly_": null, "rpoly_": null, "length": 224.92024833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 5500, "l_t_add": 5598, "r_f_add": 5501, "r_t_add": 5599, "st_code": 49200, "l_hundred": 5500, "r_hundred": 5500, "seg_id": 762274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33569, "Shape__Length": 89.641543791593548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082637478004699, 40.030572412885398 ], [ -75.082403816512993, 40.030827129094703 ], [ -75.082164065974794, 40.0310710918857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6233, "tnode_": 6096, "lpoly_": null, "rpoly_": null, "length": 271.58563765999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 75420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762294, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33570, "Shape__Length": 108.26270849415982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079763856184698, 40.045541284333197 ], [ -75.079497627571101, 40.045839348313898 ], [ -75.0794871661532, 40.045851060994501 ], [ -75.0791904157972, 40.046142147118999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6026, "tnode_": 5912, "lpoly_": null, "rpoly_": null, "length": 280.19073362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 11980, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762295, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 33571, "Shape__Length": 111.66507052576617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081636184249007, 40.0465553693587 ], [ -75.081313748796404, 40.0468611376768 ], [ -75.080989897606102, 40.047142408163303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6357, "tnode_": 6233, "lpoly_": null, "rpoly_": null, "length": 281.95404962000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 75420, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762300, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33572, "Shape__Length": 112.39769999119946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080354269390099, 40.044914255246603 ], [ -75.080036827014197, 40.045251385831797 ], [ -75.080028594033394, 40.045260130071902 ], [ -75.079763856184698, 40.045541284333197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6472, "tnode_": 6357, "lpoly_": null, "rpoly_": null, "length": 203.99677779000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6528, "l_t_add": 6598, "r_f_add": 6529, "r_t_add": 6599, "st_code": 75420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762304, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33573, "Shape__Length": 81.325763799355883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080770678198704, 40.044454726151699 ], [ -75.080675076524699, 40.044558922670198 ], [ -75.080572325980498, 40.044672731957199 ], [ -75.080354269390099, 40.044914255246603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6647, "tnode_": 6557, "lpoly_": null, "rpoly_": null, "length": 184.61515536000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6508, "r_f_add": 6501, "r_t_add": 6509, "st_code": 75420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762305, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33574, "Shape__Length": 73.588793589960574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081539457960403, 40.043654440468103 ], [ -75.081331443979394, 40.043871358934901 ], [ -75.081235169614601, 40.043974430175702 ], [ -75.081144573804195, 40.044060154931898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6745, "tnode_": 6647, "lpoly_": null, "rpoly_": null, "length": 197.65902581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6440, "l_t_add": 6498, "r_f_add": 6441, "r_t_add": 6499, "st_code": 75420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762306, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33575, "Shape__Length": 78.795562572576017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081947122110805, 40.043211476227697 ], [ -75.081816862921698, 40.043349773037299 ], [ -75.081737741121898, 40.043434963727499 ], [ -75.081539457960403, 40.043654440468103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6935, "tnode_": 6827, "lpoly_": null, "rpoly_": null, "length": 184.18847176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6408, "r_f_add": 6401, "r_t_add": 6409, "st_code": 75420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762307, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33576, "Shape__Length": 73.417503756286052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082677613413395, 40.042429747584499 ], [ -75.082283692492794, 40.042834697821299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7688, "tnode_": 7580, "lpoly_": null, "rpoly_": null, "length": 214.33680815000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6220, "r_f_add": 6201, "r_t_add": 6221, "st_code": 35240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33577, "Shape__Length": 85.437260910297738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083292682614498, 40.038906722609603 ], [ -75.083040940125201, 40.039168437279301 ], [ -75.0828479583286, 40.039385498102298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7148, "tnode_": 7048, "lpoly_": null, "rpoly_": null, "length": 185.88090798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 35240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33578, "Shape__Length": 74.10153208425595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080906617509299, 40.041442039924 ], [ -75.080695845400697, 40.041675788441701 ], [ -75.080529540093195, 40.041862006738498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6827, "tnode_": 6789, "lpoly_": null, "rpoly_": null, "length": 83.97029421000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6410, "l_t_add": 6418, "r_f_add": 6411, "r_t_add": 6419, "st_code": 75420, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762314, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33579, "Shape__Length": 33.47839814239186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082283692492794, 40.042834697821299 ], [ -75.082119392173496, 40.043027538913798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7048, "tnode_": 6964, "lpoly_": null, "rpoly_": null, "length": 166.13399823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6424, "l_t_add": 6448, "r_f_add": 6425, "r_t_add": 6449, "st_code": 35240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33580, "Shape__Length": 66.216013308410396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080529540093195, 40.041862006738498 ], [ -75.080328646715202, 40.042067033840503 ], [ -75.080166033136507, 40.042222391272702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6964, "tnode_": 6859, "lpoly_": null, "rpoly_": null, "length": 196.8218644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 35240, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33581, "Shape__Length": 78.460967968120229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080166033136507, 40.042222391272702 ], [ -75.079959296042702, 40.042449103311696 ], [ -75.079760610362499, 40.042663777779801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6859, "tnode_": 6760, "lpoly_": null, "rpoly_": null, "length": 186.064972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6512, "r_f_add": 6501, "r_t_add": 6513, "st_code": 35240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762322, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33582, "Shape__Length": 74.162620131212748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079760610362499, 40.042663777779801 ], [ -75.079558529357996, 40.0428837882409 ], [ -75.079357354360894, 40.043069248368397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6557, "tnode_": 6511, "lpoly_": null, "rpoly_": null, "length": 88.71457258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6510, "l_t_add": 6520, "r_f_add": 6511, "r_t_add": 6521, "st_code": 75420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762323, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33583, "Shape__Length": 35.369180756947905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081144573804195, 40.044060154931898 ], [ -75.080971688072296, 40.044256509122597 ], [ -75.080968369665698, 40.044262426627498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6667, "tnode_": 6579, "lpoly_": null, "rpoly_": null, "length": 203.08663627000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6530, "l_t_add": 6598, "r_f_add": 6531, "r_t_add": 6599, "st_code": 35240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33584, "Shape__Length": 80.953671076862037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078998038936106, 40.043464647611202 ], [ -75.078806096938294, 40.043678890791398 ], [ -75.078568063613403, 40.043913331693602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6579, "tnode_": 6483, "lpoly_": null, "rpoly_": null, "length": 188.16820306000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6614, "r_f_add": 6601, "r_t_add": 6613, "st_code": 35240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33585, "Shape__Length": 75.011370376871611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078568063613403, 40.043913331693602 ], [ -75.078346190007196, 40.044154489504898 ], [ -75.078254913334405, 40.044246864829702 ], [ -75.078177103319305, 40.044333403726398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6386, "tnode_": 6295, "lpoly_": null, "rpoly_": null, "length": 186.65896357, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 35240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33586, "Shape__Length": 74.407611379748573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0777994158951, 40.044735387676297 ], [ -75.077703022277802, 40.0448463770744 ], [ -75.0776298020144, 40.044925261750798 ], [ -75.077405958824301, 40.045148777465897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6096, "tnode_": 5968, "lpoly_": null, "rpoly_": null, "length": 286.98170957999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6720, "r_f_add": 6701, "r_t_add": 6719, "st_code": 75420, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762335, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33587, "Shape__Length": 114.41218096833728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0791904157972, 40.046142147118999 ], [ -75.078878487761699, 40.046468871615403 ], [ -75.078606021472496, 40.046789028998397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6295, "tnode_": 6162, "lpoly_": null, "rpoly_": null, "length": 284.09713852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6719, "st_code": 35240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762337, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33588, "Shape__Length": 113.24488579526613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077405958824301, 40.045148777465897 ], [ -75.077085617737694, 40.045477718054002 ], [ -75.076796639647299, 40.045772403006701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5968, "tnode_": 5843, "lpoly_": null, "rpoly_": null, "length": 276.0250045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6722, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 75420, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762338, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 33589, "Shape__Length": 110.03467887039983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078606021472496, 40.046789028998397 ], [ -75.078343998283302, 40.0470637910297 ], [ -75.078283704461498, 40.0471270157771 ], [ -75.078023199973202, 40.047400181573302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6162, "tnode_": 6029, "lpoly_": null, "rpoly_": null, "length": 277.60276157000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 35240, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33590, "Shape__Length": 110.66982979758696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076796639647299, 40.045772403006701 ], [ -75.076498108912105, 40.046103859856601 ], [ -75.076225811401201, 40.046395471711101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6249, "tnode_": 6113, "lpoly_": null, "rpoly_": null, "length": 274.23535088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6813, "st_code": 51660, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33591, "Shape__Length": 109.3161427741943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074222336701695, 40.045286748216398 ], [ -75.073903387840105, 40.0456181698733 ], [ -75.073638144110703, 40.0458910074762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6029, "tnode_": 5904, "lpoly_": null, "rpoly_": null, "length": 278.94457188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 35240, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33592, "Shape__Length": 111.19919394325255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076225811401201, 40.046395471711101 ], [ -75.075918316904406, 40.0467361767491 ], [ -75.075639652442305, 40.047014383906799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6628, "tnode_": 6529, "lpoly_": null, "rpoly_": null, "length": 187.32237998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6632, "l_t_add": 6698, "r_f_add": 6633, "r_t_add": 6699, "st_code": 51660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33593, "Shape__Length": 74.67109905709529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075793772209195, 40.043621069356298 ], [ -75.0757048196119, 40.043716572979797 ], [ -75.075610291578002, 40.043826192177498 ], [ -75.0753994342423, 40.044036191655998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6671, "tnode_": 6628, "lpoly_": null, "rpoly_": null, "length": 89.97198613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6626, "l_t_add": 6630, "r_f_add": 6627, "r_t_add": 6631, "st_code": 51660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762353, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33594, "Shape__Length": 35.865276597560907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075982384996195, 40.043421103454499 ], [ -75.075793772209195, 40.043621069356298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6483, "tnode_": 6431, "lpoly_": null, "rpoly_": null, "length": 92.29594436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6616, "l_t_add": 6634, "r_f_add": 6615, "r_t_add": 6633, "st_code": 35240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33595, "Shape__Length": 36.791472573448658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078177103319305, 40.044333403726398 ], [ -75.077982282951496, 40.044537787992702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6431, "tnode_": 6386, "lpoly_": null, "rpoly_": null, "length": 88.33300878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6636, "l_t_add": 6648, "r_f_add": 6635, "r_t_add": 6649, "st_code": 35240, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762356, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33596, "Shape__Length": 35.213697017491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077982282951496, 40.044537787992702 ], [ -75.0777994158951, 40.044735387676297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6821, "tnode_": 6703, "lpoly_": null, "rpoly_": null, "length": 194.76634218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 51660, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33597, "Shape__Length": 77.645008241177635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076562634344299, 40.042772040808799 ], [ -75.076312074567298, 40.043042302899998 ], [ -75.076167201505399, 40.043211803325399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6862, "tnode_": 6821, "lpoly_": null, "rpoly_": null, "length": 256.32919202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6530, "l_t_add": 6598, "r_f_add": 6531, "r_t_add": 6599, "st_code": 25600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762360, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33598, "Shape__Length": 101.94140819504236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077446876653198, 40.042598097596603 ], [ -75.077050009188198, 40.042704294385501 ], [ -75.076562634344299, 40.042772040808799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6909, "tnode_": 6862, "lpoly_": null, "rpoly_": null, "length": 218.60885585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6512, "l_t_add": 6528, "r_f_add": 6513, "r_t_add": 6529, "st_code": 25600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762364, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33599, "Shape__Length": 86.949695240013341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078189536835197, 40.042412910045897 ], [ -75.077786536803799, 40.042511132141598 ], [ -75.077446876653198, 40.042598097596603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6760, "tnode_": 6667, "lpoly_": null, "rpoly_": null, "length": 175.77626972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6514, "l_t_add": 6528, "r_f_add": 6515, "r_t_add": 6529, "st_code": 35240, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33600, "Shape__Length": 70.073428318567494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079357354360894, 40.043069248368397 ], [ -75.079168924129306, 40.043289639550899 ], [ -75.078998038936106, 40.043464647611202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6999, "tnode_": 6912, "lpoly_": null, "rpoly_": null, "length": 178.17982775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6514, "l_t_add": 6528, "r_f_add": 6515, "r_t_add": 6529, "st_code": 51660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33601, "Shape__Length": 71.014372230594205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077368728413504, 40.0419584944908 ], [ -75.077157588102395, 40.042153079884102 ], [ -75.076973733116503, 40.042341784456802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7104, "tnode_": 6999, "lpoly_": null, "rpoly_": null, "length": 183.74908077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6512, "r_f_add": 6501, "r_t_add": 6513, "st_code": 51660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33602, "Shape__Length": 73.249361764571916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077746124883802, 40.041545979485903 ], [ -75.077548138448904, 40.041771003235198 ], [ -75.077533233336794, 40.041788245646302 ], [ -75.077368728413504, 40.0419584944908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6960, "tnode_": 6909, "lpoly_": null, "rpoly_": null, "length": 225.75350622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6510, "r_f_add": 6501, "r_t_add": 6511, "st_code": 25600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762371, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33603, "Shape__Length": 89.797011954377425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078949426346995, 40.042206238499197 ], [ -75.078536341961396, 40.042326587965398 ], [ -75.078189536835197, 40.042412910045897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7195, "tnode_": 7104, "lpoly_": null, "rpoly_": null, "length": 197.10976079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6430, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 51660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33604, "Shape__Length": 78.573384271990449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078154180353494, 40.041105098156997 ], [ -75.077942404887096, 40.041328770089798 ], [ -75.077746124883802, 40.041545979485903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7024, "tnode_": 6960, "lpoly_": null, "rpoly_": null, "length": 217.52630170999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6438, "l_t_add": 6498, "r_f_add": 6439, "r_t_add": 6499, "st_code": 25600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33605, "Shape__Length": 86.56056689041182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079636425010506, 40.041927407133201 ], [ -75.079308631540897, 40.042058374072198 ], [ -75.078949426346995, 40.042206238499197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7287, "tnode_": 7195, "lpoly_": null, "rpoly_": null, "length": 168.39822696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6412, "l_t_add": 6428, "r_f_add": 6413, "r_t_add": 6429, "st_code": 51660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33606, "Shape__Length": 67.121632486528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078514692999903, 40.0407350793745 ], [ -75.078301861822197, 40.040952485864402 ], [ -75.078154180353494, 40.041105098156997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7082, "tnode_": 7024, "lpoly_": null, "rpoly_": null, "length": 190.18617106000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6420, "l_t_add": 6436, "r_f_add": 6421, "r_t_add": 6437, "st_code": 25600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762384, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33607, "Shape__Length": 75.671704000150427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080248618193394, 40.041701354993997 ], [ -75.079919059349606, 40.041827730541797 ], [ -75.079636425010506, 40.041927407133201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7377, "tnode_": 7287, "lpoly_": null, "rpoly_": null, "length": 185.88130671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6410, "r_f_add": 6401, "r_t_add": 6411, "st_code": 51660, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33608, "Shape__Length": 74.095102277120361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078902291709994, 40.040320875335603 ], [ -75.078682795718706, 40.040549194955098 ], [ -75.078514692999903, 40.0407350793745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7148, "tnode_": 7082, "lpoly_": null, "rpoly_": null, "length": 207.26606354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRANFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6418, "r_f_add": 6401, "r_t_add": 6419, "st_code": 25600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762391, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRANFORD AVE", "stname": "CRANFORD AVE", "objectid": 33609, "Shape__Length": 82.474297333662065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080906617509299, 40.041442039924 ], [ -75.080547383096004, 40.041598481900301 ], [ -75.080248618193394, 40.041701354993997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7462, "tnode_": 7377, "lpoly_": null, "rpoly_": null, "length": 214.60093552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6366, "l_t_add": 6398, "r_f_add": 6367, "r_t_add": 6399, "st_code": 51660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33610, "Shape__Length": 85.542326606763979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079350422837507, 40.039842972960301 ], [ -75.079224161940004, 40.039974812839198 ], [ -75.0791381381121, 40.040067246892598 ], [ -75.078902291709994, 40.040320875335603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7288, "tnode_": 7148, "lpoly_": null, "rpoly_": null, "length": 303.56589995000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6350, "l_t_add": 6398, "r_f_add": 6351, "r_t_add": 6399, "st_code": 35240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33611, "Shape__Length": 121.00918152004553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0815354214498, 40.040763201462802 ], [ -75.081220993239896, 40.041098320723599 ], [ -75.080906617509299, 40.041442039924 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7636, "tnode_": 7556, "lpoly_": null, "rpoly_": null, "length": 178.85466184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6300, "r_f_add": 6301, "r_t_add": 6301, "st_code": 51660, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33612, "Shape__Length": 71.291652151199614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080093713511602, 40.039051937971202 ], [ -75.079897443027804, 40.039259271080198 ], [ -75.079807893205199, 40.039352253454901 ], [ -75.079718406852805, 40.039449217130901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7417, "tnode_": 7288, "lpoly_": null, "rpoly_": null, "length": 274.37390723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6310, "l_t_add": 6348, "r_f_add": 6301, "r_t_add": 6349, "st_code": 35240, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762397, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33613, "Shape__Length": 109.36492739020025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082116468906804, 40.040156704155102 ], [ -75.081804523972806, 40.040481406194502 ], [ -75.0815354214498, 40.040763201462802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7503, "tnode_": 7417, "lpoly_": null, "rpoly_": null, "length": 185.33101845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6250, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 35240, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 33614, "Shape__Length": 73.872773980179915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082507518866294, 40.039746256642402 ], [ -75.082302215625901, 40.039965815580501 ], [ -75.082116468906804, 40.040156704155102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7726, "tnode_": 7636, "lpoly_": null, "rpoly_": null, "length": 191.07695911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6250, "l_t_add": 6298, "r_f_add": 6251, "r_t_add": 6299, "st_code": 51660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33615, "Shape__Length": 76.165250091689344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080490231664598, 40.038625118140999 ], [ -75.080288789378997, 40.0388349518865 ], [ -75.080093713511602, 40.039051937971202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7784, "tnode_": 7726, "lpoly_": null, "rpoly_": null, "length": 165.68262802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6210, "l_t_add": 6248, "r_f_add": 6211, "r_t_add": 6249, "st_code": 51660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33616, "Shape__Length": 66.042180127797849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080834603786101, 40.038255262629399 ], [ -75.080643532653696, 40.038461659921197 ], [ -75.080490231664598, 40.038625118140999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7872, "tnode_": 7784, "lpoly_": null, "rpoly_": null, "length": 210.63354104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6200, "l_t_add": 6208, "r_f_add": 6201, "r_t_add": 6209, "st_code": 51660, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33617, "Shape__Length": 83.953805478300026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081283156675696, 40.037791122865897 ], [ -75.081022303651494, 40.038056164412097 ], [ -75.080834603786101, 40.038255262629399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8011, "tnode_": 7917, "lpoly_": null, "rpoly_": null, "length": 247.87333194000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6220, "r_f_add": 6201, "r_t_add": 6221, "st_code": 21880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762405, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33618, "Shape__Length": 98.797833721632159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079838936232704, 40.036930806841603 ], [ -75.079548846419002, 40.037230849273797 ], [ -75.0793154026222, 40.037479478463801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7964, "tnode_": 8030, "lpoly_": null, "rpoly_": null, "length": 216.91952368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1221, "l_t_add": 1239, "r_f_add": 1220, "r_t_add": 1238, "st_code": 16920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 762407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33619, "Shape__Length": 86.359098400842839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083773450820203, 40.037287910389502 ], [ -75.0834682356911, 40.037110576404203 ], [ -75.083150717065394, 40.036933754214303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8030, "tnode_": 8093, "lpoly_": null, "rpoly_": null, "length": 239.79592527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1241, "l_t_add": 1299, "r_f_add": 1240, "r_t_add": 1298, "st_code": 16920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 762409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33620, "Shape__Length": 95.46324758951323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083150717065394, 40.036933754214303 ], [ -75.082831680195397, 40.036756710236503 ], [ -75.082458362487898, 40.036546336699999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8251, "tnode_": 8311, "lpoly_": null, "rpoly_": null, "length": 239.79695127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1253, "l_t_add": 1299, "r_f_add": 1252, "r_t_add": 1298, "st_code": 24480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 762412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33621, "Shape__Length": 95.464574012024741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084313514974198, 40.035685851717702 ], [ -75.083988510973796, 40.035504930370898 ], [ -75.083889728843303, 40.0354413938107 ], [ -75.083625061983895, 40.035294704914499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8093, "tnode_": 8175, "lpoly_": null, "rpoly_": null, "length": 236.84746912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1301, "l_t_add": 1321, "r_f_add": 1300, "r_t_add": 1320, "st_code": 16920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33622, "Shape__Length": 94.288382356428698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082458362487898, 40.036546336699999 ], [ -75.082064231168602, 40.036325905787997 ], [ -75.081773757182006, 40.036164488466902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8311, "tnode_": 8385, "lpoly_": null, "rpoly_": null, "length": 231.55056426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1301, "l_t_add": 1325, "r_f_add": 1300, "r_t_add": 1326, "st_code": 24480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33623, "Shape__Length": 92.179970140733445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083625061983895, 40.035294704914499 ], [ -75.083276732725096, 40.035098357503301 ], [ -75.082958540805905, 40.034918487808902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8175, "tnode_": 8238, "lpoly_": null, "rpoly_": null, "length": 273.74656575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1323, "l_t_add": 1399, "r_f_add": 1322, "r_t_add": 1398, "st_code": 16920, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33624, "Shape__Length": 108.97778535001135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081773757182006, 40.036164488466902 ], [ -75.081441439975407, 40.035979107281101 ], [ -75.080983377121797, 40.035722223157698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8385, "tnode_": 8452, "lpoly_": null, "rpoly_": null, "length": 266.60692443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 24480, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33625, "Shape__Length": 106.12870379119676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082958540805905, 40.034918487808902 ], [ -75.082615298159794, 40.034725474927697 ], [ -75.082181998366593, 40.034495129508201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7917, "tnode_": 7858, "lpoly_": null, "rpoly_": null, "length": 147.66701863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6222, "l_t_add": 6230, "r_f_add": 6223, "r_t_add": 6231, "st_code": 21880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762424, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33626, "Shape__Length": 58.856745341408583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0793154026222, 40.037479478463801 ], [ -75.079160857517394, 40.037630559067999 ], [ -75.079001726551596, 40.037805150883102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7858, "tnode_": 7786, "lpoly_": null, "rpoly_": null, "length": 183.03988287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6232, "l_t_add": 6298, "r_f_add": 6233, "r_t_add": 6299, "st_code": 21880, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762428, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33627, "Shape__Length": 72.961392394122015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079001726551596, 40.037805150883102 ], [ -75.078823808215205, 40.037997285814399 ], [ -75.078623152243594, 40.0382147821324 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7786, "tnode_": 7711, "lpoly_": null, "rpoly_": null, "length": 189.08472541999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6372, "r_f_add": 6301, "r_t_add": 6313, "st_code": 21880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762432, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33628, "Shape__Length": 75.361268262770693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078623152243594, 40.0382147821324 ], [ -75.078391389348397, 40.038442486898099 ], [ -75.078212747791298, 40.038626940791403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7711, "tnode_": 7674, "lpoly_": null, "rpoly_": null, "length": 94.36012065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6374, "l_t_add": 6380, "r_f_add": 6315, "r_t_add": 6321, "st_code": 21880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762434, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33629, "Shape__Length": 37.610908432108374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078212747791298, 40.038626940791403 ], [ -75.078013103205706, 40.0388356231554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7622, "tnode_": 7542, "lpoly_": null, "rpoly_": null, "length": 207.95115795000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6386, "l_t_add": 6398, "r_f_add": 6331, "r_t_add": 6399, "st_code": 21880, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762438, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33630, "Shape__Length": 82.890699873163996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077831676138601, 40.039010324621799 ], [ -75.077397553987097, 40.039473497109903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7287, "tnode_": 7434, "lpoly_": null, "rpoly_": null, "length": 522.25277385000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 31000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762440, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33631, "Shape__Length": 207.91898008358146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078514692999903, 40.0407350793745 ], [ -75.078165456478203, 40.040545168791397 ], [ -75.077504853987193, 40.040170348603603 ], [ -75.077004177491006, 40.039894093371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7407, "tnode_": 7373, "lpoly_": null, "rpoly_": null, "length": 81.81033063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6420, "l_t_add": 6422, "r_f_add": 6429, "r_t_add": 6433, "st_code": 21880, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33632, "Shape__Length": 32.611736352223076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076822720076507, 40.040083441765802 ], [ -75.076654190788602, 40.040266898843903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6999, "tnode_": 7183, "lpoly_": null, "rpoly_": null, "length": 529.79518509000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 38360, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762451, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEBY ST", "stname": "GREEBY ST", "objectid": 33633, "Shape__Length": 210.92631756181072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077368728413504, 40.0419584944908 ], [ -75.076248912560601, 40.041339959884098 ], [ -75.075837463175503, 40.041104192496398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6912, "tnode_": 7100, "lpoly_": null, "rpoly_": null, "length": 527.39110947000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 36900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 33634, "Shape__Length": 209.97386107808416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076973733116503, 40.042341784456802 ], [ -75.075876293315204, 40.041729272366602 ], [ -75.075454316262807, 40.041486168254998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6821, "tnode_": 6991, "lpoly_": null, "rpoly_": null, "length": 522.27837688999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 52920, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33635, "Shape__Length": 207.92347189513453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076562634344299, 40.042772040808799 ], [ -75.075555218210596, 40.042213398362399 ], [ -75.075456433647702, 40.042163223295603 ], [ -75.075035453116996, 40.041949229174399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6912, "tnode_": 6821, "lpoly_": null, "rpoly_": null, "length": 194.95060151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6530, "l_t_add": 6598, "r_f_add": 6531, "r_t_add": 6599, "st_code": 51660, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33636, "Shape__Length": 77.709247109304329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076973733116503, 40.042341784456802 ], [ -75.076803370775593, 40.0425520880326 ], [ -75.076562634344299, 40.042772040808799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6991, "tnode_": 6854, "lpoly_": null, "rpoly_": null, "length": 275.86439118000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6625, "st_code": 21880, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33637, "Shape__Length": 109.95636608372395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075035453116996, 40.041949229174399 ], [ -75.0744406738701, 40.042552961409001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6671, "tnode_": 6854, "lpoly_": null, "rpoly_": null, "length": 535.11678024000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 33440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762468, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 33638, "Shape__Length": 213.0530872148444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075982384996195, 40.043421103454499 ], [ -75.074939251173305, 40.042839262218997 ], [ -75.0744406738701, 40.042552961409001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6529, "tnode_": 6706, "lpoly_": null, "rpoly_": null, "length": 536.34228565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 78940, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762471, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33639, "Shape__Length": 213.53158919546962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0753994342423, 40.044036191655998 ], [ -75.074371006236007, 40.043462112373298 ], [ -75.073838317518707, 40.043183151732698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6381, "tnode_": 6581, "lpoly_": null, "rpoly_": null, "length": 534.92061235000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 47560, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762474, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 33640, "Shape__Length": 212.97141751505774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074804468965695, 40.044662103545001 ], [ -75.073728161548601, 40.044060571522401 ], [ -75.073252840284198, 40.043805397844203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6249, "tnode_": 6443, "lpoly_": null, "rpoly_": null, "length": 545.88417330999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 48040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33641, "Shape__Length": 217.3446791233352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074222336701695, 40.045286748216398 ], [ -75.073155531269805, 40.044695403219997 ], [ -75.0726477330102, 40.044403095233001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6529, "tnode_": 6381, "lpoly_": null, "rpoly_": null, "length": 282.43087316999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6719, "st_code": 51660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33642, "Shape__Length": 112.58437244669838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0753994342423, 40.044036191655998 ], [ -75.075065542335906, 40.044374517223602 ], [ -75.074804468965695, 40.044662103545001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6381, "tnode_": 6249, "lpoly_": null, "rpoly_": null, "length": 279.93353383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 51660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 33643, "Shape__Length": 111.59382526982176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074804468965695, 40.044662103545001 ], [ -75.074508493946894, 40.044968726334297 ], [ -75.074222336701695, 40.045286748216398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8452, "tnode_": 8584, "lpoly_": null, "rpoly_": null, "length": 491.87236358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1447, "r_f_add": 1400, "r_t_add": 1436, "st_code": 24480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33644, "Shape__Length": 195.80733668866259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082181998366593, 40.034495129508201 ], [ -75.081780456622894, 40.034259428265699 ], [ -75.080761345067899, 40.0337012694092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8592, "tnode_": 8584, "lpoly_": null, "rpoly_": null, "length": 667.47073551999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 43840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762561, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWELL ST", "stname": "HOWELL ST", "objectid": 33645, "Shape__Length": 265.52456879034412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082925244513504, 40.033731392973401 ], [ -75.082524503537599, 40.0335083535442 ], [ -75.082305639572098, 40.033383922084603 ], [ -75.082272961255796, 40.033365510789999 ], [ -75.082227358915702, 40.033363522561103 ], [ -75.081293372804495, 40.033582286780302 ], [ -75.080761345067899, 40.0337012694092 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8673, "tnode_": 8761, "lpoly_": null, "rpoly_": null, "length": 377.44446803999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VAN KIRK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1321, "l_t_add": 1375, "r_f_add": 1350, "r_t_add": 1374, "st_code": 79720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 762563, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VAN KIRK ST", "stname": "VAN KIRK ST", "objectid": 33646, "Shape__Length": 150.25086944280793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083373598743705, 40.0332525319102 ], [ -75.0829812978738, 40.033024801870297 ], [ -75.082280907690702, 40.032646097925898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8584, "tnode_": 8644, "lpoly_": null, "rpoly_": null, "length": 242.83908367000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1449, "l_t_add": 1499, "r_f_add": 1438, "r_t_add": 1498, "st_code": 24480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33647, "Shape__Length": 96.671564185258106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080761345067899, 40.0337012694092 ], [ -75.080405340342296, 40.033502950451002 ], [ -75.080062246722605, 40.033306836185801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8452, "tnode_": 8376, "lpoly_": null, "rpoly_": null, "length": 198.52393941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6034, "r_f_add": 6001, "r_t_add": 6031, "st_code": 21880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762569, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33648, "Shape__Length": 79.123997268309168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082181998366593, 40.034495129508201 ], [ -75.0819601670769, 40.034727055126901 ], [ -75.081760447101502, 40.0349332972376 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8644, "tnode_": 8563, "lpoly_": null, "rpoly_": null, "length": 201.24938813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6020, "r_f_add": 6001, "r_t_add": 6021, "st_code": 49200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33649, "Shape__Length": 80.210453174697605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080062246722605, 40.033306836185801 ], [ -75.079998842826598, 40.033372119310997 ], [ -75.079800276099405, 40.033579116527498 ], [ -75.079637984970503, 40.033752740794498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8563, "tnode_": 8494, "lpoly_": null, "rpoly_": null, "length": 174.32428553999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6022, "l_t_add": 6034, "r_f_add": 6023, "r_t_add": 6035, "st_code": 49200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33650, "Shape__Length": 69.480084821280485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079637984970503, 40.033752740794498 ], [ -75.079452147056898, 40.0339529458332 ], [ -75.079271545322797, 40.034139569346202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8376, "tnode_": 8316, "lpoly_": null, "rpoly_": null, "length": 177.09559319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6036, "l_t_add": 6042, "r_f_add": 6033, "r_t_add": 6045, "st_code": 21880, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762574, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 33651, "Shape__Length": 70.581918636405831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081760447101502, 40.0349332972376 ], [ -75.081577128331503, 40.035119539486899 ], [ -75.081380603732498, 40.035321996977999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8011, "tnode_": 8215, "lpoly_": null, "rpoly_": null, "length": 725.85246542000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 28320, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 33652, "Shape__Length": 288.96191281594525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079838936232704, 40.036930806841603 ], [ -75.079488776188995, 40.036718928185699 ], [ -75.077743757598995, 40.035758012851403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8215, "tnode_": 8126, "lpoly_": null, "rpoly_": null, "length": 229.70977767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6270, "r_f_add": 6201, "r_t_add": 6269, "st_code": 49200, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762578, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33653, "Shape__Length": 91.561281430701939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077743757598995, 40.035758012851403 ], [ -75.077400886616601, 40.036122556409197 ], [ -75.077267776637896, 40.0362715527056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7786, "tnode_": 7976, "lpoly_": null, "rpoly_": null, "length": 718.6591366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 68860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33654, "Shape__Length": 286.09977057851597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078623152243594, 40.0382147821324 ], [ -75.078228328125803, 40.037994438135598 ], [ -75.078188339911307, 40.037972120859202 ], [ -75.076947024738104, 40.037279347831898 ], [ -75.076938523014107, 40.037274603322203 ], [ -75.076543028848505, 40.0370591609596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7917, "tnode_": 8105, "lpoly_": null, "rpoly_": null, "length": 727.65091884999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 54840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33655, "Shape__Length": 289.65666717612731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0793154026222, 40.037479478463801 ], [ -75.079167881019501, 40.037467834275702 ], [ -75.078906144222998, 40.037322218976698 ], [ -75.077597686775306, 40.036603781331301 ], [ -75.077184668891306, 40.036361844675099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7674, "tnode_": 7873, "lpoly_": null, "rpoly_": null, "length": 722.50043372000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STIRLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 74960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STIRLING ST", "stname": "STIRLING ST", "objectid": 33656, "Shape__Length": 287.63680440950498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078013103205706, 40.0388356231554 ], [ -75.077598062265494, 40.0386058008323 ], [ -75.077581237158896, 40.038596267412402 ], [ -75.076372347537401, 40.037911269080602 ], [ -75.076351627615693, 40.037899528265797 ], [ -75.075929160082893, 40.037666101907703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7542, "tnode_": 7757, "lpoly_": null, "rpoly_": null, "length": 719.6205083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 50500, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762589, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33657, "Shape__Length": 286.50515173091725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077397553987097, 40.039473497109903 ], [ -75.076981848791206, 40.039238229288699 ], [ -75.076959113049696, 40.039225362237801 ], [ -75.075738615148296, 40.038515825803202 ], [ -75.075339181207795, 40.038290681664598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7407, "tnode_": 7625, "lpoly_": null, "rpoly_": null, "length": 710.74225897999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 31000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762599, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 33658, "Shape__Length": 282.95787613873603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076822720076507, 40.040083441765802 ], [ -75.076401686043695, 40.0398400853813 ], [ -75.075144501781594, 40.039148764750998 ], [ -75.074768363054105, 40.038937580375801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7286, "tnode_": 7501, "lpoly_": null, "rpoly_": null, "length": 710.60869586000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 41740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 762601, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33659, "Shape__Length": 282.90991364755047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076240033690993, 40.0406946795854 ], [ -75.075788925363696, 40.040439120047203 ], [ -75.075769612981503, 40.040428561642202 ], [ -75.07453891326, 40.039755693540798 ], [ -75.074189900539594, 40.039545313963103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7501, "tnode_": 6991, "lpoly_": null, "rpoly_": null, "length": 910.96750613999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 32480, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 33660, "Shape__Length": 363.50740306696952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074189900539594, 40.039545313963103 ], [ -75.074244357576205, 40.039754693308701 ], [ -75.074404779408098, 40.040245341991103 ], [ -75.0747507206449, 40.041295391263702 ], [ -75.074856656780099, 40.041638824036497 ], [ -75.074906186110098, 40.041801772005201 ], [ -75.075035453116996, 40.041949229174399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28859, "tnode_": 28860, "lpoly_": null, "rpoly_": null, "length": 772.04646882999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8030, "l_t_add": 8048, "r_f_add": 8031, "r_t_add": 8049, "st_code": 77600, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 763369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33661, "Shape__Length": 307.3117803334323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022820253125303, 40.036510685834202 ], [ -75.020531325886694, 40.0376923063885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7248, "tnode_": 7317, "lpoly_": null, "rpoly_": null, "length": 217.59759489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1615, "r_f_add": 1600, "r_t_add": 1614, "st_code": 52920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33662, "Shape__Length": 86.635732795227625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072997848243205, 40.040812742794103 ], [ -75.072717100865702, 40.0406500830751 ], [ -75.072677159417296, 40.040626941415901 ], [ -75.072376235139302, 40.040454233349799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7501, "tnode_": 7248, "lpoly_": null, "rpoly_": null, "length": 569.77762778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 49200, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33663, "Shape__Length": 227.11879036619843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074189900539594, 40.039545313963103 ], [ -75.073921578311399, 40.039839920338302 ], [ -75.073277766529102, 40.040531569247698 ], [ -75.073276969445203, 40.040532369719003 ], [ -75.072997848243205, 40.040812742794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7577, "tnode_": 7317, "lpoly_": null, "rpoly_": null, "length": 566.53653708000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 47680, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762611, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 33664, "Shape__Length": 225.81937137528473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073573871833403, 40.039200803466201 ], [ -75.073278565982093, 40.039520372784096 ], [ -75.072634287172306, 40.040185081477603 ], [ -75.072376235139302, 40.040454233349799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7635, "tnode_": 7379, "lpoly_": null, "rpoly_": null, "length": 558.19878236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 73420, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762613, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 33665, "Shape__Length": 222.50290542806289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072984392658995, 40.038890172951099 ], [ -75.072711932230604, 40.039187148076202 ], [ -75.071819727383897, 40.040133785593397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7317, "tnode_": 7379, "lpoly_": null, "rpoly_": null, "length": 194.69600624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1617, "l_t_add": 1649, "r_f_add": 1616, "r_t_add": 1648, "st_code": 52920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33666, "Shape__Length": 77.516932278569783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072376235139302, 40.040454233349799 ], [ -75.072124694234603, 40.040310182787998 ], [ -75.072116173732098, 40.040305348282203 ], [ -75.071819727383897, 40.040133785593397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7635, "tnode_": 7701, "lpoly_": null, "rpoly_": null, "length": 204.5277216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1533, "l_t_add": 1599, "r_f_add": 1538, "r_t_add": 1598, "st_code": 41740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33667, "Shape__Length": 81.420233235303272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072984392658995, 40.038890172951099 ], [ -75.072735317817802, 40.038755606880898 ], [ -75.072386793518007, 40.038567310269698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7379, "tnode_": 7429, "lpoly_": null, "rpoly_": null, "length": 206.110369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1651, "l_t_add": 1673, "r_f_add": 1650, "r_t_add": 1672, "st_code": 52920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33668, "Shape__Length": 82.048630023600765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071819727383897, 40.040133785593397 ], [ -75.071536336430498, 40.039991700474701 ], [ -75.071536030823594, 40.039991542874198 ], [ -75.071213216292904, 40.039813399665903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7807, "tnode_": 7701, "lpoly_": null, "rpoly_": null, "length": 283.21544964999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6450, "l_t_add": 6498, "r_f_add": 6451, "r_t_add": 6499, "st_code": 43560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 33669, "Shape__Length": 112.89361160596516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072970700023305, 40.037932533423501 ], [ -75.072664936274506, 40.038272081250803 ], [ -75.072386793518007, 40.038567310269698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7689, "tnode_": 7501, "lpoly_": null, "rpoly_": null, "length": 316.60712485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6424, "l_t_add": 6498, "r_f_add": 6425, "r_t_add": 6499, "st_code": 32480, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 33670, "Shape__Length": 126.36609295262977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074302660203799, 40.038680605114301 ], [ -75.074273988847395, 40.0388743268648 ], [ -75.074245957622196, 40.039143911345597 ], [ -75.074189900539594, 40.039545313963103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7843, "tnode_": 7689, "lpoly_": null, "rpoly_": null, "length": 326.5381549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6422, "r_f_add": 6401, "r_t_add": 6423, "st_code": 32480, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 33671, "Shape__Length": 130.32464053651876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074452275894004, 40.037791874293298 ], [ -75.074396086432699, 40.038207158940203 ], [ -75.074385847816899, 40.038259042946201 ], [ -75.074302660203799, 40.038680605114301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7931, "tnode_": 7807, "lpoly_": null, "rpoly_": null, "length": 280.13426187000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6448, "r_f_add": 6401, "r_t_add": 6449, "st_code": 43560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 33672, "Shape__Length": 111.66195827800814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073552977963899, 40.037307263327797 ], [ -75.073239196689698, 40.037652113073399 ], [ -75.072970700023305, 40.037932533423501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8133, "tnode_": 7843, "lpoly_": null, "rpoly_": null, "length": 605.19128555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 32480, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 762629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 33673, "Shape__Length": 241.53711084383235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074696622902195, 40.0361414672712 ], [ -75.074661105401205, 40.0364874019496 ], [ -75.074452275894004, 40.037791874293298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7976, "tnode_": 8053, "lpoly_": null, "rpoly_": null, "length": 252.69472886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1523, "r_f_add": 1500, "r_t_add": 1524, "st_code": 68860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33674, "Shape__Length": 100.59712001036313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076543028848505, 40.0370591609596 ], [ -75.076151785530499, 40.036831663802801 ], [ -75.075811667492204, 40.036653108964998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8126, "tnode_": 8199, "lpoly_": null, "rpoly_": null, "length": 248.33767269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1523, "r_f_add": 1500, "r_t_add": 1522, "st_code": 54840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762632, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33675, "Shape__Length": 98.864059305959174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077267776637896, 40.0362715527056 ], [ -75.0768806652965, 40.036054052955002 ], [ -75.076552591744601, 40.035868409170398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8053, "tnode_": 8104, "lpoly_": null, "rpoly_": null, "length": 202.0926844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1525, "l_t_add": 1543, "r_f_add": 1526, "r_t_add": 1544, "st_code": 68860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33676, "Shape__Length": 80.450789330320987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075811667492204, 40.036653108964998 ], [ -75.075533209068894, 40.036499862847798 ], [ -75.075224771448205, 40.036330222634902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8199, "tnode_": 8244, "lpoly_": null, "rpoly_": null, "length": 199.52524977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1525, "l_t_add": 1543, "r_f_add": 1524, "r_t_add": 1542, "st_code": 54840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762636, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33677, "Shape__Length": 79.429756904596942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076552591744601, 40.035868409170398 ], [ -75.0762874915889, 40.035719851231299 ], [ -75.075975889035107, 40.035546714457297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8104, "tnode_": 8156, "lpoly_": null, "rpoly_": null, "length": 166.26370663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1545, "l_t_add": 1599, "r_f_add": 1546, "r_t_add": 1598, "st_code": 68860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33678, "Shape__Length": 66.18949852765256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075224771448205, 40.036330222634902 ], [ -75.074915015935304, 40.036154503075402 ], [ -75.074744886303094, 40.036061459034798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8244, "tnode_": 8338, "lpoly_": null, "rpoly_": null, "length": 371.86911541000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC KINLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1545, "l_t_add": 1599, "r_f_add": 1544, "r_t_add": 1598, "st_code": 54840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762640, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC KINLEY ST", "stname": "MC KINLEY ST", "objectid": 33679, "Shape__Length": 148.03963851445988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075975889035107, 40.035546714457297 ], [ -75.075638255190199, 40.035355149880203 ], [ -75.074903685261205, 40.034944379149202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8444, "tnode_": 8338, "lpoly_": null, "rpoly_": null, "length": 242.99880738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERETT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6200, "l_t_add": 6222, "r_f_add": 6201, "r_t_add": 6223, "st_code": 32480, "l_hundred": 6200, "r_hundred": 6200, "seg_id": 762644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERETT AVE", "stname": "EVERETT AVE", "objectid": 33680, "Shape__Length": 96.961104019992263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075092980693796, 40.034298523921997 ], [ -75.075074831667195, 40.034450429394298 ], [ -75.075018537687001, 40.034576092057698 ], [ -75.0749482528107, 40.034704683392 ], [ -75.074903685261205, 40.034944379149202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8286, "tnode_": 8215, "lpoly_": null, "rpoly_": null, "length": 189.10660438999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6126, "l_t_add": 6198, "r_f_add": 6127, "r_t_add": 6199, "st_code": 49200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33681, "Shape__Length": 75.371685925733317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078144911836503, 40.035340495119797 ], [ -75.077944875051301, 40.035541099241598 ], [ -75.077743757598995, 40.035758012851403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8486, "tnode_": 8444, "lpoly_": null, "rpoly_": null, "length": 246.95297953, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6140, "l_t_add": 6198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6100, "r_hundred": 0, "seg_id": 762648, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33682, "Shape__Length": 98.205614088207753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075938601325404, 40.034106046531001 ], [ -75.075647785454095, 40.0341722260887 ], [ -75.075092980693796, 40.034298523921997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8358, "tnode_": 8286, "lpoly_": null, "rpoly_": null, "length": 163.93408354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6114, "l_t_add": 6124, "r_f_add": 6115, "r_t_add": 6125, "st_code": 49200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33683, "Shape__Length": 65.340566630323252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078487472994496, 40.034976352279202 ], [ -75.078337853860603, 40.035133802203902 ], [ -75.078322772888896, 40.0351596626438 ], [ -75.078144911836503, 40.035340495119797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8517, "tnode_": 8486, "lpoly_": null, "rpoly_": null, "length": 204.30295886, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6132, "l_t_add": 6138, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6100, "r_hundred": 0, "seg_id": 762652, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33684, "Shape__Length": 81.245744998664804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076637054418001, 40.033943955369701 ], [ -75.076290891402294, 40.034022645837602 ], [ -75.075938601325404, 40.034106046531001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8436, "tnode_": 8358, "lpoly_": null, "rpoly_": null, "length": 189.62834442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6112, "r_f_add": 6101, "r_t_add": 6113, "st_code": 49200, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 762654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33685, "Shape__Length": 75.581157847103526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078885229949705, 40.034555061578899 ], [ -75.078680835780901, 40.0347738359281 ], [ -75.078487472994496, 40.034976352279202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8554, "tnode_": 8517, "lpoly_": null, "rpoly_": null, "length": 243.30361186, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6100, "l_t_add": 6130, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6100, "r_hundred": 0, "seg_id": 762656, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33686, "Shape__Length": 96.754954944400225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077468886426004, 40.033751013506297 ], [ -75.077028984880897, 40.033853642406299 ], [ -75.076637054418001, 40.033943955369701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8436, "tnode_": 8554, "lpoly_": null, "rpoly_": null, "length": 493.07263969000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1545, "r_f_add": 1500, "r_t_add": 1528, "st_code": 16920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNER ST", "stname": "BENNER ST", "objectid": 33687, "Shape__Length": 196.29087015907268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078885229949705, 40.034555061578899 ], [ -75.077971886476206, 40.034046281546097 ], [ -75.077468886426004, 40.033751013506297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8494, "tnode_": 8436, "lpoly_": null, "rpoly_": null, "length": 186.03985193000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6036, "l_t_add": 6098, "r_f_add": 6037, "r_t_add": 6099, "st_code": 49200, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 762662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33688, "Shape__Length": 74.152433437793533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079271545322797, 40.034139569346202 ], [ -75.079080999896206, 40.034344872372301 ], [ -75.078885229949705, 40.034555061578899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8156, "tnode_": 8211, "lpoly_": null, "rpoly_": null, "length": 204.10895366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1614, "st_code": 68860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33689, "Shape__Length": 81.259501219561798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074744886303094, 40.036061459034798 ], [ -75.074422710540404, 40.035869494954603 ], [ -75.074161737044307, 40.035725437829797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7931, "tnode_": 7981, "lpoly_": null, "rpoly_": null, "length": 207.03246173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 50500, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762666, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33690, "Shape__Length": 82.425982904448091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073552977963899, 40.037307263327797 ], [ -75.0732553205562, 40.037130568774501 ], [ -75.072962958644297, 40.036964804830802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7981, "tnode_": 8037, "lpoly_": null, "rpoly_": null, "length": 202.02734721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 50500, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762668, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33691, "Shape__Length": 80.425599508611057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072962958644297, 40.036964804830802 ], [ -75.072689399774603, 40.036817218119097 ], [ -75.072376894841199, 40.036641377972302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8264, "tnode_": 8315, "lpoly_": null, "rpoly_": null, "length": 196.90135253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1635, "l_t_add": 1699, "r_f_add": 1636, "r_t_add": 1698, "st_code": 68860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762670, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 33692, "Shape__Length": 78.38116993666587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073539507352095, 40.035384693224302 ], [ -75.073251005510102, 40.035220975053299 ], [ -75.072965594513903, 40.035072571085898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8037, "tnode_": 8088, "lpoly_": null, "rpoly_": null, "length": 204.18970202999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 50500, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 762672, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33693, "Shape__Length": 81.286837094227479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072376894841199, 40.036641377972302 ], [ -75.072107138007794, 40.036494555131398 ], [ -75.0717856899617, 40.036313270638601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8088, "tnode_": 8153, "lpoly_": null, "rpoly_": null, "length": 204.86197575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 50500, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762674, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33694, "Shape__Length": 81.556137144300322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0717856899617, 40.036313270638601 ], [ -75.071452829046194, 40.036126063202701 ], [ -75.071195436123006, 40.035980989757398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7861, "tnode_": 7928, "lpoly_": null, "rpoly_": null, "length": 208.56027358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 41740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33695, "Shape__Length": 83.025287599307404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070605987953101, 40.037559581728601 ], [ -75.070291901830899, 40.037384880250798 ], [ -75.069998537903601, 40.037228311016698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8153, "tnode_": 8220, "lpoly_": null, "rpoly_": null, "length": 227.65075334, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2019, "r_f_add": 2000, "r_t_add": 2018, "st_code": 50500, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762679, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33696, "Shape__Length": 90.617925790282499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071195436123006, 40.035980989757398 ], [ -75.070898682753807, 40.0358112362048 ], [ -75.070525746643597, 40.035627318842202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7928, "tnode_": 7992, "lpoly_": null, "rpoly_": null, "length": 254.01907001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 41740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33697, "Shape__Length": 101.12562776195307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069998537903601, 40.037228311016698 ], [ -75.069726230671293, 40.037080238143197 ], [ -75.069264701418106, 40.036818398674598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8220, "tnode_": 7992, "lpoly_": null, "rpoly_": null, "length": 559.47270193999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 20020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 762683, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33698, "Shape__Length": 222.94974765120693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070525746643597, 40.035627318842202 ], [ -75.070202469733303, 40.035917514213601 ], [ -75.069264701418106, 40.036818398674598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8085, "tnode_": 8071, "lpoly_": null, "rpoly_": null, "length": 728.85738974000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "TER", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 18682, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD TER", "stname": "BRADFORD TER", "objectid": 33699, "Shape__Length": 290.26301489073035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068320000135202, 40.036276504901203 ], [ -75.068121185245801, 40.036457085589397 ], [ -75.067669052312596, 40.036898154426098 ], [ -75.067626874901293, 40.036920259538199 ], [ -75.067558550713201, 40.036938867040597 ], [ -75.067450442740693, 40.036919024989203 ], [ -75.067387580751202, 40.036894466644199 ], [ -75.066881396056104, 40.036595713732098 ], [ -75.066386035547396, 40.036307478783399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7992, "tnode_": 8085, "lpoly_": null, "rpoly_": null, "length": 330.16718113000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2149, "r_f_add": 2100, "r_t_add": 2148, "st_code": 41740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 762689, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33700, "Shape__Length": 131.44582261553066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069264701418106, 40.036818398674598 ], [ -75.068690719383596, 40.036503094356299 ], [ -75.068320000135202, 40.036276504901203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7774, "tnode_": 7980, "lpoly_": null, "rpoly_": null, "length": 772.01693932000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2148, "st_code": 52920, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 762691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33701, "Shape__Length": 307.34472163808357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068005461340306, 40.0380689432751 ], [ -75.067330300839998, 40.037682212806097 ], [ -75.065776490498806, 40.036821662797301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7992, "tnode_": 7774, "lpoly_": null, "rpoly_": null, "length": 576.06637583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6501, "r_t_add": 6599, "st_code": 20020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 762693, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33702, "Shape__Length": 229.587988593955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069264701418106, 40.036818398674598 ], [ -75.0682701909478, 40.0378036178437 ], [ -75.068005461340306, 40.0380689432751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8071, "tnode_": 8023, "lpoly_": null, "rpoly_": null, "length": 317.02828399000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6536, "l_t_add": 6598, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6500, "r_hundred": 0, "seg_id": 762695, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33703, "Shape__Length": 126.08007499133316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066386035547396, 40.036307478783399 ], [ -75.065884737623193, 40.0364251941986 ], [ -75.0653046015793, 40.0365651432707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7774, "tnode_": 7668, "lpoly_": null, "rpoly_": null, "length": 254.61817245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6620, "r_f_add": 6601, "r_t_add": 6621, "st_code": 20020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762697, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33704, "Shape__Length": 101.47453309028452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068005461340306, 40.0380689432751 ], [ -75.067732137255106, 40.038337316596703 ], [ -75.067442529955599, 40.038617864149799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7980, "tnode_": 7881, "lpoly_": null, "rpoly_": null, "length": 251.21314464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6620, "r_f_add": 6601, "r_t_add": 6621, "st_code": 50320, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762700, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33705, "Shape__Length": 100.12729515940214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065776490498806, 40.036821662797301 ], [ -75.065514090911094, 40.037081419985903 ], [ -75.065243113467403, 40.037375954632203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7970, "tnode_": 7773, "lpoly_": null, "rpoly_": null, "length": 415.67402500999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6678, "r_f_add": 6601, "r_t_add": 6679, "st_code": 40440, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762702, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33706, "Shape__Length": 165.87425291823706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064496932559507, 40.036732738794697 ], [ -75.064550807248395, 40.036880253225299 ], [ -75.0646386171816, 40.037167737201798 ], [ -75.064835967411696, 40.037843476571197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7773, "tnode_": 7765, "lpoly_": null, "rpoly_": null, "length": 122.64239876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6680, "l_t_add": 6698, "r_f_add": 6681, "r_t_add": 6699, "st_code": 40440, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762705, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33707, "Shape__Length": 48.948093413907642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064835967411696, 40.037843476571197 ], [ -75.064889008868704, 40.038177666706602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7668, "tnode_": 7526, "lpoly_": null, "rpoly_": null, "length": 293.7265385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6622, "l_t_add": 6698, "r_f_add": 6623, "r_t_add": 6699, "st_code": 20020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762706, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33708, "Shape__Length": 117.05113971754443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067442529955599, 40.038617864149799 ], [ -75.067147675229904, 40.038896995459901 ], [ -75.066774149550199, 40.039239293125803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7881, "tnode_": 7773, "lpoly_": null, "rpoly_": null, "length": 206.17440774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6622, "l_t_add": 6698, "r_f_add": 6623, "r_t_add": 6699, "st_code": 50320, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 762708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33709, "Shape__Length": 82.189313994883605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065243113467403, 40.037375954632203 ], [ -75.064945611949298, 40.037665886915804 ], [ -75.064867373619805, 40.037784481493198 ], [ -75.064835967411696, 40.037843476571197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7526, "tnode_": 7280, "lpoly_": null, "rpoly_": null, "length": 553.25044406999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 20020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762710, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33710, "Shape__Length": 220.51261253303295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066774149550199, 40.039239293125803 ], [ -75.066500592071307, 40.039529715813998 ], [ -75.065583621856305, 40.040451288517502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7765, "tnode_": 7519, "lpoly_": null, "rpoly_": null, "length": 385.83283019000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6745, "st_code": 40440, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762712, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33711, "Shape__Length": 153.94852518570426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064889008868704, 40.038177666706602 ], [ -75.065005290864093, 40.038298188429302 ], [ -75.065096331771301, 40.038713902033201 ], [ -75.065245603777896, 40.039187756827502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7519, "tnode_": 7394, "lpoly_": null, "rpoly_": null, "length": 326.32275853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 18680, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 33712, "Shape__Length": 130.03388495972874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065245603777896, 40.039187756827502 ], [ -75.065074526381594, 40.039271821399403 ], [ -75.064979929298204, 40.039345125661299 ], [ -75.064770664631098, 40.0395801148833 ], [ -75.064497964320907, 40.039862544591699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7765, "tnode_": 7512, "lpoly_": null, "rpoly_": null, "length": 632.32542173999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 50320, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33713, "Shape__Length": 251.96648095037173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064889008868704, 40.038177666706602 ], [ -75.064659501148299, 40.038090836820601 ], [ -75.064595288572704, 40.038081060339302 ], [ -75.064534327245894, 40.038125151263301 ], [ -75.064322071809499, 40.038338937518098 ], [ -75.063728306239597, 40.038982472954601 ], [ -75.063444885474695, 40.039277405575803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7828, "tnode_": 7590, "lpoly_": null, "rpoly_": null, "length": 558.79348544000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 20920, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 762719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33714, "Shape__Length": 222.72625473537175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063869251773696, 40.037607808691902 ], [ -75.0635717562633, 40.0379227588151 ], [ -75.062959444488897, 40.038543846779298 ], [ -75.062685207130897, 40.0388424136734 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7280, "tnode_": 27547, "lpoly_": null, "rpoly_": null, "length": 284.3471246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6824, "r_f_add": 6801, "r_t_add": 6825, "st_code": 20020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762724, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33715, "Shape__Length": 113.3308225024189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065583621856305, 40.040451288517502 ], [ -75.065245649769594, 40.040785342577301 ], [ -75.0649627351318, 40.041068975461499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7512, "tnode_": 7381, "lpoly_": null, "rpoly_": null, "length": 278.2184612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6822, "r_f_add": 6801, "r_t_add": 6821, "st_code": 50320, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33716, "Shape__Length": 110.89713252291929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063444885474695, 40.039277405575803 ], [ -75.063133049289306, 40.039604410489602 ], [ -75.062857998952893, 40.039893697009902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7721, "tnode_": 7595, "lpoly_": null, "rpoly_": null, "length": 277.29906481999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6820, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6800, "r_hundred": 0, "seg_id": 762729, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33717, "Shape__Length": 110.50357501972255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061546626327896, 40.038222360631998 ], [ -75.061192398480401, 40.0385509442253 ], [ -75.060914739978003, 40.038808498817602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7130, "tnode_": 6995, "lpoly_": null, "rpoly_": null, "length": 263.46896945000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6829, "r_t_add": 6899, "st_code": 20020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762731, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33718, "Shape__Length": 105.0092156741575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064919621854798, 40.041114612864703 ], [ -75.0646464941792, 40.041384595936201 ], [ -75.064341917315502, 40.041685521086499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7381, "tnode_": 7256, "lpoly_": null, "rpoly_": null, "length": 287.16503087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6824, "l_t_add": 6898, "r_f_add": 6823, "r_t_add": 6899, "st_code": 50320, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33719, "Shape__Length": 114.46757097364153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062857998952893, 40.039893697009902 ], [ -75.062551828872898, 40.040215899807002 ], [ -75.062258665790097, 40.040533372978501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7595, "tnode_": 7513, "lpoly_": null, "rpoly_": null, "length": 190.17557127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6822, "l_t_add": 6836, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 6800, "r_hundred": 0, "seg_id": 762736, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33720, "Shape__Length": 75.794684199207609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060914739978003, 40.038808498817602 ], [ -75.060598173634602, 40.039121845444399 ], [ -75.060498168367701, 40.039220832635898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6995, "tnode_": 6861, "lpoly_": null, "rpoly_": null, "length": 257.8075162, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6916, "r_f_add": 6901, "r_t_add": 6917, "st_code": 20020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762738, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33721, "Shape__Length": 102.75768221507622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064341917315502, 40.041685521086499 ], [ -75.064043304402901, 40.041996467598203 ], [ -75.063784322907694, 40.042248599196697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7256, "tnode_": 7113, "lpoly_": null, "rpoly_": null, "length": 260.40171121000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6920, "r_f_add": 6901, "r_t_add": 6919, "st_code": 50320, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33722, "Shape__Length": 103.7979208060348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062258665790097, 40.040533372978501 ], [ -75.061960314411294, 40.040854141705502 ], [ -75.061710594668199, 40.041110845624097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7127, "tnode_": 7229, "lpoly_": null, "rpoly_": null, "length": 272.60308387000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2247, "l_t_add": 2299, "r_f_add": 2248, "r_t_add": 2298, "st_code": 78240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 762744, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33723, "Shape__Length": 108.53632571996414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059798067587707, 40.041050261052398 ], [ -75.059433022829197, 40.040844152003501 ], [ -75.059019390172793, 40.0406011048915 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6861, "tnode_": 6715, "lpoly_": null, "rpoly_": null, "length": 300.22084795000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6918, "l_t_add": 6998, "r_f_add": 6919, "r_t_add": 6999, "st_code": 20020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762745, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33724, "Shape__Length": 119.66977882784487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063784322907694, 40.042248599196697 ], [ -75.063506227598296, 40.042535595133799 ], [ -75.063145822489204, 40.042910698380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7113, "tnode_": 6967, "lpoly_": null, "rpoly_": null, "length": 298.54908029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6922, "l_t_add": 6998, "r_f_add": 6921, "r_t_add": 6999, "st_code": 50320, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762747, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33725, "Shape__Length": 119.00242152745071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061710594668199, 40.041110845624097 ], [ -75.061450654938398, 40.041389626903602 ], [ -75.061077656939503, 40.041770325489701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7127, "tnode_": 6979, "lpoly_": null, "rpoly_": null, "length": 281.29798024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7026, "r_f_add": 7001, "r_t_add": 7027, "st_code": 20920, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762750, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33726, "Shape__Length": 112.10173734745783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059798067587707, 40.041050261052398 ], [ -75.059456921467302, 40.041361019849198 ], [ -75.059156979955603, 40.0416447691291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6967, "tnode_": 6820, "lpoly_": null, "rpoly_": null, "length": 276.48117686000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7024, "r_f_add": 7001, "r_t_add": 7025, "st_code": 50320, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33727, "Shape__Length": 110.22849159642116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061077656939503, 40.041770325489701 ], [ -75.060789588141404, 40.042095631912197 ], [ -75.060534032787899, 40.042403831230502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6715, "tnode_": 6587, "lpoly_": null, "rpoly_": null, "length": 277.5971945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7026, "r_f_add": 7001, "r_t_add": 7027, "st_code": 20020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762755, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33728, "Shape__Length": 110.63374136237927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063145822489204, 40.042910698380297 ], [ -75.062798231544207, 40.043219912349898 ], [ -75.062520432730807, 40.0435015229667 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6840, "tnode_": 6939, "lpoly_": null, "rpoly_": null, "length": 273.68550224000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2247, "l_t_add": 2299, "r_f_add": 2248, "r_t_add": 2298, "st_code": 65740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 762759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33729, "Shape__Length": 108.96886098625801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058520296164204, 40.042230789198399 ], [ -75.058171053680596, 40.042046292244599 ], [ -75.057738308029997, 40.041780789144497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6587, "tnode_": 6442, "lpoly_": null, "rpoly_": null, "length": 279.51086245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7028, "l_t_add": 7098, "r_f_add": 7029, "r_t_add": 7099, "st_code": 20020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762761, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33730, "Shape__Length": 111.4178133819124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062520432730807, 40.0435015229667 ], [ -75.062222321288701, 40.043817120815604 ], [ -75.061928182924802, 40.0441191844305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6820, "tnode_": 6668, "lpoly_": null, "rpoly_": null, "length": 279.4307192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7026, "l_t_add": 7098, "r_f_add": 7027, "r_t_add": 7099, "st_code": 50320, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33731, "Shape__Length": 111.40261291115529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060534032787899, 40.042403831230502 ], [ -75.060258369978101, 40.042723050213198 ], [ -75.060247518988803, 40.042735615289097 ], [ -75.059978606758094, 40.043041127351202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6979, "tnode_": 6840, "lpoly_": null, "rpoly_": null, "length": 278.1198255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7028, "l_t_add": 7098, "r_f_add": 7029, "r_t_add": 7099, "st_code": 20920, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 762766, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33732, "Shape__Length": 110.8345809320343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059156979955603, 40.0416447691291 ], [ -75.058836647613205, 40.041938460534503 ], [ -75.058520296164204, 40.042230789198399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6442, "tnode_": 6305, "lpoly_": null, "rpoly_": null, "length": 285.23173606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7127, "st_code": 20020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762768, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33733, "Shape__Length": 113.68776891898943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061928182924802, 40.0441191844305 ], [ -75.061587654748706, 40.044469423546403 ], [ -75.061302341603493, 40.044736766835697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6668, "tnode_": 6521, "lpoly_": null, "rpoly_": null, "length": 287.85180781000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7128, "r_f_add": 7101, "r_t_add": 7127, "st_code": 50320, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762770, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33734, "Shape__Length": 114.76682646057108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059978606758094, 40.043041127351202 ], [ -75.059696354808295, 40.043399169104198 ], [ -75.059686972298493, 40.043395093781797 ], [ -75.059420050577003, 40.043694890884098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6792, "tnode_": 6652, "lpoly_": null, "rpoly_": null, "length": 286.89393825999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7126, "r_f_add": 7101, "r_t_add": 7127, "st_code": 20920, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762773, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33735, "Shape__Length": 114.33718551306093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058984850376504, 40.042488969155599 ], [ -75.058633860162502, 40.042823744058701 ], [ -75.058336248153495, 40.043098640053501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6521, "tnode_": 6368, "lpoly_": null, "rpoly_": null, "length": 284.66793933999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7130, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 50320, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33736, "Shape__Length": 113.49611778513992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059420050577003, 40.043694890884098 ], [ -75.059137404466895, 40.0440224046461 ], [ -75.058861168963105, 40.044347688298998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6652, "tnode_": 6519, "lpoly_": null, "rpoly_": null, "length": 278.35236355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7129, "r_t_add": 7199, "st_code": 20920, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 762779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 33737, "Shape__Length": 110.93399286006458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058336248153495, 40.043098640053501 ], [ -75.058014461887694, 40.043390505842801 ], [ -75.057706975533407, 40.043690053988399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6797, "tnode_": 6651, "lpoly_": null, "rpoly_": null, "length": 277.9953896, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7136, "l_t_add": 7198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7100, "r_hundred": 0, "seg_id": 762781, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33738, "Shape__Length": 110.78769721082264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057081277806503, 40.042410312829098 ], [ -75.056776506606397, 40.042684730696998 ], [ -75.0564475564628, 40.042997698849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6289, "tnode_": 6368, "lpoly_": null, "rpoly_": null, "length": 238.03971174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2141, "l_t_add": 2199, "r_f_add": 2140, "r_t_add": 2198, "st_code": 74220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 762785, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33739, "Shape__Length": 94.772007338135481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059552652138095, 40.044727863590602 ], [ -75.059233557075501, 40.044549805212299 ], [ -75.058861168963105, 40.044347688298998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6540, "tnode_": 6715, "lpoly_": null, "rpoly_": null, "length": 548.18194548000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 78240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762787, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33740, "Shape__Length": 218.23435380574429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064753163552894, 40.043755450644198 ], [ -75.063612997903405, 40.043123557346703 ], [ -75.063293919193498, 40.042939955748203 ], [ -75.063223308731807, 40.042920012050402 ], [ -75.063145822489204, 40.042910698380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6676, "tnode_": 6861, "lpoly_": null, "rpoly_": null, "length": 540.78557811999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 28640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762790, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33741, "Shape__Length": 215.31242678918596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065337663823101, 40.043130653422701 ], [ -75.064222975433395, 40.042509315332602 ], [ -75.063784322907694, 40.042248599196697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6813, "tnode_": 6995, "lpoly_": null, "rpoly_": null, "length": 538.37056767000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 51640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33742, "Shape__Length": 214.33675922008081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065905697742593, 40.042545496635398 ], [ -75.064833005348106, 40.041954790919597 ], [ -75.064831847084307, 40.041954139419701 ], [ -75.064341917315502, 40.041685521086499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6947, "tnode_": 7130, "lpoly_": null, "rpoly_": null, "length": 527.74413484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 37340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 33743, "Shape__Length": 210.10847599285847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066446776561804, 40.041963733367602 ], [ -75.0654182712574, 40.041395331762097 ], [ -75.065417561937494, 40.041394918724599 ], [ -75.064919621854798, 40.041114612864703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7093, "tnode_": 6947, "lpoly_": null, "rpoly_": null, "length": 296.109042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6824, "r_f_add": 6801, "r_t_add": 6825, "st_code": 30580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762799, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33744, "Shape__Length": 118.03366700919527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067067706396998, 40.041305853943598 ], [ -75.066734724033196, 40.041669419070999 ], [ -75.066446776561804, 40.041963733367602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6947, "tnode_": 6813, "lpoly_": null, "rpoly_": null, "length": 260.50636138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6826, "l_t_add": 6898, "r_f_add": 6827, "r_t_add": 6899, "st_code": 30580, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762801, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33745, "Shape__Length": 103.84556045991744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066446776561804, 40.041963733367602 ], [ -75.066172270210004, 40.042259722527596 ], [ -75.065905697742593, 40.042545496635398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6813, "tnode_": 6676, "lpoly_": null, "rpoly_": null, "length": 265.95513128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6924, "r_f_add": 6901, "r_t_add": 6925, "st_code": 30580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33746, "Shape__Length": 106.01040539716307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065905697742593, 40.042545496635398 ], [ -75.065583638005094, 40.042877218756097 ], [ -75.065337663823101, 40.043130653422701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6676, "tnode_": 6540, "lpoly_": null, "rpoly_": null, "length": 280.36856774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6926, "l_t_add": 6998, "r_f_add": 6927, "r_t_add": 6999, "st_code": 30580, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 33747, "Shape__Length": 111.76398777591595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065337663823101, 40.043130653422701 ], [ -75.065071101454507, 40.043426690668198 ], [ -75.064753163552894, 40.043755450644198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6733, "tnode_": 6813, "lpoly_": null, "rpoly_": null, "length": 207.39134244, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 51640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762807, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33748, "Shape__Length": 82.571358958310412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066502759468307, 40.0428821176139 ], [ -75.066227660221699, 40.042736162950902 ], [ -75.065905697742593, 40.042545496635398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6469, "tnode_": 6540, "lpoly_": null, "rpoly_": null, "length": 210.10704688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1947, "l_t_add": 1999, "r_f_add": 1946, "r_t_add": 1998, "st_code": 78240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762809, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33749, "Shape__Length": 83.653440438786745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065359046882193, 40.044095708517702 ], [ -75.065095111727899, 40.043943562462601 ], [ -75.064753163552894, 40.043755450644198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6963, "tnode_": 7032, "lpoly_": null, "rpoly_": null, "length": 196.32516268000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 48040, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 762811, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33750, "Shape__Length": 78.159200689336785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068237381736594, 40.0419543936585 ], [ -75.067985948813202, 40.041806556618099 ], [ -75.067665000229795, 40.041643643998398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6669, "tnode_": 6733, "lpoly_": null, "rpoly_": null, "length": 196.21911919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 51640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 762812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33751, "Shape__Length": 78.12134025965085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067070916894394, 40.0431974533793 ], [ -75.066819100893994, 40.0430553949979 ], [ -75.066502759468307, 40.0428821176139 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6393, "tnode_": 6469, "lpoly_": null, "rpoly_": null, "length": 194.3601726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1931, "l_t_add": 1945, "r_f_add": 1930, "r_t_add": 1944, "st_code": 78240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762815, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33752, "Shape__Length": 77.382990504274275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065921306865903, 40.044408635066802 ], [ -75.0656245605865, 40.044244106445099 ], [ -75.065359046882193, 40.044095708517702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6605, "tnode_": 6669, "lpoly_": null, "rpoly_": null, "length": 210.55774653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 51640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762818, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33753, "Shape__Length": 83.831009413587452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067679755979199, 40.043536644306897 ], [ -75.067396728672094, 40.043384113635199 ], [ -75.067070916894394, 40.0431974533793 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6325, "tnode_": 6393, "lpoly_": null, "rpoly_": null, "length": 215.50667977999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1929, "r_f_add": 1900, "r_t_add": 1928, "st_code": 78240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762821, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33754, "Shape__Length": 85.799664583466011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066548964643204, 40.044750900814499 ], [ -75.066239143855896, 40.044588853542599 ], [ -75.065921306865903, 40.044408635066802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6894, "tnode_": 6605, "lpoly_": null, "rpoly_": null, "length": 559.52997437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 43560, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 33755, "Shape__Length": 223.03443458685902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068867045994594, 40.042301128819403 ], [ -75.067991523641098, 40.043213013526902 ], [ -75.067679755979199, 40.043536644306897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6605, "tnode_": 6325, "lpoly_": null, "rpoly_": null, "length": 543.96976498000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 43560, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 33756, "Shape__Length": 216.8479888260938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067679755979199, 40.043536644306897 ], [ -75.067400096601204, 40.043830282384 ], [ -75.066548964643204, 40.044750900814499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6261, "tnode_": 6325, "lpoly_": null, "rpoly_": null, "length": 208.3047921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 78240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762829, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33757, "Shape__Length": 82.932463802588146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067156098494905, 40.0450812340816 ], [ -75.066896762984001, 40.044946434032099 ], [ -75.066883937323198, 40.044939909145 ], [ -75.066548964643204, 40.044750900814499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6525, "tnode_": 6605, "lpoly_": null, "rpoly_": null, "length": 210.34692282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 51640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33758, "Shape__Length": 83.749744214672816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068284849050201, 40.043878901658502 ], [ -75.067679755979199, 40.043536644306897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6816, "tnode_": 6894, "lpoly_": null, "rpoly_": null, "length": 205.23867898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1630, "r_t_add": 1698, "st_code": 48040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762832, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33759, "Shape__Length": 81.711119387650726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069462002651207, 40.042630117142501 ], [ -75.069222919846695, 40.042492724987603 ], [ -75.069196999590005, 40.042477860148701 ], [ -75.068867045994594, 40.042301128819403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6525, "tnode_": 6261, "lpoly_": null, "rpoly_": null, "length": 540.10192842000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 73420, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762835, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 33760, "Shape__Length": 215.30412085101639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068284849050201, 40.043878901658502 ], [ -75.068011232721105, 40.0441744816534 ], [ -75.067156098494905, 40.0450812340816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6456, "tnode_": 6188, "lpoly_": null, "rpoly_": null, "length": 538.52831833999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 47680, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762838, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 33761, "Shape__Length": 214.67054852133546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068859572524502, 40.044196141202697 ], [ -75.068588803586806, 40.044491968307902 ], [ -75.067720211583904, 40.045387075570297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6380, "tnode_": 6125, "lpoly_": null, "rpoly_": null, "length": 540.42473838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 49200, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33762, "Shape__Length": 215.43367652543793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069471409218906, 40.044536313034101 ], [ -75.069185170862795, 40.044858524355497 ], [ -75.068339899345602, 40.045737980613701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6303, "tnode_": 6055, "lpoly_": null, "rpoly_": null, "length": 540.86230895000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 52160, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762844, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 33763, "Shape__Length": 215.61057614906872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070117418666896, 40.044906158906599 ], [ -75.069833919337896, 40.045218754908397 ], [ -75.068987315497694, 40.046110255097801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6245, "tnode_": 5991, "lpoly_": null, "rpoly_": null, "length": 545.32733563, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 70020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 762846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 33764, "Shape__Length": 217.39371172596492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070695966306801, 40.045213141312097 ], [ -75.070399842587406, 40.0455364062881 ], [ -75.069560730871103, 40.046429558578403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6125, "tnode_": 6188, "lpoly_": null, "rpoly_": null, "length": 215.53805781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1621, "r_f_add": 1600, "r_t_add": 1620, "st_code": 78240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762849, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33765, "Shape__Length": 85.819144213648727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068339899345602, 40.045737980613701 ], [ -75.068051447909596, 40.045567877405503 ], [ -75.067720211583904, 40.045387075570297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6188, "tnode_": 6261, "lpoly_": null, "rpoly_": null, "length": 193.28541623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1623, "l_t_add": 1629, "r_f_add": 1622, "r_t_add": 1628, "st_code": 78240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762851, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33766, "Shape__Length": 76.952643335374717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067720211583904, 40.045387075570297 ], [ -75.067490892619304, 40.045265292370097 ], [ -75.067156098494905, 40.0450812340816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6531, "tnode_": 6245, "lpoly_": null, "rpoly_": null, "length": 560.15470619000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 70020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762853, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 33767, "Shape__Length": 223.29724967960101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071868420339797, 40.0439672893473 ], [ -75.0709904021722, 40.044913876060697 ], [ -75.070695966306801, 40.045213141312097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6596, "tnode_": 6303, "lpoly_": null, "rpoly_": null, "length": 564.51403291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 52160, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762856, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 33768, "Shape__Length": 225.02963318426123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071307601917098, 40.043655285658197 ], [ -75.070416915889496, 40.044590146570201 ], [ -75.070117418666896, 40.044906158906599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6670, "tnode_": 6380, "lpoly_": null, "rpoly_": null, "length": 561.53346858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 49200, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762858, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 33769, "Shape__Length": 223.85019391952889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070635752883703, 40.043281456582001 ], [ -75.069766431321, 40.044237349261003 ], [ -75.069471409218906, 40.044536313034101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6744, "tnode_": 6456, "lpoly_": null, "rpoly_": null, "length": 562.98109874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 47680, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762861, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 33770, "Shape__Length": 224.42507704025428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070029306876094, 40.0429391072025 ], [ -75.069145455636303, 40.043885887360297 ], [ -75.068859572524502, 40.044196141202697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6816, "tnode_": 6525, "lpoly_": null, "rpoly_": null, "length": 561.76933973000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 73420, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 762864, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 33771, "Shape__Length": 223.93586321744078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069462002651207, 40.042630117142501 ], [ -75.068577167193794, 40.043560523353896 ], [ -75.068284849050201, 40.043878901658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6744, "tnode_": 6816, "lpoly_": null, "rpoly_": null, "length": 194.67723832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1617, "l_t_add": 1629, "r_f_add": 1616, "r_t_add": 1628, "st_code": 48040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762866, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33772, "Shape__Length": 77.504593404257321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070029306876094, 40.0429391072025 ], [ -75.069780680765206, 40.0428023549999 ], [ -75.069759930105505, 40.042791144806003 ], [ -75.069462002651207, 40.042630117142501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6456, "tnode_": 6525, "lpoly_": null, "rpoly_": null, "length": 198.10953486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1615, "l_t_add": 1629, "r_f_add": 1614, "r_t_add": 1628, "st_code": 51640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762867, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33773, "Shape__Length": 78.874365934577924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068859572524502, 40.044196141202697 ], [ -75.068284849050201, 40.043878901658502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6670, "tnode_": 6744, "lpoly_": null, "rpoly_": null, "length": 210.70929787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1615, "r_f_add": 1600, "r_t_add": 1614, "st_code": 48040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762869, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33774, "Shape__Length": 83.893020923767779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070635752883703, 40.043281456582001 ], [ -75.070349017706107, 40.0431129632534 ], [ -75.070337397992105, 40.043106538065999 ], [ -75.070029306876094, 40.0429391072025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6380, "tnode_": 6456, "lpoly_": null, "rpoly_": null, "length": 211.42302093000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 51640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762870, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33775, "Shape__Length": 84.176418803863328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069471409218906, 40.044536313034101 ], [ -75.068859572524502, 40.044196141202697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6596, "tnode_": 6670, "lpoly_": null, "rpoly_": null, "length": 232.22536763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 48040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762872, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33776, "Shape__Length": 92.457616680963397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071307601917098, 40.043655285658197 ], [ -75.071016187773296, 40.043492267814301 ], [ -75.070635752883703, 40.043281456582001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6303, "tnode_": 6380, "lpoly_": null, "rpoly_": null, "length": 225.5319729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1532, "r_t_add": 1598, "st_code": 51640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762873, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33777, "Shape__Length": 89.798979919794704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070117418666896, 40.044906158906599 ], [ -75.069471409218906, 40.044536313034101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6531, "tnode_": 6596, "lpoly_": null, "rpoly_": null, "length": 193.87873568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1519, "l_t_add": 1529, "r_f_add": 1518, "r_t_add": 1528, "st_code": 48040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762875, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33778, "Shape__Length": 77.190799505139353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071868420339797, 40.0439672893473 ], [ -75.071613870561507, 40.043832454853799 ], [ -75.071613586338401, 40.043832319377501 ], [ -75.071307601917098, 40.043655285658197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6245, "tnode_": 6303, "lpoly_": null, "rpoly_": null, "length": 196.83154378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1519, "l_t_add": 1529, "r_f_add": 1518, "r_t_add": 1530, "st_code": 51640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762876, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33779, "Shape__Length": 78.361317539571175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070695966306801, 40.045213141312097 ], [ -75.070117418666896, 40.044906158906599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6172, "tnode_": 6245, "lpoly_": null, "rpoly_": null, "length": 269.69231268, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1517, "r_f_add": 1500, "r_t_add": 1516, "st_code": 51640, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762878, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33780, "Shape__Length": 107.38440212613213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071466763404104, 40.045657070309602 ], [ -75.071059910234496, 40.045428514193802 ], [ -75.070695966306801, 40.045213141312097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6443, "tnode_": 6531, "lpoly_": null, "rpoly_": null, "length": 269.90218269000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1517, "r_f_add": 1500, "r_t_add": 1516, "st_code": 48040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33781, "Shape__Length": 107.4603234807044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0726477330102, 40.044403095233001 ], [ -75.072250809973397, 40.044170912825798 ], [ -75.072249906970796, 40.044170385390203 ], [ -75.071868420339797, 40.0439672893473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6706, "tnode_": 6807, "lpoly_": null, "rpoly_": null, "length": 275.77148836000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1519, "r_f_add": 1500, "r_t_add": 1518, "st_code": 78940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762884, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33782, "Shape__Length": 109.79681409380571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073838317518707, 40.043183151732698 ], [ -75.073421088724601, 40.042941444732399 ], [ -75.0730442993964, 40.042735324532103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6991, "tnode_": 7097, "lpoly_": null, "rpoly_": null, "length": 281.79969992999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1514, "st_code": 52920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762886, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33783, "Shape__Length": 112.19302473336234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075035453116996, 40.041949229174399 ], [ -75.074599017282296, 40.041707755742998 ], [ -75.074221452017596, 40.041494286768703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7097, "tnode_": 7165, "lpoly_": null, "rpoly_": null, "length": 202.41329512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1515, "l_t_add": 1533, "r_f_add": 1516, "r_t_add": 1532, "st_code": 52920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762888, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33784, "Shape__Length": 80.587970606495958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074221452017596, 40.041494286768703 ], [ -75.073948308220295, 40.04134263153 ], [ -75.073638956013596, 40.041165222665803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6807, "tnode_": 6877, "lpoly_": null, "rpoly_": null, "length": 198.43098533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1521, "l_t_add": 1529, "r_f_add": 1520, "r_t_add": 1528, "st_code": 78940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33785, "Shape__Length": 79.004358932201427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0730442993964, 40.042735324532103 ], [ -75.072764112523103, 40.0425734377718 ], [ -75.0724738872253, 40.042412083985703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7165, "tnode_": 7248, "lpoly_": null, "rpoly_": null, "length": 220.70129229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 52920, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762895, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33786, "Shape__Length": 87.864377635940912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073638956013596, 40.041165222665803 ], [ -75.073326852037496, 40.040993628998599 ], [ -75.072997848243205, 40.040812742794103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6877, "tnode_": 6953, "lpoly_": null, "rpoly_": null, "length": 228.11006191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 78940, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762897, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33787, "Shape__Length": 90.818776768199939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0724738872253, 40.042412083985703 ], [ -75.072193963133898, 40.042258814950003 ], [ -75.071815757573006, 40.042043021784302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6953, "tnode_": 7031, "lpoly_": null, "rpoly_": null, "length": 208.43588195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1614, "st_code": 78940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762904, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33788, "Shape__Length": 82.983125499163606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071815757573006, 40.042043021784302 ], [ -75.071551754338103, 40.0418903719113 ], [ -75.071211319233299, 40.041709195106897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7031, "tnode_": 7096, "lpoly_": null, "rpoly_": null, "length": 197.98777318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1615, "l_t_add": 1629, "r_f_add": 1616, "r_t_add": 1630, "st_code": 78940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762911, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33789, "Shape__Length": 78.824794483782739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071211319233299, 40.041709195106897 ], [ -75.070935778480901, 40.041559600426602 ], [ -75.070639501151206, 40.0413895398395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7096, "tnode_": 7164, "lpoly_": null, "rpoly_": null, "length": 208.85818276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1631, "l_t_add": 1699, "r_f_add": 1632, "r_t_add": 1698, "st_code": 78940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33790, "Shape__Length": 83.155563746708367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070639501151206, 40.0413895398395 ], [ -75.070365390027703, 40.041234709586 ], [ -75.070040983084397, 40.041047359709999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7429, "tnode_": 7510, "lpoly_": null, "rpoly_": null, "length": 217.29526414999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1675, "l_t_add": 1699, "r_f_add": 1674, "r_t_add": 1698, "st_code": 52920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 762923, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33791, "Shape__Length": 86.512123664781171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071213216292904, 40.039813399665903 ], [ -75.070883360095294, 40.039622674003702 ], [ -75.070589695043793, 40.039458282089001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7164, "tnode_": 7252, "lpoly_": null, "rpoly_": null, "length": 215.79857158, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 78940, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762925, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33792, "Shape__Length": 85.909821492017727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070040983084397, 40.041047359709999 ], [ -75.069717336362103, 40.040870961663103 ], [ -75.069410540199002, 40.040706595579699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6894, "tnode_": 6963, "lpoly_": null, "rpoly_": null, "length": 216.87674073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 48040, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762928, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33793, "Shape__Length": 86.343458455716501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068867045994594, 40.042301128819403 ], [ -75.068560623973994, 40.042133381394102 ], [ -75.068558446410407, 40.042132268231001 ], [ -75.068237381736594, 40.0419543936585 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7510, "tnode_": 7571, "lpoly_": null, "rpoly_": null, "length": 193.51382887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 52920, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 762930, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33794, "Shape__Length": 77.039297488475412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070589695043793, 40.039458282089001 ], [ -75.070310427822605, 40.039303870949396 ], [ -75.070028346962999, 40.039148397798897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7252, "tnode_": 7311, "lpoly_": null, "rpoly_": null, "length": 194.7933437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 78940, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 762932, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33795, "Shape__Length": 77.552979966814917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069410540199002, 40.040706595579699 ], [ -75.069156541671006, 40.040561440337598 ], [ -75.069128286628299, 40.040545990256902 ], [ -75.068849519887394, 40.040390391599203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7621, "tnode_": 7705, "lpoly_": null, "rpoly_": null, "length": 228.94656207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 52920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 762937, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33796, "Shape__Length": 91.149524954646637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069427560749702, 40.038818094387402 ], [ -75.069083394200504, 40.0386173602543 ], [ -75.068770627867494, 40.0384439694405 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7372, "tnode_": 7440, "lpoly_": null, "rpoly_": null, "length": 225.81913846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2024, "st_code": 78940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762939, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33797, "Shape__Length": 89.899301399772924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068256512982003, 40.040047075233403 ], [ -75.067929908489802, 40.039867620414 ], [ -75.067599039468703, 40.039688054219603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7093, "tnode_": 7175, "lpoly_": null, "rpoly_": null, "length": 222.12754559000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2021, "r_f_add": 2000, "r_t_add": 2020, "st_code": 48040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762942, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33798, "Shape__Length": 88.436064137851758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067067706396998, 40.041305853943598 ], [ -75.066759456223807, 40.041122687901101 ], [ -75.066427760446601, 40.040945805835896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7705, "tnode_": 7774, "lpoly_": null, "rpoly_": null, "length": 256.20463942000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2010, "r_t_add": 2098, "st_code": 52920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762944, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33799, "Shape__Length": 101.97828347559856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068770627867494, 40.0384439694405 ], [ -75.068448841123498, 40.038263970637502 ], [ -75.068152249600999, 40.038103383774001 ], [ -75.068079815031197, 40.038080214292499 ], [ -75.068005461340306, 40.0380689432751 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7440, "tnode_": 7526, "lpoly_": null, "rpoly_": null, "length": 282.99526853000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2025, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 78940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33800, "Shape__Length": 112.65991208409164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067599039468703, 40.039688054219603 ], [ -75.067273973826602, 40.039504602122499 ], [ -75.066774149550199, 40.039239293125803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7175, "tnode_": 7280, "lpoly_": null, "rpoly_": null, "length": 297.22112159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2023, "l_t_add": 2099, "r_f_add": 2022, "r_t_add": 2098, "st_code": 48040, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 762949, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33801, "Shape__Length": 118.34108855888476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066427760446601, 40.040945805835896 ], [ -75.066087536294305, 40.0407378429353 ], [ -75.065583621856305, 40.040451288517502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7757, "tnode_": 7843, "lpoly_": null, "rpoly_": null, "length": 307.74141213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1525, "r_f_add": 1500, "r_t_add": 1528, "st_code": 50500, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 762961, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 33802, "Shape__Length": 122.51597094842572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075339181207795, 40.038290681664598 ], [ -75.074944389543106, 40.038075471844202 ], [ -75.074452275894004, 40.037791874293298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7256, "tnode_": 7452, "lpoly_": null, "rpoly_": null, "length": 685.92650437000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 51640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 762963, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33803, "Shape__Length": 273.08199705030597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062258665790097, 40.040533372978501 ], [ -75.060755074529894, 40.039677236259998 ], [ -75.060278616683306, 40.039424976361801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7113, "tnode_": 7348, "lpoly_": null, "rpoly_": null, "length": 700.43718921000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 28640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 762965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 33804, "Shape__Length": 278.86608181576548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061710594668199, 40.041110845624097 ], [ -75.060136953377295, 40.040235409077503 ], [ -75.059695297735402, 40.039971977011398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7536, "tnode_": 7608, "lpoly_": null, "rpoly_": null, "length": 256.74259222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 51640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 763168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 33805, "Shape__Length": 102.21181596709806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059657110825796, 40.039073484546002 ], [ -75.059274769143897, 40.038864137580497 ], [ -75.058914226655602, 40.038660383734197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7779, "tnode_": 7845, "lpoly_": null, "rpoly_": null, "length": 258.68211373999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2748, "st_code": 48040, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 763169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33806, "Shape__Length": 102.9822939329573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060930490518203, 40.037883442907102 ], [ -75.060544920691598, 40.037663664294499 ], [ -75.060182223765096, 40.037467043436799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7298, "tnode_": 7523, "lpoly_": null, "rpoly_": null, "length": 752.59767769000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 78240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 763173, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 33807, "Shape__Length": 299.6381159798255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058420251785293, 40.040247280523701 ], [ -75.058067476457595, 40.040052309343501 ], [ -75.056268031677504, 40.039009783391201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7654, "tnode_": 7523, "lpoly_": null, "rpoly_": null, "length": 275.78116995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6918, "l_t_add": 6998, "r_f_add": 6919, "r_t_add": 6999, "st_code": 19380, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33808, "Shape__Length": 109.92359077949237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056850813506898, 40.038399611104701 ], [ -75.056567666845794, 40.0386855413959 ], [ -75.056549646279393, 40.038704336329502 ], [ -75.056268031677504, 40.039009783391201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7608, "tnode_": 7500, "lpoly_": null, "rpoly_": null, "length": 266.95525358999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 68080, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33809, "Shape__Length": 106.38121147827087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058914226655602, 40.038660383734197 ], [ -75.058598964226505, 40.038943766999203 ], [ -75.058304166835299, 40.039223462615801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7771, "tnode_": 7654, "lpoly_": null, "rpoly_": null, "length": 264.38024401000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6916, "r_f_add": 6901, "r_t_add": 6917, "st_code": 19380, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33810, "Shape__Length": 105.38168590905494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057402953010396, 40.037811113246299 ], [ -75.057105469706698, 40.038114089847198 ], [ -75.057089915320702, 40.038130890096397 ], [ -75.056850813506898, 40.038399611104701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7741, "tnode_": 7608, "lpoly_": null, "rpoly_": null, "length": 281.93342358000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6831, "r_t_add": 6899, "st_code": 68080, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33811, "Shape__Length": 112.35257389437089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059552180083202, 40.038061690846497 ], [ -75.059221818882605, 40.038363750305201 ], [ -75.058914226655602, 40.038660383734197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7883, "tnode_": 7771, "lpoly_": null, "rpoly_": null, "length": 282.75747762000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6831, "r_t_add": 6899, "st_code": 19380, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33812, "Shape__Length": 112.70791115912195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057987199182605, 40.037179551203998 ], [ -75.057692303762906, 40.037498305909303 ], [ -75.057691833495994, 40.037506051991997 ], [ -75.057402953010396, 40.037811113246299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7845, "tnode_": 7741, "lpoly_": null, "rpoly_": null, "length": 279.39405312000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6829, "st_code": 68080, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33813, "Shape__Length": 111.34084286117471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060182223765096, 40.037467043436799 ], [ -75.059855705271104, 40.037783499582801 ], [ -75.059552180083202, 40.038061690846497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7990, "tnode_": 7883, "lpoly_": null, "rpoly_": null, "length": 279.1846973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6829, "st_code": 19380, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33814, "Shape__Length": 111.28078278831119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058570404379495, 40.0365579393141 ], [ -75.058262008327802, 40.036885609314297 ], [ -75.057987199182605, 40.037179551203998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28430, "tnode_": 8418, "lpoly_": null, "rpoly_": null, "length": 272.22002031000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6532, "r_f_add": 6501, "r_t_add": 6533, "st_code": 68080, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33815, "Shape__Length": 108.45179256862303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637119198542, 40.033744578653 ], [ -75.063564499928503, 40.033810272122203 ], [ -75.063369680661395, 40.033986038316201 ], [ -75.063062104528498, 40.034290370112501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8661, "tnode_": 8545, "lpoly_": null, "rpoly_": null, "length": 276.78791573999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6500, "l_t_add": 6526, "r_f_add": 6501, "r_t_add": 6525, "st_code": 19380, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33816, "Shape__Length": 110.32357746842904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062102055919993, 40.032822142221399 ], [ -75.0615789164099, 40.033379773427001 ], [ -75.061532718913995, 40.033442760828201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8418, "tnode_": 8307, "lpoly_": null, "rpoly_": null, "length": 286.53809568000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6534, "l_t_add": 6598, "r_f_add": 6535, "r_t_add": 6599, "st_code": 68080, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 33817, "Shape__Length": 114.17888975663303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063062104528498, 40.034290370112501 ], [ -75.062720944205495, 40.034600038851501 ], [ -75.0624095026498, 40.034896161971297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8545, "tnode_": 8440, "lpoly_": null, "rpoly_": null, "length": 284.03652781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6528, "l_t_add": 6598, "r_f_add": 6527, "r_t_add": 6599, "st_code": 19380, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33818, "Shape__Length": 113.21285591514555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061532718913995, 40.033442760828201 ], [ -75.061230373014496, 40.033755404400203 ], [ -75.060946218573605, 40.034078678403297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8440, "tnode_": 8329, "lpoly_": null, "rpoly_": null, "length": 281.3447687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 19380, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763202, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33819, "Shape__Length": 112.12825458934202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060946218573605, 40.034078678403297 ], [ -75.060601702881996, 40.0344176572954 ], [ -75.060340629216299, 40.034694789928899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8590, "tnode_": 8469, "lpoly_": null, "rpoly_": null, "length": 281.94288527999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6622, "r_f_add": 6601, "r_t_add": 6623, "st_code": 16220, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763204, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33820, "Shape__Length": 112.3801511328506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059302113212098, 40.033153904592098 ], [ -75.059006718284706, 40.033490645262603 ], [ -75.058724318497099, 40.033787577888901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8329, "tnode_": 8227, "lpoly_": null, "rpoly_": null, "length": 279.22826591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 19380, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33821, "Shape__Length": 111.29830834991324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060340629216299, 40.034694789928899 ], [ -75.060052580127305, 40.035010595634397 ], [ -75.059763611548306, 40.035319928553001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8469, "tnode_": 8365, "lpoly_": null, "rpoly_": null, "length": 283.13532117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6624, "l_t_add": 6698, "r_f_add": 6625, "r_t_add": 6699, "st_code": 16220, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33822, "Shape__Length": 112.84703352480287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058724318497099, 40.033787577888901 ], [ -75.058401836051999, 40.034122564186603 ], [ -75.058125434187303, 40.034413811657998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8227, "tnode_": 8114, "lpoly_": null, "rpoly_": null, "length": 283.67229906999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6728, "r_f_add": 6701, "r_t_add": 6729, "st_code": 19380, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 763208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33823, "Shape__Length": 113.06887145967811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059763611548306, 40.035319928553001 ], [ -75.059444657205006, 40.0356491049018 ], [ -75.059174022822006, 40.035952989330703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8365, "tnode_": 8261, "lpoly_": null, "rpoly_": null, "length": 279.39119361000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6700, "l_t_add": 6728, "r_f_add": 6701, "r_t_add": 6729, "st_code": 16220, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 763210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33824, "Shape__Length": 111.36399182281858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058125434187303, 40.034413811657998 ], [ -75.057811336302095, 40.034758638642899 ], [ -75.057550434279904, 40.035040602464598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8038, "tnode_": 7924, "lpoly_": null, "rpoly_": null, "length": 285.80859212999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6829, "r_t_add": 6899, "st_code": 16220, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33825, "Shape__Length": 113.91706175882638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056384077491302, 40.036282350134002 ], [ -75.056079079772701, 40.036596520828901 ], [ -75.056067709816702, 40.0366094661929 ], [ -75.055780315591093, 40.036914911532698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7924, "tnode_": 7812, "lpoly_": null, "rpoly_": null, "length": 262.61452977000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6930, "r_f_add": 6901, "r_t_add": 6931, "st_code": 16220, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33826, "Shape__Length": 104.67452494547234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055780315591093, 40.036914911532698 ], [ -75.055488655103204, 40.037221277009401 ], [ -75.055227770060696, 40.037497426419698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7812, "tnode_": 7704, "lpoly_": null, "rpoly_": null, "length": 272.34318946000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6932, "l_t_add": 6998, "r_f_add": 6933, "r_t_add": 6999, "st_code": 16220, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33827, "Shape__Length": 108.55556387869619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055227770060696, 40.037497426419698 ], [ -75.054956079579398, 40.037788506184398 ], [ -75.054659370246, 40.038104094207497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7523, "tnode_": 7387, "lpoly_": null, "rpoly_": null, "length": 304.438349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7020, "r_f_add": 7001, "r_t_add": 7021, "st_code": 19380, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 763221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33828, "Shape__Length": 121.35457318238743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056268031677504, 40.039009783391201 ], [ -75.0559433101471, 40.039363823157402 ], [ -75.055638844458997, 40.039691355396002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7704, "tnode_": 7575, "lpoly_": null, "rpoly_": null, "length": 299.88576137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7028, "r_f_add": 7001, "r_t_add": 7029, "st_code": 16220, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 763223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 33829, "Shape__Length": 119.53049976169862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054659370246, 40.038104094207497 ], [ -75.054305107915695, 40.038472036791497 ], [ -75.054024591333601, 40.038767137794203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7387, "tnode_": 7271, "lpoly_": null, "rpoly_": null, "length": 271.63530278999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7022, "l_t_add": 7098, "r_f_add": 7023, "r_t_add": 7099, "st_code": 19380, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 763225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 33830, "Shape__Length": 108.26984806828325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055638844458997, 40.039691355396002 ], [ -75.055360942259099, 40.039986769642198 ], [ -75.055058494795702, 40.0402887860145 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7965, "tnode_": 7853, "lpoly_": null, "rpoly_": null, "length": 271.91504617000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6928, "l_t_add": 6998, "r_f_add": 6927, "r_t_add": 6999, "st_code": 41280, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33831, "Shape__Length": 108.38656568134192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053586317157297, 40.036583813507299 ], [ -75.053322112322803, 40.0368672594633 ], [ -75.053024916680101, 40.037192866011303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8075, "tnode_": 7965, "lpoly_": null, "rpoly_": null, "length": 268.10261497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6900, "l_t_add": 6926, "r_f_add": 6901, "r_t_add": 6925, "st_code": 41280, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33832, "Shape__Length": 106.85386841338455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054163186691198, 40.035996418722704 ], [ -75.053847777427293, 40.036319410174897 ], [ -75.053586317157297, 40.036583813507299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8198, "tnode_": 8075, "lpoly_": null, "rpoly_": null, "length": 281.68411721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6827, "r_t_add": 6899, "st_code": 41280, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33833, "Shape__Length": 112.27489161366788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054751847914801, 40.035369476197602 ], [ -75.054438922334796, 40.035693209525398 ], [ -75.054163186691198, 40.035996418722704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8625, "tnode_": 8512, "lpoly_": null, "rpoly_": null, "length": 282.57736853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 41280, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33834, "Shape__Length": 112.62996310777632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057094734628393, 40.032878997336702 ], [ -75.056795277824804, 40.033203649789797 ], [ -75.056510242280595, 40.033511337839798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8732, "tnode_": 8625, "lpoly_": null, "rpoly_": null, "length": 279.13804693999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 41280, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33835, "Shape__Length": 111.25516562721388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057676682894495, 40.032258594592001 ], [ -75.057392084431001, 40.032570713634797 ], [ -75.057382673650196, 40.0325732709248 ], [ -75.057094734628393, 40.032878997336702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8838, "tnode_": 8732, "lpoly_": null, "rpoly_": null, "length": 268.05785571000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 41280, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33836, "Shape__Length": 106.83903993825029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058234532192998, 40.0316606964915 ], [ -75.057999730772593, 40.031920983612402 ], [ -75.057676682894495, 40.032258594592001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9000, "tnode_": 8898, "lpoly_": null, "rpoly_": null, "length": 265.20280983000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 70640, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33837, "Shape__Length": 105.698450775353 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056615014993, 40.0307598412492 ], [ -75.0563663852773, 40.031024816936601 ], [ -75.056060561951298, 40.0313500443132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6453, "tnode_": 6519, "lpoly_": null, "rpoly_": null, "length": 167.40467291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2223, "l_t_add": 2237, "r_f_add": 2222, "r_t_add": 2236, "st_code": 74220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 763267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33838, "Shape__Length": 66.65474768536383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058185188926302, 40.0439659049783 ], [ -75.057923661935604, 40.043814984270597 ], [ -75.057706975533407, 40.043690053988399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6368, "tnode_": 6453, "lpoly_": null, "rpoly_": null, "length": 234.86806542, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2221, "r_f_add": 2200, "r_t_add": 2220, "st_code": 74220, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 763269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33839, "Shape__Length": 93.513219887828541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058861168963105, 40.044347688298998 ], [ -75.058530302916296, 40.044158854024502 ], [ -75.058185188926302, 40.0439659049783 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9039, "tnode_": 9194, "lpoly_": null, "rpoly_": null, "length": 558.49117046999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 49160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 763311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARDNER ST", "stname": "LARDNER ST", "objectid": 33840, "Shape__Length": 222.32015322529261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071327348391094, 40.030902239518603 ], [ -75.069720934790993, 40.029993667076198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9248, "tnode_": 9194, "lpoly_": null, "rpoly_": null, "length": 94.00305838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6000, "l_t_add": 6098, "r_f_add": 6001, "r_t_add": 6099, "st_code": 33540, "l_hundred": 6000, "r_hundred": 6000, "seg_id": 763314, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-07-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 33841, "Shape__Length": 37.469129158347393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069909147954405, 40.029779995492198 ], [ -75.069720934790993, 40.029993667076198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9418, "tnode_": 26994, "lpoly_": null, "rpoly_": null, "length": 911.63853156000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 78020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 763333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-09-04T00:00:00Z", "newsegdate": "1998-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 33842, "Shape__Length": 362.81972937822314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033527432016598, 40.028040421341402 ], [ -75.031872124446807, 40.028867313334899 ], [ -75.030808964648699, 40.029417040404603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27168, "tnode_": 27169, "lpoly_": null, "rpoly_": null, "length": 616.31587774999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPHINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 46300, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 763334, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "1998-07-01T00:00:00Z", "multi_rep": 0, "streetlabe": "JOSEPHINE ST", "stname": "JOSEPHINE ST", "objectid": 33843, "Shape__Length": 245.2855710141109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047250149806601, 40.025043588740701 ], [ -75.045428497576594, 40.025992857369303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27168, "tnode_": 10186, "lpoly_": null, "rpoly_": null, "length": 110.03812028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4611, "l_t_add": 4619, "r_f_add": 4610, "r_t_add": 4618, "st_code": 78940, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 763335, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": "1998-07-01T00:00:00Z", "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33844, "Shape__Length": 43.857342923301367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047250149806601, 40.025043588740701 ], [ -75.047029672953101, 40.024793559782502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27169, "tnode_": 10001, "lpoly_": null, "rpoly_": null, "length": 112.52310543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4611, "l_t_add": 4619, "r_f_add": 4610, "r_t_add": 4618, "st_code": 48040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 763336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": "1998-07-01T00:00:00Z", "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 33845, "Shape__Length": 44.85004040913099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045428497576594, 40.025992857369303 ], [ -75.045206404424306, 40.025735446812803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27547, "tnode_": 7130, "lpoly_": null, "rpoly_": null, "length": 20.54519949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6826, "l_t_add": 6826, "r_f_add": 6827, "r_t_add": 6827, "st_code": 20020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 763342, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": "1998-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33846, "Shape__Length": 8.189559592836698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0649627351318, 40.041068975461499 ], [ -75.064919621854798, 40.041114612864703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12047, "tnode_": 27925, "lpoly_": null, "rpoly_": null, "length": 98.75209549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 763345, "oneway": "B", "class": 14, "responsibl": "BCBC", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 33847, "Shape__Length": 39.391866983105977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043036987824195, 40.012263023206202 ], [ -75.0429535332255, 40.0119996415226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10607, "tnode_": 27976, "lpoly_": null, "rpoly_": null, "length": 106.07877142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARRAH", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 27440, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 763346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-30T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "DARRAH ST", "stname": "DARRAH ST", "objectid": 33848, "Shape__Length": 42.211364300321684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074829630328907, 40.023189208345997 ], [ -75.074509064572794, 40.023344312116301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10786, "tnode_": 27977, "lpoly_": null, "rpoly_": null, "length": 84.73519803000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5498, "r_f_add": 5401, "r_t_add": 5499, "st_code": 29320, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 763347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-08-30T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "DUFFIELD ST", "stname": "DUFFIELD ST", "objectid": 33849, "Shape__Length": 33.724013056249355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073895735702294, 40.022116856133103 ], [ -75.073648299385894, 40.022250712145897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8993, "tnode_": 28048, "lpoly_": null, "rpoly_": null, "length": 87.73601125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6150, "l_t_add": 6198, "r_f_add": 6151, "r_t_add": 6199, "st_code": 50320, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 763348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-31T00:00:00Z", "newsegdate": "1999-12-31T00:00:00Z", "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 33850, "Shape__Length": 34.948189764331765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071167886048599, 40.0311045551001 ], [ -75.071029839523604, 40.031227363796098 ], [ -75.070979770688297, 40.0312692890951 ], [ -75.070951688788796, 40.0312705928892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8144, "tnode_": 28215, "lpoly_": null, "rpoly_": null, "length": 108.69947298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6560, "l_t_add": 6592, "r_f_add": 6561, "r_t_add": 6593, "st_code": 40440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763350, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-16T00:00:00Z", "newsegdate": "2001-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33851, "Shape__Length": 43.377684121994903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064252736437894, 40.035892764666798 ], [ -75.064328307307704, 40.036176301812503 ], [ -75.064328535868398, 40.036177161346799 ], [ -75.064330648745795, 40.0361850858785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28215, "tnode_": 8061, "lpoly_": null, "rpoly_": null, "length": 48.46083728, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARBISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19150, "l_f_add": 6594, "l_t_add": 6594, "r_f_add": 6595, "r_t_add": 6595, "st_code": 40440, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763351, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-02-23T00:00:00Z", "newsegdate": "2001-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "HARBISON AVE", "stname": "HARBISON AVE", "objectid": 33852, "Shape__Length": 19.338873744216894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064330648745795, 40.0361850858785 ], [ -75.0643653841679, 40.036315409677201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8897, "tnode_": 8796, "lpoly_": null, "rpoly_": null, "length": 264.05435461000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6632, "l_t_add": 6698, "r_f_add": 6619, "r_t_add": 6699, "st_code": 34960, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 763354, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-02-23T00:00:00Z", "newsegdate": "2001-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33853, "Shape__Length": 105.14115986014301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053970533512498, 40.031246441891298 ], [ -75.053513808424697, 40.031576647751002 ], [ -75.053387787203903, 40.031652376409099 ], [ -75.053322317429604, 40.031687140557899 ], [ -75.053251690200796, 40.031709602302399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8149, "tnode_": 28215, "lpoly_": null, "rpoly_": null, "length": 338.55407063999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6597, "r_t_add": 6599, "st_code": 69220, "l_hundred": 0, "r_hundred": 6500, "seg_id": 763364, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-05-16T00:00:00Z", "newsegdate": "2003-05-16T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33854, "Shape__Length": 134.64131854032541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065483890109903, 40.035906369368497 ], [ -75.064649599804298, 40.036115296157099 ], [ -75.064330648745795, 40.0361850858785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28215, "tnode_": 7967, "lpoly_": null, "rpoly_": null, "length": 592.2779316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 6601, "r_t_add": 6699, "st_code": 69220, "l_hundred": 0, "r_hundred": 6600, "seg_id": 763365, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-05-16T00:00:00Z", "newsegdate": "2003-05-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 33855, "Shape__Length": 235.604742292597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064330648745795, 40.0361850858785 ], [ -75.063771558412398, 40.036307418274497 ], [ -75.063291816640998, 40.036438536802002 ], [ -75.062748480670194, 40.036651178714799 ], [ -75.062383780111603, 40.036803448406197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10188, "tnode_": 9934, "lpoly_": null, "rpoly_": null, "length": 1577.5934852799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5700, "l_t_add": 5898, "r_f_add": 5701, "r_t_add": 5999, "st_code": 34960, "l_hundred": 5700, "r_hundred": 5700, "seg_id": 763366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-11-19T00:00:00Z", "newsegdate": "2003-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 33856, "Shape__Length": 627.2798304607611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073366166094203, 40.025378218243702 ], [ -75.073274519169502, 40.025391885445103 ], [ -75.072070784832306, 40.025663730350601 ], [ -75.067959231179103, 40.026592151034201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10669, "tnode_": 10467, "lpoly_": null, "rpoly_": null, "length": 539.59025436000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6990, "l_t_add": 7098, "r_f_add": 6991, "r_t_add": 7099, "st_code": 59570, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763367, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-09T00:00:00Z", "newsegdate": "2004-03-09T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 33857, "Shape__Length": 215.21490294036423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037816577134507, 40.021750856958903 ], [ -75.037705926509403, 40.022172108661003 ], [ -75.037695540443593, 40.022208737132402 ], [ -75.037653826606899, 40.0223449155312 ], [ -75.037583878485407, 40.022548594361503 ], [ -75.037518777324806, 40.022716289663201 ], [ -75.037442108636398, 40.0228499257991 ], [ -75.0373946627534, 40.022927512899798 ], [ -75.037339629818703, 40.022998808911098 ], [ -75.037280052900897, 40.023059489472402 ], [ -75.037196182597398, 40.023132893836497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8082, "tnode_": 28859, "lpoly_": null, "rpoly_": null, "length": 797.93109893000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8028, "r_f_add": 8001, "r_t_add": 8029, "st_code": 77600, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 763368, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33858, "Shape__Length": 317.60953611550804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025185838051897, 40.035289400620897 ], [ -75.022820253125303, 40.036510685834202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28860, "tnode_": 7525, "lpoly_": null, "rpoly_": null, "length": 288.97381651999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8050, "l_t_add": 8098, "r_f_add": 8051, "r_t_add": 8099, "st_code": 77600, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 763370, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33859, "Shape__Length": 115.02689993182074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020531325886694, 40.0376923063885 ], [ -75.019674569419607, 40.038134570440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9587, "tnode_": 28861, "lpoly_": null, "rpoly_": null, "length": 2161.38577829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7400, "l_t_add": 7958, "r_f_add": 7401, "r_t_add": 7997, "st_code": 74440, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 763371, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33860, "Shape__Length": 860.33904731989787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028821384153503, 40.0273473678388 ], [ -75.027202869796895, 40.028247512970999 ], [ -75.022558782262905, 40.030815176848101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28861, "tnode_": 8763, "lpoly_": null, "rpoly_": null, "length": 274.15853901000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7960, "l_t_add": 7998, "r_f_add": 7999, "r_t_add": 7999, "st_code": 74440, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 763372, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33861, "Shape__Length": 109.13155770655077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022558782262905, 40.030815176848101 ], [ -75.021763956201895, 40.0312545882244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10669, "tnode_": 10503, "lpoly_": null, "rpoly_": null, "length": 1023.9682274300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 7098, "r_f_add": 6901, "r_t_add": 7099, "st_code": 56300, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2004-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 33862, "Shape__Length": 407.27383030554597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037816577134507, 40.021750856958903 ], [ -75.037250275182799, 40.021981676107103 ], [ -75.037036776816095, 40.022075173166101 ], [ -75.036855305120994, 40.022157229000101 ], [ -75.036617975510794, 40.022252895124701 ], [ -75.035649302228407, 40.022562014708903 ], [ -75.034638889715396, 40.022874349068097 ], [ -75.034487399467096, 40.022891614420701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10845, "tnode_": 10669, "lpoly_": null, "rpoly_": null, "length": 543.87326126000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6900, "l_t_add": 6988, "r_f_add": 6901, "r_t_add": 6989, "st_code": 59570, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 763374, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-06-22T00:00:00Z", "newsegdate": "2004-06-22T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW STATE RD", "stname": "NEW STATE RD", "objectid": 33863, "Shape__Length": 216.39770010332018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039482427204106, 40.020984149216098 ], [ -75.038417340596595, 40.021457905848699 ], [ -75.038072370244606, 40.021625825772801 ], [ -75.037816577134507, 40.021750856958903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10630, "tnode_": 10749, "lpoly_": null, "rpoly_": null, "length": 343.29598138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4201, "l_t_add": 4227, "r_f_add": 4200, "r_t_add": 4226, "st_code": 24480, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 763375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-09-17T00:00:00Z", "newsegdate": "2004-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "COMLY ST", "stname": "COMLY ST", "objectid": 33864, "Shape__Length": 136.82768894278121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063825052521196, 40.022818943897299 ], [ -75.063470820549895, 40.022426606455099 ], [ -75.063151914147795, 40.022031741598603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7853, "tnode_": 7744, "lpoly_": null, "rpoly_": null, "length": 299.49882297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7028, "r_f_add": 7001, "r_t_add": 7029, "st_code": 41280, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 763377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-08-07T00:00:00Z", "newsegdate": "2006-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33865, "Shape__Length": 119.37780177673068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053024916680101, 40.037192866011303 ], [ -75.052688382689794, 40.037549572162803 ], [ -75.052396980986003, 40.037858436658198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10294, "tnode_": 29123, "lpoly_": null, "rpoly_": null, "length": 547.24043726000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 18800, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 763383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2006-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33866, "Shape__Length": 217.81046166466365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079052042933995, 40.024962138732803 ], [ -75.077763889879094, 40.024160813172301 ], [ -75.077468579116598, 40.024136602969797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29123, "tnode_": 10539, "lpoly_": null, "rpoly_": null, "length": 185.82010588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 18800, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 763384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2006-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BRIDGE ST", "stname": "BRIDGE ST", "objectid": 33867, "Shape__Length": 73.863684850559878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077468579116598, 40.024136602969797 ], [ -75.076808820849905, 40.024082511687702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10539, "tnode_": 29124, "lpoly_": null, "rpoly_": null, "length": 455.42478257, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 20020, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 763385, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2006-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33868, "Shape__Length": 181.72884843438274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076808820849905, 40.024082511687702 ], [ -75.076765266737098, 40.024294678634099 ], [ -75.076606848759596, 40.025291529829197 ], [ -75.076600081705806, 40.025322231135803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29124, "tnode_": 9869, "lpoly_": null, "rpoly_": null, "length": 720.97336683000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5400, "l_t_add": 5798, "r_f_add": 5401, "r_t_add": 5799, "st_code": 20020, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 763386, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2006-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 33869, "Shape__Length": 287.48249865862113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076600081705806, 40.025322231135803 ], [ -75.076568224380196, 40.025466760689604 ], [ -75.076533761886097, 40.025625830051602 ], [ -75.0764820727629, 40.025765793648098 ], [ -75.076359408079995, 40.026025514636402 ], [ -75.076269561059604, 40.026158906888902 ], [ -75.075490740493606, 40.027080831821401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29123, "tnode_": 29124, "lpoly_": null, "rpoly_": null, "length": 537.19133603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSWAY", "st_type": "DR", "suf_dir": " ", "zip_left": 19124, "zip_right": 19124, "l_f_add": 5300, "l_t_add": 5398, "r_f_add": 5301, "r_t_add": 5399, "st_code": 1036, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 763387, "oneway": "B", "class": 5, "responsibl": "SEPTA", "update_": "2006-10-16T00:00:00Z", "newsegdate": "2006-10-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSWAY DR", "stname": "BUSWAY DR", "objectid": 33870, "Shape__Length": 214.13151891784841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077468579116598, 40.024136602969797 ], [ -75.077414893333398, 40.024573562893003 ], [ -75.077385623413207, 40.024656217120999 ], [ -75.077334562132407, 40.024741697123197 ], [ -75.076850190006297, 40.025260436622702 ], [ -75.076778516602502, 40.025318769390601 ], [ -75.076600081705806, 40.025322231135803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8408, "tnode_": 8296, "lpoly_": null, "rpoly_": null, "length": 275.06268079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6726, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 41280, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 763388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": "2007-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 33871, "Shape__Length": 109.62843774971731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055921375862695, 40.034142353885798 ], [ -75.055626865097906, 40.034447665052603 ], [ -75.055336299128996, 40.034748885415603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8551, "tnode_": 8441, "lpoly_": null, "rpoly_": null, "length": 279.67816210999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SACKETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6750, "l_t_add": 6798, "r_f_add": 6751, "r_t_add": 6799, "st_code": 70640, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 763390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": "2007-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SACKETT ST", "stname": "SACKETT ST", "objectid": 33872, "Shape__Length": 111.47187743396731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054288587159206, 40.033230866242299 ], [ -75.053994168004394, 40.033544433566398 ], [ -75.053704063101307, 40.033853402516797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29616, "tnode_": 6118, "lpoly_": null, "rpoly_": null, "length": 7410.1546593100002, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3030, "l_t_add": 3170, "r_f_add": 3031, "r_t_add": 3171, "st_code": 1050, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 763393, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 33873, "Shape__Length": 2951.180661422612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021493635467195, 40.031007552245697 ], [ -75.021273327712706, 40.031535491815603 ], [ -75.021048910973704, 40.032088515258202 ], [ -75.020868156178395, 40.032442177014197 ], [ -75.0207598902401, 40.032637146741202 ], [ -75.0205479244337, 40.032964223108202 ], [ -75.020285710428297, 40.033306283334198 ], [ -75.020112295454695, 40.0335179819998 ], [ -75.019965448178297, 40.033668758880701 ], [ -75.019802048814597, 40.033834889905499 ], [ -75.019525284621096, 40.034093701702197 ], [ -75.019216119914802, 40.034350903611802 ], [ -75.019036915029304, 40.034484483726402 ], [ -75.018722966803594, 40.034696064490298 ], [ -75.018400479955204, 40.034895165337502 ], [ -75.018038223157006, 40.035112648832403 ], [ -75.017660178480696, 40.0353142439157 ], [ -75.017240030899401, 40.035519622450998 ], [ -75.016707230467603, 40.035761461516401 ], [ -75.015913891074703, 40.036093618689897 ], [ -75.0149909461487, 40.036436591285401 ], [ -75.012114077912301, 40.037498153659598 ], [ -75.011969942438597, 40.037551336738701 ], [ -75.0108608815042, 40.037948093712401 ], [ -75.010013653386096, 40.038263863188803 ], [ -75.009336979175998, 40.038505698746299 ], [ -75.008742308314993, 40.038718494699303 ], [ -75.008253940038301, 40.038906004970102 ], [ -75.007773990635997, 40.039107529307302 ], [ -75.007291818135002, 40.039334398653402 ], [ -75.006725171168199, 40.039635086382397 ], [ -75.006247960816793, 40.039919154122003 ], [ -75.005739906092302, 40.040257403681302 ], [ -75.005143692461203, 40.040703659619602 ], [ -75.004828651644601, 40.040967869398301 ], [ -75.004435169857601, 40.041305149284099 ], [ -75.003947835409406, 40.041810485047399 ], [ -75.003589691937293, 40.042252004052997 ], [ -75.003204627612206, 40.042771946554701 ], [ -75.002780307453307, 40.043479497378598 ], [ -75.002506104547507, 40.044002013527702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10064, "tnode_": 29616, "lpoly_": null, "rpoly_": null, "length": 3102.28817656, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2970, "l_t_add": 3028, "r_f_add": 2971, "r_t_add": 3029, "st_code": 1050, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 763394, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 33874, "Shape__Length": 1235.6231632918614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029049357993003, 40.025097172554702 ], [ -75.028516747006705, 40.025388173791598 ], [ -75.027776994341295, 40.025789915704202 ], [ -75.027424790585499, 40.025977709723101 ], [ -75.026083474456897, 40.026717080521799 ], [ -75.024588216590601, 40.0275275905393 ], [ -75.0242329679715, 40.0277201488028 ], [ -75.0237809425509, 40.028015141199802 ], [ -75.023403964801602, 40.028289780189901 ], [ -75.023169912369099, 40.028483104303803 ], [ -75.022948773753598, 40.028694288127703 ], [ -75.0226873053345, 40.028957435592602 ], [ -75.022477245979701, 40.0292033849869 ], [ -75.022233776999499, 40.029530382634398 ], [ -75.022052120949198, 40.029802367134202 ], [ -75.021801656205795, 40.030271327916203 ], [ -75.021493635467195, 40.031007552245697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29617, "tnode_": 5975, "lpoly_": null, "rpoly_": null, "length": 7127.42255441, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3030, "l_t_add": 3162, "r_f_add": 3031, "r_t_add": 3161, "st_code": 1060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 763395, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 33875, "Shape__Length": 2838.432598639999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0216546020566, 40.031154677940499 ], [ -75.021612416753996, 40.031259189598799 ], [ -75.021337511345294, 40.031934019250897 ], [ -75.021159357955895, 40.032321389628699 ], [ -75.021005081265002, 40.032607488674699 ], [ -75.020730215785704, 40.033047050935501 ], [ -75.020508441156494, 40.033350104426397 ], [ -75.020312020213893, 40.033579139915098 ], [ -75.019917946430994, 40.0339875747365 ], [ -75.0197267682627, 40.034162275780901 ], [ -75.019501951621194, 40.034356548821599 ], [ -75.019158951416102, 40.034617785765001 ], [ -75.018909336507804, 40.034791445658499 ], [ -75.018623623426905, 40.034968850968603 ], [ -75.0181128177056, 40.035268690733297 ], [ -75.017543235483103, 40.035577491260398 ], [ -75.016949183290095, 40.035868568651097 ], [ -75.015931371214194, 40.036328890500997 ], [ -75.015031806937301, 40.036678502216198 ], [ -75.012298578290896, 40.037682321239899 ], [ -75.012193085310003, 40.037721063504101 ], [ -75.008827349414304, 40.038946770928 ], [ -75.008139454618203, 40.039218715696798 ], [ -75.007593950762498, 40.039463351770301 ], [ -75.007145195171603, 40.039693470230901 ], [ -75.006720796905995, 40.039928551524802 ], [ -75.005958780387303, 40.040417066847802 ], [ -75.005559968620901, 40.040706699218298 ], [ -75.005175743487698, 40.041022171718602 ], [ -75.004460438064498, 40.041658520216401 ], [ -75.004029424879704, 40.042140873899598 ], [ -75.0036789400244, 40.042588658469299 ], [ -75.0032998125386, 40.043157400656597 ], [ -75.003098352378402, 40.0434976271208 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9529, "tnode_": 29617, "lpoly_": null, "rpoly_": null, "length": 1643.9110270900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2998, "l_t_add": 3028, "r_f_add": 2999, "r_t_add": 3029, "st_code": 1060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 763396, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-02-25T00:00:00Z", "newsegdate": "2011-02-25T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 33876, "Shape__Length": 655.16010646570203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024948112906003, 40.027561001310303 ], [ -75.024743301414802, 40.027671351098803 ], [ -75.024518968474993, 40.027788081663097 ], [ -75.024348326644898, 40.027890556436198 ], [ -75.023921334159695, 40.028151207752501 ], [ -75.023448930983406, 40.028494163252397 ], [ -75.023158821608504, 40.028759140272697 ], [ -75.023005229640404, 40.028908866668303 ], [ -75.022913867421593, 40.029011793785003 ], [ -75.022750904762702, 40.029183475069203 ], [ -75.022599181632799, 40.029371146524298 ], [ -75.022384052049404, 40.029654551268401 ], [ -75.022209160378907, 40.029937915736603 ], [ -75.0221320134889, 40.030087472670203 ], [ -75.022012513337003, 40.030303371253702 ], [ -75.021920948207807, 40.030512239190998 ], [ -75.0216546020566, 40.031154677940499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29709, "tnode_": 10086, "lpoly_": null, "rpoly_": null, "length": 142.92604573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 6580, "l_t_add": 6598, "r_f_add": 6581, "r_t_add": 6599, "st_code": 45760, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 763398, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": "2011-04-15T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 33877, "Shape__Length": 56.883067378940858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050626387260294, 40.025168341062603 ], [ -75.050204751977304, 40.025389397696699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29746, "tnode_": 10698, "lpoly_": null, "rpoly_": null, "length": 956.76961563999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 763399, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2012-02-22T00:00:00Z", "newsegdate": "2011-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 33878, "Shape__Length": 380.6376692590382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043100186672902, 40.0206113879143 ], [ -75.042910344995306, 40.020759024388198 ], [ -75.042714258491202, 40.020893079556302 ], [ -75.042504053518101, 40.021017236850398 ], [ -75.042156060450196, 40.021165242805999 ], [ -75.041599826609399, 40.021388036993301 ], [ -75.041011084205195, 40.021594121137802 ], [ -75.040394165496707, 40.021778815080602 ], [ -75.040122568369199, 40.021844818083999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29746, "tnode_": 9529, "lpoly_": null, "rpoly_": null, "length": 5717.6564412400003, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 2900, "l_t_add": 2996, "r_f_add": 2901, "r_t_add": 2997, "st_code": 1060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 763401, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2011-10-18T00:00:00Z", "newsegdate": "2011-10-18T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 33879, "Shape__Length": 2274.5196081446516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043100186672902, 40.0206113879143 ], [ -75.042792759849704, 40.020743763650998 ], [ -75.042424241275398, 40.0208890221136 ], [ -75.041709763362306, 40.021149458946802 ], [ -75.0413987729724, 40.0212525286125 ], [ -75.040403153716298, 40.021582491474803 ], [ -75.039855524591303, 40.021759522296001 ], [ -75.038533761855902, 40.0221861159878 ], [ -75.036613343081498, 40.022789530518303 ], [ -75.036074607273406, 40.022957314474802 ], [ -75.035471557724705, 40.0231341666383 ], [ -75.034692549796205, 40.023329879760702 ], [ -75.033812433718097, 40.023554280744001 ], [ -75.033033370133595, 40.023751133068899 ], [ -75.0324142143362, 40.023904419633503 ], [ -75.032132820730894, 40.023976044456802 ], [ -75.031855360746306, 40.024061576686996 ], [ -75.031398886138803, 40.024212787691503 ], [ -75.030849139076096, 40.0244128556525 ], [ -75.030389502937098, 40.024605145389003 ], [ -75.029968470341998, 40.0248112580624 ], [ -75.029565531284106, 40.025021293985198 ], [ -75.026662322320604, 40.0266016085749 ], [ -75.026241107720594, 40.026838637981697 ], [ -75.025122487496901, 40.027437121350196 ], [ -75.024948112906003, 40.027561001310303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10038, "tnode_": 10180, "lpoly_": null, "rpoly_": null, "length": 339.41061484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4935, "l_t_add": 4941, "r_f_add": 4938, "r_t_add": 4964, "st_code": 65740, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 763402, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-10-18T00:00:00Z", "newsegdate": "2011-10-18T00:00:00Z", "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33880, "Shape__Length": 135.29400660339172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036454582788494, 40.025368941179799 ], [ -75.036109880537495, 40.024923604266299 ], [ -75.035992021945404, 40.024830208909002 ], [ -75.035814758670398, 40.0245817518108 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28527, "tnode_": 28528, "lpoly_": null, "rpoly_": null, "length": 198.5951288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DETENTION CENTER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1082, "l_hundred": 0, "r_hundred": 0, "seg_id": 780065, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-15T00:00:00Z", "newsegdate": "2003-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "DETENTION CENTER DWY", "stname": "DETENTION CENTER DWY", "objectid": 33881, "Shape__Length": 79.221878315097854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016981189585195, 40.033922030032699 ], [ -75.0168816220759, 40.033806817387102 ], [ -75.016746120746006, 40.033413526915297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29778, "tnode_": 10064, "lpoly_": null, "rpoly_": null, "length": 1114.75921797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 763403, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 33882, "Shape__Length": 443.79930901278573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032102261361899, 40.023238043969897 ], [ -75.031906671291594, 40.023265320809003 ], [ -75.031744533049803, 40.023292382706998 ], [ -75.0316259356768, 40.023321650995101 ], [ -75.031494609021195, 40.023359871646498 ], [ -75.031399916447597, 40.023392460147598 ], [ -75.031325346254604, 40.023423903980202 ], [ -75.031236965025002, 40.023462104869999 ], [ -75.031150755377396, 40.023506597817203 ], [ -75.031073434959893, 40.023544576603399 ], [ -75.030991803567204, 40.0235929172159 ], [ -75.030891841281601, 40.023660927157202 ], [ -75.030795617078795, 40.023730791601302 ], [ -75.030775061229704, 40.023747724038202 ], [ -75.030588300681899, 40.023901563629799 ], [ -75.030436219914705, 40.024029419667102 ], [ -75.030368044661301, 40.024086798951103 ], [ -75.030268041031206, 40.024170693906299 ], [ -75.030063248276505, 40.024338613507801 ], [ -75.029880410823694, 40.024494293891699 ], [ -75.029640509621402, 40.024673453488099 ], [ -75.029545006119804, 40.024738368302302 ], [ -75.029416114165201, 40.024823555098301 ], [ -75.029240769967004, 40.0249270832511 ], [ -75.029049357993003, 40.025097172554702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29778, "tnode_": 29777, "lpoly_": null, "rpoly_": null, "length": 53.94004326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY RAMP", "st_type": "SPUR", "suf_dir": "C", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9202, "l_hundred": 0, "r_hundred": 0, "seg_id": 763405, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2012-11-30T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP SPUR C", "stname": "DELAWARE EXPY RAMP SPUR C", "objectid": 33883, "Shape__Length": 21.457637520226722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032102261361899, 40.023238043969897 ], [ -75.032273660273901, 40.023170508217099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29777, "tnode_": 29780, "lpoly_": null, "rpoly_": null, "length": 218.5500979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY RAMP", "st_type": "SPUR", "suf_dir": "C2", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9203, "l_hundred": 0, "r_hundred": 0, "seg_id": 763406, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2012-11-30T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP SPUR C2", "stname": "DELAWARE EXPY RAMP SPUR C2", "objectid": 33884, "Shape__Length": 87.022422536012101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032273660273901, 40.023170508217099 ], [ -75.032383975973204, 40.023106311225597 ], [ -75.032468986800097, 40.023058414563003 ], [ -75.032722243620995, 40.0228681607502 ], [ -75.032788385928399, 40.022814932753001 ], [ -75.032852707011997, 40.022770161273002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29779, "tnode_": 29777, "lpoly_": null, "rpoly_": null, "length": 152.72409427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY RAMP", "st_type": "SPUR", "suf_dir": "C", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9202, "l_hundred": 0, "r_hundred": 0, "seg_id": 763407, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2012-11-30T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP SPUR C", "stname": "DELAWARE EXPY RAMP SPUR C", "objectid": 33885, "Shape__Length": 60.804247625837561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031901011690096, 40.022939441120897 ], [ -75.032069611664596, 40.022964617435399 ], [ -75.032132691148604, 40.0229780881658 ], [ -75.032197805158901, 40.023005581471203 ], [ -75.032241606014097, 40.023046544769201 ], [ -75.032259265950501, 40.023091881210398 ], [ -75.032273660273901, 40.023170508217099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29779, "tnode_": 10306, "lpoly_": null, "rpoly_": null, "length": 575.64725276000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 56300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 763408, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 33886, "Shape__Length": 229.04901309304284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031901011690096, 40.022939441120897 ], [ -75.030140722689495, 40.023755287905999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29780, "tnode_": 29779, "lpoly_": null, "rpoly_": null, "length": 280.27929297999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 56300, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 763409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 33887, "Shape__Length": 111.44513889761137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032852707011997, 40.022770161273002 ], [ -75.032473314865598, 40.022764934472001 ], [ -75.032298580462793, 40.022790731290797 ], [ -75.032099586526897, 40.022850919986297 ], [ -75.031901011690096, 40.022939441120897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10503, "tnode_": 29780, "lpoly_": null, "rpoly_": null, "length": 460.35829343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7149, "st_code": 56300, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 763410, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2012-11-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 33888, "Shape__Length": 182.98928184136642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034487399467096, 40.022891614420701 ], [ -75.034335244965405, 40.022895191272198 ], [ -75.0338318859162, 40.022853057529097 ], [ -75.033156033975004, 40.022791018972697 ], [ -75.032852707011997, 40.022770161273002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10067, "tnode_": 29792, "lpoly_": null, "rpoly_": null, "length": 103.28240729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 4391, "l_t_add": 4399, "r_f_add": 4390, "r_t_add": 4398, "st_code": 41740, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 763411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2012-12-13T00:00:00Z", "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 33889, "Shape__Length": 41.174352287643437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052746683003505, 40.025567059792799 ], [ -75.0525595014457, 40.025322770759601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10369, "tnode_": 29778, "lpoly_": null, "rpoly_": null, "length": 858.65647780999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19135, "zip_right": 19135, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 763412, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": "2013-02-05T00:00:00Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 33890, "Shape__Length": 341.44533537121492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034985356688594, 40.023506010191397 ], [ -75.034907722145206, 40.023443317445803 ], [ -75.034692556559506, 40.023341399894697 ], [ -75.034691359594106, 40.023340617409197 ], [ -75.034327362406998, 40.0231622989294 ], [ -75.034219580976099, 40.023123104962004 ], [ -75.034094771724796, 40.023094128886498 ], [ -75.033966850767399, 40.023072683069401 ], [ -75.033737394599896, 40.023051343029998 ], [ -75.033519909503894, 40.023052901282497 ], [ -75.033429315567702, 40.023059256872202 ], [ -75.033288911544801, 40.023076527028998 ], [ -75.032619305464095, 40.023166982527499 ], [ -75.032135252563705, 40.023233442821102 ], [ -75.032102261361899, 40.023238043969897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6731, "tnode_": 29867, "lpoly_": null, "rpoly_": null, "length": 673.23428115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLMESBURG", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4393, "l_t_add": 4399, "r_f_add": 4392, "r_t_add": 4398, "st_code": 43280, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 763413, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-04-08T00:00:00Z", "newsegdate": "2014-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "HOLMESBURG AVE", "stname": "HOLMESBURG AVE", "objectid": 33891, "Shape__Length": 268.70576769963532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021742378068495, 40.041847860089703 ], [ -75.021675584358107, 40.041981012252997 ], [ -75.021666459787696, 40.042052743134398 ], [ -75.021661257498806, 40.042182124913701 ], [ -75.021676492581705, 40.0422688242897 ], [ -75.021687558795904, 40.042614435331998 ], [ -75.021776138857106, 40.042894737090997 ], [ -75.021778590051497, 40.0431442142336 ], [ -75.021706961258104, 40.043674108695001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10467, "tnode_": 10286, "lpoly_": null, "rpoly_": null, "length": 600.59152738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 74440, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 763414, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-04-10T11:41:56Z", "newsegdate": "2018-04-10T11:41:56Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33892, "Shape__Length": 238.97056984388286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037196182597398, 40.023132893836497 ], [ -75.036500365781393, 40.023467070546701 ], [ -75.035353782902007, 40.023976160845699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10369, "tnode_": 10503, "lpoly_": null, "rpoly_": null, "length": 263.70773127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5091, "l_t_add": 5099, "r_f_add": 5092, "r_t_add": 5098, "st_code": 65740, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 763415, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2021-10-28T13:12:19Z", "newsegdate": "2021-10-28T13:12:19Z", "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33893, "Shape__Length": 105.11659165357591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034985356688594, 40.023506010191397 ], [ -75.034487399467096, 40.022891614420701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11123, "tnode_": 30154, "lpoly_": null, "rpoly_": null, "length": 861.54532843000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19135, "zip_right": 19135, "l_f_add": 5000, "l_t_add": 5198, "r_f_add": 5001, "r_t_add": 5199, "st_code": 52920, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 763416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2024-09-04T07:46:00Z", "newsegdate": "2024-09-04T07:46:00Z", "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 33894, "Shape__Length": 343.39333741594749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044828600892302, 40.019251676091798 ], [ -75.043196444630098, 40.017247021698203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7273, "tnode_": 7192, "lpoly_": null, "rpoly_": null, "length": 195.86931042000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8108, "l_t_add": 8128, "r_f_add": 8109, "r_t_add": 8129, "st_code": 28660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 780002, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 33895, "Shape__Length": 77.97041080442591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019858754985407, 40.039440285385197 ], [ -75.019280927894201, 40.039743354921498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7335, "tnode_": 7273, "lpoly_": null, "rpoly_": null, "length": 155.08792921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8106, "r_f_add": 8101, "r_t_add": 8107, "st_code": 28660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 780004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 33896, "Shape__Length": 61.736761629437048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020315459236699, 40.0391994035378 ], [ -75.019858754985407, 40.039440285385197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7353, "tnode_": 7249, "lpoly_": null, "rpoly_": null, "length": 343.98674807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 41580, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 780006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 33897, "Shape__Length": 136.92404215198036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015347507215594, 40.038940430396899 ], [ -75.014999070645999, 40.039105672557803 ], [ -75.014322952459395, 40.039461078596901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7273, "tnode_": 7464, "lpoly_": null, "rpoly_": null, "length": 421.62697674999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KRAYDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 48160, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 780009, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KRAYDOR ST", "stname": "KRAYDOR ST", "objectid": 33898, "Shape__Length": 168.08319583719214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019858754985407, 40.039440285385197 ], [ -75.019019625798805, 40.038479238939601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7335, "tnode_": 7525, "lpoly_": null, "rpoly_": null, "length": 435.95193565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 31800, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 780010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENFIELD AVE", "stname": "ENFIELD AVE", "objectid": 33899, "Shape__Length": 173.86616806540891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020315459236699, 40.0391994035378 ], [ -75.020312703244599, 40.039091081354897 ], [ -75.020289625898698, 40.038972873677501 ], [ -75.020246674239104, 40.0388569544943 ], [ -75.020158238475403, 40.038693119084002 ], [ -75.019674569419607, 40.038134570440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7333, "tnode_": 7246, "lpoly_": null, "rpoly_": null, "length": 272.87807612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8218, "l_t_add": 8298, "r_f_add": 8303, "r_t_add": 8309, "st_code": 77600, "l_hundred": 8200, "r_hundred": 8300, "seg_id": 780016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33900, "Shape__Length": 108.62473518333253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017833673274595, 40.039085732564502 ], [ -75.017028167593907, 40.0395073929704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7402, "tnode_": 7333, "lpoly_": null, "rpoly_": null, "length": 203.38777572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8212, "l_t_add": 8216, "r_f_add": 8231, "r_t_add": 8301, "st_code": 77600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 780017, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33901, "Shape__Length": 80.959622668361135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018437656196895, 40.038775562143101 ], [ -75.017833673274595, 40.039085732564502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7464, "tnode_": 7402, "lpoly_": null, "rpoly_": null, "length": 195.46251334000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8208, "l_t_add": 8210, "r_f_add": 8209, "r_t_add": 8229, "st_code": 77600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 780018, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33902, "Shape__Length": 77.803464653308552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019019625798805, 40.038479238939601 ], [ -75.018437656196895, 40.038775562143101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7525, "tnode_": 7464, "lpoly_": null, "rpoly_": null, "length": 222.24949301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8206, "r_f_add": 8201, "r_t_add": 8207, "st_code": 77600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 780019, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 33903, "Shape__Length": 88.470500274445541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019674569419607, 40.038134570440498 ], [ -75.019019625798805, 40.038479238939601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7724, "tnode_": 7049, "lpoly_": null, "rpoly_": null, "length": 2133.2439983899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8698, "r_f_add": 8401, "r_t_add": 8699, "st_code": 74440, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 780020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33904, "Shape__Length": 849.04088522041866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011314043817606, 40.037050312821002 ], [ -75.008843497741495, 40.038178668967397 ], [ -75.007517423907103, 40.038769792914103 ], [ -75.0064567976912, 40.039280739213503 ], [ -75.005703447221705, 40.039680126604203 ], [ -75.0053120970545, 40.039892980182799 ], [ -75.004839833267198, 40.040132298352503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5989, "tnode_": 6050, "lpoly_": null, "rpoly_": null, "length": 216.28811229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1915, "l_t_add": 1935, "r_f_add": 1914, "r_t_add": 1934, "st_code": 65740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 780039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 33905, "Shape__Length": 86.116661455730622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065954345853598, 40.046366430580001 ], [ -75.065695763412194, 40.046221033897197 ], [ -75.065329727039895, 40.046017041688103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6056, "tnode_": 6094, "lpoly_": null, "rpoly_": null, "length": 107.66051733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2069, "l_t_add": 2083, "r_f_add": 2068, "r_t_add": 2082, "st_code": 74220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 780042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33906, "Shape__Length": 42.866459614870585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061666265156404, 40.045909045719903 ], [ -75.061612365271102, 40.045880589855102 ], [ -75.061356619224298, 40.0457338574113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6094, "tnode_": 6163, "lpoly_": null, "rpoly_": null, "length": 221.98864102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2085, "l_t_add": 2099, "r_f_add": 2084, "r_t_add": 2098, "st_code": 74220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 780046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 33907, "Shape__Length": 88.386496999131992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061356619224298, 40.0457338574113 ], [ -75.061280553480003, 40.045689952260197 ], [ -75.061078817708193, 40.045581722626302 ], [ -75.060716927003, 40.045373919840998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5724, "tnode_": 5912, "lpoly_": null, "rpoly_": null, "length": 658.50195587999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 78940, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 780061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 33908, "Shape__Length": 262.19395882993348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082889942275699, 40.0482066938971 ], [ -75.081989295921701, 40.047698685611699 ], [ -75.081954327849701, 40.047686214021603 ], [ -75.081813532499197, 40.0476139504526 ], [ -75.081251713216403, 40.047290429769298 ], [ -75.080989897606102, 40.047142408163303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28520, "tnode_": 28521, "lpoly_": null, "rpoly_": null, "length": 507.27482681000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CFCF PRISON", "st_type": "DWY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1038, "l_hundred": 0, "r_hundred": 0, "seg_id": 780062, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-13T00:00:00Z", "newsegdate": "2003-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "CFCF PRISON DWY", "stname": "CFCF PRISON DWY", "objectid": 33909, "Shape__Length": 201.81789580571927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019842603334695, 40.032329882990197 ], [ -75.018224252795605, 40.031704186981003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8763, "tnode_": 28520, "lpoly_": null, "rpoly_": null, "length": 665.52273699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 74440, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 780063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-13T00:00:00Z", "newsegdate": "2003-01-13T00:00:00Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33910, "Shape__Length": 264.92674165470356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021763956201895, 40.0312545882244 ], [ -75.020564202489396, 40.031927871581701 ], [ -75.019842603334695, 40.032329882990197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28520, "tnode_": 28527, "lpoly_": null, "rpoly_": null, "length": 989.14822272999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 74440, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 780066, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-15T00:00:00Z", "newsegdate": "2003-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33911, "Shape__Length": 393.75701502139941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019842603334695, 40.032329882990197 ], [ -75.018142476843394, 40.0332770077273 ], [ -75.016981189585195, 40.033922030032699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28527, "tnode_": 7724, "lpoly_": null, "rpoly_": null, "length": 1953.7451853900002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 74440, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 780067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-15T00:00:00Z", "newsegdate": "2003-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 33912, "Shape__Length": 777.75689794772791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016981189585195, 40.033922030032699 ], [ -75.012252133323997, 40.036553829911803 ], [ -75.011314043817606, 40.037050312821002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1386, "tnode_": 1345, "lpoly_": null, "rpoly_": null, "length": 832.43755814999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9511, "r_t_add": 9697, "st_code": 74660, "l_hundred": 9600, "r_hundred": 9500, "seg_id": 800001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 33913, "Shape__Length": 331.66984624409577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221209499535206, 40.091547013129599 ], [ -75.221812035123307, 40.091890530299501 ], [ -75.222372158248206, 40.092201329950498 ], [ -75.223394492589605, 40.092778831993499 ], [ -75.223608719168496, 40.092898420566797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1596, "tnode_": 1345, "lpoly_": null, "rpoly_": null, "length": 3159.2792814999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "NORTHWESTERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 399, "r_f_add": 2, "r_t_add": 198, "st_code": 60210, "l_hundred": 300, "r_hundred": 0, "seg_id": 800004, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2011-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E NORTHWESTERN AVE", "stname": "E NORTHWESTERN AVE", "objectid": 33914, "Shape__Length": 1260.0821867948564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230502802356497, 40.086031844823502 ], [ -75.229584791229797, 40.086962369774298 ], [ -75.229064580418694, 40.087478854853799 ], [ -75.228280766381602, 40.088260900566198 ], [ -75.227744215675898, 40.088784420549203 ], [ -75.226950560075196, 40.089571175680803 ], [ -75.225698974490598, 40.090838762018201 ], [ -75.224908022750498, 40.091637897064402 ], [ -75.224317592469504, 40.0922268226726 ], [ -75.223724035517094, 40.092813209819802 ], [ -75.223608719168496, 40.092898420566797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1749, "tnode_": 28052, "lpoly_": null, "rpoly_": null, "length": 1420.88486513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8833, "st_code": 74660, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 33915, "Shape__Length": 566.09796319969257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206326069430801, 40.082978927716603 ], [ -75.207829932226701, 40.083800373405701 ], [ -75.208436822636102, 40.0842069642583 ], [ -75.208912509118207, 40.084583414896201 ], [ -75.2091574963749, 40.084763463122698 ], [ -75.209286006310805, 40.08484235529 ], [ -75.209483562677804, 40.084951416171798 ], [ -75.209637999972699, 40.085031070202497 ], [ -75.209781542089999, 40.085098120641902 ], [ -75.209973482344196, 40.085177212781801 ], [ -75.210354674936397, 40.085322698386499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1728, "tnode_": 28031, "lpoly_": null, "rpoly_": null, "length": 229.69130099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 161, "l_t_add": 183, "r_f_add": 184, "r_t_add": 184, "st_code": 17360, "l_hundred": 100, "r_hundred": 100, "seg_id": 800007, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1999-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 33916, "Shape__Length": 91.690958085520464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209376970126897, 40.083354400081497 ], [ -75.209677213565598, 40.083941237544998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1634, "tnode_": 1728, "lpoly_": null, "rpoly_": null, "length": 1900.1600016700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNNEBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 52180, "l_hundred": 100, "r_hundred": 100, "seg_id": 800008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNNEBROOK LN", "stname": "LYNNEBROOK LN", "objectid": 33917, "Shape__Length": 757.33487363741824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2103469655287, 40.084824973740901 ], [ -75.210775678301303, 40.084723306557997 ], [ -75.210953365708704, 40.084629923203501 ], [ -75.211408047156993, 40.0841169364246 ], [ -75.212165211026999, 40.083349112743399 ], [ -75.212223999583102, 40.083259183917001 ], [ -75.212245734064695, 40.083101538800904 ], [ -75.212232868161394, 40.083022192227503 ], [ -75.212181356770301, 40.082917665441499 ], [ -75.212074468497605, 40.082811914965198 ], [ -75.2118970638288, 40.082686362926999 ], [ -75.211509474121598, 40.082464942662597 ], [ -75.211329569189502, 40.082406232643201 ], [ -75.211195082854999, 40.0824032620853 ], [ -75.211060141495295, 40.082412445686202 ], [ -75.210930379762999, 40.082494723456399 ], [ -75.210807547775502, 40.082586238037301 ], [ -75.210488851538102, 40.0828681189641 ], [ -75.210268320458894, 40.083018038485903 ], [ -75.210124434108593, 40.083085090868799 ], [ -75.209376970126897, 40.083354400081497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1730, "tnode_": 27887, "lpoly_": null, "rpoly_": null, "length": 884.39103507999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9300, "l_t_add": 9498, "r_f_add": 9301, "r_t_add": 9507, "st_code": 36660, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 800009, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33918, "Shape__Length": 352.04312673168226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2223036768561, 40.083555766599403 ], [ -75.223166835398203, 40.0838909152463 ], [ -75.224014960658707, 40.084227772995902 ], [ -75.224655166914999, 40.084370114285903 ], [ -75.225138236031199, 40.084420194768903 ], [ -75.225222959250303, 40.084418926679902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1944, "tnode_": 1892, "lpoly_": null, "rpoly_": null, "length": 270.39258228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 119, "r_f_add": 100, "r_t_add": 120, "st_code": 17360, "l_hundred": 100, "r_hundred": 100, "seg_id": 800011, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 33919, "Shape__Length": 107.96598433312234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208046516659095, 40.080566283151299 ], [ -75.208213103042198, 40.081080232551002 ], [ -75.208281180572698, 40.081286318779803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1957, "tnode_": 1908, "lpoly_": null, "rpoly_": null, "length": 262.67157724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 57, "l_t_add": 99, "r_f_add": 52, "r_t_add": 98, "st_code": 75475, "l_hundred": 0, "r_hundred": 0, "seg_id": 800012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT ST", "stname": "SUMMIT ST", "objectid": 33920, "Shape__Length": 104.75875252608206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205428522614497, 40.080447584715898 ], [ -75.204865254181399, 40.081024404283603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2025, "tnode_": 27170, "lpoly_": null, "rpoly_": null, "length": 790.98802817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 8891, "r_t_add": 9099, "st_code": 36660, "l_hundred": 9000, "r_hundred": 8800, "seg_id": 800015, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33921, "Shape__Length": 314.8998627270517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214921385049294, 40.079639477525497 ], [ -75.215115226420096, 40.079723239777898 ], [ -75.217465968727097, 40.080584210811502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2071, "tnode_": 1964, "lpoly_": null, "rpoly_": null, "length": 681.92190613000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 267, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 32520, "l_hundred": 200, "r_hundred": 300, "seg_id": 800016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 33922, "Shape__Length": 271.84169369116796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205084685831295, 40.078832191420197 ], [ -75.204993300889697, 40.0789057806168 ], [ -75.2041882937731, 40.079444585837699 ], [ -75.203876284307995, 40.079741762514999 ], [ -75.2034216926684, 40.080190087215499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2053, "tnode_": 2025, "lpoly_": null, "rpoly_": null, "length": 304.9533117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8864, "l_t_add": 8898, "r_f_add": 8837, "r_t_add": 8889, "st_code": 36660, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800017, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33923, "Shape__Length": 121.40641871463968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213943876015406, 40.079269574222501 ], [ -75.214837835049707, 40.079604455414298 ], [ -75.214921385049294, 40.079639477525497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2143, "tnode_": 2098, "lpoly_": null, "rpoly_": null, "length": 537.45654922999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8834, "r_f_add": 8801, "r_t_add": 8833, "st_code": 36660, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800019, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33924, "Shape__Length": 213.96905246696059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2106416804791, 40.077999457306198 ], [ -75.212360411371094, 40.078657897990297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2154, "tnode_": 1957, "lpoly_": null, "rpoly_": null, "length": 1220.38585642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 55, "r_f_add": 2, "r_t_add": 50, "st_code": 75475, "l_hundred": 0, "r_hundred": 0, "seg_id": 800020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT ST", "stname": "SUMMIT ST", "objectid": 33925, "Shape__Length": 486.67651992725735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2080928986, 40.077797778027602 ], [ -75.207722572602094, 40.078105272471198 ], [ -75.205428522614497, 40.080447584715898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2175, "tnode_": 2088, "lpoly_": null, "rpoly_": null, "length": 522.3691967, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 325, "r_f_add": 300, "r_t_add": 398, "st_code": 38220, "l_hundred": 300, "r_hundred": 300, "seg_id": 800021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 33926, "Shape__Length": 208.3112662671536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202651492076996, 40.077399804473004 ], [ -75.202180282152099, 40.077870546625697 ], [ -75.201509384355802, 40.078534037760399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2813, "tnode_": 2093, "lpoly_": null, "rpoly_": null, "length": 4456.6799107799998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 861, "l_t_add": 899, "r_f_add": 890, "r_t_add": 898, "st_code": 16720, "l_hundred": 800, "r_hundred": 800, "seg_id": 800022, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 33927, "Shape__Length": 1775.026172280536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239110147110395, 40.0723051958675 ], [ -75.238079463470498, 40.073068739800803 ], [ -75.235975066362002, 40.074591967887699 ], [ -75.235585242230201, 40.0748571164563 ], [ -75.235342530723997, 40.074997766462801 ], [ -75.234452106150499, 40.075312773522498 ], [ -75.233330715442804, 40.075878147398797 ], [ -75.232589888849404, 40.076214661366997 ], [ -75.231746215645501, 40.076467996432299 ], [ -75.231154534814806, 40.076706238404697 ], [ -75.230727836468603, 40.076897582616802 ], [ -75.230050494864102, 40.077229390628098 ], [ -75.228750939266703, 40.0779002852627 ], [ -75.228388640320702, 40.078062625321003 ], [ -75.227987014235495, 40.078218018685597 ], [ -75.225990050860105, 40.079077680011601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2227, "tnode_": 2169, "lpoly_": null, "rpoly_": null, "length": 1137.41050298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8838, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 25680, "l_hundred": 8800, "r_hundred": 8900, "seg_id": 800023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 33928, "Shape__Length": 452.84827585567837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215096238892798, 40.077150366730699 ], [ -75.215522499766607, 40.077213240111099 ], [ -75.215864461992098, 40.077172127014201 ], [ -75.216168916419306, 40.077075450446102 ], [ -75.216369853347004, 40.076994736218303 ], [ -75.216561744510201, 40.076944230869401 ], [ -75.216792508484701, 40.076912827213398 ], [ -75.217029591594397, 40.076924134437 ], [ -75.217312776447599, 40.076972947475298 ], [ -75.217554139770797, 40.077081655496201 ], [ -75.218660868538507, 40.077840389037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2262, "tnode_": 2386, "lpoly_": null, "rpoly_": null, "length": 630.34414887000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 32540, "l_hundred": 0, "r_hundred": 0, "seg_id": 800024, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EVERGREEN AVE", "stname": "W EVERGREEN AVE", "objectid": 33929, "Shape__Length": 251.34456650318231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2073896286999, 40.076604800585699 ], [ -75.207504521241404, 40.076577833771204 ], [ -75.207802456997996, 40.076271245471702 ], [ -75.208788899746096, 40.075270260674799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2380, "tnode_": 2305, "lpoly_": null, "rpoly_": null, "length": 540.21001596000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 13080, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 33930, "Shape__Length": 215.20165085060771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202473494815806, 40.075141263219599 ], [ -75.204005555957593, 40.076043418792104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2444, "tnode_": 2351, "lpoly_": null, "rpoly_": null, "length": 550.4462153, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 41020, "l_hundred": 200, "r_hundred": 200, "seg_id": 800026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HARTWELL LN", "stname": "E HARTWELL LN", "objectid": 33931, "Shape__Length": 219.31678102700076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201382405128001, 40.074483262754299 ], [ -75.200880903859996, 40.074968077931601 ], [ -75.200637205178595, 40.075132962287199 ], [ -75.200121134967503, 40.0753830286964 ], [ -75.199899080211296, 40.0754151210852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2504, "tnode_": 2635, "lpoly_": null, "rpoly_": null, "length": 456.75731551999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 22880, "l_hundred": 300, "r_hundred": 300, "seg_id": 800028, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 33932, "Shape__Length": 182.13805858903905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214393869472403, 40.0742611592446 ], [ -75.215387168022204, 40.073266253484498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2386, "tnode_": 2738, "lpoly_": null, "rpoly_": null, "length": 1323.2606547600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 32540, "l_hundred": 100, "r_hundred": 100, "seg_id": 800029, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W EVERGREEN AVE", "stname": "W EVERGREEN AVE", "objectid": 33933, "Shape__Length": 527.75269246091773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208788899746096, 40.075270260674799 ], [ -75.211328690043601, 40.072705181426997 ], [ -75.211374607574399, 40.072535906250899 ], [ -75.211403795512098, 40.0723905893473 ], [ -75.211374339469899, 40.072303768105201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2735, "tnode_": 2624, "lpoly_": null, "rpoly_": null, "length": 405.72131251999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 841, "l_t_add": 845, "r_f_add": 830, "r_t_add": 854, "st_code": 14840, "l_hundred": 800, "r_hundred": 800, "seg_id": 800030, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE RD", "stname": "AYRDALE RD", "objectid": 33934, "Shape__Length": 161.78282359033483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241526547215898, 40.073003640489603 ], [ -75.240944897921295, 40.0735693843707 ], [ -75.240638412363495, 40.073883821410199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2685, "tnode_": 2715, "lpoly_": null, "rpoly_": null, "length": 380.13076478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOHOPEKA", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 77500, "l_hundred": 0, "r_hundred": 0, "seg_id": 800031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOHOPEKA LN", "stname": "TOHOPEKA LN", "objectid": 33935, "Shape__Length": 151.49034607598281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209659607775706, 40.072745800064602 ], [ -75.210028690528304, 40.0729622987078 ], [ -75.210284818030601, 40.072676035004299 ], [ -75.209940346625601, 40.072463557201097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2779, "tnode_": 2609, "lpoly_": null, "rpoly_": null, "length": 702.95298445000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RONNIE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 69195, "l_hundred": 800, "r_hundred": 800, "seg_id": 800032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RONNIE LN", "stname": "RONNIE LN", "objectid": 33936, "Shape__Length": 280.21906231324169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239933665665106, 40.072583734179098 ], [ -75.240119620407299, 40.072722025038402 ], [ -75.2402821337879, 40.072867681005597 ], [ -75.240340167728107, 40.072982269429097 ], [ -75.240335079185002, 40.073119697958703 ], [ -75.240251408697702, 40.073217128236301 ], [ -75.239990708521105, 40.073469486094197 ], [ -75.2396874669992, 40.0737487015762 ], [ -75.239493352836107, 40.073860013205298 ], [ -75.239146414441805, 40.0739741709871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2541, "tnode_": 2817, "lpoly_": null, "rpoly_": null, "length": 985.15395793000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 238, "r_f_add": 101, "r_t_add": 217, "st_code": 38240, "l_hundred": 100, "r_hundred": 100, "seg_id": 800033, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 33937, "Shape__Length": 392.84212993686435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206235746558804, 40.073767041209202 ], [ -75.207665707716401, 40.072325665129298 ], [ -75.208368621969498, 40.071615619159502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3048, "tnode_": 2830, "lpoly_": null, "rpoly_": null, "length": 667.19316520999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 68280, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800035, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 33938, "Shape__Length": 266.21223086125872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241224762216603, 40.070672002102398 ], [ -75.242049942034399, 40.071958541547701 ], [ -75.242312586325099, 40.072300750117101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1815, "tnode_": 1749, "lpoly_": null, "rpoly_": null, "length": 330.2263153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 59700, "l_hundred": 100, "r_hundred": 100, "seg_id": 800071, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTON ST", "stname": "NEWTON ST", "objectid": 33939, "Shape__Length": 131.66109891468679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207112517772302, 40.082303042018196 ], [ -75.206326069430801, 40.082978927716603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3023, "tnode_": 3164, "lpoly_": null, "rpoly_": null, "length": 568.37096836000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 38240, "l_hundred": 400, "r_hundred": 400, "seg_id": 800036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 33940, "Shape__Length": 226.6139216625202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209936154337001, 40.070037626139097 ], [ -75.210915358242701, 40.0690685625827 ], [ -75.211203074568502, 40.068818926956602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3315, "tnode_": 3153, "lpoly_": null, "rpoly_": null, "length": 650.20923279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGAMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8710, "l_t_add": 8726, "r_f_add": 8709, "r_t_add": 8731, "st_code": 70660, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGAMORE RD", "stname": "SAGAMORE RD", "objectid": 33941, "Shape__Length": 259.2153892557867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234349854064703, 40.068126016985801 ], [ -75.2341203223517, 40.068302601156901 ], [ -75.234073132706698, 40.068381922021601 ], [ -75.234081066770997, 40.068493354675503 ], [ -75.2341311418554, 40.068553170432203 ], [ -75.235245846147194, 40.069484726581599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3164, "tnode_": 3674, "lpoly_": null, "rpoly_": null, "length": 2220.8841067800004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 798, "r_f_add": 501, "r_t_add": 799, "st_code": 38240, "l_hundred": 500, "r_hundred": 500, "seg_id": 800040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 33942, "Shape__Length": 884.95016140786561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211203074568502, 40.068818926956602 ], [ -75.211352667134705, 40.068690098640303 ], [ -75.211716070606698, 40.0682699332868 ], [ -75.211876796569101, 40.068073798826603 ], [ -75.211983130408797, 40.067964848039303 ], [ -75.212127899935595, 40.067853472708499 ], [ -75.212302347524201, 40.067746025942199 ], [ -75.212510607610497, 40.067645873131902 ], [ -75.212971752427705, 40.067505473308998 ], [ -75.214273655691102, 40.067213405824504 ], [ -75.214428990973204, 40.067161184289198 ], [ -75.214636268120699, 40.067087193530902 ], [ -75.214843789288693, 40.067006661145903 ], [ -75.215026499718903, 40.066905939323902 ], [ -75.215162259313502, 40.066807455752702 ], [ -75.215356172434298, 40.066634963850603 ], [ -75.216511379974705, 40.065478703521499 ], [ -75.216597854487503, 40.065371329975797 ], [ -75.216673672243701, 40.065240042327702 ], [ -75.216730496994799, 40.065087440895702 ], [ -75.216765217033497, 40.064893762216201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3449, "tnode_": 3428, "lpoly_": null, "rpoly_": null, "length": 1619.69033943, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 951, "r_f_add": 900, "r_t_add": 950, "st_code": 21920, "l_hundred": 900, "r_hundred": 900, "seg_id": 800041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 33943, "Shape__Length": 644.67851171595794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230808269871702, 40.066925910989099 ], [ -75.230688536488401, 40.067024759400802 ], [ -75.230275458892706, 40.067277216366797 ], [ -75.229968360579704, 40.067446852282401 ], [ -75.229662614342203, 40.0675800250498 ], [ -75.229270769059795, 40.067686983368098 ], [ -75.228880050687096, 40.067763555682099 ], [ -75.228499499648393, 40.067779532744503 ], [ -75.228253859546598, 40.0677863058418 ], [ -75.227978162585501, 40.067749846811601 ], [ -75.227687100438899, 40.067700886437301 ], [ -75.227326435969999, 40.067607825402298 ], [ -75.225597284308705, 40.066915893420997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3386, "tnode_": 3585, "lpoly_": null, "rpoly_": null, "length": 691.84380074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 83480, "l_hundred": 300, "r_hundred": 300, "seg_id": 800042, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 33944, "Shape__Length": 275.85061559472604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204647967418893, 40.066892218677701 ], [ -75.2056106996789, 40.0659357630526 ], [ -75.206153174012599, 40.0653857704743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3530, "tnode_": 3451, "lpoly_": null, "rpoly_": null, "length": 620.27216676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71380, "l_hundred": 900, "r_hundred": 900, "seg_id": 800043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTIA RD", "stname": "SCOTIA RD", "objectid": 33945, "Shape__Length": 246.91531623757277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230085379600993, 40.066310052687903 ], [ -75.229716364185904, 40.066559476154403 ], [ -75.229424634474498, 40.066741611062099 ], [ -75.229159339609197, 40.0668513438358 ], [ -75.228959125477104, 40.066913850219002 ], [ -75.228760040299605, 40.0669459725111 ], [ -75.228553497493394, 40.0669657674135 ], [ -75.228363223609406, 40.0669737555491 ], [ -75.228138215011299, 40.0669400642659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3572, "tnode_": 3428, "lpoly_": null, "rpoly_": null, "length": 638.69261853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENROY", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 37330, "l_hundred": 900, "r_hundred": 900, "seg_id": 800044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENROY RD", "stname": "GLENROY RD", "objectid": 33946, "Shape__Length": 254.44578140635693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272801960263, 40.065881741725399 ], [ -75.226722184923204, 40.065976820626197 ], [ -75.226457568053206, 40.066068316960198 ], [ -75.226272040318094, 40.066161550646598 ], [ -75.226133515779694, 40.066267978948801 ], [ -75.225936687398004, 40.066452188654097 ], [ -75.225719969150006, 40.066745432800197 ], [ -75.225597284308705, 40.066915893420997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3592, "tnode_": 3939, "lpoly_": null, "rpoly_": null, "length": 1918.6874549900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT ANDREW", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 698, "r_f_add": 501, "r_t_add": 699, "st_code": 74000, "l_hundred": 500, "r_hundred": 500, "seg_id": 800045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT ANDREW RD", "stname": "SAINT ANDREW RD", "objectid": 33947, "Shape__Length": 764.61454356665342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210535041573905, 40.065459161312297 ], [ -75.211228633979005, 40.065861002437302 ], [ -75.211352904295097, 40.065924565371503 ], [ -75.2114440806251, 40.065953534839998 ], [ -75.211556066965699, 40.065959389330096 ], [ -75.211684263002994, 40.065943627335798 ], [ -75.211804857690694, 40.065904140696901 ], [ -75.211958767281402, 40.065810232476998 ], [ -75.212525357481496, 40.065476085774399 ], [ -75.213880669801199, 40.064656531749499 ], [ -75.214274868404999, 40.064284136563003 ], [ -75.214421699138001, 40.0640499476429 ], [ -75.214644091939107, 40.063695235265598 ], [ -75.215065833592107, 40.063003150632703 ], [ -75.215231338000095, 40.062849380415003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3490, "tnode_": 3594, "lpoly_": null, "rpoly_": null, "length": 318.65523550999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 316, "r_f_add": 307, "r_t_add": 315, "st_code": 73940, "l_hundred": 300, "r_hundred": 300, "seg_id": 800046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 33948, "Shape__Length": 127.04426254338878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203261394543503, 40.066008169600501 ], [ -75.203880019154894, 40.065413805079899 ], [ -75.203970284292595, 40.065323703063299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3592, "tnode_": 4026, "lpoly_": null, "rpoly_": null, "length": 1540.1099364899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 566, "l_t_add": 698, "r_f_add": 567, "r_t_add": 699, "st_code": 41040, "l_hundred": 500, "r_hundred": 500, "seg_id": 800047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 33949, "Shape__Length": 614.00630730523562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210535041573905, 40.065459161312297 ], [ -75.210667884609506, 40.065312071801102 ], [ -75.211048802116693, 40.064924394797004 ], [ -75.211159144281496, 40.064822080053901 ], [ -75.211394897234499, 40.064670160018402 ], [ -75.212534259024295, 40.063974953787998 ], [ -75.212767186678505, 40.063845297205098 ], [ -75.213101303722695, 40.063621706284998 ], [ -75.213201444790897, 40.063528321307103 ], [ -75.213272857533795, 40.063441512705801 ], [ -75.213355614206407, 40.063303211087202 ], [ -75.213401591154806, 40.063189020881403 ], [ -75.213499380757398, 40.062873331908797 ], [ -75.213572228849998, 40.062613376732799 ], [ -75.213583678360493, 40.062535065164603 ], [ -75.213577153420999, 40.0624419967153 ], [ -75.213517898401705, 40.062302041315498 ], [ -75.213440835224304, 40.062210127695501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3030, "tnode_": 2939, "lpoly_": null, "rpoly_": null, "length": 326.84985987, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8807, "r_t_add": 8899, "st_code": 84060, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 33950, "Shape__Length": 130.29870637484925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235186684613794, 40.070571718412303 ], [ -75.235954236655303, 40.071247965116001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1776, "tnode_": 1532, "lpoly_": null, "rpoly_": null, "length": 2166.57600933, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 51, "l_t_add": 199, "r_f_add": 26, "r_t_add": 198, "st_code": 16700, "l_hundred": 0, "r_hundred": 0, "seg_id": 800049, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BELLS MILL RD", "stname": "E BELLS MILL RD", "objectid": 33951, "Shape__Length": 863.74216163037522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218749705140496, 40.083024873919697 ], [ -75.218651366879598, 40.083120589619199 ], [ -75.218455422880595, 40.083293883662598 ], [ -75.218321734345807, 40.083434012618198 ], [ -75.218138339065206, 40.083657555366997 ], [ -75.217957238377295, 40.083907008766602 ], [ -75.217859856647607, 40.084020802659602 ], [ -75.217611094694504, 40.084232400765899 ], [ -75.217342248616006, 40.084465756353303 ], [ -75.217183528800305, 40.0845880649401 ], [ -75.217101374489999, 40.084638057310102 ], [ -75.217003359025, 40.0846827662333 ], [ -75.216886090354095, 40.084727051667102 ], [ -75.216730499611401, 40.084765557626298 ], [ -75.215897899604897, 40.084959349177701 ], [ -75.215443129464902, 40.0850973294977 ], [ -75.215344376413498, 40.085161755297896 ], [ -75.215258549160495, 40.085224000037201 ], [ -75.215181244577806, 40.085316033094799 ], [ -75.215019554755699, 40.085603549361998 ], [ -75.214906012246203, 40.085805789377702 ], [ -75.214797798652498, 40.0859514110955 ], [ -75.214554239124894, 40.0861951850342 ], [ -75.213584504866503, 40.087162611475001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2487, "tnode_": 2858, "lpoly_": null, "rpoly_": null, "length": 1308.1191843199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MEADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 54980, "l_hundred": 100, "r_hundred": 100, "seg_id": 800051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MEADE ST", "stname": "W MEADE ST", "objectid": 33952, "Shape__Length": 521.63254066505442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207043645320695, 40.074245424400097 ], [ -75.209869827411595, 40.0713852359547 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3410, "tnode_": 2847, "lpoly_": null, "rpoly_": null, "length": 2357.67635836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8898, "r_f_add": 8701, "r_t_add": 8899, "st_code": 34610, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800056, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2009-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 33953, "Shape__Length": 940.04710056623719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2208317746299, 40.066869051264803 ], [ -75.220944788705395, 40.067009471138498 ], [ -75.221071542138404, 40.067219039224803 ], [ -75.221123961505697, 40.0672992551915 ], [ -75.221152072012202, 40.067425776217 ], [ -75.221225916797394, 40.067582245455903 ], [ -75.221344044582395, 40.067808107984497 ], [ -75.221428061934901, 40.067943195052202 ], [ -75.221518371415897, 40.068035207866103 ], [ -75.221595303617406, 40.068108920776602 ], [ -75.221944508110099, 40.068422690713298 ], [ -75.222448386908496, 40.068862297018299 ], [ -75.222897815555697, 40.069253889663798 ], [ -75.223437296845901, 40.069744688523102 ], [ -75.223778491110593, 40.070022265423297 ], [ -75.224070316573403, 40.070241141111097 ], [ -75.224595233581596, 40.070619981735 ], [ -75.225129522668695, 40.070999025740598 ], [ -75.225462436375807, 40.071247608820201 ], [ -75.2256533801378, 40.071406647256801 ], [ -75.2257347354156, 40.071487656002702 ], [ -75.225793075054099, 40.071557357130402 ], [ -75.225813814540203, 40.071629832715502 ], [ -75.225849771690307, 40.071914342752699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1401, "tnode_": 1386, "lpoly_": null, "rpoly_": null, "length": 221.53068363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDENHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31900, "l_hundred": 0, "r_hundred": 0, "seg_id": 800058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDENHEIM ST", "stname": "ERDENHEIM ST", "objectid": 33954, "Shape__Length": 88.35135369608102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.221709202070699, 40.091075290098701 ], [ -75.221209499535206, 40.091547013129599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1416, "tnode_": 1427, "lpoly_": null, "rpoly_": null, "length": 223.94934906999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEMARSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 82920, "l_hundred": 100, "r_hundred": 100, "seg_id": 800059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITEMARSH ST", "stname": "WHITEMARSH ST", "objectid": 33955, "Shape__Length": 89.324287246097953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219653547558295, 40.0906633197636 ], [ -75.220141277731102, 40.0901758653022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1427, "tnode_": 1401, "lpoly_": null, "rpoly_": null, "length": 547.53593620999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHEEL PUMP", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 82780, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHEEL PUMP LN", "stname": "WHEEL PUMP LN", "objectid": 33956, "Shape__Length": 218.15792721200097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220141277731102, 40.0901758653022 ], [ -75.221709202070699, 40.091075290098701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1428, "tnode_": 1401, "lpoly_": null, "rpoly_": null, "length": 339.64199145000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDENHEIM", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 31900, "l_hundred": 0, "r_hundred": 0, "seg_id": 800061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDENHEIM ST", "stname": "ERDENHEIM ST", "objectid": 33957, "Shape__Length": 135.47169545909975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.222445614891299, 40.090334085034797 ], [ -75.221709202070699, 40.091075290098701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1427, "tnode_": 1455, "lpoly_": null, "rpoly_": null, "length": 376.70030389000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEMARSH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 82920, "l_hundred": 200, "r_hundred": 200, "seg_id": 800063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITEMARSH ST", "stname": "WHITEMARSH ST", "objectid": 33958, "Shape__Length": 150.26288433783287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220141277731102, 40.0901758653022 ], [ -75.220935232983607, 40.089340717244497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1455, "tnode_": 1428, "lpoly_": null, "rpoly_": null, "length": 568.15417106999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 55060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOWBROOK AVE", "stname": "MEADOWBROOK AVE", "objectid": 33959, "Shape__Length": 226.42235522259571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220935232983607, 40.089340717244497 ], [ -75.222377079310206, 40.090173735535203 ], [ -75.222436095848394, 40.090244625987403 ], [ -75.222445614891299, 40.090334085034797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1490, "tnode_": 27883, "lpoly_": null, "rpoly_": null, "length": 355.7094234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STROUD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 299, "r_f_add": 2, "r_t_add": 298, "st_code": 75240, "l_hundred": 0, "r_hundred": 0, "seg_id": 800065, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STROUD ST", "stname": "STROUD ST", "objectid": 33960, "Shape__Length": 141.87472533304569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219306084458395, 40.088398268977798 ], [ -75.218531613312194, 40.089172631440903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1490, "tnode_": 1455, "lpoly_": null, "rpoly_": null, "length": 570.71111555999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9416, "l_t_add": 9498, "r_f_add": 9427, "r_t_add": 9499, "st_code": 55060, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 800066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOWBROOK AVE", "stname": "MEADOWBROOK AVE", "objectid": 33961, "Shape__Length": 227.38938325730726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219306084458395, 40.088398268977798 ], [ -75.2208775803348, 40.089302043995403 ], [ -75.220935232983607, 40.089340717244497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1520, "tnode_": 1496, "lpoly_": null, "rpoly_": null, "length": 267.82284632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9300, "l_t_add": 9310, "r_f_add": 9201, "r_t_add": 9301, "st_code": 74660, "l_hundred": 9300, "r_hundred": 9200, "seg_id": 800067, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 33962, "Shape__Length": 106.7146046071438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214380792882906, 40.087606028618801 ], [ -75.2151351354985, 40.088058607964904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1496, "tnode_": 1490, "lpoly_": null, "rpoly_": null, "length": 1299.0029019799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9400, "l_t_add": 9414, "r_f_add": 9401, "r_t_add": 9425, "st_code": 55060, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 800068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOWBROOK AVE", "stname": "MEADOWBROOK AVE", "objectid": 33963, "Shape__Length": 517.18311984128047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2151351354985, 40.088058607964904 ], [ -75.215542978127004, 40.087667467144797 ], [ -75.215627887019494, 40.0876298702591 ], [ -75.215710860204496, 40.087644034294399 ], [ -75.217221486411304, 40.088215091173801 ], [ -75.217345442679004, 40.088249890637002 ], [ -75.217527160072393, 40.088285962555197 ], [ -75.218849283901903, 40.088315083604897 ], [ -75.219073824734394, 40.088322494744098 ], [ -75.219156983476694, 40.088331726495198 ], [ -75.219306084458395, 40.088398268977798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1532, "tnode_": 1520, "lpoly_": null, "rpoly_": null, "length": 275.19493849000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9197, "r_t_add": 9199, "st_code": 74660, "l_hundred": 9200, "r_hundred": 9100, "seg_id": 800069, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 33964, "Shape__Length": 109.6364366264818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213584504866503, 40.087162611475001 ], [ -75.214380792882906, 40.087606028618801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1634, "tnode_": 1590, "lpoly_": null, "rpoly_": null, "length": 402.10434023000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 199, "l_t_add": 299, "r_f_add": 0, "r_t_add": 0, "st_code": 17360, "l_hundred": 100, "r_hundred": 0, "seg_id": 800070, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1999-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 33965, "Shape__Length": 160.35530239542874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2103469655287, 40.084824973740901 ], [ -75.211251338567294, 40.085682806256798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1818, "tnode_": 1763, "lpoly_": null, "rpoly_": null, "length": 276.43057385999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 41, "l_t_add": 99, "r_f_add": 40, "r_t_add": 98, "st_code": 75560, "l_hundred": 0, "r_hundred": 0, "seg_id": 800072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUNSET AVE", "stname": "E SUNSET AVE", "objectid": 33966, "Shape__Length": 110.21695246445339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215881071176099, 40.082481957085001 ], [ -75.215321438322107, 40.083016865889498 ], [ -75.215234995731393, 40.083046218734701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1824, "tnode_": 1776, "lpoly_": null, "rpoly_": null, "length": 335.40777384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN TREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9130, "l_t_add": 9198, "r_f_add": 9147, "r_t_add": 9199, "st_code": 38425, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN TREE RD", "stname": "GREEN TREE RD", "objectid": 33967, "Shape__Length": 133.6489608558106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217828333514106, 40.0824387853743 ], [ -75.218395043664501, 40.082762273857497 ], [ -75.218749705140496, 40.083024873919697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1851, "tnode_": 1730, "lpoly_": null, "rpoly_": null, "length": 882.45418066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 36660, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 800074, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33968, "Shape__Length": 351.57953927894232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219809751421195, 40.082093822664199 ], [ -75.221512863549293, 40.083232298442702 ], [ -75.2223036768561, 40.083555766599403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1859, "tnode_": 1818, "lpoly_": null, "rpoly_": null, "length": 294.02003811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 5, "l_t_add": 39, "r_f_add": 6, "r_t_add": 38, "st_code": 75560, "l_hundred": 0, "r_hundred": 0, "seg_id": 800075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUNSET AVE", "stname": "E SUNSET AVE", "objectid": 33969, "Shape__Length": 117.24934434211092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216538038763701, 40.081852124266803 ], [ -75.216446571829707, 40.0819347971957 ], [ -75.215881071176099, 40.082481957085001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1859, "tnode_": 1824, "lpoly_": null, "rpoly_": null, "length": 419.71993120999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN TREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9100, "l_t_add": 9128, "r_f_add": 9101, "r_t_add": 9145, "st_code": 38425, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN TREE RD", "stname": "GREEN TREE RD", "objectid": 33970, "Shape__Length": 167.14583491306323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216538038763701, 40.081852124266803 ], [ -75.216933191524205, 40.082048912093001 ], [ -75.217828333514106, 40.0824387853743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1888, "tnode_": 1824, "lpoly_": null, "rpoly_": null, "length": 462.18557287, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 40300, "l_hundred": 0, "r_hundred": 0, "seg_id": 800077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HAMPTON RD", "stname": "E HAMPTON RD", "objectid": 33971, "Shape__Length": 184.22200827952088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2190051836767, 40.081557093482402 ], [ -75.218905340823994, 40.081605820850697 ], [ -75.218782141374106, 40.0817247420675 ], [ -75.218100686844295, 40.082186377960703 ], [ -75.217960676979999, 40.082308739245804 ], [ -75.217828333514106, 40.0824387853743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1888, "tnode_": 1851, "lpoly_": null, "rpoly_": null, "length": 298.21606103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9192, "l_t_add": 9198, "r_f_add": 9189, "r_t_add": 9199, "st_code": 36660, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800078, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33972, "Shape__Length": 118.83825659152077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2190051836767, 40.081557093482402 ], [ -75.219628175103693, 40.0819790317626 ], [ -75.219809751421195, 40.082093822664199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1892, "tnode_": 1815, "lpoly_": null, "rpoly_": null, "length": 494.08447986000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 59700, "l_hundred": 0, "r_hundred": 0, "seg_id": 800079, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTON ST", "stname": "NEWTON ST", "objectid": 33973, "Shape__Length": 196.99350583951809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208281180572698, 40.081286318779803 ], [ -75.207112517772302, 40.082303042018196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1892, "tnode_": 1728, "lpoly_": null, "rpoly_": null, "length": 813.93354813999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 121, "l_t_add": 159, "r_f_add": 122, "r_t_add": 182, "st_code": 17360, "l_hundred": 100, "r_hundred": 100, "seg_id": 800080, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 33974, "Shape__Length": 324.89766499711209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208281180572698, 40.081286318779803 ], [ -75.208407700528099, 40.081569276675403 ], [ -75.208472749507706, 40.081734922053798 ], [ -75.209376970126897, 40.083354400081497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1908, "tnode_": 1849, "lpoly_": null, "rpoly_": null, "length": 326.43240583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMIT", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 75475, "l_hundred": 100, "r_hundred": 100, "seg_id": 800081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMIT ST", "stname": "SUMMIT ST", "objectid": 33975, "Shape__Length": 130.17968035027997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204865254181399, 40.081024404283603 ], [ -75.204147613885993, 40.0817308751311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1908, "tnode_": 1815, "lpoly_": null, "rpoly_": null, "length": 782.55576112999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROSPECT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 65820, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROSPECT AVE", "stname": "PROSPECT AVE", "objectid": 33976, "Shape__Length": 311.75248979370127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204865254181399, 40.081024404283603 ], [ -75.207112517772302, 40.082303042018196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1916, "tnode_": 1849, "lpoly_": null, "rpoly_": null, "length": 513.81917236000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8600, "r_hundred": 0, "seg_id": 800083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 33977, "Shape__Length": 204.69533606486647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202675607664204, 40.080887695369199 ], [ -75.204147613885993, 40.0817308751311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1958, "tnode_": 1859, "lpoly_": null, "rpoly_": null, "length": 526.46240408999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 3, "r_f_add": 2, "r_t_add": 4, "st_code": 75560, "l_hundred": 0, "r_hundred": 0, "seg_id": 800085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SUNSET AVE", "stname": "E SUNSET AVE", "objectid": 33978, "Shape__Length": 209.94939465444398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217697279643801, 40.0807138547991 ], [ -75.216538038763701, 40.081852124266803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1958, "tnode_": 1888, "lpoly_": null, "rpoly_": null, "length": 477.81115969000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9100, "l_t_add": 9190, "r_f_add": 9101, "r_t_add": 9187, "st_code": 36660, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800086, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33979, "Shape__Length": 190.39195185838886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217697279643801, 40.0807138547991 ], [ -75.2190051836767, 40.081557093482402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1964, "tnode_": 1916, "lpoly_": null, "rpoly_": null, "length": 328.88897307999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 32520, "l_hundred": 400, "r_hundred": 400, "seg_id": 800087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 33980, "Shape__Length": 131.14508300115438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2034216926684, 40.080190087215499 ], [ -75.202675607664204, 40.080887695369199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1964, "tnode_": 1908, "lpoly_": null, "rpoly_": null, "length": 505.51639645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROSPECT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 65820, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROSPECT AVE", "stname": "PROSPECT AVE", "objectid": 33981, "Shape__Length": 201.38886364539354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2034216926684, 40.080190087215499 ], [ -75.204865254181399, 40.081024404283603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2021, "tnode_": 1944, "lpoly_": null, "rpoly_": null, "length": 482.19690495000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 29, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 22860, "l_hundred": 0, "r_hundred": 0, "seg_id": 800089, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHESTNUT HILL AVE", "stname": "E CHESTNUT HILL AVE", "objectid": 33982, "Shape__Length": 192.29076171688726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209112665451897, 40.079526371894502 ], [ -75.208046516659095, 40.080566283151299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1888, "tnode_": 2043, "lpoly_": null, "rpoly_": null, "length": 981.61050701, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 40320, "l_hundred": 0, "r_hundred": 0, "seg_id": 800091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HAMPTON RD", "stname": "W HAMPTON RD", "objectid": 33983, "Shape__Length": 391.39445613686422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2190051836767, 40.081557093482402 ], [ -75.221213711157304, 40.079576681635402 ], [ -75.221274405829007, 40.079503321887003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2060, "tnode_": 2002, "lpoly_": null, "rpoly_": null, "length": 329.75238087999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 499, "r_f_add": 406, "r_t_add": 498, "st_code": 38220, "l_hundred": 400, "r_hundred": 400, "seg_id": 800092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 33984, "Shape__Length": 131.50813805491489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201163721215394, 40.078892443547304 ], [ -75.200454837614103, 40.079615540965001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2060, "tnode_": 1964, "lpoly_": null, "rpoly_": null, "length": 789.10933658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROSPECT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 65820, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROSPECT AVE", "stname": "PROSPECT AVE", "objectid": 33985, "Shape__Length": 314.35914711036673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201163721215394, 40.078892443547304 ], [ -75.2034216926684, 40.080190087215499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2088, "tnode_": 2060, "lpoly_": null, "rpoly_": null, "length": 162.48926139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 327, "l_t_add": 399, "r_f_add": 400, "r_t_add": 404, "st_code": 38220, "l_hundred": 300, "r_hundred": 400, "seg_id": 800094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 33986, "Shape__Length": 64.803541793654517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201509384355802, 40.078534037760399 ], [ -75.201163721215394, 40.078892443547304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2098, "tnode_": 2053, "lpoly_": null, "rpoly_": null, "length": 495.97901047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8836, "l_t_add": 8862, "r_f_add": 8835, "r_t_add": 8835, "st_code": 36660, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800095, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 33987, "Shape__Length": 197.46017957370017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212360411371094, 40.078657897990297 ], [ -75.213943876015406, 40.079269574222501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2025, "tnode_": 2102, "lpoly_": null, "rpoly_": null, "length": 495.72818437999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 8, "r_f_add": 1, "r_t_add": 7, "st_code": 81760, "l_hundred": 0, "r_hundred": 0, "seg_id": 800096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERMAN AVE", "stname": "WATERMAN AVE", "objectid": 33988, "Shape__Length": 197.61554904533457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214921385049294, 40.079639477525497 ], [ -75.215527119677802, 40.079208152681304 ], [ -75.2157884333282, 40.078994971884299 ], [ -75.215952775236403, 40.0788343889106 ], [ -75.216133599453201, 40.078651977565897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2102, "tnode_": 2108, "lpoly_": null, "rpoly_": null, "length": 613.02824900999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY VIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 79680, "l_hundred": 0, "r_hundred": 0, "seg_id": 800097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALLEY VIEW RD", "stname": "VALLEY VIEW RD", "objectid": 33989, "Shape__Length": 244.2692616264471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216133599453201, 40.078651977565897 ], [ -75.216296562742201, 40.078744659906199 ], [ -75.216536568711902, 40.078889831269798 ], [ -75.216752845168301, 40.079034478176403 ], [ -75.216977713995007, 40.079161069758399 ], [ -75.217087328778803, 40.079193894172597 ], [ -75.217237630212793, 40.079197206494698 ], [ -75.217397884573202, 40.079146002442201 ], [ -75.217502764588801, 40.079093577113902 ], [ -75.217593185841693, 40.079004343677802 ], [ -75.217754563791104, 40.078720693473798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27170, "tnode_": 2123, "lpoly_": null, "rpoly_": null, "length": 998.92853811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SUNSET", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 75580, "l_hundred": 0, "r_hundred": 0, "seg_id": 800098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SUNSET AVE", "stname": "W SUNSET AVE", "objectid": 33990, "Shape__Length": 398.29850755496369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217465968727097, 40.080584210811502 ], [ -75.217558649953702, 40.080506221135103 ], [ -75.219609077925497, 40.078659514547397 ], [ -75.219767032026297, 40.078488859431502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2123, "tnode_": 2043, "lpoly_": null, "rpoly_": null, "length": 563.10991729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 25680, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 33991, "Shape__Length": 224.39192305146307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219767032026297, 40.078488859431502 ], [ -75.219890254343497, 40.078550151258398 ], [ -75.221242201308996, 40.079449592483002 ], [ -75.221274405829007, 40.079503321887003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2102, "tnode_": 2108, "lpoly_": null, "rpoly_": null, "length": 600.83446341000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 10, "l_t_add": 20, "r_f_add": 9, "r_t_add": 19, "st_code": 81760, "l_hundred": 0, "r_hundred": 0, "seg_id": 800100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERMAN AVE", "stname": "WATERMAN AVE", "objectid": 33992, "Shape__Length": 239.40203444131546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216133599453201, 40.078651977565897 ], [ -75.216222046082294, 40.078543550068403 ], [ -75.216340690829895, 40.0784111378821 ], [ -75.2164473865368, 40.078310100655301 ], [ -75.216504349049998, 40.078268783373701 ], [ -75.216601319052103, 40.078216185412799 ], [ -75.216776712782405, 40.078183561152201 ], [ -75.216973567000196, 40.078212227749603 ], [ -75.217522732846405, 40.078558824674502 ], [ -75.217754563791104, 40.078720693473798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2143, "tnode_": 2021, "lpoly_": null, "rpoly_": null, "length": 701.75997298000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 30, "st_code": 22860, "l_hundred": 0, "r_hundred": 0, "seg_id": 800101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CHESTNUT HILL AVE", "stname": "E CHESTNUT HILL AVE", "objectid": 33993, "Shape__Length": 279.85514963360913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2106416804791, 40.077999457306198 ], [ -75.209112665451897, 40.079526371894502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2144, "tnode_": 2107, "lpoly_": null, "rpoly_": null, "length": 268.48293831999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8416, "l_t_add": 8498, "r_f_add": 8415, "r_t_add": 8499, "st_code": 12560, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 33994, "Shape__Length": 106.9612915878769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203397382190701, 40.077828099675898 ], [ -75.203788145490506, 40.078057827843899 ], [ -75.204154835936393, 40.078280417048603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2154, "tnode_": 1944, "lpoly_": null, "rpoly_": null, "length": 1017.99988483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 49, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 17360, "l_hundred": 0, "r_hundred": 0, "seg_id": 800103, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 33995, "Shape__Length": 406.53487272869893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2080928986, 40.077797778027602 ], [ -75.207830381175199, 40.079664585628997 ], [ -75.208046516659095, 40.080566283151299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2108, "tnode_": 2169, "lpoly_": null, "rpoly_": null, "length": 408.98979141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 22, "l_t_add": 98, "r_f_add": 21, "r_t_add": 99, "st_code": 81760, "l_hundred": 0, "r_hundred": 0, "seg_id": 800104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATERMAN AVE", "stname": "WATERMAN AVE", "objectid": 33996, "Shape__Length": 163.09156941947646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217754563791104, 40.078720693473798 ], [ -75.218206925213096, 40.0782576492863 ], [ -75.218660868538507, 40.077840389037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2169, "tnode_": 2123, "lpoly_": null, "rpoly_": null, "length": 390.75471293000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 25680, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 33997, "Shape__Length": 155.66983441648733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218660868538507, 40.077840389037 ], [ -75.219625150491595, 40.078440925664502 ], [ -75.219767032026297, 40.078488859431502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2172, "tnode_": 2071, "lpoly_": null, "rpoly_": null, "length": 592.08238628000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 265, "r_f_add": 200, "r_t_add": 298, "st_code": 32520, "l_hundred": 200, "r_hundred": 200, "seg_id": 800106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 33998, "Shape__Length": 236.11927355055232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206366300099305, 40.077538966833202 ], [ -75.205084685831295, 40.078832191420197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2172, "tnode_": 2139, "lpoly_": null, "rpoly_": null, "length": 272.84043171999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 32545, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERGREEN PL", "stname": "EVERGREEN PL", "objectid": 33999, "Shape__Length": 108.68275062692527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206366300099305, 40.077538966833202 ], [ -75.206817003730507, 40.077780636608502 ], [ -75.207155970052597, 40.077978023314799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2175, "tnode_": 2144, "lpoly_": null, "rpoly_": null, "length": 260.59691226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8414, "r_f_add": 8401, "r_t_add": 8413, "st_code": 12560, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34000, "Shape__Length": 103.811434172592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202651492076996, 40.077399804473004 ], [ -75.203397382190701, 40.077828099675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2187, "tnode_": 2143, "lpoly_": null, "rpoly_": null, "length": 510.15428844000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 36660, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800109, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34001, "Shape__Length": 203.10447638305831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209018909060504, 40.077361338102698 ], [ -75.2106416804791, 40.077999457306198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2212, "tnode_": 2154, "lpoly_": null, "rpoly_": null, "length": 272.8984909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 47, "r_f_add": 2, "r_t_add": 48, "st_code": 17360, "l_hundred": 0, "r_hundred": 0, "seg_id": 800111, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 34002, "Shape__Length": 108.98303648960326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208176948461201, 40.0770514287358 ], [ -75.2080928986, 40.077797778027602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2212, "tnode_": 2187, "lpoly_": null, "rpoly_": null, "length": 261.266238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8618, "l_t_add": 8698, "r_f_add": 8625, "r_t_add": 8699, "st_code": 36660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800112, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34003, "Shape__Length": 104.00695202440373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208176948461201, 40.0770514287358 ], [ -75.209018909060504, 40.077361338102698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2218, "tnode_": 2107, "lpoly_": null, "rpoly_": null, "length": 618.0887197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 42520, "l_hundred": 200, "r_hundred": 200, "seg_id": 800113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HIGHLAND AVE", "stname": "E HIGHLAND AVE", "objectid": 34004, "Shape__Length": 246.4872680274982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205494791169698, 40.0769315952979 ], [ -75.204154835936393, 40.078280417048603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2220, "tnode_": 2175, "lpoly_": null, "rpoly_": null, "length": 327.10039373000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8328, "l_t_add": 8398, "r_f_add": 8321, "r_t_add": 8399, "st_code": 12560, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34005, "Shape__Length": 130.30621332179913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201720058330594, 40.076857313251701 ], [ -75.202651492076996, 40.077399804473004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2187, "tnode_": 2221, "lpoly_": null, "rpoly_": null, "length": 178.73089688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 16, "r_f_add": 1, "r_t_add": 33, "st_code": 68100, "l_hundred": 0, "r_hundred": 0, "seg_id": 800115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34006, "Shape__Length": 71.319846728053776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209018909060504, 40.077361338102698 ], [ -75.209311516542698, 40.076925221386396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2053, "tnode_": 2227, "lpoly_": null, "rpoly_": null, "length": 882.50163705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMAN", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 60060, "l_hundred": 0, "r_hundred": 0, "seg_id": 800116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMAN LN", "stname": "NORMAN LN", "objectid": 34007, "Shape__Length": 352.13067168689531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213943876015406, 40.079269574222501 ], [ -75.214513278365004, 40.078686468404499 ], [ -75.214946700944097, 40.078247561894599 ], [ -75.215044994728601, 40.078127133156698 ], [ -75.215130231761606, 40.077964806538603 ], [ -75.215188869381706, 40.077719015032898 ], [ -75.215192457093195, 40.077570865805299 ], [ -75.215176866437304, 40.077445423069499 ], [ -75.215096238892798, 40.077150366730699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2143, "tnode_": 2231, "lpoly_": null, "rpoly_": null, "length": 454.20507783, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 22880, "l_hundred": 0, "r_hundred": 0, "seg_id": 800117, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34008, "Shape__Length": 181.12626982171238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2106416804791, 40.077999457306198 ], [ -75.211636929942102, 40.0770145250181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2098, "tnode_": 2243, "lpoly_": null, "rpoly_": null, "length": 890.9240537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAUGHLIN", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 49340, "l_hundred": 0, "r_hundred": 0, "seg_id": 800118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAUGHLIN LN", "stname": "LAUGHLIN LN", "objectid": 34009, "Shape__Length": 355.08806278201115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212360411371094, 40.078657897990297 ], [ -75.212688534109304, 40.078263667939197 ], [ -75.212886114736406, 40.0780612500103 ], [ -75.213016319067705, 40.077966816557598 ], [ -75.214298663055501, 40.077125427287903 ], [ -75.214619271712095, 40.076969126433603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2243, "tnode_": 2227, "lpoly_": null, "rpoly_": null, "length": 148.91194021000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8830, "l_t_add": 8836, "r_f_add": 8831, "r_t_add": 8899, "st_code": 25680, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34010, "Shape__Length": 59.282234679558911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214619271712095, 40.076969126433603 ], [ -75.215096238892798, 40.077150366730699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2262, "tnode_": 27172, "lpoly_": null, "rpoly_": null, "length": 422.90752255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 32520, "l_hundred": 100, "r_hundred": 100, "seg_id": 800120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 34011, "Shape__Length": 168.61866760532035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2073896286999, 40.076604800585699 ], [ -75.207269878327807, 40.076630790344801 ], [ -75.206427767643305, 40.0774772230601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2262, "tnode_": 2212, "lpoly_": null, "rpoly_": null, "length": 274.11315552999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8616, "r_f_add": 8601, "r_t_add": 8623, "st_code": 36660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800121, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34012, "Shape__Length": 109.19234042783994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2073896286999, 40.076604800585699 ], [ -75.207986834686096, 40.0769595071393 ], [ -75.208176948461201, 40.0770514287358 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2268, "tnode_": 2144, "lpoly_": null, "rpoly_": null, "length": 614.3635411, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MEADE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 54960, "l_hundred": 200, "r_hundred": 200, "seg_id": 800122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MEADE ST", "stname": "E MEADE ST", "objectid": 34013, "Shape__Length": 245.00257211629747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204724585695999, 40.0764846786657 ], [ -75.203397382190701, 40.077828099675898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2268, "tnode_": 2218, "lpoly_": null, "rpoly_": null, "length": 270.11607300999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8424, "l_t_add": 8498, "r_f_add": 8415, "r_t_add": 8499, "st_code": 13080, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34014, "Shape__Length": 107.60410700734647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204724585695999, 40.0764846786657 ], [ -75.205117152536403, 40.0767142621497 ], [ -75.205494791169698, 40.0769315952979 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2305, "tnode_": 2175, "lpoly_": null, "rpoly_": null, "length": 622.67908824999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 38220, "l_hundred": 200, "r_hundred": 200, "seg_id": 800124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 34015, "Shape__Length": 248.3124101997696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204005555957593, 40.076043418792104 ], [ -75.202651492076996, 40.077399804473004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2305, "tnode_": 2268, "lpoly_": null, "rpoly_": null, "length": 257.54028437000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8422, "r_f_add": 8401, "r_t_add": 8413, "st_code": 13080, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34016, "Shape__Length": 102.60434417408788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204005555957593, 40.076043418792104 ], [ -75.204724585695999, 40.0764846786657 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2312, "tnode_": 2210, "lpoly_": null, "rpoly_": null, "length": 448.98966971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 83880, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34017, "Shape__Length": 179.10473603507296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199381755578202, 40.075790849736201 ], [ -75.199430949743999, 40.075842091263702 ], [ -75.199413072708197, 40.075896430342297 ], [ -75.199364011988806, 40.075937913817803 ], [ -75.199283767556494, 40.075966541650601 ], [ -75.199198037999096, 40.076141010810097 ], [ -75.198644255128897, 40.076821244110597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2313, "tnode_": 2218, "lpoly_": null, "rpoly_": null, "length": 421.05859170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 42520, "l_hundred": 0, "r_hundred": 0, "seg_id": 800127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HIGHLAND AVE", "stname": "E HIGHLAND AVE", "objectid": 34018, "Shape__Length": 167.90387762883969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206420763733405, 40.076020554156003 ], [ -75.205494791169698, 40.0769315952979 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2313, "tnode_": 2262, "lpoly_": null, "rpoly_": null, "length": 344.68868906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 36660, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800128, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34019, "Shape__Length": 137.31997103687635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206420763733405, 40.076020554156003 ], [ -75.207355435234803, 40.076584490612198 ], [ -75.2073896286999, 40.076604800585699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2316, "tnode_": 2231, "lpoly_": null, "rpoly_": null, "length": 520.69215370999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 72320, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34020, "Shape__Length": 207.42785925462258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210157995112297, 40.0761471795768 ], [ -75.211636929942102, 40.0770145250181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2231, "tnode_": 2325, "lpoly_": null, "rpoly_": null, "length": 446.44258985, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 22880, "l_hundred": 100, "r_hundred": 100, "seg_id": 800130, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34021, "Shape__Length": 178.02980720133672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211636929942102, 40.0770145250181 ], [ -75.212612204736899, 40.076044669672399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2325, "tnode_": 2243, "lpoly_": null, "rpoly_": null, "length": 654.95858717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8828, "r_f_add": 8801, "r_t_add": 8829, "st_code": 25680, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34022, "Shape__Length": 260.80853017528699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212612204736899, 40.076044669672399 ], [ -75.213496243823499, 40.076439870615303 ], [ -75.214465730101196, 40.076891925825201 ], [ -75.214619271712095, 40.076969126433603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2340, "tnode_": 2316, "lpoly_": null, "rpoly_": null, "length": 199.29254222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 72320, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34023, "Shape__Length": 79.397339224390194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209600567813197, 40.075806704767402 ], [ -75.210157995112297, 40.0761471795768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2390, "tnode_": 2305, "lpoly_": null, "rpoly_": null, "length": 416.56333001000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 112, "st_code": 38220, "l_hundred": 0, "r_hundred": 0, "seg_id": 800133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 34024, "Shape__Length": 166.11863802626871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204903911339898, 40.075131639064701 ], [ -75.204005555957593, 40.076043418792104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2390, "tnode_": 2313, "lpoly_": null, "rpoly_": null, "length": 533.89930311000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 36660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800134, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34025, "Shape__Length": 212.68574488944316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204903911339898, 40.075131639064701 ], [ -75.206420763733405, 40.076020554156003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2313, "tnode_": 2441, "lpoly_": null, "rpoly_": null, "length": 617.54787392000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 42540, "l_hundred": 0, "r_hundred": 0, "seg_id": 800135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HIGHLAND AVE", "stname": "W HIGHLAND AVE", "objectid": 34026, "Shape__Length": 246.26593836783348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206420763733405, 40.076020554156003 ], [ -75.207754763907104, 40.074670142573801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2441, "tnode_": 2386, "lpoly_": null, "rpoly_": null, "length": 362.69327025999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 72320, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34027, "Shape__Length": 144.47971112843882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207754763907104, 40.074670142573801 ], [ -75.208788899746096, 40.075270260674799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2444, "tnode_": 2380, "lpoly_": null, "rpoly_": null, "length": 388.18816691000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 13080, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34028, "Shape__Length": 154.64626282685268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201382405128001, 40.074483262754299 ], [ -75.202473494815806, 40.075141263219599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2471, "tnode_": 2390, "lpoly_": null, "rpoly_": null, "length": 464.61525703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 36660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34029, "Shape__Length": 185.09755887579692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203604547530603, 40.0743377321837 ], [ -75.204903911339898, 40.075131639064701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2487, "tnode_": 2441, "lpoly_": null, "rpoly_": null, "length": 252.0756223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8424, "l_t_add": 8498, "r_f_add": 8421, "r_t_add": 8499, "st_code": 72320, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34030, "Shape__Length": 100.41946686651616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207043645320695, 40.074245424400097 ], [ -75.207754763907104, 40.074670142573801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2495, "tnode_": 2471, "lpoly_": null, "rpoly_": null, "length": 72.83069432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8234, "l_t_add": 8298, "r_f_add": 8225, "r_t_add": 8299, "st_code": 36660, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34031, "Shape__Length": 29.033599477545348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203430439169907, 40.074189135768698 ], [ -75.203604547530603, 40.0743377321837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2325, "tnode_": 2504, "lpoly_": null, "rpoly_": null, "length": 818.98552231999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 22880, "l_hundred": 200, "r_hundred": 200, "seg_id": 800141, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34032, "Shape__Length": 326.5876943384003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212612204736899, 40.076044669672399 ], [ -75.213592378989901, 40.075073262315797 ], [ -75.214058223532803, 40.0746033094469 ], [ -75.214393869472403, 40.0742611592446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2521, "tnode_": 2444, "lpoly_": null, "rpoly_": null, "length": 288.20735108999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 127, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 41020, "l_hundred": 100, "r_hundred": 100, "seg_id": 800142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HARTWELL LN", "stname": "E HARTWELL LN", "objectid": 34033, "Shape__Length": 114.93301424481484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201998181889607, 40.073849108387897 ], [ -75.201382405128001, 40.074483262754299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2534, "tnode_": 2444, "lpoly_": null, "rpoly_": null, "length": 464.28380518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8099, "r_t_add": 8199, "st_code": 13080, "l_hundred": 8100, "r_hundred": 8000, "seg_id": 800143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34034, "Shape__Length": 184.95245059127711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200067626418104, 40.073705981017802 ], [ -75.201382405128001, 40.074483262754299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2390, "tnode_": 2541, "lpoly_": null, "rpoly_": null, "length": 621.31166642000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 38240, "l_hundred": 0, "r_hundred": 0, "seg_id": 800144, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 34035, "Shape__Length": 247.76904365102487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204903911339898, 40.075131639064701 ], [ -75.206235746558804, 40.073767041209202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2541, "tnode_": 2487, "lpoly_": null, "rpoly_": null, "length": 285.46064481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8422, "r_f_add": 8401, "r_t_add": 8419, "st_code": 72320, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34036, "Shape__Length": 113.71650654314115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206235746558804, 40.073767041209202 ], [ -75.207043645320695, 40.074245424400097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2578, "tnode_": 2504, "lpoly_": null, "rpoly_": null, "length": 293.66869585000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 59100, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34037, "Shape__Length": 116.98108146796932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213555945607993, 40.073777984651898 ], [ -75.213857676309303, 40.073972577360301 ], [ -75.213935641247105, 40.074004706544599 ], [ -75.214393869472403, 40.0742611592446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2456, "tnode_": 2579, "lpoly_": null, "rpoly_": null, "length": 445.16836940999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 234, "r_f_add": 201, "r_t_add": 233, "st_code": 68100, "l_hundred": 200, "r_hundred": 200, "seg_id": 800148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34038, "Shape__Length": 177.51835803605911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211654123361001, 40.074657623491902 ], [ -75.212621324142006, 40.073687429972701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2594, "tnode_": 2521, "lpoly_": null, "rpoly_": null, "length": 293.40833118, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 125, "r_f_add": 2, "r_t_add": 126, "st_code": 41020, "l_hundred": 100, "r_hundred": 100, "seg_id": 800149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HARTWELL LN", "stname": "E HARTWELL LN", "objectid": 34039, "Shape__Length": 116.99040463520225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202653394669895, 40.0732210986613 ], [ -75.202568570803706, 40.073286594332401 ], [ -75.201998181889607, 40.073849108387897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2594, "tnode_": 2495, "lpoly_": null, "rpoly_": null, "length": 414.299756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8232, "r_f_add": 8201, "r_t_add": 8223, "st_code": 36660, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800150, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34040, "Shape__Length": 165.26906309864381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202653394669895, 40.0732210986613 ], [ -75.203430439169907, 40.074189135768698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2611, "tnode_": 2579, "lpoly_": null, "rpoly_": null, "length": 219.05121096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLMAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8601, "l_t_add": 8699, "r_f_add": 8600, "r_t_add": 8698, "st_code": 56230, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLMAN PL", "stname": "MILLMAN PL", "objectid": 34041, "Shape__Length": 87.25374108857352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211991162972595, 40.073330751817799 ], [ -75.212621324142006, 40.073687429972701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2614, "tnode_": 2534, "lpoly_": null, "rpoly_": null, "length": 289.1665594, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 29, "l_t_add": 199, "r_f_add": 50, "r_t_add": 198, "st_code": 11160, "l_hundred": 0, "r_hundred": 0, "seg_id": 800152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ABINGTON AVE", "stname": "E ABINGTON AVE", "objectid": 34042, "Shape__Length": 115.30435035513665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200703975288206, 40.073080587224297 ], [ -75.200067626418104, 40.073705981017802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2614, "tnode_": 2521, "lpoly_": null, "rpoly_": null, "length": 457.7786199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 28340, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800153, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 34043, "Shape__Length": 182.36084070161101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200703975288206, 40.073080587224297 ], [ -75.201998181889607, 40.073849108387897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2624, "tnode_": 2502, "lpoly_": null, "rpoly_": null, "length": 451.46961746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE", "st_type": "PL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 14835, "l_hundred": 900, "r_hundred": 900, "seg_id": 800154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE PL", "stname": "AYRDALE PL", "objectid": 34044, "Shape__Length": 180.00903551486795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240638412363495, 40.073883821410199 ], [ -75.240772308707093, 40.073954844463998 ], [ -75.240966013693694, 40.074068543856399 ], [ -75.241127118419897, 40.074178351629598 ], [ -75.241263315878896, 40.074299214785697 ], [ -75.241310055287798, 40.074398384334899 ], [ -75.241299447988695, 40.074471132907902 ], [ -75.2412716718094, 40.0745799967548 ], [ -75.241165018943306, 40.074681057039697 ], [ -75.241023931534301, 40.074827302412899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2471, "tnode_": 2632, "lpoly_": null, "rpoly_": null, "length": 612.42932816999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SOUTHAMPTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 73520, "l_hundred": 0, "r_hundred": 0, "seg_id": 800155, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SOUTHAMPTON AVE", "stname": "W SOUTHAMPTON AVE", "objectid": 34045, "Shape__Length": 244.20651133603192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203604547530603, 40.0743377321837 ], [ -75.2049503698629, 40.073012054977902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2632, "tnode_": 2541, "lpoly_": null, "rpoly_": null, "length": 452.81476765000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 72320, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34046, "Shape__Length": 180.37961173478598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2049503698629, 40.073012054977902 ], [ -75.206235746558804, 40.073767041209202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2635, "tnode_": 2682, "lpoly_": null, "rpoly_": null, "length": 172.229762, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 464, "r_f_add": 401, "r_t_add": 427, "st_code": 22880, "l_hundred": 400, "r_hundred": 400, "seg_id": 800157, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34047, "Shape__Length": 68.68254370009285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215387168022204, 40.073266253484498 ], [ -75.215753523495493, 40.072886363792001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2441, "tnode_": 2685, "lpoly_": null, "rpoly_": null, "length": 880.67432278000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 210, "r_f_add": 101, "r_t_add": 205, "st_code": 42540, "l_hundred": 100, "r_hundred": 100, "seg_id": 800158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HIGHLAND AVE", "stname": "W HIGHLAND AVE", "objectid": 34048, "Shape__Length": 351.1858285335698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207754763907104, 40.074670142573801 ], [ -75.209659607775706, 40.072745800064602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2685, "tnode_": 2715, "lpoly_": null, "rpoly_": null, "length": 129.39909966, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 212, "l_t_add": 226, "r_f_add": 207, "r_t_add": 235, "st_code": 42540, "l_hundred": 200, "r_hundred": 200, "seg_id": 800159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HIGHLAND AVE", "stname": "W HIGHLAND AVE", "objectid": 34049, "Shape__Length": 51.599086922090429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209659607775706, 40.072745800064602 ], [ -75.209940346625601, 40.072463557201097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2594, "tnode_": 2723, "lpoly_": null, "rpoly_": null, "length": 450.44729109000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 41040, "l_hundred": 0, "r_hundred": 0, "seg_id": 800160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34050, "Shape__Length": 179.59590855537192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202653394669895, 40.0732210986613 ], [ -75.202743225237498, 40.073165716814003 ], [ -75.203673478606007, 40.072267242826499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2723, "tnode_": 2632, "lpoly_": null, "rpoly_": null, "length": 448.6828227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 72320, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34051, "Shape__Length": 178.72939589106804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203673478606007, 40.072267242826499 ], [ -75.2049503698629, 40.073012054977902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2729, "tnode_": 2635, "lpoly_": null, "rpoly_": null, "length": 516.42880198, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEMINOLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 71740, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800162, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEMINOLE AVE", "stname": "SEMINOLE AVE", "objectid": 34052, "Shape__Length": 205.7247855434718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213929975155395, 40.072396481692302 ], [ -75.215387168022204, 40.073266253484498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2747, "tnode_": 2614, "lpoly_": null, "rpoly_": null, "length": 498.56648618999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 27, "r_f_add": 2, "r_t_add": 48, "st_code": 11160, "l_hundred": 0, "r_hundred": 0, "seg_id": 800163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ABINGTON AVE", "stname": "E ABINGTON AVE", "objectid": 34053, "Shape__Length": 198.80551139573296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201789926972197, 40.071995646240403 ], [ -75.200703975288206, 40.073080587224297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2747, "tnode_": 2594, "lpoly_": null, "rpoly_": null, "length": 507.62102088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 36660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800164, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34054, "Shape__Length": 202.53168046277281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201789926972197, 40.071995646240403 ], [ -75.202653394669895, 40.0732210986613 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2715, "tnode_": 2799, "lpoly_": null, "rpoly_": null, "length": 295.44168816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 228, "l_t_add": 298, "r_f_add": 237, "r_t_add": 299, "st_code": 42540, "l_hundred": 200, "r_hundred": 200, "seg_id": 800165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HIGHLAND AVE", "stname": "W HIGHLAND AVE", "objectid": 34055, "Shape__Length": 117.81571834651187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209940346625601, 40.072463557201097 ], [ -75.210569161927097, 40.071812113788503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2723, "tnode_": 2798, "lpoly_": null, "rpoly_": null, "length": 263.83968113000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 41040, "l_hundred": 100, "r_hundred": 100, "seg_id": 800166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34056, "Shape__Length": 105.21454338014033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203673478606007, 40.072267242826499 ], [ -75.204232601422106, 40.0716841016214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2813, "tnode_": 2732, "lpoly_": null, "rpoly_": null, "length": 214.97057857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9032, "r_f_add": 9001, "r_t_add": 9023, "st_code": 52140, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34057, "Shape__Length": 85.844804086958234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239110147110395, 40.0723051958675 ], [ -75.239150887469094, 40.072894483747902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2747, "tnode_": 2818, "lpoly_": null, "rpoly_": null, "length": 241.70007468, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 20, "r_f_add": 1, "r_t_add": 21, "st_code": 11180, "l_hundred": 0, "r_hundred": 0, "seg_id": 800168, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABINGTON AVE", "stname": "W ABINGTON AVE", "objectid": 34058, "Shape__Length": 96.379626612785771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201789926972197, 40.071995646240403 ], [ -75.202312946678305, 40.071467660227597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2818, "tnode_": 2723, "lpoly_": null, "rpoly_": null, "length": 479.39754835999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHAWNEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 72320, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHAWNEE ST", "stname": "SHAWNEE ST", "objectid": 34059, "Shape__Length": 190.96483110583543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202312946678305, 40.071467660227597 ], [ -75.203673478606007, 40.072267242826499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2827, "tnode_": 2621, "lpoly_": null, "rpoly_": null, "length": 818.5566332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 84350, "l_hundred": 0, "r_hundred": 0, "seg_id": 800170, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODALE AVE", "stname": "WOODALE AVE", "objectid": 34060, "Shape__Length": 326.39733208033419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201314560714096, 40.071371879579097 ], [ -75.199523646499102, 40.073148424451198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2827, "tnode_": 2747, "lpoly_": null, "rpoly_": null, "length": 263.30920716999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8026, "l_t_add": 8098, "r_f_add": 8033, "r_t_add": 8099, "st_code": 36660, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34061, "Shape__Length": 105.04239128575193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201314560714096, 40.071371879579097 ], [ -75.201789926972197, 40.071995646240403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2830, "tnode_": 2735, "lpoly_": null, "rpoly_": null, "length": 338.19842067999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 801, "l_t_add": 839, "r_f_add": 800, "r_t_add": 828, "st_code": 14840, "l_hundred": 800, "r_hundred": 800, "seg_id": 800172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE RD", "stname": "AYRDALE RD", "objectid": 34062, "Shape__Length": 134.82992485568627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242312586325099, 40.072300750117101 ], [ -75.242175889455496, 40.072392079080601 ], [ -75.241526547215898, 40.073003640489603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2858, "tnode_": 2799, "lpoly_": null, "rpoly_": null, "length": 249.97538079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8424, "l_t_add": 8498, "r_f_add": 8425, "r_t_add": 8499, "st_code": 59100, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34063, "Shape__Length": 99.582637714504784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209869827411595, 40.0713852359547 ], [ -75.210569161927097, 40.071812113788503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2876, "tnode_": 2675, "lpoly_": null, "rpoly_": null, "length": 669.72507049000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNRISE", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 75500, "l_hundred": 100, "r_hundred": 100, "seg_id": 800174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUNRISE LN", "stname": "SUNRISE LN", "objectid": 34064, "Shape__Length": 267.13145735805512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207629529545599, 40.0711839836206 ], [ -75.207213615963298, 40.071610712792697 ], [ -75.207098323876295, 40.0717297965763 ], [ -75.206863008154599, 40.072037947851499 ], [ -75.206642295113099, 40.072329958808801 ], [ -75.206572667150397, 40.072447975018399 ], [ -75.206496693645505, 40.072574010196298 ], [ -75.206453954297501, 40.072658208689703 ], [ -75.2064207198584, 40.072700045322897 ], [ -75.206350555513296, 40.072694744160998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2876, "tnode_": 2817, "lpoly_": null, "rpoly_": null, "length": 259.8254252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 56240, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLMAN ST", "stname": "MILLMAN ST", "objectid": 34065, "Shape__Length": 103.49782523105135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207629529545599, 40.0711839836206 ], [ -75.208368621969498, 40.071615619159502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2897, "tnode_": 2463, "lpoly_": null, "rpoly_": null, "length": 1475.74192928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALEDONIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 20860, "l_hundred": 900, "r_hundred": 900, "seg_id": 800176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALEDONIA ST", "stname": "CALEDONIA ST", "objectid": 34066, "Shape__Length": 588.67555362035762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234706361102596, 40.071566463698801 ], [ -75.232309493127403, 40.074171147027101 ], [ -75.232158764327295, 40.074392868427502 ], [ -75.232104471544204, 40.074572333189501 ], [ -75.232120560590602, 40.0748130288585 ], [ -75.232173839817094, 40.074994306204601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2818, "tnode_": 2907, "lpoly_": null, "rpoly_": null, "length": 278.75617921999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 22, "l_t_add": 98, "r_f_add": 23, "r_t_add": 99, "st_code": 11180, "l_hundred": 0, "r_hundred": 0, "seg_id": 800177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABINGTON AVE", "stname": "W ABINGTON AVE", "objectid": 34067, "Shape__Length": 111.15423836770768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202312946678305, 40.071467660227597 ], [ -75.202917740073204, 40.070859659240703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2907, "tnode_": 2798, "lpoly_": null, "rpoly_": null, "length": 478.49411625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROANOKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 68820, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROANOKE ST", "stname": "ROANOKE ST", "objectid": 34068, "Shape__Length": 190.6250291908072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202917740073204, 40.070859659240703 ], [ -75.2030048497531, 40.070915561693603 ], [ -75.204220432173202, 40.071641900391299 ], [ -75.204232601422106, 40.0716841016214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2817, "tnode_": 2915, "lpoly_": null, "rpoly_": null, "length": 327.75433973000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 240, "l_t_add": 298, "r_f_add": 219, "r_t_add": 299, "st_code": 38240, "l_hundred": 200, "r_hundred": 200, "seg_id": 800179, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 34069, "Shape__Length": 130.6896837332886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208368621969498, 40.071615619159502 ], [ -75.209084940987495, 40.070903828421301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2915, "tnode_": 2858, "lpoly_": null, "rpoly_": null, "length": 281.19916595999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8422, "r_f_add": 8401, "r_t_add": 8423, "st_code": 59100, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34070, "Shape__Length": 112.02157782066354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209084940987495, 40.070903828421301 ], [ -75.209139704773307, 40.070945019301298 ], [ -75.209869827411595, 40.0713852359547 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2918, "tnode_": 2709, "lpoly_": null, "rpoly_": null, "length": 707.40409762000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 83460, "l_hundred": 0, "r_hundred": 0, "seg_id": 800181, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34071, "Shape__Length": 282.07705105825823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200792047504294, 40.070716187565999 ], [ -75.200048154941896, 40.071457431749899 ], [ -75.199253125913501, 40.072256691689198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2918, "tnode_": 2827, "lpoly_": null, "rpoly_": null, "length": 280.06709797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8024, "r_f_add": 8001, "r_t_add": 8031, "st_code": 36660, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800182, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34072, "Shape__Length": 111.71897775396705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200792047504294, 40.070716187565999 ], [ -75.201314560714096, 40.071371879579097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2799, "tnode_": 2924, "lpoly_": null, "rpoly_": null, "length": 404.44732683999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 42540, "l_hundred": 300, "r_hundred": 300, "seg_id": 800183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HIGHLAND AVE", "stname": "W HIGHLAND AVE", "objectid": 34073, "Shape__Length": 161.27504139830458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210569161927097, 40.071812113788503 ], [ -75.211445020653301, 40.070929004536097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2924, "tnode_": 2729, "lpoly_": null, "rpoly_": null, "length": 877.17773652999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEMINOLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8698, "r_f_add": 8501, "r_t_add": 8699, "st_code": 71740, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800184, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEMINOLE AVE", "stname": "SEMINOLE AVE", "objectid": 34074, "Shape__Length": 349.41997582154283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211445020653301, 40.070929004536097 ], [ -75.212448261153895, 40.0715148577967 ], [ -75.213929975155395, 40.072396481692302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2682, "tnode_": 2974, "lpoly_": null, "rpoly_": null, "length": 1063.9571028, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 466, "l_t_add": 498, "r_f_add": 429, "r_t_add": 499, "st_code": 22880, "l_hundred": 400, "r_hundred": 400, "seg_id": 800185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34075, "Shape__Length": 424.24894184852099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215753523495493, 40.072886363792001 ], [ -75.217602650837804, 40.071022500425002 ], [ -75.217812682683999, 40.070806738665198 ], [ -75.217988946716602, 40.070632961372901 ], [ -75.218075218753597, 40.070575956886799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2974, "tnode_": 2749, "lpoly_": null, "rpoly_": null, "length": 1141.5555207800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWANDA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 77620, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWANDA AVE", "stname": "TOWANDA AVE", "objectid": 34076, "Shape__Length": 454.70285056378805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218075218753597, 40.070575956886799 ], [ -75.218810015070403, 40.0709861315895 ], [ -75.219449669961804, 40.071337549957299 ], [ -75.220739022091195, 40.072085573361001 ], [ -75.220907650988096, 40.072194982148801 ], [ -75.221099594481799, 40.072307151718803 ], [ -75.221351275985697, 40.072441836735699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2987, "tnode_": 2814, "lpoly_": null, "rpoly_": null, "length": 583.01770806000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENEZET", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 16840, "l_hundred": 0, "r_hundred": 0, "seg_id": 800187, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENEZET ST", "stname": "BENEZET ST", "objectid": 34077, "Shape__Length": 232.46124332843488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200273170468705, 40.0701196468627 ], [ -75.200194217978094, 40.070186634246703 ], [ -75.199182497285193, 40.071198082405601 ], [ -75.198979336238807, 40.071373051294898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2987, "tnode_": 2918, "lpoly_": null, "rpoly_": null, "length": 261.36550511000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7926, "l_t_add": 7998, "r_f_add": 7939, "r_t_add": 7999, "st_code": 36660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800188, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34078, "Shape__Length": 104.24315214800028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200273170468705, 40.0701196468627 ], [ -75.200792047504294, 40.070716187565999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2897, "tnode_": 2990, "lpoly_": null, "rpoly_": null, "length": 426.99466601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEQUOIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 918, "l_t_add": 922, "r_f_add": 909, "r_t_add": 921, "st_code": 71840, "l_hundred": 900, "r_hundred": 900, "seg_id": 800190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEQUOIA RD", "stname": "SEQUOIA RD", "objectid": 34079, "Shape__Length": 170.12645676919271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234706361102596, 40.071566463698801 ], [ -75.234336035296195, 40.071429451825203 ], [ -75.233873734110404, 40.0710732400659 ], [ -75.233557914926493, 40.070816369875999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3004, "tnode_": 2876, "lpoly_": null, "rpoly_": null, "length": 639.28591928999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 56240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLMAN ST", "stname": "MILLMAN ST", "objectid": 34080, "Shape__Length": 254.65218607540629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205817330878602, 40.070115654493399 ], [ -75.207629529545599, 40.0711839836206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2918, "tnode_": 3007, "lpoly_": null, "rpoly_": null, "length": 320.23915002000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 32, "r_f_add": 1, "r_t_add": 29, "st_code": 83480, "l_hundred": 0, "r_hundred": 0, "seg_id": 800192, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34081, "Shape__Length": 127.68888342640722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200792047504294, 40.070716187565999 ], [ -75.201496581946799, 40.070023494063101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3007, "tnode_": 2907, "lpoly_": null, "rpoly_": null, "length": 500.97736924000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROANOKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 68820, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800193, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROANOKE ST", "stname": "ROANOKE ST", "objectid": 34082, "Shape__Length": 199.55723789324958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201496581946799, 40.070023494063101 ], [ -75.202917740073204, 40.070859659240703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2907, "tnode_": 3016, "lpoly_": null, "rpoly_": null, "length": 396.959054, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 149, "st_code": 11180, "l_hundred": 100, "r_hundred": 100, "seg_id": 800194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABINGTON AVE", "stname": "W ABINGTON AVE", "objectid": 34083, "Shape__Length": 158.27966499786021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202917740073204, 40.070859659240703 ], [ -75.2037908179868, 40.070000870801501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2915, "tnode_": 3023, "lpoly_": null, "rpoly_": null, "length": 395.3739162, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 38240, "l_hundred": 300, "r_hundred": 300, "seg_id": 800195, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GRAVERS LN", "stname": "W GRAVERS LN", "objectid": 34084, "Shape__Length": 157.65754647927039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209084940987495, 40.070903828421301 ], [ -75.209936154337001, 40.070037626139097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3023, "tnode_": 2924, "lpoly_": null, "rpoly_": null, "length": 532.69573853999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEMINOLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 71740, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEMINOLE AVE", "stname": "SEMINOLE AVE", "objectid": 34085, "Shape__Length": 212.19351467862938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209936154337001, 40.070037626139097 ], [ -75.211445020653301, 40.070929004536097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3048, "tnode_": 2813, "lpoly_": null, "rpoly_": null, "length": 841.5371943, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 801, "l_t_add": 859, "r_f_add": 800, "r_t_add": 888, "st_code": 16720, "l_hundred": 800, "r_hundred": 800, "seg_id": 800197, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 34086, "Shape__Length": 335.39495131996784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241224762216603, 40.070672002102398 ], [ -75.240847676029304, 40.071061604772403 ], [ -75.239482180626098, 40.0720230978961 ], [ -75.239110147110395, 40.0723051958675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3016, "tnode_": 3057, "lpoly_": null, "rpoly_": null, "length": 178.11030091000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 298, "r_f_add": 151, "r_t_add": 199, "st_code": 11180, "l_hundred": 200, "r_hundred": 100, "seg_id": 800198, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W ABINGTON AVE", "stname": "W ABINGTON AVE", "objectid": 34087, "Shape__Length": 71.022608308521924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2037908179868, 40.070000870801501 ], [ -75.204137412435799, 40.0696565615048 ], [ -75.204172000572996, 40.069609933362699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3066, "tnode_": 3048, "lpoly_": null, "rpoly_": null, "length": 105.90362562, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8974, "l_t_add": 8998, "r_f_add": 8975, "r_t_add": 8999, "st_code": 68280, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800199, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34088, "Shape__Length": 42.264889491007146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241077625349604, 40.070404162038102 ], [ -75.241224762216603, 40.070672002102398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3067, "tnode_": 27173, "lpoly_": null, "rpoly_": null, "length": 267.85457517999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROANOKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 68820, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800200, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROANOKE ST", "stname": "ROANOKE ST", "objectid": 34089, "Shape__Length": 106.72273631117319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200823112098107, 40.069494072053402 ], [ -75.201483165225895, 40.0699334874475 ], [ -75.201541909745004, 40.069979271752302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3088, "tnode_": 3030, "lpoly_": null, "rpoly_": null, "length": 277.89226258000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8732, "l_t_add": 8798, "r_f_add": 8723, "r_t_add": 8805, "st_code": 84060, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 34090, "Shape__Length": 110.75286565261158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234487450843702, 40.070030104832298 ], [ -75.235186684613794, 40.070571718412303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3089, "tnode_": 3030, "lpoly_": null, "rpoly_": null, "length": 276.65347218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALEDONIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 838, "l_t_add": 898, "r_f_add": 833, "r_t_add": 899, "st_code": 20860, "l_hundred": 800, "r_hundred": 800, "seg_id": 800202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALEDONIA ST", "stname": "CALEDONIA ST", "objectid": 34091, "Shape__Length": 110.24209022993666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235909875104895, 40.070053978113499 ], [ -75.235186684613794, 40.070571718412303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3004, "tnode_": 3092, "lpoly_": null, "rpoly_": null, "length": 314.11327703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 41040, "l_hundred": 200, "r_hundred": 200, "seg_id": 800203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34092, "Shape__Length": 125.2472253094616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205817330878602, 40.070115654493399 ], [ -75.206504668534706, 40.069433991703399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3097, "tnode_": 2939, "lpoly_": null, "rpoly_": null, "length": 680.87031541, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 858, "l_t_add": 876, "r_f_add": 851, "r_t_add": 877, "st_code": 53100, "l_hundred": 800, "r_hundred": 800, "seg_id": 800204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34093, "Shape__Length": 271.26643231958553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237811642938098, 40.070041349598299 ], [ -75.236083605482804, 40.071175082260403 ], [ -75.235954236655303, 40.071247965116001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3097, "tnode_": 2813, "lpoly_": null, "rpoly_": null, "length": 914.55023748999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 52140, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34094, "Shape__Length": 364.94476048251676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237811642938098, 40.070041349598299 ], [ -75.237959145774497, 40.070183551834901 ], [ -75.238179974282602, 40.0704194828824 ], [ -75.238415047356995, 40.0706982974813 ], [ -75.238617359765797, 40.071006804030901 ], [ -75.238744850205705, 40.071198122276499 ], [ -75.238862856762594, 40.071431805806299 ], [ -75.238970254796399, 40.071738236681199 ], [ -75.239068619151695, 40.072074879359697 ], [ -75.239110147110395, 40.0723051958675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27173, "tnode_": 3111, "lpoly_": null, "rpoly_": null, "length": 380.80508023, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 34, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 83480, "l_hundred": 0, "r_hundred": 0, "seg_id": 800206, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34095, "Shape__Length": 151.83823160535246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201541909745004, 40.069979271752302 ], [ -75.202120602850698, 40.069414683079799 ], [ -75.202376472828604, 40.069153716473203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3111, "tnode_": 3016, "lpoly_": null, "rpoly_": null, "length": 501.92024944999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 25680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34096, "Shape__Length": 199.93686906496552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202376472828604, 40.069153716473203 ], [ -75.2037908179868, 40.070000870801501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3123, "tnode_": 3097, "lpoly_": null, "rpoly_": null, "length": 154.09925005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 846, "l_t_add": 856, "r_f_add": 847, "r_t_add": 849, "st_code": 53100, "l_hundred": 800, "r_hundred": 800, "seg_id": 800208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34097, "Shape__Length": 61.40213178362891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238220089979706, 40.069757669645099 ], [ -75.237811642938098, 40.070041349598299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3138, "tnode_": 3066, "lpoly_": null, "rpoly_": null, "length": 219.66916189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8948, "l_t_add": 8972, "r_f_add": 8965, "r_t_add": 8973, "st_code": 68280, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800209, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34098, "Shape__Length": 87.68773183622217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2408415015136, 40.069829079389301 ], [ -75.241077625349604, 40.070404162038102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3152, "tnode_": 3123, "lpoly_": null, "rpoly_": null, "length": 126.2168015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 844, "l_t_add": 844, "r_f_add": 843, "r_t_add": 845, "st_code": 53100, "l_hundred": 800, "r_hundred": 800, "seg_id": 800210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34099, "Shape__Length": 50.27013246613803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238586576219902, 40.069555756058499 ], [ -75.238220089979706, 40.069757669645099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3152, "tnode_": 3066, "lpoly_": null, "rpoly_": null, "length": 800.07912345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 61220, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 34100, "Shape__Length": 318.5337589171815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.238586576219902, 40.069555756058499 ], [ -75.240211140815703, 40.070293574546099 ], [ -75.240443484445393, 40.070432445675401 ], [ -75.240552645663797, 40.0704774012464 ], [ -75.240654796587705, 40.070497877815697 ], [ -75.240773441308804, 40.070500468499198 ], [ -75.240909703643197, 40.070454790291002 ], [ -75.241077625349604, 40.070404162038102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3153, "tnode_": 3089, "lpoly_": null, "rpoly_": null, "length": 278.45949889000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGAMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8728, "l_t_add": 8798, "r_f_add": 8733, "r_t_add": 8799, "st_code": 70660, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGAMORE RD", "stname": "SAGAMORE RD", "objectid": 34101, "Shape__Length": 111.00013899800965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235245846147194, 40.069484726581599 ], [ -75.235909875104895, 40.070053978113499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3164, "tnode_": 2924, "lpoly_": null, "rpoly_": null, "length": 797.39669652000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 74180, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 800213, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34102, "Shape__Length": 318.3347569432633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211203074568502, 40.068818926956602 ], [ -75.211288932114599, 40.069239365381797 ], [ -75.211439917048594, 40.069918654001498 ], [ -75.211627804333503, 40.070763947342897 ], [ -75.211445020653301, 40.070929004536097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3092, "tnode_": 3195, "lpoly_": null, "rpoly_": null, "length": 413.21365191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 41040, "l_hundred": 300, "r_hundred": 300, "seg_id": 800214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34103, "Shape__Length": 164.75860698619744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206504668534706, 40.069433991703399 ], [ -75.207411203512507, 40.068538675736399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3195, "tnode_": 3023, "lpoly_": null, "rpoly_": null, "length": 893.05342066000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEMINOLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8398, "r_f_add": 8201, "r_t_add": 8399, "st_code": 71740, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEMINOLE AVE", "stname": "SEMINOLE AVE", "objectid": 34104, "Shape__Length": 355.73499814520977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.207411203512507, 40.068538675736399 ], [ -75.209936154337001, 40.070037626139097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3202, "tnode_": 3111, "lpoly_": null, "rpoly_": null, "length": 501.47870007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 25680, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34105, "Shape__Length": 199.75329741577775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2009558974774, 40.068314742681302 ], [ -75.202376472828604, 40.069153716473203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3223, "tnode_": 3089, "lpoly_": null, "rpoly_": null, "length": 577.86027301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALEDONIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 836, "r_f_add": 801, "r_t_add": 831, "st_code": 20860, "l_hundred": 800, "r_hundred": 800, "seg_id": 800218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALEDONIA ST", "stname": "CALEDONIA ST", "objectid": 34106, "Shape__Length": 230.2424491285918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237456078093103, 40.069002712204203 ], [ -75.235909875104895, 40.070053978113499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3223, "tnode_": 3123, "lpoly_": null, "rpoly_": null, "length": 349.45929806000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8734, "l_t_add": 8798, "r_f_add": 8735, "r_t_add": 8799, "st_code": 61220, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 34107, "Shape__Length": 139.33816589254619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.237456078093103, 40.069002712204203 ], [ -75.237955188796803, 40.069435416273301 ], [ -75.238015765579306, 40.069509720686703 ], [ -75.238220089979706, 40.069757669645099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3111, "tnode_": 3236, "lpoly_": null, "rpoly_": null, "length": 427.09070856000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 101, "st_code": 83480, "l_hundred": 100, "r_hundred": 100, "seg_id": 800221, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34108, "Shape__Length": 170.29312291958763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202376472828604, 40.069153716473203 ], [ -75.202992703280501, 40.068540980199302 ], [ -75.203309495249101, 40.068225978352501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3236, "tnode_": 3057, "lpoly_": null, "rpoly_": null, "length": 559.16703055000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 50780, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 34109, "Shape__Length": 223.1202984232236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203309495249101, 40.068225978352501 ], [ -75.204121825651299, 40.0695045174744 ], [ -75.204172000572996, 40.069609933362699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3244, "tnode_": 3153, "lpoly_": null, "rpoly_": null, "length": 368.67624164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYDE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 24000, "l_hundred": 800, "r_hundred": 800, "seg_id": 800223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYDE LN", "stname": "CLYDE LN", "objectid": 34110, "Shape__Length": 146.96463347094749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235763273507999, 40.068736516726403 ], [ -75.235905642247701, 40.068863972835302 ], [ -75.235919202097094, 40.0689322609824 ], [ -75.235904741006706, 40.068996845689199 ], [ -75.235878564562597, 40.069051901985603 ], [ -75.235245846147194, 40.069484726581599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3236, "tnode_": 3269, "lpoly_": null, "rpoly_": null, "length": 201.95981478, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 200, "r_f_add": 103, "r_t_add": 199, "st_code": 83480, "l_hundred": 200, "r_hundred": 100, "seg_id": 800224, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34111, "Shape__Length": 80.526209962586563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203309495249101, 40.068225978352501 ], [ -75.203750809495403, 40.067787345319999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3278, "tnode_": 3229, "lpoly_": null, "rpoly_": null, "length": 231.16449147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 37960, "l_hundred": 900, "r_hundred": 900, "seg_id": 800225, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 34112, "Shape__Length": 92.112895209736095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232535179273597, 40.068370252573999 ], [ -75.231930587376993, 40.068802592448897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3278, "tnode_": 3088, "lpoly_": null, "rpoly_": null, "length": 814.95641277000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8730, "r_f_add": 8701, "r_t_add": 8721, "st_code": 84060, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 34113, "Shape__Length": 324.85177690799759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232535179273597, 40.068370252573999 ], [ -75.234487450843702, 40.070030104832298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3303, "tnode_": 3152, "lpoly_": null, "rpoly_": null, "length": 645.35792408999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 842, "r_f_add": 801, "r_t_add": 841, "st_code": 53100, "l_hundred": 800, "r_hundred": 800, "seg_id": 800227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34114, "Shape__Length": 257.12634592158935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240324497475896, 40.068392508516702 ], [ -75.238747042959901, 40.069428396743398 ], [ -75.238586576219902, 40.069555756058499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3303, "tnode_": 3138, "lpoly_": null, "rpoly_": null, "length": 542.95508596000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8900, "l_t_add": 8946, "r_f_add": 8901, "r_t_add": 8963, "st_code": 68280, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800228, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34115, "Shape__Length": 216.75068215945842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240324497475896, 40.068392508516702 ], [ -75.2408415015136, 40.069829079389301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3328, "tnode_": 3236, "lpoly_": null, "rpoly_": null, "length": 340.5653041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7930, "l_t_add": 7998, "r_f_add": 7925, "r_t_add": 7999, "st_code": 50780, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-08-28T00:00:00Z", "newsegdate": "2000-08-28T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 34116, "Shape__Length": 135.95333420299841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203008519158303, 40.0673248095313 ], [ -75.203029683082406, 40.067439739955802 ], [ -75.203074663579699, 40.067684005312799 ], [ -75.203138545382004, 40.0678800382329 ], [ -75.203309495249101, 40.068225978352501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3315, "tnode_": 3244, "lpoly_": null, "rpoly_": null, "length": 542.43093417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 52140, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34117, "Shape__Length": 216.13683774435367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234349854064703, 40.068126016985801 ], [ -75.234529225564302, 40.068014862677799 ], [ -75.234672305234696, 40.067953094430401 ], [ -75.234793226890503, 40.067946469126802 ], [ -75.234900373657297, 40.067985900913499 ], [ -75.235763273507999, 40.068736516726403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3347, "tnode_": 3278, "lpoly_": null, "rpoly_": null, "length": 292.96505630999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 842, "l_t_add": 898, "r_f_add": 839, "r_t_add": 899, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 800231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 34118, "Shape__Length": 116.73803299242479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233301246975401, 40.067822202708399 ], [ -75.232535179273597, 40.068370252573999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3202, "tnode_": 3365, "lpoly_": null, "rpoly_": null, "length": 640.632168, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 73940, "l_hundred": 100, "r_hundred": 100, "seg_id": 800232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34119, "Shape__Length": 255.4510278488755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2009558974774, 40.068314742681302 ], [ -75.202323485628696, 40.066904538220697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3365, "tnode_": 3328, "lpoly_": null, "rpoly_": null, "length": 245.35522633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 59100, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34120, "Shape__Length": 97.736582815619215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202323485628696, 40.066904538220697 ], [ -75.203008519158303, 40.0673248095313 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3376, "tnode_": 3164, "lpoly_": null, "rpoly_": null, "length": 968.24589132000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8398, "r_f_add": 8201, "r_t_add": 8399, "st_code": 74180, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800234, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34121, "Shape__Length": 385.83088031040779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2089358855944, 40.0670247227511 ], [ -75.211141727146099, 40.068327168137401 ], [ -75.211236611377501, 40.068445369791597 ], [ -75.211263213326106, 40.068542159788997 ], [ -75.211263930079696, 40.068638377908101 ], [ -75.211203074568502, 40.068818926956602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3383, "tnode_": 3347, "lpoly_": null, "rpoly_": null, "length": 137.39126733999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 838, "l_t_add": 840, "r_f_add": 835, "r_t_add": 837, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 800235, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 34122, "Shape__Length": 54.73339417831243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233679738509096, 40.0675820303628 ], [ -75.233301246975401, 40.067822202708399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3383, "tnode_": 3315, "lpoly_": null, "rpoly_": null, "length": 272.84675915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGAMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8708, "r_f_add": 8701, "r_t_add": 8707, "st_code": 70660, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGAMORE RD", "stname": "SAGAMORE RD", "objectid": 34123, "Shape__Length": 108.74811989153405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233679738509096, 40.0675820303628 ], [ -75.234349854064703, 40.068126016985801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3269, "tnode_": 3386, "lpoly_": null, "rpoly_": null, "length": 411.55649907999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 202, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 83480, "l_hundred": 200, "r_hundred": 200, "seg_id": 800237, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34124, "Shape__Length": 164.09697086569844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203750809495403, 40.067787345319999 ], [ -75.204647967418893, 40.066892218677701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3386, "tnode_": 3195, "lpoly_": null, "rpoly_": null, "length": 978.69551669000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEMINOLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 71740, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800238, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEMINOLE AVE", "stname": "SEMINOLE AVE", "objectid": 34125, "Shape__Length": 389.84292063991501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204647967418893, 40.066892218677701 ], [ -75.207411203512507, 40.068538675736399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3418, "tnode_": 3383, "lpoly_": null, "rpoly_": null, "length": 142.31571512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 834, "l_t_add": 836, "r_f_add": 833, "r_t_add": 833, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 800239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 34126, "Shape__Length": 56.71257523225065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234044883206906, 40.0673101470232 ], [ -75.233679738509096, 40.0675820303628 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3365, "tnode_": 3437, "lpoly_": null, "rpoly_": null, "length": 204.83587792, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 230, "r_f_add": 201, "r_t_add": 223, "st_code": 73940, "l_hundred": 200, "r_hundred": 200, "seg_id": 800241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34127, "Shape__Length": 81.674276966159056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202323485628696, 40.066904538220697 ], [ -75.202765643702193, 40.066456463582597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3437, "tnode_": 3328, "lpoly_": null, "rpoly_": null, "length": 326.06745018000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7928, "r_f_add": 7901, "r_t_add": 7923, "st_code": 50780, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 34128, "Shape__Length": 130.17024131434493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202765643702193, 40.066456463582597 ], [ -75.202954734938203, 40.066872471901597 ], [ -75.202980895263394, 40.067019014780101 ], [ -75.203008519158303, 40.0673248095313 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3443, "tnode_": 3368, "lpoly_": null, "rpoly_": null, "length": 470.33503422999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALEDONIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 20860, "l_hundred": 700, "r_hundred": 700, "seg_id": 800243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALEDONIA ST", "stname": "CALEDONIA ST", "objectid": 34129, "Shape__Length": 187.15968114784576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240095034669693, 40.067353165033801 ], [ -75.238519589697304, 40.0678024660631 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3443, "tnode_": 3303, "lpoly_": null, "rpoly_": null, "length": 384.02400998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 68280, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800244, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34130, "Shape__Length": 153.32764844694921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240095034669693, 40.067353165033801 ], [ -75.240324497475896, 40.068392508516702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3441, "tnode_": 3443, "lpoly_": null, "rpoly_": null, "length": 225.55221801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALEDONIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 20860, "l_hundred": 600, "r_hundred": 600, "seg_id": 800245, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALEDONIA ST", "stname": "CALEDONIA ST", "objectid": 34131, "Shape__Length": 89.804839686528965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240779624243302, 40.067269723251101 ], [ -75.240663838533294, 40.067332429241603 ], [ -75.240514549561794, 40.067441805439998 ], [ -75.240439854815506, 40.067441552718797 ], [ -75.240280417388902, 40.0673515476972 ], [ -75.240095034669693, 40.067353165033801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3448, "tnode_": 3347, "lpoly_": null, "rpoly_": null, "length": 372.89595088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGAMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8612, "l_t_add": 8698, "r_f_add": 8611, "r_t_add": 8699, "st_code": 70660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800247, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGAMORE RD", "stname": "SAGAMORE RD", "objectid": 34132, "Shape__Length": 148.63244424253531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232400037158001, 40.067068269382901 ], [ -75.233301246975401, 40.067822202708399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3449, "tnode_": 3278, "lpoly_": null, "rpoly_": null, "length": 714.45167823999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 84060, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 34133, "Shape__Length": 284.77371431902748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230808269871702, 40.066925910989099 ], [ -75.232535179273597, 40.068370252573999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3428, "tnode_": 3452, "lpoly_": null, "rpoly_": null, "length": 158.93657339000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 953, "l_t_add": 999, "r_f_add": 952, "r_t_add": 998, "st_code": 21920, "l_hundred": 900, "r_hundred": 900, "seg_id": 800249, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2003-10-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 34134, "Shape__Length": 63.257446973467395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225597284308705, 40.066915893420997 ], [ -75.225080618961798, 40.066734845969499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3461, "tnode_": 3365, "lpoly_": null, "rpoly_": null, "length": 381.39002734999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 59100, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 800251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34135, "Shape__Length": 151.902199671392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201226657746105, 40.06628328195 ], [ -75.202323485628696, 40.066904538220697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3437, "tnode_": 3490, "lpoly_": null, "rpoly_": null, "length": 214.29334053, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 232, "l_t_add": 298, "r_f_add": 225, "r_t_add": 305, "st_code": 73940, "l_hundred": 200, "r_hundred": 300, "seg_id": 800253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34136, "Shape__Length": 85.426451420795019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202765643702193, 40.066456463582597 ], [ -75.203261394543503, 40.066008169600501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3497, "tnode_": 3418, "lpoly_": null, "rpoly_": null, "length": 292.79049577999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAKYN", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 826, "l_t_add": 832, "r_f_add": 827, "r_t_add": 831, "st_code": 37960, "l_hundred": 800, "r_hundred": 800, "seg_id": 800254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAKYN LN", "stname": "GRAKYN LN", "objectid": 34137, "Shape__Length": 116.65891880267421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234822436798495, 40.066772456229899 ], [ -75.234044883206906, 40.0673101470232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3497, "tnode_": 3223, "lpoly_": null, "rpoly_": null, "length": 1097.1462648199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8700, "l_t_add": 8732, "r_f_add": 8701, "r_t_add": 8733, "st_code": 61220, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 800255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD LINE RD", "stname": "OLD LINE RD", "objectid": 34138, "Shape__Length": 437.32423951595695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234822436798495, 40.066772456229899 ], [ -75.237303813864003, 40.068855577613498 ], [ -75.237456078093103, 40.069002712204203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3496, "tnode_": 3448, "lpoly_": null, "rpoly_": null, "length": 197.93973486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NITTANY", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 59900, "l_hundred": 800, "r_hundred": 800, "seg_id": 800256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NITTANY LN", "stname": "NITTANY LN", "objectid": 34139, "Shape__Length": 78.869924486421922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232920538180494, 40.066700409264499 ], [ -75.232400037158001, 40.067068269382901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3496, "tnode_": 3418, "lpoly_": null, "rpoly_": null, "length": 434.68154367000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 52140, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34140, "Shape__Length": 173.20493209700572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232920538180494, 40.066700409264499 ], [ -75.233005426547194, 40.0666426969021 ], [ -75.233055882445996, 40.066623227024799 ], [ -75.233149970007503, 40.066613530796403 ], [ -75.233236178391493, 40.066630539411598 ], [ -75.233355556997907, 40.066715008191103 ], [ -75.2335105820991, 40.066841104852898 ], [ -75.234044883206906, 40.0673101470232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3516, "tnode_": 3449, "lpoly_": null, "rpoly_": null, "length": 273.80932792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATHEDRAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 852, "l_t_add": 898, "r_f_add": 849, "r_t_add": 899, "st_code": 21920, "l_hundred": 800, "r_hundred": 800, "seg_id": 800259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CATHEDRAL RD", "stname": "CATHEDRAL RD", "objectid": 34141, "Shape__Length": 109.09108200674179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231542163259505, 40.066428901568401 ], [ -75.230808269871702, 40.066925910989099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3516, "tnode_": 3448, "lpoly_": null, "rpoly_": null, "length": 334.51233837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAGAMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8610, "r_f_add": 8601, "r_t_add": 8609, "st_code": 70660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800260, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAGAMORE RD", "stname": "SAGAMORE RD", "objectid": 34142, "Shape__Length": 133.30148886794521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231542163259505, 40.066428901568401 ], [ -75.232400037158001, 40.067068269382901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3530, "tnode_": 3449, "lpoly_": null, "rpoly_": null, "length": 302.10530339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8588, "l_t_add": 8598, "r_f_add": 8537, "r_t_add": 8599, "st_code": 84060, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSAHICKON AVE", "stname": "WISSAHICKON AVE", "objectid": 34143, "Shape__Length": 120.41883977397288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230085379600993, 40.066310052687903 ], [ -75.230808269871702, 40.066925910989099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3561, "tnode_": 3437, "lpoly_": null, "rpoly_": null, "length": 468.28416184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 50780, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 800264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 34144, "Shape__Length": 186.69753235663251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201718573290194, 40.065453822788399 ], [ -75.202765643702193, 40.066456463582597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3572, "tnode_": 3451, "lpoly_": null, "rpoly_": null, "length": 536.07409045999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOMOND", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 913, "l_t_add": 923, "r_f_add": 920, "r_t_add": 930, "st_code": 51540, "l_hundred": 900, "r_hundred": 900, "seg_id": 800267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOMOND LN", "stname": "LOMOND LN", "objectid": 34145, "Shape__Length": 213.7189516701952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2272801960263, 40.065881741725399 ], [ -75.227205543401297, 40.066175967476902 ], [ -75.227199667355094, 40.066333962862799 ], [ -75.227257064454307, 40.066493347370603 ], [ -75.227416151024599, 40.066685373677899 ], [ -75.227632863701103, 40.066817846727197 ], [ -75.227899064737599, 40.066896670195497 ], [ -75.228138215011299, 40.0669400642659 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3585, "tnode_": 3376, "lpoly_": null, "rpoly_": null, "length": 981.35655494000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 74180, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800269, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34146, "Shape__Length": 390.88584257893331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206153174012599, 40.0653857704743 ], [ -75.2089358855944, 40.0670247227511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3376, "tnode_": 3592, "lpoly_": null, "rpoly_": null, "length": 725.15141465, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 564, "r_f_add": 501, "r_t_add": 565, "st_code": 41040, "l_hundred": 500, "r_hundred": 500, "seg_id": 800271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34147, "Shape__Length": 289.11948934621785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2089358855944, 40.0670247227511 ], [ -75.209636072853996, 40.066324509291903 ], [ -75.2104167863844, 40.0655572208886 ], [ -75.210535041573905, 40.065459161312297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3490, "tnode_": 27749, "lpoly_": null, "rpoly_": null, "length": 1041.1584558900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7898, "r_f_add": 7701, "r_t_add": 7899, "st_code": 25800, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 800272, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM RD", "stname": "CRESHEIM RD", "objectid": 34148, "Shape__Length": 414.96683964062026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203261394543503, 40.066008169600501 ], [ -75.202246593929701, 40.065081663498397 ], [ -75.201749987763307, 40.064602347106799 ], [ -75.201481694350306, 40.064372420583503 ], [ -75.201252747823702, 40.0642590871783 ], [ -75.201180773670202, 40.064235092683603 ], [ -75.201098108834898, 40.064236991839401 ], [ -75.200999900136594, 40.064264676964598 ], [ -75.200908316373003, 40.064374633461199 ], [ -75.200749282785296, 40.064509132441501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3673, "tnode_": 3594, "lpoly_": null, "rpoly_": null, "length": 440.00638258000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POCONO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 65140, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 800274, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POCONO ST", "stname": "POCONO ST", "objectid": 34149, "Shape__Length": 175.22039732138902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2026718484491, 40.064642770648 ], [ -75.203970284292595, 40.065323703063299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3594, "tnode_": 3686, "lpoly_": null, "rpoly_": null, "length": 356.46349327999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 318, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 73940, "l_hundred": 300, "r_hundred": 300, "seg_id": 800275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34150, "Shape__Length": 142.12582198047994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203970284292595, 40.065323703063299 ], [ -75.204746007192, 40.064547628718401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3686, "tnode_": 3585, "lpoly_": null, "rpoly_": null, "length": 498.34015489000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 74180, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 800276, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34151, "Shape__Length": 198.49522536819657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204746007192, 40.064547628718401 ], [ -75.206153174012599, 40.0653857704743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3673, "tnode_": 3776, "lpoly_": null, "rpoly_": null, "length": 385.62212883000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 56980, "l_hundred": 300, "r_hundred": 300, "seg_id": 800278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 34152, "Shape__Length": 153.75295257587055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2026718484491, 40.064642770648 ], [ -75.203505616197106, 40.063800043200899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3776, "tnode_": 3686, "lpoly_": null, "rpoly_": null, "length": 441.24731727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 74180, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 800279, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34153, "Shape__Length": 175.75622071524913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203505616197106, 40.063800043200899 ], [ -75.204746007192, 40.064547628718401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3686, "tnode_": 3837, "lpoly_": null, "rpoly_": null, "length": 553.80863396999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 422, "r_f_add": 401, "r_t_add": 423, "st_code": 73940, "l_hundred": 400, "r_hundred": 400, "seg_id": 800280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34154, "Shape__Length": 220.79951566578865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204746007192, 40.064547628718401 ], [ -75.205963692685302, 40.063349356513399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3585, "tnode_": 4250, "lpoly_": null, "rpoly_": null, "length": 2208.5098687599998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 598, "r_f_add": 401, "r_t_add": 599, "st_code": 83480, "l_hundred": 400, "r_hundred": 400, "seg_id": 800281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34155, "Shape__Length": 880.52730025810558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206153174012599, 40.0653857704743 ], [ -75.208289553301896, 40.063291324903297 ], [ -75.208603290864303, 40.062977462748599 ], [ -75.210892979873606, 40.060659770537598 ], [ -75.210966681585305, 40.060582232958602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3873, "tnode_": 3776, "lpoly_": null, "rpoly_": null, "length": 480.96125199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT MARTINS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 74180, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 800282, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT MARTINS LN", "stname": "SAINT MARTINS LN", "objectid": 34156, "Shape__Length": 191.56886971384992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202147993799997, 40.062990694418801 ], [ -75.203505616197106, 40.063800043200899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3837, "tnode_": 4012, "lpoly_": null, "rpoly_": null, "length": 548.11444482000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 424, "l_t_add": 498, "r_f_add": 425, "r_t_add": 499, "st_code": 73940, "l_hundred": 400, "r_hundred": 400, "seg_id": 800283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34157, "Shape__Length": 218.5392972652518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205963692685302, 40.063349356513399 ], [ -75.2071429229225, 40.062148123717897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3776, "tnode_": 3936, "lpoly_": null, "rpoly_": null, "length": 550.35573941999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 420, "r_f_add": 401, "r_t_add": 427, "st_code": 56980, "l_hundred": 400, "r_hundred": 400, "seg_id": 800284, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 34158, "Shape__Length": 219.42321121427844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203505616197106, 40.063800043200899 ], [ -75.204710620603905, 40.062606207115401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3269, "tnode_": 3092, "lpoly_": null, "rpoly_": null, "length": 976.65731303999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 59100, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34159, "Shape__Length": 389.03870280729035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203750809495403, 40.067787345319999 ], [ -75.206504668534706, 40.069433991703399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2964, "tnode_": 2915, "lpoly_": null, "rpoly_": null, "length": 379.06411731999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 59100, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34160, "Shape__Length": 150.99518684718072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208012718420505, 40.070274979400899 ], [ -75.208590658629006, 40.070564703174 ], [ -75.209043478818202, 40.070860663816099 ], [ -75.209084940987495, 40.070903828421301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2495, "tnode_": 2380, "lpoly_": null, "rpoly_": null, "length": 438.20045371999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOUTHAMPTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 73500, "l_hundred": 0, "r_hundred": 0, "seg_id": 800287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SOUTHAMPTON AVE", "stname": "E SOUTHAMPTON AVE", "objectid": 34161, "Shape__Length": 174.73843746763711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203430439169907, 40.074189135768698 ], [ -75.202473494815806, 40.075141263219599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3931, "tnode_": 4220, "lpoly_": null, "rpoly_": null, "length": 950.28588317000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 498, "r_f_add": 411, "r_t_add": 499, "st_code": 55680, "l_hundred": 400, "r_hundred": 400, "seg_id": 800290, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 34162, "Shape__Length": 378.87034191083859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202477579693493, 40.062659262671303 ], [ -75.202590890844505, 40.062547368436597 ], [ -75.204546293403496, 40.060590845256698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2830, "tnode_": 2877, "lpoly_": null, "rpoly_": null, "length": 171.59236295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE CRESCENT", "st_type": " ", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 14850, "l_hundred": 0, "r_hundred": 0, "seg_id": 800291, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE CRESCENT", "stname": "AYRDALE CRESCENT", "objectid": 34163, "Shape__Length": 68.354839269962497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242312586325099, 40.072300750117101 ], [ -75.242517539456998, 40.072144103801399 ], [ -75.2427947734122, 40.072015240278198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2810, "tnode_": 2877, "lpoly_": null, "rpoly_": null, "length": 408.92396244999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE CRESCENT", "st_type": " ", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 14850, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800292, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE CRESCENT", "stname": "AYRDALE CRESCENT", "objectid": 34164, "Shape__Length": 162.80501650738472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.244064798723102, 40.0724830860228 ], [ -75.243858899306801, 40.0724774472706 ], [ -75.243662050344497, 40.072448827602202 ], [ -75.243449830924405, 40.0724077089993 ], [ -75.243278507444899, 40.072330992014997 ], [ -75.243037793624694, 40.072204107654201 ], [ -75.242914605233395, 40.072110194232103 ], [ -75.2427947734122, 40.072015240278198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1851, "tnode_": 1776, "lpoly_": null, "rpoly_": null, "length": 450.64873798000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 24, "st_code": 16700, "l_hundred": 0, "r_hundred": 0, "seg_id": 800293, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E BELLS MILL RD", "stname": "E BELLS MILL RD", "objectid": 34165, "Shape__Length": 179.68079940292847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219809751421195, 40.082093822664199 ], [ -75.219731402137995, 40.082171364705701 ], [ -75.218874533782795, 40.082919438628501 ], [ -75.218749705140496, 40.083024873919697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2779, "tnode_": 2732, "lpoly_": null, "rpoly_": null, "length": 255.41039186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 840, "l_t_add": 898, "r_f_add": 849, "r_t_add": 899, "st_code": 38427, "l_hundred": 800, "r_hundred": 800, "seg_id": 800294, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN VALLEY DR", "stname": "GREEN VALLEY DR", "objectid": 34166, "Shape__Length": 101.69626047554014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239933665665106, 40.072583734179098 ], [ -75.239807050081694, 40.072656609389497 ], [ -75.239652487616993, 40.072768785135302 ], [ -75.239410916666102, 40.072879059910299 ], [ -75.239150887469094, 40.072894483747902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2735, "tnode_": 2779, "lpoly_": null, "rpoly_": null, "length": 624.56065645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREEN VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 800, "l_t_add": 838, "r_f_add": 801, "r_t_add": 847, "st_code": 38427, "l_hundred": 800, "r_hundred": 800, "seg_id": 800295, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREEN VALLEY DR", "stname": "GREEN VALLEY DR", "objectid": 34167, "Shape__Length": 248.88943498800523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241526547215898, 40.073003640489603 ], [ -75.241341551761707, 40.0728764163539 ], [ -75.241154246096102, 40.072754437484903 ], [ -75.241030829639797, 40.072633853154599 ], [ -75.240914620020504, 40.072461855200203 ], [ -75.240785547450798, 40.072313076766299 ], [ -75.240674449978798, 40.072242930792498 ], [ -75.240508341939204, 40.072239303632998 ], [ -75.240375583851502, 40.072267634634798 ], [ -75.240213787917199, 40.072361408094203 ], [ -75.239933665665106, 40.072583734179098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3288, "tnode_": 3376, "lpoly_": null, "rpoly_": null, "length": 293.66145254000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "HARTWELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 41040, "l_hundred": 400, "r_hundred": 400, "seg_id": 800296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W HARTWELL LN", "stname": "W HARTWELL LN", "objectid": 34168, "Shape__Length": 117.10475069229136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208324761327702, 40.067680002507601 ], [ -75.2089358855944, 40.0670247227511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2107, "tnode_": 2055, "lpoly_": null, "rpoly_": null, "length": 297.48430722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HIGHLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 42520, "l_hundred": 300, "r_hundred": 300, "seg_id": 800297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HIGHLAND AVE", "stname": "E HIGHLAND AVE", "objectid": 34169, "Shape__Length": 118.62418248542116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204154835936393, 40.078280417048603 ], [ -75.203489304257602, 40.078917210074103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2712, "tnode_": 2724, "lpoly_": null, "rpoly_": null, "length": 688.77334921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS MILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 77120, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS MILL DR", "stname": "THOMAS MILL DR", "objectid": 34170, "Shape__Length": 274.23337749454538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231595722780497, 40.072966863247899 ], [ -75.230849893698405, 40.072545753876703 ], [ -75.230622539212504, 40.072486033658002 ], [ -75.230464567837998, 40.072476489567102 ], [ -75.230066816434501, 40.072528585477002 ], [ -75.229851668626793, 40.072566439481903 ], [ -75.229627031245101, 40.072646656872003 ], [ -75.229475063732394, 40.0728133232004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2724, "tnode_": 2615, "lpoly_": null, "rpoly_": null, "length": 608.04955628999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS MILL", "st_type": "TER", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 77130, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOMAS MILL TER", "stname": "THOMAS MILL TER", "objectid": 34171, "Shape__Length": 242.25883168278571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229475063732394, 40.0728133232004 ], [ -75.229423193241601, 40.073019252568699 ], [ -75.229494614527496, 40.073227596855098 ], [ -75.229632477262399, 40.073352254441303 ], [ -75.229811923608594, 40.073423089372902 ], [ -75.230016905291507, 40.073445829456901 ], [ -75.230222790166295, 40.0734442612791 ], [ -75.230348898084898, 40.073459190554097 ], [ -75.230905446938607, 40.073737368007002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2624, "tnode_": 2512, "lpoly_": null, "rpoly_": null, "length": 413.26861000999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 847, "l_t_add": 899, "r_f_add": 856, "r_t_add": 898, "st_code": 14840, "l_hundred": 800, "r_hundred": 800, "seg_id": 800300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE RD", "stname": "AYRDALE RD", "objectid": 34172, "Shape__Length": 164.77739781503212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240638412363495, 40.073883821410199 ], [ -75.239702448384605, 40.074761322212197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2512, "tnode_": 27876, "lpoly_": null, "rpoly_": null, "length": 27.01143404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9056, "l_t_add": 9098, "r_f_add": 9057, "r_t_add": 9099, "st_code": 52140, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34173, "Shape__Length": 10.786846882332483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239702448384605, 40.074761322212197 ], [ -75.239708578415005, 40.074835321941599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2609, "tnode_": 2512, "lpoly_": null, "rpoly_": null, "length": 326.99787838999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9044, "l_t_add": 9054, "r_f_add": 9043, "r_t_add": 9055, "st_code": 52140, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34174, "Shape__Length": 130.46784549991958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239146414441805, 40.0739741709871 ], [ -75.239571891977107, 40.074518552157201 ], [ -75.239702448384605, 40.074761322212197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2732, "tnode_": 2609, "lpoly_": null, "rpoly_": null, "length": 396.94809397999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYKENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9034, "l_t_add": 9042, "r_f_add": 9025, "r_t_add": 9041, "st_code": 52140, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYKENS LN", "stname": "LYKENS LN", "objectid": 34175, "Shape__Length": 158.50676843439524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239150887469094, 40.072894483747902 ], [ -75.2390844317583, 40.073358462419598 ], [ -75.239058714548406, 40.073625495414198 ], [ -75.239146414441805, 40.0739741709871 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2939, "tnode_": 2909, "lpoly_": null, "rpoly_": null, "length": 188.92580426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 878, "l_t_add": 898, "r_f_add": 879, "r_t_add": 899, "st_code": 53100, "l_hundred": 800, "r_hundred": 800, "seg_id": 800305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34176, "Shape__Length": 75.236316405761073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235954236655303, 40.071247965116001 ], [ -75.235703287956298, 40.071397866984398 ], [ -75.235568341498393, 40.071469238962997 ], [ -75.235390692788698, 40.071527872517599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2093, "tnode_": 1756, "lpoly_": null, "rpoly_": null, "length": 2715.8260509800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9100, "l_t_add": 9798, "r_f_add": 9101, "r_t_add": 9799, "st_code": 34610, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800306, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2009-06-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 34177, "Shape__Length": 1082.2545913414319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225990050860105, 40.079077680011601 ], [ -75.226071332672902, 40.0792455748512 ], [ -75.226225696994504, 40.079565214173599 ], [ -75.226328984214405, 40.079768179338402 ], [ -75.226616025753003, 40.080139384020598 ], [ -75.226736945258494, 40.0802940822594 ], [ -75.227065126510297, 40.080623616968197 ], [ -75.227217500252195, 40.080763582811798 ], [ -75.227254793850406, 40.080825218414198 ], [ -75.227329155210896, 40.080954566322603 ], [ -75.227446010437404, 40.0812186451627 ], [ -75.227613947057705, 40.081386536790902 ], [ -75.227791829379498, 40.081499912002599 ], [ -75.228420864342894, 40.0818299625574 ], [ -75.229006279710902, 40.082055664827301 ], [ -75.229412456454199, 40.082204452157001 ], [ -75.229710590917605, 40.082277888594199 ], [ -75.229999233217498, 40.082393688000401 ], [ -75.230313416925497, 40.082461393926202 ], [ -75.230871939008793, 40.082558780384602 ], [ -75.231414190425696, 40.082667970947902 ], [ -75.231601123035603, 40.082751128993998 ], [ -75.231848861359694, 40.082902518439603 ], [ -75.232004375277, 40.082978905761699 ], [ -75.232488321613403, 40.083165875797597 ], [ -75.232706224673393, 40.083267955402199 ], [ -75.232829870302794, 40.083349726199501 ], [ -75.232904696157902, 40.0834669169802 ], [ -75.232955291973397, 40.083627755391703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1818, "tnode_": 2025, "lpoly_": null, "rpoly_": null, "length": 1516.2361192200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARYL", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 10, "r_f_add": 1, "r_t_add": 9, "st_code": 21770, "l_hundred": 0, "r_hundred": 0, "seg_id": 800308, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARYL LN", "stname": "CARYL LN", "objectid": 34178, "Shape__Length": 604.55357072111894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215881071176099, 40.082481957085001 ], [ -75.215818814022597, 40.082456024171897 ], [ -75.215505900241098, 40.082264735585497 ], [ -75.215324156193603, 40.082157558269202 ], [ -75.215204492407096, 40.0820715050315 ], [ -75.215143478503506, 40.0820218669122 ], [ -75.215107834921398, 40.081981569410303 ], [ -75.215083940357204, 40.081932749911303 ], [ -75.215085825950993, 40.081882304165198 ], [ -75.215104360870697, 40.081793028672401 ], [ -75.215204821751698, 40.081603954647498 ], [ -75.215243511410605, 40.081486271923801 ], [ -75.215214398879397, 40.081424167508402 ], [ -75.215084380198803, 40.081309349382799 ], [ -75.214983885231604, 40.081245669620401 ], [ -75.214798783138207, 40.081228416062999 ], [ -75.214633571068404, 40.081290624671396 ], [ -75.214538034533007, 40.0813236389208 ], [ -75.214325788870795, 40.081191640349097 ], [ -75.214138830618296, 40.081071175241703 ], [ -75.214003663047194, 40.081017705529298 ], [ -75.213926897673602, 40.081007231480001 ], [ -75.213955924988696, 40.080817385940101 ], [ -75.214054760665505, 40.080503315965103 ], [ -75.214178875046102, 40.080360092946002 ], [ -75.214350907583693, 40.080205763528298 ], [ -75.214827221286001, 40.0797479762034 ], [ -75.214921385049294, 40.079639477525497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3088, "tnode_": 2990, "lpoly_": null, "rpoly_": null, "length": 387.92089167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYDE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 922, "r_f_add": 901, "r_t_add": 921, "st_code": 24000, "l_hundred": 900, "r_hundred": 900, "seg_id": 800309, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYDE LN", "stname": "CLYDE LN", "objectid": 34179, "Shape__Length": 154.63104765823266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.234487450843702, 40.070030104832298 ], [ -75.234235575369496, 40.070204139673798 ], [ -75.2340563788118, 40.0703400963666 ], [ -75.233557914926493, 40.070816369875999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2990, "tnode_": 3229, "lpoly_": null, "rpoly_": null, "length": 951.85091701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEQUOIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 924, "l_t_add": 998, "r_f_add": 923, "r_t_add": 999, "st_code": 71840, "l_hundred": 900, "r_hundred": 900, "seg_id": 800310, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEQUOIA RD", "stname": "SEQUOIA RD", "objectid": 34180, "Shape__Length": 379.49714034524482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233557914926493, 40.070816369875999 ], [ -75.232463480704197, 40.069894236075903 ], [ -75.232018788655793, 40.069505124913199 ], [ -75.231775174544197, 40.069300118683103 ], [ -75.231709185602796, 40.0691696487035 ], [ -75.231704660256696, 40.069078324069501 ], [ -75.231732675172296, 40.068963384846001 ], [ -75.231930587376993, 40.068802592448897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2615, "tnode_": 2459, "lpoly_": null, "rpoly_": null, "length": 563.5005683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYDE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 956, "l_t_add": 998, "r_f_add": 961, "r_t_add": 999, "st_code": 24000, "l_hundred": 900, "r_hundred": 900, "seg_id": 800311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYDE LN", "stname": "CLYDE LN", "objectid": 34181, "Shape__Length": 224.74847266433551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230905446938607, 40.073737368007002 ], [ -75.230752553675998, 40.0738876780132 ], [ -75.230174920670194, 40.074519675077603 ], [ -75.230058535077703, 40.074669165607801 ], [ -75.230070291345399, 40.074778894866398 ], [ -75.230106455394207, 40.074870913307102 ], [ -75.230159568654003, 40.074932894872198 ], [ -75.230302292546099, 40.075001363224096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2712, "tnode_": 2615, "lpoly_": null, "rpoly_": null, "length": 340.73555186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYDE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 946, "l_t_add": 954, "r_f_add": 941, "r_t_add": 959, "st_code": 24000, "l_hundred": 900, "r_hundred": 900, "seg_id": 800312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYDE LN", "stname": "CLYDE LN", "objectid": 34182, "Shape__Length": 135.89818744894566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231595722780497, 40.072966863247899 ], [ -75.230905446938607, 40.073737368007002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2990, "tnode_": 2712, "lpoly_": null, "rpoly_": null, "length": 956.95297942000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLYDE", "st_type": "LN", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 924, "l_t_add": 944, "r_f_add": 923, "r_t_add": 939, "st_code": 24000, "l_hundred": 900, "r_hundred": 900, "seg_id": 800313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLYDE LN", "stname": "CLYDE LN", "objectid": 34183, "Shape__Length": 381.64842037059617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233557914926493, 40.070816369875999 ], [ -75.233149791072293, 40.0713054805125 ], [ -75.232367014067805, 40.072133691510302 ], [ -75.231682295618199, 40.072878902654601 ], [ -75.231595722780497, 40.072966863247899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1730, "tnode_": 1520, "lpoly_": null, "rpoly_": null, "length": 2742.82487227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILLCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 299, "r_f_add": 2, "r_t_add": 298, "st_code": 42680, "l_hundred": 0, "r_hundred": 0, "seg_id": 800314, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2006-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILLCREST AVE", "stname": "HILLCREST AVE", "objectid": 34184, "Shape__Length": 1092.5763571796529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2223036768561, 40.083555766599403 ], [ -75.222255536836101, 40.083838732815401 ], [ -75.222220494610895, 40.0839291878235 ], [ -75.222087183604899, 40.084079318634103 ], [ -75.221963771222505, 40.084202411039399 ], [ -75.221709706085605, 40.084384298935802 ], [ -75.221441217574593, 40.084533815225399 ], [ -75.221189296065603, 40.084646664532499 ], [ -75.2167218466371, 40.086264142653299 ], [ -75.216039195860304, 40.086506679322099 ], [ -75.215542500045402, 40.086735007771097 ], [ -75.215223768318907, 40.086927789748898 ], [ -75.214976738179203, 40.087092550904401 ], [ -75.214758310414396, 40.087265343198702 ], [ -75.214380792882906, 40.087606028618801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2489, "tnode_": 2456, "lpoly_": null, "rpoly_": null, "length": 197.23303973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 25680, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34185, "Shape__Length": 78.563583962722447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211085930972004, 40.074337295848203 ], [ -75.211654123361001, 40.074657623491902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2221, "tnode_": 2340, "lpoly_": null, "rpoly_": null, "length": 451.04420650999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILLTOP", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 42720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800316, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-07-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILLTOP RD", "stname": "HILLTOP RD", "objectid": 34186, "Shape__Length": 180.00395840523004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209311516542698, 40.076925221386396 ], [ -75.209264156436603, 40.0767952505309 ], [ -75.209152510748396, 40.076421237559103 ], [ -75.209183393741299, 40.076275459432701 ], [ -75.209217879930506, 40.076206220587103 ], [ -75.209266286343905, 40.076130290520297 ], [ -75.209600567813197, 40.075806704767402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2340, "tnode_": 2489, "lpoly_": null, "rpoly_": null, "length": 677.7287888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILLTOP", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 42720, "l_hundred": 100, "r_hundred": 100, "seg_id": 800317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILLTOP RD", "stname": "HILLTOP RD", "objectid": 34187, "Shape__Length": 270.25239305231565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209600567813197, 40.075806704767402 ], [ -75.211085930972004, 40.074337295848203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2799, "tnode_": 2738, "lpoly_": null, "rpoly_": null, "length": 289.51358106000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 59100, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800318, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34188, "Shape__Length": 115.33454052253008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210569161927097, 40.071812113788503 ], [ -75.211338010410401, 40.072253935963197 ], [ -75.211374339469899, 40.072303768105201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2689, "tnode_": 1984, "lpoly_": null, "rpoly_": null, "length": 3542.0908968799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHWESTERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 201, "l_t_add": 299, "r_f_add": 800, "r_t_add": 998, "st_code": 60200, "l_hundred": 200, "r_hundred": 800, "seg_id": 800319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHWESTERN AVE", "stname": "NORTHWESTERN AVE", "objectid": 34189, "Shape__Length": 1412.4663315610196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243284327977705, 40.073494331387998 ], [ -75.243135939524095, 40.073637257487299 ], [ -75.241278855677805, 40.075455916818797 ], [ -75.240945038882103, 40.0757679634049 ], [ -75.240661428420395, 40.076049957214103 ], [ -75.2403850126572, 40.076345408783901 ], [ -75.240123524607, 40.076601282722699 ], [ -75.239986189729905, 40.076725380582303 ], [ -75.239635792643995, 40.077044338788802 ], [ -75.239352444710505, 40.077318946301297 ], [ -75.238199649385905, 40.078473104456997 ], [ -75.237692292560396, 40.078977793996501 ], [ -75.237151483407004, 40.079502441295404 ], [ -75.236665749273698, 40.079994299842802 ], [ -75.236212080141996, 40.0804513876082 ], [ -75.236080113251703, 40.080585943676603 ], [ -75.235465876988599, 40.081138826399702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2463, "tnode_": 2459, "lpoly_": null, "rpoly_": null, "length": 528.51030916000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 958, "l_t_add": 998, "r_f_add": 959, "r_t_add": 999, "st_code": 53100, "l_hundred": 900, "r_hundred": 900, "seg_id": 800320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34190, "Shape__Length": 210.24664686538205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232173839817094, 40.074994306204601 ], [ -75.231585390267597, 40.075070487392701 ], [ -75.231246431397096, 40.075084436007202 ], [ -75.2308983832895, 40.0750768074533 ], [ -75.230583105693995, 40.075039487767597 ], [ -75.230302292546099, 40.075001363224096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2909, "tnode_": 2897, "lpoly_": null, "rpoly_": null, "length": 192.80227036, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEQUOIA", "st_type": "RD", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 916, "r_f_add": 901, "r_t_add": 907, "st_code": 71840, "l_hundred": 900, "r_hundred": 900, "seg_id": 800321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEQUOIA RD", "stname": "SEQUOIA RD", "objectid": 34191, "Shape__Length": 76.693293820669808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235390692788698, 40.071527872517599 ], [ -75.235031883913706, 40.071571707782603 ], [ -75.234706361102596, 40.071566463698801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2909, "tnode_": 2463, "lpoly_": null, "rpoly_": null, "length": 1716.15202024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANATAWNA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 900, "l_t_add": 956, "r_f_add": 921, "r_t_add": 957, "st_code": 53100, "l_hundred": 900, "r_hundred": 900, "seg_id": 800322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANATAWNA AVE", "stname": "MANATAWNA AVE", "objectid": 34192, "Shape__Length": 684.22383229233606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.235390692788698, 40.071527872517599 ], [ -75.235466666155901, 40.071649464927603 ], [ -75.235557328462207, 40.071979860778903 ], [ -75.235573849211093, 40.072174836297997 ], [ -75.235560307524494, 40.072326583130099 ], [ -75.235470620784994, 40.072610461039197 ], [ -75.235376628082804, 40.072796936744403 ], [ -75.235260256907495, 40.072946432556002 ], [ -75.235078351330898, 40.073155311928303 ], [ -75.234896671175704, 40.073358113377303 ], [ -75.234694530567495, 40.073571536320202 ], [ -75.234524849848995, 40.0737600966022 ], [ -75.234291220925897, 40.073985712021901 ], [ -75.234058660618402, 40.074182508760401 ], [ -75.233750717478699, 40.074387269051201 ], [ -75.233369929730102, 40.074607929761498 ], [ -75.233008111644693, 40.074758130025799 ], [ -75.232711377355102, 40.074861102144503 ], [ -75.232487185699796, 40.0749291715805 ], [ -75.232303673391698, 40.074967723303899 ], [ -75.232173839817094, 40.074994306204601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2021, "tnode_": 1763, "lpoly_": null, "rpoly_": null, "length": 2142.9069526399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 60240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800323, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWOOD AVE", "stname": "NORWOOD AVE", "objectid": 34193, "Shape__Length": 853.7003167434367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209112665451897, 40.079526371894502 ], [ -75.212422043968502, 40.081511817992101 ], [ -75.212699813282001, 40.081632107585698 ], [ -75.212942317210207, 40.0817362290218 ], [ -75.213116392819003, 40.0818190951369 ], [ -75.213296015848698, 40.081906473971898 ], [ -75.213667980788301, 40.0821232176813 ], [ -75.2150929651105, 40.082990989882099 ], [ -75.215171686104298, 40.083025652928299 ], [ -75.215234995731393, 40.083046218734701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3811, "tnode_": 3674, "lpoly_": null, "rpoly_": null, "length": 411.24560342000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHEROKEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8267, "r_t_add": 8399, "st_code": 22700, "l_hundred": 8300, "r_hundred": 8200, "seg_id": 800326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHEROKEE ST", "stname": "CHEROKEE ST", "objectid": 34194, "Shape__Length": 164.12643500942374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216284887588799, 40.0638375099238 ], [ -75.216585175830403, 40.064317513911703 ], [ -75.216733911366902, 40.064653776301299 ], [ -75.216765217033497, 40.064893762216201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2221, "tnode_": 2316, "lpoly_": null, "rpoly_": null, "length": 370.32335159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 18, "l_t_add": 98, "r_f_add": 35, "r_t_add": 99, "st_code": 68100, "l_hundred": 0, "r_hundred": 0, "seg_id": 800330, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34195, "Shape__Length": 147.65336008579058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209311516542698, 40.076925221386396 ], [ -75.2094353119424, 40.076848035001902 ], [ -75.210157995112297, 40.0761471795768 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28260, "tnode_": 2351, "lpoly_": null, "rpoly_": null, "length": 543.99865289000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8030, "l_t_add": 8098, "r_f_add": 8031, "r_t_add": 8099, "st_code": 83880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": "2001-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34196, "Shape__Length": 217.16806949564895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199748157089402, 40.074008315714501 ], [ -75.199781590199905, 40.074221746198099 ], [ -75.199784176910399, 40.074238261289203 ], [ -75.199796025722506, 40.074554775678202 ], [ -75.199763384642097, 40.074791240840398 ], [ -75.1997242042506, 40.074991069428101 ], [ -75.199684456187001, 40.075234465938898 ], [ -75.199719775686503, 40.075319387020599 ], [ -75.199788910244706, 40.0753756569896 ], [ -75.199899080211296, 40.0754151210852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2218, "tnode_": 27172, "lpoly_": null, "rpoly_": null, "length": 328.19122260999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 13080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34197, "Shape__Length": 130.74194658774897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.205494791169698, 40.0769315952979 ], [ -75.205987030246604, 40.077229912190397 ], [ -75.206427767643305, 40.0774772230601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2107, "tnode_": 2071, "lpoly_": null, "rpoly_": null, "length": 328.80941862999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 12560, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 800335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34198, "Shape__Length": 130.99428915043188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204154835936393, 40.078280417048603 ], [ -75.204658641439494, 40.078583831394397 ], [ -75.205084685831295, 40.078832191420197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2877, "tnode_": 3032, "lpoly_": null, "rpoly_": null, "length": 455.56718695000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AYRDALE CRESCENT", "st_type": " ", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 14850, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800342, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AYRDALE CRESCENT", "stname": "AYRDALE CRESCENT", "objectid": 34199, "Shape__Length": 181.84685742557599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2427947734122, 40.072015240278198 ], [ -75.242604112254099, 40.071725217396498 ], [ -75.2425547006155, 40.071567153672497 ], [ -75.242538384598404, 40.071366102376501 ], [ -75.242561842005799, 40.071159836333898 ], [ -75.242615590239197, 40.070990722158797 ], [ -75.242731906820197, 40.0708338543376 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1851, "tnode_": 26773, "lpoly_": null, "rpoly_": null, "length": 80.06552066, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 16720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800345, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 34200, "Shape__Length": 31.920410140399632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219809751421195, 40.082093822664199 ], [ -75.220002783443405, 40.081931584234901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2729, "tnode_": 28686, "lpoly_": null, "rpoly_": null, "length": 1138.5271003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 68100, "l_hundred": 400, "r_hundred": 400, "seg_id": 800359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34201, "Shape__Length": 454.19015504716612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213929975155395, 40.072396481692302 ], [ -75.214806381203303, 40.071533410524097 ], [ -75.215223536773905, 40.071122591241199 ], [ -75.215398743838904, 40.070941618906303 ], [ -75.215680319984699, 40.070201331479097 ], [ -75.215877975828903, 40.0697166554137 ], [ -75.215881118527705, 40.069712267485599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27170, "tnode_": 1958, "lpoly_": null, "rpoly_": null, "length": 80.12500611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36660, "l_hundred": 0, "r_hundred": 0, "seg_id": 800362, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-20T00:00:00Z", "newsegdate": "1998-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34202, "Shape__Length": 31.918647770997001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217465968727097, 40.080584210811502 ], [ -75.217697279643801, 40.0807138547991 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27172, "tnode_": 2172, "lpoly_": null, "rpoly_": null, "length": 28.31571849, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 32520, "l_hundred": 0, "r_hundred": 0, "seg_id": 800364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": "1998-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 34203, "Shape__Length": 11.291950243186637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206427767643305, 40.0774772230601 ], [ -75.206366300099305, 40.077538966833202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3007, "tnode_": 27173, "lpoly_": null, "rpoly_": null, "length": 20.50483974, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 83480, "l_hundred": 0, "r_hundred": 0, "seg_id": 800365, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "W WILLOW GROVE AVE", "stname": "W WILLOW GROVE AVE", "objectid": 34204, "Shape__Length": 8.1757283376621892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201496581946799, 40.070023494063101 ], [ -75.201541909745004, 40.069979271752302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27886, "tnode_": 27887, "lpoly_": null, "rpoly_": null, "length": 474.80670973999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSTAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 53920, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800367, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "1999-03-19T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSTAN RD", "stname": "MARSTAN RD", "objectid": 34205, "Shape__Length": 189.36483287299012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224363896621696, 40.085185625950302 ], [ -75.224858428667503, 40.085261838592302 ], [ -75.224917653612295, 40.085253086399703 ], [ -75.224951658209704, 40.085218646027201 ], [ -75.225222959250303, 40.084418926679902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28031, "tnode_": 28052, "lpoly_": null, "rpoly_": null, "length": 537.97584207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 186, "r_t_add": 298, "st_code": 17360, "l_hundred": 0, "r_hundred": 100, "seg_id": 800369, "oneway": "FT", "class": 3, "responsibl": "STATE", "update_": "1999-12-28T00:00:00Z", "newsegdate": "1999-12-28T00:00:00Z", "multi_rep": 1, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 34206, "Shape__Length": 214.7663388159892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209677213565598, 40.083941237544998 ], [ -75.209729655415501, 40.0840747666741 ], [ -75.209766867060793, 40.0841638355123 ], [ -75.209839663713197, 40.084295218658099 ], [ -75.210354674936397, 40.085322698386499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28031, "tnode_": 1634, "lpoly_": null, "rpoly_": null, "length": 374.54248924000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 185, "l_t_add": 197, "r_f_add": 0, "r_t_add": 0, "st_code": 17360, "l_hundred": 100, "r_hundred": 0, "seg_id": 800370, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1999-12-28T00:00:00Z", "newsegdate": "1999-12-28T00:00:00Z", "multi_rep": 2, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 34207, "Shape__Length": 149.44324689977481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209677213565598, 40.083941237544998 ], [ -75.210153850754196, 40.084657742287199 ], [ -75.2103469655287, 40.084824973740901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28052, "tnode_": 1590, "lpoly_": null, "rpoly_": null, "length": 283.13345312000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8835, "r_t_add": 8899, "st_code": 74660, "l_hundred": 8900, "r_hundred": 8800, "seg_id": 800371, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": "2000-01-04T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34208, "Shape__Length": 112.7382665979685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210354674936397, 40.085322698386499 ], [ -75.210496844353599, 40.0853831186664 ], [ -75.211251338567294, 40.085682806256798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2566, "tnode_": 28260, "lpoly_": null, "rpoly_": null, "length": 222.58629102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8014, "l_t_add": 8028, "r_f_add": 8019, "r_t_add": 8029, "st_code": 83880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 800376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": "2001-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34209, "Shape__Length": 88.874040907489217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199592173196095, 40.073410056271499 ], [ -75.199717525727394, 40.073812766492502 ], [ -75.199748157089402, 40.074008315714501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2534, "tnode_": 28260, "lpoly_": null, "rpoly_": null, "length": 141.85612021, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 11160, "l_hundred": 200, "r_hundred": 200, "seg_id": 800377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": "2001-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "E ABINGTON AVE", "stname": "E ABINGTON AVE", "objectid": 34210, "Shape__Length": 56.561121601656716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200067626418104, 40.073705981017802 ], [ -75.199748157089402, 40.074008315714501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28385, "tnode_": 28384, "lpoly_": null, "rpoly_": null, "length": 139.95424795999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8610, "l_t_add": 8698, "r_f_add": 8611, "r_t_add": 8699, "st_code": 59100, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800379, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-02-15T00:00:00Z", "newsegdate": "2002-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34211, "Shape__Length": 55.681130971073244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2129132048223, 40.072879340816698 ], [ -75.212924044176205, 40.072881181188201 ], [ -75.212980983412393, 40.072882438211501 ], [ -75.213117957441995, 40.072879882135901 ], [ -75.213291807067705, 40.072877281230603 ], [ -75.213302317077293, 40.072880088274701 ], [ -75.213399250132696, 40.072920036441502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28386, "tnode_": 28385, "lpoly_": null, "rpoly_": null, "length": 223.61769733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8600, "l_t_add": 8608, "r_f_add": 8601, "r_t_add": 8609, "st_code": 59100, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800380, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-02-15T00:00:00Z", "newsegdate": "2002-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34212, "Shape__Length": 88.999095657336085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212175046664996, 40.072651754610803 ], [ -75.212227564181802, 40.072666649174501 ], [ -75.212409218044996, 40.072709288958599 ], [ -75.212501081571304, 40.072732778256601 ], [ -75.212549563996006, 40.072751017275102 ], [ -75.212633576914499, 40.072790213205103 ], [ -75.212696858760197, 40.072816075199199 ], [ -75.212792196267003, 40.072851229590903 ], [ -75.212874634822001, 40.072872793197 ], [ -75.2129132048223, 40.072879340816698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2579, "tnode_": 28384, "lpoly_": null, "rpoly_": null, "length": 354.32291171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 236, "l_t_add": 314, "r_f_add": 235, "r_t_add": 315, "st_code": 68100, "l_hundred": 200, "r_hundred": 200, "seg_id": 800381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-26T00:00:00Z", "newsegdate": "2002-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34213, "Shape__Length": 141.2860527266252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212621324142006, 40.073687429972701 ], [ -75.213399250132696, 40.072920036441502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28384, "tnode_": 2729, "lpoly_": null, "rpoly_": null, "length": 241.7352397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 316, "l_t_add": 398, "r_f_add": 317, "r_t_add": 399, "st_code": 68100, "l_hundred": 300, "r_hundred": 300, "seg_id": 800382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-11T00:00:00Z", "newsegdate": "2002-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34214, "Shape__Length": 96.390875623459038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213399250132696, 40.072920036441502 ], [ -75.213929975155395, 40.072396481692302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1590, "tnode_": 28497, "lpoly_": null, "rpoly_": null, "length": 224.89426238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 74660, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": "2002-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34215, "Shape__Length": 89.574910083588051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211251338567294, 40.085682806256798 ], [ -75.211929505307594, 40.086014162783599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28497, "tnode_": 1532, "lpoly_": null, "rpoly_": null, "length": 697.38909896999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9195, "st_code": 74660, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800384, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": "2002-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34216, "Shape__Length": 278.04321875422335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211929505307594, 40.086014162783599 ], [ -75.211989041397899, 40.085953882532799 ], [ -75.212179586701694, 40.085906823916901 ], [ -75.212398149007996, 40.085990711839102 ], [ -75.212575337039993, 40.086122339813599 ], [ -75.212726971391703, 40.086302058155901 ], [ -75.212968087604196, 40.086629711929703 ], [ -75.213135320931102, 40.086815855705098 ], [ -75.213311147485797, 40.0869839427749 ], [ -75.213584504866503, 40.087162611475001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28497, "tnode_": 28801, "lpoly_": null, "rpoly_": null, "length": 156.97912258999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAPER MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 414, "st_code": 3220, "l_hundred": 400, "r_hundred": 400, "seg_id": 800385, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2002-11-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PAPER MILL RD", "stname": "PAPER MILL RD", "objectid": 34217, "Shape__Length": 62.605618253811123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211929505307594, 40.086014162783599 ], [ -75.211777708178104, 40.086149940997203 ], [ -75.211582287975503, 40.086352305213801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28612, "tnode_": 28613, "lpoly_": null, "rpoly_": null, "length": 129.47678524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEP BOYS", "st_type": "DWY", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1125, "l_hundred": 0, "r_hundred": 0, "seg_id": 800386, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-07T00:00:00Z", "newsegdate": "2003-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "PEP BOYS DWY", "stname": "PEP BOYS DWY", "objectid": 34218, "Shape__Length": 51.579464284890705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242856969715604, 40.0729592828772 ], [ -75.242708708632193, 40.073023357561198 ], [ -75.242494193897201, 40.073176164645901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2830, "tnode_": 28612, "lpoly_": null, "rpoly_": null, "length": 284.18220133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9100, "l_t_add": 9162, "r_f_add": 9101, "r_t_add": 9163, "st_code": 68280, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-07T00:00:00Z", "newsegdate": "2003-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34219, "Shape__Length": 113.356543591933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242312586325099, 40.072300750117101 ], [ -75.242856969715604, 40.0729592828772 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28612, "tnode_": 2689, "lpoly_": null, "rpoly_": null, "length": 228.68225225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9164, "l_t_add": 9198, "r_f_add": 9165, "r_t_add": 9199, "st_code": 68280, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800388, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-07T00:00:00Z", "newsegdate": "2003-02-07T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE AVE", "stname": "RIDGE AVE", "objectid": 34220, "Shape__Length": 91.224112283999816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242856969715604, 40.0729592828772 ], [ -75.242911482856996, 40.073025225295403 ], [ -75.243284327977705, 40.073494331387998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2609, "tnode_": 2558, "lpoly_": null, "rpoly_": null, "length": 535.00682579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RONNIE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 69194, "l_hundred": 900, "r_hundred": 900, "seg_id": 800391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-25T00:00:00Z", "newsegdate": "2003-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "RONNIE CIR", "stname": "RONNIE CIR", "objectid": 34221, "Shape__Length": 213.15310428895643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.239146414441805, 40.0739741709871 ], [ -75.238956630027801, 40.0740307384918 ], [ -75.238843189436693, 40.074101239962999 ], [ -75.238689319203203, 40.074216220903502 ], [ -75.238482319485499, 40.074440010910401 ], [ -75.238312381778897, 40.074539685605899 ], [ -75.2381286476122, 40.074584323367702 ], [ -75.237986716797906, 40.074569057755703 ], [ -75.237791888800501, 40.074485737138197 ], [ -75.237720327763398, 40.0743280050755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28801, "tnode_": 29473, "lpoly_": null, "rpoly_": null, "length": 17.79958259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 800392, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 34222, "Shape__Length": 7.1013717712749571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211582287975503, 40.086352305213801 ], [ -75.211548018258398, 40.086393470890698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3092, "tnode_": 28839, "lpoly_": null, "rpoly_": null, "length": 281.57629791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 59100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 800393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-04-23T00:00:00Z", "newsegdate": "2004-04-23T00:00:00Z", "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34223, "Shape__Length": 112.14271790095181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206504668534706, 40.069433991703399 ], [ -75.207328693046406, 40.069877466820898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29217, "tnode_": 29218, "lpoly_": null, "rpoly_": null, "length": 149.62190457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROGERS", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1132, "l_hundred": 0, "r_hundred": 0, "seg_id": 800394, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-10-25T00:00:00Z", "newsegdate": "2007-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "ROGERS DR", "stname": "ROGERS DR", "objectid": 34224, "Shape__Length": 59.717367082973297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228858888265805, 40.085038584282799 ], [ -75.228743239805596, 40.085166074268301 ], [ -75.228681142158806, 40.0852898419352 ], [ -75.228640791699405, 40.085408566239501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29217, "tnode_": 1596, "lpoly_": null, "rpoly_": null, "length": 585.2359977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9701, "st_code": 36660, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 800396, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-03-25T00:00:00Z", "newsegdate": "2007-10-25T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34225, "Shape__Length": 233.18373853325579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.228858888265805, 40.085038584282799 ], [ -75.230502802356497, 40.086031844823502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2689, "tnode_": 29476, "lpoly_": null, "rpoly_": null, "length": 172.6327898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGE", "st_type": "PIKE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 9200, "l_t_add": 9304, "r_f_add": 9201, "r_t_add": 9305, "st_code": 3226, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 800397, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "RIDGE PIKE", "stname": "RIDGE PIKE", "objectid": 34226, "Shape__Length": 68.860852948995174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.243284327977705, 40.073494331387998 ], [ -75.243463371701694, 40.073719689685198 ], [ -75.243617259599802, 40.073893103058502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29363, "tnode_": 1756, "lpoly_": null, "rpoly_": null, "length": 167.42923356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDORRA", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19128, "l_f_add": 834, "l_t_add": 928, "r_f_add": 833, "r_t_add": 927, "st_code": 3002, "l_hundred": 800, "r_hundred": 800, "seg_id": 800398, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ANDORRA RD", "stname": "ANDORRA RD", "objectid": 34227, "Shape__Length": 66.611736752831987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.233550185499098, 40.083578381459297 ], [ -75.232955291973397, 40.083627755391703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1756, "tnode_": 29364, "lpoly_": null, "rpoly_": null, "length": 120.75023385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 700, "l_t_add": 740, "r_f_add": 701, "r_t_add": 731, "st_code": 3256, "l_hundred": 700, "r_hundred": 700, "seg_id": 800399, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-06T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS RD", "stname": "THOMAS RD", "objectid": 34228, "Shape__Length": 48.117871710820708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.232955291973397, 40.083627755391703 ], [ -75.233284257281198, 40.083842287748098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29366, "tnode_": 29365, "lpoly_": null, "rpoly_": null, "length": 129.00487382999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 17, "st_code": 3196, "l_hundred": 0, "r_hundred": 0, "seg_id": 800400, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK RD", "stname": "OAK RD", "objectid": 34229, "Shape__Length": 51.415316631804437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231757123267897, 40.084830886249698 ], [ -75.232097774002199, 40.085069519083902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29366, "tnode_": 1756, "lpoly_": null, "rpoly_": null, "length": 551.91443289000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORTHWESTERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 301, "r_f_add": 2, "r_t_add": 120, "st_code": 60215, "l_hundred": 100, "r_hundred": 0, "seg_id": 800401, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-10-24T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "W NORTHWESTERN AVE", "stname": "W NORTHWESTERN AVE", "objectid": 34230, "Shape__Length": 220.11801344109585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.231757123267897, 40.084830886249698 ], [ -75.232599592123705, 40.084007588013399 ], [ -75.232955291973397, 40.083627755391703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1596, "tnode_": 29366, "lpoly_": null, "rpoly_": null, "length": 560.92666481000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "NORTHWESTERN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 303, "l_t_add": 399, "r_f_add": 122, "r_t_add": 148, "st_code": 60215, "l_hundred": 0, "r_hundred": 0, "seg_id": 800402, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2011-10-24T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "W NORTHWESTERN AVE", "stname": "W NORTHWESTERN AVE", "objectid": 34231, "Shape__Length": 223.69659081292161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230502802356497, 40.086031844823502 ], [ -75.230931767242197, 40.085637434923001 ], [ -75.231757123267897, 40.084830886249698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29367, "tnode_": 1596, "lpoly_": null, "rpoly_": null, "length": 139.71650977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 781, "l_t_add": 799, "r_f_add": 780, "r_t_add": 798, "st_code": 3088, "l_hundred": 700, "r_hundred": 700, "seg_id": 800403, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN PIKE", "stname": "GERMANTOWN PIKE", "objectid": 34232, "Shape__Length": 55.667539108810359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.230898312073293, 40.086265782128002 ], [ -75.230610712410694, 40.086100944755998 ], [ -75.230502802356497, 40.086031844823502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1345, "tnode_": 29368, "lpoly_": null, "rpoly_": null, "length": 200.04292427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 9700, "l_t_add": 9700, "r_f_add": 9699, "r_t_add": 9699, "st_code": 74660, "l_hundred": 9700, "r_hundred": 9600, "seg_id": 800404, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34233, "Shape__Length": 79.748592660583952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223608719168496, 40.092898420566797 ], [ -75.223723529913002, 40.092983147658003 ], [ -75.2241193091063, 40.0932828303579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1345, "tnode_": 29369, "lpoly_": null, "rpoly_": null, "length": 180.60172483, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "WISSAHICKON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 228, "r_f_add": 201, "r_t_add": 229, "st_code": 3284, "l_hundred": 200, "r_hundred": 200, "seg_id": 800405, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "W WISSAHICKON AVE", "stname": "W WISSAHICKON AVE", "objectid": 34234, "Shape__Length": 72.043778584643292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223608719168496, 40.092898420566797 ], [ -75.223479058566994, 40.0930478270623 ], [ -75.223227664643403, 40.093298261163099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29370, "tnode_": 29371, "lpoly_": null, "rpoly_": null, "length": 234.4294134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 122, "r_f_add": 101, "r_t_add": 123, "st_code": 3092, "l_hundred": 100, "r_hundred": 100, "seg_id": 800406, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "GORDON RD", "stname": "GORDON RD", "objectid": 34235, "Shape__Length": 93.312731962767955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220200073716995, 40.090986062157803 ], [ -75.220109011364201, 40.091039195314004 ], [ -75.219914118967495, 40.091091486538701 ], [ -75.219409263739493, 40.091177368322299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1416, "tnode_": 29370, "lpoly_": null, "rpoly_": null, "length": 192.89866374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9500, "l_t_add": 9506, "r_f_add": 9427, "r_t_add": 9499, "st_code": 74660, "l_hundred": 9500, "r_hundred": 9400, "seg_id": 800407, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-31T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34236, "Shape__Length": 76.8620459573917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219653547558295, 40.0906633197636 ], [ -75.220058666693703, 40.090898919700699 ], [ -75.220200073716995, 40.090986062157803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29370, "tnode_": 1386, "lpoly_": null, "rpoly_": null, "length": 348.59532097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9508, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9509, "st_code": 74660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800408, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34237, "Shape__Length": 138.88625613302747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220200073716995, 40.090986062157803 ], [ -75.221209499535206, 40.091547013129599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29372, "tnode_": 29373, "lpoly_": null, "rpoly_": null, "length": 183.16928754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEMARSH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 122, "r_f_add": 101, "r_t_add": 123, "st_code": 3268, "l_hundred": 100, "r_hundred": 100, "seg_id": 800409, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITEMARSH AVE", "stname": "WHITEMARSH AVE", "objectid": 34238, "Shape__Length": 73.063407665157371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216802767176105, 40.089038492155296 ], [ -75.216415029297494, 40.089443633338099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1496, "tnode_": 29372, "lpoly_": null, "rpoly_": null, "length": 587.47678388000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9312, "l_t_add": 9398, "r_f_add": 9303, "r_t_add": 9343, "st_code": 74660, "l_hundred": 9400, "r_hundred": 9300, "seg_id": 800410, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-27T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34239, "Shape__Length": 234.0748887737324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2151351354985, 40.088058607964904 ], [ -75.216795838253603, 40.089034555275902 ], [ -75.216802767176105, 40.089038492155296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29372, "tnode_": 1416, "lpoly_": null, "rpoly_": null, "length": 993.24801891000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9345, "r_t_add": 9425, "st_code": 74660, "l_hundred": 6400, "r_hundred": 6300, "seg_id": 800411, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2009-08-27T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34240, "Shape__Length": 395.73645761278203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.216802767176105, 40.089038492155296 ], [ -75.217990754084596, 40.089713401111503 ], [ -75.219653547558295, 40.0906633197636 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1520, "tnode_": 29374, "lpoly_": null, "rpoly_": null, "length": 185.75704216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILLCREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 404, "st_code": 42680, "l_hundred": 400, "r_hundred": 400, "seg_id": 800412, "oneway": "B", "class": 3, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "HILLCREST AVE", "stname": "HILLCREST AVE", "objectid": 34241, "Shape__Length": 74.095423633085716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.214380792882906, 40.087606028618801 ], [ -75.213990197589098, 40.088018360798202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1496, "tnode_": 29375, "lpoly_": null, "rpoly_": null, "length": 196.21621555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 409, "r_f_add": 400, "r_t_add": 406, "st_code": 3168, "l_hundred": 400, "r_hundred": 400, "seg_id": 800413, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MEADOWBROOK LN", "stname": "MEADOWBROOK LN", "objectid": 34242, "Shape__Length": 78.349107465415727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2151351354985, 40.088058607964904 ], [ -75.215063000270206, 40.088231299540801 ], [ -75.214933993522195, 40.088574557684097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28497, "tnode_": 29376, "lpoly_": null, "rpoly_": null, "length": 48.27925911000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 302, "st_code": 17360, "l_hundred": 300, "r_hundred": 300, "seg_id": 800414, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 34243, "Shape__Length": 19.240979775911466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.211929505307594, 40.086014162783599 ], [ -75.212058815388104, 40.086101910874099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29376, "tnode_": 29377, "lpoly_": null, "rpoly_": null, "length": 466.15848396999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETHLEHEM", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 303, "l_t_add": 399, "r_f_add": 304, "r_t_add": 398, "st_code": 17360, "l_hundred": 300, "r_hundred": 300, "seg_id": 800415, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BETHLEHEM PIKE", "stname": "BETHLEHEM PIKE", "objectid": 34244, "Shape__Length": 185.89861417217182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.212058815388104, 40.086101910874099 ], [ -75.212621944643601, 40.086526603533898 ], [ -75.213029132189902, 40.0869831805187 ], [ -75.213106192699499, 40.087087630079701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1849, "tnode_": 29378, "lpoly_": null, "rpoly_": null, "length": 256.86543416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8700, "l_t_add": 8728, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8700, "r_hundred": 0, "seg_id": 800416, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34245, "Shape__Length": 102.33106757325034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204147613885993, 40.0817308751311 ], [ -75.204883444023807, 40.082152447486699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29378, "tnode_": 29379, "lpoly_": null, "rpoly_": null, "length": 188.08921632, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "BIRCH", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 500, "l_t_add": 512, "r_f_add": 501, "r_t_add": 513, "st_code": 3028, "l_hundred": 500, "r_hundred": 500, "seg_id": 800417, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E BIRCH LN", "stname": "E BIRCH LN", "objectid": 34246, "Shape__Length": 75.019830854248397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204883444023807, 40.082152447486699 ], [ -75.204488246057196, 40.0825701071455 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29378, "tnode_": 1749, "lpoly_": null, "rpoly_": null, "length": 503.58584283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8730, "l_t_add": 8798, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8700, "r_hundred": 0, "seg_id": 800418, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34247, "Shape__Length": 200.62235038540169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.204883444023807, 40.082152447486699 ], [ -75.206326069430801, 40.082978927716603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1916, "tnode_": 29380, "lpoly_": null, "rpoly_": null, "length": 198.25117394, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "EVERGREEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 559, "r_f_add": 500, "r_t_add": 560, "st_code": 32520, "l_hundred": 500, "r_hundred": 500, "seg_id": 800419, "oneway": "B", "class": 4, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E EVERGREEN AVE", "stname": "E EVERGREEN AVE", "objectid": 34248, "Shape__Length": 79.05299316845749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202675607664204, 40.080887695369199 ], [ -75.202224661380001, 40.081307441934399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2002, "tnode_": 29381, "lpoly_": null, "rpoly_": null, "length": 200.08653451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GRAVERS", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 518, "st_code": 38220, "l_hundred": 500, "r_hundred": 500, "seg_id": 800420, "oneway": "B", "class": 4, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E GRAVERS LN", "stname": "E GRAVERS LN", "objectid": 34249, "Shape__Length": 79.774352472289721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200454837614103, 40.079615540965001 ], [ -75.200299708716599, 40.079683734583497 ], [ -75.199992978380607, 40.080021663286601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29382, "tnode_": 29383, "lpoly_": null, "rpoly_": null, "length": 173.58081515000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRING", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800421, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRING LN", "stname": "SPRING LN", "objectid": 34250, "Shape__Length": 69.222142572023131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200937408569303, 40.079891986945 ], [ -75.200556295881299, 40.080267944733997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2002, "tnode_": 29382, "lpoly_": null, "rpoly_": null, "length": 168.45426379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8400, "l_t_add": 8412, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8400, "r_hundred": 0, "seg_id": 800422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34251, "Shape__Length": 67.107300882055611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200454837614103, 40.079615540965001 ], [ -75.200937408569303, 40.079891986945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29382, "tnode_": 1916, "lpoly_": null, "rpoly_": null, "length": 606.75290296999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8414, "l_t_add": 8598, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8400, "r_hundred": 0, "seg_id": 800423, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34252, "Shape__Length": 241.71503484790765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200937408569303, 40.079891986945 ], [ -75.202675607664204, 40.080887695369199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29384, "tnode_": 29385, "lpoly_": null, "rpoly_": null, "length": 195.16849428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 530, "st_code": 25820, "l_hundred": 500, "r_hundred": 500, "seg_id": 800424, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 34253, "Shape__Length": 77.771470007011303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197644473702496, 40.078005511350298 ], [ -75.197468184179598, 40.078165108149101 ], [ -75.197337785430804, 40.078259648102502 ], [ -75.197236531353596, 40.0783124719648 ], [ -75.197124735572402, 40.0783523520508 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29602, "tnode_": 2093, "lpoly_": null, "rpoly_": null, "length": 155.44298546000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 94, "l_t_add": 98, "r_f_add": 95, "r_t_add": 99, "st_code": 16720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800426, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-02-24T00:00:00Z", "newsegdate": "2011-02-24T00:00:00Z", "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 34254, "Shape__Length": 61.877919247806318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225484271484603, 40.079254106041603 ], [ -75.225493176989303, 40.079251122048099 ], [ -75.225990050860105, 40.079077680011601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29659, "tnode_": 3410, "lpoly_": null, "rpoly_": null, "length": 169.79201655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 592, "l_t_add": 598, "r_f_add": 593, "r_t_add": 599, "st_code": 68100, "l_hundred": 500, "r_hundred": 500, "seg_id": 800428, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-03-01T00:00:00Z", "newsegdate": "2011-03-01T00:00:00Z", "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34255, "Shape__Length": 67.710122058685158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220544170161801, 40.067222831569097 ], [ -75.220731909713095, 40.067173011485501 ], [ -75.2208317746299, 40.066869051264803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2236, "tnode_": 2220, "lpoly_": null, "rpoly_": null, "length": 64.40954053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8300, "l_t_add": 8326, "r_f_add": 8301, "r_t_add": 8319, "st_code": 12560, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 800433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-07-06T00:00:00Z", "newsegdate": "2011-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34256, "Shape__Length": 25.657346767822091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201534933367896, 40.076752252993103 ], [ -75.201624953849503, 40.076803340155301 ], [ -75.201720058330594, 40.076857313251701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1944, "tnode_": 29738, "lpoly_": null, "rpoly_": null, "length": 442.88287103, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 129, "r_f_add": 100, "r_t_add": 128, "st_code": 22860, "l_hundred": 100, "r_hundred": 100, "seg_id": 800434, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-09-21T00:00:00Z", "newsegdate": "2011-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHESTNUT HILL AVE", "stname": "E CHESTNUT HILL AVE", "objectid": 34257, "Shape__Length": 176.25201658941671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.208046516659095, 40.080566283151299 ], [ -75.206862761682999, 40.080889971188597 ], [ -75.2067219697404, 40.080917729431398 ], [ -75.206603080213, 40.080921180302703 ], [ -75.206541483727804, 40.080916852917298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3148, "tnode_": 27174, "lpoly_": null, "rpoly_": null, "length": 403.76570828999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 36660, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820037, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34258, "Shape__Length": 160.95478926807536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198790326428494, 40.068683570792899 ], [ -75.199597094054695, 40.069375442853499 ], [ -75.199741839663403, 40.069516307564498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29738, "tnode_": 1957, "lpoly_": null, "rpoly_": null, "length": 361.60523301000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 131, "l_t_add": 199, "r_f_add": 130, "r_t_add": 198, "st_code": 22860, "l_hundred": 100, "r_hundred": 100, "seg_id": 800435, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2011-09-21T00:00:00Z", "newsegdate": "2011-09-21T00:00:00Z", "multi_rep": 0, "streetlabe": "E CHESTNUT HILL AVE", "stname": "E CHESTNUT HILL AVE", "objectid": 34259, "Shape__Length": 143.99529149967771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.206541483727804, 40.080916852917298 ], [ -75.206476735712201, 40.080912302584501 ], [ -75.206358756681098, 40.080891446379603 ], [ -75.206209591680704, 40.080857736340199 ], [ -75.206060882716997, 40.080811872710001 ], [ -75.205428522614497, 40.080447584715898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2307, "tnode_": 2220, "lpoly_": null, "rpoly_": null, "length": 417.62966817, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SOUTHAMPTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 73500, "l_hundred": 200, "r_hundred": 200, "seg_id": 800436, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-07-31T00:00:00Z", "newsegdate": "2014-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "E SOUTHAMPTON AVE", "stname": "E SOUTHAMPTON AVE", "objectid": 34260, "Shape__Length": 166.49365608852185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202625440220402, 40.076006488642399 ], [ -75.202666093703598, 40.076065697075897 ], [ -75.202517895487105, 40.076207760637502 ], [ -75.202357565464695, 40.076332627090999 ], [ -75.202008521060094, 40.076562077443803 ], [ -75.201720058330594, 40.076857313251701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2847, "tnode_": 29895, "lpoly_": null, "rpoly_": null, "length": 2888.1582454599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 34610, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800437, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-01T00:00:00Z", "newsegdate": "2015-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 34261, "Shape__Length": 1152.2724294559514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225849771690307, 40.071914342752699 ], [ -75.225850010745802, 40.072003469803903 ], [ -75.225754409383697, 40.072232474832902 ], [ -75.2256353039906, 40.072454882692298 ], [ -75.225510322387706, 40.072622425080702 ], [ -75.225344036301706, 40.072835887301402 ], [ -75.225113457308495, 40.073075917130502 ], [ -75.224942371071293, 40.073205955737599 ], [ -75.224675008551998, 40.073370369693798 ], [ -75.223886468867093, 40.073924721100397 ], [ -75.223657293032502, 40.074126461544502 ], [ -75.223590842721805, 40.0742101447143 ], [ -75.223458358871, 40.074390772836701 ], [ -75.223396235172899, 40.074546443165097 ], [ -75.223398033220406, 40.074710689818701 ], [ -75.223668085307295, 40.075111937840603 ], [ -75.223740170114993, 40.0753020563698 ], [ -75.223789882828697, 40.075455191909498 ], [ -75.223914850175504, 40.075713371541603 ], [ -75.224394855995598, 40.0764294003638 ], [ -75.224808203524205, 40.077022329069599 ], [ -75.224914197584795, 40.077152373792103 ], [ -75.2251404167408, 40.077668208170103 ], [ -75.225272625137904, 40.077944790287702 ], [ -75.225385627206606, 40.078099315293102 ], [ -75.225786386209094, 40.078748016987703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29895, "tnode_": 2093, "lpoly_": null, "rpoly_": null, "length": 132.9284389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORBIDDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 34610, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 800438, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-01T00:00:00Z", "newsegdate": "2015-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "FORBIDDEN DR", "stname": "FORBIDDEN DR", "objectid": 34262, "Shape__Length": 53.04988041630763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225786386209094, 40.078748016987703 ], [ -75.225990050860105, 40.079077680011601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4111, "tnode_": 29895, "lpoly_": null, "rpoly_": null, "length": 9790.2243045100004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8102, "l_t_add": 9100, "r_f_add": 8103, "r_t_add": 9101, "st_code": 1282, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800439, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34263, "Shape__Length": 3902.5484641823264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.226885210259397, 40.0618222090012 ], [ -75.226800452744598, 40.061888905327898 ], [ -75.226117564744101, 40.062148053774997 ], [ -75.225575796404897, 40.062335106287399 ], [ -75.225347289801505, 40.062424018921199 ], [ -75.224850841590097, 40.062589223661398 ], [ -75.224731616766803, 40.062618873498003 ], [ -75.224713830043299, 40.0626231389315 ], [ -75.224646864519499, 40.062639196927698 ], [ -75.224550071993505, 40.062653876726401 ], [ -75.224414751619193, 40.062663997506696 ], [ -75.224279766777599, 40.062666868892599 ], [ -75.224170515867499, 40.062667386589098 ], [ -75.224226719228398, 40.062737528325997 ], [ -75.224296120039, 40.062798423999503 ], [ -75.224403244968798, 40.062871014811599 ], [ -75.224484686507495, 40.062928635913302 ], [ -75.224584796914797, 40.062995060935599 ], [ -75.224630784533005, 40.063035482070902 ], [ -75.224661545530793, 40.063076663247998 ], [ -75.224664390576393, 40.0631533571676 ], [ -75.224655412506706, 40.063190380836801 ], [ -75.224637296880701, 40.063243260305399 ], [ -75.224607872904102, 40.063293700916802 ], [ -75.224567141725998, 40.063367247687403 ], [ -75.224540117983295, 40.063404239632902 ], [ -75.224487076101298, 40.063451241899003 ], [ -75.224409303216504, 40.063499161072698 ], [ -75.224349456103297, 40.063524848434803 ], [ -75.224322881327197, 40.0635498084077 ], [ -75.224303762055598, 40.063578581281099 ], [ -75.224293672945606, 40.063619959339299 ], [ -75.224301860521706, 40.063790843560099 ], [ -75.224323165351294, 40.063853162433603 ], [ -75.224370321932497, 40.063926134361502 ], [ -75.224418456416203, 40.063984780323104 ], [ -75.224464736652706, 40.064069390013898 ], [ -75.224481615235106, 40.064115764873598 ], [ -75.224470717523602, 40.064261258523899 ], [ -75.224390615743303, 40.064556112562897 ], [ -75.224366805632201, 40.064655088758101 ], [ -75.224367478271006, 40.064707541428199 ], [ -75.224392604912794, 40.064761204633101 ], [ -75.224597850361505, 40.065100646861801 ], [ -75.224650605730304, 40.065211057280003 ], [ -75.224687459721395, 40.065278760656099 ], [ -75.224690255892995, 40.065321176055299 ], [ -75.224680037182495, 40.065360616860502 ], [ -75.224663149678804, 40.065391170557398 ], [ -75.224636769809706, 40.065418154926803 ], [ -75.224595778092507, 40.065438094936901 ], [ -75.224503752119702, 40.065465652938897 ], [ -75.224390148141893, 40.0654928879663 ], [ -75.224199547080502, 40.065522067747899 ], [ -75.224075347267004, 40.065550357082202 ], [ -75.2239686962251, 40.065570083382198 ], [ -75.223885541010603, 40.065602522878699 ], [ -75.223829934528794, 40.065638948489799 ], [ -75.2237871521193, 40.065700097291497 ], [ -75.223760185515502, 40.065749688042899 ], [ -75.223751508528807, 40.065791199821398 ], [ -75.223770419694802, 40.065904759792097 ], [ -75.223861122434798, 40.066238704589601 ], [ -75.223885992064893, 40.066333849446799 ], [ -75.223889008633904, 40.066380001637903 ], [ -75.223872470077694, 40.066400255522503 ], [ -75.223845296538897, 40.066409360057399 ], [ -75.223769996515799, 40.066396789999303 ], [ -75.2235567176036, 40.066329309745399 ], [ -75.223305853514901, 40.066271369493897 ], [ -75.223200244819907, 40.0662377656191 ], [ -75.222995014186694, 40.066183277028301 ], [ -75.222747093818398, 40.066122301748898 ], [ -75.222627303973098, 40.066072595504103 ], [ -75.222564798162196, 40.066034381714701 ], [ -75.222452788125807, 40.065950623001598 ], [ -75.222400295545, 40.065876701288801 ], [ -75.222292920870103, 40.065750633628603 ], [ -75.222260521421106, 40.065730517082997 ], [ -75.222229384233898, 40.065718916570802 ], [ -75.222115555834307, 40.065723688938803 ], [ -75.222128457361606, 40.065759976528398 ], [ -75.222147931258604, 40.065814748457903 ], [ -75.222140283936199, 40.065864917024797 ], [ -75.222141947953503, 40.065904975837398 ], [ -75.222156768625695, 40.065973218890598 ], [ -75.222181111470107, 40.066018489709698 ], [ -75.222216469299795, 40.066065491276497 ], [ -75.222277932393297, 40.066110503755901 ], [ -75.222360549681397, 40.066142451284499 ], [ -75.222411449284706, 40.066170442182198 ], [ -75.222426091750506, 40.066201084549498 ], [ -75.222424692013604, 40.066238649582502 ], [ -75.222397337702702, 40.066252601660203 ], [ -75.222350021328793, 40.066251560855797 ], [ -75.222297006032306, 40.066234021787302 ], [ -75.222227071270197, 40.066204589475802 ], [ -75.222100401444095, 40.066172696273703 ], [ -75.222021093220306, 40.066140631245098 ], [ -75.221964619141701, 40.066092810061797 ], [ -75.221909084912497, 40.066058160452997 ], [ -75.221865816308707, 40.066051751171997 ], [ -75.221836209558006, 40.066059968280697 ], [ -75.221803178498305, 40.0660885761489 ], [ -75.221768781980302, 40.066176315117502 ], [ -75.221769903791397, 40.066230915786498 ], [ -75.221783572452495, 40.066274998586401 ], [ -75.221867770626304, 40.066333183995702 ], [ -75.221894331907293, 40.066352628001901 ], [ -75.221905458615694, 40.066392895006501 ], [ -75.221919921429105, 40.066428384447697 ], [ -75.221948578509298, 40.066464186166201 ], [ -75.221970701259806, 40.066505907818701 ], [ -75.221971311117898, 40.0665446090686 ], [ -75.221954228819598, 40.066579404503599 ], [ -75.221936741411596, 40.066628593432199 ], [ -75.221940948764598, 40.0666619219067 ], [ -75.221973164000104, 40.0666939447364 ], [ -75.222027775804307, 40.0667533603851 ], [ -75.222056162126407, 40.066796432552302 ], [ -75.222105998355104, 40.066838838629899 ], [ -75.222163234384098, 40.0668882919718 ], [ -75.222219199053797, 40.066953800979697 ], [ -75.222297018155402, 40.0670258552923 ], [ -75.222367448372395, 40.067084405985298 ], [ -75.222419042016796, 40.067140115924502 ], [ -75.222448734959897, 40.067190494061997 ], [ -75.222472413682596, 40.0672539511949 ], [ -75.222486826597006, 40.067312004874999 ], [ -75.222484568926802, 40.067372594883899 ], [ -75.222482401555695, 40.067430761400203 ], [ -75.222502360787999, 40.067488201857898 ], [ -75.222544446712902, 40.067544915345302 ], [ -75.222618661013499, 40.067629017520602 ], [ -75.222720314108898, 40.0677128140101 ], [ -75.222874968177194, 40.067788073191103 ], [ -75.223078052508001, 40.067910786670097 ], [ -75.223154365581493, 40.067959763394001 ], [ -75.223239033971097, 40.068006923578402 ], [ -75.223351241179301, 40.068045773870999 ], [ -75.223403119686594, 40.068083298511901 ], [ -75.223442742490306, 40.068129569017998 ], [ -75.223498288910804, 40.0681981810894 ], [ -75.223546288821296, 40.068250898551497 ], [ -75.223599946971504, 40.068294552947997 ], [ -75.223718184908606, 40.068355917962101 ], [ -75.223803355158495, 40.0683896260824 ], [ -75.223872302327706, 40.068413881967601 ], [ -75.223919888674402, 40.068439487355299 ], [ -75.223945237806603, 40.068472088461 ], [ -75.224042278247296, 40.068623268606203 ], [ -75.2242024256429, 40.068823642529203 ], [ -75.224324932047196, 40.068971601573097 ], [ -75.224559654165205, 40.069236756576302 ], [ -75.224761755856306, 40.069438350784303 ], [ -75.224962181707895, 40.069602110178401 ], [ -75.225011393299297, 40.069652861503798 ], [ -75.225058180326698, 40.069718152034397 ], [ -75.225143565247706, 40.0698730907786 ], [ -75.2252191964742, 40.069954409365003 ], [ -75.225361665980202, 40.070078581676398 ], [ -75.225589456984295, 40.070268167118599 ], [ -75.2257118206754, 40.070339943279102 ], [ -75.2258034667028, 40.070383642651798 ], [ -75.225919706441303, 40.070429142629798 ], [ -75.226122206448693, 40.070493596443299 ], [ -75.226168664071295, 40.070528480619203 ], [ -75.226246977388101, 40.070555669822198 ], [ -75.226438652514304, 40.070590804858597 ], [ -75.2266459568702, 40.070617529607098 ], [ -75.226993707058995, 40.070660297450303 ], [ -75.227091387233003, 40.070676085725999 ], [ -75.227309631203298, 40.070729085442899 ], [ -75.2275227701967, 40.070823813912099 ], [ -75.227570918234804, 40.070858867951998 ], [ -75.227615449802101, 40.070910439788797 ], [ -75.227619589691898, 40.070957868846797 ], [ -75.227600323942298, 40.070998793456397 ], [ -75.227553139314907, 40.071057790946597 ], [ -75.227497692541306, 40.071107579107597 ], [ -75.227422402344203, 40.071166801140599 ], [ -75.227326613754698, 40.071227460729901 ], [ -75.227229815483597, 40.071275028267102 ], [ -75.2270736484124, 40.071375810563602 ], [ -75.226960722164307, 40.071451555566803 ], [ -75.226890958704203, 40.071512786190198 ], [ -75.226810277563203, 40.071581053485801 ], [ -75.226742779395295, 40.071650486852803 ], [ -75.2266975986321, 40.071744486564299 ], [ -75.226683400100001, 40.0718223143693 ], [ -75.226677354496303, 40.0718962378876 ], [ -75.226654362864394, 40.072135205421503 ], [ -75.226652065718397, 40.072196952326898 ], [ -75.226593217373406, 40.072427402897503 ], [ -75.226482124380595, 40.072710779351702 ], [ -75.226404904614697, 40.0728944775149 ], [ -75.226339166535794, 40.073039803978197 ], [ -75.226265945639298, 40.073205084368297 ], [ -75.226200627670593, 40.073305946943997 ], [ -75.226145701460993, 40.073380088986397 ], [ -75.226075016609798, 40.0734371372426 ], [ -75.225877572524197, 40.073554949394001 ], [ -75.225761499018404, 40.073675009846397 ], [ -75.225670842930697, 40.0737567010653 ], [ -75.225561900407598, 40.073820708568398 ], [ -75.2253376272797, 40.073929480971699 ], [ -75.225121599911404, 40.074039344118098 ], [ -75.225012656866099, 40.074081065925903 ], [ -75.224939009857707, 40.074105169365403 ], [ -75.224785069310698, 40.074183397141503 ], [ -75.224697185385594, 40.074222397279499 ], [ -75.224634481938807, 40.074252856047799 ], [ -75.224558472492404, 40.074312805642499 ], [ -75.224495586802902, 40.0743860773729 ], [ -75.2244111644886, 40.074540640089197 ], [ -75.224363397392494, 40.074601184995103 ], [ -75.224418485963696, 40.074679802748001 ], [ -75.224510152470899, 40.074761861499098 ], [ -75.224558315968295, 40.074835686877599 ], [ -75.224593488379895, 40.074895394700697 ], [ -75.224704076387596, 40.075054918474301 ], [ -75.224750245726199, 40.075150531026303 ], [ -75.224791819277399, 40.075210567740797 ], [ -75.224885954461499, 40.075289952197998 ], [ -75.224977044048998, 40.075374817077098 ], [ -75.225128485398599, 40.075530609578003 ], [ -75.225315262991501, 40.075729341939798 ], [ -75.225414137707304, 40.075846948391501 ], [ -75.225474199445898, 40.075925964048501 ], [ -75.225746709081704, 40.076205259926901 ], [ -75.225856815572897, 40.0763424290584 ], [ -75.226014423560699, 40.076503696818797 ], [ -75.226144084169505, 40.076594366844901 ], [ -75.226352947502505, 40.076702046867197 ], [ -75.226486400266893, 40.076751468490599 ], [ -75.226618620346997, 40.076775424244403 ], [ -75.226701452422006, 40.076787907959996 ], [ -75.226737428389598, 40.076796082369199 ], [ -75.2267975733443, 40.076826171567603 ], [ -75.226817985726598, 40.076843639476998 ], [ -75.226859372842696, 40.076902584683701 ], [ -75.226856415394394, 40.076954684560299 ], [ -75.226833119950996, 40.077031641424199 ], [ -75.226817026910098, 40.077108223021497 ], [ -75.2268021888151, 40.077168568339999 ], [ -75.226800078253603, 40.077222051813301 ], [ -75.226814096397106, 40.077260229221402 ], [ -75.226830813970906, 40.077308698471398 ], [ -75.226821915676794, 40.077365091796104 ], [ -75.226787176696007, 40.0774686154801 ], [ -75.226780944365103, 40.077558486972997 ], [ -75.226715456346, 40.077677604784597 ], [ -75.226667185627306, 40.077717510441403 ], [ -75.2265857847935, 40.077768160115497 ], [ -75.226490260225901, 40.077799986008998 ], [ -75.226405864586795, 40.077807961829699 ], [ -75.226356752972407, 40.077827149476903 ], [ -75.226279229464794, 40.077879654532801 ], [ -75.226213615688593, 40.077897004823797 ], [ -75.2261300584195, 40.077910151636601 ], [ -75.226018528502806, 40.077927253919199 ], [ -75.225956717430904, 40.077927292998503 ], [ -75.225912313749205, 40.0779138886043 ], [ -75.2258686143782, 40.077915721945502 ], [ -75.225822112984403, 40.077944027086701 ], [ -75.225814504612302, 40.077990223306898 ], [ -75.225807941012903, 40.078058044692597 ], [ -75.225808907562893, 40.078155387631497 ], [ -75.2258399894164, 40.078249351029299 ], [ -75.225904363762993, 40.078322892969098 ], [ -75.225985089805704, 40.078400775465198 ], [ -75.226000969812702, 40.078462571058601 ], [ -75.225982440291205, 40.078520817896703 ], [ -75.2259495876595, 40.078573164016099 ], [ -75.225865923842093, 40.078671874760403 ], [ -75.225786386209094, 40.078748016987703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29900, "tnode_": 29899, "lpoly_": null, "rpoly_": null, "length": 3962.50237247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4880, "l_t_add": 5338, "r_f_add": 4881, "r_t_add": 5339, "st_code": 1282, "l_hundred": 5300, "r_hundred": 5300, "seg_id": 800443, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34264, "Shape__Length": 1578.5428113772593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196815047006993, 40.024783386671999 ], [ -75.196518120707395, 40.0249841581713 ], [ -75.196434505662197, 40.025051205055 ], [ -75.196366524560801, 40.025088412270797 ], [ -75.196307998305898, 40.025123860101502 ], [ -75.196231018739496, 40.0251733361427 ], [ -75.196187109983597, 40.025216863922502 ], [ -75.196088378419802, 40.025377872651397 ], [ -75.195946314771902, 40.025574380358499 ], [ -75.195942280275602, 40.025612453586199 ], [ -75.195991291453197, 40.025682505593501 ], [ -75.196031431845498, 40.025747483158497 ], [ -75.196083442959207, 40.025931142842197 ], [ -75.196151675974903, 40.026061414711499 ], [ -75.1962639695424, 40.026213392135098 ], [ -75.196380666128206, 40.026334642175101 ], [ -75.196443309551796, 40.026387131975298 ], [ -75.196521367482006, 40.026447060791597 ], [ -75.1966048628219, 40.026485110621401 ], [ -75.196670236271501, 40.026509246913498 ], [ -75.196779564676504, 40.026543568674697 ], [ -75.196926872444195, 40.026591213577603 ], [ -75.197131570806206, 40.026647530410898 ], [ -75.197297684587895, 40.0267066860388 ], [ -75.197435912541394, 40.0267870160013 ], [ -75.197572445405697, 40.026864496982498 ], [ -75.197719359793595, 40.026974964522097 ], [ -75.197870424607402, 40.027078080001601 ], [ -75.197969239433903, 40.0271800341824 ], [ -75.198063144689598, 40.027258056628398 ], [ -75.198159489304302, 40.027322732563597 ], [ -75.198254770254906, 40.027415673600999 ], [ -75.198305655515995, 40.027504651216901 ], [ -75.198352189073901, 40.027554819583798 ], [ -75.198397604101004, 40.027634742158803 ], [ -75.198389113464302, 40.027706022043397 ], [ -75.198407883937193, 40.027773440441301 ], [ -75.198456610216397, 40.027868325645898 ], [ -75.198471566394204, 40.027934170827699 ], [ -75.198492886761798, 40.027985268312499 ], [ -75.198541748029697, 40.0280250654938 ], [ -75.198591726672007, 40.028035109300099 ], [ -75.198679202133803, 40.028026630739802 ], [ -75.198729124893106, 40.028038161702597 ], [ -75.198836041186595, 40.028079249340401 ], [ -75.198888347103406, 40.028078921903003 ], [ -75.198954311544398, 40.028075920925197 ], [ -75.199054382040501, 40.028093032849803 ], [ -75.199187965967099, 40.028094511518198 ], [ -75.199298998877893, 40.028077621368901 ], [ -75.199405824797594, 40.028069571130203 ], [ -75.199545326567403, 40.028068202997702 ], [ -75.199666349179694, 40.028094713138898 ], [ -75.199759350012002, 40.028093800549698 ], [ -75.199826131059496, 40.028120595370197 ], [ -75.199888930036806, 40.028150279545201 ], [ -75.199931986156301, 40.028189947210699 ], [ -75.199951093663898, 40.028248439352701 ], [ -75.199904997305097, 40.028341218367501 ], [ -75.200246862364693, 40.028290914931198 ], [ -75.200448071016794, 40.028253475391601 ], [ -75.2005054713335, 40.028240431826497 ], [ -75.200569984455299, 40.028233853153701 ], [ -75.200572546950099, 40.028233591984403 ], [ -75.2007022297623, 40.028231941398303 ], [ -75.200770343170902, 40.028242123705098 ], [ -75.200829532803894, 40.028277705392497 ], [ -75.200867916011106, 40.028326283505898 ], [ -75.200882943440106, 40.028399501907501 ], [ -75.200894379912995, 40.028568300103998 ], [ -75.200879973962799, 40.028636308821198 ], [ -75.200855094914999, 40.0286676440004 ], [ -75.200794692851304, 40.028698189777501 ], [ -75.200686686257697, 40.028744891580402 ], [ -75.200619065949098, 40.028754393586198 ], [ -75.200520292952206, 40.028746761581097 ], [ -75.200401852257897, 40.0286940382395 ], [ -75.200340461855404, 40.028675728363901 ], [ -75.200257229676396, 40.028676846608199 ], [ -75.200167422445901, 40.028692281716303 ], [ -75.200034972617402, 40.02873143131 ], [ -75.199917710851295, 40.028787837942403 ], [ -75.199880046486101, 40.028829502849 ], [ -75.199844512226406, 40.0289294838365 ], [ -75.199847777026605, 40.0289823695487 ], [ -75.199871077058205, 40.0293134290377 ], [ -75.199893311275702, 40.029404128498399 ], [ -75.199913275880903, 40.029438195446197 ], [ -75.199959220338897, 40.029485922718202 ], [ -75.200020927287099, 40.029578397793301 ], [ -75.200025822204793, 40.029605838413502 ], [ -75.200039791809502, 40.0296924710116 ], [ -75.199995369725499, 40.029822895129598 ], [ -75.199984189798997, 40.029970498841898 ], [ -75.199952149019794, 40.030086045682502 ], [ -75.199872650445599, 40.030212841951901 ], [ -75.199857161037301, 40.030276303471702 ], [ -75.199823408358398, 40.030405365163602 ], [ -75.1998410185018, 40.030451504638499 ], [ -75.199888647891598, 40.0305145782837 ], [ -75.199930970384102, 40.030559617622302 ], [ -75.199965374974198, 40.030583398562101 ], [ -75.200013563540594, 40.030598341256301 ], [ -75.200176810990897, 40.030634123448003 ], [ -75.200240400209395, 40.030676532666902 ], [ -75.200359094158202, 40.030829492017602 ], [ -75.200385620674496, 40.030912074897103 ], [ -75.200372752567404, 40.0309391211593 ], [ -75.200220628456194, 40.031045069854102 ], [ -75.200152592862096, 40.031120998792503 ], [ -75.200121727455894, 40.031311634356101 ], [ -75.2001286094211, 40.031443889541599 ], [ -75.200308918208705, 40.031679417966501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29897, "tnode_": 29896, "lpoly_": null, "rpoly_": null, "length": 3295.432898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7702, "l_t_add": 8100, "r_f_add": 7703, "r_t_add": 8101, "st_code": 1282, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 800440, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-01T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34265, "Shape__Length": 1312.8699239372447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.229822542357297, 40.054423827006602 ], [ -75.229982414880197, 40.054370574824198 ], [ -75.230028242818605, 40.054373207213402 ], [ -75.230052782242495, 40.054390327339803 ], [ -75.230099165418395, 40.054448690213697 ], [ -75.230147524102904, 40.054502259862801 ], [ -75.230188927501601, 40.054549459188003 ], [ -75.230203867278803, 40.054582950617899 ], [ -75.230218808239201, 40.054640623832903 ], [ -75.230223379095605, 40.054711197081097 ], [ -75.230215783908704, 40.0547704483131 ], [ -75.230199872073896, 40.054811554036903 ], [ -75.230180648017196, 40.054844987234702 ], [ -75.230171486423401, 40.054873804592397 ], [ -75.230167997923701, 40.0549053511468 ], [ -75.230141375883804, 40.054936500242697 ], [ -75.230123178523598, 40.0549665015415 ], [ -75.230109807255104, 40.055011808447297 ], [ -75.230069409150303, 40.055082776613297 ], [ -75.230028266286297, 40.055125402099399 ], [ -75.229956424221996, 40.055171498780901 ], [ -75.229897350887796, 40.055188512122797 ], [ -75.229868218011703, 40.0551982372235 ], [ -75.229832630878704, 40.055212310391298 ], [ -75.229780294861598, 40.055241562792098 ], [ -75.229704448081904, 40.055274444901201 ], [ -75.229662379718306, 40.055293558357299 ], [ -75.229607836323794, 40.055309634783903 ], [ -75.229453818588993, 40.055326637327902 ], [ -75.229382051109994, 40.055322299479798 ], [ -75.229324478837, 40.055323108659302 ], [ -75.229289378407699, 40.055321647497799 ], [ -75.229244074710806, 40.055331017653899 ], [ -75.229220949530102, 40.0553484733855 ], [ -75.229208461755206, 40.055372382064697 ], [ -75.229194409228796, 40.055385200317701 ], [ -75.229177237347699, 40.055387587799402 ], [ -75.229133768871606, 40.055374197634002 ], [ -75.229099605880606, 40.055374139108103 ], [ -75.229073912029094, 40.055388084040402 ], [ -75.229060552814602, 40.055406445086497 ], [ -75.229040070742599, 40.055425341803499 ], [ -75.228937721214393, 40.055479405391203 ], [ -75.228846435060404, 40.055530947415697 ], [ -75.228761540535999, 40.055575029749598 ], [ -75.228656482708701, 40.055619706576103 ], [ -75.228549782176799, 40.055636019111198 ], [ -75.228419570336399, 40.055668052346597 ], [ -75.228390437042606, 40.055677777072397 ], [ -75.228269131781502, 40.055699987468401 ], [ -75.228174623016699, 40.055751113163197 ], [ -75.228054343657107, 40.055794073221001 ], [ -75.227950697236295, 40.055849143633502 ], [ -75.227875994241103, 40.055885088729703 ], [ -75.227828586022397, 40.055902703088201 ], [ -75.227787106162296, 40.0559301197436 ], [ -75.227729338986194, 40.0559833680176 ], [ -75.227713546986095, 40.055998148117403 ], [ -75.227697094805805, 40.056015988814501 ], [ -75.2276867019213, 40.0560364835153 ], [ -75.227684234311496, 40.056061068826502 ], [ -75.227688443961895, 40.0560929429084 ], [ -75.227693911764206, 40.056139354219297 ], [ -75.227717551766901, 40.056180636875098 ], [ -75.227735263429594, 40.056212116306902 ], [ -75.227735443628603, 40.056255648185697 ], [ -75.227691524698699, 40.0563002842229 ], [ -75.227665485214203, 40.056319156010197 ], [ -75.227650199837498, 40.056335444677501 ], [ -75.227632449384501, 40.056355435468497 ], [ -75.227604750509897, 40.056373336481599 ], [ -75.227587237181396, 40.0563872012074 ], [ -75.227585196824194, 40.056400514550397 ], [ -75.227598497588005, 40.056406447685497 ], [ -75.227629808846203, 40.056410720156798 ], [ -75.227650365598194, 40.056414116810203 ], [ -75.227687167504797, 40.056411362221397 ], [ -75.227730743992595, 40.056399970752302 ], [ -75.227756041860999, 40.056398082624497 ], [ -75.227777397791399, 40.056404078147402 ], [ -75.2278058304002, 40.056418037032003 ], [ -75.227856448646406, 40.056435039054001 ], [ -75.2279106075583, 40.056453500901497 ], [ -75.227964819009202, 40.056470581751398 ], [ -75.227970440644199, 40.056488669170299 ], [ -75.227964434405607, 40.056505119219104 ], [ -75.227914381371093, 40.056521293439801 ], [ -75.227840806815607, 40.056541372468601 ], [ -75.227715777178105, 40.056566954969902 ], [ -75.227635307599201, 40.056579006911598 ], [ -75.227557841750595, 40.056582833796099 ], [ -75.227525653826902, 40.056577981641396 ], [ -75.227497264421899, 40.056567685276299 ], [ -75.227460481380604, 40.056551356264599 ], [ -75.227402189667302, 40.056537270592798 ], [ -75.227346540675001, 40.056534666620799 ], [ -75.227287017301805, 40.056539578338302 ], [ -75.227225123231193, 40.056552590165502 ], [ -75.2271870572648, 40.056560736332301 ], [ -75.227168319027896, 40.056581051347798 ], [ -75.227141752627801, 40.056618468327997 ], [ -75.2270912908931, 40.056675924885099 ], [ -75.227057406285994, 40.056710579978301 ], [ -75.2270021998375, 40.0567725607171 ], [ -75.226968054465999, 40.056792218416497 ], [ -75.226935301667098, 40.056802553466099 ], [ -75.226898878649294, 40.056814881094901 ], [ -75.226837195784398, 40.056853668497403 ], [ -75.226709443507303, 40.056952426553401 ], [ -75.2266702218147, 40.056991637783703 ], [ -75.226637288987106, 40.057030988022298 ], [ -75.226591752452805, 40.057094933386701 ], [ -75.226556123795305, 40.0571342234946 ], [ -75.226545496995698, 40.057154026407098 ], [ -75.226538925442895, 40.057185663747902 ], [ -75.226539092051993, 40.057229540425404 ], [ -75.226543351117201, 40.057308397992102 ], [ -75.226574126634603, 40.057423765090803 ], [ -75.226596854584798, 40.057537919288102 ], [ -75.226627469937497, 40.057657566175898 ], [ -75.226666536285293, 40.057743406843301 ], [ -75.226711109883496, 40.0578342662482 ], [ -75.226826763560197, 40.057994458502399 ], [ -75.226869097939996, 40.058032133430103 ], [ -75.226905237767298, 40.0580758954762 ], [ -75.227137598563104, 40.058357261577498 ], [ -75.227179135098794, 40.058393132191298 ], [ -75.227222021432098, 40.058416259934603 ], [ -75.227314181471002, 40.058452696926601 ], [ -75.227652750246406, 40.058620680031403 ], [ -75.227734176179794, 40.058666166669902 ], [ -75.227810608744704, 40.058714165526901 ], [ -75.227911291523, 40.058782932068802 ], [ -75.227987597468697, 40.058824944522698 ], [ -75.228050814822794, 40.058865997492902 ], [ -75.228127667155803, 40.058930946728701 ], [ -75.228178296591693, 40.058957604759499 ], [ -75.228235494775106, 40.058972305691299 ], [ -75.228281752955297, 40.058975338282899 ], [ -75.228348166860499, 40.058977468032602 ], [ -75.228420826152103, 40.058999903551801 ], [ -75.228488814652906, 40.059030304017199 ], [ -75.228552681827594, 40.059077421133203 ], [ -75.228727734831097, 40.059181500820102 ], [ -75.228832191039999, 40.059242954866498 ], [ -75.228909446995104, 40.059282970204698 ], [ -75.228976487078, 40.059315366884398 ], [ -75.229045861869906, 40.059332015827898 ], [ -75.229120369660194, 40.059351801983098 ], [ -75.229174371054199, 40.059381895147098 ], [ -75.229224849766496, 40.059417804397697 ], [ -75.229290019416894, 40.059471830545903 ], [ -75.229500133204695, 40.059621317903698 ], [ -75.229597372862699, 40.059688663084799 ], [ -75.229702859106695, 40.059772679948601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29898, "tnode_": 29897, "lpoly_": null, "rpoly_": null, "length": 6786.8726109700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7552, "l_t_add": 7700, "r_f_add": 7553, "r_t_add": 7701, "st_code": 1282, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 800441, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34266, "Shape__Length": 2703.0240326869703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.217801908534696, 40.0508789526288 ], [ -75.217799023673905, 40.050897443277101 ], [ -75.217785626734596, 40.0509182322225 ], [ -75.217670094064403, 40.051019421948503 ], [ -75.217453509434407, 40.051152197498702 ], [ -75.217301271990706, 40.051270002117398 ], [ -75.217223258356597, 40.051337888770597 ], [ -75.217192138668494, 40.051373473238002 ], [ -75.217175229933702, 40.051408334857697 ], [ -75.2171691403463, 40.051446870506801 ], [ -75.217180953950006, 40.051490173404098 ], [ -75.217205940960696, 40.0515309952603 ], [ -75.2172994262571, 40.051625139071703 ], [ -75.217520607880004, 40.051772785172901 ], [ -75.217677951094799, 40.051879038346897 ], [ -75.217802778058797, 40.051976695382599 ], [ -75.217964043313998, 40.052087050333597 ], [ -75.2182199248128, 40.0522637015399 ], [ -75.218357650913603, 40.0523491453731 ], [ -75.218611228587605, 40.052477424431402 ], [ -75.218751484249097, 40.052546252363001 ], [ -75.218803770069798, 40.052580615092303 ], [ -75.218898180042899, 40.052651861036601 ], [ -75.218987578111495, 40.0527218468117 ], [ -75.219034760746197, 40.052757837729402 ], [ -75.219085537264604, 40.052770028682602 ], [ -75.219146325643393, 40.052771367818103 ], [ -75.219222245258095, 40.052753355265899 ], [ -75.219350028040196, 40.052713936746599 ], [ -75.219597524500898, 40.052628746136499 ], [ -75.219774823329502, 40.0525539102726 ], [ -75.219955127519995, 40.052477323919398 ], [ -75.220169505597596, 40.0523899620718 ], [ -75.220311708810101, 40.052317444799698 ], [ -75.220378471187601, 40.0522655866612 ], [ -75.220439376141996, 40.052227811833198 ], [ -75.220538130375999, 40.052194483313698 ], [ -75.220760509328301, 40.052148649581397 ], [ -75.220816625506203, 40.052136985421498 ], [ -75.220880584118802, 40.052136832017098 ], [ -75.221056074227505, 40.052171971455799 ], [ -75.221133668048907, 40.052195290777803 ], [ -75.221228414288902, 40.052224723335001 ], [ -75.221533017517302, 40.0523191260761 ], [ -75.221877366008499, 40.052418786859498 ], [ -75.222046442664293, 40.052498772152298 ], [ -75.222170039173804, 40.052578387196903 ], [ -75.222326758026497, 40.052673692785099 ], [ -75.222391089068395, 40.052704687839601 ], [ -75.222700389963506, 40.052840618534802 ], [ -75.222775111879002, 40.052868331668002 ], [ -75.222837771829404, 40.052903186509702 ], [ -75.222895391743805, 40.052956417080502 ], [ -75.2229105445399, 40.0529967068396 ], [ -75.222913421346604, 40.053058727981899 ], [ -75.222910847547695, 40.053105133007499 ], [ -75.222881644581307, 40.053155577997799 ], [ -75.2228382440817, 40.053208862363299 ], [ -75.222757788906605, 40.053290200406998 ], [ -75.222646553548302, 40.053421945935597 ], [ -75.222567217312204, 40.053499577447496 ], [ -75.222406800547802, 40.053660827801998 ], [ -75.222320081563197, 40.053765250017499 ], [ -75.222238529673305, 40.053843670497102 ], [ -75.222164930271106, 40.053929647756199 ], [ -75.222117709793295, 40.053993478670598 ], [ -75.222096677830805, 40.054022246009197 ], [ -75.222064389403599, 40.054050215156401 ], [ -75.221982414620598, 40.0540838953237 ], [ -75.221924531370803, 40.054099963108598 ], [ -75.221835723073696, 40.054130691609302 ], [ -75.221765461154504, 40.054164495122798 ], [ -75.221695733100503, 40.054195643395502 ], [ -75.221626748918098, 40.0542067977795 ], [ -75.221555237302397, 40.0542158953876 ], [ -75.221489598885199, 40.054230458809897 ], [ -75.221427254279405, 40.054249762748597 ], [ -75.221348306824495, 40.054295381527702 ], [ -75.221292601722297, 40.054322835976002 ], [ -75.221246116936001, 40.0543358197204 ], [ -75.221169115609499, 40.054352466440697 ], [ -75.221083009106493, 40.054380585993997 ], [ -75.220932722069307, 40.054430636597303 ], [ -75.220870620175504, 40.054454585714097 ], [ -75.220850675276694, 40.054489526067698 ], [ -75.220792665446396, 40.054578825277503 ], [ -75.220781530459902, 40.054667956262499 ], [ -75.2207967393731, 40.054725651192499 ], [ -75.220797403437899, 40.0547776911299 ], [ -75.220851117809403, 40.054826896687402 ], [ -75.220883566837898, 40.054887773217999 ], [ -75.220881277214104, 40.054995773871497 ], [ -75.220915486012402, 40.055102577760103 ], [ -75.220918521026505, 40.055184149576 ], [ -75.220911452398994, 40.0552573629855 ], [ -75.220911813274299, 40.055364088508 ], [ -75.220914512696595, 40.055501212857401 ], [ -75.220916340511096, 40.055568618766202 ], [ -75.220900400219605, 40.055646972582203 ], [ -75.220873172634498, 40.055725410394999 ], [ -75.220873389573399, 40.055789446257599 ], [ -75.220885820306293, 40.055875093777701 ], [ -75.220887078141502, 40.055934482690198 ], [ -75.220885960142297, 40.055964472960902 ], [ -75.220884519189397, 40.056003126407397 ], [ -75.220899854131005, 40.0560341446918 ], [ -75.220926786963901, 40.056056747989501 ], [ -75.220978070333302, 40.056076836518798 ], [ -75.221049366627994, 40.056089077279502 ], [ -75.221140818265098, 40.056088422385997 ], [ -75.221172702342201, 40.056071337612899 ], [ -75.221222689937505, 40.056065323589003 ], [ -75.221304197248003, 40.056051998828103 ], [ -75.221423669272795, 40.056013720350101 ], [ -75.221517897085803, 40.056000675396099 ], [ -75.221612256116302, 40.0559840770226 ], [ -75.221701759265002, 40.055973595793802 ], [ -75.221801406907304, 40.055939327089703 ], [ -75.221836428563407, 40.055931204008303 ], [ -75.221904587001006, 40.055934483263698 ], [ -75.221944233885907, 40.055926461923903 ], [ -75.222013716766895, 40.055894197144298 ], [ -75.2220710724649, 40.055876783300697 ], [ -75.222134936729603, 40.055871074208397 ], [ -75.222181654976694, 40.055859652143297 ], [ -75.222230850222005, 40.0558438372422 ], [ -75.222284406973699, 40.055835233440199 ], [ -75.222348437254595, 40.0558064047313 ], [ -75.222397997741297, 40.055780815686397 ], [ -75.222431201979802, 40.055759314105103 ], [ -75.222473228694597, 40.055749566376399 ], [ -75.222515287295096, 40.055738930952401 ], [ -75.222553151013699, 40.055716641656801 ], [ -75.222607236110306, 40.055693819907397 ], [ -75.222635385869197, 40.055683767754203 ], [ -75.222675098722604, 40.055673969053203 ], [ -75.222722939949804, 40.055663460758304 ], [ -75.222775272853497, 40.055656607474901 ], [ -75.222828696994, 40.055651557637098 ], [ -75.222877527826796, 40.055645517458998 ], [ -75.222936040570701, 40.055628128643001 ], [ -75.222971194283602, 40.055616451897698 ], [ -75.223004860716003, 40.055613635254701 ], [ -75.223068592306404, 40.055611478961602 ], [ -75.223105330477196, 40.055619402140103 ], [ -75.223188487583698, 40.0556238988978 ], [ -75.223232626953305, 40.055619533954903 ], [ -75.223299034917702, 40.0556263301198 ], [ -75.223366696780303, 40.055642935927402 ], [ -75.223435250224199, 40.0556666764613 ], [ -75.223475852623807, 40.055695137991997 ], [ -75.223513943903399, 40.055728879981601 ], [ -75.223583424004303, 40.055727739995 ], [ -75.223654292025799, 40.055720405509199 ], [ -75.2237534750994, 40.055698574878498 ], [ -75.223794674967095, 40.055679915668001 ], [ -75.223831497434801, 40.055670053919002 ], [ -75.223868698949801, 40.055665536186098 ], [ -75.223898829107, 40.0556644200934 ], [ -75.223937254294796, 40.055658149777798 ], [ -75.223966790563196, 40.055641902811999 ], [ -75.224008850067904, 40.055631265966902 ], [ -75.224070367071405, 40.055626393483102 ], [ -75.224114309067005, 40.055627359556503 ], [ -75.224140672550703, 40.055634164130097 ], [ -75.2241799562442, 40.055635917048697 ], [ -75.224223731641004, 40.055641326729301 ], [ -75.224289445004402, 40.055648107049102 ], [ -75.224367548447802, 40.055632926746398 ], [ -75.224425069880795, 40.055611068978699 ], [ -75.224461402920895, 40.055583232233197 ], [ -75.224544496482807, 40.055558379402697 ], [ -75.224611761834595, 40.055554522269503 ], [ -75.224693929197798, 40.055554549771998 ], [ -75.224774278907702, 40.055541197134097 ], [ -75.224845808081596, 40.055516089911698 ], [ -75.224898836328407, 40.055490576030003 ], [ -75.224920575836705, 40.055466153027801 ], [ -75.224972083937999, 40.055450387805301 ], [ -75.225029372328905, 40.055434750495401 ], [ -75.225103248143, 40.055408805407602 ], [ -75.225185986220595, 40.055377896833399 ], [ -75.225256061167698, 40.055360760941703 ], [ -75.225333735348798, 40.055357132125998 ], [ -75.225393402345404, 40.055339767442 ], [ -75.225435032362398, 40.055278430681597 ], [ -75.225457731670005, 40.055228238599902 ], [ -75.225485089205606, 40.055177259588902 ], [ -75.225530650850303, 40.0551035583416 ], [ -75.225568744661004, 40.055075048164497 ], [ -75.2256075318368, 40.055059004056098 ], [ -75.225654943294401, 40.055028919115898 ], [ -75.225674073079304, 40.054981317313597 ], [ -75.225699712026497, 40.054945418286202 ], [ -75.225722680936599, 40.054887940331596 ], [ -75.2257552906472, 40.054851305167404 ], [ -75.225815025188595, 40.054801037435098 ], [ -75.225894581131001, 40.0547778844996 ], [ -75.225939711532703, 40.0547468609535 ], [ -75.225972651627799, 40.054701340172898 ], [ -75.226020359433505, 40.054694384726602 ], [ -75.226068660402305, 40.054702560079697 ], [ -75.226103977697605, 40.054717565342202 ], [ -75.226152675913895, 40.054733752920903 ], [ -75.226178015676396, 40.054768104074398 ], [ -75.226199389602201, 40.054815707327997 ], [ -75.226257238470296, 40.054878340318602 ], [ -75.226271773872796, 40.0549231254926 ], [ -75.226288754713195, 40.054995532110802 ], [ -75.226295393809096, 40.055065933894902 ], [ -75.2263067584786, 40.055133770734599 ], [ -75.226346766789007, 40.055178226151703 ], [ -75.226381142970496, 40.055212330653397 ], [ -75.226402517178698, 40.0552599338682 ], [ -75.226455576148894, 40.055326907941499 ], [ -75.226516762884998, 40.055362045472499 ], [ -75.226586770893803, 40.055377812523702 ], [ -75.226640358635805, 40.055368317209997 ], [ -75.226724640486907, 40.055342599643303 ], [ -75.226820715449406, 40.055310916041698 ], [ -75.226898654161602, 40.055269051979899 ], [ -75.226965655052496, 40.055241175271 ], [ -75.227048747278502, 40.055216320629398 ], [ -75.227105605442404, 40.055212233509003 ], [ -75.2271570796308, 40.055184905920399 ], [ -75.227203399066795, 40.055153018713703 ], [ -75.227263529140799, 40.055123213303197 ], [ -75.227317844628601, 40.055094169471197 ], [ -75.227356102911799, 40.055061215022299 ], [ -75.227369912507598, 40.055032171055203 ], [ -75.2274092939561, 40.055000131433097 ], [ -75.227453234478602, 40.054969970460597 ], [ -75.227481944887501, 40.054944810769697 ], [ -75.227509796281197, 40.054942754425099 ], [ -75.227542206785103, 40.054942576733197 ], [ -75.2275636820481, 40.054925261703303 ], [ -75.227580497909898, 40.054908733653299 ], [ -75.227598339053898, 40.054895786137102 ], [ -75.227624107909406, 40.054887459074799 ], [ -75.227754981329696, 40.054806914647102 ], [ -75.227792447481605, 40.054764160577598 ], [ -75.2278130954886, 40.054737934530898 ], [ -75.227883003811101, 40.054694114072703 ], [ -75.227967712582995, 40.054656844339597 ], [ -75.228014131740494, 40.054653416907001 ], [ -75.228037125451607, 40.054657478772299 ], [ -75.228062763216101, 40.054652705861599 ], [ -75.228086055364798, 40.054648770738297 ], [ -75.228099996920704, 40.054647298202703 ], [ -75.228127187346402, 40.054631887085598 ], [ -75.228156591256806, 40.054619192392003 ], [ -75.228195978686301, 40.054586975148602 ], [ -75.228234566831802, 40.054576260589499 ], [ -75.228280951722496, 40.054573721579501 ], [ -75.228324265223904, 40.054560443765702 ], [ -75.228370484608703, 40.0545312217561 ], [ -75.228385846288205, 40.054491539470497 ], [ -75.228397476022494, 40.054458890423099 ], [ -75.228429390531602, 40.054440915079198 ], [ -75.228469332989903, 40.054424894481997 ], [ -75.228522754565404, 40.054419841971303 ], [ -75.228572509106797, 40.054401368841603 ], [ -75.228611164269907, 40.0543888779696 ], [ -75.228648595458395, 40.0543470121506 ], [ -75.228708524366994, 40.054291411549798 ], [ -75.228749094058998, 40.054258508286303 ], [ -75.228795380266305, 40.054227509018403 ], [ -75.228862876394501, 40.054217428628 ], [ -75.228896442832806, 40.054217275927797 ], [ -75.228924754966599, 40.0542027794259 ], [ -75.228953646119194, 40.054172731856397 ], [ -75.228972709126097, 40.054158032386198 ], [ -75.229041130326493, 40.054154197157999 ], [ -75.229079255834804, 40.054155923004501 ], [ -75.229148569156095, 40.054159222435104 ], [ -75.229176387162198, 40.054158054242798 ], [ -75.229216065130501, 40.054149142737501 ], [ -75.229251382098894, 40.054133020388001 ], [ -75.229281197621901, 40.054121668818297 ], [ -75.229311312291898, 40.054108545242897 ], [ -75.2293401861955, 40.054100731022999 ], [ -75.229376511522204, 40.054110420801997 ], [ -75.229418354897206, 40.0541242338454 ], [ -75.229464591462701, 40.054138143254903 ], [ -75.229549118944405, 40.054168010455598 ], [ -75.229606275264004, 40.054187050859703 ], [ -75.229651999633305, 40.054202283327101 ], [ -75.2296931979417, 40.054214747745398 ], [ -75.229729442188201, 40.054235997180903 ], [ -75.229743714691296, 40.054256764625002 ], [ -75.229745334107903, 40.054275475042402 ], [ -75.229744805956599, 40.054289692847703 ], [ -75.229730270373807, 40.054307159600903 ], [ -75.229721548019, 40.054323865495398 ], [ -75.229724390871297, 40.054340825090797 ], [ -75.229740050767802, 40.054355397104104 ], [ -75.229764201939901, 40.054359484014498 ], [ -75.229801039234701, 40.054364739383402 ], [ -75.229816004956405, 40.054366846230103 ], [ -75.229834506725197, 40.054367252078997 ], [ -75.229822542357297, 40.054423827006602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3207, "tnode_": 3128, "lpoly_": null, "rpoly_": null, "length": 395.23182055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROANOKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 68820, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROANOKE ST", "stname": "ROANOKE ST", "objectid": 34267, "Shape__Length": 157.43390667889804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199238322598404, 40.068245474844701 ], [ -75.200354847697298, 40.068909759071502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2536, "tnode_": 2356, "lpoly_": null, "rpoly_": null, "length": 757.44850295999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 75900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820076, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 34268, "Shape__Length": 302.05642286855323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176342982625201, 40.073105335926101 ], [ -75.174720247170995, 40.074769456707699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29899, "tnode_": 29898, "lpoly_": null, "rpoly_": null, "length": 14526.751198709999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5340, "l_t_add": 7550, "r_f_add": 5341, "r_t_add": 7551, "st_code": 1282, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 800442, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34269, "Shape__Length": 5786.3350495070745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200308918208705, 40.031679417966501 ], [ -75.200412683064599, 40.031769064762898 ], [ -75.200526944204199, 40.031803487717099 ], [ -75.200562468852794, 40.031804276296199 ], [ -75.200630334865096, 40.031732898819797 ], [ -75.200697173783595, 40.031688829535 ], [ -75.200822537926598, 40.031664281122602 ], [ -75.200950062266401, 40.031739995478603 ], [ -75.201063522302206, 40.031874615969301 ], [ -75.201129444710404, 40.0320127368188 ], [ -75.201200345503906, 40.0321624306643 ], [ -75.201275368669698, 40.032287536570401 ], [ -75.201330804194995, 40.032331517541103 ], [ -75.201424855240205, 40.032351825575198 ], [ -75.201573220387999, 40.032346007697697 ], [ -75.201645467770902, 40.0323157242806 ], [ -75.201683044725897, 40.032261894207402 ], [ -75.201789681864796, 40.032104826891597 ], [ -75.201843887010696, 40.032072508631103 ], [ -75.201864317971896, 40.032066917097197 ], [ -75.201912884021496, 40.032074903486297 ], [ -75.201952806355195, 40.032094552579998 ], [ -75.201978638073598, 40.032122684641102 ], [ -75.202046613110596, 40.032206187525098 ], [ -75.202137589672702, 40.032308421609997 ], [ -75.202189397805597, 40.032375701799701 ], [ -75.202235191690406, 40.032407084152403 ], [ -75.202287261462899, 40.032425623156001 ], [ -75.202323729427206, 40.032449406772301 ], [ -75.202344489661002, 40.032479726505997 ], [ -75.202343566760007, 40.032504311512596 ], [ -75.202305298988506, 40.032559131987497 ], [ -75.202225402957893, 40.032638296727598 ], [ -75.202180603220896, 40.032707469396101 ], [ -75.202106780290507, 40.032813370884703 ], [ -75.201975433545499, 40.032997222227102 ], [ -75.201840899060002, 40.033108119702497 ], [ -75.201721107451206, 40.033188195571903 ], [ -75.201601832211907, 40.033291844902202 ], [ -75.201486848552406, 40.033416104275503 ], [ -75.201432356764599, 40.0335173544577 ], [ -75.2014018908027, 40.033611868462998 ], [ -75.201395595929895, 40.033695999569098 ], [ -75.201406472688902, 40.033780255828702 ], [ -75.201429429022198, 40.033826412728601 ], [ -75.201461405992802, 40.033862771358699 ], [ -75.201502608103894, 40.033889285793002 ], [ -75.201624287009395, 40.033962821599403 ], [ -75.201740853835304, 40.034045365600498 ], [ -75.2019101083051, 40.034184695475297 ], [ -75.202025454077798, 40.034269248346803 ], [ -75.202071968389404, 40.0342930566718 ], [ -75.202148088499797, 40.034317521735098 ], [ -75.202391024562701, 40.034318355130701 ], [ -75.202506772425295, 40.034234373104098 ], [ -75.202725227575399, 40.034098005074199 ], [ -75.202949262718107, 40.033970871327298 ], [ -75.203123706883702, 40.033901855868102 ], [ -75.203486542437304, 40.033786908946603 ], [ -75.203834404998901, 40.033676184439798 ], [ -75.203904198100901, 40.033646687623403 ], [ -75.203988585689203, 40.033620834482299 ], [ -75.2041431195792, 40.033595056730199 ], [ -75.204407948001005, 40.033552240112101 ], [ -75.204510938751994, 40.033530679525597 ], [ -75.204622626867504, 40.033492672798701 ], [ -75.204722130287394, 40.033457770191298 ], [ -75.204891776517798, 40.033424842631703 ], [ -75.205020487151003, 40.0334154915789 ], [ -75.205103211357496, 40.033421880063202 ], [ -75.205191174218101, 40.033446605517597 ], [ -75.205370459258404, 40.033564459005902 ], [ -75.205484614881897, 40.033680869313102 ], [ -75.205863802005794, 40.033999026453699 ], [ -75.2061053841621, 40.034250326539002 ], [ -75.2061632883172, 40.034294334518101 ], [ -75.206252012291301, 40.034330252904503 ], [ -75.206375036761699, 40.034352467986999 ], [ -75.206506289396202, 40.034415348038301 ], [ -75.206665280510705, 40.034513299163699 ], [ -75.206799932081196, 40.034557278146501 ], [ -75.206949385037703, 40.0346015846916 ], [ -75.2071351223927, 40.034667177728302 ], [ -75.207231415930494, 40.034716264367901 ], [ -75.207310528275002, 40.034769013356097 ], [ -75.207420301318706, 40.034844328148203 ], [ -75.207510163642297, 40.034900864008399 ], [ -75.207584130830696, 40.034930988296502 ], [ -75.207668290030995, 40.034949344012297 ], [ -75.207827041589098, 40.034955106765501 ], [ -75.208012713164806, 40.0350077639212 ], [ -75.208201168855993, 40.035039265618799 ], [ -75.208306215133803, 40.035082587611903 ], [ -75.208389584217898, 40.035116572984499 ], [ -75.208442999992499, 40.035153227386502 ], [ -75.2084049284245, 40.035241492988902 ], [ -75.207438272254805, 40.035298767375799 ], [ -75.207116132441797, 40.035370558035098 ], [ -75.207147175262605, 40.035406138374803 ], [ -75.207180815237393, 40.035463094788497 ], [ -75.207190781125405, 40.035513422791901 ], [ -75.207187695176202, 40.035568753419099 ], [ -75.207178510754204, 40.035612126997997 ], [ -75.207140230769099, 40.035658729826103 ], [ -75.207095256775602, 40.035715836973999 ], [ -75.207050282097796, 40.035783627259804 ], [ -75.207023578081206, 40.035804113144003 ], [ -75.206990204949193, 40.035829715913302 ], [ -75.206946482796297, 40.035853441605497 ], [ -75.206923854534793, 40.0358714507569 ], [ -75.2069158268786, 40.035898276016503 ], [ -75.206938691068203, 40.0359268655574 ], [ -75.206982991536904, 40.035954961132099 ], [ -75.207025282787896, 40.035969453940801 ], [ -75.207100336847205, 40.0359837053199 ], [ -75.207147481812996, 40.0360031475211 ], [ -75.2071713393143, 40.036032290594299 ], [ -75.207239496372296, 40.036111238731202 ], [ -75.207267055357093, 40.036166511664497 ], [ -75.207316765828693, 40.036263272317903 ], [ -75.207388285725997, 40.036410624006898 ], [ -75.207417697258506, 40.036485380605797 ], [ -75.207453649785904, 40.036551653103999 ], [ -75.207515138591603, 40.0366136596909 ], [ -75.207566122667501, 40.036657952498999 ], [ -75.207630000615097, 40.036700965648002 ], [ -75.207722835220494, 40.036752136737398 ], [ -75.207853650561006, 40.036827252736003 ], [ -75.208014783482994, 40.036930123632203 ], [ -75.208185224190998, 40.0370415642601 ], [ -75.208304695888998, 40.037093685630403 ], [ -75.208438962756205, 40.037180430840401 ], [ -75.208519714375697, 40.037214611319598 ], [ -75.208608064362096, 40.037255015486799 ], [ -75.208668299934402, 40.037287272385001 ], [ -75.208710370580903, 40.0373363283502 ], [ -75.208763321692302, 40.037406321006003 ], [ -75.208807804025895, 40.037459530742701 ], [ -75.208873311651104, 40.037504860553 ], [ -75.208938373933506, 40.037538920669697 ], [ -75.2090122447146, 40.037551207422801 ], [ -75.209081768834395, 40.0375449977427 ], [ -75.2091745659894, 40.037522841570599 ], [ -75.209363615142607, 40.037491005891503 ], [ -75.209476613302698, 40.037536427135997 ], [ -75.209579645699606, 40.037603703254703 ], [ -75.209644585539493, 40.037640356935697 ], [ -75.209737368190304, 40.037698218714098 ], [ -75.209800375266695, 40.037753128870598 ], [ -75.209938400409001, 40.0378655068318 ], [ -75.210011659551, 40.037931385303899 ], [ -75.210087076960093, 40.038010007443098 ], [ -75.210149657205704, 40.038079719495201 ], [ -75.210215917507199, 40.038158221948699 ], [ -75.210256373793897, 40.038236957492899 ], [ -75.210305066822499, 40.038361026052598 ], [ -75.210333183842494, 40.038440536594202 ], [ -75.210349098420707, 40.038467077839798 ], [ -75.210386623556005, 40.038507469538601 ], [ -75.210418148600695, 40.038537984248897 ], [ -75.210506913560195, 40.038632339829299 ], [ -75.210589754838495, 40.038712588063099 ], [ -75.210664617271902, 40.038782994814099 ], [ -75.210767658195095, 40.038864785090702 ], [ -75.210890951729596, 40.038946667973399 ], [ -75.210988073186797, 40.038999768198401 ], [ -75.211375179806794, 40.039194084431301 ], [ -75.211430249351395, 40.0392011039648 ], [ -75.211483399292206, 40.039186269650202 ], [ -75.211552372826802, 40.039158433998999 ], [ -75.211661027314406, 40.0392305887692 ], [ -75.211800843157604, 40.039332452317801 ], [ -75.211893225733704, 40.039402279502703 ], [ -75.211973751766394, 40.039459280190201 ], [ -75.212025003371707, 40.0395150762687 ], [ -75.212022620217297, 40.039578796348998 ], [ -75.211964389075604, 40.039709611515804 ], [ -75.211904966037693, 40.039872287591002 ], [ -75.211870931560696, 40.039989971918402 ], [ -75.211873546646501, 40.040074502003002 ], [ -75.211910284600293, 40.040187481002199 ], [ -75.211941190726293, 40.040280372187901 ], [ -75.212003982382996, 40.040361963878098 ], [ -75.212054478561996, 40.0403937523241 ], [ -75.212120324202502, 40.040417795218403 ], [ -75.212192294156694, 40.040429819803599 ], [ -75.212522886423798, 40.0404644551761 ], [ -75.212942643908804, 40.0404919481349 ], [ -75.213028195765602, 40.040498858074102 ], [ -75.213089481715301, 40.040510863260003 ], [ -75.213137818264997, 40.040532267257703 ], [ -75.213193019976501, 40.040572221251701 ], [ -75.213234301465107, 40.040613804042003 ], [ -75.2132556192865, 40.040653925099299 ], [ -75.213250692146502, 40.040748286029903 ], [ -75.213275016283305, 40.040872774543097 ], [ -75.213269684729397, 40.040914297368303 ], [ -75.213271261379106, 40.040939509702802 ], [ -75.213260358791103, 40.040961541621598 ], [ -75.213237366824799, 40.041003642099199 ], [ -75.213232610322805, 40.0411308779425 ], [ -75.213229948744498, 40.041208910545897 ], [ -75.213222908881505, 40.0412555835943 ], [ -75.213201782791998, 40.041315156000103 ], [ -75.213157493506699, 40.041403184862197 ], [ -75.213040739123699, 40.041578089564901 ], [ -75.213005160768901, 40.0416731349315 ], [ -75.212990424991901, 40.041750248535301 ], [ -75.212991456281998, 40.0418295520182 ], [ -75.213012725476304, 40.0419099854374 ], [ -75.213047764050103, 40.041946743397602 ], [ -75.213095279958907, 40.041974447069698 ], [ -75.213151606982294, 40.041998347581902 ], [ -75.213275016061402, 40.041990410574698 ], [ -75.213647073770403, 40.041963975827201 ], [ -75.214197533152301, 40.041942810962802 ], [ -75.214560182191093, 40.041936156022302 ], [ -75.214720575143104, 40.041920549993897 ], [ -75.214976232868395, 40.041898861517403 ], [ -75.215184516229399, 40.041876126162002 ], [ -75.215260431545303, 40.041862703350503 ], [ -75.215332803036802, 40.041847838180097 ], [ -75.2153787010771, 40.041833356487999 ], [ -75.215424020832998, 40.0418343564859 ], [ -75.215460847277697, 40.041860346558501 ], [ -75.215457208657696, 40.0418902857338 ], [ -75.215441590695207, 40.041937392199401 ], [ -75.215451193923897, 40.041970031022501 ], [ -75.215472514462405, 40.041986492373702 ], [ -75.215466864648903, 40.042002830752701 ], [ -75.215455975314001, 40.042052988721501 ], [ -75.2154523905172, 40.042086759227999 ], [ -75.215464292979107, 40.042105421139297 ], [ -75.215501878503304, 40.042111092412902 ], [ -75.215541337568595, 40.042100341972002 ], [ -75.215585331749594, 40.042069356949902 ], [ -75.215633211764299, 40.042035551926901 ], [ -75.215696482226704, 40.041973972594498 ], [ -75.215721178520994, 40.041954568459097 ], [ -75.215745216401999, 40.041938606021603 ], [ -75.215768600472799, 40.041937230731698 ], [ -75.215802801976196, 40.041946564589999 ], [ -75.215932575869203, 40.041965342800097 ], [ -75.2159628987188, 40.041972156547203 ], [ -75.215985279371395, 40.0419849065497 ], [ -75.215994912792993, 40.041997375342497 ], [ -75.216000020633601, 40.0420313961856 ], [ -75.215991134218001, 40.042084308583497 ], [ -75.215990036673603, 40.042113699257101 ], [ -75.215996084956203, 40.042151008766503 ], [ -75.216014363113203, 40.042190526113103 ], [ -75.216102791878498, 40.042307401819798 ], [ -75.216163019907498, 40.042364653528999 ], [ -75.216210588319498, 40.042412245666597 ], [ -75.216292679735602, 40.042460477641697 ], [ -75.216410563845699, 40.042531796916101 ], [ -75.216525033637595, 40.042589796090098 ], [ -75.216608112062701, 40.042642468092303 ], [ -75.216671634770904, 40.0426874458066 ], [ -75.216745325699307, 40.042738457362098 ], [ -75.216798512630106, 40.042807174506898 ], [ -75.216816986075699, 40.042843895715698 ], [ -75.216822538094206, 40.042872342821902 ], [ -75.216825878007796, 40.042909457398203 ], [ -75.216828408180604, 40.042942921294099 ], [ -75.216831209235096, 40.042969129120799 ], [ -75.216849466007005, 40.0430116560795 ], [ -75.216886525510503, 40.043056776287798 ], [ -75.216928706578898, 40.043116535308599 ], [ -75.216945411976496, 40.043149216173198 ], [ -75.216678545248499, 40.043069430302801 ], [ -75.216630813050202, 40.043101751476698 ], [ -75.216812937792795, 40.0433269286887 ], [ -75.2168383171431, 40.0433795128816 ], [ -75.216863865763003, 40.0434601281395 ], [ -75.216864998835007, 40.043504137135997 ], [ -75.216853684152696, 40.043552866764699 ], [ -75.216812572838293, 40.0436191007188 ], [ -75.216751849074498, 40.043670699718902 ], [ -75.216695252888897, 40.043701730736899 ], [ -75.216632663923804, 40.043713261713101 ], [ -75.216564255343201, 40.043711582718103 ], [ -75.216473621167296, 40.043677598352197 ], [ -75.216424490295097, 40.0436195797785 ], [ -75.216394633453206, 40.043563907222399 ], [ -75.216377513144707, 40.0434829722873 ], [ -75.216344472823494, 40.043425123867301 ], [ -75.216299323294294, 40.043376556219002 ], [ -75.216213687945398, 40.043348013099198 ], [ -75.216064437822894, 40.043351384652098 ], [ -75.215992557633896, 40.043372455513698 ], [ -75.215875957989198, 40.043424952301301 ], [ -75.215775900914593, 40.043466321699697 ], [ -75.215659617447798, 40.043505698608001 ], [ -75.215510915011905, 40.043578133134503 ], [ -75.215349787517098, 40.043636528763898 ], [ -75.2152187127448, 40.043703237708101 ], [ -75.215078786820996, 40.043786391723003 ], [ -75.214808446791594, 40.043886377665402 ], [ -75.214529321541306, 40.0440254021564 ], [ -75.214336755981506, 40.044103146106103 ], [ -75.214059405045504, 40.044177203414499 ], [ -75.213984918851494, 40.044221537870499 ], [ -75.213963489376695, 40.0442688014802 ], [ -75.213961117150703, 40.044300122781102 ], [ -75.213993798411806, 40.044418977816001 ], [ -75.214019937152997, 40.044493667413199 ], [ -75.214193995438706, 40.044668332002097 ], [ -75.214346250506495, 40.044806926493798 ], [ -75.214471398572002, 40.044915502151603 ], [ -75.214506448564407, 40.044974417215201 ], [ -75.214554214683105, 40.045045600717799 ], [ -75.214569803590095, 40.045101053457103 ], [ -75.214571052249397, 40.045172049057101 ], [ -75.2145504947094, 40.045304534029398 ], [ -75.2145212893127, 40.045424834034101 ], [ -75.214495959446197, 40.045480036844097 ], [ -75.214442330794498, 40.045554031542999 ], [ -75.214401438417397, 40.045599753804602 ], [ -75.214341436591496, 40.045643763113603 ], [ -75.214228493940297, 40.045729734568198 ], [ -75.214177854761601, 40.045799668571 ], [ -75.214150767143806, 40.045849821157603 ], [ -75.214079320765507, 40.045975822645097 ], [ -75.214025218966299, 40.0460720839096 ], [ -75.213976782311704, 40.046168204422898 ], [ -75.213943490182899, 40.0462237575301 ], [ -75.213903136608195, 40.046275463342504 ], [ -75.213834433148904, 40.046346843647598 ], [ -75.213733124382998, 40.046447894727798 ], [ -75.213619703907099, 40.0465916280098 ], [ -75.213494146991707, 40.046777913173102 ], [ -75.213457868085101, 40.046849086590498 ], [ -75.213447605215094, 40.0469052561875 ], [ -75.213439542555093, 40.046953875343704 ], [ -75.213454029818493, 40.046994284266901 ], [ -75.213481389280602, 40.047028301913002 ], [ -75.213544257119196, 40.047061499799703 ], [ -75.213647566803303, 40.047082614389304 ], [ -75.213727567676301, 40.047076384334197 ], [ -75.213827225422307, 40.047054595473902 ], [ -75.214010310900406, 40.046981338915899 ], [ -75.214196471926996, 40.046907839120699 ], [ -75.214395562697604, 40.046821938367998 ], [ -75.214675565780794, 40.046730173577302 ], [ -75.214827611908404, 40.046702562742098 ], [ -75.214941109493097, 40.046692664299101 ], [ -75.215089798715994, 40.0466977906922 ], [ -75.215149173129205, 40.046711320199996 ], [ -75.215200370880197, 40.046733280093797 ], [ -75.215251323678402, 40.0467771125955 ], [ -75.215272359851895, 40.0468246367913 ], [ -75.215267004815004, 40.046871578665701 ], [ -75.215252873242903, 40.046928477530699 ], [ -75.215233165386607, 40.046971018483497 ], [ -75.215182689470097, 40.047039504115602 ], [ -75.215067922563804, 40.047186918476399 ], [ -75.214956089256802, 40.047320095024403 ], [ -75.214881180461802, 40.047396875648303 ], [ -75.214719339097897, 40.047518797742399 ], [ -75.214548201941696, 40.047632393756601 ], [ -75.214490433511997, 40.047700325320598 ], [ -75.214451308228902, 40.047783432104303 ], [ -75.214447931768007, 40.047873786275801 ], [ -75.214466865626306, 40.047949484387402 ], [ -75.214573571427707, 40.048110199854499 ], [ -75.214644551055997, 40.048189743284702 ], [ -75.2147337539961, 40.048257683039303 ], [ -75.214808952419403, 40.048300916434798 ], [ -75.214882398637201, 40.048328324722803 ], [ -75.214954303548495, 40.048341729874998 ], [ -75.215016315916799, 40.048343275791403 ], [ -75.215064407151999, 40.048341568224899 ], [ -75.215121308351101, 40.048328982671102 ], [ -75.215228583371797, 40.0483018222113 ], [ -75.215310319320807, 40.048283324380002 ], [ -75.215374537465195, 40.0482838186539 ], [ -75.215469351042401, 40.048300475167899 ], [ -75.2155290153013, 40.048326905022599 ], [ -75.215607327434498, 40.048383998153199 ], [ -75.215660474942794, 40.048439797255902 ], [ -75.215713897975505, 40.048520332099798 ], [ -75.215728696326707, 40.048574177833203 ], [ -75.215720052813197, 40.048612742678003 ], [ -75.215701948495607, 40.0486474074238 ], [ -75.215663414211605, 40.048682544988999 ], [ -75.215615180361596, 40.048720236423399 ], [ -75.215548226814903, 40.048776891710901 ], [ -75.215501427566707, 40.048840451767703 ], [ -75.215484313606495, 40.048873174156498 ], [ -75.215472157130804, 40.048981171672601 ], [ -75.215464998067205, 40.049050200458403 ], [ -75.215470108224906, 40.049098321075199 ], [ -75.2154790458478, 40.049182482259603 ], [ -75.215479504215494, 40.049250463657401 ], [ -75.215432153258803, 40.049380692577799 ], [ -75.215388683580798, 40.0495122171547 ], [ -75.215336441769097, 40.049643713057897 ], [ -75.215315918337595, 40.049753289210898 ], [ -75.215317146006797, 40.049813289425501 ], [ -75.215339184231894, 40.049873026190902 ], [ -75.215376784500606, 40.0499383924518 ], [ -75.215469120551404, 40.050063207705499 ], [ -75.215621650801907, 40.050250664626397 ], [ -75.215776598111105, 40.050385705036 ], [ -75.215856866675693, 40.0504468622442 ], [ -75.216041114973095, 40.050534271349498 ], [ -75.216108653520607, 40.050552995309602 ], [ -75.216207899881496, 40.050572600567101 ], [ -75.216293819324406, 40.050578302247096 ], [ -75.216386424153498, 40.050575205296397 ], [ -75.216615105894903, 40.050534935435998 ], [ -75.216881210066106, 40.050524074429703 ], [ -75.217073748676597, 40.050513063089902 ], [ -75.217257420827096, 40.0505171125441 ], [ -75.217414157726296, 40.050545889547998 ], [ -75.217574503135907, 40.050617393684497 ], [ -75.217693107209698, 40.0507086004379 ], [ -75.217735356419993, 40.050746826687401 ], [ -75.217784248567398, 40.050808142334802 ], [ -75.217801908534696, 40.0508789526288 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29901, "tnode_": 29900, "lpoly_": null, "rpoly_": null, "length": 969.22568227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4840, "l_t_add": 4878, "r_f_add": 4841, "r_t_add": 4879, "st_code": 1282, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 800444, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34270, "Shape__Length": 385.81321684192591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199504990565501, 40.024399548443498 ], [ -75.199511230862598, 40.024429469715201 ], [ -75.199411473319898, 40.024471879019302 ], [ -75.199276737589798, 40.024536479714101 ], [ -75.199107984487895, 40.024597700010702 ], [ -75.199027383567895, 40.024630034216599 ], [ -75.198943509269199, 40.024681326655298 ], [ -75.198780582930198, 40.024791894162497 ], [ -75.198747215059498, 40.024820783280198 ], [ -75.198694998605504, 40.024911398585402 ], [ -75.198654868048195, 40.024957100636399 ], [ -75.198637766293004, 40.025003314305998 ], [ -75.198587499721597, 40.025046165618299 ], [ -75.198493439310198, 40.025095919575797 ], [ -75.198429546843499, 40.025140275493499 ], [ -75.1983934579075, 40.025166935339897 ], [ -75.1983603723058, 40.025206886844501 ], [ -75.198331512415606, 40.025225276602001 ], [ -75.198290759904495, 40.025242090238798 ], [ -75.1982568073377, 40.025259710888598 ], [ -75.198213807493701, 40.025290911350801 ], [ -75.198185798847703, 40.025309319988402 ], [ -75.198153093161096, 40.025316468013898 ], [ -75.1981182232458, 40.025313068537599 ], [ -75.198086157351995, 40.025303168446797 ], [ -75.198057651686895, 40.025289410074002 ], [ -75.197993448331005, 40.0252715769521 ], [ -75.197878865642593, 40.025212585378704 ], [ -75.197735922196699, 40.025143626273099 ], [ -75.197502561062507, 40.025051695458401 ], [ -75.197376441219305, 40.024979049897503 ], [ -75.197261281389402, 40.024902243712702 ], [ -75.197142720818704, 40.024809045519497 ], [ -75.197072754055995, 40.0247628660901 ], [ -75.197016981163102, 40.0247478444454 ], [ -75.196961716621601, 40.024742022517998 ], [ -75.196898553085404, 40.024741931036601 ], [ -75.1968579978669, 40.024753497498999 ], [ -75.196815047006993, 40.024783386671999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4033, "tnode_": 3917, "lpoly_": null, "rpoly_": null, "length": 556.30832063000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 36600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820039, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGIAN RD", "stname": "GEORGIAN RD", "objectid": 34271, "Shape__Length": 221.51118014533375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150634174427495, 40.060587139931698 ], [ -75.149134548533894, 40.061291899826898 ], [ -75.149062526479597, 40.061336297062198 ], [ -75.149029920931099, 40.061371579836099 ], [ -75.148985212317996, 40.061423417817998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29902, "tnode_": 29901, "lpoly_": null, "rpoly_": null, "length": 1093.02864961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YELLOW", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4800, "l_t_add": 4838, "r_f_add": 4801, "r_t_add": 4839, "st_code": 1282, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 800445, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "YELLOW TRL", "stname": "YELLOW TRL", "objectid": 34272, "Shape__Length": 435.01109651851789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196558496850201, 40.024057166290902 ], [ -75.196604386534702, 40.024080988378103 ], [ -75.197056605798096, 40.024127278253999 ], [ -75.197177831360705, 40.024119483661103 ], [ -75.197275510757194, 40.024087389829901 ], [ -75.197516013887196, 40.023984258429998 ], [ -75.197687343291605, 40.023923091425303 ], [ -75.197879439070505, 40.0238371242285 ], [ -75.198111775463005, 40.023757960637901 ], [ -75.198353045219093, 40.023705884653303 ], [ -75.198657058135694, 40.023639448109897 ], [ -75.198814730517498, 40.023610507691501 ], [ -75.198901495985396, 40.023578921484798 ], [ -75.199020152958695, 40.023590417872001 ], [ -75.199183760131305, 40.023632445710497 ], [ -75.199305992063799, 40.023694859446898 ], [ -75.199381910864901, 40.023762545122501 ], [ -75.1994114577424, 40.023811459141697 ], [ -75.199425172490294, 40.023853548703698 ], [ -75.199444418511902, 40.023954250674301 ], [ -75.199450658139497, 40.024094780958201 ], [ -75.199468037410199, 40.024249498981398 ], [ -75.199489520058407, 40.0243575523481 ], [ -75.199504990565501, 40.024399548443498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29903, "tnode_": 29904, "lpoly_": null, "rpoly_": null, "length": 3463.7601973699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 4500, "l_t_add": 5480, "r_f_add": 4501, "r_t_add": 5481, "st_code": 3210, "l_hundred": 5400, "r_hundred": 5400, "seg_id": 800446, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34273, "Shape__Length": 1379.4424824440778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192231592556197, 40.028878441410797 ], [ -75.192233147721794, 40.028879067106402 ], [ -75.192306634150299, 40.028895697367602 ], [ -75.192513139189998, 40.028919493942297 ], [ -75.192589472484002, 40.028911990912299 ], [ -75.192656481535906, 40.028893492462799 ], [ -75.192740020521697, 40.0288503726606 ], [ -75.192795111817404, 40.028837605851301 ], [ -75.192858233419699, 40.028832847557098 ], [ -75.192988581611601, 40.028862701595202 ], [ -75.193076157210101, 40.028864651421898 ], [ -75.193220261663896, 40.028845602153403 ], [ -75.193303524689995, 40.028716612698403 ], [ -75.193471897546402, 40.028677419008702 ], [ -75.193894390911098, 40.0286979155157 ], [ -75.194049289942896, 40.028671783006097 ], [ -75.194119530369804, 40.0286585562353 ], [ -75.194376462878594, 40.028605113111396 ], [ -75.194489604348107, 40.028574459377303 ], [ -75.194581296147902, 40.028556508158097 ], [ -75.194697145014203, 40.028553088775702 ], [ -75.194901958117796, 40.028569639881098 ], [ -75.1949790801267, 40.028593346515301 ], [ -75.195062023052003, 40.028664737630002 ], [ -75.195326146572597, 40.028930918933597 ], [ -75.195378485349096, 40.028954212748701 ], [ -75.195436934616893, 40.028958371768901 ], [ -75.195509669790994, 40.028944878881902 ], [ -75.195626838065394, 40.028911618689698 ], [ -75.195766029738493, 40.028840747414897 ], [ -75.195859130152201, 40.028763813405099 ], [ -75.195930589518596, 40.028655959406201 ], [ -75.195966137054498, 40.028602307652399 ], [ -75.196020965841697, 40.028551549826197 ], [ -75.196102227631499, 40.028534365568902 ], [ -75.196163098715502, 40.0285407170675 ], [ -75.196322291937307, 40.028560249818398 ], [ -75.196453655870599, 40.028559172986199 ], [ -75.196734624188295, 40.0285214391875 ], [ -75.196836257608595, 40.0285157022793 ], [ -75.196923863043907, 40.028545667473502 ], [ -75.197001357418301, 40.028689296573603 ], [ -75.197020565959093, 40.028731704069401 ], [ -75.197077820012794, 40.028779818210097 ], [ -75.1971117348739, 40.028800740186902 ], [ -75.197121755406101, 40.028806921273699 ], [ -75.197191631793402, 40.028823021239901 ], [ -75.197287192218596, 40.028839935327099 ], [ -75.197386725037902, 40.028879123051901 ], [ -75.197507925025903, 40.028981650805598 ], [ -75.197593122161905, 40.029146235925197 ], [ -75.197636317745506, 40.029276609842199 ], [ -75.197676317978406, 40.029491956695601 ], [ -75.197674233954899, 40.029547373486601 ], [ -75.1976745003399, 40.029596919311999 ], [ -75.197645419692094, 40.029717739183297 ], [ -75.197633984285105, 40.0297853594789 ], [ -75.197617532310105, 40.029926440670899 ], [ -75.197592763425007, 40.030022515676002 ], [ -75.197487123854103, 40.030464711548497 ], [ -75.197420535732604, 40.0306657881262 ], [ -75.197371479983701, 40.030741568784201 ], [ -75.197319703615307, 40.030797003747402 ], [ -75.197287673698398, 40.030831296740097 ], [ -75.197271914121799, 40.030856501633998 ], [ -75.197273771626996, 40.030888760124498 ], [ -75.197299208888097, 40.030913294023698 ], [ -75.197323556247099, 40.030932371538498 ], [ -75.197352738375002, 40.030945717098902 ], [ -75.197407434778995, 40.030967340519602 ], [ -75.1974466847022, 40.030980135856197 ], [ -75.197480818250199, 40.031003066388401 ], [ -75.197517177359799, 40.031037690047498 ], [ -75.197633878617694, 40.031387852235 ], [ -75.197738024982897, 40.031560253712499 ], [ -75.197899011000601, 40.031756103558003 ], [ -75.198002006933393, 40.0318952015257 ], [ -75.198231130644899, 40.032141591195398 ], [ -75.198330873710901, 40.032173895375202 ], [ -75.198489978917607, 40.032198877636702 ], [ -75.198528868992398, 40.032201845449897 ], [ -75.198654317786307, 40.032197448588697 ], [ -75.198727432332603, 40.032214096097299 ], [ -75.198768566805896, 40.032238364756701 ], [ -75.198800233121901, 40.032273389198402 ], [ -75.1988237676469, 40.032335565845102 ], [ -75.198802236381198, 40.032426573674201 ], [ -75.198807108083599, 40.032434637751201 ], [ -75.1989149886045, 40.032481285039701 ], [ -75.198966690374903, 40.0324824334308 ], [ -75.199018578869797, 40.0324786142085 ], [ -75.199144228110598, 40.032491349330201 ], [ -75.199202205466804, 40.032497608733202 ], [ -75.199285194083302, 40.032526798198703 ], [ -75.199515763039699, 40.032673623035798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29904, "tnode_": 29905, "lpoly_": null, "rpoly_": null, "length": 6239.4105448500004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5482, "l_t_add": 7400, "r_f_add": 5483, "r_t_add": 7401, "st_code": 3210, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 800447, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34274, "Shape__Length": 2486.9021142755496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199515763039699, 40.032673623035798 ], [ -75.199578523816896, 40.032724736800297 ], [ -75.199718463701899, 40.032787509587799 ], [ -75.199766589396802, 40.032840785040598 ], [ -75.199852027474705, 40.032976928002498 ], [ -75.199911242028804, 40.033122432121701 ], [ -75.199911953133807, 40.033189570849501 ], [ -75.199838989531202, 40.033366945912903 ], [ -75.199793025768003, 40.033557349786101 ], [ -75.199717438497402, 40.033741424053602 ], [ -75.199689470537095, 40.0340323694912 ], [ -75.199642975125201, 40.0342799400809 ], [ -75.199583990700106, 40.034472541531997 ], [ -75.1996094976395, 40.034525314757701 ], [ -75.199686485355201, 40.034594798634899 ], [ -75.199721227442794, 40.034604566582601 ], [ -75.1997392738309, 40.034582106134501 ], [ -75.199762122014505, 40.0345088149869 ], [ -75.199786423176803, 40.034464606242899 ], [ -75.199839526584995, 40.034428494608498 ], [ -75.199884952878094, 40.034424531480497 ], [ -75.199922144478094, 40.034467619693501 ], [ -75.199923975648403, 40.0345049510697 ], [ -75.199862098315407, 40.034774554824303 ], [ -75.199864869687204, 40.034902529075197 ], [ -75.1998716074079, 40.034988959637097 ], [ -75.199862402989496, 40.0350488693025 ], [ -75.199921421123193, 40.035103416336803 ], [ -75.199983166567407, 40.035167550196199 ], [ -75.200026893381207, 40.035250162699 ], [ -75.200068021228702, 40.035333784270399 ], [ -75.200101331276301, 40.035426224274502 ], [ -75.2001422148806, 40.035528767763303 ], [ -75.200177493666303, 40.035595270122599 ], [ -75.200195364102598, 40.035615774530598 ], [ -75.200235404446502, 40.035651480874499 ], [ -75.200266068298802, 40.035698585773801 ], [ -75.200279692025703, 40.035722959405902 ], [ -75.200286868907398, 40.035740312566602 ], [ -75.2002983003011, 40.0357783931413 ], [ -75.200312745936202, 40.0358255677762 ], [ -75.200335526691006, 40.035860890937698 ], [ -75.200358096505795, 40.035913404152701 ], [ -75.200371541805097, 40.035987206438598 ], [ -75.2004027177925, 40.036100089573203 ], [ -75.200409666172405, 40.036125461083401 ], [ -75.2004036534546, 40.036154557050999 ], [ -75.200385469923802, 40.036221783597298 ], [ -75.200388583790499, 40.036257959511602 ], [ -75.200409177608606, 40.0362853539363 ], [ -75.200432137570502, 40.036307145284098 ], [ -75.2004685686165, 40.036331950370901 ], [ -75.200551214876896, 40.036397567758698 ], [ -75.200691403345502, 40.036513420956503 ], [ -75.200762373089603, 40.036576566155503 ], [ -75.200821700510005, 40.036638068076101 ], [ -75.200846168781297, 40.036669640760202 ], [ -75.200901813812393, 40.036697896798501 ], [ -75.200939700128501, 40.036728406737701 ], [ -75.201024524507503, 40.0367905167451 ], [ -75.201098369029197, 40.036844580342503 ], [ -75.2011548631164, 40.036873581302601 ], [ -75.201267348525704, 40.036913981704501 ], [ -75.2013283684405, 40.036900319616699 ], [ -75.201468850019197, 40.036886824973401 ], [ -75.201623076161098, 40.036868720142301 ], [ -75.201664231574497, 40.036878610840702 ], [ -75.201719384726502, 40.036840472393898 ], [ -75.201871685584607, 40.036834521388897 ], [ -75.201876176108399, 40.036831089981803 ], [ -75.201893861847196, 40.0368175753621 ], [ -75.201914220550194, 40.036793154838001 ], [ -75.201923350805203, 40.036771360313203 ], [ -75.201953330120304, 40.036749609343097 ], [ -75.201978800345401, 40.036742023908197 ], [ -75.202012294834802, 40.036732577507202 ], [ -75.202030256853803, 40.036684479512203 ], [ -75.201974491802702, 40.0365135845663 ], [ -75.202085660316001, 40.0364375751723 ], [ -75.202184177125702, 40.036358136930303 ], [ -75.202315144556295, 40.036244339680501 ], [ -75.202380598378596, 40.036190324899103 ], [ -75.202414836337198, 40.036152041178497 ], [ -75.202456719667296, 40.036084891321302 ], [ -75.202515749017095, 40.036005353637997 ], [ -75.202586987988994, 40.0359376997434 ], [ -75.202677133255605, 40.035847982405599 ], [ -75.202761636448798, 40.035782285835403 ], [ -75.202844277757094, 40.0357163794285 ], [ -75.202911234326905, 40.035666523379298 ], [ -75.202967170896201, 40.035562555597899 ], [ -75.203012491437804, 40.035438527626503 ], [ -75.203036269888401, 40.035380901534303 ], [ -75.203081144347806, 40.035315695488698 ], [ -75.203260411242496, 40.035118848893902 ], [ -75.2033844754027, 40.034992363601702 ], [ -75.203534540058598, 40.034895636301599 ], [ -75.203650493365899, 40.0348465589054 ], [ -75.2037882737079, 40.034818987457101 ], [ -75.2039117311285, 40.034816451634597 ], [ -75.204106190172098, 40.034837437935501 ], [ -75.204380329097901, 40.034916771945603 ], [ -75.204530071989794, 40.034959393296099 ], [ -75.204638748638104, 40.034995771340903 ], [ -75.204777936541205, 40.035020175353999 ], [ -75.2049402551702, 40.035054845089199 ], [ -75.2050895221562, 40.0350779790991 ], [ -75.205243907453607, 40.0351256975175 ], [ -75.205318549827197, 40.035156114847702 ], [ -75.205375209890093, 40.035183761395999 ], [ -75.205472973504996, 40.035230141242998 ], [ -75.2055700508011, 40.035288233234802 ], [ -75.205638743334305, 40.035363835310903 ], [ -75.205693738414993, 40.035438525740602 ], [ -75.205805201159805, 40.035556609510799 ], [ -75.205838465954301, 40.035609319719399 ], [ -75.205853369715001, 40.035654849482697 ], [ -75.205854400759506, 40.0357326215317 ], [ -75.205841294495499, 40.035798665644599 ], [ -75.205849236330295, 40.035829013394 ], [ -75.205863275401896, 40.035848614805701 ], [ -75.205912785839203, 40.0359071908535 ], [ -75.205997098637496, 40.036061646526903 ], [ -75.206076046127194, 40.036181786692602 ], [ -75.206100331070701, 40.036257365357002 ], [ -75.206140405018502, 40.036345800507 ], [ -75.206197673357394, 40.0364096019537 ], [ -75.206224567148695, 40.036560279153797 ], [ -75.206229628321793, 40.036714640851699 ], [ -75.206249742399905, 40.036756775641699 ], [ -75.2063721087479, 40.036861057259401 ], [ -75.206428231831296, 40.036934853246599 ], [ -75.206452818670996, 40.036950011060803 ], [ -75.206500866666403, 40.036971925137301 ], [ -75.206536510486401, 40.037018176260098 ], [ -75.206554796089605, 40.037055592502 ], [ -75.206578502899404, 40.037101738753201 ], [ -75.206682047236896, 40.0372332675595 ], [ -75.206726448952594, 40.037350980823298 ], [ -75.206990071896598, 40.037552756647102 ], [ -75.207056822924002, 40.037662254600697 ], [ -75.207138897258005, 40.037779474550497 ], [ -75.207188022173298, 40.037832075925898 ], [ -75.207273199719907, 40.037888042349898 ], [ -75.207350106986596, 40.0379317603281 ], [ -75.207492144987896, 40.038049631640099 ], [ -75.207624477598301, 40.038142067130202 ], [ -75.207668665732797, 40.038160034466401 ], [ -75.207708113029796, 40.038164560240801 ], [ -75.207749560273498, 40.038165045129503 ], [ -75.207798812285603, 40.038192683210802 ], [ -75.208000824552897, 40.038347085140202 ], [ -75.208145488631402, 40.038436459204902 ], [ -75.208398388361701, 40.038637639304604 ], [ -75.208488780680696, 40.038736548326497 ], [ -75.208607325072293, 40.038886101896402 ], [ -75.208816314257106, 40.0391148288194 ], [ -75.208856237480006, 40.039207427587201 ], [ -75.208886724710595, 40.039262298131 ], [ -75.208989652911001, 40.039410486754598 ], [ -75.209058701081005, 40.039449534573599 ], [ -75.209095233022097, 40.039487863059698 ], [ -75.209132914433496, 40.0395679062418 ], [ -75.209179973338294, 40.039614805418097 ], [ -75.209231360005305, 40.039690981897898 ], [ -75.209315263198405, 40.039767878492903 ], [ -75.209405949522306, 40.039953316272502 ], [ -75.209472503313805, 40.040059011494399 ], [ -75.209506408547, 40.040101292992297 ], [ -75.209534084184298, 40.040134285241002 ], [ -75.209544694763395, 40.040163355522402 ], [ -75.209574758788904, 40.040212992500599 ], [ -75.209732676249999, 40.040498332226697 ], [ -75.209778088727006, 40.040580222898903 ], [ -75.209829049553207, 40.0406579168544 ], [ -75.209840809694896, 40.0406963982416 ], [ -75.209842666066294, 40.040731797236297 ], [ -75.209876034271105, 40.040796926906602 ], [ -75.209911277104894, 40.040836968230302 ], [ -75.209950936818004, 40.040875605246598 ], [ -75.2099670024039, 40.040903729324803 ], [ -75.209975502611897, 40.040966451190499 ], [ -75.2100265793283, 40.041050959167599 ], [ -75.210133300827096, 40.041232956744999 ], [ -75.210305118656905, 40.041339145381002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29905, "tnode_": 6100, "lpoly_": null, "rpoly_": null, "length": 3292.5362778600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7402, "l_t_add": 7510, "r_f_add": 7403, "r_t_add": 7509, "st_code": 3210, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 800448, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34275, "Shape__Length": 1313.2560635656503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210305118656905, 40.041339145381002 ], [ -75.210328825097903, 40.041391892376801 ], [ -75.210359140572294, 40.041440697652703 ], [ -75.210400774405002, 40.041469044579202 ], [ -75.210428775758302, 40.041482052406401 ], [ -75.210447553385194, 40.041508634391398 ], [ -75.210455759993295, 40.041539873290098 ], [ -75.210539541137095, 40.041656370549198 ], [ -75.2105658131659, 40.041860185366403 ], [ -75.210672990706499, 40.042076211502199 ], [ -75.210651647140807, 40.042284185044899 ], [ -75.210672510003803, 40.042451403269098 ], [ -75.210727830561794, 40.0426037490613 ], [ -75.211016363055506, 40.042865472928099 ], [ -75.211288275554907, 40.043027816972597 ], [ -75.211408811103993, 40.043249348018698 ], [ -75.211508243470306, 40.043491258087997 ], [ -75.211574583296098, 40.0437115912544 ], [ -75.211594237771493, 40.044092438308702 ], [ -75.211656293285799, 40.0444273225812 ], [ -75.2117263352024, 40.044548726615403 ], [ -75.211775663873297, 40.044680094779999 ], [ -75.211743890267996, 40.044804460410703 ], [ -75.211786175554806, 40.044922048021498 ], [ -75.211796833224398, 40.044989894493099 ], [ -75.211794053502999, 40.045064205152798 ], [ -75.211771167093602, 40.0452056825197 ], [ -75.211744770145302, 40.045323418470403 ], [ -75.211728047447295, 40.045417704337403 ], [ -75.211733678431202, 40.045502342487403 ], [ -75.211712939804002, 40.045586397969103 ], [ -75.211701721606005, 40.0457686997377 ], [ -75.211684619664297, 40.045873118867299 ], [ -75.211673808014794, 40.045926968752802 ], [ -75.211640137010093, 40.046003977364997 ], [ -75.211631193050906, 40.046125479498798 ], [ -75.211631797188403, 40.046226909320097 ], [ -75.211608053218896, 40.0462737123393 ], [ -75.211627500895304, 40.046341753053298 ], [ -75.211635153615205, 40.046372347094803 ], [ -75.211620705028807, 40.046405833317998 ], [ -75.211573783316794, 40.046509901650801 ], [ -75.211464830974407, 40.046656319311303 ], [ -75.2114251463736, 40.046729286447103 ], [ -75.211412352711307, 40.046755133605998 ], [ -75.211417411765098, 40.046777966802701 ], [ -75.211437645671694, 40.046869299534997 ], [ -75.211453798508899, 40.046911690800897 ], [ -75.211436354510795, 40.0469832140693 ], [ -75.211406572248805, 40.047073830757299 ], [ -75.211409450794307, 40.047114460958497 ], [ -75.2113938645643, 40.047178346960102 ], [ -75.211422481495305, 40.047236448683996 ], [ -75.211464536361703, 40.047288086252202 ], [ -75.211519902813507, 40.047336637406701 ], [ -75.211566605603707, 40.047381616543198 ], [ -75.2116085343051, 40.047436631815003 ], [ -75.211628361406795, 40.047494539254899 ], [ -75.211622323611493, 40.047538352976098 ], [ -75.211663494280998, 40.047613634767103 ], [ -75.211697643945698, 40.047641433724799 ], [ -75.211706055005905, 40.047651761219299 ], [ -75.211826337209899, 40.0477287909411 ], [ -75.211903679678102, 40.047777827444698 ], [ -75.211976374480798, 40.047833522308402 ], [ -75.212053338146404, 40.0478926919819 ], [ -75.212151645709298, 40.047969235866297 ], [ -75.212289888367906, 40.048036520208797 ], [ -75.212432400043596, 40.048107280126899 ], [ -75.212590471400006, 40.048232471402997 ], [ -75.212637175516093, 40.048277450102397 ], [ -75.212652482309906, 40.0483386380442 ], [ -75.212626843567705, 40.048436107633101 ], [ -75.212698882297701, 40.048627009417203 ], [ -75.212709415149206, 40.048698233549104 ], [ -75.212854581095101, 40.0486980591308 ], [ -75.212949253385602, 40.0487542387148 ], [ -75.213000858437894, 40.048785803298102 ], [ -75.213041778801099, 40.048867840106197 ], [ -75.213063603092294, 40.048990021756197 ], [ -75.213078657842004, 40.049057965155001 ], [ -75.213054029808404, 40.0491284127719 ], [ -75.213155464406995, 40.049164482548498 ], [ -75.213380011757593, 40.049224915389203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3565, "tnode_": 3461, "lpoly_": null, "rpoly_": null, "length": 524.39339901999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 59100, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34276, "Shape__Length": 208.88296761893926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199757075682697, 40.065390360767402 ], [ -75.201226657746105, 40.06628328195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3622, "tnode_": 3575, "lpoly_": null, "rpoly_": null, "length": 165.73798134999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 117, "l_t_add": 199, "r_f_add": 116, "r_t_add": 198, "st_code": 37860, "l_hundred": 100, "r_hundred": 100, "seg_id": 820025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34277, "Shape__Length": 66.071062611514847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190800810321903, 40.064733429929198 ], [ -75.190421156627195, 40.065082582316599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3797, "tnode_": 3622, "lpoly_": null, "rpoly_": null, "length": 1094.7259815899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7398, "r_f_add": 7201, "r_t_add": 7399, "st_code": 28340, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820027, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 34278, "Shape__Length": 435.841772700837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187786736859294, 40.063258924347501 ], [ -75.189079672060302, 40.063730413611097 ], [ -75.188934670378103, 40.064006943871597 ], [ -75.190800810321903, 40.064733429929198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3910, "tnode_": 3839, "lpoly_": null, "rpoly_": null, "length": 211.13940451, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 349, "r_f_add": 300, "r_t_add": 350, "st_code": 57440, "l_hundred": 300, "r_hundred": 300, "seg_id": 820028, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34279, "Shape__Length": 84.170046612888683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184812139788704, 40.062349452521097 ], [ -75.184333309337404, 40.062797309931199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2531, "tnode_": 2439, "lpoly_": null, "rpoly_": null, "length": 494.77243277000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 77220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820075, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34280, "Shape__Length": 197.08363213884326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171718807034395, 40.0730483302913 ], [ -75.173137647043902, 40.073858641243497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6100, "tnode_": 29914, "lpoly_": null, "rpoly_": null, "length": 2554.2013249000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7512, "l_t_add": 7614, "r_f_add": 7511, "r_t_add": 7615, "st_code": 3210, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 800449, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34281, "Shape__Length": 1018.6102665289314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.213380011757593, 40.049224915389203 ], [ -75.213502793367795, 40.049361438208102 ], [ -75.213600599615503, 40.049451491880703 ], [ -75.213699897233496, 40.049619330952297 ], [ -75.213827689174096, 40.049848648812301 ], [ -75.213884676991697, 40.049971606541902 ], [ -75.213988497560194, 40.0501361646295 ], [ -75.214042731902495, 40.050215114390198 ], [ -75.214050259899594, 40.050249086023499 ], [ -75.214035707685795, 40.050304175286897 ], [ -75.214044445978004, 40.050374178430701 ], [ -75.214079267278294, 40.050505840514496 ], [ -75.2141217161182, 40.050585313941703 ], [ -75.2141448804867, 40.050649090657799 ], [ -75.214181639976701, 40.050728401534201 ], [ -75.214279861612596, 40.050816231954997 ], [ -75.214306189316801, 40.050871352286897 ], [ -75.214401796969, 40.050971633456797 ], [ -75.214505107873094, 40.051055721525501 ], [ -75.214622600640595, 40.051140123378502 ], [ -75.214718412795094, 40.051234954135801 ], [ -75.214758922691004, 40.051290387326503 ], [ -75.214798822975297, 40.051362168272298 ], [ -75.214852089392807, 40.051456060019099 ], [ -75.214899893998705, 40.051506200385397 ], [ -75.214905355957697, 40.051549951740697 ], [ -75.215021017616394, 40.051683398216397 ], [ -75.215137902512296, 40.051784147310102 ], [ -75.215256618848898, 40.0518358521214 ], [ -75.215339676152396, 40.051892222917999 ], [ -75.2154419717194, 40.052003558184097 ], [ -75.215438918113406, 40.052085299617097 ], [ -75.215470912019299, 40.052178721731998 ], [ -75.215544843324196, 40.052289430231603 ], [ -75.215636621959902, 40.052302363277903 ], [ -75.215686259742498, 40.052303458272597 ], [ -75.215881148376297, 40.052405927255101 ], [ -75.215950024939104, 40.052461985687202 ], [ -75.216066097276794, 40.0525845317053 ], [ -75.216135177720204, 40.052635139875797 ], [ -75.216287724365998, 40.052731220513998 ], [ -75.216480376690996, 40.052893632929496 ], [ -75.216679103610701, 40.053083447635501 ], [ -75.216817657719304, 40.0532692078989 ], [ -75.216938790662397, 40.0534464037178 ], [ -75.216957215470501, 40.0535231649677 ], [ -75.2169345180519, 40.053560841590702 ], [ -75.216986364982404, 40.053692877994401 ], [ -75.217066970387506, 40.053910084478296 ], [ -75.217235127505603, 40.053968330868003 ], [ -75.217314730746494, 40.054117341105602 ], [ -75.217332750490399, 40.054205000821398 ], [ -75.217335366233797, 40.054325044276901 ], [ -75.217361290941497, 40.054391062401599 ], [ -75.217407268688802, 40.054490245880899 ], [ -75.217438453919399, 40.054605465368503 ], [ -75.217461124131603, 40.054758674195597 ], [ -75.217480567011805, 40.054808187297802 ], [ -75.217457027273696, 40.055058548346999 ], [ -75.217440605992195, 40.055118179260397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29907, "tnode_": 29906, "lpoly_": null, "rpoly_": null, "length": 6752.7831645999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8600, "l_t_add": 9200, "r_f_add": 8601, "r_t_add": 9201, "st_code": 3147, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800450, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "LAVENDER TRL", "stname": "LAVENDER TRL", "objectid": 34282, "Shape__Length": 2690.4715276517359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223159333586494, 40.073295299819101 ], [ -75.223084956469407, 40.073342183878601 ], [ -75.222914295641303, 40.073430618287396 ], [ -75.222782220392503, 40.073500493562101 ], [ -75.222545208762696, 40.073589893793098 ], [ -75.222410520194401, 40.0736451556117 ], [ -75.222188800863805, 40.073722915443703 ], [ -75.222073353291705, 40.0737469814894 ], [ -75.221998366398395, 40.073757611645398 ], [ -75.221895847503305, 40.073792193611197 ], [ -75.221678890600003, 40.073823747011097 ], [ -75.221365317259696, 40.073883361130299 ], [ -75.221135166975799, 40.073893646254 ], [ -75.220957870235097, 40.073915326656 ], [ -75.220752526184597, 40.073974761999501 ], [ -75.220618293902504, 40.074002505503302 ], [ -75.220444801408703, 40.074011478324401 ], [ -75.2201611284585, 40.074028257189497 ], [ -75.219945854893595, 40.0740414262605 ], [ -75.219765230528594, 40.074063030680101 ], [ -75.219645258810203, 40.074065505968399 ], [ -75.219559514323194, 40.074043152809097 ], [ -75.219398386516403, 40.073988440941498 ], [ -75.219256079281394, 40.073964842020601 ], [ -75.218989668213297, 40.073920601576397 ], [ -75.218820742687498, 40.073896415874302 ], [ -75.218532514877097, 40.073856810594002 ], [ -75.218309876718806, 40.073844231494199 ], [ -75.218132962037899, 40.073855683362098 ], [ -75.218019263879199, 40.073868527771502 ], [ -75.217796053192203, 40.073871284429799 ], [ -75.217546223595804, 40.073806620888199 ], [ -75.217240177870394, 40.073711938240599 ], [ -75.217211221637498, 40.073651342376799 ], [ -75.217207745105597, 40.073654366084597 ], [ -75.217170888510907, 40.0736864284357 ], [ -75.217055919772903, 40.073699882693603 ], [ -75.216878564207704, 40.073711962617303 ], [ -75.216669568856702, 40.073735336168603 ], [ -75.216520460281501, 40.0737611369006 ], [ -75.216419829686103, 40.073816641670803 ], [ -75.2163838576015, 40.073865325941 ], [ -75.216381007935794, 40.073915490064302 ], [ -75.216387887057707, 40.073941408420403 ], [ -75.216455867614798, 40.0740278269353 ], [ -75.216505928369898, 40.074045685477898 ], [ -75.216600892444802, 40.074063522055802 ], [ -75.216763943938702, 40.0740611192847 ], [ -75.216846149456799, 40.074080922406303 ], [ -75.217052991122102, 40.074153715729999 ], [ -75.217174206263806, 40.0742328368312 ], [ -75.217644123662595, 40.074531810424901 ], [ -75.217662784423894, 40.074554711379001 ], [ -75.217688711110199, 40.074618253283802 ], [ -75.217732416157801, 40.074752333061298 ], [ -75.217706099505193, 40.074869710685398 ], [ -75.2176931294414, 40.074891975023498 ], [ -75.217657757625005, 40.074907252262797 ], [ -75.217580577132694, 40.074926978155702 ], [ -75.217559402985898, 40.074936397297101 ], [ -75.217552381196199, 40.074950344956399 ], [ -75.217492435743594, 40.075163642155303 ], [ -75.216984496447793, 40.075880982632697 ], [ -75.216600973414799, 40.076451986684198 ], [ -75.216496399238494, 40.076671765309499 ], [ -75.216430347591398, 40.0768387856102 ], [ -75.216442485389905, 40.076869685258799 ], [ -75.216466393461204, 40.076852343749103 ], [ -75.2165316681929, 40.076795071072702 ], [ -75.216662966170603, 40.0767494647219 ], [ -75.216897951530797, 40.076685721664099 ], [ -75.217096841079297, 40.076618036337202 ], [ -75.217168727118604, 40.076548403197897 ], [ -75.217231781925094, 40.076480074650298 ], [ -75.217337495644202, 40.076394192318901 ], [ -75.2174371141233, 40.076307043927699 ], [ -75.2175164304319, 40.076229659071103 ], [ -75.217611966620694, 40.076162841654998 ], [ -75.217734920500604, 40.076073654690703 ], [ -75.217940932182998, 40.0759403485837 ], [ -75.218031595607997, 40.075888640397402 ], [ -75.218050207061594, 40.075869897061899 ], [ -75.218074893618606, 40.075823324257101 ], [ -75.218109535046807, 40.075696453267199 ], [ -75.218134344638003, 40.075628862027799 ], [ -75.218153556531604, 40.075607446937902 ], [ -75.218227846982202, 40.075553556991899 ], [ -75.218352269065406, 40.075469507693498 ], [ -75.218463845056903, 40.0753290153298 ], [ -75.218536994072096, 40.075238729556602 ], [ -75.218677594088206, 40.075121850805203 ], [ -75.218794118848294, 40.0750507924581 ], [ -75.2188500872943, 40.075041530352401 ], [ -75.218909423448096, 40.075046585329503 ], [ -75.219036764257396, 40.075191430870298 ], [ -75.219138019355, 40.075248113320001 ], [ -75.219204557210603, 40.075240179408297 ], [ -75.219270590010197, 40.075211236635901 ], [ -75.219289809624101, 40.075182403639801 ], [ -75.219312524119701, 40.075022688800402 ], [ -75.2193977632582, 40.074912387331302 ], [ -75.219637243383303, 40.074799250662501 ], [ -75.220070562404402, 40.074709076500397 ], [ -75.220282239579802, 40.074688807430803 ], [ -75.220671546046503, 40.074691144067103 ], [ -75.221176654125799, 40.0746337066618 ], [ -75.221361459693796, 40.074681397422502 ], [ -75.2214967033145, 40.074752927077903 ], [ -75.221533246215003, 40.074816100643197 ], [ -75.221530268111707, 40.074940628299103 ], [ -75.221463688491099, 40.075085194899003 ], [ -75.221340565490706, 40.075241828666897 ], [ -75.221288216901499, 40.075340390851899 ], [ -75.221254343888702, 40.075439299177297 ], [ -75.221258538842704, 40.0755623349432 ], [ -75.221268741090796, 40.075655141160901 ], [ -75.221304005147701, 40.075703895059199 ], [ -75.221409995696305, 40.075773086340497 ], [ -75.221660329612902, 40.0760216462713 ], [ -75.221680469090302, 40.076134267688502 ], [ -75.221793700977102, 40.076361115381403 ], [ -75.221811080629493, 40.076394238953299 ], [ -75.221856683154598, 40.076427477010398 ], [ -75.221897411668493, 40.076434369965497 ], [ -75.221938921959307, 40.076420289629603 ], [ -75.221964108190804, 40.076399104453301 ], [ -75.221985424462403, 40.076350845750397 ], [ -75.222081353919407, 40.076261496784902 ], [ -75.222137376735901, 40.076201258689302 ], [ -75.222271327376603, 40.076115745275402 ], [ -75.222473173381402, 40.076046988680702 ], [ -75.222545711881693, 40.076032570596098 ], [ -75.222649478320093, 40.076037170842199 ], [ -75.222729840568704, 40.076057634606499 ], [ -75.222814347347395, 40.076103698405397 ], [ -75.222943594688303, 40.076199441972101 ], [ -75.223209055328695, 40.076405492301802 ], [ -75.223504677336095, 40.076614446710103 ], [ -75.223702169363406, 40.076806890456702 ], [ -75.223745257680505, 40.076827490988499 ], [ -75.223760177737802, 40.076819396456997 ], [ -75.223754047771706, 40.076650447845999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27887, "tnode_": 29908, "lpoly_": null, "rpoly_": null, "length": 795.01164331000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9500, "l_t_add": 9516, "r_f_add": 9509, "r_t_add": 9515, "st_code": 36660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800451, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34283, "Shape__Length": 316.3418438541878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225222959250303, 40.084418926679902 ], [ -75.225540017674703, 40.084414177832997 ], [ -75.226183721609402, 40.0843423564109 ], [ -75.226635431354197, 40.084280026091299 ], [ -75.226966120182993, 40.084240123905197 ], [ -75.227276782502003, 40.0842469427946 ], [ -75.227630184198105, 40.084298850110898 ], [ -75.2278392186236, 40.084368660947199 ], [ -75.227996322828602, 40.0844383753101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29908, "tnode_": 29217, "lpoly_": null, "rpoly_": null, "length": 326.81356379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 9518, "l_t_add": 9598, "r_f_add": 9517, "r_t_add": 9599, "st_code": 36660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800452, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34284, "Shape__Length": 130.25097227984784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.227996322828602, 40.0844383753101 ], [ -75.228062836455905, 40.0844678907267 ], [ -75.228406146695804, 40.084716411295403 ], [ -75.228602257734394, 40.084883521853101 ], [ -75.228858888265805, 40.085038584282799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26773, "tnode_": 29909, "lpoly_": null, "rpoly_": null, "length": 1740.19036127, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 50, "l_t_add": 70, "r_f_add": 51, "r_t_add": 71, "st_code": 16720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800453, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 34285, "Shape__Length": 693.11717110765028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.220002783443405, 40.081931584234901 ], [ -75.220375408928604, 40.081674675425198 ], [ -75.220561893752404, 40.081557145334401 ], [ -75.220924003476298, 40.081400906705099 ], [ -75.222555730444199, 40.080743484292697 ], [ -75.222780855890704, 40.080651127297003 ], [ -75.222952998210005, 40.080621102509099 ], [ -75.223178886923407, 40.080592979890703 ], [ -75.223322866958597, 40.080553572335504 ], [ -75.223436334467706, 40.080483086208702 ], [ -75.223689943759098, 40.080263637734497 ], [ -75.223870317865504, 40.080097313587501 ], [ -75.224299771332994, 40.0798330749464 ], [ -75.224697352559403, 40.079574215279798 ], [ -75.2249480131577, 40.079433761586003 ], [ -75.225144302914103, 40.079368001831497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29909, "tnode_": 29602, "lpoly_": null, "rpoly_": null, "length": 103.78832643000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "BELLS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 72, "l_t_add": 92, "r_f_add": 73, "r_t_add": 93, "st_code": 16720, "l_hundred": 0, "r_hundred": 0, "seg_id": 800454, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "W BELLS MILL RD", "stname": "W BELLS MILL RD", "objectid": 34286, "Shape__Length": 41.313777107046164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225144302914103, 40.079368001831497 ], [ -75.225484271484603, 40.079254106041603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29906, "tnode_": 29909, "lpoly_": null, "rpoly_": null, "length": 1089.2449047099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9036, "l_t_add": 9100, "r_f_add": 9037, "r_t_add": 9101, "st_code": 3210, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800455, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-02T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34287, "Shape__Length": 434.73445772885668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223754047771706, 40.076650447845999 ], [ -75.223930260375994, 40.076987079834403 ], [ -75.224104796212401, 40.077252920496598 ], [ -75.224147131113, 40.077413245775602 ], [ -75.224212567353703, 40.077523616764701 ], [ -75.224558902015502, 40.078135742264699 ], [ -75.224604435485304, 40.0782273782728 ], [ -75.224649210263607, 40.078542814357398 ], [ -75.224655984605107, 40.078708854183503 ], [ -75.224781562798398, 40.078983322492199 ], [ -75.224885962370607, 40.079063247688701 ], [ -75.224892775433702, 40.079113943121698 ], [ -75.224916792178504, 40.079168242083803 ], [ -75.224981343825505, 40.079215754223 ], [ -75.225086380442306, 40.079251017450602 ], [ -75.225123973605093, 40.079301098841903 ], [ -75.225144302914103, 40.079368001831497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29907, "tnode_": 29906, "lpoly_": null, "rpoly_": null, "length": 1345.2213332899998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8962, "l_t_add": 9034, "r_f_add": 8963, "r_t_add": 9035, "st_code": 3210, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 800456, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34288, "Shape__Length": 536.86029114279995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223159333586494, 40.073295299819101 ], [ -75.2230602506351, 40.073411993895597 ], [ -75.222971446320003, 40.073507080111298 ], [ -75.222899773039501, 40.073566153603103 ], [ -75.222871549892105, 40.073645589951298 ], [ -75.222821240813502, 40.0737245415187 ], [ -75.222745237219499, 40.073815057209998 ], [ -75.222711516265704, 40.073872538819501 ], [ -75.222685287918495, 40.073931479923203 ], [ -75.222672432522103, 40.074021156118697 ], [ -75.222633033009203, 40.074156714654897 ], [ -75.222631941987203, 40.0743025103313 ], [ -75.222745440575807, 40.074635892065103 ], [ -75.222736842364199, 40.074803095157101 ], [ -75.222734742587505, 40.074851515279903 ], [ -75.222787677954898, 40.0749325092738 ], [ -75.222885337431507, 40.075078964573898 ], [ -75.222977098701705, 40.075262135354798 ], [ -75.223038708012993, 40.075324897311297 ], [ -75.2231105831966, 40.075389267077 ], [ -75.223150629154105, 40.0754592006843 ], [ -75.223201150729807, 40.075536224769202 ], [ -75.223219101266096, 40.0755661261013 ], [ -75.223225365401404, 40.075607177980302 ], [ -75.2231985825089, 40.075718145739003 ], [ -75.2231817300937, 40.075777136325797 ], [ -75.223199752643694, 40.0758655498161 ], [ -75.223238008526593, 40.075947244348299 ], [ -75.223268699282997, 40.075981693785401 ], [ -75.223386369453195, 40.076077415670497 ], [ -75.223490923968001, 40.076181008500797 ], [ -75.223561873028402, 40.076294173458997 ], [ -75.223658650758296, 40.076473591321097 ], [ -75.223754047771706, 40.076650447845999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29910, "tnode_": 29907, "lpoly_": null, "rpoly_": null, "length": 762.13413751999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8872, "l_t_add": 8960, "r_f_add": 8873, "r_t_add": 8961, "st_code": 3210, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800457, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34289, "Shape__Length": 303.83990449492046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224704658665502, 40.0717355151356 ], [ -75.224725982549799, 40.0717769239902 ], [ -75.224739617193705, 40.071816709670202 ], [ -75.224719151100302, 40.071857502045297 ], [ -75.2247487849056, 40.071900465714002 ], [ -75.224744980572893, 40.0719310798872 ], [ -75.224746424830997, 40.071963856452598 ], [ -75.2247264952004, 40.072069839432899 ], [ -75.2246769830072, 40.072183357877201 ], [ -75.224606861482698, 40.072278004385701 ], [ -75.2245206939604, 40.072374345287699 ], [ -75.224383267163503, 40.072487978631003 ], [ -75.224262724568703, 40.0725774236044 ], [ -75.224115639655096, 40.072664238917497 ], [ -75.223941405440002, 40.072764783095501 ], [ -75.223745341825307, 40.072879172965202 ], [ -75.223641987277105, 40.072936251218103 ], [ -75.223516728600003, 40.073009219800497 ], [ -75.223159333586494, 40.073295299819101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29910, "tnode_": 2847, "lpoly_": null, "rpoly_": null, "length": 327.12083157999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS MILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8952, "l_t_add": 8998, "r_f_add": 8951, "r_t_add": 8999, "st_code": 77120, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800459, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS MILL DR", "stname": "THOMAS MILL DR", "objectid": 34290, "Shape__Length": 130.13720299333946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224704658665502, 40.0717355151356 ], [ -75.224835833205006, 40.071761698180602 ], [ -75.225477077284197, 40.071852682075999 ], [ -75.225849771690307, 40.071914342752699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29910, "tnode_": 29912, "lpoly_": null, "rpoly_": null, "length": 2115.5159154299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8702, "l_t_add": 8870, "r_f_add": 8703, "r_t_add": 8871, "st_code": 3210, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800460, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34291, "Shape__Length": 843.48743440423959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.224704658665502, 40.0717355151356 ], [ -75.224705805440493, 40.071695673147097 ], [ -75.224691696276594, 40.071672350811298 ], [ -75.224657577995501, 40.071623274441798 ], [ -75.224553594318294, 40.071600277291402 ], [ -75.224545299625007, 40.071581684992701 ], [ -75.224561830598901, 40.071543047843001 ], [ -75.224567307022596, 40.071499560073903 ], [ -75.224563395217899, 40.071466220214901 ], [ -75.224555776928696, 40.071421713069398 ], [ -75.224520425400499, 40.071364817753697 ], [ -75.224483080688401, 40.0713258949026 ], [ -75.224443480154406, 40.071309981607399 ], [ -75.224376105667204, 40.071292665020799 ], [ -75.224340282487603, 40.071275968850799 ], [ -75.224270987255196, 40.071225861548001 ], [ -75.224220235201997, 40.0711886846832 ], [ -75.224157436369197, 40.071148112057003 ], [ -75.224056437912907, 40.071037419596003 ], [ -75.223906133483993, 40.070867052447198 ], [ -75.223692927378906, 40.070669965418602 ], [ -75.223636698110099, 40.070577529708103 ], [ -75.223513167206804, 40.070461287687102 ], [ -75.223448693431806, 40.070423049241199 ], [ -75.223256470487996, 40.070276144062099 ], [ -75.223133936248701, 40.0701883021488 ], [ -75.223013368262897, 40.070128118823099 ], [ -75.222851761015804, 40.069963475231198 ], [ -75.222483570044105, 40.069635499217398 ], [ -75.221988468693993, 40.069498038587497 ], [ -75.2216633785482, 40.0692193346392 ], [ -75.221311922971594, 40.068804274956101 ], [ -75.221004202723094, 40.0684615156392 ], [ -75.220769506053799, 40.0681686902956 ], [ -75.220483912595896, 40.067674532033898 ], [ -75.220400091711497, 40.067472474843399 ], [ -75.220383506786902, 40.067435289663003 ], [ -75.220345478104704, 40.067392155266703 ], [ -75.220304906086795, 40.067362002273697 ], [ -75.220264719168796, 40.067290771440199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3417, "tnode_": 3234, "lpoly_": null, "rpoly_": null, "length": 592.56155984999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7316, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 61180, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820029, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34292, "Shape__Length": 236.45638310987073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155482504439306, 40.065533242559503 ], [ -75.155748449827399, 40.065809123610499 ], [ -75.155905402909795, 40.066034376136002 ], [ -75.156038169674801, 40.066273620306397 ], [ -75.156134236418595, 40.066482959215698 ], [ -75.156205283112797, 40.066728078390298 ], [ -75.156288502662093, 40.067015717242299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29923, "tnode_": 29912, "lpoly_": null, "rpoly_": null, "length": 4706.6953669200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7662, "l_t_add": 8700, "r_f_add": 7663, "r_t_add": 8701, "st_code": 3210, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800462, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34293, "Shape__Length": 1877.0001308960489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218020229189094, 40.056995526194697 ], [ -75.218110572535096, 40.056923092974102 ], [ -75.218145869171806, 40.056915796963601 ], [ -75.2182406562697, 40.056909811874299 ], [ -75.218294941365201, 40.056956759788001 ], [ -75.218392413643798, 40.057066560463397 ], [ -75.2184291013413, 40.057115812737798 ], [ -75.218454989737594, 40.0571728999806 ], [ -75.218502076735504, 40.0572250726416 ], [ -75.218548359916895, 40.0572987577874 ], [ -75.218621737014104, 40.057397262249403 ], [ -75.218680715138504, 40.057506213632699 ], [ -75.218753195167693, 40.057581821933098 ], [ -75.218796281582996, 40.0576473618069 ], [ -75.218914350092803, 40.057768380848401 ], [ -75.2190936052898, 40.057939190571197 ], [ -75.219252778677401, 40.057991140603299 ], [ -75.219325064348894, 40.058025029002202 ], [ -75.219379954105705, 40.058055842025396 ], [ -75.219438644330594, 40.058078664897899 ], [ -75.219472836874004, 40.0581009490909 ], [ -75.219486032453105, 40.058122769926598 ], [ -75.219460131662501, 40.058159877337403 ], [ -75.219458225835297, 40.058210970509201 ], [ -75.219466918841604, 40.058259605840597 ], [ -75.219492607906105, 40.058322071880099 ], [ -75.219522901069695, 40.058355034376603 ], [ -75.219655968292003, 40.058496567947202 ], [ -75.2198163834463, 40.058800703617102 ], [ -75.219910865263401, 40.058961710917899 ], [ -75.219986865195096, 40.059062301215597 ], [ -75.220039549825998, 40.059152274301802 ], [ -75.220109530638993, 40.059248011652798 ], [ -75.220128517862804, 40.059349353001899 ], [ -75.220246382223294, 40.059569944135603 ], [ -75.220339558478898, 40.059701178605501 ], [ -75.220380245581296, 40.059784159629402 ], [ -75.220419533359703, 40.059857689916001 ], [ -75.220450719077505, 40.059960645841201 ], [ -75.220526699030501, 40.060083427725601 ], [ -75.220534490655695, 40.060156264579398 ], [ -75.220615675086094, 40.0602334083976 ], [ -75.220690863058394, 40.060283507405302 ], [ -75.220775046159005, 40.060374173486899 ], [ -75.220921005594306, 40.060543946220598 ], [ -75.221043483048007, 40.060648150919498 ], [ -75.221177932460805, 40.060739377936201 ], [ -75.221277619366603, 40.060838667694398 ], [ -75.221583571074206, 40.061105792007098 ], [ -75.221644557336603, 40.061241743648502 ], [ -75.221656843853694, 40.061374416207101 ], [ -75.221657159966199, 40.061520066390798 ], [ -75.221718797386004, 40.061715612437503 ], [ -75.221748138230794, 40.061853074214199 ], [ -75.221849451076295, 40.062139969329301 ], [ -75.221886831926994, 40.062215819492401 ], [ -75.2218374672468, 40.062307415146002 ], [ -75.221918952778097, 40.062432784043501 ], [ -75.221951909810002, 40.0624732295393 ], [ -75.221985104494706, 40.0625181861313 ], [ -75.2219681968119, 40.062626578700097 ], [ -75.222092542902701, 40.062743023641701 ], [ -75.222190989773097, 40.062863841534501 ], [ -75.222301373307005, 40.0630096416293 ], [ -75.222431782698806, 40.0631361061766 ], [ -75.222453449180193, 40.063245348218203 ], [ -75.2224690549169, 40.063344568513898 ], [ -75.222470146320902, 40.063487963384901 ], [ -75.222690091257306, 40.063801792128501 ], [ -75.222855579223804, 40.064022960918997 ], [ -75.222971476154299, 40.064193601244497 ], [ -75.222999390073497, 40.064307923403099 ], [ -75.223002506781199, 40.0643969814207 ], [ -75.222993501477504, 40.064465996912901 ], [ -75.2229275535217, 40.064509041312 ], [ -75.222298953165506, 40.064628699369202 ], [ -75.221747118910002, 40.064932964998697 ], [ -75.221426287053603, 40.065081636172401 ], [ -75.2213288364307, 40.0651066828392 ], [ -75.220945443141105, 40.0653800450566 ], [ -75.220772573513003, 40.065529499517702 ], [ -75.220675932149803, 40.0657053513875 ], [ -75.220529883059001, 40.065825732392398 ], [ -75.220449231767404, 40.0659178902999 ], [ -75.220309426801194, 40.066043352260699 ], [ -75.220203609614799, 40.066120124693299 ], [ -75.220144621310197, 40.066321523927797 ], [ -75.220116306173097, 40.066563149460599 ], [ -75.220193439595803, 40.066737882049402 ], [ -75.220175422600605, 40.066875913474597 ], [ -75.220130530576, 40.067049861566502 ], [ -75.220151138212401, 40.067114166124597 ], [ -75.220205107997401, 40.067183751584302 ], [ -75.220264719168796, 40.067290771440199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29923, "tnode_": 29914, "lpoly_": null, "rpoly_": null, "length": 989.95963715000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7616, "l_t_add": 7660, "r_f_add": 7617, "r_t_add": 7661, "st_code": 3210, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 800464, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34294, "Shape__Length": 394.84626212773526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218020229189094, 40.056995526194697 ], [ -75.217983595124906, 40.0569001096869 ], [ -75.217964504204701, 40.056848554685402 ], [ -75.217957418287796, 40.0567568932833 ], [ -75.217918636791097, 40.056669916813703 ], [ -75.217800671164795, 40.056546207650499 ], [ -75.217709598327801, 40.056452696048197 ], [ -75.217673112257103, 40.056398065411102 ], [ -75.217648630083005, 40.056303330170898 ], [ -75.217635441728106, 40.056234411445303 ], [ -75.217629848197404, 40.056196609363901 ], [ -75.217621658645598, 40.056134528560001 ], [ -75.217550285574603, 40.056029339818799 ], [ -75.2175340923514, 40.055993996270601 ], [ -75.217528800031303, 40.055948126987097 ], [ -75.2175483045569, 40.0558947304458 ], [ -75.217560209162301, 40.055857314954203 ], [ -75.217565615734202, 40.055806298940801 ], [ -75.217542323419096, 40.055773490192003 ], [ -75.217511130168504, 40.0557647278847 ], [ -75.217386442248198, 40.055821188410697 ], [ -75.2172265583186, 40.055882255475197 ], [ -75.217179458836, 40.0559242785178 ], [ -75.217132159712406, 40.055971678797 ], [ -75.217108734935593, 40.055981019287898 ], [ -75.217079667695202, 40.055970521561797 ], [ -75.217047074280103, 40.055935289400097 ], [ -75.217030602194498, 40.055876206459899 ], [ -75.217035792385303, 40.055850875824603 ], [ -75.2171525101745, 40.055681286458103 ], [ -75.217200677925703, 40.055574809822097 ], [ -75.217305820752202, 40.055520528835302 ], [ -75.2173445174259, 40.055470443098798 ], [ -75.217316317315394, 40.055428650388599 ], [ -75.217397359003201, 40.055288942479102 ], [ -75.217403844246803, 40.055262333932298 ], [ -75.217420252196206, 40.0552174160118 ], [ -75.217440605992195, 40.055118179260397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29917, "tnode_": 29914, "lpoly_": null, "rpoly_": null, "length": 4223.3882478000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7502, "l_t_add": 7650, "r_f_add": 7503, "r_t_add": 7651, "st_code": 1271, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 800466, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34295, "Shape__Length": 1682.8479818896076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.210310845637096, 40.047744983273397 ], [ -75.210239906952197, 40.047770480079301 ], [ -75.210283095268906, 40.047837550241802 ], [ -75.210374636800907, 40.047907313851802 ], [ -75.210513525541998, 40.047996599043302 ], [ -75.210628798061606, 40.048074585172301 ], [ -75.210752927952797, 40.048183557714303 ], [ -75.210971736923, 40.048334320765001 ], [ -75.211115609777707, 40.048492506641701 ], [ -75.211163314082199, 40.048571424376398 ], [ -75.211295827818802, 40.048790639526203 ], [ -75.211325206379499, 40.048908083477599 ], [ -75.211343012486495, 40.0490339230806 ], [ -75.211391490021498, 40.049242629599597 ], [ -75.211430983810004, 40.0493905769153 ], [ -75.211467280547794, 40.049473568115801 ], [ -75.211520610005394, 40.049552609072499 ], [ -75.211662954992605, 40.049659571949199 ], [ -75.211805947177794, 40.049749246153397 ], [ -75.211965811877405, 40.049839292931601 ], [ -75.212069274798395, 40.049932419172301 ], [ -75.212145263224599, 40.050007634691902 ], [ -75.212230237834405, 40.050143609303397 ], [ -75.212349408370201, 40.050418763261298 ], [ -75.212465541011497, 40.0506246370459 ], [ -75.2125624118476, 40.0507435713603 ], [ -75.212648519668804, 40.050849290784598 ], [ -75.212745066714007, 40.050976869167201 ], [ -75.212775095244098, 40.051077024234999 ], [ -75.212799175278604, 40.051185699309102 ], [ -75.212812976815897, 40.051268193210703 ], [ -75.212802180538006, 40.051406377899099 ], [ -75.212752790114706, 40.051673481964698 ], [ -75.212710995003803, 40.051737445220198 ], [ -75.212647350736106, 40.051783622221897 ], [ -75.212554937540702, 40.051846467456599 ], [ -75.212492262956602, 40.0518667116256 ], [ -75.2124191469983, 40.051865096657401 ], [ -75.212290921706298, 40.051831984469302 ], [ -75.2121083922233, 40.051745763279797 ], [ -75.211974704788801, 40.051708204371401 ], [ -75.211851456280101, 40.051692504411299 ], [ -75.211783964723395, 40.0516910132948 ], [ -75.211620053280996, 40.051709020251899 ], [ -75.211749560924005, 40.051772054875599 ], [ -75.211870776247693, 40.051870721753403 ], [ -75.211991828828801, 40.051973748437298 ], [ -75.212091984198807, 40.052028318944899 ], [ -75.212161818092895, 40.052134576595698 ], [ -75.212248507157895, 40.0522455691573 ], [ -75.212337317402799, 40.052299888828998 ], [ -75.212454165494094, 40.052363552992801 ], [ -75.212538282032995, 40.052391590312901 ], [ -75.212655945638005, 40.0524334572969 ], [ -75.212745571661102, 40.052465977877098 ], [ -75.212794531856602, 40.052525482605802 ], [ -75.212895483500205, 40.052727258888702 ], [ -75.212989462690899, 40.052871136102603 ], [ -75.213041708977599, 40.052992274902003 ], [ -75.213087680602001, 40.053091461042897 ], [ -75.2131790733022, 40.053187137014 ], [ -75.213318390152594, 40.053244189300301 ], [ -75.213606284811206, 40.0532932754409 ], [ -75.213842244667205, 40.053322473627901 ], [ -75.214071898337593, 40.053342253649099 ], [ -75.2142980042793, 40.053369060176699 ], [ -75.214707871663904, 40.0534162828083 ], [ -75.215066064916499, 40.053516903015399 ], [ -75.215311794968699, 40.053611662196403 ], [ -75.215766847534795, 40.053755973787403 ], [ -75.215987101837101, 40.053840211703097 ], [ -75.216187961356496, 40.053947344663698 ], [ -75.216440195093796, 40.054107711270099 ], [ -75.216841193561294, 40.054349599178899 ], [ -75.217141007437107, 40.054683443389898 ], [ -75.217194890005004, 40.054760986281202 ], [ -75.217380038465905, 40.055029581665302 ], [ -75.217440605992195, 40.055118179260397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29915, "tnode_": 8389, "lpoly_": null, "rpoly_": null, "length": 3060.4316141099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 5800, "l_t_add": 6300, "r_f_add": 5801, "r_t_add": 6301, "st_code": 1271, "l_hundred": 5800, "r_hundred": 5800, "seg_id": 800467, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34296, "Shape__Length": 1218.711882942951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198622377059294, 40.036973376943799 ], [ -75.198651886381896, 40.0369851102719 ], [ -75.198684201104598, 40.036985828070101 ], [ -75.198710241046399, 40.036981434744803 ], [ -75.198773507972305, 40.036933119063399 ], [ -75.198823195750293, 40.0369019037173 ], [ -75.198933385694204, 40.036809881836298 ], [ -75.199049198833606, 40.036740359360202 ], [ -75.199090122025893, 40.036708924018903 ], [ -75.199119860111594, 40.036678459312903 ], [ -75.199139601885605, 40.036649365568699 ], [ -75.199174167222594, 40.036602926949698 ], [ -75.199194604656796, 40.036576062411598 ], [ -75.199227660943293, 40.036552898318703 ], [ -75.199257606352603, 40.0365486925187 ], [ -75.199285576388206, 40.036548454109401 ], [ -75.199316129873907, 40.036553861086801 ], [ -75.199365168038796, 40.036573347663399 ], [ -75.199482333638002, 40.036684701464701 ], [ -75.199535528237703, 40.036725309676399 ], [ -75.199707686234305, 40.036833164885799 ], [ -75.199756037371998, 40.036871658912702 ], [ -75.199879695329102, 40.036984113298097 ], [ -75.199931553993096, 40.037029621943397 ], [ -75.1999579168194, 40.037050230231102 ], [ -75.199984786125697, 40.037064410288103 ], [ -75.2000116005743, 40.037080050547601 ], [ -75.200048230125503, 40.0371023562804 ], [ -75.200130177648703, 40.037166025792999 ], [ -75.200156207019901, 40.037190052243297 ], [ -75.200247636179199, 40.037304990191799 ], [ -75.200277220332794, 40.037333368080397 ], [ -75.200308408926304, 40.0373552961575 ], [ -75.2003515177461, 40.0373801512944 ], [ -75.200375458358593, 40.037397877463803 ], [ -75.200464935485897, 40.037469254354797 ], [ -75.200555845494307, 40.037538314962703 ], [ -75.2006169688553, 40.037593402951202 ], [ -75.200653661417107, 40.0376219069759 ], [ -75.200745006113095, 40.037678064801703 ], [ -75.200836624088396, 40.037717278051304 ], [ -75.200952939868301, 40.037762869724702 ], [ -75.201065288837896, 40.037821544104403 ], [ -75.201125174710498, 40.037860006073899 ], [ -75.201143147805396, 40.037880390955401 ], [ -75.2011660374977, 40.037907100953902 ], [ -75.201181288365902, 40.037933800915503 ], [ -75.201196548615897, 40.037960501083099 ], [ -75.201204177484499, 40.037987211205298 ], [ -75.201219437686007, 40.038017720807403 ], [ -75.201227068285306, 40.038036801275801 ], [ -75.201242328610206, 40.038063500536801 ], [ -75.2012575884402, 40.038094020936697 ], [ -75.201265218250398, 40.038132161194 ], [ -75.2012652179273, 40.038166501099802 ], [ -75.201272848389195, 40.038193201340498 ], [ -75.201280477719806, 40.038219900654397 ], [ -75.201303358176901, 40.038246611317398 ], [ -75.201318617843697, 40.038269491201703 ], [ -75.201326248533107, 40.038288570763001 ], [ -75.201333878490502, 40.038303830957503 ], [ -75.2013415078452, 40.038311460547099 ], [ -75.201349137635702, 40.0383152707957 ], [ -75.201356768598401, 40.038319081069901 ], [ -75.201364398018796, 40.038322901220397 ], [ -75.201372028373498, 40.038319080889103 ], [ -75.201372028468299, 40.038315270551301 ], [ -75.201387288302698, 40.038311460930899 ], [ -75.201394918095801, 40.038315271176501 ], [ -75.201410178517904, 40.038322900694901 ], [ -75.201417807791003, 40.038334340617098 ], [ -75.201433058352904, 40.038345791065296 ], [ -75.201433057740601, 40.038357231081299 ], [ -75.201440687820707, 40.038368680930802 ], [ -75.201455948169695, 40.0383801207809 ], [ -75.201478837869999, 40.038399191109399 ], [ -75.201516988180003, 40.0384182711622 ], [ -75.201547507844893, 40.038437340476101 ], [ -75.201593277895498, 40.038456411164198 ], [ -75.201646688000594, 40.038479301299503 ], [ -75.201700088771801, 40.038502191201999 ], [ -75.201768758697796, 40.038528891391799 ], [ -75.201829788360698, 40.038547970752703 ], [ -75.2018908282692, 40.038559410708203 ], [ -75.2019594887105, 40.038570851194002 ], [ -75.202035787835101, 40.038570850769801 ], [ -75.202112078727296, 40.038570851013297 ], [ -75.202188368012301, 40.038578480858199 ], [ -75.202264668610297, 40.038589931152799 ], [ -75.202333328312903, 40.0386128213338 ], [ -75.202401998947195, 40.038654780527096 ], [ -75.202440138963695, 40.038704370675099 ], [ -75.2024859187771, 40.0387425208378 ], [ -75.202524069104399, 40.038776850909301 ], [ -75.202569838514705, 40.038792110844398 ], [ -75.202592728761601, 40.038761590692602 ], [ -75.202607989083205, 40.038708180749097 ], [ -75.202600358069802, 40.038658590637503 ], [ -75.202592729011997, 40.038612820817697 ], [ -75.202585097993804, 40.038567041042597 ], [ -75.202554589001195, 40.0385212611369 ], [ -75.202516438802107, 40.038486931075099 ], [ -75.202463028431296, 40.038460231006397 ], [ -75.202409628193095, 40.038448780600099 ], [ -75.202363848819601, 40.038444971212002 ], [ -75.202318068019096, 40.038425900596998 ], [ -75.202264668259801, 40.038406820445097 ], [ -75.202211258707294, 40.0383915612015 ], [ -75.202150228316796, 40.0383763112862 ], [ -75.202089188934906, 40.038364860665403 ], [ -75.202035788858595, 40.038349600647699 ], [ -75.2019900081808, 40.038330530802099 ], [ -75.2019442287, 40.038311460964302 ], [ -75.201913718755605, 40.038292381160502 ], [ -75.201883198353499, 40.038269490776898 ], [ -75.201883198693096, 40.0382427904783 ], [ -75.201898458750904, 40.038216090829202 ], [ -75.201921347934203, 40.0381855707843 ], [ -75.201951858767401, 40.038155050423697 ], [ -75.201967118562706, 40.038113090482703 ], [ -75.201990008597093, 40.0380673110675 ], [ -75.2020052688394, 40.038017720542598 ], [ -75.202028158873802, 40.037968130781699 ], [ -75.202043418370494, 40.037907101109603 ], [ -75.202043418576594, 40.0378460609043 ], [ -75.202043418353597, 40.037788840939498 ], [ -75.202028158091693, 40.037735440584903 ], [ -75.202005267893796, 40.037693470474998 ], [ -75.201967118465404, 40.037655330791701 ], [ -75.2019060883229, 40.037613370518002 ], [ -75.201845048274905, 40.037586660358201 ], [ -75.201784017928802, 40.037567590881302 ], [ -75.201738237972904, 40.037567590655499 ], [ -75.201684828213999, 40.037567590523402 ], [ -75.201631427884706, 40.037586661195398 ], [ -75.201547507836594, 40.037590480976299 ], [ -75.201471207932599, 40.037586660783496 ], [ -75.201417808665894, 40.0375675910403 ], [ -75.201356767915996, 40.0375485211026 ], [ -75.201295738147195, 40.037529440563297 ], [ -75.201227067619996, 40.037495110359004 ], [ -75.201166038523496, 40.037449330351301 ], [ -75.201135518181204, 40.037399740342799 ], [ -75.201112628294595, 40.0373387111363 ], [ -75.201112628223896, 40.037292930286398 ], [ -75.201135517523497, 40.0372586009589 ], [ -75.201204177682598, 40.037254780739197 ], [ -75.201265217753402, 40.037273860661102 ], [ -75.201341507915302, 40.037315821125098 ], [ -75.201417807667298, 40.0373539705082 ], [ -75.201501728199503, 40.037373040809797 ], [ -75.201608538629998, 40.037384481053998 ], [ -75.201692458005198, 40.037384480569003 ], [ -75.201791648623598, 40.037384480946301 ], [ -75.201898458548996, 40.0373806705405 ], [ -75.201997638620895, 40.037380670506202 ], [ -75.202104447749207, 40.037373040542398 ], [ -75.202203628292494, 40.037361600313602 ], [ -75.202279928782204, 40.037357780438803 ], [ -75.202356218728099, 40.037350150841696 ], [ -75.202424887875196, 40.037346340903298 ], [ -75.202485918238807, 40.037342520978399 ], [ -75.202546958798493, 40.037338710257401 ], [ -75.202607988751296, 40.0373387105085 ], [ -75.202653768135207, 40.037346340966501 ], [ -75.202707167938897, 40.037353971019201 ], [ -75.202745318378405, 40.037373040762297 ], [ -75.202768208117803, 40.0373883004969 ], [ -75.202791099038706, 40.037403560252997 ], [ -75.202813978210102, 40.037422630983002 ], [ -75.202836868357295, 40.037426450687498 ], [ -75.2028750184204, 40.037430261004502 ], [ -75.202913168133094, 40.037441700987301 ], [ -75.202943678762296, 40.037468411131101 ], [ -75.202966568253103, 40.037498920280399 ], [ -75.203004718890298, 40.037533261023398 ], [ -75.203050498975799, 40.037563770481803 ], [ -75.203103898763999, 40.037598110552203 ], [ -75.2031496782093, 40.037640070790403 ], [ -75.203166476704695, 40.037644698703097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3322, "tnode_": 3146, "lpoly_": null, "rpoly_": null, "length": 1492.8594548900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREST PARK", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 25930, "l_hundred": 300, "r_hundred": 300, "seg_id": 820030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREST PARK RD", "stname": "CREST PARK RD", "objectid": 34297, "Shape__Length": 595.14367665567977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191056410446294, 40.067079563116501 ], [ -75.191276720103801, 40.066981934730798 ], [ -75.191423850486302, 40.066946010835998 ], [ -75.191597579564601, 40.066977878554603 ], [ -75.191699485456098, 40.0670781486997 ], [ -75.191891377931199, 40.067788029407502 ], [ -75.191852380578496, 40.067952363040099 ], [ -75.191763247078697, 40.068093180650301 ], [ -75.190764658269302, 40.069059356680597 ], [ -75.190656207137906, 40.069132541878403 ], [ -75.190553402153498, 40.0691526529356 ], [ -75.190422731757394, 40.069138542077702 ], [ -75.190308739028694, 40.069068802440597 ], [ -75.1902120577072, 40.068926647155898 ], [ -75.190142079310704, 40.068849486824597 ], [ -75.189553469309402, 40.068491069427203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2278, "tnode_": 2210, "lpoly_": null, "rpoly_": null, "length": 382.16713955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8044, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 26020, "l_hundred": 8000, "r_hundred": 8100, "seg_id": 820031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34298, "Shape__Length": 152.23989582478902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197553554739798, 40.0761899377015 ], [ -75.198525854448803, 40.076752511791398 ], [ -75.198644255128897, 40.076821244110597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2636, "tnode_": 2566, "lpoly_": null, "rpoly_": null, "length": 329.76432697000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8020, "r_f_add": 8001, "r_t_add": 8021, "st_code": 13080, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34299, "Shape__Length": 131.36099086113535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198655026589407, 40.072861356812297 ], [ -75.198814540043401, 40.072958158049097 ], [ -75.199592173196095, 40.073410056271499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8389, "tnode_": 29916, "lpoly_": null, "rpoly_": null, "length": 2921.5156327600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 6302, "l_t_add": 7400, "r_f_add": 6303, "r_t_add": 7401, "st_code": 1271, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 800468, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34300, "Shape__Length": 1163.8142454599897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.203166476704695, 40.037644698703097 ], [ -75.2035955189654, 40.037774377826501 ], [ -75.203640407369207, 40.037780709607802 ], [ -75.203799848719001, 40.0377869120437 ], [ -75.203862078284004, 40.037793627250402 ], [ -75.203941948997496, 40.037792729867803 ], [ -75.204028056728703, 40.037810647545001 ], [ -75.2041541161434, 40.037781423680102 ], [ -75.204196452905705, 40.037765503408998 ], [ -75.204266955712797, 40.037766284865398 ], [ -75.204431909841404, 40.037814987222198 ], [ -75.204517702838601, 40.0378821120674 ], [ -75.204617836664596, 40.037911766637599 ], [ -75.204682834473601, 40.037937219603897 ], [ -75.204752035011197, 40.037989447022802 ], [ -75.204860421852601, 40.038061219573201 ], [ -75.2049803127194, 40.038103897691698 ], [ -75.205086831584197, 40.038132939178404 ], [ -75.205173538726498, 40.038134860267199 ], [ -75.205253111114402, 40.038141958951002 ], [ -75.205371833548, 40.038123244460301 ], [ -75.205557153546195, 40.038087328303199 ], [ -75.205576329265597, 40.038085085223997 ], [ -75.205674414515002, 40.038089173514102 ], [ -75.205762876754505, 40.038091960156002 ], [ -75.205865351541107, 40.038103312077503 ], [ -75.205944707904905, 40.0381152042293 ], [ -75.206033728600403, 40.038150685949098 ], [ -75.206072743933603, 40.038171422543897 ], [ -75.2060957184747, 40.038183633581603 ], [ -75.206126033823494, 40.038178883666802 ], [ -75.2061422729019, 40.038163952427396 ], [ -75.206178253879202, 40.0381429000225 ], [ -75.206222834396598, 40.038126498914004 ], [ -75.206281107822903, 40.038110585738401 ], [ -75.206541490451201, 40.038325644524797 ], [ -75.206591882756101, 40.038323255492102 ], [ -75.206649249831699, 40.038317671857499 ], [ -75.206701743682402, 40.038308563694102 ], [ -75.2067602422579, 40.038316545301498 ], [ -75.206813137172503, 40.038332642460396 ], [ -75.206853357707004, 40.038352319761003 ], [ -75.2068827847405, 40.038378311952499 ], [ -75.206910214120498, 40.038401683044398 ], [ -75.206932761966797, 40.038433293824703 ], [ -75.206967446154295, 40.0384925123698 ], [ -75.206988792047895, 40.038525606603997 ], [ -75.207022183109402, 40.038552112692798 ], [ -75.2070764593566, 40.038590038221301 ], [ -75.207156090971594, 40.038654854997503 ], [ -75.207191488061696, 40.038672219740199 ], [ -75.207263903596498, 40.0386881127206 ], [ -75.207314538503098, 40.038711791085802 ], [ -75.207349409865103, 40.0387358367743 ], [ -75.207367278268904, 40.038768769258297 ], [ -75.2073704824397, 40.038809926724397 ], [ -75.207376218884406, 40.038855268630897 ], [ -75.207427524246597, 40.038895909608399 ], [ -75.207482030595202, 40.038937687300397 ], [ -75.2075367101951, 40.038947247211297 ], [ -75.207626125151094, 40.039000321210999 ], [ -75.207672679088802, 40.039050867923599 ], [ -75.207682286887106, 40.0391126865009 ], [ -75.207701062724297, 40.0391502530358 ], [ -75.207743150578295, 40.039197172548 ], [ -75.207768164887497, 40.039216750814802 ], [ -75.207802577903493, 40.039243686532501 ], [ -75.207858953829401, 40.039352725465001 ], [ -75.207910118862699, 40.039409740593698 ], [ -75.207926554877105, 40.039446344391401 ], [ -75.207931190431694, 40.0394638209767 ], [ -75.207919106805804, 40.039477442474897 ], [ -75.2079180575506, 40.039490807221497 ], [ -75.207951690884101, 40.039543380725299 ], [ -75.207986946494202, 40.039577119563901 ], [ -75.208008813587298, 40.039659315238097 ], [ -75.208019278035096, 40.039684537873697 ], [ -75.208048322454303, 40.039700837321 ], [ -75.208053964143602, 40.039705568987998 ], [ -75.208068720758007, 40.039717944632599 ], [ -75.208100729260806, 40.039787895767098 ], [ -75.208137710656999, 40.039846699837298 ], [ -75.208180898768504, 40.039901475015597 ], [ -75.208187016399094, 40.0399365007356 ], [ -75.208225909156099, 40.040022300499402 ], [ -75.208272546058296, 40.040072509099602 ], [ -75.208353134103504, 40.040115496880702 ], [ -75.208376922837502, 40.040118579397898 ], [ -75.208406414917803, 40.040105625961701 ], [ -75.208474034042496, 40.040120555157102 ], [ -75.208544252350507, 40.040120733879299 ], [ -75.2085978476495, 40.040122497240098 ], [ -75.208727126827199, 40.040146647232604 ], [ -75.208785865163904, 40.0401660226172 ], [ -75.208811327517594, 40.040191089536698 ], [ -75.208852413882099, 40.0402329859009 ], [ -75.208901705397693, 40.040274521365802 ], [ -75.208940309007502, 40.040333042088299 ], [ -75.208982112497395, 40.040392700367597 ], [ -75.209070826410397, 40.040461571118797 ], [ -75.209113150244704, 40.040474528500397 ], [ -75.209139329673704, 40.0404981705043 ], [ -75.209157968708098, 40.040550035322298 ], [ -75.209189507466306, 40.040595441491298 ], [ -75.209188073796994, 40.040633731118497 ], [ -75.209178098049406, 40.0406782180847 ], [ -75.209176424989707, 40.040718016997801 ], [ -75.209174715127702, 40.040794457873098 ], [ -75.209136989713201, 40.040877802928797 ], [ -75.209135328200304, 40.040955455817802 ], [ -75.209090766253098, 40.041005611759701 ], [ -75.209079510533002, 40.0411398785008 ], [ -75.209102827893702, 40.0411908737305 ], [ -75.209156786347094, 40.0412726248273 ], [ -75.209188205614893, 40.041315000984099 ], [ -75.209199673589893, 40.041345656198402 ], [ -75.209173360836701, 40.041398417882903 ], [ -75.209167921176302, 40.041467836750599 ], [ -75.209184586183099, 40.041540589925603 ], [ -75.209216822349404, 40.041641363542801 ], [ -75.209262966221104, 40.041709203274003 ], [ -75.209283751452801, 40.041756013166903 ], [ -75.209293070875802, 40.041792176412002 ], [ -75.209299861244503, 40.041844163843898 ], [ -75.209318638565193, 40.041880106503598 ], [ -75.2093449626759, 40.041907383576898 ], [ -75.209371286807894, 40.041934660644202 ], [ -75.209392371363904, 40.041967812567201 ], [ -75.209374164058403, 40.042027887689898 ], [ -75.209373990746698, 40.042082236685502 ], [ -75.209390033854305, 40.042297977387697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29916, "tnode_": 29917, "lpoly_": null, "rpoly_": null, "length": 2547.8379262499998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7402, "l_t_add": 7500, "r_f_add": 7403, "r_t_add": 7501, "st_code": 1271, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 800469, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34301, "Shape__Length": 1015.7520291665904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.209390033854305, 40.042297977387697 ], [ -75.209792144462099, 40.0424946820348 ], [ -75.210066231252597, 40.042575115000801 ], [ -75.210143566576704, 40.042624152701798 ], [ -75.210271616215294, 40.042728400460597 ], [ -75.2104592966501, 40.042884674670603 ], [ -75.210625256904393, 40.043033707295201 ], [ -75.210739491722805, 40.043154551850797 ], [ -75.210889993816096, 40.043364092257796 ], [ -75.210921949965893, 40.043427137875703 ], [ -75.210932577154395, 40.043484835825303 ], [ -75.210921129323097, 40.043632249401703 ], [ -75.210910992383106, 40.043677460040101 ], [ -75.210889038597202, 40.043737554379398 ], [ -75.210821573592597, 40.043837317439397 ], [ -75.210784316213605, 40.043918189305998 ], [ -75.210659138078796, 40.044076982225597 ], [ -75.210724177380897, 40.0441514757118 ], [ -75.210758198517894, 40.0441826527098 ], [ -75.210841068595002, 40.044201387279301 ], [ -75.210928839136102, 40.044206707905097 ], [ -75.210983250072303, 40.0442282407205 ], [ -75.211019235105297, 40.044259414193803 ], [ -75.211048571445303, 40.044309996895997 ], [ -75.211055123555795, 40.0443582433724 ], [ -75.211043897969205, 40.0444327674033 ], [ -75.211064740660206, 40.044571430581698 ], [ -75.211098859952301, 40.044717548336301 ], [ -75.211142527469903, 40.044843593807897 ], [ -75.211147525760893, 40.0449451207718 ], [ -75.211135323611501, 40.045036125931198 ], [ -75.211100037486801, 40.045093131647597 ], [ -75.211072188304897, 40.045135667693202 ], [ -75.211053658961305, 40.045220251234198 ], [ -75.211026304612403, 40.0452736849833 ], [ -75.210982679599198, 40.045353904412998 ], [ -75.210968064024996, 40.045386211062997 ], [ -75.210963648703796, 40.045432462685397 ], [ -75.210957924807502, 40.045449428130297 ], [ -75.210942215367496, 40.045463690611001 ], [ -75.210911691244803, 40.0454813053191 ], [ -75.210893867504197, 40.045502569579398 ], [ -75.210881025569805, 40.045531179879497 ], [ -75.210845367773402, 40.045614552269001 ], [ -75.210788836452807, 40.0457147191985 ], [ -75.210751022408601, 40.045784874891702 ], [ -75.2107437674278, 40.045829719447703 ], [ -75.210750254535995, 40.045858461467603 ], [ -75.210764430882705, 40.045896729432201 ], [ -75.210801836654596, 40.045955025610297 ], [ -75.210878923564493, 40.046010818319999 ], [ -75.210927780508797, 40.046036072029402 ], [ -75.210969933857697, 40.046063931905799 ], [ -75.210992793109398, 40.046091129259899 ], [ -75.211014553915106, 40.046167577087097 ], [ -75.211040168807898, 40.0462039696679 ], [ -75.211060854163406, 40.046248567713299 ], [ -75.211078764403894, 40.046312596640298 ], [ -75.211067384867803, 40.046384083605297 ], [ -75.211051168797795, 40.046439764660398 ], [ -75.211012523042299, 40.046545866349099 ], [ -75.210971109714094, 40.046629335921203 ], [ -75.210949218622503, 40.046660724926902 ], [ -75.210901609517407, 40.0466975713707 ], [ -75.210834799581406, 40.046719758500899 ], [ -75.210763847401907, 40.046735092932501 ], [ -75.210697669428001, 40.046740391203699 ], [ -75.210592147498105, 40.0467225082688 ], [ -75.210516543792906, 40.046726210533897 ], [ -75.210420910197698, 40.046730892625398 ], [ -75.210354226497699, 40.0467497017206 ], [ -75.210322450001996, 40.046776043613001 ], [ -75.210274104864894, 40.0467749747881 ], [ -75.210217356110704, 40.046773254331399 ], [ -75.210199010354998, 40.046783456193403 ], [ -75.210202846106796, 40.046803411643602 ], [ -75.210257506197195, 40.046865882678901 ], [ -75.210376773963205, 40.046969935962998 ], [ -75.210418448599299, 40.0470317071808 ], [ -75.210501166002402, 40.047172138347896 ], [ -75.210516723458596, 40.047226571066801 ], [ -75.210513436567993, 40.047314392708799 ], [ -75.210487289458896, 40.047425372847201 ], [ -75.210417065220994, 40.047538759129303 ], [ -75.210354366611298, 40.0476861172477 ], [ -75.210310845637096, 40.047744983273397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29923, "tnode_": 29918, "lpoly_": null, "rpoly_": null, "length": 5257.3864664299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 7652, "l_t_add": 8706, "r_f_add": 7653, "r_t_add": 8705, "st_code": 1271, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 800470, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34302, "Shape__Length": 2096.646358869395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218020229189094, 40.056995526194697 ], [ -75.217951887499396, 40.057057732275801 ], [ -75.217966044217505, 40.0570918586753 ], [ -75.217997084407799, 40.0571483144411 ], [ -75.218054586406893, 40.0572000834158 ], [ -75.218113889524602, 40.057218957013497 ], [ -75.218255709585904, 40.057262483773499 ], [ -75.218370481444694, 40.057325788603201 ], [ -75.218507350446401, 40.057412234847902 ], [ -75.218628617664905, 40.057541398513401 ], [ -75.218669607981795, 40.057569214380102 ], [ -75.218703588271396, 40.057691072281997 ], [ -75.218762966938698, 40.0577892673303 ], [ -75.218820653395198, 40.0578389820826 ], [ -75.2188964523762, 40.057904843436503 ], [ -75.218944501354002, 40.057963625174203 ], [ -75.219014959706499, 40.058010156845398 ], [ -75.219101341762894, 40.058100519524999 ], [ -75.219154725428993, 40.058160168307701 ], [ -75.219164104369199, 40.058222595912902 ], [ -75.219168080700001, 40.058272910447897 ], [ -75.219191063131305, 40.058336763040501 ], [ -75.219219409574805, 40.058387614370297 ], [ -75.219227202332306, 40.058440261851999 ], [ -75.219236108396004, 40.058489185710101 ], [ -75.219262505419394, 40.058539994087702 ], [ -75.219307989662497, 40.058588150475202 ], [ -75.219360863027106, 40.058649361047998 ], [ -75.219453787152801, 40.058818458729498 ], [ -75.219539194316994, 40.058968416691798 ], [ -75.219545253394401, 40.059007635354298 ], [ -75.219539984144504, 40.059044252023597 ], [ -75.219531540280201, 40.059087546336897 ], [ -75.219501734201998, 40.0591281203818 ], [ -75.219466830700895, 40.0591745800849 ], [ -75.219402099313797, 40.059209888021599 ], [ -75.219316134293706, 40.059276400065002 ], [ -75.219219496642296, 40.059344321286602 ], [ -75.219170462383502, 40.059397473099899 ], [ -75.219088093949793, 40.059477007016902 ], [ -75.218981461324304, 40.059576343670599 ], [ -75.218915975740799, 40.059597498098803 ], [ -75.218895187282598, 40.0596054815841 ], [ -75.218908155040793, 40.059650822480499 ], [ -75.218920482119202, 40.059677067958802 ], [ -75.218950839653701, 40.059722456755203 ], [ -75.218989076554095, 40.059737557323899 ], [ -75.219032159765803, 40.059737507160797 ], [ -75.219088762165896, 40.0597291421508 ], [ -75.219243392599694, 40.059691697885299 ], [ -75.219313031013897, 40.059669202155 ], [ -75.219372578863002, 40.059665707796498 ], [ -75.219425227278904, 40.059674002354598 ], [ -75.219467355001299, 40.059686835053697 ], [ -75.219557021883503, 40.0597751207915 ], [ -75.219701303681106, 40.0599568739134 ], [ -75.219790922740998, 40.060058814798701 ], [ -75.219833641653096, 40.060147292695 ], [ -75.2198355162393, 40.0602009063048 ], [ -75.219815930714105, 40.060310596565898 ], [ -75.219807232544895, 40.060406264706899 ], [ -75.219821552076397, 40.0604714382428 ], [ -75.219852835105499, 40.060567366911599 ], [ -75.219865542894894, 40.060642053705202 ], [ -75.219871176486805, 40.060698726076801 ], [ -75.219849495591006, 40.0607607507553 ], [ -75.219816537808597, 40.060813597333002 ], [ -75.219739343746298, 40.060892421263397 ], [ -75.219647888252496, 40.060973577304701 ], [ -75.219630520674301, 40.061023791172403 ], [ -75.219641343784801, 40.0611490328277 ], [ -75.2196726256999, 40.061244961516202 ], [ -75.219738519690594, 40.061347605281398 ], [ -75.219817354589907, 40.0614148193864 ], [ -75.219885466056795, 40.061457986681802 ], [ -75.219977686704993, 40.0614778750789 ], [ -75.220054981120299, 40.0614825529981 ], [ -75.220113810841397, 40.061463014591801 ], [ -75.220196085329604, 40.061438039466999 ], [ -75.220278802162099, 40.061401169163901 ], [ -75.220362849588795, 40.0613286135195 ], [ -75.220534704132007, 40.061186559912898 ], [ -75.220609790381005, 40.061146545409699 ], [ -75.220648714593196, 40.061141450291501 ], [ -75.220697019567794, 40.061143650694397 ], [ -75.220750046604195, 40.0611867989644 ], [ -75.220821115705107, 40.061285069032401 ], [ -75.220857763074804, 40.0613488462986 ], [ -75.220976879073604, 40.061482014334402 ], [ -75.221050427639199, 40.061545748692097 ], [ -75.221107963736003, 40.061624979092798 ], [ -75.2211296264705, 40.061698172530498 ], [ -75.221111311993099, 40.061824265636901 ], [ -75.221104771227303, 40.061999721234898 ], [ -75.221099001540495, 40.062114890161602 ], [ -75.221088885412001, 40.062176888473601 ], [ -75.221070049243707, 40.062263434401999 ], [ -75.221029636300401, 40.062386987753797 ], [ -75.221011027336701, 40.062415064955999 ], [ -75.220970860722801, 40.062445666183798 ], [ -75.220822617779206, 40.062548854081797 ], [ -75.220705133005794, 40.062690576903798 ], [ -75.2206487464872, 40.062816027407202 ], [ -75.220636493257302, 40.062935327926802 ], [ -75.220657190457004, 40.063046270839401 ], [ -75.220709955589598, 40.063137650836097 ], [ -75.220726146774595, 40.063153293532402 ], [ -75.220757547630598, 40.0631688862941 ], [ -75.220801999787298, 40.063180360455803 ], [ -75.220974348128493, 40.0632097935869 ], [ -75.221151053754596, 40.063212781725298 ], [ -75.221216408386596, 40.0632065066306 ], [ -75.221255950088704, 40.063199347176003 ], [ -75.221290709959604, 40.063209107686099 ], [ -75.221325485306394, 40.063248652736199 ], [ -75.2213358785217, 40.063306057734103 ], [ -75.2212721673814, 40.063432007763701 ], [ -75.221212217711795, 40.063585453333999 ], [ -75.221198500101295, 40.063641700625602 ], [ -75.221184671618204, 40.063700921464303 ], [ -75.221170262914399, 40.063765325573598 ], [ -75.221163653826494, 40.0638378967707 ], [ -75.221186571420205, 40.063903620604599 ], [ -75.221243253717603, 40.063999835677301 ], [ -75.221292621369003, 40.064078305016402 ], [ -75.221349156536903, 40.064174825833 ], [ -75.221360838697805, 40.064222666287897 ], [ -75.221370243956699, 40.064266753543997 ], [ -75.221357623981305, 40.064308906407902 ], [ -75.221331267287496, 40.064349148698703 ], [ -75.2212572043764, 40.064404913132101 ], [ -75.221097717791395, 40.064528985968899 ], [ -75.221009804895701, 40.064590584818497 ], [ -75.2209236873084, 40.064662905322599 ], [ -75.220863570705504, 40.064709091648403 ], [ -75.220763183883193, 40.064799089047902 ], [ -75.220564850803001, 40.064996005765401 ], [ -75.220525086421901, 40.065046529532303 ], [ -75.220493020994695, 40.065077636922801 ], [ -75.220281878952605, 40.0652138207058 ], [ -75.220200561506005, 40.065292721832797 ], [ -75.220176875990802, 40.065329040287303 ], [ -75.220144083984593, 40.065394368529098 ], [ -75.220076679861506, 40.0654946501881 ], [ -75.219942024977399, 40.065620438625899 ], [ -75.219847360593903, 40.065706064403997 ], [ -75.219807683263099, 40.065749607140297 ], [ -75.219760625028698, 40.065791642152703 ], [ -75.219625799604302, 40.065979153718899 ], [ -75.219584875713807, 40.066037777734799 ], [ -75.219524919926101, 40.066191222402502 ], [ -75.219503015103498, 40.066259194090101 ], [ -75.219437524610896, 40.066457161184402 ], [ -75.219425073840597, 40.066531293037698 ], [ -75.219417653484896, 40.066626370301698 ], [ -75.219436883213106, 40.066733938417997 ], [ -75.2193997179874, 40.066795621142397 ], [ -75.219384334050304, 40.066896475907001 ], [ -75.219338456418697, 40.067010975039203 ], [ -75.219236870699305, 40.067222194540904 ], [ -75.219164204485594, 40.067363319110399 ], [ -75.219133880625606, 40.0674782652478 ], [ -75.219068069076897, 40.067565720640602 ], [ -75.219015292619503, 40.067639047167901 ], [ -75.219004216616298, 40.067684456680801 ], [ -75.219029451663602, 40.0677708666014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29918, "tnode_": 29659, "lpoly_": null, "rpoly_": null, "length": 468.942597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 548, "r_f_add": 501, "r_t_add": 549, "st_code": 68100, "l_hundred": 500, "r_hundred": 500, "seg_id": 800471, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34303, "Shape__Length": 186.65060616083267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219029451663602, 40.0677708666014 ], [ -75.2191531168626, 40.067721402813604 ], [ -75.220372142855794, 40.067268481449197 ], [ -75.220544170161801, 40.067222831569097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28686, "tnode_": 29918, "lpoly_": null, "rpoly_": null, "length": 1157.9995687799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 550, "l_t_add": 590, "r_f_add": 551, "r_t_add": 591, "st_code": 68100, "l_hundred": 500, "r_hundred": 500, "seg_id": 800472, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "REX AVE", "stname": "REX AVE", "objectid": 34304, "Shape__Length": 461.3136657120906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215881118527705, 40.069712267485599 ], [ -75.216205155181697, 40.0692599133952 ], [ -75.217153014380798, 40.068521389936002 ], [ -75.219029451663602, 40.0677708666014 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2709, "tnode_": 2636, "lpoly_": null, "rpoly_": null, "length": 276.65203257999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 83460, "l_hundred": 100, "r_hundred": 100, "seg_id": 820034, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34305, "Shape__Length": 110.31860562532366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199253125913501, 40.072256691689198 ], [ -75.198655026589407, 40.072861356812297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2752, "tnode_": 2721, "lpoly_": null, "rpoly_": null, "length": 148.24667722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7824, "l_t_add": 7898, "r_f_add": 7821, "r_t_add": 7899, "st_code": 13080, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820035, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34306, "Shape__Length": 59.060649785533883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196965675686101, 40.0718601738484 ], [ -75.197287400947801, 40.072061336377402 ], [ -75.197375566079998, 40.072117941456497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3055, "tnode_": 2910, "lpoly_": null, "rpoly_": null, "length": 546.1452722, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 73920, "l_hundred": 0, "r_hundred": 0, "seg_id": 820036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPRINGFIELD AVE", "stname": "E SPRINGFIELD AVE", "objectid": 34307, "Shape__Length": 217.77664491825777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199857728434196, 40.069629088997097 ], [ -75.198679957664794, 40.070824468715699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29918, "tnode_": 29919, "lpoly_": null, "rpoly_": null, "length": 2922.04070938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8708, "l_t_add": 8900, "r_f_add": 8707, "r_t_add": 8901, "st_code": 1271, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800473, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34308, "Shape__Length": 1164.7759093602365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.219029451663602, 40.0677708666014 ], [ -75.219074696310003, 40.0678736306171 ], [ -75.2193342133436, 40.067902359398801 ], [ -75.219824930490404, 40.067715254306798 ], [ -75.220109171463207, 40.0676432691264 ], [ -75.220056695601301, 40.067704100509701 ], [ -75.219982941228807, 40.067778379262101 ], [ -75.219840220494106, 40.067867476327798 ], [ -75.219684241277704, 40.067953791827499 ], [ -75.2196439247505, 40.067979787980697 ], [ -75.219547902648003, 40.068023215277599 ], [ -75.219550971722597, 40.068039025060102 ], [ -75.219568079721597, 40.068051209339203 ], [ -75.219646237094096, 40.068035500617199 ], [ -75.219749044674103, 40.068025957732601 ], [ -75.219990825414996, 40.0680456899672 ], [ -75.220046488580294, 40.068079133286098 ], [ -75.220093104322302, 40.068128832273402 ], [ -75.220105907333206, 40.0681724925794 ], [ -75.220124455817896, 40.068237336543497 ], [ -75.220119313882606, 40.068309046208903 ], [ -75.220150735491401, 40.068375992686697 ], [ -75.220214605199203, 40.0684303277719 ], [ -75.220283003671597, 40.068523884645998 ], [ -75.220397658149693, 40.068662185038299 ], [ -75.2204758926502, 40.068732945078999 ], [ -75.220579100029198, 40.068776640145003 ], [ -75.220682563612598, 40.068813436426296 ], [ -75.220807102966702, 40.068887517461 ], [ -75.220869665005495, 40.068936157017198 ], [ -75.220916540949005, 40.068993974832097 ], [ -75.220983280727594, 40.069088213741601 ], [ -75.221020765287307, 40.069182181788399 ], [ -75.221076594715001, 40.0692915704265 ], [ -75.221113569462702, 40.0693844352108 ], [ -75.221122196888601, 40.069474375916101 ], [ -75.221119024984702, 40.069559452871999 ], [ -75.221095923771799, 40.069697022020897 ], [ -75.221107760722404, 40.0697248466616 ], [ -75.221129170273201, 40.0697640398852 ], [ -75.221129712581103, 40.0697650330033 ], [ -75.221175696732402, 40.069806937510599 ], [ -75.221232219152398, 40.069817386796501 ], [ -75.221327820864303, 40.0698240928023 ], [ -75.221396314269498, 40.069834804522301 ], [ -75.221452836746707, 40.069845253699597 ], [ -75.221516881471501, 40.069894989570997 ], [ -75.221592554362104, 40.069954186718697 ], [ -75.221620129599003, 40.069976793933101 ], [ -75.221665748910198, 40.069999521535898 ], [ -75.221786744009194, 40.070048209095503 ], [ -75.221995727658296, 40.070147159765597 ], [ -75.222076015614604, 40.070243278165101 ], [ -75.222193841986595, 40.070377043199699 ], [ -75.222248137081493, 40.070447276248103 ], [ -75.222358869825896, 40.070530256357799 ], [ -75.222412839171994, 40.070624785591697 ], [ -75.222492498655797, 40.070667019368003 ], [ -75.222617369732205, 40.070693942137297 ], [ -75.222730980102, 40.070708809586002 ], [ -75.222810958876394, 40.070777231261701 ], [ -75.222851123730294, 40.070823338165297 ], [ -75.223081663930401, 40.071229632385801 ], [ -75.223130522612905, 40.071405604195803 ], [ -75.223135733053894, 40.071506975242002 ], [ -75.223179594225797, 40.071616099564302 ], [ -75.223278696159596, 40.071770163725901 ], [ -75.223270389709995, 40.071822383835404 ], [ -75.223196371817593, 40.071917343892203 ], [ -75.223166190910106, 40.071935683155999 ], [ -75.223155927524303, 40.0719699763888 ], [ -75.223159378147002, 40.072143363071199 ], [ -75.223149912663303, 40.072192912368997 ], [ -75.223120110612101, 40.072225916432402 ], [ -75.223061071782794, 40.072264755762703 ], [ -75.222956910703999, 40.0723269017736 ], [ -75.222952889828406, 40.072354428840796 ], [ -75.222995643123298, 40.072412900172097 ], [ -75.223013344338, 40.0724201937294 ], [ -75.223043617800897, 40.072411653950901 ], [ -75.223373283923806, 40.072326851459998 ], [ -75.223456508547301, 40.072538794918799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2682, "tnode_": 29919, "lpoly_": null, "rpoly_": null, "length": 2233.8172037599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS MILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 77120, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800474, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS MILL DR", "stname": "THOMAS MILL DR", "objectid": 34309, "Shape__Length": 888.75004039602152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.215753523495493, 40.072886363792001 ], [ -75.219324165307597, 40.072875047346798 ], [ -75.2200839675466, 40.072879613076097 ], [ -75.220669848036593, 40.072957038718002 ], [ -75.221281966504705, 40.073021532771399 ], [ -75.221992726881695, 40.073067578724597 ], [ -75.222436135402205, 40.073065168453802 ], [ -75.222819433347993, 40.072976290629597 ], [ -75.223107812916496, 40.072885323606997 ], [ -75.223288621548093, 40.072706847728803 ], [ -75.223451680529706, 40.072545712025402 ], [ -75.223456508547301, 40.072538794918799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29919, "tnode_": 29910, "lpoly_": null, "rpoly_": null, "length": 671.39388879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOMAS MILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8900, "l_t_add": 8950, "r_f_add": 8901, "r_t_add": 8949, "st_code": 77120, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 800475, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "THOMAS MILL DR", "stname": "THOMAS MILL DR", "objectid": 34310, "Shape__Length": 267.72011813397933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223456508547301, 40.072538794918799 ], [ -75.223587475758706, 40.072351180542199 ], [ -75.223870990113099, 40.071457744010402 ], [ -75.224113338457698, 40.0716059399169 ], [ -75.224356504920706, 40.071666020715099 ], [ -75.224704658665502, 40.0717355151356 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29919, "tnode_": 2682, "lpoly_": null, "rpoly_": null, "length": 2278.75868055, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 8902, "l_t_add": 9250, "r_f_add": 8903, "r_t_add": 9251, "st_code": 1271, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 800476, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITE TRL", "stname": "WHITE TRL", "objectid": 34311, "Shape__Length": 906.71365778531549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.223456508547301, 40.072538794918799 ], [ -75.223373434164699, 40.072769407934402 ], [ -75.223273802140397, 40.072870774997298 ], [ -75.223083436743494, 40.072995461281998 ], [ -75.2228521093041, 40.073093932161001 ], [ -75.222640453247095, 40.073146809695601 ], [ -75.222413620178401, 40.073164834133998 ], [ -75.222022426514798, 40.073172338397697 ], [ -75.221713798706602, 40.073174753502599 ], [ -75.221529896543998, 40.073166105188697 ], [ -75.221268051382793, 40.073118920576199 ], [ -75.220833637240602, 40.073040323006801 ], [ -75.220399691487401, 40.0729893486889 ], [ -75.220173488051998, 40.072953539984297 ], [ -75.219995505840203, 40.072943630182699 ], [ -75.219732290121499, 40.072933232839901 ], [ -75.219377613566706, 40.072925423190199 ], [ -75.219001558031394, 40.0729286482144 ], [ -75.218512778033201, 40.072934854394298 ], [ -75.217894796191203, 40.072932591384998 ], [ -75.217543767924795, 40.072925606085697 ], [ -75.216899820164201, 40.072923408832899 ], [ -75.216346591658194, 40.072914211645902 ], [ -75.216006295642998, 40.072937145197102 ], [ -75.215753523495493, 40.072886363792001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29909, "tnode_": 29908, "lpoly_": null, "rpoly_": null, "length": 2975.1878525400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORANGE", "st_type": "TRL", "suf_dir": " ", "zip_left": 19128, "zip_right": 19128, "l_f_add": 9102, "l_t_add": 9700, "r_f_add": 9103, "r_t_add": 9701, "st_code": 3210, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 800477, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2015-04-06T00:00:00Z", "newsegdate": "2015-04-06T00:00:00Z", "multi_rep": 0, "streetlabe": "ORANGE TRL", "stname": "ORANGE TRL", "objectid": 34312, "Shape__Length": 1185.648127569503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.225144302914103, 40.079368001831497 ], [ -75.225158333550496, 40.079428766729997 ], [ -75.225208764946203, 40.079533085220099 ], [ -75.225308246384998, 40.079625305938798 ], [ -75.225483216108302, 40.079763104537001 ], [ -75.225585554313298, 40.079855387748196 ], [ -75.225634029007793, 40.0799355074166 ], [ -75.2256649106655, 40.080052794963102 ], [ -75.225734842983201, 40.080179710440703 ], [ -75.225819559129903, 40.080322412501197 ], [ -75.225893232680704, 40.080427482558697 ], [ -75.225954975749403, 40.0805109253061 ], [ -75.226051049634506, 40.080623796938802 ], [ -75.226188444141897, 40.080800546257201 ], [ -75.226293628725102, 40.080924299000699 ], [ -75.226466243992604, 40.081065276138098 ], [ -75.226658907451494, 40.081212315346399 ], [ -75.226751432178801, 40.081263261557503 ], [ -75.227020388056104, 40.081421532737998 ], [ -75.227263621881605, 40.081604258356499 ], [ -75.227445748119806, 40.081725764108299 ], [ -75.227585079889593, 40.081836771753402 ], [ -75.227872019717594, 40.081991709016101 ], [ -75.227996288033694, 40.082065069174099 ], [ -75.228114809031396, 40.0821177090993 ], [ -75.2285673095394, 40.082310364350498 ], [ -75.228730948567204, 40.082362641000998 ], [ -75.228877269635007, 40.082428376789899 ], [ -75.229355791884501, 40.082670699188 ], [ -75.229821726455597, 40.082893368580699 ], [ -75.229951806976302, 40.082977745170403 ], [ -75.230116410071105, 40.083117978639898 ], [ -75.230160368950393, 40.083235045097901 ], [ -75.230176023475906, 40.083306229687302 ], [ -75.230170362105198, 40.083397414794703 ], [ -75.230172541244499, 40.083498439434102 ], [ -75.230128703598794, 40.083555388718203 ], [ -75.230040796702298, 40.083604110713402 ], [ -75.229958614045799, 40.083629057534502 ], [ -75.229777014201801, 40.083674115903897 ], [ -75.229352577333898, 40.0837771038196 ], [ -75.229171213509602, 40.083829075233098 ], [ -75.228994211645301, 40.083859308294301 ], [ -75.228833437804198, 40.083883073830499 ], [ -75.228621997326897, 40.083931655559603 ], [ -75.228457674251104, 40.083955343619799 ], [ -75.228302681925598, 40.084014714536799 ], [ -75.228202465044305, 40.084034350454402 ], [ -75.228031089831504, 40.0840565172835 ], [ -75.227901608979096, 40.084098708692601 ], [ -75.227839480419803, 40.084145107017498 ], [ -75.227833140503407, 40.084172259863799 ], [ -75.227995246178907, 40.0843204712356 ], [ -75.227996322828602, 40.0844383753101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2307, "tnode_": 2220, "lpoly_": null, "rpoly_": null, "length": 417.63167538, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "STATION", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 99, "r_f_add": 0, "r_t_add": 98, "st_code": 74475, "l_hundred": 200, "r_hundred": 200, "seg_id": 800478, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2015-06-04T00:00:00Z", "newsegdate": "2015-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "N STATION LN", "stname": "N STATION LN", "objectid": 34313, "Shape__Length": 166.49445521244019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202625440220402, 40.076006488642399 ], [ -75.202666089882797, 40.076065798804301 ], [ -75.202517891666105, 40.076207862365798 ], [ -75.202357561643495, 40.076332728819203 ], [ -75.202008517238298, 40.0765621791721 ], [ -75.201720058330594, 40.076857313251701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2974, "tnode_": 29966, "lpoly_": null, "rpoly_": null, "length": 425.20230551999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHESTNUT HILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 22880, "l_hundred": 400, "r_hundred": 400, "seg_id": 800479, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2017-02-01T00:00:00Z", "newsegdate": "2017-02-01T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHESTNUT HILL AVE", "stname": "W CHESTNUT HILL AVE", "objectid": 34314, "Shape__Length": 169.50679050113527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.218075218753597, 40.070575956886799 ], [ -75.219070590922797, 40.069694127718797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3641, "tnode_": 3515, "lpoly_": null, "rpoly_": null, "length": 596.92783805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 34700, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34315, "Shape__Length": 237.84246040264972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541125440569, 40.063656788610899 ], [ -75.155392640870602, 40.064374994082797 ], [ -75.155641529308994, 40.064749793011799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4257, "tnode_": 4052, "lpoly_": null, "rpoly_": null, "length": 1027.0229211199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKEMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 17840, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820002, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKEMORE ST", "stname": "BLAKEMORE ST", "objectid": 34316, "Shape__Length": 408.92400910392604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178250593619595, 40.059713121592097 ], [ -75.178339389732997, 40.059805581142797 ], [ -75.178601902439894, 40.059962851096998 ], [ -75.179317089005295, 40.060402422198003 ], [ -75.179550424170301, 40.0605110331663 ], [ -75.181315710366903, 40.061230187540701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2623, "tnode_": 2567, "lpoly_": null, "rpoly_": null, "length": 245.43590147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 88888, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 7500, "r_hundred": 0, "seg_id": 820011, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34317, "Shape__Length": 97.762414819170417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188502622717905, 40.072773386226302 ], [ -75.189209045505294, 40.073172646020701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2443, "tnode_": 2330, "lpoly_": null, "rpoly_": null, "length": 552.72631461000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1000, "r_t_add": 1006, "st_code": 45220, "l_hundred": 0, "r_hundred": 1000, "seg_id": 820012, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 34318, "Shape__Length": 220.40095331872894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187062955401998, 40.0741646992293 ], [ -75.1869884866408, 40.0742511333073 ], [ -75.185919990553302, 40.075291612946302 ], [ -75.185844362999404, 40.075358183048301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2708, "tnode_": 2460, "lpoly_": null, "rpoly_": null, "length": 922.3443047, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 55660, "l_hundred": 300, "r_hundred": 300, "seg_id": 820013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MERMAID LN", "stname": "E MERMAID LN", "objectid": 34319, "Shape__Length": 367.78936914637973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192848232113406, 40.0721192312241 ], [ -75.192066298247198, 40.072909622120399 ], [ -75.1908345850199, 40.074123568589698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2708, "tnode_": 2375, "lpoly_": null, "rpoly_": null, "length": 1493.7467325799998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7998, "r_f_add": 7701, "r_t_add": 7999, "st_code": 26020, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-10-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34320, "Shape__Length": 595.42424038735999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192848232113406, 40.0721192312241 ], [ -75.193146543627094, 40.072321577568701 ], [ -75.193633482530103, 40.072979393910302 ], [ -75.194098943668607, 40.073637581727901 ], [ -75.194221380332607, 40.073749776574097 ], [ -75.196416250407907, 40.0750716978702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2928, "tnode_": 2886, "lpoly_": null, "rpoly_": null, "length": 187.20339113, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 203, "r_f_add": 200, "r_t_add": 206, "st_code": 55660, "l_hundred": 200, "r_hundred": 200, "seg_id": 820015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MERMAID LN", "stname": "E MERMAID LN", "objectid": 34321, "Shape__Length": 74.641515649033465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194555381979299, 40.070423187662797 ], [ -75.194139244479004, 40.070825524787402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3232, "tnode_": 2928, "lpoly_": null, "rpoly_": null, "length": 1133.5754202000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 15, "l_t_add": 199, "r_f_add": 16, "r_t_add": 198, "st_code": 55660, "l_hundred": 0, "r_hundred": 0, "seg_id": 820016, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MERMAID LN", "stname": "E MERMAID LN", "objectid": 34322, "Shape__Length": 451.99243051633005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197030726635305, 40.067960161706097 ], [ -75.194555381979299, 40.070423187662797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2814, "tnode_": 2709, "lpoly_": null, "rpoly_": null, "length": 330.89255158999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7916, "l_t_add": 7998, "r_f_add": 7939, "r_t_add": 7999, "st_code": 83880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34323, "Shape__Length": 132.10838270165371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198979336238807, 40.071373051294898 ], [ -75.199084777364902, 40.0717209909132 ], [ -75.199253125913501, 40.072256691689198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3042, "tnode_": 2910, "lpoly_": null, "rpoly_": null, "length": 490.16445317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 83880, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34324, "Shape__Length": 195.54500340459259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197812173497297, 40.069656424334497 ], [ -75.198492346262498, 40.0706049926887 ], [ -75.198679957664794, 40.070824468715699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3616, "tnode_": 3401, "lpoly_": null, "rpoly_": null, "length": 774.41756446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7600, "l_t_add": 7618, "r_f_add": 7601, "r_t_add": 7661, "st_code": 36660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820019, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34325, "Shape__Length": 308.8490916014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195094841717307, 40.064924127313397 ], [ -75.195729239823706, 40.065186306146003 ], [ -75.196024602842201, 40.065410187897903 ], [ -75.1963884379429, 40.066632235607202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3565, "tnode_": 3561, "lpoly_": null, "rpoly_": null, "length": 593.57335509000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSS", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 26120, "l_hundred": 200, "r_hundred": 200, "seg_id": 820020, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSS LN", "stname": "CROSS LN", "objectid": 34326, "Shape__Length": 236.20313360719072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199757075682697, 40.065390360767402 ], [ -75.199872673494596, 40.065275623058398 ], [ -75.200050377996902, 40.0651953518813 ], [ -75.200198527505407, 40.0651723220778 ], [ -75.200468599061907, 40.0651862092637 ], [ -75.200850125613201, 40.065242044914299 ], [ -75.201320600649694, 40.0653911804229 ], [ -75.201511067186601, 40.065427767034201 ], [ -75.201718573290194, 40.065453822788399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27749, "tnode_": 3561, "lpoly_": null, "rpoly_": null, "length": 438.23421874999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 50780, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 34327, "Shape__Length": 174.72034395268363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200749282785296, 40.064509132441501 ], [ -75.201370150611297, 40.065123296316401 ], [ -75.201718573290194, 40.065453822788399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3279, "tnode_": 3202, "lpoly_": null, "rpoly_": null, "length": 398.40774405999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 25680, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34328, "Shape__Length": 158.69848777507192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199831707336003, 40.067643835697197 ], [ -75.2009558974774, 40.068314742681302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3279, "tnode_": 3461, "lpoly_": null, "rpoly_": null, "length": 630.93401225999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 56980, "l_hundred": 100, "r_hundred": 100, "seg_id": 820023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 34329, "Shape__Length": 251.55583960174735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199831707336003, 40.067643835697197 ], [ -75.201226657746105, 40.06628328195 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3012, "tnode_": 2890, "lpoly_": null, "rpoly_": null, "length": 423.16086099, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 88190, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 34330, "Shape__Length": 168.86782437997175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151260827634403, 40.0687748443627 ], [ -75.151141466638293, 40.069315776583402 ], [ -75.151111191061801, 40.069396326574697 ], [ -75.151063686167802, 40.069476667095998 ], [ -75.150971360834404, 40.069576524441999 ], [ -75.150726539375896, 40.069833434956202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2976, "tnode_": 2736, "lpoly_": null, "rpoly_": null, "length": 756.38041911000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 78060, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820041, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34331, "Shape__Length": 301.84339332371951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153757122084698, 40.069099306024903 ], [ -75.153664677423706, 40.0695352837865 ], [ -75.153604842402203, 40.069756748439602 ], [ -75.1535635612465, 40.069888113588497 ], [ -75.1535031927733, 40.070044577714498 ], [ -75.1534305737719, 40.070165949773497 ], [ -75.153342772217599, 40.070328757900697 ], [ -75.153190074264401, 40.070529555841297 ], [ -75.1530984544288, 40.070634251226302 ], [ -75.152931461750001, 40.070813837572402 ], [ -75.152758103929301, 40.0709900424851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3114, "tnode_": 2976, "lpoly_": null, "rpoly_": null, "length": 502.8162752, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 78060, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820042, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34332, "Shape__Length": 200.56812757168103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154473501024299, 40.067993500976797 ], [ -75.154174769690897, 40.0680457866493 ], [ -75.154098700586999, 40.068074026982998 ], [ -75.154022015733602, 40.068118385133999 ], [ -75.153977767421296, 40.068177302113703 ], [ -75.153948151712797, 40.068245768844697 ], [ -75.153757122084698, 40.069099306024903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4473, "tnode_": 4398, "lpoly_": null, "rpoly_": null, "length": 233.80415261000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1519, "r_f_add": 1500, "r_t_add": 1500, "st_code": 17460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820043, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 34333, "Shape__Length": 93.150830957339394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160913884488807, 40.057875075399998 ], [ -75.160800012585199, 40.057903955558999 ], [ -75.1607075223788, 40.057945119855702 ], [ -75.160615966729594, 40.057999613116003 ], [ -75.160545913300695, 40.058057917464403 ], [ -75.160499268384598, 40.058107877077497 ], [ -75.160313907472897, 40.058298193880297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3502, "tnode_": 3373, "lpoly_": null, "rpoly_": null, "length": 560.68434406999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 69540, "l_hundred": 100, "r_hundred": 100, "seg_id": 820044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34334, "Shape__Length": 223.29125383203649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194138945267696, 40.065832522833702 ], [ -75.193684230788094, 40.066219362985997 ], [ -75.193336172729005, 40.066420886477196 ], [ -75.192926826827502, 40.066580801805003 ], [ -75.192731063602693, 40.066632786887297 ], [ -75.192514010908198, 40.066670930521099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2042, "tnode_": 2015, "lpoly_": null, "rpoly_": null, "length": 210.39854934000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8218, "r_f_add": 8201, "r_t_add": 8219, "st_code": 64600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34335, "Shape__Length": 83.811502720201148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168805564686295, 40.078301089524402 ], [ -75.169413378946004, 40.078641055922297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2235, "tnode_": 2177, "lpoly_": null, "rpoly_": null, "length": 375.52198829000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7934, "l_t_add": 7998, "r_f_add": 7927, "r_t_add": 7999, "st_code": 22080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820047, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 34336, "Shape__Length": 149.58957620772165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162918427645195, 40.075770058462702 ], [ -75.163993316586797, 40.076387152337297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27440, "tnode_": 2235, "lpoly_": null, "rpoly_": null, "length": 367.586609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7932, "r_f_add": 7901, "r_t_add": 7925, "st_code": 22080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820048, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-06-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 34337, "Shape__Length": 146.42774663542039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161867046598502, 40.075165199354601 ], [ -75.162918427645195, 40.075770058462702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2342, "tnode_": 2320, "lpoly_": null, "rpoly_": null, "length": 114.60208713, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1625, "r_f_add": 1600, "r_t_add": 1624, "st_code": 64460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34338, "Shape__Length": 45.701153553803323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162365433661407, 40.074653753072397 ], [ -75.162118775670194, 40.074904879381201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2347, "tnode_": 2290, "lpoly_": null, "rpoly_": null, "length": 429.46929325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 22080, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820050, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 34339, "Shape__Length": 171.07446070214988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160559312799407, 40.074538212613703 ], [ -75.161791563815697, 40.075240899092698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2360, "tnode_": 2327, "lpoly_": null, "rpoly_": null, "length": 273.88218894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1515, "r_f_add": 1500, "r_t_add": 1514, "st_code": 38700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 34340, "Shape__Length": 109.0242817371706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166407269465196, 40.074542117950998 ], [ -75.165800353423606, 40.074748987425302 ], [ -75.165523693383307, 40.074864200697199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2361, "tnode_": 2347, "lpoly_": null, "rpoly_": null, "length": 38.9352175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7962, "l_t_add": 7970, "r_f_add": 7967, "r_t_add": 7981, "st_code": 50740, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820052, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34341, "Shape__Length": 15.548106991848931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160573144174705, 40.074431860550099 ], [ -75.160559312799407, 40.074538212613703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2366, "tnode_": 2310, "lpoly_": null, "rpoly_": null, "length": 413.17663332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 36880, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34342, "Shape__Length": 164.59018139913067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176059717444105, 40.0746714820162 ], [ -75.177237510363398, 40.075355420732102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2371, "tnode_": 2311, "lpoly_": null, "rpoly_": null, "length": 309.85364613999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 57440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820054, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34343, "Shape__Length": 123.56393184602462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172468003721804, 40.0745281379075 ], [ -75.171801056998106, 40.075207088965698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2377, "tnode_": 2360, "lpoly_": null, "rpoly_": null, "length": 119.30528024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8002, "r_f_add": 8001, "r_t_add": 8001, "st_code": 55820, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34344, "Shape__Length": 47.522875147068021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166063844484498, 40.0743480694711 ], [ -75.166407269465196, 40.074542117950998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2395, "tnode_": 2360, "lpoly_": null, "rpoly_": null, "length": 279.62370391999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1449, "l_t_add": 1499, "r_f_add": 1448, "r_t_add": 1498, "st_code": 38700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 34345, "Shape__Length": 111.30693120130331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167312455540198, 40.074217209341803 ], [ -75.166856227838593, 40.074376213935601 ], [ -75.166407269465196, 40.074542117950998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2395, "tnode_": 2282, "lpoly_": null, "rpoly_": null, "length": 734.60491717000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 76880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820057, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34346, "Shape__Length": 292.62790862080794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167312455540198, 40.074217209341803 ], [ -75.1694113381336, 40.075428280863399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2398, "tnode_": 2320, "lpoly_": null, "rpoly_": null, "length": 517.33925688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 13120, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820058, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGUS RD", "stname": "ARGUS RD", "objectid": 34347, "Shape__Length": 206.08083717787795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160642328631695, 40.074050291582402 ], [ -75.162118775670194, 40.074904879381201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2419, "tnode_": 2369, "lpoly_": null, "rpoly_": null, "length": 363.00033940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 69800, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34348, "Shape__Length": 144.59551424257373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176576314160002, 40.074147995576197 ], [ -75.177618988948197, 40.074740739342403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2422, "tnode_": 2395, "lpoly_": null, "rpoly_": null, "length": 257.74239924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1439, "l_t_add": 1447, "r_f_add": 1440, "r_t_add": 1446, "st_code": 38700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 34349, "Shape__Length": 102.59421205986601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168149402552004, 40.073923125938599 ], [ -75.168098204701806, 40.073948147358699 ], [ -75.167742068758699, 40.074066815998101 ], [ -75.167312455540198, 40.074217209341803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2422, "tnode_": 2337, "lpoly_": null, "rpoly_": null, "length": 609.09082767999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8034, "l_t_add": 8098, "r_f_add": 8033, "r_t_add": 8099, "st_code": 33720, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820061, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34350, "Shape__Length": 242.62171070888928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168149402552004, 40.073923125938599 ], [ -75.169898969684496, 40.074917682504299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2431, "tnode_": 2398, "lpoly_": null, "rpoly_": null, "length": 132.98543604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7942, "l_t_add": 7950, "r_f_add": 7949, "r_t_add": 7955, "st_code": 50740, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820062, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34351, "Shape__Length": 53.104395841278574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160695646925703, 40.073687536851502 ], [ -75.160642328631695, 40.074050291582402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2437, "tnode_": 2327, "lpoly_": null, "rpoly_": null, "length": 754.07342300999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 65860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 34352, "Shape__Length": 300.37916512564379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163367193664996, 40.073623092764002 ], [ -75.165523693383307, 40.074864200697199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2438, "tnode_": 2361, "lpoly_": null, "rpoly_": null, "length": 533.92433663999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 22080, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820064, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 34353, "Shape__Length": 212.70003516274758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159069628939704, 40.073529595525898 ], [ -75.160573144174705, 40.074431860550099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2452, "tnode_": 2383, "lpoly_": null, "rpoly_": null, "length": 306.94846710999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 71540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34354, "Shape__Length": 122.40368869330528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171069402915705, 40.073728587806301 ], [ -75.1704082072565, 40.074400877207999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2455, "tnode_": 2397, "lpoly_": null, "rpoly_": null, "length": 254.26865887, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1239, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 29660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820066, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34355, "Shape__Length": 101.40677837985487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174470816705195, 40.073750887121697 ], [ -75.173943460709594, 40.074319276394498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2462, "tnode_": 2383, "lpoly_": null, "rpoly_": null, "length": 527.37904755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8042, "l_t_add": 8098, "r_f_add": 8041, "r_t_add": 8099, "st_code": 83340, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34356, "Shape__Length": 210.0755224420534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168898758128805, 40.073534168849797 ], [ -75.1704082072565, 40.074400877207999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2468, "tnode_": 2376, "lpoly_": null, "rpoly_": null, "length": 356.14037798000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 61180, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820068, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34357, "Shape__Length": 142.19958629652365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158128032677993, 40.073232510345399 ], [ -75.158385445550095, 40.074189946474199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2479, "tnode_": 2428, "lpoly_": null, "rpoly_": null, "length": 305.62739791000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 84640, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34358, "Shape__Length": 121.74304958719691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177155409197695, 40.073572116026199 ], [ -75.178030072763406, 40.074074487073801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2499, "tnode_": 2379, "lpoly_": null, "rpoly_": null, "length": 682.02231545999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 16280, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYARD ST", "stname": "BAYARD ST", "objectid": 34359, "Shape__Length": 271.6764156935821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160826031646096, 40.0731031924877 ], [ -75.162775682743003, 40.074226513202802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2500, "tnode_": 2431, "lpoly_": null, "rpoly_": null, "length": 395.86268657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 64600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34360, "Shape__Length": 157.69854189060925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159580536905196, 40.073018955130799 ], [ -75.160695646925703, 40.073687536851502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2503, "tnode_": 2377, "lpoly_": null, "rpoly_": null, "length": 760.9934717299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 55820, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34361, "Shape__Length": 303.13213702858673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163885790339094, 40.073097400628598 ], [ -75.166063844484498, 40.0743480694711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2506, "tnode_": 2439, "lpoly_": null, "rpoly_": null, "length": 257.3002956, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1255, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 57440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820073, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34362, "Shape__Length": 102.60778649116469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173685555642905, 40.073291447956997 ], [ -75.173137647043902, 40.073858641243497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2506, "tnode_": 2455, "lpoly_": null, "rpoly_": null, "length": 276.23586140999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 36880, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34363, "Shape__Length": 110.03849913797849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173685555642905, 40.073291447956997 ], [ -75.174470816705195, 40.073750887121697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2572, "tnode_": 2517, "lpoly_": null, "rpoly_": null, "length": 279.96319316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 69800, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34364, "Shape__Length": 111.51855044532415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174209392234502, 40.072742943834399 ], [ -75.175010703090095, 40.0732030220409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2573, "tnode_": 2432, "lpoly_": null, "rpoly_": null, "length": 768.92224557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 76880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820078, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34365, "Shape__Length": 306.28784324785772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164394958145607, 40.072562866985201 ], [ -75.166596033082101, 40.073826212057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2596, "tnode_": 2437, "lpoly_": null, "rpoly_": null, "length": 817.17817838999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 65860, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820079, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 34366, "Shape__Length": 325.50836417775548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161027572780299, 40.072280894287402 ], [ -75.163367193664996, 40.073623092764002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2597, "tnode_": 2503, "lpoly_": null, "rpoly_": null, "length": 481.96563093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 55820, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34367, "Shape__Length": 191.9826443707897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162507229635295, 40.072304420326901 ], [ -75.163885790339094, 40.073097400628598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2600, "tnode_": 2531, "lpoly_": null, "rpoly_": null, "length": 259.52598941999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1242, "r_t_add": 1298, "st_code": 71540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34368, "Shape__Length": 103.49378086466761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172272113415502, 40.072476610083001 ], [ -75.171718807034395, 40.0730483302913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2600, "tnode_": 2506, "lpoly_": null, "rpoly_": null, "length": 494.55161878000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 36880, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820082, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34369, "Shape__Length": 196.99737355035577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172272113415502, 40.072476610083001 ], [ -75.173685555642905, 40.073291447956997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2625, "tnode_": 2563, "lpoly_": null, "rpoly_": null, "length": 255.42824316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 52200, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNNEWOOD RD", "stname": "LYNNEWOOD RD", "objectid": 34370, "Shape__Length": 101.75363996961416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182735589117996, 40.072545826973503 ], [ -75.183454525753305, 40.072977791872198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2629, "tnode_": 2547, "lpoly_": null, "rpoly_": null, "length": 305.78747423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 79960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34371, "Shape__Length": 121.92384792919931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168316578862601, 40.072151787850103 ], [ -75.1676319140917, 40.072805972767704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2630, "tnode_": 2531, "lpoly_": null, "rpoly_": null, "length": 522.76391794000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8026, "l_t_add": 8098, "r_f_add": 8027, "r_t_add": 8099, "st_code": 77220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820085, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34372, "Shape__Length": 208.23242995678942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170221772562002, 40.072190054492097 ], [ -75.171718807034395, 40.0730483302913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29748, "tnode_": 2486, "lpoly_": null, "rpoly_": null, "length": 789.06223492999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 33720, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820086, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34373, "Shape__Length": 314.2949071110333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164823592218895, 40.072127103150798 ], [ -75.164946806710802, 40.072092460387999 ], [ -75.167099213131294, 40.0733297900411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2650, "tnode_": 2469, "lpoly_": null, "rpoly_": null, "length": 643.06755735000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 84380, "l_hundred": 900, "r_hundred": 900, "seg_id": 820087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBROOK LN", "stname": "WOODBROOK LN", "objectid": 34374, "Shape__Length": 256.42321328629873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188055175097304, 40.072512261378002 ], [ -75.186644711218804, 40.0739058601037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2711, "tnode_": 2597, "lpoly_": null, "rpoly_": null, "length": 487.58534603000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 55820, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34375, "Shape__Length": 194.31330244466108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161315154932197, 40.071396021528798 ], [ -75.161333857363203, 40.071496261541803 ], [ -75.161363202125102, 40.071551996982798 ], [ -75.161393474574297, 40.071629244270497 ], [ -75.161419786206096, 40.071672820678998 ], [ -75.1614552945003, 40.071704516250797 ], [ -75.161489464319004, 40.071725434380802 ], [ -75.161496350427299, 40.071728276310601 ], [ -75.162507229635295, 40.072304420326901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2673, "tnode_": 2600, "lpoly_": null, "rpoly_": null, "length": 246.70578704000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1221, "l_t_add": 1241, "r_f_add": 1220, "r_t_add": 1240, "st_code": 71540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34376, "Shape__Length": 98.377240341748646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172804340056601, 40.071936739273603 ], [ -75.172272113415502, 40.072476610083001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2673, "tnode_": 2572, "lpoly_": null, "rpoly_": null, "length": 490.78968949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 69800, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820090, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34377, "Shape__Length": 195.49563065193419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172804340056601, 40.071936739273603 ], [ -75.174209392234502, 40.072742943834399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2678, "tnode_": 2479, "lpoly_": null, "rpoly_": null, "length": 709.2882349, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 57400, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34378, "Shape__Length": 282.83986591386326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178687053258599, 40.072020817469202 ], [ -75.177155409197695, 40.073572116026199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2678, "tnode_": 2654, "lpoly_": null, "rpoly_": null, "length": 97.93318395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8252, "l_t_add": 8298, "r_f_add": 8253, "r_t_add": 8299, "st_code": 51860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 34379, "Shape__Length": 38.997616892821618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178687053258599, 40.072020817469202 ], [ -75.178983752033403, 40.072163354751403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2698, "tnode_": 2547, "lpoly_": null, "rpoly_": null, "length": 776.84404658000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 83340, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820093, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34380, "Shape__Length": 309.43657544550803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165405177581803, 40.071532721996803 ], [ -75.1676319140917, 40.072805972767704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2700, "tnode_": 2518, "lpoly_": null, "rpoly_": null, "length": 643.86019801999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURDOCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 57600, "l_hundred": 900, "r_hundred": 900, "seg_id": 820094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURDOCH RD", "stname": "MURDOCH RD", "objectid": 34381, "Shape__Length": 256.74400435712113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187278700355904, 40.0720709183149 ], [ -75.187226131684298, 40.072152131208199 ], [ -75.185881044079196, 40.0734726313122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2702, "tnode_": 2600, "lpoly_": null, "rpoly_": null, "length": 523.24663303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8029, "r_t_add": 8099, "st_code": 36880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34382, "Shape__Length": 208.42525788456763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170776985607901, 40.071614179114597 ], [ -75.172272113415502, 40.072476610083001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2726, "tnode_": 2625, "lpoly_": null, "rpoly_": null, "length": 537.5318615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8334, "l_t_add": 8398, "r_f_add": 8401, "r_t_add": 8499, "st_code": 52200, "l_hundred": 8300, "r_hundred": 8400, "seg_id": 820096, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNNEWOOD RD", "stname": "LYNNEWOOD RD", "objectid": 34383, "Shape__Length": 214.10901309883653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181190158000106, 40.071669637997203 ], [ -75.182735589117996, 40.072545826973503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2730, "tnode_": 2536, "lpoly_": null, "rpoly_": null, "length": 711.02958653999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 75900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820097, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 34384, "Shape__Length": 283.53954457420292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177864648836007, 40.071542285434099 ], [ -75.176342982625201, 40.073105335926101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2737, "tnode_": 2643, "lpoly_": null, "rpoly_": null, "length": 490.38341264999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 84640, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34385, "Shape__Length": 195.32766116682893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173339782109096, 40.0713817724804 ], [ -75.174750081698903, 40.072180661213402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2739, "tnode_": 2657, "lpoly_": null, "rpoly_": null, "length": 461.43775635999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 76880, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34386, "Shape__Length": 183.80271275634348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161616970324502, 40.071101952928601 ], [ -75.162936387407896, 40.071861573299003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2745, "tnode_": 2705, "lpoly_": null, "rpoly_": null, "length": 212.25607772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7722, "l_t_add": 7798, "r_f_add": 7725, "r_t_add": 7799, "st_code": 33720, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34387, "Shape__Length": 84.534592073227742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162746125571203, 40.0711025162691 ], [ -75.163294774157094, 40.071416949786602 ], [ -75.163368666147903, 40.071418819359998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2746, "tnode_": 2562, "lpoly_": null, "rpoly_": null, "length": 641.93190513000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 69540, "l_hundred": 900, "r_hundred": 900, "seg_id": 820101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34388, "Shape__Length": 255.96434586668281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186562690657397, 40.071666245182797 ], [ -75.186500109301093, 40.071722541454498 ], [ -75.185149576465406, 40.073054201293203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2758, "tnode_": 2667, "lpoly_": null, "rpoly_": null, "length": 458.53156014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 69100, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34389, "Shape__Length": 182.64127318612648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179374486187697, 40.0714075378065 ], [ -75.180692164519996, 40.0721555960234 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2775, "tnode_": 2702, "lpoly_": null, "rpoly_": null, "length": 244.2981726, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1221, "l_t_add": 1249, "r_f_add": 1220, "r_t_add": 1248, "st_code": 37700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34390, "Shape__Length": 97.417655448666679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171300770149003, 40.071077699952802 ], [ -75.170776985607901, 40.071614179114597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2775, "tnode_": 2673, "lpoly_": null, "rpoly_": null, "length": 524.40234584999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8015, "r_t_add": 8099, "st_code": 69800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820104, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34391, "Shape__Length": 208.88033359524917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171300770149003, 40.071077699952802 ], [ -75.172804340056601, 40.071936739273603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2786, "tnode_": 2629, "lpoly_": null, "rpoly_": null, "length": 787.76295745999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 34700, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820105, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34392, "Shape__Length": 313.78479862651216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166061419517604, 40.0708577013135 ], [ -75.168316578862601, 40.072151787850103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2788, "tnode_": 2590, "lpoly_": null, "rpoly_": null, "length": 706.73155897000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 29660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820106, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34393, "Shape__Length": 281.82244667717038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177077239530206, 40.071094121682798 ], [ -75.175562340426794, 40.072646319465299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2781, "tnode_": 2702, "lpoly_": null, "rpoly_": null, "length": 428.99763516999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 8001, "r_t_add": 8027, "st_code": 36880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820107, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34394, "Shape__Length": 170.86238134113921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169527122131896, 40.070949952692501 ], [ -75.169629443451399, 40.070958778123703 ], [ -75.170776985607901, 40.071614179114597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2794, "tnode_": 2698, "lpoly_": null, "rpoly_": null, "length": 481.78153826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 83340, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34395, "Shape__Length": 191.90462586155709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026782971106, 40.070740447134 ], [ -75.165405177581803, 40.071532721996803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2795, "tnode_": 2616, "lpoly_": null, "rpoly_": null, "length": 646.1830288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC PHERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 54940, "l_hundred": 900, "r_hundred": 900, "seg_id": 820109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC PHERSON ST", "stname": "MC PHERSON ST", "objectid": 34396, "Shape__Length": 257.65820792482822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185859666772004, 40.071255785267098 ], [ -75.184437657486896, 40.072653297617101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2796, "tnode_": 2745, "lpoly_": null, "rpoly_": null, "length": 247.62395568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7720, "r_f_add": 7701, "r_t_add": 7723, "st_code": 33720, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34397, "Shape__Length": 98.634504615116498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1620384547453, 40.070694498495897 ], [ -75.162746125571203, 40.0711025162691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2829, "tnode_": 2726, "lpoly_": null, "rpoly_": null, "length": 478.17570471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNNEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8332, "r_f_add": 8301, "r_t_add": 8399, "st_code": 52200, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820111, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-05-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNNEWOOD RD", "stname": "LYNNEWOOD RD", "objectid": 34398, "Shape__Length": 190.4680605438696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179821122494701, 40.070884273919901 ], [ -75.181190158000106, 40.071669637997203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2834, "tnode_": 2650, "lpoly_": null, "rpoly_": null, "length": 670.58222859999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 84380, "l_hundred": 500, "r_hundred": 500, "seg_id": 820112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBROOK LN", "stname": "WOODBROOK LN", "objectid": 34399, "Shape__Length": 267.37017093123984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1895607482099, 40.071080217768802 ], [ -75.188055175097304, 40.072512261378002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2839, "tnode_": 2730, "lpoly_": null, "rpoly_": null, "length": 346.42600704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1039, "l_t_add": 1099, "r_f_add": 1036, "r_t_add": 1098, "st_code": 75900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 34400, "Shape__Length": 138.14203183220383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178607959920697, 40.070781857786301 ], [ -75.177864648836007, 40.071542285434099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2839, "tnode_": 2772, "lpoly_": null, "rpoly_": null, "length": 295.42089377999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8234, "l_t_add": 8298, "r_f_add": 8235, "r_t_add": 8299, "st_code": 69100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34401, "Shape__Length": 117.67468131013626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178607959920697, 40.070781857786301 ], [ -75.179450377948896, 40.071270520829103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2857, "tnode_": 2775, "lpoly_": null, "rpoly_": null, "length": 253.19475905000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 37700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34402, "Shape__Length": 100.97046196365481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171832175862207, 40.070515193599 ], [ -75.171300770149003, 40.071077699952802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2857, "tnode_": 2737, "lpoly_": null, "rpoly_": null, "length": 526.95277555000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8020, "l_t_add": 8098, "r_f_add": 8021, "r_t_add": 8099, "st_code": 84640, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34403, "Shape__Length": 209.89679901741431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171832175862207, 40.070515193599 ], [ -75.173339782109096, 40.0713817724804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2862, "tnode_": 2775, "lpoly_": null, "rpoly_": null, "length": 425.58676196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 8001, "r_t_add": 8013, "st_code": 69800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820117, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34404, "Shape__Length": 169.51082068427854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170072673370498, 40.070405493776803 ], [ -75.170179101693094, 40.070417352739597 ], [ -75.171300770149003, 40.071077699952802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2881, "tnode_": 2716, "lpoly_": null, "rpoly_": null, "length": 793.19516891000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 77220, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820118, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34405, "Shape__Length": 315.94925892111092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166726898123599, 40.070174390957298 ], [ -75.168920383492207, 40.071436099159399 ], [ -75.168992061133196, 40.071482846974597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2892, "tnode_": 2786, "lpoly_": null, "rpoly_": null, "length": 480.56015243999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 34700, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820119, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34406, "Shape__Length": 191.41702831334464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164687678841901, 40.070066259665403 ], [ -75.166061419517604, 40.0708577013135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2900, "tnode_": 2700, "lpoly_": null, "rpoly_": null, "length": 684.48100793000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURDOCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 57600, "l_hundred": 500, "r_hundred": 500, "seg_id": 820120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURDOCH RD", "stname": "MURDOCH RD", "objectid": 34407, "Shape__Length": 272.92148032975206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188793092444996, 40.070596640319003 ], [ -75.187334927227397, 40.071996430989302 ], [ -75.187278700355904, 40.0720709183149 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2902, "tnode_": 2788, "lpoly_": null, "rpoly_": null, "length": 347.85474653, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1040, "r_t_add": 1098, "st_code": 29660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34408, "Shape__Length": 138.71780352807644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1778102843287, 40.0703229751851 ], [ -75.177077239530206, 40.071094121682798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2911, "tnode_": 2796, "lpoly_": null, "rpoly_": null, "length": 526.73946783000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 33720, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34409, "Shape__Length": 209.82165097637667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160548564644301, 40.0698109927704 ], [ -75.1620384547453, 40.070694498495897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2931, "tnode_": 2743, "lpoly_": null, "rpoly_": null, "length": 643.22414277000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAINFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 64940, "l_hundred": 900, "r_hundred": 900, "seg_id": 820123, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLAINFIELD ST", "stname": "PLAINFIELD ST", "objectid": 34410, "Shape__Length": 256.49745187598046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183914548342997, 40.070153718426702 ], [ -75.182542591534698, 40.071570332071097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2932, "tnode_": 2846, "lpoly_": null, "rpoly_": null, "length": 307.53928917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1331, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 81960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WEAVER ST", "stname": "E WEAVER ST", "objectid": 34411, "Shape__Length": 122.63265479474214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164087480815894, 40.069719144445401 ], [ -75.163426128755205, 40.070393352505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2934, "tnode_": 2857, "lpoly_": null, "rpoly_": null, "length": 284.84356911999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1169, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 37700, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34412, "Shape__Length": 113.58413677140091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172442338775298, 40.069889364404403 ], [ -75.171832175862207, 40.070515193599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2935, "tnode_": 2834, "lpoly_": null, "rpoly_": null, "length": 391.30018243000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 84380, "l_hundred": 400, "r_hundred": 400, "seg_id": 820126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBROOK LN", "stname": "WOODBROOK LN", "objectid": 34413, "Shape__Length": 155.93983433730034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190564929742095, 40.070332795499098 ], [ -75.1895607482099, 40.071080217768802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2936, "tnode_": 2857, "lpoly_": null, "rpoly_": null, "length": 409.718899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8018, "r_f_add": 8001, "r_t_add": 8019, "st_code": 84640, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34414, "Shape__Length": 163.19834402925264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170660280607805, 40.069841106340803 ], [ -75.171832175862207, 40.070515193599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2946, "tnode_": 2737, "lpoly_": null, "rpoly_": null, "length": 713.14497223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 71540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34415, "Shape__Length": 284.37472904745863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174868177760899, 40.069815360827803 ], [ -75.173339782109096, 40.0713817724804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2946, "tnode_": 2853, "lpoly_": null, "rpoly_": null, "length": 491.88722635, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 51860, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 34416, "Shape__Length": 195.9318966061204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174868177760899, 40.069815360827803 ], [ -75.1762689535893, 40.0706308992022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2886, "tnode_": 2957, "lpoly_": null, "rpoly_": null, "length": 311.6128656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 13080, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34417, "Shape__Length": 124.15802143560248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194139244479004, 40.070825524787402 ], [ -75.194122090671598, 40.070753778411003 ], [ -75.193322668437503, 40.070268966686498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2966, "tnode_": 2793, "lpoly_": null, "rpoly_": null, "length": 647.58393176999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 80860, "l_hundred": 900, "r_hundred": 900, "seg_id": 820131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34418, "Shape__Length": 258.19992941795107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183272815911494, 40.069797918640099 ], [ -75.183146303793094, 40.069815827657202 ], [ -75.181841909355697, 40.071162786159398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2977, "tnode_": 2881, "lpoly_": null, "rpoly_": null, "length": 481.42220422999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 77220, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820132, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34419, "Shape__Length": 191.75812741080631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165350214001094, 40.069382034928601 ], [ -75.166726898123599, 40.070174390957298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2984, "tnode_": 2839, "lpoly_": null, "rpoly_": null, "length": 526.91482852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1037, "r_f_add": 1000, "r_t_add": 1034, "st_code": 75900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 34420, "Shape__Length": 210.11537157451397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179730999923507, 40.0696209279863 ], [ -75.178607959920697, 40.070781857786301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2991, "tnode_": 2952, "lpoly_": null, "rpoly_": null, "length": 229.22933960999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8118, "l_t_add": 8198, "r_f_add": 8119, "r_t_add": 8199, "st_code": 69100, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34421, "Shape__Length": 91.307028625232704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176362020343305, 40.069489605614599 ], [ -75.177015440627201, 40.069869017448703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2998, "tnode_": 2911, "lpoly_": null, "rpoly_": null, "length": 313.69060526000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 23900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34422, "Shape__Length": 125.10312874067479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1611867610399, 40.0691031010643 ], [ -75.160548564644301, 40.0698109927704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2998, "tnode_": 2896, "lpoly_": null, "rpoly_": null, "length": 546.64637388999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 83340, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820136, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34423, "Shape__Length": 217.738880820292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1611867610399, 40.0691031010643 ], [ -75.162747616171799, 40.070005202202402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3011, "tnode_": 2936, "lpoly_": null, "rpoly_": null, "length": 287.08982196000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1197, "r_f_add": 1142, "r_t_add": 1198, "st_code": 79960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34424, "Shape__Length": 114.46655351962188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712979506962, 40.069223790657603 ], [ -75.170660280607805, 40.069841106340803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3011, "tnode_": 2934, "lpoly_": null, "rpoly_": null, "length": 401.7055515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALDWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 15520, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALDWIN ST", "stname": "BALDWIN ST", "objectid": 34425, "Shape__Length": 160.00823762484171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1712979506962, 40.069223790657603 ], [ -75.172442338775298, 40.069889364404403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3015, "tnode_": 2932, "lpoly_": null, "rpoly_": null, "length": 309.45362776000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1329, "r_f_add": 1300, "r_t_add": 1328, "st_code": 81960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820139, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WEAVER ST", "stname": "E WEAVER ST", "objectid": 34426, "Shape__Length": 123.39883229115233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164745227760903, 40.0690363128532 ], [ -75.164087480815894, 40.069719144445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3039, "tnode_": 2887, "lpoly_": null, "rpoly_": null, "length": 554.34373147999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 37860, "l_hundred": 400, "r_hundred": 400, "seg_id": 820140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34427, "Shape__Length": 221.02451329554071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185889770357306, 40.069383584331298 ], [ -75.184656289544094, 40.070574225541797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3043, "tnode_": 2945, "lpoly_": null, "rpoly_": null, "length": 481.20153695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 36880, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34428, "Shape__Length": 191.66775706996134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165833765475597, 40.068886755035997 ], [ -75.167211338400406, 40.069677176484298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3044, "tnode_": 2902, "lpoly_": null, "rpoly_": null, "length": 518.35942175000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1033, "r_f_add": 1000, "r_t_add": 1038, "st_code": 29660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820142, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34429, "Shape__Length": 206.69894090741974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178921694854594, 40.0691846883214 ], [ -75.1778102843287, 40.0703229751851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3046, "tnode_": 2946, "lpoly_": null, "rpoly_": null, "length": 342.85062312999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1035, "l_t_add": 1099, "r_f_add": 1034, "r_t_add": 1098, "st_code": 71540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34430, "Shape__Length": 136.69585606760515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175635368748203, 40.069081622690298 ], [ -75.174868177760899, 40.069815360827803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3046, "tnode_": 2991, "lpoly_": null, "rpoly_": null, "length": 251.88926281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8116, "r_f_add": 8101, "r_t_add": 8117, "st_code": 69100, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34431, "Shape__Length": 100.32628900664018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175635368748203, 40.069081622690298 ], [ -75.176362020343305, 40.069489605614599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3054, "tnode_": 2934, "lpoly_": null, "rpoly_": null, "length": 424.71017385, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1167, "r_f_add": 1044, "r_t_add": 1098, "st_code": 37700, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 820145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34432, "Shape__Length": 169.35005305485856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1733621492277, 40.068962068270402 ], [ -75.172442338775298, 40.069889364404403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3054, "tnode_": 2946, "lpoly_": null, "rpoly_": null, "length": 523.71997201000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 51860, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 34433, "Shape__Length": 208.59888185211918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1733621492277, 40.068962068270402 ], [ -75.174868177760899, 40.069815360827803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3062, "tnode_": 2980, "lpoly_": null, "rpoly_": null, "length": 310.48471130999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1324, "st_code": 79000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820147, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34434, "Shape__Length": 123.79554137407844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164108657292601, 40.0686720736051 ], [ -75.163422860843298, 40.0693420201072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3084, "tnode_": 2998, "lpoly_": null, "rpoly_": null, "length": 305.31506019, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1926, "r_t_add": 1998, "st_code": 23900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34435, "Shape__Length": 121.74565642393944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161839096068903, 40.068431337091603 ], [ -75.1611867610399, 40.0691031010643 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3084, "tnode_": 2980, "lpoly_": null, "rpoly_": null, "length": 553.6547429000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 34700, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820149, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34436, "Shape__Length": 220.5262250193467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161839096068903, 40.068431337091603 ], [ -75.163422860843298, 40.0693420201072 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3086, "tnode_": 2998, "lpoly_": null, "rpoly_": null, "length": 404.28611418999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 83340, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34437, "Shape__Length": 161.01019960369922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160002470661397, 40.068473173527202 ], [ -75.160201352059403, 40.068542632533699 ], [ -75.1611867610399, 40.0691031010643 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3329, "tnode_": 3227, "lpoly_": null, "rpoly_": null, "length": 582.97583455000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 36880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820187, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34438, "Shape__Length": 232.19852075264811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161293156560603, 40.066304633914797 ], [ -75.162959912812099, 40.0672643992757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3096, "tnode_": 2935, "lpoly_": null, "rpoly_": null, "length": 663.6931892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 12560, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820151, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34439, "Shape__Length": 264.57676704474176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1890490372719, 40.068975577733802 ], [ -75.189653327210294, 40.0693426047362 ], [ -75.189741723614105, 40.069414575070702 ], [ -75.189847376698197, 40.069512129987999 ], [ -75.189922334630793, 40.069595823782898 ], [ -75.190039578396707, 40.069827216040203 ], [ -75.190118792763599, 40.069949381894098 ], [ -75.190146551561099, 40.069986400832299 ], [ -75.190237640975496, 40.0700836309327 ], [ -75.190329575252093, 40.070158479905103 ], [ -75.190514498978999, 40.070280199706303 ], [ -75.190564929742095, 40.070332795499098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3109, "tnode_": 2991, "lpoly_": null, "rpoly_": null, "length": 418.99770066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 31260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820152, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELLET ST", "stname": "E ELLET ST", "objectid": 34440, "Shape__Length": 167.07978495023158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177253316431603, 40.068565464895002 ], [ -75.176362020343305, 40.069489605614599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3112, "tnode_": 3043, "lpoly_": null, "rpoly_": null, "length": 416.95688964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 36880, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820153, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34441, "Shape__Length": 166.07627485319554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164639631092101, 40.068202368802297 ], [ -75.165833765475597, 40.068886755035997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3118, "tnode_": 3086, "lpoly_": null, "rpoly_": null, "length": 193.97567182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7524, "r_f_add": 7501, "r_t_add": 7525, "st_code": 50740, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820154, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34442, "Shape__Length": 77.363303833798767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159627261688897, 40.068032243967203 ], [ -75.159794723315798, 40.068163967267999 ], [ -75.159904367475093, 40.068309411519003 ], [ -75.160002470661397, 40.068473173527202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3143, "tnode_": 3054, "lpoly_": null, "rpoly_": null, "length": 348.53650367, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1031, "l_t_add": 1099, "r_f_add": 1032, "r_t_add": 1042, "st_code": 37700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34443, "Shape__Length": 138.98462585444591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174097964468004, 40.068190172708697 ], [ -75.1733621492277, 40.068962068270402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3143, "tnode_": 3046, "lpoly_": null, "rpoly_": null, "length": 539.0742497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8020, "l_t_add": 8098, "r_f_add": 8021, "r_t_add": 8099, "st_code": 69100, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34444, "Shape__Length": 214.7211429605766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174097964468004, 40.068190172708697 ], [ -75.175635368748203, 40.069081622690298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3144, "tnode_": 3046, "lpoly_": null, "rpoly_": null, "length": 375.43201841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1033, "r_f_add": 1000, "r_t_add": 1032, "st_code": 71540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34445, "Shape__Length": 149.6943630982293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176457300294302, 40.068267147307303 ], [ -75.176008230118896, 40.068712147142698 ], [ -75.175635368748203, 40.069081622690298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3166, "tnode_": 3084, "lpoly_": null, "rpoly_": null, "length": 311.82535964000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1901, "l_t_add": 1925, "r_f_add": 1900, "r_t_add": 1924, "st_code": 23900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34446, "Shape__Length": 124.34394214532963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162498601576303, 40.067741419862102 ], [ -75.161839096068903, 40.068431337091603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3166, "tnode_": 3062, "lpoly_": null, "rpoly_": null, "length": 563.91027097000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 77220, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820159, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34447, "Shape__Length": 224.6109905079752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162498601576303, 40.067741419862102 ], [ -75.164108657292601, 40.0686720736051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3173, "tnode_": 3091, "lpoly_": null, "rpoly_": null, "length": 481.54811186999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 84640, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34448, "Shape__Length": 191.80386381917313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166971792760194, 40.067718459129303 ], [ -75.168348413610801, 40.068511421827701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3175, "tnode_": 3159, "lpoly_": null, "rpoly_": null, "length": 63.47116425, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1217, "l_t_add": 1219, "r_f_add": 1216, "r_t_add": 1218, "st_code": 79000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34449, "Shape__Length": 25.287193748091727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165320349348093, 40.0677156013573 ], [ -75.165148133586001, 40.067828963645098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3181, "tnode_": 3044, "lpoly_": null, "rpoly_": null, "length": 555.91093651999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 29660, "l_hundred": 900, "r_hundred": 900, "seg_id": 820162, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34450, "Shape__Length": 221.66952838226743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1801125923635, 40.067963360925603 ], [ -75.178921694854594, 40.0691846883214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3184, "tnode_": 2983, "lpoly_": null, "rpoly_": null, "length": 740.83591328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 73060, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820163, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 34451, "Shape__Length": 295.4130108175641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1714817476918, 40.067771319710999 ], [ -75.169903407300495, 40.069403917295297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3184, "tnode_": 3124, "lpoly_": null, "rpoly_": null, "length": 279.56877432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7930, "l_t_add": 7998, "r_f_add": 7929, "r_t_add": 7999, "st_code": 51860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 34452, "Shape__Length": 111.40218589750623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1714817476918, 40.067771319710999 ], [ -75.172209228515698, 40.0682972284133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3188, "tnode_": 3118, "lpoly_": null, "rpoly_": null, "length": 254.96196984000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1933, "l_t_add": 1999, "r_f_add": 1932, "r_t_add": 1998, "st_code": 46200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34453, "Shape__Length": 101.66447481138364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160174215046098, 40.067472539653302 ], [ -75.159627261688897, 40.068032243967203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3188, "tnode_": 3084, "lpoly_": null, "rpoly_": null, "length": 582.33798564999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 34700, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820166, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34454, "Shape__Length": 231.9485023511061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160174215046098, 40.067472539653302 ], [ -75.161839096068903, 40.068431337091603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3208, "tnode_": 3175, "lpoly_": null, "rpoly_": null, "length": 146.12234979, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1211, "l_t_add": 1215, "r_f_add": 1210, "r_t_add": 1214, "st_code": 79000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820167, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34455, "Shape__Length": 58.221185962135046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165708407963507, 40.067447260079199 ], [ -75.165320349348093, 40.0677156013573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3214, "tnode_": 3143, "lpoly_": null, "rpoly_": null, "length": 257.66137282, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1029, "r_f_add": 1000, "r_t_add": 1030, "st_code": 37700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34456, "Shape__Length": 102.74135867890274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174650177308905, 40.0676242355323 ], [ -75.174336042259895, 40.067946180254097 ], [ -75.174097964468004, 40.068190172708697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3215, "tnode_": 3124, "lpoly_": null, "rpoly_": null, "length": 346.87555514999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1021, "l_t_add": 1035, "r_f_add": 1010, "r_t_add": 1098, "st_code": 79960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34457, "Shape__Length": 138.29911519410922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172982506352, 40.067553090679397 ], [ -75.172209228515698, 40.0682972284133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3215, "tnode_": 3143, "lpoly_": null, "rpoly_": null, "length": 389.00642144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8018, "r_f_add": 8001, "r_t_add": 8019, "st_code": 69100, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34458, "Shape__Length": 154.94093850925077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172982506352, 40.067553090679397 ], [ -75.174097964468004, 40.068190172708697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3222, "tnode_": 3076, "lpoly_": null, "rpoly_": null, "length": 542.44630241999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 57400, "l_hundred": 600, "r_hundred": 600, "seg_id": 820171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34459, "Shape__Length": 216.27032564489338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182970158070603, 40.067752905521203 ], [ -75.181753538019393, 40.068912058450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3227, "tnode_": 3112, "lpoly_": null, "rpoly_": null, "length": 582.03952639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 36880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34460, "Shape__Length": 231.81713443023557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162959912812099, 40.0672643992757 ], [ -75.164533559373396, 40.068167635935701 ], [ -75.164639631092101, 40.068202368802297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3243, "tnode_": 3118, "lpoly_": null, "rpoly_": null, "length": 538.59762927000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 50740, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820173, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34461, "Shape__Length": 214.66119711542657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158295019256997, 40.0669653335097 ], [ -75.159627261688897, 40.068032243967203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3249, "tnode_": 3038, "lpoly_": null, "rpoly_": null, "length": 803.64359544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 28980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820174, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 34462, "Shape__Length": 320.45126359451558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170888736846905, 40.067218920769399 ], [ -75.169168166628694, 40.068985099354897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3259, "tnode_": 3121, "lpoly_": null, "rpoly_": null, "length": 529.67127908999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 80860, "l_hundred": 500, "r_hundred": 500, "seg_id": 820175, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34463, "Shape__Length": 211.16943746450434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185950440558301, 40.067446101740401 ], [ -75.184750652421897, 40.068570568339801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3265, "tnode_": 3188, "lpoly_": null, "rpoly_": null, "length": 310.58901484, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1901, "l_t_add": 1931, "r_f_add": 1900, "r_t_add": 1930, "st_code": 46200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34464, "Shape__Length": 123.84769498205787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1608339815931, 40.066786991345097 ], [ -75.160174215046098, 40.067472539653302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3265, "tnode_": 3166, "lpoly_": null, "rpoly_": null, "length": 581.33003814000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 77220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820177, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34465, "Shape__Length": 231.5428337539648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1608339815931, 40.066786991345097 ], [ -75.162498601576303, 40.067741419862102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3270, "tnode_": 3215, "lpoly_": null, "rpoly_": null, "length": 223.21122570999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1008, "st_code": 79960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34466, "Shape__Length": 89.003400856336015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173461505833103, 40.067063180569399 ], [ -75.173189069115594, 40.067341823935401 ], [ -75.172982506352, 40.067553090679397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3272, "tnode_": 3159, "lpoly_": null, "rpoly_": null, "length": 615.75065124999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 69800, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820179, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34467, "Shape__Length": 245.25260727641435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163384784869606, 40.066818193075498 ], [ -75.165148133586001, 40.067828963645098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3287, "tnode_": 3188, "lpoly_": null, "rpoly_": null, "length": 535.06123078999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 34700, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34468, "Shape__Length": 213.13826371602977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158685126719803, 40.066563694434201 ], [ -75.159414685959007, 40.066977578063501 ], [ -75.160103350682505, 40.067380369021301 ], [ -75.160174215046098, 40.067472539653302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3292, "tnode_": 3155, "lpoly_": null, "rpoly_": null, "length": 541.50530981999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 29660, "l_hundred": 600, "r_hundred": 600, "seg_id": 820181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34469, "Shape__Length": 215.88771684238262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181770949166193, 40.067047970440498 ], [ -75.180547066270805, 40.068199260204203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3306, "tnode_": 3168, "lpoly_": null, "rpoly_": null, "length": 549.06704650999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 12140, "l_hundred": 500, "r_hundred": 500, "seg_id": 820182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLENS LN", "stname": "E ALLENS LN", "objectid": 34470, "Shape__Length": 218.89034102226574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185251466253902, 40.067001435920503 ], [ -75.183989173582205, 40.068155230228399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3306, "tnode_": 3259, "lpoly_": null, "rpoly_": null, "length": 253.98907841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7250, "l_t_add": 7298, "r_f_add": 7251, "r_t_add": 7299, "st_code": 12560, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34471, "Shape__Length": 101.1829502761161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185251466253902, 40.067001435920503 ], [ -75.185950440558301, 40.067446101740401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3312, "tnode_": 3243, "lpoly_": null, "rpoly_": null, "length": 260.51214521999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7368, "l_t_add": 7398, "r_f_add": 7349, "r_t_add": 7399, "st_code": 50740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820184, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34472, "Shape__Length": 103.92805426907087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157845866269994, 40.066338970719499 ], [ -75.158295019256997, 40.0669653335097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3313, "tnode_": 3144, "lpoly_": null, "rpoly_": null, "length": 702.48420207000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 71540, "l_hundred": 900, "r_hundred": 900, "seg_id": 820185, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34473, "Shape__Length": 280.08493417472545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178011354212302, 40.066752846019703 ], [ -75.176457300294302, 40.068267147307303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3323, "tnode_": 3154, "lpoly_": null, "rpoly_": null, "length": 617.66596842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1159, "r_f_add": 1100, "r_t_add": 1166, "st_code": 64460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34474, "Shape__Length": 246.28683034865335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170222712958306, 40.0665934247302 ], [ -75.168894214602702, 40.067947348450197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3337, "tnode_": 3184, "lpoly_": null, "rpoly_": null, "length": 571.57391693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 73060, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820188, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 34475, "Shape__Length": 227.90671624956352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172713089310506, 40.066519579201099 ], [ -75.1714817476918, 40.067771319710999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3345, "tnode_": 3273, "lpoly_": null, "rpoly_": null, "length": 254.8119373, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 927, "l_t_add": 945, "r_f_add": 928, "r_t_add": 946, "st_code": 37700, "l_hundred": 900, "r_hundred": 900, "seg_id": 820189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34476, "Shape__Length": 101.58579156260159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175867176455796, 40.066503307303996 ], [ -75.175288500060702, 40.067043315203399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3351, "tnode_": 3270, "lpoly_": null, "rpoly_": null, "length": 312.63629505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 961, "l_t_add": 999, "r_f_add": 932, "r_t_add": 998, "st_code": 79960, "l_hundred": 900, "r_hundred": 900, "seg_id": 820190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34477, "Shape__Length": 124.64095138565426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174167152637196, 40.066397892588903 ], [ -75.173461505833103, 40.067063180569399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3351, "tnode_": 3273, "lpoly_": null, "rpoly_": null, "length": 392.14885857999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 43100, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820191, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLIS ST", "stname": "HOLLIS ST", "objectid": 34478, "Shape__Length": 156.19211264195354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174167152637196, 40.066397892588903 ], [ -75.175288500060702, 40.067043315203399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3367, "tnode_": 3265, "lpoly_": null, "rpoly_": null, "length": 532.16543546000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 77220, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820192, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34479, "Shape__Length": 211.95225616892245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159302641956799, 40.065922260704397 ], [ -75.159385708772504, 40.065956991668401 ], [ -75.1608339815931, 40.066786991345097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3379, "tnode_": 3222, "lpoly_": null, "rpoly_": null, "length": 615.51685219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 57400, "l_hundred": 500, "r_hundred": 500, "seg_id": 820193, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34480, "Shape__Length": 245.38655622903531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184372522361699, 40.066451345555997 ], [ -75.182970158070603, 40.067752905521203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3379, "tnode_": 3306, "lpoly_": null, "rpoly_": null, "length": 317.29054409000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7248, "r_f_add": 7201, "r_t_add": 7249, "st_code": 12560, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34481, "Shape__Length": 126.3958399714909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184372522361699, 40.066451345555997 ], [ -75.185251466253902, 40.067001435920503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3390, "tnode_": 3312, "lpoly_": null, "rpoly_": null, "length": 232.50446969000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7350, "l_t_add": 7366, "r_f_add": 7335, "r_t_add": 7347, "st_code": 50740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820195, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34482, "Shape__Length": 92.755028784070049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157447590456698, 40.065778858471198 ], [ -75.157845866269994, 40.066338970719499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3391, "tnode_": 3272, "lpoly_": null, "rpoly_": null, "length": 580.34672832000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 69800, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820196, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34483, "Shape__Length": 231.15017716224534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161726032832703, 40.065862267642302 ], [ -75.163384784869606, 40.066818193075498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3396, "tnode_": 3211, "lpoly_": null, "rpoly_": null, "length": 677.41458124999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 43640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820197, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 34484, "Shape__Length": 270.11133428314008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169601017141503, 40.066028818276997 ], [ -75.168148640953902, 40.067516380894702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3412, "tnode_": 3249, "lpoly_": null, "rpoly_": null, "length": 583.72471470999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 28980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 34485, "Shape__Length": 232.75520425984803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172135859987605, 40.065934578953403 ], [ -75.170888736846905, 40.067218920769399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3427, "tnode_": 3367, "lpoly_": null, "rpoly_": null, "length": 235.92072828000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7334, "l_t_add": 7398, "r_f_add": 7335, "r_t_add": 7399, "st_code": 77220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820199, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34486, "Shape__Length": 93.964159829276355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158626293698504, 40.065535763166601 ], [ -75.159302641956799, 40.065922260704397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3433, "tnode_": 3351, "lpoly_": null, "rpoly_": null, "length": 253.12604183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 917, "l_t_add": 959, "r_f_add": 916, "r_t_add": 930, "st_code": 79960, "l_hundred": 900, "r_hundred": 900, "seg_id": 820200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34487, "Shape__Length": 100.91951760487311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174729684677203, 40.0658538081505 ], [ -75.174167152637196, 40.066397892588903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3442, "tnode_": 3329, "lpoly_": null, "rpoly_": null, "length": 530.66081964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 36880, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34488, "Shape__Length": 211.35946777561659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159777128058195, 40.065429832374797 ], [ -75.161293156560603, 40.066304633914797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3453, "tnode_": 3326, "lpoly_": null, "rpoly_": null, "length": 580.91144014999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 84640, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820202, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34489, "Shape__Length": 231.37351776927673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162163488193102, 40.0654102603296 ], [ -75.163823909691004, 40.066367047891497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3456, "tnode_": 3254, "lpoly_": null, "rpoly_": null, "length": 695.17271246999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1173, "r_f_add": 1100, "r_t_add": 1174, "st_code": 72200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820203, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 34490, "Shape__Length": 277.18931160532316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168919346905099, 40.065576315449299 ], [ -75.167426797844698, 40.067101657061698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3466, "tnode_": 3427, "lpoly_": null, "rpoly_": null, "length": 211.94255535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7316, "l_t_add": 7332, "r_f_add": 7317, "r_t_add": 7333, "st_code": 77220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820204, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34491, "Shape__Length": 84.411934139128689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158016458934199, 40.065190865102302 ], [ -75.158626293698504, 40.065535763166601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3470, "tnode_": 3292, "lpoly_": null, "rpoly_": null, "length": 622.32985684999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 29660, "l_hundred": 500, "r_hundred": 500, "seg_id": 820205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34492, "Shape__Length": 248.09873691899048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183191235515906, 40.0657335416698 ], [ -75.181770949166193, 40.067047970440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3479, "tnode_": 3313, "lpoly_": null, "rpoly_": null, "length": 540.4858719, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 71540, "l_hundred": 600, "r_hundred": 600, "seg_id": 820206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34493, "Shape__Length": 215.49232155806331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179204445258804, 40.065586204755 ], [ -75.178011354212302, 40.066752846019703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3491, "tnode_": 3239, "lpoly_": null, "rpoly_": null, "length": 915.94799234000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 79000, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820207, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34494, "Shape__Length": 365.1875480210777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168101634419699, 40.065228909904199 ], [ -75.166075698071595, 40.0672035491258 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3500, "tnode_": 3391, "lpoly_": null, "rpoly_": null, "length": 530.426519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 69800, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820208, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34495, "Shape__Length": 211.26324148362261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1602085002678, 40.064990090377599 ], [ -75.161726032832703, 40.065862267642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3501, "tnode_": 3323, "lpoly_": null, "rpoly_": null, "length": 600.9879354, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 64460, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34496, "Shape__Length": 239.63910611768409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171501725664896, 40.065268252889503 ], [ -75.170222712958306, 40.0665934247302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3509, "tnode_": 3433, "lpoly_": null, "rpoly_": null, "length": 283.96950234999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 915, "r_f_add": 900, "r_t_add": 914, "st_code": 79960, "l_hundred": 900, "r_hundred": 900, "seg_id": 820210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34497, "Shape__Length": 113.23191357679735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175330170612099, 40.065225475773403 ], [ -75.174729684677203, 40.0658538081505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3546, "tnode_": 3453, "lpoly_": null, "rpoly_": null, "length": 533.04531956999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 84640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34498, "Shape__Length": 212.30431557258942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160637691827006, 40.064534580457497 ], [ -75.162163488193102, 40.0654102603296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3547, "tnode_": 3390, "lpoly_": null, "rpoly_": null, "length": 544.33377104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7348, "r_f_add": 7301, "r_t_add": 7333, "st_code": 50740, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820212, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34499, "Shape__Length": 217.16567567956812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156546267624407, 40.064454763535302 ], [ -75.157447590456698, 40.065778858471198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3547, "tnode_": 3508, "lpoly_": null, "rpoly_": null, "length": 286.06341424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7302, "r_f_add": 7301, "r_t_add": 7303, "st_code": 77220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820214, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34500, "Shape__Length": 113.89436486023618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156546267624407, 40.064454763535302 ], [ -75.156853293901506, 40.064521261636798 ], [ -75.157416672854495, 40.064844408176199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3566, "tnode_": 3396, "lpoly_": null, "rpoly_": null, "length": 614.30697753000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 43640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820215, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 34501, "Shape__Length": 244.94508219897389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170913723517103, 40.064677341394599 ], [ -75.169601017141503, 40.066028818276997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3570, "tnode_": 3337, "lpoly_": null, "rpoly_": null, "length": 814.65287071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SLOCUM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 73060, "l_hundred": 900, "r_hundred": 900, "seg_id": 820216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SLOCUM ST", "stname": "SLOCUM ST", "objectid": 34502, "Shape__Length": 324.83513912294683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174446175814296, 40.064722915916199 ], [ -75.172713089310506, 40.066519579201099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3582, "tnode_": 3430, "lpoly_": null, "rpoly_": null, "length": 538.8769105, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 37700, "l_hundred": 600, "r_hundred": 600, "seg_id": 820217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34503, "Shape__Length": 214.8436544774475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177725750868603, 40.064746985032897 ], [ -75.176527936900001, 40.065905120681997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3588, "tnode_": 3500, "lpoly_": null, "rpoly_": null, "length": 452.54213213999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 69800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820218, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34504, "Shape__Length": 180.2582627827689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158950628214299, 40.064227372422401 ], [ -75.160166258202807, 40.064913049506998 ], [ -75.1602085002678, 40.064990090377599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3605, "tnode_": 3491, "lpoly_": null, "rpoly_": null, "length": 426.8904401, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1029, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 79000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820219, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34505, "Shape__Length": 170.19723772265738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169045720558202, 40.064308534936899 ], [ -75.168101634419699, 40.065228909904199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3620, "tnode_": 3412, "lpoly_": null, "rpoly_": null, "length": 744.12345594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 28980, "l_hundred": 900, "r_hundred": 900, "seg_id": 820220, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 34506, "Shape__Length": 296.70517202769287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173728106437594, 40.064298735039102 ], [ -75.172135859987605, 40.065934578953403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3620, "tnode_": 3604, "lpoly_": null, "rpoly_": null, "length": 104.62705032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6730, "l_t_add": 6744, "r_f_add": 7933, "r_t_add": 7945, "st_code": 74660, "l_hundred": 6700, "r_hundred": 7900, "seg_id": 820221, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34507, "Shape__Length": 41.66897908897208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173728106437594, 40.064298735039102 ], [ -75.174030577632294, 40.064467498003602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3627, "tnode_": 3547, "lpoly_": null, "rpoly_": null, "length": 243.51102877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7254, "l_t_add": 7298, "r_f_add": 7257, "r_t_add": 7299, "st_code": 50740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820222, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34508, "Shape__Length": 97.154771079018758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156157452517505, 40.063856768497097 ], [ -75.156546267624407, 40.064454763535302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3633, "tnode_": 3524, "lpoly_": null, "rpoly_": null, "length": 425.4403035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YERKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 85600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YERKES ST", "stname": "YERKES ST", "objectid": 34509, "Shape__Length": 169.63758216615662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168223623274798, 40.064017072509998 ], [ -75.167318754753694, 40.064955464124203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3559, "tnode_": 3641, "lpoly_": null, "rpoly_": null, "length": 286.35780626999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 81160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34510, "Shape__Length": 114.18601874522187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153516001461398, 40.064295047017403 ], [ -75.153586338645894, 40.064207263765702 ], [ -75.1541125440569, 40.063656788610899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3651, "tnode_": 3479, "lpoly_": null, "rpoly_": null, "length": 640.66587296, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 71540, "l_hundred": 500, "r_hundred": 500, "seg_id": 820225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 34511, "Shape__Length": 255.42769244220625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180621845597798, 40.064205256383801 ], [ -75.179204445258804, 40.065586204755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3669, "tnode_": 3582, "lpoly_": null, "rpoly_": null, "length": 323.16830700999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 511, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 37700, "l_hundred": 500, "r_hundred": 500, "seg_id": 820226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34512, "Shape__Length": 128.85292013177886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178422871702693, 40.064039800812502 ], [ -75.177725750868603, 40.064746985032897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3671, "tnode_": 3551, "lpoly_": null, "rpoly_": null, "length": 426.90684786999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDEZA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 21280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDEZA ST", "stname": "CARDEZA ST", "objectid": 34513, "Shape__Length": 170.21844535656504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1674577846033, 40.063750544384 ], [ -75.166543639355396, 40.064688644983597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3677, "tnode_": 3501, "lpoly_": null, "rpoly_": null, "length": 655.4604506000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 64460, "l_hundred": 900, "r_hundred": 900, "seg_id": 820228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34514, "Shape__Length": 261.3475943033722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172909374845602, 40.063830278649597 ], [ -75.171501725664896, 40.065268252889503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3677, "tnode_": 3620, "lpoly_": null, "rpoly_": null, "length": 285.71997771999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6700, "l_t_add": 6728, "r_f_add": 7901, "r_t_add": 7931, "st_code": 74660, "l_hundred": 6700, "r_hundred": 7900, "seg_id": 820229, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34515, "Shape__Length": 113.79602620299326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172909374845602, 40.063830278649597 ], [ -75.173728106437594, 40.064298735039102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3691, "tnode_": 3509, "lpoly_": null, "rpoly_": null, "length": 564.06198467000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 79960, "l_hundred": 800, "r_hundred": 800, "seg_id": 820230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34516, "Shape__Length": 225.03824973806812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176254819937398, 40.063849665499198 ], [ -75.175330170612099, 40.065225475773403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3691, "tnode_": 3582, "lpoly_": null, "rpoly_": null, "length": 525.69167251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 26020, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34517, "Shape__Length": 209.39693343198545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176254819937398, 40.063849665499198 ], [ -75.177725750868603, 40.064746985032897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3708, "tnode_": 3591, "lpoly_": null, "rpoly_": null, "length": 427.12527326999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 23900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34518, "Shape__Length": 170.30563870301225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166630220364596, 40.063460321414198 ], [ -75.165717179192995, 40.064399802777899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3711, "tnode_": 3605, "lpoly_": null, "rpoly_": null, "length": 353.47230535, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1027, "r_f_add": 1000, "r_t_add": 1026, "st_code": 79000, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820233, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34519, "Shape__Length": 140.92196633441188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169831848874793, 40.063549137652998 ], [ -75.169045720558202, 40.064308534936899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3712, "tnode_": 3694, "lpoly_": null, "rpoly_": null, "length": 66.6194874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7318, "l_t_add": 7322, "r_f_add": 7317, "r_t_add": 7331, "st_code": 84640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34520, "Shape__Length": 26.534570903513679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158623286112103, 40.063290804420703 ], [ -75.158811664524293, 40.063402582445903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3719, "tnode_": 3627, "lpoly_": null, "rpoly_": null, "length": 280.38915810999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7230, "l_t_add": 7252, "r_f_add": 7227, "r_t_add": 7255, "st_code": 50740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820235, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34521, "Shape__Length": 111.87122704813731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1557202499135, 40.063164242426403 ], [ -75.156157452517505, 40.063856768497097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3736, "tnode_": 3641, "lpoly_": null, "rpoly_": null, "length": 281.70719293000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7104, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 34700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34522, "Shape__Length": 112.3695395922619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153613440467694, 40.062989658935102 ], [ -75.154034089411695, 40.063599305453003 ], [ -75.1541125440569, 40.063656788610899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3641, "tnode_": 3737, "lpoly_": null, "rpoly_": null, "length": 280.53792628999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2038, "r_f_add": 2001, "r_t_add": 2039, "st_code": 81160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34523, "Shape__Length": 111.86218105165014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1541125440569, 40.063656788610899 ], [ -75.154701514123005, 40.063033669954102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3739, "tnode_": 3566, "lpoly_": null, "rpoly_": null, "length": 584.80489694000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 43640, "l_hundred": 900, "r_hundred": 900, "seg_id": 820238, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 34524, "Shape__Length": 233.18934035616596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172117597038707, 40.0633792589569 ], [ -75.172108806157794, 40.0634575315989 ], [ -75.170913723517103, 40.064677341394599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3748, "tnode_": 3624, "lpoly_": null, "rpoly_": null, "length": 426.87292644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 16040, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 34525, "Shape__Length": 170.20860911239768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165706240506594, 40.0631368011069 ], [ -75.164802134164901, 40.064080507488796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3755, "tnode_": 3741, "lpoly_": null, "rpoly_": null, "length": 118.70098412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7282, "l_t_add": 7296, "r_f_add": 7285, "r_t_add": 7299, "st_code": 84640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34526, "Shape__Length": 47.277457602222299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157924838919996, 40.062889726173303 ], [ -75.158261843787002, 40.063087530477901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3767, "tnode_": 3604, "lpoly_": null, "rpoly_": null, "length": 560.05866074999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 28980, "l_hundred": 800, "r_hundred": 800, "seg_id": 820241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 34527, "Shape__Length": 223.28873540760947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175266325813595, 40.063258302863503 ], [ -75.174030577632294, 40.064467498003602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3767, "tnode_": 3691, "lpoly_": null, "rpoly_": null, "length": 350.65347213999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6740, "l_t_add": 6798, "r_f_add": 6771, "r_t_add": 6799, "st_code": 26020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34528, "Shape__Length": 139.66797142054946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175266325813595, 40.063258302863503 ], [ -75.176254819937398, 40.063849665499198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3768, "tnode_": 3669, "lpoly_": null, "rpoly_": null, "length": 332.04674863999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 516, "st_code": 37700, "l_hundred": 500, "r_hundred": 500, "seg_id": 820243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34529, "Shape__Length": 132.37973191348229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179161051684702, 40.063326253882003 ], [ -75.178422871702693, 40.064039800812502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3775, "tnode_": 3633, "lpoly_": null, "rpoly_": null, "length": 465.14094675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YERKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 85600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YERKES ST", "stname": "YERKES ST", "objectid": 34530, "Shape__Length": 185.46364112054647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169215351259894, 40.062992501860101 ], [ -75.168223623274798, 40.064017072509998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3779, "tnode_": 3632, "lpoly_": null, "rpoly_": null, "length": 504.76959288, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 72200, "l_hundred": 900, "r_hundred": 900, "seg_id": 820245, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 34531, "Shape__Length": 201.25847860571554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171453304047603, 40.062998017984803 ], [ -75.170365213189896, 40.064103037687801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3780, "tnode_": 3611, "lpoly_": null, "rpoly_": null, "length": 597.95339444000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 54520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820246, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 34532, "Shape__Length": 238.42155358553327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161236045520099, 40.062740405660499 ], [ -75.159966011912303, 40.0640602938416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3784, "tnode_": 3663, "lpoly_": null, "rpoly_": null, "length": 425.59054563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 46200, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34533, "Shape__Length": 169.6936062504254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164696347897603, 40.0627828041954 ], [ -75.163789627129006, 40.063720644199499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3786, "tnode_": 3755, "lpoly_": null, "rpoly_": null, "length": 144.82546699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7252, "l_t_add": 7280, "r_f_add": 7253, "r_t_add": 7283, "st_code": 84640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34534, "Shape__Length": 57.69332292037295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157530080728904, 40.062633751161101 ], [ -75.157730960994101, 40.062779060547101 ], [ -75.157924838919996, 40.062889726173303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3787, "tnode_": 3691, "lpoly_": null, "rpoly_": null, "length": 329.51690494000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 725, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 79960, "l_hundred": 700, "r_hundred": 700, "seg_id": 820249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34535, "Shape__Length": 131.46694619453737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176782576374407, 40.063041087408699 ], [ -75.176254819937398, 40.063849665499198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3787, "tnode_": 3669, "lpoly_": null, "rpoly_": null, "length": 585.78868732000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORSTEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 37760, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820250, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORSTEN ST", "stname": "GORSTEN ST", "objectid": 34536, "Shape__Length": 233.33172524644706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176782576374407, 40.063041087408699 ], [ -75.178422871702693, 40.064039800812502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3737, "tnode_": 3792, "lpoly_": null, "rpoly_": null, "length": 266.3747222, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2040, "l_t_add": 2098, "r_f_add": 2041, "r_t_add": 2099, "st_code": 81160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34537, "Shape__Length": 106.2151677284144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154701514123005, 40.063033669954102 ], [ -75.155207404986101, 40.0625128738711 ], [ -75.155256606909006, 40.062440823448298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3792, "tnode_": 3719, "lpoly_": null, "rpoly_": null, "length": 293.75026392000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7228, "r_f_add": 7201, "r_t_add": 7225, "st_code": 50740, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820252, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34538, "Shape__Length": 117.19873725916209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155256606909006, 40.062440823448298 ], [ -75.1557202499135, 40.063164242426403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3813, "tnode_": 3671, "lpoly_": null, "rpoly_": null, "length": 518.56393815000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDEZA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 21280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDEZA ST", "stname": "CARDEZA ST", "objectid": 34539, "Shape__Length": 206.76565034201462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168559818084901, 40.062606250632903 ], [ -75.1674577846033, 40.063750544384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3820, "tnode_": 3711, "lpoly_": null, "rpoly_": null, "length": 434.77187644999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 79000, "l_hundred": 900, "r_hundred": 900, "seg_id": 820254, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34540, "Shape__Length": 173.33734411937473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170789386271593, 40.062609383222899 ], [ -75.169831848874793, 40.063549137652998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3830, "tnode_": 3706, "lpoly_": null, "rpoly_": null, "length": 479.82892604999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 29720, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820255, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 34541, "Shape__Length": 191.31975315862258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163946320912103, 40.0623603866322 ], [ -75.162925889942798, 40.063418795795698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3831, "tnode_": 3677, "lpoly_": null, "rpoly_": null, "length": 573.97102148, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 64460, "l_hundred": 800, "r_hundred": 800, "seg_id": 820256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34542, "Shape__Length": 228.83141157337937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174179178924803, 40.062593084149398 ], [ -75.172909374845602, 40.063830278649597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3831, "tnode_": 3767, "lpoly_": null, "rpoly_": null, "length": 388.99522331000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6738, "r_f_add": 6701, "r_t_add": 6769, "st_code": 26020, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34543, "Shape__Length": 154.94486437628899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174179178924803, 40.062593084149398 ], [ -75.175266325813595, 40.063258302863503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3847, "tnode_": 3768, "lpoly_": null, "rpoly_": null, "length": 342.48969412000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 417, "l_t_add": 499, "r_f_add": 418, "r_t_add": 498, "st_code": 37700, "l_hundred": 400, "r_hundred": 400, "seg_id": 820258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34544, "Shape__Length": 136.5416295981457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179922482418505, 40.062590291945902 ], [ -75.179161051684702, 40.063326253882003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3849, "tnode_": 3708, "lpoly_": null, "rpoly_": null, "length": 524.49911563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 23900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34545, "Shape__Length": 209.13180928985915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167743805201695, 40.062302330198001 ], [ -75.166630220364596, 40.063460321414198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3857, "tnode_": 3786, "lpoly_": null, "rpoly_": null, "length": 260.23504748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7202, "l_t_add": 7250, "r_f_add": 7233, "r_t_add": 7251, "st_code": 84640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34546, "Shape__Length": 103.75138627070179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156959610797301, 40.062071392005102 ], [ -75.157111884004095, 40.062243996556099 ], [ -75.157243596892798, 40.062385154655701 ], [ -75.157331299801498, 40.062466487800698 ], [ -75.157434702125201, 40.062556384249902 ], [ -75.157530080728904, 40.062633751161101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3874, "tnode_": 3736, "lpoly_": null, "rpoly_": null, "length": 484.00059824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7050, "l_t_add": 7102, "r_f_add": 7051, "r_t_add": 7099, "st_code": 34700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34547, "Shape__Length": 193.08728392049946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152811117236894, 40.061812700138397 ], [ -75.153613440467694, 40.062989658935102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3876, "tnode_": 3712, "lpoly_": null, "rpoly_": null, "length": 595.72748118999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 78060, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34548, "Shape__Length": 237.52749605913911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159895941335904, 40.061980031526197 ], [ -75.158623286112103, 40.063290804420703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3880, "tnode_": 3783, "lpoly_": null, "rpoly_": null, "length": 502.54878208999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 13080, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34549, "Shape__Length": 200.12633303252224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182376463598402, 40.062480295306102 ], [ -75.182945819789694, 40.062669106939303 ], [ -75.183349480257405, 40.0628788237468 ], [ -75.183842159795901, 40.063247862772997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3792, "tnode_": 3882, "lpoly_": null, "rpoly_": null, "length": 274.0170908, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 81160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34550, "Shape__Length": 109.25453050116845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155256606909006, 40.062440823448298 ], [ -75.155842606056694, 40.061838261926098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3883, "tnode_": 3775, "lpoly_": null, "rpoly_": null, "length": 381.15790901999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YERKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 85600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YERKES ST", "stname": "YERKES ST", "objectid": 34551, "Shape__Length": 151.94895683499755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170066544243298, 40.062195280624998 ], [ -75.169962459551897, 40.062219661183001 ], [ -75.169215351259894, 40.062992501860101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3898, "tnode_": 3748, "lpoly_": null, "rpoly_": null, "length": 524.8109846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 16040, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 34552, "Shape__Length": 209.2517532574162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166827011950105, 40.061981845372202 ], [ -75.165706240506594, 40.0631368011069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3901, "tnode_": 3787, "lpoly_": null, "rpoly_": null, "length": 336.85484301000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 728, "st_code": 79960, "l_hundred": 700, "r_hundred": 700, "seg_id": 820267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34553, "Shape__Length": 134.39266410844806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177322792726699, 40.062214778564702 ], [ -75.176782576374407, 40.063041087408699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3901, "tnode_": 3768, "lpoly_": null, "rpoly_": null, "length": 654.73650830999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 12560, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34554, "Shape__Length": 260.78871992274748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177322792726699, 40.062214778564702 ], [ -75.179161051684702, 40.063326253882003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3924, "tnode_": 3755, "lpoly_": null, "rpoly_": null, "length": 597.4781416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNSAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 84980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820269, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNSAM ST", "stname": "WYNSAM ST", "objectid": 34555, "Shape__Length": 238.22395788180009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159201514393004, 40.061575266338899 ], [ -75.157924838919996, 40.062889726173303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3930, "tnode_": 3813, "lpoly_": null, "rpoly_": null, "length": 373.76858816000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDEZA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 21280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDEZA ST", "stname": "CARDEZA ST", "objectid": 34556, "Shape__Length": 149.01158532286064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169381627446498, 40.061806983069502 ], [ -75.169302909524802, 40.061835580040103 ], [ -75.168559818084901, 40.062606250632903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3933, "tnode_": 3906, "lpoly_": null, "rpoly_": null, "length": 120.99468182000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6600, "l_t_add": 6640, "r_f_add": 6623, "r_t_add": 6641, "st_code": 26020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 820271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34557, "Shape__Length": 48.197415161433369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172993278755996, 40.0618592300073 ], [ -75.173326438211006, 40.062070864180001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3940, "tnode_": 3784, "lpoly_": null, "rpoly_": null, "length": 525.16093452999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 46200, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34558, "Shape__Length": 209.39298701080185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165812524955797, 40.061624032618901 ], [ -75.164696347897603, 40.0627828041954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3944, "tnode_": 3910, "lpoly_": null, "rpoly_": null, "length": 297.04556882000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7024, "l_t_add": 7098, "r_f_add": 7025, "r_t_add": 7099, "st_code": 73700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820273, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34559, "Shape__Length": 118.28436446853637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183936421342906, 40.062074658855998 ], [ -75.184374559878705, 40.062354354679002 ], [ -75.184569287416593, 40.062437765872502 ], [ -75.184812139788704, 40.062349452521097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3947, "tnode_": 3847, "lpoly_": null, "rpoly_": null, "length": 280.4732437, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 415, "r_f_add": 400, "r_t_add": 416, "st_code": 37700, "l_hundred": 400, "r_hundred": 400, "seg_id": 820274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 34560, "Shape__Length": 111.81699953396152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180544574057606, 40.061986706567197 ], [ -75.179922482418505, 40.062590291945902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3947, "tnode_": 3880, "lpoly_": null, "rpoly_": null, "length": 543.36472674999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 13080, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34561, "Shape__Length": 216.19335155933069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180544574057606, 40.061986706567197 ], [ -75.182376463598402, 40.062480295306102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3949, "tnode_": 3780, "lpoly_": null, "rpoly_": null, "length": 564.90396053000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 54520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820276, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 34562, "Shape__Length": 225.2288203823008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162453939912297, 40.0615064510488 ], [ -75.162394643589806, 40.061541691402503 ], [ -75.161236045520099, 40.062740405660499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3950, "tnode_": 3767, "lpoly_": null, "rpoly_": null, "length": 650.64671374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORSET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 28980, "l_hundred": 700, "r_hundred": 700, "seg_id": 820277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORSET ST", "stname": "DORSET ST", "objectid": 34563, "Shape__Length": 259.39959180924723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176702944790193, 40.061854138762698 ], [ -75.175266325813595, 40.063258302863503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3950, "tnode_": 3901, "lpoly_": null, "rpoly_": null, "length": 217.6258881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6714, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 12560, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820278, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34564, "Shape__Length": 86.675682635614208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176702944790193, 40.061854138762698 ], [ -75.177322792726699, 40.062214778564702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3956, "tnode_": 3779, "lpoly_": null, "rpoly_": null, "length": 587.45910379000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 72200, "l_hundred": 800, "r_hundred": 800, "seg_id": 820279, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 34565, "Shape__Length": 234.23019299521732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172707478746204, 40.061704972961699 ], [ -75.171453304047603, 40.062998017984803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3956, "tnode_": 3933, "lpoly_": null, "rpoly_": null, "length": 97.76093576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6522, "l_t_add": 6598, "r_f_add": 6601, "r_t_add": 6621, "st_code": 26020, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 820280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34566, "Shape__Length": 38.930695767413553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172707478746204, 40.061704972961699 ], [ -75.172993278755996, 40.0618592300073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3967, "tnode_": 3792, "lpoly_": null, "rpoly_": null, "length": 516.10679079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 50740, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820281, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34567, "Shape__Length": 205.91739855575065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154461986213605, 40.0611628791603 ], [ -75.155230728831796, 40.062382030773499 ], [ -75.155256606909006, 40.062440823448298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3882, "tnode_": 3968, "lpoly_": null, "rpoly_": null, "length": 270.71840700999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2115, "r_t_add": 2199, "st_code": 81160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34568, "Shape__Length": 107.93816880078882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155842606056694, 40.061838261926098 ], [ -75.156421890858695, 40.061243152438003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3968, "tnode_": 3857, "lpoly_": null, "rpoly_": null, "length": 337.21866397999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7200, "r_f_add": 7201, "r_t_add": 7231, "st_code": 84640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34569, "Shape__Length": 134.53699658312149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156421890858695, 40.061243152438003 ], [ -75.156812297205306, 40.061859620331298 ], [ -75.156959610797301, 40.062071392005102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3980, "tnode_": 3849, "lpoly_": null, "rpoly_": null, "length": 419.41924605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 23900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34570, "Shape__Length": 167.22531962366108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168644639936502, 40.061382911699802 ], [ -75.168579373589097, 40.061435659242001 ], [ -75.167743805201695, 40.062302330198001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3981, "tnode_": 3830, "lpoly_": null, "rpoly_": null, "length": 469.85727996999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 29720, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820285, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-05-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 34571, "Shape__Length": 187.34037492316108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164946596971404, 40.061324580625801 ], [ -75.163946320912103, 40.0623603866322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3991, "tnode_": 3944, "lpoly_": null, "rpoly_": null, "length": 249.60141825000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7022, "r_f_add": 7001, "r_t_add": 7023, "st_code": 73700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34572, "Shape__Length": 99.41476327662879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183231469913807, 40.061655043157899 ], [ -75.183936421342906, 40.062074658855998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3994, "tnode_": 3901, "lpoly_": null, "rpoly_": null, "length": 273.3826852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 625, "l_t_add": 699, "r_f_add": 616, "r_t_add": 698, "st_code": 79960, "l_hundred": 600, "r_hundred": 600, "seg_id": 820287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34573, "Shape__Length": 109.13078303258155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177533933717896, 40.061485781297399 ], [ -75.1774602333969, 40.061908455795297 ], [ -75.177322792726699, 40.062214778564702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3994, "tnode_": 3847, "lpoly_": null, "rpoly_": null, "length": 780.30050114000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 56320, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILTON ST", "stname": "MILTON ST", "objectid": 34574, "Shape__Length": 310.65601873642748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177533933717896, 40.061485781297399 ], [ -75.179922482418505, 40.062590291945902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3998, "tnode_": 3874, "lpoly_": null, "rpoly_": null, "length": 392.80024147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7048, "r_f_add": 7001, "r_t_add": 7049, "st_code": 34700, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34575, "Shape__Length": 156.69959610813532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152155688148895, 40.060859253045599 ], [ -75.152811117236894, 40.061812700138397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4002, "tnode_": 3820, "lpoly_": null, "rpoly_": null, "length": 593.36730676000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 79000, "l_hundred": 800, "r_hundred": 800, "seg_id": 820290, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34576, "Shape__Length": 236.5779789820688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172068601912102, 40.061310509051197 ], [ -75.170789386271593, 40.062609383222899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3967, "tnode_": 4011, "lpoly_": null, "rpoly_": null, "length": 240.45672533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 55880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 34577, "Shape__Length": 95.716479491358598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154461986213605, 40.0611628791603 ], [ -75.155215794890196, 40.060846303237497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4011, "tnode_": 3882, "lpoly_": null, "rpoly_": null, "length": 401.69540609000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUISE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 51820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOUISE ST", "stname": "LOUISE ST", "objectid": 34578, "Shape__Length": 160.26539676589826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155215794890196, 40.060846303237497 ], [ -75.155842606056694, 40.061838261926098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4035, "tnode_": 3831, "lpoly_": null, "rpoly_": null, "length": 655.40488301000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 64460, "l_hundred": 700, "r_hundred": 700, "seg_id": 820293, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34579, "Shape__Length": 261.28785792729593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175637597297694, 40.061185524957203 ], [ -75.174179178924803, 40.062593084149398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4035, "tnode_": 3950, "lpoly_": null, "rpoly_": null, "length": 385.02693516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6712, "r_f_add": 6701, "r_t_add": 6723, "st_code": 12560, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34580, "Shape__Length": 153.36835931867745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175637597297694, 40.061185524957203 ], [ -75.176702944790193, 40.061854138762698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4042, "tnode_": 3898, "lpoly_": null, "rpoly_": null, "length": 480.31022052000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 16040, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 34581, "Shape__Length": 191.5081433350135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167847443510198, 40.060921804962 ], [ -75.166827011950105, 40.061981845372202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4042, "tnode_": 3980, "lpoly_": null, "rpoly_": null, "length": 279.31203484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6430, "l_t_add": 6498, "r_f_add": 7501, "r_t_add": 7599, "st_code": 74660, "l_hundred": 6400, "r_hundred": 7500, "seg_id": 820296, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34582, "Shape__Length": 111.24131263828571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167847443510198, 40.060921804962 ], [ -75.168326948118093, 40.061194421990898 ], [ -75.168644639936502, 40.061382911699802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4047, "tnode_": 3876, "lpoly_": null, "rpoly_": null, "length": 566.18560809000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 78060, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34583, "Shape__Length": 225.74329071657763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161107533595697, 40.0607354475096 ], [ -75.159895941335904, 40.061980031526197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4051, "tnode_": 3921, "lpoly_": null, "rpoly_": null, "length": 413.97663909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 22060, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR PARK AVE", "stname": "CEDAR PARK AVE", "objectid": 34584, "Shape__Length": 165.14731500543735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152948307185198, 40.060483081415903 ], [ -75.153637415987703, 40.061488599544397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4053, "tnode_": 3991, "lpoly_": null, "rpoly_": null, "length": 257.21000848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6924, "l_t_add": 6998, "r_f_add": 6925, "r_t_add": 6999, "st_code": 73700, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34585, "Shape__Length": 102.44529189375635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182506062339002, 40.0612216183114 ], [ -75.183231469913807, 40.061655043157899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4011, "tnode_": 4055, "lpoly_": null, "rpoly_": null, "length": 240.42407084000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 55880, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 820300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 34586, "Shape__Length": 95.700247732376027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155215794890196, 40.060846303237497 ], [ -75.155973104209707, 40.060534894094197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4060, "tnode_": 3883, "lpoly_": null, "rpoly_": null, "length": 603.68270201999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YERKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 85600, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820301, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YERKES ST", "stname": "YERKES ST", "objectid": 34587, "Shape__Length": 240.69666789740276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171353927340704, 40.060865718204603 ], [ -75.170066544243298, 40.062195280624998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4093, "tnode_": 4035, "lpoly_": null, "rpoly_": null, "length": 257.24453459, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6650, "l_t_add": 6698, "r_f_add": 6651, "r_t_add": 6699, "st_code": 12560, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 820302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34588, "Shape__Length": 102.4627274919258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174918457391698, 40.060745829414401 ], [ -75.175637597297694, 40.061185524957203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4096, "tnode_": 3949, "lpoly_": null, "rpoly_": null, "length": 492.36874116000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 54520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820303, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 34589, "Shape__Length": 196.31358736845374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163502077691803, 40.060420990149503 ], [ -75.162453939912297, 40.0615064510488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4099, "tnode_": 3924, "lpoly_": null, "rpoly_": null, "length": 565.12581128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNSAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 84980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNSAM ST", "stname": "WYNSAM ST", "objectid": 34590, "Shape__Length": 225.32143080521095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160406971763905, 40.0603307989999 ], [ -75.159201514393004, 40.061575266338899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4108, "tnode_": 3940, "lpoly_": null, "rpoly_": null, "length": 544.70567699000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 46200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34591, "Shape__Length": 217.18169422037619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166971073687904, 40.060422619812499 ], [ -75.165812524955797, 40.061624032618901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4144, "tnode_": 3994, "lpoly_": null, "rpoly_": null, "length": 364.6933077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 623, "r_f_add": 600, "r_t_add": 614, "st_code": 79960, "l_hundred": 600, "r_hundred": 600, "seg_id": 820306, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 34592, "Shape__Length": 145.60231256578169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177511442749406, 40.060492259070401 ], [ -75.177582589974506, 40.060711939306799 ], [ -75.177533933717896, 40.061485781297399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4144, "tnode_": 3947, "lpoly_": null, "rpoly_": null, "length": 1011.3923039499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 13080, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34593, "Shape__Length": 402.69807161007083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177511442749406, 40.060492259070401 ], [ -75.177852676497807, 40.060743450138297 ], [ -75.180544574057606, 40.061986706567197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4114, "tnode_": 4053, "lpoly_": null, "rpoly_": null, "length": 259.74378388999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6922, "r_f_add": 6901, "r_t_add": 6923, "st_code": 73700, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34594, "Shape__Length": 103.45873810830201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181780643238397, 40.060776968166998 ], [ -75.182506062339002, 40.0612216183114 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4115, "tnode_": 3967, "lpoly_": null, "rpoly_": null, "length": 431.10860932000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 50740, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820309, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34595, "Shape__Length": 171.98929678604375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153765260873001, 40.060107448977099 ], [ -75.154461986213605, 40.0611628791603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4117, "tnode_": 3930, "lpoly_": null, "rpoly_": null, "length": 610.1861499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDEZA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 21280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDEZA ST", "stname": "CARDEZA ST", "objectid": 34596, "Shape__Length": 243.27755732502783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170701561580699, 40.060475622539997 ], [ -75.170633647393203, 40.060521901064803 ], [ -75.169381627446498, 40.061806983069502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4133, "tnode_": 3933, "lpoly_": null, "rpoly_": null, "length": 646.24813586000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 72200, "l_hundred": 700, "r_hundred": 700, "seg_id": 820311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 34597, "Shape__Length": 257.66665618641019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174371415439197, 40.060435914038202 ], [ -75.172993278755996, 40.0618592300073 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4010, "tnode_": 4134, "lpoly_": null, "rpoly_": null, "length": 640.30639189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1944, "r_f_add": 1901, "r_t_add": 1965, "st_code": 89280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 34598, "Shape__Length": 254.92156874564685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148171504230802, 40.060753191573902 ], [ -75.150122107340806, 40.059834991319903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4144, "tnode_": 4035, "lpoly_": null, "rpoly_": null, "length": 590.05799756, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 64460, "l_hundred": 600, "r_hundred": 600, "seg_id": 820313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34599, "Shape__Length": 234.85771156980309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177511442749406, 40.060492259070401 ], [ -75.177190458766304, 40.060506838599501 ], [ -75.175637597297694, 40.061185524957203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4149, "tnode_": 4099, "lpoly_": null, "rpoly_": null, "length": 237.67928206000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7230, "l_t_add": 7260, "r_f_add": 7231, "r_t_add": 7261, "st_code": 69100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34600, "Shape__Length": 94.656735235531542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159725563233195, 40.059941501316402 ], [ -75.160143630863701, 40.060181351777302 ], [ -75.160406971763905, 40.0603307989999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4115, "tnode_": 4151, "lpoly_": null, "rpoly_": null, "length": 238.95309578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2112, "r_f_add": 2101, "r_t_add": 2113, "st_code": 12640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 34601, "Shape__Length": 95.114718431018332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153765260873001, 40.060107448977099 ], [ -75.154516609148004, 40.0597960580183 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4155, "tnode_": 3944, "lpoly_": null, "rpoly_": null, "length": 707.51129206000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31260, "l_hundred": 200, "r_hundred": 200, "seg_id": 820317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ELLET ST", "stname": "E ELLET ST", "objectid": 34602, "Shape__Length": 282.06558644432795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185497837180193, 40.060547333712599 ], [ -75.183936421342906, 40.062074658855998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4156, "tnode_": 27437, "lpoly_": null, "rpoly_": null, "length": 322.81640621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 78060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34603, "Shape__Length": 128.6967830507383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161694677950905, 40.059967342020499 ], [ -75.161432257324506, 40.060266648425902 ], [ -75.160985218839997, 40.060664043225401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4161, "tnode_": 3981, "lpoly_": null, "rpoly_": null, "length": 603.35921870999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 29720, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 34604, "Shape__Length": 240.56553443057388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166231526526801, 40.059994732813102 ], [ -75.164946596971404, 40.061324580625801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4161, "tnode_": 4108, "lpoly_": null, "rpoly_": null, "length": 259.13019359000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6358, "l_t_add": 6398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 74660, "l_hundred": 6300, "r_hundred": 7300, "seg_id": 820320, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34605, "Shape__Length": 103.2021240985374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166231526526801, 40.059994732813102 ], [ -75.166971073687904, 40.060422619812499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4168, "tnode_": 4114, "lpoly_": null, "rpoly_": null, "length": 246.64087919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6824, "l_t_add": 6898, "r_f_add": 6825, "r_t_add": 6899, "st_code": 73700, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34606, "Shape__Length": 98.241872092307418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181095893492994, 40.060350857036497 ], [ -75.181780643238397, 40.060776968166998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4169, "tnode_": 3980, "lpoly_": null, "rpoly_": null, "length": 615.99670181, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 23900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820322, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 34607, "Shape__Length": 245.57530517891476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170010999309, 40.060057335849301 ], [ -75.168644639936502, 40.061382911699802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4211, "tnode_": 4149, "lpoly_": null, "rpoly_": null, "length": 227.00437655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7220, "l_t_add": 7228, "r_f_add": 7221, "r_t_add": 7229, "st_code": 69100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34608, "Shape__Length": 90.407266287597409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159078119112806, 40.059566240856299 ], [ -75.159725563233195, 40.059941501316402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4134, "tnode_": 4212, "lpoly_": null, "rpoly_": null, "length": 331.53308942000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1946, "l_t_add": 1998, "r_f_add": 1967, "r_t_add": 1999, "st_code": 89280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 34609, "Shape__Length": 131.99002916600389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150122107340806, 40.059834991319903 ], [ -75.151132086455704, 40.059359598344301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4212, "tnode_": 3998, "lpoly_": null, "rpoly_": null, "length": 616.87604880999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 34700, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34610, "Shape__Length": 246.0879527590744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151132086455704, 40.059359598344301 ], [ -75.152155688148895, 40.060859253045599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4227, "tnode_": 4002, "lpoly_": null, "rpoly_": null, "length": 649.74957091, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 79000, "l_hundred": 700, "r_hundred": 700, "seg_id": 820331, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34611, "Shape__Length": 259.06369761223885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1734483004266, 40.059876123207097 ], [ -75.172068601912102, 40.061310509051197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4247, "tnode_": 4042, "lpoly_": null, "rpoly_": null, "length": 622.33100341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRINGER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 16040, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820333, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRINGER ST", "stname": "BARRINGER ST", "objectid": 34612, "Shape__Length": 248.10006229553494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169225626783501, 40.059581250782401 ], [ -75.167847443510198, 40.060921804962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27177, "tnode_": 4225, "lpoly_": null, "rpoly_": null, "length": 133.93930768000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PLEASANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 65020, "l_hundred": 500, "r_hundred": 500, "seg_id": 820335, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PLEASANT PL", "stname": "N PLEASANT PL", "objectid": 34613, "Shape__Length": 53.39043657382836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180070541864893, 40.059731406288201 ], [ -75.179840719322996, 40.059951918503799 ], [ -75.179763693377694, 40.060013163316199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4259, "tnode_": 4156, "lpoly_": null, "rpoly_": null, "length": 325.18817917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1527, "r_f_add": 1500, "r_t_add": 1532, "st_code": 78060, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34614, "Shape__Length": 129.59522928237106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162487491094794, 40.059321567800303 ], [ -75.161845197256497, 40.059893598747003 ], [ -75.161694677950905, 40.059967342020499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4268, "tnode_": 3968, "lpoly_": null, "rpoly_": null, "length": 933.01421607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 81160, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34615, "Shape__Length": 371.99672724510816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158415015025298, 40.059190246730701 ], [ -75.156421890858695, 40.061243152438003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4268, "tnode_": 4211, "lpoly_": null, "rpoly_": null, "length": 230.67841742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7218, "r_f_add": 7201, "r_t_add": 7219, "st_code": 69100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34616, "Shape__Length": 91.866336114050682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158415015025298, 40.059190246730701 ], [ -75.159078119112806, 40.059566240856299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4271, "tnode_": 4225, "lpoly_": null, "rpoly_": null, "length": 178.80793960999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PLEASANT", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 65000, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820340, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PLEASANT PL", "stname": "E PLEASANT PL", "objectid": 34617, "Shape__Length": 71.214118552970319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179255932456101, 40.059715326350798 ], [ -75.179763693377694, 40.060013163316199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4272, "tnode_": 4099, "lpoly_": null, "rpoly_": null, "length": 511.89227931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNSAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 84980, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820341, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNSAM ST", "stname": "WYNSAM ST", "objectid": 34618, "Shape__Length": 204.09809733685316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161477741067102, 40.059199471259298 ], [ -75.160425380360294, 40.060263466674797 ], [ -75.160406971763905, 40.0603307989999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4212, "tnode_": 4275, "lpoly_": null, "rpoly_": null, "length": 260.1399393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2034, "r_f_add": 2001, "r_t_add": 2033, "st_code": 89280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 34619, "Shape__Length": 103.5668693911138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151132086455704, 40.059359598344301 ], [ -75.151923843527001, 40.058985668862299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4275, "tnode_": 4051, "lpoly_": null, "rpoly_": null, "length": 616.26579561000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 22060, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR PARK AVE", "stname": "CEDAR PARK AVE", "objectid": 34620, "Shape__Length": 245.84238895615073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923843527001, 40.058985668862299 ], [ -75.152948307185198, 40.060483081415903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4284, "tnode_": 4060, "lpoly_": null, "rpoly_": null, "length": 650.3213394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YERKES", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 85600, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YERKES ST", "stname": "YERKES ST", "objectid": 34621, "Shape__Length": 259.27709773410658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172759329230104, 40.059444175565602 ], [ -75.171353927340704, 40.060865718204603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4306, "tnode_": 4108, "lpoly_": null, "rpoly_": null, "length": 639.39700657000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 46200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 34622, "Shape__Length": 254.83072595739748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168500908490998, 40.059137980805303 ], [ -75.167535605022394, 40.060072440782797 ], [ -75.167424292573202, 40.060166273202903 ], [ -75.167255416788805, 40.060279884451802 ], [ -75.167096957855506, 40.060377171743198 ], [ -75.166971073687904, 40.060422619812499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4306, "tnode_": 4247, "lpoly_": null, "rpoly_": null, "length": 259.2867452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6400, "l_t_add": 6428, "r_f_add": 6401, "r_t_add": 6429, "st_code": 26020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 820348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34623, "Shape__Length": 103.27379318582189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168500908490998, 40.059137980805303 ], [ -75.168898748171699, 40.059384364135902 ], [ -75.169225626783501, 40.059581250782401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4309, "tnode_": 29688, "lpoly_": null, "rpoly_": null, "length": 299.22943772000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6300, "l_t_add": 6332, "r_f_add": 7117, "r_t_add": 7199, "st_code": 74660, "l_hundred": 6300, "r_hundred": 7100, "seg_id": 820349, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34624, "Shape__Length": 119.17291722777647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164604596640899, 40.059053321582503 ], [ -75.165455277617497, 40.059550768322602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4329, "tnode_": 4115, "lpoly_": null, "rpoly_": null, "length": 617.90115664000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 50740, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820350, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34625, "Shape__Length": 246.50026703551416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152755042539397, 40.0585992843802 ], [ -75.153765260873001, 40.060107448977099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4331, "tnode_": 4212, "lpoly_": null, "rpoly_": null, "length": 336.97519763999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 34700, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34626, "Shape__Length": 134.44301489732041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150746908907607, 40.058524968288602 ], [ -75.150699623160307, 40.058570489207703 ], [ -75.1506941928657, 40.058630504716703 ], [ -75.150733285779495, 40.058754071558901 ], [ -75.150791422372606, 40.058870852958002 ], [ -75.151132086455704, 40.059359598344301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4331, "tnode_": 4332, "lpoly_": null, "rpoly_": null, "length": 251.50019705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2020, "r_f_add": 2001, "r_t_add": 2021, "st_code": 39880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820352, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34627, "Shape__Length": 100.0193186086929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150746908907607, 40.058524968288602 ], [ -75.151643736081496, 40.058566772663703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4332, "tnode_": 4275, "lpoly_": null, "rpoly_": null, "length": 171.56193927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 22060, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820353, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR PARK AVE", "stname": "CEDAR PARK AVE", "objectid": 34628, "Shape__Length": 68.441044698861859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151643736081496, 40.058566772663703 ], [ -75.151923843527001, 40.058985668862299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4332, "tnode_": 4329, "lpoly_": null, "rpoly_": null, "length": 311.53340475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2022, "l_t_add": 2032, "r_f_add": 2023, "r_t_add": 2033, "st_code": 39880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820354, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34629, "Shape__Length": 123.89369818728825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151643736081496, 40.058566772663703 ], [ -75.152473205611997, 40.058605420884803 ], [ -75.152755042539397, 40.0585992843802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4334, "tnode_": 4117, "lpoly_": null, "rpoly_": null, "length": 650.45209226999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDEZA", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 21280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 820355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDEZA ST", "stname": "CARDEZA ST", "objectid": 34630, "Shape__Length": 259.32823867427732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172106304408203, 40.059053249411903 ], [ -75.170701561580699, 40.060475622539997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4340, "tnode_": 4227, "lpoly_": null, "rpoly_": null, "length": 339.01649915999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 651, "l_t_add": 699, "r_f_add": 650, "r_t_add": 698, "st_code": 79000, "l_hundred": 600, "r_hundred": 600, "seg_id": 820356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 34631, "Shape__Length": 135.29339025950981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173863549237694, 40.059001892471201 ], [ -75.173657024674299, 40.059436697697002 ], [ -75.1734483004266, 40.059876123207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4344, "tnode_": 4323, "lpoly_": null, "rpoly_": null, "length": 133.72691453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 69100, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 34632, "Shape__Length": 53.253223653267575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157374718040103, 40.058594045299799 ], [ -75.1577622354135, 40.058808734873899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4345, "tnode_": 4331, "lpoly_": null, "rpoly_": null, "length": 428.0306662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 39880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34633, "Shape__Length": 170.22460120251242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149221607192402, 40.058441947719999 ], [ -75.150746908907607, 40.058524968288602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4382, "tnode_": 4149, "lpoly_": null, "rpoly_": null, "length": 697.85840764, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASTORIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 63260, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820362, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASTORIUS ST", "stname": "E PASTORIUS ST", "objectid": 34634, "Shape__Length": 278.22134423335467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161239608672105, 40.058421992407801 ], [ -75.161160138733393, 40.058473406644602 ], [ -75.159725563233195, 40.059941501316402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4382, "tnode_": 4272, "lpoly_": null, "rpoly_": null, "length": 291.08320000999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7222, "l_t_add": 7252, "r_f_add": 7223, "r_t_add": 7261, "st_code": 25120, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820363, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 34635, "Shape__Length": 116.19263770365995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161239608672105, 40.058421992407801 ], [ -75.161277355322298, 40.058512535190403 ], [ -75.161477741067102, 40.059199471259298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4399, "tnode_": 4306, "lpoly_": null, "rpoly_": null, "length": 400.54515684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6324, "l_t_add": 6398, "r_f_add": 6325, "r_t_add": 6399, "st_code": 26020, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 820364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34636, "Shape__Length": 159.53317986568797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167377805173899, 40.058456668657897 ], [ -75.167766240443598, 40.058696107842202 ], [ -75.168500908490998, 40.059137980805303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4405, "tnode_": 4329, "lpoly_": null, "rpoly_": null, "length": 192.83152514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6834, "l_t_add": 6898, "r_f_add": 6843, "r_t_add": 6899, "st_code": 50740, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820365, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34637, "Shape__Length": 76.9591265437479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152578746783007, 40.0580979560945 ], [ -75.152630156607202, 40.0584158885625 ], [ -75.152694882778107, 40.058540594571298 ], [ -75.152755042539397, 40.0585992843802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4414, "tnode_": 4331, "lpoly_": null, "rpoly_": null, "length": 187.60719534, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6816, "l_t_add": 6898, "r_f_add": 6817, "r_t_add": 6899, "st_code": 88170, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34638, "Shape__Length": 74.898595063225329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1508274151482, 40.058013693882302 ], [ -75.150746908907607, 40.058524968288602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4414, "tnode_": 4405, "lpoly_": null, "rpoly_": null, "length": 491.19408781000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "RITTENHOUSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 68720, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820367, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E RITTENHOUSE ST", "stname": "E RITTENHOUSE ST", "objectid": 34639, "Shape__Length": 195.34215147948055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1508274151482, 40.058013693882302 ], [ -75.152578746783007, 40.0580979560945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4432, "tnode_": 4309, "lpoly_": null, "rpoly_": null, "length": 497.05366757000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6200, "l_t_add": 6298, "r_f_add": 7115, "r_t_add": 7115, "st_code": 74660, "l_hundred": 6200, "r_hundred": 7100, "seg_id": 820369, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34640, "Shape__Length": 197.94696087905655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163176295255099, 40.058242623783002 ], [ -75.164604596640899, 40.059053321582503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4464, "tnode_": 4268, "lpoly_": null, "rpoly_": null, "length": 577.49661248999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 81160, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34641, "Shape__Length": 230.24563884875255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159646929389297, 40.057918601833201 ], [ -75.158415015025298, 40.059190246730701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29687, "tnode_": 4309, "lpoly_": null, "rpoly_": null, "length": 483.2180465, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": "S", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1324, "r_t_add": 1398, "st_code": 81665, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN S", "stname": "E WASHINGTON LN S", "objectid": 34642, "Shape__Length": 192.61080115440984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165717783205395, 40.058042343552501 ], [ -75.165492894511999, 40.058201558428202 ], [ -75.164604596640899, 40.059053321582503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4473, "tnode_": 4382, "lpoly_": null, "rpoly_": null, "length": 222.07648343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7221, "st_code": 25120, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820375, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 34643, "Shape__Length": 88.598235547131551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160913884488807, 40.057875075399998 ], [ -75.160979152899301, 40.0579368248981 ], [ -75.161044090675205, 40.058012587579199 ], [ -75.161090705384794, 40.058076847671302 ], [ -75.161162991777104, 40.058199010476997 ], [ -75.161223675866907, 40.058335523547399 ], [ -75.161239608672105, 40.058421992407801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4485, "tnode_": 4405, "lpoly_": null, "rpoly_": null, "length": 154.1859102, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6832, "r_f_add": 6801, "r_t_add": 6841, "st_code": 50740, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820377, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34644, "Shape__Length": 61.557389069092913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152534809201001, 40.057676046756903 ], [ -75.152578746783007, 40.0580979560945 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4493, "tnode_": 4414, "lpoly_": null, "rpoly_": null, "length": 150.30224366, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6814, "r_f_add": 6801, "r_t_add": 6815, "st_code": 88170, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34645, "Shape__Length": 60.005440688363308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150886562975998, 40.057603607889199 ], [ -75.1508274151482, 40.058013693882302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4493, "tnode_": 4485, "lpoly_": null, "rpoly_": null, "length": 462.13514953000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89250, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820379, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34646, "Shape__Length": 183.78415584941774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150886562975998, 40.057603607889199 ], [ -75.152534809201001, 40.057676046756903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4492, "tnode_": 4493, "lpoly_": null, "rpoly_": null, "length": 109.71698192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1940, "l_t_add": 1998, "r_f_add": 1921, "r_t_add": 1999, "st_code": 89250, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820380, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34647, "Shape__Length": 43.633111441399798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150495655595194, 40.0575816056378 ], [ -75.150886562975998, 40.057603607889199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4499, "tnode_": 4492, "lpoly_": null, "rpoly_": null, "length": 337.62684736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1938, "r_f_add": 1901, "r_t_add": 1919, "st_code": 89250, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820381, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34648, "Shape__Length": 134.26891239995018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149291474335698, 40.057529073392097 ], [ -75.149895904717795, 40.057552614410199 ], [ -75.150495655595194, 40.0575816056378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4511, "tnode_": 4347, "lpoly_": null, "rpoly_": null, "length": 336.723865, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 38180, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 34649, "Shape__Length": 134.42295893538986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1481717657432, 40.057468156350303 ], [ -75.147971966932801, 40.058379662804299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4522, "tnode_": 4354, "lpoly_": null, "rpoly_": null, "length": 346.18498242000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 18500, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820383, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 34650, "Shape__Length": 138.19864049443407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146457832516901, 40.057363348672098 ], [ -75.146245084848601, 40.058299499396597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4523, "tnode_": 4361, "lpoly_": null, "rpoly_": null, "length": 347.62481078000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88110, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 34651, "Shape__Length": 138.77331489143111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145662372137195, 40.057323147047597 ], [ -75.145448514286898, 40.058263161076603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4535, "tnode_": 4523, "lpoly_": null, "rpoly_": null, "length": 195.34935571, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1614, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 89250, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34652, "Shape__Length": 77.694585208835178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144974246077695, 40.0572338668862 ], [ -75.145662372137195, 40.057323147047597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4544, "tnode_": 4365, "lpoly_": null, "rpoly_": null, "length": 387.9940094, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88090, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 34653, "Shape__Length": 154.90319021680128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144247252001193, 40.057137645294297 ], [ -75.144143123173194, 40.058199723704902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4544, "tnode_": 4535, "lpoly_": null, "rpoly_": null, "length": 206.49998607000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1612, "r_f_add": 1601, "r_t_add": 1617, "st_code": 89250, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34654, "Shape__Length": 82.129670886281389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144247252001193, 40.057137645294297 ], [ -75.144974246077695, 40.0572338668862 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4560, "tnode_": 4464, "lpoly_": null, "rpoly_": null, "length": 232.12339405, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1421, "l_t_add": 1499, "r_f_add": 1420, "r_t_add": 1498, "st_code": 81160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 34655, "Shape__Length": 92.545047549613813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160142910447902, 40.057407938247103 ], [ -75.159646929389297, 40.057918601833201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4560, "tnode_": 4473, "lpoly_": null, "rpoly_": null, "length": 275.56031486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 25120, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 34656, "Shape__Length": 109.75119063260034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160142910447902, 40.057407938247103 ], [ -75.160612763310596, 40.057677908733602 ], [ -75.160706790265394, 40.057733644438798 ], [ -75.160812301225107, 40.057808862891498 ], [ -75.160844281419998, 40.057840634313301 ], [ -75.160913884488807, 40.057875075399998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4485, "tnode_": 4592, "lpoly_": null, "rpoly_": null, "length": 383.67167234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2066, "r_f_add": 2001, "r_t_add": 2021, "st_code": 30520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTBURN AVE", "stname": "EASTBURN AVE", "objectid": 34657, "Shape__Length": 152.76789061438024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152534809201001, 40.057676046756903 ], [ -75.152609497072305, 40.057579039741903 ], [ -75.153659464388099, 40.057095715027501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4594, "tnode_": 4542, "lpoly_": null, "rpoly_": null, "length": 132.71778695, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6792, "l_t_add": 6794, "r_f_add": 6793, "r_t_add": 6795, "st_code": 88170, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34658, "Shape__Length": 52.985690884286562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150965426482003, 40.057006977172399 ], [ -75.150924919371505, 40.057369970669903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4595, "tnode_": 4444, "lpoly_": null, "rpoly_": null, "length": 315.29003094000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 21400, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820396, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 34659, "Shape__Length": 125.86519292630321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141727333143095, 40.056810750050602 ], [ -75.141540677896501, 40.057664290240197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4595, "tnode_": 4578, "lpoly_": null, "rpoly_": null, "length": 222.97333278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1416, "l_t_add": 1498, "r_f_add": 1415, "r_t_add": 1499, "st_code": 89250, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820397, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34660, "Shape__Length": 88.681835644410313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141727333143095, 40.056810750050602 ], [ -75.142511436563197, 40.056918509537603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4592, "tnode_": 4639, "lpoly_": null, "rpoly_": null, "length": 205.9618441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2068, "l_t_add": 2068, "r_f_add": 2023, "r_t_add": 2041, "st_code": 30520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTBURN AVE", "stname": "EASTBURN AVE", "objectid": 34661, "Shape__Length": 81.995748393504229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153659464388099, 40.057095715027501 ], [ -75.154285054387898, 40.056798103530198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4639, "tnode_": 4521, "lpoly_": null, "rpoly_": null, "length": 341.2553546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 84640, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 34662, "Shape__Length": 136.10634056597175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154285054387898, 40.056798103530198 ], [ -75.154906296419597, 40.057604129153802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4639, "tnode_": 4730, "lpoly_": null, "rpoly_": null, "length": 406.81075016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2070, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 30520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTBURN AVE", "stname": "EASTBURN AVE", "objectid": 34663, "Shape__Length": 161.94588869125735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154285054387898, 40.056798103530198 ], [ -75.155532739446002, 40.056225486529399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4694, "tnode_": 4485, "lpoly_": null, "rpoly_": null, "length": 474.0844342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 50740, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820404, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34664, "Shape__Length": 189.27374090023719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152596987382694, 40.056377006721 ], [ -75.152516555206802, 40.0575434928381 ], [ -75.152534809201001, 40.057676046756903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4695, "tnode_": 4694, "lpoly_": null, "rpoly_": null, "length": 200.51353963, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2008, "l_t_add": 2098, "r_f_add": 2009, "r_t_add": 2099, "st_code": 89220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34665, "Shape__Length": 79.741700885585686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151884168727406, 40.056332027135298 ], [ -75.152486967709294, 40.056359015601501 ], [ -75.152596987382694, 40.056377006721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4698, "tnode_": 4594, "lpoly_": null, "rpoly_": null, "length": 259.76489256999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6790, "r_f_add": 6701, "r_t_add": 6791, "st_code": 88170, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34666, "Shape__Length": 103.7042390928177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151070978723098, 40.056298606870101 ], [ -75.151010541697602, 40.056750943081099 ], [ -75.150965426482003, 40.057006977172399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4698, "tnode_": 4695, "lpoly_": null, "rpoly_": null, "length": 227.9599167, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2006, "r_f_add": 2001, "r_t_add": 2007, "st_code": 89220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820407, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34667, "Shape__Length": 90.654293541964194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151070978723098, 40.056298606870101 ], [ -75.151884168727406, 40.056332027135298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4701, "tnode_": 4698, "lpoly_": null, "rpoly_": null, "length": 206.22389201000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1922, "l_t_add": 1998, "r_f_add": 1923, "r_t_add": 1999, "st_code": 89220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34668, "Shape__Length": 82.010498811879984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1503354981554, 40.056266005761799 ], [ -75.151070978723098, 40.056298606870101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4724, "tnode_": 4511, "lpoly_": null, "rpoly_": null, "length": 506.89212854000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "GRATZ", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 38180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820410, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N GRATZ ST", "stname": "N GRATZ ST", "objectid": 34669, "Shape__Length": 202.35176843470549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148475221770298, 40.056096356779499 ], [ -75.1481717657432, 40.057468156350303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4724, "tnode_": 4711, "lpoly_": null, "rpoly_": null, "length": 285.33104695000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 89220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34670, "Shape__Length": 113.48040368375371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148475221770298, 40.056096356779499 ], [ -75.1491172751318, 40.056182079142303 ], [ -75.149480231237007, 40.0562269692564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4739, "tnode_": 4518, "lpoly_": null, "rpoly_": null, "length": 529.32776362000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88130, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820413, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34671, "Shape__Length": 211.30881461227406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147571784197694, 40.055982764261699 ], [ -75.147261616155006, 40.057416149347802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4739, "tnode_": 4724, "lpoly_": null, "rpoly_": null, "length": 256.26141052999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 89220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34672, "Shape__Length": 101.91807925386144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147571784197694, 40.055982764261699 ], [ -75.148475221770298, 40.056096356779499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4751, "tnode_": 4522, "lpoly_": null, "rpoly_": null, "length": 548.64747685999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 18500, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 34673, "Shape__Length": 219.01973332224932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146788247309303, 40.055878803907802 ], [ -75.146457832516901, 40.057363348672098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4751, "tnode_": 4739, "lpoly_": null, "rpoly_": null, "length": 222.58054743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1718, "l_t_add": 1798, "r_f_add": 1719, "r_t_add": 1799, "st_code": 89220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820416, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34674, "Shape__Length": 88.523681547725047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146788247309303, 40.055878803907802 ], [ -75.147571784197694, 40.055982764261699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4768, "tnode_": 4523, "lpoly_": null, "rpoly_": null, "length": 572.08577469, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "17TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88110, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820417, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 17TH ST", "stname": "N 17TH ST", "objectid": 34675, "Shape__Length": 228.37650263345191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146003804114002, 40.055774777069402 ], [ -75.145662372137195, 40.057323147047597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4768, "tnode_": 4751, "lpoly_": null, "rpoly_": null, "length": 222.83500342000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1716, "r_f_add": 1701, "r_t_add": 1717, "st_code": 89220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34676, "Shape__Length": 88.624736600879842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146003804114002, 40.055774777069402 ], [ -75.146788247309303, 40.055878803907802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27435, "tnode_": 4535, "lpoly_": null, "rpoly_": null, "length": 573.64796147000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SMEDLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 73080, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820420, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SMEDLEY ST", "stname": "N SMEDLEY ST", "objectid": 34677, "Shape__Length": 229.01911064636562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145138479195097, 40.055664202313302 ], [ -75.144974246077695, 40.0572338668862 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4778, "tnode_": 4768, "lpoly_": null, "rpoly_": null, "length": 224.63250358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1618, "l_t_add": 1698, "r_f_add": 1619, "r_t_add": 1699, "st_code": 89220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34678, "Shape__Length": 89.339343003420041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145212863104305, 40.055670676791898 ], [ -75.146003804114002, 40.055774777069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4786, "tnode_": 4544, "lpoly_": null, "rpoly_": null, "length": 573.53538529000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "16TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88090, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 16TH ST", "stname": "N 16TH ST", "objectid": 34679, "Shape__Length": 228.97201880804437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144427106801203, 40.055569906137301 ], [ -75.144408489579902, 40.0556367314502 ], [ -75.144373406172505, 40.055903622148399 ], [ -75.144341444829493, 40.0562405486518 ], [ -75.144247252001193, 40.057137645294297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4786, "tnode_": 27435, "lpoly_": null, "rpoly_": null, "length": 202.07603967999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1616, "r_f_add": 1601, "r_t_add": 1617, "st_code": 89220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34680, "Shape__Length": 80.368337348215533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144427106801203, 40.055569906137301 ], [ -75.145138479195097, 40.055664202313302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4805, "tnode_": 4786, "lpoly_": null, "rpoly_": null, "length": 219.61030592999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1550, "l_t_add": 1598, "r_f_add": 1523, "r_t_add": 1599, "st_code": 89220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34681, "Shape__Length": 87.341656511750628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143653817542301, 40.055468285707398 ], [ -75.144427106801203, 40.055569906137301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4815, "tnode_": 4805, "lpoly_": null, "rpoly_": null, "length": 227.72541426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1548, "r_f_add": 1501, "r_t_add": 1521, "st_code": 89220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34682, "Shape__Length": 90.56829412928208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142851145473202, 40.055366613147697 ], [ -75.143653817542301, 40.055468285707398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4820, "tnode_": 4595, "lpoly_": null, "rpoly_": null, "length": 569.73029666999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CARLISLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 21400, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820431, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CARLISLE ST", "stname": "N CARLISLE ST", "objectid": 34683, "Shape__Length": 227.43463803846873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142066431443098, 40.055268634894702 ], [ -75.141727333143095, 40.056810750050602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4820, "tnode_": 4815, "lpoly_": null, "rpoly_": null, "length": 222.54734988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1438, "l_t_add": 1498, "r_f_add": 1421, "r_t_add": 1499, "st_code": 89220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 34684, "Shape__Length": 88.508548703917967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142066431443098, 40.055268634894702 ], [ -75.142851145473202, 40.055366613147697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2945, "tnode_": 2781, "lpoly_": null, "rpoly_": null, "length": 801.24579772000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 36880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820436, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34685, "Shape__Length": 319.13234856510911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167211338400406, 40.069677176484298 ], [ -75.1694080531705, 40.0709392869379 ], [ -75.169527122131896, 40.070949952692501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2573, "tnode_": 2554, "lpoly_": null, "rpoly_": null, "length": 40.00626541, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64460, "l_hundred": 0, "r_hundred": 0, "seg_id": 820437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 34686, "Shape__Length": 15.955663464457043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164394958145607, 40.072562866985201 ], [ -75.164313572376898, 40.072653152576997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2657, "tnode_": 2554, "lpoly_": null, "rpoly_": null, "length": 481.35358630999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 76880, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820438, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34687, "Shape__Length": 191.73732685587566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162936387407896, 40.071861573299003 ], [ -75.164313572376898, 40.072653152576997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2705, "tnode_": 29748, "lpoly_": null, "rpoly_": null, "length": 494.1020652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 33720, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34688, "Shape__Length": 196.78174207259727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163368666147903, 40.071418819359998 ], [ -75.1634520303231, 40.071413350702898 ], [ -75.164716818065699, 40.072134020289397 ], [ -75.164823592218895, 40.072127103150798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2389, "tnode_": 2296, "lpoly_": null, "rpoly_": null, "length": 623.69636226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 16280, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820441, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYARD ST", "stname": "BAYARD ST", "objectid": 34689, "Shape__Length": 248.44651129385804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162879921199405, 40.0741319370849 ], [ -75.164662802708506, 40.075159256761502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3121, "tnode_": 2966, "lpoly_": null, "rpoly_": null, "length": 619.70622455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 80860, "l_hundred": 600, "r_hundred": 600, "seg_id": 820442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34690, "Shape__Length": 247.01826077372021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184750652421897, 40.068570568339801 ], [ -75.183443848729695, 40.069774600389998 ], [ -75.183272815911494, 40.069797918640099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3168, "tnode_": 3019, "lpoly_": null, "rpoly_": null, "length": 603.43954315999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 12140, "l_hundred": 600, "r_hundred": 600, "seg_id": 820444, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLENS LN", "stname": "E ALLENS LN", "objectid": 34691, "Shape__Length": 240.5530017459653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183989173582205, 40.068155230228399 ], [ -75.182709375611196, 40.069360913993499 ], [ -75.182581846601096, 40.069384265162697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4558, "tnode_": 4369, "lpoly_": null, "rpoly_": null, "length": 413.26425365, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 75860, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820445, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 34692, "Shape__Length": 164.97711331836899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143418453259599, 40.057034521439803 ], [ -75.143169112445605, 40.058152682809201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4805, "tnode_": 27434, "lpoly_": null, "rpoly_": null, "length": 573.16552843, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "SYDENHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 75860, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820446, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N SYDENHAM ST", "stname": "N SYDENHAM ST", "objectid": 34693, "Shape__Length": 228.80643695780378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143653817542301, 40.055468285707398 ], [ -75.143311181344899, 40.057019504948599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4578, "tnode_": 27434, "lpoly_": null, "rpoly_": null, "length": 226.87174165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1514, "r_f_add": 1501, "r_t_add": 1515, "st_code": 89250, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820447, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34694, "Shape__Length": 90.230788862886612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142511436563197, 40.056918509537603 ], [ -75.143311181344899, 40.057019504948599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4558, "tnode_": 4544, "lpoly_": null, "rpoly_": null, "length": 235.02302000999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1516, "l_t_add": 1598, "r_f_add": 1517, "r_t_add": 1599, "st_code": 89250, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820448, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34695, "Shape__Length": 93.472576683869775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143418453259599, 40.057034521439803 ], [ -75.144247252001193, 40.057137645294297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4190, "tnode_": 4161, "lpoly_": null, "rpoly_": null, "length": 97.62218447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6344, "l_t_add": 6356, "r_f_add": 7211, "r_t_add": 7299, "st_code": 74660, "l_hundred": 6300, "r_hundred": 7200, "seg_id": 820449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34696, "Shape__Length": 38.880819697652363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165955241971005, 40.059831190168303 ], [ -75.166231526526801, 40.059994732813102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4399, "tnode_": 4190, "lpoly_": null, "rpoly_": null, "length": 639.74983914000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DUVAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 29720, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820450, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DUVAL ST", "stname": "E DUVAL ST", "objectid": 34697, "Shape__Length": 255.0369718414232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167377805173899, 40.058456668657897 ], [ -75.166276743253903, 40.059518098836797 ], [ -75.165955241971005, 40.059831190168303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3906, "tnode_": 3739, "lpoly_": null, "rpoly_": null, "length": 588.41777744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "HORTTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 43640, "l_hundred": 800, "r_hundred": 800, "seg_id": 820452, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E HORTTER ST", "stname": "E HORTTER ST", "objectid": 34698, "Shape__Length": 234.6274372023349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173326438211006, 40.062070864180001 ], [ -75.172126182800298, 40.063304624496098 ], [ -75.172117597038707, 40.0633792589569 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28053, "tnode_": 1794, "lpoly_": null, "rpoly_": null, "length": 628.74886678999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3100, "l_t_add": 3198, "r_f_add": 3101, "r_t_add": 3199, "st_code": 22620, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 820453, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34699, "Shape__Length": 250.49588769952123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169934118127898, 40.080819275946901 ], [ -75.171714374134496, 40.081872348001802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1936, "tnode_": 28053, "lpoly_": null, "rpoly_": null, "length": 588.21069808000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3020, "l_t_add": 3098, "r_f_add": 3003, "r_t_add": 3099, "st_code": 22620, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 820454, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34700, "Shape__Length": 234.34183750574661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1682686928918, 40.079834075101999 ], [ -75.169934118127898, 40.080819275946901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1960, "tnode_": 1936, "lpoly_": null, "rpoly_": null, "length": 214.06454655000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3000, "l_t_add": 3018, "r_f_add": 3001, "r_t_add": 3001, "st_code": 22620, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 820455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34701, "Shape__Length": 85.282002777121647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167662615408304, 40.079475529636099 ], [ -75.1682686928918, 40.079834075101999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2138, "tnode_": 1960, "lpoly_": null, "rpoly_": null, "length": 1502.9859473099998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 2800, "l_t_add": 2998, "r_f_add": 2931, "r_t_add": 2999, "st_code": 22620, "l_hundred": 2800, "r_hundred": 2900, "seg_id": 820456, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34702, "Shape__Length": 598.75814503785193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163393685549295, 40.076972104817997 ], [ -75.163407651758703, 40.076979838082899 ], [ -75.164090070601702, 40.0773619319747 ], [ -75.167662615408304, 40.079475529636099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2196, "tnode_": 2138, "lpoly_": null, "rpoly_": null, "length": 511.95903489, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2718, "l_t_add": 2798, "r_f_add": 2911, "r_t_add": 2929, "st_code": 22620, "l_hundred": 2700, "r_hundred": 2900, "seg_id": 820457, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34703, "Shape__Length": 203.94850443601243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161940505392906, 40.076121573687502 ], [ -75.162943577966999, 40.076664904400701 ], [ -75.163393685549295, 40.076972104817997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2233, "tnode_": 2196, "lpoly_": null, "rpoly_": null, "length": 224.99335856000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2700, "l_t_add": 2716, "r_f_add": 2901, "r_t_add": 2909, "st_code": 22620, "l_hundred": 2700, "r_hundred": 2900, "seg_id": 820458, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34704, "Shape__Length": 89.619628901024868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161287281430305, 40.075761501511501 ], [ -75.161940505392906, 40.076121573687502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2280, "tnode_": 2233, "lpoly_": null, "rpoly_": null, "length": 290.15597732999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2600, "l_t_add": 2698, "r_f_add": 2801, "r_t_add": 2899, "st_code": 22620, "l_hundred": 2600, "r_hundred": 2800, "seg_id": 820459, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34705, "Shape__Length": 115.56548297496163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160432215409003, 40.075311008291997 ], [ -75.161287281430305, 40.075761501511501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2376, "tnode_": 2280, "lpoly_": null, "rpoly_": null, "length": 703.75582066000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2500, "l_t_add": 2598, "r_f_add": 2401, "r_t_add": 2799, "st_code": 22620, "l_hundred": 2500, "r_hundred": 2400, "seg_id": 820460, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34706, "Shape__Length": 280.31305171426362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158385445550095, 40.074189946474199 ], [ -75.159401898440393, 40.074712858139101 ], [ -75.160432215409003, 40.075311008291997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2603, "tnode_": 2524, "lpoly_": null, "rpoly_": null, "length": 396.7651536, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 2320, "l_t_add": 2348, "r_f_add": 2201, "r_t_add": 2299, "st_code": 22620, "l_hundred": 2300, "r_hundred": 2200, "seg_id": 820461, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34707, "Shape__Length": 158.04087080075922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154696740251396, 40.072093673146199 ], [ -75.155835831606296, 40.0727421064135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2651, "tnode_": 2603, "lpoly_": null, "rpoly_": null, "length": 215.56690991, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 2300, "l_t_add": 2318, "r_f_add": 2143, "r_t_add": 2199, "st_code": 22620, "l_hundred": 2300, "r_hundred": 2100, "seg_id": 820462, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34708, "Shape__Length": 85.864729699067837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154077867660504, 40.071741368191603 ], [ -75.154696740251396, 40.072093673146199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2699, "tnode_": 2651, "lpoly_": null, "rpoly_": null, "length": 258.81825451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2218, "l_t_add": 2298, "r_f_add": 2127, "r_t_add": 2141, "st_code": 22620, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 820463, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34709, "Shape__Length": 103.09204501241983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153334833545799, 40.071318371757201 ], [ -75.154077867660504, 40.071741368191603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2736, "tnode_": 2699, "lpoly_": null, "rpoly_": null, "length": 200.89229677, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2200, "l_t_add": 2216, "r_f_add": 2111, "r_t_add": 2125, "st_code": 22620, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 820464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34710, "Shape__Length": 80.018636963946449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152758103929301, 40.0709900424851 ], [ -75.153334833545799, 40.071318371757201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2782, "tnode_": 2736, "lpoly_": null, "rpoly_": null, "length": 198.81292941000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2152, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2109, "st_code": 22620, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34711, "Shape__Length": 79.190013251505135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152187349379005, 40.070665108740499 ], [ -75.152758103929301, 40.0709900424851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2890, "tnode_": 2823, "lpoly_": null, "rpoly_": null, "length": 301.23819162999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2100, "l_t_add": 2134, "r_f_add": 2027, "r_t_add": 2039, "st_code": 22620, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 820466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34712, "Shape__Length": 119.98613719482439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150726539375896, 40.069833434956202 ], [ -75.151591318908203, 40.070325778920797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2937, "tnode_": 2890, "lpoly_": null, "rpoly_": null, "length": 238.28833247, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2025, "st_code": 22620, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820467, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34713, "Shape__Length": 94.911976790119269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150042482203801, 40.069443971509301 ], [ -75.150726539375896, 40.069833434956202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3099, "tnode_": 3050, "lpoly_": null, "rpoly_": null, "length": 235.7135821, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 1934, "l_t_add": 1958, "r_f_add": 1923, "r_t_add": 1929, "st_code": 22620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820468, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34714, "Shape__Length": 93.884585800764782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147680470100298, 40.068099109296 ], [ -75.148357109079498, 40.068484378431599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3160, "tnode_": 3099, "lpoly_": null, "rpoly_": null, "length": 351.3067809, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 1900, "l_t_add": 1932, "r_f_add": 1901, "r_t_add": 1921, "st_code": 22620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820469, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34715, "Shape__Length": 139.92112786967937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146667522899705, 40.067529593527603 ], [ -75.147680470100298, 40.068099109296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3321, "tnode_": 3285, "lpoly_": null, "rpoly_": null, "length": 177.36683976, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1724, "r_f_add": 1637, "r_t_add": 1709, "st_code": 22620, "l_hundred": 1700, "r_hundred": 1600, "seg_id": 820471, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34716, "Shape__Length": 70.647198149434345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144053321870302, 40.0660240402784 ], [ -75.144556349178401, 40.066320168055398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3285, "tnode_": 3253, "lpoly_": null, "rpoly_": null, "length": 231.49477608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 88888, "l_f_add": 1726, "l_t_add": 1798, "r_f_add": 1711, "r_t_add": 1727, "st_code": 22620, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820472, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 34717, "Shape__Length": 92.20183457764594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144556349178401, 40.066320168055398 ], [ -75.145220842978304, 40.0666985595334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3689, "tnode_": 3544, "lpoly_": null, "rpoly_": null, "length": 447.97318752999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 88070, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34718, "Shape__Length": 178.78949468196893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141172167238096, 40.063021346521801 ], [ -75.1409314084313, 40.064101920916102 ], [ -75.140775383437102, 40.064160534839701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3888, "tnode_": 3689, "lpoly_": null, "rpoly_": null, "length": 570.80336255999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 88070, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34719, "Shape__Length": 227.88329584682117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141514656651594, 40.061476682150797 ], [ -75.141172167238096, 40.063021346521801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4100, "tnode_": 3888, "lpoly_": null, "rpoly_": null, "length": 561.16176886000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 88070, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34720, "Shape__Length": 224.02996924153729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141844972488002, 40.059957281835501 ], [ -75.141514656651594, 40.061476682150797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4325, "tnode_": 4100, "lpoly_": null, "rpoly_": null, "length": 563.05661673999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 88070, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34721, "Shape__Length": 224.78012295472848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142185379767497, 40.058433920091801 ], [ -75.141844972488002, 40.059957281835501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4347, "tnode_": 4345, "lpoly_": null, "rpoly_": null, "length": 350.5334923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1822, "l_t_add": 1898, "r_f_add": 1823, "r_t_add": 1899, "st_code": 39880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34722, "Shape__Length": 139.40396173290847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147971966932801, 40.058379662804299 ], [ -75.149221607192402, 40.058441947719999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4352, "tnode_": 4347, "lpoly_": null, "rpoly_": null, "length": 255.91074100999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1820, "r_f_add": 1801, "r_t_add": 1821, "st_code": 39880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34723, "Shape__Length": 101.77320980058732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147059575106894, 40.058335139810403 ], [ -75.147971966932801, 40.058379662804299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4354, "tnode_": 4352, "lpoly_": null, "rpoly_": null, "length": 228.36121236, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1716, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 39880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34724, "Shape__Length": 90.816695104162818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146245084848601, 40.058299499396597 ], [ -75.147059575106894, 40.058335139810403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4361, "tnode_": 4354, "lpoly_": null, "rpoly_": null, "length": 223.36847299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1714, "r_f_add": 1701, "r_t_add": 1715, "st_code": 39880, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34725, "Shape__Length": 88.831189786683382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145448514286898, 40.058263161076603 ], [ -75.146245084848601, 40.058299499396597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4365, "tnode_": 4361, "lpoly_": null, "rpoly_": null, "length": 366.1351204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 39880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34726, "Shape__Length": 145.60808291621876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144143123173194, 40.058199723704902 ], [ -75.145448514286898, 40.058263161076603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4369, "tnode_": 4365, "lpoly_": null, "rpoly_": null, "length": 273.18331372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1536, "l_t_add": 1598, "r_f_add": 1537, "r_t_add": 1599, "st_code": 39880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34727, "Shape__Length": 108.64201848281544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143169112445605, 40.058152682809201 ], [ -75.144143123173194, 40.058199723704902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4391, "tnode_": 4325, "lpoly_": null, "rpoly_": null, "length": 178.76116769000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6830, "l_t_add": 6898, "r_f_add": 6827, "r_t_add": 6899, "st_code": 88070, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34728, "Shape__Length": 71.36283197846069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142294082188997, 40.057950361311804 ], [ -75.142185379767497, 40.058433920091801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4391, "tnode_": 4369, "lpoly_": null, "rpoly_": null, "length": 256.73893736000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1534, "r_f_add": 1501, "r_t_add": 1535, "st_code": 39880, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34729, "Shape__Length": 102.13654201407007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142294082188997, 40.057950361311804 ], [ -75.142521905042202, 40.0580251023286 ], [ -75.142769059777507, 40.0580871708449 ], [ -75.142967167197398, 40.058126820407303 ], [ -75.143169112445605, 40.058152682809201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4444, "tnode_": 4391, "lpoly_": null, "rpoly_": null, "length": 235.23671893000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1414, "l_t_add": 1498, "r_f_add": 1413, "r_t_add": 1499, "st_code": 39880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820485, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 34730, "Shape__Length": 93.621708909044983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141540677896501, 40.057664290240197 ], [ -75.142294082188997, 40.057950361311804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4578, "tnode_": 4391, "lpoly_": null, "rpoly_": null, "length": 380.77880046000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6828, "r_f_add": 6801, "r_t_add": 6825, "st_code": 88070, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34731, "Shape__Length": 152.01019346314192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142511436563197, 40.056918509537603 ], [ -75.142294082188997, 40.057950361311804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4815, "tnode_": 4578, "lpoly_": null, "rpoly_": null, "length": 573.27225008000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "15TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88070, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 15TH ST", "stname": "N 15TH ST", "objectid": 34732, "Shape__Length": 228.84913808261723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142851145473202, 40.055366613147697 ], [ -75.142511436563197, 40.056918509537603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4518, "tnode_": 4352, "lpoly_": null, "rpoly_": null, "length": 339.51659245000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88130, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34733, "Shape__Length": 135.53765781269331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147261616155006, 40.057416149347802 ], [ -75.147059575106894, 40.058335139810403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4511, "tnode_": 4499, "lpoly_": null, "rpoly_": null, "length": 314.21738346000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1820, "l_t_add": 1898, "r_f_add": 1821, "r_t_add": 1899, "st_code": 89250, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820491, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34734, "Shape__Length": 124.96009484602551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1481717657432, 40.057468156350303 ], [ -75.1488951785213, 40.057508297030701 ], [ -75.149291474335698, 40.057529073392097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4518, "tnode_": 4511, "lpoly_": null, "rpoly_": null, "length": 255.47548535000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1818, "r_f_add": 1801, "r_t_add": 1819, "st_code": 89250, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34735, "Shape__Length": 101.59933845913733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147261616155006, 40.057416149347802 ], [ -75.1481717657432, 40.057468156350303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4522, "tnode_": 4518, "lpoly_": null, "rpoly_": null, "length": 225.81857287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1720, "l_t_add": 1798, "r_f_add": 1717, "r_t_add": 1799, "st_code": 89250, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820493, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34736, "Shape__Length": 89.805717441943671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146457832516901, 40.057363348672098 ], [ -75.147261616155006, 40.057416149347802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4523, "tnode_": 4522, "lpoly_": null, "rpoly_": null, "length": 223.14927059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1718, "r_f_add": 1701, "r_t_add": 1715, "st_code": 89250, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820494, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 34737, "Shape__Length": 88.743067726336022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145662372137195, 40.057323147047597 ], [ -75.146457832516901, 40.057363348672098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1674, "tnode_": 1607, "lpoly_": null, "rpoly_": null, "length": 580.55460593000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1405, "l_t_add": 1499, "r_f_add": 1600, "r_t_add": 1698, "st_code": 45220, "l_hundred": 1400, "r_hundred": 1600, "seg_id": 820495, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 34738, "Shape__Length": 231.54049731993331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177699432259402, 40.0833943246909 ], [ -75.176440033648106, 40.084660829995499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2460, "tnode_": 2246, "lpoly_": null, "rpoly_": null, "length": 1452.59428164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 7700, "l_t_add": 7998, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 7700, "r_hundred": 0, "seg_id": 820496, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34739, "Shape__Length": 578.6269088299274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1908345850199, 40.074123568589698 ], [ -75.195005195870195, 40.076497425557697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2567, "tnode_": 2460, "lpoly_": null, "rpoly_": null, "length": 571.94740580999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 7600, "r_hundred": 0, "seg_id": 820497, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34740, "Shape__Length": 227.83564034775628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189209045505294, 40.073172646020701 ], [ -75.189678824263297, 40.073468436081001 ], [ -75.1908345850199, 40.074123568589698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2650, "tnode_": 2623, "lpoly_": null, "rpoly_": null, "length": 157.25544458000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7462, "l_t_add": 7498, "r_f_add": 8651, "r_t_add": 8699, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8600, "seg_id": 820498, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34741, "Shape__Length": 62.641571594870392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188055175097304, 40.072512261378002 ], [ -75.188502622717905, 40.072773386226302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2931, "tnode_": 2887, "lpoly_": null, "rpoly_": null, "length": 257.99101903999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 8343, "r_t_add": 8499, "st_code": 74660, "l_hundred": 7300, "r_hundred": 8300, "seg_id": 820499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34742, "Shape__Length": 102.76000716116842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183914548342997, 40.070153718426702 ], [ -75.184656289544094, 40.070574225541797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2760, "tnode_": 2746, "lpoly_": null, "rpoly_": null, "length": 72.84514013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7414, "l_t_add": 7414, "r_f_add": 8551, "r_t_add": 8551, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8500, "seg_id": 820500, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34743, "Shape__Length": 29.017420595774919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1863561778448, 40.071544525685297 ], [ -75.186562690657397, 40.071666245182797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2958, "tnode_": 2760, "lpoly_": null, "rpoly_": null, "length": 699.65705617000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 69540, "l_hundred": 500, "r_hundred": 500, "seg_id": 820501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34744, "Shape__Length": 278.95807255583566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187927980567594, 40.070050997605399 ], [ -75.186415851930306, 40.071488164636897 ], [ -75.1863561778448, 40.071544525685297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2330, "tnode_": 2255, "lpoly_": null, "rpoly_": null, "length": 370.86982108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 701, "l_t_add": 713, "r_f_add": 1008, "r_t_add": 1010, "st_code": 45220, "l_hundred": 700, "r_hundred": 1000, "seg_id": 820502, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 34745, "Shape__Length": 147.88677301543294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185844362999404, 40.075358183048301 ], [ -75.185025136523706, 40.076158442780802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2623, "tnode_": 2443, "lpoly_": null, "rpoly_": null, "length": 647.46338416000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 900, "r_t_add": 998, "st_code": 45220, "l_hundred": 0, "r_hundred": 900, "seg_id": 820503, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 34746, "Shape__Length": 258.16641909507069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188502622717905, 40.072773386226302 ], [ -75.187062955401998, 40.0741646992293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2469, "tnode_": 2443, "lpoly_": null, "rpoly_": null, "length": 150.30278403999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8628, "l_t_add": 8698, "r_f_add": 8629, "r_t_add": 8699, "st_code": 53220, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34747, "Shape__Length": 59.879782248866036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186644711218804, 40.0739058601037 ], [ -75.187062955401998, 40.0741646992293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2743, "tnode_": 2697, "lpoly_": null, "rpoly_": null, "length": 255.78275544000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8344, "l_t_add": 8498, "r_f_add": 8345, "r_t_add": 8399, "st_code": 53220, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34748, "Shape__Length": 101.87992773595681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182542591534698, 40.071570332071097 ], [ -75.183281700538799, 40.071983358458802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2984, "tnode_": 2919, "lpoly_": null, "rpoly_": null, "length": 298.35089051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8236, "l_t_add": 8298, "r_f_add": 8235, "r_t_add": 8299, "st_code": 53220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34749, "Shape__Length": 118.90400753249354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179730999923507, 40.0696209279863 ], [ -75.180484742968503, 40.070200093116803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3079, "tnode_": 3044, "lpoly_": null, "rpoly_": null, "length": 288.97340543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8228, "r_f_add": 8201, "r_t_add": 8229, "st_code": 53220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34750, "Shape__Length": 115.02911962345904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177998351413706, 40.068829685883301 ], [ -75.178921694854594, 40.0691846883214 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3214, "tnode_": 3172, "lpoly_": null, "rpoly_": null, "length": 295.08439915999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8026, "l_t_add": 8034, "r_f_add": 8021, "r_t_add": 8041, "st_code": 53220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34751, "Shape__Length": 117.45072686137719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174650177308905, 40.0676242355323 ], [ -75.175604212040696, 40.067969043828697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3270, "tnode_": 3214, "lpoly_": null, "rpoly_": null, "length": 391.72591415000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8024, "r_f_add": 8001, "r_t_add": 8019, "st_code": 53220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34752, "Shape__Length": 155.97433336219603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173461505833103, 40.067063180569399 ], [ -75.174046635008196, 40.067390154818398 ], [ -75.174650177308905, 40.0676242355323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2808, "tnode_": 2708, "lpoly_": null, "rpoly_": null, "length": 520.62436533999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 26020, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34753, "Shape__Length": 207.39109631814404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191377020128698, 40.071244578405697 ], [ -75.192848232113406, 40.0721192312241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2886, "tnode_": 2708, "lpoly_": null, "rpoly_": null, "length": 593.84001704000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 205, "l_t_add": 299, "r_f_add": 208, "r_t_add": 298, "st_code": 55660, "l_hundred": 200, "r_hundred": 200, "seg_id": 820511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MERMAID LN", "stname": "E MERMAID LN", "objectid": 34754, "Shape__Length": 236.79384104462721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194139244479004, 40.070825524787402 ], [ -75.192848232113406, 40.0721192312241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3039, "tnode_": 2958, "lpoly_": null, "rpoly_": null, "length": 627.59923590999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 26020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34755, "Shape__Length": 249.79542424195165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185889770357306, 40.069383584331298 ], [ -75.186029321644497, 40.069467688598301 ], [ -75.186177532825695, 40.069525731495801 ], [ -75.186365520938395, 40.069578579805103 ], [ -75.186640743647203, 40.069627291965503 ], [ -75.186829650918597, 40.069655832859503 ], [ -75.187057416597895, 40.069703485465801 ], [ -75.187245636652307, 40.069750255696597 ], [ -75.187441306074206, 40.069809355302198 ], [ -75.187927980567594, 40.070050997605399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3121, "tnode_": 3039, "lpoly_": null, "rpoly_": null, "length": 436.24492137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 26020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820513, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34756, "Shape__Length": 173.83247194395034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184750652421897, 40.068570568339801 ], [ -75.1853444542391, 40.068947616293798 ], [ -75.185574153779797, 40.069153441592299 ], [ -75.1857510148632, 40.0692911885697 ], [ -75.185889770357306, 40.069383584331298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3168, "tnode_": 3121, "lpoly_": null, "rpoly_": null, "length": 262.3521063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7206, "l_t_add": 7298, "r_f_add": 7207, "r_t_add": 7299, "st_code": 26020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820514, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34757, "Shape__Length": 104.48782320315584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183989173582205, 40.068155230228399 ], [ -75.184269330928103, 40.068275683918301 ], [ -75.1843935815767, 40.068339276014598 ], [ -75.184750652421897, 40.068570568339801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3222, "tnode_": 3168, "lpoly_": null, "rpoly_": null, "length": 322.20701560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7204, "r_f_add": 7201, "r_t_add": 7205, "st_code": 26020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34758, "Shape__Length": 128.26329450095341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182970158070603, 40.067752905521203 ], [ -75.183308679942797, 40.067931894669599 ], [ -75.183597641804994, 40.068035657340097 ], [ -75.183989173582205, 40.068155230228399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3261, "tnode_": 3232, "lpoly_": null, "rpoly_": null, "length": 124.81461231, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 13, "r_f_add": 2, "r_t_add": 14, "st_code": 55660, "l_hundred": 0, "r_hundred": 0, "seg_id": 820516, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MERMAID LN", "stname": "E MERMAID LN", "objectid": 34759, "Shape__Length": 49.744837349365469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197339166056906, 40.067715967544203 ], [ -75.197257876339293, 40.067756650298399 ], [ -75.197030726635305, 40.067960161706097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3292, "tnode_": 3222, "lpoly_": null, "rpoly_": null, "length": 422.6070263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7142, "l_t_add": 7198, "r_f_add": 7145, "r_t_add": 7199, "st_code": 26020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34760, "Shape__Length": 168.33170329666311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181770949166193, 40.067047970440498 ], [ -75.182970158070603, 40.067752905521203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3479, "tnode_": 3378, "lpoly_": null, "rpoly_": null, "length": 455.99876994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 26020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34761, "Shape__Length": 181.62443165300803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179204445258804, 40.065586204755 ], [ -75.1805040204991, 40.066341142174998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3582, "tnode_": 3479, "lpoly_": null, "rpoly_": null, "length": 514.54116871000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 26020, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34762, "Shape__Length": 204.93082535781335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177725750868603, 40.064746985032897 ], [ -75.179204445258804, 40.065586204755 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3261, "tnode_": 3375, "lpoly_": null, "rpoly_": null, "length": 451.09161506000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 55680, "l_hundred": 0, "r_hundred": 0, "seg_id": 820520, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 34763, "Shape__Length": 179.83435332026082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197339166056906, 40.067715967544203 ], [ -75.197426713983504, 40.067687419696398 ], [ -75.198363321840603, 40.066770947436801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2654, "tnode_": 2428, "lpoly_": null, "rpoly_": null, "length": 745.60036211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 30540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820521, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 34764, "Shape__Length": 297.59851439942588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178983752033403, 40.072163354751403 ], [ -75.178030072763406, 40.074074487073801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2758, "tnode_": 2654, "lpoly_": null, "rpoly_": null, "length": 296.25255503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1030, "r_t_add": 1098, "st_code": 30540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820522, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 34765, "Shape__Length": 118.24000439891435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179374486187697, 40.0714075378065 ], [ -75.178983752033403, 40.072163354751403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2772, "tnode_": 2758, "lpoly_": null, "rpoly_": null, "length": 54.24417373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1000, "r_t_add": 1028, "st_code": 30540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820523, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 34766, "Shape__Length": 21.648284226926204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179450377948896, 40.071270520829103 ], [ -75.179374486187697, 40.0714075378065 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2919, "tnode_": 2829, "lpoly_": null, "rpoly_": null, "length": 310.82639729, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1023, "r_f_add": 1000, "r_t_add": 1022, "st_code": 57400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820524, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34767, "Shape__Length": 123.94681764703842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180484742968503, 40.070200093116803 ], [ -75.179821122494701, 40.070884273919901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3129, "tnode_": 3076, "lpoly_": null, "rpoly_": null, "length": 297.85197871000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7154, "l_t_add": 7198, "r_f_add": 8237, "r_t_add": 8299, "st_code": 74660, "l_hundred": 7100, "r_hundred": 8200, "seg_id": 820525, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34768, "Shape__Length": 118.6379448002434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902802559203, 40.068420816689297 ], [ -75.181753538019393, 40.068912058450003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3019, "tnode_": 2855, "lpoly_": null, "rpoly_": null, "length": 646.94182951999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 12140, "l_hundred": 900, "r_hundred": 900, "seg_id": 820527, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLENS LN", "stname": "E ALLENS LN", "objectid": 34769, "Shape__Length": 257.9419254516398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182581846601096, 40.069384265162697 ], [ -75.182466592395301, 40.069398886691097 ], [ -75.181150335188605, 40.0707481745617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3155, "tnode_": 3129, "lpoly_": null, "rpoly_": null, "length": 128.16701499000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7132, "l_t_add": 7152, "r_f_add": 8229, "r_t_add": 8235, "st_code": 74660, "l_hundred": 7100, "r_hundred": 8200, "seg_id": 820528, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34770, "Shape__Length": 51.057323782437287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180547066270805, 40.068199260204203 ], [ -75.180902802559203, 40.068420816689297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3181, "tnode_": 3155, "lpoly_": null, "rpoly_": null, "length": 148.90039278999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7124, "l_t_add": 7130, "r_f_add": 8213, "r_t_add": 8227, "st_code": 74660, "l_hundred": 7100, "r_hundred": 8200, "seg_id": 820529, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34771, "Shape__Length": 59.301742610291534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1801125923635, 40.067963360925603 ], [ -75.180547066270805, 40.068199260204203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27865, "tnode_": 3237, "lpoly_": null, "rpoly_": null, "length": 221.67012842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7014, "l_t_add": 7098, "r_f_add": 8119, "r_t_add": 8199, "st_code": 74660, "l_hundred": 7000, "r_hundred": 8100, "seg_id": 820531, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 34772, "Shape__Length": 88.291618794208958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178673860804594, 40.067126874105099 ], [ -75.179307613776203, 40.067491832328301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2709, "tnode_": 2621, "lpoly_": null, "rpoly_": null, "length": 333.54935266000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8008, "r_f_add": 8001, "r_t_add": 8009, "st_code": 83880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820532, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34773, "Shape__Length": 133.17194386815532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199253125913501, 40.072256691689198 ], [ -75.199523646499102, 40.073148424451198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2910, "tnode_": 2814, "lpoly_": null, "rpoly_": null, "length": 217.50417982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7937, "st_code": 83880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820533, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34774, "Shape__Length": 86.802816322767796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198679957664794, 40.070824468715699 ], [ -75.198898893651403, 40.071161378092199 ], [ -75.198979336238807, 40.071373051294898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3232, "tnode_": 3042, "lpoly_": null, "rpoly_": null, "length": 655.48419280999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7714, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 83880, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34775, "Shape__Length": 261.63035709104901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197030726635305, 40.067960161706097 ], [ -75.197812173497297, 40.069656424334497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3291, "tnode_": 3232, "lpoly_": null, "rpoly_": null, "length": 228.04655034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7712, "r_f_add": 7601, "r_t_add": 7699, "st_code": 83880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34776, "Shape__Length": 91.016434566475411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196743309498004, 40.067374388865296 ], [ -75.197030726635305, 40.067960161706097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3401, "tnode_": 3291, "lpoly_": null, "rpoly_": null, "length": 292.63561253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7620, "l_t_add": 7628, "r_f_add": 7663, "r_t_add": 7671, "st_code": 36660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820536, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34777, "Shape__Length": 116.78573171730545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1963884379429, 40.066632235607202 ], [ -75.196529602789695, 40.067126209117703 ], [ -75.196743309498004, 40.067374388865296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3907, "tnode_": 3672, "lpoly_": null, "rpoly_": null, "length": 717.93825604000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 36660, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34778, "Shape__Length": 286.38801695422069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192893026003404, 40.062671237271999 ], [ -75.194122390799095, 40.064321553844501 ], [ -75.194155850536802, 40.064385908941802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3766, "tnode_": 3673, "lpoly_": null, "rpoly_": null, "length": 484.37405277000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POCONO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 65140, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POCONO ST", "stname": "POCONO ST", "objectid": 34779, "Shape__Length": 192.90684376784668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201271054112397, 40.063862966121398 ], [ -75.201598575900704, 40.064065816253098 ], [ -75.2026718484491, 40.064642770648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3401, "tnode_": 2808, "lpoly_": null, "rpoly_": null, "length": 2208.4653616699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19119, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 25820, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820540, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 34780, "Shape__Length": 880.44266806024143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1963884379429, 40.066632235607202 ], [ -75.196261116839693, 40.0666884361952 ], [ -75.196098815683001, 40.066794300948899 ], [ -75.1959353711365, 40.066930549816703 ], [ -75.195706135830207, 40.067132234608302 ], [ -75.195518961043305, 40.067267955425002 ], [ -75.195123630625403, 40.067465946665799 ], [ -75.1948553016978, 40.067654598011899 ], [ -75.194371257884399, 40.0681060494246 ], [ -75.193961369341594, 40.068480085373601 ], [ -75.193749772439404, 40.068633504645 ], [ -75.193512844577697, 40.068828932420097 ], [ -75.192848133420597, 40.069452730679998 ], [ -75.192493822416296, 40.069821916692199 ], [ -75.192146730751304, 40.0702095077094 ], [ -75.191820612327604, 40.070670545963701 ], [ -75.191619323114296, 40.070970154547098 ], [ -75.191377020128698, 40.071244578405697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3545, "tnode_": 3401, "lpoly_": null, "rpoly_": null, "length": 598.4029484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19119, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 25820, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820541, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 34781, "Shape__Length": 238.47648733121395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197884884815196, 40.065471818898601 ], [ -75.197736337010696, 40.065559592845901 ], [ -75.197051627704397, 40.066085660595 ], [ -75.196822627293301, 40.066281270937097 ], [ -75.196640622444804, 40.0664900895706 ], [ -75.1963884379429, 40.066632235607202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3785, "tnode_": 3545, "lpoly_": null, "rpoly_": null, "length": 946.58653714000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19119, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 25820, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820542, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 34782, "Shape__Length": 377.234927037685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200194257058698, 40.063658127297103 ], [ -75.200035199395302, 40.063786097897697 ], [ -75.199798991874104, 40.063963309505503 ], [ -75.199508334273304, 40.064114984112599 ], [ -75.199249997300797, 40.064249130202697 ], [ -75.198856522427604, 40.064398521662397 ], [ -75.198661910948104, 40.064521917770698 ], [ -75.198482201029606, 40.064669971517702 ], [ -75.198155467618506, 40.065149258883501 ], [ -75.197884884815196, 40.065471818898601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3545, "tnode_": 3565, "lpoly_": null, "rpoly_": null, "length": 550.2542546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAVAJO", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 59100, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAVAJO ST", "stname": "NAVAJO ST", "objectid": 34783, "Shape__Length": 218.92771803202618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197884884815196, 40.065471818898601 ], [ -75.198206883886101, 40.0654821389342 ], [ -75.198584872155905, 40.065441896349597 ], [ -75.198769594398499, 40.065402481196301 ], [ -75.198947871804407, 40.0653371431994 ], [ -75.199194703222403, 40.065260891145599 ], [ -75.199331474110906, 40.065256247982603 ], [ -75.199490682136101, 40.065275140397198 ], [ -75.199613823295195, 40.065309353709402 ], [ -75.199757075682697, 40.065390360767402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3207, "tnode_": 3279, "lpoly_": null, "rpoly_": null, "length": 274.98311236999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 12, "l_t_add": 98, "r_f_add": 13, "r_t_add": 99, "st_code": 56980, "l_hundred": 0, "r_hundred": 0, "seg_id": 820544, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 34784, "Shape__Length": 109.64624771623751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199238322598404, 40.068245474844701 ], [ -75.199831707336003, 40.067643835697197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3375, "tnode_": 3279, "lpoly_": null, "rpoly_": null, "length": 519.62676198000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CREFELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 25680, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CREFELD ST", "stname": "CREFELD ST", "objectid": 34785, "Shape__Length": 206.98002779152642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198363321840603, 40.066770947436801 ], [ -75.199831707336003, 40.067643835697197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3696, "tnode_": 3622, "lpoly_": null, "rpoly_": null, "length": 268.03535329, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 101, "l_t_add": 115, "r_f_add": 100, "r_t_add": 114, "st_code": 37860, "l_hundred": 100, "r_hundred": 100, "seg_id": 820546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34786, "Shape__Length": 106.86385956575234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191391418067198, 40.064154241551002 ], [ -75.190800810321903, 40.064733429929198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3866, "tnode_": 3797, "lpoly_": null, "rpoly_": null, "length": 240.17986432000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 207, "l_t_add": 233, "r_f_add": 204, "r_t_add": 222, "st_code": 57400, "l_hundred": 200, "r_hundred": 200, "seg_id": 820547, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34787, "Shape__Length": 95.752179243850733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188323035757605, 40.062744237154 ], [ -75.187786736859294, 40.063258924347501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3907, "tnode_": 3696, "lpoly_": null, "rpoly_": null, "length": 685.33461555999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 37860, "l_hundred": 0, "r_hundred": 0, "seg_id": 820548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34788, "Shape__Length": 273.23682177819461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192893026003404, 40.062671237271999 ], [ -75.192791184119301, 40.062814987480998 ], [ -75.191391418067198, 40.064154241551002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3908, "tnode_": 3866, "lpoly_": null, "rpoly_": null, "length": 136.83835653, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 205, "r_f_add": 200, "r_t_add": 202, "st_code": 57400, "l_hundred": 200, "r_hundred": 200, "seg_id": 820549, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34789, "Shape__Length": 54.551495375651669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188631017550506, 40.062452511673101 ], [ -75.188323035757605, 40.062744237154 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4094, "tnode_": 3908, "lpoly_": null, "rpoly_": null, "length": 658.96653702000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 35, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 57400, "l_hundred": 0, "r_hundred": 100, "seg_id": 820550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34790, "Shape__Length": 262.69325564068026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190122701456502, 40.061053027766199 ], [ -75.188631017550506, 40.062452511673101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3375, "tnode_": 3565, "lpoly_": null, "rpoly_": null, "length": 636.48045668999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 55680, "l_hundred": 100, "r_hundred": 100, "seg_id": 820551, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 34791, "Shape__Length": 253.77121345450612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198363321840603, 40.066770947436801 ], [ -75.199757075682697, 40.065390360767402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3908, "tnode_": 3696, "lpoly_": null, "rpoly_": null, "length": 990.58259434000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7398, "r_f_add": 7201, "r_t_add": 7399, "st_code": 18620, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820552, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 34792, "Shape__Length": 394.57730952906337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188631017550506, 40.062452511673101 ], [ -75.191391418067198, 40.064154241551002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3988, "tnode_": 3908, "lpoly_": null, "rpoly_": null, "length": 370.56323035999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7128, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 18620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820553, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 34793, "Shape__Length": 147.59707219731723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187589249134106, 40.061824789554997 ], [ -75.188631017550506, 40.062452511673101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4023, "tnode_": 3988, "lpoly_": null, "rpoly_": null, "length": 156.18031574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7126, "l_t_add": 7126, "r_f_add": 7123, "r_t_add": 7131, "st_code": 18620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820554, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 34794, "Shape__Length": 62.209543539870872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187153955767002, 40.061556567381302 ], [ -75.187589249134106, 40.061824789554997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4097, "tnode_": 4032, "lpoly_": null, "rpoly_": null, "length": 293.71771941999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7124, "r_f_add": 7101, "r_t_add": 7121, "st_code": 18620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820555, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 34795, "Shape__Length": 116.99068073923759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186238594454906, 40.060998545225097 ], [ -75.187059875009695, 40.061500413940699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4032, "tnode_": 4023, "lpoly_": null, "rpoly_": null, "length": 33.34528623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 18620, "l_hundred": 0, "r_hundred": 0, "seg_id": 820556, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 34796, "Shape__Length": 13.281230738784988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187059875009695, 40.061500413940699 ], [ -75.187153955767002, 40.061556567381302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3866, "tnode_": 3823, "lpoly_": null, "rpoly_": null, "length": 181.89171824, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWARD", "st_type": "TER", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 43780, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWARD TER", "stname": "HOWARD TER", "objectid": 34797, "Shape__Length": 72.459650417216523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188323035757605, 40.062744237154 ], [ -75.188818972708503, 40.063066896292902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3634, "tnode_": 3575, "lpoly_": null, "rpoly_": null, "length": 435.07780377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7246, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 73700, "l_hundred": 7200, "r_hundred": 7300, "seg_id": 820558, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34798, "Shape__Length": 173.21108377123869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189078956146602, 40.064506942326801 ], [ -75.189302243878004, 40.064544252929302 ], [ -75.189536985485503, 40.064616383570502 ], [ -75.189824797202903, 40.064750513989203 ], [ -75.190421156627195, 40.065082582316599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3647, "tnode_": 3634, "lpoly_": null, "rpoly_": null, "length": 301.05454266000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7228, "l_t_add": 7244, "r_f_add": 7229, "r_t_add": 7299, "st_code": 73700, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34799, "Shape__Length": 119.75049457848691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188020869757096, 40.064383055764203 ], [ -75.188277537323302, 40.064430184847701 ], [ -75.188601568941095, 40.064443490199103 ], [ -75.188775563901899, 40.064447368653298 ], [ -75.189078956146602, 40.064506942326801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3839, "tnode_": 3799, "lpoly_": null, "rpoly_": null, "length": 452.6329838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7144, "r_f_add": 7101, "r_t_add": 7145, "st_code": 73700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820562, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34800, "Shape__Length": 180.10412832621782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184333309337404, 40.062797309931199 ], [ -75.185848511007293, 40.063231448154603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3388, "tnode_": 3039, "lpoly_": null, "rpoly_": null, "length": 1348.91203638, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 37860, "l_hundred": 300, "r_hundred": 300, "seg_id": 820563, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34801, "Shape__Length": 537.79563684327888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188924271442602, 40.066506763060602 ], [ -75.185889770357306, 40.069383584331298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3388, "tnode_": 3264, "lpoly_": null, "rpoly_": null, "length": 590.03920793000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 13080, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34802, "Shape__Length": 235.04602273480896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188924271442602, 40.066506763060602 ], [ -75.190563111566306, 40.0675256202111 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3467, "tnode_": 3259, "lpoly_": null, "rpoly_": null, "length": 753.92662293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 80860, "l_hundred": 400, "r_hundred": 400, "seg_id": 820565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34803, "Shape__Length": 300.56876205678032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187659656469094, 40.065846490050397 ], [ -75.185950440558301, 40.067446101740401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3467, "tnode_": 3388, "lpoly_": null, "rpoly_": null, "length": 432.12648498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 13080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34804, "Shape__Length": 172.08987341890037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187659656469094, 40.065846490050397 ], [ -75.1878267821414, 40.065885848737999 ], [ -75.187983126702406, 40.065937989028797 ], [ -75.188107604881296, 40.065995500424798 ], [ -75.188924271442602, 40.066506763060602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3494, "tnode_": 3306, "lpoly_": null, "rpoly_": null, "length": 625.56952534999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 12140, "l_hundred": 400, "r_hundred": 400, "seg_id": 820567, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLENS LN", "stname": "E ALLENS LN", "objectid": 34805, "Shape__Length": 249.39486410805611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186670583293505, 40.065674730955102 ], [ -75.185251466253902, 40.067001435920503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3494, "tnode_": 3467, "lpoly_": null, "rpoly_": null, "length": 285.0159245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7250, "l_t_add": 7298, "r_f_add": 7251, "r_t_add": 7299, "st_code": 13080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34806, "Shape__Length": 113.38388399980369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186670583293505, 40.065674730955102 ], [ -75.187039786905601, 40.065764907519302 ], [ -75.187306854919896, 40.065819518329597 ], [ -75.187659656469094, 40.065846490050397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3549, "tnode_": 3379, "lpoly_": null, "rpoly_": null, "length": 618.40042706999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 57400, "l_hundred": 400, "r_hundred": 400, "seg_id": 820569, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34807, "Shape__Length": 246.54294541018385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185760669760498, 40.065130646528601 ], [ -75.184372522361699, 40.066451345555997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3549, "tnode_": 3494, "lpoly_": null, "rpoly_": null, "length": 322.8230482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7200, "l_t_add": 7248, "r_f_add": 7201, "r_t_add": 7249, "st_code": 13080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34808, "Shape__Length": 128.58637669318361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185760669760498, 40.065130646528601 ], [ -75.186291320188104, 40.065462365903002 ], [ -75.186670583293505, 40.065674730955102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3575, "tnode_": 3388, "lpoly_": null, "rpoly_": null, "length": 666.84934513999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 37860, "l_hundred": 200, "r_hundred": 200, "seg_id": 820571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 34809, "Shape__Length": 265.85851063773333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190421156627195, 40.065082582316599 ], [ -75.188924271442602, 40.066506763060602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3575, "tnode_": 3322, "lpoly_": null, "rpoly_": null, "length": 816.19802382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 73700, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 34810, "Shape__Length": 325.66037321899256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190421156627195, 40.065082582316599 ], [ -75.190789202631507, 40.065346021108503 ], [ -75.1909005453454, 40.065449109735503 ], [ -75.191046247264097, 40.065613329811299 ], [ -75.191125432000206, 40.065735825078903 ], [ -75.191203251896894, 40.065894509363098 ], [ -75.191245347751206, 40.0660282511801 ], [ -75.1912765218798, 40.066173823234699 ], [ -75.191286610736498, 40.066322949649901 ], [ -75.191275764671104, 40.066471609897199 ], [ -75.191220775636396, 40.0666796535657 ], [ -75.191140225015005, 40.066871030656699 ], [ -75.191056410446294, 40.067079563116501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3634, "tnode_": 3467, "lpoly_": null, "rpoly_": null, "length": 629.227477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 80860, "l_hundred": 300, "r_hundred": 300, "seg_id": 820573, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34811, "Shape__Length": 250.85340095021925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189078956146602, 40.064506942326801 ], [ -75.187659656469094, 40.065846490050397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3638, "tnode_": 3549, "lpoly_": null, "rpoly_": null, "length": 416.98392824000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7144, "l_t_add": 7198, "r_f_add": 7143, "r_t_add": 7199, "st_code": 13080, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34812, "Shape__Length": 166.10204358531169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184601383496002, 40.064411705327203 ], [ -75.185760669760498, 40.065130646528601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3647, "tnode_": 3494, "lpoly_": null, "rpoly_": null, "length": 603.52182069000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ALLENS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 12140, "l_hundred": 300, "r_hundred": 300, "seg_id": 820575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ALLENS LN", "stname": "E ALLENS LN", "objectid": 34813, "Shape__Length": 240.61092596880349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188020869757096, 40.064383055764203 ], [ -75.186670583293505, 40.065674730955102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3799, "tnode_": 3638, "lpoly_": null, "rpoly_": null, "length": 553.80813927999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 29660, "l_hundred": 300, "r_hundred": 300, "seg_id": 820577, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34814, "Shape__Length": 220.78279577507519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185848511007293, 40.063231448154603 ], [ -75.184601383496002, 40.064411705327203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4097, "tnode_": 3910, "lpoly_": null, "rpoly_": null, "length": 633.71474827999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 57440, "l_hundred": 200, "r_hundred": 200, "seg_id": 820578, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34815, "Shape__Length": 252.63095947488236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186238594454906, 40.060998545225097 ], [ -75.184812139788704, 40.062349452521097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3988, "tnode_": 3834, "lpoly_": null, "rpoly_": null, "length": 520.34329793000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 75900, "l_hundred": 200, "r_hundred": 200, "seg_id": 820579, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 34816, "Shape__Length": 207.42696753242066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187589249134106, 40.061824789554997 ], [ -75.186399177755007, 40.062922143860497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4032, "tnode_": 3868, "lpoly_": null, "rpoly_": null, "length": 563.8856899299999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 29660, "l_hundred": 200, "r_hundred": 200, "seg_id": 820580, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34817, "Shape__Length": 224.78441852492816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187059875009695, 40.061500413940699 ], [ -75.185771741220805, 40.062690565734798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3868, "tnode_": 3834, "lpoly_": null, "rpoly_": null, "length": 194.83091121000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7114, "l_t_add": 7128, "r_f_add": 7115, "r_t_add": 7129, "st_code": 28340, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 34818, "Shape__Length": 77.543645132781464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185771741220805, 40.062690565734798 ], [ -75.186399177755007, 40.062922143860497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3910, "tnode_": 3868, "lpoly_": null, "rpoly_": null, "length": 295.94615742000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7112, "r_f_add": 7101, "r_t_add": 7113, "st_code": 28340, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 34819, "Shape__Length": 117.78230375489071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184812139788704, 40.062349452521097 ], [ -75.185771741220805, 40.062690565734798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2853, "tnode_": 2643, "lpoly_": null, "rpoly_": null, "length": 706.69179634, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 57440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 820583, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34820, "Shape__Length": 281.80252498614476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1762689535893, 40.0706308992022 ], [ -75.174750081698903, 40.072180661213402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2952, "tnode_": 2853, "lpoly_": null, "rpoly_": null, "length": 347.38522253999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1033, "l_t_add": 1099, "r_f_add": 1040, "r_t_add": 1098, "st_code": 57440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820584, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34821, "Shape__Length": 138.52208377334986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177015440627201, 40.069869017448703 ], [ -75.1762689535893, 40.0706308992022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3079, "tnode_": 2952, "lpoly_": null, "rpoly_": null, "length": 467.99779662000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1031, "r_f_add": 1000, "r_t_add": 1038, "st_code": 57440, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820585, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34822, "Shape__Length": 186.62653277967169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177998351413706, 40.068829685883301 ], [ -75.177015440627201, 40.069869017448703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3237, "tnode_": 3079, "lpoly_": null, "rpoly_": null, "length": 609.91900446, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 57440, "l_hundred": 900, "r_hundred": 900, "seg_id": 820586, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34823, "Shape__Length": 243.20201019829568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179307613776203, 40.067491832328301 ], [ -75.179237431361599, 40.067579368297203 ], [ -75.177998351413706, 40.068829685883301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3378, "tnode_": 3237, "lpoly_": null, "rpoly_": null, "length": 536.62577741000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 57440, "l_hundred": 600, "r_hundred": 600, "seg_id": 820587, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34824, "Shape__Length": 213.94894138683443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805040204991, 40.066341142174998 ], [ -75.179394845336105, 40.067394353073198 ], [ -75.179307613776203, 40.067491832328301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3783, "tnode_": 3555, "lpoly_": null, "rpoly_": null, "length": 826.74828162999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 57440, "l_hundred": 400, "r_hundred": 400, "seg_id": 820588, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34825, "Shape__Length": 329.58377811739837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183842159795901, 40.063247862772997 ], [ -75.181959557672997, 40.064996685955798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4529, "tnode_": 4259, "lpoly_": null, "rpoly_": null, "length": 628.98786828999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 53220, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 34826, "Shape__Length": 251.06811155761702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1621251770448, 40.057648047748998 ], [ -75.162143820095295, 40.057776734122498 ], [ -75.162110068888893, 40.057964860538803 ], [ -75.162104620784604, 40.058107679984303 ], [ -75.162102880872993, 40.058240371769202 ], [ -75.162114319751495, 40.058375913865298 ], [ -75.1621402347876, 40.058523024860399 ], [ -75.162170278892106, 40.058663979419002 ], [ -75.162209199188695, 40.058796642736297 ], [ -75.162299257529199, 40.059017267711504 ], [ -75.162389245078401, 40.059182400307201 ], [ -75.162487491094794, 40.059321567800303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2580, "tnode_": 2468, "lpoly_": null, "rpoly_": null, "length": 315.30226635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 61180, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820590, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34827, "Shape__Length": 125.8876029912044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157876047738199, 40.072388896597801 ], [ -75.158128032677993, 40.073232510345399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2670, "tnode_": 2580, "lpoly_": null, "rpoly_": null, "length": 301.9278465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 61180, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820591, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34828, "Shape__Length": 120.54644874056744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157635642096807, 40.0715809108301 ], [ -75.157876047738199, 40.072388896597801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2707, "tnode_": 2651, "lpoly_": null, "rpoly_": null, "length": 197.79574206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2237, "l_t_add": 2299, "r_f_add": 2246, "r_t_add": 2298, "st_code": 81600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 820592, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-09-07T00:00:00Z", "newsegdate": "2000-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34829, "Shape__Length": 78.886820386962199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154477453484304, 40.071293521730901 ], [ -75.154346631289101, 40.071437391771298 ], [ -75.154077867660504, 40.071741368191603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2770, "tnode_": 2670, "lpoly_": null, "rpoly_": null, "length": 301.08518689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 61180, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820593, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34830, "Shape__Length": 120.2090258735906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157398136808098, 40.070774790954196 ], [ -75.157635642096807, 40.0715809108301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2880, "tnode_": 2770, "lpoly_": null, "rpoly_": null, "length": 299.24735267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 61180, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820594, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34831, "Shape__Length": 119.47506734176224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157168401957904, 40.069972508371798 ], [ -75.157398136808098, 40.070774790954196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2968, "tnode_": 2880, "lpoly_": null, "rpoly_": null, "length": 300.68121572000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 61180, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820595, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34832, "Shape__Length": 120.04308585312727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156921945709698, 40.069169116218603 ], [ -75.157168401957904, 40.069972508371798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3040, "tnode_": 2961, "lpoly_": null, "rpoly_": null, "length": 252.99293539, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2118, "st_code": 81600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820596, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34833, "Shape__Length": 100.90873769349695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156777897091203, 40.0686844581043 ], [ -75.156290290287799, 40.069269248158598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3234, "tnode_": 3040, "lpoly_": null, "rpoly_": null, "length": 623.1353491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7438, "r_f_add": 7401, "r_t_add": 7401, "st_code": 61180, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820597, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34834, "Shape__Length": 248.776671868563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156288502662093, 40.067015717242299 ], [ -75.156777897091203, 40.0686844581043 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3287, "tnode_": 3243, "lpoly_": null, "rpoly_": null, "length": 182.56005522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1923, "l_t_add": 1999, "r_f_add": 1932, "r_t_add": 1998, "st_code": 81600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820598, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34835, "Shape__Length": 72.794414771895418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158685126719803, 40.066563694434201 ], [ -75.158295019256997, 40.0669653335097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3367, "tnode_": 3287, "lpoly_": null, "rpoly_": null, "length": 290.63813951000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1901, "l_t_add": 1921, "r_f_add": 1900, "r_t_add": 1930, "st_code": 81600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820599, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34836, "Shape__Length": 115.89068389712239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159302641956799, 40.065922260704397 ], [ -75.158685126719803, 40.066563694434201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3475, "tnode_": 3417, "lpoly_": null, "rpoly_": null, "length": 245.58658689000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7251, "r_t_add": 7299, "st_code": 61180, "l_hundred": 7300, "r_hundred": 7200, "seg_id": 820600, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34837, "Shape__Length": 97.872377229638658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154868970375801, 40.065052850163099 ], [ -75.155058503126895, 40.065183135742501 ], [ -75.1552228907791, 40.065312466639298 ], [ -75.155370376561294, 40.0654257145491 ], [ -75.155482504439306, 40.065533242559503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3559, "tnode_": 3475, "lpoly_": null, "rpoly_": null, "length": 468.62612573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7249, "st_code": 61180, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820601, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34838, "Shape__Length": 186.63806630814096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153516001461398, 40.064295047017403 ], [ -75.154868970375801, 40.065052850163099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3679, "tnode_": 3559, "lpoly_": null, "rpoly_": null, "length": 432.56861669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7152, "l_t_add": 7198, "r_f_add": 7165, "r_t_add": 7199, "st_code": 61180, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820602, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34839, "Shape__Length": 172.4438040278126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152554710756206, 40.063388586223603 ], [ -75.1526756569003, 40.063576616840002 ], [ -75.152918647368097, 40.063890813488797 ], [ -75.1531884773852, 40.064091742172501 ], [ -75.153516001461398, 40.064295047017403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3788, "tnode_": 3679, "lpoly_": null, "rpoly_": null, "length": 478.34056868000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7150, "r_f_add": 7051, "r_t_add": 7163, "st_code": 61180, "l_hundred": 7100, "r_hundred": 7000, "seg_id": 820603, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34840, "Shape__Length": 190.82647971190352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151752173839398, 40.062229281146799 ], [ -75.152554710756206, 40.063388586223603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3891, "tnode_": 27438, "lpoly_": null, "rpoly_": null, "length": 537.90981412999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 81600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820605, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34841, "Shape__Length": 214.47471467188893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163169602775099, 40.061920122161801 ], [ -75.162021556445396, 40.063104304188101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3937, "tnode_": 3788, "lpoly_": null, "rpoly_": null, "length": 367.18882857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7049, "st_code": 61180, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820606, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34842, "Shape__Length": 146.48537660219031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151144298832804, 40.061336053336198 ], [ -75.151752173839398, 40.062229281146799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4031, "tnode_": 3891, "lpoly_": null, "rpoly_": null, "length": 449.38243901000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 81600, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820607, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34843, "Shape__Length": 179.17641898137035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164124711803595, 40.060928557817498 ], [ -75.163169602775099, 40.061920122161801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4033, "tnode_": 3937, "lpoly_": null, "rpoly_": null, "length": 307.92451604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6936, "l_t_add": 6998, "r_f_add": 6937, "r_t_add": 6999, "st_code": 61180, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820608, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34844, "Shape__Length": 122.84099615276557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150634174427495, 40.060587139931698 ], [ -75.151144298832804, 40.061336053336198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4134, "tnode_": 4033, "lpoly_": null, "rpoly_": null, "length": 309.22156543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6934, "r_f_add": 6901, "r_t_add": 6935, "st_code": 61180, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820609, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34845, "Shape__Length": 123.35715647957541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150122107340806, 40.059834991319903 ], [ -75.150634174427495, 40.060587139931698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29688, "tnode_": 4031, "lpoly_": null, "rpoly_": null, "length": 624.99752610999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 81600, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820610, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34846, "Shape__Length": 249.19164471415422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165455277617497, 40.059550768322602 ], [ -75.164124711803595, 40.060928557817498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4345, "tnode_": 4134, "lpoly_": null, "rpoly_": null, "length": 567.53516696000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6828, "l_t_add": 6898, "r_f_add": 6839, "r_t_add": 6899, "st_code": 61180, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820611, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34847, "Shape__Length": 226.4154080743634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149221607192402, 40.058441947719999 ], [ -75.149334140629804, 40.058690549266899 ], [ -75.150122107340806, 40.059834991319903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4499, "tnode_": 4345, "lpoly_": null, "rpoly_": null, "length": 333.7341101, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6826, "r_f_add": 6801, "r_t_add": 6837, "st_code": 61180, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820612, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34848, "Shape__Length": 133.24025438373337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149291474335698, 40.057529073392097 ], [ -75.149212499359095, 40.058104415136803 ], [ -75.149221607192402, 40.058441947719999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4607, "tnode_": 4499, "lpoly_": null, "rpoly_": null, "length": 218.06130607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6724, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 61180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820613, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34849, "Shape__Length": 87.056372145748483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149376337697205, 40.056934032602399 ], [ -75.149291474335698, 40.057529073392097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4711, "tnode_": 4607, "lpoly_": null, "rpoly_": null, "length": 259.20813121999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6722, "r_f_add": 6701, "r_t_add": 6723, "st_code": 61180, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820614, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 34850, "Shape__Length": 103.48209539188713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149480231237007, 40.0562269692564 ], [ -75.149376337697205, 40.056934032602399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3742, "tnode_": 3562, "lpoly_": null, "rpoly_": null, "length": 595.24705570999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 81600, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820616, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34851, "Shape__Length": 237.34098894522955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161961551487494, 40.063166989468698 ], [ -75.160691646935604, 40.064477705276303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3562, "tnode_": 3546, "lpoly_": null, "rpoly_": null, "length": 25.63837433, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81600, "l_hundred": 0, "r_hundred": 0, "seg_id": 820617, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34852, "Shape__Length": 10.223197774791597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160691646935604, 40.064477705276303 ], [ -75.160637691827006, 40.064534580457497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3177, "tnode_": 3160, "lpoly_": null, "rpoly_": null, "length": 114.81098351, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 88150, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820618, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34853, "Shape__Length": 45.83894102090467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146741519926294, 40.067219594486701 ], [ -75.146667522899705, 40.067529593527603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3280, "tnode_": 3177, "lpoly_": null, "rpoly_": null, "length": 305.09122358000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7334, "l_t_add": 7398, "r_f_add": 7335, "r_t_add": 7399, "st_code": 88150, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820619, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34854, "Shape__Length": 121.81186142414607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146914910476198, 40.066392747487598 ], [ -75.146741519926294, 40.067219594486701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3339, "tnode_": 3280, "lpoly_": null, "rpoly_": null, "length": 181.75582137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7318, "l_t_add": 7332, "r_f_add": 7319, "r_t_add": 7333, "st_code": 88150, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820620, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34855, "Shape__Length": 72.566741498560674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147025588250699, 40.065901106998801 ], [ -75.146914910476198, 40.066392747487598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3409, "tnode_": 3339, "lpoly_": null, "rpoly_": null, "length": 190.29712854, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7317, "st_code": 88150, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820621, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34856, "Shape__Length": 75.977478328509264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147133533520901, 40.065385345561097 ], [ -75.147025588250699, 40.065901106998801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3476, "tnode_": 3409, "lpoly_": null, "rpoly_": null, "length": 191.39103007999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7237, "r_t_add": 7299, "st_code": 88150, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820622, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34857, "Shape__Length": 76.413620869626911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147242294757405, 40.064866643585603 ], [ -75.147133533520901, 40.065385345561097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3538, "tnode_": 3476, "lpoly_": null, "rpoly_": null, "length": 179.96341059, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7218, "l_t_add": 7234, "r_f_add": 7219, "r_t_add": 7235, "st_code": 88150, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820623, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34858, "Shape__Length": 71.848960491092811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147355516214603, 40.064380343130203 ], [ -75.147242294757405, 40.064866643585603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3612, "tnode_": 3538, "lpoly_": null, "rpoly_": null, "length": 200.24402721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7216, "r_f_add": 7201, "r_t_add": 7217, "st_code": 88150, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820624, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34859, "Shape__Length": 79.94619459284587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147475117588101, 40.063838386180002 ], [ -75.147355516214603, 40.064380343130203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3713, "tnode_": 3612, "lpoly_": null, "rpoly_": null, "length": 302.38007301, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 88150, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820625, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34860, "Shape__Length": 120.72282531532134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147651268467001, 40.063019427068902 ], [ -75.147475117588101, 40.063838386180002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3794, "tnode_": 3713, "lpoly_": null, "rpoly_": null, "length": 269.72669486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 6947, "r_t_add": 7149, "st_code": 88150, "l_hundred": 7100, "r_hundred": 6900, "seg_id": 820626, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34861, "Shape__Length": 107.68480720339537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147809774170298, 40.062289081443403 ], [ -75.147651268467001, 40.063019427068902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4010, "tnode_": 3794, "lpoly_": null, "rpoly_": null, "length": 569.05459548, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6945, "st_code": 88150, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820627, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34862, "Shape__Length": 227.17824639247351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148171504230802, 40.060753191573902 ], [ -75.148144071671197, 40.0608372182488 ], [ -75.148109930927404, 40.060912490096797 ], [ -75.147809774170298, 40.062289081443403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4345, "tnode_": 4010, "lpoly_": null, "rpoly_": null, "length": 897.2829232, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "19TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88150, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820628, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 19TH ST", "stname": "N 19TH ST", "objectid": 34863, "Shape__Length": 358.08605281700596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149221607192402, 40.058441947719999 ], [ -75.149064503137794, 40.058580197051803 ], [ -75.148947120330504, 40.058838614875498 ], [ -75.148225569577605, 40.0605672177835 ], [ -75.148171504230802, 40.060753191573902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4492, "tnode_": 4345, "lpoly_": null, "rpoly_": null, "length": 477.80299523000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 84840, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 820629, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 34864, "Shape__Length": 190.34107960218446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150495655595194, 40.0575816056378 ], [ -75.149541213746105, 40.058163227994399 ], [ -75.149383364568493, 40.058259681606899 ], [ -75.149221607192402, 40.058441947719999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4542, "tnode_": 4492, "lpoly_": null, "rpoly_": null, "length": 144.86077879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6748, "l_t_add": 6798, "r_f_add": 6749, "r_t_add": 6799, "st_code": 84840, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820630, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 34865, "Shape__Length": 57.677916461966653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150924919371505, 40.057369970669903 ], [ -75.150826866845506, 40.057386927038799 ], [ -75.150495655595194, 40.0575816056378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4694, "tnode_": 4542, "lpoly_": null, "rpoly_": null, "length": 591.53763329000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNCOTE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6746, "r_f_add": 6701, "r_t_add": 6747, "st_code": 84840, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820631, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNCOTE AVE", "stname": "WYNCOTE AVE", "objectid": 34866, "Shape__Length": 235.58760210467423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152596987382694, 40.056377006721 ], [ -75.150924919371505, 40.057369970669903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3113, "tnode_": 3060, "lpoly_": null, "rpoly_": null, "length": 180.27677197, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7420, "l_t_add": 7442, "r_f_add": 7419, "r_t_add": 7435, "st_code": 88170, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34867, "Shape__Length": 71.978999566821301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150388974628399, 40.067899282865802 ], [ -75.150283790373805, 40.068387520161103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3114, "tnode_": 2965, "lpoly_": null, "rpoly_": null, "length": 465.2342154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7426, "l_t_add": 7498, "r_f_add": 7407, "r_t_add": 7499, "st_code": 18780, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIAR RD", "stname": "BRIAR RD", "objectid": 34868, "Shape__Length": 185.73788846254473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154473501024299, 40.067993500976797 ], [ -75.154846076966706, 40.069238129135798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3170, "tnode_": 3113, "lpoly_": null, "rpoly_": null, "length": 189.68882696999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7418, "r_f_add": 7401, "r_t_add": 7417, "st_code": 88170, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34869, "Shape__Length": 75.735335658484942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150506785708103, 40.067386492823601 ], [ -75.150388974628399, 40.067899282865802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3178, "tnode_": 3114, "lpoly_": null, "rpoly_": null, "length": 234.44490761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7424, "r_f_add": 7401, "r_t_add": 7405, "st_code": 18780, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIAR RD", "stname": "BRIAR RD", "objectid": 34870, "Shape__Length": 93.598060238109028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154289221024598, 40.0673656899598 ], [ -75.154473501024299, 40.067993500976797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3238, "tnode_": 3170, "lpoly_": null, "rpoly_": null, "length": 191.29409264, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7344, "l_t_add": 7398, "r_f_add": 7337, "r_t_add": 7399, "st_code": 88170, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34871, "Shape__Length": 76.377257963819488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150614744899102, 40.066867961098403 ], [ -75.150506785708103, 40.067386492823601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3286, "tnode_": 3178, "lpoly_": null, "rpoly_": null, "length": 338.80475317000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 18780, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIAR RD", "stname": "BRIAR RD", "objectid": 34872, "Shape__Length": 135.20365361225058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538515998229, 40.0665134569849 ], [ -75.154021369818693, 40.066686030162799 ], [ -75.154077484926901, 40.066770186788801 ], [ -75.154128063200304, 40.066855492338298 ], [ -75.154172366930197, 40.066959200814303 ], [ -75.154289221024598, 40.0673656899598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3293, "tnode_": 3238, "lpoly_": null, "rpoly_": null, "length": 181.41685293, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7320, "l_t_add": 7342, "r_f_add": 7319, "r_t_add": 7335, "st_code": 88170, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34873, "Shape__Length": 72.432338493273093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150722317508297, 40.066376857397003 ], [ -75.150614744899102, 40.066867961098403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3297, "tnode_": 3253, "lpoly_": null, "rpoly_": null, "length": 189.35588532999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7334, "l_t_add": 7398, "r_f_add": 7335, "r_t_add": 7399, "st_code": 88130, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34874, "Shape__Length": 75.601117035375282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145338187757005, 40.066186634630299 ], [ -75.145220842978304, 40.0666985595334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3325, "tnode_": 3286, "lpoly_": null, "rpoly_": null, "length": 296.88725307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 18780, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIAR RD", "stname": "BRIAR RD", "objectid": 34875, "Shape__Length": 118.19905263649177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152940476144906, 40.066127186391597 ], [ -75.153132134532299, 40.066165451115999 ], [ -75.153294551044198, 40.0662056937797 ], [ -75.153431840845499, 40.066257560064201 ], [ -75.153532399544304, 40.066301822371003 ], [ -75.153648188578998, 40.066362683938202 ], [ -75.153751286652096, 40.066432740027899 ], [ -75.1538515998229, 40.0665134569849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3341, "tnode_": 3325, "lpoly_": null, "rpoly_": null, "length": 298.8052426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "73RD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 89400, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "73RD AVE", "stname": "73RD AVE", "objectid": 34876, "Shape__Length": 118.8555972078035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151886661985699, 40.066001060786398 ], [ -75.152855489112298, 40.066127032431297 ], [ -75.152940476144906, 40.066127186391597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3352, "tnode_": 3293, "lpoly_": null, "rpoly_": null, "length": 188.81430715, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7317, "st_code": 88170, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34877, "Shape__Length": 75.384636344050847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150838663180096, 40.065866307202498 ], [ -75.150722317508297, 40.066376857397003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3352, "tnode_": 3341, "lpoly_": null, "rpoly_": null, "length": 297.40175086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "73RD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "73RD AVE", "stname": "73RD AVE", "objectid": 34878, "Shape__Length": 118.29785200874609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150838663180096, 40.065866307202498 ], [ -75.151886661985699, 40.066001060786398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3358, "tnode_": 3297, "lpoly_": null, "rpoly_": null, "length": 181.28043924, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7318, "l_t_add": 7332, "r_f_add": 7319, "r_t_add": 7333, "st_code": 88130, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34879, "Shape__Length": 72.377244525926557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145445047807698, 40.065695818895499 ], [ -75.145338187757005, 40.066186634630299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3380, "tnode_": 3352, "lpoly_": null, "rpoly_": null, "length": 524.15175408000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "73RD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 89400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "73RD AVE", "stname": "73RD AVE", "objectid": 34880, "Shape__Length": 208.49241514246046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148992233002204, 40.065626091150101 ], [ -75.150838663180096, 40.065866307202498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3409, "tnode_": 3380, "lpoly_": null, "rpoly_": null, "length": 527.57176404999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "73RD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 89400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "73RD AVE", "stname": "73RD AVE", "objectid": 34881, "Shape__Length": 209.85185452318953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147133533520901, 40.065385345561097 ], [ -75.148992233002204, 40.065626091150101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3424, "tnode_": 3352, "lpoly_": null, "rpoly_": null, "length": 190.72966283, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7244, "l_t_add": 7298, "r_f_add": 7237, "r_t_add": 7299, "st_code": 88170, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34882, "Shape__Length": 76.150053077311838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150947414269794, 40.0653494429056 ], [ -75.150838663180096, 40.065866307202498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3432, "tnode_": 3358, "lpoly_": null, "rpoly_": null, "length": 190.56382928999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7259, "r_t_add": 7317, "st_code": 88130, "l_hundred": 7300, "r_hundred": 7200, "seg_id": 820648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34883, "Shape__Length": 76.082770181673226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145559843606804, 40.065180188716603 ], [ -75.145445047807698, 40.065695818895499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3432, "tnode_": 3409, "lpoly_": null, "rpoly_": null, "length": 446.75690093999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "73RD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "73RD AVE", "stname": "73RD AVE", "objectid": 34884, "Shape__Length": 177.70584509356053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145559843606804, 40.065180188716603 ], [ -75.147133533520901, 40.065385345561097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3485, "tnode_": 3424, "lpoly_": null, "rpoly_": null, "length": 180.39745215, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7222, "l_t_add": 7242, "r_f_add": 7219, "r_t_add": 7235, "st_code": 88170, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34885, "Shape__Length": 72.023413064327627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151056571604997, 40.064861385098503 ], [ -75.150947414269794, 40.0653494429056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3499, "tnode_": 3432, "lpoly_": null, "rpoly_": null, "length": 189.67274741999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7238, "l_t_add": 7298, "r_f_add": 7239, "r_t_add": 7257, "st_code": 88130, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820651, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34886, "Shape__Length": 75.726762503989477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1456718661221, 40.064666678757099 ], [ -75.145559843606804, 40.065180188716603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3552, "tnode_": 3499, "lpoly_": null, "rpoly_": null, "length": 181.1260795, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7236, "r_f_add": 7201, "r_t_add": 7237, "st_code": 88130, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34887, "Shape__Length": 72.313932393006297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145779155375806, 40.064176348243997 ], [ -75.1456718661221, 40.064666678757099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3556, "tnode_": 3485, "lpoly_": null, "rpoly_": null, "length": 200.87996896, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7217, "st_code": 88170, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34888, "Shape__Length": 80.200953278508479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151174491737805, 40.064317440741299 ], [ -75.151056571604997, 40.064861385098503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3571, "tnode_": 3552, "lpoly_": null, "rpoly_": null, "length": 271.18217796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 65100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820654, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLYMOUTH ST", "stname": "PLYMOUTH ST", "objectid": 34889, "Shape__Length": 107.86585972049939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144823910782605, 40.064051947559598 ], [ -75.145779155375806, 40.064176348243997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3628, "tnode_": 3552, "lpoly_": null, "rpoly_": null, "length": 199.6335634, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7176, "l_t_add": 7198, "r_f_add": 7177, "r_t_add": 7199, "st_code": 88130, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820655, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34890, "Shape__Length": 79.702759075018903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145894752889902, 40.063635576849599 ], [ -75.145779155375806, 40.064176348243997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3697, "tnode_": 3556, "lpoly_": null, "rpoly_": null, "length": 407.03010275000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7142, "l_t_add": 7198, "r_f_add": 7133, "r_t_add": 7199, "st_code": 88170, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 34891, "Shape__Length": 162.50366827123503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151416086377395, 40.063215624225101 ], [ -75.151409165143804, 40.063247190678098 ], [ -75.151174491737805, 40.064317440741299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3721, "tnode_": 3628, "lpoly_": null, "rpoly_": null, "length": 258.68412074000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7150, "l_t_add": 7174, "r_f_add": 7161, "r_t_add": 7175, "st_code": 88130, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34892, "Shape__Length": 103.27624220503547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146053001746694, 40.062935946694097 ], [ -75.145894752889902, 40.063635576849599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3756, "tnode_": 3721, "lpoly_": null, "rpoly_": null, "length": 98.3003384, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "18TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7159, "st_code": 88130, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 18TH ST", "stname": "N 18TH ST", "objectid": 34893, "Shape__Length": 39.245560951517383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146108153352102, 40.062669449171104 ], [ -75.146053001746694, 40.062935946694097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2965, "tnode_": 2811, "lpoly_": null, "rpoly_": null, "length": 457.47778597000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 18780, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIAR RD", "stname": "BRIAR RD", "objectid": 34894, "Shape__Length": 182.63303047093365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154846076966706, 40.069238129135798 ], [ -75.155174891584593, 40.070363653521497 ], [ -75.155244466252796, 40.070450880397203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2836, "tnode_": 2811, "lpoly_": null, "rpoly_": null, "length": 91.3280097, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2201, "l_t_add": 2207, "r_f_add": 2170, "r_t_add": 2198, "st_code": 81600, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 820661, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 34895, "Shape__Length": 36.420416873359684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155435470868397, 40.0702476083137 ], [ -75.155244466252796, 40.070450880397203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2754, "tnode_": 2711, "lpoly_": null, "rpoly_": null, "length": 162.6827009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7702, "l_t_add": 7798, "r_f_add": 7703, "r_t_add": 7799, "st_code": 50740, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820662, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 34896, "Shape__Length": 64.935318772722496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161120479444904, 40.070975228335101 ], [ -75.161315154932197, 40.071396021528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1956, "tnode_": 1889, "lpoly_": null, "rpoly_": null, "length": 517.55382231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 64600, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34897, "Shape__Length": 206.18672524710533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1711298590713, 40.079617713808297 ], [ -75.172601993384305, 40.080477776616902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2015, "tnode_": 1956, "lpoly_": null, "rpoly_": null, "length": 597.74247332999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8220, "l_t_add": 8298, "r_f_add": 8221, "r_t_add": 8299, "st_code": 64600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34898, "Shape__Length": 238.11818481768029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169413378946004, 40.078641055922297 ], [ -75.1711298590713, 40.079617713808297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2232, "tnode_": 2042, "lpoly_": null, "rpoly_": null, "length": 1494.90770565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 64600, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34899, "Shape__Length": 595.49468720902041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164511994129896, 40.075876346332798 ], [ -75.164620664017605, 40.075889112152197 ], [ -75.165257273956101, 40.076252099812201 ], [ -75.168659126468597, 40.078207793227101 ], [ -75.168805564686295, 40.078301089524402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2271, "tnode_": 2232, "lpoly_": null, "rpoly_": null, "length": 251.68524146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7954, "l_t_add": 7998, "r_f_add": 7941, "r_t_add": 7999, "st_code": 64600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820666, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34900, "Shape__Length": 100.25846898179158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163791568183598, 40.075462763126097 ], [ -75.164511994129896, 40.075876346332798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2342, "tnode_": 2271, "lpoly_": null, "rpoly_": null, "length": 496.12301544000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7952, "r_f_add": 7901, "r_t_add": 7939, "st_code": 64600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 34901, "Shape__Length": 197.6238808300553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162365433661407, 40.074653753072397 ], [ -75.163791568183598, 40.075462763126097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3096, "tnode_": 2958, "lpoly_": null, "rpoly_": null, "length": 501.91221527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 366, "r_t_add": 398, "st_code": 69540, "l_hundred": 400, "r_hundred": 300, "seg_id": 820668, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34902, "Shape__Length": 200.11564677267666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1890490372719, 40.068975577733802 ], [ -75.187927980567594, 40.070050997605399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3146, "tnode_": 3096, "lpoly_": null, "rpoly_": null, "length": 226.01583034000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 349, "l_t_add": 399, "r_f_add": 346, "r_t_add": 364, "st_code": 69540, "l_hundred": 300, "r_hundred": 300, "seg_id": 820669, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34903, "Shape__Length": 90.113153662355984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.189553469309402, 40.068491069427203 ], [ -75.1890490372719, 40.068975577733802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3264, "tnode_": 3146, "lpoly_": null, "rpoly_": null, "length": 451.15582263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 311, "l_t_add": 347, "r_f_add": 300, "r_t_add": 344, "st_code": 69540, "l_hundred": 300, "r_hundred": 300, "seg_id": 820670, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34904, "Shape__Length": 179.87368797005857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190563111566306, 40.0675256202111 ], [ -75.189553469309402, 40.068491069427203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3322, "tnode_": 3264, "lpoly_": null, "rpoly_": null, "length": 213.22659892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 305, "l_t_add": 309, "r_f_add": 236, "r_t_add": 298, "st_code": 69540, "l_hundred": 300, "r_hundred": 200, "seg_id": 820671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34905, "Shape__Length": 85.002532885760928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191056410446294, 40.067079563116501 ], [ -75.190563111566306, 40.0675256202111 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2210, "tnode_": 2088, "lpoly_": null, "rpoly_": null, "length": 1015.94865831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8200, "l_t_add": 8398, "r_f_add": 8201, "r_t_add": 8399, "st_code": 26020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820672, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34906, "Shape__Length": 404.74375662874763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198644255128897, 40.076821244110597 ], [ -75.201509384355802, 40.078534037760399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2352, "tnode_": 2246, "lpoly_": null, "rpoly_": null, "length": 528.86586475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 499, "r_f_add": 412, "r_t_add": 498, "st_code": 83460, "l_hundred": 400, "r_hundred": 400, "seg_id": 820674, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34907, "Shape__Length": 210.9025238134177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1961486753722, 40.075341542593101 ], [ -75.195005195870195, 40.076497425557697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2352, "tnode_": 2278, "lpoly_": null, "rpoly_": null, "length": 500.08467604000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8042, "r_f_add": 8001, "r_t_add": 8099, "st_code": 26020, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820675, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 34908, "Shape__Length": 199.22685726617578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1961486753722, 40.075341542593101 ], [ -75.197553554739798, 40.0761899377015 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2375, "tnode_": 2352, "lpoly_": null, "rpoly_": null, "length": 123.57203594000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 341, "l_t_add": 399, "r_f_add": 340, "r_t_add": 398, "st_code": 83460, "l_hundred": 300, "r_hundred": 300, "seg_id": 820676, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34909, "Shape__Length": 49.277655217327577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196416250407907, 40.0750716978702 ], [ -75.1961486753722, 40.075341542593101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2429, "tnode_": 2375, "lpoly_": null, "rpoly_": null, "length": 248.75470591000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 321, "l_t_add": 339, "r_f_add": 320, "r_t_add": 338, "st_code": 83460, "l_hundred": 300, "r_hundred": 300, "seg_id": 820677, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34910, "Shape__Length": 99.192420365465608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196963434637098, 40.074533557955299 ], [ -75.196416250407907, 40.0750716978702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2581, "tnode_": 2520, "lpoly_": null, "rpoly_": null, "length": 309.0199813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDMOOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7930, "l_t_add": 7998, "r_f_add": 7931, "r_t_add": 7999, "st_code": 84890, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820679, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDMOOR ST", "stname": "WYNDMOOR ST", "objectid": 34911, "Shape__Length": 123.10436162710775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196847191534403, 40.073246217578898 ], [ -75.197716536437795, 40.0737692478002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2605, "tnode_": 2581, "lpoly_": null, "rpoly_": null, "length": 100.3830694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDMOOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7928, "r_f_add": 7901, "r_t_add": 7929, "st_code": 84890, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820680, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDMOOR ST", "stname": "WYNDMOOR ST", "objectid": 34912, "Shape__Length": 39.990689271216624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196566628506801, 40.073074528497798 ], [ -75.196847191534403, 40.073246217578898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2621, "tnode_": 2566, "lpoly_": null, "rpoly_": null, "length": 97.21853698000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8010, "l_t_add": 8012, "r_f_add": 8011, "r_t_add": 8017, "st_code": 83880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINSTON RD", "stname": "WINSTON RD", "objectid": 34913, "Shape__Length": 38.817437902995465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199523646499102, 40.073148424451198 ], [ -75.199592173196095, 40.073410056271499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2636, "tnode_": 2520, "lpoly_": null, "rpoly_": null, "length": 422.3316995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 231, "r_f_add": 200, "r_t_add": 230, "st_code": 83460, "l_hundred": 200, "r_hundred": 200, "seg_id": 820682, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 34914, "Shape__Length": 168.3984387193519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198655026589407, 40.072861356812297 ], [ -75.197716536437795, 40.0737692478002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2696, "tnode_": 2581, "lpoly_": null, "rpoly_": null, "length": 416.59312160999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENEZET", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 16840, "l_hundred": 200, "r_hundred": 200, "seg_id": 820683, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENEZET ST", "stname": "BENEZET ST", "objectid": 34915, "Shape__Length": 166.11442028958734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197762944466106, 40.0723446284563 ], [ -75.196847191534403, 40.073246217578898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2429, "tnode_": 2345, "lpoly_": null, "rpoly_": null, "length": 568.27412416999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 12560, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820684, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 34916, "Shape__Length": 226.40169441203383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196963434637098, 40.074533557955299 ], [ -75.198293667748899, 40.075348549034203 ], [ -75.198388590178396, 40.0753506565948 ], [ -75.198467005412994, 40.075370642870503 ], [ -75.198504727130299, 40.075420134444798 ], [ -75.198501006321607, 40.075479165652602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2721, "tnode_": 2605, "lpoly_": null, "rpoly_": null, "length": 468.27054726, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 73920, "l_hundred": 200, "r_hundred": 200, "seg_id": 820685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SPRINGFIELD AVE", "stname": "E SPRINGFIELD AVE", "objectid": 34917, "Shape__Length": 186.68687236798726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197375566079998, 40.072117941456497 ], [ -75.196991826578596, 40.072441330027701 ], [ -75.196705348031998, 40.072601451659501 ], [ -75.196572226596899, 40.0726615586318 ], [ -75.196483289898396, 40.072743418056497 ], [ -75.196470903439106, 40.072829596708402 ], [ -75.196475917419605, 40.072939119538503 ], [ -75.196503818044604, 40.073006699278402 ], [ -75.196566628506801, 40.073074528497798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2278, "tnode_": 2173, "lpoly_": null, "rpoly_": null, "length": 514.99770243, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ABINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 11160, "l_hundred": 400, "r_hundred": 400, "seg_id": 820686, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E ABINGTON AVE", "stname": "E ABINGTON AVE", "objectid": 34918, "Shape__Length": 205.37259408154327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197553554739798, 40.0761899377015 ], [ -75.196436187316905, 40.077313251366903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2812, "tnode_": 2752, "lpoly_": null, "rpoly_": null, "length": 302.45663992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7822, "r_f_add": 7801, "r_t_add": 7819, "st_code": 13080, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820687, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34919, "Shape__Length": 120.48501185801705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196112883144906, 40.071350156951397 ], [ -75.196965675686101, 40.0718601738484 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2928, "tnode_": 2812, "lpoly_": null, "rpoly_": null, "length": 551.39063926999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 13080, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820688, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34920, "Shape__Length": 219.64473765583847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194555381979299, 40.070423187662797 ], [ -75.196112883144906, 40.071350156951397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2721, "tnode_": 2696, "lpoly_": null, "rpoly_": null, "length": 136.44738297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7912, "r_f_add": 7901, "r_t_add": 7911, "st_code": 13080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820689, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34921, "Shape__Length": 54.352967499422441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197375566079998, 40.072117941456497 ], [ -75.197392511703995, 40.072123458076199 ], [ -75.197762944466106, 40.0723446284563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2696, "tnode_": 2636, "lpoly_": null, "rpoly_": null, "length": 312.6694646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7914, "l_t_add": 7998, "r_f_add": 7913, "r_t_add": 7999, "st_code": 13080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820690, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 34922, "Shape__Length": 124.54785082353939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197762944466106, 40.0723446284563 ], [ -75.198655026589407, 40.072861356812297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2814, "tnode_": 2696, "lpoly_": null, "rpoly_": null, "length": 500.26180759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENEZET", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 16840, "l_hundred": 100, "r_hundred": 100, "seg_id": 820691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENEZET ST", "stname": "BENEZET ST", "objectid": 34923, "Shape__Length": 199.39678197136379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198979336238807, 40.071373051294898 ], [ -75.198896746921903, 40.071428927948702 ], [ -75.198760910322306, 40.071462402944597 ], [ -75.198648117965206, 40.071514635590802 ], [ -75.198543235132604, 40.0715670428403 ], [ -75.197762944466106, 40.0723446284563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2948, "tnode_": 2812, "lpoly_": null, "rpoly_": null, "length": 451.58164055999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 101, "l_t_add": 199, "r_f_add": 102, "r_t_add": 198, "st_code": 56960, "l_hundred": 100, "r_hundred": 100, "seg_id": 820692, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MORELAND AVE", "stname": "E MORELAND AVE", "objectid": 34924, "Shape__Length": 180.0643905341143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197098859069399, 40.070368874388301 ], [ -75.196112883144906, 40.071350156951397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2948, "tnode_": 2752, "lpoly_": null, "rpoly_": null, "length": 687.36702485000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 28340, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820693, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 34925, "Shape__Length": 274.09575550438905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197098859069399, 40.070368874388301 ], [ -75.1976531703841, 40.070715093298404 ], [ -75.197711863605207, 40.070813430310203 ], [ -75.197733544551198, 40.070893249580102 ], [ -75.197719750456102, 40.0709899910525 ], [ -75.197669008838204, 40.071102732724597 ], [ -75.197470739071605, 40.071355709211502 ], [ -75.196965675686101, 40.0718601738484 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2959, "tnode_": 2948, "lpoly_": null, "rpoly_": null, "length": 56.48322604, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 83, "l_t_add": 99, "r_f_add": 100, "r_t_add": 100, "st_code": 56960, "l_hundred": 0, "r_hundred": 100, "seg_id": 820696, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MORELAND AVE", "stname": "E MORELAND AVE", "objectid": 34926, "Shape__Length": 22.522496230130493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197221310923993, 40.070245622812898 ], [ -75.197098859069399, 40.070368874388301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3042, "tnode_": 2959, "lpoly_": null, "rpoly_": null, "length": 270.95049605000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 81, "l_t_add": 81, "r_f_add": 82, "r_t_add": 98, "st_code": 56960, "l_hundred": 0, "r_hundred": 0, "seg_id": 820697, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MORELAND AVE", "stname": "E MORELAND AVE", "objectid": 34927, "Shape__Length": 108.03818285467855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197812173497297, 40.069656424334497 ], [ -75.197221310923993, 40.070245622812898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3055, "tnode_": 2987, "lpoly_": null, "rpoly_": null, "length": 213.1978875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7900, "l_t_add": 7924, "r_f_add": 7901, "r_t_add": 7937, "st_code": 36660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820698, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34928, "Shape__Length": 85.035050604668015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199857728434196, 40.069629088997097 ], [ -75.200273170468705, 40.0701196468627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27174, "tnode_": 3128, "lpoly_": null, "rpoly_": null, "length": 279.74298179000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 32, "r_f_add": 1, "r_t_add": 29, "st_code": 73940, "l_hundred": 0, "r_hundred": 0, "seg_id": 820699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34929, "Shape__Length": 111.54127090628238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199741839663403, 40.069516307564498 ], [ -75.200354847697298, 40.068909759071502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3148, "tnode_": 3042, "lpoly_": null, "rpoly_": null, "length": 447.81734204999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 1, "l_t_add": 79, "r_f_add": 2, "r_t_add": 80, "st_code": 56960, "l_hundred": 0, "r_hundred": 0, "seg_id": 820700, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MORELAND AVE", "stname": "E MORELAND AVE", "objectid": 34930, "Shape__Length": 178.55875790404468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198790326428494, 40.068683570792899 ], [ -75.197812173497297, 40.069656424334497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3128, "tnode_": 3202, "lpoly_": null, "rpoly_": null, "length": 274.37317111000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "SPRINGFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 34, "l_t_add": 98, "r_f_add": 31, "r_t_add": 99, "st_code": 73940, "l_hundred": 0, "r_hundred": 0, "seg_id": 820701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W SPRINGFIELD AVE", "stname": "W SPRINGFIELD AVE", "objectid": 34931, "Shape__Length": 109.39931491025048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200354847697298, 40.068909759071502 ], [ -75.2009558974774, 40.068314742681302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3148, "tnode_": 3207, "lpoly_": null, "rpoly_": null, "length": 202.954541, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MORELAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 2, "l_t_add": 10, "r_f_add": 1, "r_t_add": 11, "st_code": 56980, "l_hundred": 0, "r_hundred": 0, "seg_id": 820702, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MORELAND AVE", "stname": "W MORELAND AVE", "objectid": 34932, "Shape__Length": 80.92094211517994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198790326428494, 40.068683570792899 ], [ -75.199238322598404, 40.068245474844701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3261, "tnode_": 3148, "lpoly_": null, "rpoly_": null, "length": 538.19416976000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 36660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820703, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34933, "Shape__Length": 214.42570402826183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197339166056906, 40.067715967544203 ], [ -75.1986753243755, 40.068584842797001 ], [ -75.198790326428494, 40.068683570792899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3291, "tnode_": 3261, "lpoly_": null, "rpoly_": null, "length": 208.07498838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7630, "l_t_add": 7698, "r_f_add": 7673, "r_t_add": 7699, "st_code": 36660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820704, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 34934, "Shape__Length": 82.876253856998972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196743309498004, 40.067374388865296 ], [ -75.197339166056906, 40.067715967544203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1695, "tnode_": 1622, "lpoly_": null, "rpoly_": null, "length": 577.06859195999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 84380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820705, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBROOK LN", "stname": "WOODBROOK LN", "objectid": 34935, "Shape__Length": 230.1545145338284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177114990966501, 40.083067426974601 ], [ -75.175873407415693, 40.084332300427299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1767, "tnode_": 1678, "lpoly_": null, "rpoly_": null, "length": 567.8092426000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC PHERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 54940, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820706, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC PHERSON ST", "stname": "MC PHERSON ST", "objectid": 34936, "Shape__Length": 226.46768172744228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175363498150702, 40.082063938190203 ], [ -75.174159885724606, 40.083318839205802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1793, "tnode_": 1702, "lpoly_": null, "rpoly_": null, "length": 563.16348389000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELAINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 30920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820707, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELAINE ST", "stname": "ELAINE ST", "objectid": 34937, "Shape__Length": 224.60315425517499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174789266584099, 40.081740030125701 ], [ -75.173575532568506, 40.082973212026403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1828, "tnode_": 1746, "lpoly_": null, "rpoly_": null, "length": 589.85971142999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 65860, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 34938, "Shape__Length": 234.99367594641942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177001318489005, 40.081426113462797 ], [ -75.178686609047205, 40.082398770140799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1902, "tnode_": 1828, "lpoly_": null, "rpoly_": null, "length": 653.65172764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 65860, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 34939, "Shape__Length": 260.40085284786198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175129601617002, 40.080352567315202 ], [ -75.177001318489005, 40.081426113462797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1715, "tnode_": 1638, "lpoly_": null, "rpoly_": null, "length": 572.72213344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURDOCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 57600, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820710, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURDOCH RD", "stname": "MURDOCH RD", "objectid": 34940, "Shape__Length": 228.42663703812192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176564989100399, 40.082757410884703 ], [ -75.175345467453496, 40.084020056180997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1782, "tnode_": 1710, "lpoly_": null, "rpoly_": null, "length": 587.42684324999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 16280, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820711, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYARD ST", "stname": "BAYARD ST", "objectid": 34941, "Shape__Length": 234.02212220025683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176517184793198, 40.081923222808499 ], [ -75.178201246249998, 40.082886002812302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2047, "tnode_": 1986, "lpoly_": null, "rpoly_": null, "length": 541.44862584000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 76880, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820712, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34942, "Shape__Length": 215.69574302326998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174599296755005, 40.078407734822299 ], [ -75.176148737887701, 40.079297965037597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2112, "tnode_": 2047, "lpoly_": null, "rpoly_": null, "length": 504.02807602000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 76880, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820713, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34943, "Shape__Length": 200.78135871302817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173150279046993, 40.077585935196801 ], [ -75.174599296755005, 40.078407734822299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1905, "tnode_": 28053, "lpoly_": null, "rpoly_": null, "length": 286.83384056, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1627, "l_t_add": 1699, "r_f_add": 1626, "r_t_add": 1698, "st_code": 57400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34944, "Shape__Length": 114.39520887623848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170548352765607, 40.080188910427097 ], [ -75.169934118127898, 40.080819275946901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1935, "tnode_": 1889, "lpoly_": null, "rpoly_": null, "length": 233.53595141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1555, "l_t_add": 1599, "r_f_add": 1546, "r_t_add": 1598, "st_code": 80860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820715, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34945, "Shape__Length": 93.132216520690292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173113965844294, 40.079971497296299 ], [ -75.172601993384305, 40.080477776616902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1956, "tnode_": 1905, "lpoly_": null, "rpoly_": null, "length": 264.14997762000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1625, "r_f_add": 1600, "r_t_add": 1624, "st_code": 57400, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34946, "Shape__Length": 105.33903422951424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1711298590713, 40.079617713808297 ], [ -75.170548352765607, 40.080188910427097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1971, "tnode_": 1935, "lpoly_": null, "rpoly_": null, "length": 230.14546547999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1513, "l_t_add": 1553, "r_f_add": 1520, "r_t_add": 1544, "st_code": 80860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820717, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34947, "Shape__Length": 91.792497634394152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173593630694398, 40.079458297178597 ], [ -75.173113965844294, 40.079971497296299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1991, "tnode_": 1956, "lpoly_": null, "rpoly_": null, "length": 228.57581316999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1543, "l_t_add": 1599, "r_f_add": 1542, "r_t_add": 1598, "st_code": 57400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34948, "Shape__Length": 91.156150611395645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171625084463102, 40.079118719283002 ], [ -75.1711298590713, 40.079617713808297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2001, "tnode_": 1971, "lpoly_": null, "rpoly_": null, "length": 229.47910002999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1511, "r_f_add": 1500, "r_t_add": 1518, "st_code": 80860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820719, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 34949, "Shape__Length": 91.518936341313633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174085577216999, 40.078954290461297 ], [ -75.173593630694398, 40.079458297178597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2023, "tnode_": 1991, "lpoly_": null, "rpoly_": null, "length": 227.15783146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1523, "l_t_add": 1541, "r_f_add": 1522, "r_t_add": 1540, "st_code": 57400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820720, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34950, "Shape__Length": 90.59397444182774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172109700465398, 40.078618461255303 ], [ -75.171625084463102, 40.079118719283002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2067, "tnode_": 2023, "lpoly_": null, "rpoly_": null, "length": 233.58828455, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1521, "r_f_add": 1500, "r_t_add": 1520, "st_code": 57400, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 34951, "Shape__Length": 93.149734019572435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172623224660896, 40.0781129921671 ], [ -75.172344173684706, 40.0783937449213 ], [ -75.172109700465398, 40.078618461255303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1953, "tnode_": 1873, "lpoly_": null, "rpoly_": null, "length": 606.53989894000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 33720, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820722, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34952, "Shape__Length": 241.62613577907854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178521362729796, 40.079871933979099 ], [ -75.180264564320296, 40.080861484417902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2018, "tnode_": 1953, "lpoly_": null, "rpoly_": null, "length": 655.05349308999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 33720, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820723, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34953, "Shape__Length": 260.95428472507712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176647049042003, 40.078794673293899 ], [ -75.178521362729796, 40.079871933979099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2086, "tnode_": 2018, "lpoly_": null, "rpoly_": null, "length": 552.25989574000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 33720, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820724, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34954, "Shape__Length": 219.99999350438952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175065320973602, 40.077888066753097 ], [ -75.176647049042003, 40.078794673293899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2147, "tnode_": 2086, "lpoly_": null, "rpoly_": null, "length": 492.08798552999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 33720, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820725, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 34955, "Shape__Length": 196.02832469613028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173657476391895, 40.077078670200002 ], [ -75.175065320973602, 40.077888066753097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1860, "tnode_": 1791, "lpoly_": null, "rpoly_": null, "length": 594.46443473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 55820, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34956, "Shape__Length": 236.81539031656069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177487354795304, 40.080923339627802 ], [ -75.179201360537306, 40.0818874638775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1945, "tnode_": 1860, "lpoly_": null, "rpoly_": null, "length": 650.5506592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 55820, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34957, "Shape__Length": 259.16694646203689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756293769986, 40.079849919755397 ], [ -75.177487354795304, 40.080923339627802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2067, "tnode_": 2001, "lpoly_": null, "rpoly_": null, "length": 511.25840388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 55820, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820728, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34958, "Shape__Length": 203.66845642899281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172623224660896, 40.0781129921671 ], [ -75.174085577216999, 40.078954290461297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2360, "tnode_": 2234, "lpoly_": null, "rpoly_": null, "length": 863.78515338000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8004, "l_t_add": 8098, "r_f_add": 8003, "r_t_add": 8099, "st_code": 55820, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 34959, "Shape__Length": 344.08258101632322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166407269465196, 40.074542117950998 ], [ -75.1688839041514, 40.075957267702599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2042, "tnode_": 1960, "lpoly_": null, "rpoly_": null, "length": 534.16653606, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 57440, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820730, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34960, "Shape__Length": 213.03197903270797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168805564686295, 40.078301089524402 ], [ -75.167662615408304, 40.079475529636099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2083, "tnode_": 2042, "lpoly_": null, "rpoly_": null, "length": 234.71924081, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1525, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 57440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820731, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34961, "Shape__Length": 93.600897089218662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169320514179702, 40.077792483423302 ], [ -75.168805564686295, 40.078301089524402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2127, "tnode_": 2083, "lpoly_": null, "rpoly_": null, "length": 223.41031929000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1513, "l_t_add": 1523, "r_f_add": 1514, "r_t_add": 1524, "st_code": 57440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820732, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34962, "Shape__Length": 89.102166393730741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169788486846599, 40.077295608545299 ], [ -75.169320514179702, 40.077792483423302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2162, "tnode_": 2127, "lpoly_": null, "rpoly_": null, "length": 235.58071488000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1511, "r_f_add": 1500, "r_t_add": 1512, "st_code": 57440, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820733, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34963, "Shape__Length": 93.950580508441348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170291139141995, 40.0767768472477 ], [ -75.169788486846599, 40.077295608545299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2204, "tnode_": 2162, "lpoly_": null, "rpoly_": null, "length": 247.18317631, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 57440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820734, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34964, "Shape__Length": 98.573818338490867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170824435742006, 40.076235935546698 ], [ -75.170291139141995, 40.0767768472477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2264, "tnode_": 2204, "lpoly_": null, "rpoly_": null, "length": 229.43801738, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1421, "l_t_add": 1439, "r_f_add": 1420, "r_t_add": 1438, "st_code": 57440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820735, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34965, "Shape__Length": 91.505403957010856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171302442434794, 40.075724226065397 ], [ -75.170824435742006, 40.076235935546698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2311, "tnode_": 2264, "lpoly_": null, "rpoly_": null, "length": 234.43398326, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 57440, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 820736, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 34966, "Shape__Length": 93.491932405759883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171801056998106, 40.075207088965698 ], [ -75.171302442434794, 40.075724226065397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1740, "tnode_": 1655, "lpoly_": null, "rpoly_": null, "length": 569.79174694999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 69540, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 34967, "Shape__Length": 227.25643096305484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176001420801896, 40.082434229940098 ], [ -75.174787473661496, 40.083690032196799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1906, "tnode_": 1836, "lpoly_": null, "rpoly_": null, "length": 602.18968327000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 76880, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820738, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34968, "Shape__Length": 239.89730214852756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178020961989702, 40.080378314315503 ], [ -75.179748312036807, 40.081364252449703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1986, "tnode_": 1906, "lpoly_": null, "rpoly_": null, "length": 655.2574246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 76880, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820739, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 34969, "Shape__Length": 261.03935187534819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176148737887701, 40.079297965037597 ], [ -75.178020961989702, 40.080378314315503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1988, "tnode_": 1914, "lpoly_": null, "rpoly_": null, "length": 622.09423659000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 83340, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820740, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34970, "Shape__Length": 247.80662604571862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790252062235, 40.0793536839778 ], [ -75.180702881643995, 40.080317060132501 ], [ -75.180830139352693, 40.080303413771503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2033, "tnode_": 1966, "lpoly_": null, "rpoly_": null, "length": 620.41729868999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 34700, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820741, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34971, "Shape__Length": 247.15727969600104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179683136224597, 40.078664836841703 ], [ -75.181456037890598, 40.079687497071497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2065, "tnode_": 1988, "lpoly_": null, "rpoly_": null, "length": 657.21578974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 83340, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34972, "Shape__Length": 261.80990355144189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177139347087603, 40.0782784055665 ], [ -75.1790252062235, 40.0793536839778 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2121, "tnode_": 2033, "lpoly_": null, "rpoly_": null, "length": 650.68397716000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 34700, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34973, "Shape__Length": 259.20706003011117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177818580482594, 40.077597619644798 ], [ -75.179683136224597, 40.078664836841703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2132, "tnode_": 2065, "lpoly_": null, "rpoly_": null, "length": 549.97195278000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 83340, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34974, "Shape__Length": 219.09577580299126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175576856625796, 40.077362652556801 ], [ -75.177139347087603, 40.0782784055665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2181, "tnode_": 2121, "lpoly_": null, "rpoly_": null, "length": 558.18525196999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 34700, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34975, "Shape__Length": 222.36266619992864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176228695190801, 40.0766723097612 ], [ -75.177818580482594, 40.077597619644798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2186, "tnode_": 2132, "lpoly_": null, "rpoly_": null, "length": 489.7082768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 83340, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 34976, "Shape__Length": 195.07772948461104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174174247568899, 40.076558798145697 ], [ -75.175576856625796, 40.077362652556801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2244, "tnode_": 2166, "lpoly_": null, "rpoly_": null, "length": 567.36450314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 77220, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820747, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34977, "Shape__Length": 226.02277490496758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176843674752206, 40.075989479805401 ], [ -75.178451639091506, 40.076938113860798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2251, "tnode_": 2181, "lpoly_": null, "rpoly_": null, "length": 481.39122965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 34700, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 34978, "Shape__Length": 191.76149997344871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174848264465894, 40.075883816813601 ], [ -75.176228695190801, 40.0766723097612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2319, "tnode_": 2244, "lpoly_": null, "rpoly_": null, "length": 465.4539213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 77220, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 820749, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34979, "Shape__Length": 185.41375456457962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175512776254706, 40.075223162950401 ], [ -75.176843674752206, 40.075989479805401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2166, "tnode_": 2080, "lpoly_": null, "rpoly_": null, "length": 662.384619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 77220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820750, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34980, "Shape__Length": 263.89611603626713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178451639091506, 40.076938113860798 ], [ -75.180240764910593, 40.077955009811902 ], [ -75.180285717192803, 40.0780580043958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2080, "tnode_": 2003, "lpoly_": null, "rpoly_": null, "length": 628.36085846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 77220, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820751, "oneway": "TF", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 34981, "Shape__Length": 250.34065099686703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180285717192803, 40.0780580043958 ], [ -75.1803235885167, 40.078131691262499 ], [ -75.182039342328096, 40.079117174182201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2165, "tnode_": 2089, "lpoly_": null, "rpoly_": null, "length": 638.06705793000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 69800, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820752, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 34982, "Shape__Length": 254.1857313139088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181277562007296, 40.077027386866298 ], [ -75.183096119477597, 40.078083968214301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2083, "tnode_": 1991, "lpoly_": null, "rpoly_": null, "length": 805.79841557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 16280, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820753, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYARD ST", "stname": "BAYARD ST", "objectid": 34983, "Shape__Length": 321.00327508222398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169320514179702, 40.077792483423302 ], [ -75.171625084463102, 40.079118719283002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2126, "tnode_": 2051, "lpoly_": null, "rpoly_": null, "length": 631.83703726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILBERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 36880, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820754, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILBERT ST", "stname": "GILBERT ST", "objectid": 34984, "Shape__Length": 251.70556209165338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180781557768697, 40.0775370301658 ], [ -75.182582646245805, 40.078583016950802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2127, "tnode_": 2023, "lpoly_": null, "rpoly_": null, "length": 808.79961093000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 65860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820755, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 34985, "Shape__Length": 322.19079829476624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169788486846599, 40.077295608545299 ], [ -75.172109700465398, 40.078618461255303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1974, "tnode_": 1936, "lpoly_": null, "rpoly_": null, "length": 277.85986436000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1609, "l_t_add": 1699, "r_f_add": 1608, "r_t_add": 1698, "st_code": 29660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820756, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34986, "Shape__Length": 110.81271802635469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168867305804795, 40.079225513388799 ], [ -75.1682686928918, 40.079834075101999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1974, "tnode_": 1905, "lpoly_": null, "rpoly_": null, "length": 586.89973162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 22080, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 820757, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 34987, "Shape__Length": 233.80387032912665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168867305804795, 40.079225513388799 ], [ -75.170548352765607, 40.080188910427097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2015, "tnode_": 1974, "lpoly_": null, "rpoly_": null, "length": 262.07051463, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1607, "r_f_add": 1600, "r_t_add": 1606, "st_code": 29660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820758, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 34988, "Shape__Length": 104.52452672438025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169413378946004, 40.078641055922297 ], [ -75.168867305804795, 40.079225513388799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3821, "tnode_": 3653, "lpoly_": null, "rpoly_": null, "length": 599.48263005000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 56520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 34989, "Shape__Length": 239.02798749713489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160605460285495, 40.062378031546203 ], [ -75.159328267380801, 40.063699064269798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3992, "tnode_": 3821, "lpoly_": null, "rpoly_": null, "length": 566.0020032299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 56520, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 34990, "Shape__Length": 225.68162527689785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161795213019502, 40.061123101083702 ], [ -75.161758007901597, 40.061182674136901 ], [ -75.160605460285495, 40.062378031546203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4163, "tnode_": 3992, "lpoly_": null, "rpoly_": null, "length": 559.86113496999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 56520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 34991, "Shape__Length": 223.22123719967769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162988768583006, 40.059889847520601 ], [ -75.161795213019502, 40.061123101083702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3694, "tnode_": 3508, "lpoly_": null, "rpoly_": null, "length": 654.46396704000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOLAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 59980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820762, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOLAN ST", "stname": "NOLAN ST", "objectid": 34992, "Shape__Length": 260.95417116177913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158811664524293, 40.063402582445903 ], [ -75.157416672854495, 40.064844408176199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3741, "tnode_": 3547, "lpoly_": null, "rpoly_": null, "length": 699.61503927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 78060, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 34993, "Shape__Length": 278.82126858990125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158261843787002, 40.063087530477901 ], [ -75.156810895558706, 40.064372523982598 ], [ -75.156546267624407, 40.064454763535302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3786, "tnode_": 3627, "lpoly_": null, "rpoly_": null, "length": 588.30308759000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PASTORIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 63260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820764, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PASTORIUS ST", "stname": "E PASTORIUS ST", "objectid": 34994, "Shape__Length": 234.50570534658064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157530080728904, 40.062633751161101 ], [ -75.156157452517505, 40.063856768497097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3857, "tnode_": 3719, "lpoly_": null, "rpoly_": null, "length": 528.0424143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 17460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820765, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 34995, "Shape__Length": 210.47880751746661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156959610797301, 40.062071392005102 ], [ -75.1557202499135, 40.063164242426403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3234, "tnode_": 3243, "lpoly_": null, "rpoly_": null, "length": 570.62432320999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89430, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 820766, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 34996, "Shape__Length": 226.98487409736919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156288502662093, 40.067015717242299 ], [ -75.157021991129398, 40.066883187472101 ], [ -75.157159518935302, 40.066864291612802 ], [ -75.157306021914707, 40.066860263908602 ], [ -75.157433079643695, 40.066865575103499 ], [ -75.157572571535695, 40.066878500037099 ], [ -75.158295019256997, 40.0669653335097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3209, "tnode_": 3002, "lpoly_": null, "rpoly_": null, "length": 662.30402187999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOMMERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 73360, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOMMERS RD", "stname": "SOMMERS RD", "objectid": 34997, "Shape__Length": 264.41486503986039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155252683708795, 40.067194108163598 ], [ -75.155773651253497, 40.068967601514103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3309, "tnode_": 3255, "lpoly_": null, "rpoly_": null, "length": 180.45578317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7318, "l_t_add": 7334, "r_f_add": 7319, "r_t_add": 7335, "st_code": 12640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 34998, "Shape__Length": 72.048478172009169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148875621999593, 40.066140363090298 ], [ -75.148769350939503, 40.066628959366298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3341, "tnode_": 3157, "lpoly_": null, "rpoly_": null, "length": 561.20396231999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 88190, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820769, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 34999, "Shape__Length": 224.06261783004658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151886661985699, 40.066001060786398 ], [ -75.151563430218999, 40.067467956495797 ], [ -75.151537750075093, 40.0675169307708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3346, "tnode_": 3209, "lpoly_": null, "rpoly_": null, "length": 460.10168635000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOMMERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 73360, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820770, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOMMERS RD", "stname": "SOMMERS RD", "objectid": 35000, "Shape__Length": 183.60816670592703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154646401355805, 40.066035278223403 ], [ -75.154783573865103, 40.066176234405397 ], [ -75.154887280776606, 40.066309421115498 ], [ -75.155012119384196, 40.066508507645999 ], [ -75.155107905444893, 40.066725110524501 ], [ -75.155180058852196, 40.0669411787458 ], [ -75.155252683708795, 40.067194108163598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3380, "tnode_": 3309, "lpoly_": null, "rpoly_": null, "length": 190.38225855000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7317, "st_code": 12640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35001, "Shape__Length": 76.00980267459417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148992233002204, 40.065626091150101 ], [ -75.1488749671081, 40.066108296392102 ], [ -75.148875621999593, 40.066140363090298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3455, "tnode_": 3380, "lpoly_": null, "rpoly_": null, "length": 190.48747431000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7237, "r_t_add": 7299, "st_code": 12640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35002, "Shape__Length": 76.052816359372699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149102790375494, 40.0651101269371 ], [ -75.148992233002204, 40.065626091150101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3462, "tnode_": 3346, "lpoly_": null, "rpoly_": null, "length": 508.82691151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOMMERS", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 73360, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820773, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOMMERS RD", "stname": "SOMMERS RD", "objectid": 35003, "Shape__Length": 202.697144227622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153246950346997, 40.065151342559702 ], [ -75.153906378298998, 40.065518450900299 ], [ -75.154252914678494, 40.0657220063704 ], [ -75.154410801980603, 40.065832333337802 ], [ -75.154525272273901, 40.065927444259302 ], [ -75.154646401355805, 40.066035278223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3512, "tnode_": 3455, "lpoly_": null, "rpoly_": null, "length": 180.9068108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7218, "l_t_add": 7234, "r_f_add": 7219, "r_t_add": 7235, "st_code": 12640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35004, "Shape__Length": 72.227117601276589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149208155798306, 40.0646201601973 ], [ -75.149102790375494, 40.0651101269371 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3556, "tnode_": 3560, "lpoly_": null, "rpoly_": null, "length": 302.96862235999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89370, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820775, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35005, "Shape__Length": 120.49640538002508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151174491737805, 40.064317440741299 ], [ -75.152256843470497, 40.0643070047675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3560, "tnode_": 3341, "lpoly_": null, "rpoly_": null, "length": 625.75422487999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 88190, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 35006, "Shape__Length": 249.83285901253288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152256843470497, 40.0643070047675 ], [ -75.151886661985699, 40.066001060786398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3560, "tnode_": 3559, "lpoly_": null, "rpoly_": null, "length": 360.44846024999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2198, "r_f_add": 2101, "r_t_add": 2199, "st_code": 89370, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-12-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35007, "Shape__Length": 143.38055849665139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152256843470497, 40.0643070047675 ], [ -75.152945296456096, 40.0643024087518 ], [ -75.153401481030699, 40.064354406676003 ], [ -75.153516001461398, 40.064295047017403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3569, "tnode_": 3556, "lpoly_": null, "rpoly_": null, "length": 246.58848728000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1982, "l_t_add": 1998, "r_f_add": 1983, "r_t_add": 1999, "st_code": 89370, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35008, "Shape__Length": 98.083134571083036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150305286081107, 40.064207034266303 ], [ -75.151174491737805, 40.064317440741299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3581, "tnode_": 3512, "lpoly_": null, "rpoly_": null, "length": 198.86957844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7216, "r_f_add": 7201, "r_t_add": 7217, "st_code": 12640, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35009, "Shape__Length": 79.398064561342551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149324666757195, 40.064081630353598 ], [ -75.149208155798306, 40.0646201601973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3581, "tnode_": 3569, "lpoly_": null, "rpoly_": null, "length": 278.2467665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1980, "r_f_add": 1951, "r_t_add": 1981, "st_code": 89370, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35010, "Shape__Length": 110.67550630730699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149324666757195, 40.064081630353598 ], [ -75.150305286081107, 40.064207034266303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3596, "tnode_": 3581, "lpoly_": null, "rpoly_": null, "length": 257.90785913000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1920, "l_t_add": 1948, "r_f_add": 1921, "r_t_add": 1949, "st_code": 89370, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35011, "Shape__Length": 102.58644069583796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148417031647895, 40.063959531959 ], [ -75.149324666757195, 40.064081630353598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3699, "tnode_": 3569, "lpoly_": null, "rpoly_": null, "length": 383.747745, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "UBER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 78760, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820782, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-12-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N UBER ST", "stname": "N UBER ST", "objectid": 35012, "Shape__Length": 153.20843525949866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150531352938401, 40.063168022022403 ], [ -75.150305286081107, 40.064207034266303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3702, "tnode_": 3581, "lpoly_": null, "rpoly_": null, "length": 357.20304512999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 12640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820783, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35013, "Shape__Length": 142.61024508545918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149536677409202, 40.063114692878599 ], [ -75.149324666757195, 40.064081630353598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3791, "tnode_": 3702, "lpoly_": null, "rpoly_": null, "length": 281.6021303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7149, "st_code": 12640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820784, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35014, "Shape__Length": 112.42586694066914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149703409978301, 40.062352352376898 ], [ -75.149536677409202, 40.063114692878599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3679, "tnode_": 3736, "lpoly_": null, "rpoly_": null, "length": 330.0528421, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 43360, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 35015, "Shape__Length": 131.36667957665475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152554710756206, 40.063388586223603 ], [ -75.153613440467694, 40.062989658935102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3921, "tnode_": 3737, "lpoly_": null, "rpoly_": null, "length": 636.79236525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR PARK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 22060, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820786, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDAR PARK AVE", "stname": "CEDAR PARK AVE", "objectid": 35016, "Shape__Length": 254.03806266365677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153637415987703, 40.061488599544397 ], [ -75.154701514123005, 40.063033669954102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3791, "tnode_": 29753, "lpoly_": null, "rpoly_": null, "length": 528.89705357000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "71ST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 89340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820788, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2011-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "71ST AVE", "stname": "71ST AVE", "objectid": 35017, "Shape__Length": 210.34728835860943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149703409978301, 40.062352352376898 ], [ -75.151491490071905, 40.062400359126997 ], [ -75.1515918919375, 40.0624003185848 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3699, "tnode_": 3697, "lpoly_": null, "rpoly_": null, "length": 248.24289607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1982, "l_t_add": 1998, "r_f_add": 1983, "r_t_add": 1999, "st_code": 27200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820789, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35018, "Shape__Length": 98.731153018811611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150531352938401, 40.063168022022403 ], [ -75.151416086377395, 40.063215624225101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3702, "tnode_": 3699, "lpoly_": null, "rpoly_": null, "length": 279.08641429000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1952, "l_t_add": 1980, "r_f_add": 1953, "r_t_add": 1981, "st_code": 27200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820790, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35019, "Shape__Length": 110.99813809211723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149536677409202, 40.063114692878599 ], [ -75.150531352938401, 40.063168022022403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3704, "tnode_": 3702, "lpoly_": null, "rpoly_": null, "length": 259.08917967999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1924, "l_t_add": 1950, "r_f_add": 1925, "r_t_add": 1951, "st_code": 27200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820791, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35020, "Shape__Length": 103.0444369170548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148612893156695, 40.063069568154503 ], [ -75.149536677409202, 40.063114692878599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3713, "tnode_": 3704, "lpoly_": null, "rpoly_": null, "length": 269.77796468999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1922, "r_f_add": 1901, "r_t_add": 1923, "st_code": 27200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820792, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35021, "Shape__Length": 107.29572116051402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147651268467001, 40.063019427068902 ], [ -75.148612893156695, 40.063069568154503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3721, "tnode_": 3713, "lpoly_": null, "rpoly_": null, "length": 448.38799962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 27200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820793, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35022, "Shape__Length": 178.33209415719131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146053001746694, 40.062935946694097 ], [ -75.147651268467001, 40.063019427068902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3704, "tnode_": 3596, "lpoly_": null, "rpoly_": null, "length": 328.80159723999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7150, "l_t_add": 7198, "r_f_add": 7151, "r_t_add": 7199, "st_code": 36600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820794, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGIAN RD", "stname": "GEORGIAN RD", "objectid": 35023, "Shape__Length": 131.27094724656038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148612893156695, 40.063069568154503 ], [ -75.148417031647895, 40.063959531959 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3795, "tnode_": 3704, "lpoly_": null, "rpoly_": null, "length": 277.00649811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7148, "r_f_add": 7101, "r_t_add": 7149, "st_code": 36600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 820795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGIAN RD", "stname": "GEORGIAN RD", "objectid": 35024, "Shape__Length": 110.59136122846405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148774815245602, 40.062319400717897 ], [ -75.148612893156695, 40.063069568154503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3612, "tnode_": 3596, "lpoly_": null, "rpoly_": null, "length": 267.30672253999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1918, "r_f_add": 1901, "r_t_add": 1919, "st_code": 89370, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35025, "Shape__Length": 106.32373405106416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147475117588101, 40.063838386180002 ], [ -75.148417031647895, 40.063959531959 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3628, "tnode_": 3612, "lpoly_": null, "rpoly_": null, "length": 448.46715955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 89370, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35026, "Shape__Length": 178.38147323768001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145894752889902, 40.063635576849599 ], [ -75.147475117588101, 40.063838386180002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3794, "tnode_": 3795, "lpoly_": null, "rpoly_": null, "length": 270.34381457000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "71ST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1920, "r_f_add": 1901, "r_t_add": 1921, "st_code": 89340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820798, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "71ST AVE", "stname": "71ST AVE", "objectid": 35027, "Shape__Length": 107.5183575706069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147809774170298, 40.062289081443403 ], [ -75.148774815245602, 40.062319400717897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3795, "tnode_": 3791, "lpoly_": null, "rpoly_": null, "length": 260.19357169, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "71ST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1922, "l_t_add": 1948, "r_f_add": 1923, "r_t_add": 1949, "st_code": 89340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820799, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "71ST AVE", "stname": "71ST AVE", "objectid": 35028, "Shape__Length": 103.4817437341441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148774815245602, 40.062319400717897 ], [ -75.149703409978301, 40.062352352376898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4151, "tnode_": 4208, "lpoly_": null, "rpoly_": null, "length": 241.61585378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2114, "l_t_add": 2198, "r_f_add": 2115, "r_t_add": 2199, "st_code": 12640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820800, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35029, "Shape__Length": 96.175427911233413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154516609148004, 40.0597960580183 ], [ -75.155274711357393, 40.059478906866502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4151, "tnode_": 4011, "lpoly_": null, "rpoly_": null, "length": 429.73858167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUISE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 51820, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820801, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOUISE ST", "stname": "LOUISE ST", "objectid": 35030, "Shape__Length": 171.44007659594502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154516609148004, 40.0597960580183 ], [ -75.155215794890196, 40.060846303237497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4616, "tnode_": 4344, "lpoly_": null, "rpoly_": null, "length": 662.36271533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 69100, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 820802, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35031, "Shape__Length": 264.1799480703188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1561705427508, 40.057028836381498 ], [ -75.157374718040103, 40.058594045299799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4588, "tnode_": 4700, "lpoly_": null, "rpoly_": null, "length": 274.04702554000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2156, "l_t_add": 2190, "r_f_add": 2163, "r_t_add": 2191, "st_code": 43360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 35032, "Shape__Length": 109.40847442963835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158316952164398, 40.0571938645516 ], [ -75.158345381183096, 40.056578229032901 ], [ -75.158380246474806, 40.056444621076103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4464, "tnode_": 4398, "lpoly_": null, "rpoly_": null, "length": 232.33235018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 43100, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLIS ST", "stname": "HOLLIS ST", "objectid": 35033, "Shape__Length": 92.523892409937318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159646929389297, 40.057918601833201 ], [ -75.160313907472897, 40.058298193880297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4607, "tnode_": 4594, "lpoly_": null, "rpoly_": null, "length": 445.62172755999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDEPENDENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 44820, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820807, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "INDEPENDENCE ST", "stname": "INDEPENDENCE ST", "objectid": 35034, "Shape__Length": 177.21548817642901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149376337697205, 40.056934032602399 ], [ -75.149945738649905, 40.056962228115601 ], [ -75.150965426482003, 40.057006977172399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4542, "tnode_": 4493, "lpoly_": null, "rpoly_": null, "length": 85.78473745, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6796, "l_t_add": 6798, "r_f_add": 6797, "r_t_add": 6799, "st_code": 88170, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 820809, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 35035, "Shape__Length": 34.247362406436551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150924919371505, 40.057369970669903 ], [ -75.150886562975998, 40.057603607889199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3727, "tnode_": 3721, "lpoly_": null, "rpoly_": null, "length": 136.86623498999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALLAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 27200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820810, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALLAS ST", "stname": "DALLAS ST", "objectid": 35036, "Shape__Length": 54.434257853004652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145565261742107, 40.062909191167101 ], [ -75.146053001746694, 40.062935946694097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3455, "tnode_": 3424, "lpoly_": null, "rpoly_": null, "length": 523.60247871000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 31540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820811, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSTON ST", "stname": "ELSTON ST", "objectid": 35037, "Shape__Length": 208.27222062401771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149102790375494, 40.0651101269371 ], [ -75.150947414269794, 40.0653494429056 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3476, "tnode_": 3455, "lpoly_": null, "rpoly_": null, "length": 528.32912395000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 31540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820812, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSTON ST", "stname": "ELSTON ST", "objectid": 35038, "Shape__Length": 210.15225581428933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147242294757405, 40.064866643585603 ], [ -75.149016159807502, 40.065104514191802 ], [ -75.149102790375494, 40.0651101269371 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3499, "tnode_": 3476, "lpoly_": null, "rpoly_": null, "length": 445.54715304000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 31540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820813, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSTON ST", "stname": "ELSTON ST", "objectid": 35039, "Shape__Length": 177.22241896980074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1456718661221, 40.064666678757099 ], [ -75.147242294757405, 40.064866643585603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3506, "tnode_": 3369, "lpoly_": null, "rpoly_": null, "length": 380.85994302999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7340, "r_f_add": 7301, "r_t_add": 7343, "st_code": 18500, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820814, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 35040, "Shape__Length": 152.05865218957541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144983328206905, 40.0645771144275 ], [ -75.1447591335982, 40.065608330308599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3369, "tnode_": 3285, "lpoly_": null, "rpoly_": null, "length": 266.99965415999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BOUVIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7342, "l_t_add": 7398, "r_f_add": 7345, "r_t_add": 7399, "st_code": 18500, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820815, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BOUVIER ST", "stname": "N BOUVIER ST", "objectid": 35041, "Shape__Length": 106.58931479384512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1447591335982, 40.065608330308599 ], [ -75.144617365188495, 40.066231782192901 ], [ -75.144556349178401, 40.066320168055398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3506, "tnode_": 3499, "lpoly_": null, "rpoly_": null, "length": 195.45972505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1708, "l_t_add": 1798, "r_f_add": 1711, "r_t_add": 1799, "st_code": 31540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820816, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSTON ST", "stname": "ELSTON ST", "objectid": 35042, "Shape__Length": 77.746937469492096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144983328206905, 40.0645771144275 ], [ -75.1456718661221, 40.064666678757099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3511, "tnode_": 3506, "lpoly_": null, "rpoly_": null, "length": 130.01327824000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1706, "r_f_add": 1701, "r_t_add": 1709, "st_code": 31540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820817, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELSTON ST", "stname": "ELSTON ST", "objectid": 35043, "Shape__Length": 51.714430118534587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144525130741101, 40.064518479726701 ], [ -75.144983328206905, 40.0645771144275 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3512, "tnode_": 3485, "lpoly_": null, "rpoly_": null, "length": 524.76869127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1954, "l_t_add": 1998, "r_f_add": 1955, "r_t_add": 1999, "st_code": 65100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820818, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLYMOUTH ST", "stname": "PLYMOUTH ST", "objectid": 35044, "Shape__Length": 208.73486171104869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149208155798306, 40.0646201601973 ], [ -75.151056571604997, 40.064861385098503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3538, "tnode_": 3512, "lpoly_": null, "rpoly_": null, "length": 525.85060930999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1952, "r_f_add": 1901, "r_t_add": 1953, "st_code": 65100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820819, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLYMOUTH ST", "stname": "PLYMOUTH ST", "objectid": 35045, "Shape__Length": 209.16410591391457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147355516214603, 40.064380343130203 ], [ -75.149208155798306, 40.0646201601973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3552, "tnode_": 3538, "lpoly_": null, "rpoly_": null, "length": 447.4298946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLYMOUTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 65100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820820, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLYMOUTH ST", "stname": "PLYMOUTH ST", "objectid": 35046, "Shape__Length": 177.97062589566335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145779155375806, 40.064176348243997 ], [ -75.147355516214603, 40.064380343130203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2976, "tnode_": 2967, "lpoly_": null, "rpoly_": null, "length": 201.88521581999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2110, "l_t_add": 2110, "r_f_add": 2111, "r_t_add": 2111, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35047, "Shape__Length": 80.308223288223061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153757122084698, 40.069099306024903 ], [ -75.154468226308296, 40.069192339174997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2985, "tnode_": 2976, "lpoly_": null, "rpoly_": null, "length": 199.72769133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2106, "l_t_add": 2108, "r_f_add": 2107, "r_t_add": 2109, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820825, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35048, "Shape__Length": 79.449785610393505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153053520735597, 40.0690077084233 ], [ -75.153757122084698, 40.069099306024903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2997, "tnode_": 2823, "lpoly_": null, "rpoly_": null, "length": 566.61860176000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 81160, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820826, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 35049, "Shape__Length": 226.11433184397185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152325057964205, 40.068910803318197 ], [ -75.152225694876194, 40.0694029588403 ], [ -75.152193555359204, 40.069532209198201 ], [ -75.152136735390201, 40.069674826794802 ], [ -75.152072280976796, 40.069780136407303 ], [ -75.151998593426498, 40.069889878374603 ], [ -75.151916295572093, 40.069987821447597 ], [ -75.151842228633896, 40.070069000655302 ], [ -75.151591318908203, 40.070325778920797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2997, "tnode_": 2985, "lpoly_": null, "rpoly_": null, "length": 206.91262697, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2104, "l_t_add": 2104, "r_f_add": 2105, "r_t_add": 2105, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35050, "Shape__Length": 82.308160053985262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152325057964205, 40.068910803318197 ], [ -75.153053520735597, 40.0690077084233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3012, "tnode_": 2997, "lpoly_": null, "rpoly_": null, "length": 301.94249721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2102, "r_f_add": 2101, "r_t_add": 2103, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820828, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35051, "Shape__Length": 120.10901805650649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151260827634403, 40.0687748443627 ], [ -75.152325057964205, 40.068910803318197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3027, "tnode_": 3012, "lpoly_": null, "rpoly_": null, "length": 292.13325648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89460, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820829, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35052, "Shape__Length": 116.20671494649187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150231082240893, 40.068643722839703 ], [ -75.151260827634403, 40.0687748443627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3078, "tnode_": 3050, "lpoly_": null, "rpoly_": null, "length": 123.86840051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7448, "l_t_add": 7498, "r_f_add": 7445, "r_t_add": 7499, "st_code": 12640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820830, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35053, "Shape__Length": 49.455685781614974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148437965884298, 40.068150068463503 ], [ -75.148357109079498, 40.068484378431599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3137, "tnode_": 3078, "lpoly_": null, "rpoly_": null, "length": 180.52599813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7420, "l_t_add": 7446, "r_f_add": 7421, "r_t_add": 7443, "st_code": 12640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35054, "Shape__Length": 72.078275393231749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148543168512703, 40.067661140092298 ], [ -75.148437965884298, 40.068150068463503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3147, "tnode_": 2997, "lpoly_": null, "rpoly_": null, "length": 463.98335255999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 81160, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820832, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 35055, "Shape__Length": 185.25351990328247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152604133635094, 40.0676552933338 ], [ -75.152325057964205, 40.068910803318197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3147, "tnode_": 3156, "lpoly_": null, "rpoly_": null, "length": 157.24962863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2130, "l_t_add": 2148, "r_f_add": 2131, "r_t_add": 2149, "st_code": 89430, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820833, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35056, "Shape__Length": 62.555418226716796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152604133635094, 40.0676552933338 ], [ -75.153153064235099, 40.067563276719198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3157, "tnode_": 3012, "lpoly_": null, "rpoly_": null, "length": 464.74561648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "21ST", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 88190, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 21ST ST", "stname": "N 21ST ST", "objectid": 35057, "Shape__Length": 185.5578786869672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151537750075093, 40.0675169307708 ], [ -75.151260827634403, 40.0687748443627 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3157, "tnode_": 3147, "lpoly_": null, "rpoly_": null, "length": 302.68701324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2128, "r_f_add": 2101, "r_t_add": 2129, "st_code": 89430, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820835, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35058, "Shape__Length": 120.40333945773182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151537750075093, 40.0675169307708 ], [ -75.152604133635094, 40.0676552933338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3170, "tnode_": 3157, "lpoly_": null, "rpoly_": null, "length": 292.43454402000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2098, "r_f_add": 2001, "r_t_add": 2099, "st_code": 89430, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820836, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35059, "Shape__Length": 116.32425458819492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150506785708103, 40.067386492823601 ], [ -75.151537750075093, 40.0675169307708 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3199, "tnode_": 3137, "lpoly_": null, "rpoly_": null, "length": 189.47807674000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7418, "r_f_add": 7401, "r_t_add": 7419, "st_code": 12640, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820837, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35060, "Shape__Length": 75.652291429234438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148651534006603, 40.067147708011497 ], [ -75.148543168512703, 40.067661140092298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3199, "tnode_": 3170, "lpoly_": null, "rpoly_": null, "length": 526.48844285999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 89430, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820838, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35061, "Shape__Length": 209.42609944962277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148651534006603, 40.067147708011497 ], [ -75.150506785708103, 40.067386492823601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3177, "tnode_": 3204, "lpoly_": null, "rpoly_": null, "length": 340.33891596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1924, "r_f_add": 1901, "r_t_add": 1925, "st_code": 89430, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35062, "Shape__Length": 135.40599175347484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146741519926294, 40.067219594486701 ], [ -75.146830889944098, 40.0671711270084 ], [ -75.146896256964197, 40.067183337141998 ], [ -75.146931664426901, 40.067196402090602 ], [ -75.146975164137203, 40.067206583278001 ], [ -75.147024995658299, 40.067207712096597 ], [ -75.147119501031398, 40.0671883942099 ], [ -75.147286762958601, 40.0671446668008 ], [ -75.147493713306204, 40.067106436832802 ], [ -75.147728157478596, 40.067079558449699 ], [ -75.147908279195505, 40.067072229639898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3204, "tnode_": 3199, "lpoly_": null, "rpoly_": null, "length": 210.25020819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1926, "l_t_add": 1948, "r_f_add": 1927, "r_t_add": 1949, "st_code": 89430, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820840, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35063, "Shape__Length": 83.630862970480379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147908279195505, 40.067072229639898 ], [ -75.148015584794706, 40.067071151848197 ], [ -75.148144020086207, 40.067081825017901 ], [ -75.148651534006603, 40.067147708011497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3255, "tnode_": 3199, "lpoly_": null, "rpoly_": null, "length": 191.82711114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7336, "l_t_add": 7398, "r_f_add": 7337, "r_t_add": 7399, "st_code": 12640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820841, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35064, "Shape__Length": 76.588423972763835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148769350939503, 40.066628959366298 ], [ -75.148651534006603, 40.067147708011497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3255, "tnode_": 3238, "lpoly_": null, "rpoly_": null, "length": 523.78456814999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 63760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820842, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENFIELD ST", "stname": "PENFIELD ST", "objectid": 35065, "Shape__Length": 208.34923642506936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148769350939503, 40.066628959366298 ], [ -75.150614744899102, 40.066867961098403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3280, "tnode_": 3255, "lpoly_": null, "rpoly_": null, "length": 526.11611042999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 63760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820843, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENFIELD ST", "stname": "PENFIELD ST", "objectid": 35066, "Shape__Length": 209.27520848060487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146914910476198, 40.066392747487598 ], [ -75.148769350939503, 40.066628959366298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3297, "tnode_": 3280, "lpoly_": null, "rpoly_": null, "length": 447.64564223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 63760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820844, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENFIELD ST", "stname": "PENFIELD ST", "objectid": 35067, "Shape__Length": 178.06210543732197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145338187757005, 40.066186634630299 ], [ -75.146914910476198, 40.066392747487598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3309, "tnode_": 3293, "lpoly_": null, "rpoly_": null, "length": 523.99651695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1950, "l_t_add": 1998, "r_f_add": 1951, "r_t_add": 1999, "st_code": 13620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820845, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLEY RD", "stname": "ASHLEY RD", "objectid": 35068, "Shape__Length": 208.4315469214697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148875621999593, 40.066140363090298 ], [ -75.150722317508297, 40.066376857397003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3339, "tnode_": 3309, "lpoly_": null, "rpoly_": null, "length": 525.08600193999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1948, "r_f_add": 1901, "r_t_add": 1949, "st_code": 13620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820846, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLEY RD", "stname": "ASHLEY RD", "objectid": 35069, "Shape__Length": 208.86461203164529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147025588250699, 40.065901106998801 ], [ -75.148875621999593, 40.066140363090298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3358, "tnode_": 3339, "lpoly_": null, "rpoly_": null, "length": 448.65205068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1800, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 13620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 820847, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLEY RD", "stname": "ASHLEY RD", "objectid": 35070, "Shape__Length": 178.46089069863686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145445047807698, 40.065695818895499 ], [ -75.147025588250699, 40.065901106998801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3369, "tnode_": 3358, "lpoly_": null, "rpoly_": null, "length": 194.60757088999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 1701, "r_t_add": 1799, "st_code": 13620, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 820848, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHLEY RD", "stname": "ASHLEY RD", "objectid": 35071, "Shape__Length": 77.408836498086444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1447591335982, 40.065608330308599 ], [ -75.145445047807698, 40.065695818895499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3137, "tnode_": 3113, "lpoly_": null, "rpoly_": null, "length": 523.83866418000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STERLING", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 74680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820849, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STERLING ST", "stname": "STERLING ST", "objectid": 35072, "Shape__Length": 208.3737544323543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148543168512703, 40.067661140092298 ], [ -75.150388974628399, 40.067899282865802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3204, "tnode_": 3099, "lpoly_": null, "rpoly_": null, "length": 379.47034008000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 36600, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820850, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGIAN RD", "stname": "GEORGIAN RD", "objectid": 35073, "Shape__Length": 151.50873044806764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.147908279195505, 40.067072229639898 ], [ -75.147680470100298, 40.068099109296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3078, "tnode_": 3060, "lpoly_": null, "rpoly_": null, "length": 523.79843503000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENOVO", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 68020, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820851, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENOVO ST", "stname": "RENOVO ST", "objectid": 35074, "Shape__Length": 208.35912455125222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148437965884298, 40.068150068463503 ], [ -75.150283790373805, 40.068387520161103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2985, "tnode_": 2782, "lpoly_": null, "rpoly_": null, "length": 662.52273288000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 17460, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820852, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 35075, "Shape__Length": 264.38895656129091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153053520735597, 40.0690077084233 ], [ -75.1529517986164, 40.069493643690897 ], [ -75.152911760365697, 40.069631999770102 ], [ -75.152817654404004, 40.069880541720899 ], [ -75.152745832014205, 40.070020499504402 ], [ -75.152656260339398, 40.070146099341699 ], [ -75.152545280771307, 40.070287524509503 ], [ -75.152428713265195, 40.070412544619103 ], [ -75.152312411737498, 40.070530608484198 ], [ -75.152187349379005, 40.070665108740499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3156, "tnode_": 2985, "lpoly_": null, "rpoly_": null, "length": 534.09460683999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 17460, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820853, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 35076, "Shape__Length": 213.24582118629104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153153064235099, 40.067563276719198 ], [ -75.153243830447806, 40.067861876435501 ], [ -75.153257525337295, 40.067940642737199 ], [ -75.153260888965406, 40.068020528896902 ], [ -75.153244494818196, 40.068135384786103 ], [ -75.153186318890306, 40.068401394195803 ], [ -75.153053520735597, 40.0690077084233 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3027, "tnode_": 2937, "lpoly_": null, "rpoly_": null, "length": 296.25778978, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7447, "r_t_add": 7599, "st_code": 88170, "l_hundred": 7500, "r_hundred": 7400, "seg_id": 820854, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 35077, "Shape__Length": 118.28587187760253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150231082240893, 40.068643722839703 ], [ -75.150042482203801, 40.069443971509301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3060, "tnode_": 3027, "lpoly_": null, "rpoly_": null, "length": 94.489099090000011, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7444, "l_t_add": 7498, "r_f_add": 7437, "r_t_add": 7445, "st_code": 88170, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820855, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 35078, "Shape__Length": 37.727151205370639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.150283790373805, 40.068387520161103 ], [ -75.150231082240893, 40.068643722839703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2961, "tnode_": 2968, "lpoly_": null, "rpoly_": null, "length": 180.5082913, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89460, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 820856, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35079, "Shape__Length": 71.80833451725394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156290290287799, 40.069269248158598 ], [ -75.156921945709698, 40.069169116218603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2965, "tnode_": 3002, "lpoly_": null, "rpoly_": null, "length": 277.68080655999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2114, "l_t_add": 2122, "r_f_add": 2115, "r_t_add": 2123, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820857, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35080, "Shape__Length": 110.50168788068531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154846076966706, 40.069238129135798 ], [ -75.155773651253497, 40.068967601514103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3002, "tnode_": 3040, "lpoly_": null, "rpoly_": null, "length": 299.39291435000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2124, "l_t_add": 2198, "r_f_add": 2125, "r_t_add": 2199, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820858, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35081, "Shape__Length": 119.1380072220045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155773651253497, 40.068967601514103 ], [ -75.156777897091203, 40.0686844581043 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2967, "tnode_": 2699, "lpoly_": null, "rpoly_": null, "length": 850.33852520999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 54510, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820859, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND RD", "stname": "MAYLAND RD", "objectid": 35082, "Shape__Length": 339.33968954834904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154468226308296, 40.069192339174997 ], [ -75.154350816401703, 40.0697093863619 ], [ -75.1542682049555, 40.069986038492203 ], [ -75.154197614184795, 40.070173994980102 ], [ -75.154154735475601, 40.070268187993001 ], [ -75.154079808213595, 40.070410397431701 ], [ -75.153998843657504, 40.070552471342303 ], [ -75.153877484678901, 40.070723804926899 ], [ -75.153744318605405, 40.070887908596298 ], [ -75.153596146979595, 40.071049352975997 ], [ -75.153334833545799, 40.071318371757201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2967, "tnode_": 2965, "lpoly_": null, "rpoly_": null, "length": 107.05830803000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2112, "l_t_add": 2112, "r_f_add": 2113, "r_t_add": 2113, "st_code": 89460, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820860, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35083, "Shape__Length": 42.586271350490627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154468226308296, 40.069192339174997 ], [ -75.154846076966706, 40.069238129135798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4039, "tnode_": 4045, "lpoly_": null, "rpoly_": null, "length": 191.67669055000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOWEN", "st_type": "CIR", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 36, "l_t_add": 68, "r_f_add": 37, "r_t_add": 69, "st_code": 37840, "l_hundred": 0, "r_hundred": 0, "seg_id": 820865, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOWEN CIR", "stname": "GOWEN CIR", "objectid": 35084, "Shape__Length": 76.43023403395415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194099530963996, 40.061590533317997 ], [ -75.194012979842995, 40.061438524219497 ], [ -75.194054582791395, 40.0613847137069 ], [ -75.194058246050901, 40.061287486799998 ], [ -75.193997725922102, 40.061213159221602 ], [ -75.193927007842603, 40.061199422494603 ], [ -75.193853704114304, 40.061205698059297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3907, "tnode_": 4039, "lpoly_": null, "rpoly_": null, "length": 529.30384118000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 2, "l_t_add": 34, "r_f_add": 1, "r_t_add": 55, "st_code": 37880, "l_hundred": 0, "r_hundred": 0, "seg_id": 820867, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W GOWEN AVE", "stname": "W GOWEN AVE", "objectid": 35085, "Shape__Length": 210.98183959491044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192893026003404, 40.062671237271999 ], [ -75.192984105920502, 40.062486027458 ], [ -75.193239807721099, 40.062211954925203 ], [ -75.193690809055298, 40.0617962644248 ], [ -75.193877055316506, 40.061684854142399 ], [ -75.194099530963996, 40.061590533317997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3653, "tnode_": 3648, "lpoly_": null, "rpoly_": null, "length": 30.71535024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84640, "l_hundred": 0, "r_hundred": 0, "seg_id": 820871, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35086, "Shape__Length": 12.231694844873724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159328267380801, 40.063699064269798 ], [ -75.159418379121604, 40.063747184601198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3427, "tnode_": 3312, "lpoly_": null, "rpoly_": null, "length": 365.13665812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAYLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 54520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820872, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAYLAND ST", "stname": "MAYLAND ST", "objectid": 35087, "Shape__Length": 145.59356381980052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158626293698504, 40.065535763166601 ], [ -75.157845866269994, 40.066338970719499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2566, "tnode_": 2534, "lpoly_": null, "rpoly_": null, "length": 171.24723315999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 8022, "l_t_add": 8098, "r_f_add": 8023, "r_t_add": 8097, "st_code": 13080, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 820876, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 35088, "Shape__Length": 68.224185397239253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199592173196095, 40.073410056271499 ], [ -75.200067626418104, 40.073705981017802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2963, "tnode_": 2911, "lpoly_": null, "rpoly_": null, "length": 164.46018316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7614, "r_f_add": 7601, "r_t_add": 7613, "st_code": 50740, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 820877, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35089, "Shape__Length": 65.651935460877581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160383848528099, 40.069377630088397 ], [ -75.160548564644301, 40.0698109927704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3086, "tnode_": 2963, "lpoly_": null, "rpoly_": null, "length": 346.59845249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7526, "l_t_add": 7598, "r_f_add": 7527, "r_t_add": 7599, "st_code": 50740, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820878, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35090, "Shape__Length": 138.34996501425951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160002470661397, 40.068473173527202 ], [ -75.160086831350199, 40.068726763087902 ], [ -75.160383848528099, 40.069377630088397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2950, "tnode_": 2911, "lpoly_": null, "rpoly_": null, "length": 204.0763865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7546, "l_t_add": 7598, "r_f_add": 7547, "r_t_add": 7599, "st_code": 33720, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820879, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35091, "Shape__Length": 81.281375730866216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957443877502, 40.069482986685998 ], [ -75.160548564644301, 40.0698109927704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2330, "tnode_": 2255, "lpoly_": null, "rpoly_": null, "length": 726.51296316999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELWOOD", "st_type": "DR", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 41390, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820880, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZELWOOD DR", "stname": "HAZELWOOD DR", "objectid": 35092, "Shape__Length": 289.5747093644344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185844362999404, 40.075358183048301 ], [ -75.185311506383698, 40.075053009225599 ], [ -75.184530169780501, 40.075826204206599 ], [ -75.185025136523706, 40.076158442780802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2808, "tnode_": 2567, "lpoly_": null, "rpoly_": null, "length": 929.86601511999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESHEIM VALLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19119, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 25820, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 820881, "oneway": "B", "class": 2, "responsibl": "FAIRMOUNT PARK", "update_": "2003-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESHEIM VALLEY DR", "stname": "CRESHEIM VALLEY DR", "objectid": 35093, "Shape__Length": 370.70422637412912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191377020128698, 40.071244578405697 ], [ -75.190630733391302, 40.071994209002298 ], [ -75.190328672456602, 40.072236835158598 ], [ -75.189986831297105, 40.072484655280299 ], [ -75.189586635892894, 40.0728102383531 ], [ -75.189209045505294, 40.073172646020701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4093, "tnode_": 4177, "lpoly_": null, "rpoly_": null, "length": 282.37436564000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORTTER", "st_type": "PL", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 43630, "l_hundred": 600, "r_hundred": 600, "seg_id": 820882, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORTTER PL", "stname": "HORTTER PL", "objectid": 35094, "Shape__Length": 112.52655295838966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174918457391698, 40.060745829414401 ], [ -75.1754362544157, 40.060257244917103 ], [ -75.175612734598801, 40.060205734018403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3017, "tnode_": 2862, "lpoly_": null, "rpoly_": null, "length": 803.16673612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 69800, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 820883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 35095, "Shape__Length": 319.89886139533706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167756291031594, 40.069115710098302 ], [ -75.169974828883397, 40.0703897116204 ], [ -75.170072673370498, 40.070405493776803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3108, "tnode_": 3017, "lpoly_": null, "rpoly_": null, "length": 481.56408957000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 69800, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 820884, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 35096, "Shape__Length": 191.81117316955846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166378532746194, 40.068323828532598 ], [ -75.167756291031594, 40.069115710098302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3175, "tnode_": 3108, "lpoly_": null, "rpoly_": null, "length": 369.87179536999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUGBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 69800, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820885, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUGBY ST", "stname": "RUGBY ST", "objectid": 35097, "Shape__Length": 147.32165148013993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165320349348093, 40.0677156013573 ], [ -75.166378532746194, 40.068323828532598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3466, "tnode_": 3390, "lpoly_": null, "rpoly_": null, "length": 266.89191146000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 56520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 820886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 35098, "Shape__Length": 106.41984813780586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158016458934199, 40.065190865102302 ], [ -75.157447590456698, 40.065778858471198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3475, "tnode_": 3515, "lpoly_": null, "rpoly_": null, "length": 242.78548487, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2024, "r_f_add": 2001, "r_t_add": 2021, "st_code": 78060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820887, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 35099, "Shape__Length": 96.640136477361821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154868970375801, 40.065052850163099 ], [ -75.155641529308994, 40.064749793011799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3515, "tnode_": 3547, "lpoly_": null, "rpoly_": null, "length": 282.40794970999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2026, "l_t_add": 2098, "r_f_add": 2023, "r_t_add": 2099, "st_code": 78060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820888, "oneway": "FT", "class": 5, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 35100, "Shape__Length": 112.40586163266221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155641529308994, 40.064749793011799 ], [ -75.156179429025002, 40.064539108439298 ], [ -75.156413689672206, 40.064435505089797 ], [ -75.156546267624407, 40.064454763535302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4329, "tnode_": 4521, "lpoly_": null, "rpoly_": null, "length": 702.98350606000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2034, "l_t_add": 2070, "r_f_add": 2035, "r_t_add": 2071, "st_code": 39880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820889, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 35101, "Shape__Length": 279.85836576956399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152755042539397, 40.0585992843802 ], [ -75.152846145577797, 40.0585491794454 ], [ -75.154906296419597, 40.057604129153802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4521, "tnode_": 4616, "lpoly_": null, "rpoly_": null, "length": 411.28995234000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2072, "l_t_add": 2098, "r_f_add": 2073, "r_t_add": 2099, "st_code": 39880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 820890, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 35102, "Shape__Length": 163.7288123380186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154906296419597, 40.057604129153802 ], [ -75.1561705427508, 40.057028836381498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4616, "tnode_": 4702, "lpoly_": null, "rpoly_": null, "length": 422.76935136999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2122, "r_f_add": 2101, "r_t_add": 2123, "st_code": 39880, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 820891, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 35103, "Shape__Length": 168.30297766537089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1561705427508, 40.057028836381498 ], [ -75.157462337402507, 40.0564275736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4398, "tnode_": 4211, "lpoly_": null, "rpoly_": null, "length": 577.09400359000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1521, "l_t_add": 1599, "r_f_add": 1502, "r_t_add": 1598, "st_code": 17460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 820892, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 35104, "Shape__Length": 230.08391086910981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160313907472897, 40.058298193880297 ], [ -75.159078119112806, 40.059566240856299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4155, "tnode_": 4097, "lpoly_": null, "rpoly_": null, "length": 264.59232805000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7018, "l_t_add": 7098, "r_f_add": 7019, "r_t_add": 7099, "st_code": 18620, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 35105, "Shape__Length": 105.38837634072451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185497837180193, 40.060547333712599 ], [ -75.186238594454906, 40.060998545225097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3727, "tnode_": 3571, "lpoly_": null, "rpoly_": null, "length": 465.13723223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PITTVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7256, "r_f_add": 7201, "r_t_add": 7257, "st_code": 64900, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820895, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PITTVILLE AVE", "stname": "PITTVILLE AVE", "objectid": 35106, "Shape__Length": 185.57673332848518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145565261742107, 40.062909191167101 ], [ -75.144823910782605, 40.064051947559598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3571, "tnode_": 3511, "lpoly_": null, "rpoly_": null, "length": 189.4109038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PITTVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7258, "l_t_add": 7298, "r_f_add": 7259, "r_t_add": 7299, "st_code": 64900, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 820896, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PITTVILLE AVE", "stname": "PITTVILLE AVE", "objectid": 35107, "Shape__Length": 75.571750949096355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144823910782605, 40.064051947559598 ], [ -75.144525130741101, 40.064518479726701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3511, "tnode_": 3321, "lpoly_": null, "rpoly_": null, "length": 575.68239743000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PITTVILLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 64900, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 820897, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PITTVILLE AVE", "stname": "PITTVILLE AVE", "objectid": 35108, "Shape__Length": 229.78501669796501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144525130741101, 40.064518479726701 ], [ -75.144192617425105, 40.065036548516602 ], [ -75.144011798497601, 40.065902099015098 ], [ -75.144053321870302, 40.0660240402784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2980, "tnode_": 2896, "lpoly_": null, "rpoly_": null, "length": 306.72208335, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 79000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 820898, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35109, "Shape__Length": 122.29773148066397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163422860843298, 40.0693420201072 ], [ -75.162747616171799, 40.070005202202402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3937, "tnode_": 3791, "lpoly_": null, "rpoly_": null, "length": 571.63717578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 12640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 820899, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35110, "Shape__Length": 227.74649192705908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151144298832804, 40.061336053336198 ], [ -75.150097347292203, 40.061833030441299 ], [ -75.149988194880507, 40.061892700062202 ], [ -75.149889735149102, 40.061974804496501 ], [ -75.149826243541497, 40.062048822460397 ], [ -75.149774125752998, 40.062127537094803 ], [ -75.149733125733405, 40.062217598431403 ], [ -75.149703409978301, 40.062352352376898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3766, "tnode_": 3873, "lpoly_": null, "rpoly_": null, "length": 401.54619137000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 300, "l_t_add": 334, "r_f_add": 301, "r_t_add": 399, "st_code": 55680, "l_hundred": 300, "r_hundred": 300, "seg_id": 820900, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 35111, "Shape__Length": 160.09549495406387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.201271054112397, 40.063862966121398 ], [ -75.201741563290597, 40.063384048915204 ], [ -75.202147993799997, 40.062990694418801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3021, "tnode_": 2959, "lpoly_": null, "rpoly_": null, "length": 281.84581386999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 28340, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 820902, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 35112, "Shape__Length": 112.26222820169015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196413603580694, 40.069785937317597 ], [ -75.196902962770295, 40.070035514076302 ], [ -75.197221310923993, 40.070245622812898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3616, "tnode_": 3502, "lpoly_": null, "rpoly_": null, "length": 425.56616724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 69540, "l_hundred": 0, "r_hundred": 0, "seg_id": 820903, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35113, "Shape__Length": 169.66266343992098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195094841717307, 40.064924127313397 ], [ -75.194407319565101, 40.065586565046601 ], [ -75.194138945267696, 40.065832522833702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3672, "tnode_": 3564, "lpoly_": null, "rpoly_": null, "length": 410.11624811000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC PHERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 54940, "l_hundred": 0, "r_hundred": 0, "seg_id": 820905, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC PHERSON ST", "stname": "MC PHERSON ST", "objectid": 35114, "Shape__Length": 163.49846362699429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194155850536802, 40.064385908941802 ], [ -75.193487105824801, 40.065021435098302 ], [ -75.193228561481305, 40.065257545282499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3564, "tnode_": 3502, "lpoly_": null, "rpoly_": null, "length": 329.86839798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 18620, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820907, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 35115, "Shape__Length": 131.40634342210927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.193228561481305, 40.065257545282499 ], [ -75.193708921605904, 40.065554033712701 ], [ -75.194138945267696, 40.065832522833702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3672, "tnode_": 3616, "lpoly_": null, "rpoly_": null, "length": 329.49415554000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 36660, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820909, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 35116, "Shape__Length": 131.23293485651877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194155850536802, 40.064385908941802 ], [ -75.194298588945003, 40.064510594011402 ], [ -75.194602752018, 40.064668303813797 ], [ -75.195094841717307, 40.064924127313397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3696, "tnode_": 3564, "lpoly_": null, "rpoly_": null, "length": 652.64227844000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOYER", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 18620, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820921, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOYER ST", "stname": "BOYER ST", "objectid": 35117, "Shape__Length": 259.958697560894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.191391418067198, 40.064154241551002 ], [ -75.193228561481305, 40.065257545282499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3622, "tnode_": 3425, "lpoly_": null, "rpoly_": null, "length": 786.82871316000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7400, "l_t_add": 7598, "r_f_add": 7401, "r_t_add": 7599, "st_code": 28340, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820924, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 35118, "Shape__Length": 313.67283564623267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.190800810321903, 40.064733429929198 ], [ -75.191219024761494, 40.064920959643899 ], [ -75.191434125335306, 40.065050505144796 ], [ -75.191768044602597, 40.065274009678703 ], [ -75.192014508691898, 40.0654940355519 ], [ -75.192165295738207, 40.065662392132602 ], [ -75.192285591676196, 40.065805922898598 ], [ -75.192393450342806, 40.066001494393497 ], [ -75.192434638971406, 40.066159361531099 ], [ -75.192469743450303, 40.066356367091302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3425, "tnode_": 3373, "lpoly_": null, "rpoly_": null, "length": 115.25817509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 28340, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 820925, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 35119, "Shape__Length": 46.020695206041331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192469743450303, 40.066356367091302 ], [ -75.192514010908198, 40.066670930521099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2900, "tnode_": 2834, "lpoly_": null, "rpoly_": null, "length": 277.88139479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7520, "l_t_add": 7598, "r_f_add": 7521, "r_t_add": 7599, "st_code": 26020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 820927, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35120, "Shape__Length": 110.70490496979366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.188793092444996, 40.070596640319003 ], [ -75.189235345334097, 40.070865810787303 ], [ -75.1895607482099, 40.071080217768802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2700, "tnode_": 2650, "lpoly_": null, "rpoly_": null, "length": 270.31713225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7420, "l_t_add": 7460, "r_f_add": 8619, "r_t_add": 8649, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8600, "seg_id": 820929, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35121, "Shape__Length": 107.67316543928726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187278700355904, 40.0720709183149 ], [ -75.187697573171604, 40.0723108924211 ], [ -75.188055175097304, 40.072512261378002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2518, "tnode_": 2469, "lpoly_": null, "rpoly_": null, "length": 265.70907366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8620, "l_t_add": 8626, "r_f_add": 8621, "r_t_add": 8627, "st_code": 53220, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820930, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35122, "Shape__Length": 105.83952232273589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185881044079196, 40.0734726313122 ], [ -75.186290991288104, 40.073712750971701 ], [ -75.186644711218804, 40.0739058601037 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2746, "tnode_": 2700, "lpoly_": null, "rpoly_": null, "length": 248.77103745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7416, "l_t_add": 7418, "r_f_add": 8553, "r_t_add": 8617, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8500, "seg_id": 820932, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35123, "Shape__Length": 99.08926123498145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186562690657397, 40.071666245182797 ], [ -75.186955967266698, 40.071890509747803 ], [ -75.187278700355904, 40.0720709183149 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2562, "tnode_": 2518, "lpoly_": null, "rpoly_": null, "length": 255.2496141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8550, "l_t_add": 8618, "r_f_add": 8549, "r_t_add": 8619, "st_code": 53220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820933, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35124, "Shape__Length": 101.67410030869178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185149576465406, 40.073054201293203 ], [ -75.185533888859496, 40.073280276200002 ], [ -75.185881044079196, 40.0734726313122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2795, "tnode_": 2760, "lpoly_": null, "rpoly_": null, "length": 174.27728341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7412, "l_t_add": 7412, "r_f_add": 8513, "r_t_add": 8549, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8500, "seg_id": 820936, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35125, "Shape__Length": 69.420381912373415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185859666772004, 40.071255785267098 ], [ -75.186234716824501, 40.071473358504697 ], [ -75.1863561778448, 40.071544525685297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2616, "tnode_": 2562, "lpoly_": null, "rpoly_": null, "length": 247.04243566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8528, "l_t_add": 8548, "r_f_add": 8529, "r_t_add": 8547, "st_code": 53220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820938, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35126, "Shape__Length": 98.401529355448673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184437657486896, 40.072653297617101 ], [ -75.184845071602396, 40.072886825717198 ], [ -75.185149576465406, 40.073054201293203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2887, "tnode_": 2697, "lpoly_": null, "rpoly_": null, "length": 641.51342373, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 37860, "l_hundred": 900, "r_hundred": 900, "seg_id": 820941, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35127, "Shape__Length": 255.8134630774681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184656289544094, 40.070574225541797 ], [ -75.183509460506698, 40.071738598968501 ], [ -75.183281700538799, 40.071983358458802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2887, "tnode_": 2795, "lpoly_": null, "rpoly_": null, "length": 418.43169589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7400, "l_t_add": 7410, "r_f_add": 8501, "r_t_add": 8511, "st_code": 74660, "l_hundred": 7400, "r_hundred": 8500, "seg_id": 820943, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35128, "Shape__Length": 166.66596321155384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184656289544094, 40.070574225541797 ], [ -75.185562629329695, 40.071081559219699 ], [ -75.185859666772004, 40.071255785267098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2697, "tnode_": 2616, "lpoly_": null, "rpoly_": null, "length": 405.24283413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8526, "r_f_add": 8501, "r_t_add": 8527, "st_code": 53220, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820946, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35129, "Shape__Length": 161.42275018517904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183281700538799, 40.071983358458802 ], [ -75.184165722154404, 40.072498858601897 ], [ -75.184437657486896, 40.072653297617101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2697, "tnode_": 2625, "lpoly_": null, "rpoly_": null, "length": 255.65752551, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 37860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35130, "Shape__Length": 101.94973940388653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183281700538799, 40.071983358458802 ], [ -75.182975773329801, 40.072288568846197 ], [ -75.182735589117996, 40.072545826973503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2667, "tnode_": 2726, "lpoly_": null, "rpoly_": null, "length": 225.30535661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 80860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820952, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35131, "Shape__Length": 89.836737175092097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180692164519996, 40.0721555960234 ], [ -75.180873437487605, 40.071978411163698 ], [ -75.181190158000106, 40.071669637997203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2829, "tnode_": 2772, "lpoly_": null, "rpoly_": null, "length": 174.89595079, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1025, "l_t_add": 1099, "r_f_add": 1024, "r_t_add": 1098, "st_code": 57400, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 820954, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35132, "Shape__Length": 69.74424525420477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179821122494701, 40.070884273919901 ], [ -75.179535695003693, 40.071171630829703 ], [ -75.179450377948896, 40.071270520829103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1695, "tnode_": 1674, "lpoly_": null, "rpoly_": null, "length": 202.29969073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8642, "l_t_add": 8698, "r_f_add": 8643, "r_t_add": 8699, "st_code": 64600, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820956, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35133, "Shape__Length": 80.591002780493142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177114990966501, 40.083067426974601 ], [ -75.177452806969498, 40.083255980233503 ], [ -75.177699432259402, 40.0833943246909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1622, "tnode_": 1607, "lpoly_": null, "rpoly_": null, "length": 198.64678813, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3442, "l_t_add": 3498, "r_f_add": 3301, "r_t_add": 3399, "st_code": 22620, "l_hundred": 3400, "r_hundred": 3300, "seg_id": 820958, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35134, "Shape__Length": 79.142387038848625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175873407415693, 40.084332300427299 ], [ -75.176172643306899, 40.084506120523599 ], [ -75.176440033648106, 40.084660829995499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1715, "tnode_": 1695, "lpoly_": null, "rpoly_": null, "length": 190.89117881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8620, "l_t_add": 8640, "r_f_add": 8621, "r_t_add": 8641, "st_code": 64600, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820961, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35135, "Shape__Length": 76.046837363763046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176564989100399, 40.082757410884703 ], [ -75.176879741594504, 40.082934886091103 ], [ -75.177114990966501, 40.083067426974601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1638, "tnode_": 1622, "lpoly_": null, "rpoly_": null, "length": 186.44188357, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3422, "l_t_add": 3440, "r_f_add": 3291, "r_t_add": 3299, "st_code": 22620, "l_hundred": 3400, "r_hundred": 2300, "seg_id": 820963, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35136, "Shape__Length": 74.282215301131245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175345467453496, 40.084020056180997 ], [ -75.175655557991703, 40.084203456177001 ], [ -75.175873407415693, 40.084332300427299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1740, "tnode_": 1715, "lpoly_": null, "rpoly_": null, "length": 196.80078986000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8600, "l_t_add": 8618, "r_f_add": 8601, "r_t_add": 8619, "st_code": 64600, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 820966, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35137, "Shape__Length": 78.403167861398742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176001420801896, 40.082434229940098 ], [ -75.176333068573896, 40.082622145735897 ], [ -75.176564989100399, 40.082757410884703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1655, "tnode_": 1638, "lpoly_": null, "rpoly_": null, "length": 197.05702318, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3400, "l_t_add": 3420, "r_f_add": 3273, "r_t_add": 3289, "st_code": 22620, "l_hundred": 3400, "r_hundred": 3200, "seg_id": 820968, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35138, "Shape__Length": 78.511132295000436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174787473661496, 40.083690032196799 ], [ -75.175134187950505, 40.083895096346403 ], [ -75.175345467453496, 40.084020056180997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1767, "tnode_": 1740, "lpoly_": null, "rpoly_": null, "length": 223.73966553, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8542, "l_t_add": 8598, "r_f_add": 8543, "r_t_add": 8599, "st_code": 64600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35139, "Shape__Length": 89.136815599023578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175363498150702, 40.082063938190203 ], [ -75.175731868885805, 40.082277422802797 ], [ -75.176001420801896, 40.082434229940098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1678, "tnode_": 1655, "lpoly_": null, "rpoly_": null, "length": 221.6368198, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3334, "l_t_add": 3398, "r_f_add": 3255, "r_t_add": 3271, "st_code": 22620, "l_hundred": 3300, "r_hundred": 3200, "seg_id": 820973, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35140, "Shape__Length": 88.303721559063433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174159885724606, 40.083318839205802 ], [ -75.174514604982207, 40.083528642912 ], [ -75.174787473661496, 40.083690032196799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1793, "tnode_": 1767, "lpoly_": null, "rpoly_": null, "length": 199.35405312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8522, "l_t_add": 8540, "r_f_add": 8523, "r_t_add": 8541, "st_code": 64600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820976, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35141, "Shape__Length": 79.417182516761102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174789266584099, 40.081740030125701 ], [ -75.175123042427302, 40.0819293082195 ], [ -75.175363498150702, 40.082063938190203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1702, "tnode_": 1678, "lpoly_": null, "rpoly_": null, "length": 206.37014808000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3316, "l_t_add": 3332, "r_f_add": 3237, "r_t_add": 3253, "st_code": 22620, "l_hundred": 3300, "r_hundred": 3200, "seg_id": 820978, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35142, "Shape__Length": 82.220799305464851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173575532568506, 40.082973212026403 ], [ -75.173926616163101, 40.083180868320703 ], [ -75.174159885724606, 40.083318839205802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1829, "tnode_": 1793, "lpoly_": null, "rpoly_": null, "length": 227.3959906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8500, "l_t_add": 8520, "r_f_add": 8501, "r_t_add": 8521, "st_code": 64600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 820981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35143, "Shape__Length": 90.595708166783083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174145491877496, 40.081359211557398 ], [ -75.174519563582706, 40.081586480081903 ], [ -75.174789266584099, 40.081740030125701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1725, "tnode_": 1702, "lpoly_": null, "rpoly_": null, "length": 224.6914332, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3300, "l_t_add": 3314, "r_f_add": 3219, "r_t_add": 3235, "st_code": 22620, "l_hundred": 3300, "r_hundred": 3200, "seg_id": 820983, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35144, "Shape__Length": 89.519786985963464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172939307999002, 40.082596897148001 ], [ -75.173306579368202, 40.082814131197203 ], [ -75.173575532568506, 40.082973212026403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1779, "tnode_": 1725, "lpoly_": null, "rpoly_": null, "length": 305.94160823, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1615, "l_t_add": 1699, "r_f_add": 1616, "r_t_add": 1698, "st_code": 37860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820986, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35145, "Shape__Length": 122.01669086218131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173598703472607, 40.081926984662601 ], [ -75.173307906718406, 40.082220635888802 ], [ -75.172939307999002, 40.082596897148001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1844, "tnode_": 1794, "lpoly_": null, "rpoly_": null, "length": 321.15246274999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1615, "l_t_add": 1699, "r_f_add": 1622, "r_t_add": 1698, "st_code": 80860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820988, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35146, "Shape__Length": 128.21251619551782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172053319442, 40.081038585905297 ], [ -75.171834773677702, 40.081377847619599 ], [ -75.171714374134496, 40.081872348001802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1829, "tnode_": 1779, "lpoly_": null, "rpoly_": null, "length": 257.27725205999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1614, "st_code": 37860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820990, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35147, "Shape__Length": 102.61132318120936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174145491877496, 40.081359211557398 ], [ -75.173861612656694, 40.081657545786399 ], [ -75.173598703472607, 40.081926984662601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1889, "tnode_": 1844, "lpoly_": null, "rpoly_": null, "length": 255.55978747999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1620, "st_code": 80860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 820992, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35148, "Shape__Length": 101.92210445040909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172601993384305, 40.080477776616902 ], [ -75.172291560519596, 40.080791712623501 ], [ -75.172053319442, 40.081038585905297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1844, "tnode_": 1779, "lpoly_": null, "rpoly_": null, "length": 540.12812676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDARBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 22080, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 820994, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CEDARBROOK AVE", "stname": "CEDARBROOK AVE", "objectid": 35149, "Shape__Length": 215.17825539626767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172053319442, 40.081038585905297 ], [ -75.172682675524896, 40.081402622757203 ], [ -75.173598703472607, 40.081926984662601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1889, "tnode_": 1829, "lpoly_": null, "rpoly_": null, "length": 538.19600118000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PICKERING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 64600, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 821002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PICKERING AVE", "stname": "PICKERING AVE", "objectid": 35150, "Shape__Length": 214.40417113533846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172601993384305, 40.080477776616902 ], [ -75.173196374996195, 40.080821546592603 ], [ -75.173245349061801, 40.080849241463802 ], [ -75.174145491877496, 40.081359211557398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1794, "tnode_": 1725, "lpoly_": null, "rpoly_": null, "length": 432.60967914999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 3200, "l_t_add": 3298, "r_f_add": 3201, "r_t_add": 3217, "st_code": 22620, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 821004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35151, "Shape__Length": 172.3555465124428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171714374134496, 40.081872348001802 ], [ -75.1720709022797, 40.082083238146097 ], [ -75.172939307999002, 40.082596897148001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1710, "tnode_": 1674, "lpoly_": null, "rpoly_": null, "length": 232.41695314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1403, "r_f_add": 1536, "r_t_add": 1598, "st_code": 45220, "l_hundred": 1400, "r_hundred": 1500, "seg_id": 821007, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35152, "Shape__Length": 92.694011245777801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178201246249998, 40.082886002812302 ], [ -75.177945519500597, 40.083137280146701 ], [ -75.177699432259402, 40.0833943246909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1782, "tnode_": 1740, "lpoly_": null, "rpoly_": null, "length": 235.54843448999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1567, "l_t_add": 1599, "r_f_add": 1566, "r_t_add": 1598, "st_code": 69540, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35153, "Shape__Length": 93.937805891131745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176517184793198, 40.081923222808499 ], [ -75.176260533487294, 40.082180553965799 ], [ -75.176001420801896, 40.082434229940098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1746, "tnode_": 1710, "lpoly_": null, "rpoly_": null, "length": 223.51495649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1333, "l_t_add": 1399, "r_f_add": 1516, "r_t_add": 1534, "st_code": 45220, "l_hundred": 1300, "r_hundred": 1500, "seg_id": 821011, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35154, "Shape__Length": 89.141540004196457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178686609047205, 40.082398770140799 ], [ -75.178444409603998, 40.082649203255798 ], [ -75.178201246249998, 40.082886002812302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1828, "tnode_": 1782, "lpoly_": null, "rpoly_": null, "length": 226.15601072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1535, "l_t_add": 1565, "r_f_add": 1534, "r_t_add": 1564, "st_code": 69540, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35155, "Shape__Length": 90.197284262942858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177001318489005, 40.081426113462797 ], [ -75.176750432800404, 40.081685632612803 ], [ -75.176517184793198, 40.081923222808499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1935, "tnode_": 1861, "lpoly_": null, "rpoly_": null, "length": 534.34807587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BAYARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 16280, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 821015, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BAYARD ST", "stname": "BAYARD ST", "objectid": 35156, "Shape__Length": 212.86795333749166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173113965844294, 40.079971497296299 ], [ -75.173731467543305, 40.080335279856897 ], [ -75.174648761485599, 40.080843982600904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1861, "tnode_": 1829, "lpoly_": null, "rpoly_": null, "length": 234.6565192, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 37860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35157, "Shape__Length": 93.586227017046781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174648761485599, 40.080843982600904 ], [ -75.174402695997301, 40.081100368375601 ], [ -75.174145491877496, 40.081359211557398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1902, "tnode_": 1861, "lpoly_": null, "rpoly_": null, "length": 223.95794222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1513, "l_t_add": 1527, "r_f_add": 1512, "r_t_add": 1526, "st_code": 37860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35158, "Shape__Length": 89.318447693260595 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175129601617002, 40.080352567315202 ], [ -75.174876155794095, 40.080605747782897 ], [ -75.174648761485599, 40.080843982600904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1971, "tnode_": 1902, "lpoly_": null, "rpoly_": null, "length": 539.35042471000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROVIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 65860, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 821028, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROVIDENT ST", "stname": "PROVIDENT ST", "objectid": 35159, "Shape__Length": 214.86844204674156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173593630694398, 40.079458297178597 ], [ -75.1742112643106, 40.079828029537303 ], [ -75.175129601617002, 40.080352567315202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1791, "tnode_": 1746, "lpoly_": null, "rpoly_": null, "length": 235.49106817000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1233, "l_t_add": 1331, "r_f_add": 1500, "r_t_add": 1514, "st_code": 45220, "l_hundred": 1200, "r_hundred": 1500, "seg_id": 821031, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35160, "Shape__Length": 93.915298103685558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179201360537306, 40.0818874638775 ], [ -75.178946036711395, 40.082150032005302 ], [ -75.178686609047205, 40.082398770140799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1860, "tnode_": 1828, "lpoly_": null, "rpoly_": null, "length": 228.12998154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1532, "st_code": 69540, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35161, "Shape__Length": 90.985105791952662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177487354795304, 40.080923339627802 ], [ -75.177224024111496, 40.081193406790398 ], [ -75.177001318489005, 40.081426113462797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1836, "tnode_": 1791, "lpoly_": null, "rpoly_": null, "length": 244.47394443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1231, "r_f_add": 1436, "r_t_add": 1498, "st_code": 45220, "l_hundred": 1200, "r_hundred": 1400, "seg_id": 821034, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35162, "Shape__Length": 97.490158197051073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179748312036807, 40.081364252449703 ], [ -75.179473524994194, 40.081618395382499 ], [ -75.179201360537306, 40.0818874638775 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1873, "tnode_": 1836, "lpoly_": null, "rpoly_": null, "length": 233.27348806000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1416, "r_t_add": 1434, "st_code": 45220, "l_hundred": 1100, "r_hundred": 1400, "seg_id": 821036, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35163, "Shape__Length": 93.026120399931358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180264564320296, 40.080861484417902 ], [ -75.180008077807699, 40.081107063689899 ], [ -75.179748312036807, 40.081364252449703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1914, "tnode_": 1873, "lpoly_": null, "rpoly_": null, "length": 257.63697121000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1400, "r_t_add": 1414, "st_code": 45220, "l_hundred": 1100, "r_hundred": 1400, "seg_id": 821038, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35164, "Shape__Length": 102.74363239341577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180830139352693, 40.080303413771503 ], [ -75.180515338708702, 40.080614738048297 ], [ -75.180264564320296, 40.080861484417902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1988, "tnode_": 1953, "lpoly_": null, "rpoly_": null, "length": 235.67165224000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1433, "r_f_add": 1400, "r_t_add": 1432, "st_code": 69540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35165, "Shape__Length": 93.989793276734758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1790252062235, 40.0793536839778 ], [ -75.178759355230298, 40.079616674679698 ], [ -75.178521362729796, 40.079871933979099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1966, "tnode_": 1914, "lpoly_": null, "rpoly_": null, "length": 284.64523858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1326, "r_t_add": 1398, "st_code": 45220, "l_hundred": 1000, "r_hundred": 1300, "seg_id": 821041, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35166, "Shape__Length": 113.51276427104879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181456037890598, 40.079687497071497 ], [ -75.181119393863398, 40.080024114316601 ], [ -75.180830139352693, 40.080303413771503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2033, "tnode_": 1988, "lpoly_": null, "rpoly_": null, "length": 311.2386175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 69540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35167, "Shape__Length": 124.13007162033699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179683136224597, 40.078664836841703 ], [ -75.179372219098198, 40.078994786643797 ], [ -75.1790252062235, 40.0793536839778 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2051, "tnode_": 2003, "lpoly_": null, "rpoly_": null, "length": 246.97449358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 903, "l_t_add": 999, "r_f_add": 1200, "r_t_add": 1298, "st_code": 45220, "l_hundred": 900, "r_hundred": 1200, "seg_id": 821044, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35168, "Shape__Length": 98.48832546403392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182582646245805, 40.078583016950802 ], [ -75.182322304811294, 40.078848525371903 ], [ -75.182039342328096, 40.079117174182201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2126, "tnode_": 2080, "lpoly_": null, "rpoly_": null, "length": 235.10582849, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1233, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 69540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35169, "Shape__Length": 93.765246310788029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180781557768697, 40.0775370301658 ], [ -75.180500529696104, 40.077827568784201 ], [ -75.180285717192803, 40.0780580043958 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2255, "tnode_": 2089, "lpoly_": null, "rpoly_": null, "length": 885.12558003999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 715, "l_t_add": 799, "r_f_add": 1012, "r_t_add": 1098, "st_code": 45220, "l_hundred": 700, "r_hundred": 1000, "seg_id": 821048, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35170, "Shape__Length": 352.97079298526478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185025136523706, 40.076158442780802 ], [ -75.183382101740506, 40.0778066734891 ], [ -75.183096119477597, 40.078083968214301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2211, "tnode_": 2165, "lpoly_": null, "rpoly_": null, "length": 291.54910218000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 69540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 821050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35171, "Shape__Length": 116.24336573923024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181943395401703, 40.076419860719298 ], [ -75.181821392559996, 40.076480094986202 ], [ -75.181509535539007, 40.076774613287199 ], [ -75.181277562007296, 40.077027386866298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2089, "tnode_": 2051, "lpoly_": null, "rpoly_": null, "length": 231.7241043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 801, "l_t_add": 901, "r_f_add": 1100, "r_t_add": 1198, "st_code": 45220, "l_hundred": 800, "r_hundred": 1100, "seg_id": 821052, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35172, "Shape__Length": 92.404131708904771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183096119477597, 40.078083968214301 ], [ -75.182873276050003, 40.078300553639401 ], [ -75.182582646245805, 40.078583016950802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2165, "tnode_": 2126, "lpoly_": null, "rpoly_": null, "length": 231.80678331000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1231, "r_f_add": 1200, "r_t_add": 1230, "st_code": 69540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35173, "Shape__Length": 92.445116029986195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181277562007296, 40.077027386866298 ], [ -75.181031845246494, 40.077281521474397 ], [ -75.180781557768697, 40.0775370301658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1945, "tnode_": 1902, "lpoly_": null, "rpoly_": null, "length": 230.47639655, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1511, "r_f_add": 1500, "r_t_add": 1510, "st_code": 37860, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35174, "Shape__Length": 91.914727450987499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1756293769986, 40.079849919755397 ], [ -75.1753643167132, 40.080129400989001 ], [ -75.175129601617002, 40.080352567315202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1906, "tnode_": 1860, "lpoly_": null, "rpoly_": null, "length": 248.42827934000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1469, "l_t_add": 1499, "r_f_add": 1468, "r_t_add": 1498, "st_code": 69540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35175, "Shape__Length": 99.077642530290973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178020961989702, 40.080378314315503 ], [ -75.177755032969898, 40.080647604557498 ], [ -75.177487354795304, 40.080923339627802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1953, "tnode_": 1906, "lpoly_": null, "rpoly_": null, "length": 231.59410528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1435, "l_t_add": 1467, "r_f_add": 1434, "r_t_add": 1466, "st_code": 69540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35176, "Shape__Length": 92.361597995463512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178521362729796, 40.079871933979099 ], [ -75.178269639404704, 40.080125084466196 ], [ -75.178020961989702, 40.080378314315503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2018, "tnode_": 1986, "lpoly_": null, "rpoly_": null, "length": 230.35430704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1435, "l_t_add": 1467, "r_f_add": 1434, "r_t_add": 1466, "st_code": 37860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35177, "Shape__Length": 91.865370281118203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176647049042003, 40.078794673293899 ], [ -75.176391303798994, 40.079057723679 ], [ -75.176148737887701, 40.079297965037597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2065, "tnode_": 2018, "lpoly_": null, "rpoly_": null, "length": 233.1774364, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1433, "r_f_add": 1400, "r_t_add": 1432, "st_code": 37860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35178, "Shape__Length": 92.996819891081429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177139347087603, 40.0782784055665 ], [ -75.176885111599603, 40.078556268200003 ], [ -75.176647049042003, 40.078794673293899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2001, "tnode_": 1945, "lpoly_": null, "rpoly_": null, "length": 541.36568978999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 55820, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 821063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 35179, "Shape__Length": 215.66825008545069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174085577216999, 40.078954290461297 ], [ -75.174702140893302, 40.0793113118593 ], [ -75.1756293769986, 40.079849919755397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1986, "tnode_": 1945, "lpoly_": null, "rpoly_": null, "length": 248.1264606, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1469, "l_t_add": 1499, "r_f_add": 1468, "r_t_add": 1498, "st_code": 37860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35180, "Shape__Length": 98.962727435591432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176148737887701, 40.079297965037597 ], [ -75.175891829875397, 40.079580485263499 ], [ -75.1756293769986, 40.079849919755397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2086, "tnode_": 2047, "lpoly_": null, "rpoly_": null, "length": 229.88415747, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1421, "l_t_add": 1439, "r_f_add": 1420, "r_t_add": 1438, "st_code": 80860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821069, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35181, "Shape__Length": 91.692766166067287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175065320973602, 40.077888066753097 ], [ -75.174811944442098, 40.078174501989103 ], [ -75.174599296755005, 40.078407734822299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2047, "tnode_": 2001, "lpoly_": null, "rpoly_": null, "length": 245.61202441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 80860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821070, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35182, "Shape__Length": 97.958766000121358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174599296755005, 40.078407734822299 ], [ -75.174326774986497, 40.078687790688697 ], [ -75.174085577216999, 40.078954290461297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2112, "tnode_": 2067, "lpoly_": null, "rpoly_": null, "length": 242.11642821000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 57400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35183, "Shape__Length": 96.552654217694084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173150279046993, 40.077585935196801 ], [ -75.172881682850203, 40.077858790169103 ], [ -75.172623224660896, 40.0781129921671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2147, "tnode_": 2112, "lpoly_": null, "rpoly_": null, "length": 233.00972981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1421, "l_t_add": 1439, "r_f_add": 1420, "r_t_add": 1438, "st_code": 57400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35184, "Shape__Length": 92.920348772070582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173657476391895, 40.077078670200002 ], [ -75.173376737681807, 40.077361994972399 ], [ -75.173150279046993, 40.077585935196801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2181, "tnode_": 2132, "lpoly_": null, "rpoly_": null, "length": 310.67305563000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1324, "r_t_add": 1398, "st_code": 80860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821074, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35185, "Shape__Length": 123.9034214543281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176228695190801, 40.0766723097612 ], [ -75.175878385424198, 40.077040989959599 ], [ -75.175576856625796, 40.077362652556801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2244, "tnode_": 2181, "lpoly_": null, "rpoly_": null, "length": 302.51994806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 80860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821076, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35186, "Shape__Length": 120.66049843120945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176843674752206, 40.075989479805401 ], [ -75.176503465939703, 40.076379573331003 ], [ -75.176228695190801, 40.0766723097612 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2319, "tnode_": 2251, "lpoly_": null, "rpoly_": null, "length": 304.14662604999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1322, "st_code": 57400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35187, "Shape__Length": 121.28404043425097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175512776254706, 40.075223162950401 ], [ -75.175137481821295, 40.075592317301897 ], [ -75.174848264465894, 40.075883816813601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2310, "tnode_": 2244, "lpoly_": null, "rpoly_": null, "length": 255.9253051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1249, "l_t_add": 1299, "r_f_add": 1248, "r_t_add": 1298, "st_code": 30540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821078, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 35188, "Shape__Length": 102.13070512623935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177237510363398, 40.075355420732102 ], [ -75.177025327465799, 40.075696628689897 ], [ -75.176843674752206, 40.075989479805401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2366, "tnode_": 2319, "lpoly_": null, "rpoly_": null, "length": 252.62645605999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1250, "r_t_add": 1298, "st_code": 57400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35189, "Shape__Length": 100.74119991152081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176059717444105, 40.0746714820162 ], [ -75.175781312134504, 40.074947876293997 ], [ -75.175512776254706, 40.075223162950401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2369, "tnode_": 2310, "lpoly_": null, "rpoly_": null, "length": 248.08152182000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1221, "l_t_add": 1247, "r_f_add": 1220, "r_t_add": 1246, "st_code": 30540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 35190, "Shape__Length": 98.999691921420322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177618988948197, 40.074740739342403 ], [ -75.177406688684897, 40.075091698713898 ], [ -75.177237510363398, 40.075355420732102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2419, "tnode_": 2366, "lpoly_": null, "rpoly_": null, "length": 239.36042594, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1227, "l_t_add": 1249, "r_f_add": 1226, "r_t_add": 1248, "st_code": 57400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35191, "Shape__Length": 95.451041213667978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176576314160002, 40.074147995576197 ], [ -75.176280625826394, 40.074435909883398 ], [ -75.176059717444105, 40.0746714820162 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2428, "tnode_": 2369, "lpoly_": null, "rpoly_": null, "length": 268.63853558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 30540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTON RD", "stname": "EASTON RD", "objectid": 35192, "Shape__Length": 107.20286632645309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178030072763406, 40.074074487073801 ], [ -75.177820215589406, 40.074430937585397 ], [ -75.177618988948197, 40.074740739342403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2479, "tnode_": 2419, "lpoly_": null, "rpoly_": null, "length": 265.11128046, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1225, "r_f_add": 1200, "r_t_add": 1224, "st_code": 57400, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35193, "Shape__Length": 105.71538684841298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177155409197695, 40.073572116026199 ], [ -75.176841816453503, 40.073876732866701 ], [ -75.176576314160002, 40.074147995576197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2204, "tnode_": 2112, "lpoly_": null, "rpoly_": null, "length": 815.80000760999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 76880, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821093, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 35194, "Shape__Length": 324.98529074629755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170824435742006, 40.076235935546698 ], [ -75.171240316758798, 40.076486337737997 ], [ -75.173150279046993, 40.077585935196801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2264, "tnode_": 2147, "lpoly_": null, "rpoly_": null, "length": 823.27758218000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 33720, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821095, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35195, "Shape__Length": 327.95610886600639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171302442434794, 40.075724226065397 ], [ -75.171737144415104, 40.075975177648601 ], [ -75.173657476391895, 40.077078670200002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2311, "tnode_": 2186, "lpoly_": null, "rpoly_": null, "length": 826.76653162999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 83340, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 35196, "Shape__Length": 329.33765903276202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171801056998106, 40.075207088965698 ], [ -75.172233715831496, 40.075457661304497 ], [ -75.174174247568899, 40.076558798145697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2162, "tnode_": 2067, "lpoly_": null, "rpoly_": null, "length": 814.15736188999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 55820, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 35197, "Shape__Length": 324.32577985715687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170291139141995, 40.0767768472477 ], [ -75.170734998824301, 40.077023013799298 ], [ -75.172623224660896, 40.0781129921671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2371, "tnode_": 2251, "lpoly_": null, "rpoly_": null, "length": 829.21670461999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 34700, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 35198, "Shape__Length": 330.31034239543692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172468003721804, 40.0745281379075 ], [ -75.172902402706399, 40.074776105952203 ], [ -75.174848264465894, 40.075883816813601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2251, "tnode_": 2186, "lpoly_": null, "rpoly_": null, "length": 309.91700121999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1325, "l_t_add": 1399, "r_f_add": 1324, "r_t_add": 1398, "st_code": 57400, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35199, "Shape__Length": 123.58793188844956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174848264465894, 40.075883816813601 ], [ -75.174478708069799, 40.076246313140601 ], [ -75.174174247568899, 40.076558798145697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2439, "tnode_": 2397, "lpoly_": null, "rpoly_": null, "length": 281.09364936999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8224, "r_f_add": 8201, "r_t_add": 8227, "st_code": 77220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821106, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35200, "Shape__Length": 111.96979810549193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173137647043902, 40.073858641243497 ], [ -75.173552859732098, 40.074094205862203 ], [ -75.173943460709594, 40.074319276394498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2536, "tnode_": 2479, "lpoly_": null, "rpoly_": null, "length": 283.92504412, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8256, "l_t_add": 8298, "r_f_add": 8257, "r_t_add": 8299, "st_code": 84640, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35201, "Shape__Length": 113.09744615310993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176342982625201, 40.073105335926101 ], [ -75.176771281295302, 40.073355382635903 ], [ -75.177155409197695, 40.073572116026199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2356, "tnode_": 2319, "lpoly_": null, "rpoly_": null, "length": 276.60161354000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8234, "l_t_add": 8298, "r_f_add": 8257, "r_t_add": 8299, "st_code": 77220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821109, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35202, "Shape__Length": 110.1822217205825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174720247170995, 40.074769456707699 ], [ -75.175170109673601, 40.075025379603602 ], [ -75.175512776254706, 40.075223162950401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2590, "tnode_": 2536, "lpoly_": null, "rpoly_": null, "length": 275.14635077999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8212, "l_t_add": 8254, "r_f_add": 8213, "r_t_add": 8255, "st_code": 84640, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35203, "Shape__Length": 109.60448034134822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175562340426794, 40.072646319465299 ], [ -75.1760038335796, 40.072912834251198 ], [ -75.176342982625201, 40.073105335926101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2397, "tnode_": 2356, "lpoly_": null, "rpoly_": null, "length": 272.34444754000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8226, "l_t_add": 8232, "r_f_add": 8229, "r_t_add": 8255, "st_code": 77220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821113, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35204, "Shape__Length": 108.48813366331834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173943460709594, 40.074319276394498 ], [ -75.174392515057704, 40.074571712770499 ], [ -75.174720247170995, 40.074769456707699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2590, "tnode_": 2517, "lpoly_": null, "rpoly_": null, "length": 254.87346563, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1218, "st_code": 29660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 35205, "Shape__Length": 101.63433361941003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175562340426794, 40.072646319465299 ], [ -75.175244717860807, 40.072966119256002 ], [ -75.175010703090095, 40.0732030220409 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2643, "tnode_": 2572, "lpoly_": null, "rpoly_": null, "length": 254.67920088, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 57440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821118, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 35206, "Shape__Length": 101.56168989943455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174750081698903, 40.072180661213402 ], [ -75.174450756967403, 40.072498755129502 ], [ -75.174209392234502, 40.072742943834399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2517, "tnode_": 2455, "lpoly_": null, "rpoly_": null, "length": 250.37373401000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1219, "l_t_add": 1237, "r_f_add": 1220, "r_t_add": 1240, "st_code": 29660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 35207, "Shape__Length": 99.841778543699974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175010703090095, 40.0732030220409 ], [ -75.174736374498593, 40.073493205857901 ], [ -75.174470816705195, 40.073750887121697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2572, "tnode_": 2506, "lpoly_": null, "rpoly_": null, "length": 247.83565163, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1221, "l_t_add": 1253, "r_f_add": 1220, "r_t_add": 1240, "st_code": 57440, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821122, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 35208, "Shape__Length": 98.834624853932013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174209392234502, 40.072742943834399 ], [ -75.173953881000799, 40.073016329312303 ], [ -75.173685555642905, 40.073291447956997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2643, "tnode_": 2590, "lpoly_": null, "rpoly_": null, "length": 283.66137707999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8210, "r_f_add": 8201, "r_t_add": 8211, "st_code": 84640, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35209, "Shape__Length": 112.99044405579878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174750081698903, 40.072180661213402 ], [ -75.175220959100599, 40.072457035126803 ], [ -75.175562340426794, 40.072646319465299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2788, "tnode_": 2730, "lpoly_": null, "rpoly_": null, "length": 274.2653788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8220, "l_t_add": 8242, "r_f_add": 8221, "r_t_add": 8243, "st_code": 51860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35210, "Shape__Length": 109.24454205600394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177077239530206, 40.071094121682798 ], [ -75.177531638854205, 40.071348779496603 ], [ -75.177864648836007, 40.071542285434099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2737, "tnode_": 2673, "lpoly_": null, "rpoly_": null, "length": 251.66574892, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1219, "r_f_add": 1200, "r_t_add": 1218, "st_code": 71540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35211, "Shape__Length": 100.35818884235968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173339782109096, 40.0713817724804 ], [ -75.173051801327304, 40.0716872922224 ], [ -75.172804340056601, 40.071936739273603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2853, "tnode_": 2788, "lpoly_": null, "rpoly_": null, "length": 282.2205857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8218, "r_f_add": 8201, "r_t_add": 8219, "st_code": 51860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35212, "Shape__Length": 112.41387364353201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1762689535893, 40.0706308992022 ], [ -75.176744159994101, 40.070901296568401 ], [ -75.177077239530206, 40.071094121682798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2952, "tnode_": 2902, "lpoly_": null, "rpoly_": null, "length": 277.19003539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8200, "l_t_add": 8220, "r_f_add": 8201, "r_t_add": 8219, "st_code": 69100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35213, "Shape__Length": 110.40817730391505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177015440627201, 40.069869017448703 ], [ -75.177501104984103, 40.0701442860992 ], [ -75.1778102843287, 40.0703229751851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2282, "tnode_": 2204, "lpoly_": null, "rpoly_": null, "length": 492.90499415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 76880, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821137, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLE RD", "stname": "TEMPLE RD", "objectid": 35214, "Shape__Length": 196.34693699795429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694113381336, 40.075428280863399 ], [ -75.170515314730906, 40.076063826429099 ], [ -75.170824435742006, 40.076235935546698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2337, "tnode_": 2264, "lpoly_": null, "rpoly_": null, "length": 490.49638446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 33720, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821138, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35215, "Shape__Length": 195.38792447638326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169898969684496, 40.074917682504299 ], [ -75.170978818037497, 40.0755392804083 ], [ -75.171000851472897, 40.075551770004701 ], [ -75.171006151169095, 40.075554773968001 ], [ -75.171302442434794, 40.075724226065397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2452, "tnode_": 2371, "lpoly_": null, "rpoly_": null, "length": 487.90514972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 34700, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 35216, "Shape__Length": 194.35046924018809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171069402915705, 40.073728587806301 ], [ -75.171451213908995, 40.073945486842497 ], [ -75.172190669344999, 40.074363555950299 ], [ -75.172468003721804, 40.0745281379075 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2383, "tnode_": 2311, "lpoly_": null, "rpoly_": null, "length": 488.0529983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 83340, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 35217, "Shape__Length": 194.41567357590645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1704082072565, 40.074400877207999 ], [ -75.170805673818705, 40.074634310988799 ], [ -75.171518094032606, 40.075044081153102 ], [ -75.171801056998106, 40.075207088965698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2234, "tnode_": 2162, "lpoly_": null, "rpoly_": null, "length": 494.19359541999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 55820, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER AVE", "stname": "MICHENER AVE", "objectid": 35218, "Shape__Length": 196.86851860133544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1688839041514, 40.075957267702599 ], [ -75.169973888458003, 40.076588933408701 ], [ -75.170291139141995, 40.0767768472477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2282, "tnode_": 2234, "lpoly_": null, "rpoly_": null, "length": 242.7360931, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1441, "l_t_add": 1499, "r_f_add": 1440, "r_t_add": 1498, "st_code": 71540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35219, "Shape__Length": 96.797225544684551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1694113381336, 40.075428280863399 ], [ -75.169123513992005, 40.075719018421701 ], [ -75.1688839041514, 40.075957267702599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27437, "tnode_": 4047, "lpoly_": null, "rpoly_": null, "length": 42.99735308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69100, "l_hundred": 0, "r_hundred": 0, "seg_id": 822059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35220, "Shape__Length": 17.124683995409512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160985218839997, 40.060664043225401 ], [ -75.161107533595697, 40.0607354475096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2337, "tnode_": 2282, "lpoly_": null, "rpoly_": null, "length": 230.70644523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1421, "l_t_add": 1439, "r_f_add": 1420, "r_t_add": 1438, "st_code": 71540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35221, "Shape__Length": 92.006565671946447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169898969684496, 40.074917682504299 ], [ -75.169627822986499, 40.075207283761799 ], [ -75.1694113381336, 40.075428280863399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2383, "tnode_": 2337, "lpoly_": null, "rpoly_": null, "length": 236.13087025, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 71540, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35222, "Shape__Length": 94.163820149226524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1704082072565, 40.074400877207999 ], [ -75.170117789708698, 40.0747006689801 ], [ -75.169898969684496, 40.074917682504299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2439, "tnode_": 2371, "lpoly_": null, "rpoly_": null, "length": 307.57316838000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1324, "st_code": 57440, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821172, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 35223, "Shape__Length": 122.64925503226617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173137647043902, 40.073858641243497 ], [ -75.172721447043102, 40.074276704558599 ], [ -75.172468003721804, 40.0745281379075 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2531, "tnode_": 2452, "lpoly_": null, "rpoly_": null, "length": 307.33202672, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1323, "r_f_add": 1300, "r_t_add": 1324, "st_code": 71540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821174, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35224, "Shape__Length": 122.56199250269043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171718807034395, 40.0730483302913 ], [ -75.1713174379328, 40.073477503747803 ], [ -75.171069402915705, 40.073728587806301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3044, "tnode_": 2984, "lpoly_": null, "rpoly_": null, "length": 277.08059162999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8230, "l_t_add": 8234, "r_f_add": 8231, "r_t_add": 8233, "st_code": 53220, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35225, "Shape__Length": 110.35250708448783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178921694854594, 40.0691846883214 ], [ -75.179403457929496, 40.0694200307518 ], [ -75.179730999923507, 40.0696209279863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2902, "tnode_": 2839, "lpoly_": null, "rpoly_": null, "length": 278.9000774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8222, "l_t_add": 8232, "r_f_add": 8221, "r_t_add": 8233, "st_code": 69100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35226, "Shape__Length": 111.09151592843284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1778102843287, 40.0703229751851 ], [ -75.178227208800095, 40.070565970392899 ], [ -75.178607959920697, 40.070781857786301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2919, "tnode_": 2855, "lpoly_": null, "rpoly_": null, "length": 273.68910574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8300, "l_t_add": 8318, "r_f_add": 8301, "r_t_add": 8317, "st_code": 53220, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 821181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35227, "Shape__Length": 109.09101403411725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180484742968503, 40.070200093116803 ], [ -75.180868252561098, 40.070552216410299 ], [ -75.181150335188605, 40.0707481745617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3076, "tnode_": 3019, "lpoly_": null, "rpoly_": null, "length": 288.74138392000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7200, "l_t_add": 7230, "r_f_add": 8301, "r_t_add": 8317, "st_code": 74660, "l_hundred": 7200, "r_hundred": 8300, "seg_id": 821183, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35228, "Shape__Length": 115.00729011603022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181753538019393, 40.068912058450003 ], [ -75.182221778552702, 40.069168281055603 ], [ -75.182581846601096, 40.069384265162697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3076, "tnode_": 2919, "lpoly_": null, "rpoly_": null, "length": 588.53367618999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 57400, "l_hundred": 900, "r_hundred": 900, "seg_id": 821187, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35229, "Shape__Length": 234.67682348334756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181753538019393, 40.068912058450003 ], [ -75.181090033148706, 40.069610121451902 ], [ -75.180484742968503, 40.070200093116803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3129, "tnode_": 2984, "lpoly_": null, "rpoly_": null, "length": 546.52349597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYDNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 75900, "l_hundred": 900, "r_hundred": 900, "seg_id": 821189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYDNEY ST", "stname": "SYDNEY ST", "objectid": 35230, "Shape__Length": 217.92717358964478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180902802559203, 40.068420816689297 ], [ -75.180234205029905, 40.069101203973702 ], [ -75.179730999923507, 40.0696209279863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2966, "tnode_": 2931, "lpoly_": null, "rpoly_": null, "length": 221.54322795000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7262, "l_t_add": 7298, "r_f_add": 8337, "r_t_add": 8341, "st_code": 74660, "l_hundred": 7200, "r_hundred": 8300, "seg_id": 821192, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35231, "Shape__Length": 88.238576989886297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183272815911494, 40.069797918640099 ], [ -75.183650910440406, 40.069999198309297 ], [ -75.183914548342997, 40.070153718426702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2793, "tnode_": 2743, "lpoly_": null, "rpoly_": null, "length": 245.95881449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8336, "l_t_add": 8342, "r_f_add": 8337, "r_t_add": 8343, "st_code": 53220, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 821194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35232, "Shape__Length": 97.97348133104596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181841909355697, 40.071162786159398 ], [ -75.182251228714804, 40.071402215786001 ], [ -75.182542591534698, 40.071570332071097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3019, "tnode_": 2966, "lpoly_": null, "rpoly_": null, "length": 245.24027207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7232, "l_t_add": 7260, "r_f_add": 8319, "r_t_add": 8335, "st_code": 74660, "l_hundred": 7200, "r_hundred": 8300, "seg_id": 821197, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35233, "Shape__Length": 97.689946572697522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182581846601096, 40.069384265162697 ], [ -75.182897264885995, 40.069562306679202 ], [ -75.183272815911494, 40.069797918640099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2855, "tnode_": 2793, "lpoly_": null, "rpoly_": null, "length": 245.62644416999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8320, "l_t_add": 8334, "r_f_add": 8319, "r_t_add": 8335, "st_code": 53220, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 821199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35234, "Shape__Length": 97.846044796584636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181150335188605, 40.0707481745617 ], [ -75.181536098396705, 40.070992703456298 ], [ -75.181841909355697, 40.071162786159398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27865, "tnode_": 3109, "lpoly_": null, "rpoly_": null, "length": 657.82810920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ELLET", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 31260, "l_hundred": 900, "r_hundred": 900, "seg_id": 821202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-02-23T00:00:00Z", "newsegdate": "1999-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "E ELLET ST", "stname": "E ELLET ST", "objectid": 35235, "Shape__Length": 262.30017726335467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178673860804594, 40.067126874105099 ], [ -75.178307474287493, 40.067509274509199 ], [ -75.177253316431603, 40.068565464895002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3433, "tnode_": 3345, "lpoly_": null, "rpoly_": null, "length": 396.66923232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 25120, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821203, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 35236, "Shape__Length": 157.98902249226961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174729684677203, 40.0658538081505 ], [ -75.175132552145499, 40.0660795479819 ], [ -75.175867176455796, 40.066503307303996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3509, "tnode_": 3430, "lpoly_": null, "rpoly_": null, "length": 416.7659557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 8001, "r_t_add": 8025, "st_code": 74660, "l_hundred": 6800, "r_hundred": 8000, "seg_id": 821205, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35237, "Shape__Length": 165.98996114787187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175330170612099, 40.065225475773403 ], [ -75.175740946188995, 40.065463355209701 ], [ -75.176527936900001, 40.065905120681997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3430, "tnode_": 3345, "lpoly_": null, "rpoly_": null, "length": 285.8551716, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 925, "r_f_add": 900, "r_t_add": 926, "st_code": 37700, "l_hundred": 900, "r_hundred": 900, "seg_id": 821207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35238, "Shape__Length": 113.95422631076895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176527936900001, 40.065905120681997 ], [ -75.176131585782798, 40.066274569671101 ], [ -75.175867176455796, 40.066503307303996 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3430, "tnode_": 3366, "lpoly_": null, "rpoly_": null, "length": 259.60571887000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6900, "l_t_add": 6916, "r_f_add": 8029, "r_t_add": 8039, "st_code": 74660, "l_hundred": 6900, "r_hundred": 8000, "seg_id": 821211, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35239, "Shape__Length": 103.40427522235051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176527936900001, 40.065905120681997 ], [ -75.176955577208602, 40.0661594094314 ], [ -75.177117085258601, 40.066252849173402 ], [ -75.177263497569797, 40.066339239983101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3366, "tnode_": 3313, "lpoly_": null, "rpoly_": null, "length": 257.91069334999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6918, "l_t_add": 6998, "r_f_add": 8041, "r_t_add": 8099, "st_code": 74660, "l_hundred": 6900, "r_hundred": 8000, "seg_id": 821213, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35240, "Shape__Length": 102.71770238481193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177263497569797, 40.066339239983101 ], [ -75.1776485879559, 40.066555592367202 ], [ -75.178011354212302, 40.066752846019703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3172, "tnode_": 3144, "lpoly_": null, "rpoly_": null, "length": 262.29802017000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8036, "l_t_add": 8098, "r_f_add": 8043, "r_t_add": 8099, "st_code": 53220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35241, "Shape__Length": 104.39741588196719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175604212040696, 40.067969043828697 ], [ -75.176073234985495, 40.068133889747401 ], [ -75.176457300294302, 40.068267147307303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3144, "tnode_": 3109, "lpoly_": null, "rpoly_": null, "length": 247.88255827, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8100, "l_t_add": 8114, "r_f_add": 8101, "r_t_add": 8115, "st_code": 53220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821218, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35242, "Shape__Length": 98.668447960893829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176457300294302, 40.068267147307303 ], [ -75.176928828393898, 40.068441800961999 ], [ -75.177253316431603, 40.068565464895002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3109, "tnode_": 3079, "lpoly_": null, "rpoly_": null, "length": 229.68621604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8116, "l_t_add": 8198, "r_f_add": 8117, "r_t_add": 8199, "st_code": 53220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 821221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35243, "Shape__Length": 91.419932807382551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177253316431603, 40.068565464895002 ], [ -75.177712465752705, 40.068733310289701 ], [ -75.177998351413706, 40.068829685883301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3366, "tnode_": 3172, "lpoly_": null, "rpoly_": null, "length": 753.77917077999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 29625, "l_hundred": 900, "r_hundred": 900, "seg_id": 821224, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-08-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DURARD ST", "stname": "DURARD ST", "objectid": 35244, "Shape__Length": 300.5394487408164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177263497569797, 40.066339239983101 ], [ -75.175916869326898, 40.067669162612802 ], [ -75.175604212040696, 40.067969043828697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3273, "tnode_": 3214, "lpoly_": null, "rpoly_": null, "length": 276.96949739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 947, "l_t_add": 999, "r_f_add": 948, "r_t_add": 998, "st_code": 37700, "l_hundred": 900, "r_hundred": 900, "seg_id": 821227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35245, "Shape__Length": 110.41496686562182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175288500060702, 40.067043315203399 ], [ -75.175140853698494, 40.067183809714997 ], [ -75.174650177308905, 40.0676242355323 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3378, "tnode_": 3292, "lpoly_": null, "rpoly_": null, "length": 438.21944754999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7140, "r_f_add": 7101, "r_t_add": 7143, "st_code": 26020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821230, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35246, "Shape__Length": 174.53207412551029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1805040204991, 40.066341142174998 ], [ -75.181200684162604, 40.066729571334001 ], [ -75.181770949166193, 40.067047970440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3237, "tnode_": 3181, "lpoly_": null, "rpoly_": null, "length": 283.31100619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7100, "l_t_add": 7122, "r_f_add": 8201, "r_t_add": 8211, "st_code": 74660, "l_hundred": 7100, "r_hundred": 8200, "seg_id": 821234, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35247, "Shape__Length": 112.84749855231341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179307613776203, 40.067491832328301 ], [ -75.179978100647105, 40.067883351154201 ], [ -75.1801125923635, 40.067963360925603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3555, "tnode_": 3378, "lpoly_": null, "rpoly_": null, "length": 637.0773258, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 57440, "l_hundred": 500, "r_hundred": 500, "seg_id": 821237, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 35248, "Shape__Length": 253.97434649362495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181959557672997, 40.064996685955798 ], [ -75.181539663685896, 40.065395819422797 ], [ -75.1805040204991, 40.066341142174998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3768, "tnode_": 3651, "lpoly_": null, "rpoly_": null, "length": 519.33726086000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 12560, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 821240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35249, "Shape__Length": 206.85889860378774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.179161051684702, 40.063326253882003 ], [ -75.179992195504198, 40.063829266429501 ], [ -75.180621845597798, 40.064205256383801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3880, "tnode_": 3651, "lpoly_": null, "rpoly_": null, "length": 797.52908956, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 71540, "l_hundred": 400, "r_hundred": 400, "seg_id": 821244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35250, "Shape__Length": 317.96570435632771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182376463598402, 40.062480295306102 ], [ -75.181387888216506, 40.063455937799503 ], [ -75.180621845597798, 40.064205256383801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3651, "tnode_": 3555, "lpoly_": null, "rpoly_": null, "length": 472.57038351999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 12560, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 821247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35251, "Shape__Length": 188.22746412314189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180621845597798, 40.064205256383801 ], [ -75.181436138434705, 40.064693522728597 ], [ -75.181959557672997, 40.064996685955798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3555, "tnode_": 3470, "lpoly_": null, "rpoly_": null, "length": 436.92049607999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7144, "r_f_add": 7101, "r_t_add": 7145, "st_code": 12560, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35252, "Shape__Length": 174.03344203334808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181959557672997, 40.064996685955798 ], [ -75.182636666345601, 40.065405859407903 ], [ -75.183191235515906, 40.0657335416698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3783, "tnode_": 3638, "lpoly_": null, "rpoly_": null, "length": 478.01308091, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARDLEIGH", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7100, "l_t_add": 7142, "r_f_add": 7101, "r_t_add": 7141, "st_code": 13080, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARDLEIGH ST", "stname": "ARDLEIGH ST", "objectid": 35253, "Shape__Length": 190.70716931439458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183842159795901, 40.063247862772997 ], [ -75.184003094971402, 40.063386048315003 ], [ -75.184139474989294, 40.063547221380503 ], [ -75.184302046289503, 40.063843275007102 ], [ -75.184601383496002, 40.064411705327203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3638, "tnode_": 3470, "lpoly_": null, "rpoly_": null, "length": 622.6135128200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "DURHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 29660, "l_hundred": 400, "r_hundred": 400, "seg_id": 821252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E DURHAM ST", "stname": "E DURHAM ST", "objectid": 35254, "Shape__Length": 248.21302598441224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184601383496002, 40.064411705327203 ], [ -75.184161219558703, 40.064820510103999 ], [ -75.183191235515906, 40.0657335416698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3470, "tnode_": 3379, "lpoly_": null, "rpoly_": null, "length": 421.57015472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7146, "l_t_add": 7198, "r_f_add": 7147, "r_t_add": 7199, "st_code": 12560, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35255, "Shape__Length": 167.92579551937007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183191235515906, 40.0657335416698 ], [ -75.183914444433299, 40.066163203265099 ], [ -75.184372522361699, 40.066451345555997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4114, "tnode_": 4052, "lpoly_": null, "rpoly_": null, "length": 210.41132038000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 383, "l_t_add": 387, "r_f_add": 370, "r_t_add": 388, "st_code": 37700, "l_hundred": 300, "r_hundred": 300, "seg_id": 821258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35256, "Shape__Length": 83.8842447026868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181780643238397, 40.060776968166998 ], [ -75.181557500160807, 40.061014160234798 ], [ -75.181315710366903, 40.061230187540701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4241, "tnode_": 4168, "lpoly_": null, "rpoly_": null, "length": 267.33840457999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6800, "l_t_add": 6822, "r_f_add": 6801, "r_t_add": 6823, "st_code": 73700, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 821260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 35257, "Shape__Length": 106.47682012577167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180341246034402, 40.059901128033502 ], [ -75.180448824994102, 40.059961493992603 ], [ -75.181095893492994, 40.060350857036497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3991, "tnode_": 3880, "lpoly_": null, "rpoly_": null, "length": 384.27859032000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SEDGWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 71540, "l_hundred": 300, "r_hundred": 300, "seg_id": 821263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SEDGWICK ST", "stname": "E SEDGWICK ST", "objectid": 35258, "Shape__Length": 153.19934341966027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.183231469913807, 40.061655043157899 ], [ -75.182721560716004, 40.062156897155397 ], [ -75.182376463598402, 40.062480295306102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4052, "tnode_": 3947, "lpoly_": null, "rpoly_": null, "length": 350.21186538999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 389, "l_t_add": 399, "r_f_add": 390, "r_t_add": 398, "st_code": 37700, "l_hundred": 300, "r_hundred": 300, "seg_id": 821265, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35259, "Shape__Length": 139.62121977117897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.181315710366903, 40.061230187540701 ], [ -75.180909893701994, 40.0616165801666 ], [ -75.180807060082998, 40.061733985096502 ], [ -75.180544574057606, 40.061986706567197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3839, "tnode_": 3783, "lpoly_": null, "rpoly_": null, "length": 214.15820777, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT PLEASANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 351, "l_t_add": 399, "r_f_add": 352, "r_t_add": 398, "st_code": 57440, "l_hundred": 300, "r_hundred": 300, "seg_id": 821267, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT PLEASANT AVE", "stname": "E MOUNT PLEASANT AVE", "objectid": 35260, "Shape__Length": 85.370865132817443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.184333309337404, 40.062797309931199 ], [ -75.184121339336301, 40.063002723798498 ], [ -75.183842159795901, 40.063247862772997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2630, "tnode_": 2543, "lpoly_": null, "rpoly_": null, "length": 308.0692018, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1325, "r_f_add": 1300, "r_t_add": 1326, "st_code": 37700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35261, "Shape__Length": 122.8452762362277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170221772562002, 40.072190054492097 ], [ -75.169817286053998, 40.072593304666299 ], [ -75.169553371456502, 40.072861979815997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2716, "tnode_": 2630, "lpoly_": null, "rpoly_": null, "length": 429.91877821000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8024, "r_f_add": 8001, "r_t_add": 8025, "st_code": 77220, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821272, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35262, "Shape__Length": 171.24845276781488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168992061133196, 40.071482846974597 ], [ -75.169348412311905, 40.071686567487298 ], [ -75.169919613484097, 40.072010447290502 ], [ -75.169958398815893, 40.072032438655803 ], [ -75.170221772562002, 40.072190054492097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2629, "tnode_": 2543, "lpoly_": null, "rpoly_": null, "length": 432.14461454000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 34700, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 35263, "Shape__Length": 172.13628201016539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168316578862601, 40.072151787850103 ], [ -75.168656739847407, 40.0723493451382 ], [ -75.168849705304297, 40.072456063981697 ], [ -75.169553371456502, 40.072861979815997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2462, "tnode_": 2422, "lpoly_": null, "rpoly_": null, "length": 259.29924847999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1437, "r_f_add": 1400, "r_t_add": 1438, "st_code": 38700, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 35264, "Shape__Length": 103.27683736651178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168898758128805, 40.073534168849797 ], [ -75.168743419980004, 40.073684855381501 ], [ -75.168550766735095, 40.073800217339802 ], [ -75.168149402552004, 40.073923125938599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2543, "tnode_": 2462, "lpoly_": null, "rpoly_": null, "length": 305.8136498, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 37700, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-01-14T00:00:00Z", "newsegdate": "1999-01-14T00:00:00Z", "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35265, "Shape__Length": 121.95177992325655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169553371456502, 40.072861979815997 ], [ -75.169306944235501, 40.073115139770401 ], [ -75.1691344856727, 40.0732923095578 ], [ -75.168898758128805, 40.073534168849797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2547, "tnode_": 2462, "lpoly_": null, "rpoly_": null, "length": 442.8031786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8040, "r_f_add": 8001, "r_t_add": 8039, "st_code": 83340, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 35266, "Shape__Length": 176.38396340084881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1676319140917, 40.072805972767704 ], [ -75.168036537985103, 40.073038590795697 ], [ -75.168038240101694, 40.073039197576001 ], [ -75.168898758128805, 40.073534168849797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2486, "tnode_": 2422, "lpoly_": null, "rpoly_": null, "length": 365.65807292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8000, "l_t_add": 8032, "r_f_add": 8001, "r_t_add": 8031, "st_code": 33720, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 821288, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35267, "Shape__Length": 145.65173420100052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167099213131294, 40.0733297900411 ], [ -75.167196081018005, 40.073363398938703 ], [ -75.167560819191294, 40.073572907741401 ], [ -75.168036888245396, 40.073846620615001 ], [ -75.168149402552004, 40.073923125938599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2235, "tnode_": 2196, "lpoly_": null, "rpoly_": null, "length": 302.14866024999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1653, "l_t_add": 1699, "r_f_add": 1652, "r_t_add": 1698, "st_code": 38700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 35268, "Shape__Length": 120.27615398819187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162918427645195, 40.075770058462702 ], [ -75.162445873066204, 40.075937676876102 ], [ -75.161940505392906, 40.076121573687502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2296, "tnode_": 2271, "lpoly_": null, "rpoly_": null, "length": 267.71455198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1529, "l_t_add": 1599, "r_f_add": 1528, "r_t_add": 1598, "st_code": 38700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 35269, "Shape__Length": 106.56418212865591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164662802708506, 40.075159256761502 ], [ -75.164239718580106, 40.075304823027501 ], [ -75.163791568183598, 40.075462763126097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2177, "tnode_": 2138, "lpoly_": null, "rpoly_": null, "length": 271.2349189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1651, "l_t_add": 1699, "r_f_add": 1652, "r_t_add": 1698, "st_code": 79960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821301, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35270, "Shape__Length": 108.15788723601923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163993316586797, 40.076387152337297 ], [ -75.163714906849805, 40.076654501199101 ], [ -75.163393685549295, 40.076972104817997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2379, "tnode_": 2342, "lpoly_": null, "rpoly_": null, "length": 193.40525058, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1569, "l_t_add": 1599, "r_f_add": 1568, "r_t_add": 1598, "st_code": 64460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35271, "Shape__Length": 77.129137015324503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162775682743003, 40.074226513202802 ], [ -75.162597705745299, 40.074414040770201 ], [ -75.162420948897406, 40.074595199268003 ], [ -75.162365433661407, 40.074653753072397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2327, "tnode_": 2232, "lpoly_": null, "rpoly_": null, "length": 464.90083056000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1526, "r_t_add": 1598, "st_code": 79960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35272, "Shape__Length": 185.38935064090177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165523693383307, 40.074864200697199 ], [ -75.165389235627501, 40.075005863041902 ], [ -75.164784271868399, 40.075611236401798 ], [ -75.164511994129896, 40.075876346332798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2327, "tnode_": 2296, "lpoly_": null, "rpoly_": null, "length": 264.12690801999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1517, "l_t_add": 1527, "r_f_add": 1516, "r_t_add": 1526, "st_code": 38700, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 35273, "Shape__Length": 105.13443908024558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165523693383307, 40.074864200697199 ], [ -75.165372086009199, 40.074901625861699 ], [ -75.165043362275895, 40.075021684031299 ], [ -75.164662802708506, 40.075159256761502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2503, "tnode_": 2437, "lpoly_": null, "rpoly_": null, "length": 240.28439068, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1532, "st_code": 64460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35274, "Shape__Length": 95.818128490838077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163885790339094, 40.073097400628598 ], [ -75.163614977477195, 40.073370769333799 ], [ -75.163367193664996, 40.073623092764002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2377, "tnode_": 2327, "lpoly_": null, "rpoly_": null, "length": 241.29232153000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1529, "r_f_add": 1500, "r_t_add": 1524, "st_code": 79960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35275, "Shape__Length": 96.211275089367348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166063844484498, 40.0743480694711 ], [ -75.165787561665994, 40.074622091467099 ], [ -75.165523693383307, 40.074864200697199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29748, "tnode_": 2573, "lpoly_": null, "rpoly_": null, "length": 198.97269518, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1433, "l_t_add": 1449, "r_f_add": 1432, "r_t_add": 1448, "st_code": 64460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35276, "Shape__Length": 79.343512411011488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164823592218895, 40.072127103150798 ], [ -75.164662217818204, 40.072293226113999 ], [ -75.164484300235301, 40.072473714518999 ], [ -75.164394958145607, 40.072562866985201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2486, "tnode_": 2432, "lpoly_": null, "rpoly_": null, "length": 229.2041802, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1431, "l_t_add": 1447, "r_f_add": 1430, "r_t_add": 1448, "st_code": 79960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35277, "Shape__Length": 91.395416159739767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167099213131294, 40.0733297900411 ], [ -75.166872119855498, 40.073557134000097 ], [ -75.166596033082101, 40.073826212057298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2698, "tnode_": 29748, "lpoly_": null, "rpoly_": null, "length": 270.9028527, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1431, "r_f_add": 1400, "r_t_add": 1430, "st_code": 64460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35278, "Shape__Length": 108.02699996385229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165405177581803, 40.071532721996803 ], [ -75.165137791698797, 40.071804416842497 ], [ -75.165026220596701, 40.071920843446797 ], [ -75.164894194751597, 40.072059597306101 ], [ -75.164823592218895, 40.072127103150798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2547, "tnode_": 2486, "lpoly_": null, "rpoly_": null, "length": 242.15033291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1429, "r_f_add": 1400, "r_t_add": 1428, "st_code": 79960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821320, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35279, "Shape__Length": 96.556398679986714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1676319140917, 40.072805972767704 ], [ -75.167356398812004, 40.073076343002398 ], [ -75.167099213131294, 40.0733297900411 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2290, "tnode_": 2233, "lpoly_": null, "rpoly_": null, "length": 236.39464925, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1653, "l_t_add": 1699, "r_f_add": 1652, "r_t_add": 1698, "st_code": 64460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35280, "Shape__Length": 94.273105656380153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161791563815697, 40.075240899092698 ], [ -75.161590982830802, 40.0754499657208 ], [ -75.161287281430305, 40.075761501511501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2347, "tnode_": 2280, "lpoly_": null, "rpoly_": null, "length": 283.75684818999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7972, "l_t_add": 7998, "r_f_add": 7983, "r_t_add": 7999, "st_code": 50740, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821324, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35281, "Shape__Length": 113.3115303842262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160559312799407, 40.074538212613703 ], [ -75.160507721832602, 40.0748409744266 ], [ -75.160432215409003, 40.075311008291997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2499, "tnode_": 2431, "lpoly_": null, "rpoly_": null, "length": 216.05719517999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7932, "l_t_add": 7940, "r_f_add": 7947, "r_t_add": 7947, "st_code": 50740, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821325, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35282, "Shape__Length": 86.270764324362816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160826031646096, 40.0731031924877 ], [ -75.160772072151005, 40.0733222500876 ], [ -75.1607185321066, 40.073546501546303 ], [ -75.160701714903993, 40.0736376826694 ], [ -75.160695646925703, 40.073687536851502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2711, "tnode_": 2596, "lpoly_": null, "rpoly_": null, "length": 332.5307265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7915, "st_code": 50740, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821329, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35283, "Shape__Length": 132.75902638801566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161315154932197, 40.071396021528798 ], [ -75.161106842140697, 40.0719616365961 ], [ -75.161027572780299, 40.072280894287402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2638, "tnode_": 2500, "lpoly_": null, "rpoly_": null, "length": 501.12441561999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1525, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 79000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821331, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35284, "Shape__Length": 199.81785634367927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160685879502793, 40.071936735925803 ], [ -75.160280672418295, 40.0723382436489 ], [ -75.160101872807104, 40.072515408851501 ], [ -75.159848145339794, 40.072762668746698 ], [ -75.159580536905196, 40.073018955130799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2657, "tnode_": 2597, "lpoly_": null, "rpoly_": null, "length": 201.12204663000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1469, "l_t_add": 1499, "r_f_add": 1468, "r_t_add": 1498, "st_code": 72200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35285, "Shape__Length": 80.202460671336823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162936387407896, 40.071861573299003 ], [ -75.162720591788798, 40.072084059379698 ], [ -75.162507229635295, 40.072304420326901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2554, "tnode_": 2503, "lpoly_": null, "rpoly_": null, "length": 201.30851263, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1451, "l_t_add": 1499, "r_f_add": 1450, "r_t_add": 1498, "st_code": 64460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35286, "Shape__Length": 80.27866734353708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164313572376898, 40.072653152576997 ], [ -75.164084236775594, 40.072887470439298 ], [ -75.163885790339094, 40.073097400628598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2705, "tnode_": 2657, "lpoly_": null, "rpoly_": null, "length": 201.6185551, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1435, "l_t_add": 1467, "r_f_add": 1434, "r_t_add": 1466, "st_code": 72200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35287, "Shape__Length": 80.398847760497063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163368666147903, 40.071418819359998 ], [ -75.163109486418804, 40.071683416895603 ], [ -75.162936387407896, 40.071861573299003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2794, "tnode_": 2705, "lpoly_": null, "rpoly_": null, "length": 308.2110378, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1433, "r_f_add": 1400, "r_t_add": 1432, "st_code": 72200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35288, "Shape__Length": 122.90482602326968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164026782971106, 40.070740447134 ], [ -75.163610585400207, 40.071167223648899 ], [ -75.163403775629106, 40.071381556274197 ], [ -75.163368666147903, 40.071418819359998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2796, "tnode_": 2739, "lpoly_": null, "rpoly_": null, "length": 189.59448621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1417, "l_t_add": 1467, "r_f_add": 1434, "r_t_add": 1466, "st_code": 79000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821345, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35289, "Shape__Length": 75.595175443102903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1620384547453, 40.070694498495897 ], [ -75.1618029111049, 40.070920893609902 ], [ -75.161616970324502, 40.071101952928601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2846, "tnode_": 2745, "lpoly_": null, "rpoly_": null, "length": 320.87133085, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WEAVER", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 81960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WEAVER ST", "stname": "E WEAVER ST", "objectid": 35290, "Shape__Length": 127.95541637447583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163426128755205, 40.070393352505 ], [ -75.163008451758301, 40.070825694279002 ], [ -75.162746125571203, 40.0711025162691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2936, "tnode_": 2862, "lpoly_": null, "rpoly_": null, "length": 263.2810533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1199, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1214, "st_code": 79960, "l_hundred": 1100, "r_hundred": 1200, "seg_id": 821349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35291, "Shape__Length": 104.97304317167354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170660280607805, 40.069841106340803 ], [ -75.170313004780994, 40.070177339175203 ], [ -75.170072673370498, 40.070405493776803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2881, "tnode_": 2786, "lpoly_": null, "rpoly_": null, "length": 310.88465136999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1329, "r_f_add": 1300, "r_t_add": 1328, "st_code": 64460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35292, "Shape__Length": 123.9690870576224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166726898123599, 40.070174390957298 ], [ -75.166360572740601, 40.070552455939598 ], [ -75.166061419517604, 40.0708577013135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2977, "tnode_": 2892, "lpoly_": null, "rpoly_": null, "length": 310.66195807000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1326, "st_code": 72200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35293, "Shape__Length": 123.88013313373159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165350214001094, 40.069382034928601 ], [ -75.164996051530494, 40.069744769105 ], [ -75.164687678841901, 40.070066259665403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2786, "tnode_": 2698, "lpoly_": null, "rpoly_": null, "length": 306.92140970999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1331, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 64460, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35294, "Shape__Length": 122.39030320462764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166061419517604, 40.0708577013135 ], [ -75.165729228698694, 40.0711952007562 ], [ -75.165405177581803, 40.071532721996803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2892, "tnode_": 2794, "lpoly_": null, "rpoly_": null, "length": 307.45864321, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 72200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35295, "Shape__Length": 122.6012656895374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164687678841901, 40.070066259665403 ], [ -75.164355179132002, 40.070402489556201 ], [ -75.164026782971106, 40.070740447134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2945, "tnode_": 2881, "lpoly_": null, "rpoly_": null, "length": 226.25263751, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 64460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35296, "Shape__Length": 90.22017585765019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167211338400406, 40.069677176484298 ], [ -75.166960875021502, 40.069931994044701 ], [ -75.166726898123599, 40.070174390957298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3017, "tnode_": 2945, "lpoly_": null, "rpoly_": null, "length": 255.14811562, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1215, "l_t_add": 1227, "r_f_add": 1214, "r_t_add": 1226, "st_code": 64460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35297, "Shape__Length": 101.742400519585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167756291031594, 40.069115710098302 ], [ -75.167440917716206, 40.069435543894699 ], [ -75.167211338400406, 40.069677176484298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3108, "tnode_": 3043, "lpoly_": null, "rpoly_": null, "length": 255.53605146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1215, "l_t_add": 1227, "r_f_add": 1214, "r_t_add": 1226, "st_code": 72200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35298, "Shape__Length": 101.89645808410293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166378532746194, 40.068323828532598 ], [ -75.166053499454804, 40.068657994549298 ], [ -75.165833765475597, 40.068886755035997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3091, "tnode_": 3017, "lpoly_": null, "rpoly_": null, "length": 275.54937547000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1212, "st_code": 64460, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821361, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35299, "Shape__Length": 109.87473492767248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168348413610801, 40.068511421827701 ], [ -75.168045725302804, 40.068814875251398 ], [ -75.167756291031594, 40.069115710098302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3173, "tnode_": 3108, "lpoly_": null, "rpoly_": null, "length": 276.05093385000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1213, "r_f_add": 1200, "r_t_add": 1212, "st_code": 72200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35300, "Shape__Length": 110.07342802400959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166971792760194, 40.067718459129303 ], [ -75.166660977764707, 40.068031961793103 ], [ -75.166378532746194, 40.068323828532598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3154, "tnode_": 3091, "lpoly_": null, "rpoly_": null, "length": 256.04341984000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1161, "l_t_add": 1199, "r_f_add": 1168, "r_t_add": 1198, "st_code": 64460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 821363, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35301, "Shape__Length": 102.09823726724292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168894214602702, 40.067947348450197 ], [ -75.168622156978699, 40.068228037090101 ], [ -75.168348413610801, 40.068511421827701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3254, "tnode_": 3173, "lpoly_": null, "rpoly_": null, "length": 259.68373713, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1175, "l_t_add": 1199, "r_f_add": 1176, "r_t_add": 1198, "st_code": 72200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 821365, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35302, "Shape__Length": 103.59221770562927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167426797844698, 40.067101657061698 ], [ -75.167321073087507, 40.0672149950421 ], [ -75.167229765299794, 40.067356639685102 ], [ -75.167194430919693, 40.067418337830503 ], [ -75.167166676774201, 40.067482227315999 ], [ -75.167134428168396, 40.067536183035799 ], [ -75.167089836249204, 40.067593750965699 ], [ -75.167040480693601, 40.067648515075497 ], [ -75.166971792760194, 40.067718459129303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2846, "tnode_": 2794, "lpoly_": null, "rpoly_": null, "length": 210.35586152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7722, "l_t_add": 7798, "r_f_add": 7723, "r_t_add": 7799, "st_code": 83340, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 35303, "Shape__Length": 83.789678190459824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163426128755205, 40.070393352505 ], [ -75.163787312252495, 40.0706050401513 ], [ -75.164026782971106, 40.070740447134 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2896, "tnode_": 2846, "lpoly_": null, "rpoly_": null, "length": 236.75675372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7720, "r_f_add": 7701, "r_t_add": 7721, "st_code": 83340, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLIAMS AVE", "stname": "WILLIAMS AVE", "objectid": 35304, "Shape__Length": 94.303527800310832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162747616171799, 40.070005202202402 ], [ -75.163188615452796, 40.070256591707299 ], [ -75.163426128755205, 40.070393352505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3062, "tnode_": 3015, "lpoly_": null, "rpoly_": null, "length": 222.1593353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7718, "r_f_add": 7701, "r_t_add": 7719, "st_code": 77220, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821372, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35305, "Shape__Length": 88.487468870216645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164108657292601, 40.0686720736051 ], [ -75.164494591218798, 40.068888231066097 ], [ -75.164745227760903, 40.0690363128532 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2980, "tnode_": 2932, "lpoly_": null, "rpoly_": null, "length": 231.24652636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7720, "r_f_add": 7701, "r_t_add": 7721, "st_code": 34700, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821374, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 35306, "Shape__Length": 92.106473315598166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163422860843298, 40.0693420201072 ], [ -75.163841312841399, 40.069581850528799 ], [ -75.164087480815894, 40.069719144445401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3015, "tnode_": 2977, "lpoly_": null, "rpoly_": null, "length": 211.02262019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7720, "l_t_add": 7798, "r_f_add": 7721, "r_t_add": 7799, "st_code": 77220, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821375, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35307, "Shape__Length": 84.051875864621138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164745227760903, 40.0690363128532 ], [ -75.165095601848506, 40.069236901502997 ], [ -75.165350214001094, 40.069382034928601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2932, "tnode_": 2892, "lpoly_": null, "rpoly_": null, "length": 210.25239091999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORREST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7722, "l_t_add": 7798, "r_f_add": 7723, "r_t_add": 7799, "st_code": 34700, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821377, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORREST AVE", "stname": "FORREST AVE", "objectid": 35308, "Shape__Length": 83.747749574667438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164087480815894, 40.069719144445401 ], [ -75.164444322010596, 40.069925947980998 ], [ -75.164687678841901, 40.070066259665403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3159, "tnode_": 3112, "lpoly_": null, "rpoly_": null, "length": 196.94684304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1221, "l_t_add": 1265, "r_f_add": 1220, "r_t_add": 1264, "st_code": 79000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35309, "Shape__Length": 78.481509758649622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165148133586001, 40.067828963645098 ], [ -75.164878555087995, 40.068016475423597 ], [ -75.164639631092101, 40.068202368802297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3239, "tnode_": 3208, "lpoly_": null, "rpoly_": null, "length": 135.8282663, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1201, "l_t_add": 1209, "r_f_add": 1200, "r_t_add": 1208, "st_code": 79000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821385, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35310, "Shape__Length": 54.115061776911077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166075698071595, 40.0672035491258 ], [ -75.165708407963507, 40.067447260079199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2896, "tnode_": 2796, "lpoly_": null, "rpoly_": null, "length": 320.06654428000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1415, "r_f_add": 1400, "r_t_add": 1432, "st_code": 79000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821390, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35311, "Shape__Length": 127.6173055730832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162747616171799, 40.070005202202402 ], [ -75.162325580210094, 40.0704162119467 ], [ -75.1620384547453, 40.070694498495897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3124, "tnode_": 3011, "lpoly_": null, "rpoly_": null, "length": 423.07274575000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1037, "l_t_add": 1099, "r_f_add": 1100, "r_t_add": 1140, "st_code": 79960, "l_hundred": 1000, "r_hundred": 1100, "seg_id": 821392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35312, "Shape__Length": 168.6980981935256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172209228515698, 40.0682972284133 ], [ -75.171770023569195, 40.068735021914598 ], [ -75.1712979506962, 40.069223790657603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2983, "tnode_": 2936, "lpoly_": null, "rpoly_": null, "length": 265.02013713000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7964, "l_t_add": 7998, "r_f_add": 7963, "r_t_add": 7999, "st_code": 84640, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35313, "Shape__Length": 105.56218666276627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169903407300495, 40.069403917295297 ], [ -75.170323041317104, 40.069645264733801 ], [ -75.170660280607805, 40.069841106340803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3038, "tnode_": 2983, "lpoly_": null, "rpoly_": null, "length": 256.16728387999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7932, "l_t_add": 7962, "r_f_add": 7931, "r_t_add": 7961, "st_code": 84640, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821398, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35314, "Shape__Length": 102.0327224684962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169168166628694, 40.068985099354897 ], [ -75.169581544465103, 40.069222293311498 ], [ -75.169903407300495, 40.069403917295297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3396, "tnode_": 3323, "lpoly_": null, "rpoly_": null, "length": 269.44660066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7826, "l_t_add": 7898, "r_f_add": 7827, "r_t_add": 7899, "st_code": 51860, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821400, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35315, "Shape__Length": 107.41387551199946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169601017141503, 40.066028818276997 ], [ -75.169953182671506, 40.066338979076598 ], [ -75.170222712958306, 40.0665934247302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3211, "tnode_": 3154, "lpoly_": null, "rpoly_": null, "length": 261.13441039000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALDWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7826, "l_t_add": 7898, "r_f_add": 7827, "r_t_add": 7899, "st_code": 15520, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821401, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALDWIN ST", "stname": "BALDWIN ST", "objectid": 35316, "Shape__Length": 104.01167192325278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168148640953902, 40.067516380894702 ], [ -75.168568243899003, 40.067758696749699 ], [ -75.168894214602702, 40.067947348450197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3456, "tnode_": 3396, "lpoly_": null, "rpoly_": null, "length": 252.73796053000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7824, "r_f_add": 7801, "r_t_add": 7825, "st_code": 51860, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821404, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35317, "Shape__Length": 100.69090219688584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168919346905099, 40.065576315449299 ], [ -75.169117682902495, 40.065685075897903 ], [ -75.169332901395194, 40.0658222924474 ], [ -75.169601017141503, 40.066028818276997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3254, "tnode_": 3211, "lpoly_": null, "rpoly_": null, "length": 252.27166272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALDWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7824, "r_f_add": 7801, "r_t_add": 7825, "st_code": 15520, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALDWIN ST", "stname": "BALDWIN ST", "objectid": 35318, "Shape__Length": 100.47984249908671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167426797844698, 40.067101657061698 ], [ -75.167852916953805, 40.0673461061251 ], [ -75.168148640953902, 40.067516380894702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3491, "tnode_": 3456, "lpoly_": null, "rpoly_": null, "length": 262.04570211000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 51860, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35319, "Shape__Length": 104.31945806972287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168101634419699, 40.065228909904199 ], [ -75.1685781391635, 40.065411913429699 ], [ -75.168760022022596, 40.065488205475901 ], [ -75.168919346905099, 40.065576315449299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3239, "tnode_": 3173, "lpoly_": null, "rpoly_": null, "length": 313.19474398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 84640, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35320, "Shape__Length": 124.74583770571937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166075698071595, 40.0672035491258 ], [ -75.166567834930206, 40.067490585375403 ], [ -75.166971792760194, 40.067718459129303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3524, "tnode_": 3491, "lpoly_": null, "rpoly_": null, "length": 240.71032476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7650, "l_t_add": 7698, "r_f_add": 7651, "r_t_add": 7699, "st_code": 51860, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35321, "Shape__Length": 95.800982216854095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167318754753694, 40.064955464124203 ], [ -75.167770773172606, 40.065116573962698 ], [ -75.168101634419699, 40.065228909904199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3323, "tnode_": 3249, "lpoly_": null, "rpoly_": null, "length": 294.43809870999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7918, "r_f_add": 7901, "r_t_add": 7919, "st_code": 51860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35322, "Shape__Length": 117.38515539235952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170222712958306, 40.0665934247302 ], [ -75.1706160722443, 40.066951939162102 ], [ -75.170888736846905, 40.067218920769399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3091, "tnode_": 3038, "lpoly_": null, "rpoly_": null, "length": 287.07644852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7930, "r_f_add": 7901, "r_t_add": 7929, "st_code": 84640, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35323, "Shape__Length": 114.34620552686516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168348413610801, 40.068511421827701 ], [ -75.168498986663593, 40.068598309347699 ], [ -75.168844401484805, 40.068797046828401 ], [ -75.169168166628694, 40.068985099354897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3227, "tnode_": 3166, "lpoly_": null, "rpoly_": null, "length": 216.48649611, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1849, "l_t_add": 1899, "r_f_add": 1848, "r_t_add": 1898, "st_code": 23900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 35324, "Shape__Length": 86.323936623051196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162959912812099, 40.0672643992757 ], [ -75.162726624626302, 40.0675051395324 ], [ -75.162498601576303, 40.067741419862102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3329, "tnode_": 3265, "lpoly_": null, "rpoly_": null, "length": 217.69793455000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 46200, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821427, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 35325, "Shape__Length": 86.808234111985485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161293156560603, 40.066304633914797 ], [ -75.161051698082005, 40.066559221862398 ], [ -75.1608339815931, 40.066786991345097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3272, "tnode_": 3227, "lpoly_": null, "rpoly_": null, "length": 201.4063554, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1821, "l_t_add": 1847, "r_f_add": 1820, "r_t_add": 1846, "st_code": 23900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821429, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 35326, "Shape__Length": 80.312419968303757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163384784869606, 40.066818193075498 ], [ -75.163167449331397, 40.067050275925197 ], [ -75.162959912812099, 40.0672643992757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3391, "tnode_": 3329, "lpoly_": null, "rpoly_": null, "length": 201.61449136, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1721, "l_t_add": 1799, "r_f_add": 1720, "r_t_add": 1798, "st_code": 46200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 821431, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 35327, "Shape__Length": 80.390333423549563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161726032832703, 40.065862267642302 ], [ -75.161491538273594, 40.066104360382198 ], [ -75.161293156560603, 40.066304633914797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3326, "tnode_": 3272, "lpoly_": null, "rpoly_": null, "length": 205.22923471, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CLIVEDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1801, "l_t_add": 1819, "r_f_add": 1800, "r_t_add": 1818, "st_code": 23900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CLIVEDEN ST", "stname": "E CLIVEDEN ST", "objectid": 35328, "Shape__Length": 81.833045708042448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163823909691004, 40.066367047891497 ], [ -75.163582679662895, 40.066619583670303 ], [ -75.163384784869606, 40.066818193075498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3453, "tnode_": 3391, "lpoly_": null, "rpoly_": null, "length": 205.1943188, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1718, "st_code": 46200, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 821435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 35329, "Shape__Length": 81.818825392059807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162163488193102, 40.0654102603296 ], [ -75.161914430925705, 40.065665534785701 ], [ -75.161726032832703, 40.065862267642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3442, "tnode_": 3367, "lpoly_": null, "rpoly_": null, "length": 223.19332384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1849, "l_t_add": 1899, "r_f_add": 1864, "r_t_add": 1898, "st_code": 81600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821442, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35330, "Shape__Length": 88.996476369535941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159777128058195, 40.065429832374797 ], [ -75.159523576811793, 40.065693038493997 ], [ -75.159302641956799, 40.065922260704397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3112, "tnode_": 3062, "lpoly_": null, "rpoly_": null, "length": 226.72768524, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1267, "l_t_add": 1299, "r_f_add": 1266, "r_t_add": 1298, "st_code": 79000, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821445, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35331, "Shape__Length": 90.382370766492613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164639631092101, 40.068202368802297 ], [ -75.164363337539399, 40.068432903953301 ], [ -75.164108657292601, 40.0686720736051 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3500, "tnode_": 3442, "lpoly_": null, "rpoly_": null, "length": 200.59666622, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1841, "l_t_add": 1847, "r_f_add": 1842, "r_t_add": 1862, "st_code": 81600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821447, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35332, "Shape__Length": 79.98310849369841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1602085002678, 40.064990090377599 ], [ -75.159973798083996, 40.065227849641303 ], [ -75.159777128058195, 40.065429832374797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3546, "tnode_": 3500, "lpoly_": null, "rpoly_": null, "length": 204.85835831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1839, "r_f_add": 1800, "r_t_add": 1840, "st_code": 81600, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35333, "Shape__Length": 81.68773106934033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160637691827006, 40.064534580457497 ], [ -75.160392709939401, 40.064791374332799 ], [ -75.1602085002678, 40.064990090377599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3326, "tnode_": 3208, "lpoly_": null, "rpoly_": null, "length": 658.08004208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 84640, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35334, "Shape__Length": 262.11074665891351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163823909691004, 40.066367047891497 ], [ -75.165448831924806, 40.067291981068003 ], [ -75.165708407963507, 40.067447260079199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3694, "tnode_": 3653, "lpoly_": null, "rpoly_": null, "length": 180.48259111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7324, "l_t_add": 7348, "r_f_add": 7333, "r_t_add": 7349, "st_code": 84640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35335, "Shape__Length": 71.882127075510141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158811664524293, 40.063402582445903 ], [ -75.159103128656696, 40.063569676861398 ], [ -75.159223528699499, 40.06364008752 ], [ -75.159328267380801, 40.063699064269798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3508, "tnode_": 3466, "lpoly_": null, "rpoly_": null, "length": 210.02618157000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THOURON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7304, "l_t_add": 7314, "r_f_add": 7305, "r_t_add": 7315, "st_code": 77220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821455, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THOURON AVE", "stname": "THOURON AVE", "objectid": 35336, "Shape__Length": 83.651456739575082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157416672854495, 40.064844408176199 ], [ -75.1577930676562, 40.065060977607303 ], [ -75.158016458934199, 40.065190865102302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3566, "tnode_": 3501, "lpoly_": null, "rpoly_": null, "length": 270.98915899000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7850, "l_t_add": 7898, "r_f_add": 7849, "r_t_add": 7899, "st_code": 53220, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 821458, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35337, "Shape__Length": 108.0472175559304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170913723517103, 40.064677341394599 ], [ -75.171240450076596, 40.065013724256602 ], [ -75.171248338409995, 40.0650213814762 ], [ -75.171501725664896, 40.065268252889503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3412, "tnode_": 3337, "lpoly_": null, "rpoly_": null, "length": 267.44277473, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7932, "l_t_add": 7960, "r_f_add": 7933, "r_t_add": 7961, "st_code": 53220, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35338, "Shape__Length": 106.6368324073714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172135859987605, 40.065934578953403 ], [ -75.172485042792303, 40.066281362962997 ], [ -75.172713089310506, 40.066519579201099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3249, "tnode_": 3184, "lpoly_": null, "rpoly_": null, "length": 260.8457472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7920, "l_t_add": 7928, "r_f_add": 7921, "r_t_add": 7927, "st_code": 51860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821461, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35339, "Shape__Length": 103.99204021041459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170888736846905, 40.067218920769399 ], [ -75.171226272723203, 40.0675331261263 ], [ -75.1714817476918, 40.067771319710999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3820, "tnode_": 3779, "lpoly_": null, "rpoly_": null, "length": 233.6745931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6600, "l_t_add": 6630, "r_f_add": 7701, "r_t_add": 7749, "st_code": 74660, "l_hundred": 6600, "r_hundred": 7700, "seg_id": 821462, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35340, "Shape__Length": 93.069667736879211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170789386271593, 40.062609383222899 ], [ -75.1711791568639, 40.062828600591303 ], [ -75.171453304047603, 40.062998017984803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3711, "tnode_": 3632, "lpoly_": null, "rpoly_": null, "length": 251.05329899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7773, "st_code": 53220, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821463, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35341, "Shape__Length": 100.10276205908542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169831848874793, 40.063549137652998 ], [ -75.170173057724497, 40.063914965170198 ], [ -75.170365213189896, 40.064103037687801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3779, "tnode_": 3739, "lpoly_": null, "rpoly_": null, "length": 232.0793765, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6632, "l_t_add": 6670, "r_f_add": 7751, "r_t_add": 7799, "st_code": 74660, "l_hundred": 6600, "r_hundred": 7700, "seg_id": 821466, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35342, "Shape__Length": 92.431463783903169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171453304047603, 40.062998017984803 ], [ -75.171835571956095, 40.0632193252899 ], [ -75.172117597038707, 40.0633792589569 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3632, "tnode_": 3566, "lpoly_": null, "rpoly_": null, "length": 259.62704816000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7800, "l_t_add": 7848, "r_f_add": 7775, "r_t_add": 7847, "st_code": 53220, "l_hundred": 7800, "r_hundred": 7700, "seg_id": 821468, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35343, "Shape__Length": 103.52369145805531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170365213189896, 40.064103037687801 ], [ -75.170695875287393, 40.0644677419453 ], [ -75.170913723517103, 40.064677341394599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3739, "tnode_": 3677, "lpoly_": null, "rpoly_": null, "length": 275.95870733000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6672, "l_t_add": 6698, "r_f_add": 7801, "r_t_add": 7899, "st_code": 74660, "l_hundred": 6600, "r_hundred": 7800, "seg_id": 821470, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35344, "Shape__Length": 109.90677488827912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172117597038707, 40.0633792589569 ], [ -75.172478489177195, 40.063591127510797 ], [ -75.172571212715994, 40.063648390706 ], [ -75.172909374845602, 40.063830278649597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3604, "tnode_": 3570, "lpoly_": null, "rpoly_": null, "length": 148.98994599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6746, "l_t_add": 6750, "r_f_add": 7947, "r_t_add": 7961, "st_code": 74660, "l_hundred": 6700, "r_hundred": 7900, "seg_id": 821474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35345, "Shape__Length": 59.347753491777929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174030577632294, 40.064467498003602 ], [ -75.174167706134895, 40.064556924842798 ], [ -75.174446175814296, 40.064722915916199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3570, "tnode_": 3509, "lpoly_": null, "rpoly_": null, "length": 307.81699843999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6752, "l_t_add": 6798, "r_f_add": 7963, "r_t_add": 7999, "st_code": 74660, "l_hundred": 6700, "r_hundred": 7900, "seg_id": 821477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35346, "Shape__Length": 122.59703530827728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174446175814296, 40.064722915916199 ], [ -75.174936369516999, 40.065008553351802 ], [ -75.175330170612099, 40.065225475773403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3337, "tnode_": 3270, "lpoly_": null, "rpoly_": null, "length": 288.68574833999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7962, "l_t_add": 7998, "r_f_add": 7963, "r_t_add": 7999, "st_code": 53220, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35347, "Shape__Length": 115.03416214928934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172713089310506, 40.066519579201099 ], [ -75.173112728523606, 40.066839368716501 ], [ -75.173461505833103, 40.067063180569399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3708, "tnode_": 3671, "lpoly_": null, "rpoly_": null, "length": 254.62190931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7630, "r_f_add": 7601, "r_t_add": 7631, "st_code": 69100, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35348, "Shape__Length": 101.33591395582147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166630220364596, 40.063460321414198 ], [ -75.167121782669497, 40.063634044395201 ], [ -75.1674577846033, 40.063750544384 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3748, "tnode_": 3708, "lpoly_": null, "rpoly_": null, "length": 284.21702884999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7532, "l_t_add": 7598, "r_f_add": 7533, "r_t_add": 7599, "st_code": 69100, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35349, "Shape__Length": 113.1136543906814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165706240506594, 40.0631368011069 ], [ -75.166264614319104, 40.063335626205898 ], [ -75.166630220364596, 40.063460321414198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3784, "tnode_": 3748, "lpoly_": null, "rpoly_": null, "length": 310.696759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7530, "r_f_add": 7501, "r_t_add": 7531, "st_code": 69100, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35350, "Shape__Length": 123.6516671090412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164696347897603, 40.0627828041954 ], [ -75.1652939085171, 40.062993746058403 ], [ -75.165706240506594, 40.0631368011069 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3830, "tnode_": 3784, "lpoly_": null, "rpoly_": null, "length": 260.30922884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7452, "l_t_add": 7498, "r_f_add": 7453, "r_t_add": 7499, "st_code": 69100, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35351, "Shape__Length": 103.67026930842198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163946320912103, 40.0623603866322 ], [ -75.164395416869297, 40.062618470985299 ], [ -75.164696347897603, 40.0627828041954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3891, "tnode_": 3830, "lpoly_": null, "rpoly_": null, "length": 270.16408494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7450, "r_f_add": 7401, "r_t_add": 7451, "st_code": 69100, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35352, "Shape__Length": 107.59558267388604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163169602775099, 40.061920122161801 ], [ -75.163641171175101, 40.062185772264499 ], [ -75.163946320912103, 40.0623603866322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3780, "tnode_": 3742, "lpoly_": null, "rpoly_": null, "length": 255.70680901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7368, "l_t_add": 7398, "r_f_add": 7369, "r_t_add": 7399, "st_code": 51860, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35353, "Shape__Length": 101.8458334754481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161236045520099, 40.062740405660499 ], [ -75.161665942047506, 40.062992141416501 ], [ -75.161961551487494, 40.063166989468698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3949, "tnode_": 3891, "lpoly_": null, "rpoly_": null, "length": 250.68868759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7364, "l_t_add": 7398, "r_f_add": 7365, "r_t_add": 7399, "st_code": 69100, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821494, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35354, "Shape__Length": 99.842229599306648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162453939912297, 40.0615064510488 ], [ -75.162884326680896, 40.061750191483704 ], [ -75.163169602775099, 40.061920122161801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3813, "tnode_": 3775, "lpoly_": null, "rpoly_": null, "length": 231.60046583000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7632, "l_t_add": 7664, "r_f_add": 7633, "r_t_add": 7665, "st_code": 53220, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821497, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35355, "Shape__Length": 92.244910874079636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168559818084901, 40.062606250632903 ], [ -75.168969379251607, 40.0628252265005 ], [ -75.169215351259894, 40.062992501860101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3551, "tnode_": 3524, "lpoly_": null, "rpoly_": null, "length": 237.7360321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7626, "l_t_add": 7648, "r_f_add": 7627, "r_t_add": 7649, "st_code": 51860, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821500, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35356, "Shape__Length": 94.615325711545779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166543639355396, 40.064688644983597 ], [ -75.166961576523505, 40.064835520800401 ], [ -75.167318754753694, 40.064955464124203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3849, "tnode_": 3813, "lpoly_": null, "rpoly_": null, "length": 253.87299750999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7630, "r_f_add": 7601, "r_t_add": 7631, "st_code": 53220, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35357, "Shape__Length": 101.0433579710964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.167743805201695, 40.062302330198001 ], [ -75.1682289283535, 40.062475415519998 ], [ -75.168559818084901, 40.062606250632903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3591, "tnode_": 3551, "lpoly_": null, "rpoly_": null, "length": 254.13790109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7624, "r_f_add": 7601, "r_t_add": 7625, "st_code": 51860, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35358, "Shape__Length": 101.14431318677829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165717179192995, 40.064399802777899 ], [ -75.166223140840302, 40.064579986528599 ], [ -75.166543639355396, 40.064688644983597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3898, "tnode_": 3849, "lpoly_": null, "rpoly_": null, "length": 281.92692148999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7532, "l_t_add": 7598, "r_f_add": 7533, "r_t_add": 7599, "st_code": 53220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35359, "Shape__Length": 112.20009950311224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166827011950105, 40.061981845372202 ], [ -75.167387135153504, 40.0621755164753 ], [ -75.167743805201695, 40.062302330198001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3624, "tnode_": 3591, "lpoly_": null, "rpoly_": null, "length": 281.29664526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7526, "l_t_add": 7598, "r_f_add": 7527, "r_t_add": 7599, "st_code": 51860, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35360, "Shape__Length": 111.95250524219283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164802134164901, 40.064080507488796 ], [ -75.165349862155097, 40.064274217507702 ], [ -75.165717179192995, 40.064399802777899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3940, "tnode_": 3898, "lpoly_": null, "rpoly_": null, "length": 312.45229268999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7530, "r_f_add": 7501, "r_t_add": 7531, "st_code": 53220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35361, "Shape__Length": 124.34909536094176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165812524955797, 40.061624032618901 ], [ -75.166412445998105, 40.061838242135401 ], [ -75.166827011950105, 40.061981845372202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3663, "tnode_": 3624, "lpoly_": null, "rpoly_": null, "length": 312.25240645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7524, "r_f_add": 7501, "r_t_add": 7525, "st_code": 51860, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35362, "Shape__Length": 124.2744706018881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163789627129006, 40.063720644199499 ], [ -75.164385464850696, 40.063934693703899 ], [ -75.164802134164901, 40.064080507488796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3706, "tnode_": 3663, "lpoly_": null, "rpoly_": null, "length": 265.61047305000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7444, "l_t_add": 7498, "r_f_add": 7445, "r_t_add": 7499, "st_code": 51860, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35363, "Shape__Length": 105.708775934562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162925889942798, 40.063418795795698 ], [ -75.163443683364704, 40.0636046420681 ], [ -75.163789627129006, 40.063720644199499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4031, "tnode_": 3981, "lpoly_": null, "rpoly_": null, "length": 272.05157205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7430, "r_f_add": 7401, "r_t_add": 7431, "st_code": 53220, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35364, "Shape__Length": 108.31641772324951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164124711803595, 40.060928557817498 ], [ -75.164399584655101, 40.061080596887599 ], [ -75.164623309797904, 40.061187453721402 ], [ -75.164730118317493, 40.061241152532901 ], [ -75.164946596971404, 40.061324580625801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27438, "tnode_": 3706, "lpoly_": null, "rpoly_": null, "length": 277.86885837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7442, "r_f_add": 7401, "r_t_add": 7443, "st_code": 51860, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35365, "Shape__Length": 110.58632492028542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162021556445396, 40.063104304188101 ], [ -75.162550493929899, 40.063294044788101 ], [ -75.162925889942798, 40.063418795795698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4096, "tnode_": 4031, "lpoly_": null, "rpoly_": null, "length": 254.67611852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7364, "l_t_add": 7398, "r_f_add": 7365, "r_t_add": 7399, "st_code": 53220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821528, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35366, "Shape__Length": 101.49586301305753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163502077691803, 40.060420990149503 ], [ -75.1636011383587, 40.060522072900802 ], [ -75.163735399014399, 40.060643413366101 ], [ -75.163865850521006, 40.060742694930802 ], [ -75.164124711803595, 40.060928557817498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3611, "tnode_": 3562, "lpoly_": null, "rpoly_": null, "length": 253.72041156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7370, "l_t_add": 7398, "r_f_add": 7371, "r_t_add": 7399, "st_code": 84640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821531, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35367, "Shape__Length": 101.05258617943531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159966011912303, 40.0640602938416 ], [ -75.160385015145394, 40.064304091385601 ], [ -75.160691646935604, 40.064477705276303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3924, "tnode_": 3876, "lpoly_": null, "rpoly_": null, "length": 243.97656696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 51860, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 821534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35368, "Shape__Length": 97.170547569937042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159201514393004, 40.061575266338899 ], [ -75.159615212663795, 40.061818838490403 ], [ -75.159895941335904, 40.061980031526197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4099, "tnode_": 27437, "lpoly_": null, "rpoly_": null, "length": 202.32807598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7262, "l_t_add": 7298, "r_f_add": 7263, "r_t_add": 7299, "st_code": 69100, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 821536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35369, "Shape__Length": 80.579675351535656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160406971763905, 40.0603307989999 ], [ -75.160797937378106, 40.060553864742303 ], [ -75.160985218839997, 40.060664043225401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3876, "tnode_": 3821, "lpoly_": null, "rpoly_": null, "length": 245.88965841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7348, "r_f_add": 7301, "r_t_add": 7349, "st_code": 51860, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35370, "Shape__Length": 97.92626898006354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159895941335904, 40.061980031526197 ], [ -75.160353600469406, 40.062237707918598 ], [ -75.160605460285495, 40.062378031546203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4047, "tnode_": 3992, "lpoly_": null, "rpoly_": null, "length": 238.73298087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7330, "r_f_add": 7301, "r_t_add": 7331, "st_code": 69100, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821540, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35371, "Shape__Length": 95.075190189977263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161107533595697, 40.0607354475096 ], [ -75.161527268926804, 40.060972469565698 ], [ -75.161795213019502, 40.061123101083702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3992, "tnode_": 3949, "lpoly_": null, "rpoly_": null, "length": 231.30153499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7332, "l_t_add": 7362, "r_f_add": 7333, "r_t_add": 7363, "st_code": 69100, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35372, "Shape__Length": 92.121464751267439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161795213019502, 40.061123101083702 ], [ -75.162212784344504, 40.061368406148503 ], [ -75.162453939912297, 40.0615064510488 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3821, "tnode_": 3780, "lpoly_": null, "rpoly_": null, "length": 220.40963832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7350, "l_t_add": 7366, "r_f_add": 7351, "r_t_add": 7367, "st_code": 51860, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821547, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35373, "Shape__Length": 87.783093954393721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160605460285495, 40.062378031546203 ], [ -75.160995038093304, 40.062603987924497 ], [ -75.161236045520099, 40.062740405660499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4259, "tnode_": 4163, "lpoly_": null, "rpoly_": null, "length": 250.20623559000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7330, "r_f_add": 7301, "r_t_add": 7331, "st_code": 53220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821549, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35374, "Shape__Length": 99.774045793698022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162487491094794, 40.059321567800303 ], [ -75.162758161458001, 40.059647179454899 ], [ -75.162988768583006, 40.059889847520601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4163, "tnode_": 4096, "lpoly_": null, "rpoly_": null, "length": 241.01580888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7332, "l_t_add": 7362, "r_f_add": 7333, "r_t_add": 7363, "st_code": 53220, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821555, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35375, "Shape__Length": 96.094722001401053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162988768583006, 40.059889847520601 ], [ -75.163325908182401, 40.0602327887119 ], [ -75.163502077691803, 40.060420990149503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3648, "tnode_": 3611, "lpoly_": null, "rpoly_": null, "length": 191.06288912000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7350, "l_t_add": 7368, "r_f_add": 7351, "r_t_add": 7369, "st_code": 84640, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35376, "Shape__Length": 76.09589442666045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159418379121604, 40.063747184601198 ], [ -75.159726881359305, 40.0639244771425 ], [ -75.159966011912303, 40.0640602938416 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3741, "tnode_": 3712, "lpoly_": null, "rpoly_": null, "length": 125.37216835000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7298, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7315, "st_code": 84640, "l_hundred": 7200, "r_hundred": 7300, "seg_id": 821561, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35377, "Shape__Length": 49.930802676736022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158261843787002, 40.063087530477901 ], [ -75.158623286112103, 40.063290804420703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4272, "tnode_": 4156, "lpoly_": null, "rpoly_": null, "length": 286.83527483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORNELIUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7254, "l_t_add": 7298, "r_f_add": 7263, "r_t_add": 7299, "st_code": 25120, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 821564, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORNELIUS ST", "stname": "CORNELIUS ST", "objectid": 35378, "Shape__Length": 114.50029566957255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161477741067102, 40.059199471259298 ], [ -75.1616068999476, 40.059706300724201 ], [ -75.161623950680394, 40.059809005723899 ], [ -75.161694677950905, 40.059967342020499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4002, "tnode_": 3956, "lpoly_": null, "rpoly_": null, "length": 229.44494432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6599, "st_code": 26020, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 821569, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35379, "Shape__Length": 91.392346883107962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172068601912102, 40.061310509051197 ], [ -75.172477236610803, 40.061569872682398 ], [ -75.172707478746204, 40.061704972961699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4284, "tnode_": 4227, "lpoly_": null, "rpoly_": null, "length": 248.90656357999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6486, "l_t_add": 6498, "r_f_add": 6487, "r_t_add": 6499, "st_code": 12560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821570, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35380, "Shape__Length": 99.144418853484552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172759329230104, 40.059444175565602 ], [ -75.173120974877605, 40.059667934785999 ], [ -75.1734483004266, 40.059876123207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4334, "tnode_": 4284, "lpoly_": null, "rpoly_": null, "length": 231.73690557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6472, "l_t_add": 6484, "r_f_add": 6473, "r_t_add": 6485, "st_code": 12560, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35381, "Shape__Length": 92.296864855078155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.172106304408203, 40.059053249411903 ], [ -75.172506590034899, 40.059287762595702 ], [ -75.172759329230104, 40.059444175565602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4169, "tnode_": 4117, "lpoly_": null, "rpoly_": null, "length": 246.13683938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6462, "l_t_add": 6472, "r_f_add": 6461, "r_t_add": 6473, "st_code": 26020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35382, "Shape__Length": 98.035713251460322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170010999309, 40.060057335849301 ], [ -75.1704444791296, 40.060317685728798 ], [ -75.170701561580699, 40.060475622539997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4247, "tnode_": 4169, "lpoly_": null, "rpoly_": null, "length": 280.01074753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6430, "l_t_add": 6460, "r_f_add": 6431, "r_t_add": 6459, "st_code": 26020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35383, "Shape__Length": 111.52703579820246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169225626783501, 40.059581250782401 ], [ -75.169676389550006, 40.059854912400702 ], [ -75.170010999309, 40.060057335849301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4133, "tnode_": 4093, "lpoly_": null, "rpoly_": null, "length": 190.30661099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6574, "l_t_add": 6648, "r_f_add": 6601, "r_t_add": 6649, "st_code": 12560, "l_hundred": 6500, "r_hundred": 6600, "seg_id": 821581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35384, "Shape__Length": 75.789800916135007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174371415439197, 40.060435914038202 ], [ -75.174852447070904, 40.060713791354502 ], [ -75.174918457391698, 40.060745829414401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3906, "tnode_": 3831, "lpoly_": null, "rpoly_": null, "length": 305.23344858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6642, "l_t_add": 6698, "r_f_add": 6643, "r_t_add": 6699, "st_code": 26020, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 821583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35385, "Shape__Length": 121.5799493065746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.173326438211006, 40.062070864180001 ], [ -75.173460529960096, 40.062153678069002 ], [ -75.1737269075808, 40.062320659626799 ], [ -75.174179178924803, 40.062593084149398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4529, "tnode_": 4432, "lpoly_": null, "rpoly_": null, "length": 365.43242183999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6100, "l_t_add": 6198, "r_f_add": 7101, "r_t_add": 7113, "st_code": 74660, "l_hundred": 6100, "r_hundred": 7100, "seg_id": 821590, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35386, "Shape__Length": 145.52770624399028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1621251770448, 40.057648047748998 ], [ -75.162249333395096, 40.057710192146402 ], [ -75.162657143611796, 40.057945414639697 ], [ -75.163176295255099, 40.058242623783002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4432, "tnode_": 4259, "lpoly_": null, "rpoly_": null, "length": 440.59839504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "TULPEHOCKEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 78060, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E TULPEHOCKEN ST", "stname": "E TULPEHOCKEN ST", "objectid": 35387, "Shape__Length": 175.77276231746765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163176295255099, 40.058242623783002 ], [ -75.162968060126005, 40.058678805403297 ], [ -75.162899999267793, 40.058809669550698 ], [ -75.1628389765999, 40.058908170980203 ], [ -75.162691991150297, 40.059105142831299 ], [ -75.162563848193301, 40.059251911815899 ], [ -75.162487491094794, 40.059321567800303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29688, "tnode_": 4190, "lpoly_": null, "rpoly_": null, "length": 173.26400222000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6334, "l_t_add": 6342, "r_f_add": 7201, "r_t_add": 7209, "st_code": 74660, "l_hundred": 6300, "r_hundred": 7200, "seg_id": 821595, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35388, "Shape__Length": 69.00034935311443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165455277617497, 40.059550768322602 ], [ -75.165955241971005, 40.059831190168303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3981, "tnode_": 3940, "lpoly_": null, "rpoly_": null, "length": 265.79844127000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7432, "l_t_add": 7498, "r_f_add": 7433, "r_t_add": 7499, "st_code": 53220, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821597, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35389, "Shape__Length": 105.7790418004968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164946596971404, 40.061324580625801 ], [ -75.165469443084902, 40.0615072538234 ], [ -75.165812524955797, 40.061624032618901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3325, "tnode_": 3147, "lpoly_": null, "rpoly_": null, "length": 564.56796867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 81160, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 821600, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 35390, "Shape__Length": 225.40958355432915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152940476144906, 40.066127186391597 ], [ -75.152819853306198, 40.066674472502903 ], [ -75.152604133635094, 40.0676552933338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3156, "tnode_": 3178, "lpoly_": null, "rpoly_": null, "length": 326.034165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2150, "l_t_add": 2198, "r_f_add": 2151, "r_t_add": 2199, "st_code": 89430, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 821602, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35391, "Shape__Length": 129.70094887682666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153153064235099, 40.067563276719198 ], [ -75.153771812650106, 40.067455820202703 ], [ -75.154289221024598, 40.0673656899598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3286, "tnode_": 3346, "lpoly_": null, "rpoly_": null, "length": 282.54101479000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOSTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2200, "l_t_add": 2234, "r_f_add": 2201, "r_t_add": 2235, "st_code": 84660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 821605, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOSTER RD", "stname": "WOOSTER RD", "objectid": 35392, "Shape__Length": 112.54394242966296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1538515998229, 40.0665134569849 ], [ -75.154265090917505, 40.066263688895802 ], [ -75.154646401355805, 40.066035278223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3178, "tnode_": 3209, "lpoly_": null, "rpoly_": null, "length": 276.8109717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2200, "l_t_add": 2222, "r_f_add": 2201, "r_t_add": 2223, "st_code": 89430, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 821606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35393, "Shape__Length": 110.11996721457912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154289221024598, 40.0673656899598 ], [ -75.154845754463594, 40.067264224176803 ], [ -75.155252683708795, 40.067194108163598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3559, "tnode_": 3462, "lpoly_": null, "rpoly_": null, "length": 320.9296281, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7200, "l_t_add": 7230, "r_f_add": 7201, "r_t_add": 7231, "st_code": 81160, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 821608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 35394, "Shape__Length": 128.1165897615268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153516001461398, 40.064295047017403 ], [ -75.153344050972905, 40.0648156569452 ], [ -75.153246950346997, 40.065151342559702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3346, "tnode_": 3417, "lpoly_": null, "rpoly_": null, "length": 297.00305542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOSTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2236, "l_t_add": 2298, "r_f_add": 2237, "r_t_add": 2299, "st_code": 84660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 821610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOSTER RD", "stname": "WOOSTER RD", "objectid": 35395, "Shape__Length": 118.30328867482402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154646401355805, 40.066035278223403 ], [ -75.155039182794397, 40.065797672844198 ], [ -75.155482504439306, 40.065533242559503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3209, "tnode_": 3234, "lpoly_": null, "rpoly_": null, "length": 297.10343108000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "74TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2224, "l_t_add": 2298, "r_f_add": 2225, "r_t_add": 2299, "st_code": 89430, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 821613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "74TH AVE", "stname": "74TH AVE", "objectid": 35396, "Shape__Length": 118.19085650211662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155252683708795, 40.067194108163598 ], [ -75.155776837942796, 40.0671047777764 ], [ -75.156288502662093, 40.067015717242299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2836, "tnode_": 2880, "lpoly_": null, "rpoly_": null, "length": 496.26712126000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "76TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89490, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 821615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "76TH AVE", "stname": "76TH AVE", "objectid": 35397, "Shape__Length": 197.42669470397215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155435470868397, 40.0702476083137 ], [ -75.155593368439796, 40.0702478566186 ], [ -75.156658120372697, 40.070060026822603 ], [ -75.157168401957904, 40.069972508371798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2603, "tnode_": 2670, "lpoly_": null, "rpoly_": null, "length": 843.44404083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "78TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89550, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 821617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "78TH AVE", "stname": "78TH AVE", "objectid": 35398, "Shape__Length": 335.55588662768815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154696740251396, 40.072093673146199 ], [ -75.155416071029606, 40.071972316946002 ], [ -75.157131833553706, 40.071668581261697 ], [ -75.157635642096807, 40.0715809108301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2707, "tnode_": 2770, "lpoly_": null, "rpoly_": null, "length": 838.984084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "77TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 821618, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "2000-09-01T00:00:00Z", "multi_rep": 0, "streetlabe": "77TH AVE", "stname": "77TH AVE", "objectid": 35399, "Shape__Length": 333.77984215430865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154477453484304, 40.071293521730901 ], [ -75.154702050769302, 40.0712495592851 ], [ -75.155161804867106, 40.071169250845003 ], [ -75.156899233813206, 40.070865743387202 ], [ -75.157398136808098, 40.070774790954196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2524, "tnode_": 2580, "lpoly_": null, "rpoly_": null, "length": 585.29492612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "79TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2300, "l_t_add": 2398, "r_f_add": 2301, "r_t_add": 2399, "st_code": 89580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 821619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "79TH AVE", "stname": "79TH AVE", "objectid": 35400, "Shape__Length": 232.85562664365582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155835831606296, 40.0727421064135 ], [ -75.157375564797306, 40.072476002613897 ], [ -75.157876047738199, 40.072388896597801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2968, "tnode_": 3033, "lpoly_": null, "rpoly_": null, "length": 558.07940023999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "75TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 89460, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "75TH AVE", "stname": "75TH AVE", "objectid": 35401, "Shape__Length": 222.01852222264637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156921945709698, 40.069169116218603 ], [ -75.1571264668098, 40.069133263034097 ], [ -75.157429627262005, 40.069079357636603 ], [ -75.158864765082697, 40.068824162338402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2670, "tnode_": 2754, "lpoly_": null, "rpoly_": null, "length": 999.9419771, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "78TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2400, "l_t_add": 2598, "r_f_add": 2401, "r_t_add": 2599, "st_code": 89550, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "78TH AVE", "stname": "78TH AVE", "objectid": 35402, "Shape__Length": 397.81319849870675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157635642096807, 40.0715809108301 ], [ -75.157848376330307, 40.0715465245313 ], [ -75.158227642546606, 40.071480311907401 ], [ -75.161120479444904, 40.070975228335101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2770, "tnode_": 2866, "lpoly_": null, "rpoly_": null, "length": 964.54894206000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "77TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2400, "l_t_add": 2598, "r_f_add": 2401, "r_t_add": 2599, "st_code": 89520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "77TH AVE", "stname": "77TH AVE", "objectid": 35403, "Shape__Length": 383.72862273620012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157398136808098, 40.070774790954196 ], [ -75.157604790326104, 40.0707405526923 ], [ -75.157984039510296, 40.070674153170202 ], [ -75.160758933168793, 40.070188283898098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2580, "tnode_": 2638, "lpoly_": null, "rpoly_": null, "length": 805.29635605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "79TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 89580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "79TH AVE", "stname": "79TH AVE", "objectid": 35404, "Shape__Length": 320.37732073108941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157876047738199, 40.072388896597801 ], [ -75.158070253237995, 40.0723542531763 ], [ -75.158470680805806, 40.072284582214003 ], [ -75.160520818391404, 40.071927852951397 ], [ -75.160685879502793, 40.071936735925803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2880, "tnode_": 2950, "lpoly_": null, "rpoly_": null, "length": 800.69565463000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "76TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2400, "l_t_add": 2472, "r_f_add": 2401, "r_t_add": 2483, "st_code": 89490, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "76TH AVE", "stname": "76TH AVE", "objectid": 35405, "Shape__Length": 318.53966540210087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157168401957904, 40.069972508371798 ], [ -75.157370504444998, 40.0699397924243 ], [ -75.1577423017538, 40.069874144700997 ], [ -75.159957443877502, 40.069482986685998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2468, "tnode_": 2500, "lpoly_": null, "rpoly_": null, "length": 417.11985356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "80TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2400, "l_t_add": 2498, "r_f_add": 2401, "r_t_add": 2499, "st_code": 89610, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821632, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "80TH AVE", "stname": "80TH AVE", "objectid": 35406, "Shape__Length": 165.95091779124957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158128032677993, 40.073232510345399 ], [ -75.158316540502, 40.0731980208718 ], [ -75.158725323727396, 40.073127232689799 ], [ -75.1594746602009, 40.07299746791 ], [ -75.159580536905196, 40.073018955130799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3033, "tnode_": 2950, "lpoly_": null, "rpoly_": null, "length": 388.74727262000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7500, "l_t_add": 7544, "r_f_add": 7501, "r_t_add": 7545, "st_code": 33720, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35407, "Shape__Length": 154.85604375316885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158864765082697, 40.068824162338402 ], [ -75.159509478714995, 40.069215901092598 ], [ -75.159957443877502, 40.069482986685998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2911, "tnode_": 2866, "lpoly_": null, "rpoly_": null, "length": 149.52067496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7616, "l_t_add": 7698, "r_f_add": 7615, "r_t_add": 7699, "st_code": 50740, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821639, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2000-10-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35408, "Shape__Length": 59.67056522601456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160548564644301, 40.0698109927704 ], [ -75.160758933168793, 40.070188283898098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2866, "tnode_": 2754, "lpoly_": null, "rpoly_": null, "length": 304.00629453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7700, "l_t_add": 7700, "r_f_add": 7701, "r_t_add": 7701, "st_code": 50740, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 821642, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35409, "Shape__Length": 121.34466094780123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160758933168793, 40.070188283898098 ], [ -75.160980198402896, 40.070665848745399 ], [ -75.161120479444904, 40.070975228335101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3120, "tnode_": 3040, "lpoly_": null, "rpoly_": null, "length": 315.46245012000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 81600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821654, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35410, "Shape__Length": 125.82610783752601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157381654793099, 40.067953196882897 ], [ -75.157231427496896, 40.068132984452198 ], [ -75.157120005453294, 40.068268469699703 ], [ -75.156777897091203, 40.0686844581043 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2961, "tnode_": 2836, "lpoly_": null, "rpoly_": null, "length": 429.25638751000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2115, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2168, "st_code": 81600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 821657, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35411, "Shape__Length": 171.20188288070722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156290290287799, 40.069269248158598 ], [ -75.155603408214901, 40.0700591161836 ], [ -75.155435470868397, 40.0702476083137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2524, "tnode_": 2376, "lpoly_": null, "rpoly_": null, "length": 887.29849981000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 88888, "l_f_add": 2350, "l_t_add": 2498, "r_f_add": 2301, "r_t_add": 2399, "st_code": 22620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 821660, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35412, "Shape__Length": 353.43571151613895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155835831606296, 40.0727421064135 ], [ -75.156629424925796, 40.073192774398102 ], [ -75.158385445550095, 40.074189946474199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2811, "tnode_": 2707, "lpoly_": null, "rpoly_": null, "length": 374.57651318000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2209, "l_t_add": 2235, "r_f_add": 2200, "r_t_add": 2244, "st_code": 81600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 821675, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-09-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35413, "Shape__Length": 149.38568932999164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155244466252796, 40.070450880397203 ], [ -75.154852549415196, 40.0708773475314 ], [ -75.154477453484304, 40.071293521730901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3120, "tnode_": 3033, "lpoly_": null, "rpoly_": null, "length": 522.46103875000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAYETTE", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 33720, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAYETTE ST", "stname": "FAYETTE ST", "objectid": 35414, "Shape__Length": 208.10793915114124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157381654793099, 40.067953196882897 ], [ -75.158447170224306, 40.068578546307499 ], [ -75.158536674961596, 40.068631074770202 ], [ -75.158864765082697, 40.068824162338402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3040, "tnode_": 2968, "lpoly_": null, "rpoly_": null, "length": 181.09802765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7440, "l_t_add": 7498, "r_f_add": 7403, "r_t_add": 7499, "st_code": 61180, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 821679, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 35415, "Shape__Length": 72.301232536644932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.156777897091203, 40.0686844581043 ], [ -75.1568456766514, 40.068914969656703 ], [ -75.156921945709698, 40.069169116218603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3243, "tnode_": 3120, "lpoly_": null, "rpoly_": null, "length": 441.48681644000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2001, "l_t_add": 2025, "r_f_add": 2000, "r_t_add": 2026, "st_code": 81600, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35416, "Shape__Length": 176.05663714024683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158295019256997, 40.0669653335097 ], [ -75.157782597355904, 40.067501670877299 ], [ -75.157620475194307, 40.067685345156796 ], [ -75.157452638649602, 40.067875492032002 ], [ -75.157381654793099, 40.067953196882897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2950, "tnode_": 2963, "lpoly_": null, "rpoly_": null, "length": 125.38728568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "76TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 2474, "l_t_add": 2498, "r_f_add": 2485, "r_t_add": 2499, "st_code": 89490, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 821685, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "76TH AVE", "stname": "76TH AVE", "objectid": 35417, "Shape__Length": 49.891204921526445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159957443877502, 40.069482986685998 ], [ -75.160102385397906, 40.069450794067997 ], [ -75.160383848528099, 40.069377630088397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4529, "tnode_": 4473, "lpoly_": null, "rpoly_": null, "length": 349.43480545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 17460, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-05-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY RD", "stname": "BEVERLY RD", "objectid": 35418, "Shape__Length": 138.99543647683461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1621251770448, 40.057648047748998 ], [ -75.161923258872804, 40.0577042845959 ], [ -75.161407635195303, 40.057790774496397 ], [ -75.160913884488807, 40.057875075399998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4588, "tnode_": 4464, "lpoly_": null, "rpoly_": null, "length": 457.95161551999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 43100, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 821691, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLIS ST", "stname": "HOLLIS ST", "objectid": 35419, "Shape__Length": 182.36087631257132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158316952164398, 40.0571938645516 ], [ -75.1584325460407, 40.057224635912497 ], [ -75.158545425297206, 40.057282027665401 ], [ -75.158758626287806, 40.057408754373398 ], [ -75.1594085612508, 40.0577846202602 ], [ -75.159646929389297, 40.057918601833201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4323, "tnode_": 4268, "lpoly_": null, "rpoly_": null, "length": 229.57169438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 69100, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35420, "Shape__Length": 91.430105802549193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1577622354135, 40.058808734873899 ], [ -75.158165952089604, 40.0590442009943 ], [ -75.158415015025298, 40.059190246730701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4323, "tnode_": 4588, "lpoly_": null, "rpoly_": null, "length": 634.1811974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2100, "l_t_add": 2154, "r_f_add": 2101, "r_t_add": 2161, "st_code": 43360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 821698, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOMER ST", "stname": "HOMER ST", "objectid": 35421, "Shape__Length": 253.06846691140888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1577622354135, 40.058808734873899 ], [ -75.157873925215597, 40.058689093386199 ], [ -75.158251065130301, 40.0583060754469 ], [ -75.158316952164398, 40.0571938645516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4055, "tnode_": 3968, "lpoly_": null, "rpoly_": null, "length": 286.96339497999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 84640, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 821700, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35422, "Shape__Length": 114.48933868774976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155973104209707, 40.060534894094197 ], [ -75.156254713950602, 40.0609807243356 ], [ -75.156421890858695, 40.061243152438003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4344, "tnode_": 4208, "lpoly_": null, "rpoly_": null, "length": 670.55991983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 12640, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35423, "Shape__Length": 266.91760936746056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157374718040103, 40.058594045299799 ], [ -75.157201642139398, 40.058655269522298 ], [ -75.156900286588296, 40.058784954247699 ], [ -75.1556226386693, 40.059334758794101 ], [ -75.155274711357393, 40.059478906866502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4208, "tnode_": 4055, "lpoly_": null, "rpoly_": null, "length": 431.50278146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOOLSTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 84640, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 821704, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOOLSTON AVE", "stname": "WOOLSTON AVE", "objectid": 35424, "Shape__Length": 172.14455090075924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.155274711357393, 40.059478906866502 ], [ -75.1557855191827, 40.060248612312598 ], [ -75.155973104209707, 40.060534894094197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4344, "tnode_": 4055, "lpoly_": null, "rpoly_": null, "length": 822.75696992999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 55880, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821711, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 35425, "Shape__Length": 328.16488058118784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.157374718040103, 40.058594045299799 ], [ -75.157355268026095, 40.058745904020199 ], [ -75.157332090658599, 40.058853111737903 ], [ -75.157283387593196, 40.058995320010297 ], [ -75.1572374452969, 40.059104344023297 ], [ -75.157169843251594, 40.059233515171798 ], [ -75.157109431335996, 40.059330747193599 ], [ -75.157033848222, 40.0594345160535 ], [ -75.156938535534294, 40.059547011028201 ], [ -75.156250689831694, 40.0602377052208 ], [ -75.155973104209707, 40.060534894094197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4051, "tnode_": 4115, "lpoly_": null, "rpoly_": null, "length": 266.49073317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2042, "l_t_add": 2098, "r_f_add": 2043, "r_t_add": 2099, "st_code": 12640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35426, "Shape__Length": 106.09259208584342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152948307185198, 40.060483081415903 ], [ -75.153373547956605, 40.060286048937101 ], [ -75.153765260873001, 40.060107448977099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4275, "tnode_": 4329, "lpoly_": null, "rpoly_": null, "length": 271.95014685000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2036, "l_t_add": 2098, "r_f_add": 2035, "r_t_add": 2099, "st_code": 89280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35427, "Shape__Length": 108.26549151260579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151923843527001, 40.058985668862299 ], [ -75.152352335327507, 40.058781106525103 ], [ -75.152755042539397, 40.0585992843802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3921, "tnode_": 3967, "lpoly_": null, "rpoly_": null, "length": 259.51937174, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2032, "l_t_add": 2098, "r_f_add": 2033, "r_t_add": 2099, "st_code": 55880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821719, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 35428, "Shape__Length": 103.29651669154799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153637415987703, 40.061488599544397 ], [ -75.154069218669804, 40.061319778417896 ], [ -75.154461986213605, 40.0611628791603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3998, "tnode_": 4051, "lpoly_": null, "rpoly_": null, "length": 260.77467697000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2040, "r_f_add": 2001, "r_t_add": 2041, "st_code": 12640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35429, "Shape__Length": 103.82267031287262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152155688148895, 40.060859253045599 ], [ -75.152604033572601, 40.060649065580002 ], [ -75.152948307185198, 40.060483081415903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3874, "tnode_": 3921, "lpoly_": null, "rpoly_": null, "length": 259.68049751000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2000, "l_t_add": 2030, "r_f_add": 2001, "r_t_add": 2031, "st_code": 55880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 821724, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 35430, "Shape__Length": 103.36019149532802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.152811117236894, 40.061812700138397 ], [ -75.153272686959895, 40.0616297474701 ], [ -75.153637415987703, 40.061488599544397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3937, "tnode_": 3998, "lpoly_": null, "rpoly_": null, "length": 332.13766911000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREWS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 12640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 821727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREWS AVE", "stname": "ANDREWS AVE", "objectid": 35431, "Shape__Length": 132.23397987805518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151144298832804, 40.061336053336198 ], [ -75.151749469866004, 40.0610537605099 ], [ -75.152155688148895, 40.060859253045599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3788, "tnode_": 3874, "lpoly_": null, "rpoly_": null, "length": 332.9930758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDDLETON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 55880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 821729, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDDLETON ST", "stname": "MIDDLETON ST", "objectid": 35432, "Shape__Length": 132.5419002606979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151752173839398, 40.062229281146799 ], [ -75.152394926161804, 40.061975311119497 ], [ -75.152811117236894, 40.061812700138397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3980, "tnode_": 3930, "lpoly_": null, "rpoly_": null, "length": 257.71926413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6500, "l_t_add": 6530, "r_f_add": 7601, "r_t_add": 7631, "st_code": 74660, "l_hundred": 6500, "r_hundred": 7600, "seg_id": 821732, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35433, "Shape__Length": 102.64127204709249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168644639936502, 40.061382911699802 ], [ -75.169069996227094, 40.061627653452298 ], [ -75.169381627446498, 40.061806983069502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4117, "tnode_": 4060, "lpoly_": null, "rpoly_": null, "length": 231.43727640999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6474, "l_t_add": 6488, "r_f_add": 6475, "r_t_add": 6489, "st_code": 26020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821735, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35434, "Shape__Length": 92.179299667348914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170701561580699, 40.060475622539997 ], [ -75.171080598089205, 40.060710860122299 ], [ -75.171353927340704, 40.060865718204603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3930, "tnode_": 3883, "lpoly_": null, "rpoly_": null, "length": 238.24662502000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6532, "l_t_add": 6566, "r_f_add": 7633, "r_t_add": 7665, "st_code": 74660, "l_hundred": 6500, "r_hundred": 7600, "seg_id": 821736, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35435, "Shape__Length": 94.883966063462736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169381627446498, 40.061806983069502 ], [ -75.169799443847893, 40.062043596728998 ], [ -75.170066544243298, 40.062195280624998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4060, "tnode_": 4002, "lpoly_": null, "rpoly_": null, "length": 257.46232959000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6490, "l_t_add": 6498, "r_f_add": 6491, "r_t_add": 6499, "st_code": 26020, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 821739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35436, "Shape__Length": 102.55310640633097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171353927340704, 40.060865718204603 ], [ -75.171725759518296, 40.0611041508363 ], [ -75.172068601912102, 40.061310509051197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3883, "tnode_": 3820, "lpoly_": null, "rpoly_": null, "length": 252.37372602000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6568, "l_t_add": 6598, "r_f_add": 7667, "r_t_add": 7699, "st_code": 74660, "l_hundred": 6500, "r_hundred": 7600, "seg_id": 821740, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35437, "Shape__Length": 100.51271022597648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170066544243298, 40.062195280624998 ], [ -75.170476063148101, 40.062431522499601 ], [ -75.170789386271593, 40.062609383222899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2958, "tnode_": 2900, "lpoly_": null, "rpoly_": null, "length": 313.28733148000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRITTENDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7500, "l_t_add": 7518, "r_f_add": 7501, "r_t_add": 7519, "st_code": 26020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 821746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRITTENDEN ST", "stname": "CRITTENDEN ST", "objectid": 35438, "Shape__Length": 124.8095728922933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187927980567594, 40.070050997605399 ], [ -75.188455264927697, 40.0703773670838 ], [ -75.188518240177501, 40.07041618145 ], [ -75.188793092444996, 40.070596640319003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2132, "tnode_": 2086, "lpoly_": null, "rpoly_": null, "length": 239.15737498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WADSWORTH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 80860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WADSWORTH AVE", "stname": "WADSWORTH AVE", "objectid": 35439, "Shape__Length": 95.376845124961179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.175576856625796, 40.077362652556801 ], [ -75.175290940477495, 40.077675365784103 ], [ -75.175065320973602, 40.077888066753097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2186, "tnode_": 2147, "lpoly_": null, "rpoly_": null, "length": 238.28608725000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1401, "l_t_add": 1419, "r_f_add": 1400, "r_t_add": 1418, "st_code": 57400, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35440, "Shape__Length": 95.02477261837717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.174174247568899, 40.076558798145697 ], [ -75.173867311747699, 40.076870388977603 ], [ -75.173657476391895, 40.077078670200002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2166, "tnode_": 2121, "lpoly_": null, "rpoly_": null, "length": 298.50175673000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1325, "r_f_add": 1300, "r_t_add": 1324, "st_code": 37860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35441, "Shape__Length": 119.04617165307477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178451639091506, 40.076938113860798 ], [ -75.178136581845806, 40.077265168244601 ], [ -75.177818580482594, 40.077597619644798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2080, "tnode_": 2033, "lpoly_": null, "rpoly_": null, "length": 278.0767641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROUMFORT", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1325, "r_f_add": 1300, "r_t_add": 1324, "st_code": 69540, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821776, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROUMFORT RD", "stname": "ROUMFORT RD", "objectid": 35442, "Shape__Length": 110.89536140426299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180285717192803, 40.0780580043958 ], [ -75.1800116456415, 40.078322707001597 ], [ -75.179683136224597, 40.078664836841703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2003, "tnode_": 1966, "lpoly_": null, "rpoly_": null, "length": 264.21141606000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IVY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1001, "l_t_add": 1049, "r_f_add": 1300, "r_t_add": 1324, "st_code": 45220, "l_hundred": 1000, "r_hundred": 1300, "seg_id": 821778, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "IVY HILL RD", "stname": "IVY HILL RD", "objectid": 35443, "Shape__Length": 105.36185563704589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.182039342328096, 40.079117174182201 ], [ -75.181804645850903, 40.079345242857002 ], [ -75.181456037890598, 40.079687497071497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2730, "tnode_": 2678, "lpoly_": null, "rpoly_": null, "length": 288.74147714999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOWBER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 8244, "l_t_add": 8250, "r_f_add": 8245, "r_t_add": 8251, "st_code": 51860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 821781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOWBER AVE", "stname": "LOWBER AVE", "objectid": 35444, "Shape__Length": 115.01601615098636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177864648836007, 40.071542285434099 ], [ -75.178328887781802, 40.071807183902102 ], [ -75.178687053258599, 40.072020817469202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4227, "tnode_": 4133, "lpoly_": null, "rpoly_": null, "length": 329.25663353, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 6500, "l_t_add": 6572, "r_f_add": 6501, "r_t_add": 6599, "st_code": 12560, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 821791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDERSON ST", "stname": "ANDERSON ST", "objectid": 35445, "Shape__Length": 131.14225156320197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1734483004266, 40.059876123207097 ], [ -75.173887131045106, 40.060128772575801 ], [ -75.174371415439197, 40.060435914038202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2320, "tnode_": 27440, "lpoly_": null, "rpoly_": null, "length": 118.13345568, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1627, "l_t_add": 1651, "r_f_add": 1626, "r_t_add": 1650, "st_code": 64460, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821797, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35446, "Shape__Length": 47.110905166977901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162118775670194, 40.074904879381201 ], [ -75.161867046598502, 40.075165199354601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2271, "tnode_": 2235, "lpoly_": null, "rpoly_": null, "length": 268.77722809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1651, "r_f_add": 1600, "r_t_add": 1650, "st_code": 38700, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821798, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENWOOD ST", "stname": "GREENWOOD ST", "objectid": 35447, "Shape__Length": 106.98890872405559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163791568183598, 40.075462763126097 ], [ -75.163335996932204, 40.0756263397179 ], [ -75.162918427645195, 40.075770058462702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2232, "tnode_": 2177, "lpoly_": null, "rpoly_": null, "length": 236.00061846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1649, "r_f_add": 1600, "r_t_add": 1650, "st_code": 79960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821800, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35448, "Shape__Length": 94.108726307207263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.164511994129896, 40.075876346332798 ], [ -75.164236394551395, 40.076151374043697 ], [ -75.163993316586797, 40.076387152337297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2438, "tnode_": 2376, "lpoly_": null, "rpoly_": null, "length": 307.54280376999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1615, "l_t_add": 1699, "r_f_add": 1614, "r_t_add": 1698, "st_code": 79000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821803, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35449, "Shape__Length": 122.62848410817037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159069628939704, 40.073529595525898 ], [ -75.158757001196093, 40.073836469776403 ], [ -75.158556912007597, 40.074037926066502 ], [ -75.158385445550095, 40.074189946474199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2398, "tnode_": 2361, "lpoly_": null, "rpoly_": null, "length": 140.34137113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7952, "l_t_add": 7960, "r_f_add": 7957, "r_t_add": 7965, "st_code": 50740, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821805, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35450, "Shape__Length": 56.04069213421559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160642328631695, 40.074050291582402 ], [ -75.160573144174705, 40.074431860550099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2500, "tnode_": 2438, "lpoly_": null, "rpoly_": null, "length": 234.64372435, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1601, "l_t_add": 1613, "r_f_add": 1600, "r_t_add": 1612, "st_code": 79000, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 821806, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35451, "Shape__Length": 93.566249834147726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159580536905196, 40.073018955130799 ], [ -75.159328800302106, 40.073278105357801 ], [ -75.159069628939704, 40.073529595525898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2711, "tnode_": 2638, "lpoly_": null, "rpoly_": null, "length": 264.22330058, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1501, "l_t_add": 1523, "r_f_add": 1500, "r_t_add": 1532, "st_code": 79000, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821811, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35452, "Shape__Length": 105.3286884749451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161315154932197, 40.071396021528798 ], [ -75.160685879502793, 40.071936735925803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2596, "tnode_": 2499, "lpoly_": null, "rpoly_": null, "length": 304.81386296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7816, "l_t_add": 7930, "r_f_add": 7917, "r_t_add": 7945, "st_code": 50740, "l_hundred": 7800, "r_hundred": 7900, "seg_id": 821814, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35453, "Shape__Length": 121.70732958625075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161027572780299, 40.072280894287402 ], [ -75.160920549741803, 40.072718548662998 ], [ -75.160826031646096, 40.0731031924877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2739, "tnode_": 2711, "lpoly_": null, "rpoly_": null, "length": 136.42347074, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "UPSAL", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1469, "l_t_add": 1499, "r_f_add": 1468, "r_t_add": 1498, "st_code": 79000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821820, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E UPSAL ST", "stname": "E UPSAL ST", "objectid": 35454, "Shape__Length": 54.395885208895031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161616970324502, 40.071101952928601 ], [ -75.161389802900004, 40.071321478286599 ], [ -75.161315154932197, 40.071396021528798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2432, "tnode_": 2377, "lpoly_": null, "rpoly_": null, "length": 241.507938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1449, "l_t_add": 1499, "r_f_add": 1450, "r_t_add": 1498, "st_code": 79960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 821824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35455, "Shape__Length": 96.30118577198283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166596033082101, 40.073826212057298 ], [ -75.166276864390497, 40.074143909869299 ], [ -75.166063844484498, 40.0743480694711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2716, "tnode_": 2629, "lpoly_": null, "rpoly_": null, "length": 308.41589946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1328, "st_code": 79960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821830, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35456, "Shape__Length": 122.97885815863046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168992061133196, 40.071482846974597 ], [ -75.168639801914395, 40.0718339568893 ], [ -75.168316578862601, 40.072151787850103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2781, "tnode_": 2716, "lpoly_": null, "rpoly_": null, "length": 245.24670924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1230, "r_t_add": 1298, "st_code": 79960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821833, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35457, "Shape__Length": 97.790642979392842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169527122131896, 40.070949952692501 ], [ -75.169224636028403, 40.071237467759801 ], [ -75.168992061133196, 40.071482846974597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2702, "tnode_": 2630, "lpoly_": null, "rpoly_": null, "length": 261.06343205000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GORGAS", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1251, "l_t_add": 1299, "r_f_add": 1250, "r_t_add": 1298, "st_code": 37700, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821834, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GORGAS LN", "stname": "E GORGAS LN", "objectid": 35458, "Shape__Length": 104.1062777508749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170776985607901, 40.071614179114597 ], [ -75.170456498705605, 40.0719493288995 ], [ -75.170221772562002, 40.072190054492097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2862, "tnode_": 2781, "lpoly_": null, "rpoly_": null, "length": 250.30172982000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1215, "l_t_add": 1227, "r_f_add": 1216, "r_t_add": 1228, "st_code": 79960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821844, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35459, "Shape__Length": 99.805955113060818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.170072673370498, 40.070405493776803 ], [ -75.169672889500504, 40.0708066314562 ], [ -75.169527122131896, 40.070949952692501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3501, "tnode_": 3412, "lpoly_": null, "rpoly_": null, "length": 300.70165307999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7900, "l_t_add": 7930, "r_f_add": 7901, "r_t_add": 7931, "st_code": 53220, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 821859, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35460, "Shape__Length": 119.90480902520932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171501725664896, 40.065268252889503 ], [ -75.171876646022, 40.0656599578613 ], [ -75.171899984761794, 40.065684644787702 ], [ -75.172135859987605, 40.065934578953403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3588, "tnode_": 3466, "lpoly_": null, "rpoly_": null, "length": 437.70555407999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1822, "r_t_add": 1898, "st_code": 56520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821864, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 35461, "Shape__Length": 174.52697872675094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158950628214299, 40.064227372422401 ], [ -75.158712523221396, 40.064484138608698 ], [ -75.158016458934199, 40.065190865102302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3648, "tnode_": 3588, "lpoly_": null, "rpoly_": null, "length": 218.49760542000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOHICAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1820, "st_code": 56520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 821868, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOHICAN ST", "stname": "MOHICAN ST", "objectid": 35462, "Shape__Length": 87.120220690500204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.159418379121604, 40.063747184601198 ], [ -75.159107299259404, 40.064063387781999 ], [ -75.158950628214299, 40.064227372422401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3043, "tnode_": 2977, "lpoly_": null, "rpoly_": null, "length": 225.54010805, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "SHARPNACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1228, "r_t_add": 1298, "st_code": 72200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 821871, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E SHARPNACK ST", "stname": "E SHARPNACK ST", "objectid": 35463, "Shape__Length": 89.934667261687423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165833765475597, 40.068886755035997 ], [ -75.165588209337201, 40.069136204573802 ], [ -75.165350214001094, 40.069382034928601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3633, "tnode_": 3605, "lpoly_": null, "rpoly_": null, "length": 253.43286547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7666, "l_t_add": 7698, "r_f_add": 7667, "r_t_add": 7699, "st_code": 69100, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821877, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35464, "Shape__Length": 100.86479367435304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.168223623274798, 40.064017072509998 ], [ -75.168735645912605, 40.064194338588202 ], [ -75.169045720558202, 40.064308534936899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3775, "tnode_": 3711, "lpoly_": null, "rpoly_": null, "length": 266.85076954000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANSFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7666, "l_t_add": 7698, "r_f_add": 7667, "r_t_add": 7699, "st_code": 53220, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821880, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANSFIELD AVE", "stname": "MANSFIELD AVE", "objectid": 35465, "Shape__Length": 106.37285327656451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.169215351259894, 40.062992501860101 ], [ -75.169449044070504, 40.063169036289999 ], [ -75.169618927845406, 40.063329152561003 ], [ -75.169831848874793, 40.063549137652998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4108, "tnode_": 4042, "lpoly_": null, "rpoly_": null, "length": 305.3582076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 6400, "l_t_add": 6428, "r_f_add": 7401, "r_t_add": 7499, "st_code": 74660, "l_hundred": 6400, "r_hundred": 7400, "seg_id": 821884, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35466, "Shape__Length": 121.61044268812097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.166971073687904, 40.060422619812499 ], [ -75.167489781455103, 40.060715891814397 ], [ -75.167847443510198, 40.060921804962 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3462, "tnode_": 3325, "lpoly_": null, "rpoly_": null, "length": 365.69375477, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WALNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7232, "l_t_add": 7298, "r_f_add": 7233, "r_t_add": 7299, "st_code": 81160, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 821892, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E WALNUT LN", "stname": "E WALNUT LN", "objectid": 35467, "Shape__Length": 145.9887097698699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.153246950346997, 40.065151342559702 ], [ -75.153079829098203, 40.065670307921302 ], [ -75.152940476144906, 40.066127186391597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2121, "tnode_": 2065, "lpoly_": null, "rpoly_": null, "length": 312.46282192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "GOWEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1327, "l_t_add": 1399, "r_f_add": 1326, "r_t_add": 1398, "st_code": 37860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 821897, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E GOWEN AVE", "stname": "E GOWEN AVE", "objectid": 35468, "Shape__Length": 124.60650401921646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.177818580482594, 40.077597619644798 ], [ -75.177468777234907, 40.077949868022898 ], [ -75.177139347087603, 40.0782784055665 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3671, "tnode_": 3633, "lpoly_": null, "rpoly_": null, "length": 235.3257796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RODNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7632, "l_t_add": 7664, "r_f_add": 7633, "r_t_add": 7665, "st_code": 69100, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 821905, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RODNEY ST", "stname": "RODNEY ST", "objectid": 35469, "Shape__Length": 93.655915724489574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1674577846033, 40.063750544384 ], [ -75.167898723701896, 40.063901409068201 ], [ -75.168223623274798, 40.064017072509998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2389, "tnode_": 2379, "lpoly_": null, "rpoly_": null, "length": 45.143756, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64460, "l_hundred": 0, "r_hundred": 0, "seg_id": 821907, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35470, "Shape__Length": 17.998441499047203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162879921199405, 40.0741319370849 ], [ -75.162775682743003, 40.074226513202802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2437, "tnode_": 2389, "lpoly_": null, "rpoly_": null, "length": 230.12094623000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 1535, "l_t_add": 1567, "r_f_add": 1534, "r_t_add": 1566, "st_code": 64460, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 821908, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35471, "Shape__Length": 91.770885596541859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.163367193664996, 40.073623092764002 ], [ -75.163078851364503, 40.073922986181898 ], [ -75.162879921199405, 40.0741319370849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13373, "tnode_": 13363, "lpoly_": null, "rpoly_": null, "length": 233.08407979, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "INDIANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19132, "zip_right": 19132, "l_f_add": 3406, "l_t_add": 3498, "r_f_add": 3429, "r_t_add": 3499, "st_code": 44880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 822001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-06-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W INDIANA AVE", "stname": "W INDIANA AVE", "objectid": 35472, "Shape__Length": 92.623215116349826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186355567273296, 40.002776600443902 ], [ -75.187181623035897, 40.002852958442197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16665, "tnode_": 16549, "lpoly_": null, "rpoly_": null, "length": 270.84152834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "PATTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19121, "zip_right": 19121, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1601, "r_t_add": 1699, "st_code": 63360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 822002, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N PATTON ST", "stname": "N PATTON ST", "objectid": 35473, "Shape__Length": 108.00076132146489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186204100877902, 39.981592050335003 ], [ -75.186152833688595, 39.981823011290203 ], [ -75.186034063462799, 39.9823239364191 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3873, "tnode_": 3931, "lpoly_": null, "rpoly_": null, "length": 151.94506281, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 336, "l_t_add": 398, "r_f_add": 401, "r_t_add": 409, "st_code": 55680, "l_hundred": 300, "r_hundred": 400, "seg_id": 822011, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W MERMAID LN", "stname": "W MERMAID LN", "objectid": 35474, "Shape__Length": 60.580819619705466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.202147993799997, 40.062990694418801 ], [ -75.202477579693493, 40.062659262671303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3917, "tnode_": 3795, "lpoly_": null, "rpoly_": null, "length": 331.86073097000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEORGIAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 36600, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 822013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEORGIAN RD", "stname": "GEORGIAN RD", "objectid": 35475, "Shape__Length": 132.48658034488378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148985212317996, 40.061423417817998 ], [ -75.148953070484694, 40.061507922820802 ], [ -75.148774815245602, 40.062319400717897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27174, "tnode_": 3055, "lpoly_": null, "rpoly_": null, "length": 52.34411206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 36660, "l_hundred": 0, "r_hundred": 0, "seg_id": 822025, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-07T00:00:00Z", "multi_rep": 0, "streetlabe": "GERMANTOWN AVE", "stname": "GERMANTOWN AVE", "objectid": 35476, "Shape__Length": 20.870514910553496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.199741839663403, 40.069516307564498 ], [ -75.199857728434196, 40.069629088997097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27435, "tnode_": 4778, "lpoly_": null, "rpoly_": null, "length": 20.95548252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89220, "l_hundred": 0, "r_hundred": 0, "seg_id": 822056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35477, "Shape__Length": 8.3337462198137118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145138479195097, 40.055664202313302 ], [ -75.145212863104305, 40.055670676791898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27434, "tnode_": 4558, "lpoly_": null, "rpoly_": null, "length": 30.52228514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 89250, "l_hundred": 0, "r_hundred": 0, "seg_id": 822057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 35478, "Shape__Length": 12.139527049739165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143311181344899, 40.057019504948599 ], [ -75.143418453259599, 40.057034521439803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27438, "tnode_": 3742, "lpoly_": null, "rpoly_": null, "length": 28.34663608, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 81600, "l_hundred": 0, "r_hundred": 0, "seg_id": 822060, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E WASHINGTON LN", "stname": "E WASHINGTON LN", "objectid": 35479, "Shape__Length": 11.302696598297194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.162021556445396, 40.063104304188101 ], [ -75.161961551487494, 40.063166989468698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27440, "tnode_": 2290, "lpoly_": null, "rpoly_": null, "length": 34.73706367, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "PHIL ELLENA", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64460, "l_hundred": 0, "r_hundred": 0, "seg_id": 822061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": "1998-08-25T00:00:00Z", "multi_rep": 0, "streetlabe": "E PHIL ELLENA ST", "stname": "E PHIL ELLENA ST", "objectid": 35480, "Shape__Length": 13.852191274710602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.161867046598502, 40.075165199354601 ], [ -75.161791563815697, 40.075240899092698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3373, "tnode_": 29203, "lpoly_": null, "rpoly_": null, "length": 645.82468092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 100, "l_t_add": 398, "r_f_add": 101, "r_t_add": 399, "st_code": 84380, "l_hundred": 100, "r_hundred": 100, "seg_id": 822063, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-08-20T00:00:00Z", "newsegdate": "1998-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "WOODBROOK LN", "stname": "WOODBROOK LN", "objectid": 35481, "Shape__Length": 257.5700247034992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.192514010908198, 40.066670930521099 ], [ -75.192519479138696, 40.066784739989302 ], [ -75.192579063234007, 40.066956674783803 ], [ -75.192636786025801, 40.067080628406401 ], [ -75.192706147707995, 40.067187921065397 ], [ -75.192800838670195, 40.067316218425901 ], [ -75.1929103394598, 40.067441516953899 ], [ -75.193025903105607, 40.067565863666999 ], [ -75.193146661994206, 40.067672889629698 ], [ -75.193210868408798, 40.067722257949399 ], [ -75.193345989991798, 40.067813388799998 ], [ -75.192976182968806, 40.068134584439498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3785, "tnode_": 27749, "lpoly_": null, "rpoly_": null, "length": 347.33645993000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINCOLN", "st_type": "DR", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50780, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 822064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-12-28T00:00:00Z", "newsegdate": "1998-12-28T00:00:00Z", "multi_rep": 0, "streetlabe": "LINCOLN DR", "stname": "LINCOLN DR", "objectid": 35482, "Shape__Length": 138.57686494836582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.200194257058698, 40.063658127297103 ], [ -75.200369338987898, 40.063951639340601 ], [ -75.200690919919097, 40.064451397975098 ], [ -75.200749282785296, 40.064509132441501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3313, "tnode_": 27865, "lpoly_": null, "rpoly_": null, "length": 230.10246766999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7000, "l_t_add": 7012, "r_f_add": 8101, "r_t_add": 8117, "st_code": 74660, "l_hundred": 7000, "r_hundred": 8100, "seg_id": 822070, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-05T00:00:00Z", "newsegdate": "1999-02-23T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35483, "Shape__Length": 91.646454595355166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178011354212302, 40.066752846019703 ], [ -75.178673860804594, 40.067126874105099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3033, "tnode_": 28162, "lpoly_": null, "rpoly_": null, "length": 113.08517808, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "JOHNSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 46200, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 822073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-09-07T00:00:00Z", "newsegdate": "2000-09-07T00:00:00Z", "multi_rep": 0, "streetlabe": "E JOHNSON ST", "stname": "E JOHNSON ST", "objectid": 35484, "Shape__Length": 45.091038783505063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158864765082697, 40.068824162338402 ], [ -75.159110357223895, 40.068577656635497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4257, "tnode_": 4144, "lpoly_": null, "rpoly_": null, "length": 352.57725753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERNON", "st_type": "RD", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 527, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 79960, "l_hundred": 500, "r_hundred": 500, "seg_id": 822075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-15T00:00:00Z", "newsegdate": "2000-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "VERNON RD", "stname": "VERNON RD", "objectid": 35485, "Shape__Length": 140.57817775366215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.178250593619595, 40.059713121592097 ], [ -75.177984053592496, 40.059992245200299 ], [ -75.177874488421494, 40.060089685511997 ], [ -75.177631087694706, 40.0603118474192 ], [ -75.177511442749406, 40.060492259070401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3797, "tnode_": 3549, "lpoly_": null, "rpoly_": null, "length": 886.84280524999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "MOUNT AIRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 235, "l_t_add": 399, "r_f_add": 224, "r_t_add": 398, "st_code": 57400, "l_hundred": 200, "r_hundred": 200, "seg_id": 822076, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-08-28T00:00:00Z", "newsegdate": "2003-08-28T00:00:00Z", "multi_rep": 0, "streetlabe": "E MOUNT AIRY AVE", "stname": "E MOUNT AIRY AVE", "objectid": 35486, "Shape__Length": 353.53716473097899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.187786736859294, 40.063258924347501 ], [ -75.187066407218694, 40.0639244748157 ], [ -75.185760669760498, 40.065130646528601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3799, "tnode_": 3647, "lpoly_": null, "rpoly_": null, "length": 742.92033326000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRAGUE", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7146, "l_t_add": 7226, "r_f_add": 7147, "r_t_add": 7227, "st_code": 73700, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 822077, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-08-28T00:00:00Z", "newsegdate": "2003-08-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRAGUE ST", "stname": "SPRAGUE ST", "objectid": 35487, "Shape__Length": 295.85337387916655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.185848511007293, 40.063231448154603 ], [ -75.185993918761, 40.063278444892603 ], [ -75.186086985358997, 40.0633291759058 ], [ -75.186226585517005, 40.063405272283902 ], [ -75.187215845155706, 40.064014185518701 ], [ -75.187526324028795, 40.0642005721554 ], [ -75.187650799804899, 40.0642580840777 ], [ -75.187845994701902, 40.064329336348798 ], [ -75.188020869757096, 40.064383055764203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2886, "tnode_": 28923, "lpoly_": null, "rpoly_": null, "length": 1527.8265782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEPTA", "st_type": "DWY", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 1173, "l_hundred": 200, "r_hundred": 200, "seg_id": 822078, "oneway": "B", "class": 5, "responsibl": "SEPTA", "update_": "2004-10-20T00:00:00Z", "newsegdate": "2004-10-20T00:00:00Z", "multi_rep": 0, "streetlabe": "SEPTA DWY", "stname": "SEPTA DWY", "objectid": 35488, "Shape__Length": 609.21560742687086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.194139244479004, 40.070825524787402 ], [ -75.194166161672001, 40.070935023195901 ], [ -75.194607278291997, 40.071212949094203 ], [ -75.194724104768895, 40.071347764566298 ], [ -75.195991058859406, 40.073122310967001 ], [ -75.196170717958694, 40.073302593736102 ], [ -75.196366157887894, 40.073444663963897 ], [ -75.196990792161202, 40.073829573926901 ], [ -75.197388143648894, 40.0741025310422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2520, "tnode_": 28923, "lpoly_": null, "rpoly_": null, "length": 152.27071262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 233, "l_t_add": 299, "r_f_add": 232, "r_t_add": 298, "st_code": 83460, "l_hundred": 200, "r_hundred": 200, "seg_id": 822079, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2004-10-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 35489, "Shape__Length": 60.721588757488753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197716536437795, 40.0737692478002 ], [ -75.197388143648894, 40.0741025310422 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28923, "tnode_": 2429, "lpoly_": null, "rpoly_": null, "length": 196.92866608, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 19118, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 318, "st_code": 83460, "l_hundred": 300, "r_hundred": 300, "seg_id": 822080, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-11-22T00:00:00Z", "newsegdate": "2004-10-20T00:00:00Z", "multi_rep": 0, "streetlabe": "E WILLOW GROVE AVE", "stname": "E WILLOW GROVE AVE", "objectid": 35490, "Shape__Length": 78.530454518034233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197388143648894, 40.0741025310422 ], [ -75.196963434637098, 40.074533557955299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29386, "tnode_": 29387, "lpoly_": null, "rpoly_": null, "length": 204.98762993999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBURN", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 523, "r_f_add": 500, "r_t_add": 522, "st_code": 3012, "l_hundred": 500, "r_hundred": 500, "seg_id": 822081, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "AUBURN AVE", "stname": "AUBURN AVE", "objectid": 35491, "Shape__Length": 81.746327141090148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198353181867304, 40.0784115369025 ], [ -75.197905392760106, 40.078856871297297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2173, "tnode_": 29384, "lpoly_": null, "rpoly_": null, "length": 421.81038221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8100, "r_hundred": 0, "seg_id": 822082, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35492, "Shape__Length": 168.03189488504336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.196436187316905, 40.077313251366903 ], [ -75.197644473702496, 40.078005511350298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29384, "tnode_": 29386, "lpoly_": null, "rpoly_": null, "length": 247.40459994000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8200, "l_t_add": 8208, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8200, "r_hundred": 0, "seg_id": 822083, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35493, "Shape__Length": 98.556601111953199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.197644473702496, 40.078005511350298 ], [ -75.198353181867304, 40.0784115369025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29386, "tnode_": 2002, "lpoly_": null, "rpoly_": null, "length": 733.65455762, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8210, "l_t_add": 8398, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8200, "r_hundred": 0, "seg_id": 822084, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35494, "Shape__Length": 292.26356700482404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.198353181867304, 40.0784115369025 ], [ -75.200454837614103, 40.079615540965001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2246, "tnode_": 29388, "lpoly_": null, "rpoly_": null, "length": 203.3793711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLOW GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 505, "r_f_add": 500, "r_t_add": 504, "st_code": 3276, "l_hundred": 500, "r_hundred": 500, "seg_id": 822085, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLOW GROVE AVE", "stname": "WILLOW GROVE AVE", "objectid": 35495, "Shape__Length": 81.10714990402478 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195005195870195, 40.076497425557697 ], [ -75.194569304003494, 40.076944159587299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29389, "tnode_": 29390, "lpoly_": null, "rpoly_": null, "length": 190.8229861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDMOOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 599, "r_f_add": 510, "r_t_add": 598, "st_code": 3288, "l_hundred": 500, "r_hundred": 500, "seg_id": 822086, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "WYNDMOOR AVE", "stname": "WYNDMOOR AVE", "objectid": 35496, "Shape__Length": 76.09386212322039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195958271214906, 40.077040789519103 ], [ -75.195537269807403, 40.077452861317802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2246, "tnode_": 29389, "lpoly_": null, "rpoly_": null, "length": 332.13705168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8000, "l_t_add": 8042, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8000, "r_hundred": 0, "seg_id": 822087, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35497, "Shape__Length": 132.30681961925438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195005195870195, 40.076497425557697 ], [ -75.195958271214906, 40.077040789519103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29389, "tnode_": 2173, "lpoly_": null, "rpoly_": null, "length": 166.54694799000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19118, "zip_right": 88888, "l_f_add": 8044, "l_t_add": 8098, "r_f_add": 0, "r_t_add": 0, "st_code": 74660, "l_hundred": 8000, "r_hundred": 0, "seg_id": 822088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "STENTON AVE", "stname": "STENTON AVE", "objectid": 35498, "Shape__Length": 66.344385194281557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.195958271214906, 40.077040789519103 ], [ -75.196436187316905, 40.077313251366903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2460, "tnode_": 29391, "lpoly_": null, "rpoly_": null, "length": 198.77347737000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERMAID", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 501, "l_t_add": 509, "r_f_add": 500, "r_t_add": 510, "st_code": 3180, "l_hundred": 500, "r_hundred": 500, "seg_id": 822089, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "MERMAID LN", "stname": "MERMAID LN", "objectid": 35499, "Shape__Length": 79.332936315655701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1908345850199, 40.074123568589698 ], [ -75.190559362109198, 40.074626594966098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1914, "tnode_": 29392, "lpoly_": null, "rpoly_": null, "length": 228.72994960999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "QUEEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 66460, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 822090, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "QUEEN ST", "stname": "QUEEN ST", "objectid": 35500, "Shape__Length": 91.102134778339249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.180830139352693, 40.080303413771503 ], [ -75.180965497195004, 40.080290297019801 ], [ -75.181508030902506, 40.080606427745302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1607, "tnode_": 29393, "lpoly_": null, "rpoly_": null, "length": 197.87739226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19150, "zip_right": 19150, "l_f_add": 7600, "l_t_add": 7630, "r_f_add": 3327, "r_t_add": 3399, "st_code": 3054, "l_hundred": 7600, "r_hundred": 3300, "seg_id": 822091, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "CHELTENHAM AVE", "stname": "CHELTENHAM AVE", "objectid": 35501, "Shape__Length": 78.836504132051701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.176440033648106, 40.084660829995499 ], [ -75.177004082834898, 40.084988479036198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29394, "tnode_": 1794, "lpoly_": null, "rpoly_": null, "length": 190.48142647, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "EASTON", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 800, "l_t_add": 1000, "r_f_add": 801, "r_t_add": 999, "st_code": 3076, "l_hundred": 800, "r_hundred": 800, "seg_id": 822092, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "S EASTON RD", "stname": "S EASTON RD", "objectid": 35502, "Shape__Length": 76.013888610769499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.171416409138203, 40.0823350289469 ], [ -75.171569599746107, 40.082187321388297 ], [ -75.171627915287104, 40.082064966096198 ], [ -75.171714374134496, 40.081872348001802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2280, "tnode_": 29395, "lpoly_": null, "rpoly_": null, "length": 213.40645142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIMEKILN", "st_type": "PIKE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8099, "r_t_add": 8199, "st_code": 50740, "l_hundred": 8100, "r_hundred": 8000, "seg_id": 822093, "oneway": "B", "class": 3, "responsibl": "TOWNSHIP", "update_": "2008-08-07T00:00:00Z", "newsegdate": "2008-08-07T00:00:00Z", "multi_rep": 0, "streetlabe": "LIMEKILN PIKE", "stname": "LIMEKILN PIKE", "objectid": 35503, "Shape__Length": 85.219921975605658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.160432215409003, 40.075311008291997 ], [ -75.160339363927903, 40.075892474185203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2376, "tnode_": 29396, "lpoly_": null, "rpoly_": null, "length": 198.00657558999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OGONTZ", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 61180, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 822094, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "OGONTZ AVE", "stname": "OGONTZ AVE", "objectid": 35504, "Shape__Length": 79.060289603446989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.158385445550095, 40.074189946474199 ], [ -75.158531670264907, 40.074721762260801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2651, "tnode_": 29397, "lpoly_": null, "rpoly_": null, "length": 173.72492172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7600, "l_t_add": 7610, "r_f_add": 7601, "r_t_add": 7611, "st_code": 81580, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 822095, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "WASHINGTON LN", "stname": "WASHINGTON LN", "objectid": 35505, "Shape__Length": 69.282338462137872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.154077867660504, 40.071741368191603 ], [ -75.153717455565996, 40.072129647505299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2823, "tnode_": 29398, "lpoly_": null, "rpoly_": null, "length": 99.20942397, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2136, "l_t_add": 2142, "r_f_add": 2041, "r_t_add": 2047, "st_code": 22620, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 822096, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35506, "Shape__Length": 39.516279529077259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151591318908203, 40.070325778920797 ], [ -75.151876126792899, 40.070487925789202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29398, "tnode_": 2782, "lpoly_": null, "rpoly_": null, "length": 108.40998772, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 2144, "l_t_add": 2150, "r_f_add": 2049, "r_t_add": 2099, "st_code": 22620, "l_hundred": 2100, "r_hundred": 2000, "seg_id": 822097, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35507, "Shape__Length": 43.1810790512233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151876126792899, 40.070487925789202 ], [ -75.152187349379005, 40.070665108740499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29398, "tnode_": 29399, "lpoly_": null, "rpoly_": null, "length": 184.9373655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLIAMS", "st_type": "WAY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7600, "l_t_add": 7674, "r_f_add": 7601, "r_t_add": 7673, "st_code": 3272, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 822098, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLIAMS WAY", "stname": "WILLIAMS WAY", "objectid": 35508, "Shape__Length": 73.748039703684213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151876126792899, 40.070487925789202 ], [ -75.151483674243806, 40.070896367510798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29400, "tnode_": 29477, "lpoly_": null, "rpoly_": null, "length": 176.80187269000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASSEY", "st_type": "WAY", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7600, "l_t_add": 7672, "r_f_add": 7601, "r_t_add": 7671, "st_code": 3156, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 822099, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "MASSEY WAY", "stname": "MASSEY WAY", "objectid": 35509, "Shape__Length": 70.503256626529122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149607187521795, 40.069196134649999 ], [ -75.149233498446605, 40.0695874524692 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3050, "tnode_": 29400, "lpoly_": null, "rpoly_": null, "length": 435.46967722, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 1960, "l_t_add": 1992, "r_f_add": 1931, "r_t_add": 1961, "st_code": 22620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 822100, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35510, "Shape__Length": 173.44871627387758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.148357109079498, 40.068484378431599 ], [ -75.149607187521795, 40.069196134649999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29400, "tnode_": 2937, "lpoly_": null, "rpoly_": null, "length": 151.63448173, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19138, "zip_right": 88888, "l_f_add": 1994, "l_t_add": 1998, "r_f_add": 1963, "r_t_add": 1999, "st_code": 22620, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 822101, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35511, "Shape__Length": 60.396836167630312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.149607187521795, 40.069196134649999 ], [ -75.150042482203801, 40.069443971509301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3160, "tnode_": 29401, "lpoly_": null, "rpoly_": null, "length": 186.24481511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENROSE", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64080, "l_hundred": 0, "r_hundred": 0, "seg_id": 822102, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PENROSE AVE", "stname": "PENROSE AVE", "objectid": 35512, "Shape__Length": 74.288911477937248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.146667522899705, 40.067529593527603 ], [ -75.146658348746598, 40.067641729947603 ], [ -75.146350590102003, 40.067963002300999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29402, "tnode_": 29403, "lpoly_": null, "rpoly_": null, "length": 188.87852026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CEDAR", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3048, "l_hundred": 0, "r_hundred": 0, "seg_id": 822103, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CEDAR LN", "stname": "CEDAR LN", "objectid": 35513, "Shape__Length": 75.314608143228156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145502609859307, 40.066860421520097 ], [ -75.145099796351104, 40.067276418010003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3253, "tnode_": 29402, "lpoly_": null, "rpoly_": null, "length": 98.46811747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 88888, "l_f_add": 1800, "l_t_add": 1810, "r_f_add": 1729, "r_t_add": 1799, "st_code": 22620, "l_hundred": 1800, "r_hundred": 1700, "seg_id": 822104, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35514, "Shape__Length": 39.219550722809437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145220842978304, 40.0666985595334 ], [ -75.145502609859307, 40.066860421520097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29402, "tnode_": 3160, "lpoly_": null, "rpoly_": null, "length": 407.09303437, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 88888, "l_f_add": 1812, "l_t_add": 1898, "r_f_add": 1801, "r_t_add": 1899, "st_code": 22620, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 822105, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35515, "Shape__Length": 162.14489817857537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.145502609859307, 40.066860421520097 ], [ -75.146667522899705, 40.067529593527603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3321, "tnode_": 29404, "lpoly_": null, "rpoly_": null, "length": 204.59627405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EUSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7400, "l_t_add": 7412, "r_f_add": 7401, "r_t_add": 7413, "st_code": 3080, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 822106, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "EUSTON RD", "stname": "EUSTON RD", "objectid": 35516, "Shape__Length": 81.602737198375195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.144053321870302, 40.0660240402784 ], [ -75.144080550608507, 40.066123653574301 ], [ -75.143729906023495, 40.066496326272102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29405, "tnode_": 29406, "lpoly_": null, "rpoly_": null, "length": 188.20472481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 3252, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 822107, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "SYCAMORE AVE", "stname": "SYCAMORE AVE", "objectid": 35517, "Shape__Length": 75.044411679468794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143099838176894, 40.0654839915913 ], [ -75.142698455415797, 40.065898495891801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29407, "tnode_": 29405, "lpoly_": null, "rpoly_": null, "length": 421.10972123, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1520, "l_t_add": 1598, "r_f_add": 1521, "r_t_add": 1619, "st_code": 22620, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 822108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-12-14T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35518, "Shape__Length": 167.71840021877463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141888800881802, 40.064798041784897 ], [ -75.143099838176894, 40.0654839915913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29405, "tnode_": 3321, "lpoly_": null, "rpoly_": null, "length": 331.54550125000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1600, "l_t_add": 1698, "r_f_add": 1621, "r_t_add": 1635, "st_code": 22620, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 822109, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35519, "Shape__Length": 132.04819706544987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.143099838176894, 40.0654839915913 ], [ -75.144053321870302, 40.0660240402784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29407, "tnode_": 29408, "lpoly_": null, "rpoly_": null, "length": 178.91425848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEENAN", "st_type": "ST", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7300, "l_t_add": 7320, "r_f_add": 7301, "r_t_add": 7321, "st_code": 3132, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 822110, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "KEENAN ST", "stname": "KEENAN ST", "objectid": 35520, "Shape__Length": 71.339397027322633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141888800881802, 40.064798041784897 ], [ -75.141507573952794, 40.065192277873102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3544, "tnode_": 29407, "lpoly_": null, "rpoly_": null, "length": 388.65314468999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1500, "l_t_add": 1518, "r_f_add": 1501, "r_t_add": 1519, "st_code": 22620, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 822111, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-12-14T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35521, "Shape__Length": 154.79319668563286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140775383437102, 40.064160534839701 ], [ -75.141888800881802, 40.064798041784897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3544, "tnode_": 29409, "lpoly_": null, "rpoly_": null, "length": 193.3830505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCHOOL", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7319, "st_code": 3236, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 822112, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "SCHOOL LN", "stname": "SCHOOL LN", "objectid": 35522, "Shape__Length": 77.070753750515863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140775383437102, 40.064160534839701 ], [ -75.140631825502794, 40.064210353002501 ], [ -75.140305755432806, 40.064534686042499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29687, "tnode_": 29688, "lpoly_": null, "rpoly_": null, "length": 573.44234529000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "WASHINGTON", "st_type": "LN", "suf_dir": "N", "zip_left": 19138, "zip_right": 19138, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 81663, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 822113, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-15T00:00:00Z", "newsegdate": "2011-03-15T00:00:00Z", "multi_rep": 0, "streetlabe": "E WASHINGTON LN N", "stname": "E WASHINGTON LN N", "objectid": 35523, "Shape__Length": 228.88104180047506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.165717783205395, 40.058042343552501 ], [ -75.165789876452607, 40.058874328041199 ], [ -75.165781741195204, 40.059014260567203 ], [ -75.165758099454493, 40.059119355376602 ], [ -75.165693987350494, 40.059255873629901 ], [ -75.165646186806697, 40.059332400842003 ], [ -75.165587092069998, 40.059410830113798 ], [ -75.165528325415195, 40.059480644050701 ], [ -75.165455277617497, 40.059550768322602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29753, "tnode_": 3697, "lpoly_": null, "rpoly_": null, "length": 301.06874425999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 7100, "l_t_add": 7140, "r_f_add": 7101, "r_t_add": 7131, "st_code": 88170, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 822116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 35524, "Shape__Length": 120.19808255751003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1515918919375, 40.0624003185848 ], [ -75.151558369438902, 40.062535513033403 ], [ -75.151416086377395, 40.063215624225101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3788, "tnode_": 29753, "lpoly_": null, "rpoly_": null, "length": 76.77746423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "20TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19138, "zip_right": 19138, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 88170, "l_hundred": 0, "r_hundred": 0, "seg_id": 822117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-12-22T00:00:00Z", "newsegdate": "2011-12-22T00:00:00Z", "multi_rep": 0, "streetlabe": "N 20TH ST", "stname": "N 20TH ST", "objectid": 35525, "Shape__Length": 30.614382851477099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.151752173839398, 40.062229281146799 ], [ -75.1515918919375, 40.0624003185848 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3834, "tnode_": 29802, "lpoly_": null, "rpoly_": null, "length": 379.20837646000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19119, "zip_right": 19119, "l_f_add": 7130, "l_t_add": 7198, "r_f_add": 7131, "r_t_add": 7199, "st_code": 28340, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 822118, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "1998-07-07T00:00:00Z", "newsegdate": "2013-05-07T00:00:00Z", "multi_rep": 0, "streetlabe": "DEVON ST", "stname": "DEVON ST", "objectid": 35526, "Shape__Length": 151.00122266768395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.186399177755007, 40.062922143860497 ], [ -75.186315964161395, 40.063103437414 ], [ -75.187022400984603, 40.063377359502098 ], [ -75.187316023789407, 40.063461358058298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4781, "tnode_": 4787, "lpoly_": null, "rpoly_": null, "length": 190.8497406, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 814, "r_f_add": 733, "r_t_add": 819, "st_code": 60920, "l_hundred": 800, "r_hundred": 700, "seg_id": 840002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35527, "Shape__Length": 75.896911307519019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131195132200702, 40.055340646624401 ], [ -75.131874134700695, 40.055293474822903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4337, "tnode_": 4057, "lpoly_": null, "rpoly_": null, "length": 692.55363403999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 62080, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35528, "Shape__Length": 276.39439695711604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085687976581596, 40.057100537330498 ], [ -75.0856635381041, 40.057552376548998 ], [ -75.085508325159495, 40.0579093619682 ], [ -75.085313890859993, 40.058313303325903 ], [ -75.084983166259306, 40.058902690843297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3528, "tnode_": 3659, "lpoly_": null, "rpoly_": null, "length": 629.09572036999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 25280, "l_hundred": 800, "r_hundred": 800, "seg_id": 840004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35529, "Shape__Length": 250.55948978128788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086570535455095, 40.063099146469803 ], [ -75.085742620662401, 40.062604476220997 ], [ -75.084782037495998, 40.062053409851899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3197, "tnode_": 3127, "lpoly_": null, "rpoly_": null, "length": 253.12691415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7616, "r_f_add": 7601, "r_t_add": 7615, "st_code": 68600, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35530, "Shape__Length": 100.93200029886566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080073311174004, 40.065626917097902 ], [ -75.079786688836606, 40.065927749490399 ], [ -75.079534092953807, 40.066184740003003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30109, "tnode_": 3361, "lpoly_": null, "rpoly_": null, "length": 215.17748771000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 517, "l_t_add": 599, "r_f_add": 518, "r_t_add": 598, "st_code": 25280, "l_hundred": 500, "r_hundred": 500, "seg_id": 840006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35531, "Shape__Length": 85.703362693552563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089380191345299, 40.064706270425198 ], [ -75.088766844311095, 40.064350145300999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3082, "tnode_": 2448, "lpoly_": null, "rpoly_": null, "length": 1926.5300657299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7798, "r_f_add": 7601, "r_t_add": 7799, "st_code": 62080, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840007, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35532, "Shape__Length": 769.25171889196054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083995480454305, 40.06673968194 ], [ -75.084313224838397, 40.067731268402902 ], [ -75.084330700599395, 40.067935790101302 ], [ -75.084314470874205, 40.068828281222501 ], [ -75.084237503347197, 40.070848820469102 ], [ -75.084439947002906, 40.071986642605097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2861, "tnode_": 2644, "lpoly_": null, "rpoly_": null, "length": 599.95413438000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7744, "r_f_add": 7701, "r_t_add": 7745, "st_code": 41160, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35533, "Shape__Length": 239.57104774263377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085312305435707, 40.0685214625261 ], [ -75.085373702417897, 40.069933697878497 ], [ -75.085352302000899, 40.070167038501097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2321, "tnode_": 2190, "lpoly_": null, "rpoly_": null, "length": 536.44136014999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 19840, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 35534, "Shape__Length": 213.92756941243152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090518807715299, 40.073370964409698 ], [ -75.089378358032704, 40.074554568905299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2170, "tnode_": 2077, "lpoly_": null, "rpoly_": null, "length": 702.20821118000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 68340, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 35535, "Shape__Length": 279.82990295199994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082732864704397, 40.074737877506202 ], [ -75.0825456004698, 40.074701815410798 ], [ -75.082381861784796, 40.074723043689602 ], [ -75.082210434403606, 40.0747741284085 ], [ -75.081977856116595, 40.074888869678801 ], [ -75.081727730350394, 40.0751183366623 ], [ -75.081517452652605, 40.075328705578997 ], [ -75.080917979812, 40.075899787014002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2295, "tnode_": 2309, "lpoly_": null, "rpoly_": null, "length": 371.75469921999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 68520, "l_hundred": 700, "r_hundred": 700, "seg_id": 840011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-04-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY PL", "stname": "RIPLEY PL", "objectid": 35536, "Shape__Length": 148.09580366495729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079380571647604, 40.073368575343601 ], [ -75.079219160290094, 40.073532007171401 ], [ -75.079180409514507, 40.073553377517399 ], [ -75.079122011461806, 40.073564012180199 ], [ -75.078342413422405, 40.073142103774799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3832, "tnode_": 3637, "lpoly_": null, "rpoly_": null, "length": 927.33777481000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 1300, "r_hundred": 0, "seg_id": 840012, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35537, "Shape__Length": 369.41185868847305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136878393657696, 40.061759190304699 ], [ -75.139417353468204, 40.063394590806602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4501, "tnode_": 4256, "lpoly_": null, "rpoly_": null, "length": 972.36839781000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 898, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 700, "r_hundred": 0, "seg_id": 840013, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35538, "Shape__Length": 387.29867784233221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129046318001002, 40.057041312366003 ], [ -75.129490214831193, 40.057341537619799 ], [ -75.130578278976301, 40.058044418804897 ], [ -75.131197643143295, 40.058407973375999 ], [ -75.131744177958197, 40.058720808644402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4376, "tnode_": 27470, "lpoly_": null, "rpoly_": null, "length": 419.38653841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1332, "l_t_add": 1398, "r_f_add": 1333, "r_t_add": 1399, "st_code": 89280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840014, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35539, "Shape__Length": 166.80139817311226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139069037962898, 40.058026694406898 ], [ -75.139939209486002, 40.058151850721799 ], [ -75.139964815858505, 40.058153350563998 ], [ -75.140545913380393, 40.058218608108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3855, "tnode_": 3816, "lpoly_": null, "rpoly_": null, "length": 789.65786044999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89370, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840015, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35540, "Shape__Length": 314.08255913129852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136937643831104, 40.061598657713098 ], [ -75.137887618993204, 40.061720075158199 ], [ -75.139721662438504, 40.061949223444799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3946, "tnode_": 3913, "lpoly_": null, "rpoly_": null, "length": 734.16460848999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "71ST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840016, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "71ST AVE", "stname": "71ST AVE", "objectid": 35541, "Shape__Length": 292.00859067200957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137288071404797, 40.060928341954501 ], [ -75.138039683795398, 40.061028687683297 ], [ -75.139875125694203, 40.061260177750199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27980, "tnode_": 4125, "lpoly_": null, "rpoly_": null, "length": 577.41048777000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "70TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89310, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840017, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-09-26T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "70TH AVE", "stname": "70TH AVE", "objectid": 35542, "Shape__Length": 229.65716336793434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138172858387094, 40.059472788452901 ], [ -75.139479914551501, 40.059658429161601 ], [ -75.139511677699204, 40.0596644064887 ], [ -75.140205878465395, 40.059738763949298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4787, "tnode_": 4496, "lpoly_": null, "rpoly_": null, "length": 735.14299874000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERBENA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 79940, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERBENA AVE", "stname": "VERBENA AVE", "objectid": 35543, "Shape__Length": 293.30265850327976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131874134700695, 40.055293474822903 ], [ -75.131323962841705, 40.056225999735801 ], [ -75.130788434312706, 40.057130998318797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4829, "tnode_": 4479, "lpoly_": null, "rpoly_": null, "length": 815.05106701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6898, "r_f_add": 6701, "r_t_add": 6899, "st_code": 49620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 35544, "Shape__Length": 325.36564981269197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134780246438694, 40.0550665190353 ], [ -75.134288845172605, 40.057271833083099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4812, "tnode_": 4486, "lpoly_": null, "rpoly_": null, "length": 751.95315005999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "10TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 87990, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840020, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 10TH ST", "stname": "N 10TH ST", "objectid": 35545, "Shape__Length": 300.17640684508069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133261800355598, 40.055183103379498 ], [ -75.132802392945493, 40.057216889764597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4799, "tnode_": 4488, "lpoly_": null, "rpoly_": null, "length": 707.75722932999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "9TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 87970, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 9TH ST", "stname": "N 9TH ST", "objectid": 35546, "Shape__Length": 282.53358236618226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132251559493099, 40.0552639834955 ], [ -75.132234928351494, 40.055394407781002 ], [ -75.131867306398206, 40.057067446056102 ], [ -75.131826068603402, 40.057178104267301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4851, "tnode_": 4476, "lpoly_": null, "rpoly_": null, "length": 880.53268862000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "11TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6898, "r_f_add": 6701, "r_t_add": 6899, "st_code": 88010, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 11TH ST", "stname": "N 11TH ST", "objectid": 35547, "Shape__Length": 351.50569069468958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136266227602604, 40.054937794463903 ], [ -75.135736721186504, 40.057320465123198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4643, "tnode_": 4469, "lpoly_": null, "rpoly_": null, "length": 375.36289218999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88050, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 35548, "Shape__Length": 149.84336426246696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138684372296595, 40.056420544036797 ], [ -75.138445548973607, 40.057434484262501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4424, "tnode_": 4330, "lpoly_": null, "rpoly_": null, "length": 1072.51175401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASBURY", "st_type": "TER", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 998, "r_f_add": 801, "r_t_add": 999, "st_code": 13440, "l_hundred": 800, "r_hundred": 800, "seg_id": 840024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASBURY TER", "stname": "ASBURY TER", "objectid": 35549, "Shape__Length": 426.75197617677122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130556405716703, 40.057506117612199 ], [ -75.130780962083605, 40.0576811492598 ], [ -75.131192087390502, 40.057935790179997 ], [ -75.131455082568195, 40.058073304912597 ], [ -75.131596577926899, 40.0581227404071 ], [ -75.131900249280406, 40.058165206877597 ], [ -75.132366646143396, 40.058186497422398 ], [ -75.132688942279799, 40.058225831588601 ], [ -75.133391465964607, 40.058241833169298 ], [ -75.133953588121599, 40.058179986734999 ], [ -75.1340904578433, 40.058186469304701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4777, "tnode_": 4423, "lpoly_": null, "rpoly_": null, "length": 761.85758331, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "FRANKLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 34980, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N FRANKLIN ST", "stname": "N FRANKLIN ST", "objectid": 35550, "Shape__Length": 304.07146707294817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130907290729894, 40.055376765661798 ], [ -75.130763047424907, 40.056311024006597 ], [ -75.130721629083595, 40.056598854872199 ], [ -75.130617906355695, 40.056773481677297 ], [ -75.130255458357098, 40.057381788609199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4377, "tnode_": 4307, "lpoly_": null, "rpoly_": null, "length": 165.24296146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6852, "l_t_add": 6898, "r_f_add": 6853, "r_t_add": 6901, "st_code": 54120, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840026, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35551, "Shape__Length": 65.915729572988226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093337587866301, 40.057023414385903 ], [ -75.093614728943805, 40.057423926727402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2272, "tnode_": 2304, "lpoly_": null, "rpoly_": null, "length": 240.48737721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 58840, "l_hundred": 200, "r_hundred": 200, "seg_id": 840027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35552, "Shape__Length": 95.794516401094029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091553911620906, 40.073918808101197 ], [ -75.091215947281, 40.073730953796101 ], [ -75.090864800155401, 40.073524506022899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3637, "tnode_": 3544, "lpoly_": null, "rpoly_": null, "length": 471.5243938, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 22620, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35553, "Shape__Length": 187.792209294841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139417353468204, 40.063394590806602 ], [ -75.140775383437102, 40.064160534839701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4949, "tnode_": 4874, "lpoly_": null, "rpoly_": null, "length": 294.668074, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 300, "l_t_add": 398, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 300, "r_hundred": 0, "seg_id": 840030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35554, "Shape__Length": 117.32136291410063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123771017541003, 40.053997734145099 ], [ -75.124645240664293, 40.054448284178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3716, "tnode_": 3637, "lpoly_": null, "rpoly_": null, "length": 215.24009216000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7221, "r_t_add": 7299, "st_code": 19140, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840032, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35555, "Shape__Length": 85.930768449538775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139554161546599, 40.062813157875603 ], [ -75.139417353468204, 40.063394590806602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3816, "tnode_": 3716, "lpoly_": null, "rpoly_": null, "length": 318.19013335, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7201, "r_t_add": 7219, "st_code": 19140, "l_hundred": 7100, "r_hundred": 7200, "seg_id": 840033, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35556, "Shape__Length": 127.03535020253767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139721662438504, 40.061949223444799 ], [ -75.139554161546599, 40.062813157875603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3913, "tnode_": 3816, "lpoly_": null, "rpoly_": null, "length": 254.65697281000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7199, "st_code": 19140, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840034, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35557, "Shape__Length": 101.66630228458524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139875125694203, 40.061260177750199 ], [ -75.139721662438504, 40.061949223444799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4125, "tnode_": 3913, "lpoly_": null, "rpoly_": null, "length": 561.90541739000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 19140, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840035, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35558, "Shape__Length": 224.3261389261387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140205878465395, 40.059738763949298 ], [ -75.139875125694203, 40.061260177750199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27470, "tnode_": 4125, "lpoly_": null, "rpoly_": null, "length": 561.88801793000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 19140, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840036, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35559, "Shape__Length": 224.31284048449862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140545913380393, 40.058218608108199 ], [ -75.140205878465395, 40.059738763949298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4610, "tnode_": 27471, "lpoly_": null, "rpoly_": null, "length": 242.53414117, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6814, "r_f_add": 6801, "r_t_add": 6813, "st_code": 19140, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840037, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35560, "Shape__Length": 96.819156312339643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140872373231701, 40.056703586258301 ], [ -75.140720323385395, 40.057359038132503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4837, "tnode_": 4610, "lpoly_": null, "rpoly_": null, "length": 574.59429205000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 19140, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840038, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35561, "Shape__Length": 229.37593527644188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141214459777302, 40.0551483176761 ], [ -75.140872373231701, 40.056703586258301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27471, "tnode_": 27470, "lpoly_": null, "rpoly_": null, "length": 316.91024102, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "BROAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6816, "l_t_add": 6898, "r_f_add": 6815, "r_t_add": 6899, "st_code": 19140, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840039, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N BROAD ST", "stname": "N BROAD ST", "objectid": 35562, "Shape__Length": 126.51486057072496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140720323385395, 40.057359038132503 ], [ -75.140545913380393, 40.058218608108199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27470, "tnode_": 4325, "lpoly_": null, "rpoly_": null, "length": 465.57327187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35563, "Shape__Length": 185.17171674058025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140545913380393, 40.058218608108199 ], [ -75.142185379767497, 40.058433920091801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27471, "tnode_": 4444, "lpoly_": null, "rpoly_": null, "length": 255.14269008999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1412, "r_f_add": 1401, "r_t_add": 1411, "st_code": 39880, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840042, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-08-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 35564, "Shape__Length": 101.54110193425507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140720323385395, 40.057359038132503 ], [ -75.141540677896501, 40.057664290240197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4610, "tnode_": 4595, "lpoly_": null, "rpoly_": null, "length": 242.48856744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1414, "r_f_add": 1401, "r_t_add": 1413, "st_code": 89250, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 35565, "Shape__Length": 96.441422621125668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140872373231701, 40.056703586258301 ], [ -75.141727333143095, 40.056810750050602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4625, "tnode_": 4610, "lpoly_": null, "rpoly_": null, "length": 257.92922609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1312, "l_t_add": 1398, "r_f_add": 1313, "r_t_add": 1399, "st_code": 89250, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 35566, "Shape__Length": 102.58358963304747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139964533173597, 40.056583064494198 ], [ -75.140068263867207, 40.056600671617701 ], [ -75.140872373231701, 40.056703586258301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4643, "tnode_": 4625, "lpoly_": null, "rpoly_": null, "length": 363.20939181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1310, "r_f_add": 1301, "r_t_add": 1311, "st_code": 89250, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 35567, "Shape__Length": 144.45377510958929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138684372296595, 40.056420544036797 ], [ -75.139964533173597, 40.056583064494198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4674, "tnode_": 4643, "lpoly_": null, "rpoly_": null, "length": 448.73575368000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "68TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89250, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "68TH AVE", "stname": "68TH AVE", "objectid": 35568, "Shape__Length": 178.46696905789699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137101109518099, 40.056227641059401 ], [ -75.138684372296595, 40.056420544036797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4867, "tnode_": 4674, "lpoly_": null, "rpoly_": null, "length": 500.73011156000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88030, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 35569, "Shape__Length": 199.8889187644387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137396518470894, 40.054871953318099 ], [ -75.137101109518099, 40.056227641059401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3913, "tnode_": 3888, "lpoly_": null, "rpoly_": null, "length": 465.64418643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "71ST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89340, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "71ST AVE", "stname": "71ST AVE", "objectid": 35570, "Shape__Length": 185.20844705131034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139875125694203, 40.061260177750199 ], [ -75.141514656651594, 40.061476682150797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4125, "tnode_": 4100, "lpoly_": null, "rpoly_": null, "length": 465.65860734999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "70TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89310, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "70TH AVE", "stname": "70TH AVE", "objectid": 35571, "Shape__Length": 185.21042534689818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140205878465395, 40.059738763949298 ], [ -75.141844972488002, 40.059957281835501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4887, "tnode_": 4643, "lpoly_": null, "rpoly_": null, "length": 617.99362215999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "13TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 88050, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 13TH ST", "stname": "N 13TH ST", "objectid": 35572, "Shape__Length": 246.70225050530894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1390333498274, 40.054745409811296 ], [ -75.138684372296595, 40.056420544036797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4837, "tnode_": 4820, "lpoly_": null, "rpoly_": null, "length": 242.48851728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1436, "r_f_add": 1401, "r_t_add": 1419, "st_code": 89220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35573, "Shape__Length": 96.441778143859935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.141214459777302, 40.0551483176761 ], [ -75.142066431443098, 40.055268634894702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4723, "tnode_": 4750, "lpoly_": null, "rpoly_": null, "length": 230.51495108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 60920, "l_hundred": 600, "r_hundred": 600, "seg_id": 840054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35574, "Shape__Length": 91.677686053914073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129189039962199, 40.055662699296199 ], [ -75.130001883742096, 40.055561364840798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4777, "tnode_": 4781, "lpoly_": null, "rpoly_": null, "length": 81.6432086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 708, "l_t_add": 798, "r_f_add": 729, "r_t_add": 731, "st_code": 60920, "l_hundred": 700, "r_hundred": 700, "seg_id": 840055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35575, "Shape__Length": 32.470094374850568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130907290729894, 40.055376765661798 ], [ -75.131195132200702, 40.055340646624401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4787, "tnode_": 4799, "lpoly_": null, "rpoly_": null, "length": 106.19815087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 816, "l_t_add": 898, "r_f_add": 821, "r_t_add": 899, "st_code": 60920, "l_hundred": 800, "r_hundred": 800, "seg_id": 840056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35576, "Shape__Length": 42.233093279723612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131874134700695, 40.055293474822903 ], [ -75.132251559493099, 40.0552639834955 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4799, "tnode_": 4812, "lpoly_": null, "rpoly_": null, "length": 284.32984301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 60920, "l_hundred": 900, "r_hundred": 900, "seg_id": 840057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35577, "Shape__Length": 113.07299484578208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132251559493099, 40.0552639834955 ], [ -75.133261800355598, 40.055183103379498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4812, "tnode_": 4829, "lpoly_": null, "rpoly_": null, "length": 427.17930892000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1016, "r_f_add": 1001, "r_t_add": 1029, "st_code": 60920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35578, "Shape__Length": 169.88090270868781 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133261800355598, 40.055183103379498 ], [ -75.134780246438694, 40.0550665190353 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4829, "tnode_": 4851, "lpoly_": null, "rpoly_": null, "length": 418.61036776999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1018, "l_t_add": 1098, "r_f_add": 1031, "r_t_add": 1099, "st_code": 60920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35579, "Shape__Length": 166.47465508116392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134780246438694, 40.0550665190353 ], [ -75.136266227602604, 40.054937794463903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4851, "tnode_": 4867, "lpoly_": null, "rpoly_": null, "length": 317.31432167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 60920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35580, "Shape__Length": 126.18724307569413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136266227602604, 40.054937794463903 ], [ -75.137396518470894, 40.054871953318099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4867, "tnode_": 4887, "lpoly_": null, "rpoly_": null, "length": 460.51796706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 60920, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35581, "Shape__Length": 183.138283964485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137396518470894, 40.054871953318099 ], [ -75.1390333498274, 40.054745409811296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4902, "tnode_": 4723, "lpoly_": null, "rpoly_": null, "length": 454.15356377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6708, "l_t_add": 6798, "r_f_add": 6709, "r_t_add": 6799, "st_code": 87910, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 35582, "Shape__Length": 181.31353401194437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129223556750304, 40.054416277519003 ], [ -75.129189039962199, 40.055662699296199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5001, "tnode_": 4750, "lpoly_": null, "rpoly_": null, "length": 655.375976, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 87930, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 35583, "Shape__Length": 261.60829747148438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130423786967697, 40.053797627950701 ], [ -75.130073968766794, 40.0554326540774 ], [ -75.130060827679799, 40.055483828954898 ], [ -75.130041023453302, 40.055514833852797 ], [ -75.130001883742096, 40.055561364840798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4750, "tnode_": 4777, "lpoly_": null, "rpoly_": null, "length": 262.22113879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 700, "l_t_add": 706, "r_f_add": 701, "r_t_add": 727, "st_code": 60920, "l_hundred": 700, "r_hundred": 700, "seg_id": 840067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35584, "Shape__Length": 104.30382628233487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130001883742096, 40.055561364840798 ], [ -75.130907290729894, 40.055376765661798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4920, "tnode_": 4902, "lpoly_": null, "rpoly_": null, "length": 734.23116247999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDEPENDENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 44820, "l_hundred": 500, "r_hundred": 500, "seg_id": 840068, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INDEPENDENCE ST", "stname": "INDEPENDENCE ST", "objectid": 35585, "Shape__Length": 291.99222831338085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126620686132796, 40.0542272414514 ], [ -75.127997125725898, 40.054407911842901 ], [ -75.129223556750304, 40.054416277519003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4920, "tnode_": 4740, "lpoly_": null, "rpoly_": null, "length": 443.07894160999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6742, "l_t_add": 6798, "r_f_add": 6769, "r_t_add": 6799, "st_code": 87890, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840069, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 35586, "Shape__Length": 176.87147396554505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126620686132796, 40.0542272414514 ], [ -75.126349009804201, 40.055425493401899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4959, "tnode_": 4920, "lpoly_": null, "rpoly_": null, "length": 93.07823722, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6740, "l_t_add": 6740, "r_f_add": 6731, "r_t_add": 6767, "st_code": 87890, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840070, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 35587, "Shape__Length": 37.157169163825024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126663172277404, 40.053973825436401 ], [ -75.126620686132796, 40.0542272414514 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5056, "tnode_": 4959, "lpoly_": null, "rpoly_": null, "length": 240.08212144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "5TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6738, "r_f_add": 6701, "r_t_add": 6729, "st_code": 87890, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840071, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 5TH ST", "stname": "N 5TH ST", "objectid": 35588, "Shape__Length": 95.838385625112124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126794147438801, 40.053322503142702 ], [ -75.126663172277404, 40.053973825436401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4874, "tnode_": 4858, "lpoly_": null, "rpoly_": null, "length": 126.44480057, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 432, "r_f_add": 351, "r_t_add": 399, "st_code": 22620, "l_hundred": 400, "r_hundred": 300, "seg_id": 840072, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35589, "Shape__Length": 50.351676206792959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124645240664293, 40.054448284178001 ], [ -75.125009617929805, 40.054653413839198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4858, "tnode_": 4740, "lpoly_": null, "rpoly_": null, "length": 468.70565234999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 434, "l_t_add": 498, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 400, "r_hundred": 0, "seg_id": 840073, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35590, "Shape__Length": 186.65293827442713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125009617929805, 40.054653413839198 ], [ -75.126349009804201, 40.055425493401899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5101, "tnode_": 4874, "lpoly_": null, "rpoly_": null, "length": 504.19352154999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "4TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 87870, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840074, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 4TH ST", "stname": "N 4TH ST", "objectid": 35591, "Shape__Length": 201.26371677566516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1249596602579, 40.053085467882298 ], [ -75.124645240664293, 40.054448284178001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5110, "tnode_": 4949, "lpoly_": null, "rpoly_": null, "length": 385.61012291999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "3RD", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 87850, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840075, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 3RD ST", "stname": "N 3RD ST", "objectid": 35592, "Shape__Length": 153.92866525817084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124000359415902, 40.052953964464301 ], [ -75.123771017541003, 40.053997734145099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5045, "tnode_": 5026, "lpoly_": null, "rpoly_": null, "length": 243.42571463000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 520, "l_t_add": 598, "r_f_add": 517, "r_t_add": 599, "st_code": 89220, "l_hundred": 500, "r_hundred": 500, "seg_id": 840078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35593, "Shape__Length": 96.808719861122086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127911925417806, 40.053469175568502 ], [ -75.128771073507806, 40.053572301543198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5056, "tnode_": 5045, "lpoly_": null, "rpoly_": null, "length": 317.43963967999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 518, "r_f_add": 501, "r_t_add": 515, "st_code": 89220, "l_hundred": 500, "r_hundred": 500, "seg_id": 840079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35594, "Shape__Length": 126.2455667421398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126794147438801, 40.053322503142702 ], [ -75.127911925417806, 40.053469175568502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5110, "tnode_": 5101, "lpoly_": null, "rpoly_": null, "length": 272.78735713000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 89220, "l_hundred": 300, "r_hundred": 300, "seg_id": 840080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35595, "Shape__Length": 108.48785451554318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124000359415902, 40.052953964464301 ], [ -75.1249596602579, 40.053085467882298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5122, "tnode_": 5110, "lpoly_": null, "rpoly_": null, "length": 265.30312427999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 89220, "l_hundred": 200, "r_hundred": 200, "seg_id": 840081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35596, "Shape__Length": 105.53246036206593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123115135511298, 40.052794042629003 ], [ -75.123116522151093, 40.052832299433703 ], [ -75.124000359415902, 40.052953964464301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5079, "tnode_": 4898, "lpoly_": null, "rpoly_": null, "length": 450.63760734000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "LAWRENCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 49660, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840082, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N LAWRENCE ST", "stname": "N LAWRENCE ST", "objectid": 35597, "Shape__Length": 179.88931205926846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125833212649297, 40.053194612608401 ], [ -75.125579043619894, 40.054416148038001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5019, "tnode_": 4902, "lpoly_": null, "rpoly_": null, "length": 286.35027634999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "6TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6700, "l_t_add": 6706, "r_f_add": 6701, "r_t_add": 6707, "st_code": 87910, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 6TH ST", "stname": "N 6TH ST", "objectid": 35598, "Shape__Length": 114.31910571945373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129242811758402, 40.053630352182402 ], [ -75.129223556750304, 40.054416277519003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5019, "tnode_": 5001, "lpoly_": null, "rpoly_": null, "length": 336.16950111000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 604, "l_t_add": 698, "r_f_add": 605, "r_t_add": 699, "st_code": 89220, "l_hundred": 600, "r_hundred": 600, "seg_id": 840087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35599, "Shape__Length": 133.6974425937772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129242811758402, 40.053630352182402 ], [ -75.130423786967697, 40.053797627950701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5026, "tnode_": 5019, "lpoly_": null, "rpoly_": null, "length": 133.74043314, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 602, "r_f_add": 601, "r_t_add": 603, "st_code": 89220, "l_hundred": 600, "r_hundred": 600, "seg_id": 840088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 35600, "Shape__Length": 53.187955926471915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128771073507806, 40.053572301543198 ], [ -75.129242811758402, 40.053630352182402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4254, "tnode_": 4273, "lpoly_": null, "rpoly_": null, "length": 443.96286764000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAKESIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 48840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAKESIDE AVE", "stname": "LAKESIDE AVE", "objectid": 35601, "Shape__Length": 176.55854816701898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137028704852298, 40.058782168997404 ], [ -75.138614087792007, 40.058746901242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4278, "tnode_": 4254, "lpoly_": null, "rpoly_": null, "length": 145.8131039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAKESIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 48840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAKESIDE AVE", "stname": "LAKESIDE AVE", "objectid": 35602, "Shape__Length": 58.05161983359406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136587773642503, 40.058575672711399 ], [ -75.136867509245604, 40.058676337960101 ], [ -75.137028704852298, 40.058782168997404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4256, "tnode_": 4282, "lpoly_": null, "rpoly_": null, "length": 720.4483695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAKESIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 48840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAKESIDE AVE", "stname": "LAKESIDE AVE", "objectid": 35603, "Shape__Length": 286.65380501072798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131744177958197, 40.058720808644402 ], [ -75.131925588346803, 40.058603349585397 ], [ -75.132099416071, 40.058559214772004 ], [ -75.132247823659597, 40.058565602007597 ], [ -75.132398863673302, 40.058605114738803 ], [ -75.132521734604694, 40.0586650271037 ], [ -75.132691158974794, 40.058735018166701 ], [ -75.132846572574493, 40.058762605785603 ], [ -75.133093156501602, 40.058759204976099 ], [ -75.133597151398504, 40.058674491889697 ], [ -75.133964348621305, 40.058586662841797 ], [ -75.134145171273502, 40.0585195784329 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4282, "tnode_": 4278, "lpoly_": null, "rpoly_": null, "length": 685.77677083000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAKESIDE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 48840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAKESIDE AVE", "stname": "LAKESIDE AVE", "objectid": 35604, "Shape__Length": 272.72956688859381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134145171273502, 40.0585195784329 ], [ -75.135062843268202, 40.058555681665197 ], [ -75.135821404237703, 40.058583556799903 ], [ -75.136497579425793, 40.0585989397836 ], [ -75.136587773642503, 40.058575672711399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4167, "tnode_": 4254, "lpoly_": null, "rpoly_": null, "length": 326.97774099000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "70TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1148, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89310, "l_hundred": 1100, "r_hundred": 1200, "seg_id": 840099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "70TH AVE", "stname": "70TH AVE", "objectid": 35605, "Shape__Length": 130.24051513943388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136193449329696, 40.0592733797573 ], [ -75.136633397319997, 40.059196352481401 ], [ -75.136801444015006, 40.0591364977453 ], [ -75.136900287031096, 40.059080374976801 ], [ -75.137028704852298, 40.058782168997404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4086, "tnode_": 4167, "lpoly_": null, "rpoly_": null, "length": 790.90148462999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "70TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1146, "r_f_add": 1001, "r_t_add": 1199, "st_code": 89310, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "70TH AVE", "stname": "70TH AVE", "objectid": 35606, "Shape__Length": 314.61445638289416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133460427702801, 40.059824326795102 ], [ -75.136193449329696, 40.0592733797573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4167, "tnode_": 3951, "lpoly_": null, "rpoly_": null, "length": 653.92899240999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 88030, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 35607, "Shape__Length": 260.91097125043115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136193449329696, 40.0592733797573 ], [ -75.135215998515207, 40.060903815812402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4470, "tnode_": 4278, "lpoly_": null, "rpoly_": null, "length": 442.88625328999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 88030, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 35608, "Shape__Length": 176.80378056026075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136852067789903, 40.057376981305303 ], [ -75.136587773642503, 40.058575672711399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4674, "tnode_": 4470, "lpoly_": null, "rpoly_": null, "length": 424.44973648000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 88030, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 35609, "Shape__Length": 169.44148168014183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137101109518099, 40.056227641059401 ], [ -75.136852067789903, 40.057376981305303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4640, "tnode_": 4377, "lpoly_": null, "rpoly_": null, "length": 619.60577399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6850, "r_f_add": 6801, "r_t_add": 6851, "st_code": 54120, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840104, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35610, "Shape__Length": 247.21005204187765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092525877219103, 40.055476261278102 ], [ -75.092638710176601, 40.055584081363399 ], [ -75.092690374244896, 40.055803584383298 ], [ -75.092809593879906, 40.056338298120401 ], [ -75.092992116967906, 40.056607442443102 ], [ -75.093337587866301, 40.057023414385903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4792, "tnode_": 4640, "lpoly_": null, "rpoly_": null, "length": 408.11638422000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6746, "l_t_add": 6798, "r_f_add": 6741, "r_t_add": 6799, "st_code": 54120, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840105, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35611, "Shape__Length": 162.91409597757698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092393313873004, 40.0543735992688 ], [ -75.092577946274801, 40.055298425613302 ], [ -75.092574934101904, 40.055375324111303 ], [ -75.092525877219103, 40.055476261278102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4956, "tnode_": 4792, "lpoly_": null, "rpoly_": null, "length": 438.25008498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6744, "r_f_add": 6701, "r_t_add": 6739, "st_code": 54120, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840106, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35612, "Shape__Length": 174.94218369300273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092133980007105, 40.053187522820402 ], [ -75.092230437266394, 40.0535485716021 ], [ -75.092393313873004, 40.0543735992688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5078, "tnode_": 4956, "lpoly_": null, "rpoly_": null, "length": 294.73372164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6602, "l_t_add": 6698, "r_f_add": 6615, "r_t_add": 6699, "st_code": 54120, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840107, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35613, "Shape__Length": 117.65442805197124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091982019385796, 40.052386916516703 ], [ -75.092133980007105, 40.053187522820402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5234, "tnode_": 5078, "lpoly_": null, "rpoly_": null, "length": 344.16982303000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6600, "r_f_add": 6601, "r_t_add": 6613, "st_code": 54120, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840108, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35614, "Shape__Length": 137.38783669842459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091811087341299, 40.051451306761301 ], [ -75.091982019385796, 40.052386916516703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5366, "tnode_": 5234, "lpoly_": null, "rpoly_": null, "length": 316.2862622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6550, "l_t_add": 6598, "r_f_add": 6551, "r_t_add": 6599, "st_code": 54120, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840109, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35615, "Shape__Length": 126.25199735286786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0916451455969, 40.050594567943598 ], [ -75.091640676970101, 40.050708227419697 ], [ -75.091811087341299, 40.051451306761301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5540, "tnode_": 5366, "lpoly_": null, "rpoly_": null, "length": 384.69678737000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINS MILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6548, "r_f_add": 6501, "r_t_add": 6549, "st_code": 54120, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840111, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINS MILL RD", "stname": "MARTINS MILL RD", "objectid": 35616, "Shape__Length": 153.55677506133327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091418671344996, 40.049552971719201 ], [ -75.0916451455969, 40.050594567943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4412, "tnode_": 4237, "lpoly_": null, "rpoly_": null, "length": 556.60546677000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 61060, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35617, "Shape__Length": 221.80444198502818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091351660050606, 40.0567283233149 ], [ -75.089974077250602, 40.057830165076901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4491, "tnode_": 4366, "lpoly_": null, "rpoly_": null, "length": 326.19499073000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6906, "l_t_add": 6998, "r_f_add": 6905, "r_t_add": 6999, "st_code": 68600, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840114, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35618, "Shape__Length": 130.04381930940858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089117098625294, 40.056236659471203 ], [ -75.088411613404006, 40.056949349546301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4580, "tnode_": 4491, "lpoly_": null, "rpoly_": null, "length": 224.50127345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6904, "r_f_add": 6901, "r_t_add": 6903, "st_code": 68600, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840115, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35619, "Shape__Length": 89.506510570356696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089591967934894, 40.055740025055698 ], [ -75.089117098625294, 40.056236659471203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4640, "tnode_": 4412, "lpoly_": null, "rpoly_": null, "length": 562.20461546000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 61060, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35620, "Shape__Length": 224.15371620145186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092525877219103, 40.055476261278102 ], [ -75.091351660050606, 40.0567283233149 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4685, "tnode_": 4580, "lpoly_": null, "rpoly_": null, "length": 301.46402891999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6862, "l_t_add": 6898, "r_f_add": 6833, "r_t_add": 6899, "st_code": 68600, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840117, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35621, "Shape__Length": 120.18419695332236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090240316095802, 40.055079251271401 ], [ -75.089591967934894, 40.055740025055698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4731, "tnode_": 4640, "lpoly_": null, "rpoly_": null, "length": 307.30650855000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6724, "l_t_add": 6798, "r_f_add": 6725, "r_t_add": 6799, "st_code": 61060, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35622, "Shape__Length": 122.52745388491894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093158693567005, 40.0547869335185 ], [ -75.092525877219103, 40.055476261278102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4775, "tnode_": 4685, "lpoly_": null, "rpoly_": null, "length": 256.89257163999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6860, "r_f_add": 6801, "r_t_add": 6831, "st_code": 68600, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840119, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35623, "Shape__Length": 102.40567975215617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090808406208794, 40.054525418234903 ], [ -75.090240316095802, 40.055079251271401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4818, "tnode_": 4731, "lpoly_": null, "rpoly_": null, "length": 259.93688568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6722, "r_f_add": 6701, "r_t_add": 6723, "st_code": 61060, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35624, "Shape__Length": 103.63183038628925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093709000486101, 40.0542121895731 ], [ -75.093158693567005, 40.0547869335185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4871, "tnode_": 4775, "lpoly_": null, "rpoly_": null, "length": 307.29849636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6717, "r_t_add": 6799, "st_code": 68600, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840121, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35625, "Shape__Length": 122.50784639731324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091469622437003, 40.053852048363403 ], [ -75.090808406208794, 40.054525418234903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4897, "tnode_": 4818, "lpoly_": null, "rpoly_": null, "length": 252.74253831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 61060, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35626, "Shape__Length": 100.77210003844229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094225778573502, 40.053643277198297 ], [ -75.093709000486101, 40.0542121895731 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4956, "tnode_": 4871, "lpoly_": null, "rpoly_": null, "length": 305.26893205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6715, "st_code": 68600, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840123, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2007-05-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35627, "Shape__Length": 121.69354512863077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092133980007105, 40.053187522820402 ], [ -75.091469622437003, 40.053852048363403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4984, "tnode_": 4897, "lpoly_": null, "rpoly_": null, "length": 248.34143952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 61060, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35628, "Shape__Length": 98.99826296507068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094768633474501, 40.053104090403998 ], [ -75.094225778573502, 40.053643277198297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5030, "tnode_": 4956, "lpoly_": null, "rpoly_": null, "length": 205.78512617000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 68600, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840125, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35629, "Shape__Length": 82.041636401366517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092567859331197, 40.052731513255601 ], [ -75.092133980007105, 40.053187522820402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5066, "tnode_": 4984, "lpoly_": null, "rpoly_": null, "length": 251.75311365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6512, "l_t_add": 6598, "r_f_add": 6509, "r_t_add": 6599, "st_code": 61060, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35630, "Shape__Length": 100.37246633974299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095290313023995, 40.052541161634799 ], [ -75.094768633474501, 40.053104090403998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5069, "tnode_": 5091, "lpoly_": null, "rpoly_": null, "length": 25.65021756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 50500, "l_hundred": 100, "r_hundred": 100, "seg_id": 840127, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35631, "Shape__Length": 10.218897754142164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100750113825796, 40.052598514644203 ], [ -75.100683623641004, 40.0525500672913 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5118, "tnode_": 5030, "lpoly_": null, "rpoly_": null, "length": 254.33309578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 68600, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840128, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35632, "Shape__Length": 101.3985989576945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093098663924494, 40.052164896459502 ], [ -75.092567859331197, 40.052731513255601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5091, "tnode_": 5132, "lpoly_": null, "rpoly_": null, "length": 186.21156359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 200, "st_code": 50500, "l_hundred": 200, "r_hundred": 200, "seg_id": 840129, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35633, "Shape__Length": 74.165519056745936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100683623641004, 40.0525500672913 ], [ -75.100170716607707, 40.052224588631098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5150, "tnode_": 5066, "lpoly_": null, "rpoly_": null, "length": 250.03388574000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6510, "r_f_add": 6501, "r_t_add": 6507, "st_code": 61060, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35634, "Shape__Length": 99.687789931260596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095805295554598, 40.051980371788801 ], [ -75.095290313023995, 40.052541161634799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5207, "tnode_": 5118, "lpoly_": null, "rpoly_": null, "length": 252.4287979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6516, "l_t_add": 6598, "r_f_add": 6525, "r_t_add": 6599, "st_code": 68600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840131, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35635, "Shape__Length": 100.62545459704329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093650433437702, 40.051616830607301 ], [ -75.093098663924494, 40.052164896459502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5132, "tnode_": 5229, "lpoly_": null, "rpoly_": null, "length": 352.51529107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 215, "l_t_add": 299, "r_f_add": 202, "r_t_add": 298, "st_code": 50500, "l_hundred": 200, "r_hundred": 200, "seg_id": 840132, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35636, "Shape__Length": 140.40725556029847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100170716607707, 40.052224588631098 ], [ -75.099208953782394, 40.051599956119396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5238, "tnode_": 5150, "lpoly_": null, "rpoly_": null, "length": 202.87496737000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6432, "l_t_add": 6498, "r_f_add": 6431, "r_t_add": 6499, "st_code": 61060, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35637, "Shape__Length": 80.874092077484661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096244278240306, 40.051537259845098 ], [ -75.095805295554598, 40.051980371788801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5308, "tnode_": 5207, "lpoly_": null, "rpoly_": null, "length": 246.41200075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6514, "r_f_add": 6501, "r_t_add": 6523, "st_code": 68600, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840134, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35638, "Shape__Length": 98.227503080675746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094186624470296, 40.051080393115903 ], [ -75.093650433437702, 40.051616830607301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5327, "tnode_": 5145, "lpoly_": null, "rpoly_": null, "length": 463.71208475999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 72460, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35639, "Shape__Length": 184.86730850584917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098222573530705, 40.051032833783097 ], [ -75.097245199541703, 40.0520605655785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5229, "tnode_": 5327, "lpoly_": null, "rpoly_": null, "length": 344.86474064000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 339, "r_f_add": 300, "r_t_add": 320, "st_code": 50500, "l_hundred": 300, "r_hundred": 300, "seg_id": 840136, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35640, "Shape__Length": 137.32752529575012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099208953782394, 40.051599956119396 ], [ -75.098222573530705, 40.051032833783097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5344, "tnode_": 5132, "lpoly_": null, "rpoly_": null, "length": 560.97065758999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 59720, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 840137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 35641, "Shape__Length": 223.63076400037448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101373466103496, 40.050992900654499 ], [ -75.100170716607707, 40.052224588631098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5368, "tnode_": 5308, "lpoly_": null, "rpoly_": null, "length": 189.77640938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6434, "l_t_add": 6498, "r_f_add": 6437, "r_t_add": 6499, "st_code": 68600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840138, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35642, "Shape__Length": 75.652424765278198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094595516164006, 40.050664874245399 ], [ -75.094186624470296, 40.051080393115903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5417, "tnode_": 5238, "lpoly_": null, "rpoly_": null, "length": 476.37006058999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6430, "r_f_add": 6401, "r_t_add": 6429, "st_code": 61060, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35643, "Shape__Length": 189.91334822256144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097245999216597, 40.050480170751399 ], [ -75.096244278240306, 40.051537259845098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5327, "tnode_": 5417, "lpoly_": null, "rpoly_": null, "length": 339.52283862000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 341, "l_t_add": 399, "r_f_add": 322, "r_t_add": 398, "st_code": 50500, "l_hundred": 300, "r_hundred": 300, "seg_id": 840140, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35644, "Shape__Length": 135.19535913334735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098222573530705, 40.051032833783097 ], [ -75.097245999216597, 40.050480170751399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5434, "tnode_": 5371, "lpoly_": null, "rpoly_": null, "length": 209.12168195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6172, "l_t_add": 6198, "r_f_add": 6175, "r_t_add": 6199, "st_code": 59720, "l_hundred": 6100, "r_hundred": 6100, "seg_id": 840141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 35645, "Shape__Length": 83.278404849291533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103403747799405, 40.050524908334403 ], [ -75.102813423936993, 40.050876673444897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5438, "tnode_": 5229, "lpoly_": null, "rpoly_": null, "length": 563.00380554999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 41160, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 840142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35646, "Shape__Length": 224.44321600765088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100408427670203, 40.050359429120299 ], [ -75.099208953782394, 40.051599956119396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5344, "tnode_": 5438, "lpoly_": null, "rpoly_": null, "length": 355.3027071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 255, "l_t_add": 299, "r_f_add": 238, "r_t_add": 298, "st_code": 68860, "l_hundred": 200, "r_hundred": 200, "seg_id": 840143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 35647, "Shape__Length": 141.51780732943519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101373466103496, 40.050992900654499 ], [ -75.100408427670203, 40.050359429120299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5417, "tnode_": 5479, "lpoly_": null, "rpoly_": null, "length": 281.66328042000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 414, "st_code": 50500, "l_hundred": 400, "r_hundred": 400, "seg_id": 840145, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35648, "Shape__Length": 112.1428747974749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097245999216597, 40.050480170751399 ], [ -75.096418479841802, 40.050040396120501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5434, "tnode_": 5574, "lpoly_": null, "rpoly_": null, "length": 439.80430566000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 74780, "l_hundred": 200, "r_hundred": 200, "seg_id": 840146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS ST", "stname": "STEVENS ST", "objectid": 35649, "Shape__Length": 175.28806554660792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103403747799405, 40.050524908334403 ], [ -75.103064050365006, 40.050220050520302 ], [ -75.102395261104704, 40.049599246509402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5371, "tnode_": 5495, "lpoly_": null, "rpoly_": null, "length": 389.59417147000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 243, "r_f_add": 200, "r_t_add": 242, "st_code": 28320, "l_hundred": 200, "r_hundred": 200, "seg_id": 840147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 35650, "Shape__Length": 155.26192933906893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102813423936993, 40.050876673444897 ], [ -75.101893203959705, 40.050074381260501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5495, "tnode_": 5571, "lpoly_": null, "rpoly_": null, "length": 246.65795432000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 245, "l_t_add": 299, "r_f_add": 244, "r_t_add": 298, "st_code": 28320, "l_hundred": 200, "r_hundred": 200, "seg_id": 840149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 35651, "Shape__Length": 98.313358269928827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101893203959705, 40.050074381260501 ], [ -75.101338172518496, 40.049548520909298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5534, "tnode_": 5327, "lpoly_": null, "rpoly_": null, "length": 562.19135016999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6300, "l_t_add": 6398, "r_f_add": 6301, "r_t_add": 6399, "st_code": 72460, "l_hundred": 6300, "r_hundred": 6300, "seg_id": 840151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35652, "Shape__Length": 224.13256899587168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099391083402907, 40.0497777211135 ], [ -75.098222573530705, 40.051032833783097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5438, "tnode_": 5534, "lpoly_": null, "rpoly_": null, "length": 354.99394294000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 68860, "l_hundred": 300, "r_hundred": 300, "seg_id": 840152, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 35653, "Shape__Length": 141.35703391617315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100408427670203, 40.050359429120299 ], [ -75.099391083402907, 40.0497777211135 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5550, "tnode_": 5368, "lpoly_": null, "rpoly_": null, "length": 485.19722137000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6432, "r_f_add": 6401, "r_t_add": 6435, "st_code": 68600, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840154, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35654, "Shape__Length": 193.42488715260123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095625542774997, 40.0495936978852 ], [ -75.094595516164006, 40.050664874245399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5479, "tnode_": 5550, "lpoly_": null, "rpoly_": null, "length": 275.24049257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 431, "l_t_add": 499, "r_f_add": 416, "r_t_add": 498, "st_code": 50500, "l_hundred": 400, "r_hundred": 400, "seg_id": 840155, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35655, "Shape__Length": 109.5962146187284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096418479841802, 40.050040396120501 ], [ -75.095625542774997, 40.0495936978852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5534, "tnode_": 5621, "lpoly_": null, "rpoly_": null, "length": 341.77679596000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 461, "r_f_add": 400, "r_t_add": 458, "st_code": 68860, "l_hundred": 400, "r_hundred": 400, "seg_id": 840156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 35656, "Shape__Length": 136.0839630301536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099391083402907, 40.0497777211135 ], [ -75.098399050443305, 40.049230899257601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5550, "tnode_": 5634, "lpoly_": null, "rpoly_": null, "length": 342.55581775999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEVICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 530, "st_code": 50500, "l_hundred": 500, "r_hundred": 500, "seg_id": 840159, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEVICK ST", "stname": "LEVICK ST", "objectid": 35657, "Shape__Length": 136.4030964475684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095625542774997, 40.0495936978852 ], [ -75.094644399395506, 40.049031809320603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4873, "tnode_": 4910, "lpoly_": null, "rpoly_": null, "length": 194.52508854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 36900, "l_hundred": 200, "r_hundred": 200, "seg_id": 840160, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 35658, "Shape__Length": 77.457181212119849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097794793002905, 40.053929064992502 ], [ -75.097228748515107, 40.053619326382702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5024, "tnode_": 4873, "lpoly_": null, "rpoly_": null, "length": 459.18034951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6438, "l_t_add": 6498, "r_f_add": 6501, "r_t_add": 6523, "st_code": 59720, "l_hundred": 6400, "r_hundred": 6500, "seg_id": 840161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 35659, "Shape__Length": 183.05399296494696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098784955203001, 40.052924132914598 ], [ -75.097794793002905, 40.053929064992502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4910, "tnode_": 5066, "lpoly_": null, "rpoly_": null, "length": 669.86968083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 36900, "l_hundred": 300, "r_hundred": 300, "seg_id": 840162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 35660, "Shape__Length": 266.73776436213029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097228748515107, 40.053619326382702 ], [ -75.095290313023995, 40.052541161634799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4984, "tnode_": 5118, "lpoly_": null, "rpoly_": null, "length": 579.31661805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 52920, "l_hundred": 400, "r_hundred": 400, "seg_id": 840163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35661, "Shape__Length": 230.68317484282267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094768633474501, 40.053104090403998 ], [ -75.093098663924494, 40.052164896459502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5040, "tnode_": 5153, "lpoly_": null, "rpoly_": null, "length": 488.44986552999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31000, "l_hundred": 200, "r_hundred": 200, "seg_id": 840164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBRIDGE ST", "stname": "ELBRIDGE ST", "objectid": 35662, "Shape__Length": 194.55225484692357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100100426146795, 40.052897165679198 ], [ -75.098768560672099, 40.052030960846899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5066, "tnode_": 5207, "lpoly_": null, "rpoly_": null, "length": 569.3248083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 36900, "l_hundred": 400, "r_hundred": 400, "seg_id": 840165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 35663, "Shape__Length": 226.70350155033273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095290313023995, 40.052541161634799 ], [ -75.093650433437702, 40.051616830607301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5118, "tnode_": 5234, "lpoly_": null, "rpoly_": null, "length": 444.40911349000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 525, "r_f_add": 500, "r_t_add": 540, "st_code": 52920, "l_hundred": 500, "r_hundred": 500, "seg_id": 840166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35664, "Shape__Length": 176.9563848410786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093098663924494, 40.052164896459502 ], [ -75.091811087341299, 40.051451306761301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5234, "tnode_": 5296, "lpoly_": null, "rpoly_": null, "length": 217.49770776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 527, "l_t_add": 599, "r_f_add": 542, "r_t_add": 598, "st_code": 52920, "l_hundred": 500, "r_hundred": 500, "seg_id": 840167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35665, "Shape__Length": 86.59988865961661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091811087341299, 40.051451306761301 ], [ -75.0911761369115, 40.051107246906099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5296, "tnode_": 5453, "lpoly_": null, "rpoly_": null, "length": 618.19503611000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 52920, "l_hundred": 600, "r_hundred": 600, "seg_id": 840168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35666, "Shape__Length": 246.15456500542538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0911761369115, 40.051107246906099 ], [ -75.089390462477795, 40.050108903931203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5453, "tnode_": 5601, "lpoly_": null, "rpoly_": null, "length": 613.95152498000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 747, "r_f_add": 700, "r_t_add": 734, "st_code": 52920, "l_hundred": 700, "r_hundred": 700, "seg_id": 840169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35667, "Shape__Length": 244.51748489595263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089390462477795, 40.050108903931203 ], [ -75.087698114158997, 40.049037019499501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4757, "tnode_": 4677, "lpoly_": null, "rpoly_": null, "length": 260.64716923000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 41160, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840170, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35668, "Shape__Length": 103.85046608973519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096144243885803, 40.054720834209398 ], [ -75.095478829374102, 40.055221317517201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4831, "tnode_": 4757, "lpoly_": null, "rpoly_": null, "length": 248.40076221000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 41160, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840171, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35669, "Shape__Length": 99.028616291733655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0966775827427, 40.054175859384998 ], [ -75.096144243885803, 40.054720834209398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4910, "tnode_": 4831, "lpoly_": null, "rpoly_": null, "length": 254.7701954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6532, "l_t_add": 6598, "r_f_add": 6533, "r_t_add": 6599, "st_code": 41160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840172, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35670, "Shape__Length": 101.56486138390157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097228748515107, 40.053619326382702 ], [ -75.0966775827427, 40.054175859384998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4996, "tnode_": 4910, "lpoly_": null, "rpoly_": null, "length": 246.60930008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6514, "l_t_add": 6530, "r_f_add": 6515, "r_t_add": 6531, "st_code": 41160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840173, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35671, "Shape__Length": 98.312405218541613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097759053108305, 40.0530787567807 ], [ -75.097228748515107, 40.053619326382702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5076, "tnode_": 4996, "lpoly_": null, "rpoly_": null, "length": 218.98051617000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6512, "r_f_add": 6501, "r_t_add": 6513, "st_code": 41160, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840174, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35672, "Shape__Length": 87.293546161805338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098237097391603, 40.052602945056101 ], [ -75.097759053108305, 40.0530787567807 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5153, "tnode_": 5076, "lpoly_": null, "rpoly_": null, "length": 256.02974983999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6430, "l_t_add": 6498, "r_f_add": 6421, "r_t_add": 6499, "st_code": 41160, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840175, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35673, "Shape__Length": 102.07630687034047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098768560672099, 40.052030960846899 ], [ -75.098237097391603, 40.052602945056101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5229, "tnode_": 5153, "lpoly_": null, "rpoly_": null, "length": 199.62721333, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6428, "r_f_add": 6401, "r_t_add": 6419, "st_code": 41160, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840176, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35674, "Shape__Length": 79.574938083679839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099208953782394, 40.051599956119396 ], [ -75.098768560672099, 40.052030960846899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5238, "tnode_": 5310, "lpoly_": null, "rpoly_": null, "length": 278.25563944000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 421, "r_f_add": 400, "r_t_add": 424, "st_code": 63200, "l_hundred": 400, "r_hundred": 400, "seg_id": 840177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 35675, "Shape__Length": 110.78495577706271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096244278240306, 40.051537259845098 ], [ -75.095422742810001, 40.051107301658803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5310, "tnode_": 5368, "lpoly_": null, "rpoly_": null, "length": 282.145024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 423, "l_t_add": 499, "r_f_add": 426, "r_t_add": 498, "st_code": 63200, "l_hundred": 400, "r_hundred": 400, "seg_id": 840178, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 35676, "Shape__Length": 112.33695215639425 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095422742810001, 40.051107301658803 ], [ -75.094595516164006, 40.050664874245399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5024, "tnode_": 5076, "lpoly_": null, "rpoly_": null, "length": 192.90349896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 217, "l_t_add": 299, "r_f_add": 220, "r_t_add": 298, "st_code": 63200, "l_hundred": 200, "r_hundred": 200, "seg_id": 840179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 35677, "Shape__Length": 76.81987505559924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098784955203001, 40.052924132914598 ], [ -75.098237097391603, 40.052602945056101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5076, "tnode_": 5145, "lpoly_": null, "rpoly_": null, "length": 341.56042748000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 325, "r_f_add": 300, "r_t_add": 330, "st_code": 63200, "l_hundred": 300, "r_hundred": 300, "seg_id": 840180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 35678, "Shape__Length": 136.0020897112864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.098237097391603, 40.052602945056101 ], [ -75.098204861121602, 40.052573691381198 ], [ -75.098182827026307, 40.052555709043098 ], [ -75.098127398268502, 40.052519483015999 ], [ -75.097245199541703, 40.0520605655785 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4996, "tnode_": 5150, "lpoly_": null, "rpoly_": null, "length": 677.67547487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 41740, "l_hundred": 300, "r_hundred": 300, "seg_id": 840181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 35679, "Shape__Length": 269.84895423008345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097759053108305, 40.0530787567807 ], [ -75.095805295554598, 40.051980371788801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5145, "tnode_": 5238, "lpoly_": null, "rpoly_": null, "length": 338.90254691999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 327, "l_t_add": 399, "r_f_add": 332, "r_t_add": 398, "st_code": 63200, "l_hundred": 300, "r_hundred": 300, "seg_id": 840182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 35680, "Shape__Length": 134.93168230218637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097245199541703, 40.0520605655785 ], [ -75.096244278240306, 40.051537259845098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5150, "tnode_": 5308, "lpoly_": null, "rpoly_": null, "length": 559.30542078999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 41740, "l_hundred": 400, "r_hundred": 400, "seg_id": 840183, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 35681, "Shape__Length": 222.70656516512969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095805295554598, 40.051980371788801 ], [ -75.094186624470296, 40.051080393115903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5308, "tnode_": 5393, "lpoly_": null, "rpoly_": null, "length": 331.23810536999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 532, "st_code": 41740, "l_hundred": 500, "r_hundred": 500, "seg_id": 840184, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 35682, "Shape__Length": 131.89083488310746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094186624470296, 40.051080393115903 ], [ -75.0932258363366, 40.050549711085402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5393, "tnode_": 5472, "lpoly_": null, "rpoly_": null, "length": 342.66634153999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 533, "l_t_add": 599, "r_f_add": 534, "r_t_add": 598, "st_code": 41740, "l_hundred": 500, "r_hundred": 500, "seg_id": 840185, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 35683, "Shape__Length": 136.44922082177249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0932258363366, 40.050549711085402 ], [ -75.092244643975107, 40.049987351170103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5472, "tnode_": 5540, "lpoly_": null, "rpoly_": null, "length": 280.19400145000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELLERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 41740, "l_hundred": 600, "r_hundred": 600, "seg_id": 840186, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELLERMAN ST", "stname": "HELLERMAN ST", "objectid": 35684, "Shape__Length": 111.55507266258149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092244643975107, 40.049987351170103 ], [ -75.091418671344996, 40.049552971719201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4911, "tnode_": 4828, "lpoly_": null, "rpoly_": null, "length": 255.4881784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6822, "r_f_add": 6801, "r_t_add": 6823, "st_code": 17620, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35685, "Shape__Length": 101.85777982586744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088950599555702, 40.053489024301498 ], [ -75.0884109665528, 40.054054637210598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5014, "tnode_": 4911, "lpoly_": null, "rpoly_": null, "length": 308.33855085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6728, "l_t_add": 6798, "r_f_add": 6727, "r_t_add": 6799, "st_code": 17620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35686, "Shape__Length": 122.92841001393735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089599114295197, 40.052804869186197 ], [ -75.088950599555702, 40.053489024301498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5104, "tnode_": 5014, "lpoly_": null, "rpoly_": null, "length": 256.09894904000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6726, "r_f_add": 6701, "r_t_add": 6725, "st_code": 17620, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35687, "Shape__Length": 102.10273550590769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090133581813902, 40.052234305577898 ], [ -75.089599114295197, 40.052804869186197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5189, "tnode_": 5104, "lpoly_": null, "rpoly_": null, "length": 256.69883255000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6621, "r_t_add": 6699, "st_code": 17620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35688, "Shape__Length": 102.34322521752938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090665024874795, 40.051660056511402 ], [ -75.090133581813902, 40.052234305577898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5296, "tnode_": 5189, "lpoly_": null, "rpoly_": null, "length": 247.03629152000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6618, "r_f_add": 6601, "r_t_add": 6619, "st_code": 17620, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35689, "Shape__Length": 98.490218556605512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0911761369115, 40.051107246906099 ], [ -75.090665024874795, 40.051660056511402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5366, "tnode_": 5296, "lpoly_": null, "rpoly_": null, "length": 229.02408286, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6522, "l_t_add": 6598, "r_f_add": 6521, "r_t_add": 6599, "st_code": 17620, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35690, "Shape__Length": 91.309076078188468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0916451455969, 40.050594567943598 ], [ -75.091565777687805, 40.050717235434497 ], [ -75.0911761369115, 40.051107246906099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5472, "tnode_": 5366, "lpoly_": null, "rpoly_": null, "length": 278.414959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6520, "r_f_add": 6501, "r_t_add": 6519, "st_code": 17620, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35691, "Shape__Length": 110.98519637900195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092244643975107, 40.049987351170103 ], [ -75.091757775736596, 40.050514007762899 ], [ -75.0916451455969, 40.050594567943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4757, "tnode_": 4897, "lpoly_": null, "rpoly_": null, "length": 665.21133242000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 33440, "l_hundred": 300, "r_hundred": 300, "seg_id": 840196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35692, "Shape__Length": 264.89176827530594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096144243885803, 40.054720834209398 ], [ -75.094225778573502, 40.053643277198297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4897, "tnode_": 5030, "lpoly_": null, "rpoly_": null, "length": 570.7223315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 33440, "l_hundred": 400, "r_hundred": 400, "seg_id": 840197, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35693, "Shape__Length": 227.25372884216097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.094225778573502, 40.053643277198297 ], [ -75.092567859331197, 40.052731513255601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5030, "tnode_": 5078, "lpoly_": null, "rpoly_": null, "length": 206.53005543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 528, "st_code": 33440, "l_hundred": 500, "r_hundred": 500, "seg_id": 840198, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35694, "Shape__Length": 82.24662637542292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092567859331197, 40.052731513255601 ], [ -75.091982019385796, 40.052386916516703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4956, "tnode_": 5104, "lpoly_": null, "rpoly_": null, "length": 686.09390423999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 78940, "l_hundred": 500, "r_hundred": 500, "seg_id": 840199, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35695, "Shape__Length": 273.18541032641747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092133980007105, 40.053187522820402 ], [ -75.091991579283501, 40.053252286116702 ], [ -75.0919334938351, 40.053238656599497 ], [ -75.091802793154997, 40.053174204452702 ], [ -75.091218828517199, 40.052845360371499 ], [ -75.090133581813902, 40.052234305577898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5078, "tnode_": 5189, "lpoly_": null, "rpoly_": null, "length": 453.91632557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 515, "l_t_add": 599, "r_f_add": 530, "r_t_add": 598, "st_code": 33440, "l_hundred": 500, "r_hundred": 500, "seg_id": 840200, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35696, "Shape__Length": 180.74123773970072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091982019385796, 40.052386916516703 ], [ -75.090665024874795, 40.051660056511402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5189, "tnode_": 5356, "lpoly_": null, "rpoly_": null, "length": 614.31636866999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 33440, "l_hundred": 600, "r_hundred": 600, "seg_id": 840201, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35697, "Shape__Length": 244.60189921824104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090665024874795, 40.051660056511402 ], [ -75.088876156525302, 40.050683351270401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4677, "tnode_": 4818, "lpoly_": null, "rpoly_": null, "length": 616.92225942999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 78940, "l_hundred": 300, "r_hundred": 300, "seg_id": 840202, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35698, "Shape__Length": 245.67130181335867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095478829374102, 40.055221317517201 ], [ -75.093709000486101, 40.0542121895731 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4818, "tnode_": 4956, "lpoly_": null, "rpoly_": null, "length": 591.46883053, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 78940, "l_hundred": 400, "r_hundred": 400, "seg_id": 840203, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35699, "Shape__Length": 235.58726736916151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093709000486101, 40.0542121895731 ], [ -75.092647686660598, 40.053644222860697 ], [ -75.092334963605893, 40.053464990441597 ], [ -75.092230722954696, 40.053405246112398 ], [ -75.092133980007105, 40.053187522820402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4176, "tnode_": 4237, "lpoly_": null, "rpoly_": null, "length": 289.92581160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 78240, "l_hundred": 300, "r_hundred": 300, "seg_id": 840204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35700, "Shape__Length": 115.42874250021539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090849182220197, 40.058255892813897 ], [ -75.089974077250602, 40.057830165076901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4237, "tnode_": 4366, "lpoly_": null, "rpoly_": null, "length": 542.44643378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 78240, "l_hundred": 400, "r_hundred": 400, "seg_id": 840205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35701, "Shape__Length": 216.01755126096072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089974077250602, 40.057830165076901 ], [ -75.088411613404006, 40.056949349546301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4377, "tnode_": 4386, "lpoly_": null, "rpoly_": null, "length": 229.87290911999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 51640, "l_hundred": 200, "r_hundred": 200, "seg_id": 840206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35702, "Shape__Length": 91.424111380269764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093337587866301, 40.057023414385903 ], [ -75.092526919873805, 40.0569227034688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4386, "tnode_": 4412, "lpoly_": null, "rpoly_": null, "length": 336.5196662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 51640, "l_hundred": 300, "r_hundred": 300, "seg_id": 840207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35703, "Shape__Length": 133.84888547511895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092526919873805, 40.0569227034688 ], [ -75.091351660050606, 40.0567283233149 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4505, "tnode_": 4337, "lpoly_": null, "rpoly_": null, "length": 355.8818422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7016, "l_t_add": 7098, "r_f_add": 7013, "r_t_add": 7099, "st_code": 62080, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840208, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35704, "Shape__Length": 142.08142155590247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085768248187307, 40.056125549929398 ], [ -75.085687976581596, 40.057100537330498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4366, "tnode_": 4536, "lpoly_": null, "rpoly_": null, "length": 618.21354726999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 78240, "l_hundred": 500, "r_hundred": 500, "seg_id": 840209, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35705, "Shape__Length": 246.1804138738749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088411613404006, 40.056949349546301 ], [ -75.086621991530606, 40.055954939606501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4412, "tnode_": 4580, "lpoly_": null, "rpoly_": null, "length": 610.12898696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 51640, "l_hundred": 400, "r_hundred": 400, "seg_id": 840210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35706, "Shape__Length": 242.96490112306142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091351660050606, 40.0567283233149 ], [ -75.089591967934894, 40.055740025055698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4608, "tnode_": 4505, "lpoly_": null, "rpoly_": null, "length": 252.0880702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7014, "r_f_add": 7001, "r_t_add": 7011, "st_code": 62080, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840211, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35707, "Shape__Length": 100.64297570128475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085797452588295, 40.055433903086403 ], [ -75.085768248187307, 40.056125549929398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4536, "tnode_": 4608, "lpoly_": null, "rpoly_": null, "length": 300.094522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 613, "r_f_add": 600, "r_t_add": 610, "st_code": 78240, "l_hundred": 600, "r_hundred": 600, "seg_id": 840212, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35708, "Shape__Length": 119.52891048769196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086621991530606, 40.055954939606501 ], [ -75.086179193280998, 40.055703540983998 ], [ -75.085960114263798, 40.055576179679299 ], [ -75.085878202439105, 40.0555118915874 ], [ -75.085797452588295, 40.055433903086403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4648, "tnode_": 4536, "lpoly_": null, "rpoly_": null, "length": 327.99950017000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 17620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35709, "Shape__Length": 130.76970944880637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087315382959204, 40.055229126711303 ], [ -75.086621991530606, 40.055954939606501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4491, "tnode_": 4648, "lpoly_": null, "rpoly_": null, "length": 623.82111476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 28640, "l_hundred": 500, "r_hundred": 500, "seg_id": 840214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 35710, "Shape__Length": 248.41364930343462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089117098625294, 40.056236659471203 ], [ -75.087882933943504, 40.0555333876719 ], [ -75.087315382959204, 40.055229126711303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4608, "tnode_": 4692, "lpoly_": null, "rpoly_": null, "length": 325.69458426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 615, "l_t_add": 699, "r_f_add": 612, "r_t_add": 698, "st_code": 78240, "l_hundred": 600, "r_hundred": 600, "seg_id": 840215, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35711, "Shape__Length": 129.70646876153447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085797452588295, 40.055433903086403 ], [ -75.084873410604601, 40.054890626592801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4676, "tnode_": 4731, "lpoly_": null, "rpoly_": null, "length": 174.27996757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 47560, "l_hundred": 300, "r_hundred": 300, "seg_id": 840216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35712, "Shape__Length": 69.40190795179231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093658987588398, 40.055071682179701 ], [ -75.093158693567005, 40.0547869335185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4580, "tnode_": 4737, "lpoly_": null, "rpoly_": null, "length": 629.58900144000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 51640, "l_hundred": 500, "r_hundred": 500, "seg_id": 840217, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35713, "Shape__Length": 250.75233214679179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089591967934894, 40.055740025055698 ], [ -75.087836168809005, 40.054659952527899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4765, "tnode_": 4608, "lpoly_": null, "rpoly_": null, "length": 369.93638332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6910, "l_t_add": 6998, "r_f_add": 6925, "r_t_add": 6999, "st_code": 62080, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840218, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35714, "Shape__Length": 147.69026612362782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085850281388701, 40.054419196756498 ], [ -75.085797452588295, 40.055433903086403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4640, "tnode_": 4775, "lpoly_": null, "rpoly_": null, "length": 592.55673345000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 48040, "l_hundred": 300, "r_hundred": 300, "seg_id": 840219, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35715, "Shape__Length": 235.95697597676809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092525877219103, 40.055476261278102 ], [ -75.090808406208794, 40.054525418234903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4731, "tnode_": 4792, "lpoly_": null, "rpoly_": null, "length": 261.87300123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 47560, "l_hundred": 400, "r_hundred": 400, "seg_id": 840220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35716, "Shape__Length": 104.27301024421566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093158693567005, 40.0547869335185 ], [ -75.092393313873004, 40.0543735992688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4692, "tnode_": 4821, "lpoly_": null, "rpoly_": null, "length": 607.93226476999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 78240, "l_hundred": 700, "r_hundred": 700, "seg_id": 840221, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35717, "Shape__Length": 242.07402443870279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084873410604601, 40.054890626592801 ], [ -75.083106643250105, 40.053920194887802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4828, "tnode_": 4737, "lpoly_": null, "rpoly_": null, "length": 272.97245832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6824, "l_t_add": 6898, "r_f_add": 6825, "r_t_add": 6899, "st_code": 17620, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840222, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35718, "Shape__Length": 108.83024774186222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0884109665528, 40.054054637210598 ], [ -75.087836168809005, 40.054659952527899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4685, "tnode_": 4828, "lpoly_": null, "rpoly_": null, "length": 633.68847373999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 37340, "l_hundred": 500, "r_hundred": 500, "seg_id": 840223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 35719, "Shape__Length": 252.33930576708283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090240316095802, 40.055079251271401 ], [ -75.0884109665528, 40.054054637210598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4850, "tnode_": 4765, "lpoly_": null, "rpoly_": null, "length": 253.03099816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6908, "r_f_add": 6901, "r_t_add": 6923, "st_code": 62080, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840224, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35720, "Shape__Length": 100.90380775138532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086333931889399, 40.053832397957898 ], [ -75.085850281388701, 40.054419196756498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4737, "tnode_": 4850, "lpoly_": null, "rpoly_": null, "length": 517.42342205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 51640, "l_hundred": 600, "r_hundred": 600, "seg_id": 840225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35721, "Shape__Length": 206.03467291533119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087836168809005, 40.054659952527899 ], [ -75.086333931889399, 40.053832397957898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4775, "tnode_": 4911, "lpoly_": null, "rpoly_": null, "length": 642.65831566000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 48040, "l_hundred": 500, "r_hundred": 500, "seg_id": 840226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35722, "Shape__Length": 255.90722247140357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090808406208794, 40.054525418234903 ], [ -75.088950599555702, 40.053489024301498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4951, "tnode_": 4850, "lpoly_": null, "rpoly_": null, "length": 283.5870413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6840, "l_t_add": 6898, "r_f_add": 6841, "r_t_add": 6899, "st_code": 62080, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840227, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35723, "Shape__Length": 113.11302580452934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086797057285295, 40.053151006439101 ], [ -75.086735753025394, 40.0533549125619 ], [ -75.086676068038301, 40.053442383723102 ], [ -75.0865481796057, 40.053595515310597 ], [ -75.086333931889399, 40.053832397957898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4821, "tnode_": 4978, "lpoly_": null, "rpoly_": null, "length": 711.40586708000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 78240, "l_hundred": 800, "r_hundred": 800, "seg_id": 840228, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35724, "Shape__Length": 283.27693994072547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083106643250105, 40.053920194887802 ], [ -75.081046065657603, 40.052777238209003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4850, "tnode_": 5002, "lpoly_": null, "rpoly_": null, "length": 714.80806316999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 51640, "l_hundred": 700, "r_hundred": 700, "seg_id": 840229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35725, "Shape__Length": 284.58861101289921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086333931889399, 40.053832397957898 ], [ -75.084204321302096, 40.052749767306402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4871, "tnode_": 5014, "lpoly_": null, "rpoly_": null, "length": 647.84893074000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 47560, "l_hundred": 500, "r_hundred": 500, "seg_id": 840230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35726, "Shape__Length": 257.97318328077711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091469622437003, 40.053852048363403 ], [ -75.089599114295197, 40.052804869186197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4911, "tnode_": 5054, "lpoly_": null, "rpoly_": null, "length": 616.4060333299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 649, "r_f_add": 600, "r_t_add": 640, "st_code": 48040, "l_hundred": 600, "r_hundred": 600, "seg_id": 840231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35727, "Shape__Length": 245.45500097779032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088950599555702, 40.053489024301498 ], [ -75.087175946335293, 40.052487351134602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5095, "tnode_": 4951, "lpoly_": null, "rpoly_": null, "length": 353.62972733000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6838, "r_f_add": 6801, "r_t_add": 6839, "st_code": 62080, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840232, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35728, "Shape__Length": 141.15428316678486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086610130223804, 40.052199925114799 ], [ -75.086803550753402, 40.052753742241997 ], [ -75.086797226104196, 40.0529148613223 ], [ -75.086797057285295, 40.053151006439101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5054, "tnode_": 5095, "lpoly_": null, "rpoly_": null, "length": 189.87533934000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 651, "l_t_add": 699, "r_f_add": 642, "r_t_add": 698, "st_code": 48040, "l_hundred": 600, "r_hundred": 600, "seg_id": 840233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35729, "Shape__Length": 75.594470116023174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087175946335293, 40.052487351134602 ], [ -75.086610130223804, 40.052199925114799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5014, "tnode_": 5152, "lpoly_": null, "rpoly_": null, "length": 620.3815202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 47560, "l_hundred": 600, "r_hundred": 600, "seg_id": 840234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35730, "Shape__Length": 247.0305275789614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089599114295197, 40.052804869186197 ], [ -75.087805933016597, 40.051804207293699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5002, "tnode_": 5163, "lpoly_": null, "rpoly_": null, "length": 705.45399852000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 51640, "l_hundred": 800, "r_hundred": 800, "seg_id": 840235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35731, "Shape__Length": 280.90487837861235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084204321302096, 40.052749767306402 ], [ -75.082164880048893, 40.051612272791097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5095, "tnode_": 5203, "lpoly_": null, "rpoly_": null, "length": 433.26612723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 48040, "l_hundred": 700, "r_hundred": 700, "seg_id": 840236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35732, "Shape__Length": 172.53435642022737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086610130223804, 40.052199925114799 ], [ -75.085375813293595, 40.051482404746899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5163, "tnode_": 5333, "lpoly_": null, "rpoly_": null, "length": 596.29620852000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 51640, "l_hundred": 900, "r_hundred": 900, "seg_id": 840237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 35733, "Shape__Length": 237.43948351684512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082164880048893, 40.051612272791097 ], [ -75.080530930749305, 40.050696296947102 ], [ -75.080446465364403, 40.050645156399597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5104, "tnode_": 5261, "lpoly_": null, "rpoly_": null, "length": 616.70760212999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 78940, "l_hundred": 600, "r_hundred": 600, "seg_id": 840238, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35734, "Shape__Length": 245.56241364758083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090133581813902, 40.052234305577898 ], [ -75.088346612260594, 40.051244266687299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5315, "tnode_": 5095, "lpoly_": null, "rpoly_": null, "length": 508.52340409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6714, "l_t_add": 6798, "r_f_add": 6715, "r_t_add": 6799, "st_code": 62080, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840239, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35735, "Shape__Length": 202.91754507602448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085992142519103, 40.050887238308597 ], [ -75.086610130223804, 40.052199925114799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5152, "tnode_": 5315, "lpoly_": null, "rpoly_": null, "length": 614.23792066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 47560, "l_hundred": 700, "r_hundred": 700, "seg_id": 840240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35736, "Shape__Length": 244.55089190587427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087805933016597, 40.051804207293699 ], [ -75.0863402037849, 40.050986799522903 ], [ -75.086204772193796, 40.0509190630397 ], [ -75.086092067691695, 40.050884151065702 ], [ -75.085992142519103, 40.050887238308597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5203, "tnode_": 5391, "lpoly_": null, "rpoly_": null, "length": 703.28162219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 48040, "l_hundred": 800, "r_hundred": 800, "seg_id": 840241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35737, "Shape__Length": 280.03224474630372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085375813293595, 40.051482404746899 ], [ -75.083339302570295, 40.050352008617303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5448, "tnode_": 5315, "lpoly_": null, "rpoly_": null, "length": 314.72811652999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6712, "r_f_add": 6701, "r_t_add": 6713, "st_code": 62080, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840242, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35738, "Shape__Length": 125.63005385266729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086166877958107, 40.050033772651297 ], [ -75.085992142519103, 40.050887238308597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5479, "tnode_": 5310, "lpoly_": null, "rpoly_": null, "length": 478.28811751999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARGYLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6498, "r_f_add": 6401, "r_t_add": 6499, "st_code": 13140, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARGYLE ST", "stname": "ARGYLE ST", "objectid": 35739, "Shape__Length": 190.68195241214488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096418479841802, 40.050040396120501 ], [ -75.095422742810001, 40.051107301658803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5315, "tnode_": 5501, "lpoly_": null, "rpoly_": null, "length": 716.84975153999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 47560, "l_hundred": 800, "r_hundred": 800, "seg_id": 840244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35740, "Shape__Length": 285.42747505892851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085992142519103, 40.050887238308597 ], [ -75.083909652341305, 40.049742205368602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5391, "tnode_": 5529, "lpoly_": null, "rpoly_": null, "length": 575.36465495000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 48040, "l_hundred": 900, "r_hundred": 900, "seg_id": 840245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35741, "Shape__Length": 229.09269301463115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083339302570295, 40.050352008617303 ], [ -75.081670150018397, 40.049430500940602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5569, "tnode_": 5448, "lpoly_": null, "rpoly_": null, "length": 289.31569436000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6640, "l_t_add": 6698, "r_f_add": 6641, "r_t_add": 6699, "st_code": 62080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840246, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35742, "Shape__Length": 115.41993025939973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086589531822597, 40.049309025809798 ], [ -75.086166877958107, 40.050033772651297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5501, "tnode_": 5630, "lpoly_": null, "rpoly_": null, "length": 554.55703203000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 47560, "l_hundred": 900, "r_hundred": 900, "seg_id": 840249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35743, "Shape__Length": 220.81434933834416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083909652341305, 40.049742205368602 ], [ -75.082312907855496, 40.048841292862697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5630, "tnode_": 5788, "lpoly_": null, "rpoly_": null, "length": 664.20433445000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 47560, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840250, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 35744, "Shape__Length": 264.46163067385999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082312907855496, 40.048841292862697 ], [ -75.081818968312405, 40.048576256640402 ], [ -75.0803886650679, 40.047774855055302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5672, "tnode_": 5569, "lpoly_": null, "rpoly_": null, "length": 288.0962466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6638, "r_f_add": 6601, "r_t_add": 6639, "st_code": 62080, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35745, "Shape__Length": 114.94363850068908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086977290719204, 40.0485764604122 ], [ -75.086589531822597, 40.049309025809798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4828, "tnode_": 4951, "lpoly_": null, "rpoly_": null, "length": 558.99719031000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 37340, "l_hundred": 600, "r_hundred": 600, "seg_id": 840253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 35746, "Shape__Length": 222.59340135265495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0884109665528, 40.054054637210598 ], [ -75.086797057285295, 40.053151006439101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4978, "tnode_": 4878, "lpoly_": null, "rpoly_": null, "length": 311.43993006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7018, "r_f_add": 7001, "r_t_add": 7019, "st_code": 82820, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35747, "Shape__Length": 124.17642050024011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081046065657603, 40.052777238209003 ], [ -75.080690921424605, 40.0531752966642 ], [ -75.080413829235795, 40.053480696679301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4951, "tnode_": 5108, "lpoly_": null, "rpoly_": null, "length": 672.6847743000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 37340, "l_hundred": 700, "r_hundred": 700, "seg_id": 840255, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 35748, "Shape__Length": 267.85698302546422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086797057285295, 40.053151006439101 ], [ -75.084850656651497, 40.0520681328736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5212, "tnode_": 5152, "lpoly_": null, "rpoly_": null, "length": 163.43185868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6730, "l_t_add": 6732, "r_f_add": 6649, "r_t_add": 6709, "st_code": 76025, "l_hundred": 6700, "r_hundred": 6600, "seg_id": 840256, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35749, "Shape__Length": 65.157520599172017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088145843264499, 40.051439456605998 ], [ -75.087805933016597, 40.051804207293699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5261, "tnode_": 5212, "lpoly_": null, "rpoly_": null, "length": 90.63574808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6728, "r_f_add": 6641, "r_t_add": 6647, "st_code": 76025, "l_hundred": 6700, "r_hundred": 6600, "seg_id": 840257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35750, "Shape__Length": 36.128314941738559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088346612260594, 40.051244266687299 ], [ -75.088145843264499, 40.051439456605998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5294, "tnode_": 5163, "lpoly_": null, "rpoly_": null, "length": 304.27325082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 82820, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35751, "Shape__Length": 121.29932400953132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082814434148204, 40.050942578347197 ], [ -75.082164880048893, 40.051612272791097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5108, "tnode_": 5294, "lpoly_": null, "rpoly_": null, "length": 702.18088223999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 37340, "l_hundred": 800, "r_hundred": 800, "seg_id": 840259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 35752, "Shape__Length": 279.59431278523891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084850656651497, 40.0520681328736 ], [ -75.082814434148204, 40.050942578347197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5356, "tnode_": 5261, "lpoly_": null, "rpoly_": null, "length": 252.44498808999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6620, "l_t_add": 6698, "r_f_add": 6609, "r_t_add": 6639, "st_code": 76025, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840260, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35753, "Shape__Length": 100.6422648359311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088876156525302, 40.050683351270401 ], [ -75.088346612260594, 40.051244266687299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5386, "tnode_": 5356, "lpoly_": null, "rpoly_": null, "length": 100.73809632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6612, "l_t_add": 6618, "r_f_add": 6603, "r_t_add": 6607, "st_code": 76025, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35754, "Shape__Length": 40.164687287630358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089080265071004, 40.050455603805901 ], [ -75.088876156525302, 40.050683351270401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5391, "tnode_": 5294, "lpoly_": null, "rpoly_": null, "length": 260.52561776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 82820, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35755, "Shape__Length": 103.87422456040051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083339302570295, 40.050352008617303 ], [ -75.082814434148204, 40.050942578347197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5294, "tnode_": 5439, "lpoly_": null, "rpoly_": null, "length": 600.7813346, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 37340, "l_hundred": 900, "r_hundred": 900, "seg_id": 840263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 35756, "Shape__Length": 239.2270198689863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082814434148204, 40.050942578347197 ], [ -75.081483194243702, 40.050187493173198 ], [ -75.081088699576298, 40.0499622615704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5453, "tnode_": 5386, "lpoly_": null, "rpoly_": null, "length": 153.27172837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6610, "r_f_add": 6601, "r_t_add": 6601, "st_code": 76025, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35757, "Shape__Length": 61.109976297269604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089390462477795, 40.050108903931203 ], [ -75.089080265071004, 40.050455603805901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5460, "tnode_": 5289, "lpoly_": null, "rpoly_": null, "length": 447.64958742, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6600, "l_t_add": 6698, "r_f_add": 6601, "r_t_add": 6699, "st_code": 23400, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 35758, "Shape__Length": 178.44459071486398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088388103272607, 40.050074141529699 ], [ -75.087413236513001, 40.051048202364399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5501, "tnode_": 5391, "lpoly_": null, "rpoly_": null, "length": 273.57210998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 82820, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35759, "Shape__Length": 109.06535342042596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083909652341305, 40.049742205368602 ], [ -75.083339302570295, 40.050352008617303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5596, "tnode_": 5501, "lpoly_": null, "rpoly_": null, "length": 284.70424824000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6719, "st_code": 82820, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35760, "Shape__Length": 113.49758353801771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084512498062907, 40.0491127828655 ], [ -75.083909652341305, 40.049742205368602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5448, "tnode_": 5596, "lpoly_": null, "rpoly_": null, "length": 571.9019870699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 78940, "l_hundred": 800, "r_hundred": 800, "seg_id": 840268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35761, "Shape__Length": 227.71626747002296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086166877958107, 40.050033772651297 ], [ -75.084512498062907, 40.0491127828655 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5691, "tnode_": 5596, "lpoly_": null, "rpoly_": null, "length": 272.97468374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6618, "l_t_add": 6698, "r_f_add": 6619, "r_t_add": 6699, "st_code": 82820, "l_hundred": 6600, "r_hundred": 6600, "seg_id": 840269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 35762, "Shape__Length": 108.82159953721029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085088577293604, 40.048508206123799 ], [ -75.084512498062907, 40.0491127828655 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5596, "tnode_": 5724, "lpoly_": null, "rpoly_": null, "length": 561.5079772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 78940, "l_hundred": 900, "r_hundred": 900, "seg_id": 840270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 35763, "Shape__Length": 223.57588133927007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084512498062907, 40.0491127828655 ], [ -75.082889942275699, 40.0482066938971 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4057, "tnode_": 4123, "lpoly_": null, "rpoly_": null, "length": 259.99079321, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 551, "l_t_add": 599, "r_f_add": 550, "r_t_add": 598, "st_code": 74220, "l_hundred": 500, "r_hundred": 500, "seg_id": 840271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35764, "Shape__Length": 103.53968595714313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084983166259306, 40.058902690843297 ], [ -75.084237101430602, 40.058477576398303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4054, "tnode_": 4166, "lpoly_": null, "rpoly_": null, "length": 480.78931704000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 65740, "l_hundred": 400, "r_hundred": 400, "seg_id": 840272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35765, "Shape__Length": 191.47937532848422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088529996738401, 40.059011619807698 ], [ -75.087162126039601, 40.058213400530903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4123, "tnode_": 4195, "lpoly_": null, "rpoly_": null, "length": 308.67385687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 618, "st_code": 74220, "l_hundred": 600, "r_hundred": 600, "seg_id": 840273, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35766, "Shape__Length": 122.92218574261321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084237101430602, 40.058477576398303 ], [ -75.083345153390894, 40.057979337031597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4274, "tnode_": 3965, "lpoly_": null, "rpoly_": null, "length": 924.78577241000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 76025, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35767, "Shape__Length": 368.71953276755505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0824600885134, 40.057488011624301 ], [ -75.080508985452298, 40.059536662614697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4195, "tnode_": 4274, "lpoly_": null, "rpoly_": null, "length": 305.63723402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 621, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 74220, "l_hundred": 600, "r_hundred": 600, "seg_id": 840275, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35768, "Shape__Length": 121.71068455298555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083345153390894, 40.057979337031597 ], [ -75.0824600885134, 40.057488011624301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4333, "tnode_": 4036, "lpoly_": null, "rpoly_": null, "length": 917.77383303000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 23400, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840276, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 35769, "Shape__Length": 365.932046512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081564459713704, 40.056979511341503 ], [ -75.0796494231178, 40.059024483245501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4274, "tnode_": 4333, "lpoly_": null, "rpoly_": null, "length": 311.71744219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 731, "r_f_add": 700, "r_t_add": 730, "st_code": 74220, "l_hundred": 700, "r_hundred": 700, "seg_id": 840277, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35770, "Shape__Length": 124.13602688165247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0824600885134, 40.057488011624301 ], [ -75.081564459713704, 40.056979511341503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4411, "tnode_": 4101, "lpoly_": null, "rpoly_": null, "length": 907.54629047000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 56800, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 35771, "Shape__Length": 361.84194625536389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080674551578298, 40.056497428058599 ], [ -75.078762329605198, 40.058509282801197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4333, "tnode_": 4411, "lpoly_": null, "rpoly_": null, "length": 304.78795676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 733, "l_t_add": 799, "r_f_add": 732, "r_t_add": 798, "st_code": 74220, "l_hundred": 700, "r_hundred": 700, "seg_id": 840280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35772, "Shape__Length": 121.36547299678183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081564459713704, 40.056979511341503 ], [ -75.080674551578298, 40.056497428058599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4411, "tnode_": 4512, "lpoly_": null, "rpoly_": null, "length": 350.56177219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 825, "r_f_add": 800, "r_t_add": 838, "st_code": 74220, "l_hundred": 800, "r_hundred": 800, "seg_id": 840281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35773, "Shape__Length": 139.5968362295921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080674551578298, 40.056497428058599 ], [ -75.080197488487599, 40.056242549085503 ], [ -75.079658689854398, 40.0559348622389 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4396, "tnode_": 4472, "lpoly_": null, "rpoly_": null, "length": 309.89770619000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 621, "l_t_add": 699, "r_f_add": 610, "r_t_add": 698, "st_code": 65740, "l_hundred": 600, "r_hundred": 600, "seg_id": 840282, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35774, "Shape__Length": 123.34096070527218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0846393283895, 40.0566100664877 ], [ -75.084344282154603, 40.056462355801898 ], [ -75.083657115129398, 40.056222150951903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4472, "tnode_": 4554, "lpoly_": null, "rpoly_": null, "length": 309.67380351000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 720, "st_code": 65740, "l_hundred": 700, "r_hundred": 700, "seg_id": 840283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35775, "Shape__Length": 123.31023805849948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083657115129398, 40.056222150951903 ], [ -75.082753812787601, 40.055731402369503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4635, "tnode_": 4716, "lpoly_": null, "rpoly_": null, "length": 348.89916325999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 821, "r_f_add": 800, "r_t_add": 824, "st_code": 65740, "l_hundred": 800, "r_hundred": 800, "seg_id": 840284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35776, "Shape__Length": 138.92854054181376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081867784119694, 40.055223514240197 ], [ -75.080851618982194, 40.0546689339645 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4716, "tnode_": 4785, "lpoly_": null, "rpoly_": null, "length": 357.39094285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 823, "l_t_add": 899, "r_f_add": 826, "r_t_add": 898, "st_code": 65740, "l_hundred": 800, "r_hundred": 800, "seg_id": 840285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35777, "Shape__Length": 142.31355687264468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080851618982194, 40.0546689339645 ], [ -75.079817510495801, 40.054093589918999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5002, "tnode_": 4908, "lpoly_": null, "rpoly_": null, "length": 263.77405282000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6918, "r_f_add": 6901, "r_t_add": 6919, "st_code": 56800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 35778, "Shape__Length": 105.15921219998418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084204321302096, 40.052749767306402 ], [ -75.083645567512093, 40.053332805953502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5108, "tnode_": 5002, "lpoly_": null, "rpoly_": null, "length": 307.23828141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 56800, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 35779, "Shape__Length": 122.48835606421375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084850656651497, 40.0520681328736 ], [ -75.084204321302096, 40.052749767306402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5203, "tnode_": 5108, "lpoly_": null, "rpoly_": null, "length": 259.1154973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 56800, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 35780, "Shape__Length": 103.3121522324941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085375813293595, 40.051482404746899 ], [ -75.084850656651497, 40.0520681328736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5315, "tnode_": 5203, "lpoly_": null, "rpoly_": null, "length": 277.08584041, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 56800, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 35781, "Shape__Length": 110.44753680525282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085992142519103, 40.050887238308597 ], [ -75.085375813293595, 40.051482404746899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4648, "tnode_": 4765, "lpoly_": null, "rpoly_": null, "length": 505.23174871999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 28640, "l_hundred": 600, "r_hundred": 600, "seg_id": 840290, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 35782, "Shape__Length": 201.18298760558133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087315382959204, 40.055229126711303 ], [ -75.085850281388701, 40.054419196756498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5075, "tnode_": 5221, "lpoly_": null, "rpoly_": null, "length": 598.97884224999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 28640, "l_hundred": 900, "r_hundred": 900, "seg_id": 840291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 35783, "Shape__Length": 238.50833862216629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0816092942393, 40.052195931270298 ], [ -75.079881156477398, 40.051226450714601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4090, "tnode_": 3996, "lpoly_": null, "rpoly_": null, "length": 296.48594018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7118, "l_t_add": 7198, "r_f_add": 7115, "r_t_add": 7199, "st_code": 68600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840292, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35784, "Shape__Length": 118.20218347894391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086584661025, 40.058789443422697 ], [ -75.0859397953853, 40.059435103591902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4123, "tnode_": 3827, "lpoly_": null, "rpoly_": null, "length": 934.65786785, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 17620, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840293, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35785, "Shape__Length": 372.66853021756282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084237101430602, 40.058477576398303 ], [ -75.082279506296103, 40.060556129592896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4166, "tnode_": 4090, "lpoly_": null, "rpoly_": null, "length": 264.88228509000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7116, "r_f_add": 7101, "r_t_add": 7113, "st_code": 68600, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840294, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35786, "Shape__Length": 105.60086152645349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087162126039601, 40.058213400530903 ], [ -75.086584661025, 40.058789443422697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4366, "tnode_": 4166, "lpoly_": null, "rpoly_": null, "length": 578.24495135000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 68600, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840295, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35787, "Shape__Length": 230.53226455252386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088411613404006, 40.056949349546301 ], [ -75.087162126039601, 40.058213400530903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3826, "tnode_": 3659, "lpoly_": null, "rpoly_": null, "length": 689.59434433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7228, "l_t_add": 7298, "r_f_add": 7245, "r_t_add": 7299, "st_code": 61060, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840296, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35788, "Shape__Length": 274.8227322131678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086478300348105, 40.060680553062397 ], [ -75.084782037495998, 40.062053409851899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3904, "tnode_": 3690, "lpoly_": null, "rpoly_": null, "length": 748.66539078000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 49585, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840297, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 35789, "Shape__Length": 298.51595743503964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081404746867406, 40.060041055789497 ], [ -75.079838140867807, 40.061706802565801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3909, "tnode_": 3826, "lpoly_": null, "rpoly_": null, "length": 285.75608695999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7226, "r_f_add": 7201, "r_t_add": 7243, "st_code": 61060, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840298, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35790, "Shape__Length": 113.88552041812416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087172354091706, 40.060105293295699 ], [ -75.086478300348105, 40.060680553062397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3826, "tnode_": 3922, "lpoly_": null, "rpoly_": null, "length": 400.86195411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 81280, "l_hundred": 400, "r_hundred": 400, "seg_id": 840299, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALTER ST", "stname": "WALTER ST", "objectid": 35791, "Shape__Length": 159.65058750532617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086478300348105, 40.060680553062397 ], [ -75.085336439777507, 40.060016407880099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3984, "tnode_": 3909, "lpoly_": null, "rpoly_": null, "length": 285.81265466999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7142, "l_t_add": 7198, "r_f_add": 7143, "r_t_add": 7199, "st_code": 61060, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840300, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35792, "Shape__Length": 113.89542188841814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087885840798705, 40.059544033237202 ], [ -75.087172354091706, 40.060105293295699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4054, "tnode_": 3984, "lpoly_": null, "rpoly_": null, "length": 264.81662311999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7140, "r_f_add": 7101, "r_t_add": 7141, "st_code": 61060, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840301, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35793, "Shape__Length": 105.53797756885112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088529996738401, 40.059011619807698 ], [ -75.087885840798705, 40.059544033237202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4237, "tnode_": 4054, "lpoly_": null, "rpoly_": null, "length": 590.44842909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 61060, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840302, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLEY ST", "stname": "OAKLEY ST", "objectid": 35794, "Shape__Length": 235.30509653259929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089974077250602, 40.057830165076901 ], [ -75.088529996738401, 40.059011619807698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4195, "tnode_": 3904, "lpoly_": null, "rpoly_": null, "length": 926.87148968999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 49585, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840303, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 35795, "Shape__Length": 369.56163177052537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083345153390894, 40.057979337031597 ], [ -75.081404746867406, 40.060041055789497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3935, "tnode_": 3863, "lpoly_": null, "rpoly_": null, "length": 281.97517661000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7126, "l_t_add": 7198, "r_f_add": 7125, "r_t_add": 7199, "st_code": 72460, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840304, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35796, "Shape__Length": 112.35284703699834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088562375202599, 40.059947611412902 ], [ -75.087836031817304, 40.060483957836297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4004, "tnode_": 3935, "lpoly_": null, "rpoly_": null, "length": 271.47141511000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7124, "r_f_add": 7101, "r_t_add": 7123, "st_code": 72460, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840305, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35797, "Shape__Length": 108.16050318009769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0892715210624, 40.059439249507903 ], [ -75.088562375202599, 40.059947611412902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4176, "tnode_": 4004, "lpoly_": null, "rpoly_": null, "length": 617.1315743, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 72460, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840306, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35798, "Shape__Length": 245.89834877788087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090849182220197, 40.058255892813897 ], [ -75.0892715210624, 40.059439249507903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4386, "tnode_": 4176, "lpoly_": null, "rpoly_": null, "length": 675.59100924000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 72460, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35799, "Shape__Length": 269.21734602177429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092526919873805, 40.0569227034688 ], [ -75.090849182220197, 40.058255892813897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3863, "tnode_": 3909, "lpoly_": null, "rpoly_": null, "length": 231.38423563000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 74220, "l_hundred": 300, "r_hundred": 300, "seg_id": 840308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35800, "Shape__Length": 92.149700129518379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087836031817304, 40.060483957836297 ], [ -75.087172354091706, 40.060105293295699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3909, "tnode_": 3996, "lpoly_": null, "rpoly_": null, "length": 422.65328389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 74220, "l_hundred": 400, "r_hundred": 400, "seg_id": 840309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35801, "Shape__Length": 168.3076324147149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087172354091706, 40.060105293295699 ], [ -75.0859397953853, 40.059435103591902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3996, "tnode_": 4057, "lpoly_": null, "rpoly_": null, "length": 330.63611026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 549, "r_f_add": 500, "r_t_add": 548, "st_code": 74220, "l_hundred": 500, "r_hundred": 500, "seg_id": 840310, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 35802, "Shape__Length": 131.66910414981578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0859397953853, 40.059435103591902 ], [ -75.084983166259306, 40.058902690843297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3662, "tnode_": 3514, "lpoly_": null, "rpoly_": null, "length": 510.38473963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7340, "l_t_add": 7398, "r_f_add": 7319, "r_t_add": 7399, "st_code": 68600, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35803, "Shape__Length": 203.51075983689327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083481317994995, 40.061991004172803 ], [ -75.082412543178805, 40.063126169293902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3662, "tnode_": 3444, "lpoly_": null, "rpoly_": null, "length": 646.64659035999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7320, "l_t_add": 7398, "r_f_add": 7329, "r_t_add": 7399, "st_code": 62080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840312, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35804, "Shape__Length": 258.19309298193997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083481317994995, 40.061991004172803 ], [ -75.0835174186643, 40.063765906232099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3732, "tnode_": 3662, "lpoly_": null, "rpoly_": null, "length": 212.88493294999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7338, "r_f_add": 7301, "r_t_add": 7317, "st_code": 68600, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840313, "oneway": "B", "class": 4, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35805, "Shape__Length": 84.920807802856146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083836021615895, 40.061481921324699 ], [ -75.083650059083894, 40.061658148551501 ], [ -75.083586876191404, 40.061763884072398 ], [ -75.083481317994995, 40.061991004172803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3659, "tnode_": 3732, "lpoly_": null, "rpoly_": null, "length": 336.83364432999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 25280, "l_hundred": 900, "r_hundred": 900, "seg_id": 840314, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35806, "Shape__Length": 134.16232698676902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084782037495998, 40.062053409851899 ], [ -75.083836021615895, 40.061481921324699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3749, "tnode_": 3662, "lpoly_": null, "rpoly_": null, "length": 259.88489006999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7318, "r_f_add": 7301, "r_t_add": 7327, "st_code": 62080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840315, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35807, "Shape__Length": 103.76260544836967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083527347543694, 40.0612797593975 ], [ -75.083491473147902, 40.061460680424098 ], [ -75.083485805718993, 40.061604858985497 ], [ -75.083481317994995, 40.061991004172803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3732, "tnode_": 3749, "lpoly_": null, "rpoly_": null, "length": 113.52728461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1001, "r_f_add": 1000, "r_t_add": 1000, "st_code": 25280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840316, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35808, "Shape__Length": 45.225080252552488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083836021615895, 40.061481921324699 ], [ -75.083527347543694, 40.0612797593975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3749, "tnode_": 3778, "lpoly_": null, "rpoly_": null, "length": 150.79624074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1003, "l_t_add": 1011, "r_f_add": 1002, "r_t_add": 1006, "st_code": 25280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840317, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35809, "Shape__Length": 60.059503259755623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083527347543694, 40.0612797593975 ], [ -75.083099853407703, 40.061027847807203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3778, "tnode_": 3827, "lpoly_": null, "rpoly_": null, "length": 286.8019933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1013, "l_t_add": 1099, "r_f_add": 1008, "r_t_add": 1098, "st_code": 25280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840318, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35810, "Shape__Length": 114.22249465451796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083099853407703, 40.061027847807203 ], [ -75.082279506296103, 40.060556129592896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3827, "tnode_": 3904, "lpoly_": null, "rpoly_": null, "length": 308.48043599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1117, "r_f_add": 1100, "r_t_add": 1130, "st_code": 25280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840319, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35811, "Shape__Length": 122.86063605255873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082279506296103, 40.060556129592896 ], [ -75.081404746867406, 40.060041055789497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3922, "tnode_": 3732, "lpoly_": null, "rpoly_": null, "length": 679.25953052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7234, "l_t_add": 7298, "r_f_add": 7219, "r_t_add": 7299, "st_code": 68600, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840320, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35812, "Shape__Length": 270.7994026613527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085336439777507, 40.060016407880099 ], [ -75.083836021615895, 40.061481921324699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3904, "tnode_": 3965, "lpoly_": null, "rpoly_": null, "length": 310.85302517000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1119, "l_t_add": 1199, "r_f_add": 1132, "r_t_add": 1198, "st_code": 25280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840321, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35813, "Shape__Length": 123.79460667921931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081404746867406, 40.060041055789497 ], [ -75.080508985452298, 40.059536662614697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3935, "tnode_": 3984, "lpoly_": null, "rpoly_": null, "length": 239.74037615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 35160, "l_hundred": 300, "r_hundred": 300, "seg_id": 840322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 35814, "Shape__Length": 95.484574638652148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088562375202599, 40.059947611412902 ], [ -75.087885840798705, 40.059544033237202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3996, "tnode_": 3922, "lpoly_": null, "rpoly_": null, "length": 270.85998195999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7232, "r_f_add": 7201, "r_t_add": 7217, "st_code": 68600, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840323, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35815, "Shape__Length": 107.97897080586078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0859397953853, 40.059435103591902 ], [ -75.085336439777507, 40.060016407880099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4036, "tnode_": 3801, "lpoly_": null, "rpoly_": null, "length": 758.15490449000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 23400, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840324, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 35816, "Shape__Length": 302.29283287359772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0796494231178, 40.059024483245501 ], [ -75.079597077257105, 40.059080826743099 ], [ -75.078387408937004, 40.0603503076686 ], [ -75.0780583788993, 40.060708712418602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3965, "tnode_": 4036, "lpoly_": null, "rpoly_": null, "length": 304.47050867000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1217, "r_f_add": 1200, "r_t_add": 1218, "st_code": 25280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840325, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35817, "Shape__Length": 121.26441653140817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080508985452298, 40.059536662614697 ], [ -75.0796494231178, 40.059024483245501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4036, "tnode_": 4101, "lpoly_": null, "rpoly_": null, "length": 311.26158035000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1219, "l_t_add": 1299, "r_f_add": 1220, "r_t_add": 1298, "st_code": 25280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840326, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35818, "Shape__Length": 123.96238306316054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0796494231178, 40.059024483245501 ], [ -75.079613540090193, 40.059003004656503 ], [ -75.078762329605198, 40.058509282801197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4004, "tnode_": 4054, "lpoly_": null, "rpoly_": null, "length": 259.51864653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 65740, "l_hundred": 300, "r_hundred": 300, "seg_id": 840327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 35819, "Shape__Length": 103.35471932028226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0892715210624, 40.059439249507903 ], [ -75.088529996738401, 40.059011619807698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4057, "tnode_": 3749, "lpoly_": null, "rpoly_": null, "length": 957.03706452000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 62080, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840328, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35820, "Shape__Length": 381.83859079044277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084983166259306, 40.058902690843297 ], [ -75.083798382825094, 40.060851500617801 ], [ -75.083527347543694, 40.0612797593975 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3984, "tnode_": 4090, "lpoly_": null, "rpoly_": null, "length": 456.30983364999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 35160, "l_hundred": 400, "r_hundred": 400, "seg_id": 840329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 35821, "Shape__Length": 181.72958077959089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087885840798705, 40.059544033237202 ], [ -75.086584661025, 40.058789443422697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3514, "tnode_": 3567, "lpoly_": null, "rpoly_": null, "length": 288.91889222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1026, "st_code": 17900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35822, "Shape__Length": 115.054932308963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082412543178805, 40.063126169293902 ], [ -75.081566178299298, 40.062672158763299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3567, "tnode_": 3623, "lpoly_": null, "rpoly_": null, "length": 290.34751144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1019, "l_t_add": 1099, "r_f_add": 1028, "r_t_add": 1098, "st_code": 17900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35823, "Shape__Length": 115.63161522307931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081566178299298, 40.062672158763299 ], [ -75.080727580908004, 40.062203028861198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3623, "tnode_": 3690, "lpoly_": null, "rpoly_": null, "length": 307.66381852000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1100, "r_t_add": 1120, "st_code": 17900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35824, "Shape__Length": 122.52641419991863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080727580908004, 40.062203028861198 ], [ -75.079838140867807, 40.061706802565801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3690, "tnode_": 3753, "lpoly_": null, "rpoly_": null, "length": 311.8477926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1122, "r_t_add": 1198, "st_code": 17900, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35825, "Shape__Length": 124.19650563751181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079838140867807, 40.061706802565801 ], [ -75.078943313759794, 40.061196811124702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3965, "tnode_": 3753, "lpoly_": null, "rpoly_": null, "length": 746.98269804000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 76025, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840334, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 35826, "Shape__Length": 297.8412377691929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080508985452298, 40.059536662614697 ], [ -75.079202801413203, 40.060944526355698 ], [ -75.078943313759794, 40.061196811124702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3623, "tnode_": 3472, "lpoly_": null, "rpoly_": null, "length": 554.91205642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 17620, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35827, "Shape__Length": 221.26875024990775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080727580908004, 40.062203028861198 ], [ -75.079570074140094, 40.063439731197398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3827, "tnode_": 3623, "lpoly_": null, "rpoly_": null, "length": 740.69211171999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 17620, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840336, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35828, "Shape__Length": 295.3379292381664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082279506296103, 40.060556129592896 ], [ -75.080727580908004, 40.062203028861198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3567, "tnode_": 3415, "lpoly_": null, "rpoly_": null, "length": 560.86799378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 62860, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840337, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 35829, "Shape__Length": 223.63892675144712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081566178299298, 40.062672158763299 ], [ -75.080384064408804, 40.063915353653798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3778, "tnode_": 3567, "lpoly_": null, "rpoly_": null, "length": 736.93948486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 62860, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840338, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 35830, "Shape__Length": 293.84900056675508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083099853407703, 40.061027847807203 ], [ -75.081566178299298, 40.062672158763299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3690, "tnode_": 3533, "lpoly_": null, "rpoly_": null, "length": 563.189782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 49585, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 35831, "Shape__Length": 224.56833613939898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079838140867807, 40.061706802565801 ], [ -75.078814951846596, 40.062777745326898 ], [ -75.078665160101707, 40.062962280765198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5601, "tnode_": 5672, "lpoly_": null, "rpoly_": null, "length": 262.43422884999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 749, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 52920, "l_hundred": 700, "r_hundred": 700, "seg_id": 840340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35832, "Shape__Length": 104.51981894340035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087698114158997, 40.049037019499501 ], [ -75.086977290719204, 40.0485764604122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5672, "tnode_": 5795, "lpoly_": null, "rpoly_": null, "length": 443.4304315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 52920, "l_hundred": 800, "r_hundred": 800, "seg_id": 840341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35833, "Shape__Length": 176.56039515059038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086977290719204, 40.0485764604122 ], [ -75.085696856007303, 40.047859946994599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5630, "tnode_": 5529, "lpoly_": null, "rpoly_": null, "length": 280.78416988000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6720, "l_t_add": 6798, "r_f_add": 6721, "r_t_add": 6799, "st_code": 64000, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 35834, "Shape__Length": 111.90697059014356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082312907855496, 40.048841292862697 ], [ -75.0821039097995, 40.0490567782035 ], [ -75.081812167947703, 40.049282691902903 ], [ -75.081670150018397, 40.049430500940602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5569, "tnode_": 5691, "lpoly_": null, "rpoly_": null, "length": 511.54257072000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 33440, "l_hundred": 800, "r_hundred": 800, "seg_id": 840343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35835, "Shape__Length": 203.66554258310961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086589531822597, 40.049309025809798 ], [ -75.085088577293604, 40.048508206123799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5724, "tnode_": 5630, "lpoly_": null, "rpoly_": null, "length": 282.02592668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6718, "r_f_add": 6701, "r_t_add": 6719, "st_code": 64000, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 35836, "Shape__Length": 112.43868923392843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082889942275699, 40.0482066938971 ], [ -75.082312907855496, 40.048841292862697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5691, "tnode_": 5832, "lpoly_": null, "rpoly_": null, "length": 561.61117732999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 33440, "l_hundred": 900, "r_hundred": 900, "seg_id": 840346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 35837, "Shape__Length": 223.61740922579418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085088577293604, 40.048508206123799 ], [ -75.083469154655504, 40.0475983476992 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5207, "tnode_": 5366, "lpoly_": null, "rpoly_": null, "length": 681.37390616000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 36900, "l_hundred": 500, "r_hundred": 500, "seg_id": 840350, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 35838, "Shape__Length": 271.2847361972328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093650433437702, 40.051616830607301 ], [ -75.091771194288199, 40.050587719274603 ], [ -75.0916451455969, 40.050594567943598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5366, "tnode_": 5517, "lpoly_": null, "rpoly_": null, "length": 439.43755368000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 36900, "l_hundred": 600, "r_hundred": 600, "seg_id": 840352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILHAM ST", "stname": "GILHAM ST", "objectid": 35839, "Shape__Length": 175.00868520197119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0916451455969, 40.050594567943598 ], [ -75.0915323492775, 40.050440761346202 ], [ -75.090437091586793, 40.049847533596399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2751, "tnode_": 2680, "lpoly_": null, "rpoly_": null, "length": 279.62409699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7819, "st_code": 79980, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840389, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35840, "Shape__Length": 111.4883380740994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079663666719597, 40.069212694064099 ], [ -75.079039841137302, 40.069812281002498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4978, "tnode_": 5127, "lpoly_": null, "rpoly_": null, "length": 592.46708695999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 78240, "l_hundred": 900, "r_hundred": 900, "seg_id": 840354, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 35841, "Shape__Length": 235.9175237021413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081046065657603, 40.052777238209003 ], [ -75.080189761738197, 40.052311707575299 ], [ -75.079336885326498, 40.051818402452099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3053, "tnode_": 2972, "lpoly_": null, "rpoly_": null, "length": 285.39005593999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7712, "r_f_add": 7701, "r_t_add": 7713, "st_code": 68600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35842, "Shape__Length": 113.80031531803556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078903361094007, 40.066844446435603 ], [ -75.0782984295369, 40.067475115299601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3127, "tnode_": 3053, "lpoly_": null, "rpoly_": null, "length": 298.19070842999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7618, "l_t_add": 7698, "r_f_add": 7617, "r_t_add": 7699, "st_code": 68600, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840356, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35843, "Shape__Length": 118.90418743500614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079534092953807, 40.066184740003003 ], [ -75.078903361094007, 40.066844446435603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3069, "tnode_": 3197, "lpoly_": null, "rpoly_": null, "length": 713.00556427000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 33660, "l_hundred": 900, "r_hundred": 900, "seg_id": 840357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 35844, "Shape__Length": 283.96809125508719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082138165141004, 40.066773239167603 ], [ -75.080073311174004, 40.065626917097902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3250, "tnode_": 3197, "lpoly_": null, "rpoly_": null, "length": 257.33198746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7528, "l_t_add": 7598, "r_f_add": 7527, "r_t_add": 7599, "st_code": 68600, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840358, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35845, "Shape__Length": 102.50149936264447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080796732878696, 40.065190952843402 ], [ -75.080073311174004, 40.065626917097902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3131, "tnode_": 3250, "lpoly_": null, "rpoly_": null, "length": 656.32186117000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 61100, "l_hundred": 900, "r_hundred": 900, "seg_id": 840359, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 35846, "Shape__Length": 261.39364060459758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082693542773399, 40.066250251437701 ], [ -75.080796732878696, 40.065190952843402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3294, "tnode_": 3250, "lpoly_": null, "rpoly_": null, "length": 246.17049842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7526, "r_f_add": 7501, "r_t_add": 7525, "st_code": 68600, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840360, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35847, "Shape__Length": 98.038191126902092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081512674319299, 40.064798437854002 ], [ -75.080796732878696, 40.065190952843402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3219, "tnode_": 3294, "lpoly_": null, "rpoly_": null, "length": 627.9772096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 72520, "l_hundred": 900, "r_hundred": 900, "seg_id": 840361, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35848, "Shape__Length": 249.95738584502527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083520520349097, 40.065543952788197 ], [ -75.083347265093593, 40.065534995308198 ], [ -75.083227260753901, 40.065489677692803 ], [ -75.081512674319299, 40.064798437854002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3082, "tnode_": 2905, "lpoly_": null, "rpoly_": null, "length": 530.85611562999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 69060, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35849, "Shape__Length": 211.95818711003517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083995480454305, 40.06673968194 ], [ -75.083728468215895, 40.068182430062599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3219, "tnode_": 3082, "lpoly_": null, "rpoly_": null, "length": 458.66631826999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 62080, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840363, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35850, "Shape__Length": 183.07667576586687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083520520349097, 40.065543952788197 ], [ -75.083600673354695, 40.065618540878802 ], [ -75.083651170155804, 40.065713459229798 ], [ -75.0836871011917, 40.065834081328397 ], [ -75.083995480454305, 40.06673968194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3349, "tnode_": 3415, "lpoly_": null, "rpoly_": null, "length": 262.01899115999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1016, "st_code": 72520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35851, "Shape__Length": 104.34761755567773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081147415079101, 40.064331706676803 ], [ -75.080384064408804, 40.063915353653798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3444, "tnode_": 3219, "lpoly_": null, "rpoly_": null, "length": 647.71872024000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 62080, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840365, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35852, "Shape__Length": 258.6281215256198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0835174186643, 40.063765906232099 ], [ -75.083522257191007, 40.064242629187497 ], [ -75.083520520349097, 40.065543952788197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3334, "tnode_": 3444, "lpoly_": null, "rpoly_": null, "length": 550.90892946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 17900, "l_hundred": 800, "r_hundred": 800, "seg_id": 840366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35853, "Shape__Length": 219.38826157947906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085134101277603, 40.064628512407502 ], [ -75.0835174186643, 40.063765906232099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3415, "tnode_": 3472, "lpoly_": null, "rpoly_": null, "length": 286.23034267000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1019, "l_t_add": 1099, "r_f_add": 1018, "r_t_add": 1098, "st_code": 72520, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35854, "Shape__Length": 114.0030006848957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080384064408804, 40.063915353653798 ], [ -75.079570074140094, 40.063439731197398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3514, "tnode_": 3349, "lpoly_": null, "rpoly_": null, "length": 564.13680647000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 68600, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35855, "Shape__Length": 224.9030521869438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082412543178805, 40.063126169293902 ], [ -75.081147415079101, 40.064331706676803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3444, "tnode_": 3514, "lpoly_": null, "rpoly_": null, "length": 387.23080547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 17900, "l_hundred": 900, "r_hundred": 900, "seg_id": 840369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 35856, "Shape__Length": 154.22749569616096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0835174186643, 40.063765906232099 ], [ -75.082412543178805, 40.063126169293902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3472, "tnode_": 3533, "lpoly_": null, "rpoly_": null, "length": 307.25236449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1128, "st_code": 72520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35857, "Shape__Length": 122.35283652890227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079570074140094, 40.063439731197398 ], [ -75.078665160101707, 40.062962280765198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3528, "tnode_": 3334, "lpoly_": null, "rpoly_": null, "length": 687.0464217199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7352, "r_f_add": 7301, "r_t_add": 7399, "st_code": 69060, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35858, "Shape__Length": 273.95925103472825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086570535455095, 40.063099146469803 ], [ -75.085134101277603, 40.064628512407502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3334, "tnode_": 3082, "lpoly_": null, "rpoly_": null, "length": 860.52439637999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7354, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 69060, "l_hundred": 7300, "r_hundred": 7400, "seg_id": 840372, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35859, "Shape__Length": 343.36813153148904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085134101277603, 40.064628512407502 ], [ -75.084413485135599, 40.066496747804102 ], [ -75.084244605863901, 40.066654284062601 ], [ -75.083995480454305, 40.06673968194 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3082, "tnode_": 2914, "lpoly_": null, "rpoly_": null, "length": 758.28847527999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 81800, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840373, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATSON ST", "stname": "WATSON ST", "objectid": 35860, "Shape__Length": 302.14845802366693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083995480454305, 40.06673968194 ], [ -75.083859474943793, 40.066727335754798 ], [ -75.083716639326198, 40.066749003639799 ], [ -75.083505538556906, 40.0668218258078 ], [ -75.083322144973806, 40.066910537955302 ], [ -75.083216520506795, 40.066965064613399 ], [ -75.083090662792998, 40.067039805783203 ], [ -75.082894706174201, 40.0672304158958 ], [ -75.082545949868006, 40.067555978025403 ], [ -75.082042655521406, 40.068060517535002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2989, "tnode_": 2861, "lpoly_": null, "rpoly_": null, "length": 393.43388198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 41160, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35861, "Shape__Length": 157.06328512562487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085498772932297, 40.067479681763501 ], [ -75.085371279629399, 40.067596338807398 ], [ -75.085339284869804, 40.067761743428299 ], [ -75.0853108157593, 40.0680800103883 ], [ -75.085312305435707, 40.0685214625261 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2941, "tnode_": 2989, "lpoly_": null, "rpoly_": null, "length": 297.77119015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 507, "l_t_add": 599, "r_f_add": 506, "r_t_add": 598, "st_code": 72520, "l_hundred": 500, "r_hundred": 500, "seg_id": 840375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35862, "Shape__Length": 118.58332867941375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086378316359699, 40.067939595042503 ], [ -75.085498772932297, 40.067479681763501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3001, "tnode_": 2916, "lpoly_": null, "rpoly_": null, "length": 294.64035306000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7562, "l_t_add": 7698, "r_f_add": 7617, "r_t_add": 7699, "st_code": 79980, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 840376, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35863, "Shape__Length": 117.4910982341577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081589397566106, 40.067331053417703 ], [ -75.080967424000406, 40.0679836146276 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3069, "tnode_": 3001, "lpoly_": null, "rpoly_": null, "length": 254.71850056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7540, "l_t_add": 7560, "r_f_add": 7601, "r_t_add": 7615, "st_code": 79980, "l_hundred": 7500, "r_hundred": 7600, "seg_id": 840377, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35864, "Shape__Length": 101.56511225924274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082138165141004, 40.066773239167603 ], [ -75.081589397566106, 40.067331053417703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3131, "tnode_": 3069, "lpoly_": null, "rpoly_": null, "length": 245.88334719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7520, "l_t_add": 7538, "r_f_add": 7527, "r_t_add": 7599, "st_code": 79980, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840378, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35865, "Shape__Length": 98.027538964564513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082693542773399, 40.066250251437701 ], [ -75.082138165141004, 40.066773239167603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3161, "tnode_": 2941, "lpoly_": null, "rpoly_": null, "length": 838.30890525999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7336, "l_t_add": 7398, "r_f_add": 7321, "r_t_add": 7399, "st_code": 70080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 35866, "Shape__Length": 334.25283464893414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088203003590493, 40.066114668262699 ], [ -75.086378316359699, 40.067939595042503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3219, "tnode_": 3131, "lpoly_": null, "rpoly_": null, "length": 349.43247814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7518, "r_f_add": 7501, "r_t_add": 7525, "st_code": 79980, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840380, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35867, "Shape__Length": 139.28264436414293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083520520349097, 40.065543952788197 ], [ -75.083350674205803, 40.065619833160603 ], [ -75.083259000155394, 40.065691660904598 ], [ -75.083097396965798, 40.065847197371198 ], [ -75.082693542773399, 40.066250251437701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3308, "tnode_": 3161, "lpoly_": null, "rpoly_": null, "length": 608.01577639000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7334, "r_f_add": 7301, "r_t_add": 7319, "st_code": 70080, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 35868, "Shape__Length": 242.42015130715072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089533629629997, 40.064795541394403 ], [ -75.089469800127006, 40.064866797722097 ], [ -75.088203003590493, 40.066114668262699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3361, "tnode_": 2989, "lpoly_": null, "rpoly_": null, "length": 1462.9487063499998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 41160, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35869, "Shape__Length": 583.25376839360456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088766844311095, 40.064350145300999 ], [ -75.088246861674193, 40.064866794262798 ], [ -75.088064434621202, 40.0650404307682 ], [ -75.086070490941097, 40.0670304464876 ], [ -75.085881038358096, 40.067179384388197 ], [ -75.085498772932297, 40.067479681763501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3438, "tnode_": 3473, "lpoly_": null, "rpoly_": null, "length": 151.84167126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 611, "l_t_add": 699, "r_f_add": 610, "r_t_add": 698, "st_code": 25280, "l_hundred": 600, "r_hundred": 600, "seg_id": 840383, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35870, "Shape__Length": 60.479876604176667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087898771696999, 40.0638450472089 ], [ -75.0874707681335, 40.063588933023702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3001, "tnode_": 3127, "lpoly_": null, "rpoly_": null, "length": 710.8352276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 11360, "l_hundred": 900, "r_hundred": 900, "seg_id": 840384, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 35871, "Shape__Length": 283.10837102963848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081589397566106, 40.067331053417703 ], [ -75.079534092953807, 40.066184740003003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2602, "tnode_": 2527, "lpoly_": null, "rpoly_": null, "length": 265.99563855000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7934, "r_f_add": 7901, "r_t_add": 7917, "st_code": 79980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840385, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35872, "Shape__Length": 106.06590618015071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078420867725399, 40.070422356656202 ], [ -75.077844973369395, 40.0710032344683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2511, "tnode_": 2607, "lpoly_": null, "rpoly_": null, "length": 478.47857466, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 734, "st_code": 40960, "l_hundred": 700, "r_hundred": 700, "seg_id": 840386, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35873, "Shape__Length": 190.58469893017858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083257400200395, 40.071218332646602 ], [ -75.081883619490398, 40.070436486485903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2607, "tnode_": 2649, "lpoly_": null, "rpoly_": null, "length": 221.21300553999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 725, "l_t_add": 799, "r_f_add": 736, "r_t_add": 798, "st_code": 40960, "l_hundred": 700, "r_hundred": 700, "seg_id": 840387, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35874, "Shape__Length": 88.105609115211792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081883619490398, 40.070436486485903 ], [ -75.081240213401102, 40.070083764834102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2680, "tnode_": 2602, "lpoly_": null, "rpoly_": null, "length": 281.78087736999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7821, "r_t_add": 7899, "st_code": 79980, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840388, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35875, "Shape__Length": 112.35452209675134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079039841137302, 40.069812281002498 ], [ -75.078420867725399, 40.070422356656202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2649, "tnode_": 2751, "lpoly_": null, "rpoly_": null, "length": 543.48535162000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 40960, "l_hundred": 800, "r_hundred": 800, "seg_id": 840390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35876, "Shape__Length": 216.4625856142454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081240213401102, 40.070083764834102 ], [ -75.079663666719597, 40.069212694064099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2840, "tnode_": 2751, "lpoly_": null, "rpoly_": null, "length": 278.18897631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7722, "l_t_add": 7798, "r_f_add": 7727, "r_t_add": 7799, "st_code": 79980, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840391, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35877, "Shape__Length": 110.92065059251878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080274202727495, 40.068610074082599 ], [ -75.079663666719597, 40.069212694064099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2751, "tnode_": 2895, "lpoly_": null, "rpoly_": null, "length": 683.73725607000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 40960, "l_hundred": 900, "r_hundred": 900, "seg_id": 840392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35878, "Shape__Length": 272.32355240749052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079663666719597, 40.069212694064099 ], [ -75.077686692694797, 40.068110042549201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2905, "tnode_": 2511, "lpoly_": null, "rpoly_": null, "length": 1113.76044097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 69060, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35879, "Shape__Length": 444.72267952761786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083728468215895, 40.068182430062599 ], [ -75.083257400200395, 40.071218332646602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2905, "tnode_": 2914, "lpoly_": null, "rpoly_": null, "length": 473.90943447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 58840, "l_hundred": 700, "r_hundred": 700, "seg_id": 840394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35880, "Shape__Length": 188.49984083435555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083728468215895, 40.068182430062599 ], [ -75.082042655521406, 40.068060517535002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2916, "tnode_": 2840, "lpoly_": null, "rpoly_": null, "length": 299.5366491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7720, "r_f_add": 7701, "r_t_add": 7725, "st_code": 79980, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840395, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35881, "Shape__Length": 119.41154143015807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080967424000406, 40.0679836146276 ], [ -75.080274202727495, 40.068610074082599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2916, "tnode_": 2649, "lpoly_": null, "rpoly_": null, "length": 770.58822103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 33860, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35882, "Shape__Length": 307.69121821921152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080967424000406, 40.0679836146276 ], [ -75.081046858596196, 40.068347509118503 ], [ -75.0812089710289, 40.069451688715098 ], [ -75.081265424434903, 40.069870749543398 ], [ -75.081240213401102, 40.070083764834102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2914, "tnode_": 2916, "lpoly_": null, "rpoly_": null, "length": 302.23654347999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 58840, "l_hundred": 800, "r_hundred": 800, "seg_id": 840397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35883, "Shape__Length": 120.21582576402731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082042655521406, 40.068060517535002 ], [ -75.080967424000406, 40.0679836146276 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2916, "tnode_": 3053, "lpoly_": null, "rpoly_": null, "length": 711.29420663000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 58840, "l_hundred": 900, "r_hundred": 900, "seg_id": 840398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35884, "Shape__Length": 283.28861991432439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080967424000406, 40.0679836146276 ], [ -75.078903361094007, 40.066844446435603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2840, "tnode_": 2972, "lpoly_": null, "rpoly_": null, "length": 690.45174195999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 49080, "l_hundred": 900, "r_hundred": 900, "seg_id": 840399, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 35885, "Shape__Length": 275.00992278450883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080274202727495, 40.068610074082599 ], [ -75.0782984295369, 40.067475115299601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2972, "tnode_": 3073, "lpoly_": null, "rpoly_": null, "length": 575.56865947999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 49080, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840400, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 35886, "Shape__Length": 229.21686823433379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0782984295369, 40.067475115299601 ], [ -75.076607708149496, 40.066575673045897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2972, "tnode_": 2895, "lpoly_": null, "rpoly_": null, "length": 287.76851935000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7714, "l_t_add": 7798, "r_f_add": 7715, "r_t_add": 7799, "st_code": 68600, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 35887, "Shape__Length": 114.74888363277024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0782984295369, 40.067475115299601 ], [ -75.077686692694797, 40.068110042549201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2309, "tnode_": 2229, "lpoly_": null, "rpoly_": null, "length": 353.96674711999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7946, "l_t_add": 7998, "r_f_add": 7947, "r_t_add": 7999, "st_code": 33860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840402, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35888, "Shape__Length": 141.16149392697469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078342413422405, 40.073142103774799 ], [ -75.077597407769105, 40.073927332218297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2362, "tnode_": 2309, "lpoly_": null, "rpoly_": null, "length": 256.00565342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7932, "l_t_add": 7944, "r_f_add": 7941, "r_t_add": 7945, "st_code": 33860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840403, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35889, "Shape__Length": 102.09933497977414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078870254787603, 40.072568137231301 ], [ -75.078342413422405, 40.073142103774799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2331, "tnode_": 2404, "lpoly_": null, "rpoly_": null, "length": 456.387681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 18320, "l_hundred": 600, "r_hundred": 600, "seg_id": 840404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35890, "Shape__Length": 181.77951730257337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082994433754905, 40.072953797597599 ], [ -75.081668878056206, 40.072224040573303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2427, "tnode_": 2362, "lpoly_": null, "rpoly_": null, "length": 303.13591064999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7914, "l_t_add": 7930, "r_f_add": 7915, "r_t_add": 7939, "st_code": 33860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840405, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35891, "Shape__Length": 120.88884507144125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079506452060997, 40.071894658457502 ], [ -75.078870254787603, 40.072568137231301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2494, "tnode_": 2427, "lpoly_": null, "rpoly_": null, "length": 257.13361768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7912, "r_f_add": 7901, "r_t_add": 7913, "st_code": 33860, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840406, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35892, "Shape__Length": 102.54524787830459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080040663894906, 40.071320376367098 ], [ -75.079506452060997, 40.071894658457502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2404, "tnode_": 2494, "lpoly_": null, "rpoly_": null, "length": 562.1470797500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 18320, "l_hundred": 700, "r_hundred": 700, "seg_id": 840407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35893, "Shape__Length": 223.90407607022638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081668878056206, 40.072224040573303 ], [ -75.080040663894906, 40.071320376367098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2569, "tnode_": 2494, "lpoly_": null, "rpoly_": null, "length": 280.45650168999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7817, "r_t_add": 7899, "st_code": 33860, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35894, "Shape__Length": 111.83881910553197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080636205450801, 40.0707011961197 ], [ -75.080040663894906, 40.071320376367098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2494, "tnode_": 2602, "lpoly_": null, "rpoly_": null, "length": 559.03822859000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 18320, "l_hundred": 800, "r_hundred": 800, "seg_id": 840409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35895, "Shape__Length": 222.66243378239176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080040663894906, 40.071320376367098 ], [ -75.078420867725399, 40.070422356656202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2649, "tnode_": 2569, "lpoly_": null, "rpoly_": null, "length": 281.36244237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7815, "st_code": 33860, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840410, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35896, "Shape__Length": 112.19563133570365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081240213401102, 40.070083764834102 ], [ -75.080636205450801, 40.0707011961197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2602, "tnode_": 2719, "lpoly_": null, "rpoly_": null, "length": 657.88304161000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 18320, "l_hundred": 900, "r_hundred": 900, "seg_id": 840411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35897, "Shape__Length": 262.03353477420512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078420867725399, 40.070422356656202 ], [ -75.077325123713393, 40.069818688437998 ], [ -75.076522364092199, 40.069357591083502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2569, "tnode_": 2680, "lpoly_": null, "rpoly_": null, "length": 551.78408059000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 22320, "l_hundred": 800, "r_hundred": 800, "seg_id": 840412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 35898, "Shape__Length": 219.77286239009018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080636205450801, 40.0707011961197 ], [ -75.079039841137302, 40.069812281002498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2680, "tnode_": 2804, "lpoly_": null, "rpoly_": null, "length": 669.26050746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 22320, "l_hundred": 900, "r_hundred": 900, "seg_id": 840413, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 35899, "Shape__Length": 266.56669625372518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079039841137302, 40.069812281002498 ], [ -75.077506293874094, 40.068962552673597 ], [ -75.077114259309198, 40.068723483902801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2457, "tnode_": 2404, "lpoly_": null, "rpoly_": null, "length": 282.77740425000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7823, "r_t_add": 7899, "st_code": 40100, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840414, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 35900, "Shape__Length": 112.67370977024332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082425631549299, 40.071709677305599 ], [ -75.081668878056206, 40.072224040573303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2511, "tnode_": 2457, "lpoly_": null, "rpoly_": null, "length": 293.64106983, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7821, "st_code": 40100, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 35901, "Shape__Length": 116.97038014675597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083257400200395, 40.071218332646602 ], [ -75.082425631549299, 40.071709677305599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2457, "tnode_": 2569, "lpoly_": null, "rpoly_": null, "length": 621.09918505000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 22320, "l_hundred": 700, "r_hundred": 700, "seg_id": 840416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 35902, "Shape__Length": 247.38950143682641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082425631549299, 40.071709677305599 ], [ -75.080636205450801, 40.0707011961197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2914, "tnode_": 2607, "lpoly_": null, "rpoly_": null, "length": 881.31023102000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 81800, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WATSON ST", "stname": "WATSON ST", "objectid": 35903, "Shape__Length": 351.87456147409569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082042655521406, 40.068060517535002 ], [ -75.0821681522022, 40.069173385478898 ], [ -75.082197310854099, 40.069612189887103 ], [ -75.082162002476593, 40.069835528342402 ], [ -75.082046392272304, 40.070077381178301 ], [ -75.081883619490398, 40.070436486485903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2238, "tnode_": 2069, "lpoly_": null, "rpoly_": null, "length": 806.13066152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7962, "r_f_add": 7901, "r_t_add": 7949, "st_code": 62080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840418, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35904, "Shape__Length": 321.91324430264228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084767724023294, 40.0739753188899 ], [ -75.085022275058705, 40.075779790715899 ], [ -75.085094010802393, 40.076173838167001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2334, "tnode_": 2238, "lpoly_": null, "rpoly_": null, "length": 364.4845904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7818, "l_t_add": 7898, "r_f_add": 7819, "r_t_add": 7899, "st_code": 41160, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840419, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35905, "Shape__Length": 145.54372637382656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084936866634905, 40.072983939227903 ], [ -75.084891079439402, 40.073392055824101 ], [ -75.084838657696295, 40.073650585326099 ], [ -75.084767724023294, 40.0739753188899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2411, "tnode_": 2334, "lpoly_": null, "rpoly_": null, "length": 305.11333892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7816, "r_f_add": 7801, "r_t_add": 7817, "st_code": 41160, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840420, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35906, "Shape__Length": 121.83815015667773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085047268764896, 40.072150674230599 ], [ -75.084936866634905, 40.072983939227903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2277, "tnode_": 2411, "lpoly_": null, "rpoly_": null, "length": 928.94905948999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 40960, "l_hundred": 400, "r_hundred": 400, "seg_id": 840421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35907, "Shape__Length": 370.00967400582982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087735565819401, 40.073646390150699 ], [ -75.086792887952697, 40.073123639578 ], [ -75.086048774622299, 40.072700540696601 ], [ -75.085288518988406, 40.072285179893299 ], [ -75.085047268764896, 40.072150674230599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2448, "tnode_": 2238, "lpoly_": null, "rpoly_": null, "length": 730.2270717, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 62080, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 35908, "Shape__Length": 291.5904143023518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084439947002906, 40.071986642605097 ], [ -75.084767724023294, 40.0739753188899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2411, "tnode_": 2448, "lpoly_": null, "rpoly_": null, "length": 180.1645883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 40960, "l_hundred": 500, "r_hundred": 500, "seg_id": 840423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35909, "Shape__Length": 71.694209008112352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085047268764896, 40.072150674230599 ], [ -75.084439947002906, 40.071986642605097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2644, "tnode_": 2411, "lpoly_": null, "rpoly_": null, "length": 727.63147181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7746, "l_t_add": 7798, "r_f_add": 7747, "r_t_add": 7799, "st_code": 41160, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 840424, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35910, "Shape__Length": 290.54850783639114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085352302000899, 40.070167038501097 ], [ -75.085047268764896, 40.072150674230599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2863, "tnode_": 2861, "lpoly_": null, "rpoly_": null, "length": 494.60438458000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 33660, "l_hundred": 500, "r_hundred": 500, "seg_id": 840425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 35911, "Shape__Length": 196.72692515359157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087078203809497, 40.068573915220497 ], [ -75.085312305435707, 40.0685214625261 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2863, "tnode_": 2644, "lpoly_": null, "rpoly_": null, "length": 756.34167388999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTRAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 22140, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840426, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTRAL AVE", "stname": "CENTRAL AVE", "objectid": 35912, "Shape__Length": 301.53531618454008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087078203809497, 40.068573915220497 ], [ -75.085809448389995, 40.069815003627902 ], [ -75.085611049818795, 40.069988267250203 ], [ -75.085352302000899, 40.070167038501097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2891, "tnode_": 2863, "lpoly_": null, "rpoly_": null, "length": 77.19769624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTRAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 22140, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840427, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTRAL AVE", "stname": "CENTRAL AVE", "objectid": 35913, "Shape__Length": 30.787238496961077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087234417558605, 40.068399260832997 ], [ -75.087078203809497, 40.068573915220497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2891, "tnode_": 2941, "lpoly_": null, "rpoly_": null, "length": 292.31750900999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 505, "r_f_add": 500, "r_t_add": 504, "st_code": 72520, "l_hundred": 500, "r_hundred": 500, "seg_id": 840428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35914, "Shape__Length": 116.41757398179159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087234417558605, 40.068399260832997 ], [ -75.086378316359699, 40.067939595042503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2160, "tnode_": 2238, "lpoly_": null, "rpoly_": null, "length": 607.29360643999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 18320, "l_hundred": 400, "r_hundred": 400, "seg_id": 840429, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35915, "Shape__Length": 241.88651043125316 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086539416650197, 40.074937966622798 ], [ -75.084767724023294, 40.0739753188899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2095, "tnode_": 1997, "lpoly_": null, "rpoly_": null, "length": 561.29801362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7948, "r_f_add": 7901, "r_t_add": 7949, "st_code": 19840, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 35916, "Shape__Length": 223.85525260561076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088163762277006, 40.0758410034543 ], [ -75.086983672325402, 40.077086920456203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2150, "tnode_": 2095, "lpoly_": null, "rpoly_": null, "length": 315.83501844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7814, "l_t_add": 7898, "r_f_add": 7843, "r_t_add": 7899, "st_code": 19840, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 35917, "Shape__Length": 125.95846468072915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088828058616997, 40.075140101505099 ], [ -75.088163762277006, 40.0758410034543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2160, "tnode_": 2059, "lpoly_": null, "rpoly_": null, "length": 558.71368986000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7948, "r_f_add": 7901, "r_t_add": 7949, "st_code": 15960, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 35918, "Shape__Length": 222.82538355323481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086539416650197, 40.074937966622798 ], [ -75.085372071022107, 40.076182205789003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2095, "tnode_": 2160, "lpoly_": null, "rpoly_": null, "length": 561.11621977000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 18320, "l_hundred": 300, "r_hundred": 300, "seg_id": 840433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 35919, "Shape__Length": 223.50605774199491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088163762277006, 40.0758410034543 ], [ -75.086539416650197, 40.074937966622798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2190, "tnode_": 2150, "lpoly_": null, "rpoly_": null, "length": 263.08469767000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7812, "r_f_add": 7801, "r_t_add": 7841, "st_code": 19840, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 35920, "Shape__Length": 104.92163711117018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089378358032704, 40.074554568905299 ], [ -75.088828058616997, 40.075140101505099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2224, "tnode_": 2160, "lpoly_": null, "rpoly_": null, "length": 314.68109023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7822, "l_t_add": 7898, "r_f_add": 7821, "r_t_add": 7899, "st_code": 15960, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 35921, "Shape__Length": 125.50193057850716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0871908825671, 40.0742338806172 ], [ -75.086539416650197, 40.074937966622798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2277, "tnode_": 2224, "lpoly_": null, "rpoly_": null, "length": 262.74954846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7820, "r_f_add": 7801, "r_t_add": 7819, "st_code": 15960, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840436, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNES ST", "stname": "BARNES ST", "objectid": 35922, "Shape__Length": 104.78909248066608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087735565819401, 40.073646390150699 ], [ -75.0871908825671, 40.0742338806172 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2190, "tnode_": 2277, "lpoly_": null, "rpoly_": null, "length": 566.40654518000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 40960, "l_hundred": 300, "r_hundred": 300, "seg_id": 840437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35923, "Shape__Length": 225.6067887165627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089378358032704, 40.074554568905299 ], [ -75.088033837420596, 40.0738098707373 ], [ -75.087735565819401, 40.073646390150699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2150, "tnode_": 2224, "lpoly_": null, "rpoly_": null, "length": 564.71007667000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 22320, "l_hundred": 300, "r_hundred": 300, "seg_id": 840438, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 35924, "Shape__Length": 224.93351264574301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088828058616997, 40.075140101505099 ], [ -75.0871908825671, 40.0742338806172 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2224, "tnode_": 2334, "lpoly_": null, "rpoly_": null, "length": 777.97085331000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 22320, "l_hundred": 400, "r_hundred": 400, "seg_id": 840439, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 35925, "Shape__Length": 309.87494952734136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0871908825671, 40.0742338806172 ], [ -75.084936866634905, 40.072983939227903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2129, "tnode_": 2050, "lpoly_": null, "rpoly_": null, "length": 476.03280275999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 24560, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840440, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONARD ST", "stname": "CONARD ST", "objectid": 35926, "Shape__Length": 189.82857312111747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082644162687004, 40.075302404040201 ], [ -75.082571717461605, 40.075363192308401 ], [ -75.082503663950504, 40.075436700588597 ], [ -75.081606464912497, 40.076337383767999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2129, "tnode_": 2027, "lpoly_": null, "rpoly_": null, "length": 463.48023376000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7996, "l_t_add": 7998, "r_f_add": 7911, "r_t_add": 7999, "st_code": 69060, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35927, "Shape__Length": 185.08865862382208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082644162687004, 40.075302404040201 ], [ -75.082502975546603, 40.076570077792098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2170, "tnode_": 2129, "lpoly_": null, "rpoly_": null, "length": 207.14064663000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7982, "l_t_add": 7994, "r_f_add": 7905, "r_t_add": 7909, "st_code": 69060, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35928, "Shape__Length": 82.717235678604894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082732864704397, 40.074737877506202 ], [ -75.082644162687004, 40.075302404040201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2331, "tnode_": 2170, "lpoly_": null, "rpoly_": null, "length": 654.02085581999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7980, "r_f_add": 7901, "r_t_add": 7903, "st_code": 69060, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840443, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35929, "Shape__Length": 261.16678805246431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082994433754905, 40.072953797597599 ], [ -75.082732864704397, 40.074737877506202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2511, "tnode_": 2331, "lpoly_": null, "rpoly_": null, "length": 636.47083321000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 69060, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 840444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 35930, "Shape__Length": 254.15124590385315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083257400200395, 40.071218332646602 ], [ -75.082994433754905, 40.072953797597599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2178, "tnode_": 2137, "lpoly_": null, "rpoly_": null, "length": 249.33093575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8032, "l_t_add": 8098, "r_f_add": 8025, "r_t_add": 8099, "st_code": 33860, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 840446, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35931, "Shape__Length": 99.427877387718937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0770596750599, 40.074497161806804 ], [ -75.076521926922894, 40.075042871516203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2191, "tnode_": 2103, "lpoly_": null, "rpoly_": null, "length": 499.51765312000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 70080, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 840447, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 35932, "Shape__Length": 199.21706850399983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078314229439101, 40.0743679792865 ], [ -75.077274510663102, 40.075482563808301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2152, "tnode_": 2191, "lpoly_": null, "rpoly_": null, "length": 301.79723794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 717, "r_f_add": 704, "r_t_add": 716, "st_code": 68180, "l_hundred": 700, "r_hundred": 700, "seg_id": 840448, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 35933, "Shape__Length": 120.22057620300905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079175349494705, 40.074866707072403 ], [ -75.078314229439101, 40.0743679792865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2229, "tnode_": 2178, "lpoly_": null, "rpoly_": null, "length": 256.38949578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8030, "r_f_add": 8001, "r_t_add": 8023, "st_code": 33860, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 840449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1999-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 35934, "Shape__Length": 102.24980772399553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077597407769105, 40.073927332218297 ], [ -75.0770596750599, 40.074497161806804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2191, "tnode_": 2229, "lpoly_": null, "rpoly_": null, "length": 256.92313023999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 719, "l_t_add": 799, "r_f_add": 718, "r_t_add": 798, "st_code": 68180, "l_hundred": 700, "r_hundred": 700, "seg_id": 840450, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 35935, "Shape__Length": 102.35560359140909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078314229439101, 40.0743679792865 ], [ -75.077597407769105, 40.073927332218297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2229, "tnode_": 2322, "lpoly_": null, "rpoly_": null, "length": 605.69994484999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 68180, "l_hundred": 800, "r_hundred": 800, "seg_id": 840451, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 35936, "Shape__Length": 241.29836446806976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077597407769105, 40.073927332218297 ], [ -75.075901955394698, 40.072893854735298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2450, "tnode_": 2378, "lpoly_": null, "rpoly_": null, "length": 279.04367463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7946, "l_t_add": 7958, "r_f_add": 7935, "r_t_add": 7947, "st_code": 79980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35937, "Shape__Length": 111.26171156319234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0772046591064, 40.071636833974303 ], [ -75.076583633546605, 40.072236112330302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2362, "tnode_": 2450, "lpoly_": null, "rpoly_": null, "length": 576.52520998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 51580, "l_hundred": 800, "r_hundred": 800, "seg_id": 840453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 35938, "Shape__Length": 229.63506350889122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078870254787603, 40.072568137231301 ], [ -75.0772046591064, 40.071636833974303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2450, "tnode_": 2564, "lpoly_": null, "rpoly_": null, "length": 642.96065878000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 51580, "l_hundred": 900, "r_hundred": 900, "seg_id": 840454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 35939, "Shape__Length": 256.09118304222591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0772046591064, 40.071636833974303 ], [ -75.076967907857494, 40.071506674774803 ], [ -75.076072047080302, 40.071003876867898 ], [ -75.075344351664796, 40.070601202472801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2527, "tnode_": 2450, "lpoly_": null, "rpoly_": null, "length": 292.21000224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7936, "l_t_add": 7944, "r_f_add": 7919, "r_t_add": 7933, "st_code": 79980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 35940, "Shape__Length": 116.51583545917961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077844973369395, 40.0710032344683 ], [ -75.0772046591064, 40.071636833974303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2427, "tnode_": 2527, "lpoly_": null, "rpoly_": null, "length": 570.01647222999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 38900, "l_hundred": 800, "r_hundred": 800, "seg_id": 840456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 35941, "Shape__Length": 227.02845593807561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079506452060997, 40.071894658457502 ], [ -75.077947331772705, 40.0710170307769 ], [ -75.077844973369395, 40.0710032344683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2527, "tnode_": 2647, "lpoly_": null, "rpoly_": null, "length": 653.67915491999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 38900, "l_hundred": 900, "r_hundred": 900, "seg_id": 840457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 35942, "Shape__Length": 260.34033825411814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077844973369395, 40.0710032344683 ], [ -75.077720145644605, 40.070982009094301 ], [ -75.077140541038403, 40.070660055876402 ], [ -75.076257268925204, 40.070160550627001 ], [ -75.0759310774516, 40.069988293774003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2178, "tnode_": 2263, "lpoly_": null, "rpoly_": null, "length": 617.6268188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 35280, "l_hundred": 800, "r_hundred": 800, "seg_id": 840458, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 35943, "Shape__Length": 246.01519439415227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0770596750599, 40.074497161806804 ], [ -75.075278311269102, 40.073496278702201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2309, "tnode_": 2378, "lpoly_": null, "rpoly_": null, "length": 601.6260908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 68540, "l_hundred": 800, "r_hundred": 800, "seg_id": 840459, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 35944, "Shape__Length": 239.61821127081944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078342413422405, 40.073142103774799 ], [ -75.076714641081693, 40.072225724647403 ], [ -75.076583633546605, 40.072236112330302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5529, "tnode_": 5439, "lpoly_": null, "rpoly_": null, "length": 254.31815991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6819, "st_code": 64000, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 35945, "Shape__Length": 101.3591205513377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081670150018397, 40.049430500940602 ], [ -75.081565736741993, 40.049491972737897 ], [ -75.081298803900097, 40.049730818326097 ], [ -75.081088699576298, 40.0499622615704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5529, "tnode_": 5687, "lpoly_": null, "rpoly_": null, "length": 641.6339641000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 48040, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840463, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 35946, "Shape__Length": 255.47752306625614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081670150018397, 40.049430500940602 ], [ -75.081640354137406, 40.0494208263977 ], [ -75.080903833713194, 40.048997392000103 ], [ -75.079812000336901, 40.048400708647399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3716, "tnode_": 3689, "lpoly_": null, "rpoly_": null, "length": 459.18708598000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "72ND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 89370, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 840464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "72ND AVE", "stname": "72ND AVE", "objectid": 35947, "Shape__Length": 182.64330594174507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139554161546599, 40.062813157875603 ], [ -75.141172167238096, 40.063021346521801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3951, "tnode_": 3832, "lpoly_": null, "rpoly_": null, "length": 560.01179343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 1200, "r_hundred": 0, "seg_id": 840465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35948, "Shape__Length": 222.99004133169481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135215998515207, 40.060903815812402 ], [ -75.136878393657696, 40.061759190304699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4256, "tnode_": 4086, "lpoly_": null, "rpoly_": null, "length": 626.4087875, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 900, "l_t_add": 1098, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 900, "r_hundred": 0, "seg_id": 840467, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35949, "Shape__Length": 249.52159239672682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131744177958197, 40.058720808644402 ], [ -75.133460427702801, 40.059824326795102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4740, "tnode_": 4684, "lpoly_": null, "rpoly_": null, "length": 274.82595935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 598, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 500, "r_hundred": 0, "seg_id": 840469, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 35950, "Shape__Length": 109.45457692465929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.126349009804201, 40.055425493401899 ], [ -75.127120791204902, 40.055891789492698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3855, "tnode_": 3832, "lpoly_": null, "rpoly_": null, "length": 60.78554436, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 61300, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840470, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35951, "Shape__Length": 24.262962490224403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136937643831104, 40.061598657713098 ], [ -75.136878393657696, 40.061759190304699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27980, "tnode_": 3946, "lpoly_": null, "rpoly_": null, "length": 585.22209316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 61300, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840471, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35952, "Shape__Length": 233.49429861483566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138172858387094, 40.059472788452901 ], [ -75.137288071404797, 40.060928341954501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4376, "tnode_": 4273, "lpoly_": null, "rpoly_": null, "length": 291.63391343999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6924, "r_f_add": 6901, "r_t_add": 6939, "st_code": 61300, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840472, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35953, "Shape__Length": 116.34889719057193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139069037962898, 40.058026694406898 ], [ -75.138614087792007, 40.058746901242003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4553, "tnode_": 4376, "lpoly_": null, "rpoly_": null, "length": 410.82939376000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6822, "l_t_add": 6898, "r_f_add": 6817, "r_t_add": 6899, "st_code": 61300, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840473, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35954, "Shape__Length": 163.9026278289293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139704304444507, 40.057010042151298 ], [ -75.139069037962898, 40.058026694406898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3946, "tnode_": 3855, "lpoly_": null, "rpoly_": null, "length": 263.14906179000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 61300, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35955, "Shape__Length": 105.01048833190714 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.137288071404797, 40.060928341954501 ], [ -75.136937643831104, 40.061598657713098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4469, "tnode_": 4376, "lpoly_": null, "rpoly_": null, "length": 277.48980337, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1330, "r_f_add": 1301, "r_t_add": 1331, "st_code": 89280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35956, "Shape__Length": 110.61576583835908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138445548973607, 40.057434484262501 ], [ -75.139069037962898, 40.058026694406898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4470, "tnode_": 4469, "lpoly_": null, "rpoly_": null, "length": 446.54430308000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 89280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 840476, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35957, "Shape__Length": 177.58255492311451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136852067789903, 40.057376981305303 ], [ -75.138445548973607, 40.057434484262501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4476, "tnode_": 4470, "lpoly_": null, "rpoly_": null, "length": 312.88997341000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 89280, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 840477, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35958, "Shape__Length": 124.43160017456061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135736721186504, 40.057320465123198 ], [ -75.136852067789903, 40.057376981305303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4479, "tnode_": 4476, "lpoly_": null, "rpoly_": null, "length": 405.68207254000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1070, "l_t_add": 1098, "r_f_add": 1035, "r_t_add": 1099, "st_code": 89280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35959, "Shape__Length": 161.3319405022271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134288845172605, 40.057271833083099 ], [ -75.135736721186504, 40.057320465123198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4486, "tnode_": 4479, "lpoly_": null, "rpoly_": null, "length": 416.57489063999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1000, "l_t_add": 1068, "r_f_add": 1001, "r_t_add": 1033, "st_code": 89280, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35960, "Shape__Length": 165.66394096663225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.132802392945493, 40.057216889764597 ], [ -75.134288845172605, 40.057271833083099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4488, "tnode_": 4486, "lpoly_": null, "rpoly_": null, "length": 273.66186826000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 900, "l_t_add": 998, "r_f_add": 901, "r_t_add": 999, "st_code": 89280, "l_hundred": 900, "r_hundred": 900, "seg_id": 840480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35961, "Shape__Length": 108.83021840599244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.131826068603402, 40.057178104267301 ], [ -75.132802392945493, 40.057216889764597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4496, "tnode_": 4424, "lpoly_": null, "rpoly_": null, "length": 151.3000277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERBENA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 79940, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840481, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERBENA AVE", "stname": "VERBENA AVE", "objectid": 35962, "Shape__Length": 60.362523854059759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130788434312706, 40.057130998318797 ], [ -75.130556405716703, 40.057506117612199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4496, "tnode_": 4488, "lpoly_": null, "rpoly_": null, "length": 290.96567093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "69TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 89280, "l_hundred": 800, "r_hundred": 800, "seg_id": 840482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "69TH AVE", "stname": "69TH AVE", "objectid": 35963, "Shape__Length": 115.71191655746284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130788434312706, 40.057130998318797 ], [ -75.131826068603402, 40.057178104267301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4330, "tnode_": 4282, "lpoly_": null, "rpoly_": null, "length": 124.40806905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6934, "l_t_add": 6998, "r_f_add": 6917, "r_t_add": 6999, "st_code": 49620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 35964, "Shape__Length": 49.661206463135883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1340904578433, 40.058186469304701 ], [ -75.134091344799501, 40.058422004867303 ], [ -75.134145171273502, 40.0585195784329 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4479, "tnode_": 4330, "lpoly_": null, "rpoly_": null, "length": 337.78304553000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6900, "l_t_add": 6932, "r_f_add": 6901, "r_t_add": 6915, "st_code": 49620, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNTON AVE", "stname": "LAWNTON AVE", "objectid": 35965, "Shape__Length": 134.84570421590996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.134288845172605, 40.057271833083099 ], [ -75.1340904578433, 40.058186469304701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4553, "tnode_": 27471, "lpoly_": null, "rpoly_": null, "length": 312.82123478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAINES", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 39880, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840485, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAINES ST", "stname": "HAINES ST", "objectid": 35966, "Shape__Length": 124.4867754863909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139704304444507, 40.057010042151298 ], [ -75.139811735065393, 40.057021860704801 ], [ -75.140720323385395, 40.057359038132503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4684, "tnode_": 4723, "lpoly_": null, "rpoly_": null, "length": 584.9488864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 500, "l_t_add": 598, "r_f_add": 501, "r_t_add": 599, "st_code": 60920, "l_hundred": 500, "r_hundred": 500, "seg_id": 840486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LN", "stname": "OAK LN", "objectid": 35967, "Shape__Length": 232.6346663308866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127120791204902, 40.055891789492698 ], [ -75.129189039962199, 40.055662699296199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4750, "tnode_": 4501, "lpoly_": null, "rpoly_": null, "length": 601.83173601, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "7TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6898, "r_f_add": 6801, "r_t_add": 6899, "st_code": 87930, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840487, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N 7TH ST", "stname": "N 7TH ST", "objectid": 35968, "Shape__Length": 240.09015938727586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.130001883742096, 40.055561364840798 ], [ -75.129046318001002, 40.057041312366003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5244, "tnode_": 5344, "lpoly_": null, "rpoly_": null, "length": 355.99778666000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBBINS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 253, "r_f_add": 200, "r_t_add": 236, "st_code": 68860, "l_hundred": 200, "r_hundred": 200, "seg_id": 840488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBBINS ST", "stname": "ROBBINS ST", "objectid": 35969, "Shape__Length": 141.7879057077692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.102352383120802, 40.051616670340401 ], [ -75.101373466103496, 40.050992900654499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5326, "tnode_": 5371, "lpoly_": null, "rpoly_": null, "length": 100.04314636, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEVEREAUX", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 28320, "l_hundred": 100, "r_hundred": 100, "seg_id": 840489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-09-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEVEREAUX AVE", "stname": "DEVEREAUX AVE", "objectid": 35970, "Shape__Length": 39.882608598924548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.103026386793999, 40.051097210918599 ], [ -75.102813423936993, 40.050876673444897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5091, "tnode_": 5040, "lpoly_": null, "rpoly_": null, "length": 206.49956597000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6400, "l_t_add": 6436, "r_f_add": 6401, "r_t_add": 6499, "st_code": 59720, "l_hundred": 6400, "r_hundred": 6400, "seg_id": 840490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 35971, "Shape__Length": 82.236465528813937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100683623641004, 40.0525500672913 ], [ -75.100100426146795, 40.052897165679198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4873, "tnode_": 4845, "lpoly_": null, "rpoly_": null, "length": 61.58314341000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWTOWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6500, "l_t_add": 6598, "r_f_add": 6525, "r_t_add": 6599, "st_code": 59720, "l_hundred": 6500, "r_hundred": 6500, "seg_id": 840491, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWTOWN AVE", "stname": "NEWTOWN AVE", "objectid": 35972, "Shape__Length": 24.534553176264616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097794793002905, 40.053929064992502 ], [ -75.097750856060301, 40.053978923893602 ], [ -75.097636748340307, 40.054043394875002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4677, "tnode_": 4636, "lpoly_": null, "rpoly_": null, "length": 157.69367152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6700, "l_t_add": 6798, "r_f_add": 6701, "r_t_add": 6799, "st_code": 41160, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840492, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 35973, "Shape__Length": 62.807280027290275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.095478829374102, 40.055221317517201 ], [ -75.095040501244597, 40.055493229609397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3438, "tnode_": 3132, "lpoly_": null, "rpoly_": null, "length": 1283.0316190200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELBOURNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 72460, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2014-02-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELBOURNE ST", "stname": "SHELBOURNE ST", "objectid": 35974, "Shape__Length": 511.60455842153232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087898771696999, 40.0638450472089 ], [ -75.085697425196301, 40.0661601451799 ], [ -75.085456566159905, 40.066425844131103 ], [ -75.085385136395502, 40.066477509252401 ], [ -75.0853263052214, 40.066480246489697 ], [ -75.085268600948595, 40.0664542983112 ], [ -75.085261016778503, 40.066306384024799 ], [ -75.085268565253898, 40.066296931506201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3110, "tnode_": 2891, "lpoly_": null, "rpoly_": null, "length": 823.89975295000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTRAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7336, "l_t_add": 7398, "r_f_add": 7343, "r_t_add": 7399, "st_code": 22140, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840497, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTRAL AVE", "stname": "CENTRAL AVE", "objectid": 35975, "Shape__Length": 328.50835701413337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089030582929794, 40.066607373388202 ], [ -75.087234417558605, 40.068399260832997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3260, "tnode_": 3110, "lpoly_": null, "rpoly_": null, "length": 611.01203893999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTRAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7334, "r_f_add": 7301, "r_t_add": 7341, "st_code": 22140, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840498, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTRAL AVE", "stname": "CENTRAL AVE", "objectid": 35976, "Shape__Length": 243.61417830646769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090372342235895, 40.065284286989097 ], [ -75.089030582929794, 40.066607373388202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3161, "tnode_": 3110, "lpoly_": null, "rpoly_": null, "length": 293.02953893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 78000, "l_hundred": 500, "r_hundred": 500, "seg_id": 840499, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 35977, "Shape__Length": 116.71969358306626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088203003590493, 40.066114668262699 ], [ -75.089030582929794, 40.066607373388202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2272, "tnode_": 2155, "lpoly_": null, "rpoly_": null, "length": 546.1966479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 400, "l_t_add": 498, "r_f_add": 7701, "r_t_add": 7799, "st_code": 34020, "l_hundred": 400, "r_hundred": 7700, "seg_id": 840501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 35978, "Shape__Length": 217.80152414742835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091553911620906, 40.073918808101197 ], [ -75.090358549636704, 40.075104059425797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2475, "tnode_": 2272, "lpoly_": null, "rpoly_": null, "length": 984.69668018000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 300, "l_t_add": 398, "r_f_add": 7601, "r_t_add": 7699, "st_code": 34020, "l_hundred": 300, "r_hundred": 7600, "seg_id": 840502, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 35979, "Shape__Length": 392.6607640979588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093678174851803, 40.0717701263412 ], [ -75.093558566195, 40.071961785554898 ], [ -75.093257638809305, 40.072274453298 ], [ -75.092577897312196, 40.072937121915203 ], [ -75.091553911620906, 40.073918808101197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2304, "tnode_": 2533, "lpoly_": null, "rpoly_": null, "length": 975.89607258000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 19840, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 840503, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 35980, "Shape__Length": 389.17505633361617 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090864800155401, 40.073524506022899 ], [ -75.092928124315705, 40.071364866836397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2155, "tnode_": 2190, "lpoly_": null, "rpoly_": null, "length": 339.57795356999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 40960, "l_hundred": 200, "r_hundred": 200, "seg_id": 840504, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 35981, "Shape__Length": 135.26294545671814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090358549636704, 40.075104059425797 ], [ -75.089378358032704, 40.074554568905299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3127, "tnode_": 3190, "lpoly_": null, "rpoly_": null, "length": 344.8436808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 11360, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840506, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 35982, "Shape__Length": 137.33903584014769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079534092953807, 40.066184740003003 ], [ -75.079140363654005, 40.0659628546465 ], [ -75.078534105663906, 40.065631783083298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3384, "tnode_": 3300, "lpoly_": null, "rpoly_": null, "length": 279.96075856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7514, "l_t_add": 7598, "r_f_add": 7525, "r_t_add": 7599, "st_code": 17620, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35983, "Shape__Length": 111.60903460538263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078980668064005, 40.064078148659704 ], [ -75.078513376517705, 40.064553158265198 ], [ -75.078419599734303, 40.064643500148399 ], [ -75.078351812754804, 40.064667938811198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3472, "tnode_": 3384, "lpoly_": null, "rpoly_": null, "length": 285.13612237000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7523, "st_code": 17620, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 35984, "Shape__Length": 113.70108604502433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079570074140094, 40.063439731197398 ], [ -75.078980668064005, 40.064078148659704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3053, "tnode_": 3151, "lpoly_": null, "rpoly_": null, "length": 473.58755545999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1025, "r_f_add": 1000, "r_t_add": 1024, "st_code": 58840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35985, "Shape__Length": 188.70239977153921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078903361094007, 40.066844446435603 ], [ -75.078053308759195, 40.066369861461901 ], [ -75.0778891218674, 40.066235838877297 ], [ -75.077720418360599, 40.066044421167703 ], [ -75.077675296594293, 40.065975115413998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4831, "tnode_": 4984, "lpoly_": null, "rpoly_": null, "length": 661.81993168999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 52920, "l_hundred": 300, "r_hundred": 300, "seg_id": 840511, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGEE AVE", "stname": "MAGEE AVE", "objectid": 35986, "Shape__Length": 263.53899079284486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0966775827427, 40.054175859384998 ], [ -75.094768633474501, 40.053104090403998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4716, "tnode_": 4512, "lpoly_": null, "rpoly_": null, "length": 569.370043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 29475, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840512, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 35987, "Shape__Length": 227.00600786726136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080851618982194, 40.0546689339645 ], [ -75.080436637830701, 40.055111968179297 ], [ -75.079658689854398, 40.0559348622389 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4581, "tnode_": 4725, "lpoly_": null, "rpoly_": null, "length": 615.4647345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 18960, "l_hundred": 700, "r_hundred": 700, "seg_id": 840513, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 35988, "Shape__Length": 245.08718592339096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084230195998501, 40.055604362345598 ], [ -75.082457338327998, 40.054605118488098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4725, "tnode_": 4878, "lpoly_": null, "rpoly_": null, "length": 703.58021047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 18960, "l_hundred": 800, "r_hundred": 800, "seg_id": 840514, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 35989, "Shape__Length": 280.15969142901679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082457338327998, 40.054605118488098 ], [ -75.080413829235795, 40.053480696679301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4765, "tnode_": 4908, "lpoly_": null, "rpoly_": null, "length": 744.04065094000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 28640, "l_hundred": 700, "r_hundred": 700, "seg_id": 840515, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 35990, "Shape__Length": 296.23545764992616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085850281388701, 40.054419196756498 ], [ -75.085657374810907, 40.054424118283997 ], [ -75.085576700099196, 40.0543987122294 ], [ -75.085281967460801, 40.054234973476298 ], [ -75.0843628480592, 40.053723329330502 ], [ -75.083645567512093, 40.053332805953502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4908, "tnode_": 5075, "lpoly_": null, "rpoly_": null, "length": 704.59975032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 28640, "l_hundred": 800, "r_hundred": 800, "seg_id": 840516, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 35991, "Shape__Length": 280.5676397874513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083645567512093, 40.053332805953502 ], [ -75.0816092942393, 40.052195931270298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3415, "tnode_": 3324, "lpoly_": null, "rpoly_": null, "length": 276.84490648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 62860, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 840517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 35992, "Shape__Length": 110.38684877765793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080384064408804, 40.063915353653798 ], [ -75.079794782142599, 40.0645257251511 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3324, "tnode_": 3384, "lpoly_": null, "rpoly_": null, "length": 280.19049385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 61100, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 840518, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 35993, "Shape__Length": 111.58617100516118 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079794782142599, 40.0645257251511 ], [ -75.078980668064005, 40.064078148659704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2304, "tnode_": 2321, "lpoly_": null, "rpoly_": null, "length": 111.82229777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 58840, "l_hundred": 0, "r_hundred": 0, "seg_id": 840519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 35994, "Shape__Length": 44.523806084576698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090864800155401, 40.073524506022899 ], [ -75.090518807715299, 40.073370964409698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3260, "tnode_": 3308, "lpoly_": null, "rpoly_": null, "length": 294.62857834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 512, "st_code": 25280, "l_hundred": 500, "r_hundred": 500, "seg_id": 840522, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35995, "Shape__Length": 117.34971678111179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090372342235895, 40.065284286989097 ], [ -75.089533629629997, 40.064795541394403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3361, "tnode_": 3438, "lpoly_": null, "rpoly_": null, "length": 304.77857906000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 601, "l_t_add": 609, "r_f_add": 600, "r_t_add": 608, "st_code": 25280, "l_hundred": 600, "r_hundred": 600, "seg_id": 840523, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 35996, "Shape__Length": 121.39041675508629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088766844311095, 40.064350145300999 ], [ -75.087898771696999, 40.0638450472089 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2475, "tnode_": 2533, "lpoly_": null, "rpoly_": null, "length": 256.68626804999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 101, "l_t_add": 167, "r_f_add": 100, "r_t_add": 166, "st_code": 72520, "l_hundred": 100, "r_hundred": 100, "seg_id": 840524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35997, "Shape__Length": 102.23346452133048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093678174851803, 40.0717701263412 ], [ -75.093270176470895, 40.071540545935299 ], [ -75.092928124315705, 40.071364866836397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2533, "tnode_": 2550, "lpoly_": null, "rpoly_": null, "length": 120.17460918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 169, "l_t_add": 199, "r_f_add": 168, "r_t_add": 198, "st_code": 72520, "l_hundred": 100, "r_hundred": 100, "seg_id": 840525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 35998, "Shape__Length": 47.861911447973888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.092928124315705, 40.071364866836397 ], [ -75.092575210352905, 40.071176938231098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4625, "tnode_": 4553, "lpoly_": null, "rpoly_": null, "length": 171.75368589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6800, "l_t_add": 6820, "r_f_add": 6801, "r_t_add": 6815, "st_code": 61300, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 840526, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 35999, "Shape__Length": 68.523358965603009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.139964533173597, 40.056583064494198 ], [ -75.139704304444507, 40.057010042151298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4969, "tnode_": 5024, "lpoly_": null, "rpoly_": null, "length": 149.88625667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PASSMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 215, "r_f_add": 200, "r_t_add": 218, "st_code": 63200, "l_hundred": 200, "r_hundred": 200, "seg_id": 840528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PASSMORE ST", "stname": "PASSMORE ST", "objectid": 36000, "Shape__Length": 59.706951082581526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.099184753244103, 40.0531978170035 ], [ -75.098784955203001, 40.052924132914598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4858, "tnode_": 4898, "lpoly_": null, "rpoly_": null, "length": 181.35701077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK LANE", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 418, "r_f_add": 401, "r_t_add": 429, "st_code": 60930, "l_hundred": 400, "r_hundred": 400, "seg_id": 840529, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LANE RD", "stname": "OAK LANE RD", "objectid": 36001, "Shape__Length": 72.183556424567897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125009617929805, 40.054653413839198 ], [ -75.125112953268797, 40.054606374365399 ], [ -75.125579043619894, 40.054416148038001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5101, "tnode_": 5079, "lpoly_": null, "rpoly_": null, "length": 247.7924669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 400, "l_t_add": 414, "r_f_add": 401, "r_t_add": 415, "st_code": 89220, "l_hundred": 400, "r_hundred": 400, "seg_id": 840531, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 36002, "Shape__Length": 98.545667727196616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1249596602579, 40.053085467882298 ], [ -75.125443537342605, 40.053151938876603 ], [ -75.125833212649297, 40.053194612608401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4898, "tnode_": 4959, "lpoly_": null, "rpoly_": null, "length": 343.63553039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK LANE", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 420, "l_t_add": 498, "r_f_add": 431, "r_t_add": 499, "st_code": 60930, "l_hundred": 400, "r_hundred": 400, "seg_id": 840533, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAK LANE RD", "stname": "OAK LANE RD", "objectid": 36003, "Shape__Length": 136.76883746275007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125579043619894, 40.054416148038001 ], [ -75.126083695093996, 40.054216766783199 ], [ -75.126663172277404, 40.053973825436401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5079, "tnode_": 5056, "lpoly_": null, "rpoly_": null, "length": 273.00981716999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 416, "l_t_add": 498, "r_f_add": 417, "r_t_add": 499, "st_code": 89220, "l_hundred": 400, "r_hundred": 400, "seg_id": 840535, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 36004, "Shape__Length": 108.57597396230284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125833212649297, 40.053194612608401 ], [ -75.126311550325994, 40.053259165748102 ], [ -75.126794147438801, 40.053322503142702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5212, "tnode_": 5289, "lpoly_": null, "rpoly_": null, "length": 249.7657476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "UNRUH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 78940, "l_hundred": 700, "r_hundred": 700, "seg_id": 840539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "UNRUH AVE", "stname": "UNRUH AVE", "objectid": 36005, "Shape__Length": 99.44532765616006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088145843264499, 40.051439456605998 ], [ -75.087810984972506, 40.051264691095902 ], [ -75.087413236513001, 40.051048202364399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5386, "tnode_": 5460, "lpoly_": null, "rpoly_": null, "length": 238.49383025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FANSHAWE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 33440, "l_hundred": 700, "r_hundred": 700, "seg_id": 840541, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-11-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FANSHAWE ST", "stname": "FANSHAWE ST", "objectid": 36006, "Shape__Length": 94.961260944420928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089080265071004, 40.050455603805901 ], [ -75.088695175183403, 40.050251164005502 ], [ -75.088388103272607, 40.050074141529699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5152, "tnode_": 5054, "lpoly_": null, "rpoly_": null, "length": 305.02809816000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6734, "l_t_add": 6798, "r_f_add": 6711, "r_t_add": 6799, "st_code": 76025, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36007, "Shape__Length": 121.61271122196321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087805933016597, 40.051804207293699 ], [ -75.087553734394604, 40.052084457932899 ], [ -75.087175946335293, 40.052487351134602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5163, "tnode_": 5075, "lpoly_": null, "rpoly_": null, "length": 263.45192411000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6918, "r_f_add": 6901, "r_t_add": 6919, "st_code": 82820, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36008, "Shape__Length": 105.03028791847393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082164880048893, 40.051612272791097 ], [ -75.0819019381739, 40.051895866219198 ], [ -75.0816092942393, 40.052195931270298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5075, "tnode_": 4978, "lpoly_": null, "rpoly_": null, "length": 264.03511227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6920, "l_t_add": 6998, "r_f_add": 6921, "r_t_add": 6999, "st_code": 82820, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36009, "Shape__Length": 105.26033820010774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0816092942393, 40.052195931270298 ], [ -75.081350545095404, 40.0524707655171 ], [ -75.081046065657603, 40.052777238209003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4908, "tnode_": 4821, "lpoly_": null, "rpoly_": null, "length": 261.8194957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6920, "l_t_add": 6998, "r_f_add": 6921, "r_t_add": 6999, "st_code": 56800, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840550, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36010, "Shape__Length": 104.38893057169435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083645567512093, 40.053332805953502 ], [ -75.083391305945298, 40.0536141786434 ], [ -75.083106643250105, 40.053920194887802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4765, "tnode_": 4692, "lpoly_": null, "rpoly_": null, "length": 324.8965676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6998, "r_f_add": 6901, "r_t_add": 6999, "st_code": 76025, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36011, "Shape__Length": 129.34675139107765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085850281388701, 40.054419196756498 ], [ -75.085660781174994, 40.054467346127197 ], [ -75.085582436572494, 40.054512599353501 ], [ -75.085301513499601, 40.054666489153597 ], [ -75.084873410604601, 40.054890626592801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4505, "tnode_": 4581, "lpoly_": null, "rpoly_": null, "length": 488.8665633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 18960, "l_hundred": 600, "r_hundred": 600, "seg_id": 840555, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 36012, "Shape__Length": 194.57485737086159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085768248187307, 40.056125549929398 ], [ -75.085523528900495, 40.056140639993401 ], [ -75.0853365860943, 40.056126714563099 ], [ -75.0853122759125, 40.056122732189998 ], [ -75.085229859567903, 40.056119228491198 ], [ -75.085019305244302, 40.056037689813301 ], [ -75.084230195998501, 40.055604362345598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4692, "tnode_": 4581, "lpoly_": null, "rpoly_": null, "length": 316.30885907000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7010, "r_f_add": 7001, "r_t_add": 7011, "st_code": 76025, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840557, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36013, "Shape__Length": 126.12103345505214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084873410604601, 40.054890626592801 ], [ -75.084515688292697, 40.055300616941103 ], [ -75.084230195998501, 40.055604362345598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4821, "tnode_": 4725, "lpoly_": null, "rpoly_": null, "length": 308.69374747999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7018, "r_f_add": 7001, "r_t_add": 7019, "st_code": 56800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840559, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36014, "Shape__Length": 123.07201546496832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083106643250105, 40.053920194887802 ], [ -75.082723976535405, 40.054325028894901 ], [ -75.082457338327998, 40.054605118488098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4725, "tnode_": 4635, "lpoly_": null, "rpoly_": null, "length": 279.25639273000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7020, "l_t_add": 7098, "r_f_add": 7021, "r_t_add": 7099, "st_code": 56800, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36015, "Shape__Length": 111.33568440173651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082457338327998, 40.054605118488098 ], [ -75.0821609641701, 40.054916558802603 ], [ -75.081867784119694, 40.055223514240197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4337, "tnode_": 4396, "lpoly_": null, "rpoly_": null, "length": 344.28744375999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 619, "r_f_add": 600, "r_t_add": 608, "st_code": 65740, "l_hundred": 600, "r_hundred": 600, "seg_id": 840565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36016, "Shape__Length": 137.0618793706937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085687976581596, 40.057100537330498 ], [ -75.085274465699797, 40.0569399010556 ], [ -75.0846393283895, 40.0566100664877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4581, "tnode_": 4472, "lpoly_": null, "rpoly_": null, "length": 276.4145132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7012, "l_t_add": 7098, "r_f_add": 7013, "r_t_add": 7099, "st_code": 76025, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 840567, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36017, "Shape__Length": 110.20959281939585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084230195998501, 40.055604362345598 ], [ -75.083993639984996, 40.055870364732399 ], [ -75.083657115129398, 40.056222150951903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4554, "tnode_": 4333, "lpoly_": null, "rpoly_": null, "length": 563.52904243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 23400, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 36018, "Shape__Length": 224.67622090901739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082753812787601, 40.055731402369503 ], [ -75.081564459713704, 40.056979511341503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4635, "tnode_": 4411, "lpoly_": null, "rpoly_": null, "length": 571.81733729000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 56800, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840571, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36019, "Shape__Length": 227.98601261222367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081867784119694, 40.055223514240197 ], [ -75.081142524816997, 40.056013629196798 ], [ -75.080674551578298, 40.056497428058599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4554, "tnode_": 4635, "lpoly_": null, "rpoly_": null, "length": 309.43195917999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 721, "l_t_add": 799, "r_f_add": 722, "r_t_add": 798, "st_code": 65740, "l_hundred": 700, "r_hundred": 700, "seg_id": 840573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36020, "Shape__Length": 123.22481900753866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082753812787601, 40.055731402369503 ], [ -75.081867784119694, 40.055223514240197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4472, "tnode_": 4274, "lpoly_": null, "rpoly_": null, "length": 570.06846921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 76025, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36021, "Shape__Length": 227.28818986620988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083657115129398, 40.056222150951903 ], [ -75.083459470197099, 40.056418216722697 ], [ -75.0824600885134, 40.057488011624301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4396, "tnode_": 4195, "lpoly_": null, "rpoly_": null, "length": 616.48815303000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 49585, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 36022, "Shape__Length": 245.7977274358779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0846393283895, 40.0566100664877 ], [ -75.084378476303698, 40.056893041123203 ], [ -75.083345153390894, 40.057979337031597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4337, "tnode_": 4123, "lpoly_": null, "rpoly_": null, "length": 648.54941340999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 17620, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 840580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36023, "Shape__Length": 258.52956305289729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085687976581596, 40.057100537330498 ], [ -75.085282304092203, 40.057369570101898 ], [ -75.084984948708794, 40.057697451409297 ], [ -75.084237101430602, 40.058477576398303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3473, "tnode_": 3528, "lpoly_": null, "rpoly_": null, "length": 308.7601044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 25280, "l_hundred": 700, "r_hundred": 700, "seg_id": 840603, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36024, "Shape__Length": 122.96006697375346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0874707681335, 40.063588933023702 ], [ -75.087071566853297, 40.063367102334503 ], [ -75.086570535455095, 40.063099146469803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4273, "tnode_": 27980, "lpoly_": null, "rpoly_": null, "length": 291.85032589000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6926, "l_t_add": 6998, "r_f_add": 6941, "r_t_add": 6999, "st_code": 61300, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 840621, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": "1999-08-30T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 36025, "Shape__Length": 116.44177681465352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.138614087792007, 40.058746901242003 ], [ -75.138172858387094, 40.059472788452901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28032, "tnode_": 29434, "lpoly_": null, "rpoly_": null, "length": 59.46627833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 840622, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2002-11-20T00:00:00Z", "newsegdate": "1999-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 36026, "Shape__Length": 23.688118416475195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.101022761684305, 40.0527849008838 ], [ -75.100864048475202, 40.0526764024778 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28672, "tnode_": 4837, "lpoly_": null, "rpoly_": null, "length": 142.92776114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "67TH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 89220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 840626, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2004-04-21T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "67TH AVE", "stname": "67TH AVE", "objectid": 36027, "Shape__Length": 56.886669527421219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140767029009098, 40.055167577936302 ], [ -75.141089237957402, 40.055241503965902 ], [ -75.141214459777302, 40.0551483176761 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28672, "tnode_": 4625, "lpoly_": null, "rpoly_": null, "length": 563.7342299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 6710, "l_t_add": 6798, "r_f_add": 6705, "r_t_add": 6799, "st_code": 61300, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 840627, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-12T00:00:00Z", "newsegdate": "2003-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 36028, "Shape__Length": 224.92112012252173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.140767029009098, 40.055167577936302 ], [ -75.1407265921423, 40.055232823258699 ], [ -75.140669693264002, 40.055405340434703 ], [ -75.139983359606305, 40.056528447066398 ], [ -75.139964533173597, 40.056583064494198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29449, "tnode_": 28773, "lpoly_": null, "rpoly_": null, "length": 14.77415684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 840628, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2003-12-08T00:00:00Z", "newsegdate": "2003-12-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 36029, "Shape__Length": 5.885337462530873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.097142922460407, 40.0692338986468 ], [ -75.097184306761903, 40.069259076498199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28799, "tnode_": 29437, "lpoly_": null, "rpoly_": null, "length": 5.64833549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 840629, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-01-23T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 36030, "Shape__Length": 2.2495386634775953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090331988687794, 40.061626955449697 ], [ -75.090315819187097, 40.061617678930901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3832, "tnode_": 29410, "lpoly_": null, "rpoly_": null, "length": 235.23431899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD YORK", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7348, "r_f_add": 7301, "r_t_add": 7349, "st_code": 61300, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840630, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD YORK RD", "stname": "OLD YORK RD", "objectid": 36031, "Shape__Length": 93.852107167002373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.136878393657696, 40.061759190304699 ], [ -75.136509052145399, 40.0623392330793 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3951, "tnode_": 29411, "lpoly_": null, "rpoly_": null, "length": 240.43754809000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "12TH", "st_type": "ST", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7348, "r_f_add": 7301, "r_t_add": 7399, "st_code": 88030, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840631, "oneway": "B", "class": 4, "responsibl": "TOWNSHIP", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "N 12TH ST", "stname": "N 12TH ST", "objectid": 36032, "Shape__Length": 95.938046024409957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.135215998515207, 40.060903815812402 ], [ -75.134868669701802, 40.061507481922497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4086, "tnode_": 29412, "lpoly_": null, "rpoly_": null, "length": 253.80292393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOUNTAIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 3192, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840632, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "MOUNTAIN AVE", "stname": "MOUNTAIN AVE", "objectid": 36033, "Shape__Length": 100.97059127054504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133460427702801, 40.059824326795102 ], [ -75.133241387329207, 40.059865863528103 ], [ -75.132594305804901, 40.060029215958302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29414, "tnode_": 29413, "lpoly_": null, "rpoly_": null, "length": 228.48625496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARPLESS", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 3244, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840633, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "SHARPLESS RD", "stname": "SHARPLESS RD", "objectid": 36034, "Shape__Length": 91.077061197785923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1341673899162, 40.0602590398777 ], [ -75.133639502653594, 40.060737451018802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4086, "tnode_": 29414, "lpoly_": null, "rpoly_": null, "length": 253.45021613, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1100, "l_t_add": 1128, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 1100, "r_hundred": 0, "seg_id": 840634, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36035, "Shape__Length": 100.9511199575573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.133460427702801, 40.059824326795102 ], [ -75.1341673899162, 40.0602590398777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29414, "tnode_": 3951, "lpoly_": null, "rpoly_": null, "length": 375.9269346, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 1130, "l_t_add": 1198, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 1100, "r_hundred": 0, "seg_id": 840635, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36036, "Shape__Length": 149.73569693350314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1341673899162, 40.0602590398777 ], [ -75.135215998515207, 40.060903815812402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29415, "tnode_": 29416, "lpoly_": null, "rpoly_": null, "length": 202.85875398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 3056, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840636, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CHESTNUT AVE", "stname": "CHESTNUT AVE", "objectid": 36037, "Shape__Length": 80.883800276600866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128573611691607, 40.0567591179 ], [ -75.128433399540199, 40.056922505272901 ], [ -75.1281540594521, 40.057212950690896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4501, "tnode_": 29417, "lpoly_": null, "rpoly_": null, "length": 227.62604895000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENTRY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 3064, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840637, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "CONVENTRY AVE", "stname": "CONVENTRY AVE", "objectid": 36038, "Shape__Length": 90.814164848883422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.129046318001002, 40.057041312366003 ], [ -75.128967457006695, 40.057214049655798 ], [ -75.128702369635903, 40.057606089345697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4684, "tnode_": 29415, "lpoly_": null, "rpoly_": null, "length": 514.99435627999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 600, "l_t_add": 612, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 600, "r_hundred": 0, "seg_id": 840638, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36039, "Shape__Length": 205.10358775858185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127120791204902, 40.055891789492698 ], [ -75.128573611691607, 40.0567591179 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29415, "tnode_": 4501, "lpoly_": null, "rpoly_": null, "length": 167.56146886, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 614, "l_t_add": 698, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 600, "r_hundred": 0, "seg_id": 840639, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36040, "Shape__Length": 66.734220768134037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.128573611691607, 40.0567591179 ], [ -75.129046318001002, 40.057041312366003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4684, "tnode_": 29418, "lpoly_": null, "rpoly_": null, "length": 214.9741953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 3200, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 840640, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK AVE", "stname": "OAK AVE", "objectid": 36041, "Shape__Length": 85.668001242897532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.127120791204902, 40.055891789492698 ], [ -75.126937839944603, 40.055994418222902 ], [ -75.126598123922307, 40.0563184015583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4874, "tnode_": 29419, "lpoly_": null, "rpoly_": null, "length": 152.49986769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3264, "l_hundred": 0, "r_hundred": 0, "seg_id": 840641, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY RD", "stname": "VALLEY RD", "objectid": 36042, "Shape__Length": 60.840743135825278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124645240664293, 40.054448284178001 ], [ -75.124524456333702, 40.054594871556702 ], [ -75.124624509581096, 40.054827629322901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29419, "tnode_": 29421, "lpoly_": null, "rpoly_": null, "length": 180.2238992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 400, "l_t_add": 426, "r_f_add": 401, "r_t_add": 425, "st_code": 3264, "l_hundred": 400, "r_hundred": 400, "seg_id": 840642, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "VALLEY RD", "stname": "VALLEY RD", "objectid": 36043, "Shape__Length": 71.923150689587018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124624509581096, 40.054827629322901 ], [ -75.124829023751801, 40.055296739426701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4858, "tnode_": 29419, "lpoly_": null, "rpoly_": null, "length": 125.09975183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK LANE", "st_type": "RD", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7306, "r_f_add": 7301, "r_t_add": 7305, "st_code": 60930, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840643, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK LANE RD", "stname": "OAK LANE RD", "objectid": 36044, "Shape__Length": 49.798141514679997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.125009617929805, 40.054653413839198 ], [ -75.1248650550272, 40.054717890296097 ], [ -75.124624509581096, 40.054827629322901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29419, "tnode_": 29420, "lpoly_": null, "rpoly_": null, "length": 111.0887374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK LANE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7308, "l_t_add": 7326, "r_f_add": 7307, "r_t_add": 7325, "st_code": 60930, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840644, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-08T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK LANE RD", "stname": "OAK LANE RD", "objectid": 36045, "Shape__Length": 44.223984186559932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.124624509581096, 40.054827629322901 ], [ -75.1242865941134, 40.0549875236294 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5077, "tnode_": 29422, "lpoly_": null, "rpoly_": null, "length": 213.14016131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANFAIR", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 530, "l_t_add": 540, "r_f_add": 529, "r_t_add": 539, "st_code": 3140, "l_hundred": 500, "r_hundred": 500, "seg_id": 840645, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "LANFAIR RD", "stname": "LANFAIR RD", "objectid": 36046, "Shape__Length": 84.826448984684177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122124213774995, 40.053168972341098 ], [ -75.121954850026199, 40.053242331395602 ], [ -75.121447465635995, 40.0534367521566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5077, "tnode_": 29423, "lpoly_": null, "rpoly_": null, "length": 221.96713075999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEW SECOND", "st_type": "ST", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 59695, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 840646, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "NEW SECOND ST", "stname": "NEW SECOND ST", "objectid": 36047, "Shape__Length": 88.606594057434947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122124213774995, 40.053168972341098 ], [ -75.122114643971599, 40.0533402708731 ], [ -75.122011624534906, 40.053770923839998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29479, "tnode_": 29424, "lpoly_": null, "rpoly_": null, "length": 221.20623229, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASBURY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 3004, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 840647, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "ASBURY AVE", "stname": "ASBURY AVE", "objectid": 36048, "Shape__Length": 88.211790596014794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123392203992694, 40.053797402569998 ], [ -75.1231420085997, 40.054034231822499 ], [ -75.123052233836106, 40.054122970908601 ], [ -75.123022695833896, 40.054181659550203 ], [ -75.122995131595005, 40.054306741215903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5077, "tnode_": 29479, "lpoly_": null, "rpoly_": null, "length": 424.81181575, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 200, "l_t_add": 212, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 200, "r_hundred": 0, "seg_id": 840648, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36049, "Shape__Length": 169.12876400678468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.122124213774995, 40.053168972341098 ], [ -75.122307242725597, 40.053211431672999 ], [ -75.122357870518698, 40.0532435939324 ], [ -75.123368599405495, 40.053784918910402 ], [ -75.123392203992694, 40.053797402569998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29479, "tnode_": 4949, "lpoly_": null, "rpoly_": null, "length": 128.72877282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CHELTENHAM", "st_type": "AVE", "suf_dir": " ", "zip_left": 19126, "zip_right": 19126, "l_f_add": 214, "l_t_add": 298, "r_f_add": 0, "r_t_add": 0, "st_code": 22620, "l_hundred": 200, "r_hundred": 0, "seg_id": 840649, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-08T00:00:00Z", "multi_rep": 0, "streetlabe": "W CHELTENHAM AVE", "stname": "W CHELTENHAM AVE", "objectid": 36050, "Shape__Length": 51.255050846568551 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.123392203992694, 40.053797402569998 ], [ -75.123771017541003, 40.053997734145099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5069, "tnode_": 29434, "lpoly_": null, "rpoly_": null, "length": 42.68894214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHMEAD", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 3008, "l_hundred": 100, "r_hundred": 100, "seg_id": 840650, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "ASHMEAD RD", "stname": "ASHMEAD RD", "objectid": 36051, "Shape__Length": 17.0049206794606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.100750113825796, 40.052598514644203 ], [ -75.100864048475202, 40.0526764024778 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4307, "tnode_": 29435, "lpoly_": null, "rpoly_": null, "length": 188.13520077000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD SOLDIERS", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 100, "l_t_add": 144, "r_f_add": 101, "r_t_add": 143, "st_code": 61280, "l_hundred": 100, "r_hundred": 100, "seg_id": 840651, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD SOLDIERS RD", "stname": "OLD SOLDIERS RD", "objectid": 36052, "Shape__Length": 75.000275928396348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093614728943805, 40.057423926727402 ], [ -75.093709315065198, 40.057485014203699 ], [ -75.094027193385102, 40.057828532599402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28033, "tnode_": 29437, "lpoly_": null, "rpoly_": null, "length": 192.21924232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 3084, "l_hundred": 100, "r_hundred": 100, "seg_id": 840655, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN AVE", "stname": "FRANKLIN AVE", "objectid": 36053, "Shape__Length": 76.554166919383462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089765562652204, 40.0613019797226 ], [ -75.090315819187097, 40.061617678930901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29438, "tnode_": 29439, "lpoly_": null, "rpoly_": null, "length": 196.99191778999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEECHER", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 3020, "l_hundred": 100, "r_hundred": 100, "seg_id": 840656, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BEECHER AVE", "stname": "BEECHER AVE", "objectid": 36054, "Shape__Length": 78.456076779299863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089004611709996, 40.062060352057998 ], [ -75.089568193679298, 40.062384242931699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29440, "tnode_": 29441, "lpoly_": null, "rpoly_": null, "length": 192.93349374000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEFFERSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 3128, "l_hundred": 100, "r_hundred": 100, "seg_id": 840657, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "JEFFERSON AVE", "stname": "JEFFERSON AVE", "objectid": 36055, "Shape__Length": 76.840261853929661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088241428698495, 40.062820927806399 ], [ -75.088793858755096, 40.063137680148799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28033, "tnode_": 29438, "lpoly_": null, "rpoly_": null, "length": 348.83762364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19111, "l_f_add": 200, "l_t_add": 298, "r_f_add": 7201, "r_t_add": 7259, "st_code": 41160, "l_hundred": 200, "r_hundred": 7200, "seg_id": 840658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 36056, "Shape__Length": 139.07767184145933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089765562652204, 40.0613019797226 ], [ -75.089004611709996, 40.062060352057998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29438, "tnode_": 29440, "lpoly_": null, "rpoly_": null, "length": 349.8533205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19111, "l_f_add": 100, "l_t_add": 198, "r_f_add": 7261, "r_t_add": 7269, "st_code": 41160, "l_hundred": 100, "r_hundred": 7200, "seg_id": 840659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 36057, "Shape__Length": 139.48416808256724 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089004611709996, 40.062060352057998 ], [ -75.088241428698495, 40.062820927806399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29440, "tnode_": 3473, "lpoly_": null, "rpoly_": null, "length": 353.27315482, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HASBROOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 19111, "l_f_add": 2, "l_t_add": 98, "r_f_add": 7271, "r_t_add": 7299, "st_code": 41160, "l_hundred": 0, "r_hundred": 7200, "seg_id": 840660, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HASBROOK AVE", "stname": "HASBROOK AVE", "objectid": 36058, "Shape__Length": 140.84920701893537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.088241428698495, 40.062820927806399 ], [ -75.0874707681335, 40.063588933023702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29442, "tnode_": 30109, "lpoly_": null, "rpoly_": null, "length": 188.97529402000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 70080, "l_hundred": 0, "r_hundred": 0, "seg_id": 840661, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 36059, "Shape__Length": 75.347104483051311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089380191345299, 40.064706270425198 ], [ -75.089428194930207, 40.064654663293702 ], [ -75.089789307234696, 40.064293637764898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3260, "tnode_": 29443, "lpoly_": null, "rpoly_": null, "length": 187.89101857999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTRAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 22140, "l_hundred": 0, "r_hundred": 0, "seg_id": 840662, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CENTRAL AVE", "stname": "CENTRAL AVE", "objectid": 36060, "Shape__Length": 74.910111002269275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090372342235895, 40.065284286989097 ], [ -75.090440878389103, 40.065219013860599 ], [ -75.090789025708006, 40.064879899276399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29445, "tnode_": 29444, "lpoly_": null, "rpoly_": null, "length": 186.58414519000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELM", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 31420, "l_hundred": 0, "r_hundred": 0, "seg_id": 840663, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "ELM AVE", "stname": "ELM AVE", "objectid": 36061, "Shape__Length": 74.395114549647445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091960362211097, 40.066208211138203 ], [ -75.092364821214105, 40.065801057195401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29447, "tnode_": 29446, "lpoly_": null, "rpoly_": null, "length": 188.42879184999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GROVE", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 3100, "l_hundred": 0, "r_hundred": 0, "seg_id": 840664, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "GROVE AVE", "stname": "GROVE AVE", "objectid": 36062, "Shape__Length": 75.133013894758889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093246250303096, 40.066956318492501 ], [ -75.093651740552204, 40.066543406529597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2841, "tnode_": 29447, "lpoly_": null, "rpoly_": null, "length": 1224.1548428400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 25280, "l_hundred": 300, "r_hundred": 500, "seg_id": 840665, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36063, "Shape__Length": 487.5968737193532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096733294318298, 40.0689848629263 ], [ -75.093246250303096, 40.066956318492501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29447, "tnode_": 29445, "lpoly_": null, "rpoly_": null, "length": 451.43996087000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 401, "l_t_add": 429, "r_f_add": 400, "r_t_add": 450, "st_code": 25280, "l_hundred": 400, "r_hundred": 400, "seg_id": 840666, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36064, "Shape__Length": 179.81078676471512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093246250303096, 40.066956318492501 ], [ -75.091960362211097, 40.066208211138203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29445, "tnode_": 3260, "lpoly_": null, "rpoly_": null, "length": 557.52368921999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 431, "l_t_add": 499, "r_f_add": 452, "r_t_add": 498, "st_code": 25280, "l_hundred": 400, "r_hundred": 400, "seg_id": 840667, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36065, "Shape__Length": 222.06174963407136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.091960362211097, 40.066208211138203 ], [ -75.090372342235895, 40.065284286989097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2841, "tnode_": 29448, "lpoly_": null, "rpoly_": null, "length": 258.57167226000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "LAUREL", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 3148, "l_hundred": 0, "r_hundred": 0, "seg_id": 840668, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "W LAUREL AVE", "stname": "W LAUREL AVE", "objectid": 36066, "Shape__Length": 103.245368065752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096733294318298, 40.0689848629263 ], [ -75.096682218610496, 40.068679456238797 ], [ -75.096640195902296, 40.068476012168802 ], [ -75.096629678384602, 40.068280277666297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2841, "tnode_": 29449, "lpoly_": null, "rpoly_": null, "length": 146.19668507999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 25280, "l_hundred": 600, "r_hundred": 0, "seg_id": 840669, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36067, "Shape__Length": 58.23776938653635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.096733294318298, 40.0689848629263 ], [ -75.097142922460407, 40.0692338986468 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2475, "tnode_": 29450, "lpoly_": null, "rpoly_": null, "length": 205.8948267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 72520, "l_hundred": 0, "r_hundred": 0, "seg_id": 840670, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36068, "Shape__Length": 81.994848626670404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.093678174851803, 40.0717701263412 ], [ -75.093940654242601, 40.071855694240703 ], [ -75.094291106430603, 40.072073249727197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2069, "tnode_": 1989, "lpoly_": null, "rpoly_": null, "length": 365.08057462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7964, "l_t_add": 7984, "r_f_add": 7951, "r_t_add": 7999, "st_code": 62080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 840671, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2019-10-11T13:26:55Z", "newsegdate": "2019-10-11T13:26:55Z", "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 36069, "Shape__Length": 145.79104115278497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085094010802393, 40.076173838167001 ], [ -75.085132135938395, 40.076468077846798 ], [ -75.085246584090896, 40.07716907935 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30109, "tnode_": 3308, "lpoly_": null, "rpoly_": null, "length": 53.86959855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 88888, "l_f_add": 513, "l_t_add": 515, "r_f_add": 514, "r_t_add": 516, "st_code": 25280, "l_hundred": 500, "r_hundred": 500, "seg_id": 840672, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2023-05-25T14:39:50Z", "newsegdate": "2023-05-25T14:39:50Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36070, "Shape__Length": 21.455952539954193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089380191345299, 40.064706270425198 ], [ -75.089533629629997, 40.064795541394403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2322, "tnode_": 2263, "lpoly_": null, "rpoly_": null, "length": 280.39463798000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8058, "r_f_add": 8001, "r_t_add": 8059, "st_code": 79980, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860003, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-03-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 36071, "Shape__Length": 111.80265712639398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075901955394698, 40.072893854735298 ], [ -75.075278311269102, 40.073496278702201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2322, "tnode_": 2402, "lpoly_": null, "rpoly_": null, "length": 617.90583391999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 68180, "l_hundred": 900, "r_hundred": 900, "seg_id": 860004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36072, "Shape__Length": 246.05675804227712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075901955394698, 40.072893854735298 ], [ -75.074031886825793, 40.071992128319103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2378, "tnode_": 2480, "lpoly_": null, "rpoly_": null, "length": 639.60250770999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 68540, "l_hundred": 900, "r_hundred": 900, "seg_id": 860005, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36073, "Shape__Length": 254.73579265518342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076583633546605, 40.072236112330302 ], [ -75.076445863195403, 40.072240077603901 ], [ -75.074707533970297, 40.071271301641502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2627, "tnode_": 2445, "lpoly_": null, "rpoly_": null, "length": 624.43880322000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 20020, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860006, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36074, "Shape__Length": 249.06082666039276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050757128870003, 40.069553708991002 ], [ -75.0505476330448, 40.0699045895146 ], [ -75.050404511942205, 40.070079667887597 ], [ -75.050128717452196, 40.070368537123102 ], [ -75.049547732595002, 40.070987515888703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2767, "tnode_": 2549, "lpoly_": null, "rpoly_": null, "length": 1322.0496246300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8498, "r_f_add": 8201, "r_t_add": 8499, "st_code": 28900, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860008, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36075, "Shape__Length": 526.87798699803648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062098545688201, 40.068715322129499 ], [ -75.061435172586698, 40.0692903233872 ], [ -75.060091379680301, 40.070607994122902 ], [ -75.059881328331201, 40.070759825276198 ], [ -75.059698756945096, 40.070790384575403 ], [ -75.059506587323, 40.070777177714298 ], [ -75.059330154526506, 40.0706866050378 ], [ -75.058787529227502, 40.070391994836598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2842, "tnode_": 2546, "lpoly_": null, "rpoly_": null, "length": 909.47752886000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 49200, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36076, "Shape__Length": 363.0237612648649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047619578567605, 40.067814355805403 ], [ -75.0474998101745, 40.068005473377298 ], [ -75.047443882374495, 40.068404110626602 ], [ -75.047516221701997, 40.068799612214903 ], [ -75.047603175255105, 40.069029322233 ], [ -75.047782688182195, 40.069444074656801 ], [ -75.048090124761202, 40.070074498134097 ], [ -75.048204539952906, 40.070176484660102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2719, "tnode_": 2647, "lpoly_": null, "rpoly_": null, "length": 283.1689689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7916, "r_f_add": 7901, "r_t_add": 7917, "st_code": 68600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 36077, "Shape__Length": 112.92339977985318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076522364092199, 40.069357591083502 ], [ -75.076404569623094, 40.069489857605397 ], [ -75.0759310774516, 40.069988293774003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2713, "tnode_": 2546, "lpoly_": null, "rpoly_": null, "length": 595.67197605000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 21880, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36078, "Shape__Length": 237.54119236738819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049454402122905, 40.068852944952098 ], [ -75.048204539952906, 40.070176484660102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2719, "tnode_": 2845, "lpoly_": null, "rpoly_": null, "length": 576.09450659000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 18320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36079, "Shape__Length": 229.44470078122256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076522364092199, 40.069357591083502 ], [ -75.076444528893603, 40.0693257107026 ], [ -75.074847120573807, 40.0684396997137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2668, "tnode_": 2686, "lpoly_": null, "rpoly_": null, "length": 729.4197621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 68540, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860015, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36080, "Shape__Length": 290.5441677491084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070950293416004, 40.069648404617197 ], [ -75.069842190718802, 40.069102874242397 ], [ -75.069690926925304, 40.069034253080702 ], [ -75.069507529985202, 40.069005672275097 ], [ -75.069345990392804, 40.069039052967703 ], [ -75.069218329090006, 40.069114448230899 ], [ -75.069087915307406, 40.069259444935099 ], [ -75.068916748754901, 40.069511163283501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2686, "tnode_": 2774, "lpoly_": null, "rpoly_": null, "length": 519.54461505999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1217, "l_t_add": 1399, "r_f_add": 1216, "r_t_add": 1398, "st_code": 68180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36081, "Shape__Length": 206.88838671270338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068916748754901, 40.069511163283501 ], [ -75.067837789663002, 40.0689667103061 ], [ -75.067358276065605, 40.068736444718503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2804, "tnode_": 2921, "lpoly_": null, "rpoly_": null, "length": 573.59939154999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 22320, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860017, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36082, "Shape__Length": 228.44630424792766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077114259309198, 40.068723483902801 ], [ -75.075442501228807, 40.0678126362941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2895, "tnode_": 3000, "lpoly_": null, "rpoly_": null, "length": 575.2297074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 40960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36083, "Shape__Length": 229.10340461858448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077686692694797, 40.068110042549201 ], [ -75.076024047954604, 40.0671817836039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3126, "tnode_": 3163, "lpoly_": null, "rpoly_": null, "length": 407.44377620999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 68540, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860020, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36084, "Shape__Length": 162.21637165616025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064869323184496, 40.065831217189697 ], [ -75.064718114576493, 40.0659157866382 ], [ -75.064535408050503, 40.065957882559097 ], [ -75.0643596283861, 40.065933903543801 ], [ -75.063618299971694, 40.065542574752897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3463, "tnode_": 3186, "lpoly_": null, "rpoly_": null, "length": 2115.2006983800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANITA", "st_type": "DR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7998, "r_f_add": 7801, "r_t_add": 7999, "st_code": 12670, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANITA DR", "stname": "ANITA DR", "objectid": 36085, "Shape__Length": 842.82810672032974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071467593802495, 40.063305143285 ], [ -75.071234211250896, 40.063169227285599 ], [ -75.070931433744406, 40.063051601257598 ], [ -75.070607068351407, 40.062983729253403 ], [ -75.070236564074094, 40.0629248304596 ], [ -75.070007445920993, 40.062929538609403 ], [ -75.069829616232099, 40.062960570913901 ], [ -75.069677726442094, 40.062997234069897 ], [ -75.069571261823697, 40.063053091990703 ], [ -75.069373952710805, 40.063170404314199 ], [ -75.068024792346904, 40.064614959132399 ], [ -75.067904332485, 40.0647950191942 ], [ -75.067871516249895, 40.065005597915501 ], [ -75.067890310739898, 40.065191989998397 ], [ -75.067981785677702, 40.065359975421501 ], [ -75.068113224944298, 40.065531380417198 ], [ -75.068277230068404, 40.065683246632602 ], [ -75.068540202081195, 40.065795172335598 ], [ -75.068838595418896, 40.065818258608601 ], [ -75.068998456704904, 40.065785762303399 ], [ -75.069136792873707, 40.065729425704703 ], [ -75.069447151251794, 40.065438931694999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3194, "tnode_": 3258, "lpoly_": null, "rpoly_": null, "length": 152.95991526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 58840, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36086, "Shape__Length": 61.042554708421449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077361824500798, 40.065442337959297 ], [ -75.077157642809198, 40.065052853118999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3300, "tnode_": 3258, "lpoly_": null, "rpoly_": null, "length": 362.77375046000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENCOE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 37140, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENCOE AVE", "stname": "GLENCOE AVE", "objectid": 36087, "Shape__Length": 144.36915451936335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078351812754804, 40.064667938811198 ], [ -75.078199643135306, 40.064713821621503 ], [ -75.077439185605002, 40.064942825525499 ], [ -75.077157642809198, 40.065052853118999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3319, "tnode_": 3140, "lpoly_": null, "rpoly_": null, "length": 699.45054575000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7746, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 29475, "l_hundred": 7700, "r_hundred": 7800, "seg_id": 860024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36088, "Shape__Length": 278.86966126315639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071761123170802, 40.064355455404403 ], [ -75.071312366957798, 40.0647708281383 ], [ -75.070221794635003, 40.065867616504697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3300, "tnode_": 3360, "lpoly_": null, "rpoly_": null, "length": 290.66847733000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1125, "r_f_add": 1100, "r_t_add": 1124, "st_code": 33660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36089, "Shape__Length": 115.75826368828267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078351812754804, 40.064667938811198 ], [ -75.077558813767496, 40.064233899978397 ], [ -75.077505849121906, 40.0642051359535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3533, "tnode_": 3360, "lpoly_": null, "rpoly_": null, "length": 557.14047709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 49585, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 36090, "Shape__Length": 222.16101279395673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078665160101707, 40.062962280765198 ], [ -75.077652789798194, 40.064029271162802 ], [ -75.077505849121906, 40.0642051359535 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3377, "tnode_": 3186, "lpoly_": null, "rpoly_": null, "length": 1043.6354402699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORNA", "st_type": "DR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 51690, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORNA DR", "stname": "LORNA DR", "objectid": 36091, "Shape__Length": 415.96258373298389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070899400729601, 40.063888943950801 ], [ -75.070783661395097, 40.063812071573103 ], [ -75.070576921860606, 40.063703532810401 ], [ -75.070429395349095, 40.063673140550499 ], [ -75.070278658581799, 40.063673401429803 ], [ -75.070075118559302, 40.063700058273298 ], [ -75.069894509483603, 40.063801386395603 ], [ -75.069075188235701, 40.064671832828097 ], [ -75.068989227222303, 40.064860806458 ], [ -75.069003672356502, 40.064991813416903 ], [ -75.069037722597301, 40.065123277805696 ], [ -75.069137720163496, 40.065241203718301 ], [ -75.069298615389201, 40.0653631038412 ], [ -75.069447151251794, 40.065438931694999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3586, "tnode_": 3431, "lpoly_": null, "rpoly_": null, "length": 560.72348470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 76025, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36092, "Shape__Length": 223.5895939116927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077772683308098, 40.062451987267899 ], [ -75.076899548059899, 40.063381905808299 ], [ -75.076608453869795, 40.063704553170098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3640, "tnode_": 3482, "lpoly_": null, "rpoly_": null, "length": 563.59828849000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 23400, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 36093, "Shape__Length": 224.72543962745686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076881330785099, 40.0619551886099 ], [ -75.075693851025704, 40.063204646502797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3482, "tnode_": 3543, "lpoly_": null, "rpoly_": null, "length": 300.69946779000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1223, "l_t_add": 1299, "r_f_add": 1220, "r_t_add": 1298, "st_code": 33660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860030, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36094, "Shape__Length": 119.75758207073979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075693851025704, 40.063204646502797 ], [ -75.0748286669658, 40.062715306817097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3340, "tnode_": 3529, "lpoly_": null, "rpoly_": null, "length": 936.17895938000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 58840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36095, "Shape__Length": 372.85419022267894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075992913298506, 40.0643515511521 ], [ -75.0753777110627, 40.0639798784904 ], [ -75.073544994271302, 40.062944572100399 ], [ -75.073306660009905, 40.062821203742402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3529, "tnode_": 3319, "lpoly_": null, "rpoly_": null, "length": 706.93477788000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7744, "r_f_add": 7701, "r_t_add": 7799, "st_code": 29475, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36096, "Shape__Length": 281.85271909817214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073306660009905, 40.062821203742402 ], [ -75.073234137070102, 40.0629091037489 ], [ -75.071761123170802, 40.064355455404403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3577, "tnode_": 3463, "lpoly_": null, "rpoly_": null, "length": 391.72337375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7722, "r_f_add": 7701, "r_t_add": 7727, "st_code": 82820, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36097, "Shape__Length": 156.24708458870282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072143094108299, 40.062383808129198 ], [ -75.0721245022429, 40.062522422488399 ], [ -75.0720879577528, 40.062604716979401 ], [ -75.072008064885296, 40.062730772937797 ], [ -75.071964464316295, 40.062780923206503 ], [ -75.071467593802495, 40.063305143285 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3599, "tnode_": 3446, "lpoly_": null, "rpoly_": null, "length": 563.94111448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7851, "st_code": 11980, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860034, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36098, "Shape__Length": 224.84838008158729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066900613919501, 40.062107118767102 ], [ -75.066483536313797, 40.062486407923501 ], [ -75.065686757365796, 40.063341346770301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3533, "tnode_": 3586, "lpoly_": null, "rpoly_": null, "length": 311.38163200999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1130, "r_t_add": 1198, "st_code": 72520, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36099, "Shape__Length": 124.01386684946249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078665160101707, 40.062962280765198 ], [ -75.077772683308098, 40.062451987267899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3705, "tnode_": 3540, "lpoly_": null, "rpoly_": null, "length": 571.1984557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 28900, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36100, "Shape__Length": 227.75810320922903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068950606713102, 40.061308416268503 ], [ -75.068073783381905, 40.062235612663002 ], [ -75.067755575941703, 40.062579419840503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3769, "tnode_": 3599, "lpoly_": null, "rpoly_": null, "length": 568.95827961999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 11980, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860037, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36101, "Shape__Length": 226.87046439881578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068076941327803, 40.060833373421197 ], [ -75.066926455194306, 40.062079211433897 ], [ -75.066900613919501, 40.062107118767102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3599, "tnode_": 3657, "lpoly_": null, "rpoly_": null, "length": 316.63855204000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1605, "r_f_add": 1600, "r_t_add": 1606, "st_code": 40960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36102, "Shape__Length": 126.10092081494402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066900613919501, 40.062107118767102 ], [ -75.066821733202403, 40.062065641678998 ], [ -75.065985992602506, 40.061595668240201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3753, "tnode_": 3586, "lpoly_": null, "rpoly_": null, "length": 562.52838335999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 76025, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36103, "Shape__Length": 224.30384843206298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078943313759794, 40.061196811124702 ], [ -75.078003517202006, 40.062208681516303 ], [ -75.077772683308098, 40.062451987267899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3635, "tnode_": 3554, "lpoly_": null, "rpoly_": null, "length": 281.95479249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7818, "l_t_add": 7898, "r_f_add": 7815, "r_t_add": 7899, "st_code": 75420, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36104, "Shape__Length": 112.42819854368682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064503547496003, 40.061719306693902 ], [ -75.064465432926596, 40.061760289102402 ], [ -75.063917875860398, 40.062349038543204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3554, "tnode_": 3675, "lpoly_": null, "rpoly_": null, "length": 617.98421554999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 18320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36105, "Shape__Length": 246.10672076473571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063917875860398, 40.062349038543204 ], [ -75.062340423636499, 40.061484866138301 ], [ -75.062126160794307, 40.061357997686201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3675, "tnode_": 3598, "lpoly_": null, "rpoly_": null, "length": 284.55134202000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 35240, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36106, "Shape__Length": 113.45443638743075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062126160794307, 40.061357997686201 ], [ -75.0615186438732, 40.061984300857397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3598, "tnode_": 3738, "lpoly_": null, "rpoly_": null, "length": 696.52898132000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 38900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36107, "Shape__Length": 277.38834089635861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0615186438732, 40.061984300857397 ], [ -75.060077642190805, 40.061191540616399 ], [ -75.059504260389403, 40.060861843329498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3738, "tnode_": 3650, "lpoly_": null, "rpoly_": null, "length": 278.10227305999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7916, "l_t_add": 7932, "r_f_add": 7917, "r_t_add": 7935, "st_code": 51660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36108, "Shape__Length": 110.88990697344505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059504260389403, 40.060861843329498 ], [ -75.059298831090402, 40.061090571679202 ], [ -75.058925301164294, 40.061482169403099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3650, "tnode_": 3764, "lpoly_": null, "rpoly_": null, "length": 547.62949207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 51580, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36109, "Shape__Length": 218.09247709800582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058925301164294, 40.061482169403099 ], [ -75.057909978153404, 40.060912489908802 ], [ -75.057346683027205, 40.060594136786499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3764, "tnode_": 3680, "lpoly_": null, "rpoly_": null, "length": 278.20749058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7944, "l_t_add": 7958, "r_f_add": 7937, "r_t_add": 7951, "st_code": 21880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860046, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36110, "Shape__Length": 110.92692464803702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057346683027205, 40.060594136786499 ], [ -75.057125782745999, 40.0608169727236 ], [ -75.056758793141597, 40.061209840562199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3753, "tnode_": 3801, "lpoly_": null, "rpoly_": null, "length": 304.91129138000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1230, "st_code": 17900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36111, "Shape__Length": 121.42596708414951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078943313759794, 40.061196811124702 ], [ -75.0780583788993, 40.060708712418602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3870, "tnode_": 3789, "lpoly_": null, "rpoly_": null, "length": 292.12380617000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8110, "l_t_add": 8198, "r_f_add": 8109, "r_t_add": 8199, "st_code": 18680, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36112, "Shape__Length": 116.469513314994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046880807148099, 40.0594536550133 ], [ -75.046255376621005, 40.060095613016301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3836, "tnode_": 4038, "lpoly_": null, "rpoly_": null, "length": 921.53270247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 72520, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36113, "Shape__Length": 366.98880061118814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073939871825402, 40.060331843342802 ], [ -75.072211148763898, 40.059367116548103 ], [ -75.071280468069602, 40.058840674820601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4056, "tnode_": 3943, "lpoly_": null, "rpoly_": null, "length": 304.35760501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7614, "r_f_add": 7601, "r_t_add": 7615, "st_code": 48940, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860051, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36114, "Shape__Length": 121.50652188027107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067433616605399, 40.058609652223403 ], [ -75.067477391641603, 40.058819563790799 ], [ -75.067596134712801, 40.059435752064402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4510, "tnode_": 4224, "lpoly_": null, "rpoly_": null, "length": 790.05954453999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 28900, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860052, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36115, "Shape__Length": 315.00502673697986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074097540284896, 40.055828358020001 ], [ -75.072936209404006, 40.057087546535101 ], [ -75.0724507460707, 40.057589570934198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4304, "tnode_": 4404, "lpoly_": null, "rpoly_": null, "length": 794.34800846999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 61100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860053, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36116, "Shape__Length": 316.23132000588913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067112025373305, 40.056899698509703 ], [ -75.066450186800793, 40.056966565152898 ], [ -75.066073115600403, 40.056957757034397 ], [ -75.065637375953401, 40.056884870648901 ], [ -75.065375507142704, 40.056800367426703 ], [ -75.065195785329195, 40.056702107843698 ], [ -75.064967589638499, 40.056540007022001 ], [ -75.064870948651006, 40.056404495862203 ], [ -75.064828183443495, 40.056152634263903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4512, "tnode_": 4180, "lpoly_": null, "rpoly_": null, "length": 898.44484545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 29475, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860054, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36117, "Shape__Length": 358.21777677862639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079658689854398, 40.0559348622389 ], [ -75.079289737211298, 40.056350436486298 ], [ -75.077780664210906, 40.057934638911803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4512, "tnode_": 4600, "lpoly_": null, "rpoly_": null, "length": 353.90812670999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 827, "l_t_add": 899, "r_f_add": 840, "r_t_add": 898, "st_code": 74220, "l_hundred": 800, "r_hundred": 800, "seg_id": 860055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36118, "Shape__Length": 140.92867674660772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079658689854398, 40.0559348622389 ], [ -75.079411315960897, 40.055796638875997 ], [ -75.078633734418304, 40.055366089982698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4785, "tnode_": 4926, "lpoly_": null, "rpoly_": null, "length": 596.7248046599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 65740, "l_hundred": 900, "r_hundred": 900, "seg_id": 860056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36119, "Shape__Length": 237.61332076746436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079817510495801, 40.054093589918999 ], [ -75.0780900356432, 40.053133884646897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4878, "tnode_": 5021, "lpoly_": null, "rpoly_": null, "length": 599.40558588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 18960, "l_hundred": 900, "r_hundred": 900, "seg_id": 860057, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 36120, "Shape__Length": 238.68288474564872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080413829235795, 40.053480696679301 ], [ -75.078684590515394, 40.052510353930401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5439, "tnode_": 5333, "lpoly_": null, "rpoly_": null, "length": 306.9488524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 64000, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36121, "Shape__Length": 122.37096412019031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081088699576298, 40.0499622615704 ], [ -75.080568730927794, 40.0505196788449 ], [ -75.080446465364403, 40.050645156399597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5768, "tnode_": 5842, "lpoly_": null, "rpoly_": null, "length": 303.03288603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 17900, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860064, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36122, "Shape__Length": 120.65569163444455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053334271731998, 40.047230319492101 ], [ -75.052458525187006, 40.046741442917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3733, "tnode_": 3843, "lpoly_": null, "rpoly_": null, "length": 611.75234446000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2129, "r_f_add": 2100, "r_t_add": 2142, "st_code": 68180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860065, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36123, "Shape__Length": 243.61726755084777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054186315990293, 40.060727070276599 ], [ -75.052410020267502, 40.0597486877856 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3805, "tnode_": 3772, "lpoly_": null, "rpoly_": null, "length": 133.69188351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8018, "r_f_add": 8017, "r_t_add": 8031, "st_code": 20020, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860066, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36124, "Shape__Length": 53.370974561125237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052009941485593, 40.060073263965698 ], [ -75.051994700590697, 40.060139723202397 ], [ -75.051919453597705, 40.060433605890502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3680, "tnode_": 3809, "lpoly_": null, "rpoly_": null, "length": 683.53307221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 68540, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36125, "Shape__Length": 272.20892065615305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056758793141597, 40.061209840562199 ], [ -75.0557267109251, 40.060626730092203 ], [ -75.054780875234201, 40.060109486666597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3809, "tnode_": 3733, "lpoly_": null, "rpoly_": null, "length": 279.84071383000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7952, "l_t_add": 7998, "r_f_add": 7953, "r_t_add": 7999, "st_code": 49200, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36126, "Shape__Length": 111.57570927101686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054780875234201, 40.060109486666597 ], [ -75.054186315990293, 40.060727070276599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4569, "tnode_": 4321, "lpoly_": null, "rpoly_": null, "length": 581.78261442999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 20020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860069, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36127, "Shape__Length": 232.18843255550621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053970933264395, 40.054939510112703 ], [ -75.053843439427794, 40.055296689860398 ], [ -75.053350353724198, 40.056463391411903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4534, "tnode_": 4392, "lpoly_": null, "rpoly_": null, "length": 304.7725383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7815, "st_code": 43560, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36128, "Shape__Length": 121.51142226597577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056580741416994, 40.055326309651598 ], [ -75.055940139166495, 40.0560027961995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5931, "tnode_": 5826, "lpoly_": null, "rpoly_": null, "length": 407.85708325000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7105, "r_t_add": 7199, "st_code": 43560, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860071, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36129, "Shape__Length": 162.49952767909315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064861559971803, 40.046562218657698 ], [ -75.064703546417107, 40.046485514310604 ], [ -75.064597436100996, 40.046473396212697 ], [ -75.064534795284004, 40.046471931814999 ], [ -75.064445000417606, 40.046522839153397 ], [ -75.063869265741701, 40.047140273310603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3331, "tnode_": 3487, "lpoly_": null, "rpoly_": null, "length": 926.21710530999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 75140, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36130, "Shape__Length": 368.73107092832902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045946356737602, 40.063701363694399 ], [ -75.044324118017997, 40.062804122545501 ], [ -75.043088630817607, 40.062468851919697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3772, "tnode_": 3884, "lpoly_": null, "rpoly_": null, "length": 657.68391527999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 35280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36131, "Shape__Length": 261.9046006051999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051919453597705, 40.060433605890502 ], [ -75.051198790973601, 40.060041964550201 ], [ -75.050006069249505, 40.059385786661998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3808, "tnode_": 3958, "lpoly_": null, "rpoly_": null, "length": 697.29144952999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 74380, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36132, "Shape__Length": 277.68059016743598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049465485957597, 40.0599728261978 ], [ -75.049385925315306, 40.059933340997901 ], [ -75.047444483412207, 40.058853914173902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3744, "tnode_": 3870, "lpoly_": null, "rpoly_": null, "length": 693.73588207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 13400, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36133, "Shape__Length": 276.26859353457712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048889460747901, 40.0605692228335 ], [ -75.046880807148099, 40.0594536550133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4009, "tnode_": 3840, "lpoly_": null, "rpoly_": null, "length": 558.55942199000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 50320, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860076, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 36134, "Shape__Length": 222.70770691665354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046695941043694, 40.0584316134712 ], [ -75.045524846955104, 40.059673091705797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4615, "tnode_": 4531, "lpoly_": null, "rpoly_": null, "length": 198.90084954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7758, "l_t_add": 7798, "r_f_add": 7755, "r_t_add": 7799, "st_code": 18680, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36135, "Shape__Length": 79.299286403328708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051394975238793, 40.054696101343602 ], [ -75.0511942489413, 40.054891233994503 ], [ -75.050976021841706, 40.0551366877473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2575, "tnode_": 2355, "lpoly_": null, "rpoly_": null, "length": 1004.36867469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 18680, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36136, "Shape__Length": 400.34724258123157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041558443200401, 40.069805249753799 ], [ -75.041418915478204, 40.069839390607697 ], [ -75.041413312266599, 40.069838291707001 ], [ -75.041190313116104, 40.069890810436497 ], [ -75.040985663917198, 40.0699545937618 ], [ -75.040909092834198, 40.0699888981515 ], [ -75.040826962045102, 40.070044737158398 ], [ -75.040783115622801, 40.070083423495099 ], [ -75.039176378449199, 40.071767013552197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2740, "tnode_": 2466, "lpoly_": null, "rpoly_": null, "length": 982.41604593000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 33220, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860079, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 36137, "Shape__Length": 391.78523792358845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037987709406707, 40.068326453275901 ], [ -75.038363437163397, 40.068545053494397 ], [ -75.038449187533899, 40.068634781686498 ], [ -75.038490464316695, 40.068719646223997 ], [ -75.038491920096007, 40.068807385240802 ], [ -75.038478195474298, 40.068902392537098 ], [ -75.0384305220757, 40.068977531598499 ], [ -75.038116099513601, 40.069393380163703 ], [ -75.037949655543301, 40.069583926638799 ], [ -75.037643842189595, 40.069908460191201 ], [ -75.037410647266299, 40.070154629046499 ], [ -75.037120619210995, 40.0704566535547 ], [ -75.037058495996405, 40.0705145886959 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2733, "tnode_": 2849, "lpoly_": null, "rpoly_": null, "length": 497.94558388999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2660, "r_t_add": 2698, "st_code": 82240, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860080, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36138, "Shape__Length": 198.3477698231855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029662669366701, 40.0681633241689 ], [ -75.028258884066304, 40.067323547029197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3141, "tnode_": 3176, "lpoly_": null, "rpoly_": null, "length": 385.03872384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIPLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2819, "r_f_add": 2800, "r_t_add": 2814, "st_code": 72670, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIPLEY RD", "stname": "SHIPLEY RD", "objectid": 36139, "Shape__Length": 153.26354089710654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028382619941794, 40.0649169821071 ], [ -75.028064136686496, 40.064924389128301 ], [ -75.027914094132498, 40.064923236854199 ], [ -75.027790199279494, 40.064893874638301 ], [ -75.027694805171905, 40.064855577798198 ], [ -75.027164673850507, 40.064541160546298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3305, "tnode_": 3381, "lpoly_": null, "rpoly_": null, "length": 537.25512343999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHAEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2821, "l_t_add": 2899, "r_f_add": 2820, "r_t_add": 2898, "st_code": 55810, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHAEL RD", "stname": "MICHAEL RD", "objectid": 36140, "Shape__Length": 213.85595332215991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027237058946099, 40.063414659302602 ], [ -75.027061277775005, 40.0634231138648 ], [ -75.026967853414206, 40.063413692279099 ], [ -75.026874621767803, 40.063399470761297 ], [ -75.026803737401906, 40.063373765955802 ], [ -75.026736170423703, 40.063343335308502 ], [ -75.025999819090799, 40.062915058914001 ], [ -75.025898469890294, 40.062869411767998 ], [ -75.025755740292993, 40.062842002908297 ], [ -75.025546999943103, 40.062831024520897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3539, "tnode_": 3664, "lpoly_": null, "rpoly_": null, "length": 872.41702157999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2755, "r_f_add": 2714, "r_t_add": 2780, "st_code": 77520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 36141, "Shape__Length": 347.2957657254492 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031654091347704, 40.061752465732802 ], [ -75.030638616420603, 40.061204378875701 ], [ -75.030291877090306, 40.061017744165603 ], [ -75.030099271725007, 40.060913386811201 ], [ -75.029941207909602, 40.060831016227098 ], [ -75.029801835005301, 40.060773281228599 ], [ -75.029650302533597, 40.060724330866499 ], [ -75.029419766701196, 40.060682581426597 ], [ -75.0291840864097, 40.0606709526675 ], [ -75.028954400355204, 40.0606813781177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3655, "tnode_": 4075, "lpoly_": null, "rpoly_": null, "length": 1223.4570644300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2953, "l_t_add": 2987, "r_f_add": 2828, "r_t_add": 2898, "st_code": 82240, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 860085, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36142, "Shape__Length": 488.30617584033268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028018714485896, 40.060734460672101 ], [ -75.027965820733797, 40.0602168412289 ], [ -75.027963932793199, 40.060110115266099 ], [ -75.027976179814004, 40.059958680475802 ], [ -75.027979886216102, 40.059866311997197 ], [ -75.028003226885602, 40.059745958794402 ], [ -75.028045916481403, 40.059604728823501 ], [ -75.028101030065798, 40.059461422500497 ], [ -75.028155099270705, 40.059344168827899 ], [ -75.029006678658106, 40.057804424162903 ], [ -75.029014933006707, 40.057752464837101 ], [ -75.029014510744702, 40.057686075076901 ], [ -75.029007711230705, 40.057529978506203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3464, "tnode_": 3276, "lpoly_": null, "rpoly_": null, "length": 776.2992706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 40480, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860086, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARGRAVE ST", "stname": "HARGRAVE ST", "objectid": 36143, "Shape__Length": 309.36843822263421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031113076513606, 40.062351430196898 ], [ -75.029999326392499, 40.063578872990803 ], [ -75.029946862904097, 40.063628530636599 ], [ -75.029885527124904, 40.063663436115903 ], [ -75.029792481079497, 40.063702437609003 ], [ -75.029706612133893, 40.063719794440402 ], [ -75.029444159690996, 40.063735395008898 ], [ -75.029236345365305, 40.063748325055599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3464, "tnode_": 3578, "lpoly_": null, "rpoly_": null, "length": 690.11263916000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 76740, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860087, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAUNTON ST", "stname": "TAUNTON ST", "objectid": 36144, "Shape__Length": 274.76400110109751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031113076513606, 40.062351430196898 ], [ -75.029502768875005, 40.061487504712503 ], [ -75.029422287796905, 40.061449242442201 ], [ -75.029328812379006, 40.061420366854598 ], [ -75.0292317010951, 40.061403524266098 ], [ -75.029117958231197, 40.0614081022552 ], [ -75.0290253565516, 40.061411153428999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3750, "tnode_": 3858, "lpoly_": null, "rpoly_": null, "length": 672.03278142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2747, "r_f_add": 2700, "r_t_add": 2730, "st_code": 14820, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AXE FACTORY RD", "stname": "AXE FACTORY RD", "objectid": 36145, "Shape__Length": 267.54042321618522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033953740938003, 40.060145895129999 ], [ -75.033853058584, 40.060126212086502 ], [ -75.033599879252293, 40.060053846888103 ], [ -75.033405075850695, 40.059987603638099 ], [ -75.033174137664602, 40.059899168666199 ], [ -75.031896878430302, 40.059216604526398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3750, "tnode_": 4043, "lpoly_": null, "rpoly_": null, "length": 940.30223924999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2707, "l_t_add": 2733, "r_f_add": 2706, "r_t_add": 2732, "st_code": 83640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36146, "Shape__Length": 375.15206953282927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033953740938003, 40.060145895129999 ], [ -75.034420718534093, 40.059124976064403 ], [ -75.034485729932797, 40.058965305364197 ], [ -75.034510291201599, 40.058814162170002 ], [ -75.034524847152397, 40.058681747846201 ], [ -75.034504929468099, 40.058562742743597 ], [ -75.034469125423797, 40.058455215495997 ], [ -75.034426873758505, 40.058354647844602 ], [ -75.034348204259103, 40.058238995364697 ], [ -75.0342450656495, 40.058118023093797 ], [ -75.034128650326807, 40.058020443568502 ], [ -75.033996255299499, 40.057936710174403 ], [ -75.033820166767399, 40.057832682744902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2938, "tnode_": 2672, "lpoly_": null, "rpoly_": null, "length": 917.69048023999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9326, "l_t_add": 9446, "r_f_add": 9325, "r_t_add": 9477, "st_code": 13720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 860090, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36147, "Shape__Length": 365.91296529511948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018723865539499, 40.066419411344299 ], [ -75.016739078093195, 40.068424600508003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5491, "tnode_": 5000, "lpoly_": null, "rpoly_": null, "length": 1626.1414300900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 50620, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 36148, "Shape__Length": 647.83750788833322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045152137668794, 40.0488631528223 ], [ -75.042281672811001, 40.0500015237171 ], [ -75.042077780593701, 40.050112616192301 ], [ -75.041937666680397, 40.050210257081297 ], [ -75.041780437647105, 40.0503710517239 ], [ -75.041630692570706, 40.050588102194403 ], [ -75.041533514841802, 40.050828825328601 ], [ -75.041501011012997, 40.051033685036401 ], [ -75.041524297883001, 40.051303417516799 ], [ -75.041529634377, 40.051535341289402 ], [ -75.041516843283503, 40.051771748397499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2938, "tnode_": 2988, "lpoly_": null, "rpoly_": null, "length": 490.70340521999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 84370, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBRIDGE RD", "stname": "WOODBRIDGE RD", "objectid": 36149, "Shape__Length": 195.32705116530093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018723865539499, 40.066419411344299 ], [ -75.018576594703006, 40.066328981145098 ], [ -75.018252502637694, 40.066138170969403 ], [ -75.018110814603304, 40.066059406401202 ], [ -75.0179869347661, 40.066002606644602 ], [ -75.017857951564906, 40.065956456641899 ], [ -75.017742108561507, 40.065932159624197 ], [ -75.017630644416499, 40.065915148042798 ], [ -75.017514079048794, 40.065908786281298 ], [ -75.017387742313801, 40.065912962360002 ], [ -75.017275122249004, 40.065924645048597 ], [ -75.017170975312098, 40.0659286719291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3116, "tnode_": 2988, "lpoly_": null, "rpoly_": null, "length": 654.63609797999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2843, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 12665, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGUS RD", "stname": "ANGUS RD", "objectid": 36150, "Shape__Length": 260.92777513135854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018241677331503, 40.064849842463197 ], [ -75.018143418211196, 40.0648244275555 ], [ -75.018010619893204, 40.064803667962302 ], [ -75.0178694838051, 40.064800312113299 ], [ -75.017708567859898, 40.064814087894803 ], [ -75.017569711736996, 40.064848923149299 ], [ -75.017453387605698, 40.064893094716801 ], [ -75.017340288946897, 40.064952010293901 ], [ -75.017246143551105, 40.065014311282503 ], [ -75.017174412091094, 40.065088878863598 ], [ -75.017113652491204, 40.065175442737299 ], [ -75.017059104192001, 40.065297356834201 ], [ -75.017031848575897, 40.065405252656298 ], [ -75.017030703817895, 40.065528436939701 ], [ -75.017057205095995, 40.065628810737103 ], [ -75.017098019952897, 40.065752993010001 ], [ -75.017170975312098, 40.0659286719291 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3362, "tnode_": 3162, "lpoly_": null, "rpoly_": null, "length": 750.34427671000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9154, "l_t_add": 9198, "r_f_add": 9145, "r_t_add": 9199, "st_code": 70120, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERSON RD", "stname": "RYERSON RD", "objectid": 36151, "Shape__Length": 299.30632735357716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020051187895703, 40.062804771633502 ], [ -75.019922533370902, 40.062979158976198 ], [ -75.019863656422999, 40.063081814036998 ], [ -75.019790771159506, 40.063246125312403 ], [ -75.019760234612605, 40.063360523226997 ], [ -75.019738066690905, 40.063481761682198 ], [ -75.019723555235203, 40.063627534931797 ], [ -75.019730974499595, 40.063729551372496 ], [ -75.019751985646096, 40.063851815850803 ], [ -75.019797540397605, 40.063937027278598 ], [ -75.019843005106694, 40.064024449541101 ], [ -75.019911676953697, 40.064107996305502 ], [ -75.019991597614293, 40.064198451982897 ], [ -75.020128290077196, 40.0643101814928 ], [ -75.020266318147506, 40.064388733217498 ], [ -75.020412626416302, 40.0644763379578 ], [ -75.020556195392899, 40.064563189024199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3344, "tnode_": 3162, "lpoly_": null, "rpoly_": null, "length": 661.39433754000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9218, "r_f_add": 9101, "r_t_add": 9199, "st_code": 13720, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860094, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36152, "Shape__Length": 263.7014104398358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021994237911102, 40.063122581803498 ], [ -75.0218414129004, 40.063268267241497 ], [ -75.020556195392899, 40.064563189024199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3465, "tnode_": 3629, "lpoly_": null, "rpoly_": null, "length": 679.88945446000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 2825, "l_t_add": 2899, "r_f_add": 2822, "r_t_add": 2898, "st_code": 83420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860095, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36153, "Shape__Length": 270.9472083716264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021467412477406, 40.062120682790102 ], [ -75.021405461020706, 40.062000412700201 ], [ -75.021307883671597, 40.061847549573798 ], [ -75.021187010458704, 40.061700774760503 ], [ -75.021053733902605, 40.061575844167898 ], [ -75.020736823774698, 40.061360208635698 ], [ -75.019816972439799, 40.0607929538359 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3972, "tnode_": 3683, "lpoly_": null, "rpoly_": null, "length": 1007.84101794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8816, "l_t_add": 8960, "r_f_add": 8805, "r_t_add": 8949, "st_code": 13720, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860096, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36154, "Shape__Length": 401.79854439520585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026866096753295, 40.0582650392681 ], [ -75.0246625531598, 40.0604530425463 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4193, "tnode_": 4184, "lpoly_": null, "rpoly_": null, "length": 866.7222172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2941, "l_t_add": 2969, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2900, "r_hundred": 0, "seg_id": 860097, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2006-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36155, "Shape__Length": 344.68340460724147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0252133344123, 40.056590453463201 ], [ -75.024752757395405, 40.0565273399231 ], [ -75.022821632994706, 40.056552707065798 ], [ -75.022487655278496, 40.056594158375198 ], [ -75.022129727906901, 40.056612109987697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4234, "tnode_": 4428, "lpoly_": null, "rpoly_": null, "length": 581.65813666999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51620, "l_hundred": 0, "r_hundred": 0, "seg_id": 860098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGFORD ST", "stname": "LONGFORD ST", "objectid": 36156, "Shape__Length": 231.98551216596857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022124332322406, 40.056382885583801 ], [ -75.022131698340999, 40.056333636637 ], [ -75.022125368105606, 40.056201522116197 ], [ -75.022092777462305, 40.0560710222857 ], [ -75.022048290037105, 40.055945039884598 ], [ -75.021975926557204, 40.055824668691699 ], [ -75.021858398313796, 40.055675539989899 ], [ -75.021299764643103, 40.055104606344102 ], [ -75.021177061828695, 40.055014722798802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4243, "tnode_": 4348, "lpoly_": null, "rpoly_": null, "length": 239.44312538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3711, "l_t_add": 3723, "r_f_add": 3712, "r_t_add": 3722, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 860099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 36157, "Shape__Length": 95.595127466337217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019029749900895, 40.056178412961202 ], [ -75.019026225760697, 40.055521119542398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4249, "tnode_": 4234, "lpoly_": null, "rpoly_": null, "length": 1008.29627143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3034, "r_t_add": 3068, "st_code": 43220, "l_hundred": 0, "r_hundred": 3000, "seg_id": 860100, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36158, "Shape__Length": 400.98379250135758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025712618981501, 40.056372065246798 ], [ -75.025015573331203, 40.056391190885499 ], [ -75.024668358024499, 40.056450191622297 ], [ -75.022805353105198, 40.056445532843703 ], [ -75.022124332322406, 40.056382885583801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4075, "tnode_": 4178, "lpoly_": null, "rpoly_": null, "length": 278.29604831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2989, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 82240, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36159, "Shape__Length": 111.08136768171929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029007711230705, 40.057529978506203 ], [ -75.0288717766838, 40.057141500659597 ], [ -75.0287581750611, 40.056790514636603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4187, "tnode_": 4059, "lpoly_": null, "rpoly_": null, "length": 419.9018586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 13720, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 860102, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36160, "Shape__Length": 167.40023493812453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028399361558201, 40.056737438257102 ], [ -75.028101008363393, 40.057041352879402 ], [ -75.027485453618894, 40.057651459923001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4203, "tnode_": 4130, "lpoly_": null, "rpoly_": null, "length": 695.8856881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 46150, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOEY DR", "stname": "JOEY DR", "objectid": 36161, "Shape__Length": 276.96733091222131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027127406003203, 40.056601448259599 ], [ -75.0271862826838, 40.056904915047497 ], [ -75.027196853501906, 40.056946871793102 ], [ -75.027170747614605, 40.056986614039602 ], [ -75.027123866839105, 40.057020482815602 ], [ -75.027060465686205, 40.057029743281198 ], [ -75.025330414736402, 40.0570358150731 ], [ -75.025216830515006, 40.057044818781598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4193, "tnode_": 4130, "lpoly_": null, "rpoly_": null, "length": 165.52065295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8900, "l_t_add": 8912, "r_f_add": 8901, "r_t_add": 8909, "st_code": 50550, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEWIN PL", "stname": "LEWIN PL", "objectid": 36162, "Shape__Length": 66.083295077558731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0252133344123, 40.056590453463201 ], [ -75.025216830515006, 40.057044818781598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4913, "tnode_": 4946, "lpoly_": null, "rpoly_": null, "length": 814.59547627000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTHROP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8128, "r_f_add": 8101, "r_t_add": 8129, "st_code": 83940, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTHROP ST", "stname": "WINTHROP ST", "objectid": 36163, "Shape__Length": 323.96115534008538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030945014762494, 40.052117288109301 ], [ -75.030867505086903, 40.052116811426998 ], [ -75.030549758475203, 40.052134527780296 ], [ -75.030016026435504, 40.052144998654597 ], [ -75.029702923632598, 40.052133620358298 ], [ -75.029383833393098, 40.052097580821901 ], [ -75.029083575465606, 40.052050043857399 ], [ -75.028080885463197, 40.051845841214103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4043, "tnode_": 4126, "lpoly_": null, "rpoly_": null, "length": 228.26317957000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2735, "l_t_add": 2799, "r_f_add": 2734, "r_t_add": 2798, "st_code": 83640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36164, "Shape__Length": 91.05597739369037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033820166767399, 40.057832682744902 ], [ -75.033858708209706, 40.0577715861779 ], [ -75.034200664511701, 40.057278520726598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4443, "tnode_": 4448, "lpoly_": null, "rpoly_": null, "length": 701.91257617999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8012, "l_t_add": 8098, "r_f_add": 8013, "r_t_add": 8099, "st_code": 58940, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARVON ST", "stname": "NARVON ST", "objectid": 36165, "Shape__Length": 279.16819514434951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033587685099803, 40.055200648937998 ], [ -75.033515089794903, 40.0552522648549 ], [ -75.033426312585405, 40.055282045827099 ], [ -75.0333195404408, 40.055300775094302 ], [ -75.033172311843998, 40.055293751477201 ], [ -75.032331808234403, 40.055217194957201 ], [ -75.031131603453005, 40.0551102470789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4552, "tnode_": 4743, "lpoly_": null, "rpoly_": null, "length": 535.92272263999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2819, "l_t_add": 2899, "r_f_add": 2806, "r_t_add": 2898, "st_code": 22540, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELFIELD ST", "stname": "CHELFIELD ST", "objectid": 36166, "Shape__Length": 213.75393862627868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033993183419199, 40.054615077170297 ], [ -75.034326473603002, 40.054138077089398 ], [ -75.034357331685996, 40.054083704448203 ], [ -75.034364311202097, 40.054028767357302 ], [ -75.034362620260794, 40.053951584663402 ], [ -75.034336610128193, 40.053884847879601 ], [ -75.033842061344501, 40.053335027873999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4350, "tnode_": 4883, "lpoly_": null, "rpoly_": null, "length": 1353.2248855299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2815, "l_t_add": 2899, "r_f_add": 2814, "r_t_add": 2898, "st_code": 83640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36167, "Shape__Length": 539.93912081117867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035228342648693, 40.055889615550299 ], [ -75.0359640144856, 40.054834785633403 ], [ -75.036145816791503, 40.054574324240903 ], [ -75.036225650121295, 40.054433648316397 ], [ -75.036309744308895, 40.054230618368898 ], [ -75.036362391871705, 40.0540186991702 ], [ -75.036372270560406, 40.053860078839001 ], [ -75.036364062866696, 40.053711893475203 ], [ -75.036334674671494, 40.053563206902403 ], [ -75.036282122514294, 40.053419404691297 ], [ -75.0362041238632, 40.053249204223803 ], [ -75.036129413930098, 40.053129317743199 ], [ -75.036035288053398, 40.053008971626603 ], [ -75.035964246768202, 40.052929902856199 ], [ -75.035903332242796, 40.052818488532097 ], [ -75.035869955239406, 40.052725374572397 ], [ -75.035866719165796, 40.052585452104601 ], [ -75.035890403575706, 40.052460752780597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4883, "tnode_": 4807, "lpoly_": null, "rpoly_": null, "length": 436.59294747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8008, "r_f_add": 8001, "r_t_add": 8013, "st_code": 11680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 36168, "Shape__Length": 173.80031151242665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035890403575706, 40.052460752780597 ], [ -75.035652180509302, 40.0524376214791 ], [ -75.035460885395594, 40.052441150600899 ], [ -75.035286294008998, 40.052485319633597 ], [ -75.035128326764806, 40.052572139730401 ], [ -75.034786014011104, 40.052824443077 ], [ -75.034575201457301, 40.052961078799498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5098, "tnode_": 5506, "lpoly_": null, "rpoly_": null, "length": 978.92821912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 82240, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 860111, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36169, "Shape__Length": 390.71006264000476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026755729162304, 40.050788634028798 ], [ -75.026139005926396, 40.048920219877601 ], [ -75.0260476964866, 40.048669178709602 ], [ -75.026021274739904, 40.048557694417497 ], [ -75.026019642707595, 40.048471632845398 ], [ -75.026018075090505, 40.0483622399666 ], [ -75.026040415344397, 40.048172788458501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4395, "tnode_": 4124, "lpoly_": null, "rpoly_": null, "length": 719.03563723000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8130, "l_t_add": 8198, "r_f_add": 8133, "r_t_add": 8199, "st_code": 51140, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 36170, "Shape__Length": 286.90775645667708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0403317614104, 40.055628097840803 ], [ -75.039692191519904, 40.056630076220699 ], [ -75.039654637388594, 40.0567568313473 ], [ -75.039622406809301, 40.057126449753 ], [ -75.039643298329295, 40.057215511402397 ], [ -75.039678468455406, 40.057296858099299 ], [ -75.039735111228794, 40.057365291978897 ], [ -75.039800545734195, 40.057451790246098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4532, "tnode_": 4172, "lpoly_": null, "rpoly_": null, "length": 897.63339777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 19380, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860113, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-09-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 36171, "Shape__Length": 358.13382274644579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041822268597002, 40.0548961109888 ], [ -75.040648977756305, 40.056734041807097 ], [ -75.040603104556496, 40.056840864406297 ], [ -75.040578733322505, 40.056930210004097 ], [ -75.040581297766806, 40.056996211164602 ], [ -75.0405913383685, 40.057070381853499 ], [ -75.040611400047695, 40.057141291887298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4584, "tnode_": 4395, "lpoly_": null, "rpoly_": null, "length": 486.79185553000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8128, "r_f_add": 8101, "r_t_add": 8131, "st_code": 51140, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 36172, "Shape__Length": 194.10487498616851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041250807112505, 40.054585243263801 ], [ -75.041155087966104, 40.054574564242699 ], [ -75.041045926892807, 40.054596770095301 ], [ -75.040954995419298, 40.054656296523099 ], [ -75.0403317614104, 40.055628097840803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4790, "tnode_": 4450, "lpoly_": null, "rpoly_": null, "length": 828.74340453999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 50620, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 36173, "Shape__Length": 330.69939574882324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040249581427702, 40.053167589268199 ], [ -75.040054162245795, 40.053441703597997 ], [ -75.0399989635563, 40.053624445671403 ], [ -75.040000973452607, 40.053745436642302 ], [ -75.040028859193697, 40.053903846826799 ], [ -75.040062533483905, 40.054088686208097 ], [ -75.040042145289306, 40.0542564747293 ], [ -75.040004770562902, 40.054421233289602 ], [ -75.039452614283704, 40.055295269433103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5037, "tnode_": 4808, "lpoly_": null, "rpoly_": null, "length": 932.23928225999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 68080, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36174, "Shape__Length": 371.33086413479771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0465857759513, 40.051598544371103 ], [ -75.045335849757606, 40.052099825473299 ], [ -75.045231298418798, 40.052146946891902 ], [ -75.045159322478796, 40.052188985590298 ], [ -75.0450422289031, 40.052271123664703 ], [ -75.044924725112296, 40.052363542852497 ], [ -75.044110238811797, 40.053221438715703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4866, "tnode_": 4670, "lpoly_": null, "rpoly_": null, "length": 667.35268908, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 20920, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860118, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 36175, "Shape__Length": 265.87850073728299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047450866766098, 40.052896335383402 ], [ -75.046790735621101, 40.053168949701899 ], [ -75.046667054725106, 40.053248361925398 ], [ -75.046546616721699, 40.053330422829603 ], [ -75.046453037445502, 40.053410543190601 ], [ -75.046359354355602, 40.053493233531697 ], [ -75.045757558170607, 40.054135221446202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5358, "tnode_": 5000, "lpoly_": null, "rpoly_": null, "length": 1337.7305383799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 19180, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860119, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 36176, "Shape__Length": 532.67654929656123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045310393834697, 40.0496597205398 ], [ -75.042805547428202, 40.050649443423403 ], [ -75.042596645017198, 40.050764157229402 ], [ -75.042491596708302, 40.050836455105099 ], [ -75.042416007918206, 40.0509019694112 ], [ -75.041897592076396, 40.051458025942601 ], [ -75.041780882265002, 40.051578650968899 ], [ -75.041516843283503, 40.051771748397499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5246, "tnode_": 4935, "lpoly_": null, "rpoly_": null, "length": 1201.0242324400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 51140, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860120, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 36177, "Shape__Length": 478.3144119394683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045703533597006, 40.0502899432121 ], [ -75.045616631636094, 40.050330872996 ], [ -75.043729994532796, 40.051076097369702 ], [ -75.043629276002804, 40.051120614375797 ], [ -75.043522703171405, 40.0511728595392 ], [ -75.043402265049394, 40.051254917156903 ], [ -75.043249880879998, 40.0513825278179 ], [ -75.042408182519594, 40.052278558235898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4790, "tnode_": 5102, "lpoly_": null, "rpoly_": null, "length": 1441.3387538700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 68180, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860121, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36178, "Shape__Length": 573.89462106780525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040249581427702, 40.053167589268199 ], [ -75.039190383737804, 40.052582399341397 ], [ -75.036039388140296, 40.050890252254902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5506, "tnode_": 5753, "lpoly_": null, "rpoly_": null, "length": 489.0595336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3327, "r_f_add": 3300, "r_t_add": 3326, "st_code": 82240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 860123, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36179, "Shape__Length": 195.20364968234259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026040415344397, 40.048172788458501 ], [ -75.026222045029996, 40.047512947945698 ], [ -75.026347190780797, 40.046851825627698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6255, "tnode_": 6153, "lpoly_": null, "rpoly_": null, "length": 300.68174820999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7832, "r_f_add": 7801, "r_t_add": 7833, "st_code": 69580, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 36180, "Shape__Length": 119.68189022961795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034395643575806, 40.044388336754999 ], [ -75.033690243841903, 40.044737585733202 ], [ -75.033481158272195, 40.044819796532202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5929, "tnode_": 5862, "lpoly_": null, "rpoly_": null, "length": 708.30454657999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDYFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 70860, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDYFORD AVE", "stname": "SANDYFORD AVE", "objectid": 36181, "Shape__Length": 281.65261770416953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047778160268507, 40.046255963856801 ], [ -75.047547701402607, 40.0462670215936 ], [ -75.045272150664402, 40.046518912105903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6103, "tnode_": 6312, "lpoly_": null, "rpoly_": null, "length": 760.24516690999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 80260, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36182, "Shape__Length": 302.66998472667541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047375174949806, 40.045367242432498 ], [ -75.047321601302897, 40.045241215493498 ], [ -75.047244599119907, 40.045130606567596 ], [ -75.047110025178199, 40.045032325350498 ], [ -75.045922234473906, 40.044374800609098 ], [ -75.0458620861463, 40.044356380946702 ], [ -75.045804080603105, 40.0443407644036 ], [ -75.045749572946505, 40.044331925878197 ], [ -75.045681848065797, 40.044327027307098 ], [ -75.045203959006798, 40.044363709443502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5491, "tnode_": 5862, "lpoly_": null, "rpoly_": null, "length": 854.62837892999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2935, "l_t_add": 2999, "r_f_add": 2936, "r_t_add": 2998, "st_code": 70060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860128, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 36183, "Shape__Length": 341.15857081548376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045152137668794, 40.0488631528223 ], [ -75.045272150664402, 40.046518912105903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3657, "tnode_": 3446, "lpoly_": null, "rpoly_": null, "length": 665.66857605999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 48940, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860130, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36184, "Shape__Length": 265.69896594919084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065985992602506, 40.061595668240201 ], [ -75.065728416314798, 40.061916943819902 ], [ -75.065634180307697, 40.0620935153608 ], [ -75.065580974815106, 40.062262106210703 ], [ -75.065558927202204, 40.062525281195597 ], [ -75.065686757365796, 40.063341346770301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2207, "tnode_": 2120, "lpoly_": null, "rpoly_": null, "length": 562.19352446999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 79980, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860131, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 36185, "Shape__Length": 224.17303429456013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074725654935605, 40.074058107800802 ], [ -75.073480661910693, 40.075269287942099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2223, "tnode_": 27984, "lpoly_": null, "rpoly_": null, "length": 325.0127463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 73250, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY PL", "stname": "SOLLY PL", "objectid": 36186, "Shape__Length": 129.60311005554348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0710702660256, 40.073888653722399 ], [ -75.070955930258506, 40.074023150972401 ], [ -75.070362484808399, 40.074595278426102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2240, "tnode_": 2185, "lpoly_": null, "rpoly_": null, "length": 300.94397941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8262, "l_t_add": 8298, "r_f_add": 8263, "r_t_add": 8299, "st_code": 76025, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36187, "Shape__Length": 120.00431265632919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068878362373795, 40.0735582313892 ], [ -75.068722648452393, 40.073730292333103 ], [ -75.068598003608599, 40.073858612553401 ], [ -75.068385953672603, 40.074037384138101 ], [ -75.068223014111695, 40.074211687031699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2240, "tnode_": 2219, "lpoly_": null, "rpoly_": null, "length": 166.37259531000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 76460, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR PL", "stname": "TABOR PL", "objectid": 36188, "Shape__Length": 66.276272008222634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068878362373795, 40.0735582313892 ], [ -75.069349005627899, 40.073837257909901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2263, "tnode_": 2207, "lpoly_": null, "rpoly_": null, "length": 256.53235796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8060, "l_t_add": 8098, "r_f_add": 8061, "r_t_add": 8099, "st_code": 79980, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860136, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 36189, "Shape__Length": 102.29848794796979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075278311269102, 40.073496278702201 ], [ -75.074725654935605, 40.074058107800802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2223, "tnode_": 2287, "lpoly_": null, "rpoly_": null, "length": 415.10074395000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 73240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36190, "Shape__Length": 165.33963223394014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0710702660256, 40.073888653722399 ], [ -75.069867946075306, 40.073221350955897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2287, "tnode_": 2240, "lpoly_": null, "rpoly_": null, "length": 333.60850517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8260, "r_f_add": 8201, "r_t_add": 8261, "st_code": 76025, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36191, "Shape__Length": 132.84980901515664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069867946075306, 40.073221350955897 ], [ -75.069641412446998, 40.073174321335202 ], [ -75.069396588485901, 40.0732070860766 ], [ -75.069184761815393, 40.073275213735698 ], [ -75.068998832290305, 40.073441472957001 ], [ -75.068878362373795, 40.0735582313892 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2378, "tnode_": 2322, "lpoly_": null, "rpoly_": null, "length": 306.27703032, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7960, "l_t_add": 7998, "r_f_add": 7949, "r_t_add": 7999, "st_code": 79980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860140, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 36192, "Shape__Length": 122.12143906770068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076583633546605, 40.072236112330302 ], [ -75.075901955394698, 40.072893854735298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2346, "tnode_": 2382, "lpoly_": null, "rpoly_": null, "length": 284.36948048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1021, "l_t_add": 1099, "r_f_add": 1038, "r_t_add": 1098, "st_code": 74380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36193, "Shape__Length": 113.26901118176139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072165909299798, 40.072636514169602 ], [ -75.071346666171706, 40.072174721777799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2384, "tnode_": 2341, "lpoly_": null, "rpoly_": null, "length": 230.32411939, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8372, "l_t_add": 8386, "r_f_add": 8373, "r_t_add": 8387, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36194, "Shape__Length": 91.847300690067158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055007620811494, 40.071780349390302 ], [ -75.0545158601645, 40.072287329298902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2382, "tnode_": 2408, "lpoly_": null, "rpoly_": null, "length": 302.72714955000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1123, "r_f_add": 1100, "r_t_add": 1118, "st_code": 74380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36195, "Shape__Length": 120.45006062749327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071346666171706, 40.072174721777799 ], [ -75.0703066911001, 40.071946145623698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2408, "tnode_": 2416, "lpoly_": null, "rpoly_": null, "length": 227.53917586999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 74380, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36196, "Shape__Length": 90.52896035471305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0703066911001, 40.071946145623698 ], [ -75.069519353080395, 40.0717903473127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2436, "tnode_": 2384, "lpoly_": null, "rpoly_": null, "length": 222.74200947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8356, "l_t_add": 8370, "r_f_add": 8357, "r_t_add": 8371, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36197, "Shape__Length": 88.831465542276703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055466961840395, 40.071281010501004 ], [ -75.055007620811494, 40.071780349390302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2440, "tnode_": 2247, "lpoly_": null, "rpoly_": null, "length": 898.82944607000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8424, "l_t_add": 8448, "r_f_add": 8321, "r_t_add": 8399, "st_code": 11980, "l_hundred": 8400, "r_hundred": 8300, "seg_id": 860149, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36198, "Shape__Length": 358.39761433528395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057841212730594, 40.071316983885602 ], [ -75.056845292849204, 40.072259158385997 ], [ -75.056207801156802, 40.072927312914203 ], [ -75.056122452526196, 40.073008477741702 ], [ -75.055859956166103, 40.073258104531703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2446, "tnode_": 2346, "lpoly_": null, "rpoly_": null, "length": 476.77785035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMETTO", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 62860, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PALMETTO ST", "stname": "PALMETTO ST", "objectid": 36199, "Shape__Length": 190.13758193839408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073163254364701, 40.071575432098101 ], [ -75.072165909299798, 40.072636514169602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2402, "tnode_": 2446, "lpoly_": null, "rpoly_": null, "length": 286.5991511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1008, "st_code": 68180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860151, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36200, "Shape__Length": 114.12482350243923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074031886825793, 40.071992128319103 ], [ -75.073163254364701, 40.071575432098101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2445, "tnode_": 2374, "lpoly_": null, "rpoly_": null, "length": 346.08926648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8508, "r_f_add": 8501, "r_t_add": 8521, "st_code": 20020, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 860152, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36201, "Shape__Length": 138.01932188760745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049547732595002, 40.070987515888703 ], [ -75.049160367309696, 40.071405443639001 ], [ -75.048902030005905, 40.071674118012197 ], [ -75.048826681408997, 40.071759270017601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2449, "tnode_": 2416, "lpoly_": null, "rpoly_": null, "length": 144.99422875000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8044, "l_t_add": 8098, "r_f_add": 8045, "r_t_add": 8099, "st_code": 76025, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36202, "Shape__Length": 57.806789788607276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069234332206193, 40.071506746574002 ], [ -75.069265978184802, 40.071649105021798 ], [ -75.069305718766302, 40.071710790173398 ], [ -75.069374752589695, 40.071752314860703 ], [ -75.069519353080395, 40.0717903473127 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2453, "tnode_": 2403, "lpoly_": null, "rpoly_": null, "length": 229.53474774999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8426, "l_t_add": 8498, "r_f_add": 8427, "r_t_add": 8499, "st_code": 51660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860155, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36203, "Shape__Length": 91.53672696052702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050944212196001, 40.071007471217001 ], [ -75.050464236529507, 40.071518400983898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2480, "tnode_": 2402, "lpoly_": null, "rpoly_": null, "length": 323.58317401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7950, "l_t_add": 7998, "r_f_add": 7951, "r_t_add": 7999, "st_code": 68600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 36204, "Shape__Length": 129.04373910312876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074707533970297, 40.071271301641502 ], [ -75.074031886825793, 40.071992128319103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2384, "tnode_": 2481, "lpoly_": null, "rpoly_": null, "length": 620.70331466000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 17100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 36205, "Shape__Length": 247.23461183892121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055007620811494, 40.071780349390302 ], [ -75.0532229172032, 40.070768768425403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2483, "tnode_": 2382, "lpoly_": null, "rpoly_": null, "length": 458.85593998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 17620, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36206, "Shape__Length": 182.99222026204416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072300597738902, 40.071150257964398 ], [ -75.071346666171706, 40.072174721777799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2446, "tnode_": 2483, "lpoly_": null, "rpoly_": null, "length": 286.83898473000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1015, "l_t_add": 1099, "r_f_add": 1010, "r_t_add": 1098, "st_code": 68180, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860160, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36207, "Shape__Length": 114.22459557475337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073163254364701, 40.071575432098101 ], [ -75.072300597738902, 40.071150257964398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2507, "tnode_": 2453, "lpoly_": null, "rpoly_": null, "length": 225.29578721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8412, "l_t_add": 8424, "r_f_add": 8413, "r_t_add": 8425, "st_code": 51660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36208, "Shape__Length": 89.850886468171311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051404900147205, 40.070500295437903 ], [ -75.050944212196001, 40.071007471217001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2513, "tnode_": 2449, "lpoly_": null, "rpoly_": null, "length": 282.49742939000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8022, "l_t_add": 8042, "r_f_add": 8023, "r_t_add": 8043, "st_code": 76025, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36209, "Shape__Length": 112.66338075348592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069813943205304, 40.070871850544599 ], [ -75.069234332206193, 40.071506746574002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2538, "tnode_": 2408, "lpoly_": null, "rpoly_": null, "length": 544.0793035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 49585, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 36210, "Shape__Length": 216.98784134795491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071419036268907, 40.070721228696499 ], [ -75.0703066911001, 40.071946145623698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2483, "tnode_": 2538, "lpoly_": null, "rpoly_": null, "length": 292.05661401999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1108, "st_code": 68180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860166, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36211, "Shape__Length": 116.29923501131626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072300597738902, 40.071150257964398 ], [ -75.071419036268907, 40.070721228696499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2436, "tnode_": 2548, "lpoly_": null, "rpoly_": null, "length": 616.47006989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 47300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860167, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 36212, "Shape__Length": 245.54898561739105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055466961840395, 40.071281010501004 ], [ -75.053697737928104, 40.0702729065151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2564, "tnode_": 2480, "lpoly_": null, "rpoly_": null, "length": 302.24472295000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7932, "l_t_add": 7948, "r_f_add": 7933, "r_t_add": 7949, "st_code": 68600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 36213, "Shape__Length": 120.52986202034104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075344351664796, 40.070601202472801 ], [ -75.074707533970297, 40.071271301641502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2571, "tnode_": 2507, "lpoly_": null, "rpoly_": null, "length": 226.01879967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8410, "r_f_add": 8401, "r_t_add": 8411, "st_code": 51660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 860169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36214, "Shape__Length": 90.132851903056775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051878296972404, 40.069997625152403 ], [ -75.051404900147205, 40.070500295437903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2481, "tnode_": 2571, "lpoly_": null, "rpoly_": null, "length": 469.60513314000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1831, "r_f_add": 1800, "r_t_add": 1830, "st_code": 17100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 36215, "Shape__Length": 187.05165454828972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0532229172032, 40.070768768425403 ], [ -75.051878296972404, 40.069997625152403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2587, "tnode_": 2549, "lpoly_": null, "rpoly_": null, "length": 103.96698067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8322, "l_t_add": 8398, "r_f_add": 8307, "r_t_add": 8307, "st_code": 11980, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860171, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36216, "Shape__Length": 41.450722416724311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0590234581353, 40.070171542620599 ], [ -75.058787529227502, 40.070391994836598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2588, "tnode_": 2483, "lpoly_": null, "rpoly_": null, "length": 354.5366114, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7952, "l_t_add": 7998, "r_f_add": 7953, "r_t_add": 7999, "st_code": 17620, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860172, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36217, "Shape__Length": 141.39302305307896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073027106068395, 40.070352971741499 ], [ -75.072300597738902, 40.071150257964398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2480, "tnode_": 2588, "lpoly_": null, "rpoly_": null, "length": 577.14165151000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 68540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860173, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36218, "Shape__Length": 229.86690044828455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074707533970297, 40.071271301641502 ], [ -75.073027106068395, 40.070352971741499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2593, "tnode_": 2513, "lpoly_": null, "rpoly_": null, "length": 287.97897423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8020, "r_f_add": 8001, "r_t_add": 8021, "st_code": 76025, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36219, "Shape__Length": 114.84367355476017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070414118692895, 40.070229718450399 ], [ -75.069813943205304, 40.070871850544599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2538, "tnode_": 2593, "lpoly_": null, "rpoly_": null, "length": 333.40336603999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1115, "l_t_add": 1199, "r_f_add": 1110, "r_t_add": 1198, "st_code": 68180, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860175, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36220, "Shape__Length": 132.76400692269286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071419036268907, 40.070721228696499 ], [ -75.070414118692895, 40.070229718450399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2493, "tnode_": 2613, "lpoly_": null, "rpoly_": null, "length": 616.54644410999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 13340, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 36221, "Shape__Length": 245.58299114758671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055930706153802, 40.070790492566097 ], [ -75.054168896022901, 40.069774417719401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2571, "tnode_": 2627, "lpoly_": null, "rpoly_": null, "length": 353.00281522999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1833, "l_t_add": 1899, "r_f_add": 1832, "r_t_add": 1898, "st_code": 17100, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860177, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 36222, "Shape__Length": 140.52365329956319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051878296972404, 40.069997625152403 ], [ -75.050757128870003, 40.069553708991002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2515, "tnode_": 2631, "lpoly_": null, "rpoly_": null, "length": 559.57143378000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 75140, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860178, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36223, "Shape__Length": 222.9115862027987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058533853168399, 40.070646457130103 ], [ -75.056968305939904, 40.069691000163601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2647, "tnode_": 2564, "lpoly_": null, "rpoly_": null, "length": 277.15455948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7918, "l_t_add": 7930, "r_f_add": 7919, "r_t_add": 7931, "st_code": 68600, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 36224, "Shape__Length": 110.52186615454552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0759310774516, 40.069988293774003 ], [ -75.075344351664796, 40.070601202472801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2548, "tnode_": 2653, "lpoly_": null, "rpoly_": null, "length": 561.7276265700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 47300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860180, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 36225, "Shape__Length": 223.7473861668802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053697737928104, 40.0702729065151 ], [ -75.052094581616601, 40.069345135021599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2668, "tnode_": 2593, "lpoly_": null, "rpoly_": null, "length": 259.54129088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7958, "l_t_add": 7998, "r_f_add": 7957, "r_t_add": 7999, "st_code": 76025, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36226, "Shape__Length": 103.50443992200523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070950293416004, 40.069648404617197 ], [ -75.070414118692895, 40.070229718450399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2674, "tnode_": 2588, "lpoly_": null, "rpoly_": null, "length": 300.5823313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7932, "l_t_add": 7950, "r_f_add": 7935, "r_t_add": 7951, "st_code": 17620, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36227, "Shape__Length": 119.85866685187466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073673142115496, 40.069693809721301 ], [ -75.073027106068395, 40.070352971741499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2564, "tnode_": 2674, "lpoly_": null, "rpoly_": null, "length": 572.7363446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 51580, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36228, "Shape__Length": 228.10750395205201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075344351664796, 40.070601202472801 ], [ -75.073673142115496, 40.069693809721301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2593, "tnode_": 2686, "lpoly_": null, "rpoly_": null, "length": 494.10373671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1214, "st_code": 68180, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860184, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36229, "Shape__Length": 196.74846486273927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070414118692895, 40.070229718450399 ], [ -75.068916748754901, 40.069511163283501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2555, "tnode_": 2687, "lpoly_": null, "rpoly_": null, "length": 610.39757624000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 34860, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860185, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX CHASE RD", "stname": "FOX CHASE RD", "objectid": 36230, "Shape__Length": 243.16447456917496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056427624654404, 40.070264897943296 ], [ -75.054730466162596, 40.069212507581298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2587, "tnode_": 2693, "lpoly_": null, "rpoly_": null, "length": 568.56475138999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 16980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860186, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36231, "Shape__Length": 226.50604164477619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0590234581353, 40.070171542620599 ], [ -75.057452501399098, 40.069181938394898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2627, "tnode_": 2713, "lpoly_": null, "rpoly_": null, "length": 445.08393148000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 17100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 36232, "Shape__Length": 177.26118090795259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050757128870003, 40.069553708991002 ], [ -75.049454402122905, 40.068852944952098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2734, "tnode_": 2660, "lpoly_": null, "rpoly_": null, "length": 273.48374608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8240, "l_t_add": 8298, "r_f_add": 8243, "r_t_add": 8299, "st_code": 11980, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860189, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36233, "Shape__Length": 109.05154211341177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060302453105393, 40.068901307536102 ], [ -75.059714445179296, 40.069500915571197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2613, "tnode_": 2741, "lpoly_": null, "rpoly_": null, "length": 677.36339433000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 13340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860190, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 36234, "Shape__Length": 269.80206339280096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054168896022901, 40.069774417719401 ], [ -75.052231435175997, 40.068660056770199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2748, "tnode_": 2674, "lpoly_": null, "rpoly_": null, "length": 276.4057546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7918, "l_t_add": 7930, "r_f_add": 7917, "r_t_add": 7933, "st_code": 17620, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36235, "Shape__Length": 110.22636831752301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074249415101903, 40.069077608726197 ], [ -75.073673142115496, 40.069693809721301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2647, "tnode_": 2748, "lpoly_": null, "rpoly_": null, "length": 575.82148291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 38900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860192, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36236, "Shape__Length": 229.33311763113039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0759310774516, 40.069988293774003 ], [ -75.074249415101903, 40.069077608726197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2631, "tnode_": 2755, "lpoly_": null, "rpoly_": null, "length": 615.64338876, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 75140, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860193, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36237, "Shape__Length": 245.25432480893645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056968305939904, 40.069691000163601 ], [ -75.055259740368996, 40.0686265608242 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2660, "tnode_": 2769, "lpoly_": null, "rpoly_": null, "length": 577.44340757999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 42980, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36238, "Shape__Length": 229.99669200275912 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059714445179296, 40.069500915571197 ], [ -75.058055143516697, 40.068558835502003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2748, "tnode_": 2800, "lpoly_": null, "rpoly_": null, "length": 241.72646184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 38880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860195, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH PL", "stname": "GRIFFITH PL", "objectid": 36239, "Shape__Length": 96.279131498242862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074249415101903, 40.069077608726197 ], [ -75.073553792159103, 40.068684298300802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2803, "tnode_": 2627, "lpoly_": null, "rpoly_": null, "length": 478.40559872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8318, "l_t_add": 8398, "r_f_add": 8303, "r_t_add": 8399, "st_code": 20020, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860196, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36240, "Shape__Length": 191.00183474165428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051078586745206, 40.068269959644503 ], [ -75.050985867845199, 40.068954997594801 ], [ -75.050894356303402, 40.069242044477299 ], [ -75.050757128870003, 40.069553708991002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2693, "tnode_": 2819, "lpoly_": null, "rpoly_": null, "length": 614.54568157000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 16980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36241, "Shape__Length": 244.81249992896727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057452501399098, 40.069181938394898 ], [ -75.055743031441807, 40.0681231632812 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2687, "tnode_": 2838, "lpoly_": null, "rpoly_": null, "length": 698.73102828000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 34860, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX CHASE RD", "stname": "FOX CHASE RD", "objectid": 36242, "Shape__Length": 278.34792501677481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054730466162596, 40.069212507581298 ], [ -75.052785702498397, 40.068009759445999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2713, "tnode_": 2842, "lpoly_": null, "rpoly_": null, "length": 637.8497779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 17100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 36243, "Shape__Length": 254.0526648935768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049454402122905, 40.068852944952098 ], [ -75.047619578567605, 40.067814355805403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2845, "tnode_": 2748, "lpoly_": null, "rpoly_": null, "length": 286.3289221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7916, "r_f_add": 7901, "r_t_add": 7915, "st_code": 17620, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36244, "Shape__Length": 114.18214100388796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074847120573807, 40.0684396997137 ], [ -75.074249415101903, 40.069077608726197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2767, "tnode_": 2848, "lpoly_": null, "rpoly_": null, "length": 346.60838902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 73240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36245, "Shape__Length": 138.06632805686817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062098545688201, 40.068715322129499 ], [ -75.061120903037406, 40.0681312569711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2860, "tnode_": 2769, "lpoly_": null, "rpoly_": null, "length": 268.69280537999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8242, "l_t_add": 8298, "r_f_add": 8243, "r_t_add": 8299, "st_code": 75420, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36246, "Shape__Length": 107.1522655648384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058608502724496, 40.067956096830798 ], [ -75.058055143516697, 40.068558835502003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2734, "tnode_": 2860, "lpoly_": null, "rpoly_": null, "length": 585.9435125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 31680, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36247, "Shape__Length": 233.37297424309247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060302453105393, 40.068901307536102 ], [ -75.058608502724496, 40.067956096830798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2838, "tnode_": 2888, "lpoly_": null, "rpoly_": null, "length": 239.43929548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1921, "r_f_add": 1900, "r_t_add": 1920, "st_code": 34860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX CHASE RD", "stname": "FOX CHASE RD", "objectid": 36248, "Shape__Length": 95.382976342724234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052785702498397, 40.068009759445999 ], [ -75.052120131233806, 40.067596797528701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2755, "tnode_": 2899, "lpoly_": null, "rpoly_": null, "length": 695.74439931999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 75140, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860208, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36249, "Shape__Length": 277.1005106065378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055259740368996, 40.0686265608242 ], [ -75.053243979332507, 40.067508883600603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2769, "tnode_": 2901, "lpoly_": null, "rpoly_": null, "length": 618.7868658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 42980, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36250, "Shape__Length": 246.44975057304879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058055143516697, 40.068558835502003 ], [ -75.056262131504297, 40.067565018750301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2949, "tnode_": 2803, "lpoly_": null, "rpoly_": null, "length": 437.47199831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8316, "r_f_add": 8301, "r_t_add": 8301, "st_code": 20020, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860210, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36251, "Shape__Length": 174.67869671326642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051242792474497, 40.067075694520497 ], [ -75.051078586745206, 40.068269959644503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2888, "tnode_": 2949, "lpoly_": null, "rpoly_": null, "length": 310.37206495000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1923, "l_t_add": 1999, "r_f_add": 1922, "r_t_add": 1998, "st_code": 34860, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860211, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOX CHASE RD", "stname": "FOX CHASE RD", "objectid": 36252, "Shape__Length": 123.62881634295692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052120131233806, 40.067596797528701 ], [ -75.051242792474497, 40.067075694520497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2819, "tnode_": 2960, "lpoly_": null, "rpoly_": null, "length": 695.60983632999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 16980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860212, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36253, "Shape__Length": 277.04267259271944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055743031441807, 40.0681231632812 ], [ -75.053724589879593, 40.067008994174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2978, "tnode_": 2848, "lpoly_": null, "rpoly_": null, "length": 486.94173356000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 11980, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860213, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36254, "Shape__Length": 194.15850800681622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062176818781793, 40.067068881741498 ], [ -75.061120903037406, 40.0681312569711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2981, "tnode_": 2901, "lpoly_": null, "rpoly_": null, "length": 272.60331252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8214, "l_t_add": 8236, "r_f_add": 8215, "r_t_add": 8237, "st_code": 35240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36255, "Shape__Length": 108.70778803587048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056828185930897, 40.066956043556701 ], [ -75.056262131504297, 40.067565018750301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2860, "tnode_": 2981, "lpoly_": null, "rpoly_": null, "length": 617.25055761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 31680, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860215, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36256, "Shape__Length": 245.84153586014236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058608502724496, 40.067956096830798 ], [ -75.056828185930897, 40.066956043556701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2921, "tnode_": 2982, "lpoly_": null, "rpoly_": null, "length": 306.4761256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 22320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36257, "Shape__Length": 122.06078819330591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075442501228807, 40.0678126362941 ], [ -75.074552636549996, 40.067322355698401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3003, "tnode_": 2949, "lpoly_": null, "rpoly_": null, "length": 159.04120093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8298, "l_t_add": 8298, "r_f_add": 8299, "r_t_add": 8299, "st_code": 20020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860217, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36258, "Shape__Length": 63.505439836358498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051223174497906, 40.066639368610701 ], [ -75.051242792474497, 40.067075694520497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3009, "tnode_": 2767, "lpoly_": null, "rpoly_": null, "length": 895.88348239000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8001, "r_t_add": 8199, "st_code": 28900, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860218, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36259, "Shape__Length": 357.20343490023924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064059933598003, 40.066778346947999 ], [ -75.0636833536675, 40.067204382528502 ], [ -75.062617954741398, 40.068308401855802 ], [ -75.062098545688201, 40.068715322129499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3022, "tnode_": 2947, "lpoly_": null, "rpoly_": null, "length": 291.15308664000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8116, "l_t_add": 8198, "r_f_add": 8117, "r_t_add": 8199, "st_code": 75420, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36260, "Shape__Length": 116.10439608368918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059827614642401, 40.066655854180503 ], [ -75.059222790602405, 40.067306128802301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3029, "tnode_": 2960, "lpoly_": null, "rpoly_": null, "length": 252.5829054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8316, "r_f_add": 8301, "r_t_add": 8317, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860221, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36261, "Shape__Length": 100.72426688467682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054247233024, 40.0664437386964 ], [ -75.053724589879593, 40.067008994174003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2901, "tnode_": 3029, "lpoly_": null, "rpoly_": null, "length": 696.32487891999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 42980, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36262, "Shape__Length": 277.3291595445711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056262131504297, 40.067565018750301 ], [ -75.054247233024, 40.0664437386964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3037, "tnode_": 2894, "lpoly_": null, "rpoly_": null, "length": 517.88934548000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 48940, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36263, "Shape__Length": 206.51722942501277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612733916157, 40.066572248837502 ], [ -75.060189191929496, 40.067724306947497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3000, "tnode_": 3061, "lpoly_": null, "rpoly_": null, "length": 287.10144807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 40960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36264, "Shape__Length": 114.34467371170042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076024047954604, 40.0671817836039 ], [ -75.075192279020897, 40.066720539703098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3063, "tnode_": 2981, "lpoly_": null, "rpoly_": null, "length": 285.71073836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8212, "r_f_add": 8201, "r_t_add": 8213, "st_code": 35240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36265, "Shape__Length": 113.9275928123749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057433269977807, 40.066324370299597 ], [ -75.056828185930897, 40.066956043556701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2947, "tnode_": 3063, "lpoly_": null, "rpoly_": null, "length": 615.43916292000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 73240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860226, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36266, "Shape__Length": 245.10748057718101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059222790602405, 40.067306128802301 ], [ -75.057433269977807, 40.066324370299597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3072, "tnode_": 2888, "lpoly_": null, "rpoly_": null, "length": 688.86086397000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 12260, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860227, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 36267, "Shape__Length": 274.68516723244539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053578901697193, 40.066073739827402 ], [ -75.052120131233806, 40.067596797528701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3029, "tnode_": 3072, "lpoly_": null, "rpoly_": null, "length": 230.55858522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 42980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36268, "Shape__Length": 91.82398783780846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054247233024, 40.0664437386964 ], [ -75.053578901697193, 40.066073739827402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3073, "tnode_": 3000, "lpoly_": null, "rpoly_": null, "length": 274.6571857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 17620, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 36269, "Shape__Length": 109.51932048598385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076607708149496, 40.066575673045897 ], [ -75.076024047954604, 40.0671817836039 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3090, "tnode_": 2978, "lpoly_": null, "rpoly_": null, "length": 412.38102984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 11980, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860230, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36270, "Shape__Length": 164.44143952048208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063042555467007, 40.066152879703203 ], [ -75.062176818781793, 40.067068881741498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3009, "tnode_": 3090, "lpoly_": null, "rpoly_": null, "length": 364.68754879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1519, "l_t_add": 1599, "r_f_add": 1508, "r_t_add": 1598, "st_code": 68180, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860231, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36271, "Shape__Length": 145.27146618893002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064059933598003, 40.066778346947999 ], [ -75.063042555467007, 40.066152879703203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3095, "tnode_": 3022, "lpoly_": null, "rpoly_": null, "length": 269.66601466999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8114, "r_f_add": 8101, "r_t_add": 8115, "st_code": 75420, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36272, "Shape__Length": 107.53151164414516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060394428102697, 40.066057242996997 ], [ -75.059827614642401, 40.066655854180503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3101, "tnode_": 3029, "lpoly_": null, "rpoly_": null, "length": 269.85952289000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8214, "l_t_add": 8298, "r_f_add": 8215, "r_t_add": 8299, "st_code": 51660, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36273, "Shape__Length": 107.60470601413253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054821446721803, 40.065848645141699 ], [ -75.054247233024, 40.0664437386964 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2981, "tnode_": 3101, "lpoly_": null, "rpoly_": null, "length": 691.51858663999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 31680, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36274, "Shape__Length": 275.40838155864918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056828185930897, 40.066956043556701 ], [ -75.054821446721803, 40.065848645141699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3130, "tnode_": 2949, "lpoly_": null, "rpoly_": null, "length": 675.46962797000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 21880, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860235, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36275, "Shape__Length": 269.3612462900802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052638365469406, 40.065562917417303 ], [ -75.051242792474497, 40.067075694520497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3072, "tnode_": 3130, "lpoly_": null, "rpoly_": null, "length": 322.37482545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1915, "l_t_add": 1999, "r_f_add": 1914, "r_t_add": 1998, "st_code": 42980, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36276, "Shape__Length": 128.38624306815834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053578901697193, 40.066073739827402 ], [ -75.052638365469406, 40.065562917417303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3136, "tnode_": 3063, "lpoly_": null, "rpoly_": null, "length": 291.80095366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8190, "l_t_add": 8198, "r_f_add": 8191, "r_t_add": 8199, "st_code": 35240, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36277, "Shape__Length": 116.36419429592034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058033280938105, 40.065669297657998 ], [ -75.057433269977807, 40.066324370299597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3022, "tnode_": 3136, "lpoly_": null, "rpoly_": null, "length": 617.55541254999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 13400, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36278, "Shape__Length": 245.94889435470819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059827614642401, 40.066655854180503 ], [ -75.058033280938105, 40.065669297657998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3140, "tnode_": 2774, "lpoly_": null, "rpoly_": null, "length": 1316.9988713400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 29475, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36279, "Shape__Length": 525.12119641929644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070221794635003, 40.065867616504697 ], [ -75.067358276065605, 40.068736444718503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3145, "tnode_": 3037, "lpoly_": null, "rpoly_": null, "length": 432.44340448999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 48940, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36280, "Shape__Length": 172.43919548251358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062183222483995, 40.0656127913688 ], [ -75.0612733916157, 40.066572248837502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3149, "tnode_": 3095, "lpoly_": null, "rpoly_": null, "length": 216.94736015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8014, "l_t_add": 8098, "r_f_add": 8015, "r_t_add": 8099, "st_code": 75420, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36281, "Shape__Length": 86.503437296955383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0608607650571, 40.065581537292701 ], [ -75.060394428102697, 40.066057242996997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3163, "tnode_": 3090, "lpoly_": null, "rpoly_": null, "length": 274.58240496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7954, "l_t_add": 7998, "r_f_add": 7973, "r_t_add": 7999, "st_code": 11980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860242, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36282, "Shape__Length": 109.49186697995245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063618299971694, 40.065542574752897 ], [ -75.063042555467007, 40.066152879703203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3179, "tnode_": 3101, "lpoly_": null, "rpoly_": null, "length": 284.25416603999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8212, "r_f_add": 8201, "r_t_add": 8213, "st_code": 51660, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36283, "Shape__Length": 113.3459711171639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055421459370706, 40.065219077142899 ], [ -75.054821446721803, 40.065848645141699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3063, "tnode_": 3179, "lpoly_": null, "rpoly_": null, "length": 692.22983146999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 73240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36284, "Shape__Length": 275.68692782667489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057433269977807, 40.066324370299597 ], [ -75.055421459370706, 40.065219077142899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3186, "tnode_": 3140, "lpoly_": null, "rpoly_": null, "length": 267.19908905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORNA", "st_type": "DR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 51690, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860245, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORNA DR", "stname": "LORNA DR", "objectid": 36285, "Shape__Length": 106.41568550148821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069447151251794, 40.065438931694999 ], [ -75.070221794635003, 40.065867616504697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3200, "tnode_": 3136, "lpoly_": null, "rpoly_": null, "length": 269.11448479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8188, "r_f_add": 8101, "r_t_add": 8189, "st_code": 35240, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860246, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36286, "Shape__Length": 107.30675879742125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058605234489306, 40.065075466701003 ], [ -75.058033280938105, 40.065669297657998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3095, "tnode_": 3200, "lpoly_": null, "rpoly_": null, "length": 615.37593281, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 74380, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36287, "Shape__Length": 245.07787814034253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060394428102697, 40.066057242996997 ], [ -75.058605234489306, 40.065075466701003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3201, "tnode_": 3103, "lpoly_": null, "rpoly_": null, "length": 273.61762861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8220, "l_t_add": 8276, "r_f_add": 8225, "r_t_add": 8251, "st_code": 20020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860248, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36288, "Shape__Length": 109.24782527984917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051504583033704, 40.064904482333503 ], [ -75.051387248769899, 40.065650164062397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3101, "tnode_": 3203, "lpoly_": null, "rpoly_": null, "length": 556.66161566000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 31680, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36289, "Shape__Length": 221.70291519174882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054821446721803, 40.065848645141699 ], [ -75.053215571079207, 40.064947137324502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3210, "tnode_": 3149, "lpoly_": null, "rpoly_": null, "length": 230.55044774000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8012, "r_f_add": 8001, "r_t_add": 8013, "st_code": 75420, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36290, "Shape__Length": 91.936065684369424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061338343371304, 40.065065880198503 ], [ -75.0608607650571, 40.065581537292701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3145, "tnode_": 3210, "lpoly_": null, "rpoly_": null, "length": 309.21313451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1621, "l_t_add": 1699, "r_f_add": 1610, "r_t_add": 1698, "st_code": 68180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860251, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36291, "Shape__Length": 123.18351498583904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062183222483995, 40.0656127913688 ], [ -75.061338343371304, 40.065065880198503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3216, "tnode_": 3126, "lpoly_": null, "rpoly_": null, "length": 305.28305034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 28900, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860252, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36292, "Shape__Length": 121.73740701930056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065501515149194, 40.065148304410897 ], [ -75.064869323184496, 40.065831217189697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3257, "tnode_": 3179, "lpoly_": null, "rpoly_": null, "length": 298.35825986999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8150, "l_t_add": 8198, "r_f_add": 8175, "r_t_add": 8199, "st_code": 51660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36293, "Shape__Length": 118.97463171026675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056039953290593, 40.064552009152003 ], [ -75.055421459370706, 40.065219077142899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3136, "tnode_": 3257, "lpoly_": null, "rpoly_": null, "length": 690.59903716000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 13400, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36294, "Shape__Length": 275.04455979351377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058033280938105, 40.065669297657998 ], [ -75.056039953290593, 40.064552009152003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3266, "tnode_": 3200, "lpoly_": null, "rpoly_": null, "length": 241.79768398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8040, "l_t_add": 8098, "r_f_add": 8041, "r_t_add": 8099, "st_code": 35240, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860255, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36295, "Shape__Length": 96.417886342016232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059110958510999, 40.064537325456101 ], [ -75.058605234489306, 40.065075466701003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3149, "tnode_": 3266, "lpoly_": null, "rpoly_": null, "length": 620.12700947999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 35280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36296, "Shape__Length": 247.00568647140676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0608607650571, 40.065581537292701 ], [ -75.059110958510999, 40.064537325456101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3275, "tnode_": 3163, "lpoly_": null, "rpoly_": null, "length": 422.7975616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7932, "l_t_add": 7952, "r_f_add": 7945, "r_t_add": 7971, "st_code": 11980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860257, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36297, "Shape__Length": 168.59720409281314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064494439817196, 40.064597111968403 ], [ -75.063618299971694, 40.065542574752897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3179, "tnode_": 3282, "lpoly_": null, "rpoly_": null, "length": 558.0059159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 73240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36298, "Shape__Length": 222.22725233004797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055421459370706, 40.065219077142899 ], [ -75.053799063350397, 40.064328854802604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3298, "tnode_": 3210, "lpoly_": null, "rpoly_": null, "length": 330.87049488000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7954, "l_t_add": 7998, "r_f_add": 7961, "r_t_add": 7999, "st_code": 75420, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36299, "Shape__Length": 131.93545917286997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062031123791598, 40.064329921947603 ], [ -75.061338343371304, 40.065065880198503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3302, "tnode_": 3275, "lpoly_": null, "rpoly_": null, "length": 127.77013551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7926, "l_t_add": 7930, "r_f_add": 7931, "r_t_add": 7943, "st_code": 11980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860260, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36300, "Shape__Length": 50.941657039019461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064774927150907, 40.064320387486099 ], [ -75.064494439817196, 40.064597111968403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3327, "tnode_": 3257, "lpoly_": null, "rpoly_": null, "length": 266.39311716999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8148, "r_f_add": 8101, "r_t_add": 8173, "st_code": 51660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860261, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36301, "Shape__Length": 106.21914111041227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056607574494393, 40.063965015372297 ], [ -75.056039953290593, 40.064552009152003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3200, "tnode_": 3327, "lpoly_": null, "rpoly_": null, "length": 690.12007752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 74380, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860262, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36302, "Shape__Length": 274.84734156777978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058605234489306, 40.065075466701003 ], [ -75.056607574494393, 40.063965015372297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3330, "tnode_": 3266, "lpoly_": null, "rpoly_": null, "length": 248.06526402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8038, "r_f_add": 8001, "r_t_add": 8039, "st_code": 35240, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36303, "Shape__Length": 98.917955232471556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059626595933295, 40.063983473001301 ], [ -75.059110958510999, 40.064537325456101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3210, "tnode_": 3330, "lpoly_": null, "rpoly_": null, "length": 620.49932946999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 68180, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860264, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36304, "Shape__Length": 247.17888951939818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061338343371304, 40.065065880198503 ], [ -75.059626595933295, 40.063983473001301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3332, "tnode_": 3145, "lpoly_": null, "rpoly_": null, "length": 683.6477813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 48940, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36305, "Shape__Length": 272.61030851145807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063608053274095, 40.064088491489997 ], [ -75.062183222483995, 40.0656127913688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3275, "tnode_": 3332, "lpoly_": null, "rpoly_": null, "length": 309.64589413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1616, "st_code": 51580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36306, "Shape__Length": 123.32634091429833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064494439817196, 40.064597111968403 ], [ -75.063608053274095, 40.064088491489997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3258, "tnode_": 3340, "lpoly_": null, "rpoly_": null, "length": 414.17673157999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 58840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36307, "Shape__Length": 164.97453648382808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077157642809198, 40.065052853118999 ], [ -75.075992913298506, 40.0643515511521 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3359, "tnode_": 3282, "lpoly_": null, "rpoly_": null, "length": 301.23707557, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8140, "l_t_add": 8198, "r_f_add": 8171, "r_t_add": 8199, "st_code": 21880, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860268, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36308, "Shape__Length": 120.11912611288538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054427239929396, 40.0636573974122 ], [ -75.053799063350397, 40.064328854802604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3257, "tnode_": 3359, "lpoly_": null, "rpoly_": null, "length": 556.74077443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 13400, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860269, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36309, "Shape__Length": 221.72550308915365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056039953290593, 40.064552009152003 ], [ -75.054427239929396, 40.0636573974122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3319, "tnode_": 3377, "lpoly_": null, "rpoly_": null, "length": 295.04953197000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORNA", "st_type": "DR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 51690, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORNA DR", "stname": "LORNA DR", "objectid": 36310, "Shape__Length": 117.50030750045366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071761123170802, 40.064355455404403 ], [ -75.070899400729601, 40.063888943950801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3395, "tnode_": 3298, "lpoly_": null, "rpoly_": null, "length": 330.38640005999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7934, "l_t_add": 7952, "r_f_add": 7943, "r_t_add": 7959, "st_code": 75420, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36311, "Shape__Length": 131.73133888173317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062741431621504, 40.063605561627803 ], [ -75.062031123791598, 40.064329921947603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3332, "tnode_": 3395, "lpoly_": null, "rpoly_": null, "length": 299.64424055000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1619, "l_t_add": 1699, "r_f_add": 1618, "r_t_add": 1698, "st_code": 51580, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36312, "Shape__Length": 119.33571094952248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063608053274095, 40.064088491489997 ], [ -75.062741431621504, 40.063605561627803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3411, "tnode_": 3327, "lpoly_": null, "rpoly_": null, "length": 261.36427556999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8015, "r_t_add": 8099, "st_code": 51660, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860273, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36313, "Shape__Length": 104.22722504725036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057136797229404, 40.063373895139797 ], [ -75.056607574494393, 40.063965015372297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3266, "tnode_": 3411, "lpoly_": null, "rpoly_": null, "length": 696.38024495999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 35280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860274, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36314, "Shape__Length": 277.36754968207589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059110958510999, 40.064537325456101 ], [ -75.057136797229404, 40.063373895139797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3431, "tnode_": 3340, "lpoly_": null, "rpoly_": null, "length": 291.9470463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 76025, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860275, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36315, "Shape__Length": 116.41128803481298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076608453869795, 40.063704553170098 ], [ -75.075992913298506, 40.0643515511521 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3360, "tnode_": 3431, "lpoly_": null, "rpoly_": null, "length": 310.39209996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1127, "l_t_add": 1199, "r_f_add": 1126, "r_t_add": 1198, "st_code": 33660, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860276, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36316, "Shape__Length": 123.61655003952445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077505849121906, 40.0642051359535 ], [ -75.076608453869795, 40.063704553170098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3435, "tnode_": 3330, "lpoly_": null, "rpoly_": null, "length": 313.59379669000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7952, "l_t_add": 7998, "r_f_add": 7955, "r_t_add": 7999, "st_code": 35240, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36317, "Shape__Length": 125.03959991970888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060292426720906, 40.063291130744197 ], [ -75.059626595933295, 40.063983473001301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3298, "tnode_": 3435, "lpoly_": null, "rpoly_": null, "length": 616.46715667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 68540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36318, "Shape__Length": 245.543928345105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062031123791598, 40.064329921947603 ], [ -75.060292426720906, 40.063291130744197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3445, "tnode_": 3359, "lpoly_": null, "rpoly_": null, "length": 270.21880849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8138, "r_f_add": 8101, "r_t_add": 8169, "st_code": 21880, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860279, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36319, "Shape__Length": 107.74558078657672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054998326779895, 40.063059319735999 ], [ -75.054427239929396, 40.0636573974122 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3327, "tnode_": 3445, "lpoly_": null, "rpoly_": null, "length": 558.33417519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 74380, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36320, "Shape__Length": 222.3638859598359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056607574494393, 40.063965015372297 ], [ -75.054998326779895, 40.063059319735999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3463, "tnode_": 3377, "lpoly_": null, "rpoly_": null, "length": 265.55707945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7724, "l_t_add": 7798, "r_f_add": 7729, "r_t_add": 7799, "st_code": 82820, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36321, "Shape__Length": 105.88352188414488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071467593802495, 40.063305143285 ], [ -75.070899400729601, 40.063888943950801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3357, "tnode_": 3478, "lpoly_": null, "rpoly_": null, "length": 611.32313716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 38900, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860282, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36322, "Shape__Length": 243.45075628346331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065100450876997, 40.063957123490603 ], [ -75.063315318040395, 40.0629902350273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3481, "tnode_": 3411, "lpoly_": null, "rpoly_": null, "length": 262.7181082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 8001, "r_t_add": 8013, "st_code": 51660, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860283, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36323, "Shape__Length": 104.75025590641319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057699897522397, 40.062796902852 ], [ -75.057136797229404, 40.063373895139797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3330, "tnode_": 3481, "lpoly_": null, "rpoly_": null, "length": 691.13077839000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 68180, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860284, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36324, "Shape__Length": 275.2969368474333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059626595933295, 40.063983473001301 ], [ -75.057699897522397, 40.062796902852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3431, "tnode_": 3482, "lpoly_": null, "rpoly_": null, "length": 314.16105294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1221, "r_f_add": 1200, "r_t_add": 1218, "st_code": 33660, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860285, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36325, "Shape__Length": 125.11213921748397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076608453869795, 40.063704553170098 ], [ -75.075693851025704, 40.063204646502797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3522, "tnode_": 3435, "lpoly_": null, "rpoly_": null, "length": 310.5983603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7934, "l_t_add": 7950, "r_f_add": 7935, "r_t_add": 7953, "st_code": 35240, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36326, "Shape__Length": 123.84865200905745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060942860482299, 40.062600328481103 ], [ -75.060292426720906, 40.063291130744197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3395, "tnode_": 3522, "lpoly_": null, "rpoly_": null, "length": 622.516405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 51580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36327, "Shape__Length": 247.92071992571181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062741431621504, 40.063605561627803 ], [ -75.060942860482299, 40.062600328481103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3525, "tnode_": 3445, "lpoly_": null, "rpoly_": null, "length": 273.30370864999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8020, "l_t_add": 8098, "r_f_add": 8019, "r_t_add": 8099, "st_code": 21880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860288, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36328, "Shape__Length": 108.98037044973935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055564853053497, 40.0624482619547 ], [ -75.054998326779895, 40.063059319735999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3411, "tnode_": 3525, "lpoly_": null, "rpoly_": null, "length": 554.33635198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 35280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860289, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36329, "Shape__Length": 220.78788232778084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057136797229404, 40.063373895139797 ], [ -75.055564853053497, 40.0624482619547 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3519, "tnode_": 3540, "lpoly_": null, "rpoly_": null, "length": 146.90141534, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1519, "r_f_add": 1500, "r_t_add": 1520, "st_code": 40960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36330, "Shape__Length": 58.507390332591847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068175181822298, 40.062821642708897 ], [ -75.067755575941703, 40.062579419840503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3446, "tnode_": 3554, "lpoly_": null, "rpoly_": null, "length": 613.02895796999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 18320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860293, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36331, "Shape__Length": 244.14297962485483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065686757365796, 40.063341346770301 ], [ -75.063917875860398, 40.062349038543204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3568, "tnode_": 3481, "lpoly_": null, "rpoly_": null, "length": 300.93485198000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7956, "l_t_add": 7998, "r_f_add": 7947, "r_t_add": 7999, "st_code": 51660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36332, "Shape__Length": 119.99663650961141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058326027361304, 40.062125345837003 ], [ -75.057699897522397, 40.062796902852 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3435, "tnode_": 3568, "lpoly_": null, "rpoly_": null, "length": 695.18929165999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 68540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36333, "Shape__Length": 276.89115034762546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060292426720906, 40.063291130744197 ], [ -75.058326027361304, 40.062125345837003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3529, "tnode_": 3577, "lpoly_": null, "rpoly_": null, "length": 367.39615213999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 58840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36334, "Shape__Length": 146.23771480341401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073306660009905, 40.062821203742402 ], [ -75.072950180684103, 40.0626233378336 ], [ -75.072752865879195, 40.062529634731902 ], [ -75.072439690292896, 40.062433230461899 ], [ -75.072143094108299, 40.062383808129198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3598, "tnode_": 3522, "lpoly_": null, "rpoly_": null, "length": 276.28427395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7916, "l_t_add": 7932, "r_f_add": 7917, "r_t_add": 7933, "st_code": 35240, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36335, "Shape__Length": 110.16655594738334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0615186438732, 40.061984300857397 ], [ -75.060942860482299, 40.062600328481103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3478, "tnode_": 3598, "lpoly_": null, "rpoly_": null, "length": 622.24114013999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 38900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860298, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36336, "Shape__Length": 247.80962342167246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063315318040395, 40.0629902350273 ], [ -75.0615186438732, 40.061984300857397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3540, "tnode_": 3599, "lpoly_": null, "rpoly_": null, "length": 294.73601073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1521, "l_t_add": 1599, "r_f_add": 1522, "r_t_add": 1598, "st_code": 40960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36337, "Shape__Length": 117.37655352774085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067755575941703, 40.062579419840503 ], [ -75.066900613919501, 40.062107118767102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3601, "tnode_": 3525, "lpoly_": null, "rpoly_": null, "length": 274.7839084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8018, "r_f_add": 8001, "r_t_add": 8017, "st_code": 21880, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860300, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36338, "Shape__Length": 109.56259843705217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056148066558805, 40.061841488063799 ], [ -75.055564853053497, 40.0624482619547 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3481, "tnode_": 3601, "lpoly_": null, "rpoly_": null, "length": 556.60025070999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 68180, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860301, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36339, "Shape__Length": 221.70600078410604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057699897522397, 40.062796902852 ], [ -75.056148066558805, 40.061841488063799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3609, "tnode_": 3529, "lpoly_": null, "rpoly_": null, "length": 281.92570185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 29475, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36340, "Shape__Length": 112.40779903939638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073910755133994, 40.062201929633403 ], [ -75.073306660009905, 40.062821203742402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3543, "tnode_": 3609, "lpoly_": null, "rpoly_": null, "length": 317.78211584000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1326, "st_code": 33660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36341, "Shape__Length": 126.55749938155434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0748286669658, 40.062715306817097 ], [ -75.073910755133994, 40.062201929633403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3577, "tnode_": 3636, "lpoly_": null, "rpoly_": null, "length": 675.7647662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1439, "r_f_add": 1400, "r_t_add": 1434, "st_code": 58840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36342, "Shape__Length": 268.88180877630469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072143094108299, 40.062383808129198 ], [ -75.071285525428493, 40.0622934604853 ], [ -75.070862574399996, 40.062236076451903 ], [ -75.070533719846097, 40.062145241861302 ], [ -75.070312769239607, 40.0620628634871 ], [ -75.069881994729499, 40.061833430532602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3586, "tnode_": 3640, "lpoly_": null, "rpoly_": null, "length": 308.21878905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1227, "r_f_add": 1200, "r_t_add": 1232, "st_code": 72520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860305, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36343, "Shape__Length": 122.74766159314456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077772683308098, 40.062451987267899 ], [ -75.076881330785099, 40.0619551886099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3650, "tnode_": 3568, "lpoly_": null, "rpoly_": null, "length": 288.15360962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7934, "l_t_add": 7954, "r_f_add": 7937, "r_t_add": 7945, "st_code": 51660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860306, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36344, "Shape__Length": 114.89918864218373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058925301164294, 40.061482169403099 ], [ -75.058326027361304, 40.062125345837003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3522, "tnode_": 3650, "lpoly_": null, "rpoly_": null, "length": 696.29585449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 51580, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860307, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36345, "Shape__Length": 277.29530964199938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060942860482299, 40.062600328481103 ], [ -75.058925301164294, 40.061482169403099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3680, "tnode_": 3601, "lpoly_": null, "rpoly_": null, "length": 286.64976257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7960, "l_t_add": 7998, "r_f_add": 7953, "r_t_add": 7999, "st_code": 21880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860308, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36346, "Shape__Length": 114.29152654632107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056758793141597, 40.061209840562199 ], [ -75.056148066558805, 40.061841488063799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3568, "tnode_": 3680, "lpoly_": null, "rpoly_": null, "length": 551.05624694999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 68540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860309, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36347, "Shape__Length": 219.47420196744841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058326027361304, 40.062125345837003 ], [ -75.056758793141597, 40.061209840562199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3682, "tnode_": 3609, "lpoly_": null, "rpoly_": null, "length": 278.46558879000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7520, "l_t_add": 7598, "r_f_add": 7521, "r_t_add": 7599, "st_code": 29475, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860310, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36348, "Shape__Length": 111.01478227444611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074530572903896, 40.061603996706801 ], [ -75.073910755133994, 40.062201929633403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3684, "tnode_": 3577, "lpoly_": null, "rpoly_": null, "length": 347.10851684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 82820, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36349, "Shape__Length": 138.45168150361448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072767837270703, 40.061563381776402 ], [ -75.072382076600206, 40.062007159914302 ], [ -75.072298278065603, 40.0621267294459 ], [ -75.072143094108299, 40.062383808129198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3609, "tnode_": 3684, "lpoly_": null, "rpoly_": null, "length": 395.5375232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1321, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 33660, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36350, "Shape__Length": 157.52214730920286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073910755133994, 40.062201929633403 ], [ -75.072767837270703, 40.061563381776402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3703, "tnode_": 3543, "lpoly_": null, "rpoly_": null, "length": 564.3667255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 56800, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36351, "Shape__Length": 225.03844652780373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076001747374605, 40.061455254299403 ], [ -75.0748286669658, 40.062715306817097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3640, "tnode_": 3703, "lpoly_": null, "rpoly_": null, "length": 306.23772577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1298, "st_code": 72520, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36352, "Shape__Length": 121.96209336665305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076881330785099, 40.0619551886099 ], [ -75.076001747374605, 40.061455254299403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3636, "tnode_": 3705, "lpoly_": null, "rpoly_": null, "length": 323.33154965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1441, "l_t_add": 1521, "r_f_add": 1436, "r_t_add": 1520, "st_code": 58840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36353, "Shape__Length": 128.7676992854818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069881994729499, 40.061833430532602 ], [ -75.068950606713102, 40.061308416268503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3722, "tnode_": 3635, "lpoly_": null, "rpoly_": null, "length": 278.32221544000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7816, "r_f_add": 7801, "r_t_add": 7813, "st_code": 75420, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36354, "Shape__Length": 110.97247136784334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065093762079698, 40.061104434629002 ], [ -75.064503547496003, 40.061719306693902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3761, "tnode_": 3682, "lpoly_": null, "rpoly_": null, "length": 287.40302256000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7518, "r_f_add": 7501, "r_t_add": 7519, "st_code": 29475, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860318, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36355, "Shape__Length": 114.58188849374564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075160928094206, 40.060981218341901 ], [ -75.074530572903896, 40.061603996706801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3703, "tnode_": 3761, "lpoly_": null, "rpoly_": null, "length": 291.90760994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1327, "r_f_add": 1300, "r_t_add": 1318, "st_code": 72520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36356, "Shape__Length": 116.25245598096882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076001747374605, 40.061455254299403 ], [ -75.075160928094206, 40.060981218341901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3762, "tnode_": 3675, "lpoly_": null, "rpoly_": null, "length": 284.5699607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7827, "r_t_add": 7899, "st_code": 35240, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36357, "Shape__Length": 113.4677161320662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062720413509993, 40.0607241657545 ], [ -75.062126160794307, 40.061357997686201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3635, "tnode_": 3762, "lpoly_": null, "rpoly_": null, "length": 616.87088888000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 22320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36358, "Shape__Length": 245.66491172753007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064503547496003, 40.061719306693902 ], [ -75.062720413509993, 40.0607241657545 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3770, "tnode_": 3700, "lpoly_": null, "rpoly_": null, "length": 207.80672911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDA", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50800, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDA PL", "stname": "LINDA PL", "objectid": 36359, "Shape__Length": 82.873079343288722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071593735288303, 40.060917494962702 ], [ -75.071186580958695, 40.061394509053102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3705, "tnode_": 3769, "lpoly_": null, "rpoly_": null, "length": 299.58178073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1523, "l_t_add": 1599, "r_f_add": 1522, "r_t_add": 1598, "st_code": 58840, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860323, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36360, "Shape__Length": 119.30077751422759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068950606713102, 40.061308416268503 ], [ -75.068076941327803, 40.060833373421197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3773, "tnode_": 3684, "lpoly_": null, "rpoly_": null, "length": 279.63382346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7521, "r_t_add": 7599, "st_code": 82820, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36361, "Shape__Length": 111.49321160905329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073364594001404, 40.060947754651302 ], [ -75.072767837270703, 40.061563381776402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3682, "tnode_": 3773, "lpoly_": null, "rpoly_": null, "length": 404.5537068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 61100, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36362, "Shape__Length": 161.1135080912324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074530572903896, 40.061603996706801 ], [ -75.073364594001404, 40.060947754651302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3796, "tnode_": 3722, "lpoly_": null, "rpoly_": null, "length": 284.25544548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7718, "l_t_add": 7798, "r_f_add": 7717, "r_t_add": 7799, "st_code": 75420, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860327, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36363, "Shape__Length": 113.34446723730322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065682305255606, 40.060468525519703 ], [ -75.065093762079698, 40.061104434629002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3770, "tnode_": 3800, "lpoly_": null, "rpoly_": null, "length": 191.2331074, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1425, "l_t_add": 1499, "r_f_add": 1426, "r_t_add": 1498, "st_code": 33660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860328, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36364, "Shape__Length": 76.161469427361666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071593735288303, 40.060917494962702 ], [ -75.071047484792402, 40.060602207331101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3801, "tnode_": 3640, "lpoly_": null, "rpoly_": null, "length": 561.0053029000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 23400, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARIDGE ST", "stname": "CLARIDGE ST", "objectid": 36365, "Shape__Length": 223.68999397892827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0780583788993, 40.060708712418602 ], [ -75.076881330785099, 40.0619551886099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3807, "tnode_": 3738, "lpoly_": null, "rpoly_": null, "length": 284.78138745000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 51660, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860330, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36366, "Shape__Length": 113.54882964469972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060103539225295, 40.060230095600303 ], [ -75.059504260389403, 40.060861843329498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3675, "tnode_": 3807, "lpoly_": null, "rpoly_": null, "length": 699.53272246999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 18320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36367, "Shape__Length": 278.58231413917036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062126160794307, 40.061357997686201 ], [ -75.060103539225295, 40.060230095600303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3769, "tnode_": 3818, "lpoly_": null, "rpoly_": null, "length": 306.31619179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1619, "r_f_add": 1600, "r_t_add": 1620, "st_code": 58840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36368, "Shape__Length": 121.99309452586621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068076941327803, 40.060833373421197 ], [ -75.067199646899397, 40.0603307246745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3829, "tnode_": 3761, "lpoly_": null, "rpoly_": null, "length": 275.34880765999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7418, "l_t_add": 7498, "r_f_add": 7421, "r_t_add": 7499, "st_code": 29475, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860333, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36369, "Shape__Length": 109.78062143610028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075754561723102, 40.060378501495798 ], [ -75.075160928094206, 40.060981218341901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3833, "tnode_": 3762, "lpoly_": null, "rpoly_": null, "length": 275.94697556000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7825, "st_code": 35240, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36370, "Shape__Length": 110.02596543593494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063301442016297, 40.060112207242703 ], [ -75.062720413509993, 40.0607241657545 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3722, "tnode_": 3833, "lpoly_": null, "rpoly_": null, "length": 618.3357912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 40960, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860335, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36371, "Shape__Length": 246.24253980099255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065093762079698, 40.061104434629002 ], [ -75.063301442016297, 40.060112207242703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3835, "tnode_": 3764, "lpoly_": null, "rpoly_": null, "length": 272.48302692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7920, "l_t_add": 7942, "r_f_add": 7927, "r_t_add": 7935, "st_code": 21880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860336, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36372, "Shape__Length": 108.6514295348281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057907085783896, 40.059982518473099 ], [ -75.057346683027205, 40.060594136786499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3738, "tnode_": 3835, "lpoly_": null, "rpoly_": null, "length": 549.97801733999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 38900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36373, "Shape__Length": 219.01738404387677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059504260389403, 40.060861843329498 ], [ -75.057907085783896, 40.059982518473099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3836, "tnode_": 3773, "lpoly_": null, "rpoly_": null, "length": 276.16959623000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7519, "st_code": 82820, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36374, "Shape__Length": 110.11829046326822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073939871825402, 40.060331843342802 ], [ -75.073364594001404, 40.060947754651302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3761, "tnode_": 3836, "lpoly_": null, "rpoly_": null, "length": 415.66406608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1329, "l_t_add": 1399, "r_f_add": 1320, "r_t_add": 1398, "st_code": 72520, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36375, "Shape__Length": 165.52017761050249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075160928094206, 40.060981218341901 ], [ -75.073939871825402, 40.060331843342802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3861, "tnode_": 3705, "lpoly_": null, "rpoly_": null, "length": 547.15027145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 28900, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36376, "Shape__Length": 218.16272778475047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070100168723997, 40.060093613568903 ], [ -75.068950606713102, 40.061308416268503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3800, "tnode_": 3861, "lpoly_": null, "rpoly_": null, "length": 323.47801218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1513, "r_f_add": 1500, "r_t_add": 1514, "st_code": 33660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36377, "Shape__Length": 128.81261313445563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071047484792402, 40.060602207331101 ], [ -75.070100168723997, 40.060093613568903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3860, "tnode_": 3769, "lpoly_": null, "rpoly_": null, "length": 342.68430657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7610, "l_t_add": 7698, "r_f_add": 7613, "r_t_add": 7699, "st_code": 11980, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860342, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36378, "Shape__Length": 136.65096068427593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068768226981305, 40.060056981855901 ], [ -75.068076941327803, 40.060833373421197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3867, "tnode_": 3703, "lpoly_": null, "rpoly_": null, "length": 556.62074621000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 56800, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36379, "Shape__Length": 221.9486534768611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077152908948705, 40.060209321814803 ], [ -75.076001747374605, 40.061455254299403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3801, "tnode_": 3867, "lpoly_": null, "rpoly_": null, "length": 311.98097902000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1229, "l_t_add": 1299, "r_f_add": 1232, "r_t_add": 1298, "st_code": 17900, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36380, "Shape__Length": 124.24043690164693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0780583788993, 40.060708712418602 ], [ -75.077152908948705, 40.060209321814803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3878, "tnode_": 3800, "lpoly_": null, "rpoly_": null, "length": 274.72079474000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 64000, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36381, "Shape__Length": 109.52699417373258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071644711587396, 40.060003762921298 ], [ -75.071047484792402, 40.060602207331101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3773, "tnode_": 3878, "lpoly_": null, "rpoly_": null, "length": 591.6189084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 61100, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36382, "Shape__Length": 235.59892211331416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073364594001404, 40.060947754651302 ], [ -75.071644711587396, 40.060003762921298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3885, "tnode_": 3796, "lpoly_": null, "rpoly_": null, "length": 293.17363949000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7716, "r_f_add": 7701, "r_t_add": 7715, "st_code": 75420, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36383, "Shape__Length": 116.89079421084152 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0663060271701, 40.059821993902901 ], [ -75.065682305255606, 40.060468525519703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3895, "tnode_": 3807, "lpoly_": null, "rpoly_": null, "length": 286.88287907, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7817, "r_t_add": 7899, "st_code": 51660, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36384, "Shape__Length": 114.37819020537079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060721550715897, 40.059601851510898 ], [ -75.060103539225295, 40.060230095600303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3762, "tnode_": 3895, "lpoly_": null, "rpoly_": null, "length": 692.96272094000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 22320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36385, "Shape__Length": 275.9666861483251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062720413509993, 40.0607241657545 ], [ -75.060721550715897, 40.059601851510898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3920, "tnode_": 3829, "lpoly_": null, "rpoly_": null, "length": 282.71298219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7416, "r_f_add": 7401, "r_t_add": 7419, "st_code": 29475, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36386, "Shape__Length": 112.7041856924582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076385399254306, 40.059772418978298 ], [ -75.075754561723102, 40.060378501495798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3867, "tnode_": 3920, "lpoly_": null, "rpoly_": null, "length": 267.36714997999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1319, "r_f_add": 1300, "r_t_add": 1326, "st_code": 17900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36387, "Shape__Length": 106.47912271793972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077152908948705, 40.060209321814803 ], [ -75.076385399254306, 40.059772418978298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3919, "tnode_": 3833, "lpoly_": null, "rpoly_": null, "length": 280.78071558000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7720, "l_t_add": 7798, "r_f_add": 7721, "r_t_add": 7799, "st_code": 35240, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36388, "Shape__Length": 111.9600489832648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063877403366604, 40.059481152483599 ], [ -75.063301442016297, 40.060112207242703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3796, "tnode_": 3919, "lpoly_": null, "rpoly_": null, "length": 620.17316825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 49080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 36389, "Shape__Length": 246.96674664287664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065682305255606, 40.060468525519703 ], [ -75.063877403366604, 40.059481152483599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3923, "tnode_": 3860, "lpoly_": null, "rpoly_": null, "length": 212.45922734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7608, "r_f_add": 7601, "r_t_add": 7611, "st_code": 11980, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860354, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36390, "Shape__Length": 84.70532703258263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069226972300896, 40.059592334744302 ], [ -75.068768226981305, 40.060056981855901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3861, "tnode_": 3923, "lpoly_": null, "rpoly_": null, "length": 305.10057046000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1515, "l_t_add": 1599, "r_f_add": 1516, "r_t_add": 1598, "st_code": 33660, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36391, "Shape__Length": 121.50807078950908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070100168723997, 40.060093613568903 ], [ -75.069226972300896, 40.059592334744302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3928, "tnode_": 3835, "lpoly_": null, "rpoly_": null, "length": 288.06780170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7918, "r_f_add": 7903, "r_t_add": 7925, "st_code": 21880, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860356, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36392, "Shape__Length": 114.85015396897658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058527718353304, 40.059351720617897 ], [ -75.057907085783896, 40.059982518473099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3807, "tnode_": 3928, "lpoly_": null, "rpoly_": null, "length": 544.93048616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36393, "Shape__Length": 217.01006182042229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060103539225295, 40.060230095600303 ], [ -75.058527718353304, 40.059351720617897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3929, "tnode_": 3836, "lpoly_": null, "rpoly_": null, "length": 285.063852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7430, "l_t_add": 7498, "r_f_add": 7421, "r_t_add": 7499, "st_code": 82820, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36394, "Shape__Length": 113.6624768073693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074536042349493, 40.059697407555198 ], [ -75.073939871825402, 40.060331843342802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3829, "tnode_": 3929, "lpoly_": null, "rpoly_": null, "length": 421.77484162000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 80260, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36395, "Shape__Length": 167.9666882601035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075754561723102, 40.060378501495798 ], [ -75.074536042349493, 40.059697407555198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3943, "tnode_": 3818, "lpoly_": null, "rpoly_": null, "length": 348.86159526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7616, "l_t_add": 7698, "r_f_add": 7617, "r_t_add": 7699, "st_code": 48940, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860360, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 36396, "Shape__Length": 139.21976546341944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067596134712801, 40.059435752064402 ], [ -75.067517102060094, 40.059824380657602 ], [ -75.0674619331473, 40.059963403765103 ], [ -75.067199646899397, 40.0603307246745 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3860, "tnode_": 3943, "lpoly_": null, "rpoly_": null, "length": 398.56367842000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 11360, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860361, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36397, "Shape__Length": 158.70763642451581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068768226981305, 40.060056981855901 ], [ -75.067596134712801, 40.059435752064402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3962, "tnode_": 3885, "lpoly_": null, "rpoly_": null, "length": 238.78829732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7616, "l_t_add": 7698, "r_f_add": 7617, "r_t_add": 7699, "st_code": 75420, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36398, "Shape__Length": 95.208356602152293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066809671386196, 40.059292925176798 ], [ -75.0663060271701, 40.059821993902901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3979, "tnode_": 3895, "lpoly_": null, "rpoly_": null, "length": 278.18282002999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7815, "st_code": 51660, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860363, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36399, "Shape__Length": 110.91623448155968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061306079220998, 40.058984264047503 ], [ -75.060721550715897, 40.059601851510898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3833, "tnode_": 3979, "lpoly_": null, "rpoly_": null, "length": 693.38916543999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 40960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36400, "Shape__Length": 276.13736140378245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063301442016297, 40.060112207242703 ], [ -75.061306079220998, 40.058984264047503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3993, "tnode_": 3920, "lpoly_": null, "rpoly_": null, "length": 256.7932816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7338, "l_t_add": 7398, "r_f_add": 7333, "r_t_add": 7399, "st_code": 29475, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860365, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36401, "Shape__Length": 102.37400362333285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0769517271208, 40.059217844150503 ], [ -75.076385399254306, 40.059772418978298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4016, "tnode_": 3929, "lpoly_": null, "rpoly_": null, "length": 281.65742339000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7428, "r_f_add": 7401, "r_t_add": 7419, "st_code": 82820, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36402, "Shape__Length": 112.30000119793522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075131287426203, 40.0590740229472 ], [ -75.074536042349493, 40.059697407555198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3920, "tnode_": 4016, "lpoly_": null, "rpoly_": null, "length": 433.54242865999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1321, "l_t_add": 1399, "r_f_add": 1328, "r_t_add": 1398, "st_code": 17900, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860367, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36403, "Shape__Length": 172.65028287623693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076385399254306, 40.059772418978298 ], [ -75.075131287426203, 40.0590740229472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4015, "tnode_": 3919, "lpoly_": null, "rpoly_": null, "length": 292.99972638000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7718, "r_f_add": 7701, "r_t_add": 7719, "st_code": 35240, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36404, "Shape__Length": 116.81957293351637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064501109244802, 40.058835211235198 ], [ -75.063877403366604, 40.059481152483599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3885, "tnode_": 4015, "lpoly_": null, "rpoly_": null, "length": 620.05603356000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 58840, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36405, "Shape__Length": 246.91748765065495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0663060271701, 40.059821993902901 ], [ -75.064501109244802, 40.058835211235198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4017, "tnode_": 3928, "lpoly_": null, "rpoly_": null, "length": 283.36790372000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7830, "l_t_add": 7898, "r_f_add": 7901, "r_t_add": 7901, "st_code": 21880, "l_hundred": 7800, "r_hundred": 7900, "seg_id": 860370, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36406, "Shape__Length": 112.99433475366419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059101147120899, 40.058710672107203 ], [ -75.058527718353304, 40.059351720617897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3895, "tnode_": 4017, "lpoly_": null, "rpoly_": null, "length": 557.78552013000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 22320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36407, "Shape__Length": 222.12200917404078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060721550715897, 40.059601851510898 ], [ -75.059101147120899, 40.058710672107203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4038, "tnode_": 3861, "lpoly_": null, "rpoly_": null, "length": 563.45086706999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 28900, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36408, "Shape__Length": 224.65992534561747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071280468069602, 40.058840674820601 ], [ -75.070100168723997, 40.060093613568903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3929, "tnode_": 4046, "lpoly_": null, "rpoly_": null, "length": 591.32974478999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 80260, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36409, "Shape__Length": 235.48293211968834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074536042349493, 40.059697407555198 ], [ -75.072821927615394, 40.058748633230501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4056, "tnode_": 4034, "lpoly_": null, "rpoly_": null, "length": 71.15424326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7600, "r_f_add": 7601, "r_t_add": 7601, "st_code": 75420, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36410, "Shape__Length": 28.3685777805985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067433616605399, 40.058609652223403 ], [ -75.067281077318896, 40.0587659011968 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3923, "tnode_": 4056, "lpoly_": null, "rpoly_": null, "length": 616.55477986000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 33660, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36411, "Shape__Length": 245.52338145479422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069226972300896, 40.059592334744302 ], [ -75.067433616605399, 40.058609652223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4066, "tnode_": 3993, "lpoly_": null, "rpoly_": null, "length": 239.77881757999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7322, "l_t_add": 7336, "r_f_add": 7315, "r_t_add": 7331, "st_code": 29475, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860376, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36412, "Shape__Length": 95.596687718576945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077468441908593, 40.058692859741498 ], [ -75.0769517271208, 40.059217844150503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4069, "tnode_": 3979, "lpoly_": null, "rpoly_": null, "length": 280.02842161999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7718, "l_t_add": 7798, "r_f_add": 7719, "r_t_add": 7799, "st_code": 51660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36413, "Shape__Length": 111.65623109705061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061884441475897, 40.058357041576301 ], [ -75.061306079220998, 40.058984264047503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3919, "tnode_": 4069, "lpoly_": null, "rpoly_": null, "length": 692.02509677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 49080, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2000-10-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 36414, "Shape__Length": 275.59048907849007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063877403366604, 40.059481152483599 ], [ -75.061884441475897, 40.058357041576301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4084, "tnode_": 4015, "lpoly_": null, "rpoly_": null, "length": 244.83195744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7610, "l_t_add": 7698, "r_f_add": 7611, "r_t_add": 7699, "st_code": 35240, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36415, "Shape__Length": 97.621307782660608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065008385557107, 40.0582877015623 ], [ -75.064501109244802, 40.058835211235198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3962, "tnode_": 4084, "lpoly_": null, "rpoly_": null, "length": 623.15487367000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 11360, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36416, "Shape__Length": 248.15856406986811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066809671386196, 40.059292925176798 ], [ -75.065008385557107, 40.0582877015623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4092, "tnode_": 4016, "lpoly_": null, "rpoly_": null, "length": 252.36842118000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7332, "l_t_add": 7398, "r_f_add": 7335, "r_t_add": 7399, "st_code": 82820, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36417, "Shape__Length": 100.62951932773099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075648503856101, 40.058506579482902 ], [ -75.075131287426203, 40.0590740229472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3993, "tnode_": 4092, "lpoly_": null, "rpoly_": null, "length": 447.447362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 78000, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860382, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 36418, "Shape__Length": 178.17983754350465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0769517271208, 40.059217844150503 ], [ -75.075648503856101, 40.058506579482902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4095, "tnode_": 3923, "lpoly_": null, "rpoly_": null, "length": 560.67376577000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 11980, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860383, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36419, "Shape__Length": 223.54107627009674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070420595128795, 40.058356355924801 ], [ -75.069226972300896, 40.059592334744302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4038, "tnode_": 4095, "lpoly_": null, "rpoly_": null, "length": 298.43105025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 72520, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36420, "Shape__Length": 118.84563574905825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071280468069602, 40.058840674820601 ], [ -75.070420595128795, 40.058356355924801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4101, "tnode_": 3867, "lpoly_": null, "rpoly_": null, "length": 765.81941603999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 56800, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860385, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 36421, "Shape__Length": 305.34542901549025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078762329605198, 40.058509282801197 ], [ -75.077152908948705, 40.060209321814803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4105, "tnode_": 4017, "lpoly_": null, "rpoly_": null, "length": 279.75358123999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7828, "r_f_add": 7801, "r_t_add": 7899, "st_code": 21880, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860387, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36422, "Shape__Length": 111.53752123190678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059695790678404, 40.058093443977697 ], [ -75.059101147120899, 40.058710672107203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3979, "tnode_": 4105, "lpoly_": null, "rpoly_": null, "length": 555.41239824999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 40960, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36423, "Shape__Length": 221.17726576942482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061306079220998, 40.058984264047503 ], [ -75.059695790678404, 40.058093443977697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4135, "tnode_": 4046, "lpoly_": null, "rpoly_": null, "length": 281.31977101000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 64000, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860389, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36424, "Shape__Length": 112.16792750047222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073408478091395, 40.058121546990499 ], [ -75.072821927615394, 40.058748633230501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4016, "tnode_": 4135, "lpoly_": null, "rpoly_": null, "length": 594.09634232000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 17900, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36425, "Shape__Length": 236.58199635996428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075131287426203, 40.0590740229472 ], [ -75.073408478091395, 40.058121546990499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4153, "tnode_": 4066, "lpoly_": null, "rpoly_": null, "length": 271.51641365999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7320, "r_f_add": 7301, "r_t_add": 7313, "st_code": 29475, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860391, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 36426, "Shape__Length": 108.23584806894674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078078176456501, 40.058113187238 ], [ -75.077468441908593, 40.058692859741498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4101, "tnode_": 4153, "lpoly_": null, "rpoly_": null, "length": 239.78157066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1315, "r_f_add": 1300, "r_t_add": 1314, "st_code": 25280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860392, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36427, "Shape__Length": 95.49371791585196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078762329605198, 40.058509282801197 ], [ -75.078078176456501, 40.058113187238 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4034, "tnode_": 4158, "lpoly_": null, "rpoly_": null, "length": 611.60990472000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 33660, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860393, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36428, "Shape__Length": 243.55431264335999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067281077318896, 40.0587659011968 ], [ -75.065506352770001, 40.057786561630401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4157, "tnode_": 4069, "lpoly_": null, "rpoly_": null, "length": 283.90811194999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7716, "r_f_add": 7701, "r_t_add": 7717, "st_code": 51660, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36429, "Shape__Length": 113.19356778597891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062487466203606, 40.057730393328001 ], [ -75.061884441475897, 40.058357041576301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4015, "tnode_": 4157, "lpoly_": null, "rpoly_": null, "length": 692.59698976000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 58840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36430, "Shape__Length": 275.80208564543312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064501109244802, 40.058835211235198 ], [ -75.062487466203606, 40.057730393328001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4171, "tnode_": 4092, "lpoly_": null, "rpoly_": null, "length": 243.56478126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7316, "l_t_add": 7330, "r_f_add": 7317, "r_t_add": 7333, "st_code": 82820, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36431, "Shape__Length": 97.109634182109247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076164706102901, 40.057968334585603 ], [ -75.075648503856101, 40.058506579482902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4066, "tnode_": 4171, "lpoly_": null, "rpoly_": null, "length": 450.38036923, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 11860, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 36432, "Shape__Length": 179.35213432966205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077468441908593, 40.058692859741498 ], [ -75.076164706102901, 40.057968334585603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4153, "tnode_": 4180, "lpoly_": null, "rpoly_": null, "length": 105.66942735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1317, "l_t_add": 1321, "r_f_add": 1316, "r_t_add": 1328, "st_code": 25280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860398, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36433, "Shape__Length": 42.085764929993012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078078176456501, 40.058113187238 ], [ -75.077780664210906, 40.057934638911803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4192, "tnode_": 4158, "lpoly_": null, "rpoly_": null, "length": 79.41163842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7600, "r_f_add": 7601, "r_t_add": 7603, "st_code": 35240, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36434, "Shape__Length": 31.673416036658232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065649488230605, 40.057598348807304 ], [ -75.065506352770001, 40.057786561630401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4199, "tnode_": 4105, "lpoly_": null, "rpoly_": null, "length": 281.67055015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7717, "r_t_add": 7799, "st_code": 21880, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860400, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36435, "Shape__Length": 112.30209150181258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060292016486002, 40.057470576169699 ], [ -75.059695790678404, 40.058093443977697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4069, "tnode_": 4199, "lpoly_": null, "rpoly_": null, "length": 550.43322187000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 49080, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860401, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 36436, "Shape__Length": 219.19486976511683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061884441475897, 40.058357041576301 ], [ -75.060292016486002, 40.057470576169699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4224, "tnode_": 4038, "lpoly_": null, "rpoly_": null, "length": 561.2712677000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 28900, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36437, "Shape__Length": 223.78955720587345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0724507460707, 40.057589570934198 ], [ -75.071280468069602, 40.058840674820601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4135, "tnode_": 4224, "lpoly_": null, "rpoly_": null, "length": 330.7971619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1532, "st_code": 17900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36438, "Shape__Length": 131.73023002162088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073408478091395, 40.058121546990499 ], [ -75.0724507460707, 40.057589570934198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4236, "tnode_": 4135, "lpoly_": null, "rpoly_": null, "length": 256.41901187999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7340, "l_t_add": 7398, "r_f_add": 7341, "r_t_add": 7399, "st_code": 64000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36439, "Shape__Length": 102.24216281280351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073936083304005, 40.057546126565498 ], [ -75.073408478091395, 40.058121546990499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4092, "tnode_": 4236, "lpoly_": null, "rpoly_": null, "length": 593.45006579000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUDOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 78000, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUDOR ST", "stname": "TUDOR ST", "objectid": 36440, "Shape__Length": 236.32870420426491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075648503856101, 40.058506579482902 ], [ -75.073936083304005, 40.057546126565498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4252, "tnode_": 4157, "lpoly_": null, "rpoly_": null, "length": 250.52990018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7634, "l_t_add": 7698, "r_f_add": 7633, "r_t_add": 7699, "st_code": 51660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860406, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36441, "Shape__Length": 99.888680771418748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063012259698894, 40.057173296820601 ], [ -75.062487466203606, 40.057730393328001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4084, "tnode_": 4252, "lpoly_": null, "rpoly_": null, "length": 690.66294139000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 11360, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36442, "Shape__Length": 275.03816456997976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065008385557107, 40.0582877015623 ], [ -75.063012259698894, 40.057173296820601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4269, "tnode_": 4171, "lpoly_": null, "rpoly_": null, "length": 273.35008593000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7301, "r_t_add": 7315, "st_code": 82820, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36443, "Shape__Length": 108.98832281852283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076735990816601, 40.057359764519099 ], [ -75.076164706102901, 40.057968334585603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4180, "tnode_": 4269, "lpoly_": null, "rpoly_": null, "length": 359.67961760999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1323, "l_t_add": 1399, "r_f_add": 1330, "r_t_add": 1398, "st_code": 25280, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860409, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36444, "Shape__Length": 143.22900620957273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077780664210906, 40.057934638911803 ], [ -75.076735990816601, 40.057359764519099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4288, "tnode_": 4095, "lpoly_": null, "rpoly_": null, "length": 559.52120953000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 11980, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860410, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36445, "Shape__Length": 223.08617449278003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071595050911498, 40.057113502491198 ], [ -75.070420595128795, 40.058356355924801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4224, "tnode_": 4288, "lpoly_": null, "rpoly_": null, "length": 295.71967171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1534, "r_t_add": 1598, "st_code": 17900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36446, "Shape__Length": 117.7611173447677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0724507460707, 40.057589570934198 ], [ -75.071595050911498, 40.057113502491198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4298, "tnode_": 4199, "lpoly_": null, "rpoly_": null, "length": 287.06582191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7624, "l_t_add": 7698, "r_f_add": 7701, "r_t_add": 7715, "st_code": 21880, "l_hundred": 7600, "r_hundred": 7700, "seg_id": 860413, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36447, "Shape__Length": 114.45496406138635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060894186897897, 40.056832707100497 ], [ -75.060292016486002, 40.057470576169699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4157, "tnode_": 4298, "lpoly_": null, "rpoly_": null, "length": 553.03737680999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 58840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36448, "Shape__Length": 220.23459372722729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062487466203606, 40.057730393328001 ], [ -75.060894186897897, 40.056832707100497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4304, "tnode_": 4230, "lpoly_": null, "rpoly_": null, "length": 198.50514343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7450, "l_t_add": 7498, "r_f_add": 7451, "r_t_add": 7499, "st_code": 75420, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36449, "Shape__Length": 79.246527584620083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067112025373305, 40.056899698509703 ], [ -75.067211159646007, 40.057439267102303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4308, "tnode_": 4236, "lpoly_": null, "rpoly_": null, "length": 239.51984316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7318, "l_t_add": 7338, "r_f_add": 7319, "r_t_add": 7339, "st_code": 64000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36450, "Shape__Length": 95.493600094421097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074447479927201, 40.057018969991702 ], [ -75.073936083304005, 40.057546126565498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4171, "tnode_": 4308, "lpoly_": null, "rpoly_": null, "length": 592.17212994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALDINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 11860, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALDINE ST", "stname": "ALDINE ST", "objectid": 36451, "Shape__Length": 235.81188916431853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076164706102901, 40.057968334585603 ], [ -75.074447479927201, 40.057018969991702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4353, "tnode_": 4252, "lpoly_": null, "rpoly_": null, "length": 305.86754307000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7632, "r_f_add": 7601, "r_t_add": 7631, "st_code": 51660, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36452, "Shape__Length": 121.95107594510584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0636532550092, 40.0564933088556 ], [ -75.063012259698894, 40.057173296820601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4192, "tnode_": 4353, "lpoly_": null, "rpoly_": null, "length": 688.69224036999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 33660, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36453, "Shape__Length": 274.24647597318102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065649488230605, 40.057598348807304 ], [ -75.0636532550092, 40.0564933088556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4381, "tnode_": 4298, "lpoly_": null, "rpoly_": null, "length": 244.87899373, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7610, "l_t_add": 7622, "r_f_add": 7613, "r_t_add": 7699, "st_code": 21880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860420, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36454, "Shape__Length": 97.633995197864863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061407794532201, 40.056288542709801 ], [ -75.060894186897897, 40.056832707100497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4252, "tnode_": 4381, "lpoly_": null, "rpoly_": null, "length": 552.80876211000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 11360, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860421, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36455, "Shape__Length": 220.13332946830286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063012259698894, 40.057173296820601 ], [ -75.061407794532201, 40.056288542709801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4401, "tnode_": 4308, "lpoly_": null, "rpoly_": null, "length": 288.4213294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7316, "r_f_add": 7301, "r_t_add": 7317, "st_code": 64000, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36456, "Shape__Length": 115.00386331470568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075034339485001, 40.056368199457701 ], [ -75.074447479927201, 40.057018969991702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4269, "tnode_": 4401, "lpoly_": null, "rpoly_": null, "length": 597.80352555000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 25280, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860423, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36457, "Shape__Length": 238.07475158038989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076735990816601, 40.057359764519099 ], [ -75.075034339485001, 40.056368199457701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4393, "tnode_": 4400, "lpoly_": null, "rpoly_": null, "length": 251.10944082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1815, "l_t_add": 1833, "r_f_add": 1836, "r_t_add": 1850, "st_code": 37160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36458, "Shape__Length": 99.862589862737863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066370982614202, 40.056264523942197 ], [ -75.065477944301307, 40.0561994110396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4400, "tnode_": 4404, "lpoly_": null, "rpoly_": null, "length": 182.68303208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1835, "l_t_add": 1847, "r_f_add": 1852, "r_t_add": 1860, "st_code": 37160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36459, "Shape__Length": 72.650273860598432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065477944301307, 40.0561994110396 ], [ -75.064828183443495, 40.056152634263903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4407, "tnode_": 30189, "lpoly_": null, "rpoly_": null, "length": 161.66189523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1809, "r_f_add": 1800, "r_t_add": 1832, "st_code": 37160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36460, "Shape__Length": 64.318926778937708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067584803397196, 40.056069230182203 ], [ -75.067453955758396, 40.056088593898203 ], [ -75.067179087518397, 40.0561638244628 ], [ -75.0670436111551, 40.056217588651897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4407, "tnode_": 30187, "lpoly_": null, "rpoly_": null, "length": 155.52414082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7448, "r_f_add": 7401, "r_t_add": 7449, "st_code": 75420, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860427, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36461, "Shape__Length": 62.085769035818942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067193317461204, 40.056478399766 ], [ -75.067142059879401, 40.056645148098603 ], [ -75.067112025373305, 40.056899698509703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4421, "tnode_": 4353, "lpoly_": null, "rpoly_": null, "length": 187.23706576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7524, "l_t_add": 7598, "r_f_add": 7527, "r_t_add": 7599, "st_code": 51660, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36462, "Shape__Length": 74.663002825220715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064023351202806, 40.0560651703614 ], [ -75.0636532550092, 40.0564933088556 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4404, "tnode_": 4421, "lpoly_": null, "rpoly_": null, "length": 227.53751065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1849, "l_t_add": 1899, "r_f_add": 1862, "r_t_add": 1898, "st_code": 37160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860429, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36463, "Shape__Length": 90.492035251604051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064828183443495, 40.056152634263903 ], [ -75.064023351202806, 40.0560651703614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4459, "tnode_": 4407, "lpoly_": null, "rpoly_": null, "length": 108.76322176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1761, "l_t_add": 1799, "r_f_add": 1760, "r_t_add": 1798, "st_code": 37160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36464, "Shape__Length": 43.29581850930618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067919734015007, 40.055917897712803 ], [ -75.067584803397196, 40.056069230182203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4504, "tnode_": 4445, "lpoly_": null, "rpoly_": null, "length": 136.53837179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7600, "r_f_add": 7601, "r_t_add": 7609, "st_code": 21880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860431, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36465, "Shape__Length": 54.434571647588456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062031270680194, 40.055601211049499 ], [ -75.061739057517102, 40.055901316331699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4401, "tnode_": 4510, "lpoly_": null, "rpoly_": null, "length": 327.78284765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1533, "r_f_add": 1500, "r_t_add": 1556, "st_code": 25280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860432, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36466, "Shape__Length": 130.53512469822812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075034339485001, 40.056368199457701 ], [ -75.074097540284896, 40.055828358020001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4537, "tnode_": 4459, "lpoly_": null, "rpoly_": null, "length": 274.40532152000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1751, "l_t_add": 1759, "r_f_add": 1750, "r_t_add": 1758, "st_code": 37160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36467, "Shape__Length": 109.21954801864449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068782602212195, 40.055560449517998 ], [ -75.067919734015007, 40.055917897712803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4459, "tnode_": 4563, "lpoly_": null, "rpoly_": null, "length": 355.14930325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 80260, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860435, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36468, "Shape__Length": 141.4313970093622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067919734015007, 40.055917897712803 ], [ -75.066903208465206, 40.055334546364797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4571, "tnode_": 4421, "lpoly_": null, "rpoly_": null, "length": 377.9343267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7522, "r_f_add": 7501, "r_t_add": 7525, "st_code": 51660, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36469, "Shape__Length": 150.67941184670758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064820131227606, 40.055227635271102 ], [ -75.064023351202806, 40.0560651703614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4487, "tnode_": 4571, "lpoly_": null, "rpoly_": null, "length": 271.33401642000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1813, "l_t_add": 1899, "r_f_add": 1812, "r_t_add": 1898, "st_code": 72520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36470, "Shape__Length": 108.08480288085245 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065547385230204, 40.055713751435 ], [ -75.065307387732204, 40.055502943500599 ], [ -75.064820131227606, 40.055227635271102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4585, "tnode_": 4288, "lpoly_": null, "rpoly_": null, "length": 796.57671490999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 11980, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860438, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36471, "Shape__Length": 317.59990595974199 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073258164643207, 40.055339140035898 ], [ -75.071595050911498, 40.057113502491198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4510, "tnode_": 4585, "lpoly_": null, "rpoly_": null, "length": 294.90646009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1535, "l_t_add": 1599, "r_f_add": 1558, "r_t_add": 1598, "st_code": 25280, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 860439, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36472, "Shape__Length": 117.44408369272634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074097540284896, 40.055828358020001 ], [ -75.073258164643207, 40.055339140035898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4600, "tnode_": 4269, "lpoly_": null, "rpoly_": null, "length": 899.81319643999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 82820, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 36473, "Shape__Length": 358.75177823087546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078633734418304, 40.055366089982698 ], [ -75.076735990816601, 40.057359764519099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4537, "tnode_": 4602, "lpoly_": null, "rpoly_": null, "length": 262.33940425000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1735, "r_f_add": 1700, "r_t_add": 1798, "st_code": 17900, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36474, "Shape__Length": 104.47937198997141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068782602212195, 40.055560449517998 ], [ -75.068043419968504, 40.055117763796602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4605, "tnode_": 4537, "lpoly_": null, "rpoly_": null, "length": 296.21313125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1741, "l_t_add": 1749, "r_f_add": 1740, "r_t_add": 1748, "st_code": 37160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36475, "Shape__Length": 117.91446622513394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069693699685402, 40.055146909514598 ], [ -75.068782602212195, 40.055560449517998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4617, "tnode_": 4504, "lpoly_": null, "rpoly_": null, "length": 281.97173654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 21880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36476, "Shape__Length": 112.44596226655369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062570598578802, 40.054948259610697 ], [ -75.062120826025605, 40.055469128250998 ], [ -75.062031270680194, 40.055601211049499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4571, "tnode_": 4638, "lpoly_": null, "rpoly_": null, "length": 270.38768771000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1916, "st_code": 72520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36477, "Shape__Length": 107.66642179097786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064820131227606, 40.055227635271102 ], [ -75.064033113124594, 40.054797326957697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4651, "tnode_": 4563, "lpoly_": null, "rpoly_": null, "length": 248.01411789000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7410, "r_f_add": 7401, "r_t_add": 7415, "st_code": 72700, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860446, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 36478, "Shape__Length": 98.885311699329577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067416525104804, 40.054779632674602 ], [ -75.066903208465206, 40.055334546364797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4602, "tnode_": 4651, "lpoly_": null, "rpoly_": null, "length": 214.40283452000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1737, "l_t_add": 1799, "r_f_add": 1800, "r_t_add": 1816, "st_code": 17900, "l_hundred": 1700, "r_hundred": 1800, "seg_id": 860447, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36479, "Shape__Length": 85.371543209103564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068043419968504, 40.055117763796602 ], [ -75.067416525104804, 40.054779632674602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4664, "tnode_": 4605, "lpoly_": null, "rpoly_": null, "length": 276.24367296000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1731, "l_t_add": 1739, "r_f_add": 1730, "r_t_add": 1738, "st_code": 37160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860448, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36480, "Shape__Length": 109.95213559847431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070559579484396, 40.054783160923101 ], [ -75.069693699685402, 40.055146909514598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4688, "tnode_": 4602, "lpoly_": null, "rpoly_": null, "length": 259.02679215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7336, "l_t_add": 7398, "r_f_add": 7337, "r_t_add": 7399, "st_code": 35240, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860449, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36481, "Shape__Length": 103.26560784876716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068599226012907, 40.054549273422303 ], [ -75.068043419968504, 40.055117763796602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4605, "tnode_": 4688, "lpoly_": null, "rpoly_": null, "length": 375.85382442999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 39080, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860450, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 36482, "Shape__Length": 149.66157067748509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069693699685402, 40.055146909514598 ], [ -75.068599226012907, 40.054549273422303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4697, "tnode_": 4487, "lpoly_": null, "rpoly_": null, "length": 582.80638987999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 16540, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELDEN ST", "stname": "BELDEN ST", "objectid": 36483, "Shape__Length": 232.35001798309784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066790006376607, 40.054432145835001 ], [ -75.065640854854095, 40.055646417246201 ], [ -75.065547385230204, 40.055713751435 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4708, "tnode_": 4617, "lpoly_": null, "rpoly_": null, "length": 283.18807848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 21880, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860452, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36484, "Shape__Length": 112.90373324328326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063166515041502, 40.054320069972398 ], [ -75.062570598578802, 40.054948259610697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4638, "tnode_": 4708, "lpoly_": null, "rpoly_": null, "length": 298.45722424000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1917, "l_t_add": 1999, "r_f_add": 1918, "r_t_add": 1998, "st_code": 72520, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860453, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36485, "Shape__Length": 118.84423069002207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064033113124594, 40.054797326957697 ], [ -75.063166515041502, 40.054320069972398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4721, "tnode_": 4664, "lpoly_": null, "rpoly_": null, "length": 313.85229271999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1729, "r_f_add": 1700, "r_t_add": 1728, "st_code": 37160, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860454, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36486, "Shape__Length": 124.96705813308922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071473094868793, 40.054303698466001 ], [ -75.071349468612496, 40.054434164754397 ], [ -75.070559579484396, 40.054783160923101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4585, "tnode_": 4721, "lpoly_": null, "rpoly_": null, "length": 626.08099274000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 25280, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 860455, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36487, "Shape__Length": 249.32665574254136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073258164643207, 40.055339140035898 ], [ -75.071473094868793, 40.054303698466001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4745, "tnode_": 4401, "lpoly_": null, "rpoly_": null, "length": 888.80878777000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 64000, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860456, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 36488, "Shape__Length": 354.36179829701638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0769039687938, 40.054396170142901 ], [ -75.075034339485001, 40.056368199457701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4600, "tnode_": 4745, "lpoly_": null, "rpoly_": null, "length": 599.42304878000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 74220, "l_hundred": 900, "r_hundred": 900, "seg_id": 860457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36489, "Shape__Length": 238.69614798743197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078633734418304, 40.055366089982698 ], [ -75.0769039687938, 40.054396170142901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4759, "tnode_": 4571, "lpoly_": null, "rpoly_": null, "length": 555.92218139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 51660, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36490, "Shape__Length": 221.64032718531672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065988392360396, 40.053993565576697 ], [ -75.064820131227606, 40.055227635271102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4697, "tnode_": 4759, "lpoly_": null, "rpoly_": null, "length": 275.46598336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1833, "l_t_add": 1899, "r_f_add": 1834, "r_t_add": 1898, "st_code": 17900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36491, "Shape__Length": 109.68739954384164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066790006376607, 40.054432145835001 ], [ -75.065988392360396, 40.053993565576697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4780, "tnode_": 4688, "lpoly_": null, "rpoly_": null, "length": 259.99650672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7316, "l_t_add": 7334, "r_f_add": 7319, "r_t_add": 7335, "st_code": 35240, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860461, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36492, "Shape__Length": 103.65863515090655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069143090047504, 40.053970718379098 ], [ -75.068599226012907, 40.054549273422303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4664, "tnode_": 4780, "lpoly_": null, "rpoly_": null, "length": 494.79794518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 76820, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860462, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 36493, "Shape__Length": 197.03997465554087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070559579484396, 40.054783160923101 ], [ -75.069143090047504, 40.053970718379098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4806, "tnode_": 4708, "lpoly_": null, "rpoly_": null, "length": 280.92753749000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7416, "l_t_add": 7498, "r_f_add": 7433, "r_t_add": 7499, "st_code": 21880, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860464, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36494, "Shape__Length": 112.00575184313713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637493001217, 40.053692257034797 ], [ -75.063166515041502, 40.054320069972398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4759, "tnode_": 4822, "lpoly_": null, "rpoly_": null, "length": 272.77765268000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1925, "r_f_add": 1900, "r_t_add": 1926, "st_code": 17900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860465, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36495, "Shape__Length": 108.61940985045339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065988392360396, 40.053993565576697 ], [ -75.065199047171006, 40.053554512021201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4833, "tnode_": 4759, "lpoly_": null, "rpoly_": null, "length": 214.78590209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7334, "l_t_add": 7398, "r_f_add": 7339, "r_t_add": 7399, "st_code": 51660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860466, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36496, "Shape__Length": 85.622737450170362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066456984332106, 40.053526689269098 ], [ -75.065988392360396, 40.053993565576697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4833, "tnode_": 4697, "lpoly_": null, "rpoly_": null, "length": 352.89642881000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELGIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7334, "l_t_add": 7398, "r_f_add": 7349, "r_t_add": 7399, "st_code": 31120, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELGIN AVE", "stname": "ELGIN AVE", "objectid": 36497, "Shape__Length": 140.82183216074623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066456984332106, 40.053526689269098 ], [ -75.066596160946105, 40.054260102768602 ], [ -75.066790006376607, 40.054432145835001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4690, "tnode_": 4838, "lpoly_": null, "rpoly_": null, "length": 597.05611053999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 35160, "l_hundred": 900, "r_hundred": 900, "seg_id": 860468, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36498, "Shape__Length": 237.74714242101001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079219041725196, 40.054728534593401 ], [ -75.077490141011793, 40.053768775653701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4693, "tnode_": 4842, "lpoly_": null, "rpoly_": null, "length": 615.19959145999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 31840, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860469, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 36499, "Shape__Length": 244.97335588118969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073948095053098, 40.054587078453501 ], [ -75.072169558406699, 40.053595078420898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4877, "tnode_": 4780, "lpoly_": null, "rpoly_": null, "length": 296.25292588000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7314, "r_f_add": 7301, "r_t_add": 7317, "st_code": 35240, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860470, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36500, "Shape__Length": 118.12969274689335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069724086594803, 40.053294013614597 ], [ -75.069707548126004, 40.053337318374197 ], [ -75.069676954772902, 40.053382579361802 ], [ -75.069644417407005, 40.053420983111003 ], [ -75.069143090047504, 40.053970718379098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4721, "tnode_": 4877, "lpoly_": null, "rpoly_": null, "length": 612.37856187, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 25280, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 860471, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36501, "Shape__Length": 243.86408849045466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071473094868793, 40.054303698466001 ], [ -75.069724086594803, 40.053294013614597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4745, "tnode_": 4879, "lpoly_": null, "rpoly_": null, "length": 629.1934427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 74220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36502, "Shape__Length": 250.55058685943109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0769039687938, 40.054396170142901 ], [ -75.075092892030199, 40.0533732823584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4892, "tnode_": 4806, "lpoly_": null, "rpoly_": null, "length": 282.71096738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7431, "st_code": 21880, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860474, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36503, "Shape__Length": 112.71050641097024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064346004711396, 40.053066138162698 ], [ -75.0637493001217, 40.053692257034797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4822, "tnode_": 4892, "lpoly_": null, "rpoly_": null, "length": 297.7862002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1927, "l_t_add": 1999, "r_f_add": 1928, "r_t_add": 1998, "st_code": 17900, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36504, "Shape__Length": 118.58308906379155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065199047171006, 40.053554512021201 ], [ -75.064346004711396, 40.053066138162698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4918, "tnode_": 4651, "lpoly_": null, "rpoly_": null, "length": 819.52076864000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 72700, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860476, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 36505, "Shape__Length": 326.73252772456101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069135291661794, 40.052958499711202 ], [ -75.067416525104804, 40.054779632674602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4877, "tnode_": 4918, "lpoly_": null, "rpoly_": null, "length": 205.19864249, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1815, "r_f_add": 1800, "r_t_add": 1814, "st_code": 25280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860477, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36506, "Shape__Length": 81.712371790295222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069724086594803, 40.053294013614597 ], [ -75.069135291661794, 40.052958499711202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4794, "tnode_": 4932, "lpoly_": null, "rpoly_": null, "length": 616.51242556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 82200, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860478, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 36507, "Shape__Length": 245.49389444064292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0745080144128, 40.053986152430497 ], [ -75.072725610680607, 40.052992128091802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4940, "tnode_": 4822, "lpoly_": null, "rpoly_": null, "length": 447.80233615000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 12260, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 36508, "Shape__Length": 178.4098988921281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066318352495898, 40.052759126994403 ], [ -75.066119605709204, 40.052780014193601 ], [ -75.066040148933297, 40.052795974218597 ], [ -75.065941741181106, 40.052822180501103 ], [ -75.065850976396405, 40.052883222988001 ], [ -75.065647919279598, 40.053053041179901 ], [ -75.065199047171006, 40.053554512021201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4940, "tnode_": 4833, "lpoly_": null, "rpoly_": null, "length": 282.29056726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELGIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7328, "l_t_add": 7332, "r_f_add": 7331, "r_t_add": 7347, "st_code": 31120, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860480, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELGIN AVE", "stname": "ELGIN AVE", "objectid": 36509, "Shape__Length": 112.6886999780633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066318352495898, 40.052759126994403 ], [ -75.066456984332106, 40.053526689269098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4970, "tnode_": 4697, "lpoly_": null, "rpoly_": null, "length": 822.22424968999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 16540, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860481, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELDEN ST", "stname": "BELDEN ST", "objectid": 36510, "Shape__Length": 327.81342287898207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068505204251906, 40.052599882036397 ], [ -75.066790006376607, 40.054432145835001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4918, "tnode_": 4970, "lpoly_": null, "rpoly_": null, "length": 219.4976539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1817, "l_t_add": 1863, "r_f_add": 1816, "r_t_add": 1862, "st_code": 25280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860482, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36511, "Shape__Length": 87.405762548749792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069135291661794, 40.052958499711202 ], [ -75.068505204251906, 40.052599882036397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4973, "tnode_": 4877, "lpoly_": null, "rpoly_": null, "length": 309.35251264000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7237, "r_t_add": 7299, "st_code": 35240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860483, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36512, "Shape__Length": 123.33454432440256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070370378070194, 40.052605183809703 ], [ -75.069724086594803, 40.053294013614597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4842, "tnode_": 4973, "lpoly_": null, "rpoly_": null, "length": 619.44492171999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 31840, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860484, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 36513, "Shape__Length": 246.65426868169362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072169558406699, 40.053595078420898 ], [ -75.070370378070194, 40.052605183809703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4944, "tnode_": 5017, "lpoly_": null, "rpoly_": null, "length": 341.84145111000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 35160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860485, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36514, "Shape__Length": 136.11192477996107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076960427313296, 40.0530130195921 ], [ -75.075962218731206, 40.052472516035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4879, "tnode_": 5020, "lpoly_": null, "rpoly_": null, "length": 616.57239937000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 74220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860486, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36515, "Shape__Length": 245.51611445905527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075092892030199, 40.0533732823584 ], [ -75.073311105696206, 40.052378341483298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5041, "tnode_": 4833, "lpoly_": null, "rpoly_": null, "length": 613.2057008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7332, "r_f_add": 7301, "r_t_add": 7337, "st_code": 51660, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36516, "Shape__Length": 244.48232839897224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067726082026397, 40.052154676212801 ], [ -75.066456984332106, 40.053526689269098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4970, "tnode_": 5041, "lpoly_": null, "rpoly_": null, "length": 271.79953433000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1865, "l_t_add": 1899, "r_f_add": 1864, "r_t_add": 1898, "st_code": 25280, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860488, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36517, "Shape__Length": 108.2329357262101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068505204251906, 40.052599882036397 ], [ -75.067726082026397, 40.052154676212801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5072, "tnode_": 4973, "lpoly_": null, "rpoly_": null, "length": 268.46864367999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7218, "l_t_add": 7234, "r_f_add": 7219, "r_t_add": 7235, "st_code": 35240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36518, "Shape__Length": 107.03587655434343 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070927005026604, 40.052005050403402 ], [ -75.070370378070194, 40.052605183809703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4932, "tnode_": 5072, "lpoly_": null, "rpoly_": null, "length": 618.72081749000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 82200, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860490, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 36519, "Shape__Length": 246.36265745139514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072725610680607, 40.052992128091802 ], [ -75.070927005026604, 40.052005050403402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5093, "tnode_": 4944, "lpoly_": null, "rpoly_": null, "length": 449.31085442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCAS", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 28900, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860491, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCAS ST", "stname": "DORCAS ST", "objectid": 36520, "Shape__Length": 179.11607896312634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077912763379302, 40.052051792551502 ], [ -75.077891442460796, 40.052118515061302 ], [ -75.077850299523803, 40.052165852883398 ], [ -75.077709874859096, 40.052312663615702 ], [ -75.077270891097299, 40.052782891092797 ], [ -75.077043730541803, 40.052998286786398 ], [ -75.077011623254407, 40.053015649741099 ], [ -75.076960427313296, 40.0530130195921 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4974, "tnode_": 5119, "lpoly_": null, "rpoly_": null, "length": 621.22768335000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 35160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860492, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36521, "Shape__Length": 247.36237845304024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075678546668897, 40.052755004264696 ], [ -75.0738760314036, 40.051760309317103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5136, "tnode_": 5041, "lpoly_": null, "rpoly_": null, "length": 299.28890095000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7234, "l_t_add": 7298, "r_f_add": 7235, "r_t_add": 7299, "st_code": 51660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860493, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36522, "Shape__Length": 119.3192052183575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068353562568305, 40.051489490524801 ], [ -75.067726082026397, 40.052154676212801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4973, "tnode_": 5136, "lpoly_": null, "rpoly_": null, "length": 695.66914366999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 31840, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860494, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 36523, "Shape__Length": 277.00406120095687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070370378070194, 40.052605183809703 ], [ -75.068353562568305, 40.051489490524801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5162, "tnode_": 5072, "lpoly_": null, "rpoly_": null, "length": 274.05283794000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7216, "r_f_add": 7201, "r_t_add": 7217, "st_code": 35240, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36524, "Shape__Length": 109.24699500870034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071522561319597, 40.051407976560498 ], [ -75.070927005026604, 40.052005050403402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5020, "tnode_": 5162, "lpoly_": null, "rpoly_": null, "length": 612.90311827999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 74220, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860496, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36525, "Shape__Length": 244.03906546122155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073311105696206, 40.052378341483298 ], [ -75.071522561319597, 40.051407976560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5161, "tnode_": 4892, "lpoly_": null, "rpoly_": null, "length": 833.10783435999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 21880, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860497, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36526, "Shape__Length": 332.16377438447819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066048583769899, 40.051190411053902 ], [ -75.064346004711396, 40.053066138162698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5161, "tnode_": 4940, "lpoly_": null, "rpoly_": null, "length": 579.11955624999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELGIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7300, "l_t_add": 7326, "r_f_add": 7301, "r_t_add": 7329, "st_code": 31120, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860498, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELGIN AVE", "stname": "ELGIN AVE", "objectid": 36527, "Shape__Length": 231.17040934799604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066048583769899, 40.051190411053902 ], [ -75.066017572543302, 40.051419460583602 ], [ -75.066053756708996, 40.051574822203399 ], [ -75.066318352495898, 40.052759126994403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5041, "tnode_": 5161, "lpoly_": null, "rpoly_": null, "length": 586.44850712999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 25280, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36528, "Shape__Length": 233.52898090044434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067726082026397, 40.052154676212801 ], [ -75.066048583769899, 40.051190411053902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5074, "tnode_": 5218, "lpoly_": null, "rpoly_": null, "length": 618.84982916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 65740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860500, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36529, "Shape__Length": 246.41819191404537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076281775424505, 40.052121050673897 ], [ -75.074493098716104, 40.0511227965725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5240, "tnode_": 5136, "lpoly_": null, "rpoly_": null, "length": 270.08521207000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7220, "l_t_add": 7232, "r_f_add": 7221, "r_t_add": 7233, "st_code": 51660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860501, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36530, "Shape__Length": 107.66637281480349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068937077595507, 40.050899058652 ], [ -75.068353562568305, 40.051489490524801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5072, "tnode_": 5240, "lpoly_": null, "rpoly_": null, "length": 687.50107666999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 82200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860502, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 36531, "Shape__Length": 273.75155211415256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070927005026604, 40.052005050403402 ], [ -75.068937077595507, 40.050899058652 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5275, "tnode_": 5162, "lpoly_": null, "rpoly_": null, "length": 283.48031150999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7121, "r_t_add": 7199, "st_code": 35240, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36532, "Shape__Length": 113.01900598111499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072110042104796, 40.050774143762901 ], [ -75.071522561319597, 40.051407976560498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5119, "tnode_": 5275, "lpoly_": null, "rpoly_": null, "length": 611.12520714999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 35160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860504, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36533, "Shape__Length": 243.34132676814735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0738760314036, 40.051760309317103 ], [ -75.072110042104796, 40.050774143762901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5279, "tnode_": 5161, "lpoly_": null, "rpoly_": null, "length": 294.6863803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7240, "l_t_add": 7298, "r_f_add": 7255, "r_t_add": 7299, "st_code": 21880, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860505, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36534, "Shape__Length": 117.46831838109927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066693603281806, 40.050551127279597 ], [ -75.066048583769899, 40.051190411053902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5136, "tnode_": 5279, "lpoly_": null, "rpoly_": null, "length": 576.88711278000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 31840, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860506, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 36535, "Shape__Length": 229.71240474870498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068353562568305, 40.051489490524801 ], [ -75.066693603281806, 40.050551127279597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5347, "tnode_": 5240, "lpoly_": null, "rpoly_": null, "length": 284.26083424000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7218, "r_f_add": 7201, "r_t_add": 7219, "st_code": 51660, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36536, "Shape__Length": 113.32798819732811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069528821507305, 40.050264936202602 ], [ -75.068937077595507, 40.050899058652 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5162, "tnode_": 5347, "lpoly_": null, "rpoly_": null, "length": 696.35539362000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 74220, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36537, "Shape__Length": 277.29014026968417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071522561319597, 40.051407976560498 ], [ -75.069528821507305, 40.050264936202602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5377, "tnode_": 5275, "lpoly_": null, "rpoly_": null, "length": 288.7393509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7119, "st_code": 35240, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36538, "Shape__Length": 115.11042374279515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072716599931098, 40.050133078631603 ], [ -75.072110042104796, 40.050774143762901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5218, "tnode_": 5377, "lpoly_": null, "rpoly_": null, "length": 614.27018770999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 65740, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860510, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36539, "Shape__Length": 244.59029150587725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074493098716104, 40.0511227965725 ], [ -75.072716599931098, 40.050133078631603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5390, "tnode_": 5279, "lpoly_": null, "rpoly_": null, "length": 263.86317505999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7222, "l_t_add": 7238, "r_f_add": 7231, "r_t_add": 7253, "st_code": 21880, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860511, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36540, "Shape__Length": 105.17796586790934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067276012452396, 40.0499816270735 ], [ -75.066693603281806, 40.050551127279597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5240, "tnode_": 5390, "lpoly_": null, "rpoly_": null, "length": 572.65648547000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELLINGTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 82200, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860512, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELLINGTON ST", "stname": "WELLINGTON ST", "objectid": 36541, "Shape__Length": 228.01639677767315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068937077595507, 40.050899058652 ], [ -75.067276012452396, 40.0499816270735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5291, "tnode_": 5440, "lpoly_": null, "rpoly_": null, "length": 623.49993682000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 78240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860514, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 36542, "Shape__Length": 248.26926229491986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077532359344502, 40.050814133474702 ], [ -75.075736256571702, 40.049802081075903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5449, "tnode_": 5347, "lpoly_": null, "rpoly_": null, "length": 276.42173712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7121, "r_t_add": 7199, "st_code": 51660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36543, "Shape__Length": 110.20797953484197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070091868895304, 40.049641591939 ], [ -75.069528821507305, 40.050264936202602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5275, "tnode_": 5449, "lpoly_": null, "rpoly_": null, "length": 699.59407122000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 35160, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860516, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36544, "Shape__Length": 278.56647148716451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072110042104796, 40.050774143762901 ], [ -75.070091868895304, 40.049641591939 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5485, "tnode_": 5382, "lpoly_": null, "rpoly_": null, "length": 261.97907967999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6948, "r_f_add": 6901, "r_t_add": 6949, "st_code": 11980, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860517, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36545, "Shape__Length": 104.43952343896662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078631769361195, 40.049643161122297 ], [ -75.078078140076698, 40.050222964938399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5333, "tnode_": 5485, "lpoly_": null, "rpoly_": null, "length": 625.56148998000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 51640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 36546, "Shape__Length": 249.08053202884713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080446465364403, 40.050645156399597 ], [ -75.078631769361195, 40.049643161122297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5488, "tnode_": 5390, "lpoly_": null, "rpoly_": null, "length": 281.81781738999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7220, "r_f_add": 7201, "r_t_add": 7229, "st_code": 21880, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860519, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36547, "Shape__Length": 112.34603354967987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067875186665404, 40.049359969464298 ], [ -75.067276012452396, 40.0499816270735 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5347, "tnode_": 5488, "lpoly_": null, "rpoly_": null, "length": 568.326213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 74220, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860520, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36548, "Shape__Length": 226.28642910619544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069528821507305, 40.050264936202602 ], [ -75.067875186665404, 40.049359969464298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5496, "tnode_": 5377, "lpoly_": null, "rpoly_": null, "length": 276.95166866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7034, "l_t_add": 7098, "r_f_add": 7035, "r_t_add": 7099, "st_code": 35240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36549, "Shape__Length": 110.40756766285422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073303206597302, 40.049520893471403 ], [ -75.072716599931098, 40.050133078631603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5331, "tnode_": 5496, "lpoly_": null, "rpoly_": null, "length": 614.46479871999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 18960, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 36550, "Shape__Length": 244.66624233493977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075079326446399, 40.050511905640199 ], [ -75.073303206597302, 40.049520893471403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5538, "tnode_": 5440, "lpoly_": null, "rpoly_": null, "length": 263.18019755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6950, "l_t_add": 6998, "r_f_add": 6951, "r_t_add": 6999, "st_code": 75420, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860524, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36551, "Shape__Length": 104.9138154201742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076299862570295, 40.049223859293399 ], [ -75.075736256571702, 40.049802081075903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5557, "tnode_": 5449, "lpoly_": null, "rpoly_": null, "length": 286.58314590999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7119, "st_code": 51660, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860525, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36552, "Shape__Length": 114.24869792637828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070694329521601, 40.049005561371899 ], [ -75.070091868895304, 40.049641591939 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5377, "tnode_": 5557, "lpoly_": null, "rpoly_": null, "length": 699.44647742000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 65740, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860526, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36553, "Shape__Length": 278.50185822376426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072716599931098, 40.050133078631603 ], [ -75.070694329521601, 40.049005561371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5588, "tnode_": 5488, "lpoly_": null, "rpoly_": null, "length": 282.16529514000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7125, "r_t_add": 7199, "st_code": 21880, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860527, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36554, "Shape__Length": 112.48219430266666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068477642884304, 40.048739000990501 ], [ -75.067875186665404, 40.049359969464298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5449, "tnode_": 5588, "lpoly_": null, "rpoly_": null, "length": 558.8696245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIENDSHIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 35160, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIENDSHIP ST", "stname": "FRIENDSHIP ST", "objectid": 36555, "Shape__Length": 222.52761338544718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070091868895304, 40.049641591939 ], [ -75.068477642884304, 40.048739000990501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5589, "tnode_": 5496, "lpoly_": null, "rpoly_": null, "length": 302.12959797000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7032, "r_f_add": 7001, "r_t_add": 7033, "st_code": 35240, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36556, "Shape__Length": 120.44584853391413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073938977026998, 40.048850711937099 ], [ -75.073303206597302, 40.049520893471403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5440, "tnode_": 5589, "lpoly_": null, "rpoly_": null, "length": 610.96631006000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 78240, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860530, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 36557, "Shape__Length": 243.24828062926025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075736256571702, 40.049802081075903 ], [ -75.073938977026998, 40.048850711937099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5591, "tnode_": 5485, "lpoly_": null, "rpoly_": null, "length": 282.85691171000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6836, "l_t_add": 6898, "r_f_add": 6837, "r_t_add": 6899, "st_code": 11980, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860531, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36558, "Shape__Length": 112.77124636562618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079210554913502, 40.0490067814019 ], [ -75.078927192479597, 40.049310386582803 ], [ -75.078631769361195, 40.049643161122297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5632, "tnode_": 5538, "lpoly_": null, "rpoly_": null, "length": 260.87528630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6948, "r_f_add": 6901, "r_t_add": 6949, "st_code": 75420, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860532, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36559, "Shape__Length": 104.00212180664292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076843096075095, 40.048642006346697 ], [ -75.076299862570295, 40.049223859293399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5485, "tnode_": 5632, "lpoly_": null, "rpoly_": null, "length": 619.48532082000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 51640, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860533, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 36560, "Shape__Length": 246.66351270210035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078631769361195, 40.049643161122297 ], [ -75.076843096075095, 40.048642006346697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5650, "tnode_": 5557, "lpoly_": null, "rpoly_": null, "length": 280.11678086999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7032, "l_t_add": 7098, "r_f_add": 7033, "r_t_add": 7099, "st_code": 51660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36561, "Shape__Length": 111.67045258663821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071281925835706, 40.048383175349997 ], [ -75.070694329521601, 40.049005561371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5496, "tnode_": 5650, "lpoly_": null, "rpoly_": null, "length": 701.41567881000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 18960, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860535, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 36562, "Shape__Length": 279.28814920661699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073303206597302, 40.049520893471403 ], [ -75.071281925835706, 40.048383175349997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5682, "tnode_": 5588, "lpoly_": null, "rpoly_": null, "length": 281.31885367000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7123, "st_code": 21880, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860536, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36563, "Shape__Length": 112.14456499870747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069076731516105, 40.048119006123699 ], [ -75.068477642884304, 40.048739000990501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5557, "tnode_": 5682, "lpoly_": null, "rpoly_": null, "length": 556.22469099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 65740, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36564, "Shape__Length": 221.46455313243385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070694329521601, 40.049005561371899 ], [ -75.069076731516105, 40.048119006123699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5683, "tnode_": 5589, "lpoly_": null, "rpoly_": null, "length": 278.04085083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6908, "l_t_add": 6998, "r_f_add": 6909, "r_t_add": 6999, "st_code": 35240, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36565, "Shape__Length": 110.84844238360593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074510815307505, 40.048226674367598 ], [ -75.073938977026998, 40.048850711937099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5538, "tnode_": 5683, "lpoly_": null, "rpoly_": null, "length": 618.72228523000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 28640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860539, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 36566, "Shape__Length": 246.35633846439612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076299862570295, 40.049223859293399 ], [ -75.074510815307505, 40.048226674367598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5687, "tnode_": 5591, "lpoly_": null, "rpoly_": null, "length": 277.66304602000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6834, "r_f_add": 6801, "r_t_add": 6835, "st_code": 11980, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860540, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36567, "Shape__Length": 110.68230611500341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079812000336901, 40.048400708647399 ], [ -75.079519072088203, 40.048695212187603 ], [ -75.079210554913502, 40.0490067814019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5737, "tnode_": 5632, "lpoly_": null, "rpoly_": null, "length": 280.95249496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6819, "r_t_add": 6899, "st_code": 75420, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860541, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36568, "Shape__Length": 111.99917063071757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077439544594796, 40.048022025377001 ], [ -75.077103611581407, 40.048356037703002 ], [ -75.076843096075095, 40.048642006346697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5591, "tnode_": 5737, "lpoly_": null, "rpoly_": null, "length": 611.97801433999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 37340, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860542, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 36569, "Shape__Length": 243.66917334847159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079210554913502, 40.0490067814019 ], [ -75.077439544594796, 40.048022025377001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5759, "tnode_": 5650, "lpoly_": null, "rpoly_": null, "length": 292.80263878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7030, "r_f_add": 7001, "r_t_add": 7031, "st_code": 51660, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860543, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36570, "Shape__Length": 116.72140607171528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071906247306899, 40.047738317490399 ], [ -75.071281925835706, 40.048383175349997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5589, "tnode_": 5759, "lpoly_": null, "rpoly_": null, "length": 698.61755018999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 78240, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860544, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 36571, "Shape__Length": 278.15737803560557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073938977026998, 40.048850711937099 ], [ -75.071906247306899, 40.047738317490399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5785, "tnode_": 5683, "lpoly_": null, "rpoly_": null, "length": 257.76747437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6906, "r_f_add": 6901, "r_t_add": 6907, "st_code": 35240, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860545, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36572, "Shape__Length": 102.76551889928655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075039948485795, 40.047647595509801 ], [ -75.074510815307505, 40.048226674367598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5632, "tnode_": 5785, "lpoly_": null, "rpoly_": null, "length": 621.33593717000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 51640, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 36573, "Shape__Length": 247.3902253272403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076843096075095, 40.048642006346697 ], [ -75.075039948485795, 40.047647595509801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5788, "tnode_": 5687, "lpoly_": null, "rpoly_": null, "length": 279.3620723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6750, "l_t_add": 6798, "r_f_add": 6751, "r_t_add": 6799, "st_code": 11980, "l_hundred": 6700, "r_hundred": 6700, "seg_id": 860547, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 36574, "Shape__Length": 111.37337448684812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0803886650679, 40.047774855055302 ], [ -75.080116263434604, 40.048072058089502 ], [ -75.079812000336901, 40.048400708647399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5801, "tnode_": 5682, "lpoly_": null, "rpoly_": null, "length": 286.49164234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7028, "l_t_add": 7098, "r_f_add": 7047, "r_t_add": 7099, "st_code": 21880, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860548, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36575, "Shape__Length": 114.20337329753276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069691052239307, 40.047490033486604 ], [ -75.069076731516105, 40.048119006123699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5650, "tnode_": 5801, "lpoly_": null, "rpoly_": null, "length": 551.56565653999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 18960, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860549, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 36576, "Shape__Length": 219.61689691996256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071281925835706, 40.048383175349997 ], [ -75.069691052239307, 40.047490033486604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5843, "tnode_": 5737, "lpoly_": null, "rpoly_": null, "length": 279.3633865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6800, "l_t_add": 6818, "r_f_add": 6801, "r_t_add": 6817, "st_code": 75420, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860551, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 36577, "Shape__Length": 111.36960898690295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078023199973202, 40.047400181573302 ], [ -75.077743286908202, 40.047711049849397 ], [ -75.077439544594796, 40.048022025377001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5687, "tnode_": 5843, "lpoly_": null, "rpoly_": null, "length": 619.38689193000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 48040, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860552, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 36578, "Shape__Length": 246.61950363736841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079812000336901, 40.048400708647399 ], [ -75.078023199973202, 40.047400181573302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5866, "tnode_": 5759, "lpoly_": null, "rpoly_": null, "length": 280.02872929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6910, "l_t_add": 6998, "r_f_add": 6947, "r_t_add": 6999, "st_code": 51660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860554, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36579, "Shape__Length": 111.63691753407689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072486543608804, 40.0471122018877 ], [ -75.071906247306899, 40.047738317490399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5683, "tnode_": 5866, "lpoly_": null, "rpoly_": null, "length": 697.13483827000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 28640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860555, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 36580, "Shape__Length": 277.56743430576154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074510815307505, 40.048226674367598 ], [ -75.072486543608804, 40.0471122018877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5788, "tnode_": 5968, "lpoly_": null, "rpoly_": null, "length": 614.98543303999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KERPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 47560, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860556, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KERPER ST", "stname": "KERPER ST", "objectid": 36581, "Shape__Length": 244.8599630639971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0803886650679, 40.047774855055302 ], [ -75.079439540818399, 40.047271410373597 ], [ -75.078606021472496, 40.046789028998397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5904, "tnode_": 5785, "lpoly_": null, "rpoly_": null, "length": 285.33704349, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6820, "l_t_add": 6898, "r_f_add": 6821, "r_t_add": 6899, "st_code": 35240, "l_hundred": 6800, "r_hundred": 6800, "seg_id": 860558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 36582, "Shape__Length": 113.74859864355994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075639652442305, 40.047014383906799 ], [ -75.075329114159402, 40.047352746007697 ], [ -75.075039948485795, 40.047647595509801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5737, "tnode_": 5904, "lpoly_": null, "rpoly_": null, "length": 623.42502574999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 37340, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860559, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 36583, "Shape__Length": 248.22636011739496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077439544594796, 40.048022025377001 ], [ -75.075639652442305, 40.047014383906799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5843, "tnode_": 6029, "lpoly_": null, "rpoly_": null, "length": 622.23372801000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNORR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 48040, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 860560, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNORR ST", "stname": "KNORR ST", "objectid": 36584, "Shape__Length": 247.74908959528631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078023199973202, 40.047400181573302 ], [ -75.077320529711798, 40.047006680746698 ], [ -75.076225811401201, 40.046395471711101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5920, "tnode_": 5801, "lpoly_": null, "rpoly_": null, "length": 294.95776299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7026, "r_f_add": 7001, "r_t_add": 7045, "st_code": 21880, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860561, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36585, "Shape__Length": 117.58733952154878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0703037839546, 40.046831361149998 ], [ -75.069691052239307, 40.047490033486604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5759, "tnode_": 5920, "lpoly_": null, "rpoly_": null, "length": 557.16182676999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 78240, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860562, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 36586, "Shape__Length": 221.84621731447123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071906247306899, 40.047738317490399 ], [ -75.0703037839546, 40.046831361149998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5904, "tnode_": 6113, "lpoly_": null, "rpoly_": null, "length": 693.88844037000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 37340, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860564, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENVIEW ST", "stname": "GLENVIEW ST", "objectid": 36587, "Shape__Length": 276.27940625216058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075639652442305, 40.047014383906799 ], [ -75.0751291279649, 40.046732864519903 ], [ -75.073638144110703, 40.0458910074762 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5992, "tnode_": 5866, "lpoly_": null, "rpoly_": null, "length": 259.05860267000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6908, "r_f_add": 6901, "r_t_add": 6945, "st_code": 51660, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860565, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 36588, "Shape__Length": 103.27557377991674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073024224826597, 40.0465334367438 ], [ -75.072486543608804, 40.0471122018877 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5785, "tnode_": 5992, "lpoly_": null, "rpoly_": null, "length": 695.12794660999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 51640, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 860566, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 36589, "Shape__Length": 276.76795906503366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075039948485795, 40.047647595509801 ], [ -75.073024224826597, 40.0465334367438 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5992, "tnode_": 6172, "lpoly_": null, "rpoly_": null, "length": 540.41734038999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGSHORE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 51640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGSHORE AVE", "stname": "LONGSHORE AVE", "objectid": 36590, "Shape__Length": 215.1730129707461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073024224826597, 40.0465334367438 ], [ -75.071466763404104, 40.045657070309602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6040, "tnode_": 5920, "lpoly_": null, "rpoly_": null, "length": 274.21270146000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 6918, "l_t_add": 6998, "r_f_add": 6919, "r_t_add": 6999, "st_code": 21880, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 860569, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36591, "Shape__Length": 109.30811900298282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070888896541703, 40.046227698093197 ], [ -75.0703037839546, 40.046831361149998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5866, "tnode_": 6040, "lpoly_": null, "rpoly_": null, "length": 551.25965384999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 28640, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 860570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 36592, "Shape__Length": 219.48549699946051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072486543608804, 40.0471122018877 ], [ -75.070888896541703, 40.046227698093197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2445, "tnode_": 2546, "lpoly_": null, "rpoly_": null, "length": 478.12386478000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1899, "l_t_add": 1999, "r_f_add": 1898, "r_t_add": 1998, "st_code": 78170, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 860572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 36593, "Shape__Length": 190.46338668559042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049547732595002, 40.070987515888703 ], [ -75.048204539952906, 40.070176484660102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2803, "tnode_": 2856, "lpoly_": null, "rpoly_": null, "length": 493.98873043999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 14820, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860573, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AXE FACTORY RD", "stname": "AXE FACTORY RD", "objectid": 36594, "Shape__Length": 196.56808827371287 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051078586745206, 40.068269959644503 ], [ -75.050817146076497, 40.068163435809502 ], [ -75.049418021247007, 40.067819301481599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4421, "tnode_": 4430, "lpoly_": null, "rpoly_": null, "length": 319.88557683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 0, "r_t_add": 0, "st_code": 37160, "l_hundred": 1900, "r_hundred": 0, "seg_id": 860574, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36595, "Shape__Length": 127.21245910987132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064023351202806, 40.0560651703614 ], [ -75.062884556110504, 40.055992288328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4430, "tnode_": 4445, "lpoly_": null, "rpoly_": null, "length": 322.36669875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 37160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36596, "Shape__Length": 128.20086575955736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062884556110504, 40.055992288328099 ], [ -75.061739057517102, 40.055901316331699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4638, "tnode_": 4430, "lpoly_": null, "rpoly_": null, "length": 541.16875904999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 12260, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860576, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 36597, "Shape__Length": 215.75491090013102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064033113124594, 40.054797326957697 ], [ -75.062884556110504, 40.055992288328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4353, "tnode_": 4430, "lpoly_": null, "rpoly_": null, "length": 285.9446078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1922, "st_code": 33660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36598, "Shape__Length": 113.9008119261533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0636532550092, 40.0564933088556 ], [ -75.063094031252703, 40.056198346444702 ], [ -75.062975152001101, 40.05610934437 ], [ -75.062884556110504, 40.055992288328099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4430, "tnode_": 4504, "lpoly_": null, "rpoly_": null, "length": 280.3949607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1917, "l_t_add": 1999, "r_f_add": 1924, "r_t_add": 1998, "st_code": 33660, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860578, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36599, "Shape__Length": 111.62370973894042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062884556110504, 40.055992288328099 ], [ -75.062555195865997, 40.055895723496498 ], [ -75.062031270680194, 40.055601211049499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4445, "tnode_": 4381, "lpoly_": null, "rpoly_": null, "length": 168.81004175000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7602, "l_t_add": 7608, "r_f_add": 7611, "r_t_add": 7611, "st_code": 21880, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860579, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36600, "Shape__Length": 67.315993065415654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061739057517102, 40.055901316331699 ], [ -75.061407794532201, 40.056288542709801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2299, "tnode_": 2346, "lpoly_": null, "rpoly_": null, "length": 236.29838321000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1019, "r_f_add": 1000, "r_t_add": 1036, "st_code": 74380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36601, "Shape__Length": 94.11843628049067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072851801409897, 40.073014809481002 ], [ -75.072165909299798, 40.072636514169602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3268, "tnode_": 3205, "lpoly_": null, "rpoly_": null, "length": 234.3381617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7720, "l_t_add": 7798, "r_f_add": 7721, "r_t_add": 7799, "st_code": 76025, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860581, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36602, "Shape__Length": 93.429477966094268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075431699500001, 40.064935711608904 ], [ -75.074914299388894, 40.065441459332298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3340, "tnode_": 3268, "lpoly_": null, "rpoly_": null, "length": 264.49581933999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7718, "r_f_add": 7701, "r_t_add": 7719, "st_code": 76025, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860582, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 36603, "Shape__Length": 105.4644633601104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075992913298506, 40.0643515511521 ], [ -75.075431699500001, 40.064935711608904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3189, "tnode_": 3268, "lpoly_": null, "rpoly_": null, "length": 431.05221152000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 76030, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 860583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR LN", "stname": "TABOR LN", "objectid": 36604, "Shape__Length": 171.66130843720705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076695528268104, 40.065611913366297 ], [ -75.075431699500001, 40.064935711608904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3262, "tnode_": 3300, "lpoly_": null, "rpoly_": null, "length": 216.12146228999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 33660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 860584, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36605, "Shape__Length": 86.078156553479587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078970108186397, 40.065023322085899 ], [ -75.078351812754804, 40.064667938811198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3130, "tnode_": 3201, "lpoly_": null, "rpoly_": null, "length": 397.78555618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 42980, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860587, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36606, "Shape__Length": 158.436306265356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052638365469406, 40.065562917417303 ], [ -75.051504583033704, 40.064904482333503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3203, "tnode_": 3130, "lpoly_": null, "rpoly_": null, "length": 276.43940887999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8212, "l_t_add": 8298, "r_f_add": 8217, "r_t_add": 8299, "st_code": 21880, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860588, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36607, "Shape__Length": 110.23265244233328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053215571079207, 40.064947137324502 ], [ -75.052638365469406, 40.065562917417303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3282, "tnode_": 3203, "lpoly_": null, "rpoly_": null, "length": 278.20975404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8210, "r_f_add": 8201, "r_t_add": 8215, "st_code": 21880, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860589, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 36608, "Shape__Length": 110.9362543715531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053799063350397, 40.064328854802604 ], [ -75.053215571079207, 40.064947137324502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3282, "tnode_": 3416, "lpoly_": null, "rpoly_": null, "length": 730.56805255999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 73240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860590, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2004-04-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36609, "Shape__Length": 290.95481283824563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053799063350397, 40.064328854802604 ], [ -75.051942051550697, 40.063302462209101 ], [ -75.051687205513403, 40.063150530624803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3445, "tnode_": 3573, "lpoly_": null, "rpoly_": null, "length": 682.89021065000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 74380, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860592, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36610, "Shape__Length": 271.9635118637101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054998326779895, 40.063059319735999 ], [ -75.053026690873295, 40.061955171364403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3643, "tnode_": 3416, "lpoly_": null, "rpoly_": null, "length": 674.18107974000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 20020, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860593, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36611, "Shape__Length": 269.17926407990279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051860963913498, 40.061304648456797 ], [ -75.051687205513403, 40.063150530624803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3573, "tnode_": 3643, "lpoly_": null, "rpoly_": null, "length": 403.26765783000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 74380, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36612, "Shape__Length": 160.59972440392431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053026690873295, 40.061955171364403 ], [ -75.051860963913498, 40.061304648456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3645, "tnode_": 3573, "lpoly_": null, "rpoly_": null, "length": 273.36957059000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8020, "l_t_add": 8098, "r_f_add": 8021, "r_t_add": 8099, "st_code": 49200, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36613, "Shape__Length": 108.99648508032581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053609575602295, 40.061353045279297 ], [ -75.053026690873295, 40.061955171364403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3733, "tnode_": 3645, "lpoly_": null, "rpoly_": null, "length": 279.39195208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8018, "r_f_add": 8001, "r_t_add": 8019, "st_code": 49200, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860596, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36614, "Shape__Length": 111.40648630173574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054186315990293, 40.060727070276599 ], [ -75.053609575602295, 40.061353045279297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3601, "tnode_": 3733, "lpoly_": null, "rpoly_": null, "length": 682.88140004000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 68180, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860597, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36615, "Shape__Length": 271.96207980473957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056148066558805, 40.061841488063799 ], [ -75.054186315990293, 40.060727070276599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3772, "tnode_": 3643, "lpoly_": null, "rpoly_": null, "length": 317.72853019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8020, "l_t_add": 8098, "r_f_add": 8033, "r_t_add": 8099, "st_code": 20020, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860598, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36616, "Shape__Length": 126.85774087575905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051919453597705, 40.060433605890502 ], [ -75.051860963913498, 40.061304648456797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3877, "tnode_": 3805, "lpoly_": null, "rpoly_": null, "length": 192.56215168999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8001, "r_t_add": 8015, "st_code": 20020, "l_hundred": 0, "r_hundred": 8000, "seg_id": 860599, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36617, "Shape__Length": 76.882708623518837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0520249185642, 40.059544784051099 ], [ -75.052009941485593, 40.060073263965698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3843, "tnode_": 3877, "lpoly_": null, "rpoly_": null, "length": 130.90908763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2131, "l_t_add": 2199, "r_f_add": 2144, "r_t_add": 2198, "st_code": 68180, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860600, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36618, "Shape__Length": 52.127693000256741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052410020267502, 40.0597486877856 ], [ -75.0520249185642, 40.059544784051099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3359, "tnode_": 3504, "lpoly_": null, "rpoly_": null, "length": 677.20849540999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 13400, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36619, "Shape__Length": 269.69731267837619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054427239929396, 40.0636573974122 ], [ -75.052463788449401, 40.062571135384196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3525, "tnode_": 3645, "lpoly_": null, "rpoly_": null, "length": 677.27749222999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 35280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860602, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36620, "Shape__Length": 269.72591833072892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055564853053497, 40.0624482619547 ], [ -75.053609575602295, 40.061353045279297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3504, "tnode_": 3416, "lpoly_": null, "rpoly_": null, "length": 310.93171186999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8120, "l_t_add": 8198, "r_f_add": 8121, "r_t_add": 8199, "st_code": 49200, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860603, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36621, "Shape__Length": 123.90216618314339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052463788449401, 40.062571135384196 ], [ -75.051930581958402, 40.063080911124899 ], [ -75.051687205513403, 40.063150530624803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3573, "tnode_": 3504, "lpoly_": null, "rpoly_": null, "length": 274.17785275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8118, "r_f_add": 8101, "r_t_add": 8119, "st_code": 49200, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860604, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36622, "Shape__Length": 109.33090549882614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053026690873295, 40.061955171364403 ], [ -75.052463788449401, 40.062571135384196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3645, "tnode_": 3772, "lpoly_": null, "rpoly_": null, "length": 580.04673283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 35280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860605, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36623, "Shape__Length": 230.98882119739801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053609575602295, 40.061353045279297 ], [ -75.052085246978294, 40.060502925908303 ], [ -75.051919453597705, 40.060433605890502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3843, "tnode_": 3805, "lpoly_": null, "rpoly_": null, "length": 162.85366906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 43560, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860606, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36624, "Shape__Length": 64.900680697623983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052410020267502, 40.0597486877856 ], [ -75.052009941485593, 40.060073263965698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3892, "tnode_": 3809, "lpoly_": null, "rpoly_": null, "length": 279.46757980999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7930, "l_t_add": 7950, "r_f_add": 7931, "r_t_add": 7951, "st_code": 49200, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36625, "Shape__Length": 111.424616180306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055377144544806, 40.059494156893003 ], [ -75.054780875234201, 40.060109486666597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3764, "tnode_": 3892, "lpoly_": null, "rpoly_": null, "length": 681.53809901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 51580, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36626, "Shape__Length": 271.4138679075993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057346683027205, 40.060594136786499 ], [ -75.055377144544806, 40.059494156893003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3932, "tnode_": 3843, "lpoly_": null, "rpoly_": null, "length": 286.2837111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7940, "l_t_add": 7998, "r_f_add": 7941, "r_t_add": 7999, "st_code": 43560, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36627, "Shape__Length": 114.15303287503433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052998638682297, 40.059106005697103 ], [ -75.052410020267502, 40.0597486877856 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3809, "tnode_": 3932, "lpoly_": null, "rpoly_": null, "length": 618.46809041999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 68540, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36628, "Shape__Length": 246.29903264531947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054780875234201, 40.060109486666597 ], [ -75.052998638682297, 40.059106005697103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3976, "tnode_": 3892, "lpoly_": null, "rpoly_": null, "length": 270.28514081999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7916, "l_t_add": 7928, "r_f_add": 7917, "r_t_add": 7929, "st_code": 49200, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36629, "Shape__Length": 107.76817896577082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055943058798704, 40.058892977933702 ], [ -75.055377144544806, 40.059494156893003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3835, "tnode_": 3976, "lpoly_": null, "rpoly_": null, "length": 678.06174497999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 38900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860612, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-03-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36630, "Shape__Length": 270.02380535539481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057907085783896, 40.059982518473099 ], [ -75.055943058798704, 40.058892977933702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4021, "tnode_": 3932, "lpoly_": null, "rpoly_": null, "length": 277.68480126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7928, "l_t_add": 7938, "r_f_add": 7929, "r_t_add": 7939, "st_code": 43560, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860613, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36631, "Shape__Length": 110.71948176798671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053577019256807, 40.058486694283197 ], [ -75.052998638682297, 40.059106005697103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3892, "tnode_": 4021, "lpoly_": null, "rpoly_": null, "length": 623.37069609000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 51580, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36632, "Shape__Length": 248.24651397772675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055377144544806, 40.059494156893003 ], [ -75.053577019256807, 40.058486694283197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4062, "tnode_": 3976, "lpoly_": null, "rpoly_": null, "length": 291.18757617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 49200, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36633, "Shape__Length": 116.10740446286758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056540829583298, 40.058238788662202 ], [ -75.055943058798704, 40.058892977933702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4021, "tnode_": 4082, "lpoly_": null, "rpoly_": null, "length": 280.31865600999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2229, "r_f_add": 2200, "r_t_add": 2206, "st_code": 51580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36634, "Shape__Length": 111.61906027402495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053577019256807, 40.058486694283197 ], [ -75.052751148458498, 40.058051479294001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4107, "tnode_": 4021, "lpoly_": null, "rpoly_": null, "length": 272.80682757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7916, "l_t_add": 7926, "r_f_add": 7917, "r_t_add": 7927, "st_code": 43560, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36635, "Shape__Length": 108.7702255578031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054151674271097, 40.057881843763703 ], [ -75.053577019256807, 40.058486694283197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3976, "tnode_": 4107, "lpoly_": null, "rpoly_": null, "length": 622.18910496000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 38900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36636, "Shape__Length": 247.77754155557616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055943058798704, 40.058892977933702 ], [ -75.054151674271097, 40.057881843763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4152, "tnode_": 4062, "lpoly_": null, "rpoly_": null, "length": 280.3348693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7812, "l_t_add": 7898, "r_f_add": 7811, "r_t_add": 7899, "st_code": 49200, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36637, "Shape__Length": 111.77428058191555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057125542499406, 40.057614019561399 ], [ -75.056540829583298, 40.058238788662202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4062, "tnode_": 4207, "lpoly_": null, "rpoly_": null, "length": 615.19701024000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 18320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36638, "Shape__Length": 244.97541609812518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056540829583298, 40.058238788662202 ], [ -75.054748091707907, 40.0572619085249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4258, "tnode_": 4152, "lpoly_": null, "rpoly_": null, "length": 277.22393233000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7810, "r_f_add": 7801, "r_t_add": 7809, "st_code": 49200, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36639, "Shape__Length": 110.5296456112481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057710058780202, 40.056999692530702 ], [ -75.057125542499406, 40.057614019561399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4105, "tnode_": 4258, "lpoly_": null, "rpoly_": null, "length": 683.90205904000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 40960, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860622, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36640, "Shape__Length": 272.33855947804028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059695790678404, 40.058093443977697 ], [ -75.057710058780202, 40.056999692530702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4207, "tnode_": 4267, "lpoly_": null, "rpoly_": null, "length": 242.16760059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2212, "st_code": 18320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36641, "Shape__Length": 96.441240537540779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054748091707907, 40.0572619085249 ], [ -75.054055790427, 40.056863255030898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4303, "tnode_": 4207, "lpoly_": null, "rpoly_": null, "length": 286.94919446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7838, "l_t_add": 7898, "r_f_add": 7839, "r_t_add": 7899, "st_code": 43560, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36642, "Shape__Length": 114.4096122317782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055347101882504, 40.0566226803736 ], [ -75.054748091707907, 40.0572619085249 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4152, "tnode_": 4303, "lpoly_": null, "rpoly_": null, "length": 615.01851164000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 22320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860625, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 36643, "Shape__Length": 244.91189718409095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057125542499406, 40.057614019561399 ], [ -75.055347101882504, 40.0566226803736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4267, "tnode_": 4321, "lpoly_": null, "rpoly_": null, "length": 245.38230911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2215, "l_t_add": 2299, "r_f_add": 2214, "r_t_add": 2298, "st_code": 18320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 36644, "Shape__Length": 97.718110602371922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054055790427, 40.056863255030898 ], [ -75.053350353724198, 40.056463391411903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4392, "tnode_": 4303, "lpoly_": null, "rpoly_": null, "length": 280.26827866999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7816, "l_t_add": 7836, "r_f_add": 7817, "r_t_add": 7837, "st_code": 43560, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36645, "Shape__Length": 111.74070658734244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055940139166495, 40.0560027961995 ], [ -75.055347101882504, 40.0566226803736 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4258, "tnode_": 4392, "lpoly_": null, "rpoly_": null, "length": 614.28759429000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 40960, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 36646, "Shape__Length": 244.62315604786329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057710058780202, 40.056999692530702 ], [ -75.055940139166495, 40.0560027961995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4107, "tnode_": 4188, "lpoly_": null, "rpoly_": null, "length": 376.78629003999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 38900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860629, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36647, "Shape__Length": 150.04082830840701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054151674271097, 40.057881843763703 ], [ -75.053057139565496, 40.057279817617498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4793, "tnode_": 4696, "lpoly_": null, "rpoly_": null, "length": 260.99249067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7718, "r_f_add": 7701, "r_t_add": 7719, "st_code": 20020, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860630, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36648, "Shape__Length": 104.07700046289948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054950327748102, 40.053516539109197 ], [ -75.054448859928797, 40.054120530260498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5416, "tnode_": 5369, "lpoly_": null, "rpoly_": null, "length": 82.07623345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7386, "l_t_add": 7398, "r_f_add": 7399, "r_t_add": 7399, "st_code": 20020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860631, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36649, "Shape__Length": 32.717513732200523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058287041473093, 40.049697092374203 ], [ -75.058108669650096, 40.049875902472998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4346, "tnode_": 4258, "lpoly_": null, "rpoly_": null, "length": 275.99052847000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7724, "l_t_add": 7798, "r_f_add": 7725, "r_t_add": 7799, "st_code": 49200, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36650, "Shape__Length": 110.03437488357574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058296816605306, 40.056390839562802 ], [ -75.057710058780202, 40.056999692530702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4199, "tnode_": 4346, "lpoly_": null, "rpoly_": null, "length": 683.10965019000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 49080, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860633, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 36651, "Shape__Length": 272.01209839000211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060292016486002, 40.057470576169699 ], [ -75.058296816605306, 40.056390839562802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4457, "tnode_": 4346, "lpoly_": null, "rpoly_": null, "length": 306.88663472999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7722, "r_f_add": 7701, "r_t_add": 7723, "st_code": 49200, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36652, "Shape__Length": 122.35863758399165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058934549951701, 40.055705790720502 ], [ -75.058824080634096, 40.055835079120399 ], [ -75.058296816605306, 40.056390839562802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4298, "tnode_": 4457, "lpoly_": null, "rpoly_": null, "length": 693.65691823999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 58840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36653, "Shape__Length": 276.23908524041212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060894186897897, 40.056832707100497 ], [ -75.058980129156595, 40.055817308420998 ], [ -75.058934549951701, 40.055705790720502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4457, "tnode_": 4534, "lpoly_": null, "rpoly_": null, "length": 673.61622821000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 37160, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36654, "Shape__Length": 267.92081666365067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058934549951701, 40.055705790720502 ], [ -75.058731629140695, 40.055655385070999 ], [ -75.056580741416994, 40.055326309651598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4624, "tnode_": 4534, "lpoly_": null, "rpoly_": null, "length": 265.31432229000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 43560, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36655, "Shape__Length": 105.78365881803133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057128578491699, 40.054731986927401 ], [ -75.056580741416994, 40.055326309651598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4457, "tnode_": 4624, "lpoly_": null, "rpoly_": null, "length": 617.59345726999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 58840, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36656, "Shape__Length": 245.9160060856039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058934549951701, 40.055705790720502 ], [ -75.057128578491699, 40.054731986927401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4504, "tnode_": 4663, "lpoly_": null, "rpoly_": null, "length": 675.09138982000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 33660, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36657, "Shape__Length": 268.83590518206637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062031270680194, 40.055601211049499 ], [ -75.060093322319702, 40.054498212528003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4570, "tnode_": 4717, "lpoly_": null, "rpoly_": null, "length": 615.89581166000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 11360, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860644, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36658, "Shape__Length": 245.25274086572327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059509325761198, 40.055103402001997 ], [ -75.057729171677707, 40.054109846623099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4617, "tnode_": 4763, "lpoly_": null, "rpoly_": null, "length": 664.11730981999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 61100, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860645, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36659, "Shape__Length": 264.45609899978484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062570598578802, 40.054948259610697 ], [ -75.060653998487695, 40.053873825484096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4624, "tnode_": 4793, "lpoly_": null, "rpoly_": null, "length": 753.56883845000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 58840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 36660, "Shape__Length": 300.07255555808501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057128578491699, 40.054731986927401 ], [ -75.054950327748102, 40.053516539109197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4663, "tnode_": 4813, "lpoly_": null, "rpoly_": null, "length": 624.30508437999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 33660, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36661, "Shape__Length": 248.59753945034001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060093322319702, 40.054498212528003 ], [ -75.058286654921105, 40.053493448497399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4862, "tnode_": 4763, "lpoly_": null, "rpoly_": null, "length": 285.93781346999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7516, "r_f_add": 7501, "r_t_add": 7515, "st_code": 49200, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860648, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36662, "Shape__Length": 113.99307564515486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612655579978, 40.053245133148302 ], [ -75.060653998487695, 40.053873825484096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4708, "tnode_": 4862, "lpoly_": null, "rpoly_": null, "length": 660.69709916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 72520, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36663, "Shape__Length": 263.09580135302298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063166515041502, 40.054320069972398 ], [ -75.0612655579978, 40.053245133148302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4717, "tnode_": 4885, "lpoly_": null, "rpoly_": null, "length": 764.47202658999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 11360, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860650, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36664, "Shape__Length": 304.41028454263062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057729171677707, 40.054109846623099 ], [ -75.055517848218997, 40.052878483150401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4763, "tnode_": 4891, "lpoly_": null, "rpoly_": null, "length": 616.47089346000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 61100, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860651, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36665, "Shape__Length": 245.47544446925141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060653998487695, 40.053873825484096 ], [ -75.058869596741104, 40.052882117945501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4947, "tnode_": 4862, "lpoly_": null, "rpoly_": null, "length": 275.0615216, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7408, "l_t_add": 7498, "r_f_add": 7407, "r_t_add": 7499, "st_code": 49200, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36666, "Shape__Length": 109.66505442808426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061836558393196, 40.052630645216503 ], [ -75.0612655579978, 40.053245133148302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4806, "tnode_": 4947, "lpoly_": null, "rpoly_": null, "length": 660.50732083000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 80260, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860653, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36667, "Shape__Length": 263.00905179709116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637493001217, 40.053692257034797 ], [ -75.061836558393196, 40.052630645216503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4813, "tnode_": 4982, "lpoly_": null, "rpoly_": null, "length": 775.30724743999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 33660, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36668, "Shape__Length": 308.71836854761125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058286654921105, 40.053493448497399 ], [ -75.056038902818401, 40.052250066461603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4992, "tnode_": 4891, "lpoly_": null, "rpoly_": null, "length": 282.92709634000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7520, "r_f_add": 7501, "r_t_add": 7521, "st_code": 43560, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 860655, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36669, "Shape__Length": 112.79194419560896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0594732468372, 40.052259207365303 ], [ -75.058869596741104, 40.052882117945501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4892, "tnode_": 5039, "lpoly_": null, "rpoly_": null, "length": 662.83165184999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 17900, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36670, "Shape__Length": 263.93271391029066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064346004711396, 40.053066138162698 ], [ -75.062427346893202, 40.051999942881999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5088, "tnode_": 4992, "lpoly_": null, "rpoly_": null, "length": 279.73860372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7408, "l_t_add": 7498, "r_f_add": 7409, "r_t_add": 7499, "st_code": 43560, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36671, "Shape__Length": 111.52382477984145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0600623708429, 40.051638944291398 ], [ -75.059500955632004, 40.052229812763201 ], [ -75.0594732468372, 40.052259207365303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4947, "tnode_": 5088, "lpoly_": null, "rpoly_": null, "length": 614.16216854000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 80260, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36672, "Shape__Length": 244.55414639221345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061836558393196, 40.052630645216503 ], [ -75.0600623708429, 40.051638944291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5039, "tnode_": 5187, "lpoly_": null, "rpoly_": null, "length": 613.46612807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 17900, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860660, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36673, "Shape__Length": 244.27548745429181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062427346893202, 40.051999942881999 ], [ -75.060656258522201, 40.0510082342104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5187, "tnode_": 5416, "lpoly_": null, "rpoly_": null, "length": 817.34475758999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 17900, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36674, "Shape__Length": 325.44539986850947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060656258522201, 40.0510082342104 ], [ -75.058287041473093, 40.049697092374203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4445, "tnode_": 4457, "lpoly_": null, "rpoly_": null, "length": 791.31103882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 37160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36675, "Shape__Length": 314.69928090798197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061739057517102, 40.055901316331699 ], [ -75.059133314069598, 40.055670915669602 ], [ -75.058934549951701, 40.055705790720502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4545, "tnode_": 4569, "lpoly_": null, "rpoly_": null, "length": 478.74171716999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2215, "l_t_add": 2299, "r_f_add": 2214, "r_t_add": 2298, "st_code": 37160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36676, "Shape__Length": 190.40511936097371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055650813346205, 40.055185879979 ], [ -75.053970933264395, 40.054939510112703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4545, "tnode_": 4267, "lpoly_": null, "rpoly_": null, "length": 756.78670324999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 18880, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860665, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIER ST", "stname": "BRIER ST", "objectid": 36677, "Shape__Length": 301.72676528523994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055650813346205, 40.055185879979 ], [ -75.054055790427, 40.056863255030898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4534, "tnode_": 4545, "lpoly_": null, "rpoly_": null, "length": 265.29576669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2212, "st_code": 37160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860666, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 36678, "Shape__Length": 105.51456338847393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056580741416994, 40.055326309651598 ], [ -75.055650813346205, 40.055185879979 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5345, "tnode_": 5039, "lpoly_": null, "rpoly_": null, "length": 838.25505579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 7301, "r_t_add": 7399, "st_code": 49200, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860667, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36679, "Shape__Length": 334.18636234414015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064188377140297, 40.050138877934003 ], [ -75.062427346893202, 40.051999942881999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5710, "tnode_": 5416, "lpoly_": null, "rpoly_": null, "length": 843.57708829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7384, "r_f_add": 7301, "r_t_add": 7397, "st_code": 20020, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 860668, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36680, "Shape__Length": 336.35655779474467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059938996694399, 40.047760404567697 ], [ -75.058287041473093, 40.049697092374203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5407, "tnode_": 5505, "lpoly_": null, "rpoly_": null, "length": 367.99864418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2119, "l_t_add": 2199, "r_f_add": 2118, "r_t_add": 2198, "st_code": 25280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860669, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36681, "Shape__Length": 146.5342270732138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063440409854707, 40.049760467938398 ], [ -75.0623859346437, 40.049157317103102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5505, "tnode_": 5586, "lpoly_": null, "rpoly_": null, "length": 348.98155042999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2229, "r_f_add": 2200, "r_t_add": 2228, "st_code": 25280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860670, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36682, "Shape__Length": 138.95424104031898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0623859346437, 40.049157317103102 ], [ -75.061377023045694, 40.048594681088503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5600, "tnode_": 5505, "lpoly_": null, "rpoly_": null, "length": 293.13566193000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7256, "l_t_add": 7298, "r_f_add": 7265, "r_t_add": 7299, "st_code": 43560, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36683, "Shape__Length": 116.85588091785404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063010219899098, 40.048511295413803 ], [ -75.0623859346437, 40.049157317103102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5643, "tnode_": 5345, "lpoly_": null, "rpoly_": null, "length": 834.93521044, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 49200, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860672, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36684, "Shape__Length": 332.85594330357731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065938182670607, 40.048282839261397 ], [ -75.064188377140297, 40.050138877934003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5586, "tnode_": 5710, "lpoly_": null, "rpoly_": null, "length": 504.42384992000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2230, "r_t_add": 2298, "st_code": 25280, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860673, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36685, "Shape__Length": 200.85907834847225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061377023045694, 40.048594681088503 ], [ -75.059938996694399, 40.047760404567697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5851, "tnode_": 5710, "lpoly_": null, "rpoly_": null, "length": 322.95329013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7260, "l_t_add": 7298, "r_f_add": 7261, "r_t_add": 7299, "st_code": 20020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860674, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36686, "Shape__Length": 128.90110201799922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060154166832206, 40.046890240166803 ], [ -75.059957825637895, 40.047608413013201 ], [ -75.059951141026303, 40.047672154981903 ], [ -75.059938996694399, 40.047760404567697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5858, "tnode_": 5643, "lpoly_": null, "rpoly_": null, "length": 564.1073615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 49200, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 36687, "Shape__Length": 224.88674887377371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067111835550094, 40.047024113676699 ], [ -75.065938182670607, 40.048282839261397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6022, "tnode_": 6056, "lpoly_": null, "rpoly_": null, "length": 99.70170007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2051, "l_t_add": 2067, "r_f_add": 2050, "r_t_add": 2066, "st_code": 74220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 860677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36688, "Shape__Length": 39.695037816331791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061956698318298, 40.046067424204601 ], [ -75.061666265156404, 40.045909045719903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6050, "tnode_": 6148, "lpoly_": null, "rpoly_": null, "length": 300.20805767000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1937, "l_t_add": 1963, "r_f_add": 1936, "r_t_add": 1964, "st_code": 65740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 860680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 36689, "Shape__Length": 119.52974651113165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065329727039895, 40.046017041688103 ], [ -75.064463449699105, 40.045531360178799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6163, "tnode_": 5851, "lpoly_": null, "rpoly_": null, "length": 574.4010485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7258, "r_f_add": 7201, "r_t_add": 7259, "st_code": 20020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 36690, "Shape__Length": 229.22321902068418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060716927003, 40.045373919840998 ], [ -75.060154166832206, 40.046890240166803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5552, "tnode_": 5228, "lpoly_": null, "rpoly_": null, "length": 833.42577379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 70020, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860686, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 36691, "Shape__Length": 332.25868427621225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067149728104098, 40.048964167847103 ], [ -75.0654053606399, 40.050818126044199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5705, "tnode_": 5407, "lpoly_": null, "rpoly_": null, "length": 844.40455748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 47680, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860687, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 36692, "Shape__Length": 336.62497749741664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065218014485595, 40.047887828792597 ], [ -75.063440409854707, 40.049760467938398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5747, "tnode_": 5552, "lpoly_": null, "rpoly_": null, "length": 569.17623892999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 70020, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860688, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 36693, "Shape__Length": 226.90306548977335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068346954929495, 40.047701359956797 ], [ -75.067149728104098, 40.048964167847103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5919, "tnode_": 5705, "lpoly_": null, "rpoly_": null, "length": 575.68802658000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINDRED", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 47680, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860689, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINDRED ST", "stname": "KINDRED ST", "objectid": 36694, "Shape__Length": 229.46843130481207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066470976917799, 40.046651683551701 ], [ -75.066392505281499, 40.046667315262901 ], [ -75.065218014485595, 40.047887828792597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5991, "tnode_": 5747, "lpoly_": null, "rpoly_": null, "length": 574.55905192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 70020, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860690, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUTLAND ST", "stname": "RUTLAND ST", "objectid": 36695, "Shape__Length": 229.04195566617543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069560730871103, 40.046429558578403 ], [ -75.068346954929495, 40.047701359956797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6056, "tnode_": 5803, "lpoly_": null, "rpoly_": null, "length": 545.3498413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAUL", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 71060, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860691, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAUL ST", "stname": "SAUL ST", "objectid": 36696, "Shape__Length": 217.53271681079954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061666265156404, 40.045909045719903 ], [ -75.060815936330798, 40.047255920767 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5594, "tnode_": 5287, "lpoly_": null, "rpoly_": null, "length": 832.89575193000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 52160, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860695, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 36697, "Shape__Length": 332.04937183542842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066581632549997, 40.048646631194202 ], [ -75.064845249382998, 40.050503214827799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5810, "tnode_": 5594, "lpoly_": null, "rpoly_": null, "length": 565.04670379000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 52160, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860696, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 36698, "Shape__Length": 225.25727378081419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067767283957295, 40.047391373548699 ], [ -75.066581632549997, 40.048646631194202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6055, "tnode_": 5810, "lpoly_": null, "rpoly_": null, "length": 578.33290214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYNFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7000, "l_t_add": 7098, "r_f_add": 7001, "r_t_add": 7099, "st_code": 52160, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 860697, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYNFORD ST", "stname": "LYNFORD ST", "objectid": 36699, "Shape__Length": 230.5461869619815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068987315497694, 40.046110255097801 ], [ -75.067767283957295, 40.047391373548699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6148, "tnode_": 5892, "lpoly_": null, "rpoly_": null, "length": 567.28204151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 61040, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 860700, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 36700, "Shape__Length": 226.11275858292555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064463449699105, 40.045531360178799 ], [ -75.063217444808402, 40.046759372416602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3221, "tnode_": 3074, "lpoly_": null, "rpoly_": null, "length": 540.14250343000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8316, "l_t_add": 8398, "r_f_add": 8317, "r_t_add": 8399, "st_code": 43560, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 860702, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36701, "Shape__Length": 215.38293938272977 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047727488619998, 40.064695208697202 ], [ -75.046592342594593, 40.0658943234003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3003, "tnode_": 3221, "lpoly_": null, "rpoly_": null, "length": 1207.83289937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 75140, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36702, "Shape__Length": 481.04030094010682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051223174497906, 40.066639368610701 ], [ -75.047727488619998, 40.064695208697202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3103, "tnode_": 3289, "lpoly_": null, "rpoly_": null, "length": 1040.9020132600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 16980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860704, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36703, "Shape__Length": 414.50195428385587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051387248769899, 40.065650164062397 ], [ -75.051273321461494, 40.065634174461202 ], [ -75.051168948233894, 40.065604691612997 ], [ -75.051043700480406, 40.065569312069996 ], [ -75.050967445636203, 40.065540489499199 ], [ -75.050912066613805, 40.065517563533099 ], [ -75.048308974216795, 40.0640736250052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3221, "tnode_": 3331, "lpoly_": null, "rpoly_": null, "length": 616.1223758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 75140, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 36704, "Shape__Length": 245.37749608784435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047727488619998, 40.064695208697202 ], [ -75.045946356737602, 40.063701363694399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3364, "tnode_": 3289, "lpoly_": null, "rpoly_": null, "length": 275.54560902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8222, "l_t_add": 8298, "r_f_add": 8223, "r_t_add": 8299, "st_code": 43560, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860706, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 36705, "Shape__Length": 109.87239622843956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048887117646402, 40.063461400307503 ], [ -75.048308974216795, 40.0640736250052 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3201, "tnode_": 3364, "lpoly_": null, "rpoly_": null, "length": 901.70857926999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 42980, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860707, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36706, "Shape__Length": 359.10759575101685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051504583033704, 40.064904482333503 ], [ -75.048887117646402, 40.063461400307503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3289, "tnode_": 3419, "lpoly_": null, "rpoly_": null, "length": 616.19752561999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 16980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860708, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36707, "Shape__Length": 245.4037437969466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048308974216795, 40.0640736250052 ], [ -75.046525614295106, 40.063081806980897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3304, "tnode_": 3458, "lpoly_": null, "rpoly_": null, "length": 718.0339127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 31680, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860709, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36708, "Shape__Length": 285.9057878590279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051608034405106, 40.063903361108601 ], [ -75.051469694190303, 40.063881742531201 ], [ -75.051358079062595, 40.063857495089003 ], [ -75.051253493641596, 40.063833413548899 ], [ -75.051170427067007, 40.063799024793099 ], [ -75.049459906943099, 40.062856854661497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3364, "tnode_": 3503, "lpoly_": null, "rpoly_": null, "length": 618.51942117, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 42980, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860710, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36709, "Shape__Length": 246.32726121402106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048887117646402, 40.063461400307503 ], [ -75.047098510280307, 40.062464300987202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3416, "tnode_": 3535, "lpoly_": null, "rpoly_": null, "length": 570.42130895000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 73240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860711, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36710, "Shape__Length": 227.1754029771034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051687205513403, 40.063150530624803 ], [ -75.050043719402396, 40.062224620328301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3458, "tnode_": 3576, "lpoly_": null, "rpoly_": null, "length": 617.68358458, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 31680, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860712, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36711, "Shape__Length": 245.99381740074369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049459906943099, 40.062856854661497 ], [ -75.047676007425807, 40.061858698001799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3419, "tnode_": 3580, "lpoly_": null, "rpoly_": null, "length": 1009.59429873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2401, "r_f_add": 2300, "r_t_add": 2400, "st_code": 16980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860713, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 36712, "Shape__Length": 401.93384843341465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046525614295106, 40.063081806980897 ], [ -75.044673332065699, 40.062045851848602 ], [ -75.043429649006498, 40.061715444697803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3503, "tnode_": 3630, "lpoly_": null, "rpoly_": null, "length": 695.51504429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 42980, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860714, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36713, "Shape__Length": 277.00007625652495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047098510280307, 40.062464300987202 ], [ -75.045150593590193, 40.061369887069503 ], [ -75.045108235792895, 40.061325419684799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3535, "tnode_": 3652, "lpoly_": null, "rpoly_": null, "length": 613.94980223999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 73240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860715, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36714, "Shape__Length": 244.50741744023352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050043719402396, 40.062224620328301 ], [ -75.048274641003204, 40.061228268100798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3630, "tnode_": 3676, "lpoly_": null, "rpoly_": null, "length": 400.81685032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 42980, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860716, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 36715, "Shape__Length": 159.47203560934139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045108235792895, 40.061325419684799 ], [ -75.043754579068207, 40.060966560283198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3576, "tnode_": 3715, "lpoly_": null, "rpoly_": null, "length": 693.76897652000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 31680, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860717, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 36716, "Shape__Length": 276.28412584437967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047676007425807, 40.061858698001799 ], [ -75.045663167039294, 40.060747398142702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3652, "tnode_": 3789, "lpoly_": null, "rpoly_": null, "length": 699.79277845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 73240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860718, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36717, "Shape__Length": 278.68825693887067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048274641003204, 40.061228268100798 ], [ -75.046255376621005, 40.060095613016301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3789, "tnode_": 3840, "lpoly_": null, "rpoly_": null, "length": 255.93882621999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 73240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860719, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36718, "Shape__Length": 101.93056678912806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046255376621005, 40.060095613016301 ], [ -75.045524846955104, 40.059673091705797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3744, "tnode_": 3652, "lpoly_": null, "rpoly_": null, "length": 295.38836791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8120, "l_t_add": 8198, "r_f_add": 8121, "r_t_add": 8199, "st_code": 30580, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860720, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36719, "Shape__Length": 117.78217410909073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048889460747901, 40.0605692228335 ], [ -75.048274641003204, 40.061228268100798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3808, "tnode_": 3744, "lpoly_": null, "rpoly_": null, "length": 270.55109705999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8118, "r_f_add": 8101, "r_t_add": 8119, "st_code": 30580, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860721, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36720, "Shape__Length": 107.87096960859721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049465485957597, 40.0599728261978 ], [ -75.048889460747901, 40.0605692228335 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3643, "tnode_": 3808, "lpoly_": null, "rpoly_": null, "length": 827.63281816999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 74380, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860722, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36721, "Shape__Length": 329.59445537258159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051860963913498, 40.061304648456797 ], [ -75.049465485957597, 40.0599728261978 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3958, "tnode_": 3870, "lpoly_": null, "rpoly_": null, "length": 269.49364193000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8108, "r_f_add": 8101, "r_t_add": 8107, "st_code": 18680, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860723, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36722, "Shape__Length": 107.45282828554042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047444483412207, 40.058853914173902 ], [ -75.046880807148099, 40.0594536550133 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3974, "tnode_": 3884, "lpoly_": null, "rpoly_": null, "length": 274.0902552, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 8001, "r_t_add": 8015, "st_code": 30580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860724, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36723, "Shape__Length": 109.28285139766037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050584449063606, 40.0587786600492 ], [ -75.050006069249505, 40.059385786661998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3877, "tnode_": 3974, "lpoly_": null, "rpoly_": null, "length": 490.37542934000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 68180, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860725, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36724, "Shape__Length": 195.26646543425989 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0520249185642, 40.059544784051099 ], [ -75.050584449063606, 40.0587786600492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3884, "tnode_": 4030, "lpoly_": null, "rpoly_": null, "length": 692.31041560999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 35280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860726, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36725, "Shape__Length": 275.70038909306049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050006069249505, 40.059385786661998 ], [ -75.049715899189394, 40.059214469335103 ], [ -75.048007649328198, 40.058266262562697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4064, "tnode_": 3974, "lpoly_": null, "rpoly_": null, "length": 303.11000108000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7942, "l_t_add": 7998, "r_f_add": 7943, "r_t_add": 7999, "st_code": 30580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860727, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36726, "Shape__Length": 120.85645778055367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051215824291205, 40.058102666037698 ], [ -75.050584449063606, 40.0587786600492 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4116, "tnode_": 4030, "lpoly_": null, "rpoly_": null, "length": 265.59293764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8014, "r_f_add": 8001, "r_t_add": 8011, "st_code": 18680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860728, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36727, "Shape__Length": 105.89363371021962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048566868625699, 40.057677529858402 ], [ -75.048502850476794, 40.0577358929079 ], [ -75.048007649328198, 40.058266262562697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3974, "tnode_": 4116, "lpoly_": null, "rpoly_": null, "length": 692.71586837999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 68180, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860729, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36728, "Shape__Length": 275.84662847403865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050584449063606, 40.0587786600492 ], [ -75.048566868625699, 40.057677529858402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4145, "tnode_": 4064, "lpoly_": null, "rpoly_": null, "length": 267.64726502999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7930, "l_t_add": 7940, "r_f_add": 7931, "r_t_add": 7941, "st_code": 30580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860730, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36729, "Shape__Length": 106.708639782159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051786970941805, 40.057513427223697 ], [ -75.051215824291205, 40.058102666037698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4174, "tnode_": 4009, "lpoly_": null, "rpoly_": null, "length": 529.0783267, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 50320, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860731, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 36730, "Shape__Length": 210.94828995425146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047807213152694, 40.057256781521197 ], [ -75.046695941043694, 40.0584316134712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3840, "tnode_": 3941, "lpoly_": null, "rpoly_": null, "length": 296.89012297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2417, "l_t_add": 2499, "r_f_add": 2416, "r_t_add": 2498, "st_code": 73240, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36731, "Shape__Length": 118.2215468434175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045524846955104, 40.059673091705797 ], [ -75.044652786542898, 40.059209195241202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4082, "tnode_": 4145, "lpoly_": null, "rpoly_": null, "length": 333.55709138000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2231, "l_t_add": 2299, "r_f_add": 2208, "r_t_add": 2298, "st_code": 51580, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 860733, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36732, "Shape__Length": 132.83024775421762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052751148458498, 40.058051479294001 ], [ -75.051786970941805, 40.057513427223697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4223, "tnode_": 4116, "lpoly_": null, "rpoly_": null, "length": 306.69505727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7920, "l_t_add": 7998, "r_f_add": 7921, "r_t_add": 7999, "st_code": 18680, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860734, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36733, "Shape__Length": 122.27727677824798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0492185449245, 40.057000732691101 ], [ -75.048566868625699, 40.057677529858402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4064, "tnode_": 4223, "lpoly_": null, "rpoly_": null, "length": 688.26585001000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 68540, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 36734, "Shape__Length": 274.0771002861581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051215824291205, 40.058102666037698 ], [ -75.0492185449245, 40.057000732691101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4248, "tnode_": 4145, "lpoly_": null, "rpoly_": null, "length": 229.11162643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7928, "r_f_add": 7901, "r_t_add": 7929, "st_code": 30580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 36735, "Shape__Length": 91.415695194536596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052095272994194, 40.056937120488399 ], [ -75.052030537640306, 40.057136946469299 ], [ -75.051955324733996, 40.057304872587402 ], [ -75.051786970941805, 40.057513427223697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4317, "tnode_": 4223, "lpoly_": null, "rpoly_": null, "length": 271.86769161000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7918, "r_f_add": 7901, "r_t_add": 7919, "st_code": 18680, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860737, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36736, "Shape__Length": 108.40670203741102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049764952891294, 40.056383740236598 ], [ -75.0492185449245, 40.057000732691101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4145, "tnode_": 4317, "lpoly_": null, "rpoly_": null, "length": 699.80407917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 51580, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36737, "Shape__Length": 278.67553600528544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051786970941805, 40.057513427223697 ], [ -75.049764952891294, 40.056383740236598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4415, "tnode_": 4317, "lpoly_": null, "rpoly_": null, "length": 277.05706219000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7820, "l_t_add": 7898, "r_f_add": 7821, "r_t_add": 7899, "st_code": 18680, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 860739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36738, "Shape__Length": 110.45068709562528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050368912509597, 40.055781205306999 ], [ -75.049764952891294, 40.056383740236598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4248, "tnode_": 4415, "lpoly_": null, "rpoly_": null, "length": 659.44059599000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 38900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 36739, "Shape__Length": 262.68050953554251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052095272994194, 40.056937120488399 ], [ -75.052074452900399, 40.056798592077101 ], [ -75.051980434695395, 40.056673503928899 ], [ -75.050368912509597, 40.055781205306999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4374, "tnode_": 4174, "lpoly_": null, "rpoly_": null, "length": 579.145118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 50320, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 860741, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 36740, "Shape__Length": 230.91101970448841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049013423694106, 40.055965759559299 ], [ -75.0489749158682, 40.056020524588497 ], [ -75.047807213152694, 40.057256781521197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4865, "tnode_": 4577, "lpoly_": null, "rpoly_": null, "length": 819.06170512999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 68220, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHARD ST", "stname": "RICHARD ST", "objectid": 36741, "Shape__Length": 326.61410041966155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054096348474005, 40.053046539608196 ], [ -75.052612260913705, 40.0546494455714 ], [ -75.052584622949396, 40.054929837699703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4923, "tnode_": 4615, "lpoly_": null, "rpoly_": null, "length": 944.02576325000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7756, "r_f_add": 7701, "r_t_add": 7753, "st_code": 18680, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 860743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-12-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36742, "Shape__Length": 376.37343231180324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053367907925093, 40.0525944313951 ], [ -75.051394975238793, 40.054696101343602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4885, "tnode_": 5008, "lpoly_": null, "rpoly_": null, "length": 548.6436027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AFTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 11360, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860744, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AFTON ST", "stname": "AFTON ST", "objectid": 36743, "Shape__Length": 218.46621848328573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055517848218997, 40.052878483150401 ], [ -75.053932982026694, 40.051992514376003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4982, "tnode_": 5105, "lpoly_": null, "rpoly_": null, "length": 530.4065100900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 33660, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860745, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36744, "Shape__Length": 211.20100225511214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056038902818401, 40.052250066461603 ], [ -75.0545047282057, 40.051395668356498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5166, "tnode_": 4954, "lpoly_": null, "rpoly_": null, "length": 626.72955502000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50320, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 860746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 36745, "Shape__Length": 249.89388389175636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053710014501405, 40.050954851303899 ], [ -75.052630277575105, 40.052104482937501 ], [ -75.052470385906801, 40.052381059683398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5081, "tnode_": 5200, "lpoly_": null, "rpoly_": null, "length": 520.10707044999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 61100, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 36746, "Shape__Length": 207.09348056639553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056571909946001, 40.051616616184504 ], [ -75.055061199528296, 40.050785573712098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5239, "tnode_": 5247, "lpoly_": null, "rpoly_": null, "length": 375.71652545000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 33660, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860748, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 36747, "Shape__Length": 149.39994902166831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052838940384603, 40.050507344821398 ], [ -75.051497825039405, 40.050468348460299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5182, "tnode_": 5312, "lpoly_": null, "rpoly_": null, "length": 510.53883184, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 72520, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860749, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36748, "Shape__Length": 203.28440386731981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057157274881604, 40.050963487602303 ], [ -75.0556781331655, 40.050143709145999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5312, "tnode_": 5458, "lpoly_": null, "rpoly_": null, "length": 558.65999877000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 72520, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36749, "Shape__Length": 222.44648540084049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0556781331655, 40.050143709145999 ], [ -75.054065484305795, 40.049240418735003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5458, "tnode_": 5523, "lpoly_": null, "rpoly_": null, "length": 360.59260485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2523, "r_f_add": 2500, "r_t_add": 2520, "st_code": 72520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36750, "Shape__Length": 143.52663901828925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054065484305795, 40.049240418735003 ], [ -75.053371135451698, 40.048844817689897 ], [ -75.053155048837695, 40.048793646518703 ], [ -75.052958645334201, 40.048777224600698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5768, "tnode_": 5654, "lpoly_": null, "rpoly_": null, "length": 249.76547698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7418, "r_f_add": 7401, "r_t_add": 7421, "st_code": 20920, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 860752, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 36751, "Shape__Length": 99.657679306138959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053334271731998, 40.047230319492101 ], [ -75.0531222575828, 40.047560796640703 ], [ -75.053071352147299, 40.0477439945073 ], [ -75.053055936163702, 40.047873296863102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5710, "tnode_": 5863, "lpoly_": null, "rpoly_": null, "length": 558.24066343999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 25280, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860753, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36752, "Shape__Length": 222.30154899281987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059938996694399, 40.047760404567697 ], [ -75.058370216772005, 40.0468145028644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5863, "tnode_": 5936, "lpoly_": null, "rpoly_": null, "length": 230.40531977000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2401, "l_t_add": 2437, "r_f_add": 2400, "r_t_add": 2436, "st_code": 25280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860754, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36753, "Shape__Length": 91.75402949831647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058370216772005, 40.0468145028644 ], [ -75.058067916751895, 40.046640459865202 ], [ -75.057727772106006, 40.046419639707203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6169, "tnode_": 6281, "lpoly_": null, "rpoly_": null, "length": 374.48414773000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 25280, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860755, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 36754, "Shape__Length": 149.10506898560249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055725206097705, 40.045265600687003 ], [ -75.054649700194801, 40.044654428735498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5523, "tnode_": 5537, "lpoly_": null, "rpoly_": null, "length": 370.68628395999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2525, "l_t_add": 2599, "r_f_add": 2522, "r_t_add": 2598, "st_code": 72520, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860757, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 36755, "Shape__Length": 147.39690637525689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052958645334201, 40.048777224600698 ], [ -75.051636609487204, 40.0487208020213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5283, "tnode_": 5403, "lpoly_": null, "rpoly_": null, "length": 503.57237419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 80260, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860758, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36756, "Shape__Length": 200.51452691300264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057624305347403, 40.050418876500999 ], [ -75.056173229348204, 40.049601962377999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5403, "tnode_": 5546, "lpoly_": null, "rpoly_": null, "length": 561.02972383000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 80260, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36757, "Shape__Length": 223.3800066960126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056173229348204, 40.049601962377999 ], [ -75.054542136860704, 40.048707216798199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5546, "tnode_": 5654, "lpoly_": null, "rpoly_": null, "length": 515.17501083999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VISTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 80260, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860760, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VISTA ST", "stname": "VISTA ST", "objectid": 36758, "Shape__Length": 205.12810025196814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054542136860704, 40.048707216798199 ], [ -75.053055936163702, 40.047873296863102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6223, "tnode_": 5863, "lpoly_": null, "rpoly_": null, "length": 811.33415567000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 18680, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 860761, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 36759, "Shape__Length": 323.35191454460954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060218740114095, 40.045099247579103 ], [ -75.058370216772005, 40.0468145028644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5369, "tnode_": 5482, "lpoly_": null, "rpoly_": null, "length": 496.2286099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 17900, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 860765, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36760, "Shape__Length": 197.57387035708732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058108669650096, 40.049875902472998 ], [ -75.056657841641695, 40.049093326368002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5482, "tnode_": 5627, "lpoly_": null, "rpoly_": null, "length": 563.03726523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 17900, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 860766, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36761, "Shape__Length": 224.18727382899959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056657841641695, 40.049093326368002 ], [ -75.055034453448897, 40.048180988801498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5627, "tnode_": 5768, "lpoly_": null, "rpoly_": null, "length": 588.6407208000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 17900, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860767, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 36762, "Shape__Length": 234.37658868131331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055034453448897, 40.048180988801498 ], [ -75.053334271731998, 40.047230319492101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6163, "tnode_": 6223, "lpoly_": null, "rpoly_": null, "length": 171.65706064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2111, "r_f_add": 2100, "r_t_add": 2110, "st_code": 74220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860768, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36763, "Shape__Length": 68.343771853247887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060716927003, 40.045373919840998 ], [ -75.060218740114095, 40.045099247579103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6223, "tnode_": 6289, "lpoly_": null, "rpoly_": null, "length": 230.39295976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2113, "l_t_add": 2139, "r_f_add": 2112, "r_t_add": 2138, "st_code": 74220, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 860769, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 36764, "Shape__Length": 91.73035302645647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060218740114095, 40.045099247579103 ], [ -75.059913752566004, 40.044929611100002 ], [ -75.059552652138095, 40.044727863590602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2695, "tnode_": 2575, "lpoly_": null, "rpoly_": null, "length": 537.52218978999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 83640, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 860771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36765, "Shape__Length": 214.24006082296725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040268460757801, 40.0687566060395 ], [ -75.040780475966301, 40.069030788131698 ], [ -75.040954776440898, 40.069135288854199 ], [ -75.041140933380206, 40.069262105776197 ], [ -75.041276244282002, 40.069385274765501 ], [ -75.041376628759096, 40.0695051721627 ], [ -75.041475939042598, 40.069651978319698 ], [ -75.041558443200401, 40.069805249753799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2637, "tnode_": 2714, "lpoly_": null, "rpoly_": null, "length": 270.31458197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2641, "l_t_add": 2699, "r_f_add": 2642, "r_t_add": 2698, "st_code": 84620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 36766, "Shape__Length": 107.8318727874322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035682875199797, 40.069109074115197 ], [ -75.035293013151502, 40.068588397730899 ], [ -75.035193757434499, 40.068469370187401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2765, "tnode_": 2683, "lpoly_": null, "rpoly_": null, "length": 255.58030649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 19180, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 36767, "Shape__Length": 102.03883291094427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032902767551107, 40.0680040948141 ], [ -75.032811087911995, 40.068279276273898 ], [ -75.032766738206902, 40.068450963802803 ], [ -75.032740730732996, 40.068596510321598 ], [ -75.032715535791496, 40.0686901258711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2792, "tnode_": 2765, "lpoly_": null, "rpoly_": null, "length": 510.53151266999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 19380, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 36768, "Shape__Length": 203.09942398304344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034679835339603, 40.067872959926902 ], [ -75.034540854716596, 40.067917988256703 ], [ -75.034352647958897, 40.0679750732888 ], [ -75.034165056261003, 40.068016788895598 ], [ -75.033992367098193, 40.0680434745857 ], [ -75.033814227336293, 40.068063437278802 ], [ -75.033627953953101, 40.068072219091199 ], [ -75.033467926387701, 40.068068435986397 ], [ -75.033299501563306, 40.0680600587933 ], [ -75.033154114372707, 40.068047831618898 ], [ -75.032902767551107, 40.0680040948141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2792, "tnode_": 2714, "lpoly_": null, "rpoly_": null, "length": 263.00189419000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8860, "l_t_add": 8898, "r_f_add": 8861, "r_t_add": 8899, "st_code": 51140, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860777, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 36769, "Shape__Length": 104.89274830806752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034679835339603, 40.067872959926902 ], [ -75.035097943792593, 40.068406609855202 ], [ -75.035127575576993, 40.068437257307799 ], [ -75.035148070630001, 40.068452715208402 ], [ -75.035193757434499, 40.068469370187401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2852, "tnode_": 2765, "lpoly_": null, "rpoly_": null, "length": 222.37470596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8852, "l_t_add": 8898, "r_f_add": 8853, "r_t_add": 8899, "st_code": 19180, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860778, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 36770, "Shape__Length": 88.751203484556498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033188125445903, 40.067434380265198 ], [ -75.032902767551107, 40.0680040948141 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2822, "tnode_": 2879, "lpoly_": null, "rpoly_": null, "length": 259.7190875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2531, "l_t_add": 2539, "r_f_add": 2530, "r_t_add": 2538, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860779, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36771, "Shape__Length": 103.44825115938241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038573470561701, 40.067724808617797 ], [ -75.037832865128195, 40.067295233856299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2903, "tnode_": 2826, "lpoly_": null, "rpoly_": null, "length": 257.45030326000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8920, "l_t_add": 8940, "r_f_add": 8919, "r_t_add": 8939, "st_code": 28360, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 36772, "Shape__Length": 102.65843403709042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030850017555494, 40.066950233131202 ], [ -75.0303025530567, 40.067518163032702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2879, "tnode_": 2926, "lpoly_": null, "rpoly_": null, "length": 257.44204102999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2541, "l_t_add": 2549, "r_f_add": 2540, "r_t_add": 2548, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860781, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36773, "Shape__Length": 102.53944657810378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037832865128195, 40.067295233856299 ], [ -75.037097056490396, 40.066871161936099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2969, "tnode_": 2903, "lpoly_": null, "rpoly_": null, "length": 256.92134843999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8918, "r_f_add": 8901, "r_t_add": 8917, "st_code": 28360, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860782, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 36774, "Shape__Length": 102.43814689194906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031412416643605, 40.066392822549702 ], [ -75.030850017555494, 40.066950233131202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2971, "tnode_": 2792, "lpoly_": null, "rpoly_": null, "length": 707.22211822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 19380, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 36775, "Shape__Length": 281.88977994063748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036374150284004, 40.066456291273497 ], [ -75.036268696248499, 40.066554542849801 ], [ -75.035538016621601, 40.067302047928898 ], [ -75.035324184913904, 40.067499175206898 ], [ -75.035223774276304, 40.067578113862801 ], [ -75.035100416244902, 40.067658707926597 ], [ -75.034925004006794, 40.067753455573303 ], [ -75.034679835339603, 40.067872959926902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2926, "tnode_": 2971, "lpoly_": null, "rpoly_": null, "length": 252.54345901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2551, "l_t_add": 2559, "r_f_add": 2550, "r_t_add": 2558, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860784, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36776, "Shape__Length": 100.58693952368485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037097056490396, 40.066871161936099 ], [ -75.036374150284004, 40.066456291273497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2971, "tnode_": 3035, "lpoly_": null, "rpoly_": null, "length": 257.9824118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2561, "l_t_add": 2569, "r_f_add": 2560, "r_t_add": 2568, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860785, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36777, "Shape__Length": 102.75417828756707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036374150284004, 40.066456291273497 ], [ -75.035637901616596, 40.066030209647998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3080, "tnode_": 2852, "lpoly_": null, "rpoly_": null, "length": 822.82204296999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8850, "r_f_add": 8801, "r_t_add": 8851, "st_code": 19180, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860786, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 36778, "Shape__Length": 328.12609056789967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034876774099899, 40.0655891264811 ], [ -75.033591771590196, 40.066904438924801 ], [ -75.033392971187098, 40.067154660258502 ], [ -75.033188125445903, 40.067434380265198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3035, "tnode_": 3080, "lpoly_": null, "rpoly_": null, "length": 266.83343712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2571, "l_t_add": 2583, "r_f_add": 2570, "r_t_add": 2582, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36779, "Shape__Length": 106.27912103516344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035637901616596, 40.066030209647998 ], [ -75.034876774099899, 40.0655891264811 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3102, "tnode_": 2969, "lpoly_": null, "rpoly_": null, "length": 559.43864463, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8812, "l_t_add": 8898, "r_f_add": 8811, "r_t_add": 8899, "st_code": 28360, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860788, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 36780, "Shape__Length": 222.9416678576805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032813265427606, 40.065325492891198 ], [ -75.032499933334805, 40.065456774715102 ], [ -75.032289266583405, 40.065574857057896 ], [ -75.032124142647305, 40.065698412526601 ], [ -75.031957962392198, 40.065848313897703 ], [ -75.031412416643605, 40.066392822549702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3115, "tnode_": 3102, "lpoly_": null, "rpoly_": null, "length": 218.93871719000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8810, "r_f_add": 8801, "r_t_add": 8809, "st_code": 28360, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860789, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 36781, "Shape__Length": 87.091284831677598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0335792707655, 40.065218645748999 ], [ -75.033312657229303, 40.065232059243002 ], [ -75.0330422923481, 40.0652696181265 ], [ -75.032813265427606, 40.065325492891198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3080, "tnode_": 3115, "lpoly_": null, "rpoly_": null, "length": 394.80504512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2585, "l_t_add": 2599, "r_f_add": 2584, "r_t_add": 2598, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860790, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36782, "Shape__Length": 157.11616957935496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034876774099899, 40.0655891264811 ], [ -75.034793558276505, 40.065535170294801 ], [ -75.034633843039501, 40.065452282785202 ], [ -75.034377588412795, 40.065351729805201 ], [ -75.034128675492695, 40.065282116192797 ], [ -75.033889963859707, 40.065243509600599 ], [ -75.0335792707655, 40.065218645748999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3182, "tnode_": 3026, "lpoly_": null, "rpoly_": null, "length": 704.1081638000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANBURY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 27300, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860791, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANBURY ST", "stname": "DANBURY ST", "objectid": 36783, "Shape__Length": 280.56075072471384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032466735028507, 40.064644422187698 ], [ -75.032207953748895, 40.064748833622701 ], [ -75.031934423013098, 40.064865429234104 ], [ -75.031773653442897, 40.064951727726204 ], [ -75.031647437327905, 40.065032250466899 ], [ -75.0315415748193, 40.065104464848197 ], [ -75.031420634526398, 40.065196100513703 ], [ -75.031260607986297, 40.0653351581417 ], [ -75.030657146653198, 40.065945283508498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2731, "tnode_": 2822, "lpoly_": null, "rpoly_": null, "length": 446.37703265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2529, "r_f_add": 2500, "r_t_add": 2528, "st_code": 83640, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860792, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36784, "Shape__Length": 177.79070265417616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039855524574506, 40.0684536883983 ], [ -75.038573470561701, 40.067724808617797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2637, "tnode_": 2544, "lpoly_": null, "rpoly_": null, "length": 863.94563127000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 18040, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860793, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 36785, "Shape__Length": 343.77558576486382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035682875199797, 40.069109074115197 ], [ -75.035514350228695, 40.069187353799599 ], [ -75.035301334081396, 40.069278155607499 ], [ -75.035110983208597, 40.069359225047997 ], [ -75.034835656070499, 40.069448554727302 ], [ -75.034488569276704, 40.069549877669402 ], [ -75.034169281040207, 40.069624476326503 ], [ -75.033801581367499, 40.0696842383092 ], [ -75.033275112269493, 40.069752025950997 ], [ -75.032884111804606, 40.069789187202602 ], [ -75.032764735036096, 40.069805331568297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2879, "tnode_": 2637, "lpoly_": null, "rpoly_": null, "length": 899.79787219000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 18040, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860794, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 36786, "Shape__Length": 358.65922656790826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037832865128195, 40.067295233856299 ], [ -75.036987476695302, 40.068165101759398 ], [ -75.036818047119795, 40.068337398315499 ], [ -75.036695836786194, 40.068444697697402 ], [ -75.036573918429497, 40.068544659383697 ], [ -75.036373528238698, 40.068694186314502 ], [ -75.036163879121702, 40.068836149775599 ], [ -75.035961477097203, 40.068956246127499 ], [ -75.035824420090293, 40.0690362597431 ], [ -75.035682875199797, 40.069109074115197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2765, "tnode_": 2903, "lpoly_": null, "rpoly_": null, "length": 694.66157506000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 19380, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860795, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 36787, "Shape__Length": 276.63523630532984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032902767551107, 40.0680040948141 ], [ -75.032759244259395, 40.067960275257001 ], [ -75.032581863302497, 40.067908687889897 ], [ -75.032380306517794, 40.067830677273697 ], [ -75.032215425574805, 40.067747071407602 ], [ -75.030850017555494, 40.066950233131202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3035, "tnode_": 2792, "lpoly_": null, "rpoly_": null, "length": 803.53461688999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8858, "r_f_add": 8801, "r_t_add": 8859, "st_code": 51140, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860796, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 36788, "Shape__Length": 320.47865590419804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035637901616596, 40.066030209647998 ], [ -75.034501453806101, 40.067187454649201 ], [ -75.034444258392, 40.067258623241599 ], [ -75.034413309429894, 40.067317227001197 ], [ -75.034402187270501, 40.0673806946564 ], [ -75.034405001947107, 40.067453282345198 ], [ -75.034419774828706, 40.067512966647001 ], [ -75.034446680569403, 40.067555356352599 ], [ -75.034679835339603, 40.067872959926902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2714, "tnode_": 2683, "lpoly_": null, "rpoly_": null, "length": 714.17891452000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 68080, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860797, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36789, "Shape__Length": 284.12360878176628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035193757434499, 40.068469370187401 ], [ -75.034873907311393, 40.068577959482901 ], [ -75.034673952013705, 40.068636897560097 ], [ -75.034493787456498, 40.068679163182402 ], [ -75.034358786031703, 40.068707804226896 ], [ -75.034220893707001, 40.068729030514497 ], [ -75.034083198337896, 40.068745364977097 ], [ -75.033919931281602, 40.068763543003499 ], [ -75.033753872519497, 40.068771860372301 ], [ -75.033581544713698, 40.068777581144701 ], [ -75.0334032394899, 40.068773365907703 ], [ -75.033212493143296, 40.068761510870402 ], [ -75.033038058586598, 40.068740245860603 ], [ -75.032854170487497, 40.068716309785799 ], [ -75.032715535791496, 40.0686901258711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2740, "tnode_": 2557, "lpoly_": null, "rpoly_": null, "length": 727.61945624000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8820, "l_t_add": 8898, "r_f_add": 8815, "r_t_add": 8899, "st_code": 20920, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860798, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 36790, "Shape__Length": 289.96767298052214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037987709406707, 40.068326453275901 ], [ -75.037503905878793, 40.068799229678298 ], [ -75.037256201636794, 40.0690162013003 ], [ -75.037039304594302, 40.069180032234598 ], [ -75.036822993671507, 40.0693291840821 ], [ -75.036581208960698, 40.069477734924199 ], [ -75.036284610027394, 40.069642130601601 ], [ -75.036141030785899, 40.069713829764602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2683, "tnode_": 2826, "lpoly_": null, "rpoly_": null, "length": 804.40652296000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 68080, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860799, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36791, "Shape__Length": 320.31511587978707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032715535791496, 40.0686901258711 ], [ -75.032587051368793, 40.068657335628899 ], [ -75.032413535217799, 40.068614768871797 ], [ -75.032184069592006, 40.068540658138097 ], [ -75.031958945741593, 40.068447416664803 ], [ -75.031727337546599, 40.068337538382799 ], [ -75.0303025530567, 40.067518163032702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2852, "tnode_": 2908, "lpoly_": null, "rpoly_": null, "length": 293.14164065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2521, "r_f_add": 2500, "r_t_add": 2518, "st_code": 54380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860800, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36792, "Shape__Length": 116.76591451336817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033188125445903, 40.067434380265198 ], [ -75.032360435068298, 40.066941272925902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2926, "tnode_": 2714, "lpoly_": null, "rpoly_": null, "length": 795.72404642000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 68080, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 860801, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36793, "Shape__Length": 317.16998907566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037097056490396, 40.066871161936099 ], [ -75.037031968368396, 40.0669517307837 ], [ -75.036856752359, 40.067133957259202 ], [ -75.0365748551135, 40.0674175970059 ], [ -75.036278115581794, 40.067722390079901 ], [ -75.036060092366199, 40.067925108051 ], [ -75.035828947042603, 40.068106012093601 ], [ -75.0355896260821, 40.068258051108998 ], [ -75.035422646236796, 40.068350872244103 ], [ -75.035193757434499, 40.068469370187401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2908, "tnode_": 2969, "lpoly_": null, "rpoly_": null, "length": 332.14457704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2523, "l_t_add": 2599, "r_f_add": 2520, "r_t_add": 2598, "st_code": 54380, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 860802, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36794, "Shape__Length": 132.29365000583087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032360435068298, 40.066941272925902 ], [ -75.031412416643605, 40.066392822549702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2688, "tnode_": 2658, "lpoly_": null, "rpoly_": null, "length": 148.62271644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAVEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 41210, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860804, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAVEN PL", "stname": "HAVEN PL", "objectid": 36795, "Shape__Length": 59.171466406986099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030633750383004, 40.068558343582602 ], [ -75.030172827404797, 40.068760948245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2658, "tnode_": 2733, "lpoly_": null, "rpoly_": null, "length": 260.51252073000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2555, "l_t_add": 2599, "r_f_add": 2652, "r_t_add": 2658, "st_code": 82240, "l_hundred": 2500, "r_hundred": 2600, "seg_id": 860805, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36796, "Shape__Length": 103.90298734558752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030172827404797, 40.068760948245 ], [ -75.030121969661707, 40.068702583440199 ], [ -75.030065968700697, 40.068621596666901 ], [ -75.029662669366701, 40.0681633241689 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2826, "tnode_": 2733, "lpoly_": null, "rpoly_": null, "length": 295.4805038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8942, "l_t_add": 8998, "r_f_add": 8941, "r_t_add": 8999, "st_code": 28360, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860806, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 36797, "Shape__Length": 117.81795382898945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0303025530567, 40.067518163032702 ], [ -75.029662669366701, 40.0681633241689 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2849, "tnode_": 2912, "lpoly_": null, "rpoly_": null, "length": 300.69436674999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19114, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 83420, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860807, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2002-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36798, "Shape__Length": 119.7715412717415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028258884066304, 40.067323547029197 ], [ -75.027406111862803, 40.0668214805752 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2849, "tnode_": 2943, "lpoly_": null, "rpoly_": null, "length": 294.30271467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2755, "r_f_add": 2700, "r_t_add": 2700, "st_code": 82240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860808, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36799, "Shape__Length": 117.46986710034211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028258884066304, 40.067323547029197 ], [ -75.028378996814496, 40.067130098346098 ], [ -75.028469219009395, 40.066985684278301 ], [ -75.028515318907694, 40.066849836679097 ], [ -75.028538974359606, 40.066727870740898 ], [ -75.028540506621695, 40.0665582043477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2951, "tnode_": 2970, "lpoly_": null, "rpoly_": null, "length": 92.69102119, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8926, "l_t_add": 8998, "r_f_add": 0, "r_t_add": 0, "st_code": 54370, "l_hundred": 8900, "r_hundred": 0, "seg_id": 860809, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL PL", "stname": "MAXWELL PL", "objectid": 36800, "Shape__Length": 36.921872515836384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030075770534296, 40.066587048407001 ], [ -75.029815508379798, 40.066429702363799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2912, "tnode_": 2992, "lpoly_": null, "rpoly_": null, "length": 278.83830509000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2709, "r_f_add": 2700, "r_t_add": 2718, "st_code": 60190, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860810, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHVIEW RD", "stname": "NORTHVIEW RD", "objectid": 36801, "Shape__Length": 111.27787261661183 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027406111862803, 40.0668214805752 ], [ -75.027481346242496, 40.066746061750599 ], [ -75.027572574070703, 40.066654527114302 ], [ -75.027635492936696, 40.066567127030403 ], [ -75.027666884238698, 40.066486186596698 ], [ -75.027663677409194, 40.066332352936399 ], [ -75.027639017845402, 40.0661162392393 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2994, "tnode_": 2970, "lpoly_": null, "rpoly_": null, "length": 135.4067381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8921, "r_t_add": 8999, "st_code": 54370, "l_hundred": 0, "r_hundred": 8900, "seg_id": 860811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL PL", "stname": "MAXWELL PL", "objectid": 36802, "Shape__Length": 53.92590879987393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029419866648496, 40.066215781005297 ], [ -75.029815508379798, 40.066429702363799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2912, "tnode_": 3020, "lpoly_": null, "rpoly_": null, "length": 539.91008508999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19114, "l_f_add": 2701, "l_t_add": 2705, "r_f_add": 2700, "r_t_add": 2738, "st_code": 83420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860812, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36803, "Shape__Length": 215.05205725131836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027406111862803, 40.0668214805752 ], [ -75.025873724804796, 40.065921214984499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2992, "tnode_": 3025, "lpoly_": null, "rpoly_": null, "length": 162.34309083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2711, "l_t_add": 2719, "r_f_add": 0, "r_t_add": 0, "st_code": 60190, "l_hundred": 2700, "r_hundred": 0, "seg_id": 860813, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHVIEW RD", "stname": "NORTHVIEW RD", "objectid": 36804, "Shape__Length": 64.666816537158027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027639017845402, 40.0661162392393 ], [ -75.027184266785497, 40.065839605377001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2969, "tnode_": 3026, "lpoly_": null, "rpoly_": null, "length": 266.95520447999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2613, "r_f_add": 2600, "r_t_add": 2614, "st_code": 54380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860814, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36805, "Shape__Length": 106.33252298041822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031412416643605, 40.066392822549702 ], [ -75.030657146653198, 40.065945283508498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3059, "tnode_": 2970, "lpoly_": null, "rpoly_": null, "length": 296.55488586000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "PL", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8924, "r_f_add": 8901, "r_t_add": 8919, "st_code": 54370, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860815, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL PL", "stname": "MAXWELL PL", "objectid": 36806, "Shape__Length": 118.35558543926339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030154605335397, 40.065669838226498 ], [ -75.030043512742395, 40.065811203178498 ], [ -75.0299789330751, 40.066118366356001 ], [ -75.029945037819303, 40.066230500216903 ], [ -75.029815508379798, 40.066429702363799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3026, "tnode_": 3059, "lpoly_": null, "rpoly_": null, "length": 172.77781739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2615, "l_t_add": 2617, "r_f_add": 2616, "r_t_add": 2630, "st_code": 54380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36807, "Shape__Length": 68.81011176284818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030657146653198, 40.065945283508498 ], [ -75.030154605335397, 40.065669838226498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3077, "tnode_": 3020, "lpoly_": null, "rpoly_": null, "length": 232.99040196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9030, "l_t_add": 9098, "r_f_add": 9027, "r_t_add": 9099, "st_code": 30550, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860817, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTVIEW RD", "stname": "EASTVIEW RD", "objectid": 36808, "Shape__Length": 92.903567148583718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026367880967797, 40.065406514310702 ], [ -75.025873724804796, 40.065921214984499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3025, "tnode_": 3077, "lpoly_": null, "rpoly_": null, "length": 278.59751227000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2721, "l_t_add": 2799, "r_f_add": 2748, "r_t_add": 2798, "st_code": 60190, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860818, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHVIEW RD", "stname": "NORTHVIEW RD", "objectid": 36809, "Shape__Length": 110.94820882260296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027184266785497, 40.065839605377001 ], [ -75.026615184856894, 40.065509081762201 ], [ -75.026492910795895, 40.065468546556403 ], [ -75.026367880967797, 40.065406514310702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3100, "tnode_": 3077, "lpoly_": null, "rpoly_": null, "length": 129.09170081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9000, "l_t_add": 9028, "r_f_add": 9001, "r_t_add": 9025, "st_code": 30550, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860819, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTVIEW RD", "stname": "EASTVIEW RD", "objectid": 36810, "Shape__Length": 51.441809769308364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026688445441295, 40.0651811880604 ], [ -75.026628327677003, 40.065181734696097 ], [ -75.026570043660399, 40.0651980643852 ], [ -75.026441374785605, 40.065316779504599 ], [ -75.026367880967797, 40.065406514310702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2943, "tnode_": 3141, "lpoly_": null, "rpoly_": null, "length": 599.50129801000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2702, "r_t_add": 2740, "st_code": 82240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860820, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36811, "Shape__Length": 239.37405048731668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028540506621695, 40.0665582043477 ], [ -75.028382619941794, 40.0649169821071 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3141, "tnode_": 3185, "lpoly_": null, "rpoly_": null, "length": 147.10273218, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2807, "r_f_add": 2742, "r_t_add": 2798, "st_code": 82240, "l_hundred": 2800, "r_hundred": 2700, "seg_id": 860821, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36812, "Shape__Length": 58.736533940453462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028382619941794, 40.0649169821071 ], [ -75.028364030143194, 40.064513421022099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3193, "tnode_": 3185, "lpoly_": null, "rpoly_": null, "length": 261.11130519000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANCHESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 53140, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860822, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-11-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANCHESTER ST", "stname": "MANCHESTER ST", "objectid": 36813, "Shape__Length": 103.85117534804483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029294626974703, 40.064463163087296 ], [ -75.028364030143194, 40.064513421022099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3230, "tnode_": 3169, "lpoly_": null, "rpoly_": null, "length": 243.57503237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIPLEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 72665, "l_hundred": 0, "r_hundred": 0, "seg_id": 860823, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIPLEY PL", "stname": "SHIPLEY PL", "objectid": 36814, "Shape__Length": 97.092493760797083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026386080519302, 40.064105472290699 ], [ -75.0260662361963, 40.064421573428298 ], [ -75.025949221283298, 40.064564351210102 ], [ -75.025892026986597, 40.064587020073098 ], [ -75.025826980704295, 40.064583888462103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3176, "tnode_": 3230, "lpoly_": null, "rpoly_": null, "length": 269.59443252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIPLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2821, "l_t_add": 2845, "r_f_add": 2816, "r_t_add": 2820, "st_code": 72670, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860824, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIPLEY RD", "stname": "SHIPLEY RD", "objectid": 36815, "Shape__Length": 107.36968667794747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027164673850507, 40.064541160546298 ], [ -75.026386080519302, 40.064105472290699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3176, "tnode_": 3305, "lpoly_": null, "rpoly_": null, "length": 420.08520052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2823, "r_f_add": 2800, "r_t_add": 2822, "st_code": 22490, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860825, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHASE RD", "stname": "CHASE RD", "objectid": 36816, "Shape__Length": 167.70584983169945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027164673850507, 40.064541160546298 ], [ -75.027222415562505, 40.064472003318798 ], [ -75.027268943394603, 40.064403434537397 ], [ -75.027301200007201, 40.064300893010802 ], [ -75.027307503907906, 40.064221761316396 ], [ -75.027237058946099, 40.063414659302602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3185, "tnode_": 3318, "lpoly_": null, "rpoly_": null, "length": 419.08929344000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2809, "l_t_add": 2839, "r_f_add": 2800, "r_t_add": 2800, "st_code": 82240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860826, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36817, "Shape__Length": 167.33223963826626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028364030143194, 40.064513421022099 ], [ -75.028239819880298, 40.063366938444503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2992, "tnode_": 3025, "lpoly_": null, "rpoly_": null, "length": 306.44527864999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2720, "r_t_add": 2746, "st_code": 60190, "l_hundred": 0, "r_hundred": 2700, "seg_id": 860827, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHVIEW RD", "stname": "NORTHVIEW RD", "objectid": 36818, "Shape__Length": 122.22584872003756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027639017845402, 40.0661162392393 ], [ -75.027638094739402, 40.065956963249803 ], [ -75.027614272894496, 40.065771409716596 ], [ -75.027591593920604, 40.065713213025496 ], [ -75.027549496875906, 40.0656713735262 ], [ -75.027488270742793, 40.065638691412701 ], [ -75.0274163252585, 40.065639388927799 ], [ -75.027348989113506, 40.065681037705197 ], [ -75.027184266785497, 40.065839605377001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2826, "tnode_": 2943, "lpoly_": null, "rpoly_": null, "length": 607.22915673, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 68080, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860828, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36819, "Shape__Length": 241.83929576984988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0303025530567, 40.067518163032702 ], [ -75.028786494327306, 40.066637634553402 ], [ -75.028682109188793, 40.066589515940102 ], [ -75.028540506621695, 40.0665582043477 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3059, "tnode_": 3193, "lpoly_": null, "rpoly_": null, "length": 520.47487228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2619, "l_t_add": 2699, "r_f_add": 2632, "r_t_add": 2698, "st_code": 54380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860829, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36820, "Shape__Length": 207.60255059658692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030154605335397, 40.065669838226498 ], [ -75.029795399594306, 40.065430470672901 ], [ -75.029749167018693, 40.065398965599201 ], [ -75.029657920445899, 40.065305573684199 ], [ -75.029567405216795, 40.065193952669901 ], [ -75.029485042446396, 40.065076442488497 ], [ -75.029418496880993, 40.0649593058505 ], [ -75.029368255793401, 40.064830391900202 ], [ -75.029333830548197, 40.064701852414402 ], [ -75.029294626974703, 40.064463163087296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3230, "tnode_": 3283, "lpoly_": null, "rpoly_": null, "length": 279.89075542999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHIPLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2847, "l_t_add": 2899, "r_f_add": 2822, "r_t_add": 2898, "st_code": 72670, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860830, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHIPLEY RD", "stname": "SHIPLEY RD", "objectid": 36821, "Shape__Length": 111.51318173209226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026386080519302, 40.064105472290699 ], [ -75.025919555410994, 40.063823689062801 ], [ -75.025764482587405, 40.063714304296902 ], [ -75.025701388764801, 40.063650344517903 ], [ -75.025644688181899, 40.063595069279998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3318, "tnode_": 3305, "lpoly_": null, "rpoly_": null, "length": 281.2093575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHAEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2819, "r_f_add": 2800, "r_t_add": 2818, "st_code": 55810, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860831, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHAEL RD", "stname": "MICHAEL RD", "objectid": 36822, "Shape__Length": 111.84243245026495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028239819880298, 40.063366938444503 ], [ -75.027237058946099, 40.063414659302602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3283, "tnode_": 3381, "lpoly_": null, "rpoly_": null, "length": 281.34793120999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEBRING", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2823, "r_f_add": 2800, "r_t_add": 2814, "st_code": 71450, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860832, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEBRING RD", "stname": "SEBRING RD", "objectid": 36823, "Shape__Length": 112.32802650727355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025644688181899, 40.063595069279998 ], [ -75.025598417716296, 40.063489340762104 ], [ -75.025576223220995, 40.063419143130503 ], [ -75.025546999943103, 40.062831024520897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3305, "tnode_": 3404, "lpoly_": null, "rpoly_": null, "length": 273.2473641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2825, "l_t_add": 2899, "r_f_add": 2824, "r_t_add": 2898, "st_code": 22490, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHASE RD", "stname": "CHASE RD", "objectid": 36824, "Shape__Length": 109.09306332502577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027237058946099, 40.063414659302602 ], [ -75.027187388822895, 40.062851913577497 ], [ -75.027177591450794, 40.062784413180097 ], [ -75.027163899962403, 40.062736039090701 ], [ -75.027128087204304, 40.062673163611102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3381, "tnode_": 3483, "lpoly_": null, "rpoly_": null, "length": 291.11204464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEBRING", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2825, "l_t_add": 2845, "r_f_add": 2816, "r_t_add": 2838, "st_code": 71450, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860834, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEBRING RD", "stname": "SEBRING RD", "objectid": 36825, "Shape__Length": 116.23450743600965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025546999943103, 40.062831024520897 ], [ -75.025533177814296, 40.062031959243399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3404, "tnode_": 3483, "lpoly_": null, "rpoly_": null, "length": 527.51452630999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 72510, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860835, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELLEY RD", "stname": "SHELLEY RD", "objectid": 36826, "Shape__Length": 210.01948936016936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027128087204304, 40.062673163611102 ], [ -75.027072072871107, 40.062608935347399 ], [ -75.027017675861302, 40.062561999676603 ], [ -75.026947467942506, 40.062519493687603 ], [ -75.026284552173493, 40.062131399209498 ], [ -75.026192670572001, 40.062083573620001 ], [ -75.026078249403298, 40.062052031788703 ], [ -75.025925764533696, 40.062034001576997 ], [ -75.025533177814296, 40.062031959243399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3539, "tnode_": 3464, "lpoly_": null, "rpoly_": null, "length": 265.59348381999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8726, "l_t_add": 8798, "r_f_add": 8725, "r_t_add": 8799, "st_code": 40480, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 860836, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARGRAVE ST", "stname": "HARGRAVE ST", "objectid": 36827, "Shape__Length": 105.90962522516851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031654091347704, 40.061752465732802 ], [ -75.031113076513606, 40.062351430196898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3483, "tnode_": 3579, "lpoly_": null, "rpoly_": null, "length": 274.00035522999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEBRING", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2847, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 71450, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860837, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEBRING RD", "stname": "SEBRING RD", "objectid": 36828, "Shape__Length": 109.39358288746313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025533177814296, 40.062031959243399 ], [ -75.025510786931505, 40.061666923596 ], [ -75.025517512084804, 40.061499479613502 ], [ -75.025538801234703, 40.0613871750393 ], [ -75.025580514325299, 40.061286443142201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3318, "tnode_": 3655, "lpoly_": null, "rpoly_": null, "length": 960.963275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2841, "l_t_add": 2951, "r_f_add": 2802, "r_t_add": 2826, "st_code": 82240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860838, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36829, "Shape__Length": 383.68295771978217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028239819880298, 40.063366938444503 ], [ -75.028018714485896, 40.060734460672101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3664, "tnode_": 3655, "lpoly_": null, "rpoly_": null, "length": 262.6205245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2782, "r_t_add": 2798, "st_code": 77520, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860839, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 36830, "Shape__Length": 104.44582343818084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028954400355204, 40.0606813781177 ], [ -75.028018714485896, 40.060734460672101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3193, "tnode_": 3276, "lpoly_": null, "rpoly_": null, "length": 260.91420938, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 81200, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860840, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36831, "Shape__Length": 104.17821390140355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029294626974703, 40.064463163087296 ], [ -75.029236345365305, 40.063748325055599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3276, "tnode_": 3578, "lpoly_": null, "rpoly_": null, "length": 853.43891742999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2821, "r_f_add": 2800, "r_t_add": 2854, "st_code": 81200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860841, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36832, "Shape__Length": 340.75358166102041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029236345365305, 40.063748325055599 ], [ -75.0290253565516, 40.061411153428999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3578, "tnode_": 3664, "lpoly_": null, "rpoly_": null, "length": 266.58600206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2823, "l_t_add": 2831, "r_f_add": 0, "r_t_add": 0, "st_code": 81200, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860842, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36833, "Shape__Length": 106.43740817831949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0290253565516, 40.061411153428999 ], [ -75.028954400355204, 40.0606813781177 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3660, "tnode_": 3750, "lpoly_": null, "rpoly_": null, "length": 269.81013364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2705, "r_f_add": 2700, "r_t_add": 2704, "st_code": 83640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860844, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36834, "Shape__Length": 107.67882443860124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033631256392795, 40.060843874744499 ], [ -75.033953740938003, 40.060145895129999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3881, "tnode_": 3858, "lpoly_": null, "rpoly_": null, "length": 378.20542548999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLONY", "st_type": "DR", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 24330, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 860845, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLONY DR", "stname": "COLONY DR", "objectid": 36835, "Shape__Length": 150.47547394549358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033155609092205, 40.059061528151403 ], [ -75.032320204982398, 40.059035007988498 ], [ -75.032181027277701, 40.059043569122501 ], [ -75.032075090258999, 40.059069511141402 ], [ -75.031999312782602, 40.059112761247597 ], [ -75.031948097297402, 40.059158963953003 ], [ -75.031896878430302, 40.059216604526398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3858, "tnode_": 3942, "lpoly_": null, "rpoly_": null, "length": 426.80173073999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2749, "l_t_add": 2775, "r_f_add": 2732, "r_t_add": 2738, "st_code": 14820, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860846, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AXE FACTORY RD", "stname": "AXE FACTORY RD", "objectid": 36836, "Shape__Length": 169.94749412511138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031896878430302, 40.059216604526398 ], [ -75.0306385114487, 40.058554994216898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4050, "tnode_": 3995, "lpoly_": null, "rpoly_": null, "length": 499.38240443000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2925, "l_t_add": 2999, "r_f_add": 2934, "r_t_add": 2998, "st_code": 81200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860847, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36837, "Shape__Length": 198.71510021067144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031491345963303, 40.057773609622402 ], [ -75.030509531099796, 40.057794964313203 ], [ -75.030397620865202, 40.057816022023403 ], [ -75.030294673512898, 40.057844403815501 ], [ -75.030172187062604, 40.057898401263103 ], [ -75.030074168271696, 40.057957718281799 ], [ -75.029985017252301, 40.058026728756197 ], [ -75.029936598579098, 40.058080107912303 ], [ -75.029865875730295, 40.058134446620798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4043, "tnode_": 4050, "lpoly_": null, "rpoly_": null, "length": 898.03051325999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GELENA", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 36480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860848, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GELENA RD", "stname": "GELENA RD", "objectid": 36838, "Shape__Length": 357.68502722450791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033820166767399, 40.057832682744902 ], [ -75.033657967521705, 40.058063841632702 ], [ -75.033515899206293, 40.058221689985899 ], [ -75.033423383437594, 40.058297734604103 ], [ -75.033319203569107, 40.058356909558903 ], [ -75.033203452228193, 40.058396844535899 ], [ -75.033081915653099, 40.058427160812599 ], [ -75.032973466855296, 40.058438820210696 ], [ -75.032292666270095, 40.058413235455802 ], [ -75.032135564553201, 40.0584071484923 ], [ -75.0320375022241, 40.058390604661099 ], [ -75.031927679229298, 40.058359557586598 ], [ -75.031818710396095, 40.0583071954741 ], [ -75.031734400801199, 40.058255415782398 ], [ -75.031653836694602, 40.058187130847301 ], [ -75.0315976470484, 40.058126533686298 ], [ -75.031554259733895, 40.058054386958602 ], [ -75.031508930419093, 40.057953745303102 ], [ -75.031488733505896, 40.057841844950303 ], [ -75.031491345963303, 40.057773609622402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4043, "tnode_": 4050, "lpoly_": null, "rpoly_": null, "length": 656.24714541000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2923, "r_f_add": 2900, "r_t_add": 2932, "st_code": 81200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36839, "Shape__Length": 260.99016522440559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033820166767399, 40.057832682744902 ], [ -75.033555399539296, 40.057774563744601 ], [ -75.033211517326293, 40.057733242241603 ], [ -75.031491345963303, 40.057773609622402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3995, "tnode_": 4075, "lpoly_": null, "rpoly_": null, "length": 333.00855951000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 14820, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860850, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AXE FACTORY RD", "stname": "AXE FACTORY RD", "objectid": 36840, "Shape__Length": 132.66894366334699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029865875730295, 40.058134446620798 ], [ -75.029172316730296, 40.057751450767398 ], [ -75.029094839211794, 40.057683236156997 ], [ -75.029057144303806, 40.0576230756934 ], [ -75.029007711230705, 40.057529978506203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3660, "tnode_": 3841, "lpoly_": null, "rpoly_": null, "length": 1111.2229209499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 57260, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860851, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 36841, "Shape__Length": 442.39503253225331 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033631256392795, 40.060843874744499 ], [ -75.033523579187701, 40.060803550542701 ], [ -75.033205952923595, 40.060722549678403 ], [ -75.033014135504899, 40.060658746179499 ], [ -75.032825779050498, 40.060585542422103 ], [ -75.032610537059199, 40.060490365542798 ], [ -75.032380831676093, 40.0603711394375 ], [ -75.0321120058464, 40.060227279835999 ], [ -75.031985109328701, 40.0601602698449 ], [ -75.031728615560098, 40.060016701942402 ], [ -75.031553350837598, 40.059924839488701 ], [ -75.031351011451207, 40.059815741409999 ], [ -75.031209084681805, 40.059738891285299 ], [ -75.031061088533804, 40.059659527575597 ], [ -75.030876864737294, 40.059560340013597 ], [ -75.030598798419007, 40.059416258924202 ], [ -75.030376922772206, 40.059332774042304 ], [ -75.030239494960696, 40.059286404584597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3765, "tnode_": 3995, "lpoly_": null, "rpoly_": null, "length": 706.24786509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2851, "l_t_add": 2899, "r_f_add": 2856, "r_t_add": 2898, "st_code": 81200, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860852, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36842, "Shape__Length": 281.81878846720497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028929152240906, 40.059930751770203 ], [ -75.028945414142399, 40.059870216639702 ], [ -75.028974442655397, 40.059761852254702 ], [ -75.0290188837145, 40.059653852875996 ], [ -75.029099223557694, 40.059496919508 ], [ -75.029865875730295, 40.058134446620798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3606, "tnode_": 3759, "lpoly_": null, "rpoly_": null, "length": 841.55683846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAYTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2755, "r_f_add": 2700, "r_t_add": 2768, "st_code": 23600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860853, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAYTON ST", "stname": "CLAYTON ST", "objectid": 36843, "Shape__Length": 335.20433761582979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031993890086795, 40.061384015745602 ], [ -75.0320215494542, 40.061329881527598 ], [ -75.032034023049107, 40.061249573803103 ], [ -75.032030800134194, 40.061176005873399 ], [ -75.032000120655894, 40.061094676415301 ], [ -75.031941224322694, 40.061024533684503 ], [ -75.031872512843194, 40.060968381843097 ], [ -75.0317517798821, 40.060901517437998 ], [ -75.030534458204102, 40.060251589553303 ], [ -75.030279908832895, 40.060136512442497 ], [ -75.030060734817695, 40.0600625745423 ], [ -75.029835018469498, 40.059989821186697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3759, "tnode_": 3765, "lpoly_": null, "rpoly_": null, "length": 254.87334375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLAYTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2770, "r_t_add": 2798, "st_code": 23600, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860854, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLAYTON ST", "stname": "CLAYTON ST", "objectid": 36844, "Shape__Length": 101.36551628847089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029835018469498, 40.059989821186697 ], [ -75.0294176239357, 40.059943037543299 ], [ -75.028929152240906, 40.059930751770203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3841, "tnode_": 3759, "lpoly_": null, "rpoly_": null, "length": 280.14100513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2881, "r_f_add": 2800, "r_t_add": 2864, "st_code": 74280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860855, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36845, "Shape__Length": 111.77780229564128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030239494960696, 40.059286404584597 ], [ -75.029835018469498, 40.059989821186697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3942, "tnode_": 3841, "lpoly_": null, "rpoly_": null, "length": 288.90424025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2883, "l_t_add": 2899, "r_f_add": 2866, "r_t_add": 2898, "st_code": 74280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860856, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36846, "Shape__Length": 115.27945533495274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0306385114487, 40.058554994216898 ], [ -75.030239494960696, 40.059286404584597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4075, "tnode_": 4059, "lpoly_": null, "rpoly_": null, "length": 428.4062008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 61183, "l_hundred": 0, "r_hundred": 0, "seg_id": 860857, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2005-02-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD ASHTON RD", "stname": "OLD ASHTON RD", "objectid": 36847, "Shape__Length": 170.37553415410454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029007711230705, 40.057529978506203 ], [ -75.027485453618894, 40.057651459923001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3664, "tnode_": 3765, "lpoly_": null, "rpoly_": null, "length": 274.22748733999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALNUT HILL", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2833, "l_t_add": 2849, "r_f_add": 0, "r_t_add": 0, "st_code": 81200, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860858, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALNUT HILL ST", "stname": "WALNUT HILL ST", "objectid": 36848, "Shape__Length": 109.48709714559401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028954400355204, 40.0606813781177 ], [ -75.028907829990899, 40.0600478046088 ], [ -75.0289128523453, 40.060024390726198 ], [ -75.028929152240906, 40.059930751770203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3047, "tnode_": 2938, "lpoly_": null, "rpoly_": null, "length": 358.95920618000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9250, "l_t_add": 9322, "r_f_add": 9301, "r_t_add": 9323, "st_code": 13720, "l_hundred": 9200, "r_hundred": 9300, "seg_id": 860861, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36849, "Shape__Length": 143.12830142466041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019495395488903, 40.065632272665802 ], [ -75.018723865539499, 40.066419411344299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3047, "tnode_": 3116, "lpoly_": null, "rpoly_": null, "length": 455.41838862999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2801, "l_t_add": 2841, "r_f_add": 2800, "r_t_add": 2838, "st_code": 12665, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860862, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANGUS RD", "stname": "ANGUS RD", "objectid": 36850, "Shape__Length": 181.41582291651108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019495395488903, 40.065632272665802 ], [ -75.019420361123395, 40.065529336020198 ], [ -75.018241677331503, 40.064849842463197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3465, "tnode_": 3362, "lpoly_": null, "rpoly_": null, "length": 476.75009304000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9152, "r_f_add": 9101, "r_t_add": 9143, "st_code": 70120, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860864, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERSON RD", "stname": "RYERSON RD", "objectid": 36851, "Shape__Length": 189.82959284166185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021467412477406, 40.062120682790102 ], [ -75.021128502068194, 40.062224082038902 ], [ -75.020731409611599, 40.062354126538096 ], [ -75.020520236691297, 40.062446522481899 ], [ -75.020328145079901, 40.062565938129602 ], [ -75.020164482426495, 40.062694884497397 ], [ -75.020051187895703, 40.062804771633502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3344, "tnode_": 3465, "lpoly_": null, "rpoly_": null, "length": 393.63851581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2823, "r_f_add": 2800, "r_t_add": 2820, "st_code": 83420, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860865, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36852, "Shape__Length": 157.0849931209697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021994237911102, 40.063122581803498 ], [ -75.021467412477406, 40.062120682790102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3362, "tnode_": 3338, "lpoly_": null, "rpoly_": null, "length": 287.75615096000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 70100, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860866, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERSON PL", "stname": "RYERSON PL", "objectid": 36853, "Shape__Length": 114.63855921834467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020051187895703, 40.062804771633502 ], [ -75.020450000278501, 40.063052011119197 ], [ -75.020700387651999, 40.063196231616402 ], [ -75.020823522446094, 40.063072515699901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3399, "tnode_": 3344, "lpoly_": null, "rpoly_": null, "length": 229.87319524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9070, "l_t_add": 9098, "r_f_add": 9045, "r_t_add": 9099, "st_code": 13720, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860868, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36854, "Shape__Length": 91.649813621796511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022494425774994, 40.062622663033501 ], [ -75.022081930588101, 40.063019378128899 ], [ -75.021994237911102, 40.063122581803498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3281, "tnode_": 3399, "lpoly_": null, "rpoly_": null, "length": 609.07790285, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 77760, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860869, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 36855, "Shape__Length": 242.57242454853318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024246571965193, 40.063592581434797 ], [ -75.024182399960694, 40.063593924426797 ], [ -75.024108443757996, 40.063570030974198 ], [ -75.023956019916199, 40.063491141479503 ], [ -75.0238323824085, 40.063412935679501 ], [ -75.023638202617306, 40.063297632715198 ], [ -75.023269194943694, 40.063087410051402 ], [ -75.022861133194695, 40.062845264676703 ], [ -75.022494425774994, 40.062622663033501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3450, "tnode_": 3399, "lpoly_": null, "rpoly_": null, "length": 127.45099217000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9032, "l_t_add": 9068, "r_f_add": 9035, "r_t_add": 9043, "st_code": 13720, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860870, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36856, "Shape__Length": 50.81889883328455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022762940718593, 40.062340102474501 ], [ -75.022494425774994, 40.062622663033501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3557, "tnode_": 3450, "lpoly_": null, "rpoly_": null, "length": 450.60140502000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9000, "l_t_add": 9030, "r_f_add": 9003, "r_t_add": 9033, "st_code": 13720, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860871, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36857, "Shape__Length": 179.6456167791149 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023754405633795, 40.061365581209003 ], [ -75.022762940718593, 40.062340102474501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3281, "tnode_": 3557, "lpoly_": null, "rpoly_": null, "length": 895.81825446000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 54380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860872, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36858, "Shape__Length": 357.46554727573272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024246571965193, 40.063592581434797 ], [ -75.024304634700698, 40.063563615797399 ], [ -75.024334843982601, 40.063528909241299 ], [ -75.024351014492694, 40.063485014979697 ], [ -75.024308994126201, 40.061805874555702 ], [ -75.024305458882793, 40.0617504433581 ], [ -75.024281685103404, 40.061696745029998 ], [ -75.024246041718996, 40.061651621581198 ], [ -75.024201228377606, 40.061619563932403 ], [ -75.023754405633795, 40.061365581209003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3621, "tnode_": 3557, "lpoly_": null, "rpoly_": null, "length": 195.25591425, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8970, "l_t_add": 8998, "r_f_add": 9001, "r_t_add": 9001, "st_code": 13720, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 860873, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36859, "Shape__Length": 77.846366873598157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024179186480595, 40.060940418256301 ], [ -75.023754405633795, 40.061365581209003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3683, "tnode_": 3621, "lpoly_": null, "rpoly_": null, "length": 223.22038285000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8962, "l_t_add": 8968, "r_f_add": 8951, "r_t_add": 8999, "st_code": 13720, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860874, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36860, "Shape__Length": 88.996094516928423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0246625531598, 40.0604530425463 ], [ -75.024179186480595, 40.060940418256301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3621, "tnode_": 3760, "lpoly_": null, "rpoly_": null, "length": 504.47923902999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAXWELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 54380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860875, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAXWELL ST", "stname": "MAXWELL ST", "objectid": 36861, "Shape__Length": 201.16854785834477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024179186480595, 40.060940418256301 ], [ -75.024121560360101, 40.060908028653998 ], [ -75.0240620072871, 40.060854460847303 ], [ -75.024007572054998, 40.060827091883098 ], [ -75.023938390278502, 40.060782777365802 ], [ -75.023878361559099, 40.0607410515589 ], [ -75.023780069907303, 40.060653374050197 ], [ -75.023702974032901, 40.060575683012303 ], [ -75.023266992128995, 40.059908653703403 ], [ -75.023187445478996, 40.059807366736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3450, "tnode_": 3760, "lpoly_": null, "rpoly_": null, "length": 1119.9253269200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 77760, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860876, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2004-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 36862, "Shape__Length": 446.61134248980659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022762940718593, 40.062340102474501 ], [ -75.022654210804902, 40.062272210343203 ], [ -75.022568068227201, 40.062212223120099 ], [ -75.022485184492794, 40.062136462713198 ], [ -75.022417919682894, 40.0620494223718 ], [ -75.021964942736105, 40.061184227135797 ], [ -75.021934509998601, 40.06106116454 ], [ -75.021934560021094, 40.060997082608303 ], [ -75.021955822982804, 40.060908259461399 ], [ -75.022002803178594, 40.060808395371303 ], [ -75.022058477622295, 40.060743692365797 ], [ -75.022150982078998, 40.060642967317598 ], [ -75.022271806080695, 40.060529321210403 ], [ -75.022529304045705, 40.060284928021403 ], [ -75.022777587140297, 40.060081094655899 ], [ -75.023011685675698, 40.059915763233803 ], [ -75.023187445478996, 40.059807366736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3683, "tnode_": 3777, "lpoly_": null, "rpoly_": null, "length": 353.43419059000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2841, "r_f_add": 2800, "r_t_add": 2834, "st_code": 77520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860877, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 36863, "Shape__Length": 140.97771176445681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0246625531598, 40.0604530425463 ], [ -75.0245904862484, 40.060371522985498 ], [ -75.024537191934897, 40.060315732307402 ], [ -75.0241296470968, 40.059708648823701 ], [ -75.024041038358703, 40.059610602117701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3781, "tnode_": 3760, "lpoly_": null, "rpoly_": null, "length": 173.27166341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2845, "l_t_add": 2899, "r_f_add": 2864, "r_t_add": 2898, "st_code": 77520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860878, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 36864, "Shape__Length": 68.988124979769339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023707257303599, 40.059554838054801 ], [ -75.023638344636595, 40.059573715338999 ], [ -75.023547529379996, 40.059607120459503 ], [ -75.023443813723603, 40.059654443435299 ], [ -75.023187445478996, 40.059807366736699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3777, "tnode_": 3781, "lpoly_": null, "rpoly_": null, "length": 96.10263981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2843, "l_t_add": 2843, "r_f_add": 0, "r_t_add": 0, "st_code": 77520, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860879, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 36865, "Shape__Length": 38.227383684931311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024041038358703, 40.059610602117701 ], [ -75.0238791446954, 40.059569946467498 ], [ -75.023707257303599, 40.059554838054801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3701, "tnode_": 3629, "lpoly_": null, "rpoly_": null, "length": 255.95272491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9036, "l_t_add": 9098, "r_f_add": 9029, "r_t_add": 9099, "st_code": 23980, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860880, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOVERLY RD", "stname": "CLOVERLY RD", "objectid": 36866, "Shape__Length": 102.04241210938601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0203777912795, 40.060237996825897 ], [ -75.019816972439799, 40.0607929538359 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3734, "tnode_": 3646, "lpoly_": null, "rpoly_": null, "length": 296.85718194999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9104, "r_f_add": 9101, "r_t_add": 9199, "st_code": 24900, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860881, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 36867, "Shape__Length": 118.32506984363775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018396482962501, 40.059937701200603 ], [ -75.017702006817402, 40.060553586107098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3629, "tnode_": 3734, "lpoly_": null, "rpoly_": null, "length": 505.13426098000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 2900, "r_t_add": 2998, "st_code": 83420, "l_hundred": 3000, "r_hundred": 2900, "seg_id": 860882, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36868, "Shape__Length": 201.19180001303664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019816972439799, 40.0607929538359 ], [ -75.018396482962501, 40.059937701200603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3701, "tnode_": 3752, "lpoly_": null, "rpoly_": null, "length": 248.34961273000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2901, "l_t_add": 2945, "r_f_add": 2900, "r_t_add": 2946, "st_code": 77760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860883, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 36869, "Shape__Length": 98.918648253397748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0203777912795, 40.060237996825897 ], [ -75.019683834531904, 40.059813208299602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3734, "tnode_": 3782, "lpoly_": null, "rpoly_": null, "length": 267.95149628999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3107, "r_f_add": 3000, "r_t_add": 3004, "st_code": 83420, "l_hundred": 3100, "r_hundred": 3000, "seg_id": 860884, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 36870, "Shape__Length": 106.72192551378808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018396482962501, 40.059937701200603 ], [ -75.017642340580295, 40.059484658055197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3798, "tnode_": 3734, "lpoly_": null, "rpoly_": null, "length": 259.70139612000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9072, "l_t_add": 9098, "r_f_add": 9067, "r_t_add": 9099, "st_code": 24900, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860885, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 36871, "Shape__Length": 103.53450901744542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0189675600827, 40.059375844041099 ], [ -75.018396482962501, 40.059937701200603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3752, "tnode_": 3798, "lpoly_": null, "rpoly_": null, "length": 256.09134970999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2947, "l_t_add": 2999, "r_f_add": 2948, "r_t_add": 2998, "st_code": 77760, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860886, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 36872, "Shape__Length": 102.00109258066949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019683834531904, 40.059813208299602 ], [ -75.0189675600827, 40.059375844041099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3822, "tnode_": 3701, "lpoly_": null, "rpoly_": null, "length": 423.75677437000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9006, "l_t_add": 9034, "r_f_add": 9007, "r_t_add": 9027, "st_code": 23980, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860887, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOVERLY RD", "stname": "CLOVERLY RD", "objectid": 36873, "Shape__Length": 169.0154128558485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021138108813801, 40.059241701457204 ], [ -75.021056288722207, 40.059420021658397 ], [ -75.020948533004002, 40.059595276691198 ], [ -75.020819104693402, 40.059776602646799 ], [ -75.020715407337804, 40.059904207795903 ], [ -75.020607890924296, 40.060020196718703 ], [ -75.020520698932302, 40.060110325995701 ], [ -75.0203777912795, 40.060237996825897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3865, "tnode_": 3822, "lpoly_": null, "rpoly_": null, "length": 97.09367065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9001, "r_t_add": 9005, "st_code": 23980, "l_hundred": 0, "r_hundred": 9000, "seg_id": 860888, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOVERLY RD", "stname": "CLOVERLY RD", "objectid": 36874, "Shape__Length": 38.750387677404177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021033438024205, 40.058988827006097 ], [ -75.021106730370505, 40.059124862235002 ], [ -75.021138108813801, 40.059241701457204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3872, "tnode_": 3782, "lpoly_": null, "rpoly_": null, "length": 319.49364365000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESLEYAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9056, "l_t_add": 9098, "r_f_add": 9043, "r_t_add": 9099, "st_code": 82400, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860889, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESLEYAN RD", "stname": "WESLEYAN RD", "objectid": 36875, "Shape__Length": 127.39165049446073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018301547432401, 40.058771457123697 ], [ -75.018219101143899, 40.058894888885398 ], [ -75.018135659415194, 40.0589982763276 ], [ -75.017642340580295, 40.059484658055197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3872, "tnode_": 4013, "lpoly_": null, "rpoly_": null, "length": 639.79253416000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 77760, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860890, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 36876, "Shape__Length": 254.83055363078608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018301547432401, 40.058771457123697 ], [ -75.018016939697205, 40.058680658102098 ], [ -75.017807636319006, 40.058602500612203 ], [ -75.017618077239305, 40.058519182489498 ], [ -75.017467779639006, 40.058431168926802 ], [ -75.017318236416898, 40.058324408571501 ], [ -75.016534630159498, 40.057695294585102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3893, "tnode_": 3752, "lpoly_": null, "rpoly_": null, "length": 447.07556293, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODEN BRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 84420, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 860891, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODEN BRIDGE RD", "stname": "WOODEN BRIDGE RD", "objectid": 36877, "Shape__Length": 178.32706949283329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020469766108704, 40.058748004859297 ], [ -75.020095453078298, 40.0593362779668 ], [ -75.020045711381499, 40.059400953414702 ], [ -75.019915200999094, 40.059555909391001 ], [ -75.019816577446605, 40.0596638768505 ], [ -75.019683834531904, 40.059813208299602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3865, "tnode_": 3893, "lpoly_": null, "rpoly_": null, "length": 180.71493629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2901, "l_t_add": 2931, "r_f_add": 2900, "r_t_add": 2950, "st_code": 13200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860892, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLAN AVE", "stname": "ARLAN AVE", "objectid": 36878, "Shape__Length": 71.935394352188908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021033438024205, 40.058988827006097 ], [ -75.020569893230899, 40.058781177200601 ], [ -75.020469766108704, 40.058748004859297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3912, "tnode_": 3798, "lpoly_": null, "rpoly_": null, "length": 354.36154468999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9044, "l_t_add": 9070, "r_f_add": 9043, "r_t_add": 9065, "st_code": 24900, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860893, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 36879, "Shape__Length": 141.38038469617013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019472911530201, 40.058498435351503 ], [ -75.019428902001593, 40.058648693114698 ], [ -75.0193985146758, 40.058764867754597 ], [ -75.019341378947104, 40.058906749961601 ], [ -75.019279146171499, 40.059015581865197 ], [ -75.019199986628806, 40.059119071822401 ], [ -75.019089931179806, 40.059244878204701 ], [ -75.0189675600827, 40.059375844041099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3893, "tnode_": 3912, "lpoly_": null, "rpoly_": null, "length": 300.81630387000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARLAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2933, "l_t_add": 2999, "r_f_add": 2952, "r_t_add": 2998, "st_code": 13200, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860894, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARLAN AVE", "stname": "ARLAN AVE", "objectid": 36880, "Shape__Length": 119.69354621800217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020469766108704, 40.058748004859297 ], [ -75.020361810418706, 40.058680740565897 ], [ -75.020199631397901, 40.058611029979801 ], [ -75.020072982742604, 40.058563566205599 ], [ -75.019956241579095, 40.058536096087799 ], [ -75.019837030353898, 40.058516799209698 ], [ -75.019696015079703, 40.058506862338596 ], [ -75.019591125498906, 40.058504369661101 ], [ -75.019472911530201, 40.058498435351503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4072, "tnode_": 3912, "lpoly_": null, "rpoly_": null, "length": 438.76575170999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9000, "l_t_add": 9042, "r_f_add": 9001, "r_t_add": 9041, "st_code": 24900, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 860896, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 36881, "Shape__Length": 175.14099791516142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019123672639907, 40.057326779667598 ], [ -75.019395294775094, 40.058099632631603 ], [ -75.019449360237402, 40.058300135928398 ], [ -75.019464388347302, 40.058405864518299 ], [ -75.019472911530201, 40.058498435351503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3865, "tnode_": 3822, "lpoly_": null, "rpoly_": null, "length": 185.23140095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9000, "l_t_add": 9004, "r_f_add": 0, "r_t_add": 0, "st_code": 23980, "l_hundred": 9000, "r_hundred": 0, "seg_id": 860897, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOVERLY RD", "stname": "CLOVERLY RD", "objectid": 36882, "Shape__Length": 73.781290169266413 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021033438024205, 40.058988827006097 ], [ -75.021211154773596, 40.058979163705303 ], [ -75.021245205528203, 40.058984911129201 ], [ -75.021276653904295, 40.059002123050803 ], [ -75.021309646052401, 40.059034188601601 ], [ -75.021322381394896, 40.0590904692029 ], [ -75.021309891983194, 40.0591346271042 ], [ -75.021276326297198, 40.059170050583297 ], [ -75.021230381491605, 40.059193656429102 ], [ -75.021138108813801, 40.059241701457204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4072, "tnode_": 4068, "lpoly_": null, "rpoly_": null, "length": 244.25222569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3020, "st_code": 33220, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860898, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 36883, "Shape__Length": 97.133742021415571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019123672639907, 40.057326779667598 ], [ -75.018435867708604, 40.057328845390103 ], [ -75.018251136009098, 40.057331186717398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4184, "tnode_": 4164, "lpoly_": null, "rpoly_": null, "length": 852.23554417000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2971, "l_t_add": 2999, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2900, "r_hundred": 0, "seg_id": 860900, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36884, "Shape__Length": 338.91167722205824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022129727906901, 40.056612109987697 ], [ -75.019085232620895, 40.056612736741201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4164, "tnode_": 4072, "lpoly_": null, "rpoly_": null, "length": 260.85045413, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 24900, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860901, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 36885, "Shape__Length": 104.14120668831418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019085232620895, 40.056612736741201 ], [ -75.019105397571806, 40.056678455321197 ], [ -75.019108601279996, 40.057008075171701 ], [ -75.019123672639907, 40.057326779667598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4164, "tnode_": 4218, "lpoly_": null, "rpoly_": null, "length": 77.89131613000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64040, "l_hundred": 0, "r_hundred": 0, "seg_id": 860902, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 36886, "Shape__Length": 31.095642324726967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019085232620895, 40.056612736741201 ], [ -75.019050153369307, 40.056400622058902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4184, "tnode_": 4234, "lpoly_": null, "rpoly_": null, "length": 83.5163107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51620, "l_hundred": 0, "r_hundred": 0, "seg_id": 860903, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGFORD ST", "stname": "LONGFORD ST", "objectid": 36887, "Shape__Length": 33.343276170196354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022129727906901, 40.056612109987697 ], [ -75.022124332322406, 40.056382885583801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4348, "tnode_": 4341, "lpoly_": null, "rpoly_": null, "length": 272.05666961999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YALE", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 85560, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 860904, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YALE PL", "stname": "YALE PL", "objectid": 36888, "Shape__Length": 108.18804718011609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019026225760697, 40.055521119542398 ], [ -75.018054356197496, 40.055520642080502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4348, "tnode_": 4378, "lpoly_": null, "rpoly_": null, "length": 67.36086461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3725, "l_t_add": 3725, "r_f_add": 3724, "r_t_add": 3724, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 860905, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 36889, "Shape__Length": 26.892915524300992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019026225760697, 40.055521119542398 ], [ -75.019030365320006, 40.0553362335584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4380, "tnode_": 4378, "lpoly_": null, "rpoly_": null, "length": 233.36131021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "YALE", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 85560, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 860906, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "YALE PL", "stname": "YALE PL", "objectid": 36890, "Shape__Length": 92.799933425582594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019863975845894, 40.055331246681803 ], [ -75.019030365320006, 40.0553362335584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4442, "tnode_": 4434, "lpoly_": null, "rpoly_": null, "length": 342.11980631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIGOLD", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 53480, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 860907, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIGOLD PL", "stname": "MARIGOLD PL", "objectid": 36891, "Shape__Length": 136.04866631289448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019008974518101, 40.054908944617502 ], [ -75.017786851929301, 40.054914730242999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4378, "tnode_": 4442, "lpoly_": null, "rpoly_": null, "length": 156.08604876000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3727, "l_t_add": 3737, "r_f_add": 3726, "r_t_add": 3738, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 860908, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 36892, "Shape__Length": 62.313698034374077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019030365320006, 40.0553362335584 ], [ -75.0190254217557, 40.054976908594298 ], [ -75.019008974518101, 40.054908944617502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27236, "tnode_": 4507, "lpoly_": null, "rpoly_": null, "length": 162.0271564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3741, "l_t_add": 3759, "r_f_add": 3742, "r_t_add": 3760, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 860909, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 36893, "Shape__Length": 64.6412197900639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018993361125496, 40.054846628464098 ], [ -75.018981613800506, 40.054798582350699 ], [ -75.018928359859899, 40.054689755359199 ], [ -75.018851064741597, 40.054564539644701 ], [ -75.018756138555503, 40.054443828991701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4551, "tnode_": 27236, "lpoly_": null, "rpoly_": null, "length": 353.85297363999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIGOLD", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 53480, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 860910, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARIGOLD PL", "stname": "MARIGOLD PL", "objectid": 36894, "Shape__Length": 140.88639749260085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0200293571489, 40.054361604265203 ], [ -75.019517355832406, 40.054759118426801 ], [ -75.018993361125496, 40.054846628464098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4234, "tnode_": 4218, "lpoly_": null, "rpoly_": null, "length": 860.57181786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3070, "r_t_add": 3098, "st_code": 43220, "l_hundred": 0, "r_hundred": 3000, "seg_id": 860912, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36895, "Shape__Length": 342.22575755100956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022124332322406, 40.056382885583801 ], [ -75.019050153369307, 40.056400622058902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4598, "tnode_": 4507, "lpoly_": null, "rpoly_": null, "length": 240.91372016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 62940, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 860913, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARK PL", "stname": "PARK PL", "objectid": 36896, "Shape__Length": 95.991278806439553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019364212819795, 40.0539758386548 ], [ -75.018756138555503, 40.054443828991701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4059, "tnode_": 3972, "lpoly_": null, "rpoly_": null, "length": 282.87328531999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8814, "r_f_add": 8701, "r_t_add": 8803, "st_code": 13720, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 860914, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 36897, "Shape__Length": 112.77101446116957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027485453618894, 40.057651459923001 ], [ -75.026866096753295, 40.0582650392681 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4130, "tnode_": 4058, "lpoly_": null, "rpoly_": null, "length": 205.09027977000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8914, "l_t_add": 8998, "r_f_add": 8911, "r_t_add": 8999, "st_code": 50550, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 860915, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEWIN PL", "stname": "LEWIN PL", "objectid": 36898, "Shape__Length": 81.843218954000861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025216830515006, 40.057044818781598 ], [ -75.025215588548804, 40.057182445360702 ], [ -75.025234779850393, 40.057307589458397 ], [ -75.025261156279498, 40.057434764634003 ], [ -75.025318360425999, 40.0575180064926 ], [ -75.025392300880597, 40.057569144157 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4200, "tnode_": 4249, "lpoly_": null, "rpoly_": null, "length": 83.26202711000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13400, "l_hundred": 0, "r_hundred": 0, "seg_id": 860916, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36899, "Shape__Length": 33.2417924767594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025712859803704, 40.056600629032303 ], [ -75.025712618981501, 40.056372065246798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4249, "tnode_": 4338, "lpoly_": null, "rpoly_": null, "length": 264.77490058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 13400, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860917, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 36900, "Shape__Length": 105.70882234144007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025712618981501, 40.056372065246798 ], [ -75.025711959996499, 40.055645227787203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4338, "tnode_": 4342, "lpoly_": null, "rpoly_": null, "length": 290.22561524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8224, "l_t_add": 8298, "r_f_add": 8221, "r_t_add": 8299, "st_code": 58940, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860918, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARVON ST", "stname": "NARVON ST", "objectid": 36901, "Shape__Length": 115.41349326302981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025711959996499, 40.055645227787203 ], [ -75.024675235145196, 40.055637264698198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4539, "tnode_": 4508, "lpoly_": null, "rpoly_": null, "length": 272.50751727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLFAX", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8136, "l_t_add": 8198, "r_f_add": 8137, "r_t_add": 8199, "st_code": 24140, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860919, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLFAX ST", "stname": "COLFAX ST", "objectid": 36902, "Shape__Length": 108.38918722982122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028003742274805, 40.0545431290615 ], [ -75.027880998886801, 40.054557487704301 ], [ -75.027057097835296, 40.054715935656603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4283, "tnode_": 4539, "lpoly_": null, "rpoly_": null, "length": 615.32339618000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 82240, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860920, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36903, "Shape__Length": 245.5995419525556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028552279247194, 40.056178822536602 ], [ -75.028003742274805, 40.0545431290615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4557, "tnode_": 4539, "lpoly_": null, "rpoly_": null, "length": 265.80458236000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLFAX", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8118, "l_t_add": 8134, "r_f_add": 8127, "r_t_add": 8135, "st_code": 24140, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860921, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLFAX ST", "stname": "COLFAX ST", "objectid": 36904, "Shape__Length": 105.70750049451304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028944936414803, 40.054446707730598 ], [ -75.028003742274805, 40.0545431290615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4539, "tnode_": 4881, "lpoly_": null, "rpoly_": null, "length": 872.30280057000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3143, "r_f_add": 3100, "r_t_add": 3128, "st_code": 82240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860922, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36905, "Shape__Length": 348.15816430344586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028003742274805, 40.0545431290615 ], [ -75.027217941626404, 40.052225948494502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3972, "tnode_": 4000, "lpoly_": null, "rpoly_": null, "length": 471.51749843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENNY", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 46055, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 860923, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENNY PL", "stname": "JENNY PL", "objectid": 36906, "Shape__Length": 187.6135836725565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026866096753295, 40.0582650392681 ], [ -75.026455885683106, 40.058019539383103 ], [ -75.026360593999897, 40.057980059616 ], [ -75.025307035389901, 40.058038062224099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4238, "tnode_": 4253, "lpoly_": null, "rpoly_": null, "length": 580.36213177000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2950, "r_t_add": 2998, "st_code": 43220, "l_hundred": 0, "r_hundred": 2900, "seg_id": 860924, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36907, "Shape__Length": 230.8052749180037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031094685007602, 40.056582839293803 ], [ -75.029033842419594, 40.056408726336798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4261, "tnode_": 4249, "lpoly_": null, "rpoly_": null, "length": 722.30841368000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3000, "r_t_add": 3032, "st_code": 43220, "l_hundred": 0, "r_hundred": 3000, "seg_id": 860925, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36908, "Shape__Length": 287.24205593019616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028292958179705, 40.056372594597597 ], [ -75.025712618981501, 40.056372065246798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4253, "tnode_": 4261, "lpoly_": null, "rpoly_": null, "length": 207.81120447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 860926, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36909, "Shape__Length": 82.642095724783431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029033842419594, 40.056408726336798 ], [ -75.028292958179705, 40.056372594597597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4357, "tnode_": 4338, "lpoly_": null, "rpoly_": null, "length": 331.14417705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8222, "r_f_add": 8201, "r_t_add": 8219, "st_code": 58940, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860927, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARVON ST", "stname": "NARVON ST", "objectid": 36910, "Shape__Length": 131.68546832974877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026894894909901, 40.0556405516284 ], [ -75.025711959996499, 40.055645227787203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4178, "tnode_": 4187, "lpoly_": null, "rpoly_": null, "length": 103.20605657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860928, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36911, "Shape__Length": 41.050892696111376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0287581750611, 40.056790514636603 ], [ -75.028671110085796, 40.056790601397601 ], [ -75.028582487200495, 40.056778721230003 ], [ -75.028474985137905, 40.056761503753997 ], [ -75.028399361558201, 40.056737438257102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4200, "tnode_": 4193, "lpoly_": null, "rpoly_": null, "length": 140.24714941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2935, "l_t_add": 2939, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2900, "r_hundred": 0, "seg_id": 860929, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36912, "Shape__Length": 55.773892154242532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025712859803704, 40.056600629032303 ], [ -75.025281330206397, 40.0566014406755 ], [ -75.0252133344123, 40.056590453463201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4203, "tnode_": 4200, "lpoly_": null, "rpoly_": null, "length": 395.96942621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2915, "l_t_add": 2933, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2900, "r_hundred": 0, "seg_id": 860930, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36913, "Shape__Length": 157.46660771315504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027127406003203, 40.056601448259599 ], [ -75.025712859803704, 40.056600629032303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4205, "tnode_": 4178, "lpoly_": null, "rpoly_": null, "length": 95.84407443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860931, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36914, "Shape__Length": 38.175149645154711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029021008754199, 40.056626579328501 ], [ -75.028970541870805, 40.056677062235202 ], [ -75.028907380688807, 40.0567179500867 ], [ -75.028831437667407, 40.056760166071399 ], [ -75.0287581750611, 40.056790514636603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4179, "tnode_": 4205, "lpoly_": null, "rpoly_": null, "length": 581.62292873999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2871, "l_t_add": 2899, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860932, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36915, "Shape__Length": 231.30787878065874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031085825482407, 40.056804596063301 ], [ -75.029021008754199, 40.056626579328501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4206, "tnode_": 4203, "lpoly_": null, "rpoly_": null, "length": 325.27599013999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2901, "l_t_add": 2913, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2900, "r_hundred": 0, "seg_id": 860933, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36916, "Shape__Length": 129.35374617552802 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028289336769504, 40.056591430798598 ], [ -75.027127406003203, 40.056601448259599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4187, "tnode_": 4206, "lpoly_": null, "rpoly_": null, "length": 62.01068484, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860934, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36917, "Shape__Length": 24.732226986454222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028399361558201, 40.056737438257102 ], [ -75.028360574452407, 40.056704997830501 ], [ -75.028318485186006, 40.056643685066597 ], [ -75.028289336769504, 40.056591430798598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4253, "tnode_": 4205, "lpoly_": null, "rpoly_": null, "length": 80.49141361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860935, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36918, "Shape__Length": 32.132147995976013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029033842419594, 40.056408726336798 ], [ -75.029050308554602, 40.056486592561001 ], [ -75.029038435046999, 40.056571079831201 ], [ -75.029021008754199, 40.056626579328501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4206, "tnode_": 4261, "lpoly_": null, "rpoly_": null, "length": 82.14524264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860936, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36919, "Shape__Length": 32.788541947540438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028289336769504, 40.056591430798598 ], [ -75.028267300475704, 40.056544663034302 ], [ -75.028263033781101, 40.056492396307597 ], [ -75.028267897248099, 40.056424044901597 ], [ -75.028292958179705, 40.056372594597597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4261, "tnode_": 4283, "lpoly_": null, "rpoly_": null, "length": 103.6459723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 860937, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 36920, "Shape__Length": 41.296235708279383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028292958179705, 40.056372594597597 ], [ -75.028358292265295, 40.056285993101099 ], [ -75.028417213861701, 40.056245004219001 ], [ -75.028477994360898, 40.056210581175002 ], [ -75.028552279247194, 40.056178822536602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4824, "tnode_": 4844, "lpoly_": null, "rpoly_": null, "length": 441.46320626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8220, "l_t_add": 8298, "r_f_add": 8221, "r_t_add": 8299, "st_code": 83540, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860938, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILSON ST", "stname": "WILSON ST", "objectid": 36921, "Shape__Length": 175.64306519809992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025392540715202, 40.052589276855201 ], [ -75.024746244249698, 40.0527196990382 ], [ -75.024669430349505, 40.052726166518298 ], [ -75.024602104866403, 40.052727341882601 ], [ -75.024544899472005, 40.052716637196397 ], [ -75.024491320245204, 40.052701215883097 ], [ -75.023929779110006, 40.052452613833303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4824, "tnode_": 5006, "lpoly_": null, "rpoly_": null, "length": 533.42092077999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRAPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3145, "l_t_add": 3199, "r_f_add": 3142, "r_t_add": 3198, "st_code": 29140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860939, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRAPER ST", "stname": "DRAPER ST", "objectid": 36922, "Shape__Length": 212.77442285397228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025392540715202, 40.052589276855201 ], [ -75.025141154781593, 40.051831258325599 ], [ -75.025074316597994, 40.0517227320614 ], [ -75.024999715223601, 40.0516463523862 ], [ -75.024598403033394, 40.051296360279103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4672, "tnode_": 4776, "lpoly_": null, "rpoly_": null, "length": 248.92463672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3165, "l_t_add": 3173, "r_f_add": 3158, "r_t_add": 3162, "st_code": 82600, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860940, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTON ST", "stname": "WESTON ST", "objectid": 36923, "Shape__Length": 99.352274719565386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028695795949503, 40.053699052194403 ], [ -75.0284723002204, 40.053037661331999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4827, "tnode_": 4776, "lpoly_": null, "rpoly_": null, "length": 787.59027746999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARTINDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 54060, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860941, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARTINDALE ST", "stname": "MARTINDALE ST", "objectid": 36924, "Shape__Length": 313.21394397039836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031254621723505, 40.0527171702008 ], [ -75.0284723002204, 40.053037661331999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4864, "tnode_": 4824, "lpoly_": null, "rpoly_": null, "length": 259.27587452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8218, "r_f_add": 8201, "r_t_add": 8219, "st_code": 83540, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860942, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILSON ST", "stname": "WILSON ST", "objectid": 36925, "Shape__Length": 103.12652291223897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026289211983396, 40.052411071999202 ], [ -75.025392540715202, 40.052589276855201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4881, "tnode_": 4864, "lpoly_": null, "rpoly_": null, "length": 268.59634052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 83540, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860943, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILSON ST", "stname": "WILSON ST", "objectid": 36926, "Shape__Length": 106.83358329454755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027217941626404, 40.052225948494502 ], [ -75.026289211983396, 40.052411071999202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4881, "tnode_": 4934, "lpoly_": null, "rpoly_": null, "length": 114.45677624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3145, "l_t_add": 3147, "r_f_add": 3130, "r_t_add": 3130, "st_code": 82240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860944, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36927, "Shape__Length": 45.685345910667664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027217941626404, 40.052225948494502 ], [ -75.027132756897501, 40.0519186466476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4776, "tnode_": 4946, "lpoly_": null, "rpoly_": null, "length": 447.77405321999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3175, "l_t_add": 3199, "r_f_add": 3164, "r_t_add": 3198, "st_code": 82600, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860945, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTON ST", "stname": "WESTON ST", "objectid": 36928, "Shape__Length": 178.71811873843416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0284723002204, 40.053037661331999 ], [ -75.028080885463197, 40.051845841214103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4946, "tnode_": 4934, "lpoly_": null, "rpoly_": null, "length": 271.24506961000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTHROP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8130, "l_t_add": 8198, "r_f_add": 8131, "r_t_add": 8199, "st_code": 83940, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860946, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTHROP ST", "stname": "WINTHROP ST", "objectid": 36929, "Shape__Length": 107.87752413734363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028080885463197, 40.051845841214103 ], [ -75.027991529373594, 40.051827412214998 ], [ -75.027906433188605, 40.051818097335598 ], [ -75.0278022884482, 40.051810156555497 ], [ -75.027707192048894, 40.051813376112797 ], [ -75.027616400900399, 40.0518276454332 ], [ -75.027132756897501, 40.0519186466476 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4934, "tnode_": 5098, "lpoly_": null, "rpoly_": null, "length": 424.96100346000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3149, "l_t_add": 3199, "r_f_add": 3132, "r_t_add": 3198, "st_code": 82240, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860947, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 36930, "Shape__Length": 169.60894237624919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027132756897501, 40.0519186466476 ], [ -75.026755729162304, 40.050788634028798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5012, "tnode_": 5098, "lpoly_": null, "rpoly_": null, "length": 1347.25301823, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 83640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860948, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36931, "Shape__Length": 535.83355724021408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031441736575502, 40.051463641715799 ], [ -75.031307123813704, 40.051418153423597 ], [ -75.031139478794998, 40.051368998921497 ], [ -75.030941418881596, 40.051345193576601 ], [ -75.030774015743702, 40.051346445607798 ], [ -75.030605916682504, 40.051365059549497 ], [ -75.030422002596296, 40.0513832997542 ], [ -75.030209203164603, 40.051388688869601 ], [ -75.0299808660331, 40.051386758971098 ], [ -75.029757744295694, 40.051367572580901 ], [ -75.029510117539004, 40.051339114776098 ], [ -75.029195406228894, 40.051291688978097 ], [ -75.027979880695696, 40.0510369580049 ], [ -75.026755729162304, 40.050788634028798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4448, "tnode_": 4612, "lpoly_": null, "rpoly_": null, "length": 332.2494741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3065, "l_t_add": 3099, "r_f_add": 3066, "r_t_add": 3098, "st_code": 74280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860949, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36932, "Shape__Length": 132.64430373100865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031131603453005, 40.0551102470789 ], [ -75.031167054711503, 40.0541985908404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4552, "tnode_": 4612, "lpoly_": null, "rpoly_": null, "length": 822.38636797000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLFAX", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 24140, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860950, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLFAX ST", "stname": "COLFAX ST", "objectid": 36933, "Shape__Length": 327.12458622355632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033993183419199, 40.054615077170297 ], [ -75.033750185231597, 40.054534497913998 ], [ -75.033575393400199, 40.054500282572398 ], [ -75.033360890262699, 40.054480169202598 ], [ -75.032645626250996, 40.0545008569811 ], [ -75.032528580187702, 40.054498329920399 ], [ -75.032416155986397, 40.054487908014302 ], [ -75.032305535934, 40.054471525859 ], [ -75.032197817137401, 40.054441379259998 ], [ -75.032024531429101, 40.054369593504603 ], [ -75.031731674381206, 40.054248553388902 ], [ -75.031619000529204, 40.054217715920799 ], [ -75.031462677205994, 40.054197918672202 ], [ -75.031304400974605, 40.054194173217702 ], [ -75.031167054711503, 40.0541985908404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4557, "tnode_": 4672, "lpoly_": null, "rpoly_": null, "length": 281.14645067000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3163, "r_f_add": 3100, "r_t_add": 3156, "st_code": 82600, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860951, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTON ST", "stname": "WESTON ST", "objectid": 36934, "Shape__Length": 112.21471280085888 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028944936414803, 40.054446707730598 ], [ -75.028695795949503, 40.053699052194403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4719, "tnode_": 4672, "lpoly_": null, "rpoly_": null, "length": 704.98312362000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8105, "r_t_add": 8199, "st_code": 11680, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860952, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 36935, "Shape__Length": 280.36318203804177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031188434614805, 40.053424654696499 ], [ -75.031048267477502, 40.053434751401497 ], [ -75.030298908511398, 40.053526054754002 ], [ -75.028695795949503, 40.053699052194403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4612, "tnode_": 4719, "lpoly_": null, "rpoly_": null, "length": 281.99559331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3149, "r_f_add": 3100, "r_t_add": 3148, "st_code": 74280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860953, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36936, "Shape__Length": 112.58020255069933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031167054711503, 40.0541985908404 ], [ -75.031188434614805, 40.053424654696499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4728, "tnode_": 4719, "lpoly_": null, "rpoly_": null, "length": 107.87922251, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8042, "l_t_add": 8098, "r_f_add": 8101, "r_t_add": 8103, "st_code": 11680, "l_hundred": 8000, "r_hundred": 8100, "seg_id": 860954, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 36937, "Shape__Length": 42.898902412996179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031573588530193, 40.053428046513503 ], [ -75.031380880806097, 40.053421742837401 ], [ -75.031188434614805, 40.053424654696499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4743, "tnode_": 4728, "lpoly_": null, "rpoly_": null, "length": 670.93308923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8016, "l_t_add": 8040, "r_f_add": 8023, "r_t_add": 8099, "st_code": 11680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860955, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 36938, "Shape__Length": 266.90882867968367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033842061344501, 40.053335027873999 ], [ -75.033204769541896, 40.053573105914403 ], [ -75.032967701290701, 40.053633075329799 ], [ -75.032741530564607, 40.053650644358697 ], [ -75.032506548011199, 40.053641840622902 ], [ -75.0322698088534, 40.053587058249697 ], [ -75.031983229808105, 40.053498308693499 ], [ -75.031573588530193, 40.053428046513503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4728, "tnode_": 4827, "lpoly_": null, "rpoly_": null, "length": 274.10869789000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3151, "l_t_add": 3155, "r_f_add": 3150, "r_t_add": 3154, "st_code": 74280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860956, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36939, "Shape__Length": 109.38441870234632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031573588530193, 40.053428046513503 ], [ -75.031555309914594, 40.053363230109198 ], [ -75.031254621723505, 40.0527171702008 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4827, "tnode_": 4913, "lpoly_": null, "rpoly_": null, "length": 235.42595254000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3157, "l_t_add": 3163, "r_f_add": 3156, "r_t_add": 3162, "st_code": 74280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860957, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36940, "Shape__Length": 93.935730978187451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031254621723505, 40.0527171702008 ], [ -75.030979681243494, 40.052159475090299 ], [ -75.030945014762494, 40.052117288109301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4913, "tnode_": 5012, "lpoly_": null, "rpoly_": null, "length": 275.74265521999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3165, "l_t_add": 3199, "r_f_add": 3164, "r_t_add": 3198, "st_code": 74280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 860958, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36941, "Shape__Length": 109.97085087031778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030945014762494, 40.052117288109301 ], [ -75.031441736575502, 40.051463641715799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5033, "tnode_": 5012, "lpoly_": null, "rpoly_": null, "length": 1612.3246654699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3019, "l_t_add": 3099, "r_f_add": 3018, "r_t_add": 3098, "st_code": 83640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860959, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36942, "Shape__Length": 642.19854255609903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035661150653198, 40.051309247316397 ], [ -75.035506722245501, 40.051269193189199 ], [ -75.0352538115431, 40.051230926728202 ], [ -75.035010552958099, 40.051243116994399 ], [ -75.034786561763994, 40.051298816240902 ], [ -75.034593140119, 40.051407260817797 ], [ -75.034428529316699, 40.051554059146603 ], [ -75.034284906842004, 40.051701353413598 ], [ -75.034125389644302, 40.0518375077719 ], [ -75.033934692673299, 40.051994451811098 ], [ -75.033695090276495, 40.052148445217298 ], [ -75.033460870075501, 40.052284627255503 ], [ -75.033222700940698, 40.052402775483401 ], [ -75.032966521144203, 40.0525043512989 ], [ -75.032755798740595, 40.0525783005085 ], [ -75.032625806671106, 40.052618279905701 ], [ -75.032548342592605, 40.052629004640998 ], [ -75.032455343403697, 40.052619628770898 ], [ -75.032351185391803, 40.052597431770799 ], [ -75.032278062600199, 40.052558029801297 ], [ -75.032224100621306, 40.052506523997501 ], [ -75.032165153439806, 40.0524046692016 ], [ -75.031993299396007, 40.0520328501037 ], [ -75.031937402031502, 40.051913129154002 ], [ -75.031845196524401, 40.051767434029699 ], [ -75.031697162426596, 40.051616829811501 ], [ -75.031549379833905, 40.051518255472999 ], [ -75.031441736575502, 40.051463641715799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4612, "tnode_": 4557, "lpoly_": null, "rpoly_": null, "length": 628.58344856999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLFAX", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8116, "r_f_add": 8101, "r_t_add": 8125, "st_code": 24140, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860960, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLFAX ST", "stname": "COLFAX ST", "objectid": 36943, "Shape__Length": 249.9831292755899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031167054711503, 40.0541985908404 ], [ -75.028944936414803, 40.054446707730598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4126, "tnode_": 4154, "lpoly_": null, "rpoly_": null, "length": 82.44051254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 83640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860961, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36944, "Shape__Length": 32.888060977367019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034200664511701, 40.057278520726598 ], [ -75.034332963539597, 40.057076331459299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4179, "tnode_": 4238, "lpoly_": null, "rpoly_": null, "length": 80.82037679, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 74280, "l_hundred": 0, "r_hundred": 0, "seg_id": 860962, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36945, "Shape__Length": 32.266959016473969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031085825482407, 40.056804596063301 ], [ -75.031094685007602, 40.056582839293803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4238, "tnode_": 4339, "lpoly_": null, "rpoly_": null, "length": 288.15383052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3031, "r_f_add": 3000, "r_t_add": 3032, "st_code": 74280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860963, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36946, "Shape__Length": 115.04274788360445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031094685007602, 40.056582839293803 ], [ -75.031115655089394, 40.055791987958301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4154, "tnode_": 4350, "lpoly_": null, "rpoly_": null, "length": 503.13466787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2813, "r_f_add": 2800, "r_t_add": 2812, "st_code": 83640, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860964, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36947, "Shape__Length": 200.67139008141456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034332963539597, 40.057076331459299 ], [ -75.034430183620302, 40.057025209643797 ], [ -75.035228342648693, 40.055889615550299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4384, "tnode_": 4339, "lpoly_": null, "rpoly_": null, "length": 966.14003086000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LENOLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 50240, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860965, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LENOLA ST", "stname": "LENOLA ST", "objectid": 36948, "Shape__Length": 384.37025193449574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034348604692994, 40.055525063432903 ], [ -75.034234336688797, 40.055651836392698 ], [ -75.034058980603902, 40.055771670511902 ], [ -75.033861446496104, 40.0558697269189 ], [ -75.033642160738296, 40.055935388561799 ], [ -75.0334609938038, 40.055970070081699 ], [ -75.033264839866703, 40.0559760588092 ], [ -75.031115655089394, 40.055791987958301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4350, "tnode_": 4384, "lpoly_": null, "rpoly_": null, "length": 279.79023761000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8008, "r_f_add": 8001, "r_t_add": 8007, "st_code": 58940, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860966, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARVON ST", "stname": "NARVON ST", "objectid": 36949, "Shape__Length": 111.36286331715728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035228342648693, 40.055889615550299 ], [ -75.034348604692994, 40.055525063432903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4384, "tnode_": 4443, "lpoly_": null, "rpoly_": null, "length": 243.59316921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8010, "l_t_add": 8010, "r_f_add": 8009, "r_t_add": 8011, "st_code": 58940, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860967, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARVON ST", "stname": "NARVON ST", "objectid": 36950, "Shape__Length": 96.95897835215564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034348604692994, 40.055525063432903 ], [ -75.033587685099803, 40.055200648937998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4339, "tnode_": 4448, "lpoly_": null, "rpoly_": null, "length": 248.74886733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAMFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3033, "l_t_add": 3063, "r_f_add": 3034, "r_t_add": 3064, "st_code": 74280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860968, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAMFORD ST", "stname": "STAMFORD ST", "objectid": 36951, "Shape__Length": 99.308520998508726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031115655089394, 40.055791987958301 ], [ -75.031104244821293, 40.055741341819498 ], [ -75.031131603453005, 40.0551102470789 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4443, "tnode_": 4552, "lpoly_": null, "rpoly_": null, "length": 241.63612626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2817, "r_f_add": 2800, "r_t_add": 2804, "st_code": 22540, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860969, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELFIELD ST", "stname": "CHELFIELD ST", "objectid": 36952, "Shape__Length": 96.38573657630576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033587685099803, 40.055200648937998 ], [ -75.033993183419199, 40.054615077170297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4807, "tnode_": 4743, "lpoly_": null, "rpoly_": null, "length": 246.53143341999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8010, "l_t_add": 8014, "r_f_add": 8015, "r_t_add": 8021, "st_code": 11680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860970, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 36953, "Shape__Length": 98.152862672959401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034575201457301, 40.052961078799498 ], [ -75.034479828388896, 40.053007566902899 ], [ -75.034281489738603, 40.0531216039168 ], [ -75.034099652267699, 40.053215907492401 ], [ -75.033842061344501, 40.053335027873999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4384, "tnode_": 4807, "lpoly_": null, "rpoly_": null, "length": 1045.7476220799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 40480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860971, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARGRAVE ST", "stname": "HARGRAVE ST", "objectid": 36954, "Shape__Length": 417.16716390379861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034348604692994, 40.055525063432903 ], [ -75.035126824499898, 40.054429586915802 ], [ -75.035184868245295, 40.054308976783602 ], [ -75.035240116418393, 40.054122935522301 ], [ -75.035250912314794, 40.053972578826297 ], [ -75.035216192945001, 40.053824820167499 ], [ -75.035160423295196, 40.053665543277198 ], [ -75.035075265315399, 40.053523939801899 ], [ -75.034575201457301, 40.052961078799498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4162, "tnode_": 4216, "lpoly_": null, "rpoly_": null, "length": 77.99906836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 860972, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36955, "Shape__Length": 31.140309118648911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032766626862198, 40.056945844017498 ], [ -75.032783417851604, 40.056732116701298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4154, "tnode_": 4216, "lpoly_": null, "rpoly_": null, "length": 453.54769082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2900, "r_t_add": 2908, "st_code": 43220, "l_hundred": 0, "r_hundred": 2900, "seg_id": 860973, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36956, "Shape__Length": 180.42516920323317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034332963539597, 40.057076331459299 ], [ -75.033957165019899, 40.056959189193499 ], [ -75.033736308829901, 40.056893865777198 ], [ -75.033481621616701, 40.056836327233299 ], [ -75.033171119608497, 40.0567774682441 ], [ -75.032937899292406, 40.0567419018967 ], [ -75.032783417851604, 40.056732116701298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4216, "tnode_": 4238, "lpoly_": null, "rpoly_": null, "length": 475.83856611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2910, "r_t_add": 2948, "st_code": 43220, "l_hundred": 0, "r_hundred": 2900, "seg_id": 860974, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36957, "Shape__Length": 189.23839393434096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032783417851604, 40.056732116701298 ], [ -75.031094685007602, 40.056582839293803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4126, "tnode_": 4162, "lpoly_": null, "rpoly_": null, "length": 421.16436041000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2817, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860975, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36958, "Shape__Length": 167.54728789497398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034200664511701, 40.057278520726598 ], [ -75.033970046894595, 40.057195610969501 ], [ -75.033682899398102, 40.057111548029297 ], [ -75.033367500838807, 40.057035401571298 ], [ -75.033028746190197, 40.056984460291403 ], [ -75.032766626862198, 40.056945844017498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4162, "tnode_": 4179, "lpoly_": null, "rpoly_": null, "length": 473.30454322000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2819, "l_t_add": 2869, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2800, "r_hundred": 0, "seg_id": 860976, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36959, "Shape__Length": 188.2303062812249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032766626862198, 40.056945844017498 ], [ -75.031085825482407, 40.056804596063301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4883, "tnode_": 5033, "lpoly_": null, "rpoly_": null, "length": 476.16901871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3017, "r_f_add": 3000, "r_t_add": 3016, "st_code": 83640, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 860977, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 36960, "Shape__Length": 189.93727525617211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035890403575706, 40.052460752780597 ], [ -75.035949915037193, 40.052360677737397 ], [ -75.036059670792298, 40.052178619825199 ], [ -75.036101132561598, 40.052069624086499 ], [ -75.036117992060895, 40.051957331372897 ], [ -75.036105496114104, 40.051828052349798 ], [ -75.036072933215706, 40.0517145920888 ], [ -75.036022284633304, 40.051611565834598 ], [ -75.035953388790006, 40.051523043402398 ], [ -75.035859511296493, 40.051440720139297 ], [ -75.035661150653198, 40.051309247316397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5102, "tnode_": 5033, "lpoly_": null, "rpoly_": null, "length": 185.7658262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLMEHURST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 43260, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860978, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLMEHURST AVE", "stname": "HOLMEHURST AVE", "objectid": 36961, "Shape__Length": 74.065239868390151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036039388140296, 40.050890252254902 ], [ -75.035661150653198, 40.051309247316397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4091, "tnode_": 4048, "lpoly_": null, "rpoly_": null, "length": 79.40116008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68080, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 860980, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36962, "Shape__Length": 31.69886132729701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041429752575596, 40.057750128860597 ], [ -75.041466972982704, 40.057966209575198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4124, "tnode_": 4081, "lpoly_": null, "rpoly_": null, "length": 357.77884433999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2829, "l_t_add": 2899, "r_f_add": 2830, "r_t_add": 2898, "st_code": 73240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860981, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36963, "Shape__Length": 142.33807506941852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039800545734195, 40.057451790246098 ], [ -75.039673723670205, 40.057519195795102 ], [ -75.039492117188303, 40.057585432180502 ], [ -75.039329550401902, 40.057634488442503 ], [ -75.0391444853461, 40.057672434390703 ], [ -75.038959981988697, 40.057696290049101 ], [ -75.038753120127694, 40.057705512732497 ], [ -75.038590725713604, 40.057703909533501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4172, "tnode_": 4124, "lpoly_": null, "rpoly_": null, "length": 254.00680068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2811, "l_t_add": 2827, "r_f_add": 2810, "r_t_add": 2828, "st_code": 73240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860982, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36964, "Shape__Length": 101.09307702921336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040611400047695, 40.057141291887298 ], [ -75.040326380942304, 40.057230571571402 ], [ -75.040009946519305, 40.057358144871699 ], [ -75.039800545734195, 40.057451790246098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4121, "tnode_": 4175, "lpoly_": null, "rpoly_": null, "length": 364.07986545999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2723, "r_f_add": 2700, "r_t_add": 2714, "st_code": 73240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860983, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36965, "Shape__Length": 144.918890348432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043593880671395, 40.057592056065801 ], [ -75.043500774073095, 40.057529593354403 ], [ -75.043306604096898, 40.057429855600098 ], [ -75.0430998728785, 40.057334579093201 ], [ -75.042910941082496, 40.057258754477303 ], [ -75.042455689844402, 40.057121004769897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4175, "tnode_": 4189, "lpoly_": null, "rpoly_": null, "length": 286.8290369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2725, "l_t_add": 2797, "r_f_add": 2716, "r_t_add": 2798, "st_code": 73240, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860984, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36966, "Shape__Length": 114.07462820845588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042455689844402, 40.057121004769897 ], [ -75.042212151048503, 40.057080508931001 ], [ -75.041903975278501, 40.057044695435998 ], [ -75.041663087763496, 40.057029501132803 ], [ -75.041441905406799, 40.057045093927599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4204, "tnode_": 4121, "lpoly_": null, "rpoly_": null, "length": 257.11423615000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8128, "r_f_add": 8101, "r_t_add": 8129, "st_code": 33220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860985, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 36967, "Shape__Length": 102.50216219218433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044154432885094, 40.057032925356097 ], [ -75.043593880671395, 40.057592056065801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4289, "tnode_": 4175, "lpoly_": null, "rpoly_": null, "length": 314.44164439000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8128, "l_t_add": 8198, "r_f_add": 8121, "r_t_add": 8199, "st_code": 33540, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860986, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 36968, "Shape__Length": 125.44399621035954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042949144174798, 40.056345572006698 ], [ -75.042455689844402, 40.057121004769897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4204, "tnode_": 4289, "lpoly_": null, "rpoly_": null, "length": 420.21585483000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 74380, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860987, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36969, "Shape__Length": 167.34366831206489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044154432885094, 40.057032925356097 ], [ -75.043967316137397, 40.056917176476802 ], [ -75.042949144174798, 40.056345572006698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4394, "tnode_": 4289, "lpoly_": null, "rpoly_": null, "length": 250.69160982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8126, "r_f_add": 8101, "r_t_add": 8119, "st_code": 33540, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860988, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 36970, "Shape__Length": 100.02271861840985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043258311284006, 40.055716028609602 ], [ -75.043275603768095, 40.055777818235498 ], [ -75.043265686103197, 40.055847706973701 ], [ -75.043234444434503, 40.055915998539597 ], [ -75.042949144174798, 40.056345572006698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4450, "tnode_": 4081, "lpoly_": null, "rpoly_": null, "length": 926.84981718999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 50620, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860989, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 36971, "Shape__Length": 369.89099096831637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039452614283704, 40.055295269433103 ], [ -75.038848385970894, 40.056233619581498 ], [ -75.038720802513893, 40.056444274124203 ], [ -75.0386602272971, 40.056717557061397 ], [ -75.038590725713604, 40.057703909533501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4395, "tnode_": 4450, "lpoly_": null, "rpoly_": null, "length": 274.3460242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 74380, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860990, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36972, "Shape__Length": 109.18262054355483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0403317614104, 40.055628097840803 ], [ -75.039452614283704, 40.055295269433103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4458, "tnode_": 4189, "lpoly_": null, "rpoly_": null, "length": 709.233471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8142, "r_f_add": 8101, "r_t_add": 8151, "st_code": 68080, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 860991, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36973, "Shape__Length": 282.92728685657738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042580543640398, 40.055310790322501 ], [ -75.041552414473003, 40.056948482726497 ], [ -75.041441905406799, 40.057045093927599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4394, "tnode_": 4458, "lpoly_": null, "rpoly_": null, "length": 242.87069691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2755, "r_f_add": 2700, "r_t_add": 2754, "st_code": 35280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860992, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36974, "Shape__Length": 96.726436136712053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043258311284006, 40.055716028609602 ], [ -75.043194292668502, 40.0556364137055 ], [ -75.042580543640398, 40.055310790322501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4458, "tnode_": 4497, "lpoly_": null, "rpoly_": null, "length": 101.933062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2757, "l_t_add": 2799, "r_f_add": 2756, "r_t_add": 2798, "st_code": 35280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 860993, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36975, "Shape__Length": 40.592262535310738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042580543640398, 40.055310790322501 ], [ -75.042288240324396, 40.055143924549697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4497, "tnode_": 4532, "lpoly_": null, "rpoly_": null, "length": 158.63263432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2809, "r_f_add": 2800, "r_t_add": 2808, "st_code": 35280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860994, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36976, "Shape__Length": 63.163322220271084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042288240324396, 40.055143924549697 ], [ -75.041822268597002, 40.0548961109888 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4532, "tnode_": 4584, "lpoly_": null, "rpoly_": null, "length": 195.99783056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2811, "l_t_add": 2899, "r_f_add": 2810, "r_t_add": 2898, "st_code": 35280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860995, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 36977, "Shape__Length": 78.043909338725442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041822268597002, 40.0548961109888 ], [ -75.041250807112505, 40.054585243263801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4591, "tnode_": 4497, "lpoly_": null, "rpoly_": null, "length": 258.20081129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 68080, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 860996, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 36978, "Shape__Length": 102.94083956755588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042833706863206, 40.0545723599949 ], [ -75.042288240324396, 40.055143924549697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4122, "tnode_": 4204, "lpoly_": null, "rpoly_": null, "length": 379.15815872000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 74380, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 860997, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 36979, "Shape__Length": 150.97720935195409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045266385674495, 40.057627272185997 ], [ -75.044154432885094, 40.057032925356097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4189, "tnode_": 4172, "lpoly_": null, "rpoly_": null, "length": 235.61612157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2809, "r_f_add": 2802, "r_t_add": 2808, "st_code": 73240, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 860999, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 36980, "Shape__Length": 93.708760517880364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041441905406799, 40.057045093927599 ], [ -75.041141723534494, 40.057060380687297 ], [ -75.040987566584704, 40.057078726989801 ], [ -75.040611400047695, 40.057141291887298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29952, "tnode_": 4091, "lpoly_": null, "rpoly_": null, "length": 491.33811131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2700, "r_t_add": 2798, "st_code": 43220, "l_hundred": 0, "r_hundred": 2700, "seg_id": 861001, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36981, "Shape__Length": 195.56907160208402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0429533548037, 40.058258632418102 ], [ -75.042588721334198, 40.0579331204288 ], [ -75.042333603024005, 40.057849275549401 ], [ -75.042049713393595, 40.057786222176503 ], [ -75.041771625395995, 40.057752828657499 ], [ -75.041429752575596, 40.057750128860597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29952, "tnode_": 4048, "lpoly_": null, "rpoly_": null, "length": 436.92412699, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2605, "l_t_add": 2699, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2600, "r_hundred": 0, "seg_id": 861003, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 36982, "Shape__Length": 173.81896103711216 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0429533548037, 40.058258632418102 ], [ -75.042679724180203, 40.058236339886697 ], [ -75.042490138201103, 40.058142038504798 ], [ -75.042286111314297, 40.058071581541398 ], [ -75.042121551319596, 40.058026241301 ], [ -75.041974133343899, 40.058002035325899 ], [ -75.041759469433401, 40.057972789408197 ], [ -75.041466972982704, 40.057966209575198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4297, "tnode_": 4375, "lpoly_": null, "rpoly_": null, "length": 385.88995322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 68180, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861004, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36983, "Shape__Length": 153.66012197284178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046395361276495, 40.0564970289428 ], [ -75.045270558674602, 40.0558846062738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4375, "tnode_": 4446, "lpoly_": null, "rpoly_": null, "length": 264.69385126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2725, "r_f_add": 2700, "r_t_add": 2718, "st_code": 68180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861005, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36984, "Shape__Length": 105.39910937853509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045270558674602, 40.0558846062738 ], [ -75.044498581421905, 40.055465010991803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4446, "tnode_": 4526, "lpoly_": null, "rpoly_": null, "length": 292.50232818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2727, "l_t_add": 2739, "r_f_add": 2720, "r_t_add": 2798, "st_code": 68180, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861006, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36985, "Shape__Length": 116.46920936695446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044498581421905, 40.055465010991803 ], [ -75.043642345705805, 40.055004786633198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4526, "tnode_": 4591, "lpoly_": null, "rpoly_": null, "length": 275.78218792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2741, "l_t_add": 2799, "r_f_add": 2800, "r_t_add": 2802, "st_code": 68180, "l_hundred": 2700, "r_hundred": 2800, "seg_id": 861007, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36986, "Shape__Length": 109.8098513161039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043642345705805, 40.055004786633198 ], [ -75.042833706863206, 40.0545723599949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4591, "tnode_": 4655, "lpoly_": null, "rpoly_": null, "length": 292.40993061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2815, "r_f_add": 2804, "r_t_add": 2814, "st_code": 68180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861009, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 36987, "Shape__Length": 116.43614861040903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042833706863206, 40.0545723599949 ], [ -75.041985087583697, 40.054104326114398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4604, "tnode_": 4670, "lpoly_": null, "rpoly_": null, "length": 279.30975211000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2715, "r_f_add": 2700, "r_t_add": 2714, "st_code": 51580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36988, "Shape__Length": 111.22459564345831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046561368639104, 40.054589469441602 ], [ -75.045757558170607, 40.054135221446202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4670, "tnode_": 4736, "lpoly_": null, "rpoly_": null, "length": 292.7375367, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2717, "l_t_add": 2727, "r_f_add": 2716, "r_t_add": 2728, "st_code": 51580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36989, "Shape__Length": 116.56594761617349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045757558170607, 40.054135221446202 ], [ -75.044908129831498, 40.053666517357698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4736, "tnode_": 4808, "lpoly_": null, "rpoly_": null, "length": 276.0036298, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2729, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 51580, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36990, "Shape__Length": 109.90401255694064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044908129831498, 40.053666517357698 ], [ -75.044110238811797, 40.053221438715703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4798, "tnode_": 4866, "lpoly_": null, "rpoly_": null, "length": 187.49129051999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2705, "r_f_add": 2700, "r_t_add": 2704, "st_code": 70060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861013, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 36991, "Shape__Length": 74.763306491682684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047814159016795, 40.053327094398298 ], [ -75.047725258074294, 40.053239814573097 ], [ -75.047635296314695, 40.053145085079997 ], [ -75.047536325330697, 40.053024418642401 ], [ -75.047450866766098, 40.052896335383402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4808, "tnode_": 4870, "lpoly_": null, "rpoly_": null, "length": 293.3968322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2815, "r_f_add": 2800, "r_t_add": 2816, "st_code": 51580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36992, "Shape__Length": 116.82816935006289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044110238811797, 40.053221438715703 ], [ -75.043260683108002, 40.052749785972601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4950, "tnode_": 4736, "lpoly_": null, "rpoly_": null, "length": 801.5048889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 33540, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 36993, "Shape__Length": 319.25907638339584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047031785869706, 40.052277295780399 ], [ -75.045860067467899, 40.052740261286999 ], [ -75.045764932054993, 40.052784645794603 ], [ -75.045689201551596, 40.0528368873345 ], [ -75.045629680665101, 40.052902373787603 ], [ -75.044908129831498, 40.053666517357698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4866, "tnode_": 4950, "lpoly_": null, "rpoly_": null, "length": 254.19795133, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2707, "l_t_add": 2799, "r_f_add": 2706, "r_t_add": 2798, "st_code": 70060, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861016, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 36994, "Shape__Length": 101.39611051915061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047450866766098, 40.052896335383402 ], [ -75.047031785869706, 40.052277295780399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5000, "tnode_": 4790, "lpoly_": null, "rpoly_": null, "length": 620.11557563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 50620, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 36995, "Shape__Length": 247.24385677744652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041516843283503, 40.051771748397499 ], [ -75.041323240589904, 40.052005471069698 ], [ -75.040249581427702, 40.053167589268199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4950, "tnode_": 5037, "lpoly_": null, "rpoly_": null, "length": 276.99481294999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2821, "r_f_add": 2800, "r_t_add": 2820, "st_code": 70060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861018, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 36996, "Shape__Length": 110.49268533292309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047031785869706, 40.052277295780399 ], [ -75.0465857759513, 40.051598544371103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5037, "tnode_": 5137, "lpoly_": null, "rpoly_": null, "length": 272.19253938999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2823, "l_t_add": 2899, "r_f_add": 2822, "r_t_add": 2898, "st_code": 70060, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861019, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 36997, "Shape__Length": 108.57230194337862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0465857759513, 40.051598544371103 ], [ -75.046138255838699, 40.050935196730599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4515, "tnode_": 4604, "lpoly_": null, "rpoly_": null, "length": 386.3388255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 51580, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 36998, "Shape__Length": 153.84144027347983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047679773436997, 40.055210855081697 ], [ -75.046561368639104, 40.054589469441602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4604, "tnode_": 4375, "lpoly_": null, "rpoly_": null, "length": 594.2714062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 33220, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861021, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 36999, "Shape__Length": 236.90989083693452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046561368639104, 40.054589469441602 ], [ -75.045270558674602, 40.0558846062738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4798, "tnode_": 4604, "lpoly_": null, "rpoly_": null, "length": 578.33036890999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 33220, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861022, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37000, "Shape__Length": 230.55237540857547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047814159016795, 40.053327094398298 ], [ -75.046561368639104, 40.054589469441602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5038, "tnode_": 4798, "lpoly_": null, "rpoly_": null, "length": 756.47087584000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 33220, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861023, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37001, "Shape__Length": 301.55687691733772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049462282236703, 40.051681483350798 ], [ -75.049403735588001, 40.0517370469843 ], [ -75.047814159016795, 40.053327094398298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4870, "tnode_": 4655, "lpoly_": null, "rpoly_": null, "length": 609.09178308999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 19380, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37002, "Shape__Length": 242.83653400093874 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043260683108002, 40.052749785972601 ], [ -75.041985087583697, 40.054104326114398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5137, "tnode_": 4870, "lpoly_": null, "rpoly_": null, "length": 1065.7622568499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 19380, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37003, "Shape__Length": 424.48210128793198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046138255838699, 40.050935196730599 ], [ -75.044638400758998, 40.051533820581199 ], [ -75.044506902818696, 40.051592219527699 ], [ -75.044397318143197, 40.051653952906101 ], [ -75.044249611776706, 40.051748232577602 ], [ -75.044107671160205, 40.051865800347898 ], [ -75.043260683108002, 40.052749785972601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5049, "tnode_": 4950, "lpoly_": null, "rpoly_": null, "length": 585.4382555200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 40960, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37004, "Shape__Length": 232.95398075514703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048935137025694, 40.051636932791602 ], [ -75.048820535686204, 40.051649430796203 ], [ -75.048646324564899, 40.051679745464298 ], [ -75.048494543399102, 40.0517090231141 ], [ -75.048343548378497, 40.051751061680903 ], [ -75.047132817016404, 40.052233804050303 ], [ -75.047031785869706, 40.052277295780399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5038, "tnode_": 5049, "lpoly_": null, "rpoly_": null, "length": 148.70290478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 40960, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37005, "Shape__Length": 59.134445731217333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049462282236703, 40.051681483350798 ], [ -75.049371934405499, 40.051666696138703 ], [ -75.049187451827507, 40.051648281153597 ], [ -75.049036147233394, 40.051640032147297 ], [ -75.048935137025694, 40.051636932791602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5155, "tnode_": 5037, "lpoly_": null, "rpoly_": null, "length": 581.32752617999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 68080, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861028, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37006, "Shape__Length": 231.35091533066549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048433291562901, 40.050869998758003 ], [ -75.0465857759513, 40.051598544371103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5049, "tnode_": 5155, "lpoly_": null, "rpoly_": null, "length": 312.71850874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNWATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2821, "r_f_add": 2800, "r_t_add": 2820, "st_code": 21520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNWATH ST", "stname": "CARNWATH ST", "objectid": 37007, "Shape__Length": 124.74220661597602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048935137025694, 40.051636932791602 ], [ -75.048902820805097, 40.051589191410599 ], [ -75.048433291562901, 40.050869998758003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5224, "tnode_": 5155, "lpoly_": null, "rpoly_": null, "length": 392.68690359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 68080, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861030, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37008, "Shape__Length": 156.23360645208345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049733212904101, 40.050551432167502 ], [ -75.049666990006202, 40.050530640874896 ], [ -75.0495582079717, 40.050527628756498 ], [ -75.049475725652897, 40.0505292732824 ], [ -75.049395214604402, 40.050536240628297 ], [ -75.049326353004403, 40.050549223264902 ], [ -75.049194965868296, 40.050577690014798 ], [ -75.048433291562901, 40.050869998758003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5224, "tnode_": 5038, "lpoly_": null, "rpoly_": null, "length": 424.74430941000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7603, "r_t_add": 7699, "st_code": 33220, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37009, "Shape__Length": 169.52412693820554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049733212904101, 40.050551432167502 ], [ -75.049679057588094, 40.051224617980999 ], [ -75.049666277661402, 40.051290011187199 ], [ -75.049640302502894, 40.051380119933299 ], [ -75.049603508159393, 40.051477341324897 ], [ -75.049520397003306, 40.051614822141303 ], [ -75.049462282236703, 40.051681483350798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5137, "tnode_": 5246, "lpoly_": null, "rpoly_": null, "length": 264.6923858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2905, "r_f_add": 2900, "r_t_add": 2906, "st_code": 70060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861032, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37010, "Shape__Length": 105.57981200676861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046138255838699, 40.050935196730599 ], [ -75.045703533597006, 40.0502899432121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5271, "tnode_": 5137, "lpoly_": null, "rpoly_": null, "length": 579.73699886999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 19380, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37011, "Shape__Length": 230.71575786071273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047980605505899, 40.050208504981804 ], [ -75.046138255838699, 40.050935196730599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5155, "tnode_": 5271, "lpoly_": null, "rpoly_": null, "length": 272.26393530999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNWATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2823, "l_t_add": 2899, "r_f_add": 2822, "r_t_add": 2898, "st_code": 21520, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNWATH ST", "stname": "CARNWATH ST", "objectid": 37012, "Shape__Length": 108.59756905696406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048433291562901, 40.050869998758003 ], [ -75.047980605505899, 40.050208504981804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5246, "tnode_": 5358, "lpoly_": null, "rpoly_": null, "length": 254.59817961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2907, "l_t_add": 2913, "r_f_add": 2908, "r_t_add": 2914, "st_code": 70060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861035, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37013, "Shape__Length": 101.56230550329848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045703533597006, 40.0502899432121 ], [ -75.045310393834697, 40.0496597205398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5374, "tnode_": 5246, "lpoly_": null, "rpoly_": null, "length": 579.87619807, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 51140, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 37014, "Shape__Length": 230.7676670549333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047547968544293, 40.049565568498501 ], [ -75.045703533597006, 40.0502899432121 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5271, "tnode_": 5374, "lpoly_": null, "rpoly_": null, "length": 263.67504478000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNWATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2905, "r_f_add": 2900, "r_t_add": 2906, "st_code": 21520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNWATH ST", "stname": "CARNWATH ST", "objectid": 37015, "Shape__Length": 105.1730656651729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047980605505899, 40.050208504981804 ], [ -75.047547968544293, 40.049565568498501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5385, "tnode_": 5271, "lpoly_": null, "rpoly_": null, "length": 495.51238252999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 19380, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37016, "Shape__Length": 197.18893184723794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049562836148198, 40.049606218542301 ], [ -75.049466594942203, 40.049618968494997 ], [ -75.047980605505899, 40.050208504981804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5385, "tnode_": 5224, "lpoly_": null, "rpoly_": null, "length": 360.16489584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 33220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37017, "Shape__Length": 143.73401799560816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049562836148198, 40.049606218542301 ], [ -75.0496185788123, 40.049658025425501 ], [ -75.049727615037099, 40.049803119851703 ], [ -75.049758334771198, 40.049881894325097 ], [ -75.049775864225793, 40.049959227932199 ], [ -75.049773915949999, 40.050045152932398 ], [ -75.049733212904101, 40.050551432167502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5445, "tnode_": 5385, "lpoly_": null, "rpoly_": null, "length": 277.37642696, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7510, "l_t_add": 7598, "r_f_add": 7541, "r_t_add": 7599, "st_code": 19380, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37018, "Shape__Length": 110.40103913919282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050423022964793, 40.049228369254699 ], [ -75.049562836148198, 40.049606218542301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5478, "tnode_": 5358, "lpoly_": null, "rpoly_": null, "length": 573.65812857000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 19180, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 37019, "Shape__Length": 228.29432083894889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047130803217797, 40.048936786556602 ], [ -75.045310393834697, 40.0496597205398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5374, "tnode_": 5478, "lpoly_": null, "rpoly_": null, "length": 257.11010593999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNWATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2907, "l_t_add": 2999, "r_f_add": 2908, "r_t_add": 2998, "st_code": 21520, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNWATH ST", "stname": "CARNWATH ST", "objectid": 37020, "Shape__Length": 102.55541258352469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047547968544293, 40.049565568498501 ], [ -75.047130803217797, 40.048936786556602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5358, "tnode_": 5491, "lpoly_": null, "rpoly_": null, "length": 294.54631925999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2915, "l_t_add": 2933, "r_f_add": 2916, "r_t_add": 2934, "st_code": 70060, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861043, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37021, "Shape__Length": 117.56962225941417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045310393834697, 40.0496597205398 ], [ -75.045159902632705, 40.049104726822797 ], [ -75.045152137668794, 40.0488631528223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5385, "tnode_": 5478, "lpoly_": null, "rpoly_": null, "length": 784.07335353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROCKLEHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 19180, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROCKLEHURST ST", "stname": "BROCKLEHURST ST", "objectid": 37022, "Shape__Length": 312.06735832995997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049562836148198, 40.049606218542301 ], [ -75.049457008644893, 40.049559974075102 ], [ -75.049260991438203, 40.049445210042201 ], [ -75.048275615734497, 40.048895031675002 ], [ -75.048120557529202, 40.048834517815301 ], [ -75.047965982281795, 40.048795592511702 ], [ -75.047769945587106, 40.048779550566302 ], [ -75.047580436326101, 40.048791228527598 ], [ -75.047404515133096, 40.0488270847286 ], [ -75.047211421994405, 40.048903293788001 ], [ -75.047130803217797, 40.048936786556602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5583, "tnode_": 5491, "lpoly_": null, "rpoly_": null, "length": 480.17705279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 50620, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 37023, "Shape__Length": 191.08497990669511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046682691632398, 40.048268259223804 ], [ -75.045152137668794, 40.0488631528223 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5478, "tnode_": 5583, "lpoly_": null, "rpoly_": null, "length": 273.94705383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARNWATH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 21520, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARNWATH ST", "stname": "CARNWATH ST", "objectid": 37024, "Shape__Length": 109.26879792819189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047130803217797, 40.048936786556602 ], [ -75.046682691632398, 40.048268259223804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5445, "tnode_": 5583, "lpoly_": null, "rpoly_": null, "length": 1213.1072332499998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 50620, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 37025, "Shape__Length": 482.81318807156435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050423022964793, 40.049228369254699 ], [ -75.050416726467802, 40.049163641384197 ], [ -75.048750257565302, 40.048218077414099 ], [ -75.048513176847806, 40.048127412635701 ], [ -75.048236885942003, 40.048054323687701 ], [ -75.047963638832499, 40.048025699424599 ], [ -75.047617074049796, 40.048024945595103 ], [ -75.047375431484795, 40.048048857502103 ], [ -75.047030731169201, 40.048122137211003 ], [ -75.046682691632398, 40.048268259223804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5470, "tnode_": 5445, "lpoly_": null, "rpoly_": null, "length": 130.721471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7508, "r_f_add": 7531, "r_t_add": 7539, "st_code": 19380, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861048, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37026, "Shape__Length": 52.020093817641389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050839929960702, 40.049072990215898 ], [ -75.050755233746798, 40.049085504298503 ], [ -75.050423022964793, 40.049228369254699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5420, "tnode_": 5445, "lpoly_": null, "rpoly_": null, "length": 132.28352711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEXINGTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 50620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861049, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEXINGTON AVE", "stname": "LEXINGTON AVE", "objectid": 37027, "Shape__Length": 52.656899227305793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050825807178398, 40.049418231815103 ], [ -75.050423022964793, 40.049228369254699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4935, "tnode_": 4722, "lpoly_": null, "rpoly_": null, "length": 612.19271798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LISTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 51140, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861050, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LISTER ST", "stname": "LISTER ST", "objectid": 37028, "Shape__Length": 244.0726665897198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042408182519594, 40.052278558235898 ], [ -75.041129023260396, 40.053641616450697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5703, "tnode_": 5961, "lpoly_": null, "rpoly_": null, "length": 812.22906753000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3275, "l_t_add": 3299, "r_f_add": 3276, "r_t_add": 3298, "st_code": 68180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 861052, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37029, "Shape__Length": 324.168385826247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031614207338905, 40.047863305337202 ], [ -75.031783165167198, 40.0471504079621 ], [ -75.031811438020497, 40.047004554820198 ], [ -75.031846692945606, 40.046824391667897 ], [ -75.031854626999305, 40.046626343968299 ], [ -75.031839807881497, 40.046436376446003 ], [ -75.031778366065197, 40.046150497692302 ], [ -75.031670383891694, 40.045906612251301 ], [ -75.031608853303197, 40.045762943709697 ], [ -75.0315433543675, 40.045690383398103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5493, "tnode_": 5461, "lpoly_": null, "rpoly_": null, "length": 354.93849852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8050, "l_t_add": 8098, "r_f_add": 8051, "r_t_add": 8099, "st_code": 25780, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCO AVE", "stname": "CRESCO AVE", "objectid": 37030, "Shape__Length": 141.1629222710001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0303155120653, 40.048485174582403 ], [ -75.030146091279306, 40.048542401712901 ], [ -75.029937204051194, 40.048595073660898 ], [ -75.029673140192003, 40.048638581424697 ], [ -75.029364854366705, 40.048667007341201 ], [ -75.029082586765, 40.048661679782803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5506, "tnode_": 5467, "lpoly_": null, "rpoly_": null, "length": 234.8792671, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8220, "r_f_add": 8201, "r_t_add": 8221, "st_code": 69580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861054, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37031, "Shape__Length": 93.502716163493403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026040415344397, 40.048172788458501 ], [ -75.025335734754606, 40.048522698897301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5461, "tnode_": 5506, "lpoly_": null, "rpoly_": null, "length": 877.70178833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 25780, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861055, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESCO AVE", "stname": "CRESCO AVE", "objectid": 37032, "Shape__Length": 349.07409412095552 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029082586765, 40.048661679782803 ], [ -75.028896943180698, 40.048657466290699 ], [ -75.026226974228194, 40.048282993331398 ], [ -75.026040415344397, 40.048172788458501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5666, "tnode_": 5506, "lpoly_": null, "rpoly_": null, "length": 661.50631196999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8084, "l_t_add": 8198, "r_f_add": 8075, "r_t_add": 8199, "st_code": 69580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861058, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37033, "Shape__Length": 263.29446566600063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028079858852493, 40.047255802924802 ], [ -75.026040415344397, 40.048172788458501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5461, "tnode_": 5666, "lpoly_": null, "rpoly_": null, "length": 587.38116422999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 74380, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 861059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37034, "Shape__Length": 234.25861127969557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029082586765, 40.048661679782803 ], [ -75.029077909885899, 40.048577275349899 ], [ -75.028079858852493, 40.047255802924802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5388, "tnode_": 5698, "lpoly_": null, "rpoly_": null, "length": 781.58911222000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 73240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861060, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37035, "Shape__Length": 311.86609501786836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024324204422996, 40.048988841611902 ], [ -75.023383262615496, 40.046968825495298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5744, "tnode_": 5666, "lpoly_": null, "rpoly_": null, "length": 329.18364513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8050, "l_t_add": 8082, "r_f_add": 8049, "r_t_add": 8073, "st_code": 69580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861061, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37036, "Shape__Length": 131.02229057693867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029093304560604, 40.046797616497798 ], [ -75.028079858852493, 40.047255802924802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5493, "tnode_": 5744, "lpoly_": null, "rpoly_": null, "length": 705.90321402999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 35280, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 861062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37037, "Shape__Length": 281.52397420380612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0303155120653, 40.048485174582403 ], [ -75.029110617495604, 40.046889861169902 ], [ -75.029093304560604, 40.046797616497798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5748, "tnode_": 5698, "lpoly_": null, "rpoly_": null, "length": 244.96855188000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8252, "l_t_add": 8298, "r_f_add": 8253, "r_t_add": 8299, "st_code": 26000, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37038, "Shape__Length": 97.474405314139403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024173662930195, 40.046680365196899 ], [ -75.023383262615496, 40.046968825495298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5800, "tnode_": 5748, "lpoly_": null, "rpoly_": null, "length": 194.72965493000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8228, "l_t_add": 8250, "r_f_add": 8229, "r_t_add": 8251, "st_code": 26000, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37039, "Shape__Length": 77.48188831535056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024804317660298, 40.046454913303997 ], [ -75.024173662930195, 40.046680365196899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5861, "tnode_": 5800, "lpoly_": null, "rpoly_": null, "length": 324.74461000999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8226, "r_f_add": 8201, "r_t_add": 8227, "st_code": 26000, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861065, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37040, "Shape__Length": 129.21478225959495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025854516129698, 40.046076432538797 ], [ -75.024804317660298, 40.046454913303997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5753, "tnode_": 5861, "lpoly_": null, "rpoly_": null, "length": 314.34186264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 74380, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861066, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37041, "Shape__Length": 125.38554659391218 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026347190780797, 40.046851825627698 ], [ -75.025854516129698, 40.046076432538797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5915, "tnode_": 27238, "lpoly_": null, "rpoly_": null, "length": 665.12386843000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8048, "l_t_add": 8098, "r_f_add": 8055, "r_t_add": 8099, "st_code": 33340, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRVIEW ST", "stname": "FAIRVIEW ST", "objectid": 37042, "Shape__Length": 264.64380848960587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028553406757894, 40.045857096315103 ], [ -75.027581399822097, 40.046215609294102 ], [ -75.026517035617204, 40.0465956503093 ], [ -75.026394573623804, 40.0466102696085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5744, "tnode_": 5915, "lpoly_": null, "rpoly_": null, "length": 375.98251408000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3317, "r_f_add": 3300, "r_t_add": 3316, "st_code": 35280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37043, "Shape__Length": 149.98649911782181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029093304560604, 40.046797616497798 ], [ -75.029081715201301, 40.046716282206098 ], [ -75.028553406757894, 40.045857096315103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5918, "tnode_": 5861, "lpoly_": null, "rpoly_": null, "length": 212.22328618, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8145, "r_t_add": 8199, "st_code": 26000, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37044, "Shape__Length": 84.44141547687066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026542236415807, 40.045831416576199 ], [ -75.025854516129698, 40.046076432538797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27238, "tnode_": 5918, "lpoly_": null, "rpoly_": null, "length": 286.71917284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3331, "l_t_add": 3399, "r_f_add": 3332, "r_t_add": 3398, "st_code": 82240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861070, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37045, "Shape__Length": 114.44414010112844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026394573623804, 40.0466102696085 ], [ -75.026542236415807, 40.045831416576199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5924, "tnode_": 5876, "lpoly_": null, "rpoly_": null, "length": 200.99016132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8260, "l_t_add": 8298, "r_f_add": 8233, "r_t_add": 8299, "st_code": 50300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37046, "Shape__Length": 79.974604146622184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023545680621297, 40.045682941742001 ], [ -75.022898016366895, 40.0459209517538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5748, "tnode_": 5924, "lpoly_": null, "rpoly_": null, "length": 403.64663588999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 42220, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HESS ST", "stname": "HESS ST", "objectid": 37047, "Shape__Length": 161.00880313150526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024173662930195, 40.046680365196899 ], [ -75.023545680621297, 40.045682941742001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5961, "tnode_": 5744, "lpoly_": null, "rpoly_": null, "length": 795.7391962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8048, "r_f_add": 8001, "r_t_add": 8047, "st_code": 69580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861073, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37048, "Shape__Length": 316.7177583293664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0315433543675, 40.045690383398103 ], [ -75.029093304560604, 40.046797616497798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5983, "tnode_": 5924, "lpoly_": null, "rpoly_": null, "length": 193.64235727000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8228, "l_t_add": 8258, "r_f_add": 8229, "r_t_add": 8231, "st_code": 50300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37049, "Shape__Length": 77.050573594493187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024169730709701, 40.045453737908502 ], [ -75.023545680621297, 40.045682941742001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5800, "tnode_": 5983, "lpoly_": null, "rpoly_": null, "length": 405.68401675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 13400, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 37050, "Shape__Length": 161.81962793423011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024804317660298, 40.046454913303997 ], [ -75.024169730709701, 40.045453737908502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5918, "tnode_": 6025, "lpoly_": null, "rpoly_": null, "length": 221.87033807999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3415, "r_f_add": 3400, "r_t_add": 3416, "st_code": 82240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861076, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37051, "Shape__Length": 88.555024957538066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026542236415807, 40.045831416576199 ], [ -75.026578409246596, 40.045737289431599 ], [ -75.026581906226994, 40.045631852434298 ], [ -75.026570946751605, 40.045486330734903 ], [ -75.026542555651602, 40.045356535448597 ], [ -75.026503006157796, 40.045232135120202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5915, "tnode_": 6041, "lpoly_": null, "rpoly_": null, "length": 249.65206335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3319, "l_t_add": 3399, "r_f_add": 3318, "r_t_add": 3398, "st_code": 35280, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37052, "Shape__Length": 99.585419768083355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028553406757894, 40.045857096315103 ], [ -75.028174936159601, 40.045236564157797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6057, "tnode_": 5983, "lpoly_": null, "rpoly_": null, "length": 327.89933136999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8226, "r_f_add": 8201, "r_t_add": 8227, "st_code": 50300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37053, "Shape__Length": 130.46715184758523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0252313191572, 40.045073559174199 ], [ -75.024169730709701, 40.045453737908502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5861, "tnode_": 6057, "lpoly_": null, "rpoly_": null, "length": 404.85612786000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 74380, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37054, "Shape__Length": 161.49235250532632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025854516129698, 40.046076432538797 ], [ -75.0252313191572, 40.045073559174199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6106, "tnode_": 5915, "lpoly_": null, "rpoly_": null, "length": 753.9700529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRVIEW", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8046, "r_f_add": 8001, "r_t_add": 8053, "st_code": 33340, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRVIEW ST", "stname": "FAIRVIEW ST", "objectid": 37055, "Shape__Length": 299.99881883410728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030991118065103, 40.044977484132701 ], [ -75.028553406757894, 40.045857096315103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5961, "tnode_": 6106, "lpoly_": null, "rpoly_": null, "length": 302.23721425999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3317, "r_f_add": 3300, "r_t_add": 3320, "st_code": 68180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861081, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37056, "Shape__Length": 120.5224334776249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0315433543675, 40.045690383398103 ], [ -75.030991118065103, 40.044977484132701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6143, "tnode_": 6057, "lpoly_": null, "rpoly_": null, "length": 334.46562738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8158, "l_t_add": 8198, "r_f_add": 8153, "r_t_add": 8199, "st_code": 50300, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37057, "Shape__Length": 133.08080264185915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026311956442797, 40.0446821530142 ], [ -75.0252313191572, 40.045073559174199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6025, "tnode_": 6143, "lpoly_": null, "rpoly_": null, "length": 207.36659577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3417, "l_t_add": 3499, "r_f_add": 3418, "r_t_add": 3498, "st_code": 82240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861083, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37058, "Shape__Length": 82.754108843379981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026503006157796, 40.045232135120202 ], [ -75.026311956442797, 40.0446821530142 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6106, "tnode_": 6231, "lpoly_": null, "rpoly_": null, "length": 251.41427697999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3319, "l_t_add": 3399, "r_f_add": 3322, "r_t_add": 3398, "st_code": 68180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861084, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37059, "Shape__Length": 100.25799870524916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030991118065103, 40.044977484132701 ], [ -75.030538633616899, 40.044381344128098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6143, "tnode_": 6266, "lpoly_": null, "rpoly_": null, "length": 220.71262274, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3513, "r_f_add": 3500, "r_t_add": 3522, "st_code": 82240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861085, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37060, "Shape__Length": 88.08181512977346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026311956442797, 40.0446821530142 ], [ -75.026119593204399, 40.044094586054499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6057, "tnode_": 6278, "lpoly_": null, "rpoly_": null, "length": 442.57696751000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 74380, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861086, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37061, "Shape__Length": 176.52889006394255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0252313191572, 40.045073559174199 ], [ -75.0245314117942, 40.043984211211402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6266, "tnode_": 27239, "lpoly_": null, "rpoly_": null, "length": 242.88175205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3515, "l_t_add": 3599, "r_f_add": 3524, "r_t_add": 3542, "st_code": 82240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861087, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37062, "Shape__Length": 96.945457013510179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026119593204399, 40.044094586054499 ], [ -75.026095041269201, 40.0440145694714 ], [ -75.026067360336398, 40.043905495321503 ], [ -75.026055595250398, 40.043799262079503 ], [ -75.026053694669201, 40.0436070209146 ], [ -75.026062197010901, 40.043432609646999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6278, "tnode_": 6515, "lpoly_": null, "rpoly_": null, "length": 414.48065855, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 74380, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 861088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37063, "Shape__Length": 165.3235491517834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0245314117942, 40.043984211211402 ], [ -75.023885996087103, 40.042960241116802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5467, "tnode_": 5388, "lpoly_": null, "rpoly_": null, "length": 330.19646546999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8222, "l_t_add": 8298, "r_f_add": 8223, "r_t_add": 8299, "st_code": 69580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861089, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37064, "Shape__Length": 131.43258503259344 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025335734754606, 40.048522698897301 ], [ -75.024324204422996, 40.048988841611902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5467, "tnode_": 5518, "lpoly_": null, "rpoly_": null, "length": 130.16596131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 42220, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HESS ST", "stname": "HESS ST", "objectid": 37065, "Shape__Length": 51.923322335950189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025335734754606, 40.048522698897301 ], [ -75.025134127302394, 40.048200718167301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6041, "tnode_": 5918, "lpoly_": null, "rpoly_": null, "length": 505.92916094000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8050, "l_t_add": 8098, "r_f_add": 8113, "r_t_add": 8143, "st_code": 26000, "l_hundred": 8000, "r_hundred": 8100, "seg_id": 861093, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37066, "Shape__Length": 201.30801314129266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028174936159601, 40.045236564157797 ], [ -75.026674647709001, 40.0457768243323 ], [ -75.026542236415807, 40.045831416576199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6084, "tnode_": 6041, "lpoly_": null, "rpoly_": null, "length": 157.21433973000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8032, "l_t_add": 8048, "r_f_add": 8101, "r_t_add": 8111, "st_code": 26000, "l_hundred": 8000, "r_hundred": 8100, "seg_id": 861094, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37067, "Shape__Length": 62.555391912339275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028681624441404, 40.045050538845103 ], [ -75.028174936159601, 40.045236564157797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6185, "tnode_": 6025, "lpoly_": null, "rpoly_": null, "length": 581.13189566000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 76980, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861095, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRY ST", "stname": "TERRY ST", "objectid": 37068, "Shape__Length": 231.22730194361435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028380345906101, 40.044551643866903 ], [ -75.026503006157796, 40.045232135120202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6198, "tnode_": 6108, "lpoly_": null, "rpoly_": null, "length": 348.16151039, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8226, "l_t_add": 8298, "r_f_add": 8229, "r_t_add": 8299, "st_code": 25580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861096, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37069, "Shape__Length": 138.5291971803735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023486496005404, 40.044361027838498 ], [ -75.022361070455801, 40.044767574904398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6231, "tnode_": 6084, "lpoly_": null, "rpoly_": null, "length": 574.23097962999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8030, "r_f_add": 8001, "r_t_add": 8099, "st_code": 26000, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861097, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37070, "Shape__Length": 228.47932863433473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030538633616899, 40.044381344128098 ], [ -75.028681624441404, 40.045050538845103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6278, "tnode_": 6198, "lpoly_": null, "rpoly_": null, "length": 323.15632898000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8224, "r_f_add": 8201, "r_t_add": 8227, "st_code": 25580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861098, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37071, "Shape__Length": 128.57894201223857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0245314117942, 40.043984211211402 ], [ -75.023486496005404, 40.044361027838498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6329, "tnode_": 6185, "lpoly_": null, "rpoly_": null, "length": 552.1915715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 76980, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861099, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TERRY ST", "stname": "TERRY ST", "objectid": 37072, "Shape__Length": 219.71011204604392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030164105010897, 40.043904923968498 ], [ -75.028380345906101, 40.044551643866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27239, "tnode_": 6278, "lpoly_": null, "rpoly_": null, "length": 473.35525582000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 25580, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861100, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37073, "Shape__Length": 188.3393302702884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026062197010901, 40.043432609646999 ], [ -75.0245314117942, 40.043984211211402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6287, "tnode_": 6143, "lpoly_": null, "rpoly_": null, "length": 543.55582658999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8156, "r_f_add": 8101, "r_t_add": 8151, "st_code": 50300, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861101, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37074, "Shape__Length": 216.27600657071116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028065909276705, 40.044042438974998 ], [ -75.026311956442797, 40.0446821530142 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6397, "tnode_": 6266, "lpoly_": null, "rpoly_": null, "length": 502.28866832999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORO", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 57040, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861102, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORO ST", "stname": "MORO ST", "objectid": 37075, "Shape__Length": 199.8495991331319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027746560388806, 40.043513569187802 ], [ -75.026119593204399, 40.044094586054499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6438, "tnode_": 6287, "lpoly_": null, "rpoly_": null, "length": 537.06569104000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 50300, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861103, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37076, "Shape__Length": 213.69079185297824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029799973393693, 40.043412098983303 ], [ -75.028065909276705, 40.044042438974998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5698, "tnode_": 5876, "lpoly_": null, "rpoly_": null, "length": 405.17719997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 73240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861104, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37077, "Shape__Length": 161.66906174975477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023383262615496, 40.046968825495298 ], [ -75.022898016366895, 40.0459209517538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5876, "tnode_": 6108, "lpoly_": null, "rpoly_": null, "length": 446.24003356000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 73240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861105, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37078, "Shape__Length": 178.0498587046383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022898016366895, 40.0459209517538 ], [ -75.022361070455801, 40.044767574904398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6108, "tnode_": 6331, "lpoly_": null, "rpoly_": null, "length": 418.60940598999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 73240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 861106, "oneway": "FT", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37079, "Shape__Length": 167.02170989882327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022361070455801, 40.044767574904398 ], [ -75.021854706890807, 40.043686350901503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6515, "tnode_": 6331, "lpoly_": null, "rpoly_": null, "length": 627.22536395999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 34960, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861108, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37080, "Shape__Length": 249.55767066348045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023885996087103, 40.042960241116802 ], [ -75.021854706890807, 40.043686350901503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6655, "tnode_": 6515, "lpoly_": null, "rpoly_": null, "length": 537.35660640999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 34960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861109, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37081, "Shape__Length": 213.80238055231692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025621926758006, 40.042331113775901 ], [ -75.023885996087103, 40.042960241116802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6084, "tnode_": 6185, "lpoly_": null, "rpoly_": null, "length": 200.35994672000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3415, "r_f_add": 3400, "r_t_add": 3416, "st_code": 35280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37082, "Shape__Length": 79.922991710987631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028681624441404, 40.045050538845103 ], [ -75.028380345906101, 40.044551643866903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6185, "tnode_": 6287, "lpoly_": null, "rpoly_": null, "length": 205.32537389000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3417, "l_t_add": 3499, "r_f_add": 3418, "r_t_add": 3498, "st_code": 35280, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37083, "Shape__Length": 81.90095692351062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028380345906101, 40.044551643866903 ], [ -75.028065909276705, 40.044042438974998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6231, "tnode_": 6329, "lpoly_": null, "rpoly_": null, "length": 202.77038624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3415, "r_f_add": 3400, "r_t_add": 3422, "st_code": 68180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861112, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37084, "Shape__Length": 80.855040632781325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030538633616899, 40.044381344128098 ], [ -75.030164105010897, 40.043904923968498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6287, "tnode_": 6397, "lpoly_": null, "rpoly_": null, "length": 212.39493644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 35280, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37085, "Shape__Length": 84.722452794137368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028065909276705, 40.044042438974998 ], [ -75.027746560388806, 40.043513569187802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6329, "tnode_": 6438, "lpoly_": null, "rpoly_": null, "length": 206.45574835, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3417, "l_t_add": 3499, "r_f_add": 3424, "r_t_add": 3498, "st_code": 68180, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861114, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37086, "Shape__Length": 82.331639441914973 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030164105010897, 40.043904923968498 ], [ -75.029799973393693, 40.043412098983303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6438, "tnode_": 6550, "lpoly_": null, "rpoly_": null, "length": 211.44296772000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3529, "r_f_add": 3500, "r_t_add": 3510, "st_code": 68180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861115, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37087, "Shape__Length": 84.315471609176441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029799973393693, 40.043412098983303 ], [ -75.029417068887398, 40.042911802546399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6550, "tnode_": 6683, "lpoly_": null, "rpoly_": null, "length": 260.79695671000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3531, "l_t_add": 3599, "r_f_add": 3512, "r_t_add": 3598, "st_code": 68180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861116, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37088, "Shape__Length": 103.99456677649319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029417068887398, 40.042911802546399 ], [ -75.028943533703298, 40.042295299501703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6683, "tnode_": 6882, "lpoly_": null, "rpoly_": null, "length": 386.89484797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 68180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 861117, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37089, "Shape__Length": 154.28294450756971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028943533703298, 40.042295299501703 ], [ -75.028328459935295, 40.041457799750802 ], [ -75.028258771826501, 40.041372930611303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6882, "tnode_": 7045, "lpoly_": null, "rpoly_": null, "length": 275.16680538000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 68180, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 861118, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37090, "Shape__Length": 109.75780199730407 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028258771826501, 40.041372930611303 ], [ -75.028193583529401, 40.041281771463403 ], [ -75.027899370035698, 40.040789355760303 ], [ -75.027847946325807, 40.040687253097701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6550, "tnode_": 6397, "lpoly_": null, "rpoly_": null, "length": 516.53587023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORO", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 57040, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861119, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORO ST", "stname": "MORO ST", "objectid": 37091, "Shape__Length": 205.5185272636233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029417068887398, 40.042911802546399 ], [ -75.027746560388806, 40.043513569187802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6683, "tnode_": 6429, "lpoly_": null, "rpoly_": null, "length": 888.787422, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 25580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861120, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37092, "Shape__Length": 353.62654133382898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028943533703298, 40.042295299501703 ], [ -75.028879067990005, 40.042315523791899 ], [ -75.026189226394294, 40.0432925937913 ], [ -75.026068219911096, 40.043328429139002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6429, "tnode_": 6655, "lpoly_": null, "rpoly_": null, "length": 387.22682118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3603, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 82240, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 861121, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37093, "Shape__Length": 154.49486454821619 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026068219911096, 40.043328429139002 ], [ -75.026046394841799, 40.043229848772597 ], [ -75.026032289021103, 40.043126177579097 ], [ -75.025994990417701, 40.042985392426601 ], [ -75.025937903978402, 40.042853568432101 ], [ -75.025621926758006, 40.042331113775901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6882, "tnode_": 6655, "lpoly_": null, "rpoly_": null, "length": 816.63883313999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 34960, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37094, "Shape__Length": 324.91986116583053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028258771826501, 40.041372930611303 ], [ -75.025621926758006, 40.042331113775901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6941, "tnode_": 7027, "lpoly_": null, "rpoly_": null, "length": 139.15041323, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4207, "r_f_add": 4200, "r_t_add": 4206, "st_code": 82240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 861123, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37095, "Shape__Length": 55.501301451228194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024807111270704, 40.0410591850478 ], [ -75.024773133558796, 40.041018122398697 ], [ -75.024592934001902, 40.040714940279699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7027, "tnode_": 7083, "lpoly_": null, "rpoly_": null, "length": 107.30052327, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4209, "l_t_add": 4215, "r_f_add": 4208, "r_t_add": 4214, "st_code": 82240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 861124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37096, "Shape__Length": 42.810562862708935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024592934001902, 40.040714940279699 ], [ -75.024566607678906, 40.0406271348008 ], [ -75.024468528573095, 40.040437094946597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6784, "tnode_": 6763, "lpoly_": null, "rpoly_": null, "length": 152.99646872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8157, "r_t_add": 8299, "st_code": 31960, "l_hundred": 8200, "r_hundred": 8100, "seg_id": 861130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 37097, "Shape__Length": 60.873244659666327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023122003293594, 40.041695872953902 ], [ -75.022627859298595, 40.041875169295402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6768, "tnode_": 6683, "lpoly_": null, "rpoly_": null, "length": 342.09584995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7911, "r_t_add": 7999, "st_code": 25580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861131, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37098, "Shape__Length": 136.11229938271887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030047426885503, 40.041892767204402 ], [ -75.028943533703298, 40.042295299501703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6818, "tnode_": 6768, "lpoly_": null, "rpoly_": null, "length": 158.97088940999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7848, "l_t_add": 7898, "r_f_add": 7901, "r_t_add": 7909, "st_code": 25580, "l_hundred": 7800, "r_hundred": 7900, "seg_id": 861132, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37099, "Shape__Length": 63.251182448098255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030559783750505, 40.041704715904302 ], [ -75.030047426885503, 40.041892767204402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6851, "tnode_": 6818, "lpoly_": null, "rpoly_": null, "length": 130.48088227999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRAIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7830, "l_t_add": 7846, "r_f_add": 7833, "r_t_add": 7899, "st_code": 25580, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861133, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRAIG ST", "stname": "CRAIG ST", "objectid": 37100, "Shape__Length": 51.914743824881931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030981237850796, 40.0415518565705 ], [ -75.030559783750505, 40.041704715904302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6541, "tnode_": 6438, "lpoly_": null, "rpoly_": null, "length": 340.13173639000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 50300, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861135, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37101, "Shape__Length": 135.33118395743736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030899892557201, 40.043015700293303 ], [ -75.029799973393693, 40.043412098983303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6626, "tnode_": 6541, "lpoly_": null, "rpoly_": null, "length": 290.63136022999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7834, "l_t_add": 7898, "r_f_add": 7835, "r_t_add": 7899, "st_code": 50300, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861136, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37102, "Shape__Length": 115.66820893717855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031797575349501, 40.042615095919999 ], [ -75.030899892557201, 40.043015700293303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6705, "tnode_": 6626, "lpoly_": null, "rpoly_": null, "length": 292.20545026999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7832, "r_f_add": 7801, "r_t_add": 7833, "st_code": 50300, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861137, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37103, "Shape__Length": 116.29249731631333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032702080640206, 40.042214935412801 ], [ -75.031797575349501, 40.042615095919999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6790, "tnode_": 6705, "lpoly_": null, "rpoly_": null, "length": 237.66988062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7748, "l_t_add": 7798, "r_f_add": 7749, "r_t_add": 7799, "st_code": 50300, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861138, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37104, "Shape__Length": 94.587994478621624 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033437541109294, 40.041889152809198 ], [ -75.032702080640206, 40.042214935412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6818, "tnode_": 7029, "lpoly_": null, "rpoly_": null, "length": 385.17759805000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 27880, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 861140, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 37105, "Shape__Length": 153.63870386731895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030559783750505, 40.041704715904302 ], [ -75.030034410648796, 40.040844818101597 ], [ -75.029982509164896, 40.040745137104302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6321, "tnode_": 6231, "lpoly_": null, "rpoly_": null, "length": 341.00174567000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 26000, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861141, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37106, "Shape__Length": 135.67977821503166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031640750326702, 40.043982897875097 ], [ -75.030538633616899, 40.044381344128098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6408, "tnode_": 6321, "lpoly_": null, "rpoly_": null, "length": 290.17083308999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7834, "l_t_add": 7898, "r_f_add": 7835, "r_t_add": 7899, "st_code": 26000, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861142, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37107, "Shape__Length": 115.47453557151879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0325527145677, 40.043604459732897 ], [ -75.031640750326702, 40.043982897875097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6499, "tnode_": 6408, "lpoly_": null, "rpoly_": null, "length": 297.64199997000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7800, "l_t_add": 7832, "r_f_add": 7801, "r_t_add": 7833, "st_code": 26000, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861143, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37108, "Shape__Length": 118.44895113135698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033485687488593, 40.043212786587802 ], [ -75.0325527145677, 40.043604459732897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6572, "tnode_": 6499, "lpoly_": null, "rpoly_": null, "length": 237.55059078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7748, "l_t_add": 7798, "r_f_add": 7749, "r_t_add": 7799, "st_code": 26000, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861144, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37109, "Shape__Length": 94.533182039332303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034232155119696, 40.042902817548701 ], [ -75.033485687488593, 40.043212786587802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6065, "tnode_": 6321, "lpoly_": null, "rpoly_": null, "length": 527.98065273999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 27880, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 37110, "Shape__Length": 210.54314244900135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032597039697293, 40.045232091332103 ], [ -75.031640750326702, 40.043982897875097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6153, "tnode_": 6408, "lpoly_": null, "rpoly_": null, "length": 513.39819853999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 13760, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHVILLE ST", "stname": "ASHVILLE ST", "objectid": 37111, "Shape__Length": 204.72753915488863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033481158272195, 40.044819796532202 ], [ -75.0325527145677, 40.043604459732897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6255, "tnode_": 6499, "lpoly_": null, "rpoly_": null, "length": 498.2880037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 40960, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37112, "Shape__Length": 198.69690344198483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034395643575806, 40.044388336754999 ], [ -75.033485687488593, 40.043212786587802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6321, "tnode_": 6541, "lpoly_": null, "rpoly_": null, "length": 408.85772524000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 27880, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 37113, "Shape__Length": 163.0376282582736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031640750326702, 40.043982897875097 ], [ -75.030899892557201, 40.043015700293303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6408, "tnode_": 6626, "lpoly_": null, "rpoly_": null, "length": 417.8458758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 13760, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHVILLE ST", "stname": "ASHVILLE ST", "objectid": 37114, "Shape__Length": 166.62171665647534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0325527145677, 40.043604459732897 ], [ -75.031797575349501, 40.042615095919999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6499, "tnode_": 6705, "lpoly_": null, "rpoly_": null, "length": 424.57950237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 40960, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37115, "Shape__Length": 169.2985353156115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033485687488593, 40.043212786587802 ], [ -75.032702080640206, 40.042214935412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6541, "tnode_": 6768, "lpoly_": null, "rpoly_": null, "length": 473.60502552000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 27880, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR ST", "stname": "DECATUR ST", "objectid": 37116, "Shape__Length": 188.8561450462411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030899892557201, 40.043015700293303 ], [ -75.030047426885503, 40.041892767204402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6626, "tnode_": 6851, "lpoly_": null, "rpoly_": null, "length": 449.81049605000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHVILLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 13760, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHVILLE ST", "stname": "ASHVILLE ST", "objectid": 37117, "Shape__Length": 179.36364068031727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031797575349501, 40.042615095919999 ], [ -75.031756608375304, 40.042571065079102 ], [ -75.030981237850796, 40.0415518565705 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6790, "tnode_": 6998, "lpoly_": null, "rpoly_": null, "length": 407.03624086000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 49080, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861153, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 37118, "Shape__Length": 162.30435670133312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033437541109294, 40.041889152809198 ], [ -75.032695623375105, 40.040928255385403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6705, "tnode_": 6938, "lpoly_": null, "rpoly_": null, "length": 426.09247462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 40960, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37119, "Shape__Length": 169.90246619075143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032702080640206, 40.042214935412801 ], [ -75.031922626404906, 40.041210331258803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6315, "tnode_": 6255, "lpoly_": null, "rpoly_": null, "length": 237.63277464000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7748, "l_t_add": 7798, "r_f_add": 7749, "r_t_add": 7799, "st_code": 69580, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861156, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37120, "Shape__Length": 94.582333423412706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035122981643894, 40.044052122256801 ], [ -75.034395643575806, 40.044388336754999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6375, "tnode_": 6315, "lpoly_": null, "rpoly_": null, "length": 210.0281278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7726, "l_t_add": 7746, "r_f_add": 7727, "r_t_add": 7747, "st_code": 69580, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861157, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37121, "Shape__Length": 83.593199780945369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035767798340103, 40.043758186086301 ], [ -75.035186773405698, 40.0440298340528 ], [ -75.035122981643894, 40.044052122256801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6568, "tnode_": 6461, "lpoly_": null, "rpoly_": null, "length": 292.9447295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 69580, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861158, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37122, "Shape__Length": 116.59655156398115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0373912765169, 40.043008140211803 ], [ -75.0364956320375, 40.043423859020997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6315, "tnode_": 6572, "lpoly_": null, "rpoly_": null, "length": 487.33366471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 49080, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861160, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 37123, "Shape__Length": 194.32744572373173 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035122981643894, 40.044052122256801 ], [ -75.034232155119696, 40.042902817548701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6568, "tnode_": 6787, "lpoly_": null, "rpoly_": null, "length": 454.86814369000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 23020, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861161, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 37124, "Shape__Length": 181.37856174638722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0373912765169, 40.043008140211803 ], [ -75.036558971334699, 40.041935783943103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6787, "tnode_": 7037, "lpoly_": null, "rpoly_": null, "length": 451.82262425000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHIPPENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 23020, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861162, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHIPPENDALE AVE", "stname": "CHIPPENDALE AVE", "objectid": 37125, "Shape__Length": 180.15962448721464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036558971334699, 40.041935783943103 ], [ -75.035728441561403, 40.0408723599175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6572, "tnode_": 6790, "lpoly_": null, "rpoly_": null, "length": 431.10457921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 49080, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861163, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 37126, "Shape__Length": 171.90003840324371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034232155119696, 40.042902817548701 ], [ -75.033437541109294, 40.041889152809198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6461, "tnode_": 6693, "lpoly_": null, "rpoly_": null, "length": 469.40827696000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 72440, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 37127, "Shape__Length": 187.17450219224838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0364956320375, 40.043423859020997 ], [ -75.035630008538703, 40.042320316214898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6650, "tnode_": 6889, "lpoly_": null, "rpoly_": null, "length": 445.14238474999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 61100, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861165, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKMONT ST", "stname": "OAKMONT ST", "objectid": 37128, "Shape__Length": 177.49963347200094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038288306971793, 40.042598968304802 ], [ -75.037884507124303, 40.042072397496803 ], [ -75.037474389917094, 40.0415492882398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6693, "tnode_": 6937, "lpoly_": null, "rpoly_": null, "length": 444.03995413000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHEFFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 72440, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHEFFIELD AVE", "stname": "SHEFFIELD AVE", "objectid": 37129, "Shape__Length": 177.05965075694422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035630008538703, 40.042320316214898 ], [ -75.035188138953799, 40.041734504284001 ], [ -75.034819009631406, 40.0412729234517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6634, "tnode_": 6572, "lpoly_": null, "rpoly_": null, "length": 209.26600004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7726, "l_t_add": 7746, "r_f_add": 7727, "r_t_add": 7747, "st_code": 26000, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861167, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37130, "Shape__Length": 83.275030514348202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0348922561938, 40.042633366299803 ], [ -75.034232155119696, 40.042902817548701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6375, "tnode_": 6634, "lpoly_": null, "rpoly_": null, "length": 477.48210290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 55600, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861168, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 37131, "Shape__Length": 190.39705787729918 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035767798340103, 40.043758186086301 ], [ -75.0348922561938, 40.042633366299803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6787, "tnode_": 6693, "lpoly_": null, "rpoly_": null, "length": 295.41944015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 26000, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861169, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37132, "Shape__Length": 117.55995083527174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036558971334699, 40.041935783943103 ], [ -75.036083255491405, 40.042133358559198 ], [ -75.035630008538703, 40.042320316214898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6634, "tnode_": 6868, "lpoly_": null, "rpoly_": null, "length": 438.51785338000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERIDIAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 55600, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 861171, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERIDIAN ST", "stname": "MERIDIAN ST", "objectid": 37133, "Shape__Length": 174.85688263285141 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0348922561938, 40.042633366299803 ], [ -75.034087441887806, 40.041600672717699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6065, "tnode_": 5961, "lpoly_": null, "rpoly_": null, "length": 339.87239618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 69580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861172, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37134, "Shape__Length": 135.26750851408673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032597039697293, 40.045232091332103 ], [ -75.031639573696197, 40.045669887211297 ], [ -75.0315433543675, 40.045690383398103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6153, "tnode_": 6065, "lpoly_": null, "rpoly_": null, "length": 289.53252238000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7834, "l_t_add": 7898, "r_f_add": 7835, "r_t_add": 7899, "st_code": 69580, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861173, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37135, "Shape__Length": 115.24234781664894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033481158272195, 40.044819796532202 ], [ -75.032597039697293, 40.045232091332103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5825, "tnode_": 5929, "lpoly_": null, "rpoly_": null, "length": 545.2207408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDYFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2835, "l_t_add": 2899, "r_f_add": 2834, "r_t_add": 2898, "st_code": 70860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDYFORD AVE", "stname": "SANDYFORD AVE", "objectid": 37136, "Shape__Length": 216.91153993535116 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049578655113706, 40.046810126109001 ], [ -75.049380530852304, 40.046780895018301 ], [ -75.049155643140097, 40.046727478219601 ], [ -75.048815119114593, 40.046629227757499 ], [ -75.048529700921407, 40.046523248218001 ], [ -75.048275206732896, 40.046427020176402 ], [ -75.047981131660606, 40.0463418922348 ], [ -75.047778160268507, 40.046255963856801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6103, "tnode_": 6037, "lpoly_": null, "rpoly_": null, "length": 588.55140153999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7526, "l_t_add": 7598, "r_f_add": 7531, "r_t_add": 7599, "st_code": 16220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 37137, "Shape__Length": 234.0493024698016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047375174949806, 40.045367242432498 ], [ -75.047257288401696, 40.045411317901603 ], [ -75.047136409393801, 40.045445219377903 ], [ -75.047001739885999, 40.045472311375399 ], [ -75.046833438283997, 40.045496451059599 ], [ -75.045314998027806, 40.045652709379901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6110, "tnode_": 5929, "lpoly_": null, "rpoly_": null, "length": 536.00249166999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7430, "l_t_add": 7498, "r_f_add": 7501, "r_t_add": 7527, "st_code": 19380, "l_hundred": 7400, "r_hundred": 7500, "seg_id": 861176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37138, "Shape__Length": 213.41974264895495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049314482582901, 40.045380539423398 ], [ -75.049172708468205, 40.045462970588297 ], [ -75.048402425491702, 40.045935177954497 ], [ -75.047946475637005, 40.0461801434245 ], [ -75.047778160268507, 40.046255963856801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6224, "tnode_": 6103, "lpoly_": null, "rpoly_": null, "length": 331.39346095999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7524, "r_f_add": 7501, "r_t_add": 7529, "st_code": 16220, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861177, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 37139, "Shape__Length": 131.95594152435933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048309941974495, 40.044823765918601 ], [ -75.048269385579403, 40.044876389289499 ], [ -75.048168330028602, 40.044946255785099 ], [ -75.047875120727795, 40.045131852587097 ], [ -75.047628138792504, 40.045266450180499 ], [ -75.047502065645304, 40.045324629340499 ], [ -75.047375174949806, 40.045367242432498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6110, "tnode_": 6224, "lpoly_": null, "rpoly_": null, "length": 346.75100577999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 59320, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESPER ST", "stname": "NESPER ST", "objectid": 37140, "Shape__Length": 138.0569267156346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049314482582901, 40.045380539423398 ], [ -75.048309941974495, 40.044823765918601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6258, "tnode_": 6110, "lpoly_": null, "rpoly_": null, "length": 413.39830032999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7428, "r_f_add": 7401, "r_t_add": 7499, "st_code": 19380, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-05-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37141, "Shape__Length": 164.62302350124244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050467779691999, 40.044671906933999 ], [ -75.049314482582901, 40.045380539423398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6132, "tnode_": 6258, "lpoly_": null, "rpoly_": null, "length": 284.95031517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2829, "l_t_add": 2899, "r_f_add": 2826, "r_t_add": 2898, "st_code": 39080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 37142, "Shape__Length": 113.58157574750793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051083700757403, 40.045294514435902 ], [ -75.051026199005904, 40.045230374767399 ], [ -75.050467779691999, 40.044671906933999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6348, "tnode_": 6224, "lpoly_": null, "rpoly_": null, "length": 271.70811515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7416, "l_t_add": 7498, "r_f_add": 7417, "r_t_add": 7499, "st_code": 16220, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 37143, "Shape__Length": 108.31345383333499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048876368347905, 40.0442181222936 ], [ -75.048309941974495, 40.044823765918601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6224, "tnode_": 6404, "lpoly_": null, "rpoly_": null, "length": 565.79505900999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 59320, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESPER ST", "stname": "NESPER ST", "objectid": 37144, "Shape__Length": 225.26565939668239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048309941974495, 40.044823765918601 ], [ -75.046670878345907, 40.043915242383903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6428, "tnode_": 6258, "lpoly_": null, "rpoly_": null, "length": 395.61481161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROUS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7320, "l_t_add": 7398, "r_f_add": 7351, "r_t_add": 7399, "st_code": 19380, "l_hundred": 7300, "r_hundred": 7300, "seg_id": 861183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROUS AVE", "stname": "BROUS AVE", "objectid": 37145, "Shape__Length": 157.55133681069225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051553950271796, 40.043978208110602 ], [ -75.051300495164398, 40.044158598488401 ], [ -75.0509480664102, 40.0443838398579 ], [ -75.050467779691999, 40.044671906933999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6428, "tnode_": 6618, "lpoly_": null, "rpoly_": null, "length": 560.04398514000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEESDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 76820, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEESDALE ST", "stname": "TEESDALE ST", "objectid": 37146, "Shape__Length": 223.00529259121242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051553950271796, 40.043978208110602 ], [ -75.051509742006203, 40.043886343950298 ], [ -75.049993710203196, 40.043041172911501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6497, "tnode_": 6348, "lpoly_": null, "rpoly_": null, "length": 269.40730681000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BATTERSBY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7414, "r_f_add": 7401, "r_t_add": 7415, "st_code": 16220, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BATTERSBY ST", "stname": "BATTERSBY ST", "objectid": 37147, "Shape__Length": 107.39192013255884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049444573949103, 40.043621275215699 ], [ -75.048876368347905, 40.0442181222936 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6258, "tnode_": 6497, "lpoly_": null, "rpoly_": null, "length": 478.22379102000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 39080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 37148, "Shape__Length": 190.62363335982548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050467779691999, 40.044671906933999 ], [ -75.049506146810899, 40.043698700104798 ], [ -75.049444573949103, 40.043621275215699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6497, "tnode_": 6682, "lpoly_": null, "rpoly_": null, "length": 565.91329472999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 39080, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 37149, "Shape__Length": 225.31655963156524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049444573949103, 40.043621275215699 ], [ -75.0493838453378, 40.043572245055898 ], [ -75.047816988010794, 40.042701976220698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6348, "tnode_": 6551, "lpoly_": null, "rpoly_": null, "length": 564.60064292999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 83700, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDISH ST", "stname": "WINDISH ST", "objectid": 37150, "Shape__Length": 224.79157030269732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048876368347905, 40.0442181222936 ], [ -75.047245636906396, 40.043306362493901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6551, "tnode_": 6727, "lpoly_": null, "rpoly_": null, "length": 558.3059173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINDISH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 83700, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINDISH ST", "stname": "WINDISH ST", "objectid": 37151, "Shape__Length": 222.28190080901274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047245636906396, 40.043306362493901 ], [ -75.045632389927107, 40.042405527008803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6312, "tnode_": 6611, "lpoly_": null, "rpoly_": null, "length": 473.42491246999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 70060, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861192, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37152, "Shape__Length": 188.94878123723333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045203959006798, 40.044363709443502 ], [ -75.045066264998695, 40.043765779621403 ], [ -75.044974986818801, 40.043412636973798 ], [ -75.044879428365405, 40.043088513553201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6611, "tnode_": 7085, "lpoly_": null, "rpoly_": null, "length": 871.13798714999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3251, "r_f_add": 3200, "r_t_add": 3250, "st_code": 70060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 861194, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37153, "Shape__Length": 347.53428612686037 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044879428365405, 40.043088513553201 ], [ -75.044634235304201, 40.042469760919602 ], [ -75.044445942335898, 40.042052552223602 ], [ -75.044265498469201, 40.041694132352099 ], [ -75.044004312499595, 40.041254618501199 ], [ -75.043742627062599, 40.040868393832099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6551, "tnode_": 6404, "lpoly_": null, "rpoly_": null, "length": 274.03088431999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWTHORNE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7416, "l_t_add": 7498, "r_f_add": 7417, "r_t_add": 7499, "st_code": 41280, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861196, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWTHORNE ST", "stname": "HAWTHORNE ST", "objectid": 37154, "Shape__Length": 109.23614341367764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047245636906396, 40.043306362493901 ], [ -75.046670878345907, 40.043915242383903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6404, "tnode_": 6611, "lpoly_": null, "rpoly_": null, "length": 598.36337994999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 59320, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861198, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESPER ST", "stname": "NESPER ST", "objectid": 37155, "Shape__Length": 238.18262700388175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046670878345907, 40.043915242383903 ], [ -75.045215085037597, 40.043101538561999 ], [ -75.045119970852696, 40.043088752941301 ], [ -75.044879428365405, 40.043088513553201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5862, "tnode_": 6037, "lpoly_": null, "rpoly_": null, "length": 315.77107161000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3001, "l_t_add": 3009, "r_f_add": 3000, "r_t_add": 3008, "st_code": 70060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861199, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37156, "Shape__Length": 126.04955035241416 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045272150664402, 40.046518912105903 ], [ -75.045314998027806, 40.045652709379901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6037, "tnode_": 6312, "lpoly_": null, "rpoly_": null, "length": 470.73378677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 3011, "l_t_add": 3099, "r_f_add": 3010, "r_t_add": 3098, "st_code": 70060, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861200, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37157, "Shape__Length": 187.90202689066166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045314998027806, 40.045652709379901 ], [ -75.045296169706305, 40.045222888866299 ], [ -75.045274158949198, 40.0449619366102 ], [ -75.045203959006798, 40.044363709443502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6351, "tnode_": 6478, "lpoly_": null, "rpoly_": null, "length": 335.25018315999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2801, "l_t_add": 2811, "r_f_add": 2800, "r_t_add": 2822, "st_code": 25280, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861201, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37158, "Shape__Length": 133.49158182254286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054064728438803, 40.044334842471002 ], [ -75.053115771011207, 40.043773583554398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4647, "tnode_": 4667, "lpoly_": null, "rpoly_": null, "length": 62.01566401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2549, "r_f_add": 2500, "r_t_add": 2548, "st_code": 70060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861205, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37159, "Shape__Length": 24.693217363503653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049511858497596, 40.054333585953898 ], [ -75.049330366977998, 40.054235962974701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4667, "tnode_": 4691, "lpoly_": null, "rpoly_": null, "length": 95.35633839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2551, "l_t_add": 2583, "r_f_add": 2550, "r_t_add": 2584, "st_code": 70060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861206, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37160, "Shape__Length": 37.969089581524834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049330366977998, 40.054235962974701 ], [ -75.049051925972506, 40.054085174649899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4691, "tnode_": 4707, "lpoly_": null, "rpoly_": null, "length": 56.21184811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2585, "l_t_add": 2599, "r_f_add": 2586, "r_t_add": 2598, "st_code": 70060, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861207, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37161, "Shape__Length": 22.379547296188896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049051925972506, 40.054085174649899 ], [ -75.048883791828601, 40.054000811226402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4251, "tnode_": 4266, "lpoly_": null, "rpoly_": null, "length": 50.54611138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2525, "r_f_add": 2500, "r_t_add": 2526, "st_code": 68180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861208, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37162, "Shape__Length": 20.127448720118078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0470060606863, 40.056827208910398 ], [ -75.046858692042903, 40.056747027287699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4266, "tnode_": 4277, "lpoly_": null, "rpoly_": null, "length": 60.24319377, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2527, "l_t_add": 2551, "r_f_add": 2528, "r_t_add": 2550, "st_code": 68180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861209, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37163, "Shape__Length": 23.987633254798261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046858692042903, 40.056747027287699 ], [ -75.046681442299999, 40.056653233947699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4277, "tnode_": 4285, "lpoly_": null, "rpoly_": null, "length": 48.63125332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2553, "l_t_add": 2583, "r_f_add": 2552, "r_t_add": 2582, "st_code": 68180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861210, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37164, "Shape__Length": 19.364494517301285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046681442299999, 40.056653233947699 ], [ -75.046539087960696, 40.056576711004404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4285, "tnode_": 4297, "lpoly_": null, "rpoly_": null, "length": 49.61099734, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2585, "l_t_add": 2599, "r_f_add": 2584, "r_t_add": 2598, "st_code": 68180, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861211, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37165, "Shape__Length": 19.755668731513953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046539087960696, 40.056576711004404 ], [ -75.046395361276495, 40.0564970289428 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3492, "tnode_": 3487, "lpoly_": null, "rpoly_": null, "length": 52.72167814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 75140, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37166, "Shape__Length": 20.978582852798318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042912914360301, 40.062416726650298 ], [ -75.043088630817607, 40.062468851919697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3495, "tnode_": 3492, "lpoly_": null, "rpoly_": null, "length": 50.88461684, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 75140, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37167, "Shape__Length": 20.242141026581134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042736820697499, 40.062382022122002 ], [ -75.042912914360301, 40.062416726650298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2988, "tnode_": 2944, "lpoly_": null, "rpoly_": null, "length": 224.75846711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9422, "r_f_add": 9401, "r_t_add": 9421, "st_code": 84370, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 861214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBRIDGE RD", "stname": "WOODBRIDGE RD", "objectid": 37168, "Shape__Length": 89.523741366210103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017170975312098, 40.0659286719291 ], [ -75.017053539324493, 40.065973229379701 ], [ -75.016925468157098, 40.0660204468671 ], [ -75.016762839764198, 40.066113516985602 ], [ -75.016613781901995, 40.066217680049 ], [ -75.016539059903593, 40.066295370384601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3818, "tnode_": 3657, "lpoly_": null, "rpoly_": null, "length": 572.48531691000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 7701, "r_t_add": 7799, "st_code": 48940, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861215, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 37169, "Shape__Length": 228.2596972996599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067199646899397, 40.0603307246745 ], [ -75.065985992602506, 40.061595668240201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4822, "tnode_": 4638, "lpoly_": null, "rpoly_": null, "length": 558.1215159, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 12260, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861216, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMA ST", "stname": "ALMA ST", "objectid": 37170, "Shape__Length": 222.51933781444998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065199047171006, 40.053554512021201 ], [ -75.064033113124594, 40.054797326957697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4534, "tnode_": 4696, "lpoly_": null, "rpoly_": null, "length": 741.017438, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSING", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 49080, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 861217, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSING ST", "stname": "LANSING ST", "objectid": 37171, "Shape__Length": 295.08433475648587 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056580741416994, 40.055326309651598 ], [ -75.056235448142004, 40.055135929751302 ], [ -75.054448859928797, 40.054120530260498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4736, "tnode_": 4526, "lpoly_": null, "rpoly_": null, "length": 602.6783304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARNSWORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 33540, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARNSWORTH ST", "stname": "FARNSWORTH ST", "objectid": 37172, "Shape__Length": 240.28092032112178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044908129831498, 40.053666517357698 ], [ -75.043642345705805, 40.055004786633198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4808, "tnode_": 4591, "lpoly_": null, "rpoly_": null, "length": 608.17685049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 68080, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37173, "Shape__Length": 242.4719666002608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044110238811797, 40.053221438715703 ], [ -75.042833706863206, 40.0545723599949 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5983, "tnode_": 6198, "lpoly_": null, "rpoly_": null, "length": 441.63317683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 13400, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 861220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 37174, "Shape__Length": 176.15926071577394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024169730709701, 40.045453737908502 ], [ -75.023486496005404, 40.044361027838498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4670, "tnode_": 4446, "lpoly_": null, "rpoly_": null, "length": 599.05786147000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 20920, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861221, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 37175, "Shape__Length": 238.83870009350937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045757558170607, 40.054135221446202 ], [ -75.044498581421905, 40.055465010991803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4862, "tnode_": 4992, "lpoly_": null, "rpoly_": null, "length": 617.04182617999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 72520, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 861223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 37176, "Shape__Length": 245.69604768287249 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612655579978, 40.053245133148302 ], [ -75.0594732468372, 40.052259207365303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4667, "tnode_": 5383, "lpoly_": null, "rpoly_": null, "length": 1851.63312868, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861227, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37177, "Shape__Length": 738.77864694149582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049330366977998, 40.054235962974701 ], [ -75.049620388014304, 40.053955515458398 ], [ -75.0500429485311, 40.053539975027803 ], [ -75.050463586371507, 40.053088287501403 ], [ -75.050644397141795, 40.052844989477698 ], [ -75.050885200333994, 40.052443225145197 ], [ -75.051054781568695, 40.052060416622403 ], [ -75.051203002260706, 40.051455345672601 ], [ -75.051359473328006, 40.049559829529301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3492, "tnode_": 4119, "lpoly_": null, "rpoly_": null, "length": 1972.9308938700001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861228, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37178, "Shape__Length": 787.08388223851102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042912914360301, 40.062416726650298 ], [ -75.044203255454093, 40.059486119802202 ], [ -75.044240186314099, 40.059412445728498 ], [ -75.044817751117407, 40.058673998908297 ], [ -75.0449671827934, 40.058512694640598 ], [ -75.045956240052405, 40.057605279107399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5383, "tnode_": 5732, "lpoly_": null, "rpoly_": null, "length": 799.8194382, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861232, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37179, "Shape__Length": 319.25585085527092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051359473328006, 40.049559829529301 ], [ -75.0514110048492, 40.048925451042201 ], [ -75.051453659279503, 40.048359157099704 ], [ -75.051572389071893, 40.047820437289502 ], [ -75.051726498296105, 40.047390088452801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5842, "tnode_": 5537, "lpoly_": null, "rpoly_": null, "length": 769.41184784999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7400, "r_hundred": 0, "seg_id": 861233, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37180, "Shape__Length": 307.00017287738342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052458525187006, 40.046741442917202 ], [ -75.052257425783694, 40.046962375919797 ], [ -75.052175615221302, 40.047079070275799 ], [ -75.051953034616602, 40.04744516433 ], [ -75.051798824827799, 40.0477793404742 ], [ -75.051687548630696, 40.048215091744702 ], [ -75.051636609487204, 40.0487208020213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5732, "tnode_": 5842, "lpoly_": null, "rpoly_": null, "length": 312.78555944, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861234, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37181, "Shape__Length": 124.64965368793712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051726498296105, 40.047390088452801 ], [ -75.052458525187006, 40.046741442917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5247, "tnode_": 4985, "lpoly_": null, "rpoly_": null, "length": 593.18748425000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7600, "r_hundred": 0, "seg_id": 861235, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37182, "Shape__Length": 236.79360710454458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051497825039405, 40.050468348460299 ], [ -75.051462079935504, 40.050762626174901 ], [ -75.051385402996601, 40.051593718127599 ], [ -75.051260336671803, 40.0520840198607 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4266, "tnode_": 4461, "lpoly_": null, "rpoly_": null, "length": 625.53240882, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861236, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37183, "Shape__Length": 249.3809688863829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046858692042903, 40.056747027287699 ], [ -75.048206759686096, 40.055377526091398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4461, "tnode_": 4478, "lpoly_": null, "rpoly_": null, "length": 117.44504961, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861237, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37184, "Shape__Length": 46.739392116050368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048206759686096, 40.055377526091398 ], [ -75.048583864045497, 40.0552362215819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4461, "tnode_": 4667, "lpoly_": null, "rpoly_": null, "length": 521.40873316, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861238, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37185, "Shape__Length": 207.8661855490827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048206759686096, 40.055377526091398 ], [ -75.049285420699306, 40.054282453783003 ], [ -75.049330366977998, 40.054235962974701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4119, "tnode_": 4266, "lpoly_": null, "rpoly_": null, "length": 402.25962439, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861239, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37186, "Shape__Length": 160.35163953259621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045956240052405, 40.057605279107399 ], [ -75.046480872822499, 40.0571405599784 ], [ -75.046858692042903, 40.056747027287699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3350, "tnode_": 2835, "lpoly_": null, "rpoly_": null, "length": 1610.4997403, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861240, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37187, "Shape__Length": 642.79864040921893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0424526310169, 40.0634815515266 ], [ -75.040578542663496, 40.067661494863202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3350, "tnode_": 3492, "lpoly_": null, "rpoly_": null, "length": 408.73352952, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861241, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37188, "Shape__Length": 163.13583274219641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0424526310169, 40.0634815515266 ], [ -75.042912914360301, 40.062416726650298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2844, "tnode_": 2835, "lpoly_": null, "rpoly_": null, "length": 54.75167524, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861242, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37189, "Shape__Length": 21.776995834383854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040774000485897, 40.067667702809601 ], [ -75.040578542663496, 40.067661494863202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2844, "tnode_": 2695, "lpoly_": null, "rpoly_": null, "length": 421.16943522999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8700, "r_hundred": 0, "seg_id": 861243, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37190, "Shape__Length": 168.10329009416543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040774000485897, 40.067667702809601 ], [ -75.040632429287399, 40.067988189581101 ], [ -75.040268460757801, 40.0687566060395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5343, "tnode_": 5383, "lpoly_": null, "rpoly_": null, "length": 60.15229771, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861244, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37191, "Shape__Length": 23.943246181301237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051544128548699, 40.049644256845198 ], [ -75.051359473328006, 40.049559829529301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4119, "tnode_": 4277, "lpoly_": null, "rpoly_": null, "length": 410.09226836, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861245, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37192, "Shape__Length": 163.54896816337003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045956240052405, 40.057605279107399 ], [ -75.045982078723895, 40.0574711200669 ], [ -75.045996039546296, 40.057395693862702 ], [ -75.046036510577693, 40.057313672383202 ], [ -75.046085171393401, 40.057249849296603 ], [ -75.046681442299999, 40.056653233947699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3320, "tnode_": 3350, "lpoly_": null, "rpoly_": null, "length": 52.64761723, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861246, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37193, "Shape__Length": 20.976774467844997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042590846590997, 40.063579577203797 ], [ -75.0424526310169, 40.0634815515266 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4943, "tnode_": 4707, "lpoly_": null, "rpoly_": null, "length": 703.2564373, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7711, "r_t_add": 7799, "st_code": 69220, "l_hundred": 0, "r_hundred": 7700, "seg_id": 861247, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37194, "Shape__Length": 280.39553069883124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050315011951398, 40.052419498562202 ], [ -75.050242562337701, 40.0525257568315 ], [ -75.050058904435005, 40.052783040970802 ], [ -75.049863197250104, 40.053020297885602 ], [ -75.049648629985995, 40.053247240206503 ], [ -75.048883791828601, 40.054000811226402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4927, "tnode_": 5252, "lpoly_": null, "rpoly_": null, "length": 718.7766028, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861249, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37195, "Shape__Length": 286.89550889588736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050467425428494, 40.052516380026901 ], [ -75.050520219235494, 40.052422368130898 ], [ -75.050716374089703, 40.0519912197555 ], [ -75.050836594152898, 40.051515963883602 ], [ -75.050892246578599, 40.051111783803997 ], [ -75.0509072901217, 40.050767771263999 ], [ -75.0509109101028, 40.050588596490698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3495, "tnode_": 4285, "lpoly_": null, "rpoly_": null, "length": 2390.2584088500003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861250, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37196, "Shape__Length": 953.53602805713172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042736820697499, 40.062382022122002 ], [ -75.044132062866595, 40.059355524620599 ], [ -75.044238588242294, 40.059130763504001 ], [ -75.044521176466006, 40.0587150892175 ], [ -75.044793800086595, 40.058378127812098 ], [ -75.046539087960696, 40.056576711004404 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5948, "tnode_": 5791, "lpoly_": null, "rpoly_": null, "length": 349.98326762, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7401, "r_t_add": 7433, "st_code": 69220, "l_hundred": 0, "r_hundred": 7400, "seg_id": 861252, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37197, "Shape__Length": 139.55932730967632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052015911803593, 40.046229081791999 ], [ -75.051762574202002, 40.046494723307397 ], [ -75.051652087613206, 40.046617014110801 ], [ -75.051544419865706, 40.046770592334497 ], [ -75.051370554431003, 40.047048161915697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6351, "tnode_": 5948, "lpoly_": null, "rpoly_": null, "length": 897.322646, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7301, "r_t_add": 7399, "st_code": 69220, "l_hundred": 0, "r_hundred": 7300, "seg_id": 861253, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37198, "Shape__Length": 357.61605513149442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054064728438803, 40.044334842471002 ], [ -75.052015911803593, 40.046229081791999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6679, "tnode_": 6351, "lpoly_": null, "rpoly_": null, "length": 708.01129508000008, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7203, "r_t_add": 7299, "st_code": 69220, "l_hundred": 0, "r_hundred": 7200, "seg_id": 861254, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37199, "Shape__Length": 282.15051920379074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055700510078395, 40.0428529669177 ], [ -75.054298670316498, 40.044138883971797 ], [ -75.054064728438803, 40.044334842471002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5470, "tnode_": 5420, "lpoly_": null, "rpoly_": null, "length": 125.8278792, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7581, "r_t_add": 7599, "st_code": 69220, "l_hundred": 0, "r_hundred": 7500, "seg_id": 861256, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-11-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37200, "Shape__Length": 50.230404434216616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050839929960702, 40.049072990215898 ], [ -75.050825807178398, 40.049418231815103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5791, "tnode_": 5470, "lpoly_": null, "rpoly_": null, "length": 757.61205779, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7435, "r_t_add": 7579, "st_code": 69220, "l_hundred": 0, "r_hundred": 7400, "seg_id": 861257, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2006-11-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37201, "Shape__Length": 302.37299249858683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051370554431003, 40.047048161915697 ], [ -75.051199593588095, 40.047371310522401 ], [ -75.050952630948203, 40.048064869907201 ], [ -75.050839929960702, 40.049072990215898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5252, "tnode_": 5352, "lpoly_": null, "rpoly_": null, "length": 50.74929309, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861258, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37202, "Shape__Length": 20.197281369182459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0509109101028, 40.050588596490698 ], [ -75.050750633259398, 40.050523508037301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4927, "tnode_": 4943, "lpoly_": null, "rpoly_": null, "length": 55.37180992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861259, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37203, "Shape__Length": 22.053931602599317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050467425428494, 40.052516380026901 ], [ -75.050315011951398, 40.052419498562202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5009, "tnode_": 4943, "lpoly_": null, "rpoly_": null, "length": 189.12306697, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7701, "r_t_add": 7709, "st_code": 69220, "l_hundred": 0, "r_hundred": 7700, "seg_id": 861260, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37204, "Shape__Length": 75.469053128904093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050537914305394, 40.0519294071538 ], [ -75.050315011951398, 40.052419498562202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4437, "tnode_": 4474, "lpoly_": null, "rpoly_": null, "length": 125.42231617, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861261, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37205, "Shape__Length": 50.01134520448629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047499919060698, 40.055657364946597 ], [ -75.047751366754397, 40.055372397662502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4515, "tnode_": 4438, "lpoly_": null, "rpoly_": null, "length": 126.6816574, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7901, "r_t_add": 7909, "st_code": 69220, "l_hundred": 0, "r_hundred": 7900, "seg_id": 861262, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37206, "Shape__Length": 50.505213459097099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047679773436997, 40.055210855081697 ], [ -75.047409749657206, 40.055489922165201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4474, "tnode_": 4691, "lpoly_": null, "rpoly_": null, "length": 593.65668697000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861263, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37207, "Shape__Length": 236.65711294745486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047751366754397, 40.055372397662502 ], [ -75.049051925972506, 40.054085174649899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4707, "tnode_": 4515, "lpoly_": null, "rpoly_": null, "length": 554.89119615000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7801, "r_t_add": 7899, "st_code": 69220, "l_hundred": 0, "r_hundred": 7800, "seg_id": 861264, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37208, "Shape__Length": 221.20934832909015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048883791828601, 40.054000811226402 ], [ -75.047679773436997, 40.055210855081697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4122, "tnode_": 3886, "lpoly_": null, "rpoly_": null, "length": 558.13927368999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8101, "r_t_add": 8199, "st_code": 69220, "l_hundred": 0, "r_hundred": 8100, "seg_id": 861265, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37209, "Shape__Length": 222.55805053741472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045266385674495, 40.057627272185997 ], [ -75.044934106638294, 40.0579693743666 ], [ -75.044505997288098, 40.058395387300898 ], [ -75.044264362266503, 40.0586619625334 ], [ -75.044149933113502, 40.058887604359597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4297, "tnode_": 4122, "lpoly_": null, "rpoly_": null, "length": 519.03235344999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8001, "r_t_add": 8099, "st_code": 69220, "l_hundred": 0, "r_hundred": 8000, "seg_id": 861266, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37210, "Shape__Length": 206.92009016913815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046395361276495, 40.0564970289428 ], [ -75.045266385674495, 40.057627272185997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3495, "tnode_": 2805, "lpoly_": null, "rpoly_": null, "length": 2134.9992671100003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861267, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37211, "Shape__Length": 852.14272675118104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042736820697499, 40.062382022122002 ], [ -75.042248489494298, 40.063540183786102 ], [ -75.040273391398102, 40.067928601404297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2731, "tnode_": 2595, "lpoly_": null, "rpoly_": null, "length": 412.14392877999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8801, "r_t_add": 8825, "st_code": 69220, "l_hundred": 0, "r_hundred": 8800, "seg_id": 861269, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37212, "Shape__Length": 164.46636891993927 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039855524574506, 40.0684536883983 ], [ -75.039488375089803, 40.069169030533899 ], [ -75.039255940514195, 40.069484416122101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2797, "tnode_": 2731, "lpoly_": null, "rpoly_": null, "length": 200.83622044999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8701, "r_t_add": 8799, "st_code": 69220, "l_hundred": 0, "r_hundred": 8700, "seg_id": 861270, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37213, "Shape__Length": 80.163492715335536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040086876726605, 40.067931809563703 ], [ -75.039855524574506, 40.0684536883983 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2797, "tnode_": 2805, "lpoly_": null, "rpoly_": null, "length": 52.21480903, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861271, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37214, "Shape__Length": 20.76796200776322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040086876726605, 40.067931809563703 ], [ -75.040273391398102, 40.067928601404297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2805, "tnode_": 2560, "lpoly_": null, "rpoly_": null, "length": 647.89816181000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861272, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37215, "Shape__Length": 258.55860759762555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040273391398102, 40.067928601404297 ], [ -75.039902290422702, 40.0687245901333 ], [ -75.039529235656104, 40.069366659392003 ], [ -75.039374480194795, 40.069563434977397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5213, "tnode_": 5009, "lpoly_": null, "rpoly_": null, "length": 490.99178031999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7635, "r_t_add": 7699, "st_code": 69220, "l_hundred": 0, "r_hundred": 7600, "seg_id": 861273, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37216, "Shape__Length": 195.9977415178019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050738639724599, 40.050592505084097 ], [ -75.050679522496395, 40.051282707968397 ], [ -75.050623092095705, 40.051604177844098 ], [ -75.050537914305394, 40.0519294071538 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5352, "tnode_": 5213, "lpoly_": null, "rpoly_": null, "length": 25.35774593, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7633, "r_t_add": 7633, "st_code": 69220, "l_hundred": 0, "r_hundred": 7600, "seg_id": 861274, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37217, "Shape__Length": 10.122331738817058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050750633259398, 40.050523508037301 ], [ -75.050738639724599, 40.050592505084097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5420, "tnode_": 5352, "lpoly_": null, "rpoly_": null, "length": 403.18330643999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7601, "r_t_add": 7631, "st_code": 69220, "l_hundred": 0, "r_hundred": 7600, "seg_id": 861275, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37218, "Shape__Length": 160.95111252285329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050825807178398, 40.049418231815103 ], [ -75.050750633259398, 40.050523508037301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4691, "tnode_": 4927, "lpoly_": null, "rpoly_": null, "length": 697.40254584000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861276, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37219, "Shape__Length": 278.06280741467054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049051925972506, 40.054085174649899 ], [ -75.049649033389201, 40.0534864409669 ], [ -75.0499393563654, 40.053204714943803 ], [ -75.050160928266195, 40.052963129802997 ], [ -75.050344977553905, 40.052695982819102 ], [ -75.050426493739394, 40.052584373569502 ], [ -75.050467425428494, 40.052516380026901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4285, "tnode_": 4437, "lpoly_": null, "rpoly_": null, "length": 429.72779877000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861277, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37220, "Shape__Length": 171.30058284415028 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046539087960696, 40.056576711004404 ], [ -75.047381373107996, 40.055753072626203 ], [ -75.047499919060698, 40.055657364946597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4277, "tnode_": 4437, "lpoly_": null, "rpoly_": null, "length": 444.27826362000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861278, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37221, "Shape__Length": 177.15144417397539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046681442299999, 40.056653233947699 ], [ -75.046782523454795, 40.056606479054501 ], [ -75.047402744667295, 40.055986474782898 ], [ -75.047447932416404, 40.0559390172062 ], [ -75.047468940262206, 40.055905724768003 ], [ -75.047504908956398, 40.055764757551401 ], [ -75.047499919060698, 40.055657364946597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4438, "tnode_": 4297, "lpoly_": null, "rpoly_": null, "length": 463.92548163000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 7911, "r_t_add": 7999, "st_code": 69220, "l_hundred": 0, "r_hundred": 7900, "seg_id": 861279, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37222, "Shape__Length": 184.94516494224794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047409749657206, 40.055489922165201 ], [ -75.046395361276495, 40.0564970289428 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4438, "tnode_": 4474, "lpoly_": null, "rpoly_": null, "length": 104.77533557, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861280, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37223, "Shape__Length": 41.693184977287672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047409749657206, 40.055489922165201 ], [ -75.047751366754397, 40.055372397662502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2595, "tnode_": 2560, "lpoly_": null, "rpoly_": null, "length": 43.92318892, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861282, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37224, "Shape__Length": 17.500069740186809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039255940514195, 40.069484416122101 ], [ -75.039374480194795, 40.069563434977397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3886, "tnode_": 3941, "lpoly_": null, "rpoly_": null, "length": 183.13035379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 73240, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861288, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37225, "Shape__Length": 72.946546199262471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044149933113502, 40.058887604359597 ], [ -75.044652786542898, 40.059209195241202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4283, "tnode_": 4253, "lpoly_": null, "rpoly_": null, "length": 176.40325451000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "CIR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1092, "l_hundred": 0, "r_hundred": 0, "seg_id": 861290, "oneway": "TF", "class": 3, "responsibl": "FAM", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME CIR", "stname": "HOLME CIR", "objectid": 37226, "Shape__Length": 70.247401412454522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028552279247194, 40.056178822536602 ], [ -75.028627984920504, 40.056173379460098 ], [ -75.028718856856301, 40.056182052869197 ], [ -75.028823976386505, 40.056205734636201 ], [ -75.028897044496901, 40.056235178102199 ], [ -75.028956743113994, 40.056280606745602 ], [ -75.029007571974702, 40.056335605327803 ], [ -75.029033842419594, 40.056408726336798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3413, "tnode_": 3464, "lpoly_": null, "rpoly_": null, "length": 259.56613815999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TAUNTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 76740, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861291, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TAUNTON ST", "stname": "TAUNTON ST", "objectid": 37227, "Shape__Length": 103.44812261506783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031696153917096, 40.062856713902796 ], [ -75.031698216218601, 40.062800158539403 ], [ -75.031681686581507, 40.062744511296302 ], [ -75.031640743060194, 40.062673871401302 ], [ -75.031589851016307, 40.062617411162599 ], [ -75.031510557275297, 40.0625674855415 ], [ -75.031113076513606, 40.062351430196898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3277, "tnode_": 3115, "lpoly_": null, "rpoly_": null, "length": 534.5293664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MACON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 52780, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 861292, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MACON ST", "stname": "MACON ST", "objectid": 37228, "Shape__Length": 213.32250519656051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033082881876993, 40.063863300501403 ], [ -75.033191023324093, 40.063912820406102 ], [ -75.033274021388195, 40.063982908734502 ], [ -75.033325059019106, 40.064065426441999 ], [ -75.033467755815906, 40.064358884153201 ], [ -75.033509782837598, 40.0644521761661 ], [ -75.033537697940602, 40.064540740099503 ], [ -75.033564909709, 40.064646868730499 ], [ -75.033575504814095, 40.0647394185143 ], [ -75.033592078888901, 40.064825516645101 ], [ -75.033580736835802, 40.065108738504598 ], [ -75.0335792707655, 40.065218645748999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3115, "tnode_": 2908, "lpoly_": null, "rpoly_": null, "length": 736.28485555999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MACON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 52780, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 861293, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MACON ST", "stname": "MACON ST", "objectid": 37229, "Shape__Length": 293.69072329757807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0335792707655, 40.065218645748999 ], [ -75.033554535292495, 40.065620160093403 ], [ -75.033531190815395, 40.065703116832097 ], [ -75.033499714197006, 40.065774893878498 ], [ -75.033439574537994, 40.065848190033599 ], [ -75.032360435068298, 40.066941272925902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3320, "tnode_": 2844, "lpoly_": null, "rpoly_": null, "length": 1573.7587050500001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8500, "r_hundred": 0, "seg_id": 861295, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37230, "Shape__Length": 628.13849341790137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042590846590997, 40.063579577203797 ], [ -75.0419937830398, 40.064882740801401 ], [ -75.041452785976603, 40.066068710079698 ], [ -75.040774000485897, 40.067667702809601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3487, "tnode_": 3320, "lpoly_": null, "rpoly_": null, "length": 427.93613246000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8400, "r_hundred": 0, "seg_id": 861296, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37231, "Shape__Length": 170.79579872301363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043088630817607, 40.062468851919697 ], [ -75.042590846590997, 40.063579577203797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3941, "tnode_": 3676, "lpoly_": null, "rpoly_": null, "length": 690.13798256999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8200, "r_hundred": 0, "seg_id": 861297, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37232, "Shape__Length": 275.39769582003646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044652786542898, 40.059209195241202 ], [ -75.0444413928399, 40.059471794806598 ], [ -75.044391276270105, 40.059552310060297 ], [ -75.043754579068207, 40.060966560283198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6281, "tnode_": 5842, "lpoly_": null, "rpoly_": null, "length": 976.90508517000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7300, "l_t_add": 7398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7300, "r_hundred": 0, "seg_id": 861298, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37233, "Shape__Length": 389.35687963722052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054649700194801, 40.044654428735498 ], [ -75.052458525187006, 40.046741442917202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6651, "tnode_": 6281, "lpoly_": null, "rpoly_": null, "length": 785.9472183, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7200, "r_hundred": 0, "seg_id": 861299, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37234, "Shape__Length": 313.22016419280823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0564475564628, 40.042997698849 ], [ -75.055185666341004, 40.044180392649302 ], [ -75.054649700194801, 40.044654428735498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4985, "tnode_": 4859, "lpoly_": null, "rpoly_": null, "length": 327.60265986000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7700, "l_t_add": 7798, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7700, "r_hundred": 0, "seg_id": 861300, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37235, "Shape__Length": 130.71243723062497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051260336671803, 40.0520840198607 ], [ -75.051126394527103, 40.052368954368099 ], [ -75.051013657621496, 40.052588067130003 ], [ -75.050820452052605, 40.052916827170399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4439, "tnode_": 4251, "lpoly_": null, "rpoly_": null, "length": 589.40092817999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7950, "l_t_add": 7998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7900, "r_hundred": 0, "seg_id": 861301, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37236, "Shape__Length": 234.96742230910584 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048293954874197, 40.055547207649902 ], [ -75.0470060606863, 40.056827208910398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4478, "tnode_": 4439, "lpoly_": null, "rpoly_": null, "length": 139.3558643, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7916, "l_t_add": 7948, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7900, "r_hundred": 0, "seg_id": 861302, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37237, "Shape__Length": 55.561869777264576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048583864045497, 40.0552362215819 ], [ -75.048293954874197, 40.055547207649902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4647, "tnode_": 4478, "lpoly_": null, "rpoly_": null, "length": 419.25637016000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7900, "r_hundred": 0, "seg_id": 861303, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37238, "Shape__Length": 167.12825528985601 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049511858497596, 40.054333585953898 ], [ -75.049435256252906, 40.0543930304379 ], [ -75.048583864045497, 40.0552362215819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4067, "tnode_": 3941, "lpoly_": null, "rpoly_": null, "length": 563.62200675999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8100, "r_hundred": 0, "seg_id": 861304, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37239, "Shape__Length": 224.71030334365318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045862144489902, 40.057972147581303 ], [ -75.044652786542898, 40.059209195241202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4251, "tnode_": 4067, "lpoly_": null, "rpoly_": null, "length": 525.82444936000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8000, "r_hundred": 0, "seg_id": 861305, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37240, "Shape__Length": 209.62881317336419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0470060606863, 40.056827208910398 ], [ -75.045862144489902, 40.057972147581303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4859, "tnode_": 4647, "lpoly_": null, "rpoly_": null, "length": 633.33851647999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7800, "r_hundred": 0, "seg_id": 861306, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37241, "Shape__Length": 252.51228861573352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050820452052605, 40.052916827170399 ], [ -75.050614412472996, 40.0531769255862 ], [ -75.050350886840604, 40.053475010750297 ], [ -75.049511858497596, 40.054333585953898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2845, "tnode_": 2904, "lpoly_": null, "rpoly_": null, "length": 299.75635532000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 18320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 861307, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 37242, "Shape__Length": 119.39255222220501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074847120573807, 40.0684396997137 ], [ -75.073986551735402, 40.067949847281803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3302, "tnode_": 3216, "lpoly_": null, "rpoly_": null, "length": 414.36745480999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRIFFITH", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 38900, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861308, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRIFFITH ST", "stname": "GRIFFITH ST", "objectid": 37243, "Shape__Length": 165.16608058456336 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064774927150907, 40.064320387486099 ], [ -75.065510278128201, 40.064742034493797 ], [ -75.065567555086204, 40.064819544972202 ], [ -75.065582162721498, 40.064886123672203 ], [ -75.065587632792599, 40.064965735118399 ], [ -75.065571832376605, 40.065038226972099 ], [ -75.065501515149194, 40.065148304410897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5093, "tnode_": 5171, "lpoly_": null, "rpoly_": null, "length": 357.01360225000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 18960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 861309, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 37244, "Shape__Length": 142.17681358324378 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077912763379302, 40.052051792551502 ], [ -75.077865114879998, 40.051985338193397 ], [ -75.076913042597894, 40.051454110764801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2529, "tnode_": 2222, "lpoly_": null, "rpoly_": null, "length": 1377.5739219100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 17000, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 861311, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENTON AVE", "stname": "BENTON AVE", "objectid": 37245, "Shape__Length": 549.58525407800335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046258280096893, 40.070265957779498 ], [ -75.046075916953697, 40.070200421686799 ], [ -75.046008417790503, 40.070181770228203 ], [ -75.045858856896501, 40.0701767037 ], [ -75.045746086949194, 40.070206885899601 ], [ -75.045631297123293, 40.070264398807701 ], [ -75.045564370295494, 40.070338196403 ], [ -75.045387240686196, 40.070676545764996 ], [ -75.045318673479201, 40.070816844343597 ], [ -75.045202107518506, 40.071055351896 ], [ -75.044733286210203, 40.071978640174599 ], [ -75.044674243008302, 40.072221363157801 ], [ -75.044668012163299, 40.072400480073597 ], [ -75.044717151310707, 40.0725765259036 ], [ -75.044777338377898, 40.072696160340399 ], [ -75.045224738938401, 40.073277133665101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4357, "tnode_": 4508, "lpoly_": null, "rpoly_": null, "length": 388.54719755999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 74380, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 861313, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37246, "Shape__Length": 154.99288866255074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026894894909901, 40.0556405516284 ], [ -75.026986089785098, 40.055611301474997 ], [ -75.027064453726894, 40.055578179867403 ], [ -75.027140073754495, 40.055526156623898 ], [ -75.027191854049605, 40.055457424132101 ], [ -75.027221997919298, 40.055404323941502 ], [ -75.027239443402706, 40.0553186334961 ], [ -75.027232077125603, 40.055240427567199 ], [ -75.027057097835296, 40.054715935656603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4620, "tnode_": 4618, "lpoly_": null, "rpoly_": null, "length": 541.17529562000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBION", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 11680, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861314, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBION ST", "stname": "ALBION ST", "objectid": 37247, "Shape__Length": 215.29941609638499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025005147273902, 40.054006330708503 ], [ -75.025508998539195, 40.054222158092401 ], [ -75.025598979561707, 40.054243600690903 ], [ -75.0257146591929, 40.054250799624903 ], [ -75.025858504128394, 40.0542304461529 ], [ -75.026823952643795, 40.054030683348103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5006, "tnode_": 4844, "lpoly_": null, "rpoly_": null, "length": 511.60359475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTHROP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8216, "l_t_add": 8298, "r_f_add": 8225, "r_t_add": 8299, "st_code": 83940, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861315, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTHROP ST", "stname": "WINTHROP ST", "objectid": 37248, "Shape__Length": 203.98810982603982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024598403033394, 40.051296360279103 ], [ -75.024449739090301, 40.051397820687299 ], [ -75.023838806893295, 40.0520266775873 ], [ -75.023778274244705, 40.052154319187203 ], [ -75.023782518613302, 40.052245652739501 ], [ -75.023825809476094, 40.052350076246697 ], [ -75.023929779110006, 40.052452613833303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4864, "tnode_": 5060, "lpoly_": null, "rpoly_": null, "length": 609.15031394000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3143, "l_t_add": 3199, "r_f_add": 3144, "r_t_add": 3198, "st_code": 74380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861316, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37249, "Shape__Length": 242.99013578726576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026289211983396, 40.052411071999202 ], [ -75.025866752692195, 40.051169515965903 ], [ -75.025824083251706, 40.051103841686199 ], [ -75.025745450556997, 40.051047263106398 ], [ -75.025621709808107, 40.050987706289597 ], [ -75.025469345468906, 40.050959266931102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4508, "tnode_": 4618, "lpoly_": null, "rpoly_": null, "length": 258.01699622000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3113, "r_f_add": 3100, "r_t_add": 3110, "st_code": 74380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861317, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37250, "Shape__Length": 102.98245681730224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027057097835296, 40.054715935656603 ], [ -75.026823952643795, 40.054030683348103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4618, "tnode_": 4864, "lpoly_": null, "rpoly_": null, "length": 608.69188751999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3115, "l_t_add": 3141, "r_f_add": 3112, "r_t_add": 3142, "st_code": 74380, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861318, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37251, "Shape__Length": 242.94675385405466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026823952643795, 40.054030683348103 ], [ -75.026289211983396, 40.052411071999202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5060, "tnode_": 5006, "lpoly_": null, "rpoly_": null, "length": 276.76566065999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINTHROP", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8214, "r_f_add": 8201, "r_t_add": 8223, "st_code": 83940, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861319, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINTHROP ST", "stname": "WINTHROP ST", "objectid": 37252, "Shape__Length": 110.14828637221495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025469345468906, 40.050959266931102 ], [ -75.0252011839017, 40.051014225356298 ], [ -75.0249524120659, 40.051099556363603 ], [ -75.024702173936404, 40.051221344822899 ], [ -75.024598403033394, 40.051296360279103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4205, "tnode_": 4206, "lpoly_": null, "rpoly_": null, "length": 205.21436635000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861320, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37253, "Shape__Length": 81.609612699883641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029021008754199, 40.056626579328501 ], [ -75.028289336769504, 40.056591430798598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3777, "tnode_": 3781, "lpoly_": null, "rpoly_": null, "length": 183.17626192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2836, "r_t_add": 2862, "st_code": 77520, "l_hundred": 0, "r_hundred": 2800, "seg_id": 861321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37254, "Shape__Length": 73.024453859807139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024041038358703, 40.059610602117701 ], [ -75.024040377585806, 40.0595500643348 ], [ -75.024041995523703, 40.059509801206303 ], [ -75.024031663861706, 40.059459771849902 ], [ -75.024002173542698, 40.059425881766899 ], [ -75.023932137745902, 40.059402883944102 ], [ -75.023879737873699, 40.059401640634597 ], [ -75.023823685817206, 40.0594145347075 ], [ -75.023784985188996, 40.059456289508802 ], [ -75.023761886317899, 40.059493672250099 ], [ -75.023707257303599, 40.059554838054801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3277, "tnode_": 3182, "lpoly_": null, "rpoly_": null, "length": 450.36416438000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2600, "l_t_add": 2638, "r_f_add": 2601, "r_t_add": 2657, "st_code": 73660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861322, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPERRY ST", "stname": "SPERRY ST", "objectid": 37255, "Shape__Length": 179.4914695051325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033082881876993, 40.063863300501403 ], [ -75.033001860243402, 40.063851209960902 ], [ -75.032941853064699, 40.0638497909816 ], [ -75.032872746755103, 40.063861342802397 ], [ -75.0327137397733, 40.0639037317614 ], [ -75.032522685068201, 40.063960746231899 ], [ -75.032435466933507, 40.063996042879403 ], [ -75.032382448971603, 40.064034346034497 ], [ -75.032331848709504, 40.064083693788703 ], [ -75.032304108787699, 40.064133582229701 ], [ -75.032284500480898, 40.064194651338802 ], [ -75.0322900823504, 40.064269502268502 ], [ -75.032307972965697, 40.064322667651901 ], [ -75.032466735028507, 40.064644422187698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3182, "tnode_": 3102, "lpoly_": null, "rpoly_": null, "length": 266.38754661999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPERRY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2640, "l_t_add": 2698, "r_f_add": 2659, "r_t_add": 2699, "st_code": 73660, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861323, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPERRY ST", "stname": "SPERRY ST", "objectid": 37256, "Shape__Length": 106.31126783511758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032466735028507, 40.064644422187698 ], [ -75.032813265427606, 40.065325492891198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3413, "tnode_": 3193, "lpoly_": null, "rpoly_": null, "length": 957.09927907999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MANCHESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8896, "r_f_add": 8801, "r_t_add": 8897, "st_code": 53140, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 861324, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MANCHESTER ST", "stname": "MANCHESTER ST", "objectid": 37257, "Shape__Length": 381.34882299602452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031696153917096, 40.062856713902796 ], [ -75.031659477055697, 40.062986634039802 ], [ -75.031596757874695, 40.063069236452002 ], [ -75.031171522209902, 40.063537263905197 ], [ -75.031017584155805, 40.063711402634702 ], [ -75.030791938664294, 40.063958321645501 ], [ -75.030671546559702, 40.064075594533399 ], [ -75.030571243332105, 40.064159710044002 ], [ -75.030423793899402, 40.0642499153087 ], [ -75.030289995242796, 40.064311615204097 ], [ -75.030121833023102, 40.064372500617601 ], [ -75.029989091377402, 40.064407798196498 ], [ -75.029838184865397, 40.064428249637203 ], [ -75.029543484868597, 40.064447700460597 ], [ -75.029393059452801, 40.0644561507658 ], [ -75.029294626974703, 40.064463163087296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3606, "tnode_": 3539, "lpoly_": null, "rpoly_": null, "length": 164.50328869000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARGRAVE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8700, "l_t_add": 8724, "r_f_add": 8701, "r_t_add": 8723, "st_code": 40480, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 861325, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARGRAVE ST", "stname": "HARGRAVE ST", "objectid": 37258, "Shape__Length": 65.595463226607734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031993890086795, 40.061384015745602 ], [ -75.031654091347704, 40.061752465732802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4048, "tnode_": 4126, "lpoly_": null, "rpoly_": null, "length": 2188.63635144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2700, "r_hundred": 0, "seg_id": 861326, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37259, "Shape__Length": 870.84494517640337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041466972982704, 40.057966209575198 ], [ -75.041112555615896, 40.058014548664801 ], [ -75.040926442768196, 40.058058532341903 ], [ -75.040675784109297, 40.058142456378199 ], [ -75.040492233136305, 40.058234872678497 ], [ -75.040291125511104, 40.058316508938397 ], [ -75.040067556001006, 40.058397615052598 ], [ -75.039667132312303, 40.058516011573701 ], [ -75.039344731203997, 40.058594784799197 ], [ -75.0390644160601, 40.058633088327397 ], [ -75.038587404690304, 40.058642562454899 ], [ -75.038072445735907, 40.058588946527202 ], [ -75.037644911983094, 40.058485564662298 ], [ -75.037339498930507, 40.0583643332021 ], [ -75.037106239799897, 40.0582378936152 ], [ -75.036849829936799, 40.058128183595002 ], [ -75.035625258854296, 40.057707370473501 ], [ -75.035436713685897, 40.057681043636002 ], [ -75.035237493593499, 40.057633405754203 ], [ -75.034339202253904, 40.057324542289003 ], [ -75.034200664511701, 40.057278520726598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27546, "tnode_": 5331, "lpoly_": null, "rpoly_": null, "length": 617.46799452999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIGHTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 18960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 861327, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIGHTON ST", "stname": "BRIGHTON ST", "objectid": 37260, "Shape__Length": 245.85770076284393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076875237076493, 40.051495922337402 ], [ -75.075079326446399, 40.050511905640199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2610, "tnode_": 2513, "lpoly_": null, "rpoly_": null, "length": 848.58293085000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 35280, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 861328, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 37261, "Shape__Length": 337.88420819779122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0672292870359, 40.070069402351102 ], [ -75.0672433484701, 40.070043677916303 ], [ -75.067344786171503, 40.069967842858603 ], [ -75.067473605273804, 40.069910091983999 ], [ -75.067616784470601, 40.069889130516202 ], [ -75.067725164363196, 40.069898176712201 ], [ -75.067847589676603, 40.069918821767601 ], [ -75.067982141467297, 40.069982720385099 ], [ -75.069813943205304, 40.070871850544599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2449, "tnode_": 2610, "lpoly_": null, "rpoly_": null, "length": 830.48184201000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 74380, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 861329, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37262, "Shape__Length": 330.88298614517043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069234332206193, 40.071506746574002 ], [ -75.067357649354093, 40.0705757280925 ], [ -75.067237462629805, 40.070478949033401 ], [ -75.0671739911119, 40.070364260333598 ], [ -75.067155472277307, 40.070259330577102 ], [ -75.067182251293303, 40.0701554574798 ], [ -75.0672292870359, 40.070069402351102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3513, "tnode_": 3539, "lpoly_": null, "rpoly_": null, "length": 319.28955435999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2712, "st_code": 77520, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37263, "Shape__Length": 127.0501483279518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032713499677001, 40.061965203005002 ], [ -75.032597000028304, 40.061983579251098 ], [ -75.032500780196301, 40.0619978982308 ], [ -75.032377482883504, 40.061994981988803 ], [ -75.032236166785296, 40.061979786049903 ], [ -75.032119698581297, 40.061960436372303 ], [ -75.031654091347704, 40.061752465732802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3513, "tnode_": 3660, "lpoly_": null, "rpoly_": null, "length": 504.61732654999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 83640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 37264, "Shape__Length": 201.23546818508757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032713499677001, 40.061965203005002 ], [ -75.032858675479403, 40.0619210174467 ], [ -75.032956032334994, 40.061878277022998 ], [ -75.033098535891, 40.061786819123903 ], [ -75.033223588127498, 40.061668871050102 ], [ -75.033305107141004, 40.061559376204698 ], [ -75.033372920117699, 40.061406885190102 ], [ -75.033474687623794, 40.061176963955099 ], [ -75.033631256392795, 40.060843874744499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4508, "tnode_": 4530, "lpoly_": null, "rpoly_": null, "length": 745.29806444999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLFAX", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 24140, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861333, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLFAX ST", "stname": "COLFAX ST", "objectid": 37265, "Shape__Length": 296.62387479966094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027057097835296, 40.054715935656603 ], [ -75.025650679841107, 40.054996520455099 ], [ -75.025484374869094, 40.055015157078799 ], [ -75.025320586609595, 40.055007563957602 ], [ -75.025161160154795, 40.054966664718897 ], [ -75.025014093835296, 40.054884108885403 ], [ -75.024921647536303, 40.054821094836498 ], [ -75.024853411294401, 40.054746490740399 ], [ -75.024793814694107, 40.054653845166797 ], [ -75.024757192487499, 40.054541838428499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4620, "tnode_": 4824, "lpoly_": null, "rpoly_": null, "length": 552.73544291000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRAPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3119, "l_t_add": 3143, "r_f_add": 3110, "r_t_add": 3140, "st_code": 29140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861334, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRAPER ST", "stname": "DRAPER ST", "objectid": 37266, "Shape__Length": 220.55688895614387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025005147273902, 40.054006330708503 ], [ -75.025420808778193, 40.053409676237401 ], [ -75.025474369126599, 40.053277177578899 ], [ -75.025509750197003, 40.0531484782246 ], [ -75.025514551080207, 40.053028930108503 ], [ -75.0254935935357, 40.052886645695402 ], [ -75.025427723798998, 40.052677090170803 ], [ -75.025392540715202, 40.052589276855201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4530, "tnode_": 4620, "lpoly_": null, "rpoly_": null, "length": 211.95317527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRAPER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3117, "r_f_add": 3100, "r_t_add": 3108, "st_code": 29140, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 861335, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRAPER ST", "stname": "DRAPER ST", "objectid": 37267, "Shape__Length": 84.56844744189597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024757192487499, 40.054541838428499 ], [ -75.024755402710994, 40.054427894426397 ], [ -75.024774878433604, 40.054337124535699 ], [ -75.024826226909795, 40.054241028579199 ], [ -75.025005147273902, 40.054006330708503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5221, "tnode_": 5382, "lpoly_": null, "rpoly_": null, "length": 623.23012755000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DISSTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 28640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 861336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DISSTON ST", "stname": "DISSTON ST", "objectid": 37268, "Shape__Length": 248.15787510129795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079881156477398, 40.051226450714601 ], [ -75.079479118882503, 40.050998733439499 ], [ -75.078078140076698, 40.050222964938399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5127, "tnode_": 5291, "lpoly_": null, "rpoly_": null, "length": 623.73542437000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 78240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 861338, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 37269, "Shape__Length": 248.36121154142654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079336885326498, 40.051818402452099 ], [ -75.078928448321406, 40.051587364672599 ], [ -75.077532359344502, 40.050814133474702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5382, "tnode_": 5291, "lpoly_": null, "rpoly_": null, "length": 264.12934269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6950, "l_t_add": 6998, "r_f_add": 6951, "r_t_add": 6999, "st_code": 11980, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 861340, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37270, "Shape__Length": 105.30384492403778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078078140076698, 40.050222964938399 ], [ -75.077789895594506, 40.0505198178274 ], [ -75.077532359344502, 40.050814133474702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5333, "tnode_": 5221, "lpoly_": null, "rpoly_": null, "length": 264.37515491, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6900, "l_t_add": 6918, "r_f_add": 6901, "r_t_add": 6919, "st_code": 64000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 861342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37271, "Shape__Length": 105.39279459724864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080446465364403, 40.050645156399597 ], [ -75.080151538810796, 40.050941939021101 ], [ -75.079881156477398, 40.051226450714601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5221, "tnode_": 5127, "lpoly_": null, "rpoly_": null, "length": 264.07039630999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 6920, "l_t_add": 6998, "r_f_add": 6921, "r_t_add": 6999, "st_code": 64000, "l_hundred": 6900, "r_hundred": 6900, "seg_id": 861344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37272, "Shape__Length": 105.28269990680428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079881156477398, 40.051226450714601 ], [ -75.079600241509198, 40.051522021421498 ], [ -75.079336885326498, 40.051818402452099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5127, "tnode_": 5021, "lpoly_": null, "rpoly_": null, "length": 311.30742818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7018, "r_f_add": 7001, "r_t_add": 7019, "st_code": 64000, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37273, "Shape__Length": 124.1114193078823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079336885326498, 40.051818402452099 ], [ -75.078962507205503, 40.052202904761003 ], [ -75.078684590515394, 40.052510353930401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4878, "tnode_": 4785, "lpoly_": null, "rpoly_": null, "length": 278.77547052, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7020, "l_t_add": 7098, "r_f_add": 7021, "r_t_add": 7099, "st_code": 82820, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 37274, "Shape__Length": 111.13803554219434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080413829235795, 40.053480696679301 ], [ -75.080151879939393, 40.0537524590206 ], [ -75.079817510495801, 40.054093589918999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5021, "tnode_": 4926, "lpoly_": null, "rpoly_": null, "length": 281.60082149, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7020, "l_t_add": 7098, "r_f_add": 7021, "r_t_add": 7099, "st_code": 64000, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861361, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37275, "Shape__Length": 112.26688445943549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078684590515394, 40.052510353930401 ], [ -75.078387032249594, 40.052818417952302 ], [ -75.0780900356432, 40.053133884646897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5291, "tnode_": 5171, "lpoly_": null, "rpoly_": null, "length": 290.54235681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7036, "r_f_add": 7001, "r_t_add": 7037, "st_code": 11980, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861364, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37276, "Shape__Length": 115.82569567102783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077532359344502, 40.050814133474702 ], [ -75.077172191470396, 40.051190926085098 ], [ -75.077170310908201, 40.051192858310898 ], [ -75.077167632437906, 40.0511956099391 ], [ -75.076913042597894, 40.051454110764801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5017, "tnode_": 4974, "lpoly_": null, "rpoly_": null, "length": 129.98411894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7112, "r_f_add": 7101, "r_t_add": 7113, "st_code": 11980, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861365, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2007-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37277, "Shape__Length": 51.816241312812835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075962218731206, 40.052472516035202 ], [ -75.075678546668897, 40.052755004264696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5440, "tnode_": 5331, "lpoly_": null, "rpoly_": null, "length": 317.30900737000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7000, "l_t_add": 7036, "r_f_add": 7001, "r_t_add": 7035, "st_code": 75420, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861367, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37278, "Shape__Length": 126.50455665816673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075736256571702, 40.049802081075903 ], [ -75.075373119365594, 40.050194204133099 ], [ -75.075079326446399, 40.050511905640199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5074, "tnode_": 5017, "lpoly_": null, "rpoly_": null, "length": 156.22490897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7056, "l_t_add": 7098, "r_f_add": 7057, "r_t_add": 7099, "st_code": 11980, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861372, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37279, "Shape__Length": 62.287495853616015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076281775424505, 40.052121050673897 ], [ -75.076220979081697, 40.052194185025598 ], [ -75.075969952751905, 40.052464656977797 ], [ -75.075966108921406, 40.052468563619101 ], [ -75.075962218731206, 40.052472516035202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27546, "tnode_": 5074, "lpoly_": null, "rpoly_": null, "length": 281.95375092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7040, "l_t_add": 7054, "r_f_add": 7041, "r_t_add": 7055, "st_code": 11980, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861377, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37280, "Shape__Length": 112.40674380565662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076875237076493, 40.051495922337402 ], [ -75.076660800580598, 40.051733080557398 ], [ -75.076600358786806, 40.051799497984497 ], [ -75.076593093696204, 40.051807481524598 ], [ -75.076281775424505, 40.052121050673897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5331, "tnode_": 5218, "lpoly_": null, "rpoly_": null, "length": 276.53992798999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7038, "l_t_add": 7098, "r_f_add": 7037, "r_t_add": 7099, "st_code": 75420, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861379, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37281, "Shape__Length": 110.2447112773732 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075079326446399, 40.050511905640199 ], [ -75.074794540072503, 40.050818425240998 ], [ -75.074493098716104, 40.0511227965725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5218, "tnode_": 5119, "lpoly_": null, "rpoly_": null, "length": 289.4390886, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7116, "r_f_add": 7101, "r_t_add": 7115, "st_code": 75420, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861382, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37282, "Shape__Length": 115.38635421530374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074493098716104, 40.0511227965725 ], [ -75.074184057926999, 40.0514433746823 ], [ -75.0738760314036, 40.051760309317103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4974, "tnode_": 4879, "lpoly_": null, "rpoly_": null, "length": 278.58496026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7114, "l_t_add": 7198, "r_f_add": 7115, "r_t_add": 7199, "st_code": 11980, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861387, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37283, "Shape__Length": 111.06625072096804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075678546668897, 40.052755004264696 ], [ -75.075365092275604, 40.053089584098203 ], [ -75.075092892030199, 40.0533732823584 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5119, "tnode_": 5020, "lpoly_": null, "rpoly_": null, "length": 275.13357912000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7118, "l_t_add": 7198, "r_f_add": 7117, "r_t_add": 7199, "st_code": 75420, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861389, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37284, "Shape__Length": 109.69554348983139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0738760314036, 40.051760309317103 ], [ -75.073578719820205, 40.052086277061399 ], [ -75.073311105696206, 40.052378341483298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4879, "tnode_": 4794, "lpoly_": null, "rpoly_": null, "length": 276.90067358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7224, "r_f_add": 7201, "r_t_add": 7225, "st_code": 11980, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861391, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37285, "Shape__Length": 110.39425523862357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075092892030199, 40.0533732823584 ], [ -75.074775713912203, 40.0537165113914 ], [ -75.0745080144128, 40.053986152430497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5020, "tnode_": 4932, "lpoly_": null, "rpoly_": null, "length": 277.28846039000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7200, "l_t_add": 7216, "r_f_add": 7201, "r_t_add": 7215, "st_code": 75420, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861393, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37286, "Shape__Length": 110.54730836882771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073311105696206, 40.052378341483298 ], [ -75.072992782279897, 40.052699251788802 ], [ -75.072725610680607, 40.052992128091802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4794, "tnode_": 4693, "lpoly_": null, "rpoly_": null, "length": 269.25297579, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7226, "l_t_add": 7242, "r_f_add": 7227, "r_t_add": 7243, "st_code": 11980, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861395, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37287, "Shape__Length": 107.35082585364739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0745080144128, 40.053986152430497 ], [ -75.074207987224497, 40.054315103293803 ], [ -75.073948095053098, 40.054587078453501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4932, "tnode_": 4842, "lpoly_": null, "rpoly_": null, "length": 269.21101546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7218, "l_t_add": 7234, "r_f_add": 7217, "r_t_add": 7233, "st_code": 75420, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861397, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37288, "Shape__Length": 107.33448705898928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072725610680607, 40.052992128091802 ], [ -75.072440852822197, 40.053299733233899 ], [ -75.072169558406699, 40.053595078420898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4693, "tnode_": 4585, "lpoly_": null, "rpoly_": null, "length": 335.20113842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7244, "l_t_add": 7298, "r_f_add": 7245, "r_t_add": 7299, "st_code": 11980, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861399, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37289, "Shape__Length": 133.64926242928289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073948095053098, 40.054587078453501 ], [ -75.073655881756494, 40.054901682524999 ], [ -75.073258164643207, 40.055339140035898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4842, "tnode_": 4721, "lpoly_": null, "rpoly_": null, "length": 323.49358701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7236, "l_t_add": 7298, "r_f_add": 7235, "r_t_add": 7299, "st_code": 75420, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861401, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37290, "Shape__Length": 128.96352595043365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072169558406699, 40.053595078420898 ], [ -75.071846295464496, 40.053925913656599 ], [ -75.071473094868793, 40.054303698466001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4785, "tnode_": 4690, "lpoly_": null, "rpoly_": null, "length": 285.62039012999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7119, "st_code": 82820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 37291, "Shape__Length": 113.8743772702896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079817510495801, 40.054093589918999 ], [ -75.079510494336304, 40.054427473455199 ], [ -75.079219041725196, 40.054728534593401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4926, "tnode_": 4838, "lpoly_": null, "rpoly_": null, "length": 285.86729054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7119, "st_code": 64000, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37292, "Shape__Length": 113.97067631898923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0780900356432, 40.053133884646897 ], [ -75.077772823036099, 40.053457334856098 ], [ -75.077490141011793, 40.053768775653701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4690, "tnode_": 4600, "lpoly_": null, "rpoly_": null, "length": 284.23031214000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7121, "r_t_add": 7199, "st_code": 82820, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 37293, "Shape__Length": 113.32649948870434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079219041725196, 40.054728534593401 ], [ -75.078945634059096, 40.055024508337098 ], [ -75.078633734418304, 40.055366089982698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4838, "tnode_": 4745, "lpoly_": null, "rpoly_": null, "length": 281.35844786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7120, "l_t_add": 7198, "r_f_add": 7121, "r_t_add": 7199, "st_code": 64000, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37294, "Shape__Length": 112.17639932906488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077490141011793, 40.053768775653701 ], [ -75.077210009225098, 40.054065477373399 ], [ -75.0769039687938, 40.054396170142901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5682, "tnode_": 5747, "lpoly_": null, "rpoly_": null, "length": 254.73769893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 65740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861417, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37295, "Shape__Length": 101.43237693803772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069076731516105, 40.048119006123699 ], [ -75.068700472179501, 40.047901499796197 ], [ -75.068346954929495, 40.047701359956797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5488, "tnode_": 5552, "lpoly_": null, "rpoly_": null, "length": 249.08742056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 74220, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37296, "Shape__Length": 99.175909739445189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067875186665404, 40.049359969464298 ], [ -75.0674731723512, 40.049145048465697 ], [ -75.067149728104098, 40.048964167847103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5810, "tnode_": 5858, "lpoly_": null, "rpoly_": null, "length": 227.09592151000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 65740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 861419, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37297, "Shape__Length": 90.42149728486865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067767283957295, 40.047391373548699 ], [ -75.067505440824803, 40.047245670721097 ], [ -75.067111835550094, 40.047024113676699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5594, "tnode_": 5643, "lpoly_": null, "rpoly_": null, "length": 223.64231909, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 74220, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 861420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37298, "Shape__Length": 89.04948501279398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066581632549997, 40.048646631194202 ], [ -75.066335189627296, 40.048510108514698 ], [ -75.065938182670607, 40.048282839261397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5858, "tnode_": 5919, "lpoly_": null, "rpoly_": null, "length": 224.94408434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 65740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 861421, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37299, "Shape__Length": 89.57013758794352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067111835550094, 40.047024113676699 ], [ -75.066847640390094, 40.046873089555397 ], [ -75.066470976917799, 40.046651683551701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5643, "tnode_": 5705, "lpoly_": null, "rpoly_": null, "length": 247.72077915, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 74220, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 861422, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37300, "Shape__Length": 98.631132421363532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065938182670607, 40.048282839261397 ], [ -75.065600750505695, 40.048092670882703 ], [ -75.065218014485595, 40.047887828792597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5705, "tnode_": 5769, "lpoly_": null, "rpoly_": null, "length": 226.99636698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1935, "r_f_add": 1900, "r_t_add": 1934, "st_code": 74220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861423, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37301, "Shape__Length": 90.381708342622488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065218014485595, 40.047887828792597 ], [ -75.064903986613103, 40.047718545418597 ], [ -75.064902805006, 40.047717859136597 ], [ -75.064561744772405, 40.0475220117888 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5161, "tnode_": 5228, "lpoly_": null, "rpoly_": null, "length": 225.44319976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2017, "r_f_add": 2000, "r_t_add": 2016, "st_code": 25280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 861429, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37302, "Shape__Length": 89.773724609373744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066048583769899, 40.051190411053902 ], [ -75.065757561183105, 40.051017340212397 ], [ -75.0654053606399, 40.050818126044199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5552, "tnode_": 5594, "lpoly_": null, "rpoly_": null, "length": 196.66016381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 74220, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861431, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37303, "Shape__Length": 78.304562529762677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067149728104098, 40.048964167847103 ], [ -75.0669162992141, 40.048834230671602 ], [ -75.066581632549997, 40.048646631194202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5228, "tnode_": 5287, "lpoly_": null, "rpoly_": null, "length": 194.34615257000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2019, "l_t_add": 2039, "r_f_add": 2018, "r_t_add": 2038, "st_code": 25280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 861432, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37304, "Shape__Length": 77.386170492219293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0654053606399, 40.050818126044199 ], [ -75.0651338611695, 40.050673630435 ], [ -75.064845249382998, 40.050503214827799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5287, "tnode_": 5345, "lpoly_": null, "rpoly_": null, "length": 226.78702037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2041, "l_t_add": 2099, "r_f_add": 2040, "r_t_add": 2098, "st_code": 25280, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 861436, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37305, "Shape__Length": 90.301007006818338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064845249382998, 40.050503214827799 ], [ -75.064563048734996, 40.050347969624603 ], [ -75.064188377140297, 40.050138877934003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5345, "tnode_": 5407, "lpoly_": null, "rpoly_": null, "length": 252.38152784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2116, "st_code": 25280, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 861440, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37306, "Shape__Length": 100.47839866520292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064188377140297, 40.050138877934003 ], [ -75.063832592256801, 40.049940071396001 ], [ -75.063579306053001, 40.049802044729702 ], [ -75.063519700121404, 40.049773987134301 ], [ -75.063440409854707, 40.049760467938398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5931, "tnode_": 5769, "lpoly_": null, "rpoly_": null, "length": 435.49475864000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7198, "r_f_add": 7101, "r_t_add": 7199, "st_code": 73420, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861446, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 37307, "Shape__Length": 173.60668675379236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064861559971803, 40.046562218657698 ], [ -75.064961116694107, 40.0466312797437 ], [ -75.065083543393101, 40.046706422106404 ], [ -75.065137254318401, 40.046775140406602 ], [ -75.065159644180696, 40.046843126634997 ], [ -75.065132301211094, 40.0469003120213 ], [ -75.064561744772405, 40.0475220117888 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5769, "tnode_": 5826, "lpoly_": null, "rpoly_": null, "length": 238.64726312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1937, "l_t_add": 1963, "r_f_add": 1936, "r_t_add": 1962, "st_code": 74220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861448, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37308, "Shape__Length": 95.018302364496861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064561744772405, 40.0475220117888 ], [ -75.064243345064199, 40.047337406599702 ], [ -75.063869265741701, 40.047140273310603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5769, "tnode_": 5600, "lpoly_": null, "rpoly_": null, "length": 660.27282102999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 73420, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861455, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUDER ST", "stname": "SOUDER ST", "objectid": 37309, "Shape__Length": 263.11358687481135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064561744772405, 40.0475220117888 ], [ -75.063457178672905, 40.048668184992401 ], [ -75.063377872248495, 40.048671865370501 ], [ -75.063128789136499, 40.048568947733401 ], [ -75.063010219899098, 40.048511295413803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5826, "tnode_": 5600, "lpoly_": null, "rpoly_": null, "length": 616.15736445999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7254, "r_f_add": 7201, "r_t_add": 7263, "st_code": 43560, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861458, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37310, "Shape__Length": 245.63922773684322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063869265741701, 40.047140273310603 ], [ -75.062827583307595, 40.048258319825699 ], [ -75.062818458840795, 40.048330388137799 ], [ -75.062837876920398, 40.048399119882603 ], [ -75.063010219899098, 40.048511295413803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6050, "tnode_": 5931, "lpoly_": null, "rpoly_": null, "length": 237.97500452, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7100, "l_t_add": 7118, "r_f_add": 7101, "r_t_add": 7103, "st_code": 43560, "l_hundred": 7100, "r_hundred": 7100, "seg_id": 861460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37311, "Shape__Length": 94.882462758793622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065329727039895, 40.046017041688103 ], [ -75.065055520061705, 40.046344329753701 ], [ -75.064861559971803, 40.046562218657698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5826, "tnode_": 5892, "lpoly_": null, "rpoly_": null, "length": 229.25624411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1965, "l_t_add": 1999, "r_f_add": 1964, "r_t_add": 1998, "st_code": 74220, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861462, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37312, "Shape__Length": 91.288262853847939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063869265741701, 40.047140273310603 ], [ -75.063593568678797, 40.046976042614602 ], [ -75.063217444808402, 40.046759372416602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5892, "tnode_": 5586, "lpoly_": null, "rpoly_": null, "length": 844.08506224000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 61040, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861471, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKLAND ST", "stname": "OAKLAND ST", "objectid": 37313, "Shape__Length": 336.45845126689528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063217444808402, 40.046759372416602 ], [ -75.061926967773502, 40.0480407635633 ], [ -75.061377023045694, 40.048594681088503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5958, "tnode_": 5740, "lpoly_": null, "rpoly_": null, "length": 544.36572476999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 7200, "l_t_add": 7298, "r_f_add": 7201, "r_t_add": 7299, "st_code": 30580, "l_hundred": 7200, "r_hundred": 7200, "seg_id": 861473, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2004-08-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37314, "Shape__Length": 216.98667148596067 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062550264328493, 40.0463916158606 ], [ -75.061364710815099, 40.047576051335497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6148, "tnode_": 6219, "lpoly_": null, "rpoly_": null, "length": 233.78129094000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1965, "l_t_add": 1999, "r_f_add": 1966, "r_t_add": 1998, "st_code": 65740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37315, "Shape__Length": 93.07953039799358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064463449699105, 40.045531360178799 ], [ -75.064170305896596, 40.045368843001803 ], [ -75.063786908137601, 40.045155207620702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5892, "tnode_": 5958, "lpoly_": null, "rpoly_": null, "length": 229.86425757000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2001, "l_t_add": 2033, "r_f_add": 2000, "r_t_add": 2032, "st_code": 74220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 861480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37316, "Shape__Length": 91.520227538396568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063217444808402, 40.046759372416602 ], [ -75.062915987005098, 40.046592839019397 ], [ -75.062550264328493, 40.0463916158606 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5958, "tnode_": 6022, "lpoly_": null, "rpoly_": null, "length": 203.87929262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT VINCENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2035, "l_t_add": 2049, "r_f_add": 2034, "r_t_add": 2048, "st_code": 74220, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 861482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT VINCENT ST", "stname": "SAINT VINCENT ST", "objectid": 37317, "Shape__Length": 81.172619690100746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062550264328493, 40.0463916158606 ], [ -75.062305839945907, 40.046254882678902 ], [ -75.062141509112294, 40.046166704391098 ], [ -75.061956698318298, 40.046067424204601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5740, "tnode_": 5803, "lpoly_": null, "rpoly_": null, "length": 192.88416138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2201, "l_t_add": 2249, "r_f_add": 2200, "r_t_add": 2248, "st_code": 31840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 861483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 37318, "Shape__Length": 76.805429296766164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061364710815099, 40.047576051335497 ], [ -75.061090767745796, 40.047416536517403 ], [ -75.060815936330798, 40.047255920767 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5803, "tnode_": 5851, "lpoly_": null, "rpoly_": null, "length": 228.19471265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENGLEWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2251, "l_t_add": 2299, "r_f_add": 2250, "r_t_add": 2298, "st_code": 31840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 861487, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENGLEWOOD ST", "stname": "ENGLEWOOD ST", "objectid": 37319, "Shape__Length": 90.856567389140807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060815936330798, 40.047255920767 ], [ -75.060542338260504, 40.047102702848598 ], [ -75.060154166832206, 40.046890240166803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6055, "tnode_": 6125, "lpoly_": null, "rpoly_": null, "length": 226.40261223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1531, "l_t_add": 1599, "r_f_add": 1530, "r_t_add": 1598, "st_code": 78240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861490, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 37320, "Shape__Length": 90.147976645873996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068987315497694, 40.046110255097801 ], [ -75.068725341319194, 40.045965556589898 ], [ -75.068652942558302, 40.045923404453603 ], [ -75.068339899345602, 40.045737980613701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5920, "tnode_": 5991, "lpoly_": null, "rpoly_": null, "length": 254.47772099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1501, "l_t_add": 1519, "r_f_add": 1500, "r_t_add": 1518, "st_code": 78240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861494, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 37321, "Shape__Length": 101.31684458210147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0703037839546, 40.046831361149998 ], [ -75.069897466926193, 40.046624379950401 ], [ -75.069560730871103, 40.046429558578403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5039, "tnode_": 4947, "lpoly_": null, "rpoly_": null, "length": 283.09120937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7406, "r_f_add": 7401, "r_t_add": 7405, "st_code": 49200, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 37322, "Shape__Length": 112.86380174273444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062427346893202, 40.051999942881999 ], [ -75.062152752400905, 40.052291619099499 ], [ -75.061836558393196, 40.052630645216503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5187, "tnode_": 5088, "lpoly_": null, "rpoly_": null, "length": 283.64715235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7406, "r_f_add": 7401, "r_t_add": 7407, "st_code": 43560, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37323, "Shape__Length": 113.08270680834929 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060656258522201, 40.0510082342104 ], [ -75.0603464702981, 40.051325379306597 ], [ -75.0600623708429, 40.051638944291398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4763, "tnode_": 4663, "lpoly_": null, "rpoly_": null, "length": 276.35866867000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7518, "l_t_add": 7598, "r_f_add": 7517, "r_t_add": 7599, "st_code": 49200, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 37324, "Shape__Length": 110.19079095743632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060653998487695, 40.053873825484096 ], [ -75.060354137485106, 40.0542027231009 ], [ -75.060093322319702, 40.054498212528003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4891, "tnode_": 4813, "lpoly_": null, "rpoly_": null, "length": 276.09630583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 43560, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37325, "Shape__Length": 110.07296239428229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058869596741104, 40.052882117945501 ], [ -75.058570863241499, 40.0532001861514 ], [ -75.058286654921105, 40.053493448497399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4663, "tnode_": 4570, "lpoly_": null, "rpoly_": null, "length": 274.49466868999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7616, "r_f_add": 7601, "r_t_add": 7617, "st_code": 49200, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861511, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 37326, "Shape__Length": 109.43465320516822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060093322319702, 40.054498212528003 ], [ -75.059787699691697, 40.054804993798598 ], [ -75.059509325761198, 40.055103402001997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4813, "tnode_": 4717, "lpoly_": null, "rpoly_": null, "length": 273.45210866999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7616, "r_f_add": 7601, "r_t_add": 7617, "st_code": 43560, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861513, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37327, "Shape__Length": 109.0299218851456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058286654921105, 40.053493448497399 ], [ -75.057994514517702, 40.053819121441499 ], [ -75.057729171677707, 40.054109846623099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4570, "tnode_": 4457, "lpoly_": null, "rpoly_": null, "length": 272.11880738000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7618, "l_t_add": 7698, "r_f_add": 7619, "r_t_add": 7699, "st_code": 49200, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861515, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARGE ST", "stname": "LARGE ST", "objectid": 37328, "Shape__Length": 108.49063584004621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059509325761198, 40.055103402001997 ], [ -75.059220554348201, 40.055411957813199 ], [ -75.058934549951701, 40.055705790720502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4717, "tnode_": 4624, "lpoly_": null, "rpoly_": null, "length": 282.22850182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7618, "l_t_add": 7698, "r_f_add": 7619, "r_t_add": 7699, "st_code": 43560, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861517, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37329, "Shape__Length": 112.5172397338504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057729171677707, 40.054109846623099 ], [ -75.0574518780153, 40.054386222227699 ], [ -75.057128578491699, 40.054731986927401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4651, "tnode_": 4697, "lpoly_": null, "rpoly_": null, "length": 216.37348598, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLEIGH", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1831, "r_f_add": 1818, "r_t_add": 1832, "st_code": 17900, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 861519, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLEIGH AVE", "stname": "BLEIGH AVE", "objectid": 37330, "Shape__Length": 86.160094922340548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067416525104804, 40.054779632674602 ], [ -75.067097295452598, 40.054592668043298 ], [ -75.066790006376607, 40.054432145835001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4230, "tnode_": 4056, "lpoly_": null, "rpoly_": null, "length": 430.90984102000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 75420, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37331, "Shape__Length": 172.02745506797527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067211159646007, 40.057439267102303 ], [ -75.067413889012599, 40.058472644081803 ], [ -75.067433616605399, 40.058609652223403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4034, "tnode_": 3962, "lpoly_": null, "rpoly_": null, "length": 232.98017851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7602, "l_t_add": 7614, "r_f_add": 7603, "r_t_add": 7615, "st_code": 75420, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37332, "Shape__Length": 92.901969187810664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067281077318896, 40.0587659011968 ], [ -75.067057641147898, 40.059023015928403 ], [ -75.066809671386196, 40.059292925176798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4158, "tnode_": 4084, "lpoly_": null, "rpoly_": null, "length": 229.73357921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7602, "l_t_add": 7608, "r_f_add": 7605, "r_t_add": 7609, "st_code": 35240, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861525, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37333, "Shape__Length": 91.588913115443034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065506352770001, 40.057786561630401 ], [ -75.065257696776598, 40.058026565764202 ], [ -75.065008385557107, 40.0582877015623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4563, "tnode_": 4393, "lpoly_": null, "rpoly_": null, "length": 383.45795170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHISLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7412, "l_t_add": 7498, "r_f_add": 7417, "r_t_add": 7499, "st_code": 72700, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHISLER ST", "stname": "SHISLER ST", "objectid": 37334, "Shape__Length": 152.9648611560537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066903208465206, 40.055334546364797 ], [ -75.066489125417803, 40.055746551218697 ], [ -75.066418122648898, 40.055859953167101 ], [ -75.066414453110198, 40.055908374178898 ], [ -75.066370982614202, 40.056264523942197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4400, "tnode_": 4487, "lpoly_": null, "rpoly_": null, "length": 179.04156983000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1801, "l_t_add": 1811, "r_f_add": 1800, "r_t_add": 1810, "st_code": 72520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 861529, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 37335, "Shape__Length": 71.474037515517423 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065477944301307, 40.0561994110396 ], [ -75.065499293251605, 40.055836089504702 ], [ -75.065547385230204, 40.055713751435 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3377, "tnode_": 3186, "lpoly_": null, "rpoly_": null, "length": 695.78330482000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITAKER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 82820, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861539, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITAKER AVE", "stname": "WHITAKER AVE", "objectid": 37336, "Shape__Length": 277.44749083715806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070899400729601, 40.063888943950801 ], [ -75.070659121549298, 40.064161054632898 ], [ -75.069717711471995, 40.065155926090704 ], [ -75.069447151251794, 40.065438931694999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3684, "tnode_": 3770, "lpoly_": null, "rpoly_": null, "length": 404.23238264000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1423, "r_f_add": 1400, "r_t_add": 1424, "st_code": 33660, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 861542, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 37337, "Shape__Length": 160.97896634883878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072767837270703, 40.061563381776402 ], [ -75.072632821551096, 40.061495834729598 ], [ -75.071593735288303, 40.060917494962702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3800, "tnode_": 3636, "lpoly_": null, "rpoly_": null, "length": 554.61687796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 64000, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861544, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNWAY ST", "stname": "PENNWAY ST", "objectid": 37338, "Shape__Length": 221.14139653798208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071047484792402, 40.060602207331101 ], [ -75.070259795737002, 40.061440862056799 ], [ -75.069881994729499, 40.061833430532602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3818, "tnode_": 3885, "lpoly_": null, "rpoly_": null, "length": 311.30818858000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1621, "l_t_add": 1699, "r_f_add": 1622, "r_t_add": 1698, "st_code": 58840, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861546, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 37339, "Shape__Length": 123.97884264752045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067199646899397, 40.0603307246745 ], [ -75.066706417327296, 40.060051470117898 ], [ -75.0663060271701, 40.059821993902901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3657, "tnode_": 3722, "lpoly_": null, "rpoly_": null, "length": 307.25483362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1607, "l_t_add": 1699, "r_f_add": 1608, "r_t_add": 1698, "st_code": 40960, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861548, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37340, "Shape__Length": 122.35959221468914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065985992602506, 40.061595668240201 ], [ -75.065536210901698, 40.061353911441202 ], [ -75.065093762079698, 40.061104434629002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4230, "tnode_": 4192, "lpoly_": null, "rpoly_": null, "length": 440.97215588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 72520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 861553, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 37341, "Shape__Length": 175.37735995742278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067211159646007, 40.057439267102303 ], [ -75.065738695495995, 40.057589398878797 ], [ -75.065649488230605, 40.057598348807304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2982, "tnode_": 2904, "lpoly_": null, "rpoly_": null, "length": 278.14707545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7898, "r_f_add": 7801, "r_t_add": 7899, "st_code": 49585, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861555, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2010-08-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNDALE ST", "stname": "LAWNDALE ST", "objectid": 37342, "Shape__Length": 110.9248737050162 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074552636549996, 40.067322355698401 ], [ -75.074270859960805, 40.067626150471398 ], [ -75.073986551735402, 40.067949847281803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2921, "tnode_": 2845, "lpoly_": null, "rpoly_": null, "length": 282.87714640999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7820, "l_t_add": 7898, "r_f_add": 7821, "r_t_add": 7899, "st_code": 17620, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861557, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 37343, "Shape__Length": 112.80182172204363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075442501228807, 40.0678126362941 ], [ -75.075162445961396, 40.068127434406101 ], [ -75.074847120573807, 40.0684396997137 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2804, "tnode_": 2719, "lpoly_": null, "rpoly_": null, "length": 284.28227561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7816, "l_t_add": 7898, "r_f_add": 7817, "r_t_add": 7899, "st_code": 68600, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861558, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 37344, "Shape__Length": 113.36717844667669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077114259309198, 40.068723483902801 ], [ -75.076809201172395, 40.069041012946499 ], [ -75.076522364092199, 40.069357591083502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2895, "tnode_": 2804, "lpoly_": null, "rpoly_": null, "length": 274.99271435000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7814, "r_f_add": 7801, "r_t_add": 7815, "st_code": 68600, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 37345, "Shape__Length": 109.66170222467755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077686692694797, 40.068110042549201 ], [ -75.077387573264502, 40.0684211984155 ], [ -75.077114259309198, 40.068723483902801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3000, "tnode_": 2921, "lpoly_": null, "rpoly_": null, "length": 281.61079884000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7818, "r_f_add": 7801, "r_t_add": 7819, "st_code": 17620, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861564, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 37346, "Shape__Length": 112.30178689799881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076024047954604, 40.0671817836039 ], [ -75.075704568340498, 40.067529043580898 ], [ -75.075442501228807, 40.0678126362941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3446, "tnode_": 3357, "lpoly_": null, "rpoly_": null, "length": 277.94593084000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7916, "r_f_add": 7853, "r_t_add": 7917, "st_code": 11980, "l_hundred": 7900, "r_hundred": 7800, "seg_id": 861566, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37347, "Shape__Length": 110.82768554015536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065686757365796, 40.063341346770301 ], [ -75.065393921105496, 40.063654075173098 ], [ -75.065100450876997, 40.063957123490603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3554, "tnode_": 3478, "lpoly_": null, "rpoly_": null, "length": 288.1033547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 75420, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861568, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37348, "Shape__Length": 114.87887464771038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063917875860398, 40.062349038543204 ], [ -75.0636021837811, 40.062684976061298 ], [ -75.063315318040395, 40.0629902350273 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3357, "tnode_": 3302, "lpoly_": null, "rpoly_": null, "length": 160.7047147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7918, "l_t_add": 7924, "r_f_add": 7919, "r_t_add": 7929, "st_code": 11980, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861570, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37349, "Shape__Length": 64.08635099657576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065100450876997, 40.063957123490603 ], [ -75.064810323095998, 40.064275237169703 ], [ -75.064774927150907, 40.064320387486099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3478, "tnode_": 3395, "lpoly_": null, "rpoly_": null, "length": 275.76589216000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7916, "l_t_add": 7932, "r_f_add": 7917, "r_t_add": 7941, "st_code": 75420, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37350, "Shape__Length": 109.96189818222345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063315318040395, 40.0629902350273 ], [ -75.063028730698505, 40.063297518179802 ], [ -75.062741431621504, 40.063605561627803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3090, "tnode_": 3145, "lpoly_": null, "rpoly_": null, "length": 310.74002017000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1601, "l_t_add": 1619, "r_f_add": 1600, "r_t_add": 1608, "st_code": 68180, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861574, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37351, "Shape__Length": 123.78582453902922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063042555467007, 40.066152879703203 ], [ -75.062559380138495, 40.065846706420203 ], [ -75.062183222483995, 40.0656127913688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2978, "tnode_": 3037, "lpoly_": null, "rpoly_": null, "length": 312.16045191999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1607, "r_f_add": 1600, "r_t_add": 1606, "st_code": 74380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37352, "Shape__Length": 124.32468382943792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062176818781793, 40.067068881741498 ], [ -75.061720080012506, 40.066805505745997 ], [ -75.061659542519806, 40.066793551724601 ], [ -75.0612733916157, 40.066572248837502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2848, "tnode_": 2894, "lpoly_": null, "rpoly_": null, "length": 299.97694319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1616, "st_code": 73240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37353, "Shape__Length": 119.42806007171235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061120903037406, 40.0681312569711 ], [ -75.060621429709997, 40.067908143592 ], [ -75.060189191929496, 40.067724306947497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3037, "tnode_": 3095, "lpoly_": null, "rpoly_": null, "length": 309.38713948999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1609, "l_t_add": 1699, "r_f_add": 1608, "r_t_add": 1698, "st_code": 74380, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37354, "Shape__Length": 123.23155624402557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0612733916157, 40.066572248837502 ], [ -75.060844485562299, 40.066318183098502 ], [ -75.060394428102697, 40.066057242996997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2894, "tnode_": 2947, "lpoly_": null, "rpoly_": null, "length": 310.45131978000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1619, "l_t_add": 1699, "r_f_add": 1618, "r_t_add": 1698, "st_code": 73240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861583, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37355, "Shape__Length": 123.59574919674411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060189191929496, 40.067724306947497 ], [ -75.059723387565299, 40.067516539428603 ], [ -75.059222790602405, 40.067306128802301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2848, "tnode_": 2734, "lpoly_": null, "rpoly_": null, "length": 362.18804615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8238, "r_f_add": 8201, "r_t_add": 8241, "st_code": 11980, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861585, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37356, "Shape__Length": 144.3993178504968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061120903037406, 40.0681312569711 ], [ -75.060610504195594, 40.068620686481999 ], [ -75.060302453105393, 40.068901307536102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2947, "tnode_": 2860, "lpoly_": null, "rpoly_": null, "length": 292.62189066000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8240, "r_f_add": 8201, "r_t_add": 8241, "st_code": 75420, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37357, "Shape__Length": 116.68791796919456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059222790602405, 40.067306128802301 ], [ -75.058892519344894, 40.0676617972522 ], [ -75.058608502724496, 40.067956096830798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2660, "tnode_": 2587, "lpoly_": null, "rpoly_": null, "length": 311.58306896000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8320, "r_f_add": 8301, "r_t_add": 8305, "st_code": 11980, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861589, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37358, "Shape__Length": 124.23347499139058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059714445179296, 40.069500915571197 ], [ -75.059355144023996, 40.069845605112 ], [ -75.0590234581353, 40.070171542620599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2769, "tnode_": 2693, "lpoly_": null, "rpoly_": null, "length": 282.79530655000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8306, "r_f_add": 8301, "r_t_add": 8307, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861591, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37359, "Shape__Length": 112.76680096628907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058055143516697, 40.068558835502003 ], [ -75.057742240007499, 40.068886007668802 ], [ -75.057452501399098, 40.069181938394898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2901, "tnode_": 2819, "lpoly_": null, "rpoly_": null, "length": 249.89696095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8238, "l_t_add": 8260, "r_f_add": 8239, "r_t_add": 8261, "st_code": 35240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37360, "Shape__Length": 99.653783177016876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056262131504297, 40.067565018750301 ], [ -75.056046338532795, 40.067795816468198 ], [ -75.055743031441807, 40.0681231632812 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2549, "tnode_": 2515, "lpoly_": null, "rpoly_": null, "length": 116.76081874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8404, "r_f_add": 8309, "r_t_add": 8309, "st_code": 11980, "l_hundred": 8400, "r_hundred": 8300, "seg_id": 861597, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37361, "Shape__Length": 46.55783708347635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058787529227502, 40.070391994836598 ], [ -75.058533853168399, 40.070646457130103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2693, "tnode_": 2631, "lpoly_": null, "rpoly_": null, "length": 229.71804666999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8308, "l_t_add": 8312, "r_f_add": 8309, "r_t_add": 8313, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37362, "Shape__Length": 91.605310204981819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057452501399098, 40.069181938394898 ], [ -75.057222410760502, 40.069433539111998 ], [ -75.056968305939904, 40.069691000163601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2819, "tnode_": 2755, "lpoly_": null, "rpoly_": null, "length": 227.86854264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8262, "l_t_add": 8274, "r_f_add": 8263, "r_t_add": 8275, "st_code": 35240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861601, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37363, "Shape__Length": 90.864878286475516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055743031441807, 40.0681231632812 ], [ -75.055507684716503, 40.068367775044898 ], [ -75.055259740368996, 40.0686265608242 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2960, "tnode_": 2899, "lpoly_": null, "rpoly_": null, "length": 226.40410607000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8318, "l_t_add": 8334, "r_f_add": 8319, "r_t_add": 8335, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861604, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 37364, "Shape__Length": 90.279201059549393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053724589879593, 40.067008994174003 ], [ -75.053495864100697, 40.067251315439201 ], [ -75.053243979332507, 40.067508883600603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2515, "tnode_": 2440, "lpoly_": null, "rpoly_": null, "length": 311.84182283999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8406, "l_t_add": 8422, "r_f_add": 8311, "r_t_add": 8319, "st_code": 11980, "l_hundred": 8400, "r_hundred": 8300, "seg_id": 861606, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37365, "Shape__Length": 124.33815036947661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058533853168399, 40.070646457130103 ], [ -75.058237010005499, 40.070938494074703 ], [ -75.057841212730594, 40.071316983885602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2631, "tnode_": 2555, "lpoly_": null, "rpoly_": null, "length": 258.08340671999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8314, "l_t_add": 8318, "r_f_add": 8315, "r_t_add": 8319, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861608, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37366, "Shape__Length": 102.91924622142717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056968305939904, 40.069691000163601 ], [ -75.056705451773198, 40.069973433525099 ], [ -75.056427624654404, 40.070264897943296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2755, "tnode_": 2687, "lpoly_": null, "rpoly_": null, "length": 259.82205487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8276, "l_t_add": 8298, "r_f_add": 8277, "r_t_add": 8299, "st_code": 35240, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861611, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37367, "Shape__Length": 103.61861155331628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055259740368996, 40.0686265608242 ], [ -75.054999999261398, 40.068909670681997 ], [ -75.054730466162596, 40.069212507581298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2899, "tnode_": 2838, "lpoly_": null, "rpoly_": null, "length": 223.03309195999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8336, "l_t_add": 8352, "r_f_add": 8337, "r_t_add": 8353, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861614, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 37368, "Shape__Length": 88.943460466419964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053243979332507, 40.067508883600603 ], [ -75.053053384060902, 40.067715660628302 ], [ -75.052785702498397, 40.068009759445999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2555, "tnode_": 2493, "lpoly_": null, "rpoly_": null, "length": 236.64701861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8320, "l_t_add": 8348, "r_f_add": 8321, "r_t_add": 8349, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37369, "Shape__Length": 94.370953963778959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056427624654404, 40.070264897943296 ], [ -75.0562023558806, 40.070506169394903 ], [ -75.055930706153802, 40.070790492566097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2687, "tnode_": 2613, "lpoly_": null, "rpoly_": null, "length": 258.12170973999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8334, "r_f_add": 8301, "r_t_add": 8335, "st_code": 35240, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37370, "Shape__Length": 102.92277532627821 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054730466162596, 40.069212507581298 ], [ -75.054438464787793, 40.069493438634701 ], [ -75.054168896022901, 40.069774417719401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2838, "tnode_": 2741, "lpoly_": null, "rpoly_": null, "length": 284.90092352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8354, "l_t_add": 8362, "r_f_add": 8355, "r_t_add": 8361, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 37371, "Shape__Length": 113.62788623657882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052785702498397, 40.068009759445999 ], [ -75.052482832738605, 40.068312381796702 ], [ -75.052317649983095, 40.068494022184701 ], [ -75.052231435175997, 40.068660056770199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2440, "tnode_": 2555, "lpoly_": null, "rpoly_": null, "length": 551.47147252000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX CHASE", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 34860, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-14T00:00:00Z", "newsegdate": "2001-03-14T00:00:00Z", "multi_rep": 0, "streetlabe": "FOX CHASE RD", "stname": "FOX CHASE RD", "objectid": 37372, "Shape__Length": 219.77116322351725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057841212730594, 40.071316983885602 ], [ -75.057492341833395, 40.071052807143502 ], [ -75.057485249490895, 40.071047436530698 ], [ -75.056823110136904, 40.070515645784504 ], [ -75.056427624654404, 40.070264897943296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2493, "tnode_": 2292, "lpoly_": null, "rpoly_": null, "length": 1271.03704539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANGDON", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8498, "r_f_add": 8301, "r_t_add": 8499, "st_code": 48940, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861625, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANGDON ST", "stname": "LANGDON ST", "objectid": 37373, "Shape__Length": 506.63380666308404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055930706153802, 40.070790492566097 ], [ -75.056213352568193, 40.070930804058001 ], [ -75.056334464546495, 40.071020724586099 ], [ -75.056337827258005, 40.071039530729102 ], [ -75.0564315462927, 40.071144914306601 ], [ -75.056482640194403, 40.0712854432103 ], [ -75.056465095055898, 40.071441779530403 ], [ -75.056403980034602, 40.0715535533826 ], [ -75.056284860298007, 40.071698801022997 ], [ -75.055939714960502, 40.072004107801199 ], [ -75.055842299092305, 40.0721171477986 ], [ -75.055098501969994, 40.072846564711398 ], [ -75.054995031576595, 40.072932004509397 ], [ -75.054849801735102, 40.0729890063837 ], [ -75.054720380617795, 40.073007936664197 ], [ -75.054534917584405, 40.072998095647797 ], [ -75.054435371263907, 40.072984776915703 ], [ -75.054076825842102, 40.072805471047502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2493, "tnode_": 2436, "lpoly_": null, "rpoly_": null, "length": 220.86493233000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8350, "l_t_add": 8354, "r_f_add": 8351, "r_t_add": 8355, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 37374, "Shape__Length": 88.077965168463763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055930706153802, 40.070790492566097 ], [ -75.055732709171494, 40.0710062235745 ], [ -75.055466961840395, 40.071281010501004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2613, "tnode_": 2548, "lpoly_": null, "rpoly_": null, "length": 224.42257586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8336, "l_t_add": 8366, "r_f_add": 8337, "r_t_add": 8367, "st_code": 35240, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861630, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37375, "Shape__Length": 89.495426932228753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054168896022901, 40.069774417719401 ], [ -75.053953871130901, 40.070001347224398 ], [ -75.053934751394095, 40.070020363026401 ], [ -75.053697737928104, 40.0702729065151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2741, "tnode_": 2653, "lpoly_": null, "rpoly_": null, "length": 253.51207426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8364, "l_t_add": 8372, "r_f_add": 8363, "r_t_add": 8375, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 37376, "Shape__Length": 101.21927331792504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052231435175997, 40.068660056770199 ], [ -75.052125603939302, 40.0689837472584 ], [ -75.052094581616601, 40.069345135021599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2548, "tnode_": 2481, "lpoly_": null, "rpoly_": null, "length": 224.276729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8368, "l_t_add": 8398, "r_f_add": 8369, "r_t_add": 8399, "st_code": 35240, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861635, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 37377, "Shape__Length": 89.435819431525232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053697737928104, 40.0702729065151 ], [ -75.053498352525295, 40.070489107622201 ], [ -75.0532229172032, 40.070768768425403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2653, "tnode_": 2571, "lpoly_": null, "rpoly_": null, "length": 246.19825482000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORETTO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8374, "l_t_add": 8398, "r_f_add": 8377, "r_t_add": 8399, "st_code": 51660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORETTO AVE", "stname": "LORETTO AVE", "objectid": 37378, "Shape__Length": 98.285896040947648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052094581616601, 40.069345135021599 ], [ -75.052021902807795, 40.069682650950199 ], [ -75.051878296972404, 40.069997625152403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2425, "tnode_": 2488, "lpoly_": null, "rpoly_": null, "length": 333.21528034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVARTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1949, "r_f_add": 1900, "r_t_add": 1948, "st_code": 32440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861663, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVARTS ST", "stname": "EVARTS ST", "objectid": 37379, "Shape__Length": 132.75923413532806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047665783172704, 40.071150757100497 ], [ -75.0476434645837, 40.071109064281202 ], [ -75.047616439608404, 40.071075756756201 ], [ -75.047562478773003, 40.071006965948598 ], [ -75.047468516317807, 40.0709459465875 ], [ -75.047222045958506, 40.070803147290597 ], [ -75.046773130254394, 40.070566307607102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2488, "tnode_": 2529, "lpoly_": null, "rpoly_": null, "length": 180.93993881999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVARTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1951, "l_t_add": 1999, "r_f_add": 1950, "r_t_add": 1998, "st_code": 32440, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861665, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVARTS ST", "stname": "EVARTS ST", "objectid": 37380, "Shape__Length": 72.073718616546657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046773130254394, 40.070566307607102 ], [ -75.046264076652804, 40.070270270523899 ], [ -75.046258280096893, 40.070265957779498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2822, "tnode_": 2740, "lpoly_": null, "rpoly_": null, "length": 273.70999006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8818, "r_f_add": 8801, "r_t_add": 8813, "st_code": 20920, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 861667, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 37381, "Shape__Length": 109.1412921187285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038573470561701, 40.067724808617797 ], [ -75.038265058259398, 40.0680365756456 ], [ -75.037987709406707, 40.068326453275901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3103, "tnode_": 3003, "lpoly_": null, "rpoly_": null, "length": 363.31748531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8278, "l_t_add": 8296, "r_f_add": 8253, "r_t_add": 8297, "st_code": 20020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861669, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37382, "Shape__Length": 145.06324020159167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051387248769899, 40.065650164062397 ], [ -75.051309270465893, 40.0660545695915 ], [ -75.051223174497906, 40.066639368610701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3289, "tnode_": 3221, "lpoly_": null, "rpoly_": null, "length": 278.85764324999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8314, "r_f_add": 8301, "r_t_add": 8315, "st_code": 43560, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861671, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37383, "Shape__Length": 111.19591405936652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048308974216795, 40.0640736250052 ], [ -75.048041219898593, 40.064361817515099 ], [ -75.047727488619998, 40.064695208697202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3419, "tnode_": 3331, "lpoly_": null, "rpoly_": null, "length": 277.91296416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 30580, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 861674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37384, "Shape__Length": 110.81769439377069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046525614295106, 40.063081806980897 ], [ -75.046254373352596, 40.063364347617203 ], [ -75.045946356737602, 40.063701363694399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3580, "tnode_": 3487, "lpoly_": null, "rpoly_": null, "length": 290.58386485, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8344, "l_t_add": 8398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8300, "r_hundred": 0, "seg_id": 861677, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37385, "Shape__Length": 115.97396592428295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043429649006498, 40.061715444697803 ], [ -75.043264409369897, 40.062073391962997 ], [ -75.043088630817607, 40.062468851919697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3503, "tnode_": 3419, "lpoly_": null, "rpoly_": null, "length": 276.26427808, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8222, "l_t_add": 8298, "r_f_add": 8223, "r_t_add": 8299, "st_code": 30580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861679, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37386, "Shape__Length": 110.16079034431735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047098510280307, 40.062464300987202 ], [ -75.046796976711406, 40.062795631078899 ], [ -75.046525614295106, 40.063081806980897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3676, "tnode_": 3580, "lpoly_": null, "rpoly_": null, "length": 287.57017032000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8300, "l_t_add": 8342, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8300, "r_hundred": 0, "seg_id": 861681, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37387, "Shape__Length": 114.77347569278537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043754579068207, 40.060966560283198 ], [ -75.043589775762499, 40.0613412597232 ], [ -75.043429649006498, 40.061715444697803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3304, "tnode_": 3201, "lpoly_": null, "rpoly_": null, "length": 365.84403497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8204, "l_t_add": 8218, "r_f_add": 8215, "r_t_add": 8223, "st_code": 20020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861683, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37388, "Shape__Length": 146.07402435059672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051608034405106, 40.063903361108601 ], [ -75.051552613865596, 40.0644702353474 ], [ -75.051504583033704, 40.064904482333503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3458, "tnode_": 3364, "lpoly_": null, "rpoly_": null, "length": 272.40409214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8212, "l_t_add": 8220, "r_f_add": 8213, "r_t_add": 8221, "st_code": 43560, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37389, "Shape__Length": 108.61811946780803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049459906943099, 40.062856854661497 ], [ -75.049189737109003, 40.063144138672698 ], [ -75.048887117646402, 40.063461400307503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3576, "tnode_": 3503, "lpoly_": null, "rpoly_": null, "length": 273.49273874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8212, "l_t_add": 8220, "r_f_add": 8213, "r_t_add": 8221, "st_code": 30580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861688, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37390, "Shape__Length": 109.0493538271374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047676007425807, 40.061858698001799 ], [ -75.047395894279902, 40.062151161137201 ], [ -75.047098510280307, 40.062464300987202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3715, "tnode_": 3630, "lpoly_": null, "rpoly_": null, "length": 261.65868902, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8250, "l_t_add": 8298, "r_f_add": 8251, "r_t_add": 8299, "st_code": 18680, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37391, "Shape__Length": 104.32779342401366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045663167039294, 40.060747398142702 ], [ -75.045375206335507, 40.061049403985898 ], [ -75.045108235792895, 40.061325419684799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3416, "tnode_": 3304, "lpoly_": null, "rpoly_": null, "length": 275.14155204000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8202, "r_f_add": 8201, "r_t_add": 8213, "st_code": 20020, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861693, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37392, "Shape__Length": 109.85687521741255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051687205513403, 40.063150530624803 ], [ -75.051642703368998, 40.063598323967298 ], [ -75.051608034405106, 40.063903361108601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3535, "tnode_": 3458, "lpoly_": null, "rpoly_": null, "length": 282.43023986000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8210, "r_f_add": 8201, "r_t_add": 8211, "st_code": 43560, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861695, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37393, "Shape__Length": 112.61999874576134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050043719402396, 40.062224620328301 ], [ -75.049755938339104, 40.062546878558102 ], [ -75.049459906943099, 40.062856854661497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3652, "tnode_": 3576, "lpoly_": null, "rpoly_": null, "length": 284.29795511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8210, "r_f_add": 8201, "r_t_add": 8211, "st_code": 30580, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861698, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37394, "Shape__Length": 113.35751689541542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048274641003204, 40.061228268100798 ], [ -75.047952838475098, 40.061561016570998 ], [ -75.047676007425807, 40.061858698001799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3789, "tnode_": 3715, "lpoly_": null, "rpoly_": null, "length": 289.58420870999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8248, "r_f_add": 8201, "r_t_add": 8249, "st_code": 18680, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 861701, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37395, "Shape__Length": 115.47235586948571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046255376621005, 40.060095613016301 ], [ -75.045944412345804, 40.0604434648276 ], [ -75.045663167039294, 40.060747398142702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3884, "tnode_": 3808, "lpoly_": null, "rpoly_": null, "length": 261.97595825000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8017, "r_t_add": 8099, "st_code": 30580, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EASTWOOD ST", "stname": "EASTWOOD ST", "objectid": 37396, "Shape__Length": 104.45992761753848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050006069249505, 40.059385786661998 ], [ -75.049716931750993, 40.059703798490297 ], [ -75.049598203773797, 40.059831849156502 ], [ -75.049465485957597, 40.0599728261978 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4030, "tnode_": 3958, "lpoly_": null, "rpoly_": null, "length": 265.85202184999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8016, "l_t_add": 8098, "r_f_add": 8013, "r_t_add": 8099, "st_code": 18680, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 861705, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37397, "Shape__Length": 105.99623358696465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048007649328198, 40.058266262562697 ], [ -75.047699557055097, 40.058587701780297 ], [ -75.047444483412207, 40.058853914173902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4116, "tnode_": 4174, "lpoly_": null, "rpoly_": null, "length": 262.90043751000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2417, "r_f_add": 2400, "r_t_add": 2414, "st_code": 68180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861707, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37398, "Shape__Length": 104.69149622519458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048566868625699, 40.057677529858402 ], [ -75.048554125215503, 40.057659675100801 ], [ -75.048148096726706, 40.0574475302422 ], [ -75.047807213152694, 40.057256781521197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3958, "tnode_": 4009, "lpoly_": null, "rpoly_": null, "length": 259.94037470999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2414, "st_code": 74380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861708, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37399, "Shape__Length": 103.51767891021633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047444483412207, 40.058853914173902 ], [ -75.046695941043694, 40.0584316134712 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4009, "tnode_": 4067, "lpoly_": null, "rpoly_": null, "length": 287.20823431999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2417, "l_t_add": 2499, "r_f_add": 2416, "r_t_add": 2498, "st_code": 74380, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861710, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37400, "Shape__Length": 114.37119193596955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046695941043694, 40.0584316134712 ], [ -75.045862144489902, 40.057972147581303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4317, "tnode_": 4374, "lpoly_": null, "rpoly_": null, "length": 259.75815487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2415, "r_f_add": 2400, "r_t_add": 2416, "st_code": 51580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861726, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37401, "Shape__Length": 103.43877280224157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049764952891294, 40.056383740236598 ], [ -75.049354810599098, 40.056145992380998 ], [ -75.049013423694106, 40.055965759559299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4374, "tnode_": 4439, "lpoly_": null, "rpoly_": null, "length": 253.01914161000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2417, "l_t_add": 2499, "r_f_add": 2418, "r_t_add": 2498, "st_code": 51580, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861729, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37402, "Shape__Length": 100.76289339188719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049013423694106, 40.055965759559299 ], [ -75.048990460519306, 40.055942511484197 ], [ -75.048657492471406, 40.055754351634803 ], [ -75.048293954874197, 40.055547207649902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4174, "tnode_": 4251, "lpoly_": null, "rpoly_": null, "length": 273.88799876000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2419, "l_t_add": 2499, "r_f_add": 2416, "r_t_add": 2498, "st_code": 68180, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861731, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37403, "Shape__Length": 109.06048729999489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047807213152694, 40.057256781521197 ], [ -75.047405229384097, 40.057040679741903 ], [ -75.047393300467803, 40.0570397125325 ], [ -75.0470060606863, 40.056827208910398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4531, "tnode_": 4647, "lpoly_": null, "rpoly_": null, "length": 503.61107604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 18320, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861732, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 37404, "Shape__Length": 200.5346500100008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050976021841706, 40.0551366877473 ], [ -75.050550279880099, 40.054912996141503 ], [ -75.049511858497596, 40.054333585953898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4531, "tnode_": 4415, "lpoly_": null, "rpoly_": null, "length": 289.88132393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7800, "l_t_add": 7818, "r_f_add": 7801, "r_t_add": 7819, "st_code": 18680, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 861736, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37405, "Shape__Length": 115.57505792532095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050976021841706, 40.0551366877473 ], [ -75.050654869428797, 40.0554662756767 ], [ -75.050368912509597, 40.055781205306999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4569, "tnode_": 4577, "lpoly_": null, "rpoly_": null, "length": 388.20893511000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2319, "r_f_add": 2300, "r_t_add": 2318, "st_code": 40960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 861738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37406, "Shape__Length": 154.37711140482273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053970933264395, 40.054939510112703 ], [ -75.053329933492506, 40.054947867034798 ], [ -75.052930092737398, 40.054940161478001 ], [ -75.052584622949396, 40.054929837699703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4321, "tnode_": 4531, "lpoly_": null, "rpoly_": null, "length": 821.85384119000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2399, "r_f_add": 2300, "r_t_add": 2398, "st_code": 18320, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 861739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 37407, "Shape__Length": 327.27275224321352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053350353724198, 40.056463391411903 ], [ -75.052854255385398, 40.056200774697402 ], [ -75.050976021841706, 40.0551366877473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4577, "tnode_": 4615, "lpoly_": null, "rpoly_": null, "length": 351.75689809, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2321, "l_t_add": 2399, "r_f_add": 2320, "r_t_add": 2398, "st_code": 40960, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 861741, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37408, "Shape__Length": 139.93627641317175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052584622949396, 40.054929837699703 ], [ -75.051865137223103, 40.054893078064097 ], [ -75.051394975238793, 40.054696101343602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4793, "tnode_": 4865, "lpoly_": null, "rpoly_": null, "length": 294.0497361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2315, "r_f_add": 2300, "r_t_add": 2314, "st_code": 58840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 861742, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 37409, "Shape__Length": 117.0868532829635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054950327748102, 40.053516539109197 ], [ -75.054503638071395, 40.053271171863898 ], [ -75.054096348474005, 40.053046539608196 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4865, "tnode_": 4923, "lpoly_": null, "rpoly_": null, "length": 262.23270599, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2317, "l_t_add": 2399, "r_f_add": 2316, "r_t_add": 2398, "st_code": 58840, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 861746, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 37410, "Shape__Length": 104.44005761728909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054096348474005, 40.053046539608196 ], [ -75.053742383557207, 40.052840208780403 ], [ -75.053367907925093, 40.0525944313951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4923, "tnode_": 4954, "lpoly_": null, "rpoly_": null, "length": 263.04605915999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2469, "r_f_add": 2400, "r_t_add": 2498, "st_code": 58840, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 37411, "Shape__Length": 104.63639332916873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053367907925093, 40.0525944313951 ], [ -75.0528558220728, 40.0524659920342 ], [ -75.052838091952793, 40.052462085115899 ], [ -75.052470385906801, 40.052381059683398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4615, "tnode_": 4859, "lpoly_": null, "rpoly_": null, "length": 680.63476254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 40960, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37412, "Shape__Length": 271.63370879048921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051394975238793, 40.054696101343602 ], [ -75.051072010065496, 40.054324697761302 ], [ -75.051070958804303, 40.054247581248802 ], [ -75.050820452052605, 40.052916827170399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4885, "tnode_": 4793, "lpoly_": null, "rpoly_": null, "length": 281.60647042, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7698, "r_f_add": 7601, "r_t_add": 7699, "st_code": 20020, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861753, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37413, "Shape__Length": 112.28335731136582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055517848218997, 40.052878483150401 ], [ -75.0552477673901, 40.053196860996003 ], [ -75.054950327748102, 40.053516539109197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5008, "tnode_": 4923, "lpoly_": null, "rpoly_": null, "length": 270.48773854000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7616, "l_t_add": 7698, "r_f_add": 7617, "r_t_add": 7699, "st_code": 18680, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37414, "Shape__Length": 107.8384320547047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053932982026694, 40.051992514376003 ], [ -75.053644055307103, 40.052281942564697 ], [ -75.053367907925093, 40.0525944313951 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4982, "tnode_": 4885, "lpoly_": null, "rpoly_": null, "length": 271.44871364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7540, "l_t_add": 7598, "r_f_add": 7541, "r_t_add": 7599, "st_code": 20020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861757, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37415, "Shape__Length": 108.24490260074211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056038902818401, 40.052250066461603 ], [ -75.055757863182706, 40.052585058702597 ], [ -75.055517848218997, 40.052878483150401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5105, "tnode_": 5008, "lpoly_": null, "rpoly_": null, "length": 270.15692589000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7600, "l_t_add": 7614, "r_f_add": 7601, "r_t_add": 7615, "st_code": 18680, "l_hundred": 7600, "r_hundred": 7600, "seg_id": 861759, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37416, "Shape__Length": 107.70166198411988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0545047282057, 40.051395668356498 ], [ -75.054194666395901, 40.0516969012019 ], [ -75.053932982026694, 40.051992514376003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5081, "tnode_": 4982, "lpoly_": null, "rpoly_": null, "length": 274.82038340999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7514, "l_t_add": 7538, "r_f_add": 7535, "r_t_add": 7539, "st_code": 20020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861761, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37417, "Shape__Length": 109.58575692499048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056571909946001, 40.051616616184504 ], [ -75.056324673443598, 40.051919759132801 ], [ -75.056038902818401, 40.052250066461603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5200, "tnode_": 5105, "lpoly_": null, "rpoly_": null, "length": 271.43275657000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7520, "l_t_add": 7598, "r_f_add": 7521, "r_t_add": 7599, "st_code": 18680, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861763, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37418, "Shape__Length": 108.21884996969717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055061199528296, 40.050785573712098 ], [ -75.054775395456303, 40.051090210858703 ], [ -75.0545047282057, 40.051395668356498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5182, "tnode_": 5081, "lpoly_": null, "rpoly_": null, "length": 288.94469705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7512, "r_f_add": 7501, "r_t_add": 7533, "st_code": 20020, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861765, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37419, "Shape__Length": 115.20457455814223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057157274881604, 40.050963487602303 ], [ -75.056810287621701, 40.051338186193199 ], [ -75.056571909946001, 40.051616616184504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5312, "tnode_": 5200, "lpoly_": null, "rpoly_": null, "length": 290.72511384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7518, "r_f_add": 7501, "r_t_add": 7519, "st_code": 18680, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861767, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37420, "Shape__Length": 115.89880974049527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0556781331655, 40.050143709145999 ], [ -75.055345792420397, 40.050499676293803 ], [ -75.055061199528296, 40.050785573712098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5283, "tnode_": 5182, "lpoly_": null, "rpoly_": null, "length": 237.60156653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7440, "l_t_add": 7498, "r_f_add": 7435, "r_t_add": 7499, "st_code": 20020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861769, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37421, "Shape__Length": 94.739935164506903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057624305347403, 40.050418876500999 ], [ -75.057375818098905, 40.050710189407198 ], [ -75.057200215550395, 40.050913717525397 ], [ -75.057157274881604, 40.050963487602303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5369, "tnode_": 5283, "lpoly_": null, "rpoly_": null, "length": 239.81866471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7438, "r_f_add": 7401, "r_t_add": 7433, "st_code": 20020, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861771, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37422, "Shape__Length": 95.616835188096843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058108669650096, 40.049875902472998 ], [ -75.057856552800601, 40.050154781550603 ], [ -75.057624305347403, 40.050418876500999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5482, "tnode_": 5403, "lpoly_": null, "rpoly_": null, "length": 229.78891744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7422, "r_f_add": 7401, "r_t_add": 7421, "st_code": 18680, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37423, "Shape__Length": 91.606165762497852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056657841641695, 40.049093326368002 ], [ -75.056401208725006, 40.049381304242701 ], [ -75.056173229348204, 40.049601962377999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5105, "tnode_": 5166, "lpoly_": null, "rpoly_": null, "length": 274.38181211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2449, "r_f_add": 2400, "r_t_add": 2448, "st_code": 33660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861774, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 37424, "Shape__Length": 109.25346815797637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0545047282057, 40.051395668356498 ], [ -75.054093210298106, 40.051169557089104 ], [ -75.053710014501405, 40.050954851303899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5166, "tnode_": 5239, "lpoly_": null, "rpoly_": null, "length": 293.41101864000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAUNCE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2451, "l_t_add": 2499, "r_f_add": 2450, "r_t_add": 2498, "st_code": 33660, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861778, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAUNCE ST", "stname": "FAUNCE ST", "objectid": 37425, "Shape__Length": 116.81432942043703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053710014501405, 40.050954851303899 ], [ -75.053299062776503, 40.050732295970803 ], [ -75.052838940384603, 40.050507344821398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4954, "tnode_": 4985, "lpoly_": null, "rpoly_": null, "length": 355.65759, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPFLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2471, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 58840, "l_hundred": 2400, "r_hundred": 2500, "seg_id": 861780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPFLE AVE", "stname": "NAPFLE AVE", "objectid": 37426, "Shape__Length": 141.47848029912831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052470385906801, 40.052381059683398 ], [ -75.051918235714794, 40.052253904496503 ], [ -75.051260336671803, 40.0520840198607 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5627, "tnode_": 5546, "lpoly_": null, "rpoly_": null, "length": 236.12595559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7424, "r_f_add": 7401, "r_t_add": 7423, "st_code": 50320, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861801, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 37427, "Shape__Length": 94.13436233179408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055034453448897, 40.048180988801498 ], [ -75.054779692204093, 40.048461161646301 ], [ -75.054542136860704, 40.048707216798199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5403, "tnode_": 5312, "lpoly_": null, "rpoly_": null, "length": 241.17565449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRADFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7424, "l_t_add": 7498, "r_f_add": 7423, "r_t_add": 7499, "st_code": 18680, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861804, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRADFORD ST", "stname": "BRADFORD ST", "objectid": 37428, "Shape__Length": 96.153462197923915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056173229348204, 40.049601962377999 ], [ -75.055912695264198, 40.049893687123998 ], [ -75.0556781331655, 40.050143709145999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5546, "tnode_": 5458, "lpoly_": null, "rpoly_": null, "length": 235.65843122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7426, "l_t_add": 7498, "r_f_add": 7425, "r_t_add": 7499, "st_code": 50320, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 37429, "Shape__Length": 93.956177999063726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054542136860704, 40.048707216798199 ], [ -75.054279434095903, 40.049001760490299 ], [ -75.054065484305795, 40.049240418735003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5654, "tnode_": 5523, "lpoly_": null, "rpoly_": null, "length": 330.42303185999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7420, "l_t_add": 7498, "r_f_add": 7423, "r_t_add": 7499, "st_code": 20920, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861808, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 37430, "Shape__Length": 131.89982909183394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053055936163702, 40.047873296863102 ], [ -75.053007133737594, 40.048278767528203 ], [ -75.052958645334201, 40.048777224600698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5523, "tnode_": 5239, "lpoly_": null, "rpoly_": null, "length": 631.41665057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 20920, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861810, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 37431, "Shape__Length": 252.05989965676474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052958645334201, 40.048777224600698 ], [ -75.052964058815306, 40.049044732916997 ], [ -75.052858188286606, 40.050296128163097 ], [ -75.052838940384603, 40.050507344821398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5537, "tnode_": 5343, "lpoly_": null, "rpoly_": null, "length": 337.40142695000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7526, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7500, "r_hundred": 0, "seg_id": 861811, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37432, "Shape__Length": 134.68768273468044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051636609487204, 40.0487208020213 ], [ -75.051605631110206, 40.048993638682703 ], [ -75.051544128548699, 40.049644256845198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5343, "tnode_": 5247, "lpoly_": null, "rpoly_": null, "length": 300.52370105, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7528, "l_t_add": 7598, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 7500, "r_hundred": 0, "seg_id": 861815, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37433, "Shape__Length": 119.96974015167864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051544128548699, 40.049644256845198 ], [ -75.051503474836196, 40.050223183613397 ], [ -75.051497825039405, 40.050468348460299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5948, "tnode_": 6132, "lpoly_": null, "rpoly_": null, "length": 429.13173514000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GUILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2827, "r_f_add": 2800, "r_t_add": 2824, "st_code": 39080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861825, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-04-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GUILFORD ST", "stname": "GUILFORD ST", "objectid": 37434, "Shape__Length": 171.05178274576622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052015911803593, 40.046229081791999 ], [ -75.051619338699297, 40.045856964427401 ], [ -75.051588199901104, 40.045825067515104 ], [ -75.051083700757403, 40.045294514435902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5791, "tnode_": 5825, "lpoly_": null, "rpoly_": null, "length": 509.11274517000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDYFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2801, "l_t_add": 2833, "r_f_add": 2800, "r_t_add": 2832, "st_code": 70860, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861828, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDYFORD AVE", "stname": "SANDYFORD AVE", "objectid": 37435, "Shape__Length": 202.45511824596457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051370554431003, 40.047048161915697 ], [ -75.050680054823104, 40.046958301983402 ], [ -75.050602889611298, 40.046947999018698 ], [ -75.049578655113706, 40.046810126109001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6132, "tnode_": 5825, "lpoly_": null, "rpoly_": null, "length": 724.01843476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7400, "l_t_add": 7498, "r_f_add": 7401, "r_t_add": 7499, "st_code": 68080, "l_hundred": 7400, "r_hundred": 7400, "seg_id": 861830, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37436, "Shape__Length": 288.5657303699968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051083700757403, 40.045294514435902 ], [ -75.051029066108001, 40.045330421502499 ], [ -75.050641895929402, 40.045568894936402 ], [ -75.050550038648893, 40.045620182881102 ], [ -75.050317261901398, 40.045765117118002 ], [ -75.050116604310404, 40.0458897501385 ], [ -75.049979586281793, 40.045988804891003 ], [ -75.049852984060905, 40.0461211935161 ], [ -75.049745215168898, 40.0462720736233 ], [ -75.049687713682005, 40.046406107129101 ], [ -75.049649739633693, 40.046507469913998 ], [ -75.049578655113706, 40.046810126109001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5213, "tnode_": 5224, "lpoly_": null, "rpoly_": null, "length": 281.88231434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 68080, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37437, "Shape__Length": 112.0885018453703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050738639724599, 40.050592505084097 ], [ -75.050183540484795, 40.0505663865315 ], [ -75.050140326051505, 40.050565632221002 ], [ -75.049733212904101, 40.050551432167502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5009, "tnode_": 5038, "lpoly_": null, "rpoly_": null, "length": 314.55432514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARTEL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7500, "l_t_add": 7598, "r_f_add": 7501, "r_t_add": 7599, "st_code": 40960, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861833, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARTEL AVE", "stname": "HARTEL AVE", "objectid": 37438, "Shape__Length": 125.12241869972345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050537914305394, 40.0519294071538 ], [ -75.049932640205299, 40.051796867132701 ], [ -75.049906043003702, 40.051786002498901 ], [ -75.049462282236703, 40.051681483350798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4707, "tnode_": 4798, "lpoly_": null, "rpoly_": null, "length": 388.16520259000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 70060, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 861836, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYAN AVE", "stname": "RYAN AVE", "objectid": 37439, "Shape__Length": 154.60222661192094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048883791828601, 40.054000811226402 ], [ -75.048299611179601, 40.053680893948901 ], [ -75.048032998813596, 40.053495532267803 ], [ -75.047814159016795, 40.053327094398298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4870, "tnode_": 4935, "lpoly_": null, "rpoly_": null, "length": 293.97891719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2817, "l_t_add": 2899, "r_f_add": 2818, "r_t_add": 2898, "st_code": 51580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861838, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37440, "Shape__Length": 117.05823525499196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043260683108002, 40.052749785972601 ], [ -75.042832009429404, 40.052514894782099 ], [ -75.042408182519594, 40.052278558235898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4655, "tnode_": 4722, "lpoly_": null, "rpoly_": null, "length": 292.98755334999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2817, "l_t_add": 2835, "r_f_add": 2816, "r_t_add": 2834, "st_code": 68180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861840, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37441, "Shape__Length": 116.66121610734766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041985087583697, 40.054104326114398 ], [ -75.041563846226097, 40.053877706845199 ], [ -75.041129023260396, 40.053641616450697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4935, "tnode_": 5000, "lpoly_": null, "rpoly_": null, "length": 310.40163740999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 51580, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 861842, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37442, "Shape__Length": 123.60288052572747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042408182519594, 40.052278558235898 ], [ -75.041931351093993, 40.052006551371399 ], [ -75.041516843283503, 40.051771748397499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4722, "tnode_": 4790, "lpoly_": null, "rpoly_": null, "length": 300.71631394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2837, "l_t_add": 2899, "r_f_add": 2836, "r_t_add": 2898, "st_code": 68180, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 861844, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37443, "Shape__Length": 119.73723338768676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041129023260396, 40.053641616450697 ], [ -75.0406702009778, 40.053392005749103 ], [ -75.040249581427702, 40.053167589268199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4121, "tnode_": 29952, "lpoly_": null, "rpoly_": null, "length": 301.89990403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8130, "l_t_add": 8198, "r_f_add": 8131, "r_t_add": 8199, "st_code": 33220, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861846, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37444, "Shape__Length": 120.36690449938418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043593880671395, 40.057592056065801 ], [ -75.043312961303698, 40.057871212458501 ], [ -75.0429533548037, 40.058258632418102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4189, "tnode_": 4091, "lpoly_": null, "rpoly_": null, "length": 270.09293283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REVERE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8144, "l_t_add": 8198, "r_f_add": 8153, "r_t_add": 8199, "st_code": 68080, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861849, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REVERE ST", "stname": "REVERE ST", "objectid": 37445, "Shape__Length": 107.79740130363814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041441905406799, 40.057045093927599 ], [ -75.0413348406924, 40.057134813907297 ], [ -75.041365396788393, 40.057375147911301 ], [ -75.041429752575596, 40.057750128860597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4091, "tnode_": 4154, "lpoly_": null, "rpoly_": null, "length": 2141.4757606499998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2800, "r_t_add": 2898, "st_code": 43220, "l_hundred": 0, "r_hundred": 2800, "seg_id": 861851, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37446, "Shape__Length": 852.08667661996128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041429752575596, 40.057750128860597 ], [ -75.041257708190003, 40.057764868644099 ], [ -75.040958854153004, 40.057814183840897 ], [ -75.040644328933993, 40.057906071878698 ], [ -75.040491711279898, 40.057966886136299 ], [ -75.040243782245398, 40.058096575797997 ], [ -75.040066094009404, 40.058172901781496 ], [ -75.039874662241402, 40.058243535749298 ], [ -75.039592181087201, 40.058320072377199 ], [ -75.039289554315701, 40.058375905325498 ], [ -75.0389021238407, 40.058418493085902 ], [ -75.038578540851304, 40.058414311646999 ], [ -75.038251432187195, 40.058385860964201 ], [ -75.037836824468798, 40.058296605204099 ], [ -75.0368930208802, 40.058060100088099 ], [ -75.035656968534397, 40.057621852010101 ], [ -75.035531681524901, 40.057541616827002 ], [ -75.035207863073296, 40.057396588469501 ], [ -75.0349496492111, 40.0572874540565 ], [ -75.034332963539597, 40.057076331459299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6461, "tnode_": 6375, "lpoly_": null, "rpoly_": null, "length": 237.40161079000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7724, "r_f_add": 7701, "r_t_add": 7725, "st_code": 69580, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861869, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37447, "Shape__Length": 94.488537652366659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0364956320375, 40.043423859020997 ], [ -75.036113911124204, 40.043600659561001 ], [ -75.035767798340103, 40.043758186086301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6693, "tnode_": 6634, "lpoly_": null, "rpoly_": null, "length": 235.95655222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7700, "l_t_add": 7724, "r_f_add": 7701, "r_t_add": 7725, "st_code": 26000, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861871, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37448, "Shape__Length": 93.900883693920775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035630008538703, 40.042320316214898 ], [ -75.035247145016399, 40.042479737917702 ], [ -75.0348922561938, 40.042633366299803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5747, "tnode_": 5810, "lpoly_": null, "rpoly_": null, "length": 197.75419097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 65740, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 861874, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37449, "Shape__Length": 78.732633496710676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068346954929495, 40.047701359956797 ], [ -75.068105098572005, 40.047579014313499 ], [ -75.067767283957295, 40.047391373548699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3942, "tnode_": 3995, "lpoly_": null, "rpoly_": null, "length": 265.03779453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2777, "l_t_add": 2799, "r_f_add": 2740, "r_t_add": 2798, "st_code": 14820, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861887, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AXE FACTORY RD", "stname": "AXE FACTORY RD", "objectid": 37450, "Shape__Length": 105.54047566153648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0306385114487, 40.058554994216898 ], [ -75.029865875730295, 40.058134446620798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4696, "tnode_": 4569, "lpoly_": null, "rpoly_": null, "length": 329.72164987000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7720, "l_t_add": 7798, "r_f_add": 7721, "r_t_add": 7799, "st_code": 20020, "l_hundred": 7700, "r_hundred": 7700, "seg_id": 861892, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37451, "Shape__Length": 131.54316625677262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054448859928797, 40.054120530260498 ], [ -75.054198773237403, 40.0544141348621 ], [ -75.054130862770407, 40.0546039064551 ], [ -75.053970933264395, 40.054939510112703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4207, "tnode_": 4107, "lpoly_": null, "rpoly_": null, "length": 280.84289228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORROCKS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7914, "r_f_add": 7901, "r_t_add": 7915, "st_code": 43560, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861894, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORROCKS ST", "stname": "HORROCKS ST", "objectid": 37452, "Shape__Length": 111.97074489128768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054748091707907, 40.0572619085249 ], [ -75.054151674271097, 40.057881843763703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4321, "tnode_": 4188, "lpoly_": null, "rpoly_": null, "length": 308.58694018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7900, "l_t_add": 7910, "r_f_add": 7901, "r_t_add": 7915, "st_code": 20020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861895, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37453, "Shape__Length": 123.16752706095829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053350353724198, 40.056463391411903 ], [ -75.053210112437498, 40.056884845773503 ], [ -75.053057139565496, 40.057279817617498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4082, "tnode_": 3877, "lpoly_": null, "rpoly_": null, "length": 580.72856115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7920, "l_t_add": 7998, "r_f_add": 7937, "r_t_add": 7999, "st_code": 20020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861897, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37454, "Shape__Length": 231.74819144102628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052751148458498, 40.058051479294001 ], [ -75.0520249185642, 40.059544784051099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4188, "tnode_": 4082, "lpoly_": null, "rpoly_": null, "length": 293.86355337999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 7912, "l_t_add": 7918, "r_f_add": 7917, "r_t_add": 7935, "st_code": 20020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861898, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 37455, "Shape__Length": 117.28589957643713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053057139565496, 40.057279817617498 ], [ -75.052751148458498, 40.058051479294001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7083, "tnode_": 7207, "lpoly_": null, "rpoly_": null, "length": 258.37288975999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4217, "l_t_add": 4299, "r_f_add": 4216, "r_t_add": 4298, "st_code": 82240, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 861900, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37456, "Shape__Length": 103.0594906143367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024468528573095, 40.040437094946597 ], [ -75.024121365149199, 40.039864201366903 ], [ -75.0241133129026, 40.039823863693897 ], [ -75.024135460122196, 40.039791614268097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5919, "tnode_": 5989, "lpoly_": null, "rpoly_": null, "length": 178.12219814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 65740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 861908, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCETON AVE", "stname": "PRINCETON AVE", "objectid": 37457, "Shape__Length": 70.919346857490268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066470976917799, 40.046651683551701 ], [ -75.066288032491499, 40.0465554500813 ], [ -75.065954345853598, 40.046366430580001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5991, "tnode_": 6055, "lpoly_": null, "rpoly_": null, "length": 198.25767421999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 1521, "l_t_add": 1529, "r_f_add": 1520, "r_t_add": 1528, "st_code": 78240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 861916, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYSON AVE", "stname": "TYSON AVE", "objectid": 37458, "Shape__Length": 78.937179130101498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069560730871103, 40.046429558578403 ], [ -75.069319836810095, 40.046298675280298 ], [ -75.068987315497694, 40.046110255097801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5936, "tnode_": 6008, "lpoly_": null, "rpoly_": null, "length": 234.84684181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2439, "l_t_add": 2499, "r_f_add": 2438, "r_t_add": 2498, "st_code": 25280, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 861919, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37459, "Shape__Length": 93.506618308126178 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057727772106006, 40.046419639707203 ], [ -75.057372466440995, 40.046216677749499 ], [ -75.057050435439706, 40.046039385207898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6008, "tnode_": 6089, "lpoly_": null, "rpoly_": null, "length": 234.20482083000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2501, "l_t_add": 2545, "r_f_add": 2500, "r_t_add": 2544, "st_code": 25280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861922, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37460, "Shape__Length": 93.258098821624372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057050435439706, 40.046039385207898 ], [ -75.056716471523799, 40.0458439478017 ], [ -75.056385772621198, 40.045649003124403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6089, "tnode_": 6169, "lpoly_": null, "rpoly_": null, "length": 231.75563147999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 2547, "l_t_add": 2599, "r_f_add": 2546, "r_t_add": 2598, "st_code": 25280, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 861925, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37461, "Shape__Length": 92.280326044534348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056385772621198, 40.045649003124403 ], [ -75.056145853060002, 40.045508312813503 ], [ -75.055725206097705, 40.045265600687003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6650, "tnode_": 6568, "lpoly_": null, "rpoly_": null, "length": 292.05856895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 7522, "l_t_add": 7598, "r_f_add": 7523, "r_t_add": 7599, "st_code": 69580, "l_hundred": 7500, "r_hundred": 7500, "seg_id": 861928, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWLAND AVE", "stname": "ROWLAND AVE", "objectid": 37462, "Shape__Length": 116.24004193569013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038288306971793, 40.042598968304802 ], [ -75.037811056660004, 40.042819287024201 ], [ -75.0373912765169, 40.043008140211803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4218, "tnode_": 4243, "lpoly_": null, "rpoly_": null, "length": 81.14833877000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3709, "r_f_add": 3700, "r_t_add": 3710, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 861932, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37463, "Shape__Length": 32.397193814592768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019050153369307, 40.056400622058902 ], [ -75.019029749900895, 40.056178412961202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6941, "tnode_": 27044, "lpoly_": null, "rpoly_": null, "length": 254.69198868000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8100, "l_t_add": 8126, "r_f_add": 8101, "r_t_add": 8117, "st_code": 31960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861966, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 37464, "Shape__Length": 101.34130176890214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024807111270704, 40.0410591850478 ], [ -75.024758871014697, 40.041091068711097 ], [ -75.024361551148303, 40.0412332194906 ], [ -75.023994003421507, 40.041368944556403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27044, "tnode_": 27045, "lpoly_": null, "rpoly_": null, "length": 176.19423017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8128, "l_t_add": 8142, "r_f_add": 8119, "r_t_add": 8143, "st_code": 31960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861968, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "1998-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 37465, "Shape__Length": 70.103257730139106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023994003421507, 40.041368944556403 ], [ -75.023425642810494, 40.041576569108102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27045, "tnode_": 6784, "lpoly_": null, "rpoly_": null, "length": 95.48010814, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8144, "l_t_add": 8198, "r_f_add": 8145, "r_t_add": 8155, "st_code": 31960, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 861969, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "1998-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "ERDRICK ST", "stname": "ERDRICK ST", "objectid": 37466, "Shape__Length": 37.992668294014187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023425642810494, 40.041576569108102 ], [ -75.023122003293594, 40.041695872953902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27044, "tnode_": 27046, "lpoly_": null, "rpoly_": null, "length": 226.12735587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 82225, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 861970, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-18T00:00:00Z", "newsegdate": "1998-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH CT", "stname": "WELSH CT", "objectid": 37467, "Shape__Length": 90.155294072657014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023994003421507, 40.041368944556403 ], [ -75.023895615324804, 40.041168662673897 ], [ -75.023568289899302, 40.040849163057899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27045, "tnode_": 27047, "lpoly_": null, "rpoly_": null, "length": 230.90350142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 74370, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 861971, "oneway": "B", "class": 12, "responsibl": "PHA", "update_": "2003-03-18T00:00:00Z", "newsegdate": "1998-06-05T00:00:00Z", "multi_rep": 0, "streetlabe": "STANWOOD CT", "stname": "STANWOOD CT", "objectid": 37468, "Shape__Length": 92.130503869733332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023425642810494, 40.041576569108102 ], [ -75.023297945446103, 40.041390788163298 ], [ -75.023233819573505, 40.041250160722498 ], [ -75.023244854299605, 40.040975562525702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4442, "tnode_": 27236, "lpoly_": null, "rpoly_": null, "length": 23.11767228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3739, "l_t_add": 3739, "r_f_add": 3740, "r_t_add": 3740, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 861972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37469, "Shape__Length": 9.2280597943660361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019008974518101, 40.054908944617502 ], [ -75.018993361125496, 40.054846628464098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5753, "tnode_": 27238, "lpoly_": null, "rpoly_": null, "length": 88.98912419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3329, "l_t_add": 3329, "r_f_add": 3328, "r_t_add": 3330, "st_code": 82240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 861973, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37470, "Shape__Length": 35.520130680210904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026347190780797, 40.046851825627698 ], [ -75.026394573623804, 40.0466102696085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27239, "tnode_": 6429, "lpoly_": null, "rpoly_": null, "length": 37.98865248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3601, "l_t_add": 3601, "r_f_add": 3544, "r_t_add": 3598, "st_code": 82240, "l_hundred": 3600, "r_hundred": 3500, "seg_id": 861975, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": "1998-07-23T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37471, "Shape__Length": 15.1636857209949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026062197010901, 40.043432609646999 ], [ -75.026068219911096, 40.043328429139002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5171, "tnode_": 27546, "lpoly_": null, "rpoly_": null, "length": 18.54732683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7038, "l_t_add": 7038, "r_f_add": 7039, "r_t_add": 7039, "st_code": 11980, "l_hundred": 7000, "r_hundred": 7000, "seg_id": 861977, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-29T00:00:00Z", "newsegdate": "1998-10-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 37472, "Shape__Length": 7.3948797006469622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076913042597894, 40.051454110764801 ], [ -75.076875237076493, 40.051495922337402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27984, "tnode_": 2176, "lpoly_": null, "rpoly_": null, "length": 151.10660160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 73250, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 861979, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-03T00:00:00Z", "newsegdate": "1999-09-03T00:00:00Z", "multi_rep": 0, "streetlabe": "SOLLY PL", "stname": "SOLLY PL", "objectid": 37473, "Shape__Length": 60.18335496281604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070362484808399, 40.074595278426102 ], [ -75.069917785454507, 40.074360009468798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2588, "tnode_": 28205, "lpoly_": null, "rpoly_": null, "length": 619.10170167000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIPLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 68540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 861981, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-09T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "RIPLEY ST", "stname": "RIPLEY ST", "objectid": 37474, "Shape__Length": 246.50973382269089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073027106068395, 40.070352971741499 ], [ -75.0728277559341, 40.0702743684013 ], [ -75.072419602768605, 40.070112860478403 ], [ -75.071974942597706, 40.069921548045301 ], [ -75.071514031345501, 40.0696647125231 ], [ -75.071246498587797, 40.069520954053203 ], [ -75.071136210056807, 40.069478402037397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28205, "tnode_": 2668, "lpoly_": null, "rpoly_": null, "length": 80.886743610000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7942, "l_t_add": 7956, "r_f_add": 7943, "r_t_add": 7955, "st_code": 76025, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861982, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-09T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 37475, "Shape__Length": 32.247166861954703 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071136210056807, 40.069478402037397 ], [ -75.070950293416004, 40.069648404617197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28206, "tnode_": 28205, "lpoly_": null, "rpoly_": null, "length": 150.30451338999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7908, "l_t_add": 7940, "r_f_add": 7909, "r_t_add": 7941, "st_code": 76025, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861983, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 37476, "Shape__Length": 59.936783582835275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071453999608806, 40.069145790788397 ], [ -75.071136210056807, 40.069478402037397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28207, "tnode_": 28206, "lpoly_": null, "rpoly_": null, "length": 128.44168125, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7906, "r_f_add": 7901, "r_t_add": 7907, "st_code": 76025, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861984, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 37477, "Shape__Length": 51.213895014664033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071733973749303, 40.068866418333002 ], [ -75.071453999608806, 40.069145790788397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28210, "tnode_": 28206, "lpoly_": null, "rpoly_": null, "length": 290.51482994999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 51580, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 861985, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37478, "Shape__Length": 115.69679627797206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072308953677407, 40.069574667929103 ], [ -75.072261892792, 40.069573571293397 ], [ -75.0721774665884, 40.069564365849402 ], [ -75.071453999608806, 40.069145790788397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28206, "tnode_": 28208, "lpoly_": null, "rpoly_": null, "length": 320.76851615000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 51580, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 861986, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 37479, "Shape__Length": 127.79258313946364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071453999608806, 40.069145790788397 ], [ -75.070639309641095, 40.068674424728201 ], [ -75.070595103665894, 40.068601013368301 ], [ -75.070603218213407, 40.068586166914102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28209, "tnode_": 28208, "lpoly_": null, "rpoly_": null, "length": 792.65673823999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOX RUN", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 34870, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861987, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "FOX RUN LN", "stname": "FOX RUN LN", "objectid": 37480, "Shape__Length": 315.50336636189428 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073125011282698, 40.067943302197598 ], [ -75.073127870215401, 40.0679217645649 ], [ -75.072952463546898, 40.067830822459896 ], [ -75.072716589583095, 40.067839803104903 ], [ -75.070645879701701, 40.068508102557303 ], [ -75.070603218213407, 40.068586166914102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28209, "tnode_": 28210, "lpoly_": null, "rpoly_": null, "length": 690.08923782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7998, "r_f_add": 7901, "r_t_add": 7999, "st_code": 49580, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 861988, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2001-02-09T00:00:00Z", "multi_rep": 0, "streetlabe": "LAWNDALE AVE", "stname": "LAWNDALE AVE", "objectid": 37481, "Shape__Length": 275.29381686145291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073125011282698, 40.067943302197598 ], [ -75.073114462590993, 40.068022784972797 ], [ -75.072518626638697, 40.068558992414097 ], [ -75.072484395234696, 40.068710193039102 ], [ -75.072635261612305, 40.069184180011199 ], [ -75.0726138678707, 40.069248824032101 ], [ -75.072308953677407, 40.069574667929103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6281, "tnode_": 6351, "lpoly_": null, "rpoly_": null, "length": 200.94023115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 25280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 861989, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-03-06T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 0, "streetlabe": "COTTMAN AVE", "stname": "COTTMAN AVE", "objectid": 37482, "Shape__Length": 80.000447840550194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054649700194801, 40.044654428735498 ], [ -75.054064728438803, 40.044334842471002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5732, "tnode_": 6919, "lpoly_": null, "rpoly_": null, "length": 2632.3365498600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19149, "zip_right": 19149, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861990, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2012-03-22T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37483, "Shape__Length": 1049.1548333472131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051726498296105, 40.047390088452801 ], [ -75.051981050865294, 40.046946826763602 ], [ -75.052288458708603, 40.046550785425502 ], [ -75.052829288906494, 40.046026475591702 ], [ -75.054442229751501, 40.044532764823899 ], [ -75.054816344159093, 40.044171727683597 ], [ -75.055136930165006, 40.043873279070098 ], [ -75.055780540865499, 40.043317024183402 ], [ -75.056639168464699, 40.042562868808503 ], [ -75.057550965502898, 40.041747513077802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5252, "tnode_": 6739, "lpoly_": null, "rpoly_": null, "length": 3352.7632018599998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 861991, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2012-03-22T00:00:00Z", "newsegdate": "2001-03-06T00:00:00Z", "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37484, "Shape__Length": 1337.0700575368403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0509109101028, 40.050588596490698 ], [ -75.0510544843237, 40.049078839500197 ], [ -75.051149398509907, 40.048122569148802 ], [ -75.051350686190005, 40.0475559446133 ], [ -75.051688653501998, 40.046966663156603 ], [ -75.052213362775305, 40.046396035660898 ], [ -75.0542947737909, 40.0444517297164 ], [ -75.054603246793803, 40.0441660084578 ], [ -75.054929559266199, 40.043863759003102 ], [ -75.0556120283713, 40.043196455401798 ], [ -75.056124757925105, 40.0426543548597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4992, "tnode_": 5182, "lpoly_": null, "rpoly_": null, "length": 801.96666848999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELMIRE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 72520, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 861999, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": "2002-11-21T00:00:00Z", "multi_rep": 0, "streetlabe": "SHELMIRE AVE", "stname": "SHELMIRE AVE", "objectid": 37485, "Shape__Length": 319.33435944188039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0594732468372, 40.052259207365303 ], [ -75.057157274881604, 40.050963487602303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3252, "tnode_": 3116, "lpoly_": null, "rpoly_": null, "length": 462.42065662, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGUS", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 12663, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 862000, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-11T00:00:00Z", "newsegdate": "2003-04-11T00:00:00Z", "multi_rep": 0, "streetlabe": "ANGUS PL", "stname": "ANGUS PL", "objectid": 37486, "Shape__Length": 184.4590502690387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018660524477497, 40.063769485451999 ], [ -75.018839458772007, 40.063830128800497 ], [ -75.018728935168298, 40.063982441984201 ], [ -75.018241677331503, 40.064849842463197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2774, "tnode_": 28693, "lpoly_": null, "rpoly_": null, "length": 533.98638526000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1401, "l_t_add": 1411, "r_f_add": 1400, "r_t_add": 1410, "st_code": 68180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-01T00:00:00Z", "newsegdate": "2003-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37487, "Shape__Length": 212.70266523383276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067358276065605, 40.068736444718503 ], [ -75.065848526758501, 40.067840191543198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28693, "tnode_": 3009, "lpoly_": null, "rpoly_": null, "length": 632.62976453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1413, "l_t_add": 1517, "r_f_add": 1412, "r_t_add": 1506, "st_code": 68180, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862002, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-05-01T00:00:00Z", "newsegdate": "2003-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37488, "Shape__Length": 251.99165118464688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065848526758501, 40.067840191543198 ], [ -75.064059933598003, 40.066778346947999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28693, "tnode_": 28694, "lpoly_": null, "rpoly_": null, "length": 445.1663794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOWBROOK", "st_type": "DR", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 55065, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 862003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-16T00:00:00Z", "multi_rep": 0, "streetlabe": "MEADOWBROOK DR", "stname": "MEADOWBROOK DR", "objectid": 37489, "Shape__Length": 177.52260426749794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065848526758501, 40.067840191543198 ], [ -75.064920077146397, 40.068832425917897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28695, "tnode_": 28694, "lpoly_": null, "rpoly_": null, "length": 271.51565462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEACH TREE", "st_type": "LN", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1401, "l_t_add": 1403, "r_f_add": 1400, "r_t_add": 1404, "st_code": 63510, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "PEACH TREE LN", "stname": "PEACH TREE LN", "objectid": 37490, "Shape__Length": 108.27548067918164 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065070651941099, 40.069430170885703 ], [ -75.065207693341804, 40.069296244102901 ], [ -75.065230213565499, 40.0692641201002 ], [ -75.065240125210906, 40.069228437031903 ], [ -75.065250165976295, 40.069189491602401 ], [ -75.065251457137705, 40.069156871601301 ], [ -75.065248761391302, 40.069117629498002 ], [ -75.065241947377402, 40.069075024897103 ], [ -75.065213519352596, 40.069041711434103 ], [ -75.064920077146397, 40.068832425917897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28694, "tnode_": 28696, "lpoly_": null, "rpoly_": null, "length": 395.82882287000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEACH TREE", "st_type": "LN", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1405, "l_t_add": 1499, "r_f_add": 1406, "r_t_add": 1498, "st_code": 63510, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "PEACH TREE LN", "stname": "PEACH TREE LN", "objectid": 37491, "Shape__Length": 157.65910624045171 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064920077146397, 40.068832425917897 ], [ -75.064363159398198, 40.0685157678991 ], [ -75.0643252063402, 40.068508351004397 ], [ -75.064266153673003, 40.068497175566002 ], [ -75.064189861309899, 40.068492127004397 ], [ -75.064108546527393, 40.068506551467202 ], [ -75.064043955941798, 40.068527896652498 ], [ -75.0639957031878, 40.068565948792298 ], [ -75.063796766047005, 40.068760462246303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3162, "tnode_": 29081, "lpoly_": null, "rpoly_": null, "length": 150.02651088, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9220, "l_t_add": 9228, "r_f_add": 9201, "r_t_add": 9211, "st_code": 13720, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 862036, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-03T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 37492, "Shape__Length": 59.81780202535338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020556195392899, 40.064563189024199 ], [ -75.020231221203105, 40.064890705200298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28695, "tnode_": 28697, "lpoly_": null, "rpoly_": null, "length": 505.90916012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHERRY BLOSSOM", "st_type": "WAY", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 22745, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CHERRY BLOSSOM WAY", "stname": "CHERRY BLOSSOM WAY", "objectid": 37493, "Shape__Length": 201.51345330594029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065070651941099, 40.069430170885703 ], [ -75.064942522278002, 40.069554434833599 ], [ -75.064913582063397, 40.069575356585602 ], [ -75.064868960117707, 40.069586655487598 ], [ -75.064840875273504, 40.069585999223797 ], [ -75.064792972407801, 40.069578708613498 ], [ -75.064765253683703, 40.069568804478003 ], [ -75.063635335208701, 40.068924581520001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28696, "tnode_": 28697, "lpoly_": null, "rpoly_": null, "length": 74.93767012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE BLOSSOM", "st_type": "DR", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8100, "l_t_add": 8124, "r_f_add": 8101, "r_t_add": 8125, "st_code": 12845, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 862007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLE BLOSSOM DR", "stname": "APPLE BLOSSOM DR", "objectid": 37494, "Shape__Length": 29.881046566756897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063796766047005, 40.068760462246303 ], [ -75.063635335208701, 40.068924581520001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28697, "tnode_": 28698, "lpoly_": null, "rpoly_": null, "length": 197.06747065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE BLOSSOM", "st_type": "DR", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8126, "l_t_add": 8198, "r_f_add": 8127, "r_t_add": 8199, "st_code": 12845, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 862008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLE BLOSSOM DR", "stname": "APPLE BLOSSOM DR", "objectid": 37495, "Shape__Length": 78.598687955863241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063635335208701, 40.068924581520001 ], [ -75.063299390924897, 40.069266115698703 ], [ -75.063281511685105, 40.069311977931001 ], [ -75.0632592122099, 40.069374685427199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28699, "tnode_": 28698, "lpoly_": null, "rpoly_": null, "length": 283.54525566000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE BLOSSOM", "st_type": "WAY", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1405, "l_t_add": 1499, "r_f_add": 1404, "r_t_add": 1498, "st_code": 12850, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLE BLOSSOM WAY", "stname": "APPLE BLOSSOM WAY", "objectid": 37496, "Shape__Length": 113.01180587062058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063917831810897, 40.069925412090001 ], [ -75.063347892693997, 40.0695753549956 ], [ -75.063309925934902, 40.069533363541701 ], [ -75.063276100293805, 40.069486903313297 ], [ -75.063260632841803, 40.069427170151201 ], [ -75.0632592122099, 40.069374685427199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28700, "tnode_": 28699, "lpoly_": null, "rpoly_": null, "length": 57.18242634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLE BLOSSOM", "st_type": "WAY", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1401, "l_t_add": 1403, "r_f_add": 1400, "r_t_add": 1402, "st_code": 12850, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLE BLOSSOM WAY", "stname": "APPLE BLOSSOM WAY", "objectid": 37497, "Shape__Length": 22.775668889997419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064082860971894, 40.070017959188 ], [ -75.063917831810897, 40.069925412090001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28699, "tnode_": 28701, "lpoly_": null, "rpoly_": null, "length": 463.1964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSE PETAL", "st_type": "WAY", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 69335, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 862011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "ROSE PETAL WAY", "stname": "ROSE PETAL WAY", "objectid": 37498, "Shape__Length": 184.53911769617486 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063917831810897, 40.069925412090001 ], [ -75.063474346349906, 40.070374762087603 ], [ -75.063428867808696, 40.070407637515899 ], [ -75.063380110976695, 40.070421924357497 ], [ -75.063339866535003, 40.070424068616497 ], [ -75.06329585428, 40.070419954427003 ], [ -75.063232512310094, 40.070396876348703 ], [ -75.062914116146899, 40.070222822329399 ], [ -75.062890531534407, 40.070209929242303 ], [ -75.0628512010001, 40.0701979185895 ], [ -75.062799747227402, 40.070195437682301 ], [ -75.062741495712203, 40.0701966308213 ], [ -75.062689431938097, 40.0702175681241 ], [ -75.062673722889897, 40.070228264661203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28701, "tnode_": 28702, "lpoly_": null, "rpoly_": null, "length": 681.21535648999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSE PETAL", "st_type": "DR", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 69330, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 862012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-06-17T00:00:00Z", "multi_rep": 0, "streetlabe": "ROSE PETAL DR", "stname": "ROSE PETAL DR", "objectid": 37499, "Shape__Length": 271.66007661516721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062673722889897, 40.070228264661203 ], [ -75.061244657057998, 40.071742052489199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28763, "tnode_": 2797, "lpoly_": null, "rpoly_": null, "length": 263.23178975999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8601, "r_t_add": 8699, "st_code": 69220, "l_hundred": 0, "r_hundred": 8600, "seg_id": 862014, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37500, "Shape__Length": 105.06107321725069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040412599223103, 40.067253926792901 ], [ -75.040086876726605, 40.067931809563703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28763, "tnode_": 28765, "lpoly_": null, "rpoly_": null, "length": 701.32335881000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "DWY", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 1003, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 862015, "oneway": "TF", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2003-11-12T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "AXE FACTORY DWY", "stname": "AXE FACTORY DWY", "objectid": 37501, "Shape__Length": 279.32738338126751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040412599223103, 40.067253926792901 ], [ -75.040341162220102, 40.067165858549501 ], [ -75.040280507182601, 40.067120431719999 ], [ -75.040260341688693, 40.067103957127998 ], [ -75.040173203974604, 40.067069905000899 ], [ -75.040158079884094, 40.067057549043099 ], [ -75.040132554924895, 40.067044948697401 ], [ -75.040087024197007, 40.0670118777266 ], [ -75.040061817430299, 40.066991284443603 ], [ -75.040026529118293, 40.066962454765701 ], [ -75.0399814774578, 40.066917395762701 ], [ -75.039915942378002, 40.066863854110203 ], [ -75.039880333704204, 40.066843016352998 ], [ -75.039814000461007, 40.0668094546253 ], [ -75.039743263463905, 40.066755790174703 ], [ -75.039683567180305, 40.066686387950597 ], [ -75.039577703328007, 40.066599897634497 ], [ -75.039486961246496, 40.066525763213697 ], [ -75.039436071707499, 40.066496565321501 ], [ -75.039436231392003, 40.066492569325398 ], [ -75.039401261806603, 40.066455747435 ], [ -75.039354614042196, 40.066450647245198 ], [ -75.039271241365995, 40.066452680189002 ], [ -75.039161704194498, 40.0664580955657 ], [ -75.039067290798201, 40.0664758660415 ], [ -75.038940393879301, 40.066524868141101 ], [ -75.038882067646696, 40.066551489427297 ], [ -75.038813497984606, 40.066573869227902 ], [ -75.038770773357697, 40.0666008594795 ], [ -75.038734048334405, 40.066607991560097 ], [ -75.038687079886003, 40.066610883061898 ], [ -75.038671478150604, 40.066610514920903 ], [ -75.038619150167307, 40.066617279694199 ], [ -75.0385367344836, 40.066595337008302 ], [ -75.038470402183194, 40.066561773604498 ], [ -75.038449917773306, 40.0665532915841 ], [ -75.038431792313602, 40.066552863854902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28764, "tnode_": 28765, "lpoly_": null, "rpoly_": null, "length": 284.20733693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "LN", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8618, "r_f_add": 8601, "r_t_add": 8619, "st_code": 14815, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 862016, "oneway": "B", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2005-06-02T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "AXE FACTORY LN", "stname": "AXE FACTORY LN", "objectid": 37502, "Shape__Length": 113.45827874499697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038641903200897, 40.065795696107699 ], [ -75.038501346109101, 40.066098343735199 ], [ -75.038484176022095, 40.066206506163901 ], [ -75.038438579268998, 40.066383087642002 ], [ -75.038435031630002, 40.066471832212201 ], [ -75.038431792313602, 40.066552863854902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28765, "tnode_": 2822, "lpoly_": null, "rpoly_": null, "length": 440.74500629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AXE FACTORY", "st_type": "LN", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8620, "l_t_add": 8698, "r_f_add": 8621, "r_t_add": 8699, "st_code": 14815, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 862017, "oneway": "TF", "class": 5, "responsibl": "FAIRMOUNT PARK", "update_": "2005-06-02T00:00:00Z", "newsegdate": "2003-11-12T00:00:00Z", "multi_rep": 0, "streetlabe": "AXE FACTORY LN", "stname": "AXE FACTORY LN", "objectid": 37503, "Shape__Length": 175.95142430068805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038431792313602, 40.066552863854902 ], [ -75.038427542127394, 40.066659182158403 ], [ -75.038409977544703, 40.066777206280399 ], [ -75.038391625737901, 40.066914950240999 ], [ -75.038385712816293, 40.067062858750901 ], [ -75.038392238930697, 40.067220930011203 ], [ -75.038490181678995, 40.067341678976 ], [ -75.038563244201498, 40.067442101438097 ], [ -75.038573470561701, 40.067724808617797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28870, "tnode_": 6332, "lpoly_": null, "rpoly_": null, "length": 193.41025084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8360, "l_t_add": 8398, "r_f_add": 8361, "r_t_add": 8399, "st_code": 34960, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 862019, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37504, "Shape__Length": 76.908676761857308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020206142710194, 40.043537335627398 ], [ -75.019525943076303, 40.043629986623003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28928, "tnode_": 28929, "lpoly_": null, "rpoly_": null, "length": 78.41086964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 862020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-01-24T00:00:00Z", "newsegdate": "2004-12-23T00:00:00Z", "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37505, "Shape__Length": 31.304930639422054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016595527799197, 40.056620394400298 ], [ -75.016588259764504, 40.056405219995398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4164, "tnode_": 28928, "lpoly_": null, "rpoly_": null, "length": 696.94039082999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3001, "l_t_add": 3077, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 3000, "r_hundred": 0, "seg_id": 862021, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2004-12-23T00:00:00Z", "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37506, "Shape__Length": 277.15491064564105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019085232620895, 40.056612736741201 ], [ -75.016595527799197, 40.056620394400298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28928, "tnode_": 4142, "lpoly_": null, "rpoly_": null, "length": 673.45662165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3079, "l_t_add": 3099, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 3000, "r_hundred": 0, "seg_id": 862022, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-12-23T00:00:00Z", "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37507, "Shape__Length": 267.81606108502945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016595527799197, 40.056620394400298 ], [ -75.014189714347395, 40.056627743219501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4218, "tnode_": 28929, "lpoly_": null, "rpoly_": null, "length": 689.15391151000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3100, "r_t_add": 3158, "st_code": 43220, "l_hundred": 0, "r_hundred": 3100, "seg_id": 862023, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-12-23T00:00:00Z", "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37508, "Shape__Length": 274.0575583200602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019050153369307, 40.056400622058902 ], [ -75.016588259764504, 40.056405219995398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28929, "tnode_": 4194, "lpoly_": null, "rpoly_": null, "length": 669.14248280999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3160, "r_t_add": 3178, "st_code": 43220, "l_hundred": 0, "r_hundred": 3100, "seg_id": 862024, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": "2004-12-23T00:00:00Z", "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37509, "Shape__Length": 266.09958097421804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016588259764504, 40.056405219995398 ], [ -75.014197853513494, 40.056409633892997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5102, "tnode_": 5703, "lpoly_": null, "rpoly_": null, "length": 1711.9847686799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3273, "r_f_add": 3100, "r_t_add": 3274, "st_code": 68180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 862025, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": "2006-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 37510, "Shape__Length": 681.90621889040256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036039388140296, 40.050890252254902 ], [ -75.032139602143801, 40.048769993289199 ], [ -75.031988664818599, 40.048660311328398 ], [ -75.031861074086095, 40.048542339543197 ], [ -75.0317413539874, 40.048371498000499 ], [ -75.031672475652101, 40.048223966783198 ], [ -75.031637097451593, 40.048106760305899 ], [ -75.031626505098302, 40.047935495942902 ], [ -75.031614207338905, 40.047863305337202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5703, "tnode_": 5493, "lpoly_": null, "rpoly_": null, "length": 431.2569674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESCO", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8048, "r_f_add": 8001, "r_t_add": 8049, "st_code": 25780, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 862026, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": "2006-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESCO AVE", "stname": "CRESCO AVE", "objectid": 37511, "Shape__Length": 171.67187810159197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031614207338905, 40.047863305337202 ], [ -75.031301555586097, 40.047961447590197 ], [ -75.031074125382403, 40.048081588817602 ], [ -75.030861198149196, 40.048226872619701 ], [ -75.030678953805193, 40.048324247087997 ], [ -75.030491140554403, 40.0484170688704 ], [ -75.0303155120653, 40.048485174582403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29078, "tnode_": 29079, "lpoly_": null, "rpoly_": null, "length": 396.90207476, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "APPLEHOUSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 12852, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "APPLEHOUSE RD", "stname": "APPLEHOUSE RD", "objectid": 37512, "Shape__Length": 158.18027581047727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024235120898695, 40.0666139104408 ], [ -75.024294707360696, 40.066609370660103 ], [ -75.024374618055901, 40.066593501023803 ], [ -75.024428945333895, 40.066556722816102 ], [ -75.0250798255706, 40.065894565780603 ], [ -75.025201412435095, 40.065910138685901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29077, "tnode_": 29078, "lpoly_": null, "rpoly_": null, "length": 370.41745651999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGHOUSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2721, "l_t_add": 2799, "r_f_add": 2720, "r_t_add": 2798, "st_code": 73950, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGHOUSE RD", "stname": "SPRINGHOUSE RD", "objectid": 37513, "Shape__Length": 147.52822412747111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023169111216006, 40.066031325606303 ], [ -75.023219415910205, 40.066078834555199 ], [ -75.024077931106902, 40.066578849991998 ], [ -75.024129915076401, 40.066600385789897 ], [ -75.024159410211098, 40.066606161139298 ], [ -75.024218503572399, 40.066615175988098 ], [ -75.024235120898695, 40.0666139104408 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29080, "tnode_": 29077, "lpoly_": null, "rpoly_": null, "length": 588.04338201000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGHOUSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2701, "l_t_add": 2719, "r_f_add": 2700, "r_t_add": 2718, "st_code": 73950, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "SPRINGHOUSE RD", "stname": "SPRINGHOUSE RD", "objectid": 37514, "Shape__Length": 234.33208848227105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022716159832598, 40.064924228542303 ], [ -75.022683471174503, 40.064927286639801 ], [ -75.022646209294606, 40.064940512718103 ], [ -75.0222765622118, 40.065303314583701 ], [ -75.022225273091195, 40.065360890895498 ], [ -75.022210585896403, 40.065421687877503 ], [ -75.022227137189205, 40.065466764166899 ], [ -75.022264781105605, 40.0654956653417 ], [ -75.023169111216006, 40.066031325606303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29076, "tnode_": 29075, "lpoly_": null, "rpoly_": null, "length": 238.79102279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEETINGHOUSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2731, "l_t_add": 2799, "r_f_add": 2730, "r_t_add": 2798, "st_code": 55280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "MEETINGHOUSE DR", "stname": "MEETINGHOUSE DR", "objectid": 37515, "Shape__Length": 95.212111973058114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023721122834203, 40.065468867035499 ], [ -75.024234779386802, 40.064945478666999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29077, "tnode_": 29076, "lpoly_": null, "rpoly_": null, "length": 256.61760515999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEETINGHOUSE", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2701, "l_t_add": 2729, "r_f_add": 2700, "r_t_add": 2728, "st_code": 55280, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "MEETINGHOUSE DR", "stname": "MEETINGHOUSE DR", "objectid": 37516, "Shape__Length": 102.32084037284592 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023169111216006, 40.066031325606303 ], [ -75.023721122834203, 40.065468867035499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29076, "tnode_": 29080, "lpoly_": null, "rpoly_": null, "length": 347.34809458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVERHOUSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 68790, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-09T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVERHOUSE RD", "stname": "RIVERHOUSE RD", "objectid": 37517, "Shape__Length": 138.3355784039029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023721122834203, 40.065468867035499 ], [ -75.022808468136702, 40.0649396605275 ], [ -75.022778413813796, 40.0649260251448 ], [ -75.022737746662003, 40.064922208953298 ], [ -75.022716159832598, 40.064924228542303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3047, "tnode_": 29082, "lpoly_": null, "rpoly_": null, "length": 366.44042962999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUTH", "st_type": "WAY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 70005, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862034, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-23T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "RUTH WAY", "stname": "RUTH WAY", "objectid": 37518, "Shape__Length": 145.96523641046196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019495395488903, 40.065632272665802 ], [ -75.019530631885601, 40.065682237419303 ], [ -75.020467629227497, 40.066237640366303 ], [ -75.020517089698501, 40.0662495766001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29081, "tnode_": 3047, "lpoly_": null, "rpoly_": null, "length": 339.69384584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9230, "l_t_add": 9248, "r_f_add": 9213, "r_t_add": 9299, "st_code": 13720, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 862035, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2006-08-03T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 37519, "Shape__Length": 135.44204939636762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020231221203105, 40.064890705200298 ], [ -75.019495395488903, 40.065632272665802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3087, "tnode_": 3083, "lpoly_": null, "rpoly_": null, "length": 303.67348146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 30680, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37520, "Shape__Length": 120.77775391444048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008314575520501, 40.0649233759016 ], [ -75.007229610498896, 40.064923330050803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3020, "tnode_": 29075, "lpoly_": null, "rpoly_": null, "length": 580.31848497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19114, "l_f_add": 2707, "l_t_add": 2763, "r_f_add": 2740, "r_t_add": 2750, "st_code": 83420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862037, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-08-03T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37521, "Shape__Length": 231.14962479768795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025873724804796, 40.065921214984499 ], [ -75.024234779386802, 40.064945478666999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29075, "tnode_": 3344, "lpoly_": null, "rpoly_": null, "length": 934.09713689, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19114, "l_f_add": 2765, "l_t_add": 2799, "r_f_add": 2752, "r_t_add": 2798, "st_code": 83420, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862038, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2006-08-03T00:00:00Z", "newsegdate": "2006-08-03T00:00:00Z", "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37522, "Shape__Length": 372.27351073037062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024234779386802, 40.064945478666999 ], [ -75.022658823478196, 40.064007193943702 ], [ -75.022566585780197, 40.063936372873897 ], [ -75.022499809969503, 40.0638772265157 ], [ -75.022391278059402, 40.063781665663697 ], [ -75.022328627533795, 40.063691621703903 ], [ -75.022254907416894, 40.063590246339402 ], [ -75.022200980832096, 40.063498195514498 ], [ -75.022071879462999, 40.063269311409698 ], [ -75.021994237911102, 40.063122581803498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29301, "tnode_": 29302, "lpoly_": null, "rpoly_": null, "length": 111.53511772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSONS", "st_type": "ALY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4000, "l_t_add": 4098, "r_f_add": 4001, "r_t_add": 4099, "st_code": 48170, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 862041, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-05-28T00:00:00Z", "newsegdate": "2008-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "KREWSONS ALY", "stname": "KREWSONS ALY", "objectid": 37523, "Shape__Length": 44.374491606200962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023507960715094, 40.042330559410097 ], [ -75.023144255157007, 40.0424554631376 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6515, "tnode_": 29301, "lpoly_": null, "rpoly_": null, "length": 252.64987675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4101, "l_t_add": 4101, "r_f_add": 4100, "r_t_add": 4118, "st_code": 74380, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 862042, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-05-28T00:00:00Z", "newsegdate": "2008-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37524, "Shape__Length": 100.77872895999275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023885996087103, 40.042960241116802 ], [ -75.023848812305005, 40.042891060337901 ], [ -75.023507960715094, 40.042330559410097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29301, "tnode_": 6784, "lpoly_": null, "rpoly_": null, "length": 255.21293384999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4103, "l_t_add": 4199, "r_f_add": 4120, "r_t_add": 4198, "st_code": 74380, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 862043, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2008-05-28T00:00:00Z", "newsegdate": "2008-05-28T00:00:00Z", "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 37525, "Shape__Length": 101.79871140865988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023507960715094, 40.042330559410097 ], [ -75.023122003293594, 40.041695872953902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29082, "tnode_": 29081, "lpoly_": null, "rpoly_": null, "length": 712.50586734000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEYER", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2700, "l_t_add": 2798, "r_f_add": 2701, "r_t_add": 2799, "st_code": 55790, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 862044, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-07-23T00:00:00Z", "newsegdate": "2008-07-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MEYER PL", "stname": "MEYER PL", "objectid": 37526, "Shape__Length": 283.94095086032519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020517089698501, 40.0662495766001 ], [ -75.020537131414201, 40.066246447551499 ], [ -75.020588885170795, 40.066233364532998 ], [ -75.020641789653595, 40.066191683165002 ], [ -75.021248676783202, 40.065576348098602 ], [ -75.021255054980102, 40.065533562438802 ], [ -75.021254336088205, 40.065531259386702 ], [ -75.021242679278799, 40.065493908598498 ], [ -75.021183922088596, 40.065449576062299 ], [ -75.020231221203105, 40.064890705200298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2733, "tnode_": 29542, "lpoly_": null, "rpoly_": null, "length": 1642.1635576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEWEES", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9000, "l_t_add": 9298, "r_f_add": 9001, "r_t_add": 9299, "st_code": 28360, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 862045, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2009-11-16T00:00:00Z", "newsegdate": "2009-11-16T00:00:00Z", "multi_rep": 0, "streetlabe": "DEWEES ST", "stname": "DEWEES ST", "objectid": 37527, "Shape__Length": 654.83868879746319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029662669366701, 40.0681633241689 ], [ -75.029568959784797, 40.068301610508499 ], [ -75.027567640770201, 40.0703401169825 ], [ -75.027113436458393, 40.0708211623 ], [ -75.026171483270403, 40.0717838711168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29867, "tnode_": 28870, "lpoly_": null, "rpoly_": null, "length": 424.14358832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8320, "l_t_add": 8358, "r_f_add": 8321, "r_t_add": 8359, "st_code": 34960, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 862046, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37528, "Shape__Length": 168.65077264611085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021706961258104, 40.043674108695001 ], [ -75.021342825785894, 40.043643934710403 ], [ -75.020280811970807, 40.043527164807898 ], [ -75.020206142710194, 40.043537335627398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6331, "tnode_": 29867, "lpoly_": null, "rpoly_": null, "length": 41.60552945, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8318, "r_f_add": 8301, "r_t_add": 8319, "st_code": 34960, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 862047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-05-15T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37529, "Shape__Length": 16.543025313392842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021854706890807, 40.043686350901503 ], [ -75.021706961258104, 40.043674108695001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6655, "tnode_": 29877, "lpoly_": null, "rpoly_": null, "length": 256.85231853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4049, "r_f_add": 4000, "r_t_add": 4048, "st_code": 82240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 862048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37530, "Shape__Length": 102.43071454093079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025621926758006, 40.042331113775901 ], [ -75.025526647191597, 40.042283103642603 ], [ -75.025217183778594, 40.041762332217203 ], [ -75.025198211236898, 40.0417197541693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29877, "tnode_": 6941, "lpoly_": null, "rpoly_": null, "length": 264.37836012000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4051, "l_t_add": 4199, "r_f_add": 4050, "r_t_add": 4198, "st_code": 82240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 862049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 37531, "Shape__Length": 105.45683708369755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025198211236898, 40.0417197541693 ], [ -75.024807111270704, 40.0410591850478 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29877, "tnode_": 29876, "lpoly_": null, "rpoly_": null, "length": 387.31955255999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARLES", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 22420, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 862050, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2014-07-30T00:00:00Z", "newsegdate": "2014-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "CHARLES ST", "stname": "CHARLES ST", "objectid": 37532, "Shape__Length": 154.09459977308052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025198211236898, 40.0417197541693 ], [ -75.026460355438005, 40.041284547884899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3886, "tnode_": 29949, "lpoly_": null, "rpoly_": null, "length": 240.67408796000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8201, "r_t_add": 8301, "st_code": 69220, "l_hundred": 0, "r_hundred": 8200, "seg_id": 862051, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2016-06-29T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37533, "Shape__Length": 96.046605184230458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044149933113502, 40.058887604359597 ], [ -75.043854021054202, 40.0595079220857 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29949, "tnode_": 28763, "lpoly_": null, "rpoly_": null, "length": 2981.7419342399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8303, "r_t_add": 8599, "st_code": 69220, "l_hundred": 0, "r_hundred": 8200, "seg_id": 862052, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-11-13T00:00:00Z", "newsegdate": "2016-06-29T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 37534, "Shape__Length": 1190.0720018841346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043854021054202, 40.0595079220857 ], [ -75.042563062884895, 40.062376970942402 ], [ -75.042246844131896, 40.063123401397696 ], [ -75.041219852194104, 40.065491953423503 ], [ -75.040618058911406, 40.066826325159397 ], [ -75.040412599223103, 40.067253926792901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29951, "tnode_": 3825, "lpoly_": null, "rpoly_": null, "length": 243.10506123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8252, "l_t_add": 8298, "r_f_add": 8253, "r_t_add": 8299, "st_code": 65300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 862054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-06-29T00:00:00Z", "newsegdate": "2016-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "POQUESSING AVE", "stname": "POQUESSING AVE", "objectid": 37535, "Shape__Length": 96.797117960495882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043466011772097, 40.059415341633397 ], [ -75.0427416910061, 40.059783569923397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29949, "tnode_": 29951, "lpoly_": null, "rpoly_": null, "length": 122.52671954, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8200, "l_t_add": 8250, "r_f_add": 8201, "r_t_add": 8251, "st_code": 65300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 862055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-30T00:00:00Z", "newsegdate": "2016-06-29T00:00:00Z", "multi_rep": 0, "streetlabe": "POQUESSING AVE", "stname": "POQUESSING AVE", "objectid": 37536, "Shape__Length": 48.766510930595281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043854021054202, 40.0595079220857 ], [ -75.043687576787093, 40.059402680396303 ], [ -75.043466011772097, 40.059415341633397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29951, "tnode_": 29957, "lpoly_": null, "rpoly_": null, "length": 283.64921639, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 65300, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 862057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2016-06-29T00:00:00Z", "newsegdate": "2016-07-15T00:00:00Z", "multi_rep": 0, "streetlabe": "POQUESSING AVE", "stname": "POQUESSING AVE", "objectid": 37537, "Shape__Length": 113.20938847379901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043466011772097, 40.059415341633397 ], [ -75.043619943268993, 40.059153743768 ], [ -75.043633266686498, 40.059030821968797 ], [ -75.043745568624203, 40.058672869955899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3886, "tnode_": 29957, "lpoly_": null, "rpoly_": null, "length": 137.58898657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2601, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2600, "r_hundred": 0, "seg_id": 862058, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2016-10-06T00:00:00Z", "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37538, "Shape__Length": 54.787192361839992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044149933113502, 40.058887604359597 ], [ -75.043745568624203, 40.058672869955899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29957, "tnode_": 29952, "lpoly_": null, "rpoly_": null, "length": 268.22823391000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2603, "l_t_add": 2603, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 2600, "r_hundred": 0, "seg_id": 862059, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2016-10-06T00:00:00Z", "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37539, "Shape__Length": 106.80370348346241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043745568624203, 40.058672869955899 ], [ -75.0429533548037, 40.058258632418102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4393, "tnode_": 30188, "lpoly_": null, "rpoly_": null, "length": 137.13837479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1811, "l_t_add": 1811, "r_f_add": 1834, "r_t_add": 1834, "st_code": 37160, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 862060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2025-07-17T14:06:05Z", "newsegdate": "2025-07-17T14:06:05Z", "multi_rep": 0, "streetlabe": "GLENDALE AVE", "stname": "GLENDALE AVE", "objectid": 37540, "Shape__Length": 54.577320870344877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066370982614202, 40.056264523942197 ], [ -75.066586680529596, 40.056307111282102 ], [ -75.066810418102904, 40.056419361752802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30189, "tnode_": 30188, "lpoly_": null, "rpoly_": null, "length": 111.32693995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3089, "l_hundred": 0, "r_hundred": 0, "seg_id": 862062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T12:12:01Z", "newsegdate": "2025-08-05T12:12:01Z", "multi_rep": null, "streetlabe": "GLENDALE CIR ", "stname": "GLENDALE CIR ", "objectid": 37541, "Shape__Length": 44.364138083477151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0670436111551, 40.056217588651897 ], [ -75.066966803024101, 40.056230226040398 ], [ -75.066906462608998, 40.0562497958405 ], [ -75.066861900339305, 40.056278316527496 ], [ -75.066825527697404, 40.0563194259068 ], [ -75.066819886476196, 40.056367927923297 ], [ -75.066810418102904, 40.056419361752802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30188, "tnode_": 30187, "lpoly_": null, "rpoly_": null, "length": 122.77263143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3089, "l_hundred": 0, "r_hundred": 0, "seg_id": 862063, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T12:23:25Z", "newsegdate": "2025-08-05T12:23:25Z", "multi_rep": null, "streetlabe": "GLENDALE CIR ", "stname": "GLENDALE CIR ", "objectid": 37542, "Shape__Length": 48.865131991461844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066810418102904, 40.056419361752802 ], [ -75.066844898461198, 40.056457198067498 ], [ -75.066874989392304, 40.056480787296103 ], [ -75.066913948328406, 40.056499815301699 ], [ -75.067015048583301, 40.056516480377397 ], [ -75.067044955143999, 40.056513364665797 ], [ -75.067099960072198, 40.056503205924798 ], [ -75.067150268656107, 40.056486261667601 ], [ -75.067193317461204, 40.056478399766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30187, "tnode_": 30189, "lpoly_": null, "rpoly_": null, "length": 116.57070265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENDALE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3089, "l_hundred": 0, "r_hundred": 0, "seg_id": 862064, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2025-08-05T12:23:55Z", "newsegdate": "2025-08-05T12:23:55Z", "multi_rep": null, "streetlabe": "GLENDALE CIR ", "stname": "GLENDALE CIR ", "objectid": 37543, "Shape__Length": 46.483295748316102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067193317461204, 40.056478399766 ], [ -75.067211326213894, 40.056448590324003 ], [ -75.067218993957695, 40.056411577952801 ], [ -75.067215768123603, 40.0563676371833 ], [ -75.067190525711297, 40.0563155531718 ], [ -75.067148526721397, 40.056279288511 ], [ -75.0670436111551, 40.056217588651897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3093, "tnode_": 2778, "lpoly_": null, "rpoly_": null, "length": 909.77358069000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9322, "l_t_add": 9398, "r_f_add": 9401, "r_t_add": 9427, "st_code": 11200, "l_hundred": 9300, "r_hundred": 9400, "seg_id": 880001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37544, "Shape__Length": 363.20540385569666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009385445237797, 40.064921963404501 ], [ -75.009399130744896, 40.065269934992003 ], [ -75.009332851272504, 40.065821483290698 ], [ -75.009265871903196, 40.066093377209697 ], [ -75.009177922010295, 40.066389354506697 ], [ -75.009006979920201, 40.066858510000202 ], [ -75.008791340442698, 40.067359738170303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3248, "tnode_": 2833, "lpoly_": null, "rpoly_": null, "length": 1503.81790826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMPUS", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 21120, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880002, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMPUS LN", "stname": "CAMPUS LN", "objectid": 37545, "Shape__Length": 600.01471261487779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009408528018, 40.063503761608203 ], [ -75.009754074860197, 40.063499493709301 ], [ -75.009884195487501, 40.063511175892998 ], [ -75.010007831973397, 40.063531689571803 ], [ -75.010128064550997, 40.063573590598402 ], [ -75.010220067959494, 40.063622625155297 ], [ -75.010294307839402, 40.063671236076303 ], [ -75.010367760327199, 40.063739345126599 ], [ -75.010430668537296, 40.063816961194703 ], [ -75.010466762777796, 40.063891087855701 ], [ -75.010525431855498, 40.064103468000198 ], [ -75.010602192269204, 40.064561707351601 ], [ -75.010623661874007, 40.065001404683798 ], [ -75.010603162623198, 40.065508992831802 ], [ -75.0105822367983, 40.065749615680403 ], [ -75.010445594086804, 40.066357773681801 ], [ -75.010369200656598, 40.066584155534102 ], [ -75.010352792136203, 40.066712937512001 ], [ -75.010370322190397, 40.066833915448299 ], [ -75.010440167038894, 40.066998431008003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3397, "tnode_": 3218, "lpoly_": null, "rpoly_": null, "length": 992.40297246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLOVERLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 23980, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880003, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLOVERLY RD", "stname": "CLOVERLY RD", "objectid": 37546, "Shape__Length": 395.35368609421909 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015487223073293, 40.062476035429398 ], [ -75.015532513191999, 40.062583919336497 ], [ -75.015554301054607, 40.0626996075177 ], [ -75.015569033577506, 40.062844485159999 ], [ -75.015527706159901, 40.062994802793497 ], [ -75.0154610436783, 40.063117419031002 ], [ -75.015368227541302, 40.063232637714997 ], [ -75.015222376540905, 40.063351110133503 ], [ -75.015030365279699, 40.063448160255497 ], [ -75.014836962762601, 40.0635067873596 ], [ -75.014686305081995, 40.063525783198401 ], [ -75.013963445791205, 40.063522121618199 ], [ -75.013821686842803, 40.063539070177796 ], [ -75.013687917968696, 40.0635765322262 ], [ -75.013568012213298, 40.063634648567003 ], [ -75.013383258488204, 40.0637702593665 ], [ -75.013189183390395, 40.063944901587199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3165, "tnode_": 3385, "lpoly_": null, "rpoly_": null, "length": 889.03381314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3988, "st_code": 74820, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENSON ST", "stname": "STEVENSON ST", "objectid": 37547, "Shape__Length": 354.53032532346242 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990254747370699, 40.0638958685985 ], [ -74.990291091398205, 40.0637929080793 ], [ -74.990278410565196, 40.0632166447241 ], [ -74.990245564901798, 40.0631360546802 ], [ -74.990172540444405, 40.063044089525697 ], [ -74.989143020659299, 40.062044389368097 ], [ -74.989068305861693, 40.061994019310703 ], [ -74.9889336758295, 40.0619734358581 ], [ -74.988800893633694, 40.062010740629901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3191, "tnode_": 3403, "lpoly_": null, "rpoly_": null, "length": 853.41029662000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3451, "l_t_add": 3499, "r_f_add": 3424, "r_t_add": 3498, "st_code": 47980, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 880005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKWOOD RD", "stname": "KIRKWOOD RD", "objectid": 37548, "Shape__Length": 340.21133291382955 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007228075898496, 40.063970310885502 ], [ -75.007235564703095, 40.063252550573999 ], [ -75.007212733062403, 40.063174332312499 ], [ -75.007157892044503, 40.063102008763998 ], [ -75.007076902697804, 40.063033497783401 ], [ -75.005651439738799, 40.062213016678299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3246, "tnode_": 3477, "lpoly_": null, "rpoly_": null, "length": 733.6523566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYMAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 52150, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 880006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYMAN DR", "stname": "LYMAN DR", "objectid": 37549, "Shape__Length": 292.73912025429092 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982759981544604, 40.062992208826302 ], [ -74.982768099641902, 40.062907421865098 ], [ -74.982715389309902, 40.062745270163298 ], [ -74.982629465780505, 40.062456292307999 ], [ -74.982609881309997, 40.062252035813401 ], [ -74.982646186156202, 40.062046443879602 ], [ -74.982727156462104, 40.061858015398201 ], [ -74.982851054903506, 40.061643807663202 ], [ -74.983009706002207, 40.061433118337597 ], [ -74.983183710332398, 40.061273744055498 ], [ -74.983351210570007, 40.061164503344301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3426, "tnode_": 3307, "lpoly_": null, "rpoly_": null, "length": 481.41687066000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9854, "l_t_add": 9876, "r_f_add": 9801, "r_t_add": 9835, "st_code": 34960, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880007, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37550, "Shape__Length": 191.75460318666808 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988390743981896, 40.0616412655395 ], [ -74.987943303142799, 40.061922120546299 ], [ -74.9870435237317, 40.062462691318899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3363, "tnode_": 3488, "lpoly_": null, "rpoly_": null, "length": 631.13062297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9610, "l_t_add": 9644, "r_f_add": 9615, "r_t_add": 9629, "st_code": 24900, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37551, "Shape__Length": 251.30766713914994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008321917299597, 40.062529178597302 ], [ -75.008032570686495, 40.0624445618867 ], [ -75.007804476467399, 40.0623608602857 ], [ -75.006446748428203, 40.061584487812098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3626, "tnode_": 3454, "lpoly_": null, "rpoly_": null, "length": 1208.9422002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9238, "r_f_add": 9203, "r_t_add": 9239, "st_code": 24900, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37552, "Shape__Length": 481.15923422686029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017500742500999, 40.060750505931402 ], [ -75.017336219860994, 40.0608803946905 ], [ -75.017077050019395, 40.061060356389902 ], [ -75.0168186780204, 40.061220481705703 ], [ -75.016528438596097, 40.061369923165103 ], [ -75.016186369967201, 40.0615230928438 ], [ -75.0158783655625, 40.061632403097597 ], [ -75.015394920615904, 40.0617673161601 ], [ -75.014932633174496, 40.061858060911703 ], [ -75.013632245762594, 40.062056999856203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3469, "tnode_": 3477, "lpoly_": null, "rpoly_": null, "length": 759.01337293999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTERET", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 21710, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 880010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTERET DR", "stname": "CARTERET DR", "objectid": 37553, "Shape__Length": 302.09146478944609 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985766067605894, 40.061330842117698 ], [ -74.9856465334734, 40.061209683041902 ], [ -74.985408064030594, 40.061067194681499 ], [ -74.985113052286707, 40.060942114388801 ], [ -74.984773914231297, 40.060872281748303 ], [ -74.984495561869807, 40.060852175135203 ], [ -74.984156416327906, 40.0608681437879 ], [ -74.983821427414597, 40.060940600375297 ], [ -74.983559707079905, 40.0610387922233 ], [ -74.983351210570007, 40.061164503344301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3707, "tnode_": 3531, "lpoly_": null, "rpoly_": null, "length": 1131.7254282200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESLEYAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 82400, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESLEYAN RD", "stname": "WESLEYAN RD", "objectid": 37554, "Shape__Length": 450.45736712723749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017022930557005, 40.060113848627502 ], [ -75.016700586417898, 40.060385704049601 ], [ -75.016374507303297, 40.0606112265625 ], [ -75.016091472046298, 40.0607657292326 ], [ -75.015804803081494, 40.060899561890601 ], [ -75.015519376412698, 40.061002547763501 ], [ -75.015230178462502, 40.061088290635801 ], [ -75.014919370290599, 40.061156364918901 ], [ -75.013453736867703, 40.061381896519997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3707, "tnode_": 3757, "lpoly_": null, "rpoly_": null, "length": 249.32958456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3107, "l_t_add": 3115, "r_f_add": 3108, "r_t_add": 3116, "st_code": 34640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37555, "Shape__Length": 99.320225861277223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017022930557005, 40.060113848627502 ], [ -75.0163430813258, 40.059671624130402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3658, "tnode_": 3824, "lpoly_": null, "rpoly_": null, "length": 987.97882463999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 47980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKWOOD RD", "stname": "KIRKWOOD RD", "objectid": 37556, "Shape__Length": 393.74414632712461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002474766846106, 40.060084082924497 ], [ -75.002447348983395, 40.059957760582598 ], [ -75.002406652738799, 40.059829887132103 ], [ -75.002350680074699, 40.059701647427602 ], [ -75.002262715750604, 40.059532693080399 ], [ -75.002205602414094, 40.059432626565403 ], [ -75.002124141905, 40.059329627735799 ], [ -75.001418250830099, 40.058635939107901 ], [ -75.001293161409606, 40.058553045616797 ], [ -75.001106396160196, 40.058482777061997 ], [ -75.000914576900399, 40.058461737582597 ], [ -75.0007857777358, 40.058470405477401 ], [ -75.000585088672906, 40.058517303305401 ], [ -75.000510428955295, 40.058548416234501 ], [ -75.000233759297004, 40.058703924014601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3658, "tnode_": 3824, "lpoly_": null, "rpoly_": null, "length": 871.51675454999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3863, "r_f_add": 3800, "r_t_add": 3860, "st_code": 14000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37557, "Shape__Length": 347.20640277560852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002474766846106, 40.060084082924497 ], [ -75.002183944267799, 40.060118311861302 ], [ -75.002046546714695, 40.060112675770696 ], [ -75.001894443133494, 40.060092587937802 ], [ -75.001733743137393, 40.060058194444998 ], [ -75.0015976774324, 40.060019689168897 ], [ -75.001480324370903, 40.059972231495003 ], [ -75.001378534675595, 40.059918096110898 ], [ -75.0012681487988, 40.059849654242797 ], [ -75.001188032125995, 40.059788987276498 ], [ -75.001146683410695, 40.059752748418802 ], [ -75.000233759297004, 40.058703924014601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3959, "tnode_": 3698, "lpoly_": null, "rpoly_": null, "length": 802.81699993000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXETER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9222, "r_f_add": 9201, "r_t_add": 9229, "st_code": 32560, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXETER RD", "stname": "EXETER RD", "objectid": 37558, "Shape__Length": 320.36388012701514 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013800275540106, 40.058010863613298 ], [ -75.013586362556694, 40.058208602686399 ], [ -75.013435922924501, 40.058375899013299 ], [ -75.013287310503699, 40.058582672633797 ], [ -75.013209494049903, 40.058730666942601 ], [ -75.013126351476004, 40.058925855251999 ], [ -75.013063821746599, 40.059118905258202 ], [ -75.013036532664501, 40.059286505445002 ], [ -75.013023021021894, 40.059451805446002 ], [ -75.013034415441695, 40.059678163429901 ], [ -75.013069525282106, 40.059910344027998 ], [ -75.013107824169694, 40.060055785334498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3869, "tnode_": 3850, "lpoly_": null, "rpoly_": null, "length": 382.69506496999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9226, "l_t_add": 9244, "r_f_add": 9217, "r_t_add": 9223, "st_code": 26000, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37559, "Shape__Length": 152.35327013512824 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006261879309506, 40.058564116757303 ], [ -75.005737862574904, 40.058809550928302 ], [ -75.005598231480107, 40.058836027265599 ], [ -75.005438001022199, 40.058823681995698 ], [ -75.005353209419297, 40.058796103224097 ], [ -75.005277412410706, 40.058751704697798 ], [ -75.005099577581305, 40.058604654062897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3915, "tnode_": 4018, "lpoly_": null, "rpoly_": null, "length": 776.08095919000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JANICE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 45900, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JANICE ST", "stname": "JANICE ST", "objectid": 37560, "Shape__Length": 309.2269260153696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004510718525395, 40.058078709545597 ], [ -75.004042068961198, 40.0583942570169 ], [ -75.003938428810201, 40.058421591536401 ], [ -75.003838418000896, 40.058427718815302 ], [ -75.003731048612494, 40.0584102461019 ], [ -75.003662868874201, 40.058383063132702 ], [ -75.003598061467997, 40.058341055365403 ], [ -75.002781130766095, 40.057538868434698 ], [ -75.002640625527604, 40.057415522204401 ], [ -75.002551099973402, 40.057343919311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3782, "tnode_": 3927, "lpoly_": null, "rpoly_": null, "length": 659.62180706000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 3109, "l_t_add": 3133, "r_f_add": 3006, "r_t_add": 3098, "st_code": 83420, "l_hundred": 3100, "r_hundred": 3000, "seg_id": 880018, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37561, "Shape__Length": 262.74788438845479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017642340580295, 40.059484658055197 ], [ -75.017078458482601, 40.059109459160197 ], [ -75.017077145134607, 40.059108643999402 ], [ -75.015831895839696, 40.058325821085099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4027, "tnode_": 4170, "lpoly_": null, "rpoly_": null, "length": 526.06686596999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 16060, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRY RD", "stname": "BARRY RD", "objectid": 37562, "Shape__Length": 209.6744390592836 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995526454297305, 40.057140398311503 ], [ -74.994903339347104, 40.056560141675497 ], [ -74.994295221317799, 40.056050015097803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3903, "tnode_": 28111, "lpoly_": null, "rpoly_": null, "length": 765.97839914999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4301, "l_t_add": 4499, "r_f_add": 4300, "r_t_add": 4498, "st_code": 24905, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37563, "Shape__Length": 305.32095078947719 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9982613158368, 40.058089464955501 ], [ -74.996516385354198, 40.056485400213198 ], [ -74.996506166769194, 40.056476284324603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4371, "tnode_": 4181, "lpoly_": null, "rpoly_": null, "length": 676.40398682, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 25260, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37564, "Shape__Length": 269.44291610971743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001730552317198, 40.054892280016297 ], [ -74.999909319370403, 40.056112562871903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3964, "tnode_": 4313, "lpoly_": null, "rpoly_": null, "length": 1200.2094287899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4301, "l_t_add": 4515, "r_f_add": 4300, "r_t_add": 4514, "st_code": 14000, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37565, "Shape__Length": 478.37565705548616 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999892158158403, 40.057641055755198 ], [ -74.998828717515494, 40.056667917560297 ], [ -74.997098887585693, 40.055141639350701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4185, "tnode_": 4441, "lpoly_": null, "rpoly_": null, "length": 998.7376978100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3319, "r_f_add": 3300, "r_t_add": 3318, "st_code": 83420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880026, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37566, "Shape__Length": 397.84248279425742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012830482230797, 40.0564140107426 ], [ -75.012736042520601, 40.056304572471099 ], [ -75.010144892510993, 40.054616625957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4313, "tnode_": 4574, "lpoly_": null, "rpoly_": null, "length": 776.1144404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4517, "l_t_add": 4699, "r_f_add": 4516, "r_t_add": 4698, "st_code": 14000, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37567, "Shape__Length": 309.32347035002323 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997098887585693, 40.055141639350701 ], [ -74.995277865805093, 40.053535128670298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4627, "tnode_": 3970, "lpoly_": null, "rpoly_": null, "length": 1548.6191782799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9130, "l_t_add": 9178, "r_f_add": 9127, "r_t_add": 9165, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880028, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37568, "Shape__Length": 618.24989891877567 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008529801638701, 40.0535472748046 ], [ -75.008499608997596, 40.053748522586098 ], [ -75.008490962216698, 40.054514823453502 ], [ -75.008441122664195, 40.056964821224902 ], [ -75.008642320199897, 40.057782259938101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4586, "tnode_": 4397, "lpoly_": null, "rpoly_": null, "length": 536.43245034000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9192, "l_t_add": 9198, "r_f_add": 9103, "r_t_add": 9199, "st_code": 34960, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880029, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37569, "Shape__Length": 213.73373204245192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006161178596599, 40.053722302663303 ], [ -75.004797411222896, 40.054756788021997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4489, "tnode_": 4587, "lpoly_": null, "rpoly_": null, "length": 257.91560835999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 50840, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880030, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37570, "Shape__Length": 102.79532980168317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004163283290097, 40.054219322923601 ], [ -75.003562707124601, 40.053682410192202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4587, "tnode_": 4371, "lpoly_": null, "rpoly_": null, "length": 676.23993121000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 25260, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37571, "Shape__Length": 269.3651815062089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003562707124601, 40.053682410192202 ], [ -75.001730552317198, 40.054892280016297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4666, "tnode_": 4455, "lpoly_": null, "rpoly_": null, "length": 676.6407725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 36920, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 37572, "Shape__Length": 269.52798856529483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002950549514694, 40.053136613798102 ], [ -75.001125265853304, 40.054354267517802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4742, "tnode_": 4546, "lpoly_": null, "rpoly_": null, "length": 676.14506681, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 45760, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37573, "Shape__Length": 269.3236423750194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002345071085401, 40.052602018869997 ], [ -75.000513982661104, 40.053812416409798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4527, "tnode_": 4773, "lpoly_": null, "rpoly_": null, "length": 825.83427102999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4723, "l_t_add": 4899, "r_f_add": 4718, "r_t_add": 4898, "st_code": 24905, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37574, "Shape__Length": 329.13754383332059 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993498341428506, 40.053851835007102 ], [ -74.992934237797797, 40.053338305140699 ], [ -74.992658713931405, 40.053109549067798 ], [ -74.991714762122498, 40.052278350283899 ], [ -74.991568998985301, 40.052137390018302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4546, "tnode_": 4631, "lpoly_": null, "rpoly_": null, "length": 260.39636399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4513, "r_f_add": 4500, "r_t_add": 4518, "st_code": 13100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37575, "Shape__Length": 103.78131087574434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000513982661104, 40.053812416409798 ], [ -74.999903923422295, 40.053272803211797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4631, "tnode_": 4422, "lpoly_": null, "rpoly_": null, "length": 675.9054661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 37280, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37576, "Shape__Length": 269.23585999944095 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999903923422295, 40.053272803211797 ], [ -74.998080968113797, 40.054489442093001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4709, "tnode_": 4520, "lpoly_": null, "rpoly_": null, "length": 676.69580683999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 28660, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37577, "Shape__Length": 269.54820570112116 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999294628563803, 40.052733255289397 ], [ -74.997469044563601, 40.053950864004101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4789, "tnode_": 4603, "lpoly_": null, "rpoly_": null, "length": 677.23337396, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 53800, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 37578, "Shape__Length": 269.7563977745404 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9986859496276, 40.0521954090365 ], [ -74.996853219924404, 40.053408910846002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4574, "tnode_": 4886, "lpoly_": null, "rpoly_": null, "length": 1067.8253871899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4899, "r_f_add": 4700, "r_t_add": 4898, "st_code": 14000, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37579, "Shape__Length": 425.57379260248257 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995277865805093, 40.053535128670298 ], [ -74.995231655445806, 40.053486301990702 ], [ -74.995114126578102, 40.053408096073603 ], [ -74.994886639067801, 40.053209398207699 ], [ -74.992773354216297, 40.051326113123601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5143, "tnode_": 4817, "lpoly_": null, "rpoly_": null, "length": 1239.39854171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8764, "r_f_add": 8701, "r_t_add": 8765, "st_code": 26000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37580, "Shape__Length": 493.7827171200172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015334285481103, 40.050174628580102 ], [ -75.0131073331914, 40.051461517082501 ], [ -75.012957740211903, 40.051550127839803 ], [ -75.012818163653094, 40.0516489959507 ], [ -75.012712693748199, 40.051742665614903 ], [ -75.012620248210496, 40.051836645537897 ], [ -75.012548722210397, 40.051929119926697 ], [ -75.012506740306904, 40.052000255669597 ], [ -75.012243046451601, 40.052503639958402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26902, "tnode_": 4835, "lpoly_": null, "rpoly_": null, "length": 414.19146973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9560, "l_t_add": 9586, "r_f_add": 9445, "r_t_add": 9587, "st_code": 74440, "l_hundred": 9500, "r_hundred": 9400, "seg_id": 880042, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37581, "Shape__Length": 164.95355128157564 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986319857767199, 40.050846120995502 ], [ -74.985163823862393, 40.051555710041399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4968, "tnode_": 5121, "lpoly_": null, "rpoly_": null, "length": 858.7982558299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARWITHAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 21760, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARWITHAN RD", "stname": "CARWITHAN RD", "objectid": 37582, "Shape__Length": 342.23736024539591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007468094688704, 40.051191511269401 ], [ -75.007647783350905, 40.051334982428997 ], [ -75.007393016070296, 40.051514729871798 ], [ -75.005774899184701, 40.050088003667099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26904, "tnode_": 5115, "lpoly_": null, "rpoly_": null, "length": 784.36364926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9416, "l_t_add": 9498, "r_f_add": 9381, "r_t_add": 9399, "st_code": 74440, "l_hundred": 9400, "r_hundred": 9300, "seg_id": 880044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37583, "Shape__Length": 312.36091391304831 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990366236837602, 40.048395329924901 ], [ -74.988169100935295, 40.0497313632901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5143, "tnode_": 5236, "lpoly_": null, "rpoly_": null, "length": 243.26603208999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3901, "l_t_add": 3915, "r_f_add": 3900, "r_t_add": 3916, "st_code": 64040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880045, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37584, "Shape__Length": 96.988325417028349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015334285481103, 40.050174628580102 ], [ -75.015248352655803, 40.0500632583244 ], [ -75.015119970266696, 40.049916930906399 ], [ -75.014984996211197, 40.049772449447801 ], [ -75.0148386150303, 40.049626879856099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5602, "tnode_": 5396, "lpoly_": null, "rpoly_": null, "length": 710.03083042000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8900, "l_t_add": 9048, "r_f_add": 8901, "r_t_add": 9049, "st_code": 77600, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880046, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37585, "Shape__Length": 282.82219875679505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004758969462998, 40.047159762297298 ], [ -75.004586699066195, 40.047326446957797 ], [ -75.002874859868996, 40.048459478458497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5502, "tnode_": 5763, "lpoly_": null, "rpoly_": null, "length": 822.61025281999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 50840, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880047, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37586, "Shape__Length": 327.81569300265045 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996657108109105, 40.047549975135297 ], [ -74.994723517906905, 40.045849695361802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5658, "tnode_": 5526, "lpoly_": null, "rpoly_": null, "length": 455.45627081000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 36920, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 37587, "Shape__Length": 181.41885246536668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011939889891806, 40.0469398531217 ], [ -75.012084998659205, 40.047073747480901 ], [ -75.011022920899904, 40.047774872177399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5690, "tnode_": 5603, "lpoly_": null, "rpoly_": null, "length": 289.6337584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8730, "l_t_add": 8798, "r_f_add": 8745, "r_t_add": 8799, "st_code": 45760, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37588, "Shape__Length": 115.34291876801021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010870855689305, 40.046750762057897 ], [ -75.011020990561903, 40.046880154329997 ], [ -75.010520673238005, 40.0472119034822 ], [ -75.010372581053005, 40.047215290896297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5817, "tnode_": 5756, "lpoly_": null, "rpoly_": null, "length": 275.53204178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8728, "r_f_add": 8701, "r_t_add": 8743, "st_code": 45760, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37589, "Shape__Length": 109.74886365885352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012249223390498, 40.046063266290297 ], [ -75.011667578043301, 40.046448615046899 ], [ -75.011517949883995, 40.046328651782702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5804, "tnode_": 5694, "lpoly_": null, "rpoly_": null, "length": 461.50123675999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8768, "r_f_add": 8701, "r_t_add": 8767, "st_code": 37280, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37590, "Shape__Length": 183.83317739711208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010966083350297, 40.046082444682597 ], [ -75.010796463897094, 40.045940704470802 ], [ -75.010583034011702, 40.046092410113701 ], [ -75.009756269153897, 40.046658306913599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5905, "tnode_": 5817, "lpoly_": null, "rpoly_": null, "length": 274.06356296999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8634, "l_t_add": 8698, "r_f_add": 8645, "r_t_add": 8699, "st_code": 45760, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37591, "Shape__Length": 109.17589978268138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012647818127803, 40.045545737400602 ], [ -75.012801289325495, 40.045697066554602 ], [ -75.012249223390498, 40.046063266290297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5928, "tnode_": 6051, "lpoly_": null, "rpoly_": null, "length": 259.4590376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5201, "l_t_add": 5215, "r_f_add": 5200, "r_t_add": 5214, "st_code": 13100, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 880054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37592, "Shape__Length": 103.40164634623983 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.99035227988, 40.044819596157303 ], [ -74.989757741566095, 40.044273247905203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6051, "tnode_": 5959, "lpoly_": null, "rpoly_": null, "length": 242.35440721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 36640, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANIA ST", "stname": "GERMANIA ST", "objectid": 37593, "Shape__Length": 96.503455409488225 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989757741566095, 40.044273247905203 ], [ -74.989712904076598, 40.044308477148597 ], [ -74.989073491908997, 40.04467991029 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6051, "tnode_": 6158, "lpoly_": null, "rpoly_": null, "length": 280.42547244000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5217, "l_t_add": 5299, "r_f_add": 5216, "r_t_add": 5298, "st_code": 13100, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 880056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37594, "Shape__Length": 111.75245770532904 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989757741566095, 40.044273247905203 ], [ -74.989108166608403, 40.043687290732898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6418, "tnode_": 6158, "lpoly_": null, "rpoly_": null, "length": 671.43051074000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 28000, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 37595, "Shape__Length": 267.37017505182547 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990978254128805, 40.042535864859403 ], [ -74.989931527018697, 40.043172955150801 ], [ -74.989660197558507, 40.0433170763879 ], [ -74.9895356466903, 40.043390357649002 ], [ -74.989313344320394, 40.0435490038426 ], [ -74.989108166608403, 40.043687290732898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7049, "tnode_": 5763, "lpoly_": null, "rpoly_": null, "length": 3517.0524000700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 9198, "r_f_add": 8701, "r_t_add": 9199, "st_code": 74440, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880058, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37596, "Shape__Length": 1400.300939990859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004839833267198, 40.040132298352503 ], [ -75.003413147228699, 40.040984140017997 ], [ -75.001721742520402, 40.041916403651001 ], [ -74.997902648379707, 40.044004949784302 ], [ -74.9949479289225, 40.045756295924001 ], [ -74.994723517906905, 40.045849695361802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6047, "tnode_": 5997, "lpoly_": null, "rpoly_": null, "length": 275.43273498000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8632, "r_f_add": 8601, "r_t_add": 8643, "st_code": 45760, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37597, "Shape__Length": 109.73252943722937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014004986861096, 40.044827592136201 ], [ -75.013977839428705, 40.044909541136903 ], [ -75.0134770913984, 40.0452359570711 ], [ -75.013331210803898, 40.045112335241697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6156, "tnode_": 6001, "lpoly_": null, "rpoly_": null, "length": 425.09099950999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 37280, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37598, "Shape__Length": 169.31757522602777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0133124468273, 40.0442780078738 ], [ -75.012347483076098, 40.044916360156201 ], [ -75.012508501778697, 40.045058406704001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6332, "tnode_": 6052, "lpoly_": null, "rpoly_": null, "length": 745.79336503000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 34960, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37599, "Shape__Length": 296.98148208054954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019525943076303, 40.043629986623003 ], [ -75.018904199732205, 40.043844466153303 ], [ -75.018443870894203, 40.044127706754203 ], [ -75.017451418458094, 40.044878521740699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4068, "tnode_": 4013, "lpoly_": null, "rpoly_": null, "length": 513.47403457000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3139, "r_f_add": 3022, "r_t_add": 3110, "st_code": 33220, "l_hundred": 3100, "r_hundred": 3000, "seg_id": 880065, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 37600, "Shape__Length": 204.29307052160351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018251136009098, 40.057331186717398 ], [ -75.018212866615499, 40.057332414977203 ], [ -75.017687752639802, 40.057334939421203 ], [ -75.017469724749503, 40.057352271461099 ], [ -75.017206650918297, 40.057396677062997 ], [ -75.017028810598703, 40.057446863438003 ], [ -75.016857685281096, 40.057512220015496 ], [ -75.016703107676506, 40.057591105653103 ], [ -75.016534630159498, 40.057695294585102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3083, "tnode_": 2884, "lpoly_": null, "rpoly_": null, "length": 632.21611400999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 47980, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880067, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKWOOD RD", "stname": "KIRKWOOD RD", "objectid": 37601, "Shape__Length": 252.39382875780447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007229610498896, 40.064923330050803 ], [ -75.007214905770496, 40.065282348169802 ], [ -75.007173652885498, 40.065610168581102 ], [ -75.007097557290393, 40.0659095000848 ], [ -75.006855841982002, 40.066545975198601 ], [ -75.006806537633096, 40.0666152502668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3083, "tnode_": 3245, "lpoly_": null, "rpoly_": null, "length": 1053.8229656399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 30680, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 880068, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37602, "Shape__Length": 419.61989998312282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007229610498896, 40.064923330050803 ], [ -75.006876707310298, 40.0649128429583 ], [ -75.006784727805496, 40.064901769778402 ], [ -75.006681564267396, 40.064881553150698 ], [ -75.006582004986498, 40.064843668882503 ], [ -75.0040868115602, 40.063428654476503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4447, "tnode_": 4527, "lpoly_": null, "rpoly_": null, "length": 485.69408531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4700, "l_t_add": 4798, "r_f_add": 4701, "r_t_add": 4799, "st_code": 24910, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880069, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT PL", "stname": "CONVENT PL", "objectid": 37603, "Shape__Length": 193.52800234839822 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993993433377497, 40.054279798227803 ], [ -74.993666977751502, 40.054529492525198 ], [ -74.993613757304004, 40.054531481987397 ], [ -74.993565646340102, 40.054512360409099 ], [ -74.993152182480202, 40.054147172520999 ], [ -74.993144683180901, 40.054122491682399 ], [ -74.993156494541907, 40.054093373346902 ], [ -74.993498341428506, 40.053851835007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4239, "tnode_": 4390, "lpoly_": null, "rpoly_": null, "length": 401.40411961000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASTER", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 13820, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880070, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASTER CT", "stname": "ASTER CT", "objectid": 37604, "Shape__Length": 160.25580219779303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017070384948994, 40.056183035513797 ], [ -75.017059750250993, 40.0550811651974 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4235, "tnode_": 4402, "lpoly_": null, "rpoly_": null, "length": 397.43595657999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COSMOS", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 25220, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880071, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COSMOS CT", "stname": "COSMOS CT", "objectid": 37605, "Shape__Length": 158.67161084353009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016249722306696, 40.056186918342704 ], [ -75.016245500251202, 40.055095915611901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4232, "tnode_": 4513, "lpoly_": null, "rpoly_": null, "length": 654.56368721999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHEASANT", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 64440, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880072, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHEASANT DR", "stname": "PHEASANT DR", "objectid": 37606, "Shape__Length": 261.26098508654871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015428375398997, 40.0562012231957 ], [ -75.015423119776997, 40.055295950546999 ], [ -75.015387111164202, 40.055205833675998 ], [ -75.015010592456804, 40.054462883661202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4229, "tnode_": 4484, "lpoly_": null, "rpoly_": null, "length": 627.21499563999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POPPY", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 65280, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880073, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POPPY DR", "stname": "POPPY DR", "objectid": 37607, "Shape__Length": 250.30399774972628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014603676440103, 40.056185550652202 ], [ -75.014606469387402, 40.055544286746702 ], [ -75.014571083094495, 40.0554159308641 ], [ -75.014384248917494, 40.055111117801701 ], [ -75.014040772642105, 40.054558548375397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4219, "tnode_": 4431, "lpoly_": null, "rpoly_": null, "length": 550.41213475000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LILAC", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 50700, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880074, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LILAC DR", "stname": "LILAC DR", "objectid": 37608, "Shape__Length": 219.61413580037808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013779547457304, 40.056186828369803 ], [ -75.013780586978697, 40.055663481983402 ], [ -75.013749373820005, 40.055572580410498 ], [ -75.013698464251107, 40.055498267656603 ], [ -75.013168608771494, 40.054798500525798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2944, "tnode_": 2728, "lpoly_": null, "rpoly_": null, "length": 743.89428144, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRGREEN", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9401, "l_t_add": 9499, "r_f_add": 9400, "r_t_add": 9498, "st_code": 33230, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRGREEN LN", "stname": "FAIRGREEN LN", "objectid": 37609, "Shape__Length": 296.63548127606776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016539059903593, 40.066295370384601 ], [ -75.016631487332006, 40.066358122886797 ], [ -75.016807486309702, 40.066513102346001 ], [ -75.016924530370005, 40.066623595186996 ], [ -75.0169823299142, 40.066696776143601 ], [ -75.0169982576829, 40.066765370444998 ], [ -75.016986030347795, 40.066836885791901 ], [ -75.016950315706495, 40.066911432301197 ], [ -75.016886590293097, 40.066985313446601 ], [ -75.016394546711595, 40.067483430772299 ], [ -75.016024269404696, 40.067858783682603 ], [ -75.015931326686001, 40.067938978497502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3087, "tnode_": 2807, "lpoly_": null, "rpoly_": null, "length": 819.33582646999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9454, "r_f_add": 9401, "r_t_add": 9453, "st_code": 49060, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSFORD ST", "stname": "LANSFORD ST", "objectid": 37610, "Shape__Length": 327.09221645699427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008314575520501, 40.0649233759016 ], [ -75.008297700001805, 40.0652098564263 ], [ -75.008270176549303, 40.065494982678899 ], [ -75.008207710273894, 40.065853026920301 ], [ -75.008110274034095, 40.066185652140199 ], [ -75.007957418401801, 40.066602997950099 ], [ -75.007806794946802, 40.066965083467601 ], [ -75.007721908539693, 40.067111855146102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3093, "tnode_": 3087, "lpoly_": null, "rpoly_": null, "length": 299.72875692000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 30680, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37611, "Shape__Length": 119.20884868503545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009385445237797, 40.064921963404501 ], [ -75.008314575520501, 40.0649233759016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3106, "tnode_": 3041, "lpoly_": null, "rpoly_": null, "length": 272.61488960999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 61970, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37612, "Shape__Length": 108.69590337290651 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0025573737896, 40.064621952788002 ], [ -75.001966827558505, 40.065217068460697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3171, "tnode_": 3106, "lpoly_": null, "rpoly_": null, "length": 300.85097224000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9440, "l_t_add": 9498, "r_f_add": 9441, "r_t_add": 9499, "st_code": 61970, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37613, "Shape__Length": 119.89125109518109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003316258536202, 40.064037081302899 ], [ -75.0025573737896, 40.064621952788002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3180, "tnode_": 3105, "lpoly_": null, "rpoly_": null, "length": 277.10813252999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9512, "l_t_add": 9598, "r_f_add": 9517, "r_t_add": 9599, "st_code": 34640, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37614, "Shape__Length": 110.49551442144686 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999608047676205, 40.0638741910685 ], [ -74.999025458137496, 40.064489237489298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3041, "tnode_": 3180, "lpoly_": null, "rpoly_": null, "length": 821.69341083999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3539, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 65700, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 880085, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 37615, "Shape__Length": 327.26188825376113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001966827558505, 40.065217068460697 ], [ -74.999608047676205, 40.0638741910685 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3083, "tnode_": 3191, "lpoly_": null, "rpoly_": null, "length": 347.16950866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRKWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3449, "r_f_add": 3400, "r_t_add": 3422, "st_code": 47980, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 880086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRKWOOD RD", "stname": "KIRKWOOD RD", "objectid": 37616, "Shape__Length": 138.62117509705658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007229610498896, 40.064923330050803 ], [ -75.007228075898496, 40.063970310885502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3218, "tnode_": 2864, "lpoly_": null, "rpoly_": null, "length": 1082.4260231599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9326, "l_t_add": 9360, "r_f_add": 9321, "r_t_add": 9353, "st_code": 12720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 37617, "Shape__Length": 432.14174423659136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013189183390395, 40.063944901587199 ], [ -75.013241108336402, 40.064297355791403 ], [ -75.0132875085975, 40.064952933300702 ], [ -75.013253447685202, 40.065658262865803 ], [ -75.013215780040497, 40.066036270808901 ], [ -75.013147295787604, 40.066344652490002 ], [ -75.013065835141802, 40.066557998548703 ], [ -75.012976126163196, 40.066697951476201 ], [ -75.0128527112509, 40.066855663249299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3242, "tnode_": 3180, "lpoly_": null, "rpoly_": null, "length": 275.33929039000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9510, "r_f_add": 9501, "r_t_add": 9515, "st_code": 34640, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37618, "Shape__Length": 109.708905102765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000305813017306, 40.063395492613999 ], [ -75.0001653449374, 40.063407494044903 ], [ -75.000053937494002, 40.063444702453999 ], [ -74.999957208030594, 40.063496336673801 ], [ -74.999608047676205, 40.0638741910685 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3106, "tnode_": 3242, "lpoly_": null, "rpoly_": null, "length": 775.45406793999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 34240, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 880090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37619, "Shape__Length": 308.82361722718605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0025573737896, 40.064621952788002 ], [ -75.000523322569293, 40.063462972890299 ], [ -75.0004274382772, 40.063418457277002 ], [ -75.000364057467706, 40.063400521362396 ], [ -75.000305813017306, 40.063395492613999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3245, "tnode_": 3171, "lpoly_": null, "rpoly_": null, "length": 309.25760502000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9416, "l_t_add": 9438, "r_f_add": 9417, "r_t_add": 9439, "st_code": 61970, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880091, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37620, "Shape__Length": 123.24615186783564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0040868115602, 40.063428654476503 ], [ -75.003316258536202, 40.064037081302899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3246, "tnode_": 3226, "lpoly_": null, "rpoly_": null, "length": 253.27217864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9952, "l_t_add": 9998, "r_f_add": 9951, "r_t_add": 9999, "st_code": 48730, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37621, "Shape__Length": 100.7649700022678 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982759981544604, 40.062992208826302 ], [ -74.982566963636302, 40.063047371974797 ], [ -74.982245882022696, 40.063133486940004 ], [ -74.981896665333494, 40.063196942531398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3248, "tnode_": 3093, "lpoly_": null, "rpoly_": null, "length": 516.66803142000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9306, "l_t_add": 9320, "r_f_add": 9311, "r_t_add": 9399, "st_code": 11200, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880093, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37622, "Shape__Length": 206.29934178197405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009408528018, 40.063503761608203 ], [ -75.009385445237797, 40.064921963404501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3271, "tnode_": 3231, "lpoly_": null, "rpoly_": null, "length": 219.01028297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVNER", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9816, "l_t_add": 9898, "r_f_add": 9817, "r_t_add": 9899, "st_code": 14720, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVNER LN", "stname": "AVNER LN", "objectid": 37623, "Shape__Length": 87.247116258850909 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987457690928096, 40.062831368588398 ], [ -74.986944461117503, 40.063139988618701 ], [ -74.986906958893996, 40.063173783257199 ], [ -74.986863378271096, 40.063218722981297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3290, "tnode_": 3246, "lpoly_": null, "rpoly_": null, "length": 283.16406493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9922, "l_t_add": 9950, "r_f_add": 9921, "r_t_add": 9949, "st_code": 48730, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37624, "Shape__Length": 112.74874777347978 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983608645533806, 40.062570849668802 ], [ -74.983134282932895, 40.062827755654503 ], [ -74.982970633952107, 40.0629042557606 ], [ -74.982759981544604, 40.062992208826302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3299, "tnode_": 3290, "lpoly_": null, "rpoly_": null, "length": 58.42056884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9916, "l_t_add": 9920, "r_f_add": 0, "r_t_add": 0, "st_code": 48730, "l_hundred": 9900, "r_hundred": 0, "seg_id": 880097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37625, "Shape__Length": 23.264612856720952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983779549733299, 40.062478790712198 ], [ -74.983608645533806, 40.062570849668802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3307, "tnode_": 3206, "lpoly_": null, "rpoly_": null, "length": 523.11220315000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9878, "l_t_add": 9898, "r_f_add": 9837, "r_t_add": 9877, "st_code": 34960, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880098, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37626, "Shape__Length": 208.36479583553063 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9870435237317, 40.062462691318899 ], [ -74.985612654895604, 40.063326336470098 ], [ -74.985579684978404, 40.063354564814297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3271, "tnode_": 3307, "lpoly_": null, "rpoly_": null, "length": 177.41528915000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTERET", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3999, "l_t_add": 3999, "r_f_add": 3998, "r_t_add": 3998, "st_code": 21710, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTERET DR", "stname": "CARTERET DR", "objectid": 37627, "Shape__Length": 70.719425167971266 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987457690928096, 40.062831368588398 ], [ -74.9870435237317, 40.062462691318899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3314, "tnode_": 3245, "lpoly_": null, "rpoly_": null, "length": 310.89726230999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9344, "l_t_add": 9414, "r_f_add": 9345, "r_t_add": 9415, "st_code": 61970, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880100, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37628, "Shape__Length": 123.89460079145945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004867758410796, 40.062821761443097 ], [ -75.0040868115602, 40.063428654476503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3191, "tnode_": 3314, "lpoly_": null, "rpoly_": null, "length": 794.49894213000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 14000, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 880101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37629, "Shape__Length": 316.3634926079647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007228075898496, 40.063970310885502 ], [ -75.007099755077107, 40.0639683388546 ], [ -75.006981717593703, 40.063958863053102 ], [ -75.006858446810696, 40.063935947212599 ], [ -75.006775282514894, 40.063906381128 ], [ -75.004867758410796, 40.062821761443097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3335, "tnode_": 3218, "lpoly_": null, "rpoly_": null, "length": 396.14199419000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9314, "l_t_add": 9324, "r_f_add": 9309, "r_t_add": 9319, "st_code": 12720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 37630, "Shape__Length": 158.1527665648369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012933774222006, 40.062875300508097 ], [ -75.013189183390395, 40.063944901587199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3336, "tnode_": 3271, "lpoly_": null, "rpoly_": null, "length": 312.75648110999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVNER", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9810, "l_t_add": 9814, "r_f_add": 9811, "r_t_add": 9815, "st_code": 14720, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVNER LN", "stname": "AVNER LN", "objectid": 37631, "Shape__Length": 124.57312345068586 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988336999249199, 40.062301615396997 ], [ -74.987457690928096, 40.062831368588398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3342, "tnode_": 3299, "lpoly_": null, "rpoly_": null, "length": 191.0475719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9910, "l_t_add": 9914, "r_f_add": 9911, "r_t_add": 9919, "st_code": 48730, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37632, "Shape__Length": 76.073255089188208 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984347692229804, 40.062188141906603 ], [ -74.983779549733299, 40.062478790712198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3356, "tnode_": 3248, "lpoly_": null, "rpoly_": null, "length": 343.27309104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9304, "r_f_add": 9301, "r_t_add": 9309, "st_code": 11200, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880106, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37633, "Shape__Length": 137.06254165702032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009406948185401, 40.062561438531397 ], [ -75.009408528018, 40.063503761608203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3363, "tnode_": 3087, "lpoly_": null, "rpoly_": null, "length": 872.16917494999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 49060, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSFORD ST", "stname": "LANSFORD ST", "objectid": 37634, "Shape__Length": 348.24440859630181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008321917299597, 40.062529178597302 ], [ -75.008314575520501, 40.0649233759016 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3356, "tnode_": 3363, "lpoly_": null, "rpoly_": null, "length": 304.53254144000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9608, "r_f_add": 9601, "r_t_add": 9613, "st_code": 24900, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37635, "Shape__Length": 121.11780439890678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009406948185401, 40.062561438531397 ], [ -75.009055060655399, 40.062568635638897 ], [ -75.008757007797499, 40.0625667304583 ], [ -75.008534048227105, 40.062550999083697 ], [ -75.008321917299597, 40.062529178597302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3374, "tnode_": 3342, "lpoly_": null, "rpoly_": null, "length": 182.8191112, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9908, "l_t_add": 9908, "r_f_add": 9907, "r_t_add": 9909, "st_code": 48730, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37636, "Shape__Length": 72.806325640542781 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984877702479395, 40.061894857974401 ], [ -74.984347692229804, 40.062188141906603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3385, "tnode_": 3336, "lpoly_": null, "rpoly_": null, "length": 167.59369348000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVNER", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9808, "r_f_add": 9801, "r_t_add": 9809, "st_code": 14720, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVNER LN", "stname": "AVNER LN", "objectid": 37637, "Shape__Length": 66.758358241850544 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988800893633694, 40.062010740629901 ], [ -74.988336999249199, 40.062301615396997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3387, "tnode_": 3356, "lpoly_": null, "rpoly_": null, "length": 450.4151664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 24900, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37638, "Shape__Length": 179.14306421045663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011005680470802, 40.062461336808497 ], [ -75.010655201102395, 40.062511452898498 ], [ -75.010367307036603, 40.062543449575898 ], [ -75.010133938108495, 40.062561201582902 ], [ -75.009820037208499, 40.062569260906002 ], [ -75.009406948185401, 40.062561438531397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3387, "tnode_": 2850, "lpoly_": null, "rpoly_": null, "length": 1650.3227640299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDOVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 12600, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDOVER RD", "stname": "ANDOVER RD", "objectid": 37639, "Shape__Length": 658.90475342745742 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011005680470802, 40.062461336808497 ], [ -75.011286319818197, 40.063579084239997 ], [ -75.011370031668307, 40.063865258374697 ], [ -75.011461855823399, 40.064366912289799 ], [ -75.0115003019705, 40.064802708684603 ], [ -75.011493090498305, 40.065258944986702 ], [ -75.0114634844563, 40.065714647540503 ], [ -75.0114032385559, 40.066096422270398 ], [ -75.011278493464403, 40.066687641806801 ], [ -75.011225485615896, 40.066943640714797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3392, "tnode_": 3374, "lpoly_": null, "rpoly_": null, "length": 58.33513366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9906, "l_t_add": 9906, "r_f_add": 0, "r_t_add": 0, "st_code": 48730, "l_hundred": 9900, "r_hundred": 0, "seg_id": 880113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37640, "Shape__Length": 23.234043262286235 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985043159098097, 40.061797486775802 ], [ -74.984877702479395, 40.061894857974401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3307, "tnode_": 3393, "lpoly_": null, "rpoly_": null, "length": 285.30196688000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTERET", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 21710, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880114, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTERET DR", "stname": "CARTERET DR", "objectid": 37641, "Shape__Length": 113.72300179672106 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9870435237317, 40.062462691318899 ], [ -74.986377018485001, 40.061870143449603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3403, "tnode_": 3314, "lpoly_": null, "rpoly_": null, "length": 311.9164537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9320, "l_t_add": 9342, "r_f_add": 9321, "r_t_add": 9343, "st_code": 61970, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37642, "Shape__Length": 124.29953415702578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005651439738799, 40.062213016678299 ], [ -75.004867758410796, 40.062821761443097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3406, "tnode_": 3387, "lpoly_": null, "rpoly_": null, "length": 246.3924612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9316, "l_t_add": 9398, "r_f_add": 9315, "r_t_add": 9399, "st_code": 24900, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37643, "Shape__Length": 98.006893459167756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011869061409797, 40.062329447111999 ], [ -75.011005680470802, 40.062461336808497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3406, "tnode_": 2864, "lpoly_": null, "rpoly_": null, "length": 1725.4152067399998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREATY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 77720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREATY RD", "stname": "TREATY RD", "objectid": 37644, "Shape__Length": 688.73425451897458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011869061409797, 40.062329447111999 ], [ -75.012155429623704, 40.063427566596403 ], [ -75.012293306656701, 40.064037961205898 ], [ -75.012345905204199, 40.064400896871803 ], [ -75.0123768906859, 40.065021661088799 ], [ -75.012368990641207, 40.065495103737 ], [ -75.012325893709004, 40.065868676891199 ], [ -75.0122803222568, 40.066164686482502 ], [ -75.012281232619998, 40.066280962808001 ], [ -75.012351976037806, 40.066472101389202 ], [ -75.012475017286803, 40.066617121725201 ], [ -75.012665939061307, 40.0667465370909 ], [ -75.0128527112509, 40.066855663249299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3434, "tnode_": 3406, "lpoly_": null, "rpoly_": null, "length": 251.49947748, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9314, "r_f_add": 9301, "r_t_add": 9313, "st_code": 24900, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37645, "Shape__Length": 100.03815472020591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0127502745013, 40.062194586050602 ], [ -75.011869061409797, 40.062329447111999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3434, "tnode_": 3335, "lpoly_": null, "rpoly_": null, "length": 253.23645499, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9312, "r_f_add": 9301, "r_t_add": 9307, "st_code": 12720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 37646, "Shape__Length": 101.09553280250776 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0127502745013, 40.062194586050602 ], [ -75.012933774222006, 40.062875300508097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3385, "tnode_": 3426, "lpoly_": null, "rpoly_": null, "length": 176.90447949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3990, "r_t_add": 3998, "st_code": 74820, "l_hundred": 0, "r_hundred": 3900, "seg_id": 880121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENSON ST", "stname": "STEVENSON ST", "objectid": 37647, "Shape__Length": 70.516575768312535 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988800893633694, 40.062010740629901 ], [ -74.988390743981896, 40.0616412655395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3454, "tnode_": 3434, "lpoly_": null, "rpoly_": null, "length": 251.9037311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9240, "l_t_add": 9298, "r_f_add": 9241, "r_t_add": 9299, "st_code": 24900, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37648, "Shape__Length": 100.19931901569589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013632245762594, 40.062056999856203 ], [ -75.0127502745013, 40.062194586050602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3457, "tnode_": 3226, "lpoly_": null, "rpoly_": null, "length": 695.25365481000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9950, "l_t_add": 9998, "r_f_add": 9951, "r_t_add": 9999, "st_code": 41580, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880123, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37649, "Shape__Length": 277.5786208381856 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981660626176705, 40.061306155413703 ], [ -74.981656435279604, 40.06184294829 ], [ -74.981665642968395, 40.062215882006903 ], [ -74.981705147151899, 40.062530555393202 ], [ -74.981777231034201, 40.062816519011498 ], [ -74.981896665333494, 40.063196942531398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3469, "tnode_": 3392, "lpoly_": null, "rpoly_": null, "length": 264.2746389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9904, "r_f_add": 9801, "r_t_add": 9905, "st_code": 48730, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND DR", "stname": "LACKLAND DR", "objectid": 37650, "Shape__Length": 105.27462036622798 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985766067605894, 40.061330842117698 ], [ -74.985043159098097, 40.061797486775802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3393, "tnode_": 3469, "lpoly_": null, "rpoly_": null, "length": 260.46116834999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTERET", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 21710, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 880125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTERET DR", "stname": "CARTERET DR", "objectid": 37651, "Shape__Length": 103.81902577500338 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986377018485001, 40.061870143449603 ], [ -74.985766067605894, 40.061330842117698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3471, "tnode_": 3405, "lpoly_": null, "rpoly_": null, "length": 243.28644437, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9620, "l_t_add": 9798, "r_f_add": 9621, "r_t_add": 9799, "st_code": 50300, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37652, "Shape__Length": 96.998112408459335 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995042331296702, 40.0613916857113 ], [ -74.994516409491297, 40.061923401837397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3488, "tnode_": 3403, "lpoly_": null, "rpoly_": null, "length": 319.3422803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9318, "r_f_add": 9301, "r_t_add": 9319, "st_code": 61970, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37653, "Shape__Length": 127.26191157062782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006446748428203, 40.061584487812098 ], [ -75.005651439738799, 40.062213016678299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3488, "tnode_": 3518, "lpoly_": null, "rpoly_": null, "length": 155.0061668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9646, "l_t_add": 9698, "r_f_add": 9631, "r_t_add": 9699, "st_code": 24900, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37654, "Shape__Length": 61.730747212789311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006446748428203, 40.061584487812098 ], [ -75.005999121230303, 40.061333969049699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3523, "tnode_": 3457, "lpoly_": null, "rpoly_": null, "length": 174.09102681000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9948, "l_t_add": 9948, "r_f_add": 9949, "r_t_add": 9949, "st_code": 41580, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880129, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37655, "Shape__Length": 69.50444086677652 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981717490356004, 40.060832580155399 ], [ -74.9816750797536, 40.060958540546899 ], [ -74.981668411232206, 40.0611219446237 ], [ -74.981660626176705, 40.061306155413703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3531, "tnode_": 3454, "lpoly_": null, "rpoly_": null, "length": 250.95348821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXETER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9250, "l_t_add": 9298, "r_f_add": 9251, "r_t_add": 9299, "st_code": 32560, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXETER RD", "stname": "EXETER RD", "objectid": 37656, "Shape__Length": 100.18353346559623 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013453736867703, 40.061381896519997 ], [ -75.013632245762594, 40.062056999856203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3583, "tnode_": 3426, "lpoly_": null, "rpoly_": null, "length": 727.94983101000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9852, "r_f_add": 9701, "r_t_add": 9799, "st_code": 34960, "l_hundred": 9800, "r_hundred": 9700, "seg_id": 880131, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37657, "Shape__Length": 289.94308982814039 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990434296177, 40.060405298564099 ], [ -74.988390743981896, 40.0616412655395 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3405, "tnode_": 3583, "lpoly_": null, "rpoly_": null, "length": 1289.8532512700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 38120, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 37658, "Shape__Length": 513.39923684408359 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994516409491297, 40.061923401837397 ], [ -74.994278703619599, 40.0617909732537 ], [ -74.993953963511899, 40.061637136726503 ], [ -74.993569477170794, 40.061502010113699 ], [ -74.993219470911399, 40.061405481250802 ], [ -74.992815754422097, 40.061340396307799 ], [ -74.992398840927905, 40.061277511664599 ], [ -74.991947449285504, 40.061176026071799 ], [ -74.991711113413203, 40.061104883835398 ], [ -74.991495239648998, 40.0610140863472 ], [ -74.991305148065095, 40.0609339805074 ], [ -74.991102781172501, 40.060833435349601 ], [ -74.990857136718702, 40.060668898448597 ], [ -74.990644029462601, 40.060510179391201 ], [ -74.990512256446607, 40.060446580959997 ], [ -74.990434296177, 40.060405298564099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3584, "tnode_": 3523, "lpoly_": null, "rpoly_": null, "length": 263.17873428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9926, "l_t_add": 9946, "r_f_add": 9925, "r_t_add": 9947, "st_code": 41580, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880133, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37659, "Shape__Length": 104.93131763333575 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9822610009915, 40.060258367588602 ], [ -74.982080645498002, 40.060377428625102 ], [ -74.981926834345401, 40.060505276382898 ], [ -74.981814267842694, 40.060651492095502 ], [ -74.981717490356004, 40.060832580155399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3477, "tnode_": 3584, "lpoly_": null, "rpoly_": null, "length": 449.53581304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DENIS", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 74070, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DENIS DR", "stname": "SAINT DENIS DR", "objectid": 37660, "Shape__Length": 179.16027661494579 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983351210570007, 40.061164503344301 ], [ -74.9822610009915, 40.060258367588602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3600, "tnode_": 3471, "lpoly_": null, "rpoly_": null, "length": 634.83938092999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9618, "r_f_add": 9601, "r_t_add": 9619, "st_code": 50300, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37661, "Shape__Length": 252.80210279266626 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996901720698503, 40.0603937977586 ], [ -74.995042331296702, 40.0613916857113 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3617, "tnode_": 3531, "lpoly_": null, "rpoly_": null, "length": 244.67917668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXETER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9240, "l_t_add": 9248, "r_f_add": 9241, "r_t_add": 9249, "st_code": 32560, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXETER RD", "stname": "EXETER RD", "objectid": 37662, "Shape__Length": 97.67885459499449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013285822609205, 40.0607227325916 ], [ -75.013453736867703, 40.061381896519997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3646, "tnode_": 3626, "lpoly_": null, "rpoly_": null, "length": 91.21180397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9106, "l_t_add": 9198, "r_f_add": 9201, "r_t_add": 9201, "st_code": 24900, "l_hundred": 9100, "r_hundred": 9200, "seg_id": 880137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT AVE", "stname": "CONVENT AVE", "objectid": 37663, "Shape__Length": 36.363340421543271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017702006817402, 40.060553586107098 ], [ -75.017500742500999, 40.060750505931402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3649, "tnode_": 3488, "lpoly_": null, "rpoly_": null, "length": 661.45914022, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9230, "l_t_add": 9298, "r_f_add": 9215, "r_t_add": 9299, "st_code": 61970, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37664, "Shape__Length": 263.58759264106908 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008107832573501, 40.060292977226503 ], [ -75.006446748428203, 40.061584487812098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3649, "tnode_": 3363, "lpoly_": null, "rpoly_": null, "length": 823.23038228000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 49060, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSFORD ST", "stname": "LANSFORD ST", "objectid": 37665, "Shape__Length": 328.66672694922283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008107832573501, 40.060292977226503 ], [ -75.008167046204406, 40.060377489736503 ], [ -75.008214043029895, 40.0604746553119 ], [ -75.008284221721098, 40.060800034215703 ], [ -75.008317687423897, 40.061117422223099 ], [ -75.008332223757193, 40.061445029771399 ], [ -75.008321917299597, 40.062529178597302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3681, "tnode_": 3583, "lpoly_": null, "rpoly_": null, "length": 521.60199046000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9772, "l_t_add": 9798, "r_f_add": 9673, "r_t_add": 9699, "st_code": 34960, "l_hundred": 9700, "r_hundred": 9600, "seg_id": 880141, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37666, "Shape__Length": 207.64916576816091 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992036330582295, 40.059690801052596 ], [ -74.991584506614103, 40.059838165174 ], [ -74.991256059724506, 40.059958432339002 ], [ -74.990916156992796, 40.060114307544701 ], [ -74.990700906168598, 40.060239854090398 ], [ -74.990434296177, 40.060405298564099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3698, "tnode_": 3617, "lpoly_": null, "rpoly_": null, "length": 248.01399122000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXETER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9224, "l_t_add": 9238, "r_f_add": 9231, "r_t_add": 9239, "st_code": 32560, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXETER RD", "stname": "EXETER RD", "objectid": 37667, "Shape__Length": 99.007848096144087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013107824169694, 40.060055785334498 ], [ -75.013285822609205, 40.0607227325916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3646, "tnode_": 3707, "lpoly_": null, "rpoly_": null, "length": 248.578751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3101, "l_t_add": 3105, "r_f_add": 3100, "r_t_add": 3106, "st_code": 34640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37668, "Shape__Length": 99.020920333001044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017702006817402, 40.060553586107098 ], [ -75.017022930557005, 40.060113848627502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3583, "tnode_": 3723, "lpoly_": null, "rpoly_": null, "length": 491.00446103999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4599, "r_f_add": 4000, "r_t_add": 4598, "st_code": 38120, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-03-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 37669, "Shape__Length": 195.7114624211406 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990434296177, 40.060405298564099 ], [ -74.989288651004202, 40.059384614197697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3724, "tnode_": 3649, "lpoly_": null, "rpoly_": null, "length": 345.96634058000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9228, "r_f_add": 9101, "r_t_add": 9213, "st_code": 61970, "l_hundred": 9200, "r_hundred": 9100, "seg_id": 880145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK AVE", "stname": "OUTLOOK AVE", "objectid": 37670, "Shape__Length": 137.73689630925236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009152908814798, 40.059828917284698 ], [ -75.0088440371335, 40.059892080832697 ], [ -75.008647206236404, 40.059951413962501 ], [ -75.008472924111402, 40.060025513460801 ], [ -75.008311511791902, 40.060124819723498 ], [ -75.008107832573501, 40.060292977226503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3724, "tnode_": 3356, "lpoly_": null, "rpoly_": null, "length": 1001.85896196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9212, "l_t_add": 9298, "r_f_add": 9215, "r_t_add": 9299, "st_code": 11200, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880146, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37671, "Shape__Length": 399.99279451350276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009152908814798, 40.059828917284698 ], [ -75.009341384038194, 40.060530009502301 ], [ -75.009399159049806, 40.060933349699603 ], [ -75.009422980825505, 40.061375008505898 ], [ -75.009417247462693, 40.062089865685302 ], [ -75.009406948185401, 40.062561438531397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3725, "tnode_": 3698, "lpoly_": null, "rpoly_": null, "length": 244.88813343000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PURITAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9220, "l_t_add": 9298, "r_f_add": 9213, "r_t_add": 9299, "st_code": 65920, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880147, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PURITAN RD", "stname": "PURITAN RD", "objectid": 37672, "Shape__Length": 97.405630358823473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013965251525704, 40.059922206177703 ], [ -75.013107824169694, 40.060055785334498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3726, "tnode_": 3681, "lpoly_": null, "rpoly_": null, "length": 283.11126709000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9738, "l_t_add": 9770, "r_f_add": 9625, "r_t_add": 9671, "st_code": 34960, "l_hundred": 9700, "r_hundred": 9600, "seg_id": 880148, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37673, "Shape__Length": 112.63384781099408 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992997641533194, 40.059449210349598 ], [ -74.992036330582295, 40.059690801052596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3740, "tnode_": 3658, "lpoly_": null, "rpoly_": null, "length": 382.00820662999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 26000, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37674, "Shape__Length": 152.07798610260076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003646091875893, 40.059561599159302 ], [ -75.003308738178305, 40.059757455837797 ], [ -75.003039891089301, 40.059901429111399 ], [ -75.002766548539398, 40.060005343888903 ], [ -75.002474766846106, 40.060084082924497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3661, "tnode_": 3740, "lpoly_": null, "rpoly_": null, "length": 257.53430647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 63580, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880150, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37675, "Shape__Length": 102.66843355168842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004216828466397, 40.060116096571399 ], [ -75.003646091875893, 40.059561599159302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3754, "tnode_": 3726, "lpoly_": null, "rpoly_": null, "length": 317.77540058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9698, "l_t_add": 9736, "r_f_add": 9615, "r_t_add": 9623, "st_code": 34960, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880151, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37676, "Shape__Length": 126.42743587038052 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994072833045195, 40.059169227900199 ], [ -74.992997641533194, 40.059449210349598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3471, "tnode_": 3754, "lpoly_": null, "rpoly_": null, "length": 853.87559559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 34240, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37677, "Shape__Length": 340.78770639854554 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995042331296702, 40.0613916857113 ], [ -74.994072833045195, 40.059169227900199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3757, "tnode_": 3617, "lpoly_": null, "rpoly_": null, "length": 965.20173223999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORATIO", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 43500, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORATIO RD", "stname": "HORATIO RD", "objectid": 37678, "Shape__Length": 384.16082391150826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0163430813258, 40.059671624130402 ], [ -75.016247772808796, 40.059767717708297 ], [ -75.016118463497094, 40.059874419476699 ], [ -75.015906795672905, 40.060030619800898 ], [ -75.015705428352305, 40.060152759804602 ], [ -75.0154732533925, 40.060263874351499 ], [ -75.015255425003602, 40.060351314921803 ], [ -75.015024768609393, 40.060424728412897 ], [ -75.01472748159, 40.060489693643198 ], [ -75.013285822609205, 40.0607227325916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3802, "tnode_": 3725, "lpoly_": null, "rpoly_": null, "length": 557.91023536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PURITAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9218, "r_f_add": 9201, "r_t_add": 9211, "st_code": 65920, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PURITAN RD", "stname": "PURITAN RD", "objectid": 37679, "Shape__Length": 222.09705932085325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015670099858198, 40.0592264249564 ], [ -75.015587209684099, 40.059319744536602 ], [ -75.015388923475399, 40.059476262378297 ], [ -75.015182820523705, 40.059605150298097 ], [ -75.014996354335807, 40.059689906526202 ], [ -75.014801520443697, 40.059760741036399 ], [ -75.014544240274304, 40.059830088476602 ], [ -75.013965251525704, 40.059922206177703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3757, "tnode_": 3802, "lpoly_": null, "rpoly_": null, "length": 248.57203345, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3117, "l_t_add": 3131, "r_f_add": 3118, "r_t_add": 3126, "st_code": 34640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37680, "Shape__Length": 99.021018943315113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0163430813258, 40.059671624130402 ], [ -75.015670099858198, 40.0592264249564 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3806, "tnode_": 3754, "lpoly_": null, "rpoly_": null, "length": 465.57084647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9696, "r_f_add": 9601, "r_t_add": 9613, "st_code": 34960, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880157, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37681, "Shape__Length": 185.22513500573936 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995650495990304, 40.058764542584903 ], [ -74.994072833045195, 40.059169227900199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3812, "tnode_": 3723, "lpoly_": null, "rpoly_": null, "length": 464.27890701000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9610, "l_t_add": 9698, "r_f_add": 9611, "r_t_add": 9699, "st_code": 28660, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37682, "Shape__Length": 184.94850865119346 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990545743246997, 40.058553182657199 ], [ -74.989288651004202, 40.059384614197697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3681, "tnode_": 3812, "lpoly_": null, "rpoly_": null, "length": 591.08817271000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4599, "r_f_add": 4000, "r_t_add": 4598, "st_code": 65700, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 37683, "Shape__Length": 235.53061043541686 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992036330582295, 40.059690801052596 ], [ -74.991373002906798, 40.059297405119999 ], [ -74.990545743246997, 40.058553182657199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3723, "tnode_": 3846, "lpoly_": null, "rpoly_": null, "length": 558.95389511999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 38120, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880161, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 37684, "Shape__Length": 222.79064565879821 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989288651004202, 40.059384614197697 ], [ -74.987981882575397, 40.0582244047025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3850, "tnode_": 3740, "lpoly_": null, "rpoly_": null, "length": 535.77249375999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9246, "l_t_add": 9298, "r_f_add": 9225, "r_t_add": 9299, "st_code": 26000, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880162, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37685, "Shape__Length": 213.4269232966513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005099577581305, 40.058604654062897 ], [ -75.003646091875893, 40.059561599159302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3854, "tnode_": 3806, "lpoly_": null, "rpoly_": null, "length": 391.55531906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9544, "l_t_add": 9598, "r_f_add": 9545, "r_t_add": 9599, "st_code": 34960, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880163, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37686, "Shape__Length": 155.77689957625705 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996978127315202, 40.058426015753099 ], [ -74.995650495990304, 40.058764542584903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3859, "tnode_": 3724, "lpoly_": null, "rpoly_": null, "length": 433.70424606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9210, "r_f_add": 9185, "r_t_add": 9213, "st_code": 11200, "l_hundred": 9200, "r_hundred": 9100, "seg_id": 880164, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37687, "Shape__Length": 173.13877577628972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008876401510605, 40.058657461269398 ], [ -75.009152908814798, 40.059828917284698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3889, "tnode_": 3859, "lpoly_": null, "rpoly_": null, "length": 311.47858266999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3321, "l_t_add": 3399, "r_f_add": 3358, "r_t_add": 3398, "st_code": 34640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37688, "Shape__Length": 123.90511454768904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009948799993794, 40.058436649882303 ], [ -75.009690235462401, 40.0585133985863 ], [ -75.009392756620997, 40.058576038656497 ], [ -75.008876401510605, 40.058657461269398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3889, "tnode_": 3387, "lpoly_": null, "rpoly_": null, "length": 1495.6755581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDOVER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 12600, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDOVER RD", "stname": "ANDOVER RD", "objectid": 37689, "Shape__Length": 597.08109788380625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009948799993794, 40.058436649882303 ], [ -75.011005680470802, 40.062461336808497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3894, "tnode_": 3812, "lpoly_": null, "rpoly_": null, "length": 308.03957247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9606, "l_t_add": 9608, "r_f_add": 9607, "r_t_add": 9609, "st_code": 28660, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37690, "Shape__Length": 122.7061231076899 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991383071661701, 40.058004488259598 ], [ -74.990545743246997, 40.058553182657199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3726, "tnode_": 3894, "lpoly_": null, "rpoly_": null, "length": 693.71151867000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4599, "r_f_add": 4000, "r_t_add": 4598, "st_code": 34240, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37691, "Shape__Length": 276.50685634647743 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992997641533194, 40.059449210349598 ], [ -74.991383071661701, 40.058004488259598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3900, "tnode_": 3725, "lpoly_": null, "rpoly_": null, "length": 579.2420789, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PILGRIM", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 64760, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PILGRIM LN", "stname": "PILGRIM LN", "objectid": 37692, "Shape__Length": 231.14530226887248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014469646375403, 40.058448174395103 ], [ -75.014280983513203, 40.058629997730797 ], [ -75.014155105882907, 40.058782106795 ], [ -75.014049523174407, 40.058939955802501 ], [ -75.013978014108403, 40.059101245444801 ], [ -75.013938749393901, 40.059226498277503 ], [ -75.013912309856494, 40.0593730881385 ], [ -75.013904364972106, 40.059570067731599 ], [ -75.013922041026802, 40.059725594238998 ], [ -75.013965251525704, 40.059922206177703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3802, "tnode_": 3900, "lpoly_": null, "rpoly_": null, "length": 439.64668521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3133, "l_t_add": 3141, "r_f_add": 3128, "r_t_add": 3142, "st_code": 34640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37693, "Shape__Length": 175.12903385358203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015670099858198, 40.0592264249564 ], [ -75.014469646375403, 40.058448174395103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3903, "tnode_": 3854, "lpoly_": null, "rpoly_": null, "length": 379.53682531000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9526, "l_t_add": 9542, "r_f_add": 9527, "r_t_add": 9543, "st_code": 34960, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880171, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37694, "Shape__Length": 150.99777061964778 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9982613158368, 40.058089464955501 ], [ -74.996978127315202, 40.058426015753099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3911, "tnode_": 3859, "lpoly_": null, "rpoly_": null, "length": 92.19834322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9182, "l_t_add": 9198, "r_f_add": 9181, "r_t_add": 9183, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880172, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37695, "Shape__Length": 36.803475878868774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008802970077696, 40.058410736159701 ], [ -75.008876401510605, 40.058657461269398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3850, "tnode_": 3915, "lpoly_": null, "rpoly_": null, "length": 252.74059933000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3807, "r_f_add": 3800, "r_t_add": 3814, "st_code": 47060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAREN ST", "stname": "KAREN ST", "objectid": 37696, "Shape__Length": 100.73908773956974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005099577581305, 40.058604654062897 ], [ -75.004510718525395, 40.058078709545597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3806, "tnode_": 3934, "lpoly_": null, "rpoly_": null, "length": 471.87545324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 30680, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37697, "Shape__Length": 188.08344360921021 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995650495990304, 40.058764542584903 ], [ -74.994551540760597, 40.057782279371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3945, "tnode_": 3903, "lpoly_": null, "rpoly_": null, "length": 348.92204206000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9524, "r_f_add": 9505, "r_t_add": 9525, "st_code": 34960, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880175, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37698, "Shape__Length": 138.82176024151295 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999435365376499, 40.057767672399301 ], [ -74.9982613158368, 40.058089464955501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3824, "tnode_": 3945, "lpoly_": null, "rpoly_": null, "length": 407.76068611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUBREY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3865, "l_t_add": 3899, "r_f_add": 3862, "r_t_add": 3898, "st_code": 14000, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880176, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUBREY AVE", "stname": "AUBREY AVE", "objectid": 37699, "Shape__Length": 162.60776114337904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000233759297004, 40.058703924014601 ], [ -74.999435365376499, 40.057767672399301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3911, "tnode_": 3955, "lpoly_": null, "rpoly_": null, "length": 271.65889371999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3727, "r_f_add": 0, "r_t_add": 0, "st_code": 50840, "l_hundred": 3700, "r_hundred": 0, "seg_id": 880177, "oneway": "TF", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37700, "Shape__Length": 108.31631061574464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008802970077696, 40.058410736159701 ], [ -75.008657298129705, 40.058275796612001 ], [ -75.008574003051393, 40.0581708097803 ], [ -75.008413576051893, 40.058011432470998 ], [ -75.008268954236598, 40.0578671455159 ], [ -75.008247036144695, 40.057805565683601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3954, "tnode_": 3869, "lpoly_": null, "rpoly_": null, "length": 308.3048676, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9224, "r_f_add": 9201, "r_t_add": 9215, "st_code": 26000, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37701, "Shape__Length": 122.89386858653869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006804272968793, 40.0579389514497 ], [ -75.0068358336583, 40.058041501497001 ], [ -75.006839752305595, 40.058150195455802 ], [ -75.006781902330204, 40.058278707564199 ], [ -75.006689697032598, 40.058365941682098 ], [ -75.006261879309506, 40.058564116757303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3740, "tnode_": 3953, "lpoly_": null, "rpoly_": null, "length": 809.1959308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 63580, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37702, "Shape__Length": 322.58687759598075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003646091875893, 40.059561599159302 ], [ -75.001850734073102, 40.057820585146303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3957, "tnode_": 3889, "lpoly_": null, "rpoly_": null, "length": 327.2892225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3315, "l_t_add": 3319, "r_f_add": 3322, "r_t_add": 3356, "st_code": 34640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37703, "Shape__Length": 130.28268948588277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010965452425793, 40.057995123119298 ], [ -75.010195837562094, 40.0583508863443 ], [ -75.009948799993794, 40.058436649882303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3957, "tnode_": 3406, "lpoly_": null, "rpoly_": null, "length": 1613.68425439, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREATY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 77720, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREATY RD", "stname": "TREATY RD", "objectid": 37704, "Shape__Length": 644.18135396639877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010965452425793, 40.057995123119298 ], [ -75.011095680352696, 40.058169178617497 ], [ -75.011184263032305, 40.058316572707803 ], [ -75.011238729613297, 40.058466058481997 ], [ -75.011259079838993, 40.0586176368884 ], [ -75.011226202360007, 40.059619301010002 ], [ -75.011241603939595, 40.0597998179096 ], [ -75.011270475210296, 40.060021335122798 ], [ -75.011325908833598, 40.060240580464701 ], [ -75.011869061409797, 40.062329447111999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3900, "tnode_": 3959, "lpoly_": null, "rpoly_": null, "length": 245.93849043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3143, "l_t_add": 3199, "r_f_add": 3144, "r_t_add": 3198, "st_code": 34640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880182, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37705, "Shape__Length": 97.967808062135134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014469646375403, 40.058448174395103 ], [ -75.013800275540106, 40.058010863613298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3963, "tnode_": 3846, "lpoly_": null, "rpoly_": null, "length": 466.20065442000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9630, "l_t_add": 9698, "r_f_add": 9615, "r_t_add": 9699, "st_code": 77600, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37706, "Shape__Length": 185.68511487308842 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989281876842099, 40.0574254278472 ], [ -74.988581975178207, 40.057830165236901 ], [ -74.987981882575397, 40.0582244047025 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3812, "tnode_": 3963, "lpoly_": null, "rpoly_": null, "length": 542.15985991000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 65700, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 37707, "Shape__Length": 216.0962918742091 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990545743246997, 40.058553182657199 ], [ -74.989281876842099, 40.0574254278472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3964, "tnode_": 3945, "lpoly_": null, "rpoly_": null, "length": 135.93116433999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9424, "l_t_add": 9498, "r_f_add": 9501, "r_t_add": 9503, "st_code": 34960, "l_hundred": 9400, "r_hundred": 9500, "seg_id": 880185, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37708, "Shape__Length": 54.081738194711697 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999892158158403, 40.057641055755198 ], [ -74.999435365376499, 40.057767672399301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3970, "tnode_": 3955, "lpoly_": null, "rpoly_": null, "length": 115.65120295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3385, "l_t_add": 3399, "r_f_add": 3384, "r_t_add": 3398, "st_code": 43220, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880186, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37709, "Shape__Length": 46.00729791930965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008642320199897, 40.057782259938101 ], [ -75.008558198511395, 40.057817293492498 ], [ -75.008494748194707, 40.057830493771199 ], [ -75.008428989138906, 40.057833128050099 ], [ -75.008358103341195, 40.057827233054503 ], [ -75.008247036144695, 40.057805565683601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3970, "tnode_": 3911, "lpoly_": null, "rpoly_": null, "length": 233.31813666999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9180, "l_t_add": 9180, "r_f_add": 9167, "r_t_add": 9179, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880187, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 37710, "Shape__Length": 93.139273953749139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008642320199897, 40.057782259938101 ], [ -75.008802970077696, 40.058410736159701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4001, "tnode_": 3957, "lpoly_": null, "rpoly_": null, "length": 214.49681879000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3307, "l_t_add": 3313, "r_f_add": 3300, "r_t_add": 3320, "st_code": 34640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880188, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37711, "Shape__Length": 85.390231398493981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011622981334199, 40.057692761767697 ], [ -75.011510008888195, 40.057745085925603 ], [ -75.010965452425793, 40.057995123119298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4018, "tnode_": 3953, "lpoly_": null, "rpoly_": null, "length": 261.88986770999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9244, "l_t_add": 9298, "r_f_add": 9247, "r_t_add": 9299, "st_code": 50300, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880189, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37712, "Shape__Length": 104.32917419781253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002551099973402, 40.057343919311798 ], [ -75.001850734073102, 40.057820585146303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4020, "tnode_": 4001, "lpoly_": null, "rpoly_": null, "length": 259.90408245999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3305, "r_f_add": 3248, "r_t_add": 3298, "st_code": 34640, "l_hundred": 3300, "r_hundred": 3200, "seg_id": 880190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37713, "Shape__Length": 103.37721061681482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012529750984598, 40.057572737946998 ], [ -75.012243160152096, 40.057571680256999 ], [ -75.012012843994398, 40.057601685329402 ], [ -75.011790340390306, 40.057643435839303 ], [ -75.011622981334199, 40.057692761767697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4020, "tnode_": 3434, "lpoly_": null, "rpoly_": null, "length": 1710.2567737299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 12720, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880191, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 37714, "Shape__Length": 682.7596036418156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012529750984598, 40.057572737946998 ], [ -75.012157741188204, 40.0591184866391 ], [ -75.012123827573603, 40.059396620346902 ], [ -75.012133723862902, 40.0597135713463 ], [ -75.012182336942999, 40.060008200306299 ], [ -75.0127502745013, 40.062194586050602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3959, "tnode_": 4020, "lpoly_": null, "rpoly_": null, "length": 398.70297539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3246, "st_code": 34640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880192, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 37715, "Shape__Length": 158.68008786851252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013800275540106, 40.058010863613298 ], [ -75.013639409215202, 40.057905929007603 ], [ -75.013362601349996, 40.057760201525298 ], [ -75.013119187385101, 40.057660449767901 ], [ -75.012835045156507, 40.057601400248402 ], [ -75.012529750984598, 40.057572737946998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4024, "tnode_": 3954, "lpoly_": null, "rpoly_": null, "length": 344.51472302000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 26000, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880193, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37716, "Shape__Length": 137.17874033092698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007816818960706, 40.057416953407703 ], [ -75.007301735909905, 40.057758767038798 ], [ -75.007059603544803, 40.057853068227701 ], [ -75.006804272968793, 40.0579389514497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3955, "tnode_": 4024, "lpoly_": null, "rpoly_": null, "length": 185.85865296, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3729, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 50840, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880194, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37717, "Shape__Length": 74.08163223049398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008247036144695, 40.057805565683601 ], [ -75.007816818960706, 40.057416953407703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4025, "tnode_": 3964, "lpoly_": null, "rpoly_": null, "length": 389.96494802000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9422, "r_f_add": 9401, "r_t_add": 9499, "st_code": 34960, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880195, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37718, "Shape__Length": 155.16697116393522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001183373059604, 40.057241505137902 ], [ -75.001090702595604, 40.057282571329701 ], [ -74.999892158158403, 40.057641055755198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3953, "tnode_": 4025, "lpoly_": null, "rpoly_": null, "length": 281.77549949000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 63580, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37719, "Shape__Length": 112.30440588616031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001850734073102, 40.057820585146303 ], [ -75.001183373059604, 40.057241505137902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4027, "tnode_": 3934, "lpoly_": null, "rpoly_": null, "length": 359.37419137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9544, "l_t_add": 9598, "r_f_add": 9545, "r_t_add": 9599, "st_code": 45760, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37720, "Shape__Length": 143.15460857870355 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995526454297305, 40.057140398311503 ], [ -74.994551540760597, 40.057782279371899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3854, "tnode_": 4027, "lpoly_": null, "rpoly_": null, "length": 620.04565319000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 16060, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880198, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRY RD", "stname": "BARRY RD", "objectid": 37721, "Shape__Length": 247.13599289691922 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996978127315202, 40.058426015753099 ], [ -74.995526454297305, 40.057140398311503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4029, "tnode_": 3963, "lpoly_": null, "rpoly_": null, "length": 309.31332726000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9628, "r_f_add": 9601, "r_t_add": 9613, "st_code": 77600, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880199, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37722, "Shape__Length": 123.13458525328031 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990227312907194, 40.057043572561902 ], [ -74.990137704295705, 40.057032357066703 ], [ -74.990052811843398, 40.057033422800103 ], [ -74.989963125337994, 40.057053001949797 ], [ -74.989281876842099, 40.0574254278472 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3894, "tnode_": 4029, "lpoly_": null, "rpoly_": null, "length": 479.81425861000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 34240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37723, "Shape__Length": 191.22046685238843 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991383071661701, 40.058004488259598 ], [ -74.990345332019899, 40.057093231415003 ], [ -74.990286298807803, 40.057054556099096 ], [ -74.990227312907194, 40.057043572561902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3927, "tnode_": 4040, "lpoly_": null, "rpoly_": null, "length": 505.870342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 3135, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3150, "st_code": 83420, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880201, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37724, "Shape__Length": 201.50307040170898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015831895839696, 40.058325821085099 ], [ -75.0144466456195, 40.057433992419902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4068, "tnode_": 3872, "lpoly_": null, "rpoly_": null, "length": 533.73323818000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESLEYAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9000, "l_t_add": 9054, "r_f_add": 9001, "r_t_add": 9041, "st_code": 82400, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 880202, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESLEYAN RD", "stname": "WESLEYAN RD", "objectid": 37725, "Shape__Length": 213.06625167995088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018251136009098, 40.057331186717398 ], [ -75.018432534774803, 40.058170592633402 ], [ -75.018430060934406, 40.058338470206102 ], [ -75.018408982828802, 40.058489441330799 ], [ -75.018371443072297, 40.058623556041297 ], [ -75.018301547432401, 40.058771457123697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4074, "tnode_": 3982, "lpoly_": null, "rpoly_": null, "length": 347.62166460999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9604, "r_f_add": 9601, "r_t_add": 9605, "st_code": 28660, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37726, "Shape__Length": 138.48807333989879 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993337259704305, 40.056694996507296 ], [ -74.993302710028203, 40.0567605589073 ], [ -74.992427021261307, 40.057333117958997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3934, "tnode_": 4074, "lpoly_": null, "rpoly_": null, "length": 521.93405158999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 30680, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37727, "Shape__Length": 208.03370323490316 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994551540760597, 40.057782279371899 ], [ -74.993337259704305, 40.056694996507296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3915, "tnode_": 4088, "lpoly_": null, "rpoly_": null, "length": 506.73866991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAREN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3809, "l_t_add": 3899, "r_f_add": 3816, "r_t_add": 3898, "st_code": 47060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880205, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAREN ST", "stname": "KAREN ST", "objectid": 37728, "Shape__Length": 202.14183319224193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004510718525395, 40.058078709545597 ], [ -75.003990616982307, 40.057611533439299 ], [ -75.003925539235397, 40.0575077659906 ], [ -75.003893768626995, 40.0574026654132 ], [ -75.003897213236598, 40.057317571246102 ], [ -75.003911213928205, 40.057245506454201 ], [ -75.004009173177593, 40.056857570830601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3869, "tnode_": 4088, "lpoly_": null, "rpoly_": null, "length": 898.5190918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 13100, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37729, "Shape__Length": 358.02564805028447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006261879309506, 40.058564116757303 ], [ -75.004680045240605, 40.057146762449598 ], [ -75.004542728533806, 40.057047657673998 ], [ -75.004401437488795, 40.056978269380799 ], [ -75.004240509924799, 40.056914800135303 ], [ -75.004009173177593, 40.056857570830601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4088, "tnode_": 4018, "lpoly_": null, "rpoly_": null, "length": 465.7049265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9228, "l_t_add": 9242, "r_f_add": 9225, "r_t_add": 9245, "st_code": 50300, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 37730, "Shape__Length": 185.36091724306803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004009173177593, 40.056857570830601 ], [ -75.003697450744596, 40.056844325934698 ], [ -75.003477451204404, 40.056871007656 ], [ -75.003264810894805, 40.0569212889217 ], [ -75.003076137615196, 40.056995565963398 ], [ -75.002891621952102, 40.057104013091902 ], [ -75.002551099973402, 40.057343919311798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4025, "tnode_": 4098, "lpoly_": null, "rpoly_": null, "length": 284.44236065999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 63580, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37731, "Shape__Length": 113.37126907373289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001183373059604, 40.057241505137902 ], [ -75.000518220212896, 40.0566512123211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4129, "tnode_": 3970, "lpoly_": null, "rpoly_": null, "length": 833.17888929000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3383, "r_f_add": 3300, "r_t_add": 3382, "st_code": 43220, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880209, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37732, "Shape__Length": 331.64452794977359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011244355822896, 40.056676890610703 ], [ -75.010680767495998, 40.056873665975402 ], [ -75.010224438577595, 40.057064578847701 ], [ -75.009755903636105, 40.057286728739001 ], [ -75.009005999732196, 40.057634591355601 ], [ -75.008642320199897, 40.057782259938101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4098, "tnode_": 4181, "lpoly_": null, "rpoly_": null, "length": 259.91400519000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 63580, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37733, "Shape__Length": 103.59341184341179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000518220212896, 40.0566512123211 ], [ -74.999909319370403, 40.056112562871903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4074, "tnode_": 4182, "lpoly_": null, "rpoly_": null, "length": 397.04943192000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 30680, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 37734, "Shape__Length": 158.24293639681298 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993337259704305, 40.056694996507296 ], [ -74.992393221074707, 40.055881527634703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4185, "tnode_": 4139, "lpoly_": null, "rpoly_": null, "length": 119.20502075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 83420, "l_hundred": 0, "r_hundred": 0, "seg_id": 880212, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37735, "Shape__Length": 47.492112457608222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012830482230797, 40.0564140107426 ], [ -75.013141425293398, 40.056637592515202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4210, "tnode_": 4025, "lpoly_": null, "rpoly_": null, "length": 676.77228723999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 34960, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880213, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37736, "Shape__Length": 269.60486674781822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002989258673196, 40.0560062801624 ], [ -75.001183373059604, 40.057241505137902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4213, "tnode_": 4159, "lpoly_": null, "rpoly_": null, "length": 122.73360479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4800, "l_t_add": 4800, "r_f_add": 4801, "r_t_add": 4801, "st_code": 38120, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880214, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 37737, "Shape__Length": 48.915693865947844 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985004747409107, 40.055584545039203 ], [ -74.985294889671195, 40.055837139020198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4181, "tnode_": 4265, "lpoly_": null, "rpoly_": null, "length": 261.24411658999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4401, "l_t_add": 4417, "r_f_add": 4400, "r_t_add": 4414, "st_code": 63580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37738, "Shape__Length": 104.12526661719077 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999909319370403, 40.056112562871903 ], [ -74.999301734147195, 40.0555682205963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4197, "tnode_": 4276, "lpoly_": null, "rpoly_": null, "length": 262.03817844999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4523, "l_t_add": 4599, "r_f_add": 4520, "r_t_add": 4598, "st_code": 24905, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-11-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37739, "Shape__Length": 104.43275264991736 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995903734642397, 40.055938881600099 ], [ -74.995279203341099, 40.055403055873903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4292, "tnode_": 4098, "lpoly_": null, "rpoly_": null, "length": 676.40348505000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 81020, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 37740, "Shape__Length": 269.44073686921939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002345674738507, 40.055436423581597 ], [ -75.000518220212896, 40.0566512123211 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4210, "tnode_": 4292, "lpoly_": null, "rpoly_": null, "length": 274.86446158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 13100, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37741, "Shape__Length": 109.55131725037828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002989258673196, 40.0560062801624 ], [ -75.002345674738507, 40.055436423581597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4170, "tnode_": 4293, "lpoly_": null, "rpoly_": null, "length": 404.64999562000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 16060, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARRY RD", "stname": "BARRY RD", "objectid": 37742, "Shape__Length": 161.27682404527576 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994295221317799, 40.056050015097803 ], [ -74.993343878313496, 40.055213675609899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4313, "tnode_": 4197, "lpoly_": null, "rpoly_": null, "length": 443.03018176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 37280, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37743, "Shape__Length": 176.47794524464101 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997098887585693, 40.055141639350701 ], [ -74.995903734642397, 40.055938881600099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4328, "tnode_": 4276, "lpoly_": null, "rpoly_": null, "length": 203.16474186000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9532, "r_f_add": 9501, "r_t_add": 9531, "st_code": 28660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37744, "Shape__Length": 80.92517579895943 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995832798986996, 40.055042405733701 ], [ -74.995279203341099, 40.055403055873903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4265, "tnode_": 4335, "lpoly_": null, "rpoly_": null, "length": 262.3289997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4419, "l_t_add": 4499, "r_f_add": 4416, "r_t_add": 4498, "st_code": 63580, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880223, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37745, "Shape__Length": 104.55564600405951 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999301734147195, 40.0555682205963 ], [ -74.998689551068196, 40.055022992535797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4292, "tnode_": 4371, "lpoly_": null, "rpoly_": null, "length": 262.56909529000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 13100, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37746, "Shape__Length": 104.64976947645532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002345674738507, 40.055436423581597 ], [ -75.001730552317198, 40.054892280016297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4397, "tnode_": 4210, "lpoly_": null, "rpoly_": null, "length": 680.717521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 34960, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880225, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37747, "Shape__Length": 271.1769682410719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004797411222896, 40.054756788021997 ], [ -75.002989258673196, 40.0560062801624 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4024, "tnode_": 4397, "lpoly_": null, "rpoly_": null, "length": 1285.8700385899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3999, "r_f_add": 3800, "r_t_add": 3998, "st_code": 50840, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880226, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37748, "Shape__Length": 512.50041868890321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007816818960706, 40.057416953407703 ], [ -75.004797411222896, 40.054756788021997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4422, "tnode_": 4313, "lpoly_": null, "rpoly_": null, "length": 363.35420193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 37280, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37749, "Shape__Length": 144.73679226856359 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998080968113797, 40.054489442093001 ], [ -74.997098887585693, 40.055141639350701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4335, "tnode_": 4422, "lpoly_": null, "rpoly_": null, "length": 258.45858952000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4517, "r_f_add": 4500, "r_t_add": 4524, "st_code": 63580, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37750, "Shape__Length": 103.00907818799098 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998689551068196, 40.055022992535797 ], [ -74.998080968113797, 40.054489442093001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4276, "tnode_": 4426, "lpoly_": null, "rpoly_": null, "length": 479.82733901999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 24905, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37751, "Shape__Length": 191.23837227342943 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995279203341099, 40.055403055873903 ], [ -74.994152840798407, 40.054410189495101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4426, "tnode_": 4447, "lpoly_": null, "rpoly_": null, "length": 65.172704610000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4709, "r_f_add": 4700, "r_t_add": 4706, "st_code": 24905, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37752, "Shape__Length": 25.971014295523023 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994152840798407, 40.054410189495101 ], [ -74.993993433377497, 40.054279798227803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4455, "tnode_": 4265, "lpoly_": null, "rpoly_": null, "length": 675.38014757999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 36920, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 37753, "Shape__Length": 269.02957062665217 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001125265853304, 40.054354267517802 ], [ -74.999301734147195, 40.0555682205963 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4371, "tnode_": 4455, "lpoly_": null, "rpoly_": null, "length": 259.07891256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4401, "l_t_add": 4421, "r_f_add": 4400, "r_t_add": 4420, "st_code": 13100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37754, "Shape__Length": 103.25885193486938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001730552317198, 40.054892280016297 ], [ -75.001125265853304, 40.054354267517802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4489, "tnode_": 4292, "lpoly_": null, "rpoly_": null, "length": 674.88127543000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 81020, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 37755, "Shape__Length": 268.83335960741437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004163283290097, 40.054219322923601 ], [ -75.002345674738507, 40.055436423581597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4397, "tnode_": 4489, "lpoly_": null, "rpoly_": null, "length": 264.2822525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 50840, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880234, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37756, "Shape__Length": 105.32277246555586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004797411222896, 40.054756788021997 ], [ -75.004163283290097, 40.054219322923601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4422, "tnode_": 4520, "lpoly_": null, "rpoly_": null, "length": 260.45366461999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4519, "l_t_add": 4599, "r_f_add": 4526, "r_t_add": 4598, "st_code": 63580, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880236, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37757, "Shape__Length": 103.80418474032825 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998080968113797, 40.054489442093001 ], [ -74.997469044563601, 40.053950864004101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4447, "tnode_": 4527, "lpoly_": null, "rpoly_": null, "length": 208.59830821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4711, "l_t_add": 4721, "r_f_add": 4708, "r_t_add": 4716, "st_code": 24905, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 37758, "Shape__Length": 83.134063507765276 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993993433377497, 40.054279798227803 ], [ -74.993498341428506, 40.053851835007102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4546, "tnode_": 4335, "lpoly_": null, "rpoly_": null, "length": 674.76903673000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 45760, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37759, "Shape__Length": 268.78229076469211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000513982661104, 40.053812416409798 ], [ -74.998689551068196, 40.055022992535797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4455, "tnode_": 4546, "lpoly_": null, "rpoly_": null, "length": 261.23575107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4423, "l_t_add": 4499, "r_f_add": 4422, "r_t_add": 4498, "st_code": 13100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37760, "Shape__Length": 104.11710613929242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001125265853304, 40.054354267517802 ], [ -75.000513982661104, 40.053812416409798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4574, "tnode_": 4426, "lpoly_": null, "rpoly_": null, "length": 448.26416789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 77600, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37761, "Shape__Length": 178.61249941457396 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995277865805093, 40.053535128670298 ], [ -74.994354483577297, 40.054270755907197 ], [ -74.994152840798407, 40.054410189495101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4507, "tnode_": 4579, "lpoly_": null, "rpoly_": null, "length": 224.50425217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3761, "l_t_add": 3773, "r_f_add": 3762, "r_t_add": 3772, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37762, "Shape__Length": 89.45016676208084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018756138555503, 40.054443828991701 ], [ -75.018184933586596, 40.054011233399997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4582, "tnode_": 4441, "lpoly_": null, "rpoly_": null, "length": 321.43167967, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 26000, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37763, "Shape__Length": 128.11336052426881 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010889302991103, 40.053944812757102 ], [ -75.010144892510993, 40.054616625957401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4579, "tnode_": 4599, "lpoly_": null, "rpoly_": null, "length": 80.49969461000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3775, "l_t_add": 3775, "r_f_add": 3774, "r_t_add": 3774, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37764, "Shape__Length": 32.070413509911511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018184933586596, 40.054011233399997 ], [ -75.017974949005406, 40.053860256889301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4520, "tnode_": 4603, "lpoly_": null, "rpoly_": null, "length": 262.09895344, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4617, "r_f_add": 4600, "r_t_add": 4624, "st_code": 63580, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880244, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37765, "Shape__Length": 104.45906568645958 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997469044563601, 40.053950864004101 ], [ -74.996853219924404, 40.053408910846002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4611, "tnode_": 4500, "lpoly_": null, "rpoly_": null, "length": 319.00433061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 74440, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 880245, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37766, "Shape__Length": 127.22316630093565 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982735243886793, 40.053023836445298 ], [ -74.982592150621102, 40.053121232648898 ], [ -74.982422394926203, 40.053282969672402 ], [ -74.982304230091799, 40.053470217887501 ], [ -74.9822064367048, 40.053674133692702 ], [ -74.982204277436196, 40.053769711244399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4441, "tnode_": 4627, "lpoly_": null, "rpoly_": null, "length": 599.0614381800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19114, "l_f_add": 3321, "l_t_add": 3399, "r_f_add": 3320, "r_t_add": 3398, "st_code": 83420, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 880246, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 37767, "Shape__Length": 238.62462806824911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010144892510993, 40.054616625957401 ], [ -75.009215036096094, 40.0540082810179 ], [ -75.0087817444889, 40.053659191094802 ], [ -75.008529801638701, 40.0535472748046 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4599, "tnode_": 4630, "lpoly_": null, "rpoly_": null, "length": 144.75350064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3777, "l_t_add": 3797, "r_f_add": 3776, "r_t_add": 3796, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37768, "Shape__Length": 57.676834565607734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017974949005406, 40.053860256889301 ], [ -75.017610708007794, 40.0535782079263 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4630, "tnode_": 4658, "lpoly_": null, "rpoly_": null, "length": 76.98695131000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3799, "l_t_add": 3799, "r_f_add": 3798, "r_t_add": 3798, "st_code": 64040, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37769, "Shape__Length": 30.673555982753356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017610708007794, 40.0535782079263 ], [ -75.0174142730433, 40.053430299918297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4662, "tnode_": 4582, "lpoly_": null, "rpoly_": null, "length": 220.93698626, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8792, "l_t_add": 8798, "r_f_add": 8793, "r_t_add": 8799, "st_code": 26000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37770, "Shape__Length": 88.05785003878465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011401854785305, 40.053483618917902 ], [ -75.010889302991103, 40.053944812757102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4587, "tnode_": 4666, "lpoly_": null, "rpoly_": null, "length": 262.48422640999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4401, "l_t_add": 4423, "r_f_add": 4400, "r_t_add": 4422, "st_code": 50840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880250, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37771, "Shape__Length": 104.61483255048306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003562707124601, 40.053682410192202 ], [ -75.002950549514694, 40.053136613798102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4681, "tnode_": 4574, "lpoly_": null, "rpoly_": null, "length": 365.33706703999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 77600, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37772, "Shape__Length": 145.53285910936799 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996250438245696, 40.052866743265199 ], [ -74.995360710378705, 40.053469941653802 ], [ -74.995277865805093, 40.053535128670298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4603, "tnode_": 4681, "lpoly_": null, "rpoly_": null, "length": 259.7722056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4619, "l_t_add": 4699, "r_f_add": 4626, "r_t_add": 4698, "st_code": 63580, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880252, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37773, "Shape__Length": 103.53527089284 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996853219924404, 40.053408910846002 ], [ -74.996250438245696, 40.052866743265199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4658, "tnode_": 4703, "lpoly_": null, "rpoly_": null, "length": 173.7633025, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3801, "l_t_add": 3847, "r_f_add": 3800, "r_t_add": 3848, "st_code": 64040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37774, "Shape__Length": 69.254092867455768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0174142730433, 40.053430299918297 ], [ -75.017168676013398, 40.053227396480303 ], [ -75.017009092883995, 40.053069546259898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4631, "tnode_": 4709, "lpoly_": null, "rpoly_": null, "length": 260.23900118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4515, "l_t_add": 4599, "r_f_add": 4520, "r_t_add": 4598, "st_code": 13100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37775, "Shape__Length": 103.71799800833325 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999903923422295, 40.053272803211797 ], [ -74.999294628563803, 40.052733255289397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4703, "tnode_": 4734, "lpoly_": null, "rpoly_": null, "length": 47.04132883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3849, "l_t_add": 3849, "r_f_add": 3850, "r_t_add": 3850, "st_code": 64040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37776, "Shape__Length": 18.750999813982148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017009092883995, 40.053069546259898 ], [ -75.016903783451298, 40.052968916600399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4733, "tnode_": 4662, "lpoly_": null, "rpoly_": null, "length": 198.58775769000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8780, "l_t_add": 8790, "r_f_add": 8781, "r_t_add": 8791, "st_code": 26000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37777, "Shape__Length": 79.161548424132761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011841311393198, 40.053055673429299 ], [ -75.011401854785305, 40.053483618917902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4666, "tnode_": 4742, "lpoly_": null, "rpoly_": null, "length": 258.17654015, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4425, "l_t_add": 4499, "r_f_add": 4424, "r_t_add": 4498, "st_code": 50840, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880257, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37778, "Shape__Length": 102.89521999164381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002950549514694, 40.053136613798102 ], [ -75.002345071085401, 40.052602018869997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4748, "tnode_": 4733, "lpoly_": null, "rpoly_": null, "length": 54.37165505, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8776, "l_t_add": 8778, "r_f_add": 8777, "r_t_add": 8779, "st_code": 26000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880258, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37779, "Shape__Length": 21.682445614931215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011944266141299, 40.052929111732098 ], [ -75.011841311393198, 40.053055673429299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4681, "tnode_": 4769, "lpoly_": null, "rpoly_": null, "length": 283.14492423000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4717, "r_f_add": 4700, "r_t_add": 4714, "st_code": 63580, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880260, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37780, "Shape__Length": 112.86107081672189 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996250438245696, 40.052866743265199 ], [ -74.996193079882005, 40.052776042184398 ], [ -74.995689026112302, 40.052335977751198 ], [ -74.9956180131488, 40.0522642065349 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4779, "tnode_": 4611, "lpoly_": null, "rpoly_": null, "length": 631.92375089000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 74440, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880261, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37781, "Shape__Length": 251.66603790226193 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984506407892596, 40.051948381593199 ], [ -74.982735243886793, 40.053023836445298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4709, "tnode_": 4789, "lpoly_": null, "rpoly_": null, "length": 259.65884303999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4621, "r_f_add": 4600, "r_t_add": 4614, "st_code": 13100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37782, "Shape__Length": 103.4855280653431 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999294628563803, 40.052733255289397 ], [ -74.9986859496276, 40.0521954090365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4754, "tnode_": 4586, "lpoly_": null, "rpoly_": null, "length": 685.10311458000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9190, "r_f_add": 9101, "r_t_add": 9101, "st_code": 34960, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880263, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37783, "Shape__Length": 272.97335963717961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007888922321499, 40.052390334231497 ], [ -75.006161178596599, 40.053722302663303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4816, "tnode_": 4631, "lpoly_": null, "rpoly_": null, "length": 679.13601271999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 37280, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37784, "Shape__Length": 270.51295474024579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0017429370575, 40.0520569085202 ], [ -74.999903923422295, 40.053272803211797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4742, "tnode_": 4816, "lpoly_": null, "rpoly_": null, "length": 260.47209644999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4519, "r_f_add": 4500, "r_t_add": 4518, "st_code": 50840, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880266, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37785, "Shape__Length": 103.81428008993721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002345071085401, 40.052602018869997 ], [ -75.0017429370575, 40.0520569085202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4817, "tnode_": 4748, "lpoly_": null, "rpoly_": null, "length": 176.35354868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8766, "l_t_add": 8774, "r_f_add": 8767, "r_t_add": 8775, "st_code": 26000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37786, "Shape__Length": 70.341304090105808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012243046451601, 40.052503639958402 ], [ -75.012105058758493, 40.052726319206599 ], [ -75.011944266141299, 40.052929111732098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4734, "tnode_": 4832, "lpoly_": null, "rpoly_": null, "length": 272.49715722999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3851, "l_t_add": 3875, "r_f_add": 3852, "r_t_add": 3874, "st_code": 64040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37787, "Shape__Length": 108.67589591838325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016903783451298, 40.052968916600399 ], [ -75.016715421397095, 40.0527429451652 ], [ -75.016559027010501, 40.052542236503399 ], [ -75.016409336811805, 40.052325086932697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4835, "tnode_": 4779, "lpoly_": null, "rpoly_": null, "length": 233.09388905, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9588, "l_t_add": 9598, "r_f_add": 9589, "r_t_add": 9599, "st_code": 74440, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880270, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37788, "Shape__Length": 92.82668541376151 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985163823862393, 40.051555710041399 ], [ -74.984506407892596, 40.051948381593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4769, "tnode_": 4840, "lpoly_": null, "rpoly_": null, "length": 258.55965451999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4719, "l_t_add": 4799, "r_f_add": 4716, "r_t_add": 4798, "st_code": 63580, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880271, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37789, "Shape__Length": 103.03420358956447 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9956180131488, 40.0522642065349 ], [ -74.994990529520905, 40.0517433850084 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4869, "tnode_": 4681, "lpoly_": null, "rpoly_": null, "length": 677.08215549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 77600, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880272, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37790, "Shape__Length": 269.69633063343309 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998078916749705, 40.051650719119102 ], [ -74.9963420113273, 40.052794286871297 ], [ -74.996250438245696, 40.052866743265199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4789, "tnode_": 4869, "lpoly_": null, "rpoly_": null, "length": 261.24600413999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4623, "l_t_add": 4699, "r_f_add": 4616, "r_t_add": 4698, "st_code": 13100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37791, "Shape__Length": 104.12033420722076 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9986859496276, 40.0521954090365 ], [ -74.998078916749705, 40.051650719119102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4886, "tnode_": 4773, "lpoly_": null, "rpoly_": null, "length": 448.34642498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 78020, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880274, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 37792, "Shape__Length": 178.58900549105527 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992773354216297, 40.051326113123601 ], [ -74.991568998985301, 40.052137390018302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4894, "tnode_": 4709, "lpoly_": null, "rpoly_": null, "length": 677.97170623000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 28660, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880275, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37793, "Shape__Length": 270.04945760583234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001126855233096, 40.0515162195343 ], [ -74.999294628563803, 40.052733255289397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4816, "tnode_": 4894, "lpoly_": null, "rpoly_": null, "length": 261.80282505999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4521, "l_t_add": 4599, "r_f_add": 4520, "r_t_add": 4598, "st_code": 50840, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880276, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37794, "Shape__Length": 104.33758504075598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0017429370575, 40.0520569085202 ], [ -75.001126855233096, 40.0515162195343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4840, "tnode_": 4909, "lpoly_": null, "rpoly_": null, "length": 260.66952273000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4801, "l_t_add": 4819, "r_f_add": 4800, "r_t_add": 4814, "st_code": 63580, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37795, "Shape__Length": 103.88448676545283 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994990529520905, 40.0517433850084 ], [ -74.994375457450303, 40.0512061562846 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4979, "tnode_": 4789, "lpoly_": null, "rpoly_": null, "length": 677.0011455099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 53800, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 37796, "Shape__Length": 269.66069609163168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000515601611397, 40.050980171298903 ], [ -74.9986859496276, 40.0521954090365 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4894, "tnode_": 4979, "lpoly_": null, "rpoly_": null, "length": 259.64144111999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4601, "l_t_add": 4613, "r_f_add": 4600, "r_t_add": 4614, "st_code": 50840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880280, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37797, "Shape__Length": 103.47522847368981 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001126855233096, 40.0515162195343 ], [ -75.000515601611397, 40.050980171298903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4989, "tnode_": 4886, "lpoly_": null, "rpoly_": null, "length": 369.73887456, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 78020, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 37798, "Shape__Length": 147.27544081948346 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993765190326002, 40.050659263643603 ], [ -74.993650825207098, 40.050721787422802 ], [ -74.992862415778006, 40.051241206817899 ], [ -74.992773354216297, 40.051326113123601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4909, "tnode_": 4989, "lpoly_": null, "rpoly_": null, "length": 262.44607986000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4821, "l_t_add": 4899, "r_f_add": 4816, "r_t_add": 4898, "st_code": 63580, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880282, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37799, "Shape__Length": 104.5968483064959 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994375457450303, 40.0512061562846 ], [ -74.993765190326002, 40.050659263643603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4922, "tnode_": 4990, "lpoly_": null, "rpoly_": null, "length": 253.57963535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4415, "r_f_add": 4400, "r_t_add": 4412, "st_code": 77520, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880283, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37800, "Shape__Length": 101.02864797743659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009045274389706, 40.0514814563941 ], [ -75.008397393241793, 40.050994972179303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5053, "tnode_": 4869, "lpoly_": null, "rpoly_": null, "length": 676.89938829000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 77600, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880284, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37801, "Shape__Length": 269.63645754697683 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999879600689397, 40.050411832207402 ], [ -74.9991191809697, 40.050947516632299 ], [ -74.998183314264395, 40.051563876696598 ], [ -74.998078916749705, 40.051650719119102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4979, "tnode_": 5053, "lpoly_": null, "rpoly_": null, "length": 273.06701578000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4615, "l_t_add": 4699, "r_f_add": 4616, "r_t_add": 4698, "st_code": 50840, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880285, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37802, "Shape__Length": 108.8288074777729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000515601611397, 40.050980171298903 ], [ -74.999879600689397, 40.050411832207402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5055, "tnode_": 4922, "lpoly_": null, "rpoly_": null, "length": 441.60336831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8900, "l_t_add": 8954, "r_f_add": 8901, "r_t_add": 8999, "st_code": 34960, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880286, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37803, "Shape__Length": 175.95233694370611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010151619843597, 40.0506173488643 ], [ -75.009045274389706, 40.0514814563941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4832, "tnode_": 5080, "lpoly_": null, "rpoly_": null, "length": 662.95917627000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3877, "l_t_add": 3889, "r_f_add": 3876, "r_t_add": 3890, "st_code": 64040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37804, "Shape__Length": 264.55211123327081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016409336811805, 40.052325086932697 ], [ -75.0162976696746, 40.052121242317703 ], [ -75.016173104235904, 40.051861591735701 ], [ -75.016031636692901, 40.051492310625797 ], [ -75.015851311569804, 40.0510292611986 ], [ -75.015643109051794, 40.050604709687001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5053, "tnode_": 5139, "lpoly_": null, "rpoly_": null, "length": 270.37709295000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4709, "r_f_add": 4700, "r_t_add": 4710, "st_code": 50840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880288, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37805, "Shape__Length": 107.73951594853204 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999879600689397, 40.050411832207402 ], [ -74.999794715295295, 40.0503732835287 ], [ -74.999224622727496, 40.049871089533902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5080, "tnode_": 5143, "lpoly_": null, "rpoly_": null, "length": 179.104927, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3891, "l_t_add": 3899, "r_f_add": 3892, "r_t_add": 3898, "st_code": 64040, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37806, "Shape__Length": 71.434211466448488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015643109051794, 40.050604709687001 ], [ -75.015500639971194, 40.050384659811201 ], [ -75.015334285481103, 40.050174628580102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5055, "tnode_": 5149, "lpoly_": null, "rpoly_": null, "length": 308.76876219000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLACID", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 64920, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880290, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLACID ST", "stname": "PLACID ST", "objectid": 37807, "Shape__Length": 123.05569559317529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010151619843597, 40.0506173488643 ], [ -75.009430633743506, 40.049975919485703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5185, "tnode_": 5053, "lpoly_": null, "rpoly_": null, "length": 470.81074407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9134, "l_t_add": 9198, "r_f_add": 9135, "r_t_add": 9199, "st_code": 77600, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880291, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37808, "Shape__Length": 187.50642144252211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001180643001504, 40.049601000790702 ], [ -75.0000237618721, 40.050364665149701 ], [ -74.999879600689397, 40.050411832207402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5192, "tnode_": 5116, "lpoly_": null, "rpoly_": null, "length": 262.78540462000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 56300, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 37809, "Shape__Length": 104.67034943762829 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982496747029501, 40.049076295359903 ], [ -74.982173829177995, 40.0492961227107 ], [ -74.981818194723303, 40.049520542008104 ], [ -74.981790771995193, 40.049549983217901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5139, "tnode_": 5226, "lpoly_": null, "rpoly_": null, "length": 260.22868456999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4711, "l_t_add": 4799, "r_f_add": 4712, "r_t_add": 4798, "st_code": 50840, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880293, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37810, "Shape__Length": 103.71212584948624 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999224622727496, 40.049871089533902 ], [ -74.998621343997797, 40.049327620951303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5241, "tnode_": 5055, "lpoly_": null, "rpoly_": null, "length": 562.5645935199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 34960, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37811, "Shape__Length": 224.15871141255957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0115383059549, 40.049499666772803 ], [ -75.010151619843597, 40.0506173488643 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5121, "tnode_": 5284, "lpoly_": null, "rpoly_": null, "length": 455.97320522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARWITHAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 21760, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARWITHAN RD", "stname": "CARWITHAN RD", "objectid": 37812, "Shape__Length": 181.72128323529196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005774899184701, 40.050088003667099 ], [ -75.004869458273802, 40.049299856659601 ], [ -75.004712574854594, 40.049139865163397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5219, "tnode_": 5304, "lpoly_": null, "rpoly_": null, "length": 245.59706962000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4901, "l_t_add": 4929, "r_f_add": 4900, "r_t_add": 4928, "st_code": 63580, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37813, "Shape__Length": 97.87721464720704 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992070613149295, 40.049169938214 ], [ -74.991496699854693, 40.048660037240403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5236, "tnode_": 5316, "lpoly_": null, "rpoly_": null, "length": 239.76940005999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3917, "l_t_add": 3943, "r_f_add": 3918, "r_t_add": 3944, "st_code": 64040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37814, "Shape__Length": 95.563305118393771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0148386150303, 40.049626879856099 ], [ -75.014292290177394, 40.0491199875284 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5349, "tnode_": 5185, "lpoly_": null, "rpoly_": null, "length": 447.2279301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9100, "l_t_add": 9132, "r_f_add": 9101, "r_t_add": 9133, "st_code": 77600, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880298, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37815, "Shape__Length": 178.13596646544278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0023831495796, 40.048793049058702 ], [ -75.002102189327701, 40.048972618844601 ], [ -75.002101346215397, 40.048973229420703 ], [ -75.002003795937398, 40.049043854966399 ], [ -75.001180643001504, 40.049601000790702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5354, "tnode_": 5149, "lpoly_": null, "rpoly_": null, "length": 560.72173767000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 25260, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37816, "Shape__Length": 223.42796860101066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010803391172004, 40.048855074714801 ], [ -75.009430633743506, 40.049975919485703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5241, "tnode_": 5354, "lpoly_": null, "rpoly_": null, "length": 312.19960755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVARTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 32440, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVARTS ST", "stname": "EVARTS ST", "objectid": 37817, "Shape__Length": 124.41754979442864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0115383059549, 40.049499666772803 ], [ -75.010803391172004, 40.048855074714801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5357, "tnode_": 5241, "lpoly_": null, "rpoly_": null, "length": 302.11997233999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8756, "l_t_add": 8798, "r_f_add": 8789, "r_t_add": 8799, "st_code": 34960, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880301, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37818, "Shape__Length": 120.38498773125698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012276043685702, 40.0488943717437 ], [ -75.0115383059549, 40.049499666772803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5226, "tnode_": 5367, "lpoly_": null, "rpoly_": null, "length": 423.93801910999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4801, "l_t_add": 4849, "r_f_add": 4800, "r_t_add": 4848, "st_code": 50840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880302, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37819, "Shape__Length": 168.95031043852299 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998621343997797, 40.049327620951303 ], [ -74.9976295866025, 40.0484481832626 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5316, "tnode_": 5375, "lpoly_": null, "rpoly_": null, "length": 229.94061745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3945, "l_t_add": 3971, "r_f_add": 3946, "r_t_add": 3972, "st_code": 64040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880303, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37820, "Shape__Length": 91.647322105263058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014292290177394, 40.0491199875284 ], [ -75.013772085486593, 40.048631519499203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5304, "tnode_": 5394, "lpoly_": null, "rpoly_": null, "length": 265.34013705000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4931, "l_t_add": 4999, "r_f_add": 4930, "r_t_add": 4998, "st_code": 63580, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 37821, "Shape__Length": 105.75121069100977 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991496699854693, 40.048660037240403 ], [ -74.990888360183604, 40.048101492098198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5396, "tnode_": 5349, "lpoly_": null, "rpoly_": null, "length": 183.61837914, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 9050, "l_t_add": 9098, "r_f_add": 9051, "r_t_add": 9099, "st_code": 77600, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 880305, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37822, "Shape__Length": 73.13802975692667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002874859868996, 40.048459478458497 ], [ -75.0023831495796, 40.048793049058702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5442, "tnode_": 5354, "lpoly_": null, "rpoly_": null, "length": 299.8421408, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8742, "l_t_add": 8798, "r_f_add": 8769, "r_t_add": 8799, "st_code": 25260, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37823, "Shape__Length": 119.43004650954285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0116087948456, 40.048312514565303 ], [ -75.010803391172004, 40.048855074714801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5357, "tnode_": 5442, "lpoly_": null, "rpoly_": null, "length": 282.52909123000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 55300, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37824, "Shape__Length": 112.59106319835512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012276043685702, 40.0488943717437 ], [ -75.0116087948456, 40.048312514565303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5375, "tnode_": 5469, "lpoly_": null, "rpoly_": null, "length": 239.42862545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3973, "l_t_add": 3999, "r_f_add": 3974, "r_t_add": 3998, "st_code": 64040, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880308, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37825, "Shape__Length": 95.423459895009842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013772085486593, 40.048631519499203 ], [ -75.013221866289896, 40.048128347604703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5500, "tnode_": 5304, "lpoly_": null, "rpoly_": null, "length": 687.38839575999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 45820, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880309, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-05-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 37826, "Shape__Length": 273.72235615432703 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993439021776098, 40.047519491158702 ], [ -74.993405018506806, 40.047562314704201 ], [ -74.993081158790204, 40.047755269398401 ], [ -74.992878022439498, 40.0478344625228 ], [ -74.992508253478803, 40.048022715804301 ], [ -74.992132830829306, 40.048257214597299 ], [ -74.991977267185405, 40.0483723357735 ], [ -74.991792981221394, 40.048481831064201 ], [ -74.991496699854693, 40.048660037240403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5442, "tnode_": 5526, "lpoly_": null, "rpoly_": null, "length": 255.46469163999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4435, "r_f_add": 4400, "r_t_add": 4434, "st_code": 55300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37827, "Shape__Length": 101.81475168481902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0116087948456, 40.048312514565303 ], [ -75.011022920899904, 40.047774872177399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5572, "tnode_": 5394, "lpoly_": null, "rpoly_": null, "length": 671.55983248999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9359, "st_code": 74440, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880311, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-01-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37828, "Shape__Length": 267.41359999011723 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992796719360996, 40.046984577225203 ], [ -74.990888360183604, 40.048101492098198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5500, "tnode_": 5572, "lpoly_": null, "rpoly_": null, "length": 265.79777893, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4980, "l_t_add": 4998, "r_f_add": 4931, "r_t_add": 4999, "st_code": 13100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880312, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37829, "Shape__Length": 105.91172621511964 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993439021776098, 40.047519491158702 ], [ -74.993009680999805, 40.0471277193868 ], [ -74.992796719360996, 40.046984577225203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5435, "tnode_": 5602, "lpoly_": null, "rpoly_": null, "length": 531.97718131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 77520, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37830, "Shape__Length": 211.99629472074119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006015133622896, 40.0482554760952 ], [ -75.004758969462998, 40.047159762297298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5526, "tnode_": 5603, "lpoly_": null, "rpoly_": null, "length": 273.31926831000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4437, "l_t_add": 4499, "r_f_add": 4436, "r_t_add": 4498, "st_code": 55300, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880314, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37831, "Shape__Length": 108.9162419560639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011022920899904, 40.047774872177399 ], [ -75.010372581053005, 40.047215290896297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5651, "tnode_": 5442, "lpoly_": null, "rpoly_": null, "length": 695.86579503999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8740, "r_f_add": 8701, "r_t_add": 8767, "st_code": 25260, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880315, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37832, "Shape__Length": 277.1601996011355 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013487398126003, 40.047061705232501 ], [ -75.0116087948456, 40.048312514565303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5590, "tnode_": 5651, "lpoly_": null, "rpoly_": null, "length": 213.99667475000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 64040, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37833, "Shape__Length": 85.260381473066616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014022962408404, 40.047480843811698 ], [ -75.013487398126003, 40.047061705232501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5655, "tnode_": 5579, "lpoly_": null, "rpoly_": null, "length": 303.0371857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 55340, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 37834, "Shape__Length": 120.66849413300663 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992204872666306, 40.0464306923176 ], [ -74.992153419951094, 40.046472562240197 ], [ -74.991774189341996, 40.046685117418299 ], [ -74.991346206748005, 40.046935784414501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5572, "tnode_": 5655, "lpoly_": null, "rpoly_": null, "length": 261.08871598000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5001, "l_t_add": 5015, "r_f_add": 5000, "r_t_add": 5018, "st_code": 13100, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880318, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37835, "Shape__Length": 104.05803135824826 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992796719360996, 40.046984577225203 ], [ -74.992204872666306, 40.0464306923176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5603, "tnode_": 5694, "lpoly_": null, "rpoly_": null, "length": 266.3470769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4533, "r_f_add": 4500, "r_t_add": 4532, "st_code": 55300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37836, "Shape__Length": 106.14706055598818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010372581053005, 40.047215290896297 ], [ -75.009756269153897, 40.046658306913599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5741, "tnode_": 5659, "lpoly_": null, "rpoly_": null, "length": 303.72316282999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 84100, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 37837, "Shape__Length": 120.94305131820947 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9915935788393, 40.045888957459297 ], [ -74.991532865011607, 40.045915980400999 ], [ -74.990736037725497, 40.046398789951397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5655, "tnode_": 5741, "lpoly_": null, "rpoly_": null, "length": 261.51999358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5017, "l_t_add": 5099, "r_f_add": 5020, "r_t_add": 5098, "st_code": 13100, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37838, "Shape__Length": 104.21814675640763 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992204872666306, 40.0464306923176 ], [ -74.992145066461006, 40.046392200117303 ], [ -74.9915935788393, 40.045888957459297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5763, "tnode_": 5572, "lpoly_": null, "rpoly_": null, "length": 679.64253496000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 74440, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880323, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 37839, "Shape__Length": 270.63078121053633 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994723517906905, 40.045849695361802 ], [ -74.992796719360996, 40.046984577225203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5651, "tnode_": 5817, "lpoly_": null, "rpoly_": null, "length": 502.44817024000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 64040, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880325, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37840, "Shape__Length": 200.19469477476596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013487398126003, 40.047061705232501 ], [ -75.012249223390498, 40.046063266290297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5833, "tnode_": 5750, "lpoly_": null, "rpoly_": null, "length": 243.24156822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 21060, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 37841, "Shape__Length": 96.837121096953339 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990976834122407, 40.045367391011197 ], [ -74.990902104516707, 40.0453823000245 ], [ -74.9902610817267, 40.045739260654699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5741, "tnode_": 5833, "lpoly_": null, "rpoly_": null, "length": 256.73832528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5101, "l_t_add": 5117, "r_f_add": 5100, "r_t_add": 5112, "st_code": 13100, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37842, "Shape__Length": 102.30256750405682 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9915935788393, 40.045888957459297 ], [ -74.990976834122407, 40.045367391011197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5856, "tnode_": 5828, "lpoly_": null, "rpoly_": null, "length": 38.73216565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8668, "l_t_add": 8698, "r_f_add": 8669, "r_t_add": 8699, "st_code": 64025, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK CT", "stname": "PENNYPACK CT", "objectid": 37843, "Shape__Length": 15.453335033947964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013818529454198, 40.045876134400899 ], [ -75.013768854027404, 40.0459753679011 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5859, "tnode_": 5655, "lpoly_": null, "rpoly_": null, "length": 670.77619479000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELROSE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 55340, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELROSE ST", "stname": "MELROSE ST", "objectid": 37844, "Shape__Length": 267.10113083883829 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994102158757897, 40.045306255910702 ], [ -74.992204872666306, 40.0464306923176 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5763, "tnode_": 5859, "lpoly_": null, "rpoly_": null, "length": 263.54073002000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5001, "l_t_add": 5013, "r_f_add": 5000, "r_t_add": 5014, "st_code": 50840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37845, "Shape__Length": 105.01991472958689 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994723517906905, 40.045849695361802 ], [ -74.994102158757897, 40.045306255910702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5786, "tnode_": 5869, "lpoly_": null, "rpoly_": null, "length": 258.5030543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4643, "r_f_add": 4600, "r_t_add": 4644, "st_code": 55300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37846, "Shape__Length": 103.01865487680085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0091667827149, 40.046142972129097 ], [ -75.008567355167102, 40.045603226776002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5856, "tnode_": 5828, "lpoly_": null, "rpoly_": null, "length": 295.07319199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "CT", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8666, "r_f_add": 8601, "r_t_add": 8667, "st_code": 64025, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK CT", "stname": "PENNYPACK CT", "objectid": 37847, "Shape__Length": 117.53613130805408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013818529454198, 40.045876134400899 ], [ -75.013630783395797, 40.045705454495298 ], [ -75.013408991270296, 40.045860844178897 ], [ -75.013600776812098, 40.046021944197598 ], [ -75.0136957413781, 40.045991906103701 ], [ -75.013768854027404, 40.0459753679011 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5602, "tnode_": 5907, "lpoly_": null, "rpoly_": null, "length": 911.3055415, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 77520, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37848, "Shape__Length": 363.1670886097445 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004758969462998, 40.047159762297298 ], [ -75.002631345234306, 40.045266517305699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5928, "tnode_": 5855, "lpoly_": null, "rpoly_": null, "length": 254.72834928999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 56300, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 37849, "Shape__Length": 101.43267166622368 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.99035227988, 40.044819596157303 ], [ -74.989634417405398, 40.045249207411402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5833, "tnode_": 5928, "lpoly_": null, "rpoly_": null, "length": 265.3241172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5119, "l_t_add": 5199, "r_f_add": 5114, "r_t_add": 5198, "st_code": 13100, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37850, "Shape__Length": 105.73041879035839 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990976834122407, 40.045367391011197 ], [ -74.99035227988, 40.044819596157303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5944, "tnode_": 5856, "lpoly_": null, "rpoly_": null, "length": 300.90504896, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GILLESPIE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 36920, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GILLESPIE ST", "stname": "GILLESPIE ST", "objectid": 37851, "Shape__Length": 119.84540741422524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014630922092607, 40.045335328370903 ], [ -75.013818529454198, 40.045876134400899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5802, "tnode_": 5944, "lpoly_": null, "rpoly_": null, "length": 433.41938042000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4447, "r_f_add": 4400, "r_t_add": 4446, "st_code": 75140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37852, "Shape__Length": 172.68352119294539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015707874654098, 40.046190027775602 ], [ -75.014630922092607, 40.045335328370903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5972, "tnode_": 5741, "lpoly_": null, "rpoly_": null, "length": 669.55427868000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 84100, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 37853, "Shape__Length": 266.61088558759263 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993489643601606, 40.044768815329697 ], [ -74.9915935788393, 40.045888957459297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5859, "tnode_": 5972, "lpoly_": null, "rpoly_": null, "length": 260.31332928, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5015, "l_t_add": 5099, "r_f_add": 5016, "r_t_add": 5098, "st_code": 50840, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880340, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37854, "Shape__Length": 103.73361111785279 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994102158757897, 40.045306255910702 ], [ -74.993825403461798, 40.045053108386803 ], [ -74.993489643601606, 40.044768815329697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5869, "tnode_": 5985, "lpoly_": null, "rpoly_": null, "length": 271.47253805000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4645, "l_t_add": 4699, "r_f_add": 4646, "r_t_add": 4698, "st_code": 55300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 37855, "Shape__Length": 108.18126837253483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008567355167102, 40.045603226776002 ], [ -75.007928962762193, 40.045042309167997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6005, "tnode_": 5786, "lpoly_": null, "rpoly_": null, "length": 644.17832357999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 28660, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37856, "Shape__Length": 256.56026749276043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010913387603594, 40.044991842106903 ], [ -75.0091667827149, 40.046142972129097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5817, "tnode_": 6005, "lpoly_": null, "rpoly_": null, "length": 540.56399189000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 64040, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880343, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37857, "Shape__Length": 215.37595492737771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012249223390498, 40.046063266290297 ], [ -75.010913387603594, 40.044991842106903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5944, "tnode_": 6047, "lpoly_": null, "rpoly_": null, "length": 254.79638477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4449, "l_t_add": 4499, "r_f_add": 4448, "r_t_add": 4498, "st_code": 75140, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880344, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37858, "Shape__Length": 101.5196589718074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014630922092607, 40.045335328370903 ], [ -75.014004986861096, 40.044827592136201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6078, "tnode_": 5833, "lpoly_": null, "rpoly_": null, "length": 677.75724458000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMBRIDGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 21060, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMBRIDGE ST", "stname": "CAMBRIDGE ST", "objectid": 37859, "Shape__Length": 269.88543482287935 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992881246017106, 40.0442188830758 ], [ -74.991947339376694, 40.044790140366104 ], [ -74.990976834122407, 40.045367391011197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5972, "tnode_": 6078, "lpoly_": null, "rpoly_": null, "length": 262.98647638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5101, "l_t_add": 5119, "r_f_add": 5100, "r_t_add": 5120, "st_code": 50840, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37860, "Shape__Length": 104.80402105095483 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993489643601606, 40.044768815329697 ], [ -74.993204882325898, 40.044503332207 ], [ -74.992881246017106, 40.0442188830758 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6105, "tnode_": 5985, "lpoly_": null, "rpoly_": null, "length": 332.01790783000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8740, "l_t_add": 8798, "r_f_add": 8741, "r_t_add": 8799, "st_code": 77600, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880347, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37861, "Shape__Length": 132.2305308965766 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008832737868502, 40.044452210082902 ], [ -75.007928962762193, 40.045042309167997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6133, "tnode_": 6005, "lpoly_": null, "rpoly_": null, "length": 336.07060393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8632, "l_t_add": 8698, "r_f_add": 8631, "r_t_add": 8699, "st_code": 28660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37862, "Shape__Length": 133.85100249502634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011818375324907, 40.044385769685498 ], [ -75.010913387603594, 40.044991842106903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6047, "tnode_": 6156, "lpoly_": null, "rpoly_": null, "length": 278.70593619, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4525, "r_f_add": 4500, "r_t_add": 4526, "st_code": 75140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37863, "Shape__Length": 111.04039762735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014004986861096, 40.044827592136201 ], [ -75.0133124468273, 40.0442780078738 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6158, "tnode_": 6087, "lpoly_": null, "rpoly_": null, "length": 79.29481654, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "DELAWARE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 28000, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N DELAWARE AVE", "stname": "N DELAWARE AVE", "objectid": 37864, "Shape__Length": 31.577635882934356 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989108166608403, 40.043687290732898 ], [ -74.988889190636002, 40.043825337505197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6183, "tnode_": 5928, "lpoly_": null, "rpoly_": null, "length": 678.3791514, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 56300, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 37865, "Shape__Length": 270.12111839572822 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992272390629495, 40.043684146359503 ], [ -74.991694567540605, 40.044010890786403 ], [ -74.991278793318997, 40.0442559609575 ], [ -74.990979466480795, 40.044435325845598 ], [ -74.99035227988, 40.044819596157303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6078, "tnode_": 6183, "lpoly_": null, "rpoly_": null, "length": 258.85172008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5121, "l_t_add": 5199, "r_f_add": 5122, "r_t_add": 5198, "st_code": 50840, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37866, "Shape__Length": 103.1497334234397 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992881246017106, 40.0442188830758 ], [ -74.992272390629495, 40.043684146359503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6220, "tnode_": 6105, "lpoly_": null, "rpoly_": null, "length": 285.5631755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8738, "r_f_add": 8701, "r_t_add": 8739, "st_code": 77600, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880353, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37867, "Shape__Length": 113.73632094013286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009598135913194, 40.043934086650502 ], [ -75.008832737868502, 40.044452210082902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6005, "tnode_": 6220, "lpoly_": null, "rpoly_": null, "length": 532.98606514999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 64040, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 37868, "Shape__Length": 212.35449456207795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010913387603594, 40.044991842106903 ], [ -75.009598135913194, 40.043934086650502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6156, "tnode_": 6267, "lpoly_": null, "rpoly_": null, "length": 245.29994768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4527, "l_t_add": 4599, "r_f_add": 4528, "r_t_add": 4598, "st_code": 75140, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37869, "Shape__Length": 97.734685268487695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0133124468273, 40.0442780078738 ], [ -75.012710241771501, 40.043788910132797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6293, "tnode_": 6051, "lpoly_": null, "rpoly_": null, "length": 673.41267348999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GERMANIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 36640, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GERMANIA ST", "stname": "GERMANIA ST", "objectid": 37870, "Shape__Length": 268.14488682783804 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991658930754497, 40.0431409183835 ], [ -74.989757741566095, 40.044273247905203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6183, "tnode_": 6293, "lpoly_": null, "rpoly_": null, "length": 262.03152353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5201, "l_t_add": 5217, "r_f_add": 5200, "r_t_add": 5218, "st_code": 50840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 880357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37871, "Shape__Length": 104.41768449163676 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992272390629495, 40.043684146359503 ], [ -74.991658930754497, 40.0431409183835 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6345, "tnode_": 6220, "lpoly_": null, "rpoly_": null, "length": 335.12102097999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8674, "l_t_add": 8698, "r_f_add": 8675, "r_t_add": 8699, "st_code": 77600, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880358, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37872, "Shape__Length": 133.46885829908862 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010503372639405, 40.043332223186397 ], [ -75.009598135913194, 40.043934086650502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6359, "tnode_": 6267, "lpoly_": null, "rpoly_": null, "length": 264.11444455999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8522, "l_t_add": 8598, "r_f_add": 8531, "r_t_add": 8599, "st_code": 28660, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37873, "Shape__Length": 105.18840785369187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013424411688106, 40.043315228609103 ], [ -75.012710241771501, 40.043788910132797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6293, "tnode_": 6418, "lpoly_": null, "rpoly_": null, "length": 291.37774811000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5219, "l_t_add": 5299, "r_f_add": 5220, "r_t_add": 5298, "st_code": 50840, "l_hundred": 5200, "r_hundred": 5200, "seg_id": 880360, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37874, "Shape__Length": 116.11182000324243 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991658930754497, 40.0431409183835 ], [ -74.990978254128805, 40.042535864859403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6267, "tnode_": 6492, "lpoly_": null, "rpoly_": null, "length": 531.3689937900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 75140, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880361, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-05-30T00:00:00Z", "newsegdate": "2002-05-30T00:00:00Z", "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37875, "Shape__Length": 211.70442952330441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012710241771501, 40.043788910132797 ], [ -75.012469159120997, 40.0435957343947 ], [ -75.011395622579101, 40.042736853537498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6556, "tnode_": 6359, "lpoly_": null, "rpoly_": null, "length": 426.01602677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8520, "r_f_add": 8501, "r_t_add": 8529, "st_code": 28660, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37876, "Shape__Length": 169.66702252576286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014576520596293, 40.042551328187599 ], [ -75.013424411688106, 40.043315228609103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6591, "tnode_": 6492, "lpoly_": null, "rpoly_": null, "length": 245.31779596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8544, "l_t_add": 8598, "r_f_add": 8545, "r_t_add": 8599, "st_code": 77600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880363, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37877, "Shape__Length": 97.701632637718859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012057723871195, 40.0422957883085 ], [ -75.011395622579101, 40.042736853537498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6492, "tnode_": 6712, "lpoly_": null, "rpoly_": null, "length": 528.48569713999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 75140, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 37878, "Shape__Length": 210.56096417404163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011395622579101, 40.042736853537498 ], [ -75.011343970853801, 40.042682043180399 ], [ -75.010102912433396, 40.041680526966999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6770, "tnode_": 6591, "lpoly_": null, "rpoly_": null, "length": 443.20308911999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8542, "r_f_add": 8501, "r_t_add": 8543, "st_code": 77600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880365, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37879, "Shape__Length": 176.51549736521591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013246991925996, 40.041492855604801 ], [ -75.012057723871195, 40.0422957883085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6920, "tnode_": 6770, "lpoly_": null, "rpoly_": null, "length": 399.49421486999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8424, "l_t_add": 8498, "r_f_add": 8425, "r_t_add": 8499, "st_code": 77600, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37880, "Shape__Length": 159.0419440038068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014411087300999, 40.0408601255658 ], [ -75.013810814456605, 40.041160645218199 ], [ -75.013246991925996, 40.041492855604801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7050, "tnode_": 6920, "lpoly_": null, "rpoly_": null, "length": 341.19963250999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8422, "r_f_add": 8401, "r_t_add": 8423, "st_code": 77600, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880367, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37881, "Shape__Length": 135.8230606004814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015419763615398, 40.040334559461002 ], [ -75.014411087300999, 40.0408601255658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5778, "tnode_": 5303, "lpoly_": null, "rpoly_": null, "length": 1597.6893705499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "A", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9060, "l_hundred": 0, "r_hundred": 0, "seg_id": 880371, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP A", "stname": "DELAWARE EXPY RAMP A", "objectid": 37882, "Shape__Length": 636.69495457880703 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999540030564106, 40.045859018874602 ], [ -74.999394604251293, 40.046025625106402 ], [ -74.999227716792305, 40.046222461550997 ], [ -74.999107350918095, 40.046404127847502 ], [ -74.999024801051107, 40.0466111257251 ], [ -74.998974002191005, 40.046818883059501 ], [ -74.998964767720494, 40.047046633844602 ], [ -74.998998197407502, 40.047267264365303 ], [ -74.999064588331507, 40.0474588310706 ], [ -74.999156333898, 40.047634721769498 ], [ -74.999262851506899, 40.047794681184797 ], [ -74.999487140535294, 40.048036361240101 ], [ -74.999646560143503, 40.048172966264701 ], [ -74.999842378080004, 40.048307924891901 ], [ -75.000059803405506, 40.048432543507801 ], [ -75.000322982910404, 40.048560970903502 ], [ -75.000650748911596, 40.048670467713102 ], [ -75.001338929130199, 40.048846162333 ], [ -75.001749738126605, 40.0489685683132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5367, "tnode_": 5423, "lpoly_": null, "rpoly_": null, "length": 140.41949419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4851, "l_t_add": 4865, "r_f_add": 4850, "r_t_add": 4864, "st_code": 50840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880372, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37883, "Shape__Length": 55.956721869348627 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9976295866025, 40.0484481832626 ], [ -74.997294873675102, 40.048161102405302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5423, "tnode_": 5454, "lpoly_": null, "rpoly_": null, "length": 64.94910894, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4867, "l_t_add": 4875, "r_f_add": 4866, "r_t_add": 4874, "st_code": 50840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880373, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37884, "Shape__Length": 25.883795984131599 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997294873675102, 40.048161102405302 ], [ -74.997143265920897, 40.048026148144501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5454, "tnode_": 5486, "lpoly_": null, "rpoly_": null, "length": 156.3425702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4877, "l_t_add": 4897, "r_f_add": 4876, "r_t_add": 4896, "st_code": 50840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880374, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37885, "Shape__Length": 62.319153369941162 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997143265920897, 40.048026148144501 ], [ -74.996801821410003, 40.047686538142102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5486, "tnode_": 5502, "lpoly_": null, "rpoly_": null, "length": 64.15800008000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDEN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4899, "l_t_add": 4899, "r_f_add": 4898, "r_t_add": 4898, "st_code": 50840, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880375, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDEN AVE", "stname": "LINDEN AVE", "objectid": 37886, "Shape__Length": 25.571191730545952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996801821410003, 40.047686538142102 ], [ -74.996657108109105, 40.047549975135297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4642, "tnode_": 4779, "lpoly_": null, "rpoly_": null, "length": 441.75870135999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 34240, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880378, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37887, "Shape__Length": 176.06112115306209 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985540395670398, 40.052864462564699 ], [ -74.984506407892596, 40.051948381593199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4779, "tnode_": 4941, "lpoly_": null, "rpoly_": null, "length": 563.02544421999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 34240, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880379, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37888, "Shape__Length": 224.38245599305387 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984506407892596, 40.051948381593199 ], [ -74.984299467921304, 40.051768803247803 ], [ -74.983696274187196, 40.051232418542099 ], [ -74.983288127175001, 40.050875640946501 ], [ -74.983179033413094, 40.050787403797898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5116, "tnode_": 4958, "lpoly_": null, "rpoly_": null, "length": 578.48347838999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILNOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 56300, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880380, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILNOR ST", "stname": "MILNOR ST", "objectid": 37889, "Shape__Length": 230.4161953716154 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981790771995193, 40.049549983217901 ], [ -74.980230177219994, 40.050590836809697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4941, "tnode_": 5116, "lpoly_": null, "rpoly_": null, "length": 595.23154029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 34240, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880381, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 37890, "Shape__Length": 237.22202334219338 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983179033413094, 40.050787403797898 ], [ -74.983133793883496, 40.050741706766203 ], [ -74.982560946119193, 40.050227770410103 ], [ -74.982098931117093, 40.049818981061399 ], [ -74.981790771995193, 40.049549983217901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4941, "tnode_": 4801, "lpoly_": null, "rpoly_": null, "length": 585.79424181000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISSINOMING", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 84100, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880382, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISSINOMING ST", "stname": "WISSINOMING ST", "objectid": 37891, "Shape__Length": 233.25143278765375 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983179033413094, 40.050787403797898 ], [ -74.983088372588099, 40.050842780477304 ], [ -74.982912286249302, 40.050949784238703 ], [ -74.982604469837597, 40.051120143080297 ], [ -74.982180471392795, 40.051355322692302 ], [ -74.9814816171057, 40.051727117537503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4869, "tnode_": 4948, "lpoly_": null, "rpoly_": null, "length": 282.43899678999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4717, "r_f_add": 4700, "r_t_add": 4716, "st_code": 13100, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37892, "Shape__Length": 112.57591448834683 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998078916749705, 40.051650719119102 ], [ -74.998031759900201, 40.051568408982497 ], [ -74.997445704023804, 40.051051763499302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4948, "tnode_": 5018, "lpoly_": null, "rpoly_": null, "length": 261.04046396999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4719, "l_t_add": 4799, "r_f_add": 4718, "r_t_add": 4798, "st_code": 13100, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37893, "Shape__Length": 104.03212543352402 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997445704023804, 40.051051763499302 ], [ -74.997122991625005, 40.050764674462101 ], [ -74.997032328664005, 40.050713742499902 ], [ -74.996864863683101, 40.050570954394701 ], [ -74.996839213925199, 40.050515685591499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5018, "tnode_": 5106, "lpoly_": null, "rpoly_": null, "length": 263.14894454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4801, "l_t_add": 4819, "r_f_add": 4800, "r_t_add": 4808, "st_code": 13100, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37894, "Shape__Length": 104.87360850860676 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996839213925199, 40.050515685591499 ], [ -74.996223307706401, 40.049969986717798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5106, "tnode_": 5130, "lpoly_": null, "rpoly_": null, "length": 113.97315322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4821, "l_t_add": 4907, "r_f_add": 4810, "r_t_add": 4914, "st_code": 13100, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2007-11-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37895, "Shape__Length": 45.398427341138245 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996223307706401, 40.049969986717798 ], [ -74.996157295657298, 40.049946930092801 ], [ -74.995954918785301, 40.049778813592901 ], [ -74.995921506369001, 40.049767349348997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5130, "tnode_": 4989, "lpoly_": null, "rpoly_": null, "length": 704.67192112000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 78020, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880388, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 37896, "Shape__Length": 280.48557108794944 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995921506369001, 40.049767349348997 ], [ -74.995819663081306, 40.049774947330498 ], [ -74.994881515887997, 40.0499543518808 ], [ -74.994772765627204, 40.049996610368197 ], [ -74.993765190326002, 40.050659263643603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5139, "tnode_": 4948, "lpoly_": null, "rpoly_": null, "length": 658.02871300999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 79820, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880389, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 37897, "Shape__Length": 262.09894878909074 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999224622727496, 40.049871089533902 ], [ -74.997445704023804, 40.051051763499302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5226, "tnode_": 5018, "lpoly_": null, "rpoly_": null, "length": 660.74067394999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 41580, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880390, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37898, "Shape__Length": 263.1794427101907 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998621343997797, 40.049327620951303 ], [ -74.998461385964106, 40.049416911950402 ], [ -74.997896495843406, 40.049810179076601 ], [ -74.9973291488581, 40.0501832963702 ], [ -74.996839213925199, 40.050515685591499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4948, "tnode_": 4769, "lpoly_": null, "rpoly_": null, "length": 675.91979107000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VANDIKE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 79820, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VANDIKE ST", "stname": "VANDIKE ST", "objectid": 37899, "Shape__Length": 269.2296138041803 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997445704023804, 40.051051763499302 ], [ -74.9956180131488, 40.0522642065349 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5018, "tnode_": 4840, "lpoly_": null, "rpoly_": null, "length": 684.00950576000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 41580, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880392, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37900, "Shape__Length": 272.45032410435675 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996839213925199, 40.050515685591499 ], [ -74.996012873397504, 40.051059225055504 ], [ -74.994990529520905, 40.0517433850084 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5106, "tnode_": 4909, "lpoly_": null, "rpoly_": null, "length": 685.85171942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 30840, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 37901, "Shape__Length": 273.18579742182118 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996223307706401, 40.049969986717798 ], [ -74.994375457450303, 40.0512061562846 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5173, "tnode_": 5106, "lpoly_": null, "rpoly_": null, "length": 335.08808332000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDMUND", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 30840, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDMUND ST", "stname": "EDMUND ST", "objectid": 37902, "Shape__Length": 133.43651089205582 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997170117590699, 40.049424586217398 ], [ -74.997074976069001, 40.049441451153399 ], [ -74.997015403787401, 40.049460112752101 ], [ -74.996942265600893, 40.049491003739803 ], [ -74.996871781043197, 40.049537025884497 ], [ -74.996223307706401, 40.049969986717798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5266, "tnode_": 5435, "lpoly_": null, "rpoly_": null, "length": 529.57237188, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 77520, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880396, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2009-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 37903, "Shape__Length": 210.97233868463408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007369033590606, 40.049249135960601 ], [ -75.006924730782501, 40.048858410069599 ], [ -75.006513181704406, 40.048506171311899 ], [ -75.006343212630597, 40.048397476073099 ], [ -75.006165158881998, 40.048300463455902 ], [ -75.006015133622896, 40.0482554760952 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5469, "tnode_": 5357, "lpoly_": null, "rpoly_": null, "length": 384.68676302, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8712, "l_t_add": 8754, "r_f_add": 8729, "r_t_add": 8787, "st_code": 34960, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880397, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37904, "Shape__Length": 153.2797214873905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013221866289896, 40.048128347604703 ], [ -75.012276043685702, 40.0488943717437 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5590, "tnode_": 5469, "lpoly_": null, "rpoly_": null, "length": 325.47999172, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8710, "r_f_add": 8701, "r_t_add": 8727, "st_code": 34960, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880398, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37905, "Shape__Length": 129.68672523614072 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014022962408404, 40.047480843811698 ], [ -75.013221866289896, 40.048128347604703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5681, "tnode_": 5590, "lpoly_": null, "rpoly_": null, "length": 327.59469289000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8538, "l_t_add": 8698, "r_f_add": 8633, "r_t_add": 8699, "st_code": 34960, "l_hundred": 8500, "r_hundred": 8600, "seg_id": 880399, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37906, "Shape__Length": 130.51400184302338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014852191051901, 40.046846359054697 ], [ -75.014022962408404, 40.047480843811698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5802, "tnode_": 5681, "lpoly_": null, "rpoly_": null, "length": 338.46022079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8518, "l_t_add": 8536, "r_f_add": 8601, "r_t_add": 8631, "st_code": 34960, "l_hundred": 8500, "r_hundred": 8600, "seg_id": 880400, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37907, "Shape__Length": 134.84220801278829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015707874654098, 40.046190027775602 ], [ -75.014852191051901, 40.046846359054697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5889, "tnode_": 5802, "lpoly_": null, "rpoly_": null, "length": 263.98152864999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8504, "l_t_add": 8516, "r_f_add": 8525, "r_t_add": 8599, "st_code": 34960, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880401, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 37908, "Shape__Length": 105.16632279166986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016379663501795, 40.045681538318703 ], [ -75.015707874654098, 40.046190027775602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6144, "tnode_": 6047, "lpoly_": null, "rpoly_": null, "length": 261.09579289000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 45760, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37909, "Shape__Length": 103.99179751720006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014704916733095, 40.044353956312499 ], [ -75.014004986861096, 40.044827592136201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5889, "tnode_": 6144, "lpoly_": null, "rpoly_": null, "length": 673.60134059000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4499, "r_f_add": 4000, "r_t_add": 4498, "st_code": 16980, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 37910, "Shape__Length": 268.37358124862004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016379663501795, 40.045681538318703 ], [ -75.014704916733095, 40.044353956312499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6215, "tnode_": 6327, "lpoly_": null, "rpoly_": null, "length": 290.45024322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4021, "l_t_add": 4499, "r_f_add": 4300, "r_t_add": 4498, "st_code": 17860, "l_hundred": 4000, "r_hundred": 4300, "seg_id": 880404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37911, "Shape__Length": 115.71784024803144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016596204002695, 40.044155455580501 ], [ -75.015873679125093, 40.0435833156439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6144, "tnode_": 6359, "lpoly_": null, "rpoly_": null, "length": 521.26079538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 16980, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 37912, "Shape__Length": 207.68446540176379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014704916733095, 40.044353956312499 ], [ -75.013424411688106, 40.043315228609103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6327, "tnode_": 6444, "lpoly_": null, "rpoly_": null, "length": 249.04650044000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4507, "r_f_add": 4500, "r_t_add": 4514, "st_code": 17860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37913, "Shape__Length": 99.224241502664398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015873679125093, 40.0435833156439 ], [ -75.015258710537196, 40.043089360254697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6479, "tnode_": 6327, "lpoly_": null, "rpoly_": null, "length": 392.10466180999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8436, "l_t_add": 8498, "r_f_add": 8423, "r_t_add": 8499, "st_code": 45760, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880407, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37914, "Shape__Length": 156.16579373141983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0169283893254, 40.042875181235701 ], [ -75.015873679125093, 40.0435833156439 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6332, "tnode_": 6481, "lpoly_": null, "rpoly_": null, "length": 346.85596807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4083, "r_f_add": 4000, "r_t_add": 4082, "st_code": 13500, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880408, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37915, "Shape__Length": 138.19354245300474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019525943076303, 40.043629986623003 ], [ -75.018670270122598, 40.0429414383362 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6508, "tnode_": 6215, "lpoly_": null, "rpoly_": null, "length": 724.10628792999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 81020, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 37916, "Shape__Length": 288.41892943627772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018507099269399, 40.0428168749986 ], [ -75.017452228443503, 40.0435230103054 ], [ -75.016596204002695, 40.044155455580501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6481, "tnode_": 6508, "lpoly_": null, "rpoly_": null, "length": 64.39053879000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4085, "l_t_add": 4099, "r_f_add": 4084, "r_t_add": 4098, "st_code": 13500, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880410, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37917, "Shape__Length": 25.651512445691985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018670270122598, 40.0429414383362 ], [ -75.018507099269399, 40.0428168749986 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6444, "tnode_": 6556, "lpoly_": null, "rpoly_": null, "length": 273.67170648000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4509, "l_t_add": 4599, "r_f_add": 4516, "r_t_add": 4598, "st_code": 17860, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880411, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37918, "Shape__Length": 109.03058371578508 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015258710537196, 40.043089360254697 ], [ -75.014576520596293, 40.042551328187599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6481, "tnode_": 6614, "lpoly_": null, "rpoly_": null, "length": 267.48412318000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 81020, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880412, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALKER ST", "stname": "WALKER ST", "objectid": 37919, "Shape__Length": 106.50009753006148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018670270122598, 40.0429414383362 ], [ -75.019435913165793, 40.042502269317701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6600, "tnode_": 6444, "lpoly_": null, "rpoly_": null, "length": 390.61838075999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8418, "l_t_add": 8498, "r_f_add": 4519, "r_t_add": 4599, "st_code": 37280, "l_hundred": 8400, "r_hundred": 4500, "seg_id": 880413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37920, "Shape__Length": 155.60401368125693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016260984605395, 40.042343441997701 ], [ -75.015258710537196, 40.043089360254697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6479, "tnode_": 6600, "lpoly_": null, "rpoly_": null, "length": 269.1446974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 56180, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880414, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLETT ST", "stname": "MILLETT ST", "objectid": 37921, "Shape__Length": 107.22883650812972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0169283893254, 40.042875181235701 ], [ -75.016260984605395, 40.042343441997701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6625, "tnode_": 6479, "lpoly_": null, "rpoly_": null, "length": 335.96592885999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8434, "r_f_add": 8401, "r_t_add": 8421, "st_code": 45760, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880415, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 37922, "Shape__Length": 133.80347161928907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017835603232896, 40.042271541928301 ], [ -75.0169283893254, 40.042875181235701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6508, "tnode_": 6625, "lpoly_": null, "rpoly_": null, "length": 273.51657683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 13500, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880416, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37923, "Shape__Length": 108.97461487766735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018507099269399, 40.0428168749986 ], [ -75.017835603232896, 40.042271541928301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6556, "tnode_": 6673, "lpoly_": null, "rpoly_": null, "length": 287.80145634000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4621, "r_f_add": 4600, "r_t_add": 4618, "st_code": 17860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37924, "Shape__Length": 114.66018686500531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014576520596293, 40.042551328187599 ], [ -75.013861158087195, 40.041983991171598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6694, "tnode_": 6556, "lpoly_": null, "rpoly_": null, "length": 393.34179659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8436, "l_t_add": 8498, "r_f_add": 8437, "r_t_add": 8499, "st_code": 28660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880418, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37925, "Shape__Length": 156.6596206839408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015629264525501, 40.041836342388997 ], [ -75.014576520596293, 40.042551328187599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6600, "tnode_": 6694, "lpoly_": null, "rpoly_": null, "length": 255.75084017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 56180, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880419, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLETT ST", "stname": "MILLETT ST", "objectid": 37926, "Shape__Length": 101.89337120557872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016260984605395, 40.042343441997701 ], [ -75.015629264525501, 40.041836342388997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6737, "tnode_": 6600, "lpoly_": null, "rpoly_": null, "length": 336.98582782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENLOCH", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8416, "r_f_add": 4501, "r_t_add": 4517, "st_code": 37280, "l_hundred": 8400, "r_hundred": 4500, "seg_id": 880420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENLOCH ST", "stname": "GLENLOCH ST", "objectid": 37927, "Shape__Length": 134.23985513493071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0171226199366, 40.041697554176402 ], [ -75.016260984605395, 40.042343441997701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6625, "tnode_": 6737, "lpoly_": null, "rpoly_": null, "length": 289.08632396000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4417, "r_f_add": 4400, "r_t_add": 4416, "st_code": 13500, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880421, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37928, "Shape__Length": 115.17499552651519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017835603232896, 40.042271541928301 ], [ -75.0171226199366, 40.041697554176402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6756, "tnode_": 6625, "lpoly_": null, "rpoly_": null, "length": 325.75038324999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8312, "l_t_add": 8398, "r_f_add": 8309, "r_t_add": 8399, "st_code": 25260, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37929, "Shape__Length": 129.74087896223847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018704569749701, 40.041676929527 ], [ -75.017835603232896, 40.042271541928301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6673, "tnode_": 6770, "lpoly_": null, "rpoly_": null, "length": 248.15240028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4623, "l_t_add": 4699, "r_f_add": 4620, "r_t_add": 4698, "st_code": 17860, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37930, "Shape__Length": 98.86483508366436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013861158087195, 40.041983991171598 ], [ -75.013246991925996, 40.041492855604801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6844, "tnode_": 6694, "lpoly_": null, "rpoly_": null, "length": 337.3919078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8434, "r_f_add": 8401, "r_t_add": 8435, "st_code": 28660, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880424, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37931, "Shape__Length": 134.37299632630186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016533147053295, 40.041226942094802 ], [ -75.016490879317999, 40.041271045011598 ], [ -75.015678524214593, 40.041814049653802 ], [ -75.015629264525501, 40.041836342388997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6737, "tnode_": 6844, "lpoly_": null, "rpoly_": null, "length": 237.97166565000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4418, "r_t_add": 4598, "st_code": 13500, "l_hundred": 4500, "r_hundred": 4400, "seg_id": 880425, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2001-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37932, "Shape__Length": 94.808100061640985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0171226199366, 40.041697554176402 ], [ -75.016533147053295, 40.041226942094802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6918, "tnode_": 6844, "lpoly_": null, "rpoly_": null, "length": 192.63316343000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8330, "l_t_add": 8398, "r_f_add": 8327, "r_t_add": 8399, "st_code": 28660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37933, "Shape__Length": 76.70842192069189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017066548943106, 40.040892952385001 ], [ -75.016533147053295, 40.041226942094802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6694, "tnode_": 6920, "lpoly_": null, "rpoly_": null, "length": 492.74603241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 56180, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLETT ST", "stname": "MILLETT ST", "objectid": 37934, "Shape__Length": 196.31153617165577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015629264525501, 40.041836342388997 ], [ -75.014411087300999, 40.0408601255658 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28740, "tnode_": 6888, "lpoly_": null, "rpoly_": null, "length": 461.3489097, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 4300, "r_t_add": 4398, "st_code": 31800, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 880429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENFIELD AVE", "stname": "ENFIELD AVE", "objectid": 37935, "Shape__Length": 184.12685557105709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019730200633603, 40.042332127651001 ], [ -75.019735067277495, 40.0423288003877 ], [ -75.019746559283405, 40.042299706272203 ], [ -75.0197501271699, 40.042143789138201 ], [ -75.019722070857497, 40.0419577530269 ], [ -75.019711689013405, 40.041395544403898 ], [ -75.0197121508902, 40.041353822887899 ], [ -75.019702930202399, 40.041297774164498 ], [ -75.019689828427701, 40.041259631815798 ], [ -75.0196654093277, 40.041220782531198 ], [ -75.019644934976398, 40.041197611708199 ], [ -75.019630402567699, 40.041174222605001 ], [ -75.019594772083394, 40.0410876345614 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6971, "tnode_": 6712, "lpoly_": null, "rpoly_": null, "length": 692.40870912999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 41580, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37936, "Shape__Length": 275.64855994386716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012126803444104, 40.0405919251764 ], [ -75.010323700148305, 40.041526379503601 ], [ -75.010102912433396, 40.041680526966999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6770, "tnode_": 6971, "lpoly_": null, "rpoly_": null, "length": 453.96347196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 17860, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37937, "Shape__Length": 180.86091298848345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013246991925996, 40.041492855604801 ], [ -75.012126803444104, 40.0405919251764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6973, "tnode_": 6918, "lpoly_": null, "rpoly_": null, "length": 163.4335655, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8328, "r_f_add": 8325, "r_t_add": 8325, "st_code": 28660, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37938, "Shape__Length": 65.052091527931267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017558922717996, 40.040652760341999 ], [ -75.017487173826098, 40.0406799378042 ], [ -75.017066548943106, 40.040892952385001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6756, "tnode_": 6973, "lpoly_": null, "rpoly_": null, "length": 492.02423822000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 83780, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880433, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-12-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGATE ST", "stname": "WINGATE ST", "objectid": 37939, "Shape__Length": 196.06524822372276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018704569749701, 40.041676929527 ], [ -75.017558922717996, 40.040652760341999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7021, "tnode_": 6973, "lpoly_": null, "rpoly_": null, "length": 113.15840121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8212, "l_t_add": 8298, "r_f_add": 8301, "r_t_add": 8323, "st_code": 28660, "l_hundred": 8200, "r_hundred": 8300, "seg_id": 880434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37940, "Shape__Length": 45.051690786828665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017883495825401, 40.040470922846701 ], [ -75.017836813906399, 40.040513381321396 ], [ -75.017558922717996, 40.040652760341999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6844, "tnode_": 7050, "lpoly_": null, "rpoly_": null, "length": 450.39742158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 13500, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880435, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37941, "Shape__Length": 179.43827958365318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016533147053295, 40.041226942094802 ], [ -75.015419763615398, 40.040334559461002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7126, "tnode_": 7021, "lpoly_": null, "rpoly_": null, "length": 270.41462172000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8200, "l_t_add": 8210, "r_f_add": 8201, "r_t_add": 8299, "st_code": 28660, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 880436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37942, "Shape__Length": 107.64328185368956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018684971495901, 40.040056738386298 ], [ -75.017883495825401, 40.040470922846701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6888, "tnode_": 7126, "lpoly_": null, "rpoly_": null, "length": 453.8162652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4599, "r_f_add": 4400, "r_t_add": 4598, "st_code": 73240, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37943, "Shape__Length": 180.91654678317974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019594772083394, 40.0410876345614 ], [ -75.019521391860806, 40.040999177783497 ], [ -75.019111211504296, 40.040545654240702 ], [ -75.018684971495901, 40.040056738386298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7143, "tnode_": 7050, "lpoly_": null, "rpoly_": null, "length": 268.17046525999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8330, "l_t_add": 8398, "r_f_add": 8333, "r_t_add": 8399, "st_code": 77600, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880438, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37944, "Shape__Length": 106.74958614191155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016214803753599, 40.0399240609839 ], [ -75.015419763615398, 40.040334559461002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6918, "tnode_": 7143, "lpoly_": null, "rpoly_": null, "length": 426.08862542999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 83780, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGATE ST", "stname": "WINGATE ST", "objectid": 37945, "Shape__Length": 169.86335939847021 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017066548943106, 40.040892952385001 ], [ -75.016631675171894, 40.040373425072403 ], [ -75.016214803753599, 40.0399240609839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6971, "tnode_": 7176, "lpoly_": null, "rpoly_": null, "length": 445.2924885, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 17860, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 37946, "Shape__Length": 177.40069791977359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012126803444104, 40.0405919251764 ], [ -75.011022538415105, 40.0397122529886 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6888, "tnode_": 7335, "lpoly_": null, "rpoly_": null, "length": 731.26958052999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4599, "r_f_add": 4400, "r_t_add": 4598, "st_code": 31800, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENFIELD AVE", "stname": "ENFIELD AVE", "objectid": 37947, "Shape__Length": 291.76510444296503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019594772083394, 40.0410876345614 ], [ -75.019729567594695, 40.041017932355501 ], [ -75.019767701087204, 40.040982732499302 ], [ -75.019794550798807, 40.040946894987002 ], [ -75.020163573861794, 40.039844795071701 ], [ -75.020280667011903, 40.039447188421804 ], [ -75.020304991897007, 40.039345664964401 ], [ -75.020315459236699, 40.0391994035378 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7192, "tnode_": 7126, "lpoly_": null, "rpoly_": null, "length": 202.17954290999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8130, "l_t_add": 8198, "r_f_add": 8131, "r_t_add": 8199, "st_code": 28660, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 880442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37948, "Shape__Length": 80.483067950929239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019280927894201, 40.039743354921498 ], [ -75.018684971495901, 40.040056738386298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7246, "tnode_": 7143, "lpoly_": null, "rpoly_": null, "length": 273.68549544000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8328, "r_f_add": 8311, "r_t_add": 8331, "st_code": 77600, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880443, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 37949, "Shape__Length": 108.94282366692222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017028167593907, 40.0395073929704 ], [ -75.016214803753599, 40.0399240609839 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7249, "tnode_": 6971, "lpoly_": null, "rpoly_": null, "length": 740.14657601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 41580, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 880444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 37950, "Shape__Length": 294.6255024478167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014322952459395, 40.039461078596901 ], [ -75.012126803444104, 40.0405919251764 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7050, "tnode_": 7249, "lpoly_": null, "rpoly_": null, "length": 442.22108337000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 13500, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880445, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37951, "Shape__Length": 176.17631733847185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015419763615398, 40.040334559461002 ], [ -75.014322952459395, 40.039461078596901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7143, "tnode_": 7353, "lpoly_": null, "rpoly_": null, "length": 432.85672298999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGATE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4800, "st_code": 83780, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880447, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGATE ST", "stname": "WINGATE ST", "objectid": 37952, "Shape__Length": 172.55831560576038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016214803753599, 40.0399240609839 ], [ -75.015347507215594, 40.038940430396899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7249, "tnode_": 7724, "lpoly_": null, "rpoly_": null, "length": 1216.98252933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHBURNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4801, "l_t_add": 4899, "r_f_add": 4800, "r_t_add": 4898, "st_code": 13500, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880449, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHBURNER ST", "stname": "ASHBURNER ST", "objectid": 37953, "Shape__Length": 484.82734635628924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014322952459395, 40.039461078596901 ], [ -75.011314043817606, 40.037050312821002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7021, "tnode_": 7246, "lpoly_": null, "rpoly_": null, "length": 424.9162263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 31680, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 37954, "Shape__Length": 169.39227473033279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017883495825401, 40.040470922846701 ], [ -75.017028167593907, 40.0395073929704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7126, "tnode_": 7333, "lpoly_": null, "rpoly_": null, "length": 426.53905400999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 73240, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 37955, "Shape__Length": 170.04176607668319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018684971495901, 40.040056738386298 ], [ -75.018296548850103, 40.039616222211897 ], [ -75.017833673274595, 40.039085732564502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7192, "tnode_": 7402, "lpoly_": null, "rpoly_": null, "length": 424.31358016999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBROCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 83100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880452, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBROCK ST", "stname": "WILBROCK ST", "objectid": 37956, "Shape__Length": 169.15555455455254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019280927894201, 40.039743354921498 ], [ -75.018437656196895, 40.038775562143101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5999, "tnode_": 5869, "lpoly_": null, "rpoly_": null, "length": 326.96527475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 53800, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880454, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 37957, "Shape__Length": 130.22201222384612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009453374762202, 40.045018500056102 ], [ -75.008567355167102, 40.045603226776002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6133, "tnode_": 6345, "lpoly_": null, "rpoly_": null, "length": 531.83345656999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 47300, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880455, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 37958, "Shape__Length": 211.89180201547109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011818375324907, 40.044385769685498 ], [ -75.011579617465401, 40.044193068290298 ], [ -75.010503372639405, 40.043332223186397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4222, "tnode_": 4219, "lpoly_": null, "rpoly_": null, "length": 116.06184245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8842, "l_t_add": 8850, "r_f_add": 8843, "r_t_add": 8847, "st_code": 43240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880495, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 37959, "Shape__Length": 46.154474065528383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014194139448804, 40.056189999743303 ], [ -75.013779547457304, 40.056186828369803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6487, "tnode_": 6591, "lpoly_": null, "rpoly_": null, "length": 238.93663205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 16980, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880456, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 37960, "Shape__Length": 95.175348025861396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012675374201905, 40.0427314512118 ], [ -75.012634001223702, 40.042731870897498 ], [ -75.012580112462501, 40.042708512471897 ], [ -75.012518882928902, 40.042672937305099 ], [ -75.012057723871195, 40.0422957883085 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6673, "tnode_": 6487, "lpoly_": null, "rpoly_": null, "length": 432.63023134000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 53800, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSDEN ST", "stname": "MARSDEN ST", "objectid": 37961, "Shape__Length": 172.28736561888778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013861158087195, 40.041983991171598 ], [ -75.012797185166505, 40.042699637988001 ], [ -75.012736056623893, 40.042726276331003 ], [ -75.012675374201905, 40.0427314512118 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4139, "tnode_": 4129, "lpoly_": null, "rpoly_": null, "length": 539.74996449000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 3200, "r_hundred": 0, "seg_id": 880458, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37962, "Shape__Length": 214.67090593217685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013141425293398, 40.056637592515202 ], [ -75.012885826966794, 40.056646379839599 ], [ -75.012278402982403, 40.056663901607799 ], [ -75.011977108197996, 40.056686432124103 ], [ -75.011743784714696, 40.0567197231682 ], [ -75.011549178966504, 40.0567516506337 ], [ -75.011389192694196, 40.056736409866303 ], [ -75.011244355822896, 40.056676890610703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4142, "tnode_": 4139, "lpoly_": null, "rpoly_": null, "length": 293.46594027999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 3100, "r_hundred": 0, "seg_id": 880459, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37963, "Shape__Length": 116.70379528416272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014189714347395, 40.056627743219501 ], [ -75.013141425293398, 40.056637592515202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3005, "tnode_": 3171, "lpoly_": null, "rpoly_": null, "length": 888.57064845000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 43340, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 880460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 37964, "Shape__Length": 353.89725241340409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005869080584105, 40.065487122463097 ], [ -75.003316258536202, 40.064037081302899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3397, "tnode_": 3335, "lpoly_": null, "rpoly_": null, "length": 729.3637449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODEN BRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9234, "l_t_add": 9298, "r_f_add": 9231, "r_t_add": 9299, "st_code": 84420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODEN BRIDGE RD", "stname": "WOODEN BRIDGE RD", "objectid": 37965, "Shape__Length": 290.12033235166518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015487223073293, 40.062476035429398 ], [ -75.012933774222006, 40.062875300508097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3626, "tnode_": 3397, "lpoly_": null, "rpoly_": null, "length": 1046.8739485400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODEN BRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9232, "r_f_add": 9201, "r_t_add": 9229, "st_code": 84420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880462, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODEN BRIDGE RD", "stname": "WOODEN BRIDGE RD", "objectid": 37966, "Shape__Length": 417.01671228989528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017500742500999, 40.060750505931402 ], [ -75.017625888107702, 40.060825242385 ], [ -75.017784255549699, 40.0609828721825 ], [ -75.017840468744893, 40.061110774167297 ], [ -75.017847783703502, 40.061249921818501 ], [ -75.0178163788121, 40.061388148728597 ], [ -75.017730119153299, 40.061525071177897 ], [ -75.017573572268802, 40.061642950552901 ], [ -75.017137361717303, 40.061888187946003 ], [ -75.016771907207598, 40.0620606570562 ], [ -75.016325582669793, 40.062236164013498 ], [ -75.015772973895906, 40.062404177053999 ], [ -75.015487223073293, 40.062476035429398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4170, "tnode_": 4074, "lpoly_": null, "rpoly_": null, "length": 356.53066477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9570, "l_t_add": 9598, "r_f_add": 9569, "r_t_add": 9599, "st_code": 28660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37967, "Shape__Length": 142.02576396291238 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994295221317799, 40.056050015097803 ], [ -74.993337259704305, 40.056694996507296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4194, "tnode_": 4142, "lpoly_": null, "rpoly_": null, "length": 79.48627383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 880466, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37968, "Shape__Length": 31.734261661761501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014197853513494, 40.056409633892997 ], [ -75.014189714347395, 40.056627743219501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4222, "tnode_": 4194, "lpoly_": null, "rpoly_": null, "length": 80.01583531, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43220, "l_hundred": 0, "r_hundred": 0, "seg_id": 880467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 37969, "Shape__Length": 31.945664492464754 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014194139448804, 40.056189999743303 ], [ -75.014197853513494, 40.056409633892997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4276, "tnode_": 4170, "lpoly_": null, "rpoly_": null, "length": 362.51090813999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9534, "l_t_add": 9568, "r_f_add": 9533, "r_t_add": 9567, "st_code": 28660, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 37970, "Shape__Length": 144.40003187605964 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995279203341099, 40.055403055873903 ], [ -74.994295221317799, 40.056050015097803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4668, "tnode_": 4579, "lpoly_": null, "rpoly_": null, "length": 235.22374927000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 64180, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880471, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERCH LN", "stname": "PERCH LN", "objectid": 37971, "Shape__Length": 93.72267390181878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018780038146105, 40.053555369623297 ], [ -75.018184933586596, 40.054011233399997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5398, "tnode_": 5500, "lpoly_": null, "rpoly_": null, "length": 234.28090284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4976, "l_t_add": 4978, "r_f_add": 4927, "r_t_add": 4929, "st_code": 13100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 37972, "Shape__Length": 93.364119399603126 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9939894490455, 40.048003916116798 ], [ -74.993439021776098, 40.047519491158702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5619, "tnode_": 5500, "lpoly_": null, "rpoly_": null, "length": 308.96969052000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 45820, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880473, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 37973, "Shape__Length": 123.03273642026716 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994313837886594, 40.0470024363823 ], [ -74.993439021776098, 40.047519491158702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6831, "tnode_": 6756, "lpoly_": null, "rpoly_": null, "length": 170.74796363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COTTAGE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8300, "l_t_add": 8310, "r_f_add": 8301, "r_t_add": 8307, "st_code": 25260, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 880475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COTTAGE ST", "stname": "COTTAGE ST", "objectid": 37974, "Shape__Length": 68.001347708202374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019166451119304, 40.0413708671393 ], [ -75.018704569749701, 40.041676929527 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3374, "tnode_": 3392, "lpoly_": null, "rpoly_": null, "length": 381.02395231000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 48732, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 880476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND PL", "stname": "LACKLAND PL", "objectid": 37975, "Shape__Length": 151.87684021618514 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984877702479395, 40.061894857974401 ], [ -74.984516193604094, 40.061544467678999 ], [ -74.984659576073895, 40.061451389136302 ], [ -74.985043159098097, 40.061797486775802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3290, "tnode_": 3299, "lpoly_": null, "rpoly_": null, "length": 302.0144755, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LACKLAND", "st_type": "TER", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 48734, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 880477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LACKLAND TER", "stname": "LACKLAND TER", "objectid": 37976, "Shape__Length": 120.41092896025339 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983608645533806, 40.062570849668802 ], [ -74.983369237112001, 40.062286411712698 ], [ -74.983529834632293, 40.062199111292202 ], [ -74.983779549733299, 40.062478790712198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3523, "tnode_": 3457, "lpoly_": null, "rpoly_": null, "length": 347.98792846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "TER", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 41585, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880478, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN TER", "stname": "HEGERMAN TER", "objectid": 37977, "Shape__Length": 138.60228599194232 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981717490356004, 40.060832580155399 ], [ -74.982162363333998, 40.061160659141699 ], [ -74.982076058903203, 40.061308736833602 ], [ -74.981660626176705, 40.061306155413703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4262, "tnode_": 4213, "lpoly_": null, "rpoly_": null, "length": 165.38541147000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN HALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9623, "r_t_add": 9699, "st_code": 30690, "l_hundred": 0, "r_hundred": 9600, "seg_id": 880479, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN HALL LN", "stname": "EDEN HALL LN", "objectid": 37978, "Shape__Length": 65.846952308514972 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985498107066903, 40.055335135205702 ], [ -74.985330359533606, 40.055412357749297 ], [ -74.985004747409107, 40.055584545039203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4262, "tnode_": 4159, "lpoly_": null, "rpoly_": null, "length": 194.703057, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN HALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9628, "l_t_add": 9698, "r_f_add": 0, "r_t_add": 0, "st_code": 30690, "l_hundred": 9600, "r_hundred": 0, "seg_id": 880480, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN HALL LN", "stname": "EDEN HALL LN", "objectid": 37979, "Shape__Length": 77.698218356343801 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985498107066903, 40.055335135205702 ], [ -74.985461914837899, 40.055449610021498 ], [ -74.985448272330899, 40.055533186490202 ], [ -74.985430793860203, 40.0556271599837 ], [ -74.985414916596696, 40.055681840384402 ], [ -74.985381782470895, 40.055741349728997 ], [ -74.985294889671195, 40.055837139020198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4572, "tnode_": 4262, "lpoly_": null, "rpoly_": null, "length": 1046.09466647, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN HALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9626, "r_f_add": 9601, "r_t_add": 9621, "st_code": 30690, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880481, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN HALL LN", "stname": "EDEN HALL LN", "objectid": 37980, "Shape__Length": 416.86617992347624 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987969188865506, 40.053402783246 ], [ -74.987872704982095, 40.053357263620398 ], [ -74.987792138307398, 40.053347029472903 ], [ -74.987694547288797, 40.0533571293957 ], [ -74.987606562314298, 40.053396502526603 ], [ -74.987555656552104, 40.053453362167502 ], [ -74.987540482153406, 40.053560868579702 ], [ -74.987497494521307, 40.0536884496589 ], [ -74.986986087268605, 40.054049548919302 ], [ -74.986276938501007, 40.054758544597398 ], [ -74.985880481361505, 40.055058509788303 ], [ -74.985498107066903, 40.055335135205702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5375, "tnode_": 5452, "lpoly_": null, "rpoly_": null, "length": 221.76726226, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYCAMORE", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 75820, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880482, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYCAMORE DR", "stname": "SYCAMORE DR", "objectid": 37981, "Shape__Length": 88.322951987888388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013772085486593, 40.048631519499203 ], [ -75.014381107178494, 40.048242237243898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5316, "tnode_": 5376, "lpoly_": null, "rpoly_": null, "length": 217.61405897, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEAL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 76800, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880483, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEAL AVE", "stname": "TEAL AVE", "objectid": 37982, "Shape__Length": 86.667880406558751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014292290177394, 40.0491199875284 ], [ -75.014892284683597, 40.048740200074697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5236, "tnode_": 5142, "lpoly_": null, "rpoly_": null, "length": 344.78331586000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 42360, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880484, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY DR", "stname": "HICKORY DR", "objectid": 37983, "Shape__Length": 137.29471711805283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0148386150303, 40.049626879856099 ], [ -75.013855970206507, 40.050197427687998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5415, "tnode_": 5236, "lpoly_": null, "rpoly_": null, "length": 603.90493971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 42360, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880485, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY DR", "stname": "HICKORY DR", "objectid": 37984, "Shape__Length": 240.54352672509418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016457396208594, 40.048536448837503 ], [ -75.015748437567396, 40.049085281665498 ], [ -75.0148386150303, 40.049626879856099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5262, "tnode_": 5143, "lpoly_": null, "rpoly_": null, "length": 348.83782227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRISPIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 26000, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880486, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRISPIN ST", "stname": "CRISPIN ST", "objectid": 37985, "Shape__Length": 138.98392184434454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016191588453694, 40.049510136345198 ], [ -75.016019028458402, 40.049777128444497 ], [ -75.015334285481103, 40.050174628580102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5080, "tnode_": 5109, "lpoly_": null, "rpoly_": null, "length": 235.31702164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEER", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 27920, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880487, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEER LN", "stname": "DEER LN", "objectid": 37986, "Shape__Length": 93.636403852164904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015643109051794, 40.050604709687001 ], [ -75.016405699485901, 40.050333003436101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4832, "tnode_": 4860, "lpoly_": null, "rpoly_": null, "length": 277.66853969, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROSE", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 69320, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880488, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROSE LN", "stname": "ROSE LN", "objectid": 37987, "Shape__Length": 110.48670504279488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016409336811805, 40.052325086932697 ], [ -75.016869563513694, 40.052098195622598 ], [ -75.016904170952202, 40.052087527773601 ], [ -75.017311937379404, 40.052090922571701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4703, "tnode_": 4756, "lpoly_": null, "rpoly_": null, "length": 237.11585159000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 55920, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880489, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDLAND AVE", "stname": "MIDLAND AVE", "objectid": 37988, "Shape__Length": 94.424927826246545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017009092883995, 40.053069546259898 ], [ -75.017685037127293, 40.052677294996499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4734, "tnode_": 4771, "lpoly_": null, "rpoly_": null, "length": 586.67598757999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIDLAND", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 55920, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880490, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MIDLAND AVE", "stname": "MIDLAND AVE", "objectid": 37989, "Shape__Length": 233.46422745244831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016903783451298, 40.052968916600399 ], [ -75.016607749222302, 40.053136325486498 ], [ -75.016566702923001, 40.0531434691977 ], [ -75.015381733177094, 40.053026385412203 ], [ -75.015028731712803, 40.052763736627099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4658, "tnode_": 4633, "lpoly_": null, "rpoly_": null, "length": 736.38946366000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAR DUST", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 74400, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880491, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAR DUST LN", "stname": "STAR DUST LN", "objectid": 37990, "Shape__Length": 293.00571635403747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0174142730433, 40.053430299918297 ], [ -75.017003349736399, 40.053750905149897 ], [ -75.016957113158995, 40.053765157427001 ], [ -75.016891272147006, 40.053770169686601 ], [ -75.015675160901395, 40.053743424626298 ], [ -75.015011050767697, 40.053545387882203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4630, "tnode_": 4671, "lpoly_": null, "rpoly_": null, "length": 235.44436006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STAR DUST", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 74400, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880492, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STAR DUST LN", "stname": "STAR DUST LN", "objectid": 37991, "Shape__Length": 93.812156910308701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017610708007794, 40.0535782079263 ], [ -75.018202853449296, 40.053119223962099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4599, "tnode_": 4514, "lpoly_": null, "rpoly_": null, "length": 540.35412302999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERCH", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 64180, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880493, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERCH LN", "stname": "PERCH LN", "objectid": 37992, "Shape__Length": 215.0845899090275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017974949005406, 40.053860256889301 ], [ -75.017360153056998, 40.054351534738402 ], [ -75.017334050401402, 40.054361878829297 ], [ -75.017293692530203, 40.054371884731999 ], [ -75.016322412243895, 40.0543543546206 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4229, "tnode_": 4222, "lpoly_": null, "rpoly_": null, "length": 114.65251109, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8834, "l_t_add": 8840, "r_f_add": 8833, "r_t_add": 8841, "st_code": 43240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880496, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 37993, "Shape__Length": 45.594041059966209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014603676440103, 40.056185550652202 ], [ -75.014194139448804, 40.056189999743303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4232, "tnode_": 4229, "lpoly_": null, "rpoly_": null, "length": 233.20928355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8818, "l_t_add": 8832, "r_f_add": 8817, "r_t_add": 8831, "st_code": 43240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880497, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 37994, "Shape__Length": 92.747995358455242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015428375398997, 40.0562012231957 ], [ -75.015241823345093, 40.0562282539492 ], [ -75.015172398269797, 40.056233451187097 ], [ -75.015107633039705, 40.056225239827697 ], [ -75.014904801723802, 40.056197068405197 ], [ -75.014827499713306, 40.056189950559997 ], [ -75.014603676440103, 40.056185550652202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4235, "tnode_": 4232, "lpoly_": null, "rpoly_": null, "length": 230.12104692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8800, "l_t_add": 8816, "r_f_add": 8801, "r_t_add": 8815, "st_code": 43240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880498, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 37995, "Shape__Length": 91.513158044078708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016249722306696, 40.056186918342704 ], [ -75.015661899925902, 40.056187081537999 ], [ -75.015428375398997, 40.0562012231957 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4239, "tnode_": 4235, "lpoly_": null, "rpoly_": null, "length": 229.73118535, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8736, "l_t_add": 8798, "r_f_add": 8735, "r_t_add": 8799, "st_code": 43240, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880499, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 37996, "Shape__Length": 91.357492781042723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017070384948994, 40.056183035513797 ], [ -75.016249722306696, 40.056186918342704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4217, "tnode_": 4349, "lpoly_": null, "rpoly_": null, "length": 431.1841021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AZALEA", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 14860, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880500, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AZALEA DR", "stname": "AZALEA DR", "objectid": 37997, "Shape__Length": 171.98983522686024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012964853446306, 40.056196316449999 ], [ -75.012960703837294, 40.055898496780799 ], [ -75.012944594828198, 40.0558415336831 ], [ -75.012895955296898, 40.055769651634698 ], [ -75.012331447649501, 40.055162124463301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4733, "tnode_": 4699, "lpoly_": null, "rpoly_": null, "length": 308.1553875, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMHERST", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 12480, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880501, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMHERST PL", "stname": "AMHERST PL", "objectid": 37998, "Shape__Length": 122.61413162643311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011841311393198, 40.053055673429299 ], [ -75.0128534090519, 40.053388335450002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4748, "tnode_": 4804, "lpoly_": null, "rpoly_": null, "length": 295.35515489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMHERST", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 12480, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880502, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMHERST PL", "stname": "AMHERST PL", "objectid": 37999, "Shape__Length": 117.57566185020846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011944266141299, 40.052929111732098 ], [ -75.011045518640401, 40.052504432621603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4817, "tnode_": 4788, "lpoly_": null, "rpoly_": null, "length": 284.90948153, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARVARD", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 41060, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880503, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARVARD PL", "stname": "HARVARD PL", "objectid": 38000, "Shape__Length": 113.3607711351512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012243046451601, 40.052503639958402 ], [ -75.013182406684393, 40.0528046226909 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4593, "tnode_": 4662, "lpoly_": null, "rpoly_": null, "length": 356.88799682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARTMOUTH", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 27460, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880504, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARTMOUTH PL", "stname": "DARTMOUTH PL", "objectid": 38001, "Shape__Length": 142.06200710476904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012498321357796, 40.053964197397399 ], [ -75.0118048369512, 40.053735601606697 ], [ -75.011737653332503, 40.053703534550401 ], [ -75.011401854785305, 40.053483618917902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4662, "tnode_": 4726, "lpoly_": null, "rpoly_": null, "length": 345.44009094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARTMOUTH", "st_type": "PL", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 27460, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880505, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARTMOUTH PL", "stname": "DARTMOUTH PL", "objectid": 38002, "Shape__Length": 137.56922741164746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011401854785305, 40.053483618917902 ], [ -75.010660887007802, 40.053013164045602 ], [ -75.010427378871299, 40.0529047442947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4417, "tnode_": 4586, "lpoly_": null, "rpoly_": null, "length": 496.06280047999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLIE", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9101, "l_t_add": 9199, "r_f_add": 9100, "r_t_add": 9198, "st_code": 31325, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880507, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLIE DR", "stname": "ELLIE DR", "objectid": 38003, "Shape__Length": 197.65847414642499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005973833312893, 40.054677891105598 ], [ -75.006655585018294, 40.054283943024501 ], [ -75.006672671654201, 40.054213274417997 ], [ -75.006650223694294, 40.054152597031802 ], [ -75.006161178596599, 40.053722302663303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2944, "tnode_": 2764, "lpoly_": null, "rpoly_": null, "length": 587.12952106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9424, "l_t_add": 9454, "r_f_add": 9423, "r_t_add": 9475, "st_code": 84370, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880508, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBRIDGE RD", "stname": "WOODBRIDGE RD", "objectid": 38004, "Shape__Length": 234.10589682674157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016539059903593, 40.066295370384601 ], [ -75.016416412765196, 40.066362817154598 ], [ -75.016097465258994, 40.066627494339599 ], [ -75.015821966361997, 40.066895490551097 ], [ -75.015427815297798, 40.067370811719599 ], [ -75.015283622514403, 40.067572435648401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4194, "tnode_": 4185, "lpoly_": null, "rpoly_": null, "length": 382.76818083000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3180, "r_t_add": 3198, "st_code": 43220, "l_hundred": 0, "r_hundred": 3100, "seg_id": 880511, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 38005, "Shape__Length": 152.21640594594476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014197853513494, 40.056409633892997 ], [ -75.012830482230797, 40.0564140107426 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4185, "tnode_": 4129, "lpoly_": null, "rpoly_": null, "length": 456.22041725999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3200, "r_t_add": 3298, "st_code": 43220, "l_hundred": 0, "r_hundred": 3200, "seg_id": 880512, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "HOLME AVE", "stname": "HOLME AVE", "objectid": 38006, "Shape__Length": 181.4644278254772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012830482230797, 40.0564140107426 ], [ -75.012591880201398, 40.056413122175599 ], [ -75.012379264060996, 40.056449192957899 ], [ -75.0119629448034, 40.056521545777201 ], [ -75.011714120176805, 40.056570465632802 ], [ -75.011480058479606, 40.056622021042699 ], [ -75.011244355822896, 40.056676890610703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5396, "tnode_": 5412, "lpoly_": null, "rpoly_": null, "length": 229.74154974000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9105, "l_hundred": 0, "r_hundred": 0, "seg_id": 880515, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F", "stname": "DELAWARE EXPY RAMP F", "objectid": 38007, "Shape__Length": 91.392412055509212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002874859868996, 40.048459478458497 ], [ -75.002734362666104, 40.048466635675702 ], [ -75.002648066697901, 40.048475799968898 ], [ -75.002525025022294, 40.048476471359102 ], [ -75.002419348445201, 40.048465972095102 ], [ -75.002334865687303, 40.048446285134403 ], [ -75.002254279439597, 40.0484099711881 ], [ -75.002183124436598, 40.048377886206097 ], [ -75.002105001328701, 40.048331275151902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5305, "tnode_": 5718, "lpoly_": null, "rpoly_": null, "length": 1351.8794763400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 880516, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 38008, "Shape__Length": 538.95404708133663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0024385445208, 40.049061914029103 ], [ -75.002343509507, 40.049013228992102 ], [ -75.002178342569906, 40.048972844692699 ], [ -75.002034389634005, 40.048928920048901 ], [ -75.001877003790796, 40.048869830653203 ], [ -75.001701566336294, 40.048789365748597 ], [ -75.001504426430699, 40.048686946816701 ], [ -75.001319078317906, 40.048554956554902 ], [ -75.001199773671502, 40.048448971473498 ], [ -75.001109352667797, 40.048327394324801 ], [ -75.001023008114799, 40.048192344632398 ], [ -75.000962348691502, 40.048033483515098 ], [ -75.000931121961401, 40.047845473595203 ], [ -75.0009425596607, 40.047650342682097 ], [ -75.001000079502106, 40.047450887465999 ], [ -75.001152290911307, 40.047180420131298 ], [ -75.001383211975806, 40.0468846977776 ], [ -75.001805253818205, 40.046316723837599 ], [ -75.001938462871195, 40.046118215810402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5349, "tnode_": 5412, "lpoly_": null, "rpoly_": null, "length": 185.45822772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "J", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9130, "l_hundred": 0, "r_hundred": 0, "seg_id": 880518, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP J", "stname": "DELAWARE EXPY RAMP J", "objectid": 38009, "Shape__Length": 73.982844573257879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0023831495796, 40.048793049058702 ], [ -75.002161264342405, 40.048440783726299 ], [ -75.002105001328701, 40.048331275151902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5412, "tnode_": 5718, "lpoly_": null, "rpoly_": null, "length": 837.93171414999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9105, "l_hundred": 0, "r_hundred": 0, "seg_id": 880519, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP F", "stname": "DELAWARE EXPY RAMP F", "objectid": 38010, "Shape__Length": 334.39780703328222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002105001328701, 40.048331275151902 ], [ -75.002040718228201, 40.048262831669298 ], [ -75.001961209501005, 40.048133373352101 ], [ -75.001862179130001, 40.047962739716397 ], [ -75.001791154780094, 40.047798203106801 ], [ -75.001732360898998, 40.047593250817201 ], [ -75.001682490410005, 40.0473423739355 ], [ -75.001674734934298, 40.047097933549203 ], [ -75.001699609689297, 40.046832560924102 ], [ -75.001758554330493, 40.046597857443601 ], [ -75.001849249857401, 40.046363913554003 ], [ -75.001938462871195, 40.046118215810402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5975, "tnode_": 5718, "lpoly_": null, "rpoly_": null, "length": 1010.18428076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9095, "l_hundred": 0, "r_hundred": 0, "seg_id": 880520, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP E", "stname": "DELAWARE EXPY RAMP E", "objectid": 38011, "Shape__Length": 403.07131284202069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003098352378402, 40.0434976271208 ], [ -75.003061921238498, 40.043711537783501 ], [ -75.002743737832105, 40.044412615207399 ], [ -75.002418459610595, 40.045126399271901 ], [ -75.002209508144503, 40.045594609730102 ], [ -75.002028386745096, 40.0459516078216 ], [ -75.001938462871195, 40.046118215810402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5303, "tnode_": 5257, "lpoly_": null, "rpoly_": null, "length": 1100.24530336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "G", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9120, "l_hundred": 0, "r_hundred": 0, "seg_id": 880521, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP G", "stname": "DELAWARE EXPY RAMP G", "objectid": 38012, "Shape__Length": 437.5390692258668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001749738126605, 40.0489685683132 ], [ -75.001417474348301, 40.048915552072799 ], [ -75.001013843702097, 40.048854328570698 ], [ -75.000542003110098, 40.048797388361599 ], [ -75.000088841631396, 40.048761626825097 ], [ -74.999770829904406, 40.048738552293798 ], [ -74.999523370316595, 40.048732627518397 ], [ -74.999312907249504, 40.0487376214558 ], [ -74.999130468595695, 40.048750187358998 ], [ -74.998962099069701, 40.048767215879899 ], [ -74.998775911007598, 40.048789286863702 ], [ -74.998567854503094, 40.0488229089244 ], [ -74.998401443553107, 40.048861221627703 ], [ -74.998139039664395, 40.048918390668199 ], [ -74.997877906825806, 40.048964966922703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5250, "tnode_": 4754, "lpoly_": null, "rpoly_": null, "length": 1843.0903911300002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8025A", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9050, "l_hundred": 0, "r_hundred": 0, "seg_id": 880522, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8025A", "stname": "DELAWARE EXPY RAMP 8025A", "objectid": 38013, "Shape__Length": 734.05383719801614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002853841090797, 40.049256486717098 ], [ -75.0032957978475, 40.049377283744001 ], [ -75.003870908258904, 40.049584756445903 ], [ -75.004155624949405, 40.049700980141402 ], [ -75.004420883063105, 40.049815809045398 ], [ -75.004764834207705, 40.049980804021502 ], [ -75.005267993462994, 40.050244158534099 ], [ -75.005770710710806, 40.050568277711001 ], [ -75.006165357920096, 40.050852145398203 ], [ -75.007888922321499, 40.052390334231497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5250, "tnode_": 5185, "lpoly_": null, "rpoly_": null, "length": 1161.55003794, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9125, "l_hundred": 0, "r_hundred": 0, "seg_id": 880523, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP H", "stname": "DELAWARE EXPY RAMP H", "objectid": 38014, "Shape__Length": 462.70614820005426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002853841090797, 40.049256486717098 ], [ -75.003029613230595, 40.049379888037102 ], [ -75.003215812399702, 40.049508107682797 ], [ -75.003316534797506, 40.0496145527122 ], [ -75.003395908944199, 40.0497294555 ], [ -75.0034370934451, 40.049807570248902 ], [ -75.003455250121306, 40.049877960154099 ], [ -75.003466338970895, 40.049949975088701 ], [ -75.003459064276299, 40.050014374911001 ], [ -75.003437508699193, 40.050085609356401 ], [ -75.003414635419205, 40.0501316987772 ], [ -75.003370051777196, 40.0501952074681 ], [ -75.003326193531393, 40.050240796033499 ], [ -75.003242113784694, 40.0502997722961 ], [ -75.003165537076399, 40.050346372499597 ], [ -75.003077953575797, 40.0503765651207 ], [ -75.002976525557699, 40.050402839485798 ], [ -75.002774901684901, 40.050424923651903 ], [ -75.002549151169006, 40.050408762412097 ], [ -75.002306198379003, 40.050356314351802 ], [ -75.002112940299497, 40.050287117934197 ], [ -75.001931920633893, 40.050203863618798 ], [ -75.001751991442902, 40.050093728448601 ], [ -75.001618263421193, 40.049995461544299 ], [ -75.001441166540999, 40.049815438676099 ], [ -75.001180643001504, 40.049601000790702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5250, "tnode_": 5303, "lpoly_": null, "rpoly_": null, "length": 326.5042345000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8025A", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9050, "l_hundred": 0, "r_hundred": 0, "seg_id": 880524, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8025A", "stname": "DELAWARE EXPY RAMP 8025A", "objectid": 38015, "Shape__Length": 129.88105587626083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002853841090797, 40.049256486717098 ], [ -75.002737589267895, 40.049224836525298 ], [ -75.002424656757, 40.049133914692099 ], [ -75.002144755503494, 40.049065148123802 ], [ -75.001749738126605, 40.0489685683132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6118, "tnode_": 5778, "lpoly_": null, "rpoly_": null, "length": 1096.1473317800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 880526, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 38016, "Shape__Length": 436.53534029383616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002506104547507, 40.044002013527702 ], [ -75.002228179514901, 40.044347881231097 ], [ -75.001966973019904, 40.044624605126202 ], [ -75.001759391887205, 40.044811780699 ], [ -75.001520445597194, 40.044987725170998 ], [ -75.0012969591249, 40.045118623714004 ], [ -75.001060555782402, 40.0452317447062 ], [ -75.000835838354007, 40.045316504604301 ], [ -75.000590293499897, 40.045395164553703 ], [ -75.0002352531898, 40.0455194188212 ], [ -74.999934422258605, 40.045651956710699 ], [ -74.999744275183403, 40.045745221949602 ], [ -74.999540030564106, 40.045859018874602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5778, "tnode_": 5497, "lpoly_": null, "rpoly_": null, "length": 787.04956115999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 880527, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 38017, "Shape__Length": 313.69266953945294 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999540030564106, 40.045859018874602 ], [ -74.9992710201455, 40.046025379755001 ], [ -74.999034344815101, 40.046201546689097 ], [ -74.998778050896107, 40.046426094483401 ], [ -74.997789792492895, 40.047534004561001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6052, "tnode_": 5902, "lpoly_": null, "rpoly_": null, "length": 398.76080481000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 17850, "l_hundred": 0, "r_hundred": 0, "seg_id": 880563, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON LN", "stname": "BLAKISTON LN", "objectid": 38018, "Shape__Length": 158.88417498558681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017451418458094, 40.044878521740699 ], [ -75.017493121669602, 40.044950513594699 ], [ -75.018418916352502, 40.045675537537498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5328, "tnode_": 5164, "lpoly_": null, "rpoly_": null, "length": 886.40561291000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9150, "l_hundred": 0, "r_hundred": 0, "seg_id": 880529, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP M", "stname": "DELAWARE EXPY RAMP M", "objectid": 38019, "Shape__Length": 352.66029812631649 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997063339354597, 40.048664264397999 ], [ -74.996774136659297, 40.048777813784497 ], [ -74.996382531399505, 40.048915957810898 ], [ -74.996064514921997, 40.049020965594799 ], [ -74.995757130402197, 40.0491182953592 ], [ -74.995418683694993, 40.049218052134897 ], [ -74.994484339251699, 40.049454218790999 ], [ -74.994275446666506, 40.049514781114503 ], [ -74.9941324598622, 40.049574367851399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5367, "tnode_": 5328, "lpoly_": null, "rpoly_": null, "length": 176.99343163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "L", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9145, "l_hundred": 0, "r_hundred": 0, "seg_id": 880530, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP L", "stname": "DELAWARE EXPY RAMP L", "objectid": 38020, "Shape__Length": 70.432340836478218 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9976295866025, 40.0484481832626 ], [ -74.997063339354597, 40.048664264397999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5497, "tnode_": 5502, "lpoly_": null, "rpoly_": null, "length": 338.44876115999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9075, "l_hundred": 0, "r_hundred": 0, "seg_id": 880531, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP C", "stname": "DELAWARE EXPY RAMP C", "objectid": 38021, "Shape__Length": 134.63828611795896 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997789792492895, 40.047534004561001 ], [ -74.997613875246202, 40.047614350931603 ], [ -74.997505993723195, 40.047650707294601 ], [ -74.997375649276407, 40.047678737390399 ], [ -74.997248545044698, 40.047689321082203 ], [ -74.997117168800202, 40.047680331148698 ], [ -74.997014106960407, 40.0476603382386 ], [ -74.996844208423099, 40.047601748347198 ], [ -74.996657108109105, 40.047549975135297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5497, "tnode_": 5423, "lpoly_": null, "rpoly_": null, "length": 267.17778576000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9080, "l_hundred": 0, "r_hundred": 0, "seg_id": 880532, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP D", "stname": "DELAWARE EXPY RAMP D", "objectid": 38022, "Shape__Length": 106.54274709612319 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997789792492895, 40.047534004561001 ], [ -74.997294873675102, 40.048161102405302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6118, "tnode_": 5636, "lpoly_": null, "rpoly_": null, "length": 1315.73055955, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3172, "l_t_add": 3194, "r_f_add": 3173, "r_t_add": 3195, "st_code": 1050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880533, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-11-14T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 38023, "Shape__Length": 524.71891349706755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002506104547507, 40.044002013527702 ], [ -75.002410711517697, 40.044271320328797 ], [ -75.002039092347104, 40.044989768936901 ], [ -75.001768852237703, 40.045471814300001 ], [ -75.001411962799693, 40.046000637850497 ], [ -75.000926527938702, 40.046564378376999 ], [ -75.000521543577804, 40.046972634051599 ], [ -75.000280724835704, 40.047140094707501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5454, "tnode_": 5328, "lpoly_": null, "rpoly_": null, "length": 251.33498918000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "M", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9150, "l_hundred": 0, "r_hundred": 0, "seg_id": 880534, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP M", "stname": "DELAWARE EXPY RAMP M", "objectid": 38024, "Shape__Length": 100.27691367349939 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997143265920897, 40.048026148144501 ], [ -74.997223201195894, 40.048189109210497 ], [ -74.997244486096605, 40.048288919303303 ], [ -74.997245602482494, 40.0483862997853 ], [ -74.997215792867095, 40.048496567773597 ], [ -74.997162567305296, 40.048559545402398 ], [ -74.997063339354597, 40.048664264397999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5305, "tnode_": 4754, "lpoly_": null, "rpoly_": null, "length": 2002.8306781599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "8025B", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9055, "l_hundred": 0, "r_hundred": 0, "seg_id": 880536, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP 8025B", "stname": "DELAWARE EXPY RAMP 8025B", "objectid": 38025, "Shape__Length": 797.63885773132904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0024385445208, 40.049061914029103 ], [ -75.0028769930083, 40.0491717520758 ], [ -75.003195220920503, 40.049267255033598 ], [ -75.003777760557497, 40.049464143583201 ], [ -75.004287582308905, 40.049670053331603 ], [ -75.004729931268102, 40.0498707611874 ], [ -75.005102617249904, 40.050062627584303 ], [ -75.005406222990899, 40.050231316827599 ], [ -75.005714010852898, 40.050424656370701 ], [ -75.006208043185197, 40.0507778280544 ], [ -75.007889085035103, 40.052254255363202 ], [ -75.007888922321499, 40.052390334231497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5305, "tnode_": 5636, "lpoly_": null, "rpoly_": null, "length": 2547.4288042800003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19136, "zip_right": 19136, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9070, "l_hundred": 0, "r_hundred": 0, "seg_id": 880538, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP B", "stname": "DELAWARE EXPY RAMP B", "objectid": 38026, "Shape__Length": 1014.9846268234718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0024385445208, 40.049061914029103 ], [ -75.002326630400802, 40.049039812100098 ], [ -75.002013565454803, 40.048966204378402 ], [ -75.000828295828597, 40.048665271077297 ], [ -75.000568841863696, 40.048593995695398 ], [ -75.000339072926096, 40.048512504875198 ], [ -75.000127713885405, 40.048412457158499 ], [ -74.999862413619297, 40.048263655024698 ], [ -74.999690763552294, 40.048127887426098 ], [ -74.999581496645703, 40.048035710931998 ], [ -74.999337158029903, 40.047791032500697 ], [ -74.999209583446103, 40.047627854912299 ], [ -74.999134706939003, 40.047471366264503 ], [ -74.999070744441894, 40.047306997812299 ], [ -74.999034006411904, 40.047080860079497 ], [ -74.999028249446596, 40.046874461415101 ], [ -74.999059870668802, 40.046704239963702 ], [ -74.999131615737397, 40.046502411322798 ], [ -74.999234563161593, 40.046314899873401 ], [ -74.999379953638098, 40.046125690672703 ], [ -74.999515979376994, 40.045993250274002 ], [ -74.999653662919201, 40.045906986600102 ], [ -74.999812075023598, 40.045832075072802 ], [ -75.000001137700494, 40.045785036269002 ], [ -75.000230775479807, 40.0457823916365 ], [ -75.000444579150098, 40.045840518225802 ], [ -75.000589087193703, 40.045915809946898 ], [ -75.000704309203599, 40.046035268109897 ], [ -75.000769702644007, 40.046164388698102 ], [ -75.000794970902504, 40.0463251169665 ], [ -75.000755530512293, 40.046514148774698 ], [ -75.000664599051603, 40.046666667937899 ], [ -75.000552610564796, 40.046815969032103 ], [ -75.000448996014995, 40.046932902420203 ], [ -75.000349786906796, 40.047028230044504 ], [ -75.000280724835704, 40.047140094707501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4418, "tnode_": 4611, "lpoly_": null, "rpoly_": null, "length": 525.11913571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 38120, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880539, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38027, "Shape__Length": 209.3770840944704 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983798042307001, 40.054211658753601 ], [ -74.982735243886793, 40.053023836445298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5216, "tnode_": 5365, "lpoly_": null, "rpoly_": null, "length": 467.26499739000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABERDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4501, "l_t_add": 4599, "r_f_add": 4500, "r_t_add": 4598, "st_code": 11100, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880541, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABERDALE RD", "stname": "ABERDALE RD", "objectid": 38028, "Shape__Length": 186.21183728196391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006564391547997, 40.0495860570568 ], [ -75.005460912892204, 40.048623697047802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3005, "tnode_": 2906, "lpoly_": null, "rpoly_": null, "length": 355.22718559000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9446, "r_f_add": 9401, "r_t_add": 9445, "st_code": 49960, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880542, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 38029, "Shape__Length": 141.7140171624032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005869080584105, 40.065487122463097 ], [ -75.005924502877605, 40.065543468453697 ], [ -75.005972969299506, 40.065630668227499 ], [ -75.0060010847304, 40.0657266007318 ], [ -75.0059921206133, 40.065849303999101 ], [ -75.005947941961196, 40.065952729687901 ], [ -75.005579202436607, 40.0663397186837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6105, "tnode_": 5999, "lpoly_": null, "rpoly_": null, "length": 269.72059428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4601, "l_t_add": 4699, "r_f_add": 4600, "r_t_add": 4698, "st_code": 17100, "l_hundred": 4600, "r_hundred": 4600, "seg_id": 880543, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38030, "Shape__Length": 107.49000031357247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008832737868502, 40.044452210082902 ], [ -75.009453374762202, 40.045018500056102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4418, "tnode_": 4642, "lpoly_": null, "rpoly_": null, "length": 693.41417725999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 45820, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880544, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-05-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 38031, "Shape__Length": 276.28791612864251 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983798042307001, 40.054211658753601 ], [ -74.984485080916301, 40.053727634399301 ], [ -74.9854879390669, 40.052938024950301 ], [ -74.985540395670398, 40.052864462564699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4611, "tnode_": 4801, "lpoly_": null, "rpoly_": null, "length": 589.82765471999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5001, "l_t_add": 5099, "r_f_add": 5000, "r_t_add": 5098, "st_code": 38120, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880545, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38032, "Shape__Length": 235.13991395662578 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982735243886793, 40.053023836445298 ], [ -74.982635700326099, 40.052864219139202 ], [ -74.981825431104298, 40.052055568973799 ], [ -74.981590928572999, 40.051832905379399 ], [ -74.9814816171057, 40.051727117537503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4801, "tnode_": 4958, "lpoly_": null, "rpoly_": null, "length": 542.29425372000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5101, "l_t_add": 5199, "r_f_add": 5100, "r_t_add": 5198, "st_code": 38120, "l_hundred": 5100, "r_hundred": 5100, "seg_id": 880546, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38033, "Shape__Length": 216.13538192243064 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9814816171057, 40.051727117537503 ], [ -74.980933041328598, 40.051222791162097 ], [ -74.980230177219994, 40.050590836809697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3614, "tnode_": 3584, "lpoly_": null, "rpoly_": null, "length": 138.13056244000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9924, "r_f_add": 9901, "r_t_add": 9923, "st_code": 41580, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 880548, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 38034, "Shape__Length": 55.031170201500011 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982627391278498, 40.0600043577995 ], [ -74.9822610009915, 40.060258367588602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5828, "tnode_": 5681, "lpoly_": null, "rpoly_": null, "length": 438.93343917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4499, "r_f_add": 4000, "r_t_add": 4498, "st_code": 47300, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880549, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38035, "Shape__Length": 174.88656986736109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013768854027404, 40.0459753679011 ], [ -75.014852191051901, 40.046846359054697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3165, "tnode_": 3135, "lpoly_": null, "rpoly_": null, "length": 226.96962244000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9832, "r_f_add": 9801, "r_t_add": 9833, "st_code": 19210, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOK LN", "stname": "BROOK LN", "objectid": 38036, "Shape__Length": 90.297987744523581 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990254747370699, 40.0638958685985 ], [ -74.990181972075106, 40.063922133844102 ], [ -74.990091323924602, 40.063930364705101 ], [ -74.989874076590198, 40.063942495296899 ], [ -74.989705606669105, 40.0639766137325 ], [ -74.989477229496899, 40.064049267544497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3600, "tnode_": 3806, "lpoly_": null, "rpoly_": null, "length": 714.08247599000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 30680, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 880551, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDEN ST", "stname": "EDEN ST", "objectid": 38037, "Shape__Length": 284.78558592005811 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996901720698503, 40.0603937977586 ], [ -74.9966918719864, 40.060281055011203 ], [ -74.9965111307435, 40.060185528658799 ], [ -74.996360237400395, 40.0600856497921 ], [ -74.996242484928104, 40.059981499259102 ], [ -74.996145213156495, 40.059860107451399 ], [ -74.996082938031506, 40.059769952722696 ], [ -74.996027661496001, 40.0596698323411 ], [ -74.995650495990304, 40.058764542584903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4186, "tnode_": 4088, "lpoly_": null, "rpoly_": null, "length": 342.60580077999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9226, "r_f_add": 9201, "r_t_add": 9223, "st_code": 50300, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 38038, "Shape__Length": 136.55248098700054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004733586881301, 40.056196902541103 ], [ -75.004596113716303, 40.056207816409703 ], [ -75.004486509163698, 40.056245655760598 ], [ -75.004361858257496, 40.056312947961402 ], [ -75.004181420255506, 40.056457693789497 ], [ -75.004104963229096, 40.0565665961471 ], [ -75.004046680016003, 40.056705744477398 ], [ -75.004009173177593, 40.056857570830601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4186, "tnode_": 3954, "lpoly_": null, "rpoly_": null, "length": 863.69648398000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ETTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 32300, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ETTA ST", "stname": "ETTA ST", "objectid": 38039, "Shape__Length": 344.21316144699011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004733586881301, 40.056196902541103 ], [ -75.004822866791201, 40.056219623352 ], [ -75.004920377908604, 40.056275188040203 ], [ -75.006804272968793, 40.0579389514497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5046, "tnode_": 4835, "lpoly_": null, "rpoly_": null, "length": 1332.7696951100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMES", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 45820, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880555, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMES ST", "stname": "JAMES ST", "objectid": 38040, "Shape__Length": 530.85738169680701 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988761135009099, 40.050203210593502 ], [ -74.988738096467401, 40.050233348974601 ], [ -74.987363177400297, 40.051059277997098 ], [ -74.986839861037794, 40.051393722754099 ], [ -74.985843185508301, 40.052043191989497 ], [ -74.985802285671895, 40.052059386736303 ], [ -74.985757338858505, 40.052065177672503 ], [ -74.985722304029196, 40.052047154886402 ], [ -74.985163823862393, 40.051555710041399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5115, "tnode_": 5046, "lpoly_": null, "rpoly_": null, "length": 245.69927837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 24905, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880556, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 38041, "Shape__Length": 97.901092551671638 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988169100935295, 40.0497313632901 ], [ -74.988302296767799, 40.049760828022102 ], [ -74.988744996450905, 40.050167870274599 ], [ -74.988761135009099, 40.050203210593502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6220, "tnode_": 6873, "lpoly_": null, "rpoly_": null, "length": 1106.0404072800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4999, "r_f_add": 4700, "r_t_add": 4998, "st_code": 64040, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 38042, "Shape__Length": 440.65704465148639 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009598135913194, 40.043934086650502 ], [ -75.008313769294801, 40.042909932935302 ], [ -75.006859585537995, 40.041745864347703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4773, "tnode_": 4848, "lpoly_": null, "rpoly_": null, "length": 147.74885576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4901, "l_t_add": 4999, "r_f_add": 4900, "r_t_add": 4998, "st_code": 24905, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880558, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 38043, "Shape__Length": 58.881372483513317 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991568998985301, 40.052137390018302 ], [ -74.991218066119899, 40.051834453084702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4840, "tnode_": 4782, "lpoly_": null, "rpoly_": null, "length": 90.02631979, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 41580, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 880559, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 38044, "Shape__Length": 35.860997472853938 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994990529520905, 40.0517433850084 ], [ -74.994940190304504, 40.051765459491399 ], [ -74.994750835169597, 40.051906415875401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6052, "tnode_": 6215, "lpoly_": null, "rpoly_": null, "length": 357.6433145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKISTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4019, "r_f_add": 4000, "r_t_add": 4298, "st_code": 17860, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880560, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKISTON ST", "stname": "BLAKISTON ST", "objectid": 38045, "Shape__Length": 142.50658899675142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017451418458094, 40.044878521740699 ], [ -75.017400531400199, 40.044794609348003 ], [ -75.016596204002695, 40.044155455580501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6052, "tnode_": 5889, "lpoly_": null, "rpoly_": null, "length": 419.05716337999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8500, "l_t_add": 8502, "r_f_add": 8501, "r_t_add": 8523, "st_code": 34960, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 880562, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-09-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 38046, "Shape__Length": 166.94119635341849 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017451418458094, 40.044878521740699 ], [ -75.016379663501795, 40.045681538318703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3393, "tnode_": 3342, "lpoly_": null, "rpoly_": null, "length": 785.75703994999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARVEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 36280, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 880564, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARVEY DR", "stname": "GARVEY DR", "objectid": 38047, "Shape__Length": 313.07662597989844 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986377018485001, 40.061870143449603 ], [ -74.985648946655601, 40.0623493268467 ], [ -74.984966684991505, 40.0627351169245 ], [ -74.984899571196493, 40.062754952614398 ], [ -74.9848376910832, 40.0627320125759 ], [ -74.984347692229804, 40.062188141906603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3477, "tnode_": 3440, "lpoly_": null, "rpoly_": null, "length": 271.43074165000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT DENIS", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 74070, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 880565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT DENIS DR", "stname": "SAINT DENIS DR", "objectid": 38048, "Shape__Length": 108.18947754304139 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983351210570007, 40.061164503344301 ], [ -74.983695797275502, 40.061491383979003 ], [ -74.983848841482697, 40.061626181338298 ], [ -74.983708141909602, 40.061723656737101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4040, "tnode_": 4139, "lpoly_": null, "rpoly_": null, "length": 468.30074929, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILLITS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3152, "r_t_add": 3298, "st_code": 83420, "l_hundred": 3200, "r_hundred": 3100, "seg_id": 880567, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILLITS RD", "stname": "WILLITS RD", "objectid": 38049, "Shape__Length": 186.5183634643561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0144466456195, 40.057433992419902 ], [ -75.014170525390298, 40.057246069541101 ], [ -75.013370348901006, 40.056726483797398 ], [ -75.013141425293398, 40.056637592515202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4013, "tnode_": 3927, "lpoly_": null, "rpoly_": null, "length": 302.4175258, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3141, "l_t_add": 3199, "r_f_add": 3112, "r_t_add": 3198, "st_code": 33220, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880569, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2006-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 38050, "Shape__Length": 120.54012690297616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016534630159498, 40.057695294585102 ], [ -75.016249912857504, 40.057946699499396 ], [ -75.015831895839696, 40.058325821085099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4040, "tnode_": 3959, "lpoly_": null, "rpoly_": null, "length": 277.31065849000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EXETER", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 32560, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880573, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EXETER RD", "stname": "EXETER RD", "objectid": 38051, "Shape__Length": 110.53122110215259 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0144466456195, 40.057433992419902 ], [ -75.014168574134104, 40.057686113740097 ], [ -75.013800275540106, 40.058010863613298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4129, "tnode_": 4001, "lpoly_": null, "rpoly_": null, "length": 384.99283142999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 27780, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880575, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEAN PLZ", "stname": "DEAN PLZ", "objectid": 38052, "Shape__Length": 153.66143792465655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011244355822896, 40.056676890610703 ], [ -75.0114449818618, 40.0571843707041 ], [ -75.011622981334199, 40.057692761767697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4990, "tnode_": 5216, "lpoly_": null, "rpoly_": null, "length": 756.23822916999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABERDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 11100, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880578, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABERDALE RD", "stname": "ABERDALE RD", "objectid": 38053, "Shape__Length": 301.34270412696833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008397393241793, 40.050994972179303 ], [ -75.0083584535016, 40.051019078841399 ], [ -75.008303933312106, 40.051036575600797 ], [ -75.008266110298607, 40.051040329587302 ], [ -75.008201903699302, 40.051019101789699 ], [ -75.008146502796194, 40.050977676894703 ], [ -75.008107696935198, 40.050929129607901 ], [ -75.00805310458, 40.0508676726499 ], [ -75.007964402532494, 40.050802895646001 ], [ -75.006564391547997, 40.0495860570568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5216, "tnode_": 5121, "lpoly_": null, "rpoly_": null, "length": 287.43105046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8924, "l_t_add": 8998, "r_f_add": 8923, "r_t_add": 8999, "st_code": 45760, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880580, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 38054, "Shape__Length": 114.47644987172586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006564391547997, 40.0495860570568 ], [ -75.006477520813206, 40.0496222603918 ], [ -75.006141652039204, 40.049843134307103 ], [ -75.005774899184701, 40.050088003667099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5365, "tnode_": 5284, "lpoly_": null, "rpoly_": null, "length": 281.54461405000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8924, "l_t_add": 8998, "r_f_add": 8923, "r_t_add": 8999, "st_code": 28660, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 38055, "Shape__Length": 112.14761120322886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005460912892204, 40.048623697047802 ], [ -75.0050459037802, 40.0489017883868 ], [ -75.004712574854594, 40.049139865163397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4990, "tnode_": 5266, "lpoly_": null, "rpoly_": null, "length": 801.55089593000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4417, "l_t_add": 4499, "r_f_add": 4414, "r_t_add": 4498, "st_code": 77520, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 880585, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 38056, "Shape__Length": 319.52929386010226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008397393241793, 40.050994972179303 ], [ -75.008425998266006, 40.0509617902703 ], [ -75.008435965290801, 40.050916912911497 ], [ -75.008432847878098, 40.0508729766673 ], [ -75.008416697860497, 40.050828728495802 ], [ -75.008419136677304, 40.050808736289397 ], [ -75.008428142447102, 40.050787646527802 ], [ -75.008494474090597, 40.050741976085398 ], [ -75.008552342081998, 40.050700380064697 ], [ -75.008616525264799, 40.050645517922298 ], [ -75.008663879785999, 40.050572774480898 ], [ -75.008676924946798, 40.050522892180297 ], [ -75.0086767207642, 40.050481603399 ], [ -75.0086710957397, 40.0504250032835 ], [ -75.008650159909095, 40.050378135089503 ], [ -75.008625712444697, 40.0503374490685 ], [ -75.007369033590606, 40.049249135960601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5266, "tnode_": 5216, "lpoly_": null, "rpoly_": null, "length": 256.56511522999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8900, "l_t_add": 8922, "r_f_add": 8901, "r_t_add": 8921, "st_code": 45760, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880586, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 38057, "Shape__Length": 102.11081297260702 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007369033590606, 40.049249135960601 ], [ -75.006974878465897, 40.049420749011503 ], [ -75.006564391547997, 40.0495860570568 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5435, "tnode_": 5365, "lpoly_": null, "rpoly_": null, "length": 205.10302645000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8910, "l_t_add": 8922, "r_f_add": 8911, "r_t_add": 8921, "st_code": 28660, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 880589, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 38058, "Shape__Length": 81.692174436355117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006015133622896, 40.0482554760952 ], [ -75.005791170039302, 40.048404157171298 ], [ -75.005460912892204, 40.048623697047802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6492, "tnode_": 6345, "lpoly_": null, "rpoly_": null, "length": 330.82967909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8672, "r_f_add": 8601, "r_t_add": 8673, "st_code": 77600, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880606, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 38059, "Shape__Length": 131.75949967213239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011395622579101, 40.042736853537498 ], [ -75.010964397247207, 40.0430216326695 ], [ -75.010503372639405, 40.043332223186397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4243, "tnode_": 4239, "lpoly_": null, "rpoly_": null, "length": 548.48463594999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8700, "l_t_add": 8734, "r_f_add": 8701, "r_t_add": 8733, "st_code": 43240, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 880612, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 38060, "Shape__Length": 218.11654480672598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019029749900895, 40.056178412961202 ], [ -75.017070384948994, 40.056183035513797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6267, "tnode_": 6133, "lpoly_": null, "rpoly_": null, "length": 331.13779934000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DITMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8630, "r_f_add": 8601, "r_t_add": 8629, "st_code": 28660, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DITMAN ST", "stname": "DITMAN ST", "objectid": 38061, "Shape__Length": 131.88502671523125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012710241771501, 40.043788910132797 ], [ -75.012254498776301, 40.044103265632998 ], [ -75.011818375324907, 40.044385769685498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4219, "tnode_": 4217, "lpoly_": null, "rpoly_": null, "length": 228.0822092, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLME", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8852, "l_t_add": 8898, "r_f_add": 8849, "r_t_add": 8899, "st_code": 43240, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880633, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLME DR", "stname": "HOLME DR", "objectid": 38062, "Shape__Length": 90.701819954547531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013779547457304, 40.056186828369803 ], [ -75.012964853446306, 40.056196316449999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21316, "tnode_": 21402, "lpoly_": null, "rpoly_": null, "length": 385.77390704000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19106, "zip_right": 19106, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 880634, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2005-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 38063, "Shape__Length": 153.71962576336156 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.142150120725205, 39.949683153773996 ], [ -75.142074345564097, 39.949650680935598 ], [ -75.142011286287797, 39.949609401321297 ], [ -75.141977008734202, 39.949547044276898 ], [ -75.141939276133797, 39.948686709465001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27008, "tnode_": 3600, "lpoly_": null, "rpoly_": null, "length": 575.32239951000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 50300, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880635, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-24T00:00:00Z", "newsegdate": "1998-05-22T00:00:00Z", "multi_rep": 0, "streetlabe": "LEON ST", "stname": "LEON ST", "objectid": 38064, "Shape__Length": 229.09468536191335 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998591907227507, 40.059495145030098 ], [ -74.996901720698503, 40.0603937977586 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4500, "tnode_": 27926, "lpoly_": null, "rpoly_": null, "length": 20.63639645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 880645, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-09T00:00:00Z", "newsegdate": "1999-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38065, "Shape__Length": 8.2385664987871419 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982204277436196, 40.053769711244399 ], [ -74.982201400511101, 40.053826317382899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4137, "tnode_": 27927, "lpoly_": null, "rpoly_": null, "length": 21.56728288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 880646, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38066, "Shape__Length": 8.6042265382040259 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984251710604397, 40.055442935525498 ], [ -74.984218624881805, 40.055496403157299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4120, "tnode_": 27928, "lpoly_": null, "rpoly_": null, "length": 5.62842387, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 880647, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38067, "Shape__Length": 2.2443410062784199 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984285114299496, 40.0558824491889 ], [ -74.984273892863001, 40.055895269769501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28111, "tnode_": 4027, "lpoly_": null, "rpoly_": null, "length": 365.70399375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9542, "r_f_add": 9501, "r_t_add": 9543, "st_code": 45760, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880648, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-25T00:00:00Z", "newsegdate": "2000-04-25T00:00:00Z", "multi_rep": 0, "streetlabe": "JACKSON ST", "stname": "JACKSON ST", "objectid": 38068, "Shape__Length": 145.68285479558119 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996506166769194, 40.056476284324603 ], [ -74.995526454297305, 40.057140398311503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28111, "tnode_": 4197, "lpoly_": null, "rpoly_": null, "length": 258.38615083999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4501, "l_t_add": 4521, "r_f_add": 4500, "r_t_add": 4518, "st_code": 24905, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880649, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-11-12T00:00:00Z", "newsegdate": "2000-04-25T00:00:00Z", "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 38069, "Shape__Length": 102.98585496391091 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996506166769194, 40.056476284324603 ], [ -74.995903734642397, 40.055938881600099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3426, "tnode_": 30007, "lpoly_": null, "rpoly_": null, "length": 2854.1258270999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4899, "r_f_add": 4000, "r_t_add": 4898, "st_code": 74820, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 880652, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-11-17T00:00:00Z", "newsegdate": "2003-05-29T00:00:00Z", "multi_rep": 0, "streetlabe": "STEVENSON ST", "stname": "STEVENSON ST", "objectid": 38070, "Shape__Length": 1138.0561046641378 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988390743981896, 40.0616412655395 ], [ -74.988316443417304, 40.061587312371003 ], [ -74.986220382151004, 40.059684691969302 ], [ -74.986107782129196, 40.059599844642896 ], [ -74.984589672794002, 40.0582561472308 ], [ -74.984555452294998, 40.058211892944399 ], [ -74.984553123040001, 40.058187912615203 ], [ -74.984557479942197, 40.058166583777798 ], [ -74.984637279773906, 40.0580622280794 ], [ -74.984668704321507, 40.058032619360802 ], [ -74.984712213348303, 40.057991692135801 ], [ -74.984770783376305, 40.057923441174196 ], [ -74.984909766600794, 40.057764245257601 ], [ -74.985056351549105, 40.057603892244998 ], [ -74.985106793168995, 40.057535446406703 ], [ -74.985195085403006, 40.057393785071298 ], [ -74.985299620417095, 40.057181513990798 ], [ -74.985326801952795, 40.057113401284099 ], [ -74.985339325173797, 40.057062796804999 ], [ -74.985341470442094, 40.057010156672803 ], [ -74.985332583308093, 40.0569715401925 ], [ -74.985310998764007, 40.056930832240099 ], [ -74.985274427872795, 40.056887083865597 ], [ -74.985181168344099, 40.056794192114197 ], [ -74.985066774642107, 40.0566923071977 ], [ -74.9849773067358, 40.056606204157802 ], [ -74.984838351960093, 40.056479614386703 ], [ -74.984792639767306, 40.056432073990898 ], [ -74.984744025650699, 40.056370173685799 ], [ -74.984705860948793, 40.056308525775201 ], [ -74.984690660556694, 40.056282260497099 ], [ -74.984644956144294, 40.056148984475101 ], [ -74.984579183075795, 40.055866526554297 ], [ -74.984558692193701, 40.055770474113999 ], [ -74.984521054969207, 40.055524863189 ], [ -74.984514188439206, 40.055501444928801 ], [ -74.984628755362394, 40.055255142906098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4495, "tnode_": 28791, "lpoly_": null, "rpoly_": null, "length": 211.29954067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3801, "l_t_add": 3815, "r_f_add": 3800, "r_t_add": 3820, "st_code": 60880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880654, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-15T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK DR", "stname": "OAK DR", "objectid": 38071, "Shape__Length": 84.074427221180883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012146843301295, 40.054524265022501 ], [ -75.011449739468802, 40.054301822589203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28791, "tnode_": 4582, "lpoly_": null, "rpoly_": null, "length": 203.84542372000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3824, "l_t_add": 3898, "r_f_add": 3845, "r_t_add": 3899, "st_code": 60880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880655, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-16T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK DR", "stname": "OAK DR", "objectid": 38072, "Shape__Length": 81.191577318013415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011449739468802, 40.054301822589203 ], [ -75.011445061427693, 40.054300329750902 ], [ -75.010889302991103, 40.053944812757102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28791, "tnode_": 28792, "lpoly_": null, "rpoly_": null, "length": 174.8104132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAK", "st_type": "DR", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3817, "l_t_add": 3843, "r_f_add": 3822, "r_t_add": 3822, "st_code": 60880, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 880656, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-16T00:00:00Z", "newsegdate": "2003-12-15T00:00:00Z", "multi_rep": 0, "streetlabe": "OAK DR", "stname": "OAK DR", "objectid": 38073, "Shape__Length": 69.679544018349858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011449739468802, 40.054301822589203 ], [ -75.0110536992823, 40.054672844819898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5486, "tnode_": 28984, "lpoly_": null, "rpoly_": null, "length": 670.21024578999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 47620, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 880657, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": "2005-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 38074, "Shape__Length": 266.94609693925952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996801821410003, 40.047686538142102 ], [ -74.994995508362095, 40.048893927788299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28984, "tnode_": 5205, "lpoly_": null, "rpoly_": null, "length": 41.75968669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEYSTONE", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 47620, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 880658, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": "2005-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "KEYSTONE ST", "stname": "KEYSTONE ST", "objectid": 38075, "Shape__Length": 16.633123472042495 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994995508362095, 40.048893927788299 ], [ -74.994882957640499, 40.048969157085097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28984, "tnode_": 28983, "lpoly_": null, "rpoly_": null, "length": 141.05747817, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4962, "l_t_add": 4974, "r_f_add": 4919, "r_t_add": 4925, "st_code": 13100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880659, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": "2005-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 38076, "Shape__Length": 56.219217199242593 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994995508362095, 40.048893927788299 ], [ -74.994673016822105, 40.048596415818999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28985, "tnode_": 28984, "lpoly_": null, "rpoly_": null, "length": 100.62917595, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARENDELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4916, "l_t_add": 4960, "r_f_add": 4909, "r_t_add": 4917, "st_code": 13100, "l_hundred": 4900, "r_hundred": 4900, "seg_id": 880660, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2010-09-15T00:00:00Z", "newsegdate": "2005-10-26T00:00:00Z", "multi_rep": 0, "streetlabe": "ARENDELL AVE", "stname": "ARENDELL AVE", "objectid": 38077, "Shape__Length": 40.115117511548348 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995198973885607, 40.049114578187798 ], [ -74.995004570459699, 40.048939402932298 ], [ -74.994995508362095, 40.048893927788299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5975, "tnode_": 5257, "lpoly_": null, "rpoly_": null, "length": 2540.8345770199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3164, "l_t_add": 3212, "r_f_add": 3163, "r_t_add": 3211, "st_code": 1060, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880663, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 38078, "Shape__Length": 1012.8102701194915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003098352378402, 40.0434976271208 ], [ -75.002897904205696, 40.043837884685097 ], [ -75.002102387121795, 40.045432299516698 ], [ -75.001952113256706, 40.045698743298203 ], [ -75.001761274205293, 40.046007638636802 ], [ -75.001465825063505, 40.046414447003301 ], [ -75.001217760536505, 40.046697547137903 ], [ -75.000919643491599, 40.046995732059401 ], [ -75.000541878234003, 40.047342218072899 ], [ -75.000092123092699, 40.0477222616489 ], [ -74.999911901152004, 40.047848414032103 ], [ -74.999616007316007, 40.048055535255003 ], [ -74.999185299979402, 40.048313903142301 ], [ -74.998878496820296, 40.048477534572498 ], [ -74.998649582038695, 40.048595899693403 ], [ -74.998397046643902, 40.048715172728798 ], [ -74.998133940859503, 40.048840537306098 ], [ -74.997877906825806, 40.048964966922703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5636, "tnode_": 5164, "lpoly_": null, "rpoly_": null, "length": 1977.8583349800001, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3196, "l_t_add": 3230, "r_f_add": 3197, "r_t_add": 3231, "st_code": 1050, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 880664, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 38079, "Shape__Length": 787.17348388571634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000280724835704, 40.047140094707501 ], [ -74.999981393611407, 40.047404792669802 ], [ -74.999645006029596, 40.0476443847827 ], [ -74.999446853180899, 40.047785518032597 ], [ -74.999066748229595, 40.048015243930898 ], [ -74.998599769347194, 40.048297166193301 ], [ -74.998192204217801, 40.048507233570803 ], [ -74.997860751357905, 40.048654734817298 ], [ -74.997567163603307, 40.048768263106602 ], [ -74.997035658272395, 40.048945889274698 ], [ -74.996554993225402, 40.049091417491702 ], [ -74.994560513465501, 40.049509981941803 ], [ -74.9941324598622, 40.049574367851399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5257, "tnode_": 4120, "lpoly_": null, "rpoly_": null, "length": 4726.31753828, "stcl2_": null, "stcl2_id": null, "pre_dir": "SB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3214, "l_t_add": 3306, "r_f_add": 3213, "r_t_add": 3305, "st_code": 1060, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880665, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 2, "streetlabe": "SB DELAWARE EXPY", "stname": "SB DELAWARE EXPY", "objectid": 38080, "Shape__Length": 1881.844634947573 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997877906825806, 40.048964966922703 ], [ -74.997433605866703, 40.049109301123799 ], [ -74.996837720440794, 40.049296488506798 ], [ -74.996197749904596, 40.049450888671302 ], [ -74.995427472214402, 40.049611677849697 ], [ -74.993067770432404, 40.050076981559201 ], [ -74.992040543492806, 40.050363249821203 ], [ -74.990938810172807, 40.0507555917508 ], [ -74.989715776045799, 40.051287781110503 ], [ -74.988656024763898, 40.051865128303703 ], [ -74.988027792710596, 40.052287859822499 ], [ -74.987487458536194, 40.052680975201802 ], [ -74.986855080632907, 40.053205127861297 ], [ -74.986352879910797, 40.053675301052102 ], [ -74.985860463091498, 40.054209160820399 ], [ -74.984989436042099, 40.055117806137297 ], [ -74.984396500852199, 40.055750094704003 ], [ -74.984285114299496, 40.0558824491889 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5164, "tnode_": 4137, "lpoly_": null, "rpoly_": null, "length": 3595.2274595900003, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3232, "l_t_add": 3306, "r_f_add": 3233, "r_t_add": 3305, "st_code": 1050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880666, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2006-09-13T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 38081, "Shape__Length": 1431.8269435095028 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9941324598622, 40.049574367851399 ], [ -74.993361880082006, 40.049747732986901 ], [ -74.992653266048293, 40.049914742949603 ], [ -74.991930985869899, 40.050113147958001 ], [ -74.990997454430101, 40.050430211322201 ], [ -74.989998309600594, 40.050837698852803 ], [ -74.989252291535294, 40.051213189523999 ], [ -74.988445554988701, 40.051660187985597 ], [ -74.987954211322602, 40.051965646816498 ], [ -74.987498950723406, 40.052297353514497 ], [ -74.986919556818293, 40.0527371178244 ], [ -74.986155947191406, 40.053442127337902 ], [ -74.985215710326699, 40.054428427341101 ], [ -74.984801833750595, 40.054844131790098 ], [ -74.984251710604397, 40.055442935525498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7049, "tnode_": 29291, "lpoly_": null, "rpoly_": null, "length": 1913.3069114699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5001, "l_t_add": 5299, "r_f_add": 5000, "r_t_add": 5298, "st_code": 64040, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 880668, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-07-25T00:00:00Z", "newsegdate": "2008-05-08T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK ST", "stname": "PENNYPACK ST", "objectid": 38082, "Shape__Length": 762.3573930387048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004839833267198, 40.040132298352503 ], [ -75.002508445046104, 40.038084417242999 ], [ -75.000321193537403, 40.0361924295349 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 6712, "tnode_": 29699, "lpoly_": null, "rpoly_": null, "length": 391.89575094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 41580, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 880670, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2011-03-25T00:00:00Z", "newsegdate": "2011-03-25T00:00:00Z", "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 38083, "Shape__Length": 156.07284300862631 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010102912433396, 40.041680526966999 ], [ -75.009038272745201, 40.0423789289623 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3846, "tnode_": 29878, "lpoly_": null, "rpoly_": null, "length": 955.69147444000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4701, "l_t_add": 4749, "r_f_add": 4700, "r_t_add": 4748, "st_code": 38120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880671, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-11-24T00:00:00Z", "newsegdate": "2014-11-24T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38084, "Shape__Length": 380.91489816513104 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987981882575397, 40.0582244047025 ], [ -74.985908545649707, 40.056386392294399 ], [ -74.985746564459106, 40.056241413006703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29878, "tnode_": 4159, "lpoly_": null, "rpoly_": null, "length": 194.10006232000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4750, "l_t_add": 4798, "r_f_add": 4751, "r_t_add": 4799, "st_code": 38120, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 880672, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-11-24T00:00:00Z", "newsegdate": "2014-11-24T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38085, "Shape__Length": 77.363436683063327 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985746564459106, 40.056241413006703 ], [ -74.985294889671195, 40.055837139020198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29878, "tnode_": 29879, "lpoly_": null, "rpoly_": null, "length": 734.0816569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TULIP", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 78020, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 880673, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2014-11-24T00:00:00Z", "newsegdate": "2014-11-24T00:00:00Z", "multi_rep": 0, "streetlabe": "TULIP ST", "stname": "TULIP ST", "objectid": 38086, "Shape__Length": 292.43040355835012 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985746564459106, 40.056241413006703 ], [ -74.987705649057006, 40.054901852945001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27927, "tnode_": 27934, "lpoly_": null, "rpoly_": null, "length": 11613.50618703, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3233, "r_t_add": 3305, "st_code": 1050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880674, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2006-09-13T00:00:00Z", "newsegdate": "2015-05-20T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 38087, "Shape__Length": 4628.0198321735634 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984218624881805, 40.055496403157299 ], [ -74.982400192546095, 40.057374713861101 ], [ -74.980607946176903, 40.058869259127903 ], [ -74.978359430673393, 40.060138205819001 ], [ -74.976365755445499, 40.061091410212001 ], [ -74.974932075562293, 40.0617791699325 ], [ -74.971629835472697, 40.063315777745203 ], [ -74.970414339704405, 40.063901474632502 ], [ -74.967037416398696, 40.065665021263101 ], [ -74.964923225357694, 40.067051405856397 ], [ -74.963503007148603, 40.067632070286898 ], [ -74.962000924336095, 40.067938944718797 ], [ -74.961201616560302, 40.0681341174229 ], [ -74.960791432984294, 40.068374491849099 ], [ -74.960367141808803, 40.068957832137997 ], [ -74.960412259675607, 40.069445284737299 ], [ -74.961120722003102, 40.070327909434802 ], [ -74.961410592296303, 40.070749777615603 ], [ -74.961858767348403, 40.071397207289699 ], [ -74.962342979380296, 40.072074118331102 ], [ -74.962638156585697, 40.072561029662602 ], [ -74.963105662426798, 40.073259178337899 ], [ -74.963376400106696, 40.073744964946997 ], [ -74.9636833233305, 40.074529396238603 ], [ -74.9641336872225, 40.075815825749601 ], [ -74.964488806660597, 40.076973568854299 ], [ -74.964494313113306, 40.077053404093903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27933, "tnode_": 27928, "lpoly_": null, "rpoly_": null, "length": 10815.325722419999, "stcl2_": null, "stcl2_id": null, "pre_dir": "NB", "st_name": "DELAWARE", "st_type": "EXPY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3232, "l_t_add": 3306, "r_f_add": 0, "r_t_add": 0, "st_code": 1050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 880675, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2015-05-21T00:00:00Z", "newsegdate": "2015-05-21T00:00:00Z", "multi_rep": 1, "streetlabe": "NB DELAWARE EXPY", "stname": "NB DELAWARE EXPY", "objectid": 38088, "Shape__Length": 4310.6266532302898 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964766610485697, 40.0770629548541 ], [ -74.964640237224501, 40.076713924758501 ], [ -74.964342568925403, 40.075744131304198 ], [ -74.963929475363898, 40.074581890336297 ], [ -74.963435304792597, 40.073490499065699 ], [ -74.962751371731898, 40.072457216510202 ], [ -74.9622779719802, 40.071630371331999 ], [ -74.962043405714894, 40.0712085750584 ], [ -74.961999313231701, 40.070854848023203 ], [ -74.962063182754306, 40.070500977679302 ], [ -74.962439792803806, 40.069945082841699 ], [ -74.966198938512605, 40.066588811739202 ], [ -74.967804678136901, 40.0655691657755 ], [ -74.968902261228806, 40.0649091177645 ], [ -74.971435880502199, 40.063733071325402 ], [ -74.977426478348093, 40.060873835622097 ], [ -74.979811017512603, 40.059694012902902 ], [ -74.981581173863205, 40.058513645307897 ], [ -74.984273892863001, 40.055895269769501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29937, "tnode_": 4754, "lpoly_": null, "rpoly_": null, "length": 185.05579834, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8966, "l_t_add": 9098, "r_f_add": 9009, "r_t_add": 9099, "st_code": 34960, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 880676, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-04-19T00:00:00Z", "newsegdate": "2016-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 38089, "Shape__Length": 73.736573722906726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008349727213897, 40.052026108093003 ], [ -75.008226118981895, 40.052122900109701 ], [ -75.007888922321499, 40.052390334231497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4922, "tnode_": 29937, "lpoly_": null, "rpoly_": null, "length": 277.99269121999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8956, "l_t_add": 8964, "r_f_add": 9001, "r_t_add": 9007, "st_code": 34960, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 880677, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-04-19T00:00:00Z", "newsegdate": "2016-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 38090, "Shape__Length": 110.76504676699022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009045274389706, 40.0514814563941 ], [ -75.008349727213897, 40.052026108093003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29938, "tnode_": 4627, "lpoly_": null, "rpoly_": null, "length": 306.70031308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9106, "l_t_add": 9128, "r_f_add": 9107, "r_t_add": 9125, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880678, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-04-19T00:00:00Z", "newsegdate": "2016-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 38091, "Shape__Length": 122.4182420570622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008289524986594, 40.052726432925198 ], [ -75.008506681910006, 40.053416862199597 ], [ -75.008529801638701, 40.0535472748046 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29938, "tnode_": 29937, "lpoly_": null, "rpoly_": null, "length": 255.67274206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9101, "r_t_add": 9105, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880679, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2016-04-19T00:00:00Z", "newsegdate": "2016-04-19T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 38092, "Shape__Length": 102.06771206004744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008289524986594, 40.052726432925198 ], [ -75.008349727213897, 40.052026108093003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4754, "tnode_": 29938, "lpoly_": null, "rpoly_": null, "length": 166.11886131999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9104, "r_f_add": 0, "r_t_add": 0, "st_code": 11200, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 880680, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2016-08-10T00:00:00Z", "newsegdate": "2016-08-10T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 38093, "Shape__Length": 66.199042285514054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007888922321499, 40.052390334231497 ], [ -75.008288951422102, 40.052724609906299 ], [ -75.008289524986594, 40.052726432925198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5985, "tnode_": 5602, "lpoly_": null, "rpoly_": null, "length": 1175.8623802300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORRESDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 77600, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 880682, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-02-21T12:39:58Z", "newsegdate": "2018-02-21T12:39:58Z", "multi_rep": 0, "streetlabe": "TORRESDALE AVE", "stname": "TORRESDALE AVE", "objectid": 38094, "Shape__Length": 468.33265276048945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007928962762193, 40.045042309167997 ], [ -75.007077755532293, 40.045609957046203 ], [ -75.0053231492289, 40.046780145637499 ], [ -75.005229030997597, 40.046844173500297 ], [ -75.004758969462998, 40.047159762297298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5694, "tnode_": 5786, "lpoly_": null, "rpoly_": null, "length": 249.98580075000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4535, "l_t_add": 4599, "r_f_add": 4534, "r_t_add": 4598, "st_code": 55300, "l_hundred": 4500, "r_hundred": 4500, "seg_id": 880683, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2018-02-21T13:52:23Z", "newsegdate": "2018-02-21T13:52:23Z", "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 38095, "Shape__Length": 99.619440250222112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009756269153897, 40.046658306913599 ], [ -75.0094448761146, 40.046393768577197 ], [ -75.0091667827149, 40.046142972129097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4213, "tnode_": 30007, "lpoly_": null, "rpoly_": null, "length": 159.6150753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4803, "l_t_add": 4827, "r_f_add": 4802, "r_t_add": 4828, "st_code": 38120, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880684, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-10-22T13:28:35Z", "newsegdate": "2018-10-22T13:28:35Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38096, "Shape__Length": 63.615373030460006 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985004747409107, 40.055584545039203 ], [ -74.984628755362394, 40.055255142906098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30007, "tnode_": 4418, "lpoly_": null, "rpoly_": null, "length": 455.17172045000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4830, "l_t_add": 4898, "r_f_add": 4829, "r_t_add": 4899, "st_code": 38120, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 880685, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2018-10-22T13:28:35Z", "newsegdate": "2018-10-22T13:28:35Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38097, "Shape__Length": 181.51115060897541 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984628755362394, 40.055255142906098 ], [ -74.984531311072701, 40.0551697728514 ], [ -74.984394050604195, 40.055025127069896 ], [ -74.984259108152202, 40.054912022950298 ], [ -74.984153278218699, 40.054836238078202 ], [ -74.984038098857994, 40.054739303389901 ], [ -74.983999104591504, 40.054693898615803 ], [ -74.983967445502799, 40.054635593226998 ], [ -74.983798042307001, 40.054211658753601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3105, "tnode_": 30086, "lpoly_": null, "rpoly_": null, "length": 169.6000857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 38120, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 880686, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2022-06-21T10:26:57Z", "newsegdate": "2022-06-21T10:26:57Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38098, "Shape__Length": 67.547615939392813 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999025458137496, 40.064489237489298 ], [ -74.998538506401204, 40.064212160487102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30086, "tnode_": 3405, "lpoly_": null, "rpoly_": null, "length": 1400.9080348499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3899, "r_f_add": 3700, "r_t_add": 3898, "st_code": 38120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 880687, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2022-06-21T10:26:57Z", "newsegdate": "2022-06-21T10:26:57Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38099, "Shape__Length": 557.93735661119035 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998538506401204, 40.064212160487102 ], [ -74.9984225342901, 40.064146170984898 ], [ -74.995307211874405, 40.062373429265101 ], [ -74.994516409491297, 40.061923401837397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3242, "tnode_": 30103, "lpoly_": null, "rpoly_": null, "length": 256.09192718000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOLFVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3600, "l_t_add": 3698, "r_f_add": 3601, "r_t_add": 3699, "st_code": 37550, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 880689, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2023-03-20T13:33:38Z", "newsegdate": "2023-03-20T13:33:38Z", "multi_rep": 0, "streetlabe": "GOLFVIEW LN ", "stname": "GOLFVIEW LN ", "objectid": 38100, "Shape__Length": 101.90041591743412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000305813017306, 40.063395492613999 ], [ -74.999879237970802, 40.063268649645799 ], [ -74.999638299212506, 40.063177441855402 ], [ -74.999449445537394, 40.063172921041797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30103, "tnode_": 30086, "lpoly_": null, "rpoly_": null, "length": 456.44227813000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOLFVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 37550, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 880690, "oneway": "B", "class": 13, "responsibl": "PRIVATE", "update_": "2023-03-20T13:33:38Z", "newsegdate": "2023-03-20T13:33:38Z", "multi_rep": 0, "streetlabe": "GOLFVIEW LN ", "stname": "GOLFVIEW LN ", "objectid": 38101, "Shape__Length": 182.02731839656289 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999449445537394, 40.063172921041797 ], [ -74.999298105963604, 40.063340178368499 ], [ -74.998538506401204, 40.064212160487102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30113, "tnode_": 2999, "lpoly_": null, "rpoly_": null, "length": 116.16741665000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19114, "l_f_add": 10080, "l_t_add": 10098, "r_f_add": 10081, "r_t_add": 10099, "st_code": 34960, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 880691, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2023-08-01T10:46:59Z", "newsegdate": "2023-08-01T10:46:59Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 38102, "Shape__Length": 46.216585576596806 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981062565185496, 40.064931560238797 ], [ -74.980663932426907, 40.065020345336002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3049, "tnode_": 30113, "lpoly_": null, "rpoly_": null, "length": 373.60368411999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19114, "l_f_add": 10000, "l_t_add": 10078, "r_f_add": 10001, "r_t_add": 10079, "st_code": 34960, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 880692, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2023-08-01T10:46:59Z", "newsegdate": "2023-08-01T10:46:59Z", "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 38103, "Shape__Length": 148.62514142123763 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982357208632195, 40.064681862694201 ], [ -74.981062565185496, 40.064931560238797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1620, "tnode_": 1527, "lpoly_": null, "rpoly_": null, "length": 1318.3914940100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8408, "r_f_add": 8401, "r_t_add": 8409, "st_code": 64800, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940002, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38104, "Shape__Length": 525.22222857368013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078846758802598, 40.082057386982498 ], [ -75.077474418557401, 40.082690520297902 ], [ -75.077182535417904, 40.082807850793301 ], [ -75.076356342068195, 40.083271316051501 ], [ -75.075444256002797, 40.083863789695997 ], [ -75.075063876258696, 40.084183410265297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1854, "tnode_": 1753, "lpoly_": null, "rpoly_": null, "length": 561.68140423, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8210, "r_f_add": 8101, "r_t_add": 8199, "st_code": 64800, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940003, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38105, "Shape__Length": 223.96864581345812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083481030716499, 40.078926127490199 ], [ -75.082207761238905, 40.080118071999102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1989, "tnode_": 2014, "lpoly_": null, "rpoly_": null, "length": 588.55891054999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 441, "r_f_add": 400, "r_t_add": 440, "st_code": 68180, "l_hundred": 400, "r_hundred": 400, "seg_id": 940004, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38106, "Shape__Length": 234.19327197957409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085246584090896, 40.07716907935 ], [ -75.083396130457302, 40.076768943908299 ], [ -75.083222965670799, 40.076728977142999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1608, "tnode_": 1642, "lpoly_": null, "rpoly_": null, "length": 285.60165467000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 511, "r_f_add": 500, "r_t_add": 510, "st_code": 13340, "l_hundred": 500, "r_hundred": 500, "seg_id": 940005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 38107, "Shape__Length": 113.79682496983507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0773389653301, 40.082128492836603 ], [ -75.077330804374498, 40.082094808780703 ], [ -75.076556818641905, 40.081638026496499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29454, "tnode_": 1395, "lpoly_": null, "rpoly_": null, "length": 820.42500975999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHADY", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 72080, "l_hundred": 0, "r_hundred": 0, "seg_id": 940006, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SHADY LN", "stname": "SHADY LN", "objectid": 38108, "Shape__Length": 326.51551841189058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076429209944706, 40.087286844978401 ], [ -75.076253849795293, 40.087357900759201 ], [ -75.075997532317899, 40.087416965974199 ], [ -75.075618037464807, 40.087498453223098 ], [ -75.075048723997298, 40.087622487612897 ], [ -75.0743703290333, 40.0877692677198 ], [ -75.073772671755094, 40.0878962483674 ], [ -75.073619409727698, 40.087916924979503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1647, "tnode_": 1620, "lpoly_": null, "rpoly_": null, "length": 305.10260728999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8312, "l_t_add": 8398, "r_f_add": 8321, "r_t_add": 8399, "st_code": 64800, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940007, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38109, "Shape__Length": 121.49541225225664 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079792218744998, 40.081640210922799 ], [ -75.078846758802598, 40.082057386982498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1670, "tnode_": 1647, "lpoly_": null, "rpoly_": null, "length": 304.34359136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8310, "r_f_add": 8301, "r_t_add": 8319, "st_code": 64800, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940008, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38110, "Shape__Length": 121.21905569967453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080698529164493, 40.081182551767498 ], [ -75.080590321107906, 40.0812563807104 ], [ -75.080167934083207, 40.081481626633497 ], [ -75.079792218744998, 40.081640210922799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1615, "tnode_": 1670, "lpoly_": null, "rpoly_": null, "length": 643.7129029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 42980, "l_hundred": 300, "r_hundred": 300, "seg_id": 940009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38111, "Shape__Length": 256.72058064267787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081981520404796, 40.082216017655298 ], [ -75.081906518177107, 40.082297021427799 ], [ -75.081715467126998, 40.082361540664202 ], [ -75.081523960659197, 40.082349415861003 ], [ -75.081368943493203, 40.082270750363598 ], [ -75.081241193048001, 40.082095397724402 ], [ -75.081167109532899, 40.081952621078997 ], [ -75.081084286433494, 40.081776995068502 ], [ -75.081017876490506, 40.081640350552298 ], [ -75.0809394732984, 40.081550547188499 ], [ -75.080825075498097, 40.081431840535203 ], [ -75.080749000451107, 40.0813583872499 ], [ -75.080698529164493, 40.081182551767498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1711, "tnode_": 1670, "lpoly_": null, "rpoly_": null, "length": 302.86199720999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8220, "l_t_add": 8298, "r_f_add": 8239, "r_t_add": 8299, "st_code": 64800, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940010, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38112, "Shape__Length": 120.65938140947574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081556041897798, 40.080679986716603 ], [ -75.081385260279205, 40.080811079578403 ], [ -75.080978904312801, 40.081049406110097 ], [ -75.080698529164493, 40.081182551767498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1711, "tnode_": 1615, "lpoly_": null, "rpoly_": null, "length": 603.86869726999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROCKWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 69060, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROCKWELL AVE", "stname": "ROCKWELL AVE", "objectid": 38113, "Shape__Length": 241.05266647098532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081556041897798, 40.080679986716603 ], [ -75.081757634593899, 40.080858025637603 ], [ -75.081925726641899, 40.081032991539203 ], [ -75.082027619557806, 40.081272413277702 ], [ -75.082082268848197, 40.0814805445155 ], [ -75.082055929500598, 40.081693691367903 ], [ -75.082031217321003, 40.081865504000099 ], [ -75.082016285802595, 40.082016856777003 ], [ -75.082002438353101, 40.082140653092303 ], [ -75.081981520404796, 40.082216017655298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1686, "tnode_": 1713, "lpoly_": null, "rpoly_": null, "length": 248.44263192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 73240, "l_hundred": 300, "r_hundred": 300, "seg_id": 940012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38114, "Shape__Length": 98.969744084738721 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083808625640302, 40.081042169964903 ], [ -75.083090980045, 40.080640627629499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1753, "tnode_": 1711, "lpoly_": null, "rpoly_": null, "length": 274.15208267999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8212, "l_t_add": 8218, "r_f_add": 8201, "r_t_add": 8237, "st_code": 64800, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940013, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38115, "Shape__Length": 109.30140910806963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082207761238905, 40.080118071999102 ], [ -75.081556041897798, 40.080679986716603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1788, "tnode_": 1686, "lpoly_": null, "rpoly_": null, "length": 564.45923160999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 19840, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38116, "Shape__Length": 225.12601416629542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085001298324599, 40.079792528128301 ], [ -75.083808625640302, 40.081042169964903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1822, "tnode_": 1713, "lpoly_": null, "rpoly_": null, "length": 568.8287952000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENNIG", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 41940, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENNIG ST", "stname": "HENNIG ST", "objectid": 38117, "Shape__Length": 226.88298405613517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084262407681294, 40.0793644819801 ], [ -75.083090980045, 40.080640627629499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1841, "tnode_": 1788, "lpoly_": null, "rpoly_": null, "length": 288.75020558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8032, "l_t_add": 8098, "r_f_add": 8031, "r_t_add": 8099, "st_code": 19840, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38118, "Shape__Length": 115.16747167492204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085600859243002, 40.079147411117901 ], [ -75.085001298324599, 40.079792528128301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1886, "tnode_": 1841, "lpoly_": null, "rpoly_": null, "length": 256.60751196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8014, "l_t_add": 8030, "r_f_add": 8015, "r_t_add": 8029, "st_code": 19840, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38119, "Shape__Length": 102.34787697387966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086130975632301, 40.078572631968903 ], [ -75.085600859243002, 40.079147411117901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1901, "tnode_": 1854, "lpoly_": null, "rpoly_": null, "length": 279.83130209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8040, "l_t_add": 8098, "r_f_add": 8039, "r_t_add": 8099, "st_code": 64800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940018, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38120, "Shape__Length": 111.58952553658858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084098691270398, 40.078322011718001 ], [ -75.083481030716499, 40.078926127490199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1912, "tnode_": 1886, "lpoly_": null, "rpoly_": null, "length": 143.70154619000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8012, "r_f_add": 8001, "r_t_add": 8013, "st_code": 19840, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38121, "Shape__Length": 57.302937080445737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086450677919601, 40.078263928959203 ], [ -75.086130975632301, 40.078572631968903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1926, "tnode_": 1912, "lpoly_": null, "rpoly_": null, "length": 137.35900133000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7998, "l_t_add": 7998, "r_f_add": 8051, "r_t_add": 8099, "st_code": 62080, "l_hundred": 7900, "r_hundred": 8000, "seg_id": 940020, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 38122, "Shape__Length": 54.762219450481894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086125067135598, 40.077981769944003 ], [ -75.086450677919601, 40.078263928959203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1903, "tnode_": 1942, "lpoly_": null, "rpoly_": null, "length": 293.6297235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 74380, "l_hundred": 400, "r_hundred": 400, "seg_id": 940021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38123, "Shape__Length": 116.95991058224469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082241247142605, 40.078240577467199 ], [ -75.081385104574096, 40.0777745623272 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1952, "tnode_": 1901, "lpoly_": null, "rpoly_": null, "length": 258.1629661, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8022, "l_t_add": 8038, "r_f_add": 8019, "r_t_add": 8037, "st_code": 64800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940022, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38124, "Shape__Length": 102.94643258703751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0846711720218, 40.077766281297301 ], [ -75.084098691270398, 40.078322011718001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1963, "tnode_": 1910, "lpoly_": null, "rpoly_": null, "length": 319.92424465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8118, "l_t_add": 8198, "r_f_add": 8117, "r_t_add": 8199, "st_code": 68340, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38125, "Shape__Length": 127.59530223497148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079264128627599, 40.077394195711499 ], [ -75.078594665095594, 40.078106097862197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1989, "tnode_": 1952, "lpoly_": null, "rpoly_": null, "length": 270.66045944999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8020, "r_f_add": 8001, "r_t_add": 8017, "st_code": 64800, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940024, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38126, "Shape__Length": 107.94230837643205 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085246584090896, 40.07716907935 ], [ -75.0846711720218, 40.077766281297301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1989, "tnode_": 1926, "lpoly_": null, "rpoly_": null, "length": 384.8122155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7986, "l_t_add": 7996, "r_f_add": 8001, "r_t_add": 8049, "st_code": 62080, "l_hundred": 7900, "r_hundred": 8000, "seg_id": 940025, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 38127, "Shape__Length": 153.4347899597324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085246584090896, 40.07716907935 ], [ -75.086125067135598, 40.077981769944003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1997, "tnode_": 1926, "lpoly_": null, "rpoly_": null, "length": 404.96085485999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7950, "l_t_add": 7998, "r_f_add": 7951, "r_t_add": 7999, "st_code": 19840, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 940026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38128, "Shape__Length": 161.50412394686268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086983672325402, 40.077086920456203 ], [ -75.086125067135598, 40.077981769944003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1998, "tnode_": 1963, "lpoly_": null, "rpoly_": null, "length": 239.82550443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8116, "r_f_add": 8101, "r_t_add": 8115, "st_code": 68340, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38129, "Shape__Length": 95.645971468558884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079771199365496, 40.076863453018497 ], [ -75.079264128627599, 40.077394195711499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1942, "tnode_": 1998, "lpoly_": null, "rpoly_": null, "length": 560.47789552999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 548, "st_code": 74380, "l_hundred": 500, "r_hundred": 500, "seg_id": 940028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38130, "Shape__Length": 223.26426599975915 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081385104574096, 40.0777745623272 ], [ -75.079771199365496, 40.076863453018497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2014, "tnode_": 2027, "lpoly_": null, "rpoly_": null, "length": 209.63491175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 443, "l_t_add": 499, "r_f_add": 442, "r_t_add": 456, "st_code": 68180, "l_hundred": 400, "r_hundred": 400, "seg_id": 940030, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38131, "Shape__Length": 83.416051428988396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083222965670799, 40.076728977142999 ], [ -75.082502975546603, 40.076570077792098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2028, "tnode_": 1977, "lpoly_": null, "rpoly_": null, "length": 317.90161959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8134, "l_t_add": 8198, "r_f_add": 8119, "r_t_add": 8199, "st_code": 40100, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38132, "Shape__Length": 126.78365911688687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077650498902202, 40.076501813642302 ], [ -75.076978901521102, 40.077205651267398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1998, "tnode_": 2032, "lpoly_": null, "rpoly_": null, "length": 223.96322917000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 615, "r_f_add": 550, "r_t_add": 598, "st_code": 74380, "l_hundred": 600, "r_hundred": 500, "seg_id": 940032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38133, "Shape__Length": 89.213596183631125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079771199365496, 40.076863453018497 ], [ -75.079125622616402, 40.076500088605101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2027, "tnode_": 2050, "lpoly_": null, "rpoly_": null, "length": 264.81713235000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 523, "r_f_add": 458, "r_t_add": 518, "st_code": 68180, "l_hundred": 500, "r_hundred": 400, "seg_id": 940033, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38134, "Shape__Length": 105.38427996586299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082502975546603, 40.076570077792098 ], [ -75.081606464912497, 40.076337383767999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1997, "tnode_": 2059, "lpoly_": null, "rpoly_": null, "length": 558.5845795, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 51580, "l_hundred": 300, "r_hundred": 300, "seg_id": 940035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 38135, "Shape__Length": 222.50558842503338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086983672325402, 40.077086920456203 ], [ -75.085372071022107, 40.076182205789003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2059, "tnode_": 2069, "lpoly_": null, "rpoly_": null, "length": 77.87371768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 51580, "l_hundred": 400, "r_hundred": 400, "seg_id": 940037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 38136, "Shape__Length": 30.977449773055039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085372071022107, 40.076182205789003 ], [ -75.085094010802393, 40.076173838167001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2072, "tnode_": 2028, "lpoly_": null, "rpoly_": null, "length": 238.29511452999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8132, "r_f_add": 8101, "r_t_add": 8117, "st_code": 40100, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38137, "Shape__Length": 95.040188870838179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078143025550901, 40.075968194329199 ], [ -75.077650498902202, 40.076501813642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2032, "tnode_": 2072, "lpoly_": null, "rpoly_": null, "length": 336.38477899000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 617, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 74380, "l_hundred": 600, "r_hundred": 600, "seg_id": 940039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38138, "Shape__Length": 133.98549749781515 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079125622616402, 40.076500088605101 ], [ -75.078143025550901, 40.075968194329199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2050, "tnode_": 2077, "lpoly_": null, "rpoly_": null, "length": 250.06615032000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 525, "l_t_add": 535, "r_f_add": 520, "r_t_add": 598, "st_code": 68180, "l_hundred": 500, "r_hundred": 500, "seg_id": 940041, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38139, "Shape__Length": 99.633026050220579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081606464912497, 40.076337383767999 ], [ -75.080917979812, 40.075899787014002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2103, "tnode_": 2005, "lpoly_": null, "rpoly_": null, "length": 554.4415674000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 70080, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 38140, "Shape__Length": 221.12782136727873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077274510663102, 40.075482563808301 ], [ -75.0761248440012, 40.076722112770099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2072, "tnode_": 2103, "lpoly_": null, "rpoly_": null, "length": 300.61686317, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 718, "st_code": 74380, "l_hundred": 700, "r_hundred": 700, "seg_id": 940045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38141, "Shape__Length": 119.7447333012971 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078143025550901, 40.075968194329199 ], [ -75.077274510663102, 40.075482563808301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2114, "tnode_": 2032, "lpoly_": null, "rpoly_": null, "length": 475.80285665999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 18860, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 38142, "Shape__Length": 189.73857729515333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080160967248702, 40.075464048494197 ], [ -75.079125622616402, 40.076500088605101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2077, "tnode_": 2114, "lpoly_": null, "rpoly_": null, "length": 264.71830985000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 537, "l_t_add": 613, "r_f_add": 600, "r_t_add": 698, "st_code": 68180, "l_hundred": 500, "r_hundred": 600, "seg_id": 940047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38143, "Shape__Length": 105.45069934902311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080917979812, 40.075899787014002 ], [ -75.080160967248702, 40.075464048494197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2137, "tnode_": 2036, "lpoly_": null, "rpoly_": null, "length": 562.34551754000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 33860, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38144, "Shape__Length": 224.27867147552362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076521926922894, 40.075042871516203 ], [ -75.075355753342606, 40.076300022703201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2103, "tnode_": 2137, "lpoly_": null, "rpoly_": null, "length": 264.59791269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 721, "l_t_add": 799, "r_f_add": 720, "r_t_add": 798, "st_code": 74380, "l_hundred": 700, "r_hundred": 700, "seg_id": 940051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38145, "Shape__Length": 105.40495199715505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077274510663102, 40.075482563808301 ], [ -75.076521926922894, 40.075042871516203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2114, "tnode_": 2152, "lpoly_": null, "rpoly_": null, "length": 351.40857168000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHAWN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 615, "l_t_add": 699, "r_f_add": 700, "r_t_add": 702, "st_code": 68180, "l_hundred": 600, "r_hundred": 700, "seg_id": 940052, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHAWN ST", "stname": "RHAWN ST", "objectid": 38146, "Shape__Length": 139.99609061871507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080160967248702, 40.075464048494197 ], [ -75.079583044761094, 40.075100740735799 ], [ -75.079175349494705, 40.074866707072403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2152, "tnode_": 2072, "lpoly_": null, "rpoly_": null, "length": 494.43407813000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 40100, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38147, "Shape__Length": 197.18943767147897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079175349494705, 40.074866707072403 ], [ -75.078143025550901, 40.075968194329199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2137, "tnode_": 2207, "lpoly_": null, "rpoly_": null, "length": 617.56661236000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 74380, "l_hundred": 800, "r_hundred": 800, "seg_id": 940054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38148, "Shape__Length": 245.98247815169844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076521926922894, 40.075042871516203 ], [ -75.074725654935605, 40.074058107800802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1686, "tnode_": 1626, "lpoly_": null, "rpoly_": null, "length": 488.47638523999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURHOLME", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 19840, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURHOLME AVE", "stname": "BURHOLME AVE", "objectid": 38149, "Shape__Length": 194.81277015372191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083808625640302, 40.081042169964903 ], [ -75.082753715844206, 40.082110553589601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1967, "tnode_": 1997, "lpoly_": null, "rpoly_": null, "length": 327.84650304999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 51580, "l_hundred": 200, "r_hundred": 200, "seg_id": 940061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 38150, "Shape__Length": 130.58766926425008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087940065722407, 40.0776067050625 ], [ -75.086983672325402, 40.077086920456203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2058, "tnode_": 2095, "lpoly_": null, "rpoly_": null, "length": 331.90397143000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 18320, "l_hundred": 200, "r_hundred": 200, "seg_id": 940063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BORBECK AVE", "stname": "BORBECK AVE", "objectid": 38151, "Shape__Length": 132.21599479043158 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0891114815077, 40.0763887953389 ], [ -75.088163762277006, 40.0758410034543 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1801, "tnode_": 1705, "lpoly_": null, "rpoly_": null, "length": 556.6280495000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBERON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8298, "r_f_add": 8201, "r_t_add": 8299, "st_code": 30940, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940064, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBERON AVE", "stname": "ELBERON AVE", "objectid": 38152, "Shape__Length": 222.00516065838562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081078201652105, 40.079492918402899 ], [ -75.079908828539203, 40.080729006243303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1903, "tnode_": 1801, "lpoly_": null, "rpoly_": null, "length": 560.40171902999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBERON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 30940, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940065, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBERON AVE", "stname": "ELBERON AVE", "objectid": 38153, "Shape__Length": 223.51347202768474 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082241247142605, 40.078240577467199 ], [ -75.081078201652105, 40.079492918402899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1886, "tnode_": 1952, "lpoly_": null, "rpoly_": null, "length": 503.15251973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 27220, "l_hundred": 300, "r_hundred": 300, "seg_id": 940066, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALTON ST", "stname": "DALTON ST", "objectid": 38154, "Shape__Length": 200.42363816170254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086130975632301, 40.078572631968903 ], [ -75.0846711720218, 40.077766281297301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1692, "tnode_": 1652, "lpoly_": null, "rpoly_": null, "length": 283.12558843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8318, "l_t_add": 8398, "r_f_add": 8329, "r_t_add": 8399, "st_code": 46000, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38155, "Shape__Length": 112.92550632866936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0784613299912, 40.080879426985199 ], [ -75.0778705894692, 40.081510412426901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1738, "tnode_": 1692, "lpoly_": null, "rpoly_": null, "length": 280.78250821, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8316, "r_f_add": 8301, "r_t_add": 8327, "st_code": 46000, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38156, "Shape__Length": 111.98595215442687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0790548922689, 40.080257968813299 ], [ -75.0784613299912, 40.080879426985199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1790, "tnode_": 1738, "lpoly_": null, "rpoly_": null, "length": 276.17324966000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8226, "l_t_add": 8298, "r_f_add": 8233, "r_t_add": 8299, "st_code": 46000, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38157, "Shape__Length": 110.14768782885078 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0796366474504, 40.079645555600003 ], [ -75.0790548922689, 40.080257968813299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1839, "tnode_": 1790, "lpoly_": null, "rpoly_": null, "length": 280.85452590999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8224, "r_f_add": 8201, "r_t_add": 8231, "st_code": 46000, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940070, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38158, "Shape__Length": 112.01671584307395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080222459444798, 40.079019535437098 ], [ -75.0796366474504, 40.079645555600003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1898, "tnode_": 1839, "lpoly_": null, "rpoly_": null, "length": 322.05585986999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8116, "l_t_add": 8198, "r_f_add": 8117, "r_t_add": 8199, "st_code": 46000, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940071, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38159, "Shape__Length": 128.44744132327392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080895863829994, 40.0783025967676 ], [ -75.080222459444798, 40.079019535437098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1942, "tnode_": 1898, "lpoly_": null, "rpoly_": null, "length": 236.10191135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8100, "l_t_add": 8114, "r_f_add": 8101, "r_t_add": 8115, "st_code": 46000, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 940072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38160, "Shape__Length": 94.167327781309822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081385104574096, 40.0777745623272 ], [ -75.080895863829994, 40.0783025967676 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2027, "tnode_": 1942, "lpoly_": null, "rpoly_": null, "length": 538.87259615999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 46000, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38161, "Shape__Length": 214.9215842506465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082502975546603, 40.076570077792098 ], [ -75.081385104574096, 40.0777745623272 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1527, "tnode_": 1556, "lpoly_": null, "rpoly_": null, "length": 380.70325984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSQUEHANNA", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 520, "st_code": 75640, "l_hundred": 500, "r_hundred": 500, "seg_id": 940074, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSQUEHANNA RD", "stname": "SUSQUEHANNA RD", "objectid": 38162, "Shape__Length": 151.69319245145107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075063876258696, 40.084183410265297 ], [ -75.074370940105993, 40.083775848476897 ], [ -75.074006634067601, 40.083526668066803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1577, "tnode_": 1556, "lpoly_": null, "rpoly_": null, "length": 251.34160454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8520, "l_t_add": 8598, "r_f_add": 8521, "r_t_add": 8599, "st_code": 12000, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 940075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38163, "Shape__Length": 100.22843739338253 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074574110255398, 40.082991839413197 ], [ -75.074006634067601, 40.083526668066803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1641, "tnode_": 1573, "lpoly_": null, "rpoly_": null, "length": 703.2027966500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 68340, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 940076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38164, "Shape__Length": 280.41055090029374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074877090335804, 40.081603519085398 ], [ -75.073281283373007, 40.083094740163702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1620, "tnode_": 1652, "lpoly_": null, "rpoly_": null, "length": 338.10584299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 75140, "l_hundred": 300, "r_hundred": 300, "seg_id": 940078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38165, "Shape__Length": 134.69024383481687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078846758802598, 40.082057386982498 ], [ -75.0778705894692, 40.081510412426901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1652, "tnode_": 1676, "lpoly_": null, "rpoly_": null, "length": 259.03775002999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 75140, "l_hundred": 400, "r_hundred": 400, "seg_id": 940079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38166, "Shape__Length": 103.19280166004394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0778705894692, 40.081510412426901 ], [ -75.077124709547107, 40.081089252111099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1647, "tnode_": 1692, "lpoly_": null, "rpoly_": null, "length": 464.22086101000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 16980, "l_hundred": 400, "r_hundred": 400, "seg_id": 940080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 38167, "Shape__Length": 184.93553430928057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079792218744998, 40.081640210922799 ], [ -75.0784613299912, 40.080879426985199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1670, "tnode_": 1705, "lpoly_": null, "rpoly_": null, "length": 275.9151108, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 423, "r_f_add": 400, "r_t_add": 422, "st_code": 42980, "l_hundred": 400, "r_hundred": 400, "seg_id": 940081, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38168, "Shape__Length": 109.9190451403327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080698529164493, 40.081182551767498 ], [ -75.079908828539203, 40.080729006243303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1676, "tnode_": 1708, "lpoly_": null, "rpoly_": null, "length": 297.07594367000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 75140, "l_hundred": 500, "r_hundred": 500, "seg_id": 940082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38169, "Shape__Length": 118.33952094066389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077124709547107, 40.081089252111099 ], [ -75.076261202414699, 40.0806148326946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1705, "tnode_": 1738, "lpoly_": null, "rpoly_": null, "length": 294.1824262, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 425, "l_t_add": 499, "r_f_add": 424, "r_t_add": 498, "st_code": 42980, "l_hundred": 400, "r_hundred": 400, "seg_id": 940083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38170, "Shape__Length": 117.1871029131801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079908828539203, 40.080729006243303 ], [ -75.0790548922689, 40.080257968813299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1708, "tnode_": 1778, "lpoly_": null, "rpoly_": null, "length": 563.48355027000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 725, "r_f_add": 600, "r_t_add": 698, "st_code": 75140, "l_hundred": 600, "r_hundred": 600, "seg_id": 940084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38171, "Shape__Length": 224.47013204905727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076261202414699, 40.0806148326946 ], [ -75.075170222959898, 40.080000173050699 ], [ -75.074637457959, 40.079700005799502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1752, "tnode_": 1708, "lpoly_": null, "rpoly_": null, "length": 279.61803629000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8316, "l_t_add": 8398, "r_f_add": 8321, "r_t_add": 8399, "st_code": 68340, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38172, "Shape__Length": 111.53195579411235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0768309719939, 40.07998425868 ], [ -75.076261202414699, 40.0806148326946 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1773, "tnode_": 1676, "lpoly_": null, "rpoly_": null, "length": 557.81699191000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 12000, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38173, "Shape__Length": 222.47764877622512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078302163528704, 40.079853648556501 ], [ -75.077124709547107, 40.081089252111099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1738, "tnode_": 1773, "lpoly_": null, "rpoly_": null, "length": 257.02359255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 517, "r_f_add": 500, "r_t_add": 514, "st_code": 42980, "l_hundred": 500, "r_hundred": 500, "seg_id": 940087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38174, "Shape__Length": 102.37950528371233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0790548922689, 40.080257968813299 ], [ -75.078302163528704, 40.079853648556501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1753, "tnode_": 1801, "lpoly_": null, "rpoly_": null, "length": 389.58021936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 425, "r_f_add": 400, "r_t_add": 424, "st_code": 73240, "l_hundred": 400, "r_hundred": 400, "seg_id": 940088, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38175, "Shape__Length": 155.18800667374163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.082207761238905, 40.080118071999102 ], [ -75.081078201652105, 40.079492918402899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1811, "tnode_": 1752, "lpoly_": null, "rpoly_": null, "length": 283.5097224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8314, "r_f_add": 8301, "r_t_add": 8319, "st_code": 68340, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38176, "Shape__Length": 113.07190024020967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077430814581305, 40.079357059279602 ], [ -75.0768309719939, 40.07998425868 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1773, "tnode_": 1811, "lpoly_": null, "rpoly_": null, "length": 303.60875007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 519, "l_t_add": 599, "r_f_add": 516, "r_t_add": 598, "st_code": 42980, "l_hundred": 500, "r_hundred": 500, "seg_id": 940090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38177, "Shape__Length": 120.94754041799031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078302163528704, 40.079853648556501 ], [ -75.077430814581305, 40.079357059279602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1752, "tnode_": 1832, "lpoly_": null, "rpoly_": null, "length": 562.86584932000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 16980, "l_hundred": 600, "r_hundred": 600, "seg_id": 940091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 38178, "Shape__Length": 224.21670940645799 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0768309719939, 40.07998425868 ], [ -75.075350091198999, 40.079150444853198 ], [ -75.075201745841994, 40.079078620675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1801, "tnode_": 1839, "lpoly_": null, "rpoly_": null, "length": 295.09509515000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 427, "l_t_add": 499, "r_f_add": 426, "r_t_add": 498, "st_code": 73240, "l_hundred": 400, "r_hundred": 400, "seg_id": 940092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38179, "Shape__Length": 117.54911564270419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.081078201652105, 40.079492918402899 ], [ -75.080222459444798, 40.079019535437098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1857, "tnode_": 1811, "lpoly_": null, "rpoly_": null, "length": 276.54204983999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8216, "l_t_add": 8298, "r_f_add": 8217, "r_t_add": 8299, "st_code": 68340, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38180, "Shape__Length": 110.29861274758277 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078003011943807, 40.078738117402402 ], [ -75.077430814581305, 40.079357059279602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1790, "tnode_": 1857, "lpoly_": null, "rpoly_": null, "length": 564.14165253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 31680, "l_hundred": 500, "r_hundred": 500, "seg_id": 940094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 38181, "Shape__Length": 224.72340772200272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0796366474504, 40.079645555600003 ], [ -75.078003011943807, 40.078738117402402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1875, "tnode_": 1832, "lpoly_": null, "rpoly_": null, "length": 279.75941142000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8338, "r_f_add": 8301, "r_t_add": 8315, "st_code": 40100, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 940095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38182, "Shape__Length": 111.58062110457679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075782117325701, 40.078453308393698 ], [ -75.075201745841994, 40.079078620675297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1811, "tnode_": 1875, "lpoly_": null, "rpoly_": null, "length": 566.78272866999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 42980, "l_hundred": 600, "r_hundred": 600, "seg_id": 940096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38183, "Shape__Length": 225.76921983582176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077430814581305, 40.079357059279602 ], [ -75.075782117325701, 40.078453308393698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1875, "tnode_": 1947, "lpoly_": null, "rpoly_": null, "length": 557.32293003999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 42980, "l_hundred": 700, "r_hundred": 700, "seg_id": 940097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38184, "Shape__Length": 222.00644841021406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075782117325701, 40.078453308393698 ], [ -75.074172656301599, 40.0775521817487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1910, "tnode_": 1857, "lpoly_": null, "rpoly_": null, "length": 283.58444244000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8214, "r_f_add": 8201, "r_t_add": 8215, "st_code": 68340, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38185, "Shape__Length": 113.10393302058074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078594665095594, 40.078106097862197 ], [ -75.078003011943807, 40.078738117402402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1839, "tnode_": 1910, "lpoly_": null, "rpoly_": null, "length": 564.10771889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 73240, "l_hundred": 500, "r_hundred": 500, "seg_id": 940099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38186, "Shape__Length": 224.71188521716394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080222459444798, 40.079019535437098 ], [ -75.078594665095594, 40.078106097862197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1931, "tnode_": 1875, "lpoly_": null, "rpoly_": null, "length": 283.36807033000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8208, "l_t_add": 8298, "r_f_add": 8221, "r_t_add": 8299, "st_code": 40100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38187, "Shape__Length": 113.01009577035984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076386961176098, 40.0778294421469 ], [ -75.075782117325701, 40.078453308393698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1857, "tnode_": 1931, "lpoly_": null, "rpoly_": null, "length": 560.4324828, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 31680, "l_hundred": 600, "r_hundred": 600, "seg_id": 940101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 38188, "Shape__Length": 223.24774490043305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078003011943807, 40.078738117402402 ], [ -75.076386961176098, 40.0778294421469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1931, "tnode_": 1992, "lpoly_": null, "rpoly_": null, "length": 561.29209535000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 31680, "l_hundred": 700, "r_hundred": 700, "seg_id": 940102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 38189, "Shape__Length": 223.5871622457181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076386961176098, 40.0778294421469 ], [ -75.075708908627107, 40.077455271573399 ], [ -75.074768439131205, 40.076919461077701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1977, "tnode_": 1931, "lpoly_": null, "rpoly_": null, "length": 281.2048694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8206, "r_f_add": 8201, "r_t_add": 8219, "st_code": 40100, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 940103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38190, "Shape__Length": 112.15067572457345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076978901521102, 40.077205651267398 ], [ -75.076386961176098, 40.0778294421469 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1910, "tnode_": 1977, "lpoly_": null, "rpoly_": null, "length": 558.60555129, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 73240, "l_hundred": 600, "r_hundred": 600, "seg_id": 940104, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38191, "Shape__Length": 222.51438540463147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.078594665095594, 40.078106097862197 ], [ -75.076978901521102, 40.077205651267398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1977, "tnode_": 2005, "lpoly_": null, "rpoly_": null, "length": 296.89900261999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 719, "r_f_add": 700, "r_t_add": 718, "st_code": 73240, "l_hundred": 700, "r_hundred": 700, "seg_id": 940105, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38192, "Shape__Length": 118.26859727235046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076978901521102, 40.077205651267398 ], [ -75.0761248440012, 40.076722112770099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2005, "tnode_": 2036, "lpoly_": null, "rpoly_": null, "length": 264.50803297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 721, "l_t_add": 799, "r_f_add": 720, "r_t_add": 798, "st_code": 73240, "l_hundred": 700, "r_hundred": 700, "seg_id": 940106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38193, "Shape__Length": 105.35923151236427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0761248440012, 40.076722112770099 ], [ -75.075355753342606, 40.076300022703201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1788, "tnode_": 1822, "lpoly_": null, "rpoly_": null, "length": 258.97127739000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 319, "r_f_add": 300, "r_t_add": 316, "st_code": 74380, "l_hundred": 300, "r_hundred": 300, "seg_id": 940107, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38194, "Shape__Length": 103.16848951292626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085001298324599, 40.079792528128301 ], [ -75.084262407681294, 40.0793644819801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1822, "tnode_": 1854, "lpoly_": null, "rpoly_": null, "length": 270.75772521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STANWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 321, "l_t_add": 399, "r_f_add": 318, "r_t_add": 398, "st_code": 74380, "l_hundred": 300, "r_hundred": 300, "seg_id": 940108, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STANWOOD ST", "stname": "STANWOOD ST", "objectid": 38195, "Shape__Length": 107.85701040593575 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.084262407681294, 40.0793644819801 ], [ -75.083481030716499, 40.078926127490199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1841, "tnode_": 1901, "lpoly_": null, "rpoly_": null, "length": 516.82751785999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 35280, "l_hundred": 300, "r_hundred": 300, "seg_id": 940109, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULLER ST", "stname": "FULLER ST", "objectid": 38196, "Shape__Length": 205.87067780648016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.085600859243002, 40.079147411117901 ], [ -75.084098691270398, 40.078322011718001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1898, "tnode_": 1963, "lpoly_": null, "rpoly_": null, "length": 563.92388849000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 13400, "l_hundred": 500, "r_hundred": 500, "seg_id": 940110, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 38197, "Shape__Length": 224.63310694124348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.080895863829994, 40.0783025967676 ], [ -75.079264128627599, 40.077394195711499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1963, "tnode_": 2028, "lpoly_": null, "rpoly_": null, "length": 556.40462871, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTHUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 13400, "l_hundred": 600, "r_hundred": 600, "seg_id": 940111, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTHUR ST", "stname": "ARTHUR ST", "objectid": 38198, "Shape__Length": 221.63233826796252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.079264128627599, 40.077394195711499 ], [ -75.077650498902202, 40.076501813642302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1617, "tnode_": 1577, "lpoly_": null, "rpoly_": null, "length": 459.10409225999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8518, "r_f_add": 8501, "r_t_add": 8519, "st_code": 12000, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 940112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38199, "Shape__Length": 183.0832559953615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075598636571698, 40.082007459627697 ], [ -75.074574110255398, 40.082991839413197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1617, "tnode_": 1641, "lpoly_": null, "rpoly_": null, "length": 249.83695524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 512, "l_t_add": 598, "r_f_add": 513, "r_t_add": 599, "st_code": 47300, "l_hundred": 500, "r_hundred": 500, "seg_id": 940113, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38200, "Shape__Length": 99.526695574398403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075598636571698, 40.082007459627697 ], [ -75.074877090335804, 40.081603519085398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2014, "tnode_": 1903, "lpoly_": null, "rpoly_": null, "length": 634.25486522000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELBERON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8098, "r_f_add": 8001, "r_t_add": 8099, "st_code": 30940, "l_hundred": 8000, "r_hundred": 8000, "seg_id": 940114, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELBERON AVE", "stname": "ELBERON AVE", "objectid": 38201, "Shape__Length": 253.06269441693942 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.083222965670799, 40.076728977142999 ], [ -75.083188232586195, 40.077084494083401 ], [ -75.0831269064184, 40.077318345093097 ], [ -75.082241247142605, 40.078240577467199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1967, "tnode_": 1878, "lpoly_": null, "rpoly_": null, "length": 475.90121604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7942, "l_t_add": 7998, "r_f_add": 7951, "r_t_add": 7999, "st_code": 34020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 940115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 38202, "Shape__Length": 189.80732796592446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087940065722407, 40.0776067050625 ], [ -75.086949455443801, 40.078668593005297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2058, "tnode_": 1967, "lpoly_": null, "rpoly_": null, "length": 551.63324729, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7900, "l_t_add": 7940, "r_f_add": 7901, "r_t_add": 7949, "st_code": 34020, "l_hundred": 7900, "r_hundred": 7900, "seg_id": 940116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 38203, "Shape__Length": 219.99645938092866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0891114815077, 40.0763887953389 ], [ -75.087940065722407, 40.0776067050625 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1912, "tnode_": 1878, "lpoly_": null, "rpoly_": null, "length": 203.0073472, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OXFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8000, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 62080, "l_hundred": 8000, "r_hundred": 8100, "seg_id": 940117, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OXFORD AVE", "stname": "OXFORD AVE", "objectid": 38204, "Shape__Length": 80.924869196704321 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086450677919601, 40.078263928959203 ], [ -75.086949455443801, 40.078668593005297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1676, "tnode_": 1642, "lpoly_": null, "rpoly_": null, "length": 255.37468160999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 12000, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38205, "Shape__Length": 101.83866642248276 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077124709547107, 40.081089252111099 ], [ -75.076556818641905, 40.081638026496499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1608, "tnode_": 1595, "lpoly_": null, "rpoly_": null, "length": 288.58337766, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 46000, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38206, "Shape__Length": 114.95119640918051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0773389653301, 40.082128492836603 ], [ -75.077317746102196, 40.082162379399101 ], [ -75.077269828941397, 40.082191210199298 ], [ -75.077048558316903, 40.082307767586101 ], [ -75.076821345217795, 40.082426328117897 ], [ -75.076494142075006, 40.0825724993459 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1595, "tnode_": 1617, "lpoly_": null, "rpoly_": null, "length": 327.69029727999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 500, "l_t_add": 510, "r_f_add": 501, "r_t_add": 511, "st_code": 47300, "l_hundred": 500, "r_hundred": 500, "seg_id": 940120, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38207, "Shape__Length": 130.57172540546509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076494142075006, 40.0825724993459 ], [ -75.076453348212496, 40.082518520722502 ], [ -75.076384043959607, 40.082454849564598 ], [ -75.0762724513839, 40.082361279385999 ], [ -75.076020110600695, 40.082217784233201 ], [ -75.075598636571698, 40.082007459627697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1664, "tnode_": 1641, "lpoly_": null, "rpoly_": null, "length": 225.31071498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8401, "l_t_add": 8499, "r_f_add": 8400, "r_t_add": 8498, "st_code": 68340, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940121, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-07-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 38208, "Shape__Length": 89.824407968664161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075418648002795, 40.081151799839198 ], [ -75.075336857662506, 40.081188969984098 ], [ -75.075144624041499, 40.081338635943702 ], [ -75.074877090335804, 40.081603519085398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1642, "tnode_": 1664, "lpoly_": null, "rpoly_": null, "length": 375.05419934000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 513, "l_t_add": 599, "r_f_add": 512, "r_t_add": 598, "st_code": 13340, "l_hundred": 500, "r_hundred": 500, "seg_id": 940122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 38209, "Shape__Length": 149.365064763372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076556818641905, 40.081638026496499 ], [ -75.076214500953895, 40.081468125095 ], [ -75.075786113356699, 40.081209088682499 ], [ -75.075581930009804, 40.081139308719003 ], [ -75.075418648002795, 40.081151799839198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1565, "tnode_": 1577, "lpoly_": null, "rpoly_": null, "length": 227.00010589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 17100, "l_hundred": 500, "r_hundred": 500, "seg_id": 940124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38210, "Shape__Length": 90.430791842985101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075230119049294, 40.083358431059203 ], [ -75.074574110255398, 40.082991839413197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1595, "tnode_": 1565, "lpoly_": null, "rpoly_": null, "length": 458.7658375, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 46000, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 940125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 38211, "Shape__Length": 182.80029894473003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.076494142075006, 40.0825724993459 ], [ -75.075492447880293, 40.083240442899502 ], [ -75.075396762291405, 40.083304275898001 ], [ -75.075323425023498, 40.083346609320799 ], [ -75.075230119049294, 40.083358431059203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26795, "tnode_": 26796, "lpoly_": null, "rpoly_": null, "length": 432.19312488000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKHOLLOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 509, "l_t_add": 599, "r_f_add": 506, "r_t_add": 598, "st_code": 63030, "l_hundred": 500, "r_hundred": 500, "seg_id": 940126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKHOLLOW LN", "stname": "PARKHOLLOW LN", "objectid": 38212, "Shape__Length": 172.2589997067127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072986573607807, 40.085841338942302 ], [ -75.071854246754697, 40.085034410929097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26794, "tnode_": 26795, "lpoly_": null, "rpoly_": null, "length": 474.42041145999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKHOLLOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 507, "r_f_add": 500, "r_t_add": 504, "st_code": 63030, "l_hundred": 500, "r_hundred": 500, "seg_id": 940127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKHOLLOW LN", "stname": "PARKHOLLOW LN", "objectid": 38213, "Shape__Length": 188.89369577807469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074497810200597, 40.0863255954322 ], [ -75.074215576014694, 40.086324776722201 ], [ -75.073970425693105, 40.086302755178103 ], [ -75.073773481314106, 40.086262298488698 ], [ -75.073627189998504, 40.086209797282699 ], [ -75.073512508554302, 40.086154359325498 ], [ -75.073286798769502, 40.086029526338599 ], [ -75.072986573607807, 40.085841338942302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26795, "tnode_": 26797, "lpoly_": null, "rpoly_": null, "length": 520.03690658999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGERUN", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 68325, "l_hundred": 500, "r_hundred": 500, "seg_id": 940128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-10-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGERUN LN", "stname": "RIDGERUN LN", "objectid": 38214, "Shape__Length": 206.97907236797181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072986573607807, 40.085841338942302 ], [ -75.072850003964206, 40.085945633981503 ], [ -75.072705967114004, 40.086007533144397 ], [ -75.072567213831405, 40.086035466198297 ], [ -75.071234024314293, 40.085839050199198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26794, "tnode_": 1395, "lpoly_": null, "rpoly_": null, "length": 663.61564784999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8418, "l_t_add": 8798, "r_f_add": 8419, "r_t_add": 8799, "st_code": 64800, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940129, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-05-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38215, "Shape__Length": 264.83407328973266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074497810200597, 40.0863255954322 ], [ -75.074500517264298, 40.086670020029104 ], [ -75.074487436455797, 40.086857470331097 ], [ -75.074432532790297, 40.087096343382797 ], [ -75.074267824423302, 40.087380691969798 ], [ -75.074071789995799, 40.087594447234899 ], [ -75.073884188575605, 40.087738537406103 ], [ -75.073619409727698, 40.087916924979503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1418, "tnode_": 29472, "lpoly_": null, "rpoly_": null, "length": 14.58822399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 940130, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38216, "Shape__Length": 5.8044832668079547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077717942576001, 40.086981910156197 ], [ -75.077666413287204, 40.086988010533801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1395, "tnode_": 28863, "lpoly_": null, "rpoly_": null, "length": 1176.9496454099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8800, "l_t_add": 8848, "r_f_add": 8801, "r_t_add": 8849, "st_code": 64800, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 940131, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2004-05-21T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38217, "Shape__Length": 468.88117179480025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073619409727698, 40.087916924979503 ], [ -75.073489709596402, 40.087938938455302 ], [ -75.073391434147894, 40.0879803143402 ], [ -75.072547911308007, 40.088323079026601 ], [ -75.072187329889701, 40.088528632701099 ], [ -75.070193172058595, 40.089759434733601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28863, "tnode_": 1286, "lpoly_": null, "rpoly_": null, "length": 898.0747712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8850, "l_t_add": 8978, "r_f_add": 8851, "r_t_add": 8979, "st_code": 64800, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 940132, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2009-01-07T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38218, "Shape__Length": 357.86989399231686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070193172058595, 40.089759434733601 ], [ -75.069378675860506, 40.090262122438403 ], [ -75.068808426027303, 40.090593767565501 ], [ -75.067686743089595, 40.091299118659002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28997, "tnode_": 28998, "lpoly_": null, "rpoly_": null, "length": 157.33968686999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNY", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 501, "r_f_add": 500, "r_t_add": 500, "st_code": 64022, "l_hundred": 500, "r_hundred": 500, "seg_id": 940133, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNY LN", "stname": "PENNY LN", "objectid": 38219, "Shape__Length": 62.634330795859086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074494069828404, 40.085335213888698 ], [ -75.074379770892904, 40.085332119801699 ], [ -75.074258894457799, 40.085309615480703 ], [ -75.074144809975706, 40.085277424405298 ], [ -75.074044112958006, 40.085230777775898 ], [ -75.073978597554898, 40.085189866238601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28998, "tnode_": 28999, "lpoly_": null, "rpoly_": null, "length": 1380.6310355600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNY", "st_type": "LN", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 503, "l_t_add": 599, "r_f_add": 502, "r_t_add": 598, "st_code": 64022, "l_hundred": 500, "r_hundred": 500, "seg_id": 940134, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNY LN", "stname": "PENNY LN", "objectid": 38220, "Shape__Length": 550.48738948121877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073978597554898, 40.085189866238601 ], [ -75.073945550920001, 40.085130033742601 ], [ -75.073879973559301, 40.085005444839197 ], [ -75.073867559814701, 40.0846704262161 ], [ -75.073851653860899, 40.084423931720899 ], [ -75.073831088856394, 40.0842954684381 ], [ -75.0738225537375, 40.084186974753898 ], [ -75.073688296048104, 40.084016484248203 ], [ -75.073237791112007, 40.083740178609297 ], [ -75.071698107670201, 40.082808417339002 ], [ -75.071082398798296, 40.082403146303399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28999, "tnode_": 29000, "lpoly_": null, "rpoly_": null, "length": 189.52234585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "WAY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 32045, "l_hundred": 500, "r_hundred": 500, "seg_id": 940136, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-26T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "ERNEST WAY", "stname": "ERNEST WAY", "objectid": 38221, "Shape__Length": 75.51930845055449 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071082398798296, 40.082403146303399 ], [ -75.071601632714206, 40.082069089922001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1527, "tnode_": 28997, "lpoly_": null, "rpoly_": null, "length": 449.50935785000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8410, "l_t_add": 8412, "r_f_add": 8411, "r_t_add": 8413, "st_code": 64800, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940137, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38222, "Shape__Length": 179.44733163262933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075063876258696, 40.084183410265297 ], [ -75.074784491255798, 40.084659356172303 ], [ -75.074617967735904, 40.085069139704999 ], [ -75.074494069828404, 40.085335213888698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28997, "tnode_": 26794, "lpoly_": null, "rpoly_": null, "length": 360.80720146000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8414, "l_t_add": 8416, "r_f_add": 8415, "r_t_add": 8417, "st_code": 64800, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 940138, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38223, "Shape__Length": 144.11154068125015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074494069828404, 40.085335213888698 ], [ -75.074499492254304, 40.085687761505199 ], [ -75.074493634933305, 40.085979969806097 ], [ -75.074497810200597, 40.0863255954322 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28998, "tnode_": 29070, "lpoly_": null, "rpoly_": null, "length": 1374.31719623, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EASY", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 30600, "l_hundred": 500, "r_hundred": 500, "seg_id": 940139, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-26T00:00:00Z", "newsegdate": "2006-07-26T00:00:00Z", "multi_rep": 0, "streetlabe": "EASY ST", "stname": "EASY ST", "objectid": 38224, "Shape__Length": 547.73957933381189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073978597554898, 40.085189866238601 ], [ -75.073824342565999, 40.085278158140603 ], [ -75.073725954602807, 40.085288841322402 ], [ -75.073614883844499, 40.0852784700634 ], [ -75.073517723684503, 40.085258044458698 ], [ -75.073346313694501, 40.085150261246397 ], [ -75.072353150023901, 40.0844654573268 ], [ -75.071932204128998, 40.084175412214002 ], [ -75.071519239872302, 40.083854415155002 ], [ -75.071042262611996, 40.083443700985697 ], [ -75.070379265709803, 40.082887773908702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29295, "tnode_": 29070, "lpoly_": null, "rpoly_": null, "length": 296.68828379000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "WAY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 32045, "l_hundred": 300, "r_hundred": 300, "seg_id": 940141, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2008-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ERNEST WAY", "stname": "ERNEST WAY", "objectid": 38225, "Shape__Length": 118.24201169077081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069594353373802, 40.083435323719399 ], [ -75.070379265709803, 40.082887773908702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29475, "tnode_": 29474, "lpoly_": null, "rpoly_": null, "length": 206.35631886000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHANDLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 2, "l_t_add": 40, "r_f_add": 1, "r_t_add": 41, "st_code": 22320, "l_hundred": 0, "r_hundred": 0, "seg_id": 940142, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CHANDLER ST", "stname": "CHANDLER ST", "objectid": 38226, "Shape__Length": 82.214748795966671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089867491528807, 40.075609956801998 ], [ -75.090439627648806, 40.075967321753197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2155, "tnode_": 29475, "lpoly_": null, "rpoly_": null, "length": 229.8864471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7800, "l_t_add": 7812, "r_f_add": 7801, "r_t_add": 7813, "st_code": 34020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 940143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 38227, "Shape__Length": 91.677127002076773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.090358549636704, 40.075104059425797 ], [ -75.089867491528807, 40.075609956801998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29475, "tnode_": 2058, "lpoly_": null, "rpoly_": null, "length": 353.91613870999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FILLMORE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 7814, "l_t_add": 7898, "r_f_add": 7815, "r_t_add": 7899, "st_code": 34020, "l_hundred": 7800, "r_hundred": 7800, "seg_id": 940144, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "FILLMORE ST", "stname": "FILLMORE ST", "objectid": 38228, "Shape__Length": 141.14063759651654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.089867491528807, 40.075609956801998 ], [ -75.0891114815077, 40.0763887953389 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2058, "tnode_": 29451, "lpoly_": null, "rpoly_": null, "length": 208.32362448000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BORBECK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3036, "l_hundred": 0, "r_hundred": 0, "seg_id": 940145, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BORBECK ST", "stname": "BORBECK ST", "objectid": 38229, "Shape__Length": 82.970021774247442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0891114815077, 40.0763887953389 ], [ -75.089236358181296, 40.076432065579098 ], [ -75.089730079759903, 40.076703900647701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1967, "tnode_": 29452, "lpoly_": null, "rpoly_": null, "length": 198.03083621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONEY", "st_type": "ST", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51580, "l_hundred": 0, "r_hundred": 0, "seg_id": 940146, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LONEY ST", "stname": "LONEY ST", "objectid": 38230, "Shape__Length": 78.885663358681896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.087940065722407, 40.0776067050625 ], [ -75.0880802576919, 40.077688495502699 ], [ -75.088509865170394, 40.077929046230302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1878, "tnode_": 29453, "lpoly_": null, "rpoly_": null, "length": 188.28061560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HUNTINGDON", "st_type": "PIKE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3120, "l_hundred": 0, "r_hundred": 0, "seg_id": 940147, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "HUNTINGDON PIKE", "stname": "HUNTINGDON PIKE", "objectid": 38231, "Shape__Length": 75.071754211621027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.086949455443801, 40.078668593005297 ], [ -75.087024050391705, 40.078740160696697 ], [ -75.087383008430194, 40.079063788414203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29472, "tnode_": 29454, "lpoly_": null, "rpoly_": null, "length": 370.91126929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHADY", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 72080, "l_hundred": 0, "r_hundred": 0, "seg_id": 940148, "oneway": "B", "class": 3, "responsibl": "TOWNSHIP", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "SHADY LN", "stname": "SHADY LN", "objectid": 38232, "Shape__Length": 147.6390124190616 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.077666413287204, 40.086988010533801 ], [ -75.076914792401098, 40.087076991663402 ], [ -75.076728754172393, 40.087123598841103 ], [ -75.076638969907904, 40.0871582954925 ], [ -75.076518513512397, 40.087223405911601 ], [ -75.076429209944706, 40.087286844978401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29490, "tnode_": 29295, "lpoly_": null, "rpoly_": null, "length": 241.98431688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "WAY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 32045, "l_hundred": 200, "r_hundred": 200, "seg_id": 940149, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2008-10-24T00:00:00Z", "multi_rep": 0, "streetlabe": "ERNEST WAY", "stname": "ERNEST WAY", "objectid": 38233, "Shape__Length": 96.434079328063376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0689435822501, 40.083872801692003 ], [ -75.069594353373802, 40.083435323719399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29761, "tnode_": 28999, "lpoly_": null, "rpoly_": null, "length": 155.3902996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "WAY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 451, "l_t_add": 499, "r_f_add": 452, "r_t_add": 498, "st_code": 32045, "l_hundred": 400, "r_hundred": 400, "seg_id": 940150, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-02-15T00:00:00Z", "newsegdate": "2012-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ERNEST WAY", "stname": "ERNEST WAY", "objectid": 38234, "Shape__Length": 61.927163394382937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070669074768404, 40.082688027275601 ], [ -75.071082398798296, 40.082403146303399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29070, "tnode_": 29761, "lpoly_": null, "rpoly_": null, "length": 108.95370308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNEST", "st_type": "WAY", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 401, "l_t_add": 449, "r_f_add": 400, "r_t_add": 450, "st_code": 32045, "l_hundred": 400, "r_hundred": 400, "seg_id": 940151, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-02-15T00:00:00Z", "newsegdate": "2012-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "ERNEST WAY", "stname": "ERNEST WAY", "objectid": 38235, "Shape__Length": 43.421099611399541 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070379265709803, 40.082887773908702 ], [ -75.070669074768404, 40.082688027275601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29295, "tnode_": 29762, "lpoly_": null, "rpoly_": null, "length": 456.20909486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE VALLEY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 900, "l_t_add": 950, "r_f_add": 901, "r_t_add": 951, "st_code": 64865, "l_hundred": 900, "r_hundred": 900, "seg_id": 940152, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-12-03T00:00:00Z", "newsegdate": "2012-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE VALLEY BLVD", "stname": "PINE VALLEY BLVD", "objectid": 38236, "Shape__Length": 181.8760361207132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069594353373802, 40.083435323719399 ], [ -75.069529528612605, 40.08332858664 ], [ -75.069460762624104, 40.083267759306601 ], [ -75.069365540791495, 40.083226056688503 ], [ -75.069268224411999, 40.0831873416411 ], [ -75.069001001671694, 40.082995846603801 ], [ -75.068497637952404, 40.082530643448301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29762, "tnode_": 29296, "lpoly_": null, "rpoly_": null, "length": 628.04821724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE VALLEY", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 952, "l_t_add": 998, "r_f_add": 953, "r_t_add": 999, "st_code": 64865, "l_hundred": 900, "r_hundred": 900, "seg_id": 940153, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-02-15T00:00:00Z", "newsegdate": "2012-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE VALLEY BLVD", "stname": "PINE VALLEY BLVD", "objectid": 38237, "Shape__Length": 250.38166049892229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068497637952404, 40.082530643448301 ], [ -75.066971178537699, 40.081266704994903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29761, "tnode_": 29762, "lpoly_": null, "rpoly_": null, "length": 982.26616967000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYLER", "st_type": "CT", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 78210, "l_hundred": 300, "r_hundred": 300, "seg_id": 940154, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2012-02-15T00:00:00Z", "newsegdate": "2012-02-15T00:00:00Z", "multi_rep": 0, "streetlabe": "TYLER CT", "stname": "TYLER CT", "objectid": 38238, "Shape__Length": 391.66711019500622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070669074768404, 40.082688027275601 ], [ -75.070401708692302, 40.082426252878101 ], [ -75.070348458682204, 40.0822832471463 ], [ -75.069970217369701, 40.081719438485202 ], [ -75.069905192661096, 40.081675694944103 ], [ -75.069866677003901, 40.081656699397797 ], [ -75.069816272641305, 40.081640442377697 ], [ -75.069738526834499, 40.081620531940302 ], [ -75.069651043806203, 40.081617423124698 ], [ -75.069579061408405, 40.081628783334899 ], [ -75.069493630918103, 40.0816570478353 ], [ -75.069437404329705, 40.0816850842535 ], [ -75.069404585891107, 40.081717847431896 ], [ -75.0691468213261, 40.082086314791397 ], [ -75.068497637952404, 40.082530643448301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 925, "tnode_": 861, "lpoly_": null, "rpoly_": null, "length": 641.53241114000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURBANK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9218, "l_t_add": 9298, "r_f_add": 9219, "r_t_add": 9299, "st_code": 19780, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960002, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURBANK RD", "stname": "BURBANK RD", "objectid": 38239, "Shape__Length": 255.91493630292362 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063045394341998, 40.099889900460198 ], [ -75.062204942742596, 40.100742189990498 ], [ -75.061900247691995, 40.101071022011297 ], [ -75.061788969430296, 40.101180405996097 ], [ -75.0616432147186, 40.101279659704304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 910, "tnode_": 925, "lpoly_": null, "rpoly_": null, "length": 253.54715958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 103, "r_f_add": 100, "r_t_add": 106, "st_code": 11740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960003, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38240, "Shape__Length": 101.053497091073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637467764722, 40.100330726701301 ], [ -75.063045394341998, 40.099889900460198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 925, "tnode_": 940, "lpoly_": null, "rpoly_": null, "length": 250.42578035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 105, "l_t_add": 109, "r_f_add": 108, "r_t_add": 110, "st_code": 11740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960004, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38241, "Shape__Length": 99.786252338531938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063045394341998, 40.099889900460198 ], [ -75.062320204335506, 40.099486861440703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 952, "tnode_": 907, "lpoly_": null, "rpoly_": null, "length": 568.11288751999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9230, "l_t_add": 9238, "r_f_add": 9229, "r_t_add": 9243, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 38242, "Shape__Length": 226.5383363788691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058664492652397, 40.099134067619701 ], [ -75.057933841302003, 40.099843422314898 ], [ -75.057454300385004, 40.100168149394499 ], [ -75.057277964919194, 40.100260857096799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 967, "tnode_": 950, "lpoly_": null, "rpoly_": null, "length": 178.33659393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARON", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 700, "l_t_add": 798, "r_f_add": 701, "r_t_add": 799, "st_code": 72160, "l_hundred": 700, "r_hundred": 700, "seg_id": 960007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARON LN", "stname": "SHARON LN", "objectid": 38243, "Shape__Length": 71.23531291431965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054086837181401, 40.098580504390497 ], [ -75.053975990209494, 40.0990625999342 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 971, "tnode_": 952, "lpoly_": null, "rpoly_": null, "length": 252.67038285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9226, "l_t_add": 9228, "r_f_add": 9227, "r_t_add": 9227, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 38244, "Shape__Length": 100.80859948057309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0591836712873, 40.098566505435798 ], [ -75.058664492652397, 40.099134067619701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 981, "tnode_": 966, "lpoly_": null, "rpoly_": null, "length": 275.65106803000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9206, "l_t_add": 9216, "r_f_add": 9205, "r_t_add": 9215, "st_code": 49120, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 38245, "Shape__Length": 109.91457382120815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063320915043505, 40.098287516259603 ], [ -75.063202178462603, 40.098543590585599 ], [ -75.063113121798096, 40.098660376326798 ], [ -75.062983603436606, 40.098732991531797 ], [ -75.062834280290502, 40.098772725101398 ], [ -75.062697534336294, 40.098773544568701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 982, "tnode_": 962, "lpoly_": null, "rpoly_": null, "length": 270.27659252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENHOPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9760, "l_t_add": 9798, "r_f_add": 9759, "r_t_add": 9799, "st_code": 37240, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENHOPE RD", "stname": "GLENHOPE RD", "objectid": 38246, "Shape__Length": 107.81847038890538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040225689122096, 40.097761200734801 ], [ -75.039994782558196, 40.097978784248397 ], [ -75.039645095245902, 40.098353794100497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 986, "tnode_": 971, "lpoly_": null, "rpoly_": null, "length": 255.29478539000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9224, "l_t_add": 9224, "r_f_add": 9219, "r_t_add": 9225, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 38247, "Shape__Length": 101.84916493134564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059719326871502, 40.097999125753098 ], [ -75.0591836712873, 40.098566505435798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 940, "tnode_": 986, "lpoly_": null, "rpoly_": null, "length": 907.2626779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 111, "l_t_add": 127, "r_f_add": 112, "r_t_add": 130, "st_code": 11740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960014, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38248, "Shape__Length": 361.52730979208513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062320204335506, 40.099486861440703 ], [ -75.059719326871502, 40.097999125753098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 988, "tnode_": 904, "lpoly_": null, "rpoly_": null, "length": 981.75053474000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9804, "l_t_add": 9832, "r_f_add": 9801, "r_t_add": 9825, "st_code": 67660, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 38249, "Shape__Length": 391.86251827521136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043887573583007, 40.0975814938529 ], [ -75.043154443068602, 40.098361211969298 ], [ -75.042691816056006, 40.098857210432897 ], [ -75.042559181308704, 40.099040161265698 ], [ -75.042537833295, 40.099783957193701 ], [ -75.042506101630707, 40.099951987812602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 997, "tnode_": 983, "lpoly_": null, "rpoly_": null, "length": 144.86868916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9096, "l_t_add": 9098, "r_f_add": 9201, "r_t_add": 9201, "st_code": 64800, "l_hundred": 9000, "r_hundred": 9200, "seg_id": 960016, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2000-01-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38250, "Shape__Length": 57.867696228302208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065491668298094, 40.0978777012186 ], [ -75.065412357955495, 40.098270689645297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 982, "tnode_": 999, "lpoly_": null, "rpoly_": null, "length": 280.77393223000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAYTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1137, "r_f_add": 1100, "r_t_add": 1136, "st_code": 49720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAYTON RD", "stname": "LAYTON RD", "objectid": 38251, "Shape__Length": 111.88471448816564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040225689122096, 40.097761200734801 ], [ -75.039425813074203, 40.0972956620178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1000, "tnode_": 925, "lpoly_": null, "rpoly_": null, "length": 878.81680093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURBANK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9216, "r_f_add": 9201, "r_t_add": 9217, "st_code": 19780, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURBANK RD", "stname": "BURBANK RD", "objectid": 38252, "Shape__Length": 350.74412172954135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0645381031932, 40.097797090946997 ], [ -75.064365642912605, 40.098300624776499 ], [ -75.0642823365217, 40.098449963356202 ], [ -75.064079505543106, 40.098774810076598 ], [ -75.063887979855707, 40.098991858781403 ], [ -75.063045394341998, 40.099889900460198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 997, "tnode_": 1000, "lpoly_": null, "rpoly_": null, "length": 268.37753046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 103, "r_f_add": 100, "r_t_add": 102, "st_code": 47740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGFIELD RD", "stname": "KINGFIELD RD", "objectid": 38253, "Shape__Length": 106.79661685440578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065491668298094, 40.0978777012186 ], [ -75.0645381031932, 40.097797090946997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1007, "tnode_": 937, "lpoly_": null, "rpoly_": null, "length": 925.61010462000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 84440, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 38254, "Shape__Length": 369.26184838010022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043117943809193, 40.097161684462101 ], [ -75.042090089269294, 40.098233483846499 ], [ -75.041161782039197, 40.099210923545101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 988, "tnode_": 1007, "lpoly_": null, "rpoly_": null, "length": 264.09505888000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1106, "st_code": 60980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 38255, "Shape__Length": 105.22592932367998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043887573583007, 40.0975814938529 ], [ -75.043117943809193, 40.097161684462101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1009, "tnode_": 981, "lpoly_": null, "rpoly_": null, "length": 284.64631184000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9204, "r_f_add": 9201, "r_t_add": 9203, "st_code": 49120, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 38256, "Shape__Length": 113.6365512586442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637394033904, 40.097575283457097 ], [ -75.063320915043505, 40.098287516259603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1000, "tnode_": 1009, "lpoly_": null, "rpoly_": null, "length": 240.89857998000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 105, "l_t_add": 107, "r_f_add": 104, "r_t_add": 108, "st_code": 47740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960023, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGFIELD RD", "stname": "KINGFIELD RD", "objectid": 38257, "Shape__Length": 95.908558235112139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0645381031932, 40.097797090946997 ], [ -75.064037071710104, 40.097714824238999 ], [ -75.0637394033904, 40.097575283457097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1015, "tnode_": 988, "lpoly_": null, "rpoly_": null, "length": 204.11824616000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9754, "l_t_add": 9802, "r_f_add": 9753, "r_t_add": 9799, "st_code": 67660, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 38258, "Shape__Length": 81.44037394792403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044291398893606, 40.0971193406168 ], [ -75.044208996941904, 40.097266098247403 ], [ -75.043887573583007, 40.0975814938529 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1016, "tnode_": 986, "lpoly_": null, "rpoly_": null, "length": 258.2725241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9222, "r_f_add": 9201, "r_t_add": 9217, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 38259, "Shape__Length": 103.02715431491701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060278645123205, 40.097435069016598 ], [ -75.059719326871502, 40.097999125753098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 966, "tnode_": 1016, "lpoly_": null, "rpoly_": null, "length": 835.084391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POCASSET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 65120, "l_hundred": 100, "r_hundred": 100, "seg_id": 960026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POCASSET RD", "stname": "POCASSET RD", "objectid": 38260, "Shape__Length": 332.74406147575246 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062697534336294, 40.098773544568701 ], [ -75.062561641872406, 40.0987285307273 ], [ -75.060278645123205, 40.097435069016598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1018, "tnode_": 984, "lpoly_": null, "rpoly_": null, "length": 261.69087, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9108, "r_f_add": 9101, "r_t_add": 9109, "st_code": 73820, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38261, "Shape__Length": 104.53421031580574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055299195255301, 40.097265535689097 ], [ -75.055326214427794, 40.0976888955257 ], [ -75.055296261584601, 40.097850752523101 ], [ -75.055254298792505, 40.097977745930798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1021, "tnode_": 970, "lpoly_": null, "rpoly_": null, "length": 599.59949616999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 79980, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960028, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38262, "Shape__Length": 239.17831865755224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048430580541194, 40.097084934825403 ], [ -75.047118614010401, 40.098386495899298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1018, "tnode_": 1025, "lpoly_": null, "rpoly_": null, "length": 308.99530869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 610, "st_code": 11740, "l_hundred": 600, "r_hundred": 600, "seg_id": 960030, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38263, "Shape__Length": 122.96313653105844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055299195255301, 40.097265535689097 ], [ -75.054803703361301, 40.097225093701198 ], [ -75.054553541921095, 40.097207186812597 ], [ -75.054206445167196, 40.097150067047103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 999, "tnode_": 1026, "lpoly_": null, "rpoly_": null, "length": 271.60641623000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAYTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1139, "l_t_add": 1145, "r_f_add": 1138, "r_t_add": 1146, "st_code": 49720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAYTON RD", "stname": "LAYTON RD", "objectid": 38264, "Shape__Length": 108.22695691897773 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039425813074203, 40.0972956620178 ], [ -75.038646509936996, 40.096851002445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1007, "tnode_": 1030, "lpoly_": null, "rpoly_": null, "length": 252.91703996000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1109, "l_t_add": 1149, "r_f_add": 1108, "r_t_add": 1150, "st_code": 60980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 38265, "Shape__Length": 100.78450613944834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043117943809193, 40.097161684462101 ], [ -75.042399223577206, 40.0967405260239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1034, "tnode_": 968, "lpoly_": null, "rpoly_": null, "length": 519.74070774999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9818, "l_t_add": 9898, "r_f_add": 9847, "r_t_add": 9899, "st_code": 81060, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960033, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38266, "Shape__Length": 207.58185389635568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036236684927005, 40.096722943750201 ], [ -75.036152080267598, 40.096919260319098 ], [ -75.035989381235794, 40.097291024604097 ], [ -75.035930195438496, 40.097452997527903 ], [ -75.035874602421799, 40.097798169302699 ], [ -75.035845486377596, 40.098109090141001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1026, "tnode_": 1042, "lpoly_": null, "rpoly_": null, "length": 270.07035603999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAYTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1147, "l_t_add": 1157, "r_f_add": 1148, "r_t_add": 1156, "st_code": 49720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAYTON RD", "stname": "LAYTON RD", "objectid": 38267, "Shape__Length": 107.61368236879439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038646509936996, 40.096851002445703 ], [ -75.037870910574895, 40.096409591007998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1009, "tnode_": 1043, "lpoly_": null, "rpoly_": null, "length": 386.43328244000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 109, "l_t_add": 117, "r_f_add": 110, "r_t_add": 116, "st_code": 47740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGFIELD RD", "stname": "KINGFIELD RD", "objectid": 38268, "Shape__Length": 153.98684792667137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637394033904, 40.097575283457097 ], [ -75.062636944140493, 40.096936162483203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1044, "tnode_": 1015, "lpoly_": null, "rpoly_": null, "length": 258.4539575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9746, "l_t_add": 9752, "r_f_add": 9747, "r_t_add": 9751, "st_code": 67660, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 38269, "Shape__Length": 103.24162440934741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044395582079105, 40.096414382316297 ], [ -75.044291398893606, 40.0971193406168 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1046, "tnode_": 982, "lpoly_": null, "rpoly_": null, "length": 626.76920215999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENHOPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9740, "l_t_add": 9758, "r_f_add": 9741, "r_t_add": 9757, "st_code": 37240, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENHOPE RD", "stname": "GLENHOPE RD", "objectid": 38270, "Shape__Length": 250.03646341196009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041554191997093, 40.096375784944399 ], [ -75.040225689122096, 40.097761200734801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1044, "tnode_": 1048, "lpoly_": null, "rpoly_": null, "length": 147.14464394000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9701, "l_t_add": 9799, "r_f_add": 9700, "r_t_add": 9798, "st_code": 67662, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER PL", "stname": "REDD RAMBLER PL", "objectid": 38271, "Shape__Length": 58.553187903796761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044395582079105, 40.096414382316297 ], [ -75.043873396132597, 40.096366064385101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1050, "tnode_": 1016, "lpoly_": null, "rpoly_": null, "length": 450.51098663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 123, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 47740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGFIELD RD", "stname": "KINGFIELD RD", "objectid": 38272, "Shape__Length": 179.48274224370479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061597245456397, 40.096805975780697 ], [ -75.061313807775704, 40.0968407092519 ], [ -75.061036468211, 40.096915267464396 ], [ -75.060828988851199, 40.097002265463402 ], [ -75.060649197972197, 40.097100717954802 ], [ -75.060511150242803, 40.097210952081603 ], [ -75.060278645123205, 40.097435069016598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1043, "tnode_": 1050, "lpoly_": null, "rpoly_": null, "length": 300.31713400999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KINGFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 119, "l_t_add": 121, "r_f_add": 118, "r_t_add": 124, "st_code": 47740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KINGFIELD RD", "stname": "KINGFIELD RD", "objectid": 38273, "Shape__Length": 119.52781565918386 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062636944140493, 40.096936162483203 ], [ -75.062417562622798, 40.096861115659301 ], [ -75.062110429716, 40.096799904733402 ], [ -75.061836730760405, 40.0967826986763 ], [ -75.061597245456397, 40.096805975780697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1063, "tnode_": 1018, "lpoly_": null, "rpoly_": null, "length": 348.93648001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 73820, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38274, "Shape__Length": 139.36694862282184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055388813035705, 40.096331131090103 ], [ -75.055277678072898, 40.096510043983201 ], [ -75.055245424008803, 40.096652291672399 ], [ -75.055241165162201, 40.096759443988901 ], [ -75.055299195255301, 40.097265535689097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1064, "tnode_": 1034, "lpoly_": null, "rpoly_": null, "length": 355.75055514999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9816, "r_f_add": 9759, "r_t_add": 9845, "st_code": 81060, "l_hundred": 9800, "r_hundred": 9700, "seg_id": 960043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38275, "Shape__Length": 141.93066365472464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036965367822702, 40.095922612989803 ], [ -75.036917359704901, 40.095975341089797 ], [ -75.036236684927005, 40.096722943750201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1042, "tnode_": 1064, "lpoly_": null, "rpoly_": null, "length": 309.27378186000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAYTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1159, "l_t_add": 1199, "r_f_add": 1158, "r_t_add": 1198, "st_code": 49720, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAYTON RD", "stname": "LAYTON RD", "objectid": 38276, "Shape__Length": 123.2216722707082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037870910574895, 40.096409591007998 ], [ -75.036965367822702, 40.095922612989803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1067, "tnode_": 999, "lpoly_": null, "rpoly_": null, "length": 630.0803839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9730, "l_t_add": 9798, "r_f_add": 9729, "r_t_add": 9799, "st_code": 22360, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPEL RD", "stname": "CHAPEL RD", "objectid": 38277, "Shape__Length": 251.34765300433241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040776655857897, 40.095911674696097 ], [ -75.039425813074203, 40.0972956620178 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1046, "tnode_": 1067, "lpoly_": null, "rpoly_": null, "length": 275.50266790999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1152, "r_t_add": 1198, "st_code": 60980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 38278, "Shape__Length": 109.78704208143839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041554191997093, 40.096375784944399 ], [ -75.040776655857897, 40.095911674696097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1025, "tnode_": 1074, "lpoly_": null, "rpoly_": null, "length": 743.92888950999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 613, "l_t_add": 735, "r_f_add": 612, "r_t_add": 728, "st_code": 11740, "l_hundred": 600, "r_hundred": 600, "seg_id": 960047, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38279, "Shape__Length": 296.43918260715412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054206445167196, 40.097150067047103 ], [ -75.053876660948504, 40.097076919912098 ], [ -75.053605874493101, 40.096986278779603 ], [ -75.053328212057494, 40.096871392579303 ], [ -75.052982213818098, 40.096700716354498 ], [ -75.052722132947807, 40.096538075778199 ], [ -75.052502172906401, 40.096352292919399 ], [ -75.052108677064297, 40.095972957215899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1086, "tnode_": 1063, "lpoly_": null, "rpoly_": null, "length": 222.6629843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8996, "l_t_add": 8998, "r_f_add": 8997, "r_t_add": 8999, "st_code": 73820, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38280, "Shape__Length": 88.906754821204458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055652967579903, 40.095757665888797 ], [ -75.055615094655096, 40.095884652539901 ], [ -75.055518786232199, 40.096132651078598 ], [ -75.055388813035705, 40.096331131090103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1093, "tnode_": 1046, "lpoly_": null, "rpoly_": null, "length": 431.41666838000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENHOPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9726, "l_t_add": 9738, "r_f_add": 9727, "r_t_add": 9739, "st_code": 37240, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENHOPE RD", "stname": "GLENHOPE RD", "objectid": 38281, "Shape__Length": 172.2464207035195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042045796340901, 40.095279253094297 ], [ -75.041987353175301, 40.095689972474403 ], [ -75.041913332089393, 40.095910781284402 ], [ -75.041766042408696, 40.096152118931698 ], [ -75.041554191997093, 40.096375784944399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1093, "tnode_": 1095, "lpoly_": null, "rpoly_": null, "length": 302.26781409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9720, "r_f_add": 9701, "r_t_add": 9725, "st_code": 67660, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 38282, "Shape__Length": 120.27462540175901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042045796340901, 40.095279253094297 ], [ -75.042229444501899, 40.095299903404602 ], [ -75.042385508617997, 40.095293607528099 ], [ -75.043123810079805, 40.095279165507101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1095, "tnode_": 1030, "lpoly_": null, "rpoly_": null, "length": 582.25606242999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9742, "r_f_add": 9701, "r_t_add": 9741, "st_code": 75620, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSAN RD", "stname": "SUSAN RD", "objectid": 38283, "Shape__Length": 232.45156801951725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043123810079805, 40.095279165507101 ], [ -75.043071486777393, 40.095673735744803 ], [ -75.0430244159583, 40.095877050720603 ], [ -75.042910295395799, 40.096133631716903 ], [ -75.042799754130499, 40.096300549848799 ], [ -75.042399223577206, 40.0967405260239 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1113, "tnode_": 1026, "lpoly_": null, "rpoly_": null, "length": 871.55524341, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEACON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 16360, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEACON RD", "stname": "BEACON RD", "objectid": 38284, "Shape__Length": 347.74552435179271 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039545092938894, 40.094863142313599 ], [ -75.039868029038303, 40.095193793079197 ], [ -75.039924174086295, 40.095369756191502 ], [ -75.039907104307403, 40.095515933666697 ], [ -75.039882604529595, 40.095567089784502 ], [ -75.038646509936996, 40.096851002445703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1116, "tnode_": 1086, "lpoly_": null, "rpoly_": null, "length": 213.3030933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8920, "l_t_add": 8994, "r_f_add": 8919, "r_t_add": 8995, "st_code": 73820, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38285, "Shape__Length": 85.197382381766147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055531222871707, 40.095181903446999 ], [ -75.055547628560305, 40.095239556531197 ], [ -75.055578212548596, 40.095306667710702 ], [ -75.055623861465506, 40.095496706377403 ], [ -75.055636697117805, 40.0956757607985 ], [ -75.055652967579903, 40.095757665888797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1122, "tnode_": 1021, "lpoly_": null, "rpoly_": null, "length": 1059.3170381100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 79980, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960054, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38286, "Shape__Length": 422.54365875276818 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050754633395499, 40.094789182015603 ], [ -75.048430580541194, 40.097084934825403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1098, "tnode_": 1122, "lpoly_": null, "rpoly_": null, "length": 302.18700412000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 11740, "l_hundred": 800, "r_hundred": 800, "seg_id": 960055, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38287, "Shape__Length": 120.51864842712061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051448740924997, 40.095424765811003 ], [ -75.050754633395499, 40.094789182015603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1123, "tnode_": 1125, "lpoly_": null, "rpoly_": null, "length": 246.94075841999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9546, "r_f_add": 9501, "r_t_add": 9545, "st_code": 83020, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WICK RD", "stname": "WICK RD", "objectid": 38288, "Shape__Length": 98.261798915695593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044793109773593, 40.094592452253998 ], [ -75.044677701655004, 40.094603391648697 ], [ -75.044526953996197, 40.094599843829002 ], [ -75.044276221674494, 40.094581066481901 ], [ -75.043916130410906, 40.094542187963498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1125, "tnode_": 1128, "lpoly_": null, "rpoly_": null, "length": 270.60357821999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9548, "l_t_add": 9598, "r_f_add": 9547, "r_t_add": 9599, "st_code": 83020, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WICK RD", "stname": "WICK RD", "objectid": 38289, "Shape__Length": 107.71336575585435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043916130410906, 40.094542187963498 ], [ -75.043702860924498, 40.094524649874103 ], [ -75.0435524570007, 40.094512524583202 ], [ -75.043335053743704, 40.094498822455797 ], [ -75.043196329271694, 40.094474095726603 ], [ -75.043102955030704, 40.094433269978403 ], [ -75.0430004970124, 40.094367512696202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1132, "tnode_": 1131, "lpoly_": null, "rpoly_": null, "length": 257.71662406000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "KINGS OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 1, "r_f_add": 2, "r_t_add": 18, "st_code": 47774, "l_hundred": 0, "r_hundred": 0, "seg_id": 960058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N KINGS OAK LN", "stname": "N KINGS OAK LN", "objectid": 38290, "Shape__Length": 102.54602767748412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064931782629003, 40.094728600527603 ], [ -75.064238030014295, 40.0947627341504 ], [ -75.064012052213499, 40.094765188754899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1120, "tnode_": 1137, "lpoly_": null, "rpoly_": null, "length": 242.58131831, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "KINGS OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 47773, "l_hundred": 0, "r_hundred": 0, "seg_id": 960059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E KINGS OAK LN", "stname": "E KINGS OAK LN", "objectid": 38291, "Shape__Length": 96.666040943488895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062934396355899, 40.095067905028102 ], [ -75.062823181034503, 40.095013266550097 ], [ -75.062557723208997, 40.094857113128903 ], [ -75.062395956715804, 40.0947620583418 ], [ -75.062250149552298, 40.094660330318298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1145, "tnode_": 1114, "lpoly_": null, "rpoly_": null, "length": 439.89569478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9708, "l_t_add": 9720, "r_f_add": 9701, "r_t_add": 9721, "st_code": 81060, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38292, "Shape__Length": 175.35719701208816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039299254671903, 40.093948306024501 ], [ -75.038751155336698, 40.094367394190002 ], [ -75.038155060339406, 40.094775910050899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1149, "tnode_": 1122, "lpoly_": null, "rpoly_": null, "length": 324.24540405, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 9098, "r_f_add": 8901, "r_t_add": 9099, "st_code": 79980, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960061, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38293, "Shape__Length": 129.32085030337851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051488512799096, 40.094100276474101 ], [ -75.050754633395499, 40.094789182015603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1130, "tnode_": 1149, "lpoly_": null, "rpoly_": null, "length": 294.67072393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARETTE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 22400, "l_hundred": 800, "r_hundred": 800, "seg_id": 960062, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARETTE RD", "stname": "CHARETTE RD", "objectid": 38294, "Shape__Length": 117.42234802572577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052320140792403, 40.094596660471801 ], [ -75.051488512799096, 40.094100276474101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1145, "tnode_": 1154, "lpoly_": null, "rpoly_": null, "length": 108.62676058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST AVE", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9245, "l_hundred": 0, "r_hundred": 0, "seg_id": 960063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORTHEAST AVE RAMP", "stname": "NORTHEAST AVE RAMP", "objectid": 38295, "Shape__Length": 43.301876003408736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039299254671903, 40.093948306024501 ], [ -75.039016514000807, 40.093743939128103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1156, "tnode_": 1145, "lpoly_": null, "rpoly_": null, "length": 137.3411654, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9706, "r_f_add": 9589, "r_t_add": 9599, "st_code": 81060, "l_hundred": 9700, "r_hundred": 9500, "seg_id": 960064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38296, "Shape__Length": 54.715821008419248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039704328234393, 40.093735330803298 ], [ -75.039299254671903, 40.093948306024501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1156, "tnode_": 1124, "lpoly_": null, "rpoly_": null, "length": 307.02722203000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9706, "r_f_add": 9701, "r_t_add": 9713, "st_code": 22360, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPEL RD", "stname": "CHAPEL RD", "objectid": 38297, "Shape__Length": 122.48322747309975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039704328234393, 40.093735330803298 ], [ -75.0403424392467, 40.094421027476699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1131, "tnode_": 1176, "lpoly_": null, "rpoly_": null, "length": 466.45677012, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KINGS OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 47776, "l_hundred": 0, "r_hundred": 0, "seg_id": 960066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KINGS OAK LN", "stname": "W KINGS OAK LN", "objectid": 38298, "Shape__Length": 185.88580785753049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064012052213499, 40.094765188754899 ], [ -75.063839565323704, 40.094642593008103 ], [ -75.063279998225696, 40.094303541757903 ], [ -75.062840699671199, 40.094035753978098 ], [ -75.062709202593993, 40.093967579730801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1180, "tnode_": 1156, "lpoly_": null, "rpoly_": null, "length": 287.46887241999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9578, "l_t_add": 9598, "r_f_add": 9579, "r_t_add": 9587, "st_code": 81060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38299, "Shape__Length": 114.49132893901717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040597204758399, 40.0933473276218 ], [ -75.040102855425999, 40.093536874365903 ], [ -75.039704328234393, 40.093735330803298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1180, "tnode_": 1093, "lpoly_": null, "rpoly_": null, "length": 818.58758186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENHOPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9724, "r_f_add": 9701, "r_t_add": 9725, "st_code": 37240, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960068, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENHOPE RD", "stname": "GLENHOPE RD", "objectid": 38300, "Shape__Length": 326.66534555000482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040597204758399, 40.0933473276218 ], [ -75.041712406746996, 40.0945929863163 ], [ -75.041903296618401, 40.094892365936403 ], [ -75.042045796340901, 40.095279253094297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1187, "tnode_": 1155, "lpoly_": null, "rpoly_": null, "length": 328.76645707999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8710, "l_t_add": 8798, "r_f_add": 8711, "r_t_add": 8799, "st_code": 12000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38301, "Shape__Length": 131.0162461047739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0570706352499, 40.093557212589801 ], [ -75.056340185090306, 40.094036197592601 ], [ -75.056155743460593, 40.094120504815102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1123, "tnode_": 1197, "lpoly_": null, "rpoly_": null, "length": 625.54872388000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 25960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESWOOD RD", "stname": "CRESWOOD RD", "objectid": 38302, "Shape__Length": 249.79635794798716 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044793109773593, 40.094592452253998 ], [ -75.044881435022106, 40.094539514652404 ], [ -75.044933223060497, 40.094502106346297 ], [ -75.044980967800399, 40.094425974980297 ], [ -75.045344592287904, 40.092960291843198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1200, "tnode_": 1125, "lpoly_": null, "rpoly_": null, "length": 620.9337416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 75620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSAN RD", "stname": "SUSAN RD", "objectid": 38303, "Shape__Length": 248.00627553486635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044320128277803, 40.092866134391102 ], [ -75.043916130410906, 40.094542187963498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1197, "tnode_": 1200, "lpoly_": null, "rpoly_": null, "length": 288.66647851, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9544, "l_t_add": 9550, "r_f_add": 9545, "r_t_add": 9551, "st_code": 81060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960072, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38304, "Shape__Length": 114.86291997586375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045344592287904, 40.092960291843198 ], [ -75.044320128277803, 40.092866134391102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1204, "tnode_": 1187, "lpoly_": null, "rpoly_": null, "length": 354.75959695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8708, "r_f_add": 8701, "r_t_add": 8709, "st_code": 12000, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38305, "Shape__Length": 141.3012878710999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058153663993906, 40.093085848554502 ], [ -75.057922001297797, 40.093134422004098 ], [ -75.057767972900194, 40.093165330914204 ], [ -75.057601005134003, 40.093224570809397 ], [ -75.0570706352499, 40.093557212589801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1206, "tnode_": 1128, "lpoly_": null, "rpoly_": null, "length": 590.37290838000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TWIST", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 78200, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TWIST RD", "stname": "TWIST RD", "objectid": 38306, "Shape__Length": 235.79962943517228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043290179730207, 40.092773914614497 ], [ -75.042955184851095, 40.0942151930469 ], [ -75.042974093576703, 40.0943014766532 ], [ -75.0430004970124, 40.094367512696202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1200, "tnode_": 1206, "lpoly_": null, "rpoly_": null, "length": 290.10791998999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9552, "l_t_add": 9560, "r_f_add": 9553, "r_t_add": 9559, "st_code": 81060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960075, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38307, "Shape__Length": 115.43599999147349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044320128277803, 40.092866134391102 ], [ -75.043290179730207, 40.092773914614497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1208, "tnode_": 1204, "lpoly_": null, "rpoly_": null, "length": 683.05769319000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 12000, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960076, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38308, "Shape__Length": 271.82537896374578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0605412230409, 40.093141714302099 ], [ -75.060372166365994, 40.093226293458102 ], [ -75.060226844957, 40.093264311351902 ], [ -75.058153663993906, 40.093085848554502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1206, "tnode_": 1180, "lpoly_": null, "rpoly_": null, "length": 788.00446174000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9562, "l_t_add": 9576, "r_f_add": 9561, "r_t_add": 9577, "st_code": 81060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960077, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38309, "Shape__Length": 313.64277291559597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043290179730207, 40.092773914614497 ], [ -75.043060817686495, 40.092755305163102 ], [ -75.042857277413503, 40.092772766818896 ], [ -75.041569924133896, 40.093081834060698 ], [ -75.040597204758399, 40.0933473276218 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1211, "tnode_": 1132, "lpoly_": null, "rpoly_": null, "length": 612.26148703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8998, "l_t_add": 9010, "r_f_add": 9011, "r_t_add": 9019, "st_code": 64800, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 960078, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38310, "Shape__Length": 244.45827969375179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065663721214193, 40.093154198084498 ], [ -75.0650201499041, 40.094328832740402 ], [ -75.064962552299605, 40.094511251107498 ], [ -75.064931782629003, 40.094728600527603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1155, "tnode_": 1226, "lpoly_": null, "rpoly_": null, "length": 661.56524765999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 29540, "l_hundred": 700, "r_hundred": 700, "seg_id": 960079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNMORE RD", "stname": "DUNMORE RD", "objectid": 38311, "Shape__Length": 263.84792634474081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056155743460593, 40.094120504815102 ], [ -75.056024511901001, 40.094063315419099 ], [ -75.055927317129004, 40.094025994166401 ], [ -75.054774698113306, 40.092943317127499 ], [ -75.054715401612896, 40.092852185493001 ], [ -75.054701589286296, 40.092736319824297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1229, "tnode_": 1196, "lpoly_": null, "rpoly_": null, "length": 263.93785528000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDUN", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 56925, "l_hundred": 0, "r_hundred": 0, "seg_id": 960080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREDUN PL", "stname": "MOREDUN PL", "objectid": 38312, "Shape__Length": 105.18443955360958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064722694976496, 40.092854632946803 ], [ -75.063993380862897, 40.093314214775504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1211, "tnode_": 1229, "lpoly_": null, "rpoly_": null, "length": 284.99737447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 201, "l_t_add": 207, "r_f_add": 200, "r_t_add": 204, "st_code": 56924, "l_hundred": 200, "r_hundred": 200, "seg_id": 960081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREDUN AVE", "stname": "MOREDUN AVE", "objectid": 38313, "Shape__Length": 113.46246135024185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065663721214193, 40.093154198084498 ], [ -75.064722694976496, 40.092854632946803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1204, "tnode_": 1240, "lpoly_": null, "rpoly_": null, "length": 361.08129475000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCHMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 711, "r_f_add": 700, "r_t_add": 714, "st_code": 53420, "l_hundred": 700, "r_hundred": 700, "seg_id": 960082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCHMAN RD", "stname": "MARCHMAN RD", "objectid": 38314, "Shape__Length": 144.02256462595079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058153663993906, 40.093085848554502 ], [ -75.057361876806695, 40.092303099570401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1208, "tnode_": 1242, "lpoly_": null, "rpoly_": null, "length": 302.36837077999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 716, "st_code": 56260, "l_hundred": 700, "r_hundred": 700, "seg_id": 960083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLWOOD RD", "stname": "MILLWOOD RD", "objectid": 38315, "Shape__Length": 120.77266778482056 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0605412230409, 40.093141714302099 ], [ -75.060587186319694, 40.093017325830203 ], [ -75.060619323797695, 40.092886918386299 ], [ -75.060673179924805, 40.092320415357001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1245, "tnode_": 1226, "lpoly_": null, "rpoly_": null, "length": 327.47880377999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8710, "l_t_add": 8798, "r_f_add": 8711, "r_t_add": 8799, "st_code": 33860, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38316, "Shape__Length": 130.52381036399044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055577026059694, 40.092143244998603 ], [ -75.054851263316706, 40.092599953818301 ], [ -75.054701589286296, 40.092736319824297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1187, "tnode_": 1245, "lpoly_": null, "rpoly_": null, "length": 663.27636916999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STELWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 74640, "l_hundred": 700, "r_hundred": 700, "seg_id": 960085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STELWOOD RD", "stname": "STELWOOD RD", "objectid": 38317, "Shape__Length": 264.53673186239382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0570706352499, 40.093557212589801 ], [ -75.055577026059694, 40.092143244998603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1212, "tnode_": 1249, "lpoly_": null, "rpoly_": null, "length": 315.90486195, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1079, "l_t_add": 1079, "r_f_add": 1094, "r_t_add": 1094, "st_code": 82240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960086, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38318, "Shape__Length": 126.16111731300381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047301315032101, 40.092771584932002 ], [ -75.0475694094809, 40.091929190549898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1242, "tnode_": 1240, "lpoly_": null, "rpoly_": null, "length": 943.92969877000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 18860, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 38319, "Shape__Length": 375.6255971866114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060673179924805, 40.092320415357001 ], [ -75.057988919362401, 40.092128127257503 ], [ -75.057772581159895, 40.092143769274003 ], [ -75.057599500562702, 40.092201844159902 ], [ -75.057361876806695, 40.092303099570401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1249, "tnode_": 1276, "lpoly_": null, "rpoly_": null, "length": 339.43603076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1081, "l_t_add": 1099, "r_f_add": 1096, "r_t_add": 1098, "st_code": 82240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38320, "Shape__Length": 135.48772885710096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0475694094809, 40.091929190549898 ], [ -75.047550156324206, 40.091844354900402 ], [ -75.047509849520495, 40.091765544239003 ], [ -75.047055626646198, 40.0910892151729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1261, "tnode_": 1243, "lpoly_": null, "rpoly_": null, "length": 239.11700435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8986, "l_t_add": 8992, "r_f_add": 8987, "r_t_add": 8999, "st_code": 64800, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960089, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38321, "Shape__Length": 95.337479955020044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066726638307102, 40.091954777847597 ], [ -75.066137366390294, 40.092430212998799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1266, "tnode_": 1232, "lpoly_": null, "rpoly_": null, "length": 345.72833376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARGILL", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9010, "l_t_add": 9098, "r_f_add": 9011, "r_t_add": 9099, "st_code": 21380, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARGILL LN", "stname": "CARGILL LN", "objectid": 38322, "Shape__Length": 137.97692869753462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063515187697206, 40.091832953908799 ], [ -75.063322154570599, 40.092062291471898 ], [ -75.062923932987005, 40.092665122152901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1229, "tnode_": 1266, "lpoly_": null, "rpoly_": null, "length": 506.28176524999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 209, "l_t_add": 299, "r_f_add": 206, "r_t_add": 298, "st_code": 56924, "l_hundred": 200, "r_hundred": 200, "seg_id": 960091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREDUN AVE", "stname": "MOREDUN AVE", "objectid": 38323, "Shape__Length": 201.87628236150709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064722694976496, 40.092854632946803 ], [ -75.064295592421999, 40.092411673044801 ], [ -75.063973517233407, 40.092106677770602 ], [ -75.063515187697206, 40.091832953908799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1263, "tnode_": 1268, "lpoly_": null, "rpoly_": null, "length": 870.37366897000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9508, "l_t_add": 9540, "r_f_add": 9525, "r_t_add": 9537, "st_code": 68600, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38324, "Shape__Length": 346.30928456540079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045882942440102, 40.091480750518798 ], [ -75.045591864872193, 40.091501744074797 ], [ -75.045286452086003, 40.091494558132901 ], [ -75.044893226542698, 40.091474869851098 ], [ -75.044276447045505, 40.0914394841231 ], [ -75.042779822237804, 40.091357620935703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1271, "tnode_": 1245, "lpoly_": null, "rpoly_": null, "length": 345.21923757000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8708, "r_f_add": 8701, "r_t_add": 8709, "st_code": 33860, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38325, "Shape__Length": 137.58868386982135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056509260844393, 40.091522411773099 ], [ -75.055577026059694, 40.092143244998603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1240, "tnode_": 1271, "lpoly_": null, "rpoly_": null, "length": 371.19138688000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCHMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 713, "l_t_add": 799, "r_f_add": 716, "r_t_add": 798, "st_code": 53420, "l_hundred": 700, "r_hundred": 700, "seg_id": 960094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCHMAN RD", "stname": "MARCHMAN RD", "objectid": 38326, "Shape__Length": 148.03210655728964 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057361876806695, 40.092303099570401 ], [ -75.056509260844393, 40.091522411773099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1268, "tnode_": 1273, "lpoly_": null, "rpoly_": null, "length": 379.80278395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9542, "l_t_add": 9598, "r_f_add": 9539, "r_t_add": 9599, "st_code": 68600, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960095, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38327, "Shape__Length": 151.16046333833219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042779822237804, 40.091357620935703 ], [ -75.042398758974102, 40.091337877142799 ], [ -75.042066617032503, 40.091319617970598 ], [ -75.041837318497699, 40.091277693724201 ], [ -75.041736347894201, 40.091254444724399 ], [ -75.041477416476795, 40.091135892014698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1276, "tnode_": 1263, "lpoly_": null, "rpoly_": null, "length": 358.88424311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9506, "r_f_add": 9501, "r_t_add": 9523, "st_code": 68600, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38328, "Shape__Length": 142.88395540973113 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047055626646198, 40.0910892151729 ], [ -75.046600986943105, 40.0912745408992 ], [ -75.046202407283005, 40.091407948785097 ], [ -75.045882942440102, 40.091480750518798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1242, "tnode_": 1278, "lpoly_": null, "rpoly_": null, "length": 348.9420099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 715, "l_t_add": 799, "r_f_add": 718, "r_t_add": 736, "st_code": 56260, "l_hundred": 700, "r_hundred": 700, "seg_id": 960097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLWOOD RD", "stname": "MILLWOOD RD", "objectid": 38329, "Shape__Length": 139.38000143842737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060673179924805, 40.092320415357001 ], [ -75.060789496635394, 40.091366706226601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1278, "tnode_": 1271, "lpoly_": null, "rpoly_": null, "length": 1245.1522069600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 33860, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38330, "Shape__Length": 495.55376009927147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060789496635394, 40.091366706226601 ], [ -75.057839500463999, 40.091137474549797 ], [ -75.057246018936397, 40.091144282787198 ], [ -75.057073213199502, 40.0911954594783 ], [ -75.056898490862295, 40.091294913982601 ], [ -75.056509260844393, 40.091522411773099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1271, "tnode_": 1291, "lpoly_": null, "rpoly_": null, "length": 359.66471207000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCHMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 53420, "l_hundred": 800, "r_hundred": 800, "seg_id": 960099, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCHMAN RD", "stname": "MARCHMAN RD", "objectid": 38331, "Shape__Length": 143.43699216281394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056509260844393, 40.091522411773099 ], [ -75.055689136544402, 40.090762121512803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1297, "tnode_": 1266, "lpoly_": null, "rpoly_": null, "length": 438.66149336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARGILL", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9008, "r_f_add": 9001, "r_t_add": 9009, "st_code": 21380, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARGILL LN", "stname": "CARGILL LN", "objectid": 38332, "Shape__Length": 175.02299784409385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064358408431204, 40.090817760527798 ], [ -75.063515187697206, 40.091832953908799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1243, "tnode_": 1297, "lpoly_": null, "rpoly_": null, "length": 772.81286011000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 17980, "l_hundred": 100, "r_hundred": 100, "seg_id": 960101, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38333, "Shape__Length": 308.19174938539618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066137366390294, 40.092430212998799 ], [ -75.065269431871499, 40.091600340809698 ], [ -75.064860000434095, 40.0911999841449 ], [ -75.0646556333066, 40.090991063802001 ], [ -75.064358408431204, 40.090817760527798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1299, "tnode_": 1276, "lpoly_": null, "rpoly_": null, "length": 518.1556747000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9336, "l_t_add": 9398, "r_f_add": 9339, "r_t_add": 9399, "st_code": 68600, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38334, "Shape__Length": 206.4001284405029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048602148847493, 40.090337632817103 ], [ -75.048367680557803, 40.090541760569899 ], [ -75.048177142341601, 40.090658098010699 ], [ -75.047055626646198, 40.0910892151729 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1278, "tnode_": 1306, "lpoly_": null, "rpoly_": null, "length": 368.81311792000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 738, "r_t_add": 898, "st_code": 56260, "l_hundred": 800, "r_hundred": 700, "seg_id": 960103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLWOOD RD", "stname": "MILLWOOD RD", "objectid": 38335, "Shape__Length": 147.31127526965628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060789496635394, 40.091366706226601 ], [ -75.060952898560402, 40.090362082236197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1314, "tnode_": 1268, "lpoly_": null, "rpoly_": null, "length": 791.70460063000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 12380, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38336, "Shape__Length": 315.73986330377375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044542920187894, 40.0897164703185 ], [ -75.044364408282902, 40.089745867702902 ], [ -75.044240166096799, 40.089795118316196 ], [ -75.044162807869597, 40.089861124571598 ], [ -75.042941004060395, 40.091135371034198 ], [ -75.042779822237804, 40.091357620935703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1263, "tnode_": 1314, "lpoly_": null, "rpoly_": null, "length": 764.74419381999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 25960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESWOOD RD", "stname": "CRESWOOD RD", "objectid": 38337, "Shape__Length": 305.15098456107364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045882942440102, 40.091480750518798 ], [ -75.045815906891505, 40.091334837471997 ], [ -75.045682944823, 40.091091705588703 ], [ -75.045247011866195, 40.090439696694602 ], [ -75.0450429329142, 40.090106192306003 ], [ -75.044915515728704, 40.089894494070997 ], [ -75.044817249597102, 40.089803484145499 ], [ -75.044542920187894, 40.0897164703185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1323, "tnode_": 1291, "lpoly_": null, "rpoly_": null, "length": 546.39307456000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 79980, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960106, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38338, "Shape__Length": 217.82123850493042 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057069800096301, 40.089706294066097 ], [ -75.056460654375499, 40.090244241433503 ], [ -75.055689136544402, 40.090762121512803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1306, "tnode_": 1323, "lpoly_": null, "rpoly_": null, "length": 1130.25856028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 17980, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960107, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38339, "Shape__Length": 449.82616714695342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060952898560402, 40.090362082236197 ], [ -75.059205719500596, 40.090230633457097 ], [ -75.058820418795605, 40.090200903645197 ], [ -75.058345595352804, 40.090162173346798 ], [ -75.057872964222, 40.090068266568601 ], [ -75.057069800096301, 40.089706294066097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1337, "tnode_": 1299, "lpoly_": null, "rpoly_": null, "length": 560.19514459000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9312, "l_t_add": 9334, "r_f_add": 9313, "r_t_add": 9337, "st_code": 68600, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38340, "Shape__Length": 223.45427851454184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049788289620906, 40.089099287211702 ], [ -75.049143159880501, 40.0897417344936 ], [ -75.048602148847493, 40.090337632817103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1337, "tnode_": 1299, "lpoly_": null, "rpoly_": null, "length": 1031.84129588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROUT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 77900, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROUT RD", "stname": "TROUT RD", "objectid": 38341, "Shape__Length": 411.3567732821769 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049788289620906, 40.089099287211702 ], [ -75.050307436530801, 40.0894121317843 ], [ -75.050411091794004, 40.089502431764402 ], [ -75.050436387649697, 40.089585400365799 ], [ -75.050440910182601, 40.089651405463599 ], [ -75.0504088417145, 40.089738517785598 ], [ -75.050339279619806, 40.089838229155298 ], [ -75.049699416895095, 40.090496171512598 ], [ -75.049609544870805, 40.090598400435901 ], [ -75.049499989259104, 40.090656234559603 ], [ -75.049312949088403, 40.090684789618699 ], [ -75.049213159292506, 40.090676953119903 ], [ -75.049135673831401, 40.0906476749131 ], [ -75.048891118299906, 40.0905046377895 ], [ -75.048602148847493, 40.090337632817103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27868, "tnode_": 1273, "lpoly_": null, "rpoly_": null, "length": 829.10884602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9514, "l_t_add": 9568, "r_f_add": 0, "r_t_add": 0, "st_code": 60180, "l_hundred": 9500, "r_hundred": 0, "seg_id": 960110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38342, "Shape__Length": 330.7158622241792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0432471795487, 40.0893103641354 ], [ -75.041477416476795, 40.091135892014698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1338, "tnode_": 1357, "lpoly_": null, "rpoly_": null, "length": 297.24650022000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1011, "r_f_add": 1000, "r_t_add": 1016, "st_code": 75600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38343, "Shape__Length": 118.53396502655991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054500798968107, 40.089183332936599 ], [ -75.054500214821203, 40.0889951667248 ], [ -75.054397671995503, 40.088861601434601 ], [ -75.054230627851297, 40.088767942527099 ], [ -75.053905081521194, 40.088578170732902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1360, "tnode_": 1336, "lpoly_": null, "rpoly_": null, "length": 905.93563346999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 38120, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 960112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38344, "Shape__Length": 360.54407438865468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0488008507389, 40.088363703006401 ], [ -75.0485297589548, 40.0884477744425 ], [ -75.046242832557596, 40.0889596393665 ], [ -75.045686995081496, 40.089030572471003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1363, "tnode_": 1337, "lpoly_": null, "rpoly_": null, "length": 299.16846163000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9310, "r_f_add": 9301, "r_t_add": 9311, "st_code": 68600, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38345, "Shape__Length": 119.41966920413705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050216146256801, 40.088349508886402 ], [ -75.050145652837699, 40.088447300643097 ], [ -75.050042523780903, 40.088702983739502 ], [ -75.049788289620906, 40.089099287211702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1355, "tnode_": 1363, "lpoly_": null, "rpoly_": null, "length": 206.82298683, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1108, "st_code": 38120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38346, "Shape__Length": 82.349296214512663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050879115248094, 40.088590688100702 ], [ -75.050612024650704, 40.0884552140406 ], [ -75.050216146256801, 40.088349508886402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1363, "tnode_": 1360, "lpoly_": null, "rpoly_": null, "length": 402.1486081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1121, "l_t_add": 1199, "r_f_add": 1110, "r_t_add": 1198, "st_code": 38120, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38347, "Shape__Length": 160.01771979072765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050216146256801, 40.088349508886402 ], [ -75.049923406430807, 40.088282822970001 ], [ -75.049671870883799, 40.088275025354498 ], [ -75.049322503550201, 40.088290672369702 ], [ -75.0488008507389, 40.088363703006401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1368, "tnode_": 1365, "lpoly_": null, "rpoly_": null, "length": 189.76607823999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 17990, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960116, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD PL", "stname": "BLOOMFIELD PL", "objectid": 38348, "Shape__Length": 75.566094054809099 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055810420201993, 40.088104419857601 ], [ -75.055211832652105, 40.088349346938799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1357, "tnode_": 1371, "lpoly_": null, "rpoly_": null, "length": 267.2602698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1013, "l_t_add": 1023, "r_f_add": 1018, "r_t_add": 1028, "st_code": 75600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960117, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38349, "Shape__Length": 106.50855723799555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053905081521194, 40.088578170732902 ], [ -75.053177758668198, 40.088102584618198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1374, "tnode_": 1355, "lpoly_": null, "rpoly_": null, "length": 272.85764359000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TROUT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 77900, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960118, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TROUT RD", "stname": "TROUT RD", "objectid": 38350, "Shape__Length": 108.82204098768071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051485166211606, 40.088003869243799 ], [ -75.050879115248094, 40.088590688100702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1360, "tnode_": 1377, "lpoly_": null, "rpoly_": null, "length": 286.21139539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1104, "st_code": 38760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960119, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38351, "Shape__Length": 114.11972686283593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0488008507389, 40.088363703006401 ], [ -75.048116207751505, 40.087779946799202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1390, "tnode_": 1377, "lpoly_": null, "rpoly_": null, "length": 429.72440443, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1128, "r_t_add": 1198, "st_code": 17620, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960120, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 38352, "Shape__Length": 171.02130311157808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0495897443421, 40.087470077321299 ], [ -75.048839267498707, 40.087568618759398 ], [ -75.048489803050302, 40.087656043650902 ], [ -75.048116207751505, 40.087779946799202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1374, "tnode_": 1390, "lpoly_": null, "rpoly_": null, "length": 575.79968813000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1123, "r_f_add": 1100, "r_t_add": 1126, "st_code": 17620, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960121, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 38353, "Shape__Length": 229.2171708508813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051485166211606, 40.088003869243799 ], [ -75.051209127029395, 40.087830548874699 ], [ -75.050918331580604, 40.0877109521509 ], [ -75.050629936016506, 40.087627369963798 ], [ -75.050317198071795, 40.087550705691001 ], [ -75.0495897443421, 40.087470077321299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1392, "tnode_": 1371, "lpoly_": null, "rpoly_": null, "length": 268.32238881000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 17620, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 38354, "Shape__Length": 107.00752848814935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053782813007203, 40.087531121564602 ], [ -75.053177758668198, 40.088102584618198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1368, "tnode_": 1396, "lpoly_": null, "rpoly_": null, "length": 265.26219091999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1019, "l_t_add": 1021, "r_f_add": 1014, "r_t_add": 1024, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960123, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38355, "Shape__Length": 105.87219698978771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055810420201993, 40.088104419857601 ], [ -75.055393502858394, 40.0874504370124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1398, "tnode_": 1336, "lpoly_": null, "rpoly_": null, "length": 802.38612006000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 12380, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960124, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38356, "Shape__Length": 320.09645780990803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047291517463606, 40.087212085528897 ], [ -75.045798058294494, 40.0888173774131 ], [ -75.045686995081496, 40.089030572471003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1377, "tnode_": 1398, "lpoly_": null, "rpoly_": null, "length": 309.89798625999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1115, "l_t_add": 1117, "r_f_add": 1106, "r_t_add": 1114, "st_code": 38760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960125, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38357, "Shape__Length": 123.51134837634656 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048116207751505, 40.087779946799202 ], [ -75.047291517463606, 40.087212085528897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1398, "tnode_": 1406, "lpoly_": null, "rpoly_": null, "length": 182.43474474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1119, "l_t_add": 1121, "r_f_add": 1116, "r_t_add": 1120, "st_code": 38760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38358, "Shape__Length": 72.741000633788161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047291517463606, 40.087212085528897 ], [ -75.046856432729498, 40.0868390889894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1407, "tnode_": 1390, "lpoly_": null, "rpoly_": null, "length": 209.42903024, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9208, "l_t_add": 9298, "r_f_add": 9213, "r_t_add": 9299, "st_code": 68600, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38359, "Shape__Length": 83.647139330958012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049657253664407, 40.086898257416102 ], [ -75.049601491455206, 40.087209887895199 ], [ -75.0495897443421, 40.087470077321299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1371, "tnode_": 1420, "lpoly_": null, "rpoly_": null, "length": 867.3918856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1025, "l_t_add": 1067, "r_f_add": 1030, "r_t_add": 1098, "st_code": 75600, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38360, "Shape__Length": 345.62071380327984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053177758668198, 40.088102584618198 ], [ -75.052721291243799, 40.087848927773898 ], [ -75.052027572200103, 40.087439164509099 ], [ -75.051316726207403, 40.087008285997101 ], [ -75.050904864614495, 40.086743197509499 ], [ -75.050748494795201, 40.086625848574997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1396, "tnode_": 1421, "lpoly_": null, "rpoly_": null, "length": 329.22080133999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1023, "l_t_add": 1031, "r_f_add": 1026, "r_t_add": 1030, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960129, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38361, "Shape__Length": 131.3583963259062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055393502858394, 40.0874504370124 ], [ -75.054781609092601, 40.086678509387198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1406, "tnode_": 1424, "lpoly_": null, "rpoly_": null, "length": 293.03465182000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1122, "r_t_add": 1198, "st_code": 38760, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38362, "Shape__Length": 116.80121633533241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046856432729498, 40.0868390889894 ], [ -75.046095876203395, 40.086286081301502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1430, "tnode_": 1407, "lpoly_": null, "rpoly_": null, "length": 263.79864494000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9206, "r_f_add": 9201, "r_t_add": 9211, "st_code": 68600, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38363, "Shape__Length": 105.25014989106049 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050153411112504, 40.086284616615899 ], [ -75.049966489659099, 40.086482587227898 ], [ -75.049906723687798, 40.086547082160401 ], [ -75.049778738301399, 40.086708824603903 ], [ -75.049657253664407, 40.086898257416102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1420, "tnode_": 1430, "lpoly_": null, "rpoly_": null, "length": 207.78897207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1069, "l_t_add": 1099, "r_f_add": 1100, "r_t_add": 1112, "st_code": 75600, "l_hundred": 1000, "r_hundred": 1100, "seg_id": 960132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38364, "Shape__Length": 82.785425488011455 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050748494795201, 40.086625848574997 ], [ -75.050153411112504, 40.086284616615899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1433, "tnode_": 1406, "lpoly_": null, "rpoly_": null, "length": 337.54396022000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9216, "l_t_add": 9298, "r_f_add": 9271, "r_t_add": 9299, "st_code": 12380, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960133, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38365, "Shape__Length": 134.62296826118526 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047594860098897, 40.086106363834297 ], [ -75.046856432729498, 40.0868390889894 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1407, "tnode_": 1433, "lpoly_": null, "rpoly_": null, "length": 650.37923883999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLANE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 64960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLANE RD", "stname": "PLANE RD", "objectid": 38366, "Shape__Length": 258.96687499015553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049657253664407, 40.086898257416102 ], [ -75.048543424251207, 40.086591582168197 ], [ -75.048167109876303, 40.086423829233603 ], [ -75.047977965705698, 40.0863260254837 ], [ -75.047594860098897, 40.086106363834297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1437, "tnode_": 1420, "lpoly_": null, "rpoly_": null, "length": 273.22839326999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8914, "l_t_add": 8998, "r_f_add": 8919, "r_t_add": 8999, "st_code": 68600, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960135, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38367, "Shape__Length": 108.96140694830012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0513650987956, 40.086044249562903 ], [ -75.050748494795201, 40.086625848574997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1392, "tnode_": 1437, "lpoly_": null, "rpoly_": null, "length": 866.60582007000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALPENA", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1026, "r_t_add": 1098, "st_code": 12310, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALPENA RD", "stname": "ALPENA RD", "objectid": 38368, "Shape__Length": 345.31162574956653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053782813007203, 40.087531121564602 ], [ -75.0513650987956, 40.086044249562903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1396, "tnode_": 1440, "lpoly_": null, "rpoly_": null, "length": 644.95626151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORVELT", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1025, "r_f_add": 1000, "r_t_add": 1030, "st_code": 60225, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORVELT DR", "stname": "NORVELT DR", "objectid": 38369, "Shape__Length": 257.26953879614155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055393502858394, 40.0874504370124 ], [ -75.0560190604468, 40.087187627545703 ], [ -75.056176911814802, 40.0870601666741 ], [ -75.056309742850303, 40.086883797142299 ], [ -75.056352234235305, 40.086719117069698 ], [ -75.056366693423399, 40.086581391642397 ], [ -75.056321585550606, 40.086359433647303 ], [ -75.056206656027101, 40.086059715437997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1421, "tnode_": 1453, "lpoly_": null, "rpoly_": null, "length": 478.66377682000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1033, "l_t_add": 1039, "r_f_add": 1032, "r_t_add": 1044, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960138, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38370, "Shape__Length": 190.99825947955381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054781609092601, 40.086678509387198 ], [ -75.053925720431707, 40.085540802954498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1430, "tnode_": 1456, "lpoly_": null, "rpoly_": null, "length": 523.52163725000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1127, "r_f_add": 1114, "r_t_add": 1150, "st_code": 75600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38371, "Shape__Length": 208.59847009887685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050153411112504, 40.086284616615899 ], [ -75.048687945493995, 40.085391139215098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1462, "tnode_": 1437, "lpoly_": null, "rpoly_": null, "length": 399.74438133000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8908, "l_t_add": 8912, "r_f_add": 8911, "r_t_add": 8917, "st_code": 68600, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38372, "Shape__Length": 159.31759334203596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052413399276105, 40.085320837819303 ], [ -75.052225245486397, 40.085407365102597 ], [ -75.051854498899701, 40.085599914592301 ], [ -75.051617542687893, 40.0857727750926 ], [ -75.051477368560896, 40.085907547783997 ], [ -75.0513650987956, 40.086044249562903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1463, "tnode_": 1433, "lpoly_": null, "rpoly_": null, "length": 389.94741218000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9214, "r_f_add": 9201, "r_t_add": 9269, "st_code": 12380, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960141, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38373, "Shape__Length": 155.55546027503084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048381657117304, 40.085222828628297 ], [ -75.047594860098897, 40.086106363834297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1456, "tnode_": 1463, "lpoly_": null, "rpoly_": null, "length": 105.3760248, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1129, "l_t_add": 1139, "r_f_add": 1152, "r_t_add": 1168, "st_code": 75600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38374, "Shape__Length": 41.979066615799958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048687945493995, 40.085391139215098 ], [ -75.048381657117304, 40.085222828628297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1468, "tnode_": 1453, "lpoly_": null, "rpoly_": null, "length": 279.38236274999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD FARM", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8884, "l_t_add": 8898, "r_f_add": 8885, "r_t_add": 8899, "st_code": 61190, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960143, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD FARM RD", "stname": "OLD FARM RD", "objectid": 38375, "Shape__Length": 111.26847472890192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054779041562895, 40.085142570874503 ], [ -75.053925720431707, 40.085540802954498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1479, "tnode_": 1424, "lpoly_": null, "rpoly_": null, "length": 706.21882226000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9246, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9305, "st_code": 48180, "l_hundred": 9200, "r_hundred": 9300, "seg_id": 960144, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38376, "Shape__Length": 281.68384245792242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047591764098499, 40.084724617634897 ], [ -75.046095876203395, 40.086286081301502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1463, "tnode_": 1479, "lpoly_": null, "rpoly_": null, "length": 285.98681113000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SURREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1141, "l_t_add": 1199, "r_f_add": 1170, "r_t_add": 1198, "st_code": 75600, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SURREY RD", "stname": "SURREY RD", "objectid": 38377, "Shape__Length": 113.9579702704844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048381657117304, 40.085222828628297 ], [ -75.047591764098499, 40.084724617634897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1480, "tnode_": 1462, "lpoly_": null, "rpoly_": null, "length": 321.18357878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8906, "r_f_add": 8901, "r_t_add": 8909, "st_code": 68600, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38378, "Shape__Length": 127.92087577840887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053387875296806, 40.0848548850215 ], [ -75.052413399276105, 40.085320837819303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1453, "tnode_": 1480, "lpoly_": null, "rpoly_": null, "length": 291.68969221999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1041, "l_t_add": 1049, "r_f_add": 1046, "r_t_add": 1048, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960147, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38379, "Shape__Length": 116.38232415658061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053925720431707, 40.085540802954498 ], [ -75.053387875296806, 40.0848548850215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1481, "tnode_": 1456, "lpoly_": null, "rpoly_": null, "length": 321.12906453, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9198, "r_f_add": 8937, "r_t_add": 8999, "st_code": 12380, "l_hundred": 9100, "r_hundred": 8900, "seg_id": 960148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38380, "Shape__Length": 128.08516228114948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049368400696594, 40.084681261047002 ], [ -75.048687945493995, 40.085391139215098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1482, "tnode_": 1468, "lpoly_": null, "rpoly_": null, "length": 236.21912581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD FARM", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8882, "r_f_add": 8801, "r_t_add": 8883, "st_code": 61190, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960149, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD FARM RD", "stname": "OLD FARM RD", "objectid": 38381, "Shape__Length": 94.070922363831414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055506078628696, 40.0848440453507 ], [ -75.055387506038002, 40.084849511014902 ], [ -75.055242207855997, 40.084882035457397 ], [ -75.054779041562895, 40.085142570874503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1440, "tnode_": 1482, "lpoly_": null, "rpoly_": null, "length": 517.75445872, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORVELT", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1027, "l_t_add": 1099, "r_f_add": 1032, "r_t_add": 1098, "st_code": 60225, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORVELT DR", "stname": "NORVELT DR", "objectid": 38382, "Shape__Length": 206.6328485061247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056206656027101, 40.086059715437997 ], [ -75.055863508293896, 40.085039426865599 ], [ -75.055804531320604, 40.084944642165901 ], [ -75.0557023157928, 40.084883708870699 ], [ -75.055617605638801, 40.0848418302594 ], [ -75.055506078628696, 40.0848440453507 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1480, "tnode_": 1499, "lpoly_": null, "rpoly_": null, "length": 292.28206784999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1051, "l_t_add": 1099, "r_f_add": 1050, "r_t_add": 1098, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960151, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38383, "Shape__Length": 116.55010984328138 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053387875296806, 40.0848548850215 ], [ -75.053074771027696, 40.0845511262849 ], [ -75.052930445398502, 40.084404958219402 ], [ -75.052717734157099, 40.084241018563098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1505, "tnode_": 1481, "lpoly_": null, "rpoly_": null, "length": 268.01879608000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 8923, "r_t_add": 8935, "st_code": 12380, "l_hundred": 9000, "r_hundred": 8900, "seg_id": 960152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38384, "Shape__Length": 106.89871596676068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049940004131003, 40.084090884985201 ], [ -75.049368400696594, 40.084681261047002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1529, "tnode_": 1505, "lpoly_": null, "rpoly_": null, "length": 602.10988036999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SYLVIA", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 76020, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SYLVIA LN", "stname": "SYLVIA LN", "objectid": 38385, "Shape__Length": 239.92167645320177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051566487874297, 40.083578275388398 ], [ -75.051172135652706, 40.084034188229197 ], [ -75.050995468877005, 40.084161837511601 ], [ -75.050696719049, 40.084303095964202 ], [ -75.050520601313593, 40.0843238528401 ], [ -75.050318152528504, 40.084294204570099 ], [ -75.049940004131003, 40.084090884985201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1499, "tnode_": 1529, "lpoly_": null, "rpoly_": null, "length": 402.56402068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1110, "st_code": 17980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960154, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38386, "Shape__Length": 160.38108929930775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052717734157099, 40.084241018563098 ], [ -75.051566487874297, 40.083578275388398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1542, "tnode_": 1480, "lpoly_": null, "rpoly_": null, "length": 844.63133841000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8854, "l_t_add": 8898, "r_f_add": 8875, "r_t_add": 8899, "st_code": 68600, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38387, "Shape__Length": 336.61618486878513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055281397238602, 40.083373226172696 ], [ -75.055366741513893, 40.0835341236102 ], [ -75.055389735017201, 40.083688325026401 ], [ -75.055340992572994, 40.083835455453801 ], [ -75.055257407665096, 40.083959803296601 ], [ -75.055095034985897, 40.084087793828601 ], [ -75.053387875296806, 40.0848548850215 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1548, "tnode_": 1505, "lpoly_": null, "rpoly_": null, "length": 415.56313886000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8921, "st_code": 12380, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38388, "Shape__Length": 165.76511603629729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050786194613906, 40.083153401024198 ], [ -75.049940004131003, 40.084090884985201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1529, "tnode_": 1548, "lpoly_": null, "rpoly_": null, "length": 267.63242188000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1117, "l_t_add": 1125, "r_f_add": 1112, "r_t_add": 1118, "st_code": 17980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960157, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38389, "Shape__Length": 106.61302611994165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051566487874297, 40.083578275388398 ], [ -75.050786194613906, 40.083153401024198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1548, "tnode_": 1555, "lpoly_": null, "rpoly_": null, "length": 104.10342455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1127, "l_t_add": 1161, "r_f_add": 1120, "r_t_add": 1126, "st_code": 17980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960158, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38390, "Shape__Length": 41.480576309528786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050786194613906, 40.083153401024198 ], [ -75.0504977233754, 40.082972933965202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1569, "tnode_": 1536, "lpoly_": null, "rpoly_": null, "length": 276.23138581999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEACOCK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 41470, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEACOCK LN", "stname": "HEACOCK LN", "objectid": 38391, "Shape__Length": 110.17782128407475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0534858743586, 40.082758868131499 ], [ -75.052907681641699, 40.083373480433998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1542, "tnode_": 1569, "lpoly_": null, "rpoly_": null, "length": 581.46605422000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWER", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1100, "r_t_add": 1116, "st_code": 43850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960160, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWER LN", "stname": "HOWER LN", "objectid": 38392, "Shape__Length": 231.55146526798279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055281397238602, 40.083373226172696 ], [ -75.054970984182702, 40.083431385351602 ], [ -75.054791980344703, 40.083438170684403 ], [ -75.054622954437704, 40.083373799055799 ], [ -75.0534858743586, 40.082758868131499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1575, "tnode_": 1479, "lpoly_": null, "rpoly_": null, "length": 990.8216745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 9244, "r_f_add": 8901, "r_t_add": 9299, "st_code": 48180, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960161, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38393, "Shape__Length": 395.19605346511753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049679165410296, 40.082527550730099 ], [ -75.047591764098499, 40.084724617634897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1555, "tnode_": 1575, "lpoly_": null, "rpoly_": null, "length": 280.68974287000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1163, "l_t_add": 1199, "r_f_add": 1128, "r_t_add": 1198, "st_code": 17980, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960162, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38394, "Shape__Length": 111.81333287373154 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0504977233754, 40.082972933965202 ], [ -75.049679165410296, 40.082527550730099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1581, "tnode_": 1555, "lpoly_": null, "rpoly_": null, "length": 272.1903155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8894, "l_t_add": 8898, "r_f_add": 8893, "r_t_add": 8899, "st_code": 12380, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960163, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38395, "Shape__Length": 108.56096078399605 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051075967575699, 40.082372092614897 ], [ -75.0504977233754, 40.082972933965202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1536, "tnode_": 1581, "lpoly_": null, "rpoly_": null, "length": 629.10738325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGEROW", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1109, "l_t_add": 1199, "r_f_add": 1114, "r_t_add": 1198, "st_code": 41550, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGEROW LN", "stname": "HEDGEROW LN", "objectid": 38396, "Shape__Length": 250.6087533887991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052907681641699, 40.083373480433998 ], [ -75.051075967575699, 40.082372092614897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1569, "tnode_": 1594, "lpoly_": null, "rpoly_": null, "length": 299.71532195000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWER", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1123, "l_t_add": 1199, "r_f_add": 1118, "r_t_add": 1198, "st_code": 43850, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960165, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWER LN", "stname": "HOWER LN", "objectid": 38397, "Shape__Length": 119.52176994031875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0534858743586, 40.082758868131499 ], [ -75.053035386779698, 40.0824853586345 ], [ -75.052954131904599, 40.082402579481901 ], [ -75.052923416842603, 40.082316647745003 ], [ -75.052902008964296, 40.082211270894497 ], [ -75.052920733169699, 40.082130299037203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1598, "tnode_": 1592, "lpoly_": null, "rpoly_": null, "length": 210.01119987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 68610, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN PL", "stname": "RISING SUN PL", "objectid": 38398, "Shape__Length": 83.577013416791175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054856541340698, 40.082059271417499 ], [ -75.054140501449893, 40.082232001213498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1598, "tnode_": 1542, "lpoly_": null, "rpoly_": null, "length": 493.1951857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8838, "l_t_add": 8852, "r_f_add": 8829, "r_t_add": 8873, "st_code": 68600, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38399, "Shape__Length": 196.93543809778816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054856541340698, 40.082059271417499 ], [ -75.055281397238602, 40.083373226172696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1635, "tnode_": 1581, "lpoly_": null, "rpoly_": null, "length": 594.22645942999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8892, "r_f_add": 8801, "r_t_add": 8891, "st_code": 12380, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON ST", "stname": "ALTON ST", "objectid": 38400, "Shape__Length": 236.88314394814961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052513738866807, 40.081221030963199 ], [ -75.052191117212203, 40.081603362472499 ], [ -75.052007097544504, 40.081736332412099 ], [ -75.051781313769496, 40.081840864026702 ], [ -75.051585627774898, 40.081907661448803 ], [ -75.051435393012298, 40.081984405545597 ], [ -75.051075967575699, 40.082372092614897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1656, "tnode_": 1598, "lpoly_": null, "rpoly_": null, "length": 488.82374731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8820, "l_t_add": 8836, "r_f_add": 8821, "r_t_add": 8827, "st_code": 68600, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38401, "Shape__Length": 195.04360778583987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054086523716194, 40.080910832005102 ], [ -75.054289002607405, 40.081011151622398 ], [ -75.054468209078095, 40.081151563077803 ], [ -75.054570330771995, 40.081280264833701 ], [ -75.054856541340698, 40.082059271417499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1651, "tnode_": 1660, "lpoly_": null, "rpoly_": null, "length": 115.27849614, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 47300, "l_hundred": 600, "r_hundred": 600, "seg_id": 960170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38402, "Shape__Length": 45.931128615303983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074426109274299, 40.081419100059499 ], [ -75.074105158670093, 40.0812207041254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1662, "tnode_": 1667, "lpoly_": null, "rpoly_": null, "length": 67.49117191000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 745, "l_t_add": 749, "r_f_add": 0, "r_t_add": 0, "st_code": 17100, "l_hundred": 700, "r_hundred": 0, "seg_id": 960171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38403, "Shape__Length": 26.886365988283593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071637416893495, 40.0811894549473 ], [ -75.071443068218599, 40.081079737380399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1696, "tnode_": 1659, "lpoly_": null, "rpoly_": null, "length": 257.95362064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8524, "l_t_add": 8598, "r_f_add": 8523, "r_t_add": 8599, "st_code": 33860, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38404, "Shape__Length": 102.86136566100822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070767248724096, 40.0806550289443 ], [ -75.070184406409098, 40.0812036406858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1667, "tnode_": 1696, "lpoly_": null, "rpoly_": null, "length": 244.33589228, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 751, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 17100, "l_hundred": 700, "r_hundred": 700, "seg_id": 960173, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38405, "Shape__Length": 97.354652185792091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071443068218599, 40.081079737380399 ], [ -75.070767248724096, 40.0806550289443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1691, "tnode_": 1699, "lpoly_": null, "rpoly_": null, "length": 67.98212221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 0, "l_t_add": 0, "r_f_add": 720, "r_t_add": 722, "st_code": 47300, "l_hundred": 0, "r_hundred": 700, "seg_id": 960174, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38406, "Shape__Length": 27.093990451414815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073422314907504, 40.080805579399403 ], [ -75.073244618926694, 40.080678321155801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1718, "tnode_": 1575, "lpoly_": null, "rpoly_": null, "length": 1219.8931497399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8898, "r_f_add": 8701, "r_t_add": 8899, "st_code": 48180, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960175, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38407, "Shape__Length": 486.50330090785621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052329285455002, 40.079868598481099 ], [ -75.049679165410296, 40.082527550730099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1718, "tnode_": 1656, "lpoly_": null, "rpoly_": null, "length": 621.24271579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8818, "r_f_add": 8801, "r_t_add": 8819, "st_code": 68600, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38408, "Shape__Length": 247.50314204748602 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052329285455002, 40.079868598481099 ], [ -75.054086523716194, 40.080910832005102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1696, "tnode_": 1720, "lpoly_": null, "rpoly_": null, "length": 248.12617006000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 812, "st_code": 17100, "l_hundred": 800, "r_hundred": 800, "seg_id": 960177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38409, "Shape__Length": 98.843053898380987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070767248724096, 40.0806550289443 ], [ -75.070050433865404, 40.0802540903425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1699, "tnode_": 1721, "lpoly_": null, "rpoly_": null, "length": 208.1379593, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 805, "r_f_add": 724, "r_t_add": 798, "st_code": 47300, "l_hundred": 800, "r_hundred": 700, "seg_id": 960178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38410, "Shape__Length": 82.931983958711626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073244618926694, 40.080678321155801 ], [ -75.072669959757405, 40.080315562219504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1659, "tnode_": 1724, "lpoly_": null, "rpoly_": null, "length": 609.83289311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSQUEHANNA", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 75640, "l_hundred": 800, "r_hundred": 800, "seg_id": 960179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSQUEHANNA RD", "stname": "SUSQUEHANNA RD", "objectid": 38411, "Shape__Length": 242.96341238349254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070184406409098, 40.0812036406858 ], [ -75.068466459559701, 40.0801735974865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1720, "tnode_": 1732, "lpoly_": null, "rpoly_": null, "length": 60.64989115, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 815, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 17100, "l_hundred": 800, "r_hundred": 800, "seg_id": 960180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38412, "Shape__Length": 24.166854541573848 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070050433865404, 40.0802540903425 ], [ -75.069884732394499, 40.080146770713696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1747, "tnode_": 1696, "lpoly_": null, "rpoly_": null, "length": 345.70958321000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8522, "r_f_add": 8501, "r_t_add": 8521, "st_code": 33860, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38413, "Shape__Length": 137.83577998151333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071576788969296, 40.079941702311899 ], [ -75.071196936208196, 40.080222764160098 ], [ -75.070767248724096, 40.0806550289443 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1768, "tnode_": 1721, "lpoly_": null, "rpoly_": null, "length": 250.40028742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 70080, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 38414, "Shape__Length": 99.874702942761957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073185571424702, 40.079753769051599 ], [ -75.072669959757405, 40.080315562219504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1784, "tnode_": 1724, "lpoly_": null, "rpoly_": null, "length": 337.21973621000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8520, "l_t_add": 8538, "r_f_add": 8525, "r_t_add": 8525, "st_code": 79980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960184, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38415, "Shape__Length": 134.4728145163009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069218299665195, 40.079450147463803 ], [ -75.068466459559701, 40.0801735974865 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1747, "tnode_": 1802, "lpoly_": null, "rpoly_": null, "length": 332.41863149000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 829, "l_t_add": 847, "r_f_add": 820, "r_t_add": 840, "st_code": 47300, "l_hundred": 800, "r_hundred": 800, "seg_id": 960185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38416, "Shape__Length": 132.51849178128265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071576788969296, 40.079941702311899 ], [ -75.071465778190699, 40.079766611078298 ], [ -75.071354101256105, 40.079639403472903 ], [ -75.070784983685996, 40.079282534070401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1817, "tnode_": 1768, "lpoly_": null, "rpoly_": null, "length": 251.49548245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYERS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 70080, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RYERS AVE", "stname": "RYERS AVE", "objectid": 38417, "Shape__Length": 100.3089023138412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073706987181296, 40.079191452953097 ], [ -75.073185571424702, 40.079753769051599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1832, "tnode_": 1778, "lpoly_": null, "rpoly_": null, "length": 275.99546831000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8340, "l_t_add": 8398, "r_f_add": 8317, "r_t_add": 8399, "st_code": 40100, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 38418, "Shape__Length": 110.08458722315979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075201745841994, 40.079078620675297 ], [ -75.074637457959, 40.079700005799502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1835, "tnode_": 1784, "lpoly_": null, "rpoly_": null, "length": 283.37110017999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8518, "r_f_add": 8515, "r_t_add": 8523, "st_code": 79980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960189, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38419, "Shape__Length": 113.00793795918051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069832662047602, 40.078831778407 ], [ -75.069218299665195, 40.079450147463803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1724, "tnode_": 1837, "lpoly_": null, "rpoly_": null, "length": 552.92815438999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 78170, "l_hundred": 900, "r_hundred": 900, "seg_id": 960190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38420, "Shape__Length": 220.66058456634588 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068466459559701, 40.0801735974865 ], [ -75.067600421616007, 40.078809306705601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1784, "tnode_": 1837, "lpoly_": null, "rpoly_": null, "length": 525.83534893000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 17100, "l_hundred": 900, "r_hundred": 900, "seg_id": 960191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38421, "Shape__Length": 209.3893530349649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069218299665195, 40.079450147463803 ], [ -75.068350685979794, 40.078983824553298 ], [ -75.068195408322595, 40.078888579840601 ], [ -75.067970804779506, 40.078804305521501 ], [ -75.067834988634999, 40.078795630557202 ], [ -75.067600421616007, 40.078809306705601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1802, "tnode_": 1835, "lpoly_": null, "rpoly_": null, "length": 324.19494397, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 849, "l_t_add": 899, "r_f_add": 842, "r_t_add": 898, "st_code": 47300, "l_hundred": 800, "r_hundred": 800, "seg_id": 960192, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38422, "Shape__Length": 129.12948460065456 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070784983685996, 40.079282534070401 ], [ -75.069981952859607, 40.078814969342297 ], [ -75.069832662047602, 40.078831778407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1817, "tnode_": 1847, "lpoly_": null, "rpoly_": null, "length": 242.2984065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 815, "r_f_add": 724, "r_t_add": 798, "st_code": 75140, "l_hundred": 800, "r_hundred": 700, "seg_id": 960194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38423, "Shape__Length": 96.525972509795395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073706987181296, 40.079191452953097 ], [ -75.073016277024493, 40.078790350536501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1877, "tnode_": 1835, "lpoly_": null, "rpoly_": null, "length": 247.6201235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8418, "l_t_add": 8498, "r_f_add": 8501, "r_t_add": 8513, "st_code": 79980, "l_hundred": 8400, "r_hundred": 8500, "seg_id": 960195, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38424, "Shape__Length": 98.742756046454232 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070382340087306, 40.078299090896898 ], [ -75.069832662047602, 40.078831778407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1895, "tnode_": 1847, "lpoly_": null, "rpoly_": null, "length": 275.83741209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8360, "l_t_add": 8398, "r_f_add": 8351, "r_t_add": 8399, "st_code": 33860, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960196, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38425, "Shape__Length": 110.01263765434015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073594868374698, 40.078177316506199 ], [ -75.073016277024493, 40.078790350536501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1835, "tnode_": 1897, "lpoly_": null, "rpoly_": null, "length": 522.37485171000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 47300, "l_hundred": 900, "r_hundred": 900, "seg_id": 960197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38426, "Shape__Length": 208.06639920747006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069832662047602, 40.078831778407 ], [ -75.069689511259298, 40.0788507325884 ], [ -75.068298562138295, 40.078071619090402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1930, "tnode_": 1877, "lpoly_": null, "rpoly_": null, "length": 282.66197538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8416, "r_f_add": 8401, "r_t_add": 8499, "st_code": 79980, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960198, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38427, "Shape__Length": 112.71502341524196 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071010399700299, 40.0776913856077 ], [ -75.070382340087306, 40.078299090896898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1847, "tnode_": 1930, "lpoly_": null, "rpoly_": null, "length": 689.45488644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 817, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 75140, "l_hundred": 800, "r_hundred": 800, "seg_id": 960199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38428, "Shape__Length": 274.63085369993746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073016277024493, 40.078790350536501 ], [ -75.071010399700299, 40.0776913856077 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1947, "tnode_": 1895, "lpoly_": null, "rpoly_": null, "length": 279.28882714999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8358, "r_f_add": 8301, "r_t_add": 8349, "st_code": 33860, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38429, "Shape__Length": 111.39227300666634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074172656301599, 40.0775521817487 ], [ -75.073594868374698, 40.078177316506199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1948, "tnode_": 1897, "lpoly_": null, "rpoly_": null, "length": 275.77242423000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8518, "r_f_add": 8501, "r_t_add": 8525, "st_code": 68600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960201, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38430, "Shape__Length": 109.9882394951339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068871782080393, 40.077455837158901 ], [ -75.068298562138295, 40.078071619090402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1877, "tnode_": 1948, "lpoly_": null, "rpoly_": null, "length": 522.54008518000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 13340, "l_hundred": 900, "r_hundred": 900, "seg_id": 960202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 38431, "Shape__Length": 208.14941520029339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070382340087306, 40.078299090896898 ], [ -75.068871782080393, 40.077455837158901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1975, "tnode_": 1930, "lpoly_": null, "rpoly_": null, "length": 280.42903511999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8354, "l_t_add": 8398, "r_f_add": 8355, "r_t_add": 8399, "st_code": 79980, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960203, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38432, "Shape__Length": 111.82247320057866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071635586272194, 40.0770897615688 ], [ -75.071010399700299, 40.0776913856077 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1895, "tnode_": 1975, "lpoly_": null, "rpoly_": null, "length": 676.44256493, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 16980, "l_hundred": 800, "r_hundred": 800, "seg_id": 960204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 38433, "Shape__Length": 269.45147140647822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073594868374698, 40.078177316506199 ], [ -75.071635586272194, 40.0770897615688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1994, "tnode_": 1948, "lpoly_": null, "rpoly_": null, "length": 287.45705792000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8465, "st_code": 68600, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38434, "Shape__Length": 114.64923469086933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069465768635197, 40.076812041555002 ], [ -75.068871782080393, 40.077455837158901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1930, "tnode_": 1994, "lpoly_": null, "rpoly_": null, "length": 538.00893724000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 75140, "l_hundred": 900, "r_hundred": 900, "seg_id": 960207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38435, "Shape__Length": 214.31686312052091 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071010399700299, 40.0776913856077 ], [ -75.069465768635197, 40.076812041555002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2013, "tnode_": 1975, "lpoly_": null, "rpoly_": null, "length": 283.51081492000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8352, "r_f_add": 8301, "r_t_add": 8353, "st_code": 79980, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960208, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38436, "Shape__Length": 113.06258557348686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072244862914701, 40.076467962410199 ], [ -75.071635586272194, 40.0770897615688 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1947, "tnode_": 2013, "lpoly_": null, "rpoly_": null, "length": 668.60559553999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 42980, "l_hundred": 800, "r_hundred": 800, "seg_id": 960209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38437, "Shape__Length": 266.33351852447458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074172656301599, 40.0775521817487 ], [ -75.072244862914701, 40.076467962410199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1994, "tnode_": 2024, "lpoly_": null, "rpoly_": null, "length": 316.31649237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1109, "r_f_add": 1000, "r_t_add": 1098, "st_code": 75140, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 960210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38438, "Shape__Length": 126.00393865077127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069465768635197, 40.076812041555002 ], [ -75.068557582706404, 40.076295088746797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2034, "tnode_": 1994, "lpoly_": null, "rpoly_": null, "length": 275.84584174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8318, "l_t_add": 8398, "r_f_add": 8315, "r_t_add": 8399, "st_code": 68600, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38439, "Shape__Length": 110.00928937568774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0700511541705, 40.076202806488503 ], [ -75.069465768635197, 40.076812041555002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1975, "tnode_": 2034, "lpoly_": null, "rpoly_": null, "length": 548.62917648999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 16980, "l_hundred": 900, "r_hundred": 900, "seg_id": 960212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 38440, "Shape__Length": 218.53890549615369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071635586272194, 40.0770897615688 ], [ -75.0700511541705, 40.076202806488503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2036, "tnode_": 1992, "lpoly_": null, "rpoly_": null, "length": 279.16232689000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8248, "r_f_add": 8201, "r_t_add": 8217, "st_code": 33860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38441, "Shape__Length": 111.33474753078339 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075355753342606, 40.076300022703201 ], [ -75.074768439131205, 40.076919461077701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2024, "tnode_": 2049, "lpoly_": null, "rpoly_": null, "length": 212.27842935000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1111, "l_t_add": 1127, "r_f_add": 1100, "r_t_add": 1110, "st_code": 75140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38442, "Shape__Length": 84.536180318862691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068557582706404, 40.076295088746797 ], [ -75.067915131315004, 40.0759852609117 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2061, "tnode_": 1980, "lpoly_": null, "rpoly_": null, "length": 474.76209015000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8716, "l_t_add": 8798, "r_f_add": 8733, "r_t_add": 8799, "st_code": 35240, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38443, "Shape__Length": 189.31952051228819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048509509508094, 40.075398873163003 ], [ -75.047469284429695, 40.076428409308697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2068, "tnode_": 2013, "lpoly_": null, "rpoly_": null, "length": 280.26530084000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8224, "l_t_add": 8298, "r_f_add": 8225, "r_t_add": 8299, "st_code": 79980, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960217, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38444, "Shape__Length": 111.75763726957437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072865163783405, 40.075863940489697 ], [ -75.072244862914701, 40.076467962410199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2074, "tnode_": 1972, "lpoly_": null, "rpoly_": null, "length": 840.67035202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 11980, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960218, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 38445, "Shape__Length": 334.8046164885871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051845501238603, 40.075354074279097 ], [ -75.050024488496604, 40.0763295717651 ], [ -75.049726674044607, 40.076465943679104 ], [ -75.049333757082906, 40.076613400163602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2082, "tnode_": 2034, "lpoly_": null, "rpoly_": null, "length": 280.70346462999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8316, "r_f_add": 8301, "r_t_add": 8313, "st_code": 68600, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38446, "Shape__Length": 111.94971560320444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0706387635326, 40.075578309134897 ], [ -75.0700511541705, 40.076202806488503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2013, "tnode_": 2082, "lpoly_": null, "rpoly_": null, "length": 554.11873531000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 42980, "l_hundred": 900, "r_hundred": 900, "seg_id": 960220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE ST", "stname": "HOFFNAGLE ST", "objectid": 38447, "Shape__Length": 220.71942573736257 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072244862914701, 40.076467962410199 ], [ -75.0706387635326, 40.075578309134897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2120, "tnode_": 2068, "lpoly_": null, "rpoly_": null, "length": 276.75618951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8222, "r_f_add": 8201, "r_t_add": 8223, "st_code": 79980, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960222, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38448, "Shape__Length": 110.35576682729615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073480661910693, 40.075269287942099 ], [ -75.072865163783405, 40.075863940489697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2074, "tnode_": 2124, "lpoly_": null, "rpoly_": null, "length": 334.21492841000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLACID", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 64920, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960223, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLACID ST", "stname": "PLACID ST", "objectid": 38449, "Shape__Length": 133.23647609100499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051845501238603, 40.075354074279097 ], [ -75.051385153758403, 40.074836161667797 ], [ -75.051216918970894, 40.074731330698 ], [ -75.051066748728999, 40.074686117067301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2124, "tnode_": 2076, "lpoly_": null, "rpoly_": null, "length": 396.37233788999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGUSTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8620, "r_f_add": 8601, "r_t_add": 8627, "st_code": 11400, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960224, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGUSTA ST", "stname": "AGUSTA ST", "objectid": 38450, "Shape__Length": 157.91261482001187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051066748728999, 40.074686117067301 ], [ -75.050945848250393, 40.074673233633497 ], [ -75.050767272976202, 40.074680453836997 ], [ -75.050606507031304, 40.074741361968499 ], [ -75.0504515632785, 40.0748333224589 ], [ -75.049981682281199, 40.075272928621601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2125, "tnode_": 2079, "lpoly_": null, "rpoly_": null, "length": 215.84157621, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8314, "l_t_add": 8398, "r_f_add": 8315, "r_t_add": 8399, "st_code": 76025, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 38451, "Shape__Length": 86.170591795373397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0677261375657, 40.0750316616544 ], [ -75.067611903653003, 40.075252864441701 ], [ -75.067544134065201, 40.075454686348003 ], [ -75.067558916165794, 40.075600350413801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2082, "tnode_": 2131, "lpoly_": null, "rpoly_": null, "length": 282.87257276999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFNAGLE", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 42970, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFNAGLE PL", "stname": "HOFFNAGLE PL", "objectid": 38452, "Shape__Length": 112.72733589070708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0706387635326, 40.075578309134897 ], [ -75.070020676004901, 40.075198391649401 ], [ -75.070136572878795, 40.075055443852499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2135, "tnode_": 2082, "lpoly_": null, "rpoly_": null, "length": 267.53984901000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8230, "l_t_add": 8298, "r_f_add": 8225, "r_t_add": 8299, "st_code": 68600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38453, "Shape__Length": 106.69990348412166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071196795053496, 40.074981980763901 ], [ -75.0706387635326, 40.075578309134897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2068, "tnode_": 2135, "lpoly_": null, "rpoly_": null, "length": 566.75467258999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 31680, "l_hundred": 900, "r_hundred": 900, "seg_id": 960228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 38454, "Shape__Length": 225.73220513319598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072865163783405, 40.075863940489697 ], [ -75.071196795053496, 40.074981980763901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2136, "tnode_": 2092, "lpoly_": null, "rpoly_": null, "length": 289.27544209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 20020, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960229, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38455, "Shape__Length": 115.39982467234577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046619606242999, 40.074350091321101 ], [ -75.046083093314493, 40.0750288448601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2061, "tnode_": 2136, "lpoly_": null, "rpoly_": null, "length": 652.45092372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARWITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 21765, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960230, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARWITHAN ST", "stname": "CARWITHAN ST", "objectid": 38456, "Shape__Length": 259.8840600366828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048509509508094, 40.075398873163003 ], [ -75.046619606242999, 40.074350091321101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2182, "tnode_": 2135, "lpoly_": null, "rpoly_": null, "length": 291.20477002000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8200, "l_t_add": 8228, "r_f_add": 8201, "r_t_add": 8223, "st_code": 68600, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38457, "Shape__Length": 116.13240312142008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071812817376397, 40.074337726205997 ], [ -75.071196795053496, 40.074981980763901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2120, "tnode_": 2182, "lpoly_": null, "rpoly_": null, "length": 577.07456054999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 73240, "l_hundred": 900, "r_hundred": 900, "seg_id": 960234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38458, "Shape__Length": 229.86257760354184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073480661910693, 40.075269287942099 ], [ -75.071812817376397, 40.074337726205997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2183, "tnode_": 2074, "lpoly_": null, "rpoly_": null, "length": 944.74084857000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 11980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960235, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 38459, "Shape__Length": 376.26036932886774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054647465528205, 40.0739075655557 ], [ -75.051845501238603, 40.075354074279097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2185, "tnode_": 2125, "lpoly_": null, "rpoly_": null, "length": 332.52536041000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8312, "r_f_add": 8301, "r_t_add": 8313, "st_code": 76025, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-05-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR AVE", "stname": "TABOR AVE", "objectid": 38460, "Shape__Length": 132.6952298894667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068223014111695, 40.074211687031699 ], [ -75.0680298567557, 40.074403074652899 ], [ -75.067853987888995, 40.074746725153503 ], [ -75.0677261375657, 40.0750316616544 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2185, "tnode_": 2146, "lpoly_": null, "rpoly_": null, "length": 342.57685556999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 76500, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR TER", "stname": "TABOR TER", "objectid": 38461, "Shape__Length": 136.44964696952349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068223014111695, 40.074211687031699 ], [ -75.069221870748706, 40.0747553315869 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2109, "tnode_": 2188, "lpoly_": null, "rpoly_": null, "length": 680.6790788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 77520, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960238, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 38462, "Shape__Length": 271.12219786271959 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049135096800995, 40.074794998789798 ], [ -75.047158953352294, 40.073705634765901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2182, "tnode_": 2223, "lpoly_": null, "rpoly_": null, "length": 264.47137442999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 73240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38463, "Shape__Length": 105.35947972719926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071812817376397, 40.074337726205997 ], [ -75.0710702660256, 40.073888653722399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2200, "tnode_": 2157, "lpoly_": null, "rpoly_": null, "length": 279.78085223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8540, "l_t_add": 8598, "r_f_add": 8541, "r_t_add": 8599, "st_code": 35240, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38464, "Shape__Length": 111.56172221272443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050370927088693, 40.073589660714298 ], [ -75.049753530450005, 40.074193733793201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2183, "tnode_": 2237, "lpoly_": null, "rpoly_": null, "length": 369.73717834000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 78170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38465, "Shape__Length": 147.27402812733231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054647465528205, 40.0739075655557 ], [ -75.054463598478904, 40.073805655254603 ], [ -75.054044587140993, 40.073573411997401 ], [ -75.0535809584118, 40.073308559319102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2157, "tnode_": 2253, "lpoly_": null, "rpoly_": null, "length": 709.70971221000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLACID", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 64920, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960244, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLACID ST", "stname": "PLACID ST", "objectid": 38466, "Shape__Length": 282.68669338635755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049753530450005, 40.074193733793201 ], [ -75.047698552500407, 40.073052119988397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2292, "tnode_": 2237, "lpoly_": null, "rpoly_": null, "length": 229.87968721000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 75420, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 38467, "Shape__Length": 91.668785592628282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054076825842102, 40.072805471047502 ], [ -75.0535809584118, 40.073308559319102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2293, "tnode_": 2192, "lpoly_": null, "rpoly_": null, "length": 449.20824495, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGUSTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 11400, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960246, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGUSTA ST", "stname": "AGUSTA ST", "objectid": 38468, "Shape__Length": 179.13757995335993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052576848413693, 40.072736088907199 ], [ -75.051621183617499, 40.073726835913597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2237, "tnode_": 2293, "lpoly_": null, "rpoly_": null, "length": 349.93687752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1719, "r_f_add": 1700, "r_t_add": 1722, "st_code": 78170, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38469, "Shape__Length": 139.38969555321509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0535809584118, 40.073308559319102 ], [ -75.052576848413693, 40.072736088907199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2317, "tnode_": 2253, "lpoly_": null, "rpoly_": null, "length": 280.85607505999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8546, "l_t_add": 8556, "r_f_add": 8541, "r_t_add": 8557, "st_code": 20020, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960248, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38470, "Shape__Length": 112.03060251334581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048235184946506, 40.072400622676298 ], [ -75.047698552500407, 40.073052119988397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2200, "tnode_": 2317, "lpoly_": null, "rpoly_": null, "length": 738.15317171000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 57260, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960249, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 38471, "Shape__Length": 294.0145047324504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050370927088693, 40.073589660714298 ], [ -75.048235184946506, 40.072400622676298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2341, "tnode_": 2292, "lpoly_": null, "rpoly_": null, "length": 225.21874719000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8388, "l_t_add": 8398, "r_f_add": 8389, "r_t_add": 8399, "st_code": 75420, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 38472, "Shape__Length": 89.833077117134323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0545158601645, 40.072287329298902 ], [ -75.054076825842102, 40.072805471047502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2341, "tnode_": 2507, "lpoly_": null, "rpoly_": null, "length": 1087.3361464300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANFORTH", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1899, "r_f_add": 1700, "r_t_add": 1898, "st_code": 27320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960252, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANFORTH ST", "stname": "DANFORTH ST", "objectid": 38473, "Shape__Length": 433.11218792492582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0545158601645, 40.072287329298902 ], [ -75.053873203358194, 40.071887380520302 ], [ -75.051404900147205, 40.070500295437903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2274, "tnode_": 2374, "lpoly_": null, "rpoly_": null, "length": 749.85139612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVARTS", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 32440, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVARTS ST", "stname": "EVARTS ST", "objectid": 38474, "Shape__Length": 298.67053571119851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050997266327599, 40.072966074284501 ], [ -75.048826681408997, 40.071759270017601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2292, "tnode_": 2453, "lpoly_": null, "rpoly_": null, "length": 1094.5498196000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEGARGEE", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1899, "r_f_add": 1700, "r_t_add": 1898, "st_code": 55300, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960254, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEGARGEE ST", "stname": "MEGARGEE ST", "objectid": 38475, "Shape__Length": 435.98819104088972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054076825842102, 40.072805471047502 ], [ -75.052164773467595, 40.071673636773703 ], [ -75.050944212196001, 40.071007471217001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2333, "tnode_": 2403, "lpoly_": null, "rpoly_": null, "length": 441.56117644, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1827, "r_f_add": 1800, "r_t_add": 1838, "st_code": 78170, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38476, "Shape__Length": 175.88980869957808 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051721961408504, 40.072250261811497 ], [ -75.050464236529507, 40.071518400983898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2403, "tnode_": 2445, "lpoly_": null, "rpoly_": null, "length": 321.23557312999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1829, "l_t_add": 1897, "r_f_add": 1840, "r_t_add": 1896, "st_code": 78170, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38477, "Shape__Length": 127.95751086203255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050464236529507, 40.071518400983898 ], [ -75.049547732595002, 40.070987515888703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2425, "tnode_": 2358, "lpoly_": null, "rpoly_": null, "length": 292.08538128000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8538, "r_f_add": 8501, "r_t_add": 8537, "st_code": 21880, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960258, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 38478, "Shape__Length": 116.54210123668675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047665783172704, 40.071150757100497 ], [ -75.047662159795607, 40.0712570360607 ], [ -75.047614090627604, 40.071399461453403 ], [ -75.047431058298997, 40.071601509531099 ], [ -75.0472292830637, 40.071860914218398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1618, "tnode_": 1662, "lpoly_": null, "rpoly_": null, "length": 566.85594729000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 743, "r_f_add": 700, "r_t_add": 750, "st_code": 17100, "l_hundred": 700, "r_hundred": 700, "seg_id": 960262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN ST", "stname": "BERGEN ST", "objectid": 38479, "Shape__Length": 225.80029172167991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073290892006497, 40.081959872774299 ], [ -75.073167606910602, 40.081999500777201 ], [ -75.07303460768, 40.082004903482201 ], [ -75.072890718194799, 40.081954295160799 ], [ -75.071637416893495, 40.0811894549473 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1556, "tnode_": 1573, "lpoly_": null, "rpoly_": null, "length": 256.81144107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSQUEHANNA", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 521, "l_t_add": 599, "r_f_add": 522, "r_t_add": 598, "st_code": 75640, "l_hundred": 500, "r_hundred": 500, "seg_id": 960263, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSQUEHANNA RD", "stname": "SUSQUEHANNA RD", "objectid": 38480, "Shape__Length": 102.31884930120442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074006634067601, 40.083526668066803 ], [ -75.073281283373007, 40.083094740163702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1660, "tnode_": 1618, "lpoly_": null, "rpoly_": null, "length": 352.87087228999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 18860, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 38481, "Shape__Length": 140.70209661443351 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074105158670093, 40.0812207041254 ], [ -75.073752924900006, 40.081561258805401 ], [ -75.073290892006497, 40.081959872774299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1701, "tnode_": 1660, "lpoly_": null, "rpoly_": null, "length": 236.06990524, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 18860, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 38482, "Shape__Length": 94.161971345135598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074574887452897, 40.080691254307901 ], [ -75.074504785420402, 40.080844810112602 ], [ -75.074105158670093, 40.0812207041254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2024, "tnode_": 2113, "lpoly_": null, "rpoly_": null, "length": 544.54267203999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8300, "l_t_add": 8398, "r_f_add": 8301, "r_t_add": 8399, "st_code": 75135, "l_hundred": 8300, "r_hundred": 8300, "seg_id": 960267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE PL", "stname": "STRAHLE PL", "objectid": 38483, "Shape__Length": 217.06831177986345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068557582706404, 40.076295088746797 ], [ -75.068712609673895, 40.0761446575818 ], [ -75.069466181032993, 40.075447043150298 ], [ -75.069054144049105, 40.075208365456298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1774, "tnode_": 1797, "lpoly_": null, "rpoly_": null, "length": 239.32962852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBASSADOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1989, "l_t_add": 1999, "r_f_add": 1994, "r_t_add": 1998, "st_code": 12395, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBASSADOR ST", "stname": "AMBASSADOR ST", "objectid": 38484, "Shape__Length": 95.315984347571458 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038070865197398, 40.078901149740801 ], [ -75.037351252112899, 40.078546111444403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1261, "tnode_": 1250, "lpoly_": null, "rpoly_": null, "length": 534.45671688999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHEASANT HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 64450, "l_hundred": 0, "r_hundred": 0, "seg_id": 960268, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHEASANT HILL DR", "stname": "PHEASANT HILL DR", "objectid": 38485, "Shape__Length": 212.91519569141735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066726638307102, 40.091954777847597 ], [ -75.067473374334, 40.092516093447003 ], [ -75.067542751492297, 40.092549655222101 ], [ -75.067630389403107, 40.092542116829499 ], [ -75.068292505294195, 40.092379299184103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1286, "tnode_": 1258, "lpoly_": null, "rpoly_": null, "length": 401.59684488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONGMEAD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 51630, "l_hundred": 0, "r_hundred": 0, "seg_id": 960269, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONGMEAD LN", "stname": "LONGMEAD LN", "objectid": 38486, "Shape__Length": 160.16681973416746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067686743089595, 40.091299118659002 ], [ -75.068142069702802, 40.0916979947052 ], [ -75.068591516610397, 40.092154045008598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1243, "tnode_": 1235, "lpoly_": null, "rpoly_": null, "length": 74.35262441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8994, "l_t_add": 8994, "r_f_add": 9001, "r_t_add": 9001, "st_code": 64800, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 960270, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38487, "Shape__Length": 29.67660719461734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066137366390294, 40.092430212998799 ], [ -75.066017210741805, 40.092612265947501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1235, "tnode_": 1211, "lpoly_": null, "rpoly_": null, "length": 220.80413846000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8996, "l_t_add": 8996, "r_f_add": 9003, "r_t_add": 9009, "st_code": 64800, "l_hundred": 8900, "r_hundred": 9000, "seg_id": 960271, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38488, "Shape__Length": 88.132065666249176 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066017210741805, 40.092612265947501 ], [ -75.065663721214193, 40.093154198084498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1141, "tnode_": 1130, "lpoly_": null, "rpoly_": null, "length": 99.51207884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9086, "r_f_add": 9001, "r_t_add": 9085, "st_code": 33860, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38489, "Shape__Length": 39.665908672632938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052583757458294, 40.094413265903398 ], [ -75.052320140792403, 40.094596660471801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1341, "tnode_": 1298, "lpoly_": null, "rpoly_": null, "length": 718.85145273000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9608, "l_t_add": 9698, "r_f_add": 9609, "r_t_add": 9699, "st_code": 27900, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER ST", "stname": "DEDAKER ST", "objectid": 38490, "Shape__Length": 286.56126965092193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040955720098495, 40.088872239491401 ], [ -75.040411193628998, 40.089265564008002 ], [ -75.039122238610105, 40.090254344360801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1341, "tnode_": 1298, "lpoly_": null, "rpoly_": null, "length": 1072.5669620400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAYDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 41320, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAYDEN ST", "stname": "HAYDEN ST", "objectid": 38491, "Shape__Length": 427.65145660741928 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040955720098495, 40.088872239491401 ], [ -75.041116400564803, 40.089020686153702 ], [ -75.041204932424407, 40.089161868345201 ], [ -75.041257499781196, 40.089296638957002 ], [ -75.0412440460574, 40.089452108714397 ], [ -75.041209545000996, 40.089590391443402 ], [ -75.041124162093794, 40.089733038127299 ], [ -75.040914857397993, 40.089895020065597 ], [ -75.040175045015104, 40.090461782749301 ], [ -75.040063374612103, 40.090537043065297 ], [ -75.039923644835199, 40.090589387619701 ], [ -75.0397856911448, 40.090597262063703 ], [ -75.039648626131907, 40.090582903187297 ], [ -75.039428268663798, 40.090477558180503 ], [ -75.039122238610105, 40.090254344360801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1348, "tnode_": 1341, "lpoly_": null, "rpoly_": null, "length": 294.57394372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9606, "r_f_add": 9601, "r_t_add": 9607, "st_code": 27900, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER ST", "stname": "DEDAKER ST", "objectid": 38492, "Shape__Length": 117.33862580136797 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041824133278993, 40.088531055929401 ], [ -75.041716242106602, 40.088511821916804 ], [ -75.041600226752706, 40.088514652271002 ], [ -75.041491447520102, 40.088517653020901 ], [ -75.041337248424895, 40.0885696573187 ], [ -75.041092711880907, 40.088753710296302 ], [ -75.040955720098495, 40.088872239491401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1334, "tnode_": 1348, "lpoly_": null, "rpoly_": null, "length": 362.18086753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 25960, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960279, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESWOOD RD", "stname": "CRESWOOD RD", "objectid": 38493, "Shape__Length": 144.29183708039591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042875584307197, 40.089110966566103 ], [ -75.041824133278993, 40.088531055929401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1380, "tnode_": 1399, "lpoly_": null, "rpoly_": null, "length": 90.69174069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1500, "r_t_add": 1598, "st_code": 82240, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960280, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38494, "Shape__Length": 36.175363102789596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041069132934695, 40.087177511317201 ], [ -75.040879041075399, 40.086975861721498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1380, "tnode_": 1447, "lpoly_": null, "rpoly_": null, "length": 1181.9935866600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1601, "l_t_add": 1799, "r_f_add": 1600, "r_t_add": 1798, "st_code": 38120, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960281, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38495, "Shape__Length": 470.78084643982447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041069132934695, 40.087177511317201 ], [ -75.040336606973099, 40.086916910074898 ], [ -75.039614289443307, 40.086610540780597 ], [ -75.039151948815103, 40.086397101282103 ], [ -75.038644303431795, 40.086139190281301 ], [ -75.038183126273395, 40.085896839667498 ], [ -75.037850779932498, 40.085729861664902 ], [ -75.037500696187706, 40.085468764770802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1399, "tnode_": 1444, "lpoly_": null, "rpoly_": null, "length": 672.2745498, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 82240, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960282, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38496, "Shape__Length": 268.09927646384756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040879041075399, 40.086975861721498 ], [ -75.040438098114194, 40.086594389766297 ], [ -75.039723151198203, 40.085936006195602 ], [ -75.039511922483797, 40.085711829577598 ], [ -75.039367185001296, 40.0855440423068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1484, "tnode_": 1447, "lpoly_": null, "rpoly_": null, "length": 439.22914132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 20020, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 960283, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38497, "Shape__Length": 175.20488183500493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038402873805893, 40.084482061585398 ], [ -75.037500696187706, 40.085468764770802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1444, "tnode_": 1484, "lpoly_": null, "rpoly_": null, "length": 472.3028488, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 82240, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960284, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38498, "Shape__Length": 188.39944348215863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039367185001296, 40.0855440423068 ], [ -75.039110148896995, 40.085306654645699 ], [ -75.038706590991396, 40.0848581190318 ], [ -75.038402873805893, 40.084482061585398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1492, "tnode_": 1444, "lpoly_": null, "rpoly_": null, "length": 555.19619089000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9352, "l_t_add": 9398, "r_f_add": 9339, "r_t_add": 9399, "st_code": 15740, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 38499, "Shape__Length": 221.53890665616234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040115599540997, 40.084226919928497 ], [ -75.040022573792896, 40.084293072068 ], [ -75.039869622314598, 40.084431477318901 ], [ -75.039796676651704, 40.0846150040094 ], [ -75.0398664282814, 40.0849512669296 ], [ -75.039817398385694, 40.085078389613301 ], [ -75.039681658525396, 40.085208370219398 ], [ -75.039367185001296, 40.0855440423068 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1511, "tnode_": 1492, "lpoly_": null, "rpoly_": null, "length": 258.34984921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9340, "l_t_add": 9350, "r_f_add": 9323, "r_t_add": 9337, "st_code": 15740, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 38500, "Shape__Length": 103.00940321879234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040724997886699, 40.083694140543997 ], [ -75.040115599540997, 40.084226919928497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1531, "tnode_": 1511, "lpoly_": null, "rpoly_": null, "length": 266.14709812000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9338, "r_f_add": 9301, "r_t_add": 9321, "st_code": 15740, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 38501, "Shape__Length": 106.1286346391345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041333222759206, 40.083132436544503 ], [ -75.040724997886699, 40.083694140543997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1522, "tnode_": 1538, "lpoly_": null, "rpoly_": null, "length": 274.01671114000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STONEY", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1561, "l_t_add": 1599, "r_f_add": 1556, "r_t_add": 1598, "st_code": 75105, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STONEY LN", "stname": "STONEY LN", "objectid": 38502, "Shape__Length": 109.20649794702571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043801210675596, 40.083612852710402 ], [ -75.0430757925064, 40.083107553125501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1563, "tnode_": 1484, "lpoly_": null, "rpoly_": null, "length": 951.13083472000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9216, "l_t_add": 9398, "r_f_add": 9225, "r_t_add": 9399, "st_code": 20020, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960289, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38503, "Shape__Length": 379.21671125868096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040673503530002, 40.0825398720728 ], [ -75.039223329406596, 40.083749124308802 ], [ -75.038805073949504, 40.084106827625497 ], [ -75.038402873805893, 40.084482061585398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1587, "tnode_": 1543, "lpoly_": null, "rpoly_": null, "length": 427.64777443999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARCY", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1500, "l_t_add": 1598, "r_f_add": 1501, "r_t_add": 1599, "st_code": 53435, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960290, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARCY PL", "stname": "MARCY PL", "objectid": 38504, "Shape__Length": 170.59543584672033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044248562538101, 40.082109305281499 ], [ -75.044635557523094, 40.082427035113199 ], [ -75.044712151191405, 40.082510702720803 ], [ -75.044761583196603, 40.082607374622398 ], [ -75.044757776736503, 40.0827027934046 ], [ -75.044727894733896, 40.082783953858304 ], [ -75.044632911407703, 40.082938624804598 ], [ -75.044485013374697, 40.083080641920198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1486, "tnode_": 1511, "lpoly_": null, "rpoly_": null, "length": 360.8320957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRACEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 77710, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRACEY ST", "stname": "TRACEY ST", "objectid": 38505, "Shape__Length": 143.9109282681793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041123605301905, 40.084472287544799 ], [ -75.041234785398899, 40.084362386666299 ], [ -75.041285966376407, 40.084181302566599 ], [ -75.041246640534794, 40.084065600140299 ], [ -75.041000915867102, 40.083897030597797 ], [ -75.040724997886699, 40.083694140543997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1492, "tnode_": 1486, "lpoly_": null, "rpoly_": null, "length": 335.83491547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RACHAEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 67130, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RACHAEL ST", "stname": "RACHAEL ST", "objectid": 38506, "Shape__Length": 133.75883491267814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040115599540997, 40.084226919928497 ], [ -75.040629832583804, 40.084543921186999 ], [ -75.040790747143305, 40.084581999216098 ], [ -75.0410077053332, 40.084546076566703 ], [ -75.041123605301905, 40.084472287544799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1698, "tnode_": 1668, "lpoly_": null, "rpoly_": null, "length": 497.87827854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9120, "l_t_add": 9198, "r_f_add": 9119, "r_t_add": 9199, "st_code": 27170, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALE RD", "stname": "DALE RD", "objectid": 38507, "Shape__Length": 198.24389058799241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043464585630105, 40.079986483468701 ], [ -75.042371148569103, 40.080548243368099 ], [ -75.042189483161494, 40.0805597812545 ], [ -75.041910475128404, 40.080531137892002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1722, "tnode_": 1668, "lpoly_": null, "rpoly_": null, "length": 368.09138425999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9126, "l_t_add": 9198, "r_f_add": 9125, "r_t_add": 9199, "st_code": 20020, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960294, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38508, "Shape__Length": 146.95594381246465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042306107493403, 40.079567959350904 ], [ -75.042199450921999, 40.079794452547901 ], [ -75.0420403047153, 40.080170321028703 ], [ -75.041910475128404, 40.080531137892002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1698, "tnode_": 1722, "lpoly_": null, "rpoly_": null, "length": 365.00335338000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1601, "l_t_add": 1617, "r_f_add": 1600, "r_t_add": 1616, "st_code": 38760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38509, "Shape__Length": 145.31843447688038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043464585630105, 40.079986483468701 ], [ -75.043094869053903, 40.0797546251192 ], [ -75.042891468331703, 40.079687378928703 ], [ -75.042306107493403, 40.079567959350904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1687, "tnode_": 1744, "lpoly_": null, "rpoly_": null, "length": 496.30132319000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBASSADOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1973, "r_f_add": 1900, "r_t_add": 1982, "st_code": 12395, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBASSADOR ST", "stname": "AMBASSADOR ST", "objectid": 38510, "Shape__Length": 197.69161798157123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040254635291504, 40.080003590730797 ], [ -75.038804716694898, 40.079218971587899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1758, "tnode_": 1698, "lpoly_": null, "rpoly_": null, "length": 388.90139433999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9118, "r_f_add": 9101, "r_t_add": 9117, "st_code": 27170, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DALE RD", "stname": "DALE RD", "objectid": 38511, "Shape__Length": 155.05150666606289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044103506890494, 40.079207357716101 ], [ -75.044175836744898, 40.079287391497601 ], [ -75.044205185668503, 40.079383381853098 ], [ -75.044201689613303, 40.079465155274399 ], [ -75.044169358713901, 40.079552971636197 ], [ -75.044062212940901, 40.079658007100598 ], [ -75.043914301526797, 40.079752592771101 ], [ -75.043464585630105, 40.079986483468701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1722, "tnode_": 1762, "lpoly_": null, "rpoly_": null, "length": 358.86221313, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1619, "l_t_add": 1699, "r_f_add": 1618, "r_t_add": 1698, "st_code": 38760, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38512, "Shape__Length": 142.90089213096678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042306107493403, 40.079567959350904 ], [ -75.042058577895304, 40.079506419921699 ], [ -75.041847535776498, 40.079428686495099 ], [ -75.041200267644399, 40.079083180717902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1774, "tnode_": 1719, "lpoly_": null, "rpoly_": null, "length": 322.08659848000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBASSADOR", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 12390, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBASSADOR PL", "stname": "AMBASSADOR PL", "objectid": 38513, "Shape__Length": 128.4898856963672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038070865197398, 40.078901149740801 ], [ -75.037740572155201, 40.079278340750101 ], [ -75.037801294053295, 40.079592540933398 ], [ -75.037941285037206, 40.0795614757739 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1744, "tnode_": 1774, "lpoly_": null, "rpoly_": null, "length": 235.74512971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBASSADOR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1975, "l_t_add": 1987, "r_f_add": 1984, "r_t_add": 1992, "st_code": 12395, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBASSADOR ST", "stname": "AMBASSADOR ST", "objectid": 38514, "Shape__Length": 93.870046190595943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038804716694898, 40.079218971587899 ], [ -75.038070865197398, 40.078901149740801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1781, "tnode_": 1722, "lpoly_": null, "rpoly_": null, "length": 279.282687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9116, "l_t_add": 9124, "r_f_add": 9115, "r_t_add": 9123, "st_code": 20020, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960301, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38515, "Shape__Length": 111.43001859548967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042802900702398, 40.078903456316702 ], [ -75.04267370334, 40.079055879832801 ], [ -75.042306107493403, 40.079567959350904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1797, "tnode_": 1754, "lpoly_": null, "rpoly_": null, "length": 258.81358781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9242, "l_t_add": 9298, "r_f_add": 9255, "r_t_add": 9299, "st_code": 61240, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960302, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38516, "Shape__Length": 103.19742405782442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037351252112899, 40.078546111444403 ], [ -75.036759918244897, 40.0790923967973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1810, "tnode_": 1762, "lpoly_": null, "rpoly_": null, "length": 268.80974772000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9120, "l_t_add": 9198, "r_f_add": 9121, "r_t_add": 9199, "st_code": 61186, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960304, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD BUSTLETON AVE", "stname": "OLD BUSTLETON AVE", "objectid": 38517, "Shape__Length": 107.20258974345215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041778818653498, 40.078494116511699 ], [ -75.041200267644399, 40.079083180717902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1744, "tnode_": 1805, "lpoly_": null, "rpoly_": null, "length": 456.33516328000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIPLOMAT", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9096, "l_t_add": 9198, "r_f_add": 9101, "r_t_add": 9199, "st_code": 28590, "l_hundred": 9000, "r_hundred": 9100, "seg_id": 960305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIPLOMAT PL", "stname": "DIPLOMAT PL", "objectid": 38518, "Shape__Length": 181.91615192080198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038804716694898, 40.079218971587899 ], [ -75.039250293050401, 40.0787441577911 ], [ -75.038688561741196, 40.078391246158901 ], [ -75.038595238468801, 40.078474568511901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1810, "tnode_": 1868, "lpoly_": null, "rpoly_": null, "length": 476.31106374999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1811, "r_f_add": 1800, "r_t_add": 1818, "st_code": 38760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38519, "Shape__Length": 189.75783980664286 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041778818653498, 40.078494116511699 ], [ -75.040797135960702, 40.077925539489001 ], [ -75.040434476783304, 40.077692690507902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1891, "tnode_": 1918, "lpoly_": null, "rpoly_": null, "length": 255.70131112000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1801, "r_f_add": 1700, "r_t_add": 1800, "st_code": 83640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960308, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 38520, "Shape__Length": 101.83164320202697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043893979738201, 40.077550937683903 ], [ -75.0431217450937, 40.077175723381899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1976, "tnode_": 1933, "lpoly_": null, "rpoly_": null, "length": 249.94313946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9148, "l_t_add": 9198, "r_f_add": 9151, "r_t_add": 9151, "st_code": 61240, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38521, "Shape__Length": 99.681572344330775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039563770203998, 40.076326837940897 ], [ -75.0390378292511, 40.076881385691003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1868, "tnode_": 2000, "lpoly_": null, "rpoly_": null, "length": 814.34919116000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MATHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9101, "l_t_add": 9199, "r_f_add": 9100, "r_t_add": 9198, "st_code": 54300, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MATHER ST", "stname": "MATHER ST", "objectid": 38522, "Shape__Length": 324.73937549393122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040434476783304, 40.077692690507902 ], [ -75.0419720652107, 40.076145923802898 ], [ -75.042082672189196, 40.076028613987098 ], [ -75.042217904947606, 40.075928265383297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1918, "tnode_": 2000, "lpoly_": null, "rpoly_": null, "length": 520.07832855000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1803, "l_t_add": 1899, "r_f_add": 1802, "r_t_add": 1898, "st_code": 83640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960311, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 38523, "Shape__Length": 207.50583267111969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0431217450937, 40.077175723381899 ], [ -75.042217904947606, 40.075928265383297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2000, "tnode_": 2041, "lpoly_": null, "rpoly_": null, "length": 203.16518874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 83640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 38524, "Shape__Length": 81.062505010014846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042217904947606, 40.075928265383297 ], [ -75.041871318592598, 40.075438212935602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2044, "tnode_": 1976, "lpoly_": null, "rpoly_": null, "length": 439.68902845000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9128, "l_t_add": 9146, "r_f_add": 9117, "r_t_add": 9149, "st_code": 61240, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960313, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38525, "Shape__Length": 175.33484663072392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040524402288696, 40.075371725499103 ], [ -75.039563770203998, 40.076326837940897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2041, "tnode_": 2044, "lpoly_": null, "rpoly_": null, "length": 379.5210215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9126, "r_f_add": 9101, "r_t_add": 9115, "st_code": 61240, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38526, "Shape__Length": 150.97545741565941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041871318592598, 40.075438212935602 ], [ -75.041626233529797, 40.075452538684097 ], [ -75.041376454796705, 40.075425238335598 ], [ -75.040609723808402, 40.075360054657096 ], [ -75.040524402288696, 40.075371725499103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1933, "tnode_": 1919, "lpoly_": null, "rpoly_": null, "length": 78.65415429, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9200, "r_f_add": 9153, "r_t_add": 9199, "st_code": 61240, "l_hundred": 9200, "r_hundred": 9100, "seg_id": 960315, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38527, "Shape__Length": 31.359244553897543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0390378292511, 40.076881385691003 ], [ -75.038854809223807, 40.0770452510044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1669, "tnode_": 1754, "lpoly_": null, "rpoly_": null, "length": 422.0529572, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2035, "r_f_add": 2000, "r_t_add": 2014, "st_code": 82240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960316, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38528, "Shape__Length": 168.52859977099186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037082517943304, 40.080224166645998 ], [ -75.036759918244897, 40.0790923967973 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1754, "tnode_": 1863, "lpoly_": null, "rpoly_": null, "length": 531.80616425000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2016, "r_t_add": 2098, "st_code": 82240, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960317, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38529, "Shape__Length": 212.36899687567976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036759918244897, 40.0790923967973 ], [ -75.036473545863203, 40.0776491994175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1863, "tnode_": 1941, "lpoly_": null, "rpoly_": null, "length": 355.9529512, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2129, "r_f_add": 2100, "r_t_add": 2112, "st_code": 82240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960318, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38530, "Shape__Length": 142.10360134462536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036473545863203, 40.0776491994175 ], [ -75.036088204588907, 40.076717986371001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1959, "tnode_": 1863, "lpoly_": null, "rpoly_": null, "length": 613.30874683000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 54220, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASLAND ST", "stname": "MASLAND ST", "objectid": 38531, "Shape__Length": 244.41489171875725 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038044269615696, 40.076583446081798 ], [ -75.037186888237699, 40.077444965728198 ], [ -75.037052723851502, 40.077541884650103 ], [ -75.036473545863203, 40.0776491994175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2045, "tnode_": 2022, "lpoly_": null, "rpoly_": null, "length": 293.2006106, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BICKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9157, "l_t_add": 9199, "r_f_add": 9162, "r_t_add": 9198, "st_code": 17540, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BICKLEY ST", "stname": "BICKLEY ST", "objectid": 38532, "Shape__Length": 116.67462985213213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036642083950198, 40.075289800853398 ], [ -75.035645785882295, 40.075538832939998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1919, "tnode_": 1959, "lpoly_": null, "rpoly_": null, "length": 282.40019899000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 2107, "r_f_add": 1900, "r_t_add": 2106, "st_code": 38760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960321, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38533, "Shape__Length": 112.49408494265859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038854809223807, 40.0770452510044 ], [ -75.038044269615696, 40.076583446081798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2022, "tnode_": 2094, "lpoly_": null, "rpoly_": null, "length": 369.37639988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2141, "l_t_add": 2199, "r_f_add": 2132, "r_t_add": 2198, "st_code": 82240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960322, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38534, "Shape__Length": 147.40245301841921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035645785882295, 40.075538832939998 ], [ -75.035497274772396, 40.0752369996464 ], [ -75.035419136793493, 40.075057218836001 ], [ -75.035362548663102, 40.0749481839648 ], [ -75.0350891185535, 40.074626270152301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1578, "tnode_": 1600, "lpoly_": null, "rpoly_": null, "length": 308.50600538999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1821, "r_f_add": 1800, "r_t_add": 1898, "st_code": 17480, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960324, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEYER AVE", "stname": "BEYER AVE", "objectid": 38535, "Shape__Length": 122.95686034031147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034780969735195, 40.082085169304897 ], [ -75.034558898777206, 40.082068159508601 ], [ -75.034374529046801, 40.081994994548303 ], [ -75.034005640009497, 40.0815636999845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1633, "tnode_": 1578, "lpoly_": null, "rpoly_": null, "length": 549.13869653999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 42920, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38536, "Shape__Length": 219.04318124763182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035767374113803, 40.080861018687003 ], [ -75.035763839664497, 40.081058234713502 ], [ -75.035760087758405, 40.081151976133803 ], [ -75.035715406557699, 40.081251006034897 ], [ -75.035587117770703, 40.081404360773703 ], [ -75.035070073658204, 40.081911341811498 ], [ -75.034943783842706, 40.082014699636701 ], [ -75.034780969735195, 40.082085169304897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1633, "tnode_": 1636, "lpoly_": null, "rpoly_": null, "length": 108.47456674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1861, "l_t_add": 1895, "r_f_add": 1866, "r_t_add": 1898, "st_code": 59340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38537, "Shape__Length": 43.159070075987295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035767374113803, 40.080861018687003 ], [ -75.035386816717406, 40.080804321762599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1644, "tnode_": 1600, "lpoly_": null, "rpoly_": null, "length": 426.18607903999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 23500, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38538, "Shape__Length": 169.91564519033085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035000478387801, 40.080705516039203 ], [ -75.034703700074502, 40.081095746708598 ], [ -75.034568024689307, 40.081230158750799 ], [ -75.034333218055195, 40.081399759818702 ], [ -75.034005640009497, 40.0815636999845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1636, "tnode_": 1644, "lpoly_": null, "rpoly_": null, "length": 113.94229576, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1897, "l_t_add": 1899, "r_f_add": 1900, "r_t_add": 1902, "st_code": 59340, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 960328, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38539, "Shape__Length": 45.345860331881887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035386816717406, 40.080804321762599 ], [ -75.035000478387801, 40.080705516039203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1669, "tnode_": 1633, "lpoly_": null, "rpoly_": null, "length": 459.13887047999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1859, "r_f_add": 1800, "r_t_add": 1864, "st_code": 59340, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38540, "Shape__Length": 182.89179463001591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037082517943304, 40.080224166645998 ], [ -75.036831208956897, 40.080432880602402 ], [ -75.036509803104494, 40.080731804782197 ], [ -75.036352975810203, 40.080784400511099 ], [ -75.036121030246207, 40.080826618120099 ], [ -75.035767374113803, 40.080861018687003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1683, "tnode_": 1673, "lpoly_": null, "rpoly_": null, "length": 108.54509555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 32420, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38541, "Shape__Length": 43.196135686323814 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032977956470205, 40.0799625149672 ], [ -75.032608351699594, 40.0800529363542 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1600, "tnode_": 1683, "lpoly_": null, "rpoly_": null, "length": 651.00851973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1823, "l_t_add": 1899, "r_f_add": 1900, "r_t_add": 1950, "st_code": 17480, "l_hundred": 1800, "r_hundred": 1900, "seg_id": 960331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEYER AVE", "stname": "BEYER AVE", "objectid": 38542, "Shape__Length": 259.80223166085187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034005640009497, 40.0815636999845 ], [ -75.0337379340734, 40.081216798423199 ], [ -75.033385222408896, 40.080670501630799 ], [ -75.032977956470205, 40.0799625149672 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1644, "tnode_": 1759, "lpoly_": null, "rpoly_": null, "length": 753.68528131000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1904, "r_t_add": 1940, "st_code": 59340, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38543, "Shape__Length": 300.70423385169772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035000478387801, 40.080705516039203 ], [ -75.034719932006496, 40.080551160031703 ], [ -75.034378514384201, 40.080268612320801 ], [ -75.034253284574106, 40.080094668811803 ], [ -75.034125556768799, 40.079874802601999 ], [ -75.033967366389803, 40.079619404197402 ], [ -75.033845317732897, 40.079348985889901 ], [ -75.033778105729596, 40.078942468427798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1683, "tnode_": 1766, "lpoly_": null, "rpoly_": null, "length": 402.54241302999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1953, "l_t_add": 1999, "r_f_add": 1952, "r_t_add": 1998, "st_code": 17480, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEYER AVE", "stname": "BEYER AVE", "objectid": 38544, "Shape__Length": 160.75512341591536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032977956470205, 40.0799625149672 ], [ -75.032851426386003, 40.079436231429497 ], [ -75.032810396300505, 40.078867263505302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1759, "tnode_": 1766, "lpoly_": null, "rpoly_": null, "length": 272.18097594, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9338, "r_f_add": 9301, "r_t_add": 9339, "st_code": 54220, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASLAND ST", "stname": "MASLAND ST", "objectid": 38545, "Shape__Length": 108.27912564328815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033778105729596, 40.078942468427798 ], [ -75.032810396300505, 40.078867263505302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1766, "tnode_": 1769, "lpoly_": null, "rpoly_": null, "length": 148.92380539000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MASLAND", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9340, "l_t_add": 9398, "r_f_add": 9341, "r_t_add": 9399, "st_code": 54220, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MASLAND ST", "stname": "MASLAND ST", "objectid": 38546, "Shape__Length": 59.246892439029786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032810396300505, 40.078867263505302 ], [ -75.032283240612898, 40.078811196855902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1759, "tnode_": 1834, "lpoly_": null, "rpoly_": null, "length": 371.58220841000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2027, "r_f_add": 1942, "r_t_add": 1998, "st_code": 59340, "l_hundred": 2000, "r_hundred": 1900, "seg_id": 960336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38547, "Shape__Length": 148.29071029527134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033778105729596, 40.078942468427798 ], [ -75.033938160331601, 40.078418593548697 ], [ -75.0340861192293, 40.078216202645599 ], [ -75.034298405393201, 40.078026972346201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1834, "tnode_": 1876, "lpoly_": null, "rpoly_": null, "length": 268.28391979000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2029, "l_t_add": 2047, "r_f_add": 2000, "r_t_add": 2048, "st_code": 59340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38548, "Shape__Length": 106.99923594472024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034298405393201, 40.078026972346201 ], [ -75.034860459832501, 40.077430343483798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1876, "tnode_": 1853, "lpoly_": null, "rpoly_": null, "length": 245.68453007000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1900, "l_t_add": 1998, "r_f_add": 1901, "r_t_add": 1999, "st_code": 59330, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER PL", "stname": "NESTER PL", "objectid": 38549, "Shape__Length": 97.899120196447853 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034860459832501, 40.077430343483798 ], [ -75.035522501180395, 40.077873298991399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1766, "tnode_": 1899, "lpoly_": null, "rpoly_": null, "length": 674.66297284000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2047, "r_f_add": 2000, "r_t_add": 2036, "st_code": 17480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEYER AVE", "stname": "BEYER AVE", "objectid": 38550, "Shape__Length": 269.24420242309549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032810396300505, 40.078867263505302 ], [ -75.033006930628204, 40.078282659937798 ], [ -75.033132410400199, 40.078037275790301 ], [ -75.033331538100398, 40.0777417265084 ], [ -75.033799713919294, 40.077198113399803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1876, "tnode_": 1917, "lpoly_": null, "rpoly_": null, "length": 191.62890783999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2049, "l_t_add": 2061, "r_f_add": 2050, "r_t_add": 2062, "st_code": 59340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38551, "Shape__Length": 76.435445714327315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034860459832501, 40.077430343483798 ], [ -75.035244073260003, 40.076994593012898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1899, "tnode_": 1929, "lpoly_": null, "rpoly_": null, "length": 270.0512989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODNAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 37600, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODNAW ST", "stname": "GOODNAW ST", "objectid": 38552, "Shape__Length": 107.55667347106467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033799713919294, 40.077198113399803 ], [ -75.032998832383797, 40.076784542694398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1917, "tnode_": 1941, "lpoly_": null, "rpoly_": null, "length": 258.08835484000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2063, "l_t_add": 2099, "r_f_add": 2064, "r_t_add": 2098, "st_code": 59340, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960342, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTER ST", "stname": "NESTER ST", "objectid": 38553, "Shape__Length": 102.73084221629291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035244073260003, 40.076994593012898 ], [ -75.035606757379099, 40.076844674044899 ], [ -75.035771962246699, 40.0767860222875 ], [ -75.036088204588907, 40.076717986371001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1576, "tnode_": 1547, "lpoly_": null, "rpoly_": null, "length": 266.1767127, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 23500, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 960343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38554, "Shape__Length": 106.18232760281499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0326684618624, 40.082089811101397 ], [ -75.032143292002203, 40.082699045185898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1646, "tnode_": 1584, "lpoly_": null, "rpoly_": null, "length": 583.33447175999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 32420, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 960344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38555, "Shape__Length": 232.64992307231734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031729107131596, 40.080548329585199 ], [ -75.030483445314104, 40.081832324882903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1576, "tnode_": 1646, "lpoly_": null, "rpoly_": null, "length": 620.01321707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 55840, "l_hundred": 2000, "r_hundred": 2100, "seg_id": 960345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER ST", "stname": "MICHENER ST", "objectid": 38556, "Shape__Length": 247.45129629115263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0326684618624, 40.082089811101397 ], [ -75.031729107131596, 40.080548329585199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1690, "tnode_": 1597, "lpoly_": null, "rpoly_": null, "length": 723.03736330999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 42740, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 960346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38557, "Shape__Length": 288.36258236025549 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031293556851693, 40.0798158581308 ], [ -75.029745272292203, 40.081404883944998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1646, "tnode_": 1690, "lpoly_": null, "rpoly_": null, "length": 293.34560342999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2203, "r_f_add": 2200, "r_t_add": 2208, "st_code": 55840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER ST", "stname": "MICHENER ST", "objectid": 38558, "Shape__Length": 117.07745219617715 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031729107131596, 40.080548329585199 ], [ -75.031293556851693, 40.0798158581308 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1690, "tnode_": 1743, "lpoly_": null, "rpoly_": null, "length": 311.78563189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHENER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2205, "l_t_add": 2299, "r_f_add": 2210, "r_t_add": 2298, "st_code": 55840, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHENER ST", "stname": "MICHENER ST", "objectid": 38559, "Shape__Length": 124.42717352531614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031293556851693, 40.0798158581308 ], [ -75.030807802929402, 40.079045594392397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1312, "tnode_": 1331, "lpoly_": null, "rpoly_": null, "length": 379.98261852999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1830, "st_code": 51740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960349, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38560, "Shape__Length": 151.40402170421757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033549863868203, 40.089591612245997 ], [ -75.032473688587103, 40.0889553478289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1331, "tnode_": 1347, "lpoly_": null, "rpoly_": null, "length": 306.58994822, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1825, "l_t_add": 1845, "r_f_add": 1832, "r_t_add": 1846, "st_code": 51740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960350, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38561, "Shape__Length": 122.1534791830513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032473688587103, 40.0889553478289 ], [ -75.031596494875402, 40.088450966926203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1351, "tnode_": 1312, "lpoly_": null, "rpoly_": null, "length": 571.21825167999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 20020, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960351, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38562, "Shape__Length": 227.9067625017077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034634181427904, 40.088268490258002 ], [ -75.033960587272801, 40.088978031383 ], [ -75.033549863868203, 40.089591612245997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1332, "tnode_": 1351, "lpoly_": null, "rpoly_": null, "length": 475.4165294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 35320, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38563, "Shape__Length": 189.4135870057795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036001074790505, 40.0890437271878 ], [ -75.034634181427904, 40.088268490258002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1359, "tnode_": 1332, "lpoly_": null, "rpoly_": null, "length": 391.29186492000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 15740, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 38564, "Shape__Length": 156.07856799793618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036829918985404, 40.088178565211599 ], [ -75.036001074790505, 40.0890437271878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1347, "tnode_": 1358, "lpoly_": null, "rpoly_": null, "length": 282.14568487999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1847, "l_t_add": 1899, "r_f_add": 1848, "r_t_add": 1898, "st_code": 51740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38565, "Shape__Length": 112.4071250201025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031596494875402, 40.088450966926203 ], [ -75.030780302394305, 40.0879961194129 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1351, "tnode_": 1367, "lpoly_": null, "rpoly_": null, "length": 340.53452862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1820, "st_code": 35320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38566, "Shape__Length": 135.66887023650108 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034634181427904, 40.088268490258002 ], [ -75.033649125480693, 40.087719470856698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1358, "tnode_": 1373, "lpoly_": null, "rpoly_": null, "length": 277.41484427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 51740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960356, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38567, "Shape__Length": 110.53454121355239 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030780302394305, 40.0879961194129 ], [ -75.0299961996771, 40.087530042129998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1382, "tnode_": 1351, "lpoly_": null, "rpoly_": null, "length": 395.70073182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9614, "l_t_add": 9698, "r_f_add": 9629, "r_t_add": 9699, "st_code": 20020, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960357, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38568, "Shape__Length": 157.83518664875859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035472710788198, 40.087393781228698 ], [ -75.034634181427904, 40.088268490258002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1388, "tnode_": 1347, "lpoly_": null, "rpoly_": null, "length": 556.25172070999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9646, "l_t_add": 9698, "r_f_add": 9647, "r_t_add": 9699, "st_code": 29475, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38569, "Shape__Length": 221.88088966411533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032763859375905, 40.087214961939203 ], [ -75.031596494875402, 40.088450966926203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1367, "tnode_": 1388, "lpoly_": null, "rpoly_": null, "length": 308.43240041999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1822, "r_t_add": 1898, "st_code": 35320, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960360, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38570, "Shape__Length": 122.88334284671497 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033649125480693, 40.087719470856698 ], [ -75.032763859375905, 40.087214961939203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1397, "tnode_": 1382, "lpoly_": null, "rpoly_": null, "length": 170.47859976000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9612, "r_f_add": 9601, "r_t_add": 9627, "st_code": 20020, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960361, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38571, "Shape__Length": 68.006938318260467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035818474011904, 40.087008453288099 ], [ -75.035472710788198, 40.087393781228698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1381, "tnode_": 1397, "lpoly_": null, "rpoly_": null, "length": 230.96137638, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 57640, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38572, "Shape__Length": 92.010774452528892 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0364908997729, 40.0873761810563 ], [ -75.035818474011904, 40.087008453288099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1403, "tnode_": 1358, "lpoly_": null, "rpoly_": null, "length": 560.00125313000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9648, "l_t_add": 9698, "r_f_add": 9641, "r_t_add": 9699, "st_code": 17700, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960363, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRWOOD ST", "stname": "BIRWOOD ST", "objectid": 38573, "Shape__Length": 223.36683288519694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031971336591496, 40.086760682242598 ], [ -75.030780302394305, 40.0879961194129 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1388, "tnode_": 1403, "lpoly_": null, "rpoly_": null, "length": 276.69209154000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1933, "r_f_add": 1900, "r_t_add": 1918, "st_code": 35320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960364, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38574, "Shape__Length": 110.23798174208524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032763859375905, 40.087214961939203 ], [ -75.031971336591496, 40.086760682242598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1405, "tnode_": 1385, "lpoly_": null, "rpoly_": null, "length": 230.53242096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 15740, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-05-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 38575, "Shape__Length": 91.957538832313503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038108339295505, 40.086832739098199 ], [ -75.0376293027835, 40.087347619992897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1412, "tnode_": 1397, "lpoly_": null, "rpoly_": null, "length": 200.13069607999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9544, "l_t_add": 9598, "r_f_add": 9541, "r_t_add": 9599, "st_code": 20020, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960366, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38576, "Shape__Length": 79.810228818919867 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036271760612905, 40.086583481310498 ], [ -75.035818474011904, 40.087008453288099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1385, "tnode_": 1412, "lpoly_": null, "rpoly_": null, "length": 470.92086524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KOHL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 48100, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KOHL ST", "stname": "KOHL ST", "objectid": 38577, "Shape__Length": 187.61522476287783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0376293027835, 40.087347619992897 ], [ -75.036271760612905, 40.086583481310498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1397, "tnode_": 1415, "lpoly_": null, "rpoly_": null, "length": 380.99438688000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1823, "r_f_add": 1800, "r_t_add": 1826, "st_code": 57640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960368, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38578, "Shape__Length": 151.77996102900454 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035818474011904, 40.087008453288099 ], [ -75.034709072601402, 40.086402036913903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1417, "tnode_": 1373, "lpoly_": null, "rpoly_": null, "length": 558.04599558999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9650, "l_t_add": 9698, "r_f_add": 9651, "r_t_add": 9699, "st_code": 42920, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38579, "Shape__Length": 222.59552598896957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031163539391301, 40.086287952295798 ], [ -75.0299961996771, 40.087530042129998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1403, "tnode_": 1417, "lpoly_": null, "rpoly_": null, "length": 284.15240645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1935, "l_t_add": 1999, "r_f_add": 1920, "r_t_add": 1998, "st_code": 35320, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38580, "Shape__Length": 113.21377546990975 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031971336591496, 40.086760682242598 ], [ -75.031163539391301, 40.086287952295798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1426, "tnode_": 1388, "lpoly_": null, "rpoly_": null, "length": 562.62365036000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9644, "r_f_add": 9601, "r_t_add": 9645, "st_code": 29475, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38581, "Shape__Length": 224.40508372226611 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033970312426604, 40.0859793804226 ], [ -75.032763859375905, 40.087214961939203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1415, "tnode_": 1426, "lpoly_": null, "rpoly_": null, "length": 257.74846889000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1825, "l_t_add": 1899, "r_f_add": 1828, "r_t_add": 1898, "st_code": 57640, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960372, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38582, "Shape__Length": 102.68901898551073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034709072601402, 40.086402036913903 ], [ -75.033970312426604, 40.0859793804226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1441, "tnode_": 1403, "lpoly_": null, "rpoly_": null, "length": 559.98291308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9646, "r_f_add": 9601, "r_t_add": 9639, "st_code": 17700, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRWOOD ST", "stname": "BIRWOOD ST", "objectid": 38583, "Shape__Length": 223.35567712275952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033161913191606, 40.085525059757202 ], [ -75.031971336591496, 40.086760682242598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1426, "tnode_": 1441, "lpoly_": null, "rpoly_": null, "length": 280.27696451000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1923, "r_f_add": 1900, "r_t_add": 1918, "st_code": 57640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960374, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38584, "Shape__Length": 111.6602425301429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033970312426604, 40.0859793804226 ], [ -75.033161913191606, 40.085525059757202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1447, "tnode_": 1412, "lpoly_": null, "rpoly_": null, "length": 532.97520651000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9542, "r_f_add": 9501, "r_t_add": 9539, "st_code": 20020, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960375, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38585, "Shape__Length": 212.52932872661461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037500696187706, 40.085468764770802 ], [ -75.0372330339641, 40.085729231495002 ], [ -75.036760491914507, 40.086202148774198 ], [ -75.036271760612905, 40.086583481310498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1451, "tnode_": 1426, "lpoly_": null, "rpoly_": null, "length": 354.26246873000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9524, "l_t_add": 9598, "r_f_add": 9539, "r_t_add": 9599, "st_code": 29475, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38586, "Shape__Length": 141.29921720617369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034726041060495, 40.085199134762497 ], [ -75.033970312426604, 40.0859793804226 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1452, "tnode_": 1417, "lpoly_": null, "rpoly_": null, "length": 558.25929154999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9648, "r_f_add": 9601, "r_t_add": 9649, "st_code": 42920, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960377, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38587, "Shape__Length": 222.66463694306705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032354304442293, 40.0850583335355 ], [ -75.031163539391301, 40.086287952295798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1441, "tnode_": 1452, "lpoly_": null, "rpoly_": null, "length": 282.79344483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1920, "r_t_add": 1998, "st_code": 57640, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38588, "Shape__Length": 112.66770309013683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033161913191606, 40.085525059757202 ], [ -75.032354304442293, 40.0850583335355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1447, "tnode_": 1464, "lpoly_": null, "rpoly_": null, "length": 419.61531293999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1825, "r_f_add": 1800, "r_t_add": 1830, "st_code": 38120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960379, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38589, "Shape__Length": 167.1546094062991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037500696187706, 40.085468764770802 ], [ -75.036268780406999, 40.084811896272498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1476, "tnode_": 1451, "lpoly_": null, "rpoly_": null, "length": 353.16976853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9522, "r_f_add": 9501, "r_t_add": 9537, "st_code": 29475, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38590, "Shape__Length": 140.86476482084268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035473703560797, 40.084418042543497 ], [ -75.034726041060495, 40.085199134762497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1464, "tnode_": 1476, "lpoly_": null, "rpoly_": null, "length": 264.72342101000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1827, "l_t_add": 1899, "r_f_add": 1832, "r_t_add": 1898, "st_code": 38120, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960381, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38591, "Shape__Length": 105.43922074177523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036268780406999, 40.084811896272498 ], [ -75.035473703560797, 40.084418042543497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1483, "tnode_": 1452, "lpoly_": null, "rpoly_": null, "length": 355.53429763000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9524, "l_t_add": 9598, "r_f_add": 9523, "r_t_add": 9599, "st_code": 42920, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960382, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38592, "Shape__Length": 141.80203863336465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033117563505897, 40.084278059110098 ], [ -75.032354304442293, 40.0850583335355 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1451, "tnode_": 1483, "lpoly_": null, "rpoly_": null, "length": 561.37756898000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KOHL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 48100, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KOHL ST", "stname": "KOHL ST", "objectid": 38593, "Shape__Length": 223.6528287522261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034726041060495, 40.085199134762497 ], [ -75.033117563505897, 40.084278059110098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1508, "tnode_": 1483, "lpoly_": null, "rpoly_": null, "length": 329.63546004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9522, "r_f_add": 9501, "r_t_add": 9521, "st_code": 42920, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960384, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38594, "Shape__Length": 131.46619021105556 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033834367237404, 40.083559959379897 ], [ -75.033117563505897, 40.084278059110098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1476, "tnode_": 1508, "lpoly_": null, "rpoly_": null, "length": 555.08902644000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 38120, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960385, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38595, "Shape__Length": 221.11005371481065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035473703560797, 40.084418042543497 ], [ -75.033834367237404, 40.083559959379897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1464, "tnode_": 1415, "lpoly_": null, "rpoly_": null, "length": 725.26239632, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 84120, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960386, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38596, "Shape__Length": 289.2677222819537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036268780406999, 40.084811896272498 ], [ -75.034709072601402, 40.086402036913903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1367, "tnode_": 1331, "lpoly_": null, "rpoly_": null, "length": 557.54188289000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 84120, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960387, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38597, "Shape__Length": 222.39439567872384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033649125480693, 40.087719470856698 ], [ -75.032473688587103, 40.0889553478289 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1373, "tnode_": 1387, "lpoly_": null, "rpoly_": null, "length": 285.77649429000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2025, "r_f_add": 2000, "r_t_add": 2026, "st_code": 51740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960388, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38598, "Shape__Length": 113.84837573990146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0299961996771, 40.087530042129998 ], [ -75.029164294014905, 40.087074919782403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1387, "tnode_": 1404, "lpoly_": null, "rpoly_": null, "length": 285.26297099, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2027, "l_t_add": 2099, "r_f_add": 2028, "r_t_add": 2098, "st_code": 51740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960389, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38599, "Shape__Length": 113.64739521258367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029164294014905, 40.087074919782403 ], [ -75.0283400072625, 40.086614088573903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1404, "tnode_": 1419, "lpoly_": null, "rpoly_": null, "length": 271.24359748999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2115, "r_f_add": 2100, "r_t_add": 2118, "st_code": 51740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960390, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38600, "Shape__Length": 108.07193335305398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0283400072625, 40.086614088573903 ], [ -75.027571178339301, 40.086160555869199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1429, "tnode_": 1387, "lpoly_": null, "rpoly_": null, "length": 561.18042722999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPELCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9650, "l_t_add": 9698, "r_f_add": 9629, "r_t_add": 9699, "st_code": 22380, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPELCROFT ST", "stname": "CHAPELCROFT ST", "objectid": 38601, "Shape__Length": 223.83158216498447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030362714408795, 40.0858396737381 ], [ -75.029164294014905, 40.087074919782403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1417, "tnode_": 1429, "lpoly_": null, "rpoly_": null, "length": 277.2665442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2011, "r_f_add": 2000, "r_t_add": 2018, "st_code": 35320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38602, "Shape__Length": 110.46063541609904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031163539391301, 40.086287952295798 ], [ -75.030362714408795, 40.0858396737381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1419, "tnode_": 1432, "lpoly_": null, "rpoly_": null, "length": 288.27537706000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2117, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 51740, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38603, "Shape__Length": 114.84700395748243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027571178339301, 40.086160555869199 ], [ -75.026739649127606, 40.085693331034598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1443, "tnode_": 1404, "lpoly_": null, "rpoly_": null, "length": 561.30352576999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9640, "l_t_add": 9698, "r_f_add": 9643, "r_t_add": 9699, "st_code": 23500, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960394, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38604, "Shape__Length": 223.87899900815879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029539003786496, 40.085378755532197 ], [ -75.0283400072625, 40.086614088573903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1429, "tnode_": 1443, "lpoly_": null, "rpoly_": null, "length": 285.15469824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2013, "l_t_add": 2099, "r_f_add": 2020, "r_t_add": 2098, "st_code": 35320, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38605, "Shape__Length": 113.6023730395795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030362714408795, 40.0858396737381 ], [ -75.029539003786496, 40.085378755532197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1432, "tnode_": 1445, "lpoly_": null, "rpoly_": null, "length": 273.53253143000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2205, "r_f_add": 2200, "r_t_add": 2208, "st_code": 51740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960396, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38606, "Shape__Length": 108.97590223289299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026739649127606, 40.085693331034598 ], [ -75.025955010286594, 40.085245459371798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1458, "tnode_": 1419, "lpoly_": null, "rpoly_": null, "length": 559.90435346000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9650, "l_t_add": 9698, "r_f_add": 9649, "r_t_add": 9699, "st_code": 25480, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38607, "Shape__Length": 223.3341437543134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028738785695197, 40.084912340400003 ], [ -75.027571178339301, 40.086160555869199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1443, "tnode_": 1458, "lpoly_": null, "rpoly_": null, "length": 281.07557865999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2117, "r_f_add": 2100, "r_t_add": 2118, "st_code": 35320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960398, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38608, "Shape__Length": 111.98478857554342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029539003786496, 40.085378755532197 ], [ -75.028738785695197, 40.084912340400003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1445, "tnode_": 1457, "lpoly_": null, "rpoly_": null, "length": 252.92096125999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2207, "l_t_add": 2299, "r_f_add": 2210, "r_t_add": 2298, "st_code": 51740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960399, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38609, "Shape__Length": 100.764991572311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025955010286594, 40.085245459371798 ], [ -75.025231516671298, 40.084829261133599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1469, "tnode_": 1429, "lpoly_": null, "rpoly_": null, "length": 558.73217687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPELCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9648, "r_f_add": 9601, "r_t_add": 9627, "st_code": 22380, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPELCROFT ST", "stname": "CHAPELCROFT ST", "objectid": 38610, "Shape__Length": 222.85638574163923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031545645736799, 40.084603994829003 ], [ -75.030362714408795, 40.0858396737381 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1452, "tnode_": 1469, "lpoly_": null, "rpoly_": null, "length": 280.34191443999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2024, "st_code": 57640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960401, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38611, "Shape__Length": 111.6845467968096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032354304442293, 40.0850583335355 ], [ -75.031545645736799, 40.084603994829003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1473, "tnode_": 1432, "lpoly_": null, "rpoly_": null, "length": 567.23065031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9650, "l_t_add": 9698, "r_f_add": 9649, "r_t_add": 9699, "st_code": 32420, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960402, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38612, "Shape__Length": 226.25031475783521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027931408460702, 40.0844337127022 ], [ -75.026739649127606, 40.085693331034598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1458, "tnode_": 1473, "lpoly_": null, "rpoly_": null, "length": 285.3714107, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2119, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 35320, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960403, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38613, "Shape__Length": 113.69905865770939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028738785695197, 40.084912340400003 ], [ -75.027931408460702, 40.0844337127022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1487, "tnode_": 1443, "lpoly_": null, "rpoly_": null, "length": 563.05173974000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9638, "r_f_add": 9601, "r_t_add": 9641, "st_code": 23500, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960404, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38614, "Shape__Length": 224.57433907417334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030737637171299, 40.084137247245501 ], [ -75.029539003786496, 40.085378755532197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1469, "tnode_": 1487, "lpoly_": null, "rpoly_": null, "length": 282.88997272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2025, "l_t_add": 2099, "r_f_add": 2026, "r_t_add": 2098, "st_code": 57640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38615, "Shape__Length": 112.70453983172635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031545645736799, 40.084603994829003 ], [ -75.030737637171299, 40.084137247245501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1491, "tnode_": 1445, "lpoly_": null, "rpoly_": null, "length": 564.20555836000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9646, "l_t_add": 9698, "r_f_add": 9649, "r_t_add": 9699, "st_code": 42740, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38616, "Shape__Length": 225.04301950750292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027138880959498, 40.083991708160397 ], [ -75.025955010286594, 40.085245459371798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1473, "tnode_": 1491, "lpoly_": null, "rpoly_": null, "length": 274.04947105999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2223, "r_f_add": 2200, "r_t_add": 2206, "st_code": 35320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38617, "Shape__Length": 109.17528750685273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027931408460702, 40.0844337127022 ], [ -75.027138880959498, 40.083991708160397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1491, "tnode_": 1500, "lpoly_": null, "rpoly_": null, "length": 244.41568807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2225, "l_t_add": 2299, "r_f_add": 2208, "r_t_add": 2298, "st_code": 35320, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38618, "Shape__Length": 97.365177850619361 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027138880959498, 40.083991708160397 ], [ -75.026426359924301, 40.083603596341199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1502, "tnode_": 1458, "lpoly_": null, "rpoly_": null, "length": 557.68033690999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9648, "r_f_add": 9601, "r_t_add": 9647, "st_code": 25480, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38619, "Shape__Length": 222.42294473896516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029940253268805, 40.083690884578303 ], [ -75.028738785695197, 40.084912340400003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1487, "tnode_": 1502, "lpoly_": null, "rpoly_": null, "length": 276.08306943000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2119, "r_f_add": 2100, "r_t_add": 2118, "st_code": 57640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960410, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38620, "Shape__Length": 109.9856712135705 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030737637171299, 40.084137247245501 ], [ -75.029940253268805, 40.083690884578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1524, "tnode_": 1473, "lpoly_": null, "rpoly_": null, "length": 557.8805718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9648, "r_f_add": 9601, "r_t_add": 9647, "st_code": 32420, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38621, "Shape__Length": 222.49779598481325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029139806100005, 40.083215610813802 ], [ -75.027931408460702, 40.0844337127022 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1502, "tnode_": 1524, "lpoly_": null, "rpoly_": null, "length": 283.09309976000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2121, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 57640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960412, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38622, "Shape__Length": 112.78962752272668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029940253268805, 40.083690884578303 ], [ -75.029139806100005, 40.083215610813802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1540, "tnode_": 1491, "lpoly_": null, "rpoly_": null, "length": 556.56075908000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9644, "r_f_add": 9601, "r_t_add": 9647, "st_code": 42740, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38623, "Shape__Length": 221.96407428146603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028353219282707, 40.082784197399903 ], [ -75.028300482340796, 40.082815833388601 ], [ -75.028258080971696, 40.082850276708498 ], [ -75.028175442795003, 40.082929060372699 ], [ -75.027138880959498, 40.083991708160397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1524, "tnode_": 1540, "lpoly_": null, "rpoly_": null, "length": 270.44923161000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2207, "r_f_add": 2200, "r_t_add": 2206, "st_code": 57640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960414, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38624, "Shape__Length": 107.73591129955948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029139806100005, 40.083215610813802 ], [ -75.028353219282707, 40.082784197399903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1547, "tnode_": 1487, "lpoly_": null, "rpoly_": null, "length": 655.12620475000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 23500, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38625, "Shape__Length": 261.28749741653911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032143292002203, 40.082699045185898 ], [ -75.030737637171299, 40.084137247245501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1508, "tnode_": 1547, "lpoly_": null, "rpoly_": null, "length": 567.68528261999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2035, "r_f_add": 2000, "r_t_add": 2060, "st_code": 38120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960416, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38626, "Shape__Length": 226.11407301324317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033834367237404, 40.083559959379897 ], [ -75.032143292002203, 40.082699045185898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1540, "tnode_": 1558, "lpoly_": null, "rpoly_": null, "length": 256.17199272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2209, "l_t_add": 2299, "r_f_add": 2208, "r_t_add": 2298, "st_code": 57640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960417, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURRAY ST", "stname": "MURRAY ST", "objectid": 38627, "Shape__Length": 102.05132717810528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028353219282707, 40.082784197399903 ], [ -75.027613096195296, 40.082370301549801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1567, "tnode_": 1502, "lpoly_": null, "rpoly_": null, "length": 651.09666087999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 25480, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960418, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38628, "Shape__Length": 259.69050677857751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031314601466903, 40.082248630220299 ], [ -75.029940253268805, 40.083690884578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1547, "tnode_": 1567, "lpoly_": null, "rpoly_": null, "length": 284.0637021, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2037, "l_t_add": 2099, "r_f_add": 2062, "r_t_add": 2098, "st_code": 38120, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960419, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-07-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38629, "Shape__Length": 113.15668374019424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032143292002203, 40.082699045185898 ], [ -75.031314601466903, 40.082248630220299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1584, "tnode_": 1524, "lpoly_": null, "rpoly_": null, "length": 628.7151916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 32420, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38630, "Shape__Length": 250.75336625683025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030483445314104, 40.081832324882903 ], [ -75.029139806100005, 40.083215610813802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1567, "tnode_": 1584, "lpoly_": null, "rpoly_": null, "length": 277.65114694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 38120, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960421, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-10-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38631, "Shape__Length": 110.58614454686105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031314601466903, 40.082248630220299 ], [ -75.030483445314104, 40.081832324882903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1584, "tnode_": 1597, "lpoly_": null, "rpoly_": null, "length": 258.67325584000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2205, "r_f_add": 2200, "r_t_add": 2206, "st_code": 38120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960422, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38632, "Shape__Length": 103.05277699227202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030483445314104, 40.081832324882903 ], [ -75.029745272292203, 40.081404883944998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1597, "tnode_": 1614, "lpoly_": null, "rpoly_": null, "length": 270.56701223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2207, "l_t_add": 2299, "r_f_add": 2208, "r_t_add": 2298, "st_code": 38120, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960423, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38633, "Shape__Length": 107.77723297659711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029745272292203, 40.081404883944998 ], [ -75.028954555324702, 40.080977409547998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1597, "tnode_": 1540, "lpoly_": null, "rpoly_": null, "length": 636.2118381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 42740, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960424, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38634, "Shape__Length": 253.72365592087306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029745272292203, 40.081404883944998 ], [ -75.029568794999804, 40.081555978921898 ], [ -75.028400574598905, 40.082749279364599 ], [ -75.028353219282707, 40.082784197399903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1231, "tnode_": 1241, "lpoly_": null, "rpoly_": null, "length": 249.59075573000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1913, "r_f_add": 1900, "r_t_add": 1912, "st_code": 65540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38635, "Shape__Length": 99.41451630048752 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030864964295105, 40.092113000862298 ], [ -75.030104404704005, 40.0917549149314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1241, "tnode_": 1252, "lpoly_": null, "rpoly_": null, "length": 251.13771996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1915, "l_t_add": 1929, "r_f_add": 1914, "r_t_add": 1928, "st_code": 65540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38636, "Shape__Length": 100.00043513434356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030104404704005, 40.0917549149314 ], [ -75.029300401410197, 40.091448377310897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1254, "tnode_": 1231, "lpoly_": null, "rpoly_": null, "length": 256.73740352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9764, "l_t_add": 9798, "r_f_add": 9765, "r_t_add": 9799, "st_code": 84120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38637, "Shape__Length": 102.48739615957891 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031237186031404, 40.091468813139201 ], [ -75.030864964295105, 40.092113000862298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1252, "tnode_": 1259, "lpoly_": null, "rpoly_": null, "length": 247.32191075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1931, "l_t_add": 1943, "r_f_add": 1930, "r_t_add": 1942, "st_code": 65540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38638, "Shape__Length": 98.44835530486354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029300401410197, 40.091448377310897 ], [ -75.028468648781498, 40.091218477284698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1259, "tnode_": 1269, "lpoly_": null, "rpoly_": null, "length": 307.76927675000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1945, "l_t_add": 1999, "r_f_add": 1944, "r_t_add": 1998, "st_code": 65540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960429, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38639, "Shape__Length": 122.48868084463723 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028468648781498, 40.091218477284698 ], [ -75.027408785684997, 40.090992276204901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1269, "tnode_": 1270, "lpoly_": null, "rpoly_": null, "length": 418.165399, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2019, "r_f_add": 2000, "r_t_add": 2014, "st_code": 65540, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960430, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38640, "Shape__Length": 166.38096488719762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027408785684997, 40.090992276204901 ], [ -75.025918044471496, 40.090909893371098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1272, "tnode_": 1159, "lpoly_": null, "rpoly_": null, "length": 981.17607045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9806, "l_t_add": 9854, "r_f_add": 9837, "r_t_add": 9889, "st_code": 20020, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960431, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38641, "Shape__Length": 391.68626674920398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032707279869996, 40.091033265680103 ], [ -75.031302738955105, 40.093501250970199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1272, "tnode_": 1285, "lpoly_": null, "rpoly_": null, "length": 319.81922652000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 18560, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960432, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38642, "Shape__Length": 127.41457233870047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032707279869996, 40.091033265680103 ], [ -75.031772948603802, 40.090527481168301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1254, "tnode_": 1288, "lpoly_": null, "rpoly_": null, "length": 1101.8331507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 57060, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL ST", "stname": "MORRELL ST", "objectid": 38643, "Shape__Length": 438.65793020018839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031237186031404, 40.091468813139201 ], [ -75.030567184445303, 40.091157228990603 ], [ -75.029984685680105, 40.090927390567501 ], [ -75.029343447410994, 40.090711058606203 ], [ -75.028498701086704, 40.090489905703599 ], [ -75.027618900455707, 40.090320075481401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1288, "tnode_": 1290, "lpoly_": null, "rpoly_": null, "length": 167.13407801999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 57060, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL ST", "stname": "MORRELL ST", "objectid": 38644, "Shape__Length": 66.536540087072638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027618900455707, 40.090320075481401 ], [ -75.027496813328597, 40.090317175775702 ], [ -75.027313880810894, 40.090283042307099 ], [ -75.027198783653404, 40.090250514535498 ], [ -75.027069652072498, 40.0901724681773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1285, "tnode_": 1304, "lpoly_": null, "rpoly_": null, "length": 467.345767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1840, "st_code": 18560, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960435, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38645, "Shape__Length": 186.19814657991267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031772948603802, 40.090527481168301 ], [ -75.030423573715098, 40.089771323850997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1312, "tnode_": 1272, "lpoly_": null, "rpoly_": null, "length": 575.65670362000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9804, "r_f_add": 9801, "r_t_add": 9835, "st_code": 20020, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960436, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38646, "Shape__Length": 229.78944039685197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033549863868203, 40.089591612245997 ], [ -75.032707279869996, 40.091033265680103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1304, "tnode_": 1317, "lpoly_": null, "rpoly_": null, "length": 305.60244245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1842, "r_t_add": 1898, "st_code": 18560, "l_hundred": 1900, "r_hundred": 1800, "seg_id": 960437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38647, "Shape__Length": 121.76663656525953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030423573715098, 40.089771323850997 ], [ -75.029556547624296, 40.089261110993597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1317, "tnode_": 1333, "lpoly_": null, "rpoly_": null, "length": 284.66625136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1917, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 18560, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960438, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38648, "Shape__Length": 113.41817941431863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029556547624296, 40.089261110993597 ], [ -75.028740848232303, 40.088794060351397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1339, "tnode_": 1317, "lpoly_": null, "rpoly_": null, "length": 280.74022674000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9718, "l_t_add": 9798, "r_f_add": 9719, "r_t_add": 9799, "st_code": 17700, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRWOOD ST", "stname": "BIRWOOD ST", "objectid": 38649, "Shape__Length": 111.98784117176115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030140401262102, 40.088634352864503 ], [ -75.029556547624296, 40.089261110993597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1333, "tnode_": 1346, "lpoly_": null, "rpoly_": null, "length": 272.34946964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2049, "r_f_add": 2000, "r_t_add": 2048, "st_code": 18560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38650, "Shape__Length": 108.50358091544662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028740848232303, 40.088794060351397 ], [ -75.027951187681793, 40.088356919832897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1358, "tnode_": 1339, "lpoly_": null, "rpoly_": null, "length": 293.44744459000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9716, "r_f_add": 9701, "r_t_add": 9717, "st_code": 17700, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRWOOD ST", "stname": "BIRWOOD ST", "objectid": 38651, "Shape__Length": 117.04019155446537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030780302394305, 40.0879961194129 ], [ -75.030140401262102, 40.088634352864503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1346, "tnode_": 1362, "lpoly_": null, "rpoly_": null, "length": 292.99822962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2051, "l_t_add": 2099, "r_f_add": 2050, "r_t_add": 2098, "st_code": 18560, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960442, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38652, "Shape__Length": 116.72833320256375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027951187681793, 40.088356919832897 ], [ -75.027100398444105, 40.087887987084798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1373, "tnode_": 1333, "lpoly_": null, "rpoly_": null, "length": 579.13441936000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9726, "r_f_add": 9701, "r_t_add": 9727, "st_code": 42920, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960443, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38653, "Shape__Length": 230.98865387732519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0299961996771, 40.087530042129998 ], [ -75.028740848232303, 40.088794060351397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1404, "tnode_": 1379, "lpoly_": null, "rpoly_": null, "length": 293.92757233999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9712, "r_f_add": 9701, "r_t_add": 9711, "st_code": 23500, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960444, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38654, "Shape__Length": 117.2446667735278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0283400072625, 40.086614088573903 ], [ -75.027728385407499, 40.087270089509502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1288, "tnode_": 1269, "lpoly_": null, "rpoly_": null, "length": 251.82985021000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9764, "l_t_add": 9798, "r_f_add": 9765, "r_t_add": 9799, "st_code": 42920, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960445, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38655, "Shape__Length": 100.57009525810523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027618900455707, 40.090320075481401 ], [ -75.027408785684997, 40.090992276204901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1309, "tnode_": 1288, "lpoly_": null, "rpoly_": null, "length": 322.47111358999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9748, "l_t_add": 9762, "r_f_add": 9747, "r_t_add": 9763, "st_code": 42920, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38656, "Shape__Length": 128.7187243584568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028097823394106, 40.089516476438199 ], [ -75.027802484523306, 40.0899519047057 ], [ -75.027618900455707, 40.090320075481401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1333, "tnode_": 1309, "lpoly_": null, "rpoly_": null, "length": 318.91618505999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9728, "l_t_add": 9746, "r_f_add": 9729, "r_t_add": 9745, "st_code": 42920, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960447, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38657, "Shape__Length": 127.22657311899172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028740848232303, 40.088794060351397 ], [ -75.028201304803602, 40.089383306709401 ], [ -75.028097823394106, 40.089516476438199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1129, "tnode_": 1089, "lpoly_": null, "rpoly_": null, "length": 977.93604291000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9816, "r_f_add": 9801, "r_t_add": 9815, "st_code": 39980, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960448, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 38658, "Shape__Length": 389.32843814683804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030930306615403, 40.094060583860298 ], [ -75.027684031338197, 40.095056085065799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1159, "tnode_": 1129, "lpoly_": null, "rpoly_": null, "length": 229.04079066, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9856, "l_t_add": 9898, "r_f_add": 9891, "r_t_add": 9899, "st_code": 20020, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960449, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38659, "Shape__Length": 91.418117666227502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031302738955105, 40.093501250970199 ], [ -75.031107669336805, 40.093821903320602 ], [ -75.031045857463397, 40.093903913812397 ], [ -75.030930306615403, 40.094060583860298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1179, "tnode_": 1089, "lpoly_": null, "rpoly_": null, "length": 768.45387651, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9842, "l_t_add": 9898, "r_f_add": 9857, "r_t_add": 9899, "st_code": 23500, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960450, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38660, "Shape__Length": 306.84492770430893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026803817274399, 40.0930578461777 ], [ -75.027684031338197, 40.095056085065799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1159, "tnode_": 1182, "lpoly_": null, "rpoly_": null, "length": 345.72193851000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 65540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38661, "Shape__Length": 137.6566537131755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031302738955105, 40.093501250970199 ], [ -75.030183679825299, 40.093098726466302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1227, "tnode_": 1191, "lpoly_": null, "rpoly_": null, "length": 263.37833104000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9818, "l_t_add": 9836, "r_f_add": 9823, "r_t_add": 9837, "st_code": 42920, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38662, "Shape__Length": 105.18246639783746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027429426622902, 40.092088712085598 ], [ -75.027475759961703, 40.0923467401919 ], [ -75.027532108329694, 40.092512607909597 ], [ -75.027649086455, 40.092789509251702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1231, "tnode_": 1182, "lpoly_": null, "rpoly_": null, "length": 408.02677968, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9820, "r_f_add": 9801, "r_t_add": 9821, "st_code": 84120, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960453, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38663, "Shape__Length": 162.8448094502719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030864964295105, 40.092113000862298 ], [ -75.030596492199095, 40.092603262671901 ], [ -75.030183679825299, 40.093098726466302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1372, "tnode_": 1389, "lpoly_": null, "rpoly_": null, "length": 302.56370051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2113, "l_t_add": 2199, "r_f_add": 2110, "r_t_add": 2198, "st_code": 18560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960488, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38664, "Shape__Length": 120.5432080756608 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026399569966301, 40.087461563736603 ], [ -75.0255289940675, 40.086968895554001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1241, "tnode_": 1160, "lpoly_": null, "rpoly_": null, "length": 896.74115607, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 56800, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 38665, "Shape__Length": 357.51780896009609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030104404704005, 40.0917549149314 ], [ -75.029919619009902, 40.092065732189603 ], [ -75.029783778162397, 40.092308375102498 ], [ -75.029599779306906, 40.092542427370297 ], [ -75.029368218133897, 40.092753003072403 ], [ -75.0291078801786, 40.092955446387499 ], [ -75.028780298797798, 40.093141398409202 ], [ -75.027947470391794, 40.093448265399303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1259, "tnode_": 1227, "lpoly_": null, "rpoly_": null, "length": 459.05412026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARDY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 40460, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARDY RD", "stname": "HARDY RD", "objectid": 38666, "Shape__Length": 183.04157095093043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028468648781498, 40.091218477284698 ], [ -75.028269757271701, 40.091602017216402 ], [ -75.028076361958696, 40.091828393841801 ], [ -75.027836900603702, 40.0919940782262 ], [ -75.027620704756302, 40.092063460789397 ], [ -75.027429426622902, 40.092088712085598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1267, "tnode_": 1251, "lpoly_": null, "rpoly_": null, "length": 528.77739815999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 65540, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960456, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38667, "Shape__Length": 210.43455100129125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024997846717298, 40.090939619700698 ], [ -75.024214978132804, 40.091057375493001 ], [ -75.023161896697701, 40.091279882831401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1269, "tnode_": 1227, "lpoly_": null, "rpoly_": null, "length": 400.84355558, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9816, "r_f_add": 9801, "r_t_add": 9821, "st_code": 42920, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38668, "Shape__Length": 160.11165721849494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027408785684997, 40.090992276204901 ], [ -75.027372626885494, 40.091500602037101 ], [ -75.027391154798494, 40.091943081199503 ], [ -75.027429426622902, 40.092088712085598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1270, "tnode_": 1267, "lpoly_": null, "rpoly_": null, "length": 257.68530916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2021, "l_t_add": 2099, "r_f_add": 2016, "r_t_add": 2098, "st_code": 65540, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960458, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38669, "Shape__Length": 102.52723048897087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025918044471496, 40.090909893371098 ], [ -75.024997846717298, 40.090939619700698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1270, "tnode_": 1179, "lpoly_": null, "rpoly_": null, "length": 821.61565965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9840, "r_f_add": 9801, "r_t_add": 9855, "st_code": 23500, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38670, "Shape__Length": 328.07522012430661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025918044471496, 40.090909893371098 ], [ -75.026044724548001, 40.0913525328913 ], [ -75.026177328768995, 40.091651890153599 ], [ -75.026362975984995, 40.092070988957097 ], [ -75.026803817274399, 40.0930578461777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1191, "tnode_": 1179, "lpoly_": null, "rpoly_": null, "length": 255.89304032000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9842, "l_t_add": 9898, "r_f_add": 9835, "r_t_add": 9899, "st_code": 29475, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960460, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38671, "Shape__Length": 101.87511492594911 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027649086455, 40.092789509251702 ], [ -75.026803817274399, 40.0930578461777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1252, "tnode_": 1191, "lpoly_": null, "rpoly_": null, "length": 705.35304445999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9840, "r_f_add": 9801, "r_t_add": 9833, "st_code": 29475, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960461, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38672, "Shape__Length": 281.22927098829297 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029300401410197, 40.091448377310897 ], [ -75.028887866830502, 40.092153065681103 ], [ -75.028646912625604, 40.092355967699199 ], [ -75.028417739231102, 40.092506996155002 ], [ -75.028081661250994, 40.092662943603003 ], [ -75.027649086455, 40.092789509251702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1160, "tnode_": 1138, "lpoly_": null, "rpoly_": null, "length": 201.75464721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9856, "l_t_add": 9898, "r_f_add": 9857, "r_t_add": 9899, "st_code": 42920, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960462, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38673, "Shape__Length": 80.532529815936613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027947470391794, 40.093448265399303 ], [ -75.028044494805499, 40.093716203118099 ], [ -75.028107992472599, 40.093803468856997 ], [ -75.028244135591393, 40.093944750823603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1191, "tnode_": 1160, "lpoly_": null, "rpoly_": null, "length": 254.0802507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9838, "l_t_add": 9854, "r_f_add": 9839, "r_t_add": 9855, "st_code": 42920, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960463, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 38674, "Shape__Length": 101.45118611278539 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027649086455, 40.092789509251702 ], [ -75.027947470391794, 40.093448265399303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1078, "tnode_": 1054, "lpoly_": null, "rpoly_": null, "length": 669.71130424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9962, "r_f_add": 9901, "r_t_add": 9961, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960465, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38675, "Shape__Length": 266.62499627126789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024865661972598, 40.095156209055901 ], [ -75.0227526805309, 40.095804055761498 ], [ -75.022643687905799, 40.095840119718702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1056, "tnode_": 1078, "lpoly_": null, "rpoly_": null, "length": 267.22480325000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 24940, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960466, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38676, "Shape__Length": 106.70169109137674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025185270492898, 40.095847485734403 ], [ -75.024865661972598, 40.095156209055901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1089, "tnode_": 1056, "lpoly_": null, "rpoly_": null, "length": 756.18260236000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9818, "l_t_add": 9898, "r_f_add": 9817, "r_t_add": 9899, "st_code": 39980, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960467, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 38677, "Shape__Length": 301.05892642857833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027684031338197, 40.095056085065799 ], [ -75.025185270492898, 40.095847485734403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1109, "tnode_": 1054, "lpoly_": null, "rpoly_": null, "length": 874.46716971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 56800, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 38678, "Shape__Length": 348.45692767063684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024578458811504, 40.094509042091602 ], [ -75.023528421306693, 40.094801397454901 ], [ -75.022907324378707, 40.095021761199199 ], [ -75.022678643292195, 40.095126047301598 ], [ -75.022525349375996, 40.095216448747799 ], [ -75.022466781434105, 40.095319546250401 ], [ -75.022447938823902, 40.095449708773899 ], [ -75.022483887326899, 40.0955707218124 ], [ -75.022591233882295, 40.095777019643002 ], [ -75.022643687905799, 40.095840119718702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1078, "tnode_": 1109, "lpoly_": null, "rpoly_": null, "length": 249.06940069000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2113, "r_f_add": 2100, "r_t_add": 2114, "st_code": 24940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960469, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38679, "Shape__Length": 99.454423199979345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024865661972598, 40.095156209055901 ], [ -75.024578458811504, 40.094509042091602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1126, "tnode_": 1028, "lpoly_": null, "rpoly_": null, "length": 1163.5002011899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9950, "l_t_add": 9998, "r_f_add": 9955, "r_t_add": 9999, "st_code": 29475, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960470, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38680, "Shape__Length": 463.88308238548404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023414325303193, 40.094091881099402 ], [ -75.022827768027696, 40.094293686363002 ], [ -75.022419872704106, 40.094456412655703 ], [ -75.022156371582597, 40.094580769636302 ], [ -75.021706015422396, 40.094784280372998 ], [ -75.021405802047695, 40.094975681344003 ], [ -75.021117077272393, 40.095219596544702 ], [ -75.0209941900263, 40.095399532979698 ], [ -75.020912919143996, 40.095559559144498 ], [ -75.020844400918307, 40.0957407852841 ], [ -75.020810283215198, 40.095912379483202 ], [ -75.020796384723496, 40.0962541547444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1134, "tnode_": 1126, "lpoly_": null, "rpoly_": null, "length": 255.64048056, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNGAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9948, "r_f_add": 9901, "r_t_add": 9953, "st_code": 29475, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960471, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNGAN RD", "stname": "DUNGAN RD", "objectid": 38681, "Shape__Length": 101.7580295912129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024280784008397, 40.093869056939802 ], [ -75.023414325303193, 40.094091881099402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1109, "tnode_": 1134, "lpoly_": null, "rpoly_": null, "length": 247.56484958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2115, "l_t_add": 2199, "r_f_add": 2116, "r_t_add": 2130, "st_code": 24940, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960472, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38682, "Shape__Length": 98.84919132012466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024578458811504, 40.094509042091602 ], [ -75.024280784008397, 40.093869056939802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1140, "tnode_": 1164, "lpoly_": null, "rpoly_": null, "length": 242.24019672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2275, "r_f_add": 2200, "r_t_add": 2274, "st_code": 42740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38683, "Shape__Length": 96.641804655558133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020678404139602, 40.093684356699598 ], [ -75.020185228306602, 40.093137795020901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1192, "tnode_": 1153, "lpoly_": null, "rpoly_": null, "length": 416.68938454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9970, "l_t_add": 9998, "r_f_add": 9971, "r_t_add": 9999, "st_code": 65540, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38684, "Shape__Length": 166.03303735394707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019646592285994, 40.092576551595897 ], [ -75.018458243671006, 40.0932660718343 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1164, "tnode_": 1192, "lpoly_": null, "rpoly_": null, "length": 253.98932836, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2277, "l_t_add": 2299, "r_f_add": 2276, "r_t_add": 2298, "st_code": 42740, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38685, "Shape__Length": 101.31730802793817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020185228306602, 40.093137795020901 ], [ -75.019646592285994, 40.092576551595897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1216, "tnode_": 1164, "lpoly_": null, "rpoly_": null, "length": 759.81863962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGTIP", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9910, "l_t_add": 9998, "r_f_add": 9915, "r_t_add": 9999, "st_code": 83840, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGTIP RD", "stname": "WINGTIP RD", "objectid": 38686, "Shape__Length": 302.57617521040646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022590412257202, 40.0921851573721 ], [ -75.022311519353707, 40.092253759686599 ], [ -75.021883088005595, 40.092393143074197 ], [ -75.021295248320996, 40.092622743446803 ], [ -75.020955917289001, 40.092759965740001 ], [ -75.020411505003196, 40.0930162304684 ], [ -75.020185228306602, 40.093137795020901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1230, "tnode_": 1216, "lpoly_": null, "rpoly_": null, "length": 251.52900398, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINGTIP", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9908, "r_f_add": 9901, "r_t_add": 9913, "st_code": 83840, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINGTIP RD", "stname": "WINGTIP RD", "objectid": 38687, "Shape__Length": 100.12731539366519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023432425910599, 40.0919431920505 ], [ -75.022590412257202, 40.0921851573721 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1134, "tnode_": 1230, "lpoly_": null, "rpoly_": null, "length": 740.62475804999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2239, "r_f_add": 2132, "r_t_add": 2184, "st_code": 24940, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 960478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38688, "Shape__Length": 295.72772134518527 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024280784008397, 40.093869056939802 ], [ -75.023432425910599, 40.0919431920505 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1251, "tnode_": 1192, "lpoly_": null, "rpoly_": null, "length": 1095.11569235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9968, "r_f_add": 9901, "r_t_add": 9969, "st_code": 65540, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960479, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 38689, "Shape__Length": 436.05546874922157 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023161896697701, 40.091279882831401 ], [ -75.021846105695104, 40.091653058190502 ], [ -75.021146250599401, 40.091901363959799 ], [ -75.020422611586497, 40.092187556940303 ], [ -75.019646592285994, 40.092576551595897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1230, "tnode_": 1251, "lpoly_": null, "rpoly_": null, "length": 253.21019884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2241, "l_t_add": 2243, "r_f_add": 2186, "r_t_add": 2244, "st_code": 24940, "l_hundred": 2200, "r_hundred": 2100, "seg_id": 960480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38690, "Shape__Length": 101.10893296729421 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023432425910599, 40.0919431920505 ], [ -75.023161896697701, 40.091279882831401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1096, "tnode_": 1078, "lpoly_": null, "rpoly_": null, "length": 258.43933579000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9884, "l_t_add": 9898, "r_f_add": 9885, "r_t_add": 9899, "st_code": 84120, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960481, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38691, "Shape__Length": 102.89388759572505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025717055080193, 40.094880943059898 ], [ -75.024865661972598, 40.095156209055901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1115, "tnode_": 1096, "lpoly_": null, "rpoly_": null, "length": 262.57765953000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9866, "l_t_add": 9882, "r_f_add": 9857, "r_t_add": 9883, "st_code": 84120, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960482, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38692, "Shape__Length": 104.63096367749658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026427649478407, 40.094480307251899 ], [ -75.026377230228604, 40.094596555002497 ], [ -75.026306231059806, 40.094683737316799 ], [ -75.026060941445607, 40.094789006073498 ], [ -75.025717055080193, 40.094880943059898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1246, "tnode_": 1115, "lpoly_": null, "rpoly_": null, "length": 1148.4192008800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9808, "l_t_add": 9898, "r_f_add": 9809, "r_t_add": 9899, "st_code": 25480, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960483, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38693, "Shape__Length": 458.56598916012121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025139101075297, 40.091487128080502 ], [ -75.026427649478407, 40.094480307251899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1267, "tnode_": 1246, "lpoly_": null, "rpoly_": null, "length": 203.32645242000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9806, "r_f_add": 9801, "r_t_add": 9807, "st_code": 25480, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960484, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38694, "Shape__Length": 81.205894110320813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024997846717298, 40.090939619700698 ], [ -75.025139101075297, 40.091487128080502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1140, "tnode_": 1029, "lpoly_": null, "rpoly_": null, "length": 1096.6747429900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9948, "l_t_add": 9998, "r_f_add": 9947, "r_t_add": 9999, "st_code": 70840, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960485, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDY RD", "stname": "SANDY RD", "objectid": 38695, "Shape__Length": 437.61116752320606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020678404139602, 40.093684356699598 ], [ -75.020306711107594, 40.093889038520302 ], [ -75.019943021237097, 40.094136396712301 ], [ -75.019661091928299, 40.094380469699701 ], [ -75.019447541009299, 40.0946157185709 ], [ -75.019303630561893, 40.094810826859003 ], [ -75.019169829548204, 40.095012394228299 ], [ -75.019030731720903, 40.095337229735897 ], [ -75.018925353178005, 40.095757900508097 ], [ -75.018885435329594, 40.096209121503101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1325, "tnode_": 1342, "lpoly_": null, "rpoly_": null, "length": 369.20499731000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2133, "r_f_add": 2100, "r_t_add": 2134, "st_code": 57060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL ST", "stname": "MORRELL ST", "objectid": 38696, "Shape__Length": 147.0930827302962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025206119058595, 40.089000358924203 ], [ -75.024138641860802, 40.0884045616815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1362, "tnode_": 1372, "lpoly_": null, "rpoly_": null, "length": 250.16371414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2111, "r_f_add": 2100, "r_t_add": 2108, "st_code": 18560, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960487, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38697, "Shape__Length": 99.680660056780525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027100398444105, 40.087887987084798 ], [ -75.026399569966301, 40.087461563736603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1389, "tnode_": 1402, "lpoly_": null, "rpoly_": null, "length": 245.50079376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2213, "r_f_add": 2200, "r_t_add": 2212, "st_code": 18560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38698, "Shape__Length": 97.807244917479252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0255289940675, 40.086968895554001 ], [ -75.024821036658295, 40.086570790751601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1411, "tnode_": 1389, "lpoly_": null, "rpoly_": null, "length": 282.85429329, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9716, "l_t_add": 9728, "r_f_add": 9717, "r_t_add": 9729, "st_code": 32420, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960490, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38699, "Shape__Length": 112.82221266170184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026127206441501, 40.086342974311101 ], [ -75.0255289940675, 40.086968895554001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1402, "tnode_": 1414, "lpoly_": null, "rpoly_": null, "length": 283.21710427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BOWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2215, "l_t_add": 2299, "r_f_add": 2214, "r_t_add": 2298, "st_code": 18560, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960491, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BOWLER ST", "stname": "BOWLER ST", "objectid": 38700, "Shape__Length": 112.82928221173132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024821036658295, 40.086570790751601 ], [ -75.023999550944296, 40.0861165716749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1432, "tnode_": 1411, "lpoly_": null, "rpoly_": null, "length": 292.18372046999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9714, "r_f_add": 9701, "r_t_add": 9715, "st_code": 32420, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960492, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38701, "Shape__Length": 116.54519650610234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026739649127606, 40.085693331034598 ], [ -75.026127206441501, 40.086342974311101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1325, "tnode_": 1267, "lpoly_": null, "rpoly_": null, "length": 713.5965322, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9762, "l_t_add": 9798, "r_f_add": 9755, "r_t_add": 9799, "st_code": 25480, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960493, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38702, "Shape__Length": 285.01586874808208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025206119058595, 40.089000358924203 ], [ -75.025022865066902, 40.089602933793302 ], [ -75.024980331824693, 40.0899371859173 ], [ -75.024950599581601, 40.09043564588 ], [ -75.024997846717298, 40.090939619700698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1372, "tnode_": 1325, "lpoly_": null, "rpoly_": null, "length": 654.49038071000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9760, "r_f_add": 9701, "r_t_add": 9753, "st_code": 25480, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960494, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 38703, "Shape__Length": 261.15043479490322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026399569966301, 40.087461563736603 ], [ -75.025912972198597, 40.087970082659297 ], [ -75.025698405733195, 40.088240655695301 ], [ -75.025430297086103, 40.088636613127697 ], [ -75.025206119058595, 40.089000358924203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1389, "tnode_": 1342, "lpoly_": null, "rpoly_": null, "length": 651.80846556000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9730, "l_t_add": 9798, "r_f_add": 9731, "r_t_add": 9799, "st_code": 32420, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960495, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 38704, "Shape__Length": 259.98488962568291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0255289940675, 40.086968895554001 ], [ -75.024138641860802, 40.0884045616815 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1402, "tnode_": 1353, "lpoly_": null, "rpoly_": null, "length": 647.27750026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HILSPACH", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 42740, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960496, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HILSPACH ST", "stname": "HILSPACH ST", "objectid": 38705, "Shape__Length": 258.17656162101139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024821036658295, 40.086570790751601 ], [ -75.023441217008795, 40.087996967877402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1631, "tnode_": 1739, "lpoly_": null, "rpoly_": null, "length": 1066.8136161899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 38120, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960498, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38706, "Shape__Length": 424.97734508871036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028451474494801, 40.080687485761501 ], [ -75.025380190210996, 40.078952511395798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1739, "tnode_": 1819, "lpoly_": null, "rpoly_": null, "length": 579.84552435000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 38120, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 960499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38707, "Shape__Length": 230.987361272572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025380190210996, 40.078952511395798 ], [ -75.023716338287102, 40.078003832306202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2130, "tnode_": 2303, "lpoly_": null, "rpoly_": null, "length": 895.71950238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2301, "l_t_add": 2393, "r_f_add": 2300, "r_t_add": 2598, "st_code": 82240, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960500, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38708, "Shape__Length": 357.26713497810192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034739654791807, 40.074209872475997 ], [ -75.032968361261595, 40.072161893726502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2332, "tnode_": 2203, "lpoly_": null, "rpoly_": null, "length": 553.92078863999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9298, "r_f_add": 9101, "r_t_add": 9299, "st_code": 53855, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960501, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-01-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARSHALL ST", "stname": "MARSHALL ST", "objectid": 38709, "Shape__Length": 220.87743603799396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032657211238003, 40.071816587814602 ], [ -75.032379514613098, 40.072074543698498 ], [ -75.032202488537195, 40.072258617542303 ], [ -75.032040812699904, 40.072421072121898 ], [ -75.031450234730997, 40.073021363390602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2303, "tnode_": 2332, "lpoly_": null, "rpoly_": null, "length": 152.98950560999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2395, "l_t_add": 2399, "r_f_add": 2600, "r_t_add": 2626, "st_code": 82240, "l_hundred": 2300, "r_hundred": 2600, "seg_id": 960502, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38710, "Shape__Length": 61.016154518379757 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032968361261595, 40.072161893726502 ], [ -75.032657211238003, 40.071816587814602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2344, "tnode_": 2426, "lpoly_": null, "rpoly_": null, "length": 388.82408772000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2623, "r_f_add": 2620, "r_t_add": 2640, "st_code": 77760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38711, "Shape__Length": 155.10644279670308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033863768926906, 40.071703584445601 ], [ -75.033533643238499, 40.0713098198773 ], [ -75.033369697690304, 40.0711089426689 ], [ -75.033147961904305, 40.070789653111397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2332, "tnode_": 2485, "lpoly_": null, "rpoly_": null, "length": 700.4212811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2628, "r_t_add": 2628, "st_code": 82240, "l_hundred": 2400, "r_hundred": 2600, "seg_id": 960504, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38712, "Shape__Length": 279.36795038140707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032657211238003, 40.071816587814602 ], [ -75.031285532824398, 40.070208363813599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2426, "tnode_": 2544, "lpoly_": null, "rpoly_": null, "length": 375.07486353999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2625, "l_t_add": 2647, "r_f_add": 2642, "r_t_add": 2660, "st_code": 77760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960505, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38713, "Shape__Length": 149.72592977707561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033147961904305, 40.070789653111397 ], [ -75.033085812526394, 40.070668814107897 ], [ -75.033004664496005, 40.070497885988097 ], [ -75.032932833380102, 40.070338444855501 ], [ -75.032875054775602, 40.070194359192698 ], [ -75.0328014972646, 40.069956006223798 ], [ -75.032764735036096, 40.069805331568297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2466, "tnode_": 2557, "lpoly_": null, "rpoly_": null, "length": 393.67754108000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2621, "l_t_add": 2627, "r_f_add": 2610, "r_t_add": 2626, "st_code": 84620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960506, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38714, "Shape__Length": 156.93300977773882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037058495996405, 40.0705145886959 ], [ -75.036836627406103, 40.070393800518303 ], [ -75.036680862083799, 40.070287000058102 ], [ -75.036525730172698, 40.070164349523601 ], [ -75.036396228484193, 40.070046270449502 ], [ -75.036141030785899, 40.069713829764602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2557, "tnode_": 2637, "lpoly_": null, "rpoly_": null, "length": 254.9021356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2629, "l_t_add": 2639, "r_f_add": 2628, "r_t_add": 2640, "st_code": 84620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960507, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38715, "Shape__Length": 101.68605104971707 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036141030785899, 40.069713829764602 ], [ -75.035682875199797, 40.069109074115197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2544, "tnode_": 2683, "lpoly_": null, "rpoly_": null, "length": 407.88768384000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2649, "l_t_add": 2699, "r_f_add": 2662, "r_t_add": 2698, "st_code": 77760, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38716, "Shape__Length": 162.87164435597913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032764735036096, 40.069805331568297 ], [ -75.0327393623257, 40.069676609147002 ], [ -75.032706754560905, 40.069514339746398 ], [ -75.032690602928696, 40.069307389735101 ], [ -75.032690683624693, 40.068939326139301 ], [ -75.032715535791496, 40.0686901258711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2405, "tnode_": 2265, "lpoly_": null, "rpoly_": null, "length": 670.41638505000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8914, "l_t_add": 8998, "r_f_add": 8913, "r_t_add": 8999, "st_code": 33220, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960509, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 38717, "Shape__Length": 267.35140010320237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036454425486994, 40.071138803309701 ], [ -75.035036994775098, 40.072622427527797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2466, "tnode_": 2405, "lpoly_": null, "rpoly_": null, "length": 283.35149049, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8912, "r_f_add": 8901, "r_t_add": 8911, "st_code": 33220, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960510, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRFIELD ST", "stname": "FAIRFIELD ST", "objectid": 38718, "Shape__Length": 112.99171471210464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037058495996405, 40.0705145886959 ], [ -75.036454425486994, 40.071138803309701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2557, "tnode_": 2426, "lpoly_": null, "rpoly_": null, "length": 925.73283181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALVERT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 20920, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960512, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALVERT ST", "stname": "CALVERT ST", "objectid": 38719, "Shape__Length": 368.47687920965507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036141030785899, 40.069713829764602 ], [ -75.035774358643195, 40.069885464403498 ], [ -75.035599802970196, 40.069953941632797 ], [ -75.035098780225397, 40.070130208114797 ], [ -75.033147961904305, 40.070789653111397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2344, "tnode_": 2303, "lpoly_": null, "rpoly_": null, "length": 301.1148597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 50320, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 38720, "Shape__Length": 119.9180183427696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033863768926906, 40.071703584445601 ], [ -75.032968361261595, 40.072161893726502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2599, "tnode_": 2260, "lpoly_": null, "rpoly_": null, "length": 1397.00815016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9452, "l_t_add": 9798, "r_f_add": 9501, "r_t_add": 9799, "st_code": 13720, "l_hundred": 9400, "r_hundred": 9500, "seg_id": 960515, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 38721, "Shape__Length": 557.06406476909206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016139603517502, 40.069021640442898 ], [ -75.016057046662496, 40.069101841901798 ], [ -75.013129416850902, 40.0720807729518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2599, "tnode_": 2690, "lpoly_": null, "rpoly_": null, "length": 445.81335287000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAXTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 71110, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 960516, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAXTON RD", "stname": "SAXTON RD", "objectid": 38722, "Shape__Length": 177.61858559450653 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016139603517502, 40.069021640442898 ], [ -75.015982956269895, 40.068921167783202 ], [ -75.015077582358103, 40.068397973925997 ], [ -75.014997116319407, 40.0683147102988 ], [ -75.014946052254402, 40.068230463270801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2672, "tnode_": 2599, "lpoly_": null, "rpoly_": null, "length": 274.68621747999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9448, "l_t_add": 9450, "r_f_add": 9479, "r_t_add": 9499, "st_code": 13720, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 960517, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 38723, "Shape__Length": 109.52552805463112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016739078093195, 40.068424600508003 ], [ -75.016139603517502, 40.069021640442898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2672, "tnode_": 2728, "lpoly_": null, "rpoly_": null, "length": 287.06083141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCROSS", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2801, "l_t_add": 2821, "r_f_add": 2800, "r_t_add": 2826, "st_code": 60025, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 960518, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCROSS LN", "stname": "NORCROSS LN", "objectid": 38724, "Shape__Length": 114.34736994847437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016739078093195, 40.068424600508003 ], [ -75.015931326686001, 40.067938978497502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2406, "tnode_": 2396, "lpoly_": null, "rpoly_": null, "length": 58.40552457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2401, "l_t_add": 2449, "r_f_add": 2400, "r_t_add": 2450, "st_code": 84620, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960521, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38725, "Shape__Length": 23.265483441255807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038135684374694, 40.071173205690997 ], [ -75.038301077891603, 40.071270980190903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2415, "tnode_": 2406, "lpoly_": null, "rpoly_": null, "length": 54.28880838, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2451, "l_t_add": 2499, "r_f_add": 2452, "r_t_add": 2498, "st_code": 84620, "l_hundred": 0, "r_hundred": 0, "seg_id": 960522, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38726, "Shape__Length": 21.622540943240466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037977639798697, 40.0710867954311 ], [ -75.038135684374694, 40.071173205690997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2420, "tnode_": 2415, "lpoly_": null, "rpoly_": null, "length": 50.83434932, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84620, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 960523, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38727, "Shape__Length": 20.250215921839303 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037834719484707, 40.071000674328801 ], [ -75.037977639798697, 40.0710867954311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2094, "tnode_": 2110, "lpoly_": null, "rpoly_": null, "length": 69.29023767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2201, "l_t_add": 2251, "r_f_add": 2200, "r_t_add": 2250, "st_code": 82240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960524, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38728, "Shape__Length": 27.637910316330188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0350891185535, 40.074626270152301 ], [ -75.034952546349402, 40.074467614032997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2110, "tnode_": 2122, "lpoly_": null, "rpoly_": null, "length": 63.26111391, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2253, "l_t_add": 2283, "r_f_add": 2252, "r_t_add": 2284, "st_code": 82240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960525, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38729, "Shape__Length": 25.239484123941136 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034952546349402, 40.074467614032997 ], [ -75.034842043004701, 40.074316118901699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2122, "tnode_": 2130, "lpoly_": null, "rpoly_": null, "length": 48.15625509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2285, "l_t_add": 2299, "r_f_add": 2286, "r_t_add": 2298, "st_code": 82240, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960526, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38730, "Shape__Length": 19.204323132189693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034842043004701, 40.074316118901699 ], [ -75.034739654791807, 40.074209872475997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1939, "tnode_": 1929, "lpoly_": null, "rpoly_": null, "length": 62.46588072, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODNAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 37600, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODNAW ST", "stname": "GOODNAW ST", "objectid": 38731, "Shape__Length": 24.88947395456292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032828596495506, 40.076673629646599 ], [ -75.032998832383797, 40.076784542694398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1950, "tnode_": 1939, "lpoly_": null, "rpoly_": null, "length": 61.45649746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODNAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 37600, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODNAW ST", "stname": "GOODNAW ST", "objectid": 38732, "Shape__Length": 24.481890071111412 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032653300725698, 40.076572006377901 ], [ -75.032828596495506, 40.076673629646599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1955, "tnode_": 1950, "lpoly_": null, "rpoly_": null, "length": 45.15245142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODNAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 37600, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960529, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODNAW ST", "stname": "GOODNAW ST", "objectid": 38733, "Shape__Length": 17.992744067791254 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032533030012999, 40.0764893815414 ], [ -75.032653300725698, 40.076572006377901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1614, "tnode_": 1621, "lpoly_": null, "rpoly_": null, "length": 62.33046777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2301, "l_t_add": 2349, "r_f_add": 2300, "r_t_add": 2350, "st_code": 38120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960531, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38734, "Shape__Length": 24.831939029255537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028954555324702, 40.080977409547998 ], [ -75.028777215793397, 40.080873874162201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1621, "tnode_": 1628, "lpoly_": null, "rpoly_": null, "length": 58.65949806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2351, "l_t_add": 2381, "r_f_add": 2352, "r_t_add": 2382, "st_code": 38120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960532, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38735, "Shape__Length": 23.367541815543198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028777215793397, 40.080873874162201 ], [ -75.028607656406294, 40.080779189944501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1628, "tnode_": 1631, "lpoly_": null, "rpoly_": null, "length": 55.00927136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2383, "l_t_add": 2399, "r_f_add": 2384, "r_t_add": 2398, "st_code": 38120, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960533, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38736, "Shape__Length": 21.91540218635005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028607656406294, 40.080779189944501 ], [ -75.028451474494801, 40.080687485761501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1457, "tnode_": 1461, "lpoly_": null, "rpoly_": null, "length": 62.26621562, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51740, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960534, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38737, "Shape__Length": 24.814621317020901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025231516671298, 40.084829261133599 ], [ -75.025064469473904, 40.084716333683403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1461, "tnode_": 1465, "lpoly_": null, "rpoly_": null, "length": 60.31644775, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51740, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960535, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38738, "Shape__Length": 24.034870511281461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025064469473904, 40.084716333683403 ], [ -75.024898637260705, 40.084610550407398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1315, "tnode_": 1318, "lpoly_": null, "rpoly_": null, "length": 67.59597984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24940, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960536, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38739, "Shape__Length": 26.954308224071944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021107888072706, 40.089125319445799 ], [ -75.020949094133897, 40.0889854738369 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1318, "tnode_": 1324, "lpoly_": null, "rpoly_": null, "length": 62.55418013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 24940, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960537, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38740, "Shape__Length": 24.926660621139604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020949094133897, 40.0889854738369 ], [ -75.020774946217202, 40.088877787909198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1153, "tnode_": 1184, "lpoly_": null, "rpoly_": null, "length": 306.79709581000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITTEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 83000, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960538, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITTEN ST", "stname": "WHITTEN ST", "objectid": 38741, "Shape__Length": 122.2422215195031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018458243671006, 40.0932660718343 ], [ -75.017578215534101, 40.092763600666203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1079, "tnode_": 1088, "lpoly_": null, "rpoly_": null, "length": 64.27088046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67640, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960540, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 38742, "Shape__Length": 25.624622689196613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015530614465206, 40.094869449041497 ], [ -75.015369645144702, 40.094743572626101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1088, "tnode_": 1094, "lpoly_": null, "rpoly_": null, "length": 56.20773629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67640, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960541, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 38743, "Shape__Length": 22.408478902916126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015369645144702, 40.094743572626101 ], [ -75.015226690152602, 40.0946351581144 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1094, "tnode_": 1100, "lpoly_": null, "rpoly_": null, "length": 59.53227241, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67640, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960542, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 38744, "Shape__Length": 23.730358977894053 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015226690152602, 40.0946351581144 ], [ -75.015069805012104, 40.094524751341901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1079, "tnode_": 1031, "lpoly_": null, "rpoly_": null, "length": 554.00081636000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10000, "l_t_add": 10298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10000, "r_hundred": 0, "seg_id": 960543, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38745, "Shape__Length": 220.98461001883322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015530614465206, 40.094869449041497 ], [ -75.015153512608293, 40.095282908616802 ], [ -75.0147346912389, 40.095689688701803 ], [ -75.014324686816195, 40.096074743672098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 983, "tnode_": 29457, "lpoly_": null, "rpoly_": null, "length": 78.79917752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEE LYNN", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2, "l_t_add": 2, "r_f_add": 1, "r_t_add": 1, "st_code": 49850, "l_hundred": 0, "r_hundred": 0, "seg_id": 960544, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEE LYNN LN", "stname": "LEE LYNN LN", "objectid": 38746, "Shape__Length": 31.372101974867643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065412357955495, 40.098270689645297 ], [ -75.065545035392205, 40.098285830313799 ], [ -75.065674128215804, 40.098340686987001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1158, "tnode_": 1116, "lpoly_": null, "rpoly_": null, "length": 499.10382411000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8918, "r_f_add": 8901, "r_t_add": 8917, "st_code": 73820, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38747, "Shape__Length": 199.04466520774207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054392408863805, 40.094147912810797 ], [ -75.0545605658439, 40.094307322997402 ], [ -75.054729046699705, 40.094418525639597 ], [ -75.0551044550119, 40.094677583091801 ], [ -75.055322844004607, 40.094871671396902 ], [ -75.055430721464205, 40.0950018816701 ], [ -75.055531222871707, 40.095181903446999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1276, "tnode_": 1336, "lpoly_": null, "rpoly_": null, "length": 842.28186716999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 82240, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960547, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38748, "Shape__Length": 336.16701084489688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047055626646198, 40.0910892151729 ], [ -75.046343476961695, 40.090021888547703 ], [ -75.046027429966799, 40.089520208312798 ], [ -75.045816927335807, 40.0892406755924 ], [ -75.045686995081496, 40.089030572471003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1336, "tnode_": 1354, "lpoly_": null, "rpoly_": null, "length": 492.19597851999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1301, "l_t_add": 1399, "r_f_add": 1300, "r_t_add": 1398, "st_code": 38120, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 960548, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38749, "Shape__Length": 196.00188256894967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045686995081496, 40.089030572471003 ], [ -75.044338155330607, 40.088491966286497 ], [ -75.044141096318199, 40.088388233863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1354, "tnode_": 1361, "lpoly_": null, "rpoly_": null, "length": 135.72624212, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 38120, "l_hundred": 0, "r_hundred": 0, "seg_id": 960549, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38750, "Shape__Length": 54.05146150267268 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044141096318199, 40.088388233863 ], [ -75.043718583539999, 40.088205189093998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1361, "tnode_": 1380, "lpoly_": null, "rpoly_": null, "length": 830.7711675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1599, "r_f_add": 1502, "r_t_add": 1598, "st_code": 38120, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960550, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38751, "Shape__Length": 330.79312923101827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043718583539999, 40.088205189093998 ], [ -75.042610272085895, 40.087756217851101 ], [ -75.042245261560794, 40.087615305154401 ], [ -75.041672176269699, 40.087419886796603 ], [ -75.041069132934695, 40.087177511317201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1256, "tnode_": 1190, "lpoly_": null, "rpoly_": null, "length": 645.20334225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9601, "r_t_add": 9799, "st_code": 60180, "l_hundred": 0, "r_hundred": 9600, "seg_id": 960551, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38752, "Shape__Length": 257.31758548854748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040380526279904, 40.091688623748702 ], [ -75.039873244835306, 40.0922128356559 ], [ -75.038912689613198, 40.0930529033513 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1361, "tnode_": 1334, "lpoly_": null, "rpoly_": null, "length": 405.59445805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9501, "r_t_add": 9513, "st_code": 60180, "l_hundred": 0, "r_hundred": 9500, "seg_id": 960552, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38753, "Shape__Length": 161.79201790812027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043718583539999, 40.088205189093998 ], [ -75.042875584307197, 40.089110966566103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1136, "tnode_": 1077, "lpoly_": null, "rpoly_": null, "length": 547.55834467, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY LANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 47, "l_t_add": 99, "r_f_add": 32, "r_t_add": 98, "st_code": 25350, "l_hundred": 0, "r_hundred": 0, "seg_id": 960554, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LANE DR", "stname": "COUNTRY LANE DR", "objectid": 38754, "Shape__Length": 218.48631212509662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035436312247199, 40.094181503685903 ], [ -75.035221715913394, 40.094400936118198 ], [ -75.035143773656003, 40.094538191394498 ], [ -75.035113603253393, 40.094748903987202 ], [ -75.035101468649302, 40.094871021472102 ], [ -75.035098797734094, 40.094937724413398 ], [ -75.035153584318394, 40.095016912308999 ], [ -75.035294110623099, 40.095125943130697 ], [ -75.034902967342703, 40.095440097710302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1162, "tnode_": 1136, "lpoly_": null, "rpoly_": null, "length": 245.84150712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY LANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 27, "l_t_add": 45, "r_f_add": 28, "r_t_add": 30, "st_code": 25350, "l_hundred": 0, "r_hundred": 0, "seg_id": 960555, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LANE DR", "stname": "COUNTRY LANE DR", "objectid": 38755, "Shape__Length": 98.058406166412013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035976961811599, 40.093649499376902 ], [ -75.035436312247199, 40.094181503685903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1162, "tnode_": 1177, "lpoly_": null, "rpoly_": null, "length": 81.65044847, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY LANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 21, "l_t_add": 25, "r_f_add": 20, "r_t_add": 26, "st_code": 25350, "l_hundred": 0, "r_hundred": 0, "seg_id": 960556, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LANE DR", "stname": "COUNTRY LANE DR", "objectid": 38756, "Shape__Length": 32.574861866167161 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035976961811599, 40.093649499376902 ], [ -75.036078234828196, 40.093538496871503 ], [ -75.036142537586102, 40.093464937714202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1177, "tnode_": 1188, "lpoly_": null, "rpoly_": null, "length": 242.08544304999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVERGREEN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 32547, "l_hundred": 0, "r_hundred": 0, "seg_id": 960557, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVERGREEN WAY", "stname": "EVERGREEN WAY", "objectid": 38757, "Shape__Length": 96.473589032333763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036142537586102, 40.093464937714202 ], [ -75.035469967699996, 40.093046833716699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1136, "tnode_": 1167, "lpoly_": null, "rpoly_": null, "length": 316.17824897999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAGNOLIA", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 52930, "l_hundred": 0, "r_hundred": 0, "seg_id": 960558, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAGNOLIA PL", "stname": "MAGNOLIA PL", "objectid": 38758, "Shape__Length": 126.07002634805748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035436312247199, 40.094181503685903 ], [ -75.034750348330704, 40.0937203009941 ], [ -75.0347983804444, 40.093556643335198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1113, "tnode_": 1042, "lpoly_": null, "rpoly_": null, "length": 736.86924319000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCHWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9716, "l_t_add": 9798, "r_f_add": 9713, "r_t_add": 9799, "st_code": 51340, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960559, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCHWOOD RD", "stname": "LOCHWOOD RD", "objectid": 38759, "Shape__Length": 293.8849950785135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039545092938894, 40.094863142313599 ], [ -75.039253052653095, 40.095026283931801 ], [ -75.039102588182999, 40.095139137707498 ], [ -75.038839022113393, 40.095413147210699 ], [ -75.037870910574895, 40.096409591007998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1124, "tnode_": 1113, "lpoly_": null, "rpoly_": null, "length": 275.13746578000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCHWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9714, "r_f_add": 9701, "r_t_add": 9711, "st_code": 51340, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960560, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCHWOOD RD", "stname": "LOCHWOOD RD", "objectid": 38760, "Shape__Length": 109.62442667604945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0403424392467, 40.094421027476699 ], [ -75.039545092938894, 40.094863142313599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1131, "tnode_": 1120, "lpoly_": null, "rpoly_": null, "length": 323.08113126000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "KINGS OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 3, "l_t_add": 99, "r_f_add": 20, "r_t_add": 98, "st_code": 47774, "l_hundred": 0, "r_hundred": 0, "seg_id": 960561, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N KINGS OAK LN", "stname": "N KINGS OAK LN", "objectid": 38761, "Shape__Length": 128.61822423092119 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064012052213499, 40.094765188754899 ], [ -75.063782356560296, 40.094800983769098 ], [ -75.063525601049193, 40.094853658584 ], [ -75.063310864082595, 40.094917094798099 ], [ -75.062934396355899, 40.095067905028102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1176, "tnode_": 1137, "lpoly_": null, "rpoly_": null, "length": 284.87706231, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KINGS OAK", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 47775, "l_hundred": 0, "r_hundred": 0, "seg_id": 960562, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KINGS OAK LN", "stname": "S KINGS OAK LN", "objectid": 38762, "Shape__Length": 113.70257535710424 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062709202593993, 40.093967579730801 ], [ -75.062262861982603, 40.094586179872699 ], [ -75.062250149552298, 40.094660330318298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 971, "tnode_": 907, "lpoly_": null, "rpoly_": null, "length": 1098.28599416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRACE", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 37900, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRACE LN", "stname": "GRACE LN", "objectid": 38763, "Shape__Length": 438.01397863143899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0591836712873, 40.098566505435798 ], [ -75.058789455403499, 40.098378963899897 ], [ -75.058644404804795, 40.098351985180301 ], [ -75.058425923594399, 40.098344980557997 ], [ -75.058234110317997, 40.0984021045454 ], [ -75.0580548422449, 40.098509892082603 ], [ -75.057270012243094, 40.0991783577539 ], [ -75.057069874777696, 40.099497753351102 ], [ -75.057072964694498, 40.0997336710601 ], [ -75.057105593301799, 40.099891215958998 ], [ -75.057193833635097, 40.100117254247998 ], [ -75.057277964919194, 40.100260857096799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 939, "tnode_": 952, "lpoly_": null, "rpoly_": null, "length": 894.31908301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALEXIS", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 11900, "l_hundred": 100, "r_hundred": 100, "seg_id": 960566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALEXIS LN", "stname": "ALEXIS LN", "objectid": 38764, "Shape__Length": 356.45096682127826 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060748122064993, 40.099462451297903 ], [ -75.0608692072352, 40.099613493414097 ], [ -75.060882715354197, 40.099763123747003 ], [ -75.060799392481997, 40.0999030230127 ], [ -75.060709314750994, 40.099968107478603 ], [ -75.060541534944804, 40.100031374126203 ], [ -75.060315554206298, 40.100044983919801 ], [ -75.058664492652397, 40.099134067619701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 984, "tnode_": 967, "lpoly_": null, "rpoly_": null, "length": 473.19859289000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPRINGVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9110, "l_t_add": 9198, "r_f_add": 9111, "r_t_add": 9199, "st_code": 73820, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960568, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2002-02-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPRINGVIEW RD", "stname": "SPRINGVIEW RD", "objectid": 38765, "Shape__Length": 188.61943473547666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055254298792505, 40.097977745930798 ], [ -75.055231153848894, 40.098108116939898 ], [ -75.055171543434696, 40.098227134181499 ], [ -75.055072531443997, 40.0983512476096 ], [ -75.054997495396194, 40.098463882381701 ], [ -75.054876180119706, 40.098557369823197 ], [ -75.054747988291297, 40.098626612821803 ], [ -75.054621709281193, 40.098647735228703 ], [ -75.054086837181401, 40.098580504390497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2009, "tnode_": 1950, "lpoly_": null, "rpoly_": null, "length": 377.11816685000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960670, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38766, "Shape__Length": 150.39430371002609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033458068200801, 40.075741646889497 ], [ -75.032653300725698, 40.076572006377901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1030, "tnode_": 982, "lpoly_": null, "rpoly_": null, "length": 872.59266501999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9744, "l_t_add": 9798, "r_f_add": 9743, "r_t_add": 9799, "st_code": 75620, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960569, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSAN RD", "stname": "SUSAN RD", "objectid": 38767, "Shape__Length": 347.89658264891261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042399223577206, 40.0967405260239 ], [ -75.041215269128301, 40.097962634661002 ], [ -75.041020210937504, 40.0980350346845 ], [ -75.0408433813393, 40.098069365780901 ], [ -75.040225689122096, 40.097761200734801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 967, "tnode_": 1049, "lpoly_": null, "rpoly_": null, "length": 1313.05710374, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARTWOOD", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 13420, "l_hundred": 600, "r_hundred": 600, "seg_id": 960570, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARTWOOD DR", "stname": "ARTWOOD DR", "objectid": 38768, "Shape__Length": 523.23433341696432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054086837181401, 40.098580504390497 ], [ -75.0534302531604, 40.098445193160202 ], [ -75.052910732406005, 40.098300549529299 ], [ -75.052741046851693, 40.098230340699899 ], [ -75.0525713628208, 40.098160131647298 ], [ -75.052409031996405, 40.0981021355434 ], [ -75.051848025895794, 40.097818038231701 ], [ -75.051695445429402, 40.097712104577703 ], [ -75.051542864267404, 40.097606170692899 ], [ -75.051420656256795, 40.097525032721798 ], [ -75.0512683153773, 40.097413083309 ], [ -75.050768234685606, 40.096974571359603 ], [ -75.050602047864203, 40.096819451193802 ], [ -75.050481758358799, 40.096690191832799 ], [ -75.050420026443703, 40.0965333433833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 986, "tnode_": 1018, "lpoly_": null, "rpoly_": null, "length": 1291.3508952099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 129, "l_t_add": 599, "r_f_add": 132, "r_t_add": 598, "st_code": 11740, "l_hundred": 100, "r_hundred": 100, "seg_id": 960571, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38769, "Shape__Length": 514.0051024759847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059719326871502, 40.097999125753098 ], [ -75.0593763679788, 40.097794940544198 ], [ -75.058975326802198, 40.097618059515902 ], [ -75.058502069689396, 40.097488112855899 ], [ -75.058032842226396, 40.097433902022502 ], [ -75.055299195255301, 40.097265535689097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1015, "tnode_": 1004, "lpoly_": null, "rpoly_": null, "length": 309.14163371999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 67664, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960572, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER TER", "stname": "REDD RAMBLER TER", "objectid": 38770, "Shape__Length": 123.02011328257194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044291398893606, 40.0971193406168 ], [ -75.044751928462404, 40.097164199852998 ], [ -75.045386051646304, 40.097235095522102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 981, "tnode_": 1050, "lpoly_": null, "rpoly_": null, "length": 764.53515391000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNDIKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 77180, "l_hundred": 100, "r_hundred": 100, "seg_id": 960573, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNDIKE RD", "stname": "THORNDIKE RD", "objectid": 38771, "Shape__Length": 304.85339036861831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063320915043505, 40.098287516259603 ], [ -75.062780311345804, 40.098004233135299 ], [ -75.061824462568495, 40.097446985068402 ], [ -75.061710321045595, 40.097309239857999 ], [ -75.061660296898197, 40.097151382465803 ], [ -75.061597245456397, 40.096805975780697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 984, "tnode_": 1072, "lpoly_": null, "rpoly_": null, "length": 1479.58111282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLEBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 24100, "l_hundred": 600, "r_hundred": 600, "seg_id": 960574, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLEBROOK RD", "stname": "COLEBROOK RD", "objectid": 38772, "Shape__Length": 589.43483154125579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055254298792505, 40.097977745930798 ], [ -75.0542649461906, 40.097878133673397 ], [ -75.053816627605499, 40.097797998031403 ], [ -75.053412923102897, 40.097698218260298 ], [ -75.053204076706606, 40.097627090581398 ], [ -75.052710453444703, 40.097422847407202 ], [ -75.052334797888193, 40.097209327941101 ], [ -75.0521591991035, 40.097090813156299 ], [ -75.051884889884903, 40.0968917129739 ], [ -75.050881387587296, 40.095995795301398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1043, "tnode_": 1016, "lpoly_": null, "rpoly_": null, "length": 1495.91384797, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYCOURT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 38800, "l_hundred": 100, "r_hundred": 100, "seg_id": 960575, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYCOURT RD", "stname": "GREYCOURT RD", "objectid": 38773, "Shape__Length": 596.32095090439759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062636944140493, 40.096936162483203 ], [ -75.062796086656704, 40.096718679669799 ], [ -75.062849995771899, 40.096601073527999 ], [ -75.062876644579305, 40.096461217774099 ], [ -75.062818948189403, 40.096319389520502 ], [ -75.062703521641296, 40.096214033824303 ], [ -75.0625446392566, 40.096140079770599 ], [ -75.062211320884899, 40.096029629447798 ], [ -75.061891204174003, 40.095941099228597 ], [ -75.061526560403095, 40.095910959475603 ], [ -75.061243694984995, 40.095947568526803 ], [ -75.060945058744593, 40.096027030968003 ], [ -75.0607725130902, 40.096120249524702 ], [ -75.0606135954243, 40.096224592858299 ], [ -75.060063555037303, 40.096611548340299 ], [ -75.059945308713296, 40.096754662834599 ], [ -75.059882866728799, 40.096909890211897 ], [ -75.059889642650504, 40.097093752395203 ], [ -75.060034480672101, 40.097301512458898 ], [ -75.060278645123205, 40.097435069016598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1063, "tnode_": 1130, "lpoly_": null, "rpoly_": null, "length": 1067.6800872400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARETTE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 22400, "l_hundred": 700, "r_hundred": 700, "seg_id": 960576, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARETTE RD", "stname": "CHARETTE RD", "objectid": 38774, "Shape__Length": 425.42299963946863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055388813035705, 40.096331131090103 ], [ -75.054946180993895, 40.096149871806098 ], [ -75.0548358686586, 40.0960808912346 ], [ -75.054738236878507, 40.096027530115997 ], [ -75.052320140792403, 40.094596660471801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1074, "tnode_": 1098, "lpoly_": null, "rpoly_": null, "length": 271.97085496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 737, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 11740, "l_hundred": 700, "r_hundred": 700, "seg_id": 960577, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2001-12-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38775, "Shape__Length": 108.448306181436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052108677064297, 40.095972957215899 ], [ -75.051881562858995, 40.095786869121 ], [ -75.051448740924997, 40.095424765811003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1025, "tnode_": 1074, "lpoly_": null, "rpoly_": null, "length": 937.36416658999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHERRIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 72600, "l_hundred": 600, "r_hundred": 600, "seg_id": 960578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHERRIE RD", "stname": "SHERRIE RD", "objectid": 38776, "Shape__Length": 373.66681527281554 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054206445167196, 40.097150067047103 ], [ -75.054283531318305, 40.096899819336699 ], [ -75.054304936168805, 40.096755824429998 ], [ -75.054277911030795, 40.0966468176128 ], [ -75.054163773136693, 40.096559851054003 ], [ -75.053558887657601, 40.096196462785699 ], [ -75.052869768855601, 40.095782929545798 ], [ -75.052745887511705, 40.095743898235902 ], [ -75.052652139291794, 40.095735678652701 ], [ -75.052471516961802, 40.095743480984403 ], [ -75.052108677064297, 40.095972957215899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1124, "tnode_": 1067, "lpoly_": null, "rpoly_": null, "length": 613.62415147000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9708, "l_t_add": 9728, "r_f_add": 9715, "r_t_add": 9727, "st_code": 22360, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPEL RD", "stname": "CHAPEL RD", "objectid": 38777, "Shape__Length": 244.91969244140643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0403424392467, 40.094421027476699 ], [ -75.040596664140196, 40.094695823282301 ], [ -75.040913610036299, 40.095052497173697 ], [ -75.041029984957504, 40.095382694191002 ], [ -75.0410180614778, 40.095529185874703 ], [ -75.0409624233816, 40.095657209391803 ], [ -75.040776655857897, 40.095911674696097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1095, "tnode_": 1044, "lpoly_": null, "rpoly_": null, "length": 724.96848589000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9722, "l_t_add": 9744, "r_f_add": 9727, "r_t_add": 9745, "st_code": 67660, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 38778, "Shape__Length": 289.02213627098581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043123810079805, 40.095279165507101 ], [ -75.044366470863196, 40.095434982290797 ], [ -75.044392018926601, 40.095445555492702 ], [ -75.044466869539804, 40.0955221059059 ], [ -75.044509092653399, 40.095602874768502 ], [ -75.044519679679695, 40.095662955276701 ], [ -75.044395582079105, 40.096414382316297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1114, "tnode_": 1064, "lpoly_": null, "rpoly_": null, "length": 534.38239697999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9722, "l_t_add": 9798, "r_f_add": 9723, "r_t_add": 9757, "st_code": 81060, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960581, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38779, "Shape__Length": 213.14433334817562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038155060339406, 40.094775910050899 ], [ -75.037666996656995, 40.095209774886698 ], [ -75.0370447418954, 40.095841971740597 ], [ -75.036965367822702, 40.095922612989803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 970, "tnode_": 1212, "lpoly_": null, "rpoly_": null, "length": 2064.0254328800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1077, "r_f_add": 1000, "r_t_add": 1092, "st_code": 82240, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960582, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38780, "Shape__Length": 824.46124232889417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047118614010401, 40.098386495899298 ], [ -75.046930960828504, 40.0970106929298 ], [ -75.046740476403798, 40.095249625360601 ], [ -75.047009447888399, 40.093945033783697 ], [ -75.047301315032101, 40.092771584932002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1130, "tnode_": 1098, "lpoly_": null, "rpoly_": null, "length": 387.87074128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9088, "l_t_add": 9098, "r_f_add": 9087, "r_t_add": 9099, "st_code": 33860, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960583, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38781, "Shape__Length": 154.70180502591901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052320140792403, 40.094596660471801 ], [ -75.051810128349203, 40.0950752825336 ], [ -75.051448740924997, 40.095424765811003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1212, "tnode_": 1197, "lpoly_": null, "rpoly_": null, "length": 569.02424087999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALLEY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9542, "r_f_add": 9501, "r_t_add": 9543, "st_code": 81060, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960585, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALLEY AVE", "stname": "WALLEY AVE", "objectid": 38782, "Shape__Length": 226.47215791025064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047301315032101, 40.092771584932002 ], [ -75.046530127095906, 40.0926816935308 ], [ -75.046291040941696, 40.092684951001203 ], [ -75.046081461700695, 40.0927214613898 ], [ -75.045344592287904, 40.092960291843198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1122, "tnode_": 1249, "lpoly_": null, "rpoly_": null, "length": 1371.01062155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBURGER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 11740, "l_hundred": 900, "r_hundred": 900, "seg_id": 960587, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBURGER AVE", "stname": "ALBURGER AVE", "objectid": 38783, "Shape__Length": 546.7537747457767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050754633395499, 40.094789182015603 ], [ -75.048690491984701, 40.0929233544026 ], [ -75.048125567715601, 40.092414672222098 ], [ -75.0475694094809, 40.091929190549898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1286, "tnode_": 1261, "lpoly_": null, "rpoly_": null, "length": 359.76663122999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8980, "l_t_add": 8984, "r_f_add": 8981, "r_t_add": 8985, "st_code": 64800, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960588, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2009-01-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38784, "Shape__Length": 143.39323018610477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067686743089595, 40.091299118659002 ], [ -75.066957957976101, 40.0917725789134 ], [ -75.066726638307102, 40.091954777847597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1323, "tnode_": 1368, "lpoly_": null, "rpoly_": null, "length": 683.85104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1017, "r_f_add": 1000, "r_t_add": 1012, "st_code": 17980, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960590, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38785, "Shape__Length": 272.86294384073506 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057069800096301, 40.089706294066097 ], [ -75.056723214658007, 40.089371725568903 ], [ -75.056492000675206, 40.089083277228397 ], [ -75.056219504047803, 40.088717716364897 ], [ -75.056019653188599, 40.088385776030101 ], [ -75.055810420201993, 40.088104419857601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1357, "tnode_": 1374, "lpoly_": null, "rpoly_": null, "length": 930.30380786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BINGHAM", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1032, "st_code": 17620, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960591, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BINGHAM ST", "stname": "BINGHAM ST", "objectid": 38786, "Shape__Length": 370.79422575290073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053905081521194, 40.088578170732902 ], [ -75.053495344796303, 40.088950887891599 ], [ -75.053339128497001, 40.089036964416202 ], [ -75.053138839366198, 40.089101297974501 ], [ -75.052950272143207, 40.089096873574498 ], [ -75.052753547772397, 40.089071546930299 ], [ -75.052639558909704, 40.088999840265998 ], [ -75.052484171289095, 40.088863259813202 ], [ -75.052016641737893, 40.088391547163901 ], [ -75.051721225279707, 40.088136097998401 ], [ -75.051485166211606, 40.088003869243799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1396, "tnode_": 1392, "lpoly_": null, "rpoly_": null, "length": 496.45338316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALPENA", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1025, "r_f_add": 1000, "r_t_add": 1024, "st_code": 12310, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960592, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALPENA RD", "stname": "ALPENA RD", "objectid": 38787, "Shape__Length": 197.65177694791043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055393502858394, 40.0874504370124 ], [ -75.054995850171494, 40.087605443788 ], [ -75.0548045457477, 40.087669989878698 ], [ -75.054676917887505, 40.087715319253498 ], [ -75.054513646119503, 40.087752909710801 ], [ -75.054387662882206, 40.087756859021702 ], [ -75.0542358385662, 40.087732588722801 ], [ -75.054075856909606, 40.087687417280499 ], [ -75.053782813007203, 40.087531121564602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1421, "tnode_": 1462, "lpoly_": null, "rpoly_": null, "length": 918.64753892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAMAS", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 21010, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960593, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAMAS DR", "stname": "CAMAS DR", "objectid": 38788, "Shape__Length": 366.14786237314263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054781609092601, 40.086678509387198 ], [ -75.054493578088895, 40.086808507444701 ], [ -75.054347464363602, 40.086818994707997 ], [ -75.054214781746197, 40.0868074608006 ], [ -75.053802067575901, 40.086578116389802 ], [ -75.053201347153802, 40.0861691539072 ], [ -75.052413399276105, 40.085320837819303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1440, "tnode_": 1468, "lpoly_": null, "rpoly_": null, "length": 594.69995088999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 43750, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960594, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOVEN RD", "stname": "HOVEN RD", "objectid": 38789, "Shape__Length": 237.06245632688024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056206656027101, 40.086059715437997 ], [ -75.055788334570494, 40.086114061318199 ], [ -75.055593245065594, 40.086096676226603 ], [ -75.055377612411107, 40.085972546317898 ], [ -75.054779041562895, 40.085142570874503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1660, "tnode_": 1691, "lpoly_": null, "rpoly_": null, "length": 243.67822577000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 718, "st_code": 47300, "l_hundred": 700, "r_hundred": 700, "seg_id": 960597, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38790, "Shape__Length": 97.086762123937035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074105158670093, 40.0812207041254 ], [ -75.073422314907504, 40.080805579399403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1662, "tnode_": 1667, "lpoly_": null, "rpoly_": null, "length": 389.48108437000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8501, "l_t_add": 8599, "r_f_add": 8500, "r_t_add": 8598, "st_code": 17110, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960598, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN TER", "stname": "BERGEN TER", "objectid": 38791, "Shape__Length": 155.2883563904727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071637416893495, 40.0811894549473 ], [ -75.071997079124301, 40.080830445231101 ], [ -75.071843253612002, 40.080733276145402 ], [ -75.071443068218599, 40.081079737380399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1691, "tnode_": 1699, "lpoly_": null, "rpoly_": null, "length": 387.78949416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8501, "l_t_add": 8599, "r_f_add": 8500, "r_t_add": 8598, "st_code": 47290, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960599, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK PL", "stname": "KENDRICK PL", "objectid": 38792, "Shape__Length": 154.64260802834127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073422314907504, 40.080805579399403 ], [ -75.073044805516105, 40.0811576271484 ], [ -75.072905080282695, 40.081066293309199 ], [ -75.073244618926694, 40.080678321155801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1721, "tnode_": 1747, "lpoly_": null, "rpoly_": null, "length": 342.52209516, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENDRICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 807, "l_t_add": 827, "r_f_add": 800, "r_t_add": 818, "st_code": 47300, "l_hundred": 800, "r_hundred": 800, "seg_id": 960600, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENDRICK ST", "stname": "KENDRICK ST", "objectid": 38793, "Shape__Length": 136.36520400942533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.072669959757405, 40.080315562219504 ], [ -75.072220583203404, 40.080070459522801 ], [ -75.072007226264105, 40.080000519669902 ], [ -75.071820632718996, 40.079962173615201 ], [ -75.071687289319101, 40.079964448153099 ], [ -75.071576788969296, 40.079941702311899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2247, "tnode_": 1718, "lpoly_": null, "rpoly_": null, "length": 2799.51309485, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8400, "l_t_add": 8698, "r_f_add": 8401, "r_t_add": 8699, "st_code": 48180, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960601, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38794, "Shape__Length": 1116.9286470698073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055859956166103, 40.073258104531703 ], [ -75.055950377772504, 40.073355291811701 ], [ -75.055969188525296, 40.0734216325218 ], [ -75.056000819122104, 40.073541912066098 ], [ -75.056095408701296, 40.074023176296997 ], [ -75.056138595948596, 40.074375651131703 ], [ -75.056130483592995, 40.074759872817403 ], [ -75.056081095394603, 40.074923463016397 ], [ -75.056009844585205, 40.075097524427001 ], [ -75.055956582750596, 40.075178649354697 ], [ -75.055793360560699, 40.075328587977403 ], [ -75.055439653057604, 40.075594875023 ], [ -75.054790237636198, 40.0761068406063 ], [ -75.054663809945296, 40.076230182196099 ], [ -75.0546239579851, 40.076333587649302 ], [ -75.054646201414698, 40.076493366376297 ], [ -75.054626466764802, 40.076630193075701 ], [ -75.054576637448505, 40.076804756122002 ], [ -75.054454733627196, 40.076994103363603 ], [ -75.054276564766695, 40.0771601641312 ], [ -75.053935162434101, 40.077476159658097 ], [ -75.053859815796898, 40.077573241218701 ], [ -75.053827757428493, 40.077660354559498 ], [ -75.053842204970493, 40.077836425281902 ], [ -75.053893233891898, 40.077991386708099 ], [ -75.053928452445305, 40.0781844194019 ], [ -75.053901791446904, 40.078315592550901 ], [ -75.053810633171807, 40.078450743559102 ], [ -75.0536108143489, 40.078621787363602 ], [ -75.052660391860897, 40.079511091469499 ], [ -75.052329285455002, 40.079868598481099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1701, "tnode_": 1768, "lpoly_": null, "rpoly_": null, "length": 528.77868243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 13340, "l_hundred": 700, "r_hundred": 700, "seg_id": 960602, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 38795, "Shape__Length": 210.7119538556957 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074574887452897, 40.080691254307901 ], [ -75.074577495013003, 40.080662799834599 ], [ -75.074536897524695, 40.080575813676099 ], [ -75.074462052025495, 40.0804897620162 ], [ -75.074047592155395, 40.0802200224377 ], [ -75.073185571424702, 40.079753769051599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1778, "tnode_": 1817, "lpoly_": null, "rpoly_": null, "length": 319.55599433999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 727, "l_t_add": 799, "r_f_add": 700, "r_t_add": 722, "st_code": 75140, "l_hundred": 700, "r_hundred": 700, "seg_id": 960603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38796, "Shape__Length": 127.29059186450165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074637457959, 40.079700005799502 ], [ -75.073706987181296, 40.079191452953097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1768, "tnode_": 1802, "lpoly_": null, "rpoly_": null, "length": 844.93837522000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARNOLD", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 13340, "l_hundred": 800, "r_hundred": 800, "seg_id": 960604, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ARNOLD ST", "stname": "ARNOLD ST", "objectid": 38797, "Shape__Length": 336.6001485802667 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073185571424702, 40.079753769051599 ], [ -75.071522279088001, 40.078848560944699 ], [ -75.071366771125795, 40.078846623327799 ], [ -75.071228030403503, 40.0788912825479 ], [ -75.070784983685996, 40.079282534070401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1832, "tnode_": 1895, "lpoly_": null, "rpoly_": null, "length": 556.77386753000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 16980, "l_hundred": 700, "r_hundred": 700, "seg_id": 960605, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENSON ST", "stname": "BENSON ST", "objectid": 38798, "Shape__Length": 221.79049080408598 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075201745841994, 40.079078620675297 ], [ -75.074397280267107, 40.078628280106201 ], [ -75.073594868374698, 40.078177316506199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1897, "tnode_": 1837, "lpoly_": null, "rpoly_": null, "length": 332.32189468000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8520, "l_t_add": 8598, "r_f_add": 8527, "r_t_add": 8599, "st_code": 68600, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38799, "Shape__Length": 132.53962238943879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068298562138295, 40.078071619090402 ], [ -75.068057701216404, 40.078342841544703 ], [ -75.067600421616007, 40.078809306705601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2092, "tnode_": 1891, "lpoly_": null, "rpoly_": null, "length": 1104.4766419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 20020, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960608, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38800, "Shape__Length": 440.54933632766415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046083093314493, 40.0750288448601 ], [ -75.045836858638395, 40.075290227051198 ], [ -75.0446498057794, 40.076706660960497 ], [ -75.0441997797531, 40.0772058451277 ], [ -75.043893979738201, 40.077550937683903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1992, "tnode_": 1947, "lpoly_": null, "rpoly_": null, "length": 284.46929275000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8250, "l_t_add": 8298, "r_f_add": 8219, "r_t_add": 8299, "st_code": 33860, "l_hundred": 8200, "r_hundred": 8200, "seg_id": 960609, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38801, "Shape__Length": 113.45369212724295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074768439131205, 40.076919461077701 ], [ -75.074172656301599, 40.0775521817487 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2049, "tnode_": 1979, "lpoly_": null, "rpoly_": null, "length": 419.4109215, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "TER", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8400, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 75145, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960610, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE TER", "stname": "STRAHLE TER", "objectid": 38802, "Shape__Length": 167.27389500701267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067915131315004, 40.0759852609117 ], [ -75.067648775210699, 40.076264182375603 ], [ -75.067584634567595, 40.076374229671202 ], [ -75.067569619345306, 40.076537914644199 ], [ -75.067582796844903, 40.076636642946703 ], [ -75.068001597428307, 40.076908946517499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1980, "tnode_": 2092, "lpoly_": null, "rpoly_": null, "length": 645.25854713000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 17000, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960611, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENTON AVE", "stname": "BENTON AVE", "objectid": 38803, "Shape__Length": 257.3137716374822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047469284429695, 40.076428409308697 ], [ -75.047190772550294, 40.076253403191899 ], [ -75.046913822015696, 40.076022277999897 ], [ -75.046083093314493, 40.0750288448601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2036, "tnode_": 2120, "lpoly_": null, "rpoly_": null, "length": 645.241937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOLLY", "st_type": "AVE", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 73240, "l_hundred": 800, "r_hundred": 800, "seg_id": 960612, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOLLY AVE", "stname": "SOLLY AVE", "objectid": 38804, "Shape__Length": 257.01170270643394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.075355753342606, 40.076300022703201 ], [ -75.073480661910693, 40.075269287942099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1992, "tnode_": 2068, "lpoly_": null, "rpoly_": null, "length": 656.91228972, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EMERSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 31680, "l_hundred": 800, "r_hundred": 800, "seg_id": 960613, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EMERSON ST", "stname": "EMERSON ST", "objectid": 38805, "Shape__Length": 261.66665626889301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.074768439131205, 40.076919461077701 ], [ -75.072865163783405, 40.075863940489697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2125, "tnode_": 2118, "lpoly_": null, "rpoly_": null, "length": 267.6851004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TABOR", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 76480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960614, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TABOR PLZ", "stname": "TABOR PLZ", "objectid": 38806, "Shape__Length": 106.64154222274738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0677261375657, 40.0750316616544 ], [ -75.068315705446693, 40.075315371816203 ], [ -75.068469469293206, 40.0751535043565 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2136, "tnode_": 2222, "lpoly_": null, "rpoly_": null, "length": 570.16647962999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 17000, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENTON AVE", "stname": "BENTON AVE", "objectid": 38807, "Shape__Length": 227.24934030174956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046619606242999, 40.074350091321101 ], [ -75.046309370016303, 40.074257589717099 ], [ -75.045841748702401, 40.074005438622201 ], [ -75.0457198015432, 40.073897722135001 ], [ -75.045224738938401, 40.073277133665101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2488, "tnode_": 2269, "lpoly_": null, "rpoly_": null, "length": 925.65448861000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 77520, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960618, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 38808, "Shape__Length": 369.37265588816842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046773130254394, 40.070566307607102 ], [ -75.046407656242096, 40.070953159674303 ], [ -75.0462751853143, 40.071125004821099 ], [ -75.046189983290006, 40.071296301403002 ], [ -75.045770604928805, 40.072148550547901 ], [ -75.045753862325896, 40.072257893407901 ], [ -75.045763578196301, 40.072354791000599 ], [ -75.045851363070796, 40.072538524285498 ], [ -75.046093609415905, 40.072853442548897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1247, "tnode_": 1154, "lpoly_": null, "rpoly_": null, "length": 828.6140536, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9798, "r_f_add": 0, "r_t_add": 0, "st_code": 60180, "l_hundred": 9600, "r_hundred": 0, "seg_id": 960619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38809, "Shape__Length": 330.54804734310102 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040752657021898, 40.091901105213402 ], [ -75.039892674994107, 40.0928141861393 ], [ -75.039016514000807, 40.093743939128103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1256, "tnode_": 1214, "lpoly_": null, "rpoly_": null, "length": 902.80800617, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 35320, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38810, "Shape__Length": 359.9009294888159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040380526279904, 40.091688623748702 ], [ -75.039712938892507, 40.091329971922299 ], [ -75.039619074658901, 40.091322194725599 ], [ -75.039510069798794, 40.091330752366503 ], [ -75.039415094538896, 40.091350767794601 ], [ -75.039290058887104, 40.091397893250601 ], [ -75.038115549353904, 40.092612966733697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1273, "tnode_": 1247, "lpoly_": null, "rpoly_": null, "length": 344.70589626000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9570, "l_t_add": 9598, "r_f_add": 0, "r_t_add": 0, "st_code": 60180, "l_hundred": 9500, "r_hundred": 0, "seg_id": 960621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38811, "Shape__Length": 137.50502955962645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041477416476795, 40.091135892014698 ], [ -75.040752657021898, 40.091901105213402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1546, "tnode_": 1522, "lpoly_": null, "rpoly_": null, "length": 807.05476527000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STONEY", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1559, "r_f_add": 1500, "r_t_add": 1554, "st_code": 75105, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960622, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STONEY LN", "stname": "STONEY LN", "objectid": 38812, "Shape__Length": 321.71637008655188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045693824243401, 40.083085710410103 ], [ -75.045696487406303, 40.083216069962702 ], [ -75.045682449265399, 40.083345358055702 ], [ -75.045588826377497, 40.083465951705001 ], [ -75.045478001128402, 40.083572496833298 ], [ -75.044865017460907, 40.084021968317501 ], [ -75.044764965176995, 40.084081011722198 ], [ -75.044595016020196, 40.084111121559502 ], [ -75.044463006808996, 40.084080725942002 ], [ -75.043801210675596, 40.083612852710402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1668, "tnode_": 1563, "lpoly_": null, "rpoly_": null, "length": 814.84639203000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9214, "r_f_add": 9201, "r_t_add": 9223, "st_code": 20020, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960623, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-05-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38813, "Shape__Length": 325.19715477965093 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041910475128404, 40.080531137892002 ], [ -75.041794663029407, 40.0808309982962 ], [ -75.041630229343696, 40.081213787003598 ], [ -75.041369427081705, 40.081675456465497 ], [ -75.041099251707095, 40.0820605261571 ], [ -75.040673503530002, 40.0825398720728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1762, "tnode_": 1687, "lpoly_": null, "rpoly_": null, "length": 427.18366141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9270, "r_f_add": 9201, "r_t_add": 9223, "st_code": 61186, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960624, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD BUSTLETON AVE", "stname": "OLD BUSTLETON AVE", "objectid": 38814, "Shape__Length": 170.35058806792131 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041200267644399, 40.079083180717902 ], [ -75.040781998882807, 40.079504805126 ], [ -75.040254635291504, 40.080003590730797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1918, "tnode_": 1810, "lpoly_": null, "rpoly_": null, "length": 609.84710642999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9118, "r_f_add": 9001, "r_t_add": 9119, "st_code": 61186, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960625, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2000-12-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD BUSTLETON AVE", "stname": "OLD BUSTLETON AVE", "objectid": 38815, "Shape__Length": 243.19018239388498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0431217450937, 40.077175723381899 ], [ -75.042874953971705, 40.077409184663601 ], [ -75.041778818653498, 40.078494116511699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1919, "tnode_": 1797, "lpoly_": null, "rpoly_": null, "length": 689.89714776000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD NEWTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9202, "l_t_add": 9240, "r_f_add": 9201, "r_t_add": 9253, "st_code": 61240, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD NEWTOWN RD", "stname": "OLD NEWTOWN RD", "objectid": 38816, "Shape__Length": 275.12024561489687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038854809223807, 40.0770452510044 ], [ -75.037351252112899, 40.078546111444403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1868, "tnode_": 1933, "lpoly_": null, "rpoly_": null, "length": 490.02066592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1813, "l_t_add": 1899, "r_f_add": 1820, "r_t_add": 1898, "st_code": 38760, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960627, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38817, "Shape__Length": 195.20790503760006 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040434476783304, 40.077692690507902 ], [ -75.039383427626703, 40.077075957666501 ], [ -75.0390378292511, 40.076881385691003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1687, "tnode_": 1566, "lpoly_": null, "rpoly_": null, "length": 1150.34311179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9272, "l_t_add": 9328, "r_f_add": 9225, "r_t_add": 9329, "st_code": 61186, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960628, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD BUSTLETON AVE", "stname": "OLD BUSTLETON AVE", "objectid": 38818, "Shape__Length": 458.77488703957562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040254635291504, 40.080003590730797 ], [ -75.038535278015303, 40.0817470289944 ], [ -75.037771160218696, 40.082520050130803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1941, "tnode_": 2022, "lpoly_": null, "rpoly_": null, "length": 447.03349190999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2131, "l_t_add": 2139, "r_f_add": 2114, "r_t_add": 2130, "st_code": 82240, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960629, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 38819, "Shape__Length": 178.47259344792289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036088204588907, 40.076717986371001 ], [ -75.035645785882295, 40.075538832939998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1976, "tnode_": 2045, "lpoly_": null, "rpoly_": null, "length": 967.15004871999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BICKLEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9101, "l_t_add": 9155, "r_f_add": 9100, "r_t_add": 9160, "st_code": 17540, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960631, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BICKLEY ST", "stname": "BICKLEY ST", "objectid": 38820, "Shape__Length": 385.14376432543418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039563770203998, 40.076326837940897 ], [ -75.037687147826205, 40.0752392494554 ], [ -75.037490375009796, 40.075160212556597 ], [ -75.037269894513003, 40.075133465007099 ], [ -75.036642083950198, 40.075289800853398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2044, "tnode_": 2216, "lpoly_": null, "rpoly_": null, "length": 1384.7304449399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 2499, "r_f_add": 1900, "r_t_add": 2498, "st_code": 77760, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38821, "Shape__Length": 551.64122637317189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040524402288696, 40.075371725499103 ], [ -75.040284535736404, 40.075226840603399 ], [ -75.038442362744604, 40.074052330139303 ], [ -75.037738973919502, 40.073653545966501 ], [ -75.036941886070807, 40.073200938397797 ], [ -75.036630337825599, 40.073029030902603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2041, "tnode_": 2283, "lpoly_": null, "rpoly_": null, "length": 1249.3241150400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2299, "r_f_add": 2100, "r_t_add": 2298, "st_code": 83640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 38822, "Shape__Length": 498.46943942164228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041871318592598, 40.075438212935602 ], [ -75.039750681843202, 40.072420333429001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2122, "tnode_": 2009, "lpoly_": null, "rpoly_": null, "length": 647.82706353000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960671, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38823, "Shape__Length": 258.34761767203679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034842043004701, 40.074316118901699 ], [ -75.033946425180403, 40.075233948885597 ], [ -75.033458068200801, 40.075741646889497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2575, "tnode_": 2283, "lpoly_": null, "rpoly_": null, "length": 1149.24582857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WINCHESTER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 8801, "r_t_add": 8899, "st_code": 83640, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WINCHESTER AVE", "stname": "WINCHESTER AVE", "objectid": 38824, "Shape__Length": 458.38917774963272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041558443200401, 40.069805249753799 ], [ -75.041619911809093, 40.069992804938799 ], [ -75.041652925080498, 40.070214772686199 ], [ -75.041647036109893, 40.070427779867103 ], [ -75.041616492493503, 40.070640802453802 ], [ -75.041538030871195, 40.070821416592402 ], [ -75.041419537657205, 40.071013250385597 ], [ -75.041269649634103, 40.071198261951402 ], [ -75.041064638888699, 40.071375892720098 ], [ -75.040525151978201, 40.071801084865903 ], [ -75.040099787674805, 40.072143816684502 ], [ -75.039750681843202, 40.072420333429001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1636, "tnode_": 1834, "lpoly_": null, "rpoly_": null, "length": 1096.74316845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODNAW", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 37600, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960635, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODNAW ST", "stname": "GOODNAW ST", "objectid": 38825, "Shape__Length": 437.77928439115919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035386816717406, 40.080804321762599 ], [ -75.035481540655098, 40.080421772492201 ], [ -75.034716921622902, 40.078324938172898 ], [ -75.034592010332105, 40.078190624405003 ], [ -75.034298405393201, 40.078026972346201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1899, "tnode_": 1917, "lpoly_": null, "rpoly_": null, "length": 527.2408274000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEYER", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2049, "l_t_add": 2099, "r_f_add": 2038, "r_t_add": 2098, "st_code": 17480, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 960636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEYER AVE", "stname": "BEYER AVE", "objectid": 38826, "Shape__Length": 210.05814321948614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033799713919294, 40.077198113399803 ], [ -75.034237606698795, 40.076788734311201 ], [ -75.034514016626105, 40.0766812414398 ], [ -75.034668834139495, 40.076678644405398 ], [ -75.034806630275597, 40.076694410306501 ], [ -75.035037797112693, 40.076818723072797 ], [ -75.035244073260003, 40.076994593012898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1362, "tnode_": 1270, "lpoly_": null, "rpoly_": null, "length": 1184.1907349100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9728, "l_t_add": 9798, "r_f_add": 9731, "r_t_add": 9799, "st_code": 23500, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38827, "Shape__Length": 472.76423380806335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027100398444105, 40.087887987084798 ], [ -75.026500762686297, 40.088550229105799 ], [ -75.0262640832551, 40.088916792848799 ], [ -75.0261029145002, 40.089278373295102 ], [ -75.025972870053806, 40.089618000831301 ], [ -75.025889666258294, 40.090051254908197 ], [ -75.025868552931598, 40.090524456339701 ], [ -75.025918044471496, 40.090909893371098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1379, "tnode_": 1362, "lpoly_": null, "rpoly_": null, "length": 285.55150791999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9714, "l_t_add": 9726, "r_f_add": 9713, "r_t_add": 9729, "st_code": 23500, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 38828, "Shape__Length": 113.88684625818897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027728385407499, 40.087270089509502 ], [ -75.027100398444105, 40.087887987084798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1304, "tnode_": 1309, "lpoly_": null, "rpoly_": null, "length": 740.35943819000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 84200, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960639, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WITLER ST", "stname": "WITLER ST", "objectid": 38829, "Shape__Length": 294.8177729746659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030423573715098, 40.089771323850997 ], [ -75.030236999357001, 40.08995738366 ], [ -75.030108032085195, 40.090028833719899 ], [ -75.029873060909495, 40.090082875349601 ], [ -75.029640775768399, 40.0900699273733 ], [ -75.029391797374004, 40.089989532909399 ], [ -75.028097823394106, 40.089516476438199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1129, "tnode_": 964, "lpoly_": null, "rpoly_": null, "length": 1477.7054243600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9906, "r_f_add": 9901, "r_t_add": 9915, "st_code": 20020, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960640, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38830, "Shape__Length": 590.28385799992805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030930306615403, 40.094060583860298 ], [ -75.030933482419599, 40.094225530700101 ], [ -75.030901840383606, 40.094358724458999 ], [ -75.030840639847995, 40.094550273040198 ], [ -75.030794927871199, 40.0948608060149 ], [ -75.030727248392196, 40.095544179066501 ], [ -75.030623373832498, 40.096782394178 ], [ -75.030575529175906, 40.097164288567797 ], [ -75.030480582225394, 40.0980980214608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1126, "tnode_": 1027, "lpoly_": null, "rpoly_": null, "length": 1686.5649213200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARDY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 40460, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARDY RD", "stname": "HARDY RD", "objectid": 38831, "Shape__Length": 672.54535368373206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023414325303193, 40.094091881099402 ], [ -75.023296879113801, 40.093792826017001 ], [ -75.023239282931499, 40.093702645594099 ], [ -75.023146447844795, 40.093642975979002 ], [ -75.023019633405895, 40.093582499294698 ], [ -75.022829555520701, 40.093572765597102 ], [ -75.022561153459407, 40.093649987425202 ], [ -75.021752372109901, 40.093970378621599 ], [ -75.021141507878497, 40.0942745655992 ], [ -75.020856147717595, 40.094434970932703 ], [ -75.020667190945701, 40.094566317755699 ], [ -75.020498621453797, 40.094698149275303 ], [ -75.020341678048695, 40.094846742335399 ], [ -75.020200998259995, 40.094994095907801 ], [ -75.020119936138698, 40.095148902190097 ], [ -75.019979671375793, 40.095422462626402 ], [ -75.019953117637002, 40.095502602570697 ], [ -75.019877660128998, 40.095759624131098 ], [ -75.019861196152107, 40.095999554393302 ], [ -75.019849344360296, 40.096310895570802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1246, "tnode_": 1096, "lpoly_": null, "rpoly_": null, "length": 1416.70585368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 18240, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960642, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BONNER ST", "stname": "BONNER ST", "objectid": 38832, "Shape__Length": 565.46302477937263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025139101075297, 40.091487128080502 ], [ -75.024674609490901, 40.091616271512201 ], [ -75.024526846671804, 40.091694226923003 ], [ -75.024445917446201, 40.091788577501703 ], [ -75.024421001407504, 40.091928688960003 ], [ -75.024453584688601, 40.0920775686605 ], [ -75.025717055080193, 40.094880943059898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1216, "tnode_": 1140, "lpoly_": null, "rpoly_": null, "length": 885.74865470999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9946, "r_f_add": 9901, "r_t_add": 9945, "st_code": 70840, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960643, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDY RD", "stname": "SANDY RD", "objectid": 38833, "Shape__Length": 353.02151502218493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022590412257202, 40.0921851573721 ], [ -75.022748163932604, 40.092601676852901 ], [ -75.022756361118994, 40.092674510727797 ], [ -75.022701872827795, 40.092784312529901 ], [ -75.022603434675901, 40.092880253124797 ], [ -75.021767595991307, 40.0931894292601 ], [ -75.021212927240398, 40.0934240894493 ], [ -75.020678404139602, 40.093684356699598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1251, "tnode_": 1315, "lpoly_": null, "rpoly_": null, "length": 988.73522197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2245, "l_t_add": 2299, "r_f_add": 2246, "r_t_add": 2298, "st_code": 24940, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 38834, "Shape__Length": 394.38405868508289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023161896697701, 40.091279882831401 ], [ -75.022830460705904, 40.0906811957882 ], [ -75.022694373231303, 40.0904640656289 ], [ -75.022492542669795, 40.090219706958898 ], [ -75.022086133576806, 40.089799372742 ], [ -75.021664334324399, 40.089491780160301 ], [ -75.021107888072706, 40.089125319445799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1739, "tnode_": 1376, "lpoly_": null, "rpoly_": null, "length": 3789.1405899400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9998, "r_f_add": 9501, "r_t_add": 9999, "st_code": 18040, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 960645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 38835, "Shape__Length": 1511.176892089396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025380190210996, 40.078952511395798 ], [ -75.020980577274699, 40.083466222051896 ], [ -75.019894337043496, 40.084585994561102 ], [ -75.019737711158299, 40.084759123349201 ], [ -75.019695739294207, 40.084943817667401 ], [ -75.019745774690506, 40.085130697599297 ], [ -75.019876327142697, 40.085288687491101 ], [ -75.0215654748379, 40.086827448872597 ], [ -75.022157355853096, 40.087183569399897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27869, "tnode_": 1256, "lpoly_": null, "rpoly_": null, "length": 346.49585383, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9533, "r_t_add": 9599, "st_code": 60180, "l_hundred": 0, "r_hundred": 9500, "seg_id": 960650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38836, "Shape__Length": 138.20058273502889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041143216946907, 40.090939229907903 ], [ -75.040380526279904, 40.091688623748702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2298, "tnode_": 2306, "lpoly_": null, "rpoly_": null, "length": 81.19883031000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960652, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38837, "Shape__Length": 32.303874297037112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036598839646004, 40.072264762661597 ], [ -75.036882318577597, 40.072217279310799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2298, "tnode_": 2225, "lpoly_": null, "rpoly_": null, "length": 357.14855543, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8937, "r_t_add": 8999, "st_code": 69220, "l_hundred": 0, "r_hundred": 8900, "seg_id": 960653, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38838, "Shape__Length": 142.4313232311691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036598839646004, 40.072264762661597 ], [ -75.0358524827287, 40.073060021326498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2420, "tnode_": 2298, "lpoly_": null, "rpoly_": null, "length": 575.91712124000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8901, "r_t_add": 8935, "st_code": 69220, "l_hundred": 0, "r_hundred": 8900, "seg_id": 960654, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38839, "Shape__Length": 229.65620708670838 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037834719484707, 40.071000674328801 ], [ -75.036598839646004, 40.072264762661597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2560, "tnode_": 2415, "lpoly_": null, "rpoly_": null, "length": 679.06604283000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960655, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38840, "Shape__Length": 270.81396059249795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039374480194795, 40.069563434977397 ], [ -75.038952804991993, 40.070064800960999 ], [ -75.037977639798697, 40.0710867954311 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2008, "tnode_": 2009, "lpoly_": null, "rpoly_": null, "length": 56.74584603, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960656, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38841, "Shape__Length": 22.577548409746658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033260892989702, 40.075705294910598 ], [ -75.033458068200801, 40.075741646889497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2225, "tnode_": 2130, "lpoly_": null, "rpoly_": null, "length": 521.96150978000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9001, "r_t_add": 9099, "st_code": 69220, "l_hundred": 0, "r_hundred": 9000, "seg_id": 960657, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38842, "Shape__Length": 208.15048899097673 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0358524827287, 40.073060021326498 ], [ -75.034739654791807, 40.074209872475997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1741, "tnode_": 1761, "lpoly_": null, "rpoly_": null, "length": 57.27867293, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960658, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38843, "Shape__Length": 22.872829167501401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030246727320502, 40.0790672038314 ], [ -75.030210480010993, 40.078912452532599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1442, "tnode_": 1436, "lpoly_": null, "rpoly_": null, "length": 68.48849707, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960659, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38844, "Shape__Length": 27.247945140809961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024164634627994, 40.085360232285097 ], [ -75.023920239436904, 40.085349838775699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1465, "tnode_": 1442, "lpoly_": null, "rpoly_": null, "length": 341.75179596000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960660, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38845, "Shape__Length": 136.30536582605731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024898637260705, 40.084610550407398 ], [ -75.024775249019996, 40.084727266786302 ], [ -75.024164634627994, 40.085360232285097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1564, "tnode_": 1544, "lpoly_": null, "rpoly_": null, "length": 130.56801384000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960662, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38846, "Shape__Length": 52.141568613609294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026860833383296, 40.082316138041101 ], [ -75.026776747564597, 40.082668694081001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1436, "tnode_": 1376, "lpoly_": null, "rpoly_": null, "length": 830.3796645, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9701, "r_t_add": 9799, "st_code": 69220, "l_hundred": 0, "r_hundred": 9700, "seg_id": 960663, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38847, "Shape__Length": 331.20850691448294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023920239436904, 40.085349838775699 ], [ -75.022157355853096, 40.087183569399897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1324, "tnode_": 1253, "lpoly_": null, "rpoly_": null, "length": 1017.8094785, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960664, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38848, "Shape__Length": 405.98281716922105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020774946217202, 40.088877787909198 ], [ -75.020599025742101, 40.089053460383496 ], [ -75.018600883307698, 40.091117892774101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1175, "tnode_": 1161, "lpoly_": null, "rpoly_": null, "length": 57.2496474, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960665, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38849, "Shape__Length": 22.781614903886137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016721339476106, 40.093066655813203 ], [ -75.016519808495403, 40.093039423716199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2595, "tnode_": 2420, "lpoly_": null, "rpoly_": null, "length": 680.71996296000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 8827, "r_t_add": 8899, "st_code": 69220, "l_hundred": 0, "r_hundred": 8800, "seg_id": 960666, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38850, "Shape__Length": 271.4629483732877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039255940514195, 40.069484416122101 ], [ -75.038701657940095, 40.070096335755302 ], [ -75.037834719484707, 40.071000674328801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2306, "tnode_": 2122, "lpoly_": null, "rpoly_": null, "length": 954.25303264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960667, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38851, "Shape__Length": 380.53681797642622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036882318577597, 40.072217279310799 ], [ -75.034842043004701, 40.074316118901699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2415, "tnode_": 2306, "lpoly_": null, "rpoly_": null, "length": 513.38189566999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960668, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38852, "Shape__Length": 204.72268489401745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037977639798697, 40.0710867954311 ], [ -75.036882318577597, 40.072217279310799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2008, "tnode_": 1955, "lpoly_": null, "rpoly_": null, "length": 350.81914374999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9167, "r_t_add": 9199, "st_code": 69220, "l_hundred": 0, "r_hundred": 9100, "seg_id": 960669, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38853, "Shape__Length": 139.91690625457076 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033260892989702, 40.075705294910598 ], [ -75.032533030012999, 40.0764893815414 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2130, "tnode_": 2008, "lpoly_": null, "rpoly_": null, "length": 684.11931431999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9101, "r_t_add": 9165, "st_code": 69220, "l_hundred": 0, "r_hundred": 9100, "seg_id": 960672, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38854, "Shape__Length": 272.81125454808767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034739654791807, 40.074209872475997 ], [ -75.033260892989702, 40.075705294910598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1950, "tnode_": 1741, "lpoly_": null, "rpoly_": null, "length": 1131.2596595100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960673, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38855, "Shape__Length": 451.16006177823897 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032653300725698, 40.076572006377901 ], [ -75.030246727320502, 40.0790672038314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1955, "tnode_": 1761, "lpoly_": null, "rpoly_": null, "length": 1096.1561230999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9201, "r_t_add": 9299, "st_code": 69220, "l_hundred": 0, "r_hundred": 9200, "seg_id": 960674, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38856, "Shape__Length": 437.16445832918367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032533030012999, 40.0764893815414 ], [ -75.030210480010993, 40.078912452532599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1628, "tnode_": 1544, "lpoly_": null, "rpoly_": null, "length": 858.25490122999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960675, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38857, "Shape__Length": 342.29899752167159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028607656406294, 40.080779189944501 ], [ -75.026986154675399, 40.082424662096898 ], [ -75.026776747564597, 40.082668694081001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1631, "tnode_": 1564, "lpoly_": null, "rpoly_": null, "length": 741.69328694000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9501, "r_t_add": 9599, "st_code": 69220, "l_hundred": 0, "r_hundred": 9500, "seg_id": 960676, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38858, "Shape__Length": 295.80557017042764 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028451474494801, 40.080687485761501 ], [ -75.026860833383296, 40.082316138041101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1741, "tnode_": 1628, "lpoly_": null, "rpoly_": null, "length": 774.18501082, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960677, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38859, "Shape__Length": 308.76794317977544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030246727320502, 40.0790672038314 ], [ -75.029362738670997, 40.079973636197799 ], [ -75.028607656406294, 40.080779189944501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1761, "tnode_": 1631, "lpoly_": null, "rpoly_": null, "length": 812.69603021, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9301, "r_t_add": 9499, "st_code": 69220, "l_hundred": 0, "r_hundred": 9300, "seg_id": 960678, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38860, "Shape__Length": 324.10650213497831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030210480010993, 40.078912452532599 ], [ -75.028684385523604, 40.0804657904796 ], [ -75.028451474494801, 40.080687485761501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1442, "tnode_": 1324, "lpoly_": null, "rpoly_": null, "length": 1594.2061480900002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960679, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38861, "Shape__Length": 635.87660130181109 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024164634627994, 40.085360232285097 ], [ -75.020774946217202, 40.088877787909198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1376, "tnode_": 1262, "lpoly_": null, "rpoly_": null, "length": 1730.09852555, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9801, "r_t_add": 9899, "st_code": 69220, "l_hundred": 0, "r_hundred": 9800, "seg_id": 960681, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38862, "Shape__Length": 690.10477985949763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022157355853096, 40.087183569399897 ], [ -75.018488511951901, 40.091006578617097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1161, "tnode_": 1100, "lpoly_": null, "rpoly_": null, "length": 676.26858407999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9951, "r_t_add": 9999, "st_code": 69220, "l_hundred": 0, "r_hundred": 9900, "seg_id": 960682, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38863, "Shape__Length": 269.76148525037524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016519808495403, 40.093039423716199 ], [ -75.015069805012104, 40.094524751341901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1175, "tnode_": 1094, "lpoly_": null, "rpoly_": null, "length": 708.05076062000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960683, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38864, "Shape__Length": 282.45186001235419 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016721339476106, 40.093066655813203 ], [ -75.015226690152602, 40.0946351581144 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1253, "tnode_": 1175, "lpoly_": null, "rpoly_": null, "length": 883.45414528000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960684, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38865, "Shape__Length": 352.40612070228599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018600883307698, 40.091117892774101 ], [ -75.016721339476106, 40.093066655813203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1262, "tnode_": 1161, "lpoly_": null, "rpoly_": null, "length": 922.91705288000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9901, "r_t_add": 9949, "st_code": 69220, "l_hundred": 0, "r_hundred": 9900, "seg_id": 960685, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38866, "Shape__Length": 368.14461106430394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018488511951901, 40.091006578617097 ], [ -75.016519808495403, 40.093039423716199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1094, "tnode_": 1013, "lpoly_": null, "rpoly_": null, "length": 804.39287813, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960686, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38867, "Shape__Length": 320.84044202990395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015226690152602, 40.0946351581144 ], [ -75.015031905780702, 40.094821126228197 ], [ -75.013736621987306, 40.096096729383703 ], [ -75.013432756030596, 40.096360054649899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1100, "tnode_": 1047, "lpoly_": null, "rpoly_": null, "length": 542.6081977, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 10001, "r_t_add": 10399, "st_code": 69220, "l_hundred": 0, "r_hundred": 10000, "seg_id": 960687, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38868, "Shape__Length": 216.44967106798225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015069805012104, 40.094524751341901 ], [ -75.014788445975995, 40.0948106516473 ], [ -75.013907621491796, 40.095717230458099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2297, "tnode_": 2216, "lpoly_": null, "rpoly_": null, "length": 343.96084921, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 8950, "l_t_add": 8998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8900, "r_hundred": 0, "seg_id": 960688, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38869, "Shape__Length": 137.16892273022958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037355139138, 40.072266483923102 ], [ -75.036630337825599, 40.073029030902603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2329, "tnode_": 2297, "lpoly_": null, "rpoly_": null, "length": 111.47410452000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960689, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38870, "Shape__Length": 44.515368166336422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037363302107295, 40.071960539194798 ], [ -75.037355139138, 40.072266483923102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2396, "tnode_": 2297, "lpoly_": null, "rpoly_": null, "length": 448.99474716000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8948, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8900, "r_hundred": 0, "seg_id": 960690, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38871, "Shape__Length": 179.05341290217805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038301077891603, 40.071270980190903 ], [ -75.037355139138, 40.072266483923102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2695, "tnode_": 2396, "lpoly_": null, "rpoly_": null, "length": 1072.6668562899999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 8800, "l_t_add": 8898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 8800, "r_hundred": 0, "seg_id": 960691, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38872, "Shape__Length": 427.88761360871621 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040268460757801, 40.0687566060395 ], [ -75.039850774521994, 40.069461638893799 ], [ -75.039564221542406, 40.069863829962301 ], [ -75.039396405158996, 40.070075322537498 ], [ -75.039165760750194, 40.070378870790002 ], [ -75.038892336338407, 40.070662735057702 ], [ -75.038301077891603, 40.071270980190903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2094, "tnode_": 1987, "lpoly_": null, "rpoly_": null, "length": 665.44599657000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9164, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9100, "r_hundred": 0, "seg_id": 960692, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38873, "Shape__Length": 265.36837535726789 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0350891185535, 40.074626270152301 ], [ -75.033654614952795, 40.076083147380203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2167, "tnode_": 2094, "lpoly_": null, "rpoly_": null, "length": 424.18716052999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 9010, "l_t_add": 9098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9000, "r_hundred": 0, "seg_id": 960693, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38874, "Shape__Length": 169.16854291216717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035978638512006, 40.073683430474397 ], [ -75.0350891185535, 40.074626270152301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2202, "tnode_": 2110, "lpoly_": null, "rpoly_": null, "length": 575.87335424999992, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960694, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38875, "Shape__Length": 229.64391287523645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036192162411893, 40.073206264798202 ], [ -75.036047054414297, 40.073336524165299 ], [ -75.034952546349402, 40.074467614032997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1987, "tnode_": 1929, "lpoly_": null, "rpoly_": null, "length": 314.58300122000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9166, "l_t_add": 9198, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9100, "r_hundred": 0, "seg_id": 960695, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38876, "Shape__Length": 125.46391217652038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033654614952795, 40.076083147380203 ], [ -75.032998832383797, 40.076784542694398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1939, "tnode_": 1734, "lpoly_": null, "rpoly_": null, "length": 1138.23472649, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960696, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38877, "Shape__Length": 453.94450736083132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032828596495506, 40.076673629646599 ], [ -75.030410951680594, 40.079186355475102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1614, "tnode_": 1558, "lpoly_": null, "rpoly_": null, "length": 631.16312795, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9500, "r_hundred": 0, "seg_id": 960697, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38878, "Shape__Length": 251.7304207722749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028954555324702, 40.080977409547998 ], [ -75.027613096195296, 40.082370301549801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1621, "tnode_": 1537, "lpoly_": null, "rpoly_": null, "length": 913.5087653, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960698, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38879, "Shape__Length": 364.34112680442479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028777215793397, 40.080873874162201 ], [ -75.026835774334202, 40.082889929897902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1704, "tnode_": 1614, "lpoly_": null, "rpoly_": null, "length": 689.0288995200001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9400, "r_hundred": 0, "seg_id": 960699, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38880, "Shape__Length": 274.80612622110124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030413896812902, 40.079453940479098 ], [ -75.028954555324702, 40.080977409547998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1734, "tnode_": 1621, "lpoly_": null, "rpoly_": null, "length": 766.09612805999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960700, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38881, "Shape__Length": 305.53626555577671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030410951680594, 40.079186355475102 ], [ -75.028777215793397, 40.080873874162201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1734, "tnode_": 1704, "lpoly_": null, "rpoly_": null, "length": 97.48039469, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960701, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38882, "Shape__Length": 38.931364229928505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030410951680594, 40.079186355475102 ], [ -75.030413896812902, 40.079453940479098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1743, "tnode_": 1704, "lpoly_": null, "rpoly_": null, "length": 185.14305095, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9300, "r_hundred": 0, "seg_id": 960702, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38883, "Shape__Length": 73.838822517882974 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030807802929402, 40.079045594392397 ], [ -75.030413896812902, 40.079453940479098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1500, "tnode_": 1457, "lpoly_": null, "rpoly_": null, "length": 557.79172423, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9612, "l_t_add": 9698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9600, "r_hundred": 0, "seg_id": 960703, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38884, "Shape__Length": 222.47071344519534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026426359924301, 40.083603596341199 ], [ -75.025231516671298, 40.084829261133599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1558, "tnode_": 1516, "lpoly_": null, "rpoly_": null, "length": 378.39099700999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9604, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9600, "r_hundred": 0, "seg_id": 960705, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38885, "Shape__Length": 150.91230660723795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027613096195296, 40.082370301549801 ], [ -75.026797430514705, 40.083198792783399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1516, "tnode_": 1500, "lpoly_": null, "rpoly_": null, "length": 180.35094849000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9606, "l_t_add": 9610, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9600, "r_hundred": 0, "seg_id": 960706, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38886, "Shape__Length": 71.938523019011129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026797430514705, 40.083198792783399 ], [ -75.026426359924301, 40.083603596341199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1537, "tnode_": 1516, "lpoly_": null, "rpoly_": null, "length": 113.0242169, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960707, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38887, "Shape__Length": 45.140075162391518 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026835774334202, 40.082889929897902 ], [ -75.026797430514705, 40.083198792783399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1394, "tnode_": 1384, "lpoly_": null, "rpoly_": null, "length": 176.95443172, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960708, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38888, "Shape__Length": 70.486510709093338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023401442921894, 40.086724277143801 ], [ -75.022874460837699, 40.086992838037503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1414, "tnode_": 1394, "lpoly_": null, "rpoly_": null, "length": 277.51566164000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9750, "l_t_add": 9766, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9700, "r_hundred": 0, "seg_id": 960709, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38889, "Shape__Length": 110.68654090515793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023999550944296, 40.0861165716749 ], [ -75.023401442921894, 40.086724277143801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1289, "tnode_": 1184, "lpoly_": null, "rpoly_": null, "length": 1170.83594765, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9862, "l_t_add": 9898, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9800, "r_hundred": 0, "seg_id": 960710, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38890, "Shape__Length": 467.03722270281366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020069207836798, 40.090180956478399 ], [ -75.017578215534101, 40.092763600666203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1315, "tnode_": 1289, "lpoly_": null, "rpoly_": null, "length": 482.01233322999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9850, "l_t_add": 9860, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9800, "r_hundred": 0, "seg_id": 960711, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38891, "Shape__Length": 192.25884014942946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021107888072706, 40.089125319445799 ], [ -75.020069207836798, 40.090180956478399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1184, "tnode_": 1079, "lpoly_": null, "rpoly_": null, "length": 957.4223389199999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9900, "r_hundred": 0, "seg_id": 960712, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38892, "Shape__Length": 381.91580833484323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017578215534101, 40.092763600666203 ], [ -75.015530614465206, 40.094869449041497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1929, "tnode_": 1743, "lpoly_": null, "rpoly_": null, "length": 1026.8194393900001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9200, "r_hundred": 0, "seg_id": 960713, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38893, "Shape__Length": 409.50513749051885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032998832383797, 40.076784542694398 ], [ -75.030807802929402, 40.079045594392397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1457, "tnode_": 1414, "lpoly_": null, "rpoly_": null, "length": 582.02275612999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9748, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9700, "r_hundred": 0, "seg_id": 960714, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38894, "Shape__Length": 232.14706995962038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025231516671298, 40.084829261133599 ], [ -75.024656299915094, 40.0854383866413 ], [ -75.023999550944296, 40.0861165716749 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1394, "tnode_": 1315, "lpoly_": null, "rpoly_": null, "length": 1084.85166116, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19114, "l_f_add": 9768, "l_t_add": 9848, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9700, "r_hundred": 0, "seg_id": 960715, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38895, "Shape__Length": 432.72369309381133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023401442921894, 40.086724277143801 ], [ -75.022673882786407, 40.087487239642897 ], [ -75.022031068340993, 40.0881603160677 ], [ -75.021865935346199, 40.088324967888397 ], [ -75.021107888072706, 40.089125319445799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2329, "tnode_": 2202, "lpoly_": null, "rpoly_": null, "length": 559.78240275000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960716, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38896, "Shape__Length": 223.24103316629916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037363302107295, 40.071960539194798 ], [ -75.036192162411893, 40.073206264798202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2406, "tnode_": 2329, "lpoly_": null, "rpoly_": null, "length": 359.14888552999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960717, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38897, "Shape__Length": 143.21536780247834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038135684374694, 40.071173205690997 ], [ -75.037363302107295, 40.071960539194798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2835, "tnode_": 2406, "lpoly_": null, "rpoly_": null, "length": 1461.3310461799999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960718, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38898, "Shape__Length": 583.00936119185906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040578542663496, 40.067661494863202 ], [ -75.040110061666397, 40.068710760053001 ], [ -75.039907287232097, 40.069057165765997 ], [ -75.039575811943806, 40.069573787661703 ], [ -75.039191400243595, 40.070042335038103 ], [ -75.038992542615006, 40.070290499183201 ], [ -75.038135684374694, 40.071173205690997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2110, "tnode_": 1981, "lpoly_": null, "rpoly_": null, "length": 738.04547987000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960719, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38899, "Shape__Length": 294.33663782023945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034952546349402, 40.074467614032997 ], [ -75.033394240585196, 40.076102132967499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2202, "tnode_": 2167, "lpoly_": null, "rpoly_": null, "length": 184.98955055, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960720, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38900, "Shape__Length": 73.840482227678834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036192162411893, 40.073206264798202 ], [ -75.036015798455395, 40.073517486569799 ], [ -75.035978638512006, 40.073683430474397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2216, "tnode_": 2167, "lpoly_": null, "rpoly_": null, "length": 300.15329457000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19152, "l_f_add": 9000, "l_t_add": 9008, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 9000, "r_hundred": 0, "seg_id": 960721, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38901, "Shape__Length": 119.68995708806536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036630337825599, 40.073029030902603 ], [ -75.035978638512006, 40.073683430474397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1981, "tnode_": 1939, "lpoly_": null, "rpoly_": null, "length": 261.53091872, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960722, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38902, "Shape__Length": 104.29461277329537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033394240585196, 40.076102132967499 ], [ -75.032828596495506, 40.076673629646599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1461, "tnode_": 1384, "lpoly_": null, "rpoly_": null, "length": 1031.1282478600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960723, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38903, "Shape__Length": 411.27689575280272 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025064469473904, 40.084716333683403 ], [ -75.022874460837699, 40.086992838037503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1384, "tnode_": 1318, "lpoly_": null, "rpoly_": null, "length": 904.09512016999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960724, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38904, "Shape__Length": 360.61662378156251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022874460837699, 40.086992838037503 ], [ -75.021083704384395, 40.0888261590908 ], [ -75.020949094133897, 40.0889854738369 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1283, "tnode_": 1088, "lpoly_": null, "rpoly_": null, "length": 2054.1714918100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960725, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38905, "Shape__Length": 819.40127623984461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019747001945206, 40.0902164344742 ], [ -75.018869364155194, 40.0911288793029 ], [ -75.015369645144702, 40.094743572626101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1289, "tnode_": 1283, "lpoly_": null, "rpoly_": null, "length": 91.07109587, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960726, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38906, "Shape__Length": 36.237398619939889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020069207836798, 40.090180956478399 ], [ -75.019747001945206, 40.0902164344742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1318, "tnode_": 1283, "lpoly_": null, "rpoly_": null, "length": 560.53602257, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960727, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38907, "Shape__Length": 223.58224187495082 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020949094133897, 40.0889854738369 ], [ -75.019747001945206, 40.0902164344742 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1088, "tnode_": 1024, "lpoly_": null, "rpoly_": null, "length": 677.55041193, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960728, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38908, "Shape__Length": 270.2721067103576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015369645144702, 40.094743572626101 ], [ -75.015255961153898, 40.094859234501101 ], [ -75.014950282214201, 40.095181024197203 ], [ -75.014728307260896, 40.095394537165703 ], [ -75.013902994709596, 40.096223473743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1987, "tnode_": 1981, "lpoly_": null, "rpoly_": null, "length": 73.19230981, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960729, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38909, "Shape__Length": 29.116043551274313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033654614952795, 40.076083147380203 ], [ -75.033394240585196, 40.076102132967499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1342, "tnode_": 1353, "lpoly_": null, "rpoly_": null, "length": 245.20344118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2135, "l_t_add": 2199, "r_f_add": 2136, "r_t_add": 2198, "st_code": 57060, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960730, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL ST", "stname": "MORRELL ST", "objectid": 38910, "Shape__Length": 97.697658509491475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024138641860802, 40.0884045616815 ], [ -75.023441217008795, 40.087996967877402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1522, "tnode_": 1422, "lpoly_": null, "rpoly_": null, "length": 1344.5239001099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEIL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9378, "r_f_add": 9301, "r_t_add": 9379, "st_code": 59190, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960731, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEIL RD", "stname": "NEIL RD", "objectid": 38911, "Shape__Length": 536.10758385513043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043801210675596, 40.083612852710402 ], [ -75.043446473481396, 40.083906225578701 ], [ -75.043363623904597, 40.084000777729003 ], [ -75.043347276861695, 40.084067828121597 ], [ -75.043354173783101, 40.084115250522501 ], [ -75.0433509430935, 40.084196192198398 ], [ -75.043400938628295, 40.084264885095997 ], [ -75.043708186992902, 40.084494918615803 ], [ -75.043783451013994, 40.084591211617301 ], [ -75.043822782659305, 40.084706913199597 ], [ -75.043809963381804, 40.084807883769201 ], [ -75.043695693523603, 40.084905554657503 ], [ -75.043482522278893, 40.085083736228 ], [ -75.042531378106702, 40.0857904957061 ], [ -75.041730479073493, 40.086374439375497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1509, "tnode_": 1422, "lpoly_": null, "rpoly_": null, "length": 1090.6728227800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 45860, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960732, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 38912, "Shape__Length": 435.24716809598237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042204578219298, 40.0837601007253 ], [ -75.042146382425898, 40.084074300321099 ], [ -75.042156133015695, 40.084181552097903 ], [ -75.042202627093602, 40.084337932397503 ], [ -75.042290603898195, 40.084556052160998 ], [ -75.042281715908501, 40.084778642355097 ], [ -75.042260651427, 40.084865915447502 ], [ -75.042154680379895, 40.085009518495099 ], [ -75.041620547293803, 40.085429384502902 ], [ -75.041399785648096, 40.085622875245498 ], [ -75.041354372929405, 40.085769515783397 ], [ -75.041365200594498, 40.085938558115799 ], [ -75.041386426589895, 40.086067337038898 ], [ -75.041461150213394, 40.086177121969499 ], [ -75.041730479073493, 40.086374439375497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1531, "tnode_": 1563, "lpoly_": null, "rpoly_": null, "length": 285.4837283, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTCHBROOK", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1717, "l_t_add": 1799, "r_f_add": 1716, "r_t_add": 1798, "st_code": 71350, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960733, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTCHBROOK DR", "stname": "SCOTCHBROOK DR", "objectid": 38913, "Shape__Length": 113.83168101382645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041333222759206, 40.083132436544503 ], [ -75.040948469711097, 40.082728528597698 ], [ -75.040673503530002, 40.0825398720728 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1499, "tnode_": 1536, "lpoly_": null, "rpoly_": null, "length": 463.66136294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEDGEROW", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1112, "st_code": 41550, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960734, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEDGEROW LN", "stname": "HEDGEROW LN", "objectid": 38914, "Shape__Length": 184.817595601618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052717734157099, 40.084241018563098 ], [ -75.053273926659699, 40.083961873480199 ], [ -75.053330580634906, 40.0838796551283 ], [ -75.053375869891397, 40.083811332738399 ], [ -75.053359689936102, 40.083718442811197 ], [ -75.053298111575799, 40.0836232613863 ], [ -75.053182662722904, 40.083522233203901 ], [ -75.052907681641699, 40.083373480433998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1467, "tnode_": 1481, "lpoly_": null, "rpoly_": null, "length": 187.64314019, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 12370, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960735, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALTON PL", "stname": "ALTON PL", "objectid": 38915, "Shape__Length": 74.7550073610211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049909051614094, 40.084986010427201 ], [ -75.049368400696594, 40.084681261047002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1424, "tnode_": 1354, "lpoly_": null, "rpoly_": null, "length": 941.04809087000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9307, "r_t_add": 9499, "st_code": 48180, "l_hundred": 9400, "r_hundred": 9300, "seg_id": 960736, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38916, "Shape__Length": 375.37826576090794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046095876203395, 40.086286081301502 ], [ -75.044141096318199, 40.088388233863 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1422, "tnode_": 1399, "lpoly_": null, "rpoly_": null, "length": 323.65962274000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEIL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9380, "l_t_add": 9398, "r_f_add": 9381, "r_t_add": 9399, "st_code": 59190, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960737, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEIL RD", "stname": "NEIL RD", "objectid": 38917, "Shape__Length": 129.00097473341452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041730479073493, 40.086374439375497 ], [ -75.040879041075399, 40.086975861721498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1509, "tnode_": 1531, "lpoly_": null, "rpoly_": null, "length": 334.25697004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SCOTCHBROOK", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1715, "r_f_add": 1700, "r_t_add": 1714, "st_code": 71350, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960738, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SCOTCHBROOK DR", "stname": "SCOTCHBROOK DR", "objectid": 38918, "Shape__Length": 133.22353686484465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042204578219298, 40.0837601007253 ], [ -75.041333222759206, 40.083132436544503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1538, "tnode_": 1509, "lpoly_": null, "rpoly_": null, "length": 340.49356810999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9268, "l_t_add": 9298, "r_f_add": 9255, "r_t_add": 9299, "st_code": 45860, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960739, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 38919, "Shape__Length": 135.7196201146873 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0430757925064, 40.083107553125501 ], [ -75.042204578219298, 40.0837601007253 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1677, "tnode_": 1698, "lpoly_": null, "rpoly_": null, "length": 146.62378112000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1541, "l_t_add": 1599, "r_f_add": 1560, "r_t_add": 1598, "st_code": 38760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38920, "Shape__Length": 58.462490111854123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043803719844405, 40.080293304912097 ], [ -75.043464585630105, 40.079986483468701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1566, "tnode_": 1484, "lpoly_": null, "rpoly_": null, "length": 737.89936157, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9330, "l_t_add": 9398, "r_f_add": 9331, "r_t_add": 9399, "st_code": 61186, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960742, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OLD BUSTLETON AVE", "stname": "OLD BUSTLETON AVE", "objectid": 38921, "Shape__Length": 294.646709502097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037771160218696, 40.082520050130803 ], [ -75.037870044271401, 40.082934322075801 ], [ -75.038183128758504, 40.083963267823897 ], [ -75.038282492371096, 40.084275897741797 ], [ -75.038402873805893, 40.084482061585398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1732, "tnode_": 1720, "lpoly_": null, "rpoly_": null, "length": 340.87378105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERGEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8501, "l_t_add": 8599, "r_f_add": 8500, "r_t_add": 8598, "st_code": 17090, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960743, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERGEN PL", "stname": "BERGEN PL", "objectid": 38922, "Shape__Length": 135.91138459912855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069884732394499, 40.080146770713696 ], [ -75.070194148513593, 40.079847067194102 ], [ -75.070362289056703, 40.079944572358798 ], [ -75.070050433865404, 40.0802540903425 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1262, "tnode_": 1253, "lpoly_": null, "rpoly_": null, "length": 51.31043502, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960744, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 38923, "Shape__Length": 20.465504333976174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018488511951901, 40.091006578617097 ], [ -75.018600883307698, 40.091117892774101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2237, "tnode_": 2192, "lpoly_": null, "rpoly_": null, "length": 852.33910277000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUMMERDALE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8598, "r_f_add": 8501, "r_t_add": 8599, "st_code": 75420, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960746, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUMMERDALE AVE", "stname": "SUMMERDALE AVE", "objectid": 38924, "Shape__Length": 339.6934830944237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0535809584118, 40.073308559319102 ], [ -75.053082130631097, 40.073804322716398 ], [ -75.052849248760396, 40.073982258734802 ], [ -75.052290444721194, 40.074261338747299 ], [ -75.052117133697493, 40.074280053095599 ], [ -75.051965330550502, 40.0742738932788 ], [ -75.051841357861505, 40.074247621182103 ], [ -75.051712904424306, 40.074164137234199 ], [ -75.051651242770703, 40.074100391964002 ], [ -75.051575487485806, 40.073966230541103 ], [ -75.051576446260498, 40.073857231861297 ], [ -75.051621183617499, 40.073726835913597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1594, "tnode_": 1656, "lpoly_": null, "rpoly_": null, "length": 551.44336413000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUTUMN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8798, "r_f_add": 8701, "r_t_add": 8799, "st_code": 14170, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960747, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUTUMN RD", "stname": "AUTUMN RD", "objectid": 38925, "Shape__Length": 219.93742263011933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052920733169699, 40.082130299037203 ], [ -75.053086213038796, 40.081926407438999 ], [ -75.054086523716194, 40.080910832005102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1072, "tnode_": 1049, "lpoly_": null, "rpoly_": null, "length": 238.60465852000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9120, "l_t_add": 9198, "r_f_add": 9109, "r_t_add": 9199, "st_code": 33860, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960748, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38926, "Shape__Length": 95.197298919287604 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050881387587296, 40.095995795301398 ], [ -75.050796701339806, 40.0960654111297 ], [ -75.050560702474002, 40.0962826358802 ], [ -75.050461924348795, 40.096400731093503 ], [ -75.050420026443703, 40.0965333433833 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1098, "tnode_": 1072, "lpoly_": null, "rpoly_": null, "length": 261.65816453999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9118, "r_f_add": 9101, "r_t_add": 9107, "st_code": 33860, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 38927, "Shape__Length": 104.37425958881238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051448740924997, 40.095424765811003 ], [ -75.050881387587296, 40.095995795301398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1182, "tnode_": 1138, "lpoly_": null, "rpoly_": null, "length": 647.1143352, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9822, "l_t_add": 9864, "r_f_add": 9823, "r_t_add": 9855, "st_code": 84120, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 960750, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38928, "Shape__Length": 257.77305438505817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030183679825299, 40.093098726466302 ], [ -75.030031149003506, 40.093200865711701 ], [ -75.029816432414506, 40.093369996050797 ], [ -75.029500418902202, 40.093568204249202 ], [ -75.029212497181305, 40.093732744641002 ], [ -75.028758922255093, 40.093915713558999 ], [ -75.028533926383901, 40.0939625390264 ], [ -75.028244135591393, 40.093944750823603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2049, "tnode_": 2079, "lpoly_": null, "rpoly_": null, "length": 178.81868028, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRAHLE", "st_type": "ST", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 1129, "l_t_add": 1199, "r_f_add": 1112, "r_t_add": 1198, "st_code": 75140, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 960751, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRAHLE ST", "stname": "STRAHLE ST", "objectid": 38929, "Shape__Length": 71.307926555514229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067915131315004, 40.0759852609117 ], [ -75.067717087360805, 40.075832723810898 ], [ -75.067625813400994, 40.075764979611797 ], [ -75.067560918275007, 40.075678166013198 ], [ -75.067558916165794, 40.075600350413801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 971, "tnode_": 939, "lpoly_": null, "rpoly_": null, "length": 545.95580332999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELIA", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 28080, "l_hundred": 100, "r_hundred": 100, "seg_id": 960752, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELIA LN", "stname": "DELIA LN", "objectid": 38930, "Shape__Length": 217.55457331674728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0591836712873, 40.098566505435798 ], [ -75.060748122064993, 40.099462451297903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1338, "tnode_": 1355, "lpoly_": null, "rpoly_": null, "length": 1302.8171262399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 947, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 38120, "l_hundred": 900, "r_hundred": 1000, "seg_id": 960753, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-06-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 38931, "Shape__Length": 519.10359788199753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054500798968107, 40.089183332936599 ], [ -75.0543596980133, 40.089364643480202 ], [ -75.054219521911904, 40.089499419484 ], [ -75.053877369861397, 40.089691994101202 ], [ -75.053641748634803, 40.089789607066201 ], [ -75.053306488899906, 40.089857677671802 ], [ -75.053072474011501, 40.089865993088999 ], [ -75.052793834047606, 40.089866358900501 ], [ -75.052579972241404, 40.089819921158202 ], [ -75.052295645983307, 40.0897373138285 ], [ -75.052092136115405, 40.0896566017759 ], [ -75.051829612648106, 40.089477859781297 ], [ -75.051406362163107, 40.089046830055302 ], [ -75.051199090617203, 40.088834868233498 ], [ -75.050879115248094, 40.088590688100702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1781, "tnode_": 1758, "lpoly_": null, "rpoly_": null, "length": 386.8518738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLIMA", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 24170, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLIMA RD", "stname": "COLIMA RD", "objectid": 38932, "Shape__Length": 153.95711288020544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042802900702398, 40.078903456316702 ], [ -75.042917127607097, 40.078941401416401 ], [ -75.043052142166403, 40.078963562188903 ], [ -75.043948257357698, 40.079108041631699 ], [ -75.044029155461402, 40.0791447449106 ], [ -75.044103506890494, 40.079207357716101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1382, "tnode_": 1359, "lpoly_": null, "rpoly_": null, "length": 475.32680245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEARSON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 63580, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960755, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEARSON AVE", "stname": "PEARSON AVE", "objectid": 38933, "Shape__Length": 189.3820451202406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035472710788198, 40.087393781228698 ], [ -75.036829918985404, 40.088178565211599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1321, "tnode_": 1332, "lpoly_": null, "rpoly_": null, "length": 188.95487155000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1601, "l_t_add": 1699, "r_f_add": 1600, "r_t_add": 1698, "st_code": 35320, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 960756, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-09-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38934, "Shape__Length": 75.279939805443391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036549021978203, 40.0893469290003 ], [ -75.036001074790505, 40.0890437271878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1071, "tnode_": 1063, "lpoly_": null, "rpoly_": null, "length": 745.8653255800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARETTE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 22400, "l_hundred": 600, "r_hundred": 600, "seg_id": 960757, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARETTE RD", "stname": "CHARETTE RD", "objectid": 38935, "Shape__Length": 297.04834948717627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057704019829401, 40.096189147788103 ], [ -75.057475092231101, 40.096438958747299 ], [ -75.057276131306693, 40.0965926234934 ], [ -75.057067529619403, 40.096654131332301 ], [ -75.056860346317904, 40.096679921333703 ], [ -75.056641901975098, 40.096654375086104 ], [ -75.056387766236895, 40.096628727372398 ], [ -75.056014362094501, 40.096547739765803 ], [ -75.055738148724501, 40.096469765003 ], [ -75.055388813035705, 40.096331131090103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1071, "tnode_": 1116, "lpoly_": null, "rpoly_": null, "length": 1090.66759284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8901, "l_t_add": 8999, "r_f_add": 8900, "r_t_add": 8998, "st_code": 12000, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960758, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 38936, "Shape__Length": 434.5504300014901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057704019829401, 40.096189147788103 ], [ -75.057863166749797, 40.096044574058901 ], [ -75.058044188979196, 40.095845996582099 ], [ -75.058097209852207, 40.095677225780001 ], [ -75.0580909718458, 40.095503197322401 ], [ -75.058036078279102, 40.095374465628701 ], [ -75.057953758533301, 40.095270392919304 ], [ -75.057733333435195, 40.095127335064902 ], [ -75.057522955945402, 40.095066227713801 ], [ -75.057134204908493, 40.094975405129901 ], [ -75.056821332394307, 40.094983397718003 ], [ -75.055531222871707, 40.095181903446999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1086, "tnode_": 1071, "lpoly_": null, "rpoly_": null, "length": 612.88353172000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHARON", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 72160, "l_hundred": 600, "r_hundred": 600, "seg_id": 960759, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHARON LN", "stname": "SHARON LN", "objectid": 38937, "Shape__Length": 243.98140620709978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055652967579903, 40.095757665888797 ], [ -75.056510056985005, 40.095788159302401 ], [ -75.056781854168094, 40.095809848737701 ], [ -75.057012772831698, 40.095856116367898 ], [ -75.057262205937107, 40.095938568808499 ], [ -75.057704019829401, 40.096189147788103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1059, "tnode_": 997, "lpoly_": null, "rpoly_": null, "length": 468.04364065000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9060, "l_t_add": 9094, "r_f_add": 9065, "r_t_add": 9099, "st_code": 64800, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960760, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2000-01-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38938, "Shape__Length": 186.96451486504338 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065456600128101, 40.096601782753801 ], [ -75.065537524703402, 40.096915865988102 ], [ -75.065558952395193, 40.0971668799817 ], [ -75.065547899322098, 40.0974460408749 ], [ -75.065491668298094, 40.0978777012186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1132, "tnode_": 1090, "lpoly_": null, "rpoly_": null, "length": 540.68434631000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9012, "l_t_add": 9040, "r_f_add": 9021, "r_t_add": 9053, "st_code": 64800, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960761, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38939, "Shape__Length": 215.94726457925293 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064931782629003, 40.094728600527603 ], [ -75.064997815017705, 40.095052349708702 ], [ -75.065064299873796, 40.095247156933297 ], [ -75.065240557171094, 40.095785496140202 ], [ -75.065292851537095, 40.095965908330498 ], [ -75.065347222872902, 40.096177046727298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1090, "tnode_": 1059, "lpoly_": null, "rpoly_": null, "length": 157.72147008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9042, "l_t_add": 9058, "r_f_add": 9055, "r_t_add": 9063, "st_code": 64800, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960762, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 38940, "Shape__Length": 62.996673500559453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065347222872902, 40.096177046727298 ], [ -75.065456600128101, 40.096601782753801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1053, "tnode_": 1059, "lpoly_": null, "rpoly_": null, "length": 495.64323281999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHRISTOPHER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 23070, "l_hundred": 0, "r_hundred": 0, "seg_id": 960763, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHRISTOPHER DR", "stname": "CHRISTOPHER DR", "objectid": 38941, "Shape__Length": 197.23590339586394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067210932219794, 40.096785486655399 ], [ -75.065875239636696, 40.096625062208098 ], [ -75.065456600128101, 40.096601782753801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1108, "tnode_": 1090, "lpoly_": null, "rpoly_": null, "length": 566.60167771, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "PL", "suf_dir": "W", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 64790, "l_hundred": 0, "r_hundred": 0, "seg_id": 960764, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE PL W", "stname": "PINE PL W", "objectid": 38942, "Shape__Length": 225.46165291458044 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067364110238501, 40.096318584128497 ], [ -75.065347222872902, 40.096177046727298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1189, "tnode_": 1218, "lpoly_": null, "rpoly_": null, "length": 360.96588561, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERED BRIDGE", "st_type": "PATH", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 25435, "l_hundred": 0, "r_hundred": 0, "seg_id": 960765, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERED BRIDGE PATH", "stname": "COVERED BRIDGE PATH", "objectid": 38943, "Shape__Length": 143.90102743444697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036483843058804, 40.093143419816997 ], [ -75.036773075901607, 40.092843212549703 ], [ -75.036785869992798, 40.092747247271099 ], [ -75.036726142682397, 40.092673637256198 ], [ -75.036581580308706, 40.092594586270998 ], [ -75.036405710276298, 40.0925147969241 ], [ -75.036222069699704, 40.092517337504702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1177, "tnode_": 1189, "lpoly_": null, "rpoly_": null, "length": 151.11627772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY LANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 17, "l_t_add": 19, "r_f_add": 16, "r_t_add": 18, "st_code": 25350, "l_hundred": 0, "r_hundred": 0, "seg_id": 960766, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LANE DR", "stname": "COUNTRY LANE DR", "objectid": 38944, "Shape__Length": 60.270052570018464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036142537586102, 40.093464937714202 ], [ -75.036483843058804, 40.093143419816997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1172, "tnode_": 1162, "lpoly_": null, "rpoly_": null, "length": 456.02704762999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY LANE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 25355, "l_hundred": 0, "r_hundred": 0, "seg_id": 960767, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LANE WAY", "stname": "COUNTRY LANE WAY", "objectid": 38945, "Shape__Length": 181.76687679546274 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037176998939401, 40.093550364680397 ], [ -75.036920659301401, 40.093833112981699 ], [ -75.036723432254306, 40.093992282236698 ], [ -75.036691009913, 40.093999056031201 ], [ -75.036639302099999, 40.094004712325599 ], [ -75.036566748508804, 40.093979961679999 ], [ -75.035976961811599, 40.093649499376902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1297, "tnode_": 1303, "lpoly_": null, "rpoly_": null, "length": 342.24102513999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8500, "l_t_add": 8580, "r_f_add": 8501, "r_t_add": 8549, "st_code": 17980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960768, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38946, "Shape__Length": 136.2371603876432 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064358408431204, 40.090817760527798 ], [ -75.064098127681405, 40.090686401792098 ], [ -75.063918803566196, 40.090612218575203 ], [ -75.063627027815699, 40.090563435759798 ], [ -75.0632189794715, 40.090537088857303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1303, "tnode_": 1306, "lpoly_": null, "rpoly_": null, "length": 637.23149356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8582, "l_t_add": 8598, "r_f_add": 8551, "r_t_add": 8599, "st_code": 17980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960769, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMFIELD AVE", "stname": "BLOOMFIELD AVE", "objectid": 38947, "Shape__Length": 253.5467011470995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0632189794715, 40.090537088857303 ], [ -75.061360786255705, 40.090389096635697 ], [ -75.060952898560402, 40.090362082236197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1303, "tnode_": 1274, "lpoly_": null, "rpoly_": null, "length": 421.53969899000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENNIFER", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9000, "l_t_add": 9098, "r_f_add": 9001, "r_t_add": 9099, "st_code": 46053, "l_hundred": 9000, "r_hundred": 9000, "seg_id": 960770, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENNIFER TER", "stname": "JENNIFER TER", "objectid": 38948, "Shape__Length": 168.19774620576919 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0632189794715, 40.090537088857303 ], [ -75.063168095599096, 40.090775488277202 ], [ -75.063104164262, 40.090855651703201 ], [ -75.062920420371597, 40.091084666886204 ], [ -75.062634112937303, 40.091410440066298 ], [ -75.062475055050896, 40.091513050598699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1154, "tnode_": 1133, "lpoly_": null, "rpoly_": null, "length": 265.37751644000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9738, "r_f_add": 9601, "r_t_add": 9739, "st_code": 48180, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 960771, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38949, "Shape__Length": 105.86248900707906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039016514000807, 40.093743939128103 ], [ -75.038454787344804, 40.0943309520244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1133, "tnode_": 1114, "lpoly_": null, "rpoly_": null, "length": 182.49703058, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KREWSTOWN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9740, "l_t_add": 9798, "r_f_add": 9741, "r_t_add": 9799, "st_code": 48180, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960772, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2012-11-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KREWSTOWN RD", "stname": "KREWSTOWN RD", "objectid": 38950, "Shape__Length": 72.84088982050163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038454787344804, 40.0943309520244 ], [ -75.038155060339406, 40.094775910050899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1189, "tnode_": 1172, "lpoly_": null, "rpoly_": null, "length": 244.09971614000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 49, "r_f_add": 2, "r_t_add": 48, "st_code": 25345, "l_hundred": 0, "r_hundred": 0, "seg_id": 960773, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LN", "stname": "COUNTRY LN", "objectid": 38951, "Shape__Length": 97.266078115286618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036483843058804, 40.093143419816997 ], [ -75.037063777185693, 40.093482975615899 ], [ -75.037176998939401, 40.093550364680397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1172, "tnode_": 1133, "lpoly_": null, "rpoly_": null, "length": 477.67822962000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 51, "l_t_add": 99, "r_f_add": 50, "r_t_add": 98, "st_code": 25345, "l_hundred": 0, "r_hundred": 0, "seg_id": 960774, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-01-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTRY LN", "stname": "COUNTRY LN", "objectid": 38952, "Shape__Length": 190.37250735679453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037176998939401, 40.093550364680397 ], [ -75.037398635213293, 40.093671946678597 ], [ -75.037501916476003, 40.093756295561498 ], [ -75.037619264640199, 40.0939099552117 ], [ -75.037747657112703, 40.094068186837397 ], [ -75.037867073808599, 40.094170161259299 ], [ -75.038005900975193, 40.094207926075597 ], [ -75.038207105435802, 40.094229917073598 ], [ -75.038454787344804, 40.0943309520244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1290, "tnode_": 1346, "lpoly_": null, "rpoly_": null, "length": 764.96386455000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPELCROFT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 22380, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960775, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHAPELCROFT ST", "stname": "CHAPELCROFT ST", "objectid": 38953, "Shape__Length": 305.25608095019572 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027069652072498, 40.0901724681773 ], [ -75.026944600617796, 40.0900582383236 ], [ -75.026871135373995, 40.089874384250301 ], [ -75.026869936924498, 40.089743559886202 ], [ -75.026935554999895, 40.0895588595289 ], [ -75.027356789812103, 40.088972820234197 ], [ -75.027951187681793, 40.088356919832897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1379, "tnode_": 1411, "lpoly_": null, "rpoly_": null, "length": 561.05232698999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 17300, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERWYN ST", "stname": "BERWYN ST", "objectid": 38954, "Shape__Length": 223.53455863235834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027728385407499, 40.087270089509502 ], [ -75.026127206441501, 40.086342974311101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1411, "tnode_": 1423, "lpoly_": null, "rpoly_": null, "length": 216.16864758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERWYN", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2201, "l_t_add": 2299, "r_f_add": 2200, "r_t_add": 2298, "st_code": 17290, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960777, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERWYN PL", "stname": "BERWYN PL", "objectid": 38955, "Shape__Length": 86.12379887133946 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026127206441501, 40.086342974311101 ], [ -75.0255083896988, 40.085987711063801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1247, "tnode_": 1256, "lpoly_": null, "rpoly_": null, "length": 129.73559224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FULMER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35320, "l_hundred": 0, "r_hundred": 0, "seg_id": 960778, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FULMER ST", "stname": "FULMER ST", "objectid": 38956, "Shape__Length": 51.691762950257612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040752657021898, 40.091901105213402 ], [ -75.040380526279904, 40.091688623748702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1437, "tnode_": 1499, "lpoly_": null, "rpoly_": null, "length": 992.57375845000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TURTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 78130, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960779, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TURTON DR", "stname": "TURTON DR", "objectid": 38957, "Shape__Length": 395.62049730377322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0513650987956, 40.086044249562903 ], [ -75.051154382550706, 40.0859173922899 ], [ -75.050950121439698, 40.085765688480897 ], [ -75.050862822095695, 40.0856258937471 ], [ -75.050838264657401, 40.085517619544099 ], [ -75.050838949788798, 40.085370379508603 ], [ -75.050878895781494, 40.0852614431492 ], [ -75.050942104120395, 40.085130922460998 ], [ -75.0510833520961, 40.085003493037398 ], [ -75.051761307341906, 40.084679555123003 ], [ -75.052717734157099, 40.084241018563098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1546, "tnode_": 1605, "lpoly_": null, "rpoly_": null, "length": 606.39243751999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1539, "r_f_add": 1500, "r_t_add": 1558, "st_code": 38760, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960780, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 38958, "Shape__Length": 241.98366062426399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045693824243401, 40.083085710410103 ], [ -75.045549440351095, 40.082301899449 ], [ -75.045376900692503, 40.082002318171902 ], [ -75.045209182848595, 40.081790898663797 ], [ -75.0450375130618, 40.081678611970197 ], [ -75.044955486227195, 40.081670499305297 ], [ -75.044875989844996, 40.081668379541298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1587, "tnode_": 1538, "lpoly_": null, "rpoly_": null, "length": 489.93717263999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9232, "l_t_add": 9266, "r_f_add": 9219, "r_t_add": 9253, "st_code": 45860, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960781, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 38959, "Shape__Length": 195.33395770387375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044248562538101, 40.082109305281499 ], [ -75.0438398734982, 40.082436982388799 ], [ -75.0430757925064, 40.083107553125501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1605, "tnode_": 1587, "lpoly_": null, "rpoly_": null, "length": 241.1280331, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9230, "r_f_add": 9201, "r_t_add": 9217, "st_code": 45860, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960782, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 38960, "Shape__Length": 96.100318450672603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044875989844996, 40.081668379541298 ], [ -75.044682669515794, 40.081742424921899 ], [ -75.044452206364298, 40.081926430848803 ], [ -75.044248562538101, 40.082109305281499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1285, "tnode_": 1254, "lpoly_": null, "rpoly_": null, "length": 374.24371608999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9762, "r_f_add": 9701, "r_t_add": 9763, "st_code": 84120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960784, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 38961, "Shape__Length": 149.39559503091547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031772948603802, 40.090527481168301 ], [ -75.031237186031404, 40.091468813139201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1298, "tnode_": 1239, "lpoly_": null, "rpoly_": null, "length": 771.94095502000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 27900, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960786, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER ST", "stname": "DEDAKER ST", "objectid": 38962, "Shape__Length": 307.92482519533922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039122238610105, 40.090254344360801 ], [ -75.038834588542102, 40.0904691208735 ], [ -75.038443132194104, 40.090838226982498 ], [ -75.037729901147401, 40.091570073860503 ], [ -75.037622456705805, 40.091703137544698 ], [ -75.037571703054596, 40.091796900642599 ], [ -75.037530533285107, 40.091956409701702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1190, "tnode_": 1214, "lpoly_": null, "rpoly_": null, "length": 274.69952432000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1501, "l_t_add": 1505, "r_f_add": 1500, "r_t_add": 1506, "st_code": 51740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960787, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38963, "Shape__Length": 109.44618580763097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038912689613198, 40.0930529033513 ], [ -75.038749044244199, 40.092970824494699 ], [ -75.038115549353904, 40.092612966733697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1214, "tnode_": 1239, "lpoly_": null, "rpoly_": null, "length": 302.97050038000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOTT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1507, "l_t_add": 1599, "r_f_add": 1508, "r_t_add": 1598, "st_code": 51740, "l_hundred": 1500, "r_hundred": 1500, "seg_id": 960788, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOTT AVE", "stname": "LOTT AVE", "objectid": 38964, "Shape__Length": 120.85425049285983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038115549353904, 40.092612966733697 ], [ -75.037758019951696, 40.0923910627967 ], [ -75.037632636668704, 40.092265700302796 ], [ -75.037552902440495, 40.092085775937598 ], [ -75.037530533285107, 40.091956409701702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2405, "tnode_": 2344, "lpoly_": null, "rpoly_": null, "length": 855.29368255999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEONARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8900, "l_t_add": 8998, "r_f_add": 8901, "r_t_add": 8999, "st_code": 50320, "l_hundred": 8900, "r_hundred": 8900, "seg_id": 960789, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEONARD ST", "stname": "LEONARD ST", "objectid": 38965, "Shape__Length": 340.57570832788406 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036454425486994, 40.071138803309701 ], [ -75.036051034008096, 40.070912548871 ], [ -75.035985630805399, 40.070872104002198 ], [ -75.035899465456794, 40.070838184303099 ], [ -75.035805510569901, 40.070820053488603 ], [ -75.035696004288397, 40.070820876508002 ], [ -75.035554279856996, 40.070850488356101 ], [ -75.033863768926906, 40.071703584445601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2265, "tnode_": 2344, "lpoly_": null, "rpoly_": null, "length": 474.07525026000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2551, "l_t_add": 2599, "r_f_add": 2600, "r_t_add": 2618, "st_code": 77760, "l_hundred": 2500, "r_hundred": 2600, "seg_id": 960791, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38966, "Shape__Length": 188.94933532469315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035036994775098, 40.072622427527797 ], [ -75.034640817950105, 40.0723825508163 ], [ -75.034236868252904, 40.0721297463 ], [ -75.033863768926906, 40.071703584445601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2420, "tnode_": 2466, "lpoly_": null, "rpoly_": null, "length": 283.09990667, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2601, "l_t_add": 2619, "r_f_add": 2600, "r_t_add": 2608, "st_code": 84620, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960793, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38967, "Shape__Length": 112.78278395254817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037834719484707, 40.071000674328801 ], [ -75.037805509580096, 40.070952115692101 ], [ -75.037745677647806, 40.070899142680702 ], [ -75.0374778649403, 40.070754002644499 ], [ -75.037412444122793, 40.0707092601752 ], [ -75.037058495996405, 40.0705145886959 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2225, "tnode_": 2265, "lpoly_": null, "rpoly_": null, "length": 278.42574435, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2549, "r_f_add": 2500, "r_t_add": 2598, "st_code": 77760, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 960794, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREMONT ST", "stname": "TREMONT ST", "objectid": 38968, "Shape__Length": 110.89264158104248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0358524827287, 40.073060021326498 ], [ -75.035415263307399, 40.072833678662498 ], [ -75.035036994775098, 40.072622427527797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2355, "tnode_": 2396, "lpoly_": null, "rpoly_": null, "length": 304.41040651999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2377, "l_t_add": 2399, "r_f_add": 2376, "r_t_add": 2398, "st_code": 84620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960796, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38969, "Shape__Length": 121.25122685184655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039176378449199, 40.071767013552197 ], [ -75.038741431739098, 40.071516386313299 ], [ -75.038301077891603, 40.071270980190903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2283, "tnode_": 2355, "lpoly_": null, "rpoly_": null, "length": 288.62244761000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODWARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2301, "l_t_add": 2375, "r_f_add": 2300, "r_t_add": 2374, "st_code": 84620, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960798, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODWARD ST", "stname": "WOODWARD ST", "objectid": 38970, "Shape__Length": 115.11361645541211 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039750681843202, 40.072420333429001 ], [ -75.039462376066197, 40.072049192001998 ], [ -75.0393678240562, 40.071922331163599 ], [ -75.039176378449199, 40.071767013552197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1972, "tnode_": 1980, "lpoly_": null, "rpoly_": null, "length": 538.48330832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 17000, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960808, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENTON AVE", "stname": "BENTON AVE", "objectid": 38971, "Shape__Length": 214.25475147042036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049333757082906, 40.076613400163602 ], [ -75.048928414755096, 40.076671796666297 ], [ -75.048524049163703, 40.076671849391602 ], [ -75.047964153486404, 40.076589197834501 ], [ -75.047469284429695, 40.076428409308697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2076, "tnode_": 1972, "lpoly_": null, "rpoly_": null, "length": 563.18153815000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AGUSTA", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8622, "l_t_add": 8698, "r_f_add": 8629, "r_t_add": 8699, "st_code": 11400, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960810, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AGUSTA ST", "stname": "AGUSTA ST", "objectid": 38972, "Shape__Length": 224.69739036557786 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049981682281199, 40.075272928621601 ], [ -75.049324958839506, 40.075930817109302 ], [ -75.049252790005298, 40.076024700553702 ], [ -75.049211316232601, 40.076128863635297 ], [ -75.049206753034298, 40.076243451554902 ], [ -75.049219205181799, 40.076342316920702 ], [ -75.049333757082906, 40.076613400163602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2109, "tnode_": 2061, "lpoly_": null, "rpoly_": null, "length": 281.16982666000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8700, "l_t_add": 8714, "r_f_add": 8701, "r_t_add": 8731, "st_code": 35240, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38973, "Shape__Length": 112.11471506363522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049135096800995, 40.074794998789798 ], [ -75.048826861790999, 40.075084083311502 ], [ -75.048509509508094, 40.075398873163003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2188, "tnode_": 2136, "lpoly_": null, "rpoly_": null, "length": 279.1055525, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8566, "l_t_add": 8598, "r_f_add": 8581, "r_t_add": 8599, "st_code": 20020, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960814, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38974, "Shape__Length": 111.33159329150472 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047158953352294, 40.073705634765901 ], [ -75.046886800849904, 40.074026646275399 ], [ -75.046619606242999, 40.074350091321101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2157, "tnode_": 2109, "lpoly_": null, "rpoly_": null, "length": 279.16942301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8600, "l_t_add": 8698, "r_f_add": 8601, "r_t_add": 8699, "st_code": 35240, "l_hundred": 8600, "r_hundred": 8600, "seg_id": 960816, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38975, "Shape__Length": 111.31757902920242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049753530450005, 40.074193733793201 ], [ -75.049457062614295, 40.074475896115601 ], [ -75.049135096800995, 40.074794998789798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2253, "tnode_": 2188, "lpoly_": null, "rpoly_": null, "length": 281.92646393000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8558, "l_t_add": 8564, "r_f_add": 8559, "r_t_add": 8579, "st_code": 20020, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960818, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38976, "Shape__Length": 112.45820010643727 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047698552500407, 40.073052119988397 ], [ -75.047463809998902, 40.073331757827901 ], [ -75.047158953352294, 40.073705634765901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2274, "tnode_": 2200, "lpoly_": null, "rpoly_": null, "length": 286.93965361, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8520, "l_t_add": 8538, "r_f_add": 8523, "r_t_add": 8539, "st_code": 35240, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960820, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38977, "Shape__Length": 114.41891193582759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050997266327599, 40.072966074284501 ], [ -75.050718945691997, 40.073237527110798 ], [ -75.050370927088693, 40.073589660714298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2374, "tnode_": 2317, "lpoly_": null, "rpoly_": null, "length": 286.40538580999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8510, "l_t_add": 8544, "r_f_add": 8523, "r_t_add": 8539, "st_code": 20020, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960822, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 38978, "Shape__Length": 114.22131674944305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048826681408997, 40.071759270017601 ], [ -75.0485652853381, 40.072057705468701 ], [ -75.048235184946506, 40.072400622676298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2333, "tnode_": 2274, "lpoly_": null, "rpoly_": null, "length": 330.34741586000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRONTENAC", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8500, "l_t_add": 8518, "r_f_add": 8501, "r_t_add": 8521, "st_code": 35240, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960824, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRONTENAC ST", "stname": "FRONTENAC ST", "objectid": 38979, "Shape__Length": 131.72480755870967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051721961408504, 40.072250261811497 ], [ -75.051411450783803, 40.072558999822199 ], [ -75.050997266327599, 40.072966074284501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2293, "tnode_": 2333, "lpoly_": null, "rpoly_": null, "length": 297.59626013000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TUSTIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1721, "l_t_add": 1799, "r_f_add": 1724, "r_t_add": 1798, "st_code": 78170, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960827, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2008-05-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TUSTIN AVE", "stname": "TUSTIN AVE", "objectid": 38980, "Shape__Length": 118.53934494432562 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052576848413693, 40.072736088907199 ], [ -75.052163628996198, 40.072499115985799 ], [ -75.051721961408504, 40.072250261811497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2076, "tnode_": 2109, "lpoly_": null, "rpoly_": null, "length": 294.06824618999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOLBUT", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 77520, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960829, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOLBUT ST", "stname": "TOLBUT ST", "objectid": 38981, "Shape__Length": 117.13710135124165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049981682281199, 40.075272928621601 ], [ -75.049540208785004, 40.075033726519798 ], [ -75.049135096800995, 40.074794998789798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2317, "tnode_": 2358, "lpoly_": null, "rpoly_": null, "length": 343.51135085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOWER", "st_type": "ST", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 57260, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960831, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOWER ST", "stname": "MOWER ST", "objectid": 38982, "Shape__Length": 136.81384293110341 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048235184946506, 40.072400622676298 ], [ -75.047681576203601, 40.072087360212997 ], [ -75.0472292830637, 40.071860914218398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2358, "tnode_": 2269, "lpoly_": null, "rpoly_": null, "length": 489.49344222000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8540, "l_t_add": 8572, "r_f_add": 8539, "r_t_add": 8569, "st_code": 21880, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960835, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 38983, "Shape__Length": 195.13665808946266 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0472292830637, 40.071860914218398 ], [ -75.047115876353402, 40.071977802374597 ], [ -75.047069549342197, 40.072036356672797 ], [ -75.046646512990804, 40.072521446691603 ], [ -75.046562761850396, 40.072607478184402 ], [ -75.046440547697699, 40.072689567296202 ], [ -75.046276608494793, 40.072777163037998 ], [ -75.046093609415905, 40.072853442548897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2247, "tnode_": 2183, "lpoly_": null, "rpoly_": null, "length": 413.65983487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALGON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8450, "l_t_add": 8498, "r_f_add": 8401, "r_t_add": 8499, "st_code": 11980, "l_hundred": 8400, "r_hundred": 8400, "seg_id": 960838, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALGON AVE", "stname": "ALGON AVE", "objectid": 38984, "Shape__Length": 164.75548477688579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055859956166103, 40.073258104531703 ], [ -75.055479247711403, 40.0734620314607 ], [ -75.054647465528205, 40.0739075655557 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2269, "tnode_": 2222, "lpoly_": null, "rpoly_": null, "length": 288.00944758000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CASTOR", "st_type": "AVE", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 8574, "l_t_add": 8598, "r_f_add": 8571, "r_t_add": 8599, "st_code": 21880, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960854, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CASTOR AVE", "stname": "CASTOR AVE", "objectid": 38985, "Shape__Length": 114.6915860088983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046093609415905, 40.072853442548897 ], [ -75.045683441899797, 40.073053455710699 ], [ -75.045669402209001, 40.073060174214703 ], [ -75.045623734969098, 40.073082570920597 ], [ -75.045224738938401, 40.073277133665101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27868, "tnode_": 1334, "lpoly_": null, "rpoly_": null, "length": 126.82995121, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 25960, "l_hundred": 0, "r_hundred": 0, "seg_id": 960862, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-02-26T00:00:00Z", "newsegdate": "1999-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CRESWOOD RD", "stname": "CRESWOOD RD", "objectid": 38986, "Shape__Length": 50.526552431365523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0432471795487, 40.0893103641354 ], [ -75.042875584307197, 40.089110966566103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1354, "tnode_": 27868, "lpoly_": null, "rpoly_": null, "length": 418.80386108000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9500, "l_t_add": 9512, "r_f_add": 0, "r_t_add": 0, "st_code": 60180, "l_hundred": 9500, "r_hundred": 0, "seg_id": 960863, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": "1999-02-26T00:00:00Z", "multi_rep": 1, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38987, "Shape__Length": 167.04959427533186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044141096318199, 40.088388233863 ], [ -75.0432471795487, 40.0893103641354 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1273, "tnode_": 27869, "lpoly_": null, "rpoly_": null, "length": 117.7938853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RISING SUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 68600, "l_hundred": 0, "r_hundred": 0, "seg_id": 960864, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-02-26T00:00:00Z", "newsegdate": "1999-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "RISING SUN AVE", "stname": "RISING SUN AVE", "objectid": 38988, "Shape__Length": 46.935771258490817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041477416476795, 40.091135892014698 ], [ -75.041143216946907, 40.090939229907903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1334, "tnode_": 27869, "lpoly_": null, "rpoly_": null, "length": 823.7230323199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9515, "r_t_add": 9531, "st_code": 60180, "l_hundred": 0, "r_hundred": 9500, "seg_id": 960865, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-19T00:00:00Z", "newsegdate": "1999-02-26T00:00:00Z", "multi_rep": 2, "streetlabe": "NORTHEAST AVE", "stname": "NORTHEAST AVE", "objectid": 38989, "Shape__Length": 328.58005701833275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042875584307197, 40.089110966566103 ], [ -75.041192907570803, 40.090890406236802 ], [ -75.041143216946907, 40.090939229907903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1053, "tnode_": 27948, "lpoly_": null, "rpoly_": null, "length": 50.66165629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 960866, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2003-02-24T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38990, "Shape__Length": 20.160082097829743 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.067210932219794, 40.096785486655399 ], [ -75.067390495698803, 40.0968035007932 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1146, "tnode_": 29455, "lpoly_": null, "rpoly_": null, "length": 5.90723868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 960867, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38991, "Shape__Length": 2.3512530728707151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070506482381802, 40.0943274144417 ], [ -75.070526675193193, 40.094332153345903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 979, "tnode_": 27950, "lpoly_": null, "rpoly_": null, "length": 9.23028043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 960868, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 38992, "Shape__Length": 3.6759470562832872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066300431589895, 40.0986068259216 ], [ -75.066329773575802, 40.098618413481297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 970, "tnode_": 28201, "lpoly_": null, "rpoly_": null, "length": 518.1837457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9762, "r_f_add": 9701, "r_t_add": 9775, "st_code": 79980, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960870, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-12-27T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38993, "Shape__Length": 206.4141611424829 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047118614010401, 40.098386495899298 ], [ -75.046214189408801, 40.0988025156663 ], [ -75.045533627948998, 40.099122577009098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28201, "tnode_": 890, "lpoly_": null, "rpoly_": null, "length": 766.12778146000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9764, "l_t_add": 9866, "r_f_add": 9777, "r_t_add": 9825, "st_code": 79980, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 960871, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-12-27T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38994, "Shape__Length": 305.20144150842401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045533627948998, 40.099122577009098 ], [ -75.043598619122903, 40.100032553157902 ], [ -75.043212766728502, 40.100238129025797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28391, "tnode_": 28390, "lpoly_": null, "rpoly_": null, "length": 586.02239553999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOGWOOD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2, "l_t_add": 4, "r_f_add": 1, "r_t_add": 5, "st_code": 28810, "l_hundred": 0, "r_hundred": 0, "seg_id": 960875, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-10-06T00:00:00Z", "newsegdate": "2002-02-22T00:00:00Z", "multi_rep": 0, "streetlabe": "DOGWOOD LN", "stname": "DOGWOOD LN", "objectid": 38995, "Shape__Length": 233.42693330537074 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054426349853003, 40.093815548499002 ], [ -75.054209238688401, 40.093691862571902 ], [ -75.054058273782303, 40.0936049854215 ], [ -75.053912365170405, 40.093516944468298 ], [ -75.053852710987996, 40.093484774645397 ], [ -75.053789798562406, 40.093450605538301 ], [ -75.053728350406004, 40.093421598585103 ], [ -75.053679887980493, 40.093401871499402 ], [ -75.053626550339999, 40.093378824119803 ], [ -75.053561511745301, 40.093356143786401 ], [ -75.053481284724498, 40.093337594328503 ], [ -75.053368764122695, 40.093312518756498 ], [ -75.053262583025997, 40.093295924657703 ], [ -75.053200269157401, 40.093288692473898 ], [ -75.053175379957196, 40.093284903543697 ], [ -75.053155595269303, 40.093278669990902 ], [ -75.053127674758201, 40.093267116813401 ], [ -75.053084165442996, 40.093248787861597 ], [ -75.053044825378606, 40.093230556711099 ], [ -75.052993232426203, 40.093205627133202 ], [ -75.052944165099106, 40.093180116146499 ], [ -75.052848763520004, 40.093123387944203 ], [ -75.052780142207794, 40.093085878395698 ], [ -75.052677667775001, 40.093018086849199 ], [ -75.052651000338102, 40.0930020829597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28514, "tnode_": 28515, "lpoly_": null, "rpoly_": null, "length": 115.281122, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALDI SCHOOL", "st_type": "DWY", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1006, "l_hundred": 0, "r_hundred": 0, "seg_id": 960878, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "BALDI SCHOOL DWY", "stname": "BALDI SCHOOL DWY", "objectid": 38996, "Shape__Length": 45.923579468424151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052940655748401, 40.092744227278402 ], [ -75.052842679754406, 40.092748605178997 ], [ -75.052598916752501, 40.092596709714101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1291, "tnode_": 28514, "lpoly_": null, "rpoly_": null, "length": 1058.6210737600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8700, "l_t_add": 8722, "r_f_add": 8701, "r_t_add": 8723, "st_code": 79980, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960879, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-22T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38997, "Shape__Length": 421.98337937824175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055689136544402, 40.090762121512803 ], [ -75.054242919004395, 40.091660420672099 ], [ -75.053909226089004, 40.091882895125003 ], [ -75.053598590464503, 40.092153889249097 ], [ -75.053015522151, 40.0926775801208 ], [ -75.052940655748401, 40.092744227278402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28514, "tnode_": 28390, "lpoly_": null, "rpoly_": null, "length": 124.05915965, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8724, "l_t_add": 8798, "r_f_add": 8725, "r_t_add": 8799, "st_code": 79980, "l_hundred": 8700, "r_hundred": 8700, "seg_id": 960880, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-01-07T00:00:00Z", "newsegdate": "2003-01-07T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 38998, "Shape__Length": 49.47315002443495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052940655748401, 40.092744227278402 ], [ -75.052651000338102, 40.0930020829597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28564, "tnode_": 28563, "lpoly_": null, "rpoly_": null, "length": 185.90096367000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MULLER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1114, "l_hundred": 0, "r_hundred": 0, "seg_id": 960881, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-15T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "MULLER DWY", "stname": "MULLER DWY", "objectid": 38999, "Shape__Length": 74.102923766571905 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017286619519197, 40.073809838004699 ], [ -75.017154497438099, 40.073942293453101 ], [ -75.017111353607703, 40.073964184926602 ], [ -75.017070309475699, 40.073995675722202 ], [ -75.0170422207798, 40.074014105626098 ], [ -75.016978746943806, 40.074046973206897 ], [ -75.016935372349494, 40.074074588050301 ], [ -75.016890998127195, 40.074127007733402 ], [ -75.016838205535606, 40.074179292057501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1819, "tnode_": 28563, "lpoly_": null, "rpoly_": null, "length": 2376.3897580500002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2601, "l_t_add": 2899, "r_f_add": 2600, "r_t_add": 2798, "st_code": 38120, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960882, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39000, "Shape__Length": 946.58368019790328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023716338287102, 40.078003832306202 ], [ -75.021751109020698, 40.076964544076397 ], [ -75.017146504511999, 40.0743518942161 ], [ -75.016838205535606, 40.074179292057501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28563, "tnode_": 2260, "lpoly_": null, "rpoly_": null, "length": 1289.2082900299999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2800, "r_t_add": 2998, "st_code": 38120, "l_hundred": 2900, "r_hundred": 2800, "seg_id": 960883, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-07-11T00:00:00Z", "newsegdate": "2003-01-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39001, "Shape__Length": 513.52188338015264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016838205535606, 40.074179292057501 ], [ -75.015066788259503, 40.073187526375797 ], [ -75.014090448601195, 40.072651746889399 ], [ -75.013129416850902, 40.0720807729518 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28646, "tnode_": 28645, "lpoly_": null, "rpoly_": null, "length": 121.14155622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "G F CONGDON", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35910, "l_hundred": 0, "r_hundred": 0, "seg_id": 960884, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2006-03-02T00:00:00Z", "newsegdate": "2003-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "G F CONGDON DR", "stname": "G F CONGDON DR", "objectid": 39002, "Shape__Length": 48.290588084998596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012443916793998, 40.091907239284602 ], [ -75.012130545996698, 40.092136720534697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1100, "tnode_": 28645, "lpoly_": null, "rpoly_": null, "length": 1197.0772499899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2601, "l_t_add": 2749, "r_f_add": 2600, "r_t_add": 2750, "st_code": 67640, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 960885, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-03-05T00:00:00Z", "newsegdate": "2003-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39003, "Shape__Length": 477.29688025961065 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015069805012104, 40.094524751341901 ], [ -75.012130545996698, 40.092136720534697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28645, "tnode_": 1275, "lpoly_": null, "rpoly_": null, "length": 1026.2496457300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2751, "l_t_add": 2899, "r_f_add": 2752, "r_t_add": 2898, "st_code": 67640, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 960886, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-03-05T00:00:00Z", "newsegdate": "2003-03-05T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39004, "Shape__Length": 408.99681496711543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012130545996698, 40.092136720534697 ], [ -75.0112342959101, 40.091408505185498 ], [ -75.010193924379394, 40.090608410926002 ], [ -75.009736846581703, 40.090431800652802 ], [ -75.009362349740201, 40.090385288959403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28703, "tnode_": 28704, "lpoly_": null, "rpoly_": null, "length": 299.95521653999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VOITS", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 80315, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 960887, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": "2003-06-27T00:00:00Z", "multi_rep": 0, "streetlabe": "VOITS LN", "stname": "VOITS LN", "objectid": 39005, "Shape__Length": 119.35006696300501 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037395899410996, 40.0812988028446 ], [ -75.036349482450007, 40.081477416996897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1566, "tnode_": 28703, "lpoly_": null, "rpoly_": null, "length": 457.12720811000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1923, "r_f_add": 1800, "r_t_add": 1928, "st_code": 82240, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960888, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2008-04-07T00:00:00Z", "newsegdate": "2003-06-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 39006, "Shape__Length": 182.53490525076359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037771160218696, 40.082520050130803 ], [ -75.037522891300696, 40.081687167544203 ], [ -75.037395899410996, 40.0812988028446 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28703, "tnode_": 1669, "lpoly_": null, "rpoly_": null, "length": 401.21717624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1925, "l_t_add": 1999, "r_f_add": 1930, "r_t_add": 1998, "st_code": 82240, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960889, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2003-06-27T00:00:00Z", "newsegdate": "2003-06-27T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 39007, "Shape__Length": 160.20992121677878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037395899410996, 40.0812988028446 ], [ -75.037328015445496, 40.081094951756199 ], [ -75.037082517943304, 40.080224166645998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28726, "tnode_": 1056, "lpoly_": null, "rpoly_": null, "length": 1089.9298881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONWELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 24940, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960890, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-20T00:00:00Z", "newsegdate": "2003-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "CONWELL AVE", "stname": "CONWELL AVE", "objectid": 39008, "Shape__Length": 434.9584116450323 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025887769826198, 40.098382589199197 ], [ -75.0259716845854, 40.098379216381602 ], [ -75.026062611731902, 40.098320165106202 ], [ -75.026468531606994, 40.097914944231697 ], [ -75.026488409204404, 40.097861010494597 ], [ -75.026489773833703, 40.097827039795703 ], [ -75.026465961270802, 40.0977584695828 ], [ -75.025676004409505, 40.096481635441798 ], [ -75.025401643877501, 40.096257512497701 ], [ -75.025236721528501, 40.095954375411402 ], [ -75.025185270492898, 40.095847485734403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28726, "tnode_": 28728, "lpoly_": null, "rpoly_": null, "length": 948.21684347000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REILLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 67920, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 960891, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-20T00:00:00Z", "newsegdate": "2003-08-18T00:00:00Z", "multi_rep": 0, "streetlabe": "REILLY RD", "stname": "REILLY RD", "objectid": 39009, "Shape__Length": 378.44743675977281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025887769826198, 40.098382589199197 ], [ -75.025865246907699, 40.098383494466397 ], [ -75.025794470827904, 40.0983818172922 ], [ -75.025750235633296, 40.098380769032801 ], [ -75.025689671169204, 40.0983453307472 ], [ -75.025655647621704, 40.098310521409701 ], [ -75.025630198838002, 40.098282715519296 ], [ -75.025604748866797, 40.098254910495697 ], [ -75.024304448513803, 40.096152734809202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1056, "tnode_": 28728, "lpoly_": null, "rpoly_": null, "length": 270.50196697999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9928, "r_f_add": 9901, "r_t_add": 9949, "st_code": 39980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960892, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 39010, "Shape__Length": 107.70625539855924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025185270492898, 40.095847485734403 ], [ -75.024565655237694, 40.096074617302001 ], [ -75.024304448513803, 40.096152734809202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28728, "tnode_": 1001, "lpoly_": null, "rpoly_": null, "length": 627.60271210999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9930, "l_t_add": 9958, "r_f_add": 9951, "r_t_add": 9965, "st_code": 39980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 960893, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 39011, "Shape__Length": 249.85765686430963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024304448513803, 40.096152734809202 ], [ -75.022214003536703, 40.096777883021097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28858, "tnode_": 1136, "lpoly_": null, "rpoly_": null, "length": 264.65021013999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARPLE", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 53770, "l_hundred": 0, "r_hundred": 0, "seg_id": 960894, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-05-17T00:00:00Z", "newsegdate": "2004-05-17T00:00:00Z", "multi_rep": 0, "streetlabe": "MARPLE DR", "stname": "MARPLE DR", "objectid": 39012, "Shape__Length": 105.48257170420858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036142925242103, 40.094584253671499 ], [ -75.0360802944668, 40.094616425649598 ], [ -75.035835282727803, 40.094388545585602 ], [ -75.035512782115703, 40.094199216617596 ], [ -75.035436312247199, 40.094181503685903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28863, "tnode_": 28867, "lpoly_": null, "rpoly_": null, "length": 4799.7886374299997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 501, "l_t_add": 899, "r_f_add": 500, "r_t_add": 898, "st_code": 1285, "l_hundred": 500, "r_hundred": 500, "seg_id": 960895, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2004-05-24T00:00:00Z", "newsegdate": "2004-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39013, "Shape__Length": 1913.3729879295638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070193172058595, 40.089759434733601 ], [ -75.070098133889203, 40.089696666432097 ], [ -75.070051017328296, 40.089667417638204 ], [ -75.070011327637502, 40.089653790309598 ], [ -75.069970981685401, 40.089656797076998 ], [ -75.069916706925298, 40.089672954113396 ], [ -75.069881184136904, 40.089689633954997 ], [ -75.069837545350197, 40.089708098724799 ], [ -75.069801129410294, 40.089724757717001 ], [ -75.069770150097895, 40.089739569288298 ], [ -75.069724140343794, 40.089750168518997 ], [ -75.069701582018396, 40.089755478540198 ], [ -75.069650216938399, 40.089765867267303 ], [ -75.069601910807194, 40.089766715010498 ], [ -75.069561720670293, 40.089765777814399 ], [ -75.069516402341705, 40.089758884981897 ], [ -75.069481138770499, 40.089746390572998 ], [ -75.069438730302906, 40.089733729532 ], [ -75.069366720926993, 40.089700981472397 ], [ -75.069291880883696, 40.089672030108296 ], [ -75.069214670062493, 40.089635213187897 ], [ -75.069166113501396, 40.0895971759332 ], [ -75.069069666469503, 40.089526868231999 ], [ -75.069021110067396, 40.089488830915798 ], [ -75.069018302315996, 40.089446797687998 ], [ -75.069014062443102, 40.089418376406698 ], [ -75.068999483462804, 40.0893575306267 ], [ -75.068989568167396, 40.089314387328898 ], [ -75.068985556936596, 40.089302792894699 ], [ -75.068968374750497, 40.089262569764401 ], [ -75.068952765202297, 40.089227790453599 ], [ -75.068944059838103, 40.089199265011899 ], [ -75.068933598737203, 40.089169927326601 ], [ -75.068926259202499, 40.089152075924801 ], [ -75.068915328827003, 40.089111998607798 ], [ -75.068907577606495, 40.089081951035197 ], [ -75.068903715577804, 40.0890665838186 ], [ -75.068901670228399, 40.089050487686102 ], [ -75.0688942667975, 40.088989036165998 ], [ -75.068894782128297, 40.088976002928298 ], [ -75.068882473868399, 40.088948166533697 ], [ -75.068862523221398, 40.088910109782901 ], [ -75.068832426131493, 40.088857397910097 ], [ -75.068801832624303, 40.088794634158901 ], [ -75.068789463425006, 40.088768340713699 ], [ -75.068776143505701, 40.088743483873799 ], [ -75.068767846530406, 40.0887272410083 ], [ -75.068760957977801, 40.088697986638003 ], [ -75.068748771916901, 40.088667062509103 ], [ -75.068735390985395, 40.088643749524103 ], [ -75.068713502884194, 40.088609510307002 ], [ -75.068707263381199, 40.088586449505101 ], [ -75.068698378476199, 40.088562469202799 ], [ -75.0686920358783, 40.088519409210797 ], [ -75.068683785033997, 40.088479394370701 ], [ -75.068674125734105, 40.088452391933302 ], [ -75.068667737072801, 40.088433103908201 ], [ -75.068665527724903, 40.088398550640797 ], [ -75.068664330118693, 40.088361017807898 ], [ -75.068679403527298, 40.088296314332702 ], [ -75.068685384590907, 40.088258090268198 ], [ -75.068690892982801, 40.088209212992098 ], [ -75.068690680012594, 40.088169385652797 ], [ -75.068690116438205, 40.088115818282603 ], [ -75.068684727991098, 40.088071236163003 ], [ -75.068676656932098, 40.088026676161903 ], [ -75.068671978518594, 40.087986744654003 ], [ -75.068668498333693, 40.087939117381097 ], [ -75.068663350689903, 40.087888446240797 ], [ -75.068663637519506, 40.087858586152599 ], [ -75.068666134337207, 40.0878180498338 ], [ -75.068673215268703, 40.087774616383498 ], [ -75.068679784245802, 40.087744129750398 ], [ -75.0686914709663, 40.087719857137103 ], [ -75.068712661565698, 40.087681301278501 ], [ -75.068738317570606, 40.087642849581698 ], [ -75.068772072325203, 40.087603042415502 ], [ -75.068797182423594, 40.087578395423499 ], [ -75.068815269842901, 40.0875504958465 ], [ -75.0688326472591, 40.087517944754502 ], [ -75.068849585894895, 40.087473882548601 ], [ -75.068858120571903, 40.087438894209903 ], [ -75.068860647797393, 40.087397585505698 ], [ -75.068857938577295, 40.087353064988399 ], [ -75.068853970090998, 40.087317784998199 ], [ -75.068836060104104, 40.087250767740798 ], [ -75.0688060558861, 40.087150511014599 ], [ -75.068794839674098, 40.087095065169997 ], [ -75.068781322022403, 40.087052609997002 ], [ -75.068747962652196, 40.086946782243601 ], [ -75.068721764274201, 40.086885923048499 ], [ -75.068704579475096, 40.086845785392597 ], [ -75.068680456908595, 40.086800250846302 ], [ -75.068640467917803, 40.086726452654901 ], [ -75.068593885027099, 40.086661169528803 ], [ -75.068564170221606, 40.086621426130897 ], [ -75.068526285558406, 40.086584839492097 ], [ -75.068480893547004, 40.086557261098399 ], [ -75.068417507898303, 40.086532610254999 ], [ -75.068292970624, 40.086494601962698 ], [ -75.068203132100606, 40.0864607514021 ], [ -75.068131525908697, 40.086440542643601 ], [ -75.067997532637193, 40.086393044384302 ], [ -75.0678900670584, 40.086352859721302 ], [ -75.067840709769897, 40.086335144132001 ], [ -75.0677066105509, 40.086290304725303 ], [ -75.067626362341599, 40.086262598243003 ], [ -75.067545350005304, 40.086231613003903 ], [ -75.067504240779002, 40.086208769113902 ], [ -75.0674313984576, 40.0861746271001 ], [ -75.067354141736203, 40.086139095321599 ], [ -75.067298006613598, 40.086111951392503 ], [ -75.067267349746103, 40.086096045205302 ], [ -75.067206670130304, 40.086070770240298 ], [ -75.067177643401095, 40.086058849536798 ], [ -75.067129518854301, 40.086032579091899 ], [ -75.067068364740393, 40.085996736381702 ], [ -75.067046614857503, 40.085981639036 ], [ -75.067003953938297, 40.085952836197698 ], [ -75.066938151463901, 40.085921518962003 ], [ -75.066882726525407, 40.0858990263538 ], [ -75.066797171609096, 40.0858699087077 ], [ -75.066739091333702, 40.085846753045999 ], [ -75.066688209840606, 40.085822393128701 ], [ -75.066631890832895, 40.085799879523101 ], [ -75.066542869103401, 40.085768019971503 ], [ -75.066479274534402, 40.085748683794002 ], [ -75.066421775312406, 40.085733438256298 ], [ -75.066330421319194, 40.085715341546397 ], [ -75.066256687618207, 40.0857037499283 ], [ -75.066179646387695, 40.085685387197003 ], [ -75.066133468603695, 40.085677700697097 ], [ -75.066077311085806, 40.085673728603297 ], [ -75.065958665416403, 40.085667610681398 ], [ -75.065913221204497, 40.085663975183799 ], [ -75.065802953676595, 40.085649470332498 ], [ -75.065660251331096, 40.085663989091202 ], [ -75.065630675154495, 40.085665959122103 ], [ -75.065530808716503, 40.085659678347902 ], [ -75.065431073485399, 40.085650054083601 ], [ -75.065342922058306, 40.085641386893599 ], [ -75.065200137947798, 40.085635390966097 ], [ -75.065046793316498, 40.085625200705202 ], [ -75.064911337089796, 40.085614740639102 ], [ -75.064835636475607, 40.0856076515105 ], [ -75.064767893115999, 40.085602807112501 ], [ -75.064641106070397, 40.085599158398601 ], [ -75.064598110247701, 40.0856014156277 ], [ -75.0645073850702, 40.085612598877802 ], [ -75.064383307718998, 40.085630812091303 ], [ -75.064284414705199, 40.085645066090201 ], [ -75.064224134944297, 40.085654899838602 ], [ -75.064182660309399, 40.0856638862981 ], [ -75.064148279180699, 40.085674326091301 ], [ -75.064109171247907, 40.085691263658099 ], [ -75.064042745088997, 40.085720865804703 ], [ -75.063981521013801, 40.085754536946901 ], [ -75.063917410486496, 40.085793376555898 ], [ -75.063861493689799, 40.085828459255303 ], [ -75.063820809829906, 40.085862610343199 ], [ -75.063769962552101, 40.0859051072133 ], [ -75.063709001677793, 40.085954661626502 ], [ -75.0636513797307, 40.0860102165949 ], [ -75.063610406895705, 40.086051656594996 ], [ -75.063557301069096, 40.086106029482899 ], [ -75.063531432114104, 40.0861497957574 ], [ -75.0635076923447, 40.086184943769602 ], [ -75.063468902561198, 40.086238964636799 ], [ -75.063445685485306, 40.0862834803727 ], [ -75.063436153543705, 40.086298448241301 ], [ -75.063387882607003, 40.086366151451003 ], [ -75.063352213484393, 40.086409087623501 ], [ -75.063320989258202, 40.086452643080101 ], [ -75.063282171994501, 40.086507349842101 ], [ -75.063250285592204, 40.086545054655303 ], [ -75.063202724380005, 40.0865948364413 ], [ -75.063160752552093, 40.086638912818202 ], [ -75.063111089068101, 40.086696627757298 ], [ -75.063062341192193, 40.086753763085703 ], [ -75.063032529523497, 40.0867842206071 ], [ -75.063001773816296, 40.086815942740202 ], [ -75.062966291060704, 40.086854163501599 ], [ -75.062903600966493, 40.086924790310299 ], [ -75.062871479715, 40.086968411184898 ], [ -75.062845531828401, 40.0870141496586 ], [ -75.0627907732474, 40.087110193719901 ], [ -75.0627465485139, 40.087188547890698 ], [ -75.062721806158095, 40.087226418692701 ], [ -75.062697461341301, 40.087254257571402 ], [ -75.0626725598474, 40.087273586603402 ], [ -75.0626351042457, 40.087293909700101 ], [ -75.062604270610393, 40.087305032091102 ], [ -75.062569046309704, 40.087314164132898 ], [ -75.062498047823397, 40.087323747302399 ], [ -75.062437999621295, 40.087327663919403 ], [ -75.062394819130205, 40.087334550093701 ], [ -75.062340918245098, 40.087341272078199 ], [ -75.062305853632495, 40.0873463738087 ], [ -75.062229309693706, 40.087360546802302 ], [ -75.062195008973802, 40.087368928135099 ], [ -75.062137117694803, 40.087386112422898 ], [ -75.062060732560099, 40.087418827964299 ], [ -75.062001924321706, 40.0874365917376 ], [ -75.061954906285706, 40.087450081848097 ], [ -75.061921495177799, 40.087458569504797 ], [ -75.061892704638296, 40.087463217745999 ], [ -75.061873926160402, 40.0874633786703 ], [ -75.061856010144894, 40.087464332856399 ], [ -75.061832790026898, 40.087463789802598 ], [ -75.061807861901599, 40.087461233515299 ], [ -75.061775948936898, 40.087454478994999 ], [ -75.061748603345407, 40.087445257009797 ], [ -75.061692363960503, 40.0874207695595 ], [ -75.061618813735194, 40.087381973209901 ], [ -75.061602263353393, 40.0873710294956 ], [ -75.061580619675595, 40.087353271903801 ], [ -75.061551383604098, 40.0873240944169 ], [ -75.0615263477697, 40.087301709911003 ], [ -75.061508538208997, 40.087277433739402 ], [ -75.061499343257594, 40.087261341398197 ], [ -75.061491119588894, 40.087243297590902 ], [ -75.061488125226603, 40.087228636971197 ], [ -75.061486258472101, 40.087208081976499 ], [ -75.061487332748399, 40.087180986627303 ], [ -75.061495420109907, 40.087134829773902 ], [ -75.061501170521197, 40.087102523145298 ], [ -75.061503690984196, 40.087084044052197 ], [ -75.061507051150201, 40.087044385774 ], [ -75.061512115873299, 40.087006827148798 ], [ -75.061524142611802, 40.0869514943141 ], [ -75.061531731157402, 40.086895371074199 ], [ -75.061543256749999, 40.086807584482202 ], [ -75.061553022359504, 40.0867416421436 ], [ -75.061553625068299, 40.086703893551302 ], [ -75.061549837193198, 40.086664154578997 ], [ -75.061545790995893, 40.086630931309699 ], [ -75.061538827608899, 40.086603647957702 ], [ -75.061533968926994, 40.086590917915402 ], [ -75.061520543273403, 40.086568804964898 ], [ -75.061499267025397, 40.086541786920598 ], [ -75.061453060644297, 40.0864897269363 ], [ -75.061394636994194, 40.086430171010001 ], [ -75.061353342660794, 40.086389468189601 ], [ -75.061315489215005, 40.086352193216101 ], [ -75.061262824260595, 40.0863052171253 ], [ -75.061185779137901, 40.086241879004298 ], [ -75.061123470876893, 40.086190127891001 ], [ -75.061052653686303, 40.086127535464399 ], [ -75.0610137238627, 40.086094870165802 ], [ -75.060968169719104, 40.086065427884201 ], [ -75.060896959675603, 40.086089867790399 ], [ -75.060811820645696, 40.086105189387602 ], [ -75.060755118818307, 40.086113962527797 ], [ -75.060674190942507, 40.086117841096701 ], [ -75.0605727898444, 40.086116911052301 ], [ -75.060497320752404, 40.086125244934202 ], [ -75.060396263838797, 40.086115666469297 ], [ -75.060328587280907, 40.086116967937897 ], [ -75.060283945252806, 40.086105823476998 ], [ -75.060217297905695, 40.0860811782048 ], [ -75.060198988114607, 40.086069207360403 ], [ -75.060169932402104, 40.086043999203703 ], [ -75.060130589434394, 40.085994021198601 ], [ -75.060109040416194, 40.085968988701303 ], [ -75.060090454235095, 40.0859166113068 ], [ -75.060102297190696, 40.085854846252801 ], [ -75.060115673430801, 40.085801773400803 ], [ -75.060140996294095, 40.085731666590199 ], [ -75.060155000238098, 40.085662738354799 ], [ -75.060162974869002, 40.085603767906903 ], [ -75.060158924035704, 40.085591470282303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28870, "tnode_": 28860, "lpoly_": null, "rpoly_": null, "length": 2439.4103467099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4001, "l_t_add": 4699, "r_f_add": 4000, "r_t_add": 4698, "st_code": 1285, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 960900, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2004-05-24T00:00:00Z", "newsegdate": "2004-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39014, "Shape__Length": 972.96494442048777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020206142710194, 40.043537335627398 ], [ -75.020191735803806, 40.043423125692399 ], [ -75.020183921700394, 40.043395303649298 ], [ -75.020153851527894, 40.043343351275098 ], [ -75.020134100502901, 40.043323570409903 ], [ -75.020103195557795, 40.043292368461401 ], [ -75.020079037322802, 40.043271109631704 ], [ -75.020060347819495, 40.043247149646099 ], [ -75.020045228311105, 40.043223273602997 ], [ -75.020030219169996, 40.043196654657898 ], [ -75.020023634724197, 40.043182679546 ], [ -75.020015207619807, 40.043147892160697 ], [ -75.019999519563001, 40.043049333748897 ], [ -75.019997615893701, 40.043007834443699 ], [ -75.019995491402895, 40.042971823638901 ], [ -75.019987893360195, 40.042894227780899 ], [ -75.019985708858599, 40.042815301774702 ], [ -75.019981346105396, 40.042746108582499 ], [ -75.019987527556793, 40.042681284732701 ], [ -75.019997002890705, 40.042623406130097 ], [ -75.020010824344396, 40.0425463193531 ], [ -75.020031001031398, 40.042444494604098 ], [ -75.020046886778005, 40.042360505225801 ], [ -75.020065839712402, 40.0422668906591 ], [ -75.020073861180194, 40.042200737325402 ], [ -75.020082946571407, 40.042152547534201 ], [ -75.020086787508305, 40.042101486675399 ], [ -75.020086668754502, 40.042060029791998 ], [ -75.020082759304898, 40.042023976564799 ], [ -75.020086044851197, 40.041986720226099 ], [ -75.0200871590948, 40.041959024766399 ], [ -75.020097749971796, 40.041917822415101 ], [ -75.020122844549704, 40.041871386317197 ], [ -75.020152735092097, 40.041838967516803 ], [ -75.020186198881504, 40.041806548931497 ], [ -75.020212970430507, 40.041785041686197 ], [ -75.020276838321607, 40.041796257616703 ], [ -75.020338199008904, 40.0418032086925 ], [ -75.020407587272402, 40.041810437004301 ], [ -75.020469057187398, 40.041814644181798 ], [ -75.020503081343193, 40.041812706284603 ], [ -75.020540789215005, 40.041808022987901 ], [ -75.020566054239595, 40.041801757294898 ], [ -75.020616419547494, 40.041771112523001 ], [ -75.0206353242543, 40.0417452995151 ], [ -75.020649708802196, 40.041698608819303 ], [ -75.020661634030603, 40.041624223348002 ], [ -75.020667980240503, 40.041555284656802 ], [ -75.020680914365101, 40.041500233721599 ], [ -75.020695740282093, 40.041442567815501 ], [ -75.0207109041406, 40.0413764994668 ], [ -75.020721660090899, 40.041331181355297 ], [ -75.020736654954007, 40.041269313322999 ], [ -75.020745629389296, 40.041223867278198 ], [ -75.020753987253499, 40.041171540523997 ], [ -75.020760167787401, 40.041106717527697 ], [ -75.020767302089297, 40.041062600969703 ], [ -75.020776773128901, 40.041004806916803 ], [ -75.020793776903005, 40.040937409066601 ], [ -75.020810446167403, 40.040878327235703 ], [ -75.020816632021294, 40.040857790440803 ], [ -75.020823211036202, 40.0408274784035 ], [ -75.020831906024199, 40.040788977372699 ], [ -75.020833571689593, 40.040747563798099 ], [ -75.020839365899107, 40.040692343200398 ], [ -75.020842095710293, 40.0406688922629 ], [ -75.020861944957602, 40.040619584967899 ], [ -75.020885474373301, 40.040567617787602 ], [ -75.020909230574503, 40.0405322219341 ], [ -75.020921550455199, 40.040492433814102 ], [ -75.020935489694295, 40.040456803803799 ], [ -75.020947644019003, 40.040421131382899 ], [ -75.020952754580406, 40.040405117571702 ], [ -75.020980736877604, 40.0403535147775 ], [ -75.021020506019198, 40.040297556983901 ], [ -75.021062059990101, 40.040241641583499 ], [ -75.021098730951394, 40.0401960813453 ], [ -75.021138544721197, 40.040139009066202 ], [ -75.021168737455596, 40.040099044544299 ], [ -75.021189629827404, 40.040068214739001 ], [ -75.021208599401604, 40.0400407713772 ], [ -75.021222445289297, 40.040007456639003 ], [ -75.021230426180907, 40.0399867047689 ], [ -75.021237976649203, 40.0399544424765 ], [ -75.021248673414107, 40.039910581732201 ], [ -75.021258991473701, 40.0398539241828 ], [ -75.021263954865802, 40.039797139420898 ], [ -75.021270423813505, 40.039747342985798 ], [ -75.0212753452047, 40.039713816221401 ], [ -75.021288346842994, 40.039679279409498 ], [ -75.0212999905403, 40.039656297033403 ], [ -75.021327222896502, 40.039623300306197 ], [ -75.021352391075396, 40.039597206193399 ], [ -75.021371174211396, 40.039574394320098 ], [ -75.021384599300902, 40.039551539856198 ], [ -75.021397321548505, 40.039523948955498 ], [ -75.0214050167138, 40.039488084961199 ], [ -75.021411389025303, 40.039440688443896 ], [ -75.021420442076106, 40.039393270009597 ], [ -75.021437478749405, 40.039347243243697 ], [ -75.021459212060705, 40.039295490997901 ], [ -75.021482402627299, 40.039251927936 ], [ -75.021510713360797, 40.039214321748801 ], [ -75.021533207454794, 40.039188078476997 ], [ -75.021560767044306, 40.039146935806102 ], [ -75.021580060268306, 40.039111432913003 ], [ -75.021599215532504, 40.039079360669497 ], [ -75.021615738328194, 40.039046109480303 ], [ -75.021629585020605, 40.039012793819097 ], [ -75.021641786969298, 40.038975921358897 ], [ -75.021656852379806, 40.038934481877597 ], [ -75.021665298433007, 40.038902154335403 ], [ -75.021670409152406, 40.038863912317602 ], [ -75.021671946747404, 40.038825670123202 ], [ -75.021669125125996, 40.0388069791438 ], [ -75.021660993779307, 40.0387870456264 ], [ -75.021623629286594, 40.038716553179299 ], [ -75.021583592201196, 40.038645911630397 ], [ -75.021535895712503, 40.038565818936704 ], [ -75.0215071391724, 40.038525655982099 ], [ -75.021478427477405, 40.038484378575497 ], [ -75.021457051209495, 40.038460611767 ], [ -75.021440701954305, 40.038445118045502 ], [ -75.021415756017205, 40.038421266426802 ], [ -75.021381317518205, 40.038389122123199 ], [ -75.021331001645393, 40.038351965568602 ], [ -75.021288531457103, 40.038319629523698 ], [ -75.021258937300999, 40.0383003024779 ], [ -75.021221497577002, 40.038276153988399 ], [ -75.021176963324606, 40.038250721421399 ], [ -75.021132615286504, 40.0382206591215 ], [ -75.021096254291606, 40.038191901178301 ], [ -75.021035649177506, 40.038144029732301 ], [ -75.020969921851702, 40.038090285996901 ], [ -75.020904198069204, 40.038036456704901 ], [ -75.020842092358905, 40.037981511333001 ], [ -75.0207757557272, 40.037920714838997 ], [ -75.020695419890004, 40.037852633983199 ], [ -75.020667042717804, 40.037825267623901 ], [ -75.020621562158695, 40.0377789573607 ], [ -75.020531325886694, 40.0376923063885 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29172, "tnode_": 1149, "lpoly_": null, "rpoly_": null, "length": 272.54567558999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8812, "l_t_add": 8898, "r_f_add": 8809, "r_t_add": 8899, "st_code": 79980, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960937, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-12-17T00:00:00Z", "newsegdate": "2006-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 39015, "Shape__Length": 108.70165424610168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052102582150695, 40.093519467929497 ], [ -75.051488512799096, 40.094100276474101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1285, "tnode_": 1339, "lpoly_": null, "rpoly_": null, "length": 985.40391842999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERWYN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 17300, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 960938, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-05-24T00:00:00Z", "newsegdate": "2007-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "BERWYN ST", "stname": "BERWYN ST", "objectid": 39016, "Shape__Length": 392.85230370385614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031772948603802, 40.090527481168301 ], [ -75.032114992914302, 40.089954832621501 ], [ -75.032133701588506, 40.089862953255398 ], [ -75.032079691036401, 40.089747941838098 ], [ -75.030140401262102, 40.088634352864503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28867, "tnode_": 28866, "lpoly_": null, "rpoly_": null, "length": 4937.0435027599997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 1285, "l_hundred": 900, "r_hundred": 900, "seg_id": 960896, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2004-05-24T00:00:00Z", "newsegdate": "2004-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39017, "Shape__Length": 1968.4603690589129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060158924035704, 40.085591470282303 ], [ -75.0601497129839, 40.085589401274703 ], [ -75.060125967800005, 40.0855795765438 ], [ -75.060107526538502, 40.085571249125103 ], [ -75.060090267438397, 40.085555654525599 ], [ -75.060072091508204, 40.085540638561099 ], [ -75.060056934849698, 40.085517111721501 ], [ -75.060035999650296, 40.085481518930301 ], [ -75.060006501244303, 40.085436457594099 ], [ -75.059945531390198, 40.085351008381302 ], [ -75.059893783199598, 40.085280965650099 ], [ -75.059861738490596, 40.085232497300701 ], [ -75.059839777723894, 40.085200228741201 ], [ -75.059810910704797, 40.085161790375999 ], [ -75.0597853506072, 40.085130123253698 ], [ -75.059767593238107, 40.085104561313202 ], [ -75.059753278833497, 40.085082340831498 ], [ -75.059741667406598, 40.085059582619003 ], [ -75.059732707884706, 40.085037573972599 ], [ -75.059725063266896, 40.085004952981201 ], [ -75.059713950116901, 40.084947104490702 ], [ -75.059706909202802, 40.0848767358112 ], [ -75.059703990000997, 40.084815130740601 ], [ -75.059698969948201, 40.084738886804601 ], [ -75.059695213876296, 40.084698376288799 ], [ -75.059691245150901, 40.084640695021797 ], [ -75.059681523571001, 40.084592834723097 ], [ -75.059665760428601, 40.084539512347398 ], [ -75.059636026213099, 40.084477880600602 ], [ -75.059623705568796, 40.084450471705701 ], [ -75.059614013019996, 40.084424411917702 ], [ -75.059607892675999, 40.0843984348449 ], [ -75.059600219202807, 40.084344014227099 ], [ -75.059593125809997, 40.084297503028502 ], [ -75.059591783614295, 40.084263742859903 ], [ -75.059584480999106, 40.084199975389303 ], [ -75.059580381445798, 40.084168124861598 ], [ -75.059576883952701, 40.0840760392703 ], [ -75.059574097585198, 40.0840110899236 ], [ -75.059571676825698, 40.083914395469897 ], [ -75.059569968912797, 40.083867323736598 ], [ -75.059582233164093, 40.083828560507797 ], [ -75.059606367014396, 40.083760980435599 ], [ -75.059647441045897, 40.0836494259174 ], [ -75.059690171718302, 40.083541171940901 ], [ -75.059708083182699, 40.0834952451399 ], [ -75.059728673027607, 40.0834268963971 ], [ -75.059737917864297, 40.083396644915602 ], [ -75.059743718044402, 40.0833405654949 ], [ -75.059743745045196, 40.083294821964699 ], [ -75.059740063915598, 40.083252423711997 ], [ -75.059733417944003, 40.083217166208598 ], [ -75.059722960612902, 40.083187826746901 ], [ -75.059706362146997, 40.083155597156797 ], [ -75.0596794113671, 40.08311394271 ], [ -75.059648783101693, 40.083074862053898 ], [ -75.059617238027897, 40.083036360923799 ], [ -75.059578650886294, 40.082995119758401 ], [ -75.059538070208703, 40.082959067875201 ], [ -75.059499013678206, 40.0829296599073 ], [ -75.059445798144196, 40.082896658691702 ], [ -75.059408998899997, 40.082877945756699 ], [ -75.059360512158406, 40.082860933386598 ], [ -75.059317148822004, 40.082849962595802 ], [ -75.059267401666702, 40.082842189711499 ], [ -75.059168225426504, 40.082841155420297 ], [ -75.0590563075868, 40.082845829980698 ], [ -75.059018511551201, 40.082852239900703 ], [ -75.058986046407696, 40.082859461219499 ], [ -75.058925873808903, 40.082866634780501 ], [ -75.058868536764095, 40.082869927232302 ], [ -75.058776215419002, 40.082876347957402 ], [ -75.0586801892522, 40.082886029232299 ], [ -75.058566933643604, 40.082901915215402 ], [ -75.058514953537895, 40.082905332035899 ], [ -75.058472876070596, 40.0829070074494 ], [ -75.058419478640502, 40.082901121999797 ], [ -75.058339423317506, 40.082891265742703 ], [ -75.058311923458305, 40.082885987644097 ], [ -75.058265144773003, 40.082870988093397 ], [ -75.058214241326993, 40.0828473103793 ], [ -75.0581582691336, 40.082816218175999 ], [ -75.058064213724194, 40.082776252529598 ], [ -75.058017513464904, 40.082759280524897 ], [ -75.057977457991399, 40.082732509406497 ], [ -75.057912003198595, 40.0826926125292 ], [ -75.057839877475601, 40.082640630435101 ], [ -75.057788107430596, 40.082593759179296 ], [ -75.057763838262403, 40.082574652613999 ], [ -75.057710413950204, 40.082501908740703 ], [ -75.057678870242896, 40.082463407077398 ], [ -75.057633088302296, 40.082400798723 ], [ -75.057617909388298, 40.082377871094799 ], [ -75.057597971560696, 40.082339726881798 ], [ -75.057595949540399, 40.082323115623197 ], [ -75.057594267985294, 40.0822979289958 ], [ -75.057597971700602, 40.082272182829101 ], [ -75.057604327213397, 40.082247185378598 ], [ -75.057639417998899, 40.0821963406474 ], [ -75.057696332425706, 40.082136137996898 ], [ -75.057751355233506, 40.082078550891502 ], [ -75.057792172645094, 40.082041057675099 ], [ -75.057838371898299, 40.0820030895133 ], [ -75.057904584890906, 40.081956321087603 ], [ -75.057918374854395, 40.081946688461201 ], [ -75.057994830689907, 40.081912089727403 ], [ -75.058052010292499, 40.081890256866799 ], [ -75.058140811540696, 40.081859894667403 ], [ -75.058228586959302, 40.081832855753298 ], [ -75.058272002591494, 40.081819969461797 ], [ -75.058351768081195, 40.081792056265598 ], [ -75.058386990082099, 40.081782925512599 ], [ -75.058448633340106, 40.081761196094703 ], [ -75.058531969289305, 40.081710880847197 ], [ -75.058568870335293, 40.081681963695999 ], [ -75.058630618664097, 40.081635090317903 ], [ -75.058705917295597, 40.081584586738799 ], [ -75.058782163261398, 40.081532732105103 ], [ -75.058844646632295, 40.081489823302 ], [ -75.058866629886595, 40.081476434943902 ], [ -75.058882151177301, 40.081468215936901 ], [ -75.058914904911404, 40.081453705669503 ], [ -75.058976938960996, 40.081422115998997 ], [ -75.059028758693898, 40.081400156270497 ], [ -75.059084150359297, 40.0813782810513 ], [ -75.059131243019493, 40.081362819755597 ], [ -75.059164678692099, 40.0813536469486 ], [ -75.059226373524396, 40.081330630744397 ], [ -75.059249722558206, 40.081305344475901 ], [ -75.059263981709094, 40.081283878463402 ], [ -75.059277507724005, 40.081258362214598 ], [ -75.059281368889401, 40.081251157762999 ], [ -75.059284624591896, 40.081214157847398 ], [ -75.059290479393397, 40.081156706526102 ], [ -75.059303583632996, 40.081096764143801 ], [ -75.059308387146999, 40.081065808622199 ], [ -75.059319258042194, 40.080994570732003 ], [ -75.059328842932302, 40.080955744804399 ], [ -75.059336012423401, 40.080932740516602 ], [ -75.059352455481601, 40.080901284394699 ], [ -75.059369236988701, 40.080883825795098 ], [ -75.059417482496102, 40.080839296687401 ], [ -75.059440514924006, 40.080821984415898 ], [ -75.059521275469706, 40.080768947419998 ], [ -75.059564480954606, 40.0807388043646 ], [ -75.059626175531704, 40.080693216817998 ], [ -75.059634681898402, 40.080681571726601 ], [ -75.059668064375202, 40.080651198689203 ], [ -75.059700604827597, 40.080619519242497 ], [ -75.059724031683501, 40.080592260522103 ], [ -75.059747509551499, 40.080563715400402 ], [ -75.059770623436293, 40.080544345188301 ], [ -75.059787248299898, 40.080530830336201 ], [ -75.059825801484806, 40.080505298855499 ], [ -75.059876963070906, 40.080477402605098 ], [ -75.059940863421801, 40.080443795442001 ], [ -75.059975402375699, 40.080429327574699 ], [ -75.060102648415807, 40.080376090626203 ], [ -75.060173325156995, 40.080351910970499 ], [ -75.060211459778202, 40.080336926192402 ], [ -75.0602830565972, 40.080312082310598 ], [ -75.060359454973295, 40.0802788539172 ], [ -75.060412482619995, 40.080248940422202 ], [ -75.0605142542355, 40.080184464652497 ], [ -75.060615080486997, 40.080121254265698 ], [ -75.060696837680595, 40.080065579024499 ], [ -75.060772000452502, 40.080018417459101 ], [ -75.060859009877603, 40.079965525785802 ], [ -75.060919599084102, 40.0799252332761 ], [ -75.060985311560401, 40.079890981360698 ], [ -75.061014488731203, 40.0798764733402 ], [ -75.061042593899799, 40.079866488696197 ], [ -75.061130498143697, 40.079836104191102 ], [ -75.061203771307206, 40.079814044453201 ], [ -75.061253541339497, 40.079798644961599 ], [ -75.061295932952603, 40.079788994487899 ], [ -75.061356442511098, 40.079773245204002 ], [ -75.061416035257395, 40.079758075436899 ], [ -75.061451150438799, 40.079751601158101 ], [ -75.061501548191998, 40.079742910994497 ], [ -75.061546462330398, 40.079737266907898 ], [ -75.061596676527401, 40.079733206472604 ], [ -75.061648654083001, 40.079729787357898 ], [ -75.061688155903994, 40.0797253907038 ], [ -75.061731436998897, 40.0797158464771 ], [ -75.061758882358603, 40.079699924575202 ], [ -75.061808649712205, 40.079662038361903 ], [ -75.061868868530198, 40.079608519310902 ], [ -75.061927199356205, 40.079557530350897 ], [ -75.061955955623702, 40.079531082448803 ], [ -75.061976362406895, 40.079512335093199 ], [ -75.062001781222705, 40.079479887468402 ], [ -75.062042092584207, 40.079432510971102 ], [ -75.062055199196394, 40.079417540332102 ], [ -75.062132932072601, 40.079328041261903 ], [ -75.062168832756598, 40.0792791883799 ], [ -75.062179413306495, 40.079260296781399 ], [ -75.062203599916899, 40.079213830709598 ], [ -75.062233563495397, 40.079156943121703 ], [ -75.0622692778378, 40.0790902352975 ], [ -75.062285637532696, 40.079060836628699 ], [ -75.062324135321006, 40.079014104223397 ], [ -75.062355753628793, 40.078983088197603 ], [ -75.062392047416793, 40.078946860844901 ], [ -75.062423876320906, 40.078910529069802 ], [ -75.062453209757805, 40.078869504868202 ], [ -75.062475976419705, 40.0788363076325 ], [ -75.062492519433405, 40.078802279162097 ], [ -75.062498770898202, 40.078779853331199 ], [ -75.062503915315204, 40.078762808769099 ], [ -75.062502601698299, 40.0787508482466 ], [ -75.062501733180198, 40.078727655823897 ], [ -75.0624999989153, 40.078703755660399 ], [ -75.062499680185596, 40.078689244124 ], [ -75.062482762775403, 40.078642503389503 ], [ -75.062470601752494, 40.078611064556902 ], [ -75.062452712584403, 40.078588846394901 ], [ -75.062411345398104, 40.078550116318702 ], [ -75.062404595853593, 40.0785400028577 ], [ -75.062373234068303, 40.078519444704 ], [ -75.062329581547999, 40.078493276650697 ], [ -75.062272667116304, 40.078463451956999 ], [ -75.062234293071796, 40.078439382396802 ], [ -75.062197679000604, 40.078416039677599 ], [ -75.062176903764097, 40.078398989931102 ], [ -75.062156363048999, 40.078376023111602 ], [ -75.062131357504001, 40.078352952766302 ], [ -75.062104223648205, 40.0783159286472 ], [ -75.062083842716902, 40.078288931582001 ], [ -75.062061384399001, 40.0782466961466 ], [ -75.062036247265894, 40.078204397150998 ], [ -75.062019224934005, 40.078160314662 ], [ -75.061992692780294, 40.078108113004298 ], [ -75.061966978803596, 40.078057819962801 ], [ -75.061945359250601, 40.078016976407199 ], [ -75.0619295757743, 40.0779867403701 ], [ -75.061922060023505, 40.077950861656902 ], [ -75.0619159121553, 40.077925571555603 ], [ -75.061907898589695, 40.077857153550497 ], [ -75.061904213866399, 40.077792269769297 ], [ -75.061897222446902, 40.077720613895103 ], [ -75.061899349105303, 40.077689509179997 ], [ -75.061905020346899, 40.0776591748687 ], [ -75.061919515774207, 40.077631706833401 ], [ -75.061939498062799, 40.077601105358099 ], [ -75.061959116681805, 40.077579678802302 ], [ -75.0619821983409, 40.077561079620601 ], [ -75.062029183177799, 40.077525703445403 ], [ -75.062075981045993, 40.077495043442298 ], [ -75.062182552977106, 40.077444581681704 ], [ -75.062286575012905, 40.077390799318103 ], [ -75.062371248093697, 40.077351669448902 ], [ -75.062448616610794, 40.0773164026673 ], [ -75.062500377682696, 40.0772958141864 ], [ -75.062586570204402, 40.077263414443202 ], [ -75.062621999957699, 40.077248965758798 ], [ -75.062661154368399, 40.0772307422911 ], [ -75.062698526253101, 40.077212391530097 ], [ -75.062746138432999, 40.077183723590501 ], [ -75.062792857626505, 40.077155034751797 ], [ -75.062843726101505, 40.077111853232203 ], [ -75.062876314342503, 40.077078886481701 ], [ -75.062945179202501, 40.077010120716999 ], [ -75.063009792586598, 40.076913276338303 ], [ -75.063055768518595, 40.076858221735101 ], [ -75.063064644054606, 40.076837231320901 ], [ -75.0630880139353, 40.076811342926703 ], [ -75.063141129838201, 40.076756541725203 ], [ -75.063180226515001, 40.0767172044131 ], [ -75.063267889266797, 40.076625103943798 ], [ -75.063313779848102, 40.076572193533799 ], [ -75.063382496512503, 40.076507114732898 ], [ -75.063451294598806, 40.076439977113097 ], [ -75.063527407015201, 40.076368719673901 ], [ -75.063577259226506, 40.0763286037702 ], [ -75.063593485220096, 40.076302549186401 ], [ -75.063620470561901, 40.076275630616998 ], [ -75.063683367169702, 40.076222086803298 ], [ -75.063739802562097, 40.076173713485304 ], [ -75.063765854107402, 40.076147802948498 ], [ -75.063847947162998, 40.076060893436903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28864, "tnode_": 6332, "lpoly_": null, "rpoly_": null, "length": 5992.5549441200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3201, "l_t_add": 3999, "r_f_add": 3200, "r_t_add": 3998, "st_code": 1285, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 960899, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2004-05-24T00:00:00Z", "newsegdate": "2004-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39018, "Shape__Length": 2387.9583300672489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026662093021201, 40.0491020860769 ], [ -75.026620874405197, 40.049127371060699 ], [ -75.026544456713495, 40.049161520497599 ], [ -75.026457043621704, 40.049180218306702 ], [ -75.0263768858037, 40.049196255150598 ], [ -75.026288636336105, 40.049213558894202 ], [ -75.026043141955498, 40.049275454945104 ], [ -75.025917243541997, 40.049318128725602 ], [ -75.025785768045097, 40.049366162949198 ], [ -75.025676104248106, 40.049405016240797 ], [ -75.0253622238464, 40.049523478319898 ], [ -75.0251556654583, 40.049594620855899 ], [ -75.025042375578295, 40.049634759857199 ], [ -75.024919601866301, 40.0496885788694 ], [ -75.024803972019598, 40.049742480726998 ], [ -75.024698489779297, 40.049788383957498 ], [ -75.024577945017001, 40.049831183320997 ], [ -75.024451824201506, 40.0498793431019 ], [ -75.024342048582199, 40.049920938922803 ], [ -75.024223398746599, 40.049961036466797 ], [ -75.024010141624004, 40.050020946778702 ], [ -75.023759903965797, 40.050111819714203 ], [ -75.0236279821045, 40.050170912224502 ], [ -75.023512963858195, 40.050231779890701 ], [ -75.023359401457498, 40.050317993881997 ], [ -75.023262565172303, 40.0503710536019 ], [ -75.023134657256094, 40.0504191695629 ], [ -75.023003123685996, 40.0504685725288 ], [ -75.022889440417202, 40.0505183991039 ], [ -75.022801581133606, 40.050548154884801 ], [ -75.022611587728903, 40.050629384305303 ], [ -75.022447761308996, 40.050726425622898 ], [ -75.022348969905707, 40.050761414346802 ], [ -75.022182009689601, 40.050803023576499 ], [ -75.022033570684997, 40.050850650828501 ], [ -75.021856132996206, 40.0509750900233 ], [ -75.021724879714696, 40.051039689145 ], [ -75.021655274840995, 40.051148666011102 ], [ -75.0215741194543, 40.051233851827703 ], [ -75.021500374629298, 40.051268061504899 ], [ -75.021382116771605, 40.051320524414301 ], [ -75.021287059861905, 40.051351481327799 ], [ -75.021086678407897, 40.051402078833 ], [ -75.020934443448297, 40.051432964809898 ], [ -75.020825049506101, 40.051464953067899 ], [ -75.020673374936194, 40.051526320362697 ], [ -75.020453084579103, 40.051627595897301 ], [ -75.020265155013107, 40.051746205013799 ], [ -75.020161289824799, 40.051818405760898 ], [ -75.020120904535403, 40.051845081519502 ], [ -75.020077169587594, 40.0518661857217 ], [ -75.019935085395801, 40.051911214939302 ], [ -75.019805775742, 40.051949595924299 ], [ -75.019766948784195, 40.051959744460902 ], [ -75.019738164708599, 40.0519645532206 ], [ -75.019693255153797, 40.051970437537697 ], [ -75.019617273620796, 40.051971378109698 ], [ -75.019526900037903, 40.0519747229839 ], [ -75.019366679198001, 40.051981986923302 ], [ -75.019197362071395, 40.0519932387475 ], [ -75.019117865322301, 40.051992722218202 ], [ -75.019064423126594, 40.051988619772899 ], [ -75.018997809373602, 40.051978796933298 ], [ -75.018932536968094, 40.051957848146301 ], [ -75.018817218196304, 40.051915026638099 ], [ -75.018707423202798, 40.051868129301603 ], [ -75.018495249457104, 40.051767731982501 ], [ -75.018347182924202, 40.051695036177499 ], [ -75.018211443928905, 40.051626837655398 ], [ -75.018081394470499, 40.051550450295103 ], [ -75.017965572775296, 40.051475773455401 ], [ -75.017896053977694, 40.0514271732252 ], [ -75.017852147683598, 40.051385962554001 ], [ -75.017814541394202, 40.051343614087401 ], [ -75.017792836061403, 40.051305763424899 ], [ -75.017777207976394, 40.051250119934402 ], [ -75.017771458794101, 40.051215396085901 ], [ -75.017767377481704, 40.051139256928401 ], [ -75.0177780782778, 40.051051024831096 ], [ -75.017783596132006, 40.051002750327299 ], [ -75.017801889920307, 40.050947827116303 ], [ -75.0178371928437, 40.050869879125102 ], [ -75.017872440475998, 40.0507933021211 ], [ -75.017907914187901, 40.050733295534897 ], [ -75.017929888627904, 40.050675713417696 ], [ -75.017944162996898, 40.050631852397501 ], [ -75.017956648611005, 40.050543663636802 ], [ -75.017956696821301, 40.050453718470798 ], [ -75.017960964185207, 40.050214623298302 ], [ -75.017966754518696, 40.050115203106202 ], [ -75.017978573679599, 40.050043561742299 ], [ -75.0179948504462, 40.049949969389999 ], [ -75.0180239028454, 40.049849729203203 ], [ -75.018069856991104, 40.049729120673902 ], [ -75.018099974548903, 40.0496689866645 ], [ -75.018126074605206, 40.049597684907198 ], [ -75.018158251574405, 40.049508590298103 ], [ -75.018191602489097, 40.049434715436199 ], [ -75.018217593753604, 40.049388300097696 ], [ -75.018269966501904, 40.049330154097902 ], [ -75.018331659521806, 40.0492624460204 ], [ -75.018399039969196, 40.049208776477101 ], [ -75.018507982260402, 40.049143564147698 ], [ -75.018570067731304, 40.0491104523893 ], [ -75.018613797892897, 40.049089435176498 ], [ -75.0186835815135, 40.0490648312717 ], [ -75.018734124189095, 40.049052129664098 ], [ -75.018797827493501, 40.049045404985002 ], [ -75.018837379851803, 40.049039392792103 ], [ -75.018873694435698, 40.049025065237203 ], [ -75.019152703250199, 40.048818763930598 ], [ -75.019207481946296, 40.048789598678297 ], [ -75.019295337087101, 40.0487599311612 ], [ -75.019444890291595, 40.048706755540898 ], [ -75.019514171751595, 40.048672441128403 ], [ -75.019589755082094, 40.048636903251598 ], [ -75.019635604467595, 40.048607610263602 ], [ -75.019679110796105, 40.048569937598998 ], [ -75.019703928641903, 40.048530446624397 ], [ -75.019723725808305, 40.048482511445201 ], [ -75.019728465733607, 40.048453528953999 ], [ -75.019739113048303, 40.048410954749798 ], [ -75.019737154181499, 40.0483708273511 ], [ -75.0197205622799, 40.048205904399097 ], [ -75.019717767166597, 40.048142155723198 ], [ -75.019717190723597, 40.048023272707603 ], [ -75.019725535035604, 40.047860316540998 ], [ -75.019725467009593, 40.047773201579901 ], [ -75.019714344400398, 40.047605576587202 ], [ -75.019693679920806, 40.047430858738899 ], [ -75.019674413046204, 40.047288015675299 ], [ -75.019661854193998, 40.047244889901997 ], [ -75.019648908906106, 40.047211367424303 ], [ -75.019635794530501, 40.047182047062797 ], [ -75.019623014890996, 40.047144408883298 ], [ -75.019624905758803, 40.047097421322199 ], [ -75.0196229975829, 40.0470116358279 ], [ -75.019623213791505, 40.046961862037797 ], [ -75.019610152394307, 40.046909026227397 ], [ -75.019589108855797, 40.046810340489401 ], [ -75.019580068510606, 40.046768585946701 ], [ -75.019580950691704, 40.046702263842199 ], [ -75.019597398118194, 40.0466487562217 ], [ -75.019633703165596, 40.046567998658098 ], [ -75.019659465737305, 40.046505013457697 ], [ -75.019683332755505, 40.046444730522303 ], [ -75.019703015475599, 40.0463996246596 ], [ -75.019707976086295, 40.046365154567397 ], [ -75.019695696853404, 40.046315083778502 ], [ -75.019680466341697, 40.046293952390698 ], [ -75.019622999560099, 40.046234568260601 ], [ -75.019578758608702, 40.046179531607898 ], [ -75.019552643051398, 40.046118060618298 ], [ -75.019546329891199, 40.046052939789199 ], [ -75.019528021711807, 40.045975090229099 ], [ -75.019535657681701, 40.045918540242802 ], [ -75.019538490562297, 40.045848144867598 ], [ -75.019552147569001, 40.045775173857201 ], [ -75.0195814753599, 40.0456679882383 ], [ -75.019621785881398, 40.0455099106224 ], [ -75.019665945742304, 40.045389345417497 ], [ -75.019672746531995, 40.045353545853999 ], [ -75.019686740280093, 40.045294401456403 ], [ -75.019691366147299, 40.045268248280301 ], [ -75.0196978908874, 40.045239308213901 ], [ -75.019703182643795, 40.045196606721198 ], [ -75.019713329146398, 40.045166466029201 ], [ -75.019727439033204, 40.0451266349557 ], [ -75.019741266002001, 40.045093834416697 ], [ -75.019762346889095, 40.045058374266802 ], [ -75.019781421922502, 40.045028359285297 ], [ -75.019891458832305, 40.044891335918997 ], [ -75.019921740619694, 40.044849229265999 ], [ -75.019958383831494, 40.044804439970598 ], [ -75.019981025256797, 40.044774596222901 ], [ -75.019994800273906, 40.044743082034003 ], [ -75.020005336443305, 40.044703251596999 ], [ -75.020001206128001, 40.044672685071497 ], [ -75.019996792907193, 40.044649149983002 ], [ -75.019986862506201, 40.044629517804601 ], [ -75.019900887169101, 40.044523796028201 ], [ -75.019878737772302, 40.044497007364498 ], [ -75.019865516897497, 40.044470344406101 ], [ -75.019847437829, 40.0444312070696 ], [ -75.019832312293303, 40.044385273869999 ], [ -75.019823047874397, 40.044349092459498 ], [ -75.019817569525301, 40.044263222103901 ], [ -75.019813431097901, 40.044188455792003 ], [ -75.019802987640006, 40.044092769337503 ], [ -75.019786575128606, 40.044012217537599 ], [ -75.019752977350805, 40.043870321428201 ], [ -75.019731823028195, 40.043796608568996 ], [ -75.019713239228494, 40.043725618529002 ], [ -75.019704195776598, 40.043683949508299 ], [ -75.019700681010704, 40.043682492752097 ], [ -75.019525943076303, 40.043629986623003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28866, "tnode_": 28865, "lpoly_": null, "rpoly_": null, "length": 10478.65662591, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 1001, "l_t_add": 2299, "r_f_add": 1000, "r_t_add": 2298, "st_code": 1285, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 960897, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2004-05-24T00:00:00Z", "newsegdate": "2004-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39019, "Shape__Length": 4175.2668684467635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063847947162998, 40.076060893436903 ], [ -75.063888941180295, 40.075996196261599 ], [ -75.063929680449306, 40.075937929264299 ], [ -75.063967825748307, 40.075877456244001 ], [ -75.064037339107003, 40.075792226770297 ], [ -75.064108760391704, 40.075703952175303 ], [ -75.064175130596098, 40.075630406865599 ], [ -75.064200455251495, 40.075600273184698 ], [ -75.064203802952505, 40.0755834442663 ], [ -75.064208169240899, 40.075563462978899 ], [ -75.064207096445401, 40.075545415259597 ], [ -75.064196938472904, 40.075485958658902 ], [ -75.064196588843899, 40.0754722186037 ], [ -75.064197386817696, 40.075452068323003 ], [ -75.064198055740704, 40.075435176799097 ], [ -75.064210865888597, 40.075382522830097 ], [ -75.064228262904194, 40.075326885483101 ], [ -75.064249275675294, 40.075270218046697 ], [ -75.064257841775898, 40.075234457643901 ], [ -75.064264414909502, 40.075203885719603 ], [ -75.064262181035403, 40.075170019199199 ], [ -75.0642584975229, 40.075127621070301 ], [ -75.064242774900507, 40.075073270379697 ], [ -75.064216238940801, 40.074998583638198 ], [ -75.064202315674606, 40.074966503706001 ], [ -75.064200224381295, 40.0749516065545 ], [ -75.064191448126806, 40.074924967566197 ], [ -75.0641888408027, 40.074900532534897 ], [ -75.064185337177307, 40.074876162154801 ], [ -75.064178642160002, 40.074842105769598 ], [ -75.064168416269993, 40.074806936069997 ], [ -75.064152020308001, 40.074769562382698 ], [ -75.064077661442099, 40.074638658257399 ], [ -75.064047957934903, 40.074598828143301 ], [ -75.064006938623507, 40.074551353100503 ], [ -75.063982775860296, 40.074529589521198 ], [ -75.063940962020695, 40.074502178315001 ], [ -75.063867465266398, 40.074462354434203 ], [ -75.063778147538798, 40.074415809243703 ], [ -75.063690405171997, 40.074374622362797 ], [ -75.063616531707794, 40.074344316231098 ], [ -75.0635599719363, 40.074328145777898 ], [ -75.063491846270097, 40.074310675925503 ], [ -75.063442094699695, 40.074303162303401 ], [ -75.063375000883994, 40.074304769048197 ], [ -75.063306718637804, 40.074313814909701 ], [ -75.063226665513199, 40.074326705098699 ], [ -75.063158050351504, 40.0743441534214 ], [ -75.063072174296394, 40.074368665969097 ], [ -75.062935417619201, 40.074414130986099 ], [ -75.062907319583601, 40.074424029703501 ], [ -75.062874838486096, 40.0744317670435 ], [ -75.062813114993702, 40.074455727761197 ], [ -75.062739491423798, 40.074486791519298 ], [ -75.062666550071697, 40.0745231918428 ], [ -75.062568440636795, 40.074563208726303 ], [ -75.062496643435196, 40.074593285152297 ], [ -75.062452054906004, 40.074613354732001 ], [ -75.062393260087404, 40.074631033172103 ], [ -75.062318394013303, 40.074648334816203 ], [ -75.0622372774735, 40.074665491126297 ], [ -75.062092861798305, 40.074701249309598 ], [ -75.061995502792101, 40.074722316314798 ], [ -75.061912433739394, 40.074743631897398 ], [ -75.061795473503395, 40.074763124750298 ], [ -75.061744240915601, 40.0747704231405 ], [ -75.061623112889905, 40.074782351381103 ], [ -75.0614940709537, 40.074791004675198 ], [ -75.061432419064104, 40.074790592226599 ], [ -75.061397595399001, 40.0747897775152 ], [ -75.061178412099594, 40.074795205126797 ], [ -75.061049536650799, 40.0747996566502 ], [ -75.060979722748399, 40.074802228256203 ], [ -75.060937670748004, 40.074803390553797 ], [ -75.060808547088101, 40.0748141009541 ], [ -75.060723553613002, 40.074816317192898 ], [ -75.060621800978893, 40.074812906106203 ], [ -75.060522646665305, 40.074811615523402 ], [ -75.060433785689398, 40.074821207983703 ], [ -75.060330304826905, 40.074838868541903 ], [ -75.060264533729097, 40.074852177462098 ], [ -75.060167136522395, 40.074874186336501 ], [ -75.060025856009105, 40.0748984288212 ], [ -75.059935683607506, 40.074918546830702 ], [ -75.059778932002104, 40.074949808214598 ], [ -75.059694843220399, 40.074974273623901 ], [ -75.059615048911098, 40.075003130280898 ], [ -75.059502987028907, 40.075034322023399 ], [ -75.059432583187501, 40.075051726284499 ], [ -75.059359920110197, 40.075058521879498 ], [ -75.059314855817803, 40.075068023403396 ], [ -75.0592780353075, 40.075072481963097 ], [ -75.059222507702501, 40.075075387907397 ], [ -75.059193471682207, 40.075086380166802 ], [ -75.059099361300497, 40.0751381599135 ], [ -75.058975114191497, 40.075206141984303 ], [ -75.0589367746541, 40.075226356562403 ], [ -75.058900384207007, 40.075242498098397 ], [ -75.058840528291299, 40.075264355079497 ], [ -75.058796145777805, 40.075279193035001 ], [ -75.058726773140407, 40.075315674498299 ], [ -75.058615448161206, 40.075373316581903 ], [ -75.058593985444503, 40.075396158181803 ], [ -75.058585319662498, 40.075411832528097 ], [ -75.058468328692101, 40.075612239254703 ], [ -75.058448622437894, 40.075658380617497 ], [ -75.058430620338598, 40.075706621677099 ], [ -75.058422051106803, 40.075742381644702 ], [ -75.058410762286996, 40.075779106908101 ], [ -75.058386854662601, 40.075841028059202 ], [ -75.058359545485104, 40.0758985769627 ], [ -75.058338053216204, 40.075944676478102 ], [ -75.058324211397505, 40.075978167560599 ], [ -75.058271322858999, 40.076072193488798 ], [ -75.058231552085005, 40.076128421493898 ], [ -75.058184905699505, 40.076200280138302 ], [ -75.058163413252203, 40.0762463787201 ], [ -75.058145870210694, 40.076283044869299 ], [ -75.058132847593001, 40.076340928363301 ], [ -75.058127975775193, 40.076373599639602 ], [ -75.058126801641095, 40.076403181347501 ], [ -75.058129755244707, 40.076441356586997 ], [ -75.058127992309693, 40.076485772808901 ], [ -75.058120453171398, 40.076540609463997 ], [ -75.058108656930102, 40.076590111336301 ], [ -75.058087179120506, 40.0766583543096 ], [ -75.058079028213299, 40.076683567422499 ], [ -75.058065730696896, 40.076703338415399 ], [ -75.058004878391202, 40.0767728044531 ], [ -75.057899264407695, 40.076866625955702 ], [ -75.057821624070996, 40.076953721324202 ], [ -75.057783135740806, 40.077022680352997 ], [ -75.057744954781299, 40.077106409279097 ], [ -75.057730731201403, 40.077149503696198 ], [ -75.057708096689396, 40.077201841311201 ], [ -75.057686006768606, 40.077240459766898 ], [ -75.0576659103465, 40.077273889854098 ], [ -75.0576268543944, 40.077312110833098 ], [ -75.057552857630697, 40.077374917249998 ], [ -75.057453270433896, 40.077451971476201 ], [ -75.057422239526304, 40.077468152547297 ], [ -75.057391375441398, 40.077480131444197 ], [ -75.057355320456594, 40.077487783538103 ], [ -75.057312373816501, 40.077488922687401 ], [ -75.057252464544305, 40.077489578777403 ], [ -75.057138333927796, 40.077482699392696 ], [ -75.057067957846698, 40.077476844268801 ], [ -75.056979165739506, 40.077462061612202 ], [ -75.056858187853095, 40.077447554539702 ], [ -75.056749878129494, 40.077429139043801 ], [ -75.056655255544598, 40.0774036628587 ], [ -75.056593672072296, 40.077378960917301 ], [ -75.056538172382005, 40.077358607602903 ], [ -75.056481012860203, 40.077335039176802 ], [ -75.056426016119104, 40.077301994667899 ], [ -75.056343117206595, 40.077251389845898 ], [ -75.056239084090905, 40.077192821728303 ], [ -75.056214667437303, 40.0771774875952 ], [ -75.056156867250905, 40.077147553421497 ], [ -75.056090055974195, 40.077119466877001 ], [ -75.056039314296399, 40.077091843486699 ], [ -75.055985167776498, 40.0770599350815 ], [ -75.055835164362904, 40.076988616811398 ], [ -75.055712724814896, 40.076943435113499 ], [ -75.055692647045703, 40.076931377868199 ], [ -75.055678182384, 40.076913016052899 ], [ -75.055678171718895, 40.076890787026699 ], [ -75.055673696353495, 40.076868453327499 ], [ -75.055665690109294, 40.076845006953398 ], [ -75.055656109174194, 40.076816202990599 ], [ -75.055631811566599, 40.076775381860102 ], [ -75.055606450742005, 40.076738826571997 ], [ -75.055586669430298, 40.0767193092979 ], [ -75.055570889491193, 40.076711558870898 ], [ -75.055509214673094, 40.076666685192897 ], [ -75.055440982398295, 40.076606895909897 ], [ -75.0554111570234, 40.0765702367964 ], [ -75.055387204103695, 40.076543241214303 ], [ -75.055369965111595, 40.076504730013497 ], [ -75.055319025581397, 40.076414621387002 ], [ -75.055302972532402, 40.076368758423598 ], [ -75.055272020957105, 40.076292935972603 ], [ -75.055250361716006, 40.076253205609099 ], [ -75.055218372588897, 40.0762260215498 ], [ -75.055146579745895, 40.076188378265201 ], [ -75.055074705246597, 40.076152791906999 ], [ -75.055039492294398, 40.076139264122901 ], [ -75.055009248278395, 40.076113150819999 ], [ -75.054850155786795, 40.075978279073802 ], [ -75.054805362520398, 40.075935947185499 ], [ -75.054776222896805, 40.075904538144698 ], [ -75.054754601526199, 40.075863865171002 ], [ -75.054734945578403, 40.075841176295398 ], [ -75.054694197992205, 40.0758094949881 ], [ -75.054641545935894, 40.075785001420599 ], [ -75.054576140772696, 40.075766560178401 ], [ -75.054477908728899, 40.0757420273615 ], [ -75.054438872204599, 40.075734761169997 ], [ -75.054373859116794, 40.075728944542 ], [ -75.054328193868997, 40.075731048677902 ], [ -75.054276918849396, 40.075739372675102 ], [ -75.054221901724802, 40.075751899646903 ], [ -75.054170207448706, 40.075770770410003 ], [ -75.0541080183541, 40.075806302172701 ], [ -75.054041277134104, 40.075843958102503 ], [ -75.053944391050507, 40.075875500527999 ], [ -75.053893504358498, 40.075896534604702 ], [ -75.053831312740002, 40.075932152664699 ], [ -75.053790847927402, 40.075960812569001 ], [ -75.053730411208306, 40.076019729535403 ], [ -75.053714655122903, 40.0760563504885 ], [ -75.053707698793303, 40.076096438783601 ], [ -75.053706103434394, 40.076136567258303 ], [ -75.05370871705, 40.076183231552697 ], [ -75.053719578417002, 40.076224767779898 ], [ -75.053728824359595, 40.076261975326503 ], [ -75.053734706515996, 40.076293868877698 ], [ -75.053734978088499, 40.076421925524301 ], [ -75.053729871961394, 40.076505399318201 ], [ -75.053718460941596, 40.076567611891001 ], [ -75.053695642239006, 40.0766919515128 ], [ -75.0536782053736, 40.076770844322503 ], [ -75.053650135013001, 40.076847427855 ], [ -75.053613564497397, 40.0769354840901 ], [ -75.053574642560605, 40.076992760394397 ], [ -75.053563170462894, 40.077011543832803 ], [ -75.053479524889397, 40.077092144933196 ], [ -75.053432304063307, 40.077133348247003 ], [ -75.053356171417903, 40.077182370900303 ], [ -75.053299506528703, 40.077213825805899 ], [ -75.053267578394696, 40.077230070322102 ], [ -75.053226598094497, 40.077249191198298 ], [ -75.053193139765696, 40.077258962717799 ], [ -75.053107386007596, 40.077280209072597 ], [ -75.053061423018093, 40.077289772708703 ], [ -75.052941096674104, 40.077303856143502 ], [ -75.052824255610403, 40.077320167541401 ], [ -75.052751381430994, 40.077332189152003 ], [ -75.052680166946601, 40.077347424956201 ], [ -75.052590670632995, 40.0773728738721 ], [ -75.052554448062807, 40.0773847257189 ], [ -75.052525621403404, 40.077390400579702 ], [ -75.052497981004294, 40.077388721910097 ], [ -75.052310461196797, 40.077384320277503 ], [ -75.052210410337594, 40.077383001564399 ], [ -75.052160320111199, 40.077383971096602 ], [ -75.052119077478196, 40.077387208098898 ], [ -75.052075752182603, 40.077397863162098 ], [ -75.052028687919702, 40.077412636515298 ], [ -75.051954207628896, 40.0774425570429 ], [ -75.051877559316594, 40.077482038982801 ], [ -75.051805208469105, 40.077525827852703 ], [ -75.051715855369494, 40.077592561788101 ], [ -75.051679812478199, 40.0776223547077 ], [ -75.051638796493606, 40.0776648184968 ], [ -75.051586184800797, 40.077729154115097 ], [ -75.051553038085203, 40.077776007827502 ], [ -75.051521509989001, 40.077827106521397 ], [ -75.051496390418194, 40.077851920793798 ], [ -75.051459198445599, 40.077888123741502 ], [ -75.0514093788655, 40.077927205451601 ], [ -75.051364879406805, 40.077967356363601 ], [ -75.051318117280502, 40.077996983971197 ], [ -75.051244534798002, 40.078049239551 ], [ -75.051177625997099, 40.078091009550199 ], [ -75.051117382907194, 40.0781224658922 ], [ -75.051052723910203, 40.078152617404498 ], [ -75.050933095238605, 40.078216493466797 ], [ -75.050883824527801, 40.078241770307301 ], [ -75.050815757328095, 40.078267721162 ], [ -75.050699690991806, 40.078309452745899 ], [ -75.050609091493698, 40.078340110234301 ], [ -75.050504032775393, 40.078374718802898 ], [ -75.050424401196906, 40.0783992822996 ], [ -75.050321719907302, 40.078419098207 ], [ -75.050293826540198, 40.078423764550003 ], [ -75.050156017336306, 40.078427907675596 ], [ -75.050023651165603, 40.0784300340204 ], [ -75.049928784718901, 40.0784331259391 ], [ -75.049827965705902, 40.078428611852601 ], [ -75.049695123099696, 40.078420255562797 ], [ -75.049581162413006, 40.078409081002 ], [ -75.049449465516005, 40.078394399869403 ], [ -75.049360214074497, 40.078391187084399 ], [ -75.049273677913504, 40.078387093741398 ], [ -75.049139607869193, 40.078387118332401 ], [ -75.049044913340794, 40.078385922776498 ], [ -75.048983258260407, 40.078385503651397 ], [ -75.048938524995606, 40.0783865976992 ], [ -75.048883887193398, 40.078389519635998 ], [ -75.048823333421197, 40.078383890325902 ], [ -75.048743304125395, 40.078373513339997 ], [ -75.048668801151194, 40.078359060107502 ], [ -75.048585409621396, 40.078343367996801 ], [ -75.048507889728398, 40.078337339715297 ], [ -75.048360930920694, 40.078324359266503 ], [ -75.048296764432394, 40.078319674646401 ], [ -75.0481850172348, 40.078320223792801 ], [ -75.048114432651005, 40.078319594273502 ], [ -75.048069573028101, 40.078323860301801 ], [ -75.047988187562794, 40.078325122165701 ], [ -75.047877378921996, 40.078324576682299 ], [ -75.047784132175906, 40.078331911000802 ], [ -75.047676166394098, 40.078327312579098 ], [ -75.047584402493797, 40.078319834146299 ], [ -75.047448244827905, 40.078304960214297 ], [ -75.047325942876995, 40.078278825394399 ], [ -75.047242596170605, 40.078262017857497 ], [ -75.047126206777506, 40.078244517846201 ], [ -75.047025767575903, 40.078230483448998 ], [ -75.046957343744793, 40.078220463761902 ], [ -75.046894323291497, 40.078209454726498 ], [ -75.046843722202695, 40.078200797567497 ], [ -75.046782781603397, 40.0781824569099 ], [ -75.046710318067298, 40.078161699780701 ], [ -75.046641467442598, 40.078139996792203 ], [ -75.046556502678996, 40.078118944598103 ], [ -75.046476002699194, 40.0780979982719 ], [ -75.046394567661295, 40.078078058887201 ], [ -75.046297101676402, 40.078056713307099 ], [ -75.046225278429304, 40.078042321513003 ], [ -75.046173267663093, 40.078024190611998 ], [ -75.046100079068594, 40.077999209940202 ], [ -75.046038625381399, 40.077971330029001 ], [ -75.045980661499698, 40.077945591989298 ], [ -75.045914743155805, 40.077917606962103 ], [ -75.045835979910905, 40.077875501187201 ], [ -75.045807993562804, 40.077860080800299 ], [ -75.045773205528604, 40.077835917878701 ], [ -75.045719610294597, 40.077790285542498 ], [ -75.045692814427596, 40.077767426155198 ], [ -75.045657174563203, 40.077742213253799 ], [ -75.0456230676198, 40.077723386998997 ], [ -75.045578665859395, 40.0776937626975 ], [ -75.045519419142494, 40.077655377753601 ], [ -75.045472424106507, 40.0776235469867 ], [ -75.045440523763503, 40.077594215924897 ], [ -75.045415510514005, 40.077571484920398 ], [ -75.0453680877267, 40.077527970964603 ], [ -75.045332016810605, 40.077491161235201 ], [ -75.045305768288102, 40.077454583561703 ], [ -75.045280069240903, 40.0774041994394 ], [ -75.045246837539096, 40.077341023354897 ], [ -75.045212589884201, 40.0772809121409 ], [ -75.045174506812401, 40.077204918876198 ], [ -75.045123115208, 40.077126466967101 ], [ -75.045071935770807, 40.0770426984352 ], [ -75.045028967643603, 40.076977146815501 ], [ -75.044985873070203, 40.076914767494998 ], [ -75.044954732489998, 40.076866401503601 ], [ -75.044918613970097, 40.076808391547999 ], [ -75.044880750646499, 40.076749311512103 ], [ -75.044851697351106, 40.076715842093101 ], [ -75.044824347833696, 40.076684473469001 ], [ -75.044794535296603, 40.076670039728498 ], [ -75.044537648165104, 40.076477752089403 ], [ -75.044507661177903, 40.076445290493901 ], [ -75.0444851562726, 40.076404509049603 ], [ -75.044468686434797, 40.076369275970201 ], [ -75.044459195826704, 40.076338327690301 ], [ -75.044447573771194, 40.076293596351597 ], [ -75.044444241193602, 40.076242709578302 ], [ -75.044444394825803, 40.076194050275397 ], [ -75.044443402388694, 40.076151715480897 ], [ -75.044435266575803, 40.076109211610998 ], [ -75.044410322210496, 40.076017564398903 ], [ -75.044389726498807, 40.075973738183301 ], [ -75.044367043845895, 40.075915014452697 ], [ -75.044339130250293, 40.075852992266498 ], [ -75.044308161638199, 40.075800339330598 ], [ -75.0442770631022, 40.075750944220502 ], [ -75.044254387543106, 40.0757144494955 ], [ -75.044232098645097, 40.075690665949601 ], [ -75.044181272693194, 40.0756428661307 ], [ -75.0441200271339, 40.075587440463202 ], [ -75.044076681104997, 40.075531406326597 ], [ -75.044044522319297, 40.075486191374701 ], [ -75.0440115117121, 40.075439926456703 ], [ -75.043980540130704, 40.075387358950501 ], [ -75.043949233303593, 40.075343194829102 ], [ -75.043907882124998, 40.075281971600901 ], [ -75.043860242974802, 40.075221544585503 ], [ -75.043828597618401, 40.075185868442901 ], [ -75.043794020354895, 40.075156474740297 ], [ -75.043755953581396, 40.075124939054902 ], [ -75.043706877658394, 40.0751005245871 ], [ -75.0435429468872, 40.075042680364803 ], [ -75.043406150363694, 40.074999206055203 ], [ -75.043222618291594, 40.0749398698118 ], [ -75.043125192327906, 40.074895263577098 ], [ -75.043031935567598, 40.074858135955402 ], [ -75.042961262584598, 40.074837417624401 ], [ -75.042888078610801, 40.074812434903002 ], [ -75.042856440420096, 40.074798987521802 ], [ -75.042779089725599, 40.074766440482001 ], [ -75.042735843770998, 40.0747527196148 ], [ -75.042660579814907, 40.074735068236599 ], [ -75.042606492338706, 40.0747242681053 ], [ -75.042525491046305, 40.074716008261802 ], [ -75.042459667994294, 40.074708106868698 ], [ -75.042407660826498, 40.074689973360201 ], [ -75.042340385780193, 40.074651311912397 ], [ -75.042283014937098, 40.074610823988102 ], [ -75.042268383254296, 40.074596747246801 ], [ -75.042263618035406, 40.074581787480099 ], [ -75.042264799054706, 40.074552205931397 ], [ -75.042264700942496, 40.074509891252603 ], [ -75.042263836542006, 40.074464384122003 ], [ -75.042255534529701, 40.074426082237999 ], [ -75.042232987189905, 40.074386413898303 ], [ -75.042216186922602, 40.074359498361403 ], [ -75.042173058343096, 40.074320461457802 ], [ -75.042113433681607, 40.074269278040099 ], [ -75.042083749442398, 40.074251671281701 ], [ -75.041978840337194, 40.074193069209301 ], [ -75.041918797553606, 40.074174747009899 ], [ -75.0418106226482, 40.074153144195002 ], [ -75.041726262800594, 40.074139483924903 ], [ -75.041666859637999, 40.074127528162002 ], [ -75.041612899521994, 40.074113554350198 ], [ -75.041575220513195, 40.074094728234002 ], [ -75.041526570718204, 40.074059680546497 ], [ -75.041466648854893, 40.074015956767603 ], [ -75.041400562385306, 40.073969942257698 ], [ -75.041372749892801, 40.073950233124997 ], [ -75.041341872640402, 40.073917749653098 ], [ -75.041298579263099, 40.073882829016902 ], [ -75.041224751540895, 40.073829249633199 ], [ -75.041125410059607, 40.0737655437879 ], [ -75.041058304500396, 40.0737226794446 ], [ -75.041029301349297, 40.073710409154302 ], [ -75.040973600423001, 40.073695278495201 ], [ -75.040927337759996, 40.073689982704799 ], [ -75.040873805240196, 40.073687690811099 ], [ -75.040828058747095, 40.073691847446099 ], [ -75.040816344943707, 40.0736942320925 ], [ -75.040711456991403, 40.073567999227699 ], [ -75.040289693146306, 40.0730067998526 ], [ -75.040281635154599, 40.072783464848001 ], [ -75.040297492893401, 40.072632614673402 ], [ -75.040309469521901, 40.072511797781097 ], [ -75.040552689703304, 40.072419091139103 ], [ -75.041036928114394, 40.072266410041401 ], [ -75.041184977857299, 40.072184589543099 ], [ -75.041448828726203, 40.072000448605799 ], [ -75.041631959564, 40.0719129317213 ], [ -75.042036661826103, 40.071513770396301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29073, "tnode_": 1781, "lpoly_": null, "rpoly_": null, "length": 185.5132675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9110, "l_t_add": 9114, "r_f_add": 9111, "r_t_add": 9113, "st_code": 20020, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960934, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2006-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 39020, "Shape__Length": 74.005410391910047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043158228716905, 40.078473531469797 ], [ -75.042802900702398, 40.078903456316702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29171, "tnode_": 29172, "lpoly_": null, "rpoly_": null, "length": 419.4739724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CATES", "st_type": "WAY", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 21890, "l_hundred": 800, "r_hundred": 800, "seg_id": 960935, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-05-20T00:00:00Z", "newsegdate": "2006-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "CATES WAY", "stname": "CATES WAY", "objectid": 39021, "Shape__Length": 167.1636714757565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053271850663904, 40.0942402593464 ], [ -75.052102582150695, 40.093519467929497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28390, "tnode_": 29172, "lpoly_": null, "rpoly_": null, "length": 243.03707659, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 8800, "l_t_add": 8810, "r_f_add": 8801, "r_t_add": 8807, "st_code": 79980, "l_hundred": 8800, "r_hundred": 8800, "seg_id": 960936, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-12-17T00:00:00Z", "newsegdate": "2006-12-17T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 39022, "Shape__Length": 96.931240779666609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052651000338102, 40.0930020829597 ], [ -75.052626931327097, 40.0930235090715 ], [ -75.052102582150695, 40.093519467929497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28859, "tnode_": 8763, "lpoly_": null, "rpoly_": null, "length": 2960.7123930800003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4701, "l_t_add": 4799, "r_f_add": 4700, "r_t_add": 4798, "st_code": 1285, "l_hundred": 4700, "r_hundred": 4700, "seg_id": 960901, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2006-02-10T00:00:00Z", "newsegdate": "2004-05-24T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39023, "Shape__Length": 1179.3965583209038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022820253125303, 40.036510685834202 ], [ -75.022673166075194, 40.036384616072297 ], [ -75.022556014092999, 40.0363657844727 ], [ -75.022455493737397, 40.036355415788499 ], [ -75.022257704480893, 40.036342650439401 ], [ -75.022213512038107, 40.036330958481997 ], [ -75.022117850488897, 40.036288605631299 ], [ -75.022032756811697, 40.036227794149397 ], [ -75.021911147902898, 40.036142084064103 ], [ -75.0218168829348, 40.036065004031997 ], [ -75.021753851857298, 40.035988666761803 ], [ -75.021698813806694, 40.035891234546902 ], [ -75.021684971321307, 40.035813404865401 ], [ -75.021687119003204, 40.035759986231398 ], [ -75.021723289086196, 40.035637943007401 ], [ -75.0218143313448, 40.035439702365103 ], [ -75.021881520736002, 40.035323716672004 ], [ -75.022018422489296, 40.035206726871003 ], [ -75.022147967615595, 40.035094968533301 ], [ -75.022199947163699, 40.035024022997199 ], [ -75.022177970357703, 40.034881889052002 ], [ -75.022166454342695, 40.034723953020702 ], [ -75.022162317383504, 40.034649100339699 ], [ -75.022187277489607, 40.0345614643348 ], [ -75.022226050485102, 40.034463514004102 ], [ -75.022110746394603, 40.034132148038204 ], [ -75.022071166164594, 40.034072416633499 ], [ -75.022051289721205, 40.034055809286698 ], [ -75.022024050325001, 40.034044605493598 ], [ -75.021990660849795, 40.034030853392302 ], [ -75.021950459959697, 40.034008784917702 ], [ -75.021896832616903, 40.033965199221797 ], [ -75.0217408839695, 40.033822799464801 ], [ -75.021701579516304, 40.033778438403502 ], [ -75.021633820014301, 40.033708682636103 ], [ -75.021592403506801, 40.033672424128902 ], [ -75.021402934422895, 40.033630674923799 ], [ -75.021186175806307, 40.033623379508199 ], [ -75.020911717734094, 40.033629388143801 ], [ -75.020727305230395, 40.033639596729302 ], [ -75.020534136904601, 40.033645390793097 ], [ -75.019904747484901, 40.033526238195002 ], [ -75.019811916707198, 40.033480260748298 ], [ -75.019756478878904, 40.033437316675801 ], [ -75.019669419910201, 40.033381090722401 ], [ -75.019617080179103, 40.033327749933903 ], [ -75.019597098736398, 40.033091768905301 ], [ -75.019575689195406, 40.033024486987799 ], [ -75.019560021290602, 40.032992101694603 ], [ -75.019563029557602, 40.032917333116501 ], [ -75.019582347375206, 40.032859001036897 ], [ -75.019704970544495, 40.032741674538002 ], [ -75.019946596258606, 40.032619194342097 ], [ -75.020124792342997, 40.032519237190598 ], [ -75.020207756692699, 40.032432980294701 ], [ -75.020355470539997, 40.032313588697903 ], [ -75.020487616630405, 40.0322259253198 ], [ -75.020574794407395, 40.032123718671301 ], [ -75.020672459296193, 40.032027254039697 ], [ -75.020740641890498, 40.031975404707502 ], [ -75.020850976867607, 40.0319192362902 ], [ -75.021046336763305, 40.031814364908001 ], [ -75.021275602576097, 40.031665926225401 ], [ -75.021777173262905, 40.031392740598399 ], [ -75.021763956201895, 40.0312545882244 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1034, "tnode_": 1082, "lpoly_": null, "rpoly_": null, "length": 1573.80187054, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEROTA", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 71890, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 960904, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-10-28T00:00:00Z", "newsegdate": "2004-10-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SEROTA PL", "stname": "SEROTA PL", "objectid": 39024, "Shape__Length": 627.21335552442906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036236684927005, 40.096722943750201 ], [ -75.035657271438396, 40.096506388222402 ], [ -75.035298763019995, 40.096347031803198 ], [ -75.034958462502402, 40.096153614765001 ], [ -75.033789983272598, 40.095341324273001 ], [ -75.033131700825507, 40.094877614174898 ], [ -75.0331714582845, 40.094794383053703 ], [ -75.033232016755207, 40.0947333309215 ], [ -75.033907332136394, 40.094219674126698 ], [ -75.034044466687902, 40.094181259598201 ], [ -75.034174395735107, 40.094225984009398 ], [ -75.034341412223895, 40.094335853669598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28996, "tnode_": 28995, "lpoly_": null, "rpoly_": null, "length": 8.49300282, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 960905, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2006-02-16T00:00:00Z", "newsegdate": "2006-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39025, "Shape__Length": 3.3845492500016907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064158694878302, 40.100871112640199 ], [ -75.064134546470299, 40.100856982401503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28995, "tnode_": 28994, "lpoly_": null, "rpoly_": null, "length": 199.9738832, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC FADDEN", "st_type": "DR", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1284, "l_hundred": 0, "r_hundred": 0, "seg_id": 960906, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2006-02-16T00:00:00Z", "newsegdate": "2006-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "MC FADDEN DR", "stname": "MC FADDEN DR", "objectid": 39026, "Shape__Length": 79.692078039511387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064134546470299, 40.100856982401503 ], [ -75.063719802907698, 40.100614944317101 ], [ -75.063566857529906, 40.100523382885299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 910, "tnode_": 28994, "lpoly_": null, "rpoly_": null, "length": 86.36395455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1680, "l_t_add": 1698, "r_f_add": 9219, "r_t_add": 9219, "st_code": 64800, "l_hundred": 1600, "r_hundred": 9200, "seg_id": 960907, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-06-09T00:00:00Z", "newsegdate": "2006-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 39027, "Shape__Length": 34.456414317511047 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0637467764722, 40.100330726701301 ], [ -75.063566857529906, 40.100523382885299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1573, "tnode_": 29000, "lpoly_": null, "rpoly_": null, "length": 600.41404981999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSQUEHANNA", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 732, "st_code": 75640, "l_hundred": 700, "r_hundred": 700, "seg_id": 960909, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUSQUEHANNA RD", "stname": "SUSQUEHANNA RD", "objectid": 39028, "Shape__Length": 239.22566188428229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.073281283373007, 40.083094740163702 ], [ -75.071601632714206, 40.082069089922001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29000, "tnode_": 1659, "lpoly_": null, "rpoly_": null, "length": 506.62116965000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSQUEHANNA", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 735, "l_t_add": 799, "r_f_add": 734, "r_t_add": 798, "st_code": 75640, "l_hundred": 700, "r_hundred": 700, "seg_id": 960910, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-28T00:00:00Z", "newsegdate": "2006-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUSQUEHANNA RD", "stname": "SUSQUEHANNA RD", "objectid": 39029, "Shape__Length": 201.85255297288819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.071601632714206, 40.082069089922001 ], [ -75.070184406409098, 40.0812036406858 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29050, "tnode_": 29048, "lpoly_": null, "rpoly_": null, "length": 175.70637502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2441, "l_t_add": 2499, "r_f_add": 2440, "r_t_add": 2498, "st_code": 28860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960912, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39030, "Shape__Length": 69.98500641527599 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0295215384795, 40.0728642536777 ], [ -75.029012470875102, 40.072581951682999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29051, "tnode_": 29050, "lpoly_": null, "rpoly_": null, "length": 136.50572925999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2431, "l_t_add": 2439, "r_f_add": 2430, "r_t_add": 2438, "st_code": 28860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960913, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-01-14T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39031, "Shape__Length": 54.387718965489668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029892106781105, 40.073105374968002 ], [ -75.029756411693796, 40.072994499693102 ], [ -75.0295215384795, 40.0728642536777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29052, "tnode_": 29051, "lpoly_": null, "rpoly_": null, "length": 75.25117926, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2421, "l_t_add": 2429, "r_f_add": 2420, "r_t_add": 2428, "st_code": 28860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960914, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-01-14T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39032, "Shape__Length": 29.975706612752379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030106637008004, 40.0732299125943 ], [ -75.029892106781105, 40.073105374968002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29055, "tnode_": 29052, "lpoly_": null, "rpoly_": null, "length": 128.06235483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2411, "l_t_add": 2419, "r_f_add": 2410, "r_t_add": 2418, "st_code": 28860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960915, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39033, "Shape__Length": 51.012741738755778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030471726986704, 40.073441848701201 ], [ -75.030106637008004, 40.0732299125943 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29056, "tnode_": 29055, "lpoly_": null, "rpoly_": null, "length": 126.10093051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2401, "l_t_add": 2409, "r_f_add": 2400, "r_t_add": 2408, "st_code": 28860, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960916, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39034, "Shape__Length": 50.231576965625855 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030831226866695, 40.073650538181703 ], [ -75.030471726986704, 40.073441848701201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29049, "tnode_": 29050, "lpoly_": null, "rpoly_": null, "length": 239.62758417000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNIE GELLMAN", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2, "l_t_add": 36, "r_f_add": 1, "r_t_add": 35, "st_code": 18250, "l_hundred": 0, "r_hundred": 0, "seg_id": 960917, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BONNIE GELLMAN CT", "stname": "BONNIE GELLMAN CT", "objectid": 39035, "Shape__Length": 95.561200921435528 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030027171685305, 40.072333394157504 ], [ -75.0295215384795, 40.0728642536777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29051, "tnode_": 29061, "lpoly_": null, "rpoly_": null, "length": 567.89908320999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BONNIE GELLMAN", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 37, "l_t_add": 99, "r_f_add": 38, "r_t_add": 98, "st_code": 18250, "l_hundred": 0, "r_hundred": 0, "seg_id": 960918, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BONNIE GELLMAN CT", "stname": "BONNIE GELLMAN CT", "objectid": 39036, "Shape__Length": 226.30445844625555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029892106781105, 40.073105374968002 ], [ -75.030225315476301, 40.072784118717301 ], [ -75.030793154691196, 40.073102090944701 ], [ -75.031005545633505, 40.072897941567703 ], [ -75.031370192696698, 40.073102720776099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29061, "tnode_": 29056, "lpoly_": null, "rpoly_": null, "length": 250.15071793000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 53855, "l_hundred": 0, "r_hundred": 0, "seg_id": 960919, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSHALL ST", "stname": "MARSHALL ST", "objectid": 39037, "Shape__Length": 99.753036273078564 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031370192696698, 40.073102720776099 ], [ -75.030831226866695, 40.073650538181703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29052, "tnode_": 29053, "lpoly_": null, "rpoly_": null, "length": 291.18600190999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 100, "l_t_add": 152, "r_f_add": 101, "r_t_add": 153, "st_code": 16860, "l_hundred": 100, "r_hundred": 100, "seg_id": 960920, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN CT", "stname": "BENJAMIN CT", "objectid": 39038, "Shape__Length": 116.12007989478369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030106637008004, 40.0732299125943 ], [ -75.029485017084696, 40.073870916151797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29055, "tnode_": 29054, "lpoly_": null, "rpoly_": null, "length": 282.15462904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 154, "l_t_add": 198, "r_f_add": 155, "r_t_add": 199, "st_code": 16860, "l_hundred": 100, "r_hundred": 100, "seg_id": 960921, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN CT", "stname": "BENJAMIN CT", "objectid": 39039, "Shape__Length": 112.52650394573544 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030471726986704, 40.073441848701201 ], [ -75.029884136061995, 40.074071254867803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29056, "tnode_": 29062, "lpoly_": null, "rpoly_": null, "length": 464.78613638999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARSHALL", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 53855, "l_hundred": 100, "r_hundred": 100, "seg_id": 960922, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "MARSHALL ST", "stname": "MARSHALL ST", "objectid": 39040, "Shape__Length": 185.33156356607904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030831226866695, 40.073650538181703 ], [ -75.030216931672399, 40.074291210732703 ], [ -75.030043674867301, 40.074517817515201 ], [ -75.029997821998407, 40.074562874256301 ], [ -75.029818477548801, 40.074641683782097 ], [ -75.029818346913302, 40.074643127781101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29062, "tnode_": 29057, "lpoly_": null, "rpoly_": null, "length": 199.38807861000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUIS", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 51810, "l_hundred": 0, "r_hundred": 0, "seg_id": 960923, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "LOUIS CT", "stname": "LOUIS CT", "objectid": 39041, "Shape__Length": 79.52511819593731 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029818346913302, 40.074643127781101 ], [ -75.029811272336303, 40.074721491600599 ], [ -75.029841427369604, 40.074768347407499 ], [ -75.029969248400405, 40.074875959916703 ], [ -75.030182749725995, 40.075091490055698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29057, "tnode_": 29059, "lpoly_": null, "rpoly_": null, "length": 151.22704963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUIS", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 190, "l_t_add": 198, "r_f_add": 189, "r_t_add": 197, "st_code": 51810, "l_hundred": 100, "r_hundred": 100, "seg_id": 960924, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "LOUIS CT", "stname": "LOUIS CT", "objectid": 39042, "Shape__Length": 60.307931732809578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030182749725995, 40.075091490055698 ], [ -75.029859176660693, 40.075423977244803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29057, "tnode_": 29058, "lpoly_": null, "rpoly_": null, "length": 149.80987312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUIS", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 100, "l_t_add": 188, "r_f_add": 101, "r_t_add": 187, "st_code": 51810, "l_hundred": 100, "r_hundred": 100, "seg_id": 960925, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "LOUIS CT", "stname": "LOUIS CT", "objectid": 39043, "Shape__Length": 59.719275894492391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030182749725995, 40.075091490055698 ], [ -75.030200151433903, 40.0751090570499 ], [ -75.030545096260397, 40.075394068816699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29058, "tnode_": 29060, "lpoly_": null, "rpoly_": null, "length": 191.78926421, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOUIS", "st_type": "CT", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 200, "l_t_add": 298, "r_f_add": 199, "r_t_add": 299, "st_code": 51810, "l_hundred": 200, "r_hundred": 100, "seg_id": 960926, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-17T00:00:00Z", "multi_rep": 0, "streetlabe": "LOUIS CT", "stname": "LOUIS CT", "objectid": 39044, "Shape__Length": 76.480540935984976 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030545096260397, 40.075394068816699 ], [ -75.030127923710594, 40.075811774556797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29048, "tnode_": 1819, "lpoly_": null, "rpoly_": null, "length": 2469.3879599500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9220, "l_t_add": 9498, "r_f_add": 9221, "r_t_add": 9499, "st_code": 18040, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960928, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-07-18T00:00:00Z", "newsegdate": "2006-07-18T00:00:00Z", "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 39045, "Shape__Length": 984.76271730880023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029012470875102, 40.072581951682999 ], [ -75.028286846933298, 40.073327919755002 ], [ -75.027865052994102, 40.073759853585003 ], [ -75.026854837347699, 40.074815224334301 ], [ -75.023716338287102, 40.078003832306202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29065, "tnode_": 29066, "lpoly_": null, "rpoly_": null, "length": 247.8618772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9200, "l_t_add": 9298, "r_f_add": 9201, "r_t_add": 9299, "st_code": 32420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960929, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": "2006-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 39046, "Shape__Length": 98.774072024752414 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037283396767705, 40.076139962668201 ], [ -75.037081945275006, 40.0763468162816 ], [ -75.036940698753796, 40.076458797405103 ], [ -75.036743410939494, 40.076554079739701 ], [ -75.036638665443306, 40.076587482036501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1959, "tnode_": 29065, "lpoly_": null, "rpoly_": null, "length": 267.65987798000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2109, "l_t_add": 2115, "r_f_add": 2108, "r_t_add": 2118, "st_code": 38760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960930, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": "2006-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 39047, "Shape__Length": 106.62628854453735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038044269615696, 40.076583446081798 ], [ -75.037597730590093, 40.076346553893998 ], [ -75.037295975871402, 40.076150238732701 ], [ -75.037283396767705, 40.076139962668201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29065, "tnode_": 2045, "lpoly_": null, "rpoly_": null, "length": 362.38153915000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2117, "l_t_add": 2199, "r_f_add": 2120, "r_t_add": 2198, "st_code": 38760, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 960931, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-24T00:00:00Z", "newsegdate": "2006-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 39048, "Shape__Length": 144.5696069212101 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037283396767705, 40.076139962668201 ], [ -75.037091559946703, 40.075983247642199 ], [ -75.036849287678805, 40.075707252548298 ], [ -75.036642083950198, 40.075289800853398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29073, "tnode_": 29074, "lpoly_": null, "rpoly_": null, "length": 395.31916479, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTNUT", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 22800, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 960932, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2006-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "CHESTNUT LN", "stname": "CHESTNUT LN", "objectid": 39049, "Shape__Length": 157.43156273981978 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043158228716905, 40.078473531469797 ], [ -75.043263786619306, 40.078523856102102 ], [ -75.043401893106704, 40.078541325458801 ], [ -75.043509202198706, 40.078518972879003 ], [ -75.043599154056295, 40.078467777966402 ], [ -75.043647788176202, 40.078408501639998 ], [ -75.043750101895697, 40.078279404733898 ], [ -75.043812035590094, 40.078234657362401 ], [ -75.043896798297396, 40.078197556781298 ], [ -75.043975662782501, 40.078192305380398 ], [ -75.044077073050502, 40.0782018015124 ], [ -75.044333238466507, 40.078275363537401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1891, "tnode_": 29073, "lpoly_": null, "rpoly_": null, "length": 394.17279824000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9100, "l_t_add": 9108, "r_f_add": 9101, "r_t_add": 9109, "st_code": 20020, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960933, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2006-07-31T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 39050, "Shape__Length": 157.25168482229509 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043893979738201, 40.077550937683903 ], [ -75.043463456140799, 40.078104219647898 ], [ -75.043158228716905, 40.078473531469797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29229, "tnode_": 29230, "lpoly_": null, "rpoly_": null, "length": 664.97521712000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUTUMN HILL", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2, "l_t_add": 198, "r_f_add": 1, "r_t_add": 199, "st_code": 14171, "l_hundred": 0, "r_hundred": 0, "seg_id": 960939, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "AUTUMN HILL DR", "stname": "AUTUMN HILL DR", "objectid": 39051, "Shape__Length": 265.03712585642529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069945804875303, 40.093226246048999 ], [ -75.069900602243095, 40.093303153695999 ], [ -75.069849077810204, 40.093379686869604 ], [ -75.069800423954604, 40.093425327234698 ], [ -75.069707942010197, 40.093513121676203 ], [ -75.069554898556802, 40.093614123260302 ], [ -75.0694436943119, 40.0936619036707 ], [ -75.069234195940098, 40.093707391728998 ], [ -75.0688651752141, 40.0937785426446 ], [ -75.068796340031099, 40.093819284187198 ], [ -75.068612222835498, 40.0939733032032 ], [ -75.068412925215398, 40.094155751538302 ], [ -75.068193569931097, 40.094349508208303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29230, "tnode_": 1235, "lpoly_": null, "rpoly_": null, "length": 878.99285252999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 103, "l_t_add": 199, "r_f_add": 108, "r_t_add": 198, "st_code": 56924, "l_hundred": 100, "r_hundred": 100, "seg_id": 960940, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MOREDUN AVE", "stname": "MOREDUN AVE", "objectid": 39052, "Shape__Length": 350.4592281091019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068193569931097, 40.094349508208303 ], [ -75.068081274426703, 40.0942505050009 ], [ -75.066800087540301, 40.093259710481597 ], [ -75.066358011071301, 40.092934156189997 ], [ -75.066017210741805, 40.092612265947501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29456, "tnode_": 29230, "lpoly_": null, "rpoly_": null, "length": 417.27830225000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDUN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 101, "r_f_add": 2, "r_t_add": 106, "st_code": 56924, "l_hundred": 100, "r_hundred": 100, "seg_id": 960941, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "2007-12-05T00:00:00Z", "newsegdate": "2007-12-05T00:00:00Z", "multi_rep": 0, "streetlabe": "MOREDUN AVE", "stname": "MOREDUN AVE", "objectid": 39053, "Shape__Length": 166.15433261786148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.069527340700702, 40.094390235340697 ], [ -75.068498363383, 40.094583066036499 ], [ -75.068430543227095, 40.094547301237697 ], [ -75.068238915353803, 40.094390911052798 ], [ -75.068193569931097, 40.094349508208303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1724, "tnode_": 29296, "lpoly_": null, "rpoly_": null, "length": 578.56080382999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8540, "l_t_add": 8558, "r_f_add": 8527, "r_t_add": 8559, "st_code": 79980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960942, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-05-21T00:00:00Z", "newsegdate": "2008-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 39054, "Shape__Length": 230.59224665304279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.068466459559701, 40.0801735974865 ], [ -75.068277947765296, 40.080354771002497 ], [ -75.067926734066504, 40.080609274720899 ], [ -75.067091743758894, 40.081182569932501 ], [ -75.066971178537699, 40.081266704994903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29296, "tnode_": 1323, "lpoly_": null, "rpoly_": null, "length": 4198.6273307800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19111, "zip_right": 19111, "l_f_add": 8560, "l_t_add": 8598, "r_f_add": 8561, "r_t_add": 8599, "st_code": 79980, "l_hundred": 8500, "r_hundred": 8500, "seg_id": 960943, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2008-05-21T00:00:00Z", "newsegdate": "2008-05-21T00:00:00Z", "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 39055, "Shape__Length": 1673.9925902559264 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.066971178537699, 40.081266704994903 ], [ -75.0654766470049, 40.082309625404001 ], [ -75.0624566070871, 40.084381390850503 ], [ -75.062387325524, 40.084421370144902 ], [ -75.059974378663, 40.086075560765103 ], [ -75.059100911853506, 40.086678845817602 ], [ -75.058722204892007, 40.087092197239798 ], [ -75.058282149611003, 40.087791986126703 ], [ -75.057696410163999, 40.088699470347301 ], [ -75.057069800096301, 40.089706294066097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1146, "tnode_": 29456, "lpoly_": null, "rpoly_": null, "length": 279.60068771, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREDON", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 98, "r_f_add": 1, "r_t_add": 99, "st_code": 3184, "l_hundred": 0, "r_hundred": 0, "seg_id": 960945, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "MOREDON RD", "stname": "MOREDON RD", "objectid": 39056, "Shape__Length": 111.2692205167817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.070506482381802, 40.0943274144417 ], [ -75.070497827980603, 40.094325383602602 ], [ -75.070421866261199, 40.094305318245503 ], [ -75.070358725060501, 40.094295715416798 ], [ -75.070295422140802, 40.094290175173697 ], [ -75.070202871975397, 40.094288017673101 ], [ -75.070104713228304, 40.0942938594238 ], [ -75.069976904576805, 40.0943132399508 ], [ -75.069795728208703, 40.094343571617699 ], [ -75.069527340700702, 40.094390235340697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29457, "tnode_": 979, "lpoly_": null, "rpoly_": null, "length": 200.24536386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEE LYNN", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 4, "l_t_add": 98, "r_f_add": 3, "r_t_add": 99, "st_code": 49850, "l_hundred": 0, "r_hundred": 0, "seg_id": 960946, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LEE LYNN LN", "stname": "LEE LYNN LN", "objectid": 39057, "Shape__Length": 79.75523877695953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065674128215804, 40.098340686987001 ], [ -75.066300431589895, 40.0986068259216 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29458, "tnode_": 29459, "lpoly_": null, "rpoly_": null, "length": 188.29335848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORI", "st_type": "LN", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 14, "r_f_add": 3, "r_t_add": 15, "st_code": 3152, "l_hundred": 0, "r_hundred": 0, "seg_id": 960947, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "LORI LN", "stname": "LORI LN", "objectid": 39058, "Shape__Length": 75.025870927420399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064244738037104, 40.099815787412801 ], [ -75.064794212937898, 40.100114314119701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 983, "tnode_": 29458, "lpoly_": null, "rpoly_": null, "length": 656.07294304000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1600, "l_t_add": 1630, "r_f_add": 9203, "r_t_add": 9215, "st_code": 64800, "l_hundred": 1600, "r_hundred": 9200, "seg_id": 960948, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 39059, "Shape__Length": 261.82815240291984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.065412357955495, 40.098270689645297 ], [ -75.065238269321796, 40.098650591777698 ], [ -75.065117038736702, 40.098869284968302 ], [ -75.064935369577697, 40.099101592196298 ], [ -75.064244738037104, 40.099815787412801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29458, "tnode_": 910, "lpoly_": null, "rpoly_": null, "length": 233.65218093, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1632, "l_t_add": 1678, "r_f_add": 9217, "r_t_add": 9217, "st_code": 64800, "l_hundred": 1600, "r_hundred": 9200, "seg_id": 960949, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 39060, "Shape__Length": 93.213356140554367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.064244738037104, 40.099815787412801 ], [ -75.0637467764722, 40.100330726701301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29471, "tnode_": 29470, "lpoly_": null, "rpoly_": null, "length": 190.36406656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHAPEL HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 4, "l_t_add": 52, "r_f_add": 11, "r_t_add": 67, "st_code": 3052, "l_hundred": 0, "r_hundred": 0, "seg_id": 960950, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CHAPEL HILL RD", "stname": "CHAPEL HILL RD", "objectid": 39061, "Shape__Length": 75.86134094735219 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062822100785397, 40.101291217538602 ], [ -75.063365309883807, 40.101605974567804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28994, "tnode_": 29471, "lpoly_": null, "rpoly_": null, "length": 348.77479238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1700, "l_t_add": 1798, "r_f_add": 9221, "r_t_add": 9227, "st_code": 64800, "l_hundred": 1700, "r_hundred": 9200, "seg_id": 960951, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 39062, "Shape__Length": 139.14139795490792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.063566857529906, 40.100523382885299 ], [ -75.062822100785397, 40.101291217538602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29471, "tnode_": 790, "lpoly_": null, "rpoly_": null, "length": 657.17145844999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1800, "l_t_add": 1834, "r_f_add": 9229, "r_t_add": 9299, "st_code": 64800, "l_hundred": 1800, "r_hundred": 9200, "seg_id": 960952, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 39063, "Shape__Length": 262.17845696884729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.062822100785397, 40.101291217538602 ], [ -75.061418763823099, 40.102737980875901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29565, "tnode_": 29566, "lpoly_": null, "rpoly_": null, "length": 189.52094021000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITMAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1270, "l_hundred": 0, "r_hundred": 0, "seg_id": 960953, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITMAN PLZ", "stname": "WHITMAN PLZ", "objectid": 39064, "Shape__Length": 75.500180019126191 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025423455903507, 40.082925326775303 ], [ -75.025970876711199, 40.083231682969398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29566, "tnode_": 29561, "lpoly_": null, "rpoly_": null, "length": 58.70969096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITMAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1270, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960954, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITMAN PLZ", "stname": "WHITMAN PLZ", "objectid": 39065, "Shape__Length": 23.389179563555761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025970876711199, 40.083231682969398 ], [ -75.026139458956706, 40.0833276291442 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29561, "tnode_": 29562, "lpoly_": null, "rpoly_": null, "length": 61.00051752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITMAN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1270, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 960955, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITMAN PLZ", "stname": "WHITMAN PLZ", "objectid": 39066, "Shape__Length": 24.301288065370699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026139458956706, 40.0833276291442 ], [ -75.0263154133482, 40.083426490770002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1537, "tnode_": 29562, "lpoly_": null, "rpoly_": null, "length": 243.73328656000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960956, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39067, "Shape__Length": 97.210448531844563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026835774334202, 40.082889929897902 ], [ -75.0263154133482, 40.083426490770002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1544, "tnode_": 29561, "lpoly_": null, "rpoly_": null, "length": 299.02954506999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960957, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39068, "Shape__Length": 119.2650876750768 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026776747564597, 40.082668694081001 ], [ -75.026139458956706, 40.0833276291442 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1564, "tnode_": 29566, "lpoly_": null, "rpoly_": null, "length": 416.23158987, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9601, "r_t_add": 9649, "st_code": 69220, "l_hundred": 0, "r_hundred": 9600, "seg_id": 960958, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39069, "Shape__Length": 166.0079455272502 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026860833383296, 40.082316138041101 ], [ -75.025970876711199, 40.083231682969398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29562, "tnode_": 1461, "lpoly_": null, "rpoly_": null, "length": 585.91693094000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960959, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39070, "Shape__Length": 233.68990401600837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0263154133482, 40.083426490770002 ], [ -75.025064469473904, 40.084716333683403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29561, "tnode_": 1465, "lpoly_": null, "rpoly_": null, "length": 582.20365052, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 960960, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39071, "Shape__Length": 232.20968178354443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026139458956706, 40.0833276291442 ], [ -75.024898637260705, 40.084610550407398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29566, "tnode_": 1436, "lpoly_": null, "rpoly_": null, "length": 961.57267929, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 9651, "r_t_add": 9699, "st_code": 69220, "l_hundred": 0, "r_hundred": 9600, "seg_id": 960961, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2010-08-12T00:00:00Z", "newsegdate": "2010-08-12T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 39072, "Shape__Length": 383.52069810347439 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025970876711199, 40.083231682969398 ], [ -75.023920239436904, 40.085349838775699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28865, "tnode_": 29638, "lpoly_": null, "rpoly_": null, "length": 2220.1659977200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2301, "l_t_add": 2411, "r_f_add": 2300, "r_t_add": 2410, "st_code": 1285, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 960962, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39073, "Shape__Length": 885.74059361916591 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042036661826103, 40.071513770396301 ], [ -75.042085233857307, 40.071461188125497 ], [ -75.042120214283798, 40.071413263854701 ], [ -75.042172443792794, 40.071336222251297 ], [ -75.042209333052497, 40.071285253237697 ], [ -75.042247707345894, 40.071219470814 ], [ -75.042302482181, 40.071123436446399 ], [ -75.042382374389504, 40.070980274312603 ], [ -75.042440039648099, 40.0708789863954 ], [ -75.042634977011105, 40.070585165337 ], [ -75.042696934709099, 40.070488269233202 ], [ -75.042754472458597, 40.070390153469702 ], [ -75.042825016442507, 40.0702796420019 ], [ -75.042871931668898, 40.070201359417801 ], [ -75.042962190447497, 40.0700447091576 ], [ -75.043027123449207, 40.069940415992399 ], [ -75.043086572548702, 40.0698391698105 ], [ -75.043136374461099, 40.069755719135003 ], [ -75.043176279437603, 40.069696323989497 ], [ -75.043213328131799, 40.0696189243654 ], [ -75.0432356293542, 40.069552763939001 ], [ -75.043247602881095, 40.069499062326003 ], [ -75.043250815696993, 40.069440948253501 ], [ -75.0432506692879, 40.069377434358103 ], [ -75.043243633413397, 40.069307406682803 ], [ -75.043228982883505, 40.069226643848097 ], [ -75.043200167093502, 40.069120142255201 ], [ -75.043177522219395, 40.069038161197199 ], [ -75.043160152303699, 40.068958363289099 ], [ -75.043141585293398, 40.068863776190199 ], [ -75.043131190403798, 40.068788348679803 ], [ -75.043126569998506, 40.068702586102802 ], [ -75.0431132779444, 40.068610183054197 ], [ -75.043108828686698, 40.068520132809297 ], [ -75.0431037052997, 40.0684469748713 ], [ -75.043092055843999, 40.0683134145414 ], [ -75.043076613348205, 40.068140542181403 ], [ -75.043061101865007, 40.068014185758898 ], [ -75.043047844608395, 40.067898523828099 ], [ -75.043026361339699, 40.067720274049002 ], [ -75.043016561847693, 40.0676523275378 ], [ -75.042997488940401, 40.067570430569099 ], [ -75.042968120194104, 40.067455418961202 ], [ -75.042931017017494, 40.067355073520098 ], [ -75.042889408837297, 40.067255651828802 ], [ -75.042817087104893, 40.067097317646699 ], [ -75.042786921076896, 40.067024685170999 ], [ -75.042764073913801, 40.066970163213 ], [ -75.042735364665702, 40.0669282043268 ], [ -75.042704271341094, 40.066878808765701 ], [ -75.042688960601296, 40.066859395338099 ], [ -75.042637931316307, 40.066816911438004 ], [ -75.0425493124458, 40.066753458327199 ], [ -75.042490846584798, 40.066718179630001 ], [ -75.042414647962602, 40.066679393356303 ], [ -75.042236154381897, 40.066606355187197 ], [ -75.042060122711703, 40.066538782850799 ], [ -75.041842473387902, 40.066461645971799 ], [ -75.041679120138397, 40.066412308142802 ], [ -75.041452203538, 40.0663434489732 ], [ -75.041351200785101, 40.066308016671201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28861, "tnode_": 29641, "lpoly_": null, "rpoly_": null, "length": 2872.0125058599997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 4801, "l_t_add": 5071, "r_f_add": 4800, "r_t_add": 5070, "st_code": 1285, "l_hundred": 4800, "r_hundred": 4800, "seg_id": 960966, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39074, "Shape__Length": 1144.2542706180695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022558782262905, 40.030815176848101 ], [ -75.022119969757895, 40.030347358860702 ], [ -75.021723503258301, 40.030033773522099 ], [ -75.02163437035, 40.029940337389299 ], [ -75.021573709417098, 40.029827408345596 ], [ -75.021498368420595, 40.029724171873802 ], [ -75.021360332201894, 40.029558595488801 ], [ -75.021157409054794, 40.0293408403558 ], [ -75.020941588192201, 40.0291329044232 ], [ -75.020524557824004, 40.028686911940703 ], [ -75.019835398593003, 40.027945472873803 ], [ -75.019520001370196, 40.027593211231903 ], [ -75.019126826784003, 40.027198502804303 ], [ -75.018875352181098, 40.026878142098397 ], [ -75.018311350772905, 40.026312093441199 ], [ -75.0177032051688, 40.0256892041782 ], [ -75.017554172946404, 40.025619743842299 ], [ -75.017196587824301, 40.025495111592299 ], [ -75.0170368746451, 40.025491310675001 ], [ -75.016697334796703, 40.025561760370501 ], [ -75.016428067156198, 40.025661432681602 ], [ -75.0163370850928, 40.025725095588299 ], [ -75.016139759949098, 40.025967662355299 ], [ -75.016038759255594, 40.026017366094301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29641, "tnode_": 28862, "lpoly_": null, "rpoly_": null, "length": 2452.3915173100004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 5073, "l_t_add": 5299, "r_f_add": 5072, "r_t_add": 5298, "st_code": 1285, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 960967, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39075, "Shape__Length": 976.26518344164685 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016038759255594, 40.026017366094301 ], [ -75.015807166857698, 40.026131653499398 ], [ -75.015476060899701, 40.026280831465897 ], [ -75.015122226323697, 40.026617255321803 ], [ -75.014899297922199, 40.026741457137398 ], [ -75.014687994224104, 40.026776676419097 ], [ -75.014439942430201, 40.026770767778601 ], [ -75.014245360039396, 40.026679190916298 ], [ -75.014211856648402, 40.026601921581097 ], [ -75.014142198515998, 40.026491005813703 ], [ -75.014067136209604, 40.026425534171501 ], [ -75.013846225281299, 40.026322429197101 ], [ -75.013694239583302, 40.026304131321901 ], [ -75.013514864466998, 40.026344915472698 ], [ -75.013006850026898, 40.026650709117703 ], [ -75.012470938817501, 40.027050158651498 ], [ -75.012216606375205, 40.027155669366998 ], [ -75.011695927229795, 40.027332329964501 ], [ -75.011464720971304, 40.027462250605097 ], [ -75.011041822075796, 40.027827397489702 ], [ -75.010796296591096, 40.028024348581802 ], [ -75.010358800547806, 40.028242038554197 ], [ -75.010010023867196, 40.028385887860701 ], [ -75.009752182678596, 40.028489593085801 ], [ -75.009507533455803, 40.028598333220998 ], [ -75.009364432824597, 40.028713787192103 ], [ -75.009343319712102, 40.0288385038711 ], [ -75.009445159779204, 40.028970704230296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29638, "tnode_": 29639, "lpoly_": null, "rpoly_": null, "length": 6237.2944795100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19152, "zip_right": 19152, "l_f_add": 2413, "l_t_add": 2811, "r_f_add": 2412, "r_t_add": 2810, "st_code": 1285, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960963, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39076, "Shape__Length": 2487.2514886816903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041351200785101, 40.066308016671201 ], [ -75.040828249411106, 40.066124561427102 ], [ -75.040787900090706, 40.066105586375201 ], [ -75.040603870299293, 40.065992248948099 ], [ -75.040417886509402, 40.065883071235604 ], [ -75.040325151730201, 40.065833251275798 ], [ -75.040168678744394, 40.065745967170798 ], [ -75.040039375550805, 40.065672026643398 ], [ -75.039872397659806, 40.065579259258897 ], [ -75.039749987339306, 40.065511745068797 ], [ -75.039701128790895, 40.065482098703498 ], [ -75.039540146969898, 40.065373509236402 ], [ -75.039414075197598, 40.065285825686502 ], [ -75.039305560090298, 40.065206023180302 ], [ -75.039163070962303, 40.065104305621503 ], [ -75.039055450391203, 40.065024523968901 ], [ -75.038916070473903, 40.064934466053003 ], [ -75.038826314594402, 40.0648772481034 ], [ -75.038742464369605, 40.064828752840803 ], [ -75.038697947250895, 40.064802298170498 ], [ -75.038621412007998, 40.064749682817798 ], [ -75.038514685410405, 40.064669921724303 ], [ -75.038421138130502, 40.064595793152897 ], [ -75.038280096248002, 40.064480290972298 ], [ -75.038167459284196, 40.064391893137902 ], [ -75.038051718926894, 40.064291749723601 ], [ -75.037981684386494, 40.064233022342499 ], [ -75.037927981720799, 40.064190473128797 ], [ -75.037873766904895, 40.064138384986599 ], [ -75.037802204245807, 40.064073185210603 ], [ -75.037704366184101, 40.0639946630263 ], [ -75.037556646372096, 40.063867415641802 ], [ -75.037480620491095, 40.063802110287597 ], [ -75.037384229282097, 40.0637321179804 ], [ -75.037253269678402, 40.063632730802702 ], [ -75.037097140647006, 40.063514724562403 ], [ -75.036946408646202, 40.063395816532399 ], [ -75.036856308976098, 40.063324943311699 ], [ -75.036764509752402, 40.063251883577699 ], [ -75.036540217166205, 40.063050819049202 ], [ -75.036438465918806, 40.062958471273298 ], [ -75.036317964053197, 40.062843451605801 ], [ -75.036249127085298, 40.062777199664097 ], [ -75.036163787734097, 40.062699056878401 ], [ -75.036036738300297, 40.062569034711899 ], [ -75.035837360002901, 40.062370702593299 ], [ -75.035715201652096, 40.062252467804399 ], [ -75.035605332800998, 40.0621397583201 ], [ -75.035463613333505, 40.061996772363202 ], [ -75.035372623780304, 40.061903561416301 ], [ -75.035277124991495, 40.061811360252598 ], [ -75.035047522417301, 40.061586909159999 ], [ -75.034928673532093, 40.061475359981699 ], [ -75.034964840842505, 40.061375455379903 ], [ -75.034994203443503, 40.061311608663601 ], [ -75.035030752454006, 40.061246815350998 ], [ -75.035060626737206, 40.061192507534898 ], [ -75.035087060981397, 40.061157171172603 ], [ -75.035103167323896, 40.061134292896199 ], [ -75.035112602471699, 40.061121813709804 ], [ -75.035125313384697, 40.061116793344397 ], [ -75.035157484834897, 40.061072065708203 ], [ -75.0352015155853, 40.061021267665801 ], [ -75.035243166641806, 40.060962946362103 ], [ -75.035280477538905, 40.060901432789201 ], [ -75.035306444286107, 40.060855443910803 ], [ -75.035318082876401, 40.060810231091601 ], [ -75.035330273887297, 40.0607512136908 ], [ -75.035341912443798, 40.060706000868898 ], [ -75.035345766361402, 40.060632025449202 ], [ -75.035344567105199, 40.060595006224801 ], [ -75.035337249224298, 40.060554580624903 ], [ -75.035327626592405, 40.060482432193602 ], [ -75.035322859900404, 40.060445243078703 ], [ -75.035323142993207, 40.060371182387499 ], [ -75.035325301322004, 40.0603172486517 ], [ -75.035329371991494, 40.060260185693302 ], [ -75.035339516108806, 40.060185328090697 ], [ -75.035352726650402, 40.060123159470002 ], [ -75.035382883243301, 40.059994789973899 ], [ -75.035424935951994, 40.059837092969602 ], [ -75.035446223072697, 40.059774085262099 ], [ -75.035469163414106, 40.0596920629647 ], [ -75.035491936178204, 40.059636557369203 ], [ -75.035528479749502, 40.059549534842702 ], [ -75.035562472664594, 40.059481592192398 ], [ -75.035613598454503, 40.059409762594299 ], [ -75.035626219152704, 40.059384656501997 ], [ -75.035668627045396, 40.059307385807102 ], [ -75.035704449729906, 40.059238369944801 ], [ -75.035725317365802, 40.059208137961498 ], [ -75.035744777015395, 40.0591684305885 ], [ -75.0357578970562, 40.059086177146597 ], [ -75.035774755991, 40.058999805921097 ], [ -75.035776745786904, 40.058950074311497 ], [ -75.035777458646706, 40.058909924957803 ], [ -75.0357693749189, 40.058866305983798 ], [ -75.035745210942594, 40.058777935718602 ], [ -75.035720964691507, 40.058691623307602 ], [ -75.035706882603094, 40.0586415976029 ], [ -75.035682849139704, 40.058549969495701 ], [ -75.035679139758599, 40.058508685762298 ], [ -75.035665183984904, 40.058433173173199 ], [ -75.035664578147603, 40.0583813195339 ], [ -75.035667718663504, 40.058347493448203 ], [ -75.035677656964097, 40.058300095027498 ], [ -75.035698471498094, 40.058226519394204 ], [ -75.035717250880296, 40.0581814752464 ], [ -75.035743638273502, 40.058124939506001 ], [ -75.035786262107806, 40.0580645812258 ], [ -75.035806745155597, 40.0580439516716 ], [ -75.035849888358001, 40.058015275815698 ], [ -75.035950794628206, 40.057972171754002 ], [ -75.036011661088693, 40.057947175420999 ], [ -75.036041922401097, 40.057927806715398 ], [ -75.036066658662904, 40.057890199048899 ], [ -75.036065110982307, 40.057817210620897 ], [ -75.036047466734303, 40.057722214908502 ], [ -75.036027535564997, 40.057617380645901 ], [ -75.035993117641198, 40.057472638068198 ], [ -75.035963978583595, 40.057374623489203 ], [ -75.035945424773104, 40.057280035166997 ], [ -75.035936831885707, 40.057204477194702 ], [ -75.0359367308657, 40.057162334407401 ], [ -75.035939221306805, 40.057100084591497 ], [ -75.035945128890404, 40.0570640910611 ], [ -75.035959996700797, 40.057005136845 ], [ -75.035985284153597, 40.0569314100361 ], [ -75.036011707816897, 40.056851615347199 ], [ -75.036030033781401, 40.056817890275703 ], [ -75.036059431963906, 40.0567754144326 ], [ -75.036097426677799, 40.056719066317797 ], [ -75.036136152772599, 40.056666769478099 ], [ -75.036192777911396, 40.056613779924398 ], [ -75.036245464143306, 40.056569879924801 ], [ -75.036283871065606, 40.056525557018603 ], [ -75.036339718766698, 40.056469630526898 ], [ -75.036383361509905, 40.056428435367401 ], [ -75.036465336377205, 40.056367118618802 ], [ -75.036529018872599, 40.056316354501803 ], [ -75.036579199110406, 40.0562904189118 ], [ -75.036638666024302, 40.056255691209998 ], [ -75.036701706983706, 40.056220961386202 ], [ -75.036765056622102, 40.056156200455 ], [ -75.036820254409093, 40.056094165484197 ], [ -75.036938627717703, 40.0559493407183 ], [ -75.037025209985998, 40.055839812597398 ], [ -75.037100836643603, 40.055736119528099 ], [ -75.0371979576298, 40.055608816409197 ], [ -75.037221916344706, 40.055568271657897 ], [ -75.037282771895306, 40.055454101873401 ], [ -75.037359961160504, 40.055311308368502 ], [ -75.037403692519007, 40.055200853805999 ], [ -75.037460192627904, 40.055061520153203 ], [ -75.037506340718096, 40.054912930644299 ], [ -75.037537052299101, 40.054815214061897 ], [ -75.037578968644695, 40.054638373962 ], [ -75.037601968494798, 40.054532407276 ], [ -75.037614586992802, 40.054440271715102 ], [ -75.037622638677504, 40.054395317324101 ], [ -75.037634755882905, 40.054360414637003 ], [ -75.037643914041098, 40.054332480201701 ], [ -75.037667474348495, 40.054301882585797 ], [ -75.037769415321605, 40.054165681427399 ], [ -75.037857325402598, 40.054045197580301 ], [ -75.037898808782103, 40.053990905496498 ], [ -75.037936489911701, 40.053964674291798 ], [ -75.038006013004406, 40.053924175127399 ], [ -75.038074689102103, 40.053882540426997 ], [ -75.038092410000203, 40.0538639060088 ], [ -75.038119739315604, 40.053828418067603 ], [ -75.038150341347006, 40.053755759707201 ], [ -75.038171943105198, 40.053707092032099 ], [ -75.038200598673598, 40.053638421721502 ], [ -75.0382320402137, 40.053544756222003 ], [ -75.038257766053405, 40.053459967215602 ], [ -75.038279189790103, 40.053371042649196 ], [ -75.038292237451401, 40.0532457882057 ], [ -75.038297151730504, 40.053167546064003 ], [ -75.038293722102196, 40.053119230923897 ], [ -75.038258948267895, 40.053028035545701 ], [ -75.038206114936997, 40.052919249730202 ], [ -75.038187113294498, 40.052880522723001 ], [ -75.038268341629305, 40.052882440108398 ], [ -75.038374479479302, 40.052864690657401 ], [ -75.038474930964796, 40.052832731571598 ], [ -75.038547772860198, 40.052798576356302 ], [ -75.038612185416596, 40.052751776829403 ], [ -75.038663213220104, 40.052704575773603 ], [ -75.038712120485897, 40.052643334926898 ], [ -75.038765987585293, 40.052569766694702 ], [ -75.038790232120604, 40.052522019090901 ], [ -75.038865486817301, 40.052407931597998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29639, "tnode_": 29640, "lpoly_": null, "rpoly_": null, "length": 4402.31410848, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 2813, "l_t_add": 3091, "r_f_add": 2812, "r_t_add": 3090, "st_code": 1285, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 960964, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39077, "Shape__Length": 1754.9497830638543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038865486817301, 40.052407931597998 ], [ -75.038930039834796, 40.052310068137402 ], [ -75.038969001054497, 40.052251768681401 ], [ -75.038991775330004, 40.052196090431501 ], [ -75.039011515257101, 40.0521045517159 ], [ -75.039025464380103, 40.0520237754615 ], [ -75.039042610414995, 40.051952430262702 ], [ -75.039070071866206, 40.051868884065101 ], [ -75.039107105259902, 40.051791742246202 ], [ -75.039158935955101, 40.051724390807699 ], [ -75.039237402295896, 40.051638872831496 ], [ -75.039277174827902, 40.051560251196598 ], [ -75.039295356618894, 40.051507725435201 ], [ -75.039309596781294, 40.051464376680002 ], [ -75.039345094556197, 40.051380933550703 ], [ -75.039397899110398, 40.051266830525101 ], [ -75.039436197788604, 40.051180363755201 ], [ -75.039452739823005, 40.051079394812099 ], [ -75.039475469383405, 40.050913000561401 ], [ -75.039487174953706, 40.050821272213298 ], [ -75.039493008145101, 40.050787079793999 ], [ -75.039508013884898, 40.050746924387198 ], [ -75.039543156747897, 40.050694713180398 ], [ -75.039562378754297, 40.050660836655901 ], [ -75.039577488652498, 40.050595708361897 ], [ -75.039575224344105, 40.050495840090399 ], [ -75.039575015311698, 40.050344525234202 ], [ -75.039569635731596, 40.050188454275798 ], [ -75.039555141983101, 40.050036887979502 ], [ -75.039551654339405, 40.049922915518302 ], [ -75.039566494950606, 40.049842160249 ], [ -75.039592231421295, 40.0497570279502 ], [ -75.039604186677806, 40.049659040474999 ], [ -75.039626811183695, 40.049517619061398 ], [ -75.039638204595605, 40.049433693648901 ], [ -75.039655349332094, 40.049362348349 ], [ -75.039682997414999, 40.049274084931099 ], [ -75.039716601635803, 40.049148543177402 ], [ -75.0397310267807, 40.049033448939603 ], [ -75.039736668684597, 40.048936942504199 ], [ -75.039733556777307, 40.048880653399699 ], [ -75.039718711339802, 40.048827349268201 ], [ -75.039686787325294, 40.048776645393801 ], [ -75.039630056490907, 40.048720722110197 ], [ -75.039540943399899, 40.048670299753901 ], [ -75.039470846831193, 40.048635860156701 ], [ -75.039388707329607, 40.048612122866402 ], [ -75.039193155338197, 40.048587168069503 ], [ -75.038974828574297, 40.048550861036901 ], [ -75.038861969995807, 40.048535752208103 ], [ -75.038769454141402, 40.048525759302002 ], [ -75.0387147389321, 40.048508847287899 ], [ -75.038653318399099, 40.048480877863597 ], [ -75.038587681827195, 40.048446629480999 ], [ -75.038531681917306, 40.048417156129098 ], [ -75.038495707165495, 40.048400772852602 ], [ -75.038460690108494, 40.048382781266803 ], [ -75.038403151882804, 40.048347093027203 ], [ -75.038335149747297, 40.048304978338997 ], [ -75.038267920300797, 40.048265885955097 ], [ -75.038216128677206, 40.048242863297403 ], [ -75.038160582946304, 40.048224387002101 ], [ -75.038058043586503, 40.0481969909467 ], [ -75.037969908606698, 40.048166845161802 ], [ -75.037920338700502, 40.048132975695502 ], [ -75.037886714882603, 40.0481024867941 ], [ -75.037858109182395, 40.048058211326698 ], [ -75.037837354792202, 40.048018671532702 ], [ -75.0378082521366, 40.047986829646398 ], [ -75.037771431860705, 40.047946909617202 ], [ -75.037684541601493, 40.047885638220002 ], [ -75.037588394379895, 40.047810073744799 ], [ -75.037411029526595, 40.047665474695101 ], [ -75.037327318092807, 40.047591748045299 ], [ -75.037254709427302, 40.047530814456003 ], [ -75.037192397869106, 40.047502822271497 ], [ -75.037129193778696, 40.0474748098747 ], [ -75.037112485639199, 40.047468150273097 ], [ -75.037062004675704, 40.047412373241897 ], [ -75.036961107072997, 40.047299275321599 ], [ -75.036906995654903, 40.047244956875801 ], [ -75.036847278736204, 40.047196771923801 ], [ -75.036744763391098, 40.047124145093598 ], [ -75.036715349593194, 40.0471001058797 ], [ -75.036674771672196, 40.047064817327602 ], [ -75.036568479820602, 40.046974936081298 ], [ -75.036444271121994, 40.046886262394899 ], [ -75.036311969326107, 40.0467989426824 ], [ -75.036165140345204, 40.046717459022901 ], [ -75.036027941006694, 40.046640922392697 ], [ -75.035926336652594, 40.046590201977899 ], [ -75.035876275008206, 40.046568678794102 ], [ -75.035832708135302, 40.046541128726602 ], [ -75.035734218446706, 40.046479582595801 ], [ -75.035640586799602, 40.046430594706898 ], [ -75.035565451457103, 40.046388224133899 ], [ -75.035456004856499, 40.0463325982562 ], [ -75.035360275188495, 40.046291370874798 ], [ -75.035277375563894, 40.0462644363677 ], [ -75.035205639767696, 40.046248751275598 ], [ -75.035102356633601, 40.046240045264597 ], [ -75.035027445792494, 40.046236730360903 ], [ -75.034913720416597, 40.046243397126901 ], [ -75.034850038486894, 40.046249702245099 ], [ -75.034768631742594, 40.046252412150999 ], [ -75.034697747796898, 40.046260091353403 ], [ -75.034611625601002, 40.046269041207097 ], [ -75.034548650826395, 40.046279997892199 ], [ -75.034485487316502, 40.046295669797203 ], [ -75.034398369848702, 40.0463294848511 ], [ -75.034288898004107, 40.046386116736301 ], [ -75.034207525786499, 40.046432598421397 ], [ -75.034103426177495, 40.046511241925998 ], [ -75.034059276842697, 40.046542898211896 ], [ -75.033968564923896, 40.046621858131303 ], [ -75.033871206836693, 40.046710617473003 ], [ -75.033817284084407, 40.046763240755602 ], [ -75.033763690779097, 40.046807632574499 ], [ -75.033717526098897, 40.046867305285403 ], [ -75.033653290877695, 40.046954358073798 ], [ -75.033616556011793, 40.047023952669598 ], [ -75.033586342353502, 40.0470868345379 ], [ -75.033568728374902, 40.047125125458003 ], [ -75.033556136649494, 40.047171859970902 ], [ -75.033541831875297, 40.047261381033799 ], [ -75.033535549675193, 40.047329034928701 ], [ -75.033521134986501, 40.047421299800703 ], [ -75.033502758729497, 40.047523254624799 ], [ -75.033491969076195, 40.047614232013501 ], [ -75.033488635688499, 40.047652860630699 ], [ -75.033489092206494, 40.047686086051002 ], [ -75.033503221890896, 40.047734825669302 ], [ -75.033519081769199, 40.047784979405399 ], [ -75.033540853133204, 40.047821368778401 ], [ -75.033558937540903, 40.047860590372402 ], [ -75.033575241532702, 40.047899682459203 ], [ -75.033578822011293, 40.047921824909601 ], [ -75.033579611593495, 40.047946732472397 ], [ -75.033565058363195, 40.047975483337801 ], [ -75.033531158467696, 40.048018881959003 ], [ -75.033484649489097, 40.0480648144041 ], [ -75.033448906034593, 40.048109628212103 ], [ -75.033431006806893, 40.048132721515103 ], [ -75.033378922625602, 40.048184014896897 ], [ -75.033323487867193, 40.048229736197598 ], [ -75.033274026268401, 40.048282464762501 ], [ -75.033238062825802, 40.048332766128603 ], [ -75.033207399745805, 40.048384566044497 ], [ -75.033195140569603, 40.048422983559703 ], [ -75.033192136581206, 40.048453380730699 ], [ -75.033193385830899, 40.048511428196399 ], [ -75.033212373005497, 40.048572727177003 ], [ -75.033219581920804, 40.048615810330702 ], [ -75.033220274969693, 40.048687748794002 ], [ -75.033218561697396, 40.048730535337498 ], [ -75.033209168632993, 40.048831243773101 ], [ -75.033201433858906, 40.048890538470999 ], [ -75.033178920212606, 40.048961927191399 ], [ -75.033144092224703, 40.049073106221798 ], [ -75.033126484215899, 40.049133539712898 ], [ -75.033118183114993, 40.049162352796998 ], [ -75.033104746377504, 40.049185550696897 ], [ -75.033049559904796, 40.049264748284997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29640, "tnode_": 28864, "lpoly_": null, "rpoly_": null, "length": 2144.6480180600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PENNYPACK", "st_type": "PATH", "suf_dir": " ", "zip_left": 19136, "zip_right": 19136, "l_f_add": 3093, "l_t_add": 3199, "r_f_add": 3092, "r_t_add": 3198, "st_code": 1285, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 960965, "oneway": "B", "class": 12, "responsibl": "FAIRMOUNT PARK", "update_": "2011-02-28T00:00:00Z", "newsegdate": "2011-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PENNYPACK PATH", "stname": "PENNYPACK PATH", "objectid": 39078, "Shape__Length": 853.59762651370477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033049559904796, 40.049264748284997 ], [ -75.0329938432685, 40.049344709117001 ], [ -75.032985542121494, 40.049373521291002 ], [ -75.032964205431099, 40.0494601295728 ], [ -75.0329508402302, 40.049526157114499 ], [ -75.032949414787495, 40.0496063703077 ], [ -75.032946317532506, 40.049683711047201 ], [ -75.032936687397793, 40.049745707313797 ], [ -75.032933906459505, 40.049770530433598 ], [ -75.032922034891499, 40.049799259057302 ], [ -75.032870940260807, 40.049825772353699 ], [ -75.032834416242906, 40.049867734624002 ], [ -75.032801857080898, 40.049922236915002 ], [ -75.032747154869597, 40.049994237404903 ], [ -75.032687601556404, 40.050075822061203 ], [ -75.032685706503102, 40.0500785236461 ], [ -75.032629108948996, 40.050153226564198 ], [ -75.032591688562107, 40.050195254062103 ], [ -75.032544727892201, 40.050230104243902 ], [ -75.032453367776398, 40.050280468164097 ], [ -75.032421519475506, 40.050294905613697 ], [ -75.032405229743702, 40.050300098678697 ], [ -75.032369804601302, 40.050292309010899 ], [ -75.032316692667095, 40.050279981295297 ], [ -75.032292756617494, 40.050275295414501 ], [ -75.032242261093103, 40.050242259377001 ], [ -75.032000155061198, 40.050085822068802 ], [ -75.031968242011402, 40.050079574175498 ], [ -75.031880154842298, 40.050070537435602 ], [ -75.031812483646206, 40.050064816619702 ], [ -75.031726013317595, 40.050060024136499 ], [ -75.031627214041194, 40.050050734626602 ], [ -75.031510674310695, 40.050038278803697 ], [ -75.031398144717798, 40.050014932115303 ], [ -75.031271282428307, 40.049992532815999 ], [ -75.031154907794203, 40.049975960917401 ], [ -75.031105032175304, 40.049972034062897 ], [ -75.031064086946003, 40.049968232954001 ], [ -75.030996700289293, 40.049977709256098 ], [ -75.0309336665443, 40.049990034962597 ], [ -75.030841562556603, 40.049992060095803 ], [ -75.030742486317095, 40.049989714895801 ], [ -75.0306852513081, 40.049991106478899 ], [ -75.030654793658101, 40.049993131906497 ], [ -75.030601743133005, 40.050001575035601 ], [ -75.030560351145695, 40.0500089200224 ], [ -75.030505957652693, 40.050006259163702 ], [ -75.030368164759906, 40.049989092923603 ], [ -75.030246211472402, 40.049977966454399 ], [ -75.030215918803293, 40.049975876052201 ], [ -75.030004766178806, 40.049961178628401 ], [ -75.029858825661293, 40.049946651770902 ], [ -75.029704798172702, 40.049933306432997 ], [ -75.029540334900005, 40.049912846816298 ], [ -75.029479973137896, 40.049903092496301 ], [ -75.029360636226698, 40.049871256835701 ], [ -75.029260882225302, 40.049841258960797 ], [ -75.029140208545499, 40.049798234549101 ], [ -75.028979191836598, 40.049736402734602 ], [ -75.028818906389006, 40.0496786211298 ], [ -75.028718647813704, 40.049638911867 ], [ -75.028600145181898, 40.049586325849297 ], [ -75.028417313889904, 40.049511531968399 ], [ -75.0282090444678, 40.049424977313102 ], [ -75.028057682641204, 40.049367492544299 ], [ -75.027955861168806, 40.049322252730803 ], [ -75.027842549960496, 40.049273908540897 ], [ -75.027773089810395, 40.049245999501302 ], [ -75.027700676747202, 40.049224887380703 ], [ -75.027630826733002, 40.049206667969599 ], [ -75.027484217188899, 40.049186628457697 ], [ -75.027383690854705, 40.049175921116102 ], [ -75.027261409187204, 40.049173022897897 ], [ -75.027167744725006, 40.0491694296445 ], [ -75.027064205808301, 40.0491669754648 ], [ -75.026963624508497, 40.049157639658802 ], [ -75.026870235398206, 40.049147186648099 ], [ -75.026790348408497, 40.0491342207226 ], [ -75.026731100563396, 40.049118998505698 ], [ -75.026662093021201, 40.0491020860769 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29673, "tnode_": 29048, "lpoly_": null, "rpoly_": null, "length": 292.96272318999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9200, "l_t_add": 9218, "r_f_add": 9201, "r_t_add": 9219, "st_code": 18040, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 960969, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-03-11T00:00:00Z", "newsegdate": "2011-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 39079, "Shape__Length": 116.82575123443333 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029639098340596, 40.071937739958102 ], [ -75.029012470875102, 40.072581951682999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29674, "tnode_": 29673, "lpoly_": null, "rpoly_": null, "length": 204.40935577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREGG", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2401, "l_t_add": 2499, "r_f_add": 2400, "r_t_add": 2498, "st_code": 38760, "l_hundred": 2400, "r_hundred": 2400, "seg_id": 960970, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-03-11T00:00:00Z", "newsegdate": "2011-03-11T00:00:00Z", "multi_rep": 0, "streetlabe": "GREGG ST", "stname": "GREGG ST", "objectid": 39080, "Shape__Length": 81.429659309865571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030213084705196, 40.072284742273503 ], [ -75.029639098340596, 40.071937739958102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29739, "tnode_": 29673, "lpoly_": null, "rpoly_": null, "length": 551.89843527000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9110, "l_t_add": 9198, "r_f_add": 9111, "r_t_add": 9199, "st_code": 18040, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960971, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-10-11T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 39081, "Shape__Length": 220.08095450418026 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030816606631006, 40.070722500274698 ], [ -75.030748565822194, 40.0707970994495 ], [ -75.029639098340596, 40.071937739958102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2485, "tnode_": 29739, "lpoly_": null, "rpoly_": null, "length": 228.6953804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUE GRASS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9108, "r_f_add": 9101, "r_t_add": 9109, "st_code": 18040, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960972, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2011-10-11T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BLUE GRASS RD", "stname": "BLUE GRASS RD", "objectid": 39082, "Shape__Length": 91.205654195380944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031285532824398, 40.070208363813599 ], [ -75.030816606631006, 40.070722500274698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29739, "tnode_": 29740, "lpoly_": null, "rpoly_": null, "length": 200.52768813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARWITHAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 21765, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 960973, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-10-11T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "CARWITHAN ST", "stname": "CARWITHAN ST", "objectid": 39083, "Shape__Length": 79.878743592035008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030816606631006, 40.070722500274698 ], [ -75.030249544717904, 40.070386017691902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29741, "tnode_": 29742, "lpoly_": null, "rpoly_": null, "length": 710.59543087000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DONALDSON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9100, "l_t_add": 9138, "r_f_add": 9101, "r_t_add": 9139, "st_code": 28860, "l_hundred": 9100, "r_hundred": 9100, "seg_id": 960974, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2011-10-11T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "DONALDSON ST", "stname": "DONALDSON ST", "objectid": 39084, "Shape__Length": 283.3109839885858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030395502055299, 40.069050609925 ], [ -75.029789557675002, 40.069662232529801 ], [ -75.029771299654598, 40.069793905545197 ], [ -75.029405664001203, 40.0701740873021 ], [ -75.029296060412193, 40.070156536626499 ], [ -75.029204205575098, 40.070181779933201 ], [ -75.029127558857695, 40.070232308210102 ], [ -75.029127658743107, 40.070229818261303 ], [ -75.028851186010698, 40.070489974437002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2485, "tnode_": 29741, "lpoly_": null, "rpoly_": null, "length": 489.81874656999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2501, "l_t_add": 2525, "r_f_add": 2630, "r_t_add": 2648, "st_code": 82240, "l_hundred": 2500, "r_hundred": 2600, "seg_id": 960975, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2012-11-14T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 39085, "Shape__Length": 195.39578274327283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031285532824398, 40.070208363813599 ], [ -75.030395502055299, 40.069050609925 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29741, "tnode_": 2658, "lpoly_": null, "rpoly_": null, "length": 122.54879539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19152, "l_f_add": 2527, "l_t_add": 2553, "r_f_add": 2650, "r_t_add": 2650, "st_code": 82240, "l_hundred": 2500, "r_hundred": 2600, "seg_id": 960976, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "2011-10-11T00:00:00Z", "newsegdate": "2011-10-11T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 39086, "Shape__Length": 48.885969361650467 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030395502055299, 40.069050609925 ], [ -75.030172827404797, 40.068760948245 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1275, "tnode_": 1102, "lpoly_": null, "rpoly_": null, "length": 2331.5542479700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 11500, "r_f_add": 10901, "r_t_add": 11501, "st_code": 60020, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980001, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 39087, "Shape__Length": 929.08143112719995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009362349740201, 40.090385288959403 ], [ -75.009004806056794, 40.090380359588998 ], [ -75.008759117238498, 40.090400265461199 ], [ -75.008522441430898, 40.090446150653797 ], [ -75.008305144525195, 40.090510532293401 ], [ -75.008083247241501, 40.090605721832297 ], [ -75.0079327687329, 40.090676850721202 ], [ -75.005387036010902, 40.092407681042502 ], [ -75.003909212623299, 40.093440642033897 ], [ -75.002845067534594, 40.094166046433699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1300, "tnode_": 1225, "lpoly_": null, "rpoly_": null, "length": 1262.94859428, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10600, "l_t_add": 10798, "r_f_add": 10601, "r_t_add": 10799, "st_code": 27860, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 980002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR RD", "stname": "DECATUR RD", "objectid": 39088, "Shape__Length": 503.35800543415712 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996422734098203, 40.089015560493202 ], [ -74.994348502559106, 40.090407103810399 ], [ -74.993037384826096, 40.091308720852297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1295, "tnode_": 1194, "lpoly_": null, "rpoly_": null, "length": 1411.01476991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUTTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 29710, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUTTON RD", "stname": "DUTTON RD", "objectid": 39089, "Shape__Length": 562.49597522207955 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990008050617504, 40.089077891442301 ], [ -74.989829634732203, 40.089090184969599 ], [ -74.989728834405398, 40.089130806419597 ], [ -74.989622514919901, 40.089201092557303 ], [ -74.988672756762398, 40.090082160044403 ], [ -74.988435751778198, 40.090291675693798 ], [ -74.988208704799803, 40.090468320504201 ], [ -74.987795389359306, 40.090772925677001 ], [ -74.986902662995305, 40.0914169640916 ], [ -74.986437338108601, 40.091752732969901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1327, "tnode_": 1279, "lpoly_": null, "rpoly_": null, "length": 688.91975911999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 80980, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39090, "Shape__Length": 274.83036199005477 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980604471193999, 40.087923868562399 ], [ -74.980563137273606, 40.088192442433098 ], [ -74.980491918764201, 40.088432560452397 ], [ -74.980364440047396, 40.088625906268398 ], [ -74.980215090802901, 40.0888164857842 ], [ -74.980044222000402, 40.088955124379503 ], [ -74.979337070555701, 40.089464149572599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1305, "tnode_": 1292, "lpoly_": null, "rpoly_": null, "length": 620.46771431000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALINA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 70760, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALINA RD", "stname": "SALINA RD", "objectid": 39091, "Shape__Length": 247.20930996422521 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979183134283005, 40.088522310509397 ], [ -74.978391795147203, 40.088238004553801 ], [ -74.977417989716002, 40.088949408789503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1316, "tnode_": 1327, "lpoly_": null, "rpoly_": null, "length": 463.61276691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3551, "l_t_add": 3799, "r_f_add": 3550, "r_t_add": 3798, "st_code": 24460, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 39092, "Shape__Length": 184.53324722168969 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982162375924204, 40.088275402187698 ], [ -74.981969149925206, 40.088167406497497 ], [ -74.981764021195701, 40.088082355123902 ], [ -74.981491181844305, 40.088002742252598 ], [ -74.981201194257594, 40.087967482480799 ], [ -74.980604471193999, 40.087923868562399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1574, "tnode_": 1300, "lpoly_": null, "rpoly_": null, "length": 3408.2041804099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUMMOND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10300, "l_t_add": 10598, "r_f_add": 10301, "r_t_add": 10599, "st_code": 29210, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 980009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUMMOND RD", "stname": "DRUMMOND RD", "objectid": 39093, "Shape__Length": 1359.6798227643735 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998757168700493, 40.0813295932128 ], [ -74.998399254431206, 40.0815854054689 ], [ -74.997732800586306, 40.082042255021499 ], [ -74.997358693815997, 40.0822800687734 ], [ -74.996902327652506, 40.082549089871101 ], [ -74.995139928174595, 40.083609371797202 ], [ -74.995047015785403, 40.083679001831499 ], [ -74.9949782237167, 40.0837518708178 ], [ -74.994911166187094, 40.083867363808302 ], [ -74.994864228170201, 40.083999306810199 ], [ -74.994868671385703, 40.084145788397997 ], [ -74.995449136236402, 40.088024007859801 ], [ -74.995483001272802, 40.088128612897698 ], [ -74.995544451833496, 40.088236539828202 ], [ -74.995640843081901, 40.088337320598797 ], [ -74.996422734098203, 40.089015560493202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1356, "tnode_": 1313, "lpoly_": null, "rpoly_": null, "length": 666.32752155000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 33630, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARWELL RD", "stname": "FARWELL RD", "objectid": 39094, "Shape__Length": 265.64211534750643 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977827501584997, 40.086832452892899 ], [ -74.976823363312207, 40.087560149527597 ], [ -74.976717451243204, 40.087662762391801 ], [ -74.976803658715099, 40.087754987154 ], [ -74.977259991743907, 40.088144901317797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1349, "tnode_": 1344, "lpoly_": null, "rpoly_": null, "length": 604.19672616999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 25440, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERT RD", "stname": "COVERT RD", "objectid": 39095, "Shape__Length": 240.54172747828397 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980369668698899, 40.087051156409601 ], [ -74.980172763480795, 40.087085051086397 ], [ -74.980034087023498, 40.087100558572601 ], [ -74.979874247016895, 40.087108486953298 ], [ -74.979733659675503, 40.087095674306198 ], [ -74.979563100619302, 40.087065645006199 ], [ -74.979435925313297, 40.087024880646297 ], [ -74.979284715594602, 40.0869717552984 ], [ -74.979156579941403, 40.086954529509498 ], [ -74.979018192103098, 40.086962973845097 ], [ -74.978844555383404, 40.087008267978099 ], [ -74.9784149953732, 40.087312558278299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1383, "tnode_": 1378, "lpoly_": null, "rpoly_": null, "length": 665.38017002999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 11630, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA DR", "stname": "ALBERTA DR", "objectid": 39096, "Shape__Length": 264.98163605139064 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978995195182804, 40.085991455013101 ], [ -74.978829441167505, 40.085854601569999 ], [ -74.978676849545295, 40.085744285438402 ], [ -74.978518890222205, 40.085675933084303 ], [ -74.978337656969302, 40.0856406940025 ], [ -74.978151513856801, 40.085636205038497 ], [ -74.977982473247494, 40.085660191140597 ], [ -74.977735409985797, 40.085715968959697 ], [ -74.977475906556705, 40.085807927755198 ], [ -74.977259742433006, 40.085912156131201 ], [ -74.9771251368837, 40.085987483841798 ], [ -74.976954686623998, 40.086110223175901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1475, "tnode_": 1497, "lpoly_": null, "rpoly_": null, "length": 838.85862242000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARMDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 33520, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980013, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARMDALE RD", "stname": "FARMDALE RD", "objectid": 39097, "Shape__Length": 334.17875213286936 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972057680079402, 40.083058818524002 ], [ -74.9712539523196, 40.083353331462803 ], [ -74.971141376257506, 40.083357069397302 ], [ -74.971010987256307, 40.083343512066499 ], [ -74.970877791643005, 40.083288266237297 ], [ -74.970760117598601, 40.083184838654198 ], [ -74.970706020627802, 40.083072543721798 ], [ -74.970701969629204, 40.0829510534234 ], [ -74.970756842451607, 40.082824051578598 ], [ -74.970860482606597, 40.082719039207703 ], [ -74.971640859831496, 40.082418336577703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1460, "tnode_": 1506, "lpoly_": null, "rpoly_": null, "length": 824.05737382000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 19350, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKVIEW RD", "stname": "BROOKVIEW RD", "objectid": 39098, "Shape__Length": 328.37411587652969 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9887466158428, 40.083893508891798 ], [ -74.988373540872303, 40.083687924575301 ], [ -74.9878812508735, 40.083495482350401 ], [ -74.987405856422598, 40.083346446537497 ], [ -74.986916038941501, 40.083210678875602 ], [ -74.986878825648802, 40.083171009543499 ], [ -74.9868551965845, 40.083121060335202 ], [ -74.987042109962701, 40.082550116811902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1470, "tnode_": 1498, "lpoly_": null, "rpoly_": null, "length": 914.92085624000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VIOLET", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 80220, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VIOLET DR", "stname": "VIOLET DR", "objectid": 39099, "Shape__Length": 364.58160168552831 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9804430145808, 40.083308096326398 ], [ -74.980362238251004, 40.083132775256601 ], [ -74.980199374359998, 40.082907261505397 ], [ -74.980023543639405, 40.082751411049898 ], [ -74.979766343537307, 40.082605260675102 ], [ -74.978802143463994, 40.082173826453101 ], [ -74.978620287758304, 40.082165554185202 ], [ -74.978441741679305, 40.082200123469804 ], [ -74.978312960937103, 40.082255330507003 ], [ -74.978213405735801, 40.0823384554295 ], [ -74.978029590089506, 40.082545943711303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1514, "tnode_": 1431, "lpoly_": null, "rpoly_": null, "length": 1013.4136957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11080, "l_t_add": 11098, "r_f_add": 11081, "r_t_add": 11099, "st_code": 48020, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980016, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39100, "Shape__Length": 404.33939356344803 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975624438474796, 40.082155244454 ], [ -74.973766398489602, 40.084543176763702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1478, "tnode_": 1501, "lpoly_": null, "rpoly_": null, "length": 971.97479926999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNSIDE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 49600, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980017, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNSIDE RD", "stname": "LAWNSIDE RD", "objectid": 39101, "Shape__Length": 387.39969074929701 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969207956298803, 40.082933214901203 ], [ -74.969900744468106, 40.082449575700302 ], [ -74.969969293484496, 40.082319436795601 ], [ -74.9699978124697, 40.082174456689003 ], [ -74.969963323706097, 40.082024483370603 ], [ -74.969856521085006, 40.081876229910797 ], [ -74.969689374246002, 40.081768136139303 ], [ -74.969488379579701, 40.081714716635403 ], [ -74.969289481649795, 40.081720309143101 ], [ -74.969171491245106, 40.081734796331801 ], [ -74.9690804756018, 40.081767005114003 ], [ -74.968406684650901, 40.082219505755397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1510, "tnode_": 1507, "lpoly_": null, "rpoly_": null, "length": 587.33452254000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3799, "r_f_add": 3600, "r_t_add": 3798, "st_code": 22200, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39102, "Shape__Length": 233.65752364026352 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983907503030196, 40.082339744867703 ], [ -74.982304265218602, 40.0823812228709 ], [ -74.982019074406097, 40.082375882010403 ], [ -74.981810073736895, 40.082364270460502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1513, "tnode_": 1510, "lpoly_": null, "rpoly_": null, "length": 525.27709889000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3525, "l_t_add": 3599, "r_f_add": 3550, "r_t_add": 3598, "st_code": 22200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39103, "Shape__Length": 208.9701627418749 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985782325745504, 40.082352298175202 ], [ -74.985379583682899, 40.082326323354401 ], [ -74.985068152849394, 40.082316013012999 ], [ -74.984756377687901, 40.082314148251903 ], [ -74.983907503030196, 40.082339744867703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1557, "tnode_": 1519, "lpoly_": null, "rpoly_": null, "length": 511.95837991000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10825, "st_code": 56485, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA DR", "stname": "MODENA DR", "objectid": 39104, "Shape__Length": 204.07387290311786 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992330345422502, 40.081524443644902 ], [ -74.992327281485402, 40.081638443095798 ], [ -74.992263549316704, 40.081828993788498 ], [ -74.992160201513897, 40.081984191205301 ], [ -74.991989504227604, 40.0821435067324 ], [ -74.991790493229601, 40.082264872691901 ], [ -74.991581926684205, 40.082345872857402 ], [ -74.991393399245993, 40.082392951890299 ], [ -74.991164529702999, 40.082456624898001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1503, "tnode_": 1585, "lpoly_": null, "rpoly_": null, "length": 713.21639475000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3549, "r_f_add": 3500, "r_t_add": 3530, "st_code": 19350, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980021, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKVIEW RD", "stname": "BROOKVIEW RD", "objectid": 39105, "Shape__Length": 284.74699004528537 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987589647719503, 40.0826722100743 ], [ -74.987634853882298, 40.082442550733901 ], [ -74.987630744486097, 40.082183179234498 ], [ -74.987590555103296, 40.081908850561398 ], [ -74.987514059206902, 40.081625194487401 ], [ -74.987411103818502, 40.081360629368703 ], [ -74.987249965889504, 40.081083392267203 ], [ -74.987028899914804, 40.080811325318003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1525, "tnode_": 1602, "lpoly_": null, "rpoly_": null, "length": 984.67014634000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANDREA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 12620, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANDREA RD", "stname": "ANDREA RD", "objectid": 39106, "Shape__Length": 392.52161887533555 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980622329424094, 40.0820632897588 ], [ -74.980725609587395, 40.081934997333697 ], [ -74.9807625752224, 40.081862393300902 ], [ -74.980796285299704, 40.081772704054302 ], [ -74.980820148794393, 40.0816627332878 ], [ -74.9808236177319, 40.081526161766497 ], [ -74.980810228320905, 40.081419193222601 ], [ -74.980757885009794, 40.081277805082301 ], [ -74.980700192157897, 40.081188369756298 ], [ -74.980629394656106, 40.081103579903498 ], [ -74.980550128922204, 40.081028505802998 ], [ -74.980477539528906, 40.080979041402799 ], [ -74.980399749313094, 40.080926180743603 ], [ -74.978805950777499, 40.080193443642997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1606, "tnode_": 1549, "lpoly_": null, "rpoly_": null, "length": 718.93438629000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELMER", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 41750, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELMER DR", "stname": "HELMER DR", "objectid": 39107, "Shape__Length": 286.75927514663135 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9838946472114, 40.080188373483097 ], [ -74.983352379782005, 40.080127269460299 ], [ -74.983223411320495, 40.080141074143199 ], [ -74.983088136353402, 40.080219545146399 ], [ -74.982999587865393, 40.080321685712498 ], [ -74.982965627448905, 40.080794322319598 ], [ -74.9829863008366, 40.081276729003903 ], [ -74.9830216775038, 40.081398762592798 ], [ -74.983069676063394, 40.081511427081502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1583, "tnode_": 29805, "lpoly_": null, "rpoly_": null, "length": 662.48545448000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4237, "l_t_add": 4299, "r_f_add": 4236, "r_t_add": 4298, "st_code": 27940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39108, "Shape__Length": 263.83559132550243 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972053548928201, 40.080490840189498 ], [ -74.973652459867793, 40.079928317816098 ], [ -74.973784227393395, 40.079870113704303 ], [ -74.973894021367101, 40.079790916253302 ], [ -74.973977508748803, 40.079691267830903 ], [ -74.973978040274602, 40.079690633701198 ], [ -74.974019626370904, 40.079579149462802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1679, "tnode_": 1632, "lpoly_": null, "rpoly_": null, "length": 396.69369012, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMBRIDGE", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 12418, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMBRIDGE PL", "stname": "AMBRIDGE PL", "objectid": 39109, "Shape__Length": 158.09163908025414 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995659379703596, 40.079108723373103 ], [ -74.995246516249196, 40.079405391304803 ], [ -74.994613182211907, 40.079843490641501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1675, "tnode_": 1653, "lpoly_": null, "rpoly_": null, "length": 232.08019862999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10800, "r_f_add": 0, "r_t_add": 0, "st_code": 41570, "l_hundred": 10800, "r_hundred": 0, "seg_id": 980026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEFLIN RD", "stname": "HEFLIN RD", "objectid": 39110, "Shape__Length": 92.477268162651626 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9884838271917, 40.0790222112782 ], [ -74.987853903536404, 40.079436612305201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1672, "tnode_": 1731, "lpoly_": null, "rpoly_": null, "length": 409.93862731000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHELSEA", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 22545, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHELSEA PL", "stname": "CHELSEA PL", "objectid": 39111, "Shape__Length": 163.43007421689813 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996940199512096, 40.079236392444102 ], [ -74.996135963411305, 40.0785473950748 ], [ -74.996313245867995, 40.078401042012601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1680, "tnode_": 1735, "lpoly_": null, "rpoly_": null, "length": 514.98952754000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 22210, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT PL", "stname": "CHALFONT PL", "objectid": 39112, "Shape__Length": 205.21797715501856 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974368169502796, 40.078636078945003 ], [ -74.974282782889802, 40.078416174765799 ], [ -74.974053729696493, 40.078064190555097 ], [ -74.975018933796505, 40.077789483581498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1717, "tnode_": 1675, "lpoly_": null, "rpoly_": null, "length": 710.42713659000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELLE", "st_type": "CIR", "suf_dir": "E", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 63685, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELLE CIR E", "stname": "PELLE CIR E", "objectid": 39113, "Shape__Length": 283.17871772526183 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989321409046596, 40.078462367963198 ], [ -74.988914186842194, 40.078127843626099 ], [ -74.988769453237197, 40.078078115436497 ], [ -74.988601691164305, 40.078085647019797 ], [ -74.988490904785493, 40.078126346067499 ], [ -74.988136397018195, 40.078376546501403 ], [ -74.988066314956697, 40.078480373491999 ], [ -74.988052271065001, 40.078594219971997 ], [ -74.988111946845194, 40.078699720050999 ], [ -74.9884838271917, 40.0790222112782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1785, "tnode_": 1714, "lpoly_": null, "rpoly_": null, "length": 707.45611305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TELFAIR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11732, "r_f_add": 11701, "r_t_add": 11747, "st_code": 76830, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TELFAIR RD", "stname": "TELFAIR RD", "objectid": 39114, "Shape__Length": 281.64662184806514 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971538395836404, 40.077162205738396 ], [ -74.9702508094053, 40.077468004424198 ], [ -74.970039384540996, 40.077530178691298 ], [ -74.969850988666593, 40.077605849983797 ], [ -74.969612399677402, 40.077755359624803 ], [ -74.969289251862605, 40.077977298219103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1726, "tnode_": 1806, "lpoly_": null, "rpoly_": null, "length": 926.58771154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLISTON", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 31390, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLISTON CIR", "stname": "ELLISTON CIR", "objectid": 39115, "Shape__Length": 369.20896807350806 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991751956577303, 40.0783668813663 ], [ -74.990942154937201, 40.0776810059307 ], [ -74.990878190772406, 40.0776181491727 ], [ -74.990811216086499, 40.077465793875803 ], [ -74.990826377272896, 40.077338405752499 ], [ -74.990896778453603, 40.077243005318103 ], [ -74.991016503474199, 40.077161562497103 ], [ -74.991168001228303, 40.077116654591002 ], [ -74.991354692119899, 40.077130113484799 ], [ -74.992265880451797, 40.077393287679499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1852, "tnode_": 1737, "lpoly_": null, "rpoly_": null, "length": 584.22388438999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CANTERBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10099, "st_code": 21175, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 980032, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CANTERBURY RD", "stname": "S CANTERBURY RD", "objectid": 39116, "Shape__Length": 233.05289059996488 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998832442935594, 40.076975553106699 ], [ -74.997705830411505, 40.078325750989599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1900, "tnode_": 1813, "lpoly_": null, "rpoly_": null, "length": 640.63822997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBEMARLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 11570, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBEMARLE LN", "stname": "ALBEMARLE LN", "objectid": 39117, "Shape__Length": 255.26044239089643 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990969562417405, 40.076170153137298 ], [ -74.990108324473397, 40.076729596205602 ], [ -74.989221691139093, 40.077305874913499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1846, "tnode_": 1775, "lpoly_": null, "rpoly_": null, "length": 510.81781982999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTBOURNE", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10099, "st_code": 82470, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 980034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTBOURNE PL", "stname": "WESTBOURNE PL", "objectid": 39118, "Shape__Length": 203.71538269435766 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997888216770903, 40.076991432034397 ], [ -74.997662955697194, 40.076881223866302 ], [ -74.996811984673599, 40.077884065209602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1951, "tnode_": 1852, "lpoly_": null, "rpoly_": null, "length": 628.90110398000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CANTERBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9940, "l_t_add": 9998, "r_f_add": 9975, "r_t_add": 9999, "st_code": 21175, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CANTERBURY RD", "stname": "S CANTERBURY RD", "objectid": 39119, "Shape__Length": 250.75584498026785 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998257937842098, 40.075681797858003 ], [ -74.998925896545899, 40.076008341428498 ], [ -74.999041036029396, 40.076079089185299 ], [ -74.999140060406205, 40.076183447266303 ], [ -74.999198562951307, 40.076317054246303 ], [ -74.999197505771704, 40.076464343671503 ], [ -74.999137347596005, 40.076613996568 ], [ -74.999013023926807, 40.0767696679723 ], [ -74.998832442935594, 40.076975553106699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1922, "tnode_": 2019, "lpoly_": null, "rpoly_": null, "length": 993.92792063000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3400, "r_t_add": 3698, "st_code": 67640, "l_hundred": 3600, "r_hundred": 3400, "seg_id": 980036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39120, "Shape__Length": 395.85140779065625 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987570665226102, 40.075834699695299 ], [ -74.987384980838897, 40.075663341448397 ], [ -74.987165126984394, 40.075511113709297 ], [ -74.986888003578699, 40.075341924598902 ], [ -74.986571791646497, 40.075207415804499 ], [ -74.986288603204997, 40.075116002692603 ], [ -74.985996547838397, 40.075028828670398 ], [ -74.985751360947404, 40.074929422958498 ], [ -74.985416066002301, 40.074765509578 ], [ -74.984634051776794, 40.074344617834498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1978, "tnode_": 1951, "lpoly_": null, "rpoly_": null, "length": 681.19802438, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "CANTERBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9938, "r_f_add": 9901, "r_t_add": 9973, "st_code": 21175, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-12-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S CANTERBURY RD", "stname": "S CANTERBURY RD", "objectid": 39121, "Shape__Length": 271.05281500803727 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995923670206807, 40.075311501759998 ], [ -74.996248055082006, 40.0752945068797 ], [ -74.996572719750404, 40.075290954450999 ], [ -74.996847343990495, 40.075308865827701 ], [ -74.997189972355699, 40.075347291848601 ], [ -74.997502362504704, 40.075403879774598 ], [ -74.997735852643402, 40.075466131757899 ], [ -74.998007414182894, 40.075559513917497 ], [ -74.998257937842098, 40.075681797858003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2040, "tnode_": 1923, "lpoly_": null, "rpoly_": null, "length": 746.32812367999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRBY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 47920, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRBY DR", "stname": "KIRBY DR", "objectid": 39122, "Shape__Length": 297.61413946598668 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982570867757104, 40.0740791313941 ], [ -74.982234837176705, 40.074422066797297 ], [ -74.981725980836799, 40.075048661921898 ], [ -74.981699049758305, 40.075175114260702 ], [ -74.981715342266, 40.075309297352099 ], [ -74.981785332131594, 40.075407982420998 ], [ -74.981912548569198, 40.075491321165003 ], [ -74.982343462175194, 40.075672265795198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1985, "tnode_": 1946, "lpoly_": null, "rpoly_": null, "length": 739.97014858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GOODFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 37570, "l_hundred": 200, "r_hundred": 200, "seg_id": 980039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GOODFORD RD", "stname": "GOODFORD RD", "objectid": 39123, "Shape__Length": 294.87322007040495 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973780311227998, 40.0747237195691 ], [ -74.972455659949901, 40.074370603764301 ], [ -74.972365875400399, 40.074372061341499 ], [ -74.972283447739798, 40.074424486463897 ], [ -74.972227099564805, 40.0745319603298 ], [ -74.9721630332713, 40.074827895905898 ], [ -74.972151602963706, 40.075106964341003 ], [ -74.972178598402095, 40.075212825973502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1879, "tnode_": 1970, "lpoly_": null, "rpoly_": null, "length": 1025.524386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KAYFORD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 47110, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KAYFORD CIR", "stname": "KAYFORD CIR", "objectid": 39124, "Shape__Length": 408.89343854153526 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991559240545897, 40.076430972615803 ], [ -74.9917405847456, 40.075739630993802 ], [ -74.991754016884101, 40.075655396542203 ], [ -74.991748080543999, 40.075555324144297 ], [ -74.991693724486296, 40.075415654645198 ], [ -74.991604224213702, 40.075278984594398 ], [ -74.991205616121306, 40.074931191346799 ], [ -74.991018496712499, 40.074857516194697 ], [ -74.990809041657798, 40.074840957315303 ], [ -74.990618485980093, 40.074851755873198 ], [ -74.990476350051793, 40.074902150877797 ], [ -74.989905779810002, 40.075270283951298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2020, "tnode_": 2046, "lpoly_": null, "rpoly_": null, "length": 226.80973564, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3357, "l_t_add": 3369, "r_f_add": 3368, "r_t_add": 3370, "st_code": 47593, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980041, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KESWICK RD", "stname": "S KESWICK RD", "objectid": 39125, "Shape__Length": 90.33800223181467 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992065251863707, 40.074534267955201 ], [ -74.991758531924404, 40.074335914925001 ], [ -74.991403844879599, 40.074178636202099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2213, "tnode_": 1996, "lpoly_": null, "rpoly_": null, "length": 1211.0952199799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLICOTT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 31300, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLICOTT RD", "stname": "ELLICOTT RD", "objectid": 39126, "Shape__Length": 483.24131772748962 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979048886883405, 40.0718161671562 ], [ -74.979047207411597, 40.071921466165499 ], [ -74.979001861067303, 40.072149678615297 ], [ -74.978888227820306, 40.072411826674198 ], [ -74.978742131638896, 40.0727127270872 ], [ -74.978628496445296, 40.072974874880799 ], [ -74.978602121094198, 40.073116567202803 ], [ -74.978608506709094, 40.073338120257702 ], [ -74.978655537770805, 40.073572513411897 ], [ -74.978774384987403, 40.073812593217298 ], [ -74.979039906900198, 40.074115512685502 ], [ -74.979541586698801, 40.074558545676297 ], [ -74.979855892118707, 40.074742436575903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2016, "tnode_": 2115, "lpoly_": null, "rpoly_": null, "length": 699.25720955999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WICKLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 83030, "l_hundred": 200, "r_hundred": 200, "seg_id": 980043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WICKLEY RD", "stname": "WICKLEY RD", "objectid": 39127, "Shape__Length": 278.63023725565887 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974124465089801, 40.0742073190494 ], [ -74.972948320243702, 40.073671208390699 ], [ -74.972904560212001, 40.0736425357466 ], [ -74.972871191425298, 40.073579594170504 ], [ -74.972864614057997, 40.073520752053703 ], [ -74.973316302544106, 40.0730242288722 ], [ -74.973362461248101, 40.072994277070997 ], [ -74.973414390442599, 40.072972349953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2537, "tnode_": 2035, "lpoly_": null, "rpoly_": null, "length": 2528.8154390499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9430, "l_t_add": 9698, "r_f_add": 9453, "r_t_add": 9699, "st_code": 11200, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980044, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39128, "Shape__Length": 1008.2394031260666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007271779681005, 40.0691709368757 ], [ -75.004835272089295, 40.070582259238101 ], [ -75.004231518058106, 40.070933653468103 ], [ -75.003943918923, 40.071130013636903 ], [ -75.003609133187993, 40.071371698703302 ], [ -75.003303372832704, 40.071643109735199 ], [ -75.003042917325899, 40.071915603012002 ], [ -75.002831540151007, 40.072189269940203 ], [ -75.002622761722904, 40.0724920308569 ], [ -75.002468247682003, 40.0727612493164 ], [ -75.002341587648502, 40.0730891998207 ], [ -75.0022545605094, 40.073371645435003 ], [ -75.002098224421005, 40.0740588981811 ], [ -75.001953888811002, 40.074427585279501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2260, "tnode_": 2064, "lpoly_": null, "rpoly_": null, "length": 1412.6705381899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 13720, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-04-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHTON RD", "stname": "ASHTON RD", "objectid": 39129, "Shape__Length": 563.33342649141559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013129416850902, 40.0720807729518 ], [ -75.012798926654895, 40.072314971560402 ], [ -75.011786927484394, 40.073376373643001 ], [ -75.010172120844999, 40.075066466022797 ], [ -75.010090778352406, 40.075169291029603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2174, "tnode_": 2248, "lpoly_": null, "rpoly_": null, "length": 361.94529870999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3599, "r_f_add": 3400, "r_t_add": 3610, "st_code": 22780, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTERFIELD RD", "stname": "CHESTERFIELD RD", "objectid": 39130, "Shape__Length": 144.36786502684018 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993249223531393, 40.072578785086201 ], [ -74.992760993954604, 40.0721311787348 ], [ -74.992665941889697, 40.072003232788497 ], [ -74.992607953635599, 40.071872122233401 ], [ -74.992574569566102, 40.071751003755303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2213, "tnode_": 2256, "lpoly_": null, "rpoly_": null, "length": 831.71208434999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 61500, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD LN", "stname": "ORCHARD LN", "objectid": 39131, "Shape__Length": 330.97156743470578 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979048886883405, 40.0718161671562 ], [ -74.978827617426305, 40.071754074783499 ], [ -74.978526715861705, 40.071687514998303 ], [ -74.978291357072806, 40.071654163780998 ], [ -74.978029002086302, 40.071651788406903 ], [ -74.977755073766303, 40.071680762578197 ], [ -74.9775333627245, 40.071691227381002 ], [ -74.977302015651603, 40.071685645475597 ], [ -74.977041436835293, 40.071639822367104 ], [ -74.976781988864204, 40.071566350485 ], [ -74.9765492166717, 40.0714698011679 ], [ -74.976393397389202, 40.071379061786303 ], [ -74.976260975032204, 40.071277132480397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1277, "tnode_": 1281, "lpoly_": null, "rpoly_": null, "length": 37.61981596, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12098, "l_t_add": 12098, "r_f_add": 12099, "r_t_add": 12099, "st_code": 76900, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980082, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39132, "Shape__Length": 15.000148751485234 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976379790335898, 40.089445238458197 ], [ -74.976289598173196, 40.089368648136698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2250, "tnode_": 2267, "lpoly_": null, "rpoly_": null, "length": 1066.2703233499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHURCHILL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 23180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHURCHILL LN", "stname": "CHURCHILL LN", "objectid": 39133, "Shape__Length": 424.67844104496265 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988341810963107, 40.071617170112901 ], [ -74.988320304350793, 40.071933523140899 ], [ -74.988329761240294, 40.072049086005698 ], [ -74.988358233689496, 40.072115054328698 ], [ -74.988400943373904, 40.072179187817298 ], [ -74.988508206891694, 40.072257930855798 ], [ -74.988589209185093, 40.072285991198903 ], [ -74.988679054810405, 40.0723055587844 ], [ -74.989039147993097, 40.072296802502201 ], [ -74.989243779412604, 40.072279957235601 ], [ -74.989443281005606, 40.072249931928098 ], [ -74.989688679785303, 40.072205775354703 ], [ -74.9899377914832, 40.072139946705001 ], [ -74.990221922048704, 40.072048845667702 ], [ -74.990495263754099, 40.071944426620902 ], [ -74.9906828263656, 40.071859709760702 ], [ -74.990899924978706, 40.0717452349529 ], [ -74.991165554496902, 40.071566410232499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2258, "tnode_": 2338, "lpoly_": null, "rpoly_": null, "length": 1164.9403428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NOTTINGHAM", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 60300, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980050, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NOTTINGHAM LN", "stname": "NOTTINGHAM LN", "objectid": 39134, "Shape__Length": 464.49682055502586 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987121179057397, 40.071551520908002 ], [ -74.986891157980295, 40.072144525614497 ], [ -74.986812761548194, 40.072232596733699 ], [ -74.986696389161494, 40.072294766223699 ], [ -74.986600936915806, 40.072322456563597 ], [ -74.9864675609209, 40.072322997545598 ], [ -74.986329160307605, 40.072287184727401 ], [ -74.986231176788095, 40.0722173607884 ], [ -74.9854107919966, 40.071278075987102 ], [ -74.985375362314699, 40.071189766908098 ], [ -74.985377375524294, 40.071089504924998 ], [ -74.985428381302398, 40.071006132640903 ], [ -74.985494920910497, 40.070952583629698 ], [ -74.986012112741193, 40.070687195310299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2409, "tnode_": 2194, "lpoly_": null, "rpoly_": null, "length": 871.42324392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 55000, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW LN", "stname": "MEADOW LN", "objectid": 39135, "Shape__Length": 347.79215085303889 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979561798238905, 40.069856739740104 ], [ -74.979638255880204, 40.069910342313101 ], [ -74.979707682712601, 40.0699882889175 ], [ -74.979982831393997, 40.070307252383998 ], [ -74.980099923478207, 40.0704642640789 ], [ -74.980189214588506, 40.070672000700299 ], [ -74.980242518523994, 40.070878870725402 ], [ -74.980256954023105, 40.0710294529989 ], [ -74.980233466161096, 40.071226565172303 ], [ -74.9801416731069, 40.071584125118399 ], [ -74.980058729409606, 40.071850967843602 ], [ -74.979933216137397, 40.072067682401801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2260, "tnode_": 2537, "lpoly_": null, "rpoly_": null, "length": 1952.2161587100002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3001, "l_t_add": 3299, "r_f_add": 3000, "r_t_add": 3298, "st_code": 38120, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 980052, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39136, "Shape__Length": 777.41019023222225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013129416850902, 40.0720807729518 ], [ -75.007271779681005, 40.0691709368757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2248, "tnode_": 2565, "lpoly_": null, "rpoly_": null, "length": 1267.9965513899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3612, "r_t_add": 3698, "st_code": 22780, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTERFIELD RD", "stname": "CHESTERFIELD RD", "objectid": 39137, "Shape__Length": 505.91360352443377 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992574569566102, 40.071751003755303 ], [ -74.992589992823198, 40.071600093145797 ], [ -74.992622770582599, 40.071442784211598 ], [ -74.992702825083796, 40.071290664472201 ], [ -74.993389374670699, 40.070107236773197 ], [ -74.993441094775605, 40.070003080842604 ], [ -74.993495118919299, 40.069842228398301 ], [ -74.9935059862473, 40.069704663118003 ], [ -74.993505652371098, 40.069583043798403 ], [ -74.993448854997794, 40.069363916457498 ], [ -74.993249548160904, 40.069074101236502 ], [ -74.993051845050203, 40.068902269905202 ], [ -74.992757289490697, 40.068752685387899 ], [ -74.9926073770188, 40.068713965476199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2385, "tnode_": 2509, "lpoly_": null, "rpoly_": null, "length": 869.42546939, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEREFORD", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3693, "r_f_add": 3600, "r_t_add": 3656, "st_code": 42040, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980054, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEREFORD LN", "stname": "N HEREFORD LN", "objectid": 39138, "Shape__Length": 346.61846714500348 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985513140481601, 40.070113144320203 ], [ -74.985015066984303, 40.070373992153499 ], [ -74.984880319735097, 40.070408231471298 ], [ -74.984747405478501, 40.070397537056103 ], [ -74.984648204945003, 40.070357668095902 ], [ -74.984571392803701, 40.070299479404902 ], [ -74.983836033747906, 40.069457299152603 ], [ -74.983809132571494, 40.069399179650802 ], [ -74.983799782770902, 40.069330708589703 ], [ -74.983792496490295, 40.069248853180902 ], [ -74.983798226557894, 40.069162820193803 ], [ -74.983913929880103, 40.068950567430797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2301, "tnode_": 2417, "lpoly_": null, "rpoly_": null, "length": 896.75523810999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLOUCESTER", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 37460, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLOUCESTER LN", "stname": "GLOUCESTER LN", "objectid": 39139, "Shape__Length": 357.39970437087072 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986334693112497, 40.071028119927497 ], [ -74.986567066865206, 40.070918578154902 ], [ -74.986717963666706, 40.0708072631897 ], [ -74.986811592520596, 40.070664585260602 ], [ -74.986836478549606, 40.070532748471202 ], [ -74.986823084635603, 40.0703824996788 ], [ -74.986750492561399, 40.070248318865097 ], [ -74.986270857179804, 40.069727033254097 ], [ -74.986111446532206, 40.069648235705301 ], [ -74.985921572603303, 40.069598690865199 ], [ -74.985716260955201, 40.0696087439633 ], [ -74.985528918656399, 40.069656711602804 ], [ -74.985253647340301, 40.069798770347099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2490, "tnode_": 2640, "lpoly_": null, "rpoly_": null, "length": 874.95382386999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEHALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3621, "l_t_add": 3699, "r_f_add": 3634, "r_t_add": 3698, "st_code": 82900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITEHALL LN", "stname": "WHITEHALL LN", "objectid": 39140, "Shape__Length": 348.6444774535525 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991054522521196, 40.069260220894201 ], [ -74.990817847008202, 40.069335171746403 ], [ -74.990566628445194, 40.069378283340498 ], [ -74.990330386448505, 40.069367695530801 ], [ -74.990146665706902, 40.069323967798603 ], [ -74.989958153111303, 40.069240810260297 ], [ -74.989208456404398, 40.068673973649503 ], [ -74.989158180810094, 40.068580949758001 ], [ -74.989159427582806, 40.068480418918298 ], [ -74.989179505950702, 40.068406574181502 ], [ -74.989396310012907, 40.068014489438902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2568, "tnode_": 2648, "lpoly_": null, "rpoly_": null, "length": 806.78871424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ESSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 32180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ESSEX LN", "stname": "ESSEX LN", "objectid": 39141, "Shape__Length": 321.57042563371459 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985625204704206, 40.068448854906997 ], [ -74.985992354222205, 40.068819525000698 ], [ -74.986142117369496, 40.068895592059597 ], [ -74.986297264792299, 40.068919313868903 ], [ -74.986480033227593, 40.068903719405597 ], [ -74.986914521509902, 40.068776734555598 ], [ -74.987093435195803, 40.068696078613002 ], [ -74.987192339360803, 40.068583512991999 ], [ -74.987260775869203, 40.068368961871698 ], [ -74.987312993073999, 40.068096653437301 ], [ -74.987230497852707, 40.067907284108202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2553, "tnode_": 2619, "lpoly_": null, "rpoly_": null, "length": 689.61155553999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 65700, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 39142, "Shape__Length": 274.4964551186614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010325722623804, 40.069174485076502 ], [ -75.010194043329307, 40.069027871573901 ], [ -75.010066665909505, 40.068948105569298 ], [ -75.009911472842504, 40.068891284794297 ], [ -75.009766601874205, 40.068864220562197 ], [ -75.009540787845694, 40.068844079565501 ], [ -75.009410075982998, 40.068846864970901 ], [ -75.009181997357302, 40.068882740407503 ], [ -75.008996846682294, 40.068901932672702 ], [ -75.008813362821201, 40.068879849903503 ], [ -75.008600371564995, 40.068827550455602 ], [ -75.008369980828903, 40.068730568184201 ], [ -75.008131183202906, 40.068594846489098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2778, "tnode_": 2619, "lpoly_": null, "rpoly_": null, "length": 490.22637805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9414, "r_f_add": 9429, "r_t_add": 9443, "st_code": 11200, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980060, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39143, "Shape__Length": 195.63312030856267 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008791340442698, 40.067359738170303 ], [ -75.008687285403198, 40.067697506871902 ], [ -75.008559994094995, 40.067992847966003 ], [ -75.008415523654506, 40.068237557575003 ], [ -75.008273555187699, 40.068420286926496 ], [ -75.008131183202906, 40.068594846489098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2585, "tnode_": 2789, "lpoly_": null, "rpoly_": null, "length": 737.29008755999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENDON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3721, "l_t_add": 3743, "r_f_add": 3716, "r_t_add": 3748, "st_code": 23380, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENDON AVE", "stname": "CLARENDON AVE", "objectid": 39144, "Shape__Length": 294.02804513128751 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984477223413805, 40.068371962994199 ], [ -74.984075991327998, 40.068082243808703 ], [ -74.983889595333693, 40.067917965104598 ], [ -74.9837276266354, 40.067734493902201 ], [ -74.983139426577694, 40.066898791935401 ], [ -74.983056349063901, 40.066786804323598 ], [ -74.982995971601696, 40.066718817307297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2664, "tnode_": 2942, "lpoly_": null, "rpoly_": null, "length": 891.27530817000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3717, "r_f_add": 3700, "r_t_add": 3776, "st_code": 57050, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980063, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39145, "Shape__Length": 355.67413159549511 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988341883777693, 40.0678015933713 ], [ -74.988473347614104, 40.067183387348798 ], [ -74.988495075378793, 40.066973258198999 ], [ -74.988456267217202, 40.0667102494034 ], [ -74.988387743658706, 40.066501477948997 ], [ -74.988271473835397, 40.0662492880193 ], [ -74.9881631020112, 40.066073374759199 ], [ -74.988005263774596, 40.065896272333397 ], [ -74.987606734313601, 40.065562913344699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2942, "tnode_": 2889, "lpoly_": null, "rpoly_": null, "length": 221.73700087999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9918, "r_f_add": 9901, "r_t_add": 9909, "st_code": 25900, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39146, "Shape__Length": 88.32352497091172 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987606734313601, 40.065562913344699 ], [ -74.987382394311098, 40.0657227843935 ], [ -74.987182203774495, 40.0658426687637 ], [ -74.986984413108502, 40.065936470554199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3049, "tnode_": 2825, "lpoly_": null, "rpoly_": null, "length": 639.45606239000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10500, "l_t_add": 10598, "r_f_add": 10501, "r_t_add": 10599, "st_code": 48020, "l_hundred": 10500, "r_hundred": 10500, "seg_id": 980065, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2010-07-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39147, "Shape__Length": 255.32381751224887 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982357208632195, 40.064681862694201 ], [ -74.982421968827893, 40.065357585869499 ], [ -74.982415671400602, 40.065745464943099 ], [ -74.982367132753595, 40.066117684200997 ], [ -74.982304059171298, 40.0664297791552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2942, "tnode_": 3206, "lpoly_": null, "rpoly_": null, "length": 988.51728033999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3719, "l_t_add": 3899, "r_f_add": 3778, "r_t_add": 3898, "st_code": 57050, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980066, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39148, "Shape__Length": 394.18624871775131 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987606734313601, 40.065562913344699 ], [ -74.986876874389907, 40.064964556187199 ], [ -74.985579684978404, 40.063354564814297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3071, "tnode_": 3231, "lpoly_": null, "rpoly_": null, "length": 627.62830666000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROWENA", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 69570, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROWENA DR", "stname": "ROWENA DR", "objectid": 39149, "Shape__Length": 250.27565975327056 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988134070210805, 40.064617839810801 ], [ -74.988024697111101, 40.064557284772199 ], [ -74.987657320320807, 40.064263942191197 ], [ -74.98690582287, 40.063312541017197 ], [ -74.986863378271096, 40.063218722981297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1225, "tnode_": 1097, "lpoly_": null, "rpoly_": null, "length": 1461.9318053900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10998, "r_f_add": 10801, "r_t_add": 10999, "st_code": 27860, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR RD", "stname": "DECATUR RD", "objectid": 39150, "Shape__Length": 582.66989831900059 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993037384826096, 40.091308720852297 ], [ -74.990244082271104, 40.093205667410999 ], [ -74.990046910696606, 40.093283706143097 ], [ -74.989097718746194, 40.093937313414898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1237, "tnode_": 1220, "lpoly_": null, "rpoly_": null, "length": 362.58565867, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 24450, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY PL", "stname": "COMLY PL", "objectid": 39151, "Shape__Length": 144.54334090889495 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985186627683504, 40.090740486034697 ], [ -74.984631605852897, 40.091150850220302 ], [ -74.9844017621257, 40.091324465929503 ], [ -74.984261561687006, 40.091211539142201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1260, "tnode_": 1238, "lpoly_": null, "rpoly_": null, "length": 327.16754911000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALINA", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 70750, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALINA PL", "stname": "SALINA PL", "objectid": 39152, "Shape__Length": 130.42537385667728 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979951741488406, 40.0900072326898 ], [ -74.979692030917306, 40.090110312775899 ], [ -74.979131106974506, 40.0906281036116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1264, "tnode_": 1221, "lpoly_": null, "rpoly_": null, "length": 525.04357382000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11890, "r_f_add": 11701, "r_t_add": 11891, "st_code": 11200, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 980074, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39153, "Shape__Length": 209.42049478231172 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984181796463503, 40.089915472823897 ], [ -74.983773180807205, 40.090289295120201 ], [ -74.983519601617502, 40.090539456549699 ], [ -74.983043051047702, 40.091059791173699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1237, "tnode_": 1264, "lpoly_": null, "rpoly_": null, "length": 411.53756013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3273, "r_f_add": 3200, "r_t_add": 3208, "st_code": 24460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980075, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 39154, "Shape__Length": 164.08378386290545 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985186627683504, 40.090740486034697 ], [ -74.984181796463503, 40.089915472823897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1279, "tnode_": 1236, "lpoly_": null, "rpoly_": null, "length": 610.25172705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12038, "r_f_add": 12001, "r_t_add": 12039, "st_code": 80980, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980078, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39155, "Shape__Length": 243.25323364565224 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979337070555701, 40.089464149572599 ], [ -74.978285940033601, 40.090221611696997 ], [ -74.977752298386307, 40.090615104559703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1260, "tnode_": 1279, "lpoly_": null, "rpoly_": null, "length": 262.66523564000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3639, "l_t_add": 3699, "r_f_add": 3640, "r_t_add": 3698, "st_code": 59580, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980079, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 39156, "Shape__Length": 104.74079738381869 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979951741488406, 40.0900072326898 ], [ -74.979858445043206, 40.0899094224077 ], [ -74.979730437533107, 40.089777679237301 ], [ -74.979337070555701, 40.089464149572599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1280, "tnode_": 1277, "lpoly_": null, "rpoly_": null, "length": 542.32320808000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12020, "l_t_add": 12096, "r_f_add": 12039, "r_t_add": 12097, "st_code": 76900, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980080, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-09-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39157, "Shape__Length": 216.01863978354038 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977999945000093, 40.089455145617201 ], [ -74.977703281460293, 40.089672721823497 ], [ -74.977567328613702, 40.0897445630089 ], [ -74.977381424915905, 40.089794165502298 ], [ -74.977157543297196, 40.089815807761198 ], [ -74.976963106057994, 40.089787078345601 ], [ -74.976797132569402, 40.089731992455498 ], [ -74.976655469878594, 40.089656459238299 ], [ -74.976379790335898, 40.089445238458197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1281, "tnode_": 1265, "lpoly_": null, "rpoly_": null, "length": 267.4916255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12120, "l_t_add": 12198, "r_f_add": 12119, "r_t_add": 12199, "st_code": 25440, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERT RD", "stname": "COVERT RD", "objectid": 39158, "Shape__Length": 106.62250448412335 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976289598173196, 40.089368648136698 ], [ -74.975591774974205, 40.089870571196997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1282, "tnode_": 1281, "lpoly_": null, "rpoly_": null, "length": 36.53042389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 12199, "r_t_add": 12199, "st_code": 31460, "l_hundred": 0, "r_hundred": 12100, "seg_id": 980083, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE RD", "stname": "ELMORE RD", "objectid": 39159, "Shape__Length": 14.567002132667556 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976204154396996, 40.089292823801102 ], [ -74.976289598173196, 40.089368648136698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1264, "tnode_": 1284, "lpoly_": null, "rpoly_": null, "length": 262.79893447000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3275, "l_t_add": 3299, "r_f_add": 3210, "r_t_add": 3216, "st_code": 24460, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980084, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 39160, "Shape__Length": 104.78136133852263 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984181796463503, 40.089915472823897 ], [ -74.983543595763194, 40.089386166551201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1287, "tnode_": 1255, "lpoly_": null, "rpoly_": null, "length": 570.64958331000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 48020, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 980085, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39161, "Shape__Length": 227.46219064993426 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969543279220105, 40.088944271965701 ], [ -74.968056153589302, 40.0900163229703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1282, "tnode_": 1277, "lpoly_": null, "rpoly_": null, "length": 401.07668645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12118, "r_f_add": 12101, "r_t_add": 12117, "st_code": 25440, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERT RD", "stname": "COVERT RD", "objectid": 39162, "Shape__Length": 159.87950508660924 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976204154396996, 40.089292823801102 ], [ -74.976639857588694, 40.088986010604202 ], [ -74.976806421798798, 40.089122240579698 ], [ -74.976379790335898, 40.089445238458197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1279, "tnode_": 1293, "lpoly_": null, "rpoly_": null, "length": 257.19778746999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 59580, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980087, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 39163, "Shape__Length": 102.54156119101968 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979337070555701, 40.089464149572599 ], [ -74.978702690676599, 40.088953187478999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1223, "tnode_": 1294, "lpoly_": null, "rpoly_": null, "length": 753.5660622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3651, "l_t_add": 3899, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3600, "r_hundred": 0, "seg_id": 980088, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39164, "Shape__Length": 300.37716333319821 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976170024436399, 40.090986098605804 ], [ -74.974207033023205, 40.089569723074902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1225, "tnode_": 1295, "lpoly_": null, "rpoly_": null, "length": 1184.4237445600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARNELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 27430, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 980089, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARNELL RD", "stname": "DARNELL RD", "objectid": 39165, "Shape__Length": 472.14562413601556 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993037384826096, 40.091308720852297 ], [ -74.991746318885305, 40.090189064663001 ], [ -74.991475271095695, 40.089964040331999 ], [ -74.990262574930995, 40.089150243679299 ], [ -74.990114269131595, 40.089087086366497 ], [ -74.990008050617504, 40.089077891442301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1296, "tnode_": 1282, "lpoly_": null, "rpoly_": null, "length": 279.31423181000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12118, "l_t_add": 12198, "r_f_add": 12119, "r_t_add": 12197, "st_code": 31460, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980090, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE RD", "stname": "ELMORE RD", "objectid": 39166, "Shape__Length": 111.35997513957454 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975517175532801, 40.088736500158603 ], [ -74.976204154396996, 40.089292823801102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1301, "tnode_": 1296, "lpoly_": null, "rpoly_": null, "length": 147.53877645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12101, "r_t_add": 12199, "st_code": 31470, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE TER", "stname": "ELMORE TER", "objectid": 39167, "Shape__Length": 58.808884699578407 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975901092150906, 40.088458862510898 ], [ -74.975517175532801, 40.088736500158603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1305, "tnode_": 1293, "lpoly_": null, "rpoly_": null, "length": 207.40499393, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11916, "l_t_add": 11998, "r_f_add": 12001, "r_t_add": 12003, "st_code": 76900, "l_hundred": 11900, "r_hundred": 12000, "seg_id": 980092, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39168, "Shape__Length": 82.706110577262052 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979183134283005, 40.088522310509397 ], [ -74.979058940534301, 40.088665748292499 ], [ -74.978868379056493, 40.088829423299302 ], [ -74.978702690676599, 40.088953187478999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1287, "tnode_": 1308, "lpoly_": null, "rpoly_": null, "length": 1144.3279800800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIBERTY BELL", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4041, "l_t_add": 4099, "r_f_add": 4040, "r_t_add": 4098, "st_code": 50670, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980093, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIBERTY BELL BLVD", "stname": "LIBERTY BELL BLVD", "objectid": 39169, "Shape__Length": 455.55113324174152 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969543279220105, 40.088944271965701 ], [ -74.969115365472604, 40.088567937905303 ], [ -74.968807550945201, 40.088391094130102 ], [ -74.9685279075659, 40.088295596063503 ], [ -74.968214639738093, 40.088251715992797 ], [ -74.965806915225997, 40.087996951689703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1310, "tnode_": 1296, "lpoly_": null, "rpoly_": null, "length": 299.96712757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12116, "r_f_add": 12101, "r_t_add": 12117, "st_code": 31460, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980094, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE RD", "stname": "ELMORE RD", "objectid": 39170, "Shape__Length": 119.67656381873523 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974992113457901, 40.088051538552499 ], [ -74.975013103198407, 40.088233520747004 ], [ -74.975055257509197, 40.088314351613597 ], [ -74.975119814753199, 40.088403205795402 ], [ -74.975517175532801, 40.088736500158603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1308, "tnode_": 1311, "lpoly_": null, "rpoly_": null, "length": 356.47867305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIBERTY BELL", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4001, "l_t_add": 4039, "r_f_add": 4000, "r_t_add": 4038, "st_code": 50670, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980095, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIBERTY BELL BLVD", "stname": "LIBERTY BELL BLVD", "objectid": 39171, "Shape__Length": 141.83626018066343 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965806915225997, 40.087996951689703 ], [ -74.964542660853397, 40.087875778939399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1313, "tnode_": 1302, "lpoly_": null, "rpoly_": null, "length": 197.84156045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12032, "l_t_add": 12098, "r_f_add": 12041, "r_t_add": 12099, "st_code": 25440, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERT RD", "stname": "COVERT RD", "objectid": 39172, "Shape__Length": 78.861738900551657 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977259991743907, 40.088144901317797 ], [ -74.976749100185401, 40.088520368896297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1284, "tnode_": 1316, "lpoly_": null, "rpoly_": null, "length": 559.5331492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3549, "r_f_add": 3218, "r_t_add": 3548, "st_code": 24460, "l_hundred": 3300, "r_hundred": 3200, "seg_id": 980097, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 39173, "Shape__Length": 223.076986035705 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983543595763194, 40.089386166551201 ], [ -74.982162375924204, 40.088275402187698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1265, "tnode_": 1319, "lpoly_": null, "rpoly_": null, "length": 1007.0346306, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3800, "r_hundred": 0, "seg_id": 980098, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39174, "Shape__Length": 401.48880764430828 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975591774974205, 40.089870571196997 ], [ -74.974577464388005, 40.089118406238399 ], [ -74.9741722310239, 40.088784379615603 ], [ -74.973106943523405, 40.087872757111299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1310, "tnode_": 1326, "lpoly_": null, "rpoly_": null, "length": 162.51465579000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 31450, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE PL", "stname": "ELMORE PL", "objectid": 39175, "Shape__Length": 64.791468762259058 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974992113457901, 40.088051538552499 ], [ -74.974591525125803, 40.087728497735398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1328, "tnode_": 1316, "lpoly_": null, "rpoly_": null, "length": 286.92946624999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TARA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 76710, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980100, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TARA RD", "stname": "TARA RD", "objectid": 39176, "Shape__Length": 114.26976193529471 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983042392163497, 40.087937793318503 ], [ -74.9828232827888, 40.087943287128198 ], [ -74.982618874738094, 40.0879893247862 ], [ -74.982423182647693, 40.088078483484097 ], [ -74.982162375924204, 40.088275402187698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1284, "tnode_": 1328, "lpoly_": null, "rpoly_": null, "length": 679.01565981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RHETT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 68190, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980101, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RHETT RD", "stname": "RHETT RD", "objectid": 39177, "Shape__Length": 270.85268699626118 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983543595763194, 40.089386166551201 ], [ -74.983906323146002, 40.089127990273603 ], [ -74.983929112404297, 40.089082943816798 ], [ -74.983917890895896, 40.089015623588402 ], [ -74.983640963131407, 40.088271403262198 ], [ -74.983564554912306, 40.088175692909502 ], [ -74.9834838926147, 40.0880986547403 ], [ -74.9833475244601, 40.088017594086203 ], [ -74.983192839173597, 40.087957547646504 ], [ -74.983042392163497, 40.087937793318503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1329, "tnode_": 1305, "lpoly_": null, "rpoly_": null, "length": 272.8042181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11914, "r_f_add": 11901, "r_t_add": 11999, "st_code": 76900, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39178, "Shape__Length": 108.91104325551561 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979506109911497, 40.087823971005903 ], [ -74.979473828061799, 40.087990653721398 ], [ -74.979394648846494, 40.088205091648597 ], [ -74.979309981232205, 40.088362305542198 ], [ -74.979183134283005, 40.088522310509397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1327, "tnode_": 1329, "lpoly_": null, "rpoly_": null, "length": 309.46612963999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3819, "r_f_add": 3800, "r_t_add": 3810, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980103, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39179, "Shape__Length": 123.12999449883107 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980604471193999, 40.087923868562399 ], [ -74.979506109911497, 40.087823971005903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1330, "tnode_": 1287, "lpoly_": null, "rpoly_": null, "length": 668.90596242999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12398, "r_f_add": 12101, "r_t_add": 12399, "st_code": 48020, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 980104, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39180, "Shape__Length": 266.65780954690371 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971228279652493, 40.087645612478497 ], [ -74.970668713211495, 40.088143703990703 ], [ -74.970154329122195, 40.088522488172799 ], [ -74.969543279220105, 40.088944271965701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1294, "tnode_": 1330, "lpoly_": null, "rpoly_": null, "length": 1089.6343712599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3900, "r_hundred": 0, "seg_id": 980105, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39181, "Shape__Length": 434.23292867273989 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974207033023205, 40.089569723074902 ], [ -74.973263834771004, 40.088922064652202 ], [ -74.971858277813396, 40.088079091604399 ], [ -74.971304604119197, 40.087702827582703 ], [ -74.971228279652493, 40.087645612478497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1335, "tnode_": 1310, "lpoly_": null, "rpoly_": null, "length": 289.95259904, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12070, "l_t_add": 12098, "r_f_add": 12069, "r_t_add": 12099, "st_code": 11630, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA DR", "stname": "ALBERTA DR", "objectid": 39182, "Shape__Length": 115.61425005898138 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975669282477497, 40.087460492583901 ], [ -74.9752183570874, 40.087776822858601 ], [ -74.975153490220094, 40.087832348648398 ], [ -74.975083733076403, 40.087911794177501 ], [ -74.974992113457901, 40.088051538552499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1322, "tnode_": 1335, "lpoly_": null, "rpoly_": null, "length": 205.52538581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3879, "r_f_add": 3800, "r_t_add": 3878, "st_code": 11632, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA PL", "stname": "ALBERTA PL", "objectid": 39183, "Shape__Length": 81.939236539019035 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976175082686794, 40.087869616734103 ], [ -74.975669282477497, 40.087460492583901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1335, "tnode_": 1340, "lpoly_": null, "rpoly_": null, "length": 128.81044869, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3881, "l_t_add": 3899, "r_f_add": 3880, "r_t_add": 3898, "st_code": 11632, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA PL", "stname": "ALBERTA PL", "objectid": 39184, "Shape__Length": 51.353438969600276 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975669282477497, 40.087460492583901 ], [ -74.975351131870298, 40.087204919534997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1343, "tnode_": 1319, "lpoly_": null, "rpoly_": null, "length": 356.31723624, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12070, "l_t_add": 12098, "r_f_add": 12035, "r_t_add": 12099, "st_code": 37200, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980109, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENFIELD ST", "stname": "GLENFIELD ST", "objectid": 39185, "Shape__Length": 142.02887604495632 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974029076147502, 40.087198153182896 ], [ -74.973106943523405, 40.087872757111299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1344, "tnode_": 1313, "lpoly_": null, "rpoly_": null, "length": 443.14052171999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COVERT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12030, "r_f_add": 12001, "r_t_add": 12039, "st_code": 25440, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COVERT RD", "stname": "COVERT RD", "objectid": 39186, "Shape__Length": 176.6321235145351 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9784149953732, 40.087312558278299 ], [ -74.977259991743907, 40.088144901317797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1329, "tnode_": 1344, "lpoly_": null, "rpoly_": null, "length": 362.36077208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3821, "l_t_add": 3847, "r_f_add": 3812, "r_t_add": 3830, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39187, "Shape__Length": 144.32844718716615 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979506109911497, 40.087823971005903 ], [ -74.9793066644459, 40.087773283722399 ], [ -74.979005623361004, 40.0876728776839 ], [ -74.978718146866498, 40.087527725539502 ], [ -74.9784149953732, 40.087312558278299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1349, "tnode_": 1327, "lpoly_": null, "rpoly_": null, "length": 324.97563141000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 80980, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 980112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39188, "Shape__Length": 129.78127729071085 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980369668698899, 40.087051156409601 ], [ -74.980536226843796, 40.087574472381903 ], [ -74.980577569669407, 40.087763962934901 ], [ -74.980604471193999, 40.087923868562399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1350, "tnode_": 1330, "lpoly_": null, "rpoly_": null, "length": 337.78904137000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 48020, "l_hundred": 0, "r_hundred": 0, "seg_id": 980113, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39189, "Shape__Length": 134.73315396921024 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971946759469205, 40.086900437390597 ], [ -74.971228279652493, 40.087645612478497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1319, "tnode_": 1350, "lpoly_": null, "rpoly_": null, "length": 480.49121272999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3900, "r_t_add": 3998, "st_code": 84460, "l_hundred": 0, "r_hundred": 3900, "seg_id": 980114, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39190, "Shape__Length": 191.5756347180259 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973106943523405, 40.087872757111299 ], [ -74.972895344933605, 40.087697178479303 ], [ -74.972530807026303, 40.087401526929099 ], [ -74.971946759469205, 40.086900437390597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1352, "tnode_": 1335, "lpoly_": null, "rpoly_": null, "length": 333.63221695, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12022, "l_t_add": 12068, "r_f_add": 12055, "r_t_add": 12067, "st_code": 11630, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980115, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA DR", "stname": "ALBERTA DR", "objectid": 39191, "Shape__Length": 132.9886446524313 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976528230647105, 40.086825250946198 ], [ -74.975669282477497, 40.087460492583901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1344, "tnode_": 1356, "lpoly_": null, "rpoly_": null, "length": 240.01960609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3849, "l_t_add": 3863, "r_f_add": 3832, "r_t_add": 3846, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980116, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39192, "Shape__Length": 95.692547777396726 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9784149953732, 40.087312558278299 ], [ -74.977827501584997, 40.086832452892899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1352, "tnode_": 1364, "lpoly_": null, "rpoly_": null, "length": 125.76656489, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 11634, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA TER", "stname": "ALBERTA TER", "objectid": 39193, "Shape__Length": 50.141553229508403 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976528230647105, 40.086825250946198 ], [ -74.976221079786399, 40.086573189576796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1205, "tnode_": 1366, "lpoly_": null, "rpoly_": null, "length": 2252.3813834500002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980118, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39194, "Shape__Length": 897.84002206314142 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977194980663896, 40.091344867810399 ], [ -74.975222472688799, 40.089862274797099 ], [ -74.973355285331905, 40.088512737080897 ], [ -74.972262079245695, 40.087731838649098 ], [ -74.971663368326503, 40.087285877666801 ], [ -74.971387796209598, 40.087063762838497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1370, "tnode_": 1352, "lpoly_": null, "rpoly_": null, "length": 263.29304985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBERTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12020, "r_f_add": 12001, "r_t_add": 12053, "st_code": 11630, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980119, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBERTA DR", "stname": "ALBERTA DR", "objectid": 39195, "Shape__Length": 104.94481611880987 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9772141987807, 40.086330492478901 ], [ -74.976528230647105, 40.086825250946198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1356, "tnode_": 1370, "lpoly_": null, "rpoly_": null, "length": 250.76746277000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3865, "l_t_add": 3879, "r_f_add": 3848, "r_t_add": 3864, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39196, "Shape__Length": 99.977148084860417 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977827501584997, 40.086832452892899 ], [ -74.9772141987807, 40.086330492478901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1370, "tnode_": 1378, "lpoly_": null, "rpoly_": null, "length": 108.21809254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3881, "l_t_add": 3885, "r_f_add": 3866, "r_t_add": 3870, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39197, "Shape__Length": 43.147736007076247 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9772141987807, 40.086330492478901 ], [ -74.976954686623998, 40.086110223175901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1375, "tnode_": 1383, "lpoly_": null, "rpoly_": null, "length": 129.4120076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11928, "r_f_add": 11901, "r_t_add": 11923, "st_code": 33630, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980122, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARWELL RD", "stname": "FARWELL RD", "objectid": 39198, "Shape__Length": 51.599080245563265 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979303535659696, 40.086256241636796 ], [ -74.978995195182804, 40.085991455013101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1393, "tnode_": 1343, "lpoly_": null, "rpoly_": null, "length": 828.72482355, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12068, "r_f_add": 12001, "r_t_add": 12033, "st_code": 37200, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENFIELD ST", "stname": "GLENFIELD ST", "objectid": 39199, "Shape__Length": 330.31432779965292 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976192216669503, 40.085644452767397 ], [ -74.976099182716993, 40.085703533381299 ], [ -74.974029076147502, 40.087198153182896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1378, "tnode_": 1393, "lpoly_": null, "rpoly_": null, "length": 273.96770497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3887, "l_t_add": 3899, "r_f_add": 3872, "r_t_add": 3898, "st_code": 33180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980124, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39200, "Shape__Length": 109.16455700539836 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976954686623998, 40.086110223175901 ], [ -74.976782161851702, 40.085976403030202 ], [ -74.976579622461003, 40.085836815972897 ], [ -74.976350845998795, 40.085713433668197 ], [ -74.976192216669503, 40.085644452767397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1400, "tnode_": 1349, "lpoly_": null, "rpoly_": null, "length": 563.0979786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11200, "l_t_add": 11798, "r_f_add": 11201, "r_t_add": 11799, "st_code": 80980, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 980125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39201, "Shape__Length": 224.85674861231658 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980406517173904, 40.085554154703402 ], [ -74.980298772080602, 40.0857497068247 ], [ -74.980221409055403, 40.085944278989601 ], [ -74.980181803801997, 40.086108892233803 ], [ -74.980160790627394, 40.086265534834801 ], [ -74.980168978195294, 40.086422881134297 ], [ -74.980208983273201, 40.086606250219099 ], [ -74.980277844862101, 40.0867987333367 ], [ -74.980369668698899, 40.087051156409601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1400, "tnode_": 1409, "lpoly_": null, "rpoly_": null, "length": 279.79268163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RONNALD", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3717, "r_f_add": 3700, "r_t_add": 3710, "st_code": 69180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RONNALD DR", "stname": "RONNALD DR", "objectid": 39202, "Shape__Length": 111.40275024563579 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980406517173904, 40.085554154703402 ], [ -74.979513920808998, 40.085207943350397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1410, "tnode_": 1408, "lpoly_": null, "rpoly_": null, "length": 271.80914214000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 35003, "l_hundred": 0, "r_hundred": 0, "seg_id": 980127, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS BLVD", "stname": "FRANKLIN MILLS BLVD", "objectid": 39203, "Shape__Length": 108.14141904038344 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964461685192106, 40.084727710442998 ], [ -74.965427162552302, 40.084810007915102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1413, "tnode_": 1343, "lpoly_": null, "rpoly_": null, "length": 933.43340652000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 31460, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELMORE RD", "stname": "ELMORE RD", "objectid": 39204, "Shape__Length": 372.4171056593716 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974857338878095, 40.085031145924802 ], [ -74.973806423591597, 40.086401313314198 ], [ -74.973595222733806, 40.086674487492303 ], [ -74.973577770390605, 40.086732039874903 ], [ -74.973582832002805, 40.086786402967 ], [ -74.973600130743094, 40.086831135465403 ], [ -74.973644795571403, 40.086884570149401 ], [ -74.974029076147502, 40.087198153182896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1393, "tnode_": 1413, "lpoly_": null, "rpoly_": null, "length": 435.22993623999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3915, "r_f_add": 3900, "r_t_add": 3912, "st_code": 33180, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39205, "Shape__Length": 173.3330645131108 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976192216669503, 40.085644452767397 ], [ -74.974857338878095, 40.085031145924802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1425, "tnode_": 1393, "lpoly_": null, "rpoly_": null, "length": 812.05903381999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11200, "l_t_add": 11998, "r_f_add": 11201, "r_t_add": 11999, "st_code": 37200, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 980130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENFIELD ST", "stname": "GLENFIELD ST", "objectid": 39206, "Shape__Length": 323.35109320405502 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978741663974404, 40.084655169459197 ], [ -74.978661418039394, 40.084691575041198 ], [ -74.9785346882704, 40.084753061871197 ], [ -74.978397124517201, 40.084811482282703 ], [ -74.978208461471496, 40.084868669321999 ], [ -74.9769607176205, 40.085183738830303 ], [ -74.976816424832606, 40.085227963600097 ], [ -74.976723458203395, 40.085267813894603 ], [ -74.976607445770696, 40.085335170926697 ], [ -74.976192216669503, 40.085644452767397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1409, "tnode_": 1425, "lpoly_": null, "rpoly_": null, "length": 296.87915273, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RONNALD", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3719, "l_t_add": 3799, "r_f_add": 3712, "r_t_add": 3798, "st_code": 69180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RONNALD DR", "stname": "RONNALD DR", "objectid": 39207, "Shape__Length": 118.32774948295392 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979513920808998, 40.085207943350397 ], [ -74.979379115374897, 40.085146139685499 ], [ -74.979186843897295, 40.085020991223999 ], [ -74.978936914616497, 40.084820589915502 ], [ -74.978741663974404, 40.084655169459197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1431, "tnode_": 1350, "lpoly_": null, "rpoly_": null, "length": 998.3074628000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 48020, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980132, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39208, "Shape__Length": 398.33088037708831 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973766398489602, 40.084543176763702 ], [ -74.971946759469205, 40.086900437390597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1413, "tnode_": 1431, "lpoly_": null, "rpoly_": null, "length": 353.2420652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3917, "l_t_add": 3999, "r_f_add": 3914, "r_t_add": 3998, "st_code": 33180, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980133, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39209, "Shape__Length": 140.67403502320093 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974857338878095, 40.085031145924802 ], [ -74.973766398489602, 40.084543176763702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1350, "tnode_": 1434, "lpoly_": null, "rpoly_": null, "length": 1232.6466511900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4000, "r_t_add": 4098, "st_code": 84460, "l_hundred": 0, "r_hundred": 4000, "seg_id": 980134, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39210, "Shape__Length": 491.47961002028461 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971946759469205, 40.086900437390597 ], [ -74.970594199221793, 40.085769463714698 ], [ -74.969327049840999, 40.084662834606902 ], [ -74.969015256155402, 40.084375196180403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1330, "tnode_": 1435, "lpoly_": null, "rpoly_": null, "length": 607.87832975999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 4000, "r_hundred": 0, "seg_id": 980135, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39211, "Shape__Length": 242.45203909405794 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971228279652493, 40.087645612478497 ], [ -74.970673362109494, 40.0871360052925 ], [ -74.970124339583506, 40.086560724435998 ], [ -74.969918583665503, 40.086316314229698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1439, "tnode_": 1438, "lpoly_": null, "rpoly_": null, "length": 246.14142196, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4199, "r_f_add": 4100, "r_t_add": 4198, "st_code": 82950, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING PL", "stname": "WHITING PL", "objectid": 39212, "Shape__Length": 98.215077394467301 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971058263010605, 40.084075188743398 ], [ -74.971056651031802, 40.084322688443102 ], [ -74.971273175909701, 40.084327923531298 ], [ -74.971277494862804, 40.0840661604608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1438, "tnode_": 1439, "lpoly_": null, "rpoly_": null, "length": 61.43211736, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4123, "l_t_add": 4147, "r_f_add": 4116, "r_t_add": 4118, "st_code": 82960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980137, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39213, "Shape__Length": 24.440104334997169 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971277494862804, 40.0840661604608 ], [ -74.971058263010605, 40.084075188743398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1448, "tnode_": 1300, "lpoly_": null, "rpoly_": null, "length": 2388.7521660300004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DECATUR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10300, "l_t_add": 10598, "r_f_add": 10301, "r_t_add": 10599, "st_code": 27860, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 980138, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DECATUR RD", "stname": "DECATUR RD", "objectid": 39214, "Shape__Length": 952.07359969355787 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002693002636406, 40.0846054252738 ], [ -75.002660254378299, 40.084717461636501 ], [ -75.002604075004697, 40.084800913998698 ], [ -74.996422734098203, 40.089015560493202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1449, "tnode_": 1425, "lpoly_": null, "rpoly_": null, "length": 288.81339976000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11116, "l_t_add": 11198, "r_f_add": 11107, "r_t_add": 11199, "st_code": 37200, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENFIELD ST", "stname": "GLENFIELD ST", "objectid": 39215, "Shape__Length": 115.19053140725808 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979352592955706, 40.084024100741701 ], [ -74.979257306784206, 40.0841635480718 ], [ -74.979128977751103, 40.084331505079398 ], [ -74.978955142914302, 40.0844983648267 ], [ -74.978741663974404, 40.084655169459197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1450, "tnode_": 1438, "lpoly_": null, "rpoly_": null, "length": 373.33761662000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4121, "r_f_add": 4100, "r_t_add": 4114, "st_code": 82960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39216, "Shape__Length": 148.60924449854141 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972512576210207, 40.083706937285001 ], [ -74.972278839050205, 40.083807703158001 ], [ -74.971971783327405, 40.083918205799101 ], [ -74.971719851649794, 40.084005760814797 ], [ -74.971455948767101, 40.084054874537102 ], [ -74.971277494862804, 40.0840661604608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1431, "tnode_": 1450, "lpoly_": null, "rpoly_": null, "length": 467.41475462, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 33180, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39217, "Shape__Length": 186.2708600035358 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973766398489602, 40.084543176763702 ], [ -74.973491555694906, 40.084405813005098 ], [ -74.973248704614704, 40.0842716183218 ], [ -74.972993314365496, 40.084112840784798 ], [ -74.972726521712204, 40.083901762001702 ], [ -74.972512576210207, 40.083706937285001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1425, "tnode_": 1459, "lpoly_": null, "rpoly_": null, "length": 616.45409817999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RONNALD", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 69180, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980142, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RONNALD DR", "stname": "RONNALD DR", "objectid": 39218, "Shape__Length": 245.65140235858945 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978741663974404, 40.084655169459197 ], [ -74.978619532506301, 40.084536923841597 ], [ -74.978427740358498, 40.084400123054699 ], [ -74.978284287306906, 40.084318913135498 ], [ -74.977901950549494, 40.084138641317601 ], [ -74.977390063859104, 40.083908592872703 ], [ -74.977266202993405, 40.083843404012697 ], [ -74.977159256243098, 40.083735861036402 ], [ -74.9771221422438, 40.083653327847998 ], [ -74.977102664636703, 40.0835898083064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1466, "tnode_": 1449, "lpoly_": null, "rpoly_": null, "length": 221.19783793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENFIELD", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11100, "l_t_add": 11114, "r_f_add": 11101, "r_t_add": 11105, "st_code": 37200, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980143, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENFIELD ST", "stname": "GLENFIELD ST", "objectid": 39219, "Shape__Length": 88.316879921172983 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979502896934306, 40.083444327148896 ], [ -74.979528381355607, 40.083598616894498 ], [ -74.979512557857404, 40.083738186723401 ], [ -74.979446172706005, 40.083876536830097 ], [ -74.979352592955706, 40.084024100741701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1470, "tnode_": 1409, "lpoly_": null, "rpoly_": null, "length": 758.17925182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11100, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 76900, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39220, "Shape__Length": 302.62635627829417 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9804430145808, 40.083308096326398 ], [ -74.980471528307504, 40.083430860151502 ], [ -74.9804800346744, 40.083594340492503 ], [ -74.980452355837897, 40.083776386720402 ], [ -74.980383433437495, 40.083976876921803 ], [ -74.980161062989097, 40.084340832654298 ], [ -74.979854143205301, 40.0847921623416 ], [ -74.979609183322097, 40.085089484711297 ], [ -74.979513920808998, 40.085207943350397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1471, "tnode_": 1460, "lpoly_": null, "rpoly_": null, "length": 248.09791233000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11098, "r_f_add": 11001, "r_t_add": 11099, "st_code": 20870, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980145, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39221, "Shape__Length": 98.795137222209902 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9895194670016, 40.083559706923303 ], [ -74.9887466158428, 40.083893508891798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1454, "tnode_": 1471, "lpoly_": null, "rpoly_": null, "length": 255.83021018, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3421, "r_f_add": 3400, "r_t_add": 3418, "st_code": 22200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39222, "Shape__Length": 101.98334177916338 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990158457452793, 40.084061995360898 ], [ -74.9895194670016, 40.083559706923303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1472, "tnode_": 1400, "lpoly_": null, "rpoly_": null, "length": 880.31984193999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11100, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 80980, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39223, "Shape__Length": 351.39075989995496 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981625260121106, 40.0833346157956 ], [ -74.981547976625293, 40.083592857392603 ], [ -74.981430382900797, 40.083869925301897 ], [ -74.981297461298993, 40.084150511975899 ], [ -74.981162018913494, 40.084368837970999 ], [ -74.980406517173904, 40.085554154703402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1472, "tnode_": 1470, "lpoly_": null, "rpoly_": null, "length": 335.73292844999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYRNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 20180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYRNE RD", "stname": "BYRNE RD", "objectid": 39224, "Shape__Length": 133.57997082130328 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981625260121106, 40.0833346157956 ], [ -74.981307858326801, 40.083276071458002 ], [ -74.981045894830103, 40.083246435454498 ], [ -74.980761646011402, 40.083266800103303 ], [ -74.9804430145808, 40.083308096326398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1450, "tnode_": 1475, "lpoly_": null, "rpoly_": null, "length": 268.22554503000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4119, "r_f_add": 4100, "r_t_add": 4124, "st_code": 33180, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39225, "Shape__Length": 107.03467191709684 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972512576210207, 40.083706937285001 ], [ -74.972057680079402, 40.083058818524002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1477, "tnode_": 1459, "lpoly_": null, "rpoly_": null, "length": 211.20216528, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRBY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11114, "l_t_add": 11198, "r_f_add": 11111, "r_t_add": 11199, "st_code": 47920, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRBY DR", "stname": "KIRBY DR", "objectid": 39226, "Shape__Length": 84.262673504655069 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977490290506296, 40.0830976831054 ], [ -74.977203249717803, 40.083402595072698 ], [ -74.977144140271506, 40.083486694903598 ], [ -74.977102664636703, 40.0835898083064 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1449, "tnode_": 1477, "lpoly_": null, "rpoly_": null, "length": 621.34414257000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARTERIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 22480, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARTERIS RD", "stname": "CHARTERIS RD", "objectid": 39227, "Shape__Length": 247.47963309327076 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979352592955706, 40.084024100741701 ], [ -74.978206866205895, 40.083489004247703 ], [ -74.977929123568998, 40.083350129644998 ], [ -74.977490290506296, 40.0830976831054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1439, "tnode_": 1478, "lpoly_": null, "rpoly_": null, "length": 680.8488704, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4149, "l_t_add": 4199, "r_f_add": 4120, "r_t_add": 4198, "st_code": 82960, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39228, "Shape__Length": 271.29919927426226 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971058263010605, 40.084075188743398 ], [ -74.970842466277801, 40.084040041755003 ], [ -74.970686146491005, 40.083998110370203 ], [ -74.970437229465702, 40.083901913350701 ], [ -74.970229336925499, 40.083796304232798 ], [ -74.970045278274597, 40.083660054490203 ], [ -74.969207956298803, 40.082933214901203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1485, "tnode_": 1454, "lpoly_": null, "rpoly_": null, "length": 518.24557944000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 11200, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980153, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39229, "Shape__Length": 206.45253859353795 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991661344840693, 40.083232728965797 ], [ -74.990491998920703, 40.083907952907403 ], [ -74.990158457452793, 40.084061995360898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1471, "tnode_": 1493, "lpoly_": null, "rpoly_": null, "length": 361.88165026000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3423, "l_t_add": 3435, "r_f_add": 3420, "r_t_add": 3468, "st_code": 22200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39230, "Shape__Length": 144.17733940925172 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9895194670016, 40.083559706923303 ], [ -74.989369098576802, 40.083436622080903 ], [ -74.989144102683696, 40.083279273586399 ], [ -74.988888580477195, 40.083138392609598 ], [ -74.988496098080006, 40.082962001825003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1489, "tnode_": 1494, "lpoly_": null, "rpoly_": null, "length": 370.09937722000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20160, "l_hundred": 0, "r_hundred": 0, "seg_id": 980155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 39231, "Shape__Length": 147.25091823429958 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966077477180605, 40.082587951741701 ], [ -74.965907083781701, 40.082592834959101 ], [ -74.964773054757501, 40.082436608587102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1475, "tnode_": 1497, "lpoly_": null, "rpoly_": null, "length": 260.84574914000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4121, "l_t_add": 4199, "r_f_add": 4126, "r_t_add": 4150, "st_code": 33180, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39232, "Shape__Length": 104.09913514958447 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972057680079402, 40.083058818524002 ], [ -74.971640859831496, 40.082418336577703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1498, "tnode_": 1477, "lpoly_": null, "rpoly_": null, "length": 251.33552212000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIRBY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11100, "l_t_add": 11112, "r_f_add": 11101, "r_t_add": 11109, "st_code": 47920, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980157, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIRBY DR", "stname": "KIRBY DR", "objectid": 39233, "Shape__Length": 100.24060008536962 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978029590089506, 40.082545943711303 ], [ -74.977490290506296, 40.0830976831054 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1466, "tnode_": 1498, "lpoly_": null, "rpoly_": null, "length": 533.99589319000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICIAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 63300, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICIAN DR", "stname": "PATRICIAN DR", "objectid": 39234, "Shape__Length": 212.76491745623187 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979502896934306, 40.083444327148896 ], [ -74.979418619149797, 40.0833121821614 ], [ -74.979281652169803, 40.083196142216003 ], [ -74.979142938886298, 40.083122822911001 ], [ -74.978517305468202, 40.0828278371472 ], [ -74.978230407315806, 40.082665417365398 ], [ -74.978029590089506, 40.082545943711303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1478, "tnode_": 1501, "lpoly_": null, "rpoly_": null, "length": 343.31772667000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4237, "r_f_add": 4200, "r_t_add": 4222, "st_code": 82960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980159, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39235, "Shape__Length": 136.88998414141918 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969207956298803, 40.082933214901203 ], [ -74.968406684650901, 40.082219505755397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1493, "tnode_": 1503, "lpoly_": null, "rpoly_": null, "length": 274.85522334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3437, "l_t_add": 3459, "r_f_add": 3470, "r_t_add": 3498, "st_code": 22200, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39236, "Shape__Length": 109.40898864805673 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988496098080006, 40.082962001825003 ], [ -74.988139371527197, 40.082839438040402 ], [ -74.987855769078493, 40.082746616739499 ], [ -74.987589647719503, 40.0826722100743 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1504, "tnode_": 1489, "lpoly_": null, "rpoly_": null, "length": 313.58703198000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20160, "l_hundred": 0, "r_hundred": 0, "seg_id": 980161, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 39237, "Shape__Length": 124.89535910024011 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967021964486705, 40.0821250828647 ], [ -74.966912776697797, 40.082170808450797 ], [ -74.966077477180605, 40.082587951741701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1503, "tnode_": 1506, "lpoly_": null, "rpoly_": null, "length": 159.5368284, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3461, "l_t_add": 3499, "r_f_add": 3500, "r_t_add": 3510, "st_code": 22200, "l_hundred": 3400, "r_hundred": 3500, "seg_id": 980162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39238, "Shape__Length": 63.487416290999263 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987589647719503, 40.0826722100743 ], [ -74.987042109962701, 40.082550116811902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1507, "tnode_": 1472, "lpoly_": null, "rpoly_": null, "length": 357.68370755000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11086, "l_t_add": 11098, "r_f_add": 11087, "r_t_add": 11099, "st_code": 80980, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39239, "Shape__Length": 142.84477479087724 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981810073736895, 40.082364270460502 ], [ -74.981751275020798, 40.082828026009601 ], [ -74.981688983081398, 40.083114201446499 ], [ -74.981625260121106, 40.0833346157956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1512, "tnode_": 1488, "lpoly_": null, "rpoly_": null, "length": 809.22818575000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYRNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 20180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYRNE RD", "stname": "BYRNE RD", "objectid": 39240, "Shape__Length": 322.28411710505384 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986164763431901, 40.082397908621999 ], [ -74.986050512750793, 40.082877913756697 ], [ -74.986010532160407, 40.082958678998999 ], [ -74.985946157036295, 40.083007858164002 ], [ -74.985860592966404, 40.083036800647697 ], [ -74.985702641295802, 40.083041456464699 ], [ -74.9854503111968, 40.0830212963508 ], [ -74.985183204660203, 40.083003597851302 ], [ -74.984845883225205, 40.082998301224102 ], [ -74.984467785228901, 40.083003294778202 ], [ -74.984199645533394, 40.083010933261903 ], [ -74.984009051288794, 40.083006346500603 ], [ -74.983954186971303, 40.083002207562302 ], [ -74.983913977666305, 40.082978860037599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1506, "tnode_": 1512, "lpoly_": null, "rpoly_": null, "length": 251.80461687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3515, "r_f_add": 3512, "r_t_add": 3530, "st_code": 22200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39241, "Shape__Length": 100.19380986766342 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987042109962701, 40.082550116811902 ], [ -74.986621293735297, 40.082466094089398 ], [ -74.986164763431901, 40.082397908621999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1512, "tnode_": 1513, "lpoly_": null, "rpoly_": null, "length": 108.29604433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3517, "l_t_add": 3523, "r_f_add": 3532, "r_t_add": 3548, "st_code": 22200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39242, "Shape__Length": 43.086855205368963 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986164763431901, 40.082397908621999 ], [ -74.985782325745504, 40.082352298175202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1514, "tnode_": 1474, "lpoly_": null, "rpoly_": null, "length": 737.89618219, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANCELOT", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3900, "l_t_add": 3998, "r_f_add": 3901, "r_t_add": 3999, "st_code": 48910, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANCELOT PL", "stname": "LANCELOT PL", "objectid": 39243, "Shape__Length": 294.03343869197647 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975624438474796, 40.082155244454 ], [ -74.976795698603098, 40.082707118417801 ], [ -74.976201222616396, 40.083331901252897 ], [ -74.975975479792297, 40.083239939390303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1504, "tnode_": 1515, "lpoly_": null, "rpoly_": null, "length": 172.92020035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4202, "l_t_add": 4298, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 4200, "r_hundred": 0, "seg_id": 980168, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39244, "Shape__Length": 68.992470943152952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967021964486705, 40.0821250828647 ], [ -74.9667069754138, 40.081716692182603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1485, "tnode_": 1519, "lpoly_": null, "rpoly_": null, "length": 318.06627133999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AMITY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 12490, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AMITY RD", "stname": "AMITY RD", "objectid": 39245, "Shape__Length": 126.93235644624255 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991661344840693, 40.083232728965797 ], [ -74.991517612240003, 40.083101182174403 ], [ -74.991386876442405, 40.0829202984728 ], [ -74.991286086555107, 40.082737266215702 ], [ -74.991164529702999, 40.082456624898001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1519, "tnode_": 1518, "lpoly_": null, "rpoly_": null, "length": 162.00135077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10904, "r_f_add": 10827, "r_t_add": 10899, "st_code": 56485, "l_hundred": 10900, "r_hundred": 10800, "seg_id": 980170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA DR", "stname": "MODENA DR", "objectid": 39246, "Shape__Length": 64.449901599205461 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991164529702999, 40.082456624898001 ], [ -74.990904721578204, 40.082478695044898 ], [ -74.990725399434396, 40.082482989760997 ], [ -74.9905874731013, 40.082476993152099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1517, "tnode_": 1495, "lpoly_": null, "rpoly_": null, "length": 178.89509071000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 0, "r_t_add": 0, "st_code": 56490, "l_hundred": 10900, "r_hundred": 0, "seg_id": 980171, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA PL", "stname": "MODENA PL", "objectid": 39247, "Shape__Length": 71.442099525008615 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989982589428706, 40.082406271072401 ], [ -74.9898754750552, 40.082890416321497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1518, "tnode_": 1517, "lpoly_": null, "rpoly_": null, "length": 171.20810703000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10906, "l_t_add": 10948, "r_f_add": 10901, "r_t_add": 10903, "st_code": 56485, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA DR", "stname": "MODENA DR", "objectid": 39248, "Shape__Length": 68.116985169511395 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9905874731013, 40.082476993152099 ], [ -74.989982589428706, 40.082406271072401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1498, "tnode_": 1523, "lpoly_": null, "rpoly_": null, "length": 291.11937304000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICIAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3913, "r_f_add": 3900, "r_t_add": 3914, "st_code": 63300, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980174, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICIAN DR", "stname": "PATRICIAN DR", "objectid": 39249, "Shape__Length": 115.99909429051858 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978029590089506, 40.082545943711303 ], [ -74.9772263025896, 40.082038090711002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1507, "tnode_": 1525, "lpoly_": null, "rpoly_": null, "length": 351.74923434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3805, "r_f_add": 3800, "r_t_add": 3804, "st_code": 22200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39250, "Shape__Length": 139.9928992470812 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981810073736895, 40.082364270460502 ], [ -74.981548115679402, 40.082323693082003 ], [ -74.981294182203698, 40.082274682489803 ], [ -74.981017879281694, 40.082203686967603 ], [ -74.980735677646393, 40.082114421847201 ], [ -74.980622329424094, 40.0820632897588 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1526, "tnode_": 1493, "lpoly_": null, "rpoly_": null, "length": 286.99136395000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10951, "r_t_add": 10999, "st_code": 20870, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39251, "Shape__Length": 114.5756248711578 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988824521050901, 40.0822170494801 ], [ -74.988740507119701, 40.082466854552202 ], [ -74.988666279104194, 40.082639950892798 ], [ -74.988577252457006, 40.082809823539201 ], [ -74.988496098080006, 40.082962001825003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1517, "tnode_": 1526, "lpoly_": null, "rpoly_": null, "length": 331.30162746000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10950, "l_t_add": 10998, "r_f_add": 10905, "r_t_add": 10999, "st_code": 56485, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA DR", "stname": "MODENA DR", "objectid": 39252, "Shape__Length": 131.82241540798103 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989982589428706, 40.082406271072401 ], [ -74.988824521050901, 40.0822170494801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1497, "tnode_": 1528, "lpoly_": null, "rpoly_": null, "length": 314.74845456000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4223, "r_f_add": 4152, "r_t_add": 4198, "st_code": 33180, "l_hundred": 4200, "r_hundred": 4100, "seg_id": 980178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39253, "Shape__Length": 125.56599038030134 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971640859831496, 40.082418336577703 ], [ -74.971556410831596, 40.082264171715003 ], [ -74.971415647848801, 40.082063072748198 ], [ -74.971207650245404, 40.081849944219698 ], [ -74.971045544954407, 40.081690796217302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1530, "tnode_": 1504, "lpoly_": null, "rpoly_": null, "length": 315.86517381, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12038, "l_t_add": 12098, "r_f_add": 12055, "r_t_add": 12099, "st_code": 56100, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1999-11-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39254, "Shape__Length": 125.86609029739111 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967881803082093, 40.081564171609003 ], [ -74.967463743172402, 40.081857440034398 ], [ -74.967021964486705, 40.0821250828647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1501, "tnode_": 1530, "lpoly_": null, "rpoly_": null, "length": 280.90983428000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4239, "l_t_add": 4299, "r_f_add": 4224, "r_t_add": 4298, "st_code": 82960, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980180, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39255, "Shape__Length": 112.07125712763369 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968406684650901, 40.082219505755397 ], [ -74.968273493247096, 40.082087019695798 ], [ -74.9680996810756, 40.081874773092501 ], [ -74.967965745484406, 40.081695149754999 ], [ -74.967881803082093, 40.081564171609003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1513, "tnode_": 1533, "lpoly_": null, "rpoly_": null, "length": 177.61834687000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3509, "r_f_add": 3500, "r_t_add": 3516, "st_code": 21334, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY RD", "stname": "CAREY RD", "objectid": 39256, "Shape__Length": 70.929410183445839 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985782325745504, 40.082352298175202 ], [ -74.985779102677796, 40.082245750628402 ], [ -74.985758840108801, 40.082112809198698 ], [ -74.985726893146307, 40.081996495247402 ], [ -74.985678627669898, 40.081873687665201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1523, "tnode_": 1534, "lpoly_": null, "rpoly_": null, "length": 190.2427884, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIGGANS", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 17560, "l_hundred": 0, "r_hundred": 0, "seg_id": 980182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIGGANS PL", "stname": "BIGGANS PL", "objectid": 39257, "Shape__Length": 75.872171218555096 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9772263025896, 40.082038090711002 ], [ -74.977637531425501, 40.081622218152397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1489, "tnode_": 1535, "lpoly_": null, "rpoly_": null, "length": 483.57267223000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4399, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 4300, "r_hundred": 0, "seg_id": 980183, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39258, "Shape__Length": 193.08163260376529 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966077477180605, 40.082587951741701 ], [ -74.965977136988002, 40.082446908239703 ], [ -74.965921643915607, 40.082238189252301 ], [ -74.965902722379198, 40.082030355255498 ], [ -74.965853388355299, 40.081783122174997 ], [ -74.965801027296095, 40.081609626225998 ], [ -74.965669626453504, 40.081308971650301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1539, "tnode_": 1510, "lpoly_": null, "rpoly_": null, "length": 244.59950751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10946, "l_t_add": 10998, "r_f_add": 10947, "r_t_add": 10999, "st_code": 47590, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39259, "Shape__Length": 97.690676088833627 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983877721247893, 40.081668681839901 ], [ -74.983907503030196, 40.082339744867703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1545, "tnode_": 1514, "lpoly_": null, "rpoly_": null, "length": 316.27228135000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11062, "l_t_add": 11078, "r_f_add": 11063, "r_t_add": 11079, "st_code": 48020, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980185, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39260, "Shape__Length": 126.13653618999336 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976300696849094, 40.081463369654003 ], [ -74.976045596848607, 40.081680825839797 ], [ -74.975821930470602, 40.081899029435 ], [ -74.975624438474796, 40.082155244454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1523, "tnode_": 1545, "lpoly_": null, "rpoly_": null, "length": 333.04098709000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PATRICIAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3915, "l_t_add": 3999, "r_f_add": 3916, "r_t_add": 3998, "st_code": 63300, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980186, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PATRICIAN DR", "stname": "PATRICIAN DR", "objectid": 39261, "Shape__Length": 132.69754842191364 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9772263025896, 40.082038090711002 ], [ -74.976300696849094, 40.081463369654003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1539, "tnode_": 1549, "lpoly_": null, "rpoly_": null, "length": 249.65461671999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FENN", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 33820, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FENN DR", "stname": "FENN DR", "objectid": 39262, "Shape__Length": 99.380313199228354 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983877721247893, 40.081668681839901 ], [ -74.983336853381601, 40.081676894791499 ], [ -74.983239041741399, 40.081646358370698 ], [ -74.983149594179693, 40.081590659977898 ], [ -74.983069676063394, 40.081511427081502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1550, "tnode_": 1533, "lpoly_": null, "rpoly_": null, "length": 289.62492115000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 21336, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY TER", "stname": "CAREY TER", "objectid": 39263, "Shape__Length": 115.27313783838774 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986650035503203, 40.081599242095002 ], [ -74.985678627669898, 40.081873687665201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1552, "tnode_": 1485, "lpoly_": null, "rpoly_": null, "length": 939.01942628000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 11200, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980189, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39264, "Shape__Length": 374.09354385480867 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994350747304196, 40.081690993295197 ], [ -74.991661344840693, 40.083232728965797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1551, "tnode_": 1526, "lpoly_": null, "rpoly_": null, "length": 231.86892887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10842, "l_t_add": 10898, "r_f_add": 10901, "r_t_add": 10949, "st_code": 20870, "l_hundred": 10800, "r_hundred": 10900, "seg_id": 980190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39265, "Shape__Length": 92.591459253210786 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988993101221496, 40.081593855087299 ], [ -74.988824521050901, 40.0822170494801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1528, "tnode_": 1554, "lpoly_": null, "rpoly_": null, "length": 278.35065354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4217, "r_f_add": 4200, "r_t_add": 4210, "st_code": 38540, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39266, "Shape__Length": 110.93895030707736 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971045544954407, 40.081690796217302 ], [ -74.971469046734398, 40.081404523702901 ], [ -74.971768988329302, 40.081167198813098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1557, "tnode_": 1553, "lpoly_": null, "rpoly_": null, "length": 206.49641001999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MODENA", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 56495, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980192, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MODENA TER", "stname": "MODENA TER", "objectid": 39267, "Shape__Length": 82.153713326838869 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992330345422502, 40.081524443644902 ], [ -74.993062230299103, 40.0815969800516 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1559, "tnode_": 1541, "lpoly_": null, "rpoly_": null, "length": 165.12337997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 21332, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980193, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY PLZ", "stname": "CAREY PLZ", "objectid": 39268, "Shape__Length": 65.84946839485707 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985046158333205, 40.081254413685699 ], [ -74.984681302211797, 40.081610667543401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1533, "tnode_": 1559, "lpoly_": null, "rpoly_": null, "length": 291.89839941000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3511, "l_t_add": 3533, "r_f_add": 3518, "r_t_add": 3532, "st_code": 21334, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980194, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY RD", "stname": "CAREY RD", "objectid": 39269, "Shape__Length": 116.40321183474731 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985678627669898, 40.081873687665201 ], [ -74.985601838815498, 40.081734215373203 ], [ -74.985479754241595, 40.081579096748897 ], [ -74.9853386555626, 40.081440430009003 ], [ -74.985192629151101, 40.081332644839101 ], [ -74.985046158333205, 40.081254413685699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1528, "tnode_": 1560, "lpoly_": null, "rpoly_": null, "length": 443.7904138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4225, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 33180, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980195, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 39270, "Shape__Length": 176.82770531307216 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971045544954407, 40.081690796217302 ], [ -74.970754938758105, 40.081446051099299 ], [ -74.970447135219601, 40.081198909619403 ], [ -74.970139826993304, 40.081029507482597 ], [ -74.969829194072105, 40.080941238559198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1561, "tnode_": 1518, "lpoly_": null, "rpoly_": null, "length": 484.84604806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HARROW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 40890, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HARROW RD", "stname": "HARROW RD", "objectid": 39271, "Shape__Length": 193.33200369378574 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991555499627196, 40.081476792363802 ], [ -74.990660734995103, 40.082054274777498 ], [ -74.990625779169093, 40.082087837286203 ], [ -74.9905874731013, 40.082476993152099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1557, "tnode_": 1561, "lpoly_": null, "rpoly_": null, "length": 217.51422946999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEDRICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 63650, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEDRICK RD", "stname": "PEDRICK RD", "objectid": 39272, "Shape__Length": 86.533606423623482 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992330345422502, 40.081524443644902 ], [ -74.991555499627196, 40.081476792363802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1560, "tnode_": 1530, "lpoly_": null, "rpoly_": null, "length": 624.237604, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12036, "r_f_add": 12001, "r_t_add": 12053, "st_code": 56100, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39273, "Shape__Length": 248.55372869450349 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969829194072105, 40.080941238559198 ], [ -74.969587743542704, 40.080906765911699 ], [ -74.969358167935894, 40.080905734102799 ], [ -74.969050648964995, 40.080938997481098 ], [ -74.968794952591594, 40.081000649027303 ], [ -74.968579317703799, 40.081090404456098 ], [ -74.968362013104198, 40.081220823217102 ], [ -74.968143780948395, 40.081373832445202 ], [ -74.967881803082093, 40.081564171609003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1570, "tnode_": 1539, "lpoly_": null, "rpoly_": null, "length": 239.33156384, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10940, "l_t_add": 10944, "r_f_add": 10941, "r_t_add": 10945, "st_code": 47590, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980199, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39274, "Shape__Length": 95.585935182641919 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983854255762495, 40.0810119373661 ], [ -74.983877721247893, 40.081668681839901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1568, "tnode_": 1570, "lpoly_": null, "rpoly_": null, "length": 200.42709642, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3537, "l_t_add": 3599, "r_f_add": 3540, "r_t_add": 3598, "st_code": 21334, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY RD", "stname": "CAREY RD", "objectid": 39275, "Shape__Length": 79.737338555935239 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984565855401996, 40.0810576197918 ], [ -74.984361232680698, 40.081028004883699 ], [ -74.984141781691307, 40.0810114514438 ], [ -74.983854255762495, 40.0810119373661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1525, "tnode_": 1571, "lpoly_": null, "rpoly_": null, "length": 786.59292828000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3807, "l_t_add": 3829, "r_f_add": 3806, "r_t_add": 3824, "st_code": 22200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39276, "Shape__Length": 313.24489303082078 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980622329424094, 40.0820632897588 ], [ -74.980495545908695, 40.082011452648203 ], [ -74.978205909571301, 40.080960294978702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1448, "tnode_": 1574, "lpoly_": null, "rpoly_": null, "length": 1626.8077115400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2901, "l_t_add": 3099, "r_f_add": 2900, "r_t_add": 3098, "st_code": 67640, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 980202, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39277, "Shape__Length": 648.56793101858864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002693002636406, 40.0846054252738 ], [ -75.002630846392705, 40.084495552688303 ], [ -75.002580488214505, 40.084435360060702 ], [ -74.998757168700493, 40.0813295932128 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1582, "tnode_": 1551, "lpoly_": null, "rpoly_": null, "length": 659.0621609, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PERRIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 64310, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PERRIN RD", "stname": "PERRIN RD", "objectid": 39278, "Shape__Length": 262.48732683330121 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990962654166907, 40.080937766227699 ], [ -74.989809230319693, 40.081701270900098 ], [ -74.989723007145798, 40.081710667958397 ], [ -74.988993101221496, 40.081593855087299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1554, "tnode_": 1583, "lpoly_": null, "rpoly_": null, "length": 266.79858174999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4219, "l_t_add": 4229, "r_f_add": 4212, "r_t_add": 4236, "st_code": 38540, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39279, "Shape__Length": 106.49717174828554 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971768988329302, 40.081167198813098 ], [ -74.971883263075995, 40.081066298368498 ], [ -74.971964908034096, 40.080941638990801 ], [ -74.972030389647998, 40.080780408163697 ], [ -74.972049556070601, 40.080599967908903 ], [ -74.972053548928201, 40.080490840189498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1588, "tnode_": 1552, "lpoly_": null, "rpoly_": null, "length": 508.43642618000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10600, "l_t_add": 10798, "r_f_add": 10501, "r_t_add": 10799, "st_code": 11200, "l_hundred": 10600, "r_hundred": 10500, "seg_id": 980205, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39280, "Shape__Length": 202.55256205484338 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995804896979195, 40.080854144093301 ], [ -74.994350747304196, 40.081690993295197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1589, "tnode_": 1545, "lpoly_": null, "rpoly_": null, "length": 436.08217034, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11050, "l_t_add": 11060, "r_f_add": 11051, "r_t_add": 11061, "st_code": 48020, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980206, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39281, "Shape__Length": 173.91046849020776 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977251996317705, 40.080515188800199 ], [ -74.976300696849094, 40.081463369654003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1571, "tnode_": 1589, "lpoly_": null, "rpoly_": null, "length": 312.31889777000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3831, "l_t_add": 3899, "r_f_add": 3826, "r_t_add": 3898, "st_code": 22200, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980207, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39282, "Shape__Length": 124.37750652627237 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978205909571301, 40.080960294978702 ], [ -74.977251996317705, 40.080515188800199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1591, "tnode_": 1560, "lpoly_": null, "rpoly_": null, "length": 369.38504866, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 56100, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39283, "Shape__Length": 147.26940958410006 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970656640523302, 40.080208968114803 ], [ -74.970530565931298, 40.080257779373802 ], [ -74.970312778911193, 40.080356228093798 ], [ -74.970191145824202, 40.080425619667402 ], [ -74.9700654103803, 40.080533041638297 ], [ -74.9699427491188, 40.080675056101001 ], [ -74.969883503700004, 40.080804798280703 ], [ -74.969829194072105, 40.080941238559198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1554, "tnode_": 1591, "lpoly_": null, "rpoly_": null, "length": 470.15644021000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TELFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4299, "r_f_add": 4200, "r_t_add": 4298, "st_code": 76840, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TELFORD RD", "stname": "TELFORD RD", "objectid": 39284, "Shape__Length": 187.44553303908475 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971768988329302, 40.081167198813098 ], [ -74.971597202352498, 40.081050853617597 ], [ -74.970929673478494, 40.080531923398702 ], [ -74.970784188805496, 40.080367628931697 ], [ -74.970656640523302, 40.080208968114803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1366, "tnode_": 1599, "lpoly_": null, "rpoly_": null, "length": 3189.31442874, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980210, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39285, "Shape__Length": 1272.441138086167 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971387796209598, 40.087063762838497 ], [ -74.971176851627405, 40.086921773286001 ], [ -74.9705712254394, 40.0863940921123 ], [ -74.970189813200093, 40.086031290392803 ], [ -74.969891342539896, 40.085717575439503 ], [ -74.968667411394605, 40.084340731752299 ], [ -74.967554793954505, 40.083084392864599 ], [ -74.966832432932904, 40.082237145238999 ], [ -74.966664911766102, 40.082022455426198 ], [ -74.966469286781503, 40.0817477733668 ], [ -74.966342121566498, 40.081550438320399 ], [ -74.966183595257903, 40.081257474019502 ], [ -74.966080766256596, 40.081040399004998 ], [ -74.965955204975501, 40.080732421712902 ], [ -74.965828604675295, 40.080381436090697 ], [ -74.965680110185403, 40.079912595629096 ], [ -74.965627219979794, 40.079635011860603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1515, "tnode_": 1599, "lpoly_": null, "rpoly_": null, "length": 819.89644236999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980211, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39286, "Shape__Length": 327.2721899793591 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9667069754138, 40.081716692182603 ], [ -74.9666969890865, 40.081715952945899 ], [ -74.966540980256198, 40.081505561391303 ], [ -74.966369961754594, 40.0812303658304 ], [ -74.966240878868305, 40.081008137102003 ], [ -74.966047872063697, 40.080623986783202 ], [ -74.965784008806594, 40.079960288947099 ], [ -74.965627219979794, 40.079635011860603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1602, "tnode_": 1571, "lpoly_": null, "rpoly_": null, "length": 325.9302152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11038, "l_t_add": 11098, "r_f_add": 11035, "r_t_add": 11099, "st_code": 47900, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39287, "Shape__Length": 130.03567344054636 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978805950777499, 40.080193443642997 ], [ -74.978205909571301, 40.080960294978702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1603, "tnode_": 1551, "lpoly_": null, "rpoly_": null, "length": 587.99902356000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10840, "r_f_add": 10801, "r_t_add": 10899, "st_code": 20870, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980213, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39288, "Shape__Length": 234.42369635610967 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990365677471701, 40.080410582112101 ], [ -74.989439146428893, 40.081015345961902 ], [ -74.989314281753295, 40.081116009747802 ], [ -74.989220599194795, 40.081216966518198 ], [ -74.989086484470704, 40.081394357069399 ], [ -74.988993101221496, 40.081593855087299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1604, "tnode_": 1579, "lpoly_": null, "rpoly_": null, "length": 344.35822242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 41570, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEFLIN RD", "stname": "HEFLIN RD", "objectid": 39289, "Shape__Length": 137.26995825314663 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986542092715197, 40.080342935299903 ], [ -74.985965712248998, 40.080807518458997 ], [ -74.985818323175593, 40.080928118092302 ], [ -74.985686211775104, 40.080834428402497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1585, "tnode_": 1604, "lpoly_": null, "rpoly_": null, "length": 218.86034182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3551, "l_t_add": 3555, "r_f_add": 3532, "r_t_add": 3544, "st_code": 19350, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980215, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKVIEW RD", "stname": "BROOKVIEW RD", "objectid": 39290, "Shape__Length": 87.275316853027348 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987028899914804, 40.080811325318003 ], [ -74.986916000433197, 40.080676831911298 ], [ -74.986746019253403, 40.080511953419297 ], [ -74.986542092715197, 40.080342935299903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1606, "tnode_": 1570, "lpoly_": null, "rpoly_": null, "length": 300.48091478000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10916, "l_t_add": 10938, "r_f_add": 10917, "r_t_add": 10939, "st_code": 47590, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39291, "Shape__Length": 120.00578071428842 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9838946472114, 40.080188373483097 ], [ -74.983861333806402, 40.080511520693399 ], [ -74.983847563457999, 40.080759189111198 ], [ -74.983854255762495, 40.0810119373661 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1609, "tnode_": 1591, "lpoly_": null, "rpoly_": null, "length": 296.19523175, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 56100, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 980217, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39292, "Shape__Length": 117.95144003979532 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971566232558899, 40.079793145668098 ], [ -74.970656640523302, 40.080208968114803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1583, "tnode_": 1609, "lpoly_": null, "rpoly_": null, "length": 291.61104561999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4231, "l_t_add": 4299, "r_f_add": 4238, "r_t_add": 4298, "st_code": 38540, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39293, "Shape__Length": 116.35600294549604 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972053548928201, 40.080490840189498 ], [ -74.972016654551197, 40.080379887065199 ], [ -74.971964534174305, 40.080258775741903 ], [ -74.971878556918298, 40.080128076745901 ], [ -74.971566232558899, 40.079793145668098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1588, "tnode_": 1610, "lpoly_": null, "rpoly_": null, "length": 261.97373856000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROMWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3215, "r_f_add": 3200, "r_t_add": 3214, "st_code": 26035, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROMWELL RD", "stname": "CROMWELL RD", "objectid": 39294, "Shape__Length": 104.43769909361244 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995804896979195, 40.080854144093301 ], [ -74.995167521918106, 40.080327399885697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1611, "tnode_": 1507, "lpoly_": null, "rpoly_": null, "length": 863.93225415999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11062, "l_t_add": 11084, "r_f_add": 11063, "r_t_add": 11085, "st_code": 80980, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980220, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39295, "Shape__Length": 345.03470734280506 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981773378825693, 40.0800004972699 ], [ -74.981708194995704, 40.080340167933997 ], [ -74.981692030410898, 40.080622157961997 ], [ -74.981704777878605, 40.080879824446498 ], [ -74.981741628628697, 40.081231004941301 ], [ -74.981793086607397, 40.081604079071703 ], [ -74.981816470177407, 40.081980382191901 ], [ -74.981810073736895, 40.082364270460502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1535, "tnode_": 1612, "lpoly_": null, "rpoly_": null, "length": 751.38360276000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980221, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39296, "Shape__Length": 300.05035884217352 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965669626453504, 40.081308971650301 ], [ -74.965535072875198, 40.080866806261596 ], [ -74.965433663571602, 40.080543601450898 ], [ -74.965289255289505, 40.079835362266401 ], [ -74.965220691103596, 40.079504148648098 ], [ -74.965202385709603, 40.079280752505703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1611, "tnode_": 1616, "lpoly_": null, "rpoly_": null, "length": 224.15807711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3813, "r_f_add": 3800, "r_t_add": 3804, "st_code": 56100, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39297, "Shape__Length": 89.198373897828475 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981773378825693, 40.0800004972699 ], [ -74.981002409233497, 40.079833457161897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1619, "tnode_": 1616, "lpoly_": null, "rpoly_": null, "length": 345.18301587000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 56095, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK PL", "stname": "MILLBROOK PL", "objectid": 39298, "Shape__Length": 137.75338163772074 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980827372150003, 40.079781960679597 ], [ -74.9806745961654, 40.080128546293899 ], [ -74.980674588294207, 40.080179438444098 ], [ -74.980731266945398, 40.080220122300602 ], [ -74.980805599582595, 40.080215993372803 ], [ -74.980849524477307, 40.080172930038302 ], [ -74.981002409233497, 40.079833457161897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1616, "tnode_": 1619, "lpoly_": null, "rpoly_": null, "length": 52.4502825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3806, "r_t_add": 3806, "st_code": 56100, "l_hundred": 0, "r_hundred": 3800, "seg_id": 980224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39299, "Shape__Length": 20.875780069074299 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981002409233497, 40.079833457161897 ], [ -74.980827372150003, 40.079781960679597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1623, "tnode_": 1603, "lpoly_": null, "rpoly_": null, "length": 227.94052377999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10376, "l_t_add": 10398, "r_f_add": 10375, "r_t_add": 10399, "st_code": 20870, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 980225, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39300, "Shape__Length": 90.832929629136046 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9909785003872, 40.079998362845501 ], [ -74.990365677471701, 40.080410582112101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1557, "tnode_": 1623, "lpoly_": null, "rpoly_": null, "length": 691.20271878000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUMORE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 29220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUMORE DR", "stname": "DRUMORE DR", "objectid": 39301, "Shape__Length": 275.68340918418369 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992330345422502, 40.081524443644902 ], [ -74.992327977487406, 40.081437779206603 ], [ -74.992307234715497, 40.081305405287097 ], [ -74.9922776376727, 40.081207221547899 ], [ -74.992229747754806, 40.081099999092501 ], [ -74.992079672758607, 40.080935853376801 ], [ -74.9909785003872, 40.079998362845501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1624, "tnode_": 1588, "lpoly_": null, "rpoly_": null, "length": 500.11532117000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10500, "l_t_add": 10598, "r_f_add": 10401, "r_t_add": 10499, "st_code": 11200, "l_hundred": 10500, "r_hundred": 10400, "seg_id": 980227, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39302, "Shape__Length": 199.23432515525141 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997236394121401, 40.080032185265502 ], [ -74.995804896979195, 40.080854144093301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1574, "tnode_": 1624, "lpoly_": null, "rpoly_": null, "length": 635.98021841999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 67640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 980228, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39303, "Shape__Length": 253.55412419235154 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998757168700493, 40.0813295932128 ], [ -74.997236394121401, 40.080032185265502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1625, "tnode_": 1604, "lpoly_": null, "rpoly_": null, "length": 245.16460377000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10820, "l_t_add": 10898, "r_f_add": 10817, "r_t_add": 10899, "st_code": 41570, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEFLIN RD", "stname": "HEFLIN RD", "objectid": 39304, "Shape__Length": 97.707353704960795 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987184354173607, 40.079885581101102 ], [ -74.986978992067407, 40.080025441793502 ], [ -74.986812861745705, 40.080137405864697 ], [ -74.986542092715197, 40.080342935299903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1627, "tnode_": 1585, "lpoly_": null, "rpoly_": null, "length": 502.77194466000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAWLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 41250, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAWLEY RD", "stname": "HAWLEY RD", "objectid": 39305, "Shape__Length": 200.34554498002393 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988390055294303, 40.079911233837699 ], [ -74.988222307751897, 40.080038808933899 ], [ -74.987747956622698, 40.080349816673497 ], [ -74.987028899914804, 40.080811325318003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1610, "tnode_": 1632, "lpoly_": null, "rpoly_": null, "length": 234.81318151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROMWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3217, "l_t_add": 3231, "r_f_add": 3216, "r_t_add": 3230, "st_code": 26035, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROMWELL RD", "stname": "CROMWELL RD", "objectid": 39306, "Shape__Length": 93.619239827037816 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995167521918106, 40.080327399885697 ], [ -74.994613182211907, 40.079843490641501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1589, "tnode_": 1637, "lpoly_": null, "rpoly_": null, "length": 572.88683559000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 4099, "r_f_add": 3900, "r_t_add": 4098, "st_code": 22200, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980232, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39307, "Shape__Length": 228.38015182030585 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977251996317705, 40.080515188800199 ], [ -74.976997821017093, 40.080342745853798 ], [ -74.975854310064904, 40.079368005651197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1640, "tnode_": 1606, "lpoly_": null, "rpoly_": null, "length": 251.08268629000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10914, "r_f_add": 10901, "r_t_add": 10915, "st_code": 47590, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980233, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39308, "Shape__Length": 100.25654128143211 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984096277735304, 40.079517602395299 ], [ -74.984023030098498, 40.079695322222904 ], [ -74.983967001897, 40.079899700934199 ], [ -74.9838946472114, 40.080188373483097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1604, "tnode_": 1640, "lpoly_": null, "rpoly_": null, "length": 758.49957887000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3557, "l_t_add": 3599, "r_f_add": 3546, "r_t_add": 3598, "st_code": 19350, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980234, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKVIEW RD", "stname": "BROOKVIEW RD", "objectid": 39309, "Shape__Length": 301.95368904172346 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986542092715197, 40.080342935299903 ], [ -74.986106158998695, 40.080072347724297 ], [ -74.985792687290299, 40.0799323535486 ], [ -74.985496509418098, 40.079818139514401 ], [ -74.985021315872302, 40.079685526147699 ], [ -74.984096277735304, 40.079517602395299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1643, "tnode_": 1629, "lpoly_": null, "rpoly_": null, "length": 137.35460705, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 28180, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 980235, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENMAN RD", "stname": "DENMAN RD", "objectid": 39310, "Shape__Length": 54.692995535797742 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970967601287299, 40.079183383285397 ], [ -74.970540488361195, 40.079369184289298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1609, "tnode_": 1643, "lpoly_": null, "rpoly_": null, "length": 278.21210912000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4307, "r_f_add": 4300, "r_t_add": 4316, "st_code": 38540, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39311, "Shape__Length": 110.95351998609874 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971566232558899, 40.079793145668098 ], [ -74.970967601287299, 40.079183383285397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1648, "tnode_": 1602, "lpoly_": null, "rpoly_": null, "length": 380.31288774999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11030, "l_t_add": 11036, "r_f_add": 11031, "r_t_add": 11033, "st_code": 47900, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39312, "Shape__Length": 151.75263705203704 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9794548693758, 40.079276679271899 ], [ -74.979247546277506, 40.079599373669801 ], [ -74.979119464449894, 40.079775099174398 ], [ -74.978991326485797, 40.079952210843103 ], [ -74.978805950777499, 40.080193443642997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1619, "tnode_": 1648, "lpoly_": null, "rpoly_": null, "length": 426.2652078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3815, "l_t_add": 3899, "r_f_add": 3808, "r_t_add": 3898, "st_code": 56100, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39313, "Shape__Length": 169.69766069260646 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980827372150003, 40.079781960679597 ], [ -74.9803063200266, 40.079615519231901 ], [ -74.979988334410606, 40.079493347586002 ], [ -74.9794548693758, 40.079276679271899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1650, "tnode_": 1611, "lpoly_": null, "rpoly_": null, "length": 258.25210255999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11042, "l_t_add": 11060, "r_f_add": 11043, "r_t_add": 11061, "st_code": 80980, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980239, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39314, "Shape__Length": 103.12874425036172 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981929418554301, 40.079301773186799 ], [ -74.981773378825693, 40.0800004972699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1653, "tnode_": 1625, "lpoly_": null, "rpoly_": null, "length": 248.70357645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEFLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10802, "l_t_add": 10818, "r_f_add": 10801, "r_t_add": 10815, "st_code": 41570, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEFLIN RD", "stname": "HEFLIN RD", "objectid": 39315, "Shape__Length": 99.105488374089788 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987853903536404, 40.079436612305201 ], [ -74.987184354173607, 40.079885581101102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1627, "tnode_": 1653, "lpoly_": null, "rpoly_": null, "length": 229.46389394, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KYLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3521, "r_f_add": 3500, "r_t_add": 3518, "st_code": 48200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KYLE RD", "stname": "KYLE RD", "objectid": 39316, "Shape__Length": 91.488020902723974 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988390055294303, 40.079911233837699 ], [ -74.988345376365203, 40.079851007949202 ], [ -74.987853903536404, 40.079436612305201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1654, "tnode_": 1623, "lpoly_": null, "rpoly_": null, "length": 289.20019141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10300, "l_t_add": 10374, "r_f_add": 10301, "r_t_add": 10373, "st_code": 20870, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 980242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39317, "Shape__Length": 115.23889896760836 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991763324265193, 40.079481839916703 ], [ -74.9909785003872, 40.079998362845501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1552, "tnode_": 1654, "lpoly_": null, "rpoly_": null, "length": 1082.5252165700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 67640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39318, "Shape__Length": 431.58382991196203 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994350747304196, 40.081690993295197 ], [ -74.991763324265193, 40.079481839916703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1625, "tnode_": 1658, "lpoly_": null, "rpoly_": null, "length": 370.71615592000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3579, "r_f_add": 3500, "r_t_add": 3584, "st_code": 61020, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKHILL RD", "stname": "OAKHILL RD", "objectid": 39319, "Shape__Length": 147.70672031360576 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987184354173607, 40.079885581101102 ], [ -74.986934612972902, 40.079709629659099 ], [ -74.986705644184298, 40.079577848185203 ], [ -74.986363339470699, 40.079394979735603 ], [ -74.986178922162793, 40.079285762533097 ], [ -74.986171661451294, 40.079247766550402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1661, "tnode_": 1609, "lpoly_": null, "rpoly_": null, "length": 657.73646985000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILLBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 56100, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILLBROOK RD", "stname": "MILLBROOK RD", "objectid": 39320, "Shape__Length": 261.89912147167877 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973616895571894, 40.0789107662372 ], [ -74.971566232558899, 40.079793145668098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1632, "tnode_": 1665, "lpoly_": null, "rpoly_": null, "length": 322.66825801, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROMWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3233, "l_t_add": 3259, "r_f_add": 3232, "r_t_add": 3260, "st_code": 26035, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980246, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROMWELL RD", "stname": "CROMWELL RD", "objectid": 39321, "Shape__Length": 128.66211281504351 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994613182211907, 40.079843490641501 ], [ -74.993880340822997, 40.079159632690398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1637, "tnode_": 1666, "lpoly_": null, "rpoly_": null, "length": 251.20868615999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4115, "r_f_add": 4100, "r_t_add": 4116, "st_code": 22200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39322, "Shape__Length": 100.14801830872122 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975854310064904, 40.079368005651197 ], [ -74.975249961017198, 40.078858085885102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1672, "tnode_": 1610, "lpoly_": null, "rpoly_": null, "length": 636.91328451999993, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CANTERBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 21170, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CANTERBURY RD", "stname": "N CANTERBURY RD", "objectid": 39323, "Shape__Length": 253.76228977410645 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996940199512096, 40.079236392444102 ], [ -74.996781808244705, 40.079362470093898 ], [ -74.996602142019995, 40.079500240934898 ], [ -74.996345374939693, 40.079661236273701 ], [ -74.995167521918106, 40.080327399885697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1680, "tnode_": 1661, "lpoly_": null, "rpoly_": null, "length": 234.05015974, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4143, "l_t_add": 4199, "r_f_add": 4144, "r_t_add": 4198, "st_code": 22200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980249, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39324, "Shape__Length": 93.176436066917347 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974368169502796, 40.078636078945003 ], [ -74.974198553830306, 40.078672840417397 ], [ -74.974071308819305, 40.078713614844602 ], [ -74.973932178813499, 40.078765795237999 ], [ -74.973616895571894, 40.0789107662372 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1666, "tnode_": 1680, "lpoly_": null, "rpoly_": null, "length": 268.33181281999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4117, "l_t_add": 4141, "r_f_add": 4118, "r_t_add": 4142, "st_code": 22200, "l_hundred": 4100, "r_hundred": 4100, "seg_id": 980250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHALFONT DR", "stname": "CHALFONT DR", "objectid": 39325, "Shape__Length": 106.80518912749476 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975249961017198, 40.078858085885102 ], [ -74.975087130244106, 40.078754457247499 ], [ -74.974937745939897, 40.078698729568302 ], [ -74.974767924095801, 40.078654771723102 ], [ -74.974577288635501, 40.0786317717657 ], [ -74.974368169502796, 40.078636078945003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1681, "tnode_": 1640, "lpoly_": null, "rpoly_": null, "length": 246.58734511, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10842, "l_t_add": 10898, "r_f_add": 10843, "r_t_add": 10899, "st_code": 47590, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39326, "Shape__Length": 98.43851704991296 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984387015552301, 40.078879040397403 ], [ -74.984218819497698, 40.079212489251901 ], [ -74.984096277735304, 40.079517602395299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1671, "tnode_": 1681, "lpoly_": null, "rpoly_": null, "length": 252.22736671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3581, "l_t_add": 3599, "r_f_add": 3586, "r_t_add": 3598, "st_code": 61020, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKHILL RD", "stname": "OAKHILL RD", "objectid": 39327, "Shape__Length": 100.35714532961217 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985265429630502, 40.079023484918601 ], [ -74.985201110247104, 40.079027727832397 ], [ -74.984387015552301, 40.078879040397403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1654, "tnode_": 1682, "lpoly_": null, "rpoly_": null, "length": 242.02416745, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3331, "r_f_add": 3300, "r_t_add": 3306, "st_code": 67640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980253, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39328, "Shape__Length": 96.488434888297704 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991763324265193, 40.079481839916703 ], [ -74.991184099117703, 40.078988455029602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1685, "tnode_": 1657, "lpoly_": null, "rpoly_": null, "length": 205.62975688, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11754, "l_t_add": 11798, "r_f_add": 11755, "r_t_add": 11799, "st_code": 28580, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980254, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39329, "Shape__Length": 81.949334531620565 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970224059615902, 40.078435258996798 ], [ -74.969685035274296, 40.078818901380103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1643, "tnode_": 1685, "lpoly_": null, "rpoly_": null, "length": 342.87773858999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4309, "l_t_add": 4399, "r_f_add": 4318, "r_t_add": 4398, "st_code": 38540, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980255, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39330, "Shape__Length": 136.73833391730051 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970967601287299, 40.079183383285397 ], [ -74.970224059615902, 40.078435258996798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1688, "tnode_": 1648, "lpoly_": null, "rpoly_": null, "length": 241.9180096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11014, "l_t_add": 11028, "r_f_add": 11013, "r_t_add": 11029, "st_code": 47900, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39331, "Shape__Length": 96.576395900544227 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979733789425396, 40.078648100872797 ], [ -74.9794548693758, 40.079276679271899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1650, "tnode_": 1688, "lpoly_": null, "rpoly_": null, "length": 658.94246083999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 19350, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980257, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKVIEW RD", "stname": "BROOKVIEW RD", "objectid": 39332, "Shape__Length": 262.26577831704566 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981929418554301, 40.079301773186799 ], [ -74.979733789425396, 40.078648100872797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1693, "tnode_": 1650, "lpoly_": null, "rpoly_": null, "length": 256.01365764000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11022, "l_t_add": 11040, "r_f_add": 11023, "r_t_add": 11041, "st_code": 80980, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980258, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39333, "Shape__Length": 102.23474182241127 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9820777342794, 40.0786082837338 ], [ -74.981929418554301, 40.079301773186799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1697, "tnode_": 1665, "lpoly_": null, "rpoly_": null, "length": 224.71112126999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOBURN", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 84230, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980259, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOBURN PL", "stname": "WOBURN PL", "objectid": 39334, "Shape__Length": 89.506316601375104 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994539591467202, 40.078807424681401 ], [ -74.993880340822997, 40.079159632690398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1703, "tnode_": 1643, "lpoly_": null, "rpoly_": null, "length": 695.25845244000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 28180, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980260, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENMAN RD", "stname": "DENMAN RD", "objectid": 39335, "Shape__Length": 276.84372038416495 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973126590375301, 40.078238918266102 ], [ -74.970967601287299, 40.079183383285397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1661, "tnode_": 1703, "lpoly_": null, "rpoly_": null, "length": 280.57898474999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4375, "r_f_add": 4300, "r_t_add": 4376, "st_code": 27940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980261, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39336, "Shape__Length": 111.95026408867302 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973616895571894, 40.0789107662372 ], [ -74.973126590375301, 40.078238918266102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1653, "tnode_": 1658, "lpoly_": null, "rpoly_": null, "length": 741.7443305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KYLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3523, "l_t_add": 3599, "r_f_add": 3520, "r_t_add": 3598, "st_code": 48200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980262, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KYLE RD", "stname": "KYLE RD", "objectid": 39337, "Shape__Length": 295.73729121644806 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987853903536404, 40.079436612305201 ], [ -74.986863816329802, 40.078614427574998 ], [ -74.986753208308102, 40.078582214080299 ], [ -74.986650238871803, 40.0786200393282 ], [ -74.986232221344295, 40.079093598818098 ], [ -74.9861686635914, 40.079194166591698 ], [ -74.986171661451294, 40.079247766550402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1706, "tnode_": 1624, "lpoly_": null, "rpoly_": null, "length": 597.99764082000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10000, "l_t_add": 10498, "r_f_add": 10101, "r_t_add": 10399, "st_code": 11200, "l_hundred": 10000, "r_hundred": 10100, "seg_id": 980263, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39338, "Shape__Length": 238.49897256196553 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998491532766906, 40.0787108208185 ], [ -74.997789208453995, 40.079549772034902 ], [ -74.997638048105003, 40.079708401899801 ], [ -74.997463685205503, 40.0798604666846 ], [ -74.997236394121401, 40.080032185265502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1709, "tnode_": 1654, "lpoly_": null, "rpoly_": null, "length": 548.6526861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10266, "l_t_add": 10298, "r_f_add": 10265, "r_t_add": 10299, "st_code": 20870, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39339, "Shape__Length": 218.52954023297062 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993384724580494, 40.078635049229497 ], [ -74.991763324265193, 40.079481839916703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1665, "tnode_": 1709, "lpoly_": null, "rpoly_": null, "length": 236.12132461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROMWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3261, "l_t_add": 3279, "r_f_add": 3262, "r_t_add": 3278, "st_code": 26035, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROMWELL RD", "stname": "CROMWELL RD", "objectid": 39340, "Shape__Length": 94.173013685887554 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993880340822997, 40.079159632690398 ], [ -74.993384724580494, 40.078635049229497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1714, "tnode_": 1700, "lpoly_": null, "rpoly_": null, "length": 124.43904163, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TELFAIR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11734, "l_t_add": 11798, "r_f_add": 11749, "r_t_add": 11799, "st_code": 76830, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TELFAIR RD", "stname": "TELFAIR RD", "objectid": 39341, "Shape__Length": 49.585050449579256 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969289251862605, 40.077977298219103 ], [ -74.968952265304296, 40.0782001814908 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1685, "tnode_": 1714, "lpoly_": null, "rpoly_": null, "length": 310.26297140999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENMOUNT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4401, "l_t_add": 4499, "r_f_add": 4400, "r_t_add": 4498, "st_code": 38540, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 980267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENMOUNT RD", "stname": "GREENMOUNT RD", "objectid": 39342, "Shape__Length": 123.56370312623427 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970224059615902, 40.078435258996798 ], [ -74.969289251862605, 40.077977298219103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1716, "tnode_": 1637, "lpoly_": null, "rpoly_": null, "length": 501.89234402, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 28890, "l_hundred": 11000, "r_hundred": 11100, "seg_id": 980268, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORA DR", "stname": "DORA DR", "objectid": 39343, "Shape__Length": 200.26645017810196 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9766359621118, 40.078166433413799 ], [ -74.976303949250806, 40.078961656858603 ], [ -74.976197878604495, 40.079115459449199 ], [ -74.976064773406804, 40.079247148643702 ], [ -74.975854310064904, 40.079368005651197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1717, "tnode_": 1675, "lpoly_": null, "rpoly_": null, "length": 506.99767628999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELLE", "st_type": "CIR", "suf_dir": "W", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 63690, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980269, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELLE CIR W", "stname": "PELLE CIR W", "objectid": 39344, "Shape__Length": 202.07769952630815 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989321409046596, 40.078462367963198 ], [ -74.989456289808999, 40.078584592773701 ], [ -74.989506274515406, 40.078697086738799 ], [ -74.989498224589695, 40.078802404555802 ], [ -74.989445767446597, 40.078889311083799 ], [ -74.989041269094201, 40.079165776181199 ], [ -74.988930951544802, 40.0791949235727 ], [ -74.988801133592801, 40.0791946952532 ], [ -74.988644883575304, 40.079150471506502 ], [ -74.9884838271917, 40.0790222112782 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1726, "tnode_": 1682, "lpoly_": null, "rpoly_": null, "length": 280.46824759000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10234, "l_t_add": 10298, "r_f_add": 10223, "r_t_add": 10299, "st_code": 47594, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KESWICK RD", "stname": "W KESWICK RD", "objectid": 39345, "Shape__Length": 111.8623752665448 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991751956577303, 40.0783668813663 ], [ -74.991616585001907, 40.078599124701199 ], [ -74.991497482055095, 40.078747013228501 ], [ -74.991380144900504, 40.0788515081912 ], [ -74.991184099117703, 40.078988455029602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1733, "tnode_": 1685, "lpoly_": null, "rpoly_": null, "length": 505.96981085000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11718, "l_t_add": 11752, "r_f_add": 11721, "r_t_add": 11753, "st_code": 28580, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39346, "Shape__Length": 201.45366910134305 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971807599753006, 40.077812623162202 ], [ -74.9710238044741, 40.078006892285501 ], [ -74.970815744115001, 40.0780691493596 ], [ -74.970626499934696, 40.078165505344998 ], [ -74.970446187153797, 40.078290546409299 ], [ -74.970224059615902, 40.078435258996798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1736, "tnode_": 1688, "lpoly_": null, "rpoly_": null, "length": 253.20528890999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11010, "l_t_add": 11012, "r_f_add": 11011, "r_t_add": 11011, "st_code": 47900, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39347, "Shape__Length": 101.08802564852135 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980000843875899, 40.077984151890803 ], [ -74.979915722471205, 40.078219675941597 ], [ -74.979733789425396, 40.078648100872797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1693, "tnode_": 1736, "lpoly_": null, "rpoly_": null, "length": 624.08047208000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKHILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 61020, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKHILL RD", "stname": "OAKHILL RD", "objectid": 39348, "Shape__Length": 248.38996638330454 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9820777342794, 40.0786082837338 ], [ -74.980000843875899, 40.077984151890803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1737, "tnode_": 1672, "lpoly_": null, "rpoly_": null, "length": 394.90431042, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "CANTERBURY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 21170, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 980274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N CANTERBURY RD", "stname": "N CANTERBURY RD", "objectid": 39349, "Shape__Length": 157.53204248859456 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997705830411505, 40.078325750989599 ], [ -74.996940199512096, 40.079236392444102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1706, "tnode_": 1737, "lpoly_": null, "rpoly_": null, "length": 260.80446515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3215, "r_f_add": 3200, "r_t_add": 3216, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980275, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39350, "Shape__Length": 103.86716336194964 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998491532766906, 40.0787108208185 ], [ -74.997705830411505, 40.078325750989599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1745, "tnode_": 1693, "lpoly_": null, "rpoly_": null, "length": 252.18462308, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11020, "r_f_add": 11001, "r_t_add": 11021, "st_code": 80980, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980276, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39351, "Shape__Length": 100.69796329392115 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982265171611004, 40.077931148188 ], [ -74.9820777342794, 40.0786082837338 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1709, "tnode_": 1748, "lpoly_": null, "rpoly_": null, "length": 241.43714354999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROMWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3281, "l_t_add": 3299, "r_f_add": 3280, "r_t_add": 3298, "st_code": 26035, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROMWELL RD", "stname": "CROMWELL RD", "objectid": 39352, "Shape__Length": 96.324734203201587 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993384724580494, 40.078635049229497 ], [ -74.993015185013405, 40.078240335403002 ], [ -74.992998453858405, 40.078179565407503 ], [ -74.9929971546171, 40.078114144888097 ], [ -74.993014430316293, 40.078066938069497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1755, "tnode_": 1717, "lpoly_": null, "rpoly_": null, "length": 258.61914364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PELLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 63695, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980278, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PELLE RD", "stname": "PELLE RD", "objectid": 39353, "Shape__Length": 103.06256286497313 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990005427094005, 40.0779849665225 ], [ -74.989321409046596, 40.078462367963198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1682, "tnode_": 1755, "lpoly_": null, "rpoly_": null, "length": 492.36331762999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3333, "l_t_add": 3351, "r_f_add": 3308, "r_t_add": 3330, "st_code": 67640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980279, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39354, "Shape__Length": 196.28947343366011 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991184099117703, 40.078988455029602 ], [ -74.990005427094005, 40.0779849665225 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1757, "tnode_": 1733, "lpoly_": null, "rpoly_": null, "length": 296.91374293000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11716, "r_f_add": 11701, "r_t_add": 11719, "st_code": 28580, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 980280, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39355, "Shape__Length": 118.15319996580591 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972820098184698, 40.0775689762608 ], [ -74.971807599753006, 40.077812623162202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1703, "tnode_": 1757, "lpoly_": null, "rpoly_": null, "length": 258.6816037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4377, "l_t_add": 4399, "r_f_add": 4378, "r_t_add": 4398, "st_code": 27940, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-09-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39356, "Shape__Length": 103.2646449089841 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973126590375301, 40.078238918266102 ], [ -74.972820098184698, 40.0775689762608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1515, "tnode_": 1764, "lpoly_": null, "rpoly_": null, "length": 1730.2114324499998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4300, "r_t_add": 4598, "st_code": 84460, "l_hundred": 0, "r_hundred": 4300, "seg_id": 980282, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39357, "Shape__Length": 690.77478841493996 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9667069754138, 40.081716692182603 ], [ -74.966610213359104, 40.0814665799236 ], [ -74.966467645003405, 40.081214661623399 ], [ -74.966377649727406, 40.081043073013397 ], [ -74.966176689678207, 40.080566119821498 ], [ -74.966148266085398, 40.0804705627584 ], [ -74.965320798529405, 40.0783188875902 ], [ -74.965159299137298, 40.077875351301699 ], [ -74.964999033618, 40.077438095371903 ], [ -74.964910441815206, 40.077175503912699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1599, "tnode_": 1765, "lpoly_": null, "rpoly_": null, "length": 933.94335691000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980283, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39358, "Shape__Length": 372.9003004679526 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965627219979794, 40.079635011860603 ], [ -74.9648799494163, 40.0774008542014 ], [ -74.964801297822007, 40.077151002338198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1612, "tnode_": 1771, "lpoly_": null, "rpoly_": null, "length": 797.3030065, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980284, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39359, "Shape__Length": 318.34913320029483 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965178166589794, 40.079211739928702 ], [ -74.964506298989093, 40.077084778050597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1535, "tnode_": 1777, "lpoly_": null, "rpoly_": null, "length": 1589.6664528600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4401, "l_t_add": 4599, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 4400, "r_hundred": 0, "seg_id": 980285, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39360, "Shape__Length": 634.74111663695567 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965669626453504, 40.081308971650301 ], [ -74.965492273459603, 40.080994079424499 ], [ -74.965251403033307, 40.080399141404399 ], [ -74.965077566009697, 40.079834750708599 ], [ -74.964963139319394, 40.079287200547697 ], [ -74.964837725025106, 40.078715249574799 ], [ -74.964689233624597, 40.078037385567697 ], [ -74.964511242754796, 40.077409978233199 ], [ -74.964414777338703, 40.077064232742899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1737, "tnode_": 1775, "lpoly_": null, "rpoly_": null, "length": 297.41306189, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3217, "l_t_add": 3229, "r_f_add": 3218, "r_t_add": 3228, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980286, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39361, "Shape__Length": 118.44765076579267 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997705830411505, 40.078325750989599 ], [ -74.996811984673599, 40.077884065209602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1733, "tnode_": 1785, "lpoly_": null, "rpoly_": null, "length": 248.62457496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4401, "l_t_add": 4413, "r_f_add": 4400, "r_t_add": 4410, "st_code": 26110, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 980287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSLAND RD", "stname": "CROSLAND RD", "objectid": 39362, "Shape__Length": 99.256375413614819 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971807599753006, 40.077812623162202 ], [ -74.971538395836404, 40.077162205738396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1786, "tnode_": 1709, "lpoly_": null, "rpoly_": null, "length": 476.24943328999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10264, "r_f_add": 10201, "r_t_add": 10263, "st_code": 20870, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39363, "Shape__Length": 189.87098028539214 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994443854414399, 40.077680205729699 ], [ -74.994422149916204, 40.077780317947997 ], [ -74.994373086672695, 40.077916002341297 ], [ -74.9942905268055, 40.078047842426798 ], [ -74.994184728518206, 40.078166959047699 ], [ -74.994043640446506, 40.078277627031802 ], [ -74.993384724580494, 40.078635049229497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1729, "tnode_": 1786, "lpoly_": null, "rpoly_": null, "length": 404.4842962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KILBURN", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 47630, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KILBURN RD", "stname": "KILBURN RD", "objectid": 39364, "Shape__Length": 161.18555407995595 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995510249972298, 40.0783995045851 ], [ -74.995192020673002, 40.0781172353065 ], [ -74.994899381590997, 40.077873876486699 ], [ -74.9947875621788, 40.077794220547901 ], [ -74.994696421877094, 40.077753439300899 ], [ -74.994577205406301, 40.077715605295602 ], [ -74.994443854414399, 40.077680205729699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1775, "tnode_": 1787, "lpoly_": null, "rpoly_": null, "length": 101.87270527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3231, "l_t_add": 3231, "r_f_add": 3230, "r_t_add": 3230, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980290, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39365, "Shape__Length": 40.572018949034707 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996811984673599, 40.077884065209602 ], [ -74.996506356625602, 40.0777321330795 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1789, "tnode_": 1757, "lpoly_": null, "rpoly_": null, "length": 380.64972953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 256, "l_t_add": 298, "r_f_add": 265, "r_t_add": 299, "st_code": 28580, "l_hundred": 200, "r_hundred": 200, "seg_id": 980291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39366, "Shape__Length": 151.49335367487257 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9740951650016, 40.077205038440901 ], [ -74.972820098184698, 40.0775689762608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1792, "tnode_": 1736, "lpoly_": null, "rpoly_": null, "length": 250.10801068000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11008, "r_f_add": 11001, "r_t_add": 11009, "st_code": 47900, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39367, "Shape__Length": 99.864803804943207 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980202802137399, 40.077315335573999 ], [ -74.980000843875899, 40.077984151890803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1745, "tnode_": 1792, "lpoly_": null, "rpoly_": null, "length": 619.1989454, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCHESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 28920, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980293, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCHESTER RD", "stname": "DORCHESTER RD", "objectid": 39368, "Shape__Length": 246.44319990055484 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982265171611004, 40.077931148188 ], [ -74.980202802137399, 40.077315335573999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1796, "tnode_": 1745, "lpoly_": null, "rpoly_": null, "length": 253.97611364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10972, "l_t_add": 10998, "r_f_add": 10971, "r_t_add": 10999, "st_code": 80980, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39369, "Shape__Length": 101.40528979285961 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982489127487199, 40.0772555153723 ], [ -74.982265171611004, 40.077931148188 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1742, "tnode_": 1798, "lpoly_": null, "rpoly_": null, "length": 258.58517351, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3551, "l_t_add": 3579, "r_f_add": 3560, "r_t_add": 3578, "st_code": 29100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWS RD", "stname": "DOWS RD", "objectid": 39370, "Shape__Length": 103.1557422240012 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987340638475999, 40.078048782234497 ], [ -74.987218903437807, 40.077972018778503 ], [ -74.986860633933304, 40.077451433762597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1799, "tnode_": 1681, "lpoly_": null, "rpoly_": null, "length": 697.13780521000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10840, "r_f_add": 10801, "r_t_add": 10841, "st_code": 47590, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980296, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39371, "Shape__Length": 278.05149139958019 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985808393825707, 40.077320157569197 ], [ -74.985454153346893, 40.077613318280598 ], [ -74.985193262620598, 40.077850939280502 ], [ -74.984968330743797, 40.078089262705703 ], [ -74.984798810471403, 40.078283679131502 ], [ -74.984654902979401, 40.078475869670399 ], [ -74.984506745315798, 40.0786867188922 ], [ -74.984387015552301, 40.078879040397403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1799, "tnode_": 1671, "lpoly_": null, "rpoly_": null, "length": 734.09833134999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAYLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 67510, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAYLAND RD", "stname": "RAYLAND RD", "objectid": 39372, "Shape__Length": 292.85116071172513 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985808393825707, 40.077320157569197 ], [ -74.986203632562805, 40.077885963139799 ], [ -74.986225521453207, 40.077948133320596 ], [ -74.986209725184594, 40.077993316774702 ], [ -74.985317772464398, 40.078990331465803 ], [ -74.985265429630502, 40.079023484918601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1806, "tnode_": 1726, "lpoly_": null, "rpoly_": null, "length": 383.3411008, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10232, "r_f_add": 10201, "r_t_add": 10221, "st_code": 47594, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980298, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KESWICK RD", "stname": "W KESWICK RD", "objectid": 39373, "Shape__Length": 153.00796844067054 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992265880451797, 40.077393287679499 ], [ -74.992146253513894, 40.077679247007502 ], [ -74.992023313681699, 40.0779215809658 ], [ -74.991887184725798, 40.078161041956903 ], [ -74.991751956577303, 40.0783668813663 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1787, "tnode_": 1809, "lpoly_": null, "rpoly_": null, "length": 177.45959603, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3232, "r_t_add": 3240, "st_code": 57050, "l_hundred": 0, "r_hundred": 3200, "seg_id": 980299, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39374, "Shape__Length": 70.675927291551645 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996506356625602, 40.0777321330795 ], [ -74.995974972983106, 40.077466275192897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1755, "tnode_": 1813, "lpoly_": null, "rpoly_": null, "length": 330.60466984, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3353, "l_t_add": 3377, "r_f_add": 3332, "r_t_add": 3350, "st_code": 67640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980300, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39375, "Shape__Length": 131.80436121817505 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990005427094005, 40.0779849665225 ], [ -74.989221691139093, 40.077305874913499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1785, "tnode_": 1814, "lpoly_": null, "rpoly_": null, "length": 129.52248738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROSLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4415, "l_t_add": 4499, "r_f_add": 4412, "r_t_add": 4498, "st_code": 26110, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 980301, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CROSLAND RD", "stname": "CROSLAND RD", "objectid": 39376, "Shape__Length": 51.71046694511751 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971538395836404, 40.077162205738396 ], [ -74.971408419834503, 40.076820959578399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1757, "tnode_": 1820, "lpoly_": null, "rpoly_": null, "length": 298.06671799000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4401, "l_t_add": 4417, "r_f_add": 4400, "r_t_add": 4418, "st_code": 27940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 980302, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39377, "Shape__Length": 118.98411594755069 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972820098184698, 40.0775689762608 ], [ -74.972461309430003, 40.076798568588799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1796, "tnode_": 1821, "lpoly_": null, "rpoly_": null, "length": 257.98264023000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INWOOD", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3807, "r_f_add": 3800, "r_t_add": 3804, "st_code": 44980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INWOOD LN", "stname": "INWOOD LN", "objectid": 39378, "Shape__Length": 102.67989275860789 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982489127487199, 40.0772555153723 ], [ -74.981633187233598, 40.076992480804698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1823, "tnode_": 1789, "lpoly_": null, "rpoly_": null, "length": 346.525973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 240, "l_t_add": 254, "r_f_add": 249, "r_t_add": 263, "st_code": 28580, "l_hundred": 200, "r_hundred": 200, "seg_id": 980304, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39379, "Shape__Length": 137.90517129309134 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975264026677607, 40.076890992774999 ], [ -74.9740951650016, 40.077205038440901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1826, "tnode_": 1792, "lpoly_": null, "rpoly_": null, "length": 140.45612182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10990, "l_t_add": 10998, "r_f_add": 10987, "r_t_add": 10999, "st_code": 47900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39380, "Shape__Length": 56.05322820120886 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980402900876697, 40.076967457322198 ], [ -74.980348584549503, 40.077020218712399 ], [ -74.980268426337702, 40.077126291628197 ], [ -74.980202802137399, 40.077315335573999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1830, "tnode_": 1589, "lpoly_": null, "rpoly_": null, "length": 1393.9552631400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11048, "r_f_add": 11015, "r_t_add": 11049, "st_code": 48020, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980306, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39381, "Shape__Length": 556.47749625088818 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978836106817695, 40.076897639521803 ], [ -74.978250387274898, 40.078292024214498 ], [ -74.977926940771397, 40.0792006219895 ], [ -74.977685923228606, 40.079843619586597 ], [ -74.977445097259306, 40.080248357020103 ], [ -74.977251996317705, 40.080515188800199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1792, "tnode_": 1830, "lpoly_": null, "rpoly_": null, "length": 411.61572937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DORCHESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 28920, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DORCHESTER RD", "stname": "DORCHESTER RD", "objectid": 39382, "Shape__Length": 163.82664830759626 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980202802137399, 40.077315335573999 ], [ -74.978836106817695, 40.076897639521803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1831, "tnode_": 1742, "lpoly_": null, "rpoly_": null, "length": 569.44023636999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALBEMARLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 11570, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALBEMARLE LN", "stname": "ALBEMARLE LN", "objectid": 39383, "Shape__Length": 226.92149677097285 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988853404911495, 40.077003290295004 ], [ -74.987340638475999, 40.078048782234497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1813, "tnode_": 1831, "lpoly_": null, "rpoly_": null, "length": 150.90290709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3379, "l_t_add": 3399, "r_f_add": 3352, "r_t_add": 3354, "st_code": 67640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980309, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39384, "Shape__Length": 60.154789733332763 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989221691139093, 40.077305874913499 ], [ -74.988853404911495, 40.077003290295004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1821, "tnode_": 1826, "lpoly_": null, "rpoly_": null, "length": 370.19598606, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INWOOD", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3809, "l_t_add": 3899, "r_f_add": 3806, "r_t_add": 3898, "st_code": 44980, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980310, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INWOOD LN", "stname": "INWOOD LN", "objectid": 39385, "Shape__Length": 147.33788105204161 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981633187233598, 40.076992480804698 ], [ -74.981042181219905, 40.076827089073099 ], [ -74.980882011440599, 40.076809103708896 ], [ -74.980734180368202, 40.076826731025598 ], [ -74.980571417351598, 40.076872251321397 ], [ -74.980402900876697, 40.076967457322198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1809, "tnode_": 1833, "lpoly_": null, "rpoly_": null, "length": 223.55611656, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3261, "l_t_add": 3277, "r_f_add": 3242, "r_t_add": 3254, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980311, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39386, "Shape__Length": 89.017931255104273 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995974972983106, 40.077466275192897 ], [ -74.995283863156303, 40.077158463061402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1838, "tnode_": 1799, "lpoly_": null, "rpoly_": null, "length": 243.67029001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10734, "l_t_add": 10798, "r_f_add": 10771, "r_t_add": 10799, "st_code": 47590, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39387, "Shape__Length": 97.13966786013215 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986394842916695, 40.076825716882297 ], [ -74.985808393825707, 40.077320157569197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1798, "tnode_": 1838, "lpoly_": null, "rpoly_": null, "length": 262.57677515, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3581, "l_t_add": 3599, "r_f_add": 3580, "r_t_add": 3598, "st_code": 29100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWS RD", "stname": "DOWS RD", "objectid": 39388, "Shape__Length": 104.76221877391164 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986860633933304, 40.077451433762597 ], [ -74.986394842916695, 40.076825716882297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1843, "tnode_": 1786, "lpoly_": null, "rpoly_": null, "length": 263.13166931000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALERA", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 20870, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 980314, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALERA RD", "stname": "CALERA RD", "objectid": 39389, "Shape__Length": 105.06688478328459 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994643835062504, 40.076974405265098 ], [ -74.994443854414399, 40.077680205729699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1833, "tnode_": 1843, "lpoly_": null, "rpoly_": null, "length": 191.51478384000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3279, "l_t_add": 3279, "r_f_add": 3256, "r_t_add": 3280, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980315, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39390, "Shape__Length": 76.22100680399754 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995283863156303, 40.077158463061402 ], [ -74.994922521943096, 40.077039840588 ], [ -74.994643835062504, 40.076974405265098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1848, "tnode_": 1823, "lpoly_": null, "rpoly_": null, "length": 428.11538026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 224, "l_t_add": 238, "r_f_add": 229, "r_t_add": 247, "st_code": 28580, "l_hundred": 200, "r_hundred": 200, "seg_id": 980316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39391, "Shape__Length": 170.37461161020818 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976707362138796, 40.076501412555899 ], [ -74.975264026677607, 40.076890992774999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1848, "tnode_": 1783, "lpoly_": null, "rpoly_": null, "length": 329.77077184999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VILLAGE", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 80080, "l_hundred": 100, "r_hundred": 100, "seg_id": 980317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VILLAGE LN", "stname": "VILLAGE LN", "objectid": 39392, "Shape__Length": 131.63528634506497 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976707362138796, 40.076501412555899 ], [ -74.977118124908699, 40.077349894135402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1850, "tnode_": 1820, "lpoly_": null, "rpoly_": null, "length": 380.00542744000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 42380, "l_hundred": 200, "r_hundred": 200, "seg_id": 980318, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY HILL RD", "stname": "HICKORY HILL RD", "objectid": 39393, "Shape__Length": 151.23283489638371 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973737094508195, 40.076441280663303 ], [ -74.972461309430003, 40.076798568588799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1850, "tnode_": 1789, "lpoly_": null, "rpoly_": null, "length": 295.71897378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 232, "l_t_add": 298, "r_f_add": 229, "r_t_add": 299, "st_code": 38450, "l_hundred": 200, "r_hundred": 200, "seg_id": 980319, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39394, "Shape__Length": 118.04568054237799 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973737094508195, 40.076441280663303 ], [ -74.9740951650016, 40.077205038440901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1856, "tnode_": 1809, "lpoly_": null, "rpoly_": null, "length": 273.02980527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARFIELD", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10001, "l_t_add": 10099, "r_f_add": 10000, "r_t_add": 10098, "st_code": 81370, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 980320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARFIELD PL", "stname": "WARFIELD PL", "objectid": 39395, "Shape__Length": 108.91559140590805 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996497226239399, 40.076833195440202 ], [ -74.995974972983106, 40.077466275192897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1865, "tnode_": 1806, "lpoly_": null, "rpoly_": null, "length": 282.00141535, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 47594, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 980321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W KESWICK RD", "stname": "W KESWICK RD", "objectid": 39396, "Shape__Length": 112.59858593341333 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992491450629601, 40.076639004567298 ], [ -74.992375790899004, 40.077064170169599 ], [ -74.992265880451797, 40.077393287679499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1843, "tnode_": 1865, "lpoly_": null, "rpoly_": null, "length": 614.59769637000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3281, "l_t_add": 3299, "r_f_add": 3282, "r_t_add": 3298, "st_code": 57050, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980322, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39397, "Shape__Length": 244.52030334909867 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994643835062504, 40.076974405265098 ], [ -74.992491450629601, 40.076639004567298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1867, "tnode_": 1798, "lpoly_": null, "rpoly_": null, "length": 531.90206214, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILCREST", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 64490, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980323, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILCREST RD", "stname": "PHILCREST RD", "objectid": 39398, "Shape__Length": 211.96054030235379 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988274079947999, 40.076475216035597 ], [ -74.986860633933304, 40.077451433762597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1831, "tnode_": 1867, "lpoly_": null, "rpoly_": null, "length": 251.57272503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3356, "r_t_add": 3374, "st_code": 67640, "l_hundred": 3400, "r_hundred": 3300, "seg_id": 980324, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39399, "Shape__Length": 100.30462812655233 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988853404911495, 40.077003290295004 ], [ -74.988274079947999, 40.076475216035597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1871, "tnode_": 1821, "lpoly_": null, "rpoly_": null, "length": 270.52564898999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10954, "l_t_add": 10998, "r_f_add": 10943, "r_t_add": 10999, "st_code": 76900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980325, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39400, "Shape__Length": 107.98940871378225 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981958272327503, 40.076293107182302 ], [ -74.981633187233598, 40.076992480804698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1852, "tnode_": 1872, "lpoly_": null, "rpoly_": null, "length": 176.15267988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNBROOK", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 77170, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNBROOK PL", "stname": "THORNBROOK PL", "objectid": 39401, "Shape__Length": 70.157185192289845 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998832442935594, 40.076975553106699 ], [ -74.998308435309696, 40.076707620080199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1820, "tnode_": 1874, "lpoly_": null, "rpoly_": null, "length": 308.9328254, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4419, "l_t_add": 4499, "r_f_add": 4420, "r_t_add": 4498, "st_code": 27940, "l_hundred": 4400, "r_hundred": 4400, "seg_id": 980327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39402, "Shape__Length": 123.32498767896438 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972461309430003, 40.076798568588799 ], [ -74.972105677839394, 40.075995723425997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1865, "tnode_": 1879, "lpoly_": null, "rpoly_": null, "length": 272.311601, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3319, "r_f_add": 3300, "r_t_add": 3316, "st_code": 57050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980328, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39403, "Shape__Length": 108.35802994246404 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992491450629601, 40.076639004567298 ], [ -74.9922454931001, 40.0765994072772 ], [ -74.991891885607899, 40.076530430929203 ], [ -74.991559240545897, 40.076430972615803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1881, "tnode_": 1838, "lpoly_": null, "rpoly_": null, "length": 250.66941959, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10720, "l_t_add": 10732, "r_f_add": 10751, "r_t_add": 10769, "st_code": 47590, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980329, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39404, "Shape__Length": 99.934283995721273 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986989382807295, 40.076311029929698 ], [ -74.986394842916695, 40.076825716882297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1887, "tnode_": 1823, "lpoly_": null, "rpoly_": null, "length": 353.16768722, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 200, "l_t_add": 298, "r_f_add": 221, "r_t_add": 299, "st_code": 68320, "l_hundred": 200, "r_hundred": 200, "seg_id": 980330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEFIELD RD", "stname": "RIDGEFIELD RD", "objectid": 39405, "Shape__Length": 140.9797863292934 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974844614438894, 40.075976612419197 ], [ -74.975264026677607, 40.076890992774999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1894, "tnode_": 1874, "lpoly_": null, "rpoly_": null, "length": 419.10103841, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 63015, "l_hundred": 200, "r_hundred": 200, "seg_id": 980331, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKDALE RD", "stname": "PARKDALE RD", "objectid": 39406, "Shape__Length": 166.71970995959606 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9735955788979, 40.0758791573544 ], [ -74.972105677839394, 40.075995723425997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1894, "tnode_": 1850, "lpoly_": null, "rpoly_": null, "length": 208.91206818000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 220, "l_t_add": 230, "r_f_add": 215, "r_t_add": 227, "st_code": 38450, "l_hundred": 200, "r_hundred": 200, "seg_id": 980332, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39407, "Shape__Length": 83.417906647186513 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9735955788979, 40.0758791573544 ], [ -74.973651575092703, 40.076188033942998 ], [ -74.973737094508195, 40.076441280663303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1879, "tnode_": 1900, "lpoly_": null, "rpoly_": null, "length": 190.64426921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3321, "l_t_add": 3327, "r_f_add": 3318, "r_t_add": 3326, "st_code": 57050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980333, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39408, "Shape__Length": 75.911199088851021 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991559240545897, 40.076430972615803 ], [ -74.991274658581304, 40.076319818817502 ], [ -74.990969562417405, 40.076170153137298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1909, "tnode_": 1887, "lpoly_": null, "rpoly_": null, "length": 240.50956149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 182, "l_t_add": 198, "r_f_add": 125, "r_t_add": 199, "st_code": 42380, "l_hundred": 100, "r_hundred": 100, "seg_id": 980334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY HILL RD", "stname": "HICKORY HILL RD", "objectid": 39409, "Shape__Length": 95.715347411650939 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975652657086599, 40.0757517354116 ], [ -74.974844614438894, 40.075976612419197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1913, "tnode_": 1830, "lpoly_": null, "rpoly_": null, "length": 437.6112401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10964, "l_t_add": 10998, "r_f_add": 11007, "r_t_add": 11013, "st_code": 48020, "l_hundred": 10900, "r_hundred": 11000, "seg_id": 980335, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39410, "Shape__Length": 174.68829406136956 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979355661203996, 40.075764589949699 ], [ -74.978836106817695, 40.076897639521803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1920, "tnode_": 1880, "lpoly_": null, "rpoly_": null, "length": 256.36928053999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUMORE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 29230, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUMORE PL", "stname": "DRUMORE PL", "objectid": 39411, "Shape__Length": 102.24761071407562 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986206449207401, 40.0758339171309 ], [ -74.985985068739495, 40.076162495696899 ], [ -74.985876169235496, 40.076325896205503 ], [ -74.985700801338098, 40.076259460257901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1881, "tnode_": 1920, "lpoly_": null, "rpoly_": null, "length": 280.69359205999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUMORE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3627, "r_f_add": 3600, "r_t_add": 3622, "st_code": 29220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUMORE DR", "stname": "DRUMORE DR", "objectid": 39412, "Shape__Length": 111.82762672067277 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986989382807295, 40.076311029929698 ], [ -74.986801541989607, 40.076183648612698 ], [ -74.986604578718897, 40.076038649814798 ], [ -74.986394947850897, 40.075920062655101 ], [ -74.986206449207401, 40.0758339171309 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1922, "tnode_": 1881, "lpoly_": null, "rpoly_": null, "length": 237.84543255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10718, "r_f_add": 10701, "r_t_add": 10749, "st_code": 47590, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980338, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39413, "Shape__Length": 94.810901908709369 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987570665226102, 40.075834699695299 ], [ -74.986989382807295, 40.076311029929698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1867, "tnode_": 1922, "lpoly_": null, "rpoly_": null, "length": 305.27340383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3376, "r_t_add": 3398, "st_code": 67640, "l_hundred": 3500, "r_hundred": 3300, "seg_id": 980339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39414, "Shape__Length": 121.7143513311774 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988274079947999, 40.076475216035597 ], [ -74.987570665226102, 40.075834699695299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1923, "tnode_": 1871, "lpoly_": null, "rpoly_": null, "length": 250.53751284000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10934, "l_t_add": 10952, "r_f_add": 10929, "r_t_add": 10941, "st_code": 76900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39415, "Shape__Length": 99.981217540142495 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982343462175194, 40.075672265795198 ], [ -74.981958272327503, 40.076293107182302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1833, "tnode_": 1928, "lpoly_": null, "rpoly_": null, "length": 449.42633534000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3265, "r_f_add": 3200, "r_t_add": 3240, "st_code": 22780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTERFIELD RD", "stname": "CHESTERFIELD RD", "objectid": 39416, "Shape__Length": 179.38568059918356 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995283863156303, 40.077158463061402 ], [ -74.995445471460599, 40.076895741708697 ], [ -74.995566425111207, 40.076702220596196 ], [ -74.995721449053093, 40.076396195450698 ], [ -74.9958738995727, 40.076013623459502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1928, "tnode_": 1907, "lpoly_": null, "rpoly_": null, "length": 423.5937806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAXON", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 71100, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAXON PL", "stname": "SAXON PL", "objectid": 39417, "Shape__Length": 168.57994051178221 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9958738995727, 40.076013623459502 ], [ -74.996159841767394, 40.076013861168803 ], [ -74.996509070812294, 40.076010896572299 ], [ -74.996769267796296, 40.076020907870799 ], [ -74.997199095961307, 40.076091641817399 ], [ -74.9971436174758, 40.076221869915202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1934, "tnode_": 1869, "lpoly_": null, "rpoly_": null, "length": 377.40705137999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELMER", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 41750, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELMER DR", "stname": "HELMER DR", "objectid": 39418, "Shape__Length": 150.46448638519004 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985527213602097, 40.075681129235299 ], [ -74.985398071804596, 40.075704614844597 ], [ -74.985269930281405, 40.075747669422199 ], [ -74.985179556780494, 40.075803998765302 ], [ -74.985113684376998, 40.075855847218698 ], [ -74.984730556100899, 40.076296361349101 ], [ -74.984687812113805, 40.0764272923116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1920, "tnode_": 1934, "lpoly_": null, "rpoly_": null, "length": 200.3122137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRUMORE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3629, "l_t_add": 3699, "r_f_add": 3624, "r_t_add": 3698, "st_code": 29220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRUMORE DR", "stname": "DRUMORE DR", "objectid": 39419, "Shape__Length": 79.712211372560006 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986206449207401, 40.0758339171309 ], [ -74.986047429958106, 40.075771442192497 ], [ -74.985881224319499, 40.075725143133099 ], [ -74.985708775823696, 40.075689825442197 ], [ -74.985527213602097, 40.075681129235299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1937, "tnode_": 1848, "lpoly_": null, "rpoly_": null, "length": 570.17423854000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 200, "l_t_add": 222, "r_f_add": 201, "r_t_add": 227, "st_code": 28580, "l_hundred": 200, "r_hundred": 200, "seg_id": 980345, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39420, "Shape__Length": 227.26555115609898 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978086110048807, 40.075415776420698 ], [ -74.977947132406598, 40.075656857213502 ], [ -74.977787422590396, 40.075867047365001 ], [ -74.977595871259794, 40.076047446603397 ], [ -74.977391796981806, 40.076187637742102 ], [ -74.977178729986093, 40.076316726637799 ], [ -74.976972158104005, 40.076402438502697 ], [ -74.976707362138796, 40.076501412555899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1913, "tnode_": 1937, "lpoly_": null, "rpoly_": null, "length": 377.3211737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNDEE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 29420, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNDEE AVE", "stname": "DUNDEE AVE", "objectid": 39421, "Shape__Length": 150.15997575221292 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979355661203996, 40.075764589949699 ], [ -74.978086110048807, 40.075415776420698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1938, "tnode_": 1706, "lpoly_": null, "rpoly_": null, "length": 1245.7404531999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9812, "l_t_add": 9998, "r_f_add": 9815, "r_t_add": 9999, "st_code": 11200, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980347, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39422, "Shape__Length": 496.93289074478236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000900081805, 40.075834895464801 ], [ -74.998491532766906, 40.0787108208185 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1940, "tnode_": 1894, "lpoly_": null, "rpoly_": null, "length": 218.39734479000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 206, "l_t_add": 218, "r_f_add": 201, "r_t_add": 213, "st_code": 38450, "l_hundred": 200, "r_hundred": 200, "seg_id": 980348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39423, "Shape__Length": 87.216852242046372 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973617166605905, 40.075280628079497 ], [ -74.973586121133806, 40.075595113165299 ], [ -74.9735955788979, 40.0758791573544 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1940, "tnode_": 1946, "lpoly_": null, "rpoly_": null, "length": 404.99641694000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 63060, "l_hundred": 200, "r_hundred": 200, "seg_id": 980349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKVIEW RD", "stname": "PARKVIEW RD", "objectid": 39424, "Shape__Length": 161.10805092406511 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973617166605905, 40.075280628079497 ], [ -74.972282924537794, 40.075244369422897 ], [ -74.972178598402095, 40.075212825973502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1951, "tnode_": 1915, "lpoly_": null, "rpoly_": null, "length": 217.0204533, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWNING", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 29087, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWNING PL", "stname": "DOWNING PL", "objectid": 39425, "Shape__Length": 86.563625897006759 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998257937842098, 40.075681797858003 ], [ -74.997827232433593, 40.0761772127019 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1954, "tnode_": 1887, "lpoly_": null, "rpoly_": null, "length": 310.11727308000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 154, "l_t_add": 198, "r_f_add": 201, "r_t_add": 219, "st_code": 68320, "l_hundred": 100, "r_hundred": 200, "seg_id": 980351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEFIELD RD", "stname": "RIDGEFIELD RD", "objectid": 39426, "Shape__Length": 123.82479118014822 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974695464435101, 40.075145051995598 ], [ -74.974680257149402, 40.075400242752202 ], [ -74.974682871157, 40.075567186843699 ], [ -74.974728093093105, 40.075731532204898 ], [ -74.974844614438894, 40.075976612419197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1961, "tnode_": 1940, "lpoly_": null, "rpoly_": null, "length": 114.66855287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 200, "l_t_add": 204, "r_f_add": 183, "r_t_add": 199, "st_code": 38450, "l_hundred": 200, "r_hundred": 100, "seg_id": 980352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39427, "Shape__Length": 45.785635971574678 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973698300155306, 40.074972485577703 ], [ -74.973653477348094, 40.075103351905803 ], [ -74.973617166605905, 40.075280628079497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1954, "tnode_": 1961, "lpoly_": null, "rpoly_": null, "length": 286.04999838999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARKVIEW", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 100, "r_t_add": 198, "st_code": 63060, "l_hundred": 0, "r_hundred": 100, "seg_id": 980353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARKVIEW RD", "stname": "PARKVIEW RD", "objectid": 39428, "Shape__Length": 113.80722249146714 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974695464435101, 40.075145051995598 ], [ -74.973698300155306, 40.074972485577703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1968, "tnode_": 1922, "lpoly_": null, "rpoly_": null, "length": 326.67962604999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10216, "l_t_add": 10298, "r_f_add": 10227, "r_t_add": 10299, "st_code": 47592, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980354, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E KESWICK RD", "stname": "E KESWICK RD", "objectid": 39429, "Shape__Length": 130.16808948731662 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988452628199994, 40.075248275578303 ], [ -74.987675642331695, 40.075749135737802 ], [ -74.987570665226102, 40.075834699695299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1883, "tnode_": 1968, "lpoly_": null, "rpoly_": null, "length": 573.92704789000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 13550, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHFIELD LN", "stname": "ASHFIELD LN", "objectid": 39430, "Shape__Length": 228.73987647448666 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989323185414804, 40.076342333635402 ], [ -74.989618361434907, 40.076152384485901 ], [ -74.989443156186695, 40.076010242575897 ], [ -74.988918627150497, 40.075520526038503 ], [ -74.988452628199994, 40.075248275578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1900, "tnode_": 1970, "lpoly_": null, "rpoly_": null, "length": 443.62115819000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3329, "l_t_add": 3353, "r_f_add": 3328, "r_t_add": 3352, "st_code": 57050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980356, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39431, "Shape__Length": 176.84800281892288 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990969562417405, 40.076170153137298 ], [ -74.990743589599006, 40.076019330900301 ], [ -74.990564434895305, 40.075872821264397 ], [ -74.989905779810002, 40.075270283951298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1928, "tnode_": 1978, "lpoly_": null, "rpoly_": null, "length": 256.65260648000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3267, "l_t_add": 3331, "r_f_add": 3242, "r_t_add": 3298, "st_code": 22780, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980357, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTERFIELD RD", "stname": "CHESTERFIELD RD", "objectid": 39432, "Shape__Length": 102.49277841910116 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9958738995727, 40.076013623459502 ], [ -74.995894877651196, 40.0758790819892 ], [ -74.995920350710307, 40.075736154813001 ], [ -74.995928319326694, 40.075539924705403 ], [ -74.995923670206807, 40.075311501759998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1982, "tnode_": 1796, "lpoly_": null, "rpoly_": null, "length": 955.06341363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10970, "r_f_add": 10901, "r_t_add": 10969, "st_code": 80980, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980358, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39433, "Shape__Length": 381.08981065837429 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984045693570295, 40.074935423989302 ], [ -74.983430435595594, 40.075638250180901 ], [ -74.983144124585607, 40.076039419213402 ], [ -74.982864463352996, 40.076490920081397 ], [ -74.982684857326703, 40.076837796382001 ], [ -74.982489127487199, 40.0772555153723 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1985, "tnode_": 1961, "lpoly_": null, "rpoly_": null, "length": 93.48255536000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 166, "l_t_add": 198, "r_f_add": 177, "r_t_add": 181, "st_code": 38450, "l_hundred": 100, "r_hundred": 100, "seg_id": 980359, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39434, "Shape__Length": 37.32346185022471 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973780311227998, 40.0747237195691 ], [ -74.973698300155306, 40.074972485577703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1990, "tnode_": 1938, "lpoly_": null, "rpoly_": null, "length": 293.46478695000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9810, "r_f_add": 9801, "r_t_add": 9813, "st_code": 11200, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980360, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39435, "Shape__Length": 117.06148620700237 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001467929976798, 40.075157632953101 ], [ -75.000900081805, 40.075834895464801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1996, "tnode_": 1913, "lpoly_": null, "rpoly_": null, "length": 397.79959604000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10920, "l_t_add": 10962, "r_f_add": 11001, "r_t_add": 11005, "st_code": 48020, "l_hundred": 10900, "r_hundred": 11000, "seg_id": 980361, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39436, "Shape__Length": 158.78514957594129 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979855892118707, 40.074742436575903 ], [ -74.979355661203996, 40.075764589949699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2004, "tnode_": 1968, "lpoly_": null, "rpoly_": null, "length": 305.55944124999996, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10214, "r_f_add": 10201, "r_t_add": 10225, "st_code": 47592, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980362, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E KESWICK RD", "stname": "E KESWICK RD", "objectid": 39437, "Shape__Length": 121.74756440902631 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9892841194835, 40.074704630693702 ], [ -74.988452628199994, 40.075248275578303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1970, "tnode_": 2004, "lpoly_": null, "rpoly_": null, "length": 269.67825404000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3355, "l_t_add": 3399, "r_f_add": 3354, "r_t_add": 3398, "st_code": 57050, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980363, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39438, "Shape__Length": 107.52035228441376 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989905779810002, 40.075270283951298 ], [ -74.9892841194835, 40.074704630693702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1938, "tnode_": 2007, "lpoly_": null, "rpoly_": null, "length": 637.51746363999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 14180, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON ST", "stname": "AVALON ST", "objectid": 39439, "Shape__Length": 253.9402243905482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000900081805, 40.075834895464801 ], [ -74.999057343757698, 40.074805961645502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2011, "tnode_": 1923, "lpoly_": null, "rpoly_": null, "length": 501.79820704000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10932, "r_f_add": 10901, "r_t_add": 10927, "st_code": 76900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39440, "Shape__Length": 200.1675776912038 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983303697519105, 40.074510126686597 ], [ -74.982932890647504, 40.074920524165996 ], [ -74.982644546797005, 40.0752647820281 ], [ -74.982343462175194, 40.075672265795198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1982, "tnode_": 2011, "lpoly_": null, "rpoly_": null, "length": 259.07741751999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENACRES", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3813, "r_f_add": 3800, "r_t_add": 3814, "st_code": 38430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980366, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENACRES RD", "stname": "GREENACRES RD", "objectid": 39441, "Shape__Length": 103.20139938679162 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984045693570295, 40.074935423989302 ], [ -74.983303697519105, 40.074510126686597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2012, "tnode_": 1909, "lpoly_": null, "rpoly_": null, "length": 639.79088923999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 55000, "l_hundred": 100, "r_hundred": 100, "seg_id": 980367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW LN", "stname": "MEADOW LN", "objectid": 39442, "Shape__Length": 255.20130606697091 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976608280360907, 40.074300409081602 ], [ -74.976328888691896, 40.074464154674999 ], [ -74.976153714703599, 40.0745905284843 ], [ -74.976006847584202, 40.074717586246898 ], [ -74.975834166128706, 40.074898438096 ], [ -74.975704388892396, 40.075069442362498 ], [ -74.975593037689194, 40.075251774473998 ], [ -74.975567346090301, 40.075418035124002 ], [ -74.975597971303102, 40.075592911719099 ], [ -74.975652657086599, 40.0757517354116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2012, "tnode_": 1909, "lpoly_": null, "rpoly_": null, "length": 757.36657873000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 116, "l_t_add": 180, "r_f_add": 101, "r_t_add": 123, "st_code": 42380, "l_hundred": 100, "r_hundred": 100, "seg_id": 980368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY HILL RD", "stname": "HICKORY HILL RD", "objectid": 39443, "Shape__Length": 301.9279630940996 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976608280360907, 40.074300409081602 ], [ -74.976696449621898, 40.074367817635 ], [ -74.976805228727898, 40.074479278494202 ], [ -74.976897186979599, 40.074655634765598 ], [ -74.976928557444495, 40.074812388585698 ], [ -74.976921592456804, 40.074982729957 ], [ -74.976852702783006, 40.0751660878351 ], [ -74.9767426883421, 40.075315802078997 ], [ -74.976581222171802, 40.075453392293802 ], [ -74.976407528276994, 40.075543524275403 ], [ -74.975652657086599, 40.0757517354116 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2016, "tnode_": 1985, "lpoly_": null, "rpoly_": null, "length": 211.52832883, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 154, "l_t_add": 164, "r_f_add": 161, "r_t_add": 175, "st_code": 38450, "l_hundred": 100, "r_hundred": 100, "seg_id": 980369, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39444, "Shape__Length": 84.404232176819534 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974124465089801, 40.0742073190494 ], [ -74.973944670964201, 40.074450117968397 ], [ -74.973780311227998, 40.0747237195691 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2019, "tnode_": 1982, "lpoly_": null, "rpoly_": null, "length": 270.98132016, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 80980, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 39445, "Shape__Length": 108.05930176451307 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984634051776794, 40.074344617834498 ], [ -74.984045693570295, 40.074935423989302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1865, "tnode_": 2020, "lpoly_": null, "rpoly_": null, "length": 821.1356169, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3355, "r_f_add": 3300, "r_t_add": 3366, "st_code": 47593, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980371, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KESWICK RD", "stname": "S KESWICK RD", "objectid": 39446, "Shape__Length": 327.76715379009346 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992491450629601, 40.076639004567298 ], [ -74.9926695551937, 40.075925428588 ], [ -74.992711025593096, 40.075743701190099 ], [ -74.992699462309702, 40.075535877001101 ], [ -74.992643852151105, 40.075303934103999 ], [ -74.992561222288501, 40.075121308685702 ], [ -74.992462752799497, 40.074928148112903 ], [ -74.992065251863707, 40.074534267955201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2035, "tnode_": 1990, "lpoly_": null, "rpoly_": null, "length": 299.38876891999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 11200, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 980372, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39447, "Shape__Length": 119.4623642087081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001953888811002, 40.074427585279501 ], [ -75.0018767594336, 40.074584361073597 ], [ -75.001772997863597, 40.074750216977598 ], [ -75.001633375461907, 40.074951286473997 ], [ -75.001541038668407, 40.075066913604502 ], [ -75.001467929976798, 40.075157632953101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2037, "tnode_": 2004, "lpoly_": null, "rpoly_": null, "length": 268.54569020999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3393, "l_t_add": 3399, "r_f_add": 3392, "r_t_add": 3398, "st_code": 47593, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980373, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KESWICK RD", "stname": "S KESWICK RD", "objectid": 39448, "Shape__Length": 106.98438801822851 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990035762931498, 40.074247832699598 ], [ -74.989763685358398, 40.074390918041402 ], [ -74.9892841194835, 40.074704630693702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2038, "tnode_": 1871, "lpoly_": null, "rpoly_": null, "length": 1021.32075222, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10912, "l_t_add": 10988, "r_f_add": 10913, "r_t_add": 10985, "st_code": 47900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980374, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39449, "Shape__Length": 407.33995211659948 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981276015989806, 40.0740561266241 ], [ -74.981156440997097, 40.074175333168697 ], [ -74.980723517119301, 40.0750746805668 ], [ -74.980677548285399, 40.075240811141803 ], [ -74.980684593677694, 40.075388151555998 ], [ -74.980755928966204, 40.075560453669702 ], [ -74.980918472464396, 40.075738299177203 ], [ -74.981112827712593, 40.075883462352898 ], [ -74.981410349886204, 40.076061214465398 ], [ -74.981713723701404, 40.076202313408899 ], [ -74.981958272327503, 40.076293107182302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2011, "tnode_": 2040, "lpoly_": null, "rpoly_": null, "length": 258.28350595000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENACRES", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3815, "l_t_add": 3825, "r_f_add": 3816, "r_t_add": 3834, "st_code": 38430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENACRES RD", "stname": "GREENACRES RD", "objectid": 39450, "Shape__Length": 102.88933403502728 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983303697519105, 40.074510126686597 ], [ -74.982570867757104, 40.0740791313941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2052, "tnode_": 1954, "lpoly_": null, "rpoly_": null, "length": 633.59561483999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 110, "l_t_add": 152, "r_f_add": 115, "r_t_add": 199, "st_code": 68320, "l_hundred": 100, "r_hundred": 100, "seg_id": 980376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEFIELD RD", "stname": "RIDGEFIELD RD", "objectid": 39451, "Shape__Length": 252.65120037004385 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976043993055995, 40.0737862132004 ], [ -74.975687238937894, 40.073987928762897 ], [ -74.975370063462194, 40.074237848317999 ], [ -74.975074100603607, 40.074546325335596 ], [ -74.974863945367105, 40.074835105785503 ], [ -74.974695464435101, 40.075145051995598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2052, "tnode_": 2012, "lpoly_": null, "rpoly_": null, "length": 244.99897915, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HICKORY HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 114, "r_f_add": 0, "r_t_add": 0, "st_code": 42380, "l_hundred": 100, "r_hundred": 0, "seg_id": 980377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HICKORY HILL RD", "stname": "HICKORY HILL RD", "objectid": 39452, "Shape__Length": 97.679674728128418 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976043993055995, 40.0737862132004 ], [ -74.976608280360907, 40.074300409081602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2054, "tnode_": 2037, "lpoly_": null, "rpoly_": null, "length": 184.20537995000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3383, "l_t_add": 3391, "r_f_add": 3382, "r_t_add": 3390, "st_code": 47593, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980378, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KESWICK RD", "stname": "S KESWICK RD", "objectid": 39453, "Shape__Length": 73.301318810146455 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990660298749503, 40.074092681415401 ], [ -74.990524097694205, 40.074117201582503 ], [ -74.990332555407804, 40.0741543131737 ], [ -74.990035762931498, 40.074247832699598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2046, "tnode_": 2054, "lpoly_": null, "rpoly_": null, "length": 210.98630792, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3371, "l_t_add": 3381, "r_f_add": 3372, "r_t_add": 3380, "st_code": 47593, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980379, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S KESWICK RD", "stname": "S KESWICK RD", "objectid": 39454, "Shape__Length": 83.934390496732163 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991403844879599, 40.074178636202099 ], [ -74.991185682755699, 40.0741372572475 ], [ -74.9909371857119, 40.074106264198903 ], [ -74.990660298749503, 40.074092681415401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1582, "tnode_": 1603, "lpoly_": null, "rpoly_": null, "length": 254.53295645, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3515, "r_f_add": 3500, "r_t_add": 3522, "st_code": 29100, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980552, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWS RD", "stname": "DOWS RD", "objectid": 39455, "Shape__Length": 101.48459373822038 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990962654166907, 40.080937766227699 ], [ -74.990365677471701, 40.080410582112101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2020, "tnode_": 2056, "lpoly_": null, "rpoly_": null, "length": 242.93007773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 47586, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK PLZ", "stname": "KESWICK PLZ", "objectid": 39456, "Shape__Length": 96.786057839251157 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992065251863707, 40.074534267955201 ], [ -74.992735860015003, 40.074110824301002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2057, "tnode_": 2038, "lpoly_": null, "rpoly_": null, "length": 165.26143549, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10910, "r_f_add": 10901, "r_t_add": 10911, "st_code": 47900, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING LN", "stname": "KIPLING LN", "objectid": 39457, "Shape__Length": 65.790170684512105 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981801249556298, 40.073859150144202 ], [ -74.981660456772701, 40.073887984324202 ], [ -74.981486306343399, 40.073944603798601 ], [ -74.9813818976031, 40.0739954865941 ], [ -74.981276015989806, 40.0740561266241 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2040, "tnode_": 2057, "lpoly_": null, "rpoly_": null, "length": 236.00270901000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENACRES", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3827, "l_t_add": 3899, "r_f_add": 3836, "r_t_add": 3898, "st_code": 38430, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980382, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENACRES RD", "stname": "GREENACRES RD", "objectid": 39458, "Shape__Length": 93.935691859216405 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982570867757104, 40.0740791313941 ], [ -74.982348941075102, 40.0739549998043 ], [ -74.982185295355293, 40.073896176167501 ], [ -74.981989577468298, 40.0738662465359 ], [ -74.981801249556298, 40.073859150144202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2062, "tnode_": 2016, "lpoly_": null, "rpoly_": null, "length": 240.38246013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 138, "l_t_add": 152, "r_f_add": 143, "r_t_add": 159, "st_code": 38450, "l_hundred": 100, "r_hundred": 100, "seg_id": 980383, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39459, "Shape__Length": 95.877679806782425 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974603961644505, 40.073660471076003 ], [ -74.974343593704205, 40.073933715328003 ], [ -74.974124465089801, 40.0742073190494 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2063, "tnode_": 2007, "lpoly_": null, "rpoly_": null, "length": 295.02002884999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 49960, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 980384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 39460, "Shape__Length": 117.65249455920447 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999683592099103, 40.074154486623897 ], [ -74.999057343757698, 40.074805961645502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1990, "tnode_": 2063, "lpoly_": null, "rpoly_": null, "length": 618.78144858999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 65540, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 39461, "Shape__Length": 246.47776422644429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001467929976798, 40.075157632953101 ], [ -74.999683592099103, 40.074154486623897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2073, "tnode_": 1996, "lpoly_": null, "rpoly_": null, "length": 405.25418264000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10918, "r_f_add": 10919, "r_t_add": 10999, "st_code": 48020, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980386, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39462, "Shape__Length": 161.75907140354599 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980362881465894, 40.073700377413097 ], [ -74.979855892118707, 40.074742436575903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2038, "tnode_": 2073, "lpoly_": null, "rpoly_": null, "length": 289.49633544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KANE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 47030, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KANE RD", "stname": "KANE RD", "objectid": 39463, "Shape__Length": 115.25258645846917 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981276015989806, 40.0740561266241 ], [ -74.981057970081807, 40.073919306128602 ], [ -74.980857384196398, 40.073837486365001 ], [ -74.980643708849001, 40.073774488595099 ], [ -74.980362881465894, 40.073700377413097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2007, "tnode_": 2078, "lpoly_": null, "rpoly_": null, "length": 571.57532704999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 14180, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980388, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON ST", "stname": "AVALON ST", "objectid": 39464, "Shape__Length": 227.6701334433472 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999057343757698, 40.074805961645502 ], [ -74.9974047946273, 40.073883921554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2096, "tnode_": 2048, "lpoly_": null, "rpoly_": null, "length": 273.71168192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 14175, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980389, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON PL", "stname": "AVALON PL", "objectid": 39465, "Shape__Length": 109.15802761884451 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997011157622197, 40.073664568625098 ], [ -74.996437889258104, 40.074273338001099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2078, "tnode_": 2096, "lpoly_": null, "rpoly_": null, "length": 136.09066921, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3711, "r_f_add": 3700, "r_t_add": 3704, "st_code": 14180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON ST", "stname": "AVALON ST", "objectid": 39466, "Shape__Length": 54.207117237932813 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9974047946273, 40.073883921554 ], [ -74.997011157622197, 40.073664568625098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2097, "tnode_": 2052, "lpoly_": null, "rpoly_": null, "length": 352.20309326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 108, "r_f_add": 101, "r_t_add": 113, "st_code": 68320, "l_hundred": 100, "r_hundred": 100, "seg_id": 980391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEFIELD RD", "stname": "RIDGEFIELD RD", "objectid": 39467, "Shape__Length": 140.27568107674429 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977079408608404, 40.0732366325866 ], [ -74.976043993055995, 40.0737862132004 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2097, "tnode_": 1937, "lpoly_": null, "rpoly_": null, "length": 893.15962126, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 162, "l_t_add": 198, "r_f_add": 169, "r_t_add": 199, "st_code": 28580, "l_hundred": 100, "r_hundred": 100, "seg_id": 980392, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39468, "Shape__Length": 356.40086414610806 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977079408608404, 40.0732366325866 ], [ -74.977643512877194, 40.073726773863299 ], [ -74.977824811733996, 40.073912539198503 ], [ -74.978020835028303, 40.074200240572402 ], [ -74.978150367993507, 40.074497220024597 ], [ -74.978189672683001, 40.074806535651 ], [ -74.978172511564694, 40.075110860699098 ], [ -74.978086110048807, 40.075415776420698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2057, "tnode_": 2099, "lpoly_": null, "rpoly_": null, "length": 187.15762587, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KIPLING", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3800, "r_t_add": 3898, "st_code": 47910, "l_hundred": 0, "r_hundred": 3800, "seg_id": 980393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KIPLING PL", "stname": "KIPLING PL", "objectid": 39469, "Shape__Length": 74.736707530040547 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981801249556298, 40.073859150144202 ], [ -74.981729296686694, 40.073348363694798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2100, "tnode_": 2046, "lpoly_": null, "rpoly_": null, "length": 280.24728228000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "TER", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 47591, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK TER", "stname": "KESWICK TER", "objectid": 39470, "Shape__Length": 111.85630697038796 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991770450290105, 40.073462732776903 ], [ -74.991403844879599, 40.074178636202099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2101, "tnode_": 2062, "lpoly_": null, "rpoly_": null, "length": 262.74873358999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 122, "l_t_add": 136, "r_f_add": 123, "r_t_add": 141, "st_code": 38450, "l_hundred": 100, "r_hundred": 100, "seg_id": 980395, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39471, "Shape__Length": 104.74155001976959 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975232653763996, 40.073125340740802 ], [ -74.974889646760602, 40.073399097451698 ], [ -74.974603961644505, 40.073660471076003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2105, "tnode_": 2037, "lpoly_": null, "rpoly_": null, "length": 350.77212172000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENBROOK", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 37150, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENBROOK PL", "stname": "GLENBROOK PL", "objectid": 39472, "Shape__Length": 139.87598300985303 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989275979551095, 40.0734835331737 ], [ -74.989483844356201, 40.073729328463699 ], [ -74.990035762931498, 40.074247832699598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1968, "tnode_": 2111, "lpoly_": null, "rpoly_": null, "length": 838.53441263000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 13550, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASHFIELD LN", "stname": "ASHFIELD LN", "objectid": 39473, "Shape__Length": 334.44541483530173 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988452628199994, 40.075248275578303 ], [ -74.988360129566502, 40.075191422915601 ], [ -74.987609412544103, 40.074426747106301 ], [ -74.987562530681899, 40.074356754339398 ], [ -74.987523650109694, 40.074266182509199 ], [ -74.987496847594599, 40.074187951873199 ], [ -74.987487045474197, 40.074098457492603 ], [ -74.987485372936106, 40.074013970235299 ], [ -74.9874994285572, 40.073927739060103 ], [ -74.987542277726106, 40.073818299264197 ], [ -74.987606447748007, 40.073713640327902 ], [ -74.9876623956754, 40.0736448885499 ], [ -74.987744552503997, 40.073574913246198 ], [ -74.987873042569504, 40.073486237119397 ], [ -74.988084058025706, 40.073370958901798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2004, "tnode_": 2111, "lpoly_": null, "rpoly_": null, "length": 592.78742963000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3423, "r_f_add": 3400, "r_t_add": 3432, "st_code": 57050, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980398, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39474, "Shape__Length": 236.42409688754384 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9892841194835, 40.074704630693702 ], [ -74.988469005730593, 40.0739176736896 ], [ -74.988084058025706, 40.073370958901798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2062, "tnode_": 2115, "lpoly_": null, "rpoly_": null, "length": 418.63983419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAULDO", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 59070, "l_hundred": 200, "r_hundred": 200, "seg_id": 980399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAULDO RD", "stname": "NAULDO RD", "objectid": 39475, "Shape__Length": 166.76368755248072 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974603961644505, 40.073660471076003 ], [ -74.973501899050305, 40.072990742172102 ], [ -74.973414390442599, 40.072972349953098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2117, "tnode_": 2063, "lpoly_": null, "rpoly_": null, "length": 296.53506582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 49960, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 980400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 39476, "Shape__Length": 118.2540117781038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000313343957203, 40.073502680499303 ], [ -74.999983181592796, 40.073844242643403 ], [ -74.999738347997507, 40.0741219180358 ], [ -74.999683592099103, 40.074154486623897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2035, "tnode_": 2117, "lpoly_": null, "rpoly_": null, "length": 569.47943176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 37320, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980401, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39477, "Shape__Length": 226.83824343821146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001953888811002, 40.074427585279501 ], [ -75.000313343957203, 40.073502680499303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2119, "tnode_": 2054, "lpoly_": null, "rpoly_": null, "length": 285.98467037, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3300, "l_t_add": 3398, "r_f_add": 3301, "r_t_add": 3399, "st_code": 47584, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK CIR", "stname": "KESWICK CIR", "objectid": 39478, "Shape__Length": 114.20428921155931 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990594265859301, 40.073309262009403 ], [ -74.990660298749503, 40.074092681415401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2133, "tnode_": 2078, "lpoly_": null, "rpoly_": null, "length": 295.41043648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 49520, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAVENDER ST", "stname": "LAVENDER ST", "objectid": 39479, "Shape__Length": 117.80686331335568 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998030707786398, 40.073231502982402 ], [ -74.997669842058102, 40.0736302483052 ], [ -74.9974047946273, 40.073883921554 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2063, "tnode_": 2133, "lpoly_": null, "rpoly_": null, "length": 571.85684115000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 65540, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980404, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 39480, "Shape__Length": 227.78041253971841 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999683592099103, 40.074154486623897 ], [ -74.998030707786398, 40.073231502982402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2140, "tnode_": 2117, "lpoly_": null, "rpoly_": null, "length": 149.51676217, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9598, "r_f_add": 9501, "r_t_add": 9599, "st_code": 49960, "l_hundred": 9500, "r_hundred": 9500, "seg_id": 980405, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 39481, "Shape__Length": 59.625967374128308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000629880692003, 40.073172034940697 ], [ -75.000313343957203, 40.073502680499303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2096, "tnode_": 2149, "lpoly_": null, "rpoly_": null, "length": 455.26270416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3713, "l_t_add": 3729, "r_f_add": 3706, "r_t_add": 3718, "st_code": 14180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON ST", "stname": "AVALON ST", "objectid": 39482, "Shape__Length": 181.33886831010977 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997011157622197, 40.073664568625098 ], [ -74.995696636404702, 40.072928340441699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2151, "tnode_": 2101, "lpoly_": null, "rpoly_": null, "length": 356.66201961999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREENDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 120, "r_f_add": 101, "r_t_add": 121, "st_code": 38450, "l_hundred": 100, "r_hundred": 100, "seg_id": 980407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREENDALE RD", "stname": "GREENDALE RD", "objectid": 39483, "Shape__Length": 142.08286580456502 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976234276319104, 40.072521530066503 ], [ -74.975711036064894, 40.072809363585499 ], [ -74.975232653763996, 40.073125340740802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2151, "tnode_": 2097, "lpoly_": null, "rpoly_": null, "length": 351.8541182, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 148, "l_t_add": 160, "r_f_add": 149, "r_t_add": 167, "st_code": 28580, "l_hundred": 100, "r_hundred": 100, "seg_id": 980408, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39484, "Shape__Length": 140.25970829117122 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976234276319104, 40.072521530066503 ], [ -74.977079408608404, 40.0732366325866 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2101, "tnode_": 2161, "lpoly_": null, "rpoly_": null, "length": 378.81981336000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWNBROOK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 49570, "l_hundred": 200, "r_hundred": 200, "seg_id": 980409, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWNBROOK RD", "stname": "LAWNBROOK RD", "objectid": 39485, "Shape__Length": 150.98173494698958 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975232653763996, 40.073125340740802 ], [ -74.974278055968099, 40.072388068269099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2171, "tnode_": 2073, "lpoly_": null, "rpoly_": null, "length": 509.29324997000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10862, "l_t_add": 10898, "r_f_add": 10901, "r_t_add": 10917, "st_code": 48020, "l_hundred": 10800, "r_hundred": 10900, "seg_id": 980410, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39486, "Shape__Length": 203.2879736443779 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980984408747105, 40.072386375648001 ], [ -74.980362881465894, 40.073700377413097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1978, "tnode_": 2174, "lpoly_": null, "rpoly_": null, "length": 1253.5968475500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESTERFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3333, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 22780, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980411, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESTERFIELD RD", "stname": "CHESTERFIELD RD", "objectid": 39487, "Shape__Length": 499.89776330216802 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995923670206807, 40.075311501759998 ], [ -74.995849899871203, 40.075132029608902 ], [ -74.995697334373403, 40.074860828333797 ], [ -74.995520230018499, 40.074674166660898 ], [ -74.993249223531393, 40.072578785086201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2180, "tnode_": 2133, "lpoly_": null, "rpoly_": null, "length": 296.93043356000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 49520, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 980413, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAVENDER ST", "stname": "LAVENDER ST", "objectid": 39488, "Shape__Length": 118.4169220117715 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998649422972704, 40.0725704290236 ], [ -74.998544245613203, 40.072670075081597 ], [ -74.998365725431498, 40.072853555958602 ], [ -74.998107032504905, 40.073160389703503 ], [ -74.998030707786398, 40.073231502982402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2117, "tnode_": 2180, "lpoly_": null, "rpoly_": null, "length": 576.34462603999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3644, "st_code": 37320, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980414, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39489, "Shape__Length": 229.567122886622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000313343957203, 40.073502680499303 ], [ -74.998649422972704, 40.0725704290236 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2161, "tnode_": 2151, "lpoly_": null, "rpoly_": null, "length": 655.64864838999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DIMARCO", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 146, "r_f_add": 101, "r_t_add": 147, "st_code": 28580, "l_hundred": 100, "r_hundred": 100, "seg_id": 980415, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DIMARCO DR", "stname": "DIMARCO DR", "objectid": 39490, "Shape__Length": 261.08452561676063 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974278055968099, 40.072388068269099 ], [ -74.974440120472707, 40.072243620609797 ], [ -74.974660240941006, 40.072135022835504 ], [ -74.974973779056199, 40.072049391744898 ], [ -74.975248582648504, 40.072031863637903 ], [ -74.975516782311104, 40.072065955442703 ], [ -74.975782725322503, 40.072155223241801 ], [ -74.976028175873594, 40.0723061308287 ], [ -74.976234276319104, 40.072521530066503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2171, "tnode_": 2194, "lpoly_": null, "rpoly_": null, "length": 316.26770822999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4001, "l_t_add": 4003, "r_f_add": 4000, "r_t_add": 4004, "st_code": 61500, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980416, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD LN", "stname": "ORCHARD LN", "objectid": 39491, "Shape__Length": 125.86731360236689 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980984408747105, 40.072386375648001 ], [ -74.979933216137397, 40.072067682401801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2197, "tnode_": 2149, "lpoly_": null, "rpoly_": null, "length": 295.28914233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 61980, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980417, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK ST", "stname": "OUTLOOK ST", "objectid": 39492, "Shape__Length": 117.75086952887371 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996333149354697, 40.072282923109199 ], [ -74.996241016102104, 40.072385427013202 ], [ -74.9960695870747, 40.072576656840297 ], [ -74.996002528810095, 40.072644653340902 ], [ -74.995889853737907, 40.072756461052101 ], [ -74.995795971065803, 40.072837286353902 ], [ -74.995696636404702, 40.072928340441699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2133, "tnode_": 2197, "lpoly_": null, "rpoly_": null, "length": 587.45748132999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3729, "r_f_add": 3700, "r_t_add": 3716, "st_code": 65540, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980418, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 39493, "Shape__Length": 233.99147742671195 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998030707786398, 40.073231502982402 ], [ -74.996333149354697, 40.072282923109199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2206, "tnode_": 2171, "lpoly_": null, "rpoly_": null, "length": 152.63652441000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10860, "l_t_add": 10860, "r_f_add": 10837, "r_t_add": 10899, "st_code": 48020, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980419, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39494, "Shape__Length": 60.923399120540552 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981176527273604, 40.0719942274254 ], [ -74.980984408747105, 40.072386375648001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2019, "tnode_": 2206, "lpoly_": null, "rpoly_": null, "length": 1294.2747445699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 67640, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980420, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39495, "Shape__Length": 515.71914876205938 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984634051776794, 40.074344617834498 ], [ -74.983660689704607, 40.073796074533902 ], [ -74.983177304549997, 40.073477581149803 ], [ -74.982879384232007, 40.073270803137298 ], [ -74.981176527273604, 40.0719942274254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2194, "tnode_": 2213, "lpoly_": null, "rpoly_": null, "length": 263.906756, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORCHARD", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4005, "l_t_add": 4099, "r_f_add": 4006, "r_t_add": 4098, "st_code": 61500, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORCHARD LN", "stname": "ORCHARD LN", "objectid": 39496, "Shape__Length": 105.02251478975322 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979933216137397, 40.072067682401801 ], [ -74.979048886883405, 40.0718161671562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2214, "tnode_": 2180, "lpoly_": null, "rpoly_": null, "length": 306.02953350999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 49520, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 980422, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAVENDER ST", "stname": "LAVENDER ST", "objectid": 39497, "Shape__Length": 122.03399888591228 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999179701668396, 40.0719012762871 ], [ -74.999242987725694, 40.071940736787099 ], [ -74.998649422972704, 40.0725704290236 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2228, "tnode_": 2174, "lpoly_": null, "rpoly_": null, "length": 307.55791343000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEREA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9998, "r_f_add": 9801, "r_t_add": 9999, "st_code": 17060, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980423, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEREA ST", "stname": "BEREA ST", "objectid": 39498, "Shape__Length": 122.57561238271303 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9940254204935, 40.0719877041779 ], [ -74.993904240605104, 40.0721076615987 ], [ -74.993688314950006, 40.072300707811202 ], [ -74.993545402336196, 40.072403852349403 ], [ -74.993408637409104, 40.072492224363401 ], [ -74.993249223531393, 40.072578785086201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2149, "tnode_": 2228, "lpoly_": null, "rpoly_": null, "length": 579.79849957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVALON", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3731, "l_t_add": 3799, "r_f_add": 3720, "r_t_add": 3798, "st_code": 14180, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980424, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVALON ST", "stname": "AVALON ST", "objectid": 39499, "Shape__Length": 230.94278063489381 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995696636404702, 40.072928340441699 ], [ -74.9940254204935, 40.0719877041779 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2250, "tnode_": 2252, "lpoly_": null, "rpoly_": null, "length": 86.43705696, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3503, "l_t_add": 3503, "r_f_add": 3502, "r_t_add": 3504, "st_code": 26225, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980425, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39500, "Shape__Length": 34.381370786408446 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988341810963107, 40.071617170112901 ], [ -74.988650636878006, 40.071614033836703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2261, "tnode_": 2258, "lpoly_": null, "rpoly_": null, "length": 155.39842955, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3509, "r_f_add": 3500, "r_t_add": 3508, "st_code": 26220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980426, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39501, "Shape__Length": 61.816356922590721 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987670853673706, 40.071600137637603 ], [ -74.987456881493401, 40.071590904808602 ], [ -74.987252478036993, 40.071578493799599 ], [ -74.987121179057397, 40.071551520908002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2111, "tnode_": 2261, "lpoly_": null, "rpoly_": null, "length": 660.00567913999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3425, "l_t_add": 3499, "r_f_add": 3434, "r_t_add": 3498, "st_code": 57050, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980427, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39502, "Shape__Length": 263.5186441956871 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988084058025706, 40.073370958901798 ], [ -74.987889993551306, 40.072935663170099 ], [ -74.987754554886706, 40.072507615185799 ], [ -74.987696289606504, 40.072211862317502 ], [ -74.987670853673706, 40.071600137637603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2261, "tnode_": 2250, "lpoly_": null, "rpoly_": null, "length": 187.87983484, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3501, "r_f_add": 3500, "r_t_add": 3500, "st_code": 26225, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980428, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39503, "Shape__Length": 74.731709118182266 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987670853673706, 40.071600137637603 ], [ -74.988341810963107, 40.071617170112901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2267, "tnode_": 2248, "lpoly_": null, "rpoly_": null, "length": 413.01102162000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3621, "l_t_add": 3699, "r_f_add": 3616, "r_t_add": 3698, "st_code": 82420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESSEX LN", "stname": "WESSEX LN", "objectid": 39504, "Shape__Length": 164.33547362580296 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991165554496902, 40.071566410232499 ], [ -74.991362107733906, 40.071663845872202 ], [ -74.991535255332494, 40.0717245820898 ], [ -74.991714769988903, 40.071768061387601 ], [ -74.991898175486199, 40.071785520015602 ], [ -74.992045412439595, 40.071786877787503 ], [ -74.992574569566102, 40.071751003755303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2273, "tnode_": 2197, "lpoly_": null, "rpoly_": null, "length": 297.62869653000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OUTLOOK", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 61980, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 980430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OUTLOOK ST", "stname": "OUTLOOK ST", "objectid": 39505, "Shape__Length": 118.6909674219242 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996960007629596, 40.071622921776701 ], [ -74.996333149354697, 40.072282923109199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2180, "tnode_": 2273, "lpoly_": null, "rpoly_": null, "length": 585.38927295999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3727, "r_f_add": 3646, "r_t_add": 3698, "st_code": 37320, "l_hundred": 3700, "r_hundred": 3600, "seg_id": 980431, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39506, "Shape__Length": 233.16694870037406 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998649422972704, 40.0725704290236 ], [ -74.996960007629596, 40.071622921776701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2197, "tnode_": 2289, "lpoly_": null, "rpoly_": null, "length": 573.34171427999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRESIDENT", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3731, "l_t_add": 3799, "r_f_add": 3718, "r_t_add": 3798, "st_code": 65540, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRESIDENT ST", "stname": "PRESIDENT ST", "objectid": 39507, "Shape__Length": 228.38919970481899 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996333149354697, 40.072282923109199 ], [ -74.994766878373497, 40.071396924348399 ], [ -74.994715607365194, 40.0713277646799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2258, "tnode_": 2301, "lpoly_": null, "rpoly_": null, "length": 298.79532715, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3511, "l_t_add": 3537, "r_f_add": 3510, "r_t_add": 3526, "st_code": 26220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980433, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39508, "Shape__Length": 119.0535284943781 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987121179057397, 40.071551520908002 ], [ -74.9869595870057, 40.071502735414803 ], [ -74.986825352278203, 40.071444534500003 ], [ -74.986698625517406, 40.071374639708701 ], [ -74.986571509863495, 40.071288503599199 ], [ -74.986471192590798, 40.071196135780902 ], [ -74.986334693112497, 40.071028119927497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2252, "tnode_": 2315, "lpoly_": null, "rpoly_": null, "length": 585.85228571000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3505, "l_t_add": 3535, "r_f_add": 3506, "r_t_add": 3552, "st_code": 26225, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980434, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39509, "Shape__Length": 233.18019044438552 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988650636878006, 40.071614033836703 ], [ -74.988931461429502, 40.071602204440197 ], [ -74.989247247875298, 40.071568445281798 ], [ -74.989581339423694, 40.071502482974097 ], [ -74.989873958090101, 40.071411585846 ], [ -74.990179487044202, 40.071281827825999 ], [ -74.990388005941895, 40.071169324921598 ], [ -74.9905560448681, 40.071050060242797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2315, "tnode_": 2267, "lpoly_": null, "rpoly_": null, "length": 253.92660749000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3619, "r_f_add": 3600, "r_t_add": 3614, "st_code": 82420, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESSEX LN", "stname": "WESSEX LN", "objectid": 39510, "Shape__Length": 101.22073479403998 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9905560448681, 40.071050060242797 ], [ -74.991165554496902, 40.071566410232499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2301, "tnode_": 2338, "lpoly_": null, "rpoly_": null, "length": 153.53968197, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3539, "l_t_add": 3541, "r_f_add": 3528, "r_t_add": 3540, "st_code": 26220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980436, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39511, "Shape__Length": 61.229321600604052 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986334693112497, 40.071028119927497 ], [ -74.986012112741193, 40.070687195310299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2252, "tnode_": 2315, "lpoly_": null, "rpoly_": null, "length": 830.93011187000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 82420, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980437, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESSEX LN", "stname": "WESSEX LN", "objectid": 39512, "Shape__Length": 331.08571207249361 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988650636878006, 40.071614033836703 ], [ -74.988655357120706, 40.071078739097203 ], [ -74.9886988670346, 40.070984034636297 ], [ -74.988784116179005, 40.070907742627902 ], [ -74.988930645541402, 40.070856859834997 ], [ -74.989572471497397, 40.070676428557299 ], [ -74.989714755666697, 40.070660260900503 ], [ -74.989858895064401, 40.0706680753486 ], [ -74.990030270708701, 40.070702657578302 ], [ -74.9902141141296, 40.070778885289499 ], [ -74.990310589615504, 40.070844310217801 ], [ -74.9905560448681, 40.071050060242797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2350, "tnode_": 2289, "lpoly_": null, "rpoly_": null, "length": 286.98514347999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEREA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 17060, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 980438, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEREA ST", "stname": "BEREA ST", "objectid": 39513, "Shape__Length": 114.45820067303974 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9952707893042, 40.070679006508001 ], [ -74.995197111782005, 40.0707424304263 ], [ -74.9950290993376, 40.070916766349299 ], [ -74.994836543370695, 40.071110781223098 ], [ -74.994753525509594, 40.071206079543401 ], [ -74.994719429674902, 40.071266067644203 ], [ -74.994715607365194, 40.0713277646799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2273, "tnode_": 2350, "lpoly_": null, "rpoly_": null, "length": 584.57942790999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3729, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 37320, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39514, "Shape__Length": 232.83960439394895 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996960007629596, 40.071622921776701 ], [ -74.9952707893042, 40.070679006508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2315, "tnode_": 2367, "lpoly_": null, "rpoly_": null, "length": 275.56779311000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3537, "l_t_add": 3599, "r_f_add": 3554, "r_t_add": 3598, "st_code": 26225, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980440, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39515, "Shape__Length": 109.90420303391178 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9905560448681, 40.071050060242797 ], [ -74.990685573835293, 40.070956681822899 ], [ -74.990797527163494, 40.070850562779 ], [ -74.990933974609504, 40.070699334211497 ], [ -74.991033192544407, 40.070558091999096 ], [ -74.991097823242598, 40.070428374714901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2338, "tnode_": 2385, "lpoly_": null, "rpoly_": null, "length": 251.45866572, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3543, "l_t_add": 3599, "r_f_add": 3542, "r_t_add": 3562, "st_code": 26220, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980441, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39516, "Shape__Length": 100.29199278329956 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986012112741193, 40.070687195310299 ], [ -74.985513140481601, 40.070113144320203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2261, "tnode_": 2387, "lpoly_": null, "rpoly_": null, "length": 543.41306176000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 57050, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980442, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39517, "Shape__Length": 216.99146163847098 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987670853673706, 40.071600137637603 ], [ -74.987698480214306, 40.071009500228001 ], [ -74.987722661419795, 40.070735215650203 ], [ -74.987835961590505, 40.070115500386898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2409, "tnode_": 2213, "lpoly_": null, "rpoly_": null, "length": 785.53888981, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLICOTT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 31300, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980443, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLICOTT RD", "stname": "ELLICOTT RD", "objectid": 39518, "Shape__Length": 313.48506905228453 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979561798238905, 40.069856739740104 ], [ -74.979469285269303, 40.069903469731599 ], [ -74.979308766158397, 40.070053788585597 ], [ -74.979114978932898, 40.070262607100901 ], [ -74.978973085057305, 40.0704608168462 ], [ -74.978888062774004, 40.070652491045301 ], [ -74.978839835732998, 40.0708252839799 ], [ -74.978811686517105, 40.071010422773902 ], [ -74.978838798662196, 40.071228521775403 ], [ -74.978916512966407, 40.071467609600397 ], [ -74.979048886883405, 40.0718161671562 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2414, "tnode_": 2350, "lpoly_": null, "rpoly_": null, "length": 93.72087076, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEREA", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9600, "l_t_add": 9698, "r_f_add": 9601, "r_t_add": 9699, "st_code": 17060, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 980444, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2010-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEREA ST", "stname": "BEREA ST", "objectid": 39519, "Shape__Length": 37.379439530370661 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995457514919806, 40.070465440477101 ], [ -74.9952707893042, 40.070679006508001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2385, "tnode_": 2417, "lpoly_": null, "rpoly_": null, "length": 135.60785266, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3601, "r_f_add": 3564, "r_t_add": 3598, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3500, "seg_id": 980445, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39520, "Shape__Length": 54.090195941026025 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985513140481601, 40.070113144320203 ], [ -74.985253647340301, 40.069798770347099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2387, "tnode_": 2423, "lpoly_": null, "rpoly_": null, "length": 412.19436319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3611, "r_f_add": 3600, "r_t_add": 3620, "st_code": 65720, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980446, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCE CIR", "stname": "PRINCE CIR", "objectid": 39521, "Shape__Length": 164.12907230615355 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987835961590505, 40.070115500386898 ], [ -74.988353350904802, 40.070183152507397 ], [ -74.988506269298597, 40.070181830201797 ], [ -74.988658279029494, 40.070154947835597 ], [ -74.988776367702101, 40.070098364688597 ], [ -74.988910098963103, 40.070009123301801 ], [ -74.988992653765607, 40.069898661973099 ], [ -74.989041739763096, 40.0697841228573 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2423, "tnode_": 2367, "lpoly_": null, "rpoly_": null, "length": 629.01757883000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3598, "st_code": 75700, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980447, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSSEX LN", "stname": "SUSSEX LN", "objectid": 39522, "Shape__Length": 250.35084206591995 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989041739763096, 40.0697841228573 ], [ -74.990065432985503, 40.069977762940297 ], [ -74.990216909944394, 40.070014042171202 ], [ -74.990339913704801, 40.070053991342398 ], [ -74.991097823242598, 40.070428374714901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2433, "tnode_": 2409, "lpoly_": null, "rpoly_": null, "length": 450.38856763000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLICOTT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10702, "l_t_add": 10798, "r_f_add": 10703, "r_t_add": 10799, "st_code": 31300, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980448, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLICOTT RD", "stname": "ELLICOTT RD", "objectid": 39523, "Shape__Length": 179.21302013889809 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981087138547494, 40.069493075730797 ], [ -74.980957648647504, 40.069496548502897 ], [ -74.980823018308996, 40.069517024767201 ], [ -74.980537689416707, 40.069573405124899 ], [ -74.980306116218699, 40.069624603610301 ], [ -74.980100172711602, 40.069672784536401 ], [ -74.979942237827402, 40.069718035183598 ], [ -74.979803951241607, 40.069773164656603 ], [ -74.979678148441593, 40.069829434735098 ], [ -74.979561798238905, 40.069856739740104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2434, "tnode_": 2433, "lpoly_": null, "rpoly_": null, "length": 134.92622071, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELLICOTT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10700, "r_f_add": 10701, "r_t_add": 10701, "st_code": 31300, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980449, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELLICOTT RD", "stname": "ELLICOTT RD", "objectid": 39524, "Shape__Length": 53.669100849816758 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981566630652907, 40.069531528493499 ], [ -74.981087138547494, 40.069493075730797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2434, "tnode_": 2206, "lpoly_": null, "rpoly_": null, "length": 906.27063972999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10720, "l_t_add": 10858, "r_f_add": 10801, "r_t_add": 10835, "st_code": 48020, "l_hundred": 10700, "r_hundred": 10800, "seg_id": 980450, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39525, "Shape__Length": 361.86963992283063 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981566630652907, 40.069531528493499 ], [ -74.981416098151897, 40.0709980834731 ], [ -74.981349192603403, 40.071502526024702 ], [ -74.981260144868003, 40.071792943063897 ], [ -74.981176527273604, 40.0719942274254 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2367, "tnode_": 2490, "lpoly_": null, "rpoly_": null, "length": 434.83469759000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3617, "r_f_add": 3600, "r_t_add": 3622, "st_code": 26225, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980451, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39526, "Shape__Length": 173.61004061221507 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991097823242598, 40.070428374714901 ], [ -74.991142953533, 40.070306195186397 ], [ -74.991193877207394, 40.070155072843797 ], [ -74.991214644739898, 40.069958995886203 ], [ -74.991210252301599, 40.069752486955302 ], [ -74.991149943016495, 40.069505320233297 ], [ -74.991054522521196, 40.069260220894201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2387, "tnode_": 2491, "lpoly_": null, "rpoly_": null, "length": 544.88815748000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 0, "r_t_add": 0, "st_code": 57055, "l_hundred": 3600, "r_hundred": 0, "seg_id": 980452, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL CIR", "stname": "MORRELL CIR", "objectid": 39527, "Shape__Length": 217.15815616451604 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987835961590505, 40.070115500386898 ], [ -74.987733356259298, 40.070073296909101 ], [ -74.9876513149582, 40.070011354231802 ], [ -74.987528966191505, 40.069900965286898 ], [ -74.987338478475294, 40.069684354800998 ], [ -74.987302548863696, 40.069630651512597 ], [ -74.987299812904297, 40.069538130874399 ], [ -74.987319618239496, 40.069451150402301 ], [ -74.987404610607598, 40.069360738935899 ], [ -74.987779600937401, 40.069177348066098 ], [ -74.987865402757294, 40.0691469262282 ], [ -74.987959425658502, 40.069154183605598 ], [ -74.988045293611407, 40.069183309308997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2387, "tnode_": 2491, "lpoly_": null, "rpoly_": null, "length": 344.59876064000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3600, "r_t_add": 3624, "st_code": 57050, "l_hundred": 0, "r_hundred": 3600, "seg_id": 980453, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39528, "Shape__Length": 137.58956449007385 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987835961590505, 40.070115500386898 ], [ -74.988045293611407, 40.069183309308997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2423, "tnode_": 2491, "lpoly_": null, "rpoly_": null, "length": 404.79755304000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRINCE", "st_type": "CIR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3613, "l_t_add": 3699, "r_f_add": 3622, "r_t_add": 3698, "st_code": 65720, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980454, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRINCE CIR", "stname": "PRINCE CIR", "objectid": 39529, "Shape__Length": 161.26568409769291 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989041739763096, 40.0697841228573 ], [ -74.989035206028504, 40.069652305676399 ], [ -74.988999767164103, 40.069529756160101 ], [ -74.988923926767001, 40.069429739262397 ], [ -74.988807058837594, 40.069344471766001 ], [ -74.988701969106401, 40.069289471964403 ], [ -74.988571232807999, 40.069255544405799 ], [ -74.988045293611407, 40.069183309308997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2532, "tnode_": 2490, "lpoly_": null, "rpoly_": null, "length": 257.21369933, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEHALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3603, "l_t_add": 3619, "r_f_add": 3602, "r_t_add": 3632, "st_code": 82900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980455, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITEHALL LN", "stname": "WHITEHALL LN", "objectid": 39530, "Shape__Length": 102.36861676567234 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991899406535893, 40.0689823724246 ], [ -74.991054522521196, 40.069260220894201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2367, "tnode_": 2532, "lpoly_": null, "rpoly_": null, "length": 880.13354209, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSSEX", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 75700, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSSEX LN", "stname": "SUSSEX LN", "objectid": 39531, "Shape__Length": 351.06571992097486 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991097823242598, 40.070428374714901 ], [ -74.991557332108897, 40.070655235704599 ], [ -74.991754836617503, 40.070674719876799 ], [ -74.991916593803197, 40.070629458378399 ], [ -74.992023032575901, 40.070528811364397 ], [ -74.992127870619299, 40.070152920702199 ], [ -74.992145240619607, 40.069883046854201 ], [ -74.992124268228395, 40.069612252771897 ], [ -74.992087321196706, 40.069419705832303 ], [ -74.992000849972897, 40.069186654035597 ], [ -74.991899406535893, 40.0689823724246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2417, "tnode_": 2539, "lpoly_": null, "rpoly_": null, "length": 399.42838417999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3603, "l_t_add": 3635, "r_f_add": 3600, "r_t_add": 3624, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980457, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39532, "Shape__Length": 159.44879763663874 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985253647340301, 40.069798770347099 ], [ -74.985161602456699, 40.069651622587401 ], [ -74.985102824832396, 40.069497782838503 ], [ -74.985084259750593, 40.069314924924903 ], [ -74.985104684554599, 40.069133006078999 ], [ -74.985161156392607, 40.068944457695899 ], [ -74.985268971897298, 40.068747786170199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2509, "tnode_": 2576, "lpoly_": null, "rpoly_": null, "length": 320.18298948, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PITT", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 64880, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PITT PL", "stname": "PITT PL", "objectid": 39533, "Shape__Length": 127.57701506173507 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983913929880103, 40.068950567430797 ], [ -74.983335723027594, 40.068511458429398 ], [ -74.983282208569506, 40.068443204344597 ], [ -74.983173162876994, 40.068405595627802 ], [ -74.983073771569906, 40.068437597927499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2565, "tnode_": 2532, "lpoly_": null, "rpoly_": null, "length": 224.11363003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITEHALL", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3601, "r_f_add": 3600, "r_t_add": 3600, "st_code": 82900, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITEHALL LN", "stname": "WHITEHALL LN", "objectid": 39534, "Shape__Length": 89.215487348436127 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9926073770188, 40.068713965476199 ], [ -74.992425196089002, 40.0687398018148 ], [ -74.992288406129404, 40.068800405446503 ], [ -74.992137637519093, 40.068890160786403 ], [ -74.992014026897195, 40.068941251595703 ], [ -74.991899406535893, 40.0689823724246 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2539, "tnode_": 2568, "lpoly_": null, "rpoly_": null, "length": 148.10868428000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3637, "l_t_add": 3637, "r_f_add": 3626, "r_t_add": 3630, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980460, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39535, "Shape__Length": 59.035813101645907 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985268971897298, 40.068747786170199 ], [ -74.985385328103206, 40.068631256438898 ], [ -74.985496520057694, 40.068536479370003 ], [ -74.985625204704206, 40.068448854906997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2570, "tnode_": 2256, "lpoly_": null, "rpoly_": null, "length": 1287.1970485299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 25900, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 980461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39536, "Shape__Length": 513.3529181922213 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9788566071324, 40.068371128294999 ], [ -74.976304602714706, 40.071159473162503 ], [ -74.976266192038196, 40.071217849947303 ], [ -74.976260975032204, 40.071277132480397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2570, "tnode_": 2409, "lpoly_": null, "rpoly_": null, "length": 591.53887496000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEADOW", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 55000, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980462, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEADOW LN", "stname": "MEADOW LN", "objectid": 39537, "Shape__Length": 236.06436635000034 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9788566071324, 40.068371128294999 ], [ -74.978941312775802, 40.068467459882697 ], [ -74.979410608682201, 40.0691983225584 ], [ -74.979453003699405, 40.069294230054801 ], [ -74.979493302651306, 40.069441483987198 ], [ -74.979502756194506, 40.0695879924058 ], [ -74.979478521358402, 40.069739493267903 ], [ -74.9794770343659, 40.069775896657397 ], [ -74.979498862852907, 40.069809298465401 ], [ -74.979561798238905, 40.069856739740104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2509, "tnode_": 2585, "lpoly_": null, "rpoly_": null, "length": 263.56291125000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "N", "st_name": "HEREFORD", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3695, "l_t_add": 3699, "r_f_add": 3658, "r_t_add": 3698, "st_code": 42040, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980463, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "N HEREFORD LN", "stname": "N HEREFORD LN", "objectid": 39538, "Shape__Length": 105.0958398838718 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983913929880103, 40.068950567430797 ], [ -74.984103207081404, 40.0687278400503 ], [ -74.9842388746479, 40.068591174254202 ], [ -74.984477223413805, 40.068371962994199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2539, "tnode_": 2585, "lpoly_": null, "rpoly_": null, "length": 260.47373226000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENDON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3719, "r_f_add": 3700, "r_t_add": 3714, "st_code": 23380, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980464, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENDON AVE", "stname": "CLARENDON AVE", "objectid": 39539, "Shape__Length": 103.71492460654412 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985268971897298, 40.068747786170199 ], [ -74.984477223413805, 40.068371962994199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2619, "tnode_": 2537, "lpoly_": null, "rpoly_": null, "length": 320.39490812000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9416, "l_t_add": 9428, "r_f_add": 9445, "r_t_add": 9451, "st_code": 11200, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980465, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-03-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39540, "Shape__Length": 127.65383959097852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008131183202906, 40.068594846489098 ], [ -75.008032863342507, 40.068679416660302 ], [ -75.007712728299694, 40.068924153239699 ], [ -75.007529638735704, 40.069029147160201 ], [ -75.007271779681005, 40.0691709368757 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2568, "tnode_": 2633, "lpoly_": null, "rpoly_": null, "length": 371.41190889000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3639, "l_t_add": 3661, "r_f_add": 3632, "r_t_add": 3660, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980466, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39541, "Shape__Length": 147.82556810037079 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985625204704206, 40.068448854906997 ], [ -74.985805967590693, 40.068365261102997 ], [ -74.985954621933004, 40.0683088664994 ], [ -74.986833437601504, 40.068031102637804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2490, "tnode_": 2640, "lpoly_": null, "rpoly_": null, "length": 664.5221037, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3619, "l_t_add": 3667, "r_f_add": 3624, "r_t_add": 3674, "st_code": 26225, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980467, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39542, "Shape__Length": 264.82130997727859 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991054522521196, 40.069260220894201 ], [ -74.990735740649697, 40.068830893887203 ], [ -74.9905303634267, 40.0686335853567 ], [ -74.990243374952797, 40.068422011418299 ], [ -74.990001643161193, 40.068271111263797 ], [ -74.989697576630206, 40.068121711021497 ], [ -74.989396310012907, 40.068014489438902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2633, "tnode_": 2648, "lpoly_": null, "rpoly_": null, "length": 119.93397462, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3663, "l_t_add": 3665, "r_f_add": 3662, "r_t_add": 3666, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980468, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39543, "Shape__Length": 47.729248228836106 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986833437601504, 40.068031102637804 ], [ -74.987230497852707, 40.067907284108202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2663, "tnode_": 2570, "lpoly_": null, "rpoly_": null, "length": 457.78627624000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 25900, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39544, "Shape__Length": 182.33354508336919 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980166818977096, 40.067636134851703 ], [ -74.979593439584804, 40.067880134882003 ], [ -74.979447848767805, 40.0679481829834 ], [ -74.979199601108803, 40.068097238707601 ], [ -74.979019976661107, 40.068238409175201 ], [ -74.9788566071324, 40.068371128294999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2433, "tnode_": 2663, "lpoly_": null, "rpoly_": null, "length": 727.53903956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3901, "l_t_add": 3949, "r_f_add": 3900, "r_t_add": 3994, "st_code": 67640, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980470, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2004-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39545, "Shape__Length": 290.36307429437443 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981087138547494, 40.069493075730797 ], [ -74.981029244717007, 40.069288655449398 ], [ -74.980783934385698, 40.068605329291898 ], [ -74.980682482092902, 40.068428759916898 ], [ -74.980166818977096, 40.067636134851703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2648, "tnode_": 2664, "lpoly_": null, "rpoly_": null, "length": 319.40635907000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3667, "l_t_add": 3699, "r_f_add": 3668, "r_t_add": 3698, "st_code": 26220, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980471, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "E CROWN AVE", "stname": "E CROWN AVE", "objectid": 39546, "Shape__Length": 127.06601600473155 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987230497852707, 40.067907284108202 ], [ -74.987512781172697, 40.0678228432986 ], [ -74.987739005598698, 40.067778305941999 ], [ -74.988025337644999, 40.067775193289698 ], [ -74.988341883777693, 40.0678015933713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2491, "tnode_": 2664, "lpoly_": null, "rpoly_": null, "length": 510.13545270999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3626, "r_t_add": 3698, "st_code": 57050, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980472, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39547, "Shape__Length": 203.68266965761188 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988045293611407, 40.069183309308997 ], [ -74.988341883777693, 40.0678015933713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2640, "tnode_": 2664, "lpoly_": null, "rpoly_": null, "length": 305.95762503000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "W", "st_name": "CROWN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3669, "l_t_add": 3699, "r_f_add": 3676, "r_t_add": 3698, "st_code": 26225, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980473, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "W CROWN AVE", "stname": "W CROWN AVE", "objectid": 39548, "Shape__Length": 121.7248308735126 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989396310012907, 40.068014489438902 ], [ -74.989201931190294, 40.067953395486299 ], [ -74.988957027632296, 40.067897536095202 ], [ -74.988341883777693, 40.0678015933713 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2642, "tnode_": 2684, "lpoly_": null, "rpoly_": null, "length": 204.59261724000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3209, "r_f_add": 3200, "r_t_add": 3202, "st_code": 43340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980474, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39549, "Shape__Length": 81.485014441755538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011121940674201, 40.0685120668496 ], [ -75.011077120519801, 40.068504872229397 ], [ -75.010529601116502, 40.068188331784903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2684, "tnode_": 2694, "lpoly_": null, "rpoly_": null, "length": 71.82795616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3211, "l_t_add": 3211, "r_f_add": 0, "r_t_add": 0, "st_code": 43340, "l_hundred": 3200, "r_hundred": 0, "seg_id": 980475, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39550, "Shape__Length": 28.611143582495224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010529601116502, 40.068188331784903 ], [ -75.010326519531503, 40.068067775923602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 808, "tnode_": 852, "lpoly_": null, "rpoly_": null, "length": 333.75259053000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 877, "l_t_add": 895, "r_f_add": 822, "r_t_add": 870, "st_code": 64840, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE HILL RD", "stname": "PINE HILL RD", "objectid": 39551, "Shape__Length": 133.32399279356301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043589564905602, 40.101891169802101 ], [ -75.043408272729707, 40.100985622115701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2585, "tnode_": 2633, "lpoly_": null, "rpoly_": null, "length": 899.36756677999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "S", "st_name": "HEREFORD", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 42045, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980476, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "S HEREFORD LN", "stname": "S HEREFORD LN", "objectid": 39552, "Shape__Length": 358.30554576889728 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984477223413805, 40.068371962994199 ], [ -74.984719139229696, 40.068139208468502 ], [ -74.9849609141298, 40.067952620784503 ], [ -74.985253861012893, 40.0677872540656 ], [ -74.985574522358803, 40.067660035100303 ], [ -74.986197051290503, 40.067467611717198 ], [ -74.986360016864595, 40.067459037197096 ], [ -74.986479014312707, 40.067491884912599 ], [ -74.986580240280603, 40.067561785895698 ], [ -74.986647551573299, 40.067665855108402 ], [ -74.986833437601504, 40.068031102637804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2684, "tnode_": 2694, "lpoly_": null, "rpoly_": null, "length": 345.82953371000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3204, "r_t_add": 3212, "st_code": 43340, "l_hundred": 0, "r_hundred": 3200, "seg_id": 980477, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2006-02-10T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39553, "Shape__Length": 137.87275385296181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010529601116502, 40.068188331784903 ], [ -75.010785598981101, 40.067915938842503 ], [ -75.010805297865701, 40.067870938274197 ], [ -75.010804421871597, 40.067830714824403 ], [ -75.010755733645894, 40.067790140920899 ], [ -75.010676076642696, 40.067771524601099 ], [ -75.010625945716598, 40.067783924673599 ], [ -75.010586055201102, 40.067810737119601 ], [ -75.010326519531503, 40.068067775923602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2694, "tnode_": 2753, "lpoly_": null, "rpoly_": null, "length": 303.80519254000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3213, "l_t_add": 3221, "r_f_add": 3214, "r_t_add": 3218, "st_code": 43340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980478, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39554, "Shape__Length": 121.04485644267105 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010326519531503, 40.068067775923602 ], [ -75.009637670542602, 40.067681771262002 ], [ -75.009578234755594, 40.067630131410901 ], [ -75.009534995427103, 40.067525280065901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2753, "tnode_": 2778, "lpoly_": null, "rpoly_": null, "length": 216.6957574, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3223, "l_t_add": 3299, "r_f_add": 3220, "r_t_add": 3298, "st_code": 43340, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980480, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39555, "Shape__Length": 86.214356458012546 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009534995427103, 40.067525280065901 ], [ -75.008791340442698, 40.067359738170303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2784, "tnode_": 2642, "lpoly_": null, "rpoly_": null, "length": 540.82620061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9368, "l_t_add": 9398, "r_f_add": 9385, "r_t_add": 9399, "st_code": 12720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 980481, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 39556, "Shape__Length": 215.60823953845318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012340830116301, 40.067406807052599 ], [ -75.011383933822202, 40.068429466843398 ], [ -75.011340366566401, 40.068460925187601 ], [ -75.011242542737307, 40.068502906845502 ], [ -75.011121940674201, 40.0685120668496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2778, "tnode_": 2807, "lpoly_": null, "rpoly_": null, "length": 312.64023514999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLYOKE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 43340, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980482, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLYOKE RD", "stname": "HOLYOKE RD", "objectid": 39557, "Shape__Length": 124.38928992653813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008791340442698, 40.067359738170303 ], [ -75.007721908539693, 40.067111855146102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2825, "tnode_": 2434, "lpoly_": null, "rpoly_": null, "length": 1150.4624906899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10600, "l_t_add": 10718, "r_f_add": 10601, "r_t_add": 10799, "st_code": 48020, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 980483, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 39558, "Shape__Length": 459.32774045274812 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982304059171298, 40.0664297791552 ], [ -74.981953079616204, 40.067572057638699 ], [ -74.981830900803899, 40.067979378965497 ], [ -74.981729069783199, 40.068420584903002 ], [ -74.981650699132302, 40.068819420960999 ], [ -74.981566630652907, 40.069531528493499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2789, "tnode_": 2825, "lpoly_": null, "rpoly_": null, "length": 225.0846378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARENDON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3745, "l_t_add": 3799, "r_f_add": 3750, "r_t_add": 3798, "st_code": 23380, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980484, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARENDON AVE", "stname": "CLARENDON AVE", "objectid": 39559, "Shape__Length": 89.611796315056225 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982995971601696, 40.066718817307297 ], [ -74.9828519794697, 40.066612570275801 ], [ -74.982684205929502, 40.066520672901603 ], [ -74.9824957525081, 40.066468545938498 ], [ -74.982304059171298, 40.0664297791552 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2833, "tnode_": 2753, "lpoly_": null, "rpoly_": null, "length": 320.69718064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3217, "l_t_add": 3299, "r_f_add": 3216, "r_t_add": 3298, "st_code": 19220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKDALE RD", "stname": "BROOKDALE RD", "objectid": 39560, "Shape__Length": 127.73889192569669 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010440167038894, 40.066998431008003 ], [ -75.010183948950896, 40.067103950660901 ], [ -75.009998873018006, 40.067211798762003 ], [ -75.009840089835293, 40.067335043757197 ], [ -75.009728475607901, 40.067432826770201 ], [ -75.009534995427103, 40.067525280065901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2850, "tnode_": 2833, "lpoly_": null, "rpoly_": null, "length": 222.64720783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3211, "l_t_add": 3215, "r_f_add": 3210, "r_t_add": 3214, "st_code": 19220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKDALE RD", "stname": "BROOKDALE RD", "objectid": 39561, "Shape__Length": 88.563285645962168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011225485615896, 40.066943640714797 ], [ -75.011071376547704, 40.066933081507699 ], [ -75.0109023558514, 40.066929052527399 ], [ -75.010690005789897, 40.066950578806598 ], [ -75.010440167038894, 40.066998431008003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2784, "tnode_": 2850, "lpoly_": null, "rpoly_": null, "length": 357.91338292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3201, "l_t_add": 3209, "r_f_add": 3200, "r_t_add": 3208, "st_code": 19220, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 980487, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKDALE RD", "stname": "BROOKDALE RD", "objectid": 39562, "Shape__Length": 142.48764294167489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012340830116301, 40.067406807052599 ], [ -75.012043099482298, 40.0672457546098 ], [ -75.011734179434896, 40.067087727180599 ], [ -75.011464895947697, 40.066995636954999 ], [ -75.011225485615896, 40.066943640714797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2864, "tnode_": 2784, "lpoly_": null, "rpoly_": null, "length": 246.64771573, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNAPOLIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9362, "l_t_add": 9366, "r_f_add": 9355, "r_t_add": 9383, "st_code": 12720, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 980489, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANNAPOLIS RD", "stname": "ANNAPOLIS RD", "objectid": 39563, "Shape__Length": 98.357261088439117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0128527112509, 40.066855663249299 ], [ -75.012340830116301, 40.067406807052599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2865, "tnode_": 2776, "lpoly_": null, "rpoly_": null, "length": 384.14176129000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VALE", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 79595, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VALE LN", "stname": "VALE LN", "objectid": 39564, "Shape__Length": 153.07778591905827 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985789537407996, 40.066099717594 ], [ -74.985824601959095, 40.066215813065497 ], [ -74.985944471703306, 40.066446956852303 ], [ -74.985941116071302, 40.066529303071803 ], [ -74.985889584782797, 40.066578788139601 ], [ -74.985374205833196, 40.066737583810301 ], [ -74.985307734672404, 40.066748666098697 ], [ -74.985227781948694, 40.066741315206798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2776, "tnode_": 2875, "lpoly_": null, "rpoly_": null, "length": 299.01353195000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANER", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 27310, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980492, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANER LN", "stname": "DANER LN", "objectid": 39565, "Shape__Length": 119.3250665122451 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985227781948694, 40.066741315206798 ], [ -74.985203802335704, 40.066711673379899 ], [ -74.984812321349594, 40.065985582427899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2875, "tnode_": 2789, "lpoly_": null, "rpoly_": null, "length": 586.29840796999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9960, "l_t_add": 9998, "r_f_add": 9939, "r_t_add": 9999, "st_code": 25900, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980494, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39566, "Shape__Length": 233.41018809147801 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984812321349594, 40.065985582427899 ], [ -74.984562196635096, 40.066007901368003 ], [ -74.984273464366893, 40.066072811164602 ], [ -74.983899704790105, 40.066199079743001 ], [ -74.983580562675996, 40.066335115947602 ], [ -74.982995971601696, 40.066718817307297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2889, "tnode_": 2865, "lpoly_": null, "rpoly_": null, "length": 343.38594277, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9920, "l_t_add": 9930, "r_f_add": 9911, "r_t_add": 9911, "st_code": 25900, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980495, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39567, "Shape__Length": 136.60195464613403 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986984413108502, 40.065936470554199 ], [ -74.986735107231993, 40.066013679870601 ], [ -74.986502028352405, 40.066063025968901 ], [ -74.986242069767997, 40.066096930444601 ], [ -74.986002552364795, 40.066101736803503 ], [ -74.985789537407996, 40.066099717594 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2889, "tnode_": 2820, "lpoly_": null, "rpoly_": null, "length": 217.77578526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARNER", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 15950, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980496, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARNER PL", "stname": "BARNER PL", "objectid": 39568, "Shape__Length": 86.899029625962498 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986984413108502, 40.065936470554199 ], [ -74.987205451609498, 40.066284952422002 ], [ -74.9873063714289, 40.066480282964498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2906, "tnode_": 2828, "lpoly_": null, "rpoly_": null, "length": 270.40701944, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9448, "l_t_add": 9498, "r_f_add": 9447, "r_t_add": 9499, "st_code": 49960, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980499, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 39569, "Shape__Length": 107.82339529914677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005579202436607, 40.0663397186837 ], [ -75.005003058460204, 40.066935585570597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2884, "tnode_": 2906, "lpoly_": null, "rpoly_": null, "length": 406.00118469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 34240, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980500, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 39570, "Shape__Length": 161.65613547053209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006806537633096, 40.0666152502668 ], [ -75.006701792928098, 40.066695944514201 ], [ -75.006568071484693, 40.066738846556802 ], [ -75.006411616351201, 40.0667504749551 ], [ -75.006268640723704, 40.066725550895697 ], [ -75.006193963710203, 40.0666930379248 ], [ -75.005579202436607, 40.0663397186837 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2929, "tnode_": 2854, "lpoly_": null, "rpoly_": null, "length": 275.75645723999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9498, "r_f_add": 9401, "r_t_add": 9499, "st_code": 49520, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980502, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAVENDER ST", "stname": "LAVENDER ST", "objectid": 39571, "Shape__Length": 109.95708242632396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003490947107395, 40.066082592938699 ], [ -75.002905378748807, 40.0666913700314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2828, "tnode_": 2929, "lpoly_": null, "rpoly_": null, "length": 525.0408586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3438, "st_code": 65700, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980503, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 39572, "Shape__Length": 209.11448008266629 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005003058460204, 40.066935585570597 ], [ -75.003490947107395, 40.066082592938699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2906, "tnode_": 3106, "lpoly_": null, "rpoly_": null, "length": 1052.09875154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FITLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 34240, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980508, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FITLER ST", "stname": "FITLER ST", "objectid": 39573, "Shape__Length": 419.03175069178025 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005579202436607, 40.0663397186837 ], [ -75.0025573737896, 40.064621952788002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2929, "tnode_": 3041, "lpoly_": null, "rpoly_": null, "length": 530.45878044000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3501, "l_t_add": 3537, "r_f_add": 3440, "r_t_add": 3498, "st_code": 65700, "l_hundred": 3500, "r_hundred": 3400, "seg_id": 980509, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 39574, "Shape__Length": 211.2722060356484 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003490947107395, 40.066082592938699 ], [ -75.001966827558505, 40.065217068460697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2854, "tnode_": 3105, "lpoly_": null, "rpoly_": null, "length": 1350.1161389700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3401, "l_t_add": 3599, "r_f_add": 3400, "r_t_add": 3598, "st_code": 38120, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 980510, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39575, "Shape__Length": 537.72600998070925 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002905378748807, 40.0666913700314 ], [ -75.000204927419105, 40.0651600689811 ], [ -74.999025458137496, 40.064489237489298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3081, "tnode_": 3049, "lpoly_": null, "rpoly_": null, "length": 269.64717874000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9930, "l_t_add": 9998, "r_f_add": 9931, "r_t_add": 9999, "st_code": 34960, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980512, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 39576, "Shape__Length": 107.29523412913498 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983260681565596, 40.064425466091798 ], [ -74.9828264017181, 40.064557876019201 ], [ -74.982357208632195, 40.064681862694201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3125, "tnode_": 3081, "lpoly_": null, "rpoly_": null, "length": 284.65074390999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9910, "l_t_add": 9928, "r_f_add": 9911, "r_t_add": 9929, "st_code": 34960, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980513, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 39577, "Shape__Length": 113.29681139404732 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984174623515102, 40.0640846538044 ], [ -74.983735081964795, 40.064268715792899 ], [ -74.983260681565596, 40.064425466091798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3135, "tnode_": 3107, "lpoly_": null, "rpoly_": null, "length": 204.66815109000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9834, "l_t_add": 9866, "r_f_add": 9835, "r_t_add": 9867, "st_code": 19210, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOK LN", "stname": "BROOK LN", "objectid": 39578, "Shape__Length": 81.458535430693146 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989477229496899, 40.064049267544497 ], [ -74.988815567915097, 40.064288446390698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3135, "tnode_": 3336, "lpoly_": null, "rpoly_": null, "length": 741.41731, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONSTANCE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3999, "r_f_add": 3900, "r_t_add": 3998, "st_code": 24890, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980516, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONSTANCE RD", "stname": "CONSTANCE RD", "objectid": 39579, "Shape__Length": 295.74021479001351 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989477229496899, 40.064049267544497 ], [ -74.9894462200714, 40.063470754239901 ], [ -74.989426908164305, 40.0633904891043 ], [ -74.989366995371896, 40.063309247562103 ], [ -74.988336999249199, 40.062301615396997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3107, "tnode_": 3271, "lpoly_": null, "rpoly_": null, "length": 655.75742678999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTERET", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3901, "l_t_add": 3997, "r_f_add": 3900, "r_t_add": 3996, "st_code": 21710, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTERET DR", "stname": "CARTERET DR", "objectid": 39580, "Shape__Length": 261.48259708696611 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988815567915097, 40.064288446390698 ], [ -74.988730171192003, 40.064199519636901 ], [ -74.988345311790496, 40.063891881801602 ], [ -74.9875977547335, 40.062954458209603 ], [ -74.987457690928096, 40.062831368588398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3174, "tnode_": 3125, "lpoly_": null, "rpoly_": null, "length": 265.11119285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9902, "l_t_add": 9908, "r_f_add": 9901, "r_t_add": 9909, "st_code": 34960, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980518, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 39581, "Shape__Length": 105.57444336345684 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984952875879699, 40.063669842550098 ], [ -74.984174623515102, 40.0640846538044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3206, "tnode_": 3174, "lpoly_": null, "rpoly_": null, "length": 209.69215487000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9900, "l_t_add": 9900, "r_f_add": 9879, "r_t_add": 9899, "st_code": 34960, "l_hundred": 9900, "r_hundred": 9800, "seg_id": 980519, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2005-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKFORD AVE", "stname": "FRANKFORD AVE", "objectid": 39582, "Shape__Length": 83.496434560305161 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985579684978404, 40.063354564814297 ], [ -74.984952875879699, 40.063669842550098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3174, "tnode_": 3125, "lpoly_": null, "rpoly_": null, "length": 728.79078931000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9901, "l_t_add": 9999, "r_f_add": 9900, "r_t_add": 9998, "st_code": 51710, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980521, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-08-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORRY PL", "stname": "LORRY PL", "objectid": 39583, "Shape__Length": 290.51732878059465 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984952875879699, 40.063669842550098 ], [ -74.984773780485497, 40.063443721084802 ], [ -74.984668215459706, 40.063379508639002 ], [ -74.984150186778194, 40.063160573486797 ], [ -74.984077629462703, 40.063142739175198 ], [ -74.984014001600798, 40.0631626582799 ], [ -74.983946231692201, 40.063198566206999 ], [ -74.983835315190206, 40.063265611596201 ], [ -74.983787808079398, 40.063318095831697 ], [ -74.983801307312604, 40.063414950466402 ], [ -74.983844980997901, 40.063542026211003 ], [ -74.983911531863001, 40.063707192987302 ], [ -74.984002487136806, 40.063872947212502 ], [ -74.984174623515102, 40.0640846538044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1173, "tnode_": 1320, "lpoly_": null, "rpoly_": null, "length": 2522.2502765499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980524, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39584, "Shape__Length": 1005.5026939433976 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978691252431801, 40.092828666256501 ], [ -74.978560351017094, 40.092693817318398 ], [ -74.978088569122207, 40.092285753317299 ], [ -74.976801963387899, 40.091212076992001 ], [ -74.975124924604799, 40.089944721359103 ], [ -74.974490896398606, 40.089487946828903 ], [ -74.972683127524903, 40.088194703940999 ], [ -74.972307587883407, 40.087949438678102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1320, "tnode_": 1391, "lpoly_": null, "rpoly_": null, "length": 1676.9662661300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980525, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39585, "Shape__Length": 668.71596735079879 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972307587883407, 40.087949438678102 ], [ -74.971448338968898, 40.0873042949625 ], [ -74.971349170851397, 40.087232607053899 ], [ -74.970391276958097, 40.086400157706898 ], [ -74.969577017627799, 40.085586165669902 ], [ -74.968453602408701, 40.084435300747799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1294, "tnode_": 1320, "lpoly_": null, "rpoly_": null, "length": 794.44317543, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980526, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39586, "Shape__Length": 316.76799770543306 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974207033023205, 40.089569723074902 ], [ -74.974067544043393, 40.089437816788397 ], [ -74.973524874728199, 40.088970771275598 ], [ -74.972825110093297, 40.088375220164899 ], [ -74.972607901026194, 40.088207851184499 ], [ -74.972307587883407, 40.087949438678102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1568, "tnode_": 1601, "lpoly_": null, "rpoly_": null, "length": 329.95039427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 21330, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 980527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY PL", "stname": "CAREY PL", "objectid": 39587, "Shape__Length": 131.66420456328393 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984565855401996, 40.0810576197918 ], [ -74.984775675774102, 40.080497334414702 ], [ -74.984839550757798, 40.0803300933119 ], [ -74.985026522263396, 40.080367650062797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1787, "tnode_": 1809, "lpoly_": null, "rpoly_": null, "length": 369.54283031, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORRELL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3233, "l_t_add": 3259, "r_f_add": 0, "r_t_add": 0, "st_code": 57050, "l_hundred": 3200, "r_hundred": 0, "seg_id": 980528, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORRELL AVE", "stname": "MORRELL AVE", "objectid": 39588, "Shape__Length": 147.35510844792717 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996506356625602, 40.0777321330795 ], [ -74.996182527869294, 40.077971468899499 ], [ -74.996133088354, 40.077988364949597 ], [ -74.996090364260496, 40.077964094621599 ], [ -74.995866449303605, 40.077765012663299 ], [ -74.995852119837195, 40.077745297289297 ], [ -74.995864924700598, 40.0777197751705 ], [ -74.995960857642501, 40.0775929301305 ], [ -74.995974972983106, 40.077466275192897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1559, "tnode_": 1568, "lpoly_": null, "rpoly_": null, "length": 152.95708698, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3535, "l_t_add": 3535, "r_f_add": 3534, "r_t_add": 3538, "st_code": 21334, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 980529, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAREY RD", "stname": "CAREY RD", "objectid": 39589, "Shape__Length": 60.903366443729219 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985046158333205, 40.081254413685699 ], [ -74.984934131188396, 40.081193971805703 ], [ -74.984771953315402, 40.081122433062902 ], [ -74.984565855401996, 40.0810576197918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3226, "tnode_": 3049, "lpoly_": null, "rpoly_": null, "length": 556.07896906999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEGERMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10099, "st_code": 41580, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 980530, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEGERMAN ST", "stname": "HEGERMAN ST", "objectid": 39590, "Shape__Length": 221.9880786122624 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981896665333494, 40.063196942531398 ], [ -74.982357208632195, 40.064681862694201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1410, "tnode_": 1311, "lpoly_": null, "rpoly_": null, "length": 1153.6108906099998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 35005, "l_hundred": 400, "r_hundred": 400, "seg_id": 980532, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39591, "Shape__Length": 460.750826864023 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964461685192106, 40.084727710442998 ], [ -74.964419732640096, 40.085297087481997 ], [ -74.964498698082195, 40.085895528870701 ], [ -74.964620507718394, 40.086560228115303 ], [ -74.964664992200596, 40.086888998498502 ], [ -74.964656772660703, 40.087240352978398 ], [ -74.964609698104596, 40.087579630397897 ], [ -74.964542660853397, 40.087875778939399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27642, "tnode_": 1036, "lpoly_": null, "rpoly_": null, "length": 1214.7281261800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 35005, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 980533, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39592, "Shape__Length": 484.72358612910904 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.958305591304807, 40.091734270986699 ], [ -74.958036363693196, 40.092117070189097 ], [ -74.957845844291597, 40.092399446552598 ], [ -74.957675138471203, 40.092751356033098 ], [ -74.957527848418806, 40.093146407237398 ], [ -74.957523488680096, 40.093374641848598 ], [ -74.957585050032506, 40.093592867523398 ], [ -74.957727318181995, 40.093809183541097 ], [ -74.957902658031998, 40.093956638765199 ], [ -74.958370721046606, 40.094215698876901 ], [ -74.958771711043596, 40.094555110810099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1308, "tnode_": 1210, "lpoly_": null, "rpoly_": null, "length": 1033.05051686, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 194, "r_f_add": 101, "r_t_add": 195, "st_code": 35003, "l_hundred": 100, "r_hundred": 100, "seg_id": 980534, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS BLVD", "stname": "FRANKLIN MILLS BLVD", "objectid": 39593, "Shape__Length": 412.42836870177723 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965806915225997, 40.087996951689703 ], [ -74.965732973751599, 40.088201024146102 ], [ -74.965672513940206, 40.088358525014897 ], [ -74.965535551513298, 40.088571194270003 ], [ -74.965128250609197, 40.089176455666298 ], [ -74.964856301179907, 40.0895534585337 ], [ -74.964767025164704, 40.089755186442098 ], [ -74.9647267685949, 40.089968469876197 ], [ -74.964715041315102, 40.090144431057297 ], [ -74.9647576354254, 40.090421925857903 ], [ -74.964829841243102, 40.0906410493916 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1408, "tnode_": 1308, "lpoly_": null, "rpoly_": null, "length": 1171.54467492, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 50, "l_t_add": 98, "r_f_add": 51, "r_t_add": 99, "st_code": 35003, "l_hundred": 0, "r_hundred": 0, "seg_id": 980535, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS BLVD", "stname": "FRANKLIN MILLS BLVD", "objectid": 39594, "Shape__Length": 467.90291923131588 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965427162552302, 40.084810007915102 ], [ -74.965406919179799, 40.084965422013497 ], [ -74.965402056783304, 40.085193386501601 ], [ -74.965416023856505, 40.0854010716875 ], [ -74.965460319058707, 40.085637138349 ], [ -74.9655966519028, 40.086151897362001 ], [ -74.965736489041305, 40.086690931234898 ], [ -74.965826035562301, 40.087249482161603 ], [ -74.965816838739698, 40.087802184622603 ], [ -74.965806915225997, 40.087996951689703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2865, "tnode_": 2875, "lpoly_": null, "rpoly_": null, "length": 277.72528716, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESTMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9932, "l_t_add": 9958, "r_f_add": 9913, "r_t_add": 9937, "st_code": 25900, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 980537, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESTMONT AVE", "stname": "CRESTMONT AVE", "objectid": 39595, "Shape__Length": 110.47251581834587 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985789537407996, 40.066099717594 ], [ -74.984981460396497, 40.065979947315 ], [ -74.984812321349594, 40.065985582427899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1434, "tnode_": 1504, "lpoly_": null, "rpoly_": null, "length": 991.4474726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 4100, "r_t_add": 4200, "st_code": 84460, "l_hundred": 0, "r_hundred": 4100, "seg_id": 980538, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39596, "Shape__Length": 395.49172270735102 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969015256155402, 40.084375196180403 ], [ -74.967021964486705, 40.0821250828647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1366, "tnode_": 1434, "lpoly_": null, "rpoly_": null, "length": 1185.2764875600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980539, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39597, "Shape__Length": 472.82886228290903 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971387796209598, 40.087063762838497 ], [ -74.971219105937394, 40.086877509724502 ], [ -74.970773993912402, 40.086475202512602 ], [ -74.970546624701299, 40.086244642943598 ], [ -74.970098111021201, 40.085729719436301 ], [ -74.969245337434003, 40.084697853860703 ], [ -74.969015256155402, 40.084375196180403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1391, "tnode_": 1612, "lpoly_": null, "rpoly_": null, "length": 2106.0774159000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980540, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39598, "Shape__Length": 840.48364052567888 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968453602408701, 40.084435300747799 ], [ -74.967146212976502, 40.082943204358898 ], [ -74.9664166556136, 40.082022890122602 ], [ -74.966212968562303, 40.081718020127703 ], [ -74.966029092629896, 40.081404261163001 ], [ -74.965869227897898, 40.081062964646399 ], [ -74.965311593015102, 40.079485281481901 ], [ -74.965202385709603, 40.079280752505703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1391, "tnode_": 1435, "lpoly_": null, "rpoly_": null, "length": 798.51316858999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 980541, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-07-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39599, "Shape__Length": 318.60572165456296 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968453602408701, 40.084435300747799 ], [ -74.969401352325207, 40.085636676818801 ], [ -74.969747007070893, 40.086082889081197 ], [ -74.969918583665503, 40.086316314229698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1435, "tnode_": 1489, "lpoly_": null, "rpoly_": null, "length": 1741.15478575, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4101, "l_t_add": 4299, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 4100, "r_hundred": 0, "seg_id": 980542, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2008-04-07T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39600, "Shape__Length": 694.37146139647155 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969918583665503, 40.086316314229698 ], [ -74.969164283442396, 40.085536635081603 ], [ -74.968021114684404, 40.084222364038901 ], [ -74.967369010975304, 40.083497596112402 ], [ -74.9665177803586, 40.0828707284752 ], [ -74.966077477180605, 40.082587951741701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2728, "tnode_": 2764, "lpoly_": null, "rpoly_": null, "length": 225.20945884999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCROSS", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 2823, "l_t_add": 2899, "r_f_add": 2828, "r_t_add": 2898, "st_code": 60025, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 980544, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCROSS LN", "stname": "NORCROSS LN", "objectid": 39601, "Shape__Length": 89.6991695552735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015931326686001, 40.067938978497502 ], [ -75.015895268275699, 40.067922563762998 ], [ -75.015283622514403, 40.067572435648401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2764, "tnode_": 2690, "lpoly_": null, "rpoly_": null, "length": 258.81283831999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODBRIDGE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9456, "l_t_add": 9498, "r_f_add": 9477, "r_t_add": 9499, "st_code": 84370, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980545, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODBRIDGE RD", "stname": "WOODBRIDGE RD", "objectid": 39602, "Shape__Length": 103.28915437953859 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015283622514403, 40.067572435648401 ], [ -75.0149941347686, 40.0680604256235 ], [ -75.014964140058595, 40.068147838772397 ], [ -75.014946052254402, 40.068230463270801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3107, "tnode_": 3071, "lpoly_": null, "rpoly_": null, "length": 227.68414964, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOK", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9868, "l_t_add": 9898, "r_f_add": 9869, "r_t_add": 9899, "st_code": 19210, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980546, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOK LN", "stname": "BROOK LN", "objectid": 39603, "Shape__Length": 90.659842643855754 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988815567915097, 40.064288446390698 ], [ -74.988609909188497, 40.064380520019398 ], [ -74.988438898530902, 40.0644770303117 ], [ -74.988235178007798, 40.064600509704398 ], [ -74.988194152882002, 40.064609932733603 ], [ -74.988134070210805, 40.064617839810801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1494, "tnode_": 1410, "lpoly_": null, "rpoly_": null, "length": 842.76165199000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 201, "l_t_add": 399, "r_f_add": 200, "r_t_add": 398, "st_code": 35005, "l_hundred": 200, "r_hundred": 200, "seg_id": 980547, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39604, "Shape__Length": 336.57480133552485 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964773054757501, 40.082436608587102 ], [ -74.964730069619904, 40.082623009047502 ], [ -74.964702556022601, 40.082887631770902 ], [ -74.964741343777206, 40.083361619025702 ], [ -74.964708755038302, 40.083648493304302 ], [ -74.964634655309098, 40.0839469865113 ], [ -74.964461685192106, 40.084727710442998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1494, "tnode_": 1645, "lpoly_": null, "rpoly_": null, "length": 1539.3021355600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4499, "r_f_add": 4300, "r_t_add": 4498, "st_code": 20160, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980548, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 39605, "Shape__Length": 614.04263439247893 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964773054757501, 40.082436608587102 ], [ -74.964810215873499, 40.082337794572702 ], [ -74.965037149128904, 40.081380228501999 ], [ -74.965023089241697, 40.081165482813802 ], [ -74.964948018786103, 40.080987921914499 ], [ -74.964803516282103, 40.080829767052499 ], [ -74.964592610799102, 40.080617279937499 ], [ -74.962871515394895, 40.079151449691103 ], [ -74.962613810887902, 40.078979580355501 ], [ -74.962569252057307, 40.078941594314003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1489, "tnode_": 1408, "lpoly_": null, "rpoly_": null, "length": 833.7655724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2, "l_t_add": 48, "r_f_add": 1, "r_t_add": 49, "st_code": 35003, "l_hundred": 0, "r_hundred": 0, "seg_id": 980549, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2005-11-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS BLVD", "stname": "FRANKLIN MILLS BLVD", "objectid": 39606, "Shape__Length": 332.93269455422632 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966077477180605, 40.082587951741701 ], [ -74.966107093540899, 40.082705021962902 ], [ -74.966049717597798, 40.082897155590302 ], [ -74.965859993136803, 40.083573350102 ], [ -74.965696891579, 40.084039385108802 ], [ -74.965550246626805, 40.084433248000103 ], [ -74.965427162552302, 40.084810007915102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3081, "tnode_": 3246, "lpoly_": null, "rpoly_": null, "length": 541.24862816999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LYMAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 4001, "l_t_add": 4099, "r_f_add": 4000, "r_t_add": 4098, "st_code": 52150, "l_hundred": 4000, "r_hundred": 4000, "seg_id": 980550, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-11-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LYMAN DR", "stname": "LYMAN DR", "objectid": 39607, "Shape__Length": 216.05388020234108 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983260681565596, 40.064425466091798 ], [ -74.983174427583506, 40.064239128729099 ], [ -74.983087725347701, 40.064054706978297 ], [ -74.982759981544604, 40.062992208826302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1786, "tnode_": 1748, "lpoly_": null, "rpoly_": null, "length": 464.16202597999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KILBURN", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 47630, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 980551, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KILBURN RD", "stname": "KILBURN RD", "objectid": 39608, "Shape__Length": 184.8158024235556 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994443854414399, 40.077680205729699 ], [ -74.993999733693599, 40.077604434273702 ], [ -74.993885031969498, 40.0776016835147 ], [ -74.993779662424203, 40.077612842723099 ], [ -74.9937093336723, 40.077638528520701 ], [ -74.993125015752, 40.077939293405997 ], [ -74.993065564246706, 40.077989570299003 ], [ -74.993014430316293, 40.078066938069497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1869, "tnode_": 1799, "lpoly_": null, "rpoly_": null, "length": 458.81310858000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAYLAND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 67510, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 980553, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAYLAND RD", "stname": "RAYLAND RD", "objectid": 39609, "Shape__Length": 182.88458079372509 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984687812113805, 40.0764272923116 ], [ -74.984732167660795, 40.076470058312502 ], [ -74.984865436489301, 40.076542284052998 ], [ -74.985191509409901, 40.076719335295998 ], [ -74.985397611590699, 40.076853424602902 ], [ -74.985556844277795, 40.076999743496302 ], [ -74.985689746830303, 40.077152109322903 ], [ -74.985808393825707, 40.077320157569197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1510, "tnode_": 1488, "lpoly_": null, "rpoly_": null, "length": 233.34356519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KESWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11098, "r_f_add": 11001, "r_t_add": 11099, "st_code": 47590, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980554, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KESWICK RD", "stname": "KESWICK RD", "objectid": 39610, "Shape__Length": 93.194845140759583 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983907503030196, 40.082339744867703 ], [ -74.983889878289403, 40.082420114871702 ], [ -74.983913977666305, 40.082978860037599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1383, "tnode_": 1356, "lpoly_": null, "rpoly_": null, "length": 447.89176104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11930, "l_t_add": 11998, "r_f_add": 11925, "r_t_add": 11999, "st_code": 33630, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 980555, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARWELL RD", "stname": "FARWELL RD", "objectid": 39611, "Shape__Length": 178.52226431336203 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978995195182804, 40.085991455013101 ], [ -74.977827501584997, 40.086832452892899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1293, "tnode_": 1280, "lpoly_": null, "rpoly_": null, "length": 268.50813178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TEMPLETON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12018, "r_f_add": 12005, "r_t_add": 12037, "st_code": 76900, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980556, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TEMPLETON DR", "stname": "TEMPLETON DR", "objectid": 39612, "Shape__Length": 107.0255712294835 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978702690676599, 40.088953187478999 ], [ -74.977999945000093, 40.089455145617201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1292, "tnode_": 1280, "lpoly_": null, "rpoly_": null, "length": 245.87372958, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEDLA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 59150, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 980557, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEDLA RD", "stname": "NEDLA RD", "objectid": 39613, "Shape__Length": 98.041333334960413 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977417989716002, 40.088949408789503 ], [ -74.977999945000093, 40.089455145617201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1666, "tnode_": 1716, "lpoly_": null, "rpoly_": null, "length": 612.2257744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DRAKE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11100, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 29110, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 980558, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DRAKE DR", "stname": "DRAKE DR", "objectid": 39614, "Shape__Length": 244.08031611193596 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975249961017198, 40.078858085885102 ], [ -74.975338577008998, 40.078754396525397 ], [ -74.975856469285901, 40.077997347439798 ], [ -74.975935734629005, 40.077913414073997 ], [ -74.976015228941307, 40.077921464702698 ], [ -74.9766359621118, 40.078166433413799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1530, "tnode_": 1572, "lpoly_": null, "rpoly_": null, "length": 153.3232546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4341, "r_f_add": 4300, "r_t_add": 4340, "st_code": 82960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980559, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39615, "Shape__Length": 61.183217446194533 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967881803082093, 40.081564171609003 ], [ -74.967626113345602, 40.0811919192668 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1572, "tnode_": 1580, "lpoly_": null, "rpoly_": null, "length": 324.27678463000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4343, "l_t_add": 4399, "r_f_add": 4342, "r_t_add": 4398, "st_code": 82960, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980560, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WHITING RD", "stname": "WHITING RD", "objectid": 39616, "Shape__Length": 129.38720889776292 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967626113345602, 40.0811919192668 ], [ -74.967109010308704, 40.080520175338997 ], [ -74.967055785576207, 40.0804182943683 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1572, "tnode_": 1562, "lpoly_": null, "rpoly_": null, "length": 213.48332726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARRELL", "st_type": "CT", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 33570, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 980561, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2004-03-12T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARRELL CT", "stname": "FARRELL CT", "objectid": 39617, "Shape__Length": 85.047089961693786 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967626113345602, 40.0811919192668 ], [ -74.967384435979895, 40.081310088096103 ], [ -74.967207583669406, 40.0814361471053 ], [ -74.967014901393398, 40.081539715621297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2762, "tnode_": 2828, "lpoly_": null, "rpoly_": null, "length": 683.5374155400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIMROSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 65700, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980562, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIMROSE RD", "stname": "PRIMROSE RD", "objectid": 39618, "Shape__Length": 272.08530800624317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007175564872497, 40.067466830711098 ], [ -75.007008280691693, 40.067523737466402 ], [ -75.006834849163099, 40.067559544864501 ], [ -75.006589989558606, 40.067581356195198 ], [ -75.0063546106839, 40.0675665174683 ], [ -75.006081013648398, 40.067507743570303 ], [ -75.005848741380007, 40.067416154424002 ], [ -75.005003058460204, 40.066935585570597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2807, "tnode_": 2762, "lpoly_": null, "rpoly_": null, "length": 201.70653692000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANSFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9456, "l_t_add": 9498, "r_f_add": 9455, "r_t_add": 9499, "st_code": 49060, "l_hundred": 9400, "r_hundred": 9400, "seg_id": 980563, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANSFORD ST", "stname": "LANSFORD ST", "objectid": 39619, "Shape__Length": 80.359105756693765 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007721908539693, 40.067111855146102 ], [ -75.007588341712093, 40.067224142823001 ], [ -75.007468740370498, 40.067313476671998 ], [ -75.007325165535093, 40.067402237283702 ], [ -75.007175564872497, 40.067466830711098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1580, "tnode_": 1639, "lpoly_": null, "rpoly_": null, "length": 889.34243159000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERNIE DAVIS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4301, "l_t_add": 4499, "r_f_add": 4300, "r_t_add": 4498, "st_code": 32050, "l_hundred": 4300, "r_hundred": 4300, "seg_id": 980583, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-04-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERNIE DAVIS CIR", "stname": "ERNIE DAVIS CIR", "objectid": 39620, "Shape__Length": 354.84714607258724 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967055785576207, 40.0804182943683 ], [ -74.966910996940499, 40.080138086808397 ], [ -74.966824449300006, 40.079955384386999 ], [ -74.966698172443003, 40.079690446553798 ], [ -74.966549022194002, 40.079479054085503 ], [ -74.966395125540899, 40.079261178552798 ], [ -74.966334961399696, 40.079107706676197 ], [ -74.966274797530701, 40.078954234766698 ], [ -74.966247070997198, 40.078842709554301 ], [ -74.966254072000297, 40.0787676269222 ], [ -74.966300407455805, 40.078737600981697 ], [ -74.966354034849502, 40.078718876294097 ], [ -74.966443330883493, 40.078739099363602 ], [ -74.966549830928102, 40.078814089962002 ], [ -74.966649887064307, 40.078910507790098 ], [ -74.966749944656698, 40.0790069255589 ], [ -74.966873277791905, 40.0791162786293 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5115, "tnode_": 26902, "lpoly_": null, "rpoly_": null, "length": 657.9675151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9500, "l_t_add": 9558, "r_f_add": 9401, "r_t_add": 9443, "st_code": 74440, "l_hundred": 9500, "r_hundred": 9400, "seg_id": 980585, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2007-05-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 39621, "Shape__Length": 262.0260530591259 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988169100935295, 40.0497313632901 ], [ -74.986319857767199, 40.050846120995502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26905, "tnode_": 26904, "lpoly_": null, "rpoly_": null, "length": 40.58391612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9402, "l_t_add": 9414, "r_f_add": 9371, "r_t_add": 9379, "st_code": 74440, "l_hundred": 9400, "r_hundred": 9300, "seg_id": 980586, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-04-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 39622, "Shape__Length": 16.16110118531903 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990480871584097, 40.048327138283597 ], [ -74.990366236837602, 40.048395329924901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5394, "tnode_": 26905, "lpoly_": null, "rpoly_": null, "length": 140.61004264000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATE", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9400, "l_t_add": 9400, "r_f_add": 9361, "r_t_add": 9369, "st_code": 74440, "l_hundred": 9400, "r_hundred": 9300, "seg_id": 980587, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-01-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATE RD", "stname": "STATE RD", "objectid": 39623, "Shape__Length": 55.985556563453891 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990888360183604, 40.048101492098198 ], [ -74.990480871584097, 40.048327138283597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26902, "tnode_": 5115, "lpoly_": null, "rpoly_": null, "length": 3204.6767935500002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CONVENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 5000, "l_t_add": 5198, "r_f_add": 5001, "r_t_add": 5199, "st_code": 24905, "l_hundred": 5000, "r_hundred": 5000, "seg_id": 980588, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CONVENT LN", "stname": "CONVENT LN", "objectid": 39624, "Shape__Length": 1277.2904136995082 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986319857767199, 40.050846120995502 ], [ -74.984430082502399, 40.049156980715999 ], [ -74.984364971884801, 40.049091758072699 ], [ -74.984340174580694, 40.0490535459505 ], [ -74.984315966441599, 40.049000881348 ], [ -74.984300577911199, 40.048916601529697 ], [ -74.984267972217907, 40.048792845851601 ], [ -74.984237773862205, 40.048702421888699 ], [ -74.984176778474094, 40.048628618207303 ], [ -74.984093098784598, 40.048557160731903 ], [ -74.984012001905299, 40.0485147005055 ], [ -74.983960876130595, 40.048475854332501 ], [ -74.983930089074704, 40.048399883660899 ], [ -74.983894303575994, 40.048354173958899 ], [ -74.983866865263096, 40.048288411017502 ], [ -74.983846361118495, 40.048237281706399 ], [ -74.983855709957098, 40.048192658824803 ], [ -74.983860944164604, 40.048156616859004 ], [ -74.983888980543298, 40.048115337304097 ], [ -74.983932063546007, 40.048074420059699 ], [ -74.983993715030294, 40.048039736576797 ], [ -74.984202711946693, 40.0479000977151 ], [ -74.984276177749393, 40.047852678098501 ], [ -74.984335070526001, 40.047793333347698 ], [ -74.984417952767302, 40.0476072559212 ], [ -74.984470147834102, 40.047527496534897 ], [ -74.984567750561496, 40.047321716521303 ], [ -74.9846043982281, 40.047281893000203 ], [ -74.984685504127697, 40.0472317637388 ], [ -74.984863229711095, 40.047120305171497 ], [ -74.9850093351764, 40.047045699443302 ], [ -74.985116530888803, 40.047001984546 ], [ -74.985222786487199, 40.046981394474798 ], [ -74.985351371404903, 40.0469671283834 ], [ -74.985464324453403, 40.046966953500302 ], [ -74.985576922982702, 40.046975450868104 ], [ -74.985692106079696, 40.047012943627898 ], [ -74.985820920210401, 40.047085486047798 ], [ -74.986296852705905, 40.047509251115301 ], [ -74.987093242300404, 40.048199684564501 ], [ -74.987306915634903, 40.0484073638493 ], [ -74.987403878657304, 40.048522539192703 ], [ -74.987443015773906, 40.048578455445501 ], [ -74.987616964355695, 40.0487446703603 ], [ -74.987679140427502, 40.0487895672306 ], [ -74.987980852349196, 40.049054337193297 ], [ -74.988031038334398, 40.049116305538497 ], [ -74.988032563649895, 40.049171318146499 ], [ -74.988021961572997, 40.049429966977499 ], [ -74.988034824882206, 40.0495795903554 ], [ -74.988169100935295, 40.0497313632901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26904, "tnode_": 26906, "lpoly_": null, "rpoly_": null, "length": 1542.9079554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAIRE LANDING", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 1100, "l_t_add": 37198, "r_f_add": 1101, "r_t_add": 37199, "st_code": 27965, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 980589, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELAIRE LANDING RD", "stname": "DELAIRE LANDING RD", "objectid": 39625, "Shape__Length": 614.66190696148897 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990366236837602, 40.048395329924901 ], [ -74.9902499333393, 40.048293689727998 ], [ -74.990031936018198, 40.048074994004097 ], [ -74.989684423773397, 40.047722405748097 ], [ -74.989646442880598, 40.047694434934101 ], [ -74.989604674148595, 40.047711469691698 ], [ -74.989533105808107, 40.047739813970601 ], [ -74.989471980542206, 40.0477518745856 ], [ -74.989393451423794, 40.047759006177301 ], [ -74.989315594411593, 40.047749619284701 ], [ -74.988246667735098, 40.047629221961898 ], [ -74.988145850589802, 40.047607255708002 ], [ -74.988065247971804, 40.047569240806801 ], [ -74.987994965512897, 40.047517944457802 ], [ -74.987168938898805, 40.0466682984814 ], [ -74.987121253056401, 40.046590487775902 ], [ -74.987101351971901, 40.046502821770197 ], [ -74.987101966724595, 40.046439700525099 ], [ -74.987151503595399, 40.046183840734301 ], [ -74.987215960564299, 40.046089935509201 ], [ -74.987289240309593, 40.046019543165002 ], [ -74.987556496872102, 40.045856751000201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26905, "tnode_": 26906, "lpoly_": null, "rpoly_": null, "length": 1963.5770364499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAIRE LANDING", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 37200, "l_t_add": 73398, "r_f_add": 37201, "r_t_add": 73399, "st_code": 27965, "l_hundred": 37200, "r_hundred": 37200, "seg_id": 980590, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELAIRE LANDING RD", "stname": "DELAIRE LANDING RD", "objectid": 39626, "Shape__Length": 782.01730014941586 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990480871584097, 40.048327138283597 ], [ -74.990136904774701, 40.048002192185997 ], [ -74.9900405568048, 40.047923366839498 ], [ -74.989899483551497, 40.047773610650601 ], [ -74.989775727885899, 40.047641178016697 ], [ -74.989747023939202, 40.047591580173297 ], [ -74.989788266145297, 40.047548722549401 ], [ -74.990142455024994, 40.047333694203999 ], [ -74.990840767629393, 40.046921338276199 ], [ -74.990881872889801, 40.046881849688198 ], [ -74.9908997530341, 40.046819879383499 ], [ -74.990888779642006, 40.046756176204802 ], [ -74.990850085792005, 40.046692200054402 ], [ -74.990320436264994, 40.046150402701997 ], [ -74.990256790837293, 40.046118934779301 ], [ -74.990210713248203, 40.046081236320099 ], [ -74.989869522938406, 40.0457437129147 ], [ -74.989785069937398, 40.045691785197597 ], [ -74.989686832818606, 40.045659486620501 ], [ -74.989540492038401, 40.045639337121202 ], [ -74.988850942542697, 40.045566213122598 ], [ -74.988368137495897, 40.045518015193103 ], [ -74.988194905761006, 40.045520502844099 ], [ -74.9880326165908, 40.045573151773198 ], [ -74.987833029085706, 40.045691433933897 ], [ -74.987556496872102, 40.045856751000201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1494, "tnode_": 27640, "lpoly_": null, "rpoly_": null, "length": 2270.15127136, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 35005, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 980591, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "1998-11-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39627, "Shape__Length": 904.97724535594443 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964773054757501, 40.082436608587102 ], [ -74.964605442458094, 40.082415427940198 ], [ -74.964416080221994, 40.082352846298399 ], [ -74.964281394964104, 40.082289828935302 ], [ -74.964174570799599, 40.082216943286099 ], [ -74.964082758634504, 40.082112787437197 ], [ -74.963717387142196, 40.081650516196703 ], [ -74.963538838594204, 40.081482306415097 ], [ -74.963329675484999, 40.081369308907298 ], [ -74.963027624655197, 40.081286905386399 ], [ -74.962655362036799, 40.081277877523597 ], [ -74.962286504740007, 40.081334625668497 ], [ -74.961890729954803, 40.081451720569397 ], [ -74.961610713854398, 40.081576315524202 ], [ -74.961386004886805, 40.081692866206801 ], [ -74.961146583715006, 40.081870062209099 ], [ -74.960961893724402, 40.082053277834099 ], [ -74.960776044672599, 40.082264620032703 ], [ -74.960183411630894, 40.083083143490597 ], [ -74.959603611406607, 40.0839606321343 ], [ -74.959415692424898, 40.084296271326998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27640, "tnode_": 27641, "lpoly_": null, "rpoly_": null, "length": 1292.4643883600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1201, "l_t_add": 1599, "r_f_add": 1200, "r_t_add": 1598, "st_code": 35005, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 980592, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2009-01-16T00:00:00Z", "newsegdate": "1998-11-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39628, "Shape__Length": 516.17424519917233 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.959415692424898, 40.084296271326998 ], [ -74.959318351259299, 40.084657571777697 ], [ -74.959305425537295, 40.0849716510888 ], [ -74.959397461319597, 40.085555748556899 ], [ -74.959436183334901, 40.085950853093202 ], [ -74.959424415395901, 40.086236806411897 ], [ -74.9593674177395, 40.086582663436801 ], [ -74.959145677958702, 40.0872133986718 ], [ -74.958995368440696, 40.087794179720497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27641, "tnode_": 27642, "lpoly_": null, "rpoly_": null, "length": 1470.4297316699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1601, "l_t_add": 1799, "r_f_add": 1600, "r_t_add": 1798, "st_code": 35005, "l_hundred": 1600, "r_hundred": 1600, "seg_id": 980593, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": "1998-11-13T00:00:00Z", "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 39629, "Shape__Length": 587.23842791384868 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.958995368440696, 40.087794179720497 ], [ -74.958984044914899, 40.087837934879602 ], [ -74.958892251937201, 40.088245647195698 ], [ -74.958884886710706, 40.088745323410599 ], [ -74.958955659173995, 40.0892715269799 ], [ -74.958967178390907, 40.0899675121142 ], [ -74.958935274092198, 40.090319626221699 ], [ -74.958842890665906, 40.090660709530397 ], [ -74.958602785453905, 40.091231808233999 ], [ -74.958305591304807, 40.091734270986699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1645, "tnode_": 27929, "lpoly_": null, "rpoly_": null, "length": 92.70708793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 980594, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39630, "Shape__Length": 36.959850170680291 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962569252057307, 40.078941594314003 ], [ -74.962347846695394, 40.078752282312898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1764, "tnode_": 27932, "lpoly_": null, "rpoly_": null, "length": 60.86479773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 980595, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-10T00:00:00Z", "newsegdate": "1999-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39631, "Shape__Length": 24.303134705581829 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964910441815206, 40.077175503912699 ], [ -74.964865666531594, 40.077012002073602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1765, "tnode_": 27933, "lpoly_": null, "rpoly_": null, "length": 33.51096389, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 980596, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-10T00:00:00Z", "newsegdate": "1999-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39632, "Shape__Length": 13.37865135696666 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964801297822007, 40.077151002338198 ], [ -74.964766610485697, 40.0770629548541 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1771, "tnode_": 27934, "lpoly_": null, "rpoly_": null, "length": 11.911045, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 980597, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-10T00:00:00Z", "newsegdate": "1999-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39633, "Shape__Length": 4.7553544654748849 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964506298989093, 40.077084778050597 ], [ -74.964494313113306, 40.077053404093903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1777, "tnode_": 27935, "lpoly_": null, "rpoly_": null, "length": 37.69559714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 980598, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-10T00:00:00Z", "newsegdate": "1999-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 39634, "Shape__Length": 15.048030284886341 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964414777338703, 40.077064232742899 ], [ -74.964371147868704, 40.076966332292898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2640, "tnode_": 28135, "lpoly_": null, "rpoly_": null, "length": 395.25617792999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FORDHAM", "st_type": "RD", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 34640, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 980599, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-01-14T00:00:00Z", "newsegdate": "2000-06-07T00:00:00Z", "multi_rep": 0, "streetlabe": "FORDHAM RD", "stname": "FORDHAM RD", "objectid": 39635, "Shape__Length": 157.63325038260638 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989396310012907, 40.068014489438902 ], [ -74.989475102175703, 40.0679413884449 ], [ -74.9897376066655, 40.067654901278601 ], [ -74.990188812180705, 40.067117215331798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28619, "tnode_": 28620, "lpoly_": null, "rpoly_": null, "length": 180.24932874000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN SOUTH", "st_type": "DWY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1144, "l_hundred": 0, "r_hundred": 0, "seg_id": 980600, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-12T00:00:00Z", "newsegdate": "2003-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "RYAN SOUTH DWY", "stname": "RYAN SOUTH DWY", "objectid": 39636, "Shape__Length": 71.850570509439734 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9882361594847, 40.085106791662902 ], [ -74.987778456470906, 40.084758606635901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28621, "tnode_": 28622, "lpoly_": null, "rpoly_": null, "length": 141.03297836000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RYAN NORTH", "st_type": "DWY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1143, "l_hundred": 0, "r_hundred": 0, "seg_id": 980601, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-13T00:00:00Z", "newsegdate": "2003-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "RYAN NORTH DWY", "stname": "RYAN NORTH DWY", "objectid": 39637, "Shape__Length": 56.20134938475698 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986659153378099, 40.086523098841099 ], [ -74.986550593118494, 40.086470894096102 ], [ -74.986273884960596, 40.086275400806002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1454, "tnode_": 28619, "lpoly_": null, "rpoly_": null, "length": 662.473141, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11198, "r_f_add": 11001, "r_t_add": 11199, "st_code": 11200, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 980602, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-12T00:00:00Z", "newsegdate": "2003-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39638, "Shape__Length": 263.90728497912966 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990158457452793, 40.084061995360898 ], [ -74.989572655251607, 40.084323426197301 ], [ -74.9890808968632, 40.084547182569402 ], [ -74.988777487843606, 40.084713673258797 ], [ -74.988462148386802, 40.0849262174318 ], [ -74.9882361594847, 40.085106791662902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28619, "tnode_": 28621, "lpoly_": null, "rpoly_": null, "length": 681.09541378000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11200, "l_t_add": 11598, "r_f_add": 11201, "r_t_add": 11599, "st_code": 11200, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 980603, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-12T00:00:00Z", "newsegdate": "2003-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39639, "Shape__Length": 271.58671491692502 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9882361594847, 40.085106791662902 ], [ -74.987641055510494, 40.085582297216099 ], [ -74.987068587773194, 40.0860589819778 ], [ -74.986816802600401, 40.0863155294956 ], [ -74.986659153378099, 40.086523098841099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28621, "tnode_": 1264, "lpoly_": null, "rpoly_": null, "length": 1427.58708757, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 11200, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 980604, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-12T00:00:00Z", "newsegdate": "2003-02-12T00:00:00Z", "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 39640, "Shape__Length": 569.66917117513435 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986659153378099, 40.086523098841099 ], [ -74.986577726415504, 40.086630308899601 ], [ -74.986134098037596, 40.087276143517997 ], [ -74.985851340739202, 40.087690630205401 ], [ -74.985269978585507, 40.088733715773998 ], [ -74.985034967950199, 40.089110295119298 ], [ -74.984879154713994, 40.089312161239803 ], [ -74.984660548779004, 40.089538877194599 ], [ -74.984428978172701, 40.089746827888902 ], [ -74.984181796463503, 40.089915472823897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26532, "tnode_": 26543, "lpoly_": null, "rpoly_": null, "length": 361.04446422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANGELO", "st_type": "PL", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8100, "l_t_add": 8198, "r_f_add": 8101, "r_t_add": 8199, "st_code": 12650, "l_hundred": 8100, "r_hundred": 8100, "seg_id": 980605, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-08-21T00:00:00Z", "newsegdate": "2003-08-21T00:00:00Z", "multi_rep": 0, "streetlabe": "ANGELO PL", "stname": "ANGELO PL", "objectid": 39641, "Shape__Length": 143.57466003942778 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251933350479106, 39.901865311480698 ], [ -75.252227716735902, 39.902003313921398 ], [ -75.252761984289194, 39.901405554408001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2007, "tnode_": 1951, "lpoly_": null, "rpoly_": null, "length": 389.66982805000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 49960, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 980606, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-10-22T00:00:00Z", "newsegdate": "2003-10-22T00:00:00Z", "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 39642, "Shape__Length": 155.41433622171601 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999057343757698, 40.074805961645502 ], [ -74.998257937842098, 40.075681797858003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29513, "tnode_": 2064, "lpoly_": null, "rpoly_": null, "length": 373.81518140999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 11220, "l_hundred": 0, "r_hundred": 0, "seg_id": 980607, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-04-02T00:00:00Z", "newsegdate": "2009-04-02T00:00:00Z", "multi_rep": 0, "streetlabe": "ACE WAY", "stname": "ACE WAY", "objectid": 39643, "Shape__Length": 149.05491080729107 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010927362216805, 40.075969278832403 ], [ -75.010090778352406, 40.075169291029603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29805, "tnode_": 1661, "lpoly_": null, "rpoly_": null, "length": 272.35243451999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERPATH", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 4201, "l_t_add": 4235, "r_f_add": 4200, "r_t_add": 4234, "st_code": 27940, "l_hundred": 4200, "r_hundred": 4200, "seg_id": 980608, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2013-06-26T00:00:00Z", "multi_rep": 0, "streetlabe": "DEERPATH LN", "stname": "DEERPATH LN", "objectid": 39644, "Shape__Length": 108.68650126886988 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974019626370904, 40.079579149462802 ], [ -74.974013497881501, 40.079475173779798 ], [ -74.973964817493894, 40.079362915736397 ], [ -74.973616895571894, 40.0789107662372 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29805, "tnode_": 29804, "lpoly_": null, "rpoly_": null, "length": 54.9960508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHALFONT PLAYGROUND", "st_type": "WALK", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1999, "l_hundred": 0, "r_hundred": 0, "seg_id": 980609, "oneway": "B", "class": 12, "responsibl": "PRIVATE", "update_": "2013-06-27T00:00:00Z", "newsegdate": "2013-06-26T00:00:00Z", "multi_rep": 0, "streetlabe": "CHALFONT PLAYGROUND WALK", "stname": "CHALFONT PLAYGROUND WALK", "objectid": 39645, "Shape__Length": 21.885556632083926 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974019626370904, 40.079579149462802 ], [ -74.974207251576402, 40.079624084420701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2537, "tnode_": 29965, "lpoly_": null, "rpoly_": null, "length": 793.80514226000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3301, "l_t_add": 3349, "r_f_add": 3300, "r_t_add": 3348, "st_code": 38120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980611, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-06-05T00:00:00Z", "newsegdate": "2017-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39646, "Shape__Length": 316.1716795251877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007271779681005, 40.0691709368757 ], [ -75.004990906129507, 40.067875731104699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29965, "tnode_": 2854, "lpoly_": null, "rpoly_": null, "length": 725.84610477000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRANT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19114, "zip_right": 19114, "l_f_add": 3351, "l_t_add": 3399, "r_f_add": 3350, "r_t_add": 3398, "st_code": 38120, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 980612, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-06-05T00:00:00Z", "newsegdate": "2017-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "GRANT AVE", "stname": "GRANT AVE", "objectid": 39647, "Shape__Length": 289.09843202034477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004990906129507, 40.067875731104699 ], [ -75.002905378748807, 40.0666913700314 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30112, "tnode_": 2999, "lpoly_": null, "rpoly_": null, "length": 196.59935043, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3993, "l_t_add": 3999, "r_f_add": 3998, "r_t_add": 3998, "st_code": 67640, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980613, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "2023-08-01T10:34:38Z", "newsegdate": "2023-08-01T10:34:38Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39648, "Shape__Length": 78.43858998819843 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980977145383505, 40.065502069815601 ], [ -74.980931997486294, 40.065442489789802 ], [ -74.980769902919207, 40.065211621999303 ], [ -74.980693765009605, 40.0650926452874 ], [ -74.980663932426907, 40.065020345336002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2663, "tnode_": 30112, "lpoly_": null, "rpoly_": null, "length": 878.6756328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3951, "l_t_add": 3991, "r_f_add": 3996, "r_t_add": 3996, "st_code": 67640, "l_hundred": 3900, "r_hundred": 3900, "seg_id": 980614, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "2023-08-01T10:34:38Z", "newsegdate": "2023-08-01T10:34:38Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 39649, "Shape__Length": 350.56490193364669 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980166818977096, 40.067636134851703 ], [ -74.980095130625898, 40.067501581047601 ], [ -74.980071499050496, 40.067380208637204 ], [ -74.980089811335304, 40.067281811794999 ], [ -74.980142786699503, 40.067151304741003 ], [ -74.980234437371095, 40.067007087566303 ], [ -74.980321029821994, 40.066870069588902 ], [ -74.9804479409799, 40.066679113119903 ], [ -74.980612929346705, 40.066489073363101 ], [ -74.980776274376595, 40.0663392625599 ], [ -74.980999275630197, 40.066128656859497 ], [ -74.981115170059695, 40.065974041063001 ], [ -74.981154907752199, 40.065817590007697 ], [ -74.981112833273002, 40.065681131032498 ], [ -74.980977145383505, 40.065502069815601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 727, "tnode_": 686, "lpoly_": null, "rpoly_": null, "length": 490.09863825999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SPICE BUSH", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9398, "r_f_add": 9301, "r_t_add": 9399, "st_code": 73670, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 1060001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SPICE BUSH LN", "stname": "SPICE BUSH LN", "objectid": 39650, "Shape__Length": 195.34684876216937 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054734472791594, 40.103765632260902 ], [ -75.054713956649493, 40.103769275366503 ], [ -75.054674995979497, 40.103777019207499 ], [ -75.0546504676431, 40.103786337622303 ], [ -75.054512655364803, 40.103849890197999 ], [ -75.053872341747905, 40.104197235319099 ], [ -75.053538137685905, 40.104379852935402 ], [ -75.053515020810707, 40.104394150951499 ], [ -75.053499084812401, 40.104410965503902 ], [ -75.053473460712297, 40.104451125939399 ], [ -75.053451308634905, 40.104497777830403 ], [ -75.053441072846695, 40.104534892334499 ], [ -75.053435684363095, 40.104566668312103 ], [ -75.053444665750305, 40.104594749155297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 453, "tnode_": 445, "lpoly_": null, "rpoly_": null, "length": 192.92051255000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11006, "l_t_add": 11046, "r_f_add": 11009, "r_t_add": 11043, "st_code": 65780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060002, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39651, "Shape__Length": 76.966707885638328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021851868421507, 40.113144728589603 ], [ -75.021649794917806, 40.113426754545799 ], [ -75.021560315251506, 40.113497203977502 ], [ -75.021433524754102, 40.113546902445499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 467, "tnode_": 453, "lpoly_": null, "rpoly_": null, "length": 264.30374101000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11004, "r_f_add": 11001, "r_t_add": 11007, "st_code": 65780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39652, "Shape__Length": 105.50595167967415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022322042310293, 40.112515369490097 ], [ -75.021851868421507, 40.113144728589603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 445, "tnode_": 469, "lpoly_": null, "rpoly_": null, "length": 788.8422457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 827, "r_f_add": 800, "r_t_add": 818, "st_code": 28160, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060004, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELRAY ST", "stname": "DELRAY ST", "objectid": 39653, "Shape__Length": 314.37666374009132 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021433524754102, 40.113546902445499 ], [ -75.021289841981996, 40.113563357410399 ], [ -75.021164177365094, 40.113554327312698 ], [ -75.020954382825195, 40.1134828243557 ], [ -75.020725149153904, 40.113344588004701 ], [ -75.020422020073894, 40.113151738495603 ], [ -75.020005990116601, 40.112903163512001 ], [ -75.019139928311304, 40.112373737341599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 469, "tnode_": 476, "lpoly_": null, "rpoly_": null, "length": 257.08742243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 829, "l_t_add": 899, "r_f_add": 820, "r_t_add": 898, "st_code": 28160, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060005, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELRAY ST", "stname": "DELRAY ST", "objectid": 39654, "Shape__Length": 102.46715376590794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019139928311304, 40.112373737341599 ], [ -75.018406168743098, 40.111948695346797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 479, "tnode_": 467, "lpoly_": null, "rpoly_": null, "length": 268.85303279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10830, "l_t_add": 10898, "r_f_add": 10831, "r_t_add": 10899, "st_code": 65780, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39655, "Shape__Length": 107.335630150464 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022765369356094, 40.1118605217317 ], [ -75.022322042310293, 40.112515369490097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 485, "tnode_": 481, "lpoly_": null, "rpoly_": null, "length": 317.01302563999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDSAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11004, "r_f_add": 11001, "r_t_add": 11007, "st_code": 50960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060007, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDSAY ST", "stname": "LINDSAY ST", "objectid": 39656, "Shape__Length": 126.24530376563609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0211395593481, 40.111361294133502 ], [ -75.020095503120103, 40.111699956141301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 495, "tnode_": 479, "lpoly_": null, "rpoly_": null, "length": 414.54773966000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10810, "l_t_add": 10828, "r_f_add": 10811, "r_t_add": 10829, "st_code": 65780, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060008, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39657, "Shape__Length": 165.49449240144077 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023462646012106, 40.110856347286798 ], [ -75.022765369356094, 40.1118605217317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 497, "tnode_": 490, "lpoly_": null, "rpoly_": null, "length": 222.54057497, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11032, "l_t_add": 11098, "r_f_add": 11033, "r_t_add": 11099, "st_code": 74760, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060009, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39658, "Shape__Length": 88.795121049407015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017513928875402, 40.110521878527202 ], [ -75.017221108712306, 40.110722046573599 ], [ -75.017153306133906, 40.110796842711999 ], [ -75.017112602999404, 40.110872124341299 ], [ -75.017074768550003, 40.111006244550303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 484, "tnode_": 497, "lpoly_": null, "rpoly_": null, "length": 515.49234457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 64660, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERMONT ST", "stname": "PIERMONT ST", "objectid": 39659, "Shape__Length": 205.47166578494083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018962358718596, 40.111396884947503 ], [ -75.017513928875402, 40.110521878527202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 479, "tnode_": 500, "lpoly_": null, "rpoly_": null, "length": 582.93514003000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 34740, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 39660, "Shape__Length": 232.66227732077658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022765369356094, 40.1118605217317 ], [ -75.022453600369403, 40.111655718368198 ], [ -75.022308221257106, 40.111549459470901 ], [ -75.022126003211696, 40.111362064171303 ], [ -75.021849279319696, 40.110818900638499 ], [ -75.021730668659004, 40.110518429567001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 506, "tnode_": 495, "lpoly_": null, "rpoly_": null, "length": 256.14875211000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10806, "l_t_add": 10808, "r_f_add": 10807, "r_t_add": 10809, "st_code": 65780, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39661, "Shape__Length": 102.25933352479359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023889532705198, 40.1102342591184 ], [ -75.023462646012106, 40.110856347286798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 507, "tnode_": 497, "lpoly_": null, "rpoly_": null, "length": 251.98443181, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11026, "l_t_add": 11030, "r_f_add": 11027, "r_t_add": 11031, "st_code": 74760, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060013, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39662, "Shape__Length": 100.48647354704842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0181481850354, 40.1100306373664 ], [ -75.017513928875402, 40.110521878527202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 493, "tnode_": 507, "lpoly_": null, "rpoly_": null, "length": 573.96368298000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANIBEL", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 70920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANIBEL ST", "stname": "SANIBEL ST", "objectid": 39663, "Shape__Length": 228.8011327970363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019719936530606, 40.111035060590297 ], [ -75.019614100062299, 40.110920360740401 ], [ -75.0194084958068, 40.1108079148079 ], [ -75.0181481850354, 40.1100306373664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 841, "tnode_": 870, "lpoly_": null, "rpoly_": null, "length": 208.05068324000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 861, "l_t_add": 865, "r_f_add": 800, "r_t_add": 866, "st_code": 60980, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39664, "Shape__Length": 83.049742824876262 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045883386161606, 40.101306889687798 ], [ -75.045545641898102, 40.100798056787099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 509, "tnode_": 505, "lpoly_": null, "rpoly_": null, "length": 260.43355584, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORRAINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1007, "r_f_add": 1000, "r_t_add": 1006, "st_code": 51700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORRAINE ST", "stname": "LORRAINE ST", "objectid": 39665, "Shape__Length": 103.66079201795122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020769266737801, 40.110069857950201 ], [ -75.020071476440194, 40.110172902908701 ], [ -75.019851324276004, 40.110163139744301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 515, "tnode_": 507, "lpoly_": null, "rpoly_": null, "length": 244.33241733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11018, "l_t_add": 11024, "r_f_add": 11017, "r_t_add": 11025, "st_code": 74760, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060016, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39666, "Shape__Length": 97.427969531340807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018773357465605, 40.109562192766099 ], [ -75.0181481850354, 40.1100306373664 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 505, "tnode_": 515, "lpoly_": null, "rpoly_": null, "length": 373.84224495000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LORRAINE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1009, "l_t_add": 1099, "r_f_add": 1008, "r_t_add": 1098, "st_code": 51700, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060017, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LORRAINE ST", "stname": "LORRAINE ST", "objectid": 39667, "Shape__Length": 148.98817958348255 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019851324276004, 40.110163139744301 ], [ -75.019702761812098, 40.110110365847703 ], [ -75.0195927456829, 40.1100593505099 ], [ -75.018773357465605, 40.109562192766099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 529, "tnode_": 515, "lpoly_": null, "rpoly_": null, "length": 286.16960626999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11008, "l_t_add": 11016, "r_f_add": 11009, "r_t_add": 11015, "st_code": 74760, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060018, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39668, "Shape__Length": 114.11487777895435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019497383841298, 40.1090071657583 ], [ -75.018773357465605, 40.109562192766099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 529, "tnode_": 505, "lpoly_": null, "rpoly_": null, "length": 446.34403444999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1000, "l_t_add": 1098, "r_f_add": 1001, "r_t_add": 1099, "st_code": 15920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39669, "Shape__Length": 178.26607453679645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019497383841298, 40.1090071657583 ], [ -75.019643749497902, 40.109140899803201 ], [ -75.0197299570262, 40.109261265268302 ], [ -75.019788175314105, 40.109380966942801 ], [ -75.019846032931497, 40.109683517244498 ], [ -75.019851324276004, 40.110163139744301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 594, "tnode_": 612, "lpoly_": null, "rpoly_": null, "length": 300.55624643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMATT", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 107, "r_f_add": 100, "r_t_add": 114, "st_code": 12267, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMATT DR", "stname": "ALMATT DR", "objectid": 39670, "Shape__Length": 120.03057031337083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055871561359197, 40.107024560756301 ], [ -75.0555127550262, 40.106246862570899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 629, "tnode_": 621, "lpoly_": null, "rpoly_": null, "length": 150.81834412000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMATT", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12273, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060023, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMATT TER", "stname": "ALMATT TER", "objectid": 39671, "Shape__Length": 60.054636698197292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055331113268707, 40.105968031497497 ], [ -75.054832626901202, 40.106125802776198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 612, "tnode_": 629, "lpoly_": null, "rpoly_": null, "length": 113.57302079, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMATT", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 109, "l_t_add": 121, "r_f_add": 116, "r_t_add": 116, "st_code": 12267, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060024, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMATT DR", "stname": "ALMATT DR", "objectid": 39672, "Shape__Length": 45.340560018452571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0555127550262, 40.106246862570899 ], [ -75.055331113268707, 40.105968031497497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 629, "tnode_": 639, "lpoly_": null, "rpoly_": null, "length": 89.32064082, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMATT", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 123, "l_t_add": 199, "r_f_add": 118, "r_t_add": 198, "st_code": 12267, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060025, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALMATT DR", "stname": "ALMATT DR", "objectid": 39673, "Shape__Length": 35.686278295799447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055331113268707, 40.105968031497497 ], [ -75.055321466694195, 40.105722948699899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 648, "tnode_": 628, "lpoly_": null, "rpoly_": null, "length": 373.11664022000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9318, "l_t_add": 9398, "r_f_add": 9321, "r_t_add": 9399, "st_code": 49120, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 1060026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39674, "Shape__Length": 148.63761669224857 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053997791584095, 40.105401833414497 ], [ -75.053711920910601, 40.105568114684601 ], [ -75.053505975541796, 40.105652183514998 ], [ -75.052850368373598, 40.105919014167299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 666, "tnode_": 648, "lpoly_": null, "rpoly_": null, "length": 257.31671299000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9312, "l_t_add": 9316, "r_f_add": 9311, "r_t_add": 9319, "st_code": 49120, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 1060027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39675, "Shape__Length": 102.52216372429444 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054768172833505, 40.105015821873202 ], [ -75.053997791584095, 40.105401833414497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 618, "tnode_": 673, "lpoly_": null, "rpoly_": null, "length": 570.06660938000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 111, "r_f_add": 100, "r_t_add": 110, "st_code": 23830, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFWOOD RD", "stname": "CLIFFWOOD RD", "objectid": 39676, "Shape__Length": 227.4558833253671 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057864129790005, 40.1061536296707 ], [ -75.0566780612521, 40.104881064184497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 666, "tnode_": 682, "lpoly_": null, "rpoly_": null, "length": 127.45986513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MELITE", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 55310, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MELITE PL", "stname": "MELITE PL", "objectid": 39677, "Shape__Length": 50.867378686348296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054768172833505, 40.105015821873202 ], [ -75.054526630036705, 40.104719136541199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 702, "tnode_": 666, "lpoly_": null, "rpoly_": null, "length": 391.99019412999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9300, "l_t_add": 9310, "r_f_add": 9301, "r_t_add": 9309, "st_code": 49120, "l_hundred": 9300, "r_hundred": 9300, "seg_id": 1060030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39678, "Shape__Length": 156.22907961180022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055869649448297, 40.104354211638402 ], [ -75.0555634721009, 40.104574330038503 ], [ -75.055475830069597, 40.104627503677499 ], [ -75.055412203667899, 40.104663329176198 ], [ -75.055328377608504, 40.1047121563074 ], [ -75.055243273774195, 40.104763812441298 ], [ -75.055157696323704, 40.104806628089797 ], [ -75.055064523654707, 40.104852208451597 ], [ -75.054768172833505, 40.105015821873202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 673, "tnode_": 702, "lpoly_": null, "rpoly_": null, "length": 296.60138193999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 113, "l_t_add": 199, "r_f_add": 112, "r_t_add": 198, "st_code": 23830, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060031, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFWOOD RD", "stname": "CLIFFWOOD RD", "objectid": 39679, "Shape__Length": 118.22915499939187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0566780612521, 40.104881064184497 ], [ -75.055869649448297, 40.104354211638402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 707, "tnode_": 674, "lpoly_": null, "rpoly_": null, "length": 236.60076776, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKLEY", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 19640, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKLEY PL", "stname": "BUCKLEY PL", "objectid": 39680, "Shape__Length": 94.470483353074329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0582236269899, 40.104325587301503 ], [ -75.058147993389994, 40.1044116005394 ], [ -75.058080613407199, 40.104512741761802 ], [ -75.058026657599299, 40.104630416034901 ], [ -75.0579805934577, 40.104726650048399 ], [ -75.057949453777397, 40.104801609385298 ], [ -75.057925564830398, 40.104871331337101 ], [ -75.057901369693596, 40.104922080071098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 669, "tnode_": 707, "lpoly_": null, "rpoly_": null, "length": 373.89919176999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKLEY", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 19635, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKLEY DR", "stname": "BUCKLEY DR", "objectid": 39681, "Shape__Length": 149.04978401357005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059229762899093, 40.105001293000299 ], [ -75.0582236269899, 40.104325587301503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 702, "tnode_": 727, "lpoly_": null, "rpoly_": null, "length": 387.54074335000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 23830, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFWOOD RD", "stname": "CLIFFWOOD RD", "objectid": 39682, "Shape__Length": 154.42110351994106 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055869649448297, 40.104354211638402 ], [ -75.055633129524495, 40.104226146876599 ], [ -75.054982022830998, 40.103843373831801 ], [ -75.054877439179506, 40.103789185192603 ], [ -75.054804307734599, 40.103765209625799 ], [ -75.054752868171505, 40.103762767493102 ], [ -75.054734472791594, 40.103765632260902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 728, "tnode_": 707, "lpoly_": null, "rpoly_": null, "length": 206.18543943999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUCKLEY", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19645, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUCKLEY TER", "stname": "BUCKLEY TER", "objectid": 39683, "Shape__Length": 82.256580401201603 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058670726573496, 40.103875602767999 ], [ -75.0582236269899, 40.104325587301503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 757, "tnode_": 702, "lpoly_": null, "rpoly_": null, "length": 537.00443771000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9250, "l_t_add": 9298, "r_f_add": 9251, "r_t_add": 9299, "st_code": 49120, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 1060038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39684, "Shape__Length": 214.27138406465104 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056404898605706, 40.103154828539097 ], [ -75.0566390577183, 40.103603816821398 ], [ -75.056647061772097, 40.103674602851903 ], [ -75.056642876110899, 40.103711880058199 ], [ -75.056601923414206, 40.103789824092203 ], [ -75.056509888533498, 40.1038603424632 ], [ -75.056087055888995, 40.104157745351898 ], [ -75.055869649448297, 40.104354211638402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 757, "tnode_": 786, "lpoly_": null, "rpoly_": null, "length": 597.94910528000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRATFORD", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 151, "l_t_add": 199, "r_f_add": 156, "r_t_add": 198, "st_code": 75160, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRATFORD DR", "stname": "STRATFORD DR", "objectid": 39685, "Shape__Length": 238.14899342906992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056404898605706, 40.103154828539097 ], [ -75.056355360964204, 40.103165335512301 ], [ -75.0562826397001, 40.103181184884299 ], [ -75.055987726250706, 40.103245581390397 ], [ -75.055719360963906, 40.103240897306499 ], [ -75.0556355178106, 40.103229739962899 ], [ -75.055569216811904, 40.103217194299603 ], [ -75.055503280742201, 40.103195497143403 ], [ -75.055439655207195, 40.103175686823903 ], [ -75.055376175230506, 40.103152215336301 ], [ -75.055301285863493, 40.103115652741302 ], [ -75.054513495793302, 40.102664732912501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 788, "tnode_": 757, "lpoly_": null, "rpoly_": null, "length": 237.90296234, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRATFORD", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 149, "r_f_add": 100, "r_t_add": 154, "st_code": 75160, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRATFORD DR", "stname": "STRATFORD DR", "objectid": 39686, "Shape__Length": 94.876194362367571 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056976874623402, 40.102673413975097 ], [ -75.056735733358096, 40.1028853003656 ], [ -75.056710228876796, 40.1029076569572 ], [ -75.056688398518503, 40.102926048526697 ], [ -75.056644416212094, 40.102970925398097 ], [ -75.056611724205794, 40.102997163774603 ], [ -75.056560822284396, 40.103039178081502 ], [ -75.056524401307001, 40.103070729925101 ], [ -75.056504328073999, 40.103089163528999 ], [ -75.0564773341722, 40.103104733661901 ], [ -75.056432292292499, 40.103132032413001 ], [ -75.056404898605706, 40.103154828539097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 788, "tnode_": 753, "lpoly_": null, "rpoly_": null, "length": 485.68693745999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SHELLY", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 127, "l_t_add": 199, "r_f_add": 126, "r_t_add": 198, "st_code": 72515, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SHELLY LN", "stname": "SHELLY LN", "objectid": 39687, "Shape__Length": 193.61177983478305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056976874623402, 40.102673413975097 ], [ -75.057821222075503, 40.103169487487698 ], [ -75.057992288138095, 40.1032814570029 ], [ -75.057994921765598, 40.103282181837201 ], [ -75.057997274758193, 40.1032827343086 ], [ -75.058001577864601, 40.103283110785704 ], [ -75.058005330539601, 40.103282840040201 ], [ -75.058011887379294, 40.1032826340534 ], [ -75.058017991872504, 40.103282058859598 ], [ -75.058023160874399, 40.103281461760901 ], [ -75.058027863338694, 40.103280852836903 ], [ -75.058032564594797, 40.103280244785601 ], [ -75.058038669087694, 40.103279669590698 ], [ -75.058044507143705, 40.103278534916697 ], [ -75.058050466205103, 40.103277071492002 ], [ -75.058055677957896, 40.103275397746003 ], [ -75.058061371718395, 40.103273375769803 ], [ -75.058063554882196, 40.103271851865401 ], [ -75.058065238420099, 40.103270233366501 ], [ -75.058087669355004, 40.103246845807703 ], [ -75.058249817408296, 40.1030590878675 ], [ -75.058256397319695, 40.103028570435796 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 813, "tnode_": 788, "lpoly_": null, "rpoly_": null, "length": 347.55394087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETH", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 125, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 17330, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETH DR", "stname": "BETH DR", "objectid": 39688, "Shape__Length": 138.5187492426092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057932094136802, 40.102104803185703 ], [ -75.057707241898498, 40.102166595186098 ], [ -75.057537912363799, 40.102228904081898 ], [ -75.057477403999002, 40.102255468870098 ], [ -75.057375780556697, 40.102303162448401 ], [ -75.057302780837205, 40.102354471865702 ], [ -75.057257015353798, 40.102396110290002 ], [ -75.057175241790404, 40.102475196917801 ], [ -75.057103164850702, 40.102551564208099 ], [ -75.057049325616802, 40.102603322273701 ], [ -75.056976874623402, 40.102673413975097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 790, "tnode_": 880, "lpoly_": null, "rpoly_": null, "length": 1141.57200513, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSTAFF", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 118, "st_code": 34300, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAGSTAFF RD", "stname": "FLAGSTAFF RD", "objectid": 39689, "Shape__Length": 454.95612861908904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061418763823099, 40.102737980875901 ], [ -75.058204253199307, 40.100807456296401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 880, "tnode_": 899, "lpoly_": null, "rpoly_": null, "length": 496.22851765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSTAFF", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 34290, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAGSTAFF PL", "stname": "FLAGSTAFF PL", "objectid": 39690, "Shape__Length": 197.79245893438244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058204253199307, 40.100807456296401 ], [ -75.058673076057104, 40.100323605147601 ], [ -75.058812015979498, 40.100252200017003 ], [ -75.058997897584604, 40.1002306795693 ], [ -75.059245537881296, 40.100351936430997 ], [ -75.059530794174606, 40.1004934968336 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 880, "tnode_": 907, "lpoly_": null, "rpoly_": null, "length": 326.79285219000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FLAGSTAFF", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 125, "l_t_add": 199, "r_f_add": 120, "r_t_add": 198, "st_code": 34300, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FLAGSTAFF RD", "stname": "FLAGSTAFF RD", "objectid": 39691, "Shape__Length": 130.23170517230531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058204253199307, 40.100807456296401 ], [ -75.057277964919194, 40.100260857096799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 534, "tnode_": 549, "lpoly_": null, "rpoly_": null, "length": 263.53597692000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JONATHAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 46250, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060048, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-12-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JONATHAN PL", "stname": "JONATHAN PL", "objectid": 39692, "Shape__Length": 105.26089308414278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052342353235602, 40.109521432856504 ], [ -75.052227209585894, 40.109301855381503 ], [ -75.0522092131758, 40.109108389847698 ], [ -75.052326297736997, 40.1088297670969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 549, "tnode_": 560, "lpoly_": null, "rpoly_": null, "length": 185.65823204999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 429, "l_t_add": 431, "r_f_add": 416, "r_t_add": 418, "st_code": 47990, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39693, "Shape__Length": 74.035526089062827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052326297736997, 40.1088297670969 ], [ -75.051859673709501, 40.1084673151773 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 560, "tnode_": 564, "lpoly_": null, "rpoly_": null, "length": 143.18059137999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 433, "l_t_add": 439, "r_f_add": 420, "r_t_add": 444, "st_code": 47990, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39694, "Shape__Length": 57.129745133488129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051859673709501, 40.1084673151773 ], [ -75.051558886134202, 40.108149284243602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 888, "tnode_": 841, "lpoly_": null, "rpoly_": null, "length": 789.46134407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 18860, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39695, "Shape__Length": 314.36134744854235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048457503782998, 40.100418588359197 ], [ -75.045883386161606, 40.101306889687798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 565, "tnode_": 549, "lpoly_": null, "rpoly_": null, "length": 556.29883056000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 401, "l_t_add": 427, "r_f_add": 400, "r_t_add": 414, "st_code": 47990, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39696, "Shape__Length": 221.63074360038837 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054012266728506, 40.108152236354698 ], [ -75.053618662858497, 40.108288078907499 ], [ -75.052846205687004, 40.1088141391999 ], [ -75.052621914716795, 40.108846925916801 ], [ -75.052326297736997, 40.1088297670969 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 564, "tnode_": 578, "lpoly_": null, "rpoly_": null, "length": 362.62728913000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 53535, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARK PL", "stname": "MARK PL", "objectid": 39697, "Shape__Length": 144.5203627434324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051558886134202, 40.108149284243602 ], [ -75.052597480036397, 40.107553513163303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 564, "tnode_": 580, "lpoly_": null, "rpoly_": null, "length": 348.96874527, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 441, "l_t_add": 499, "r_f_add": 446, "r_t_add": 498, "st_code": 47990, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39698, "Shape__Length": 139.18447060786852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051558886134202, 40.108149284243602 ], [ -75.050726453522699, 40.1074357535567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29463, "tnode_": 587, "lpoly_": null, "rpoly_": null, "length": 279.24775575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RADBURN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 67160, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RADBURN RD", "stname": "RADBURN RD", "objectid": 39699, "Shape__Length": 111.53201367814231 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055325284120102, 40.107992465050799 ], [ -75.055026564358002, 40.107261021240397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 610, "tnode_": 591, "lpoly_": null, "rpoly_": null, "length": 360.29118353999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9726, "l_t_add": 9798, "r_f_add": 9725, "r_t_add": 9799, "st_code": 49120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39700, "Shape__Length": 143.6495688344736 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049761347844395, 40.106259689266103 ], [ -75.048941947172693, 40.106745609407199 ], [ -75.048892403188702, 40.106819377289497 ], [ -75.048850768685796, 40.106925732560697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 580, "tnode_": 610, "lpoly_": null, "rpoly_": null, "length": 509.21304977, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 47990, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060056, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39701, "Shape__Length": 203.21880154036194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050726453522699, 40.1074357535567 ], [ -75.050519992607605, 40.107228862327503 ], [ -75.050238138731402, 40.1067519827781 ], [ -75.049761347844395, 40.106259689266103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 617, "tnode_": 602, "lpoly_": null, "rpoly_": null, "length": 165.58646829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MYERS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 57690, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060057, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MYERS CIR", "stname": "MYERS CIR", "objectid": 39702, "Shape__Length": 66.157190053608559 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052199105755506, 40.106116082480497 ], [ -75.052179138391907, 40.106570376372403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 580, "tnode_": 619, "lpoly_": null, "rpoly_": null, "length": 558.02065182999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REMSEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 587, "l_t_add": 599, "r_f_add": 582, "r_t_add": 598, "st_code": 67945, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060058, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REMSEN RD", "stname": "REMSEN RD", "objectid": 39703, "Shape__Length": 222.79155132398404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050726453522699, 40.1074357535567 ], [ -75.051180535927699, 40.107099990410397 ], [ -75.051223520841106, 40.106964871400102 ], [ -75.051196568943396, 40.106832234839501 ], [ -75.051130944558807, 40.106591439156098 ], [ -75.051111819978502, 40.106397109770903 ], [ -75.051157998601695, 40.106065455132402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 617, "tnode_": 619, "lpoly_": null, "rpoly_": null, "length": 292.10323578000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9708, "l_t_add": 9714, "r_f_add": 9707, "r_t_add": 9713, "st_code": 49120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060059, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39704, "Shape__Length": 116.24931756898785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052199105755506, 40.106116082480497 ], [ -75.051692713455694, 40.106109611596302 ], [ -75.051157998601695, 40.106065455132402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 622, "tnode_": 610, "lpoly_": null, "rpoly_": null, "length": 240.91756672999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9720, "l_t_add": 9724, "r_f_add": 9721, "r_t_add": 9723, "st_code": 49120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39705, "Shape__Length": 95.955892527757243 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050525222106003, 40.105968537085502 ], [ -75.050234495420696, 40.106034128529103 ], [ -75.050087284642302, 40.1060884232283 ], [ -75.049761347844395, 40.106259689266103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 619, "tnode_": 622, "lpoly_": null, "rpoly_": null, "length": 181.29324028000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9716, "l_t_add": 9718, "r_f_add": 9715, "r_t_add": 9719, "st_code": 49120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39706, "Shape__Length": 72.161311658693961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051157998601695, 40.106065455132402 ], [ -75.050821808858302, 40.1059901666599 ], [ -75.050525222106003, 40.105968537085502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 628, "tnode_": 617, "lpoly_": null, "rpoly_": null, "length": 196.93253278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9706, "r_f_add": 9701, "r_t_add": 9705, "st_code": 49120, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 39707, "Shape__Length": 78.416161602902633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052850368373598, 40.105919014167299 ], [ -75.052515677011201, 40.106051222224899 ], [ -75.052199105755506, 40.106116082480497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 605, "tnode_": 633, "lpoly_": null, "rpoly_": null, "length": 235.29957782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 611, "r_f_add": 600, "r_t_add": 610, "st_code": 60980, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060063, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39708, "Shape__Length": 94.006044415974884 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047807743476895, 40.106336681465301 ], [ -75.047722623989998, 40.105694074386903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 637, "tnode_": 633, "lpoly_": null, "rpoly_": null, "length": 226.15295873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 627, "l_t_add": 631, "r_f_add": 626, "r_t_add": 630, "st_code": 47990, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 39709, "Shape__Length": 90.004599087968174 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048526018133501, 40.105624515885197 ], [ -75.047722623989998, 40.105694074386903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 622, "tnode_": 651, "lpoly_": null, "rpoly_": null, "length": 314.70914112999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 600, "l_t_add": 698, "r_f_add": 601, "r_t_add": 699, "st_code": 49119, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE PL", "stname": "LARAMIE PL", "objectid": 39710, "Shape__Length": 125.5915762425896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050525222106003, 40.105968537085502 ], [ -75.050464393941397, 40.105792020547398 ], [ -75.050362795675298, 40.105645256068001 ], [ -75.050192247265002, 40.105476247477 ], [ -75.049940785233105, 40.105244954883702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 699, "tnode_": 637, "lpoly_": null, "rpoly_": null, "length": 518.12059018000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNMILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9722, "l_t_add": 9798, "r_f_add": 9725, "r_t_add": 9799, "st_code": 84928, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNMILL RD", "stname": "WYNMILL RD", "objectid": 39711, "Shape__Length": 206.98065368006633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048831204990194, 40.104221658561002 ], [ -75.048526018133501, 40.105624515885197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 699, "tnode_": 709, "lpoly_": null, "rpoly_": null, "length": 240.15129806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNMILL", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 84926, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060067, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNMILL PL", "stname": "WYNMILL PL", "objectid": 39712, "Shape__Length": 95.611579381974835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048831204990194, 40.104221658561002 ], [ -75.048022865857803, 40.103999599904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 633, "tnode_": 714, "lpoly_": null, "rpoly_": null, "length": 751.84839889, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 613, "l_t_add": 699, "r_f_add": 612, "r_t_add": 698, "st_code": 60980, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39713, "Shape__Length": 300.11831853744525 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047722623989998, 40.105694074386903 ], [ -75.047681769199301, 40.105384267218099 ], [ -75.047593430274901, 40.105039806986099 ], [ -75.047411718654402, 40.1047467775374 ], [ -75.047180717635896, 40.104477340758102 ], [ -75.046573174802603, 40.103884619105401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 729, "tnode_": 699, "lpoly_": null, "rpoly_": null, "length": 215.44233844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNMILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9714, "l_t_add": 9720, "r_f_add": 9711, "r_t_add": 9723, "st_code": 84928, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNMILL RD", "stname": "WYNMILL RD", "objectid": 39714, "Shape__Length": 86.011075837456431 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049162727442294, 40.103687841374096 ], [ -75.048831204990194, 40.104221658561002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 729, "tnode_": 732, "lpoly_": null, "rpoly_": null, "length": 115.5013094, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNMILL", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 84930, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNMILL TER", "stname": "WYNMILL TER", "objectid": 39715, "Shape__Length": 46.007846993177679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049162727442294, 40.103687841374096 ], [ -75.048803580294702, 40.103531411531698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 781, "tnode_": 729, "lpoly_": null, "rpoly_": null, "length": 535.64762944000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNMILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9712, "r_f_add": 9701, "r_t_add": 9709, "st_code": 84928, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNMILL RD", "stname": "WYNMILL RD", "objectid": 39716, "Shape__Length": 213.64448288096582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050406875781107, 40.102571414985498 ], [ -75.050123130076699, 40.102824595233201 ], [ -75.049655924382407, 40.103207990131502 ], [ -75.049162727442294, 40.103687841374096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 691, "tnode_": 662, "lpoly_": null, "rpoly_": null, "length": 228.16856633, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9701, "l_t_add": 9799, "r_f_add": 9700, "r_t_add": 9798, "st_code": 56930, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD PL", "stname": "MOREFIELD PL", "objectid": 39717, "Shape__Length": 91.032790454004996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045796450893505, 40.104327924056697 ], [ -75.046280741747907, 40.104831924108296 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 717, "tnode_": 735, "lpoly_": null, "rpoly_": null, "length": 241.90450554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 867, "r_f_add": 800, "r_t_add": 810, "st_code": 64840, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE HILL RD", "stname": "PINE HILL RD", "objectid": 39718, "Shape__Length": 96.51568924832965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043165233714106, 40.103794751853798 ], [ -75.0436706575816, 40.103255924243498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 735, "tnode_": 771, "lpoly_": null, "rpoly_": null, "length": 255.02946696000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 869, "l_t_add": 871, "r_f_add": 812, "r_t_add": 814, "st_code": 64840, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE HILL RD", "stname": "PINE HILL RD", "objectid": 39719, "Shape__Length": 101.86857517715315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0436706575816, 40.103255924243498 ], [ -75.043794316548997, 40.102994398518803 ], [ -75.043761367508097, 40.102573306098897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 758, "tnode_": 677, "lpoly_": null, "rpoly_": null, "length": 1284.3689308599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PORTIS", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9798, "r_f_add": 9701, "r_t_add": 9799, "st_code": 65390, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PORTIS RD", "stname": "PORTIS RD", "objectid": 39720, "Shape__Length": 512.01456243597522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048119275929096, 40.1029537765695 ], [ -75.047847348091494, 40.102713287586901 ], [ -75.047644628610399, 40.102645423398798 ], [ -75.047379082560397, 40.102607632065201 ], [ -75.047214058964599, 40.102624785710603 ], [ -75.047061880324094, 40.102663274232398 ], [ -75.046719754308697, 40.102828751795798 ], [ -75.045506486510504, 40.103546887375799 ], [ -75.045218243674199, 40.103734662210698 ], [ -75.045067661603795, 40.1039046412264 ], [ -75.044924682914697, 40.104227288483898 ], [ -75.044913512507705, 40.104482793144101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 779, "tnode_": 756, "lpoly_": null, "rpoly_": null, "length": 277.19913577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9878, "l_t_add": 9898, "r_f_add": 9881, "r_t_add": 9899, "st_code": 18860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39721, "Shape__Length": 110.42742934853635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042249705341504, 40.1023599872536 ], [ -75.041403492911797, 40.102755934055502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 735, "tnode_": 779, "lpoly_": null, "rpoly_": null, "length": 515.29552688999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 867, "l_t_add": 899, "r_f_add": 870, "r_t_add": 898, "st_code": 47440, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENT LN", "stname": "KENT LN", "objectid": 39722, "Shape__Length": 205.38532636735002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0436706575816, 40.103255924243498 ], [ -75.042439205667307, 40.102507174443602 ], [ -75.042312373397394, 40.102425314163803 ], [ -75.042249705341504, 40.1023599872536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 787, "tnode_": 771, "lpoly_": null, "rpoly_": null, "length": 394.87736365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9851, "r_t_add": 9899, "st_code": 46000, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39723, "Shape__Length": 157.15457895154054 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045154617442506, 40.102402297835901 ], [ -75.044460672800696, 40.102470632360003 ], [ -75.043761367508097, 40.102573306098897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 787, "tnode_": 735, "lpoly_": null, "rpoly_": null, "length": 667.95222182999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 865, "r_f_add": 800, "r_t_add": 868, "st_code": 47440, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENT LN", "stname": "KENT LN", "objectid": 39724, "Shape__Length": 266.2900575950315 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045154617442506, 40.102402297835901 ], [ -75.045212484203304, 40.102677618891803 ], [ -75.045194415350807, 40.102823549890999 ], [ -75.044987414872907, 40.1029983348351 ], [ -75.044692960395906, 40.103170186662297 ], [ -75.044419867480599, 40.103321508245102 ], [ -75.044169811666706, 40.1034102710844 ], [ -75.043945312313696, 40.103373437897602 ], [ -75.0436706575816, 40.103255924243498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 799, "tnode_": 787, "lpoly_": null, "rpoly_": null, "length": 348.14337063, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9722, "l_t_add": 9798, "r_f_add": 9801, "r_t_add": 9849, "st_code": 46000, "l_hundred": 9700, "r_hundred": 9800, "seg_id": 1060080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39725, "Shape__Length": 138.58248290583089 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046350647622404, 40.102139698468903 ], [ -75.045755382149906, 40.102285505879699 ], [ -75.045154617442506, 40.102402297835901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 808, "tnode_": 779, "lpoly_": null, "rpoly_": null, "length": 416.53766033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9868, "l_t_add": 9876, "r_f_add": 9869, "r_t_add": 9879, "st_code": 18860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39726, "Shape__Length": 165.8794988259335 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043589564905602, 40.101891169802101 ], [ -75.043131652868396, 40.101971364279301 ], [ -75.042770467446104, 40.102099574603798 ], [ -75.042249705341504, 40.1023599872536 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 771, "tnode_": 808, "lpoly_": null, "rpoly_": null, "length": 253.09650474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 873, "l_t_add": 875, "r_f_add": 816, "r_t_add": 820, "st_code": 64840, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE HILL RD", "stname": "PINE HILL RD", "objectid": 39727, "Shape__Length": 101.10037781015372 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043761367508097, 40.102573306098897 ], [ -75.043589564905602, 40.101891169802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 817, "tnode_": 808, "lpoly_": null, "rpoly_": null, "length": 273.87805860999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9822, "l_t_add": 9866, "r_f_add": 9821, "r_t_add": 9867, "st_code": 18860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39728, "Shape__Length": 108.99747267755194 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044556317862501, 40.101772411142299 ], [ -75.043589564905602, 40.101891169802101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 852, "tnode_": 784, "lpoly_": null, "rpoly_": null, "length": 910.58622331999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9868, "l_t_add": 9898, "r_f_add": 9871, "r_t_add": 9899, "st_code": 33860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39729, "Shape__Length": 362.75905189456535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043408272729707, 40.100985622115701 ], [ -75.040648544925304, 40.102311169995502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 852, "tnode_": 890, "lpoly_": null, "rpoly_": null, "length": 277.73824152999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE HILL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 897, "l_t_add": 899, "r_f_add": 872, "r_t_add": 898, "st_code": 64840, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE HILL RD", "stname": "PINE HILL RD", "objectid": 39730, "Shape__Length": 110.93980093653258 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043408272729707, 40.100985622115701 ], [ -75.043212766728502, 40.100238129025797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 895, "tnode_": 852, "lpoly_": null, "rpoly_": null, "length": 559.84358351999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9866, "r_f_add": 9801, "r_t_add": 9869, "st_code": 33860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39731, "Shape__Length": 223.00413894850777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045134150571002, 40.100249804967099 ], [ -75.045029257722902, 40.100233483381501 ], [ -75.0448273107869, 40.100318121723099 ], [ -75.044603791630706, 40.100428542816601 ], [ -75.044206106077993, 40.100613738463402 ], [ -75.043408272729707, 40.100985622115701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 870, "tnode_": 895, "lpoly_": null, "rpoly_": null, "length": 234.16189839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 867, "l_t_add": 899, "r_f_add": 868, "r_t_add": 898, "st_code": 60980, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060090, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39732, "Shape__Length": 93.451908510618125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045545641898102, 40.100798056787099 ], [ -75.045393138887306, 40.100552280402198 ], [ -75.045316707707897, 40.100408509742003 ], [ -75.045251652619996, 40.100322847564101 ], [ -75.045134150571002, 40.100249804967099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 799, "tnode_": 830, "lpoly_": null, "rpoly_": null, "length": 248.51658671000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 788, "st_code": 60980, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39733, "Shape__Length": 99.217755353414475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046350647622404, 40.102139698468903 ], [ -75.045983194078701, 40.101518585491803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 830, "tnode_": 841, "lpoly_": null, "rpoly_": null, "length": 82.0162069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OAKFIELD", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 859, "r_f_add": 790, "r_t_add": 798, "st_code": 60980, "l_hundred": 800, "r_hundred": 700, "seg_id": 1060092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OAKFIELD LN", "stname": "OAKFIELD LN", "objectid": 39734, "Shape__Length": 32.751041349545055 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045983194078701, 40.101518585491803 ], [ -75.045883386161606, 40.101306889687798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 830, "tnode_": 817, "lpoly_": null, "rpoly_": null, "length": 410.18493844000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9820, "r_f_add": 9801, "r_t_add": 9819, "st_code": 18860, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39735, "Shape__Length": 163.26225640884917 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045983194078701, 40.101518585491803 ], [ -75.045286929681197, 40.101669788129399 ], [ -75.044556317862501, 40.101772411142299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 922, "tnode_": 1021, "lpoly_": null, "rpoly_": null, "length": 1529.79106899, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PECAN", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 63600, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PECAN DR", "stname": "PECAN DR", "objectid": 39736, "Shape__Length": 609.73120116960001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052569886023207, 40.099773648820701 ], [ -75.052541905162002, 40.099688702272999 ], [ -75.052506091537197, 40.099603571926401 ], [ -75.052377961854205, 40.099474129908103 ], [ -75.052347348577001, 40.0994553501111 ], [ -75.048430580541194, 40.097084934825403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 878, "tnode_": 843, "lpoly_": null, "rpoly_": null, "length": 296.58729505999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9934, "r_f_add": 9901, "r_t_add": 9935, "st_code": 84440, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060096, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 39737, "Shape__Length": 118.31343860295236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039196207644395, 40.100423662915802 ], [ -75.038548139550699, 40.101068013250703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 853, "tnode_": 878, "lpoly_": null, "rpoly_": null, "length": 314.41422985999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1108, "st_code": 47440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENT LN", "stname": "KENT LN", "objectid": 39738, "Shape__Length": 125.25246747400385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040147981015494, 40.100851513018704 ], [ -75.040124948740996, 40.100849707744302 ], [ -75.040105487462398, 40.100848095666997 ], [ -75.040075522866303, 40.100846236002099 ], [ -75.040032144987194, 40.100841752561799 ], [ -75.039996315506301, 40.100836294600697 ], [ -75.039960439971196, 40.1008319888846 ], [ -75.039930659627998, 40.1008255201574 ], [ -75.039895106566206, 40.100813147727798 ], [ -75.039850734927001, 40.100795954030097 ], [ -75.039793272487302, 40.100768070727 ], [ -75.039737787282903, 40.100739950177299 ], [ -75.039196207644395, 40.100423662915802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 904, "tnode_": 876, "lpoly_": null, "rpoly_": null, "length": 206.82508692, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REDD RAMBLER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9834, "l_t_add": 9898, "r_f_add": 9827, "r_t_add": 9899, "st_code": 67660, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060098, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REDD RAMBLER DR", "stname": "REDD RAMBLER DR", "objectid": 39739, "Shape__Length": 82.619154678983364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042506101630707, 40.099951987812602 ], [ -75.0426162414971, 40.1005134095914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 853, "tnode_": 932, "lpoly_": null, "rpoly_": null, "length": 890.04045542999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWALK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1121, "r_f_add": 1100, "r_t_add": 1126, "st_code": 60230, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWALK RD", "stname": "NORWALK RD", "objectid": 39740, "Shape__Length": 354.8139523779023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040147981015494, 40.100851513018704 ], [ -75.040149048025896, 40.100851502127703 ], [ -75.040152893606503, 40.100851988333602 ], [ -75.040160357293502, 40.100852164262697 ], [ -75.040167556342894, 40.100852532184099 ], [ -75.040177867970996, 40.100852379681399 ], [ -75.040185877901493, 40.100851776462903 ], [ -75.040194395668095, 40.100851384345802 ], [ -75.040200627532599, 40.100850146325797 ], [ -75.040261069190294, 40.100829536743099 ], [ -75.040330600530496, 40.100802503349698 ], [ -75.040371868786195, 40.100781972512401 ], [ -75.040448475053907, 40.100733602286198 ], [ -75.040507387132706, 40.100691573752599 ], [ -75.040543917861697, 40.100640935305698 ], [ -75.040566484094498, 40.100583467574197 ], [ -75.040574960504202, 40.100543152613703 ], [ -75.040585365763505, 40.100500286290497 ], [ -75.040578520924697, 40.100438003105801 ], [ -75.040565267770205, 40.100380347148104 ], [ -75.040530297567798, 40.100301750791601 ], [ -75.040489409874496, 40.100254314667701 ], [ -75.040431970987598, 40.100212342541603 ], [ -75.040386585605503, 40.1001802119007 ], [ -75.040250331989597, 40.100086206245798 ], [ -75.038785401208202, 40.099246243212399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 904, "tnode_": 937, "lpoly_": null, "rpoly_": null, "length": 462.93417133000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1118, "st_code": 17960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMDALE RD", "stname": "BLOOMDALE RD", "objectid": 39741, "Shape__Length": 184.46074185034252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042506101630707, 40.099951987812602 ], [ -75.041161782039197, 40.099210923545101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 932, "tnode_": 954, "lpoly_": null, "rpoly_": null, "length": 367.81611858000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWALK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1123, "l_t_add": 1129, "r_f_add": 1128, "r_t_add": 1138, "st_code": 60230, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWALK RD", "stname": "NORWALK RD", "objectid": 39742, "Shape__Length": 146.57221798230762 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038785401208202, 40.099246243212399 ], [ -75.037736525389207, 40.098637408484102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 962, "tnode_": 932, "lpoly_": null, "rpoly_": null, "length": 404.39398670999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENHOPE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 37240, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENHOPE RD", "stname": "GLENHOPE RD", "objectid": 39743, "Shape__Length": 161.32730896585215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039645095245902, 40.098353794100497 ], [ -75.038785401208202, 40.099246243212399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 937, "tnode_": 962, "lpoly_": null, "rpoly_": null, "length": 526.802901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1115, "l_t_add": 1129, "r_f_add": 1120, "r_t_add": 1130, "st_code": 17960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMDALE RD", "stname": "BLOOMDALE RD", "objectid": 39744, "Shape__Length": 209.91670562083209 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041161782039197, 40.099210923545101 ], [ -75.039645095245902, 40.098353794100497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 954, "tnode_": 968, "lpoly_": null, "rpoly_": null, "length": 571.13867058999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWALK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1131, "l_t_add": 1199, "r_f_add": 1140, "r_t_add": 1198, "st_code": 60230, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORWALK RD", "stname": "NORWALK RD", "objectid": 39745, "Shape__Length": 227.39021859348145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037736525389207, 40.098637408484102 ], [ -75.037487140839701, 40.098499527927103 ], [ -75.037286455610101, 40.098408326906799 ], [ -75.037130575095503, 40.098343802396599 ], [ -75.037077056032999, 40.098326526862103 ], [ -75.036949314814194, 40.098288285693499 ], [ -75.036841891596097, 40.098263333228303 ], [ -75.036771579446494, 40.098248864442802 ], [ -75.036713510409797, 40.098241089239103 ], [ -75.035845486377596, 40.098109090141001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 962, "tnode_": 1042, "lpoly_": null, "rpoly_": null, "length": 997.20735985, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLOOMDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1131, "l_t_add": 1199, "r_f_add": 1132, "r_t_add": 1198, "st_code": 17960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLOOMDALE RD", "stname": "BLOOMDALE RD", "objectid": 39746, "Shape__Length": 397.62832062238596 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039645095245902, 40.098353794100497 ], [ -75.038755407311598, 40.097840482551298 ], [ -75.0380852960851, 40.097465359520903 ], [ -75.037719676257396, 40.097206495258398 ], [ -75.037599201785, 40.096876416850598 ], [ -75.037694212392296, 40.096589921833598 ], [ -75.037870910574895, 40.096409591007998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 748, "tnode_": 754, "lpoly_": null, "rpoly_": null, "length": 285.49647333999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9990, "l_t_add": 9998, "r_f_add": 9985, "r_t_add": 9999, "st_code": 84440, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 39747, "Shape__Length": 113.61770892144368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034175325227594, 40.102721693236298 ], [ -75.033161747490297, 40.102629979973599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 812, "tnode_": 760, "lpoly_": null, "rpoly_": null, "length": 531.79180547, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9940, "l_t_add": 9964, "r_f_add": 9941, "r_t_add": 9963, "st_code": 84440, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060110, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 39748, "Shape__Length": 211.91985838017092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0379438153536, 40.1016587660434 ], [ -75.037834751215698, 40.1017781068633 ], [ -75.037774685496203, 40.101829342621897 ], [ -75.037714699474805, 40.101878554673 ], [ -75.037668452679895, 40.101913915536699 ], [ -75.037627881043804, 40.101939285188799 ], [ -75.037590186312599, 40.101958646929198 ], [ -75.036429540556597, 40.1025185751175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 843, "tnode_": 812, "lpoly_": null, "rpoly_": null, "length": 273.66308493000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9936, "l_t_add": 9938, "r_f_add": 9937, "r_t_add": 9939, "st_code": 84440, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060111, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 39749, "Shape__Length": 109.16617229219493 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038548139550699, 40.101068013250703 ], [ -75.0379438153536, 40.1016587660434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 926, "tnode_": 941, "lpoly_": null, "rpoly_": null, "length": 147.54100178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FENWICK", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 33830, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060112, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FENWICK PL", "stname": "FENWICK PL", "objectid": 39750, "Shape__Length": 58.928351260965833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035125048328197, 40.099275314821099 ], [ -75.0349995510296, 40.098881932375598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 733, "tnode_": 760, "lpoly_": null, "rpoly_": null, "length": 288.76350104, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1127, "r_f_add": 1100, "r_t_add": 1124, "st_code": 37320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060113, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39751, "Shape__Length": 115.24012394293125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036971973476398, 40.103193000284001 ], [ -75.036429540556597, 40.1025185751175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 760, "tnode_": 862, "lpoly_": null, "rpoly_": null, "length": 708.38910291000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1129, "l_t_add": 1159, "r_f_add": 1126, "r_t_add": 1160, "st_code": 37320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060114, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39752, "Shape__Length": 282.85419256580809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036429540556597, 40.1025185751175 ], [ -75.035889393379605, 40.101806314637003 ], [ -75.035839212261905, 40.101693088028199 ], [ -75.035780902038397, 40.101555160020403 ], [ -75.035637781766795, 40.101043598860201 ], [ -75.035568444855997, 40.100715372668297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 833, "tnode_": 883, "lpoly_": null, "rpoly_": null, "length": 428.26091910999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1158, "st_code": 16080, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060115, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39753, "Shape__Length": 171.02021016479483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034500463110703, 40.101213636102003 ], [ -75.034409461242802, 40.101150531423698 ], [ -75.034340185220799, 40.101091590931702 ], [ -75.034281507082198, 40.100991641656897 ], [ -75.034239848701901, 40.1008393757606 ], [ -75.034122493342693, 40.100108069186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 883, "tnode_": 931, "lpoly_": null, "rpoly_": null, "length": 369.29059323000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1160, "r_t_add": 1198, "st_code": 16080, "l_hundred": 0, "r_hundred": 1100, "seg_id": 1060116, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39754, "Shape__Length": 147.44813771081988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034122493342693, 40.100108069186 ], [ -75.034056135009905, 40.099872615889801 ], [ -75.033986808733999, 40.099771271427997 ], [ -75.033917310334004, 40.099674257805503 ], [ -75.033837919919094, 40.0995423307929 ], [ -75.0337738879619, 40.099449782080697 ], [ -75.033705084261499, 40.099335444912398 ], [ -75.033674195767603, 40.099261019060101 ], [ -75.033677145644603, 40.099187392746302 ], [ -75.033688365670997, 40.099169599003197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 931, "tnode_": 941, "lpoly_": null, "rpoly_": null, "length": 383.62491409, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FENWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1208, "l_t_add": 1298, "r_f_add": 1223, "r_t_add": 1299, "st_code": 33835, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060117, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FENWICK RD", "stname": "FENWICK RD", "objectid": 39755, "Shape__Length": 152.70316775975635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033688365670997, 40.099169599003197 ], [ -75.033701197622193, 40.099158077713902 ], [ -75.033717801486404, 40.099149317160503 ], [ -75.033732240268407, 40.099140505448702 ], [ -75.033747727710505, 40.099132550181999 ], [ -75.0337585293735, 40.099128624526301 ], [ -75.033849805070901, 40.099104770497 ], [ -75.034003637016795, 40.099069389477698 ], [ -75.0349995510296, 40.098881932375598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 670, "tnode_": 748, "lpoly_": null, "rpoly_": null, "length": 653.76008648999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1127, "r_f_add": 1100, "r_t_add": 1120, "st_code": 22920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060118, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESWORTH RD", "stname": "CHESWORTH RD", "objectid": 39756, "Shape__Length": 261.10437815865521 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034400357098207, 40.104437699066303 ], [ -75.034300508001607, 40.104290852706697 ], [ -75.0342920946335, 40.104274625195998 ], [ -75.034225076468502, 40.104190148234402 ], [ -75.034153656606406, 40.104098358850599 ], [ -75.034109151703404, 40.104042646229203 ], [ -75.034074850964203, 40.103987310702401 ], [ -75.034052444294005, 40.103930179222502 ], [ -75.034034437993398, 40.1038819792768 ], [ -75.034027628206104, 40.103846699078503 ], [ -75.0340207022182, 40.103785264958802 ], [ -75.034013776170596, 40.103723832638799 ], [ -75.034017526798706, 40.103630214739603 ], [ -75.034175325227594, 40.102721693236298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 748, "tnode_": 833, "lpoly_": null, "rpoly_": null, "length": 558.44027668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1129, "l_t_add": 1149, "r_f_add": 1122, "r_t_add": 1146, "st_code": 22920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060119, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESWORTH RD", "stname": "CHESWORTH RD", "objectid": 39757, "Shape__Length": 223.07382902142726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034175325227594, 40.102721693236298 ], [ -75.034209529962794, 40.1024757820189 ], [ -75.034281725236198, 40.102023794306497 ], [ -75.034346053546301, 40.101664276608503 ], [ -75.034379370706802, 40.101559628136002 ], [ -75.034415691503298, 40.101483805815597 ], [ -75.0344566816417, 40.101395313284698 ], [ -75.034480534199403, 40.101319196436798 ], [ -75.034500463110703, 40.101213636102003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 559, "tnode_": 542, "lpoly_": null, "rpoly_": null, "length": 361.38264846000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10162, "l_t_add": 10174, "r_f_add": 10165, "r_t_add": 10181, "st_code": 33860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060156, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39758, "Shape__Length": 143.98940629101429 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028719996977301, 40.108008658281399 ], [ -75.027635242165204, 40.1085475201523 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 833, "tnode_": 862, "lpoly_": null, "rpoly_": null, "length": 353.44477604000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1151, "l_t_add": 1199, "r_f_add": 1148, "r_t_add": 1198, "st_code": 22920, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060120, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESWORTH RD", "stname": "CHESWORTH RD", "objectid": 39759, "Shape__Length": 140.80302510783389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034500463110703, 40.101213636102003 ], [ -75.034638433693701, 40.101124840071499 ], [ -75.034803382421103, 40.101013203294698 ], [ -75.034985481008306, 40.1009115990298 ], [ -75.035253214056695, 40.100800463434602 ], [ -75.035568444855997, 40.100715372668297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 595, "tnode_": 603, "lpoly_": null, "rpoly_": null, "length": 290.33751364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 819, "r_f_add": 800, "r_t_add": 824, "st_code": 19300, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060121, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKMONT RD", "stname": "BROOKMONT RD", "objectid": 39760, "Shape__Length": 115.61437304271135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039919216532795, 40.106546703804597 ], [ -75.039819041424593, 40.106557391469501 ], [ -75.039676840915703, 40.106517231574998 ], [ -75.038964512272102, 40.106263385855897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 603, "tnode_": 606, "lpoly_": null, "rpoly_": null, "length": 313.94944445000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 821, "l_t_add": 839, "r_f_add": 826, "r_t_add": 844, "st_code": 19300, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKMONT RD", "stname": "BROOKMONT RD", "objectid": 39761, "Shape__Length": 124.97582658923672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038964512272102, 40.106263385855897 ], [ -75.037882898792006, 40.106033273572102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 606, "tnode_": 607, "lpoly_": null, "rpoly_": null, "length": 352.72223769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 841, "l_t_add": 859, "r_f_add": 846, "r_t_add": 860, "st_code": 19300, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060123, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKMONT RD", "stname": "BROOKMONT RD", "objectid": 39762, "Shape__Length": 140.37158767890398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037882898792006, 40.106033273572102 ], [ -75.036623112366499, 40.105991330026697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 613, "tnode_": 557, "lpoly_": null, "rpoly_": null, "length": 1123.97860812, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLOBAL", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 37450, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-07-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLOBAL RD", "stname": "GLOBAL RD", "objectid": 39763, "Shape__Length": 448.36389685510017 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043769476792093, 40.106046449165603 ], [ -75.043510885116703, 40.106114017302701 ], [ -75.043324374619999, 40.106239052124899 ], [ -75.041247520944793, 40.108399884657203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 624, "tnode_": 595, "lpoly_": null, "rpoly_": null, "length": 368.81714563999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDWAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9924, "l_t_add": 9998, "r_f_add": 9931, "r_t_add": 9999, "st_code": 55220, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060125, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDWAY RD", "stname": "MEDWAY RD", "objectid": 39764, "Shape__Length": 147.11164864803143 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040769531384498, 40.105779272164902 ], [ -75.040311593024697, 40.106227214582297 ], [ -75.040090478751694, 40.106448108501901 ], [ -75.039919216532795, 40.106546703804597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 607, "tnode_": 627, "lpoly_": null, "rpoly_": null, "length": 371.62701364000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 861, "l_t_add": 899, "r_f_add": 862, "r_t_add": 898, "st_code": 19300, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060126, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BROOKMONT RD", "stname": "BROOKMONT RD", "objectid": 39765, "Shape__Length": 148.0273788639536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036623112366499, 40.105991330026697 ], [ -75.036288940259595, 40.105958815501602 ], [ -75.036003704830904, 40.105899500139003 ], [ -75.035741938594697, 40.105767122385302 ], [ -75.035466214464094, 40.105563263986802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 643, "tnode_": 603, "lpoly_": null, "rpoly_": null, "length": 449.70616148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 46000, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060127, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39766, "Shape__Length": 179.40976163090858 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039944411575604, 40.105284709489801 ], [ -75.038964512272102, 40.106263385855897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 624, "tnode_": 643, "lpoly_": null, "rpoly_": null, "length": 292.79659327999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 829, "r_f_add": 800, "r_t_add": 828, "st_code": 16080, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060128, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39767, "Shape__Length": 116.69565601161092 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040769531384498, 40.105779272164902 ], [ -75.039944411575604, 40.105284709489801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 652, "tnode_": 627, "lpoly_": null, "rpoly_": null, "length": 297.86559718000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9968, "l_t_add": 9982, "r_f_add": 9983, "r_t_add": 9989, "st_code": 33860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39768, "Shape__Length": 118.83181521870614 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036115987271401, 40.104915466471603 ], [ -75.035466214464094, 40.105563263986802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 658, "tnode_": 606, "lpoly_": null, "rpoly_": null, "length": 565.4552888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALICIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 12000, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060130, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALICIA ST", "stname": "ALICIA ST", "objectid": 39769, "Shape__Length": 225.57794563751273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039131050814802, 40.104812268283801 ], [ -75.037882898792006, 40.106033273572102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 643, "tnode_": 658, "lpoly_": null, "rpoly_": null, "length": 285.27931983999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 831, "l_t_add": 845, "r_f_add": 830, "r_t_add": 846, "st_code": 16080, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060131, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39770, "Shape__Length": 113.69223065794674 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039944411575604, 40.105284709489801 ], [ -75.039131050814802, 40.104812268283801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 681, "tnode_": 607, "lpoly_": null, "rpoly_": null, "length": 761.87791374999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 18860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060132, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39771, "Shape__Length": 303.93447123920441 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038307640900697, 40.104347879976999 ], [ -75.036623112366499, 40.105991330026697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 658, "tnode_": 681, "lpoly_": null, "rpoly_": null, "length": 285.78121724, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 847, "l_t_add": 861, "r_f_add": 848, "r_t_add": 864, "st_code": 16080, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060133, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39772, "Shape__Length": 113.88539438050046 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039131050814802, 40.104812268283801 ], [ -75.038307640900697, 40.104347879976999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 652, "tnode_": 685, "lpoly_": null, "rpoly_": null, "length": 418.2257952, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHESWORTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 22920, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060134, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHESWORTH RD", "stname": "CHESWORTH RD", "objectid": 39773, "Shape__Length": 166.70979749086121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036115987271401, 40.104915466471603 ], [ -75.034975713350605, 40.104172903830403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 701, "tnode_": 652, "lpoly_": null, "rpoly_": null, "length": 563.28493804000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9940, "l_t_add": 9966, "r_f_add": 9967, "r_t_add": 9981, "st_code": 33860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060135, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39774, "Shape__Length": 224.52389495326426 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037651391223307, 40.103942816750802 ], [ -75.037232424361207, 40.104114399363098 ], [ -75.0368973200288, 40.104274755584598 ], [ -75.036593895235498, 40.104498959017299 ], [ -75.036115987271401, 40.104915466471603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 681, "tnode_": 701, "lpoly_": null, "rpoly_": null, "length": 235.52607605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 863, "l_t_add": 899, "r_f_add": 866, "r_t_add": 898, "st_code": 16080, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT ST", "stname": "BARTLETT ST", "objectid": 39775, "Shape__Length": 93.873408347346185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038307640900697, 40.104347879976999 ], [ -75.037651391223307, 40.103942816750802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 725, "tnode_": 701, "lpoly_": null, "rpoly_": null, "length": 302.67322027, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9920, "l_t_add": 9938, "r_f_add": 9959, "r_t_add": 9965, "st_code": 33860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39776, "Shape__Length": 120.58539026718894 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038564897767699, 40.103497535831401 ], [ -75.037651391223307, 40.103942816750802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 653, "tnode_": 725, "lpoly_": null, "rpoly_": null, "length": 934.49861567000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 37320, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060138, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 39777, "Shape__Length": 372.42169214981453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041228277121903, 40.105046082579001 ], [ -75.038564897767699, 40.103497535831401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 741, "tnode_": 725, "lpoly_": null, "rpoly_": null, "length": 313.54569100999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9918, "r_f_add": 9901, "r_t_add": 9957, "st_code": 33860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39778, "Shape__Length": 124.92359819569448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039501119966801, 40.103024271604099 ], [ -75.038564897767699, 40.103497535831401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 653, "tnode_": 741, "lpoly_": null, "rpoly_": null, "length": 959.39703098000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDWAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 863, "r_f_add": 800, "r_t_add": 866, "st_code": 55220, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDWAY RD", "stname": "MEDWAY RD", "objectid": 39779, "Shape__Length": 382.73126521805023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041228277121903, 40.105046082579001 ], [ -75.041210775655799, 40.104460598310403 ], [ -75.041200117819997, 40.104213208720502 ], [ -75.041132211066696, 40.104027570630699 ], [ -75.0409133794289, 40.103848892368198 ], [ -75.039501119966801, 40.103024271604099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 741, "tnode_": 770, "lpoly_": null, "rpoly_": null, "length": 330.56469970999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDWAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 865, "l_t_add": 899, "r_f_add": 868, "r_t_add": 898, "st_code": 55220, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060141, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDWAY RD", "stname": "MEDWAY RD", "objectid": 39780, "Shape__Length": 131.7401473098856 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039501119966801, 40.103024271604099 ], [ -75.038565575381497, 40.102469902191203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 627, "tnode_": 601, "lpoly_": null, "rpoly_": null, "length": 311.36301262000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9984, "l_t_add": 9998, "r_f_add": 9991, "r_t_add": 9999, "st_code": 33860, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060143, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39781, "Shape__Length": 124.20436674406415 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035466214464094, 40.105563263986802 ], [ -75.034762478147101, 40.106225491681997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 514, "tnode_": 525, "lpoly_": null, "rpoly_": null, "length": 207.52917442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEIGER", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 36470, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEIGER RD", "stname": "GEIGER RD", "objectid": 39782, "Shape__Length": 82.736298132559469 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050834052183404, 40.110460044872198 ], [ -75.050276802180505, 40.1100839131648 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 525, "tnode_": 613, "lpoly_": null, "rpoly_": null, "length": 2353.9173336, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GEIGER", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 36470, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060145, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GEIGER RD", "stname": "GEIGER RD", "objectid": 39783, "Shape__Length": 938.27142107839825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050276802180505, 40.1100839131648 ], [ -75.049801454068103, 40.109636939073702 ], [ -75.049122542968405, 40.1091032924896 ], [ -75.047147733563506, 40.107902013464198 ], [ -75.044457164456801, 40.106334320240101 ], [ -75.044081229552802, 40.106117485404503 ], [ -75.043769476792093, 40.106046449165603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 508, "tnode_": 502, "lpoly_": null, "rpoly_": null, "length": 150.67723754, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 71672, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060146, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER PLZ", "stname": "SELMER PLZ", "objectid": 39784, "Shape__Length": 60.116751613655758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029128817362803, 40.1102743930144 ], [ -75.0288007053461, 40.110602442698898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 499, "tnode_": 508, "lpoly_": null, "rpoly_": null, "length": 254.60479668000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 715, "r_f_add": 700, "r_t_add": 716, "st_code": 71674, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060147, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 39785, "Shape__Length": 101.47541285335956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029855103930203, 40.110695706135402 ], [ -75.029128817362803, 40.1102743930144 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 516, "tnode_": 510, "lpoly_": null, "rpoly_": null, "length": 175.45927909000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 71676, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060148, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER TER", "stname": "SELMER TER", "objectid": 39786, "Shape__Length": 69.995807742493511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028306237315505, 40.1098141914118 ], [ -75.0279095476305, 40.110187309562598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 508, "tnode_": 516, "lpoly_": null, "rpoly_": null, "length": 284.6784465, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 717, "l_t_add": 739, "r_f_add": 718, "r_t_add": 740, "st_code": 71674, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 39787, "Shape__Length": 113.45343386513947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029128817362803, 40.1102743930144 ], [ -75.028306237315505, 40.1098141914118 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 511, "tnode_": 518, "lpoly_": null, "rpoly_": null, "length": 243.81859924, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 713, "r_f_add": 700, "r_t_add": 728, "st_code": 70880, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060150, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 39788, "Shape__Length": 97.182987201338364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030400892461401, 40.110166050936897 ], [ -75.029715846620704, 40.109752163938801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 516, "tnode_": 528, "lpoly_": null, "rpoly_": null, "length": 300.29652620999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 741, "l_t_add": 763, "r_f_add": 742, "r_t_add": 764, "st_code": 71674, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060151, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 39789, "Shape__Length": 119.6891534284224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028306237315505, 40.1098141914118 ], [ -75.027455991251401, 40.109310861078299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 518, "tnode_": 531, "lpoly_": null, "rpoly_": null, "length": 463.04148768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 715, "l_t_add": 747, "r_f_add": 730, "r_t_add": 750, "st_code": 70880, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 39790, "Shape__Length": 184.54076716164269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029715846620704, 40.109752163938801 ], [ -75.028386091215395, 40.108995068758603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 528, "tnode_": 533, "lpoly_": null, "rpoly_": null, "length": 189.78380395000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 765, "l_t_add": 799, "r_f_add": 766, "r_t_add": 798, "st_code": 71674, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060153, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 39791, "Shape__Length": 75.691725271666968 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027455991251401, 40.109310861078299 ], [ -75.027276431762701, 40.109209530739903 ], [ -75.027104006601505, 40.109092100571502 ], [ -75.027047290156503, 40.109034084833901 ], [ -75.027025451588003, 40.1089351331213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 531, "tnode_": 542, "lpoly_": null, "rpoly_": null, "length": 265.87462361999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 749, "l_t_add": 799, "r_f_add": 752, "r_t_add": 798, "st_code": 70880, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060154, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 39792, "Shape__Length": 105.96972543354198 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028386091215395, 40.108995068758603 ], [ -75.027635242165204, 40.1085475201523 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 550, "tnode_": 531, "lpoly_": null, "rpoly_": null, "length": 481.30612439000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 18860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 39793, "Shape__Length": 191.75994599232124 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0298476312812, 40.108299714009199 ], [ -75.029518535431293, 40.108438243932198 ], [ -75.029062741638199, 40.108653832190697 ], [ -75.028581795917802, 40.108883914192603 ], [ -75.028386091215395, 40.108995068758603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 566, "tnode_": 559, "lpoly_": null, "rpoly_": null, "length": 301.89342275000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10146, "l_t_add": 10160, "r_f_add": 10145, "r_t_add": 10163, "st_code": 33860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39794, "Shape__Length": 120.27155840777579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029645082103798, 40.1075817740671 ], [ -75.028719996977301, 40.108008658281399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 559, "tnode_": 570, "lpoly_": null, "rpoly_": null, "length": 259.39630834000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CRESWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 25960, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CRESWOOD RD", "stname": "CRESWOOD RD", "objectid": 39795, "Shape__Length": 103.54212438724007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028719996977301, 40.108008658281399 ], [ -75.028265361833704, 40.107388030028503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 574, "tnode_": 566, "lpoly_": null, "rpoly_": null, "length": 270.13932237, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10144, "r_f_add": 10101, "r_t_add": 10143, "st_code": 33860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39796, "Shape__Length": 107.6283816149579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030462144966194, 40.107186424289303 ], [ -75.029645082103798, 40.1075817740671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 574, "tnode_": 592, "lpoly_": null, "rpoly_": null, "length": 272.94710605999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 749, "l_t_add": 799, "r_f_add": 744, "r_t_add": 798, "st_code": 38840, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 39797, "Shape__Length": 109.01898349582308 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030462144966194, 40.107186424289303 ], [ -75.0303691709139, 40.106838690051802 ], [ -75.030240789719798, 40.106577510176301 ], [ -75.030197483632506, 40.1064672999686 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 545, "tnode_": 567, "lpoly_": null, "rpoly_": null, "length": 384.36852241999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 733, "r_f_add": 700, "r_t_add": 708, "st_code": 37740, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060161, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORMAN ST", "stname": "GORMAN ST", "objectid": 39798, "Shape__Length": 153.44272406090096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032063476627798, 40.108494713639502 ], [ -75.031829875583199, 40.108321082298403 ], [ -75.031689912874896, 40.108166254475201 ], [ -75.031589607088904, 40.1079337978938 ], [ -75.031544342338293, 40.1077868205508 ], [ -75.031502795575406, 40.107568029056601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 584, "tnode_": 574, "lpoly_": null, "rpoly_": null, "length": 261.4366901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10050, "l_t_add": 10098, "r_f_add": 10043, "r_t_add": 10099, "st_code": 33860, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060162, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39799, "Shape__Length": 104.15722385920409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0312572821407, 40.106809226531396 ], [ -75.030462144966194, 40.107186424289303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 567, "tnode_": 584, "lpoly_": null, "rpoly_": null, "length": 285.11766586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 735, "l_t_add": 799, "r_f_add": 710, "r_t_add": 798, "st_code": 37740, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060163, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORMAN ST", "stname": "GORMAN ST", "objectid": 39800, "Shape__Length": 113.88894215989538 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031502795575406, 40.107568029056601 ], [ -75.0314421311204, 40.107419636016097 ], [ -75.031353625591194, 40.107075222412497 ], [ -75.0312572821407, 40.106809226531396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 550, "tnode_": 566, "lpoly_": null, "rpoly_": null, "length": 267.94394995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 757, "l_t_add": 799, "r_f_add": 742, "r_t_add": 798, "st_code": 47460, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060164, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENTWOOD ST", "stname": "KENTWOOD ST", "objectid": 39801, "Shape__Length": 107.03552902469103 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0298476312812, 40.108299714009199 ], [ -75.029769713865505, 40.107935649828399 ], [ -75.029645082103798, 40.1075817740671 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 449, "tnode_": 437, "lpoly_": null, "rpoly_": null, "length": 283.67211275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10824, "l_t_add": 10898, "r_f_add": 10825, "r_t_add": 10899, "st_code": 36840, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39802, "Shape__Length": 113.19840125691061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025292541885307, 40.113340388440498 ], [ -75.024702379511297, 40.113973693029301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 447, "tnode_": 458, "lpoly_": null, "rpoly_": null, "length": 244.17536976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 513, "r_f_add": 500, "r_t_add": 514, "st_code": 49540, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39803, "Shape__Length": 97.328432671618657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028883344725102, 40.113488908295999 ], [ -75.028195070640805, 40.113076563813998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 458, "tnode_": 461, "lpoly_": null, "rpoly_": null, "length": 53.86578868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 515, "l_t_add": 517, "r_f_add": 516, "r_t_add": 526, "st_code": 49540, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39804, "Shape__Length": 21.478732509915481 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028195070640805, 40.113076563813998 ], [ -75.028055086379595, 40.112975010311501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 458, "tnode_": 461, "lpoly_": null, "rpoly_": null, "length": 346.04811946999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 49545, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060168, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER TER", "stname": "LAWLER TER", "objectid": 39805, "Shape__Length": 138.06728497292988 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028195070640805, 40.113076563813998 ], [ -75.028461436146102, 40.112785326253899 ], [ -75.028500353198197, 40.112735241566298 ], [ -75.0284653007689, 40.112689072821702 ], [ -75.028385546808295, 40.112653181228801 ], [ -75.0283325635464, 40.112685930994303 ], [ -75.028055086379595, 40.112975010311501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 472, "tnode_": 449, "lpoly_": null, "rpoly_": null, "length": 385.41041227, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10822, "r_f_add": 10801, "r_t_add": 10823, "st_code": 36840, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060169, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39806, "Shape__Length": 153.98272144061224 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025423496908601, 40.112297121235997 ], [ -75.025452338023698, 40.112819571528803 ], [ -75.025292541885307, 40.113340388440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 487, "tnode_": 492, "lpoly_": null, "rpoly_": null, "length": 350.59645826000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 49530, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060170, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER PL", "stname": "LAWLER PL", "objectid": 39807, "Shape__Length": 139.62589262820228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026938032694503, 40.111397600049699 ], [ -75.027185162311795, 40.111331014227197 ], [ -75.027327190473201, 40.111306771025099 ], [ -75.027413332466097, 40.111281065595499 ], [ -75.027437253105504, 40.111252040562803 ], [ -75.027435801222296, 40.111220110757998 ], [ -75.027426249289803, 40.1111817025186 ], [ -75.027388110659302, 40.111161336729701 ], [ -75.026828616402796, 40.111244656511197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 436, "tnode_": 430, "lpoly_": null, "rpoly_": null, "length": 134.2341715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEATHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 41480, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060171, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEATHER ST", "stname": "HEATHER ST", "objectid": 39808, "Shape__Length": 53.557677298544832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028282511656201, 40.114089493264899 ], [ -75.027987111480698, 40.1143799134517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 430, "tnode_": 449, "lpoly_": null, "rpoly_": null, "length": 923.42533627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 34740, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060172, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 39809, "Shape__Length": 368.01055708358729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027987111480698, 40.1143799134517 ], [ -75.027793627205995, 40.114526386176301 ], [ -75.027570573298703, 40.114566443551404 ], [ -75.027372599139397, 40.114533419862603 ], [ -75.027175272605504, 40.114443435873397 ], [ -75.026968271757994, 40.114308487021702 ], [ -75.026708704447799, 40.114154989923698 ], [ -75.025292541885307, 40.113340388440498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 470, "tnode_": 447, "lpoly_": null, "rpoly_": null, "length": 406.34771697999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEATHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10780, "r_f_add": 10701, "r_t_add": 10781, "st_code": 41480, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060173, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEATHER ST", "stname": "HEATHER ST", "objectid": 39810, "Shape__Length": 162.17075269949208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029581842295102, 40.112564457903503 ], [ -75.029617281152397, 40.112676662640901 ], [ -75.029575865370603, 40.112789028674896 ], [ -75.029543413639999, 40.112861936214102 ], [ -75.028883344725102, 40.113488908295999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 477, "tnode_": 487, "lpoly_": null, "rpoly_": null, "length": 240.97702975000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 613, "r_f_add": 600, "r_t_add": 638, "st_code": 49540, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060174, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39811, "Shape__Length": 96.253639514519278 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027187469143001, 40.112029883110502 ], [ -75.027091329041198, 40.111728290576202 ], [ -75.026938032694503, 40.111397600049699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 487, "tnode_": 492, "lpoly_": null, "rpoly_": null, "length": 63.56693581, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 615, "l_t_add": 617, "r_f_add": 0, "r_t_add": 0, "st_code": 49540, "l_hundred": 600, "r_hundred": 0, "seg_id": 1060175, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39812, "Shape__Length": 25.375944262295349 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026938032694503, 40.111397600049699 ], [ -75.026828616402796, 40.111244656511197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 492, "tnode_": 513, "lpoly_": null, "rpoly_": null, "length": 673.75187018999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 619, "l_t_add": 699, "r_f_add": 640, "r_t_add": 698, "st_code": 49540, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060176, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39813, "Shape__Length": 268.67053128587759 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026828616402796, 40.111244656511197 ], [ -75.026580269398806, 40.110921576252203 ], [ -75.026210239396704, 40.110578438818997 ], [ -75.025801523076794, 40.110279722656699 ], [ -75.025338688672704, 40.1100420627319 ], [ -75.025144256116405, 40.109964814034697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 462, "tnode_": 475, "lpoly_": null, "rpoly_": null, "length": 248.5016096, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 545, "l_t_add": 599, "r_f_add": 534, "r_t_add": 598, "st_code": 14740, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060177, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 39814, "Shape__Length": 99.280134109277967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026479678548995, 40.112846002135697 ], [ -75.026312604579303, 40.112176008709199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 401, "tnode_": 402, "lpoly_": null, "rpoly_": null, "length": 129.57220131, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 14740, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060178, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 39815, "Shape__Length": 51.575945257575491 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031076848426906, 40.115650981685803 ], [ -75.030617721528998, 40.115603450975797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 388, "tnode_": 412, "lpoly_": null, "rpoly_": null, "length": 443.45798297, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 58766, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060179, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39816, "Shape__Length": 176.82279510617434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033270789116003, 40.116148135530999 ], [ -75.032767108613101, 40.115742765938798 ], [ -75.032103115851697, 40.1153281571519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 420, "tnode_": 390, "lpoly_": null, "rpoly_": null, "length": 457.34277213999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 445, "l_t_add": 499, "r_f_add": 448, "r_t_add": 498, "st_code": 46000, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39817, "Shape__Length": 182.49069528025387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030164790916302, 40.114987317372901 ], [ -75.029844968652796, 40.115200480634499 ], [ -75.029651266272396, 40.1153295069347 ], [ -75.029454883186105, 40.115525273403897 ], [ -75.029338631955994, 40.115711801247897 ], [ -75.029233612493798, 40.115979439724299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 412, "tnode_": 421, "lpoly_": null, "rpoly_": null, "length": 229.6293612, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 46000, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060181, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39818, "Shape__Length": 91.521740540337902 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032103115851697, 40.1153281571519 ], [ -75.031439916228393, 40.114956561192997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 427, "tnode_": 426, "lpoly_": null, "rpoly_": null, "length": 236.32158009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 489, "r_f_add": 400, "r_t_add": 490, "st_code": 14740, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 39819, "Shape__Length": 94.066054055277704 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029958690990398, 40.114490637079903 ], [ -75.0296976731467, 40.1145345210968 ], [ -75.029559813914602, 40.114536827191202 ], [ -75.029472663199897, 40.114540331970701 ], [ -75.029121669037806, 40.114514662923497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 427, "tnode_": 420, "lpoly_": null, "rpoly_": null, "length": 190.48339097000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 493, "l_t_add": 499, "r_f_add": 488, "r_t_add": 498, "st_code": 63110, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060183, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 39820, "Shape__Length": 76.085056625083368 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029958690990398, 40.114490637079903 ], [ -75.030077020734694, 40.114838547540501 ], [ -75.030164790916302, 40.114987317372901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 426, "tnode_": 436, "lpoly_": null, "rpoly_": null, "length": 282.96890312, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 491, "l_t_add": 499, "r_f_add": 492, "r_t_add": 498, "st_code": 14740, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 39821, "Shape__Length": 112.76220661968182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029121669037806, 40.114514662923497 ], [ -75.028867930660795, 40.114427133241499 ], [ -75.028614596852606, 40.114302124328098 ], [ -75.028282511656201, 40.114089493264899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 439, "tnode_": 435, "lpoly_": null, "rpoly_": null, "length": 93.82937201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 63105, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN PL", "stname": "PARLIN PL", "objectid": 39822, "Shape__Length": 37.434545534880066 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032094786475398, 40.113952009206997 ], [ -75.031884548467801, 40.114152727742997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 434, "tnode_": 439, "lpoly_": null, "rpoly_": null, "length": 231.2074265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 413, "r_f_add": 400, "r_t_add": 402, "st_code": 63110, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 39823, "Shape__Length": 92.151560823284058 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032759397169897, 40.114329436768699 ], [ -75.032094786475398, 40.113952009206997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 451, "tnode_": 441, "lpoly_": null, "rpoly_": null, "length": 203.79605562999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 63115, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060187, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN TER", "stname": "PARLIN TER", "objectid": 39824, "Shape__Length": 81.313559549790298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031191817348798, 40.1134299269563 ], [ -75.030747615569794, 40.1138733902065 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 439, "tnode_": 451, "lpoly_": null, "rpoly_": null, "length": 316.15461029, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 415, "l_t_add": 459, "r_f_add": 404, "r_t_add": 424, "st_code": 63110, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060188, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 39825, "Shape__Length": 126.01193270255999 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032094786475398, 40.113952009206997 ], [ -75.031191817348798, 40.1134299269563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 401, "tnode_": 421, "lpoly_": null, "rpoly_": null, "length": 276.81944052999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 355, "l_t_add": 399, "r_f_add": 342, "r_t_add": 398, "st_code": 14740, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060189, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 39826, "Shape__Length": 110.5430655482117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031076848426906, 40.115650981685803 ], [ -75.031112338251404, 40.1154197337328 ], [ -75.031439916228393, 40.114956561192997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 327, "tnode_": 332, "lpoly_": null, "rpoly_": null, "length": 123.02983839, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 300, "l_t_add": 398, "r_f_add": 301, "r_t_add": 399, "st_code": 77525, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON CT", "stname": "TOMLINSON CT", "objectid": 39827, "Shape__Length": 49.082821880603866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032794492936901, 40.118000137744403 ], [ -75.033078085520799, 40.117741956111203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 351, "tnode_": 330, "lpoly_": null, "rpoly_": null, "length": 239.40829868, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 58768, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA TER", "stname": "NANDINA TER", "objectid": 39828, "Shape__Length": 95.506998440944187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034329282554197, 40.117309163264402 ], [ -75.033769295736207, 40.117806233715299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 339, "tnode_": 354, "lpoly_": null, "rpoly_": null, "length": 121.67899084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 77535, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060192, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON PLZ", "stname": "TOMLINSON PLZ", "objectid": 39829, "Shape__Length": 48.542060366463758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0320136143376, 40.117517405761198 ], [ -75.032296727197902, 40.117263779401803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 363, "tnode_": 360, "lpoly_": null, "rpoly_": null, "length": 155.22107567, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 58762, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060193, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA PL", "stname": "NANDINA PL", "objectid": 39830, "Shape__Length": 61.855362196986206 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033805060668897, 40.116821347736902 ], [ -75.033340641131204, 40.117054644922398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 351, "tnode_": 363, "lpoly_": null, "rpoly_": null, "length": 230.37795693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 283, "l_t_add": 287, "r_f_add": 284, "r_t_add": 288, "st_code": 58766, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39831, "Shape__Length": 91.912151694327392 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034329282554197, 40.117309163264402 ], [ -75.033805060668897, 40.116821347736902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 359, "tnode_": 365, "lpoly_": null, "rpoly_": null, "length": 113.2668051, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 77545, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060195, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON TER", "stname": "TOMLINSON TER", "objectid": 39832, "Shape__Length": 45.19710754387463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031265332460407, 40.117040733458403 ], [ -75.031508304058306, 40.116791977117899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 374, "tnode_": 362, "lpoly_": null, "rpoly_": null, "length": 121.29957792, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HELENE", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 41710, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HELENE PL", "stname": "HELENE PL", "objectid": 39833, "Shape__Length": 48.398577873700845 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0304415834905, 40.1165506152334 ], [ -75.030174445170502, 40.116812935274297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 374, "tnode_": 381, "lpoly_": null, "rpoly_": null, "length": 121.35088713, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 77530, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON PL", "stname": "TOMLINSON PL", "objectid": 39834, "Shape__Length": 48.413151563502979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0304415834905, 40.1165506152334 ], [ -75.030719209614105, 40.116294612107701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 363, "tnode_": 388, "lpoly_": null, "rpoly_": null, "length": 287.17754859000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 289, "l_t_add": 299, "r_f_add": 290, "r_t_add": 298, "st_code": 58766, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060198, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39835, "Shape__Length": 114.63253213563536 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033805060668897, 40.116821347736902 ], [ -75.033270789116003, 40.116148135530999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 283, "tnode_": 290, "lpoly_": null, "rpoly_": null, "length": 75.95725774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 113, "l_t_add": 199, "r_f_add": 132, "r_t_add": 198, "st_code": 77540, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060199, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 39836, "Shape__Length": 30.283420869306958 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035207469388993, 40.119471210258901 ], [ -75.034999340770099, 40.119337248387303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 288, "tnode_": 294, "lpoly_": null, "rpoly_": null, "length": 381.08890183, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 58758, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 1060200, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA CT", "stname": "NANDINA CT", "objectid": 39837, "Shape__Length": 151.84268730992932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037392720928295, 40.1195349013704 ], [ -75.037159592990506, 40.119587501489299 ], [ -75.036904697497505, 40.119614890753901 ], [ -75.036704076727602, 40.119554486953298 ], [ -75.036505460326495, 40.119444027301 ], [ -75.036228973432799, 40.1192204889159 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 288, "tnode_": 302, "lpoly_": null, "rpoly_": null, "length": 235.79632197000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 107, "l_t_add": 111, "r_f_add": 108, "r_t_add": 112, "st_code": 58766, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39838, "Shape__Length": 94.139149135667907 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037392720928295, 40.1195349013704 ], [ -75.037321748923006, 40.119370916913901 ], [ -75.037267008100201, 40.119286776925101 ], [ -75.036992020426197, 40.1189702939201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 317, "tnode_": 290, "lpoly_": null, "rpoly_": null, "length": 464.65063392999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 51320, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 1060202, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39839, "Shape__Length": 185.39756070432009 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036030207818101, 40.118336953218602 ], [ -75.034999340770099, 40.119337248387303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 302, "tnode_": 317, "lpoly_": null, "rpoly_": null, "length": 354.3813844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 113, "l_t_add": 199, "r_f_add": 114, "r_t_add": 198, "st_code": 58766, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060203, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39840, "Shape__Length": 141.29302099100698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036992020426197, 40.1189702939201 ], [ -75.036030207818101, 40.118336953218602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 328, "tnode_": 312, "lpoly_": null, "rpoly_": null, "length": 234.10524245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 58760, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 1060204, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA LN", "stname": "NANDINA LN", "objectid": 39841, "Shape__Length": 93.402585867451961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0353008760828, 40.117898542605303 ], [ -75.034771585093594, 40.118396405581301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 317, "tnode_": 328, "lpoly_": null, "rpoly_": null, "length": 259.05919538000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 227, "r_f_add": 200, "r_t_add": 230, "st_code": 58766, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39842, "Shape__Length": 103.26913153295997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036030207818101, 40.118336953218602 ], [ -75.0353008760828, 40.117898542605303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 341, "tnode_": 338, "lpoly_": null, "rpoly_": null, "length": 71.19840742000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10826, "r_f_add": 10801, "r_t_add": 10827, "st_code": 51320, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060206, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39843, "Shape__Length": 28.367848122132489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037099002886606, 40.117655244860003 ], [ -75.036879371345506, 40.117754073790699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 349, "tnode_": 341, "lpoly_": null, "rpoly_": null, "length": 241.55933288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10790, "l_t_add": 10798, "r_f_add": 10789, "r_t_add": 10799, "st_code": 51320, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39844, "Shape__Length": 96.150305090694403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037960378169004, 40.117606475412003 ], [ -75.037099002886606, 40.117655244860003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 350, "tnode_": 349, "lpoly_": null, "rpoly_": null, "length": 325.05274247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10774, "l_t_add": 10788, "r_f_add": 10775, "r_t_add": 10787, "st_code": 51320, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060208, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39845, "Shape__Length": 129.38194000660005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039121847635798, 40.117639204642103 ], [ -75.037960378169004, 40.117606475412003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 348, "tnode_": 350, "lpoly_": null, "rpoly_": null, "length": 105.73234197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10772, "r_f_add": 10701, "r_t_add": 10773, "st_code": 51320, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060209, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39846, "Shape__Length": 42.08487212139822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039499840827801, 40.117633983886599 ], [ -75.039121847635798, 40.117639204642103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 328, "tnode_": 351, "lpoly_": null, "rpoly_": null, "length": 346.31547586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 229, "l_t_add": 281, "r_f_add": 232, "r_t_add": 282, "st_code": 58766, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 39847, "Shape__Length": 138.05351731058934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0353008760828, 40.117898542605303 ], [ -75.034329282554197, 40.117309163264402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 352, "tnode_": 348, "lpoly_": null, "rpoly_": null, "length": 152.00922555, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10698, "l_t_add": 10698, "r_f_add": 10697, "r_t_add": 10699, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39848, "Shape__Length": 60.508336294617663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040038917984006, 40.1175929030981 ], [ -75.039847112588603, 40.117623864195103 ], [ -75.039499840827801, 40.117633983886599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 356, "tnode_": 328, "lpoly_": null, "rpoly_": null, "length": 282.61404881, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 58760, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA LN", "stname": "NANDINA LN", "objectid": 39849, "Shape__Length": 112.77014617246816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035912963715703, 40.117281253141002 ], [ -75.0353008760828, 40.117898542605303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 349, "tnode_": 375, "lpoly_": null, "rpoly_": null, "length": 263.67333443999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 51308, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART LN", "stname": "LOCKART LN", "objectid": 39850, "Shape__Length": 105.35621323607648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037960378169004, 40.117606475412003 ], [ -75.037836250794001, 40.116888965422397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 378, "tnode_": 373, "lpoly_": null, "rpoly_": null, "length": 116.66440486, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBINA", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68914, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060214, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBINA TER", "stname": "ROBINA TER", "objectid": 39851, "Shape__Length": 46.54510517512427 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036645832562797, 40.116542838167703 ], [ -75.036381554270704, 40.116790620030699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 341, "tnode_": 378, "lpoly_": null, "rpoly_": null, "length": 436.61400170999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 211, "r_f_add": 200, "r_t_add": 232, "st_code": 68911, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060215, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBINA ST", "stname": "ROBINA ST", "objectid": 39852, "Shape__Length": 174.38150764436534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037099002886606, 40.117655244860003 ], [ -75.036928857912798, 40.116837527288403 ], [ -75.036895530585795, 40.116764369663002 ], [ -75.036645832562797, 40.116542838167703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 393, "tnode_": 385, "lpoly_": null, "rpoly_": null, "length": 110.86757363000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBINA", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68908, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060216, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBINA PL", "stname": "ROBINA PL", "objectid": 39853, "Shape__Length": 44.234002848064328 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0358462613234, 40.116077405035902 ], [ -75.035598632640102, 40.116315060179197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 378, "tnode_": 393, "lpoly_": null, "rpoly_": null, "length": 280.63350866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ROBINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 213, "l_t_add": 299, "r_f_add": 234, "r_t_add": 298, "st_code": 68911, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ROBINA ST", "stname": "ROBINA ST", "objectid": 39854, "Shape__Length": 111.85973471553633 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036645832562797, 40.116542838167703 ], [ -75.0358462613234, 40.116077405035902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 407, "tnode_": 408, "lpoly_": null, "rpoly_": null, "length": 52.29988142, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 259, "l_t_add": 299, "r_f_add": 276, "r_t_add": 298, "st_code": 68340, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060219, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 39855, "Shape__Length": 20.818948495026422 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034631863396001, 40.115654421929897 ], [ -75.034447793129502, 40.1156291212029 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 407, "tnode_": 408, "lpoly_": null, "rpoly_": null, "length": 236.04081732, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68335, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY PLZ", "stname": "RIDGEWAY PLZ", "objectid": 39856, "Shape__Length": 94.22421285368722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034631863396001, 40.115654421929897 ], [ -75.034701730890205, 40.115415476349703 ], [ -75.034507254073006, 40.115383048652198 ], [ -75.034447793129502, 40.1156291212029 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 338, "tnode_": 317, "lpoly_": null, "rpoly_": null, "length": 321.61108396999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10828, "l_t_add": 10898, "r_f_add": 10829, "r_t_add": 10899, "st_code": 51320, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39857, "Shape__Length": 128.23773208489726 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036879371345506, 40.117754073790699 ], [ -75.036485668760307, 40.117946036876198 ], [ -75.036418465634796, 40.117994554740697 ], [ -75.036030207818101, 40.118336953218602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 280, "tnode_": 296, "lpoly_": null, "rpoly_": null, "length": 322.29005239000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 67960, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060222, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 39858, "Shape__Length": 128.4468022138696 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037554921312804, 40.119820698616401 ], [ -75.037829455820599, 40.119752526522703 ], [ -75.037998637433304, 40.119673667002303 ], [ -75.038169600699405, 40.119550239284003 ], [ -75.038500915453795, 40.119338292688802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 393, "tnode_": 407, "lpoly_": null, "rpoly_": null, "length": 378.68701631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 257, "r_f_add": 200, "r_t_add": 274, "st_code": 68340, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060223, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 39859, "Shape__Length": 150.83873637810012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0358462613234, 40.116077405035902 ], [ -75.035389138160895, 40.115830903627703 ], [ -75.0352099391704, 40.1157614956564 ], [ -75.034893203351203, 40.1157039145154 ], [ -75.034631863396001, 40.115654421929897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 404, "tnode_": 388, "lpoly_": null, "rpoly_": null, "length": 246.46088779000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 303, "l_t_add": 399, "r_f_add": 302, "r_t_add": 398, "st_code": 68340, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060224, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 39860, "Shape__Length": 98.285364875018871 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033901729183597, 40.115675818637797 ], [ -75.033270789116003, 40.116148135530999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 408, "tnode_": 404, "lpoly_": null, "rpoly_": null, "length": 158.50111606000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 301, "r_f_add": 300, "r_t_add": 300, "st_code": 68340, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 39861, "Shape__Length": 63.103865788617057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034447793129502, 40.1156291212029 ], [ -75.034186398006099, 40.115609285225197 ], [ -75.034070269031503, 40.115612109098599 ], [ -75.033901729183597, 40.115675818637797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 353, "tnode_": 352, "lpoly_": null, "rpoly_": null, "length": 139.18336006000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10668, "l_t_add": 10696, "r_f_add": 10669, "r_t_add": 10695, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39862, "Shape__Length": 55.409469097542356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040524813819204, 40.117518750761697 ], [ -75.0402833075145, 40.117574139347496 ], [ -75.040038917984006, 40.1175929030981 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 361, "tnode_": 353, "lpoly_": null, "rpoly_": null, "length": 207.35814988000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10656, "l_t_add": 10666, "r_f_add": 10657, "r_t_add": 10667, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060227, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39863, "Shape__Length": 82.5908953461647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041199139916301, 40.117285566466798 ], [ -75.040739249165497, 40.117464874676003 ], [ -75.040524813819204, 40.117518750761697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 361, "tnode_": 370, "lpoly_": null, "rpoly_": null, "length": 110.28396997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERICA", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31978, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERICA TER", "stname": "ERICA TER", "objectid": 39864, "Shape__Length": 44.02033376373145 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041199139916301, 40.117285566466798 ], [ -75.040989404007902, 40.117029200166698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 376, "tnode_": 382, "lpoly_": null, "rpoly_": null, "length": 701.72232399000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERICA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 31976, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060229, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERICA ST", "stname": "ERICA ST", "objectid": 39865, "Shape__Length": 279.64193950345367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041936467522405, 40.116846790685798 ], [ -75.041534780978296, 40.116463543471802 ], [ -75.041391017885502, 40.116366817747597 ], [ -75.041236184059599, 40.116329834468601 ], [ -75.041027433160195, 40.116338251425098 ], [ -75.0407124412542, 40.1163975014844 ], [ -75.040223135232097, 40.116472644507397 ], [ -75.040019863420895, 40.116561194562699 ], [ -75.039899327018404, 40.116728403982798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 353, "tnode_": 337, "lpoly_": null, "rpoly_": null, "length": 122.09423475, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALNUS", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 12304, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALNUS PL", "stname": "ALNUS PL", "objectid": 39866, "Shape__Length": 48.778161377766615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040524813819204, 40.117518750761697 ], [ -75.040628456492001, 40.1178443298923 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 406, "tnode_": 395, "lpoly_": null, "rpoly_": null, "length": 310.91551476000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10614, "r_f_add": 10601, "r_t_add": 10621, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060231, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39867, "Shape__Length": 123.87703263784294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043696778562193, 40.1158882563902 ], [ -75.043484750993798, 40.115909415330798 ], [ -75.043229962448095, 40.115983423771198 ], [ -75.043043514820397, 40.1160857087594 ], [ -75.042744765212007, 40.116285619795299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 395, "tnode_": 376, "lpoly_": null, "rpoly_": null, "length": 304.78685389000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10616, "l_t_add": 10634, "r_f_add": 10623, "r_t_add": 10635, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39868, "Shape__Length": 121.52822947136676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042744765212007, 40.116285619795299 ], [ -75.041936467522405, 40.116846790685798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 395, "tnode_": 403, "lpoly_": null, "rpoly_": null, "length": 128.12982362999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERICA", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 31972, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERICA PL", "stname": "ERICA PL", "objectid": 39869, "Shape__Length": 51.11935270793709 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042744765212007, 40.116285619795299 ], [ -75.042455103941904, 40.116013118101897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 190, "tnode_": 186, "lpoly_": null, "rpoly_": null, "length": 183.98001971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUMONT", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 29335, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUMONT PL", "stname": "DUMONT PL", "objectid": 39870, "Shape__Length": 73.235770219010632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030235328884601, 40.123094646647701 ], [ -75.029577444400203, 40.123096318446898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 174, "tnode_": 219, "lpoly_": null, "rpoly_": null, "length": 702.06805413999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARITA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 53530, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060235, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MARITA ST", "stname": "MARITA ST", "objectid": 39871, "Shape__Length": 280.25870987403408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031844484474206, 40.123657833286501 ], [ -75.0316689431707, 40.123271093073797 ], [ -75.031542774740402, 40.123118711287603 ], [ -75.030913735816995, 40.1226333487528 ], [ -75.030708039380897, 40.122431534464702 ], [ -75.030658318942102, 40.122249821697899 ], [ -75.030658061482896, 40.1220392717766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 221, "tnode_": 191, "lpoly_": null, "rpoly_": null, "length": 538.96675752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11100, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 38780, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060236, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER RD", "stname": "GREINER RD", "objectid": 39872, "Shape__Length": 215.02254601137574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0316267582362, 40.122026026657103 ], [ -75.031786293421703, 40.122199896904803 ], [ -75.031915649771705, 40.122350667045303 ], [ -75.032039858137196, 40.1224520775069 ], [ -75.032314781669598, 40.1227047622531 ], [ -75.032887351663106, 40.123139011452899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 241, "tnode_": 240, "lpoly_": null, "rpoly_": null, "length": 312.46759162999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 163, "r_f_add": 100, "r_t_add": 176, "st_code": 49220, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060237, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 39873, "Shape__Length": 124.39493570923236 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031409984253898, 40.121320718192202 ], [ -75.031072936439699, 40.121329583199802 ], [ -75.030845110464696, 40.121324196432099 ], [ -75.030567885478305, 40.121306699602997 ], [ -75.030311689858706, 40.121232169199203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 241, "tnode_": 221, "lpoly_": null, "rpoly_": null, "length": 263.98826276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11066, "l_t_add": 11098, "r_f_add": 11063, "r_t_add": 11099, "st_code": 38780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060238, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER RD", "stname": "GREINER RD", "objectid": 39874, "Shape__Length": 105.47424940830435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031409984253898, 40.121320718192202 ], [ -75.0316267582362, 40.122026026657103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 249, "tnode_": 241, "lpoly_": null, "rpoly_": null, "length": 135.47634149000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11064, "l_t_add": 11064, "r_f_add": 11061, "r_t_add": 11061, "st_code": 38780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER RD", "stname": "GREINER RD", "objectid": 39875, "Shape__Length": 54.13850191169719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031418797204395, 40.120949409298298 ], [ -75.031401647743394, 40.121129462522497 ], [ -75.031409984253898, 40.121320718192202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 249, "tnode_": 252, "lpoly_": null, "rpoly_": null, "length": 123.89654247, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11001, "l_t_add": 11099, "r_f_add": 11000, "r_t_add": 11098, "st_code": 38775, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060240, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER PL", "stname": "GREINER PL", "objectid": 39876, "Shape__Length": 49.317325438841337 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031418797204395, 40.120949409298298 ], [ -75.031861630675706, 40.120959371695001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 251, "tnode_": 240, "lpoly_": null, "rpoly_": null, "length": 177.34919208, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 100, "r_t_add": 198, "st_code": 49215, "l_hundred": 0, "r_hundred": 100, "seg_id": 1060241, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR PL", "stname": "LARKSPUR PL", "objectid": 39877, "Shape__Length": 70.852035937084167 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030482970265396, 40.1207634208426 ], [ -75.030311689858706, 40.121232169199203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 236, "tnode_": 265, "lpoly_": null, "rpoly_": null, "length": 406.01235232, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 67955, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060242, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD PL", "stname": "RENNARD PL", "objectid": 39878, "Shape__Length": 162.08396590364137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033740511012098, 40.121386038322903 ], [ -75.033465318970599, 40.120936863337803 ], [ -75.033333769529904, 40.1206979547621 ], [ -75.033231314583603, 40.120561700600597 ], [ -75.033134343854698, 40.120495679340102 ], [ -75.033026379642905, 40.120436296689 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 287, "tnode_": 249, "lpoly_": null, "rpoly_": null, "length": 704.73413117999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11026, "l_t_add": 11062, "r_f_add": 11021, "r_t_add": 11059, "st_code": 38780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060243, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER RD", "stname": "GREINER RD", "objectid": 39879, "Shape__Length": 281.29298003328699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032708373024604, 40.119336874018103 ], [ -75.032425026219997, 40.119599934486097 ], [ -75.0317804319955, 40.120213845842301 ], [ -75.031609449784497, 40.1203903411621 ], [ -75.031502762851204, 40.120562885915902 ], [ -75.031438572251901, 40.120741906387799 ], [ -75.031418797204395, 40.120949409298298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 298, "tnode_": 289, "lpoly_": null, "rpoly_": null, "length": 144.62602363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11098, "r_f_add": 11001, "r_t_add": 11099, "st_code": 64566, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT TER", "stname": "PHILMONT TER", "objectid": 39880, "Shape__Length": 57.699478178628489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034312818140506, 40.118910014291799 ], [ -75.033979152024202, 40.119213330213903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 310, "tnode_": 287, "lpoly_": null, "rpoly_": null, "length": 399.26795971000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREINER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11024, "r_f_add": 11001, "r_t_add": 11019, "st_code": 38780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060245, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREINER RD", "stname": "GREINER RD", "objectid": 39881, "Shape__Length": 159.31424831688628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033585889927195, 40.118472334265398 ], [ -75.032708373024604, 40.119336874018103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 260, "tnode_": 244, "lpoly_": null, "rpoly_": null, "length": 257.49264492999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11300, "l_t_add": 11398, "r_f_add": 11301, "r_t_add": 11399, "st_code": 14060, "l_hundred": 11300, "r_hundred": 11300, "seg_id": 1060246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39882, "Shape__Length": 102.78090520569678 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028323998833102, 40.120338490800499 ], [ -75.027826481052301, 40.120933256252698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 274, "tnode_": 260, "lpoly_": null, "rpoly_": null, "length": 261.54063192000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11216, "l_t_add": 11298, "r_f_add": 11217, "r_t_add": 11299, "st_code": 14060, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 1060247, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39883, "Shape__Length": 104.39101691657388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028839305863997, 40.1197393606517 ], [ -75.028323998833102, 40.120338490800499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 282, "tnode_": 286, "lpoly_": null, "rpoly_": null, "length": 128.30359945000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11201, "r_t_add": 11299, "st_code": 45995, "l_hundred": 0, "r_hundred": 11200, "seg_id": 1060248, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES PL", "stname": "JEANES PL", "objectid": 39884, "Shape__Length": 51.078158813145748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026169174714397, 40.119071132843203 ], [ -75.026618505576906, 40.119000057871702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 300, "tnode_": 299, "lpoly_": null, "rpoly_": null, "length": 137.30307768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 14071, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON PLZ", "stname": "AUDUBON PLZ", "objectid": 39885, "Shape__Length": 54.652901529770688 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029312231503695, 40.118762043205002 ], [ -75.028822439495698, 40.118787873686799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 300, "tnode_": 274, "lpoly_": null, "rpoly_": null, "length": 383.69448551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11200, "l_t_add": 11214, "r_f_add": 11201, "r_t_add": 11215, "st_code": 14060, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 1060250, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39886, "Shape__Length": 153.24607314113052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029312231503695, 40.118762043205002 ], [ -75.029159329302502, 40.119292937755397 ], [ -75.028839305863997, 40.1197393606517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 322, "tnode_": 300, "lpoly_": null, "rpoly_": null, "length": 257.22411235000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11112, "l_t_add": 11198, "r_f_add": 11113, "r_t_add": 11199, "st_code": 14060, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060251, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39887, "Shape__Length": 102.78466711365839 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029228291210501, 40.118058883018897 ], [ -75.029312231503695, 40.118762043205002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 334, "tnode_": 286, "lpoly_": null, "rpoly_": null, "length": 657.38999087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11200, "l_t_add": 11298, "r_f_add": 11201, "r_t_add": 11299, "st_code": 46000, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 1060252, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39888, "Shape__Length": 262.38930674862075 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027804383449094, 40.117498340233503 ], [ -75.027689525636305, 40.117563045002598 ], [ -75.027596008118906, 40.117660209770399 ], [ -75.026974595495503, 40.118257058774702 ], [ -75.026808065665307, 40.1184365837141 ], [ -75.026691274402296, 40.118617286365797 ], [ -75.026633557404296, 40.118814677908802 ], [ -75.026618391436102, 40.118944275580603 ], [ -75.026618505576906, 40.119000057871702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 340, "tnode_": 334, "lpoly_": null, "rpoly_": null, "length": 349.14015671000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 36100, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDNER ST", "stname": "GARDNER ST", "objectid": 39889, "Shape__Length": 138.98966813851069 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0290272890892, 40.1173688788598 ], [ -75.028303392636602, 40.117401752162898 ], [ -75.027993786579998, 40.117425001840402 ], [ -75.027804383449094, 40.117498340233503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 340, "tnode_": 322, "lpoly_": null, "rpoly_": null, "length": 257.56750544, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11100, "l_t_add": 11110, "r_f_add": 11101, "r_t_add": 11111, "st_code": 14060, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39890, "Shape__Length": 102.90498270457913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0290272890892, 40.1173688788598 ], [ -75.029228291210501, 40.118058883018897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 368, "tnode_": 340, "lpoly_": null, "rpoly_": null, "length": 276.7465243, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11012, "l_t_add": 11098, "r_f_add": 11011, "r_t_add": 11099, "st_code": 14060, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060255, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39891, "Shape__Length": 110.58665816436282 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029000597734495, 40.116609457081502 ], [ -75.0290272890892, 40.1173688788598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 368, "tnode_": 369, "lpoly_": null, "rpoly_": null, "length": 94.88421842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 14073, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060256, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON TER", "stname": "AUDUBON TER", "objectid": 39892, "Shape__Length": 37.766349700983533 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029000597734495, 40.116609457081502 ], [ -75.028661336857695, 40.1166093804528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 390, "tnode_": 368, "lpoly_": null, "rpoly_": null, "length": 238.57907788, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11010, "r_f_add": 11001, "r_t_add": 11009, "st_code": 14060, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060257, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39893, "Shape__Length": 95.30654590903184 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029233612493798, 40.115979439724299 ], [ -75.029000597734495, 40.116609457081502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 314, "tnode_": 301, "lpoly_": null, "rpoly_": null, "length": 299.47881365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11200, "l_t_add": 11298, "r_f_add": 11201, "r_t_add": 11299, "st_code": 40100, "l_hundred": 11200, "r_hundred": 11200, "seg_id": 1060258, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 39894, "Shape__Length": 119.46282234271015 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028398284827105, 40.1181103400368 ], [ -75.028205422781596, 40.118203549228703 ], [ -75.0280582086789, 40.118320423472603 ], [ -75.027820075699097, 40.118571915835297 ], [ -75.027690400807103, 40.118714175664003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 322, "tnode_": 314, "lpoly_": null, "rpoly_": null, "length": 232.88609882, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURGESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 19820, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060259, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURGESS ST", "stname": "BURGESS ST", "objectid": 39895, "Shape__Length": 92.69902183636475 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029228291210501, 40.118058883018897 ], [ -75.028398284827105, 40.1181103400368 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 311, "tnode_": 340, "lpoly_": null, "rpoly_": null, "length": 645.70725901999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 36100, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060260, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDNER ST", "stname": "GARDNER ST", "objectid": 39896, "Shape__Length": 257.45948381402019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030269412149494, 40.118371634216501 ], [ -75.030387150883101, 40.118192748167701 ], [ -75.030440600527299, 40.1179874338657 ], [ -75.030368233201699, 40.117803309233302 ], [ -75.0302948335151, 40.117722314172497 ], [ -75.030190186849097, 40.117648807495598 ], [ -75.029987716193205, 40.117529089455999 ], [ -75.029715509351107, 40.117425404472002 ], [ -75.029359998146006, 40.117373244189302 ], [ -75.0290272890892, 40.1173688788598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 253, "tnode_": 260, "lpoly_": null, "rpoly_": null, "length": 236.57750787999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 49220, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060261, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 39897, "Shape__Length": 94.274119357319307 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029040817268594, 40.120683344354198 ], [ -75.028323998833102, 40.120338490800499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 267, "tnode_": 253, "lpoly_": null, "rpoly_": null, "length": 291.84860013999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11200, "l_t_add": 11298, "r_f_add": 0, "r_t_add": 0, "st_code": 51320, "l_hundred": 11200, "r_hundred": 0, "seg_id": 1060262, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39898, "Shape__Length": 116.43638653400983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029511108446698, 40.120129008720397 ], [ -75.029570114133804, 40.120243640522702 ], [ -75.029556412697403, 40.120407441821101 ], [ -75.029429897722196, 40.1205412192637 ], [ -75.0292398877408, 40.1206675365951 ], [ -75.029138974973705, 40.120687520296102 ], [ -75.029040817268594, 40.120683344354198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 166, "tnode_": 132, "lpoly_": null, "rpoly_": null, "length": 528.53635844999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 51320, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39899, "Shape__Length": 211.16422818215844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027353341561295, 40.123755833545601 ], [ -75.027229285501306, 40.124172740245697 ], [ -75.027199841058703, 40.1243022990406 ], [ -75.027188371783197, 40.124436934634403 ], [ -75.027211920604302, 40.124604963287503 ], [ -75.027300199765193, 40.124821043881703 ], [ -75.0274882586709, 40.125152298985398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 172, "tnode_": 151, "lpoly_": null, "rpoly_": null, "length": 341.16904947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11976, "r_f_add": 11901, "r_t_add": 11987, "st_code": 14060, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060264, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39900, "Shape__Length": 136.12895122963334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026348337728507, 40.123533427137097 ], [ -75.025877636756903, 40.124029083626503 ], [ -75.025578157218703, 40.124256189697299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 186, "tnode_": 163, "lpoly_": null, "rpoly_": null, "length": 310.36029486000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 29340, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUMONT RD", "stname": "DUMONT RD", "objectid": 39901, "Shape__Length": 124.03036481042801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029577444400203, 40.123096318446898 ], [ -75.029609876682997, 40.123947925701799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 189, "tnode_": 166, "lpoly_": null, "rpoly_": null, "length": 302.10103285000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 51320, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060266, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39902, "Shape__Length": 120.70646926640073 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027593210614398, 40.1229472370132 ], [ -75.027353341561295, 40.123755833545601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 203, "tnode_": 186, "lpoly_": null, "rpoly_": null, "length": 145.99908811, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 29340, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060267, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUMONT RD", "stname": "DUMONT RD", "objectid": 39903, "Shape__Length": 58.332549702220561 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029499478007693, 40.122707882071502 ], [ -75.029560433657906, 40.122792821671403 ], [ -75.029569847330194, 40.122913403045402 ], [ -75.029577444400203, 40.123096318446898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 211, "tnode_": 172, "lpoly_": null, "rpoly_": null, "length": 475.9312471, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11802, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 14060, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39904, "Shape__Length": 190.12736369579972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026855579070798, 40.122289817411399 ], [ -75.026646151219396, 40.122959091215201 ], [ -75.026348337728507, 40.123533427137097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 217, "tnode_": 189, "lpoly_": null, "rpoly_": null, "length": 348.97349432000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11712, "l_t_add": 11798, "r_f_add": 11713, "r_t_add": 11799, "st_code": 51320, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060269, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39905, "Shape__Length": 139.39381901450682 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028023896138905, 40.122049140213797 ], [ -75.027799481990399, 40.122455726488099 ], [ -75.027593210614398, 40.1229472370132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 203, "tnode_": 217, "lpoly_": null, "rpoly_": null, "length": 479.94487725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 67900, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060270, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGINA ST", "stname": "REGINA ST", "objectid": 39906, "Shape__Length": 191.24089812297899 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029499478007693, 40.122707882071502 ], [ -75.029333382685195, 40.122590500581097 ], [ -75.029002486986201, 40.122489667175898 ], [ -75.028023896138905, 40.122049140213797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 227, "tnode_": 211, "lpoly_": null, "rpoly_": null, "length": 248.77030693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11712, "l_t_add": 11800, "r_f_add": 11711, "r_t_add": 11799, "st_code": 14060, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060271, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39907, "Shape__Length": 99.354115953966215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027207316284105, 40.121662569696603 ], [ -75.026855579070798, 40.122289817411399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 234, "tnode_": 217, "lpoly_": null, "rpoly_": null, "length": 298.65024833999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11710, "r_f_add": 11701, "r_t_add": 11711, "st_code": 51320, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060272, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 39908, "Shape__Length": 119.23486324467844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028548716133201, 40.121335146842803 ], [ -75.028023896138905, 40.122049140213797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 211, "tnode_": 235, "lpoly_": null, "rpoly_": null, "length": 708.42496425000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENSMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 28220, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060273, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENSMORE RD", "stname": "DENSMORE RD", "objectid": 39909, "Shape__Length": 282.33840333529804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026855579070798, 40.122289817411399 ], [ -75.026401867778105, 40.1221217384537 ], [ -75.024754209827705, 40.121212187185201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 244, "tnode_": 227, "lpoly_": null, "rpoly_": null, "length": 317.12393034999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11710, "r_f_add": 11701, "r_t_add": 11709, "st_code": 14060, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060274, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 39910, "Shape__Length": 126.58153206229936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027826481052301, 40.120933256252698 ], [ -75.027207316284105, 40.121662569696603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 259, "tnode_": 235, "lpoly_": null, "rpoly_": null, "length": 385.61477996000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11714, "l_t_add": 11798, "r_f_add": 11715, "r_t_add": 11799, "st_code": 46000, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060275, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39911, "Shape__Length": 153.90303770281201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024857251303999, 40.120352082740403 ], [ -75.024493119286404, 40.120675979113599 ], [ -75.024451147916906, 40.1208336388842 ], [ -75.024481559990505, 40.121010180144303 ], [ -75.0245967877635, 40.121110632848101 ], [ -75.024754209827705, 40.121212187185201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 227, "tnode_": 259, "lpoly_": null, "rpoly_": null, "length": 812.30669787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 67900, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060276, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGINA ST", "stname": "REGINA ST", "objectid": 39912, "Shape__Length": 323.78052454163753 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027207316284105, 40.121662569696603 ], [ -75.024857251303999, 40.120352082740403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 273, "tnode_": 259, "lpoly_": null, "rpoly_": null, "length": 293.55965325, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11712, "r_f_add": 11701, "r_t_add": 11713, "st_code": 46000, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060277, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 39913, "Shape__Length": 117.13040269619235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025514404804497, 40.119723692937399 ], [ -75.024857251303999, 40.120352082740403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 163, "tnode_": 132, "lpoly_": null, "rpoly_": null, "length": 791.19645994000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11966, "r_f_add": 11901, "r_t_add": 11975, "st_code": 29340, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060278, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUMONT RD", "stname": "DUMONT RD", "objectid": 39914, "Shape__Length": 315.40443604165534 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029609876682997, 40.123947925701799 ], [ -75.029580471435096, 40.124174347914703 ], [ -75.029538137435793, 40.1242535039082 ], [ -75.029441233002103, 40.124391486128701 ], [ -75.029353460148897, 40.124464556394699 ], [ -75.029224961135299, 40.124576742713003 ], [ -75.028767449648697, 40.124756290936503 ], [ -75.0274882586709, 40.125152298985398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 177, "tnode_": 159, "lpoly_": null, "rpoly_": null, "length": 232.18206805999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 498, "st_code": 84465, "l_hundred": 0, "r_hundred": 400, "seg_id": 1060280, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODHAVEN TER", "stname": "WOODHAVEN TER", "objectid": 39915, "Shape__Length": 92.602013921691906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023371735508405, 40.123204310757401 ], [ -75.022872729802899, 40.123585791391498 ], [ -75.022778403209301, 40.123649944046697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 180, "tnode_": 199, "lpoly_": null, "rpoly_": null, "length": 193.83238306000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 498, "st_code": 84455, "l_hundred": 0, "r_hundred": 400, "seg_id": 1060281, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODHAVEN PLZ", "stname": "WOODHAVEN PLZ", "objectid": 39916, "Shape__Length": 77.344922843058896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021893778746502, 40.123071946726903 ], [ -75.022323075191196, 40.122654203847297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 182, "tnode_": 144, "lpoly_": null, "rpoly_": null, "length": 617.05994181999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 33860, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1060282, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 39917, "Shape__Length": 246.23233191185659 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020983018431494, 40.123016383237598 ], [ -75.0206332618815, 40.123370302542 ], [ -75.020160734704604, 40.123822115601598 ], [ -75.019623814501699, 40.124350635619301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 209, "tnode_": 225, "lpoly_": null, "rpoly_": null, "length": 220.77041652, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 28250, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060283, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE PL", "stname": "DEPUE PL", "objectid": 39918, "Shape__Length": 88.181889925481954 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020185175979293, 40.122290666595902 ], [ -75.020211870124598, 40.122163641731497 ], [ -75.020455585822404, 40.121724464082398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 256, "tnode_": 218, "lpoly_": null, "rpoly_": null, "length": 530.56852424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 36840, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060284, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39919, "Shape__Length": 211.79502043713939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020067371818101, 40.120426763427297 ], [ -75.019067278625698, 40.121664431401904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 243, "tnode_": 257, "lpoly_": null, "rpoly_": null, "length": 272.81448396999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 445, "l_t_add": 447, "r_f_add": 446, "r_t_add": 448, "st_code": 81400, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060285, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARING ST", "stname": "WARING ST", "objectid": 39920, "Shape__Length": 108.75246333796693 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022881744397395, 40.120917649378903 ], [ -75.022107789737504, 40.120461773041797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 257, "tnode_": 266, "lpoly_": null, "rpoly_": null, "length": 269.5899727, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 449, "l_t_add": 499, "r_f_add": 450, "r_t_add": 498, "st_code": 81400, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060286, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARING ST", "stname": "WARING ST", "objectid": 39921, "Shape__Length": 107.46904156128168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022107789737504, 40.120461773041797 ], [ -75.021346859317106, 40.120007437425201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 270, "tnode_": 229, "lpoly_": null, "rpoly_": null, "length": 597.27346913000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11751, "r_t_add": 11799, "st_code": 15740, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060287, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 39922, "Shape__Length": 238.53599298468387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018964621248401, 40.1198111237441 ], [ -75.018123895391795, 40.121318319034899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 266, "tnode_": 276, "lpoly_": null, "rpoly_": null, "length": 334.70576631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 669, "r_f_add": 600, "r_t_add": 658, "st_code": 81400, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060288, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARING ST", "stname": "WARING ST", "objectid": 39923, "Shape__Length": 133.42121086594906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021346859317106, 40.120007437425201 ], [ -75.020395637150699, 40.119449845043697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 278, "tnode_": 270, "lpoly_": null, "rpoly_": null, "length": 200.10263215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11628, "l_t_add": 11698, "r_f_add": 11701, "r_t_add": 11749, "st_code": 15740, "l_hundred": 11600, "r_hundred": 11700, "seg_id": 1060289, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 39924, "Shape__Length": 79.920184550331513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019230135437994, 40.1193010424956 ], [ -75.018964621248401, 40.1198111237441 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 291, "tnode_": 278, "lpoly_": null, "rpoly_": null, "length": 150.66040231000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11624, "l_t_add": 11626, "r_f_add": 11633, "r_t_add": 11699, "st_code": 15740, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060290, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 39925, "Shape__Length": 60.161209097835901 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019462892045098, 40.1189280594119 ], [ -75.019230135437994, 40.1193010424956 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 276, "tnode_": 291, "lpoly_": null, "rpoly_": null, "length": 322.76547761, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 671, "l_t_add": 699, "r_f_add": 660, "r_t_add": 698, "st_code": 81400, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060291, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARING ST", "stname": "WARING ST", "objectid": 39926, "Shape__Length": 128.64964177146052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020395637150699, 40.119449845043697 ], [ -75.019462892045098, 40.1189280594119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 209, "tnode_": 215, "lpoly_": null, "rpoly_": null, "length": 250.16325272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 488, "r_t_add": 498, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1060292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39927, "Shape__Length": 99.669877466190115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020185175979293, 40.122290666595902 ], [ -75.019400221100298, 40.1219613269798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 180, "tnode_": 198, "lpoly_": null, "rpoly_": null, "length": 268.15004800999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 460, "r_t_add": 468, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1060294, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39928, "Shape__Length": 106.87325837619241 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021893778746502, 40.123071946726903 ], [ -75.021100375259806, 40.122658586558799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 198, "tnode_": 209, "lpoly_": null, "rpoly_": null, "length": 288.90958253999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 470, "r_t_add": 486, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1060295, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2010-11-09T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39929, "Shape__Length": 115.10104703737382 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021100375259806, 40.122658586558799 ], [ -75.020185175979293, 40.122290666595902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 182, "tnode_": 200, "lpoly_": null, "rpoly_": null, "length": 277.01362521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 489, "l_t_add": 499, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 400, "r_hundred": 0, "seg_id": 1060297, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 39930, "Shape__Length": 110.38076148644728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020983018431494, 40.123016383237598 ], [ -75.020623975349196, 40.122822866327503 ], [ -75.020362256768706, 40.122708414589802 ], [ -75.020130659474106, 40.122634815574401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 306, "tnode_": 266, "lpoly_": null, "rpoly_": null, "length": 757.82533031000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEATHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 41480, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEATHER ST", "stname": "HEATHER ST", "objectid": 39931, "Shape__Length": 302.3996632341553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022986024823595, 40.1183509143222 ], [ -75.021346859317106, 40.120007437425201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 320, "tnode_": 276, "lpoly_": null, "rpoly_": null, "length": 745.2472946, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 36840, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060299, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39932, "Shape__Length": 297.37298265509583 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022017410808601, 40.117826575131801 ], [ -75.020395637150699, 40.119449845043697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 304, "tnode_": 344, "lpoly_": null, "rpoly_": null, "length": 850.32325466000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 539, "r_f_add": 500, "r_t_add": 542, "st_code": 49220, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 39933, "Shape__Length": 338.88920316877784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025296446242805, 40.1185548645458 ], [ -75.022796085813297, 40.117226820315899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 364, "tnode_": 344, "lpoly_": null, "rpoly_": null, "length": 262.02258318999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11500, "l_t_add": 11548, "r_f_add": 11501, "r_t_add": 11549, "st_code": 36840, "l_hundred": 11500, "r_hundred": 11500, "seg_id": 1060301, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39934, "Shape__Length": 104.56867803847186 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023332493058305, 40.116637105219702 ], [ -75.022796085813297, 40.117226820315899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 323, "tnode_": 364, "lpoly_": null, "rpoly_": null, "length": 863.3954449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 529, "r_f_add": 500, "r_t_add": 532, "st_code": 71660, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060302, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMA ST", "stname": "SELMA ST", "objectid": 39935, "Shape__Length": 344.10274288543866 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025862064452497, 40.117995725211003 ], [ -75.023332493058305, 40.116637105219702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 344, "tnode_": 383, "lpoly_": null, "rpoly_": null, "length": 784.36876581000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 541, "l_t_add": 599, "r_f_add": 544, "r_t_add": 598, "st_code": 49220, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060303, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 39936, "Shape__Length": 312.60898856574869 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022796085813297, 40.117226820315899 ], [ -75.020505414634101, 40.115984534006103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 387, "tnode_": 364, "lpoly_": null, "rpoly_": null, "length": 263.54637853999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11400, "l_t_add": 11498, "r_f_add": 11401, "r_t_add": 11499, "st_code": 36840, "l_hundred": 11400, "r_hundred": 11400, "seg_id": 1060304, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39937, "Shape__Length": 105.19451844452827 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023833495618902, 40.1160243690397 ], [ -75.023332493058305, 40.116637105219702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 336, "tnode_": 387, "lpoly_": null, "rpoly_": null, "length": 888.80855152000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURGESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 531, "r_f_add": 500, "r_t_add": 540, "st_code": 19820, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060305, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURGESS ST", "stname": "BURGESS ST", "objectid": 39938, "Shape__Length": 354.22907348295507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026435935886994, 40.117424692965898 ], [ -75.023833495618902, 40.1160243690397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 397, "tnode_": 387, "lpoly_": null, "rpoly_": null, "length": 151.02490813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11300, "l_t_add": 11398, "r_f_add": 11301, "r_t_add": 11399, "st_code": 36840, "l_hundred": 11300, "r_hundred": 11300, "seg_id": 1060306, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39939, "Shape__Length": 60.320206940326301 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024018660562106, 40.115634925895598 ], [ -75.023833495618902, 40.1160243690397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 364, "tnode_": 400, "lpoly_": null, "rpoly_": null, "length": 774.93424726000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 531, "l_t_add": 599, "r_f_add": 534, "r_t_add": 598, "st_code": 71660, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060307, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMA ST", "stname": "SELMA ST", "objectid": 39940, "Shape__Length": 308.84301776153529 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023332493058305, 40.116637105219702 ], [ -75.021064903776093, 40.1154146560295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 387, "tnode_": 418, "lpoly_": null, "rpoly_": null, "length": 750.52393134, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURGESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 533, "l_t_add": 599, "r_f_add": 542, "r_t_add": 598, "st_code": 19820, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURGESS ST", "stname": "BURGESS ST", "objectid": 39941, "Shape__Length": 299.09563677246535 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023833495618902, 40.1160243690397 ], [ -75.022202411469905, 40.115157399979601 ], [ -75.021614896813304, 40.114865721357397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 344, "tnode_": 313, "lpoly_": null, "rpoly_": null, "length": 303.15215501, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11550, "l_t_add": 11598, "r_f_add": 11551, "r_t_add": 11599, "st_code": 36840, "l_hundred": 11500, "r_hundred": 11500, "seg_id": 1060309, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 39942, "Shape__Length": 120.97754321780396 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022796085813297, 40.117226820315899 ], [ -75.022162936473606, 40.117902279209297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 204, "tnode_": 105, "lpoly_": null, "rpoly_": null, "length": 1715.2497281200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13398, "r_f_add": 13001, "r_t_add": 13399, "st_code": 65780, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060310, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-01-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39943, "Shape__Length": 684.54188524396841 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013150808993004, 40.122289938306999 ], [ -75.009526299435194, 40.126088435044501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 237, "tnode_": 188, "lpoly_": null, "rpoly_": null, "length": 781.27349292000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13042, "r_f_add": 13001, "r_t_add": 13043, "st_code": 68260, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060311, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHWOOD RD", "stname": "RICHWOOD RD", "objectid": 39944, "Shape__Length": 311.81837869572507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006847382731095, 40.120714070852898 ], [ -75.006895720365904, 40.120824740234497 ], [ -75.006900543924303, 40.120928973391898 ], [ -75.006861325898001, 40.121004390801502 ], [ -75.006323154079993, 40.121567671137498 ], [ -75.005787049994098, 40.122106706871001 ], [ -75.005411548978103, 40.122472467732102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 242, "tnode_": 207, "lpoly_": null, "rpoly_": null, "length": 609.16313782999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13018, "r_f_add": 13001, "r_t_add": 13019, "st_code": 47260, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060312, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 39945, "Shape__Length": 243.09239839145854 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010454734346496, 40.120690823446203 ], [ -75.009149459342893, 40.122029553105399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 245, "tnode_": 155, "lpoly_": null, "rpoly_": null, "length": 1341.5008769400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13010, "l_t_add": 13098, "r_f_add": 13011, "r_t_add": 13099, "st_code": 74760, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060313, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39946, "Shape__Length": 535.33892493136034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008425750368204, 40.120537819646998 ], [ -75.007284343694394, 40.121722482015699 ], [ -75.005541844159893, 40.123480457692402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 246, "tnode_": 188, "lpoly_": null, "rpoly_": null, "length": 955.19443117000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13024, "l_t_add": 13098, "r_f_add": 13025, "r_t_add": 13099, "st_code": 71980, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060314, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEWELL RD", "stname": "SEWELL RD", "objectid": 39947, "Shape__Length": 381.17346417106637 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006358324931099, 40.120394090592598 ], [ -75.005315400184998, 40.1214464468164 ], [ -75.004985487326806, 40.1217786900962 ], [ -75.004907887383794, 40.121908720219899 ], [ -75.004884203694601, 40.122046979088502 ], [ -75.004969197108593, 40.122180890382701 ], [ -75.005073660222095, 40.122280561180801 ], [ -75.005411548978103, 40.122472467732102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 237, "tnode_": 246, "lpoly_": null, "rpoly_": null, "length": 180.60676783, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1113, "r_f_add": 1100, "r_t_add": 1112, "st_code": 50880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060315, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 39948, "Shape__Length": 72.009972249402296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006847382731095, 40.120714070852898 ], [ -75.006706261592697, 40.1205911620183 ], [ -75.006358324931099, 40.120394090592598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 258, "tnode_": 27998, "lpoly_": null, "rpoly_": null, "length": 389.82232886999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13026, "l_t_add": 13032, "r_f_add": 13023, "r_t_add": 13025, "st_code": 84740, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060316, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 39949, "Shape__Length": 155.54574873186618 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005654368582697, 40.119969798561698 ], [ -75.004975027422802, 40.120625172540002 ], [ -75.004792242438597, 40.120810600002898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 246, "tnode_": 258, "lpoly_": null, "rpoly_": null, "length": 250.29621852, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1115, "l_t_add": 1199, "r_f_add": 1114, "r_t_add": 1198, "st_code": 50880, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 39950, "Shape__Length": 99.779464266286354 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006358324931099, 40.120394090592598 ], [ -75.005654368582697, 40.119969798561698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 262, "tnode_": 246, "lpoly_": null, "rpoly_": null, "length": 321.48204555000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13022, "r_f_add": 13001, "r_t_add": 13023, "st_code": 71980, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060318, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEWELL RD", "stname": "SEWELL RD", "objectid": 39951, "Shape__Length": 128.19167606005468 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007190847622098, 40.1198581376104 ], [ -75.007025059263299, 40.119863000028403 ], [ -75.006888166579699, 40.1198944406812 ], [ -75.006785718676596, 40.1199683506455 ], [ -75.006358324931099, 40.120394090592598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 245, "tnode_": 262, "lpoly_": null, "rpoly_": null, "length": 426.02145964000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 81540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060319, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARWICK ST", "stname": "WARWICK ST", "objectid": 39952, "Shape__Length": 169.80485910082311 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008425750368204, 40.120537819646998 ], [ -75.007410659237905, 40.1199416091534 ], [ -75.007190847622098, 40.1198581376104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 264, "tnode_": 245, "lpoly_": null, "rpoly_": null, "length": 308.45601739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13008, "r_f_add": 13001, "r_t_add": 13009, "st_code": 74760, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060320, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39953, "Shape__Length": 123.07740654686775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009110682482302, 40.1198741326779 ], [ -75.008425750368204, 40.120537819646998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 292, "tnode_": 258, "lpoly_": null, "rpoly_": null, "length": 621.42134608999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13024, "r_f_add": 13001, "r_t_add": 13021, "st_code": 84740, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060321, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 39954, "Shape__Length": 247.9725078381872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006993666089897, 40.118608630491401 ], [ -75.005654368582697, 40.119969798561698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 308, "tnode_": 261, "lpoly_": null, "rpoly_": null, "length": 1224.94986653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TRINA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13001, "l_t_add": 13099, "r_f_add": 13000, "r_t_add": 13098, "st_code": 77830, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060322, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TRINA DR", "stname": "TRINA DR", "objectid": 39955, "Shape__Length": 488.29739396313482 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006761626965599, 40.117877818571898 ], [ -75.005507380927696, 40.118124172888301 ], [ -75.005304909076401, 40.118165262782199 ], [ -75.003741211492198, 40.1195948533042 ], [ -75.003363408680201, 40.119774370351401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 232, "tnode_": 194, "lpoly_": null, "rpoly_": null, "length": 609.10436246999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GASTON", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13098, "r_f_add": 13001, "r_t_add": 13099, "st_code": 36330, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060323, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2001-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GASTON LN", "stname": "GASTON LN", "objectid": 39956, "Shape__Length": 243.06815937844982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.01126335795, 40.121158066008398 ], [ -75.009953553412501, 40.122493989032897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 222, "tnode_": 205, "lpoly_": null, "rpoly_": null, "length": 308.25076414, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDSAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13020, "r_f_add": 13001, "r_t_add": 13021, "st_code": 50960, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060324, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDSAY ST", "stname": "LINDSAY ST", "objectid": 39957, "Shape__Length": 122.98716083619547 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011832886878807, 40.121490912064402 ], [ -75.0111280324289, 40.1221414670851 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 384, "tnode_": 277, "lpoly_": null, "rpoly_": null, "length": 1555.6745040400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 71980, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1060325, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "2002-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEWELL RD", "stname": "SEWELL RD", "objectid": 39958, "Shape__Length": 620.75329832820807 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011210828463902, 40.115724797886102 ], [ -75.007844127063706, 40.119124231527799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 324, "tnode_": 316, "lpoly_": null, "rpoly_": null, "length": 88.50196081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 15910, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060326, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW PL", "stname": "BARLOW PL", "objectid": 39959, "Shape__Length": 35.246609238155045 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012034330229199, 40.1175434650849 ], [ -75.011741585957594, 40.117635716911003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 324, "tnode_": 309, "lpoly_": null, "rpoly_": null, "length": 152.87799397000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11910, "l_t_add": 11998, "r_f_add": 11917, "r_t_add": 11999, "st_code": 15920, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060327, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39960, "Shape__Length": 61.067364536817095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012034330229199, 40.1175434650849 ], [ -75.012203162857801, 40.117942612396803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 321, "tnode_": 331, "lpoly_": null, "rpoly_": null, "length": 443.43378382999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 841, "r_f_add": 800, "r_t_add": 840, "st_code": 15920, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060328, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39961, "Shape__Length": 176.62347364626373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016663198898797, 40.117800059823097 ], [ -75.015466990367202, 40.117403390234699 ], [ -75.015224888001796, 40.117291611838901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 342, "tnode_": 324, "lpoly_": null, "rpoly_": null, "length": 327.41577473000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11908, "r_f_add": 11901, "r_t_add": 11915, "st_code": 15920, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060329, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39962, "Shape__Length": 130.59354391088522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012750171273296, 40.116929571627303 ], [ -75.012379806837302, 40.1170441787486 ], [ -75.012153048647903, 40.117197532571801 ], [ -75.012070896194501, 40.117354330021897 ], [ -75.012034330229199, 40.1175434650849 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 326, "tnode_": 342, "lpoly_": null, "rpoly_": null, "length": 256.597366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 857, "l_t_add": 899, "r_f_add": 848, "r_t_add": 898, "st_code": 82260, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060330, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELTON ST", "stname": "WELTON ST", "objectid": 39963, "Shape__Length": 102.40223071264661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013242944493498, 40.117495593203799 ], [ -75.012927966059607, 40.117295356922803 ], [ -75.012750171273296, 40.116929571627303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 347, "tnode_": 345, "lpoly_": null, "rpoly_": null, "length": 52.35879379, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11614, "l_t_add": 11698, "r_f_add": 11613, "r_t_add": 11699, "st_code": 65780, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060331, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39964, "Shape__Length": 20.843086584786299 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017824285024204, 40.116987283617398 ], [ -75.017640315197397, 40.117013914016503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 331, "tnode_": 366, "lpoly_": null, "rpoly_": null, "length": 551.6839646, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 843, "l_t_add": 899, "r_f_add": 842, "r_t_add": 898, "st_code": 15920, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060332, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39965, "Shape__Length": 220.02018803888222 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015224888001796, 40.117291611838901 ], [ -75.014968837730805, 40.117141207220698 ], [ -75.014856574822701, 40.116986698388899 ], [ -75.014794115699502, 40.116826460303002 ], [ -75.014797256645295, 40.116577822128797 ], [ -75.014751828371601, 40.116507948668698 ], [ -75.014664444577903, 40.116452952863398 ], [ -75.014024914750493, 40.116317895030399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 372, "tnode_": 347, "lpoly_": null, "rpoly_": null, "length": 462.12820105999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11612, "r_f_add": 11601, "r_t_add": 11611, "st_code": 65780, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060333, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39966, "Shape__Length": 184.245229741401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019054862011302, 40.116207607908599 ], [ -75.018616619162998, 40.116665513738504 ], [ -75.018361613127794, 40.1168353266861 ], [ -75.018138753752197, 40.1169179671354 ], [ -75.017824285024204, 40.116987283617398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 367, "tnode_": 384, "lpoly_": null, "rpoly_": null, "length": 301.32529238000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1115, "r_f_add": 1100, "r_t_add": 1114, "st_code": 82260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060334, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELTON ST", "stname": "WELTON ST", "objectid": 39967, "Shape__Length": 120.10655162550825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012069746379794, 40.116224146661402 ], [ -75.011210828463902, 40.115724797886102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 384, "tnode_": 392, "lpoly_": null, "rpoly_": null, "length": 147.62999311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1117, "l_t_add": 1199, "r_f_add": 1116, "r_t_add": 1198, "st_code": 82260, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELTON ST", "stname": "WELTON ST", "objectid": 39968, "Shape__Length": 58.844290587246597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011210828463902, 40.115724797886102 ], [ -75.010790209337699, 40.115479953524598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 394, "tnode_": 372, "lpoly_": null, "rpoly_": null, "length": 265.23124281999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11062, "l_t_add": 11098, "r_f_add": 11063, "r_t_add": 11099, "st_code": 65780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39969, "Shape__Length": 105.83045115414369 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019631017139901, 40.1156292993644 ], [ -75.019054862011302, 40.116207607908599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 405, "tnode_": 392, "lpoly_": null, "rpoly_": null, "length": 575.55508986999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEWELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 71980, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEWELL RD", "stname": "SEWELL RD", "objectid": 39970, "Shape__Length": 229.28856827446342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012582207161898, 40.115150777592604 ], [ -75.012056227683502, 40.114997859381702 ], [ -75.011846429120496, 40.114981590574303 ], [ -75.011685071510499, 40.1149777480898 ], [ -75.011491798910498, 40.115037025697198 ], [ -75.011367131712205, 40.1150941795702 ], [ -75.011127424636598, 40.115212474545103 ], [ -75.010790209337699, 40.115479953524598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 411, "tnode_": 394, "lpoly_": null, "rpoly_": null, "length": 251.4846892, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11054, "l_t_add": 11060, "r_f_add": 11055, "r_t_add": 11061, "st_code": 65780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39971, "Shape__Length": 100.35394941734772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020159418632304, 40.115070726471103 ], [ -75.019631017139901, 40.1156292993644 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 396, "tnode_": 413, "lpoly_": null, "rpoly_": null, "length": 294.20510299, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENSMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 28220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060339, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENSMORE RD", "stname": "DENSMORE RD", "objectid": 39972, "Shape__Length": 117.36509167913739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014452140177198, 40.115460399718103 ], [ -75.014027654221806, 40.115208654447002 ], [ -75.013899297518506, 40.1150657933958 ], [ -75.013826856622501, 40.1149688073383 ], [ -75.013819569032293, 40.114858493380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 422, "tnode_": 411, "lpoly_": null, "rpoly_": null, "length": 171.14854509, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11048, "l_t_add": 11052, "r_f_add": 11045, "r_t_add": 11053, "st_code": 65780, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060340, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39973, "Shape__Length": 68.328414285568613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020430999674304, 40.114658477394997 ], [ -75.020349518063796, 40.114874681926302 ], [ -75.020269402519304, 40.114968043049998 ], [ -75.020159418632304, 40.115070726471103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 423, "tnode_": 413, "lpoly_": null, "rpoly_": null, "length": 191.88844837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11628, "l_t_add": 11698, "r_f_add": 11625, "r_t_add": 11699, "st_code": 15920, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060341, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39974, "Shape__Length": 76.637482034180195 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014057532775396, 40.114366180914097 ], [ -75.013876524013099, 40.114684198648597 ], [ -75.013819569032293, 40.114858493380297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 423, "tnode_": 431, "lpoly_": null, "rpoly_": null, "length": 288.07714772999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 67900, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGINA ST", "stname": "REGINA ST", "objectid": 39975, "Shape__Length": 114.76604610408324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014057532775396, 40.114366180914097 ], [ -75.013158894009194, 40.113979746105798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 321, "tnode_": 303, "lpoly_": null, "rpoly_": null, "length": 224.07773668, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 41885, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX TER", "stname": "HENDRIX TER", "objectid": 39976, "Shape__Length": 89.483391240091706 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016663198898797, 40.117800059823097 ], [ -75.016335399554293, 40.118361339530999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 318, "tnode_": 326, "lpoly_": null, "rpoly_": null, "length": 154.02125347, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 855, "r_f_add": 800, "r_t_add": 846, "st_code": 82260, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELTON ST", "stname": "WELTON ST", "objectid": 39977, "Shape__Length": 61.361474552003777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0137255203759, 40.117699307658498 ], [ -75.013242944493498, 40.117495593203799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 357, "tnode_": 342, "lpoly_": null, "rpoly_": null, "length": 349.16924524000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 15920, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060345, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 39978, "Shape__Length": 139.02802345497085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013940922512305, 40.116653039103198 ], [ -75.013808297300997, 40.116660129252303 ], [ -75.013509425615595, 40.116721810080797 ], [ -75.012750171273296, 40.116929571627303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 523, "tnode_": 506, "lpoly_": null, "rpoly_": null, "length": 308.12816146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10804, "r_f_add": 10801, "r_t_add": 10805, "st_code": 65780, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060346, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39979, "Shape__Length": 123.01834556282085 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024380239330597, 40.1094769666011 ], [ -75.023889532705198, 40.1102342591184 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 535, "tnode_": 523, "lpoly_": null, "rpoly_": null, "length": 251.81457926000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 65780, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060347, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39980, "Shape__Length": 100.52469287460744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024792676940294, 40.108868690236498 ], [ -75.024763681574299, 40.108971949311602 ], [ -75.024636512630096, 40.1091733036818 ], [ -75.024380239330597, 40.1094769666011 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 553, "tnode_": 540, "lpoly_": null, "rpoly_": null, "length": 254.66749376, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10804, "l_t_add": 10898, "r_f_add": 10813, "r_t_add": 10899, "st_code": 74760, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060348, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39981, "Shape__Length": 101.55078971855883 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020808319518594, 40.108003405097797 ], [ -75.020163112871401, 40.1084966464243 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 561, "tnode_": 553, "lpoly_": null, "rpoly_": null, "length": 158.61495347000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10802, "r_f_add": 10801, "r_t_add": 10811, "st_code": 74760, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39982, "Shape__Length": 63.209481043306774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021264050088803, 40.1077646012358 ], [ -75.021112857363306, 40.107793594934201 ], [ -75.020962449632506, 40.107876074707399 ], [ -75.020808319518594, 40.108003405097797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 539, "tnode_": 561, "lpoly_": null, "rpoly_": null, "length": 523.47937836999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 823, "l_t_add": 899, "r_f_add": 834, "r_t_add": 898, "st_code": 49540, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060350, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39983, "Shape__Length": 208.59657459514182 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022801601434196, 40.108551456853597 ], [ -75.021548930194697, 40.107827232779101 ], [ -75.021449601793293, 40.107780074294801 ], [ -75.021264050088803, 40.1077646012358 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 573, "tnode_": 586, "lpoly_": null, "rpoly_": null, "length": 247.78961095, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1107, "l_t_add": 1123, "r_f_add": 1106, "r_t_add": 1122, "st_code": 34740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060351, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 39984, "Shape__Length": 98.816334735888134 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019800124155296, 40.107003757748998 ], [ -75.019189180791301, 40.106511202066898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 586, "tnode_": 598, "lpoly_": null, "rpoly_": null, "length": 272.62825916999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 34740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060352, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 39985, "Shape__Length": 108.71446250216593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019189180791301, 40.106511202066898 ], [ -75.018506365700404, 40.105977169156802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 604, "tnode_": 573, "lpoly_": null, "rpoly_": null, "length": 632.61035075000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MURTY", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 57650, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060353, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MURTY LN", "stname": "MURTY LN", "objectid": 39986, "Shape__Length": 252.2494848712943 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021406495670902, 40.105781359981997 ], [ -75.019800124155296, 40.107003757748998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 620, "tnode_": 586, "lpoly_": null, "rpoly_": null, "length": 596.09459952000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RUBIN", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 69710, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060354, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RUBIN LN", "stname": "RUBIN LN", "objectid": 39987, "Shape__Length": 237.70457165512627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020675054056895, 40.105338242295602 ], [ -75.019189180791301, 40.106511202066898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 620, "tnode_": 638, "lpoly_": null, "rpoly_": null, "length": 243.02992457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1125, "l_t_add": 1199, "r_f_add": 1124, "r_t_add": 1198, "st_code": 71674, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060355, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 39988, "Shape__Length": 96.855206700409695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020675054056895, 40.105338242295602 ], [ -75.019982837859303, 40.104935071311999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 638, "tnode_": 598, "lpoly_": null, "rpoly_": null, "length": 570.59678336000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 27900, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER ST", "stname": "DEDAKER ST", "objectid": 39989, "Shape__Length": 227.49815899816204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019982837859303, 40.104935071311999 ], [ -75.019957434981293, 40.104924215007102 ], [ -75.019874808240402, 40.104936504923799 ], [ -75.019746444123399, 40.105050435157501 ], [ -75.018506365700404, 40.105977169156802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 523, "tnode_": 539, "lpoly_": null, "rpoly_": null, "length": 555.55928712000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 821, "r_f_add": 800, "r_t_add": 832, "st_code": 49540, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060358, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 39990, "Shape__Length": 221.42347182025563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024380239330597, 40.1094769666011 ], [ -75.022801601434196, 40.108551456853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 540, "tnode_": 529, "lpoly_": null, "rpoly_": null, "length": 263.17563932999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11006, "r_f_add": 11001, "r_t_add": 11007, "st_code": 74760, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060359, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 39991, "Shape__Length": 104.94490272319247 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020163112871401, 40.1084966464243 ], [ -75.019497383841298, 40.1090071657583 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 641, "tnode_": 656, "lpoly_": null, "rpoly_": null, "length": 424.69419798999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1013, "r_f_add": 1000, "r_t_add": 1012, "st_code": 37740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORMAN ST", "stname": "GORMAN ST", "objectid": 39992, "Shape__Length": 169.11155769235697 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027714559896594, 40.105088967126903 ], [ -75.027023743345495, 40.1048977748342 ], [ -75.026739427958006, 40.104821688499698 ], [ -75.026557268344007, 40.104757477937397 ], [ -75.026317728738604, 40.104642623771703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 712, "tnode_": 656, "lpoly_": null, "rpoly_": null, "length": 834.49511946999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 65780, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060361, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 39993, "Shape__Length": 332.70891364457691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028398685443804, 40.103562094709297 ], [ -75.027608435159806, 40.103375188817502 ], [ -75.027514214729507, 40.103379835400602 ], [ -75.027423503235198, 40.1034086330069 ], [ -75.027318542365904, 40.103457724480002 ], [ -75.027207038312895, 40.1035582389285 ], [ -75.027047946471001, 40.1037460167178 ], [ -75.026317728738604, 40.104642623771703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 774, "tnode_": 745, "lpoly_": null, "rpoly_": null, "length": 279.07062647000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10698, "r_f_add": 10601, "r_t_add": 10699, "st_code": 23500, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 39994, "Shape__Length": 111.24351841750295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013755010532805, 40.101820750630097 ], [ -75.013004195535999, 40.102325184752601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 810, "tnode_": 776, "lpoly_": null, "rpoly_": null, "length": 375.9552411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COWDEN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10698, "r_f_add": 10601, "r_t_add": 10699, "st_code": 25480, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060363, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COWDEN ST", "stname": "COWDEN ST", "objectid": 39995, "Shape__Length": 149.81189870227681 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013431890183, 40.1011741284699 ], [ -75.013223689069605, 40.101232351692602 ], [ -75.012919167712994, 40.101372135522404 ], [ -75.012698769474994, 40.101510334477602 ], [ -75.012352340231203, 40.101768835259001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 845, "tnode_": 825, "lpoly_": null, "rpoly_": null, "length": 264.94056961000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10606, "r_f_add": 10601, "r_t_add": 10607, "st_code": 32420, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060364, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 39996, "Shape__Length": 105.53341519463953 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013032545692397, 40.100446700293297 ], [ -75.012595115043993, 40.100607737524498 ], [ -75.012214592144602, 40.100808910786498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 936, "tnode_": 960, "lpoly_": null, "rpoly_": null, "length": 304.21623565, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1953, "l_t_add": 1999, "r_f_add": 1952, "r_t_add": 1998, "st_code": 38840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060365, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 39997, "Shape__Length": 121.45497888424643 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016468529679599, 40.0986526467711 ], [ -75.0160356900344, 40.097886545245302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 720, "tnode_": 705, "lpoly_": null, "rpoly_": null, "length": 287.90164771999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFF", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10300, "l_t_add": 10398, "r_f_add": 10301, "r_t_add": 10399, "st_code": 42920, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 1060366, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFF ST", "stname": "HOFF ST", "objectid": 39998, "Shape__Length": 114.62945756247002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015553969101404, 40.103092262811103 ], [ -75.014595215973102, 40.103379623935197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 731, "tnode_": 792, "lpoly_": null, "rpoly_": null, "length": 986.82166265000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 70880, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 39999, "Shape__Length": 393.52912674013112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017507330346504, 40.102847512243798 ], [ -75.017137610127605, 40.103117931560398 ], [ -75.016958665999894, 40.1031774742872 ], [ -75.016825398101602, 40.103134433499903 ], [ -75.016552983130893, 40.102936566372101 ], [ -75.016302926356303, 40.102699357584797 ], [ -75.016132657138101, 40.102543791712797 ], [ -75.015838441117694, 40.102114140250698 ], [ -75.015803045848202, 40.101961781400497 ], [ -75.015828936900803, 40.101834804043001 ], [ -75.016031840208697, 40.101696086759603 ], [ -75.016374105502607, 40.101592835355703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 721, "tnode_": 731, "lpoly_": null, "rpoly_": null, "length": 145.19978274000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 36270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARTH RD", "stname": "GARTH RD", "objectid": 40000, "Shape__Length": 57.90733398900317 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0178550430076, 40.103143449657701 ], [ -75.017507330346504, 40.102847512243798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 747, "tnode_": 731, "lpoly_": null, "rpoly_": null, "length": 204.69181433, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALAHAD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10208, "l_t_add": 10298, "r_f_add": 10209, "r_t_add": 10299, "st_code": 35930, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALAHAD RD", "stname": "GALAHAD RD", "objectid": 40001, "Shape__Length": 81.629468874817931 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018003496179503, 40.102434517691002 ], [ -75.017507330346504, 40.102847512243798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 772, "tnode_": 747, "lpoly_": null, "rpoly_": null, "length": 216.02652519, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALAHAD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10206, "r_f_add": 10201, "r_t_add": 10207, "st_code": 35930, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060370, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALAHAD RD", "stname": "GALAHAD RD", "objectid": 40002, "Shape__Length": 86.123618256965358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018568391229806, 40.1020301732947 ], [ -75.018003496179503, 40.102434517691002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 755, "tnode_": 772, "lpoly_": null, "rpoly_": null, "length": 141.39896339000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1849, "r_f_add": 1800, "r_t_add": 1848, "st_code": 38840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40003, "Shape__Length": 56.370797697474487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018939508089701, 40.102293702899097 ], [ -75.018568391229806, 40.1020301732947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 731, "tnode_": 792, "lpoly_": null, "rpoly_": null, "length": 563.37193475000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1851, "l_t_add": 1877, "r_f_add": 1850, "r_t_add": 1868, "st_code": 36270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARTH RD", "stname": "GARTH RD", "objectid": 40004, "Shape__Length": 224.77858208413576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017507330346504, 40.102847512243798 ], [ -75.0171484322221, 40.102591865217804 ], [ -75.016848105656393, 40.102313590042499 ], [ -75.016601262370401, 40.101996712132703 ], [ -75.016374105502607, 40.101592835355703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 794, "tnode_": 774, "lpoly_": null, "rpoly_": null, "length": 299.91686435000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10300, "l_t_add": 10398, "r_f_add": 10301, "r_t_add": 10399, "st_code": 23500, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 1060373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40005, "Shape__Length": 119.39302132983283 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014775065059496, 40.101567291643299 ], [ -75.013755010532805, 40.101820750630097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 798, "tnode_": 772, "lpoly_": null, "rpoly_": null, "length": 219.63385089000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALAHAD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10118, "l_t_add": 10198, "r_f_add": 10117, "r_t_add": 10199, "st_code": 35930, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060374, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALAHAD RD", "stname": "GALAHAD RD", "objectid": 40006, "Shape__Length": 87.575185388252777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019120542425298, 40.1016015365717 ], [ -75.018568391229806, 40.1020301732947 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 811, "tnode_": 794, "lpoly_": null, "rpoly_": null, "length": 279.50064843000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10224, "l_t_add": 10298, "r_f_add": 10219, "r_t_add": 10299, "st_code": 23500, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060375, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40007, "Shape__Length": 111.33931166637771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015631230208697, 40.1011769119647 ], [ -75.015173538444699, 40.101348713225804 ], [ -75.014775065059496, 40.101567291643299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 819, "tnode_": 811, "lpoly_": null, "rpoly_": null, "length": 132.45605529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10220, "l_t_add": 10222, "r_f_add": 10217, "r_t_add": 10217, "st_code": 23500, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060376, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40008, "Shape__Length": 52.738246201897418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016070026072796, 40.101040289126097 ], [ -75.015631230208697, 40.1011769119647 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 792, "tnode_": 819, "lpoly_": null, "rpoly_": null, "length": 218.52026264, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARTH", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1879, "l_t_add": 1899, "r_f_add": 1870, "r_t_add": 1898, "st_code": 36270, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060377, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARTH RD", "stname": "GARTH RD", "objectid": 40009, "Shape__Length": 87.248062727906088 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016374105502607, 40.101592835355703 ], [ -75.016070026072796, 40.101040289126097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 798, "tnode_": 829, "lpoly_": null, "rpoly_": null, "length": 325.52106574000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1861, "r_f_add": 1800, "r_t_add": 1854, "st_code": 55655, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERLIN RD", "stname": "MERLIN RD", "objectid": 40010, "Shape__Length": 129.88105639263654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019120542425298, 40.1016015365717 ], [ -75.0188883249089, 40.101421074074302 ], [ -75.018647356031707, 40.101215983665398 ], [ -75.018487066162805, 40.1008737957847 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 747, "tnode_": 832, "lpoly_": null, "rpoly_": null, "length": 696.82571911000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 47460, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENTWOOD ST", "stname": "KENTWOOD ST", "objectid": 40011, "Shape__Length": 278.09435668787523 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018003496179503, 40.102434517691002 ], [ -75.017614139652196, 40.102116484574601 ], [ -75.017355313388805, 40.101839197049003 ], [ -75.016748012762207, 40.100804228219303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 826, "tnode_": 839, "lpoly_": null, "rpoly_": null, "length": 133.53447471000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10102, "r_f_add": 10101, "r_t_add": 10101, "st_code": 23500, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40012, "Shape__Length": 53.260957229035114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020617493772093, 40.101008678585501 ], [ -75.020310827154901, 40.100727766151699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 847, "tnode_": 832, "lpoly_": null, "rpoly_": null, "length": 220.02508604000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10206, "r_f_add": 10201, "r_t_add": 10207, "st_code": 23500, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060381, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40013, "Shape__Length": 87.622316113793289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017453887090994, 40.100537815564799 ], [ -75.016748012762207, 40.100804228219303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 772, "tnode_": 847, "lpoly_": null, "rpoly_": null, "length": 635.07439738999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1851, "l_t_add": 1899, "r_f_add": 1850, "r_t_add": 1898, "st_code": 38840, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060382, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40014, "Shape__Length": 253.45717498842319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018568391229806, 40.1020301732947 ], [ -75.018220592622399, 40.101756091004098 ], [ -75.018010748908196, 40.101551739740003 ], [ -75.017453887090994, 40.100537815564799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 858, "tnode_": 847, "lpoly_": null, "rpoly_": null, "length": 220.5305846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10124, "l_t_add": 10198, "r_f_add": 10133, "r_t_add": 10199, "st_code": 23500, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40015, "Shape__Length": 87.808933432503238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018179361698998, 40.100300946022898 ], [ -75.017453887090994, 40.100537815564799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 829, "tnode_": 858, "lpoly_": null, "rpoly_": null, "length": 225.73660129000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1863, "l_t_add": 1899, "r_f_add": 1856, "r_t_add": 1898, "st_code": 55655, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERLIN RD", "stname": "MERLIN RD", "objectid": 40016, "Shape__Length": 90.130516755924589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018487066162805, 40.1008737957847 ], [ -75.018179361698998, 40.100300946022898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 863, "tnode_": 845, "lpoly_": null, "rpoly_": null, "length": 287.71969477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10500, "l_t_add": 10598, "r_f_add": 10501, "r_t_add": 10599, "st_code": 83120, "l_hundred": 10500, "r_hundred": 10500, "seg_id": 1060385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBUR ST", "stname": "WILBUR ST", "objectid": 40017, "Shape__Length": 114.55048515933504 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013992580106205, 40.1001633445076 ], [ -75.013032545692397, 40.100446700293297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 794, "tnode_": 863, "lpoly_": null, "rpoly_": null, "length": 556.31116986999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 34740, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40018, "Shape__Length": 222.11269337785987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014775065059496, 40.101567291643299 ], [ -75.013992580106205, 40.1001633445076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 871, "tnode_": 858, "lpoly_": null, "rpoly_": null, "length": 288.22083958999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10118, "l_t_add": 10122, "r_f_add": 10129, "r_t_add": 10131, "st_code": 23500, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40019, "Shape__Length": 114.72701274580348 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019167694310198, 40.1001207636941 ], [ -75.018909516231304, 40.100121718266998 ], [ -75.018627799021701, 40.100154898788801 ], [ -75.018179361698998, 40.100300946022898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 839, "tnode_": 871, "lpoly_": null, "rpoly_": null, "length": 394.4481386, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10104, "l_t_add": 10116, "r_f_add": 10103, "r_t_add": 10127, "st_code": 23500, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060388, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40020, "Shape__Length": 157.16975944092499 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020310827154901, 40.100727766151699 ], [ -75.019894882614395, 40.100408284964701 ], [ -75.019620223630298, 40.1002661938751 ], [ -75.019167694310198, 40.1001207636941 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 874, "tnode_": 863, "lpoly_": null, "rpoly_": null, "length": 286.24510359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10400, "l_t_add": 10498, "r_f_add": 10401, "r_t_add": 10499, "st_code": 83120, "l_hundred": 10400, "r_hundred": 10400, "seg_id": 1060389, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBUR ST", "stname": "WILBUR ST", "objectid": 40021, "Shape__Length": 113.9740298764963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014934038392994, 40.099855548321401 ], [ -75.013992580106205, 40.1001633445076 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 811, "tnode_": 874, "lpoly_": null, "rpoly_": null, "length": 519.36411067999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 70880, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 40022, "Shape__Length": 207.37138956161684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015631230208697, 40.1011769119647 ], [ -75.014934038392994, 40.099855548321401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 871, "tnode_": 875, "lpoly_": null, "rpoly_": null, "length": 93.18380548, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10101, "l_t_add": 10199, "r_f_add": 0, "r_t_add": 0, "st_code": 23490, "l_hundred": 10100, "r_hundred": 0, "seg_id": 1060391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK PL", "stname": "CLARK PL", "objectid": 40023, "Shape__Length": 37.226334113857646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019167694310198, 40.1001207636941 ], [ -75.019183771666306, 40.099865262210898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 858, "tnode_": 887, "lpoly_": null, "rpoly_": null, "length": 211.86003287000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERLIN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 55655, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060392, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERLIN RD", "stname": "MERLIN RD", "objectid": 40024, "Shape__Length": 84.589419115402265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018179361698998, 40.100300946022898 ], [ -75.017890960003101, 40.099763188800999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 893, "tnode_": 874, "lpoly_": null, "rpoly_": null, "length": 279.52642107000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10300, "l_t_add": 10398, "r_f_add": 10301, "r_t_add": 10399, "st_code": 83120, "l_hundred": 10300, "r_hundred": 10300, "seg_id": 1060393, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBUR ST", "stname": "WILBUR ST", "objectid": 40025, "Shape__Length": 111.2966674352098 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015855486017799, 40.099558776994201 ], [ -75.014934038392994, 40.099855548321401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 842, "tnode_": 893, "lpoly_": null, "rpoly_": null, "length": 398.44323483, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1941, "r_f_add": 1900, "r_t_add": 1940, "st_code": 47460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENTWOOD ST", "stname": "KENTWOOD ST", "objectid": 40026, "Shape__Length": 159.0857836542622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016400394551695, 40.100569334886799 ], [ -75.015855486017799, 40.099558776994201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 909, "tnode_": 893, "lpoly_": null, "rpoly_": null, "length": 278.86721781, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 83120, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBUR ST", "stname": "WILBUR ST", "objectid": 40027, "Shape__Length": 111.0251859626358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016785234637595, 40.099282674122897 ], [ -75.015855486017799, 40.099558776994201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 847, "tnode_": 909, "lpoly_": null, "rpoly_": null, "length": 494.01126502999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1941, "r_f_add": 1900, "r_t_add": 1940, "st_code": 38840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40028, "Shape__Length": 197.2449516680511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017453887090994, 40.100537815564799 ], [ -75.016785234637595, 40.099282674122897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 863, "tnode_": 924, "lpoly_": null, "rpoly_": null, "length": 512.71776821000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 34740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060397, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40029, "Shape__Length": 204.715329308722 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013992580106205, 40.1001633445076 ], [ -75.013306456074901, 40.0988582270693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 909, "tnode_": 936, "lpoly_": null, "rpoly_": null, "length": 246.01664048000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1943, "l_t_add": 1951, "r_f_add": 1942, "r_t_add": 1950, "st_code": 38840, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060398, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40030, "Shape__Length": 98.231514333627175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016785234637595, 40.099282674122897 ], [ -75.016468529679599, 40.0986526467711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 874, "tnode_": 938, "lpoly_": null, "rpoly_": null, "length": 519.43578118999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 70880, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060399, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANFORD ST", "stname": "SANFORD ST", "objectid": 40031, "Shape__Length": 207.3914193633251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014934038392994, 40.099855548321401 ], [ -75.014222991062695, 40.098538337218699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 946, "tnode_": 909, "lpoly_": null, "rpoly_": null, "length": 889.965047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILBUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 83120, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060400, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WILBUR ST", "stname": "WILBUR ST", "objectid": 40032, "Shape__Length": 354.33723927790135 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019728746366994, 40.098355983256504 ], [ -75.016785234637595, 40.099282674122897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 893, "tnode_": 947, "lpoly_": null, "rpoly_": null, "length": 527.92898758000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1943, "l_t_add": 1999, "r_f_add": 1942, "r_t_add": 1998, "st_code": 47460, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060401, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENTWOOD ST", "stname": "KENTWOOD ST", "objectid": 40033, "Shape__Length": 210.78569125952984 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015855486017799, 40.099558776994201 ], [ -75.015145452366895, 40.098216046577697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 955, "tnode_": 995, "lpoly_": null, "rpoly_": null, "length": 511.72296846, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2023, "r_f_add": 2000, "r_t_add": 2098, "st_code": 38840, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060402, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40034, "Shape__Length": 204.27210145819555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015591742550001, 40.098038062864802 ], [ -75.0150323381162, 40.097097465658301 ], [ -75.014941696871205, 40.0969542694788 ], [ -75.014798089924099, 40.096773852725903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 995, "tnode_": 1022, "lpoly_": null, "rpoly_": null, "length": 262.77181602999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2025, "l_t_add": 2099, "r_f_add": 2100, "r_t_add": 2198, "st_code": 38840, "l_hundred": 2000, "r_hundred": 2100, "seg_id": 1060403, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40035, "Shape__Length": 104.78057681370024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014798089924099, 40.096773852725903 ], [ -75.014159015009099, 40.096245224783999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1028, "tnode_": 1027, "lpoly_": null, "rpoly_": null, "length": 265.75196160999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9976, "l_t_add": 9982, "r_f_add": 9977, "r_t_add": 9979, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060404, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 40036, "Shape__Length": 105.74691412492446 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020796384723496, 40.0962541547444 ], [ -75.019849344360296, 40.096310895570802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1027, "tnode_": 1029, "lpoly_": null, "rpoly_": null, "length": 273.45048278000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9984, "l_t_add": 9990, "r_f_add": 9981, "r_t_add": 9991, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060405, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 40037, "Shape__Length": 108.81941437676326 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019849344360296, 40.096310895570802 ], [ -75.019366262884603, 40.0962960371549 ], [ -75.018885435329594, 40.096209121503101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1029, "tnode_": 1033, "lpoly_": null, "rpoly_": null, "length": 61.82272918, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9992, "l_t_add": 9998, "r_f_add": 9993, "r_t_add": 9999, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060406, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 40038, "Shape__Length": 24.606697622411001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018885435329594, 40.096209121503101 ], [ -75.018672651275097, 40.096163324739798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1037, "tnode_": 1028, "lpoly_": null, "rpoly_": null, "length": 302.77858854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9968, "l_t_add": 9974, "r_f_add": 9969, "r_t_add": 9975, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060407, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 40039, "Shape__Length": 120.49922669746229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021853095841806, 40.096108699703301 ], [ -75.021574549450307, 40.096191740124603 ], [ -75.021430777334899, 40.096214449213399 ], [ -75.0211372792362, 40.096238829166197 ], [ -75.020796384723496, 40.0962541547444 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1001, "tnode_": 1037, "lpoly_": null, "rpoly_": null, "length": 263.85579973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MONTOUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 56800, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060408, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MONTOUR ST", "stname": "MONTOUR ST", "objectid": 40040, "Shape__Length": 105.3436636166401 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022214003536703, 40.096777883021097 ], [ -75.021853095841806, 40.096108699703301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1054, "tnode_": 1037, "lpoly_": null, "rpoly_": null, "length": 241.8530856, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WISTARIA", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9964, "l_t_add": 9966, "r_f_add": 9963, "r_t_add": 9967, "st_code": 84120, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060409, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WISTARIA ST", "stname": "WISTARIA ST", "objectid": 40041, "Shape__Length": 96.296648547736325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022643687905799, 40.095840119718702 ], [ -75.021853095841806, 40.096108699703301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 829, "tnode_": 834, "lpoly_": null, "rpoly_": null, "length": 157.11565193000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MERLIN", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 55650, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060414, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MERLIN PL", "stname": "MERLIN PL", "objectid": 40042, "Shape__Length": 62.546957378498327 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018487066162805, 40.1008737957847 ], [ -75.018933620014906, 40.100746326443698 ], [ -75.019018796388494, 40.100743936503598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 663, "tnode_": 720, "lpoly_": null, "rpoly_": null, "length": 472.1038796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1701, "l_t_add": 1879, "r_f_add": 1700, "r_t_add": 1876, "st_code": 34740, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 1060415, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2009-01-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40043, "Shape__Length": 188.37492111320563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016504664092693, 40.104155960389299 ], [ -75.016133770165894, 40.103803804046699 ], [ -75.015983284077294, 40.103672632383201 ], [ -75.015834406358195, 40.103501625237101 ], [ -75.015553969101404, 40.103092262811103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 720, "tnode_": 794, "lpoly_": null, "rpoly_": null, "length": 596.7258937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1881, "l_t_add": 1899, "r_f_add": 1878, "r_t_add": 1898, "st_code": 34740, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060416, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40044, "Shape__Length": 238.27387837051256 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015553969101404, 40.103092262811103 ], [ -75.014775065059496, 40.101567291643299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 825, "tnode_": 892, "lpoly_": null, "rpoly_": null, "length": 520.75655920999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 15920, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060417, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 40045, "Shape__Length": 207.92034520987585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012214592144602, 40.100808910786498 ], [ -75.011497829925801, 40.099489595008599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 965, "tnode_": 995, "lpoly_": null, "rpoly_": null, "length": 792.3161629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 37740, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060419, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORMAN ST", "stname": "GORMAN ST", "objectid": 40046, "Shape__Length": 316.0462469217627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016432671342002, 40.097738845146203 ], [ -75.015750574037, 40.096592703593998 ], [ -75.015666265143906, 40.096520177985198 ], [ -75.015571645352793, 40.096475615514997 ], [ -75.015430588439003, 40.096444052556798 ], [ -75.015306884908597, 40.096437583082398 ], [ -75.015186064110594, 40.096473494764197 ], [ -75.015092194767206, 40.096524151764797 ], [ -75.014798089924099, 40.096773852725903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 825, "tnode_": 802, "lpoly_": null, "rpoly_": null, "length": 195.44105081000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10608, "l_t_add": 10698, "r_f_add": 10609, "r_t_add": 10699, "st_code": 32420, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060420, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 40047, "Shape__Length": 77.914412359199574 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012214592144602, 40.100808910786498 ], [ -75.011702069631198, 40.101173512772803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 941, "tnode_": 948, "lpoly_": null, "rpoly_": null, "length": 275.80282207, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FENWICK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1200, "l_t_add": 1206, "r_f_add": 1201, "r_t_add": 1221, "st_code": 33835, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060421, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FENWICK RD", "stname": "FENWICK RD", "objectid": 40048, "Shape__Length": 109.77721551655068 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0349995510296, 40.098881932375598 ], [ -75.035951323848096, 40.098684508781197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 862, "tnode_": 916, "lpoly_": null, "rpoly_": null, "length": 509.89421535000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLENN", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1161, "l_t_add": 1199, "r_f_add": 1162, "r_t_add": 1198, "st_code": 37320, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060422, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLENN ST", "stname": "GLENN ST", "objectid": 40049, "Shape__Length": 203.44497196218811 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035568444855997, 40.100715372668297 ], [ -75.035563996026497, 40.100632747686397 ], [ -75.035551921500399, 40.100537231540301 ], [ -75.035555535462095, 40.1004469695118 ], [ -75.0355752285124, 40.100352204344702 ], [ -75.035590084333904, 40.100298835423999 ], [ -75.035614177368302, 40.100253010137401 ], [ -75.035654543670603, 40.1001978007912 ], [ -75.035718222598504, 40.100116283359903 ], [ -75.035915399960103, 40.0999254189203 ], [ -75.036047806582602, 40.099826163009098 ], [ -75.036194858510697, 40.099727078772602 ], [ -75.0362829725251, 40.0996705554128 ], [ -75.036435571805697, 40.099579695058502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 576, "tnode_": 567, "lpoly_": null, "rpoly_": null, "length": 616.94510411, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRIDLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10099, "st_code": 18860, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060423, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRIDLE RD", "stname": "BRIDLE RD", "objectid": 40050, "Shape__Length": 245.84209220858463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0333076549298, 40.107241041848297 ], [ -75.032998709230995, 40.107057991607 ], [ -75.032834370374403, 40.1069643191666 ], [ -75.032696765426294, 40.106933007469003 ], [ -75.032616000765699, 40.1069423221197 ], [ -75.032399537258399, 40.107055054212097 ], [ -75.031934481215998, 40.107352711229296 ], [ -75.031627699013796, 40.107530647616599 ], [ -75.031502795575406, 40.107568029056601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 283, "tnode_": 275, "lpoly_": null, "rpoly_": null, "length": 141.8860526, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11098, "r_f_add": 11001, "r_t_add": 11099, "st_code": 64563, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060425, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT PL", "stname": "PHILMONT PL", "objectid": 40051, "Shape__Length": 56.615787887279289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035207469388993, 40.119471210258901 ], [ -75.034896377056896, 40.119778885766003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 350, "tnode_": 380, "lpoly_": null, "rpoly_": null, "length": 372.87449742999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 219, "r_f_add": 200, "r_t_add": 222, "st_code": 51323, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060426, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART TER", "stname": "LOCKART TER", "objectid": 40052, "Shape__Length": 148.99054672096059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039121847635798, 40.117639204642103 ], [ -75.038954946389694, 40.1166236772156 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 380, "tnode_": 391, "lpoly_": null, "rpoly_": null, "length": 92.24003887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 221, "l_t_add": 299, "r_f_add": 224, "r_t_add": 298, "st_code": 51323, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060427, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART TER", "stname": "LOCKART TER", "objectid": 40053, "Shape__Length": 36.85684702757402 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038954946389694, 40.1166236772156 ], [ -75.038919217602, 40.116371958845797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 380, "tnode_": 379, "lpoly_": null, "rpoly_": null, "length": 56.33306206, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 51323, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060428, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART TER", "stname": "LOCKART TER", "objectid": 40054, "Shape__Length": 22.424618646386318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038954946389694, 40.1166236772156 ], [ -75.038756514237804, 40.116650215549697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 453, "tnode_": 481, "lpoly_": null, "rpoly_": null, "length": 733.63715952000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PIERMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 64660, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060429, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PIERMONT ST", "stname": "PIERMONT ST", "objectid": 40055, "Shape__Length": 292.59788333052876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021851868421507, 40.113144728589603 ], [ -75.020958421401204, 40.1125999615819 ], [ -75.020742951247499, 40.112473894403202 ], [ -75.020483916161496, 40.112256077250002 ], [ -75.020332373794503, 40.112107336198399 ], [ -75.020095503120103, 40.111699956141301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 481, "tnode_": 469, "lpoly_": null, "rpoly_": null, "length": 372.39293291000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDSAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11006, "l_t_add": 11098, "r_f_add": 11009, "r_t_add": 11099, "st_code": 50960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060430, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDSAY ST", "stname": "LINDSAY ST", "objectid": 40056, "Shape__Length": 148.48444649660436 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020095503120103, 40.111699956141301 ], [ -75.019881725326599, 40.111757967697201 ], [ -75.019664880101303, 40.111861676868998 ], [ -75.0194851893514, 40.112020696147198 ], [ -75.019139928311304, 40.112373737341599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 466, "tnode_": 471, "lpoly_": null, "rpoly_": null, "length": 784.93694302000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 49220, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060431, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 40057, "Shape__Length": 312.80950999569097 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017854213010594, 40.112516116417403 ], [ -75.016547028020398, 40.111727921678998 ], [ -75.016278821321194, 40.111681668189398 ], [ -75.016018098596106, 40.111707370977797 ], [ -75.015567779545705, 40.112019331406401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 500, "tnode_": 553, "lpoly_": null, "rpoly_": null, "length": 978.98627459000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 34740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060432, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40058, "Shape__Length": 390.97466279659994 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021730668659004, 40.110518429567001 ], [ -75.021700942473998, 40.110410570025799 ], [ -75.021686222070798, 40.110254255573103 ], [ -75.021665784362, 40.109543855738401 ], [ -75.021590385068393, 40.109154840556101 ], [ -75.021476971682901, 40.10884021703 ], [ -75.021373445821396, 40.108628012912497 ], [ -75.021240198825595, 40.108458128624001 ], [ -75.021073912296401, 40.1082390562688 ], [ -75.020808319518594, 40.108003405097797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 730, "tnode_": 813, "lpoly_": null, "rpoly_": null, "length": 986.38855151000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BETH", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 123, "r_f_add": 100, "r_t_add": 126, "st_code": 17330, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060433, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BETH DR", "stname": "BETH DR", "objectid": 40059, "Shape__Length": 393.29252057419012 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060317384201099, 40.103876775210303 ], [ -75.059554720464007, 40.103408667854303 ], [ -75.059424212653994, 40.103314302075503 ], [ -75.059402153590696, 40.103290221775403 ], [ -75.059209812028698, 40.102917531867703 ], [ -75.059049510517596, 40.102607447176901 ], [ -75.058962443922198, 40.102481697926898 ], [ -75.058840420798205, 40.102366911467598 ], [ -75.058679609017403, 40.102262999778397 ], [ -75.058547819479799, 40.102201004400698 ], [ -75.058350649663595, 40.102143369182599 ], [ -75.057932094136802, 40.102104803185703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 813, "tnode_": 757, "lpoly_": null, "rpoly_": null, "length": 1129.25954996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURIE", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 49410, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060434, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURIE LN", "stname": "LAURIE LN", "objectid": 40060, "Shape__Length": 450.48600129020798 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057932094136802, 40.102104803185703 ], [ -75.057849642013807, 40.101816468804898 ], [ -75.057757928483497, 40.101711228304303 ], [ -75.057428530705195, 40.101506164932999 ], [ -75.057307538911104, 40.1014620931156 ], [ -75.057250407647103, 40.1014519184534 ], [ -75.0572123201473, 40.101445135329499 ], [ -75.057139392818399, 40.101446373563 ], [ -75.0570466035349, 40.101464818659302 ], [ -75.056909438544807, 40.101538188860196 ], [ -75.056098540705193, 40.102349825323302 ], [ -75.056037900741103, 40.102427933168599 ], [ -75.0560082689355, 40.102497931065699 ], [ -75.056006631783603, 40.102539129848303 ], [ -75.056171920752604, 40.102819880872403 ], [ -75.056404898605706, 40.103154828539097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 560, "tnode_": 554, "lpoly_": null, "rpoly_": null, "length": 124.67326067, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "TER", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 47995, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060435, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET TER", "stname": "KISMET TER", "objectid": 40061, "Shape__Length": 49.688828939602566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051859673709501, 40.1084673151773 ], [ -75.051504599795607, 40.108674188486802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 591, "tnode_": 580, "lpoly_": null, "rpoly_": null, "length": 674.40220965000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REMSEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 501, "l_t_add": 585, "r_f_add": 500, "r_t_add": 580, "st_code": 67945, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060436, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REMSEN RD", "stname": "REMSEN RD", "objectid": 40062, "Shape__Length": 268.78271227970936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048850768685796, 40.106925732560697 ], [ -75.048914589635103, 40.107071529806298 ], [ -75.049012789163399, 40.107168714112397 ], [ -75.049836892194804, 40.107654207677903 ], [ -75.050076285882795, 40.107713456103298 ], [ -75.050216654690104, 40.107696127329902 ], [ -75.050374274807595, 40.107650326768997 ], [ -75.050726453522699, 40.1074357535567 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 610, "tnode_": 637, "lpoly_": null, "rpoly_": null, "length": 428.93466721, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 624, "st_code": 47990, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060437, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 40063, "Shape__Length": 170.92449811550185 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049761347844395, 40.106259689266103 ], [ -75.049259371290901, 40.105833846947696 ], [ -75.048925840672695, 40.105710509413299 ], [ -75.048526018133501, 40.105624515885197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 633, "tnode_": 677, "lpoly_": null, "rpoly_": null, "length": 982.26514501999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KISMET", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 633, "l_t_add": 699, "r_f_add": 632, "r_t_add": 698, "st_code": 47990, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060438, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KISMET RD", "stname": "KISMET RD", "objectid": 40064, "Shape__Length": 391.38847140658163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047722623989998, 40.105694074386903 ], [ -75.047287069265394, 40.105717373292798 ], [ -75.046845490281797, 40.105721207789799 ], [ -75.046537155016594, 40.105662616371902 ], [ -75.046150454123094, 40.105525644514699 ], [ -75.045320870878697, 40.105044119303102 ], [ -75.045082538216107, 40.104824006458998 ], [ -75.0449864843401, 40.104673242364697 ], [ -75.044913512507705, 40.104482793144101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 789, "tnode_": 799, "lpoly_": null, "rpoly_": null, "length": 865.14993588000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9720, "r_f_add": 9701, "r_t_add": 9799, "st_code": 46000, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060439, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40065, "Shape__Length": 344.6433396295435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048941098837105, 40.102481605088897 ], [ -75.048366770293001, 40.101878918240402 ], [ -75.048232881373096, 40.1018021564009 ], [ -75.048042380088702, 40.101771388612299 ], [ -75.046350647622404, 40.102139698468903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 870, "tnode_": 817, "lpoly_": null, "rpoly_": null, "length": 507.4559764, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAYTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9898, "r_f_add": 9801, "r_t_add": 9899, "st_code": 49720, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060440, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAYTON RD", "stname": "LAYTON RD", "objectid": 40066, "Shape__Length": 202.36127923167476 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045545641898102, 40.100798056787099 ], [ -75.044703582360597, 40.101188078671399 ], [ -75.0445907725707, 40.101269555665802 ], [ -75.044525850299294, 40.101352160410002 ], [ -75.044517464600602, 40.101562292645497 ], [ -75.044556317862501, 40.101772411142299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 922, "tnode_": 942, "lpoly_": null, "rpoly_": null, "length": 1779.28213951, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STRATFORD", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 75160, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060441, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STRATFORD DR", "stname": "STRATFORD DR", "objectid": 40067, "Shape__Length": 709.01344784283117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052569886023207, 40.099773648820701 ], [ -75.052552001549699, 40.100026099211597 ], [ -75.0524999783471, 40.100151313105002 ], [ -75.052376502512502, 40.100298934370599 ], [ -75.052182291614798, 40.1004509154888 ], [ -75.051975765247803, 40.100518317250099 ], [ -75.051720010857395, 40.100563227402098 ], [ -75.051597872517107, 40.100557613367698 ], [ -75.051450006655799, 40.100530060361201 ], [ -75.051303576419002, 40.1004664152712 ], [ -75.051035652222396, 40.100303587047399 ], [ -75.048984144843502, 40.099057281832103 ], [ -75.048953533866396, 40.099038501158702 ], [ -75.048768664417196, 40.098955887189 ], [ -75.048566213659797, 40.098921026977401 ], [ -75.048416189964101, 40.098904605731803 ], [ -75.048108127957605, 40.098979075370401 ], [ -75.047639064568699, 40.099171954140402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 832, "tnode_": 819, "lpoly_": null, "rpoly_": null, "length": 208.24690065000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLARK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10208, "l_t_add": 10218, "r_f_add": 10209, "r_t_add": 10215, "st_code": 23500, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060471, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLARK ST", "stname": "CLARK ST", "objectid": 40068, "Shape__Length": 82.924239042492133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016748012762207, 40.100804228219303 ], [ -75.016070026072796, 40.101040289126097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 878, "tnode_": 954, "lpoly_": null, "rpoly_": null, "length": 898.01938671000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENT", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1117, "l_t_add": 1199, "r_f_add": 1110, "r_t_add": 1198, "st_code": 47440, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060442, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENT LN", "stname": "KENT LN", "objectid": 40069, "Shape__Length": 358.11856418969916 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039196207644395, 40.100423662915802 ], [ -75.037809348209706, 40.099618371479998 ], [ -75.037654231519795, 40.099513029332797 ], [ -75.037607182340295, 40.099459885475497 ], [ -75.037559363197701, 40.099404315826703 ], [ -75.037485707769804, 40.099266919574397 ], [ -75.037471861749907, 40.099194093551198 ], [ -75.037462563771896, 40.099113813232798 ], [ -75.037469801956703, 40.099037126320802 ], [ -75.037479884971503, 40.098981477553501 ], [ -75.0375000887678, 40.098904514488801 ], [ -75.037514209772297, 40.098865242956101 ], [ -75.037518874488697, 40.098858302309701 ], [ -75.037527475908703, 40.098846341094898 ], [ -75.037541732381598, 40.098831602019501 ], [ -75.037736525389207, 40.098637408484102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 760, "tnode_": 748, "lpoly_": null, "rpoly_": null, "length": 661.57777548000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODFERN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9966, "l_t_add": 9988, "r_f_add": 9965, "r_t_add": 9983, "st_code": 84440, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060443, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODFERN RD", "stname": "WOODFERN RD", "objectid": 40070, "Shape__Length": 263.36272447082411 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036429540556597, 40.1025185751175 ], [ -75.035936823713399, 40.102747959796297 ], [ -75.035829671957799, 40.102782911129403 ], [ -75.035743587632993, 40.102799618819198 ], [ -75.035649250905294, 40.102819255546599 ], [ -75.035551225828499, 40.102829435098201 ], [ -75.035440885306897, 40.102842445916302 ], [ -75.035408501801797, 40.102838558244201 ], [ -75.034175325227594, 40.102721693236298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 489, "tnode_": 527, "lpoly_": null, "rpoly_": null, "length": 1261.9445992800001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 63110, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060445, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 40071, "Shape__Length": 502.95474898542403 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029195708693393, 40.111401484285203 ], [ -75.028021959866194, 40.110707504188802 ], [ -75.027635417733904, 40.110486990346303 ], [ -75.026759802927501, 40.109982043329701 ], [ -75.025588071364098, 40.109321475230097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 532, "tnode_": 574, "lpoly_": null, "rpoly_": null, "length": 756.5364487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GREYMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 747, "r_f_add": 700, "r_t_add": 742, "st_code": 38840, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060446, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GREYMONT ST", "stname": "GREYMONT ST", "objectid": 40072, "Shape__Length": 302.03956747598153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031526135383103, 40.109036553553302 ], [ -75.031014479341806, 40.108628318904898 ], [ -75.030843128091306, 40.108367710447602 ], [ -75.030766026821993, 40.108207425498001 ], [ -75.030695951450298, 40.107994487057198 ], [ -75.030462144966194, 40.107186424289303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 600, "tnode_": 584, "lpoly_": null, "rpoly_": null, "length": 650.5379627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10012, "l_t_add": 10048, "r_f_add": 10011, "r_t_add": 10041, "st_code": 33860, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060447, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40073, "Shape__Length": 259.1693258649367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033240078404503, 40.106291397094203 ], [ -75.033055442693197, 40.106189500792297 ], [ -75.032926714652902, 40.106119116918997 ], [ -75.032752380168503, 40.106092549874703 ], [ -75.032655438466605, 40.106140764391803 ], [ -75.0312572821407, 40.106809226531396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 518, "tnode_": 550, "lpoly_": null, "rpoly_": null, "length": 602.25362496000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENTWOOD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 755, "r_f_add": 700, "r_t_add": 740, "st_code": 47460, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060448, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENTWOOD ST", "stname": "KENTWOOD ST", "objectid": 40074, "Shape__Length": 240.4191268602292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029715846620704, 40.109752163938801 ], [ -75.030131582872897, 40.1093242839124 ], [ -75.030224330362103, 40.109217064164703 ], [ -75.030267686175407, 40.109116222323898 ], [ -75.030257193178798, 40.109010333106099 ], [ -75.030234916666103, 40.108953212954802 ], [ -75.030095511269906, 40.108753725822702 ], [ -75.0298476312812, 40.108299714009199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 436, "tnode_": 462, "lpoly_": null, "rpoly_": null, "length": 690.73720929000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 543, "r_f_add": 500, "r_t_add": 532, "st_code": 14740, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060449, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 40075, "Shape__Length": 275.3996949840016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028282511656201, 40.114089493264899 ], [ -75.026746920691494, 40.113203785205798 ], [ -75.026617822313099, 40.113110050255699 ], [ -75.026548402076799, 40.113000727629 ], [ -75.026479678548995, 40.112846002135697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 475, "tnode_": 501, "lpoly_": null, "rpoly_": null, "length": 752.53644865999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 14740, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060450, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 40076, "Shape__Length": 300.2510027014801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026312604579303, 40.112176008709199 ], [ -75.026114102133803, 40.111688443468502 ], [ -75.025918700264, 40.1114046286865 ], [ -75.025692284248606, 40.1111612369575 ], [ -75.025342103821799, 40.110875240459997 ], [ -75.024765909037598, 40.110561629178299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 426, "tnode_": 417, "lpoly_": null, "rpoly_": null, "length": 232.39338248000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 14750, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 1060451, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON TER", "stname": "AVON TER", "objectid": 40077, "Shape__Length": 92.794441360152248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029121669037806, 40.114514662923497 ], [ -75.028977840560998, 40.114815111880603 ], [ -75.028772852582094, 40.115091256371997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 421, "tnode_": 420, "lpoly_": null, "rpoly_": null, "length": 390.00923686000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 443, "r_f_add": 400, "r_t_add": 446, "st_code": 46000, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060452, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40078, "Shape__Length": 155.32788229791487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031439916228393, 40.114956561192997 ], [ -75.031144818022398, 40.114821112276701 ], [ -75.030858106352298, 40.114778106825902 ], [ -75.030622553955197, 40.114795779880701 ], [ -75.030423840968794, 40.114869018422297 ], [ -75.030164790916302, 40.114987317372901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 451, "tnode_": 427, "lpoly_": null, "rpoly_": null, "length": 813.10003069000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 461, "l_t_add": 491, "r_f_add": 426, "r_t_add": 486, "st_code": 63110, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060453, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 40079, "Shape__Length": 324.43855426432071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031191817348798, 40.1134299269563 ], [ -75.030966425370295, 40.113272983003398 ], [ -75.030774857035595, 40.113168246106 ], [ -75.030668207944302, 40.113115621031703 ], [ -75.030516086783194, 40.113112023321797 ], [ -75.0303472472593, 40.113163700493203 ], [ -75.030137501431398, 40.113331316643901 ], [ -75.029924851925799, 40.113571235238801 ], [ -75.0298529613613, 40.113736545233799 ], [ -75.029823687639293, 40.113869574953704 ], [ -75.029844805500503, 40.114120475626201 ], [ -75.029942304744296, 40.1144011328429 ], [ -75.029958690990398, 40.114490637079903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 388, "tnode_": 401, "lpoly_": null, "rpoly_": null, "length": 748.3114902100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 353, "r_f_add": 300, "r_t_add": 340, "st_code": 14740, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060454, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON ST", "stname": "AVON ST", "objectid": 40080, "Shape__Length": 298.225853689524 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033270789116003, 40.116148135530999 ], [ -75.032805327286596, 40.116417277563201 ], [ -75.032643948057398, 40.1164635669465 ], [ -75.032448577267601, 40.116453382335202 ], [ -75.032246154769197, 40.116344779352801 ], [ -75.031647605014598, 40.115994656688599 ], [ -75.031076848426906, 40.115650981685803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 407, "tnode_": 389, "lpoly_": null, "rpoly_": null, "length": 161.73119658, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 68345, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060455, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY TER", "stname": "RIDGEWAY TER", "objectid": 40081, "Shape__Length": 64.620324162065998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034631863396001, 40.115654421929897 ], [ -75.034631523501403, 40.1157200030705 ], [ -75.034550321303797, 40.116093219295898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 404, "tnode_": 424, "lpoly_": null, "rpoly_": null, "length": 396.48869004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 68330, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060456, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY PL", "stname": "RIDGEWAY PL", "objectid": 40082, "Shape__Length": 158.19847155003376 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033901729183597, 40.115675818637797 ], [ -75.033443487304993, 40.115330087195602 ], [ -75.033366924282006, 40.1152503403098 ], [ -75.033341959766204, 40.115149544790299 ], [ -75.033411837160401, 40.115034288095202 ], [ -75.0336203715392, 40.114821446206598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 240, "tnode_": 224, "lpoly_": null, "rpoly_": null, "length": 354.60574382, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 165, "l_t_add": 199, "r_f_add": 178, "r_t_add": 198, "st_code": 49220, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060457, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 40083, "Shape__Length": 141.38997693183785 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030311689858706, 40.121232169199203 ], [ -75.030151121560706, 40.1212147802242 ], [ -75.029994492394096, 40.1212110756355 ], [ -75.029879482839405, 40.121235709379803 ], [ -75.029783638278502, 40.121315505419702 ], [ -75.029472110517901, 40.121619973286897 ], [ -75.029383715088201, 40.121743875950102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 248, "tnode_": 287, "lpoly_": null, "rpoly_": null, "length": 868.64490506000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDNER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 36100, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060458, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GARDNER ST", "stname": "GARDNER ST", "objectid": 40084, "Shape__Length": 346.43093761637215 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034875269945303, 40.120983787877002 ], [ -75.034703227526904, 40.120704805895301 ], [ -75.0346017889878, 40.120543085447402 ], [ -75.0345545790084, 40.120478240395897 ], [ -75.034426218140297, 40.120366868995497 ], [ -75.032708373024604, 40.119336874018103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 333, "tnode_": 291, "lpoly_": null, "rpoly_": null, "length": 738.65815805, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11622, "r_f_add": 11601, "r_t_add": 11631, "st_code": 15740, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060459, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANES ST", "stname": "BANES ST", "objectid": 40085, "Shape__Length": 294.80414386950622 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020935070627203, 40.1172534900006 ], [ -75.019672876611097, 40.118566972467697 ], [ -75.019462892045098, 40.1189280594119 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 347, "tnode_": 345, "lpoly_": null, "rpoly_": null, "length": 360.8264629, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 65775, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060460, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR PL", "stname": "PROCTOR PL", "objectid": 40086, "Shape__Length": 144.12194906275749 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017824285024204, 40.116987283617398 ], [ -75.017870579731294, 40.117317035015901 ], [ -75.017831080959397, 40.117439867156698 ], [ -75.017754266447696, 40.117458426583603 ], [ -75.017680046761996, 40.117405367842899 ], [ -75.017640315197397, 40.117013914016503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 345, "tnode_": 396, "lpoly_": null, "rpoly_": null, "length": 1076.2751960200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENSMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 28220, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060461, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENSMORE RD", "stname": "DENSMORE RD", "objectid": 40087, "Shape__Length": 428.90418550953825 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017640315197397, 40.117013914016503 ], [ -75.017324094278493, 40.117001201473002 ], [ -75.017049332403005, 40.116950703738198 ], [ -75.016739086069705, 40.116833411 ], [ -75.016049103909396, 40.116428628477699 ], [ -75.014452140177198, 40.115460399718103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 342, "tnode_": 367, "lpoly_": null, "rpoly_": null, "length": 325.16293672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 901, "l_t_add": 1099, "r_f_add": 900, "r_t_add": 1098, "st_code": 82260, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060462, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELTON ST", "stname": "WELTON ST", "objectid": 40088, "Shape__Length": 129.74779729884503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012750171273296, 40.116929571627303 ], [ -75.0125625799825, 40.116614604817997 ], [ -75.012403722182498, 40.1164520703839 ], [ -75.012069746379794, 40.116224146661402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 386, "tnode_": 415, "lpoly_": null, "rpoly_": null, "length": 1185.1990491700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REGINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 67900, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060463, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REGINA ST", "stname": "REGINA ST", "objectid": 40089, "Shape__Length": 472.37264896837235 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018301243470106, 40.115788601198602 ], [ -75.017903332524597, 40.1161282854532 ], [ -75.017604485879303, 40.116201792000602 ], [ -75.017394999408907, 40.116189485667803 ], [ -75.017168508492404, 40.116125479589599 ], [ -75.014886867560904, 40.1147795450579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 409, "tnode_": 429, "lpoly_": null, "rpoly_": null, "length": 814.73792757000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "CIR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 67950, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060464, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD CIR", "stname": "RENNARD CIR", "objectid": 40090, "Shape__Length": 324.6997007811803 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017696262345893, 40.115137296417203 ], [ -75.017439063731999, 40.115167320517898 ], [ -75.017265436299297, 40.115189717742197 ], [ -75.017054384127107, 40.115155021940197 ], [ -75.016555682606395, 40.114868095804702 ], [ -75.016455317657005, 40.114719586731901 ], [ -75.016457964743395, 40.114599036253601 ], [ -75.016507395987801, 40.114450171303901 ], [ -75.016666556917201, 40.1143356138898 ], [ -75.016895749087794, 40.114242679231197 ], [ -75.017159082122703, 40.114173918101997 ], [ -75.017459535404697, 40.114124598445201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 394, "tnode_": 452, "lpoly_": null, "rpoly_": null, "length": 1013.38065622, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 833, "r_f_add": 800, "r_t_add": 826, "st_code": 49220, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060465, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 40091, "Shape__Length": 404.59979983084645 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019631017139901, 40.1156292993644 ], [ -75.019014914343103, 40.115268286182598 ], [ -75.018804596510506, 40.115079819141698 ], [ -75.018660290978005, 40.114871208827402 ], [ -75.018543612166894, 40.1144507454337 ], [ -75.018449546412697, 40.113942884272802 ], [ -75.018313274121695, 40.113190592332899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 411, "tnode_": 440, "lpoly_": null, "rpoly_": null, "length": 640.83351846999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 71660, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060466, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMA ST", "stname": "SELMA ST", "objectid": 40092, "Shape__Length": 255.80082363776745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020159418632304, 40.115070726471103 ], [ -75.019698352583106, 40.1148231439903 ], [ -75.019527317101804, 40.114671963132501 ], [ -75.019444056109805, 40.114369541252501 ], [ -75.019388516928103, 40.114089760628602 ], [ -75.019366694436798, 40.1139207002429 ], [ -75.019370823385103, 40.113818207888102 ], [ -75.019442289126403, 40.113702658061896 ], [ -75.019540006422403, 40.113591069981702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 465, "tnode_": 423, "lpoly_": null, "rpoly_": null, "length": 910.56925074000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11626, "r_f_add": 11601, "r_t_add": 11623, "st_code": 15920, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060467, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW ST", "stname": "BARLOW ST", "objectid": 40093, "Shape__Length": 363.17160682137228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016268084750394, 40.112556602357799 ], [ -75.015602497290701, 40.112997494788502 ], [ -75.015314906832003, 40.113174092153798 ], [ -75.015026671902703, 40.113366623987503 ], [ -75.0146691231879, 40.113687533990699 ], [ -75.014444087340607, 40.113903075148798 ], [ -75.014057532775396, 40.114366180914097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 452, "tnode_": 466, "lpoly_": null, "rpoly_": null, "length": 284.63208059, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 835, "l_t_add": 899, "r_f_add": 828, "r_t_add": 898, "st_code": 49220, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060468, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 40094, "Shape__Length": 113.62237316485319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018313274121695, 40.113190592332899 ], [ -75.018207157792105, 40.112852593374598 ], [ -75.018088808485899, 40.112710550609201 ], [ -75.017854213010594, 40.112516116417403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 656, "tnode_": 684, "lpoly_": null, "rpoly_": null, "length": 380.11729269, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GORMAN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1015, "l_t_add": 1099, "r_f_add": 1014, "r_t_add": 1098, "st_code": 37740, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060469, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GORMAN ST", "stname": "GORMAN ST", "objectid": 40095, "Shape__Length": 151.51457925670672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026317728738604, 40.104642623771703 ], [ -75.026128124898406, 40.104556591067698 ], [ -75.025943256745805, 40.104457639223597 ], [ -75.025769086237005, 40.104347906263399 ], [ -75.025523813216395, 40.104168712712401 ], [ -75.025278078141298, 40.103977924621098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 538, "tnode_": 661, "lpoly_": null, "rpoly_": null, "length": 2573.5127231900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENNETT", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2000, "l_t_add": 2198, "r_f_add": 2001, "r_t_add": 2199, "st_code": 16930, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060472, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-08-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BENNETT RD", "stname": "BENNETT RD", "objectid": 40096, "Shape__Length": 1025.8877943851442 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010345772886794, 40.108424254759498 ], [ -75.009779770969303, 40.108131176583399 ], [ -75.008407548304106, 40.107417724644598 ], [ -75.007628738518505, 40.106906829935198 ], [ -75.0067501151578, 40.106228387711298 ], [ -75.005427064999395, 40.105244091560003 ], [ -75.005285574852493, 40.105155701592899 ], [ -75.004817968706007, 40.104918815686503 ], [ -75.004441187121401, 40.1047016854791 ], [ -75.004114390354701, 40.104485677530299 ], [ -75.003396427443505, 40.103842740764797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 175, "tnode_": 212, "lpoly_": null, "rpoly_": null, "length": 1064.47662597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOMERTON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 73300, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060473, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOMERTON AVE", "stname": "SOMERTON AVE", "objectid": 40097, "Shape__Length": 424.0473653075951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019614501209603, 40.123176363672599 ], [ -75.018696719904696, 40.122630852168299 ], [ -75.017565506598302, 40.122331301884401 ], [ -75.016719533945206, 40.1221152106868 ], [ -75.0162042079819, 40.121951962629304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 295, "tnode_": 257, "lpoly_": null, "rpoly_": null, "length": 771.19883534999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 28240, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060474, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 40098, "Shape__Length": 307.73899184806834 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023774320940504, 40.118775100954103 ], [ -75.022107789737504, 40.120461773041797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 175, "tnode_": 153, "lpoly_": null, "rpoly_": null, "length": 339.10739608, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12008, "l_t_add": 12032, "r_f_add": 12033, "r_t_add": 12033, "st_code": 28240, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1060475, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 40099, "Shape__Length": 135.31939380169095 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019614501209603, 40.123176363672599 ], [ -75.018870919667506, 40.123911690366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 200, "tnode_": 175, "lpoly_": null, "rpoly_": null, "length": 244.44655712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12006, "r_f_add": 12001, "r_t_add": 12031, "st_code": 28240, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1060476, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 40100, "Shape__Length": 97.554941782511662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020130659474106, 40.122634815574401 ], [ -75.019614501209603, 40.123176363672599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 209, "tnode_": 200, "lpoly_": null, "rpoly_": null, "length": 127.66753297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28240, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060477, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 40101, "Shape__Length": 51.012474230308115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020185175979293, 40.122290666595902 ], [ -75.020128371710697, 40.122486381228903 ], [ -75.020115681470799, 40.122553398574503 ], [ -75.020130659474106, 40.122634815574401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 193, "tnode_": 176, "lpoly_": null, "rpoly_": null, "length": 185.19703739, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 40100, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060478, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 40102, "Shape__Length": 73.974081238831744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025709627689395, 40.122809738620802 ], [ -75.025474401823203, 40.123284972515897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 319, "tnode_": 293, "lpoly_": null, "rpoly_": null, "length": 379.19949846000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTENNIAL", "st_type": "SQ", "suf_dir": "W", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 22137, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060479, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTENNIAL SQ W", "stname": "CENTENNIAL SQ W", "objectid": 40103, "Shape__Length": 151.39580053330175 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014596225322194, 40.117759548868897 ], [ -75.014082017704894, 40.1185875509033 ], [ -75.013965662169596, 40.118673040888197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 293, "tnode_": 307, "lpoly_": null, "rpoly_": null, "length": 410.1802009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTENNIAL", "st_type": "SQ", "suf_dir": "N", "zip_left": 19116, "zip_right": 19116, "l_f_add": 800, "l_t_add": 898, "r_f_add": 801, "r_t_add": 899, "st_code": 22135, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060480, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTENNIAL SQ N", "stname": "CENTENNIAL SQ N", "objectid": 40104, "Shape__Length": 163.4996166859967 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013965662169596, 40.118673040888197 ], [ -75.013802163074203, 40.118654171487798 ], [ -75.012798439217306, 40.1180183220701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 307, "tnode_": 326, "lpoly_": null, "rpoly_": null, "length": 231.13343204, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTENNIAL", "st_type": "SQ", "suf_dir": "E", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 22134, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060481, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-12-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CENTENNIAL SQ E", "stname": "CENTENNIAL SQ E", "objectid": 40105, "Shape__Length": 92.246583861223371 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012798439217306, 40.1180183220701 ], [ -75.012804553917903, 40.117961827250703 ], [ -75.0128273465332, 40.117909452582502 ], [ -75.013242944493498, 40.117495593203799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 896, "tnode_": 883, "lpoly_": null, "rpoly_": null, "length": 182.58162383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARTLETT", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1100, "l_t_add": 1198, "r_f_add": 1101, "r_t_add": 1199, "st_code": 16070, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060482, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARTLETT PL", "stname": "BARTLETT PL", "objectid": 40106, "Shape__Length": 72.706822275173863 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034708648416597, 40.099926127721197 ], [ -75.034559745440802, 40.100026275587602 ], [ -75.034483499828895, 40.100059576824897 ], [ -75.034384927537204, 40.100079674644398 ], [ -75.034122493342693, 40.100108069186 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 425, "tnode_": 421, "lpoly_": null, "rpoly_": null, "length": 99.16584276, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 400, "l_t_add": 498, "r_f_add": 401, "r_t_add": 499, "st_code": 14730, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060483, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON PL", "stname": "AVON PL", "objectid": 40107, "Shape__Length": 39.59905283458783 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031585069585802, 40.1147081980032 ], [ -75.031439916228393, 40.114956561192997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 371, "tnode_": 351, "lpoly_": null, "rpoly_": null, "length": 313.32919919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 200, "l_t_add": 298, "r_f_add": 201, "r_t_add": 299, "st_code": 58764, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060484, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA PLZ", "stname": "NANDINA PLZ", "objectid": 40108, "Shape__Length": 124.96102609004662 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035119469352296, 40.116699433054698 ], [ -75.034329282554197, 40.117309163264402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 315, "tnode_": 302, "lpoly_": null, "rpoly_": null, "length": 312.20761099000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "WAY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 58769, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060485, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA WAY", "stname": "NANDINA WAY", "objectid": 40109, "Shape__Length": 124.48602185279242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037827637059806, 40.118401990349298 ], [ -75.036992020426197, 40.1189702939201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 329, "tnode_": 338, "lpoly_": null, "rpoly_": null, "length": 115.92220144000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10898, "r_f_add": 10801, "r_t_add": 10899, "st_code": 51305, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060486, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART CT", "stname": "LOCKART CT", "objectid": 40110, "Shape__Length": 46.302265899960233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0370185671634, 40.118053811760703 ], [ -75.036879371345506, 40.117754073790699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 325, "tnode_": 348, "lpoly_": null, "rpoly_": null, "length": 269.5008223, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 51315, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060487, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART PLZ", "stname": "LOCKART PLZ", "objectid": 40111, "Shape__Length": 107.69268475728936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039533976189901, 40.1183733275085 ], [ -75.039499840827801, 40.117633983886599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 183, "tnode_": 189, "lpoly_": null, "rpoly_": null, "length": 256.59165255000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 51310, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060488, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART PL", "stname": "LOCKART PL", "objectid": 40112, "Shape__Length": 102.15554091819641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0284925497469, 40.1230868242219 ], [ -75.027593210614398, 40.1229472370132 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 969, "tnode_": 936, "lpoly_": null, "rpoly_": null, "length": 775.05260425999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALEXANDRA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 11885, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060489, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALEXANDRA LN", "stname": "ALEXANDRA LN", "objectid": 40113, "Shape__Length": 308.69619708587828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018877824703395, 40.097646912212703 ], [ -75.018516249482303, 40.097922488165999 ], [ -75.017536503925101, 40.098236528192203 ], [ -75.017012618756695, 40.098412226846001 ], [ -75.016468529679599, 40.0986526467711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 355, "tnode_": 331, "lpoly_": null, "rpoly_": null, "length": 211.77634916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARLOW", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 15925, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060490, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARLOW TER", "stname": "BARLOW TER", "objectid": 40114, "Shape__Length": 84.495543108346581 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015698223985098, 40.116837843435 ], [ -75.015224888001796, 40.117291611838901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 594, "tnode_": 587, "lpoly_": null, "rpoly_": null, "length": 251.56803556, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9690, "r_f_add": 9689, "r_t_add": 9691, "st_code": 64800, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 1060491, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40115, "Shape__Length": 100.16290151619448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055871561359197, 40.107024560756301 ], [ -75.055026564358002, 40.107261021240397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 790, "tnode_": 730, "lpoly_": null, "rpoly_": null, "length": 516.73784765999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1836, "l_t_add": 1870, "r_f_add": 9501, "r_t_add": 9599, "st_code": 64800, "l_hundred": 1800, "r_hundred": 9500, "seg_id": 1060492, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40116, "Shape__Length": 206.15749491593169 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.061418763823099, 40.102737980875901 ], [ -75.060317384201099, 40.103876775210303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29464, "tnode_": 565, "lpoly_": null, "rpoly_": null, "length": 193.51235446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 11, "l_t_add": 399, "r_f_add": 10, "r_t_add": 398, "st_code": 82240, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060493, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40117, "Shape__Length": 77.282596463702717 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054245912595704, 40.1086522370693 ], [ -75.054012266728506, 40.108152236354698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 565, "tnode_": 577, "lpoly_": null, "rpoly_": null, "length": 211.08513362000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 401, "l_t_add": 405, "r_f_add": 400, "r_t_add": 400, "st_code": 82240, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060494, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40118, "Shape__Length": 84.314665274749288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054012266728506, 40.108152236354698 ], [ -75.053813268099006, 40.107593294845998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 587, "tnode_": 577, "lpoly_": null, "rpoly_": null, "length": 360.31899742999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9692, "l_t_add": 9698, "r_f_add": 9693, "r_t_add": 9699, "st_code": 64800, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 1060495, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2000-01-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40119, "Shape__Length": 143.46068066803238 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055026564358002, 40.107261021240397 ], [ -75.053813268099006, 40.107593294845998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 577, "tnode_": 628, "lpoly_": null, "rpoly_": null, "length": 667.79052760999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 407, "l_t_add": 499, "r_f_add": 402, "r_t_add": 498, "st_code": 82240, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060496, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40120, "Shape__Length": 266.63402679729148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053813268099006, 40.107593294845998 ], [ -75.053195536953595, 40.106422766234999 ], [ -75.053060081754495, 40.106189933552102 ], [ -75.052850368373598, 40.105919014167299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 628, "tnode_": 698, "lpoly_": null, "rpoly_": null, "length": 633.75455762000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 82240, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060497, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40121, "Shape__Length": 253.01815567439684 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.052850368373598, 40.105919014167299 ], [ -75.052374282062303, 40.105240407846701 ], [ -75.051879032241999, 40.104349247318403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 781, "tnode_": 806, "lpoly_": null, "rpoly_": null, "length": 279.29380850999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 645, "l_t_add": 699, "r_f_add": 652, "r_t_add": 658, "st_code": 82240, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060498, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40122, "Shape__Length": 111.34785025151083 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050406875781107, 40.102571414985498 ], [ -75.049678479102397, 40.102047058180098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 876, "tnode_": 804, "lpoly_": null, "rpoly_": null, "length": 910.97285653999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9872, "l_t_add": 9898, "r_f_add": 9831, "r_t_add": 9899, "st_code": 79980, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060499, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40123, "Shape__Length": 362.91363794047373 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0426162414971, 40.1005134095914 ], [ -75.039859479438107, 40.101844563294897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 890, "tnode_": 876, "lpoly_": null, "rpoly_": null, "length": 194.68858407000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9868, "l_t_add": 9870, "r_f_add": 9827, "r_t_add": 9829, "st_code": 79980, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060500, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-12-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40124, "Shape__Length": 77.553662390386435 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043212766728502, 40.100238129025797 ], [ -75.0426162414971, 40.1005134095914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 888, "tnode_": 942, "lpoly_": null, "rpoly_": null, "length": 508.58125342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 829, "r_f_add": 694, "r_t_add": 798, "st_code": 82240, "l_hundred": 800, "r_hundred": 600, "seg_id": 1060501, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40125, "Shape__Length": 203.01473885602289 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048457503782998, 40.100418588359197 ], [ -75.047639064568699, 40.099171954140402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 942, "tnode_": 970, "lpoly_": null, "rpoly_": null, "length": 321.1180231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 831, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 82240, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060502, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-03-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40126, "Shape__Length": 128.17988127705263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047639064568699, 40.099171954140402 ], [ -75.047442840744694, 40.098895843561699 ], [ -75.047118614010401, 40.098386495899298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 685, "tnode_": 670, "lpoly_": null, "rpoly_": null, "length": 187.63736468000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9982, "l_t_add": 9984, "r_f_add": 9983, "r_t_add": 9985, "st_code": 79980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060503, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40127, "Shape__Length": 74.748847348803139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034975713350605, 40.104172903830403 ], [ -75.034400357098207, 40.104437699066303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 733, "tnode_": 685, "lpoly_": null, "rpoly_": null, "length": 662.76294296999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9964, "l_t_add": 9980, "r_f_add": 9965, "r_t_add": 9981, "st_code": 79980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060504, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40128, "Shape__Length": 264.04843773359352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036971973476398, 40.103193000284001 ], [ -75.034975713350605, 40.104172903830403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 770, "tnode_": 733, "lpoly_": null, "rpoly_": null, "length": 517.79674053999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9950, "l_t_add": 9962, "r_f_add": 9949, "r_t_add": 9963, "st_code": 79980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060505, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40129, "Shape__Length": 206.26506558128366 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038565575381497, 40.102469902191203 ], [ -75.036971973476398, 40.103193000284001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 804, "tnode_": 770, "lpoly_": null, "rpoly_": null, "length": 427.67390497000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9948, "r_f_add": 9901, "r_t_add": 9947, "st_code": 79980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060506, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40130, "Shape__Length": 170.37955538553163 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039859479438107, 40.101844563294897 ], [ -75.038565575381497, 40.102469902191203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 877, "tnode_": 750, "lpoly_": null, "rpoly_": null, "length": 826.96366668000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9920, "l_t_add": 9998, "r_f_add": 9951, "r_t_add": 9999, "st_code": 20020, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060507, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40131, "Shape__Length": 330.23458103674409 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029866220394794, 40.1004105853537 ], [ -75.028886329530806, 40.102552348587601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 964, "tnode_": 877, "lpoly_": null, "rpoly_": null, "length": 862.35623643999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9908, "l_t_add": 9918, "r_f_add": 9917, "r_t_add": 9949, "st_code": 20020, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060508, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40132, "Shape__Length": 344.44402026726914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030480582225394, 40.0980980214608 ], [ -75.030147147601099, 40.099766331367498 ], [ -75.029866220394794, 40.1004105853537 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 583, "tnode_": 601, "lpoly_": null, "rpoly_": null, "length": 729.53905313999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 621, "l_t_add": 699, "r_f_add": 620, "r_t_add": 698, "st_code": 67640, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060509, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40133, "Shape__Length": 290.50396523242358 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037157766717101, 40.1068413122576 ], [ -75.036488607658796, 40.106832515208801 ], [ -75.036066670685102, 40.106794032610402 ], [ -75.035647700924997, 40.106681455834298 ], [ -75.035362564394902, 40.106566333878497 ], [ -75.035223821106001, 40.106506009769902 ], [ -75.034762478147101, 40.106225491681997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 601, "tnode_": 615, "lpoly_": null, "rpoly_": null, "length": 308.4128522, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 723, "r_f_add": 700, "r_t_add": 718, "st_code": 67640, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060510, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40134, "Shape__Length": 122.92484096212661 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034762478147101, 40.106225491681997 ], [ -75.033899817947002, 40.105698246067703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 615, "tnode_": 642, "lpoly_": null, "rpoly_": null, "length": 328.46077563999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 725, "l_t_add": 799, "r_f_add": 720, "r_t_add": 798, "st_code": 67640, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060511, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40135, "Shape__Length": 130.92701734166948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033899817947002, 40.105698246067703 ], [ -75.032999752604496, 40.105119179624097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 670, "tnode_": 642, "lpoly_": null, "rpoly_": null, "length": 463.81843364000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9986, "l_t_add": 9998, "r_f_add": 9987, "r_t_add": 9999, "st_code": 79980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060512, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40136, "Shape__Length": 184.7881888154489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034400357098207, 40.104437699066303 ], [ -75.032999752604496, 40.105119179624097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29465, "tnode_": 483, "lpoly_": null, "rpoly_": null, "length": 266.97377085, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 3, "l_t_add": 199, "r_f_add": 70, "r_t_add": 198, "st_code": 67640, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060513, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2011-08-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40137, "Shape__Length": 106.42283899214114 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048547597638006, 40.112714412098398 ], [ -75.047807013647599, 40.112252054358599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 570, "tnode_": 547, "lpoly_": null, "rpoly_": null, "length": 647.01744349000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10164, "l_t_add": 10198, "r_f_add": 10175, "r_t_add": 10199, "st_code": 79980, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060515, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40138, "Shape__Length": 257.7846032340816 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028265361833704, 40.107388030028503 ], [ -75.026307529277304, 40.108333904256597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 592, "tnode_": 570, "lpoly_": null, "rpoly_": null, "length": 636.07086106999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10162, "r_f_add": 10101, "r_t_add": 10173, "st_code": 79980, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060516, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40139, "Shape__Length": 253.41424474261666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030197483632506, 40.1064672999686 ], [ -75.028265361833704, 40.107388030028503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 642, "tnode_": 592, "lpoly_": null, "rpoly_": null, "length": 924.99584265, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERREE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10099, "st_code": 79980, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060517, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERREE RD", "stname": "VERREE RD", "objectid": 40140, "Shape__Length": 368.52299461247003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032999752604496, 40.105119179624097 ], [ -75.030197483632506, 40.1064672999686 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 527, "tnode_": 513, "lpoly_": null, "rpoly_": null, "length": 265.20611299000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10650, "l_t_add": 10748, "r_f_add": 10707, "r_t_add": 10773, "st_code": 20020, "l_hundred": 10600, "r_hundred": 10700, "seg_id": 1060518, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40141, "Shape__Length": 105.87304657034548 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025588071364098, 40.109321475230097 ], [ -75.025144256116405, 40.109964814034697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 547, "tnode_": 527, "lpoly_": null, "rpoly_": null, "length": 412.21690457, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10648, "r_f_add": 10201, "r_t_add": 10705, "st_code": 20020, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060519, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40142, "Shape__Length": 164.54689873828809 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026307529277304, 40.108333904256597 ], [ -75.025588071364098, 40.109321475230097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 712, "tnode_": 641, "lpoly_": null, "rpoly_": null, "length": 588.21662286999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10146, "r_f_add": 10121, "r_t_add": 10147, "st_code": 20020, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060520, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40143, "Shape__Length": 234.90830086155898 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028398685443804, 40.103562094709297 ], [ -75.027714559896594, 40.105088967126903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 750, "tnode_": 712, "lpoly_": null, "rpoly_": null, "length": 392.31424487000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10098, "r_f_add": 10001, "r_t_add": 10119, "st_code": 20020, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060521, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40144, "Shape__Length": 156.6611931918741 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028886329530806, 40.102552348587601 ], [ -75.028398685443804, 40.103562094709297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 491, "tnode_": 456, "lpoly_": null, "rpoly_": null, "length": 750.12554961000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10900, "l_t_add": 10998, "r_f_add": 10901, "r_t_add": 10999, "st_code": 20020, "l_hundred": 10900, "r_hundred": 10900, "seg_id": 1060522, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40145, "Shape__Length": 299.46513451186644 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024308643617402, 40.111191092653598 ], [ -75.023044566203694, 40.113007190970499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 501, "tnode_": 491, "lpoly_": null, "rpoly_": null, "length": 262.56101350999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10790, "l_t_add": 10898, "r_f_add": 10851, "r_t_add": 10899, "st_code": 20020, "l_hundred": 10700, "r_hundred": 10800, "seg_id": 1060523, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40146, "Shape__Length": 104.81150794119226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024765909037598, 40.110561629178299 ], [ -75.024308643617402, 40.111191092653598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 513, "tnode_": 501, "lpoly_": null, "rpoly_": null, "length": 241.7983628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10750, "l_t_add": 10788, "r_f_add": 10775, "r_t_add": 10849, "st_code": 20020, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060524, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40147, "Shape__Length": 96.539747116481934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025144256116405, 40.109964814034697 ], [ -75.024765909037598, 40.110561629178299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 212, "tnode_": 160, "lpoly_": null, "rpoly_": null, "length": 645.5093765900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 20020, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1060525, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40148, "Shape__Length": 257.83817311889385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0162042079819, 40.121951962629304 ], [ -75.015790639370493, 40.122745857565498 ], [ -75.015386812982001, 40.123608828840702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 204, "tnode_": 222, "lpoly_": null, "rpoly_": null, "length": 469.64353035, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 731, "l_t_add": 799, "r_f_add": 730, "r_t_add": 798, "st_code": 20160, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060527, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40149, "Shape__Length": 187.22804499581628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013150808993004, 40.122289938306999 ], [ -75.011832886878807, 40.121490912064402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 222, "tnode_": 232, "lpoly_": null, "rpoly_": null, "length": 200.17509279000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 817, "r_f_add": 800, "r_t_add": 820, "st_code": 20160, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060528, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40150, "Shape__Length": 79.795709530925279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011832886878807, 40.121490912064402 ], [ -75.01126335795, 40.121158066008398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 232, "tnode_": 242, "lpoly_": null, "rpoly_": null, "length": 283.03871956, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 819, "l_t_add": 899, "r_f_add": 822, "r_t_add": 898, "st_code": 20160, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060529, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40151, "Shape__Length": 112.82459935988322 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.01126335795, 40.121158066008398 ], [ -75.010454734346496, 40.120690823446203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 242, "tnode_": 264, "lpoly_": null, "rpoly_": null, "length": 479.37366624000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1058, "st_code": 20160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060530, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40152, "Shape__Length": 191.1033284625214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010454734346496, 40.120690823446203 ], [ -75.009110682482302, 40.1198741326779 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 264, "tnode_": 269, "lpoly_": null, "rpoly_": null, "length": 143.73933195000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1060, "r_t_add": 1098, "st_code": 20160, "l_hundred": 1100, "r_hundred": 1000, "seg_id": 1060531, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40153, "Shape__Length": 57.306882516419094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009110682482302, 40.1198741326779 ], [ -75.008715513878101, 40.119621831494001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 269, "tnode_": 277, "lpoly_": null, "rpoly_": null, "length": 303.72235104000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1109, "l_t_add": 1127, "r_f_add": 1100, "r_t_add": 1118, "st_code": 20160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060532, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40154, "Shape__Length": 121.06412977253851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008715513878101, 40.119621831494001 ], [ -75.007844127063706, 40.119124231527799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 277, "tnode_": 292, "lpoly_": null, "rpoly_": null, "length": 303.06815751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1129, "l_t_add": 1199, "r_f_add": 1120, "r_t_add": 1198, "st_code": 20160, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060533, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40155, "Shape__Length": 120.81573384518418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007844127063706, 40.119124231527799 ], [ -75.006993666089897, 40.118608630491401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 358, "tnode_": 285, "lpoly_": null, "rpoly_": null, "length": 976.2788356100001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 20020, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060535, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40156, "Shape__Length": 389.67098131028359 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019876029611297, 40.1166724811048 ], [ -75.018459893475296, 40.118128661892897 ], [ -75.018007145049395, 40.118918245197499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 383, "tnode_": 358, "lpoly_": null, "rpoly_": null, "length": 306.25166689000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11500, "l_t_add": 11598, "r_f_add": 11063, "r_t_add": 11599, "st_code": 20020, "l_hundred": 11500, "r_hundred": 11000, "seg_id": 1060536, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40157, "Shape__Length": 122.21743109682795 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020505414634101, 40.115984534006103 ], [ -75.019876029611297, 40.1166724811048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 400, "tnode_": 383, "lpoly_": null, "rpoly_": null, "length": 259.96680145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11452, "l_t_add": 11498, "r_f_add": 11053, "r_t_add": 11061, "st_code": 20020, "l_hundred": 11400, "r_hundred": 11000, "seg_id": 1060537, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40158, "Shape__Length": 103.73231572240309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021064903776093, 40.1154146560295 ], [ -75.020505414634101, 40.115984534006103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 418, "tnode_": 400, "lpoly_": null, "rpoly_": null, "length": 252.28859154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11410, "l_t_add": 11450, "r_f_add": 11047, "r_t_add": 11051, "st_code": 20020, "l_hundred": 11400, "r_hundred": 11000, "seg_id": 1060538, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40159, "Shape__Length": 100.66398221505735 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021614896813304, 40.114865721357397 ], [ -75.021064903776093, 40.1154146560295 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 456, "tnode_": 418, "lpoly_": null, "rpoly_": null, "length": 786.88421735999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11408, "r_f_add": 11001, "r_t_add": 11045, "st_code": 20020, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060539, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40160, "Shape__Length": 314.10263041395569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023044566203694, 40.113007190970499 ], [ -75.021953487724502, 40.114492300325701 ], [ -75.021614896813304, 40.114865721357397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 750, "tnode_": 785, "lpoly_": null, "rpoly_": null, "length": 347.43112644000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 901, "l_t_add": 997, "r_f_add": 900, "r_t_add": 996, "st_code": 67640, "l_hundred": 900, "r_hundred": 900, "seg_id": 1060540, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40161, "Shape__Length": 138.469014914577 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028886329530806, 40.102552348587601 ], [ -75.027914749909201, 40.101958239887097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 785, "tnode_": 791, "lpoly_": null, "rpoly_": null, "length": 102.25411272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 998, "l_t_add": 998, "r_f_add": 999, "r_t_add": 999, "st_code": 67640, "l_hundred": 900, "r_hundred": 900, "seg_id": 1060541, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40162, "Shape__Length": 40.759369164106886 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027914749909201, 40.101958239887097 ], [ -75.027637861079, 40.101774988085502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 906, "tnode_": 892, "lpoly_": null, "rpoly_": null, "length": 264.5349649, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10698, "r_f_add": 10601, "r_t_add": 10699, "st_code": 39980, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060542, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40163, "Shape__Length": 105.33450956238566 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012360639185104, 40.099192429521104 ], [ -75.011497829925801, 40.099489595008599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 924, "tnode_": 906, "lpoly_": null, "rpoly_": null, "length": 291.25886129000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10500, "l_t_add": 10598, "r_f_add": 10501, "r_t_add": 10599, "st_code": 39980, "l_hundred": 10500, "r_hundred": 10500, "seg_id": 1060543, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40164, "Shape__Length": 115.97841341573212 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013306456074901, 40.0988582270693 ], [ -75.012360639185104, 40.099192429521104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 938, "tnode_": 924, "lpoly_": null, "rpoly_": null, "length": 281.64196705000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10400, "l_t_add": 10498, "r_f_add": 10401, "r_t_add": 10499, "st_code": 39980, "l_hundred": 10400, "r_hundred": 10400, "seg_id": 1060544, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40165, "Shape__Length": 112.14689417153487 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014222991062695, 40.098538337218699 ], [ -75.013306456074901, 40.0988582270693 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 873, "tnode_": 946, "lpoly_": null, "rpoly_": null, "length": 876.21530967000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2001, "l_t_add": 2085, "r_f_add": 2054, "r_t_add": 2078, "st_code": 67640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060545, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40166, "Shape__Length": 349.40543849106865 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021860603569294, 40.100118149282402 ], [ -75.019728746366994, 40.098355983256504 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 947, "tnode_": 938, "lpoly_": null, "rpoly_": null, "length": 283.51429506, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10300, "l_t_add": 10398, "r_f_add": 10211, "r_t_add": 10399, "st_code": 39980, "l_hundred": 10300, "r_hundred": 10200, "seg_id": 1060546, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40167, "Shape__Length": 112.89203182056882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015145452366895, 40.098216046577697 ], [ -75.014222991062695, 40.098538337218699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 960, "tnode_": 955, "lpoly_": null, "rpoly_": null, "length": 135.90969468, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10218, "r_f_add": 10141, "r_t_add": 10199, "st_code": 39980, "l_hundred": 10200, "r_hundred": 10100, "seg_id": 1060547, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40168, "Shape__Length": 54.115899575992188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0160356900344, 40.097886545245302 ], [ -75.015591742550001, 40.098038062864802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 946, "tnode_": 969, "lpoly_": null, "rpoly_": null, "length": 351.26725753, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2087, "l_t_add": 2091, "r_f_add": 2080, "r_t_add": 2086, "st_code": 67640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060548, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40169, "Shape__Length": 140.07333381168181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019728746366994, 40.098355983256504 ], [ -75.018877824703395, 40.097646912212703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 969, "tnode_": 985, "lpoly_": null, "rpoly_": null, "length": 264.57851583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2093, "l_t_add": 2099, "r_f_add": 2088, "r_t_add": 2098, "st_code": 67640, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060549, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40170, "Shape__Length": 105.50275178908096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018877824703395, 40.097646912212703 ], [ -75.018235021006106, 40.097114169974503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 985, "tnode_": 1079, "lpoly_": null, "rpoly_": null, "length": 1114.15856401, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 67640, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 1060551, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40171, "Shape__Length": 444.2716341340689 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018235021006106, 40.097114169974503 ], [ -75.015618377198393, 40.094931394766398 ], [ -75.015530614465206, 40.094869449041497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 985, "tnode_": 965, "lpoly_": null, "rpoly_": null, "length": 553.19386105000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10154, "r_f_add": 10101, "r_t_add": 10135, "st_code": 39980, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060552, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40172, "Shape__Length": 220.27018031847936 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018235021006106, 40.097114169974503 ], [ -75.016432671342002, 40.097738845146203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 965, "tnode_": 960, "lpoly_": null, "rpoly_": null, "length": 123.40536315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10156, "l_t_add": 10198, "r_f_add": 10137, "r_t_add": 10139, "st_code": 39980, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060553, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40173, "Shape__Length": 49.141753059704961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016432671342002, 40.097738845146203 ], [ -75.0160356900344, 40.097886545245302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 955, "tnode_": 947, "lpoly_": null, "rpoly_": null, "length": 140.68349145000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10220, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10209, "st_code": 39980, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060554, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-02-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40174, "Shape__Length": 56.02733585821202 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015591742550001, 40.098038062864802 ], [ -75.015145452366895, 40.098216046577697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 618, "tnode_": 594, "lpoly_": null, "rpoly_": null, "length": 648.87751251000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2012, "l_t_add": 2098, "r_f_add": 9671, "r_t_add": 9687, "st_code": 64800, "l_hundred": 2000, "r_hundred": 9600, "seg_id": 1060555, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-06-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40175, "Shape__Length": 258.49341516895657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057864129790005, 40.1061536296707 ], [ -75.057151654689505, 40.106605174109198 ], [ -75.056875802216695, 40.106727241259797 ], [ -75.056645204474506, 40.106813645005801 ], [ -75.055871561359197, 40.107024560756301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 669, "tnode_": 28050, "lpoly_": null, "rpoly_": null, "length": 398.25411710999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1912, "l_t_add": 1998, "r_f_add": 9655, "r_t_add": 9663, "st_code": 64800, "l_hundred": 1900, "r_hundred": 9600, "seg_id": 1060556, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-04-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40176, "Shape__Length": 158.88573477093479 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059229762899093, 40.105001293000299 ], [ -75.058425917687302, 40.105831981587201 ], [ -75.058369745618606, 40.105871259409099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 698, "tnode_": 781, "lpoly_": null, "rpoly_": null, "length": 771.02785047999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 601, "l_t_add": 643, "r_f_add": 600, "r_t_add": 650, "st_code": 82240, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060559, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40177, "Shape__Length": 307.68704658828761 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.051879032241999, 40.104349247318403 ], [ -75.051615601564393, 40.103940979987101 ], [ -75.050972732414493, 40.103125800700603 ], [ -75.050714941002198, 40.1028160106708 ], [ -75.050406875781107, 40.102571414985498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 806, "tnode_": 888, "lpoly_": null, "rpoly_": null, "length": 686.12643847000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 701, "l_t_add": 799, "r_f_add": 660, "r_t_add": 692, "st_code": 82240, "l_hundred": 700, "r_hundred": 600, "seg_id": 1060560, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2002-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40178, "Shape__Length": 273.8407566441112 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049678479102397, 40.102047058180098 ], [ -75.049425536202193, 40.101805024864703 ], [ -75.048457503782998, 40.100418588359197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27896, "tnode_": 583, "lpoly_": null, "rpoly_": null, "length": 809.41764263000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 521, "l_t_add": 619, "r_f_add": 522, "r_t_add": 618, "st_code": 67640, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060563, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40179, "Shape__Length": 322.29943707304579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039838228990703, 40.1075755009199 ], [ -75.039461800367107, 40.107371929639299 ], [ -75.038845165304707, 40.107121214262698 ], [ -75.038217706035496, 40.106960261224501 ], [ -75.037785931962702, 40.106882322198103 ], [ -75.037157766717101, 40.1068413122576 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 641, "tnode_": 547, "lpoly_": null, "rpoly_": null, "length": 1245.90963201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10148, "l_t_add": 10198, "r_f_add": 10149, "r_t_add": 10199, "st_code": 20020, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060564, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40180, "Shape__Length": 497.59160313305995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027714559896594, 40.105088967126903 ], [ -75.027050876612705, 40.106657353198599 ], [ -75.026307529277304, 40.108333904256597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 642, "tnode_": 750, "lpoly_": null, "rpoly_": null, "length": 1482.6798427299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 67640, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060565, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40181, "Shape__Length": 590.95976915437313 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032999752604496, 40.105119179624097 ], [ -75.028886329530806, 40.102552348587601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 292, "tnode_": 308, "lpoly_": null, "rpoly_": null, "length": 274.06901383000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1215, "r_f_add": 1200, "r_t_add": 1210, "st_code": 20160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060567, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40182, "Shape__Length": 109.49485010504452 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006993666089897, 40.118608630491401 ], [ -75.006834962349899, 40.1180815212049 ], [ -75.006761626965599, 40.117877818571898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 791, "tnode_": 873, "lpoly_": null, "rpoly_": null, "length": 1728.2725461300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1001, "l_t_add": 1999, "r_f_add": 1000, "r_t_add": 2052, "st_code": 67640, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060568, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40183, "Shape__Length": 688.07721361622612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027637861079, 40.101774988085502 ], [ -75.026969978928904, 40.101515354036401 ], [ -75.025658168166999, 40.101151400095702 ], [ -75.024066616181102, 40.100746849142098 ], [ -75.022791806688403, 40.100424345104997 ], [ -75.0222945457284, 40.100286055031397 ], [ -75.022089087812404, 40.100221261655001 ], [ -75.021860603569294, 40.100118149282402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 892, "tnode_": 840, "lpoly_": null, "rpoly_": null, "length": 806.05127005999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10796, "r_f_add": 10701, "r_t_add": 10799, "st_code": 39980, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060569, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40184, "Shape__Length": 320.98305463095448 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011497829925801, 40.099489595008599 ], [ -75.010177166049999, 40.099973707401503 ], [ -75.009302383570699, 40.1002898577606 ], [ -75.008894577257294, 40.100437989476902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1001, "tnode_": 985, "lpoly_": null, "rpoly_": null, "length": 1126.16065628, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9960, "l_t_add": 9998, "r_f_add": 9967, "r_t_add": 9999, "st_code": 39980, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060570, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-08-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40185, "Shape__Length": 448.15119208375813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022214003536703, 40.096777883021097 ], [ -75.021454690699599, 40.096972550407301 ], [ -75.018235021006106, 40.097114169974503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 456, "tnode_": 467, "lpoly_": null, "rpoly_": null, "length": 270.07092084, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 77540, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060571, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40186, "Shape__Length": 107.675717652405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023044566203694, 40.113007190970499 ], [ -75.022322042310293, 40.112515369490097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 471, "tnode_": 474, "lpoly_": null, "rpoly_": null, "length": 71.74014837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 67960, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060572, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40187, "Shape__Length": 28.606273152323137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015567779545705, 40.112019331406401 ], [ -75.015382407411295, 40.1118832227816 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 484, "tnode_": 476, "lpoly_": null, "rpoly_": null, "length": 254.1815767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11018, "l_t_add": 11022, "r_f_add": 11019, "r_t_add": 11023, "st_code": 47260, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060573, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40188, "Shape__Length": 101.41300433728649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018962358718596, 40.111396884947503 ], [ -75.018406168743098, 40.111948695346797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 467, "tnode_": 485, "lpoly_": null, "rpoly_": null, "length": 543.06495078, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 813, "r_f_add": 800, "r_t_add": 814, "st_code": 77540, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060574, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40189, "Shape__Length": 216.65929363376193 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022322042310293, 40.112515369490097 ], [ -75.021648595213506, 40.112052666521699 ], [ -75.021400937703206, 40.111781934043897 ], [ -75.0211395593481, 40.111361294133502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 493, "tnode_": 484, "lpoly_": null, "rpoly_": null, "length": 250.16128708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11010, "l_t_add": 11016, "r_f_add": 11009, "r_t_add": 11017, "st_code": 47260, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060575, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40190, "Shape__Length": 99.673147899807418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019719936530606, 40.111035060590297 ], [ -75.019265652447899, 40.1112240172288 ], [ -75.018962358718596, 40.111396884947503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 491, "tnode_": 495, "lpoly_": null, "rpoly_": null, "length": 266.20019111000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 10804, "r_f_add": 0, "r_t_add": 0, "st_code": 47260, "l_hundred": 10800, "r_hundred": 0, "seg_id": 1060576, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40191, "Shape__Length": 106.03354295309728 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024308643617402, 40.111191092653598 ], [ -75.023462646012106, 40.110856347286798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 496, "tnode_": 493, "lpoly_": null, "rpoly_": null, "length": 331.82868864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11008, "r_f_add": 11001, "r_t_add": 11007, "st_code": 47260, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40192, "Shape__Length": 132.13354950647832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020825654010096, 40.1107070232 ], [ -75.020139367484504, 40.110922076071297 ], [ -75.019933618115104, 40.110987106465799 ], [ -75.019719936530606, 40.111035060590297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 485, "tnode_": 496, "lpoly_": null, "rpoly_": null, "length": 253.99844919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 815, "l_t_add": 899, "r_f_add": 816, "r_t_add": 898, "st_code": 77540, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060578, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40193, "Shape__Length": 101.44054191402758 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0211395593481, 40.111361294133502 ], [ -75.020825654010096, 40.1107070232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 500, "tnode_": 496, "lpoly_": null, "rpoly_": null, "length": 262.29344842, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10822, "l_t_add": 10898, "r_f_add": 10829, "r_t_add": 10899, "st_code": 47260, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060579, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40194, "Shape__Length": 104.4185632269634 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021730668659004, 40.110518429567001 ], [ -75.020825654010096, 40.1107070232 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 495, "tnode_": 500, "lpoly_": null, "rpoly_": null, "length": 510.56073851999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10806, "l_t_add": 10820, "r_f_add": 10801, "r_t_add": 10827, "st_code": 47260, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060580, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40195, "Shape__Length": 203.27602826957437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023462646012106, 40.110856347286798 ], [ -75.023129881967705, 40.110704134261802 ], [ -75.022608025780102, 40.110556500495797 ], [ -75.022278975440202, 40.110514616892203 ], [ -75.021730668659004, 40.110518429567001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 496, "tnode_": 509, "lpoly_": null, "rpoly_": null, "length": 232.64474715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1003, "r_f_add": 1000, "r_t_add": 1008, "st_code": 77540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060581, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40196, "Shape__Length": 92.953399665703557 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020825654010096, 40.1107070232 ], [ -75.020769266737801, 40.110069857950201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 509, "tnode_": 540, "lpoly_": null, "rpoly_": null, "length": 614.40308454000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1005, "l_t_add": 1099, "r_f_add": 1010, "r_t_add": 1098, "st_code": 77540, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060582, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40197, "Shape__Length": 245.36617742768061 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020769266737801, 40.110069857950201 ], [ -75.020741011164603, 40.109548798911 ], [ -75.020714243103697, 40.109343793672501 ], [ -75.020626444286805, 40.109088936848202 ], [ -75.020535833621594, 40.108903929568001 ], [ -75.020163112871401, 40.1084966464243 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 758, "tnode_": 714, "lpoly_": null, "rpoly_": null, "length": 549.57822616, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9718, "l_t_add": 9730, "r_f_add": 9719, "r_t_add": 9735, "st_code": 56940, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060584, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40198, "Shape__Length": 219.03234900881128 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048119275929096, 40.1029537765695 ], [ -75.046573174802603, 40.103884619105401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 789, "tnode_": 758, "lpoly_": null, "rpoly_": null, "length": 287.11813158000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9708, "l_t_add": 9716, "r_f_add": 9709, "r_t_add": 9717, "st_code": 56940, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060585, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40199, "Shape__Length": 114.41885039855852 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048941098837105, 40.102481605088897 ], [ -75.048119275929096, 40.1029537765695 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 691, "tnode_": 677, "lpoly_": null, "rpoly_": null, "length": 254.02853959000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9744, "l_t_add": 9798, "r_f_add": 9745, "r_t_add": 9799, "st_code": 56940, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060586, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40200, "Shape__Length": 101.1134226072831 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045796450893505, 40.104327924056697 ], [ -75.045361471746702, 40.104430432805799 ], [ -75.044913512507705, 40.104482793144101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 714, "tnode_": 691, "lpoly_": null, "rpoly_": null, "length": 270.71488348000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9732, "l_t_add": 9742, "r_f_add": 9737, "r_t_add": 9743, "st_code": 56940, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060587, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40201, "Shape__Length": 107.8829358481393 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046573174802603, 40.103884619105401 ], [ -75.045796450893505, 40.104327924056697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 677, "tnode_": 717, "lpoly_": null, "rpoly_": null, "length": 561.56787379000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 863, "r_f_add": 800, "r_t_add": 864, "st_code": 56940, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060588, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40202, "Shape__Length": 223.68505767449949 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044913512507705, 40.104482793144101 ], [ -75.044546032019795, 40.104449741377699 ], [ -75.044193431724906, 40.104362569452498 ], [ -75.043690195123503, 40.104103587317198 ], [ -75.043165233714106, 40.103794751853798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 806, "tnode_": 789, "lpoly_": null, "rpoly_": null, "length": 260.01395177999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9700, "l_t_add": 9706, "r_f_add": 9701, "r_t_add": 9707, "st_code": 56940, "l_hundred": 9700, "r_hundred": 9700, "seg_id": 1060589, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40203, "Shape__Length": 103.62172938635844 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049678479102397, 40.102047058180098 ], [ -75.048941098837105, 40.102481605088897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 717, "tnode_": 756, "lpoly_": null, "rpoly_": null, "length": 621.35043863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 865, "l_t_add": 883, "r_f_add": 866, "r_t_add": 890, "st_code": 56940, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060590, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40204, "Shape__Length": 247.62684526835022 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043165233714106, 40.103794751853798 ], [ -75.041403492911797, 40.102755934055502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 756, "tnode_": 784, "lpoly_": null, "rpoly_": null, "length": 266.17789674, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 885, "l_t_add": 893, "r_f_add": 892, "r_t_add": 894, "st_code": 56940, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060591, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40205, "Shape__Length": 106.07856891771391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041403492911797, 40.102755934055502 ], [ -75.040648544925304, 40.102311169995502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 784, "tnode_": 804, "lpoly_": null, "rpoly_": null, "length": 278.59506949000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 895, "l_t_add": 899, "r_f_add": 896, "r_t_add": 898, "st_code": 56940, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060592, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40206, "Shape__Length": 111.02714271358465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040648544925304, 40.102311169995502 ], [ -75.039859479438107, 40.101844563294897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 804, "tnode_": 843, "lpoly_": null, "rpoly_": null, "length": 463.24180442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1119, "r_f_add": 1100, "r_t_add": 1120, "st_code": 56940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060593, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40207, "Shape__Length": 184.61230322629672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.039859479438107, 40.101844563294897 ], [ -75.038548139550699, 40.101068013250703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 916, "tnode_": 948, "lpoly_": null, "rpoly_": null, "length": 353.82371030999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1171, "l_t_add": 1185, "r_f_add": 1166, "r_t_add": 1174, "st_code": 56940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060594, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40208, "Shape__Length": 141.26669453365835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036435571805697, 40.099579695058502 ], [ -75.036371076742697, 40.099478431004997 ], [ -75.036307643076995, 40.099384482357003 ], [ -75.036249546655597, 40.099297109373097 ], [ -75.036181723255893, 40.099172956558 ], [ -75.036111189219497, 40.099046588899903 ], [ -75.036036093460098, 40.0988943137422 ], [ -75.035951323848096, 40.098684508781197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 948, "tnode_": 968, "lpoly_": null, "rpoly_": null, "length": 211.69679359, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1187, "l_t_add": 1199, "r_f_add": 1176, "r_t_add": 1198, "st_code": 56940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060595, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40209, "Shape__Length": 84.563826343018746 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035951323848096, 40.098684508781197 ], [ -75.035845486377596, 40.098109090141001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 877, "tnode_": 791, "lpoly_": null, "rpoly_": null, "length": 823.96560312999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9800, "l_t_add": 9998, "r_f_add": 9801, "r_t_add": 9999, "st_code": 60185, "l_hundred": 9800, "r_hundred": 9800, "seg_id": 1060597, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2002-11-27T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40210, "Shape__Length": 328.42337835905522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029866220394794, 40.1004105853537 ], [ -75.029563105597404, 40.100411683688499 ], [ -75.029449709544195, 40.100428972073097 ], [ -75.029326318355004, 40.100479312260397 ], [ -75.027637861079, 40.101774988085502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 489, "tnode_": 482, "lpoly_": null, "rpoly_": null, "length": 228.89895936, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10242, "l_t_add": 10298, "r_f_add": 10701, "r_t_add": 10747, "st_code": 46000, "l_hundred": 10200, "r_hundred": 10700, "seg_id": 1060598, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40211, "Shape__Length": 91.255299014034279 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029195708693393, 40.111401484285203 ], [ -75.029069967655602, 40.111531642709103 ], [ -75.028869559076, 40.1116614035612 ], [ -75.028582417080898, 40.1118084568566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 511, "tnode_": 499, "lpoly_": null, "rpoly_": null, "length": 246.03420719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10216, "r_f_add": 10201, "r_t_add": 10219, "st_code": 46000, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060599, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40212, "Shape__Length": 98.156569311019226 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030400892461401, 40.110166050936897 ], [ -75.029855103930203, 40.110695706135402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 532, "tnode_": 511, "lpoly_": null, "rpoly_": null, "length": 518.03390811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10198, "r_f_add": 10101, "r_t_add": 10199, "st_code": 46000, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060600, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40213, "Shape__Length": 206.68257009902641 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031526135383103, 40.109036553553302 ], [ -75.030400892461401, 40.110166050936897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 576, "tnode_": 545, "lpoly_": null, "rpoly_": null, "length": 574.22206582000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10022, "l_t_add": 10062, "r_f_add": 10013, "r_t_add": 10047, "st_code": 46000, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060601, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40214, "Shape__Length": 229.09597940283189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0333076549298, 40.107241041848297 ], [ -75.032535891629095, 40.108029121838001 ], [ -75.032216188148695, 40.108347049765598 ], [ -75.032162828418905, 40.108401906762097 ], [ -75.032063476627798, 40.108494713639502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 600, "tnode_": 576, "lpoly_": null, "rpoly_": null, "length": 447.58722192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10020, "r_f_add": 10001, "r_t_add": 10011, "st_code": 46000, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060602, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40215, "Shape__Length": 178.55174085617483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033240078404503, 40.106291397094203 ], [ -75.033667862000698, 40.106591186837299 ], [ -75.033724027492994, 40.106648631170998 ], [ -75.033750312470303, 40.106722206569501 ], [ -75.033754918078401, 40.106789657147502 ], [ -75.0336548321051, 40.106916363478703 ], [ -75.0333076549298, 40.107241041848297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 615, "tnode_": 600, "lpoly_": null, "rpoly_": null, "length": 284.15723664000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10010, "r_f_add": 10001, "r_t_add": 10009, "st_code": 33860, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060603, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40216, "Shape__Length": 113.3421685662032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033899817947002, 40.105698246067703 ], [ -75.033240078404503, 40.106291397094203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 437, "tnode_": 456, "lpoly_": null, "rpoly_": null, "length": 582.20123808999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 500, "r_t_add": 698, "st_code": 77540, "l_hundred": 600, "r_hundred": 500, "seg_id": 1060604, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40217, "Shape__Length": 232.05480188712806 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024702379511297, 40.113973693029301 ], [ -75.023044566203694, 40.113007190970499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 475, "tnode_": 472, "lpoly_": null, "rpoly_": null, "length": 252.56434741000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10784, "l_t_add": 10798, "r_f_add": 10785, "r_t_add": 10799, "st_code": 46000, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060605, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40218, "Shape__Length": 100.53271185357593 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026312604579303, 40.112176008709199 ], [ -75.025423496908601, 40.112297121235997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 477, "tnode_": 475, "lpoly_": null, "rpoly_": null, "length": 250.42071533000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10770, "l_t_add": 10782, "r_f_add": 10773, "r_t_add": 10783, "st_code": 46000, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060606, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40219, "Shape__Length": 99.6850211505038 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027187469143001, 40.112029883110502 ], [ -75.026312604579303, 40.112176008709199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 482, "tnode_": 477, "lpoly_": null, "rpoly_": null, "length": 398.41568714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10768, "r_f_add": 10749, "r_t_add": 10771, "st_code": 46000, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060607, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40220, "Shape__Length": 158.59435015325542 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028582417080898, 40.1118084568566 ], [ -75.027187469143001, 40.112029883110502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 327, "tnode_": 339, "lpoly_": null, "rpoly_": null, "length": 280.39059877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 237, "l_t_add": 299, "r_f_add": 236, "r_t_add": 298, "st_code": 77540, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060608, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40221, "Shape__Length": 111.77775478896963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032794492936901, 40.118000137744403 ], [ -75.0320136143376, 40.117517405761198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 339, "tnode_": 359, "lpoly_": null, "rpoly_": null, "length": 271.93601192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 347, "r_f_add": 300, "r_t_add": 348, "st_code": 77540, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060609, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40222, "Shape__Length": 108.41271564580687 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0320136143376, 40.117517405761198 ], [ -75.031265332460407, 40.117040733458403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 359, "tnode_": 374, "lpoly_": null, "rpoly_": null, "length": 291.46979089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 349, "l_t_add": 399, "r_f_add": 350, "r_t_add": 398, "st_code": 77540, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060610, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40223, "Shape__Length": 116.18454643239507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031265332460407, 40.117040733458403 ], [ -75.0304415834905, 40.1165506152334 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 290, "tnode_": 298, "lpoly_": null, "rpoly_": null, "length": 247.15549622999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 213, "r_f_add": 200, "r_t_add": 212, "st_code": 77540, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060611, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40224, "Shape__Length": 98.531790144951998 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034999340770099, 40.119337248387303 ], [ -75.034312818140506, 40.118910014291799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 298, "tnode_": 310, "lpoly_": null, "rpoly_": null, "length": 258.36458751000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 215, "l_t_add": 227, "r_f_add": 214, "r_t_add": 226, "st_code": 77540, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060612, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40225, "Shape__Length": 102.99342130776125 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034312818140506, 40.118910014291799 ], [ -75.033585889927195, 40.118472334265398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 310, "tnode_": 327, "lpoly_": null, "rpoly_": null, "length": 280.31531017999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 229, "l_t_add": 235, "r_f_add": 228, "r_t_add": 234, "st_code": 77540, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060613, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40226, "Shape__Length": 111.74114359715016 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033585889927195, 40.118472334265398 ], [ -75.032794492936901, 40.118000137744403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 268, "tnode_": 283, "lpoly_": null, "rpoly_": null, "length": 503.31423879000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 111, "r_f_add": 114, "r_t_add": 130, "st_code": 77540, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060614, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40227, "Shape__Length": 200.70799332643418 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036497906998093, 40.1204000549859 ], [ -75.036454681416402, 40.120293664629202 ], [ -75.036399940960706, 40.120209523333202 ], [ -75.036351454850006, 40.120176514511897 ], [ -75.035207469388993, 40.119471210258901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 174, "tnode_": 163, "lpoly_": null, "rpoly_": null, "length": 636.5809332, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11156, "l_t_add": 11198, "r_f_add": 11147, "r_t_add": 11199, "st_code": 41880, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060615, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40228, "Shape__Length": 253.43865627879921 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031844484474206, 40.123657833286501 ], [ -75.031330911725206, 40.123781144671803 ], [ -75.030771619327894, 40.123866397298698 ], [ -75.030134664107393, 40.123933396976398 ], [ -75.029609876682997, 40.123947925701799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 221, "tnode_": 219, "lpoly_": null, "rpoly_": null, "length": 271.31752309000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 161, "r_f_add": 100, "r_t_add": 156, "st_code": 67960, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060616, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40229, "Shape__Length": 108.00128194452779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0316267582362, 40.122026026657103 ], [ -75.031108069044606, 40.122052563828703 ], [ -75.030658061482896, 40.1220392717766 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 219, "tnode_": 224, "lpoly_": null, "rpoly_": null, "length": 374.68050633000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 163, "l_t_add": 177, "r_f_add": 158, "r_t_add": 198, "st_code": 67960, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060617, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40230, "Shape__Length": 149.19959296946223 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.030658061482896, 40.1220392717766 ], [ -75.030439482043505, 40.1220203420743 ], [ -75.030071673419101, 40.121951464027198 ], [ -75.029775062556794, 40.1218842698445 ], [ -75.029383715088201, 40.121743875950102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 230, "tnode_": 221, "lpoly_": null, "rpoly_": null, "length": 298.86085227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11992, "l_t_add": 11998, "r_f_add": 11993, "r_t_add": 11999, "st_code": 67960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060618, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40231, "Shape__Length": 119.00297312985214 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032649415516403, 40.121795580931398 ], [ -75.032145896934196, 40.1219403258604 ], [ -75.0316267582362, 40.122026026657103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 230, "tnode_": 191, "lpoly_": null, "rpoly_": null, "length": 642.41114538, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11100, "l_t_add": 11132, "r_f_add": 11101, "r_t_add": 11133, "st_code": 41880, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060619, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40232, "Shape__Length": 256.32585326598632 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032649415516403, 40.121795580931398 ], [ -75.032763332194804, 40.122004153404198 ], [ -75.032873302190197, 40.122105226524802 ], [ -75.033283940754202, 40.122350173968101 ], [ -75.033386354940703, 40.122462010408299 ], [ -75.033432467981996, 40.122556103292503 ], [ -75.033424142916303, 40.122763798470203 ], [ -75.033298287246893, 40.122881183934197 ], [ -75.033143733675104, 40.123003361565303 ], [ -75.032887351663106, 40.123139011452899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 224, "tnode_": 234, "lpoly_": null, "rpoly_": null, "length": 276.94507502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 179, "l_t_add": 199, "r_f_add": 300, "r_t_add": 374, "st_code": 67960, "l_hundred": 100, "r_hundred": 300, "seg_id": 1060620, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40233, "Shape__Length": 110.3649971401485 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029383715088201, 40.121743875950102 ], [ -75.028548716133201, 40.121335146842803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 236, "tnode_": 230, "lpoly_": null, "rpoly_": null, "length": 339.6537395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11030, "l_t_add": 11990, "r_f_add": 11037, "r_t_add": 11991, "st_code": 67960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060621, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40234, "Shape__Length": 135.30378143757324 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.033740511012098, 40.121386038322903 ], [ -75.032649415516403, 40.121795580931398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 230, "tnode_": 239, "lpoly_": null, "rpoly_": null, "length": 141.25794441, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 67965, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060622, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD TER", "stname": "RENNARD TER", "objectid": 40235, "Shape__Length": 56.409989276881291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032649415516403, 40.121795580931398 ], [ -75.032434549112494, 40.121444646572698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 248, "tnode_": 236, "lpoly_": null, "rpoly_": null, "length": 349.54442856999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11020, "l_t_add": 11028, "r_f_add": 11021, "r_t_add": 11035, "st_code": 67960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060623, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40236, "Shape__Length": 139.23354482118771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034875269945303, 40.120983787877002 ], [ -75.033740511012098, 40.121386038322903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 268, "tnode_": 248, "lpoly_": null, "rpoly_": null, "length": 501.14246864, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11018, "r_f_add": 11001, "r_t_add": 11019, "st_code": 67960, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060624, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40237, "Shape__Length": 199.62132211593129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036497906998093, 40.1204000549859 ], [ -75.034875269945303, 40.120983787877002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 191, "tnode_": 174, "lpoly_": null, "rpoly_": null, "length": 354.80108643, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11134, "l_t_add": 11154, "r_f_add": 11135, "r_t_add": 11145, "st_code": 41880, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060625, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40238, "Shape__Length": 141.40846738815756 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032887351663106, 40.123139011452899 ], [ -75.032711616093806, 40.123294047613598 ], [ -75.032572615857504, 40.123383767694598 ], [ -75.032252331227397, 40.123551265774701 ], [ -75.03206458647, 40.123612478359803 ], [ -75.031844484474206, 40.123657833286501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 163, "tnode_": 165, "lpoly_": null, "rpoly_": null, "length": 386.07328552000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 267, "r_f_add": 200, "r_t_add": 274, "st_code": 41880, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060626, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40239, "Shape__Length": 153.68655427264889 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029609876682997, 40.123947925701799 ], [ -75.029050913791295, 40.123946056186 ], [ -75.028673782335005, 40.123931662394803 ], [ -75.028232614885695, 40.123893234585097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 166, "tnode_": 172, "lpoly_": null, "rpoly_": null, "length": 292.49437403000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 41880, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060627, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40240, "Shape__Length": 116.46760200813948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027353341561295, 40.123755833545601 ], [ -75.026348337728507, 40.123533427137097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 172, "tnode_": 176, "lpoly_": null, "rpoly_": null, "length": 260.61799154000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 401, "r_f_add": 400, "r_t_add": 404, "st_code": 41880, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060628, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40241, "Shape__Length": 103.79243179988121 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026348337728507, 40.123533427137097 ], [ -75.025474401823203, 40.123284972515897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 176, "tnode_": 213, "lpoly_": null, "rpoly_": null, "length": 819.54151068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 403, "l_t_add": 429, "r_f_add": 406, "r_t_add": 428, "st_code": 41880, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060629, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40242, "Shape__Length": 326.56798283051666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025474401823203, 40.123284972515897 ], [ -75.024951525902694, 40.123099486306899 ], [ -75.024146424663201, 40.122757122891699 ], [ -75.0237889980137, 40.122590498495498 ], [ -75.022962501746207, 40.1221368556375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 213, "tnode_": 226, "lpoly_": null, "rpoly_": null, "length": 297.34733513000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 431, "l_t_add": 437, "r_f_add": 430, "r_t_add": 438, "st_code": 41880, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060630, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40243, "Shape__Length": 118.53435321286334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022962501746207, 40.1221368556375 ], [ -75.022119267118995, 40.121639651795299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 243, "tnode_": 226, "lpoly_": null, "rpoly_": null, "length": 338.59352087000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 33860, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060631, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40244, "Shape__Length": 135.09891481725126 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022881744397395, 40.120917649378903 ], [ -75.022119267118995, 40.121639651795299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 234, "tnode_": 244, "lpoly_": null, "rpoly_": null, "length": 249.45927955000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 376, "r_t_add": 398, "st_code": 67960, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060632, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40245, "Shape__Length": 99.432765915154292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028548716133201, 40.121335146842803 ], [ -75.027826481052301, 40.120933256252698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 244, "tnode_": 273, "lpoly_": null, "rpoly_": null, "length": 782.46274844000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 439, "r_f_add": 400, "r_t_add": 438, "st_code": 67960, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060633, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40246, "Shape__Length": 311.84706187956692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027826481052301, 40.120933256252698 ], [ -75.025514404804497, 40.119723692937399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 281, "tnode_": 243, "lpoly_": null, "rpoly_": null, "length": 783.14518073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 33860, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060634, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40247, "Shape__Length": 312.48911064417956 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024609629690602, 40.119225885116101 ], [ -75.022881744397395, 40.120917649378903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 273, "tnode_": 281, "lpoly_": null, "rpoly_": null, "length": 311.30830886999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 441, "l_t_add": 499, "r_f_add": 440, "r_t_add": 498, "st_code": 67960, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060635, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40248, "Shape__Length": 124.079847441987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025514404804497, 40.119723692937399 ], [ -75.024609629690602, 40.119225885116101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 226, "tnode_": 198, "lpoly_": null, "rpoly_": null, "length": 467.93920145000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 11901, "r_t_add": 11999, "st_code": 33860, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40249, "Shape__Length": 186.72920583327812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022119267118995, 40.121639651795299 ], [ -75.021100375259806, 40.122658586558799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 256, "tnode_": 270, "lpoly_": null, "rpoly_": null, "length": 381.32280125999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 655, "l_t_add": 667, "r_f_add": 650, "r_t_add": 664, "st_code": 41880, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40250, "Shape__Length": 151.99127624280234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020067371818101, 40.120426763427297 ], [ -75.018964621248401, 40.1198111237441 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 281, "tnode_": 295, "lpoly_": null, "rpoly_": null, "length": 285.55199061999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 503, "r_f_add": 500, "r_t_add": 506, "st_code": 67960, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060638, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40251, "Shape__Length": 113.80935344239329 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024609629690602, 40.119225885116101 ], [ -75.023774320940504, 40.118775100954103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 304, "tnode_": 281, "lpoly_": null, "rpoly_": null, "length": 310.88203807000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11040, "l_t_add": 11098, "r_f_add": 11041, "r_t_add": 11099, "st_code": 33860, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060639, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40252, "Shape__Length": 124.04491611184868 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025296446242805, 40.1185548645458 ], [ -75.024609629690602, 40.119225885116101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 295, "tnode_": 306, "lpoly_": null, "rpoly_": null, "length": 269.22507263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 505, "l_t_add": 599, "r_f_add": 508, "r_t_add": 598, "st_code": 67960, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060640, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40253, "Shape__Length": 107.30087970883784 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023774320940504, 40.118775100954103 ], [ -75.022986024823595, 40.1183509143222 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 323, "tnode_": 304, "lpoly_": null, "rpoly_": null, "length": 257.8979502, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11032, "l_t_add": 11038, "r_f_add": 11033, "r_t_add": 11039, "st_code": 33860, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060641, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40254, "Shape__Length": 102.90506185366938 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025862064452497, 40.117995725211003 ], [ -75.025296446242805, 40.1185548645458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 320, "tnode_": 333, "lpoly_": null, "rpoly_": null, "length": 367.71317935999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 665, "l_t_add": 675, "r_f_add": 662, "r_t_add": 672, "st_code": 67960, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060642, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40255, "Shape__Length": 146.54745926607748 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022017410808601, 40.117826575131801 ], [ -75.020935070627203, 40.1172534900006 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 336, "tnode_": 323, "lpoly_": null, "rpoly_": null, "length": 262.73757806999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11024, "l_t_add": 11030, "r_f_add": 11023, "r_t_add": 11031, "st_code": 33860, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060643, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40256, "Shape__Length": 104.83653973886537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026435935886994, 40.117424692965898 ], [ -75.025862064452497, 40.117995725211003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 333, "tnode_": 358, "lpoly_": null, "rpoly_": null, "length": 364.04054061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 677, "l_t_add": 699, "r_f_add": 674, "r_t_add": 698, "st_code": 67960, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060644, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40257, "Shape__Length": 145.09151210873952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020935070627203, 40.1172534900006 ], [ -75.019876029611297, 40.1166724811048 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 399, "tnode_": 336, "lpoly_": null, "rpoly_": null, "length": 776.10719554999991, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11000, "l_t_add": 11022, "r_f_add": 11001, "r_t_add": 11021, "st_code": 33860, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060645, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40258, "Shape__Length": 309.70254005224712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0280639139106, 40.115709541329799 ], [ -75.027925001872603, 40.115959336665099 ], [ -75.027478763265506, 40.116424735455901 ], [ -75.026435935886994, 40.117424692965898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 306, "tnode_": 313, "lpoly_": null, "rpoly_": null, "length": 282.31130738000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 661, "r_f_add": 600, "r_t_add": 658, "st_code": 67960, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060646, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40259, "Shape__Length": 112.51826081107048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022986024823595, 40.1183509143222 ], [ -75.022162936473606, 40.117902279209297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 313, "tnode_": 320, "lpoly_": null, "rpoly_": null, "length": 49.16306878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 663, "l_t_add": 663, "r_f_add": 660, "r_t_add": 660, "st_code": 67960, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060647, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40260, "Shape__Length": 19.592823781640035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022162936473606, 40.117902279209297 ], [ -75.022017410808601, 40.117826575131801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 390, "tnode_": 399, "lpoly_": null, "rpoly_": null, "length": 341.59923842000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 419, "l_t_add": 439, "r_f_add": 420, "r_t_add": 434, "st_code": 77540, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060648, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40261, "Shape__Length": 136.00818897099003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029233612493798, 40.115979439724299 ], [ -75.0280639139106, 40.115709541329799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 367, "tnode_": 269, "lpoly_": null, "rpoly_": null, "length": 1553.0544039900001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 12098, "r_f_add": 11901, "r_t_add": 12099, "st_code": 74760, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1060649, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 40262, "Shape__Length": 619.71596422607774 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012069746379794, 40.116224146661402 ], [ -75.008715513878101, 40.119621831494001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 303, "tnode_": 319, "lpoly_": null, "rpoly_": null, "length": 534.11677411000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 815, "l_t_add": 833, "r_f_add": 814, "r_t_add": 844, "st_code": 41880, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060650, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40263, "Shape__Length": 212.73964202019189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016335399554293, 40.118361339530999 ], [ -75.014970520005093, 40.117920758182599 ], [ -75.014596225322194, 40.117759548868897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 319, "tnode_": 357, "lpoly_": null, "rpoly_": null, "length": 453.47378712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 835, "l_t_add": 899, "r_f_add": 846, "r_t_add": 898, "st_code": 41880, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060651, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40264, "Shape__Length": 181.06414412016767 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014596225322194, 40.117759548868897 ], [ -75.014291883067202, 40.1174865659546 ], [ -75.014122021992605, 40.1172549793935 ], [ -75.014033300035805, 40.117062365515103 ], [ -75.013940922512305, 40.116653039103198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 366, "tnode_": 357, "lpoly_": null, "rpoly_": null, "length": 124.32729947, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11728, "l_t_add": 11798, "r_f_add": 11729, "r_t_add": 11799, "st_code": 47260, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060652, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40265, "Shape__Length": 49.673451630498462 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014024914750493, 40.116317895030399 ], [ -75.013940922512305, 40.116653039103198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 358, "tnode_": 372, "lpoly_": null, "rpoly_": null, "length": 285.34845239000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 801, "r_f_add": 800, "r_t_add": 800, "st_code": 67960, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060653, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40266, "Shape__Length": 113.73357696990576 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019876029611297, 40.1166724811048 ], [ -75.019054862011302, 40.116207607908599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 372, "tnode_": 386, "lpoly_": null, "rpoly_": null, "length": 260.23775723, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 803, "l_t_add": 807, "r_f_add": 802, "r_t_add": 806, "st_code": 67960, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060654, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40267, "Shape__Length": 103.72099029465457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019054862011302, 40.116207607908599 ], [ -75.018301243470106, 40.115788601198602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 396, "tnode_": 366, "lpoly_": null, "rpoly_": null, "length": 334.44551638999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11726, "r_f_add": 11701, "r_t_add": 11727, "st_code": 47260, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060655, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40268, "Shape__Length": 133.57428821156284 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014452140177198, 40.115460399718103 ], [ -75.014024914750493, 40.116317895030399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 405, "tnode_": 367, "lpoly_": null, "rpoly_": null, "length": 419.36947807999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 74760, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060656, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 40269, "Shape__Length": 167.49110841789496 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012582207161898, 40.115150777592604 ], [ -75.012352292888593, 40.1157865081219 ], [ -75.012266173462507, 40.115979857183099 ], [ -75.012069746379794, 40.116224146661402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 386, "tnode_": 409, "lpoly_": null, "rpoly_": null, "length": 295.99494833, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 809, "l_t_add": 817, "r_f_add": 808, "r_t_add": 814, "st_code": 67960, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060657, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40270, "Shape__Length": 118.11509222602244 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018301243470106, 40.115788601198602 ], [ -75.018140647944804, 40.115686920619503 ], [ -75.017937950005006, 40.115506234299197 ], [ -75.017801706517801, 40.115334454900797 ], [ -75.017696262345893, 40.115137296417203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 415, "tnode_": 396, "lpoly_": null, "rpoly_": null, "length": 276.22411665000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11624, "l_t_add": 11698, "r_f_add": 11629, "r_t_add": 11699, "st_code": 47260, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060658, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40271, "Shape__Length": 110.29137322994924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014886867560904, 40.1147795450579 ], [ -75.014452140177198, 40.115460399718103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 409, "tnode_": 429, "lpoly_": null, "rpoly_": null, "length": 374.80476551000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 819, "l_t_add": 827, "r_f_add": 816, "r_t_add": 826, "st_code": 67960, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060659, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40272, "Shape__Length": 149.74723210641298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017696262345893, 40.115137296417203 ], [ -75.017459535404697, 40.114124598445201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 431, "tnode_": 405, "lpoly_": null, "rpoly_": null, "length": 457.9072294, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 74760, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060660, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 40273, "Shape__Length": 182.87774985848733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013158894009194, 40.113979746105798 ], [ -75.012896976106902, 40.114360440505202 ], [ -75.012833260395396, 40.114520138956998 ], [ -75.012582207161898, 40.115150777592604 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29466, "tnode_": 27945, "lpoly_": null, "rpoly_": null, "length": 12.71427242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060777, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40274, "Shape__Length": 5.0682842575561242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038548964206299, 40.1204704386125 ], [ -75.038585048538593, 40.120491669314099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 446, "tnode_": 415, "lpoly_": null, "rpoly_": null, "length": 836.99535786000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11622, "r_f_add": 11601, "r_t_add": 11627, "st_code": 47260, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060661, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40275, "Shape__Length": 333.8136902205851 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0169307759611, 40.113143591469303 ], [ -75.016332278027207, 40.113487796592104 ], [ -75.015801072889403, 40.113811117569199 ], [ -75.015371969529895, 40.114172227290503 ], [ -75.0150772950971, 40.114492927282797 ], [ -75.014886867560904, 40.1147795450579 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 429, "tnode_": 446, "lpoly_": null, "rpoly_": null, "length": 391.49511637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 829, "l_t_add": 899, "r_f_add": 828, "r_t_add": 898, "st_code": 67960, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060662, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40276, "Shape__Length": 156.3321176176708 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017459535404697, 40.114124598445201 ], [ -75.017389437294099, 40.113845971825 ], [ -75.017311060302603, 40.113635720454297 ], [ -75.0169307759611, 40.113143591469303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 446, "tnode_": 465, "lpoly_": null, "rpoly_": null, "length": 283.22275457999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1007, "r_f_add": 1000, "r_t_add": 1006, "st_code": 67960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060663, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40277, "Shape__Length": 112.97747144419668 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0169307759611, 40.113143591469303 ], [ -75.016576293795595, 40.112805309674897 ], [ -75.016268084750394, 40.112556602357799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 466, "tnode_": 446, "lpoly_": null, "rpoly_": null, "length": 346.29346485000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11034, "l_t_add": 11098, "r_f_add": 11033, "r_t_add": 11099, "st_code": 47260, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060664, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40278, "Shape__Length": 138.06546442188377 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017854213010594, 40.112516116417403 ], [ -75.017384783754693, 40.112891675853596 ], [ -75.0169307759611, 40.113143591469303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 465, "tnode_": 471, "lpoly_": null, "rpoly_": null, "length": 276.89799982, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RENNARD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1009, "l_t_add": 1099, "r_f_add": 1008, "r_t_add": 1098, "st_code": 67960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060665, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RENNARD ST", "stname": "RENNARD ST", "objectid": 40279, "Shape__Length": 110.42272527294675 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016268084750394, 40.112556602357799 ], [ -75.015567779545705, 40.112019331406401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 540, "tnode_": 546, "lpoly_": null, "rpoly_": null, "length": 161.15660233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 77540, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060666, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40280, "Shape__Length": 64.286910125984008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020163112871401, 40.1084966464243 ], [ -75.0197959608915, 40.108155714471003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 593, "tnode_": 575, "lpoly_": null, "rpoly_": null, "length": 328.43495341000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10224, "r_f_add": 10201, "r_t_add": 10225, "st_code": 60185, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060667, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40281, "Shape__Length": 130.9638471552777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022275286933393, 40.106266392997703 ], [ -75.021444608901703, 40.106903585481902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 623, "tnode_": 593, "lpoly_": null, "rpoly_": null, "length": 466.87793972000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10180, "l_t_add": 10198, "r_f_add": 10181, "r_t_add": 10199, "st_code": 60185, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060668, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40282, "Shape__Length": 186.16823205687197 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023452578056194, 40.105357908601398 ], [ -75.022275286933393, 40.106266392997703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 646, "tnode_": 623, "lpoly_": null, "rpoly_": null, "length": 358.98431987000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10152, "l_t_add": 10178, "r_f_add": 10151, "r_t_add": 10179, "st_code": 60185, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060669, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40283, "Shape__Length": 143.13461943515225 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024372519869502, 40.104670839640598 ], [ -75.024173179276303, 40.104823369013403 ], [ -75.023452578056194, 40.105357908601398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 558, "tnode_": 546, "lpoly_": null, "rpoly_": null, "length": 143.70682724999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10252, "l_t_add": 10298, "r_f_add": 10253, "r_t_add": 10299, "st_code": 60185, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060670, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40284, "Shape__Length": 57.314340557743833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020143182058305, 40.1078649559471 ], [ -75.0197959608915, 40.108155714471003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 562, "tnode_": 558, "lpoly_": null, "rpoly_": null, "length": 147.13453889000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10240, "l_t_add": 10250, "r_f_add": 10241, "r_t_add": 10251, "st_code": 60185, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060671, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40285, "Shape__Length": 58.665791242117692 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020523716830496, 40.107586104509998 ], [ -75.020143182058305, 40.1078649559471 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 575, "tnode_": 562, "lpoly_": null, "rpoly_": null, "length": 358.0084165, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10226, "l_t_add": 10238, "r_f_add": 10227, "r_t_add": 10239, "st_code": 60185, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060672, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40286, "Shape__Length": 142.74803633289451 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021444608901703, 40.106903585481902 ], [ -75.020523716830496, 40.107586104509998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 951, "tnode_": 873, "lpoly_": null, "rpoly_": null, "length": 913.9395487, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 45860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060673, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40287, "Shape__Length": 364.38465124971719 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024188826942293, 40.098358142091399 ], [ -75.021860603569294, 40.100118149282402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 785, "tnode_": 684, "lpoly_": null, "rpoly_": null, "length": 1041.7885880800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10142, "r_f_add": 0, "r_t_add": 0, "st_code": 60185, "l_hundred": 10000, "r_hundred": 0, "seg_id": 1060674, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40288, "Shape__Length": 415.39123660526133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027914749909201, 40.101958239887097 ], [ -75.025278078141298, 40.103977924621098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 684, "tnode_": 646, "lpoly_": null, "rpoly_": null, "length": 357.60560769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10144, "l_t_add": 10150, "r_f_add": 0, "r_t_add": 0, "st_code": 60185, "l_hundred": 10100, "r_hundred": 0, "seg_id": 1060675, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40289, "Shape__Length": 142.5902436331609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025278078141298, 40.103977924621098 ], [ -75.024372519869502, 40.104670839640598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 791, "tnode_": 646, "lpoly_": null, "rpoly_": null, "length": 1452.0450193400002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 10001, "r_t_add": 10149, "st_code": 60185, "l_hundred": 0, "r_hundred": 10000, "seg_id": 1060676, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2009-01-22T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40290, "Shape__Length": 579.06511431012177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027637861079, 40.101774988085502 ], [ -75.027342909225595, 40.101943609329801 ], [ -75.027066393700593, 40.102136785882301 ], [ -75.026298535354698, 40.102691141741602 ], [ -75.025770405143305, 40.103104709218599 ], [ -75.0243399115747, 40.104182607686397 ], [ -75.024349880619496, 40.104365925398596 ], [ -75.024353326933294, 40.104495828123603 ], [ -75.024372519869502, 40.104670839640598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 663, "tnode_": 645, "lpoly_": null, "rpoly_": null, "length": 286.98146008999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10810, "l_t_add": 10898, "r_f_add": 10227, "r_t_add": 10899, "st_code": 45860, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060677, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40291, "Shape__Length": 114.4355352605285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016504664092693, 40.104155960389299 ], [ -75.015786835912806, 40.104718798802701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 694, "tnode_": 663, "lpoly_": null, "rpoly_": null, "length": 270.1299295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10802, "l_t_add": 10808, "r_f_add": 10217, "r_t_add": 10225, "st_code": 45860, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060678, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40292, "Shape__Length": 107.69989752196537 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0172045542284, 40.10364504719 ], [ -75.016504664092693, 40.104155960389299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 755, "tnode_": 721, "lpoly_": null, "rpoly_": null, "length": 433.41772156000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10210, "r_f_add": 10201, "r_t_add": 10209, "st_code": 45860, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060680, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40293, "Shape__Length": 172.82325289236397 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018939508089701, 40.102293702899097 ], [ -75.0178550430076, 40.103143449657701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 705, "tnode_": 774, "lpoly_": null, "rpoly_": null, "length": 614.59114375000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 1800, "r_t_add": 1898, "st_code": 77540, "l_hundred": 1800, "r_hundred": 1800, "seg_id": 1060681, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40294, "Shape__Length": 245.39603697605864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014595215973102, 40.103379623935197 ], [ -75.013755010532805, 40.101820750630097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 774, "tnode_": 810, "lpoly_": null, "rpoly_": null, "length": 252.30190811999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1915, "r_f_add": 1900, "r_t_add": 1910, "st_code": 77540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060682, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40295, "Shape__Length": 100.74541070880579 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013755010532805, 40.101820750630097 ], [ -75.013431890183, 40.1011741284699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 826, "tnode_": 755, "lpoly_": null, "rpoly_": null, "length": 662.92426038000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10106, "l_t_add": 10198, "r_f_add": 10105, "r_t_add": 10199, "st_code": 45860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060683, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40296, "Shape__Length": 264.3218251648517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020617493772093, 40.101008678585501 ], [ -75.018939508089701, 40.102293702899097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 810, "tnode_": 845, "lpoly_": null, "rpoly_": null, "length": 287.5764179, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1917, "l_t_add": 1999, "r_f_add": 1912, "r_t_add": 1998, "st_code": 77540, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060684, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40297, "Shape__Length": 114.81937914943923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013431890183, 40.1011741284699 ], [ -75.013032545692397, 40.100446700293297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 873, "tnode_": 826, "lpoly_": null, "rpoly_": null, "length": 475.57568068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10104, "r_f_add": 10101, "r_t_add": 10103, "st_code": 45860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060685, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40298, "Shape__Length": 189.59411429685159 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021860603569294, 40.100118149282402 ], [ -75.020617493772093, 40.101008678585501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 845, "tnode_": 906, "lpoly_": null, "rpoly_": null, "length": 494.06342546000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2099, "r_f_add": 2000, "r_t_add": 2098, "st_code": 77540, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1060686, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40299, "Shape__Length": 197.26445628175148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013032545692397, 40.100446700293297 ], [ -75.012360639185104, 40.099192429521104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 906, "tnode_": 961, "lpoly_": null, "rpoly_": null, "length": 529.54618267000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2101, "l_t_add": 2199, "r_f_add": 2100, "r_t_add": 2198, "st_code": 77540, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 1060687, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40300, "Shape__Length": 211.54266942602081 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012360639185104, 40.099192429521104 ], [ -75.012314751185599, 40.099007951782099 ], [ -75.012250836408995, 40.097743055514002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 272, "tnode_": 271, "lpoly_": null, "rpoly_": null, "length": 72.93394239, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 9, "r_f_add": 2, "r_t_add": 98, "st_code": 77540, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060688, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40301, "Shape__Length": 29.033462830968755 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037930602242, 40.120181404068397 ], [ -75.037672512247696, 40.120152664650902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 271, "tnode_": 268, "lpoly_": null, "rpoly_": null, "length": 340.63267155, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11, "l_t_add": 99, "r_f_add": 100, "r_t_add": 112, "st_code": 77540, "l_hundred": 0, "r_hundred": 100, "seg_id": 1060689, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40302, "Shape__Length": 135.6253335932893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037672512247696, 40.120152664650902 ], [ -75.036497906998093, 40.1204000549859 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 476, "tnode_": 466, "lpoly_": null, "rpoly_": null, "length": 257.99107393999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11024, "l_t_add": 11032, "r_f_add": 11025, "r_t_add": 11031, "st_code": 47260, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1060690, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 40303, "Shape__Length": 102.94043295567947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018406168743098, 40.111948695346797 ], [ -75.017854213010594, 40.112516116417403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 786, "tnode_": 698, "lpoly_": null, "rpoly_": null, "length": 966.01616865000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9268, "l_t_add": 9298, "r_f_add": 9269, "r_t_add": 9299, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 1060691, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 40304, "Shape__Length": 385.04956772800995 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054513495793302, 40.102664732912501 ], [ -75.053821568734605, 40.103296361352598 ], [ -75.053455821561002, 40.103517437920402 ], [ -75.051879032241999, 40.104349247318403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 907, "tnode_": 786, "lpoly_": null, "rpoly_": null, "length": 1175.8180434200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DARLINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9240, "l_t_add": 9266, "r_f_add": 9245, "r_t_add": 9267, "st_code": 27420, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 1060692, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DARLINGTON RD", "stname": "DARLINGTON RD", "objectid": 40305, "Shape__Length": 468.93687774488001 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.057277964919194, 40.100260857096799 ], [ -75.056788730201006, 40.100525845088001 ], [ -75.056319306708602, 40.1008557496028 ], [ -75.054513495793302, 40.102664732912501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 843, "tnode_": 916, "lpoly_": null, "rpoly_": null, "length": 803.7057086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MOREFIELD", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1121, "l_t_add": 1169, "r_f_add": 1122, "r_t_add": 1164, "st_code": 56940, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060693, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MOREFIELD RD", "stname": "MOREFIELD RD", "objectid": 40306, "Shape__Length": 320.39601289245672 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.038548139550699, 40.101068013250703 ], [ -75.037273816406397, 40.100251962083902 ], [ -75.037077735166505, 40.100117041524499 ], [ -75.036933432803494, 40.100013201562803 ], [ -75.036435571805697, 40.099579695058502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 499, "tnode_": 489, "lpoly_": null, "rpoly_": null, "length": 316.44213845999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10218, "l_t_add": 10240, "r_f_add": 10221, "r_t_add": 10299, "st_code": 46000, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060694, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40307, "Shape__Length": 126.26973170910823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029855103930203, 40.110695706135402 ], [ -75.029430246579395, 40.111159716143298 ], [ -75.029195708693393, 40.111401484285203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 545, "tnode_": 532, "lpoly_": null, "rpoly_": null, "length": 248.30093139000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10064, "l_t_add": 10098, "r_f_add": 10049, "r_t_add": 10099, "st_code": 46000, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060695, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40308, "Shape__Length": 99.06530261499384 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032063476627798, 40.108494713639502 ], [ -75.031901945641195, 40.108675712232703 ], [ -75.031743117036299, 40.108837964177098 ], [ -75.031526135383103, 40.109036553553302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1152, "tnode_": 1194, "lpoly_": null, "rpoly_": null, "length": 402.99531780999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3119, "r_f_add": 3100, "r_t_add": 3108, "st_code": 24460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080089, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40309, "Shape__Length": 160.68105956953042 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987423281736497, 40.092559222787003 ], [ -74.986437338108601, 40.091752732969901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 399, "tnode_": 437, "lpoly_": null, "rpoly_": null, "length": 1138.8355977799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 441, "l_t_add": 599, "r_f_add": 436, "r_t_add": 498, "st_code": 77540, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060696, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40310, "Shape__Length": 453.83934985341261 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0280639139106, 40.115709541329799 ], [ -75.027735445936102, 40.115607466046797 ], [ -75.027233194043404, 40.115431221812401 ], [ -75.026921773161902, 40.115282165097597 ], [ -75.026250953805501, 40.114892233431902 ], [ -75.024702379511297, 40.113973693029301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 491, "tnode_": 472, "lpoly_": null, "rpoly_": null, "length": 525.23486197, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GIFFORD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10700, "l_t_add": 10798, "r_f_add": 10701, "r_t_add": 10799, "st_code": 36840, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060697, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GIFFORD AVE", "stname": "GIFFORD AVE", "objectid": 40311, "Shape__Length": 209.54624030004987 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024308643617402, 40.111191092653598 ], [ -75.024600549476006, 40.111328052905201 ], [ -75.024837977534006, 40.111481031343097 ], [ -75.024973533285802, 40.111597590148101 ], [ -75.025136311720999, 40.111771467404601 ], [ -75.025288985261696, 40.112013113678501 ], [ -75.025423496908601, 40.112297121235997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 374, "tnode_": 390, "lpoly_": null, "rpoly_": null, "length": 398.90372326, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 417, "r_f_add": 400, "r_t_add": 418, "st_code": 77540, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060698, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40312, "Shape__Length": 158.94815904912804 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0304415834905, 40.1165506152334 ], [ -75.030061828960697, 40.1163080124904 ], [ -75.029233612493798, 40.115979439724299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 226, "tnode_": 256, "lpoly_": null, "rpoly_": null, "length": 724.2660301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 439, "l_t_add": 653, "r_f_add": 440, "r_t_add": 648, "st_code": 41880, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060699, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40313, "Shape__Length": 288.71864642274835 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022119267118995, 40.121639651795299 ], [ -75.021063424787499, 40.121002735819999 ], [ -75.020067371818101, 40.120426763427297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 285, "tnode_": 303, "lpoly_": null, "rpoly_": null, "length": 509.69873153999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 813, "r_f_add": 700, "r_t_add": 812, "st_code": 41880, "l_hundred": 700, "r_hundred": 700, "seg_id": 1060700, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2001-10-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40314, "Shape__Length": 203.00623389673896 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018007145049395, 40.118918245197499 ], [ -75.016961770927097, 40.118579562903001 ], [ -75.016335399554293, 40.118361339530999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 471, "tnode_": 431, "lpoly_": null, "rpoly_": null, "length": 983.90334435999989, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11600, "l_t_add": 11698, "r_f_add": 11601, "r_t_add": 11699, "st_code": 74760, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1060701, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2001-08-06T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 40315, "Shape__Length": 392.41445918565569 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015567779545705, 40.112019331406401 ], [ -75.013725258502305, 40.113417871266201 ], [ -75.013467848879301, 40.113640580273199 ], [ -75.013158894009194, 40.113979746105798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 721, "tnode_": 694, "lpoly_": null, "rpoly_": null, "length": 257.87380597000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JAMISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10212, "l_t_add": 10800, "r_f_add": 10211, "r_t_add": 10215, "st_code": 45860, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060702, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JAMISON AVE", "stname": "JAMISON AVE", "objectid": 40316, "Shape__Length": 102.82373393208734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0178550430076, 40.103143449657701 ], [ -75.0172045542284, 40.10364504719 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 278, "tnode_": 285, "lpoly_": null, "rpoly_": null, "length": 369.36659919, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 669, "l_t_add": 699, "r_f_add": 666, "r_t_add": 698, "st_code": 41880, "l_hundred": 600, "r_hundred": 600, "seg_id": 1060703, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40317, "Shape__Length": 147.10551607111123 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019230135437994, 40.1193010424956 ], [ -75.018007145049395, 40.118918245197499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 657, "tnode_": 638, "lpoly_": null, "rpoly_": null, "length": 275.28144419, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10196, "l_t_add": 10198, "r_f_add": 10189, "r_t_add": 10199, "st_code": 27890, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060704, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER DR", "stname": "DEDAKER DR", "objectid": 40318, "Shape__Length": 109.74057966960794 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020714095851204, 40.104438958328601 ], [ -75.020442099990603, 40.104562482599 ], [ -75.020205868220501, 40.104754275914097 ], [ -75.019982837859303, 40.104935071311999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 623, "tnode_": 687, "lpoly_": null, "rpoly_": null, "length": 779.02586308000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SEROTA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 71885, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060705, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SEROTA DR", "stname": "SEROTA DR", "objectid": 40319, "Shape__Length": 310.63139531130872 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023452578056194, 40.105357908601398 ], [ -75.022977531488095, 40.104966274722202 ], [ -75.022542803357894, 40.104648893243599 ], [ -75.022127985091601, 40.1043100489713 ], [ -75.021487946428707, 40.103843534735702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 558, "tnode_": 503, "lpoly_": null, "rpoly_": null, "length": 1407.5538271099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTHEAST", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10800, "l_t_add": 11498, "r_f_add": 10801, "r_t_add": 11499, "st_code": 60185, "l_hundred": 10800, "r_hundred": 10800, "seg_id": 1060706, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "NORTHEAST BLVD", "stname": "NORTHEAST BLVD", "objectid": 40320, "Shape__Length": 561.25475589244923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020143182058305, 40.1078649559471 ], [ -75.019817838446301, 40.107655083807998 ], [ -75.016540081040006, 40.110141147149299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 650, "tnode_": 694, "lpoly_": null, "rpoly_": null, "length": 506.61841665000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NATHANIEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1701, "l_t_add": 1799, "r_f_add": 1700, "r_t_add": 1798, "st_code": 58990, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 1060707, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NATHANIEL PL", "stname": "NATHANIEL PL", "objectid": 40321, "Shape__Length": 202.01230347838532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018478039019399, 40.104633897406003 ], [ -75.0172045542284, 40.10364504719 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 861, "tnode_": 940, "lpoly_": null, "rpoly_": null, "length": 933.8071424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARAMIE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9218, "l_t_add": 9248, "r_f_add": 9217, "r_t_add": 9249, "st_code": 49120, "l_hundred": 9200, "r_hundred": 9200, "seg_id": 1060708, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARAMIE RD", "stname": "LARAMIE RD", "objectid": 40322, "Shape__Length": 372.45803055371545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0616432147186, 40.101279659704304 ], [ -75.061530814321102, 40.101316217558299 ], [ -75.061375557521998, 40.101337086073599 ], [ -75.0612111736814, 40.101286345077298 ], [ -75.061106403386503, 40.101231635148203 ], [ -75.061021649304294, 40.101162461228498 ], [ -75.060976930897596, 40.1010643613577 ], [ -75.060971655237395, 40.100952251978804 ], [ -75.060994926600301, 40.100855742380801 ], [ -75.061198354694696, 40.100629063297802 ], [ -75.061319642069606, 40.100512447933802 ], [ -75.062320204335506, 40.099486861440703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 862, "tnode_": 812, "lpoly_": null, "rpoly_": null, "length": 770.95471384999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDWAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 55220, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060709, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDWAY RD", "stname": "MEDWAY RD", "objectid": 40323, "Shape__Length": 307.09204953255204 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035568444855997, 40.100715372668297 ], [ -75.035850050433396, 40.100709585115801 ], [ -75.036065564409199, 40.100727957130204 ], [ -75.036305941200197, 40.100773487575097 ], [ -75.036573083482097, 40.100863024865198 ], [ -75.0379438153536, 40.1016587660434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 470, "tnode_": 482, "lpoly_": null, "rpoly_": null, "length": 396.92373922000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PARLIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 63110, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060710, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PARLIN ST", "stname": "PARLIN ST", "objectid": 40324, "Shape__Length": 158.28133361525744 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029581842295102, 40.112564457903503 ], [ -75.029519929374601, 40.1124593866328 ], [ -75.029158981144107, 40.1122392991211 ], [ -75.028896991322299, 40.112082789591497 ], [ -75.028582417080898, 40.1118084568566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 506, "tnode_": 539, "lpoly_": null, "rpoly_": null, "length": 827.8272205799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AVON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 14735, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060711, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AVON RD", "stname": "AVON RD", "objectid": 40325, "Shape__Length": 330.2352559353983 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023889532705198, 40.1102342591184 ], [ -75.022997230267507, 40.109876618315603 ], [ -75.022792919397503, 40.109731940641097 ], [ -75.022592718087495, 40.109485175215703 ], [ -75.022541276530205, 40.109371014224102 ], [ -75.022500508336506, 40.109165678318902 ], [ -75.022528419029001, 40.108994240128801 ], [ -75.0225828067816, 40.1088610769214 ], [ -75.022636545791798, 40.108744032564097 ], [ -75.022801601434196, 40.108551456853597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1024, "tnode_": 1031, "lpoly_": null, "rpoly_": null, "length": 129.82051164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060713, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40326, "Shape__Length": 51.691842215754505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013902994709596, 40.096223473743201 ], [ -75.014324686816195, 40.096074743672098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 961, "tnode_": 945, "lpoly_": null, "rpoly_": null, "length": 223.5376128, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10500, "l_t_add": 10548, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10500, "r_hundred": 0, "seg_id": 1060716, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40327, "Shape__Length": 89.101924375805609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012250836408995, 40.097743055514002 ], [ -75.011650156814994, 40.098147717752397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1031, "tnode_": 1022, "lpoly_": null, "rpoly_": null, "length": 77.49245077, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10300, "l_t_add": 10398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10300, "r_hundred": 0, "seg_id": 1060717, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40328, "Shape__Length": 30.912837915618997 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014324686816195, 40.096074743672098 ], [ -75.014159015009099, 40.096245224783999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 945, "tnode_": 956, "lpoly_": null, "rpoly_": null, "length": 92.09269061000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060719, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40329, "Shape__Length": 36.786406897041779 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011650156814994, 40.098147717752397 ], [ -75.0117000202535, 40.0978978303594 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 956, "tnode_": 1024, "lpoly_": null, "rpoly_": null, "length": 867.55006098999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060720, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40330, "Shape__Length": 345.88200253616213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0117000202535, 40.0978978303594 ], [ -75.012155740198097, 40.097577781349003 ], [ -75.012758716571994, 40.097145873808799 ], [ -75.013347366591702, 40.096678990998299 ], [ -75.013902994709596, 40.096223473743201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1022, "tnode_": 961, "lpoly_": null, "rpoly_": null, "length": 763.63488473000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10400, "l_t_add": 10498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10400, "r_hundred": 0, "seg_id": 1060721, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40331, "Shape__Length": 304.47122021980203 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014159015009099, 40.096245224783999 ], [ -75.012730692433095, 40.097401639276796 ], [ -75.012250836408995, 40.097743055514002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 927, "tnode_": 928, "lpoly_": null, "rpoly_": null, "length": 63.97741257000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060724, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2007-06-05T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40332, "Shape__Length": 25.458536328065051 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010241387879901, 40.098635587533998 ], [ -75.010013422765596, 40.098621594277503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1013, "tnode_": 927, "lpoly_": null, "rpoly_": null, "length": 1219.2651782300002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060725, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40333, "Shape__Length": 486.04910924644071 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013432756030596, 40.096360054649899 ], [ -75.0130654923137, 40.096655648596503 ], [ -75.0119477650926, 40.097507787856301 ], [ -75.010241387879901, 40.098635587533998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1047, "tnode_": 928, "lpoly_": null, "rpoly_": null, "length": 1520.43060651, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 10401, "r_t_add": 10499, "st_code": 69220, "l_hundred": 0, "r_hundred": 10400, "seg_id": 1060726, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40334, "Shape__Length": 606.15650881242846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013907621491796, 40.095717230458099 ], [ -75.013466723072497, 40.096108828598602 ], [ -75.012444758002104, 40.096937253760998 ], [ -75.0116803144372, 40.0974896216483 ], [ -75.010013422765596, 40.098621594277503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1047, "tnode_": 1013, "lpoly_": null, "rpoly_": null, "length": 270.4911273, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060729, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40335, "Shape__Length": 107.9489427974043 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013907621491796, 40.095717230458099 ], [ -75.013610062037401, 40.096047734973197 ], [ -75.013432756030596, 40.096360054649899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 300, "tnode_": 311, "lpoly_": null, "rpoly_": null, "length": 321.94067203000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIDGEWAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11100, "l_t_add": 11198, "r_f_add": 11101, "r_t_add": 11199, "st_code": 68340, "l_hundred": 11100, "r_hundred": 11100, "seg_id": 1060730, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RIDGEWAY ST", "stname": "RIDGEWAY ST", "objectid": 40336, "Shape__Length": 128.28877564572139 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029312231503695, 40.118762043205002 ], [ -75.029494519696797, 40.1187537844418 ], [ -75.029687397569106, 40.118741934724497 ], [ -75.029809522687799, 40.118717469586002 ], [ -75.029932963823896, 40.118660210183201 ], [ -75.030117744469806, 40.1184949842553 ], [ -75.030269412149494, 40.118371634216501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 274, "tnode_": 301, "lpoly_": null, "rpoly_": null, "length": 537.42012786000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 71660, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060731, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMA ST", "stname": "SELMA ST", "objectid": 40337, "Shape__Length": 214.34823567993914 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028839305863997, 40.1197393606517 ], [ -75.028032498771907, 40.119315508674902 ], [ -75.027837547013704, 40.119201476597198 ], [ -75.027727150187701, 40.119111329710599 ], [ -75.027653667279907, 40.118989231317599 ], [ -75.027652476096506, 40.118841491108697 ], [ -75.027690400807103, 40.118714175664003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 267, "tnode_": 274, "lpoly_": null, "rpoly_": null, "length": 235.47119611, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 71660, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060732, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMA ST", "stname": "SELMA ST", "objectid": 40338, "Shape__Length": 93.862556181042763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.029511108446698, 40.120129008720397 ], [ -75.028839305863997, 40.1197393606517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 193, "tnode_": 220, "lpoly_": null, "rpoly_": null, "length": 872.07913369000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARING", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 443, "r_f_add": 400, "r_t_add": 444, "st_code": 81400, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060733, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARING ST", "stname": "WARING ST", "objectid": 40339, "Shape__Length": 347.64427275333281 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025709627689395, 40.122809738620802 ], [ -75.025695314395193, 40.122679440895197 ], [ -75.025594173658703, 40.122552723193103 ], [ -75.025426875389996, 40.122443306028202 ], [ -75.024123856522294, 40.121706687588997 ], [ -75.023927586532295, 40.121625443893798 ], [ -75.023714438735098, 40.121609448586298 ], [ -75.023548930008602, 40.121649291534098 ], [ -75.023403899244499, 40.121711503635197 ], [ -75.023308770337593, 40.121790104031902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 220, "tnode_": 213, "lpoly_": null, "rpoly_": null, "length": 159.16386064, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JEANES", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 46000, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060734, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JEANES ST", "stname": "JEANES ST", "objectid": 40340, "Shape__Length": 63.513665242048589 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023308770337593, 40.121790104031902 ], [ -75.022962501746207, 40.1221368556375 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 476, "tnode_": 490, "lpoly_": null, "rpoly_": null, "length": 513.19703404999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELRAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 28160, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1060735, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DELRAY ST", "stname": "DELRAY ST", "objectid": 40341, "Shape__Length": 204.61830187010941 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018406168743098, 40.111948695346797 ], [ -75.017830201340004, 40.111590934058903 ], [ -75.017492647095807, 40.111383349727703 ], [ -75.017285407979102, 40.111257477733197 ], [ -75.017149272662493, 40.111151700308902 ], [ -75.017074768550003, 40.111006244550303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 604, "tnode_": 620, "lpoly_": null, "rpoly_": null, "length": 260.61242268999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1109, "l_t_add": 1123, "r_f_add": 1108, "r_t_add": 1122, "st_code": 71674, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060736, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 40342, "Shape__Length": 103.8705840660986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021406495670902, 40.105781359981997 ], [ -75.020675054056895, 40.105338242295602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 593, "tnode_": 604, "lpoly_": null, "rpoly_": null, "length": 300.46375953, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1106, "st_code": 71674, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060737, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 40343, "Shape__Length": 119.7368419049882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022275286933393, 40.106266392997703 ], [ -75.021406495670902, 40.105781359981997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 280, "tnode_": 288, "lpoly_": null, "rpoly_": null, "length": 115.01450726, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 105, "r_f_add": 100, "r_t_add": 106, "st_code": 58766, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060738, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 40344, "Shape__Length": 45.929753677612041 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037554921312804, 40.119820698616401 ], [ -75.037484699241404, 40.119655173156097 ], [ -75.037454073102595, 40.119590720520101 ], [ -75.037392720928295, 40.1195349013704 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 271, "tnode_": 280, "lpoly_": null, "rpoly_": null, "length": 125.81407033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANDINA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 58766, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060739, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANDINA ST", "stname": "NANDINA ST", "objectid": 40345, "Shape__Length": 50.262209667707459 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037672512247696, 40.120152664650902 ], [ -75.037610653239199, 40.120034150483001 ], [ -75.037554921312804, 40.119820698616401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 562, "tnode_": 573, "lpoly_": null, "rpoly_": null, "length": 293.20602641, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOSTER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1105, "r_f_add": 1100, "r_t_add": 1104, "st_code": 34740, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060740, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOSTER ST", "stname": "FOSTER ST", "objectid": 40346, "Shape__Length": 116.92852449843288 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020523716830496, 40.107586104509998 ], [ -75.019800124155296, 40.107003757748998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 648, "tnode_": 686, "lpoly_": null, "rpoly_": null, "length": 332.23558457000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RADBURN", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 67160, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060741, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RADBURN RD", "stname": "RADBURN RD", "objectid": 40347, "Shape__Length": 132.62403757550302 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.053997791584095, 40.105401833414497 ], [ -75.053444665750305, 40.104594749155297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 673, "tnode_": 639, "lpoly_": null, "rpoly_": null, "length": 496.39780146000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDANNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9670, "l_t_add": 9698, "r_f_add": 9669, "r_t_add": 9699, "st_code": 70825, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 1060742, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SANDANNE RD", "stname": "SANDANNE RD", "objectid": 40348, "Shape__Length": 197.85375012779394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0566780612521, 40.104881064184497 ], [ -75.056544571227306, 40.104961253688401 ], [ -75.056465132107505, 40.105000506308102 ], [ -75.056370807716903, 40.1050468860861 ], [ -75.055508162355594, 40.105503220390702 ], [ -75.0554732319696, 40.1055248278183 ], [ -75.055438077757202, 40.105552036281097 ], [ -75.055410514620704, 40.105571947590697 ], [ -75.055382728867201, 40.105597459066601 ], [ -75.055364669913402, 40.105623199407901 ], [ -75.055351399576693, 40.105650920743201 ], [ -75.055340709078905, 40.105674965014799 ], [ -75.055330165828707, 40.105695275209101 ], [ -75.055321466694195, 40.105722948699899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 653, "tnode_": 624, "lpoly_": null, "rpoly_": null, "length": 307.27300165000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDWAY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9922, "r_f_add": 9901, "r_t_add": 9929, "st_code": 55220, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060743, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDWAY RD", "stname": "MEDWAY RD", "objectid": 40349, "Shape__Length": 122.65179120013332 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041228277121903, 40.105046082579001 ], [ -75.041214125927397, 40.105233640143098 ], [ -75.041174251087099, 40.105374673343299 ], [ -75.040980508088396, 40.105596212840901 ], [ -75.040769531384498, 40.105779272164902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 535, "tnode_": 575, "lpoly_": null, "rpoly_": null, "length": 1178.76814083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 71674, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060744, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER RD", "stname": "SELMER RD", "objectid": 40350, "Shape__Length": 469.80249615893933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024792676940294, 40.108868690236498 ], [ -75.021444608901703, 40.106903585481902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 352, "tnode_": 382, "lpoly_": null, "rpoly_": null, "length": 317.72216427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALNUS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 12307, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060745, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ALNUS ST", "stname": "ALNUS ST", "objectid": 40351, "Shape__Length": 126.95229973500383 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.040038917984006, 40.1175929030981 ], [ -75.039896689902505, 40.116818309610899 ], [ -75.039899327018404, 40.116728403982798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 434, "tnode_": 412, "lpoly_": null, "rpoly_": null, "length": 433.64309957999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALSTEAD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10698, "r_f_add": 10601, "r_t_add": 10699, "st_code": 40100, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060746, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALSTEAD ST", "stname": "HALSTEAD ST", "objectid": 40352, "Shape__Length": 173.07882900951935 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.032759397169897, 40.114329436768699 ], [ -75.032827416397197, 40.114419242466397 ], [ -75.032823180260394, 40.114524915694702 ], [ -75.032790637464899, 40.114613219064502 ], [ -75.0326463120808, 40.114776818954603 ], [ -75.032441803688002, 40.114994665917997 ], [ -75.032103115851697, 40.1153281571519 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 422, "tnode_": 440, "lpoly_": null, "rpoly_": null, "length": 515.48307798999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURGESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 807, "r_f_add": 800, "r_t_add": 812, "st_code": 19820, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060747, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURGESS ST", "stname": "BURGESS ST", "objectid": 40353, "Shape__Length": 205.65136679301457 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020430999674304, 40.114658477394997 ], [ -75.020468851554, 40.114518446628999 ], [ -75.020513479002702, 40.114358292168902 ], [ -75.020490179589004, 40.114225836554503 ], [ -75.020328217523698, 40.114051268267197 ], [ -75.019540006422403, 40.113591069981702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 440, "tnode_": 452, "lpoly_": null, "rpoly_": null, "length": 397.28393886000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BURGESS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 809, "l_t_add": 899, "r_f_add": 814, "r_t_add": 898, "st_code": 19820, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060748, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BURGESS ST", "stname": "BURGESS ST", "objectid": 40354, "Shape__Length": 158.2744865488597 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019540006422403, 40.113591069981702 ], [ -75.019235366971202, 40.113389971023899 ], [ -75.018989873639995, 40.113259190448701 ], [ -75.018832026267205, 40.113175875481403 ], [ -75.018649035754905, 40.1131450072007 ], [ -75.018313274121695, 40.113190592332899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 260, "tnode_": 286, "lpoly_": null, "rpoly_": null, "length": 706.32078965999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LARKSPUR", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 49220, "l_hundred": 400, "r_hundred": 400, "seg_id": 1060749, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LARKSPUR ST", "stname": "LARKSPUR ST", "objectid": 40355, "Shape__Length": 281.70082594601399 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028323998833102, 40.120338490800499 ], [ -75.027315480937602, 40.119779968680703 ], [ -75.026980996760102, 40.1195915105559 ], [ -75.026802261986901, 40.119428623662898 ], [ -75.026695819182805, 40.119240094396297 ], [ -75.026618505576906, 40.119000057871702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 542, "tnode_": 533, "lpoly_": null, "rpoly_": null, "length": 232.01335478, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FERNDALE", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10176, "l_t_add": 10298, "r_f_add": 10183, "r_t_add": 10299, "st_code": 33860, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060750, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FERNDALE ST", "stname": "FERNDALE ST", "objectid": 40356, "Shape__Length": 92.484541503833285 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027635242165204, 40.1085475201523 ], [ -75.027146485726504, 40.108753887549803 ], [ -75.027055022942307, 40.1088415789132 ], [ -75.027025451588003, 40.1089351331213 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 525, "tnode_": 483, "lpoly_": null, "rpoly_": null, "length": 1049.2981768699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GANTRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 36055, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060751, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GANTRY RD", "stname": "GANTRY RD", "objectid": 40357, "Shape__Length": 418.54755761727375 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.050276802180505, 40.1100839131648 ], [ -75.047807013647599, 40.112252054358599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 376, "tnode_": 361, "lpoly_": null, "rpoly_": null, "length": 262.27031605000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LOCKART", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10636, "l_t_add": 10654, "r_f_add": 10637, "r_t_add": 10655, "st_code": 51320, "l_hundred": 10600, "r_hundred": 10600, "seg_id": 1060752, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LOCKART RD", "stname": "LOCKART RD", "objectid": 40358, "Shape__Length": 104.54674482777864 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041936467522405, 40.116846790685798 ], [ -75.041658847855302, 40.117053173302303 ], [ -75.041356946429701, 40.117219407545001 ], [ -75.041199139916301, 40.117285566466798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 528, "tnode_": 517, "lpoly_": null, "rpoly_": null, "length": 168.22782173, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SELMER", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10200, "l_t_add": 10298, "r_f_add": 10201, "r_t_add": 10299, "st_code": 71670, "l_hundred": 10200, "r_hundred": 10200, "seg_id": 1060753, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SELMER PL", "stname": "SELMER PL", "objectid": 40359, "Shape__Length": 67.121394412560875 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.027455991251401, 40.109310861078299 ], [ -75.027095880306703, 40.109680736518101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 346, "tnode_": 359, "lpoly_": null, "rpoly_": null, "length": 107.00119424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KEVIN", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 47596, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060754, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KEVIN CT", "stname": "KEVIN CT", "objectid": 40360, "Shape__Length": 42.704122201812893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.031049599367606, 40.117283312427297 ], [ -75.031265332460407, 40.117040733458403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 640, "tnode_": 657, "lpoly_": null, "rpoly_": null, "length": 235.87109727000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWART", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 74830, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1060755, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEWART PL", "stname": "STEWART PL", "objectid": 40361, "Shape__Length": 94.013528178800172 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021368504826896, 40.104847281832903 ], [ -75.020714095851204, 40.104438958328601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 687, "tnode_": 660, "lpoly_": null, "rpoly_": null, "length": 214.80205955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10182, "l_t_add": 10188, "r_f_add": 10183, "r_t_add": 10183, "st_code": 27890, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060756, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER DR", "stname": "DEDAKER DR", "objectid": 40362, "Shape__Length": 85.644914426057269 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021487946428707, 40.103843534735702 ], [ -75.0209375161634, 40.104254681966303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 660, "tnode_": 657, "lpoly_": null, "rpoly_": null, "length": 91.71815694, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10190, "l_t_add": 10194, "r_f_add": 10185, "r_t_add": 10187, "st_code": 27890, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060757, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER DR", "stname": "DEDAKER DR", "objectid": 40363, "Shape__Length": 36.576736115294032 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0209375161634, 40.104254681966303 ], [ -75.020714095851204, 40.104438958328601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 693, "tnode_": 687, "lpoly_": null, "rpoly_": null, "length": 52.98476128, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10180, "l_t_add": 10180, "r_f_add": 10169, "r_t_add": 10181, "st_code": 27890, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060758, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER DR", "stname": "DEDAKER DR", "objectid": 40364, "Shape__Length": 21.144878119116516 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021588853612798, 40.103720444218901 ], [ -75.021487946428707, 40.103843534735702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 718, "tnode_": 693, "lpoly_": null, "rpoly_": null, "length": 201.98744878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEDAKER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10178, "r_f_add": 10101, "r_t_add": 10167, "st_code": 27890, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060759, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEDAKER DR", "stname": "DEDAKER DR", "objectid": 40365, "Shape__Length": 80.54040143234694 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022097638666395, 40.103326994674198 ], [ -75.021588853612798, 40.103720444218901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 693, "tnode_": 708, "lpoly_": null, "rpoly_": null, "length": 125.5544602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KONRAD", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 48105, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060760, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KONRAD PL", "stname": "KONRAD PL", "objectid": 40366, "Shape__Length": 50.069239452173733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021588853612798, 40.103720444218901 ], [ -75.021281861937695, 40.103469011389997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 660, "tnode_": 680, "lpoly_": null, "rpoly_": null, "length": 135.01682993999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 35155, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060761, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIEL PL", "stname": "FRIEL PL", "objectid": 40367, "Shape__Length": 53.840745587247291 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0209375161634, 40.104254681966303 ], [ -75.020603475489807, 40.103987146769597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 839, "tnode_": 798, "lpoly_": null, "rpoly_": null, "length": 460.63759763999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALAHAD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10100, "l_t_add": 10116, "r_f_add": 10101, "r_t_add": 10115, "st_code": 35930, "l_hundred": 10100, "r_hundred": 10100, "seg_id": 1060763, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALAHAD RD", "stname": "GALAHAD RD", "objectid": 40368, "Shape__Length": 183.64928739489298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020310827154901, 40.100727766151699 ], [ -75.019120542425298, 40.1016015365717 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 447, "tnode_": 436, "lpoly_": null, "rpoly_": null, "length": 275.89479358, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEATHER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10782, "l_t_add": 10798, "r_f_add": 10783, "r_t_add": 10799, "st_code": 41480, "l_hundred": 10700, "r_hundred": 10700, "seg_id": 1060765, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEATHER ST", "stname": "HEATHER ST", "objectid": 40369, "Shape__Length": 110.08103909219666 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028883344725102, 40.113488908295999 ], [ -75.028613423369094, 40.113766353190996 ], [ -75.028282511656201, 40.114089493264899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 461, "tnode_": 462, "lpoly_": null, "rpoly_": null, "length": 474.50533163999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAWLER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 519, "l_t_add": 599, "r_f_add": 528, "r_t_add": 598, "st_code": 49540, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060767, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAWLER ST", "stname": "LAWLER ST", "objectid": 40370, "Shape__Length": 188.9538912463062 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028055086379595, 40.112975010311501 ], [ -75.027570510043205, 40.112730231629399 ], [ -75.027424160520596, 40.1126984292884 ], [ -75.027268390735799, 40.112717410422299 ], [ -75.026908991026005, 40.112785278056798 ], [ -75.026479678548995, 40.112846002135697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 165, "tnode_": 154, "lpoly_": null, "rpoly_": null, "length": 92.59842427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 41875, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060772, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX PL", "stname": "HENDRIX PL", "objectid": 40371, "Shape__Length": 37.004491590028394 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028232614885695, 40.123893234585097 ], [ -75.028200871478703, 40.124146256095401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 165, "tnode_": 166, "lpoly_": null, "rpoly_": null, "length": 250.93101204000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HENDRIX", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 269, "l_t_add": 299, "r_f_add": 276, "r_t_add": 298, "st_code": 41880, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060773, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HENDRIX ST", "stname": "HENDRIX ST", "objectid": 40372, "Shape__Length": 99.903291578304334 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.028232614885695, 40.123893234585097 ], [ -75.027353341561295, 40.123755833545601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 557, "tnode_": 27896, "lpoly_": null, "rpoly_": null, "length": 495.61084506999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 501, "l_t_add": 519, "r_f_add": 500, "r_t_add": 520, "st_code": 67640, "l_hundred": 500, "r_hundred": 500, "seg_id": 1060775, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": "1999-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40373, "Shape__Length": 197.52668806529519 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.041247520944793, 40.108399884657203 ], [ -75.040023218783702, 40.107675541784602 ], [ -75.039838228990703, 40.1075755009199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27897, "tnode_": 27896, "lpoly_": null, "rpoly_": null, "length": 1442.96342211, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARDENIA", "st_type": "LN", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 36070, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060776, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-05T00:00:00Z", "newsegdate": "1999-04-26T00:00:00Z", "multi_rep": 0, "streetlabe": "GARDENIA LN", "stname": "GARDENIA LN", "objectid": 40374, "Shape__Length": 575.90122591152192 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.042060932177606, 40.104214230026002 ], [ -75.042074145846101, 40.1053685587001 ], [ -75.042067421828705, 40.105410367513898 ], [ -75.042043545369097, 40.105459648387502 ], [ -75.042015667045504, 40.105507588850102 ], [ -75.041983321348795, 40.105545455795301 ], [ -75.039838228990703, 40.1075755009199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 568, "tnode_": 27946, "lpoly_": null, "rpoly_": null, "length": 18.58964937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060778, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40375, "Shape__Length": 7.4225075720767153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055563621621801, 40.108569922874501 ], [ -75.055590997630901, 40.1086164230001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 552, "tnode_": 27947, "lpoly_": null, "rpoly_": null, "length": 23.89752328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060779, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40376, "Shape__Length": 9.5432025715655833 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054504191801598, 40.109284370634803 ], [ -75.054535711642103, 40.109345344311201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27998, "tnode_": 223, "lpoly_": null, "rpoly_": null, "length": 221.18189184000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13034, "l_t_add": 13038, "r_f_add": 13027, "r_t_add": 13031, "st_code": 84740, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1060780, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": "1999-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 40377, "Shape__Length": 88.262602231274627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004792242438597, 40.120810600002898 ], [ -75.0043149789106, 40.121294756275901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 473, "tnode_": 28035, "lpoly_": null, "rpoly_": null, "length": 23.9437854, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060781, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-12-29T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40378, "Shape__Length": 9.5421007009632319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.049127277752206, 40.113076306967002 ], [ -75.049197430733898, 40.1131139767352 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28050, "tnode_": 618, "lpoly_": null, "rpoly_": null, "length": 175.78971759000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 2000, "l_t_add": 2010, "r_f_add": 9665, "r_t_add": 9669, "st_code": 64800, "l_hundred": 2000, "r_hundred": 9600, "seg_id": 1060782, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2007-04-22T00:00:00Z", "newsegdate": "2000-01-03T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40379, "Shape__Length": 70.054632602346686 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058369745618606, 40.105871259409099 ], [ -75.058220345197896, 40.105966283461001 ], [ -75.058116212764702, 40.106027301339601 ], [ -75.0580477858866, 40.106069630448602 ], [ -75.057974132072403, 40.106108423083398 ], [ -75.057920670269795, 40.106138389710402 ], [ -75.057879272291004, 40.106151105406497 ], [ -75.057864129790005, 40.1061536296707 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28202, "tnode_": 28201, "lpoly_": null, "rpoly_": null, "length": 360.01146674999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GINA", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 36945, "l_hundred": 800, "r_hundred": 800, "seg_id": 1060783, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-18T00:00:00Z", "newsegdate": "2000-12-27T00:00:00Z", "multi_rep": 0, "streetlabe": "GINA DR", "stname": "GINA DR", "objectid": 40380, "Shape__Length": 143.65857582802388 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046195203142304, 40.099943590526699 ], [ -75.046064535115093, 40.099889516223101 ], [ -75.045901746174707, 40.099715684109803 ], [ -75.045697886911299, 40.099461550275201 ], [ -75.045533627948998, 40.099122577009098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 839, "tnode_": 28265, "lpoly_": null, "rpoly_": null, "length": 208.85648712, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALAHAD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 35930, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060784, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-02T00:00:00Z", "newsegdate": "2001-08-02T00:00:00Z", "multi_rep": 0, "streetlabe": "GALAHAD RD", "stname": "GALAHAD RD", "objectid": 40381, "Shape__Length": 83.316646932378177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020310827154901, 40.100727766151699 ], [ -75.020741666513899, 40.100334272401099 ], [ -75.020742429256302, 40.100275045278202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28265, "tnode_": 887, "lpoly_": null, "rpoly_": null, "length": 1071.21665186, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KING ARTHUR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 47730, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060785, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-08-02T00:00:00Z", "newsegdate": "2001-08-02T00:00:00Z", "multi_rep": 0, "streetlabe": "KING ARTHUR RD", "stname": "KING ARTHUR RD", "objectid": 40382, "Shape__Length": 426.94770676521512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020742429256302, 40.100275045278202 ], [ -75.020742918854793, 40.100237030601697 ], [ -75.020653076742704, 40.100147177310198 ], [ -75.019919477036495, 40.099539638654498 ], [ -75.019436586343105, 40.099153364471398 ], [ -75.019322789330403, 40.099142686238402 ], [ -75.0191347660312, 40.0991701181634 ], [ -75.018041064589497, 40.099510963526797 ], [ -75.017932826629604, 40.099620035641003 ], [ -75.017890960003101, 40.099763188800999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 968, "tnode_": 28334, "lpoly_": null, "rpoly_": null, "length": 348.57627565999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWALK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1201, "l_t_add": 1207, "r_f_add": 1200, "r_t_add": 1218, "st_code": 60230, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060786, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2002-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "NORWALK RD", "stname": "NORWALK RD", "objectid": 40383, "Shape__Length": 138.72731228221812 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035845486377596, 40.098109090141001 ], [ -75.034944588225997, 40.097965990078102 ], [ -75.034751410426196, 40.097927744439502 ], [ -75.034626016852002, 40.097914690886199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28334, "tnode_": 964, "lpoly_": null, "rpoly_": null, "length": 1168.24491898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORWALK", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1209, "l_t_add": 9999, "r_f_add": 1220, "r_t_add": 9998, "st_code": 60230, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060787, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-01-15T00:00:00Z", "newsegdate": "2002-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "NORWALK RD", "stname": "NORWALK RD", "objectid": 40384, "Shape__Length": 464.89011257549805 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.034626016852002, 40.097914690886199 ], [ -75.034075417044505, 40.097857369559797 ], [ -75.033815277151803, 40.097850144819603 ], [ -75.033506664784994, 40.097847896720602 ], [ -75.032901381617407, 40.097870282905198 ], [ -75.032446157898605, 40.097923713413401 ], [ -75.032116041326105, 40.097966349990799 ], [ -75.031917770325904, 40.097996970817 ], [ -75.031759273684003, 40.098018443625598 ], [ -75.031368497950197, 40.098030548806598 ], [ -75.031008384887201, 40.098071303282403 ], [ -75.0308168759625, 40.098097038079501 ], [ -75.030536075656102, 40.098105725387398 ], [ -75.030480582225394, 40.0980980214608 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28525, "tnode_": 28607, "lpoly_": null, "rpoly_": null, "length": 260.17609445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLUBHOUSE", "st_type": "DWY", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1042, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060788, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-14T00:00:00Z", "newsegdate": "2003-01-14T00:00:00Z", "multi_rep": 0, "streetlabe": "CLUBHOUSE DWY", "stname": "CLUBHOUSE DWY", "objectid": 40385, "Shape__Length": 103.80798682808039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044973229924395, 40.110587968442601 ], [ -75.0444124061802, 40.111157769935403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 483, "tnode_": 28525, "lpoly_": null, "rpoly_": null, "length": 997.85366441000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 67640, "l_hundred": 200, "r_hundred": 200, "seg_id": 1060789, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-01-14T00:00:00Z", "newsegdate": "2003-01-14T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40386, "Shape__Length": 397.71941848832057 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047807013647599, 40.112252054358599 ], [ -75.044973229924395, 40.110587968442601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28525, "tnode_": 557, "lpoly_": null, "rpoly_": null, "length": 1311.99993602, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 67640, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060790, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2005-11-23T00:00:00Z", "newsegdate": "2005-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40387, "Shape__Length": 522.91549891086879 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.044973229924395, 40.110587968442601 ], [ -75.041247520944793, 40.108399884657203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28624, "tnode_": 28623, "lpoly_": null, "rpoly_": null, "length": 123.87088004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDMEYER STEEL", "st_type": "DWY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1148, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060791, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-13T00:00:00Z", "newsegdate": "2003-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SANDMEYER STEEL DWY", "stname": "SANDMEYER STEEL DWY", "objectid": 40388, "Shape__Length": 49.361377718078522 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.036092739684094, 40.108962398314901 ], [ -75.035728868340001, 40.108768580279502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 583, "tnode_": 28623, "lpoly_": null, "rpoly_": null, "length": 833.4010657099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDMEYER", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10000, "l_t_add": 10048, "r_f_add": 10001, "r_t_add": 10049, "st_code": 70833, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060792, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-02-13T00:00:00Z", "newsegdate": "2003-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SANDMEYER LN", "stname": "SANDMEYER LN", "objectid": 40389, "Shape__Length": 332.60924187322729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037157766717101, 40.1068413122576 ], [ -75.037135905274695, 40.107328504447302 ], [ -75.035728868340001, 40.108768580279502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28623, "tnode_": 428, "lpoly_": null, "rpoly_": null, "length": 3581.99986825, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDMEYER", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10050, "l_t_add": 10100, "r_f_add": 10051, "r_t_add": 10099, "st_code": 70833, "l_hundred": 10000, "r_hundred": 10000, "seg_id": 1060793, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-05T00:00:00Z", "newsegdate": "2003-02-13T00:00:00Z", "multi_rep": 0, "streetlabe": "SANDMEYER LN", "stname": "SANDMEYER LN", "objectid": 40390, "Shape__Length": 1428.3278919333677 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.035728868340001, 40.108768580279502 ], [ -75.033170878121993, 40.111386435923201 ], [ -75.032705399083994, 40.111877455521999 ], [ -75.032640073760106, 40.112024235352202 ], [ -75.032618538782401, 40.112186421802498 ], [ -75.032685209477904, 40.112311594431397 ], [ -75.033180920366505, 40.112618902062103 ], [ -75.035286582146696, 40.113843814919598 ], [ -75.037014520456694, 40.114854406388098 ], [ -75.0372052447551, 40.114915953313002 ], [ -75.037527340395897, 40.115000348120198 ], [ -75.037795822681701, 40.115037539306599 ], [ -75.038132692160602, 40.114989745696697 ], [ -75.038364192607602, 40.114920470451402 ], [ -75.038535257869398, 40.114730543007198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28632, "tnode_": 28633, "lpoly_": null, "rpoly_": null, "length": 214.8792719, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEO MALL", "st_type": "DWY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1098, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060794, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-14T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "LEO MALL DWY", "stname": "LEO MALL DWY", "objectid": 40391, "Shape__Length": 85.588944466684609 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017426218148699, 40.119877551095797 ], [ -75.016726378794004, 40.119634083079397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 285, "tnode_": 28632, "lpoly_": null, "rpoly_": null, "length": 385.38046019000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 20020, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1060795, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-02-18T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40392, "Shape__Length": 153.89488449057947 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018007145049395, 40.118918245197499 ], [ -75.017426218148699, 40.119877551095797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28632, "tnode_": 212, "lpoly_": null, "rpoly_": null, "length": 829.4160368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11800, "l_t_add": 11998, "r_f_add": 11801, "r_t_add": 11999, "st_code": 20020, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1060796, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2003-11-14T00:00:00Z", "newsegdate": "2003-02-18T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 40393, "Shape__Length": 331.23019308588079 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017426218148699, 40.119877551095797 ], [ -75.016742798486803, 40.1210060656312 ], [ -75.0162042079819, 40.121951962629304 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28641, "tnode_": 28640, "lpoly_": null, "rpoly_": null, "length": 142.68370319, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAST", "st_type": "DWY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1111, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060798, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-26T00:00:00Z", "newsegdate": "2003-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "MAST DWY", "stname": "MAST DWY", "objectid": 40394, "Shape__Length": 56.79906799953342 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005365595686797, 40.113742379720001 ], [ -75.004866642688299, 40.113660777347199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28642, "tnode_": 28640, "lpoly_": null, "rpoly_": null, "length": 125.43639903, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BULK MAIL CENTER", "st_type": "DWY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1035, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060799, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-02-26T00:00:00Z", "newsegdate": "2003-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BULK MAIL CENTER DWY", "stname": "BULK MAIL CENTER DWY", "objectid": 40395, "Shape__Length": 50.070473835773676 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005094977340406, 40.113364410697599 ], [ -75.004866642688299, 40.113660777347199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 308, "tnode_": 28640, "lpoly_": null, "rpoly_": null, "length": 1625.09855275, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1217, "l_t_add": 1899, "r_f_add": 1212, "r_t_add": 1898, "st_code": 20160, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1060800, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-02-26T00:00:00Z", "newsegdate": "2003-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40396, "Shape__Length": 649.10148470388242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006761626965599, 40.117877818571898 ], [ -75.005943723551994, 40.116074098836201 ], [ -75.0054438211682, 40.114921214803303 ], [ -75.004983863451997, 40.113911633637997 ], [ -75.004866642688299, 40.113660777347199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28640, "tnode_": 488, "lpoly_": null, "rpoly_": null, "length": 1085.45486815, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 2039, "r_f_add": 1900, "r_t_add": 2028, "st_code": 20160, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1060801, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2003-02-26T00:00:00Z", "newsegdate": "2003-02-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40397, "Shape__Length": 433.52020829263404 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004866642688299, 40.113660777347199 ], [ -75.003556134364501, 40.110856121907503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28952, "tnode_": 28949, "lpoly_": null, "rpoly_": null, "length": 279.41817139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY CLUB", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9918, "r_f_add": 9901, "r_t_add": 9919, "st_code": 25358, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060802, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "COUNTRY CLUB BLVD", "stname": "COUNTRY CLUB BLVD", "objectid": 40398, "Shape__Length": 111.48162802909147 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045964723040697, 40.109591344816003 ], [ -75.045358320216295, 40.110200889734998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28953, "tnode_": 28954, "lpoly_": null, "rpoly_": null, "length": 268.03490132999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NICKLAUS", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 59820, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060803, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "NICKLAUS DR", "stname": "NICKLAUS DR", "objectid": 40399, "Shape__Length": 106.93209659432711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047173060618505, 40.110327299144203 ], [ -75.047186926780498, 40.110364972530697 ], [ -75.047188744917605, 40.110388184753901 ], [ -75.047190310234598, 40.110417708264002 ], [ -75.047169022829706, 40.110459262361097 ], [ -75.046825723409498, 40.110824070728597 ], [ -75.04680321056, 40.110838285262702 ], [ -75.046772476684396, 40.110852306514303 ], [ -75.046741826729402, 40.110864223086303 ], [ -75.0467141684436, 40.110869891854897 ], [ -75.046683854139403, 40.110873391526503 ], [ -75.046667325821403, 40.110875109572099 ], [ -75.046649602692398, 40.110880333424902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28949, "tnode_": 28525, "lpoly_": null, "rpoly_": null, "length": 177.43934117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTRY CLUB", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9920, "l_t_add": 9998, "r_f_add": 9921, "r_t_add": 9999, "st_code": 25358, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060804, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "COUNTRY CLUB BLVD", "stname": "COUNTRY CLUB BLVD", "objectid": 40400, "Shape__Length": 70.7948620520405 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045358320216295, 40.110200889734998 ], [ -75.044973229924395, 40.110587968442601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28951, "tnode_": 28950, "lpoly_": null, "rpoly_": null, "length": 222.74161292, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAYER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9900, "l_t_add": 9998, "r_f_add": 9901, "r_t_add": 9999, "st_code": 64970, "l_hundred": 9900, "r_hundred": 9900, "seg_id": 1060805, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PLAYER DR", "stname": "PLAYER DR", "objectid": 40401, "Shape__Length": 88.854161030240363 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.043714025772999, 40.108376493521803 ], [ -75.043630580868793, 40.108402535721098 ], [ -75.0435516620919, 40.108455440085699 ], [ -75.043289304716197, 40.1087277317475 ], [ -75.043253494778398, 40.108772369969302 ], [ -75.043230622440106, 40.108808604138403 ], [ -75.043222594158905, 40.108838415492997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28953, "tnode_": 28952, "lpoly_": null, "rpoly_": null, "length": 433.59590622999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 300, "l_t_add": 306, "r_f_add": 301, "r_t_add": 307, "st_code": 62810, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060806, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PALMER DR", "stname": "PALMER DR", "objectid": 40402, "Shape__Length": 172.82843107727822 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047173060618505, 40.110327299144203 ], [ -75.047152016194502, 40.110288652381598 ], [ -75.047099381185902, 40.1102492629987 ], [ -75.047006958277507, 40.110188128597102 ], [ -75.045964723040697, 40.109591344816003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28952, "tnode_": 28951, "lpoly_": null, "rpoly_": null, "length": 776.8053664, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PALMER", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 308, "l_t_add": 398, "r_f_add": 309, "r_t_add": 399, "st_code": 62810, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060807, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-01T00:00:00Z", "multi_rep": 0, "streetlabe": "PALMER DR", "stname": "PALMER DR", "objectid": 40403, "Shape__Length": 309.5695071677531 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045964723040697, 40.109591344816003 ], [ -75.043920782787197, 40.108402169603998 ], [ -75.043871834783204, 40.108383676011599 ], [ -75.043813306179104, 40.108378830316603 ], [ -75.043723050731302, 40.1083767059487 ], [ -75.043714025772999, 40.108376493521803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28954, "tnode_": 28949, "lpoly_": null, "rpoly_": null, "length": 442.20259496, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 300, "l_t_add": 310, "r_f_add": 301, "r_t_add": 309, "st_code": 62910, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060808, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PAR DR", "stname": "PAR DR", "objectid": 40404, "Shape__Length": 176.22173664900248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.046649602692398, 40.110880333424902 ], [ -75.046572882948695, 40.110878529615803 ], [ -75.046496992386693, 40.110855935601101 ], [ -75.045358320216295, 40.110200889734998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28949, "tnode_": 28950, "lpoly_": null, "rpoly_": null, "length": 790.37010777, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 312, "l_t_add": 398, "r_f_add": 311, "r_t_add": 399, "st_code": 62910, "l_hundred": 300, "r_hundred": 300, "seg_id": 1060809, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-07-31T00:00:00Z", "newsegdate": "2005-04-28T00:00:00Z", "multi_rep": 0, "streetlabe": "PAR DR", "stname": "PAR DR", "objectid": 40405, "Shape__Length": 315.05419343955788 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.045358320216295, 40.110200889734998 ], [ -75.043278320369097, 40.108994009122803 ], [ -75.043262010770604, 40.108977121598102 ], [ -75.043248699371006, 40.108962587005102 ], [ -75.043228160801604, 40.108933379020002 ], [ -75.043220349470502, 40.108905974501603 ], [ -75.043218770174803, 40.1088571843799 ], [ -75.043222594158905, 40.108838415492997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 707, "tnode_": 673, "lpoly_": null, "rpoly_": null, "length": 589.95481777999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SANDANNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 9600, "l_t_add": 9668, "r_f_add": 9601, "r_t_add": 9667, "st_code": 70825, "l_hundred": 9600, "r_hundred": 9600, "seg_id": 1060810, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-27T00:00:00Z", "newsegdate": "2005-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "SANDANNE RD", "stname": "SANDANNE RD", "objectid": 40406, "Shape__Length": 235.18545172235906 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0582236269899, 40.104325587301503 ], [ -75.057919350017002, 40.1041413395549 ], [ -75.057850083903702, 40.104112686348998 ], [ -75.057752038946802, 40.104099577954599 ], [ -75.057688519770096, 40.104103496759997 ], [ -75.057616756333104, 40.104102184735297 ], [ -75.057511815384501, 40.104120983652798 ], [ -75.057439975173196, 40.104157144987497 ], [ -75.057389450998201, 40.104188399250397 ], [ -75.057345744936299, 40.104225219432699 ], [ -75.057294791594501, 40.104267276117703 ], [ -75.0566780612521, 40.104881064184497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29207, "tnode_": 29208, "lpoly_": null, "rpoly_": null, "length": 1267.5212584399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT THOMAS", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 10600, "l_t_add": 10698, "r_f_add": 10601, "r_t_add": 10699, "st_code": 74215, "l_hundred": 10400, "r_hundred": 10400, "seg_id": 1060811, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-11-02T00:00:00Z", "newsegdate": "2007-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "SAINT THOMAS DR", "stname": "SAINT THOMAS DR", "objectid": 40407, "Shape__Length": 505.16747771623903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014837788164897, 40.103763345871798 ], [ -75.014475428322797, 40.103915636929301 ], [ -75.014259655696094, 40.103977500717001 ], [ -75.0139966583464, 40.104008463059799 ], [ -75.013829911458302, 40.104056604602697 ], [ -75.013622022137497, 40.104163319302998 ], [ -75.013352720218407, 40.104350459845698 ], [ -75.013150310108898, 40.104561523963 ], [ -75.012987842056802, 40.104743761417701 ], [ -75.012727920221096, 40.104938567521202 ], [ -75.012110017785403, 40.105355619272302 ], [ -75.011713688380794, 40.105621900283197 ], [ -75.011296749987295, 40.105817978796097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 645, "tnode_": 29207, "lpoly_": null, "rpoly_": null, "length": 438.84450793999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1701, "l_t_add": 1779, "r_f_add": 1700, "r_t_add": 1780, "st_code": 77540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 1060812, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2007-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40408, "Shape__Length": 175.07429517018986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015786835912806, 40.104718798802701 ], [ -75.015423627331103, 40.104416908133103 ], [ -75.014985762212305, 40.103943966043602 ], [ -75.014837788164897, 40.103763345871798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29207, "tnode_": 705, "lpoly_": null, "rpoly_": null, "length": 155.38311582, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1781, "l_t_add": 1799, "r_f_add": 1782, "r_t_add": 1798, "st_code": 77540, "l_hundred": 1700, "r_hundred": 1700, "seg_id": 1060813, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-09-17T00:00:00Z", "newsegdate": "2007-09-17T00:00:00Z", "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40409, "Shape__Length": 62.031956223372461 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014837788164897, 40.103763345871798 ], [ -75.014595215973102, 40.103379623935197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29462, "tnode_": 29461, "lpoly_": null, "rpoly_": null, "length": 178.89855788000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DURAND", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 3072, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060815, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "DURAND RD", "stname": "DURAND RD", "objectid": 40410, "Shape__Length": 71.298245655182782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059554711740503, 40.104665325783898 ], [ -75.060061712610107, 40.104964670091697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28050, "tnode_": 29460, "lpoly_": null, "rpoly_": null, "length": 188.80132046, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORELAND", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 32, "r_f_add": 1, "r_t_add": 33, "st_code": 3188, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060816, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2009-09-16T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "MORELAND RD", "stname": "MORELAND RD", "objectid": 40411, "Shape__Length": 75.265900348827273 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.058369745618606, 40.105871259409099 ], [ -75.058467370635398, 40.1059471167788 ], [ -75.058723781893505, 40.106118485603602 ], [ -75.058875530115003, 40.106213907868501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 730, "tnode_": 29462, "lpoly_": null, "rpoly_": null, "length": 357.81481113000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1872, "l_t_add": 1898, "r_f_add": 9601, "r_t_add": 9647, "st_code": 64800, "l_hundred": 1800, "r_hundred": 9600, "seg_id": 1060817, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-06-09T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40412, "Shape__Length": 142.75564518303221 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.060317384201099, 40.103876775210303 ], [ -75.059554711740503, 40.104665325783898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29462, "tnode_": 669, "lpoly_": null, "rpoly_": null, "length": 152.45012986999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19115, "l_f_add": 1900, "l_t_add": 1910, "r_f_add": 9649, "r_t_add": 9653, "st_code": 64800, "l_hundred": 1900, "r_hundred": 9600, "seg_id": 1060818, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PINE RD", "stname": "PINE RD", "objectid": 40413, "Shape__Length": 60.822791468763398 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.059554711740503, 40.104665325783898 ], [ -75.059229762899093, 40.105001293000299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29463, "tnode_": 568, "lpoly_": null, "rpoly_": null, "length": 220.67009528999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RADBURN", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 67160, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060819, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "RADBURN RD", "stname": "RADBURN RD", "objectid": 40414, "Shape__Length": 88.136244017906165 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.055325284120102, 40.107992465050799 ], [ -75.055563621621801, 40.108569922874501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29465, "tnode_": 473, "lpoly_": null, "rpoly_": null, "length": 208.96675464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RED LION", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 1, "r_f_add": 2, "r_t_add": 68, "st_code": 67640, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060821, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2011-08-29T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "RED LION RD", "stname": "RED LION RD", "objectid": 40415, "Shape__Length": 83.300203138661004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.048547597638006, 40.112714412098398 ], [ -75.049127277752206, 40.113076306967002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 272, "tnode_": 29466, "lpoly_": null, "rpoly_": null, "length": 204.36534125999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOMLINSON", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 77540, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060822, "oneway": "B", "class": 3, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "TOMLINSON RD", "stname": "TOMLINSON RD", "objectid": 40416, "Shape__Length": 81.436931985489039 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.037930602242, 40.120181404068397 ], [ -75.038072162028101, 40.120214803275999 ], [ -75.038217100669698, 40.120280595356803 ], [ -75.038360078635904, 40.120353978294602 ], [ -75.038471785913501, 40.120421532795604 ], [ -75.038533208537103, 40.120461169271898 ], [ -75.038548964206299, 40.1204704386125 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29318, "tnode_": 612, "lpoly_": null, "rpoly_": null, "length": 260.86406642999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ALMATT", "st_type": "PL", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 12270, "l_hundred": 100, "r_hundred": 100, "seg_id": 1060823, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2008-10-22T00:00:00Z", "multi_rep": 0, "streetlabe": "ALMATT PL", "stname": "ALMATT PL", "objectid": 40417, "Shape__Length": 103.86024743035148 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.056391765626998, 40.106008371849398 ], [ -75.055960896433206, 40.106115437358802 ], [ -75.0555127550262, 40.106246862570899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29522, "tnode_": 29523, "lpoly_": null, "rpoly_": null, "length": 666.80324654999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENT", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2200, "l_t_add": 2298, "r_f_add": 2201, "r_t_add": 2299, "st_code": 3133, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 1060824, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2009-05-12T00:00:00Z", "newsegdate": "2009-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "KENT RD", "stname": "KENT RD", "objectid": 40418, "Shape__Length": 265.80899995810944 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054418950220906, 40.109088196498703 ], [ -75.053722630992596, 40.109249791503103 ], [ -75.053611087174701, 40.109285608820798 ], [ -75.053477859618894, 40.109363194464997 ], [ -75.053065270804794, 40.109668671074097 ], [ -75.052986898333501, 40.109751385793501 ], [ -75.052956851752697, 40.109877511918697 ], [ -75.052983954501798, 40.109951170946999 ], [ -75.053026670547595, 40.110009822587799 ], [ -75.053240138564604, 40.110180092643702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29464, "tnode_": 29522, "lpoly_": null, "rpoly_": null, "length": 166.02494071000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 9, "l_t_add": 9, "r_f_add": 8, "r_t_add": 8, "st_code": 82240, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060825, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2009-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40419, "Shape__Length": 66.31302436948188 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054245912595704, 40.1086522370693 ], [ -75.054418950220906, 40.109088196498703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29522, "tnode_": 552, "lpoly_": null, "rpoly_": null, "length": 75.3357559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WELSH", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 1, "l_t_add": 7, "r_f_add": 2, "r_t_add": 6, "st_code": 82240, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060826, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2009-05-12T00:00:00Z", "newsegdate": "2009-05-12T00:00:00Z", "multi_rep": 0, "streetlabe": "WELSH RD", "stname": "WELSH RD", "objectid": 40420, "Shape__Length": 30.088657445298168 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.054418950220906, 40.109088196498703 ], [ -75.054504191801598, 40.109284370634803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 483, "tnode_": 30110, "lpoly_": null, "rpoly_": null, "length": 419.44859217000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JACKSON", "st_type": "DR", "suf_dir": " ", "zip_left": 19115, "zip_right": 19115, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 45750, "l_hundred": 0, "r_hundred": 0, "seg_id": 1060827, "oneway": "B", "class": 5, "responsibl": "TOWNSHIP", "update_": "2023-05-31T10:05:01Z", "newsegdate": "2023-05-31T10:05:01Z", "multi_rep": null, "streetlabe": "JACKSON DR", "stname": "JACKSON DR", "objectid": 40421, "Shape__Length": 167.37833956160972 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.047807013647599, 40.112252054358599 ], [ -75.047572806263005, 40.112450972006201 ], [ -75.047469676872197, 40.112584437479597 ], [ -75.047443846750895, 40.112648199249698 ], [ -75.047440855425805, 40.112723225661099 ], [ -75.047488906375307, 40.112803027096298 ], [ -75.047637761336603, 40.112924534583001 ], [ -75.047905177295902, 40.113184832718602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1081, "tnode_": 1062, "lpoly_": null, "rpoly_": null, "length": 348.7019861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLAIRE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 16598, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLAIRE RD", "stname": "BELLAIRE RD", "objectid": 40422, "Shape__Length": 139.05219281049395 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9686385091223, 40.093621699820503 ], [ -74.969466167621505, 40.094337404209199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1210, "tnode_": 1207, "lpoly_": null, "rpoly_": null, "length": 354.97169654000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DESIGN CENTER", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 28290, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080002, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DESIGN CENTER DR", "stname": "DESIGN CENTER DR", "objectid": 40423, "Shape__Length": 141.27940994463921 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964829841243102, 40.0906410493916 ], [ -74.964608297076893, 40.090750767849997 ], [ -74.964400214674697, 40.090797491035502 ], [ -74.964193006857101, 40.090822920165202 ], [ -74.963990757991098, 40.090824108608899 ], [ -74.963804853963197, 40.090813512182201 ], [ -74.963616263364202, 40.090796948298397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1210, "tnode_": 1183, "lpoly_": null, "rpoly_": null, "length": 446.31917395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 196, "l_t_add": 220, "r_f_add": 197, "r_t_add": 219, "st_code": 35003, "l_hundred": 100, "r_hundred": 100, "seg_id": 1080003, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS BLVD", "stname": "FRANKLIN MILLS BLVD", "objectid": 40424, "Shape__Length": 178.05321023923048 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964829841243102, 40.0906410493916 ], [ -74.964922403509803, 40.090792231423002 ], [ -74.9650806359748, 40.0909930442605 ], [ -74.965254905947702, 40.091132042544601 ], [ -74.965588688860095, 40.091440781313501 ], [ -74.9657249271702, 40.0916446439551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 223, "tnode_": 196, "lpoly_": null, "rpoly_": null, "length": 423.89413543000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13040, "l_t_add": 13198, "r_f_add": 13033, "r_t_add": 13199, "st_code": 84740, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1080007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2000-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 40425, "Shape__Length": 169.17268580125304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0043149789106, 40.121294756275901 ], [ -75.003431084591298, 40.122240062188602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 223, "tnode_": 228, "lpoly_": null, "rpoly_": null, "length": 298.87511998999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MICHELLE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 55815, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1080008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MICHELLE DR", "stname": "MICHELLE DR", "objectid": 40426, "Shape__Length": 119.09319859912034 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0043149789106, 40.121294756275901 ], [ -75.003845452459998, 40.121014651900602 ], [ -75.003792006925195, 40.120987608926299 ], [ -75.003695865312295, 40.120978871286503 ], [ -75.003403733267703, 40.121065688237302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 238, "tnode_": 201, "lpoly_": null, "rpoly_": null, "length": 1086.6764148900002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAMAR", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 14998, "r_f_add": 13401, "r_t_add": 14999, "st_code": 27250, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1080009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2007-08-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DAMAR DR", "stname": "DAMAR DR", "objectid": 40427, "Shape__Length": 433.07025035947652 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001591349653495, 40.120574592823203 ], [ -75.0012742930694, 40.120720902140398 ], [ -75.000700825861401, 40.1209267283093 ], [ -75.000508249349807, 40.120974394559802 ], [ -75.000330124292105, 40.121001496953603 ], [ -75.000173041045301, 40.121013421993098 ], [ -75.000009579388703, 40.121014740194099 ], [ -74.999862373114397, 40.121023737384597 ], [ -74.9997177816077, 40.121055705466901 ], [ -74.999583611834296, 40.121109093932702 ], [ -74.999443010363393, 40.1211833798721 ], [ -74.998383112036194, 40.1220595372044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 255, "tnode_": 233, "lpoly_": null, "rpoly_": null, "length": 368.25058601000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENDICOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15012, "r_f_add": 15001, "r_t_add": 15013, "st_code": 31780, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080011, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENDICOTT ST", "stname": "ENDICOTT ST", "objectid": 40428, "Shape__Length": 146.86710477958707 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995257184771503, 40.119935079672103 ], [ -74.9943210472087, 40.120645988290001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 263, "tnode_": 206, "lpoly_": null, "rpoly_": null, "length": 1066.50770203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15016, "l_t_add": 15098, "r_f_add": 15017, "r_t_add": 15099, "st_code": 21700, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080013, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTER RD", "stname": "CARTER RD", "objectid": 40429, "Shape__Length": 425.47402616133331 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9926615538552, 40.119451237927898 ], [ -74.990156521503494, 40.121658697244499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 279, "tnode_": 263, "lpoly_": null, "rpoly_": null, "length": 369.68165517, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15014, "r_f_add": 15001, "r_t_add": 15015, "st_code": 21700, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080015, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTER RD", "stname": "CARTER RD", "objectid": 40430, "Shape__Length": 147.47467316865209 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993535751459106, 40.118690041168101 ], [ -74.9926615538552, 40.119451237927898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 255, "tnode_": 279, "lpoly_": null, "rpoly_": null, "length": 661.4236086, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2649, "r_f_add": 2600, "r_t_add": 2648, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080016, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40431, "Shape__Length": 263.7624233183455 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995257184771503, 40.119935079672103 ], [ -74.993535751459106, 40.118690041168101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 433, "tnode_": 454, "lpoly_": null, "rpoly_": null, "length": 2084.0829103599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORNIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14001, "l_t_add": 14099, "r_f_add": 14000, "r_t_add": 14098, "st_code": 43550, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1080018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORNIG RD", "stname": "HORNIG RD", "objectid": 40432, "Shape__Length": 830.94361122054079 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996511322189605, 40.113569158380599 ], [ -74.994889727528303, 40.114681104303699 ], [ -74.994703809398999, 40.114751257390701 ], [ -74.994514472528095, 40.114799287386703 ], [ -74.994287220864095, 40.114804908223 ], [ -74.994121956329593, 40.114792646851697 ], [ -74.993968054506595, 40.114766825385097 ], [ -74.993815164363099, 40.114716127108998 ], [ -74.993656646768301, 40.114626559769498 ], [ -74.991014133195193, 40.112365843802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 455, "tnode_": 433, "lpoly_": null, "rpoly_": null, "length": 1081.2163877400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORNIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 2199, "r_f_add": 1900, "r_t_add": 2198, "st_code": 43550, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1080019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORNIG RD", "stname": "HORNIG RD", "objectid": 40433, "Shape__Length": 430.9104203612938 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999618883893802, 40.112607165965102 ], [ -74.999556753416101, 40.112545227644702 ], [ -74.999455430343502, 40.112467446407898 ], [ -74.999312986929695, 40.112388681371399 ], [ -74.999189277947394, 40.1123410490666 ], [ -74.999028846488898, 40.112292680403002 ], [ -74.998843972471803, 40.112274897970003 ], [ -74.998646789168305, 40.112274632861997 ], [ -74.998465724141795, 40.112305924425897 ], [ -74.998265651107104, 40.112376839096697 ], [ -74.998058156773297, 40.112487654097201 ], [ -74.996511322189605, 40.113569158380599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 377, "tnode_": 433, "lpoly_": null, "rpoly_": null, "length": 1069.4945519099999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KUBACH", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2001, "l_t_add": 2199, "r_f_add": 2000, "r_t_add": 2198, "st_code": 48190, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1080020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KUBACH RD", "stname": "KUBACH RD", "objectid": 40434, "Shape__Length": 426.55508348167666 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999146904461, 40.115695368100504 ], [ -74.997820745728205, 40.114671080221697 ], [ -74.996511322189605, 40.113569158380599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 480, "tnode_": 478, "lpoly_": null, "rpoly_": null, "length": 61.70747033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 32420, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080023, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 40435, "Shape__Length": 24.58872568809263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000776733204503, 40.1114957934711 ], [ -75.000960830343999, 40.111402444552603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 478, "tnode_": 488, "lpoly_": null, "rpoly_": null, "length": 760.69799526999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EVANS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12001, "l_t_add": 12099, "r_f_add": 12000, "r_t_add": 12098, "st_code": 32420, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080024, "oneway": "B", "class": 2, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EVANS ST", "stname": "EVANS ST", "objectid": 40436, "Shape__Length": 302.85852022077654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000960830343999, 40.111402444552603 ], [ -75.001854274079307, 40.111130519879502 ], [ -75.002108702550402, 40.111052253418997 ], [ -75.002416678216903, 40.110985965180099 ], [ -75.002606717965705, 40.110979419622197 ], [ -75.002945810433701, 40.110985146404197 ], [ -75.003142161085805, 40.110962825417403 ], [ -75.0034235967086, 40.110893585650999 ], [ -75.003556134364501, 40.110856121907503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 569, "tnode_": 571, "lpoly_": null, "rpoly_": null, "length": 59.47363988, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20160, "l_hundred": 2200, "r_hundred": 2200, "seg_id": 1080025, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40437, "Shape__Length": 23.718178630334119 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999192970876095, 40.106723449262198 ], [ -74.999047399919604, 40.106604453860903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 571, "tnode_": 572, "lpoly_": null, "rpoly_": null, "length": 61.24397675, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 20160, "l_hundred": 2300, "r_hundred": 2300, "seg_id": 1080026, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40438, "Shape__Length": 24.426075500761868 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999047399919604, 40.106604453860903 ], [ -74.998900739061398, 40.1064796239434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 521, "tnode_": 524, "lpoly_": null, "rpoly_": null, "length": 1419.66528219, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "D", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9260, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080027, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "E ROOSEVELT BLVD RAMP D", "stname": "E ROOSEVELT BLVD RAMP D", "objectid": 40439, "Shape__Length": 566.24002938681099 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996095220475297, 40.108885044553098 ], [ -74.996017670132701, 40.108993774349102 ], [ -74.995901234253196, 40.1091239604362 ], [ -74.995813686750694, 40.109242929086399 ], [ -74.995755269403404, 40.109344734639599 ], [ -74.995713797940496, 40.109442976030302 ], [ -74.995695972177103, 40.1095636147747 ], [ -74.995713329269293, 40.109677158875598 ], [ -74.995772569249993, 40.109809568009801 ], [ -74.995883859307099, 40.109933300505503 ], [ -74.996052605749995, 40.110042530581303 ], [ -74.996234099905806, 40.110124281473901 ], [ -74.996417450341099, 40.110192182155799 ], [ -74.996633884726407, 40.110241028917798 ], [ -74.996812792816897, 40.110259205625198 ], [ -74.997000011838495, 40.110263688482299 ], [ -74.997237825287499, 40.110231673841803 ], [ -74.997479335664806, 40.110172045892902 ], [ -74.997755506663395, 40.110054560115501 ], [ -74.997840810569102, 40.109999520695602 ], [ -74.997930547029, 40.109923055556301 ], [ -74.998018434665994, 40.109795145973202 ], [ -74.998059849488399, 40.109647982967601 ], [ -74.998063160487106, 40.109566426083703 ], [ -74.998047537096895, 40.1094662749477 ], [ -74.997961461158994, 40.109258612384799 ], [ -74.997806579078897, 40.108995895949803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 530, "tnode_": 544, "lpoly_": null, "rpoly_": null, "length": 1117.9071360599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN RD", "st_type": "RAMP", "suf_dir": "F", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9560, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080029, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "WOODHAVEN RD RAMP F", "stname": "WOODHAVEN RD RAMP F", "objectid": 40440, "Shape__Length": 445.59036611175014 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995964700005004, 40.108275776692402 ], [ -74.995557313597104, 40.108438919769299 ], [ -74.995351495185702, 40.108484360894103 ], [ -74.995180379480701, 40.108487897571798 ], [ -74.995013879540195, 40.1084538297413 ], [ -74.994871311629794, 40.108381661559797 ], [ -74.994763598391799, 40.108278101960302 ], [ -74.994698512675797, 40.108158375139801 ], [ -74.994678937551498, 40.108020403035098 ], [ -74.994698585067397, 40.107881222749498 ], [ -74.994766964844302, 40.107702667896298 ], [ -74.994846291602698, 40.107581946903203 ], [ -74.994943336644297, 40.107483079498301 ], [ -74.995015116653093, 40.107433608362797 ], [ -74.995106874765597, 40.107384578039898 ], [ -74.995182395133, 40.107361424544102 ], [ -74.995276104503105, 40.107344621375603 ], [ -74.995428187791205, 40.107341122422604 ], [ -74.995612995510797, 40.107371741131097 ], [ -74.995822393067201, 40.107442060081397 ], [ -74.996036023859403, 40.1075449308792 ], [ -74.996291117619407, 40.107688977188097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 582, "tnode_": 581, "lpoly_": null, "rpoly_": null, "length": 1540.20020385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN RD", "st_type": "RAMP", "suf_dir": "I", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9565, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080030, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "WOODHAVEN RD RAMP I", "stname": "WOODHAVEN RD RAMP I", "objectid": 40441, "Shape__Length": 613.36444017455608 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999417719448701, 40.1059228418397 ], [ -74.999099472422401, 40.106051067958198 ], [ -74.998735302563105, 40.106256305480699 ], [ -74.998536605293907, 40.106354658914498 ], [ -74.9983325582878, 40.1064193744172 ], [ -74.998197049036307, 40.106449641605899 ], [ -74.998048753188698, 40.106464135864002 ], [ -74.997872889583704, 40.106454771311199 ], [ -74.9975958885355, 40.106414629820797 ], [ -74.997323918254693, 40.106374608102897 ], [ -74.997079212363303, 40.106340108803103 ], [ -74.996922064284902, 40.106334713164699 ], [ -74.996794394196797, 40.106336555015098 ], [ -74.996464235936202, 40.106402129886497 ], [ -74.996039406440303, 40.106494829711401 ], [ -74.995852516730693, 40.106514846494299 ], [ -74.9956782394285, 40.106512304281402 ], [ -74.995500774200195, 40.106483559133302 ], [ -74.995308501855007, 40.106426699012303 ], [ -74.995137406987894, 40.106345851527799 ], [ -74.994758727585804, 40.106057259634902 ], [ -74.994437826361704, 40.105860237666001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 579, "tnode_": 596, "lpoly_": null, "rpoly_": null, "length": 442.71265849000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2951, "r_t_add": 2999, "st_code": 84460, "l_hundred": 0, "r_hundred": 2900, "seg_id": 1080031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40442, "Shape__Length": 176.48178544585465 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995324732966694, 40.106201258306498 ], [ -74.995189195587002, 40.106166643020302 ], [ -74.995021579673903, 40.106092320395597 ], [ -74.9948669577863, 40.106005525532403 ], [ -74.994137815103102, 40.105420298849097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 608, "tnode_": 597, "lpoly_": null, "rpoly_": null, "length": 252.4163961, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2928, "l_t_add": 2934, "r_f_add": 2927, "r_t_add": 2931, "st_code": 60080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40443, "Shape__Length": 100.62780042458427 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997599558512704, 40.105072521784699 ], [ -74.996927191420198, 40.105534650847503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 609, "tnode_": 596, "lpoly_": null, "rpoly_": null, "length": 471.71461417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEPTUNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2844, "l_t_add": 2898, "r_f_add": 2837, "r_t_add": 2899, "st_code": 59300, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEPTUNE RD", "stname": "NEPTUNE RD", "objectid": 40444, "Shape__Length": 187.84204628024301 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995675482462104, 40.105013756721497 ], [ -74.995536278991096, 40.104998118633098 ], [ -74.995321640817195, 40.104999233955397 ], [ -74.995177136390097, 40.105012458293899 ], [ -74.994977426445502, 40.105047303319999 ], [ -74.994716573551401, 40.105116143117897 ], [ -74.994550955330098, 40.105181006062203 ], [ -74.994326400524599, 40.105292431429298 ], [ -74.994137815103102, 40.105420298849097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 609, "tnode_": 599, "lpoly_": null, "rpoly_": null, "length": 172.93685166, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEPTUNE", "st_type": "CT", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 0, "r_t_add": 0, "st_code": 59290, "l_hundred": 2800, "r_hundred": 0, "seg_id": 1080034, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEPTUNE CT", "stname": "NEPTUNE CT", "objectid": 40445, "Shape__Length": 69.090681902041183 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995675482462104, 40.105013756721497 ], [ -74.995616933891, 40.105486353271203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 596, "tnode_": 611, "lpoly_": null, "rpoly_": null, "length": 252.22759008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2800, "r_t_add": 2820, "st_code": 84460, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080035, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40446, "Shape__Length": 100.59220088280888 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994137815103102, 40.105420298849097 ], [ -74.993529965918199, 40.104908882720601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 631, "tnode_": 608, "lpoly_": null, "rpoly_": null, "length": 251.63184669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2918, "l_t_add": 2926, "r_f_add": 2921, "r_t_add": 2925, "st_code": 60080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40447, "Shape__Length": 100.31538375064652 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9982682528601, 40.104610478599099 ], [ -74.997599558512704, 40.105072521784699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 611, "tnode_": 634, "lpoly_": null, "rpoly_": null, "length": 251.13579887, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2822, "r_t_add": 2826, "st_code": 84460, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080037, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40448, "Shape__Length": 100.15909566359913 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993529965918199, 40.104908882720601 ], [ -74.992929965348793, 40.1043960555781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 634, "tnode_": 655, "lpoly_": null, "rpoly_": null, "length": 250.63215425000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2828, "r_t_add": 2832, "st_code": 84460, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40449, "Shape__Length": 99.956526923217098 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992929965348793, 40.1043960555781 ], [ -74.992329551871094, 40.103885377717198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 668, "tnode_": 631, "lpoly_": null, "rpoly_": null, "length": 399.40795187999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2919, "st_code": 60080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080039, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40450, "Shape__Length": 159.44678574183752 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998751947125399, 40.103639310438197 ], [ -74.998769890392595, 40.103873988710703 ], [ -74.998748512855599, 40.104019861731999 ], [ -74.998718125873097, 40.104133867570503 ], [ -74.998651065678303, 40.1042628220059 ], [ -74.998585449037293, 40.1043562028173 ], [ -74.998488787751, 40.104452798076501 ], [ -74.9982682528601, 40.104610478599099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 690, "tnode_": 655, "lpoly_": null, "rpoly_": null, "length": 403.40611271, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2846, "l_t_add": 2898, "r_f_add": 2865, "r_t_add": 2899, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40451, "Shape__Length": 160.87173919973719 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993304522415798, 40.1030827057943 ], [ -74.993254678237605, 40.1031721629451 ], [ -74.993173453331806, 40.103269124029602 ], [ -74.993071961115206, 40.1033576859123 ], [ -74.992329551871094, 40.103885377717198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 696, "tnode_": 690, "lpoly_": null, "rpoly_": null, "length": 335.01228246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIGHTINGALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2837, "l_t_add": 2899, "r_f_add": 2828, "r_t_add": 2898, "st_code": 59840, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIGHTINGALE RD", "stname": "NIGHTINGALE RD", "objectid": 40452, "Shape__Length": 133.33942579692098 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994476165683594, 40.103015198353702 ], [ -74.993859139981495, 40.103131267262199 ], [ -74.993683657362197, 40.103138928994298 ], [ -74.993499003663501, 40.103118676399802 ], [ -74.993304522415798, 40.1030827057943 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 703, "tnode_": 696, "lpoly_": null, "rpoly_": null, "length": 248.35340366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIGHTINGALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2829, "l_t_add": 2835, "r_f_add": 2822, "r_t_add": 2826, "st_code": 59840, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIGHTINGALE RD", "stname": "NIGHTINGALE RD", "objectid": 40453, "Shape__Length": 98.837155773527627 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995357089554204, 40.102938125756801 ], [ -74.995197421973103, 40.102942286040701 ], [ -74.995016822182706, 40.102952996211002 ], [ -74.994800641219001, 40.102971875727398 ], [ -74.994476165683594, 40.103015198353702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 765, "tnode_": 764, "lpoly_": null, "rpoly_": null, "length": 97.1985103, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "CT", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2801, "r_t_add": 2899, "st_code": 60010, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM CT", "stname": "NORCOM CT", "objectid": 40454, "Shape__Length": 38.679448069405474 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992312640140398, 40.101526071207097 ], [ -74.991965819274498, 40.1015099156566 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 793, "tnode_": 765, "lpoly_": null, "rpoly_": null, "length": 205.41824522000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2824, "l_t_add": 2826, "r_f_add": 2835, "r_t_add": 2845, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080044, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40455, "Shape__Length": 81.977227605018058 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992677274130898, 40.101049214472702 ], [ -74.992550279171496, 40.101141664982102 ], [ -74.992459743211498, 40.1012380336755 ], [ -74.992384732101996, 40.1013470913337 ], [ -74.992345574073397, 40.101442227927599 ], [ -74.992312640140398, 40.101526071207097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 696, "tnode_": 793, "lpoly_": null, "rpoly_": null, "length": 886.44505015000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NATURE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 59040, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NATURE RD", "stname": "NATURE RD", "objectid": 40456, "Shape__Length": 353.66945931036395 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994476165683594, 40.103015198353702 ], [ -74.994399448932796, 40.102820904302398 ], [ -74.994298195876496, 40.102613961333503 ], [ -74.994213942266697, 40.102470584837697 ], [ -74.994093067714402, 40.102312796445098 ], [ -74.993887026083996, 40.1020822877108 ], [ -74.992677274130898, 40.101049214472702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 815, "tnode_": 793, "lpoly_": null, "rpoly_": null, "length": 250.69380395000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2818, "l_t_add": 2822, "r_f_add": 2827, "r_t_add": 2833, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080046, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40457, "Shape__Length": 99.930889608068625 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993350495094802, 40.100594990035098 ], [ -74.992677274130898, 40.101049214472702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 837, "tnode_": 815, "lpoly_": null, "rpoly_": null, "length": 251.98336449000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2812, "l_t_add": 2816, "r_f_add": 2817, "r_t_add": 2825, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080047, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40458, "Shape__Length": 100.44666561247421 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994023512294106, 40.100135247875201 ], [ -74.993350495094802, 40.100594990035098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 865, "tnode_": 837, "lpoly_": null, "rpoly_": null, "length": 253.27160154000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2806, "l_t_add": 2810, "r_f_add": 2809, "r_t_add": 2815, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40459, "Shape__Length": 100.95543616844873 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994706143707802, 40.099678544625597 ], [ -74.994023512294106, 40.100135247875201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 886, "tnode_": 865, "lpoly_": null, "rpoly_": null, "length": 280.80959623000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2800, "l_t_add": 2804, "r_f_add": 2801, "r_t_add": 2807, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40460, "Shape__Length": 111.92935098263612 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995465784728793, 40.0991754389878 ], [ -74.995337327250795, 40.099247004978402 ], [ -74.994706143707802, 40.099678544625597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 767, "tnode_": 886, "lpoly_": null, "rpoly_": null, "length": 1166.9423487899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2843, "l_t_add": 2899, "r_f_add": 2846, "r_t_add": 2898, "st_code": 24460, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080050, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40461, "Shape__Length": 465.42498753774203 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998168533661797, 40.101615176651698 ], [ -74.997240444062399, 40.100759592589199 ], [ -74.996575973926596, 40.100148177958403 ], [ -74.995465784728793, 40.0991754389878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 636, "tnode_": 689, "lpoly_": null, "rpoly_": null, "length": 655.09143957000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2701, "l_t_add": 2819, "r_f_add": 2700, "r_t_add": 2826, "st_code": 24460, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 1080051, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40462, "Shape__Length": 261.25507731342003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001369620222206, 40.104570146443102 ], [ -75.001341956123099, 40.104481483900997 ], [ -74.999807681327596, 40.103246084070697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 886, "tnode_": 913, "lpoly_": null, "rpoly_": null, "length": 321.86795226000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2901, "l_t_add": 2979, "r_f_add": 2900, "r_t_add": 2914, "st_code": 24460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080052, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40463, "Shape__Length": 128.35306708322219 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995465784728793, 40.0991754389878 ], [ -74.994688713785706, 40.098523849241801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 793, "tnode_": 805, "lpoly_": null, "rpoly_": null, "length": 34.47616737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NATURE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2901, "l_t_add": 2999, "r_f_add": 2900, "r_t_add": 2998, "st_code": 59040, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NATURE RD", "stname": "NATURE RD", "objectid": 40464, "Shape__Length": 13.749099464278062 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992677274130898, 40.101049214472702 ], [ -74.992594732141299, 40.100978935914 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1019, "tnode_": 1097, "lpoly_": null, "rpoly_": null, "length": 907.01131454999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2989, "l_t_add": 2999, "r_f_add": 2950, "r_t_add": 2998, "st_code": 24460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080056, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40465, "Shape__Length": 361.68446049956287 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991267514261096, 40.095787301658497 ], [ -74.989097718746194, 40.093937313414898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 913, "tnode_": 1019, "lpoly_": null, "rpoly_": null, "length": 1381.9687501599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2981, "l_t_add": 2987, "r_f_add": 2916, "r_t_add": 2948, "st_code": 24460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080058, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40466, "Shape__Length": 551.03067532926377 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994688713785706, 40.098523849241801 ], [ -74.991267514261096, 40.095787301658497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1035, "tnode_": 1066, "lpoly_": null, "rpoly_": null, "length": 284.73399603000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11822, "l_t_add": 11844, "r_f_add": 11821, "r_t_add": 11875, "st_code": 24270, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080059, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN RD", "stname": "COLMAN RD", "objectid": 40467, "Shape__Length": 113.66166136375577 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985086862764305, 40.095294128401697 ], [ -74.984937021286598, 40.095186704282298 ], [ -74.984830319040995, 40.0950550319575 ], [ -74.984774684339996, 40.094914341965797 ], [ -74.984759120149903, 40.094772566846402 ], [ -74.984757349583901, 40.0945927741611 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1066, "tnode_": 1087, "lpoly_": null, "rpoly_": null, "length": 216.18211950999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11846, "l_t_add": 11898, "r_f_add": 11877, "r_t_add": 11899, "st_code": 24270, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN RD", "stname": "COLMAN RD", "objectid": 40468, "Shape__Length": 86.356960489315412 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984757349583901, 40.0945927741611 ], [ -74.984760113780297, 40.093999334462502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1101, "tnode_": 1087, "lpoly_": null, "rpoly_": null, "length": 285.13390476000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11760, "l_t_add": 11798, "r_f_add": 11737, "r_t_add": 11799, "st_code": 18695, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080061, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40469, "Shape__Length": 113.507617862242 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985711543275499, 40.093795470226098 ], [ -74.985588325368596, 40.0938723793384 ], [ -74.985460866623697, 40.0939225958751 ], [ -74.985271929160305, 40.093975431683901 ], [ -74.985062500970997, 40.094007282274703 ], [ -74.984760113780297, 40.093999334462502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1105, "tnode_": 1101, "lpoly_": null, "rpoly_": null, "length": 57.77061148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11732, "l_t_add": 11734, "r_f_add": 11733, "r_t_add": 11735, "st_code": 18695, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080062, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40470, "Shape__Length": 23.028914861979779 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985862136169402, 40.093686965608697 ], [ -74.985711543275499, 40.093795470226098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1127, "tnode_": 1105, "lpoly_": null, "rpoly_": null, "length": 319.37242825000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11714, "l_t_add": 11730, "r_f_add": 11717, "r_t_add": 11731, "st_code": 18695, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080063, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40471, "Shape__Length": 127.30835556862861 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986696831707206, 40.093088910222598 ], [ -74.985862136169402, 40.093686965608697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1121, "tnode_": 1143, "lpoly_": null, "rpoly_": null, "length": 188.22391986, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11824, "l_t_add": 11838, "r_f_add": 11823, "r_t_add": 11837, "st_code": 18695, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40472, "Shape__Length": 75.158110979225512 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9834198686153, 40.093175757268199 ], [ -74.983208668630496, 40.092685182740396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1127, "tnode_": 1148, "lpoly_": null, "rpoly_": null, "length": 262.81074751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3113, "r_f_add": 3100, "r_t_add": 3110, "st_code": 28280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40473, "Shape__Length": 104.78882345721117 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986696831707206, 40.093088910222598 ], [ -74.986055008787503, 40.092562128081902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1151, "tnode_": 1143, "lpoly_": null, "rpoly_": null, "length": 259.78228657, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11726, "l_t_add": 11798, "r_f_add": 11739, "r_t_add": 11799, "st_code": 25195, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORRY RD", "stname": "CORRY RD", "objectid": 40474, "Shape__Length": 103.40357577933779 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984090299247697, 40.092461408258202 ], [ -74.983208668630496, 40.092685182740396 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1152, "tnode_": 1127, "lpoly_": null, "rpoly_": null, "length": 280.25085136000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11712, "r_f_add": 11701, "r_t_add": 11715, "st_code": 18695, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080067, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40475, "Shape__Length": 111.71660564971508 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987423281736497, 40.092559222787003 ], [ -74.986696831707206, 40.093088910222598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1097, "tnode_": 1152, "lpoly_": null, "rpoly_": null, "length": 686.64523613000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 24460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080068, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40476, "Shape__Length": 273.78477392675359 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989097718746194, 40.093937313414898 ], [ -74.987423281736497, 40.092559222787003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1157, "tnode_": 1151, "lpoly_": null, "rpoly_": null, "length": 51.3794404, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11724, "l_t_add": 11724, "r_f_add": 0, "r_t_add": 0, "st_code": 25195, "l_hundred": 11700, "r_hundred": 0, "seg_id": 1080069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORRY RD", "stname": "CORRY RD", "objectid": 40477, "Shape__Length": 20.453178533414835 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984262036262095, 40.0924114504027 ], [ -74.984090299247697, 40.092461408258202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1174, "tnode_": 1157, "lpoly_": null, "rpoly_": null, "length": 245.98719569, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11704, "l_t_add": 11722, "r_f_add": 11705, "r_t_add": 11737, "st_code": 25195, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORRY RD", "stname": "CORRY RD", "objectid": 40478, "Shape__Length": 97.911391124592882 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985097817163606, 40.092201827424901 ], [ -74.984262036262095, 40.0924114504027 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1178, "tnode_": 1174, "lpoly_": null, "rpoly_": null, "length": 113.83265865, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11702, "r_f_add": 11701, "r_t_add": 11703, "st_code": 25195, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORRY RD", "stname": "CORRY RD", "objectid": 40479, "Shape__Length": 45.313779477444946 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985479087456895, 40.092092746323701 ], [ -74.985097817163606, 40.092201827424901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1148, "tnode_": 1178, "lpoly_": null, "rpoly_": null, "length": 234.94720551, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3115, "l_t_add": 3121, "r_f_add": 3112, "r_t_add": 3130, "st_code": 28280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40480, "Shape__Length": 93.676997213928587 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986055008787503, 40.092562128081902 ], [ -74.985479087456895, 40.092092746323701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1143, "tnode_": 1186, "lpoly_": null, "rpoly_": null, "length": 423.02975578999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11840, "l_t_add": 11898, "r_f_add": 11839, "r_t_add": 11899, "st_code": 18695, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40481, "Shape__Length": 168.76822815530753 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983208668630496, 40.092685182740396 ], [ -74.983140323758704, 40.0925231594792 ], [ -74.983042059971993, 40.092333872350203 ], [ -74.982911440561196, 40.092167925097499 ], [ -74.982760106797002, 40.092028611931802 ], [ -74.982566865025007, 40.091858141687297 ], [ -74.982386951560599, 40.091733927506802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1057, "tnode_": 1051, "lpoly_": null, "rpoly_": null, "length": 58.48289714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11716, "l_t_add": 11718, "r_f_add": 0, "r_t_add": 0, "st_code": 24270, "l_hundred": 11700, "r_hundred": 0, "seg_id": 1080074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN RD", "stname": "COLMAN RD", "objectid": 40482, "Shape__Length": 23.311336668817244 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987322926707293, 40.094898429471002 ], [ -74.987167491629705, 40.095005777989698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1076, "tnode_": 1057, "lpoly_": null, "rpoly_": null, "length": 247.67161302000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11714, "r_f_add": 11701, "r_t_add": 11741, "st_code": 24270, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN RD", "stname": "COLMAN RD", "objectid": 40483, "Shape__Length": 98.796185748225838 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987832149620203, 40.094360668161599 ], [ -74.987783591565602, 40.094480509002999 ], [ -74.987732022190897, 40.094567389484503 ], [ -74.987661876021093, 40.094651773614501 ], [ -74.987548826052205, 40.094741274642999 ], [ -74.987322926707293, 40.094898429471002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1076, "tnode_": 1080, "lpoly_": null, "rpoly_": null, "length": 51.97880537, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3005, "r_f_add": 3000, "r_t_add": 3024, "st_code": 28280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40484, "Shape__Length": 20.763636140157907 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987832149620203, 40.094360668161599 ], [ -74.987829160060201, 40.0942179991454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1080, "tnode_": 1104, "lpoly_": null, "rpoly_": null, "length": 218.77080308000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3007, "l_t_add": 3009, "r_f_add": 3026, "r_t_add": 3034, "st_code": 28280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080077, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40485, "Shape__Length": 87.294664820364673 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987829160060201, 40.0942179991454 ], [ -74.987794608380696, 40.094079113078401 ], [ -74.987757958191196, 40.093996261576301 ], [ -74.987704981143395, 40.093921213810901 ], [ -74.987449391652007, 40.0937128256911 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1104, "tnode_": 1111, "lpoly_": null, "rpoly_": null, "length": 56.4778291, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3011, "l_t_add": 3039, "r_f_add": 3036, "r_t_add": 3040, "st_code": 28280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080078, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40486, "Shape__Length": 22.521691806471292 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987449391652007, 40.0937128256911 ], [ -74.987315488081904, 40.093596804974197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1111, "tnode_": 1127, "lpoly_": null, "rpoly_": null, "length": 253.35743938000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3041, "l_t_add": 3099, "r_f_add": 3042, "r_t_add": 3098, "st_code": 28280, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40487, "Shape__Length": 101.02038549192818 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987315488081904, 40.093596804974197 ], [ -74.986696831707206, 40.093088910222598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1076, "tnode_": 1080, "lpoly_": null, "rpoly_": null, "length": 281.13027917, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 28285, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY TER", "stname": "DERRY TER", "objectid": 40488, "Shape__Length": 111.9543894138214 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987832149620203, 40.094360668161599 ], [ -74.988219943794505, 40.094380331875399 ], [ -74.9882319471279, 40.094216677772401 ], [ -74.987829160060201, 40.0942179991454 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1057, "tnode_": 1051, "lpoly_": null, "rpoly_": null, "length": 443.18214356, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11701, "r_t_add": 11741, "st_code": 24265, "l_hundred": 0, "r_hundred": 11700, "seg_id": 1080081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN PL", "stname": "COLMAN PL", "objectid": 40489, "Shape__Length": 176.7202313449236 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987322926707293, 40.094898429471002 ], [ -74.986851415565098, 40.094503190340703 ], [ -74.986711041030105, 40.094608427734798 ], [ -74.987167491629705, 40.095005777989698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1105, "tnode_": 1101, "lpoly_": null, "rpoly_": null, "length": 375.62515678999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 18690, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON PL", "stname": "BRANDON PL", "objectid": 40490, "Shape__Length": 149.76083200345437 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985862136169402, 40.093686965608697 ], [ -74.986255326441693, 40.094005227631399 ], [ -74.986101623950105, 40.09411014474 ], [ -74.985711543275499, 40.093795470226098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1104, "tnode_": 1111, "lpoly_": null, "rpoly_": null, "length": 391.79943794000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 28275, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY PL", "stname": "DERRY PL", "objectid": 40491, "Shape__Length": 156.1900117807721 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987449391652007, 40.0937128256911 ], [ -74.987017554281195, 40.0940276502442 ], [ -74.986878361341496, 40.093907494842 ], [ -74.987315488081904, 40.093596804974197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1035, "tnode_": 1058, "lpoly_": null, "rpoly_": null, "length": 396.32932209000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11898, "r_f_add": 11801, "r_t_add": 11899, "st_code": 24275, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN TER", "stname": "COLMAN TER", "objectid": 40492, "Shape__Length": 157.99773969666634 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985086862764305, 40.095294128401697 ], [ -74.985699915194999, 40.094854408009297 ], [ -74.985750693080206, 40.0947984645573 ], [ -74.985947683066399, 40.094654606651098 ], [ -74.986106822359702, 40.094768091909998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1092, "tnode_": 1110, "lpoly_": null, "rpoly_": null, "length": 232.56547372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASILE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11852, "l_t_add": 11874, "r_f_add": 0, "r_t_add": 0, "st_code": 16150, "l_hundred": 11800, "r_hundred": 0, "seg_id": 1080085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASILE RD", "stname": "BASILE RD", "objectid": 40493, "Shape__Length": 92.672450141263425 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982544701177105, 40.0938388075596 ], [ -74.982402156879999, 40.0937582128009 ], [ -74.982309510654403, 40.093695394412201 ], [ -74.982257288134605, 40.093641906665503 ], [ -74.9823473189618, 40.093568863216099 ], [ -74.982450598134804, 40.093504494266099 ], [ -74.982621392834702, 40.093461709301799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1092, "tnode_": 1110, "lpoly_": null, "rpoly_": null, "length": 140.41252334000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASILE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11841, "r_t_add": 11841, "st_code": 16150, "l_hundred": 0, "r_hundred": 11800, "seg_id": 1080086, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASILE RD", "stname": "BASILE RD", "objectid": 40494, "Shape__Length": 56.079945454470533 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982544701177105, 40.0938388075596 ], [ -74.982548832404703, 40.093696978160096 ], [ -74.982564387937302, 40.093582445900303 ], [ -74.982621392834702, 40.093461709301799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1110, "tnode_": 1121, "lpoly_": null, "rpoly_": null, "length": 246.83014656999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASILE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11876, "l_t_add": 11898, "r_f_add": 11843, "r_t_add": 11899, "st_code": 16150, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080087, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASILE RD", "stname": "BASILE RD", "objectid": 40495, "Shape__Length": 98.28089710071805 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982621392834702, 40.093461709301799 ], [ -74.982687720143701, 40.093426634474703 ], [ -74.9834198686153, 40.093175757268199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1186, "tnode_": 1168, "lpoly_": null, "rpoly_": null, "length": 217.71395203, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11200, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080088, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40496, "Shape__Length": 86.804096018945515 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982386951560599, 40.091733927506802 ], [ -74.981851183991196, 40.092167360126901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1213, "tnode_": 1186, "lpoly_": null, "rpoly_": null, "length": 249.11466916000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11901, "r_t_add": 11999, "st_code": 11200, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1080090, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2014-10-16T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40497, "Shape__Length": 99.36494076806369 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982926287034502, 40.091189812069402 ], [ -74.982386951560599, 40.091733927506802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1221, "tnode_": 1213, "lpoly_": null, "rpoly_": null, "length": 57.53822859, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11892, "l_t_add": 11898, "r_f_add": 11893, "r_t_add": 11899, "st_code": 11200, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080092, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40498, "Shape__Length": 22.954311803274877 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983043051047702, 40.091059791173699 ], [ -74.982926287034502, 40.091189812069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1194, "tnode_": 1237, "lpoly_": null, "rpoly_": null, "length": 508.3534898, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3121, "l_t_add": 3199, "r_f_add": 3110, "r_t_add": 3198, "st_code": 24460, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080093, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2001-09-05T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40499, "Shape__Length": 202.68220975887701 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986437338108601, 40.091752732969901 ], [ -74.985186627683504, 40.090740486034697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1178, "tnode_": 1174, "lpoly_": null, "rpoly_": null, "length": 381.60687592, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3123, "l_t_add": 3199, "r_f_add": 3132, "r_t_add": 3198, "st_code": 28280, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DERRY RD", "stname": "DERRY RD", "objectid": 40500, "Shape__Length": 152.23010557376523 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985479087456895, 40.092092746323701 ], [ -74.985361917082002, 40.091973873652897 ], [ -74.985076306497504, 40.091732714106698 ], [ -74.984920701508798, 40.0917787811225 ], [ -74.985097817163606, 40.092201827424901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1151, "tnode_": 1157, "lpoly_": null, "rpoly_": null, "length": 327.7637735, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CORRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 25190, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CORRY PL", "stname": "CORRY PL", "objectid": 40501, "Shape__Length": 130.80027614305217 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984090299247697, 40.092461408258202 ], [ -74.984028614926004, 40.092375836440297 ], [ -74.983923104828193, 40.0921086569507 ], [ -74.984111770692607, 40.092060021293001 ], [ -74.984262036262095, 40.0924114504027 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1221, "tnode_": 1213, "lpoly_": null, "rpoly_": null, "length": 456.71978786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 11190, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY PL", "stname": "ACADEMY PL", "objectid": 40502, "Shape__Length": 181.97975784351394 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983043051047702, 40.091059791173699 ], [ -74.983633842975195, 40.091395415375899 ], [ -74.9835196146404, 40.091501201518398 ], [ -74.982926287034502, 40.091189812069402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 410, "tnode_": 414, "lpoly_": null, "rpoly_": null, "length": 63.18045256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2693, "l_t_add": 2693, "r_f_add": 2694, "r_t_add": 2694, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080099, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40503, "Shape__Length": 25.199139214312879 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988079264219493, 40.114379444254801 ], [ -74.987924346953804, 40.1142532171109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 498, "tnode_": 536, "lpoly_": null, "rpoly_": null, "length": 890.44065135000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACK LAKE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2999, "r_f_add": 2800, "r_t_add": 2998, "st_code": 17762, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLACK LAKE PL", "stname": "BLACK LAKE PL", "objectid": 40504, "Shape__Length": 355.66192401653973 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983109183894896, 40.109653015641399 ], [ -74.983007704375296, 40.107873221915099 ], [ -74.983000886879395, 40.107577871333099 ], [ -74.982981576289006, 40.107458583922799 ], [ -74.982901871048497, 40.107397254770497 ], [ -74.982838960235696, 40.107383058151697 ], [ -74.982756793849902, 40.107397978241401 ], [ -74.982703159460598, 40.107417155940503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 464, "tnode_": 498, "lpoly_": null, "rpoly_": null, "length": 975.50410405000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLACK LAKE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 17762, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 1080101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLACK LAKE PL", "stname": "BLACK LAKE PL", "objectid": 40505, "Shape__Length": 389.5451467299215 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984007477305596, 40.111936956905602 ], [ -74.983924933792494, 40.111989518996602 ], [ -74.983801437228706, 40.112001306547199 ], [ -74.983706629217195, 40.111969509425798 ], [ -74.983636187697201, 40.1119058303751 ], [ -74.983577627463305, 40.111833582369897 ], [ -74.9835352917205, 40.111723669096001 ], [ -74.983461713176297, 40.1116595999776 ], [ -74.983351555426907, 40.111532981716401 ], [ -74.983238651188998, 40.111285281427101 ], [ -74.9831772366948, 40.111000449063802 ], [ -74.983109183894896, 40.109653015641399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 414, "tnode_": 416, "lpoly_": null, "rpoly_": null, "length": 58.92536442, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2695, "l_t_add": 2695, "r_f_add": 2696, "r_t_add": 2696, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080103, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40506, "Shape__Length": 23.501458515090111 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987924346953804, 40.1142532171109 ], [ -74.9877789973701, 40.114136121195301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 416, "tnode_": 419, "lpoly_": null, "rpoly_": null, "length": 57.81120779, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2699, "l_t_add": 2699, "r_f_add": 2698, "r_t_add": 2698, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080104, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40507, "Shape__Length": 23.06064772175333 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9877789973701, 40.114136121195301 ], [ -74.987642461064596, 40.114016975140302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 548, "tnode_": 541, "lpoly_": null, "rpoly_": null, "length": 1762.8592909600002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC NULTY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12901, "l_t_add": 14599, "r_f_add": 12900, "r_t_add": 14598, "st_code": 54930, "l_hundred": 12900, "r_hundred": 12900, "seg_id": 1080106, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-21T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC NULTY RD", "stname": "MC NULTY RD", "objectid": 40508, "Shape__Length": 701.89063573521082 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977799315297901, 40.107104607621402 ], [ -74.977306114908203, 40.106714604882903 ], [ -74.977147695062698, 40.106643209585599 ], [ -74.976954931479398, 40.106574739565303 ], [ -74.976692252697305, 40.106542123957801 ], [ -74.976437041318405, 40.106566001042601 ], [ -74.971907228159296, 40.1074537097508 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 589, "tnode_": 548, "lpoly_": null, "rpoly_": null, "length": 813.38786688999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWNSEND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 13020, "l_t_add": 13998, "r_f_add": 13021, "r_t_add": 13999, "st_code": 77660, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1080107, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWNSEND RD", "stname": "TOWNSEND RD", "objectid": 40509, "Shape__Length": 324.32614528819761 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979874010783206, 40.105542967816298 ], [ -74.979467820576005, 40.105800018646597 ], [ -74.978963451723203, 40.106178296746698 ], [ -74.977799315297901, 40.107104607621402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 649, "tnode_": 589, "lpoly_": null, "rpoly_": null, "length": 1198.5955583999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWNSEND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 13018, "r_f_add": 12301, "r_t_add": 13019, "st_code": 77660, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080108, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWNSEND RD", "stname": "TOWNSEND RD", "objectid": 40510, "Shape__Length": 477.59361243468663 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983395369807994, 40.103693441163699 ], [ -74.982523021821393, 40.104285044309897 ], [ -74.982350685080405, 40.104382061158603 ], [ -74.982029686976205, 40.104536855908499 ], [ -74.981795441493205, 40.104634970192599 ], [ -74.981000811854699, 40.1049539632928 ], [ -74.980345241539595, 40.105265542409803 ], [ -74.979874010783206, 40.105542967816298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 773, "tnode_": 710, "lpoly_": null, "rpoly_": null, "length": 724.03500677, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12298, "r_f_add": 12201, "r_t_add": 12299, "st_code": 77200, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080109, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40511, "Shape__Length": 288.62041707791428 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983938614364106, 40.101146960854003 ], [ -74.981999342599593, 40.102463264069399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 710, "tnode_": 797, "lpoly_": null, "rpoly_": null, "length": 937.25015115999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 20160, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080110, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40512, "Shape__Length": 373.74334147781485 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981999342599593, 40.102463264069399 ], [ -74.981483928327506, 40.1020196477808 ], [ -74.981086343265801, 40.101781835948202 ], [ -74.9797012032205, 40.100598225755903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 809, "tnode_": 766, "lpoly_": null, "rpoly_": null, "length": 454.01421142000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12230, "l_t_add": 12298, "r_f_add": 12227, "r_t_add": 12299, "st_code": 75800, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080111, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR RD", "stname": "SWEET BRIAR RD", "objectid": 40513, "Shape__Length": 181.01876202676476 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983078829259696, 40.100390791509199 ], [ -74.982746888221101, 40.100632390881401 ], [ -74.982610057953806, 40.100754875217703 ], [ -74.982427325622098, 40.100925339975497 ], [ -74.982164884584094, 40.1011889857987 ], [ -74.982063607731604, 40.101223360493201 ], [ -74.981938695609102, 40.101228358912103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 773, "tnode_": 809, "lpoly_": null, "rpoly_": null, "length": 365.68916415000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 33180, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080112, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40514, "Shape__Length": 145.84552231453969 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983938614364106, 40.101146960854003 ], [ -74.983078829259696, 40.100390791509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 816, "tnode_": 797, "lpoly_": null, "rpoly_": null, "length": 300.86628465000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12218, "l_t_add": 12298, "r_f_add": 12231, "r_t_add": 12299, "st_code": 15840, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080113, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40515, "Shape__Length": 119.82973021890227 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980648687800198, 40.100207432615001 ], [ -74.9797012032205, 40.100598225755903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 823, "tnode_": 816, "lpoly_": null, "rpoly_": null, "length": 125.15734118, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12210, "l_t_add": 12216, "r_f_add": 12211, "r_t_add": 12229, "st_code": 15840, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080114, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40516, "Shape__Length": 49.846404782637485 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981044573556204, 40.100047384208303 ], [ -74.980648687800198, 40.100207432615001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 766, "tnode_": 823, "lpoly_": null, "rpoly_": null, "length": 510.74946845, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORNING GLORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 57020, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080115, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORNING GLORY RD", "stname": "MORNING GLORY RD", "objectid": 40517, "Shape__Length": 203.83215031825054 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981938695609102, 40.101228358912103 ], [ -74.981828766807993, 40.1012023680642 ], [ -74.981735610973203, 40.101135701364001 ], [ -74.981477269903095, 40.100614093457096 ], [ -74.981315547494304, 40.100367844142198 ], [ -74.981044573556204, 40.100047384208303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 828, "tnode_": 773, "lpoly_": null, "rpoly_": null, "length": 611.54941577, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12110, "l_t_add": 12198, "r_f_add": 12109, "r_t_add": 12199, "st_code": 77200, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080116, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40518, "Shape__Length": 243.77350649124023 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985580662720594, 40.100038720912899 ], [ -74.983938614364106, 40.101146960854003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 835, "tnode_": 823, "lpoly_": null, "rpoly_": null, "length": 180.5405901, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12208, "r_f_add": 12201, "r_t_add": 12209, "st_code": 15840, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080117, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40519, "Shape__Length": 71.879890293599217 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981645135833304, 40.099871006404904 ], [ -74.981443927192899, 40.099911782848601 ], [ -74.981213904746298, 40.099980182811002 ], [ -74.981044573556204, 40.100047384208303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 844, "tnode_": 809, "lpoly_": null, "rpoly_": null, "length": 365.25654558000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12228, "r_f_add": 12201, "r_t_add": 12225, "st_code": 75800, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080118, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR RD", "stname": "SWEET BRIAR RD", "objectid": 40520, "Shape__Length": 145.59338051649786 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984063583270299, 40.099732413148402 ], [ -74.983078829259696, 40.100390791509199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 860, "tnode_": 828, "lpoly_": null, "rpoly_": null, "length": 292.9231464, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12108, "r_f_add": 12101, "r_t_add": 12107, "st_code": 77200, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080119, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40521, "Shape__Length": 116.76296438937121 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986366474738105, 40.099507283287402 ], [ -74.985580662720594, 40.100038720912899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 828, "tnode_": 649, "lpoly_": null, "rpoly_": null, "length": 1832.92226701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWNSEND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12201, "l_t_add": 12299, "r_f_add": 12200, "r_t_add": 12298, "st_code": 77660, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080120, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TOWNSEND RD", "stname": "TOWNSEND RD", "objectid": 40522, "Shape__Length": 730.93996479789439 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985580662720594, 40.100038720912899 ], [ -74.986337247144903, 40.1006993749561 ], [ -74.986518000192106, 40.100855877575697 ], [ -74.986605966837899, 40.100993243797902 ], [ -74.986642555013205, 40.101175867230403 ], [ -74.986619002761998, 40.101348592162701 ], [ -74.986527907247293, 40.1015307793189 ], [ -74.986352298704304, 40.101680309398503 ], [ -74.984619953724504, 40.102860142057402 ], [ -74.983395369807994, 40.103693441163699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 797, "tnode_": 867, "lpoly_": null, "rpoly_": null, "length": 671.82490006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3126, "st_code": 20160, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080121, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40523, "Shape__Length": 267.92591368780734 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9797012032205, 40.100598225755903 ], [ -74.978103705822505, 40.099221199292003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 882, "tnode_": 844, "lpoly_": null, "rpoly_": null, "length": 305.36286758, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12101, "r_t_add": 12199, "st_code": 75800, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080122, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR RD", "stname": "SWEET BRIAR RD", "objectid": 40524, "Shape__Length": 121.85834524576254 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984551970089498, 40.099028859557201 ], [ -74.984552468647905, 40.099143692589898 ], [ -74.984519510144096, 40.099290778186202 ], [ -74.984460943687097, 40.099404714748502 ], [ -74.984371597382705, 40.0995179117077 ], [ -74.984063583270299, 40.099732413148402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 885, "tnode_": 884, "lpoly_": null, "rpoly_": null, "length": 311.4975738, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 43120, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080123, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLY RD", "stname": "HOLLY RD", "objectid": 40525, "Shape__Length": 123.95554830793795 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9824578582881, 40.098899933883402 ], [ -74.982260105464903, 40.098881492966598 ], [ -74.982060639636401, 40.098861903050697 ], [ -74.981829790287406, 40.098856344492198 ], [ -74.981348899117194, 40.098883790769698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 844, "tnode_": 885, "lpoly_": null, "rpoly_": null, "length": 552.40646273999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 43120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080124, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLY RD", "stname": "HOLLY RD", "objectid": 40526, "Shape__Length": 220.09916772650902 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984063583270299, 40.099732413148402 ], [ -74.983862157277997, 40.099544103281801 ], [ -74.983656571745499, 40.099391276947799 ], [ -74.983469018284296, 40.099268460773402 ], [ -74.983167005597807, 40.099119227524099 ], [ -74.982950833260603, 40.099037127467803 ], [ -74.982764355375707, 40.098982360195997 ], [ -74.9824578582881, 40.098899933883402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 867, "tnode_": 902, "lpoly_": null, "rpoly_": null, "length": 299.84196139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3223, "r_f_add": 3128, "r_t_add": 3198, "st_code": 20160, "l_hundred": 3200, "r_hundred": 3100, "seg_id": 1080125, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40527, "Shape__Length": 119.73484675450636 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978103705822505, 40.099221199292003 ], [ -74.977942871467803, 40.098911795966202 ], [ -74.977759751840395, 40.0984424577954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 885, "tnode_": 934, "lpoly_": null, "rpoly_": null, "length": 467.69196840999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12101, "l_t_add": 12199, "r_f_add": 12100, "r_t_add": 12198, "st_code": 15840, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080126, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40528, "Shape__Length": 186.61847901565383 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9824578582881, 40.098899933883402 ], [ -74.982501556299894, 40.098721681712 ], [ -74.982561814003901, 40.098566380074701 ], [ -74.982632286033294, 40.098443858212597 ], [ -74.982717544347807, 40.098336479656602 ], [ -74.983005053000298, 40.098086090792798 ], [ -74.9833132735193, 40.097832505362703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 919, "tnode_": 934, "lpoly_": null, "rpoly_": null, "length": 192.36044826, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3147, "l_t_add": 3199, "r_f_add": 3200, "r_t_add": 3212, "st_code": 17640, "l_hundred": 3100, "r_hundred": 3200, "seg_id": 1080127, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40529, "Shape__Length": 76.698590914071531 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983792807533106, 40.098210948785599 ], [ -74.9833132735193, 40.097832505362703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 929, "tnode_": 949, "lpoly_": null, "rpoly_": null, "length": 360.30695908999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 33180, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40530, "Shape__Length": 143.60532798744742 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980488073748305, 40.097914353224802 ], [ -74.980208243295095, 40.0978232191015 ], [ -74.980092712589496, 40.097757585061402 ], [ -74.980004148726707, 40.0976995848714 ], [ -74.979509905986902, 40.097293422247503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 934, "tnode_": 957, "lpoly_": null, "rpoly_": null, "length": 319.73976539, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3221, "r_f_add": 3214, "r_t_add": 3238, "st_code": 17640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40531, "Shape__Length": 127.50525952712125 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9833132735193, 40.097832505362703 ], [ -74.982547069481598, 40.097181232442502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 957, "tnode_": 976, "lpoly_": null, "rpoly_": null, "length": 308.14587231000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3223, "l_t_add": 3241, "r_f_add": 3240, "r_t_add": 3268, "st_code": 17640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40532, "Shape__Length": 122.87342255052486 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982547069481598, 40.097181232442502 ], [ -74.981796355376801, 40.096562240137999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 884, "tnode_": 835, "lpoly_": null, "rpoly_": null, "length": 372.16248888999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12298, "r_f_add": 12201, "r_t_add": 12299, "st_code": 13840, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080131, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASTER RD", "stname": "ASTER RD", "objectid": 40533, "Shape__Length": 148.63838416876311 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981348899117194, 40.098883790769698 ], [ -74.981354470996905, 40.099084461936798 ], [ -74.981396042145803, 40.099292494079002 ], [ -74.981453968586905, 40.099477259862397 ], [ -74.981535585130601, 40.099647807803798 ], [ -74.981610711951802, 40.099788622774497 ], [ -74.981645135833304, 40.099871006404904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 957, "tnode_": 884, "lpoly_": null, "rpoly_": null, "length": 725.81342753000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12101, "r_t_add": 12199, "st_code": 13840, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080132, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASTER RD", "stname": "ASTER RD", "objectid": 40534, "Shape__Length": 289.65657382409609 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982547069481598, 40.097181232442502 ], [ -74.981954511428697, 40.097688143637498 ], [ -74.981754178878802, 40.097878520485899 ], [ -74.981611314707806, 40.098076195576901 ], [ -74.981499349364398, 40.098271657340803 ], [ -74.981419128899901, 40.098444223320598 ], [ -74.981367999134406, 40.098658895705 ], [ -74.981348899117194, 40.098883790769698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 869, "tnode_": 816, "lpoly_": null, "rpoly_": null, "length": 363.60872633000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMBLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12240, "l_t_add": 12298, "r_f_add": 12225, "r_t_add": 12299, "st_code": 67260, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080133, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMBLER RD", "stname": "RAMBLER RD", "objectid": 40535, "Shape__Length": 145.20845374943869 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980268872083897, 40.099255897521203 ], [ -74.9803522359054, 40.0995778975268 ], [ -74.9804396128809, 40.099795906441003 ], [ -74.980525073263806, 40.099966547751698 ], [ -74.980648687800198, 40.100207432615001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 929, "tnode_": 869, "lpoly_": null, "rpoly_": null, "length": 496.62514559, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMBLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12160, "l_t_add": 12238, "r_f_add": 12201, "r_t_add": 12223, "st_code": 67260, "l_hundred": 12100, "r_hundred": 12200, "seg_id": 1080134, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMBLER RD", "stname": "RAMBLER RD", "objectid": 40536, "Shape__Length": 198.37184798798748 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980488073748305, 40.097914353224802 ], [ -74.980407653407397, 40.0981270580941 ], [ -74.980329105917207, 40.098352899647097 ], [ -74.980267742503102, 40.098629434741703 ], [ -74.980248112480297, 40.098827120024701 ], [ -74.980250601774799, 40.099048998464099 ], [ -74.980268872083897, 40.099255897521203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 976, "tnode_": 929, "lpoly_": null, "rpoly_": null, "length": 617.33015321000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMBLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12158, "r_f_add": 12101, "r_t_add": 12199, "st_code": 67260, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080135, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMBLER RD", "stname": "RAMBLER RD", "objectid": 40537, "Shape__Length": 246.26381282276421 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981796355376801, 40.096562240137999 ], [ -74.981023790985205, 40.0972211361047 ], [ -74.980854191891197, 40.097398591521497 ], [ -74.980625462974501, 40.0976975404472 ], [ -74.980488073748305, 40.097914353224802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 902, "tnode_": 987, "lpoly_": null, "rpoly_": null, "length": 938.02177831000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3225, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 20160, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080136, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2003-12-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40538, "Shape__Length": 374.59801016409688 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977759751840395, 40.0984424577954 ], [ -74.976786263062607, 40.095978404525802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 976, "tnode_": 990, "lpoly_": null, "rpoly_": null, "length": 277.8910048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3243, "l_t_add": 3299, "r_f_add": 3270, "r_t_add": 3298, "st_code": 17640, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080137, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40539, "Shape__Length": 110.81429814057236 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981796355376801, 40.096562240137999 ], [ -74.981129445666298, 40.095996904062801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1005, "tnode_": 987, "lpoly_": null, "rpoly_": null, "length": 259.71222221, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12298, "r_f_add": 12233, "r_t_add": 12299, "st_code": 11200, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080138, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40540, "Shape__Length": 103.52435913177523 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977474028196397, 40.095499560088001 ], [ -74.976786263062607, 40.095978404525802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1012, "tnode_": 990, "lpoly_": null, "rpoly_": null, "length": 212.46157805000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 55160, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080139, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40541, "Shape__Length": 84.70905662190593 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981661589712303, 40.095580804438903 ], [ -74.981129445666298, 40.095996904062801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 978, "tnode_": 1011, "lpoly_": null, "rpoly_": null, "length": 315.32165427000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3321, "l_t_add": 3353, "r_f_add": 3320, "r_t_add": 3358, "st_code": 33180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080140, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40542, "Shape__Length": 125.92357230682053 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979184932172302, 40.096388990295601 ], [ -74.978887325901098, 40.095652166787602 ], [ -74.978875280212506, 40.095558487914602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1039, "tnode_": 1005, "lpoly_": null, "rpoly_": null, "length": 282.91204410999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12169, "r_t_add": 12231, "st_code": 11200, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080141, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40543, "Shape__Length": 112.774075378215 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978218870481498, 40.094974275559601 ], [ -74.977474028196397, 40.095499560088001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1011, "tnode_": 1039, "lpoly_": null, "rpoly_": null, "length": 282.60135700999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3355, "l_t_add": 3399, "r_f_add": 3360, "r_t_add": 3398, "st_code": 33180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080142, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40544, "Shape__Length": 112.70017601100868 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978875280212506, 40.095558487914602 ], [ -74.978846461698396, 40.095499964448599 ], [ -74.978218870481498, 40.094974275559601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1083, "tnode_": 1039, "lpoly_": null, "rpoly_": null, "length": 571.00688944000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12101, "r_t_add": 12167, "st_code": 11200, "l_hundred": 12000, "r_hundred": 12100, "seg_id": 1080143, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40545, "Shape__Length": 227.60749804333668 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979722954298296, 40.093953859769201 ], [ -74.979615666423896, 40.093947732002498 ], [ -74.978879871480004, 40.094498705568 ], [ -74.978218870481498, 40.094974275559601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1083, "tnode_": 1103, "lpoly_": null, "rpoly_": null, "length": 190.7621455, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 11200, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080144, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40546, "Shape__Length": 76.053458272922782 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979722954298296, 40.093953859769201 ], [ -74.980203511600905, 40.093582364684899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 987, "tnode_": 1202, "lpoly_": null, "rpoly_": null, "length": 1775.82450786, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 20160, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080145, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40547, "Shape__Length": 709.19751583736547 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976786263062607, 40.095978404525802 ], [ -74.976087300042295, 40.094233707086097 ], [ -74.976016760168903, 40.093985937303501 ], [ -74.9760132045284, 40.0937609284437 ], [ -74.976196448273498, 40.091668940210901 ], [ -74.976217156655196, 40.091559360821101 ], [ -74.976278728388294, 40.091442458738499 ], [ -74.976381453635497, 40.091344203408198 ], [ -74.9764835337498, 40.091265326135499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 958, "tnode_": 978, "lpoly_": null, "rpoly_": null, "length": 307.34097228999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3319, "r_f_add": 3300, "r_t_add": 3318, "st_code": 33180, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080146, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40548, "Shape__Length": 122.63018632319405 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979742552371107, 40.097084273842199 ], [ -74.979425634666995, 40.096862582096001 ], [ -74.979366002885897, 40.096813793759701 ], [ -74.979313305881902, 40.096720549854403 ], [ -74.979184932172302, 40.096388990295601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 933, "tnode_": 902, "lpoly_": null, "rpoly_": null, "length": 422.85598746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12218, "l_t_add": 12298, "r_f_add": 12223, "r_t_add": 12299, "st_code": 55160, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080147, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40549, "Shape__Length": 168.51277856263533 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9789331353074, 40.0977715691971 ], [ -74.978376092217005, 40.098264400713802 ], [ -74.9782278902656, 40.098330661145297 ], [ -74.977759751840395, 40.0984424577954 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 949, "tnode_": 933, "lpoly_": null, "rpoly_": null, "length": 237.43416631, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12216, "r_f_add": 12201, "r_t_add": 12221, "st_code": 55160, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080148, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40550, "Shape__Length": 94.67899277531842 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979509905986902, 40.097293422247503 ], [ -74.9789331353074, 40.0977715691971 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1060, "tnode_": 1011, "lpoly_": null, "rpoly_": null, "length": 572.24502028999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYRONE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 78220, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080149, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYRONE RD", "stname": "TYRONE RD", "objectid": 40551, "Shape__Length": 228.08947267695709 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980404258311694, 40.094530241922698 ], [ -74.979023084133104, 40.095520634184403 ], [ -74.978875280212506, 40.095558487914602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 990, "tnode_": 958, "lpoly_": null, "rpoly_": null, "length": 554.48042446, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12101, "r_t_add": 12199, "st_code": 55160, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080150, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40552, "Shape__Length": 221.07659062378426 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981129445666298, 40.095996904062801 ], [ -74.979742552371107, 40.097084273842199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 958, "tnode_": 949, "lpoly_": null, "rpoly_": null, "length": 100.20426178, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 55160, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080151, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40553, "Shape__Length": 39.963422788783063 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979742552371107, 40.097084273842199 ], [ -74.979509905986902, 40.097293422247503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 933, "tnode_": 1005, "lpoly_": null, "rpoly_": null, "length": 947.03075195000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORNING GLORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 57020, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080152, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORNING GLORY RD", "stname": "MORNING GLORY RD", "objectid": 40554, "Shape__Length": 377.98732654078009 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9789331353074, 40.0977715691971 ], [ -74.978596667657399, 40.097539961637104 ], [ -74.978514358636502, 40.097440210490099 ], [ -74.977866706369994, 40.0958219218412 ], [ -74.977801000791104, 40.095760979433102 ], [ -74.977474028196397, 40.095499560088001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1008, "tnode_": 978, "lpoly_": null, "rpoly_": null, "length": 465.85191725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RANIER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12100, "l_t_add": 12198, "r_f_add": 12101, "r_t_add": 12199, "st_code": 67420, "l_hundred": 12100, "r_hundred": 12100, "seg_id": 1080153, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RANIER RD", "stname": "RANIER RD", "objectid": 40555, "Shape__Length": 185.65659617404992 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980469600560795, 40.095604108255301 ], [ -74.980375377391994, 40.095612099480199 ], [ -74.980287915943606, 40.0956359132011 ], [ -74.980210527874206, 40.095671310412001 ], [ -74.979184932172302, 40.096388990295601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 990, "tnode_": 1008, "lpoly_": null, "rpoly_": null, "length": 241.16331829000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 17640, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080154, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40556, "Shape__Length": 96.111225121458006 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981129445666298, 40.095996904062801 ], [ -74.980749894956304, 40.095687545413803 ], [ -74.9806840441221, 40.095647077069302 ], [ -74.980594615475994, 40.095615761375399 ], [ -74.980469600560795, 40.095604108255301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 632, "tnode_": 614, "lpoly_": null, "rpoly_": null, "length": 121.14007168000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDOR", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12501, "l_t_add": 12599, "r_f_add": 12500, "r_t_add": 12598, "st_code": 33750, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080155, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDOR PL", "stname": "FEDOR PL", "objectid": 40557, "Shape__Length": 48.395554015714765 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978890098416002, 40.104034791438103 ], [ -74.978839886902605, 40.104365091106501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 665, "tnode_": 664, "lpoly_": null, "rpoly_": null, "length": 160.10003023, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 75790, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080156, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR PL", "stname": "SWEET BRIAR PL", "objectid": 40558, "Shape__Length": 63.713310707740064 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9801492045289, 40.103169235641701 ], [ -74.980719245103401, 40.103208492637002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 683, "tnode_": 678, "lpoly_": null, "rpoly_": null, "length": 303.13885084999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3094, "l_t_add": 3098, "r_f_add": 3095, "r_t_add": 3099, "st_code": 71460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080157, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40559, "Shape__Length": 120.63801418492481 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977834819859197, 40.102895717295397 ], [ -74.977491666594702, 40.102925120465599 ], [ -74.977261370646303, 40.102931542504301 ], [ -74.976757267190294, 40.102883749762498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 678, "tnode_": 692, "lpoly_": null, "rpoly_": null, "length": 204.71997424, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3113, "r_f_add": 3100, "r_t_add": 3112, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080158, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40560, "Shape__Length": 81.51147462625984 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976757267190294, 40.102883749762498 ], [ -74.976570664530996, 40.102833205508198 ], [ -74.976303578744805, 40.102757604994302 ], [ -74.9760777732902, 40.102676459026199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 692, "tnode_": 697, "lpoly_": null, "rpoly_": null, "length": 51.24804934, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3115, "l_t_add": 3115, "r_f_add": 3114, "r_t_add": 3114, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080159, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40561, "Shape__Length": 20.416601265344344 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9760777732902, 40.102676459026199 ], [ -74.975922616590907, 40.102601656065403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 700, "tnode_": 683, "lpoly_": null, "rpoly_": null, "length": 232.89812253, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3082, "l_t_add": 3092, "r_f_add": 3083, "r_t_add": 3093, "st_code": 71460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080160, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40562, "Shape__Length": 92.777378368401727 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978547319902106, 40.102572086606003 ], [ -74.978355317313301, 40.102685470689899 ], [ -74.978120497341607, 40.102802561739402 ], [ -74.977834819859197, 40.102895717295397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 700, "tnode_": 659, "lpoly_": null, "rpoly_": null, "length": 404.25973211000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3000, "l_t_add": 3098, "r_f_add": 3001, "r_t_add": 3099, "st_code": 71470, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE PL", "stname": "SECANE PL", "objectid": 40563, "Shape__Length": 161.19705027001669 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978547319902106, 40.102572086606003 ], [ -74.978895851409305, 40.102815265786802 ], [ -74.979271108842099, 40.103171875472803 ], [ -74.978986617476394, 40.103362041668298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 697, "tnode_": 706, "lpoly_": null, "rpoly_": null, "length": 123.24915858, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3117, "l_t_add": 3135, "r_f_add": 3116, "r_t_add": 3134, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080162, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40564, "Shape__Length": 49.130527957481775 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975922616590907, 40.102601656065403 ], [ -74.975591746297795, 40.102378244252101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 706, "tnode_": 713, "lpoly_": null, "rpoly_": null, "length": 59.21631316, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3137, "l_t_add": 3141, "r_f_add": 3136, "r_t_add": 3140, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40565, "Shape__Length": 23.616243002571494 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975591746297795, 40.102378244252101 ], [ -74.975450512345802, 40.102257158925603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 700, "tnode_": 716, "lpoly_": null, "rpoly_": null, "length": 152.03458068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 71470, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080164, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE PL", "stname": "SECANE PL", "objectid": 40566, "Shape__Length": 60.605996296845554 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978547319902106, 40.102572086606003 ], [ -74.978140467670698, 40.102295369893497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 722, "tnode_": 700, "lpoly_": null, "rpoly_": null, "length": 184.96204328, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3014, "l_t_add": 3080, "r_f_add": 3003, "r_t_add": 3081, "st_code": 71460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40567, "Shape__Length": 73.807615537725596 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978904437749094, 40.102148028543802 ], [ -74.978782738780296, 40.102339493184601 ], [ -74.978664648167907, 40.102462392346801 ], [ -74.978547319902106, 40.102572086606003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 722, "tnode_": 665, "lpoly_": null, "rpoly_": null, "length": 549.08362513000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12470, "r_f_add": 12401, "r_t_add": 12435, "st_code": 75800, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080166, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR RD", "stname": "SWEET BRIAR RD", "objectid": 40568, "Shape__Length": 218.94541033110929 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978904437749094, 40.102148028543802 ], [ -74.979380384887605, 40.102311982940101 ], [ -74.979660197758804, 40.102429502360899 ], [ -74.979868678316194, 40.102575242074998 ], [ -74.980025303352207, 40.1027496717508 ], [ -74.980118630873605, 40.1029465274381 ], [ -74.9801492045289, 40.103169235641701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 713, "tnode_": 726, "lpoly_": null, "rpoly_": null, "length": 134.91913917999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3143, "l_t_add": 3149, "r_f_add": 3142, "r_t_add": 3146, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080167, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-11-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40569, "Shape__Length": 53.810581949455376 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975450512345802, 40.102257158925603 ], [ -74.9751342648361, 40.101977524111298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 726, "tnode_": 737, "lpoly_": null, "rpoly_": null, "length": 146.55336765000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3151, "l_t_add": 3151, "r_f_add": 3148, "r_t_add": 3152, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080168, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40570, "Shape__Length": 58.466516516047847 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9751342648361, 40.101977524111298 ], [ -74.974819869527806, 40.101655715286299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 742, "tnode_": 678, "lpoly_": null, "rpoly_": null, "length": 503.27869861, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12398, "r_f_add": 12301, "r_t_add": 12399, "st_code": 84900, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080169, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDOM RD", "stname": "WYNDOM RD", "objectid": 40571, "Shape__Length": 200.97537944739048 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976525637212802, 40.101585487535601 ], [ -74.976773043470004, 40.1018887499093 ], [ -74.976863869164703, 40.1020701200638 ], [ -74.976896050643006, 40.102184062400603 ], [ -74.976909946659902, 40.102344716558697 ], [ -74.976865562464695, 40.102529112826403 ], [ -74.976757267190294, 40.102883749762498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 743, "tnode_": 722, "lpoly_": null, "rpoly_": null, "length": 203.23633263, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3000, "l_t_add": 3012, "r_f_add": 3001, "r_t_add": 3001, "st_code": 71460, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080170, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40572, "Shape__Length": 81.183524045538434 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979007475336303, 40.101599992243798 ], [ -74.979013502464895, 40.101749257000797 ], [ -74.978987670811605, 40.101904320835999 ], [ -74.978951131048703, 40.102035174383097 ], [ -74.978904437749094, 40.102148028543802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 737, "tnode_": 762, "lpoly_": null, "rpoly_": null, "length": 250.38338238, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3153, "l_t_add": 3199, "r_f_add": 3154, "r_t_add": 3198, "st_code": 16590, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080171, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40573, "Shape__Length": 99.922433656044831 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974819869527806, 40.101655715286299 ], [ -74.974579324413, 40.101365342617797 ], [ -74.974352520363098, 40.101069641540803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 814, "tnode_": 795, "lpoly_": null, "rpoly_": null, "length": 221.06199461, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMBLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12398, "r_f_add": 12301, "r_t_add": 12399, "st_code": 67260, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080172, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMBLER RD", "stname": "RAMBLER RD", "objectid": 40574, "Shape__Length": 88.098895613869203 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977850881662803, 40.100158240995 ], [ -74.977228205022499, 40.100531875614799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 814, "tnode_": 743, "lpoly_": null, "rpoly_": null, "length": 629.24623312000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2918, "l_t_add": 2998, "r_f_add": 2913, "r_t_add": 2999, "st_code": 71460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080173, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40575, "Shape__Length": 251.09337324534417 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977850881662803, 40.100158240995 ], [ -74.978654468601107, 40.100899299929203 ], [ -74.978836884279502, 40.101110280505097 ], [ -74.978930938462099, 40.101289191146599 ], [ -74.978982761705296, 40.101452114350998 ], [ -74.979007475336303, 40.101599992243798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 838, "tnode_": 762, "lpoly_": null, "rpoly_": null, "length": 980.27535696999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 29500, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080174, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40576, "Shape__Length": 390.5125166009625 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9773236909502, 40.099654603537701 ], [ -74.975645728673996, 40.100559014233397 ], [ -74.974352520363098, 40.101069641540803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 838, "tnode_": 814, "lpoly_": null, "rpoly_": null, "length": 235.3949137, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SECANE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2900, "l_t_add": 2916, "r_f_add": 2901, "r_t_add": 2911, "st_code": 71460, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080175, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SECANE DR", "stname": "SECANE DR", "objectid": 40577, "Shape__Length": 93.894684552181801 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9773236909502, 40.099654603537701 ], [ -74.977850881662803, 40.100158240995 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 867, "tnode_": 838, "lpoly_": null, "rpoly_": null, "length": 269.33641252000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12398, "r_f_add": 12301, "r_t_add": 12399, "st_code": 29500, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080176, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40578, "Shape__Length": 107.32106121412556 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978103705822505, 40.099221199292003 ], [ -74.9773236909502, 40.099654603537701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 762, "tnode_": 824, "lpoly_": null, "rpoly_": null, "length": 544.07402822999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3231, "r_f_add": 3200, "r_t_add": 3232, "st_code": 16590, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080177, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40579, "Shape__Length": 217.15218328514095 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974352520363098, 40.101069641540803 ], [ -74.973398189505303, 40.099768265099797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 851, "tnode_": 824, "lpoly_": null, "rpoly_": null, "length": 257.6912873, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12534, "r_f_add": 12519, "r_t_add": 12599, "st_code": 55160, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080178, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40580, "Shape__Length": 102.69434136617099 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974125470492197, 40.099334442497401 ], [ -74.973767497184596, 40.099558291128297 ], [ -74.973398189505303, 40.099768265099797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 849, "tnode_": 857, "lpoly_": null, "rpoly_": null, "length": 625.03346124000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 68250, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080179, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHTON RD", "stname": "RICHTON RD", "objectid": 40581, "Shape__Length": 249.02397434410585 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971029406934093, 40.099540013789301 ], [ -74.971051078999594, 40.099602698913102 ], [ -74.971298185303496, 40.099789016718198 ], [ -74.971391992877699, 40.0998310204034 ], [ -74.971580136289106, 40.099805001619998 ], [ -74.971923638681901, 40.099678808470401 ], [ -74.972858069218006, 40.099200534302298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 824, "tnode_": 857, "lpoly_": null, "rpoly_": null, "length": 256.23701135000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3233, "l_t_add": 3299, "r_f_add": 3234, "r_t_add": 3298, "st_code": 16590, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080180, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40582, "Shape__Length": 102.2253649119905 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973398189505303, 40.099768265099797 ], [ -74.973157005479905, 40.099497696310102 ], [ -74.972858069218006, 40.099200534302298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 857, "tnode_": 879, "lpoly_": null, "rpoly_": null, "length": 428.62109383999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 68250, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHTON RD", "stname": "RICHTON RD", "objectid": 40583, "Shape__Length": 170.8346918496523 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972858069218006, 40.099200534302298 ], [ -74.973278052723003, 40.098971814825802 ], [ -74.973607896835205, 40.0987449113697 ], [ -74.973797205170499, 40.098641205348798 ], [ -74.973879711296902, 40.098567580972201 ], [ -74.973729205955706, 40.098449218539997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 889, "tnode_": 849, "lpoly_": null, "rpoly_": null, "length": 450.55838883999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALPINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 20885, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080182, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALPINE RD", "stname": "CALPINE RD", "objectid": 40584, "Shape__Length": 179.68327803738043 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9720984378651, 40.0986149320374 ], [ -74.971029406934093, 40.099540013789301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 857, "tnode_": 889, "lpoly_": null, "rpoly_": null, "length": 301.3271372, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3309, "r_f_add": 3300, "r_t_add": 3304, "st_code": 16590, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080183, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40585, "Shape__Length": 120.14216198973654 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972858069218006, 40.099200534302298 ], [ -74.972635479945396, 40.099014368893997 ], [ -74.972423533969604, 40.098844187457203 ], [ -74.9720984378651, 40.0986149320374 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 894, "tnode_": 851, "lpoly_": null, "rpoly_": null, "length": 431.23005354000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12416, "l_t_add": 12498, "r_f_add": 12501, "r_t_add": 12517, "st_code": 55160, "l_hundred": 12400, "r_hundred": 12500, "seg_id": 1080184, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40586, "Shape__Length": 171.90796819310688 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975257449339196, 40.098530930707099 ], [ -74.974125470492197, 40.099334442497401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 856, "tnode_": 894, "lpoly_": null, "rpoly_": null, "length": 434.14632812999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCONA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 12540, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCONA RD", "stname": "ANCONA RD", "objectid": 40587, "Shape__Length": 173.01325764495922 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976476157927806, 40.099238945856499 ], [ -74.976297209468797, 40.099212817103599 ], [ -74.976122019235504, 40.099116890061502 ], [ -74.975478059651806, 40.098707038579903 ], [ -74.975257449339196, 40.098530930707099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 911, "tnode_": 889, "lpoly_": null, "rpoly_": null, "length": 192.10900104000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALPINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12530, "l_t_add": 12598, "r_f_add": 12513, "r_t_add": 12599, "st_code": 20885, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080186, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALPINE RD", "stname": "CALPINE RD", "objectid": 40588, "Shape__Length": 76.614973502863648 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972550117474597, 40.098217704362 ], [ -74.9720984378651, 40.0986149320374 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 889, "tnode_": 912, "lpoly_": null, "rpoly_": null, "length": 337.56287862, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3311, "l_t_add": 3329, "r_f_add": 3306, "r_t_add": 3322, "st_code": 16590, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080187, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40589, "Shape__Length": 134.48707160388884 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9720984378651, 40.0986149320374 ], [ -74.971892141924499, 40.098485720779301 ], [ -74.971717941031699, 40.098375720702101 ], [ -74.9714885341008, 40.098250090552497 ], [ -74.971276319660902, 40.098159185553897 ], [ -74.971098848761699, 40.098106765844399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 912, "tnode_": 918, "lpoly_": null, "rpoly_": null, "length": 239.14603588999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3331, "l_t_add": 3399, "r_f_add": 3324, "r_t_add": 3398, "st_code": 16590, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080189, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN RD", "stname": "BELGREEN RD", "objectid": 40590, "Shape__Length": 95.177959089245917 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971098848761699, 40.098106765844399 ], [ -74.970667270682299, 40.098011168540303 ], [ -74.970264591923595, 40.0979734287151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 923, "tnode_": 894, "lpoly_": null, "rpoly_": null, "length": 322.19748314000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12414, "r_f_add": 12401, "r_t_add": 12499, "st_code": 55160, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080190, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40591, "Shape__Length": 128.52473057179759 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975955375972603, 40.097833436859702 ], [ -74.975768415742806, 40.098079785408501 ], [ -74.975610318016805, 40.098247144225297 ], [ -74.975428860940198, 40.098401711545897 ], [ -74.975257449339196, 40.098530930707099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 894, "tnode_": 930, "lpoly_": null, "rpoly_": null, "length": 368.30212441999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANCONA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 12540, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ANCONA RD", "stname": "ANCONA RD", "objectid": 40592, "Shape__Length": 147.00759934313072 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975257449339196, 40.098530930707099 ], [ -74.975094846957006, 40.098393649427699 ], [ -74.974939816659997, 40.098194280506199 ], [ -74.974725063407703, 40.097800897531997 ], [ -74.974676239417207, 40.097638485087202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 930, "tnode_": 944, "lpoly_": null, "rpoly_": null, "length": 428.998362, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TYRONE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 78220, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080192, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TYRONE RD", "stname": "TYRONE RD", "objectid": 40593, "Shape__Length": 170.78748316278691 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974676239417207, 40.097638485087202 ], [ -74.974782101534004, 40.097582466802798 ], [ -74.975422628713801, 40.097357548338003 ], [ -74.975572860832003, 40.097316357779803 ], [ -74.975711825576695, 40.0972911918414 ], [ -74.975844325080004, 40.097294389447903 ], [ -74.976109546586699, 40.0973070186595 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 944, "tnode_": 923, "lpoly_": null, "rpoly_": null, "length": 197.11883720999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12326, "l_t_add": 12398, "r_f_add": 12317, "r_t_add": 12399, "st_code": 55160, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080193, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40594, "Shape__Length": 78.729162170457897 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976109546586699, 40.0973070186595 ], [ -74.976092895775807, 40.097442985529099 ], [ -74.976032234813204, 40.097628936861497 ], [ -74.975955375972603, 40.097833436859702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 972, "tnode_": 944, "lpoly_": null, "rpoly_": null, "length": 342.78420741000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12324, "r_f_add": 12301, "r_t_add": 12315, "st_code": 55160, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080194, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40595, "Shape__Length": 136.8748413561828 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975773530109905, 40.096421479753701 ], [ -74.975909570395899, 40.096607419360701 ], [ -74.976018341389207, 40.096801533029897 ], [ -74.976091013580302, 40.096970329509901 ], [ -74.976121451108597, 40.097134033085098 ], [ -74.976109546586699, 40.0973070186595 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 987, "tnode_": 972, "lpoly_": null, "rpoly_": null, "length": 326.08433026, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12398, "r_f_add": 12301, "r_t_add": 12399, "st_code": 11200, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080195, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40596, "Shape__Length": 129.87644080242438 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976786263062607, 40.095978404525802 ], [ -74.976269853073205, 40.0962081740768 ], [ -74.975773530109905, 40.096421479753701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 851, "tnode_": 822, "lpoly_": null, "rpoly_": null, "length": 409.61003076000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 55150, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080196, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD PL", "stname": "MEDFORD PL", "objectid": 40597, "Shape__Length": 163.41919013861389 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974125470492197, 40.099334442497401 ], [ -74.974603119888599, 40.099965394393898 ], [ -74.974726671370703, 40.100143880167103 ], [ -74.974950587641899, 40.100057435063498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 918, "tnode_": 973, "lpoly_": null, "rpoly_": null, "length": 617.35243568, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TORREY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12499, "st_code": 77610, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TORREY RD", "stname": "TORREY RD", "objectid": 40598, "Shape__Length": 246.48685013732347 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970264591923595, 40.0979734287151 ], [ -74.970289067614402, 40.097731265810701 ], [ -74.970329825845795, 40.097529183375798 ], [ -74.970406637719705, 40.097352910733299 ], [ -74.970518148599993, 40.097155435944202 ], [ -74.971019195036007, 40.096401794627901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 711, "tnode_": 679, "lpoly_": null, "rpoly_": null, "length": 998.38345361000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 29500, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080199, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40599, "Shape__Length": 397.34837946449824 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971185147602398, 40.102242954036399 ], [ -74.970935242947903, 40.102299497103999 ], [ -74.970569471079301, 40.102373186327597 ], [ -74.970147524516094, 40.102432265868202 ], [ -74.969195753554004, 40.102540881784002 ], [ -74.967672286810895, 40.102709442278297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 679, "tnode_": 715, "lpoly_": null, "rpoly_": null, "length": 249.13487038000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3233, "r_f_add": 3200, "r_t_add": 3216, "st_code": 50390, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080200, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40600, "Shape__Length": 99.525008842775321 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967672286810895, 40.102709442278297 ], [ -74.967551732040803, 40.102031834877003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 715, "tnode_": 723, "lpoly_": null, "rpoly_": null, "length": 56.74117138, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3218, "r_t_add": 3220, "st_code": 50390, "l_hundred": 0, "r_hundred": 3200, "seg_id": 1080201, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40601, "Shape__Length": 22.666050002188019 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967551732040803, 40.102031834877003 ], [ -74.967517421520895, 40.101878318828298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 768, "tnode_": 761, "lpoly_": null, "rpoly_": null, "length": 453.54578658000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12714, "r_f_add": 12701, "r_t_add": 12727, "st_code": 55160, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080202, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40602, "Shape__Length": 180.48373860528008 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970019107675398, 40.100898896940102 ], [ -74.969556776434899, 40.100933821088397 ], [ -74.969128336010002, 40.100944959458303 ], [ -74.968676549519699, 40.100940173561398 ], [ -74.968400810195803, 40.100927777632101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 734, "tnode_": 768, "lpoly_": null, "rpoly_": null, "length": 301.23411979000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 13930, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080203, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATMORE RD", "stname": "ATMORE RD", "objectid": 40603, "Shape__Length": 120.30399528736429 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969703626376003, 40.101689532381002 ], [ -74.970019107675398, 40.100898896940102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 723, "tnode_": 769, "lpoly_": null, "rpoly_": null, "length": 388.75783148, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3235, "l_t_add": 3299, "r_f_add": 3222, "r_t_add": 3298, "st_code": 50390, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080204, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40604, "Shape__Length": 155.30952036981498 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967517421520895, 40.101878318828298 ], [ -74.967486074228304, 40.1014888253343 ], [ -74.967478277375406, 40.101288982639801 ], [ -74.967498484810804, 40.100812221992797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 761, "tnode_": 769, "lpoly_": null, "rpoly_": null, "length": 255.90618225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12716, "l_t_add": 12740, "r_f_add": 12729, "r_t_add": 12739, "st_code": 55160, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080205, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40605, "Shape__Length": 101.84446275507136 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968400810195803, 40.100927777632101 ], [ -74.967498484810804, 40.100812221992797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 778, "tnode_": 768, "lpoly_": null, "rpoly_": null, "length": 308.06521915000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12620, "l_t_add": 12698, "r_f_add": 0, "r_t_add": 0, "st_code": 55160, "l_hundred": 12600, "r_hundred": 0, "seg_id": 1080206, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40606, "Shape__Length": 122.61439546690974 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971091301024501, 40.100713653700097 ], [ -74.970996545070093, 40.100724387238202 ], [ -74.970839265832893, 40.100764971885503 ], [ -74.970604047034797, 40.100808792806298 ], [ -74.970328710808104, 40.1008550574116 ], [ -74.970123342119805, 40.1008756991152 ], [ -74.970019107675398, 40.100898896940102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 768, "tnode_": 801, "lpoly_": null, "rpoly_": null, "length": 334.52085117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ATMORE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 13930, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080207, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ATMORE RD", "stname": "ATMORE RD", "objectid": 40607, "Shape__Length": 133.44959050599556 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970019107675398, 40.100898896940102 ], [ -74.970237768555194, 40.100323684993199 ], [ -74.970278859096595, 40.100297034617597 ], [ -74.970631537139795, 40.100235335924403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 769, "tnode_": 803, "lpoly_": null, "rpoly_": null, "length": 259.7884176, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3315, "r_f_add": 3300, "r_t_add": 3312, "st_code": 50390, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080208, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40608, "Shape__Length": 103.77797375579355 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967498484810804, 40.100812221992797 ], [ -74.967543565525602, 40.100481084489999 ], [ -74.967621954774103, 40.1001056752445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 807, "tnode_": 778, "lpoly_": null, "rpoly_": null, "length": 474.78814797999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12618, "r_f_add": 12619, "r_t_add": 12699, "st_code": 55160, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080209, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40609, "Shape__Length": 189.06414303533398 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972631472647805, 40.100171070890703 ], [ -74.972241011680495, 40.100336021906699 ], [ -74.971808522844299, 40.100496745475198 ], [ -74.971288299347904, 40.100661459737303 ], [ -74.971091301024501, 40.100713653700097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 824, "tnode_": 807, "lpoly_": null, "rpoly_": null, "length": 259.87738338999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12536, "l_t_add": 12598, "r_f_add": 12601, "r_t_add": 12617, "st_code": 55160, "l_hundred": 12500, "r_hundred": 12600, "seg_id": 1080210, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40610, "Shape__Length": 103.54265900444042 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973398189505303, 40.099768265099797 ], [ -74.972631472647805, 40.100171070890703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 827, "tnode_": 803, "lpoly_": null, "rpoly_": null, "length": 667.27225352000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KENNY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 47390, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080211, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KENNY RD", "stname": "KENNY RD", "objectid": 40611, "Shape__Length": 265.78214835707536 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969517879963604, 40.099756594646401 ], [ -74.969555791076004, 40.099831499402598 ], [ -74.969553455619703, 40.099888444653601 ], [ -74.969384640293597, 40.1001586817207 ], [ -74.969327273319095, 40.100200045442399 ], [ -74.969228048515205, 40.100243959482697 ], [ -74.968629747016294, 40.100240173254903 ], [ -74.968125891377198, 40.100195918078498 ], [ -74.967621954774103, 40.1001056752445 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 803, "tnode_": 854, "lpoly_": null, "rpoly_": null, "length": 357.89866375999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3317, "l_t_add": 3399, "r_f_add": 3314, "r_t_add": 3398, "st_code": 50390, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080212, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40612, "Shape__Length": 142.93595512665053 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967621954774103, 40.1001056752445 ], [ -74.967767617505402, 40.099656420381201 ], [ -74.967973287692502, 40.099161513171801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 827, "tnode_": 854, "lpoly_": null, "rpoly_": null, "length": 483.42855321999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELNORA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 31490, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELNORA RD", "stname": "ELNORA RD", "objectid": 40613, "Shape__Length": 192.52106443697403 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969517879963604, 40.099756594646401 ], [ -74.967973287692502, 40.099161513171801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 854, "tnode_": 891, "lpoly_": null, "rpoly_": null, "length": 289.35391264999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3419, "r_f_add": 3400, "r_t_add": 3416, "st_code": 50390, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080214, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40614, "Shape__Length": 115.45509375863307 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967973287692502, 40.099161513171801 ], [ -74.968092852827198, 40.098966020452202 ], [ -74.968219921251304, 40.0988087785489 ], [ -74.968539357831105, 40.098501403312802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 864, "tnode_": 891, "lpoly_": null, "rpoly_": null, "length": 441.12337094999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CABELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 20730, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080215, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CABELL RD", "stname": "CABELL RD", "objectid": 40615, "Shape__Length": 175.70228684956575 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969907873256005, 40.099091125548398 ], [ -74.969662410361295, 40.099035322994503 ], [ -74.968539357831105, 40.098501403312802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 891, "tnode_": 905, "lpoly_": null, "rpoly_": null, "length": 296.92785419000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3421, "l_t_add": 3459, "r_f_add": 3418, "r_t_add": 3458, "st_code": 50390, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080216, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40616, "Shape__Length": 118.28014075676681 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968539357831105, 40.098501403312802 ], [ -74.968639987917697, 40.098457390554401 ], [ -74.968819530054702, 40.098339340992098 ], [ -74.968982702180597, 40.098251873967797 ], [ -74.969222228045396, 40.098160785123 ], [ -74.969442523235301, 40.098082119565802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 912, "tnode_": 864, "lpoly_": null, "rpoly_": null, "length": 524.08584373999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 67290, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080217, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMER RD", "stname": "RAMER RD", "objectid": 40617, "Shape__Length": 208.99453474056884 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971098848761699, 40.098106765844399 ], [ -74.970643007446199, 40.098804346644002 ], [ -74.970515580684093, 40.098915633235002 ], [ -74.970412462758404, 40.098978901012799 ], [ -74.9702346028688, 40.099048939613702 ], [ -74.970073260914603, 40.099079348223 ], [ -74.969907873256005, 40.099091125548398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 891, "tnode_": 914, "lpoly_": null, "rpoly_": null, "length": 497.9365976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CABELL", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12898, "r_f_add": 12801, "r_t_add": 12899, "st_code": 20730, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080218, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CABELL RD", "stname": "CABELL RD", "objectid": 40618, "Shape__Length": 198.35554982506633 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968539357831105, 40.098501403312802 ], [ -74.967108496837497, 40.097800380976103 ], [ -74.967028370500699, 40.097784798102801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 905, "tnode_": 918, "lpoly_": null, "rpoly_": null, "length": 233.98600147, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3461, "l_t_add": 3499, "r_f_add": 3460, "r_t_add": 3498, "st_code": 50390, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080219, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER RD", "stname": "LESTER RD", "objectid": 40619, "Shape__Length": 93.119322741623236 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969442523235301, 40.098082119565802 ], [ -74.969646810023406, 40.098039220985797 ], [ -74.969910332686794, 40.097998196137297 ], [ -74.970264591923595, 40.0979734287151 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 711, "tnode_": 29034, "lpoly_": null, "rpoly_": null, "length": 273.41124259000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 29490, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080220, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY PL", "stname": "DUNKS FERRY PL", "objectid": 40620, "Shape__Length": 109.11862769665679 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971185147602398, 40.102242954036399 ], [ -74.970945699881796, 40.101668685372601 ], [ -74.970913021086801, 40.101670340912698 ], [ -74.970759188847794, 40.101702409014301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 715, "tnode_": 723, "lpoly_": null, "rpoly_": null, "length": 387.97337743999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LESTER", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 50388, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080221, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LESTER PL", "stname": "LESTER PL", "objectid": 40621, "Shape__Length": 154.48910680051554 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967551732040803, 40.102031834877003 ], [ -74.966965135610096, 40.102096677143898 ], [ -74.966935595901106, 40.1019393107672 ], [ -74.967517421520895, 40.101878318828298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 671, "tnode_": 644, "lpoly_": null, "rpoly_": null, "length": 1560.8555006399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12840, "l_t_add": 12898, "r_f_add": 12841, "r_t_add": 12899, "st_code": 29500, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080222, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40622, "Shape__Length": 621.2058828468239 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966669216726501, 40.102818070057303 ], [ -74.963174747509498, 40.103155248337799 ], [ -74.963002723530394, 40.103184427849797 ], [ -74.962795350889195, 40.103228313453997 ], [ -74.962341539784205, 40.1033507106646 ], [ -74.962197982491602, 40.103391696680397 ], [ -74.962084446634293, 40.103406729773504 ], [ -74.961169278858307, 40.103453438402603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 679, "tnode_": 671, "lpoly_": null, "rpoly_": null, "length": 283.371714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12838, "r_f_add": 12801, "r_t_add": 12839, "st_code": 29500, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080223, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40623, "Shape__Length": 112.77486108072101 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967672286810895, 40.102709442278297 ], [ -74.966669216726501, 40.102818070057303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 769, "tnode_": 780, "lpoly_": null, "rpoly_": null, "length": 259.32180003999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12742, "l_t_add": 12798, "r_f_add": 12741, "r_t_add": 12799, "st_code": 55160, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080224, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40624, "Shape__Length": 103.23415754338302 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967498484810804, 40.100812221992797 ], [ -74.966620129568796, 40.100584663263596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 782, "tnode_": 800, "lpoly_": null, "rpoly_": null, "length": 250.68301348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TETON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3529, "r_f_add": 3500, "r_t_add": 3518, "st_code": 76990, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080225, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TETON RD", "stname": "TETON RD", "objectid": 40625, "Shape__Length": 99.934826867873255 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962668328589999, 40.100594685918303 ], [ -74.963327863858595, 40.100128819192904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 818, "tnode_": 800, "lpoly_": null, "rpoly_": null, "length": 649.76988801000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLINS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12712, "l_t_add": 12798, "r_f_add": 12717, "r_t_add": 12799, "st_code": 43090, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080226, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLINS RD", "stname": "HOLLINS RD", "objectid": 40626, "Shape__Length": 258.84750247189345 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965283432361204, 40.099900651987198 ], [ -74.9646571623868, 40.1003249238629 ], [ -74.964485598618197, 40.100389044827701 ], [ -74.964328477769101, 40.1004262040138 ], [ -74.964056589198407, 40.100443512764798 ], [ -74.963778621962405, 40.100392395677602 ], [ -74.963581716245699, 40.100315931196803 ], [ -74.963421460675306, 40.100213045041698 ], [ -74.963327863858595, 40.100128819192904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 780, "tnode_": 818, "lpoly_": null, "rpoly_": null, "length": 454.01105896000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12818, "r_f_add": 12801, "r_t_add": 12813, "st_code": 55160, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080227, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40627, "Shape__Length": 180.88938986353685 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966620129568796, 40.100584663263596 ], [ -74.966197433129807, 40.1004356308704 ], [ -74.965928802271506, 40.100333424550797 ], [ -74.965639616390405, 40.1001626680779 ], [ -74.965283432361204, 40.099900651987198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 836, "tnode_": 818, "lpoly_": null, "rpoly_": null, "length": 286.57679683000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOLLINS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12710, "r_f_add": 12701, "r_t_add": 12715, "st_code": 43090, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080228, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOLLINS RD", "stname": "HOLLINS RD", "objectid": 40628, "Shape__Length": 114.26950958675705 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965994599564496, 40.099334428984498 ], [ -74.965283432361204, 40.099900651987198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 818, "tnode_": 859, "lpoly_": null, "rpoly_": null, "length": 368.89506831, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12820, "l_t_add": 12844, "r_f_add": 12815, "r_t_add": 12825, "st_code": 55160, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080229, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40629, "Shape__Length": 147.26748596346397 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965283432361204, 40.099900651987198 ], [ -74.965130929709105, 40.099721906459799 ], [ -74.964987780227005, 40.099527262611602 ], [ -74.964855473581295, 40.099285086578497 ], [ -74.964741410372994, 40.098984807903399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 800, "tnode_": 898, "lpoly_": null, "rpoly_": null, "length": 722.30372851000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3595, "r_f_add": 3500, "r_t_add": 3528, "st_code": 80190, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080230, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINTON RD", "stname": "VINTON RD", "objectid": 40630, "Shape__Length": 288.40774991693655 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963327863858595, 40.100128819192904 ], [ -74.963168549601207, 40.099985013436303 ], [ -74.963041346083202, 40.099835133244802 ], [ -74.962954112578501, 40.099686221927001 ], [ -74.962878425045403, 40.099472727624303 ], [ -74.962862434585205, 40.0992128858977 ], [ -74.962859486816598, 40.098960188710997 ], [ -74.962884541888997, 40.098783274876197 ], [ -74.962940543863795, 40.098610525491097 ], [ -74.963027069580306, 40.098452171852202 ], [ -74.963146166079596, 40.098285642084697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 859, "tnode_": 920, "lpoly_": null, "rpoly_": null, "length": 437.6559837, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12846, "l_t_add": 12898, "r_f_add": 12827, "r_t_add": 12899, "st_code": 55160, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080231, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40631, "Shape__Length": 174.83705580578496 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964741410372994, 40.098984807903399 ], [ -74.964716149011807, 40.098782723280898 ], [ -74.964696085593303, 40.097784442726102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 921, "tnode_": 920, "lpoly_": null, "rpoly_": null, "length": 238.60638343, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 80190, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080232, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINTON RD", "stname": "VINTON RD", "objectid": 40632, "Shape__Length": 94.945140202704849 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965548942397902, 40.097791500158799 ], [ -74.964696085593303, 40.097784442726102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 749, "tnode_": 780, "lpoly_": null, "rpoly_": null, "length": 380.60938803, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GURLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 39090, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080233, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GURLEY RD", "stname": "GURLEY RD", "objectid": 40633, "Shape__Length": 151.97483672533974 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966396827244296, 40.101423774311897 ], [ -74.966407052483703, 40.101465775756502 ], [ -74.966584948078193, 40.101447310229403 ], [ -74.966569309284694, 40.101151481912297 ], [ -74.966620129568796, 40.100584663263596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 898, "tnode_": 903, "lpoly_": null, "rpoly_": null, "length": 110.19885575000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TETON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3579, "l_t_add": 3599, "r_f_add": 3586, "r_t_add": 3598, "st_code": 76990, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080234, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TETON RD", "stname": "TETON RD", "objectid": 40634, "Shape__Length": 43.92497565721856 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963146166079596, 40.098285642084697 ], [ -74.962849497951893, 40.098086631980401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 992, "tnode_": 994, "lpoly_": null, "rpoly_": null, "length": 96.95609279, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12622, "l_t_add": 12622, "r_f_add": 0, "r_t_add": 0, "st_code": 58770, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080235, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40635, "Shape__Length": 38.58324081478186 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966071677885694, 40.0956585682992 ], [ -74.965729884142803, 40.095614570808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 994, "tnode_": 1002, "lpoly_": null, "rpoly_": null, "length": 249.01231202000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12624, "l_t_add": 12698, "r_f_add": 12619, "r_t_add": 12699, "st_code": 58770, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080237, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40636, "Shape__Length": 99.156612080285555 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965729884142803, 40.095614570808102 ], [ -74.965595603874206, 40.095583733795699 ], [ -74.965406895179996, 40.0955330341001 ], [ -74.965208488516197, 40.095460392313903 ], [ -74.9649296611057, 40.095324555862497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 996, "tnode_": 29992, "lpoly_": null, "rpoly_": null, "length": 273.35190954000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GRAYTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 38350, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080239, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-23T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GRAYTON PL", "stname": "GRAYTON PL", "objectid": 40637, "Shape__Length": 109.05385378391703 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967149103025605, 40.095576511539797 ], [ -74.966870658187005, 40.095314951788303 ], [ -74.966765651865003, 40.0953062559893 ], [ -74.966730186429203, 40.095334164912998 ], [ -74.966696288473102, 40.095412518645702 ], [ -74.966649323576306, 40.095619253384598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1014, "tnode_": 996, "lpoly_": null, "rpoly_": null, "length": 254.5997957, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12608, "r_f_add": 0, "r_t_add": 0, "st_code": 58770, "l_hundred": 12600, "r_hundred": 0, "seg_id": 1080240, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40638, "Shape__Length": 101.38789332455315 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967958275260003, 40.0952725994918 ], [ -74.967820377890206, 40.095352691367701 ], [ -74.967625772276307, 40.095445664551903 ], [ -74.967392784533601, 40.095526854916102 ], [ -74.967149103025605, 40.095576511539797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1002, "tnode_": 1023, "lpoly_": null, "rpoly_": null, "length": 130.25081365, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3713, "r_f_add": 3700, "r_t_add": 3712, "st_code": 55120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080241, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40639, "Shape__Length": 51.92384660346881 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9649296611057, 40.095324555862497 ], [ -74.964592106245505, 40.095078306449302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1023, "tnode_": 1032, "lpoly_": null, "rpoly_": null, "length": 144.48396884000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3715, "l_t_add": 3759, "r_f_add": 3714, "r_t_add": 3758, "st_code": 55120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080242, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40640, "Shape__Length": 57.586850411490104 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964592106245505, 40.095078306449302 ], [ -74.964201133668595, 40.094819170035301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1038, "tnode_": 1014, "lpoly_": null, "rpoly_": null, "length": 290.69805328999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 12601, "r_t_add": 12617, "st_code": 58770, "l_hundred": 0, "r_hundred": 12600, "seg_id": 1080243, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40641, "Shape__Length": 115.85093619928327 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968763418767693, 40.094768169963601 ], [ -74.967958275260003, 40.0952725994918 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1041, "tnode_": 994, "lpoly_": null, "rpoly_": null, "length": 312.17740397999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 35150, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080244, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIAR RD", "stname": "FRIAR RD", "objectid": 40642, "Shape__Length": 124.66248031518887 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966054034895905, 40.094796151951897 ], [ -74.966017782650496, 40.094853193991199 ], [ -74.965786014333403, 40.095506942935401 ], [ -74.965729884142803, 40.095614570808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1062, "tnode_": 1038, "lpoly_": null, "rpoly_": null, "length": 251.55324583000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12578, "l_t_add": 12598, "r_f_add": 12579, "r_t_add": 12599, "st_code": 58770, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080245, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40643, "Shape__Length": 100.24587456269707 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969466167621505, 40.094337404209199 ], [ -74.968763418767693, 40.094768169963601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1075, "tnode_": 1062, "lpoly_": null, "rpoly_": null, "length": 236.99910853, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12560, "l_t_add": 12576, "r_f_add": 12551, "r_t_add": 12577, "st_code": 58770, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080246, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40644, "Shape__Length": 94.455480425626263 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970113329904393, 40.093917603234402 ], [ -74.969466167621505, 40.094337404209199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1038, "tnode_": 1084, "lpoly_": null, "rpoly_": null, "length": 578.53029263000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3637, "l_t_add": 3699, "r_f_add": 3636, "r_t_add": 3698, "st_code": 11200, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080247, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40645, "Shape__Length": 230.69715634910492 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968763418767693, 40.094768169963601 ], [ -74.967382486460806, 40.093586069154703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1117, "tnode_": 1085, "lpoly_": null, "rpoly_": null, "length": 275.94109872999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12526, "l_t_add": 12550, "r_f_add": 12519, "r_t_add": 12549, "st_code": 58770, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080248, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40646, "Shape__Length": 110.16966285185909 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970636108896599, 40.093042867435202 ], [ -74.970597471562698, 40.093217255460303 ], [ -74.970540496990594, 40.093380060144199 ], [ -74.970423447396399, 40.093576824236003 ], [ -74.970298688260002, 40.093747445543002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1117, "tnode_": 1081, "lpoly_": null, "rpoly_": null, "length": 662.43420845000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VADER", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 79580, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080249, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VADER DR", "stname": "VADER DR", "objectid": 40647, "Shape__Length": 263.82081243038903 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970636108896599, 40.093042867435202 ], [ -74.970424922851507, 40.0930295846033 ], [ -74.970085866093896, 40.093018165812502 ], [ -74.969404059891801, 40.093085376359198 ], [ -74.969045878427096, 40.093131438873201 ], [ -74.968955170384305, 40.093196849012998 ], [ -74.968768943081201, 40.093392032449302 ], [ -74.9686722620974, 40.093553781887699 ], [ -74.9686385091223, 40.093621699820503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1106, "tnode_": 1119, "lpoly_": null, "rpoly_": null, "length": 133.9311132, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERRUN", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 27950, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080250, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERRUN PL", "stname": "DEERRUN PL", "objectid": 40648, "Shape__Length": 53.495419148445251 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972183023233299, 40.093383501037401 ], [ -74.972212276077599, 40.093294919990598 ], [ -74.9722346920164, 40.093157032952 ], [ -74.972232782621802, 40.0930197285725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1139, "tnode_": 1073, "lpoly_": null, "rpoly_": null, "length": 792.3499996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BISCAYNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 17710, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080251, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BISCAYNE DR", "stname": "BISCAYNE DR", "objectid": 40649, "Shape__Length": 316.01498480869975 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966185640708403, 40.092329822782602 ], [ -74.965742364891994, 40.092573364698197 ], [ -74.965440129278605, 40.092725779371897 ], [ -74.965379247208205, 40.092763409257998 ], [ -74.965360656725295, 40.092839066189597 ], [ -74.965394364551003, 40.092923125646898 ], [ -74.965446538286599, 40.093010010349801 ], [ -74.965558243325802, 40.093155417330301 ], [ -74.965778755633394, 40.093441404878803 ], [ -74.9661819700476, 40.093946692725901 ], [ -74.966248129509907, 40.093986145374998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1084, "tnode_": 1139, "lpoly_": null, "rpoly_": null, "length": 570.44282666000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3727, "r_f_add": 3700, "r_t_add": 3728, "st_code": 11200, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080252, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40650, "Shape__Length": 227.55233375054502 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967382486460806, 40.093586069154703 ], [ -74.9671413100086, 40.093375423310398 ], [ -74.966886552223698, 40.0931328538041 ], [ -74.966754089918993, 40.0929854416975 ], [ -74.966610102828895, 40.0928188386561 ], [ -74.966469773718401, 40.092638139317501 ], [ -74.966306979062495, 40.092404887649799 ], [ -74.966185640708403, 40.092329822782602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1142, "tnode_": 1135, "lpoly_": null, "rpoly_": null, "length": 311.78852805999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 48015, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080253, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS PL", "stname": "KNIGHTS PL", "objectid": 40651, "Shape__Length": 124.37147264670229 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964413866982198, 40.092334991007803 ], [ -74.964635027647702, 40.092626606737497 ], [ -74.964434209203304, 40.092719357226699 ], [ -74.964211568356404, 40.092427287128203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1144, "tnode_": 1117, "lpoly_": null, "rpoly_": null, "length": 281.29982468000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12524, "r_f_add": 12501, "r_t_add": 12517, "st_code": 58770, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080254, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40652, "Shape__Length": 112.35132252843121 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970507444376594, 40.092284146235897 ], [ -74.970607879534199, 40.092554336999001 ], [ -74.9706494277129, 40.092767813216902 ], [ -74.970647551212394, 40.092915854330897 ], [ -74.970636108896599, 40.093042867435202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1163, "tnode_": 1139, "lpoly_": null, "rpoly_": null, "length": 274.2022231, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BISCAYNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12560, "l_t_add": 12598, "r_f_add": 12569, "r_t_add": 12599, "st_code": 17710, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080255, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BISCAYNE DR", "stname": "BISCAYNE DR", "objectid": 40653, "Shape__Length": 109.28348096279912 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966928292514893, 40.091838650825103 ], [ -74.966185640708403, 40.092329822782602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1183, "tnode_": 1142, "lpoly_": null, "rpoly_": null, "length": 444.98500363, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12620, "r_f_add": 12601, "r_t_add": 12621, "st_code": 48020, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080258, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40654, "Shape__Length": 177.27502679108295 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9657249271702, 40.0916446439551 ], [ -74.965422837121096, 40.091819610459297 ], [ -74.965113963612495, 40.091990278637802 ], [ -74.964413866982198, 40.092334991007803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1195, "tnode_": 1171, "lpoly_": null, "rpoly_": null, "length": 218.78051773, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12448, "l_t_add": 12456, "r_f_add": 12449, "r_t_add": 12457, "st_code": 58770, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080259, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40655, "Shape__Length": 87.23615495252298 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969457801057104, 40.091250577860897 ], [ -74.969983766119896, 40.0916949976003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1199, "tnode_": 1183, "lpoly_": null, "rpoly_": null, "length": 267.68803264999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12528, "l_t_add": 12598, "r_f_add": 12527, "r_t_add": 12599, "st_code": 48020, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080260, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40656, "Shape__Length": 106.691706192476 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966441570734702, 40.091157785807503 ], [ -74.9657249271702, 40.0916446439551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1217, "tnode_": 1199, "lpoly_": null, "rpoly_": null, "length": 111.36537354000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12526, "l_t_add": 12526, "r_f_add": 12525, "r_t_add": 12525, "st_code": 48020, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080262, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40657, "Shape__Length": 44.390925107180358 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966732711529502, 40.090949319186201 ], [ -74.966441570734702, 40.091157785807503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1217, "tnode_": 1199, "lpoly_": null, "rpoly_": null, "length": 327.94265366000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 48030, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080263, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS TER", "stname": "KNIGHTS TER", "objectid": 40658, "Shape__Length": 130.7457130247781 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966732711529502, 40.090949319186201 ], [ -74.966995127750906, 40.091175590489598 ], [ -74.966710455034402, 40.091376133579402 ], [ -74.966441570734702, 40.091157785807503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 992, "tnode_": 994, "lpoly_": null, "rpoly_": null, "length": 459.98932745000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRIAR", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12600, "l_t_add": 12698, "r_f_add": 12601, "r_t_add": 12699, "st_code": 35145, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080265, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRIAR PL", "stname": "FRIAR PL", "objectid": 40659, "Shape__Length": 183.57370899575662 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966071677885694, 40.0956585682992 ], [ -74.965911854417499, 40.096142219974098 ], [ -74.965574340707803, 40.096101483094998 ], [ -74.965729884142803, 40.095614570808102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 975, "tnode_": 1002, "lpoly_": null, "rpoly_": null, "length": 334.20163622000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12906, "l_t_add": 12998, "r_f_add": 12907, "r_t_add": 12999, "st_code": 55160, "l_hundred": 12900, "r_hundred": 12900, "seg_id": 1080266, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40660, "Shape__Length": 133.45117055124592 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964673647159501, 40.096191879639001 ], [ -74.964670173297407, 40.095772757073902 ], [ -74.9646917975858, 40.095654249344904 ], [ -74.964759982707207, 40.095524000649803 ], [ -74.9649296611057, 40.095324555862497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1032, "tnode_": 1040, "lpoly_": null, "rpoly_": null, "length": 97.39015001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3761, "l_t_add": 3761, "r_f_add": 3760, "r_t_add": 3760, "st_code": 55120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080267, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40661, "Shape__Length": 38.82097226135766 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964201133668595, 40.094819170035301 ], [ -74.963944284581103, 40.094638718158102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1040, "tnode_": 1055, "lpoly_": null, "rpoly_": null, "length": 141.26442936000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3763, "l_t_add": 3763, "r_f_add": 0, "r_t_add": 0, "st_code": 55120, "l_hundred": 3700, "r_hundred": 0, "seg_id": 1080268, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40662, "Shape__Length": 56.306897820076507 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963944284581103, 40.094638718158102 ], [ -74.963567509774904, 40.094380557026099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1055, "tnode_": 1068, "lpoly_": null, "rpoly_": null, "length": 171.36640227000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3765, "l_t_add": 3765, "r_f_add": 3762, "r_t_add": 3764, "st_code": 55120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080269, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40663, "Shape__Length": 68.303905008284659 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963567509774904, 40.094380557026099 ], [ -74.963108747292395, 40.094068856476603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1068, "tnode_": 1070, "lpoly_": null, "rpoly_": null, "length": 85.78498715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3767, "l_t_add": 3799, "r_f_add": 3766, "r_t_add": 3798, "st_code": 55120, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080270, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40664, "Shape__Length": 34.193568822496729 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963108747292395, 40.094068856476603 ], [ -74.962880870601296, 40.093911292521 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1070, "tnode_": 1099, "lpoly_": null, "rpoly_": null, "length": 508.29188503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERDA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12701, "l_t_add": 12799, "r_f_add": 12700, "r_t_add": 12798, "st_code": 79950, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080271, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VERDA DR", "stname": "VERDA DR", "objectid": 40665, "Shape__Length": 202.45236621855571 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962880870601296, 40.093911292521 ], [ -74.964443406891903, 40.0931993932859 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1135, "tnode_": 1091, "lpoly_": null, "rpoly_": null, "length": 675.98073687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 48020, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080272, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40666, "Shape__Length": 269.27353346293683 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964211568356404, 40.092427287128203 ], [ -74.963848438957001, 40.092592601212502 ], [ -74.962678379932797, 40.093136411872997 ], [ -74.9621791466855, 40.093426965822097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1142, "tnode_": 1135, "lpoly_": null, "rpoly_": null, "length": 65.83221061, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 48020, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080273, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40667, "Shape__Length": 26.2205332566534 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964413866982198, 40.092334991007803 ], [ -74.964211568356404, 40.092427287128203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1036, "tnode_": 993, "lpoly_": null, "rpoly_": null, "length": 437.7199303, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1901, "l_t_add": 1999, "r_f_add": 1900, "r_t_add": 1998, "st_code": 35005, "l_hundred": 1900, "r_hundred": 1900, "seg_id": 1080274, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2007-08-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 40668, "Shape__Length": 174.55458029367603 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.958771711043596, 40.094555110810099 ], [ -74.959807243220396, 40.0954558553534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1207, "tnode_": 1112, "lpoly_": null, "rpoly_": null, "length": 973.02841618000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 601, "l_t_add": 799, "r_f_add": 600, "r_t_add": 798, "st_code": 35005, "l_hundred": 600, "r_hundred": 600, "seg_id": 1080275, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 40669, "Shape__Length": 388.14425965580415 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963616263364202, 40.090796948298397 ], [ -74.963567392360503, 40.091048001025399 ], [ -74.963496602502303, 40.091281308278099 ], [ -74.963406321431506, 40.0914570653933 ], [ -74.963225663192105, 40.091704495936199 ], [ -74.963017052273301, 40.091887456999501 ], [ -74.962472625349307, 40.092270751309499 ], [ -74.962314590568994, 40.092415575173703 ], [ -74.962112503118306, 40.092623039914599 ], [ -74.961897329666002, 40.092812490736698 ], [ -74.961692167641701, 40.092927647214701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1020, "tnode_": 993, "lpoly_": null, "rpoly_": null, "length": 210.92704073, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12852, "l_t_add": 12874, "r_f_add": 12851, "r_t_add": 12875, "st_code": 48020, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080277, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40670, "Shape__Length": 84.119323888496893 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.960297120034497, 40.0950157202317 ], [ -74.959807243220396, 40.0954558553534 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1061, "tnode_": 1020, "lpoly_": null, "rpoly_": null, "length": 417.55961385000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12812, "l_t_add": 12850, "r_f_add": 12811, "r_t_add": 12849, "st_code": 48020, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080278, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40671, "Shape__Length": 166.53356292421358 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.961250628009793, 40.094133888325601 ], [ -74.960297120034497, 40.0950157202317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1091, "tnode_": 1061, "lpoly_": null, "rpoly_": null, "length": 366.47708926999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12810, "r_f_add": 12801, "r_t_add": 12809, "st_code": 48020, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080279, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40672, "Shape__Length": 146.10351894896104 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9621791466855, 40.093426965822097 ], [ -74.961861788122903, 40.093630888413998 ], [ -74.961476377458993, 40.093935023019199 ], [ -74.961250628009793, 40.094133888325601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1255, "tnode_": 1217, "lpoly_": null, "rpoly_": null, "length": 502.61732777999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12524, "r_f_add": 12501, "r_t_add": 12523, "st_code": 48020, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080280, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40673, "Shape__Length": 200.33858410364383 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968056153589302, 40.0900163229703 ], [ -74.966732711529502, 40.090949319186201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1255, "tnode_": 1228, "lpoly_": null, "rpoly_": null, "length": 261.66038036000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12402, "r_f_add": 12401, "r_t_add": 12403, "st_code": 58770, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080281, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40674, "Shape__Length": 104.34337384882713 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968056153589302, 40.0900163229703 ], [ -74.968665946981901, 40.090560917375299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 993, "tnode_": 943, "lpoly_": null, "rpoly_": null, "length": 604.17235446999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KNIGHTS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12876, "l_t_add": 12898, "r_f_add": 12877, "r_t_add": 12899, "st_code": 48020, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080282, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-05-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KNIGHTS RD", "stname": "KNIGHTS RD", "objectid": 40675, "Shape__Length": 241.09839853973472 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.959807243220396, 40.0954558553534 ], [ -74.9594935101467, 40.095769745790797 ], [ -74.959236423200593, 40.096138912035201 ], [ -74.958696328790495, 40.096874151846798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1168, "tnode_": 1193, "lpoly_": null, "rpoly_": null, "length": 263.37670732000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 3500, "r_t_add": 3516, "st_code": 59580, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080286, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40676, "Shape__Length": 105.02192909179058 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981851183991196, 40.092167360126901 ], [ -74.9812229544453, 40.091628917355102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1193, "tnode_": 1201, "lpoly_": null, "rpoly_": null, "length": 130.85765653, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3605, "r_f_add": 3518, "r_t_add": 3598, "st_code": 59580, "l_hundred": 3600, "r_hundred": 3500, "seg_id": 1080287, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40677, "Shape__Length": 52.186439164923371 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9812229544453, 40.091628917355102 ], [ -74.980923059125502, 40.091353261558602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1201, "tnode_": 1224, "lpoly_": null, "rpoly_": null, "length": 184.96171089000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3607, "l_t_add": 3617, "r_f_add": 3600, "r_t_add": 3608, "st_code": 59580, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080288, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40678, "Shape__Length": 73.754445614900661 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980923059125502, 40.091353261558602 ], [ -74.9804843257524, 40.0909734519458 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1215, "tnode_": 1236, "lpoly_": null, "rpoly_": null, "length": 294.47970421999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12088, "l_t_add": 12098, "r_f_add": 12081, "r_t_add": 12099, "st_code": 49960, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080289, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 40679, "Shape__Length": 117.41755434880037 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978463277253397, 40.091211170119102 ], [ -74.977752298386307, 40.090615104559703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1201, "tnode_": 1260, "lpoly_": null, "rpoly_": null, "length": 924.85164605, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SALINA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 70760, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080290, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SALINA RD", "stname": "SALINA RD", "objectid": 40680, "Shape__Length": 368.81133440393444 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980923059125502, 40.091353261558602 ], [ -74.981109679253805, 40.091249980450101 ], [ -74.981233945806295, 40.091169583608199 ], [ -74.981317826707098, 40.091090597201799 ], [ -74.981371786312707, 40.090984681593099 ], [ -74.981394560064601, 40.090882779657697 ], [ -74.981392151489203, 40.090789801760401 ], [ -74.981052339688901, 40.089995370914501 ], [ -74.981008380569307, 40.0899323653449 ], [ -74.980933821854904, 40.089859092000303 ], [ -74.980790402315506, 40.089800838391902 ], [ -74.980648819294004, 40.089773601249902 ], [ -74.980511586878606, 40.089791738405196 ], [ -74.979951741488406, 40.0900072326898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1233, "tnode_": 1260, "lpoly_": null, "rpoly_": null, "length": 333.47263986000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3619, "l_t_add": 3637, "r_f_add": 3614, "r_t_add": 3638, "st_code": 59580, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080291, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40681, "Shape__Length": 133.13016665113216 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980393047608601, 40.090856509753003 ], [ -74.980099342354194, 40.090239256346102 ], [ -74.979951741488406, 40.0900072326898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1236, "tnode_": 1244, "lpoly_": null, "rpoly_": null, "length": 123.29913392, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 80990, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080292, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE PL", "stname": "WALDEMIRE PL", "objectid": 40682, "Shape__Length": 49.167292984793868 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977752298386307, 40.090615104559703 ], [ -74.977462607276195, 40.090360041424297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1165, "tnode_": 1166, "lpoly_": null, "rpoly_": null, "length": 310.3833371, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 49940, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080295, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION PL", "stname": "LEGION PL", "objectid": 40683, "Shape__Length": 123.89553789805342 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980061683098995, 40.092193172413097 ], [ -74.980042309363, 40.092546586434899 ], [ -74.979844352443195, 40.092532285393403 ], [ -74.979877700184304, 40.092187633126798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1165, "tnode_": 1166, "lpoly_": null, "rpoly_": null, "length": 51.51426518, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 12027, "r_t_add": 12027, "st_code": 49960, "l_hundred": 0, "r_hundred": 12000, "seg_id": 1080296, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 40684, "Shape__Length": 20.496739518753191 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980061683098995, 40.092193172413097 ], [ -74.979877700184304, 40.092187633126798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1166, "tnode_": 1169, "lpoly_": null, "rpoly_": null, "length": 64.47955474, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12024, "l_t_add": 12086, "r_f_add": 12029, "r_t_add": 12079, "st_code": 49960, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080297, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 40685, "Shape__Length": 25.665226078774026 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979877700184304, 40.092187633126798 ], [ -74.979658853268305, 40.0921321423845 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1222, "tnode_": 1150, "lpoly_": null, "rpoly_": null, "length": 621.32755978, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ABBY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 11090, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080298, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ABBY RD", "stname": "ABBY RD", "objectid": 40686, "Shape__Length": 247.79693666731981 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979004178239194, 40.091000077402697 ], [ -74.979079467797504, 40.0911725204761 ], [ -74.979453800783702, 40.0914950162731 ], [ -74.979502111039494, 40.091547252324403 ], [ -74.979517633759301, 40.091616308572299 ], [ -74.979494357357197, 40.091680907388003 ], [ -74.979244844705207, 40.091895027758 ], [ -74.9786729670151, 40.0923084171407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1236, "tnode_": 1219, "lpoly_": null, "rpoly_": null, "length": 229.270877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALDEMIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12040, "l_t_add": 12098, "r_f_add": 12041, "r_t_add": 12099, "st_code": 80980, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080299, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALDEMIRE DR", "stname": "WALDEMIRE DR", "objectid": 40687, "Shape__Length": 91.391080397093162 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977752298386307, 40.090615104559703 ], [ -74.977156970044504, 40.091047592043999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1224, "tnode_": 1233, "lpoly_": null, "rpoly_": null, "length": 426.18640557999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAVENDER", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 49500, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080300, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAVENDER PL", "stname": "LAVENDER PL", "objectid": 40688, "Shape__Length": 169.86218693291929 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9804843257524, 40.0909734519458 ], [ -74.979990796131503, 40.091301647023698 ], [ -74.979867623361002, 40.091203375430297 ], [ -74.980393047608601, 40.090856509753003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 850, "tnode_": 840, "lpoly_": null, "rpoly_": null, "length": 105.68589909000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 39980, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080301, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40689, "Shape__Length": 42.148967682226242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008644703856305, 40.100220391660798 ], [ -75.008894577257294, 40.100437989476902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 850, "tnode_": 855, "lpoly_": null, "rpoly_": null, "length": 63.06667942, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 39980, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080302, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40690, "Shape__Length": 25.153541524363252 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008644703856305, 40.100220391660798 ], [ -75.008498659374794, 40.100088505499698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 855, "tnode_": 866, "lpoly_": null, "rpoly_": null, "length": 58.78745033, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 39980, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080303, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40691, "Shape__Length": 23.444413520499772 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008498659374794, 40.100088505499698 ], [ -75.008358443830105, 40.099968303410598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 866, "tnode_": 872, "lpoly_": null, "rpoly_": null, "length": 59.31525523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 39980, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080304, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40692, "Shape__Length": 23.653118308425878 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008358443830105, 40.099968303410598 ], [ -75.008214025931693, 40.099849085787099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 616, "tnode_": 626, "lpoly_": null, "rpoly_": null, "length": 63.13772156, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2600, "l_t_add": 2650, "r_f_add": 2601, "r_t_add": 2649, "st_code": 24460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080305, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40693, "Shape__Length": 25.181197956042443 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001798484983993, 40.104939821769797 ], [ -75.001648063974699, 40.104810600228802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 626, "tnode_": 630, "lpoly_": null, "rpoly_": null, "length": 61.18510708, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2652, "l_t_add": 2680, "r_f_add": 2651, "r_t_add": 2681, "st_code": 24460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080306, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40694, "Shape__Length": 24.400820264578233 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001648063974699, 40.104810600228802 ], [ -75.0014996321609, 40.104687233364302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 630, "tnode_": 636, "lpoly_": null, "rpoly_": null, "length": 56.05274417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2682, "l_t_add": 2698, "r_f_add": 2683, "r_t_add": 2699, "st_code": 24460, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080307, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40695, "Shape__Length": 22.357454440369189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0014996321609, 40.104687233364302 ], [ -75.001369620222206, 40.104570146443102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 454, "tnode_": 457, "lpoly_": null, "rpoly_": null, "length": 64.14458233, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORNIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43550, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1080308, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORNIG RD", "stname": "HORNIG RD", "objectid": 40696, "Shape__Length": 25.588460790145277 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991014133195193, 40.112365843802699 ], [ -74.990866354312601, 40.1122311912615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 457, "tnode_": 459, "lpoly_": null, "rpoly_": null, "length": 59.82980369, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORNIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43550, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080309, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HORNIG RD", "stname": "HORNIG RD", "objectid": 40697, "Shape__Length": 23.863756459258202 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990866354312601, 40.1122311912615 ], [ -74.990722603816295, 40.112109566345197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 881, "tnode_": 860, "lpoly_": null, "rpoly_": null, "length": 189.26546857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 77200, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080313, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40698, "Shape__Length": 75.44946023729895 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9868645853131, 40.099155695882402 ], [ -74.986366474738105, 40.099507283287402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 913, "tnode_": 831, "lpoly_": null, "rpoly_": null, "length": 996.18681082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JOSEPH KELLY", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11701, "l_t_add": 11799, "r_f_add": 11700, "r_t_add": 11798, "st_code": 46310, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080314, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-08-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JOSEPH KELLY TER", "stname": "JOSEPH KELLY TER", "objectid": 40699, "Shape__Length": 397.09915528548009 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994688713785706, 40.098523849241801 ], [ -74.992028711046203, 40.100341952137903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 649, "tnode_": 688, "lpoly_": null, "rpoly_": null, "length": 420.3326615, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2901, "l_t_add": 2967, "r_f_add": 2900, "r_t_add": 2966, "st_code": 73480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080315, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40700, "Shape__Length": 167.64265259364274 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983395369807994, 40.103693441163699 ], [ -74.982403399661706, 40.1028267523305 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 688, "tnode_": 710, "lpoly_": null, "rpoly_": null, "length": 174.09461077, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2969, "l_t_add": 2999, "r_f_add": 2968, "r_t_add": 2998, "st_code": 73480, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080316, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40701, "Shape__Length": 69.438002067090267 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982403399661706, 40.1028267523305 ], [ -74.981999342599593, 40.102463264069399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 935, "tnode_": 919, "lpoly_": null, "rpoly_": null, "length": 209.85512402999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 15840, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080317, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40702, "Shape__Length": 83.654389074530116 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984347239709905, 40.097822912372102 ], [ -74.983792807533106, 40.098210948785599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 975, "tnode_": 974, "lpoly_": null, "rpoly_": null, "length": 158.862585, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUFFY", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 29325, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 1080318, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUFFY LN", "stname": "DUFFY LN", "objectid": 40703, "Shape__Length": 63.213438682963798 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964673647159501, 40.096191879639001 ], [ -74.964463767385794, 40.096208494586797 ], [ -74.964107032728904, 40.096215593235698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 974, "tnode_": 1017, "lpoly_": null, "rpoly_": null, "length": 422.43575492000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALDI", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12806, "l_t_add": 12816, "r_f_add": 12807, "r_t_add": 12819, "st_code": 35935, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080319, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-05-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALDI LN", "stname": "GALDI LN", "objectid": 40704, "Shape__Length": 168.68506900255599 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964107032728904, 40.096215593235698 ], [ -74.964079974580898, 40.0954560494866 ], [ -74.964047725320597, 40.095323367967801 ], [ -74.963984202881505, 40.095238184545899 ], [ -74.963827931381203, 40.095122537797003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1017, "tnode_": 1003, "lpoly_": null, "rpoly_": null, "length": 390.006784, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALDI", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12818, "l_t_add": 12888, "r_f_add": 12821, "r_t_add": 12889, "st_code": 35935, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080320, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2007-05-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALDI LN", "stname": "GALDI LN", "objectid": 40705, "Shape__Length": 155.44112626225501 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963827931381203, 40.095122537797003 ], [ -74.963528056641294, 40.094921505976799 ], [ -74.963437973355497, 40.094871065315402 ], [ -74.963329434034094, 40.094862000472801 ], [ -74.963219309561893, 40.094891501773098 ], [ -74.962777235964396, 40.095266517797803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1017, "tnode_": 1032, "lpoly_": null, "rpoly_": null, "length": 152.03427776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALDI", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12890, "l_t_add": 12898, "r_f_add": 12891, "r_t_add": 12899, "st_code": 35935, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080321, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALDI LN", "stname": "GALDI LN", "objectid": 40706, "Shape__Length": 60.6204073774935 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963827931381203, 40.095122537797003 ], [ -74.964201133668595, 40.094819170035301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 980, "tnode_": 977, "lpoly_": null, "rpoly_": null, "length": 772.94306143999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CARTHY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12826, "l_t_add": 12856, "r_f_add": 12831, "r_t_add": 12849, "st_code": 54650, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080322, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CARTHY CIR", "stname": "MC CARTHY CIR", "objectid": 40707, "Shape__Length": 308.10489802530793 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963309417256596, 40.095997629562397 ], [ -74.963316641655496, 40.096396235746397 ], [ -74.963270961964, 40.096488423676803 ], [ -74.963188015269296, 40.096570056747296 ], [ -74.963009477393399, 40.096633287200902 ], [ -74.962823625922795, 40.096670602708699 ], [ -74.962694026624007, 40.096664243545099 ], [ -74.962583282014705, 40.096606867619101 ], [ -74.9614955852565, 40.0960212771474 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1003, "tnode_": 980, "lpoly_": null, "rpoly_": null, "length": 328.98851360999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CARTHY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12814, "l_t_add": 12824, "r_f_add": 12823, "r_t_add": 12829, "st_code": 54650, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080323, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CARTHY CIR", "stname": "MC CARTHY CIR", "objectid": 40708, "Shape__Length": 131.25565866585765 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962777235964396, 40.095266517797803 ], [ -74.963204123062496, 40.095566719459399 ], [ -74.963281122963707, 40.095629710435198 ], [ -74.963308959860697, 40.095681507641999 ], [ -74.963311620538306, 40.095917219857498 ], [ -74.963309417256596, 40.095997629562397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 977, "tnode_": 1020, "lpoly_": null, "rpoly_": null, "length": 515.06262902999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CARTHY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12858, "l_t_add": 12898, "r_f_add": 12851, "r_t_add": 12899, "st_code": 54650, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080324, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CARTHY CIR", "stname": "MC CARTHY CIR", "objectid": 40709, "Shape__Length": 205.37240987955602 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9614955852565, 40.0960212771474 ], [ -74.961018072795198, 40.095766108210299 ], [ -74.960925283255307, 40.095694193996898 ], [ -74.960874040467104, 40.095592325975097 ], [ -74.960816387599493, 40.095401288010997 ], [ -74.960768747908901, 40.095334339267701 ], [ -74.960700972529594, 40.095266901912602 ], [ -74.960297120034497, 40.0950157202317 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1068, "tnode_": 1003, "lpoly_": null, "rpoly_": null, "length": 567.38303646000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC CARTHY", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12812, "r_f_add": 12801, "r_t_add": 12821, "st_code": 54650, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080325, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC CARTHY CIR", "stname": "MC CARTHY CIR", "objectid": 40710, "Shape__Length": 226.29579645014502 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963108747292395, 40.094068856476603 ], [ -74.962416056194499, 40.094662915273098 ], [ -74.962354430425705, 40.094735413360503 ], [ -74.962333727337295, 40.094831423462701 ], [ -74.962342449717397, 40.094924930324197 ], [ -74.962401785360001, 40.095010013181103 ], [ -74.962777235964396, 40.095266517797803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 989, "tnode_": 977, "lpoly_": null, "rpoly_": null, "length": 224.89061831000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GLEASON", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12801, "l_t_add": 12899, "r_f_add": 12800, "r_t_add": 12898, "st_code": 37070, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080326, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GLEASON LN", "stname": "GLEASON LN", "objectid": 40711, "Shape__Length": 89.667471002612572 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962045989601407, 40.095584539420301 ], [ -74.961876925567495, 40.0957532973 ], [ -74.961769926154005, 40.095808609519501 ], [ -74.961646187422701, 40.095863515607398 ], [ -74.9614955852565, 40.0960212771474 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 989, "tnode_": 980, "lpoly_": null, "rpoly_": null, "length": 399.23886084000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12824, "l_t_add": 12888, "r_f_add": 12833, "r_t_add": 12889, "st_code": 23790, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080327, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFE DR", "stname": "CLIFFE DR", "objectid": 40712, "Shape__Length": 158.98992915704002 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962045989601407, 40.095584539420301 ], [ -74.9627112003257, 40.095940817955501 ], [ -74.962760362026899, 40.095967746431 ], [ -74.962814103466002, 40.095985134531396 ], [ -74.962909825587005, 40.096000323623002 ], [ -74.963309417256596, 40.095997629562397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1052, "tnode_": 989, "lpoly_": null, "rpoly_": null, "length": 517.44686424000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12810, "l_t_add": 12822, "r_f_add": 12811, "r_t_add": 12831, "st_code": 23790, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080328, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFE DR", "stname": "CLIFFE DR", "objectid": 40713, "Shape__Length": 206.47572661740645 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.961637698687099, 40.094402839698603 ], [ -74.961465719547604, 40.094561733359299 ], [ -74.961426503603505, 40.094657536621703 ], [ -74.961416698849803, 40.094773403917102 ], [ -74.961482513152305, 40.095011080878699 ], [ -74.961573023256904, 40.095260967178703 ], [ -74.961610912004303, 40.095319939721897 ], [ -74.961664063776794, 40.095375411467401 ], [ -74.961867754745995, 40.095483030347403 ], [ -74.962045989601407, 40.095584539420301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1052, "tnode_": 1061, "lpoly_": null, "rpoly_": null, "length": 146.03443297000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12890, "l_t_add": 12898, "r_f_add": 12891, "r_t_add": 12899, "st_code": 23790, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080329, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFE DR", "stname": "CLIFFE DR", "objectid": 40714, "Shape__Length": 58.209561997167498 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.961637698687099, 40.094402839698603 ], [ -74.961250628009793, 40.094133888325601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1069, "tnode_": 1052, "lpoly_": null, "rpoly_": null, "length": 231.21604503, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12808, "r_f_add": 12801, "r_t_add": 12809, "st_code": 23790, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080330, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFE DR", "stname": "CLIFFE DR", "objectid": 40715, "Shape__Length": 92.200860739501266 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962189263842404, 40.093930166093102 ], [ -74.961637698687099, 40.094402839698603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 488, "tnode_": 569, "lpoly_": null, "rpoly_": null, "length": 1949.6049710300001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2041, "l_t_add": 2199, "r_f_add": 2030, "r_t_add": 2198, "st_code": 20160, "l_hundred": 2000, "r_hundred": 2000, "seg_id": 1080333, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 40716, "Shape__Length": 777.73721769144777 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003556134364501, 40.110856121907503 ], [ -75.003347629868401, 40.110396951544601 ], [ -75.003237061387594, 40.1102863416559 ], [ -74.999192970876095, 40.106723449262198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 597, "tnode_": 609, "lpoly_": null, "rpoly_": null, "length": 408.83005343999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEPTUNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2800, "l_t_add": 2842, "r_f_add": 2801, "r_t_add": 2835, "st_code": 59300, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080335, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEPTUNE RD", "stname": "NEPTUNE RD", "objectid": 40717, "Shape__Length": 162.86150532202157 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996927191420198, 40.105534650847503 ], [ -74.9967429805275, 40.105383701727497 ], [ -74.996496273888397, 40.105238042344901 ], [ -74.996215903719204, 40.1051186917487 ], [ -74.995944611071096, 40.105043360320501 ], [ -74.995675482462104, 40.105013756721497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 608, "tnode_": 611, "lpoly_": null, "rpoly_": null, "length": 1277.2317507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NARCISSUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 58900, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080336, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NARCISSUS RD", "stname": "NARCISSUS RD", "objectid": 40718, "Shape__Length": 508.67445598763561 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997599558512704, 40.105072521784699 ], [ -74.9973431759324, 40.1048691304416 ], [ -74.997013496696695, 40.104671855961101 ], [ -74.996594150637804, 40.104487000537802 ], [ -74.996237711880696, 40.104388142905897 ], [ -74.995941690663798, 40.104343175974797 ], [ -74.995646854674405, 40.104315718174099 ], [ -74.995347282748, 40.104311453915301 ], [ -74.995111322263995, 40.1043291087081 ], [ -74.994844208862304, 40.104366411106099 ], [ -74.994603156675893, 40.104415991834003 ], [ -74.994368855946703, 40.1044861285378 ], [ -74.994114655673698, 40.104579096457599 ], [ -74.993882369990104, 40.104692983839797 ], [ -74.993672827216798, 40.104807416023696 ], [ -74.993529965918199, 40.104908882720601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 631, "tnode_": 634, "lpoly_": null, "rpoly_": null, "length": 1668.89963586, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTLING", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2800, "l_t_add": 2898, "r_f_add": 2801, "r_t_add": 2899, "st_code": 59360, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080337, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTLING RD", "stname": "NESTLING RD", "objectid": 40719, "Shape__Length": 664.64127011110952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9982682528601, 40.104610478599099 ], [ -74.998046287786295, 40.104438251326798 ], [ -74.997810786677505, 40.104274360565398 ], [ -74.9975489096377, 40.104125663172603 ], [ -74.997301189935499, 40.1040089548193 ], [ -74.997047843228003, 40.103903980856003 ], [ -74.996732731154694, 40.1037975262578 ], [ -74.996390920625799, 40.103714169789903 ], [ -74.996022251988094, 40.103657863960002 ], [ -74.995709077274995, 40.103630579672803 ], [ -74.995255645949598, 40.103631584612799 ], [ -74.994878457998595, 40.103658153411502 ], [ -74.994515265111801, 40.103720662796903 ], [ -74.9941456398181, 40.103814668489498 ], [ -74.993785343158095, 40.103932633358497 ], [ -74.993386281743497, 40.104116925697298 ], [ -74.992929965348793, 40.1043960555781 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 695, "tnode_": 703, "lpoly_": null, "rpoly_": null, "length": 902.20854282999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NIGHTINGALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2827, "r_f_add": 2800, "r_t_add": 2820, "st_code": 59840, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080338, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NIGHTINGALE RD", "stname": "NIGHTINGALE RD", "objectid": 40720, "Shape__Length": 359.19591778065944 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998378038610099, 40.103171113483903 ], [ -74.998165553567603, 40.103328103355302 ], [ -74.9981136872034, 40.103358669340999 ], [ -74.998042802464497, 40.103381827473001 ], [ -74.997938896670405, 40.103403078697397 ], [ -74.997851395927896, 40.103400984079997 ], [ -74.997759227954404, 40.103386908882399 ], [ -74.997686852478594, 40.103367300068903 ], [ -74.997149114386801, 40.103186353860401 ], [ -74.996777387376994, 40.103078543650703 ], [ -74.996455366196102, 40.103015443116199 ], [ -74.996167189203803, 40.102980557258199 ], [ -74.995859053784798, 40.102949114868899 ], [ -74.995620737785899, 40.102934383148202 ], [ -74.995357089554204, 40.102938125756801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 765, "tnode_": 690, "lpoly_": null, "rpoly_": null, "length": 661.28327342, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2828, "l_t_add": 2844, "r_f_add": 2847, "r_t_add": 2863, "st_code": 60020, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080339, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40721, "Shape__Length": 263.92729216549668 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992312640140398, 40.101526071207097 ], [ -74.992333639319199, 40.101622928333597 ], [ -74.992389133302396, 40.101778556658999 ], [ -74.992456207176403, 40.101902811957402 ], [ -74.993123245894907, 40.102476652462002 ], [ -74.993256591304302, 40.102618321787503 ], [ -74.993337340680796, 40.102786423969299 ], [ -74.993329786819302, 40.102972190702701 ], [ -74.993304522415798, 40.1030827057943 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 689, "tnode_": 767, "lpoly_": null, "rpoly_": null, "length": 753.61170885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMLY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2821, "l_t_add": 2841, "r_f_add": 2828, "r_t_add": 2844, "st_code": 24460, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080340, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COMLY RD", "stname": "COMLY RD", "objectid": 40722, "Shape__Length": 300.63311894521433 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999807681327596, 40.103246084070697 ], [ -74.999012783685203, 40.102586082645701 ], [ -74.998735134324505, 40.102318320833703 ], [ -74.998387980809497, 40.101858991569301 ], [ -74.998168533661797, 40.101615176651698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 655, "tnode_": 796, "lpoly_": null, "rpoly_": null, "length": 1306.6054387899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2834, "r_t_add": 2850, "st_code": 84460, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080341, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40723, "Shape__Length": 521.09608619404366 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992329551871094, 40.103885377717198 ], [ -74.990369063536093, 40.102193157809097 ], [ -74.989589655541295, 40.101505741987602 ], [ -74.989218666035697, 40.101210404023497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 703, "tnode_": 815, "lpoly_": null, "rpoly_": null, "length": 1038.6753052000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 59580, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080342, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40724, "Shape__Length": 414.44255520698351 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995357089554204, 40.102938125756801 ], [ -74.995303666985606, 40.1027373081563 ], [ -74.995185777832504, 40.102457785102096 ], [ -74.995083422859196, 40.102277884375802 ], [ -74.994961994357396, 40.102085496375899 ], [ -74.994873217639295, 40.1019570507164 ], [ -74.994740115177095, 40.101811000055498 ], [ -74.994616244933397, 40.101678704459303 ], [ -74.993350495094802, 40.100594990035098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 744, "tnode_": 837, "lpoly_": null, "rpoly_": null, "length": 1304.55019715, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAUTILUS", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 59080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080343, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAUTILUS RD", "stname": "NAUTILUS RD", "objectid": 40725, "Shape__Length": 520.15424822030559 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997286454167195, 40.102001285198298 ], [ -74.996903903259906, 40.102246788249502 ], [ -74.996778448663406, 40.102291259931199 ], [ -74.996664570487994, 40.102304358026302 ], [ -74.996556804010396, 40.102293863908798 ], [ -74.996470106224393, 40.1022720064217 ], [ -74.9963689309036, 40.102226062722501 ], [ -74.995341543320805, 40.101275023742602 ], [ -74.994023512294106, 40.100135247875201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 998, "tnode_": 767, "lpoly_": null, "rpoly_": null, "length": 2777.89520993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CAROLINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11600, "l_t_add": 11798, "r_f_add": 11601, "r_t_add": 11799, "st_code": 21550, "l_hundred": 11600, "r_hundred": 11600, "seg_id": 1080344, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CAROLINE RD", "stname": "CAROLINE RD", "objectid": 40726, "Shape__Length": 1107.4044472801213 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005359020370605, 40.096452861896999 ], [ -75.005354099251406, 40.096603466432498 ], [ -75.005294550064804, 40.096736118691403 ], [ -75.005175231022207, 40.096858096226498 ], [ -74.998168533661797, 40.101615176651698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1102, "tnode_": 886, "lpoly_": null, "rpoly_": null, "length": 2755.3545366099997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORCOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11502, "l_t_add": 11698, "r_f_add": 11503, "r_t_add": 11699, "st_code": 60020, "l_hundred": 11500, "r_hundred": 11500, "seg_id": 1080345, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-04-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORCOM RD", "stname": "NORCOM RD", "objectid": 40727, "Shape__Length": 1098.2778753263578 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002845067534594, 40.094166046433699 ], [ -74.998092500169193, 40.097384948167601 ], [ -74.995465784728793, 40.0991754389878 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1051, "tnode_": 1035, "lpoly_": null, "rpoly_": null, "length": 730.91115917000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COLMAN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11720, "l_t_add": 11820, "r_f_add": 11743, "r_t_add": 11819, "st_code": 24270, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080346, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COLMAN RD", "stname": "COLMAN RD", "objectid": 40728, "Shape__Length": 291.23904071016483 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987167491629705, 40.095005777989698 ], [ -74.986356094306601, 40.095591750854702 ], [ -74.986217303547505, 40.095658089838302 ], [ -74.986090424950703, 40.095693976118497 ], [ -74.985948054402897, 40.095717193815503 ], [ -74.985785859218694, 40.0957030467967 ], [ -74.985653738599197, 40.095671179755598 ], [ -74.985533200392993, 40.095617049136003 ], [ -74.985086862764305, 40.095294128401697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1066, "tnode_": 1092, "lpoly_": null, "rpoly_": null, "length": 721.20096753000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BASILE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11850, "r_f_add": 11801, "r_t_add": 11839, "st_code": 16150, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080347, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BASILE RD", "stname": "BASILE RD", "objectid": 40729, "Shape__Length": 287.2398474129123 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984757349583901, 40.0945927741611 ], [ -74.983826364304207, 40.094588483551497 ], [ -74.983639781549002, 40.094561012694001 ], [ -74.983481483899396, 40.094507061416998 ], [ -74.983300004415995, 40.094421213767703 ], [ -74.982614029905704, 40.0938991126785 ], [ -74.982544701177105, 40.0938388075596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1087, "tnode_": 1121, "lpoly_": null, "rpoly_": null, "length": 529.0075746, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BRANDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11800, "l_t_add": 11822, "r_f_add": 11801, "r_t_add": 11821, "st_code": 18695, "l_hundred": 11800, "r_hundred": 11800, "seg_id": 1080348, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BRANDON RD", "stname": "BRANDON RD", "objectid": 40730, "Shape__Length": 210.84977068387448 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984760113780297, 40.093999334462502 ], [ -74.984227198657194, 40.093965096895502 ], [ -74.984071364558503, 40.0939174744002 ], [ -74.983904751318903, 40.093800647200098 ], [ -74.983717844996804, 40.093647815849799 ], [ -74.983579686629099, 40.093500334717497 ], [ -74.983482805191599, 40.093341312096598 ], [ -74.9834198686153, 40.093175757268199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1148, "tnode_": 1151, "lpoly_": null, "rpoly_": null, "length": 827.07683725000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LANETT", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 11798, "r_f_add": 11701, "r_t_add": 11799, "st_code": 48930, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080349, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LANETT RD", "stname": "LANETT RD", "objectid": 40731, "Shape__Length": 329.72105153756655 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986055008787503, 40.092562128081902 ], [ -74.985303552257903, 40.0931107092646 ], [ -74.985200512115895, 40.093163574427201 ], [ -74.985066576052205, 40.093208317517202 ], [ -74.984875948683296, 40.093229559352103 ], [ -74.984688849121994, 40.093223213995202 ], [ -74.9844950768356, 40.093203793713997 ], [ -74.984400593148706, 40.093164624568601 ], [ -74.984090299247697, 40.092461408258202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27900, "tnode_": 649, "lpoly_": null, "rpoly_": null, "length": 2474.4260045599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 73480, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080350, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40732, "Shape__Length": 987.75128230051587 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986817516844795, 40.109628173315201 ], [ -74.986654125908899, 40.107193834254403 ], [ -74.986395366599695, 40.1065559348771 ], [ -74.985855100088799, 40.105838380809303 ], [ -74.983395369807994, 40.103693441163699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27900, "tnode_": 498, "lpoly_": null, "rpoly_": null, "length": 1037.2897113700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC NULTY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12284, "l_t_add": 12298, "r_f_add": 12285, "r_t_add": 12299, "st_code": 54930, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080351, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC NULTY RD", "stname": "MC NULTY RD", "objectid": 40733, "Shape__Length": 412.82557103656455 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986817516844795, 40.109628173315201 ], [ -74.983109183894896, 40.109653015641399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 512, "tnode_": 548, "lpoly_": null, "rpoly_": null, "length": 972.42816498000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC NULTY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12898, "r_f_add": 12401, "r_t_add": 12899, "st_code": 54930, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080352, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC NULTY RD", "stname": "MC NULTY RD", "objectid": 40734, "Shape__Length": 387.73999662208348 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980299068986795, 40.108959762119603 ], [ -74.977799315297901, 40.107104607621402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 809, "tnode_": 835, "lpoly_": null, "rpoly_": null, "length": 464.85909657999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FAIRDALE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 33180, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080355, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FAIRDALE RD", "stname": "FAIRDALE RD", "objectid": 40735, "Shape__Length": 185.15647868110025 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983078829259696, 40.100390791509199 ], [ -74.982590604853002, 40.100031077558903 ], [ -74.982401121701002, 40.099955533607201 ], [ -74.982141901394996, 40.099890141322902 ], [ -74.981900229682296, 40.099866576814101 ], [ -74.981645135833304, 40.099871006404904 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 869, "tnode_": 900, "lpoly_": null, "rpoly_": null, "length": 557.39967013, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MORNING GLORY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 57020, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080356, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MORNING GLORY RD", "stname": "MORNING GLORY RD", "objectid": 40736, "Shape__Length": 222.113866752825 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980268872083897, 40.099255897521203 ], [ -74.979758436092496, 40.099312195731301 ], [ -74.979677518383497, 40.099313203083902 ], [ -74.979605502336298, 40.099284849159297 ], [ -74.979019799226506, 40.098821179310796 ], [ -74.9793458853337, 40.0985572462398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 665, "tnode_": 632, "lpoly_": null, "rpoly_": null, "length": 527.30544297999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SWEET BRIAR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12472, "l_t_add": 12498, "r_f_add": 12437, "r_t_add": 12499, "st_code": 75800, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080357, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SWEET BRIAR RD", "stname": "SWEET BRIAR RD", "objectid": 40737, "Shape__Length": 210.2240662584278 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9801492045289, 40.103169235641701 ], [ -74.980116490075602, 40.103380599214198 ], [ -74.980007397657104, 40.1035695845367 ], [ -74.979872504242707, 40.103722020743 ], [ -74.979667865652203, 40.103863793452703 ], [ -74.979409917869503, 40.1039743422699 ], [ -74.979080162902804, 40.104029267924403 ], [ -74.978890098416002, 40.104034791438103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 678, "tnode_": 647, "lpoly_": null, "rpoly_": null, "length": 646.48710326000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WYNDOM", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 84900, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080358, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WYNDOM RD", "stname": "WYNDOM RD", "objectid": 40738, "Shape__Length": 257.81254153215809 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976757267190294, 40.102883749762498 ], [ -74.976515806103095, 40.103573747862001 ], [ -74.9764631328474, 40.103660495300197 ], [ -74.976391039445801, 40.1037216262851 ], [ -74.9760946372311, 40.103862219685702 ], [ -74.975868551129807, 40.103885056236699 ], [ -74.9756362125935, 40.1038605885458 ], [ -74.975502797250101, 40.1038196465719 ], [ -74.975357126419894, 40.1037212592827 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 647, "tnode_": 726, "lpoly_": null, "rpoly_": null, "length": 753.94172154, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHILTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12501, "l_t_add": 12599, "r_f_add": 12500, "r_t_add": 12598, "st_code": 23010, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080359, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHILTON RD", "stname": "CHILTON RD", "objectid": 40739, "Shape__Length": 300.88840185476266 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975357126419894, 40.1037212592827 ], [ -74.975077803865901, 40.103368516280902 ], [ -74.974720719135206, 40.102668760729799 ], [ -74.974589893890496, 40.102320165087797 ], [ -74.974666463035305, 40.102249713584499 ], [ -74.9751342648361, 40.101977524111298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 697, "tnode_": 692, "lpoly_": null, "rpoly_": null, "length": 308.35620245000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 16595, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080360, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN TER", "stname": "BELGREEN TER", "objectid": 40740, "Shape__Length": 123.01267043667434 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975922616590907, 40.102601656065403 ], [ -74.975667874663898, 40.102886866746402 ], [ -74.975819936763102, 40.1029722676221 ], [ -74.9760777732902, 40.102676459026199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 706, "tnode_": 713, "lpoly_": null, "rpoly_": null, "length": 339.03028423999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELGREEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 16585, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080361, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELGREEN PL", "stname": "BELGREEN PL", "objectid": 40741, "Shape__Length": 135.15945877554122 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975591746297795, 40.102378244252101 ], [ -74.975965309288, 40.102120742496702 ], [ -74.975837178023397, 40.102002365244999 ], [ -74.975450512345802, 40.102257158925603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 743, "tnode_": 738, "lpoly_": null, "rpoly_": null, "length": 248.52456210999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12401, "l_t_add": 12499, "r_f_add": 12400, "r_t_add": 12498, "st_code": 15830, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080362, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY PL", "stname": "BARBARY PL", "objectid": 40742, "Shape__Length": 98.982188076592436 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979007475336303, 40.101599992243798 ], [ -74.979702699280594, 40.101580241498603 ], [ -74.979696984439798, 40.1017281617763 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28986, "tnode_": 911, "lpoly_": null, "rpoly_": null, "length": 281.40293798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CALPINE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12528, "r_f_add": 12501, "r_t_add": 12511, "st_code": 20885, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080363, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CALPINE RD", "stname": "CALPINE RD", "objectid": 40743, "Shape__Length": 112.20034272307673 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972944674282303, 40.097667282861899 ], [ -74.973098485964798, 40.097757183984797 ], [ -74.972550117474597, 40.098217704362 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 972, "tnode_": 973, "lpoly_": null, "rpoly_": null, "length": 1387.6658916399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 11200, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080365, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40744, "Shape__Length": 552.33925109657787 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975773530109905, 40.096421479753701 ], [ -74.9751766829378, 40.096626399037802 ], [ -74.974715557967997, 40.096745642089203 ], [ -74.974325664350204, 40.096809564692101 ], [ -74.973824469726793, 40.096870798110999 ], [ -74.973341175928198, 40.096883570608199 ], [ -74.972901447944295, 40.096868874694799 ], [ -74.972547686428399, 40.096827734418198 ], [ -74.972115760963703, 40.096752109825402 ], [ -74.971769468074399, 40.096658181797501 ], [ -74.971366044916905, 40.096534352907398 ], [ -74.971019195036007, 40.096401794627901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 762, "tnode_": 711, "lpoly_": null, "rpoly_": null, "length": 985.2175523, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUNKS FERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12698, "r_f_add": 12501, "r_t_add": 12699, "st_code": 29500, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080366, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2004-02-17T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUNKS FERRY RD", "stname": "DUNKS FERRY RD", "objectid": 40745, "Shape__Length": 392.35081739632733 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974352520363098, 40.101069641540803 ], [ -74.973058990288195, 40.101588207034297 ], [ -74.972299293860203, 40.101890454601602 ], [ -74.971955550706994, 40.102026419898401 ], [ -74.971621723020206, 40.102124150846997 ], [ -74.971185147602398, 40.102242954036399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 761, "tnode_": 734, "lpoly_": null, "rpoly_": null, "length": 669.67461646000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MINDEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12700, "l_t_add": 12798, "r_f_add": 12701, "r_t_add": 12799, "st_code": 56370, "l_hundred": 12700, "r_hundred": 12700, "seg_id": 1080367, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MINDEN RD", "stname": "MINDEN RD", "objectid": 40746, "Shape__Length": 266.99220889893883 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968400810195803, 40.100927777632101 ], [ -74.968382736197199, 40.101277082940697 ], [ -74.968404847612604, 40.1016973016932 ], [ -74.968468753776804, 40.101788913572797 ], [ -74.968566760621101, 40.101818997242503 ], [ -74.969629081356004, 40.101706539389298 ], [ -74.969703626376003, 40.101689532381002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 854, "tnode_": 914, "lpoly_": null, "rpoly_": null, "length": 760.94154001000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ELNORA", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12898, "r_f_add": 12801, "r_t_add": 12899, "st_code": 31490, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080368, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ELNORA RD", "stname": "ELNORA RD", "objectid": 40747, "Shape__Length": 303.36903372752511 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967973287692502, 40.099161513171801 ], [ -74.966683992309697, 40.098648691735697 ], [ -74.966599736298406, 40.098554023349699 ], [ -74.966580654866306, 40.098453809087403 ], [ -74.966612991971402, 40.098344151282099 ], [ -74.966948297967804, 40.097860629301202 ], [ -74.967028370500699, 40.097784798102801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 901, "tnode_": 905, "lpoly_": null, "rpoly_": null, "length": 195.47779352000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAMAR", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 48850, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080369, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAMAR PL", "stname": "LAMAR PL", "objectid": 40748, "Shape__Length": 77.880663707859426 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970015367577602, 40.098266325926403 ], [ -74.9697688106329, 40.098313639039198 ], [ -74.969606234450694, 40.098207723834598 ], [ -74.969442523235301, 40.098082119565802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 537, "tnode_": 671, "lpoly_": null, "rpoly_": null, "length": 1961.71953878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3151, "l_t_add": 3399, "r_f_add": 3138, "r_t_add": 3398, "st_code": 55120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080370, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-02-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40749, "Shape__Length": 783.14161688756394 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966397852822496, 40.107347527936398 ], [ -74.967568060388601, 40.107180174613397 ], [ -74.967620228309102, 40.107153975172501 ], [ -74.9676850165594, 40.107069233980198 ], [ -74.967695005501298, 40.1070125902027 ], [ -74.966669216726501, 40.102818070057303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 800, "tnode_": 898, "lpoly_": null, "rpoly_": null, "length": 827.76771863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TETON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3531, "l_t_add": 3577, "r_f_add": 3520, "r_t_add": 3584, "st_code": 76990, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080371, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TETON RD", "stname": "TETON RD", "objectid": 40750, "Shape__Length": 330.27591603543317 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963327863858595, 40.100128819192904 ], [ -74.963885192857902, 40.099746344119701 ], [ -74.963950590790702, 40.0996694095953 ], [ -74.963968538956706, 40.099557187068498 ], [ -74.963728374608905, 40.098694486867103 ], [ -74.963690648365898, 40.098638950348899 ], [ -74.963609073822397, 40.098568696154203 ], [ -74.963146166079596, 40.098285642084697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 780, "tnode_": 836, "lpoly_": null, "rpoly_": null, "length": 596.5022113, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GURLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 39090, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080372, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GURLEY RD", "stname": "GURLEY RD", "objectid": 40751, "Shape__Length": 237.97639102845315 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966620129568796, 40.100584663263596 ], [ -74.966665328456799, 40.100300163825402 ], [ -74.966805579618196, 40.099699306152502 ], [ -74.966781313479501, 40.099640682437297 ], [ -74.966707494927107, 40.099597929811097 ], [ -74.966107894370694, 40.099368337107201 ], [ -74.965994599564496, 40.099334428984498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 859, "tnode_": 921, "lpoly_": null, "rpoly_": null, "length": 611.79528658000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ORION", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3401, "l_t_add": 3499, "r_f_add": 3400, "r_t_add": 3498, "st_code": 61630, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1080373, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ORION RD", "stname": "ORION RD", "objectid": 40752, "Shape__Length": 244.0122058997386 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964741410372994, 40.098984807903399 ], [ -74.965154549437898, 40.098930462292898 ], [ -74.965253932953502, 40.098891903454501 ], [ -74.965341674332194, 40.098812096176999 ], [ -74.965764374454906, 40.098153217380897 ], [ -74.965786620486696, 40.098044512897197 ], [ -74.9657379510883, 40.097930676688499 ], [ -74.965661095580302, 40.097853709947898 ], [ -74.965548942397902, 40.097791500158799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 898, "tnode_": 920, "lpoly_": null, "rpoly_": null, "length": 491.58339812000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VINTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3597, "l_t_add": 3599, "r_f_add": 3530, "r_t_add": 3598, "st_code": 80190, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080374, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "VINTON RD", "stname": "VINTON RD", "objectid": 40753, "Shape__Length": 195.76877825431959 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963146166079596, 40.098285642084697 ], [ -74.963398188118802, 40.0980754011755 ], [ -74.963566568384095, 40.097980480895501 ], [ -74.963761031997194, 40.097899847430803 ], [ -74.9639364708638, 40.097849477345498 ], [ -74.964187406, 40.097800937476997 ], [ -74.964696085593303, 40.097784442726102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 920, "tnode_": 975, "lpoly_": null, "rpoly_": null, "length": 580.18965142000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEDFORD", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12900, "l_t_add": 12904, "r_f_add": 12901, "r_t_add": 12905, "st_code": 55160, "l_hundred": 12900, "r_hundred": 12900, "seg_id": 1080375, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MEDFORD RD", "stname": "MEDFORD RD", "objectid": 40754, "Shape__Length": 231.773843975592 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964696085593303, 40.097784442726102 ], [ -74.964681131964198, 40.096420837008601 ], [ -74.964673647159501, 40.096191879639001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 973, "tnode_": 1038, "lpoly_": null, "rpoly_": null, "length": 872.57880408999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3635, "r_f_add": 3500, "r_t_add": 3634, "st_code": 11200, "l_hundred": 3500, "r_hundred": 3500, "seg_id": 1080377, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2011-09-22T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40755, "Shape__Length": 347.84812560738715 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971019195036007, 40.096401794627901 ], [ -74.970643413148807, 40.096223951679001 ], [ -74.970305714546797, 40.0960311487826 ], [ -74.969979287250894, 40.095807844058399 ], [ -74.968763418767693, 40.094768169963601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1099, "tnode_": 1023, "lpoly_": null, "rpoly_": null, "length": 849.8123496500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WESTHAMPTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 82510, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080378, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WESTHAMPTON DR", "stname": "WESTHAMPTON DR", "objectid": 40756, "Shape__Length": 339.01215822033214 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964443406891903, 40.0931993932859 ], [ -74.964532745645201, 40.093240104297799 ], [ -74.9646248426711, 40.093307379019897 ], [ -74.965369229000501, 40.094255147982203 ], [ -74.965378086305194, 40.094345440957198 ], [ -74.965345097187495, 40.094434720216299 ], [ -74.964592106245505, 40.095078306449302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1014, "tnode_": 1041, "lpoly_": null, "rpoly_": null, "length": 669.53208449, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CANBY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 21150, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080379, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CANBY DR", "stname": "CANBY DR", "objectid": 40757, "Shape__Length": 266.77254285621501 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967958275260003, 40.0952725994918 ], [ -74.967121451432106, 40.094562447180003 ], [ -74.967055835782205, 40.094525584390901 ], [ -74.9669992501195, 40.094526927571998 ], [ -74.966054034895905, 40.094796151951897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1040, "tnode_": 1055, "lpoly_": null, "rpoly_": null, "length": 480.06276669, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 55110, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080380, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE PL", "stname": "MECHANICSVILLE PL", "objectid": 40758, "Shape__Length": 191.36029555919242 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.963944284581103, 40.094638718158102 ], [ -74.964376790347302, 40.094247188147499 ], [ -74.964241508949101, 40.094073404248 ], [ -74.963567509774904, 40.094380557026099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1085, "tnode_": 1075, "lpoly_": null, "rpoly_": null, "length": 81.54636787, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12552, "l_t_add": 12558, "r_f_add": 0, "r_t_add": 0, "st_code": 58770, "l_hundred": 12500, "r_hundred": 0, "seg_id": 1080381, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40759, "Shape__Length": 32.521570666536292 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970298688260002, 40.093747445543002 ], [ -74.970224062849894, 40.093839202729299 ], [ -74.970113329904393, 40.093917603234402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1085, "tnode_": 1106, "lpoly_": null, "rpoly_": null, "length": 659.88031454000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERRUN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 27955, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080382, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERRUN RD", "stname": "DEERRUN RD", "objectid": 40760, "Shape__Length": 262.89670625565088 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970298688260002, 40.093747445543002 ], [ -74.970959330281502, 40.094001847950999 ], [ -74.971109424212202, 40.094021572362202 ], [ -74.971277190133705, 40.094019189794601 ], [ -74.971445748028501, 40.093997509877397 ], [ -74.971602796388794, 40.093949798030302 ], [ -74.971804225061902, 40.093841992138998 ], [ -74.9719605121971, 40.093710560092902 ], [ -74.972079373672798, 40.093571784358303 ], [ -74.972183023233299, 40.093383501037401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1085, "tnode_": 1075, "lpoly_": null, "rpoly_": null, "length": 256.25148164000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEERRUN", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 27950, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080383, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEERRUN PL", "stname": "DEERRUN PL", "objectid": 40761, "Shape__Length": 102.13574805305061 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970298688260002, 40.093747445543002 ], [ -74.969973796943606, 40.093604582014997 ], [ -74.969865415686897, 40.093692100325597 ], [ -74.970113329904393, 40.093917603234402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1106, "tnode_": 1119, "lpoly_": null, "rpoly_": null, "length": 336.26260016000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENESEE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3623, "r_f_add": 3600, "r_t_add": 3610, "st_code": 36495, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080384, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENESEE PL", "stname": "GENESEE PL", "objectid": 40762, "Shape__Length": 133.92792398862468 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972183023233299, 40.093383501037401 ], [ -74.972660559026906, 40.093325670225298 ], [ -74.972683810413102, 40.093142131664699 ], [ -74.972232782621802, 40.0930197285725 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1119, "tnode_": 1106, "lpoly_": null, "rpoly_": null, "length": 387.770709, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENESEE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3625, "l_t_add": 3699, "r_f_add": 3612, "r_t_add": 3698, "st_code": 36495, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080385, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENESEE PL", "stname": "GENESEE PL", "objectid": 40763, "Shape__Length": 154.42334692825364 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972232782621802, 40.0930197285725 ], [ -74.971668746205296, 40.093056435347002 ], [ -74.971640033886501, 40.093245678009602 ], [ -74.972183023233299, 40.093383501037401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1084, "tnode_": 1163, "lpoly_": null, "rpoly_": null, "length": 825.55619953999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANDON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 15730, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080386, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANDON DR", "stname": "BANDON DR", "objectid": 40764, "Shape__Length": 329.25645466948686 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967382486460806, 40.093586069154703 ], [ -74.967541461476898, 40.093487944920597 ], [ -74.967805992880798, 40.093267402146303 ], [ -74.968018926035597, 40.093029062751 ], [ -74.968064420676697, 40.092906912520498 ], [ -74.968031878212301, 40.092794342486599 ], [ -74.967042887091196, 40.091916573835 ], [ -74.966928292514893, 40.091838650825103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1144, "tnode_": 1198, "lpoly_": null, "rpoly_": null, "length": 1006.04081152, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENESEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 36490, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080387, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENESEE DR", "stname": "GENESEE DR", "objectid": 40765, "Shape__Length": 400.79688216098964 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970507444376594, 40.092284146235897 ], [ -74.9689945455154, 40.092441272934103 ], [ -74.968890621801805, 40.0924340036281 ], [ -74.968786887669097, 40.092394397557896 ], [ -74.968142318812994, 40.091838539074402 ], [ -74.967724324365605, 40.091459777555002 ], [ -74.967677849821399, 40.091384924217799 ], [ -74.967631465817405, 40.091295487399798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1139, "tnode_": 1183, "lpoly_": null, "rpoly_": null, "length": 280.91808068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3729, "l_t_add": 3799, "r_f_add": 3730, "r_t_add": 3798, "st_code": 11200, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080388, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40766, "Shape__Length": 112.12018351579378 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966185640708403, 40.092329822782602 ], [ -74.9657249271702, 40.0916446439551 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1119, "tnode_": 1144, "lpoly_": null, "rpoly_": null, "length": 645.67157669000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GENESEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 36490, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080389, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GENESEE DR", "stname": "GENESEE DR", "objectid": 40767, "Shape__Length": 257.28545920028211 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972232782621802, 40.0930197285725 ], [ -74.9721955091252, 40.092885667665399 ], [ -74.972105652267203, 40.092725752091503 ], [ -74.971887961692204, 40.092514458588703 ], [ -74.971567561280693, 40.092252391868499 ], [ -74.971397852475803, 40.092200000363299 ], [ -74.971213736414498, 40.092192330968103 ], [ -74.970507444376594, 40.092284146235897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28731, "tnode_": 1171, "lpoly_": null, "rpoly_": null, "length": 273.85171645999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "TER", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 58777, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080390, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON TER", "stname": "NANTON TER", "objectid": 40768, "Shape__Length": 109.16581518421863 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970688179703004, 40.091413437800597 ], [ -74.9705673038318, 40.091294621991203 ], [ -74.969983766119896, 40.0916949976003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1195, "tnode_": 28730, "lpoly_": null, "rpoly_": null, "length": 256.14908787000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3701, "l_t_add": 3799, "r_f_add": 3700, "r_t_add": 3798, "st_code": 58775, "l_hundred": 3700, "r_hundred": 3700, "seg_id": 1080391, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON PL", "stname": "NANTON PL", "objectid": 40769, "Shape__Length": 102.10195426220197 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969457801057104, 40.091250577860897 ], [ -74.968984231146806, 40.091568600636698 ], [ -74.9687867928169, 40.091409193433599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28729, "tnode_": 1195, "lpoly_": null, "rpoly_": null, "length": 275.83266788000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 58775, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080392, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NANTON PL", "stname": "NANTON PL", "objectid": 40770, "Shape__Length": 109.95935375263448 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969904540717195, 40.090720908581098 ], [ -74.970032894070698, 40.0908342193298 ], [ -74.969457801057104, 40.091250577860897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1224, "tnode_": 1233, "lpoly_": null, "rpoly_": null, "length": 49.66869844, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEWBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3610, "r_t_add": 3612, "st_code": 59580, "l_hundred": 0, "r_hundred": 3600, "seg_id": 1080393, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEWBERRY RD", "stname": "NEWBERRY RD", "objectid": 40771, "Shape__Length": 19.8192958711806 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9804843257524, 40.0909734519458 ], [ -74.980393047608601, 40.090856509753003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 695, "tnode_": 744, "lpoly_": null, "rpoly_": null, "length": 526.03088919000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2815, "l_t_add": 2827, "r_f_add": 2822, "r_t_add": 2838, "st_code": 60080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080394, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40772, "Shape__Length": 209.87449006044224 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998378038610099, 40.103171113483903 ], [ -74.998141842804301, 40.102972740172 ], [ -74.997973740609197, 40.1027985940934 ], [ -74.997801935998496, 40.102588752763999 ], [ -74.997660051536201, 40.1024033650299 ], [ -74.997508356898905, 40.1022058734398 ], [ -74.997286454167195, 40.102001285198298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 744, "tnode_": 865, "lpoly_": null, "rpoly_": null, "length": 1112.3703729700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2829, "l_t_add": 2899, "r_f_add": 2840, "r_t_add": 2898, "st_code": 60080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080395, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40773, "Shape__Length": 443.65989158426578 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997286454167195, 40.102001285198298 ], [ -74.996316283074407, 40.101093859724699 ], [ -74.9959046898568, 40.100717074083498 ], [ -74.994706143707802, 40.099678544625597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 998, "tnode_": 1102, "lpoly_": null, "rpoly_": null, "length": 1095.02098798, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHARTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2899, "r_f_add": 2800, "r_t_add": 2898, "st_code": 22470, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080396, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHARTER RD", "stname": "CHARTER RD", "objectid": 40774, "Shape__Length": 436.70837338560739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005359020370605, 40.096452861896999 ], [ -75.005305550881005, 40.096315668533499 ], [ -75.005213250849806, 40.096216377344597 ], [ -75.002845067534594, 40.094166046433699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 672, "tnode_": 661, "lpoly_": null, "rpoly_": null, "length": 103.86820549000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11588, "l_t_add": 11598, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11500, "r_hundred": 0, "seg_id": 1080397, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40775, "Shape__Length": 41.410721936086951 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003667249030102, 40.1036476758361 ], [ -75.003396427443505, 40.103842740764797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 724, "tnode_": 672, "lpoly_": null, "rpoly_": null, "length": 544.00167851000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11550, "l_t_add": 11586, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11500, "r_hundred": 0, "seg_id": 1080398, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40776, "Shape__Length": 216.86778167304473 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005110044104001, 40.1026463889525 ], [ -75.003667249030102, 40.1036476758361 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 672, "tnode_": 667, "lpoly_": null, "rpoly_": null, "length": 157.91932308, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080399, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40777, "Shape__Length": 62.872154408103782 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003667249030102, 40.1036476758361 ], [ -75.003135704041497, 40.103793701470998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 616, "tnode_": 569, "lpoly_": null, "rpoly_": null, "length": 976.39987643000006, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 12098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11700, "r_hundred": 0, "seg_id": 1080400, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40778, "Shape__Length": 389.2495480097503 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001798484983993, 40.104939821769797 ], [ -74.999192970876095, 40.106723449262198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 569, "tnode_": 556, "lpoly_": null, "rpoly_": null, "length": 406.38278063000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 13000, "l_t_add": 13098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 13000, "r_hundred": 0, "seg_id": 1080401, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40779, "Shape__Length": 162.02473360478947 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999192970876095, 40.106723449262198 ], [ -74.998130083844003, 40.107483969038498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 443, "tnode_": 438, "lpoly_": null, "rpoly_": null, "length": 229.23969511, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080402, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40780, "Shape__Length": 91.318136278086044 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990404274307707, 40.112775274248897 ], [ -74.990089932257206, 40.112884846178098 ], [ -74.989681459923901, 40.113070062634499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 443, "tnode_": 410, "lpoly_": null, "rpoly_": null, "length": 874.28009591, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 14100, "l_t_add": 14998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 14100, "r_hundred": 0, "seg_id": 1080403, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40781, "Shape__Length": 348.58377120157451 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990404274307707, 40.112775274248897 ], [ -74.988079264219493, 40.114379444254801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 414, "tnode_": 284, "lpoly_": null, "rpoly_": null, "length": 1799.5066100499998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080404, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40782, "Shape__Length": 717.57121068366655 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987924346953804, 40.1142532171109 ], [ -74.984705688360293, 40.116489169886698 ], [ -74.983616680676903, 40.1173082704763 ], [ -74.983243942595394, 40.117638268125702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 284, "tnode_": 247, "lpoly_": null, "rpoly_": null, "length": 1191.81884595, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 15500, "l_t_add": 16098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 15500, "r_hundred": 0, "seg_id": 1080405, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40783, "Shape__Length": 475.26146451407271 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983243942595394, 40.117638268125702 ], [ -74.982206798488207, 40.118401003402298 ], [ -74.981212619596405, 40.119109492087297 ], [ -74.980129660138502, 40.119871295736601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 763, "tnode_": 724, "lpoly_": null, "rpoly_": null, "length": 482.79914676, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11400, "l_t_add": 11548, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11400, "r_hundred": 0, "seg_id": 1080406, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40784, "Shape__Length": 192.45848715367913 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006402840782997, 40.101768350089003 ], [ -75.005110044104001, 40.1026463889525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 556, "tnode_": 521, "lpoly_": null, "rpoly_": null, "length": 764.54574522999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080408, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40785, "Shape__Length": 304.80620620875948 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998130083844003, 40.107483969038498 ], [ -74.997132771464294, 40.108156053393898 ], [ -74.997112014109504, 40.108170371646203 ], [ -74.997001939478096, 40.108246300483302 ], [ -74.996095220475297, 40.108885044553098 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 410, "tnode_": 284, "lpoly_": null, "rpoly_": null, "length": 1800.4421992600001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 15000, "l_t_add": 15498, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 15000, "r_hundred": 0, "seg_id": 1080409, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40786, "Shape__Length": 717.84712548659252 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988079264219493, 40.114379444254801 ], [ -74.983727021456701, 40.117374570792002 ], [ -74.983243942595394, 40.117638268125702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 438, "tnode_": 414, "lpoly_": null, "rpoly_": null, "length": 653.6725904, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080410, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40787, "Shape__Length": 260.61346596893253 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989681459923901, 40.113070062634499 ], [ -74.987924346953804, 40.1142532171109 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 521, "tnode_": 494, "lpoly_": null, "rpoly_": null, "length": 691.27630040999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080411, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40788, "Shape__Length": 275.60906164997971 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996095220475297, 40.108885044553098 ], [ -74.994654485184896, 40.109857700954301 ], [ -74.994268724558694, 40.110161915591803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 571, "tnode_": 457, "lpoly_": null, "rpoly_": null, "length": 3072.1341069900004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080412, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40789, "Shape__Length": 1224.8063342556791 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999047399919604, 40.106604453860903 ], [ -74.996943105933795, 40.108027519661299 ], [ -74.996832633661597, 40.108103445121998 ], [ -74.990866354312601, 40.1122311912615 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 494, "tnode_": 454, "lpoly_": null, "rpoly_": null, "length": 1214.18332027, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 13500, "l_t_add": 14074, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 13500, "r_hundred": 0, "seg_id": 1080413, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40790, "Shape__Length": 484.0724570884388 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994268724558694, 40.110161915591803 ], [ -74.9939509710686, 40.110344309127797 ], [ -74.992841888318694, 40.111099550229198 ], [ -74.991014133195193, 40.112365843802699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 454, "tnode_": 443, "lpoly_": null, "rpoly_": null, "length": 226.58626067999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 14076, "l_t_add": 14098, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 14000, "r_hundred": 0, "seg_id": 1080414, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40791, "Shape__Length": 90.335962275617547 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991014133195193, 40.112365843802699 ], [ -74.990404274307707, 40.112775274248897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 457, "tnode_": 438, "lpoly_": null, "rpoly_": null, "length": 450.81626995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080415, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40792, "Shape__Length": 179.75130472800441 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990866354312601, 40.1122311912615 ], [ -74.990062016722007, 40.112793037164202 ], [ -74.989681459923901, 40.113070062634499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 850, "tnode_": 821, "lpoly_": null, "rpoly_": null, "length": 252.45020144, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10952, "l_t_add": 10998, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10900, "r_hundred": 0, "seg_id": 1080416, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40793, "Shape__Length": 100.63311670109294 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008644703856305, 40.100220391660798 ], [ -75.007970792370003, 40.100681290492702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 945, "tnode_": 850, "lpoly_": null, "rpoly_": null, "length": 1130.0480162, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 10550, "l_t_add": 10950, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 10500, "r_hundred": 0, "seg_id": 1080417, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40794, "Shape__Length": 450.46499143858932 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011650156814994, 40.098147717752397 ], [ -75.009401195170796, 40.099703796359996 ], [ -75.008644703856305, 40.100220391660798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 956, "tnode_": 855, "lpoly_": null, "rpoly_": null, "length": 1199.5553008, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080418, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-12-03T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40795, "Shape__Length": 478.16373201926115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0117000202535, 40.0978978303594 ], [ -75.009488281706894, 40.0994159993446 ], [ -75.008498659374794, 40.100088505499698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 855, "tnode_": 775, "lpoly_": null, "rpoly_": null, "length": 848.66580428999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080419, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40796, "Shape__Length": 338.30723747430517 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008498659374794, 40.100088505499698 ], [ -75.0062411556885, 40.101644794720798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 775, "tnode_": 739, "lpoly_": null, "rpoly_": null, "length": 359.15450667, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080420, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40797, "Shape__Length": 143.17122831339208 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0062411556885, 40.101644794720798 ], [ -75.005282134948999, 40.102300294655002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 739, "tnode_": 667, "lpoly_": null, "rpoly_": null, "length": 810.23570725999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080421, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40798, "Shape__Length": 323.00384677452945 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005282134948999, 40.102300294655002 ], [ -75.003135704041497, 40.103793701470998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 626, "tnode_": 571, "lpoly_": null, "rpoly_": null, "length": 977.87408502000005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080422, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40799, "Shape__Length": 389.84228578107127 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001648063974699, 40.104810600228802 ], [ -74.999047399919604, 40.106604453860903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 739, "tnode_": 724, "lpoly_": null, "rpoly_": null, "length": 134.95494568000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080424, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40800, "Shape__Length": 53.889187405717387 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005282134948999, 40.102300294655002 ], [ -75.005110044104001, 40.1026463889525 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 676, "tnode_": 675, "lpoly_": null, "rpoly_": null, "length": 96.03488177, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080426, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40801, "Shape__Length": 38.220041974284356 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003086192762893, 40.103590644166303 ], [ -75.002746341895701, 40.103627969454401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 751, "tnode_": 740, "lpoly_": null, "rpoly_": null, "length": 85.94076248, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080427, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40802, "Shape__Length": 34.330012744535836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004963004633495, 40.102098168905002 ], [ -75.004908726066006, 40.1023303742883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 519, "tnode_": 504, "lpoly_": null, "rpoly_": null, "length": 364.10146006000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080428, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40803, "Shape__Length": 145.14676392148024 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995104138915394, 40.108893493230099 ], [ -74.994113760287505, 40.109542120769902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 522, "tnode_": 519, "lpoly_": null, "rpoly_": null, "length": 115.23962182, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080429, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40804, "Shape__Length": 45.876567996316425 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995500489784206, 40.1088071470082 ], [ -74.995104138915394, 40.108893493230099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 419, "tnode_": 305, "lpoly_": null, "rpoly_": null, "length": 1698.01899665, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 15001, "r_t_add": 15499, "st_code": 69220, "l_hundred": 0, "r_hundred": 15000, "seg_id": 1080430, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2015-01-26T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40805, "Shape__Length": 677.14104662157445 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987642461064596, 40.114016975140302 ], [ -74.9848422062, 40.115962550124003 ], [ -74.983904584436303, 40.116692449577997 ], [ -74.983613101925201, 40.116944148641203 ], [ -74.983297033905004, 40.117261773918898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 448, "tnode_": 442, "lpoly_": null, "rpoly_": null, "length": 89.52665046, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080431, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40806, "Shape__Length": 35.763286916660405 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989704845048607, 40.112618118938997 ], [ -74.989623595308501, 40.112855829682402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 416, "tnode_": 305, "lpoly_": null, "rpoly_": null, "length": 1693.8140191100001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080432, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40807, "Shape__Length": 675.37493653967965 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9877789973701, 40.114136121195301 ], [ -74.9849782763376, 40.116056190869998 ], [ -74.983768631943505, 40.116953694901603 ], [ -74.983297033905004, 40.117261773918898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 305, "tnode_": 254, "lpoly_": null, "rpoly_": null, "length": 1296.6036502699999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 15527, "r_t_add": 16099, "st_code": 69220, "l_hundred": 0, "r_hundred": 15500, "seg_id": 1080433, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40808, "Shape__Length": 517.08233309063883 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983297033905004, 40.117261773918898 ], [ -74.981476881785994, 40.118685018178802 ], [ -74.979969330667302, 40.119738055078798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 448, "tnode_": 419, "lpoly_": null, "rpoly_": null, "length": 769.68249416000003, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 14101, "r_t_add": 14999, "st_code": 69220, "l_hundred": 0, "r_hundred": 14100, "seg_id": 1080435, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40809, "Shape__Length": 306.86835677584355 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989704845048607, 40.112618118938997 ], [ -74.987642461064596, 40.114016975140302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 442, "tnode_": 416, "lpoly_": null, "rpoly_": null, "length": 695.48044376000007, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080436, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40810, "Shape__Length": 277.29752957746808 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989623595308501, 40.112855829682402 ], [ -74.9877789973701, 40.114136121195301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 522, "tnode_": 459, "lpoly_": null, "rpoly_": null, "length": 1798.11418755, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080437, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40811, "Shape__Length": 716.89474142323218 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995500489784206, 40.1088071470082 ], [ -74.990722603816295, 40.112109566345197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 572, "tnode_": 522, "lpoly_": null, "rpoly_": null, "length": 1274.17935511, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080438, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40812, "Shape__Length": 507.9752102659582 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998900739061398, 40.1064796239434 ], [ -74.996813349590994, 40.1079177791555 ], [ -74.996702831025502, 40.107993920538597 ], [ -74.995500489784206, 40.1088071470082 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 459, "tnode_": 442, "lpoly_": null, "rpoly_": null, "length": 410.35520874000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080440, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40813, "Shape__Length": 163.60480511563048 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990722603816295, 40.112109566345197 ], [ -74.989623595308501, 40.112855829682402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 530, "tnode_": 519, "lpoly_": null, "rpoly_": null, "length": 329.51048608000002, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080441, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40814, "Shape__Length": 131.37944949856569 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995964700005004, 40.108275776692402 ], [ -74.995104138915394, 40.108893493230099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 555, "tnode_": 530, "lpoly_": null, "rpoly_": null, "length": 454.26828645000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080442, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40815, "Shape__Length": 181.10323216518793 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997176653963095, 40.107445744894498 ], [ -74.996671390800998, 40.107797718361901 ], [ -74.996560166933506, 40.107873543565098 ], [ -74.995964700005004, 40.108275776692402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 582, "tnode_": 555, "lpoly_": null, "rpoly_": null, "length": 837.17180641999994, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 13001, "r_t_add": 13099, "st_code": 69220, "l_hundred": 0, "r_hundred": 13000, "seg_id": 1080443, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40816, "Shape__Length": 333.74462886835045 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999417719448701, 40.1059228418397 ], [ -74.999108645252605, 40.106124375191001 ], [ -74.998786711580095, 40.106355573827997 ], [ -74.997176653963095, 40.107445744894498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 927, "tnode_": 866, "lpoly_": null, "rpoly_": null, "length": 716.37735662, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080444, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40817, "Shape__Length": 285.58064450061011 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010241387879901, 40.098635587533998 ], [ -75.009547849317599, 40.099135981977803 ], [ -75.008358443830105, 40.099968303410598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 928, "tnode_": 872, "lpoly_": null, "rpoly_": null, "length": 673.32674135999991, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 10501, "r_t_add": 10799, "st_code": 69220, "l_hundred": 0, "r_hundred": 10500, "seg_id": 1080445, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-06-26T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40818, "Shape__Length": 268.39914783738084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010013422765596, 40.098621594277503 ], [ -75.009598775536205, 40.098896587335801 ], [ -75.008214025931693, 40.099849085787099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 866, "tnode_": 783, "lpoly_": null, "rpoly_": null, "length": 849.91015078000009, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080447, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40819, "Shape__Length": 338.79926643137986 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008358443830105, 40.099968303410598 ], [ -75.006092427186303, 40.101522408865002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 783, "tnode_": 740, "lpoly_": null, "rpoly_": null, "length": 443.03006517999995, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080448, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40820, "Shape__Length": 176.60629588602129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006092427186303, 40.101522408865002 ], [ -75.004908726066006, 40.1023303742883 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 740, "tnode_": 676, "lpoly_": null, "rpoly_": null, "length": 686.0711878, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080449, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40821, "Shape__Length": 273.501514939885 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004908726066006, 40.1023303742883 ], [ -75.003086192762893, 40.103590644166303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 630, "tnode_": 572, "lpoly_": null, "rpoly_": null, "length": 977.1503862000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080450, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40822, "Shape__Length": 389.55295987040813 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0014996321609, 40.104687233364302 ], [ -74.998900739061398, 40.1064796239434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 636, "tnode_": 582, "lpoly_": null, "rpoly_": null, "length": 735.48056075, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11701, "r_t_add": 12099, "st_code": 69220, "l_hundred": 0, "r_hundred": 11700, "seg_id": 1080451, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40823, "Shape__Length": 293.20962926632734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001369620222206, 40.104570146443102 ], [ -74.999417719448701, 40.1059228418397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 751, "tnode_": 675, "lpoly_": null, "rpoly_": null, "length": 833.70455545000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11501, "r_t_add": 11599, "st_code": 69220, "l_hundred": 0, "r_hundred": 11500, "seg_id": 1080453, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40824, "Shape__Length": 332.3536452509187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004963004633495, 40.102098168905002 ], [ -75.002746341895701, 40.103627969454401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 917, "tnode_": 959, "lpoly_": null, "rpoly_": null, "length": 514.77069445999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080454, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40825, "Shape__Length": 205.3629079724931 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984780077419302, 40.098151873304197 ], [ -74.984601101925094, 40.097936961864598 ], [ -74.984219636267596, 40.097576112096299 ], [ -74.983878571637405, 40.097234013854603 ], [ -74.983700449951598, 40.097010152202799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 935, "tnode_": 1012, "lpoly_": null, "rpoly_": null, "length": 1109.78284278, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3200, "r_hundred": 0, "seg_id": 1080455, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40826, "Shape__Length": 442.53647813968706 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984347239709905, 40.097822912372102 ], [ -74.981661589712303, 40.095580804438903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1012, "tnode_": 1060, "lpoly_": null, "rpoly_": null, "length": 519.80560165999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3349, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3300, "r_hundred": 0, "seg_id": 1080456, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40827, "Shape__Length": 207.27275468466306 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981661589712303, 40.095580804438903 ], [ -74.980404258311694, 40.094530241922698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1060, "tnode_": 1083, "lpoly_": null, "rpoly_": null, "length": 283.58080115000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3351, "l_t_add": 3499, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3300, "r_hundred": 0, "seg_id": 1080457, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40828, "Shape__Length": 113.07938148328422 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980404258311694, 40.094530241922698 ], [ -74.979722954298296, 40.093953859769201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1083, "tnode_": 1202, "lpoly_": null, "rpoly_": null, "length": 1334.3987818399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3501, "l_t_add": 3599, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3500, "r_hundred": 0, "seg_id": 1080458, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40829, "Shape__Length": 532.06606322822279 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979722954298296, 40.093953859769201 ], [ -74.9764835337498, 40.091265326135499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1202, "tnode_": 1223, "lpoly_": null, "rpoly_": null, "length": 134.31495207999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3649, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3600, "r_hundred": 0, "seg_id": 1080459, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40830, "Shape__Length": 53.561698315714821 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9764835337498, 40.091265326135499 ], [ -74.976170024436399, 40.090986098605804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 432, "tnode_": 480, "lpoly_": null, "rpoly_": null, "length": 1044.9552147200002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1801, "l_t_add": 1899, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 1800, "r_hundred": 0, "seg_id": 1080460, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40831, "Shape__Length": 416.70312222269018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0034363990831, 40.113510309626797 ], [ -75.000776733204503, 40.1114957934711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 524, "tnode_": 544, "lpoly_": null, "rpoly_": null, "length": 637.45493819000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080461, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40832, "Shape__Length": 254.25082989086232 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997806579078897, 40.108995895949803 ], [ -74.996291117619407, 40.107688977188097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 480, "tnode_": 524, "lpoly_": null, "rpoly_": null, "length": 1232.7018697000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1901, "l_t_add": 2099, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 1900, "r_hundred": 0, "seg_id": 1080462, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40833, "Shape__Length": 491.6573621287568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000776733204503, 40.1114957934711 ], [ -74.998061656041699, 40.109202583064899 ], [ -74.997806579078897, 40.108995895949803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 544, "tnode_": 588, "lpoly_": null, "rpoly_": null, "length": 1047.68132135, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080463, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40834, "Shape__Length": 417.85894487296048 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996291117619407, 40.107688977188097 ], [ -74.993798193322704, 40.105542559311203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 860, "tnode_": 917, "lpoly_": null, "rpoly_": null, "length": 663.89076569000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3149, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3000, "r_hundred": 0, "seg_id": 1080464, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40835, "Shape__Length": 264.7529967953721 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986366474738105, 40.099507283287402 ], [ -74.984780077419302, 40.098151873304197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 777, "tnode_": 860, "lpoly_": null, "rpoly_": null, "length": 1088.5684366700002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2851, "l_t_add": 2899, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 2800, "r_hundred": 0, "seg_id": 1080465, "oneway": "TF", "class": 4, "responsibl": "STATE", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40836, "Shape__Length": 434.01410069404915 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989140270585807, 40.101596952206101 ], [ -74.988819407655996, 40.101381282309802 ], [ -74.988191833448994, 40.100869537941598 ], [ -74.987800910242896, 40.100560649034399 ], [ -74.987540404582901, 40.100383713407403 ], [ -74.987208544520101, 40.100160454229098 ], [ -74.986923520907894, 40.099965471559102 ], [ -74.986650050309805, 40.099765918114898 ], [ -74.986515701786999, 40.099654076025701 ], [ -74.986366474738105, 40.099507283287402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 777, "tnode_": 959, "lpoly_": null, "rpoly_": null, "length": 2260.2299164299998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080466, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40837, "Shape__Length": 901.33995677142354 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989140270585807, 40.101596952206101 ], [ -74.988506728284406, 40.101030031118903 ], [ -74.986520365545005, 40.099347776356701 ], [ -74.984260368740095, 40.0974605265599 ], [ -74.983700449951598, 40.097010152202799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 588, "tnode_": 777, "lpoly_": null, "rpoly_": null, "length": 1940.0107416000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2849, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 2800, "r_hundred": 0, "seg_id": 1080467, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40838, "Shape__Length": 773.69787011524795 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993798193322704, 40.105542559311203 ], [ -74.989140270585807, 40.101596952206101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 917, "tnode_": 935, "lpoly_": null, "rpoly_": null, "length": 170.3614941, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3151, "l_t_add": 3199, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 3100, "r_hundred": 0, "seg_id": 1080468, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40839, "Shape__Length": 67.922026310057447 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984780077419302, 40.098151873304197 ], [ -74.984347239709905, 40.097822912372102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 959, "tnode_": 1173, "lpoly_": null, "rpoly_": null, "length": 2069.8628464399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080469, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40840, "Shape__Length": 825.35567029830361 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983700449951598, 40.097010152202799 ], [ -74.979831411324099, 40.093765852613501 ], [ -74.978691252431801, 40.092828666256501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1173, "tnode_": 1223, "lpoly_": null, "rpoly_": null, "length": 975.27082806, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080471, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-07-29T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40841, "Shape__Length": 388.76978407379289 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978691252431801, 40.092828666256501 ], [ -74.978558031461603, 40.092750564738999 ], [ -74.978228465148604, 40.092498349457898 ], [ -74.977151342289105, 40.091642901493401 ], [ -74.976812867951395, 40.0913969898291 ], [ -74.976480862599601, 40.091161751375303 ], [ -74.976170024436399, 40.090986098605804 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 908, "tnode_": 953, "lpoly_": null, "rpoly_": null, "length": 634.05155968000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080473, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40842, "Shape__Length": 252.74564533201277 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985786733594296, 40.098276479137901 ], [ -74.985454774122402, 40.0980740600491 ], [ -74.984735186443203, 40.097550976348202 ], [ -74.984334282685793, 40.0972252217095 ], [ -74.984108162148601, 40.097114642247497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1205, "tnode_": 1257, "lpoly_": null, "rpoly_": null, "length": 462.42133930999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080474, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40843, "Shape__Length": 184.44421389226548 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977194980663896, 40.091344867810399 ], [ -74.977062299783199, 40.091161240678503 ], [ -74.976684996050807, 40.0907990513968 ], [ -74.976340694566005, 40.090489581247198 ], [ -74.976196048838403, 40.090337325158799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 520, "tnode_": 551, "lpoly_": null, "rpoly_": null, "length": 589.44400030999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080475, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40844, "Shape__Length": 235.10227990405724 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9977963432015, 40.108740113584702 ], [ -74.996397553372105, 40.107529902012097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 450, "tnode_": 478, "lpoly_": null, "rpoly_": null, "length": 551.09415893000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1800, "r_t_add": 1898, "st_code": 84460, "l_hundred": 0, "r_hundred": 1800, "seg_id": 1080476, "oneway": "B", "class": 5, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40845, "Shape__Length": 219.76853256909325 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002351916455297, 40.112473802366601 ], [ -75.000960830343999, 40.111402444552603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 478, "tnode_": 520, "lpoly_": null, "rpoly_": null, "length": 1313.32603081, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1900, "r_t_add": 2050, "st_code": 84460, "l_hundred": 0, "r_hundred": 1900, "seg_id": 1080477, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40846, "Shape__Length": 523.81217610218948 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000960830343999, 40.111402444552603 ], [ -74.999402434589399, 40.1101405405553 ], [ -74.998039293061098, 40.108966983497098 ], [ -74.9977963432015, 40.108740113584702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 551, "tnode_": 581, "lpoly_": null, "rpoly_": null, "length": 819.20235041000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2052, "r_t_add": 2098, "st_code": 84460, "l_hundred": 0, "r_hundred": 2000, "seg_id": 1080478, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40847, "Shape__Length": 326.72558407652014 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996397553372105, 40.107529902012097 ], [ -74.994710007412607, 40.106129594421503 ], [ -74.994437826361704, 40.105860237666001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 746, "tnode_": 953, "lpoly_": null, "rpoly_": null, "length": 2466.9957019799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080479, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40848, "Shape__Length": 983.80445931895429 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990036907759702, 40.1021270898853 ], [ -74.988921211188696, 40.1012047047913 ], [ -74.988074898473201, 40.100458341787402 ], [ -74.985815436298694, 40.098566775407797 ], [ -74.984315480112599, 40.097307748531797 ], [ -74.984108162148601, 40.097114642247497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 746, "tnode_": 796, "lpoly_": null, "rpoly_": null, "length": 405.26972224000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080480, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2005-01-27T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40849, "Shape__Length": 161.70461022835894 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990036907759702, 40.1021270898853 ], [ -74.989867247769695, 40.1019035661445 ], [ -74.989814591569598, 40.101847117152801 ], [ -74.989514167358493, 40.101542882406299 ], [ -74.989218666035697, 40.101210404023497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 796, "tnode_": 881, "lpoly_": null, "rpoly_": null, "length": 997.23457437000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 2852, "r_t_add": 2898, "st_code": 84460, "l_hundred": 0, "r_hundred": 2800, "seg_id": 1080482, "oneway": "FT", "class": 4, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40850, "Shape__Length": 397.71137880510395 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989218666035697, 40.101210404023497 ], [ -74.988574486506593, 40.100608024078397 ], [ -74.987579792169299, 40.099747449234599 ], [ -74.9868645853131, 40.099155695882402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 581, "tnode_": 746, "lpoly_": null, "rpoly_": null, "length": 1834.4257537400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080483, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40851, "Shape__Length": 731.59601720778301 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994437826361704, 40.105860237666001 ], [ -74.992179939816594, 40.103971670004697 ], [ -74.990036907759702, 40.1021270898853 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 953, "tnode_": 1205, "lpoly_": null, "rpoly_": null, "length": 2856.3371430800003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080485, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40852, "Shape__Length": 1138.9496470116262 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984108162148601, 40.097114642247497 ], [ -74.980014135422905, 40.093714403239701 ], [ -74.978037558146696, 40.092064041643297 ], [ -74.977194980663896, 40.091344867810399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1150, "tnode_": 1219, "lpoly_": null, "rpoly_": null, "length": 625.18589717999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3600, "r_t_add": 3698, "st_code": 84460, "l_hundred": 0, "r_hundred": 3600, "seg_id": 1080487, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40853, "Shape__Length": 249.27855576800582 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9786729670151, 40.0923084171407 ], [ -74.977156970044504, 40.091047592043999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1219, "tnode_": 1257, "lpoly_": null, "rpoly_": null, "length": 373.84148776000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3700, "r_t_add": 3748, "st_code": 84460, "l_hundred": 0, "r_hundred": 3700, "seg_id": 1080488, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40854, "Shape__Length": 149.02418917621651 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977156970044504, 40.091047592043999 ], [ -74.976409506508901, 40.090460087228401 ], [ -74.976196048838403, 40.090337325158799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1257, "tnode_": 1265, "lpoly_": null, "rpoly_": null, "length": 239.78085863000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3750, "r_t_add": 3798, "st_code": 84460, "l_hundred": 0, "r_hundred": 3700, "seg_id": 1080489, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40855, "Shape__Length": 95.591035896027591 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976196048838403, 40.090337325158799 ], [ -74.975591774974205, 40.089870571196997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 494, "tnode_": 480, "lpoly_": null, "rpoly_": null, "length": 2095.8565295, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN RD", "st_type": "RAMP", "suf_dir": "C", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9555, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080491, "oneway": "FT", "class": 12, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "WOODHAVEN RD RAMP C", "stname": "WOODHAVEN RD RAMP C", "objectid": 40856, "Shape__Length": 834.89300707299935 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994268724558694, 40.110161915591803 ], [ -74.994706718484906, 40.109985895201397 ], [ -74.994820006960296, 40.109956336616001 ], [ -74.994949032236804, 40.109922419920601 ], [ -74.995092777174605, 40.109898458390397 ], [ -74.995242894594895, 40.1098933157609 ], [ -74.995396426969194, 40.1099077519277 ], [ -74.995541124907206, 40.109932734023602 ], [ -74.995744329006698, 40.1099980946748 ], [ -74.996188818853597, 40.110168286992099 ], [ -74.996337131868401, 40.110221353335497 ], [ -74.996470271813095, 40.110259934678503 ], [ -74.996611333374801, 40.110287129626101 ], [ -74.996788910522994, 40.1103062665644 ], [ -74.996955511219298, 40.110309263705297 ], [ -74.997152533323401, 40.1102951263275 ], [ -74.997386875843901, 40.110253103987503 ], [ -74.997753939374505, 40.110151920998803 ], [ -74.998018108019295, 40.110069703169799 ], [ -74.998195187208793, 40.110029466828301 ], [ -74.998313824059295, 40.110021969169502 ], [ -74.998440340626104, 40.110016564802898 ], [ -74.998547057459803, 40.110025442259399 ], [ -74.9986643192413, 40.110045113459897 ], [ -74.998816384481501, 40.1100866985362 ], [ -74.998970509501703, 40.110145197844098 ], [ -74.999093863869007, 40.110217717412503 ], [ -74.999195274842094, 40.110289711858798 ], [ -74.999433247406301, 40.110480919847397 ], [ -74.999847816210604, 40.110819703803003 ], [ -75.000776733204503, 40.1114957934711 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 520, "tnode_": 556, "lpoly_": null, "rpoly_": null, "length": 1446.05948906, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN RD", "st_type": "RAMP", "suf_dir": "B", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9550, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080492, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "WOODHAVEN RD RAMP B", "stname": "WOODHAVEN RD RAMP B", "objectid": 40857, "Shape__Length": 576.51459610937809 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9977963432015, 40.108740113584702 ], [ -74.998052992337307, 40.108875357202798 ], [ -74.998189155845097, 40.108962907749699 ], [ -74.998322356752396, 40.109031229765698 ], [ -74.998440212629504, 40.1090781121802 ], [ -74.998543810720804, 40.109107411472401 ], [ -74.998677320792495, 40.109137426449799 ], [ -74.998816748026101, 40.109144594091397 ], [ -74.998939425904993, 40.109134119902699 ], [ -74.999094270418496, 40.109099509882199 ], [ -74.999212503321999, 40.1090448671861 ], [ -74.999331590316402, 40.108969171699499 ], [ -74.9994456107395, 40.108864620064502 ], [ -74.9995480228134, 40.108738716623698 ], [ -74.999632671802601, 40.108589400326302 ], [ -74.999686707350804, 40.108425941191904 ], [ -74.999711303175005, 40.108280935269498 ], [ -74.999706846583905, 40.108144812663099 ], [ -74.999690159672397, 40.108002650528803 ], [ -74.999632928946596, 40.107867513635597 ], [ -74.999556938356406, 40.107707348796303 ], [ -74.999449503300795, 40.107569688924599 ], [ -74.999333902605898, 40.107467306544599 ], [ -74.999155135699198, 40.107384484956498 ], [ -74.998972323424496, 40.107339881195998 ], [ -74.998764202478597, 40.1073349011914 ], [ -74.998500162233995, 40.107386054059802 ], [ -74.998130083844003, 40.107483969038498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 551, "tnode_": 555, "lpoly_": null, "rpoly_": null, "length": 1116.9774715399999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "H", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9270, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080493, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "E ROOSEVELT BLVD RAMP H", "stname": "E ROOSEVELT BLVD RAMP H", "objectid": 40858, "Shape__Length": 445.57338296406601 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996397553372105, 40.107529902012097 ], [ -74.996240553788198, 40.107310080691398 ], [ -74.996137189994798, 40.107127467373097 ], [ -74.996092723365706, 40.106938759763899 ], [ -74.996105122707604, 40.106793945255802 ], [ -74.996148449364995, 40.106689903006398 ], [ -74.996243754985201, 40.106589607077801 ], [ -74.996357474379707, 40.106517274129502 ], [ -74.996478519634707, 40.106465130909001 ], [ -74.996646357532299, 40.106424116261302 ], [ -74.996810331802607, 40.106398019638497 ], [ -74.996980002588799, 40.106392075371701 ], [ -74.997132687479095, 40.1064032371808 ], [ -74.9972746946858, 40.106436659760902 ], [ -74.9974200612006, 40.106507691798001 ], [ -74.997545191228994, 40.106635782763497 ], [ -74.997595555840903, 40.106759582396997 ], [ -74.997597295996002, 40.106877213466397 ], [ -74.997542481769102, 40.107023513997703 ], [ -74.997469758845497, 40.107129355208897 ], [ -74.997350856791698, 40.1072491015655 ], [ -74.997176653963095, 40.107445744894498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 588, "tnode_": 504, "lpoly_": null, "rpoly_": null, "length": 1614.6425947499999, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT BLVD", "st_type": "RAMP", "suf_dir": "E", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 9265, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080494, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2006-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 8, "streetlabe": "E ROOSEVELT BLVD RAMP E", "stname": "E ROOSEVELT BLVD RAMP E", "objectid": 40859, "Shape__Length": 644.66401089141073 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993798193322704, 40.105542559311203 ], [ -74.994046958617901, 40.105854847068997 ], [ -74.994682482361, 40.106499640834699 ], [ -74.994805534361504, 40.1066463983665 ], [ -74.994886750722202, 40.106798544476 ], [ -74.994938991720403, 40.106946800124398 ], [ -74.994936271799901, 40.107116109413198 ], [ -74.994906135400598, 40.107243217350799 ], [ -74.994847636074098, 40.1073581642787 ], [ -74.994660044242295, 40.107777487928502 ], [ -74.994627917338903, 40.107898866006103 ], [ -74.994612286011105, 40.108008063271697 ], [ -74.994655322853205, 40.108432830876097 ], [ -74.994681586790307, 40.108668247353499 ], [ -74.994671376686796, 40.108801905020599 ], [ -74.994632900901706, 40.108955062796703 ], [ -74.994555344189095, 40.109099946632497 ], [ -74.994375340797006, 40.109283478000201 ], [ -74.994113760287505, 40.109542120769902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1070, "tnode_": 1091, "lpoly_": null, "rpoly_": null, "length": 263.9537206000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3801, "l_t_add": 3899, "r_f_add": 3800, "r_t_add": 3898, "st_code": 55120, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 1080495, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2005-04-25T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40860, "Shape__Length": 105.21007940772257 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.962880870601296, 40.093911292521 ], [ -74.9621791466855, 40.093426965822097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1091, "tnode_": 1112, "lpoly_": null, "rpoly_": null, "length": 228.06957205, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3800, "l_t_add": 3898, "r_f_add": 3801, "r_t_add": 3899, "st_code": 35007, "l_hundred": 3800, "r_hundred": 3800, "seg_id": 1080496, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS DR", "stname": "FRANKLIN MILLS DR", "objectid": 40861, "Shape__Length": 90.974820660323317 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9621791466855, 40.093426965822097 ], [ -74.962034223263203, 40.0932364421312 ], [ -74.961692167641701, 40.092927647214701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 840, "tnode_": 821, "lpoly_": null, "rpoly_": null, "length": 277.07228769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HALDEMAN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 39980, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080498, "oneway": "TF", "class": 3, "responsibl": "CITY", "update_": "2005-01-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HALDEMAN AVE", "stname": "HALDEMAN AVE", "objectid": 40862, "Shape__Length": 110.31192081945305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008894577257294, 40.100437989476902 ], [ -75.008444601771899, 40.100584505052801 ], [ -75.008241874949903, 40.100662199192598 ], [ -75.008112947102802, 40.100686633608397 ], [ -75.007970792370003, 40.100681290492702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 821, "tnode_": 763, "lpoly_": null, "rpoly_": null, "length": 590.93588053999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11000, "l_t_add": 11398, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11000, "r_hundred": 0, "seg_id": 1080499, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2000-03-06T00:00:00Z", "newsegdate": null, "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40863, "Shape__Length": 235.57110726299737 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007970792370003, 40.100681290492702 ], [ -75.006402840782997, 40.101768350089003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 763, "tnode_": 775, "lpoly_": null, "rpoly_": null, "length": 63.80893816, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAZA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1294, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080500, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLAZA DR", "stname": "PLAZA DR", "objectid": 40864, "Shape__Length": 25.441877105869647 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006402840782997, 40.101768350089003 ], [ -75.0062411556885, 40.101644794720798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 775, "tnode_": 783, "lpoly_": null, "rpoly_": null, "length": 60.98101245, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAZA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1294, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080501, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-11-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PLAZA DR", "stname": "PLAZA DR", "objectid": 40865, "Shape__Length": 24.317819313352146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0062411556885, 40.101644794720798 ], [ -75.006092427186303, 40.101522408865002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 689, "tnode_": 668, "lpoly_": null, "rpoly_": null, "length": 328.23147749000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NESTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2900, "l_t_add": 2998, "r_f_add": 2901, "r_t_add": 2999, "st_code": 59380, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080502, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NESTOR RD", "stname": "NESTOR RD", "objectid": 40866, "Shape__Length": 130.7174185956018 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999807681327596, 40.103246084070697 ], [ -74.998751947125399, 40.103639310438197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1198, "tnode_": 1228, "lpoly_": null, "rpoly_": null, "length": 394.17858150999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BISCAYNE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12558, "r_f_add": 12501, "r_t_add": 12567, "st_code": 17710, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080503, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BISCAYNE DR", "stname": "BISCAYNE DR", "objectid": 40867, "Shape__Length": 157.1191587438405 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967631465817405, 40.091295487399798 ], [ -74.968665946981901, 40.090560917375299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1311, "tnode_": 1207, "lpoly_": null, "rpoly_": null, "length": 1101.8756798500001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 35005, "l_hundred": 500, "r_hundred": 500, "seg_id": 1080504, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 40868, "Shape__Length": 440.01212415479523 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964542660853397, 40.087875778939399 ], [ -74.964453343121605, 40.088108738579798 ], [ -74.963988148113202, 40.089159549702799 ], [ -74.963744851018802, 40.089761355007397 ], [ -74.963625300255998, 40.090436665987802 ], [ -74.963616263364202, 40.090796948298397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1112, "tnode_": 1036, "lpoly_": null, "rpoly_": null, "length": 1013.313434, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FRANKLIN MILLS", "st_type": "CIR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 801, "l_t_add": 1099, "r_f_add": 800, "r_t_add": 1098, "st_code": 35005, "l_hundred": 800, "r_hundred": 800, "seg_id": 1080505, "oneway": "B", "class": 4, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FRANKLIN MILLS CIR", "stname": "FRANKLIN MILLS CIR", "objectid": 40869, "Shape__Length": 403.74180227223007 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.961692167641701, 40.092927647214701 ], [ -74.961294767545198, 40.0930786501754 ], [ -74.960920558827297, 40.093236517528702 ], [ -74.960515062991902, 40.0934596164185 ], [ -74.959898694931297, 40.093862269101798 ], [ -74.958771711043596, 40.094555110810099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 963, "tnode_": 974, "lpoly_": null, "rpoly_": null, "length": 114.96552231000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GALDI", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12800, "l_t_add": 12804, "r_f_add": 12801, "r_t_add": 12805, "st_code": 35935, "l_hundred": 12800, "r_hundred": 12800, "seg_id": 1080506, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2006-01-31T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "GALDI LN", "stname": "GALDI LN", "objectid": 40870, "Shape__Length": 45.925778351015595 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.964120716612001, 40.096531011072798 ], [ -74.964107032728904, 40.096215593235698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 498, "tnode_": 512, "lpoly_": null, "rpoly_": null, "length": 850.86069491000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC NULTY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12300, "l_t_add": 12398, "r_f_add": 12301, "r_t_add": 12399, "st_code": 54930, "l_hundred": 12300, "r_hundred": 12300, "seg_id": 1080508, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MC NULTY RD", "stname": "MC NULTY RD", "objectid": 40871, "Shape__Length": 338.81596222485149 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.983109183894896, 40.109653015641399 ], [ -74.982591492988703, 40.109664296758801 ], [ -74.982142109448404, 40.109633986791401 ], [ -74.981782685417599, 40.109576601386799 ], [ -74.981449221596307, 40.109505220147703 ], [ -74.9811862993419, 40.109416043926501 ], [ -74.980911690687705, 40.109302218991097 ], [ -74.980649963314093, 40.109183830672002 ], [ -74.980299068986795, 40.108959762119603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1248, "tnode_": 1228, "lpoly_": null, "rpoly_": null, "length": 279.72825031000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BISCAYNE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 17715, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080509, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-01-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BISCAYNE PL", "stname": "BISCAYNE PL", "objectid": 40872, "Shape__Length": 111.51375146686374 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969375280184707, 40.0902573166343 ], [ -74.969241819608797, 40.090138945469 ], [ -74.968665946981901, 40.090560917375299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1045, "tnode_": 1062, "lpoly_": null, "rpoly_": null, "length": 510.6761804, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BELLAIRE", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 16597, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080510, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BELLAIRE PL", "stname": "BELLAIRE PL", "objectid": 40873, "Shape__Length": 203.61241998386953 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.970485631946403, 40.094565034681203 ], [ -74.970605986142303, 40.0946967150022 ], [ -74.970176280804594, 40.094953524338003 ], [ -74.969466167621505, 40.094337404209199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 778, "tnode_": 801, "lpoly_": null, "rpoly_": null, "length": 216.57146931, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3301, "l_t_add": 3399, "r_f_add": 3300, "r_t_add": 3398, "st_code": 27345, "l_hundred": 3300, "r_hundred": 3300, "seg_id": 1080511, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANLEY RD", "stname": "DANLEY RD", "objectid": 40874, "Shape__Length": 86.400612966513378 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971091301024501, 40.100713653700097 ], [ -74.970631537139795, 40.100235335924403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 752, "tnode_": 778, "lpoly_": null, "rpoly_": null, "length": 279.79792348000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANLEY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3201, "l_t_add": 3299, "r_f_add": 3200, "r_t_add": 3298, "st_code": 27345, "l_hundred": 3200, "r_hundred": 3200, "seg_id": 1080512, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANLEY RD", "stname": "DANLEY RD", "objectid": 40875, "Shape__Length": 111.62382635820455 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.971688564841898, 40.101329751098397 ], [ -74.971091301024501, 40.100713653700097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 923, "tnode_": 856, "lpoly_": null, "rpoly_": null, "length": 724.10111791999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12401, "l_t_add": 12499, "r_f_add": 12400, "r_t_add": 12468, "st_code": 15610, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080513, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALSTON RD", "stname": "BALSTON RD", "objectid": 40876, "Shape__Length": 288.76673748367659 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.975955375972603, 40.097833436859702 ], [ -74.976593515480502, 40.098050787986097 ], [ -74.976662591148198, 40.098113587456098 ], [ -74.976994191936797, 40.098959116456697 ], [ -74.976476157927806, 40.099238945856499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 856, "tnode_": 846, "lpoly_": null, "rpoly_": null, "length": 127.38432481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BALSTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 12470, "r_t_add": 12498, "st_code": 15610, "l_hundred": 0, "r_hundred": 12400, "seg_id": 1080514, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BALSTON RD", "stname": "BALSTON RD", "objectid": 40877, "Shape__Length": 50.764499887446071 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.976476157927806, 40.099238945856499 ], [ -74.9761163617123, 40.099453270269201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 632, "tnode_": 683, "lpoly_": null, "rpoly_": null, "length": 565.18972944000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FEDOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12501, "l_t_add": 12599, "r_f_add": 12500, "r_t_add": 12598, "st_code": 33760, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080515, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FEDOR RD", "stname": "FEDOR RD", "objectid": 40878, "Shape__Length": 225.45668237499549 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978890098416002, 40.104034791438103 ], [ -74.978691509322303, 40.1039989420767 ], [ -74.978407184783805, 40.103896281098599 ], [ -74.978209165554006, 40.103780730766502 ], [ -74.978021015863405, 40.103614520325699 ], [ -74.977907974088396, 40.103423175063398 ], [ -74.977856886900994, 40.103242306330202 ], [ -74.977850234888706, 40.1030235865042 ], [ -74.977834819859197, 40.102895717295397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 807, "tnode_": 752, "lpoly_": null, "rpoly_": null, "length": 661.49711893000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CHILTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12601, "l_t_add": 12699, "r_f_add": 12600, "r_t_add": 12698, "st_code": 23010, "l_hundred": 12600, "r_hundred": 12600, "seg_id": 1080516, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CHILTON RD", "stname": "CHILTON RD", "objectid": 40879, "Shape__Length": 263.70378480190396 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972631472647805, 40.100171070890703 ], [ -74.972969186214996, 40.100621027375801 ], [ -74.9729870224145, 40.100695196360903 ], [ -74.972962495213693, 40.100784372038099 ], [ -74.972905651526005, 40.100847119010098 ], [ -74.971776835421394, 40.101311191238501 ], [ -74.971688564841898, 40.101329751098397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1073, "tnode_": 1084, "lpoly_": null, "rpoly_": null, "length": 356.06960350999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BANDON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3601, "l_t_add": 3699, "r_f_add": 3600, "r_t_add": 3698, "st_code": 15730, "l_hundred": 3600, "r_hundred": 3600, "seg_id": 1080517, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BANDON DR", "stname": "BANDON DR", "objectid": 40880, "Shape__Length": 141.78953978179257 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966248129509907, 40.093986145374998 ], [ -74.966360452811998, 40.093988890695897 ], [ -74.966595544376005, 40.093939494620301 ], [ -74.966927288518093, 40.093827678148401 ], [ -74.967222449889803, 40.093685891231203 ], [ -74.967382486460806, 40.093586069154703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 882, "tnode_": 919, "lpoly_": null, "rpoly_": null, "length": 371.71957706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BIRCH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3145, "r_f_add": 3100, "r_t_add": 3198, "st_code": 17640, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080518, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BIRCH RD", "stname": "BIRCH RD", "objectid": 40881, "Shape__Length": 148.29400464681626 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984551970089498, 40.099028859557201 ], [ -74.984508485912897, 40.0989001126147 ], [ -74.984458478343598, 40.098804267029799 ], [ -74.984355328666098, 40.098689397353503 ], [ -74.983792807533106, 40.098210948785599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 668, "tnode_": 695, "lpoly_": null, "rpoly_": null, "length": 201.83580044000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2801, "l_t_add": 2813, "r_f_add": 2800, "r_t_add": 2820, "st_code": 60080, "l_hundred": 2800, "r_hundred": 2800, "seg_id": 1080519, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40882, "Shape__Length": 80.548028317470298 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998751947125399, 40.103639310438197 ], [ -74.998696022706, 40.103535933235399 ], [ -74.998613814245701, 40.103403407483498 ], [ -74.998500563427797, 40.103274094388702 ], [ -74.998378038610099, 40.103171113483903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 737, "tnode_": 742, "lpoly_": null, "rpoly_": null, "length": 605.15444992000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMBLER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12400, "l_t_add": 12498, "r_f_add": 12401, "r_t_add": 12499, "st_code": 67260, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080520, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RAMBLER RD", "stname": "RAMBLER RD", "objectid": 40883, "Shape__Length": 241.15235919289424 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974819869527806, 40.101655715286299 ], [ -74.976103548220706, 40.101143305486602 ], [ -74.976194703866, 40.101210978366602 ], [ -74.976318104885905, 40.101337372363901 ], [ -74.976525637212802, 40.101585487535601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 795, "tnode_": 743, "lpoly_": null, "rpoly_": null, "length": 709.88914534000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARBARY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12401, "l_t_add": 12499, "r_f_add": 12400, "r_t_add": 12498, "st_code": 15840, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080521, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARBARY RD", "stname": "BARBARY RD", "objectid": 40884, "Shape__Length": 283.00769488096313 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977228205022499, 40.100531875614799 ], [ -74.978168925526504, 40.101618120488197 ], [ -74.979007475336303, 40.101599992243798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 597, "tnode_": 590, "lpoly_": null, "rpoly_": null, "length": 143.25134885999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2938, "l_t_add": 2938, "r_f_add": 2933, "r_t_add": 2933, "st_code": 60080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080522, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40885, "Shape__Length": 57.108936780948675 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996927191420198, 40.105534650847503 ], [ -74.996546135417006, 40.105797370400602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 590, "tnode_": 579, "lpoly_": null, "rpoly_": null, "length": 388.85846861000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORMANDY", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2940, "l_t_add": 2998, "r_f_add": 2935, "r_t_add": 2949, "st_code": 60080, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080523, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NORMANDY DR", "stname": "NORMANDY DR", "objectid": 40886, "Shape__Length": 154.88498761829032 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996546135417006, 40.105797370400602 ], [ -74.996119232912406, 40.1060674849249 ], [ -74.995915639005503, 40.106161676259497 ], [ -74.995689042127196, 40.1062073805805 ], [ -74.995484921396894, 40.106212076783002 ], [ -74.995324732966694, 40.106201258306498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 590, "tnode_": 585, "lpoly_": null, "rpoly_": null, "length": 129.92364583, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NEPTUNE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 59300, "l_hundred": 2900, "r_hundred": 2900, "seg_id": 1080524, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NEPTUNE RD", "stname": "NEPTUNE RD", "objectid": 40887, "Shape__Length": 51.817480626105741 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996546135417006, 40.105797370400602 ], [ -74.996856918210696, 40.106062422896997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1168, "tnode_": 1103, "lpoly_": null, "rpoly_": null, "length": 701.08020818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ACADEMY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 12001, "r_t_add": 12099, "st_code": 11200, "l_hundred": 11900, "r_hundred": 12000, "seg_id": 1080525, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ACADEMY RD", "stname": "ACADEMY RD", "objectid": 40888, "Shape__Length": 279.5496567107059 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.981851183991196, 40.092167360126901 ], [ -74.981527377281694, 40.092436721093797 ], [ -74.980203591356897, 40.093484143015601 ], [ -74.980203511600905, 40.093582364684899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1193, "tnode_": 1165, "lpoly_": null, "rpoly_": null, "length": 394.05636857000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEGION", "st_type": "ST", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12000, "l_t_add": 12022, "r_f_add": 12001, "r_t_add": 12025, "st_code": 49960, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080527, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEGION ST", "stname": "LEGION ST", "objectid": 40889, "Shape__Length": 156.97950258414363 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9812229544453, 40.091628917355102 ], [ -74.980897591294607, 40.091848972292802 ], [ -74.9806722003716, 40.092011391409997 ], [ -74.980551516711898, 40.0920799601002 ], [ -74.980425315436804, 40.0921317187643 ], [ -74.9802595058527, 40.092165844143103 ], [ -74.980061683098995, 40.092193172413097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1103, "tnode_": 1150, "lpoly_": null, "rpoly_": null, "length": 631.45411319000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3500, "r_t_add": 3598, "st_code": 84460, "l_hundred": 0, "r_hundred": 3500, "seg_id": 1080529, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": null, "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40890, "Shape__Length": 251.78295390832761 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980203511600905, 40.093582364684899 ], [ -74.979793243629899, 40.093242035916397 ], [ -74.9786729670151, 40.0923084171407 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 537, "tnode_": 563, "lpoly_": null, "rpoly_": null, "length": 817.64480321000008, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAUREEN", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 54365, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080548, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAUREEN DR", "stname": "MAUREEN DR", "objectid": 40891, "Shape__Length": 326.03243889474493 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966397852822496, 40.107347527936398 ], [ -74.966269117807599, 40.106774072519997 ], [ -74.966210708498195, 40.106641233407402 ], [ -74.966097748976296, 40.1065387433555 ], [ -74.965952699446007, 40.106454522070401 ], [ -74.965772793568604, 40.1064187802465 ], [ -74.965539270895206, 40.106444510066602 ], [ -74.965233323776403, 40.106492023910697 ], [ -74.965004743909901, 40.106521794743898 ], [ -74.964935355826398, 40.1065318837056 ], [ -74.9648716355738, 40.106528378492698 ], [ -74.964813420984896, 40.1065151984522 ], [ -74.964771164432804, 40.106486712806699 ], [ -74.964575541641395, 40.106211100535603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 526, "tnode_": 27900, "lpoly_": null, "rpoly_": null, "length": 656.23059332000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MC NULTY", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12200, "l_t_add": 12282, "r_f_add": 12201, "r_t_add": 12283, "st_code": 54930, "l_hundred": 12200, "r_hundred": 12200, "seg_id": 1080559, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-06-14T00:00:00Z", "newsegdate": "1999-05-25T00:00:00Z", "multi_rep": 0, "streetlabe": "MC NULTY RD", "stname": "MC NULTY RD", "objectid": 40892, "Shape__Length": 261.16971230123812 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989163635917905, 40.109632966320099 ], [ -74.986817516844795, 40.109628173315201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 644, "tnode_": 27930, "lpoly_": null, "rpoly_": null, "length": 17.33506955, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080560, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-09T00:00:00Z", "newsegdate": "1999-06-09T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40893, "Shape__Length": 6.898484053325614 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.961169278858307, 40.103453438402603 ], [ -74.961107332682403, 40.1034521204204 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 943, "tnode_": 27936, "lpoly_": null, "rpoly_": null, "length": 23.64804146, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080562, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-18T00:00:00Z", "newsegdate": "1999-06-10T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40894, "Shape__Length": 9.4340128881892085 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.958696328790495, 40.096874151846798 ], [ -74.958646483182704, 40.096926580654603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 247, "tnode_": 27942, "lpoly_": null, "rpoly_": null, "length": 11.94218403, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080563, "oneway": "TF", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40895, "Shape__Length": 4.7630713920393628 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.980129660138502, 40.119871295736601 ], [ -74.980099741861096, 40.119894686718602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 254, "tnode_": 27943, "lpoly_": null, "rpoly_": null, "length": 9.32378469, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080564, "oneway": "FT", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40896, "Shape__Length": 3.7172611951425854 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.979969330667302, 40.119738055078798 ], [ -74.979943693775795, 40.119754417213599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27998, "tnode_": 27997, "lpoly_": null, "rpoly_": null, "length": 230.71456693, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ANNA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1299, "r_f_add": 1200, "r_t_add": 1298, "st_code": 12690, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1080565, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-11-26T00:00:00Z", "newsegdate": "1999-11-26T00:00:00Z", "multi_rep": 0, "streetlabe": "ANNA DR", "stname": "ANNA DR", "objectid": 40897, "Shape__Length": 92.037666775986153 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004792242438597, 40.120810600002898 ], [ -75.004243539288296, 40.120337662875897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 468, "tnode_": 512, "lpoly_": null, "rpoly_": null, "length": 1227.4780324400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COMMERCE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2701, "l_t_add": 2799, "r_f_add": 2700, "r_t_add": 2798, "st_code": 24510, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 1080566, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-07-10T00:00:00Z", "newsegdate": "2000-07-10T00:00:00Z", "multi_rep": 0, "streetlabe": "COMMERCE WAY", "stname": "COMMERCE WAY", "objectid": 40898, "Shape__Length": 489.63531480384779 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9785751882619, 40.111497363702398 ], [ -74.978127844746396, 40.1111064668222 ], [ -74.978071006701896, 40.110944279487001 ], [ -74.978076581143696, 40.110807962543703 ], [ -74.978160831692406, 40.110610190064101 ], [ -74.978393901806797, 40.110342907718902 ], [ -74.978781930321404, 40.1100111328876 ], [ -74.980299068986795, 40.108959762119603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 459, "tnode_": 28214, "lpoly_": null, "rpoly_": null, "length": 53.35977813, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HORNIG", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 43550, "l_hundred": 11000, "r_hundred": 11000, "seg_id": 1080570, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-02-16T00:00:00Z", "newsegdate": "2001-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "HORNIG RD", "stname": "HORNIG RD", "objectid": 40899, "Shape__Length": 21.281666404485438 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990722603816295, 40.112109566345197 ], [ -74.990592020365497, 40.112002779666703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 504, "tnode_": 28214, "lpoly_": null, "rpoly_": null, "length": 1331.8535396999998, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 13501, "r_t_add": 14073, "st_code": 69220, "l_hundred": 0, "r_hundred": 13500, "seg_id": 1080571, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2001-02-21T00:00:00Z", "newsegdate": "2001-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40900, "Shape__Length": 531.01376341880632 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994113760287505, 40.109542120769902 ], [ -74.992524716178295, 40.110662211114601 ], [ -74.990592020365497, 40.112002779666703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28214, "tnode_": 448, "lpoly_": null, "rpoly_": null, "length": 334.39600106, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 14075, "r_t_add": 14099, "st_code": 69220, "l_hundred": 0, "r_hundred": 14000, "seg_id": 1080572, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": "2001-02-16T00:00:00Z", "multi_rep": 0, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40901, "Shape__Length": 133.32573409125649 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990592020365497, 40.112002779666703 ], [ -74.989704845048607, 40.112618118938997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 688, "tnode_": 589, "lpoly_": null, "rpoly_": null, "length": 1271.7286213699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OLD TOWNSEND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12901, "l_t_add": 12999, "r_f_add": 12900, "r_t_add": 12998, "st_code": 61290, "l_hundred": 12900, "r_hundred": 12900, "seg_id": 1080573, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-02-17T00:00:00Z", "newsegdate": "2001-12-28T00:00:00Z", "multi_rep": 0, "streetlabe": "OLD TOWNSEND RD", "stname": "OLD TOWNSEND RD", "objectid": 40902, "Shape__Length": 507.33108196207957 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982403399661706, 40.1028267523305 ], [ -74.982289359778903, 40.102918176513903 ], [ -74.9822486108487, 40.102997845463399 ], [ -74.981883379681307, 40.103694552994703 ], [ -74.981735384569404, 40.1040164385849 ], [ -74.981707610387403, 40.104110008767996 ], [ -74.980631119666398, 40.104790018468897 ], [ -74.979810238016398, 40.1054366073908 ], [ -74.979874010783206, 40.105542967816298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28387, "tnode_": 28388, "lpoly_": null, "rpoly_": null, "length": 85.05150124000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CENTURY", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3199, "r_f_add": 3100, "r_t_add": 3198, "st_code": 22150, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080574, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-02-21T00:00:00Z", "newsegdate": "2002-02-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CENTURY LN", "stname": "CENTURY LN", "objectid": 40903, "Shape__Length": 33.849044201201238 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965872080174506, 40.108165369780203 ], [ -74.965681281642105, 40.108167892172098 ], [ -74.965599798719794, 40.108162931822598 ], [ -74.965568680169199, 40.108159176730403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28388, "tnode_": 28389, "lpoly_": null, "rpoly_": null, "length": 79.23643819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080575, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2002-02-21T00:00:00Z", "newsegdate": "2002-02-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 40904, "Shape__Length": 31.545076236081751 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965568680169199, 40.108159176730403 ], [ -74.965506901996505, 40.108151721787401 ], [ -74.965298113831494, 40.1080967060498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 486, "tnode_": 28387, "lpoly_": null, "rpoly_": null, "length": 664.87679629000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3101, "l_t_add": 3147, "r_f_add": 3100, "r_t_add": 3128, "st_code": 55120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080576, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": "2002-02-21T00:00:00Z", "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40905, "Shape__Length": 265.62508009605381 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965610645367406, 40.109966895395097 ], [ -74.965668763386404, 40.109806938954002 ], [ -74.965794083321597, 40.109362416045002 ], [ -74.965898006859206, 40.108859527035698 ], [ -74.9658620381433, 40.108383696804701 ], [ -74.965872080174506, 40.108165369780203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28387, "tnode_": 537, "lpoly_": null, "rpoly_": null, "length": 379.57523608999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MECHANICSVILLE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3149, "l_t_add": 3149, "r_f_add": 3130, "r_t_add": 3136, "st_code": 55120, "l_hundred": 3100, "r_hundred": 3100, "seg_id": 1080577, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2002-04-08T00:00:00Z", "newsegdate": "2002-02-21T00:00:00Z", "multi_rep": 0, "streetlabe": "MECHANICSVILLE RD", "stname": "MECHANICSVILLE RD", "objectid": 40906, "Shape__Length": 151.48586922900378 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.965872080174506, 40.108165369780203 ], [ -74.965884656963894, 40.107891954054701 ], [ -74.965936002094793, 40.107607518985297 ], [ -74.965958832708196, 40.107549224650697 ], [ -74.966005115634104, 40.107479728402701 ], [ -74.966063433755707, 40.107428178250203 ], [ -74.966154768878198, 40.107381350784401 ], [ -74.966397852822496, 40.107347527936398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28450, "tnode_": 28451, "lpoly_": null, "rpoly_": null, "length": 912.34164678000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MEETING HOUSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 3001, "l_t_add": 3099, "r_f_add": 3000, "r_t_add": 3098, "st_code": 55270, "l_hundred": 3000, "r_hundred": 3000, "seg_id": 1080578, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-06-12T00:00:00Z", "newsegdate": "2002-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "MEETING HOUSE RD", "stname": "MEETING HOUSE RD", "objectid": 40907, "Shape__Length": 363.68066688120808 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9700688452957, 40.113198130499399 ], [ -74.969882303928799, 40.113236100379197 ], [ -74.969684154569805, 40.113242162625198 ], [ -74.969497198908499, 40.113205081666003 ], [ -74.969344232409995, 40.1131434987009 ], [ -74.967555540312404, 40.111797198169 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 548, "tnode_": 28450, "lpoly_": null, "rpoly_": null, "length": 3099.475307, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TOWNSEND", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 14001, "l_t_add": 14701, "r_f_add": 14000, "r_t_add": 14700, "st_code": 77660, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1080579, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-05-02T00:00:00Z", "newsegdate": "2002-05-02T00:00:00Z", "multi_rep": 0, "streetlabe": "TOWNSEND RD", "stname": "TOWNSEND RD", "objectid": 40908, "Shape__Length": 1236.0509551244593 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.977799315297901, 40.107104607621402 ], [ -74.9702414255581, 40.1130964550781 ], [ -74.9700688452957, 40.113198130499399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1019, "tnode_": 28477, "lpoly_": null, "rpoly_": null, "length": 1483.35486625, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 11700, "l_t_add": 12078, "r_f_add": 11701, "r_t_add": 12079, "st_code": 77200, "l_hundred": 11700, "r_hundred": 11700, "seg_id": 1080580, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2003-11-14T00:00:00Z", "newsegdate": "2002-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40909, "Shape__Length": 591.41628085086393 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991267514261096, 40.095787301658497 ], [ -74.988454340333107, 40.097808780001401 ], [ -74.9882582336664, 40.097973752007803 ], [ -74.988017283637205, 40.098206327270297 ], [ -74.987814274291907, 40.098411533775902 ], [ -74.9875516414087, 40.098659746839502 ], [ -74.987537533382607, 40.098670340445402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28477, "tnode_": 881, "lpoly_": null, "rpoly_": null, "length": 258.29975387999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12080, "l_t_add": 12098, "r_f_add": 12081, "r_t_add": 12099, "st_code": 77200, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1080581, "oneway": "B", "class": 3, "responsibl": "CITY", "update_": "2002-07-16T00:00:00Z", "newsegdate": "2002-07-16T00:00:00Z", "multi_rep": 0, "streetlabe": "THORNTON RD", "stname": "THORNTON RD", "objectid": 40910, "Shape__Length": 102.97325760382262 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987537533382607, 40.098670340445402 ], [ -74.987285725303494, 40.098859400434101 ], [ -74.9868645853131, 40.099155695882402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28477, "tnode_": 28478, "lpoly_": null, "rpoly_": null, "length": 305.78237178000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THORNWOOD", "st_type": "PL", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 100, "l_t_add": 298, "r_f_add": 101, "r_t_add": 299, "st_code": 77210, "l_hundred": 100, "r_hundred": 100, "seg_id": 1080582, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-07-29T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "THORNWOOD PL", "stname": "THORNWOOD PL", "objectid": 40911, "Shape__Length": 122.02144522422023 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987537533382607, 40.098670340445402 ], [ -74.987330691223406, 40.0985119688822 ], [ -74.987282512737707, 40.098441634472501 ], [ -74.987298739710198, 40.098264471354 ], [ -74.987322463465603, 40.0981243825115 ], [ -74.987517247524593, 40.098281251528 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 881, "tnode_": 28480, "lpoly_": null, "rpoly_": null, "length": 306.86212375999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3000, "r_t_add": 3098, "st_code": 84460, "l_hundred": 0, "r_hundred": 3000, "seg_id": 1080583, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2002-07-29T00:00:00Z", "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40912, "Shape__Length": 122.36250539141425 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9868645853131, 40.099155695882402 ], [ -74.986112687305607, 40.0985423671506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28480, "tnode_": 908, "lpoly_": null, "rpoly_": null, "length": 133.02892427, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3100, "r_t_add": 3108, "st_code": 84460, "l_hundred": 0, "r_hundred": 3100, "seg_id": 1080584, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2002-07-29T00:00:00Z", "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40913, "Shape__Length": 53.045477241028394 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986112687305607, 40.0985423671506 ], [ -74.985786733594296, 40.098276479137901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28481, "tnode_": 28482, "lpoly_": null, "rpoly_": null, "length": 357.46494564, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVERSIDE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 800, "l_t_add": 1198, "r_f_add": 801, "r_t_add": 1199, "st_code": 68810, "l_hundred": 800, "r_hundred": 800, "seg_id": 1080585, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-07-29T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVERSIDE DR", "stname": "RIVERSIDE DR", "objectid": 40914, "Shape__Length": 142.24006716591052 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986315378536503, 40.0968488533101 ], [ -74.985039181812994, 40.096800452400501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28482, "tnode_": 28484, "lpoly_": null, "rpoly_": null, "length": 1008.4736861700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RIVERSIDE", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1300, "l_t_add": 2098, "r_f_add": 1301, "r_t_add": 2099, "st_code": 68810, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1080586, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-07-29T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "RIVERSIDE DR", "stname": "RIVERSIDE DR", "objectid": 40915, "Shape__Length": 401.93228816377655 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985039181812994, 40.096800452400501 ], [ -74.983285954024893, 40.095347069404298 ], [ -74.983190299098197, 40.095286488823099 ], [ -74.982459061736407, 40.095281701195702 ], [ -74.982320224152105, 40.095356635110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28480, "tnode_": 28481, "lpoly_": null, "rpoly_": null, "length": 625.09871791, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WATERVIEW", "st_type": "LN", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 300, "l_t_add": 898, "r_f_add": 301, "r_t_add": 899, "st_code": 81770, "l_hundred": 300, "r_hundred": 300, "seg_id": 1080587, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-07-29T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 0, "streetlabe": "WATERVIEW LN", "stname": "WATERVIEW LN", "objectid": 40916, "Shape__Length": 249.69368656596004 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986112687305607, 40.0985423671506 ], [ -74.986183682182499, 40.098475044298901 ], [ -74.986315378536503, 40.0968488533101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 908, "tnode_": 28483, "lpoly_": null, "rpoly_": null, "length": 386.4230213, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3110, "r_t_add": 3198, "st_code": 84460, "l_hundred": 0, "r_hundred": 3100, "seg_id": 1080588, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40917, "Shape__Length": 154.10193435237102 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985786733594296, 40.098276479137901 ], [ -74.985371499355296, 40.097908075124998 ], [ -74.9848676628513, 40.097484730437699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28483, "tnode_": 28484, "lpoly_": null, "rpoly_": null, "length": 1053.0416092400001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3200, "r_t_add": 3298, "st_code": 84460, "l_hundred": 0, "r_hundred": 3200, "seg_id": 1080589, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2002-07-30T00:00:00Z", "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40918, "Shape__Length": 419.90915891595995 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9848676628513, 40.097484730437699 ], [ -74.984289489349706, 40.0969989162326 ], [ -74.982320224152105, 40.095356635110001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28483, "tnode_": 28482, "lpoly_": null, "rpoly_": null, "length": 260.1241701, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEWARDS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1100, "l_t_add": 1398, "r_f_add": 1101, "r_t_add": 1399, "st_code": 74825, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1080590, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2008-02-14T00:00:00Z", "newsegdate": "2002-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "STEWARDS WAY", "stname": "STEWARDS WAY", "objectid": 40919, "Shape__Length": 103.88354750633516 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9848676628513, 40.097484730437699 ], [ -74.984953516114601, 40.0974007076573 ], [ -74.984996716055903, 40.0968870019842 ], [ -74.985039181812994, 40.096800452400501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28484, "tnode_": 28485, "lpoly_": null, "rpoly_": null, "length": 535.44645748000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASHWOOD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2100, "l_t_add": 2598, "r_f_add": 2101, "r_t_add": 2599, "st_code": 13780, "l_hundred": 2100, "r_hundred": 2100, "seg_id": 1080591, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2002-07-29T00:00:00Z", "newsegdate": "2002-07-29T00:00:00Z", "multi_rep": 0, "streetlabe": "ASHWOOD AVE", "stname": "ASHWOOD AVE", "objectid": 40920, "Shape__Length": 213.63444316350854 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982320224152105, 40.095356635110001 ], [ -74.982452207453406, 40.095245225881797 ], [ -74.982493595895093, 40.094776331250401 ], [ -74.981751727993796, 40.094146540741498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28484, "tnode_": 1103, "lpoly_": null, "rpoly_": null, "length": 876.61127496000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 3300, "r_t_add": 3498, "st_code": 84460, "l_hundred": 0, "r_hundred": 3300, "seg_id": 1080592, "oneway": "FT", "class": 3, "responsibl": "CITY", "update_": "2007-05-30T00:00:00Z", "newsegdate": "2002-07-29T00:00:00Z", "multi_rep": 4, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 40921, "Shape__Length": 349.54836793051237 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.982320224152105, 40.095356635110001 ], [ -74.980203511600905, 40.093582364684899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28214, "tnode_": 28526, "lpoly_": null, "rpoly_": null, "length": 354.77849060999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CROWN", "st_type": "WAY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 26210, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080593, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-15T00:00:00Z", "newsegdate": "2003-01-15T00:00:00Z", "multi_rep": 0, "streetlabe": "CROWN WAY", "stname": "CROWN WAY", "objectid": 40922, "Shape__Length": 141.65302864414298 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990592020365497, 40.112002779666703 ], [ -74.990433086828901, 40.111883011107999 ], [ -74.990391192948096, 40.111848768114399 ], [ -74.990353803217801, 40.1118220201258 ], [ -74.9903359345236, 40.111788353734397 ], [ -74.990327826308302, 40.111751229045502 ], [ -74.990319868290101, 40.111710415402797 ], [ -74.990326174899494, 40.111673636686398 ], [ -74.990337437440203, 40.1116332834589 ], [ -74.990348850153893, 40.111589241277102 ], [ -74.990530998743495, 40.111131987327802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28590, "tnode_": 28589, "lpoly_": null, "rpoly_": null, "length": 219.97434829, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NABISCO", "st_type": "DWY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1116, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080594, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "NABISCO DWY", "stname": "NABISCO DWY", "objectid": 40923, "Shape__Length": 87.741014131970815 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002902898846898, 40.1049913277391 ], [ -75.002394201624597, 40.104530834022498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28589, "tnode_": 28588, "lpoly_": null, "rpoly_": null, "length": 62.66004171, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NABISCO", "st_type": "DWY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1116, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080595, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "NABISCO DWY", "stname": "NABISCO DWY", "objectid": 40924, "Shape__Length": 24.989265321823638 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002394201624597, 40.104530834022498 ], [ -75.002242763576504, 40.104404089396802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28588, "tnode_": 28587, "lpoly_": null, "rpoly_": null, "length": 62.40762139, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NABISCO", "st_type": "DWY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1116, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080596, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "NABISCO DWY", "stname": "NABISCO DWY", "objectid": 40925, "Shape__Length": 24.888552606320367 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002242763576504, 40.104404089396802 ], [ -75.002091936717207, 40.104277854748403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28587, "tnode_": 28586, "lpoly_": null, "rpoly_": null, "length": 54.94861252, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NABISCO", "st_type": "DWY", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1116, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080597, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 0, "streetlabe": "NABISCO DWY", "stname": "NABISCO DWY", "objectid": 40926, "Shape__Length": 21.91381422076887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002091936717207, 40.104277854748403 ], [ -75.0019591362596, 40.104166708313301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 661, "tnode_": 28589, "lpoly_": null, "rpoly_": null, "length": 376.0706593, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11600, "l_t_add": 11678, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11600, "r_hundred": 0, "seg_id": 1080598, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40927, "Shape__Length": 149.92077012733952 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003396427443505, 40.103842740764797 ], [ -75.002394201624597, 40.104530834022498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28589, "tnode_": 616, "lpoly_": null, "rpoly_": null, "length": 223.53045286, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19154, "l_f_add": 11680, "l_t_add": 11698, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 11600, "r_hundred": 0, "seg_id": 1080599, "oneway": "TF", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 3, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40928, "Shape__Length": 89.111250228133642 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002394201624597, 40.104530834022498 ], [ -75.001798484983993, 40.104939821769797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 667, "tnode_": 28588, "lpoly_": null, "rpoly_": null, "length": 334.41472919, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080600, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40929, "Shape__Length": 133.31330652301438 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003135704041497, 40.103793701470998 ], [ -75.002242763576504, 40.104404089396802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28588, "tnode_": 626, "lpoly_": null, "rpoly_": null, "length": 222.71772005, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080601, "oneway": "TF", "class": 1, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 1, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40930, "Shape__Length": 88.786330787115304 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002242763576504, 40.104404089396802 ], [ -75.001648063974699, 40.104810600228802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 676, "tnode_": 28587, "lpoly_": null, "rpoly_": null, "length": 374.1972187, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080602, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40931, "Shape__Length": 149.17531173814791 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003086192762893, 40.103590644166303 ], [ -75.002091936717207, 40.104277854748403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28587, "tnode_": 630, "lpoly_": null, "rpoly_": null, "length": 222.91551706000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 69220, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080603, "oneway": "FT", "class": 1, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 2, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40932, "Shape__Length": 88.866931163528434 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002091936717207, 40.104277854748403 ], [ -75.0014996321609, 40.104687233364302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 675, "tnode_": 28586, "lpoly_": null, "rpoly_": null, "length": 294.96871336000004, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11601, "r_t_add": 11679, "st_code": 69220, "l_hundred": 0, "r_hundred": 11600, "seg_id": 1080604, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40933, "Shape__Length": 117.58820252017003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002746341895701, 40.103627969454401 ], [ -75.0019591362596, 40.104166708313301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28586, "tnode_": 636, "lpoly_": null, "rpoly_": null, "length": 220.89089612000001, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11681, "r_t_add": 11699, "st_code": 69220, "l_hundred": 0, "r_hundred": 11600, "seg_id": 1080605, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-01-28T00:00:00Z", "newsegdate": "2003-01-28T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40934, "Shape__Length": 88.05795799996298 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0019591362596, 40.104166708313301 ], [ -75.001369620222206, 40.104570146443102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28671, "tnode_": 763, "lpoly_": null, "rpoly_": null, "length": 272.03228613, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAZA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1294, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080606, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-11-29T00:00:00Z", "newsegdate": "2003-05-09T00:00:00Z", "multi_rep": 0, "streetlabe": "PLAZA DR", "stname": "PLAZA DR", "objectid": 40935, "Shape__Length": 108.49373598995763 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007044579027806, 40.102329416470901 ], [ -75.006402840782997, 40.101768350089003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 783, "tnode_": 28670, "lpoly_": null, "rpoly_": null, "length": 55.00042255, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PLAZA", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1294, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080607, "oneway": "B", "class": 6, "responsibl": "PRIVATE", "update_": "2007-11-29T00:00:00Z", "newsegdate": "2003-05-09T00:00:00Z", "multi_rep": 0, "streetlabe": "PLAZA DR", "stname": "PLAZA DR", "objectid": 40936, "Shape__Length": 21.933066060975381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006092427186303, 40.101522408865002 ], [ -75.005958628547603, 40.101411780262197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 872, "tnode_": 28670, "lpoly_": null, "rpoly_": null, "length": 849.85824838999997, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11001, "r_t_add": 11299, "st_code": 69220, "l_hundred": 0, "r_hundred": 11000, "seg_id": 1080608, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-05-09T00:00:00Z", "newsegdate": "2003-05-09T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40937, "Shape__Length": 338.78475779679275 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008214025931693, 40.099849085787099 ], [ -75.008136264325998, 40.099910429605899 ], [ -75.005958628547603, 40.101411780262197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28670, "tnode_": 751, "lpoly_": null, "rpoly_": null, "length": 374.28824312, "stcl2_": null, "stcl2_id": null, "pre_dir": "E", "st_name": "ROOSEVELT", "st_type": "BLVD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 11301, "r_t_add": 11499, "st_code": 69220, "l_hundred": 0, "r_hundred": 11300, "seg_id": 1080609, "oneway": "FT", "class": 2, "responsibl": "STATE", "update_": "2003-05-09T00:00:00Z", "newsegdate": "2003-05-09T00:00:00Z", "multi_rep": 4, "streetlabe": "E ROOSEVELT BLVD", "stname": "E ROOSEVELT BLVD", "objectid": 40938, "Shape__Length": 149.20606476588532 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005958628547603, 40.101411780262197 ], [ -75.004963004633495, 40.102098168905002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1228, "tnode_": 1195, "lpoly_": null, "rpoly_": null, "length": 335.07846744, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12404, "l_t_add": 12446, "r_f_add": 12405, "r_t_add": 12447, "st_code": 58770, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080610, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40939, "Shape__Length": 133.61529278426218 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.968665946981901, 40.090560917375299 ], [ -74.968785292643204, 40.090654546665597 ], [ -74.969312762082197, 40.091113903522597 ], [ -74.969457801057104, 40.091250577860897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1171, "tnode_": 1144, "lpoly_": null, "rpoly_": null, "length": 260.8296242, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12458, "l_t_add": 12498, "r_f_add": 12459, "r_t_add": 12499, "st_code": 58770, "l_hundred": 12400, "r_hundred": 12400, "seg_id": 1080611, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2003-08-19T00:00:00Z", "newsegdate": "2003-08-19T00:00:00Z", "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40940, "Shape__Length": 104.05752262266952 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.969983766119896, 40.0916949976003 ], [ -74.970103639112693, 40.091820926256503 ], [ -74.970231197538794, 40.091927128766898 ], [ -74.970319233217396, 40.092029054931899 ], [ -74.970422570053401, 40.0921667631156 ], [ -74.970507444376594, 40.092284146235897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 911, "tnode_": 912, "lpoly_": null, "rpoly_": null, "length": 682.46840246, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RAMER", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12500, "l_t_add": 12598, "r_f_add": 12501, "r_t_add": 12599, "st_code": 67290, "l_hundred": 12500, "r_hundred": 12500, "seg_id": 1080612, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-27T00:00:00Z", "newsegdate": "2005-10-27T00:00:00Z", "multi_rep": 0, "streetlabe": "RAMER RD", "stname": "RAMER RD", "objectid": 40941, "Shape__Length": 272.18168827063687 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.972550117474597, 40.098217704362 ], [ -74.972528403231905, 40.098013424391297 ], [ -74.972464174333496, 40.097881959878002 ], [ -74.971738646117998, 40.097507029878301 ], [ -74.971650317924798, 40.097482021455697 ], [ -74.971560585082599, 40.0974912899675 ], [ -74.971476183675406, 40.097552151902299 ], [ -74.971098848761699, 40.098106765844399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 279, "tnode_": 29245, "lpoly_": null, "rpoly_": null, "length": 882.17710121000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2651, "l_t_add": 2669, "r_f_add": 2650, "r_t_add": 2668, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080614, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-02-28T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40942, "Shape__Length": 351.82592570797209 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993535751459106, 40.118690041168101 ], [ -74.991301868972798, 40.116980318293002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29245, "tnode_": 410, "lpoly_": null, "rpoly_": null, "length": 1307.85032725, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2671, "l_t_add": 2691, "r_f_add": 2670, "r_t_add": 2692, "st_code": 73480, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080615, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2008-02-28T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40943, "Shape__Length": 521.62891037099428 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991301868972798, 40.116980318293002 ], [ -74.990415301736903, 40.116301739712704 ], [ -74.988079264219493, 40.114379444254801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29245, "tnode_": 29247, "lpoly_": null, "rpoly_": null, "length": 264.95795259, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARBOURS", "st_type": "WAY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15014, "r_f_add": 15001, "r_t_add": 15015, "st_code": 12930, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080616, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "ARBOURS WAY", "stname": "ARBOURS WAY", "objectid": 40944, "Shape__Length": 105.69755728383979 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991301868972798, 40.116980318293002 ], [ -74.991012171822902, 40.117196720597903 ], [ -74.9906816557003, 40.117527651781302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29247, "tnode_": 29246, "lpoly_": null, "rpoly_": null, "length": 196.46228016000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIGOLD", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2675, "l_t_add": 2699, "r_f_add": 2676, "r_t_add": 2698, "st_code": 53477, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080617, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MARIGOLD LN", "stname": "MARIGOLD LN", "objectid": 40945, "Shape__Length": 78.309069530735314 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9906816557003, 40.117527651781302 ], [ -74.990119805050995, 40.117203943006302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29248, "tnode_": 29250, "lpoly_": null, "rpoly_": null, "length": 1015.6251354799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAHLIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 27130, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080618, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "DAHLIA DR", "stname": "DAHLIA DR", "objectid": 40946, "Shape__Length": 405.26114874154121 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991239436539601, 40.117875122880001 ], [ -74.990604440079693, 40.118525062311001 ], [ -74.989026284620607, 40.120085460543301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29246, "tnode_": 29249, "lpoly_": null, "rpoly_": null, "length": 1015.3468554, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15012, "l_t_add": 15098, "r_f_add": 15013, "r_t_add": 15099, "st_code": 75477, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080619, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 40947, "Shape__Length": 405.1455825730572 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990119805050995, 40.117203943006302 ], [ -74.987906213288994, 40.119413145218402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29250, "tnode_": 29249, "lpoly_": null, "rpoly_": null, "length": 397.62567608000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "VERONICA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 79975, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1080620, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "VERONICA LN", "stname": "VERONICA LN", "objectid": 40948, "Shape__Length": 158.50946734959646 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989026284620607, 40.120085460543301 ], [ -74.987906213288994, 40.119413145218402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29250, "tnode_": 29253, "lpoly_": null, "rpoly_": null, "length": 541.24610856999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAHLIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15114, "r_f_add": 15101, "r_t_add": 15115, "st_code": 27130, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1080621, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "DAHLIA DR", "stname": "DAHLIA DR", "objectid": 40949, "Shape__Length": 215.92069348746659 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989026284620607, 40.120085460543301 ], [ -74.988971145621306, 40.1201469903367 ], [ -74.987746953360698, 40.1211995719434 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29249, "tnode_": 29252, "lpoly_": null, "rpoly_": null, "length": 509.51395878, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15112, "r_f_add": 15101, "r_t_add": 15113, "st_code": 75477, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1080622, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 40950, "Shape__Length": 203.2116643204545 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987906213288994, 40.119413145218402 ], [ -74.986621438353495, 40.120404818431702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29892, "tnode_": 29885, "lpoly_": null, "rpoly_": null, "length": 3799.0906395000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 15000, "l_t_add": 15050, "r_f_add": 15001, "r_t_add": 15049, "st_code": 1016, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080623, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40951, "Shape__Length": 1514.9122978559681 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9870106585428, 40.1123172301102 ], [ -74.986748967483507, 40.112324574522397 ], [ -74.986686538065896, 40.112332610159903 ], [ -74.986544227179294, 40.112395943527801 ], [ -74.986226442675104, 40.112650554051399 ], [ -74.986215776389201, 40.112683674005297 ], [ -74.986232447591206, 40.112731756360503 ], [ -74.986339552070504, 40.112922672144698 ], [ -74.986445108567295, 40.113075405842103 ], [ -74.986548922712998, 40.113194720323897 ], [ -74.986616580381806, 40.113286941181798 ], [ -74.986752674219105, 40.1134523286415 ], [ -74.986786792207795, 40.113529438968797 ], [ -74.986808210999598, 40.113613396757103 ], [ -74.986809080140503, 40.113668251015604 ], [ -74.986787457641199, 40.1137416376028 ], [ -74.986730934258702, 40.113833257391803 ], [ -74.986660260926897, 40.113891160774003 ], [ -74.985457440079301, 40.114756275338401 ], [ -74.983863776559701, 40.115914753366901 ], [ -74.983736091443006, 40.115999892389802 ], [ -74.983599586030806, 40.116072898886003 ], [ -74.983475976024707, 40.116134294387599 ], [ -74.983317559967503, 40.116211541844301 ], [ -74.983157013425298, 40.116264896538503 ], [ -74.982949447887407, 40.116329039765098 ], [ -74.982677415534695, 40.116374943445898 ], [ -74.9825213320008, 40.116395027409702 ], [ -74.982208483798004, 40.1164518678519 ], [ -74.981915210878597, 40.116561627922898 ], [ -74.981645197578999, 40.116710092065603 ], [ -74.981426559987298, 40.116893170760399 ], [ -74.981261719638994, 40.117127609443202 ], [ -74.981057302341995, 40.117494602254403 ], [ -74.980935998908393, 40.117651415000303 ], [ -74.980754486424203, 40.117837769838303 ], [ -74.980622524671304, 40.1179514114312 ], [ -74.980443735609697, 40.118071076820897 ], [ -74.980214822913993, 40.118201455741101 ], [ -74.980003463617294, 40.118282191120798 ], [ -74.979751580167502, 40.118366718312302 ], [ -74.979629714806407, 40.1183852395001 ], [ -74.979414973852499, 40.118396754430798 ], [ -74.979223604409597, 40.118368302140198 ], [ -74.979092736945702, 40.1183031625851 ], [ -74.978890043858399, 40.1181719225183 ], [ -74.978769081435303, 40.118016426228003 ], [ -74.978711724809401, 40.117824317861398 ], [ -74.978698939208698, 40.117757256001397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29885, "tnode_": 29887, "lpoly_": null, "rpoly_": null, "length": 141.36341079000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 1500, "seg_id": 1080624, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40952, "Shape__Length": 56.40834672781272 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978698939208698, 40.117757256001397 ], [ -74.978683734077904, 40.117673446269698 ], [ -74.978612785575805, 40.117585909752997 ], [ -74.978501507675702, 40.117497401173701 ], [ -74.978419500323099, 40.1174525112922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29885, "tnode_": 29886, "lpoly_": null, "rpoly_": null, "length": 133.29276937, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 1500, "seg_id": 1080625, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40953, "Shape__Length": 53.23470896970435 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978698939208698, 40.117757256001397 ], [ -74.978741035638805, 40.117639066611503 ], [ -74.978775370090204, 40.117558835004701 ], [ -74.978821918300596, 40.117483667078297 ], [ -74.978871178225006, 40.117418099571999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29886, "tnode_": 29890, "lpoly_": null, "rpoly_": null, "length": 1728.1472708700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 15051, "r_t_add": 15099, "st_code": 1016, "l_hundred": 0, "r_hundred": 15000, "seg_id": 1080626, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40954, "Shape__Length": 688.47151136312971 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978871178225006, 40.117418099571999 ], [ -74.978999358981596, 40.117321057479799 ], [ -74.979162052232297, 40.117215309996098 ], [ -74.979256789255302, 40.117100773101399 ], [ -74.979274831732198, 40.117039221672997 ], [ -74.979317900315195, 40.116897215106 ], [ -74.979320821155397, 40.116825763325103 ], [ -74.979323060455897, 40.1167709837761 ], [ -74.979307367973405, 40.116699082601201 ], [ -74.979298075019997, 40.116622568980198 ], [ -74.9792578565349, 40.116542925062802 ], [ -74.979176919681507, 40.1164718368534 ], [ -74.979059828738599, 40.116373651816403 ], [ -74.978965997002106, 40.116314172922898 ], [ -74.978868381390498, 40.116271291417299 ], [ -74.978650363758902, 40.116211202718198 ], [ -74.978431081553495, 40.116182077114203 ], [ -74.978242138202702, 40.116170370163303 ], [ -74.977762645287797, 40.116201725314298 ], [ -74.977341704278501, 40.116244025423697 ], [ -74.976900996010798, 40.11623816641 ], [ -74.9765783667509, 40.116230385292603 ], [ -74.976087064721298, 40.116170852615603 ], [ -74.975806324351097, 40.116125934922401 ], [ -74.975489820485095, 40.116044392030901 ], [ -74.975290419703299, 40.115984746073202 ], [ -74.975099351305701, 40.115949142198197 ], [ -74.9749316382415, 40.115949863241497 ], [ -74.9747567452211, 40.115974251210602 ], [ -74.974621302963698, 40.1160210482563 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29888, "tnode_": 29887, "lpoly_": null, "rpoly_": null, "length": 1462.9411213000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 15052, "l_t_add": 15098, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 0, "seg_id": 1080627, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40955, "Shape__Length": 582.80639915960433 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974169165154905, 40.116370130108102 ], [ -74.974145674799701, 40.116488767166899 ], [ -74.974122379461505, 40.116602640476401 ], [ -74.974112955675594, 40.1166810879538 ], [ -74.974158865200707, 40.116849082170702 ], [ -74.974237066099604, 40.1169868627169 ], [ -74.974428294745607, 40.117170284847099 ], [ -74.974690991858495, 40.117276756611602 ], [ -74.974949825277307, 40.117325916698697 ], [ -74.975298935498301, 40.117293812120202 ], [ -74.975524442260607, 40.117246803120899 ], [ -74.975861240704305, 40.117212015566999 ], [ -74.976253976656906, 40.117176192133101 ], [ -74.976657951308994, 40.117169247315999 ], [ -74.977113397106393, 40.117194535391 ], [ -74.977502430111301, 40.117249213510398 ], [ -74.977967947542695, 40.117331958768901 ], [ -74.978419500323099, 40.1174525112922 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29888, "tnode_": 29889, "lpoly_": null, "rpoly_": null, "length": 163.08759875000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080628, "oneway": "TF", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40956, "Shape__Length": 65.018275862014818 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974169165154905, 40.116370130108102 ], [ -74.974156580590005, 40.116298304021001 ], [ -74.974134006068994, 40.116242925454898 ], [ -74.974083317346796, 40.116191635735099 ], [ -74.974034851985607, 40.116161856805597 ], [ -74.973768453113806, 40.116145889249701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29889, "tnode_": 29891, "lpoly_": null, "rpoly_": null, "length": 1650.08209416, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 1016, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1080630, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40957, "Shape__Length": 657.77716687470775 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.973768453113806, 40.116145889249701 ], [ -74.973523672376103, 40.116132826390199 ], [ -74.973030812413398, 40.116111388798998 ], [ -74.972119450697306, 40.116072686962497 ], [ -74.971996045722804, 40.116053016968799 ], [ -74.971867120588996, 40.116016524773201 ], [ -74.971741883693596, 40.115965817972402 ], [ -74.971577977046294, 40.115873646576397 ], [ -74.971511584568304, 40.1158267446772 ], [ -74.971431242549798, 40.115741359796502 ], [ -74.971357984196104, 40.115634689770403 ], [ -74.971300335471895, 40.115526013577501 ], [ -74.971275442333507, 40.115451505421603 ], [ -74.971260832749493, 40.115353404378297 ], [ -74.971255920763497, 40.115246002568 ], [ -74.9712817358065, 40.115146494186803 ], [ -74.971333541094197, 40.115019005818397 ], [ -74.9714579643165, 40.114862279035798 ], [ -74.971603028118096, 40.114732275590001 ], [ -74.971835828956102, 40.114582934670501 ], [ -74.973084474085695, 40.113740523168701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 419, "tnode_": 29892, "lpoly_": null, "rpoly_": null, "length": 662.77256916, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2701, "l_t_add": 2749, "r_f_add": 2700, "r_t_add": 2748, "st_code": 73480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 1080631, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-25T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40958, "Shape__Length": 264.70077699835122 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987642461064596, 40.114016975140302 ], [ -74.987230613479696, 40.1135518211792 ], [ -74.987075907693594, 40.113225630085303 ], [ -74.9870106585428, 40.1123172301102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29892, "tnode_": 27900, "lpoly_": null, "rpoly_": null, "length": 981.07063318999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 2750, "l_t_add": 2798, "r_f_add": 2751, "r_t_add": 2799, "st_code": 73480, "l_hundred": 2700, "r_hundred": 2700, "seg_id": 1080632, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1999-05-25T00:00:00Z", "newsegdate": "2015-01-26T00:00:00Z", "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 40959, "Shape__Length": 391.99333042984875 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9870106585428, 40.1123172301102 ], [ -74.986817516844795, 40.109628173315201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29887, "tnode_": 29886, "lpoly_": null, "rpoly_": null, "length": 129.70831571000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 1500, "seg_id": 1080633, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-02-02T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40960, "Shape__Length": 51.638114308437245 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.978419500323099, 40.1174525112922 ], [ -74.978512568073896, 40.117454754445603 ], [ -74.978571608575905, 40.1174537931999 ], [ -74.9787402991345, 40.117429249894897 ], [ -74.978843745385007, 40.117405518257399 ], [ -74.978871178225006, 40.117418099571999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29890, "tnode_": 29888, "lpoly_": null, "rpoly_": null, "length": 183.62880082000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080634, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40961, "Shape__Length": 73.233602569431071 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974621302963698, 40.1160210482563 ], [ -74.974412559707005, 40.116113756744902 ], [ -74.974335569983594, 40.116173884616302 ], [ -74.974221921312306, 40.116295112892999 ], [ -74.974169165154905, 40.116370130108102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29890, "tnode_": 29889, "lpoly_": null, "rpoly_": null, "length": 244.99268335000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BENJAMIN RUSH", "st_type": "RD", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1016, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1080635, "oneway": "FT", "class": 5, "responsibl": "PRIVATE", "update_": "2015-01-23T00:00:00Z", "newsegdate": "2015-02-02T00:00:00Z", "multi_rep": 0, "streetlabe": "BENJAMIN RUSH RD", "stname": "BENJAMIN RUSH RD", "objectid": 40962, "Shape__Length": 97.532389717545442 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.974621302963698, 40.1160210482563 ], [ -74.974360406663806, 40.116098193398599 ], [ -74.9741105727216, 40.116132691639898 ], [ -74.973768453113806, 40.116145889249701 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 996, "tnode_": 29992, "lpoly_": null, "rpoly_": null, "length": 140.68549857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12610, "l_t_add": 12610, "r_f_add": 0, "r_t_add": 0, "st_code": 58770, "l_hundred": 12600, "r_hundred": 0, "seg_id": 1080636, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2018-03-02T13:41:52Z", "newsegdate": "2018-03-02T13:41:52Z", "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40963, "Shape__Length": 55.981794030256196 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.967149103025605, 40.095576511539797 ], [ -74.966649323576306, 40.095619253384598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29992, "tnode_": 992, "lpoly_": null, "rpoly_": null, "length": 162.27382201, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NANTON", "st_type": "DR", "suf_dir": " ", "zip_left": 19154, "zip_right": 19154, "l_f_add": 12612, "l_t_add": 12620, "r_f_add": 0, "r_t_add": 0, "st_code": 58770, "l_hundred": 12600, "r_hundred": 0, "seg_id": 1080637, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2018-03-02T13:41:52Z", "newsegdate": "2018-03-02T13:41:52Z", "multi_rep": 0, "streetlabe": "NANTON DR", "stname": "NANTON DR", "objectid": 40964, "Shape__Length": 64.571266160451145 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.966649323576306, 40.095619253384598 ], [ -74.966639138836896, 40.095620125011003 ], [ -74.966366927944804, 40.095643115808102 ], [ -74.966071677885694, 40.0956585682992 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28617, "tnode_": 26720, "lpoly_": null, "rpoly_": null, "length": 5482.6485657700005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INDUSTRIAL", "st_type": "HWY", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 1, "l_t_add": 8999, "r_f_add": 0, "r_t_add": 9198, "st_code": 44900, "l_hundred": 8800, "r_hundred": 0, "seg_id": 1080638, "oneway": "FT", "class": 2, "responsibl": "AIRPORT", "update_": "2018-06-20T10:56:05Z", "newsegdate": "2018-06-20T10:56:05Z", "multi_rep": 2, "streetlabe": "INDUSTRIAL HWY", "stname": "INDUSTRIAL HWY", "objectid": 40965, "Shape__Length": 2179.2943686926305 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241930245056494, 39.886456107537001 ], [ -75.241975954844406, 39.886387362798303 ], [ -75.242229359486601, 39.885985900147297 ], [ -75.2425868191158, 39.885304434034403 ], [ -75.242878358315096, 39.884677324316499 ], [ -75.243240881280002, 39.883858109762002 ], [ -75.243677430961597, 39.882879679571303 ], [ -75.244061824119299, 39.882044529550697 ], [ -75.244289545471204, 39.881579054274297 ], [ -75.244377362490994, 39.881442410598503 ], [ -75.244647268384597, 39.881071747773497 ], [ -75.244946293089697, 39.880683441562198 ], [ -75.245361262308094, 39.880239172749697 ], [ -75.245597194847505, 39.8800176599919 ], [ -75.245852090885293, 39.879796561179198 ], [ -75.246140579163196, 39.879565227136801 ], [ -75.246515756701399, 39.8792992276246 ], [ -75.247269769513693, 39.878796552117599 ], [ -75.248073272518099, 39.878333696017897 ], [ -75.249264875122407, 39.877715825106897 ], [ -75.2503093747127, 39.877251042898997 ], [ -75.251336772494696, 39.876846108054202 ], [ -75.251923028639396, 39.876642540422701 ], [ -75.2525482148816, 39.876447386678599 ], [ -75.253004721599495, 39.876314484956097 ], [ -75.254365899129297, 39.8759433730675 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29997, "tnode_": 29744, "lpoly_": null, "rpoly_": null, "length": 350.72645075000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080639, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2018-06-20T11:02:10Z", "newsegdate": "2018-06-20T11:02:10Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 40966, "Shape__Length": 139.61406969150494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.241484206508801, 39.884309664339902 ], [ -75.241076909166694, 39.883399441191301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29745, "tnode_": 29997, "lpoly_": null, "rpoly_": null, "length": 647.55587545999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DELAWARE EXPY", "st_type": "RAMP", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 1080, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080640, "oneway": "TF", "class": 10, "responsibl": "STATE", "update_": "2018-06-20T11:02:10Z", "newsegdate": "2018-06-20T11:02:10Z", "multi_rep": 8, "streetlabe": "DELAWARE EXPY RAMP", "stname": "DELAWARE EXPY RAMP", "objectid": 40967, "Shape__Length": 257.81598424887625 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.242056490458097, 39.886024413581502 ], [ -75.242000131011295, 39.885632971359001 ], [ -75.241864559246196, 39.885159649393202 ], [ -75.241484206508801, 39.884309664339902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29251, "tnode_": 29249, "lpoly_": null, "rpoly_": null, "length": 719.47750700999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDFLOWER", "st_type": "WAY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15114, "r_f_add": 15001, "r_t_add": 15115, "st_code": 83225, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1080641, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2019-08-06T14:57:24Z", "newsegdate": "2019-08-06T14:57:24Z", "multi_rep": 0, "streetlabe": "WILDFLOWER WAY", "stname": "WILDFLOWER WAY", "objectid": 40968, "Shape__Length": 286.92326991814116 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9860491103111, 40.119955576730099 ], [ -74.987331374578901, 40.119001025655201 ], [ -74.987906213288994, 40.119413145218402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30119, "tnode_": 29793, "lpoly_": null, "rpoly_": null, "length": 1647.04631733, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "LL", "zip_left": 19113, "zip_right": 19113, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8974, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080642, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2023-08-31T15:00:41Z", "newsegdate": "2023-08-31T15:00:41Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP LL", "stname": "AIRPORT RAMP LL", "objectid": 40969, "Shape__Length": 653.91188561545005 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.258606621972007, 39.876286438935203 ], [ -75.258694082907198, 39.876148956523203 ], [ -75.258795633915298, 39.875877638380999 ], [ -75.258790004183197, 39.8757186949911 ], [ -75.258717653703201, 39.875505360690603 ], [ -75.258609362656998, 39.8753353609535 ], [ -75.258522342693894, 39.875209941452503 ], [ -75.258298981351004, 39.8750550870312 ], [ -75.257981820106195, 39.874959955973402 ], [ -75.257376980752099, 39.874902683415101 ], [ -75.254256268712496, 39.874718824868403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29308, "tnode_": 30119, "lpoly_": null, "rpoly_": null, "length": 2281.6036533199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AIRPORT", "st_type": "RAMP", "suf_dir": "LL", "zip_left": 19113, "zip_right": 19113, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 8974, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080643, "oneway": "FT", "class": 10, "responsibl": "STATE", "update_": "2023-08-31T15:00:41Z", "newsegdate": "2023-08-31T15:00:41Z", "multi_rep": 8, "streetlabe": "AIRPORT RAMP LL", "stname": "AIRPORT RAMP LL", "objectid": 40970, "Shape__Length": 906.63161666381711 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253070829347095, 39.880106591030597 ], [ -75.253288160171905, 39.879700890669902 ], [ -75.253576114908697, 39.8791247437793 ], [ -75.2539023471886, 39.8785151698807 ], [ -75.254038705360102, 39.8782326403757 ], [ -75.254132802922001, 39.878091939641997 ], [ -75.254257986609005, 39.877911946135903 ], [ -75.254412580255007, 39.877738302584604 ], [ -75.254649050080005, 39.877555022667899 ], [ -75.254861628115606, 39.877416901380798 ], [ -75.255110603067195, 39.877296701796297 ], [ -75.255515714884893, 39.877162771973197 ], [ -75.255866477790207, 39.877096177225397 ], [ -75.256432199446905, 39.8770285488174 ], [ -75.257207146048998, 39.876914079565402 ], [ -75.257691407207005, 39.876844673778699 ], [ -75.257885893998903, 39.876794910968798 ], [ -75.258116862073194, 39.876699377128404 ], [ -75.258284433198497, 39.876603899579798 ], [ -75.258387927560094, 39.8765271413248 ], [ -75.258542066163997, 39.876391148470098 ], [ -75.258606621972007, 39.876286438935203 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29311, "tnode_": 30111, "lpoly_": null, "rpoly_": null, "length": 1614.3799699599999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPARTURES", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8996, "l_t_add": 8998, "r_f_add": 8997, "r_t_add": 8999, "st_code": 28230, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080645, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2011-10-17T00:00:00Z", "newsegdate": "2011-10-17T00:00:00Z", "multi_rep": 0, "streetlabe": "DEPARTURES RD", "stname": "DEPARTURES RD", "objectid": 40971, "Shape__Length": 640.42291259639228 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253077176982103, 39.8746494115628 ], [ -75.252766290823701, 39.874640737379899 ], [ -75.252477264443002, 39.874660070398697 ], [ -75.252088202267004, 39.874685766109103 ], [ -75.2517203608367, 39.874737555480003 ], [ -75.2474855571365, 39.875617621788301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30175, "tnode_": 29788, "lpoly_": null, "rpoly_": null, "length": 2484.5839772, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 66, "l_t_add": 98, "r_f_add": 65, "r_t_add": 99, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080647, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-01T12:30:47Z", "newsegdate": "2025-07-01T12:30:47Z", "multi_rep": 0, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40972, "Shape__Length": 985.50591300073893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253151638045793, 39.875639919453498 ], [ -75.253246337232795, 39.875636154387401 ], [ -75.253816977738097, 39.875612339820002 ], [ -75.254389390712007, 39.875540230084297 ], [ -75.255692378263106, 39.875359171687698 ], [ -75.256327906171407, 39.875276343939802 ], [ -75.257183830541095, 39.8751701156256 ], [ -75.258070648729998, 39.875076635103298 ], [ -75.258626499573296, 39.875028309659903 ], [ -75.259531111642801, 39.875019781550201 ], [ -75.261147595673506, 39.875127397845702 ], [ -75.261621123701204, 39.875186011925699 ], [ -75.261905459524201, 39.875279412722598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 26719, "tnode_": 30178, "lpoly_": null, "rpoly_": null, "length": 265.18413885000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 2, "l_t_add": 6, "r_f_add": 1, "r_t_add": 5, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080648, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-01T12:46:35Z", "newsegdate": "2025-07-01T12:46:35Z", "multi_rep": 0, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40973, "Shape__Length": 105.22837890309594 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248212910545803, 39.877307712268099 ], [ -75.247325544149604, 39.877557730435797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30178, "tnode_": 29743, "lpoly_": null, "rpoly_": null, "length": 2796.8270765000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "GARAGE ACCESS ", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 8, "l_t_add": 50, "r_f_add": 7, "r_t_add": 49, "st_code": 1087, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080649, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-01T12:46:35Z", "newsegdate": "2025-07-01T12:46:35Z", "multi_rep": 0, "streetlabe": "GARAGE ACCESS RD ", "stname": "GARAGE ACCESS RD ", "objectid": 40974, "Shape__Length": 1111.6924735294847 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.247325544149604, 39.877557730435797 ], [ -75.2436377232968, 39.878596694315299 ], [ -75.243359930605706, 39.878715248966301 ], [ -75.2431549645177, 39.878838705503497 ], [ -75.242977712522503, 39.878987032680001 ], [ -75.242822614967693, 39.879155695917099 ], [ -75.242698740788001, 39.8793316608335 ], [ -75.242620396334402, 39.879515238756298 ], [ -75.242569260970399, 39.879659706994303 ], [ -75.242534982646106, 39.879890572781598 ], [ -75.242544590745197, 39.880095927648199 ], [ -75.242579117991795, 39.880246682424101 ], [ -75.241977188673104, 39.880963650676598 ], [ -75.241877757428995, 39.881175442618201 ], [ -75.241809306758697, 39.881401148170703 ], [ -75.241789410433299, 39.8816301229541 ], [ -75.241784119476193, 39.881734785574501 ], [ -75.241506135255193, 39.882731730194898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30176, "tnode_": 30178, "lpoly_": null, "rpoly_": null, "length": 1639.40961741, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CELL PHONE WAITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3049, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080651, "oneway": "B", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T08:12:18Z", "newsegdate": "2025-07-08T08:12:18Z", "multi_rep": null, "streetlabe": "CELL PHONE WAITING RD ", "stname": "CELL PHONE WAITING RD ", "objectid": 40975, "Shape__Length": 651.00546859276346 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2515126608332, 39.876377598457097 ], [ -75.251532263764901, 39.876438813967297 ], [ -75.251545971577997, 39.876486790612198 ], [ -75.251536273722394, 39.876540216084898 ], [ -75.251188166279803, 39.876667314753497 ], [ -75.249492687249003, 39.877254906092404 ], [ -75.248924700464002, 39.877471362486901 ], [ -75.248801092673901, 39.877509190261797 ], [ -75.248571113523298, 39.877620981163602 ], [ -75.248220660673397, 39.877769474293899 ], [ -75.247957997816698, 39.877886509607499 ], [ -75.2476696817983, 39.878028014628399 ], [ -75.247510662533102, 39.878103209484301 ], [ -75.2474588622743, 39.878123533578197 ], [ -75.247402818632395, 39.878133036857697 ], [ -75.247341336225603, 39.878122158904901 ], [ -75.2472829334653, 39.8780696295157 ], [ -75.247167619276496, 39.877924078364998 ], [ -75.247082606611002, 39.8777958762292 ], [ -75.247077113242995, 39.877734967163498 ], [ -75.247097854034394, 39.877675823122303 ], [ -75.247148677844194, 39.877639982596897 ], [ -75.247325544149604, 39.877557730435797 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30179, "tnode_": 30175, "lpoly_": null, "rpoly_": null, "length": 421.27734308000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 60, "l_t_add": 64, "r_f_add": 59, "r_t_add": 63, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080652, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T08:51:39Z", "newsegdate": "2025-07-08T08:51:39Z", "multi_rep": 0, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40976, "Shape__Length": 167.0886179237003 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251654309104197, 39.875712199891503 ], [ -75.251664987451804, 39.875710429806297 ], [ -75.252100125230697, 39.875675613573598 ], [ -75.252722850723998, 39.875656967258998 ], [ -75.253151638045793, 39.875639919453498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29791, "tnode_": 30179, "lpoly_": null, "rpoly_": null, "length": 436.32794529, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 52, "l_t_add": 58, "r_f_add": 51, "r_t_add": 57, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080653, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T08:51:39Z", "newsegdate": "2025-07-08T08:51:39Z", "multi_rep": 0, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40977, "Shape__Length": 173.16042379577846 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250224918577501, 39.876163544127301 ], [ -75.250534982213793, 39.876020069257997 ], [ -75.250778939608594, 39.875924702723502 ], [ -75.251111688085302, 39.875831272041999 ], [ -75.251407283575404, 39.875753140925198 ], [ -75.251654309104197, 39.875712199891503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29791, "tnode_": 30181, "lpoly_": null, "rpoly_": null, "length": 1382.2129463199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080655, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-08T13:06:36Z", "newsegdate": "2025-07-08T13:06:36Z", "multi_rep": null, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40978, "Shape__Length": 548.40198274507463 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.250224918577501, 39.876163544127301 ], [ -75.249614228082095, 39.876419468968201 ], [ -75.248997843592505, 39.876563949697598 ], [ -75.248452078398898, 39.876575875963802 ], [ -75.247778818924402, 39.876689309168299 ], [ -75.245517481582496, 39.877182241164597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30181, "tnode_": 30182, "lpoly_": null, "rpoly_": null, "length": 1924.51522062, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080656, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-09T10:46:24Z", "newsegdate": "2025-07-09T10:46:24Z", "multi_rep": null, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40979, "Shape__Length": 764.7218153710545 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245517481582496, 39.877182241164597 ], [ -75.244274923187803, 39.877315989054502 ], [ -75.243625056056203, 39.877423950513901 ], [ -75.242541771490096, 39.877853189075402 ], [ -75.241900261778298, 39.878363605112099 ], [ -75.241416662978494, 39.878996668199001 ], [ -75.240852369920205, 39.880349088881097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30182, "tnode_": 29744, "lpoly_": null, "rpoly_": null, "length": 1127.8527527699998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ARRIVALS", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 13370, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080657, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-09T10:54:28Z", "newsegdate": "2025-07-09T10:54:28Z", "multi_rep": null, "streetlabe": "ARRIVALS RD", "stname": "ARRIVALS RD", "objectid": 40980, "Shape__Length": 449.08951025780129 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.240852369920205, 39.880349088881097 ], [ -75.240805526840703, 39.880780142349003 ], [ -75.240776378549995, 39.881360576223798 ], [ -75.240683856812197, 39.881981341201097 ], [ -75.240711759667406, 39.882378272659899 ], [ -75.240817507996795, 39.8827620106346 ], [ -75.241076909166694, 39.883399441191301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30181, "tnode_": 30182, "lpoly_": null, "rpoly_": null, "length": 2018.03344769, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NORTH COMMERCIAL SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3059, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080658, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-07-09T12:19:52Z", "newsegdate": "2025-07-09T12:19:52Z", "multi_rep": null, "streetlabe": "NORTH COMMERCIAL SERVICE RD ", "stname": "NORTH COMMERCIAL SERVICE RD ", "objectid": 40981, "Shape__Length": 801.94014757396565 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.245517481582496, 39.877182241164597 ], [ -75.244970342205093, 39.877021288793699 ], [ -75.244787724931001, 39.877044115445202 ], [ -75.243891765874594, 39.877218214282301 ], [ -75.243482483253402, 39.877304617322203 ], [ -75.242768391387798, 39.877581021778198 ], [ -75.242300501808103, 39.877788312248299 ], [ -75.2415891213832, 39.878410431776601 ], [ -75.241380609514806, 39.878715772399097 ], [ -75.240829998996205, 39.880011874867002 ], [ -75.240852369920205, 39.880349088881097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30175, "tnode_": 30197, "lpoly_": null, "rpoly_": null, "length": 95.67846648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CELL PHONE WAITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3049, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080659, "oneway": "B", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-03T13:49:03Z", "newsegdate": "2025-09-03T13:49:03Z", "multi_rep": null, "streetlabe": "CELL PHONE WAITING RD ", "stname": "CELL PHONE WAITING RD ", "objectid": 40982, "Shape__Length": 38.060049190518306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253151638045793, 39.875639919453498 ], [ -75.253211542746698, 39.875680393533699 ], [ -75.253257363776299, 39.8757386048594 ], [ -75.253274120670397, 39.875787839721298 ], [ -75.253268171704306, 39.875823467727997 ], [ -75.253240363242199, 39.875864579494497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30197, "tnode_": 30176, "lpoly_": null, "rpoly_": null, "length": 521.45069789000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CELL PHONE WAITING", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3049, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080660, "oneway": "B", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-03T13:49:03Z", "newsegdate": "2025-09-03T13:49:03Z", "multi_rep": null, "streetlabe": "CELL PHONE WAITING RD ", "stname": "CELL PHONE WAITING RD ", "objectid": 40983, "Shape__Length": 206.92671986275613 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.253240363242199, 39.875864579494497 ], [ -75.253197317002005, 39.875899400079902 ], [ -75.252954793030298, 39.875973975613597 ], [ -75.2515126608332, 39.876377598457097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30179, "tnode_": 30198, "lpoly_": null, "rpoly_": null, "length": 957.42146627, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH COMMERCIAL SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3247, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080661, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-03T14:03:01Z", "newsegdate": "2025-09-03T14:03:01Z", "multi_rep": null, "streetlabe": "SOUTH COMMERCIAL SERVICE RD ", "stname": "SOUTH COMMERCIAL SERVICE RD ", "objectid": 40984, "Shape__Length": 379.90020783653029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.251654309104197, 39.875712199891503 ], [ -75.251481129867301, 39.875659327119898 ], [ -75.251380358368806, 39.875639965920101 ], [ -75.251266660111895, 39.875635579235201 ], [ -75.251154735458996, 39.875650302402903 ], [ -75.251000345288702, 39.8756755419478 ], [ -75.250863477935198, 39.875695442161501 ], [ -75.250707805325703, 39.875688232963498 ], [ -75.250562374939705, 39.875671710865802 ], [ -75.250515733541107, 39.875661158296502 ], [ -75.250380989580293, 39.875690639449601 ], [ -75.250127202325999, 39.875793808607298 ], [ -75.2499107239544, 39.875892069034897 ], [ -75.249804467283397, 39.875954592354603 ], [ -75.249537449881601, 39.876013607682602 ], [ -75.249040021751597, 39.876145784571897 ], [ -75.248702912350893, 39.876226153368897 ], [ -75.248445155568803, 39.876302532245603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30198, "tnode_": 30199, "lpoly_": null, "rpoly_": null, "length": 184.04526123, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH COMMERCIAL SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3247, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080663, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-05T12:31:08Z", "newsegdate": "2025-09-05T12:31:08Z", "multi_rep": null, "streetlabe": "SOUTH COMMERCIAL SERVICE RD ", "stname": "SOUTH COMMERCIAL SERVICE RD ", "objectid": 40985, "Shape__Length": 73.135435651719447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248445155568803, 39.876302532245603 ], [ -75.248167731035693, 39.876307918125001 ], [ -75.248086585461905, 39.876226047301799 ], [ -75.248029083359199, 39.876042932771703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30199, "tnode_": 30200, "lpoly_": null, "rpoly_": null, "length": 134.66070949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH COMMERCIAL SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3247, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080665, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-05T12:35:05Z", "newsegdate": "2025-09-05T12:35:05Z", "multi_rep": null, "streetlabe": "SOUTH COMMERCIAL SERVICE RD ", "stname": "SOUTH COMMERCIAL SERVICE RD ", "objectid": 40986, "Shape__Length": 53.537556895805615 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.248029083359199, 39.876042932771703 ], [ -75.247991310209599, 39.875922644516699 ], [ -75.247940683825206, 39.875818555645999 ], [ -75.2477724725033, 39.875855419129401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30200, "tnode_": 30180, "lpoly_": null, "rpoly_": null, "length": 3099.6116836200003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTH COMMERCIAL SERVICE", "st_type": "RD", "suf_dir": " ", "zip_left": 19153, "zip_right": 19153, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 3247, "l_hundred": 0, "r_hundred": 0, "seg_id": 1080666, "oneway": "FT", "class": 5, "responsibl": "AIRPORT", "update_": "2025-09-05T12:35:05Z", "newsegdate": "2025-09-05T12:35:05Z", "multi_rep": null, "streetlabe": "SOUTH COMMERCIAL SERVICE RD ", "stname": "SOUTH COMMERCIAL SERVICE RD ", "objectid": 40987, "Shape__Length": 1231.3827024500395 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.2477724725033, 39.875855419129401 ], [ -75.247386720802197, 39.8759399557226 ], [ -75.246596466073399, 39.876092426379103 ], [ -75.245616138252402, 39.8762979507488 ], [ -75.244481199420804, 39.876534414202197 ], [ -75.243393665009904, 39.876760460036003 ], [ -75.2430041148193, 39.876853015172799 ], [ -75.242738789037901, 39.876933029721002 ], [ -75.242568009130594, 39.876999856013903 ], [ -75.242245811337895, 39.877145374215999 ], [ -75.241871897668901, 39.877350786648201 ], [ -75.241647574067898, 39.877527052012802 ], [ -75.241089760245202, 39.877953475004603 ], [ -75.240797050296095, 39.878238853892 ], [ -75.240534886434105, 39.8786355125279 ], [ -75.240360199610507, 39.879009294683598 ], [ -75.240200446922302, 39.879514993979001 ], [ -75.240196815231201, 39.879747581909697 ], [ -75.240164633504904, 39.880351431021197 ], [ -75.240177684162802, 39.880628296105101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 5, "tnode_": 7, "lpoly_": null, "rpoly_": null, "length": 329.21708253999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 25380, "l_hundred": 200, "r_hundred": 200, "seg_id": 1160001, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 40988, "Shape__Length": 131.27644947646792 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012380139711894, 40.136356864560703 ], [ -75.011461067716596, 40.135791950301197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 7, "tnode_": 10, "lpoly_": null, "rpoly_": null, "length": 299.45958422000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 301, "l_t_add": 499, "r_f_add": 300, "r_t_add": 498, "st_code": 25380, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160002, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2006-02-09T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 40989, "Shape__Length": 119.40881428097029 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011461067716596, 40.135791950301197 ], [ -75.010623932749098, 40.135279195588303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8, "tnode_": 12, "lpoly_": null, "rpoly_": null, "length": 299.35442566, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 201, "l_t_add": 299, "r_f_add": 200, "r_t_add": 298, "st_code": 62020, "l_hundred": 200, "r_hundred": 200, "seg_id": 1160003, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 40990, "Shape__Length": 119.62767360563775 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015196424343003, 40.135670379070902 ], [ -75.014947404739701, 40.134871157481903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 14, "tnode_": 7, "lpoly_": null, "rpoly_": null, "length": 491.03570383000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMMS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 529, "l_t_add": 599, "r_f_add": 526, "r_t_add": 598, "st_code": 72900, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMMS ST", "stname": "SIMMS ST", "objectid": 40991, "Shape__Length": 195.96044243120087 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012570525264906, 40.134749690819 ], [ -75.0124509548194, 40.134830596284203 ], [ -75.012312174528006, 40.1349516918917 ], [ -75.011461067716596, 40.135791950301197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 10, "tnode_": 15, "lpoly_": null, "rpoly_": null, "length": 537.23106882000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 25380, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160005, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 40992, "Shape__Length": 214.21500879204842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010623932749098, 40.135279195588303 ], [ -75.010429489751203, 40.135160095343103 ], [ -75.009464935861203, 40.1345792415202 ], [ -75.009118680171696, 40.134362707339001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16, "tnode_": 13, "lpoly_": null, "rpoly_": null, "length": 299.71810978999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14066, "l_t_add": 14098, "r_f_add": 14067, "r_t_add": 14099, "st_code": 32120, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160006, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERWIN ST", "stname": "ERWIN ST", "objectid": 40993, "Shape__Length": 119.62058137045904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017986359401405, 40.1341531950617 ], [ -75.017329265692794, 40.134803241333799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12, "tnode_": 17, "lpoly_": null, "rpoly_": null, "length": 302.91950663, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 307, "r_f_add": 300, "r_t_add": 308, "st_code": 62020, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160007, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 40994, "Shape__Length": 121.04554272763636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014947404739701, 40.134871157481903 ], [ -75.014670243445096, 40.134067285060297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 15, "tnode_": 18, "lpoly_": null, "rpoly_": null, "length": 270.75587374000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 25380, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 40995, "Shape__Length": 107.94427166563648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009118680171696, 40.134362707339001 ], [ -75.008337700622405, 40.133923281158097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19, "tnode_": 10, "lpoly_": null, "rpoly_": null, "length": 638.43398967999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARCALOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 15860, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1160009, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARCALOW ST", "stname": "BARCALOW ST", "objectid": 40996, "Shape__Length": 254.80319414008801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012028806355104, 40.133897620075302 ], [ -75.010623932749098, 40.135279195588303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20, "tnode_": 16, "lpoly_": null, "rpoly_": null, "length": 269.09452734999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14056, "l_t_add": 14064, "r_f_add": 14057, "r_t_add": 14065, "st_code": 32120, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160010, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERWIN ST", "stname": "ERWIN ST", "objectid": 40997, "Shape__Length": 107.39865655097488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018574005534305, 40.133568199253503 ], [ -75.017986359401405, 40.1341531950617 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21, "tnode_": 19, "lpoly_": null, "rpoly_": null, "length": 691.87887580999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOREST HILLS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 34680, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOREST HILLS AVE", "stname": "FOREST HILLS AVE", "objectid": 40998, "Shape__Length": 275.54574831052832 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014396846552401, 40.133354745660696 ], [ -75.012721448419995, 40.133714152015102 ], [ -75.012356370869497, 40.133795525362601 ], [ -75.012233050281395, 40.133822611407098 ], [ -75.012028806355104, 40.133897620075302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17, "tnode_": 21, "lpoly_": null, "rpoly_": null, "length": 270.59019088000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 309, "l_t_add": 399, "r_f_add": 310, "r_t_add": 398, "st_code": 62020, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160012, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 40999, "Shape__Length": 108.11957908953488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014670243445096, 40.134067285060297 ], [ -75.014396846552401, 40.133354745660696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 23, "tnode_": 15, "lpoly_": null, "rpoly_": null, "length": 676.0367752, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15598, "r_f_add": 15001, "r_t_add": 15599, "st_code": 20020, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1160013, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41000, "Shape__Length": 269.67496856995251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010833999397207, 40.133054839634902 ], [ -75.009118680171696, 40.134362707339001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 19, "tnode_": 23, "lpoly_": null, "rpoly_": null, "length": 453.72437879, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 73480, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41001, "Shape__Length": 180.96502732986295 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012028806355104, 40.133897620075302 ], [ -75.010833999397207, 40.133054839634902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 20, "tnode_": 24, "lpoly_": null, "rpoly_": null, "length": 511.54547665999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOREST HILLS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 34680, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOREST HILLS AVE", "stname": "FOREST HILLS AVE", "objectid": 41002, "Shape__Length": 203.77743823430751 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018574005534305, 40.133568199253503 ], [ -75.018137100291497, 40.133364651567902 ], [ -75.017764531870199, 40.133227572098498 ], [ -75.017388362625695, 40.133141511781801 ], [ -75.016888082594505, 40.133055347521299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 24, "tnode_": 21, "lpoly_": null, "rpoly_": null, "length": 710.93247707, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOREST HILLS", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 34680, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FOREST HILLS AVE", "stname": "FOREST HILLS AVE", "objectid": 41003, "Shape__Length": 283.08269294821031 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016888082594505, 40.133055347521299 ], [ -75.016411110560597, 40.133036436411601 ], [ -75.016140475375806, 40.133043836970003 ], [ -75.015845275424795, 40.133064486832097 ], [ -75.015561149368295, 40.1331084544804 ], [ -75.015094924586506, 40.1331988137566 ], [ -75.014396846552401, 40.133354745660696 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25, "tnode_": 20, "lpoly_": null, "rpoly_": null, "length": 298.76871262000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14042, "l_t_add": 14054, "r_f_add": 14033, "r_t_add": 14055, "st_code": 32120, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160017, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERWIN ST", "stname": "ERWIN ST", "objectid": 41004, "Shape__Length": 119.24328767742573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019221692951305, 40.132916118243301 ], [ -75.018906130806002, 40.133247873864399 ], [ -75.018574005534305, 40.133568199253503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27, "tnode_": 19, "lpoly_": null, "rpoly_": null, "length": 650.76181866000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARCALOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14100, "l_t_add": 14998, "r_f_add": 14101, "r_t_add": 14999, "st_code": 15860, "l_hundred": 14100, "r_hundred": 14100, "seg_id": 1160018, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARCALOW ST", "stname": "BARCALOW ST", "objectid": 41005, "Shape__Length": 259.69572404551718 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013501569571702, 40.132514373958401 ], [ -75.012028806355104, 40.133897620075302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 25, "tnode_": 28, "lpoly_": null, "rpoly_": null, "length": 296.24366417, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 309, "r_f_add": 300, "r_t_add": 310, "st_code": 53320, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160019, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAPLE AVE", "stname": "MAPLE AVE", "objectid": 41006, "Shape__Length": 118.05391806164801 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019221692951305, 40.132916118243301 ], [ -75.018793717900195, 40.132715156582002 ], [ -75.0183003903811, 40.1325153893467 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29, "tnode_": 24, "lpoly_": null, "rpoly_": null, "length": 296.1263863, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14018, "l_t_add": 14098, "r_f_add": 14017, "r_t_add": 14099, "st_code": 58860, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160020, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41007, "Shape__Length": 118.35237161560771 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017007121724205, 40.132247601895997 ], [ -75.016888082594505, 40.133055347521299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28, "tnode_": 29, "lpoly_": null, "rpoly_": null, "length": 375.3749378, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 311, "l_t_add": 399, "r_f_add": 312, "r_t_add": 398, "st_code": 53320, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAPLE AVE", "stname": "MAPLE AVE", "objectid": 41008, "Shape__Length": 149.48582677528063 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0183003903811, 40.1325153893467 ], [ -75.017937980475097, 40.132415057768597 ], [ -75.017700080107801, 40.1323569517089 ], [ -75.017425674651093, 40.132308932868497 ], [ -75.017007121724205, 40.132247601895997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 27, "tnode_": 30, "lpoly_": null, "rpoly_": null, "length": 356.82575161, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 62020, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160022, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 41009, "Shape__Length": 142.36722833030137 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013501569571702, 40.132514373958401 ], [ -75.013058561446996, 40.132301929123898 ], [ -75.012830450531197, 40.132148944900599 ], [ -75.012759087911903, 40.131978119475399 ], [ -75.012732510925503, 40.131812701145201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 31, "tnode_": 23, "lpoly_": null, "rpoly_": null, "length": 656.43245679000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14100, "l_t_add": 14598, "r_f_add": 14101, "r_t_add": 14599, "st_code": 20020, "l_hundred": 14100, "r_hundred": 14100, "seg_id": 1160023, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41010, "Shape__Length": 261.93034133615606 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012360568810493, 40.131690076031603 ], [ -75.012024994026802, 40.132031756025697 ], [ -75.011728470426206, 40.132337154860203 ], [ -75.010833999397207, 40.133054839634902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 32, "tnode_": 27, "lpoly_": null, "rpoly_": null, "length": 314.79602588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARCALOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14016, "l_t_add": 14098, "r_f_add": 14013, "r_t_add": 14099, "st_code": 15860, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160024, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARCALOW ST", "stname": "BARCALOW ST", "objectid": 41011, "Shape__Length": 125.63456373010963 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014190796617399, 40.131831090512399 ], [ -75.013501569571702, 40.132514373958401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 34, "tnode_": 51, "lpoly_": null, "rpoly_": null, "length": 828.39256009000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 801, "l_t_add": 999, "r_f_add": 800, "r_t_add": 998, "st_code": 25380, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41012, "Shape__Length": 330.27552416157982 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003298519523497, 40.131010671642699 ], [ -75.000955799744702, 40.129618746249903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 37, "tnode_": 32, "lpoly_": null, "rpoly_": null, "length": 424.28335976, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BARCALOW", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14014, "r_f_add": 14001, "r_t_add": 14011, "st_code": 15860, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160027, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BARCALOW ST", "stname": "BARCALOW ST", "objectid": 41013, "Shape__Length": 169.33818086493207 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015099461104896, 40.130900554103299 ], [ -75.014907589440995, 40.1311424117863 ], [ -75.014713544915594, 40.131336075070102 ], [ -75.014190796617399, 40.131831090512399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 39, "tnode_": 29, "lpoly_": null, "rpoly_": null, "length": 615.61601546999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14016, "r_f_add": 14001, "r_t_add": 14015, "st_code": 58860, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41014, "Shape__Length": 245.95588186042201 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016451934956194, 40.1306432834104 ], [ -75.016995001580398, 40.131666977729303 ], [ -75.017041028000705, 40.131866349143699 ], [ -75.017007121724205, 40.132247601895997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 45, "tnode_": 40, "lpoly_": null, "rpoly_": null, "length": 455.0274364, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROSPECT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13500, "l_t_add": 13598, "r_f_add": 13501, "r_t_add": 13599, "st_code": 65830, "l_hundred": 13500, "r_hundred": 13500, "seg_id": 1160030, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "2009-03-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROSPECT ST", "stname": "PROSPECT ST", "objectid": 41015, "Shape__Length": 181.32088665101014 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012817408204796, 40.130110922167901 ], [ -75.012760985091703, 40.1302073185837 ], [ -75.012673375391699, 40.130278408170298 ], [ -75.012514009056105, 40.130355920018701 ], [ -75.012221709657695, 40.130446529630603 ], [ -75.011999669177897, 40.130502222869403 ], [ -75.011786797493997, 40.130527644067399 ], [ -75.011587296214003, 40.130484274073098 ], [ -75.011422563746294, 40.1303947289558 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 48, "tnode_": 25, "lpoly_": null, "rpoly_": null, "length": 1120.5736026499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ERWIN", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14040, "r_f_add": 14001, "r_t_add": 14031, "st_code": 32120, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160031, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ERWIN ST", "stname": "ERWIN ST", "objectid": 41016, "Shape__Length": 447.68078350573433 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018442766616303, 40.130013794297099 ], [ -75.019385748176404, 40.131820594506799 ], [ -75.019444283596201, 40.132020871778202 ], [ -75.0194592518002, 40.132232728549397 ], [ -75.019433079590996, 40.132434996359798 ], [ -75.019351220303605, 40.132677441885797 ], [ -75.019221692951305, 40.132916118243301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 53, "tnode_": 41, "lpoly_": null, "rpoly_": null, "length": 407.60269007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14030, "l_t_add": 14098, "r_f_add": 14033, "r_t_add": 14099, "st_code": 77820, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160032, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41017, "Shape__Length": 162.43052923262843 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007627404256795, 40.129504606434601 ], [ -75.006714126877299, 40.129927925923504 ], [ -75.006368579024198, 40.130068055909597 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 54, "tnode_": 45, "lpoly_": null, "rpoly_": null, "length": 366.72618298999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STATION", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 74480, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160033, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STATION RD", "stname": "STATION RD", "objectid": 41018, "Shape__Length": 146.47980019081939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013325032506202, 40.129187292520598 ], [ -75.013285154774096, 40.1292929131967 ], [ -75.013111335885199, 40.1296627806015 ], [ -75.012912044657398, 40.1300076509281 ], [ -75.012817408204796, 40.130110922167901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 60, "tnode_": 57, "lpoly_": null, "rpoly_": null, "length": 23.49269521, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 64560, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160034, "oneway": "B", "class": 3, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41019, "Shape__Length": 9.3532100480614027 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021075488594207, 40.129314587666997 ], [ -75.0209923460407, 40.129323854608103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 62, "tnode_": 53, "lpoly_": null, "rpoly_": null, "length": 366.03052366000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14028, "r_f_add": 14001, "r_t_add": 14031, "st_code": 77820, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160035, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41020, "Shape__Length": 145.89547798892573 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0087138807732, 40.128944183021602 ], [ -75.007627404256795, 40.129504606434601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 62, "tnode_": 69, "lpoly_": null, "rpoly_": null, "length": 174.60714718, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 749, "r_f_add": 700, "r_t_add": 798, "st_code": 30820, "l_hundred": 700, "r_hundred": 700, "seg_id": 1160036, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41021, "Shape__Length": 69.682990479526495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0087138807732, 40.128944183021602 ], [ -75.008333605321099, 40.128564005742199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 41, "tnode_": 70, "lpoly_": null, "rpoly_": null, "length": 726.44104316000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 73480, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160037, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41022, "Shape__Length": 289.95573318763024 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006368579024198, 40.130068055909597 ], [ -75.0056202034568, 40.129266241369699 ], [ -75.005068761218794, 40.128671801249602 ], [ -75.004867973783405, 40.128440382088598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 69, "tnode_": 71, "lpoly_": null, "rpoly_": null, "length": 93.41054751, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 751, "l_t_add": 799, "r_f_add": 800, "r_t_add": 868, "st_code": 30820, "l_hundred": 700, "r_hundred": 800, "seg_id": 1160038, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41023, "Shape__Length": 37.239484298131636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008333605321099, 40.128564005742199 ], [ -75.008066888974298, 40.1284096181165 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 74, "tnode_": 62, "lpoly_": null, "rpoly_": null, "length": 371.84818256, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13488, "l_t_add": 13498, "r_f_add": 13491, "r_t_add": 13499, "st_code": 77820, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160039, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41024, "Shape__Length": 148.19647386603179 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009840237672904, 40.128401584819002 ], [ -75.0087138807732, 40.128944183021602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 77, "tnode_": 73, "lpoly_": null, "rpoly_": null, "length": 372.70060525000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKESLEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13048, "l_t_add": 13098, "r_f_add": 13085, "r_t_add": 13099, "st_code": 17845, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160040, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKESLEE DR", "stname": "BLAKESLEE DR", "objectid": 41025, "Shape__Length": 148.44240663393177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020956182530597, 40.128658350429802 ], [ -75.019962692776502, 40.128832457522698 ], [ -75.019860669564295, 40.128830035725599 ], [ -75.019780622359306, 40.1288008255124 ], [ -75.019722657638297, 40.128717478893897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 78, "tnode_": 77, "lpoly_": null, "rpoly_": null, "length": 233.91292158000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKESLEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13034, "l_t_add": 13046, "r_f_add": 13053, "r_t_add": 13083, "st_code": 17845, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160041, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKESLEE DR", "stname": "BLAKESLEE DR", "objectid": 41026, "Shape__Length": 93.119939455208495 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021792622576598, 40.128650040721702 ], [ -75.020956182530597, 40.128658350429802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 70, "tnode_": 83, "lpoly_": null, "rpoly_": null, "length": 655.07314412999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 42204, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160042, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41027, "Shape__Length": 260.96439984186048 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004867973783405, 40.128440382088598 ], [ -75.004526161595294, 40.1284413371556 ], [ -75.004352420977597, 40.128434621524598 ], [ -75.004246167402997, 40.128414103349897 ], [ -75.0041399138928, 40.128393585077099 ], [ -75.0039842410619, 40.128353906146401 ], [ -75.003832431763797, 40.128301475572499 ], [ -75.003671633764498, 40.128223141885897 ], [ -75.003434032098596, 40.128058205873401 ], [ -75.003388892562995, 40.128016028807302 ], [ -75.003268628653601, 40.127928387779697 ], [ -75.003136775864505, 40.1278790008828 ], [ -75.002997196270897, 40.127855117544598 ], [ -75.002870156817806, 40.127852083109602 ], [ -75.0027605648378, 40.127872193603999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 77, "tnode_": 82, "lpoly_": null, "rpoly_": null, "length": 99.10521432, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDELLA", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13001, "l_t_add": 13099, "r_f_add": 13000, "r_t_add": 13098, "st_code": 21273, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160043, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDELLA PL", "stname": "CARDELLA PL", "objectid": 41028, "Shape__Length": 39.579590583485306 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020956182530597, 40.128658350429802 ], [ -75.0208024257484, 40.128413231495898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 61, "tnode_": 84, "lpoly_": null, "rpoly_": null, "length": 598.16502887000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 233, "r_f_add": 100, "r_t_add": 248, "st_code": 20160, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160044, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41029, "Shape__Length": 238.47467288800729 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024894623874999, 40.129225841255902 ], [ -75.023196074586295, 40.128227700819103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 78, "tnode_": 87, "lpoly_": null, "rpoly_": null, "length": 243.03167311, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKESLEE", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13001, "l_t_add": 13099, "r_f_add": 13000, "r_t_add": 13098, "st_code": 17843, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160045, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKESLEE CT", "stname": "BLAKESLEE CT", "objectid": 41030, "Shape__Length": 97.126118290065961 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021792622576598, 40.128650040721702 ], [ -75.021888376886295, 40.127986955281301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 70, "tnode_": 118, "lpoly_": null, "rpoly_": null, "length": 1378.1867834499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 73480, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160046, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41031, "Shape__Length": 550.41747147379408 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004867973783405, 40.128440382088598 ], [ -75.003788545645605, 40.126839184511702 ], [ -75.003690501689505, 40.126659104183197 ], [ -75.003021020471095, 40.125429416642902 ], [ -75.002810106001505, 40.1250069352784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 95, "tnode_": 93, "lpoly_": null, "rpoly_": null, "length": 69.185128830000011, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13082, "l_t_add": 13098, "r_f_add": 13085, "r_t_add": 13099, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160047, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41032, "Shape__Length": 27.644174431262712 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014275762863903, 40.126893862625501 ], [ -75.014217466978295, 40.127078435590001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 71, "tnode_": 100, "lpoly_": null, "rpoly_": null, "length": 974.68225152999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 857, "r_f_add": 870, "r_t_add": 898, "st_code": 30820, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160048, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41033, "Shape__Length": 389.03511855217312 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008066888974298, 40.1284096181165 ], [ -75.006957613637198, 40.127464069533197 ], [ -75.0067677113352, 40.127289440273998 ], [ -75.006617785617294, 40.127140964149497 ], [ -75.006494456716197, 40.126960162512198 ], [ -75.006120453882204, 40.126230904117598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 109, "tnode_": 70, "lpoly_": null, "rpoly_": null, "length": 1079.3941340399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14098, "r_f_add": 14001, "r_t_add": 14099, "st_code": 47260, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160049, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 41034, "Shape__Length": 431.18638706179939 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005576462099896, 40.125664552027096 ], [ -75.0054222363989, 40.125858737506 ], [ -75.005273498570602, 40.126059818911401 ], [ -75.005205066768795, 40.126357554907003 ], [ -75.005204598923598, 40.126571744074603 ], [ -75.005254089712807, 40.126768225876297 ], [ -75.005320999247303, 40.126939922572703 ], [ -75.005406899531295, 40.127250673101997 ], [ -75.005372730617594, 40.127641660029198 ], [ -75.005272524847996, 40.127934166734697 ], [ -75.005097322214098, 40.128207185783197 ], [ -75.004867973783405, 40.128440382088598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 100, "tnode_": 109, "lpoly_": null, "rpoly_": null, "length": 256.53070693000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 859, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 30820, "l_hundred": 800, "r_hundred": 900, "seg_id": 1160050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41035, "Shape__Length": 102.38051132264374 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006120453882204, 40.126230904117598 ], [ -75.005917279419194, 40.1259965499274 ], [ -75.005576462099896, 40.125664552027096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 109, "tnode_": 117, "lpoly_": null, "rpoly_": null, "length": 325.58647362000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1045, "r_f_add": 1000, "r_t_add": 1038, "st_code": 30820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160051, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41036, "Shape__Length": 129.79972634205663 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005576462099896, 40.125664552027096 ], [ -75.005539094316603, 40.125586873963599 ], [ -75.005434488222804, 40.125512097463002 ], [ -75.004926329521098, 40.125237726238701 ], [ -75.004670666285307, 40.125129086647497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 105, "tnode_": 119, "lpoly_": null, "rpoly_": null, "length": 511.28960737, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 799, "r_f_add": 700, "r_t_add": 798, "st_code": 58860, "l_hundred": 700, "r_hundred": 700, "seg_id": 1160052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41037, "Shape__Length": 203.95269656284319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009526299435194, 40.126088435044501 ], [ -75.009279998923404, 40.1257597288729 ], [ -75.009170025179301, 40.125632341416399 ], [ -75.0089950879307, 40.1255027036079 ], [ -75.008286149627494, 40.125086932072101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 117, "tnode_": 122, "lpoly_": null, "rpoly_": null, "length": 284.11249010999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1047, "l_t_add": 1057, "r_f_add": 1040, "r_t_add": 1068, "st_code": 30820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160053, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41038, "Shape__Length": 113.14076781414494 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004670666285307, 40.125129086647497 ], [ -75.004437235369195, 40.125044116407501 ], [ -75.004035521766895, 40.124958230926197 ], [ -75.003704936779499, 40.124895197644598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 112, "tnode_": 123, "lpoly_": null, "rpoly_": null, "length": 636.38469288, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 50880, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160054, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 41039, "Shape__Length": 253.69958236145146 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016585556751707, 40.126120867024497 ], [ -75.0160631894109, 40.125809259849802 ], [ -75.015429445007101, 40.125431880353503 ], [ -75.014777644599505, 40.125060017414697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 103, "tnode_": 125, "lpoly_": null, "rpoly_": null, "length": 819.48195765000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 20160, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160055, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41040, "Shape__Length": 326.68922246788657 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.020101854582705, 40.126367506568599 ], [ -75.017768043323997, 40.125007022521103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 127, "tnode_": 103, "lpoly_": null, "rpoly_": null, "length": 987.37479883999993, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 14060, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1160058, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 41041, "Shape__Length": 393.33644706730996 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023294730802903, 40.125210291301798 ], [ -75.020101854582705, 40.126367506568599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 123, "tnode_": 129, "lpoly_": null, "rpoly_": null, "length": 101.07042498000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 50880, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160059, "oneway": "B", "class": 5, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 41042, "Shape__Length": 40.244493814814142 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014777644599505, 40.125060017414697 ], [ -75.014428821382396, 40.124987393368997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 138, "tnode_": 109, "lpoly_": null, "rpoly_": null, "length": 629.86057014000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 47260, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160060, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 41043, "Shape__Length": 251.35465550095893 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006935917554401, 40.1242953088896 ], [ -75.006177420389207, 40.124927189678601 ], [ -75.005576462099896, 40.125664552027096 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 130, "tnode_": 138, "lpoly_": null, "rpoly_": null, "length": 235.80572888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 58860, "l_hundred": 900, "r_hundred": 900, "seg_id": 1160061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41044, "Shape__Length": 94.007290130079582 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007601427292997, 40.124692811838102 ], [ -75.006935917554401, 40.1242953088896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28102, "tnode_": 129, "lpoly_": null, "rpoly_": null, "length": 193.05871714, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13068, "r_f_add": 13001, "r_t_add": 13067, "st_code": 77820, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160062, "oneway": "FT", "class": 3, "responsibl": "FAM", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41045, "Shape__Length": 76.988811255218934 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014939606386093, 40.124630870214297 ], [ -75.014754398898901, 40.124761925447899 ], [ -75.014428821382396, 40.124987393368997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28102, "tnode_": 123, "lpoly_": null, "rpoly_": null, "length": 162.7606038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13040, "l_t_add": 13048, "r_f_add": 13037, "r_t_add": 13049, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160063, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41046, "Shape__Length": 65.026330100893887 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014939606386093, 40.124630870214297 ], [ -75.014777644599505, 40.125060017414697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 140, "tnode_": 134, "lpoly_": null, "rpoly_": null, "length": 264.90629043000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11996, "l_t_add": 11998, "r_f_add": 11995, "r_t_add": 11999, "st_code": 14060, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1160064, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 41047, "Shape__Length": 105.5337942368796 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025005367709596, 40.124607542958202 ], [ -75.024156020472802, 40.124929568341102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 132, "tnode_": 140, "lpoly_": null, "rpoly_": null, "length": 900.27806869000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DUMONT", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11968, "l_t_add": 11998, "r_f_add": 11977, "r_t_add": 11999, "st_code": 29340, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1160065, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DUMONT RD", "stname": "DUMONT RD", "objectid": 41048, "Shape__Length": 358.89800847200513 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0274882586709, 40.125152298985398 ], [ -75.026269325880904, 40.125533793316698 ], [ -75.026072519250107, 40.125559191134698 ], [ -75.025845526578195, 40.125523755462403 ], [ -75.025673308742995, 40.125424488910497 ], [ -75.025005367709596, 40.124607542958202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 141, "tnode_": 133, "lpoly_": null, "rpoly_": null, "length": 300.84011017, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 463, "r_f_add": 400, "r_t_add": 472, "st_code": 64876, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160066, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINEWOOD RD", "stname": "PINEWOOD RD", "objectid": 41049, "Shape__Length": 119.82914546375251 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022876828307602, 40.1245615930181 ], [ -75.021887273413995, 40.124885563480703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 138, "tnode_": 147, "lpoly_": null, "rpoly_": null, "length": 314.39346702, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1029, "r_f_add": 1000, "r_t_add": 1028, "st_code": 58860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160068, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41050, "Shape__Length": 125.33222011514648 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006935917554401, 40.1242953088896 ], [ -75.006042382127205, 40.123771538585899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 151, "tnode_": 140, "lpoly_": null, "rpoly_": null, "length": 205.03511407, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11978, "l_t_add": 11994, "r_f_add": 11989, "r_t_add": 11993, "st_code": 14060, "l_hundred": 11900, "r_hundred": 11900, "seg_id": 1160069, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON AVE", "stname": "AUDUBON AVE", "objectid": 41051, "Shape__Length": 81.744124459561817 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025578157218703, 40.124256189697299 ], [ -75.025005367709596, 40.124607542958202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 136, "tnode_": 151, "lpoly_": null, "rpoly_": null, "length": 265.6591366, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "AUDUBON", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 11900, "l_t_add": 11998, "r_f_add": 0, "r_t_add": 0, "st_code": 14070, "l_hundred": 11900, "r_hundred": 0, "seg_id": 1160070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "AUDUBON PL", "stname": "AUDUBON PL", "objectid": 41052, "Shape__Length": 105.96122856143187 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.026247964746702, 40.124773333682697 ], [ -75.025578157218703, 40.124256189697299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 139, "tnode_": 152, "lpoly_": null, "rpoly_": null, "length": 463.20270888, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WARWICK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 81540, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160072, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WARWICK ST", "stname": "WARWICK ST", "objectid": 41053, "Shape__Length": 184.55062249864585 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015015396382694, 40.124430047082598 ], [ -75.014125715951906, 40.124116761546802 ], [ -75.013822246910905, 40.1239871450815 ], [ -75.013639524979894, 40.123891652207703 ], [ -75.013559124628699, 40.123834882890698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 153, "tnode_": 125, "lpoly_": null, "rpoly_": null, "length": 504.38115607000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12034, "l_t_add": 12098, "r_f_add": 12035, "r_t_add": 12099, "st_code": 28240, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1160073, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 41054, "Shape__Length": 201.27543769710965 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018870919667506, 40.123911690366498 ], [ -75.017912636106004, 40.124850584554203 ], [ -75.017768043323997, 40.125007022521103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 144, "tnode_": 153, "lpoly_": null, "rpoly_": null, "length": 264.38204637000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 493, "l_t_add": 499, "r_f_add": 488, "r_t_add": 498, "st_code": 64876, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINEWOOD RD", "stname": "PINEWOOD RD", "objectid": 41055, "Shape__Length": 105.39439147566607 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019623814501699, 40.124350635619301 ], [ -75.018870919667506, 40.123911690366498 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 147, "tnode_": 155, "lpoly_": null, "rpoly_": null, "length": 175.60432971, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1031, "l_t_add": 1099, "r_f_add": 1030, "r_t_add": 1098, "st_code": 58860, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1160076, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41056, "Shape__Length": 70.002817661109248 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006042382127205, 40.123771538585899 ], [ -75.005541844159893, 40.123480457692402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 160, "tnode_": 139, "lpoly_": null, "rpoly_": null, "length": 316.67551634, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13010, "r_f_add": 13001, "r_t_add": 13025, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160077, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41057, "Shape__Length": 126.50213932317877 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015386812982001, 40.123608828840702 ], [ -75.015015396382694, 40.124430047082598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 125, "tnode_": 160, "lpoly_": null, "rpoly_": null, "length": 838.36611001999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 20160, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160078, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "2006-05-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41058, "Shape__Length": 334.21507948482679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017768043323997, 40.125007022521103 ], [ -75.015386812982001, 40.123608828840702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 153, "tnode_": 161, "lpoly_": null, "rpoly_": null, "length": 151.80471047, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 64876, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160079, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINEWOOD RD", "stname": "PINEWOOD RD", "objectid": 41059, "Shape__Length": 60.522610508849738 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018870919667506, 40.123911690366498 ], [ -75.018448521641304, 40.123649946225903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 164, "tnode_": 122, "lpoly_": null, "rpoly_": null, "length": 723.29484607999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 74760, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 41060, "Shape__Length": 288.6949690537819 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005143360973804, 40.1232599457175 ], [ -75.004252085487806, 40.124141765509897 ], [ -75.003908697715701, 40.124503303036697 ], [ -75.003704936779499, 40.124895197644598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 155, "tnode_": 164, "lpoly_": null, "rpoly_": null, "length": 137.37117925000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1107, "r_f_add": 1100, "r_t_add": 1104, "st_code": 58860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1160081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41061, "Shape__Length": 54.756479815020505 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005541844159893, 40.123480457692402 ], [ -75.005143360973804, 40.1232599457175 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 164, "tnode_": 169, "lpoly_": null, "rpoly_": null, "length": 109.76654973, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1109, "l_t_add": 1109, "r_f_add": 1106, "r_t_add": 1106, "st_code": 58860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1160082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41062, "Shape__Length": 43.768730683540745 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005143360973804, 40.1232599457175 ], [ -75.004847759841098, 40.123061706092003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 169, "tnode_": 196, "lpoly_": null, "rpoly_": null, "length": 496.80345599000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1111, "l_t_add": 1199, "r_f_add": 1108, "r_t_add": 1198, "st_code": 58860, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1160084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41063, "Shape__Length": 198.04192326007836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004847759841098, 40.123061706092003 ], [ -75.004462357363906, 40.122862910324798 ], [ -75.003431084591298, 40.122240062188602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 178, "tnode_": 152, "lpoly_": null, "rpoly_": null, "length": 379.90297383000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LEWIS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13098, "r_f_add": 13001, "r_t_add": 13103, "st_code": 50560, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LEWIS ST", "stname": "LEWIS ST", "objectid": 41064, "Shape__Length": 151.6417392234471 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014301861578403, 40.122964958672497 ], [ -75.013620808180505, 40.123728567296503 ], [ -75.013582152143599, 40.123775998121602 ], [ -75.013559124628699, 40.123834882890698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 160, "tnode_": 178, "lpoly_": null, "rpoly_": null, "length": 383.49895678000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 20160, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160086, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41065, "Shape__Length": 152.88274707526654 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015386812982001, 40.123608828840702 ], [ -75.014301861578403, 40.122964958672497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 188, "tnode_": 169, "lpoly_": null, "rpoly_": null, "length": 266.33327412999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "RICHWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13044, "l_t_add": 13098, "r_f_add": 13045, "r_t_add": 13099, "st_code": 68260, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160088, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "RICHWOOD RD", "stname": "RICHWOOD RD", "objectid": 41066, "Shape__Length": 106.28865028135094 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005411548978103, 40.122472467732102 ], [ -75.004847759841098, 40.123061706092003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 179, "tnode_": 194, "lpoly_": null, "rpoly_": null, "length": 201.11510675000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 50880, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160089, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 41067, "Shape__Length": 80.182566465054734 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010510450632495, 40.122843305572097 ], [ -75.009953553412501, 40.122493989032897 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 178, "tnode_": 204, "lpoly_": null, "rpoly_": null, "length": 405.07322272, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 701, "l_t_add": 729, "r_f_add": 700, "r_t_add": 728, "st_code": 20160, "l_hundred": 700, "r_hundred": 700, "seg_id": 1160090, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41068, "Shape__Length": 161.47827842771713 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014301861578403, 40.122964958672497 ], [ -75.013150808993004, 40.122289938306999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 194, "tnode_": 207, "lpoly_": null, "rpoly_": null, "length": 281.40825647000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDENHURST", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 901, "l_t_add": 999, "r_f_add": 900, "r_t_add": 998, "st_code": 50880, "l_hundred": 900, "r_hundred": 900, "seg_id": 1160091, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2006-10-28T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDENHURST ST", "stname": "LINDENHURST ST", "objectid": 41069, "Shape__Length": 112.17679324310318 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009953553412501, 40.122493989032897 ], [ -75.009149459342893, 40.122029553105399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 119, "tnode_": 124, "lpoly_": null, "rpoly_": null, "length": 164.75249348, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 829, "r_f_add": 800, "r_t_add": 828, "st_code": 58860, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41070, "Shape__Length": 65.671390326225904 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008286149627494, 40.125086932072101 ], [ -75.007806996685304, 40.124823783302503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 124, "tnode_": 130, "lpoly_": null, "rpoly_": null, "length": 74.70636168, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "NAPIER", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 831, "l_t_add": 899, "r_f_add": 830, "r_t_add": 898, "st_code": 58860, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-11-18T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "NAPIER ST", "stname": "NAPIER ST", "objectid": 41071, "Shape__Length": 29.786471157215665 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007806996685304, 40.124823783302503 ], [ -75.007601427292997, 40.124692811838102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 124, "tnode_": 100, "lpoly_": null, "rpoly_": null, "length": 708.05804250999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDSAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 50960, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDSAY ST", "stname": "LINDSAY ST", "objectid": 41072, "Shape__Length": 282.46526363664265 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007806996685304, 40.124823783302503 ], [ -75.007176035790295, 40.125461598517496 ], [ -75.006998910312404, 40.125663370077802 ], [ -75.006708551993995, 40.125961623404201 ], [ -75.006424052852594, 40.126115055529702 ], [ -75.006120453882204, 40.126230904117598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 114, "tnode_": 111, "lpoly_": null, "rpoly_": null, "length": 412.37633484000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PANDRAIL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 12000, "l_t_add": 12098, "r_f_add": 12001, "r_t_add": 12099, "st_code": 62890, "l_hundred": 12000, "r_hundred": 12000, "seg_id": 1160099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PANDRAIL PL", "stname": "PANDRAIL PL", "objectid": 41073, "Shape__Length": 164.33711562241018 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023659881741096, 40.125864124879598 ], [ -75.023244626180201, 40.126024004883398 ], [ -75.023133128282495, 40.126069467515499 ], [ -75.023123126254603, 40.126123351150397 ], [ -75.023136118957893, 40.126189805445797 ], [ -75.023212446086006, 40.126239722347599 ], [ -75.023280020488201, 40.126264283314597 ], [ -75.023792690558906, 40.126110589621298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 93, "tnode_": 96, "lpoly_": null, "rpoly_": null, "length": 283.88004081999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HAZELL", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 41385, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160100, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HAZELL LN", "stname": "HAZELL LN", "objectid": 41074, "Shape__Length": 113.10896492532699 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014217466978295, 40.127078435590001 ], [ -75.013323709172894, 40.126708874083803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3, "tnode_": 8, "lpoly_": null, "rpoly_": null, "length": 704.03177096000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 62020, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160101, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-11-01T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 41075, "Shape__Length": 281.07091577372364 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013878421154004, 40.137272125682699 ], [ -75.014884438129599, 40.136308850659603 ], [ -75.014988129748204, 40.136208440247898 ], [ -75.015059007004297, 40.136117289057601 ], [ -75.015133091203097, 40.136002145126902 ], [ -75.015151805845804, 40.135926945724698 ], [ -75.015196424343003, 40.135670379070902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 21, "tnode_": 27, "lpoly_": null, "rpoly_": null, "length": 406.95019115000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "OVERHILL", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 62020, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160102, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "OVERHILL AVE", "stname": "OVERHILL AVE", "objectid": 41076, "Shape__Length": 162.38878121182086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014396846552401, 40.133354745660696 ], [ -75.014242813556706, 40.133026382578599 ], [ -75.014121427018296, 40.132908217070501 ], [ -75.013501569571702, 40.132514373958401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 8, "tnode_": 5, "lpoly_": null, "rpoly_": null, "length": 833.34859153999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUXMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 20140, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUXMONT ST", "stname": "BUXMONT ST", "objectid": 41077, "Shape__Length": 331.92320208807882 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015196424343003, 40.135670379070902 ], [ -75.0126081464728, 40.136218058306497 ], [ -75.0125228570529, 40.136254881980697 ], [ -75.012473610657295, 40.136274451315003 ], [ -75.012380139711894, 40.136356864560703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 9, "tnode_": 8, "lpoly_": null, "rpoly_": null, "length": 533.52787694999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUXMONT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 298, "r_t_add": 398, "st_code": 20140, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUXMONT ST", "stname": "BUXMONT ST", "objectid": 41078, "Shape__Length": 212.5126182155181 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016988926090804, 40.135654586910697 ], [ -75.0166801793481, 40.135490519412599 ], [ -75.016535683396796, 40.135451386758099 ], [ -75.016342248396796, 40.135440025452603 ], [ -75.016221278287304, 40.135452934116401 ], [ -75.015196424343003, 40.135670379070902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 12, "tnode_": 14, "lpoly_": null, "rpoly_": null, "length": 788.45777504, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMITHFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 73140, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMITHFIELD AVE", "stname": "SMITHFIELD AVE", "objectid": 41079, "Shape__Length": 314.19327079066966 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014947404739701, 40.134871157481903 ], [ -75.013309522796902, 40.1352101228807 ], [ -75.013063264766799, 40.1352356336401 ], [ -75.012886618427601, 40.135200059981699 ], [ -75.012764100446404, 40.135125441178303 ], [ -75.012638551333296, 40.134981287790502 ], [ -75.012598692483095, 40.134883987602798 ], [ -75.012570525264906, 40.134749690819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 13, "tnode_": 12, "lpoly_": null, "rpoly_": null, "length": 690.08430966000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMITHFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 73140, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160106, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMITHFIELD AVE", "stname": "SMITHFIELD AVE", "objectid": 41080, "Shape__Length": 274.81843881134023 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017329265692794, 40.134803241333799 ], [ -75.016876029370295, 40.134662692793597 ], [ -75.016648428503302, 40.134627536020702 ], [ -75.016427215486104, 40.134608757679302 ], [ -75.016250998353399, 40.134609977693898 ], [ -75.016095247274606, 40.134627910971297 ], [ -75.015697303132598, 40.134710398733702 ], [ -75.014947404739701, 40.134871157481903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 17, "tnode_": 14, "lpoly_": null, "rpoly_": null, "length": 660.02841317000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMMS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 527, "r_f_add": 500, "r_t_add": 524, "st_code": 72900, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160107, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMMS ST", "stname": "SIMMS ST", "objectid": 41081, "Shape__Length": 262.96853257662229 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014670243445096, 40.134067285060297 ], [ -75.012931706331997, 40.134439656122296 ], [ -75.012752082407602, 40.134529197586502 ], [ -75.012645117055001, 40.134635476866201 ], [ -75.012570525264906, 40.134749690819 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 16, "tnode_": 17, "lpoly_": null, "rpoly_": null, "length": 966.15647014000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SIMMS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 72900, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160108, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SIMMS ST", "stname": "SIMMS ST", "objectid": 41082, "Shape__Length": 384.77094403090189 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017986359401405, 40.1341531950617 ], [ -75.017538279100194, 40.133967189038898 ], [ -75.017120026745005, 40.133854487806303 ], [ -75.016839956797597, 40.133809972473998 ], [ -75.016565837755294, 40.133792640295098 ], [ -75.016333739390205, 40.133781716102902 ], [ -75.016051273339301, 40.133796636659604 ], [ -75.015767715824794, 40.133838573908001 ], [ -75.014670243445096, 40.134067285060297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29, "tnode_": 32, "lpoly_": null, "rpoly_": null, "length": 845.9450708600001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 53320, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160109, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MAPLE AVE", "stname": "MAPLE AVE", "objectid": 41083, "Shape__Length": 336.95072486770465 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017007121724205, 40.132247601895997 ], [ -75.0162815865026, 40.132226412083597 ], [ -75.015860169279406, 40.132248673480802 ], [ -75.015334864501298, 40.132314573866097 ], [ -75.015166818120704, 40.132310578222203 ], [ -75.014893342731895, 40.1322549741163 ], [ -75.014190796617399, 40.131831090512399 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 42, "tnode_": 28, "lpoly_": null, "rpoly_": null, "length": 852.6102648, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FARADAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14098, "r_f_add": 14001, "r_t_add": 14099, "st_code": 33460, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160110, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "FARADAY ST", "stname": "FARADAY ST", "objectid": 41084, "Shape__Length": 340.60730679526466 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017446228102102, 40.130324724747197 ], [ -75.018356372259106, 40.132022095725901 ], [ -75.018392627905897, 40.1321659016658 ], [ -75.018381240300201, 40.132299353802601 ], [ -75.0183003903811, 40.1325153893467 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 93, "tnode_": 66, "lpoly_": null, "rpoly_": null, "length": 673.45105, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13100, "l_t_add": 13500, "r_f_add": 13101, "r_t_add": 13501, "st_code": 20020, "l_hundred": 13100, "r_hundred": 13100, "seg_id": 1160111, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41085, "Shape__Length": 269.1273898383489 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014217466978295, 40.127078435590001 ], [ -75.014071276120504, 40.127830131061899 ], [ -75.013990281672307, 40.128343041744401 ], [ -75.013853491766994, 40.128905322843302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 30, "tnode_": 31, "lpoly_": null, "rpoly_": null, "length": 116.3599199, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13601, "l_t_add": 13609, "r_f_add": 13600, "r_t_add": 13608, "st_code": 64560, "l_hundred": 13600, "r_hundred": 13600, "seg_id": 1160112, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-02-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41086, "Shape__Length": 46.359849969949309 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012732510925503, 40.131812701145201 ], [ -75.012594166424293, 40.131800775577197 ], [ -75.012468496366196, 40.131757616388597 ], [ -75.012360568810493, 40.131690076031603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 42, "tnode_": 39, "lpoly_": null, "rpoly_": null, "length": 301.27279633000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13425, "l_t_add": 13449, "r_f_add": 13426, "r_t_add": 13450, "st_code": 64560, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160113, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41087, "Shape__Length": 120.00906147688626 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017446228102102, 40.130324724747197 ], [ -75.016451934956194, 40.1306432834104 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 48, "tnode_": 42, "lpoly_": null, "rpoly_": null, "length": 300.79611959000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13401, "l_t_add": 13423, "r_f_add": 13400, "r_t_add": 13424, "st_code": 64560, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160114, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41088, "Shape__Length": 119.81552124596543 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.018442766616303, 40.130013794297099 ], [ -75.017446228102102, 40.130324724747197 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 52, "tnode_": 48, "lpoly_": null, "rpoly_": null, "length": 265.24426, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13351, "l_t_add": 13399, "r_f_add": 13396, "r_t_add": 13398, "st_code": 64560, "l_hundred": 13300, "r_hundred": 13300, "seg_id": 1160115, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41089, "Shape__Length": 105.6500936498628 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019326025220394, 40.129748283964901 ], [ -75.018442766616303, 40.130013794297099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 57, "tnode_": 52, "lpoly_": null, "rpoly_": null, "length": 492.61881282000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13301, "l_t_add": 13349, "r_f_add": 13300, "r_t_add": 13394, "st_code": 64560, "l_hundred": 13300, "r_hundred": 13300, "seg_id": 1160116, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41090, "Shape__Length": 196.19325563505691 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0209923460407, 40.129323854608103 ], [ -75.020189327526197, 40.129469559671101 ], [ -75.019326025220394, 40.129748283964901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 59, "tnode_": 60, "lpoly_": null, "rpoly_": null, "length": 235.54262507, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13201, "l_t_add": 13299, "r_f_add": 13200, "r_t_add": 13298, "st_code": 64560, "l_hundred": 13200, "r_hundred": 13200, "seg_id": 1160117, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41091, "Shape__Length": 93.769612914872013 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021917780743806, 40.129307253691202 ], [ -75.021075488594207, 40.129314587666997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 61, "tnode_": 56, "lpoly_": null, "rpoly_": null, "length": 346.66947504000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13001, "l_t_add": 13099, "r_f_add": 13000, "r_t_add": 13098, "st_code": 64560, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160118, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41092, "Shape__Length": 138.05752225838646 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024894623874999, 40.129225841255902 ], [ -75.0247148732536, 40.129332773601 ], [ -75.024667846033196, 40.12934904323 ], [ -75.024549238625099, 40.129371353942702 ], [ -75.024328235240105, 40.129404573450998 ], [ -75.023992677896601, 40.129411411321598 ], [ -75.023715035519899, 40.129404953751397 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 31, "tnode_": 22, "lpoly_": null, "rpoly_": null, "length": 1634.1567996399999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13611, "l_t_add": 13699, "r_f_add": 13610, "r_t_add": 13698, "st_code": 64560, "l_hundred": 13600, "r_hundred": 13600, "seg_id": 1160120, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41093, "Shape__Length": 650.9192105447903 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012360568810493, 40.131690076031603 ], [ -75.011944668642101, 40.131597418443803 ], [ -75.011605421441402, 40.131616651893196 ], [ -75.011390787915303, 40.131674219797397 ], [ -75.011101469777898, 40.131762452246797 ], [ -75.010100052886102, 40.132074773906297 ], [ -75.009604059465005, 40.132232412592103 ], [ -75.007745084569507, 40.132823213110299 ], [ -75.006909363180199, 40.133084976623799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 37, "tnode_": 30, "lpoly_": null, "rpoly_": null, "length": 801.35408578, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13501, "l_t_add": 13599, "r_f_add": 13500, "r_t_add": 13598, "st_code": 64560, "l_hundred": 13500, "r_hundred": 13500, "seg_id": 1160121, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41094, "Shape__Length": 319.38971281659059 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015099461104896, 40.130900554103299 ], [ -75.014833607806693, 40.130891652392499 ], [ -75.0141423154585, 40.130902876555702 ], [ -75.013948220355104, 40.130948982485201 ], [ -75.013794857110597, 40.131032834564799 ], [ -75.013097494353403, 40.131716087779701 ], [ -75.012732510925503, 40.131812701145201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 39, "tnode_": 37, "lpoly_": null, "rpoly_": null, "length": 392.88957388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13451, "l_t_add": 13499, "r_f_add": 13452, "r_t_add": 13498, "st_code": 64560, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160122, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41095, "Shape__Length": 156.45758672583008 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016451934956194, 40.1306432834104 ], [ -75.015845202721394, 40.130830054248399 ], [ -75.015099461104896, 40.130900554103299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 56, "tnode_": 59, "lpoly_": null, "rpoly_": null, "length": 503.84167904000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13101, "l_t_add": 13199, "r_f_add": 13100, "r_t_add": 13198, "st_code": 64560, "l_hundred": 13100, "r_hundred": 13100, "seg_id": 1160123, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41096, "Shape__Length": 200.58363086149924 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023715035519899, 40.129404953751397 ], [ -75.023418396160295, 40.129389378834603 ], [ -75.021990988025493, 40.129313840514698 ], [ -75.021917780743806, 40.129307253691202 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 57, "tnode_": 44, "lpoly_": null, "rpoly_": null, "length": 555.89135852000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUSAN", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13301, "l_t_add": 13399, "r_f_add": 13300, "r_t_add": 13398, "st_code": 75630, "l_hundred": 13300, "r_hundred": 13300, "seg_id": 1160124, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-12-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SUSAN TER", "stname": "SUSAN TER", "objectid": 41097, "Shape__Length": 221.68241107355064 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0209923460407, 40.129323854608103 ], [ -75.0210310111772, 40.129452644915503 ], [ -75.021025445780296, 40.1295908460406 ], [ -75.020900592825896, 40.129707772132598 ], [ -75.020706134667705, 40.129763102934902 ], [ -75.020522194808393, 40.129855571229697 ], [ -75.020367333575095, 40.1299717846126 ], [ -75.020249223157904, 40.130070425512201 ], [ -75.020066209731098, 40.130139859862403 ], [ -75.019883381541604, 40.130204686738999 ], [ -75.019688413240104, 40.130273903404003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 52, "tnode_": 44, "lpoly_": null, "rpoly_": null, "length": 216.63578642000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REBECCA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14006, "r_f_add": 14001, "r_t_add": 14005, "st_code": 67570, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160125, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REBECCA DR", "stname": "REBECCA DR", "objectid": 41098, "Shape__Length": 86.509196413878357 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019326025220394, 40.129748283964901 ], [ -75.019688413240104, 40.130273903404003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 44, "tnode_": 35, "lpoly_": null, "rpoly_": null, "length": 422.72476048, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "REBECCA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14008, "l_t_add": 14098, "r_f_add": 14007, "r_t_add": 14099, "st_code": 67570, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160126, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "REBECCA DR", "stname": "REBECCA DR", "objectid": 41099, "Shape__Length": 168.77796282354876 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.019688413240104, 40.130273903404003 ], [ -75.019869647617199, 40.130545582207702 ], [ -75.019961403900098, 40.130653815941699 ], [ -75.020045029821702, 40.130706666235 ], [ -75.020113360614104, 40.1307588668964 ], [ -75.020164404943202, 40.130833856627603 ], [ -75.020301639747203, 40.131155279964197 ], [ -75.020359243494596, 40.131216591412198 ], [ -75.020430260323195, 40.131261257937901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 84, "tnode_": 103, "lpoly_": null, "rpoly_": null, "length": 1099.0674769599998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 235, "l_t_add": 399, "r_f_add": 250, "r_t_add": 398, "st_code": 20160, "l_hundred": 200, "r_hundred": 200, "seg_id": 1160127, "oneway": "B", "class": 2, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41100, "Shape__Length": 438.18222989047985 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023196074586295, 40.128227700819103 ], [ -75.022042625955393, 40.127542495566601 ], [ -75.020507330019498, 40.126622213358601 ], [ -75.020101854582705, 40.126367506568599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 127, "tnode_": 141, "lpoly_": null, "rpoly_": null, "length": 263.85761293000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 421, "l_t_add": 471, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 400, "r_hundred": 0, "seg_id": 1160128, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41101, "Shape__Length": 105.36713387812563 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023294730802903, 40.125210291301798 ], [ -75.023227794930804, 40.125079508713704 ], [ -75.022876828307602, 40.1245615930181 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 134, "tnode_": 145, "lpoly_": null, "rpoly_": null, "length": 279.71353648000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 400, "r_t_add": 428, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1160129, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41102, "Shape__Length": 111.63160965373683 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024156020472802, 40.124929568341102 ], [ -75.0235641034201, 40.124310607736398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 145, "tnode_": 159, "lpoly_": null, "rpoly_": null, "length": 325.88176249000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 430, "r_t_add": 448, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1160130, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41103, "Shape__Length": 130.00244423438568 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0235641034201, 40.124310607736398 ], [ -75.022778403209301, 40.123649944046697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 159, "tnode_": 180, "lpoly_": null, "rpoly_": null, "length": 324.87713056000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 450, "r_t_add": 458, "st_code": 84460, "l_hundred": 0, "r_hundred": 400, "seg_id": 1160131, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41104, "Shape__Length": 129.53663589417923 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022778403209301, 40.123649944046697 ], [ -75.022608103295696, 40.123543435850401 ], [ -75.021893778746502, 40.123071946726903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 141, "tnode_": 182, "lpoly_": null, "rpoly_": null, "length": 778.20646996000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 473, "l_t_add": 487, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 400, "r_hundred": 0, "seg_id": 1160132, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41105, "Shape__Length": 310.42588287641649 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022876828307602, 40.1245615930181 ], [ -75.022550689704801, 40.124191516717403 ], [ -75.022347128759094, 40.123994260954497 ], [ -75.022067487197106, 40.123741080220299 ], [ -75.021725241006493, 40.123486414449999 ], [ -75.021436085845195, 40.123275099947499 ], [ -75.020983018431494, 40.123016383237598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 133, "tnode_": 144, "lpoly_": null, "rpoly_": null, "length": 752.86406982000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINEWOOD", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 465, "l_t_add": 491, "r_f_add": 474, "r_t_add": 486, "st_code": 64876, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160133, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINEWOOD RD", "stname": "PINEWOOD RD", "objectid": 41106, "Shape__Length": 300.03692931944477 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021887273413995, 40.124885563480703 ], [ -75.021498014448994, 40.125044495913002 ], [ -75.021299463479195, 40.125111945877002 ], [ -75.021090979700205, 40.125157413807699 ], [ -75.020915264768007, 40.125120869352301 ], [ -75.019623814501699, 40.124350635619301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 133, "tnode_": 28856, "lpoly_": null, "rpoly_": null, "length": 408.64763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PINEWOOD", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 64875, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160134, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2004-05-07T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PINEWOOD PL", "stname": "PINEWOOD PL", "objectid": 41107, "Shape__Length": 163.0520727589512 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021887273413995, 40.124885563480703 ], [ -75.021582390247303, 40.124505295781297 ], [ -75.021358267960295, 40.124318826187597 ], [ -75.021192769248998, 40.124199198746098 ], [ -75.021202593960595, 40.1241717884702 ], [ -75.021204209547506, 40.124144490665898 ], [ -75.021194192116695, 40.124118268410598 ], [ -75.021173629194905, 40.124095963296199 ], [ -75.021144746403706, 40.1240799906886 ], [ -75.0211106725246, 40.124072081860199 ], [ -75.021075100893995, 40.124073093946102 ], [ -75.021041883565204, 40.124082915615801 ], [ -75.021014618632293, 40.1241004843124 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 65, "tnode_": 66, "lpoly_": null, "rpoly_": null, "length": 215.59248822000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PETONI", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 64410, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160136, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-10-19T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PETONI PL", "stname": "PETONI PL", "objectid": 41108, "Shape__Length": 85.847415694190701 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014600805063097, 40.129041697886002 ], [ -75.0144360544016, 40.129033029004702 ], [ -75.014254536225394, 40.128992179041902 ], [ -75.013853491766994, 40.128905322843302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 84, "tnode_": 79, "lpoly_": null, "rpoly_": null, "length": 120.57610224, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKESLEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13004, "r_f_add": 13001, "r_t_add": 13005, "st_code": 17845, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160140, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKESLEE DR", "stname": "BLAKESLEE DR", "objectid": 41109, "Shape__Length": 48.116036587539035 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023196074586295, 40.128227700819103 ], [ -75.022926587533902, 40.128486089763001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 79, "tnode_": 78, "lpoly_": null, "rpoly_": null, "length": 346.38529390999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLAKESLEE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13006, "l_t_add": 13032, "r_f_add": 13007, "r_t_add": 13051, "st_code": 17845, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160141, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2000-04-20T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BLAKESLEE DR", "stname": "BLAKESLEE DR", "objectid": 41110, "Shape__Length": 137.97118962738861 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022926587533902, 40.128486089763001 ], [ -75.022769268689004, 40.1286352030206 ], [ -75.022684582901704, 40.128666480604799 ], [ -75.022563813452706, 40.128682061193402 ], [ -75.021792622576598, 40.128650040721702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 79, "tnode_": 80, "lpoly_": null, "rpoly_": null, "length": 153.21961319000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOFFMAN", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 42942, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160142, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2010-09-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOFFMAN CT", "stname": "HOFFMAN CT", "objectid": 41111, "Shape__Length": 61.064075390232389 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.022926587533902, 40.128486089763001 ], [ -75.022667655508897, 40.128344406324601 ], [ -75.022569208947601, 40.128290583813303 ], [ -75.022463885299302, 40.128268778293901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 66, "tnode_": 54, "lpoly_": null, "rpoly_": null, "length": 244.97124951000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 601, "r_f_add": 600, "r_t_add": 600, "st_code": 65300, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160143, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING AVE", "stname": "POQUESSING AVE", "objectid": 41112, "Shape__Length": 97.735132137012926 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013853491766994, 40.128905322843302 ], [ -75.013716379832005, 40.128843798610298 ], [ -75.013590545842405, 40.128812347634103 ], [ -75.013526234860294, 40.128831144380698 ], [ -75.013444247086994, 40.1288942371446 ], [ -75.013385762367093, 40.129031064668801 ], [ -75.013325032506202, 40.129187292520598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 54, "tnode_": 76, "lpoly_": null, "rpoly_": null, "length": 477.38021622000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 603, "l_t_add": 699, "r_f_add": 602, "r_t_add": 698, "st_code": 65300, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160144, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING AVE", "stname": "POQUESSING AVE", "objectid": 41113, "Shape__Length": 190.30216060800052 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013325032506202, 40.129187292520598 ], [ -75.013253203464402, 40.129166129557703 ], [ -75.013170024233602, 40.129127562897203 ], [ -75.011943956501398, 40.128421075211101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 49, "tnode_": 62, "lpoly_": null, "rpoly_": null, "length": 503.04463151, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 627, "l_t_add": 699, "r_f_add": 628, "r_t_add": 698, "st_code": 30820, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160146, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41114, "Shape__Length": 200.61343957294019 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010047826852897, 40.129858518259503 ], [ -75.009899427754803, 40.129769430266698 ], [ -75.009075425157505, 40.1292804050359 ], [ -75.008992533566996, 40.129220210498602 ], [ -75.0087138807732, 40.128944183021602 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 70, "tnode_": 34, "lpoly_": null, "rpoly_": null, "length": 1075.8226449700001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 47260, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1160147, "oneway": "TF", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 41115, "Shape__Length": 429.57824638546379 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004867973783405, 40.128440382088598 ], [ -75.004529222856405, 40.128782830926802 ], [ -75.004129199234896, 40.129230641789498 ], [ -75.003548904372394, 40.129829246689702 ], [ -75.003410118137595, 40.129980430540897 ], [ -75.003355387981301, 40.130072405556298 ], [ -75.003247446160799, 40.130779446056302 ], [ -75.003252318855203, 40.130884807803 ], [ -75.003298519523497, 40.131010671642699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 71, "tnode_": 70, "lpoly_": null, "rpoly_": null, "length": 920.23881604999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 42204, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160148, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41116, "Shape__Length": 366.42219944834511 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008066888974298, 40.1284096181165 ], [ -75.007740696270105, 40.1284471289352 ], [ -75.007469728084402, 40.128484543783102 ], [ -75.007262136555596, 40.1285314122321 ], [ -75.006943279809704, 40.128629228699801 ], [ -75.006736257342894, 40.128674690626298 ], [ -75.006526084462095, 40.128687694845603 ], [ -75.006187153756898, 40.128655291686201 ], [ -75.005460402598899, 40.128491649157802 ], [ -75.005235718502405, 40.128447656135798 ], [ -75.005038948281907, 40.128432593273999 ], [ -75.004867973783405, 40.128440382088598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 105, "tnode_": 69, "lpoly_": null, "rpoly_": null, "length": 993.5872205000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PROCTOR", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 65780, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160149, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PROCTOR RD", "stname": "PROCTOR RD", "objectid": 41117, "Shape__Length": 396.83890491545242 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009526299435194, 40.126088435044501 ], [ -75.009408347572403, 40.126325496322998 ], [ -75.009304921408898, 40.126650631405397 ], [ -75.009263216190107, 40.126870136838797 ], [ -75.009245089593605, 40.127115404911699 ], [ -75.009114719532604, 40.127294998871101 ], [ -75.008963315619894, 40.127385889679204 ], [ -75.008734298310102, 40.127569431377097 ], [ -75.008537059325604, 40.127778930000403 ], [ -75.008439484256897, 40.127959304088598 ], [ -75.008400320492498, 40.128115870684802 ], [ -75.008333605321099, 40.128564005742199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 129, "tnode_": 74, "lpoly_": null, "rpoly_": null, "length": 1789.28341768, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13070, "l_t_add": 13486, "r_f_add": 13069, "r_t_add": 13489, "st_code": 77820, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160150, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41118, "Shape__Length": 713.64721558049553 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014428821382396, 40.124987393368997 ], [ -75.013252985076406, 40.125810390762098 ], [ -75.011916942040699, 40.126721792011097 ], [ -75.011477178895802, 40.127039462330899 ], [ -75.010400273777506, 40.127981898032203 ], [ -75.010111436215794, 40.128211082301597 ], [ -75.009840237672904, 40.128401584819002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 147, "tnode_": 117, "lpoly_": null, "rpoly_": null, "length": 634.70619427999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PRIESTLY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13498, "r_f_add": 13401, "r_t_add": 13499, "st_code": 65680, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1160151, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PRIESTLY ST", "stname": "PRIESTLY ST", "objectid": 41119, "Shape__Length": 253.27317171095922 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006042382127205, 40.123771538585899 ], [ -75.005921093415793, 40.123894029425998 ], [ -75.005205171085507, 40.124393401063003 ], [ -75.005030017076805, 40.124565285394603 ], [ -75.004670666285307, 40.125129086647497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 179, "tnode_": 119, "lpoly_": null, "rpoly_": null, "length": 1027.09530068, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LINDSAY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13022, "l_t_add": 13098, "r_f_add": 13023, "r_t_add": 13099, "st_code": 50960, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160152, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LINDSAY ST", "stname": "LINDSAY ST", "objectid": 41120, "Shape__Length": 409.87553849985227 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010510450632495, 40.122843305572097 ], [ -75.009384858324296, 40.123980553492601 ], [ -75.008286149627494, 40.125086932072101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 194, "tnode_": 130, "lpoly_": null, "rpoly_": null, "length": 1037.01929038, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOROTHY", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13098, "r_f_add": 13001, "r_t_add": 13099, "st_code": 28950, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160153, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2001-01-11T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOROTHY DR", "stname": "DOROTHY DR", "objectid": 41121, "Shape__Length": 413.77462956589488 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009953553412501, 40.122493989032897 ], [ -75.008692817610793, 40.123599413422802 ], [ -75.007601427292997, 40.124692811838102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 207, "tnode_": 138, "lpoly_": null, "rpoly_": null, "length": 1031.71778778, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KELVIN", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13020, "l_t_add": 13098, "r_f_add": 13021, "r_t_add": 13099, "st_code": 47260, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160154, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KELVIN AVE", "stname": "KELVIN AVE", "objectid": 41122, "Shape__Length": 411.72631258967033 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009149459342893, 40.122029553105399 ], [ -75.007993502726805, 40.1232119449378 ], [ -75.006935917554401, 40.1242953088896 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 40, "tnode_": 49, "lpoly_": null, "rpoly_": null, "length": 444.51538966000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 625, "r_f_add": 600, "r_t_add": 626, "st_code": 30820, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160157, "oneway": "B", "class": 4, "responsibl": "FAM", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41123, "Shape__Length": 177.13413112274586 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011422563746294, 40.1303947289558 ], [ -75.010669478858503, 40.129953899597403 ], [ -75.010566082736403, 40.129911089416503 ], [ -75.010433913833793, 40.1298834442537 ], [ -75.010162088208503, 40.129874086623303 ], [ -75.010047826852897, 40.129858518259503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 4, "tnode_": 2, "lpoly_": null, "rpoly_": null, "length": 651.14704383000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WEXFORD", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 82650, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160158, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WEXFORD PL", "stname": "WEXFORD PL", "objectid": 41124, "Shape__Length": 259.792968425151 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016143819283698, 40.136462058966501 ], [ -75.0159623382619, 40.1364525337247 ], [ -75.015777270353695, 40.136533994225601 ], [ -75.015522845333805, 40.136774792384003 ], [ -75.014570843285895, 40.137693797455697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 66, "tnode_": 31, "lpoly_": null, "rpoly_": null, "length": 1097.9501832799999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13502, "l_t_add": 14098, "r_f_add": 13503, "r_t_add": 14099, "st_code": 20020, "l_hundred": 13500, "r_hundred": 13500, "seg_id": 1160159, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2004-03-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41125, "Shape__Length": 438.57154707629979 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013853491766994, 40.128905322843302 ], [ -75.013618844113907, 40.1294609586433 ], [ -75.013190386158499, 40.130276124773999 ], [ -75.012851407566501, 40.130872339759499 ], [ -75.012360568810493, 40.131690076031603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 49, "tnode_": 38, "lpoly_": null, "rpoly_": null, "length": 313.52162062999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DANA", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14000, "l_t_add": 14098, "r_f_add": 14001, "r_t_add": 14099, "st_code": 27280, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160161, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DANA AVE", "stname": "DANA AVE", "objectid": 41126, "Shape__Length": 125.11474914008166 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.010047826852897, 40.129858518259503 ], [ -75.009347452046001, 40.130530603681699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 167, "tnode_": 179, "lpoly_": null, "rpoly_": null, "length": 603.46356912, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SAINT CHRISTOPHER", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 801, "l_t_add": 899, "r_f_add": 800, "r_t_add": 898, "st_code": 74055, "l_hundred": 800, "r_hundred": 800, "seg_id": 1160162, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SAINT CHRISTOPHER LN", "stname": "SAINT CHRISTOPHER LN", "objectid": 41127, "Shape__Length": 240.71994542324836 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.011386302098202, 40.123220272752498 ], [ -75.011597640119902, 40.122993635755499 ], [ -75.011655812755194, 40.122915853283303 ], [ -75.011663856968298, 40.1228555614531 ], [ -75.011631480288898, 40.122814024938101 ], [ -75.011571773124103, 40.122779633547502 ], [ -75.011019956628104, 40.122459978088898 ], [ -75.010963839410294, 40.122440774471599 ], [ -75.010893440940094, 40.122454979728097 ], [ -75.010821439198196, 40.122508852694999 ], [ -75.010510450632495, 40.122843305572097 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 101, "tnode_": 111, "lpoly_": null, "rpoly_": null, "length": 212.78607225, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 300, "r_hundred": 0, "seg_id": 1160163, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41128, "Shape__Length": 84.989897980386417 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024088575644598, 40.1266487407159 ], [ -75.023792690558906, 40.126110589621298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 111, "tnode_": 114, "lpoly_": null, "rpoly_": null, "length": 97.16145445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160164, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41129, "Shape__Length": 38.808271469915695 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023792690558906, 40.126110589621298 ], [ -75.023659881741096, 40.125864124879598 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 114, "tnode_": 127, "lpoly_": null, "rpoly_": null, "length": 259.1473774, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 419, "r_f_add": 0, "r_t_add": 0, "st_code": 84460, "l_hundred": 400, "r_hundred": 0, "seg_id": 1160165, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 1, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41130, "Shape__Length": 103.50436250628319 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023659881741096, 40.125864124879598 ], [ -75.023294730802903, 40.125210291301798 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 106, "tnode_": 134, "lpoly_": null, "rpoly_": null, "length": 532.59901467000009, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 300, "r_t_add": 398, "st_code": 84460, "l_hundred": 0, "r_hundred": 300, "seg_id": 1160166, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2006-02-14T00:00:00Z", "newsegdate": null, "multi_rep": 2, "streetlabe": "WOODHAVEN RD", "stname": "WOODHAVEN RD", "objectid": 41131, "Shape__Length": 212.69625777095234 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024971162458201, 40.126248033823003 ], [ -75.024738896530494, 40.125778087630501 ], [ -75.024554568194802, 40.125493168962102 ], [ -75.024156020472802, 40.124929568341102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 60, "tnode_": 77, "lpoly_": null, "rpoly_": null, "length": 241.37409857, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARDELLA", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 21275, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160167, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARDELLA ST", "stname": "CARDELLA ST", "objectid": 41132, "Shape__Length": 96.461990174044658 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021075488594207, 40.129314587666997 ], [ -75.020956182530597, 40.128658350429802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1, "tnode_": 2, "lpoly_": null, "rpoly_": null, "length": 141.43866891000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 101, "l_t_add": 103, "r_f_add": 100, "r_t_add": 102, "st_code": 25380, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160168, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-01-03T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41133, "Shape__Length": 56.399421809635314 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014967425035707, 40.137934840177302 ], [ -75.014570843285895, 40.137693797455697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 2, "tnode_": 3, "lpoly_": null, "rpoly_": null, "length": 247.13411402999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 105, "l_t_add": 127, "r_f_add": 104, "r_t_add": 126, "st_code": 25380, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160169, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41134, "Shape__Length": 98.545918185422437 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014570843285895, 40.137693797455697 ], [ -75.013878421154004, 40.137272125682699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 86, "tnode_": 95, "lpoly_": null, "rpoly_": null, "length": 729.6413703, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 599, "r_f_add": 500, "r_t_add": 598, "st_code": 49360, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160170, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURA LN", "stname": "LAURA LN", "objectid": 41135, "Shape__Length": 290.80606685327507 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016452755714297, 40.127809925305002 ], [ -75.016083745183593, 40.127885970237202 ], [ -75.015937767067697, 40.127828936881997 ], [ -75.015579610265902, 40.127626255600902 ], [ -75.014625523964796, 40.1270612397823 ], [ -75.014480630056795, 40.126977448241298 ], [ -75.014275762863903, 40.126893862625501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 56, "tnode_": 50, "lpoly_": null, "rpoly_": null, "length": 313.61587757999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CLIFFORD", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 14001, "l_t_add": 14099, "r_f_add": 14000, "r_t_add": 14098, "st_code": 23810, "l_hundred": 14000, "r_hundred": 14000, "seg_id": 1160172, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CLIFFORD LN", "stname": "CLIFFORD LN", "objectid": 41136, "Shape__Length": 125.15504144369555 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023715035519899, 40.129404953751397 ], [ -75.023677376804301, 40.129620382840997 ], [ -75.023658594801603, 40.1296901836035 ], [ -75.023522671101503, 40.129783794797902 ], [ -75.023098511177693, 40.130067880947998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 125, "tnode_": 29304, "lpoly_": null, "rpoly_": null, "length": 338.36175012000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13000, "l_t_add": 13028, "r_f_add": 13001, "r_t_add": 13029, "st_code": 28240, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160212, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 41137, "Shape__Length": 135.01106054939007 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017768043323997, 40.125007022521103 ], [ -75.017712324648002, 40.125075456544501 ], [ -75.017000744986902, 40.125724266145902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 59, "tnode_": 50, "lpoly_": null, "rpoly_": null, "length": 519.24224376000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWARD ARTHUR", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13305, "l_t_add": 13399, "r_f_add": 13306, "r_t_add": 13398, "st_code": 43830, "l_hundred": 13300, "r_hundred": 13300, "seg_id": 1160173, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWARD ARTHUR DR", "stname": "HOWARD ARTHUR DR", "objectid": 41138, "Shape__Length": 207.05880874072096 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.021917780743806, 40.129307253691202 ], [ -75.021874244318198, 40.129546427998498 ], [ -75.021933767640405, 40.129674739582498 ], [ -75.022069628603305, 40.129730669143598 ], [ -75.022262365409006, 40.1297539111318 ], [ -75.022628083562907, 40.129771806528197 ], [ -75.022831206082202, 40.129799678358097 ], [ -75.022942082314898, 40.129880696205198 ], [ -75.023098511177693, 40.130067880947998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 50, "tnode_": 47, "lpoly_": null, "rpoly_": null, "length": 81.48822796, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HOWARD ARTHUR", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13301, "l_t_add": 13303, "r_f_add": 13300, "r_t_add": 13304, "st_code": 43830, "l_hundred": 13300, "r_hundred": 13300, "seg_id": 1160174, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2003-02-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HOWARD ARTHUR DR", "stname": "HOWARD ARTHUR DR", "objectid": 41139, "Shape__Length": 32.556517012889962 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.023098511177693, 40.130067880947998 ], [ -75.023188578658306, 40.130280622800001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 3, "tnode_": 5, "lpoly_": null, "rpoly_": null, "length": 535.40146760999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 129, "l_t_add": 199, "r_f_add": 128, "r_t_add": 198, "st_code": 25380, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160175, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41140, "Shape__Length": 213.49304788885155 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.013878421154004, 40.137272125682699 ], [ -75.012380139711894, 40.136356864560703 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 11, "tnode_": 13, "lpoly_": null, "rpoly_": null, "length": 105.24507962, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SMITHFIELD", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 73140, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160176, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SMITHFIELD AVE", "stname": "SMITHFIELD AVE", "objectid": 41141, "Shape__Length": 41.970987068419177 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017615865749406, 40.134990532793502 ], [ -75.017329265692794, 40.134803241333799 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 145, "tnode_": 162, "lpoly_": null, "rpoly_": null, "length": 348.77923145, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WOODHAVEN", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 400, "l_t_add": 498, "r_f_add": 0, "r_t_add": 0, "st_code": 84450, "l_hundred": 400, "r_hundred": 0, "seg_id": 1160177, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WOODHAVEN PL", "stname": "WOODHAVEN PL", "objectid": 41142, "Shape__Length": 138.94982254582391 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0235641034201, 40.124310607736398 ], [ -75.024502376854997, 40.123967185923803 ], [ -75.024676944780893, 40.123880733924601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 123, "tnode_": 104, "lpoly_": null, "rpoly_": null, "length": 419.90464111, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13050, "l_t_add": 13068, "r_f_add": 13051, "r_t_add": 13069, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160179, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41143, "Shape__Length": 167.78456721273895 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014777644599505, 40.125060017414697 ], [ -75.014461681313605, 40.126186891461302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 104, "tnode_": 95, "lpoly_": null, "rpoly_": null, "length": 262.73429545, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13070, "l_t_add": 13080, "r_f_add": 13071, "r_t_add": 13083, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160180, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41144, "Shape__Length": 104.98630399301993 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014461681313605, 40.126186891461302 ], [ -75.014275762863903, 40.126893862625501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 107, "tnode_": 104, "lpoly_": null, "rpoly_": null, "length": 401.79684464000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENISE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 507, "l_t_add": 599, "r_f_add": 506, "r_t_add": 598, "st_code": 28175, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160181, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-30T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DENISE DR", "stname": "DENISE DR", "objectid": 41145, "Shape__Length": 160.14845477160793 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015649643300904, 40.126807333201803 ], [ -75.014461681313605, 40.126186891461302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 81, "tnode_": 86, "lpoly_": null, "rpoly_": null, "length": 142.17462193, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURA", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 301, "l_t_add": 399, "r_f_add": 300, "r_t_add": 398, "st_code": 49370, "l_hundred": 300, "r_hundred": 300, "seg_id": 1160184, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURA PL", "stname": "LAURA PL", "objectid": 41146, "Shape__Length": 56.805826500902739 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016586039607503, 40.128186053798302 ], [ -75.016563900382195, 40.128091549488801 ], [ -75.016452755714297, 40.127809925305002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 88, "tnode_": 86, "lpoly_": null, "rpoly_": null, "length": 206.60407355000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LAURA", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 401, "l_t_add": 499, "r_f_add": 400, "r_t_add": 498, "st_code": 49360, "l_hundred": 400, "r_hundred": 400, "seg_id": 1160185, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LAURA LN", "stname": "LAURA LN", "objectid": 41147, "Shape__Length": 82.302959576245144 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.017123818670996, 40.127668183450901 ], [ -75.017018750208507, 40.1276269855625 ], [ -75.016825425765106, 40.127662563961003 ], [ -75.016631292904805, 40.127718209121397 ], [ -75.016452755714297, 40.127809925305002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 112, "tnode_": 107, "lpoly_": null, "rpoly_": null, "length": 365.75128687, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13040, "l_t_add": 13098, "r_f_add": 13041, "r_t_add": 13099, "st_code": 28240, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160190, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-30T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 41148, "Shape__Length": 145.87422564464453 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016585556751707, 40.126120867024497 ], [ -75.016313527302898, 40.126318237692303 ], [ -75.016211406488694, 40.126373324535599 ], [ -75.015951497346805, 40.126501347224597 ], [ -75.015649643300904, 40.126807333201803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 94, "tnode_": 107, "lpoly_": null, "rpoly_": null, "length": 127.80455691, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DENISE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 501, "l_t_add": 505, "r_f_add": 500, "r_t_add": 504, "st_code": 28175, "l_hundred": 500, "r_hundred": 500, "seg_id": 1160191, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-04-30T00:00:00Z", "newsegdate": "1998-07-24T00:00:00Z", "multi_rep": 0, "streetlabe": "DENISE DR", "stname": "DENISE DR", "objectid": 41149, "Shape__Length": 50.958336381796627 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.016002438038797, 40.1270303687701 ], [ -75.015649643300904, 40.126807333201803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 22, "tnode_": 27944, "lpoly_": null, "rpoly_": null, "length": 5.84002711, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160192, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "1999-06-21T00:00:00Z", "newsegdate": "1999-06-21T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 41150, "Shape__Length": 2.3265886364951447 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006909363180199, 40.133084976623799 ], [ -75.006890314278394, 40.133091551462002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29469, "tnode_": 28051, "lpoly_": null, "rpoly_": null, "length": 11.79447477, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160195, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2000-01-03T00:00:00Z", "newsegdate": "2000-01-03T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 41151, "Shape__Length": 4.7032145509608991 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015804270731095, 40.138446990684599 ], [ -75.015837253622095, 40.138467176168596 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 139, "tnode_": 28102, "lpoly_": null, "rpoly_": null, "length": 76.16514301, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BUSTLETON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13012, "l_t_add": 13038, "r_f_add": 13027, "r_t_add": 13035, "st_code": 20020, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160196, "oneway": "B", "class": 2, "responsibl": "STATE", "update_": "2000-04-13T00:00:00Z", "newsegdate": "2000-04-13T00:00:00Z", "multi_rep": 0, "streetlabe": "BUSTLETON AVE", "stname": "BUSTLETON AVE", "objectid": 41152, "Shape__Length": 30.429457792095345 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.015015396382694, 40.124430047082598 ], [ -75.014939606386093, 40.124630870214297 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 38, "tnode_": 53, "lpoly_": null, "rpoly_": null, "length": 609.17536981000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WHITNEY", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 82980, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160197, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-01-02T00:00:00Z", "newsegdate": "2003-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "WHITNEY ST", "stname": "WHITNEY ST", "objectid": 41153, "Shape__Length": 242.87560852964992 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009347452046001, 40.130530603681699 ], [ -75.008355111800398, 40.129951911149703 ], [ -75.008231034875294, 40.129878807007998 ], [ -75.007627404256795, 40.129504606434601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 45, "tnode_": 74, "lpoly_": null, "rpoly_": null, "length": 1039.8153014699999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MAPLE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 601, "l_t_add": 699, "r_f_add": 600, "r_t_add": 698, "st_code": 53320, "l_hundred": 600, "r_hundred": 600, "seg_id": 1160198, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "2003-01-02T00:00:00Z", "newsegdate": "2003-01-02T00:00:00Z", "multi_rep": 0, "streetlabe": "MAPLE AVE", "stname": "MAPLE AVE", "objectid": 41154, "Shape__Length": 414.5364027418679 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.012817408204796, 40.130110922167901 ], [ -75.012698435440697, 40.130051350337702 ], [ -75.012516859965402, 40.129957592662997 ], [ -75.010406467412096, 40.128723998429997 ], [ -75.01023778743, 40.128623850220201 ], [ -75.009840237672904, 40.128401584819002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28800, "tnode_": 29467, "lpoly_": null, "rpoly_": null, "length": 11.75598192, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CITY BOUNDARY", "st_type": " ", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 0, "l_t_add": 0, "r_f_add": 0, "r_t_add": 0, "st_code": 99995, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160199, "oneway": "B", "class": 14, "responsibl": "TOWNSHIP", "update_": "2004-05-19T00:00:00Z", "newsegdate": "2004-01-23T00:00:00Z", "multi_rep": 0, "streetlabe": "CITY BOUNDARY", "stname": "CITY BOUNDARY", "objectid": 41155, "Shape__Length": 4.6855798322768498 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025524117681996, 40.128909149170902 ], [ -75.025488955398401, 40.128926839119103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 38, "tnode_": 28956, "lpoly_": null, "rpoly_": null, "length": 237.80314235, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2, "l_t_add": 18, "r_f_add": 1, "r_t_add": 19, "st_code": 19327, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160200, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41156, "Shape__Length": 94.930962640934084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.009347452046001, 40.130530603681699 ], [ -75.009055616374596, 40.130822087968703 ], [ -75.008937659511403, 40.130981455226099 ], [ -75.008882172005798, 40.1310740093517 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28956, "tnode_": 28958, "lpoly_": null, "rpoly_": null, "length": 166.74018164, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 19329, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160201, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE LN", "stname": "BROOKSHIRE LN", "objectid": 41157, "Shape__Length": 66.525186473606084 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008882172005798, 40.1310740093517 ], [ -75.008780351384004, 40.1309110982045 ], [ -75.008496408377496, 40.130740092164601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28956, "tnode_": 28957, "lpoly_": null, "rpoly_": null, "length": 284.68435287, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 20, "l_t_add": 58, "r_f_add": 21, "r_t_add": 59, "st_code": 19327, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160202, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41158, "Shape__Length": 113.50144951071086 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008882172005798, 40.1310740093517 ], [ -75.008868429391001, 40.131096933580203 ], [ -75.008768790070903, 40.131238717018903 ], [ -75.008694970041802, 40.131322551619199 ], [ -75.008635244334798, 40.131348157962101 ], [ -75.008101526076004, 40.131512640947001 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28957, "tnode_": 28959, "lpoly_": null, "rpoly_": null, "length": 247.79761782, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "TER", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 99, "r_f_add": 2, "r_t_add": 98, "st_code": 19335, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160203, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE TER", "stname": "BROOKSHIRE TER", "objectid": 41159, "Shape__Length": 98.958232141372292 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008101526076004, 40.131512640947001 ], [ -75.007986733287794, 40.1313143245739 ], [ -75.007916529724795, 40.131272874620798 ], [ -75.007708838773397, 40.130911217059101 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28957, "tnode_": 28960, "lpoly_": null, "rpoly_": null, "length": 224.25348281000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 60, "l_t_add": 78, "r_f_add": 61, "r_t_add": 79, "st_code": 19327, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160204, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41160, "Shape__Length": 89.32974769009823 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.008101526076004, 40.131512640947001 ], [ -75.007916125337601, 40.131569777508403 ], [ -75.007360258704296, 40.131747610770901 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28960, "tnode_": 28961, "lpoly_": null, "rpoly_": null, "length": 192.14877712999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 19325, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160205, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-01-13T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE CT", "stname": "BROOKSHIRE CT", "objectid": 41161, "Shape__Length": 76.751012001882117 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007360258704296, 40.131747610770901 ], [ -75.007087786275605, 40.1312633782251 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28960, "tnode_": 28962, "lpoly_": null, "rpoly_": null, "length": 234.87005446000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 80, "l_t_add": 88, "r_f_add": 81, "r_t_add": 89, "st_code": 19327, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160206, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41162, "Shape__Length": 93.537447452007612 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.007360258704296, 40.131747610770901 ], [ -75.007263335686901, 40.131778617887903 ], [ -75.006956156573196, 40.131872469226202 ], [ -75.006892735383303, 40.131888622773701 ], [ -75.006837998419101, 40.131896953191102 ], [ -75.006762359219294, 40.131904784143899 ], [ -75.006708013114206, 40.131903487920802 ], [ -75.006666207427003, 40.131902490784903 ], [ -75.006574496372195, 40.131893879634397 ], [ -75.006558101757307, 40.131891035901198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28962, "tnode_": 28963, "lpoly_": null, "rpoly_": null, "length": 120.26360388, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1, "l_t_add": 199, "r_f_add": 2, "r_t_add": 198, "st_code": 19331, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160207, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE PL", "stname": "BROOKSHIRE PL", "objectid": 41163, "Shape__Length": 48.044901249325036 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006558101757307, 40.131891035901198 ], [ -75.0065589280252, 40.131774274132198 ], [ -75.006439686469506, 40.131581529368198 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28962, "tnode_": 28964, "lpoly_": null, "rpoly_": null, "length": 90.17348143, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 90, "l_t_add": 98, "r_f_add": 91, "r_t_add": 99, "st_code": 19327, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160208, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41164, "Shape__Length": 35.934515588544635 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006558101757307, 40.131891035901198 ], [ -75.006510088310094, 40.131882707410099 ], [ -75.006458416726602, 40.1318670210104 ], [ -75.006413079730706, 40.131849880009497 ], [ -75.006347491332093, 40.131816195462498 ], [ -75.006298299443998, 40.131790933138802 ], [ -75.006279921991194, 40.131773654887503 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28964, "tnode_": 28965, "lpoly_": null, "rpoly_": null, "length": 315.77884508, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "WAY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19337, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160209, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE WAY", "stname": "BROOKSHIRE WAY", "objectid": 41165, "Shape__Length": 125.87636555125385 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006279921991194, 40.131773654887503 ], [ -75.006182891756495, 40.131850812491201 ], [ -75.006148278558697, 40.131878894461799 ], [ -75.006111640413195, 40.131905322430399 ], [ -75.006062589422896, 40.131928241985797 ], [ -75.006022355050604, 40.131940129374499 ], [ -75.005977809753205, 40.131955127069801 ], [ -75.005914776945005, 40.131961652546003 ], [ -75.005839527369105, 40.131959857188399 ], [ -75.005804383474398, 40.131949382778899 ], [ -75.005771459390104, 40.1319357499546 ], [ -75.005730368442102, 40.131917103405897 ], [ -75.005356754114501, 40.1316881690976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28964, "tnode_": 28965, "lpoly_": null, "rpoly_": null, "length": 373.422793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 100, "l_t_add": 198, "r_f_add": 101, "r_t_add": 199, "st_code": 19327, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160210, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE DR", "stname": "BROOKSHIRE DR", "objectid": 41166, "Shape__Length": 148.96421962739842 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006279921991194, 40.131773654887503 ], [ -75.006257989168603, 40.131753033595999 ], [ -75.006242371089598, 40.131725358991403 ], [ -75.006193699034995, 40.131687260849397 ], [ -75.006144832174698, 40.131653975088902 ], [ -75.006034753111294, 40.131582291922797 ], [ -75.005932383995898, 40.131526853034501 ], [ -75.005685182922306, 40.131379628636601 ], [ -75.005664734486402, 40.131367899133501 ], [ -75.005356754114501, 40.1316881690976 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 28965, "tnode_": 28966, "lpoly_": null, "rpoly_": null, "length": 170.30726690999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "PLZ", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 199, "r_f_add": 100, "r_t_add": 198, "st_code": 19333, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160211, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2005-04-20T00:00:00Z", "newsegdate": "2005-04-20T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE PLZ", "stname": "BROOKSHIRE PLZ", "objectid": 41167, "Shape__Length": 67.895286601561111 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.005356754114501, 40.1316881690976 ], [ -75.004865819114002, 40.131411466126899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29305, "tnode_": 112, "lpoly_": null, "rpoly_": null, "length": 155.45979185, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DEPUE", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13030, "l_t_add": 13038, "r_f_add": 13031, "r_t_add": 13039, "st_code": 28240, "l_hundred": 13000, "r_hundred": 13000, "seg_id": 1160213, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2015-01-21T00:00:00Z", "newsegdate": "2008-06-04T00:00:00Z", "multi_rep": 0, "streetlabe": "DEPUE AVE", "stname": "DEPUE AVE", "objectid": 41168, "Shape__Length": 62.033893012081002 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0169336040871, 40.125788097915802 ], [ -75.016585556751707, 40.126120867024497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29467, "tnode_": 61, "lpoly_": null, "rpoly_": null, "length": 198.70495837000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PHILMONT", "st_type": "AVE", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 3400, "l_t_add": 3598, "r_f_add": 3401, "r_t_add": 3599, "st_code": 64560, "l_hundred": 3400, "r_hundred": 3400, "seg_id": 1160214, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "PHILMONT AVE", "stname": "PHILMONT AVE", "objectid": 41169, "Shape__Length": 79.197987191821483 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.025488955398401, 40.128926839119103 ], [ -75.024894623874999, 40.129225841255902 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 61, "tnode_": 29468, "lpoly_": null, "rpoly_": null, "length": 230.58919811000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BYBERRY", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 88888, "l_f_add": 2, "l_t_add": 50, "r_f_add": 1, "r_t_add": 51, "st_code": 20160, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160215, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "1998-10-08T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "BYBERRY RD", "stname": "BYBERRY RD", "objectid": 41170, "Shape__Length": 91.932648999897296 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.024894623874999, 40.129225841255902 ], [ -75.025547845235494, 40.129612184171698 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 1, "tnode_": 29469, "lpoly_": null, "rpoly_": null, "length": 299.25195793, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 2, "l_t_add": 18, "r_f_add": 47, "r_t_add": 39, "st_code": 25380, "l_hundred": 0, "r_hundred": 0, "seg_id": 1160216, "oneway": "B", "class": 2, "responsibl": "TOWNSHIP", "update_": "2008-08-11T00:00:00Z", "newsegdate": "2008-08-11T00:00:00Z", "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41171, "Shape__Length": 119.33050703757347 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.014967425035707, 40.137934840177302 ], [ -75.015804270731095, 40.138446990684599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29505, "tnode_": 29506, "lpoly_": null, "rpoly_": null, "length": 133.848083, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BROOKSHIRE", "st_type": "CRK", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 101, "l_t_add": 299, "r_f_add": 100, "r_t_add": 298, "st_code": 19320, "l_hundred": 100, "r_hundred": 100, "seg_id": 1160217, "oneway": "B", "class": 5, "responsibl": "PRIVATE", "update_": "2009-01-16T00:00:00Z", "newsegdate": "2009-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "BROOKSHIRE CRK", "stname": "BROOKSHIRE CRK", "objectid": 41172, "Shape__Length": 53.465681535027365 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004330107993695, 40.131131800732597 ], [ -75.004147508238603, 40.130792157907699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 41, "tnode_": 29506, "lpoly_": null, "rpoly_": null, "length": 675.82320013000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15050, "r_f_add": 15001, "r_t_add": 15051, "st_code": 77820, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1160218, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-16T00:00:00Z", "newsegdate": "2009-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41173, "Shape__Length": 269.21443708554352 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.006368579024198, 40.130068055909597 ], [ -75.006214145252301, 40.130135102053103 ], [ -75.005808596777797, 40.130292263456901 ], [ -75.005391652577302, 40.130438559604002 ], [ -75.004290614992001, 40.1307548168312 ], [ -75.004147508238603, 40.130792157907699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29506, "tnode_": 34, "lpoly_": null, "rpoly_": null, "length": 250.63958285000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "TREVOSE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15052, "l_t_add": 15098, "r_f_add": 15053, "r_t_add": 15099, "st_code": 77820, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1160219, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-01-16T00:00:00Z", "newsegdate": "2009-01-16T00:00:00Z", "multi_rep": 0, "streetlabe": "TREVOSE RD", "stname": "TREVOSE RD", "objectid": 41174, "Shape__Length": 99.822462942339655 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.004147508238603, 40.130792157907699 ], [ -75.003467698095307, 40.130969536312101 ], [ -75.003384150959306, 40.130996975133598 ], [ -75.003298519523497, 40.131010671642699 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 55, "tnode_": 51, "lpoly_": null, "rpoly_": null, "length": 341.57776452999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEYTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15034, "l_t_add": 15098, "r_f_add": 15041, "r_t_add": 15099, "st_code": 64420, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180001, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEYTON ST", "stname": "PEYTON ST", "objectid": 41175, "Shape__Length": 136.3291802912004 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001681052593398, 40.128864230599298 ], [ -75.000955799744702, 40.129618746249903 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 83, "tnode_": 55, "lpoly_": null, "rpoly_": null, "length": 475.59458335, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "PEYTON", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15032, "r_f_add": 15001, "r_t_add": 15039, "st_code": 64420, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180002, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "PEYTON ST", "stname": "PEYTON ST", "objectid": 41176, "Shape__Length": 189.77012346043747 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.0027605648378, 40.127872193603999 ], [ -75.002458232404905, 40.128032763712099 ], [ -75.001681052593398, 40.128864230599298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 85, "tnode_": 58, "lpoly_": null, "rpoly_": null, "length": 1071.5501810199999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BERNITA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15201, "l_t_add": 15299, "r_f_add": 15200, "r_t_add": 15298, "st_code": 17250, "l_hundred": 15200, "r_hundred": 15200, "seg_id": 1180004, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BERNITA DR", "stname": "BERNITA DR", "objectid": 41177, "Shape__Length": 427.53357509767477 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997447454581206, 40.127477719456003 ], [ -74.997433019440194, 40.1275446939704 ], [ -74.997407372022593, 40.127601780412597 ], [ -74.997373795149898, 40.127662657047303 ], [ -74.997351545494794, 40.127699928493499 ], [ -74.995842792241405, 40.129299331451897 ], [ -74.995797880863904, 40.129320142711499 ], [ -74.995756125514404, 40.129327101842001 ], [ -74.995663386092005, 40.129312942758197 ], [ -74.995058065308299, 40.129091516939702 ], [ -74.995020596414903, 40.129056794489998 ], [ -74.995016113208194, 40.1290310158777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 90, "tnode_": 58, "lpoly_": null, "rpoly_": null, "length": 782.71034807000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYSIDE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15201, "l_t_add": 15299, "r_f_add": 15200, "r_t_add": 15298, "st_code": 81900, "l_hundred": 15200, "r_hundred": 15200, "seg_id": 1180005, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYSIDE RD", "stname": "WAYSIDE RD", "objectid": 41178, "Shape__Length": 312.48305915723188 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996395396429705, 40.127204321746298 ], [ -74.996406091677898, 40.127336532713699 ], [ -74.996364443610105, 40.127433557395797 ], [ -74.996317191318496, 40.127512013085301 ], [ -74.996270828550493, 40.127568604198899 ], [ -74.995018729764993, 40.128975172241198 ], [ -74.995009587927299, 40.1290087781747 ], [ -74.995016113208194, 40.1290310158777 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 85, "tnode_": 90, "lpoly_": null, "rpoly_": null, "length": 312.63546975999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1207, "l_t_add": 1213, "r_f_add": 1208, "r_t_add": 1212, "st_code": 74760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180006, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 41179, "Shape__Length": 124.51239460550744 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.997447454581206, 40.127477719456003 ], [ -74.997309202637595, 40.127466121649 ], [ -74.997175275421299, 40.127445009275199 ], [ -74.997049359606393, 40.127418118989802 ], [ -74.996915918254999, 40.127385079792802 ], [ -74.996395396429705, 40.127204321746298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 91, "tnode_": 85, "lpoly_": null, "rpoly_": null, "length": 452.49088440999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1147, "l_t_add": 1205, "r_f_add": 1120, "r_t_add": 1206, "st_code": 74760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180008, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-04-15T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 41180, "Shape__Length": 180.33518816121889 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998740787969993, 40.126892855121497 ], [ -74.998748732151199, 40.126931517712798 ], [ -74.998741858945294, 40.126973136327798 ], [ -74.998724062515393, 40.127028422210898 ], [ -74.998683525107595, 40.12706923548 ], [ -74.998619360109799, 40.127117442542598 ], [ -74.998534479568406, 40.127165153968598 ], [ -74.9984056582189, 40.127209824501897 ], [ -74.998264780159204, 40.127264155021102 ], [ -74.998103108850003, 40.127351811819899 ], [ -74.997869658682006, 40.127419843992598 ], [ -74.997720685971103, 40.127450103872597 ], [ -74.997587814029899, 40.127466821209303 ], [ -74.997447454581206, 40.127477719456003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 90, "tnode_": 92, "lpoly_": null, "rpoly_": null, "length": 419.6957819, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "STEVENS", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1215, "l_t_add": 1299, "r_f_add": 1214, "r_t_add": 1298, "st_code": 74760, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180009, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "STEVENS RD", "stname": "STEVENS RD", "objectid": 41181, "Shape__Length": 167.21158151336803 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996395396429705, 40.127204321746298 ], [ -74.995122415815004, 40.1267541505471 ], [ -74.995086282917796, 40.1267273083254 ], [ -74.995066265030502, 40.126692966938002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 98, "tnode_": 92, "lpoly_": null, "rpoly_": null, "length": 238.63197314000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15200, "l_t_add": 15298, "r_f_add": 15201, "r_t_add": 15299, "st_code": 44810, "l_hundred": 15200, "r_hundred": 15200, "seg_id": 1180010, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INA DR", "stname": "INA DR", "objectid": 41182, "Shape__Length": 95.249961834852911 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995520928477106, 40.126154506717398 ], [ -74.995132861665098, 40.1265387958234 ], [ -74.995086698039302, 40.126592241133103 ], [ -74.995061029104306, 40.126640980953503 ], [ -74.995066265030502, 40.126692966938002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 97, "tnode_": 99, "lpoly_": null, "rpoly_": null, "length": 99.64966963000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1301, "l_t_add": 1349, "r_f_add": 1300, "r_t_add": 1348, "st_code": 65330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180011, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41183, "Shape__Length": 39.709515468409222 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990275213338805, 40.1259986979221 ], [ -74.989968992023506, 40.125858799345899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 98, "tnode_": 102, "lpoly_": null, "rpoly_": null, "length": 236.38897675000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1241, "r_f_add": 1200, "r_t_add": 1240, "st_code": 65330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180012, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41184, "Shape__Length": 94.236959190310316 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995520928477106, 40.126154506717398 ], [ -74.994846748875901, 40.1257630341035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 99, "tnode_": 108, "lpoly_": null, "rpoly_": null, "length": 217.62903147999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1351, "l_t_add": 1369, "r_f_add": 1350, "r_t_add": 1368, "st_code": 65330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180013, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41185, "Shape__Length": 86.818912470414915 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989968992023506, 40.125858799345899 ], [ -74.989866505970099, 40.125794705224301 ], [ -74.989768119532798, 40.125732298876102 ], [ -74.989674774515606, 40.125670013443099 ], [ -74.989589543826298, 40.125594364405103 ], [ -74.989514395782194, 40.1255189573167 ], [ -74.989450834701003, 40.1254225370961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 102, "tnode_": 110, "lpoly_": null, "rpoly_": null, "length": 237.50012324, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1243, "l_t_add": 1253, "r_f_add": 1242, "r_t_add": 1252, "st_code": 65330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180014, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41186, "Shape__Length": 94.671313513495605 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994846748875901, 40.1257630341035 ], [ -74.994157975307999, 40.125381596862802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 115, "tnode_": 90, "lpoly_": null, "rpoly_": null, "length": 1076.87134395, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WAYSIDE", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 81900, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180015, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WAYSIDE RD", "stname": "WAYSIDE RD", "objectid": 41187, "Shape__Length": 429.48004600761328 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999107009870499, 40.125213282032 ], [ -74.997910907604606, 40.125903260435301 ], [ -74.997193562097095, 40.126303294610899 ], [ -74.996866898091596, 40.126495732086603 ], [ -74.996749349421506, 40.1265742243055 ], [ -74.996675349069903, 40.1266487274724 ], [ -74.996610402888393, 40.126749908803703 ], [ -74.996557296517196, 40.126859157827802 ], [ -74.996513119070897, 40.126998196112503 ], [ -74.996395396429705, 40.127204321746298 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 110, "tnode_": 116, "lpoly_": null, "rpoly_": null, "length": 229.41717763, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1255, "l_t_add": 1299, "r_f_add": 1254, "r_t_add": 1298, "st_code": 65330, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180016, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41188, "Shape__Length": 91.473126046048179 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994157975307999, 40.125381596862802 ], [ -74.993577492741807, 40.125052038954401 ], [ -74.993561012464696, 40.125041252910201 ], [ -74.993548545020801, 40.1250149782853 ], [ -74.993543595646102, 40.124984260509301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 108, "tnode_": 120, "lpoly_": null, "rpoly_": null, "length": 333.3729368, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1371, "l_t_add": 1499, "r_f_add": 1370, "r_t_add": 1498, "st_code": 65330, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180018, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41189, "Shape__Length": 133.16743893612858 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989450834701003, 40.1254225370961 ], [ -74.989037143193102, 40.124564262585999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 122, "tnode_": 118, "lpoly_": null, "rpoly_": null, "length": 261.37493126000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "EDISON", "st_type": "AVE", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1059, "l_t_add": 1099, "r_f_add": 1070, "r_t_add": 1098, "st_code": 30820, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1180019, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "EDISON AVE", "stname": "EDISON AVE", "objectid": 41190, "Shape__Length": 104.08068191333828 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003704936779499, 40.124895197644598 ], [ -75.003496805776706, 40.1248573341311 ], [ -75.003336174885604, 40.124859366436198 ], [ -75.003150491689894, 40.124913620192899 ], [ -75.002810106001505, 40.1250069352784 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 120, "tnode_": 135, "lpoly_": null, "rpoly_": null, "length": 263.38065596000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2663, "r_f_add": 2600, "r_t_add": 2662, "st_code": 65330, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180021, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2009-05-26T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41191, "Shape__Length": 105.14055883129943 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.989037143193102, 40.124564262585999 ], [ -74.988988002899603, 40.124470221074702 ], [ -74.988917356474005, 40.124364403517397 ], [ -74.988773613051194, 40.124212988732303 ], [ -74.988647029643005, 40.124078426585498 ], [ -74.988541692335801, 40.123952757048102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 137, "tnode_": 98, "lpoly_": null, "rpoly_": null, "length": 1108.6279418, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "INA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 44810, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180022, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "INA DR", "stname": "INA DR", "objectid": 41192, "Shape__Length": 442.14687877264981 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998385327647597, 40.124056941259099 ], [ -74.998295712739093, 40.124146153711102 ], [ -74.995894805991597, 40.125824736774703 ], [ -74.995651047427401, 40.1260556716867 ], [ -74.995520928477106, 40.126154506717398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 142, "tnode_": 113, "lpoly_": null, "rpoly_": null, "length": 675.31459898999992, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 84740, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180024, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 41193, "Shape__Length": 269.46653144517558 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001673826370293, 40.1239996676264 ], [ -75.0016013801757, 40.124061378939899 ], [ -75.001520971880893, 40.1241249498309 ], [ -75.001457243526104, 40.124183175067998 ], [ -75.001343151756998, 40.124302241677498 ], [ -75.000667981706499, 40.124980503852001 ], [ -75.000291213878498, 40.125360804123801 ], [ -75.000249592117896, 40.1253971182174 ], [ -75.0001954348308, 40.125429887852803 ], [ -75.000163003310007, 40.125435636065603 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 146, "tnode_": 102, "lpoly_": null, "rpoly_": null, "length": 1109.3128580499999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KOVATS", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 48110, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180025, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KOVATS DR", "stname": "KOVATS DR", "objectid": 41194, "Shape__Length": 442.45428515050969 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9976542459885, 40.123617826956497 ], [ -74.997357692459104, 40.123900119047697 ], [ -74.995320392714106, 40.1253553895436 ], [ -74.994846748875901, 40.1257630341035 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 137, "tnode_": 146, "lpoly_": null, "rpoly_": null, "length": 259.58904496999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1231, "l_t_add": 1249, "r_f_add": 1236, "r_t_add": 1248, "st_code": 41805, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180026, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK DR", "stname": "HEMLOCK DR", "objectid": 41195, "Shape__Length": 103.48891471851948 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998385327647597, 40.124056941259099 ], [ -74.9976542459885, 40.123617826956497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 135, "tnode_": 148, "lpoly_": null, "rpoly_": null, "length": 285.58386843, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2665, "l_t_add": 2699, "r_f_add": 2664, "r_t_add": 2698, "st_code": 65330, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180027, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK DR", "stname": "POQUESSING CREEK DR", "objectid": 41196, "Shape__Length": 113.97199545943162 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.988541692335801, 40.123952757048102 ], [ -74.987935867055697, 40.123321650127401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 156, "tnode_": 110, "lpoly_": null, "rpoly_": null, "length": 1110.0422742200001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KALLASTE", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 47015, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180028, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KALLASTE DR", "stname": "KALLASTE DR", "objectid": 41197, "Shape__Length": 442.75393428438099 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996948093319403, 40.123221107458299 ], [ -74.996834361863307, 40.123357120121497 ], [ -74.996639502874103, 40.1235146647793 ], [ -74.994607134155203, 40.125002683576 ], [ -74.994157975307999, 40.125381596862802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 146, "tnode_": 156, "lpoly_": null, "rpoly_": null, "length": 244.70932117000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1251, "l_t_add": 1261, "r_f_add": 1250, "r_t_add": 1260, "st_code": 41805, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180029, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK DR", "stname": "HEMLOCK DR", "objectid": 41198, "Shape__Length": 97.544414507002983 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9976542459885, 40.123617826956497 ], [ -74.996948093319403, 40.123221107458299 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 149, "tnode_": 157, "lpoly_": null, "rpoly_": null, "length": 137.08548546, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1347, "l_t_add": 1399, "r_f_add": 1344, "r_t_add": 1398, "st_code": 42200, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180030, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL PL", "stname": "HERSCHEL PL", "objectid": 41199, "Shape__Length": 54.783801375649318 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992413886251498, 40.1234943215496 ], [ -74.9924005656963, 40.123118146664403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 142, "tnode_": 158, "lpoly_": null, "rpoly_": null, "length": 447.48053935000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1241, "r_f_add": 1200, "r_t_add": 1232, "st_code": 73480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180031, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41200, "Shape__Length": 178.37291207974698 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001673826370293, 40.1239996676264 ], [ -75.000383388915196, 40.123273325158401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 168, "tnode_": 116, "lpoly_": null, "rpoly_": null, "length": 1100.6209304, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BEVERLY", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 17455, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180032, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "BEVERLY DR", "stname": "BEVERLY DR", "objectid": 41201, "Shape__Length": 438.9840785623108 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996306598410797, 40.1228663424506 ], [ -74.9962602295127, 40.122869894217096 ], [ -74.996231911885204, 40.122879247640597 ], [ -74.993592706910903, 40.124873728524904 ], [ -74.993559317476993, 40.124916525197897 ], [ -74.993547697574499, 40.124952613528997 ], [ -74.993543595646102, 40.124984260509301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 156, "tnode_": 168, "lpoly_": null, "rpoly_": null, "length": 222.66416672, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1263, "l_t_add": 1299, "r_f_add": 1262, "r_t_add": 1298, "st_code": 41805, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180033, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK DR", "stname": "HEMLOCK DR", "objectid": 41202, "Shape__Length": 88.75629928923621 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996948093319403, 40.123221107458299 ], [ -74.996364576267894, 40.1228754582242 ], [ -74.996306598410797, 40.1228663424506 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 170, "tnode_": 120, "lpoly_": null, "rpoly_": null, "length": 989.49544516000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENDICOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 31780, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180034, "oneway": "TF", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENDICOTT ST", "stname": "ENDICOTT ST", "objectid": 41203, "Shape__Length": 394.61083114050058 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991612389888999, 40.122720990898998 ], [ -74.991535258137404, 40.1227914140878 ], [ -74.991123148227402, 40.123141840499599 ], [ -74.989410114988402, 40.124403633500897 ], [ -74.9893478232067, 40.124443238371299 ], [ -74.989271489259906, 40.124477026753198 ], [ -74.989037143193102, 40.124564262585999 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 157, "tnode_": 170, "lpoly_": null, "rpoly_": null, "length": 275.46444075, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2501, "l_t_add": 2599, "r_f_add": 2500, "r_t_add": 2598, "st_code": 42204, "l_hundred": 2500, "r_hundred": 2500, "seg_id": 1180035, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41204, "Shape__Length": 109.80155375147071 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9924005656963, 40.123118146664403 ], [ -74.992296630396297, 40.123118590903701 ], [ -74.992196401186007, 40.123108262522599 ], [ -74.992132428367299, 40.123094841569703 ], [ -74.992064185628706, 40.123059524190502 ], [ -74.991612389888999, 40.122720990898998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 171, "tnode_": 157, "lpoly_": null, "rpoly_": null, "length": 215.94240589, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15084, "l_t_add": 15098, "r_f_add": 15085, "r_t_add": 15099, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180036, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41205, "Shape__Length": 86.092905204583218 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992999381757002, 40.122747258803102 ], [ -74.992738874861601, 40.122937020202102 ], [ -74.992601263851, 40.1230208930629 ], [ -74.992490642668798, 40.123075695016297 ], [ -74.9924005656963, 40.123118146664403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 173, "tnode_": 171, "lpoly_": null, "rpoly_": null, "length": 59.70180481, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15080, "l_t_add": 15082, "r_f_add": 15081, "r_t_add": 15083, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180037, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2005-10-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41206, "Shape__Length": 23.811023625430611 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993151664539994, 40.122632400086502 ], [ -74.992999381757002, 40.122747258803102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 171, "tnode_": 173, "lpoly_": null, "rpoly_": null, "length": 421.88945581000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WALES", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 81010, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180038, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WALES PL", "stname": "WALES PL", "objectid": 41207, "Shape__Length": 168.26650359011262 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992999381757002, 40.122747258803102 ], [ -74.993415022280701, 40.123064175589803 ], [ -74.993465781590999, 40.123085204837402 ], [ -74.993527659088002, 40.123086688014503 ], [ -74.993577853578699, 40.123058173217501 ], [ -74.993600170267499, 40.123017103403903 ], [ -74.993591628152899, 40.122973312508101 ], [ -74.993151664539994, 40.122632400086502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 181, "tnode_": 142, "lpoly_": null, "rpoly_": null, "length": 657.90002947999994, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13404, "l_t_add": 14998, "r_f_add": 13407, "r_t_add": 14999, "st_code": 84740, "l_hundred": 13400, "r_hundred": 14900, "seg_id": 1180039, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "2009-11-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 41208, "Shape__Length": 262.54357210794933 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003093332163402, 40.122559470346403 ], [ -75.001673826370293, 40.1239996676264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 184, "tnode_": 146, "lpoly_": null, "rpoly_": null, "length": 559.60352925000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "KOVATS", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 48110, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180040, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "KOVATS DR", "stname": "KOVATS DR", "objectid": 41209, "Shape__Length": 223.28615578070463 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998915707144604, 40.122426866513301 ], [ -74.998400434136101, 40.122866781625603 ], [ -74.9976542459885, 40.123617826956497 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 158, "tnode_": 184, "lpoly_": null, "rpoly_": null, "length": 513.36530677000007, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1243, "l_t_add": 1299, "r_f_add": 1234, "r_t_add": 1270, "st_code": 73480, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180041, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41210, "Shape__Length": 204.64224622341115 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000383388915196, 40.123273325158401 ], [ -74.998915707144604, 40.122426866513301 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 185, "tnode_": 135, "lpoly_": null, "rpoly_": null, "length": 917.34403082000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 56040, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180042, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILFORD ST", "stname": "MILFORD ST", "objectid": 41211, "Shape__Length": 365.85323013968315 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990906289109702, 40.122207406299303 ], [ -74.988541692335801, 40.123952757048102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 170, "tnode_": 185, "lpoly_": null, "rpoly_": null, "length": 272.02093295999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2627, "r_f_add": 2600, "r_t_add": 2626, "st_code": 42204, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180043, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41212, "Shape__Length": 108.48270865862257 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991612389888999, 40.122720990898998 ], [ -74.990906289109702, 40.122207406299303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 192, "tnode_": 173, "lpoly_": null, "rpoly_": null, "length": 242.8720911, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15062, "l_t_add": 15078, "r_f_add": 15063, "r_t_add": 15079, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180044, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41213, "Shape__Length": 96.865988707316419 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993769391282399, 40.122163765855099 ], [ -74.993151664539994, 40.122632400086502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 197, "tnode_": 192, "lpoly_": null, "rpoly_": null, "length": 56.24158877, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15058, "l_t_add": 15060, "r_f_add": 15059, "r_t_add": 15061, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180046, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41214, "Shape__Length": 22.432183332545357 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993910595273604, 40.122053832576199 ], [ -74.993769391282399, 40.122163765855099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 181, "tnode_": 187, "lpoly_": null, "rpoly_": null, "length": 390.1112315, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "JENNIFER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1200, "l_t_add": 1298, "r_f_add": 1201, "r_t_add": 1299, "st_code": 46050, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180047, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "JENNIFER RD", "stname": "JENNIFER RD", "objectid": 41215, "Shape__Length": 155.48204787402636 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003093332163402, 40.122559470346403 ], [ -75.002487471221897, 40.122201105197099 ], [ -75.002407138341297, 40.122185589806598 ], [ -75.002336366138096, 40.122183898869999 ], [ -75.002264727404295, 40.122203552192801 ], [ -75.002187089478198, 40.122246369817198 ], [ -75.001944777314705, 40.122388332644803 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 184, "tnode_": 201, "lpoly_": null, "rpoly_": null, "length": 200.22470788000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1301, "l_t_add": 1341, "r_f_add": 1272, "r_t_add": 1282, "st_code": 73480, "l_hundred": 1300, "r_hundred": 1200, "seg_id": 1180048, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41216, "Shape__Length": 79.841619860431024 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998915707144604, 40.122426866513301 ], [ -74.998383112036194, 40.1220595372044 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 206, "tnode_": 148, "lpoly_": null, "rpoly_": null, "length": 868.67836302000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "CARTER", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15100, "l_t_add": 15198, "r_f_add": 15101, "r_t_add": 15199, "st_code": 21700, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180049, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "CARTER RD", "stname": "CARTER RD", "objectid": 41217, "Shape__Length": 346.45057102236086 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990156521503494, 40.121658697244499 ], [ -74.987947241737103, 40.123295476210998 ], [ -74.987935867055697, 40.123321650127401 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 185, "tnode_": 206, "lpoly_": null, "rpoly_": null, "length": 289.68851385, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2629, "l_t_add": 2699, "r_f_add": 2628, "r_t_add": 2698, "st_code": 42204, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180050, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41218, "Shape__Length": 115.52907926733022 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.990906289109702, 40.122207406299303 ], [ -74.990156521503494, 40.121658697244499 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 210, "tnode_": 208, "lpoly_": null, "rpoly_": null, "length": 59.21558069, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15034, "l_t_add": 15034, "r_f_add": 15033, "r_t_add": 15035, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180051, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-03-29T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41219, "Shape__Length": 23.587194025695013 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9949866479637, 40.121574987137997 ], [ -74.994794142847297, 40.121642686175697 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 214, "tnode_": 210, "lpoly_": null, "rpoly_": null, "length": 131.12145891, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15032, "l_t_add": 15032, "r_f_add": 15031, "r_t_add": 15031, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180052, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41220, "Shape__Length": 52.228493209708745 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9954137958687, 40.121426569754398 ], [ -74.9949866479637, 40.121574987137997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 216, "tnode_": 214, "lpoly_": null, "rpoly_": null, "length": 57.9941895, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15026, "l_t_add": 15030, "r_f_add": 15027, "r_t_add": 15029, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180053, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41221, "Shape__Length": 23.09806394195714 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.995605488343998, 40.121365838873601 ], [ -74.9954137958687, 40.121426569754398 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 214, "tnode_": 216, "lpoly_": null, "rpoly_": null, "length": 375.43697949, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1400, "l_t_add": 1498, "r_f_add": 1401, "r_t_add": 1499, "st_code": 41810, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 1180055, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK PL", "stname": "HEMLOCK PL", "objectid": 41222, "Shape__Length": 149.89185939261046 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9954137958687, 40.121426569754398 ], [ -74.995206960343396, 40.121037535093301 ], [ -74.9952174779107, 40.121002828573303 ], [ -74.995239749551104, 40.120977726003098 ], [ -74.995273772915894, 40.1209622273199 ], [ -74.995319359952205, 40.120960988296702 ], [ -74.995367601870797, 40.120969136130697 ], [ -74.995409019884306, 40.120995764343299 ], [ -74.995605488343998, 40.121365838873601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 231, "tnode_": 216, "lpoly_": null, "rpoly_": null, "length": 322.45684833999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15024, "r_f_add": 15001, "r_t_add": 15025, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180056, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41223, "Shape__Length": 128.57117815670031 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996474399551701, 40.120792138487502 ], [ -74.995988019010994, 40.121165780499602 ], [ -74.995916276608995, 40.121213004377502 ], [ -74.995838373751397, 40.121262410814801 ], [ -74.995751561927406, 40.1213069435397 ], [ -74.995605488343998, 40.121365838873601 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 233, "tnode_": 170, "lpoly_": null, "rpoly_": null, "length": 1070.1293995800002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ENDICOTT", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15014, "l_t_add": 15098, "r_f_add": 15015, "r_t_add": 15099, "st_code": 31780, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180057, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ENDICOTT ST", "stname": "ENDICOTT ST", "objectid": 41224, "Shape__Length": 426.80917079490558 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9943210472087, 40.120645988290001 ], [ -74.991612389888999, 40.122720990898998 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 231, "tnode_": 255, "lpoly_": null, "rpoly_": null, "length": 461.90567584999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1401, "l_t_add": 1499, "r_f_add": 1400, "r_t_add": 1498, "st_code": 73480, "l_hundred": 1400, "r_hundred": 1400, "seg_id": 1180058, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41225, "Shape__Length": 184.19187092500397 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.996474399551701, 40.120792138487502 ], [ -74.995257184771503, 40.119935079672103 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 250, "tnode_": 185, "lpoly_": null, "rpoly_": null, "length": 1068.1959940899999, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MILFORD", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 56040, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180060, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "MILFORD ST", "stname": "MILFORD ST", "objectid": 41226, "Shape__Length": 426.14963427972498 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993417647378607, 40.119998019052801 ], [ -74.990906289109702, 40.122207406299303 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 233, "tnode_": 250, "lpoly_": null, "rpoly_": null, "length": 345.75802132999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2629, "r_f_add": 2600, "r_t_add": 2628, "st_code": 41820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180061, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK ST", "stname": "HEMLOCK ST", "objectid": 41227, "Shape__Length": 137.88113912100684 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9943210472087, 40.120645988290001 ], [ -74.993417647378607, 40.119998019052801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 250, "tnode_": 263, "lpoly_": null, "rpoly_": null, "length": 290.49452472000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2631, "l_t_add": 2699, "r_f_add": 2630, "r_t_add": 2698, "st_code": 41820, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180062, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK ST", "stname": "HEMLOCK ST", "objectid": 41228, "Shape__Length": 115.84404430346339 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993417647378607, 40.119998019052801 ], [ -74.9926615538552, 40.119451237927898 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 158, "tnode_": 131, "lpoly_": null, "rpoly_": null, "length": 566.14725337000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THERESA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15001, "l_t_add": 15099, "r_f_add": 15000, "r_t_add": 15098, "st_code": 77090, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180064, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THERESA DR", "stname": "THERESA DR", "objectid": 41229, "Shape__Length": 225.84549609392263 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000383388915196, 40.123273325158401 ], [ -75.000269276527206, 40.123360460283401 ], [ -74.999683049087693, 40.123841359584198 ], [ -74.999278930734604, 40.1241934345312 ], [ -74.999011181129404, 40.124415645041402 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 131, "tnode_": 121, "lpoly_": null, "rpoly_": null, "length": 146.98089305, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "THERESA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15101, "l_t_add": 15199, "r_f_add": 15100, "r_t_add": 15198, "st_code": 77090, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180065, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "THERESA DR", "stname": "THERESA DR", "objectid": 41230, "Shape__Length": 58.654590393470443 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999011181129404, 40.124415645041402 ], [ -74.998721438293501, 40.124675720270098 ], [ -74.998708492423702, 40.124705449191097 ], [ -74.998700695257796, 40.124734760651002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 51, "tnode_": 75, "lpoly_": null, "rpoly_": null, "length": 855.38614112000005, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "COUNTY LINE", "st_type": "RD", "suf_dir": " ", "zip_left": 88888, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 25380, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1180069, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "COUNTY LINE RD", "stname": "COUNTY LINE RD", "objectid": 41231, "Shape__Length": 341.01890695684733 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000955799744702, 40.129618746249903 ], [ -74.999741846988101, 40.128915141910703 ], [ -74.998519908731893, 40.128198380344003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 55, "tnode_": 75, "lpoly_": null, "rpoly_": null, "length": 1054.65617202, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LUKENS", "st_type": "ST", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1001, "l_t_add": 1099, "r_f_add": 1000, "r_t_add": 1098, "st_code": 51960, "l_hundred": 1000, "r_hundred": 1000, "seg_id": 1180070, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LUKENS ST", "stname": "LUKENS ST", "objectid": 41232, "Shape__Length": 420.33608991697122 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.001681052593398, 40.128864230599298 ], [ -75.000003335949202, 40.127890116164501 ], [ -74.999864050906695, 40.127820555940701 ], [ -74.999773732447295, 40.127795020885301 ], [ -74.999687851767803, 40.127785175703899 ], [ -74.999535741558603, 40.127781538034498 ], [ -74.999372069288697, 40.127812686562898 ], [ -74.999202220252599, 40.127870957690398 ], [ -74.999016685845604, 40.127940541928197 ], [ -74.998815623984299, 40.128017545898302 ], [ -74.998686336413499, 40.1280767874728 ], [ -74.998612822239593, 40.128137363202498 ], [ -74.998519908731893, 40.128198380344003 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 113, "tnode_": 115, "lpoly_": null, "rpoly_": null, "length": 324.68246127999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1223, "r_f_add": 1200, "r_t_add": 1224, "st_code": 42204, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180071, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41233, "Shape__Length": 129.33347525738381 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.000163003310007, 40.125435636065603 ], [ -75.000095028515503, 40.125430730862199 ], [ -75.000030374146206, 40.125409719286097 ], [ -74.999970272506204, 40.125380706103797 ], [ -74.999881536036298, 40.1253282987403 ], [ -74.999763770322502, 40.125262220036703 ], [ -74.999643566411095, 40.125204193333303 ], [ -74.999541176943495, 40.1251757904896 ], [ -74.999431665982996, 40.125166682817202 ], [ -74.999317341507407, 40.125172059778798 ], [ -74.999189889669097, 40.125188475982597 ], [ -74.999107009870499, 40.125213282032 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 118, "tnode_": 142, "lpoly_": null, "rpoly_": null, "length": 490.10794181999995, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1101, "l_t_add": 1199, "r_f_add": 1100, "r_t_add": 1198, "st_code": 73480, "l_hundred": 1100, "r_hundred": 1100, "seg_id": 1180072, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "2009-07-27T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41234, "Shape__Length": 195.53561565296133 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.002810106001505, 40.1250069352784 ], [ -75.002680948387905, 40.124837790216297 ], [ -75.002538517719898, 40.124650101280302 ], [ -75.002108652552295, 40.124285108328401 ], [ -75.001871327052697, 40.124111332225901 ], [ -75.001673826370293, 40.1239996676264 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 196, "tnode_": 181, "lpoly_": null, "rpoly_": null, "length": 149.98955597, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WORTHINGTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 13400, "l_t_add": 13402, "r_f_add": 13401, "r_t_add": 13405, "st_code": 84740, "l_hundred": 13400, "r_hundred": 13400, "seg_id": 1180073, "oneway": "B", "class": 4, "responsibl": "CITY", "update_": "1998-10-08T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "WORTHINGTON RD", "stname": "WORTHINGTON RD", "objectid": 41235, "Shape__Length": 59.84662860575969 }, "geometry": { "type": "LineString", "coordinates": [ [ -75.003431084591298, 40.122240062188602 ], [ -75.003178229039406, 40.122467430369703 ], [ -75.003093332163402, 40.122559470346403 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 192, "tnode_": 197, "lpoly_": null, "rpoly_": null, "length": 421.27040604000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DOWNS", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 29090, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180074, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "DOWNS PL", "stname": "DOWNS PL", "objectid": 41236, "Shape__Length": 168.02198052060186 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.993769391282399, 40.122163765855099 ], [ -74.994190885575804, 40.122484454132099 ], [ -74.994239517739501, 40.122507016135401 ], [ -74.9942828312778, 40.122508054063097 ], [ -74.994329915309393, 40.122492540621998 ], [ -74.994349830775107, 40.1224597335382 ], [ -74.994357950003007, 40.122412379984802 ], [ -74.994335033649705, 40.122366659744003 ], [ -74.993910595273604, 40.122053832576199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 208, "tnode_": 197, "lpoly_": null, "rpoly_": null, "length": 290.77018509000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LONDON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15036, "l_t_add": 15056, "r_f_add": 15037, "r_t_add": 15057, "st_code": 51550, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180075, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2008-02-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LONDON RD", "stname": "LONDON RD", "objectid": 41237, "Shape__Length": 115.86826857600393 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994794142847297, 40.121642686175697 ], [ -74.994688374343298, 40.121673787760201 ], [ -74.994553311843902, 40.121720477632699 ], [ -74.994373873827698, 40.121792255521399 ], [ -74.994215898877897, 40.121869301476799 ], [ -74.994060630498794, 40.121955922791102 ], [ -74.993910595273604, 40.122053832576199 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 208, "tnode_": 210, "lpoly_": null, "rpoly_": null, "length": 277.03685365000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "ASCOT", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1300, "l_t_add": 1398, "r_f_add": 1301, "r_t_add": 1399, "st_code": 13450, "l_hundred": 1300, "r_hundred": 1300, "seg_id": 1180076, "oneway": "FT", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "ASCOT PL", "stname": "ASCOT PL", "objectid": 41238, "Shape__Length": 110.59705144161052 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.994794142847297, 40.121642686175697 ], [ -74.994927897151797, 40.1218918407681 ], [ -74.994968392245198, 40.121915080652499 ], [ -74.995013609202999, 40.121924116680802 ], [ -74.995048927837402, 40.121921782050201 ], [ -74.995084827870102, 40.121905144375397 ], [ -74.995110830718403, 40.121877136081601 ], [ -74.995120789829201, 40.121836017754298 ], [ -74.995099779656996, 40.121787487872901 ], [ -74.9949866479637, 40.121574987137997 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 201, "tnode_": 231, "lpoly_": null, "rpoly_": null, "length": 705.75674774000004, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SOUTHAMPTON", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1343, "l_t_add": 1399, "r_f_add": 1284, "r_t_add": 1398, "st_code": 73480, "l_hundred": 1300, "r_hundred": 1200, "seg_id": 1180077, "oneway": "B", "class": 3, "responsibl": "FAM", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "SOUTHAMPTON RD", "stname": "SOUTHAMPTON RD", "objectid": 41239, "Shape__Length": 281.40354273103725 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.998383112036194, 40.1220595372044 ], [ -74.996474399551701, 40.120792138487502 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 115, "tnode_": 121, "lpoly_": null, "rpoly_": null, "length": 211.30414494000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "RD", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1225, "l_t_add": 1299, "r_f_add": 1226, "r_t_add": 1298, "st_code": 42204, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180080, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL RD", "stname": "HERSCHEL RD", "objectid": 41240, "Shape__Length": 84.341581282332314 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999107009870499, 40.125213282032 ], [ -74.998704959378699, 40.124792476432098 ], [ -74.998698359634702, 40.124762280810401 ], [ -74.998700695257796, 40.124734760651002 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 128, "tnode_": 108, "lpoly_": null, "rpoly_": null, "length": 816.51233163999996, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "POQUESSING CREEK", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 65335, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180081, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2002-01-04T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "POQUESSING CREEK LN", "stname": "POQUESSING CREEK LN", "objectid": 41241, "Shape__Length": 325.46540185833027 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991796572703294, 40.124330886866801 ], [ -74.991713495721498, 40.1243069075081 ], [ -74.991006126595195, 40.124328677798097 ], [ -74.990909237327998, 40.1243534698772 ], [ -74.990816916431001, 40.124389993385499 ], [ -74.989450834701003, 40.1254225370961 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 128, "tnode_": 99, "lpoly_": null, "rpoly_": null, "length": 771.41514587000006, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "LIBERTY", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15000, "l_t_add": 15098, "r_f_add": 15001, "r_t_add": 15099, "st_code": 50665, "l_hundred": 15000, "r_hundred": 15000, "seg_id": 1180082, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "LIBERTY LN", "stname": "LIBERTY LN", "objectid": 41242, "Shape__Length": 307.71733127515017 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991796572703294, 40.124330886866801 ], [ -74.991819996523006, 40.124417929894697 ], [ -74.991787228335099, 40.1244791253458 ], [ -74.989968992023506, 40.125858799345899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 131, "tnode_": 137, "lpoly_": null, "rpoly_": null, "length": 218.41757767, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HEMLOCK", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1201, "l_t_add": 1229, "r_f_add": 1200, "r_t_add": 1234, "st_code": 41805, "l_hundred": 1200, "r_hundred": 1200, "seg_id": 1180083, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2003-06-02T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HEMLOCK DR", "stname": "HEMLOCK DR", "objectid": 41243, "Shape__Length": 87.068351565154146 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.999011181129404, 40.124415645041402 ], [ -74.998385327647597, 40.124056941259099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 143, "tnode_": 149, "lpoly_": null, "rpoly_": null, "length": 285.3837665, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 0, "l_t_add": 0, "r_f_add": 1300, "r_t_add": 1342, "st_code": 42200, "l_hundred": 0, "r_hundred": 1300, "seg_id": 1180084, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1998-07-24T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL PL", "stname": "HERSCHEL PL", "objectid": 41244, "Shape__Length": 113.67354137157147 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992409458952594, 40.123663650175203 ], [ -74.992756580549596, 40.123651745281997 ], [ -74.992804054238803, 40.123641223752401 ], [ -74.992836623529897, 40.123620689091602 ], [ -74.992861206719397, 40.123582607604703 ], [ -74.992859407612102, 40.1235481520199 ], [ -74.992846651775395, 40.123520439502599 ], [ -74.992809747468797, 40.123501283882597 ], [ -74.992762625138496, 40.123489496336802 ], [ -74.992413886251498, 40.1234943215496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 143, "tnode_": 149, "lpoly_": null, "rpoly_": null, "length": 271.28157588, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HERSCHEL", "st_type": "PL", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 1301, "l_t_add": 1345, "r_f_add": 0, "r_t_add": 0, "st_code": 42200, "l_hundred": 1300, "r_hundred": 0, "seg_id": 1180085, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "1999-09-13T00:00:00Z", "newsegdate": null, "multi_rep": 0, "streetlabe": "HERSCHEL PL", "stname": "HERSCHEL PL", "objectid": 41245, "Shape__Length": 108.0631037886312 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.992409458952594, 40.123663650175203 ], [ -74.992077073879997, 40.123670188391202 ], [ -74.9920280091401, 40.123654589324701 ], [ -74.992001136238898, 40.123632629327297 ], [ -74.991988812864705, 40.1235942693163 ], [ -74.991994014340506, 40.123563942667701 ], [ -74.9920171097218, 40.123532522362098 ], [ -74.992065717541294, 40.123507804169797 ], [ -74.992413886251498, 40.1234943215496 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29248, "tnode_": 29247, "lpoly_": null, "rpoly_": null, "length": 200.89108706, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MARIGOLD", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2673, "r_f_add": 2600, "r_t_add": 2674, "st_code": 53477, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180092, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MARIGOLD LN", "stname": "MARIGOLD LN", "objectid": 41246, "Shape__Length": 80.086351132545005 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.991239436539601, 40.117875122880001 ], [ -74.9906816557003, 40.117527651781302 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29253, "tnode_": 29255, "lpoly_": null, "rpoly_": null, "length": 270.03812705999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAHLIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15116, "l_t_add": 15126, "r_f_add": 15117, "r_t_add": 15127, "st_code": 27130, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180093, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "DAHLIA DR", "stname": "DAHLIA DR", "objectid": 41247, "Shape__Length": 107.71938802410008 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987746953360698, 40.1211995719434 ], [ -74.987093123364403, 40.121745058242801 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29253, "tnode_": 29252, "lpoly_": null, "rpoly_": null, "length": 427.66354453999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HONEYSUCKLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2683, "r_f_add": 2600, "r_t_add": 2682, "st_code": 43430, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180094, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-03-22T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HONEYSUCKLE LN", "stname": "HONEYSUCKLE LN", "objectid": 41248, "Shape__Length": 170.53935413342913 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987746953360698, 40.1211995719434 ], [ -74.986621438353495, 40.120404818431702 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29252, "tnode_": 29251, "lpoly_": null, "rpoly_": null, "length": 229.09680804000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "HONEYSUCKLE", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2685, "l_t_add": 2699, "r_f_add": 2684, "r_t_add": 2698, "st_code": 43430, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180095, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2012-03-22T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "HONEYSUCKLE LN", "stname": "HONEYSUCKLE LN", "objectid": 41249, "Shape__Length": 91.375064483587323 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986621438353495, 40.120404818431702 ], [ -74.986496199880904, 40.120320996910003 ], [ -74.9860491103111, 40.119955576730099 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29251, "tnode_": 29258, "lpoly_": null, "rpoly_": null, "length": 683.17387106000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "WILDFLOWER", "st_type": "WAY", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15116, "l_t_add": 15198, "r_f_add": 15117, "r_t_add": 15199, "st_code": 83225, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180096, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "WILDFLOWER WAY", "stname": "WILDFLOWER WAY", "objectid": 41250, "Shape__Length": 272.42490780105635 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.9860491103111, 40.119955576730099 ], [ -74.984286452168803, 40.121161293155097 ], [ -74.984264615512302, 40.121187052030201 ], [ -74.984255680900105, 40.1212066155176 ], [ -74.984256867297105, 40.121218068650599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29252, "tnode_": 29254, "lpoly_": null, "rpoly_": null, "length": 272.82920215000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15114, "l_t_add": 15130, "r_f_add": 15115, "r_t_add": 15131, "st_code": 75477, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180097, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 41251, "Shape__Length": 108.79307855087468 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986621438353495, 40.120404818431702 ], [ -74.985899145243494, 40.120908247289201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29255, "tnode_": 29254, "lpoly_": null, "rpoly_": null, "length": 452.12860919000002, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "FOXGLOVE", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 34875, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180098, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "FOXGLOVE LN", "stname": "FOXGLOVE LN", "objectid": 41252, "Shape__Length": 180.29404404866864 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987093123364403, 40.121745058242801 ], [ -74.985899145243494, 40.120908247289201 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29255, "tnode_": 29257, "lpoly_": null, "rpoly_": null, "length": 281.39185354, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "DAHLIA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15128, "l_t_add": 15148, "r_f_add": 15129, "r_t_add": 15149, "st_code": 27130, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180099, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "DAHLIA DR", "stname": "DAHLIA DR", "objectid": 41253, "Shape__Length": 112.20371739100045 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.987093123364403, 40.121745058242801 ], [ -74.986578414642494, 40.122177156811397 ], [ -74.986507025183201, 40.122206867700299 ], [ -74.986412631626095, 40.122227047523999 ], [ -74.986348364152605, 40.122225503061102 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29257, "tnode_": 29256, "lpoly_": null, "rpoly_": null, "length": 454.07979211000003, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "IRIS", "st_type": "LN", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 45010, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180100, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "IRIS LN", "stname": "IRIS LN", "objectid": 41254, "Shape__Length": 181.09264629365535 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.986348364152605, 40.122225503061102 ], [ -74.986231698195795, 40.1222182092745 ], [ -74.986145342479205, 40.122184707436404 ], [ -74.986060083198097, 40.122124293672499 ], [ -74.985189442190205, 40.121389526329899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29254, "tnode_": 29256, "lpoly_": null, "rpoly_": null, "length": 264.82207763999997, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15132, "l_t_add": 15146, "r_f_add": 15133, "r_t_add": 15147, "st_code": 75477, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180101, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 41255, "Shape__Length": 105.59530629810283 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985899145243494, 40.120908247289201 ], [ -74.985189442190205, 40.121389526329899 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29256, "tnode_": 29259, "lpoly_": null, "rpoly_": null, "length": 159.66350668000001, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15148, "l_t_add": 15152, "r_f_add": 15149, "r_t_add": 15153, "st_code": 75477, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180102, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 41256, "Shape__Length": 63.661475247605757 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985189442190205, 40.121389526329899 ], [ -74.984756713734299, 40.121675432221501 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29259, "tnode_": 29258, "lpoly_": null, "rpoly_": null, "length": 218.49631707999998, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "MIMOSA", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 56360, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180103, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "MIMOSA DR", "stname": "MIMOSA DR", "objectid": 41257, "Shape__Length": 87.173484860078347 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984756713734299, 40.121675432221501 ], [ -74.984273402951402, 40.121253354666401 ], [ -74.984257626856703, 40.121225399058503 ], [ -74.984256867297105, 40.121218068650599 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29259, "tnode_": 29260, "lpoly_": null, "rpoly_": null, "length": 228.89691445, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "SUNFLOWER", "st_type": "DR", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 15154, "l_t_add": 15198, "r_f_add": 15155, "r_t_add": 15199, "st_code": 75477, "l_hundred": 15100, "r_hundred": 15100, "seg_id": 1180104, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "SUNFLOWER DR", "stname": "SUNFLOWER DR", "objectid": 41258, "Shape__Length": 91.299360745180678 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.984756713734299, 40.121675432221501 ], [ -74.984226293166799, 40.122062246357899 ], [ -74.984194517927307, 40.122124335905802 ] ] } }, +{ "type": "Feature", "properties": { "fnode_": 29261, "tnode_": 29260, "lpoly_": null, "rpoly_": null, "length": 390.82282818, "stcl2_": null, "stcl2_id": null, "pre_dir": " ", "st_name": "BLUEBELL", "st_type": "CT", "suf_dir": " ", "zip_left": 19116, "zip_right": 19116, "l_f_add": 2601, "l_t_add": 2699, "r_f_add": 2600, "r_t_add": 2698, "st_code": 18050, "l_hundred": 2600, "r_hundred": 2600, "seg_id": 1180105, "oneway": "B", "class": 5, "responsibl": "CITY", "update_": "2011-08-30T00:00:00Z", "newsegdate": "2008-02-28T00:00:00Z", "multi_rep": 0, "streetlabe": "BLUEBELL CT", "stname": "BLUEBELL CT", "objectid": 41259, "Shape__Length": 155.87046336866109 }, "geometry": { "type": "LineString", "coordinates": [ [ -74.985154651997107, 40.122529036400302 ], [ -74.985073575873798, 40.122652794598402 ], [ -74.984967313339794, 40.122677176996902 ], [ -74.984873833659407, 40.122674929339603 ], [ -74.984769767032901, 40.122645489714998 ], [ -74.984684326545803, 40.122589560564897 ], [ -74.984232303914595, 40.122201567563899 ], [ -74.984198713589606, 40.1221648432576 ], [ -74.984194517927307, 40.122124335905802 ] ] } } +] +} diff --git a/Penn-night-safety-dashboard/data/UpennBuilding.geojson b/Penn-night-safety-dashboard/data/UpennBuilding.geojson new file mode 100644 index 0000000..185b35e --- /dev/null +++ b/Penn-night-safety-dashboard/data/UpennBuilding.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","id":1,"geometry":{"type":"Point","coordinates":[-75.192694125275125,39.952229906501984]},"properties":{"OBJECTID":1,"NoteType":0,"Name":"Meyerson Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":2,"geometry":{"type":"Point","coordinates":[-75.192753877614578,39.951611534758847]},"properties":{"OBJECTID":2,"NoteType":0,"Name":"Fisher Fine Arts Library","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":3,"geometry":{"type":"Point","coordinates":[-75.193889175657162,39.95094162624482]},"properties":{"OBJECTID":3,"NoteType":0,"Name":"Houston Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":4,"geometry":{"type":"Point","coordinates":[-75.193792077656411,39.951525649294929]},"properties":{"OBJECTID":4,"NoteType":0,"Name":"College Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":5,"geometry":{"type":"Point","coordinates":[-75.193568006383515,39.952613522950784]},"properties":{"OBJECTID":5,"NoteType":0,"Name":"Van Pelt Library","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":5,"LightingLevel":5,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":6,"geometry":{"type":"Point","coordinates":[-75.194777994850412,39.951359604080388]},"properties":{"OBJECTID":6,"NoteType":0,"Name":"Claudia Cohen Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":7,"geometry":{"type":"Point","coordinates":[-75.194807871020132,39.950867191407461]},"properties":{"OBJECTID":7,"NoteType":0,"Name":"Williams Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":8,"geometry":{"type":"Point","coordinates":[-75.196077611826453,39.951829110600976]},"properties":{"OBJECTID":8,"NoteType":0,"Name":"Steinberg-Dietrich Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":9,"geometry":{"type":"Point","coordinates":[-75.196451065744583,39.952997137248012]},"properties":{"OBJECTID":9,"NoteType":0,"Name":"Annenberg Center","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":10,"geometry":{"type":"Point","coordinates":[-75.19661538467804,39.952418852021502]},"properties":{"OBJECTID":10,"NoteType":0,"Name":"Colonial Penn Center","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":11,"geometry":{"type":"Point","coordinates":[-75.195106633615623,39.952916979430327]},"properties":{"OBJECTID":11,"NoteType":0,"Name":"Charles Addams Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":12,"geometry":{"type":"Point","coordinates":[-75.195211200209641,39.952247083013347]},"properties":{"OBJECTID":12,"NoteType":0,"Name":"The Arch","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":5,"LightingLevel":4,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":13,"geometry":{"type":"Point","coordinates":[-75.195241076379375,39.952653602393532]},"properties":{"OBJECTID":13,"NoteType":0,"Name":"Annenberg PPC","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":2}},{"type":"Feature","id":14,"geometry":{"type":"Point","coordinates":[-75.195853539655246,39.953008588357164]},"properties":{"OBJECTID":14,"NoteType":0,"Name":"Annenberg School","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":15,"geometry":{"type":"Point","coordinates":[-75.19834820791165,39.95315745329021]},"properties":{"OBJECTID":15,"NoteType":0,"Name":"Huntsman Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":5,"LightingLevel":4,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":16,"geometry":{"type":"Point","coordinates":[-75.197227847953911,39.953220434563519]},"properties":{"OBJECTID":16,"NoteType":0,"Name":"GSE","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":5,"LightingLevel":5,"PerceivedSafety":2,"ReportedIncidents":2}},{"type":"Feature","id":17,"geometry":{"type":"Point","coordinates":[-75.197108343275033,39.952728035286874]},"properties":{"OBJECTID":17,"NoteType":0,"Name":"Stiteler Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":18,"geometry":{"type":"Point","coordinates":[-75.197556486719151,39.952499011111613]},"properties":{"OBJECTID":18,"NoteType":0,"Name":"Caster Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":19,"geometry":{"type":"Point","coordinates":[-75.197802966466796,39.951267992944956]},"properties":{"OBJECTID":19,"NoteType":0,"Name":"Vance Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":20,"geometry":{"type":"Point","coordinates":[-75.197369760209241,39.951811933984651]},"properties":{"OBJECTID":20,"NoteType":0,"Name":"The Joseph H. Lauder Institute of Management and International Studies","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":21,"geometry":{"type":"Point","coordinates":[-75.197907533060814,39.952058137019343]},"properties":{"OBJECTID":21,"NoteType":0,"Name":"University of Pennsylvania- Department of Sociology","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":22,"geometry":{"type":"Point","coordinates":[-75.198602156252576,39.951846287901638]},"properties":{"OBJECTID":22,"NoteType":0,"Name":"Huntsman Program in International Studies and Business","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":4,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":23,"geometry":{"type":"Point","coordinates":[-75.195457679957315,39.951290895740328]},"properties":{"OBJECTID":23,"NoteType":0,"Name":"The Wistar Institute","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":24,"geometry":{"type":"Point","coordinates":[-75.192992887870631,39.950872916796236]},"properties":{"OBJECTID":24,"NoteType":0,"Name":"Irvine Auditorium","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Community Center","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":25,"geometry":{"type":"Point","coordinates":[-75.192201167576442,39.950781305008981]},"properties":{"OBJECTID":25,"NoteType":0,"Name":"Chemistry Laboratories: 1973 Wing","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":0}},{"type":"Feature","id":26,"geometry":{"type":"Point","coordinates":[-75.192126476253833,39.951325249919009]},"properties":{"OBJECTID":26,"NoteType":0,"Name":"Chemistry Complex","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":27,"geometry":{"type":"Point","coordinates":[-75.1913048788916,39.951279444343605]},"properties":{"OBJECTID":27,"NoteType":0,"Name":"Department of Earth and Environmental Science","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":28,"geometry":{"type":"Point","coordinates":[-75.191999502083362,39.951852013208473]},"properties":{"OBJECTID":28,"NoteType":0,"Name":"Stuart Weitzman Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":29,"geometry":{"type":"Point","coordinates":[-75.191170436127862,39.952046685751064]},"properties":{"OBJECTID":29,"NoteType":0,"Name":"Towne Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":30,"geometry":{"type":"Point","coordinates":[-75.190513158597412,39.952395949603805]},"properties":{"OBJECTID":30,"NoteType":0,"Name":"Department of Electrical and Systems Engineering","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":31,"geometry":{"type":"Point","coordinates":[-75.190931425871796,39.95241312676211]},"properties":{"OBJECTID":31,"NoteType":0,"Name":"Levine Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":32,"geometry":{"type":"Point","coordinates":[-75.191640987148418,39.952527638745067]},"properties":{"OBJECTID":32,"NoteType":0,"Name":"University of Pennsylvania Department of English","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":5,"LightingLevel":2,"PerceivedSafety":2,"ReportedIncidents":4}},{"type":"Feature","id":33,"geometry":{"type":"Point","coordinates":[-75.190498220512566,39.952985686136948]},"properties":{"OBJECTID":33,"NoteType":0,"Name":"Hill College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":3,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":34,"geometry":{"type":"Point","coordinates":[-75.191581234808993,39.953363573167017]},"properties":{"OBJECTID":34,"NoteType":0,"Name":"Lauder College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":3,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":35,"geometry":{"type":"Point","coordinates":[-75.188846063296509,39.952222348780559]},"properties":{"OBJECTID":35,"NoteType":0,"Name":"David Rittenhouse Laboratory","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":2,"ReportedIncidents":1}},{"type":"Feature","id":36,"geometry":{"type":"Point","coordinates":[-75.188497108232824,39.951357542982691]},"properties":{"OBJECTID":36,"NoteType":0,"Name":"The Palestra","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":2,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":37,"geometry":{"type":"Point","coordinates":[-75.188640514386464,39.950965445045135]},"properties":{"OBJECTID":37,"NoteType":0,"Name":"Penn Squash Center","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":5,"LightingLevel":3,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":38,"geometry":{"type":"Point","coordinates":[-75.189781189744338,39.950122839956109]},"properties":{"OBJECTID":38,"NoteType":0,"Name":"Franklin Field","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":5,"LightingLevel":5,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":39,"geometry":{"type":"Point","coordinates":[-75.190796983108058,39.950661064007697]},"properties":{"OBJECTID":39,"NoteType":0,"Name":"University of Pa Oad Athletics","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":0,"LightingLevel":2,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":40,"geometry":{"type":"Point","coordinates":[-75.191274405342227,39.948755730517043]},"properties":{"OBJECTID":40,"NoteType":0,"Name":"Penn Museum","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":41,"geometry":{"type":"Point","coordinates":[-75.191317427457804,39.948217033507461]},"properties":{"OBJECTID":41,"NoteType":0,"Name":"Penn Hospital Medicine","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":5,"LightingLevel":4,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":42,"geometry":{"type":"Point","coordinates":[-75.192517257775464,39.947627026530263]},"properties":{"OBJECTID":42,"NoteType":0,"Name":"Perelman Center for Advanced Medicine","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":43,"geometry":{"type":"Point","coordinates":[-75.193162585017689,39.947374165232958]},"properties":{"OBJECTID":43,"NoteType":0,"Name":"Smilow Center for Translational Research","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":44,"geometry":{"type":"Point","coordinates":[-75.19577138063768,39.947311407218358]},"properties":{"OBJECTID":44,"NoteType":0,"Name":"Loading dock","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":1,"PerceivedSafety":2,"ReportedIncidents":2}},{"type":"Feature","id":45,"geometry":{"type":"Point","coordinates":[-75.195091695530778,39.946189092495914]},"properties":{"OBJECTID":45,"NoteType":0,"Name":"Colket Translational Research Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":1,"PerceivedSafety":2,"ReportedIncidents":3}},{"type":"Feature","id":46,"geometry":{"type":"Point","coordinates":[-75.196489605266891,39.948173057716765]},"properties":{"OBJECTID":46,"NoteType":0,"Name":"Biomedical Research Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":47,"geometry":{"type":"Point","coordinates":[-75.197459986996378,39.948524861184673]},"properties":{"OBJECTID":47,"NoteType":0,"Name":"Blockley Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":48,"geometry":{"type":"Point","coordinates":[-75.195347137770014,39.948858339547769]},"properties":{"OBJECTID":48,"NoteType":0,"Name":"Genetic Diagnostic Laboratory","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":49,"geometry":{"type":"Point","coordinates":[-75.194625327066177,39.949484980797969]},"properties":{"OBJECTID":49,"NoteType":0,"Name":"Stemmler Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":50,"geometry":{"type":"Point","coordinates":[-75.195767795461379,39.949536285129916]},"properties":{"OBJECTID":50,"NoteType":0,"Name":"Holman Biotech Commons","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":51,"geometry":{"type":"Point","coordinates":[-75.196776417574171,39.949495974537442]},"properties":{"OBJECTID":51,"NoteType":0,"Name":"John Morgan Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":52,"geometry":{"type":"Point","coordinates":[-75.19601636558869,39.949092872815008]},"properties":{"OBJECTID":52,"NoteType":0,"Name":"The University of Pennsylvania School of Nursing","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":2,"PerceivedSafety":2,"ReportedIncidents":3}},{"type":"Feature","id":53,"geometry":{"type":"Point","coordinates":[-75.196781198408132,39.948708091369255]},"properties":{"OBJECTID":53,"NoteType":0,"Name":"Stellar chance","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":54,"geometry":{"type":"Point","coordinates":[-75.194658788412212,39.948312313831167]},"properties":{"OBJECTID":54,"NoteType":0,"Name":"Children's Hospital of Philadelphia","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":3,"LightingLevel":4,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":55,"geometry":{"type":"Point","coordinates":[-75.193650165401095,39.948883991609236]},"properties":{"OBJECTID":55,"NoteType":0,"Name":"Children's Hospital of Philadelphia","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":5,"LightingLevel":5,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":56,"geometry":{"type":"Point","coordinates":[-75.197302240137532,39.95081520149477]},"properties":{"OBJECTID":56,"NoteType":0,"Name":"Fisher Hassenfeld College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":5,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":57,"geometry":{"type":"Point","coordinates":[-75.196178892383173,39.950258197783029]},"properties":{"OBJECTID":57,"NoteType":0,"Name":"Riepe College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":5,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":58,"geometry":{"type":"Point","coordinates":[-75.198980090967325,39.949935719913071]},"properties":{"OBJECTID":58,"NoteType":0,"Name":"Leidy Laboratories","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":59,"geometry":{"type":"Point","coordinates":[-75.198937068851748,39.94901591614807]},"properties":{"OBJECTID":59,"NoteType":0,"Name":"Carolyn Lynch Laboratory","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":3,"ReportedIncidents":0}},{"type":"Feature","id":60,"geometry":{"type":"Point","coordinates":[-75.199070914235804,39.949558271901999]},"properties":{"OBJECTID":60,"NoteType":0,"Name":"Kaplan Wing","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":3,"LightingLevel":3,"PerceivedSafety":5,"ReportedIncidents":2}},{"type":"Feature","id":61,"geometry":{"type":"Point","coordinates":[-75.19880662179439,39.950901187704062]},"properties":{"OBJECTID":61,"NoteType":0,"Name":"Stouffer College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":62,"geometry":{"type":"Point","coordinates":[-75.192846900857191,39.950180070342689]},"properties":{"OBJECTID":62,"NoteType":0,"Name":"Hospital","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":5,"LightingLevel":5,"PerceivedSafety":5,"ReportedIncidents":2}},{"type":"Feature","id":63,"geometry":{"type":"Point","coordinates":[-75.189235948299512,39.952716584130748]},"properties":{"OBJECTID":63,"NoteType":0,"Name":"Edison Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":2}},{"type":"Feature","id":64,"geometry":{"type":"Point","coordinates":[-75.192225856873705,39.953993407559146]},"properties":{"OBJECTID":64,"NoteType":0,"Name":"Silverman Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":65,"geometry":{"type":"Point","coordinates":[-75.192895850057013,39.953838626493521]},"properties":{"OBJECTID":65,"NoteType":0,"Name":"Golkin Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":66,"geometry":{"type":"Point","coordinates":[-75.1935780800911,39.954157568537092]},"properties":{"OBJECTID":66,"NoteType":0,"Name":"Tanenbaum Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":67,"geometry":{"type":"Point","coordinates":[-75.193923784151778,39.954312348192353]},"properties":{"OBJECTID":67,"NoteType":0,"Name":"English Collage House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":68,"geometry":{"type":"Point","coordinates":[-75.197524615391174,39.954703986924628]},"properties":{"OBJECTID":68,"NoteType":0,"Name":"Newman Center","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Community Center","Popularity_Night":3,"LightingLevel":3,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":69,"geometry":{"type":"Point","coordinates":[-75.199343385837906,39.952335945205604]},"properties":{"OBJECTID":69,"NoteType":0,"Name":"Class of 1920 Commons","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Dining","Popularity_Night":4,"LightingLevel":5,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":70,"geometry":{"type":"Point","coordinates":[-75.200199041925799,39.952317622836688]},"properties":{"OBJECTID":70,"NoteType":0,"Name":"Harnwell College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":2}},{"type":"Feature","id":71,"geometry":{"type":"Point","coordinates":[-75.200265965516152,39.951603061081919]},"properties":{"OBJECTID":71,"NoteType":0,"Name":"Mayer Residence Hall","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":72,"geometry":{"type":"Point","coordinates":[-75.201145522180511,39.951852242523714]},"properties":{"OBJECTID":72,"NoteType":0,"Name":"Harrison College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":2,"ReportedIncidents":3}},{"type":"Feature","id":73,"geometry":{"type":"Point","coordinates":[-75.200050855836537,39.953134780430837]},"properties":{"OBJECTID":73,"NoteType":0,"Name":"Penn Hillel","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Community Center","Popularity_Night":4,"LightingLevel":3,"PerceivedSafety":5,"ReportedIncidents":0}},{"type":"Feature","id":74,"geometry":{"type":"Point","coordinates":[-75.200093877952128,39.953519536975634]},"properties":{"OBJECTID":74,"NoteType":0,"Name":"Fels Center","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":0}},{"type":"Feature","id":75,"geometry":{"type":"Point","coordinates":[-75.199529814107137,39.953409606656749]},"properties":{"OBJECTID":75,"NoteType":0,"Name":"President's House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Historical","Popularity_Night":0,"LightingLevel":0,"PerceivedSafety":3,"ReportedIncidents":0}},{"type":"Feature","id":76,"geometry":{"type":"Point","coordinates":[-75.200978215450419,39.953721075090385]},"properties":{"OBJECTID":76,"NoteType":0,"Name":"Du Bois College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1}},{"type":"Feature","id":77,"geometry":{"type":"Point","coordinates":[-75.201322389680172,39.953112794119782]},"properties":{"OBJECTID":77,"NoteType":0,"Name":"Rodin College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":3,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":2}},{"type":"Feature","id":78,"geometry":{"type":"Point","coordinates":[-75.202522219997832,39.95243854817722]},"properties":{"OBJECTID":78,"NoteType":0,"Name":"Class of 1925 House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":79,"geometry":{"type":"Point","coordinates":[-75.202431779411668,39.951885075916422]},"properties":{"OBJECTID":79,"NoteType":0,"Name":"Van Pelt College House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":2,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":1}},{"type":"Feature","id":80,"geometry":{"type":"Point","coordinates":[-75.201492564730984,39.952450274142606]},"properties":{"OBJECTID":80,"NoteType":0,"Name":"Civic House","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Community Center","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":0}},{"type":"Feature","id":81,"geometry":{"type":"Point","coordinates":[-75.20363103570584,39.952234514129309]},"properties":{"OBJECTID":81,"NoteType":0,"Name":"Evan Building","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":1,"LightingLevel":1,"PerceivedSafety":3,"ReportedIncidents":0}},{"type":"Feature","id":82,"geometry":{"type":"Point","coordinates":[-75.202626229636365,39.953265371866209]},"properties":{"OBJECTID":82,"NoteType":0,"Name":"New Collage House West","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Residential","Popularity_Night":4,"LightingLevel":4,"PerceivedSafety":1,"ReportedIncidents":5}},{"type":"Feature","id":83,"geometry":{"type":"Point","coordinates":[-75.203712490444246,39.955421301664082]},"properties":{"OBJECTID":83,"NoteType":0,"Name":"University of Pennsylvania Police","created_user":"","created_date":-2209161600000,"last_edited_user":"","last_edited_date":-2209161600000,"Category":"Public","Popularity_Night":2,"LightingLevel":2,"PerceivedSafety":5,"ReportedIncidents":4}}]} \ No newline at end of file diff --git a/Penn-night-safety-dashboard/data/UpennBuilding.json b/Penn-night-safety-dashboard/data/UpennBuilding.json new file mode 100644 index 0000000..ad026d1 --- /dev/null +++ b/Penn-night-safety-dashboard/data/UpennBuilding.json @@ -0,0 +1 @@ +{"displayFieldName":"","fieldAliases":{"OBJECTID":"OBJECTID","NoteType":"NoteType","Name":"Name","created_user":"created_user","created_date":"created_date","last_edited_user":"last_edited_user","last_edited_date":"last_edited_date","Category":"Category","Popularity_Night":"Popularity_Night","LightingLevel":"LightingLevel","PerceivedSafety":"PerceivedSafety","ReportedIncidents":"ReportedIncidents"},"geometryType":"esriGeometryPoint","spatialReference":{"wkid":102100,"latestWkid":3857},"fields":[{"name":"OBJECTID","type":"esriFieldTypeOID","alias":"OBJECTID"},{"name":"NoteType","type":"esriFieldTypeSmallInteger","alias":"NoteType"},{"name":"Name","type":"esriFieldTypeString","alias":"Name","length":255},{"name":"created_user","type":"esriFieldTypeString","alias":"created_user","length":255},{"name":"created_date","type":"esriFieldTypeDate","alias":"created_date","length":8},{"name":"last_edited_user","type":"esriFieldTypeString","alias":"last_edited_user","length":255},{"name":"last_edited_date","type":"esriFieldTypeDate","alias":"last_edited_date","length":8},{"name":"Category","type":"esriFieldTypeString","alias":"Category","length":255},{"name":"Popularity_Night","type":"esriFieldTypeSmallInteger","alias":"Popularity_Night"},{"name":"LightingLevel","type":"esriFieldTypeSmallInteger","alias":"LightingLevel"},{"name":"PerceivedSafety","type":"esriFieldTypeSmallInteger","alias":"PerceivedSafety"},{"name":"ReportedIncidents","type":"esriFieldTypeSmallInteger","alias":"ReportedIncidents"}],"features":[{"attributes":{"OBJECTID":1,"NoteType":null,"Name":"Meyerson Hall","created_user":null,"created_date":-2209161600000,"last_edited_user":null,"last_edited_date":-2209161600000,"Category":"Academic","Popularity_Night":4,"LightingLevel":2,"PerceivedSafety":4,"ReportedIncidents":1},"geometry":{"x":-8370412.4213999994,"y":4859002.8859999999}}]} \ No newline at end of file diff --git a/Penn-night-safety-dashboard/index.html b/Penn-night-safety-dashboard/index.html new file mode 100644 index 0000000..37e51dc --- /dev/null +++ b/Penn-night-safety-dashboard/index.html @@ -0,0 +1,117 @@ + + + + + + Penn Night Safety Dashboard + + + + + + + +
+

Penn Students' Nighttime Safety Map

+
+ +
+ + + + + +
+ + +
+

Safety Level

+ High (4–5)
+ Medium (3)
+ Low (2)
+ Very Low (1)
+
+ +
+ + + + + + + + + diff --git a/Penn-night-safety-dashboard/js/main.js b/Penn-night-safety-dashboard/js/main.js new file mode 100644 index 0000000..fa78bd7 --- /dev/null +++ b/Penn-night-safety-dashboard/js/main.js @@ -0,0 +1,617 @@ + +let map; +let allData = null; +let geojsonLayer = null; +let placesByName = {}; + +// Crime +let streetData = null; +let crimeData = null; +let crimeHeat = null; + +// Road +const graph = new Map(); // nodeId -> [{ to, dist, safeCost, coords }] +const nodeCoords = new Map(); // nodeId -> { lat, lng } +let currentRouteLayer = null; // route polyline + +// campus +const CAMPUS_BBOX = { + minLat: 39.94, + maxLat: 39.96, + minLng: -75.21, + maxLng: -75.18, +}; + +function initMap() { + map = L.map("map").setView([39.9526, -75.193], 15); + + L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { + maxZoom: 19, + attribution: "© OpenStreetMap contributors", + }).addTo(map); +} + +// distance +function distanceMeters(lat1, lng1, lat2, lng2) { + return L.latLng(lat1, lng1).distanceTo(L.latLng(lat2, lng2)); +} + +// ---------------------- safety color ------------------------- +function getSafetyColor(safety) { + if (safety >= 4) return "#169425"; + if (safety === 3) return "#f3d200"; + if (safety === 2) return "#FF851B"; + return "#bd150c"; +} + +// ---------------------------------------------- +initMap(); + +Promise.all([ + fetch("data/UpennBuilding.geojson").then(r => r.json()), + fetch("data/Street_Centerline.geojson").then(r => r.json()), + fetch("data/Crime.geojson").then(r => r.json()) +]).then(([buildings, streets, crimes]) => { + allData = buildings; + streetData = streets; + crimeData = crimes; + + console.log("Graph build start..."); + buildGraph(); + console.log("Graph built with", graph.size, "nodes"); + + initBuildingLayer(); + initCrimeHeatmap(); + setupFilters(); + setupSearch(); + setupNavigationDropdowns(); +}).catch(err => { + console.error("加载数据失败:", err); +}); + +// --------------------------------------------- +function initBuildingLayer() { + if (!allData) return; + + // placesByName + placesByName = {}; + allData.features.forEach(f => { + const props = f.properties || {}; + const name = props.Name; + if (!name) return; + const [lng, lat] = f.geometry.coordinates; + placesByName[name] = { + lat, + lng, + props, + }; + }); + + geojsonLayer = L.geoJSON(allData, { + pointToLayer: function (feature, latlng) { + const p = feature.properties; + const safety = Number(p.PerceivedSafety); + return L.circleMarker(latlng, { + radius: 6, + fillColor: getSafetyColor(safety), + color: "#ffffff", + weight: 1, + opacity: 1, + fillOpacity: 0.9, + }); + }, + onEachFeature: function (feature, layer) { + const props = feature.properties; + const name = props.Name || "Unknown place"; + const category = props.Category || "N/A"; + const popNight = props.Popularity_Night ?? "N/A"; + const lighting = props.LightingLevel ?? "N/A"; + const safety = props.PerceivedSafety ?? "N/A"; + + const popupHtml = ` + ${name}
+ Category: ${category}
+ Popularity at night: ${popNight}
+ Lighting: ${lighting}
+ Perceived safety: ${safety} + `; + layer.bindPopup(popupHtml); + }, + }).addTo(map); +} + +// ---------------------- Crime------------------------- +function initCrimeHeatmap() { + if (!crimeData) return; + + + const heatPoints = []; + crimeData.features.forEach(f => { + const [lng, lat] = f.geometry.coordinates; + if ( + lat >= CAMPUS_BBOX.minLat && lat <= CAMPUS_BBOX.maxLat && + lng >= CAMPUS_BBOX.minLng && lng <= CAMPUS_BBOX.maxLng + ) { + heatPoints.push([lat, lng, 0.5]); + } + }); + + if (heatPoints.length === 0) return; + + crimeHeat = L.heatLayer(heatPoints, { + radius: 20, + blur: 15, + maxZoom: 17, + }); + + const toggle = document.getElementById("crime-toggle"); + if (!toggle) return; + + + if (toggle.checked) { + crimeHeat.addTo(map); + } + + toggle.addEventListener("change", function () { + if (this.checked) { + crimeHeat.addTo(map); + } else { + map.removeLayer(crimeHeat); + } + }); +} + +// -------------------------- +function getCampusCrimePoints() { + if (!crimeData) return []; + const pts = []; + crimeData.features.forEach(f => { + const [lng, lat] = f.geometry.coordinates; + if ( + lat >= CAMPUS_BBOX.minLat && lat <= CAMPUS_BBOX.maxLat && + lng >= CAMPUS_BBOX.minLng && lng <= CAMPUS_BBOX.maxLng + ) { + pts.push({ lat, lng }); + } + }); + return pts; +} + +function getCampusLightingPoints() { + if (!allData) return []; + const pts = []; + allData.features.forEach(f => { + const props = f.properties || {}; + const level = Number(props.LightingLevel); + if (Number.isNaN(level)) return; + const [lng, lat] = f.geometry.coordinates; + if ( + lat >= CAMPUS_BBOX.minLat && lat <= CAMPUS_BBOX.maxLat && + lng >= CAMPUS_BBOX.minLng && lng <= CAMPUS_BBOX.maxLng + ) { + pts.push({ lat, lng, lighting: level }); + } + }); + return pts; +} + +// ------------------------------------------ +function buildGraph() { + if (!streetData) return; + + const crimePts = getCampusCrimePoints(); + const lightPts = getCampusLightingPoints(); + + // LineString + streetData.features.forEach(feat => { + if (!feat.geometry || feat.geometry.type !== "LineString") return; + const coords = feat.geometry.coordinates; // [ [lng,lat], [lng,lat], ... ] + if (!coords || coords.length < 2) return; + + + let insideCampus = coords.some(([lng, lat]) => + lat >= CAMPUS_BBOX.minLat && lat <= CAMPUS_BBOX.maxLat && + lng >= CAMPUS_BBOX.minLng && lng <= CAMPUS_BBOX.maxLng + ); + if (!insideCampus) return; + + for (let i = 0; i < coords.length - 1; i++) { + const [lng1, lat1] = coords[i]; + const [lng2, lat2] = coords[i + 1]; + + const id1 = nodeId(lat1, lng1); + const id2 = nodeId(lat2, lng2); + + if (!nodeCoords.has(id1)) nodeCoords.set(id1, { lat: lat1, lng: lng1 }); + if (!nodeCoords.has(id2)) nodeCoords.set(id2, { lat: lat2, lng: lng2 }); + + const dist = distanceMeters(lat1, lng1, lat2, lng2); + + // crime risk / lighting + const midLat = (lat1 + lat2) / 2; + const midLng = (lng1 + lng2) / 2; + + const crimeRisk = edgeCrimeRisk(midLat, midLng, crimePts); // 0~1 + const lightPenalty = edgeLightingPenalty(midLat, midLng, lightPts); // 0~1 + + // cost = distance * (1 + crimeRisk*2 + lightPenalty) + const safeCost = dist * (1 + crimeRisk * 2 + lightPenalty); + + const edge = { + to: id2, + dist, + safeCost, + coords: [ + { lat: lat1, lng: lng1 }, + { lat: lat2, lng: lng2 }, + ], + }; + + const edgeRev = { + to: id1, + dist, + safeCost, + coords: [ + { lat: lat2, lng: lng2 }, + { lat: lat1, lng: lng1 }, + ], + }; + + if (!graph.has(id1)) graph.set(id1, []); + if (!graph.has(id2)) graph.set(id2, []); + + graph.get(id1).push(edge); + graph.get(id2).push(edgeRev); + } + }); +} + +function nodeId(lat, lng) { + + return `${lat.toFixed(6)},${lng.toFixed(6)}`; +} + +// crime risk:0 ~ 1 +function edgeCrimeRisk(lat, lng, crimePts) { + if (!crimePts || crimePts.length === 0) return 0; + let minDist = Infinity; + for (const c of crimePts) { + const d = distanceMeters(lat, lng, c.lat, c.lng); + if (d < minDist) minDist = d; + } + const R = 80; + if (minDist >= R) return 0; + + return (R - minDist) / R; +} + +// lighting penalty:0 ~ 1 +function edgeLightingPenalty(lat, lng, lightPts) { + if (!lightPts || lightPts.length === 0) return 0.3; + let minDist = Infinity; + let nearestLevel = 3; + for (const p of lightPts) { + const d = distanceMeters(lat, lng, p.lat, p.lng); + if (d < minDist) { + minDist = d; + nearestLevel = p.lighting; + } + } + + if (minDist > 100) return 0.3; + + // LightingLevel:1 ~ 5 + if (nearestLevel >= 4) return 0; + if (nearestLevel === 3) return 0.1; + if (nearestLevel === 2) return 0.4; + return 0.8; +} + +// ---------------------- Filter ------------------------ +function setupFilters() { + if (!allData || !geojsonLayer) return; + + const checkboxes = document.querySelectorAll('input[name="category-filter"]'); + checkboxes.forEach(cb => cb.addEventListener("change", applyFilters)); + + // Safety slider + const safetySlider = document.getElementById("safety-min"); + const safetySpan = document.getElementById("safety-min-value"); + if (safetySlider && safetySpan) { + safetySpan.textContent = safetySlider.value + "+"; + safetySlider.addEventListener("input", () => { + safetySpan.textContent = safetySlider.value + "+"; + applyFilters(); + }); + } + + // Popularity slider + const popSlider = document.getElementById("pop-min"); + const popSpan = document.getElementById("pop-min-value"); + if (popSlider && popSpan) { + popSpan.textContent = popSlider.value + "+"; + popSlider.addEventListener("input", () => { + popSpan.textContent = popSlider.value + "+"; + applyFilters(); + }); + } + + // Lighting slider + const lightSlider = document.getElementById("light-min"); + const lightSpan = document.getElementById("light-min-value"); + if (lightSlider && lightSpan) { + lightSpan.textContent = lightSlider.value + "+"; + lightSlider.addEventListener("input", () => { + lightSpan.textContent = lightSlider.value + "+"; + applyFilters(); + }); + } + + applyFilters(); +} + +function applyFilters() { + if (!allData || !geojsonLayer) return; + + const checkboxes = document.querySelectorAll('input[name="category-filter"]'); + const activeCategories = Array.from(checkboxes) + .filter(cb => cb.checked) + .map(cb => cb.value); + + const safetySlider = document.getElementById("safety-min"); + const minSafety = safetySlider ? Number(safetySlider.value) : 1; + + const popSlider = document.getElementById("pop-min"); + const minPop = popSlider ? Number(popSlider.value) : 0; + + const lightSlider = document.getElementById("light-min"); + const minLight = lightSlider ? Number(lightSlider.value) : 0; + + geojsonLayer.clearLayers(); + + const filteredFeatures = allData.features.filter(f => { + const p = f.properties; + + const catOK = + activeCategories.length === 0 + ? true + : activeCategories.includes(p.Category); + + const sVal = Number(p.PerceivedSafety); + const safetyOK = !Number.isNaN(sVal) && sVal >= minSafety; + + const popVal = Number(p.Popularity_Night); + const popOK = !Number.isNaN(popVal) && popVal >= minPop; + + const lVal = Number(p.LightingLevel); + const lightOK = !Number.isNaN(lVal) && lVal >= minLight; + + return catOK && safetyOK && popOK && lightOK; + }); + + geojsonLayer.addData(filteredFeatures); +} + +// ---------------------- Search ------------------------- +function setupSearch() { + const searchButton = document.getElementById("search-button"); + const searchInput = document.getElementById("place-search"); + if (!searchButton || !searchInput) return; + + const doSearch = () => { + if (!allData) return; + const query = searchInput.value.trim().toLowerCase(); + if (!query) return; + + let targetFeature = null; + for (const f of allData.features) { + const name = (f.properties.Name || "").toLowerCase(); + if (name.includes(query)) { + targetFeature = f; + break; + } + } + + if (!targetFeature) { + alert("No matching place found."); + return; + } + + const [lng, lat] = targetFeature.geometry.coordinates; + const latlng = [lat, lng]; + map.setView(latlng, 18); + + let targetLayer = null; + geojsonLayer.eachLayer(layer => { + if (layer.feature === targetFeature) targetLayer = layer; + }); + if (targetLayer) targetLayer.openPopup(); + }; + + searchButton.addEventListener("click", doSearch); + searchInput.addEventListener("keydown", e => { + if (e.key === "Enter") doSearch(); + }); +} + +// ----------------------Button----------------------- +function setupNavigationDropdowns() { + const startSelect = document.getElementById("nav-start"); + const endSelect = document.getElementById("nav-end"); + if (!startSelect || !endSelect) return; + + startSelect.length = 1; + endSelect.length = 1; + + const names = Object.keys(placesByName).sort((a, b) => a.localeCompare(b)); + names.forEach(name => { + const o1 = document.createElement("option"); + o1.value = name; + o1.textContent = name; + startSelect.appendChild(o1); + + const o2 = document.createElement("option"); + o2.value = name; + o2.textContent = name; + endSelect.appendChild(o2); + }); + + const btnShortest = document.getElementById("btn-shortest-route"); + const btnSafest = document.getElementById("btn-safest-route"); + const btnClear = document.getElementById("btn-clear-route"); + + if (btnShortest) btnShortest.addEventListener("click", () => drawRoute("shortest")); + if (btnSafest) btnSafest.addEventListener("click", () => drawRoute("safest")); + if (btnClear) btnClear.addEventListener("click", clearRoute); +} + +// -------------------------------------------- +function findNearestNode(lat, lng) { + let bestId = null; + let bestDist = Infinity; + for (const [id, coord] of nodeCoords.entries()) { + const d = distanceMeters(lat, lng, coord.lat, coord.lng); + if (d < bestDist) { + bestDist = d; + bestId = id; + } + } + return bestId; +} + +function dijkstra(startId, endId, mode) { + const dist = new Map(); + const prev = new Map(); + const visited = new Set(); + + const weightKey = mode === "safest" ? "safeCost" : "dist"; + + for (const id of graph.keys()) { + dist.set(id, Infinity); + } + dist.set(startId, 0); + + while (true) { + let u = null; + let best = Infinity; + for (const [id, d] of dist.entries()) { + if (!visited.has(id) && d < best) { + best = d; + u = id; + } + } + if (u === null) break; + if (u === endId) break; + + visited.add(u); + const edges = graph.get(u) || []; + for (const e of edges) { + const v = e.to; + if (visited.has(v)) continue; + const w = e[weightKey]; + const alt = dist.get(u) + w; + if (alt < dist.get(v)) { + dist.set(v, alt); + prev.set(v, u); + } + } + } + + if (!prev.has(endId)) return null; + + const path = []; + let cur = endId; + while (cur) { + path.push(cur); + cur = prev.get(cur); + } + path.reverse(); + return path; +} + +// nodeId path +function pathToLatLngs(nodePath) { + const latlngs = []; + if (!nodePath || nodePath.length === 0) return latlngs; + + for (let i = 0; i < nodePath.length - 1; i++) { + const a = nodePath[i]; + const b = nodePath[i + 1]; + const edges = graph.get(a) || []; + const edge = edges.find(e => e.to === b); + if (!edge) continue; + if (i === 0) { + latlngs.push([edge.coords[0].lat, edge.coords[0].lng]); + } + latlngs.push([edge.coords[1].lat, edge.coords[1].lng]); + } + return latlngs; +} + +// --------------------------------------- +function drawRoute(mode) { + const startSelect = document.getElementById("nav-start"); + const endSelect = document.getElementById("nav-end"); + if (!startSelect || !endSelect) return; + + const startName = startSelect.value; + const endName = endSelect.value; + + if (!startName || !endName) { + alert("Please select both start and destination."); + return; + } + if (startName === endName) { + alert("Start and destination cannot be the same."); + return; + } + + const startPlace = placesByName[startName]; + const endPlace = placesByName[endName]; + if (!startPlace || !endPlace) return; + + const startNode = findNearestNode(startPlace.lat, startPlace.lng); + const endNode = findNearestNode(endPlace.lat, endPlace.lng); + + if (!startNode || !endNode) { + alert("Cannot snap to street network. Check data extent."); + return; + } + + const nodePath = dijkstra(startNode, endNode, mode); + if (!nodePath) { + alert("No route found between these places."); + return; + } + + const latlngs = pathToLatLngs(nodePath); + if (!latlngs || latlngs.length < 2) { + alert("Route is too short or invalid."); + return; + } + + if (currentRouteLayer) { + map.removeLayer(currentRouteLayer); + currentRouteLayer = null; + } + + let color = "#0074D9"; // shortest + if (mode === "safest") color = "#2ECC40"; + + currentRouteLayer = L.polyline(latlngs, { + color, + weight: 4, + opacity: 0.9, + }).addTo(map); + + map.fitBounds(currentRouteLayer.getBounds(), { padding: [40, 40] }); +} + +function clearRoute() { + if (currentRouteLayer) { + map.removeLayer(currentRouteLayer); + currentRouteLayer = null; + } +} + +